OSDN Git Service

Add ShaderCollectionTest
authorXoppa <contact@xoppa.nl>
Sat, 14 Sep 2013 23:21:30 +0000 (01:21 +0200)
committerXoppa <contact@xoppa.nl>
Sat, 14 Sep 2013 23:21:30 +0000 (01:21 +0200)
37 files changed:
tests/gdx-tests-android/assets/data/g3d/environment/debug_NX.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/environment/debug_NY.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/environment/debug_NZ.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/environment/debug_PX.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/environment/debug_PY.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/environment/debug_PZ.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/materials/badlogic_normal.g3dj [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/materials/badlogic_normal.png [moved from tests/gdx-tests-android/assets/data/badlogicnormal.png with 100% similarity]
tests/gdx-tests-android/assets/data/g3d/materials/metal02.g3dj [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/materials/metal_normal_02.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/materials/mirror01.g3dj [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/materials/mirror02.g3dj [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/a_attributes.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/common.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/cubemap.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/depth.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/fur.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/g_attributes.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/gouraud.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/light_gouraud.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/lights.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/normal.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/phong.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/reflect.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/shadowmap.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/skinning.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/test.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shaders/u_uniforms.glsl [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shapes/cube_1.0x1.0.g3dj [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shapes/cube_1.5x1.5.g3dj [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shapes/sphere.g3dj [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shapes/teapot.g3dj [new file with mode: 0644]
tests/gdx-tests-android/assets/data/g3d/shapes/torus.g3dj [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderCollectionTest.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderLoader.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shaders/MultiPassShader.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/GdxTests.java

diff --git a/tests/gdx-tests-android/assets/data/g3d/environment/debug_NX.png b/tests/gdx-tests-android/assets/data/g3d/environment/debug_NX.png
new file mode 100644 (file)
index 0000000..8412261
Binary files /dev/null and b/tests/gdx-tests-android/assets/data/g3d/environment/debug_NX.png differ
diff --git a/tests/gdx-tests-android/assets/data/g3d/environment/debug_NY.png b/tests/gdx-tests-android/assets/data/g3d/environment/debug_NY.png
new file mode 100644 (file)
index 0000000..d070dbd
Binary files /dev/null and b/tests/gdx-tests-android/assets/data/g3d/environment/debug_NY.png differ
diff --git a/tests/gdx-tests-android/assets/data/g3d/environment/debug_NZ.png b/tests/gdx-tests-android/assets/data/g3d/environment/debug_NZ.png
new file mode 100644 (file)
index 0000000..59d6d81
Binary files /dev/null and b/tests/gdx-tests-android/assets/data/g3d/environment/debug_NZ.png differ
diff --git a/tests/gdx-tests-android/assets/data/g3d/environment/debug_PX.png b/tests/gdx-tests-android/assets/data/g3d/environment/debug_PX.png
new file mode 100644 (file)
index 0000000..50eee1a
Binary files /dev/null and b/tests/gdx-tests-android/assets/data/g3d/environment/debug_PX.png differ
diff --git a/tests/gdx-tests-android/assets/data/g3d/environment/debug_PY.png b/tests/gdx-tests-android/assets/data/g3d/environment/debug_PY.png
new file mode 100644 (file)
index 0000000..0b53622
Binary files /dev/null and b/tests/gdx-tests-android/assets/data/g3d/environment/debug_PY.png differ
diff --git a/tests/gdx-tests-android/assets/data/g3d/environment/debug_PZ.png b/tests/gdx-tests-android/assets/data/g3d/environment/debug_PZ.png
new file mode 100644 (file)
index 0000000..174fd86
Binary files /dev/null and b/tests/gdx-tests-android/assets/data/g3d/environment/debug_PZ.png differ
diff --git a/tests/gdx-tests-android/assets/data/g3d/materials/badlogic_normal.g3dj b/tests/gdx-tests-android/assets/data/g3d/materials/badlogic_normal.g3dj
new file mode 100644 (file)
index 0000000..0967a74
--- /dev/null
@@ -0,0 +1,22 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [], 
+       "materials": [
+               {
+                       "id": "badlogic_normal", 
+                       "diffuse": [ 0.800000,  0.800000,  0.800000], 
+                       "reflection": [ 1.000000,  1.000000,  1.000000], 
+                       "specular": [ 1.000000,  1.000000,  1.000000], 
+                       "textures": [
+                               {
+                                       "id": "badlogic_normal", 
+                                       "filename": "badlogic_normal.png", 
+                                       "type": "NORMAL"
+                               }
+                       ]
+               }
+       ],
+       "nodes": [], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/materials/metal02.g3dj b/tests/gdx-tests-android/assets/data/g3d/materials/metal02.g3dj
new file mode 100644 (file)
index 0000000..3e1f157
--- /dev/null
@@ -0,0 +1,22 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [], 
+       "materials": [
+               {
+                       "id": "metal_02", 
+                       "diffuse": [ 0.000000,  0.000000,  0.000000], 
+                       "reflection": [ 0.100000,  0.100000,  0.100000], 
+                       "specular": [ 1.000000,  1.000000,  1.000000], 
+                       "textures": [
+                               {
+                                       "id": "metal_normal_02", 
+                                       "filename": "metal_normal_02.png", 
+                                       "type": "NORMAL"
+                               }
+                       ]
+               }
+       ],
+       "nodes": [], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/materials/metal_normal_02.png b/tests/gdx-tests-android/assets/data/g3d/materials/metal_normal_02.png
new file mode 100644 (file)
index 0000000..4ca7919
Binary files /dev/null and b/tests/gdx-tests-android/assets/data/g3d/materials/metal_normal_02.png differ
diff --git a/tests/gdx-tests-android/assets/data/g3d/materials/mirror01.g3dj b/tests/gdx-tests-android/assets/data/g3d/materials/mirror01.g3dj
new file mode 100644 (file)
index 0000000..18126dd
--- /dev/null
@@ -0,0 +1,15 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [], 
+       "materials": [
+               {
+                       "id": "badlogic_normal", 
+                       "diffuse": [ 0.800000,  0.800000,  0.800000], 
+                       "reflection": [ 1.000000,  1.000000,  1.000000], 
+                       "specular": [ 1.000000,  1.000000,  1.000000]
+               }
+       ],
+       "nodes": [], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/materials/mirror02.g3dj b/tests/gdx-tests-android/assets/data/g3d/materials/mirror02.g3dj
new file mode 100644 (file)
index 0000000..7d0c556
--- /dev/null
@@ -0,0 +1,14 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [], 
+       "materials": [
+               {
+                       "id": "badlogic_normal", 
+                       "diffuse": [ 0.800000,  0.800000,  0.800000], 
+                       "reflection": [ 1.000000,  1.000000,  1.000000]
+               }
+       ],
+       "nodes": [], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/a_attributes.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/a_attributes.glsl
new file mode 100644 (file)
index 0000000..cebd228
--- /dev/null
@@ -0,0 +1,190 @@
+/**
+ * a_attributes.glsl: Include this file at the top of your vertex shader, to have all available attributes declared.
+ */
+
+/**
+ * Declare the attributes the Shader provides to us, either using the mesh or a default value (it's up to the Shader to decide that).
+ * We explicitly declare them only when the flag is set for two reasons:
+ * 1. So you can't accidently use an attribute which isn't set by the shader.
+ * 2. The shader might choose a different implementation when an attribute is actually used or not. 
+ */
+#include ":a_position"
+#include ":a_color"
+#include ":a_normal"
+#include ":a_tangent"
+#include ":a_binormal"
+#include ":a_texCoords"
+#include ":a_boneWeights"
+[a_position]
+#ifdef positionFlag
+       attribute vec3 a_position;
+#endif //positionFlag
+
+[a_color]
+#ifdef colorFlag
+       attribute vec4 a_color;
+#endif //colorFlag
+
+[a_normal]
+#ifdef normalFlag
+       attribute vec3 a_normal;
+#endif //normalFlag
+       
+[a_tangent]
+#ifdef tangentFlag
+       attribute vec3 a_tangent;
+#endif //tangentFlag
+
+[a_binormal]
+#ifdef binormalFlag
+       attribute vec3 a_binormal;
+#endif //binormalFlag
+
+[a_texCoords]
+#include ":a_texCoord0"
+#include ":a_texCoord1"
+#include ":a_texCoord2"
+#include ":a_texCoord3"
+#include ":a_texCoord4"
+#include ":a_texCoord5"
+#include ":a_texCoord6"
+#include ":a_texCoord7"
+
+[a_texCoord0]
+#ifdef texCoord0Flag
+       #ifndef texCoordsFlag
+               #define texCoordsFlag
+       #endif
+       attribute vec2 a_texCoord0;
+#endif
+
+[a_texCoord1]
+#ifdef texCoord1Flag
+       #ifndef texCoordsFlag
+               #define texCoordsFlag
+       #endif
+       attribute vec2 a_texCoord1;
+#endif
+
+[a_texCoord2]
+#ifdef texCoord2Flag
+       #ifndef texCoordsFlag
+               #define texCoordsFlag
+       #endif  
+       attribute vec2 a_texCoord2;
+#endif
+
+[a_texCoord3]
+#ifdef texCoord3Flag
+       #ifndef texCoordsFlag
+               #define texCoordsFlag
+       #endif
+       attribute vec2 a_texCoord3;
+#endif
+
+[a_texCoord4]
+#ifdef texCoord4Flag
+       #ifndef texCoordsFlag
+               #define texCoordsFlag
+       #endif
+       attribute vec2 a_texCoord4;
+#endif
+
+[a_texCoord5]
+#ifdef texCoord5Flag
+       #ifndef texCoordsFlag
+               #define texCoordsFlag
+       #endif
+       attribute vec2 a_texCoord5;
+#endif
+
+[a_texCoord6]
+#ifdef texCoord6Flag
+       #ifndef texCoordsFlag
+               #define texCoordsFlag
+       #endif
+       attribute vec2 a_texCoord6;
+#endif
+
+[a_texCoord7]
+#ifdef texCoord7Flag
+       #ifndef texCoordsFlag
+               #define texCoordsFlag
+       #endif
+       attribute vec2 a_texCoord7;
+#endif
+
+[a_boneWeights]
+#include ":a_boneWeight0"
+#include ":a_boneWeight1"
+#include ":a_boneWeight2"
+#include ":a_boneWeight3"
+#include ":a_boneWeight4"
+#include ":a_boneWeight5"
+#include ":a_boneWeight6"
+#include ":a_boneWeight7"
+
+[a_boneWeight0]
+#ifdef boneWeight0Flag
+       #ifndef boneWeightsFlag
+               #define boneWeightsFlag
+       #endif
+       attribute vec2 a_boneWeight0;
+#endif //boneWeight0Flag
+
+[a_boneWeight1]
+#ifdef boneWeight1Flag
+       #ifndef boneWeightsFlag
+               #define boneWeightsFlag
+       #endif
+       attribute vec2 a_boneWeight1;
+#endif //boneWeight1Flag
+
+[a_boneWeight2]
+#ifdef boneWeight2Flag
+       #ifndef boneWeightsFlag
+               #define boneWeightsFlag
+       #endif
+       attribute vec2 a_boneWeight2;
+#endif //boneWeight2Flag
+
+[a_boneWeight3]
+#ifdef boneWeight3Flag
+       #ifndef boneWeightsFlag
+               #define boneWeightsFlag
+       #endif
+       attribute vec2 a_boneWeight3;
+#endif //boneWeight3Flag
+
+[a_boneWeight4]
+#ifdef boneWeight4Flag
+       #ifndef boneWeightsFlag
+               #define boneWeightsFlag
+       #endif
+       attribute vec2 a_boneWeight4;
+#endif //boneWeight4Flag
+
+[a_boneWeight5]
+#ifdef boneWeight5Flag
+       #ifndef boneWeightsFlag
+               #define boneWeightsFlag
+       #endif
+       attribute vec2 a_boneWeight5;
+#endif //boneWeight5Flag
+
+[a_boneWeight6]
+#ifdef boneWeight6Flag
+       #ifndef boneWeightsFlag
+               #define boneWeightsFlag
+       #endif
+       attribute vec2 a_boneWeight6;
+#endif //boneWeight6Flag
+
+[a_boneWeight7]
+#ifdef boneWeight7Flag
+       #ifndef boneWeightsFlag
+               #define boneWeightsFlag
+       #endif
+       attribute vec2 a_boneWeight7;
+#endif //boneWeight7Flag
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/common.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/common.glsl
new file mode 100644 (file)
index 0000000..eb8ea29
--- /dev/null
@@ -0,0 +1,142 @@
+
+
+[FS]
+#include ":defines"
+
+[precision]
+#ifdef GL_ES 
+#define LOWP lowp
+#define MED mediump
+#define HIGH highp
+precision mediump float;
+#else
+#define MED
+#define LOWP
+#define HIGH
+#endif
+
+[VS]
+#include ":defines"
+
+[nop]
+#define nop() {}
+[defines]
+#include ":textureFlag"
+#include ":specularFlag"
+#include ":cameraPositionFlag"
+#include ":separateAmbientFlag"
+  
+[textureFlag]
+#if defined(diffuseTextureFlag) || defined(specularTextureFlag)
+        #define textureFlag
+#endif
+
+[specularFlag]
+#if defined(specularTextureFlag) || defined(specularColorFlag)
+        #define specularFlag
+#endif
+
+[cameraPositionFlag]
+#if defined(specularFlag) || defined(fogFlag)
+        #define cameraPositionFlag
+#endif
+[separateAmbientFlag]
+#ifdef shadowMapFlag
+        #define separateAmbientFlag
+#endif
+
+[tangentVectorsVS]
+#include "common.glsl:nop"
+#include "g_attributes.glsl:g_normalVS"
+#include "g_attributes.glsl:g_binormalVS"
+#include "g_attributes.glsl:g_tangentVS"
+
+#if defined(normalFlag) && defined(binormalFlag) && defined(tangentFlag)
+#define calculateTangentVectors() nop()
+#elif defined(normalFlag) && defined(binormalFlag)
+#define calculateTangentVectors() (g_tangent = normalize(cross(g_normal, g_binormal))) 
+#elif defined(normalFlag) && defined(tangentFlag)
+#define calculateTangentVectors() (g_binormal = normalize(cross(g_normal, g_tangent)))
+#elif defined(binormalFlag) && defined(tangentFlag)
+#define calculateTangentVectors() (g_normal = normalize(cross(g_binormal, g_tangent)))
+#elif defined(normalFlag) || defined(binormalFlag) || defined(tangentFlag)
+       vec3 biggestAngle(const in vec3 base, const in vec3 v1, const in vec3 v2) {
+               vec3 c1 = cross(base, v1);
+               vec3 c2 = cross(base, v2);
+               return (dot(c2, c2) > dot(c1, c1)) ? c2 : c1;
+       }
+       #if defined(normalFlag)
+       void calculateTangentVectors() {
+               g_binormal = normalize(cross(g_normal, biggestAngle(g_normal, vec3(1.0, 0.0, 0.0), vec3(0.0, 1.0, 0.0))));
+               g_tangent = normalize(cross(g_normal, g_binormal));
+       }
+       #elif defined(binormalFlag)
+       void calculateTangentVectors() {
+               g_tangent = normalize(cross(g_binormal, biggestAngle(g_binormal, vec3(0.0, 0.0, 1.0), vec3(0.0, 1.0, 0.0))));
+               g_normal = normalize(cross(g_binormal, g_tangent));
+       }
+       #elif defined(tangentFlag)
+       void calculateTangentVectors() {
+               g_binormal = normalize(cross(g_tangent, biggestAngle(g_binormal, vec3(0.0, 0.0, 1.0), vec3(0.0, 1.0, 0.0))));
+               g_normal = normalize(cross(g_tangent, g_binormal));
+       }
+       #endif
+#endif
+       
+[colorDiffuse]
+#include "u_uniforms.glsl:u_diffuseTexture"
+#include "u_uniforms.glsl:u_diffuseColor"
+
+#if defined(diffuseTextureFlag) && defined(diffuseColorFlag)
+#define fetchColorDiffuseTD(texCoord, defaultValue) texture2D(u_diffuseTexture, texCoord) * u_diffuseColor
+#elif defined(diffuseTextureFlag)
+#define fetchColorDiffuseTD(texCoord, defaultValue) texture2D(u_diffuseTexture, texCoord)
+#elif defined(diffuseColorFlag)
+#define fetchColorDiffuseTD(texCoord, defaultValue) u_diffuseColor
+#else
+#define fetchColorDiffuseTD(texCoord, defaultValue) (defaultValue)
+#endif
+
+[colorDiffuseFS]
+#include ":colorDiffuse"
+#include "g_attributes.glsl:g_texCoord0FS" 
+
+#define fetchColorDiffuseD(defaultValue) fetchColorDiffuseTD(g_texCoord0, defaultValue)
+#define fetchColorDiffuse() fetchColorDiffuseD(vec4(1.0))
+
+#if defined(diffuseTextureFlag) || defined(diffuseColorFlag)
+#define applyColorDiffuse(baseColor) ((baseColor) * fetchColorDiffuse())
+#else
+#define applyColorDiffuse(baseColor) (baseColor)
+#endif
+[colorSpecular]
+#include "u_uniforms.glsl:u_specularTexture"
+#include "u_uniforms.glsl:u_specularColor"
+
+#if defined(specularTextureFlag) && defined(specularColorFlag)
+#define fetchColorSpecularTD(texCoord, defaultValue) (texture2D(u_specularTexture, texCoord).rgb * u_specularColor.rgb)
+#elif defined(specularTextureFlag)
+#define fetchColorSpecularTD(texCoord, defaultValue) texture2D(u_specularTexture, texCoord).rgb
+#elif defined(specularColorFlag)
+#define fetchColorSpecularTD(texCoord, defaultValue) u_specularColor.rgb
+#else
+#define fetchColorSpecularTD(texCoord, defaultValue) (defaultValue)
+#endif
+       
+[colorSpecularFS]
+#include ":colorSpecular"
+#include "g_attributes.glsl:g_texCoord0FS" 
+
+#define fetchColorSpecularD(defaultValue) fetchColorSpecularTD(g_texCoord0, defaultValue)
+#define fetchColorSpecular() fetchColorSpecularD(vec3(0.0))
+
+#if defined(specularTextureFlag) || defined(specularColorFlag)
+#define applyColorSpecular(intensity) ((intensity) * fetchColorSpecular())
+#define addColorSpecular(baseColor, intensity) ((baseColor) + applyColorSpecular(intensity))
+#else
+#define applyColorSpecular(intensity) (vec3(0.0))
+#define addColorSpecular(baseColor, intensity) (baseColor)
+#endif
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/cubemap.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/cubemap.glsl
new file mode 100644 (file)
index 0000000..bffb6fb
--- /dev/null
@@ -0,0 +1,41 @@
+[VS]
+#include "g_attributes.glsl:VS"
+#include "u_uniforms.glsl"
+#include "skinning.glsl"
+#include "common.glsl:VS"
+
+varying vec3 v_cubeMapUV;
+void main() {
+       g_position = u_worldTrans * applySkinning(g_position);
+       v_cubeMapUV = normalize(g_position.xyz);
+       gl_Position = u_projViewTrans * g_position;
+}
+
+
+[FS]
+#ifdef GL_ES 
+#define LOWP lowp
+#define MED mediump
+#define HIGH highp
+precision mediump float;
+#else
+#define MED
+#define LOWP
+#define HIGH
+#endif
+
+varying vec3 v_cubeMapUV;
+
+#ifdef environmentCubemapFlag
+uniform samplerCube u_environmentCubemap;
+#endif
+
+void main() {
+
+#ifdef environmentCubemapFlag
+       gl_FragColor = vec4(textureCube(u_environmentCubemap, v_cubeMapUV).rgb, 1.0);
+#else
+       gl_FragColor = vec4(v_cubeMapUV, 1.0);
+#endif
+}
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/depth.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/depth.glsl
new file mode 100644 (file)
index 0000000..525a1ae
--- /dev/null
@@ -0,0 +1,26 @@
+[VS]
+#include "skinning.glsl"
+
+attribute vec3 a_position;
+uniform mat4 u_projViewWorldTrans;
+
+varying float v_depth;
+
+void main() {
+       vec4 pos = u_projViewWorldTrans * applySkinning(vec4(a_position, 1.0));
+
+       v_depth = pos.z * 0.5 + 0.5;
+
+       gl_Position = pos;
+}
+[FS]
+#include "common.glsl:FS"
+
+varying float v_depth;
+
+void main() {
+       float depth = v_depth;
+       const vec4 bias = vec4(1.0 / 255.0, 1.0 / 255.0, 1.0 / 255.0, 0.0);
+       vec4 color = vec4(depth, fract(depth * 255.0), fract(depth * 65025.0), fract(depth * 160581375.0));
+       gl_FragColor = color - (color.yzww * bias);
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/fur.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/fur.glsl
new file mode 100644 (file)
index 0000000..dbe9c8f
--- /dev/null
@@ -0,0 +1,83 @@
+[VS]
+#include "g_attributes.glsl:VS"
+#include "u_uniforms.glsl"
+#include "skinning.glsl"
+#include "common.glsl:VS"
+#include "lights.glsl:lights"
+
+uniform float u_pass;
+float furLength = u_pass * 0.25;
+
+varying vec3 v_lightDir;
+varying vec3 v_lightCol;
+varying vec3 v_viewDir;
+void main() {
+       g_position = applySkinning(g_position);
+       g_normal = normalize(applySkinning(g_normal));
+       g_tangent = normalize(applySkinning(g_tangent));
+       
+       vec3 offset = furLength * g_normal; // furLength * ((abs(mod(u_time, 2.0) - 1.0) * 0.25) * g_tangent + g_normal);
+       g_position = vec4(g_position.xyz + offset, g_position.w);
+       g_position = u_worldTrans * g_position;
+       gl_Position = u_projViewTrans * g_position;
+       
+       mat3 worldToTangent;
+       worldToTangent[0] = normalize(u_normalMatrix * g_tangent);
+       worldToTangent[1] = normalize(u_normalMatrix * cross(g_tangent, g_normal));
+       worldToTangent[2] = normalize(u_normalMatrix * g_normal);
+       
+       v_lightDir = normalize(-u_dirLights[0].direction) * worldToTangent;
+       v_lightCol = u_dirLights[0].color;
+       v_viewDir = normalize(u_cameraPosition.xyz - g_position.xyz) * worldToTangent;
+       
+       passColor();
+       passTexCoord0();        
+}
+
+
+[FS]
+#ifdef GL_ES 
+#define LOWP lowp
+#define MED mediump
+#define HIGH highp
+precision mediump float;
+#else
+#define MED
+#define LOWP
+#define HIGH
+#endif
+
+#include "g_attributes.glsl:FS"
+#include "u_uniforms.glsl"
+#include "common.glsl:FS"
+#include "common.glsl:colorDiffuseFS"
+#include "common.glsl:colorSpecularFS"
+
+varying vec3 v_lightDir;
+varying vec3 v_lightCol;
+varying vec3 v_viewDir;
+
+#define saturate(x) clamp( x, 0.0, 1.0 )
+
+uniform float u_pass;
+float furThinning = u_pass;
+
+void main() {
+       vec4 diffuse = applyColorDiffuse(g_color);
+       vec3 specular = fetchColorSpecular();
+
+       vec4 N = vec4(0.0, 0.0, 1.0, 1.0);
+       vec3 L = normalize(v_lightDir);
+       vec3 V = normalize(v_viewDir);
+       vec3 H = normalize(L + V);
+       float NL = dot(N.xyz, L);
+       float NH = max(0.0, dot(N.xyz, H));
+       
+       float specOpacity = (1.0 - diffuse.w);
+       float spec = min(1.0, pow(NH, 10.0) * specOpacity);
+       float selfShadow = saturate(4.0 * NL);
+       
+       gl_FragColor = vec4(v_lightCol * diffuse.rgb * NL, saturate(diffuse.w - furThinning));
+       gl_FragColor.rgb += selfShadow * specular * (1.0 - furThinning) * spec;
+}
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/g_attributes.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/g_attributes.glsl
new file mode 100644 (file)
index 0000000..5512070
--- /dev/null
@@ -0,0 +1,235 @@
+/**
+ * passAttribute: only executed when the attribute is provided by the shader, no extra code in fragment needed
+ * pushAttribute: always executed, requires pullAttribute in fragment
+ */
+
+/**
+ * Working with g_attributes, three possibilities:
+ * 
+ * 1. Vertex shader only
+ * - In the vertex shader include the required attribute snippet.
+ * - Access the attribute as global variable with the "g_" prefix (e.g. g_position), 
+ *             if the attribute isn't available the variable is set to a default value
+ * 
+ * 2. Fragment shader only
+ * - In the vertex shader include the required attribute snippet.
+ * - In the VS main method add the line: "passAttribute();" (e.g. passColor(); or passNormal();)
+ *             If the attribute is available it will passed using a varying, otherwise it's a no-op
+ * - In the fragment shader include the required attribute snippet.
+ * - Access the attribute as global variable with the "g_" prefix, 
+ *             if the attribute isn't available the variable is set to a default value
+ *     
+ * 3. Both vertex and fragment shader
+ * - In the vertex shader access the attribute as specified in 1.
+ * - When done, call pushAttribute(); e.g. pushColor(); or pushNormal();
+ * - In fragment shader include the required attribute snippet.
+ * - In the FS main method call pullAttribute(); before using it (e.g. pullColor(); or pullNormal();)  
+ */
+
+[VS]
+#include ":g_positionVS"
+#include ":g_colorVS"
+#include ":g_normalVS"
+#include ":g_binormalVS"
+#include ":g_tangentVS"
+#include ":g_texCoord0VS"
+
+[FS]
+#include ":g_positionFS"
+#include ":g_colorFS"
+#include ":g_normalFS"
+#include ":g_binormalFS"
+#include ":g_tangentFS"
+#include ":g_texCoord0FS"
+
+[g_positionVS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// POSITION ATTRIBUTE - VERTEX
+////////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+#include "a_attributes.glsl:a_position"
+       varying vec4 v_position;
+#define pushPositionValue(value) (v_position = (value))
+#if defined(positionFlag)
+       vec4 g_position = vec4(a_position, 1.0);
+       #define passPositionValue(value) pushPositionValue(value)
+#else
+       vec4 g_position = vec4(0.0, 0.0, 0.0, 1.0);
+       #define passPositionValue(value) nop()
+#endif
+#define passPosition() passPositionValue(g_position)
+#define pushPosition() pushPositionValue(g_position)
+
+[g_positionFS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// POSITION ATTRIBUTE - FRAGMENT
+////////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+       varying vec4 v_position;
+#if defined(positionFlag)
+       vec4 g_position = v_position;
+       #define pullPosition() nop()
+#else
+       vec4 g_position = vec4(0.0, 0.0, 0.0, 1.0);
+       #define pullPosition() (g_position = v_position)
+#endif
+       
+[g_colorVS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// COLOR ATTRIBUTE - VERTEX
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+#include "a_attributes.glsl:a_color"
+       varying vec4 v_color;
+#define pushColorValue(value) (v_color = (value))
+#if defined(colorFlag)
+       vec4 g_color = a_color;
+       #define passColorValue(value) pushColorValue(value)
+#else
+       vec4 g_color = vec4(1.0, 1.0, 1.0, 1.0);
+       #define passColorValue(value) nop()     
+#endif
+#define passColor() passColorValue(g_color)
+#define pushColor()    pushColorValue(g_color)
+
+[g_colorFS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// COLOR ATTRIBUTE - FRAGMENT
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+       varying vec4 v_color;
+#if defined(colorFlag)
+       vec4 g_color = v_color;
+       #define pullColor() nop()
+#else
+       vec4 g_color = vec4(1.0, 1.0, 1.0, 1.0);
+       #define pullColor()     (g_color = v_color)
+#endif
+
+[g_normalVS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// NORMAL ATTRIBUTE - VERTEX
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+#include "a_attributes.glsl:a_normal"
+       varying vec3 v_normal;
+#define pushNormalValue(value) (v_normal = (value))
+#if defined(normalFlag)
+       vec3 g_normal = a_normal;
+       #define passNormalValue(value) pushNormalValue(value)
+#else
+       vec3 g_normal = vec3(0.0, 0.0, 1.0);
+       #define passNormalValue(value) nop() 
+#endif
+#define passNormal() (passNormalValue(g_normal))
+#define pushNormal() (pushNormalValue(g_normal))
+
+[g_normalFS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// NORMAL ATTRIBUTE - FRAGMENT
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+       varying vec3 v_normal;
+#if defined(normalFlag)
+       vec3 g_normal = v_normal;
+       #define pullNormal() nop()
+#else
+       vec3 g_normal = vec3(0.0, 0.0, 1.0);
+       #define pullNormal() (g_normal = v_normal)
+#endif
+
+[g_binormalVS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// BINORMAL ATTRIBUTE - VERTEX
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+#include "a_attributes.glsl:a_binormal"
+       varying vec3 v_binormal;
+#define pushBinormalValue(value) (v_binormal = (value))
+#if defined(binormalFlag)
+       vec3 g_binormal = a_binormal;
+       #define passBinormalValue(value) pushBinormalValue(value)
+#else
+       vec3 g_binormal = vec3(0.0, 1.0, 0.0);
+       #define passBinormalValue(value) nop()
+#endif // binormalFlag
+#define passBinormal() passBinormalValue(g_binormal)
+#define pushBinormal() pushBinormalValue(g_binormal)
+
+[g_binormalFS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// BINORMAL ATTRIBUTE - FRAGMENT
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+       varying vec3 v_binormal;
+#if defined(binormalFlag)
+       vec3 g_binormal = v_binormal;
+       #define pullBinormal() nop()
+#else
+       vec3 g_binormal = vec3(0.0, 0.0, 1.0);
+       #define pullBinormal() (g_binormal = v_binormal)
+#endif
+
+[g_tangentVS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// TANGENT ATTRIBUTE - VERTEX
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+#include "a_attributes.glsl:a_tangent"
+       varying vec3 v_tangent;
+#define pushTangentValue(value) (v_tangent = (value))
+#if defined(tangentFlag)
+       vec3 g_tangent = a_tangent;
+       #define passTangentValue(value) pushTangentValue(value)
+#else
+       vec3 g_tangent = vec3(1.0, 0.0, 0.0);
+       #define passTangentValue(value) nop()
+#endif // tangentFlag
+#define passTangent() passTangentValue(g_tangent)
+#define pushTangent() pushTangentValue(g_tangent)
+
+[g_tangentFS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// TANGENT ATTRIBUTE - FRAGMENT
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+       varying vec3 v_tangent;
+#if defined(tangentFlag)
+       vec3 g_tangent = v_tangent;
+       #define pullTangent() nop()
+#else
+       vec3 g_tangent = vec3(1.0, 0.0, 0.0);
+       #define pullTangent() (g_tangent = v_tangent)
+#endif
+
+[g_texCoord0VS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// TEXCOORD0 ATTRIBUTE - VERTEX
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+#include "a_attributes.glsl:a_texCoord0"
+       varying vec2 v_texCoord0;
+#define pushTexCoord0Value(value) (v_texCoord0 = value)
+#if defined(texCoord0Flag)
+       vec2 g_texCoord0 = a_texCoord0;
+       #define passTexCoord0Value(value) pushTexCoord0Value(value)
+#else
+       vec2 g_texCoord0 = vec2(0.0, 0.0);
+       #define passTexCoord0Value(value) nop() 
+#endif // texCoord0Flag
+#define passTexCoord0() passTexCoord0Value(g_texCoord0)
+#define pushTexCoord0() pushTexCoord0Value(g_texCoord0)
+
+[g_texCoord0FS]
+////////////////////////////////////////////////////////////////////////////////////
+////////// TEXCOORD0 ATTRIBUTE - FRAGMENT
+///////////////////////////////////////////////////////////////////////////////////
+#include "common.glsl:nop"
+       varying vec2 v_texCoord0;
+#if defined(texCoord0Flag)
+       vec2 g_texCoord0 = v_texCoord0;
+       #define pullTexCoord0() nop()
+#else
+       vec2 g_texCoord0 = vec2(0.0, 0.0);
+       #define pullTexCoord0() (g_texCoord0 = v_texCoord0)
+#endif
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/gouraud.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/gouraud.glsl
new file mode 100644 (file)
index 0000000..3747141
--- /dev/null
@@ -0,0 +1,107 @@
+[VS]
+#include "g_attributes.glsl:VS"
+#include "u_uniforms.glsl"
+#include "skinning.glsl"
+#include "common.glsl:VS"
+#include "common.glsl:tangentVectorsVS"
+#include "lights.glsl:VS"
+#include "light_gouraud.glsl"
+#include "shadowmap.glsl:VS"
+
+void main() {
+       g_position = u_worldTrans * applySkinning(g_position);
+       gl_Position = u_projViewTrans * g_position;
+
+       applyLights(g_position, 
+                       normalize(u_cameraPosition.xyz - g_position.xyz), 
+                       normalize(u_normalMatrix * applySkinning(g_normal)), 
+                       u_shininess);
+       
+       // Pass attributes values to the fragment shader
+       passLights();
+       passColor();
+       passTexCoord0();
+       passFog(calculateFog(g_position, u_cameraPosition));
+       passShadowMapUV(calcShadowMapUV(g_position));
+}
+
+
+[FS]
+#ifdef GL_ES 
+#define LOWP lowp
+#define MED mediump
+#define HIGH highp
+precision mediump float;
+#else
+#define MED
+#define LOWP
+#define HIGH
+#endif
+
+#include "g_attributes.glsl:FS"
+#include "u_uniforms.glsl"
+#include "common.glsl:FS"
+#include "common.glsl:colorDiffuseFS"
+#include "common.glsl:colorSpecularFS"
+#include "lights.glsl:FS"
+#include "shadowmap.glsl:FS"
+
+#ifdef fogFlag
+uniform vec4 u_fogColor;
+varying float v_fog;
+#endif // fogFlag
+
+void main() {
+       pullLights();
+       
+       vec4 diffuse = applyColorDiffuse(g_color);
+
+       #if (!defined(lightingFlag))  
+               gl_FragColor.rgb = diffuse.rgb;
+       #elif (!defined(specularFlag))
+               #if defined(ambientFlag) && defined(separateAmbientFlag)
+                       #ifdef shadowMapFlag
+                               gl_FragColor.rgb = (diffuse.rgb * (g_lightAmbient + getShadow() * g_lightDiffuse));
+                               //gl_FragColor.rgb = texture2D(u_shadowTexture, v_shadowMapUv.xy);
+                       #else
+                               gl_FragColor.rgb = (diffuse.rgb * (g_lightAmbient + g_lightDiffuse));
+                       #endif //shadowMapFlag
+               #else
+                       #ifdef shadowMapFlag
+                               gl_FragColor.rgb = getShadow() * (diffuse.rgb * g_lightDiffuse);
+                       #else
+                               gl_FragColor.rgb = (diffuse.rgb * g_lightDiffuse);
+                       #endif shadowMapFlag
+               #endif
+       #else
+               vec3 specular = applyColorSpecular(g_lightSpecular);
+                       
+               #if defined(ambientFlag) && defined(separateAmbientFlag)
+                       #ifdef shadowMapFlag
+                       gl_FragColor.rgb = (diffuse.rgb * (getShadow() * g_lightDiffuse + g_lightAmbient)) + specular;
+                               //gl_FragColor.rgb = texture2D(u_shadowTexture, v_shadowMapUv.xy);
+                       #else
+                               gl_FragColor.rgb = (diffuse.rgb * (g_lightDiffuse + g_LightAmbient)) + specular;
+                       #endif //shadowMapFlag
+               #else
+                       #ifdef shadowMapFlag
+                               gl_FragColor.rgb = getShadow() * ((diffuse.rgb * g_lightDiffuse) + specular);
+                       #else
+                               gl_FragColor.rgb = (diffuse.rgb * g_lightDiffuse) + specular;
+                       #endif shadowMapFlag
+               #endif
+       #endif //lightingFlag
+
+       #ifdef fogFlag
+       gl_FragColor.rgb = mix(gl_FragColor.rgb, u_fogColor.rgb, v_fog);
+    #endif // end fogFlag
+
+       #ifdef blendedFlag
+               gl_FragColor.a = diffuse.a * v_opacity;
+               #ifdef alphaTestFlag
+                       if (gl_FragColor.a <= v_alphaTest)
+                               discard;
+               #endif
+       #endif
+
+}
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/light_gouraud.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/light_gouraud.glsl
new file mode 100644 (file)
index 0000000..3bf16f2
--- /dev/null
@@ -0,0 +1,116 @@
+
+#include "lights.glsl:default"
+#include "lights.glsl:ambient"
+#include ":dirLights"
+#include ":pointLights"
+#ifdef lightingFlag
+       void applyLights(const in vec4 position, const in vec3 viewVec, const in vec3 normal, const in float shininess) {
+               #if defined(ambientFlag)
+                       #if defined(separateAmbientFlag)
+               g_lightAmbient = getAmbient(normal);
+                       #else
+               g_lightDiffuse = getAmbient(normal);
+                       #endif
+               #endif
+               applyDirectionalLights(g_lightDiffuse, g_lightSpecular, viewVec, normal, shininess);
+               applyPointLights(g_lightDiffuse, g_lightSpecular, position, viewVec, normal, shininess);
+       }
+#else
+       #define applyLights(position, viewVec, normal, shininess) nop()
+#endif
+
+[common]
+#define gouraudSpecularComponent(normal, lightDir, viewDir, shininess) pow(dot(normal, normalize((lightDir) + (viewDir))), shininess)
+
+
+[dirLights]
+#include "common.glsl:specularFlag"
+#include "common.glsl:nop"
+#include "lights.glsl:dirLights"
+#include ":common"
+
+#ifdef directionalLightsFlag
+       /** Apply the directional lights to the diffuse argument using a basic lighting algorithm */
+       void applyDiffuseDirectionalLights(inout vec3 diffuse, const in vec3 normal) {
+               for (int i = 0; i < numDirectionalLights; i++) {
+                       vec3 lightDir = -u_dirLights[i].direction;
+                       float NdotL = clamp(dot(normal, lightDir), 0.0, 1.0);
+                       diffuse += u_dirLights[i].color * NdotL;
+               }
+       }
+       
+       /** Apply the directional lights to both the diffuse and specular arguments using a basic lighting algorithm */
+       void applyDiffuseAndSpecularDirectionalLights(inout vec3 diffuse, inout vec3 specular, const in vec3 viewVec, const in vec3 normal, const in float shininess) {
+               for (int i = 0; i < numDirectionalLights; i++) {
+                       vec3 lightDir = -u_dirLights[i].direction;
+                       float NdotL = clamp(dot(normal, lightDir), 0.0, 1.0);
+                       diffuse += u_dirLights[i].color * NdotL;
+                       specular += u_dirLights[i].color * NdotL * gouraudSpecularComponent(normal, lightDir, viewVec, shininess);
+                       //float halfDotView = dot(normal, normalize(lightDir + viewVec));
+                       //specular += u_dirLights[i].color * clamp(NdotL * pow(halfDotView, shininess), 0.0, 1.0);
+               }
+       }
+       #ifdef specularFlag
+       #define applyDirectionalLights(diffuse, specular, viewVec, normal, shininess) applyDiffuseAndSpecularDirectionalLights(diffuse, specular, viewVec, normal, shininess)
+       #else
+       #define applyDirectionalLights(diffuse, specular, viewVec, normal, shininess) applyDiffuseDirectionalLights(diffuse, normal) 
+       #endif
+#else
+       #define applyDiffuseDirectionalLights(diffuse, normal) nop()
+       #define applyDiffuseAndSpecularDirectionalLights(diffuse, specular, viewVec, normal, shininess) nop()
+       #define applyDirectionalLights(diffuse, specular, viewVec, normal, shininess) nop() 
+#endif
+
+
+
+
+
+[pointLights]
+#include "common.glsl:nop"
+#include "common.glsl:specularFlag"
+#include "lights.glsl:pointLights"
+#include ":common"
+
+#ifdef pointLightsFlag
+       void applyDiffusePointLights(inout vec3 diffuse, const in vec3 pos, const in vec3 normal) {
+               for (int i = 0; i < numPointLights; i++) {
+                       vec3 lightDir = u_pointLights[i].position - pos;
+                       float dist2 = dot(lightDir, lightDir);
+                       lightDir *= inversesqrt(dist2);
+                       float NdotL = clamp(dot(normal, lightDir), 0.0, 2.0);
+                       float falloff = clamp(u_pointLights[i].intensity / (1.0 + dist2), 0.0, 2.0); // FIXME mul intensity on cpu
+                       diffuse += u_pointLights[i].color * (NdotL * falloff);
+               }
+       }
+       
+       void applyDiffusePointLights(inout vec3 diffuse, const in vec4 pos, const in vec3 normal) {
+               applyDiffusePointLights(diffuse, pos.xyz, normal);
+       }
+       
+       void applyDiffuseAndSpecularPointLights(inout vec3 diffuse, inout vec3 specular, const in vec3 pos, const in vec3 viewVec, const in vec3 normal, const in float shininess) {
+               for (int i = 0; i < numPointLights; i++) {
+                       vec3 lightDir = u_pointLights[i].position - pos;
+                       float dist2 = dot(lightDir, lightDir);
+                       lightDir *= inversesqrt(dist2);
+                       float NdotL = clamp(dot(normal, lightDir), 0.0, 2.0);
+                       float falloff = clamp(u_pointLights[i].intensity / (1.0 + dist2), 0.0, 2.0); // FIXME mul intensity on cpu
+                       diffuse += u_pointLights[i].color * (NdotL * falloff);
+                       float halfDotView = clamp(dot(normal, normalize(lightDir + viewVec)), 0.0, 2.0);
+                       specular += u_pointLights[i].color * clamp(NdotL * pow(halfDotView, shininess) * falloff, 0.0, 2.0);
+               }
+       }
+       
+       void applyDiffuseAndSpecularPointLights(inout vec3 diffuse, inout vec3 specular, const in vec4 pos, const in vec3 viewVec, const in vec3 normal, const in float shininess) {
+               applyDiffuseAndSpecularPointLights(diffuse, specular, pos.xyz, viewVec, normal, shininess);
+       }
+       #ifdef specularFlag
+       #define applyPointLights(diffuse, specular, pos, viewVec, normal, shininess) applyDiffuseAndSpecularPointLights(diffuse, specular, pos, viewVec, normal, shininess)
+       #else
+       #define applyPointLights(diffuse, specular, pos, viewVec, normal, shininess) applyDiffusePointLights(diffuse, pos, normal)
+       #endif
+#else
+       #define applyDiffusePointLights(diffuse, pos, normal) nop()
+       #define applyDiffuseAndSpecularPointLights(diffuse, specular, pos, viewVec, normal, shininess) nop()
+       #define applyPointLights(diffuse, specular, pos, viewVec, normal, shininess) nop()
+#endif
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/lights.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/lights.glsl
new file mode 100644 (file)
index 0000000..f8c3b85
--- /dev/null
@@ -0,0 +1,164 @@
+
+[VS]
+#include ":defaultVS"
+#include ":fogVS"
+
+[FS]
+#include ":defaultFS"
+
+[lights]
+// Declare all lighting uniforms
+#include ":ambient"
+#include ":pointLights"
+#include ":dirLights"
+
+[default]
+// Declare methods for the default lighting algorithm
+#include "common.glsl:separateAmbientFlag"
+#include ":ambient"
+
+       varying vec3 v_lightAmbient;    
+       varying vec3 v_lightDiffuse;
+       varying vec3 v_lightSpecular;
+       
+       vec3 g_lightAmbient = vec3(0.0);
+       vec3 g_lightDiffuse = vec3(0.0);
+       vec3 g_lightSpecular = vec3(0.0);
+
+[defaultVS]
+#include ":default"
+
+#ifdef lightingFlag
+       #define passLightAmbient()      (v_lightAmbient = g_lightAmbient)
+       #define passLightDiffuse()      (v_lightDiffuse = g_lightDiffuse)
+       #define passLightSpecular()     (v_lightSpecular = g_lightSpecular)
+#else
+       #define passLightAmbient() nop()
+       #define passLightDiffuse() nop()
+       #define passLightSpecular()     nop()
+#endif
+       #define passLights() { passLightAmbient(); passLightDiffuse(); passLightSpecular(); }
+[defaultFS]
+#include ":default"
+
+#ifdef lightingFlag
+       #define pullLightAmbient()      (g_lightAmbient = v_lightAmbient)
+       #define pullLightDiffuse()      (g_lightDiffuse = v_lightDiffuse)
+       #define pullLightSpecular()     (g_lightSpecular = v_lightSpecular)
+#else
+       #define pullLightAmbient() nop()
+       #define pullLightDiffuse() nop()
+       #define pullLightSpecular()     nop()
+#endif
+       #define pullLights() { pullLightAmbient(); pullLightDiffuse(); pullLightSpecular(); }
+       
+[fogVS]
+#include "common.glsl:nop"
+       varying float v_fog;
+#ifdef fogFlag
+       float calculateFog(const in float distanceSq, const in float camW)      {
+               return min(distanceSq * camW, 1.0);
+       }
+       float calculateFog(const in vec3 distance, const in float camW) {
+               return calculateFog(dot(distance, distance), camW) 
+       }
+       float calculateFog(const in vec4 position, const in vec4 camPos) {
+               return calculateFog(camPos.xyz - position.xyz, camPos.w)
+       }
+       #define passFog(val) (v_fog = val)
+#else
+       #define calculateFog(distanceSq, camW) (1.0)
+       #define passFog(val) nop()
+#endif
+       #define pushFog(val) (v_fog = val)
+
+[ambient]
+#include ":ambientLight"
+#include ":ambientCubemap"
+#if defined(ambientLightFlag) && defined(ambientCubemapFlag)
+       #define getAmbient(normal) (getAmbientLight() + getAmbientCubeLight(normal))
+#elif defined(ambientLightFlag)
+       #define getAmbient(normal) getAmbientLight()
+#elif defined(ambientCubemapFlag)
+       #define getAmbient(normal) getAmbientCubeLight(normal)
+#else
+       #define getAmbient(normal) (vec3(0.0))
+#endif
+
+[ambientLight]
+ //////////////////////////////////////////////////////
+ ////// AMBIENT LIGHT
+ //////////////////////////////////////////////////////
+#ifdef ambientLightFlag
+       #ifndef ambientFlag
+               #define ambientFlag
+       #endif
+       uniform vec3 u_ambientLight;
+       #define getAmbientLight() (u_ambientLight)
+#else
+       #define getAmbientLight() (vec3(0.0))
+#endif
+
+
+[ambientCubemap]
+//////////////////////////////////////////////////////
+////// AMBIENT CUBEMAP
+//////////////////////////////////////////////////////
+#ifdef ambientCubemapFlag
+       #ifndef ambientFlag
+               #define ambientFlag
+       #endif
+       uniform vec3 u_ambientCubemap[6];
+       vec3 getAmbientCubeLight(const in vec3 normal) {
+               vec3 squaredNormal = normal * normal;
+               vec3 isPositive  = step(0.0, normal);
+               return squaredNormal.x * mix(u_ambientCubemap[0], u_ambientCubemap[1], isPositive.x) +
+                               squaredNormal.y * mix(u_ambientCubemap[2], u_ambientCubemap[3], isPositive.y) +
+                               squaredNormal.z * mix(u_ambientCubemap[4], u_ambientCubemap[5], isPositive.z);
+       }
+#else
+       #define getAmbientCubeLight(normal) (vec3(0.0))
+#endif
+
+
+[dirLights]
+//////////////////////////////////////////////////////
+////// DIRECTIONAL LIGHTS
+//////////////////////////////////////////////////////
+#ifdef lightingFlag
+       #if defined(numDirectionalLights) && (numDirectionalLights > 0)
+               #define directionalLightsFlag
+       #endif // numDirectionalLights
+#endif //lightingFlag
+
+#ifdef directionalLightsFlag
+       struct DirectionalLight
+       {
+               vec3 color;
+               vec3 direction;
+       };
+       uniform DirectionalLight u_dirLights[numDirectionalLights];
+#endif
+       
+[pointLights]
+//////////////////////////////////////////////////////
+////// POINTS LIGHTS
+//////////////////////////////////////////////////////
+#ifdef lightingFlag
+       #if defined(numPointLights) && (numPointLights > 0)
+               #define pointLightsFlag
+       #endif // numPointLights
+#endif //lightingFlag
+               
+#ifdef pointLightsFlag
+       struct PointLight
+       {
+               vec3 color;
+               vec3 position;
+               float intensity;
+       };
+       uniform PointLight u_pointLights[numPointLights];
+#endif
+
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/normal.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/normal.glsl
new file mode 100644 (file)
index 0000000..29b74be
--- /dev/null
@@ -0,0 +1,54 @@
+/**
+ * Shader to visualize normals
+ * @author Xoppa
+ */
+[VS]
+#include "g_attributes.glsl:VS"
+#include "u_uniforms.glsl"
+#include "skinning.glsl"
+#include "common.glsl:VS"
+void main() {
+       g_position = u_worldTrans * applySkinning(g_position);
+       gl_Position = u_projViewTrans * g_position;
+
+#ifdef normalTextureFlag
+       g_binormal = normalize(u_normalMatrix * applySkinning(g_binormal));
+       g_tangent = normalize(u_normalMatrix * applySkinning(g_tangent));
+       pushBinormal();
+       pushTangent();
+       passTexCoord0();
+#endif
+       
+       passNormalValue(normalize(u_normalMatrix * applySkinning(g_normal)));
+}
+
+[FS]
+#ifdef GL_ES 
+#define LOWP lowp
+#define MED mediump
+#define HIGH highp
+precision mediump float;
+#else
+#define MED
+#define LOWP
+#define HIGH
+#endif
+
+#include "g_attributes.glsl:FS"
+#include "u_uniforms.glsl"
+#include "common.glsl:FS"
+
+void main() {
+       pullNormal();
+       
+#ifdef normalTextureFlag
+       pullBinormal();
+       pullTangent();
+       
+       vec3 normal = normalize(texture2D(u_normalTexture, g_texCoord0).xyz * 2.0 - 1.0);
+       g_normal = normalize((g_tangent * normal.x) + (g_binormal * normal.y) + (g_normal * normal.z));
+#endif
+       
+       gl_FragColor = vec4( normalize( g_normal * vec3( 0.5 ) + vec3( 0.5 ) ), 1.0 );
+}
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/phong.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/phong.glsl
new file mode 100644 (file)
index 0000000..04941eb
--- /dev/null
@@ -0,0 +1,134 @@
+[VS]
+#include "g_attributes.glsl:VS"
+#include "u_uniforms.glsl"
+#include "skinning.glsl"
+#include "common.glsl:VS"
+#include "common.glsl:tangentVectorsVS"
+#include "lights.glsl:VS"
+#include "light_gouraud.glsl"
+#include "shadowmap.glsl:VS"
+
+// #define gouraud
+void main() {
+       g_position = u_worldTrans * applySkinning(g_position);
+       gl_Position = u_projViewTrans * g_position;
+
+       // Pass the attributes values to the fragment shader
+       passPosition();
+       
+#ifdef normalTextureFlag
+       calculateTangentVectors();
+       pushBinormal();
+       pushTangent();
+#endif
+
+       passNormalValue(normalize(u_normalMatrix * applySkinning(g_normal)));
+       passColor();
+       passTexCoord0();
+       
+       passShadowMapUV(calcShadowMapUV(g_position));
+       passFog(calculateFog(g_position, u_cameraPosition));
+       
+       #ifdef gouraud
+       applyLights(g_position, normalize(u_cameraPosition.xyz - g_position.xyz), g_normal, u_shininess);
+       passLights();
+       #endif
+}
+
+
+[FS]
+#ifdef GL_ES 
+#define LOWP lowp
+#define MED mediump
+#define HIGH highp
+precision mediump float;
+#else
+#define MED
+#define LOWP
+#define HIGH
+#endif
+
+#include "g_attributes.glsl:FS"
+#include "u_uniforms.glsl"
+#include "common.glsl:FS"
+#include "common.glsl:colorDiffuseFS"
+#include "common.glsl:colorSpecularFS"
+#include "lights.glsl:FS"
+#include "light_gouraud.glsl"
+#include "shadowmap.glsl:FS"
+
+#ifdef fogFlag
+uniform vec4 u_fogColor;
+varying float v_fog;
+#endif // fogFlag
+
+// #define gouraud
+
+void main() {
+#ifdef normalTextureFlag
+       pullNormal();
+       pullBinormal();
+       pullTangent();
+       
+       vec3 normal = normalize(texture2D(u_normalTexture, g_texCoord0).xyz * 2.0 - 1.0);
+       g_normal = normalize((g_tangent * normal.x) + (g_binormal * normal.y) + (g_normal * normal.z));
+#endif
+       
+       #ifdef gouraud
+       pullLights();
+       #else
+       applyLights(g_position, normalize(u_cameraPosition.xyz - g_position.xyz), g_normal, u_shininess);
+       #endif
+       
+       vec4 diffuse = applyColorDiffuse(g_color);
+
+       #if (!defined(lightingFlag))  
+               gl_FragColor.rgb = diffuse.rgb;
+       #elif (!defined(specularFlag))
+               #if defined(ambientFlag) && defined(separateAmbientFlag)
+                       #ifdef shadowMapFlag
+                               gl_FragColor.rgb = (diffuse.rgb * (g_lightAmbient + getShadow() * g_lightDiffuse));
+                               //gl_FragColor.rgb = texture2D(u_shadowTexture, v_shadowMapUv.xy);
+                       #else
+                               gl_FragColor.rgb = (diffuse.rgb * (g_lightAmbient + g_lightDiffuse));
+                       #endif //shadowMapFlag
+               #else
+                       #ifdef shadowMapFlag
+                               gl_FragColor.rgb = getShadow() * (diffuse.rgb * g_lightDiffuse);
+                       #else
+                               gl_FragColor.rgb = (diffuse.rgb * g_lightDiffuse);
+                       #endif shadowMapFlag
+               #endif
+       #else
+               vec3 specular = applyColorSpecular(g_lightSpecular);
+                       
+               #if defined(ambientFlag) && defined(separateAmbientFlag)
+                       #ifdef shadowMapFlag
+                       gl_FragColor.rgb = (diffuse.rgb * (getShadow() * g_lightDiffuse + g_lightAmbient)) + specular;
+                               //gl_FragColor.rgb = texture2D(u_shadowTexture, v_shadowMapUv.xy);
+                       #else
+                               gl_FragColor.rgb = (diffuse.rgb * (g_lightDiffuse + g_LightAmbient)) + specular;
+                       #endif //shadowMapFlag
+               #else
+                       #ifdef shadowMapFlag
+                               gl_FragColor.rgb = getShadow() * ((diffuse.rgb * g_lightDiffuse) + specular);
+                       #else
+                               gl_FragColor.rgb = (diffuse.rgb * g_lightDiffuse) + specular;
+                       #endif shadowMapFlag
+               #endif
+       #endif //lightingFlag
+
+       #ifdef fogFlag
+       gl_FragColor.rgb = mix(gl_FragColor.rgb, u_fogColor.rgb, v_fog);
+    #endif // end fogFlag
+
+       #ifdef blendedFlag
+               gl_FragColor.a = diffuse.a * v_opacity;
+               #ifdef alphaTestFlag
+                       if (gl_FragColor.a <= v_alphaTest)
+                               discard;
+               #endif
+       #endif
+
+}
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/reflect.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/reflect.glsl
new file mode 100644 (file)
index 0000000..0e3da67
--- /dev/null
@@ -0,0 +1,66 @@
+[VS]
+#include "g_attributes.glsl:VS"
+#include "u_uniforms.glsl"
+#include "skinning.glsl"
+#include "common.glsl:VS"
+
+// varying vec3 v_viewDir;
+varying vec3 v_reflect;
+
+void main() {
+       g_position = applySkinning(g_position);
+       g_normal = normalize(u_normalMatrix * applySkinning(g_normal));
+       
+       g_position = u_worldTrans * g_position;
+       gl_Position = u_projViewTrans * g_position;
+       
+//     mat3 worldToTangent;
+//     worldToTangent[0] = normalize(u_normalMatrix * g_tangent);
+//     worldToTangent[1] = normalize(u_normalMatrix * cross(g_tangent, g_normal));
+//     worldToTangent[2] = normalize(u_normalMatrix * g_normal);
+
+       vec3 viewDir = normalize(u_cameraPosition.xyz - g_position.xyz);
+       
+       v_reflect = reflect(-viewDir, g_normal);
+       
+       passTexCoord0();
+}
+
+
+[FS]
+#ifdef GL_ES 
+#define LOWP lowp
+#define MED mediump
+#define HIGH highp
+precision mediump float;
+#else
+#define MED
+#define LOWP
+#define HIGH
+#endif
+
+#include "g_attributes.glsl:FS"
+#include "u_uniforms.glsl"
+#include "common.glsl:FS"
+
+varying vec3 v_reflect;
+
+#ifdef environmentCubemapFlag
+uniform samplerCube u_environmentCubemap;
+#endif
+
+void main() {
+#ifdef normalTextureFlag
+       vec4 N = vec4(normalize(texture2D(u_normalTexture, g_texCoord0).xyz * 2.0 - 1.0), 1.0);
+#else
+       vec4 N = vec4(0.0, 0.0, 1.0, 1.0);
+#endif
+       
+       vec3 reflectDir = normalize(v_reflect + (vec3(0.0, 0.0, 1.0) - N.xyz));
+
+#ifdef environmentCubemapFlag
+       gl_FragColor = vec4(textureCube(u_environmentCubemap, reflectDir).rgb, 1.0);
+#else
+       gl_FragColor = vec4(reflectDir, 1.0);
+#endif
+}
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/shadowmap.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/shadowmap.glsl
new file mode 100644 (file)
index 0000000..e3fce97
--- /dev/null
@@ -0,0 +1,45 @@
+
+[VS]
+#include "common.glsl:nop"
+       varying vec3 v_shadowMapUv;
+
+#if defined(lightingFlag) && defined(shadowMapFlag)
+       uniform mat4 u_shadowMapProjViewTrans;
+
+       vec3 calcShadowMapUV(const in vec4 worldPos) {
+               vec4 spos = u_shadowMapProjViewTrans * worldPos;
+               v_shadowMapUv.xy = (spos.xy / spos.w) * 0.5 + 0.5;
+               v_shadowMapUv.z = min(spos.z * 0.5 + 0.5, 0.998);
+       }
+       
+       #define passShadowMapUV(v) (v_shadowMapUV = v)
+#else
+       #define calcShadowMapUV(x) vec3(0.0)
+       #define passShadowMapUV(v) nop()
+#endif
+       #define pushShadowMapUV(v) (v_shadowMapUV = v)
+       
+[FS]
+#if defined(lightingFlag) && defined(shadowMapFlag)
+       uniform sampler2D u_shadowTexture;
+       uniform float u_shadowPCFOffset;
+       varying vec3 v_shadowMapUv;
+
+       float getShadowness(vec2 offset)
+       {
+           const vec4 bitShifts = vec4(1.0, 1.0 / 255.0, 1.0 / 65025.0, 1.0 / 160581375.0);
+           return step(v_shadowMapUv.z, dot(texture2D(u_shadowTexture, v_shadowMapUv.xy + offset), bitShifts));//+(1.0/255.0));        
+       }
+
+       float getShadow() 
+       {
+               return (//getShadowness(vec2(0,0)) + 
+                               getShadowness(vec2(u_shadowPCFOffset, u_shadowPCFOffset)) +
+                               getShadowness(vec2(-u_shadowPCFOffset, u_shadowPCFOffset)) +
+                               getShadowness(vec2(u_shadowPCFOffset, -u_shadowPCFOffset)) +
+                               getShadowness(vec2(-u_shadowPCFOffset, -u_shadowPCFOffset))) * 0.20;
+       }
+#else
+       #define getShadowness(offset) (1.0)
+       #define getShadow() (1.0)
+#endif
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/skinning.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/skinning.glsl
new file mode 100644 (file)
index 0000000..22326cf
--- /dev/null
@@ -0,0 +1,60 @@
+// Use the macro/function applySkinning(x) to apply skinning
+// If skinning is not available, it will be a no-op,
+// otherwise it will multiply x by the skinning matrix
+
+#include ":skinning"
+
+[bones]
+// Declare the bones that are available
+#if defined(numBones)
+#if numBones > 0
+       uniform mat4 u_bones[numBones];
+#endif //numBones
+#endif
+
+[skinning]
+#include "a_attributes.glsl:a_boneWeights"
+#include ":bones"
+
+// If there are bones and there are bone weights, than we can apply skinning
+#if defined(numBones) && defined(boneWeightsFlag)
+#if (numBones > 0)
+       #define skinningFlag
+#endif
+#endif
+
+#ifdef skinningFlag
+       mat4 skinningTransform = mat4(0.0)
+       #ifdef boneWeight0Flag
+               + (a_boneWeight0.y) * u_bones[int(a_boneWeight0.x)]
+       #endif //boneWeight0Flag
+       #ifdef boneWeight1Flag                          
+               + (a_boneWeight1.y) * u_bones[int(a_boneWeight1.x)]
+       #endif //boneWeight1Flag
+       #ifdef boneWeight2Flag          
+               + (a_boneWeight2.y) * u_bones[int(a_boneWeight2.x)]
+       #endif //boneWeight2Flag
+       #ifdef boneWeight3Flag
+               + (a_boneWeight3.y) * u_bones[int(a_boneWeight3.x)]
+       #endif //boneWeight3Flag
+       #ifdef boneWeight4Flag
+               + (a_boneWeight4.y) * u_bones[int(a_boneWeight4.x)]
+       #endif //boneWeight4Flag
+       #ifdef boneWeight5Flag
+               + (a_boneWeight5.y) * u_bones[int(a_boneWeight5.x)]
+       #endif //boneWeight5Flag
+       #ifdef boneWeight6Flag
+               + (a_boneWeight6.y) * u_bones[int(a_boneWeight6.x)]
+       #endif //boneWeight6Flag
+       #ifdef boneWeight7Flag
+               + (a_boneWeight7.y) * u_bones[int(a_boneWeight7.x)]
+       #endif //boneWeight7Flag
+       ;
+#endif //skinningFlag
+
+#ifdef skinningFlag
+       vec3 applySkinning(const in vec3 x) { return (skinningTransform * vec4(x, 0.0)).xyz; }
+       vec4 applySkinning(const in vec4 x) { return (skinningTransform * x); }
+#else
+       #define applySkinning(x) (x)
+#endif //skinningFlag
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/test.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/test.glsl
new file mode 100644 (file)
index 0000000..d8dac93
--- /dev/null
@@ -0,0 +1,118 @@
+[VS]
+#include "g_attributes.glsl:VS"
+#include "u_uniforms.glsl"
+#include "skinning.glsl"
+#include "common.glsl:VS"
+#include "common.glsl:tangentVectorsVS"
+#include "lights.glsl:lights"
+
+
+varying vec3 v_lightDir;
+varying vec3 v_lightCol;
+varying vec3 v_viewDir;
+#ifdef environmentCubemapFlag
+varying vec3 v_reflect;
+#endif
+void main() {
+       calculateTangentVectors();
+       
+       g_position = applySkinning(g_position);
+       g_normal = normalize(u_normalMatrix * applySkinning(g_normal));
+       g_binormal = normalize(u_normalMatrix * applySkinning(g_binormal));
+       g_tangent = normalize(u_normalMatrix * applySkinning(g_tangent));
+       
+       g_position = u_worldTrans * g_position;
+       gl_Position = u_projViewTrans * g_position;
+       
+       mat3 worldToTangent;
+       worldToTangent[0] = g_tangent;
+       worldToTangent[1] = g_binormal;
+       worldToTangent[2] = g_normal;
+       
+       v_lightDir = normalize(-u_dirLights[0].direction) * worldToTangent;
+       v_lightCol = u_dirLights[0].color;
+       vec3 viewDir = normalize(u_cameraPosition.xyz - g_position.xyz);
+       v_viewDir = viewDir * worldToTangent;
+#ifdef environmentCubemapFlag
+       v_reflect = reflect(-viewDir, g_normal);
+#endif
+       
+       passColor();
+       passTexCoord0();
+       passNormal();
+}
+
+
+[FS]
+#ifdef GL_ES 
+#define LOWP lowp
+#define MED mediump
+#define HIGH highp
+precision mediump float;
+#else
+#define MED
+#define LOWP
+#define HIGH
+#endif
+
+#include "g_attributes.glsl:FS"
+#include "u_uniforms.glsl"
+#include "common.glsl:FS"
+#include "common.glsl:colorDiffuseFS"
+#include "common.glsl:colorSpecularFS"
+
+varying vec3 v_lightDir;
+varying vec3 v_lightCol;
+varying vec3 v_viewDir;
+#ifdef environmentCubemapFlag
+varying vec3 v_reflect;
+#endif
+
+#ifdef environmentCubemapFlag
+uniform samplerCube u_environmentCubemap;
+#endif
+
+#ifdef reflectionColorFlag
+uniform vec4 u_reflectionColor;
+#endif
+
+#define saturate(x) clamp( x, 0.0, 1.0 )
+
+void main() {
+       vec4 diffuse = applyColorDiffuse(g_color);
+       vec3 specular = fetchColorSpecular();
+       
+#ifdef normalTextureFlag
+       vec4 N = vec4(normalize(texture2D(u_normalTexture, g_texCoord0).xyz * 2.0 - 1.0), 1.0);
+#ifdef environmentCubemapFlag
+       vec3 reflectDir = normalize(v_reflect + (vec3(0.0, 0.0, 1.0) - N.xyz));
+#endif
+#else
+       vec4 N = vec4(0.0, 0.0, 1.0, 1.0);
+#ifdef environmentCubemapFlag
+       vec3 reflectDir = normalize(v_reflect);
+#endif
+#endif
+
+       vec3 L = normalize(v_lightDir);
+       vec3 V = normalize(v_viewDir);
+       vec3 H = normalize(L + V);
+       float NL = dot(N.xyz, L);
+       float NH = max(0.0, dot(N.xyz, H));
+       
+       float specOpacity = 1.0; //(1.0 - diffuse.w);
+       float spec = min(1.0, pow(NH, 10.0) * specOpacity);
+       float selfShadow = saturate(4.0 * NL);
+
+#ifdef environmentCubemapFlag
+       vec3 environment = textureCube(u_environmentCubemap, reflectDir).rgb;
+       specular *= environment;
+#ifdef reflectionColorFlag
+       diffuse.rgb = saturate(vec3(1.0) - u_reflectionColor.rgb) * diffuse.rgb + environment * u_reflectionColor;
+#endif
+#endif
+
+       gl_FragColor = vec4(v_lightCol * diffuse.rgb * NL, diffuse.w);
+       gl_FragColor.rgb += selfShadow * specular * spec;
+}
diff --git a/tests/gdx-tests-android/assets/data/g3d/shaders/u_uniforms.glsl b/tests/gdx-tests-android/assets/data/g3d/shaders/u_uniforms.glsl
new file mode 100644 (file)
index 0000000..d9a1942
--- /dev/null
@@ -0,0 +1,74 @@
+
+// Uniforms which are always available
+#include ":u_projViewTrans"
+#include ":u_worldTrans"
+#include ":u_cameraPosition"
+#include ":u_normalMatrix"
+// Other uniforms
+#include ":u_opacity"
+#include ":u_alphaTest"
+#include ":u_shininess"
+
+#include ":u_diffuseColor"
+#include ":u_diffuseTexture"
+#include ":u_specularColor"
+#include ":u_specularTexture"
+#include ":u_normalTexture"
+[u_projViewTrans]
+       uniform mat4 u_projViewTrans;
+
+[u_worldTrans]
+       uniform mat4 u_worldTrans;
+
+[u_cameraPosition]
+       uniform vec4 u_cameraPosition;
+
+[u_normalMatrix]
+       uniform mat3 u_normalMatrix;
+
+[u_opacity]
+#ifdef blendedFlag
+       uniform float u_opacity;
+#else
+       const float u_opacity = 1.0;
+#endif
+
+[u_alphaTest]
+#ifdef alphaTestFlag
+       uniform float u_alphaTest;
+#else
+       const float u_alphaTest = 0.0;
+#endif
+
+[u_shininess]
+#ifdef shininessFlag
+       uniform float u_shininess;
+#else
+       const float u_shininess = 20.0;
+#endif
+
+[u_diffuseColor]
+#ifdef diffuseColorFlag
+       uniform vec4 u_diffuseColor;
+#endif
+
+[u_diffuseTexture]
+#ifdef diffuseTextureFlag
+       uniform sampler2D u_diffuseTexture;
+#endif
+
+[u_specularColor]
+#ifdef specularColorFlag
+       uniform vec4 u_specularColor;
+#endif
+
+[u_specularTexture]
+#ifdef specularTextureFlag
+       uniform sampler2D u_specularTexture;
+#endif
+
+[u_normalTexture]
+#ifdef normalTextureFlag
+       uniform sampler2D u_normalTexture;
+#endif
diff --git a/tests/gdx-tests-android/assets/data/g3d/shapes/cube_1.0x1.0.g3dj b/tests/gdx-tests-android/assets/data/g3d/shapes/cube_1.0x1.0.g3dj
new file mode 100644 (file)
index 0000000..af35f2d
--- /dev/null
@@ -0,0 +1,66 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [
+               {
+                       "attributes": ["POSITION", "NORMAL", "TANGENT", "BINORMAL", "TEXCOORD0"], 
+                       "vertices": [
+                                5.000000,  5.000000,  5.000000,  0.000000,  0.000000,  1.000000,  1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000, 
+                               -5.000000,  5.000000,  5.000000,  0.000000,  0.000000,  1.000000,  1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000, 
+                               -5.000000, -5.000000,  5.000000,  0.000000,  0.000000,  1.000000,  1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000000,  1.000000, 
+                                5.000000, -5.000000,  5.000000,  0.000000,  0.000000,  1.000000,  1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000,  1.000000, 
+                                5.000000,  5.000000,  5.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000,  1.000000,  1.000000, 
+                                5.000000,  5.000000, -5.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000,  1.000000,  0.000000, 
+                               -5.000000,  5.000000,  5.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000,  0.000000,  1.000000, 
+                               -5.000000,  5.000000, -5.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.000000, 
+                                5.000000, -5.000000, -5.000000,  0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000000,  1.000000, 
+                               -5.000000, -5.000000, -5.000000,  0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000,  1.000000, 
+                               -5.000000,  5.000000, -5.000000,  0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000, 
+                                5.000000,  5.000000, -5.000000,  0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000, 
+                                5.000000, -5.000000,  5.000000,  0.000000, -1.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.000000,  0.000000,  1.000000,  1.000000,  0.000000, 
+                               -5.000000, -5.000000,  5.000000,  0.000000, -1.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.000000,  0.000000,  1.000000,  0.000000,  0.000000, 
+                               -5.000000, -5.000000, -5.000000,  0.000000, -1.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.000000,  0.000000,  1.000000,  0.000000,  1.000000, 
+                                5.000000, -5.000000, -5.000000,  0.000000, -1.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.000000,  0.000000,  1.000000,  1.000000,  1.000000, 
+                                5.000000,  5.000000,  5.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  0.000000,  0.000000, 
+                                5.000000, -5.000000,  5.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  0.000000,  1.000000, 
+                                5.000000,  5.000000, -5.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  1.000000,  0.000000, 
+                                5.000000, -5.000000, -5.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  1.000000,  1.000000, 
+                               -5.000000,  5.000000,  5.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  1.000000,  0.000000, 
+                               -5.000000, -5.000000, -5.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  0.000000,  1.000000, 
+                               -5.000000, -5.000000,  5.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  1.000000,  1.000000, 
+                               -5.000000,  5.000000, -5.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  0.000000,  0.000000
+                       ], 
+                       "parts": [
+                               {
+                                       "id": "shape1_part1", 
+                                       "type": "TRIANGLES", 
+                                       "indices": [
+                                                 0,   1,   2,   0,   2,   3,   4,   5,   6,   6,   5,   7, 
+                                                 8,   9,  10,   8,  10,  11,  12,  13,  14,  12,  14,  15, 
+                                                16,  17,  18,  17,  19,  18,  20,  21,  22,  21,  20,  23
+                                       ]
+                               }
+                       ]
+               }
+       ], 
+       "materials": [
+               {
+                       "id": "chesterField_phong", 
+                       "diffuse": [ 1.000000,  1.000000,  1.000000], 
+                       "specular": [ 0.500000,  0.500000,  0.500000]
+               }
+       ], 
+       "nodes": [
+               {
+                       "id": "pCube1", 
+                       "parts": [
+                               {
+                                       "meshpartid": "shape1_part1", 
+                                       "materialid": "chesterField_phong", 
+                                       "uvMapping": [[  0,   1,   2]]
+                               }
+                       ]
+               }
+       ], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/shapes/cube_1.5x1.5.g3dj b/tests/gdx-tests-android/assets/data/g3d/shapes/cube_1.5x1.5.g3dj
new file mode 100644 (file)
index 0000000..c2c6114
--- /dev/null
@@ -0,0 +1,66 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [
+               {
+                       "attributes": ["POSITION", "NORMAL", "TANGENT", "BINORMAL", "TEXCOORD0"], 
+                       "vertices": [
+                                5.000000,  5.000000,  5.000000,  0.000000,  0.000000,  1.000000,  1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.500000, -0.500000, 
+                               -5.000000,  5.000000,  5.000000,  0.000000,  0.000000,  1.000000,  1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.500000, 
+                               -5.000000, -5.000000,  5.000000,  0.000000,  0.000000,  1.000000,  1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000000,  1.000000, 
+                                5.000000, -5.000000,  5.000000,  0.000000,  0.000000,  1.000000,  1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.500000,  1.000000, 
+                                5.000000,  5.000000,  5.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000,  1.500000,  1.000000, 
+                                5.000000,  5.000000, -5.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000,  1.500000, -0.500000, 
+                               -5.000000,  5.000000,  5.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000,  0.000000,  1.000000, 
+                               -5.000000,  5.000000, -5.000000,  0.000000,  1.000000,  0.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.500000, 
+                                5.000000, -5.000000, -5.000000,  0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000000,  1.000000, 
+                               -5.000000, -5.000000, -5.000000,  0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.500000,  1.000000, 
+                               -5.000000,  5.000000, -5.000000,  0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.500000, -0.500000, 
+                                5.000000,  5.000000, -5.000000,  0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.500000, 
+                                5.000000, -5.000000,  5.000000,  0.000000, -1.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.000000,  0.000000,  1.000000,  1.500000, -0.500000, 
+                               -5.000000, -5.000000,  5.000000,  0.000000, -1.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.000000,  0.000000,  1.000000,  0.000000, -0.500000, 
+                               -5.000000, -5.000000, -5.000000,  0.000000, -1.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.000000,  0.000000,  1.000000,  0.000000,  1.000000, 
+                                5.000000, -5.000000, -5.000000,  0.000000, -1.000000,  0.000000,  1.000000,  0.000000,  0.000000, -0.000000,  0.000000,  1.000000,  1.500000,  1.000000, 
+                                5.000000,  5.000000,  5.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  0.000000, -0.500000, 
+                                5.000000, -5.000000,  5.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  0.000000,  1.000000, 
+                                5.000000,  5.000000, -5.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  1.500000, -0.500000, 
+                                5.000000, -5.000000, -5.000000,  1.000000,  0.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  1.500000,  1.000000, 
+                               -5.000000,  5.000000,  5.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  1.500000, -0.500000, 
+                               -5.000000, -5.000000, -5.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  0.000000,  1.000000, 
+                               -5.000000, -5.000000,  5.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  1.500000,  1.000000, 
+                               -5.000000,  5.000000, -5.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  0.000000, -0.500000
+                       ], 
+                       "parts": [
+                               {
+                                       "id": "shape1_part1", 
+                                       "type": "TRIANGLES", 
+                                       "indices": [
+                                                 0,   1,   2,   0,   2,   3,   4,   5,   6,   6,   5,   7, 
+                                                 8,   9,  10,   8,  10,  11,  12,  13,  14,  12,  14,  15, 
+                                                16,  17,  18,  17,  19,  18,  20,  21,  22,  21,  20,  23
+                                       ]
+                               }
+                       ]
+               }
+       ], 
+       "materials": [
+               {
+                       "id": "chesterField_phong", 
+                       "diffuse": [ 1.000000,  1.000000,  1.000000], 
+                       "specular": [ 0.500000,  0.500000,  0.500000]
+               }
+       ], 
+       "nodes": [
+               {
+                       "id": "pCube1", 
+                       "parts": [
+                               {
+                                       "meshpartid": "shape1_part1", 
+                                       "materialid": "chesterField_phong", 
+                                       "uvMapping": [[  0,   1,   2]]
+                               }
+                       ]
+               }
+       ], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/shapes/sphere.g3dj b/tests/gdx-tests-android/assets/data/g3d/shapes/sphere.g3dj
new file mode 100644 (file)
index 0000000..640e25d
--- /dev/null
@@ -0,0 +1,667 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [
+               {
+                       "attributes": ["POSITION", "NORMAL", "TANGENT", "BINORMAL", "TEXCOORD0"], 
+                       "vertices": [
+                                0.587786, -1.902115, -0.190983,  0.317252, -0.942722, -0.103081, -0.438032, -0.049261, -0.897609,  0.841118,  0.329921, -0.428570,  0.000000,  0.900000, 
+                                0.253117, -1.975380, -0.183900,  0.162096, -0.979722, -0.117769, -0.562915,  0.006215, -0.826492,  0.810464,  0.200265, -0.550493,  0.050000,  0.950000, 
+                                0.500000, -1.902115, -0.363272,  0.269870, -0.942723, -0.196072, -0.587784,  0.000000, -0.809018,  0.762679,  0.333578, -0.554118,  0.050000,  0.900000, 
+                                0.297556, -1.975380, -0.096682,  0.190555, -0.979722, -0.061915, -0.448235, -0.030722, -0.893388,  0.873369,  0.197992, -0.445000,  0.000000,  0.950000, 
+                                0.183900, -1.975380, -0.253117,  0.117769, -0.979722, -0.162096, -0.790765,  0.006215, -0.612088,  0.600683,  0.200265, -0.773998,  0.100000,  0.950000, 
+                                0.363272, -1.902115, -0.500000,  0.196072, -0.942723, -0.269870, -0.809017, -0.000000, -0.587785,  0.554118,  0.333578, -0.762679,  0.100000,  0.900000, 
+                                0.190983, -1.902115, -0.587786,  0.103081, -0.942722, -0.317252, -0.951057, -0.000000, -0.309016,  0.291316,  0.333578, -0.896583,  0.150000,  0.900000, 
+                                0.096682, -1.975380, -0.297556,  0.061915, -0.979722, -0.190555, -0.941208,  0.006215, -0.337771,  0.332106,  0.200265, -0.921737,  0.150000,  0.950000, 
+                                0.000000, -1.975380, -0.312869, -0.000000, -0.979722, -0.200361, -0.999519,  0.006215, -0.030391,  0.031020,  0.200264, -0.979251,  0.200000,  0.950000, 
+                                0.000000, -1.902115, -0.618034, -0.000000, -0.942722, -0.333578, -1.000000,  0.000000, -0.000000,  0.000000,  0.333578, -0.942722,  0.200000,  0.900000, 
+                               -0.096682, -1.975380, -0.297556, -0.061915, -0.979722, -0.190555, -0.959990,  0.006215,  0.279965, -0.273103,  0.200265, -0.940908,  0.250000,  0.950000, 
+                               -0.190983, -1.902115, -0.587786, -0.103081, -0.942722, -0.317252, -0.951056, -0.000000,  0.309017, -0.291318,  0.333578, -0.896582,  0.250000,  0.900000, 
+                               -0.183900, -1.975380, -0.253117, -0.117769, -0.979722, -0.162096, -0.826491,  0.006215,  0.562915, -0.550493,  0.200265, -0.810464,  0.300000,  0.950000, 
+                               -0.363272, -1.902115, -0.500000, -0.196072, -0.942723, -0.269870, -0.809017,  0.000000,  0.587785, -0.554118,  0.333578, -0.762679,  0.300000,  0.900000, 
+                               -0.253117, -1.975380, -0.183900, -0.162096, -0.979722, -0.117769, -0.612088,  0.006215,  0.790765, -0.773998,  0.200265, -0.600683,  0.350000,  0.950000, 
+                               -0.500000, -1.902115, -0.363272, -0.269870, -0.942722, -0.196072, -0.587785,  0.000000,  0.809017, -0.762679,  0.333578, -0.554118,  0.350000,  0.900000, 
+                               -0.587786, -1.902115, -0.190983, -0.317252, -0.942723, -0.103081, -0.309017,  0.000000,  0.951057, -0.896582,  0.333578, -0.291317,  0.400000,  0.900000, 
+                               -0.297556, -1.975380, -0.096682, -0.190555, -0.979722, -0.061915, -0.337771,  0.006215,  0.941208, -0.921737,  0.200265, -0.332106,  0.400000,  0.950000, 
+                               -0.312869, -1.975380,  0.000000, -0.200361, -0.979722, -0.000000, -0.030391,  0.006215,  0.999519, -0.979251,  0.200265, -0.031020,  0.450000,  0.950000, 
+                               -0.618034, -1.902115,  0.000000, -0.333578, -0.942722, -0.000000, -0.000001, -0.000000,  1.000000, -0.942722,  0.333578, -0.000000,  0.450000,  0.900000, 
+                               -0.587786, -1.902115,  0.190983, -0.317252, -0.942722,  0.103081,  0.309017, -0.000000,  0.951056, -0.896582,  0.333578,  0.291318,  0.500000,  0.900000, 
+                               -0.297556, -1.975380,  0.096682, -0.190555, -0.979722,  0.061915,  0.279965,  0.006215,  0.959990, -0.940908,  0.200265,  0.273103,  0.500000,  0.950000, 
+                               -0.253117, -1.975380,  0.183900, -0.162096, -0.979722,  0.117769,  0.562915,  0.006215,  0.826491, -0.810464,  0.200265,  0.550493,  0.550000,  0.950000, 
+                               -0.500000, -1.902115,  0.363272, -0.269870, -0.942722,  0.196072,  0.587785,  0.000000,  0.809017, -0.762679,  0.333578,  0.554118,  0.550000,  0.900000, 
+                               -0.183900, -1.975380,  0.253117, -0.117769, -0.979722,  0.162095,  0.790765,  0.006215,  0.612088, -0.600683,  0.200265,  0.773998,  0.600000,  0.950000, 
+                               -0.363272, -1.902115,  0.500000, -0.196072, -0.942722,  0.269870,  0.809017, -0.000000,  0.587785, -0.554118,  0.333578,  0.762679,  0.600000,  0.900000, 
+                               -0.190983, -1.902115,  0.587786, -0.103081, -0.942722,  0.317251,  0.951057, -0.000000,  0.309017, -0.291317,  0.333578,  0.896583,  0.650000,  0.900000, 
+                               -0.096682, -1.975380,  0.297556, -0.061915, -0.979722,  0.190555,  0.941208,  0.006215,  0.337771, -0.332106,  0.200265,  0.921737,  0.650000,  0.950000, 
+                               -0.000000, -1.975380,  0.312869,  0.000000, -0.979722,  0.200361,  0.999519,  0.006215,  0.030390, -0.031019,  0.200265,  0.979251,  0.700000,  0.950000, 
+                               -0.000000, -1.902115,  0.618034,  0.000000, -0.942722,  0.333578,  1.000000,  0.000000,  0.000000, -0.000000,  0.333578,  0.942723,  0.700000,  0.900000, 
+                                0.190983, -1.902115,  0.587786,  0.103081, -0.942722,  0.317251,  0.951056,  0.000000, -0.309017,  0.291317,  0.333578,  0.896582,  0.750000,  0.900000, 
+                                0.096682, -1.975380,  0.297556,  0.061915, -0.979722,  0.190555,  0.959990,  0.006215, -0.279964,  0.273103,  0.200265,  0.940909,  0.750000,  0.950000, 
+                                0.183900, -1.975380,  0.253117,  0.117769, -0.979722,  0.162096,  0.826492,  0.006216, -0.562914,  0.550492,  0.200265,  0.810464,  0.800000,  0.950000, 
+                                0.363272, -1.902115,  0.500000,  0.196072, -0.942722,  0.269870,  0.809017,  0.000000, -0.587785,  0.554118,  0.333578,  0.762679,  0.800000,  0.900000, 
+                                0.253117, -1.975380,  0.183900,  0.162096, -0.979722,  0.117770,  0.612087,  0.006215, -0.790766,  0.773999,  0.200265,  0.600683,  0.850000,  0.950000, 
+                                0.500000, -1.902115,  0.363272,  0.269870, -0.942722,  0.196072,  0.587785, -0.000000, -0.809017,  0.762679,  0.333578,  0.554118,  0.850000,  0.900000, 
+                                0.297556, -1.975380,  0.096682,  0.190555, -0.979722,  0.061915,  0.337771,  0.006215, -0.941208,  0.921737,  0.200265,  0.332106,  0.900000,  0.950000, 
+                                0.587786, -1.902115,  0.190983,  0.317252, -0.942723,  0.103081,  0.309017,  0.000000, -0.951057,  0.896582,  0.333578,  0.291317,  0.900000,  0.900000, 
+                                0.312869, -1.975380,  0.000000,  0.200361, -0.979722,  0.000000,  0.030391,  0.006215, -0.999519,  0.979251,  0.200265,  0.031020,  0.950000,  0.950000, 
+                                0.618034, -1.902115,  0.000000,  0.333578, -0.942722, -0.000000,  0.000000,  0.000000, -1.000000,  0.942722,  0.333578,  0.000000,  0.950000,  0.900000, 
+                                0.587786, -1.902115, -0.190983,  0.317252, -0.942722, -0.103081, -0.173227,  0.049261, -0.983649,  0.932386,  0.329921, -0.147677,  1.000000,  0.900000, 
+                                0.297556, -1.975380, -0.096682,  0.190555, -0.979722, -0.061915, -0.162488,  0.030722, -0.986232,  0.968136,  0.197992, -0.153339,  1.000000,  0.950000, 
+                                0.863541, -1.782013, -0.280581,  0.447711, -0.882266, -0.145470, -0.422163, -0.065147, -0.904176,  0.788247,  0.466222, -0.401627,  0.000000,  0.850000, 
+                                0.734573, -1.782013, -0.533699,  0.380846, -0.882266, -0.276701, -0.587784,  0.000001, -0.809018,  0.713769,  0.470751, -0.518581,  0.050000,  0.850000, 
+                                0.533699, -1.782013, -0.734573,  0.276701, -0.882266, -0.380846, -0.809018, -0.000001, -0.587784,  0.518581,  0.470751, -0.713769,  0.100000,  0.850000, 
+                                0.280581, -1.782013, -0.863541,  0.145470, -0.882266, -0.447711, -0.951057, -0.000000, -0.309016,  0.272634,  0.470751, -0.839085,  0.150000,  0.850000, 
+                                0.000000, -1.782013, -0.907982, -0.000000, -0.882266, -0.470752, -1.000000,  0.000000, -0.000000,  0.000000,  0.470752, -0.882266,  0.200000,  0.850000, 
+                               -0.280581, -1.782013, -0.863541, -0.145470, -0.882266, -0.447711, -0.951056, -0.000000,  0.309017, -0.272636,  0.470751, -0.839085,  0.250000,  0.850000, 
+                               -0.533697, -1.782013, -0.734573, -0.276701, -0.882266, -0.380846, -0.809018,  0.000001,  0.587784, -0.518582,  0.470751, -0.713769,  0.300000,  0.850000, 
+                               -0.734573, -1.782013, -0.533697, -0.380846, -0.882266, -0.276701, -0.587784, -0.000000,  0.809018, -0.713769,  0.470752, -0.518582,  0.350000,  0.850000, 
+                               -0.863541, -1.782013, -0.280581, -0.447712, -0.882266, -0.145470, -0.309017,  0.000000,  0.951057, -0.839085,  0.470752, -0.272635,  0.400000,  0.850000, 
+                               -0.907982, -1.782013,  0.000000, -0.470752, -0.882266, -0.000000, -0.000000,  0.000000,  1.000000, -0.882266,  0.470752, -0.000000,  0.450000,  0.850000, 
+                               -0.863541, -1.782013,  0.280581, -0.447711, -0.882266,  0.145470,  0.309017, -0.000000,  0.951056, -0.839085,  0.470752,  0.272635,  0.500000,  0.850000, 
+                               -0.734573, -1.782013,  0.533697, -0.380846, -0.882266,  0.276701,  0.587784,  0.000001,  0.809018, -0.713769,  0.470752,  0.518582,  0.550000,  0.850000, 
+                               -0.533697, -1.782013,  0.734573, -0.276701, -0.882266,  0.380846,  0.809018, -0.000001,  0.587784, -0.518582,  0.470752,  0.713769,  0.600000,  0.850000, 
+                               -0.280581, -1.782013,  0.863541, -0.145470, -0.882266,  0.447712,  0.951057,  0.000000,  0.309017, -0.272635,  0.470752,  0.839085,  0.650000,  0.850000, 
+                               -0.000000, -1.782013,  0.907982,  0.000000, -0.882266,  0.470752,  1.000000,  0.000000,  0.000000, -0.000000,  0.470752,  0.882266,  0.700000,  0.850000, 
+                                0.280581, -1.782013,  0.863541,  0.145470, -0.882266,  0.447712,  0.951056, -0.000000, -0.309017,  0.272635,  0.470752,  0.839084,  0.750000,  0.850000, 
+                                0.533697, -1.782013,  0.734573,  0.276701, -0.882266,  0.380846,  0.809018,  0.000001, -0.587784,  0.518582,  0.470752,  0.713769,  0.800000,  0.850000, 
+                                0.734573, -1.782013,  0.533697,  0.380846, -0.882266,  0.276701,  0.587784, -0.000001, -0.809018,  0.713769,  0.470752,  0.518582,  0.850000,  0.850000, 
+                                0.863541, -1.782013,  0.280581,  0.447712, -0.882266,  0.145470,  0.309017, -0.000000, -0.951057,  0.839085,  0.470752,  0.272635,  0.900000,  0.850000, 
+                                0.907982, -1.782013,  0.000000,  0.470752, -0.882266,  0.000000,  0.000000, -0.000000, -1.000000,  0.882266,  0.470752,  0.000000,  0.950000,  0.850000, 
+                                0.863541, -1.782013, -0.280581,  0.447711, -0.882266, -0.145470, -0.189923,  0.065147, -0.979635,  0.873775,  0.466222, -0.138396,  1.000000,  0.850000, 
+                                1.118034, -1.618034, -0.363272,  0.570315, -0.800252, -0.185306, -0.402262, -0.075402, -0.912414,  0.716189,  0.594905, -0.364914,  0.000000,  0.800000, 
+                                0.951057, -1.618034, -0.690983,  0.485138, -0.800252, -0.352474, -0.587786, -0.000001, -0.809017,  0.647417,  0.599664, -0.470377,  0.050000,  0.800000, 
+                                0.690983, -1.618034, -0.951057,  0.352473, -0.800252, -0.485138, -0.809018, -0.000001, -0.587784,  0.470375,  0.599664, -0.647418,  0.100000,  0.800000, 
+                                0.363272, -1.618034, -1.118034,  0.185306, -0.800252, -0.570314, -0.951056,  0.000001, -0.309018,  0.247293,  0.599664, -0.761084,  0.150000,  0.800000, 
+                                0.000000, -1.618034, -1.175571, -0.000000, -0.800252, -0.599664, -1.000000, -0.000001,  0.000001, -0.000001,  0.599664, -0.800252,  0.200000,  0.800000, 
+                               -0.363272, -1.618034, -1.118034, -0.185306, -0.800252, -0.570314, -0.951057,  0.000001,  0.309016, -0.247290,  0.599664, -0.761085,  0.250000,  0.800000, 
+                               -0.690983, -1.618034, -0.951057, -0.352474, -0.800252, -0.485138, -0.809016, -0.000000,  0.587786, -0.470377,  0.599664, -0.647417,  0.300000,  0.800000, 
+                               -0.951057, -1.618034, -0.690983, -0.485138, -0.800252, -0.352474, -0.587785, -0.000000,  0.809017, -0.647418,  0.599664, -0.470376,  0.350000,  0.800000, 
+                               -1.118034, -1.618034, -0.363272, -0.570314, -0.800252, -0.185306, -0.309017,  0.000000,  0.951057, -0.761085,  0.599664, -0.247291,  0.400000,  0.800000, 
+                               -1.175571, -1.618034,  0.000000, -0.599664, -0.800252, -0.000000, -0.000001,  0.000000,  1.000000, -0.800252,  0.599664, -0.000001,  0.450000,  0.800000, 
+                               -1.118034, -1.618034,  0.363272, -0.570314, -0.800252,  0.185306,  0.309018, -0.000001,  0.951056, -0.761084,  0.599664,  0.247292,  0.500000,  0.800000, 
+                               -0.951057, -1.618034,  0.690983, -0.485138, -0.800252,  0.352474,  0.587785,  0.000001,  0.809017, -0.647418,  0.599664,  0.470375,  0.550000,  0.800000, 
+                               -0.690983, -1.618034,  0.951057, -0.352474, -0.800252,  0.485138,  0.809017, -0.000000,  0.587785, -0.470376,  0.599664,  0.647418,  0.600000,  0.800000, 
+                               -0.363272, -1.618034,  1.118034, -0.185306, -0.800252,  0.570315,  0.951057,  0.000000,  0.309017, -0.247291,  0.599664,  0.761085,  0.650000,  0.800000, 
+                               -0.000000, -1.618034,  1.175571,  0.000000, -0.800252,  0.599664,  1.000000,  0.000001,  0.000001, -0.000001,  0.599664,  0.800252,  0.700000,  0.800000, 
+                                0.363272, -1.618034,  1.118034,  0.185306, -0.800252,  0.570315,  0.951056, -0.000001, -0.309018,  0.247292,  0.599664,  0.761084,  0.750000,  0.800000, 
+                                0.690983, -1.618034,  0.951057,  0.352474, -0.800252,  0.485138,  0.809017,  0.000001, -0.587785,  0.470375,  0.599664,  0.647418,  0.800000,  0.800000, 
+                                0.951057, -1.618034,  0.690983,  0.485138, -0.800252,  0.352474,  0.587785, -0.000000, -0.809017,  0.647418,  0.599664,  0.470376,  0.850000,  0.800000, 
+                                1.118034, -1.618034,  0.363272,  0.570315, -0.800252,  0.185307,  0.309017, -0.000000, -0.951057,  0.761085,  0.599664,  0.247291,  0.900000,  0.800000, 
+                                1.175571, -1.618034,  0.000000,  0.599664, -0.800252,  0.000001,  0.000001,  0.000000, -1.000000,  0.800252,  0.599664,  0.000001,  0.950000,  0.800000, 
+                                1.118034, -1.618034, -0.363272,  0.570315, -0.800252, -0.185306, -0.210863,  0.075403, -0.974603,  0.793900,  0.594904, -0.125741,  1.000000,  0.800000, 
+                                1.144123, -1.414215, -0.831253,  0.578713, -0.698789, -0.420459, -0.587786, -0.000001, -0.809017,  0.565331,  0.715328, -0.410738,  0.050000,  0.750000, 
+                                1.345001, -1.414215, -0.437016,  0.680318, -0.698789, -0.221048, -0.380252, -0.078693, -0.921529,  0.626559,  0.710987, -0.319252,  0.000000,  0.750000, 
+                                0.831253, -1.414215, -1.144123,  0.420459, -0.698789, -0.578713, -0.809016,  0.000001, -0.587786,  0.410739,  0.715328, -0.565331,  0.100000,  0.750000, 
+                                0.437016, -1.414215, -1.345001,  0.221049, -0.698789, -0.680318, -0.951057, -0.000000, -0.309017,  0.215937,  0.715328, -0.664588,  0.150000,  0.750000, 
+                                0.000000, -1.414215, -1.414215, -0.000000, -0.698789, -0.715328, -1.000000,  0.000000, -0.000000,  0.000000,  0.715328, -0.698789,  0.200000,  0.750000, 
+                               -0.437016, -1.414215, -1.345001, -0.221049, -0.698789, -0.680318, -0.951056, -0.000000,  0.309018, -0.215938,  0.715328, -0.664587,  0.250000,  0.750000, 
+                               -0.831253, -1.414215, -1.144123, -0.420460, -0.698789, -0.578713, -0.809017, -0.000000,  0.587786, -0.410738,  0.715328, -0.565331,  0.300000,  0.750000, 
+                               -1.144123, -1.414215, -0.831253, -0.578713, -0.698789, -0.420459, -0.587784, -0.000001,  0.809018, -0.565333,  0.715328, -0.410736,  0.350000,  0.750000, 
+                               -1.344994, -1.414215, -0.437016, -0.680318, -0.698789, -0.221049, -0.309017,  0.000000,  0.951057, -0.664587,  0.715328, -0.215938,  0.400000,  0.750000, 
+                               -1.414215, -1.414215,  0.000000, -0.715328, -0.698789,  0.000000, -0.000000,  0.000000,  1.000000, -0.698789,  0.715328, -0.000000,  0.450000,  0.750000, 
+                               -1.344994, -1.414215,  0.437016, -0.680318, -0.698788,  0.221049,  0.309018, -0.000001,  0.951056, -0.664587,  0.715328,  0.215939,  0.500000,  0.750000, 
+                               -1.144123, -1.414215,  0.831253, -0.578713, -0.698788,  0.420460,  0.587784,  0.000002,  0.809018, -0.565333,  0.715328,  0.410735,  0.550000,  0.750000, 
+                               -0.831253, -1.414215,  1.144123, -0.420459, -0.698789,  0.578713,  0.809018, -0.000002,  0.587784, -0.410735,  0.715328,  0.565333,  0.600000,  0.750000, 
+                               -0.437016, -1.414215,  1.344994, -0.221049, -0.698788,  0.680318,  0.951056,  0.000001,  0.309018, -0.215939,  0.715328,  0.664587,  0.650000,  0.750000, 
+                               -0.000000, -1.414215,  1.414215,  0.000000, -0.698788,  0.715328,  1.000000,  0.000000,  0.000000, -0.000000,  0.715328,  0.698789,  0.700000,  0.750000, 
+                                0.437016, -1.414215,  1.344994,  0.221049, -0.698788,  0.680318,  0.951056, -0.000001, -0.309018,  0.215939,  0.715328,  0.664587,  0.750000,  0.750000, 
+                                0.831253, -1.414215,  1.144123,  0.420459, -0.698788,  0.578713,  0.809017,  0.000001, -0.587785,  0.410737,  0.715328,  0.565332,  0.800000,  0.750000, 
+                                1.144123, -1.414215,  0.831253,  0.578713, -0.698788,  0.420459,  0.587784, -0.000001, -0.809018,  0.565333,  0.715328,  0.410736,  0.850000,  0.750000, 
+                                1.344994, -1.414215,  0.437016,  0.680318, -0.698788,  0.221049,  0.309018,  0.000001, -0.951056,  0.664587,  0.715328,  0.215939,  0.900000,  0.750000, 
+                                1.414215, -1.414215,  0.000000,  0.715328, -0.698788,  0.000001,  0.000003,  0.000002, -1.000000,  0.698788,  0.715328,  0.000004,  0.950000,  0.750000, 
+                                1.345001, -1.414215, -0.437016,  0.680318, -0.698789, -0.221048, -0.234031,  0.078691, -0.969039,  0.694548,  0.710987, -0.110003,  1.000000,  0.750000, 
+                                1.538841, -1.175571, -0.500000,  0.774475, -0.580401, -0.251641, -0.358248, -0.074543, -0.930646,  0.521390,  0.810912, -0.265659,  0.000000,  0.700000, 
+                                1.309021, -1.175571, -0.951057,  0.658808, -0.580401, -0.478652, -0.587784,  0.000002, -0.809018,  0.469555,  0.814331, -0.341149,  0.050000,  0.700000, 
+                                0.951057, -1.175571, -1.309021,  0.478652, -0.580401, -0.658808, -0.809017, -0.000001, -0.587785,  0.341150,  0.814331, -0.469555,  0.100000,  0.700000, 
+                                0.500000, -1.175571, -1.538841,  0.251642, -0.580401, -0.774475, -0.951057, -0.000002, -0.309015,  0.179351,  0.814331, -0.551995,  0.150000,  0.700000, 
+                                0.000000, -1.175571, -1.618034, -0.000000, -0.580401, -0.814331, -1.000000,  0.000001, -0.000000,  0.000001,  0.814331, -0.580401,  0.200000,  0.700000, 
+                               -0.500000, -1.175571, -1.538841, -0.251642, -0.580401, -0.774475, -0.951057,  0.000000,  0.309017, -0.179353,  0.814331, -0.551994,  0.250000,  0.700000, 
+                               -0.951057, -1.175571, -1.309021, -0.478652, -0.580401, -0.658808, -0.809018,  0.000002,  0.587784, -0.341149,  0.814331, -0.469555,  0.300000,  0.700000, 
+                               -1.309021, -1.175571, -0.951057, -0.658808, -0.580401, -0.478652, -0.587784, -0.000002,  0.809018, -0.469555,  0.814331, -0.341149,  0.350000,  0.700000, 
+                               -1.538841, -1.175571, -0.500000, -0.774475, -0.580401, -0.251642, -0.309017, -0.000001,  0.951057, -0.551994,  0.814331, -0.179353,  0.400000,  0.700000, 
+                               -1.618034, -1.175571,  0.000000, -0.814331, -0.580400,  0.000000,  0.000001, -0.000001,  1.000000, -0.580400,  0.814331,  0.000001,  0.450000,  0.700000, 
+                               -1.538841, -1.175571,  0.500000, -0.774475, -0.580401,  0.251642,  0.309016,  0.000002,  0.951057, -0.551994,  0.814331,  0.179352,  0.500000,  0.700000, 
+                               -1.309021, -1.175571,  0.951057, -0.658808, -0.580401,  0.478652,  0.587785,  0.000000,  0.809017, -0.469554,  0.814331,  0.341151,  0.550000,  0.700000, 
+                               -0.951057, -1.175571,  1.309013, -0.478652, -0.580401,  0.658808,  0.809018, -0.000002,  0.587784, -0.341149,  0.814331,  0.469555,  0.600000,  0.700000, 
+                               -0.500000, -1.175571,  1.538841, -0.251642, -0.580401,  0.774475,  0.951056,  0.000002,  0.309018, -0.179355,  0.814331,  0.551993,  0.650000,  0.700000, 
+                               -0.000000, -1.175571,  1.618034,  0.000000, -0.580401,  0.814331,  1.000000, -0.000001, -0.000001,  0.000001,  0.814331,  0.580401,  0.700000,  0.700000, 
+                                0.500000, -1.175571,  1.538841,  0.251642, -0.580401,  0.774475,  0.951056, -0.000001, -0.309017,  0.179354,  0.814331,  0.551994,  0.750000,  0.700000, 
+                                0.951057, -1.175571,  1.309013,  0.478652, -0.580400,  0.658808,  0.809017, -0.000000, -0.587786,  0.341151,  0.814331,  0.469554,  0.800000,  0.700000, 
+                                1.309013, -1.175571,  0.951057,  0.658808, -0.580401,  0.478652,  0.587785,  0.000000, -0.809017,  0.469554,  0.814331,  0.341151,  0.850000,  0.700000, 
+                                1.538841, -1.175571,  0.500000,  0.774475, -0.580401,  0.251642,  0.309018,  0.000002, -0.951056,  0.551993,  0.814331,  0.179355,  0.900000,  0.700000, 
+                                1.618034, -1.175571,  0.000000,  0.814331, -0.580401,  0.000001,  0.000001,  0.000000, -1.000000,  0.580401,  0.814331,  0.000001,  0.950000,  0.700000, 
+                                1.538841, -1.175571, -0.500000,  0.774475, -0.580401, -0.251641, -0.257190,  0.074543, -0.963482,  0.577964,  0.810912, -0.091542,  1.000000,  0.700000, 
+                                1.694794, -0.907982, -0.550673,  0.850280, -0.447994, -0.276272, -0.338396, -0.063275, -0.938874,  0.403129,  0.891795, -0.205400,  0.000000,  0.650000, 
+                                1.441681, -0.907982, -1.047443,  0.723291, -0.447994, -0.525502, -0.587785,  0.000001, -0.809017,  0.362435,  0.894037, -0.263324,  0.050000,  0.650000, 
+                                1.047443, -0.907982, -1.441681,  0.525501, -0.447994, -0.723291, -0.809018, -0.000001, -0.587784,  0.263323,  0.894037, -0.362435,  0.100000,  0.650000, 
+                                0.550673, -0.907982, -1.694794,  0.276272, -0.447994, -0.850280, -0.951057, -0.000000, -0.309017,  0.138438,  0.894037, -0.426067,  0.150000,  0.650000, 
+                                0.000000, -0.907982, -1.782013, -0.000000, -0.447993, -0.894037, -1.000000, -0.000000,  0.000000, -0.000000,  0.894037, -0.447993,  0.200000,  0.650000, 
+                               -0.550673, -0.907982, -1.694794, -0.276273, -0.447993, -0.850280, -0.951057,  0.000001,  0.309017, -0.138436,  0.894037, -0.426068,  0.250000,  0.650000, 
+                               -1.047440, -0.907982, -1.441681, -0.525502, -0.447993, -0.723291, -0.809017,  0.000000,  0.587785, -0.263324,  0.894037, -0.362434,  0.300000,  0.650000, 
+                               -1.441681, -0.907982, -1.047440, -0.723291, -0.447993, -0.525502, -0.587785, -0.000001,  0.809017, -0.362435,  0.894037, -0.263323,  0.350000,  0.650000, 
+                               -1.694794, -0.907982, -0.550673, -0.850280, -0.447993, -0.276272, -0.309017,  0.000000,  0.951057, -0.426067,  0.894037, -0.138438,  0.400000,  0.650000, 
+                               -1.782013, -0.907982,  0.000000, -0.894037, -0.447993,  0.000000,  0.000000, -0.000000,  1.000000, -0.447993,  0.894037,  0.000000,  0.450000,  0.650000, 
+                               -1.694794, -0.907982,  0.550673, -0.850280, -0.447993,  0.276273,  0.309016,  0.000001,  0.951057, -0.426067,  0.894037,  0.138436,  0.500000,  0.650000, 
+                               -1.441681, -0.907982,  1.047440, -0.723291, -0.447993,  0.525502,  0.587786, -0.000001,  0.809017, -0.362434,  0.894037,  0.263324,  0.550000,  0.650000, 
+                               -1.047440, -0.907982,  1.441681, -0.525502, -0.447993,  0.723291,  0.809017, -0.000000,  0.587785, -0.263324,  0.894037,  0.362435,  0.600000,  0.650000, 
+                               -0.550673, -0.907982,  1.694794, -0.276272, -0.447994,  0.850280,  0.951057,  0.000000,  0.309017, -0.138438,  0.894037,  0.426067,  0.650000,  0.650000, 
+                               -0.000000, -0.907982,  1.782013,  0.000000, -0.447993,  0.894037,  1.000000, -0.000000, -0.000000,  0.000000,  0.894037,  0.447993,  0.700000,  0.650000, 
+                                0.550673, -0.907982,  1.694794,  0.276273, -0.447993,  0.850280,  0.951056, -0.000001, -0.309017,  0.138438,  0.894037,  0.426067,  0.750000,  0.650000, 
+                                1.047440, -0.907982,  1.441681,  0.525502, -0.447993,  0.723291,  0.809017,  0.000001, -0.587785,  0.263323,  0.894037,  0.362435,  0.800000,  0.650000, 
+                                1.441681, -0.907982,  1.047440,  0.723291, -0.447994,  0.525502,  0.587785, -0.000000, -0.809017,  0.362435,  0.894037,  0.263324,  0.850000,  0.650000, 
+                                1.694794, -0.907982,  0.550673,  0.850280, -0.447993,  0.276273,  0.309017, -0.000000, -0.951057,  0.426067,  0.894037,  0.138437,  0.900000,  0.650000, 
+                                1.782013, -0.907982,  0.000000,  0.894037, -0.447994,  0.000001,  0.000001,  0.000000, -1.000000,  0.447994,  0.894037,  0.000001,  0.950000,  0.650000, 
+                                1.694794, -0.907982, -0.550673,  0.850280, -0.447994, -0.276272, -0.278085,  0.063277, -0.958470,  0.446870,  0.891795, -0.070777,  1.000000,  0.650000, 
+                                1.809021, -0.618034, -0.587786,  0.905805, -0.304789, -0.294313, -0.322634, -0.045924, -0.945409,  0.274634,  0.951312, -0.139934,  0.000000,  0.600000, 
+                                1.538841, -0.618034, -1.118034,  0.770524, -0.304789, -0.559819, -0.587786, -0.000000, -0.809017,  0.246579,  0.952420, -0.179151,  0.050000,  0.600000, 
+                                1.118034, -0.618034, -1.538841,  0.559818, -0.304789, -0.770524, -0.809017,  0.000000, -0.587785,  0.179151,  0.952420, -0.246579,  0.100000,  0.600000, 
+                                0.587786, -0.618034, -1.809021,  0.294314, -0.304789, -0.905805, -0.951057,  0.000000, -0.309017,  0.094185,  0.952420, -0.289871,  0.150000,  0.600000, 
+                                0.000000, -0.618034, -1.902115, -0.000000, -0.304789, -0.952420, -1.000000,  0.000000,  0.000000,  0.000000,  0.952420, -0.304789,  0.200000,  0.600000, 
+                               -0.587786, -0.618034, -1.809021, -0.294314, -0.304789, -0.905805, -0.951056, -0.000000,  0.309017, -0.094185,  0.952420, -0.289871,  0.250000,  0.600000, 
+                               -1.118034, -0.618034, -1.538841, -0.559819, -0.304789, -0.770524, -0.809017, -0.000000,  0.587786, -0.179151,  0.952420, -0.246579,  0.300000,  0.600000, 
+                               -1.538841, -0.618034, -1.118034, -0.770524, -0.304788, -0.559818, -0.587785,  0.000001,  0.809017, -0.246579,  0.952420, -0.179151,  0.350000,  0.600000, 
+                               -1.809021, -0.618034, -0.587786, -0.905805, -0.304788, -0.294314, -0.309017,  0.000000,  0.951057, -0.289871,  0.952420, -0.094185,  0.400000,  0.600000, 
+                               -1.902115, -0.618034,  0.000000, -0.952420, -0.304789, -0.000000, -0.000000,  0.000000,  1.000000, -0.304789,  0.952420, -0.000000,  0.450000,  0.600000, 
+                               -1.809021, -0.618034,  0.587786, -0.905805, -0.304789,  0.294314,  0.309017, -0.000001,  0.951056, -0.289871,  0.952420,  0.094185,  0.500000,  0.600000, 
+                               -1.538841, -0.618034,  1.118034, -0.770524, -0.304789,  0.559819,  0.587785, -0.000000,  0.809017, -0.246579,  0.952420,  0.179151,  0.550000,  0.600000, 
+                               -1.118034, -0.618034,  1.538841, -0.559818, -0.304789,  0.770524,  0.809017,  0.000000,  0.587785, -0.179151,  0.952420,  0.246579,  0.600000,  0.600000, 
+                               -0.587786, -0.618034,  1.809021, -0.294314, -0.304789,  0.905805,  0.951057,  0.000000,  0.309017, -0.094185,  0.952420,  0.289871,  0.650000,  0.600000, 
+                               -0.000000, -0.618034,  1.902115,  0.000000, -0.304789,  0.952420,  1.000000, -0.000001, -0.000000,  0.000001,  0.952420,  0.304789,  0.700000,  0.600000, 
+                                0.587786, -0.618034,  1.809013,  0.294314, -0.304789,  0.905805,  0.951056, -0.000001, -0.309017,  0.094186,  0.952420,  0.289871,  0.750000,  0.600000, 
+                                1.118034, -0.618034,  1.538841,  0.559818, -0.304789,  0.770524,  0.809017,  0.000001, -0.587785,  0.179150,  0.952420,  0.246580,  0.800000,  0.600000, 
+                                1.538841, -0.618034,  1.118034,  0.770524, -0.304789,  0.559818,  0.587785, -0.000001, -0.809017,  0.246580,  0.952420,  0.179150,  0.850000,  0.600000, 
+                                1.809013, -0.618034,  0.587786,  0.905805, -0.304789,  0.294314,  0.309017,  0.000000, -0.951057,  0.289871,  0.952420,  0.094185,  0.900000,  0.600000, 
+                                1.902115, -0.618034,  0.000000,  0.952420, -0.304789,  0.000001,  0.000001,  0.000001, -1.000000,  0.304789,  0.952420,  0.000002,  0.950000,  0.600000, 
+                                1.809021, -0.618034, -0.587786,  0.905805, -0.304789, -0.294313, -0.294680,  0.045923, -0.954492,  0.304434,  0.951312, -0.048218,  1.000000,  0.600000, 
+                                1.878693, -0.312869, -0.610426,  0.939675, -0.154249, -0.305318, -0.312507, -0.024131, -0.949609,  0.139108,  0.987737, -0.070879,  0.000000,  0.550000, 
+                                1.598114, -0.312869, -1.161098,  0.799335, -0.154249, -0.580751, -0.587785,  0.000000, -0.809017,  0.124790,  0.988032, -0.090665,  0.050000,  0.550000, 
+                                1.161098, -0.312869, -1.598114,  0.580751, -0.154249, -0.799335, -0.809017, -0.000000, -0.587785,  0.090665,  0.988032, -0.124790,  0.100000,  0.550000, 
+                                0.610426, -0.312869, -1.878693,  0.305318, -0.154249, -0.939674, -0.951057,  0.000000, -0.309017,  0.047666,  0.988032, -0.146699,  0.150000,  0.550000, 
+                                0.000000, -0.312869, -1.975380, -0.000000, -0.154249, -0.988032, -1.000000,  0.000000,  0.000000,  0.000000,  0.988032, -0.154249,  0.200000,  0.550000, 
+                               -0.610426, -0.312869, -1.878693, -0.305319, -0.154249, -0.939674, -0.951057, -0.000000,  0.309017, -0.047666,  0.988032, -0.146699,  0.250000,  0.550000, 
+                               -1.161098, -0.312869, -1.598114, -0.580751, -0.154249, -0.799335, -0.809017,  0.000000,  0.587785, -0.090665,  0.988032, -0.124790,  0.300000,  0.550000, 
+                               -1.598114, -0.312869, -1.161098, -0.799335, -0.154249, -0.580750, -0.587785, -0.000000,  0.809017, -0.124790,  0.988032, -0.090665,  0.350000,  0.550000, 
+                               -1.878693, -0.312869, -0.610426, -0.939674, -0.154249, -0.305319, -0.309017,  0.000000,  0.951057, -0.146699,  0.988032, -0.047666,  0.400000,  0.550000, 
+                               -1.975380, -0.312869,  0.000000, -0.988032, -0.154249,  0.000000, -0.000000,  0.000000,  1.000000, -0.154249,  0.988032, -0.000000,  0.450000,  0.550000, 
+                               -1.878693, -0.312869,  0.610426, -0.939674, -0.154249,  0.305319,  0.309017, -0.000000,  0.951057, -0.146699,  0.988032,  0.047666,  0.500000,  0.550000, 
+                               -1.598114, -0.312869,  1.161098, -0.799335, -0.154249,  0.580751,  0.587785,  0.000000,  0.809017, -0.124790,  0.988032,  0.090665,  0.550000,  0.550000, 
+                               -1.161098, -0.312869,  1.598114, -0.580751, -0.154249,  0.799335,  0.809017, -0.000000,  0.587785, -0.090665,  0.988032,  0.124790,  0.600000,  0.550000, 
+                               -0.610426, -0.312869,  1.878693, -0.305319, -0.154249,  0.939674,  0.951057,  0.000000,  0.309017, -0.047666,  0.988032,  0.146699,  0.650000,  0.550000, 
+                               -0.000000, -0.312869,  1.975380,  0.000000, -0.154249,  0.988032,  1.000000, -0.000000, -0.000000,  0.000000,  0.988032,  0.154249,  0.700000,  0.550000, 
+                                0.610424, -0.312869,  1.878693,  0.305319, -0.154249,  0.939674,  0.951057,  0.000000, -0.309017,  0.047665,  0.988032,  0.146699,  0.750000,  0.550000, 
+                                1.161098, -0.312869,  1.598114,  0.580751, -0.154249,  0.799335,  0.809017,  0.000000, -0.587785,  0.090665,  0.988032,  0.124790,  0.800000,  0.550000, 
+                                1.598114, -0.312869,  1.161098,  0.799335, -0.154249,  0.580751,  0.587785, -0.000000, -0.809017,  0.124790,  0.988032,  0.090665,  0.850000,  0.550000, 
+                                1.878693, -0.312869,  0.610426,  0.939674, -0.154249,  0.305319,  0.309017,  0.000001, -0.951057,  0.146699,  0.988032,  0.047666,  0.900000,  0.550000, 
+                                1.975380, -0.312869,  0.000000,  0.988032, -0.154249,  0.000001,  0.000001, -0.000000, -1.000000,  0.154249,  0.988032,  0.000000,  0.950000,  0.550000, 
+                                1.878693, -0.312869, -0.610426,  0.939675, -0.154249, -0.305318, -0.305341,  0.024130, -0.951937,  0.154203,  0.987737, -0.024424,  1.000000,  0.550000, 
+                                1.902115,  0.000000, -0.618034,  0.951057,  0.000000, -0.309016, -0.309016,  0.000000, -0.951057, -0.000000,  1.000000,  0.000000,  0.000000,  0.500000, 
+                                1.618034,  0.000000, -1.175571,  0.809017, -0.000000, -0.587785, -0.587785,  0.000000, -0.809017,  0.000000,  1.000000, -0.000000,  0.050000,  0.500000, 
+                                1.175571,  0.000000, -1.618034,  0.587785,  0.000000, -0.809017, -0.809017,  0.000000, -0.587785,  0.000000,  1.000000,  0.000000,  0.100000,  0.500000, 
+                                0.618034,  0.000000, -1.902115,  0.309017, -0.000000, -0.951057, -0.951057,  0.000000, -0.309017,  0.000000,  1.000000, -0.000000,  0.150000,  0.500000, 
+                                0.000000,  0.000000, -2.000000,  0.000000, -0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000, -0.000000,  0.200000,  0.500000, 
+                               -0.618034,  0.000000, -1.902115, -0.309017,  0.000000, -0.951056, -0.951057,  0.000000,  0.309017,  0.000000,  1.000000,  0.000000,  0.250000,  0.500000, 
+                               -1.175571,  0.000000, -1.618034, -0.587786, -0.000000, -0.809017, -0.809017,  0.000000,  0.587786, -0.000000,  1.000000, -0.000000,  0.300000,  0.500000, 
+                               -1.618034,  0.000000, -1.175571, -0.809017,  0.000000, -0.587785, -0.587785,  0.000000,  0.809017,  0.000000,  1.000000,  0.000000,  0.350000,  0.500000, 
+                               -1.902115,  0.000000, -0.618034, -0.951057, -0.000000, -0.309017, -0.309017,  0.000000,  0.951057, -0.000000,  1.000000, -0.000000,  0.400000,  0.500000, 
+                               -2.000000,  0.000000,  0.000000, -1.000000, -0.000000,  0.000000,  0.000000,  0.000000,  1.000000, -0.000000,  1.000000,  0.000000,  0.450000,  0.500000, 
+                               -1.902115,  0.000000,  0.618034, -0.951056,  0.000000,  0.309017,  0.309017,  0.000000,  0.951056,  0.000000,  1.000000, -0.000000,  0.500000,  0.500000, 
+                               -1.618034,  0.000000,  1.175571, -0.809017, -0.000000,  0.587785,  0.587785,  0.000000,  0.809017, -0.000000,  1.000000,  0.000000,  0.550000,  0.500000, 
+                               -1.175571,  0.000000,  1.618034, -0.587785,  0.000000,  0.809017,  0.809017,  0.000000,  0.587785,  0.000000,  1.000000, -0.000000,  0.600000,  0.500000, 
+                               -0.618034,  0.000000,  1.902115, -0.309017, -0.000000,  0.951056,  0.951056,  0.000000,  0.309017, -0.000000,  1.000000,  0.000000,  0.650000,  0.500000, 
+                               -0.000000,  0.000000,  2.000000,  0.000000, -0.000000,  1.000000,  1.000000,  0.000000, -0.000000,  0.000000,  1.000000,  0.000000,  0.700000,  0.500000, 
+                                0.618034,  0.000000,  1.902115,  0.309017,  0.000000,  0.951056,  0.951057,  0.000000, -0.309017, -0.000000,  1.000000,  0.000000,  0.750000,  0.500000, 
+                                1.175571,  0.000000,  1.618034,  0.587785,  0.000000,  0.809017,  0.809017,  0.000000, -0.587785, -0.000000,  1.000000,  0.000000,  0.800000,  0.500000, 
+                                1.618034,  0.000000,  1.175571,  0.809017,  0.000000,  0.587785,  0.587785,  0.000000, -0.809017, -0.000000,  1.000000,  0.000000,  0.850000,  0.500000, 
+                                1.902115,  0.000000,  0.618034,  0.951056,  0.000000,  0.309017,  0.309017,  0.000000, -0.951057, -0.000000,  1.000000,  0.000000,  0.900000,  0.500000, 
+                                2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000001,  0.000001,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  0.950000,  0.500000, 
+                                1.902115,  0.000000, -0.618034,  0.951057,  0.000000, -0.309016, -0.309016, -0.000000, -0.951057, -0.000000,  1.000000,  0.000000,  1.000000,  0.500000, 
+                                1.878693,  0.312869, -0.610426,  0.939675,  0.154249, -0.305318, -0.312507,  0.024131, -0.949609, -0.139108,  0.987737,  0.070879,  0.000000,  0.450000, 
+                                1.598114,  0.312869, -1.161098,  0.799335,  0.154249, -0.580751, -0.587785, -0.000000, -0.809017, -0.124790,  0.988032,  0.090665,  0.050000,  0.450000, 
+                                1.161098,  0.312869, -1.598114,  0.580751,  0.154249, -0.799335, -0.809017,  0.000000, -0.587785, -0.090665,  0.988032,  0.124790,  0.100000,  0.450000, 
+                                0.610426,  0.312869, -1.878693,  0.305318,  0.154249, -0.939674, -0.951057, -0.000000, -0.309017, -0.047666,  0.988032,  0.146699,  0.150000,  0.450000, 
+                                0.000000,  0.312869, -1.975380, -0.000000,  0.154249, -0.988032, -1.000000,  0.000000,  0.000000,  0.000000,  0.988032,  0.154249,  0.200000,  0.450000, 
+                               -0.610426,  0.312869, -1.878693, -0.305319,  0.154249, -0.939674, -0.951057,  0.000000,  0.309017,  0.047666,  0.988032,  0.146699,  0.250000,  0.450000, 
+                               -1.161098,  0.312869, -1.598114, -0.580751,  0.154249, -0.799334, -0.809017, -0.000000,  0.587786,  0.090665,  0.988032,  0.124790,  0.300000,  0.450000, 
+                               -1.598114,  0.312869, -1.161098, -0.799335,  0.154249, -0.580750, -0.587785,  0.000000,  0.809017,  0.124790,  0.988032,  0.090665,  0.350000,  0.450000, 
+                               -1.878693,  0.312869, -0.610426, -0.939674,  0.154249, -0.305319, -0.309017, -0.000000,  0.951057,  0.146699,  0.988032,  0.047666,  0.400000,  0.450000, 
+                               -1.975380,  0.312869,  0.000000, -0.988032,  0.154249,  0.000000,  0.000000,  0.000000,  1.000000,  0.154249,  0.988032, -0.000000,  0.450000,  0.450000, 
+                               -1.878693,  0.312869,  0.610426, -0.939674,  0.154249,  0.305319,  0.309017,  0.000000,  0.951057,  0.146699,  0.988032, -0.047666,  0.500000,  0.450000, 
+                               -1.598114,  0.312869,  1.161098, -0.799335,  0.154249,  0.580751,  0.587785, -0.000000,  0.809017,  0.124790,  0.988032, -0.090665,  0.550000,  0.450000, 
+                               -1.161098,  0.312869,  1.598114, -0.580751,  0.154249,  0.799335,  0.809017,  0.000000,  0.587785,  0.090665,  0.988032, -0.124790,  0.600000,  0.450000, 
+                               -0.610426,  0.312869,  1.878693, -0.305319,  0.154249,  0.939674,  0.951057, -0.000000,  0.309017,  0.047666,  0.988032, -0.146699,  0.650000,  0.450000, 
+                               -0.000000,  0.312869,  1.975380,  0.000000,  0.154249,  0.988032,  1.000000,  0.000000, -0.000000, -0.000000,  0.988032, -0.154249,  0.700000,  0.450000, 
+                                0.610424,  0.312869,  1.878693,  0.305319,  0.154249,  0.939674,  0.951057,  0.000000, -0.309017, -0.047666,  0.988032, -0.146699,  0.750000,  0.450000, 
+                                1.161098,  0.312869,  1.598114,  0.580751,  0.154249,  0.799335,  0.809017, -0.000000, -0.587785, -0.090665,  0.988032, -0.124790,  0.800000,  0.450000, 
+                                1.598114,  0.312869,  1.161098,  0.799335,  0.154249,  0.580751,  0.587785,  0.000000, -0.809017, -0.124790,  0.988032, -0.090665,  0.850000,  0.450000, 
+                                1.878693,  0.312869,  0.610426,  0.939674,  0.154249,  0.305319,  0.309017, -0.000000, -0.951057, -0.146699,  0.988032, -0.047665,  0.900000,  0.450000, 
+                                1.975380,  0.312869,  0.000000,  0.988032,  0.154249,  0.000001,  0.000001, -0.000000, -1.000000, -0.154249,  0.988032, -0.000000,  0.950000,  0.450000, 
+                                1.878693,  0.312869, -0.610426,  0.939675,  0.154249, -0.305318, -0.305341, -0.024130, -0.951937, -0.154203,  0.987737,  0.024424,  1.000000,  0.450000, 
+                                1.809021,  0.618034, -0.587786,  0.905805,  0.304789, -0.294313, -0.322634,  0.045925, -0.945409, -0.274634,  0.951312,  0.139934,  0.000000,  0.400000, 
+                                1.538841,  0.618034, -1.118034,  0.770524,  0.304789, -0.559818, -0.587785,  0.000000, -0.809017, -0.246579,  0.952420,  0.179151,  0.050000,  0.400000, 
+                                1.118034,  0.618034, -1.538841,  0.559818,  0.304789, -0.770524, -0.809017, -0.000000, -0.587785, -0.179151,  0.952420,  0.246579,  0.100000,  0.400000, 
+                                0.587786,  0.618034, -1.809021,  0.294314,  0.304789, -0.905805, -0.951057, -0.000000, -0.309017, -0.094185,  0.952420,  0.289871,  0.150000,  0.400000, 
+                                0.000000,  0.618034, -1.902115, -0.000000,  0.304789, -0.952420, -1.000000,  0.000000,  0.000000,  0.000000,  0.952420,  0.304789,  0.200000,  0.400000, 
+                               -0.587786,  0.618034, -1.809021, -0.294314,  0.304789, -0.905805, -0.951056,  0.000000,  0.309017,  0.094185,  0.952420,  0.289871,  0.250000,  0.400000, 
+                               -1.118034,  0.618034, -1.538841, -0.559819,  0.304789, -0.770524, -0.809017,  0.000000,  0.587786,  0.179151,  0.952420,  0.246579,  0.300000,  0.400000, 
+                               -1.538841,  0.618034, -1.118034, -0.770524,  0.304789, -0.559818, -0.587785, -0.000001,  0.809017,  0.246579,  0.952420,  0.179151,  0.350000,  0.400000, 
+                               -1.809021,  0.618034, -0.587786, -0.905805,  0.304788, -0.294314, -0.309017, -0.000001,  0.951057,  0.289871,  0.952420,  0.094185,  0.400000,  0.400000, 
+                               -1.902115,  0.618034,  0.000000, -0.952420,  0.304789, -0.000000,  0.000000,  0.000000,  1.000000,  0.304789,  0.952420, -0.000000,  0.450000,  0.400000, 
+                               -1.809021,  0.618034,  0.587786, -0.905805,  0.304789,  0.294314,  0.309017,  0.000000,  0.951057,  0.289871,  0.952420, -0.094185,  0.500000,  0.400000, 
+                               -1.538841,  0.618034,  1.118034, -0.770524,  0.304788,  0.559819,  0.587786,  0.000000,  0.809017,  0.246579,  0.952420, -0.179151,  0.550000,  0.400000, 
+                               -1.118034,  0.618034,  1.538841, -0.559818,  0.304789,  0.770524,  0.809017, -0.000000,  0.587785,  0.179151,  0.952420, -0.246579,  0.600000,  0.400000, 
+                               -0.587786,  0.618034,  1.809021, -0.294314,  0.304789,  0.905805,  0.951057, -0.000001,  0.309017,  0.094185,  0.952420, -0.289871,  0.650000,  0.400000, 
+                               -0.000000,  0.618034,  1.902115,  0.000000,  0.304789,  0.952420,  1.000000,  0.000002, -0.000001, -0.000002,  0.952420, -0.304789,  0.700000,  0.400000, 
+                                0.587786,  0.618034,  1.809013,  0.294314,  0.304789,  0.905805,  0.951056,  0.000000, -0.309017, -0.094185,  0.952420, -0.289871,  0.750000,  0.400000, 
+                                1.118034,  0.618034,  1.538841,  0.559818,  0.304789,  0.770524,  0.809017, -0.000001, -0.587785, -0.179150,  0.952420, -0.246580,  0.800000,  0.400000, 
+                                1.538841,  0.618034,  1.118034,  0.770524,  0.304789,  0.559818,  0.587785,  0.000001, -0.809017, -0.246580,  0.952420, -0.179150,  0.850000,  0.400000, 
+                                1.809013,  0.618034,  0.587786,  0.905805,  0.304789,  0.294314,  0.309017, -0.000001, -0.951056, -0.289871,  0.952420, -0.094186,  0.900000,  0.400000, 
+                                1.902115,  0.618034,  0.000000,  0.952420,  0.304789,  0.000001,  0.000001, -0.000001, -1.000000, -0.304789,  0.952420, -0.000001,  0.950000,  0.400000, 
+                                1.809021,  0.618034, -0.587786,  0.905805,  0.304789, -0.294313, -0.294680, -0.045924, -0.954492, -0.304434,  0.951312,  0.048217,  1.000000,  0.400000, 
+                                1.694794,  0.907982, -0.550673,  0.850280,  0.447994, -0.276272, -0.338397,  0.063277, -0.938874, -0.403128,  0.891795,  0.205403,  0.000000,  0.350000, 
+                                1.441681,  0.907982, -1.047443,  0.723291,  0.447994, -0.525502, -0.587785, -0.000002, -0.809017, -0.362435,  0.894037,  0.263323,  0.050000,  0.350000, 
+                                1.047443,  0.907982, -1.441681,  0.525501,  0.447994, -0.723291, -0.809017,  0.000000, -0.587785, -0.263324,  0.894037,  0.362435,  0.100000,  0.350000, 
+                                0.550673,  0.907982, -1.694794,  0.276272,  0.447994, -0.850280, -0.951057,  0.000001, -0.309016, -0.138436,  0.894037,  0.426068,  0.150000,  0.350000, 
+                                0.000000,  0.907982, -1.782013, -0.000000,  0.447994, -0.894037, -1.000000, -0.000000, -0.000000, -0.000000,  0.894037,  0.447994,  0.200000,  0.350000, 
+                               -0.550673,  0.907982, -1.694794, -0.276273,  0.447993, -0.850279, -0.951056,  0.000000,  0.309017,  0.138438,  0.894037,  0.426067,  0.250000,  0.350000, 
+                               -1.047440,  0.907982, -1.441681, -0.525502,  0.447994, -0.723291, -0.809017, -0.000001,  0.587785,  0.263323,  0.894037,  0.362435,  0.300000,  0.350000, 
+                               -1.441681,  0.907982, -1.047440, -0.723291,  0.447993, -0.525502, -0.587785,  0.000000,  0.809017,  0.362434,  0.894037,  0.263324,  0.350000,  0.350000, 
+                               -1.694794,  0.907982, -0.550673, -0.850280,  0.447993, -0.276272, -0.309016,  0.000001,  0.951057,  0.426068,  0.894037,  0.138436,  0.400000,  0.350000, 
+                               -1.782013,  0.907982,  0.000000, -0.894037,  0.447993, -0.000000, -0.000000, -0.000000,  1.000000,  0.447993,  0.894037,  0.000000,  0.450000,  0.350000, 
+                               -1.694794,  0.907982,  0.550673, -0.850280,  0.447993,  0.276273,  0.309017,  0.000000,  0.951056,  0.426067,  0.894037, -0.138438,  0.500000,  0.350000, 
+                               -1.441681,  0.907982,  1.047440, -0.723291,  0.447993,  0.525502,  0.587785, -0.000001,  0.809017,  0.362435,  0.894037, -0.263323,  0.550000,  0.350000, 
+                               -1.047440,  0.907982,  1.441681, -0.525502,  0.447993,  0.723291,  0.809017,  0.000001,  0.587785,  0.263323,  0.894037, -0.362435,  0.600000,  0.350000, 
+                               -0.550673,  0.907982,  1.694794, -0.276272,  0.447993,  0.850280,  0.951057,  0.000000,  0.309017,  0.138437,  0.894037, -0.426067,  0.650000,  0.350000, 
+                               -0.000000,  0.907982,  1.782013,  0.000000,  0.447993,  0.894037,  1.000000,  0.000000, -0.000000, -0.000001,  0.894037, -0.447993,  0.700000,  0.350000, 
+                                0.550673,  0.907982,  1.694794,  0.276273,  0.447993,  0.850280,  0.951057, -0.000001, -0.309017, -0.138437,  0.894037, -0.426067,  0.750000,  0.350000, 
+                                1.047440,  0.907982,  1.441681,  0.525502,  0.447993,  0.723291,  0.809017, -0.000000, -0.587785, -0.263324,  0.894037, -0.362434,  0.800000,  0.350000, 
+                                1.441681,  0.907982,  1.047440,  0.723291,  0.447993,  0.525502,  0.587785,  0.000001, -0.809017, -0.362435,  0.894037, -0.263323,  0.850000,  0.350000, 
+                                1.694794,  0.907982,  0.550673,  0.850280,  0.447993,  0.276272,  0.309017, -0.000001, -0.951056, -0.426067,  0.894037, -0.138438,  0.900000,  0.350000, 
+                                1.782013,  0.907982,  0.000000,  0.894037,  0.447994,  0.000001,  0.000001,  0.000000, -1.000000, -0.447994,  0.894037, -0.000000,  0.950000,  0.350000, 
+                                1.694794,  0.907982, -0.550673,  0.850280,  0.447994, -0.276272, -0.278086, -0.063276, -0.958470, -0.446870,  0.891795,  0.070778,  1.000000,  0.350000, 
+                                1.538841,  1.175571, -0.500000,  0.774475,  0.580401, -0.251641, -0.358246,  0.074541, -0.930647, -0.521391,  0.810912,  0.265656,  0.000000,  0.300000, 
+                                1.309021,  1.175571, -0.951057,  0.658808,  0.580401, -0.478652, -0.587785, -0.000001, -0.809017, -0.469555,  0.814331,  0.341150,  0.050000,  0.300000, 
+                                0.951057,  1.175571, -1.309021,  0.478652,  0.580401, -0.658808, -0.809018,  0.000002, -0.587784, -0.341149,  0.814331,  0.469555,  0.100000,  0.300000, 
+                                0.500000,  1.175571, -1.538841,  0.251642,  0.580401, -0.774475, -0.951057,  0.000000, -0.309017, -0.179353,  0.814331,  0.551994,  0.150000,  0.300000, 
+                                0.000000,  1.175571, -1.618034, -0.000000,  0.580401, -0.814331, -1.000000,  0.000001,  0.000000,  0.000001,  0.814331,  0.580401,  0.200000,  0.300000, 
+                               -0.500000,  1.175571, -1.538841, -0.251642,  0.580401, -0.774475, -0.951057, -0.000002,  0.309016,  0.179351,  0.814331,  0.551995,  0.250000,  0.300000, 
+                               -0.951057,  1.175571, -1.309021, -0.478652,  0.580401, -0.658808, -0.809017, -0.000001,  0.587785,  0.341150,  0.814331,  0.469554,  0.300000,  0.300000, 
+                               -1.309021,  1.175571, -0.951057, -0.658808,  0.580401, -0.478652, -0.587784,  0.000002,  0.809018,  0.469555,  0.814331,  0.341149,  0.350000,  0.300000, 
+                               -1.538841,  1.175571, -0.500000, -0.774475,  0.580401, -0.251642, -0.309016,  0.000001,  0.951057,  0.551994,  0.814331,  0.179352,  0.400000,  0.300000, 
+                               -1.618034,  1.175571,  0.000000, -0.814331,  0.580400,  0.000000, -0.000001, -0.000001,  1.000000,  0.580401,  0.814331,  0.000001,  0.450000,  0.300000, 
+                               -1.538841,  1.175571,  0.500000, -0.774475,  0.580401,  0.251642,  0.309017, -0.000001,  0.951057,  0.551994,  0.814331, -0.179353,  0.500000,  0.300000, 
+                               -1.309021,  1.175571,  0.951057, -0.658808,  0.580401,  0.478652,  0.587785, -0.000000,  0.809017,  0.469554,  0.814331, -0.341151,  0.550000,  0.300000, 
+                               -0.951057,  1.175571,  1.309013, -0.478652,  0.580401,  0.658808,  0.809018,  0.000001,  0.587784,  0.341150,  0.814331, -0.469555,  0.600000,  0.300000, 
+                               -0.500000,  1.175571,  1.538841, -0.251642,  0.580401,  0.774475,  0.951056, -0.000001,  0.309017,  0.179354,  0.814331, -0.551994,  0.650000,  0.300000, 
+                               -0.000000,  1.175571,  1.618034,  0.000000,  0.580401,  0.814331,  1.000000, -0.000001,  0.000001,  0.000001,  0.814331, -0.580401,  0.700000,  0.300000, 
+                                0.500000,  1.175571,  1.538841,  0.251642,  0.580401,  0.774475,  0.951056,  0.000002, -0.309018, -0.179355,  0.814331, -0.551993,  0.750000,  0.300000, 
+                                0.951057,  1.175571,  1.309013,  0.478652,  0.580400,  0.658808,  0.809017,  0.000000, -0.587785, -0.341151,  0.814331, -0.469554,  0.800000,  0.300000, 
+                                1.309013,  1.175571,  0.951057,  0.658808,  0.580401,  0.478652,  0.587785, -0.000000, -0.809017, -0.469554,  0.814331, -0.341151,  0.850000,  0.300000, 
+                                1.538841,  1.175571,  0.500000,  0.774475,  0.580401,  0.251642,  0.309017, -0.000001, -0.951056, -0.551993,  0.814331, -0.179354,  0.900000,  0.300000, 
+                                1.618034,  1.175571,  0.000000,  0.814331,  0.580401,  0.000001,  0.000001, -0.000000, -1.000000, -0.580401,  0.814331, -0.000001,  0.950000,  0.300000, 
+                                1.538841,  1.175571, -0.500000,  0.774475,  0.580401, -0.251641, -0.257189, -0.074544, -0.963482, -0.577964,  0.810912,  0.091540,  1.000000,  0.300000, 
+                                1.345001,  1.414215, -0.437016,  0.680318,  0.698789, -0.221048, -0.380251,  0.078692, -0.921530, -0.626560,  0.710987,  0.319250,  0.000000,  0.250000, 
+                                1.144123,  1.414215, -0.831253,  0.578713,  0.698789, -0.420459, -0.587786,  0.000001, -0.809016, -0.565331,  0.715328,  0.410739,  0.050000,  0.250000, 
+                                0.831253,  1.414215, -1.144123,  0.420459,  0.698789, -0.578713, -0.809017, -0.000001, -0.587786, -0.410738,  0.715328,  0.565331,  0.100000,  0.250000, 
+                                0.437016,  1.414215, -1.345001,  0.221048,  0.698789, -0.680318, -0.951056, -0.000001, -0.309017, -0.215938,  0.715328,  0.664587,  0.150000,  0.250000, 
+                                0.000000,  1.414215, -1.414215, -0.000000,  0.698789, -0.715328, -1.000000,  0.000000,  0.000000,  0.000000,  0.715328,  0.698789,  0.200000,  0.250000, 
+                               -0.437016,  1.414215, -1.345001, -0.221049,  0.698789, -0.680318, -0.951057, -0.000000,  0.309017,  0.215937,  0.715328,  0.664588,  0.250000,  0.250000, 
+                               -0.831253,  1.414215, -1.144123, -0.420460,  0.698789, -0.578713, -0.809016,  0.000001,  0.587786,  0.410739,  0.715328,  0.565331,  0.300000,  0.250000, 
+                               -1.144123,  1.414215, -0.831253, -0.578713,  0.698788, -0.420459, -0.587784,  0.000002,  0.809018,  0.565333,  0.715328,  0.410735,  0.350000,  0.250000, 
+                               -1.344994,  1.414215, -0.437016, -0.680318,  0.698789, -0.221049, -0.309018, -0.000001,  0.951056,  0.664587,  0.715328,  0.215939,  0.400000,  0.250000, 
+                               -1.414215,  1.414215,  0.000000, -0.715328,  0.698788, -0.000000,  0.000000,  0.000000,  1.000000,  0.698789,  0.715328, -0.000000,  0.450000,  0.250000, 
+                               -1.344994,  1.414215,  0.437016, -0.680318,  0.698788,  0.221049,  0.309017,  0.000000,  0.951056,  0.664587,  0.715328, -0.215938,  0.500000,  0.250000, 
+                               -1.144123,  1.414215,  0.831253, -0.578713,  0.698788,  0.420460,  0.587785, -0.000000,  0.809017,  0.565332,  0.715328, -0.410737,  0.550000,  0.250000, 
+                               -0.831253,  1.414215,  1.144123, -0.420459,  0.698788,  0.578713,  0.809018,  0.000001,  0.587784,  0.410737,  0.715328, -0.565332,  0.600000,  0.250000, 
+                               -0.437016,  1.414215,  1.344994, -0.221049,  0.698788,  0.680318,  0.951056, -0.000001,  0.309018,  0.215939,  0.715328, -0.664587,  0.650000,  0.250000, 
+                               -0.000000,  1.414215,  1.414215,  0.000000,  0.698788,  0.715328,  1.000000, -0.000000, -0.000000, -0.000000,  0.715328, -0.698789,  0.700000,  0.250000, 
+                                0.437016,  1.414215,  1.344994,  0.221049,  0.698788,  0.680318,  0.951056,  0.000001, -0.309018, -0.215939,  0.715328, -0.664587,  0.750000,  0.250000, 
+                                0.831253,  1.414215,  1.144123,  0.420459,  0.698788,  0.578713,  0.809018, -0.000001, -0.587784, -0.410736,  0.715328, -0.565333,  0.800000,  0.250000, 
+                                1.144123,  1.414215,  0.831253,  0.578713,  0.698788,  0.420460,  0.587785,  0.000001, -0.809017, -0.565332,  0.715328, -0.410737,  0.850000,  0.250000, 
+                                1.344994,  1.414215,  0.437016,  0.680318,  0.698788,  0.221049,  0.309018, -0.000001, -0.951056, -0.664587,  0.715328, -0.215939,  0.900000,  0.250000, 
+                                1.414215,  1.414215,  0.000000,  0.715328,  0.698788,  0.000001,  0.000003, -0.000002, -1.000000, -0.698788,  0.715328, -0.000004,  0.950000,  0.250000, 
+                                1.345001,  1.414215, -0.437016,  0.680318,  0.698789, -0.221048, -0.234031, -0.078691, -0.969039, -0.694548,  0.710987,  0.110003,  1.000000,  0.250000, 
+                                1.118034,  1.618034, -0.363272,  0.570315,  0.800252, -0.185306, -0.402265,  0.075404, -0.912413, -0.716187,  0.594904,  0.364918,  0.000000,  0.200000, 
+                                0.951057,  1.618034, -0.690983,  0.485138,  0.800252, -0.352474, -0.587785, -0.000001, -0.809018, -0.647418,  0.599664,  0.470375,  0.050000,  0.200000, 
+                                0.690983,  1.618034, -0.951057,  0.352473,  0.800252, -0.485139, -0.809017, -0.000001, -0.587786, -0.470377,  0.599664,  0.647417,  0.100000,  0.200000, 
+                                0.363272,  1.618034, -1.118034,  0.185306,  0.800252, -0.570314, -0.951057,  0.000001, -0.309016, -0.247290,  0.599664,  0.761085,  0.150000,  0.200000, 
+                                0.000000,  1.618034, -1.175571, -0.000000,  0.800252, -0.599664, -1.000000, -0.000001, -0.000001, -0.000001,  0.599664,  0.800252,  0.200000,  0.200000, 
+                               -0.363272,  1.618034, -1.118034, -0.185306,  0.800252, -0.570314, -0.951056,  0.000001,  0.309019,  0.247293,  0.599664,  0.761084,  0.250000,  0.200000, 
+                               -0.690983,  1.618034, -0.951057, -0.352474,  0.800252, -0.485138, -0.809017, -0.000001,  0.587785,  0.470376,  0.599664,  0.647418,  0.300000,  0.200000, 
+                               -0.951057,  1.618034, -0.690983, -0.485139,  0.800252, -0.352474, -0.587784,  0.000001,  0.809018,  0.647418,  0.599664,  0.470375,  0.350000,  0.200000, 
+                               -1.118034,  1.618034, -0.363272, -0.570314,  0.800252, -0.185306, -0.309018, -0.000001,  0.951056,  0.761084,  0.599664,  0.247292,  0.400000,  0.200000, 
+                               -1.175571,  1.618034,  0.000000, -0.599664,  0.800252, -0.000000,  0.000001,  0.000001,  1.000000,  0.800252,  0.599664, -0.000001,  0.450000,  0.200000, 
+                               -1.118034,  1.618034,  0.363272, -0.570314,  0.800252,  0.185306,  0.309017,  0.000000,  0.951057,  0.761085,  0.599664, -0.247291,  0.500000,  0.200000, 
+                               -0.951057,  1.618034,  0.690983, -0.485138,  0.800252,  0.352474,  0.587785, -0.000001,  0.809017,  0.647418,  0.599664, -0.470376,  0.550000,  0.200000, 
+                               -0.690983,  1.618034,  0.951057, -0.352474,  0.800252,  0.485139,  0.809018,  0.000001,  0.587784,  0.470375,  0.599664, -0.647418,  0.600000,  0.200000, 
+                               -0.363272,  1.618034,  1.118034, -0.185306,  0.800252,  0.570315,  0.951056, -0.000001,  0.309018,  0.247292,  0.599664, -0.761084,  0.650000,  0.200000, 
+                               -0.000000,  1.618034,  1.175571,  0.000000,  0.800252,  0.599664,  1.000000,  0.000000, -0.000001, -0.000001,  0.599664, -0.800252,  0.700000,  0.200000, 
+                                0.363272,  1.618034,  1.118034,  0.185306,  0.800252,  0.570314,  0.951057, -0.000000, -0.309017, -0.247291,  0.599664, -0.761085,  0.750000,  0.200000, 
+                                0.690983,  1.618034,  0.951057,  0.352474,  0.800252,  0.485138,  0.809017, -0.000001, -0.587785, -0.470376,  0.599664, -0.647418,  0.800000,  0.200000, 
+                                0.951057,  1.618034,  0.690983,  0.485138,  0.800252,  0.352474,  0.587785,  0.000001, -0.809018, -0.647418,  0.599664, -0.470375,  0.850000,  0.200000, 
+                                1.118034,  1.618034,  0.363272,  0.570314,  0.800252,  0.185306,  0.309018, -0.000001, -0.951056, -0.761084,  0.599664, -0.247292,  0.900000,  0.200000, 
+                                1.175571,  1.618034,  0.000000,  0.599664,  0.800252,  0.000001,  0.000002, -0.000000, -1.000000, -0.800252,  0.599664, -0.000001,  0.950000,  0.200000, 
+                                1.118034,  1.618034, -0.363272,  0.570315,  0.800252, -0.185306, -0.210866, -0.075401, -0.974603, -0.793900,  0.594905,  0.125744,  1.000000,  0.200000, 
+                                0.734573,  1.782013, -0.533699,  0.380846,  0.882266, -0.276701, -0.587784, -0.000001, -0.809018, -0.713769,  0.470751,  0.518581,  0.050000,  0.150000, 
+                                0.863541,  1.782013, -0.280581,  0.447711,  0.882266, -0.145470, -0.422162,  0.065147, -0.904176, -0.788247,  0.466222,  0.401626,  0.000000,  0.150000, 
+                                0.533699,  1.782013, -0.734573,  0.276701,  0.882266, -0.380846, -0.809018,  0.000001, -0.587783, -0.518581,  0.470752,  0.713769,  0.100000,  0.150000, 
+                                0.280581,  1.782013, -0.863541,  0.145470,  0.882266, -0.447711, -0.951057,  0.000000, -0.309017, -0.272635,  0.470751,  0.839085,  0.150000,  0.150000, 
+                                0.000000,  1.782013, -0.907982, -0.000000,  0.882266, -0.470751, -1.000000,  0.000000,  0.000000,  0.000000,  0.470751,  0.882266,  0.200000,  0.150000, 
+                               -0.280581,  1.782013, -0.863541, -0.145470,  0.882266, -0.447711, -0.951057, -0.000000,  0.309017,  0.272635,  0.470751,  0.839085,  0.250000,  0.150000, 
+                               -0.533697,  1.782013, -0.734573, -0.276701,  0.882266, -0.380846, -0.809018, -0.000001,  0.587784,  0.518582,  0.470751,  0.713769,  0.300000,  0.150000, 
+                               -0.734573,  1.782013, -0.533697, -0.380846,  0.882266, -0.276701, -0.587784,  0.000001,  0.809018,  0.713769,  0.470752,  0.518582,  0.350000,  0.150000, 
+                               -0.863541,  1.782013, -0.280581, -0.447711,  0.882266, -0.145470, -0.309017, -0.000000,  0.951056,  0.839085,  0.470752,  0.272635,  0.400000,  0.150000, 
+                               -0.907982,  1.782013,  0.000000, -0.470752,  0.882266, -0.000000,  0.000000,  0.000000,  1.000000,  0.882266,  0.470752, -0.000000,  0.450000,  0.150000, 
+                               -0.863541,  1.782013,  0.280581, -0.447711,  0.882266,  0.145470,  0.309017,  0.000000,  0.951057,  0.839085,  0.470752, -0.272635,  0.500000,  0.150000, 
+                               -0.734573,  1.782013,  0.533697, -0.380846,  0.882266,  0.276701,  0.587784, -0.000001,  0.809018,  0.713769,  0.470752, -0.518582,  0.550000,  0.150000, 
+                               -0.533697,  1.782013,  0.734573, -0.276701,  0.882266,  0.380846,  0.809018,  0.000001,  0.587784,  0.518581,  0.470752, -0.713769,  0.600000,  0.150000, 
+                               -0.280581,  1.782013,  0.863541, -0.145470,  0.882266,  0.447712,  0.951056, -0.000000,  0.309017,  0.272635,  0.470752, -0.839084,  0.650000,  0.150000, 
+                               -0.000000,  1.782013,  0.907982,  0.000000,  0.882266,  0.470752,  1.000000,  0.000000, -0.000000, -0.000000,  0.470752, -0.882266,  0.700000,  0.150000, 
+                                0.280581,  1.782013,  0.863541,  0.145470,  0.882266,  0.447711,  0.951057, -0.000000, -0.309017, -0.272635,  0.470752, -0.839085,  0.750000,  0.150000, 
+                                0.533697,  1.782013,  0.734573,  0.276701,  0.882266,  0.380846,  0.809018, -0.000001, -0.587784, -0.518582,  0.470752, -0.713769,  0.800000,  0.150000, 
+                                0.734573,  1.782013,  0.533697,  0.380846,  0.882266,  0.276701,  0.587784,  0.000001, -0.809018, -0.713769,  0.470752, -0.518582,  0.850000,  0.150000, 
+                                0.863541,  1.782013,  0.280581,  0.447712,  0.882266,  0.145470,  0.309017, -0.000000, -0.951056, -0.839084,  0.470752, -0.272635,  0.900000,  0.150000, 
+                                0.907982,  1.782013,  0.000000,  0.470752,  0.882266,  0.000000, -0.000000,  0.000000, -1.000000, -0.882266,  0.470752,  0.000000,  0.950000,  0.150000, 
+                                0.863541,  1.782013, -0.280581,  0.447711,  0.882266, -0.145470, -0.189923, -0.065147, -0.979635, -0.873776,  0.466222,  0.138395,  1.000000,  0.150000, 
+                                0.500000,  1.902115, -0.363272,  0.269870,  0.942723, -0.196072, -0.587785, -0.000000, -0.809017, -0.762679,  0.333578,  0.554118,  0.050000,  0.100000, 
+                                0.587786,  1.902115, -0.190983,  0.317252,  0.942723, -0.103081, -0.438030,  0.049261, -0.897610, -0.841119,  0.329921,  0.428569,  0.000000,  0.100000, 
+                                0.363272,  1.902115, -0.500000,  0.196072,  0.942722, -0.269870, -0.809018,  0.000000, -0.587784, -0.554118,  0.333578,  0.762679,  0.100000,  0.100000, 
+                                0.190983,  1.902115, -0.587786,  0.103081,  0.942723, -0.317252, -0.951056, -0.000000, -0.309017, -0.291318,  0.333578,  0.896582,  0.150000,  0.100000, 
+                                0.000000,  1.902115, -0.618034, -0.000000,  0.942722, -0.333578, -1.000000,  0.000000,  0.000000,  0.000000,  0.333578,  0.942722,  0.200000,  0.100000, 
+                               -0.190983,  1.902115, -0.587786, -0.103081,  0.942722, -0.317252, -0.951057, -0.000000,  0.309017,  0.291317,  0.333578,  0.896582,  0.250000,  0.100000, 
+                               -0.363272,  1.902115, -0.500000, -0.196072,  0.942722, -0.269870, -0.809017, -0.000000,  0.587785,  0.554118,  0.333578,  0.762679,  0.300000,  0.100000, 
+                               -0.500000,  1.902115, -0.363272, -0.269870,  0.942722, -0.196072, -0.587785,  0.000000,  0.809017,  0.762679,  0.333578,  0.554118,  0.350000,  0.100000, 
+                               -0.587786,  1.902115, -0.190983, -0.317252,  0.942723, -0.103081, -0.309017, -0.000000,  0.951056,  0.896582,  0.333578,  0.291318,  0.400000,  0.100000, 
+                               -0.618034,  1.902115,  0.000000, -0.333578,  0.942722,  0.000000,  0.000000,  0.000000,  1.000000,  0.942722,  0.333578, -0.000000,  0.450000,  0.100000, 
+                               -0.587786,  1.902115,  0.190983, -0.317252,  0.942722,  0.103081,  0.309017, -0.000000,  0.951057,  0.896582,  0.333578, -0.291317,  0.500000,  0.100000, 
+                               -0.500000,  1.902115,  0.363272, -0.269870,  0.942722,  0.196073,  0.587785, -0.000000,  0.809017,  0.762679,  0.333578, -0.554118,  0.550000,  0.100000, 
+                               -0.363272,  1.902115,  0.500000, -0.196072,  0.942722,  0.269870,  0.809017,  0.000000,  0.587785,  0.554118,  0.333578, -0.762679,  0.600000,  0.100000, 
+                               -0.190983,  1.902115,  0.587786, -0.103081,  0.942722,  0.317251,  0.951056, -0.000000,  0.309017,  0.291318,  0.333578, -0.896582,  0.650000,  0.100000, 
+                               -0.000000,  1.902115,  0.618034,  0.000000,  0.942723,  0.333578,  1.000000,  0.000000, -0.000000, -0.000000,  0.333578, -0.942723,  0.700000,  0.100000, 
+                                0.190983,  1.902115,  0.587786,  0.103081,  0.942722,  0.317252,  0.951057, -0.000000, -0.309017, -0.291317,  0.333578, -0.896582,  0.750000,  0.100000, 
+                                0.363272,  1.902115,  0.500000,  0.196072,  0.942722,  0.269870,  0.809017, -0.000000, -0.587785, -0.554118,  0.333578, -0.762679,  0.800000,  0.100000, 
+                                0.500000,  1.902115,  0.363272,  0.269870,  0.942722,  0.196072,  0.587785,  0.000000, -0.809017, -0.762679,  0.333578, -0.554118,  0.850000,  0.100000, 
+                                0.587786,  1.902115,  0.190983,  0.317252,  0.942722,  0.103081,  0.309017,  0.000000, -0.951056, -0.896582,  0.333578, -0.291317,  0.900000,  0.100000, 
+                                0.618034,  1.902115,  0.000000,  0.333578,  0.942722,  0.000000, -0.000000,  0.000000, -1.000000, -0.942722,  0.333578,  0.000000,  0.950000,  0.100000, 
+                                0.587786,  1.902115, -0.190983,  0.317252,  0.942723, -0.103081, -0.173226, -0.049261, -0.983649, -0.932386,  0.329921,  0.147676,  1.000000,  0.100000, 
+                                0.253117,  1.975380, -0.183900,  0.162096,  0.979722, -0.117769, -0.612088,  0.006215, -0.790765, -0.773998,  0.200265,  0.600683,  0.050000,  0.050000, 
+                                0.297556,  1.975380, -0.096682,  0.190555,  0.979722, -0.061915, -0.448236,  0.030723, -0.893387, -0.873369,  0.197992,  0.445001,  0.000000,  0.050000, 
+                                0.183900,  1.975380, -0.253117,  0.117769,  0.979722, -0.162096, -0.826492,  0.006215, -0.562915, -0.550493,  0.200265,  0.810464,  0.100000,  0.050000, 
+                                0.096682,  1.975380, -0.297556,  0.061915,  0.979722, -0.190554, -0.959990,  0.006215, -0.279965, -0.273103,  0.200264,  0.940908,  0.150000,  0.050000, 
+                                0.000000,  1.975380, -0.312869, -0.000000,  0.979722, -0.200361, -0.999519,  0.006215,  0.030391,  0.031020,  0.200264,  0.979251,  0.200000,  0.050000, 
+                               -0.096682,  1.975380, -0.297556, -0.061915,  0.979722, -0.190555, -0.941208,  0.006215,  0.337771,  0.332106,  0.200265,  0.921737,  0.250000,  0.050000, 
+                               -0.183900,  1.975380, -0.253117, -0.117769,  0.979722, -0.162096, -0.790765,  0.006215,  0.612088,  0.600683,  0.200265,  0.773998,  0.300000,  0.050000, 
+                               -0.253117,  1.975380, -0.183900, -0.162096,  0.979722, -0.117769, -0.562915,  0.006215,  0.826491,  0.810464,  0.200265,  0.550493,  0.350000,  0.050000, 
+                               -0.297556,  1.975380, -0.096682, -0.190555,  0.979722, -0.061915, -0.279965,  0.006215,  0.959990,  0.940908,  0.200265,  0.273103,  0.400000,  0.050000, 
+                               -0.312869,  1.975380,  0.000000, -0.200361,  0.979722, -0.000000,  0.030391,  0.006215,  0.999519,  0.979251,  0.200265, -0.031020,  0.450000,  0.050000, 
+                               -0.297556,  1.975380,  0.096682, -0.190555,  0.979722,  0.061915,  0.337771,  0.006215,  0.941208,  0.921737,  0.200265, -0.332106,  0.500000,  0.050000, 
+                               -0.253117,  1.975380,  0.183900, -0.162096,  0.979722,  0.117769,  0.612088,  0.006215,  0.790765,  0.773998,  0.200265, -0.600683,  0.550000,  0.050000, 
+                               -0.183900,  1.975380,  0.253117, -0.117769,  0.979722,  0.162095,  0.826491,  0.006216,  0.562915,  0.550493,  0.200264, -0.810464,  0.600000,  0.050000, 
+                               -0.096682,  1.975380,  0.297556, -0.061915,  0.979722,  0.190555,  0.959990,  0.006215,  0.279965,  0.273103,  0.200265, -0.940908,  0.650000,  0.050000, 
+                               -0.000000,  1.975380,  0.312869,  0.000000,  0.979722,  0.200361,  0.999519,  0.006215, -0.030391, -0.031020,  0.200265, -0.979251,  0.700000,  0.050000, 
+                                0.096682,  1.975380,  0.297556,  0.061915,  0.979722,  0.190555,  0.941208,  0.006215, -0.337771, -0.332106,  0.200265, -0.921737,  0.750000,  0.050000, 
+                                0.183900,  1.975380,  0.253117,  0.117769,  0.979722,  0.162096,  0.790766,  0.006215, -0.612087, -0.600683,  0.200265, -0.773999,  0.800000,  0.050000, 
+                                0.253117,  1.975380,  0.183900,  0.162096,  0.979722,  0.117770,  0.562914,  0.006216, -0.826492, -0.810464,  0.200265, -0.550492,  0.850000,  0.050000, 
+                                0.297556,  1.975380,  0.096682,  0.190555,  0.979722,  0.061915,  0.279964,  0.006215, -0.959990, -0.940909,  0.200265, -0.273103,  0.900000,  0.050000, 
+                                0.312869,  1.975380,  0.000000,  0.200361,  0.979722,  0.000000, -0.030390,  0.006215, -0.999519, -0.979251,  0.200265,  0.031019,  0.950000,  0.050000, 
+                                0.297556,  1.975380, -0.096682,  0.190555,  0.979722, -0.061915, -0.162489, -0.030722, -0.986232, -0.968135,  0.197992,  0.153340,  1.000000,  0.050000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.453987, -0.000000, -0.891008,  0.891008, -0.000000, -0.453987,  0.025000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.707107, -0.000000, -0.707107,  0.707107, -0.000000, -0.707107,  0.075000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.891008, -0.000000, -0.453987,  0.453987, -0.000000, -0.891008,  0.125000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.987688, -0.000000, -0.156437,  0.156437, -0.000000, -0.987688,  0.175000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.987688, -0.000000,  0.156437, -0.156437, -0.000000, -0.987688,  0.225000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.891008,  0.000000,  0.453987, -0.453987, -0.000000, -0.891008,  0.275000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.707107,  0.000000,  0.707107, -0.707107, -0.000000, -0.707107,  0.325000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.453987,  0.000000,  0.891008, -0.891008, -0.000000, -0.453987,  0.375000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.156437,  0.000000,  0.987688, -0.987688, -0.000000, -0.156437,  0.425000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.156437,  0.000000,  0.987688, -0.987688, -0.000000,  0.156437,  0.475000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.453987,  0.000000,  0.891008, -0.891008,  0.000000,  0.453987,  0.525000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.707107,  0.000000,  0.707107, -0.707107,  0.000000,  0.707107,  0.575000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.891008,  0.000000,  0.453987, -0.453987,  0.000000,  0.891008,  0.625000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.987688,  0.000000,  0.156437, -0.156437,  0.000000,  0.987688,  0.675000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.987688,  0.000000, -0.156437,  0.156437,  0.000000,  0.987688,  0.725000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.891009, -0.000000, -0.453986,  0.453985,  0.000000,  0.891009,  0.775000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.707107, -0.000000, -0.707107,  0.707107,  0.000000,  0.707107,  0.825000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.453986, -0.000000, -0.891009,  0.891009,  0.000000,  0.453986,  0.875000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000,  0.156437, -0.000000, -0.987688,  0.987688,  0.000000,  0.156437,  0.925000,  1.000000, 
+                                0.000000, -2.000000,  0.000000,  0.000000, -1.000000,  0.000000, -0.156437, -0.000000, -0.987688,  0.987688,  0.000000, -0.156437,  0.975000,  1.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.453987,  0.000000, -0.891008, -0.891008, -0.000000,  0.453987,  0.025000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.707107,  0.000000, -0.707107, -0.707107, -0.000000,  0.707107,  0.075000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.891008,  0.000000, -0.453987, -0.453987, -0.000000,  0.891008,  0.125000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.987688,  0.000000, -0.156437, -0.156437, -0.000000,  0.987688,  0.175000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.987688,  0.000000,  0.156437,  0.156437, -0.000000,  0.987688,  0.225000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.891008, -0.000000,  0.453987,  0.453987, -0.000000,  0.891008,  0.275000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.707107, -0.000000,  0.707107,  0.707107, -0.000000,  0.707107,  0.325000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.453987, -0.000000,  0.891008,  0.891008, -0.000000,  0.453987,  0.375000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.156437, -0.000000,  0.987688,  0.987688, -0.000000,  0.156437,  0.425000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.156437, -0.000000,  0.987688,  0.987688, -0.000000, -0.156437,  0.475000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.453987, -0.000000,  0.891008,  0.891008,  0.000000, -0.453987,  0.525000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.707107, -0.000000,  0.707107,  0.707107,  0.000000, -0.707107,  0.575000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.891008, -0.000000,  0.453987,  0.453987,  0.000000, -0.891008,  0.625000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.987688, -0.000000,  0.156437,  0.156437,  0.000000, -0.987688,  0.675000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.987688, -0.000000, -0.156437, -0.156437,  0.000000, -0.987688,  0.725000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.891009,  0.000000, -0.453986, -0.453985,  0.000000, -0.891009,  0.775000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.707107,  0.000000, -0.707107, -0.707107,  0.000000, -0.707107,  0.825000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.453986,  0.000000, -0.891009, -0.891009,  0.000000, -0.453985,  0.875000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.156437,  0.000000, -0.987688, -0.987688,  0.000000, -0.156437,  0.925000,  0.000000, 
+                                0.000000,  2.000000,  0.000000,  0.000000,  1.000000,  0.000000, -0.156437,  0.000000, -0.987688, -0.987688,  0.000000,  0.156437,  0.975000,  0.000000
+                       ], 
+                       "parts": [
+                               {
+                                       "id": "shape1_part1", 
+                                       "type": "TRIANGLES", 
+                                       "indices": [
+                                                 0,   1,   2,   1,   0,   3,   2,   4,   5,   4,   2,   1, 
+                                                 6,   4,   7,   4,   6,   5,   8,   6,   7,   6,   8,   9, 
+                                                10,  11,   8,   8,  11,   9,  12,  11,  10,  11,  12,  13, 
+                                                13,  14,  15,  14,  13,  12,  15,  14,  16,  16,  14,  17, 
+                                                18,  16,  17,  16,  18,  19,  20,  18,  21,  18,  20,  19, 
+                                                22,  20,  21,  20,  22,  23,  24,  23,  22,  23,  24,  25, 
+                                                25,  24,  26,  24,  27,  26,  26,  28,  29,  28,  26,  27, 
+                                                30,  29,  28,  30,  28,  31,  32,  30,  31,  30,  32,  33, 
+                                                34,  33,  32,  33,  34,  35,  36,  37,  34,  34,  37,  35, 
+                                                38,  37,  36,  37,  38,  39,  39,  38,  40,  38,  41,  40, 
+                                                42,   2,  43,   2,  42,   0,  43,   5,  44,   5,  43,   2, 
+                                                45,   5,   6,   5,  45,  44,   9,  45,   6,  45,   9,  46, 
+                                                11,  47,   9,   9,  47,  46,  47,  11,  48,  11,  13,  48, 
+                                                48,  13,  49,  49,  13,  15,  49,  16,  50,  16,  49,  15, 
+                                                19,  50,  16,  50,  19,  51,  52,  19,  20,  19,  52,  51, 
+                                                53,  20,  23,  20,  53,  52,  25,  54,  23,  23,  54,  53, 
+                                                54,  26,  55,  26,  54,  25,  55,  29,  56,  29,  55,  26, 
+                                                57,  56,  29,  57,  29,  30,  58,  30,  33,  30,  58,  57, 
+                                                59,  33,  35,  33,  59,  58,  37,  59,  35,  59,  37,  60, 
+                                                60,  39,  61,  39,  60,  37,  61,  39,  62,  39,  40,  62, 
+                                                63,  43,  64,  43,  63,  42,  65,  64,  43,  65,  43,  44, 
+                                                66,  44,  45,  44,  66,  65,  46,  66,  45,  66,  46,  67, 
+                                                46,  47,  68,  46,  68,  67,  68,  48,  69,  48,  68,  47, 
+                                                69,  49,  70,  49,  69,  48,  71,  70,  49,  71,  49,  50, 
+                                                71,  51,  72,  51,  71,  50,  73,  51,  52,  51,  73,  72, 
+                                                53,  73,  52,  73,  53,  74,  54,  74,  53,  74,  54,  75, 
+                                                75,  54,  76,  54,  55,  76,  76,  56,  77,  56,  76,  55, 
+                                                78,  77,  56,  78,  56,  57,  58,  78,  57,  78,  58,  79, 
+                                                59,  79,  58,  79,  59,  80,  60,  81,  59,  59,  81,  80, 
+                                                61,  81,  60,  81,  61,  82,  82,  61,  83,  61,  62,  83, 
+                                                84,  85,  63,  84,  63,  64,  84,  65,  86,  65,  84,  64, 
+                                                66,  86,  65,  86,  66,  87,  67,  87,  66,  87,  67,  88, 
+                                                67,  68,  89,  67,  89,  88,  89,  68,  90,  68,  69,  90, 
+                                                90,  70,  91,  70,  90,  69,  92,  91,  70,  92,  70,  71, 
+                                                92,  72,  93,  72,  92,  71,  94,  72,  73,  72,  94,  93, 
+                                                74,  94,  73,  94,  74,  95,  75,  95,  74,  95,  75,  96, 
+                                                97,  96,  75,  75,  76,  97,  97,  77,  98,  77,  97,  76, 
+                                                99,  98,  77,  99,  77,  78,  79,  99,  78,  99,  79,  100, 
+                                                80,  100,  79,  100,  80,  101,  80,  81,  102,  80,  102,  101, 
+                                                82,  102,  81,  102,  82,  103,  104,  103,  82,  82,  83,  104, 
+                                                105,  84,  106,  84,  105,  85,  107,  106,  84,  107,  84,  86, 
+                                                87,  108,  86,  86,  108,  107,  87,  88,  109,  87,  109,  108, 
+                                                89,  109,  88,  109,  89,  110,  90,  110,  89,  110,  90,  111, 
+                                                112,  111,  90,  112,  90,  91,  113,  91,  92,  113,  112,  91, 
+                                                114,  92,  93,  92,  114,  113,  94,  114,  93,  114,  94,  115, 
+                                                95,  115,  94,  115,  95,  116,  95,  96,  117,  95,  117,  116, 
+                                                118,  117,  96,  96,  97,  118,  119,  118,  97,  119,  97,  98, 
+                                                119,  99,  120,  99,  119,  98,  120,  100,  121,  100,  120,  99, 
+                                                122,  100,  101,  100,  122,  121,  122,  101,  123,  101,  102,  123, 
+                                                124,  123,  102,  102,  103,  124,  124,  104,  125,  104,  124,  103, 
+                                                126,  106,  127,  106,  126,  105,  107,  128,  106,  106,  128,  127, 
+                                                108,  129,  107,  107,  129,  128,  108,  109,  130,  108,  130,  129, 
+                                                110,  130,  109,  130,  110,  131,  111,  131,  110,  131,  111,  132, 
+                                                112,  132,  111,  132,  112,  133,  134,  112,  113,  112,  134,  133, 
+                                                135,  113,  114,  113,  135,  134,  115,  135,  114,  135,  115,  136, 
+                                                116,  136,  115,  136,  116,  137,  138,  137,  116,  116,  117,  138, 
+                                                139,  138,  117,  139,  117,  118,  140,  139,  118,  140,  118,  119, 
+                                                140,  120,  141,  120,  140,  119,  141,  121,  142,  121,  141,  120, 
+                                                142,  122,  143,  122,  142,  121,  143,  122,  144,  122,  123,  144, 
+                                                145,  144,  123,  123,  124,  145,  145,  125,  146,  125,  145,  124, 
+                                                147,  127,  148,  127,  147,  126,  128,  149,  127,  127,  149,  148, 
+                                                129,  150,  128,  128,  150,  149,  129,  130,  151,  129,  151,  150, 
+                                                131,  151,  130,  151,  131,  152,  132,  152,  131,  152,  132,  153, 
+                                                133,  153,  132,  153,  133,  154,  155,  133,  134,  133,  155,  154, 
+                                                156,  134,  135,  134,  156,  155,  136,  156,  135,  156,  136,  157, 
+                                                137,  157,  136,  157,  137,  158,  159,  158,  137,  137,  138,  159, 
+                                                160,  159,  138,  160,  138,  139,  161,  160,  139,  161,  139,  140, 
+                                                161,  141,  162,  141,  161,  140,  162,  142,  163,  142,  162,  141, 
+                                                163,  143,  164,  143,  163,  142,  164,  143,  165,  143,  144,  165, 
+                                                166,  165,  144,  144,  145,  166,  166,  146,  167,  146,  166,  145, 
+                                                168,  148,  169,  148,  168,  147,  149,  170,  148,  148,  170,  169, 
+                                                150,  171,  149,  149,  171,  170,  150,  151,  172,  150,  172,  171, 
+                                                152,  172,  151,  172,  152,  173,  153,  173,  152,  173,  153,  174, 
+                                                154,  174,  153,  174,  154,  175,  176,  154,  155,  154,  176,  175, 
+                                                177,  155,  156,  155,  177,  176,  157,  177,  156,  177,  157,  178, 
+                                                158,  178,  157,  178,  158,  179,  180,  179,  158,  180,  158,  159, 
+                                                181,  180,  159,  181,  159,  160,  182,  181,  160,  182,  160,  161, 
+                                                182,  162,  183,  162,  182,  161,  183,  163,  184,  163,  183,  162, 
+                                                184,  164,  185,  164,  184,  163,  185,  164,  186,  164,  165,  186, 
+                                                187,  186,  165,  165,  166,  187,  187,  167,  188,  167,  187,  166, 
+                                                189,  169,  190,  169,  189,  168,  170,  191,  169,  169,  191,  190, 
+                                                170,  171,  192,  170,  192,  191,  171,  172,  193,  171,  193,  192, 
+                                                173,  193,  172,  193,  173,  194,  174,  194,  173,  194,  174,  195, 
+                                                175,  195,  174,  195,  175,  196,  197,  175,  176,  175,  197,  196, 
+                                                198,  176,  177,  176,  198,  197,  178,  198,  177,  198,  178,  199, 
+                                                179,  199,  178,  199,  179,  200,  201,  200,  179,  201,  179,  180, 
+                                                202,  201,  180,  202,  180,  181,  203,  202,  181,  203,  181,  182, 
+                                                203,  183,  204,  183,  203,  182,  204,  184,  205,  184,  204,  183, 
+                                                205,  185,  206,  185,  205,  184,  207,  206,  185,  185,  186,  207, 
+                                                208,  207,  186,  186,  187,  208,  208,  188,  209,  188,  208,  187, 
+                                                210,  189,  211,  189,  190,  211,  191,  211,  190,  211,  191,  212, 
+                                                192,  212,  191,  212,  192,  213,  193,  213,  192,  213,  193,  214, 
+                                                193,  194,  215,  193,  215,  214,  195,  216,  194,  194,  216,  215, 
+                                                196,  217,  195,  195,  217,  216,  197,  217,  196,  217,  197,  218, 
+                                                198,  218,  197,  218,  198,  219,  220,  198,  199,  198,  220,  219, 
+                                                221,  199,  200,  199,  221,  220,  221,  201,  222,  201,  221,  200, 
+                                                222,  202,  223,  202,  222,  201,  223,  203,  224,  203,  223,  202, 
+                                                225,  224,  203,  225,  203,  204,  226,  225,  204,  226,  204,  205, 
+                                                227,  226,  205,  227,  205,  206,  227,  207,  228,  207,  227,  206, 
+                                                228,  208,  229,  208,  228,  207,  230,  229,  208,  208,  209,  230, 
+                                                231,  210,  232,  210,  211,  232,  212,  232,  211,  232,  212,  233, 
+                                                213,  233,  212,  233,  213,  234,  214,  234,  213,  234,  214,  235, 
+                                                236,  214,  215,  214,  236,  235,  216,  237,  215,  215,  237,  236, 
+                                                217,  238,  216,  216,  238,  237,  218,  238,  217,  238,  218,  239, 
+                                                219,  239,  218,  239,  219,  240,  241,  219,  220,  219,  241,  240, 
+                                                242,  220,  221,  220,  242,  241,  242,  222,  243,  222,  242,  221, 
+                                                243,  223,  244,  223,  243,  222,  244,  224,  245,  224,  244,  223, 
+                                                246,  245,  224,  246,  224,  225,  247,  246,  225,  247,  225,  226, 
+                                                248,  247,  226,  226,  227,  248,  248,  228,  249,  228,  248,  227, 
+                                                249,  229,  250,  229,  249,  228,  251,  250,  229,  229,  230,  251, 
+                                                252,  231,  253,  231,  232,  253,  233,  253,  232,  253,  233,  254, 
+                                                234,  254,  233,  254,  234,  255,  235,  255,  234,  255,  235,  256, 
+                                                235,  236,  257,  235,  257,  256,  237,  258,  236,  236,  258,  257, 
+                                                238,  259,  237,  237,  259,  258,  239,  259,  238,  259,  239,  260, 
+                                                240,  260,  239,  260,  240,  261,  262,  240,  241,  240,  262,  261, 
+                                                263,  241,  242,  241,  263,  262,  263,  243,  264,  243,  263,  242, 
+                                                264,  244,  265,  244,  264,  243,  265,  245,  266,  245,  265,  244, 
+                                                267,  266,  245,  267,  245,  246,  268,  267,  246,  246,  247,  268, 
+                                                269,  268,  247,  247,  248,  269,  269,  249,  270,  249,  269,  248, 
+                                                270,  250,  271,  250,  270,  249,  272,  271,  250,  250,  251,  272, 
+                                                273,  252,  274,  252,  253,  274,  254,  274,  253,  274,  254,  275, 
+                                                255,  275,  254,  275,  255,  276,  256,  276,  255,  276,  256,  277, 
+                                                256,  257,  278,  256,  278,  277,  258,  279,  257,  257,  279,  278, 
+                                                259,  280,  258,  258,  280,  279,  260,  280,  259,  280,  260,  281, 
+                                                261,  281,  260,  281,  261,  282,  283,  261,  262,  261,  283,  282, 
+                                                284,  262,  263,  262,  284,  283,  284,  264,  285,  264,  284,  263, 
+                                                285,  265,  286,  265,  285,  264,  286,  266,  287,  266,  286,  265, 
+                                                288,  287,  266,  288,  266,  267,  289,  288,  267,  267,  268,  289, 
+                                                290,  289,  268,  268,  269,  290,  290,  270,  291,  270,  290,  269, 
+                                                291,  271,  292,  271,  291,  270,  293,  292,  271,  271,  272,  293, 
+                                                294,  273,  295,  273,  274,  295,  296,  274,  275,  274,  296,  295, 
+                                                276,  296,  275,  296,  276,  297,  277,  297,  276,  297,  277,  298, 
+                                                299,  277,  278,  277,  299,  298,  279,  300,  278,  278,  300,  299, 
+                                                279,  280,  301,  279,  301,  300,  281,  301,  280,  301,  281,  302, 
+                                                282,  302,  281,  302,  282,  303,  304,  282,  283,  282,  304,  303, 
+                                                305,  283,  284,  283,  305,  304,  305,  285,  306,  285,  305,  284, 
+                                                306,  286,  307,  286,  306,  285,  307,  287,  308,  287,  307,  286, 
+                                                309,  308,  287,  287,  288,  309,  310,  309,  288,  288,  289,  310, 
+                                                289,  311,  310,  311,  289,  290,  311,  291,  312,  291,  311,  290, 
+                                                312,  292,  313,  292,  312,  291,  313,  292,  314,  292,  293,  314, 
+                                                295,  315,  294,  315,  295,  316,  296,  316,  295,  316,  296,  317, 
+                                                318,  296,  297,  296,  318,  317,  297,  319,  318,  319,  297,  298, 
+                                                319,  299,  320,  299,  319,  298,  320,  300,  321,  300,  320,  299, 
+                                                301,  321,  300,  321,  301,  322,  302,  322,  301,  322,  302,  323, 
+                                                324,  302,  303,  302,  324,  323,  324,  304,  325,  304,  324,  303, 
+                                                304,  326,  325,  326,  304,  305,  326,  306,  327,  306,  326,  305, 
+                                                327,  307,  328,  307,  327,  306,  307,  308,  329,  307,  329,  328, 
+                                                309,  329,  308,  329,  309,  330,  331,  309,  310,  309,  331,  330, 
+                                                331,  311,  332,  311,  331,  310,  332,  312,  333,  312,  332,  311, 
+                                                334,  333,  312,  312,  313,  334,  314,  334,  313,  334,  314,  335, 
+                                                316,  336,  315,  315,  336,  337,  338,  316,  317,  316,  338,  336, 
+                                                318,  338,  317,  338,  318,  339,  318,  340,  339,  340,  318,  319, 
+                                                340,  320,  341,  320,  340,  319,  341,  320,  342,  320,  321,  342, 
+                                                322,  342,  321,  342,  322,  343,  323,  343,  322,  343,  323,  344, 
+                                                345,  323,  324,  323,  345,  344,  345,  325,  346,  325,  345,  324, 
+                                                325,  347,  346,  347,  325,  326,  347,  327,  348,  327,  347,  326, 
+                                                348,  328,  349,  328,  348,  327,  329,  350,  328,  328,  350,  349, 
+                                                330,  350,  329,  350,  330,  351,  352,  330,  331,  330,  352,  351, 
+                                                352,  332,  353,  332,  352,  331,  353,  333,  354,  333,  353,  332, 
+                                                355,  354,  333,  333,  334,  355,  335,  355,  334,  355,  335,  356, 
+                                                336,  357,  337,  337,  357,  358,  338,  357,  336,  357,  338,  359, 
+                                                339,  359,  338,  359,  339,  360,  339,  361,  360,  361,  339,  340, 
+                                                361,  341,  362,  341,  361,  340,  362,  342,  363,  342,  362,  341, 
+                                                343,  364,  342,  342,  364,  363,  365,  343,  344,  343,  365,  364, 
+                                                366,  344,  345,  344,  366,  365,  346,  366,  345,  366,  346,  367, 
+                                                367,  347,  368,  347,  367,  346,  368,  347,  369,  347,  348,  369, 
+                                                369,  348,  370,  348,  349,  370,  350,  371,  349,  349,  371,  370, 
+                                                351,  371,  350,  371,  351,  372,  352,  372,  351,  372,  352,  373, 
+                                                352,  374,  373,  374,  352,  353,  375,  374,  353,  353,  354,  375, 
+                                                375,  354,  376,  354,  355,  376,  356,  376,  355,  376,  356,  377, 
+                                                357,  378,  358,  358,  378,  379,  359,  378,  357,  378,  359,  380, 
+                                                360,  380,  359,  380,  360,  381,  360,  382,  381,  382,  360,  361, 
+                                                382,  362,  383,  362,  382,  361,  363,  384,  362,  383,  362,  384, 
+                                                364,  384,  363,  384,  364,  385,  365,  385,  364,  385,  365,  386, 
+                                                387,  365,  366,  365,  387,  386,  367,  387,  366,  387,  367,  388, 
+                                                388,  367,  389,  367,  368,  389,  389,  369,  390,  369,  389,  368, 
+                                                370,  390,  369,  390,  370,  391,  371,  392,  370,  370,  392,  391, 
+                                                372,  392,  371,  392,  372,  393,  394,  372,  373,  372,  394,  393, 
+                                                394,  374,  395,  374,  394,  373,  395,  375,  396,  375,  395,  374, 
+                                                396,  375,  397,  375,  376,  397,  377,  397,  376,  397,  377,  398, 
+                                                 1,   3,  399,   4,   1,  400,   7,   4,  401,   8,   7,  402, 
+                                                10,   8,  403,  12,  10,  404,  14,  12,  405,  17,  14,  406, 
+                                                18,  17,  407,  21,  18,  408,  22,  21,  409,  24,  22,  410, 
+                                                27,  24,  411,  28,  27,  412,  31,  28,  413,  32,  31,  414, 
+                                                34,  32,  415,  36,  34,  416,  38,  36,  417,  41,  38,  418, 
+                                                379,  378,  419,  378,  380,  420,  380,  381,  421,  381,  382,  422, 
+                                                382,  383,  423,  383,  384,  424,  384,  385,  425,  385,  386,  426, 
+                                                386,  387,  427,  387,  388,  428,  388,  389,  429,  389,  390,  430, 
+                                                390,  391,  431,  391,  392,  432,  392,  393,  433,  393,  394,  434, 
+                                                394,  395,  435,  395,  396,  436,  396,  397,  437,  397,  398,  438
+                                       ]
+                               }
+                       ]
+               }
+       ], 
+       "materials": [
+               {
+                       "id": "lambert1", 
+                       "diffuse": [ 0.500000,  0.500000,  0.500000]
+               }
+       ], 
+       "nodes": [
+               {
+                       "id": "space", 
+                       "parts": [
+                               {
+                                       "meshpartid": "shape1_part1", 
+                                       "materialid": "lambert1", 
+                                       "uvMapping": [[]]
+                               }
+                       ]
+               }
+       ], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/shapes/teapot.g3dj b/tests/gdx-tests-android/assets/data/g3d/shapes/teapot.g3dj
new file mode 100644 (file)
index 0000000..c56f501
--- /dev/null
@@ -0,0 +1,2864 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [
+               {
+                       "attributes": ["POSITION", "NORMAL", "TANGENT", "BINORMAL", "TEXCOORD0"], 
+                       "vertices": [
+                                2.372122,  4.066495,  0.000000, -0.966742, -0.255753, -0.000000,  0.012899, -0.048757, -0.998727,  0.255427, -0.965512,  0.050435,  2.000000, -1.000000, 
+                                2.188282,  4.066495,  0.931058, -0.893014, -0.256346, -0.369882,  0.370017,  0.049579, -0.927701,  0.256151, -0.965313,  0.050578,  1.750000, -1.000000, 
+                                2.157754,  4.191587,  0.918069, -0.893437,  0.255995, -0.369102,  0.369266, -0.049282, -0.928016, -0.255758, -0.965421, -0.050500,  1.750000, -0.975000, 
+                                2.157754,  4.191587,  0.918069, -0.893437,  0.255995, -0.369102,  0.369266, -0.049282, -0.928016, -0.255758, -0.965421, -0.050500,  1.750000, -0.975000, 
+                                2.339028,  4.191587,  0.000000, -0.966824,  0.255443, -0.000000,  0.012868,  0.048702, -0.998730, -0.255119, -0.965597, -0.050374,  2.000000, -0.975000, 
+                                2.372122,  4.066495,  0.000000, -0.966742, -0.255753, -0.000000,  0.012899, -0.048757, -0.998727,  0.255427, -0.965512,  0.050435,  2.000000, -1.000000, 
+                                2.339028,  4.191587,  0.000000, -0.966824,  0.255443, -0.000000,  0.012868,  0.048702, -0.998731, -0.255119, -0.965597, -0.050374,  2.000000, -0.975000, 
+                                2.157754,  4.191587,  0.918069, -0.893437,  0.255995, -0.369102,  0.369266, -0.049282, -0.928016, -0.255758, -0.965421, -0.050500,  1.750000, -0.975000, 
+                                2.193167,  4.233284,  0.933136, -0.083881,  0.995843, -0.035508,  0.195305, -0.018513, -0.980568, -0.977149, -0.089185, -0.192940,  1.750000, -0.950000, 
+                                2.193167,  4.233284,  0.933136, -0.083881,  0.995843, -0.035508,  0.195305, -0.018513, -0.980568, -0.977149, -0.089185, -0.192940,  1.750000, -0.950000, 
+                                2.377417,  4.233284,  0.000000, -0.092053,  0.995754, -0.000000,  0.192101,  0.017759, -0.981214, -0.977048, -0.090324, -0.192921,  2.000000, -0.950000, 
+                                2.339028,  4.191587,  0.000000, -0.966824,  0.255443, -0.000000,  0.012868,  0.048703, -0.998730, -0.255119, -0.965597, -0.050374,  2.000000, -0.975000, 
+                                2.377417,  4.233284,  0.000000, -0.092053,  0.995754, -0.000000,  0.192101,  0.017759, -0.981214, -0.977048, -0.090324, -0.192921,  2.000000, -0.950000, 
+                                2.193167,  4.233284,  0.933136, -0.083881,  0.995843, -0.035508,  0.195305, -0.018513, -0.980568, -0.977149, -0.089185, -0.192940,  1.750000, -0.950000, 
+                                2.265214,  4.191588,  0.963790,  0.629722,  0.731862,  0.260438,  0.280303,  0.098602, -0.954834, -0.724486,  0.674282, -0.143051,  1.750000, -0.925000, 
+                                2.265214,  4.191588,  0.963790,  0.629722,  0.731862,  0.260438,  0.280303,  0.098601, -0.954834, -0.724486,  0.674282, -0.143052,  1.750000, -0.925000, 
+                                2.455517,  4.191587,  0.000000,  0.682049,  0.731307,  0.000000,  0.104516, -0.097476, -0.989735, -0.723800,  0.675048, -0.142916,  2.000000, -0.925000, 
+                                2.377417,  4.233284,  0.000000, -0.092053,  0.995754, -0.000000,  0.192102,  0.017759, -0.981214, -0.977048, -0.090324, -0.192921,  2.000000, -0.950000, 
+                                2.455517,  4.191587,  0.000000,  0.682049,  0.731307,  0.000000,  0.104516, -0.097476, -0.989735, -0.723800,  0.675048, -0.142916,  2.000000, -0.925000, 
+                                2.265214,  4.191588,  0.963790,  0.629722,  0.731862,  0.260438,  0.280303,  0.098601, -0.954834, -0.724486,  0.674282, -0.143052,  1.750000, -0.925000, 
+                                2.344588,  4.066495,  0.997562,  0.803725,  0.493370,  0.332584,  0.335744,  0.085417, -0.938072, -0.491225,  0.865616, -0.096994,  1.750000, -0.900000, 
+                                2.344588,  4.066495,  0.997562,  0.803725,  0.493370,  0.332584,  0.335744,  0.085418, -0.938073, -0.491225,  0.865616, -0.096993,  1.750000, -0.900000, 
+                                2.541559,  4.066495,  0.000000,  0.870301,  0.492520,  0.000000,  0.047672, -0.084239, -0.995305, -0.490208,  0.866214, -0.096793,  2.000000, -0.900000, 
+                                2.455517,  4.191587,  0.000000,  0.682049,  0.731307,  0.000000,  0.104515, -0.097476, -0.989735, -0.723800,  0.675048, -0.142916,  2.000000, -0.925000, 
+                                2.188282,  4.066495,  0.931058, -0.893014, -0.256346, -0.369882,  0.394278, -0.049424, -0.917661,  0.216958, -0.965321,  0.145208,  1.750000, -1.000000, 
+                                1.684206,  4.066495,  1.684207, -0.683407, -0.256732, -0.683406,  0.696973,  0.049093, -0.715415,  0.217220, -0.965235,  0.145384,  1.500000, -1.000000, 
+                                1.660710,  4.191587,  1.660710, -0.683531,  0.256067, -0.683531,  0.697025, -0.048976, -0.715373, -0.216660, -0.965418, -0.145008,  1.500000, -0.975000, 
+                                1.660710,  4.191587,  1.660710, -0.683531,  0.256067, -0.683531,  0.697025, -0.048976, -0.715373, -0.216660, -0.965418, -0.145008,  1.500000, -0.975000, 
+                                2.157754,  4.191587,  0.918069, -0.893437,  0.255995, -0.369102,  0.393461,  0.049595, -0.918003, -0.216698, -0.965405, -0.145034,  1.750000, -0.975000, 
+                                2.188282,  4.066495,  0.931058, -0.893014, -0.256346, -0.369882,  0.394278, -0.049424, -0.917661,  0.216958, -0.965321,  0.145208,  1.750000, -1.000000, 
+                                2.157754,  4.191587,  0.918069, -0.893437,  0.255995, -0.369102,  0.393461,  0.049595, -0.918003, -0.216698, -0.965405, -0.145034,  1.750000, -0.975000, 
+                                1.660710,  4.191587,  1.660710, -0.683531,  0.256067, -0.683531,  0.697025, -0.048976, -0.715373, -0.216660, -0.965418, -0.145008,  1.500000, -0.975000, 
+                                1.687966,  4.233284,  1.687965, -0.064926,  0.995776, -0.064926,  0.557457, -0.017771, -0.830016, -0.827663, -0.090083, -0.553948,  1.500000, -0.950000, 
+                                1.687966,  4.233284,  1.687965, -0.064926,  0.995776, -0.064926,  0.557457, -0.017771, -0.830016, -0.827663, -0.090083, -0.553948,  1.500000, -0.950000, 
+                                2.193167,  4.233284,  0.933136, -0.083881,  0.995843, -0.035508,  0.554853,  0.017078, -0.831773, -0.827709, -0.089471, -0.553979,  1.750000, -0.950000, 
+                                2.157754,  4.191587,  0.918069, -0.893437,  0.255995, -0.369102,  0.393461,  0.049595, -0.918003, -0.216698, -0.965405, -0.145034,  1.750000, -0.975000, 
+                                2.193167,  4.233284,  0.933136, -0.083881,  0.995843, -0.035508,  0.554853,  0.017078, -0.831773, -0.827709, -0.089471, -0.553979,  1.750000, -0.950000, 
+                                1.687966,  4.233284,  1.687965, -0.064926,  0.995776, -0.064926,  0.557457, -0.017771, -0.830016, -0.827663, -0.090083, -0.553948,  1.500000, -0.950000, 
+                                1.743417,  4.191587,  1.743417,  0.481397,  0.732471,  0.481397,  0.625398,  0.097768, -0.774157, -0.614113,  0.673742, -0.411020,  1.500000, -0.925000, 
+                                1.743417,  4.191587,  1.743417,  0.481397,  0.732471,  0.481397,  0.625397,  0.097769, -0.774157, -0.614113,  0.673742, -0.411020,  1.500000, -0.925000, 
+                                2.265214,  4.191588,  0.963790,  0.629722,  0.731862,  0.260438,  0.476221, -0.098828, -0.873754, -0.613729,  0.674249, -0.410762,  1.750000, -0.925000, 
+                                2.193167,  4.233284,  0.933136, -0.083881,  0.995843, -0.035508,  0.554852,  0.017078, -0.831773, -0.827709, -0.089471, -0.553978,  1.750000, -0.950000, 
+                                2.265214,  4.191588,  0.963790,  0.629722,  0.731862,  0.260438,  0.476221, -0.098828, -0.873754, -0.613729,  0.674249, -0.410762,  1.750000, -0.925000, 
+                                1.743417,  4.191587,  1.743417,  0.481397,  0.732471,  0.481397,  0.625397,  0.097769, -0.774157, -0.614113,  0.673742, -0.411020,  1.500000, -0.925000, 
+                                1.804507,  4.066494,  1.804507,  0.614804,  0.493997,  0.614804,  0.669721,  0.084688, -0.737768, -0.416522,  0.865329, -0.278773,  1.500000, -0.900000, 
+                                1.804507,  4.066494,  1.804507,  0.614804,  0.493997,  0.614804,  0.669721,  0.084688, -0.737768, -0.416522,  0.865329, -0.278774,  1.500000, -0.900000, 
+                                2.344588,  4.066495,  0.997562,  0.803725,  0.493370,  0.332584,  0.425293, -0.085445, -0.901013, -0.416115,  0.865613, -0.278501,  1.750000, -0.900000, 
+                                2.265214,  4.191588,  0.963790,  0.629722,  0.731862,  0.260438,  0.476222, -0.098828, -0.873754, -0.613728,  0.674249, -0.410763,  1.750000, -0.925000, 
+                                1.684206,  4.066495,  1.684207, -0.683407, -0.256732, -0.683406,  0.715415, -0.049093, -0.696973,  0.145384, -0.965235,  0.217220,  1.500000, -1.000000, 
+                                0.931058,  4.066495,  2.188282, -0.369882, -0.256346, -0.893014,  0.917661,  0.049424, -0.394278,  0.145208, -0.965321,  0.216958,  1.250000, -1.000000, 
+                                0.918069,  4.191587,  2.157754, -0.369102,  0.255995, -0.893438,  0.918003, -0.049595, -0.393461, -0.145034, -0.965405, -0.216699,  1.250000, -0.975000, 
+                                0.918069,  4.191587,  2.157754, -0.369102,  0.255995, -0.893438,  0.918003, -0.049596, -0.393461, -0.145035, -0.965405, -0.216698,  1.250000, -0.975000, 
+                                1.660710,  4.191587,  1.660710, -0.683531,  0.256067, -0.683531,  0.715372,  0.048975, -0.697025, -0.145009, -0.965418, -0.216659,  1.500000, -0.975000, 
+                                1.684206,  4.066495,  1.684207, -0.683407, -0.256732, -0.683406,  0.715415, -0.049094, -0.696973,  0.145384, -0.965235,  0.217221,  1.500000, -1.000000, 
+                                1.660710,  4.191587,  1.660710, -0.683531,  0.256067, -0.683531,  0.715372,  0.048975, -0.697025, -0.145009, -0.965418, -0.216659,  1.500000, -0.975000, 
+                                0.918069,  4.191587,  2.157754, -0.369102,  0.255995, -0.893438,  0.918003, -0.049596, -0.393461, -0.145035, -0.965405, -0.216698,  1.250000, -0.975000, 
+                                0.933136,  4.233285,  2.193167, -0.035508,  0.995843, -0.083880,  0.831773, -0.017077, -0.554853, -0.553979, -0.089471, -0.827709,  1.250000, -0.950000, 
+                                0.933136,  4.233285,  2.193167, -0.035508,  0.995843, -0.083880,  0.831773, -0.017077, -0.554853, -0.553979, -0.089471, -0.827709,  1.250000, -0.950000, 
+                                1.687966,  4.233284,  1.687965, -0.064926,  0.995776, -0.064926,  0.830016,  0.017771, -0.557457, -0.553948, -0.090083, -0.827663,  1.500000, -0.950000, 
+                                1.660710,  4.191587,  1.660710, -0.683531,  0.256067, -0.683531,  0.715372,  0.048975, -0.697025, -0.145009, -0.965418, -0.216659,  1.500000, -0.975000, 
+                                1.687966,  4.233284,  1.687965, -0.064926,  0.995776, -0.064926,  0.830016,  0.017771, -0.557457, -0.553948, -0.090083, -0.827663,  1.500000, -0.950000, 
+                                0.933136,  4.233285,  2.193167, -0.035508,  0.995843, -0.083880,  0.831773, -0.017077, -0.554853, -0.553979, -0.089471, -0.827709,  1.250000, -0.950000, 
+                                0.963790,  4.191587,  2.265214,  0.260439,  0.731861,  0.629723,  0.873754,  0.098828, -0.476222, -0.410762,  0.674249, -0.613728,  1.250000, -0.925000, 
+                                0.963790,  4.191587,  2.265214,  0.260439,  0.731861,  0.629723,  0.873754,  0.098828, -0.476222, -0.410763,  0.674249, -0.613728,  1.250000, -0.925000, 
+                                1.743417,  4.191587,  1.743417,  0.481397,  0.732471,  0.481397,  0.774157, -0.097768, -0.625398, -0.411020,  0.673742, -0.614113,  1.500000, -0.925000, 
+                                1.687966,  4.233284,  1.687965, -0.064926,  0.995776, -0.064926,  0.830016,  0.017771, -0.557457, -0.553948, -0.090083, -0.827663,  1.500000, -0.950000, 
+                                1.743417,  4.191587,  1.743417,  0.481397,  0.732471,  0.481397,  0.774157, -0.097768, -0.625398, -0.411020,  0.673742, -0.614113,  1.500000, -0.925000, 
+                                0.963790,  4.191587,  2.265214,  0.260439,  0.731861,  0.629723,  0.873754,  0.098828, -0.476222, -0.410762,  0.674249, -0.613728,  1.250000, -0.925000, 
+                                0.997562,  4.066495,  2.344588,  0.332584,  0.493370,  0.803725,  0.901013,  0.085445, -0.425293, -0.278501,  0.865613, -0.416115,  1.250000, -0.900000, 
+                                0.997562,  4.066495,  2.344588,  0.332584,  0.493370,  0.803725,  0.901013,  0.085445, -0.425293, -0.278501,  0.865613, -0.416115,  1.250000, -0.900000, 
+                                1.804507,  4.066494,  1.804507,  0.614804,  0.493997,  0.614804,  0.737768, -0.084688, -0.669721, -0.278774,  0.865329, -0.416522,  1.500000, -0.900000, 
+                                1.743417,  4.191587,  1.743417,  0.481397,  0.732471,  0.481397,  0.774157, -0.097768, -0.625397, -0.411020,  0.673742, -0.614113,  1.500000, -0.925000, 
+                                0.931058,  4.066495,  2.188282, -0.369882, -0.256346, -0.893014,  0.927701, -0.049579, -0.370017,  0.050578, -0.965313,  0.256151,  1.250000, -1.000000, 
+                                0.000000,  4.066495,  2.372122, -0.002848, -0.257863, -0.966177,  0.998704,  0.048371, -0.015854,  0.050823, -0.964970,  0.257391,  1.000000, -1.000000, 
+                                0.000000,  4.191586,  2.339028, -0.001923,  0.254736, -0.967009,  0.998737, -0.048071, -0.014649, -0.050216, -0.965815, -0.254322,  1.000000, -0.975000, 
+                                0.000000,  4.191586,  2.339028, -0.001923,  0.254736, -0.967009,  0.998737, -0.048070, -0.014649, -0.050215, -0.965815, -0.254322,  1.000000, -0.975000, 
+                                0.918069,  4.191587,  2.157754, -0.369102,  0.255995, -0.893438,  0.928016,  0.049283, -0.369266, -0.050499, -0.965421, -0.255758,  1.250000, -0.975000, 
+                                0.931058,  4.066495,  2.188282, -0.369882, -0.256346, -0.893014,  0.927701, -0.049578, -0.370017,  0.050578, -0.965313,  0.256150,  1.250000, -1.000000, 
+                                0.918069,  4.191587,  2.157754, -0.369102,  0.255995, -0.893438,  0.928016,  0.049283, -0.369266, -0.050499, -0.965421, -0.255758,  1.250000, -0.975000, 
+                                0.000000,  4.191586,  2.339028, -0.001923,  0.254736, -0.967009,  0.998737, -0.048070, -0.014649, -0.050215, -0.965815, -0.254322,  1.000000, -0.975000, 
+                                0.000000,  4.233285,  2.377417, -0.000266,  0.995734, -0.092272,  0.981215, -0.017541, -0.192116, -0.192915, -0.090589, -0.977025,  1.000000, -0.950000, 
+                                0.000000,  4.233285,  2.377417, -0.000266,  0.995734, -0.092272,  0.981215, -0.017541, -0.192117, -0.192916, -0.090589, -0.977025,  1.000000, -0.950000, 
+                                0.933136,  4.233285,  2.193167, -0.035508,  0.995843, -0.083880,  0.980568,  0.018513, -0.195305, -0.192940, -0.089185, -0.977149,  1.250000, -0.950000, 
+                                0.918069,  4.191587,  2.157754, -0.369102,  0.255995, -0.893438,  0.928016,  0.049282, -0.369266, -0.050500, -0.965421, -0.255758,  1.250000, -0.975000, 
+                                0.933136,  4.233285,  2.193167, -0.035508,  0.995843, -0.083880,  0.980568,  0.018513, -0.195305, -0.192940, -0.089185, -0.977149,  1.250000, -0.950000, 
+                                0.000000,  4.233285,  2.377417, -0.000266,  0.995734, -0.092272,  0.981215, -0.017541, -0.192117, -0.192916, -0.090589, -0.977025,  1.000000, -0.950000, 
+                                0.000000,  4.191587,  2.455517,  0.000024,  0.731296,  0.682060,  0.989735,  0.097458, -0.104528, -0.142913,  0.675061, -0.723787,  1.000000, -0.925000, 
+                                0.000000,  4.191587,  2.455517,  0.000024,  0.731296,  0.682060,  0.989735,  0.097458, -0.104528, -0.142914,  0.675061, -0.723787,  1.000000, -0.925000, 
+                                0.963790,  4.191587,  2.265214,  0.260439,  0.731861,  0.629723,  0.954834, -0.098601, -0.280303, -0.143052,  0.674282, -0.724486,  1.250000, -0.925000, 
+                                0.933136,  4.233285,  2.193167, -0.035508,  0.995843, -0.083880,  0.980568,  0.018513, -0.195305, -0.192941, -0.089185, -0.977149,  1.250000, -0.950000, 
+                                0.963790,  4.191587,  2.265214,  0.260439,  0.731861,  0.629723,  0.954834, -0.098601, -0.280303, -0.143052,  0.674282, -0.724486,  1.250000, -0.925000, 
+                                0.000000,  4.191587,  2.455517,  0.000024,  0.731296,  0.682060,  0.989735,  0.097458, -0.104528, -0.142914,  0.675061, -0.723787,  1.000000, -0.925000, 
+                                0.000000,  4.066495,  2.541559, -0.000000,  0.492520,  0.870301,  0.995305,  0.084239, -0.047672, -0.096793,  0.866215, -0.490208,  1.000000, -0.900000, 
+                                0.000000,  4.066495,  2.541559, -0.000000,  0.492520,  0.870301,  0.995305,  0.084239, -0.047672, -0.096793,  0.866215, -0.490208,  1.000000, -0.900000, 
+                                0.997562,  4.066495,  2.344588,  0.332584,  0.493370,  0.803725,  0.938073, -0.085418, -0.335744, -0.096994,  0.865615, -0.491225,  1.250000, -0.900000, 
+                                0.963790,  4.191587,  2.265214,  0.260439,  0.731861,  0.629723,  0.954834, -0.098601, -0.280303, -0.143051,  0.674282, -0.724486,  1.250000, -0.925000, 
+                                0.000000,  4.066495,  2.372122, -0.002848, -0.257863, -0.966177,  0.998863, -0.046720,  0.009525, -0.047595, -0.965051,  0.257703,  1.000000, -1.000000, 
+                               -0.995391,  4.066495,  2.188282,  0.379058, -0.359301, -0.852771,  0.922954,  0.080209,  0.376459, -0.066862, -0.929768,  0.362022,  0.750000, -1.000000, 
+                               -0.945209,  4.191586,  2.157754,  0.377110,  0.149083, -0.914091,  0.925755, -0.031197,  0.376834,  0.027663, -0.988332, -0.149779,  0.750000, -0.975000, 
+                               -0.945209,  4.191586,  2.157754,  0.377110,  0.149083, -0.914091,  0.925725, -0.030145,  0.376994,  0.028648, -0.988365, -0.149378,  0.750000, -0.975000, 
+                                0.000000,  4.191586,  2.339028, -0.001923,  0.254736, -0.967009,  0.998806,  0.047692,  0.010577,  0.048813, -0.965834, -0.254524,  1.000000, -0.975000, 
+                                0.000000,  4.066495,  2.372122, -0.002848, -0.257863, -0.966177,  0.998774, -0.048482,  0.009995, -0.049420, -0.964964,  0.257685,  1.000000, -1.000000, 
+                                0.000000,  4.191586,  2.339028, -0.001923,  0.254736, -0.967009,  0.998806,  0.047692,  0.010577,  0.048813, -0.965834, -0.254524,  1.000000, -0.975000, 
+                               -0.945209,  4.191586,  2.157754,  0.377110,  0.149083, -0.914091,  0.925725, -0.030145,  0.376994,  0.028648, -0.988365, -0.149378,  0.750000, -0.975000, 
+                               -0.941178,  4.233284,  2.193167,  0.027504,  0.992081, -0.122555,  0.982002, -0.003897,  0.188833,  0.186860, -0.125543, -0.974332,  0.750000, -0.950000, 
+                               -0.941178,  4.233284,  2.193167,  0.027504,  0.992081, -0.122555,  0.981283, -0.003419,  0.192542,  0.190598, -0.125557, -0.973606,  0.750000, -0.950000, 
+                                0.000000,  4.233285,  2.377417, -0.000266,  0.995734, -0.092272,  0.981526,  0.017914,  0.190490,  0.191330, -0.090516, -0.977343,  1.000000, -0.950000, 
+                                0.000000,  4.191586,  2.339028, -0.001923,  0.254736, -0.967009,  0.998756,  0.048671,  0.010835,  0.049826, -0.965785, -0.254513,  1.000000, -0.975000, 
+                                0.000000,  4.233285,  2.377417, -0.000266,  0.995734, -0.092272,  0.981526,  0.017914,  0.190490,  0.191330, -0.090516, -0.977343,  1.000000, -0.950000, 
+                               -0.941178,  4.233284,  2.193167,  0.027504,  0.992081, -0.122555,  0.981283, -0.003419,  0.192542,  0.190598, -0.125557, -0.973606,  0.750000, -0.950000, 
+                               -0.964796,  4.191587,  2.265214, -0.261009,  0.726763,  0.635365,  0.954999,  0.098334,  0.279836,  0.140896,  0.679813, -0.719724,  0.750000, -0.925000, 
+                               -0.964796,  4.191587,  2.265214, -0.261009,  0.726763,  0.635365,  0.954849,  0.097616,  0.280596,  0.141905,  0.679916, -0.719428,  0.750000, -0.925000, 
+                                0.000000,  4.191587,  2.455517,  0.000024,  0.731296,  0.682060,  0.989756, -0.097394,  0.104390,  0.142769,  0.675071, -0.723807,  1.000000, -0.925000, 
+                                0.000000,  4.233285,  2.377417, -0.000266,  0.995734, -0.092272,  0.981253,  0.018043,  0.191878,  0.192724, -0.090491, -0.977072,  1.000000, -0.950000, 
+                                0.000000,  4.191587,  2.455517,  0.000024,  0.731296,  0.682060,  0.989756, -0.097394,  0.104390,  0.142769,  0.675071, -0.723807,  1.000000, -0.925000, 
+                               -0.964796,  4.191587,  2.265214, -0.261009,  0.726763,  0.635365,  0.954849,  0.097616,  0.280596,  0.141905,  0.679916, -0.719428,  0.750000, -0.925000, 
+                               -0.997562,  4.066495,  2.344588, -0.332485,  0.492546,  0.804271,  0.938134,  0.085257,  0.335611,  0.096734,  0.866100, -0.490421,  0.750000, -0.900000, 
+                               -0.997562,  4.066495,  2.344588, -0.332485,  0.492546,  0.804271,  0.938125,  0.085170,  0.335661,  0.096828,  0.866109, -0.490387,  0.750000, -0.900000, 
+                                0.000000,  4.066495,  2.541559, -0.000000,  0.492520,  0.870301,  0.995305, -0.084239,  0.047672,  0.096793,  0.866215, -0.490208,  1.000000, -0.900000, 
+                                0.000000,  4.191587,  2.455517,  0.000024,  0.731296,  0.682060,  0.989735, -0.097494,  0.104497,  0.142914,  0.675056, -0.723792,  1.000000, -0.925000, 
+                               -0.995391,  4.066495,  2.188282,  0.379058, -0.359301, -0.852771,  0.902629, -0.059497,  0.426288, -0.203903, -0.931323,  0.301763,  0.750000, -1.000000, 
+                               -1.741391,  4.066495,  1.684206,  0.663547, -0.410792, -0.625264,  0.710360,  0.083735,  0.698840, -0.234721, -0.907876,  0.347373,  0.500000, -1.000000, 
+                               -1.684835,  4.191587,  1.660710,  0.712664,  0.073723, -0.697621,  0.700240, -0.015042,  0.713749,  0.042126, -0.997165, -0.062344,  0.500000, -0.975000, 
+                               -1.684835,  4.191587,  1.660710,  0.712664,  0.073723, -0.697621,  0.700248, -0.015237,  0.713737,  0.041989, -0.997162, -0.062483,  0.500000, -0.975000, 
+                               -0.945209,  4.191586,  2.157754,  0.377110,  0.149083, -0.914091,  0.922277,  0.029933,  0.385369,  0.084814, -0.988371, -0.126208,  0.750000, -0.975000, 
+                               -0.995391,  4.066495,  2.188282,  0.379058, -0.359301, -0.852771,  0.902819, -0.058626,  0.426005, -0.203059, -0.931378,  0.302161,  0.750000, -1.000000, 
+                               -0.945209,  4.191586,  2.157754,  0.377110,  0.149083, -0.914091,  0.922277,  0.029933,  0.385369,  0.084814, -0.988371, -0.126208,  0.750000, -0.975000, 
+                               -1.684835,  4.191587,  1.660710,  0.712664,  0.073723, -0.697621,  0.700248, -0.015237,  0.713737,  0.041989, -0.997162, -0.062483,  0.500000, -0.975000, 
+                               -1.695114,  4.233284,  1.687965,  0.099728,  0.987509, -0.121984,  0.828614, -0.014551,  0.559631,  0.550865, -0.156888, -0.819715,  0.500000, -0.950000, 
+                               -1.695114,  4.233284,  1.687965,  0.099728,  0.987509, -0.121984,  0.829340, -0.014758,  0.558550,  0.549773, -0.156869, -0.820452,  0.500000, -0.950000, 
+                               -0.941178,  4.233284,  2.193167,  0.027504,  0.992081, -0.122555,  0.832843,  0.045061,  0.551672,  0.552825, -0.117242, -0.825008,  0.750000, -0.950000, 
+                               -0.945209,  4.191586,  2.157754,  0.377110,  0.149083, -0.914091,  0.922294,  0.029729,  0.385343,  0.084623, -0.988378, -0.126287,  0.750000, -0.975000, 
+                               -1.744310,  4.191587,  1.743417, -0.487319,  0.723756,  0.488567,  0.772841,  0.097023,  0.627139,  0.406493,  0.683201, -0.606630,  0.500000, -0.925000, 
+                               -1.744310,  4.191587,  1.743417, -0.487319,  0.723756,  0.488567,  0.772986,  0.097265,  0.626923,  0.406219,  0.683167, -0.606852,  0.500000, -0.925000, 
+                               -0.964796,  4.191587,  2.265214, -0.261009,  0.726763,  0.635365,  0.874834, -0.100163,  0.473955,  0.408094,  0.679546, -0.609653,  0.750000, -0.925000, 
+                               -0.941178,  4.233284,  2.193167,  0.027504,  0.992081, -0.122555,  0.833108,  0.045005,  0.551277,  0.552427, -0.117264, -0.825272,  0.750000, -0.950000, 
+                               -1.804507,  4.066494,  1.804507, -0.615242,  0.492602,  0.615484,  0.737691,  0.084412,  0.669841,  0.278010,  0.866151, -0.415322,  0.500000, -0.900000, 
+                               -1.804507,  4.066494,  1.804507, -0.615242,  0.492602,  0.615484,  0.737700,  0.084442,  0.669827,  0.277986,  0.866148, -0.415344,  0.500000, -0.900000, 
+                               -0.997562,  4.066495,  2.344588, -0.332485,  0.492546,  0.804271,  0.901187, -0.085501,  0.424913,  0.278055,  0.866076, -0.415448,  0.750000, -0.900000, 
+                               -0.964796,  4.191587,  2.265214, -0.261009,  0.726763,  0.635365,  0.874854, -0.100130,  0.473925,  0.408051,  0.679551, -0.609677,  0.750000, -0.925000, 
+                               -1.741391,  4.066495,  1.684206,  0.663547, -0.410792, -0.625264,  0.658718, -0.075420,  0.748600, -0.354677, -0.908604,  0.220551,  0.500000, -1.000000, 
+                               -2.209727,  4.066495,  0.931058,  0.880028, -0.332907, -0.338709,  0.378208,  0.059898,  0.923781, -0.287245, -0.941055,  0.178620,  0.250000, -1.000000, 
+                               -2.166801,  4.191587,  0.918069,  0.917277,  0.167111, -0.361493,  0.371228, -0.030124,  0.928053,  0.144199, -0.985478, -0.089668,  0.250000, -0.975000, 
+                               -2.166801,  4.191587,  0.918069,  0.917277,  0.167111, -0.361493,  0.371709, -0.033424,  0.927747,  0.142954, -0.985371, -0.092776,  0.250000, -0.975000, 
+                               -1.684835,  4.191587,  1.660710,  0.712664,  0.073723, -0.697621,  0.698664,  0.014831,  0.715296,  0.063080, -0.997168, -0.040938,  0.500000, -0.975000, 
+                               -1.741391,  4.066495,  1.684206,  0.663547, -0.410792, -0.625264,  0.661600, -0.067978,  0.746769, -0.349272, -0.909191,  0.226673,  0.500000, -1.000000, 
+                               -2.195848,  4.233284,  0.933136,  0.113587,  0.992365, -0.048071,  0.542074, -0.021353,  0.840059,  0.832619, -0.121478, -0.540360,  0.250000, -0.950000, 
+                               -2.195848,  4.233284,  0.933136,  0.113587,  0.992365, -0.048071,  0.550359, -0.022565,  0.834623,  0.827166, -0.121259, -0.548719,  0.250000, -0.950000, 
+                               -1.695114,  4.233284,  1.687965,  0.099728,  0.987509, -0.121984,  0.558042,  0.045990,  0.828537,  0.823798, -0.150700, -0.546485,  0.500000, -0.950000, 
+                               -1.684835,  4.191587,  1.660710,  0.712664,  0.073723, -0.697621,  0.698712,  0.014063,  0.715265,  0.062542, -0.997180, -0.041489,  0.500000, -0.975000, 
+                               -1.695114,  4.233284,  1.687965,  0.099728,  0.987509, -0.121984,  0.558042,  0.045990,  0.828537,  0.823798, -0.150700, -0.546485,  0.500000, -0.950000, 
+                               -2.195848,  4.233284,  0.933136,  0.113587,  0.992365, -0.048071,  0.550359, -0.022565,  0.834623,  0.827166, -0.121259, -0.548719,  0.250000, -0.950000, 
+                               -2.265549,  4.191588,  0.963790, -0.634149,  0.727509,  0.261888,  0.473047,  0.097119,  0.875668,  0.611622,  0.679190, -0.405734,  0.250000, -0.925000, 
+                               -2.265549,  4.191588,  0.963790, -0.634149,  0.727509,  0.261888,  0.474677,  0.098931,  0.874582,  0.610358,  0.678928, -0.408069,  0.250000, -0.925000, 
+                               -1.744310,  4.191587,  1.743417, -0.487319,  0.723756,  0.488567,  0.627504, -0.098836,  0.772315,  0.607256,  0.682941, -0.405995,  0.500000, -0.925000, 
+                               -1.695114,  4.233284,  1.687965,  0.099728,  0.987509, -0.121984,  0.560977,  0.045453,  0.826583,  0.821803, -0.150863, -0.549437,  0.500000, -0.950000, 
+                               -1.744310,  4.191587,  1.743417, -0.487319,  0.723756,  0.488567,  0.627504, -0.098836,  0.772315,  0.607256,  0.682941, -0.405995,  0.500000, -0.925000, 
+                               -2.265549,  4.191588,  0.963790, -0.634149,  0.727509,  0.261888,  0.474677,  0.098931,  0.874582,  0.610358,  0.678928, -0.408069,  0.250000, -0.925000, 
+                               -2.344588,  4.066495,  0.997562, -0.804126,  0.492635,  0.332705,  0.425028,  0.085164,  0.901165,  0.415611,  0.866059, -0.277866,  0.250000, -0.900000, 
+                               -2.344588,  4.066495,  0.997562, -0.804126,  0.492635,  0.332705,  0.425133,  0.085381,  0.901095,  0.415504,  0.866038, -0.278092,  0.250000, -0.900000, 
+                               -1.804507,  4.066494,  1.804507, -0.615242,  0.492602,  0.615484,  0.670034, -0.084614,  0.737492,  0.415368,  0.866132, -0.278002,  0.500000, -0.900000, 
+                               -1.744310,  4.191587,  1.743417, -0.487319,  0.723756,  0.488567,  0.627726, -0.098587,  0.772167,  0.607026,  0.682977, -0.406277,  0.500000, -0.925000, 
+                               -2.209727,  4.066495,  0.931058,  0.880028, -0.332907, -0.338709,  0.338070, -0.061779,  0.939091, -0.333555, -0.940934,  0.058179,  0.250000, -1.000000, 
+                               -2.372122,  4.066495,  0.000000,  0.966689, -0.255739,  0.010454,  0.001322,  0.045831,  0.998948, -0.255949, -0.965659,  0.044642,  0.000000, -1.000000, 
+                               -2.339028,  4.191587,  0.000000,  0.967442,  0.252962,  0.008104,  0.003334, -0.044754,  0.998993,  0.253070, -0.966440, -0.044140,  0.000000, -0.975000, 
+                               -2.339028,  4.191587,  0.000000,  0.967442,  0.252962,  0.008104,  0.004178, -0.047978,  0.998840,  0.253058, -0.966286, -0.047473,  0.000000, -0.975000, 
+                               -2.166801,  4.191587,  0.918069,  0.917277,  0.167111, -0.361493,  0.361467,  0.031664,  0.931847,  0.167168, -0.985429, -0.031360,  0.250000, -0.975000, 
+                               -2.209727,  4.066495,  0.931058,  0.880028, -0.332907, -0.338709,  0.339530, -0.057653,  0.938827, -0.332070, -0.941195,  0.062295,  0.250000, -1.000000, 
+                               -2.166801,  4.191587,  0.918069,  0.917277,  0.167111, -0.361493,  0.361467,  0.031664,  0.931847,  0.167168, -0.985429, -0.031360,  0.250000, -0.975000, 
+                               -2.339028,  4.191587,  0.000000,  0.967442,  0.252962,  0.008104,  0.004178, -0.047978,  0.998840,  0.253058, -0.966286, -0.047473,  0.000000, -0.975000, 
+                               -2.377417,  4.233284,  0.000000,  0.093438,  0.995624,  0.001281,  0.182685, -0.018409,  0.982999,  0.978721, -0.091616, -0.183606,  0.000000, -0.950000, 
+                               -2.377417,  4.233284,  0.000000,  0.093438,  0.995624,  0.001281,  0.189247, -0.019024,  0.981745,  0.977474, -0.091490, -0.190196,  0.000000, -0.950000, 
+                               -2.195848,  4.233284,  0.933136,  0.113587,  0.992365, -0.048071,  0.193956,  0.025305,  0.980684,  0.974412, -0.120716, -0.189601,  0.250000, -0.950000, 
+                               -2.166801,  4.191587,  0.918069,  0.917277,  0.167111, -0.361493,  0.361661,  0.030516,  0.931810,  0.166747, -0.985466, -0.032446,  0.250000, -0.975000, 
+                               -2.455517,  4.191587,  0.000000, -0.682166,  0.731197, -0.000344,  0.102767,  0.096341,  0.990029,  0.723940,  0.675329, -0.140863,  0.000000, -0.925000, 
+                               -2.455517,  4.191587,  0.000000, -0.682166,  0.731197, -0.000344,  0.104077,  0.097563,  0.989772,  0.723752,  0.675153, -0.142655,  0.000000, -0.925000, 
+                               -2.265549,  4.191588,  0.963790, -0.634149,  0.727509,  0.261888,  0.281104, -0.098605,  0.954598,  0.720302,  0.678975, -0.141975,  0.250000, -0.925000, 
+                               -2.195848,  4.233284,  0.933136,  0.113587,  0.992365, -0.048071,  0.196308,  0.025013,  0.980223,  0.973941, -0.120777, -0.191968,  0.250000, -0.950000, 
+                               -2.265549,  4.191588,  0.963790, -0.634149,  0.727509,  0.261888,  0.281104, -0.098605,  0.954598,  0.720302,  0.678975, -0.141975,  0.250000, -0.925000, 
+                               -2.455517,  4.191587,  0.000000, -0.682166,  0.731197, -0.000344,  0.104077,  0.097563,  0.989772,  0.723752,  0.675153, -0.142655,  0.000000, -0.925000, 
+                               -2.541559,  4.066495,  0.000000, -0.870322,  0.492483, -0.000054,  0.047536,  0.084115,  0.995322,  0.490183,  0.866248, -0.096618,  0.000000, -0.900000, 
+                               -2.541559,  4.066495,  0.000000, -0.870322,  0.492483, -0.000054,  0.047619,  0.084262,  0.995305,  0.490175,  0.866234, -0.096786,  0.000000, -0.900000, 
+                               -2.344588,  4.066495,  0.997562, -0.804126,  0.492635,  0.332705,  0.335848, -0.085311,  0.938045,  0.490497,  0.866045, -0.096850,  0.250000, -0.900000, 
+                               -2.265549,  4.191588,  0.963790, -0.634149,  0.727509,  0.261888,  0.281282, -0.098437,  0.954563,  0.720233,  0.679000, -0.142212,  0.250000, -0.925000, 
+                               -2.372122,  4.066495,  0.000000,  0.966689, -0.255739,  0.010454, -0.022967, -0.045993,  0.998678, -0.254920, -0.965651, -0.050335,  2.000000, -1.000000, 
+                               -2.188282,  4.066495, -0.931057,  0.893014, -0.256346,  0.369882, -0.370017,  0.049579,  0.927701, -0.256151, -0.965313, -0.050578,  1.750000, -1.000000, 
+                               -2.157754,  4.191587, -0.918068,  0.893437,  0.255995,  0.369102, -0.369266, -0.049282,  0.928016,  0.255758, -0.965421,  0.050500,  1.750000, -0.975000, 
+                               -2.157754,  4.191587, -0.918068,  0.893437,  0.255995,  0.369102, -0.369266, -0.049282,  0.928016,  0.255758, -0.965421,  0.050500,  1.750000, -0.975000, 
+                               -2.339028,  4.191587,  0.000000,  0.967442,  0.252962,  0.008104, -0.020431,  0.046144,  0.998726,  0.252266, -0.966375,  0.049810,  2.000000, -0.975000, 
+                               -2.372122,  4.066495,  0.000000,  0.966689, -0.255739,  0.010454, -0.022967, -0.045993,  0.998678, -0.254920, -0.965651, -0.050334,  2.000000, -1.000000, 
+                               -2.339028,  4.191587,  0.000000,  0.967442,  0.252962,  0.008104, -0.020431,  0.046144,  0.998726,  0.252266, -0.966375,  0.049810,  2.000000, -0.975000, 
+                               -2.157754,  4.191587, -0.918068,  0.893437,  0.255995,  0.369102, -0.369266, -0.049282,  0.928016,  0.255758, -0.965421,  0.050500,  1.750000, -0.975000, 
+                               -2.193167,  4.233284, -0.933136,  0.083881,  0.995843,  0.035508, -0.195305, -0.018513,  0.980568,  0.977149, -0.089185,  0.192940,  1.750000, -0.950000, 
+                               -2.193167,  4.233284, -0.933136,  0.083881,  0.995843,  0.035508, -0.195305, -0.018513,  0.980568,  0.977149, -0.089185,  0.192940,  1.750000, -0.950000, 
+                               -2.377417,  4.233284,  0.000000,  0.093438,  0.995624,  0.001281, -0.192166,  0.016772,  0.981219,  0.976904, -0.091929,  0.192892,  2.000000, -0.950000, 
+                               -2.339028,  4.191587,  0.000000,  0.967442,  0.252962,  0.008104, -0.020431,  0.046145,  0.998726,  0.252266, -0.966375,  0.049811,  2.000000, -0.975000, 
+                               -2.377417,  4.233284,  0.000000,  0.093438,  0.995624,  0.001281, -0.192166,  0.016772,  0.981219,  0.976904, -0.091929,  0.192892,  2.000000, -0.950000, 
+                               -2.193167,  4.233284, -0.933136,  0.083881,  0.995843,  0.035508, -0.195305, -0.018513,  0.980568,  0.977149, -0.089185,  0.192940,  1.750000, -0.950000, 
+                               -2.265214,  4.191587, -0.963791, -0.629722,  0.731862, -0.260438, -0.280303,  0.098601,  0.954834,  0.724486,  0.674282,  0.143051,  1.750000, -0.925000, 
+                               -2.265214,  4.191587, -0.963791, -0.629722,  0.731862, -0.260438, -0.280303,  0.098601,  0.954834,  0.724486,  0.674282,  0.143052,  1.750000, -0.925000, 
+                               -2.455517,  4.191587,  0.000000, -0.682166,  0.731197, -0.000344, -0.104712, -0.097225,  0.989739,  0.723661,  0.675202,  0.142889,  2.000000, -0.925000, 
+                               -2.377417,  4.233284,  0.000000,  0.093438,  0.995624,  0.001281, -0.192166,  0.016772,  0.981219,  0.976904, -0.091929,  0.192892,  2.000000, -0.950000, 
+                               -2.455517,  4.191587,  0.000000, -0.682166,  0.731197, -0.000344, -0.104712, -0.097225,  0.989739,  0.723661,  0.675202,  0.142889,  2.000000, -0.925000, 
+                               -2.265214,  4.191587, -0.963791, -0.629722,  0.731862, -0.260438, -0.280303,  0.098601,  0.954834,  0.724486,  0.674282,  0.143052,  1.750000, -0.925000, 
+                               -2.344588,  4.066495, -0.997562, -0.803725,  0.493370, -0.332584, -0.335744,  0.085418,  0.938073,  0.491225,  0.865616,  0.096994,  1.750000, -0.900000, 
+                               -2.344588,  4.066495, -0.997562, -0.803725,  0.493370, -0.332584, -0.335744,  0.085418,  0.938073,  0.491225,  0.865616,  0.096993,  1.750000, -0.900000, 
+                               -2.541559,  4.066495,  0.000000, -0.870322,  0.492483, -0.000054, -0.047712, -0.084207,  0.995305,  0.490166,  0.866239,  0.096784,  2.000000, -0.900000, 
+                               -2.455517,  4.191587,  0.000000, -0.682166,  0.731197, -0.000344, -0.104712, -0.097225,  0.989739,  0.723661,  0.675202,  0.142888,  2.000000, -0.925000, 
+                               -2.188282,  4.066495, -0.931057,  0.893014, -0.256346,  0.369882, -0.394278, -0.049424,  0.917661, -0.216958, -0.965321, -0.145208,  1.750000, -1.000000, 
+                               -1.684206,  4.066495, -1.684206,  0.683407, -0.256732,  0.683406, -0.696972,  0.049094,  0.715415, -0.217221, -0.965235, -0.145384,  1.500000, -1.000000, 
+                               -1.660710,  4.191587, -1.660709,  0.683531,  0.256067,  0.683531, -0.697025, -0.048976,  0.715373,  0.216660, -0.965418,  0.145008,  1.500000, -0.975000, 
+                               -1.660710,  4.191587, -1.660709,  0.683531,  0.256067,  0.683531, -0.697025, -0.048976,  0.715373,  0.216660, -0.965418,  0.145008,  1.500000, -0.975000, 
+                               -2.157754,  4.191587, -0.918068,  0.893437,  0.255995,  0.369102, -0.393461,  0.049595,  0.918003,  0.216698, -0.965405,  0.145034,  1.750000, -0.975000, 
+                               -2.188282,  4.066495, -0.931057,  0.893014, -0.256346,  0.369882, -0.394278, -0.049424,  0.917661, -0.216958, -0.965321, -0.145208,  1.750000, -1.000000, 
+                               -2.157754,  4.191587, -0.918068,  0.893437,  0.255995,  0.369102, -0.393461,  0.049595,  0.918003,  0.216698, -0.965405,  0.145034,  1.750000, -0.975000, 
+                               -1.660710,  4.191587, -1.660709,  0.683531,  0.256067,  0.683531, -0.697025, -0.048976,  0.715373,  0.216660, -0.965418,  0.145008,  1.500000, -0.975000, 
+                               -1.687966,  4.233284, -1.687965,  0.064926,  0.995776,  0.064926, -0.557457, -0.017771,  0.830016,  0.827663, -0.090083,  0.553948,  1.500000, -0.950000, 
+                               -1.687966,  4.233284, -1.687965,  0.064926,  0.995776,  0.064926, -0.557457, -0.017771,  0.830016,  0.827663, -0.090083,  0.553948,  1.500000, -0.950000, 
+                               -2.193167,  4.233284, -0.933136,  0.083881,  0.995843,  0.035508, -0.554853,  0.017078,  0.831773,  0.827709, -0.089471,  0.553979,  1.750000, -0.950000, 
+                               -2.157754,  4.191587, -0.918068,  0.893437,  0.255995,  0.369102, -0.393461,  0.049595,  0.918003,  0.216698, -0.965405,  0.145034,  1.750000, -0.975000, 
+                               -1.743417,  4.191587, -1.743418, -0.481397,  0.732471, -0.481397, -0.625398,  0.097768,  0.774157,  0.614113,  0.673742,  0.411020,  1.500000, -0.925000, 
+                               -1.743417,  4.191587, -1.743418, -0.481397,  0.732471, -0.481397, -0.625398,  0.097768,  0.774157,  0.614113,  0.673742,  0.411020,  1.500000, -0.925000, 
+                               -2.265214,  4.191587, -0.963791, -0.629722,  0.731862, -0.260438, -0.476222, -0.098828,  0.873754,  0.613728,  0.674249,  0.410763,  1.750000, -0.925000, 
+                               -2.193167,  4.233284, -0.933136,  0.083881,  0.995843,  0.035508, -0.554852,  0.017078,  0.831774,  0.827709, -0.089471,  0.553978,  1.750000, -0.950000, 
+                               -1.804507,  4.066495, -1.804506, -0.614804,  0.493997, -0.614804, -0.669721,  0.084688,  0.737768,  0.416521,  0.865329,  0.278774,  1.500000, -0.900000, 
+                               -1.804507,  4.066495, -1.804506, -0.614804,  0.493997, -0.614804, -0.669721,  0.084687,  0.737768,  0.416521,  0.865329,  0.278774,  1.500000, -0.900000, 
+                               -2.344588,  4.066495, -0.997562, -0.803725,  0.493370, -0.332584, -0.425294, -0.085446,  0.901013,  0.416114,  0.865613,  0.278502,  1.750000, -0.900000, 
+                               -2.265214,  4.191587, -0.963791, -0.629722,  0.731862, -0.260438, -0.476222, -0.098829,  0.873754,  0.613728,  0.674249,  0.410763,  1.750000, -0.925000, 
+                               -1.684206,  4.066495, -1.684206,  0.683407, -0.256732,  0.683406, -0.715415, -0.049094,  0.696973, -0.145384, -0.965235, -0.217221,  1.500000, -1.000000, 
+                               -0.931058,  4.066495, -2.188282,  0.369882, -0.256346,  0.893014, -0.917661,  0.049424,  0.394278, -0.145208, -0.965321, -0.216958,  1.250000, -1.000000, 
+                               -0.918069,  4.191587, -2.157755,  0.369102,  0.255995,  0.893438, -0.918003, -0.049595,  0.393461,  0.145034, -0.965405,  0.216698,  1.250000, -0.975000, 
+                               -0.918069,  4.191587, -2.157755,  0.369102,  0.255995,  0.893438, -0.918003, -0.049596,  0.393461,  0.145035, -0.965405,  0.216698,  1.250000, -0.975000, 
+                               -1.660710,  4.191587, -1.660709,  0.683531,  0.256067,  0.683531, -0.715372,  0.048975,  0.697025,  0.145009, -0.965418,  0.216659,  1.500000, -0.975000, 
+                               -1.684206,  4.066495, -1.684206,  0.683407, -0.256732,  0.683406, -0.715415, -0.049093,  0.696973, -0.145384, -0.965235, -0.217220,  1.500000, -1.000000, 
+                               -1.660710,  4.191587, -1.660709,  0.683531,  0.256067,  0.683531, -0.715372,  0.048975,  0.697025,  0.145009, -0.965418,  0.216659,  1.500000, -0.975000, 
+                               -0.918069,  4.191587, -2.157755,  0.369102,  0.255995,  0.893438, -0.918003, -0.049596,  0.393461,  0.145035, -0.965405,  0.216698,  1.250000, -0.975000, 
+                               -0.933136,  4.233284, -2.193167,  0.035508,  0.995843,  0.083880, -0.831772, -0.017078,  0.554854,  0.553980, -0.089471,  0.827708,  1.250000, -0.950000, 
+                               -0.933136,  4.233284, -2.193167,  0.035508,  0.995843,  0.083880, -0.831773, -0.017077,  0.554853,  0.553979, -0.089471,  0.827709,  1.250000, -0.950000, 
+                               -1.687966,  4.233284, -1.687965,  0.064926,  0.995776,  0.064926, -0.830016,  0.017771,  0.557457,  0.553948, -0.090083,  0.827663,  1.500000, -0.950000, 
+                               -1.660710,  4.191587, -1.660709,  0.683531,  0.256067,  0.683531, -0.715372,  0.048976,  0.697025,  0.145009, -0.965418,  0.216660,  1.500000, -0.975000, 
+                               -1.687966,  4.233284, -1.687965,  0.064926,  0.995776,  0.064926, -0.830016,  0.017771,  0.557457,  0.553948, -0.090083,  0.827663,  1.500000, -0.950000, 
+                               -0.933136,  4.233284, -2.193167,  0.035508,  0.995843,  0.083880, -0.831773, -0.017077,  0.554853,  0.553979, -0.089471,  0.827709,  1.250000, -0.950000, 
+                               -0.963790,  4.191587, -2.265215, -0.260439,  0.731861, -0.629723, -0.873754,  0.098828,  0.476222,  0.410763,  0.674249,  0.613728,  1.250000, -0.925000, 
+                               -0.963790,  4.191587, -2.265215, -0.260439,  0.731861, -0.629723, -0.873754,  0.098828,  0.476222,  0.410763,  0.674249,  0.613728,  1.250000, -0.925000, 
+                               -1.743417,  4.191587, -1.743418, -0.481397,  0.732471, -0.481397, -0.774157, -0.097768,  0.625398,  0.411020,  0.673742,  0.614113,  1.500000, -0.925000, 
+                               -1.687966,  4.233284, -1.687965,  0.064926,  0.995776,  0.064926, -0.830016,  0.017771,  0.557457,  0.553948, -0.090083,  0.827663,  1.500000, -0.950000, 
+                               -1.743417,  4.191587, -1.743418, -0.481397,  0.732471, -0.481397, -0.774157, -0.097768,  0.625398,  0.411020,  0.673742,  0.614113,  1.500000, -0.925000, 
+                               -0.963790,  4.191587, -2.265215, -0.260439,  0.731861, -0.629723, -0.873754,  0.098828,  0.476222,  0.410763,  0.674249,  0.613728,  1.250000, -0.925000, 
+                               -0.997562,  4.066495, -2.344589, -0.332584,  0.493370, -0.803725, -0.901013,  0.085446,  0.425294,  0.278502,  0.865613,  0.416115,  1.250000, -0.900000, 
+                               -0.997562,  4.066495, -2.344589, -0.332584,  0.493370, -0.803725, -0.901013,  0.085446,  0.425294,  0.278502,  0.865613,  0.416114,  1.250000, -0.900000, 
+                               -1.804507,  4.066495, -1.804506, -0.614804,  0.493997, -0.614804, -0.737768, -0.084687,  0.669721,  0.278775,  0.865329,  0.416521,  1.500000, -0.900000, 
+                               -1.743417,  4.191587, -1.743418, -0.481397,  0.732471, -0.481397, -0.774157, -0.097767,  0.625398,  0.411021,  0.673742,  0.614112,  1.500000, -0.925000, 
+                               -0.931058,  4.066495, -2.188282,  0.369882, -0.256346,  0.893014, -0.927701, -0.049579,  0.370017, -0.050578, -0.965313, -0.256151,  1.250000, -1.000000, 
+                                0.000000,  4.066495, -2.372122, -0.000000, -0.255753,  0.966742, -0.998727,  0.048757,  0.012899, -0.050435, -0.965512, -0.255427,  1.000000, -1.000000, 
+                                0.000000,  4.191587, -2.339029, -0.000000,  0.255443,  0.966824, -0.998730, -0.048703,  0.012867,  0.050374, -0.965597,  0.255119,  1.000000, -0.975000, 
+                                0.000000,  4.191587, -2.339029, -0.000000,  0.255443,  0.966824, -0.998731, -0.048703,  0.012867,  0.050374, -0.965597,  0.255119,  1.000000, -0.975000, 
+                               -0.918069,  4.191587, -2.157755,  0.369102,  0.255995,  0.893438, -0.928016,  0.049282,  0.369266,  0.050500, -0.965421,  0.255758,  1.250000, -0.975000, 
+                               -0.931058,  4.066495, -2.188282,  0.369882, -0.256346,  0.893014, -0.927701, -0.049579,  0.370017, -0.050577, -0.965313, -0.256151,  1.250000, -1.000000, 
+                               -0.918069,  4.191587, -2.157755,  0.369102,  0.255995,  0.893438, -0.928016,  0.049282,  0.369266,  0.050500, -0.965421,  0.255758,  1.250000, -0.975000, 
+                                0.000000,  4.191587, -2.339029, -0.000000,  0.255443,  0.966824, -0.998731, -0.048703,  0.012867,  0.050374, -0.965597,  0.255119,  1.000000, -0.975000, 
+                                0.000000,  4.233284, -2.377417, -0.000000,  0.995754,  0.092053, -0.981215, -0.017759,  0.192101,  0.192920, -0.090324,  0.977048,  1.000000, -0.950000, 
+                                0.000000,  4.233284, -2.377417, -0.000000,  0.995754,  0.092053, -0.981214, -0.017759,  0.192101,  0.192920, -0.090324,  0.977048,  1.000000, -0.950000, 
+                               -0.933136,  4.233284, -2.193167,  0.035508,  0.995843,  0.083880, -0.980568,  0.018513,  0.195305,  0.192940, -0.089185,  0.977149,  1.250000, -0.950000, 
+                               -0.918069,  4.191587, -2.157755,  0.369102,  0.255995,  0.893438, -0.928016,  0.049282,  0.369266,  0.050500, -0.965421,  0.255758,  1.250000, -0.975000, 
+                               -0.933136,  4.233284, -2.193167,  0.035508,  0.995843,  0.083880, -0.980568,  0.018513,  0.195305,  0.192940, -0.089185,  0.977149,  1.250000, -0.950000, 
+                                0.000000,  4.233284, -2.377417, -0.000000,  0.995754,  0.092053, -0.981214, -0.017759,  0.192101,  0.192920, -0.090324,  0.977048,  1.000000, -0.950000, 
+                                0.000000,  4.191587, -2.455517,  0.000000,  0.731307, -0.682049, -0.989735,  0.097476,  0.104515,  0.142916,  0.675048,  0.723800,  1.000000, -0.925000, 
+                                0.000000,  4.191587, -2.455517,  0.000000,  0.731307, -0.682049, -0.989735,  0.097475,  0.104515,  0.142915,  0.675048,  0.723800,  1.000000, -0.925000, 
+                               -0.963790,  4.191587, -2.265215, -0.260439,  0.731861, -0.629723, -0.954834, -0.098602,  0.280303,  0.143051,  0.674282,  0.724486,  1.250000, -0.925000, 
+                               -0.933136,  4.233284, -2.193167,  0.035508,  0.995843,  0.083880, -0.980568,  0.018513,  0.195304,  0.192940, -0.089185,  0.977149,  1.250000, -0.950000, 
+                               -0.963790,  4.191587, -2.265215, -0.260439,  0.731861, -0.629723, -0.954834, -0.098602,  0.280303,  0.143051,  0.674282,  0.724486,  1.250000, -0.925000, 
+                                0.000000,  4.191587, -2.455517,  0.000000,  0.731307, -0.682049, -0.989735,  0.097475,  0.104515,  0.142915,  0.675048,  0.723800,  1.000000, -0.925000, 
+                                0.000000,  4.066495, -2.541559,  0.000000,  0.492520, -0.870301, -0.995305,  0.084238,  0.047672,  0.096792,  0.866215,  0.490208,  1.000000, -0.900000, 
+                                0.000000,  4.066495, -2.541559,  0.000000,  0.492520, -0.870301, -0.995305,  0.084238,  0.047672,  0.096792,  0.866215,  0.490208,  1.000000, -0.900000, 
+                               -0.997562,  4.066495, -2.344589, -0.332584,  0.493370, -0.803725, -0.938073, -0.085418,  0.335743,  0.096993,  0.865615,  0.491225,  1.250000, -0.900000, 
+                               -0.963790,  4.191587, -2.265215, -0.260439,  0.731861, -0.629723, -0.954834, -0.098602,  0.280302,  0.143051,  0.674282,  0.724486,  1.250000, -0.925000, 
+                                0.000000,  4.066495, -2.372122, -0.000000, -0.255753,  0.966742, -0.998727, -0.048757, -0.012899,  0.050435, -0.965512, -0.255427,  1.000000, -1.000000, 
+                                0.931058,  4.066495, -2.188282, -0.369882, -0.256346,  0.893014, -0.927701,  0.049579, -0.370017,  0.050578, -0.965313, -0.256151,  0.750000, -1.000000, 
+                                0.918069,  4.191587, -2.157753, -0.369102,  0.255995,  0.893437, -0.928016, -0.049282, -0.369266, -0.050500, -0.965421,  0.255758,  0.750000, -0.975000, 
+                                0.918069,  4.191587, -2.157753, -0.369102,  0.255995,  0.893437, -0.928016, -0.049282, -0.369266, -0.050500, -0.965421,  0.255757,  0.750000, -0.975000, 
+                                0.000000,  4.191587, -2.339029, -0.000000,  0.255443,  0.966824, -0.998730,  0.048703, -0.012868, -0.050374, -0.965597,  0.255119,  1.000000, -0.975000, 
+                                0.000000,  4.066495, -2.372122, -0.000000, -0.255753,  0.966742, -0.998727, -0.048758, -0.012899,  0.050435, -0.965512, -0.255427,  1.000000, -1.000000, 
+                                0.000000,  4.191587, -2.339029, -0.000000,  0.255443,  0.966824, -0.998730,  0.048703, -0.012868, -0.050374, -0.965597,  0.255119,  1.000000, -0.975000, 
+                                0.918069,  4.191587, -2.157753, -0.369102,  0.255995,  0.893437, -0.928016, -0.049282, -0.369266, -0.050500, -0.965421,  0.255757,  0.750000, -0.975000, 
+                                0.933136,  4.233284, -2.193167, -0.035508,  0.995843,  0.083881, -0.980568, -0.018513, -0.195307, -0.192942, -0.089185,  0.977149,  0.750000, -0.950000, 
+                                0.933136,  4.233284, -2.193167, -0.035508,  0.995843,  0.083881, -0.980568, -0.018513, -0.195305, -0.192940, -0.089185,  0.977149,  0.750000, -0.950000, 
+                                0.000000,  4.233284, -2.377417, -0.000000,  0.995754,  0.092053, -0.981214,  0.017759, -0.192101, -0.192920, -0.090324,  0.977048,  1.000000, -0.950000, 
+                                0.000000,  4.191587, -2.339029, -0.000000,  0.255443,  0.966824, -0.998731,  0.048703, -0.012868, -0.050374, -0.965597,  0.255119,  1.000000, -0.975000, 
+                                0.000000,  4.233284, -2.377417, -0.000000,  0.995754,  0.092053, -0.981214,  0.017759, -0.192101, -0.192920, -0.090324,  0.977048,  1.000000, -0.950000, 
+                                0.933136,  4.233284, -2.193167, -0.035508,  0.995843,  0.083881, -0.980568, -0.018513, -0.195305, -0.192940, -0.089185,  0.977149,  0.750000, -0.950000, 
+                                0.963790,  4.191587, -2.265215,  0.260438,  0.731862, -0.629722, -0.954834,  0.098601, -0.280303, -0.143051,  0.674282,  0.724486,  0.750000, -0.925000, 
+                                0.963790,  4.191587, -2.265215,  0.260438,  0.731862, -0.629722, -0.954834,  0.098602, -0.280302, -0.143051,  0.674282,  0.724486,  0.750000, -0.925000, 
+                                0.000000,  4.191587, -2.455517,  0.000000,  0.731307, -0.682049, -0.989735, -0.097475, -0.104515, -0.142915,  0.675048,  0.723800,  1.000000, -0.925000, 
+                                0.000000,  4.233284, -2.377417, -0.000000,  0.995754,  0.092053, -0.981215,  0.017759, -0.192101, -0.192920, -0.090324,  0.977048,  1.000000, -0.950000, 
+                                0.997562,  4.066495, -2.344589,  0.332584,  0.493370, -0.803725, -0.938073,  0.085418, -0.335744, -0.096993,  0.865616,  0.491225,  0.750000, -0.900000, 
+                                0.997562,  4.066495, -2.344589,  0.332584,  0.493370, -0.803725, -0.938073,  0.085418, -0.335744, -0.096993,  0.865616,  0.491225,  0.750000, -0.900000, 
+                                0.000000,  4.066495, -2.541559,  0.000000,  0.492520, -0.870301, -0.995305, -0.084238, -0.047672, -0.096792,  0.866215,  0.490208,  1.000000, -0.900000, 
+                                0.000000,  4.191587, -2.455517,  0.000000,  0.731307, -0.682049, -0.989735, -0.097475, -0.104515, -0.142915,  0.675048,  0.723800,  1.000000, -0.925000, 
+                                0.931058,  4.066495, -2.188282, -0.369882, -0.256346,  0.893014, -0.917661, -0.049424, -0.394278,  0.145208, -0.965321, -0.216958,  0.750000, -1.000000, 
+                                1.684206,  4.066495, -1.684206, -0.683406, -0.256732,  0.683407, -0.715415,  0.049094, -0.696973,  0.145384, -0.965235, -0.217221,  0.500000, -1.000000, 
+                                1.660710,  4.191587, -1.660709, -0.683531,  0.256067,  0.683531, -0.715373, -0.048976, -0.697025, -0.145008, -0.965418,  0.216660,  0.500000, -0.975000, 
+                                0.918069,  4.191587, -2.157753, -0.369102,  0.255995,  0.893437, -0.918003,  0.049595, -0.393461, -0.145034, -0.965405,  0.216698,  0.750000, -0.975000, 
+                                0.931058,  4.066495, -2.188282, -0.369882, -0.256346,  0.893014, -0.917661, -0.049424, -0.394278,  0.145208, -0.965321, -0.216958,  0.750000, -1.000000, 
+                                0.918069,  4.191587, -2.157753, -0.369102,  0.255995,  0.893437, -0.918003,  0.049595, -0.393461, -0.145034, -0.965405,  0.216698,  0.750000, -0.975000, 
+                                1.660710,  4.191587, -1.660709, -0.683531,  0.256067,  0.683531, -0.715373, -0.048976, -0.697025, -0.145008, -0.965418,  0.216660,  0.500000, -0.975000, 
+                                1.687966,  4.233284, -1.687965, -0.064926,  0.995776,  0.064926, -0.830016, -0.017771, -0.557457, -0.553948, -0.090083,  0.827663,  0.500000, -0.950000, 
+                                1.687966,  4.233284, -1.687965, -0.064926,  0.995776,  0.064926, -0.830016, -0.017771, -0.557457, -0.553948, -0.090083,  0.827663,  0.500000, -0.950000, 
+                                0.933136,  4.233284, -2.193167, -0.035508,  0.995843,  0.083881, -0.831773,  0.017078, -0.554853, -0.553979, -0.089471,  0.827709,  0.750000, -0.950000, 
+                                0.918069,  4.191587, -2.157753, -0.369102,  0.255995,  0.893437, -0.918003,  0.049595, -0.393461, -0.145034, -0.965405,  0.216698,  0.750000, -0.975000, 
+                                0.933136,  4.233284, -2.193167, -0.035508,  0.995843,  0.083881, -0.831773,  0.017078, -0.554853, -0.553979, -0.089471,  0.827709,  0.750000, -0.950000, 
+                                1.687966,  4.233284, -1.687965, -0.064926,  0.995776,  0.064926, -0.830016, -0.017771, -0.557457, -0.553948, -0.090083,  0.827663,  0.500000, -0.950000, 
+                                1.743417,  4.191587, -1.743418,  0.481397,  0.732471, -0.481397, -0.774157,  0.097768, -0.625398, -0.411021,  0.673742,  0.614112,  0.500000, -0.925000, 
+                                1.743417,  4.191587, -1.743418,  0.481397,  0.732471, -0.481397, -0.774157,  0.097768, -0.625398, -0.411020,  0.673742,  0.614113,  0.500000, -0.925000, 
+                                0.963790,  4.191587, -2.265215,  0.260438,  0.731862, -0.629722, -0.873754, -0.098828, -0.476222, -0.410763,  0.674249,  0.613728,  0.750000, -0.925000, 
+                                0.933136,  4.233284, -2.193167, -0.035508,  0.995843,  0.083881, -0.831773,  0.017078, -0.554853, -0.553979, -0.089471,  0.827709,  0.750000, -0.950000, 
+                                0.963790,  4.191587, -2.265215,  0.260438,  0.731862, -0.629722, -0.873754, -0.098828, -0.476222, -0.410763,  0.674249,  0.613728,  0.750000, -0.925000, 
+                                1.743417,  4.191587, -1.743418,  0.481397,  0.732471, -0.481397, -0.774157,  0.097768, -0.625398, -0.411020,  0.673742,  0.614113,  0.500000, -0.925000, 
+                                1.804507,  4.066495, -1.804506,  0.614804,  0.493997, -0.614804, -0.737768,  0.084687, -0.669721, -0.278774,  0.865329,  0.416521,  0.500000, -0.900000, 
+                                1.804507,  4.066495, -1.804506,  0.614804,  0.493997, -0.614804, -0.737768,  0.084687, -0.669721, -0.278775,  0.865329,  0.416521,  0.500000, -0.900000, 
+                                0.997562,  4.066495, -2.344589,  0.332584,  0.493370, -0.803725, -0.901013, -0.085446, -0.425294, -0.278502,  0.865613,  0.416114,  0.750000, -0.900000, 
+                                0.963790,  4.191587, -2.265215,  0.260438,  0.731862, -0.629722, -0.873753, -0.098829, -0.476223, -0.410764,  0.674249,  0.613728,  0.750000, -0.925000, 
+                                1.684206,  4.066495, -1.684206, -0.683406, -0.256732,  0.683407, -0.696973, -0.049094, -0.715415,  0.217221, -0.965235, -0.145384,  0.500000, -1.000000, 
+                                2.188282,  4.066495, -0.931057, -0.893014, -0.256346,  0.369882, -0.394278,  0.049424, -0.917661,  0.216958, -0.965321, -0.145208,  0.250000, -1.000000, 
+                                2.157754,  4.191587, -0.918068, -0.893438,  0.255995,  0.369102, -0.393461, -0.049595, -0.918003, -0.216698, -0.965405,  0.145034,  0.250000, -0.975000, 
+                                2.157754,  4.191587, -0.918068, -0.893438,  0.255995,  0.369102, -0.393461, -0.049595, -0.918003, -0.216698, -0.965405,  0.145034,  0.250000, -0.975000, 
+                                1.660710,  4.191587, -1.660709, -0.683531,  0.256067,  0.683531, -0.697025,  0.048976, -0.715372, -0.216660, -0.965418,  0.145008,  0.500000, -0.975000, 
+                                1.684206,  4.066495, -1.684206, -0.683406, -0.256732,  0.683407, -0.696973, -0.049094, -0.715415,  0.217221, -0.965235, -0.145384,  0.500000, -1.000000, 
+                                1.660710,  4.191587, -1.660709, -0.683531,  0.256067,  0.683531, -0.697025,  0.048976, -0.715372, -0.216660, -0.965418,  0.145008,  0.500000, -0.975000, 
+                                2.157754,  4.191587, -0.918068, -0.893438,  0.255995,  0.369102, -0.393461, -0.049595, -0.918003, -0.216698, -0.965405,  0.145034,  0.250000, -0.975000, 
+                                2.193167,  4.233284, -0.933136, -0.083880,  0.995843,  0.035508, -0.554853, -0.017077, -0.831773, -0.827709, -0.089471,  0.553979,  0.250000, -0.950000, 
+                                2.193167,  4.233284, -0.933136, -0.083880,  0.995843,  0.035508, -0.554853, -0.017077, -0.831773, -0.827709, -0.089471,  0.553979,  0.250000, -0.950000, 
+                                1.687966,  4.233284, -1.687965, -0.064926,  0.995776,  0.064926, -0.557457,  0.017771, -0.830016, -0.827663, -0.090083,  0.553948,  0.500000, -0.950000, 
+                                1.660710,  4.191587, -1.660709, -0.683531,  0.256067,  0.683531, -0.697025,  0.048976, -0.715372, -0.216660, -0.965418,  0.145008,  0.500000, -0.975000, 
+                                1.687966,  4.233284, -1.687965, -0.064926,  0.995776,  0.064926, -0.557457,  0.017771, -0.830016, -0.827663, -0.090083,  0.553948,  0.500000, -0.950000, 
+                                2.193167,  4.233284, -0.933136, -0.083880,  0.995843,  0.035508, -0.554853, -0.017077, -0.831773, -0.827709, -0.089471,  0.553979,  0.250000, -0.950000, 
+                                2.265214,  4.191587, -0.963791,  0.629723,  0.731861, -0.260439, -0.476222,  0.098828, -0.873754, -0.613728,  0.674249,  0.410763,  0.250000, -0.925000, 
+                                2.265214,  4.191587, -0.963791,  0.629723,  0.731861, -0.260439, -0.476222,  0.098828, -0.873754, -0.613728,  0.674249,  0.410763,  0.250000, -0.925000, 
+                                1.743417,  4.191587, -1.743418,  0.481397,  0.732471, -0.481397, -0.625398, -0.097768, -0.774157, -0.614113,  0.673742,  0.411020,  0.500000, -0.925000, 
+                                1.687966,  4.233284, -1.687965, -0.064926,  0.995776,  0.064926, -0.557456,  0.017771, -0.830016, -0.827664, -0.090083,  0.553948,  0.500000, -0.950000, 
+                                1.743417,  4.191587, -1.743418,  0.481397,  0.732471, -0.481397, -0.625398, -0.097768, -0.774157, -0.614113,  0.673742,  0.411020,  0.500000, -0.925000, 
+                                2.265214,  4.191587, -0.963791,  0.629723,  0.731861, -0.260439, -0.476222,  0.098828, -0.873754, -0.613728,  0.674249,  0.410763,  0.250000, -0.925000, 
+                                2.344588,  4.066495, -0.997562,  0.803725,  0.493370, -0.332584, -0.425293,  0.085446, -0.901013, -0.416115,  0.865613,  0.278502,  0.250000, -0.900000, 
+                                2.344588,  4.066495, -0.997562,  0.803725,  0.493370, -0.332584, -0.425294,  0.085446, -0.901013, -0.416115,  0.865613,  0.278502,  0.250000, -0.900000, 
+                                1.804507,  4.066495, -1.804506,  0.614804,  0.493997, -0.614804, -0.669721, -0.084687, -0.737768, -0.416521,  0.865329,  0.278774,  0.500000, -0.900000, 
+                                1.743417,  4.191587, -1.743418,  0.481397,  0.732471, -0.481397, -0.625398, -0.097768, -0.774157, -0.614112,  0.673742,  0.411021,  0.500000, -0.925000, 
+                                2.188282,  4.066495, -0.931057, -0.893014, -0.256346,  0.369882, -0.370017, -0.049579, -0.927701,  0.256151, -0.965313, -0.050578,  0.250000, -1.000000, 
+                                2.372122,  4.066495,  0.000000, -0.966742, -0.255753, -0.000000, -0.012899,  0.048757, -0.998727,  0.255427, -0.965512, -0.050435,  0.000000, -1.000000, 
+                                2.339028,  4.191587,  0.000000, -0.966824,  0.255443, -0.000000, -0.012867, -0.048703, -0.998731, -0.255119, -0.965597,  0.050374,  0.000000, -0.975000, 
+                                2.339028,  4.191587,  0.000000, -0.966824,  0.255443, -0.000000, -0.012867, -0.048703, -0.998731, -0.255119, -0.965597,  0.050374,  0.000000, -0.975000, 
+                                2.157754,  4.191587, -0.918068, -0.893438,  0.255995,  0.369102, -0.369266,  0.049282, -0.928016, -0.255758, -0.965421,  0.050500,  0.250000, -0.975000, 
+                                2.188282,  4.066495, -0.931057, -0.893014, -0.256346,  0.369882, -0.370017, -0.049579, -0.927701,  0.256151, -0.965313, -0.050578,  0.250000, -1.000000, 
+                                2.157754,  4.191587, -0.918068, -0.893438,  0.255995,  0.369102, -0.369266,  0.049282, -0.928016, -0.255758, -0.965421,  0.050500,  0.250000, -0.975000, 
+                                2.339028,  4.191587,  0.000000, -0.966824,  0.255443, -0.000000, -0.012867, -0.048703, -0.998731, -0.255119, -0.965597,  0.050374,  0.000000, -0.975000, 
+                                2.377417,  4.233284,  0.000000, -0.092053,  0.995754, -0.000000, -0.192101, -0.017759, -0.981214, -0.977048, -0.090324,  0.192920,  0.000000, -0.950000, 
+                                2.377417,  4.233284,  0.000000, -0.092053,  0.995754, -0.000000, -0.192101, -0.017759, -0.981214, -0.977048, -0.090324,  0.192920,  0.000000, -0.950000, 
+                                2.193167,  4.233284, -0.933136, -0.083880,  0.995843,  0.035508, -0.195305,  0.018513, -0.980568, -0.977149, -0.089185,  0.192940,  0.250000, -0.950000, 
+                                2.157754,  4.191587, -0.918068, -0.893438,  0.255995,  0.369102, -0.369266,  0.049282, -0.928016, -0.255758, -0.965421,  0.050500,  0.250000, -0.975000, 
+                                2.193167,  4.233284, -0.933136, -0.083880,  0.995843,  0.035508, -0.195305,  0.018513, -0.980568, -0.977149, -0.089185,  0.192940,  0.250000, -0.950000, 
+                                2.377417,  4.233284,  0.000000, -0.092053,  0.995754, -0.000000, -0.192101, -0.017759, -0.981214, -0.977048, -0.090324,  0.192920,  0.000000, -0.950000, 
+                                2.455517,  4.191587,  0.000000,  0.682049,  0.731307,  0.000000, -0.104515,  0.097476, -0.989735, -0.723800,  0.675048,  0.142916,  0.000000, -0.925000, 
+                                2.455517,  4.191587,  0.000000,  0.682049,  0.731307,  0.000000, -0.104515,  0.097476, -0.989735, -0.723800,  0.675048,  0.142916,  0.000000, -0.925000, 
+                                2.265214,  4.191587, -0.963791,  0.629723,  0.731861, -0.260439, -0.280303, -0.098601, -0.954834, -0.724486,  0.674282,  0.143051,  0.250000, -0.925000, 
+                                2.193167,  4.233284, -0.933136, -0.083880,  0.995843,  0.035508, -0.195305,  0.018513, -0.980568, -0.977149, -0.089185,  0.192940,  0.250000, -0.950000, 
+                                2.265214,  4.191587, -0.963791,  0.629723,  0.731861, -0.260439, -0.280303, -0.098601, -0.954834, -0.724486,  0.674282,  0.143051,  0.250000, -0.925000, 
+                                2.455517,  4.191587,  0.000000,  0.682049,  0.731307,  0.000000, -0.104515,  0.097476, -0.989735, -0.723800,  0.675048,  0.142916,  0.000000, -0.925000, 
+                                2.541559,  4.066495,  0.000000,  0.870301,  0.492520,  0.000000, -0.047672,  0.084239, -0.995305, -0.490208,  0.866214,  0.096793,  0.000000, -0.900000, 
+                                2.541559,  4.066495,  0.000000,  0.870301,  0.492520,  0.000000, -0.047672,  0.084239, -0.995305, -0.490208,  0.866214,  0.096793,  0.000000, -0.900000, 
+                                2.344588,  4.066495, -0.997562,  0.803725,  0.493370, -0.332584, -0.335744, -0.085418, -0.938073, -0.491225,  0.865615,  0.096994,  0.250000, -0.900000, 
+                                2.265214,  4.191587, -0.963791,  0.629723,  0.731861, -0.260439, -0.280303, -0.098601, -0.954834, -0.724486,  0.674282,  0.143051,  0.250000, -0.925000, 
+                                2.541559,  4.066495,  0.000000,  0.870301,  0.492520,  0.000000,  0.047672, -0.084239, -0.995305, -0.490208,  0.866214, -0.096793,  2.000000, -0.900000, 
+                                2.344588,  4.066495,  0.997562,  0.803725,  0.493370,  0.332584,  0.335744,  0.085418, -0.938073, -0.491225,  0.865616, -0.096993,  1.750000, -0.900000, 
+                                2.631556,  3.401321,  1.119659,  0.845439,  0.403545,  0.349835,  0.351114,  0.073606, -0.933435, -0.402433,  0.911994, -0.079461,  1.750000, -0.675000, 
+                                2.631556,  3.401321,  1.119659,  0.845439,  0.403545,  0.349835,  0.351114,  0.073606, -0.933435, -0.402433,  0.911994, -0.079462,  1.750000, -0.675000, 
+                                2.852635,  3.401321,  0.000000,  0.915321,  0.402725,  0.000000,  0.031924, -0.072556, -0.996853, -0.401458,  0.912441, -0.079269,  2.000000, -0.675000, 
+                                2.541559,  4.066495,  0.000000,  0.870301,  0.492520,  0.000000,  0.047672, -0.084239, -0.995305, -0.490208,  0.866214, -0.096793,  2.000000, -0.900000, 
+                                2.881889,  2.748061,  1.226170,  0.869996,  0.336859,  0.360047,  0.360603,  0.063306, -0.930569, -0.336263,  0.939425, -0.066396,  1.750000, -0.450000, 
+                                2.881889,  2.748061,  1.226170,  0.869996,  0.336859,  0.360047,  0.360603,  0.063306, -0.930569, -0.336263,  0.939425, -0.066396,  1.750000, -0.450000, 
+                                3.124000,  2.748061,  0.000000,  0.941808,  0.336151,  0.000000,  0.022263, -0.062374, -0.997805, -0.335413,  0.939740, -0.066228,  2.000000, -0.450000, 
+                                2.852635,  3.401321,  0.000000,  0.915321,  0.402725,  0.000000,  0.031924, -0.072556, -0.996853, -0.401458,  0.912441, -0.079269,  2.000000, -0.675000, 
+                                3.058955,  2.118628,  1.301507,  0.904193,  0.205791,  0.374280,  0.374318,  0.040269, -0.926426, -0.205722,  0.977767, -0.040620,  1.750000, -0.225000, 
+                                3.058955,  2.118628,  1.301507,  0.904193,  0.205791,  0.374280,  0.374318,  0.040269, -0.926426, -0.205722,  0.977767, -0.040620,  1.750000, -0.225000, 
+                                3.315941,  2.118628,  0.000000,  0.978690,  0.205342,  0.000000,  0.008319, -0.039649, -0.999179, -0.205174,  0.977887, -0.040512,  2.000000, -0.225000, 
+                                3.124000,  2.748061,  0.000000,  0.941808,  0.336151,  0.000000,  0.022263, -0.062374, -0.997805, -0.335413,  0.939740, -0.066228,  2.000000, -0.450000, 
+                                3.126118,  1.524935,  1.330082,  0.921879, -0.066370,  0.381752,  0.381747, -0.013262, -0.924172,  0.066400,  0.997707,  0.013111,  1.750000,  0.000000, 
+                                3.126118,  1.524935,  1.330082,  0.921879, -0.066370,  0.381752,  0.381747, -0.013261, -0.924172,  0.066400,  0.997707,  0.013111,  1.750000,  0.000000, 
+                                3.388745,  1.524935,  0.000000,  0.997804, -0.066240,  0.000000,  0.000866,  0.013049, -0.999915,  0.066234,  0.997718,  0.013078,  2.000000,  0.000000, 
+                                3.315941,  2.118628,  0.000000,  0.978690,  0.205342,  0.000000,  0.008319, -0.039649, -0.999179, -0.205174,  0.977887, -0.040512,  2.000000, -0.225000, 
+                                2.344588,  4.066495,  0.997562,  0.803725,  0.493370,  0.332584,  0.425293, -0.085445, -0.901013, -0.416115,  0.865613, -0.278501,  1.750000, -0.900000, 
+                                1.804507,  4.066494,  1.804507,  0.614804,  0.493997,  0.614804,  0.669721,  0.084688, -0.737768, -0.416522,  0.865329, -0.278774,  1.500000, -0.900000, 
+                                2.025372,  3.401321,  2.025372,  0.646802,  0.404096,  0.646802,  0.682049,  0.072996, -0.727654, -0.341256,  0.911799, -0.228399,  1.500000, -0.675000, 
+                                2.025372,  3.401321,  2.025372,  0.646802,  0.404096,  0.646802,  0.682049,  0.072996, -0.727654, -0.341256,  0.911799, -0.228399,  1.500000, -0.675000, 
+                                2.631556,  3.401321,  1.119659,  0.845439,  0.403545,  0.349835,  0.411121, -0.073638, -0.908602, -0.340901,  0.911992, -0.228162,  1.750000, -0.675000, 
+                                2.344588,  4.066495,  0.997562,  0.803725,  0.493370,  0.332584,  0.425293, -0.085446, -0.901013, -0.416115,  0.865613, -0.278501,  1.750000, -0.900000, 
+                                2.631556,  3.401321,  1.119659,  0.845439,  0.403545,  0.349835,  0.411121, -0.073638, -0.908602, -0.340901,  0.911992, -0.228162,  1.750000, -0.675000, 
+                                2.025372,  3.401321,  2.025372,  0.646802,  0.404096,  0.646802,  0.682049,  0.072996, -0.727654, -0.341256,  0.911799, -0.228399,  1.500000, -0.675000, 
+                                2.218040,  2.748060,  2.218040,  0.665655,  0.337351,  0.665655,  0.689626,  0.062776, -0.721440, -0.285166,  0.939283, -0.190859,  1.500000, -0.450000, 
+                                2.218040,  2.748060,  2.218040,  0.665655,  0.337351,  0.665655,  0.689625,  0.062777, -0.721440, -0.285166,  0.939283, -0.190859,  1.500000, -0.450000, 
+                                2.881889,  2.748061,  1.226170,  0.869996,  0.336859,  0.360047,  0.402456, -0.063301, -0.913248, -0.284844,  0.939425, -0.190643,  1.750000, -0.450000, 
+                                2.631556,  3.401321,  1.119659,  0.845439,  0.403545,  0.349835,  0.411120, -0.073637, -0.908602, -0.340901,  0.911992, -0.228161,  1.750000, -0.675000, 
+                                2.881889,  2.748061,  1.226170,  0.869996,  0.336859,  0.360047,  0.402456, -0.063301, -0.913248, -0.284844,  0.939425, -0.190643,  1.750000, -0.450000, 
+                                2.218040,  2.748060,  2.218040,  0.665655,  0.337351,  0.665655,  0.689625,  0.062777, -0.721440, -0.285166,  0.939283, -0.190859,  1.500000, -0.450000, 
+                                2.354318,  2.118628,  2.354318,  0.691923,  0.206120,  0.691923,  0.700571,  0.039925, -0.712465, -0.174478,  0.977712, -0.116776,  1.500000, -0.225000, 
+                                2.354318,  2.118628,  2.354318,  0.691923,  0.206120,  0.691923,  0.700571,  0.039925, -0.712465, -0.174478,  0.977712, -0.116776,  1.500000, -0.225000, 
+                                3.058955,  2.118628,  1.301507,  0.904193,  0.205791,  0.374280,  0.389961, -0.040234, -0.919952, -0.174259,  0.977769, -0.116630,  1.750000, -0.225000, 
+                                2.881889,  2.748061,  1.226170,  0.869996,  0.336859,  0.360047,  0.402456, -0.063302, -0.913248, -0.284844,  0.939425, -0.190643,  1.750000, -0.450000, 
+                                3.058955,  2.118628,  1.301507,  0.904193,  0.205791,  0.374280,  0.389961, -0.040234, -0.919952, -0.174259,  0.977769, -0.116630,  1.750000, -0.225000, 
+                                2.354318,  2.118628,  2.354318,  0.691923,  0.206120,  0.691923,  0.700571,  0.039925, -0.712465, -0.174478,  0.977712, -0.116776,  1.500000, -0.225000, 
+                                2.406010,  1.524936,  2.406009,  0.705543, -0.066480,  0.705543,  0.706426, -0.013140, -0.707665,  0.056316,  0.997701,  0.037692,  1.500000,  0.000000, 
+                                2.406010,  1.524936,  2.406009,  0.705543, -0.066480,  0.705543,  0.706426, -0.013141, -0.707665,  0.056317,  0.997701,  0.037692,  1.500000,  0.000000, 
+                                3.126118,  1.524935,  1.330082,  0.921879, -0.066370,  0.381752,  0.383375,  0.013231, -0.923498,  0.056241,  0.997707,  0.037641,  1.750000,  0.000000, 
+                                3.058955,  2.118628,  1.301507,  0.904193,  0.205791,  0.374280,  0.389961, -0.040235, -0.919952, -0.174259,  0.977768, -0.116630,  1.750000, -0.225000, 
+                                1.804507,  4.066494,  1.804507,  0.614804,  0.493997,  0.614804,  0.737768, -0.084688, -0.669721, -0.278774,  0.865329, -0.416522,  1.500000, -0.900000, 
+                                0.997562,  4.066495,  2.344588,  0.332584,  0.493370,  0.803725,  0.901013,  0.085445, -0.425293, -0.278501,  0.865613, -0.416115,  1.250000, -0.900000, 
+                                1.119659,  3.401321,  2.631557,  0.349835,  0.403545,  0.845439,  0.908602,  0.073637, -0.411120, -0.228161,  0.911992, -0.340901,  1.250000, -0.675000, 
+                                1.119659,  3.401321,  2.631557,  0.349835,  0.403545,  0.845439,  0.908602,  0.073638, -0.411121, -0.228162,  0.911992, -0.340901,  1.250000, -0.675000, 
+                                2.025372,  3.401321,  2.025372,  0.646802,  0.404096,  0.646802,  0.727654, -0.072996, -0.682049, -0.228400,  0.911799, -0.341256,  1.500000, -0.675000, 
+                                1.804507,  4.066494,  1.804507,  0.614804,  0.493997,  0.614804,  0.737768, -0.084688, -0.669721, -0.278774,  0.865329, -0.416521,  1.500000, -0.900000, 
+                                2.025372,  3.401321,  2.025372,  0.646802,  0.404096,  0.646802,  0.727654, -0.072996, -0.682049, -0.228400,  0.911799, -0.341256,  1.500000, -0.675000, 
+                                1.119659,  3.401321,  2.631557,  0.349835,  0.403545,  0.845439,  0.908602,  0.073638, -0.411121, -0.228162,  0.911992, -0.340901,  1.250000, -0.675000, 
+                                1.226170,  2.748060,  2.881889,  0.360047,  0.336858,  0.869996,  0.913248,  0.063302, -0.402456, -0.190643,  0.939425, -0.284843,  1.250000, -0.450000, 
+                                1.226170,  2.748060,  2.881889,  0.360047,  0.336858,  0.869996,  0.913248,  0.063302, -0.402456, -0.190643,  0.939425, -0.284844,  1.250000, -0.450000, 
+                                2.218040,  2.748060,  2.218040,  0.665655,  0.337351,  0.665655,  0.721440, -0.062776, -0.689626, -0.190859,  0.939283, -0.285166,  1.500000, -0.450000, 
+                                2.025372,  3.401321,  2.025372,  0.646802,  0.404096,  0.646802,  0.727654, -0.072996, -0.682049, -0.228399,  0.911799, -0.341256,  1.500000, -0.675000, 
+                                1.301507,  2.118628,  3.058955,  0.374280,  0.205791,  0.904193,  0.919952,  0.040234, -0.389961, -0.116630,  0.977769, -0.174259,  1.250000, -0.225000, 
+                                1.301507,  2.118628,  3.058955,  0.374280,  0.205791,  0.904193,  0.919952,  0.040234, -0.389961, -0.116630,  0.977768, -0.174259,  1.250000, -0.225000, 
+                                2.354318,  2.118628,  2.354318,  0.691923,  0.206120,  0.691923,  0.712465, -0.039925, -0.700571, -0.116777,  0.977712, -0.174478,  1.500000, -0.225000, 
+                                2.218040,  2.748060,  2.218040,  0.665655,  0.337351,  0.665655,  0.721440, -0.062776, -0.689626, -0.190859,  0.939283, -0.285166,  1.500000, -0.450000, 
+                                1.301507,  2.118628,  3.058955,  0.374280,  0.205791,  0.904193,  0.919952,  0.040234, -0.389961, -0.116630,  0.977768, -0.174259,  1.250000, -0.225000, 
+                                1.330082,  1.524936,  3.126118,  0.381752, -0.066370,  0.921879,  0.923498, -0.013231, -0.383375,  0.037642,  0.997707,  0.056241,  1.250000,  0.000000, 
+                                1.330082,  1.524936,  3.126118,  0.381752, -0.066370,  0.921879,  0.923498, -0.013231, -0.383375,  0.037642,  0.997707,  0.056241,  1.250000,  0.000000, 
+                                2.406010,  1.524936,  2.406009,  0.705543, -0.066480,  0.705543,  0.707665,  0.013140, -0.706426,  0.037692,  0.997701,  0.056316,  1.500000,  0.000000, 
+                                2.354318,  2.118628,  2.354318,  0.691923,  0.206120,  0.691923,  0.712465, -0.039925, -0.700571, -0.116776,  0.977712, -0.174478,  1.500000, -0.225000, 
+                                0.997562,  4.066495,  2.344588,  0.332584,  0.493370,  0.803725,  0.938073, -0.085418, -0.335744, -0.096994,  0.865615, -0.491225,  1.250000, -0.900000, 
+                                0.000000,  4.066495,  2.541559, -0.000000,  0.492520,  0.870301,  0.995305,  0.084239, -0.047672, -0.096793,  0.866215, -0.490208,  1.000000, -0.900000, 
+                                0.000000,  3.401321,  2.852635, -0.000000,  0.402725,  0.915321,  0.996853,  0.072556, -0.031923, -0.079269,  0.912441, -0.401458,  1.000000, -0.675000, 
+                                0.000000,  3.401321,  2.852635, -0.000000,  0.402725,  0.915321,  0.996853,  0.072556, -0.031923, -0.079269,  0.912441, -0.401458,  1.000000, -0.675000, 
+                                1.119659,  3.401321,  2.631557,  0.349835,  0.403545,  0.845439,  0.933435, -0.073606, -0.351114, -0.079461,  0.911994, -0.402433,  1.250000, -0.675000, 
+                                0.997562,  4.066495,  2.344588,  0.332584,  0.493370,  0.803725,  0.938073, -0.085418, -0.335744, -0.096993,  0.865615, -0.491225,  1.250000, -0.900000, 
+                                1.119659,  3.401321,  2.631557,  0.349835,  0.403545,  0.845439,  0.933435, -0.073606, -0.351114, -0.079461,  0.911994, -0.402433,  1.250000, -0.675000, 
+                                0.000000,  3.401321,  2.852635, -0.000000,  0.402725,  0.915321,  0.996853,  0.072556, -0.031923, -0.079269,  0.912441, -0.401458,  1.000000, -0.675000, 
+                                0.000000,  2.748061,  3.124000, -0.000000,  0.336151,  0.941808,  0.997805,  0.062374, -0.022263, -0.066228,  0.939740, -0.335413,  1.000000, -0.450000, 
+                                0.000000,  2.748061,  3.124000, -0.000000,  0.336151,  0.941808,  0.997805,  0.062374, -0.022262, -0.066227,  0.939740, -0.335413,  1.000000, -0.450000, 
+                                1.226170,  2.748060,  2.881889,  0.360047,  0.336858,  0.869996,  0.930569, -0.063307, -0.360602, -0.066395,  0.939425, -0.336263,  1.250000, -0.450000, 
+                                1.119659,  3.401321,  2.631557,  0.349835,  0.403545,  0.845439,  0.933435, -0.073606, -0.351114, -0.079461,  0.911994, -0.402433,  1.250000, -0.675000, 
+                                0.000000,  2.118628,  3.315940, -0.000000,  0.205342,  0.978690,  0.999179,  0.039648, -0.008319, -0.040511,  0.977887, -0.205174,  1.000000, -0.225000, 
+                                0.000000,  2.118628,  3.315940, -0.000000,  0.205342,  0.978690,  0.999179,  0.039649, -0.008319, -0.040512,  0.977887, -0.205174,  1.000000, -0.225000, 
+                                1.301507,  2.118628,  3.058955,  0.374280,  0.205791,  0.904193,  0.926426, -0.040269, -0.374318, -0.040620,  0.977767, -0.205722,  1.250000, -0.225000, 
+                                1.226170,  2.748060,  2.881889,  0.360047,  0.336858,  0.869996,  0.930569, -0.063306, -0.360603, -0.066396,  0.939425, -0.336263,  1.250000, -0.450000, 
+                                0.000000,  1.524936,  3.388746, -0.000000, -0.066240,  0.997804,  0.999914, -0.013049, -0.000866,  0.013078,  0.997718,  0.066234,  1.000000,  0.000000, 
+                                0.000000,  1.524936,  3.388746, -0.000000, -0.066240,  0.997804,  0.999915, -0.013049, -0.000866,  0.013078,  0.997718,  0.066234,  1.000000,  0.000000, 
+                                1.330082,  1.524936,  3.126118,  0.381752, -0.066370,  0.921879,  0.924172,  0.013262, -0.381747,  0.013111,  0.997707,  0.066400,  1.250000,  0.000000, 
+                                1.301507,  2.118628,  3.058955,  0.374280,  0.205791,  0.904193,  0.926426, -0.040269, -0.374318, -0.040620,  0.977767, -0.205722,  1.250000, -0.225000, 
+                                0.000000,  4.066495,  2.541559, -0.000000,  0.492520,  0.870301,  0.995305, -0.084239,  0.047672,  0.096793,  0.866215, -0.490208,  1.000000, -0.900000, 
+                               -0.997562,  4.066495,  2.344588, -0.332485,  0.492546,  0.804271,  0.938125,  0.085170,  0.335661,  0.096828,  0.866109, -0.490387,  0.750000, -0.900000, 
+                               -1.119659,  3.401321,  2.631557, -0.349835,  0.403545,  0.845439,  0.933435,  0.073606,  0.351114,  0.079461,  0.911994, -0.402433,  0.750000, -0.675000, 
+                               -1.119659,  3.401321,  2.631557, -0.349835,  0.403545,  0.845439,  0.933435,  0.073606,  0.351114,  0.079461,  0.911994, -0.402433,  0.750000, -0.675000, 
+                                0.000000,  3.401321,  2.852635, -0.000000,  0.402725,  0.915321,  0.996853, -0.072556,  0.031924,  0.079269,  0.912441, -0.401458,  1.000000, -0.675000, 
+                                0.000000,  4.066495,  2.541559, -0.000000,  0.492520,  0.870301,  0.995305, -0.084239,  0.047672,  0.096792,  0.866215, -0.490208,  1.000000, -0.900000, 
+                                0.000000,  3.401321,  2.852635, -0.000000,  0.402725,  0.915321,  0.996853, -0.072556,  0.031924,  0.079269,  0.912441, -0.401458,  1.000000, -0.675000, 
+                               -1.119659,  3.401321,  2.631557, -0.349835,  0.403545,  0.845439,  0.933435,  0.073606,  0.351114,  0.079461,  0.911994, -0.402433,  0.750000, -0.675000, 
+                               -1.226170,  2.748060,  2.881889, -0.360047,  0.336859,  0.869996,  0.930569,  0.063306,  0.360603,  0.066396,  0.939425, -0.336263,  0.750000, -0.450000, 
+                               -1.226170,  2.748060,  2.881889, -0.360047,  0.336859,  0.869996,  0.930569,  0.063307,  0.360602,  0.066395,  0.939425, -0.336263,  0.750000, -0.450000, 
+                                0.000000,  2.748061,  3.124000, -0.000000,  0.336151,  0.941808,  0.997805, -0.062373,  0.022262,  0.066227,  0.939740, -0.335413,  1.000000, -0.450000, 
+                                0.000000,  3.401321,  2.852635, -0.000000,  0.402725,  0.915321,  0.996853, -0.072556,  0.031923,  0.079268,  0.912441, -0.401458,  1.000000, -0.675000, 
+                               -1.301507,  2.118628,  3.058955, -0.374280,  0.205791,  0.904193,  0.926426,  0.040270,  0.374318,  0.040620,  0.977767, -0.205722,  0.750000, -0.225000, 
+                               -1.301507,  2.118628,  3.058955, -0.374280,  0.205791,  0.904193,  0.926426,  0.040269,  0.374318,  0.040620,  0.977767, -0.205722,  0.750000, -0.225000, 
+                                0.000000,  2.118628,  3.315940, -0.000000,  0.205342,  0.978690,  0.999179, -0.039649,  0.008319,  0.040512,  0.977887, -0.205174,  1.000000, -0.225000, 
+                                0.000000,  2.748061,  3.124000, -0.000000,  0.336151,  0.941808,  0.997805, -0.062374,  0.022263,  0.066228,  0.939740, -0.335413,  1.000000, -0.450000, 
+                               -1.330082,  1.524936,  3.126118, -0.381752, -0.066370,  0.921879,  0.924172, -0.013262,  0.381747, -0.013111,  0.997707,  0.066400,  0.750000,  0.000000, 
+                               -1.330082,  1.524936,  3.126118, -0.381752, -0.066370,  0.921879,  0.924172, -0.013262,  0.381747, -0.013111,  0.997707,  0.066400,  0.750000,  0.000000, 
+                                0.000000,  1.524936,  3.388746, -0.000000, -0.066240,  0.997804,  0.999915,  0.013049,  0.000866, -0.013078,  0.997718,  0.066234,  1.000000,  0.000000, 
+                                0.000000,  2.118628,  3.315940, -0.000000,  0.205342,  0.978690,  0.999179, -0.039649,  0.008319,  0.040512,  0.977887, -0.205174,  1.000000, -0.225000, 
+                               -0.997562,  4.066495,  2.344588, -0.332485,  0.492546,  0.804271,  0.901188, -0.085501,  0.424913,  0.278055,  0.866076, -0.415448,  0.750000, -0.900000, 
+                               -1.804507,  4.066494,  1.804507, -0.615242,  0.492602,  0.615484,  0.737700,  0.084442,  0.669827,  0.277986,  0.866148, -0.415344,  0.500000, -0.900000, 
+                               -2.025372,  3.401321,  2.025372, -0.646802,  0.404096,  0.646802,  0.727654,  0.072996,  0.682049,  0.228399,  0.911799, -0.341256,  0.500000, -0.675000, 
+                               -2.025372,  3.401321,  2.025372, -0.646802,  0.404096,  0.646802,  0.727654,  0.072996,  0.682049,  0.228400,  0.911799, -0.341256,  0.500000, -0.675000, 
+                               -1.119659,  3.401321,  2.631557, -0.349835,  0.403545,  0.845439,  0.908602, -0.073638,  0.411121,  0.228162,  0.911992, -0.340901,  0.750000, -0.675000, 
+                               -0.997562,  4.066495,  2.344588, -0.332485,  0.492546,  0.804271,  0.901187, -0.085502,  0.424913,  0.278056,  0.866076, -0.415448,  0.750000, -0.900000, 
+                               -1.119659,  3.401321,  2.631557, -0.349835,  0.403545,  0.845439,  0.908602, -0.073638,  0.411121,  0.228162,  0.911992, -0.340901,  0.750000, -0.675000, 
+                               -2.025372,  3.401321,  2.025372, -0.646802,  0.404096,  0.646802,  0.727654,  0.072996,  0.682049,  0.228400,  0.911799, -0.341256,  0.500000, -0.675000, 
+                               -2.218040,  2.748060,  2.218040, -0.665655,  0.337351,  0.665655,  0.721440,  0.062776,  0.689626,  0.190859,  0.939283, -0.285166,  0.500000, -0.450000, 
+                               -2.218040,  2.748060,  2.218040, -0.665655,  0.337351,  0.665655,  0.721440,  0.062776,  0.689626,  0.190859,  0.939283, -0.285166,  0.500000, -0.450000, 
+                               -1.226170,  2.748060,  2.881889, -0.360047,  0.336859,  0.869996,  0.913248, -0.063302,  0.402456,  0.190643,  0.939425, -0.284844,  0.750000, -0.450000, 
+                               -1.119659,  3.401321,  2.631557, -0.349835,  0.403545,  0.845439,  0.908602, -0.073638,  0.411120,  0.228162,  0.911992, -0.340901,  0.750000, -0.675000, 
+                               -1.226170,  2.748060,  2.881889, -0.360047,  0.336859,  0.869996,  0.913248, -0.063302,  0.402456,  0.190643,  0.939425, -0.284844,  0.750000, -0.450000, 
+                               -2.218040,  2.748060,  2.218040, -0.665655,  0.337351,  0.665655,  0.721440,  0.062776,  0.689626,  0.190859,  0.939283, -0.285166,  0.500000, -0.450000, 
+                               -2.354318,  2.118628,  2.354318, -0.691923,  0.206120,  0.691923,  0.712465,  0.039925,  0.700571,  0.116776,  0.977712, -0.174478,  0.500000, -0.225000, 
+                               -2.354318,  2.118628,  2.354318, -0.691923,  0.206120,  0.691923,  0.712465,  0.039925,  0.700571,  0.116777,  0.977712, -0.174478,  0.500000, -0.225000, 
+                               -1.301507,  2.118628,  3.058955, -0.374280,  0.205791,  0.904193,  0.919952, -0.040234,  0.389961,  0.116630,  0.977768, -0.174259,  0.750000, -0.225000, 
+                               -1.226170,  2.748060,  2.881889, -0.360047,  0.336859,  0.869996,  0.913248, -0.063302,  0.402456,  0.190643,  0.939425, -0.284844,  0.750000, -0.450000, 
+                               -1.301507,  2.118628,  3.058955, -0.374280,  0.205791,  0.904193,  0.919952, -0.040234,  0.389961,  0.116630,  0.977768, -0.174259,  0.750000, -0.225000, 
+                               -2.354318,  2.118628,  2.354318, -0.691923,  0.206120,  0.691923,  0.712465,  0.039925,  0.700571,  0.116777,  0.977712, -0.174478,  0.500000, -0.225000, 
+                               -2.406010,  1.524936,  2.406009, -0.705543, -0.066480,  0.705543,  0.707665, -0.013140,  0.706426, -0.037692,  0.997701,  0.056316,  0.500000,  0.000000, 
+                               -2.406010,  1.524936,  2.406009, -0.705543, -0.066480,  0.705543,  0.707665, -0.013140,  0.706426, -0.037692,  0.997701,  0.056316,  0.500000,  0.000000, 
+                               -1.330082,  1.524936,  3.126118, -0.381752, -0.066370,  0.921879,  0.923498,  0.013231,  0.383375, -0.037642,  0.997707,  0.056241,  0.750000,  0.000000, 
+                               -1.301507,  2.118628,  3.058955, -0.374280,  0.205791,  0.904193,  0.919952, -0.040234,  0.389961,  0.116630,  0.977768, -0.174259,  0.750000, -0.225000, 
+                               -1.804507,  4.066494,  1.804507, -0.615242,  0.492602,  0.615484,  0.670034, -0.084614,  0.737492,  0.415368,  0.866132, -0.278002,  0.500000, -0.900000, 
+                               -2.344588,  4.066495,  0.997562, -0.804126,  0.492635,  0.332705,  0.425133,  0.085381,  0.901095,  0.415504,  0.866038, -0.278092,  0.250000, -0.900000, 
+                               -2.631557,  3.401321,  1.119659, -0.845439,  0.403545,  0.349835,  0.411120,  0.073637,  0.908602,  0.340901,  0.911992, -0.228162,  0.250000, -0.675000, 
+                               -2.631557,  3.401321,  1.119659, -0.845439,  0.403545,  0.349835,  0.411121,  0.073638,  0.908602,  0.340901,  0.911992, -0.228162,  0.250000, -0.675000, 
+                               -2.025372,  3.401321,  2.025372, -0.646802,  0.404096,  0.646802,  0.682049, -0.072996,  0.727654,  0.341256,  0.911799, -0.228400,  0.500000, -0.675000, 
+                               -1.804507,  4.066494,  1.804507, -0.615242,  0.492602,  0.615484,  0.670035, -0.084614,  0.737492,  0.415368,  0.866132, -0.278002,  0.500000, -0.900000, 
+                               -2.025372,  3.401321,  2.025372, -0.646802,  0.404096,  0.646802,  0.682049, -0.072996,  0.727654,  0.341256,  0.911799, -0.228400,  0.500000, -0.675000, 
+                               -2.631557,  3.401321,  1.119659, -0.845439,  0.403545,  0.349835,  0.411121,  0.073638,  0.908602,  0.340901,  0.911992, -0.228162,  0.250000, -0.675000, 
+                               -2.881889,  2.748061,  1.226170, -0.869996,  0.336858,  0.360047,  0.402456,  0.063302,  0.913248,  0.284843,  0.939425, -0.190643,  0.250000, -0.450000, 
+                               -2.881889,  2.748061,  1.226170, -0.869996,  0.336858,  0.360047,  0.402456,  0.063301,  0.913248,  0.284844,  0.939425, -0.190643,  0.250000, -0.450000, 
+                               -2.218040,  2.748060,  2.218040, -0.665655,  0.337351,  0.665655,  0.689625, -0.062777,  0.721440,  0.285166,  0.939283, -0.190859,  0.500000, -0.450000, 
+                               -2.025372,  3.401321,  2.025372, -0.646802,  0.404096,  0.646802,  0.682049, -0.072996,  0.727654,  0.341256,  0.911799, -0.228399,  0.500000, -0.675000, 
+                               -2.218040,  2.748060,  2.218040, -0.665655,  0.337351,  0.665655,  0.689625, -0.062777,  0.721440,  0.285166,  0.939283, -0.190859,  0.500000, -0.450000, 
+                               -2.881889,  2.748061,  1.226170, -0.869996,  0.336858,  0.360047,  0.402456,  0.063301,  0.913248,  0.284844,  0.939425, -0.190643,  0.250000, -0.450000, 
+                               -3.058955,  2.118628,  1.301507, -0.904193,  0.205791,  0.374280,  0.389961,  0.040234,  0.919952,  0.174259,  0.977769, -0.116629,  0.250000, -0.225000, 
+                               -3.058955,  2.118628,  1.301507, -0.904193,  0.205791,  0.374280,  0.389961,  0.040234,  0.919952,  0.174259,  0.977769, -0.116630,  0.250000, -0.225000, 
+                               -2.354318,  2.118628,  2.354318, -0.691923,  0.206120,  0.691923,  0.700571, -0.039925,  0.712465,  0.174478,  0.977712, -0.116776,  0.500000, -0.225000, 
+                               -2.218040,  2.748060,  2.218040, -0.665655,  0.337351,  0.665655,  0.689626, -0.062776,  0.721440,  0.285166,  0.939283, -0.190859,  0.500000, -0.450000, 
+                               -2.354318,  2.118628,  2.354318, -0.691923,  0.206120,  0.691923,  0.700571, -0.039925,  0.712465,  0.174478,  0.977712, -0.116776,  0.500000, -0.225000, 
+                               -3.058955,  2.118628,  1.301507, -0.904193,  0.205791,  0.374280,  0.389961,  0.040234,  0.919952,  0.174259,  0.977769, -0.116630,  0.250000, -0.225000, 
+                               -3.126118,  1.524935,  1.330082, -0.921879, -0.066370,  0.381752,  0.383375, -0.013231,  0.923498, -0.056241,  0.997707,  0.037642,  0.250000,  0.000000, 
+                               -3.126118,  1.524935,  1.330082, -0.921879, -0.066370,  0.381752,  0.383375, -0.013231,  0.923498, -0.056241,  0.997707,  0.037641,  0.250000,  0.000000, 
+                               -2.406010,  1.524936,  2.406009, -0.705543, -0.066480,  0.705543,  0.706426,  0.013141,  0.707665, -0.056317,  0.997701,  0.037692,  0.500000,  0.000000, 
+                               -2.354318,  2.118628,  2.354318, -0.691923,  0.206120,  0.691923,  0.700571, -0.039925,  0.712465,  0.174478,  0.977712, -0.116777,  0.500000, -0.225000, 
+                               -2.344588,  4.066495,  0.997562, -0.804126,  0.492635,  0.332705,  0.335848, -0.085311,  0.938045,  0.490497,  0.866045, -0.096850,  0.250000, -0.900000, 
+                               -2.541559,  4.066495,  0.000000, -0.870322,  0.492483, -0.000054,  0.047619,  0.084262,  0.995305,  0.490175,  0.866234, -0.096786,  0.000000, -0.900000, 
+                               -2.852635,  3.401321,  0.000000, -0.915321,  0.402725, -0.000000,  0.031923,  0.072556,  0.996853,  0.401458,  0.912441, -0.079269,  0.000000, -0.675000, 
+                               -2.852635,  3.401321,  0.000000, -0.915321,  0.402725, -0.000000,  0.031923,  0.072556,  0.996853,  0.401458,  0.912441, -0.079269,  0.000000, -0.675000, 
+                               -2.631557,  3.401321,  1.119659, -0.845439,  0.403545,  0.349835,  0.351114, -0.073606,  0.933435,  0.402433,  0.911994, -0.079461,  0.250000, -0.675000, 
+                               -2.344588,  4.066495,  0.997562, -0.804126,  0.492635,  0.332705,  0.335848, -0.085311,  0.938045,  0.490497,  0.866045, -0.096850,  0.250000, -0.900000, 
+                               -2.631557,  3.401321,  1.119659, -0.845439,  0.403545,  0.349835,  0.351114, -0.073606,  0.933435,  0.402433,  0.911994, -0.079461,  0.250000, -0.675000, 
+                               -2.852635,  3.401321,  0.000000, -0.915321,  0.402725, -0.000000,  0.031923,  0.072556,  0.996853,  0.401458,  0.912441, -0.079269,  0.000000, -0.675000, 
+                               -3.124000,  2.748061,  0.000000, -0.941808,  0.336151, -0.000000,  0.022263,  0.062374,  0.997805,  0.335413,  0.939740, -0.066228,  0.000000, -0.450000, 
+                               -3.124000,  2.748061,  0.000000, -0.941808,  0.336151, -0.000000,  0.022263,  0.062374,  0.997805,  0.335413,  0.939740, -0.066228,  0.000000, -0.450000, 
+                               -2.881889,  2.748061,  1.226170, -0.869996,  0.336858,  0.360047,  0.360603, -0.063306,  0.930569,  0.336263,  0.939425, -0.066396,  0.250000, -0.450000, 
+                               -2.631557,  3.401321,  1.119659, -0.845439,  0.403545,  0.349835,  0.351114, -0.073606,  0.933435,  0.402433,  0.911994, -0.079461,  0.250000, -0.675000, 
+                               -2.881889,  2.748061,  1.226170, -0.869996,  0.336858,  0.360047,  0.360603, -0.063306,  0.930569,  0.336263,  0.939425, -0.066396,  0.250000, -0.450000, 
+                               -3.124000,  2.748061,  0.000000, -0.941808,  0.336151, -0.000000,  0.022263,  0.062374,  0.997805,  0.335413,  0.939740, -0.066228,  0.000000, -0.450000, 
+                               -3.315941,  2.118628,  0.000000, -0.978690,  0.205342, -0.000000,  0.008319,  0.039649,  0.999179,  0.205174,  0.977887, -0.040512,  0.000000, -0.225000, 
+                               -3.315941,  2.118628,  0.000000, -0.978690,  0.205342, -0.000000,  0.008319,  0.039649,  0.999179,  0.205174,  0.977887, -0.040512,  0.000000, -0.225000, 
+                               -3.058955,  2.118628,  1.301507, -0.904193,  0.205791,  0.374280,  0.374318, -0.040269,  0.926426,  0.205722,  0.977767, -0.040620,  0.250000, -0.225000, 
+                               -2.881889,  2.748061,  1.226170, -0.869996,  0.336858,  0.360047,  0.360603, -0.063306,  0.930569,  0.336263,  0.939425, -0.066396,  0.250000, -0.450000, 
+                               -3.388745,  1.524935,  0.000000, -0.997804, -0.066240, -0.000000,  0.000866, -0.013049,  0.999915, -0.066234,  0.997718,  0.013078,  0.000000,  0.000000, 
+                               -3.388745,  1.524935,  0.000000, -0.997804, -0.066240, -0.000000,  0.000866, -0.013049,  0.999915, -0.066234,  0.997718,  0.013078,  0.000000,  0.000000, 
+                               -3.126118,  1.524935,  1.330082, -0.921879, -0.066370,  0.381752,  0.381747,  0.013261,  0.924172, -0.066400,  0.997707,  0.013111,  0.250000,  0.000000, 
+                               -3.058955,  2.118628,  1.301507, -0.904193,  0.205791,  0.374280,  0.374318, -0.040269,  0.926426,  0.205722,  0.977767, -0.040620,  0.250000, -0.225000, 
+                               -2.541559,  4.066495,  0.000000, -0.870322,  0.492483, -0.000054, -0.047712, -0.084207,  0.995305,  0.490166,  0.866239,  0.096784,  2.000000, -0.900000, 
+                               -2.344588,  4.066495, -0.997562, -0.803725,  0.493370, -0.332584, -0.335744,  0.085418,  0.938073,  0.491225,  0.865616,  0.096993,  1.750000, -0.900000, 
+                               -2.631556,  3.401321, -1.119659, -0.845439,  0.403545, -0.349835, -0.351114,  0.073606,  0.933435,  0.402433,  0.911994,  0.079461,  1.750000, -0.675000, 
+                               -2.631556,  3.401321, -1.119659, -0.845439,  0.403545, -0.349835, -0.351114,  0.073606,  0.933435,  0.402433,  0.911994,  0.079461,  1.750000, -0.675000, 
+                               -2.852635,  3.401321,  0.000000, -0.915321,  0.402725, -0.000000, -0.031924, -0.072556,  0.996853,  0.401458,  0.912441,  0.079269,  2.000000, -0.675000, 
+                               -2.541559,  4.066495,  0.000000, -0.870322,  0.492483, -0.000054, -0.047712, -0.084207,  0.995305,  0.490166,  0.866239,  0.096784,  2.000000, -0.900000, 
+                               -2.881889,  2.748061, -1.226170, -0.869996,  0.336859, -0.360047, -0.360603,  0.063306,  0.930569,  0.336263,  0.939425,  0.066396,  1.750000, -0.450000, 
+                               -2.881889,  2.748061, -1.226170, -0.869996,  0.336859, -0.360047, -0.360603,  0.063306,  0.930569,  0.336263,  0.939425,  0.066396,  1.750000, -0.450000, 
+                               -3.124000,  2.748061,  0.000000, -0.941808,  0.336151, -0.000000, -0.022263, -0.062374,  0.997805,  0.335413,  0.939740,  0.066228,  2.000000, -0.450000, 
+                               -2.852635,  3.401321,  0.000000, -0.915321,  0.402725, -0.000000, -0.031924, -0.072556,  0.996853,  0.401458,  0.912441,  0.079269,  2.000000, -0.675000, 
+                               -3.058955,  2.118628, -1.301507, -0.904193,  0.205791, -0.374280, -0.374318,  0.040269,  0.926426,  0.205722,  0.977767,  0.040620,  1.750000, -0.225000, 
+                               -3.058955,  2.118628, -1.301507, -0.904193,  0.205791, -0.374280, -0.374318,  0.040269,  0.926426,  0.205722,  0.977767,  0.040620,  1.750000, -0.225000, 
+                               -3.315941,  2.118628,  0.000000, -0.978690,  0.205342, -0.000000, -0.008319, -0.039649,  0.999179,  0.205174,  0.977887,  0.040512,  2.000000, -0.225000, 
+                               -3.124000,  2.748061,  0.000000, -0.941808,  0.336151, -0.000000, -0.022263, -0.062374,  0.997805,  0.335413,  0.939740,  0.066228,  2.000000, -0.450000, 
+                               -3.315941,  2.118628,  0.000000, -0.978690,  0.205342, -0.000000, -0.008319, -0.039649,  0.999179,  0.205174,  0.977887,  0.040512,  2.000000, -0.225000, 
+                               -3.058955,  2.118628, -1.301507, -0.904193,  0.205791, -0.374280, -0.374318,  0.040269,  0.926426,  0.205722,  0.977767,  0.040620,  1.750000, -0.225000, 
+                               -3.126118,  1.524935, -1.330082, -0.921879, -0.066370, -0.381752, -0.381747, -0.013262,  0.924172, -0.066400,  0.997707, -0.013111,  1.750000,  0.000000, 
+                               -3.126118,  1.524935, -1.330082, -0.921879, -0.066370, -0.381752, -0.381747, -0.013261,  0.924172, -0.066400,  0.997707, -0.013111,  1.750000,  0.000000, 
+                               -3.388745,  1.524935,  0.000000, -0.997804, -0.066240, -0.000000, -0.000866,  0.013049,  0.999915, -0.066234,  0.997718, -0.013078,  2.000000,  0.000000, 
+                               -3.315941,  2.118628,  0.000000, -0.978690,  0.205342, -0.000000, -0.008319, -0.039649,  0.999179,  0.205174,  0.977887,  0.040512,  2.000000, -0.225000, 
+                               -2.344588,  4.066495, -0.997562, -0.803725,  0.493370, -0.332584, -0.425294, -0.085446,  0.901013,  0.416114,  0.865613,  0.278502,  1.750000, -0.900000, 
+                               -1.804507,  4.066495, -1.804506, -0.614804,  0.493997, -0.614804, -0.669721,  0.084687,  0.737768,  0.416521,  0.865329,  0.278774,  1.500000, -0.900000, 
+                               -2.025372,  3.401321, -2.025372, -0.646802,  0.404096, -0.646802, -0.682049,  0.072995,  0.727654,  0.341256,  0.911799,  0.228400,  1.500000, -0.675000, 
+                               -2.025372,  3.401321, -2.025372, -0.646802,  0.404096, -0.646802, -0.682049,  0.072996,  0.727654,  0.341256,  0.911799,  0.228400,  1.500000, -0.675000, 
+                               -2.631556,  3.401321, -1.119659, -0.845439,  0.403545, -0.349835, -0.411121, -0.073638,  0.908602,  0.340901,  0.911992,  0.228162,  1.750000, -0.675000, 
+                               -2.344588,  4.066495, -0.997562, -0.803725,  0.493370, -0.332584, -0.425293, -0.085446,  0.901013,  0.416115,  0.865613,  0.278502,  1.750000, -0.900000, 
+                               -2.631556,  3.401321, -1.119659, -0.845439,  0.403545, -0.349835, -0.411121, -0.073638,  0.908602,  0.340901,  0.911992,  0.228162,  1.750000, -0.675000, 
+                               -2.025372,  3.401321, -2.025372, -0.646802,  0.404096, -0.646802, -0.682049,  0.072996,  0.727654,  0.341256,  0.911799,  0.228400,  1.500000, -0.675000, 
+                               -2.218040,  2.748061, -2.218040, -0.665655,  0.337351, -0.665655, -0.689626,  0.062776,  0.721440,  0.285166,  0.939283,  0.190859,  1.500000, -0.450000, 
+                               -2.218040,  2.748061, -2.218040, -0.665655,  0.337351, -0.665655, -0.689626,  0.062776,  0.721440,  0.285166,  0.939283,  0.190859,  1.500000, -0.450000, 
+                               -2.881889,  2.748061, -1.226170, -0.869996,  0.336859, -0.360047, -0.402456, -0.063302,  0.913248,  0.284844,  0.939425,  0.190643,  1.750000, -0.450000, 
+                               -2.631556,  3.401321, -1.119659, -0.845439,  0.403545, -0.349835, -0.411121, -0.073637,  0.908602,  0.340901,  0.911992,  0.228162,  1.750000, -0.675000, 
+                               -2.881889,  2.748061, -1.226170, -0.869996,  0.336859, -0.360047, -0.402456, -0.063302,  0.913248,  0.284844,  0.939425,  0.190643,  1.750000, -0.450000, 
+                               -2.218040,  2.748061, -2.218040, -0.665655,  0.337351, -0.665655, -0.689626,  0.062776,  0.721440,  0.285166,  0.939283,  0.190859,  1.500000, -0.450000, 
+                               -2.354318,  2.118628, -2.354318, -0.691923,  0.206120, -0.691923, -0.700571,  0.039925,  0.712465,  0.174478,  0.977712,  0.116776,  1.500000, -0.225000, 
+                               -2.354318,  2.118628, -2.354318, -0.691923,  0.206120, -0.691923, -0.700571,  0.039925,  0.712465,  0.174478,  0.977712,  0.116776,  1.500000, -0.225000, 
+                               -3.058955,  2.118628, -1.301507, -0.904193,  0.205791, -0.374280, -0.389961, -0.040234,  0.919952,  0.174259,  0.977768,  0.116630,  1.750000, -0.225000, 
+                               -2.881889,  2.748061, -1.226170, -0.869996,  0.336859, -0.360047, -0.402456, -0.063302,  0.913248,  0.284844,  0.939425,  0.190643,  1.750000, -0.450000, 
+                               -3.058955,  2.118628, -1.301507, -0.904193,  0.205791, -0.374280, -0.389961, -0.040234,  0.919952,  0.174259,  0.977768,  0.116630,  1.750000, -0.225000, 
+                               -2.354318,  2.118628, -2.354318, -0.691923,  0.206120, -0.691923, -0.700571,  0.039925,  0.712465,  0.174478,  0.977712,  0.116776,  1.500000, -0.225000, 
+                               -2.406010,  1.524936, -2.406010, -0.705543, -0.066480, -0.705543, -0.706426, -0.013140,  0.707665, -0.056316,  0.997701, -0.037692,  1.500000,  0.000000, 
+                               -2.406010,  1.524936, -2.406010, -0.705543, -0.066480, -0.705543, -0.706426, -0.013141,  0.707665, -0.056317,  0.997701, -0.037692,  1.500000,  0.000000, 
+                               -3.126118,  1.524935, -1.330082, -0.921879, -0.066370, -0.381752, -0.383375,  0.013231,  0.923498, -0.056241,  0.997707, -0.037641,  1.750000,  0.000000, 
+                               -3.058955,  2.118628, -1.301507, -0.904193,  0.205791, -0.374280, -0.389961, -0.040235,  0.919952,  0.174259,  0.977768,  0.116630,  1.750000, -0.225000, 
+                               -1.804507,  4.066495, -1.804506, -0.614804,  0.493997, -0.614804, -0.737768, -0.084687,  0.669722,  0.278775,  0.865329,  0.416521,  1.500000, -0.900000, 
+                               -0.997562,  4.066495, -2.344589, -0.332584,  0.493370, -0.803725, -0.901013,  0.085446,  0.425294,  0.278502,  0.865613,  0.416114,  1.250000, -0.900000, 
+                               -1.119659,  3.401321, -2.631557, -0.349835,  0.403545, -0.845439, -0.908602,  0.073638,  0.411121,  0.228163,  0.911992,  0.340901,  1.250000, -0.675000, 
+                               -1.119659,  3.401321, -2.631557, -0.349835,  0.403545, -0.845439, -0.908602,  0.073638,  0.411121,  0.228162,  0.911992,  0.340901,  1.250000, -0.675000, 
+                               -2.025372,  3.401321, -2.025372, -0.646802,  0.404096, -0.646802, -0.727654, -0.072996,  0.682049,  0.228400,  0.911799,  0.341256,  1.500000, -0.675000, 
+                               -1.804507,  4.066495, -1.804506, -0.614804,  0.493997, -0.614804, -0.737768, -0.084688,  0.669721,  0.278774,  0.865329,  0.416521,  1.500000, -0.900000, 
+                               -2.025372,  3.401321, -2.025372, -0.646802,  0.404096, -0.646802, -0.727654, -0.072996,  0.682049,  0.228400,  0.911799,  0.341256,  1.500000, -0.675000, 
+                               -1.119659,  3.401321, -2.631557, -0.349835,  0.403545, -0.845439, -0.908602,  0.073638,  0.411121,  0.228162,  0.911992,  0.340901,  1.250000, -0.675000, 
+                               -1.226170,  2.748060, -2.881889, -0.360047,  0.336858, -0.869996, -0.913248,  0.063302,  0.402456,  0.190643,  0.939425,  0.284843,  1.250000, -0.450000, 
+                               -1.226170,  2.748060, -2.881889, -0.360047,  0.336858, -0.869996, -0.913248,  0.063302,  0.402456,  0.190643,  0.939425,  0.284843,  1.250000, -0.450000, 
+                               -2.218040,  2.748061, -2.218040, -0.665655,  0.337351, -0.665655, -0.721440, -0.062776,  0.689626,  0.190859,  0.939283,  0.285166,  1.500000, -0.450000, 
+                               -2.025372,  3.401321, -2.025372, -0.646802,  0.404096, -0.646802, -0.727654, -0.072996,  0.682049,  0.228400,  0.911799,  0.341256,  1.500000, -0.675000, 
+                               -1.301507,  2.118628, -3.058955, -0.374280,  0.205791, -0.904193, -0.919952,  0.040235,  0.389961,  0.116630,  0.977768,  0.174259,  1.250000, -0.225000, 
+                               -1.301507,  2.118628, -3.058955, -0.374280,  0.205791, -0.904193, -0.919952,  0.040234,  0.389961,  0.116630,  0.977768,  0.174259,  1.250000, -0.225000, 
+                               -2.354318,  2.118628, -2.354318, -0.691923,  0.206120, -0.691923, -0.712465, -0.039925,  0.700571,  0.116777,  0.977712,  0.174478,  1.500000, -0.225000, 
+                               -2.218040,  2.748061, -2.218040, -0.665655,  0.337351, -0.665655, -0.721440, -0.062776,  0.689626,  0.190859,  0.939283,  0.285166,  1.500000, -0.450000, 
+                               -1.301507,  2.118628, -3.058955, -0.374280,  0.205791, -0.904193, -0.919952,  0.040234,  0.389961,  0.116630,  0.977768,  0.174259,  1.250000, -0.225000, 
+                               -1.330082,  1.524936, -3.126118, -0.381752, -0.066370, -0.921879, -0.923498, -0.013231,  0.383375, -0.037642,  0.997707, -0.056241,  1.250000,  0.000000, 
+                               -1.330082,  1.524936, -3.126118, -0.381752, -0.066370, -0.921879, -0.923498, -0.013231,  0.383375, -0.037642,  0.997707, -0.056241,  1.250000,  0.000000, 
+                               -2.406010,  1.524936, -2.406010, -0.705543, -0.066480, -0.705543, -0.707665,  0.013140,  0.706426, -0.037692,  0.997701, -0.056316,  1.500000,  0.000000, 
+                               -2.354318,  2.118628, -2.354318, -0.691923,  0.206120, -0.691923, -0.712465, -0.039925,  0.700571,  0.116776,  0.977712,  0.174478,  1.500000, -0.225000, 
+                               -0.997562,  4.066495, -2.344589, -0.332584,  0.493370, -0.803725, -0.938073, -0.085418,  0.335743,  0.096993,  0.865615,  0.491225,  1.250000, -0.900000, 
+                                0.000000,  4.066495, -2.541559,  0.000000,  0.492520, -0.870301, -0.995305,  0.084238,  0.047672,  0.096792,  0.866215,  0.490208,  1.000000, -0.900000, 
+                                0.000000,  3.401321, -2.852635,  0.000000,  0.402725, -0.915321, -0.996853,  0.072556,  0.031923,  0.079268,  0.912441,  0.401458,  1.000000, -0.675000, 
+                                0.000000,  3.401321, -2.852635,  0.000000,  0.402725, -0.915321, -0.996853,  0.072556,  0.031923,  0.079269,  0.912441,  0.401458,  1.000000, -0.675000, 
+                               -1.119659,  3.401321, -2.631557, -0.349835,  0.403545, -0.845439, -0.933435, -0.073606,  0.351114,  0.079461,  0.911994,  0.402433,  1.250000, -0.675000, 
+                               -0.997562,  4.066495, -2.344589, -0.332584,  0.493370, -0.803725, -0.938073, -0.085418,  0.335744,  0.096993,  0.865615,  0.491225,  1.250000, -0.900000, 
+                               -1.119659,  3.401321, -2.631557, -0.349835,  0.403545, -0.845439, -0.933435, -0.073606,  0.351114,  0.079461,  0.911994,  0.402433,  1.250000, -0.675000, 
+                                0.000000,  3.401321, -2.852635,  0.000000,  0.402725, -0.915321, -0.996853,  0.072556,  0.031923,  0.079269,  0.912441,  0.401458,  1.000000, -0.675000, 
+                                0.000000,  2.748061, -3.124000,  0.000000,  0.336151, -0.941808, -0.997805,  0.062374,  0.022263,  0.066228,  0.939740,  0.335413,  1.000000, -0.450000, 
+                                0.000000,  2.748061, -3.124000,  0.000000,  0.336151, -0.941808, -0.997805,  0.062374,  0.022262,  0.066227,  0.939740,  0.335413,  1.000000, -0.450000, 
+                               -1.226170,  2.748060, -2.881889, -0.360047,  0.336858, -0.869996, -0.930569, -0.063307,  0.360602,  0.066395,  0.939425,  0.336263,  1.250000, -0.450000, 
+                               -1.119659,  3.401321, -2.631557, -0.349835,  0.403545, -0.845439, -0.933435, -0.073606,  0.351114,  0.079461,  0.911994,  0.402433,  1.250000, -0.675000, 
+                                0.000000,  2.118628, -3.315940,  0.000000,  0.205342, -0.978690, -0.999179,  0.039648,  0.008319,  0.040511,  0.977887,  0.205174,  1.000000, -0.225000, 
+                                0.000000,  2.118628, -3.315940,  0.000000,  0.205342, -0.978690, -0.999179,  0.039649,  0.008319,  0.040512,  0.977887,  0.205174,  1.000000, -0.225000, 
+                               -1.301507,  2.118628, -3.058955, -0.374280,  0.205791, -0.904193, -0.926426, -0.040269,  0.374318,  0.040620,  0.977767,  0.205722,  1.250000, -0.225000, 
+                               -1.226170,  2.748060, -2.881889, -0.360047,  0.336858, -0.869996, -0.930569, -0.063306,  0.360603,  0.066396,  0.939425,  0.336263,  1.250000, -0.450000, 
+                               -1.301507,  2.118628, -3.058955, -0.374280,  0.205791, -0.904193, -0.926426, -0.040269,  0.374318,  0.040620,  0.977767,  0.205722,  1.250000, -0.225000, 
+                                0.000000,  2.118628, -3.315940,  0.000000,  0.205342, -0.978690, -0.999179,  0.039649,  0.008319,  0.040512,  0.977887,  0.205174,  1.000000, -0.225000, 
+                                0.000000,  1.524936, -3.388745,  0.000000, -0.066240, -0.997804, -0.999914, -0.013049,  0.000866, -0.013078,  0.997718, -0.066234,  1.000000,  0.000000, 
+                                0.000000,  1.524936, -3.388745,  0.000000, -0.066240, -0.997804, -0.999915, -0.013049,  0.000866, -0.013078,  0.997718, -0.066234,  1.000000,  0.000000, 
+                               -1.330082,  1.524936, -3.126118, -0.381752, -0.066370, -0.921879, -0.924172,  0.013262,  0.381747, -0.013111,  0.997707, -0.066400,  1.250000,  0.000000, 
+                               -1.301507,  2.118628, -3.058955, -0.374280,  0.205791, -0.904193, -0.926426, -0.040269,  0.374318,  0.040620,  0.977767,  0.205722,  1.250000, -0.225000, 
+                                0.000000,  4.066495, -2.541559,  0.000000,  0.492520, -0.870301, -0.995305, -0.084238, -0.047672, -0.096792,  0.866215,  0.490208,  1.000000, -0.900000, 
+                                0.997562,  4.066495, -2.344589,  0.332584,  0.493370, -0.803725, -0.938073,  0.085418, -0.335744, -0.096993,  0.865616,  0.491225,  0.750000, -0.900000, 
+                                1.119659,  3.401321, -2.631557,  0.349835,  0.403545, -0.845439, -0.933435,  0.073606, -0.351114, -0.079461,  0.911994,  0.402433,  0.750000, -0.675000, 
+                                1.119659,  3.401321, -2.631557,  0.349835,  0.403545, -0.845439, -0.933435,  0.073606, -0.351114, -0.079461,  0.911994,  0.402433,  0.750000, -0.675000, 
+                                0.000000,  3.401321, -2.852635,  0.000000,  0.402725, -0.915321, -0.996853, -0.072556, -0.031924, -0.079269,  0.912441,  0.401458,  1.000000, -0.675000, 
+                                0.000000,  4.066495, -2.541559,  0.000000,  0.492520, -0.870301, -0.995305, -0.084239, -0.047672, -0.096792,  0.866215,  0.490208,  1.000000, -0.900000, 
+                                0.000000,  3.401321, -2.852635,  0.000000,  0.402725, -0.915321, -0.996853, -0.072556, -0.031924, -0.079269,  0.912441,  0.401458,  1.000000, -0.675000, 
+                                1.119659,  3.401321, -2.631557,  0.349835,  0.403545, -0.845439, -0.933435,  0.073606, -0.351114, -0.079461,  0.911994,  0.402433,  0.750000, -0.675000, 
+                                1.226170,  2.748060, -2.881889,  0.360047,  0.336859, -0.869996, -0.930569,  0.063306, -0.360603, -0.066396,  0.939425,  0.336263,  0.750000, -0.450000, 
+                                1.226170,  2.748060, -2.881889,  0.360047,  0.336859, -0.869996, -0.930569,  0.063307, -0.360602, -0.066395,  0.939425,  0.336263,  0.750000, -0.450000, 
+                                0.000000,  2.748061, -3.124000,  0.000000,  0.336151, -0.941808, -0.997805, -0.062373, -0.022262, -0.066227,  0.939740,  0.335413,  1.000000, -0.450000, 
+                                0.000000,  3.401321, -2.852635,  0.000000,  0.402725, -0.915321, -0.996853, -0.072556, -0.031923, -0.079268,  0.912441,  0.401458,  1.000000, -0.675000, 
+                                1.301507,  2.118628, -3.058955,  0.374280,  0.205791, -0.904193, -0.926426,  0.040270, -0.374318, -0.040620,  0.977767,  0.205722,  0.750000, -0.225000, 
+                                1.301507,  2.118628, -3.058955,  0.374280,  0.205791, -0.904193, -0.926426,  0.040269, -0.374318, -0.040620,  0.977767,  0.205722,  0.750000, -0.225000, 
+                                0.000000,  2.118628, -3.315940,  0.000000,  0.205342, -0.978690, -0.999179, -0.039649, -0.008319, -0.040512,  0.977887,  0.205174,  1.000000, -0.225000, 
+                                0.000000,  2.748061, -3.124000,  0.000000,  0.336151, -0.941808, -0.997805, -0.062374, -0.022263, -0.066228,  0.939740,  0.335413,  1.000000, -0.450000, 
+                                0.000000,  2.118628, -3.315940,  0.000000,  0.205342, -0.978690, -0.999179, -0.039649, -0.008319, -0.040512,  0.977887,  0.205174,  1.000000, -0.225000, 
+                                1.301507,  2.118628, -3.058955,  0.374280,  0.205791, -0.904193, -0.926426,  0.040269, -0.374318, -0.040620,  0.977767,  0.205722,  0.750000, -0.225000, 
+                                1.330082,  1.524936, -3.126117,  0.381752, -0.066370, -0.921879, -0.924172, -0.013262, -0.381747,  0.013111,  0.997707, -0.066400,  0.750000,  0.000000, 
+                                1.330082,  1.524936, -3.126117,  0.381752, -0.066370, -0.921879, -0.924172, -0.013262, -0.381747,  0.013111,  0.997707, -0.066400,  0.750000,  0.000000, 
+                                0.000000,  1.524936, -3.388745,  0.000000, -0.066240, -0.997804, -0.999915,  0.013049, -0.000866,  0.013078,  0.997718, -0.066234,  1.000000,  0.000000, 
+                                0.000000,  2.118628, -3.315940,  0.000000,  0.205342, -0.978690, -0.999179, -0.039649, -0.008319, -0.040512,  0.977887,  0.205174,  1.000000, -0.225000, 
+                                0.997562,  4.066495, -2.344589,  0.332584,  0.493370, -0.803725, -0.901013, -0.085446, -0.425294, -0.278502,  0.865613,  0.416114,  0.750000, -0.900000, 
+                                1.804507,  4.066495, -1.804506,  0.614804,  0.493997, -0.614804, -0.737768,  0.084687, -0.669722, -0.278775,  0.865329,  0.416521,  0.500000, -0.900000, 
+                                2.025372,  3.401321, -2.025372,  0.646802,  0.404096, -0.646802, -0.727654,  0.072995, -0.682049, -0.228400,  0.911799,  0.341256,  0.500000, -0.675000, 
+                                2.025372,  3.401321, -2.025372,  0.646802,  0.404096, -0.646802, -0.727654,  0.072996, -0.682049, -0.228400,  0.911799,  0.341256,  0.500000, -0.675000, 
+                                1.119659,  3.401321, -2.631557,  0.349835,  0.403545, -0.845439, -0.908602, -0.073638, -0.411121, -0.228162,  0.911992,  0.340901,  0.750000, -0.675000, 
+                                0.997562,  4.066495, -2.344589,  0.332584,  0.493370, -0.803725, -0.901013, -0.085446, -0.425293, -0.278502,  0.865613,  0.416114,  0.750000, -0.900000, 
+                                1.119659,  3.401321, -2.631557,  0.349835,  0.403545, -0.845439, -0.908602, -0.073638, -0.411121, -0.228162,  0.911992,  0.340901,  0.750000, -0.675000, 
+                                2.025372,  3.401321, -2.025372,  0.646802,  0.404096, -0.646802, -0.727654,  0.072996, -0.682049, -0.228400,  0.911799,  0.341256,  0.500000, -0.675000, 
+                                2.218040,  2.748061, -2.218040,  0.665655,  0.337351, -0.665655, -0.721440,  0.062776, -0.689626, -0.190859,  0.939283,  0.285166,  0.500000, -0.450000, 
+                                2.218040,  2.748061, -2.218040,  0.665655,  0.337351, -0.665655, -0.721440,  0.062776, -0.689626, -0.190859,  0.939283,  0.285166,  0.500000, -0.450000, 
+                                1.226170,  2.748060, -2.881889,  0.360047,  0.336859, -0.869996, -0.913248, -0.063302, -0.402457, -0.190643,  0.939425,  0.284844,  0.750000, -0.450000, 
+                                1.119659,  3.401321, -2.631557,  0.349835,  0.403545, -0.845439, -0.908602, -0.073638, -0.411121, -0.228162,  0.911992,  0.340901,  0.750000, -0.675000, 
+                                1.226170,  2.748060, -2.881889,  0.360047,  0.336859, -0.869996, -0.913248, -0.063302, -0.402457, -0.190643,  0.939425,  0.284844,  0.750000, -0.450000, 
+                                2.218040,  2.748061, -2.218040,  0.665655,  0.337351, -0.665655, -0.721440,  0.062776, -0.689626, -0.190859,  0.939283,  0.285166,  0.500000, -0.450000, 
+                                2.354318,  2.118628, -2.354318,  0.691923,  0.206120, -0.691923, -0.712465,  0.039925, -0.700571, -0.116777,  0.977712,  0.174478,  0.500000, -0.225000, 
+                                2.354318,  2.118628, -2.354318,  0.691923,  0.206120, -0.691923, -0.712465,  0.039925, -0.700571, -0.116777,  0.977712,  0.174478,  0.500000, -0.225000, 
+                                1.301507,  2.118628, -3.058955,  0.374280,  0.205791, -0.904193, -0.919952, -0.040234, -0.389961, -0.116630,  0.977768,  0.174259,  0.750000, -0.225000, 
+                                1.226170,  2.748060, -2.881889,  0.360047,  0.336859, -0.869996, -0.913248, -0.063302, -0.402456, -0.190643,  0.939425,  0.284844,  0.750000, -0.450000, 
+                                1.301507,  2.118628, -3.058955,  0.374280,  0.205791, -0.904193, -0.919952, -0.040234, -0.389961, -0.116630,  0.977768,  0.174259,  0.750000, -0.225000, 
+                                2.354318,  2.118628, -2.354318,  0.691923,  0.206120, -0.691923, -0.712465,  0.039925, -0.700571, -0.116777,  0.977712,  0.174478,  0.500000, -0.225000, 
+                                2.406010,  1.524936, -2.406010,  0.705543, -0.066480, -0.705543, -0.707665, -0.013140, -0.706426,  0.037692,  0.997701, -0.056316,  0.500000,  0.000000, 
+                                2.406010,  1.524936, -2.406010,  0.705543, -0.066480, -0.705543, -0.707665, -0.013140, -0.706426,  0.037692,  0.997701, -0.056316,  0.500000,  0.000000, 
+                                1.330082,  1.524936, -3.126117,  0.381752, -0.066370, -0.921879, -0.923498,  0.013231, -0.383375,  0.037642,  0.997707, -0.056241,  0.750000,  0.000000, 
+                                1.301507,  2.118628, -3.058955,  0.374280,  0.205791, -0.904193, -0.919952, -0.040234, -0.389961, -0.116630,  0.977769,  0.174259,  0.750000, -0.225000, 
+                                1.804507,  4.066495, -1.804506,  0.614804,  0.493997, -0.614804, -0.669721, -0.084687, -0.737768, -0.416521,  0.865329,  0.278774,  0.500000, -0.900000, 
+                                2.344588,  4.066495, -0.997562,  0.803725,  0.493370, -0.332584, -0.425294,  0.085446, -0.901013, -0.416115,  0.865613,  0.278502,  0.250000, -0.900000, 
+                                2.631557,  3.401321, -1.119659,  0.845439,  0.403545, -0.349835, -0.411121,  0.073638, -0.908602, -0.340901,  0.911992,  0.228162,  0.250000, -0.675000, 
+                                2.631557,  3.401321, -1.119659,  0.845439,  0.403545, -0.349835, -0.411121,  0.073638, -0.908602, -0.340901,  0.911992,  0.228162,  0.250000, -0.675000, 
+                                2.025372,  3.401321, -2.025372,  0.646802,  0.404096, -0.646802, -0.682049, -0.072996, -0.727654, -0.341256,  0.911799,  0.228400,  0.500000, -0.675000, 
+                                1.804507,  4.066495, -1.804506,  0.614804,  0.493997, -0.614804, -0.669721, -0.084687, -0.737768, -0.416521,  0.865329,  0.278774,  0.500000, -0.900000, 
+                                2.025372,  3.401321, -2.025372,  0.646802,  0.404096, -0.646802, -0.682049, -0.072996, -0.727654, -0.341256,  0.911799,  0.228400,  0.500000, -0.675000, 
+                                2.631557,  3.401321, -1.119659,  0.845439,  0.403545, -0.349835, -0.411121,  0.073638, -0.908602, -0.340901,  0.911992,  0.228162,  0.250000, -0.675000, 
+                                2.881889,  2.748061, -1.226170,  0.869996,  0.336858, -0.360047, -0.402456,  0.063302, -0.913248, -0.284843,  0.939425,  0.190643,  0.250000, -0.450000, 
+                                2.881889,  2.748061, -1.226170,  0.869996,  0.336858, -0.360047, -0.402456,  0.063302, -0.913248, -0.284844,  0.939425,  0.190643,  0.250000, -0.450000, 
+                                2.218040,  2.748061, -2.218040,  0.665655,  0.337351, -0.665655, -0.689626, -0.062776, -0.721440, -0.285166,  0.939283,  0.190859,  0.500000, -0.450000, 
+                                2.025372,  3.401321, -2.025372,  0.646802,  0.404096, -0.646802, -0.682049, -0.072996, -0.727654, -0.341256,  0.911799,  0.228399,  0.500000, -0.675000, 
+                                2.218040,  2.748061, -2.218040,  0.665655,  0.337351, -0.665655, -0.689626, -0.062776, -0.721440, -0.285166,  0.939283,  0.190859,  0.500000, -0.450000, 
+                                2.881889,  2.748061, -1.226170,  0.869996,  0.336858, -0.360047, -0.402456,  0.063302, -0.913248, -0.284844,  0.939425,  0.190643,  0.250000, -0.450000, 
+                                3.058955,  2.118628, -1.301507,  0.904193,  0.205791, -0.374280, -0.389961,  0.040234, -0.919952, -0.174259,  0.977769,  0.116630,  0.250000, -0.225000, 
+                                3.058955,  2.118628, -1.301507,  0.904193,  0.205791, -0.374280, -0.389961,  0.040234, -0.919952, -0.174259,  0.977768,  0.116630,  0.250000, -0.225000, 
+                                2.354318,  2.118628, -2.354318,  0.691923,  0.206120, -0.691923, -0.700571, -0.039925, -0.712465, -0.174478,  0.977712,  0.116776,  0.500000, -0.225000, 
+                                2.218040,  2.748061, -2.218040,  0.665655,  0.337351, -0.665655, -0.689626, -0.062776, -0.721440, -0.285166,  0.939283,  0.190859,  0.500000, -0.450000, 
+                                2.354318,  2.118628, -2.354318,  0.691923,  0.206120, -0.691923, -0.700571, -0.039925, -0.712465, -0.174478,  0.977712,  0.116776,  0.500000, -0.225000, 
+                                3.058955,  2.118628, -1.301507,  0.904193,  0.205791, -0.374280, -0.389961,  0.040234, -0.919952, -0.174259,  0.977768,  0.116630,  0.250000, -0.225000, 
+                                3.126118,  1.524935, -1.330082,  0.921879, -0.066370, -0.381752, -0.383375, -0.013231, -0.923498,  0.056241,  0.997707, -0.037642,  0.250000,  0.000000, 
+                                3.126118,  1.524935, -1.330082,  0.921879, -0.066370, -0.381752, -0.383375, -0.013231, -0.923498,  0.056241,  0.997707, -0.037642,  0.250000,  0.000000, 
+                                2.406010,  1.524936, -2.406010,  0.705543, -0.066480, -0.705543, -0.706426,  0.013140, -0.707665,  0.056316,  0.997701, -0.037692,  0.500000,  0.000000, 
+                                2.354318,  2.118628, -2.354318,  0.691923,  0.206120, -0.691923, -0.700571, -0.039925, -0.712465, -0.174478,  0.977712,  0.116777,  0.500000, -0.225000, 
+                                2.344588,  4.066495, -0.997562,  0.803725,  0.493370, -0.332584, -0.335744, -0.085418, -0.938073, -0.491225,  0.865615,  0.096994,  0.250000, -0.900000, 
+                                2.541559,  4.066495,  0.000000,  0.870301,  0.492520,  0.000000, -0.047672,  0.084239, -0.995305, -0.490208,  0.866214,  0.096793,  0.000000, -0.900000, 
+                                2.852635,  3.401321,  0.000000,  0.915321,  0.402725,  0.000000, -0.031923,  0.072556, -0.996853, -0.401458,  0.912441,  0.079269,  0.000000, -0.675000, 
+                                2.852635,  3.401321,  0.000000,  0.915321,  0.402725,  0.000000, -0.031923,  0.072556, -0.996853, -0.401458,  0.912441,  0.079269,  0.000000, -0.675000, 
+                                2.631557,  3.401321, -1.119659,  0.845439,  0.403545, -0.349835, -0.351114, -0.073606, -0.933435, -0.402433,  0.911994,  0.079461,  0.250000, -0.675000, 
+                                2.344588,  4.066495, -0.997562,  0.803725,  0.493370, -0.332584, -0.335744, -0.085418, -0.938073, -0.491225,  0.865615,  0.096993,  0.250000, -0.900000, 
+                                2.631557,  3.401321, -1.119659,  0.845439,  0.403545, -0.349835, -0.351114, -0.073606, -0.933435, -0.402433,  0.911994,  0.079461,  0.250000, -0.675000, 
+                                2.852635,  3.401321,  0.000000,  0.915321,  0.402725,  0.000000, -0.031923,  0.072556, -0.996853, -0.401458,  0.912441,  0.079269,  0.000000, -0.675000, 
+                                3.124000,  2.748061,  0.000000,  0.941808,  0.336151,  0.000000, -0.022263,  0.062374, -0.997805, -0.335413,  0.939740,  0.066228,  0.000000, -0.450000, 
+                                3.124000,  2.748061,  0.000000,  0.941808,  0.336151,  0.000000, -0.022263,  0.062374, -0.997805, -0.335413,  0.939740,  0.066228,  0.000000, -0.450000, 
+                                2.881889,  2.748061, -1.226170,  0.869996,  0.336858, -0.360047, -0.360603, -0.063306, -0.930569, -0.336263,  0.939425,  0.066396,  0.250000, -0.450000, 
+                                2.631557,  3.401321, -1.119659,  0.845439,  0.403545, -0.349835, -0.351114, -0.073606, -0.933435, -0.402433,  0.911994,  0.079461,  0.250000, -0.675000, 
+                                2.881889,  2.748061, -1.226170,  0.869996,  0.336858, -0.360047, -0.360603, -0.063306, -0.930569, -0.336263,  0.939425,  0.066396,  0.250000, -0.450000, 
+                                3.124000,  2.748061,  0.000000,  0.941808,  0.336151,  0.000000, -0.022263,  0.062374, -0.997805, -0.335413,  0.939740,  0.066228,  0.000000, -0.450000, 
+                                3.315941,  2.118628,  0.000000,  0.978690,  0.205342,  0.000000, -0.008319,  0.039649, -0.999179, -0.205174,  0.977887,  0.040512,  0.000000, -0.225000, 
+                                3.315941,  2.118628,  0.000000,  0.978690,  0.205342,  0.000000, -0.008319,  0.039649, -0.999179, -0.205174,  0.977887,  0.040512,  0.000000, -0.225000, 
+                                3.058955,  2.118628, -1.301507,  0.904193,  0.205791, -0.374280, -0.374318, -0.040269, -0.926426, -0.205722,  0.977767,  0.040620,  0.250000, -0.225000, 
+                                2.881889,  2.748061, -1.226170,  0.869996,  0.336858, -0.360047, -0.360603, -0.063306, -0.930569, -0.336263,  0.939425,  0.066396,  0.250000, -0.450000, 
+                                3.388745,  1.524935,  0.000000,  0.997804, -0.066240,  0.000000, -0.000866, -0.013049, -0.999915,  0.066234,  0.997718, -0.013078,  0.000000,  0.000000, 
+                                3.388745,  1.524935,  0.000000,  0.997804, -0.066240,  0.000000, -0.000866, -0.013049, -0.999915,  0.066234,  0.997718, -0.013078,  0.000000,  0.000000, 
+                                3.126118,  1.524935, -1.330082,  0.921879, -0.066370, -0.381752, -0.381747,  0.013262, -0.924172,  0.066400,  0.997707, -0.013111,  0.250000,  0.000000, 
+                                3.058955,  2.118628, -1.301507,  0.904193,  0.205791, -0.374280, -0.374318, -0.040269, -0.926426, -0.205722,  0.977767,  0.040620,  0.250000, -0.225000, 
+                                3.388745,  1.524935,  0.000000,  0.997804, -0.066240,  0.000000,  0.000866,  0.013049, -0.999915,  0.066234,  0.997718,  0.013078,  2.000000,  0.000000, 
+                                3.126118,  1.524935,  1.330082,  0.921879, -0.066370,  0.381752,  0.381747, -0.013261, -0.924172,  0.066400,  0.997707,  0.013111,  1.750000,  0.000000, 
+                                3.004004,  1.022580,  1.278126,  0.831437, -0.436180,  0.344179,  0.345982, -0.078259, -0.934972,  0.434751,  0.896450,  0.085843,  1.750000,  0.150000, 
+                                3.004004,  1.022580,  1.278126,  0.831437, -0.436180,  0.344179,  0.345982, -0.078259, -0.934972,  0.434751,  0.896450,  0.085843,  1.750000,  0.150000, 
+                                3.256372,  1.022580,  0.000000,  0.900182, -0.435513, -0.000000,  0.037314,  0.077125, -0.996323,  0.433912,  0.896872,  0.085677,  2.000000,  0.150000, 
+                                3.388745,  1.524935,  0.000000,  0.997804, -0.066240,  0.000000,  0.000866,  0.013049, -0.999914,  0.066234,  0.997718,  0.013078,  2.000000,  0.000000, 
+                                3.256372,  1.022580,  0.000000,  0.900182, -0.435513, -0.000000,  0.037314,  0.077125, -0.996323,  0.433912,  0.896872,  0.085677,  2.000000,  0.150000, 
+                                3.004004,  1.022580,  1.278126,  0.831437, -0.436180,  0.344179,  0.345982, -0.078259, -0.934972,  0.434751,  0.896450,  0.085843,  1.750000,  0.150000, 
+                                2.735353,  0.651275,  1.163822,  0.673512, -0.684665,  0.278594,  0.292928, -0.098818, -0.951015,  0.678657,  0.722128,  0.134002,  1.750000,  0.300000, 
+                                2.735353,  0.651275,  1.163822,  0.673512, -0.684665,  0.278594,  0.292927, -0.098818, -0.951015,  0.678657,  0.722128,  0.134002,  1.750000,  0.300000, 
+                                2.965153,  0.651275,  0.000000,  0.729611, -0.683863, -0.000000,  0.091512,  0.097633, -0.991006,  0.677712,  0.723049,  0.133816,  2.000000,  0.300000, 
+                                3.256372,  1.022580,  0.000000,  0.900182, -0.435513, -0.000000,  0.037313,  0.077125, -0.996323,  0.433912,  0.896872,  0.085677,  2.000000,  0.150000, 
+                                2.466702,  0.399104,  1.049518,  0.640399, -0.720924,  0.264874,  0.283305, -0.098819, -0.953925,  0.713882,  0.685933,  0.140958,  1.750000,  0.450000, 
+                                2.466702,  0.399104,  1.049518,  0.640399, -0.720924,  0.264874,  0.283305, -0.098819, -0.953925,  0.713882,  0.685933,  0.140958,  1.750000,  0.450000, 
+                                2.673932,  0.399104,  0.000000,  0.693951, -0.720022, -0.000000,  0.101346,  0.097677, -0.990045,  0.712854,  0.687043,  0.140755,  2.000000,  0.450000, 
+                                2.965153,  0.651275,  0.000000,  0.729611, -0.683863, -0.000000,  0.091512,  0.097633, -0.991006,  0.677712,  0.723049,  0.133816,  2.000000,  0.300000, 
+                                2.673932,  0.399104,  0.000000,  0.693951, -0.720022, -0.000000,  0.101346,  0.097677, -0.990045,  0.712854,  0.687043,  0.140755,  2.000000,  0.450000, 
+                                2.466702,  0.399104,  1.049518,  0.640399, -0.720924,  0.264874,  0.283305, -0.098819, -0.953925,  0.713882,  0.685933,  0.140958,  1.750000,  0.450000, 
+                                2.344588,  0.254156,  0.997562,  0.732949, -0.608996,  0.303167,  0.311429, -0.095829, -0.945425,  0.604812,  0.787364,  0.119421,  1.750000,  0.600000, 
+                                2.344588,  0.254156,  0.997562,  0.732949, -0.608996,  0.303167,  0.311429, -0.095829, -0.945425,  0.604812,  0.787364,  0.119422,  1.750000,  0.600000, 
+                                2.541559,  0.254156,  0.000000,  0.793949, -0.607984, -0.000000,  0.072467,  0.094633, -0.992871,  0.603650,  0.788290,  0.119192,  2.000000,  0.600000, 
+                                2.673932,  0.399104,  0.000000,  0.693951, -0.720022, -0.000000,  0.101346,  0.097677, -0.990045,  0.712854,  0.687043,  0.140755,  2.000000,  0.450000, 
+                                3.126118,  1.524935,  1.330082,  0.921879, -0.066370,  0.381752,  0.383375,  0.013231, -0.923498,  0.056241,  0.997707,  0.037641,  1.750000,  0.000000, 
+                                2.406010,  1.524936,  2.406009,  0.705543, -0.066480,  0.705543,  0.706426, -0.013141, -0.707665,  0.056317,  0.997701,  0.037692,  1.500000,  0.000000, 
+                                2.312025,  1.022580,  2.312025,  0.636092, -0.436778,  0.636092,  0.677849, -0.077552, -0.731100,  0.368658,  0.896221,  0.246739,  1.500000,  0.150000, 
+                                2.312025,  1.022580,  2.312025,  0.636092, -0.436778,  0.636092,  0.677849, -0.077551, -0.731100,  0.368658,  0.896221,  0.246739,  1.500000,  0.150000, 
+                                3.004004,  1.022580,  1.278126,  0.831437, -0.436180,  0.344179,  0.416048,  0.078180, -0.905976,  0.368261,  0.896457,  0.246474,  1.750000,  0.150000, 
+                                3.126118,  1.524935,  1.330082,  0.921879, -0.066370,  0.381752,  0.383375,  0.013231, -0.923498,  0.056241,  0.997707,  0.037642,  1.750000,  0.000000, 
+                                3.004004,  1.022580,  1.278126,  0.831437, -0.436180,  0.344179,  0.416048,  0.078180, -0.905976,  0.368261,  0.896457,  0.246474,  1.750000,  0.150000, 
+                                2.312025,  1.022580,  2.312025,  0.636092, -0.436778,  0.636092,  0.677849, -0.077551, -0.731100,  0.368658,  0.896221,  0.246739,  1.500000,  0.150000, 
+                                2.105258,  0.651275,  2.105258,  0.514965, -0.685289,  0.514965,  0.635489, -0.097975, -0.765869,  0.575295,  0.721650,  0.385040,  1.500000,  0.300000, 
+                                2.105258,  0.651275,  2.105258,  0.514965, -0.685289,  0.514965,  0.635489, -0.097975, -0.765869,  0.575295,  0.721650,  0.385040,  1.500000,  0.300000, 
+                                2.735353,  0.651275,  1.163822,  0.673512, -0.684665,  0.278594,  0.464618,  0.098988, -0.879961,  0.574902,  0.722104,  0.384777,  1.750000,  0.300000, 
+                                3.004004,  1.022580,  1.278126,  0.831437, -0.436180,  0.344179,  0.416048,  0.078180, -0.905976,  0.368261,  0.896457,  0.246474,  1.750000,  0.150000, 
+                                2.735353,  0.651275,  1.163822,  0.673512, -0.684665,  0.278594,  0.464618,  0.098988, -0.879961,  0.574902,  0.722104,  0.384777,  1.750000,  0.300000, 
+                                2.105258,  0.651275,  2.105258,  0.514965, -0.685289,  0.514965,  0.635489, -0.097975, -0.765869,  0.575295,  0.721650,  0.385040,  1.500000,  0.300000, 
+                                1.898492,  0.399104,  1.898492,  0.489651, -0.721446,  0.489651,  0.627814, -0.097978, -0.772173,  0.605055,  0.685505,  0.404959,  1.500000,  0.450000, 
+                                1.898492,  0.399104,  1.898492,  0.489651, -0.721446,  0.489651,  0.627813, -0.097978, -0.772173,  0.605056,  0.685505,  0.404958,  1.500000,  0.450000, 
+                                2.466702,  0.399104,  1.049518,  0.640399, -0.720924,  0.264874,  0.473471,  0.099021, -0.875226,  0.604743,  0.685904,  0.404749,  1.750000,  0.450000, 
+                                2.735353,  0.651275,  1.163822,  0.673512, -0.684665,  0.278594,  0.464618,  0.098987, -0.879961,  0.574902,  0.722104,  0.384777,  1.750000,  0.300000, 
+                                2.466702,  0.399104,  1.049518,  0.640399, -0.720924,  0.264874,  0.473471,  0.099021, -0.875226,  0.604743,  0.685904,  0.404749,  1.750000,  0.450000, 
+                                1.898492,  0.399104,  1.898492,  0.489651, -0.721446,  0.489651,  0.627814, -0.097978, -0.772173,  0.605056,  0.685505,  0.404958,  1.500000,  0.450000, 
+                                1.804507,  0.254156,  1.804507,  0.560555, -0.609554,  0.560555,  0.650332, -0.095042, -0.753681,  0.512686,  0.787027,  0.343136,  1.500000,  0.600000, 
+                                1.804507,  0.254156,  1.804507,  0.560555, -0.609554,  0.560555,  0.650332, -0.095042, -0.753682,  0.512686,  0.787027,  0.343136,  1.500000,  0.600000, 
+                                2.344588,  0.254156,  0.997562,  0.732949, -0.608996,  0.303167,  0.447528,  0.096009, -0.889101,  0.512352,  0.787342,  0.342912,  1.750000,  0.600000, 
+                                2.466702,  0.399104,  1.049518,  0.640399, -0.720924,  0.264874,  0.473471,  0.099020, -0.875226,  0.604743,  0.685904,  0.404749,  1.750000,  0.450000, 
+                                2.406010,  1.524936,  2.406009,  0.705543, -0.066480,  0.705543,  0.707665,  0.013140, -0.706426,  0.037692,  0.997701,  0.056316,  1.500000,  0.000000, 
+                                1.330082,  1.524936,  3.126118,  0.381752, -0.066370,  0.921879,  0.923498, -0.013231, -0.383375,  0.037642,  0.997707,  0.056241,  1.250000,  0.000000, 
+                                1.278126,  1.022580,  3.004004,  0.344179, -0.436180,  0.831437,  0.905976, -0.078180, -0.416048,  0.246474,  0.896457,  0.368261,  1.250000,  0.150000, 
+                                1.278126,  1.022580,  3.004004,  0.344179, -0.436180,  0.831437,  0.905976, -0.078180, -0.416048,  0.246474,  0.896457,  0.368261,  1.250000,  0.150000, 
+                                2.312025,  1.022580,  2.312025,  0.636092, -0.436778,  0.636092,  0.731100,  0.077551, -0.677849,  0.246739,  0.896221,  0.368658,  1.500000,  0.150000, 
+                                2.406010,  1.524936,  2.406009,  0.705543, -0.066480,  0.705543,  0.707665,  0.013140, -0.706426,  0.037692,  0.997701,  0.056316,  1.500000,  0.000000, 
+                                1.163822,  0.651275,  2.735353,  0.278594, -0.684665,  0.673512,  0.879961, -0.098987, -0.464618,  0.384777,  0.722104,  0.574902,  1.250000,  0.300000, 
+                                1.163822,  0.651275,  2.735353,  0.278594, -0.684665,  0.673512,  0.879961, -0.098987, -0.464618,  0.384777,  0.722104,  0.574902,  1.250000,  0.300000, 
+                                2.105258,  0.651275,  2.105258,  0.514965, -0.685289,  0.514965,  0.765869,  0.097975, -0.635489,  0.385040,  0.721650,  0.575295,  1.500000,  0.300000, 
+                                2.312025,  1.022580,  2.312025,  0.636092, -0.436778,  0.636092,  0.731100,  0.077551, -0.677849,  0.246739,  0.896221,  0.368658,  1.500000,  0.150000, 
+                                2.105258,  0.651275,  2.105258,  0.514965, -0.685289,  0.514965,  0.765869,  0.097975, -0.635489,  0.385040,  0.721650,  0.575295,  1.500000,  0.300000, 
+                                1.163822,  0.651275,  2.735353,  0.278594, -0.684665,  0.673512,  0.879961, -0.098987, -0.464618,  0.384777,  0.722104,  0.574902,  1.250000,  0.300000, 
+                                1.049518,  0.399104,  2.466702,  0.264874, -0.720924,  0.640399,  0.875226, -0.099020, -0.473471,  0.404749,  0.685904,  0.604743,  1.250000,  0.450000, 
+                                1.049518,  0.399104,  2.466702,  0.264874, -0.720924,  0.640399,  0.875226, -0.099020, -0.473471,  0.404749,  0.685904,  0.604743,  1.250000,  0.450000, 
+                                1.898492,  0.399104,  1.898492,  0.489651, -0.721446,  0.489651,  0.772173,  0.097978, -0.627813,  0.404958,  0.685505,  0.605056,  1.500000,  0.450000, 
+                                2.105258,  0.651275,  2.105258,  0.514965, -0.685289,  0.514965,  0.765869,  0.097975, -0.635489,  0.385040,  0.721650,  0.575296,  1.500000,  0.300000, 
+                                0.997562,  0.254156,  2.344588,  0.303167, -0.608996,  0.732949,  0.889101, -0.096009, -0.447528,  0.342912,  0.787342,  0.512352,  1.250000,  0.600000, 
+                                0.997562,  0.254156,  2.344588,  0.303167, -0.608996,  0.732949,  0.889101, -0.096009, -0.447528,  0.342912,  0.787342,  0.512352,  1.250000,  0.600000, 
+                                1.804507,  0.254156,  1.804507,  0.560555, -0.609554,  0.560555,  0.753681,  0.095042, -0.650332,  0.343136,  0.787027,  0.512686,  1.500000,  0.600000, 
+                                1.898492,  0.399104,  1.898492,  0.489651, -0.721446,  0.489651,  0.772173,  0.097978, -0.627813,  0.404958,  0.685505,  0.605056,  1.500000,  0.450000, 
+                                1.330082,  1.524936,  3.126118,  0.381752, -0.066370,  0.921879,  0.924172,  0.013262, -0.381747,  0.013111,  0.997707,  0.066400,  1.250000,  0.000000, 
+                                0.000000,  1.524936,  3.388746, -0.000000, -0.066240,  0.997804,  0.999915, -0.013049, -0.000866,  0.013078,  0.997718,  0.066234,  1.000000,  0.000000, 
+                                0.000000,  1.022580,  3.256373,  0.000000, -0.435513,  0.900182,  0.996323, -0.077125, -0.037313,  0.085677,  0.896872,  0.433912,  1.000000,  0.150000, 
+                                0.000000,  1.022580,  3.256373,  0.000000, -0.435513,  0.900182,  0.996323, -0.077125, -0.037313,  0.085677,  0.896872,  0.433912,  1.000000,  0.150000, 
+                                1.278126,  1.022580,  3.004004,  0.344179, -0.436180,  0.831437,  0.934972,  0.078259, -0.345982,  0.085843,  0.896450,  0.434751,  1.250000,  0.150000, 
+                                1.330082,  1.524936,  3.126118,  0.381752, -0.066370,  0.921879,  0.924172,  0.013262, -0.381747,  0.013111,  0.997707,  0.066400,  1.250000,  0.000000, 
+                                0.000000,  0.651275,  2.965152,  0.000000, -0.683863,  0.729611,  0.991006, -0.097634, -0.091512,  0.133816,  0.723049,  0.677712,  1.000000,  0.300000, 
+                                0.000000,  0.651275,  2.965152,  0.000000, -0.683863,  0.729611,  0.991006, -0.097633, -0.091512,  0.133816,  0.723049,  0.677712,  1.000000,  0.300000, 
+                                1.163822,  0.651275,  2.735353,  0.278594, -0.684665,  0.673512,  0.951015,  0.098818, -0.292928,  0.134002,  0.722128,  0.678657,  1.250000,  0.300000, 
+                                1.278126,  1.022580,  3.004004,  0.344179, -0.436180,  0.831437,  0.934972,  0.078259, -0.345982,  0.085843,  0.896450,  0.434751,  1.250000,  0.150000, 
+                                1.163822,  0.651275,  2.735353,  0.278594, -0.684665,  0.673512,  0.951015,  0.098818, -0.292928,  0.134002,  0.722128,  0.678657,  1.250000,  0.300000, 
+                                0.000000,  0.651275,  2.965152,  0.000000, -0.683863,  0.729611,  0.991006, -0.097633, -0.091512,  0.133816,  0.723049,  0.677712,  1.000000,  0.300000, 
+                                0.000000,  0.399104,  2.673932, -0.000000, -0.720022,  0.693951,  0.990045, -0.097677, -0.101346,  0.140755,  0.687043,  0.712854,  1.000000,  0.450000, 
+                                0.000000,  0.399104,  2.673932, -0.000000, -0.720022,  0.693951,  0.990044, -0.097677, -0.101346,  0.140755,  0.687043,  0.712854,  1.000000,  0.450000, 
+                                1.049518,  0.399104,  2.466702,  0.264874, -0.720924,  0.640399,  0.953925,  0.098819, -0.283305,  0.140958,  0.685933,  0.713882,  1.250000,  0.450000, 
+                                1.163822,  0.651275,  2.735353,  0.278594, -0.684665,  0.673512,  0.951014,  0.098818, -0.292928,  0.134002,  0.722128,  0.678657,  1.250000,  0.300000, 
+                                1.049518,  0.399104,  2.466702,  0.264874, -0.720924,  0.640399,  0.953925,  0.098819, -0.283305,  0.140958,  0.685933,  0.713882,  1.250000,  0.450000, 
+                                0.000000,  0.399104,  2.673932, -0.000000, -0.720022,  0.693951,  0.990044, -0.097677, -0.101346,  0.140755,  0.687043,  0.712854,  1.000000,  0.450000, 
+                                0.000000,  0.254156,  2.541559,  0.000000, -0.607984,  0.793949,  0.992871, -0.094632, -0.072467,  0.119192,  0.788290,  0.603650,  1.000000,  0.600000, 
+                                0.000000,  0.254156,  2.541559,  0.000000, -0.607984,  0.793949,  0.992871, -0.094632, -0.072467,  0.119192,  0.788290,  0.603650,  1.000000,  0.600000, 
+                                0.997562,  0.254156,  2.344588,  0.303167, -0.608996,  0.732949,  0.945425,  0.095829, -0.311429,  0.119421,  0.787364,  0.604812,  1.250000,  0.600000, 
+                                1.049518,  0.399104,  2.466702,  0.264874, -0.720924,  0.640399,  0.953925,  0.098819, -0.283305,  0.140958,  0.685933,  0.713882,  1.250000,  0.450000, 
+                                0.000000,  1.524936,  3.388746, -0.000000, -0.066240,  0.997804,  0.999915,  0.013049,  0.000866, -0.013078,  0.997718,  0.066234,  1.000000,  0.000000, 
+                               -1.330082,  1.524936,  3.126118, -0.381752, -0.066370,  0.921879,  0.924172, -0.013262,  0.381747, -0.013111,  0.997707,  0.066400,  0.750000,  0.000000, 
+                               -1.278126,  1.022580,  3.004004, -0.344179, -0.436180,  0.831437,  0.934972, -0.078259,  0.345982, -0.085843,  0.896450,  0.434751,  0.750000,  0.150000, 
+                               -1.278126,  1.022580,  3.004004, -0.344179, -0.436180,  0.831437,  0.934972, -0.078259,  0.345982, -0.085843,  0.896450,  0.434751,  0.750000,  0.150000, 
+                                0.000000,  1.022580,  3.256373,  0.000000, -0.435513,  0.900182,  0.996323,  0.077125,  0.037313, -0.085677,  0.896872,  0.433912,  1.000000,  0.150000, 
+                                0.000000,  1.524936,  3.388746, -0.000000, -0.066240,  0.997804,  0.999914,  0.013049,  0.000866, -0.013078,  0.997718,  0.066234,  1.000000,  0.000000, 
+                               -1.163822,  0.651275,  2.735353, -0.278594, -0.684665,  0.673512,  0.951015, -0.098818,  0.292928, -0.134002,  0.722128,  0.678657,  0.750000,  0.300000, 
+                               -1.163822,  0.651275,  2.735353, -0.278594, -0.684665,  0.673512,  0.951015, -0.098818,  0.292928, -0.134002,  0.722128,  0.678657,  0.750000,  0.300000, 
+                                0.000000,  0.651275,  2.965152,  0.000000, -0.683863,  0.729611,  0.991006,  0.097633,  0.091512, -0.133816,  0.723049,  0.677712,  1.000000,  0.300000, 
+                                0.000000,  1.022580,  3.256373,  0.000000, -0.435513,  0.900182,  0.996323,  0.077125,  0.037313, -0.085677,  0.896872,  0.433912,  1.000000,  0.150000, 
+                                0.000000,  0.651275,  2.965152,  0.000000, -0.683863,  0.729611,  0.991006,  0.097633,  0.091512, -0.133816,  0.723049,  0.677712,  1.000000,  0.300000, 
+                               -1.163822,  0.651275,  2.735353, -0.278594, -0.684665,  0.673512,  0.951015, -0.098818,  0.292928, -0.134002,  0.722128,  0.678657,  0.750000,  0.300000, 
+                               -1.049518,  0.399104,  2.466702, -0.264874, -0.720924,  0.640399,  0.953925, -0.098819,  0.283305, -0.140958,  0.685933,  0.713882,  0.750000,  0.450000, 
+                               -1.049518,  0.399104,  2.466702, -0.264874, -0.720924,  0.640399,  0.953925, -0.098819,  0.283305, -0.140958,  0.685933,  0.713882,  0.750000,  0.450000, 
+                                0.000000,  0.399104,  2.673932, -0.000000, -0.720022,  0.693951,  0.990044,  0.097677,  0.101346, -0.140755,  0.687043,  0.712854,  1.000000,  0.450000, 
+                                0.000000,  0.651275,  2.965152,  0.000000, -0.683863,  0.729611,  0.991006,  0.097634,  0.091512, -0.133816,  0.723049,  0.677712,  1.000000,  0.300000, 
+                                0.000000,  0.399104,  2.673932, -0.000000, -0.720022,  0.693951,  0.990044,  0.097677,  0.101346, -0.140755,  0.687043,  0.712854,  1.000000,  0.450000, 
+                               -1.049518,  0.399104,  2.466702, -0.264874, -0.720924,  0.640399,  0.953925, -0.098819,  0.283305, -0.140958,  0.685933,  0.713882,  0.750000,  0.450000, 
+                               -0.997562,  0.254156,  2.344588, -0.303167, -0.608996,  0.732949,  0.945425, -0.095829,  0.311429, -0.119421,  0.787364,  0.604812,  0.750000,  0.600000, 
+                               -0.997562,  0.254156,  2.344588, -0.303167, -0.608996,  0.732949,  0.945425, -0.095829,  0.311429, -0.119421,  0.787364,  0.604812,  0.750000,  0.600000, 
+                                0.000000,  0.254156,  2.541559,  0.000000, -0.607984,  0.793949,  0.992871,  0.094632,  0.072467, -0.119192,  0.788290,  0.603650,  1.000000,  0.600000, 
+                                0.000000,  0.399104,  2.673932, -0.000000, -0.720022,  0.693951,  0.990045,  0.097677,  0.101346, -0.140755,  0.687043,  0.712854,  1.000000,  0.450000, 
+                               -1.330082,  1.524936,  3.126118, -0.381752, -0.066370,  0.921879,  0.923498,  0.013231,  0.383375, -0.037642,  0.997707,  0.056241,  0.750000,  0.000000, 
+                               -2.406010,  1.524936,  2.406009, -0.705543, -0.066480,  0.705543,  0.707665, -0.013140,  0.706426, -0.037692,  0.997701,  0.056316,  0.500000,  0.000000, 
+                               -2.312025,  1.022580,  2.312025, -0.636092, -0.436778,  0.636092,  0.731100, -0.077551,  0.677849, -0.246739,  0.896221,  0.368658,  0.500000,  0.150000, 
+                               -2.312025,  1.022580,  2.312025, -0.636092, -0.436778,  0.636092,  0.731100, -0.077551,  0.677849, -0.246739,  0.896221,  0.368658,  0.500000,  0.150000, 
+                               -1.278126,  1.022580,  3.004004, -0.344179, -0.436180,  0.831437,  0.905976,  0.078180,  0.416048, -0.246474,  0.896457,  0.368261,  0.750000,  0.150000, 
+                               -1.330082,  1.524936,  3.126118, -0.381752, -0.066370,  0.921879,  0.923498,  0.013231,  0.383375, -0.037642,  0.997707,  0.056241,  0.750000,  0.000000, 
+                               -2.105258,  0.651275,  2.105258, -0.514965, -0.685289,  0.514965,  0.765869, -0.097975,  0.635489, -0.385040,  0.721650,  0.575295,  0.500000,  0.300000, 
+                               -2.105258,  0.651275,  2.105258, -0.514965, -0.685289,  0.514965,  0.765869, -0.097975,  0.635489, -0.385040,  0.721650,  0.575295,  0.500000,  0.300000, 
+                               -1.163822,  0.651275,  2.735353, -0.278594, -0.684665,  0.673512,  0.879961,  0.098987,  0.464618, -0.384777,  0.722104,  0.574902,  0.750000,  0.300000, 
+                               -1.278126,  1.022580,  3.004004, -0.344179, -0.436180,  0.831437,  0.905976,  0.078180,  0.416048, -0.246474,  0.896457,  0.368261,  0.750000,  0.150000, 
+                               -1.163822,  0.651275,  2.735353, -0.278594, -0.684665,  0.673512,  0.879961,  0.098987,  0.464618, -0.384777,  0.722104,  0.574902,  0.750000,  0.300000, 
+                               -2.105258,  0.651275,  2.105258, -0.514965, -0.685289,  0.514965,  0.765869, -0.097975,  0.635489, -0.385040,  0.721650,  0.575295,  0.500000,  0.300000, 
+                               -1.898492,  0.399104,  1.898492, -0.489651, -0.721446,  0.489651,  0.772173, -0.097978,  0.627814, -0.404958,  0.685505,  0.605056,  0.500000,  0.450000, 
+                               -1.898492,  0.399104,  1.898492, -0.489651, -0.721446,  0.489651,  0.772173, -0.097978,  0.627813, -0.404958,  0.685505,  0.605056,  0.500000,  0.450000, 
+                               -1.049518,  0.399104,  2.466702, -0.264874, -0.720924,  0.640399,  0.875226,  0.099020,  0.473471, -0.404749,  0.685904,  0.604743,  0.750000,  0.450000, 
+                               -1.163822,  0.651275,  2.735353, -0.278594, -0.684665,  0.673512,  0.879961,  0.098987,  0.464618, -0.384777,  0.722104,  0.574902,  0.750000,  0.300000, 
+                               -1.049518,  0.399104,  2.466702, -0.264874, -0.720924,  0.640399,  0.875226,  0.099020,  0.473471, -0.404749,  0.685904,  0.604743,  0.750000,  0.450000, 
+                               -1.898492,  0.399104,  1.898492, -0.489651, -0.721446,  0.489651,  0.772173, -0.097978,  0.627813, -0.404958,  0.685505,  0.605056,  0.500000,  0.450000, 
+                               -1.804507,  0.254156,  1.804507, -0.560555, -0.609554,  0.560555,  0.753681, -0.095042,  0.650332, -0.343136,  0.787027,  0.512686,  0.500000,  0.600000, 
+                               -1.804507,  0.254156,  1.804507, -0.560555, -0.609554,  0.560555,  0.753681, -0.095042,  0.650332, -0.343136,  0.787027,  0.512686,  0.500000,  0.600000, 
+                               -0.997562,  0.254156,  2.344588, -0.303167, -0.608996,  0.732949,  0.889101,  0.096009,  0.447528, -0.342912,  0.787342,  0.512352,  0.750000,  0.600000, 
+                               -1.049518,  0.399104,  2.466702, -0.264874, -0.720924,  0.640399,  0.875226,  0.099020,  0.473471, -0.404749,  0.685904,  0.604743,  0.750000,  0.450000, 
+                               -2.406010,  1.524936,  2.406009, -0.705543, -0.066480,  0.705543,  0.706426,  0.013141,  0.707665, -0.056317,  0.997701,  0.037692,  0.500000,  0.000000, 
+                               -3.126118,  1.524935,  1.330082, -0.921879, -0.066370,  0.381752,  0.383375, -0.013231,  0.923498, -0.056241,  0.997707,  0.037641,  0.250000,  0.000000, 
+                               -3.004004,  1.022580,  1.278126, -0.831437, -0.436180,  0.344179,  0.416048, -0.078179,  0.905976, -0.368261,  0.896457,  0.246473,  0.250000,  0.150000, 
+                               -3.004004,  1.022580,  1.278126, -0.831437, -0.436180,  0.344179,  0.416048, -0.078180,  0.905976, -0.368261,  0.896457,  0.246474,  0.250000,  0.150000, 
+                               -2.312025,  1.022580,  2.312025, -0.636092, -0.436778,  0.636092,  0.677849,  0.077551,  0.731100, -0.368658,  0.896221,  0.246739,  0.500000,  0.150000, 
+                               -2.406010,  1.524936,  2.406009, -0.705543, -0.066480,  0.705543,  0.706426,  0.013140,  0.707665, -0.056316,  0.997701,  0.037692,  0.500000,  0.000000, 
+                               -2.312025,  1.022580,  2.312025, -0.636092, -0.436778,  0.636092,  0.677849,  0.077551,  0.731100, -0.368658,  0.896221,  0.246739,  0.500000,  0.150000, 
+                               -3.004004,  1.022580,  1.278126, -0.831437, -0.436180,  0.344179,  0.416048, -0.078180,  0.905976, -0.368261,  0.896457,  0.246474,  0.250000,  0.150000, 
+                               -2.735353,  0.651275,  1.163822, -0.673512, -0.684665,  0.278594,  0.464618, -0.098987,  0.879961, -0.574902,  0.722104,  0.384777,  0.250000,  0.300000, 
+                               -2.735353,  0.651275,  1.163822, -0.673512, -0.684665,  0.278594,  0.464618, -0.098988,  0.879961, -0.574902,  0.722104,  0.384777,  0.250000,  0.300000, 
+                               -2.105258,  0.651275,  2.105258, -0.514965, -0.685289,  0.514965,  0.635489,  0.097975,  0.765869, -0.575295,  0.721650,  0.385040,  0.500000,  0.300000, 
+                               -2.312025,  1.022580,  2.312025, -0.636092, -0.436778,  0.636092,  0.677849,  0.077551,  0.731100, -0.368658,  0.896221,  0.246740,  0.500000,  0.150000, 
+                               -2.105258,  0.651275,  2.105258, -0.514965, -0.685289,  0.514965,  0.635489,  0.097975,  0.765869, -0.575295,  0.721650,  0.385040,  0.500000,  0.300000, 
+                               -2.735353,  0.651275,  1.163822, -0.673512, -0.684665,  0.278594,  0.464618, -0.098988,  0.879961, -0.574902,  0.722104,  0.384777,  0.250000,  0.300000, 
+                               -2.466702,  0.399104,  1.049518, -0.640399, -0.720924,  0.264874,  0.473471, -0.099021,  0.875226, -0.604743,  0.685904,  0.404750,  0.250000,  0.450000, 
+                               -2.466702,  0.399104,  1.049518, -0.640399, -0.720924,  0.264874,  0.473471, -0.099020,  0.875226, -0.604743,  0.685904,  0.404749,  0.250000,  0.450000, 
+                               -1.898492,  0.399104,  1.898492, -0.489651, -0.721446,  0.489651,  0.627813,  0.097978,  0.772173, -0.605056,  0.685505,  0.404958,  0.500000,  0.450000, 
+                               -2.105258,  0.651275,  2.105258, -0.514965, -0.685289,  0.514965,  0.635489,  0.097975,  0.765869, -0.575295,  0.721650,  0.385040,  0.500000,  0.300000, 
+                               -1.898492,  0.399104,  1.898492, -0.489651, -0.721446,  0.489651,  0.627813,  0.097978,  0.772173, -0.605056,  0.685505,  0.404958,  0.500000,  0.450000, 
+                               -2.466702,  0.399104,  1.049518, -0.640399, -0.720924,  0.264874,  0.473471, -0.099020,  0.875226, -0.604743,  0.685904,  0.404749,  0.250000,  0.450000, 
+                               -2.344588,  0.254156,  0.997562, -0.732949, -0.608996,  0.303167,  0.447528, -0.096010,  0.889101, -0.512352,  0.787341,  0.342913,  0.250000,  0.600000, 
+                               -2.344588,  0.254156,  0.997562, -0.732949, -0.608996,  0.303167,  0.447528, -0.096009,  0.889101, -0.512352,  0.787342,  0.342912,  0.250000,  0.600000, 
+                               -1.804507,  0.254156,  1.804507, -0.560555, -0.609554,  0.560555,  0.650332,  0.095042,  0.753682, -0.512686,  0.787027,  0.343136,  0.500000,  0.600000, 
+                               -1.898492,  0.399104,  1.898492, -0.489651, -0.721446,  0.489651,  0.627813,  0.097978,  0.772173, -0.605056,  0.685505,  0.404958,  0.500000,  0.450000, 
+                               -3.126118,  1.524935,  1.330082, -0.921879, -0.066370,  0.381752,  0.381747,  0.013261,  0.924172, -0.066400,  0.997707,  0.013111,  0.250000,  0.000000, 
+                               -3.388745,  1.524935,  0.000000, -0.997804, -0.066240, -0.000000,  0.000866, -0.013049,  0.999915, -0.066234,  0.997718,  0.013078,  0.000000,  0.000000, 
+                               -3.256372,  1.022580,  0.000000, -0.900182, -0.435513,  0.000000,  0.037314, -0.077125,  0.996323, -0.433912,  0.896872,  0.085677,  0.000000,  0.150000, 
+                               -3.256372,  1.022580,  0.000000, -0.900182, -0.435513,  0.000000,  0.037314, -0.077125,  0.996323, -0.433912,  0.896872,  0.085677,  0.000000,  0.150000, 
+                               -3.004004,  1.022580,  1.278126, -0.831437, -0.436180,  0.344179,  0.345982,  0.078259,  0.934972, -0.434751,  0.896450,  0.085843,  0.250000,  0.150000, 
+                               -3.126118,  1.524935,  1.330082, -0.921879, -0.066370,  0.381752,  0.381747,  0.013261,  0.924172, -0.066400,  0.997707,  0.013111,  0.250000,  0.000000, 
+                               -2.965153,  0.651275,  0.000000, -0.729611, -0.683863,  0.000000,  0.091512, -0.097634,  0.991006, -0.677712,  0.723049,  0.133816,  0.000000,  0.300000, 
+                               -2.965153,  0.651275,  0.000000, -0.729611, -0.683863,  0.000000,  0.091512, -0.097633,  0.991006, -0.677712,  0.723049,  0.133816,  0.000000,  0.300000, 
+                               -2.735353,  0.651275,  1.163822, -0.673512, -0.684665,  0.278594,  0.292927,  0.098818,  0.951015, -0.678657,  0.722128,  0.134002,  0.250000,  0.300000, 
+                               -3.004004,  1.022580,  1.278126, -0.831437, -0.436180,  0.344179,  0.345982,  0.078260,  0.934972, -0.434751,  0.896450,  0.085843,  0.250000,  0.150000, 
+                               -2.735353,  0.651275,  1.163822, -0.673512, -0.684665,  0.278594,  0.292927,  0.098818,  0.951015, -0.678657,  0.722128,  0.134002,  0.250000,  0.300000, 
+                               -2.965153,  0.651275,  0.000000, -0.729611, -0.683863,  0.000000,  0.091512, -0.097633,  0.991006, -0.677712,  0.723049,  0.133816,  0.000000,  0.300000, 
+                               -2.673932,  0.399104,  0.000000, -0.693951, -0.720022, -0.000000,  0.101346, -0.097677,  0.990045, -0.712854,  0.687043,  0.140754,  0.000000,  0.450000, 
+                               -2.673932,  0.399104,  0.000000, -0.693951, -0.720022, -0.000000,  0.101346, -0.097677,  0.990045, -0.712854,  0.687043,  0.140755,  0.000000,  0.450000, 
+                               -2.466702,  0.399104,  1.049518, -0.640399, -0.720924,  0.264874,  0.283305,  0.098819,  0.953925, -0.713882,  0.685933,  0.140958,  0.250000,  0.450000, 
+                               -2.735353,  0.651275,  1.163822, -0.673512, -0.684665,  0.278594,  0.292928,  0.098818,  0.951015, -0.678657,  0.722128,  0.134002,  0.250000,  0.300000, 
+                               -2.466702,  0.399104,  1.049518, -0.640399, -0.720924,  0.264874,  0.283305,  0.098819,  0.953925, -0.713882,  0.685933,  0.140958,  0.250000,  0.450000, 
+                               -2.673932,  0.399104,  0.000000, -0.693951, -0.720022, -0.000000,  0.101346, -0.097677,  0.990045, -0.712854,  0.687043,  0.140755,  0.000000,  0.450000, 
+                               -2.541559,  0.254156,  0.000000, -0.793949, -0.607984,  0.000000,  0.072467, -0.094632,  0.992871, -0.603650,  0.788290,  0.119192,  0.000000,  0.600000, 
+                               -2.541559,  0.254156,  0.000000, -0.793949, -0.607984,  0.000000,  0.072467, -0.094632,  0.992871, -0.603650,  0.788290,  0.119192,  0.000000,  0.600000, 
+                               -2.344588,  0.254156,  0.997562, -0.732949, -0.608996,  0.303167,  0.311429,  0.095829,  0.945425, -0.604812,  0.787364,  0.119422,  0.250000,  0.600000, 
+                               -2.466702,  0.399104,  1.049518, -0.640399, -0.720924,  0.264874,  0.283305,  0.098819,  0.953925, -0.713882,  0.685933,  0.140958,  0.250000,  0.450000, 
+                               -3.388745,  1.524935,  0.000000, -0.997804, -0.066240, -0.000000, -0.000866,  0.013049,  0.999915, -0.066234,  0.997718, -0.013078,  2.000000,  0.000000, 
+                               -3.126118,  1.524935, -1.330082, -0.921879, -0.066370, -0.381752, -0.381747, -0.013261,  0.924172, -0.066400,  0.997707, -0.013111,  1.750000,  0.000000, 
+                               -3.004004,  1.022580, -1.278126, -0.831437, -0.436180, -0.344179, -0.345982, -0.078259,  0.934972, -0.434751,  0.896450, -0.085843,  1.750000,  0.150000, 
+                               -3.004004,  1.022580, -1.278126, -0.831437, -0.436180, -0.344179, -0.345982, -0.078259,  0.934972, -0.434751,  0.896450, -0.085843,  1.750000,  0.150000, 
+                               -3.256372,  1.022580,  0.000000, -0.900182, -0.435513,  0.000000, -0.037314,  0.077125,  0.996323, -0.433912,  0.896872, -0.085677,  2.000000,  0.150000, 
+                               -3.388745,  1.524935,  0.000000, -0.997804, -0.066240, -0.000000, -0.000866,  0.013049,  0.999914, -0.066234,  0.997718, -0.013078,  2.000000,  0.000000, 
+                               -3.256372,  1.022580,  0.000000, -0.900182, -0.435513,  0.000000, -0.037314,  0.077125,  0.996323, -0.433912,  0.896872, -0.085677,  2.000000,  0.150000, 
+                               -3.004004,  1.022580, -1.278126, -0.831437, -0.436180, -0.344179, -0.345982, -0.078259,  0.934972, -0.434751,  0.896450, -0.085843,  1.750000,  0.150000, 
+                               -2.735353,  0.651275, -1.163822, -0.673512, -0.684665, -0.278594, -0.292928, -0.098818,  0.951015, -0.678657,  0.722128, -0.134002,  1.750000,  0.300000, 
+                               -2.735353,  0.651275, -1.163822, -0.673512, -0.684665, -0.278594, -0.292927, -0.098818,  0.951015, -0.678657,  0.722128, -0.134002,  1.750000,  0.300000, 
+                               -2.965153,  0.651275,  0.000000, -0.729611, -0.683863,  0.000000, -0.091512,  0.097633,  0.991006, -0.677712,  0.723049, -0.133816,  2.000000,  0.300000, 
+                               -3.256372,  1.022580,  0.000000, -0.900182, -0.435513,  0.000000, -0.037313,  0.077125,  0.996323, -0.433912,  0.896872, -0.085677,  2.000000,  0.150000, 
+                               -2.466702,  0.399104, -1.049518, -0.640399, -0.720924, -0.264874, -0.283305, -0.098819,  0.953925, -0.713882,  0.685933, -0.140957,  1.750000,  0.450000, 
+                               -2.466702,  0.399104, -1.049518, -0.640399, -0.720924, -0.264874, -0.283305, -0.098819,  0.953925, -0.713882,  0.685933, -0.140958,  1.750000,  0.450000, 
+                               -2.673932,  0.399104,  0.000000, -0.693951, -0.720022, -0.000000, -0.101346,  0.097677,  0.990045, -0.712854,  0.687043, -0.140755,  2.000000,  0.450000, 
+                               -2.965153,  0.651275,  0.000000, -0.729611, -0.683863,  0.000000, -0.091512,  0.097633,  0.991006, -0.677712,  0.723049, -0.133816,  2.000000,  0.300000, 
+                               -2.673932,  0.399104,  0.000000, -0.693951, -0.720022, -0.000000, -0.101346,  0.097677,  0.990045, -0.712854,  0.687043, -0.140755,  2.000000,  0.450000, 
+                               -2.466702,  0.399104, -1.049518, -0.640399, -0.720924, -0.264874, -0.283305, -0.098819,  0.953925, -0.713882,  0.685933, -0.140958,  1.750000,  0.450000, 
+                               -2.344588,  0.254156, -0.997562, -0.732949, -0.608996, -0.303167, -0.311429, -0.095829,  0.945425, -0.604812,  0.787364, -0.119421,  1.750000,  0.600000, 
+                               -2.344588,  0.254156, -0.997562, -0.732949, -0.608996, -0.303167, -0.311429, -0.095829,  0.945425, -0.604812,  0.787364, -0.119422,  1.750000,  0.600000, 
+                               -2.541559,  0.254156,  0.000000, -0.793949, -0.607984,  0.000000, -0.072467,  0.094633,  0.992871, -0.603650,  0.788290, -0.119192,  2.000000,  0.600000, 
+                               -2.673932,  0.399104,  0.000000, -0.693951, -0.720022, -0.000000, -0.101346,  0.097677,  0.990045, -0.712854,  0.687043, -0.140755,  2.000000,  0.450000, 
+                               -3.126118,  1.524935, -1.330082, -0.921879, -0.066370, -0.381752, -0.383375,  0.013231,  0.923498, -0.056241,  0.997707, -0.037641,  1.750000,  0.000000, 
+                               -2.406010,  1.524936, -2.406010, -0.705543, -0.066480, -0.705543, -0.706426, -0.013141,  0.707665, -0.056317,  0.997701, -0.037692,  1.500000,  0.000000, 
+                               -2.312025,  1.022580, -2.312025, -0.636092, -0.436778, -0.636092, -0.677849, -0.077552,  0.731100, -0.368658,  0.896220, -0.246739,  1.500000,  0.150000, 
+                               -2.312025,  1.022580, -2.312025, -0.636092, -0.436778, -0.636092, -0.677849, -0.077551,  0.731100, -0.368658,  0.896221, -0.246739,  1.500000,  0.150000, 
+                               -3.004004,  1.022580, -1.278126, -0.831437, -0.436180, -0.344179, -0.416048,  0.078180,  0.905976, -0.368261,  0.896457, -0.246474,  1.750000,  0.150000, 
+                               -3.126118,  1.524935, -1.330082, -0.921879, -0.066370, -0.381752, -0.383375,  0.013231,  0.923498, -0.056241,  0.997707, -0.037642,  1.750000,  0.000000, 
+                               -3.004004,  1.022580, -1.278126, -0.831437, -0.436180, -0.344179, -0.416048,  0.078180,  0.905976, -0.368261,  0.896457, -0.246474,  1.750000,  0.150000, 
+                               -2.312025,  1.022580, -2.312025, -0.636092, -0.436778, -0.636092, -0.677849, -0.077551,  0.731100, -0.368658,  0.896221, -0.246739,  1.500000,  0.150000, 
+                               -2.105258,  0.651275, -2.105258, -0.514965, -0.685289, -0.514965, -0.635489, -0.097975,  0.765869, -0.575295,  0.721650, -0.385040,  1.500000,  0.300000, 
+                               -2.105258,  0.651275, -2.105258, -0.514965, -0.685289, -0.514965, -0.635489, -0.097975,  0.765869, -0.575295,  0.721650, -0.385040,  1.500000,  0.300000, 
+                               -2.735353,  0.651275, -1.163822, -0.673512, -0.684665, -0.278594, -0.464618,  0.098988,  0.879961, -0.574902,  0.722104, -0.384777,  1.750000,  0.300000, 
+                               -3.004004,  1.022580, -1.278126, -0.831437, -0.436180, -0.344179, -0.416048,  0.078180,  0.905976, -0.368261,  0.896457, -0.246474,  1.750000,  0.150000, 
+                               -2.735353,  0.651275, -1.163822, -0.673512, -0.684665, -0.278594, -0.464618,  0.098988,  0.879961, -0.574902,  0.722104, -0.384777,  1.750000,  0.300000, 
+                               -2.105258,  0.651275, -2.105258, -0.514965, -0.685289, -0.514965, -0.635489, -0.097975,  0.765869, -0.575295,  0.721650, -0.385040,  1.500000,  0.300000, 
+                               -1.898492,  0.399104, -1.898492, -0.489651, -0.721446, -0.489651, -0.627814, -0.097978,  0.772173, -0.605055,  0.685505, -0.404959,  1.500000,  0.450000, 
+                               -1.898492,  0.399104, -1.898492, -0.489651, -0.721446, -0.489651, -0.627813, -0.097978,  0.772173, -0.605056,  0.685505, -0.404958,  1.500000,  0.450000, 
+                               -2.466702,  0.399104, -1.049518, -0.640399, -0.720924, -0.264874, -0.473471,  0.099021,  0.875226, -0.604743,  0.685904, -0.404749,  1.750000,  0.450000, 
+                               -2.735353,  0.651275, -1.163822, -0.673512, -0.684665, -0.278594, -0.464618,  0.098987,  0.879961, -0.574902,  0.722104, -0.384777,  1.750000,  0.300000, 
+                               -2.466702,  0.399104, -1.049518, -0.640399, -0.720924, -0.264874, -0.473471,  0.099020,  0.875226, -0.604743,  0.685904, -0.404749,  1.750000,  0.450000, 
+                               -1.898492,  0.399104, -1.898492, -0.489651, -0.721446, -0.489651, -0.627813, -0.097978,  0.772173, -0.605056,  0.685505, -0.404958,  1.500000,  0.450000, 
+                               -1.804507,  0.254156, -1.804507, -0.560555, -0.609554, -0.560555, -0.650332, -0.095042,  0.753681, -0.512686,  0.787027, -0.343136,  1.500000,  0.600000, 
+                               -1.804507,  0.254156, -1.804507, -0.560555, -0.609554, -0.560555, -0.650332, -0.095042,  0.753682, -0.512686,  0.787027, -0.343136,  1.500000,  0.600000, 
+                               -2.344588,  0.254156, -0.997562, -0.732949, -0.608996, -0.303167, -0.447528,  0.096009,  0.889101, -0.512352,  0.787342, -0.342912,  1.750000,  0.600000, 
+                               -2.466702,  0.399104, -1.049518, -0.640399, -0.720924, -0.264874, -0.473471,  0.099020,  0.875226, -0.604743,  0.685904, -0.404749,  1.750000,  0.450000, 
+                               -2.406010,  1.524936, -2.406010, -0.705543, -0.066480, -0.705543, -0.707665,  0.013140,  0.706426, -0.037692,  0.997701, -0.056316,  1.500000,  0.000000, 
+                               -1.330082,  1.524936, -3.126118, -0.381752, -0.066370, -0.921879, -0.923498, -0.013231,  0.383375, -0.037642,  0.997707, -0.056241,  1.250000,  0.000000, 
+                               -1.278126,  1.022580, -3.004004, -0.344179, -0.436180, -0.831437, -0.905976, -0.078180,  0.416048, -0.246474,  0.896457, -0.368261,  1.250000,  0.150000, 
+                               -1.278126,  1.022580, -3.004004, -0.344179, -0.436180, -0.831437, -0.905976, -0.078180,  0.416048, -0.246474,  0.896457, -0.368261,  1.250000,  0.150000, 
+                               -2.312025,  1.022580, -2.312025, -0.636092, -0.436778, -0.636092, -0.731100,  0.077551,  0.677849, -0.246739,  0.896221, -0.368658,  1.500000,  0.150000, 
+                               -2.406010,  1.524936, -2.406010, -0.705543, -0.066480, -0.705543, -0.707665,  0.013140,  0.706426, -0.037692,  0.997701, -0.056316,  1.500000,  0.000000, 
+                               -1.163822,  0.651275, -2.735353, -0.278594, -0.684665, -0.673512, -0.879961, -0.098987,  0.464618, -0.384777,  0.722104, -0.574902,  1.250000,  0.300000, 
+                               -1.163822,  0.651275, -2.735353, -0.278594, -0.684665, -0.673512, -0.879961, -0.098987,  0.464618, -0.384777,  0.722104, -0.574902,  1.250000,  0.300000, 
+                               -2.105258,  0.651275, -2.105258, -0.514965, -0.685289, -0.514965, -0.765869,  0.097975,  0.635489, -0.385040,  0.721650, -0.575295,  1.500000,  0.300000, 
+                               -2.312025,  1.022580, -2.312025, -0.636092, -0.436778, -0.636092, -0.731100,  0.077551,  0.677849, -0.246739,  0.896221, -0.368658,  1.500000,  0.150000, 
+                               -2.105258,  0.651275, -2.105258, -0.514965, -0.685289, -0.514965, -0.765869,  0.097975,  0.635489, -0.385040,  0.721650, -0.575296,  1.500000,  0.300000, 
+                               -1.163822,  0.651275, -2.735353, -0.278594, -0.684665, -0.673512, -0.879961, -0.098987,  0.464618, -0.384777,  0.722104, -0.574902,  1.250000,  0.300000, 
+                               -1.049518,  0.399104, -2.466702, -0.264874, -0.720924, -0.640399, -0.875226, -0.099020,  0.473471, -0.404749,  0.685904, -0.604743,  1.250000,  0.450000, 
+                               -1.049518,  0.399104, -2.466702, -0.264874, -0.720924, -0.640399, -0.875226, -0.099020,  0.473471, -0.404749,  0.685904, -0.604743,  1.250000,  0.450000, 
+                               -1.898492,  0.399104, -1.898492, -0.489651, -0.721446, -0.489651, -0.772173,  0.097978,  0.627813, -0.404958,  0.685505, -0.605056,  1.500000,  0.450000, 
+                               -2.105258,  0.651275, -2.105258, -0.514965, -0.685289, -0.514965, -0.765869,  0.097975,  0.635489, -0.385040,  0.721650, -0.575296,  1.500000,  0.300000, 
+                               -0.997562,  0.254156, -2.344588, -0.303167, -0.608996, -0.732949, -0.889101, -0.096009,  0.447528, -0.342912,  0.787342, -0.512352,  1.250000,  0.600000, 
+                               -0.997562,  0.254156, -2.344588, -0.303167, -0.608996, -0.732949, -0.889101, -0.096010,  0.447528, -0.342912,  0.787342, -0.512352,  1.250000,  0.600000, 
+                               -1.804507,  0.254156, -1.804507, -0.560555, -0.609554, -0.560555, -0.753681,  0.095042,  0.650332, -0.343136,  0.787027, -0.512686,  1.500000,  0.600000, 
+                               -1.898492,  0.399104, -1.898492, -0.489651, -0.721446, -0.489651, -0.772173,  0.097978,  0.627813, -0.404958,  0.685505, -0.605056,  1.500000,  0.450000, 
+                               -1.330082,  1.524936, -3.126118, -0.381752, -0.066370, -0.921879, -0.924172,  0.013262,  0.381747, -0.013111,  0.997707, -0.066400,  1.250000,  0.000000, 
+                                0.000000,  1.524936, -3.388745,  0.000000, -0.066240, -0.997804, -0.999915, -0.013049,  0.000866, -0.013078,  0.997718, -0.066234,  1.000000,  0.000000, 
+                                0.000000,  1.022580, -3.256372, -0.000000, -0.435513, -0.900182, -0.996323, -0.077125,  0.037313, -0.085677,  0.896872, -0.433912,  1.000000,  0.150000, 
+                                0.000000,  1.022580, -3.256372, -0.000000, -0.435513, -0.900182, -0.996323, -0.077125,  0.037313, -0.085677,  0.896872, -0.433912,  1.000000,  0.150000, 
+                               -1.278126,  1.022580, -3.004004, -0.344179, -0.436180, -0.831437, -0.934972,  0.078259,  0.345982, -0.085843,  0.896450, -0.434751,  1.250000,  0.150000, 
+                               -1.330082,  1.524936, -3.126118, -0.381752, -0.066370, -0.921879, -0.924172,  0.013262,  0.381747, -0.013111,  0.997707, -0.066400,  1.250000,  0.000000, 
+                                0.000000,  0.651275, -2.965152, -0.000000, -0.683863, -0.729611, -0.991006, -0.097633,  0.091512, -0.133816,  0.723049, -0.677712,  1.000000,  0.300000, 
+                                0.000000,  0.651275, -2.965152, -0.000000, -0.683863, -0.729611, -0.991006, -0.097633,  0.091512, -0.133816,  0.723049, -0.677712,  1.000000,  0.300000, 
+                               -1.163822,  0.651275, -2.735353, -0.278594, -0.684665, -0.673512, -0.951015,  0.098818,  0.292928, -0.134002,  0.722128, -0.678657,  1.250000,  0.300000, 
+                               -1.278126,  1.022580, -3.004004, -0.344179, -0.436180, -0.831437, -0.934972,  0.078259,  0.345982, -0.085843,  0.896450, -0.434751,  1.250000,  0.150000, 
+                               -1.163822,  0.651275, -2.735353, -0.278594, -0.684665, -0.673512, -0.951015,  0.098818,  0.292928, -0.134002,  0.722128, -0.678657,  1.250000,  0.300000, 
+                                0.000000,  0.651275, -2.965152, -0.000000, -0.683863, -0.729611, -0.991006, -0.097633,  0.091512, -0.133816,  0.723049, -0.677712,  1.000000,  0.300000, 
+                                0.000000,  0.399104, -2.673932,  0.000000, -0.720022, -0.693951, -0.990045, -0.097677,  0.101346, -0.140755,  0.687043, -0.712854,  1.000000,  0.450000, 
+                                0.000000,  0.399104, -2.673932,  0.000000, -0.720022, -0.693951, -0.990044, -0.097677,  0.101347, -0.140755,  0.687043, -0.712854,  1.000000,  0.450000, 
+                               -1.049518,  0.399104, -2.466702, -0.264874, -0.720924, -0.640399, -0.953925,  0.098819,  0.283305, -0.140958,  0.685933, -0.713882,  1.250000,  0.450000, 
+                               -1.163822,  0.651275, -2.735353, -0.278594, -0.684665, -0.673512, -0.951014,  0.098818,  0.292928, -0.134003,  0.722128, -0.678657,  1.250000,  0.300000, 
+                               -1.049518,  0.399104, -2.466702, -0.264874, -0.720924, -0.640399, -0.953925,  0.098819,  0.283305, -0.140958,  0.685933, -0.713882,  1.250000,  0.450000, 
+                                0.000000,  0.399104, -2.673932,  0.000000, -0.720022, -0.693951, -0.990044, -0.097677,  0.101347, -0.140755,  0.687043, -0.712854,  1.000000,  0.450000, 
+                                0.000000,  0.254156, -2.541559, -0.000000, -0.607984, -0.793949, -0.992871, -0.094633,  0.072467, -0.119192,  0.788290, -0.603650,  1.000000,  0.600000, 
+                                0.000000,  0.254156, -2.541559, -0.000000, -0.607984, -0.793949, -0.992871, -0.094632,  0.072467, -0.119192,  0.788290, -0.603650,  1.000000,  0.600000, 
+                               -0.997562,  0.254156, -2.344588, -0.303167, -0.608996, -0.732949, -0.945425,  0.095829,  0.311429, -0.119421,  0.787364, -0.604812,  1.250000,  0.600000, 
+                               -1.049518,  0.399104, -2.466702, -0.264874, -0.720924, -0.640399, -0.953925,  0.098819,  0.283305, -0.140958,  0.685933, -0.713882,  1.250000,  0.450000, 
+                                0.000000,  1.524936, -3.388745,  0.000000, -0.066240, -0.997804, -0.999915,  0.013049, -0.000866,  0.013078,  0.997718, -0.066234,  1.000000,  0.000000, 
+                                1.330082,  1.524936, -3.126117,  0.381752, -0.066370, -0.921879, -0.924172, -0.013262, -0.381747,  0.013111,  0.997707, -0.066400,  0.750000,  0.000000, 
+                                1.278126,  1.022580, -3.004004,  0.344179, -0.436180, -0.831437, -0.934972, -0.078259, -0.345982,  0.085843,  0.896450, -0.434751,  0.750000,  0.150000, 
+                                1.278126,  1.022580, -3.004004,  0.344179, -0.436180, -0.831437, -0.934972, -0.078259, -0.345982,  0.085843,  0.896450, -0.434751,  0.750000,  0.150000, 
+                                0.000000,  1.022580, -3.256372, -0.000000, -0.435513, -0.900182, -0.996323,  0.077125, -0.037313,  0.085677,  0.896872, -0.433912,  1.000000,  0.150000, 
+                                0.000000,  1.524936, -3.388745,  0.000000, -0.066240, -0.997804, -0.999914,  0.013049, -0.000866,  0.013078,  0.997718, -0.066234,  1.000000,  0.000000, 
+                                0.000000,  1.022580, -3.256372, -0.000000, -0.435513, -0.900182, -0.996323,  0.077125, -0.037313,  0.085677,  0.896872, -0.433912,  1.000000,  0.150000, 
+                                1.278126,  1.022580, -3.004004,  0.344179, -0.436180, -0.831437, -0.934972, -0.078259, -0.345982,  0.085843,  0.896450, -0.434751,  0.750000,  0.150000, 
+                                1.163822,  0.651275, -2.735353,  0.278594, -0.684665, -0.673512, -0.951015, -0.098818, -0.292928,  0.134002,  0.722128, -0.678657,  0.750000,  0.300000, 
+                                1.163822,  0.651275, -2.735353,  0.278594, -0.684665, -0.673512, -0.951015, -0.098818, -0.292927,  0.134002,  0.722128, -0.678657,  0.750000,  0.300000, 
+                                0.000000,  0.651275, -2.965152, -0.000000, -0.683863, -0.729611, -0.991006,  0.097633, -0.091512,  0.133816,  0.723049, -0.677712,  1.000000,  0.300000, 
+                                0.000000,  1.022580, -3.256372, -0.000000, -0.435513, -0.900182, -0.996323,  0.077125, -0.037313,  0.085677,  0.896872, -0.433912,  1.000000,  0.150000, 
+                                0.000000,  0.651275, -2.965152, -0.000000, -0.683863, -0.729611, -0.991006,  0.097633, -0.091512,  0.133816,  0.723049, -0.677712,  1.000000,  0.300000, 
+                                1.163822,  0.651275, -2.735353,  0.278594, -0.684665, -0.673512, -0.951015, -0.098818, -0.292927,  0.134002,  0.722128, -0.678657,  0.750000,  0.300000, 
+                                1.049518,  0.399104, -2.466702,  0.264874, -0.720924, -0.640399, -0.953925, -0.098819, -0.283305,  0.140957,  0.685933, -0.713882,  0.750000,  0.450000, 
+                                1.049518,  0.399104, -2.466702,  0.264874, -0.720924, -0.640399, -0.953925, -0.098819, -0.283305,  0.140958,  0.685933, -0.713882,  0.750000,  0.450000, 
+                                0.000000,  0.399104, -2.673932,  0.000000, -0.720022, -0.693951, -0.990044,  0.097677, -0.101347,  0.140755,  0.687043, -0.712854,  1.000000,  0.450000, 
+                                0.000000,  0.651275, -2.965152, -0.000000, -0.683863, -0.729611, -0.991006,  0.097634, -0.091512,  0.133816,  0.723049, -0.677712,  1.000000,  0.300000, 
+                                0.000000,  0.399104, -2.673932,  0.000000, -0.720022, -0.693951, -0.990044,  0.097677, -0.101347,  0.140755,  0.687043, -0.712854,  1.000000,  0.450000, 
+                                1.049518,  0.399104, -2.466702,  0.264874, -0.720924, -0.640399, -0.953925, -0.098819, -0.283305,  0.140958,  0.685933, -0.713882,  0.750000,  0.450000, 
+                                0.997562,  0.254156, -2.344588,  0.303167, -0.608996, -0.732949, -0.945425, -0.095829, -0.311430,  0.119422,  0.787364, -0.604812,  0.750000,  0.600000, 
+                                0.997562,  0.254156, -2.344588,  0.303167, -0.608996, -0.732949, -0.945425, -0.095829, -0.311429,  0.119421,  0.787364, -0.604812,  0.750000,  0.600000, 
+                                0.000000,  0.254156, -2.541559, -0.000000, -0.607984, -0.793949, -0.992871,  0.094632, -0.072467,  0.119192,  0.788290, -0.603650,  1.000000,  0.600000, 
+                                0.000000,  0.399104, -2.673932,  0.000000, -0.720022, -0.693951, -0.990045,  0.097677, -0.101346,  0.140755,  0.687043, -0.712854,  1.000000,  0.450000, 
+                                1.330082,  1.524936, -3.126117,  0.381752, -0.066370, -0.921879, -0.923498,  0.013231, -0.383375,  0.037642,  0.997707, -0.056241,  0.750000,  0.000000, 
+                                2.406010,  1.524936, -2.406010,  0.705543, -0.066480, -0.705543, -0.707665, -0.013140, -0.706426,  0.037692,  0.997701, -0.056316,  0.500000,  0.000000, 
+                                2.312025,  1.022580, -2.312025,  0.636092, -0.436778, -0.636092, -0.731100, -0.077552, -0.677849,  0.246739,  0.896221, -0.368658,  0.500000,  0.150000, 
+                                2.312025,  1.022580, -2.312025,  0.636092, -0.436778, -0.636092, -0.731100, -0.077551, -0.677849,  0.246739,  0.896221, -0.368658,  0.500000,  0.150000, 
+                                1.278126,  1.022580, -3.004004,  0.344179, -0.436180, -0.831437, -0.905976,  0.078180, -0.416048,  0.246474,  0.896457, -0.368261,  0.750000,  0.150000, 
+                                1.330082,  1.524936, -3.126117,  0.381752, -0.066370, -0.921879, -0.923498,  0.013231, -0.383375,  0.037642,  0.997707, -0.056241,  0.750000,  0.000000, 
+                                1.278126,  1.022580, -3.004004,  0.344179, -0.436180, -0.831437, -0.905976,  0.078180, -0.416048,  0.246474,  0.896457, -0.368261,  0.750000,  0.150000, 
+                                2.312025,  1.022580, -2.312025,  0.636092, -0.436778, -0.636092, -0.731100, -0.077551, -0.677849,  0.246739,  0.896221, -0.368658,  0.500000,  0.150000, 
+                                2.105258,  0.651275, -2.105258,  0.514965, -0.685289, -0.514965, -0.765869, -0.097975, -0.635489,  0.385040,  0.721650, -0.575295,  0.500000,  0.300000, 
+                                2.105258,  0.651275, -2.105258,  0.514965, -0.685289, -0.514965, -0.765869, -0.097975, -0.635489,  0.385040,  0.721650, -0.575295,  0.500000,  0.300000, 
+                                1.163822,  0.651275, -2.735353,  0.278594, -0.684665, -0.673512, -0.879961,  0.098987, -0.464618,  0.384777,  0.722104, -0.574902,  0.750000,  0.300000, 
+                                1.278126,  1.022580, -3.004004,  0.344179, -0.436180, -0.831437, -0.905976,  0.078180, -0.416048,  0.246474,  0.896457, -0.368261,  0.750000,  0.150000, 
+                                1.163822,  0.651275, -2.735353,  0.278594, -0.684665, -0.673512, -0.879961,  0.098987, -0.464618,  0.384777,  0.722104, -0.574902,  0.750000,  0.300000, 
+                                2.105258,  0.651275, -2.105258,  0.514965, -0.685289, -0.514965, -0.765869, -0.097975, -0.635489,  0.385040,  0.721650, -0.575295,  0.500000,  0.300000, 
+                                1.898492,  0.399104, -1.898492,  0.489651, -0.721446, -0.489651, -0.772173, -0.097978, -0.627814,  0.404958,  0.685505, -0.605056,  0.500000,  0.450000, 
+                                1.898492,  0.399104, -1.898492,  0.489651, -0.721446, -0.489651, -0.772173, -0.097978, -0.627813,  0.404958,  0.685505, -0.605056,  0.500000,  0.450000, 
+                                1.049518,  0.399104, -2.466702,  0.264874, -0.720924, -0.640399, -0.875226,  0.099020, -0.473471,  0.404749,  0.685904, -0.604743,  0.750000,  0.450000, 
+                                1.163822,  0.651275, -2.735353,  0.278594, -0.684665, -0.673512, -0.879961,  0.098987, -0.464617,  0.384777,  0.722104, -0.574902,  0.750000,  0.300000, 
+                                1.049518,  0.399104, -2.466702,  0.264874, -0.720924, -0.640399, -0.875226,  0.099020, -0.473471,  0.404749,  0.685904, -0.604743,  0.750000,  0.450000, 
+                                1.898492,  0.399104, -1.898492,  0.489651, -0.721446, -0.489651, -0.772173, -0.097978, -0.627813,  0.404958,  0.685505, -0.605056,  0.500000,  0.450000, 
+                                1.804507,  0.254156, -1.804507,  0.560555, -0.609554, -0.560555, -0.753682, -0.095042, -0.650332,  0.343136,  0.787027, -0.512686,  0.500000,  0.600000, 
+                                1.804507,  0.254156, -1.804507,  0.560555, -0.609554, -0.560555, -0.753681, -0.095042, -0.650332,  0.343136,  0.787027, -0.512686,  0.500000,  0.600000, 
+                                0.997562,  0.254156, -2.344588,  0.303167, -0.608996, -0.732949, -0.889101,  0.096010, -0.447528,  0.342912,  0.787342, -0.512352,  0.750000,  0.600000, 
+                                1.049518,  0.399104, -2.466702,  0.264874, -0.720924, -0.640399, -0.875226,  0.099020, -0.473471,  0.404749,  0.685904, -0.604743,  0.750000,  0.450000, 
+                                2.406010,  1.524936, -2.406010,  0.705543, -0.066480, -0.705543, -0.706426,  0.013140, -0.707665,  0.056316,  0.997701, -0.037692,  0.500000,  0.000000, 
+                                3.126118,  1.524935, -1.330082,  0.921879, -0.066370, -0.381752, -0.383375, -0.013231, -0.923498,  0.056241,  0.997707, -0.037642,  0.250000,  0.000000, 
+                                3.004004,  1.022580, -1.278126,  0.831437, -0.436180, -0.344179, -0.416048, -0.078180, -0.905976,  0.368261,  0.896457, -0.246473,  0.250000,  0.150000, 
+                                3.004004,  1.022580, -1.278126,  0.831437, -0.436180, -0.344179, -0.416048, -0.078180, -0.905976,  0.368261,  0.896457, -0.246474,  0.250000,  0.150000, 
+                                2.312025,  1.022580, -2.312025,  0.636092, -0.436778, -0.636092, -0.677849,  0.077551, -0.731100,  0.368658,  0.896221, -0.246739,  0.500000,  0.150000, 
+                                2.406010,  1.524936, -2.406010,  0.705543, -0.066480, -0.705543, -0.706426,  0.013140, -0.707665,  0.056316,  0.997701, -0.037692,  0.500000,  0.000000, 
+                                2.312025,  1.022580, -2.312025,  0.636092, -0.436778, -0.636092, -0.677849,  0.077551, -0.731100,  0.368658,  0.896221, -0.246739,  0.500000,  0.150000, 
+                                3.004004,  1.022580, -1.278126,  0.831437, -0.436180, -0.344179, -0.416048, -0.078180, -0.905976,  0.368261,  0.896457, -0.246474,  0.250000,  0.150000, 
+                                2.735353,  0.651275, -1.163822,  0.673512, -0.684665, -0.278594, -0.464618, -0.098987, -0.879961,  0.574902,  0.722104, -0.384777,  0.250000,  0.300000, 
+                                2.735353,  0.651275, -1.163822,  0.673512, -0.684665, -0.278594, -0.464618, -0.098987, -0.879961,  0.574902,  0.722104, -0.384777,  0.250000,  0.300000, 
+                                2.105258,  0.651275, -2.105258,  0.514965, -0.685289, -0.514965, -0.635489,  0.097975, -0.765869,  0.575295,  0.721650, -0.385040,  0.500000,  0.300000, 
+                                2.312025,  1.022580, -2.312025,  0.636092, -0.436778, -0.636092, -0.677849,  0.077551, -0.731100,  0.368658,  0.896221, -0.246739,  0.500000,  0.150000, 
+                                2.105258,  0.651275, -2.105258,  0.514965, -0.685289, -0.514965, -0.635489,  0.097975, -0.765869,  0.575295,  0.721650, -0.385040,  0.500000,  0.300000, 
+                                2.735353,  0.651275, -1.163822,  0.673512, -0.684665, -0.278594, -0.464618, -0.098987, -0.879961,  0.574902,  0.722104, -0.384777,  0.250000,  0.300000, 
+                                2.466702,  0.399104, -1.049518,  0.640399, -0.720924, -0.264874, -0.473471, -0.099021, -0.875226,  0.604743,  0.685904, -0.404750,  0.250000,  0.450000, 
+                                2.466702,  0.399104, -1.049518,  0.640399, -0.720924, -0.264874, -0.473471, -0.099020, -0.875226,  0.604743,  0.685904, -0.404749,  0.250000,  0.450000, 
+                                1.898492,  0.399104, -1.898492,  0.489651, -0.721446, -0.489651, -0.627813,  0.097978, -0.772173,  0.605056,  0.685505, -0.404958,  0.500000,  0.450000, 
+                                2.105258,  0.651275, -2.105258,  0.514965, -0.685289, -0.514965, -0.635489,  0.097975, -0.765869,  0.575295,  0.721650, -0.385040,  0.500000,  0.300000, 
+                                1.898492,  0.399104, -1.898492,  0.489651, -0.721446, -0.489651, -0.627813,  0.097978, -0.772173,  0.605056,  0.685505, -0.404958,  0.500000,  0.450000, 
+                                2.466702,  0.399104, -1.049518,  0.640399, -0.720924, -0.264874, -0.473471, -0.099020, -0.875226,  0.604743,  0.685904, -0.404749,  0.250000,  0.450000, 
+                                2.344588,  0.254156, -0.997562,  0.732949, -0.608996, -0.303167, -0.447528, -0.096010, -0.889101,  0.512352,  0.787341, -0.342912,  0.250000,  0.600000, 
+                                2.344588,  0.254156, -0.997562,  0.732949, -0.608996, -0.303167, -0.447528, -0.096009, -0.889101,  0.512352,  0.787342, -0.342912,  0.250000,  0.600000, 
+                                1.804507,  0.254156, -1.804507,  0.560555, -0.609554, -0.560555, -0.650332,  0.095042, -0.753681,  0.512686,  0.787027, -0.343136,  0.500000,  0.600000, 
+                                1.898492,  0.399104, -1.898492,  0.489651, -0.721446, -0.489651, -0.627813,  0.097978, -0.772173,  0.605056,  0.685505, -0.404958,  0.500000,  0.450000, 
+                                3.126118,  1.524935, -1.330082,  0.921879, -0.066370, -0.381752, -0.381747,  0.013262, -0.924172,  0.066400,  0.997707, -0.013111,  0.250000,  0.000000, 
+                                3.388745,  1.524935,  0.000000,  0.997804, -0.066240,  0.000000, -0.000866, -0.013049, -0.999915,  0.066234,  0.997718, -0.013078,  0.000000,  0.000000, 
+                                3.256372,  1.022580,  0.000000,  0.900182, -0.435513, -0.000000, -0.037313, -0.077125, -0.996323,  0.433912,  0.896872, -0.085677,  0.000000,  0.150000, 
+                                3.256372,  1.022580,  0.000000,  0.900182, -0.435513, -0.000000, -0.037314, -0.077125, -0.996323,  0.433912,  0.896872, -0.085677,  0.000000,  0.150000, 
+                                3.004004,  1.022580, -1.278126,  0.831437, -0.436180, -0.344179, -0.345982,  0.078259, -0.934972,  0.434751,  0.896450, -0.085843,  0.250000,  0.150000, 
+                                3.126118,  1.524935, -1.330082,  0.921879, -0.066370, -0.381752, -0.381747,  0.013261, -0.924172,  0.066400,  0.997707, -0.013111,  0.250000,  0.000000, 
+                                2.965153,  0.651275,  0.000000,  0.729611, -0.683863, -0.000000, -0.091512, -0.097634, -0.991006,  0.677712,  0.723049, -0.133816,  0.000000,  0.300000, 
+                                2.965153,  0.651275,  0.000000,  0.729611, -0.683863, -0.000000, -0.091512, -0.097633, -0.991006,  0.677712,  0.723049, -0.133816,  0.000000,  0.300000, 
+                                2.735353,  0.651275, -1.163822,  0.673512, -0.684665, -0.278594, -0.292927,  0.098818, -0.951015,  0.678657,  0.722128, -0.134002,  0.250000,  0.300000, 
+                                3.004004,  1.022580, -1.278126,  0.831437, -0.436180, -0.344179, -0.345982,  0.078260, -0.934972,  0.434751,  0.896450, -0.085843,  0.250000,  0.150000, 
+                                2.735353,  0.651275, -1.163822,  0.673512, -0.684665, -0.278594, -0.292928,  0.098818, -0.951015,  0.678657,  0.722128, -0.134002,  0.250000,  0.300000, 
+                                2.965153,  0.651275,  0.000000,  0.729611, -0.683863, -0.000000, -0.091512, -0.097633, -0.991006,  0.677712,  0.723049, -0.133816,  0.000000,  0.300000, 
+                                2.673932,  0.399104,  0.000000,  0.693951, -0.720022, -0.000000, -0.101346, -0.097677, -0.990045,  0.712854,  0.687043, -0.140754,  0.000000,  0.450000, 
+                                2.673932,  0.399104,  0.000000,  0.693951, -0.720022, -0.000000, -0.101346, -0.097677, -0.990045,  0.712854,  0.687043, -0.140755,  0.000000,  0.450000, 
+                                2.466702,  0.399104, -1.049518,  0.640399, -0.720924, -0.264874, -0.283305,  0.098819, -0.953925,  0.713882,  0.685933, -0.140958,  0.250000,  0.450000, 
+                                2.735353,  0.651275, -1.163822,  0.673512, -0.684665, -0.278594, -0.292928,  0.098818, -0.951015,  0.678657,  0.722128, -0.134002,  0.250000,  0.300000, 
+                                2.466702,  0.399104, -1.049518,  0.640399, -0.720924, -0.264874, -0.283305,  0.098819, -0.953925,  0.713882,  0.685933, -0.140958,  0.250000,  0.450000, 
+                                2.673932,  0.399104,  0.000000,  0.693951, -0.720022, -0.000000, -0.101346, -0.097677, -0.990045,  0.712854,  0.687043, -0.140755,  0.000000,  0.450000, 
+                                2.541559,  0.254156,  0.000000,  0.793949, -0.607984, -0.000000, -0.072467, -0.094632, -0.992871,  0.603650,  0.788290, -0.119192,  0.000000,  0.600000, 
+                                2.541559,  0.254156,  0.000000,  0.793949, -0.607984, -0.000000, -0.072467, -0.094632, -0.992871,  0.603650,  0.788290, -0.119192,  0.000000,  0.600000, 
+                                2.344588,  0.254156, -0.997562,  0.732949, -0.608996, -0.303167, -0.311429,  0.095829, -0.945425,  0.604812,  0.787364, -0.119422,  0.250000,  0.600000, 
+                                2.466702,  0.399104, -1.049518,  0.640399, -0.720924, -0.264874, -0.283305,  0.098819, -0.953925,  0.713882,  0.685933, -0.140958,  0.250000,  0.450000, 
+                                2.541559,  0.254156,  0.000000,  0.793949, -0.607984, -0.000000,  0.072467,  0.094632, -0.992871,  0.603650,  0.788290,  0.119192,  2.000000,  0.600000, 
+                                2.344588,  0.254156,  0.997562,  0.732949, -0.608996,  0.303167,  0.311429, -0.095829, -0.945425,  0.604812,  0.787364,  0.119422,  1.750000,  0.600000, 
+                                2.291469,  0.160833,  0.974961,  0.576230, -0.781801,  0.238217,  0.266049, -0.096163, -0.959151,  0.772772,  0.616069,  0.152586,  1.750000,  0.700000, 
+                                2.291469,  0.160833,  0.974961,  0.576230, -0.781801,  0.238217,  0.266049, -0.096163, -0.959151,  0.772772,  0.616069,  0.152586,  1.750000,  0.700000, 
+                                2.483977,  0.160833,  0.000000,  0.623859, -0.781537, -0.000000,  0.119193,  0.095145, -0.988302,  0.772394,  0.616561,  0.152511,  2.000000,  0.700000, 
+                                2.541559,  0.254156,  0.000000,  0.793949, -0.607984, -0.000000,  0.072467,  0.094632, -0.992871,  0.603650,  0.788290,  0.119192,  2.000000,  0.600000, 
+                                2.483977,  0.160833,  0.000000,  0.623859, -0.781537, -0.000000,  0.119193,  0.095145, -0.988302,  0.772394,  0.616561,  0.152511,  2.000000,  0.700000, 
+                                2.291469,  0.160833,  0.974961,  0.576230, -0.781801,  0.238217,  0.266049, -0.096163, -0.959151,  0.772772,  0.616069,  0.152586,  1.750000,  0.700000, 
+                                2.007554,  0.079424,  0.854162,  0.163629, -0.984208,  0.067527,  0.199485, -0.034026, -0.979310,  0.966143,  0.173714,  0.190767,  1.750000,  0.800000, 
+                                2.007554,  0.079424,  0.854162,  0.163629, -0.984208,  0.067527,  0.199484, -0.034026, -0.979310,  0.966143,  0.173714,  0.190767,  1.750000,  0.800000, 
+                                2.176210,  0.079424,  0.000000,  0.177291, -0.984159, -0.000000,  0.187734,  0.033819, -0.981638,  0.966087,  0.174035,  0.190756,  2.000000,  0.800000, 
+                                2.483977,  0.160833,  0.000000,  0.623859, -0.781537, -0.000000,  0.119193,  0.095145, -0.988302,  0.772394,  0.616561,  0.152511,  2.000000,  0.700000, 
+                                2.176210,  0.079424,  0.000000,  0.177291, -0.984159, -0.000000,  0.187734,  0.033819, -0.981638,  0.966087,  0.174035,  0.190756,  2.000000,  0.800000, 
+                                2.007554,  0.079424,  0.854162,  0.163629, -0.984208,  0.067527,  0.199484, -0.034026, -0.979310,  0.966143,  0.173714,  0.190767,  1.750000,  0.800000, 
+                                1.306009,  0.021842,  0.555673,  0.045422, -0.998792,  0.018736,  0.194156, -0.009571, -0.980924,  0.979919,  0.048193,  0.193487,  1.750000,  0.900000, 
+                                1.306009,  0.021842,  0.555673,  0.045422, -0.998792,  0.018736,  0.194156, -0.009571, -0.980924,  0.979918,  0.048193,  0.193487,  1.750000,  0.900000, 
+                                1.415728,  0.021842,  0.000000,  0.049207, -0.998789,  0.000000,  0.193252,  0.009521, -0.981103,  0.979914,  0.048277,  0.193486,  2.000000,  0.900000, 
+                                2.176210,  0.079424,  0.000000,  0.177291, -0.984159, -0.000000,  0.187734,  0.033819, -0.981638,  0.966087,  0.174035,  0.190756,  2.000000,  0.800000, 
+                                1.415728,  0.021842,  0.000000,  0.049207, -0.998789,  0.000000,  0.193252,  0.009521, -0.981103,  0.979914,  0.048277,  0.193486,  2.000000,  0.900000, 
+                                1.306009,  0.021842,  0.555673,  0.045422, -0.998792,  0.018736,  0.194156, -0.009571, -0.980924,  0.979918,  0.048193,  0.193487,  1.750000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000,  0.193712, -0.000000, -0.981058,  0.981058, -0.000000,  0.193712,  1.750000,  1.000000, 
+                                2.344588,  0.254156,  0.997562,  0.732949, -0.608996,  0.303167,  0.447528,  0.096009, -0.889101,  0.512352,  0.787342,  0.342912,  1.750000,  0.600000, 
+                                1.804507,  0.254156,  1.804507,  0.560555, -0.609554,  0.560555,  0.650332, -0.095042, -0.753681,  0.512686,  0.787027,  0.343136,  1.500000,  0.600000, 
+                                1.763624,  0.160833,  1.763624,  0.440416, -0.782348,  0.440416,  0.614032, -0.095398, -0.783495,  0.654980,  0.615493,  0.438372,  1.500000,  0.700000, 
+                                1.763624,  0.160833,  1.763624,  0.440416, -0.782348,  0.440416,  0.614032, -0.095397, -0.783495,  0.654980,  0.615493,  0.438372,  1.500000,  0.700000, 
+                                2.291469,  0.160833,  0.974961,  0.576230, -0.781801,  0.238217,  0.489288,  0.096526, -0.866764,  0.654643,  0.616012,  0.438147,  1.750000,  0.700000, 
+                                2.344588,  0.254156,  0.997562,  0.732949, -0.608996,  0.303167,  0.447528,  0.096010, -0.889101,  0.512352,  0.787341,  0.342913,  1.750000,  0.600000, 
+                                1.545109,  0.079424,  1.545109,  0.124902, -0.984276,  0.124902,  0.560827, -0.033807, -0.827242,  0.818457,  0.173373,  0.547786,  1.500000,  0.800000, 
+                                1.545109,  0.079424,  1.545109,  0.124902, -0.984276,  0.124902,  0.560827, -0.033807, -0.827242,  0.818457,  0.173373,  0.547786,  1.500000,  0.800000, 
+                                2.007554,  0.079424,  0.854162,  0.163629, -0.984208,  0.067527,  0.550835,  0.034364, -0.833906,  0.818417,  0.173647,  0.547759,  1.750000,  0.800000, 
+                                2.291469,  0.160833,  0.974961,  0.576230, -0.781801,  0.238217,  0.489288,  0.096526, -0.866764,  0.654643,  0.616012,  0.438147,  1.750000,  0.700000, 
+                                2.007554,  0.079424,  0.854162,  0.163629, -0.984208,  0.067527,  0.550835,  0.034364, -0.833906,  0.818417,  0.173647,  0.547759,  1.750000,  0.800000, 
+                                1.545109,  0.079424,  1.545109,  0.124902, -0.984276,  0.124902,  0.560827, -0.033807, -0.827242,  0.818457,  0.173373,  0.547786,  1.500000,  0.800000, 
+                                1.005167,  0.021842,  1.005167,  0.034662, -0.998798,  0.034662,  0.556565, -0.009515, -0.830750,  0.830081,  0.048087,  0.555566,  1.500000,  0.900000, 
+                                1.005167,  0.021842,  1.005167,  0.034662, -0.998798,  0.034662,  0.556565, -0.009515, -0.830750,  0.830081,  0.048087,  0.555566,  1.500000,  0.900000, 
+                                1.306009,  0.021842,  0.555673,  0.045422, -0.998792,  0.018736,  0.555795,  0.009683, -0.831263,  0.830078,  0.048171,  0.555564,  1.750000,  0.900000, 
+                                2.007554,  0.079424,  0.854162,  0.163629, -0.984208,  0.067527,  0.550835,  0.034364, -0.833906,  0.818417,  0.173647,  0.547759,  1.750000,  0.800000, 
+                                1.306009,  0.021842,  0.555673,  0.045422, -0.998792,  0.018736,  0.555795,  0.009683, -0.831263,  0.830078,  0.048171,  0.555564,  1.750000,  0.900000, 
+                                1.005167,  0.021842,  1.005167,  0.034662, -0.998798,  0.034662,  0.556565, -0.009515, -0.830750,  0.830081,  0.048087,  0.555566,  1.500000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000,  0.556209, -0.000000, -0.831042,  0.831042, -0.000000,  0.556209,  1.500000,  1.000000, 
+                                1.804507,  0.254156,  1.804507,  0.560555, -0.609554,  0.560555,  0.753681,  0.095042, -0.650332,  0.343136,  0.787027,  0.512686,  1.500000,  0.600000, 
+                                0.997562,  0.254156,  2.344588,  0.303167, -0.608996,  0.732949,  0.889101, -0.096009, -0.447528,  0.342912,  0.787342,  0.512352,  1.250000,  0.600000, 
+                                0.974961,  0.160833,  2.291469,  0.238216, -0.781801,  0.576230,  0.866764, -0.096526, -0.489287,  0.438146,  0.616012,  0.654643,  1.250000,  0.700000, 
+                                0.974961,  0.160833,  2.291469,  0.238216, -0.781801,  0.576230,  0.866764, -0.096527, -0.489288,  0.438147,  0.616012,  0.654643,  1.250000,  0.700000, 
+                                1.763624,  0.160833,  1.763624,  0.440416, -0.782348,  0.440416,  0.783495,  0.095397, -0.614032,  0.438372,  0.615493,  0.654980,  1.500000,  0.700000, 
+                                1.804507,  0.254156,  1.804507,  0.560555, -0.609554,  0.560555,  0.753681,  0.095042, -0.650332,  0.343136,  0.787027,  0.512686,  1.500000,  0.600000, 
+                                0.854162,  0.079424,  2.007554,  0.067527, -0.984208,  0.163629,  0.833906, -0.034364, -0.550835,  0.547759,  0.173647,  0.818417,  1.250000,  0.800000, 
+                                0.854162,  0.079424,  2.007554,  0.067527, -0.984208,  0.163629,  0.833906, -0.034364, -0.550835,  0.547759,  0.173647,  0.818417,  1.250000,  0.800000, 
+                                1.545109,  0.079424,  1.545109,  0.124902, -0.984276,  0.124902,  0.827242,  0.033807, -0.560827,  0.547786,  0.173373,  0.818457,  1.500000,  0.800000, 
+                                1.763624,  0.160833,  1.763624,  0.440416, -0.782348,  0.440416,  0.783495,  0.095397, -0.614032,  0.438372,  0.615493,  0.654980,  1.500000,  0.700000, 
+                                1.545109,  0.079424,  1.545109,  0.124902, -0.984276,  0.124902,  0.827242,  0.033807, -0.560827,  0.547786,  0.173373,  0.818457,  1.500000,  0.800000, 
+                                0.854162,  0.079424,  2.007554,  0.067527, -0.984208,  0.163629,  0.833906, -0.034364, -0.550835,  0.547759,  0.173647,  0.818417,  1.250000,  0.800000, 
+                                0.555673,  0.021842,  1.306009,  0.018736, -0.998792,  0.045422,  0.831263, -0.009683, -0.555795,  0.555564,  0.048171,  0.830077,  1.250000,  0.900000, 
+                                0.555673,  0.021842,  1.306009,  0.018736, -0.998792,  0.045422,  0.831263, -0.009683, -0.555795,  0.555564,  0.048171,  0.830077,  1.250000,  0.900000, 
+                                1.005167,  0.021842,  1.005167,  0.034662, -0.998798,  0.034662,  0.830750,  0.009515, -0.556565,  0.555566,  0.048087,  0.830081,  1.500000,  0.900000, 
+                                1.545109,  0.079424,  1.545109,  0.124902, -0.984276,  0.124902,  0.827242,  0.033807, -0.560827,  0.547786,  0.173373,  0.818457,  1.500000,  0.800000, 
+                                1.005167,  0.021842,  1.005167,  0.034662, -0.998798,  0.034662,  0.830750,  0.009515, -0.556565,  0.555566,  0.048087,  0.830081,  1.500000,  0.900000, 
+                                0.555673,  0.021842,  1.306009,  0.018736, -0.998792,  0.045422,  0.831263, -0.009683, -0.555795,  0.555564,  0.048171,  0.830078,  1.250000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000,  0.831042, -0.000000, -0.556209,  0.556209,  0.000000,  0.831042,  1.250000,  1.000000, 
+                                0.997562,  0.254156,  2.344588,  0.303167, -0.608996,  0.732949,  0.945425,  0.095829, -0.311429,  0.119421,  0.787364,  0.604812,  1.250000,  0.600000, 
+                                0.000000,  0.254156,  2.541559,  0.000000, -0.607984,  0.793949,  0.992871, -0.094632, -0.072467,  0.119192,  0.788290,  0.603650,  1.000000,  0.600000, 
+                                0.000000,  0.160833,  2.483977,  0.000000, -0.781537,  0.623859,  0.988302, -0.095145, -0.119193,  0.152511,  0.616561,  0.772394,  1.000000,  0.700000, 
+                                0.000000,  0.160833,  2.483977,  0.000000, -0.781537,  0.623859,  0.988302, -0.095145, -0.119193,  0.152511,  0.616561,  0.772394,  1.000000,  0.700000, 
+                                0.974961,  0.160833,  2.291469,  0.238216, -0.781801,  0.576230,  0.959151,  0.096163, -0.266049,  0.152586,  0.616069,  0.772772,  1.250000,  0.700000, 
+                                0.997562,  0.254156,  2.344588,  0.303167, -0.608996,  0.732949,  0.945425,  0.095829, -0.311429,  0.119421,  0.787364,  0.604812,  1.250000,  0.600000, 
+                                0.000000,  0.079424,  2.176210,  0.000000, -0.984159,  0.177291,  0.981638, -0.033819, -0.187734,  0.190756,  0.174035,  0.966087,  1.000000,  0.800000, 
+                                0.000000,  0.079424,  2.176210,  0.000000, -0.984159,  0.177291,  0.981638, -0.033819, -0.187734,  0.190756,  0.174035,  0.966087,  1.000000,  0.800000, 
+                                0.854162,  0.079424,  2.007554,  0.067527, -0.984208,  0.163629,  0.979310,  0.034026, -0.199485,  0.190767,  0.173714,  0.966143,  1.250000,  0.800000, 
+                                0.974961,  0.160833,  2.291469,  0.238216, -0.781801,  0.576230,  0.959151,  0.096163, -0.266049,  0.152585,  0.616068,  0.772772,  1.250000,  0.700000, 
+                                0.854162,  0.079424,  2.007554,  0.067527, -0.984208,  0.163629,  0.979310,  0.034026, -0.199485,  0.190767,  0.173714,  0.966143,  1.250000,  0.800000, 
+                                0.000000,  0.079424,  2.176210,  0.000000, -0.984159,  0.177291,  0.981638, -0.033819, -0.187734,  0.190756,  0.174035,  0.966087,  1.000000,  0.800000, 
+                                0.000000,  0.021842,  1.415728, -0.000000, -0.998789,  0.049207,  0.981103, -0.009521, -0.193252,  0.193486,  0.048277,  0.979914,  1.000000,  0.900000, 
+                                0.000000,  0.021842,  1.415728, -0.000000, -0.998789,  0.049207,  0.981103, -0.009521, -0.193252,  0.193486,  0.048277,  0.979914,  1.000000,  0.900000, 
+                                0.555673,  0.021842,  1.306009,  0.018736, -0.998792,  0.045422,  0.980924,  0.009571, -0.194156,  0.193487,  0.048193,  0.979918,  1.250000,  0.900000, 
+                                0.854162,  0.079424,  2.007554,  0.067527, -0.984208,  0.163629,  0.979310,  0.034026, -0.199485,  0.190767,  0.173714,  0.966143,  1.250000,  0.800000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000,  0.981058, -0.000000, -0.193712,  0.193712,  0.000000,  0.981058,  1.000000,  1.000000, 
+                                0.000000,  0.254156,  2.541559,  0.000000, -0.607984,  0.793949,  0.992871,  0.094632,  0.072467, -0.119192,  0.788290,  0.603650,  1.000000,  0.600000, 
+                               -0.997562,  0.254156,  2.344588, -0.303167, -0.608996,  0.732949,  0.945425, -0.095829,  0.311429, -0.119421,  0.787364,  0.604812,  0.750000,  0.600000, 
+                               -0.974961,  0.160833,  2.291469, -0.238217, -0.781801,  0.576230,  0.959151, -0.096163,  0.266049, -0.152586,  0.616069,  0.772772,  0.750000,  0.700000, 
+                               -0.974961,  0.160833,  2.291469, -0.238217, -0.781801,  0.576230,  0.959151, -0.096163,  0.266049, -0.152586,  0.616069,  0.772772,  0.750000,  0.700000, 
+                                0.000000,  0.160833,  2.483977,  0.000000, -0.781537,  0.623859,  0.988302,  0.095145,  0.119193, -0.152511,  0.616561,  0.772394,  1.000000,  0.700000, 
+                                0.000000,  0.254156,  2.541559,  0.000000, -0.607984,  0.793949,  0.992871,  0.094632,  0.072467, -0.119192,  0.788290,  0.603650,  1.000000,  0.600000, 
+                                0.000000,  0.160833,  2.483977,  0.000000, -0.781537,  0.623859,  0.988302,  0.095145,  0.119193, -0.152511,  0.616561,  0.772394,  1.000000,  0.700000, 
+                               -0.974961,  0.160833,  2.291469, -0.238217, -0.781801,  0.576230,  0.959151, -0.096163,  0.266049, -0.152586,  0.616069,  0.772772,  0.750000,  0.700000, 
+                               -0.854162,  0.079424,  2.007554, -0.067527, -0.984208,  0.163629,  0.979310, -0.034026,  0.199485, -0.190767,  0.173714,  0.966143,  0.750000,  0.800000, 
+                               -0.854162,  0.079424,  2.007554, -0.067527, -0.984208,  0.163629,  0.979310, -0.034026,  0.199485, -0.190767,  0.173714,  0.966143,  0.750000,  0.800000, 
+                                0.000000,  0.079424,  2.176210,  0.000000, -0.984159,  0.177291,  0.981638,  0.033819,  0.187734, -0.190756,  0.174035,  0.966087,  1.000000,  0.800000, 
+                                0.000000,  0.160833,  2.483977,  0.000000, -0.781537,  0.623859,  0.988302,  0.095145,  0.119193, -0.152511,  0.616561,  0.772394,  1.000000,  0.700000, 
+                               -0.555673,  0.021842,  1.306009, -0.018736, -0.998792,  0.045422,  0.980924, -0.009571,  0.194156, -0.193487,  0.048193,  0.979918,  0.750000,  0.900000, 
+                               -0.555673,  0.021842,  1.306009, -0.018736, -0.998792,  0.045422,  0.980924, -0.009571,  0.194156, -0.193487,  0.048193,  0.979918,  0.750000,  0.900000, 
+                                0.000000,  0.021842,  1.415728, -0.000000, -0.998789,  0.049207,  0.981103,  0.009521,  0.193252, -0.193486,  0.048277,  0.979914,  1.000000,  0.900000, 
+                                0.000000,  0.079424,  2.176210,  0.000000, -0.984159,  0.177291,  0.981637,  0.033819,  0.187734, -0.190756,  0.174035,  0.966087,  1.000000,  0.800000, 
+                                0.000000,  0.021842,  1.415728, -0.000000, -0.998789,  0.049207,  0.981103,  0.009521,  0.193252, -0.193486,  0.048277,  0.979914,  1.000000,  0.900000, 
+                               -0.555673,  0.021842,  1.306009, -0.018736, -0.998792,  0.045422,  0.980924, -0.009571,  0.194156, -0.193487,  0.048193,  0.979918,  0.750000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000,  0.981058, -0.000000,  0.193712, -0.193712,  0.000000,  0.981058,  0.750000,  1.000000, 
+                               -0.997562,  0.254156,  2.344588, -0.303167, -0.608996,  0.732949,  0.889101,  0.096009,  0.447528, -0.342912,  0.787342,  0.512352,  0.750000,  0.600000, 
+                               -1.804507,  0.254156,  1.804507, -0.560555, -0.609554,  0.560555,  0.753681, -0.095042,  0.650332, -0.343136,  0.787027,  0.512686,  0.500000,  0.600000, 
+                               -1.763624,  0.160833,  1.763624, -0.440416, -0.782348,  0.440416,  0.783495, -0.095398,  0.614032, -0.438372,  0.615493,  0.654980,  0.500000,  0.700000, 
+                               -1.763624,  0.160833,  1.763624, -0.440416, -0.782348,  0.440416,  0.783495, -0.095397,  0.614032, -0.438372,  0.615493,  0.654980,  0.500000,  0.700000, 
+                               -0.974961,  0.160833,  2.291469, -0.238217, -0.781801,  0.576230,  0.866764,  0.096527,  0.489288, -0.438147,  0.616012,  0.654643,  0.750000,  0.700000, 
+                               -0.997562,  0.254156,  2.344588, -0.303167, -0.608996,  0.732949,  0.889101,  0.096010,  0.447528, -0.342913,  0.787341,  0.512352,  0.750000,  0.600000, 
+                               -1.545109,  0.079424,  1.545109, -0.124902, -0.984276,  0.124902,  0.827242, -0.033807,  0.560827, -0.547786,  0.173373,  0.818457,  0.500000,  0.800000, 
+                               -1.545109,  0.079424,  1.545109, -0.124902, -0.984276,  0.124902,  0.827242, -0.033807,  0.560827, -0.547786,  0.173373,  0.818457,  0.500000,  0.800000, 
+                               -0.854162,  0.079424,  2.007554, -0.067527, -0.984208,  0.163629,  0.833906,  0.034364,  0.550835, -0.547759,  0.173647,  0.818417,  0.750000,  0.800000, 
+                               -0.974961,  0.160833,  2.291469, -0.238217, -0.781801,  0.576230,  0.866764,  0.096526,  0.489287, -0.438147,  0.616012,  0.654643,  0.750000,  0.700000, 
+                               -0.854162,  0.079424,  2.007554, -0.067527, -0.984208,  0.163629,  0.833906,  0.034364,  0.550835, -0.547759,  0.173647,  0.818417,  0.750000,  0.800000, 
+                               -1.545109,  0.079424,  1.545109, -0.124902, -0.984276,  0.124902,  0.827242, -0.033807,  0.560827, -0.547786,  0.173373,  0.818457,  0.500000,  0.800000, 
+                               -1.005167,  0.021842,  1.005167, -0.034662, -0.998798,  0.034662,  0.830750, -0.009515,  0.556565, -0.555566,  0.048087,  0.830081,  0.500000,  0.900000, 
+                               -1.005167,  0.021842,  1.005167, -0.034662, -0.998798,  0.034662,  0.830750, -0.009515,  0.556565, -0.555566,  0.048087,  0.830081,  0.500000,  0.900000, 
+                               -0.555673,  0.021842,  1.306009, -0.018736, -0.998792,  0.045422,  0.831263,  0.009683,  0.555795, -0.555564,  0.048171,  0.830078,  0.750000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000,  0.831042, -0.000000,  0.556209, -0.556209,  0.000000,  0.831042,  0.500000,  1.000000, 
+                               -1.804507,  0.254156,  1.804507, -0.560555, -0.609554,  0.560555,  0.650332,  0.095042,  0.753681, -0.512686,  0.787027,  0.343136,  0.500000,  0.600000, 
+                               -2.344588,  0.254156,  0.997562, -0.732949, -0.608996,  0.303167,  0.447528, -0.096009,  0.889101, -0.512352,  0.787342,  0.342912,  0.250000,  0.600000, 
+                               -2.291469,  0.160833,  0.974961, -0.576230, -0.781801,  0.238216,  0.489287, -0.096526,  0.866765, -0.654643,  0.616012,  0.438146,  0.250000,  0.700000, 
+                               -2.291469,  0.160833,  0.974961, -0.576230, -0.781801,  0.238216,  0.489287, -0.096526,  0.866764, -0.654643,  0.616012,  0.438147,  0.250000,  0.700000, 
+                               -1.763624,  0.160833,  1.763624, -0.440416, -0.782348,  0.440416,  0.614032,  0.095397,  0.783495, -0.654980,  0.615493,  0.438372,  0.500000,  0.700000, 
+                               -1.804507,  0.254156,  1.804507, -0.560555, -0.609554,  0.560555,  0.650332,  0.095042,  0.753681, -0.512686,  0.787027,  0.343136,  0.500000,  0.600000, 
+                               -2.007554,  0.079424,  0.854162, -0.163629, -0.984208,  0.067527,  0.550835, -0.034364,  0.833907, -0.818417,  0.173647,  0.547759,  0.250000,  0.800000, 
+                               -2.007554,  0.079424,  0.854162, -0.163629, -0.984208,  0.067527,  0.550835, -0.034364,  0.833906, -0.818417,  0.173647,  0.547759,  0.250000,  0.800000, 
+                               -1.545109,  0.079424,  1.545109, -0.124902, -0.984276,  0.124902,  0.560827,  0.033807,  0.827242, -0.818457,  0.173373,  0.547786,  0.500000,  0.800000, 
+                               -1.763624,  0.160833,  1.763624, -0.440416, -0.782348,  0.440416,  0.614032,  0.095397,  0.783495, -0.654980,  0.615493,  0.438372,  0.500000,  0.700000, 
+                               -1.545109,  0.079424,  1.545109, -0.124902, -0.984276,  0.124902,  0.560827,  0.033807,  0.827242, -0.818457,  0.173373,  0.547786,  0.500000,  0.800000, 
+                               -2.007554,  0.079424,  0.854162, -0.163629, -0.984208,  0.067527,  0.550835, -0.034364,  0.833906, -0.818417,  0.173647,  0.547759,  0.250000,  0.800000, 
+                               -1.306009,  0.021842,  0.555673, -0.045422, -0.998792,  0.018736,  0.555795, -0.009683,  0.831263, -0.830077,  0.048171,  0.555564,  0.250000,  0.900000, 
+                               -1.306009,  0.021842,  0.555673, -0.045422, -0.998792,  0.018736,  0.555795, -0.009683,  0.831263, -0.830078,  0.048171,  0.555564,  0.250000,  0.900000, 
+                               -1.005167,  0.021842,  1.005167, -0.034662, -0.998798,  0.034662,  0.556565,  0.009515,  0.830750, -0.830081,  0.048087,  0.555566,  0.500000,  0.900000, 
+                               -1.545109,  0.079424,  1.545109, -0.124902, -0.984276,  0.124902,  0.560827,  0.033807,  0.827242, -0.818457,  0.173373,  0.547786,  0.500000,  0.800000, 
+                               -1.005167,  0.021842,  1.005167, -0.034662, -0.998798,  0.034662,  0.556565,  0.009515,  0.830750, -0.830081,  0.048087,  0.555566,  0.500000,  0.900000, 
+                               -1.306009,  0.021842,  0.555673, -0.045422, -0.998792,  0.018736,  0.555795, -0.009683,  0.831263, -0.830078,  0.048171,  0.555564,  0.250000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000,  0.556209,  0.000000,  0.831042, -0.831042,  0.000000,  0.556209,  0.250000,  1.000000, 
+                               -2.344588,  0.254156,  0.997562, -0.732949, -0.608996,  0.303167,  0.311429,  0.095829,  0.945425, -0.604812,  0.787364,  0.119422,  0.250000,  0.600000, 
+                               -2.541559,  0.254156,  0.000000, -0.793949, -0.607984,  0.000000,  0.072467, -0.094632,  0.992871, -0.603650,  0.788290,  0.119192,  0.000000,  0.600000, 
+                               -2.483977,  0.160833,  0.000000, -0.623859, -0.781537,  0.000000,  0.119193, -0.095145,  0.988302, -0.772394,  0.616561,  0.152511,  0.000000,  0.700000, 
+                               -2.483977,  0.160833,  0.000000, -0.623859, -0.781537,  0.000000,  0.119193, -0.095145,  0.988302, -0.772394,  0.616561,  0.152511,  0.000000,  0.700000, 
+                               -2.291469,  0.160833,  0.974961, -0.576230, -0.781801,  0.238216,  0.266049,  0.096163,  0.959151, -0.772772,  0.616068,  0.152586,  0.250000,  0.700000, 
+                               -2.344588,  0.254156,  0.997562, -0.732949, -0.608996,  0.303167,  0.311429,  0.095829,  0.945425, -0.604812,  0.787364,  0.119421,  0.250000,  0.600000, 
+                               -2.176210,  0.079424,  0.000000, -0.177291, -0.984159,  0.000000,  0.187734, -0.033819,  0.981638, -0.966087,  0.174035,  0.190756,  0.000000,  0.800000, 
+                               -2.176210,  0.079424,  0.000000, -0.177291, -0.984159,  0.000000,  0.187734, -0.033819,  0.981638, -0.966087,  0.174035,  0.190756,  0.000000,  0.800000, 
+                               -2.007554,  0.079424,  0.854162, -0.163629, -0.984208,  0.067527,  0.199484,  0.034026,  0.979310, -0.966143,  0.173714,  0.190767,  0.250000,  0.800000, 
+                               -2.291469,  0.160833,  0.974961, -0.576230, -0.781801,  0.238216,  0.266049,  0.096163,  0.959151, -0.772772,  0.616068,  0.152585,  0.250000,  0.700000, 
+                               -2.007554,  0.079424,  0.854162, -0.163629, -0.984208,  0.067527,  0.199484,  0.034026,  0.979310, -0.966143,  0.173714,  0.190767,  0.250000,  0.800000, 
+                               -2.176210,  0.079424,  0.000000, -0.177291, -0.984159,  0.000000,  0.187734, -0.033819,  0.981638, -0.966087,  0.174035,  0.190756,  0.000000,  0.800000, 
+                               -1.415728,  0.021842,  0.000000, -0.049207, -0.998789, -0.000000,  0.193251, -0.009521,  0.981103, -0.979915,  0.048277,  0.193486,  0.000000,  0.900000, 
+                               -1.415728,  0.021842,  0.000000, -0.049207, -0.998789, -0.000000,  0.193252, -0.009521,  0.981103, -0.979914,  0.048277,  0.193486,  0.000000,  0.900000, 
+                               -1.306009,  0.021842,  0.555673, -0.045422, -0.998792,  0.018736,  0.194156,  0.009571,  0.980924, -0.979918,  0.048193,  0.193487,  0.250000,  0.900000, 
+                               -2.007554,  0.079424,  0.854162, -0.163629, -0.984208,  0.067527,  0.199485,  0.034026,  0.979310, -0.966143,  0.173714,  0.190767,  0.250000,  0.800000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000,  0.193712,  0.000000,  0.981058, -0.981058,  0.000000,  0.193712,  0.000000,  1.000000, 
+                               -2.541559,  0.254156,  0.000000, -0.793949, -0.607984,  0.000000, -0.072467,  0.094632,  0.992871, -0.603650,  0.788290, -0.119192,  2.000000,  0.600000, 
+                               -2.344588,  0.254156, -0.997562, -0.732949, -0.608996, -0.303167, -0.311429, -0.095829,  0.945425, -0.604812,  0.787364, -0.119422,  1.750000,  0.600000, 
+                               -2.291469,  0.160833, -0.974961, -0.576230, -0.781801, -0.238217, -0.266049, -0.096163,  0.959151, -0.772772,  0.616069, -0.152586,  1.750000,  0.700000, 
+                               -2.291469,  0.160833, -0.974961, -0.576230, -0.781801, -0.238217, -0.266049, -0.096163,  0.959151, -0.772772,  0.616069, -0.152586,  1.750000,  0.700000, 
+                               -2.483977,  0.160833,  0.000000, -0.623859, -0.781537,  0.000000, -0.119193,  0.095145,  0.988302, -0.772394,  0.616561, -0.152511,  2.000000,  0.700000, 
+                               -2.541559,  0.254156,  0.000000, -0.793949, -0.607984,  0.000000, -0.072467,  0.094632,  0.992871, -0.603650,  0.788290, -0.119192,  2.000000,  0.600000, 
+                               -2.483977,  0.160833,  0.000000, -0.623859, -0.781537,  0.000000, -0.119193,  0.095145,  0.988302, -0.772394,  0.616561, -0.152511,  2.000000,  0.700000, 
+                               -2.291469,  0.160833, -0.974961, -0.576230, -0.781801, -0.238217, -0.266049, -0.096163,  0.959151, -0.772772,  0.616069, -0.152586,  1.750000,  0.700000, 
+                               -2.007554,  0.079424, -0.854162, -0.163629, -0.984208, -0.067527, -0.199485, -0.034026,  0.979310, -0.966143,  0.173714, -0.190767,  1.750000,  0.800000, 
+                               -2.007554,  0.079424, -0.854162, -0.163629, -0.984208, -0.067527, -0.199484, -0.034026,  0.979310, -0.966143,  0.173714, -0.190767,  1.750000,  0.800000, 
+                               -2.176210,  0.079424,  0.000000, -0.177291, -0.984159,  0.000000, -0.187734,  0.033819,  0.981638, -0.966087,  0.174035, -0.190756,  2.000000,  0.800000, 
+                               -2.483977,  0.160833,  0.000000, -0.623859, -0.781537,  0.000000, -0.119193,  0.095145,  0.988302, -0.772394,  0.616561, -0.152511,  2.000000,  0.700000, 
+                               -2.176210,  0.079424,  0.000000, -0.177291, -0.984159,  0.000000, -0.187734,  0.033819,  0.981638, -0.966087,  0.174035, -0.190756,  2.000000,  0.800000, 
+                               -2.007554,  0.079424, -0.854162, -0.163629, -0.984208, -0.067527, -0.199484, -0.034026,  0.979310, -0.966143,  0.173714, -0.190767,  1.750000,  0.800000, 
+                               -1.306009,  0.021842, -0.555673, -0.045422, -0.998792, -0.018736, -0.194156, -0.009571,  0.980924, -0.979919,  0.048193, -0.193487,  1.750000,  0.900000, 
+                               -1.306009,  0.021842, -0.555673, -0.045422, -0.998792, -0.018736, -0.194156, -0.009571,  0.980924, -0.979918,  0.048193, -0.193487,  1.750000,  0.900000, 
+                               -1.415728,  0.021842,  0.000000, -0.049207, -0.998789, -0.000000, -0.193252,  0.009521,  0.981103, -0.979914,  0.048277, -0.193486,  2.000000,  0.900000, 
+                               -2.176210,  0.079424,  0.000000, -0.177291, -0.984159,  0.000000, -0.187734,  0.033819,  0.981638, -0.966087,  0.174035, -0.190756,  2.000000,  0.800000, 
+                               -1.415728,  0.021842,  0.000000, -0.049207, -0.998789, -0.000000, -0.193252,  0.009521,  0.981103, -0.979914,  0.048277, -0.193486,  2.000000,  0.900000, 
+                               -1.306009,  0.021842, -0.555673, -0.045422, -0.998792, -0.018736, -0.194156, -0.009571,  0.980924, -0.979918,  0.048193, -0.193487,  1.750000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000, -0.193712,  0.000000,  0.981058, -0.981058,  0.000000, -0.193712,  1.750000,  1.000000, 
+                               -2.344588,  0.254156, -0.997562, -0.732949, -0.608996, -0.303167, -0.447528,  0.096009,  0.889101, -0.512352,  0.787342, -0.342912,  1.750000,  0.600000, 
+                               -1.804507,  0.254156, -1.804507, -0.560555, -0.609554, -0.560555, -0.650332, -0.095042,  0.753682, -0.512686,  0.787027, -0.343136,  1.500000,  0.600000, 
+                               -1.763624,  0.160833, -1.763624, -0.440416, -0.782348, -0.440416, -0.614032, -0.095398,  0.783495, -0.654980,  0.615493, -0.438372,  1.500000,  0.700000, 
+                               -1.763624,  0.160833, -1.763624, -0.440416, -0.782348, -0.440416, -0.614032, -0.095397,  0.783495, -0.654980,  0.615493, -0.438372,  1.500000,  0.700000, 
+                               -2.291469,  0.160833, -0.974961, -0.576230, -0.781801, -0.238217, -0.489288,  0.096526,  0.866764, -0.654643,  0.616012, -0.438147,  1.750000,  0.700000, 
+                               -2.344588,  0.254156, -0.997562, -0.732949, -0.608996, -0.303167, -0.447528,  0.096010,  0.889101, -0.512352,  0.787341, -0.342913,  1.750000,  0.600000, 
+                               -1.545109,  0.079424, -1.545109, -0.124902, -0.984276, -0.124902, -0.560827, -0.033807,  0.827242, -0.818457,  0.173373, -0.547786,  1.500000,  0.800000, 
+                               -1.545109,  0.079424, -1.545109, -0.124902, -0.984276, -0.124902, -0.560827, -0.033807,  0.827242, -0.818457,  0.173373, -0.547786,  1.500000,  0.800000, 
+                               -2.007554,  0.079424, -0.854162, -0.163629, -0.984208, -0.067527, -0.550835,  0.034364,  0.833906, -0.818417,  0.173647, -0.547759,  1.750000,  0.800000, 
+                               -2.291469,  0.160833, -0.974961, -0.576230, -0.781801, -0.238217, -0.489288,  0.096526,  0.866764, -0.654643,  0.616012, -0.438147,  1.750000,  0.700000, 
+                               -2.007554,  0.079424, -0.854162, -0.163629, -0.984208, -0.067527, -0.550835,  0.034364,  0.833906, -0.818417,  0.173647, -0.547759,  1.750000,  0.800000, 
+                               -1.545109,  0.079424, -1.545109, -0.124902, -0.984276, -0.124902, -0.560827, -0.033807,  0.827242, -0.818457,  0.173373, -0.547786,  1.500000,  0.800000, 
+                               -1.005167,  0.021842, -1.005167, -0.034662, -0.998798, -0.034662, -0.556565, -0.009515,  0.830750, -0.830081,  0.048087, -0.555566,  1.500000,  0.900000, 
+                               -1.005167,  0.021842, -1.005167, -0.034662, -0.998798, -0.034662, -0.556565, -0.009515,  0.830750, -0.830081,  0.048087, -0.555566,  1.500000,  0.900000, 
+                               -1.306009,  0.021842, -0.555673, -0.045422, -0.998792, -0.018736, -0.555795,  0.009683,  0.831263, -0.830078,  0.048171, -0.555564,  1.750000,  0.900000, 
+                               -2.007554,  0.079424, -0.854162, -0.163629, -0.984208, -0.067527, -0.550835,  0.034364,  0.833906, -0.818417,  0.173647, -0.547759,  1.750000,  0.800000, 
+                               -1.306009,  0.021842, -0.555673, -0.045422, -0.998792, -0.018736, -0.555795,  0.009683,  0.831263, -0.830078,  0.048171, -0.555564,  1.750000,  0.900000, 
+                               -1.005167,  0.021842, -1.005167, -0.034662, -0.998798, -0.034662, -0.556565, -0.009515,  0.830750, -0.830081,  0.048087, -0.555566,  1.500000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000, -0.556209,  0.000000,  0.831042, -0.831042,  0.000000, -0.556209,  1.500000,  1.000000, 
+                               -1.804507,  0.254156, -1.804507, -0.560555, -0.609554, -0.560555, -0.753681,  0.095042,  0.650332, -0.343136,  0.787027, -0.512686,  1.500000,  0.600000, 
+                               -0.997562,  0.254156, -2.344588, -0.303167, -0.608996, -0.732949, -0.889101, -0.096010,  0.447528, -0.342912,  0.787342, -0.512352,  1.250000,  0.600000, 
+                               -0.974961,  0.160833, -2.291469, -0.238216, -0.781801, -0.576230, -0.866764, -0.096526,  0.489287, -0.438147,  0.616012, -0.654643,  1.250000,  0.700000, 
+                               -0.974961,  0.160833, -2.291469, -0.238216, -0.781801, -0.576230, -0.866764, -0.096527,  0.489288, -0.438147,  0.616012, -0.654643,  1.250000,  0.700000, 
+                               -1.763624,  0.160833, -1.763624, -0.440416, -0.782348, -0.440416, -0.783495,  0.095397,  0.614032, -0.438372,  0.615493, -0.654980,  1.500000,  0.700000, 
+                               -1.804507,  0.254156, -1.804507, -0.560555, -0.609554, -0.560555, -0.753681,  0.095042,  0.650332, -0.343136,  0.787027, -0.512686,  1.500000,  0.600000, 
+                               -0.854162,  0.079424, -2.007554, -0.067527, -0.984208, -0.163629, -0.833906, -0.034364,  0.550835, -0.547759,  0.173647, -0.818417,  1.250000,  0.800000, 
+                               -0.854162,  0.079424, -2.007554, -0.067527, -0.984208, -0.163629, -0.833906, -0.034364,  0.550835, -0.547759,  0.173647, -0.818417,  1.250000,  0.800000, 
+                               -1.545109,  0.079424, -1.545109, -0.124902, -0.984276, -0.124902, -0.827242,  0.033807,  0.560827, -0.547786,  0.173373, -0.818457,  1.500000,  0.800000, 
+                               -1.763624,  0.160833, -1.763624, -0.440416, -0.782348, -0.440416, -0.783495,  0.095397,  0.614032, -0.438372,  0.615493, -0.654980,  1.500000,  0.700000, 
+                               -1.545109,  0.079424, -1.545109, -0.124902, -0.984276, -0.124902, -0.827242,  0.033807,  0.560827, -0.547786,  0.173373, -0.818457,  1.500000,  0.800000, 
+                               -0.854162,  0.079424, -2.007554, -0.067527, -0.984208, -0.163629, -0.833906, -0.034364,  0.550835, -0.547759,  0.173647, -0.818417,  1.250000,  0.800000, 
+                               -0.555673,  0.021842, -1.306009, -0.018736, -0.998792, -0.045422, -0.831263, -0.009683,  0.555795, -0.555564,  0.048171, -0.830077,  1.250000,  0.900000, 
+                               -0.555673,  0.021842, -1.306009, -0.018736, -0.998792, -0.045422, -0.831263, -0.009683,  0.555795, -0.555564,  0.048171, -0.830077,  1.250000,  0.900000, 
+                               -1.005167,  0.021842, -1.005167, -0.034662, -0.998798, -0.034662, -0.830750,  0.009515,  0.556565, -0.555566,  0.048087, -0.830081,  1.500000,  0.900000, 
+                               -1.545109,  0.079424, -1.545109, -0.124902, -0.984276, -0.124902, -0.827242,  0.033807,  0.560827, -0.547786,  0.173373, -0.818457,  1.500000,  0.800000, 
+                               -1.005167,  0.021842, -1.005167, -0.034662, -0.998798, -0.034662, -0.830750,  0.009515,  0.556565, -0.555566,  0.048087, -0.830081,  1.500000,  0.900000, 
+                               -0.555673,  0.021842, -1.306009, -0.018736, -0.998792, -0.045422, -0.831263, -0.009683,  0.555795, -0.555564,  0.048171, -0.830078,  1.250000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000, -0.831042,  0.000000,  0.556209, -0.556209, -0.000000, -0.831042,  1.250000,  1.000000, 
+                               -0.997562,  0.254156, -2.344588, -0.303167, -0.608996, -0.732949, -0.945425,  0.095829,  0.311429, -0.119421,  0.787364, -0.604812,  1.250000,  0.600000, 
+                                0.000000,  0.254156, -2.541559, -0.000000, -0.607984, -0.793949, -0.992871, -0.094632,  0.072467, -0.119192,  0.788290, -0.603650,  1.000000,  0.600000, 
+                                0.000000,  0.160833, -2.483977, -0.000000, -0.781537, -0.623859, -0.988302, -0.095145,  0.119193, -0.152511,  0.616561, -0.772394,  1.000000,  0.700000, 
+                                0.000000,  0.160833, -2.483977, -0.000000, -0.781537, -0.623859, -0.988302, -0.095145,  0.119193, -0.152511,  0.616561, -0.772394,  1.000000,  0.700000, 
+                               -0.974961,  0.160833, -2.291469, -0.238216, -0.781801, -0.576230, -0.959151,  0.096163,  0.266049, -0.152586,  0.616069, -0.772772,  1.250000,  0.700000, 
+                               -0.997562,  0.254156, -2.344588, -0.303167, -0.608996, -0.732949, -0.945425,  0.095829,  0.311429, -0.119421,  0.787364, -0.604812,  1.250000,  0.600000, 
+                                0.000000,  0.079424, -2.176210, -0.000000, -0.984159, -0.177291, -0.981638, -0.033819,  0.187734, -0.190756,  0.174035, -0.966087,  1.000000,  0.800000, 
+                                0.000000,  0.079424, -2.176210, -0.000000, -0.984159, -0.177291, -0.981638, -0.033819,  0.187734, -0.190756,  0.174035, -0.966087,  1.000000,  0.800000, 
+                               -0.854162,  0.079424, -2.007554, -0.067527, -0.984208, -0.163629, -0.979310,  0.034026,  0.199485, -0.190767,  0.173714, -0.966143,  1.250000,  0.800000, 
+                               -0.974961,  0.160833, -2.291469, -0.238216, -0.781801, -0.576230, -0.959151,  0.096163,  0.266049, -0.152585,  0.616068, -0.772772,  1.250000,  0.700000, 
+                               -0.854162,  0.079424, -2.007554, -0.067527, -0.984208, -0.163629, -0.979310,  0.034026,  0.199485, -0.190767,  0.173714, -0.966143,  1.250000,  0.800000, 
+                                0.000000,  0.079424, -2.176210, -0.000000, -0.984159, -0.177291, -0.981638, -0.033819,  0.187734, -0.190756,  0.174035, -0.966087,  1.000000,  0.800000, 
+                                0.000000,  0.021842, -1.415728,  0.000000, -0.998789, -0.049207, -0.981103, -0.009521,  0.193252, -0.193486,  0.048277, -0.979914,  1.000000,  0.900000, 
+                                0.000000,  0.021842, -1.415728,  0.000000, -0.998789, -0.049207, -0.981103, -0.009521,  0.193252, -0.193486,  0.048277, -0.979914,  1.000000,  0.900000, 
+                               -0.555673,  0.021842, -1.306009, -0.018736, -0.998792, -0.045422, -0.980924,  0.009571,  0.194156, -0.193487,  0.048193, -0.979918,  1.250000,  0.900000, 
+                               -0.854162,  0.079424, -2.007554, -0.067527, -0.984208, -0.163629, -0.979310,  0.034026,  0.199485, -0.190767,  0.173714, -0.966143,  1.250000,  0.800000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000, -0.981058,  0.000000,  0.193712, -0.193712, -0.000000, -0.981058,  1.000000,  1.000000, 
+                                0.000000,  0.254156, -2.541559, -0.000000, -0.607984, -0.793949, -0.992871,  0.094632, -0.072467,  0.119192,  0.788290, -0.603650,  1.000000,  0.600000, 
+                                0.997562,  0.254156, -2.344588,  0.303167, -0.608996, -0.732949, -0.945425, -0.095829, -0.311429,  0.119421,  0.787364, -0.604812,  0.750000,  0.600000, 
+                                0.974961,  0.160833, -2.291469,  0.238217, -0.781801, -0.576230, -0.959151, -0.096163, -0.266049,  0.152586,  0.616069, -0.772772,  0.750000,  0.700000, 
+                                0.974961,  0.160833, -2.291469,  0.238217, -0.781801, -0.576230, -0.959151, -0.096163, -0.266049,  0.152586,  0.616069, -0.772772,  0.750000,  0.700000, 
+                                0.000000,  0.160833, -2.483977, -0.000000, -0.781537, -0.623859, -0.988302,  0.095145, -0.119193,  0.152511,  0.616561, -0.772394,  1.000000,  0.700000, 
+                                0.000000,  0.254156, -2.541559, -0.000000, -0.607984, -0.793949, -0.992871,  0.094632, -0.072467,  0.119192,  0.788290, -0.603650,  1.000000,  0.600000, 
+                                0.000000,  0.160833, -2.483977, -0.000000, -0.781537, -0.623859, -0.988302,  0.095145, -0.119193,  0.152511,  0.616561, -0.772394,  1.000000,  0.700000, 
+                                0.974961,  0.160833, -2.291469,  0.238217, -0.781801, -0.576230, -0.959151, -0.096163, -0.266049,  0.152586,  0.616069, -0.772772,  0.750000,  0.700000, 
+                                0.854162,  0.079424, -2.007554,  0.067527, -0.984208, -0.163629, -0.979310, -0.034026, -0.199485,  0.190767,  0.173714, -0.966143,  0.750000,  0.800000, 
+                                0.854162,  0.079424, -2.007554,  0.067527, -0.984208, -0.163629, -0.979310, -0.034026, -0.199485,  0.190767,  0.173714, -0.966143,  0.750000,  0.800000, 
+                                0.000000,  0.079424, -2.176210, -0.000000, -0.984159, -0.177291, -0.981638,  0.033819, -0.187734,  0.190756,  0.174035, -0.966087,  1.000000,  0.800000, 
+                                0.000000,  0.160833, -2.483977, -0.000000, -0.781537, -0.623859, -0.988302,  0.095145, -0.119193,  0.152511,  0.616561, -0.772394,  1.000000,  0.700000, 
+                                0.555673,  0.021842, -1.306009,  0.018736, -0.998792, -0.045422, -0.980924, -0.009571, -0.194156,  0.193487,  0.048193, -0.979918,  0.750000,  0.900000, 
+                                0.555673,  0.021842, -1.306009,  0.018736, -0.998792, -0.045422, -0.980924, -0.009571, -0.194156,  0.193487,  0.048193, -0.979918,  0.750000,  0.900000, 
+                                0.000000,  0.021842, -1.415728,  0.000000, -0.998789, -0.049207, -0.981103,  0.009521, -0.193252,  0.193486,  0.048277, -0.979914,  1.000000,  0.900000, 
+                                0.000000,  0.079424, -2.176210, -0.000000, -0.984159, -0.177291, -0.981637,  0.033819, -0.187734,  0.190756,  0.174035, -0.966087,  1.000000,  0.800000, 
+                                0.000000,  0.021842, -1.415728,  0.000000, -0.998789, -0.049207, -0.981103,  0.009521, -0.193252,  0.193486,  0.048277, -0.979914,  1.000000,  0.900000, 
+                                0.555673,  0.021842, -1.306009,  0.018736, -0.998792, -0.045422, -0.980924, -0.009571, -0.194156,  0.193487,  0.048193, -0.979918,  0.750000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000, -0.981058,  0.000000, -0.193712,  0.193712, -0.000000, -0.981058,  0.750000,  1.000000, 
+                                0.997562,  0.254156, -2.344588,  0.303167, -0.608996, -0.732949, -0.889101,  0.096010, -0.447528,  0.342912,  0.787342, -0.512352,  0.750000,  0.600000, 
+                                1.804507,  0.254156, -1.804507,  0.560555, -0.609554, -0.560555, -0.753681, -0.095042, -0.650332,  0.343136,  0.787027, -0.512686,  0.500000,  0.600000, 
+                                1.763624,  0.160833, -1.763624,  0.440416, -0.782348, -0.440416, -0.783495, -0.095397, -0.614032,  0.438372,  0.615493, -0.654980,  0.500000,  0.700000, 
+                                1.763624,  0.160833, -1.763624,  0.440416, -0.782348, -0.440416, -0.783495, -0.095397, -0.614032,  0.438372,  0.615493, -0.654980,  0.500000,  0.700000, 
+                                0.974961,  0.160833, -2.291469,  0.238217, -0.781801, -0.576230, -0.866764,  0.096527, -0.489288,  0.438147,  0.616012, -0.654643,  0.750000,  0.700000, 
+                                0.997562,  0.254156, -2.344588,  0.303167, -0.608996, -0.732949, -0.889101,  0.096010, -0.447528,  0.342913,  0.787341, -0.512352,  0.750000,  0.600000, 
+                                1.545109,  0.079424, -1.545109,  0.124902, -0.984276, -0.124902, -0.827242, -0.033807, -0.560827,  0.547786,  0.173373, -0.818457,  0.500000,  0.800000, 
+                                1.545109,  0.079424, -1.545109,  0.124902, -0.984276, -0.124902, -0.827242, -0.033807, -0.560827,  0.547786,  0.173373, -0.818457,  0.500000,  0.800000, 
+                                0.854162,  0.079424, -2.007554,  0.067527, -0.984208, -0.163629, -0.833906,  0.034364, -0.550835,  0.547759,  0.173647, -0.818417,  0.750000,  0.800000, 
+                                0.974961,  0.160833, -2.291469,  0.238217, -0.781801, -0.576230, -0.866764,  0.096526, -0.489287,  0.438147,  0.616012, -0.654643,  0.750000,  0.700000, 
+                                0.854162,  0.079424, -2.007554,  0.067527, -0.984208, -0.163629, -0.833906,  0.034364, -0.550835,  0.547759,  0.173647, -0.818417,  0.750000,  0.800000, 
+                                1.545109,  0.079424, -1.545109,  0.124902, -0.984276, -0.124902, -0.827242, -0.033807, -0.560827,  0.547786,  0.173373, -0.818457,  0.500000,  0.800000, 
+                                1.005167,  0.021842, -1.005167,  0.034662, -0.998798, -0.034662, -0.830750, -0.009515, -0.556565,  0.555566,  0.048087, -0.830081,  0.500000,  0.900000, 
+                                1.005167,  0.021842, -1.005167,  0.034662, -0.998798, -0.034662, -0.830750, -0.009515, -0.556565,  0.555566,  0.048087, -0.830081,  0.500000,  0.900000, 
+                                0.555673,  0.021842, -1.306009,  0.018736, -0.998792, -0.045422, -0.831263,  0.009683, -0.555795,  0.555564,  0.048171, -0.830078,  0.750000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000, -0.831042,  0.000000, -0.556209,  0.556209, -0.000000, -0.831042,  0.500000,  1.000000, 
+                                1.804507,  0.254156, -1.804507,  0.560555, -0.609554, -0.560555, -0.650332,  0.095042, -0.753682,  0.512686,  0.787027, -0.343136,  0.500000,  0.600000, 
+                                2.344588,  0.254156, -0.997562,  0.732949, -0.608996, -0.303167, -0.447528, -0.096009, -0.889101,  0.512352,  0.787342, -0.342912,  0.250000,  0.600000, 
+                                2.291469,  0.160833, -0.974961,  0.576230, -0.781801, -0.238216, -0.489287, -0.096526, -0.866764,  0.654643,  0.616012, -0.438146,  0.250000,  0.700000, 
+                                2.291469,  0.160833, -0.974961,  0.576230, -0.781801, -0.238216, -0.489287, -0.096526, -0.866764,  0.654643,  0.616012, -0.438147,  0.250000,  0.700000, 
+                                1.763624,  0.160833, -1.763624,  0.440416, -0.782348, -0.440416, -0.614032,  0.095397, -0.783495,  0.654980,  0.615493, -0.438372,  0.500000,  0.700000, 
+                                1.804507,  0.254156, -1.804507,  0.560555, -0.609554, -0.560555, -0.650332,  0.095042, -0.753681,  0.512686,  0.787027, -0.343136,  0.500000,  0.600000, 
+                                2.007554,  0.079424, -0.854162,  0.163629, -0.984208, -0.067527, -0.550835, -0.034364, -0.833907,  0.818417,  0.173647, -0.547759,  0.250000,  0.800000, 
+                                2.007554,  0.079424, -0.854162,  0.163629, -0.984208, -0.067527, -0.550835, -0.034364, -0.833906,  0.818417,  0.173647, -0.547759,  0.250000,  0.800000, 
+                                1.545109,  0.079424, -1.545109,  0.124902, -0.984276, -0.124902, -0.560827,  0.033807, -0.827242,  0.818457,  0.173373, -0.547786,  0.500000,  0.800000, 
+                                1.763624,  0.160833, -1.763624,  0.440416, -0.782348, -0.440416, -0.614032,  0.095397, -0.783495,  0.654980,  0.615493, -0.438372,  0.500000,  0.700000, 
+                                1.545109,  0.079424, -1.545109,  0.124902, -0.984276, -0.124902, -0.560827,  0.033807, -0.827242,  0.818457,  0.173373, -0.547786,  0.500000,  0.800000, 
+                                2.007554,  0.079424, -0.854162,  0.163629, -0.984208, -0.067527, -0.550835, -0.034364, -0.833906,  0.818417,  0.173647, -0.547759,  0.250000,  0.800000, 
+                                1.306009,  0.021842, -0.555673,  0.045422, -0.998792, -0.018736, -0.555795, -0.009683, -0.831263,  0.830077,  0.048171, -0.555564,  0.250000,  0.900000, 
+                                1.306009,  0.021842, -0.555673,  0.045422, -0.998792, -0.018736, -0.555795, -0.009683, -0.831263,  0.830078,  0.048171, -0.555564,  0.250000,  0.900000, 
+                                1.005167,  0.021842, -1.005167,  0.034662, -0.998798, -0.034662, -0.556565,  0.009515, -0.830750,  0.830081,  0.048087, -0.555566,  0.500000,  0.900000, 
+                                1.545109,  0.079424, -1.545109,  0.124902, -0.984276, -0.124902, -0.560827,  0.033807, -0.827242,  0.818457,  0.173373, -0.547786,  0.500000,  0.800000, 
+                                1.005167,  0.021842, -1.005167,  0.034662, -0.998798, -0.034662, -0.556565,  0.009515, -0.830750,  0.830081,  0.048087, -0.555566,  0.500000,  0.900000, 
+                                1.306009,  0.021842, -0.555673,  0.045422, -0.998792, -0.018736, -0.555795, -0.009683, -0.831263,  0.830078,  0.048171, -0.555564,  0.250000,  0.900000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000, -0.556209, -0.000000, -0.831042,  0.831042, -0.000000, -0.556209,  0.250000,  1.000000, 
+                                2.344588,  0.254156, -0.997562,  0.732949, -0.608996, -0.303167, -0.311429,  0.095829, -0.945425,  0.604812,  0.787364, -0.119422,  0.250000,  0.600000, 
+                                2.541559,  0.254156,  0.000000,  0.793949, -0.607984, -0.000000, -0.072467, -0.094632, -0.992871,  0.603650,  0.788290, -0.119192,  0.000000,  0.600000, 
+                                2.483977,  0.160833,  0.000000,  0.623859, -0.781537, -0.000000, -0.119193, -0.095145, -0.988302,  0.772394,  0.616561, -0.152511,  0.000000,  0.700000, 
+                                2.483977,  0.160833,  0.000000,  0.623859, -0.781537, -0.000000, -0.119193, -0.095145, -0.988302,  0.772394,  0.616561, -0.152511,  0.000000,  0.700000, 
+                                2.291469,  0.160833, -0.974961,  0.576230, -0.781801, -0.238216, -0.266049,  0.096163, -0.959151,  0.772772,  0.616068, -0.152586,  0.250000,  0.700000, 
+                                2.344588,  0.254156, -0.997562,  0.732949, -0.608996, -0.303167, -0.311429,  0.095829, -0.945425,  0.604812,  0.787364, -0.119421,  0.250000,  0.600000, 
+                                2.176210,  0.079424,  0.000000,  0.177291, -0.984159, -0.000000, -0.187734, -0.033819, -0.981638,  0.966087,  0.174035, -0.190756,  0.000000,  0.800000, 
+                                2.176210,  0.079424,  0.000000,  0.177291, -0.984159, -0.000000, -0.187734, -0.033819, -0.981638,  0.966087,  0.174035, -0.190756,  0.000000,  0.800000, 
+                                2.007554,  0.079424, -0.854162,  0.163629, -0.984208, -0.067527, -0.199484,  0.034026, -0.979310,  0.966143,  0.173714, -0.190767,  0.250000,  0.800000, 
+                                2.291469,  0.160833, -0.974961,  0.576230, -0.781801, -0.238216, -0.266049,  0.096163, -0.959151,  0.772772,  0.616068, -0.152585,  0.250000,  0.700000, 
+                                2.007554,  0.079424, -0.854162,  0.163629, -0.984208, -0.067527, -0.199484,  0.034026, -0.979310,  0.966143,  0.173714, -0.190767,  0.250000,  0.800000, 
+                                2.176210,  0.079424,  0.000000,  0.177291, -0.984159, -0.000000, -0.187734, -0.033819, -0.981638,  0.966087,  0.174035, -0.190756,  0.000000,  0.800000, 
+                                1.415728,  0.021842,  0.000000,  0.049207, -0.998789,  0.000000, -0.193251, -0.009521, -0.981103,  0.979915,  0.048277, -0.193486,  0.000000,  0.900000, 
+                                1.415728,  0.021842,  0.000000,  0.049207, -0.998789,  0.000000, -0.193252, -0.009521, -0.981103,  0.979914,  0.048277, -0.193486,  0.000000,  0.900000, 
+                                1.306009,  0.021842, -0.555673,  0.045422, -0.998792, -0.018736, -0.194156,  0.009571, -0.980924,  0.979918,  0.048193, -0.193487,  0.250000,  0.900000, 
+                                2.007554,  0.079424, -0.854162,  0.163629, -0.984208, -0.067527, -0.199485,  0.034026, -0.979310,  0.966143,  0.173714, -0.190767,  0.250000,  0.800000, 
+                                0.000000, -0.000000,  0.000000, -0.000000, -1.000000,  0.000000, -0.193712, -0.000000, -0.981058,  0.981058, -0.000000, -0.193712,  0.000000,  1.000000, 
+                               -2.710997,  3.431105,  0.000000,  0.007786, -0.999970, -0.000216, -0.093797, -0.000516, -0.995591,  0.995561,  0.007772, -0.093799,  1.000000,  0.000000, 
+                               -2.684523,  3.490673,  0.285926,  0.007039, -0.812495,  0.582926, -0.095575, -0.580819, -0.808403,  0.995397, -0.050023, -0.081743,  0.875000,  0.000000, 
+                               -3.526165,  3.483786,  0.285926,  0.036127, -0.837258,  0.545614, -0.082800, -0.546601, -0.833290,  0.995911, -0.015072, -0.089072,  0.875000,  0.125000, 
+                               -3.526165,  3.483786,  0.285926,  0.036127, -0.837258,  0.545614,  0.100424, -0.540165, -0.835546,  0.994289,  0.084979,  0.064566,  0.875000,  0.125000, 
+                               -3.502586,  3.425148,  0.000000,  0.039138, -0.999233, -0.000989,  0.074089,  0.003889, -0.997244,  0.996483,  0.038957,  0.074185,  1.000000,  0.125000, 
+                               -2.710997,  3.431105,  0.000000,  0.007786, -0.999970, -0.000216,  0.080601,  0.000842, -0.996746,  0.996716,  0.007743,  0.080605,  1.000000,  0.000000, 
+                               -4.143932,  3.435572,  0.285926,  0.161846, -0.810421,  0.563048,  0.152199, -0.543244, -0.825664,  0.975008,  0.219326,  0.035424,  0.875000,  0.250000, 
+                               -4.143932,  3.435572,  0.285926,  0.161846, -0.810421,  0.563048,  0.269122, -0.512694, -0.815302,  0.949410,  0.283482,  0.135125,  0.875000,  0.250000, 
+                               -4.087675,  3.383451,  0.000000,  0.179512, -0.983746, -0.004369,  0.155585,  0.032775, -0.987279,  0.971375,  0.176548,  0.158939,  1.000000,  0.250000, 
+                               -3.502586,  3.425148,  0.000000,  0.039138, -0.999233, -0.000989,  0.186011,  0.008258, -0.982513,  0.981768,  0.038270,  0.186191,  1.000000,  0.125000, 
+                               -4.087675,  3.383451,  0.000000,  0.179512, -0.983746, -0.004369,  0.155585,  0.032775, -0.987279,  0.971375,  0.176548,  0.158939,  1.000000,  0.250000, 
+                               -4.143932,  3.435572,  0.285926,  0.161846, -0.810421,  0.563048,  0.269122, -0.512694, -0.815302,  0.949410,  0.283482,  0.135125,  0.875000,  0.250000, 
+                               -4.524422,  3.304709,  0.285926,  0.482365, -0.595148,  0.642746,  0.435925, -0.473350, -0.765447,  0.759798,  0.649414,  0.031112,  0.875000,  0.375000, 
+                               -4.524422,  3.304709,  0.285926,  0.482365, -0.595148,  0.642746,  0.504748, -0.410854, -0.759229,  0.715929,  0.690650,  0.102218,  0.875000,  0.375000, 
+                               -4.450377,  3.270272,  0.000000,  0.612300, -0.790557, -0.010460,  0.096606,  0.087940, -0.991430,  0.784702,  0.606042,  0.130218,  1.000000,  0.375000, 
+                               -4.087675,  3.383451,  0.000000,  0.179512, -0.983746, -0.004369,  0.222752,  0.044972, -0.973837,  0.958205,  0.173842,  0.227205,  1.000000,  0.250000, 
+                               -4.654230,  3.049871,  0.285926,  0.738721, -0.114593,  0.664199,  0.640943, -0.185445, -0.744850,  0.208527,  0.975950, -0.063544,  0.875000,  0.500000, 
+                               -4.654230,  3.049871,  0.285926,  0.738721, -0.114593,  0.664199,  0.662674, -0.056506, -0.746773,  0.123106,  0.991804,  0.034196,  0.875000,  0.500000, 
+                               -4.574806,  3.049871,  0.000000,  0.986152, -0.165708, -0.006670,  0.001063,  0.046535, -0.998916,  0.165839,  0.985076,  0.046066,  1.000000,  0.500000, 
+                               -4.450377,  3.270272,  0.000000,  0.612300, -0.790557, -0.010460,  0.163625,  0.139652, -0.976588,  0.773509,  0.596253,  0.214864,  1.000000,  0.375000, 
+                               -2.684523,  3.490673,  0.285926,  0.007039, -0.812495,  0.582926, -0.355979, -0.546788, -0.757827,  0.934467, -0.202175, -0.293080,  0.875000,  0.000000, 
+                               -2.626278,  3.621722,  0.381234, -0.001909,  0.162122,  0.986769, -0.456768, -0.877958,  0.143361,  0.889584, -0.450451,  0.075728,  0.750000,  0.000000, 
+                               -3.578039,  3.612787,  0.381234,  0.002762,  0.017106,  0.999850, -0.408870, -0.912439,  0.016740,  0.912588, -0.408855,  0.004474,  0.750000,  0.125000, 
+                               -3.578039,  3.612787,  0.381234,  0.002762,  0.017106,  0.999850,  0.378910, -0.925316,  0.014784,  0.925430,  0.378812, -0.009037,  0.750000,  0.125000, 
+                               -3.526165,  3.483786,  0.285926,  0.036127, -0.837258,  0.545614,  0.314442, -0.508716, -0.801457,  0.948589,  0.200519,  0.244891,  0.875000,  0.125000, 
+                               -2.684523,  3.490673,  0.285926,  0.007039, -0.812495,  0.582926,  0.319829, -0.550491, -0.771148,  0.947449,  0.191864,  0.255984,  0.875000,  0.000000, 
+                               -3.578039,  3.612787,  0.381234,  0.002762,  0.017106,  0.999850,  0.378910, -0.925316,  0.014784,  0.925430,  0.378812, -0.009037,  0.750000,  0.125000, 
+                               -4.267701,  3.550241,  0.381234,  0.010533,  0.073398,  0.997247,  0.399196, -0.914691,  0.063105,  0.916805,  0.397433, -0.038934,  0.750000,  0.250000, 
+                               -4.267701,  3.550241,  0.381234,  0.010533,  0.073398,  0.997247,  0.758172, -0.650833,  0.039894,  0.651970,  0.755664, -0.062503,  0.750000,  0.250000, 
+                               -4.143932,  3.435572,  0.285926,  0.161846, -0.810421,  0.563048,  0.618865, -0.361068, -0.697593,  0.768643,  0.461353,  0.443104,  0.875000,  0.250000, 
+                               -3.526165,  3.483786,  0.285926,  0.036127, -0.837258,  0.545614,  0.650344, -0.394845, -0.648961,  0.758780,  0.378282,  0.530241,  0.875000,  0.125000, 
+                               -4.267701,  3.550241,  0.381234,  0.010533,  0.073398,  0.997247,  0.758172, -0.650833,  0.039894,  0.651970,  0.755664, -0.062503,  0.750000,  0.250000, 
+                               -4.687323,  3.380472,  0.381234, -0.066040,  0.130069,  0.989303,  0.752443, -0.644677,  0.134988,  0.655338,  0.753309, -0.055295,  0.750000,  0.375000, 
+                               -4.687323,  3.380472,  0.381234, -0.066040,  0.130069,  0.989303,  0.925562, -0.362433,  0.109436,  0.372791,  0.922889, -0.096452,  0.750000,  0.375000, 
+                               -4.524422,  3.304709,  0.285926,  0.482365, -0.595148,  0.642746,  0.686077, -0.199526, -0.699634,  0.544631,  0.778452,  0.312073,  0.875000,  0.375000, 
+                               -4.143932,  3.435572,  0.285926,  0.161846, -0.810421,  0.563048,  0.784974, -0.240039, -0.571137,  0.598015,  0.534414,  0.597310,  0.875000,  0.250000, 
+                               -4.828962,  3.049871,  0.381234, -0.094427,  0.016595,  0.995394,  0.895897, -0.434582,  0.092234,  0.434110,  0.900480,  0.026169,  0.750000,  0.500000, 
+                               -4.828962,  3.049871,  0.381234, -0.094427,  0.016595,  0.995394,  0.995486,  0.011203,  0.094249, -0.009588,  0.999800, -0.017578,  0.750000,  0.500000, 
+                               -4.654230,  3.049871,  0.285926,  0.738721, -0.114593,  0.664199,  0.671500,  0.040124, -0.739918,  0.058140,  0.992602,  0.106589,  0.875000,  0.500000, 
+                               -4.524422,  3.304709,  0.285926,  0.482365, -0.595148,  0.642746,  0.827650,  0.069316, -0.556948,  0.286914,  0.800621,  0.526010,  0.875000,  0.375000, 
+                               -2.626278,  3.621722,  0.381234, -0.001909,  0.162122,  0.986769, -0.372486, -0.915876,  0.149754,  0.928036, -0.367272,  0.062136,  0.750000,  0.000000, 
+                               -2.568034,  3.752771,  0.285926, -0.009203,  0.871509,  0.490293, -0.371019, -0.458291,  0.807660,  0.928580, -0.174475,  0.327564,  0.625000,  0.000000, 
+                               -3.629912,  3.741788,  0.285926, -0.048606,  0.840609,  0.539458, -0.374321, -0.516064,  0.770429,  0.926024, -0.164483,  0.339742,  0.625000,  0.125000, 
+                               -3.629912,  3.741788,  0.285926, -0.048606,  0.840609,  0.539458,  0.310577, -0.500602,  0.808046,  0.949305,  0.206819, -0.236741,  0.625000,  0.125000, 
+                               -3.578039,  3.612787,  0.381234,  0.002762,  0.017106,  0.999850,  0.367523, -0.929895,  0.014894,  0.930010,  0.367427, -0.008855,  0.750000,  0.125000, 
+                               -2.626278,  3.621722,  0.381234, -0.001909,  0.162122,  0.986769,  0.342352, -0.927036,  0.152971,  0.939570,  0.338114, -0.053733,  0.750000,  0.000000, 
+                               -3.578039,  3.612787,  0.381234,  0.002762,  0.017106,  0.999850,  0.367523, -0.929895,  0.014894,  0.930010,  0.367427, -0.008855,  0.750000,  0.125000, 
+                               -4.391470,  3.664908,  0.285926, -0.223298,  0.802881,  0.552739,  0.242215, -0.503568,  0.829308,  0.944177,  0.319065, -0.082024,  0.625000,  0.250000, 
+                               -4.391470,  3.664908,  0.285926, -0.223298,  0.802881,  0.552739,  0.598405, -0.334710,  0.727929,  0.769448,  0.493307, -0.405707,  0.625000,  0.250000, 
+                               -4.267701,  3.550241,  0.381234,  0.010533,  0.073398,  0.997247,  0.711384, -0.701418,  0.044111,  0.702725,  0.708961, -0.059602,  0.750000,  0.250000, 
+                               -3.578039,  3.612787,  0.381234,  0.002762,  0.017106,  0.999850,  0.728091, -0.685411,  0.009715,  0.685475,  0.727955, -0.014347,  0.750000,  0.125000, 
+                               -4.850225,  3.456235,  0.285926, -0.596365,  0.559971,  0.575136,  0.423680, -0.388979,  0.818041,  0.681795,  0.731524, -0.005275,  0.625000,  0.375000, 
+                               -4.850225,  3.456235,  0.285926, -0.596365,  0.559971,  0.575136,  0.607753, -0.153082,  0.779232,  0.524390,  0.814247, -0.249031,  0.625000,  0.375000, 
+                               -4.687323,  3.380472,  0.381234, -0.066040,  0.130069,  0.989303,  0.885043, -0.450234,  0.118275,  0.460802,  0.883386, -0.085383,  0.750000,  0.375000, 
+                               -4.267701,  3.550241,  0.381234,  0.010533,  0.073398,  0.997247,  0.890876, -0.453613,  0.023977,  0.454124,  0.888171, -0.070166,  0.750000,  0.250000, 
+                               -5.003695,  3.049871,  0.285926, -0.803337,  0.068236,  0.591603,  0.528603, -0.375830,  0.761138,  0.274279,  0.924173,  0.265848,  0.625000,  0.500000, 
+                               -5.003695,  3.049871,  0.285926, -0.803337,  0.068236,  0.591603,  0.594434,  0.031758,  0.803517,  0.036040,  0.997164, -0.066074,  0.625000,  0.500000, 
+                               -4.828962,  3.049871,  0.381234, -0.094427,  0.016595,  0.995394,  0.995494, -0.007108,  0.094555,  0.008645,  0.999837, -0.015849,  0.750000,  0.500000, 
+                               -4.687323,  3.380472,  0.381234, -0.066040,  0.130069,  0.989303,  0.995464, -0.059459,  0.074269,  0.068483,  0.989721, -0.125552,  0.750000,  0.375000, 
+                               -2.568034,  3.752771,  0.285926, -0.009203,  0.871509,  0.490293, -0.091778, -0.488980,  0.867453,  0.995737, -0.037015,  0.084486,  0.625000,  0.000000, 
+                               -2.541559,  3.812339,  0.000000, -0.010561,  0.999944,  0.000103, -0.094356, -0.001099,  0.995538,  0.995483,  0.010504,  0.094362,  0.500000,  0.000000, 
+                               -3.653491,  3.800425,  0.000000, -0.058799,  0.998270,  0.000710, -0.103876, -0.006826,  0.994567,  0.992851,  0.058405,  0.104098,  0.500000,  0.125000, 
+                               -3.653491,  3.800425,  0.000000, -0.058799,  0.998270,  0.000710,  0.070000,  0.003414,  0.997541,  0.995813,  0.058704, -0.070080,  0.500000,  0.125000, 
+                               -3.629912,  3.741788,  0.285926, -0.048606,  0.840609,  0.539458,  0.104541, -0.532848,  0.839729,  0.993332,  0.097212, -0.061978,  0.625000,  0.125000, 
+                               -2.568034,  3.752771,  0.285926, -0.009203,  0.871509,  0.490293,  0.087437, -0.487734,  0.868602,  0.996127,  0.050864, -0.071714,  0.625000,  0.000000, 
+                               -4.447729,  3.717030,  0.000000, -0.280710,  0.959787,  0.003269,  0.021611,  0.002916,  0.999762,  0.959549,  0.280714, -0.021560,  0.500000,  0.250000, 
+                               -4.447729,  3.717030,  0.000000, -0.280710,  0.959787,  0.003269,  0.131721,  0.035151,  0.990663,  0.950711,  0.278520, -0.136291,  0.500000,  0.250000, 
+                               -4.391470,  3.664908,  0.285926, -0.223298,  0.802881,  0.552739,  0.286332, -0.488012,  0.824535,  0.931747,  0.342384, -0.120918,  0.625000,  0.250000, 
+                               -3.629912,  3.741788,  0.285926, -0.048606,  0.840609,  0.539458,  0.223008, -0.517329,  0.826219,  0.973604,  0.160463, -0.162317,  0.625000,  0.125000, 
+                               -4.391470,  3.664908,  0.285926, -0.223298,  0.802881,  0.552739,  0.286332, -0.488012,  0.824535,  0.931747,  0.342384, -0.120918,  0.625000,  0.250000, 
+                               -4.924271,  3.490673,  0.000000, -0.749723,  0.661738,  0.004267, -0.001073, -0.007664,  0.999970,  0.661751,  0.749696,  0.006456,  0.500000,  0.375000, 
+                               -4.924271,  3.490673,  0.000000, -0.749723,  0.661738,  0.004267,  0.056600,  0.057698,  0.996728,  0.659327,  0.747512, -0.080712,  0.500000,  0.375000, 
+                               -4.850225,  3.456235,  0.285926, -0.596365,  0.559971,  0.575136,  0.480124, -0.325362,  0.814629,  0.643296,  0.761953, -0.074821,  0.625000,  0.375000, 
+                               -4.391470,  3.664908,  0.285926, -0.223298,  0.802881,  0.552739,  0.362107, -0.458151,  0.811773,  0.904995,  0.381418, -0.188425,  0.625000,  0.250000, 
+                               -5.083118,  3.049871,  0.000000, -0.997351,  0.072714,  0.002058, -0.005281, -0.100604,  0.994913,  0.072551,  0.992266,  0.100722,  0.500000,  0.500000, 
+                               -5.083118,  3.049871,  0.000000, -0.997351,  0.072714,  0.002058,  0.003520,  0.019980,  0.999794,  0.072658,  0.997153, -0.020183,  0.500000,  0.500000, 
+                               -5.003695,  3.049871,  0.285926, -0.803337,  0.068236,  0.591603,  0.591358, -0.025912,  0.805993,  0.070328,  0.997333, -0.019535,  0.625000,  0.500000, 
+                               -4.850225,  3.456235,  0.285926, -0.596365,  0.559971,  0.575136,  0.547334, -0.240435,  0.801633,  0.587174,  0.792858, -0.163104,  0.625000,  0.375000, 
+                               -2.541559,  3.812339,  0.000000, -0.010561,  0.999944,  0.000103,  0.094360,  0.000894,  0.995538,  0.995482,  0.010523, -0.094365,  0.500000,  0.000000, 
+                               -2.568033,  3.752771, -0.285926, -0.008792,  0.871493, -0.490330,  0.091907,  0.488977,  0.867441,  0.995729, -0.037438, -0.084395,  0.375000,  0.000000, 
+                               -3.629912,  3.741788, -0.285926, -0.046494,  0.841178, -0.538756,  0.078845,  0.540747,  0.837482,  0.995802, -0.003541, -0.091464,  0.375000,  0.125000, 
+                               -3.629912,  3.741788, -0.285926, -0.046494,  0.841178, -0.538756, -0.103682,  0.532363,  0.840143,  0.993523,  0.094921,  0.062464,  0.375000,  0.125000, 
+                               -3.653491,  3.800425,  0.000000, -0.058799,  0.998270,  0.000710, -0.069938, -0.004829,  0.997540,  0.995817,  0.058604,  0.070101,  0.500000,  0.125000, 
+                               -2.541559,  3.812339,  0.000000, -0.010561,  0.999944,  0.000103, -0.080032, -0.000948,  0.996792,  0.996736,  0.010519,  0.080038,  0.500000,  0.000000, 
+                               -4.391470,  3.664908, -0.285926, -0.217909,  0.806807, -0.549161, -0.169516,  0.522842,  0.835405,  0.961135,  0.275134,  0.022835,  0.375000,  0.250000, 
+                               -4.391470,  3.664908, -0.285926, -0.217909,  0.806807, -0.549161, -0.283240,  0.486187,  0.826679,  0.933965,  0.335685,  0.122576,  0.375000,  0.250000, 
+                               -4.447729,  3.717030,  0.000000, -0.280710,  0.959787,  0.003269, -0.130097, -0.041423,  0.990636,  0.950935,  0.277656,  0.136493,  0.500000,  0.250000, 
+                               -3.653491,  3.800425,  0.000000, -0.058799,  0.998270,  0.000710, -0.182248, -0.011434,  0.983186,  0.981493,  0.057681,  0.182605,  0.500000,  0.125000, 
+                               -4.447729,  3.717030,  0.000000, -0.280710,  0.959787,  0.003269, -0.130097, -0.041423,  0.990636,  0.950935,  0.277656,  0.136493,  0.500000,  0.250000, 
+                               -4.391470,  3.664908, -0.285926, -0.217909,  0.806807, -0.549161, -0.283240,  0.486187,  0.826679,  0.933965,  0.335685,  0.122576,  0.375000,  0.250000, 
+                               -4.850224,  3.456235, -0.285926, -0.597290,  0.560026, -0.574121, -0.419944,  0.391488,  0.818770,  0.683294,  0.730142,  0.001348,  0.375000,  0.375000, 
+                               -4.850224,  3.456235, -0.285926, -0.597290,  0.560026, -0.574121, -0.479467,  0.324507,  0.815357,  0.642927,  0.762277,  0.074690,  0.375000,  0.375000, 
+                               -4.924271,  3.490673,  0.000000, -0.749723,  0.661738,  0.004267, -0.050349, -0.063470,  0.996713,  0.659834,  0.747044,  0.080903,  0.500000,  0.375000, 
+                               -4.447729,  3.717030,  0.000000, -0.280710,  0.959787,  0.003269, -0.200744, -0.062041,  0.977677,  0.938565,  0.273787,  0.210087,  0.500000,  0.250000, 
+                               -5.003695,  3.049871, -0.285926, -0.804000,  0.062913, -0.591292, -0.578322,  0.148549,  0.802170,  0.138302,  0.986902, -0.083049,  0.375000,  0.500000, 
+                               -5.003695,  3.049871, -0.285926, -0.804000,  0.062913, -0.591292, -0.591085,  0.023855,  0.806257,  0.064829,  0.997734,  0.018007,  0.375000,  0.500000, 
+                               -5.083118,  3.049871,  0.000000, -0.997351,  0.072714,  0.002058,  0.000583, -0.020301,  0.999794,  0.072741,  0.997146,  0.020205,  0.500000,  0.500000, 
+                               -4.924271,  3.490673,  0.000000, -0.749723,  0.661738,  0.004267, -0.116593, -0.138437,  0.983484,  0.651400,  0.736843,  0.180944,  0.500000,  0.375000, 
+                               -2.568033,  3.752771, -0.285926, -0.008792,  0.871493, -0.490330,  0.370868,  0.458219,  0.807770,  0.928644, -0.174745, -0.327237,  0.375000,  0.000000, 
+                               -2.626278,  3.621722, -0.381234, -0.001806,  0.161692, -0.986840,  0.372601,  0.915889,  0.149385,  0.927990, -0.367427, -0.061900,  0.250000,  0.000000, 
+                               -3.578039,  3.612787, -0.381234,  0.002031,  0.014554, -0.999892,  0.403714,  0.914776,  0.014135,  0.914883, -0.403699, -0.004017,  0.250000,  0.125000, 
+                               -3.578039,  3.612787, -0.381234,  0.002031,  0.014554, -0.999892, -0.368521,  0.929532,  0.012781,  0.929617,  0.368455,  0.007251,  0.250000,  0.125000, 
+                               -3.629912,  3.741788, -0.285926, -0.046494,  0.841178, -0.538756, -0.311389,  0.500261,  0.807946,  0.949144,  0.205327,  0.238675,  0.375000,  0.125000, 
+                               -2.568033,  3.752771, -0.285926, -0.008792,  0.871493, -0.490330, -0.330808,  0.460204,  0.823880,  0.943657,  0.169449,  0.284251,  0.375000,  0.000000, 
+                               -3.629912,  3.741788, -0.285926, -0.046494,  0.841178, -0.538756, -0.311389,  0.500261,  0.807946,  0.949144,  0.205327,  0.238675,  0.375000,  0.125000, 
+                               -3.578039,  3.612787, -0.381234,  0.002031,  0.014554, -0.999892, -0.368521,  0.929532,  0.012781,  0.929617,  0.368455,  0.007251,  0.250000,  0.125000, 
+                               -4.267701,  3.550241, -0.381234,  0.009215,  0.060069, -0.998152, -0.354949,  0.933388,  0.052894,  0.934840,  0.353805,  0.029923,  0.250000,  0.250000, 
+                               -4.267701,  3.550241, -0.381234,  0.009215,  0.060069, -0.998152, -0.715069,  0.698156,  0.035413,  0.698993,  0.713421,  0.049387,  0.250000,  0.250000, 
+                               -4.391470,  3.664908, -0.285926, -0.217909,  0.806807, -0.549161, -0.600393,  0.332796,  0.727169,  0.769444,  0.488169,  0.411883,  0.375000,  0.250000, 
+                               -3.629912,  3.741788, -0.285926, -0.046494,  0.841178, -0.538756, -0.649265,  0.384430,  0.656254,  0.759140,  0.380307,  0.528274,  0.375000,  0.125000, 
+                               -4.687325,  3.380472, -0.381234, -0.059335,  0.113866, -0.991723, -0.715831,  0.687574,  0.121773,  0.695749,  0.717131,  0.040711,  0.250000,  0.375000, 
+                               -4.687325,  3.380472, -0.381234, -0.059335,  0.113866, -0.991723, -0.887968,  0.447863,  0.104549,  0.456061,  0.886822,  0.074535,  0.250000,  0.375000, 
+                               -4.850224,  3.456235, -0.285926, -0.597290,  0.560026, -0.574121, -0.606890,  0.152397,  0.780038,  0.524336,  0.814338,  0.248849,  0.375000,  0.375000, 
+                               -4.391470,  3.664908, -0.285926, -0.217909,  0.806807, -0.549161, -0.772071,  0.201694,  0.602682,  0.597011,  0.555321,  0.578962,  0.375000,  0.250000, 
+                               -4.828962,  3.049871, -0.381234, -0.086901,  0.012291, -0.996141, -0.908042,  0.410313,  0.084278,  0.409766,  0.911862, -0.024496,  0.250000,  0.500000, 
+                               -4.828962,  3.049871, -0.381234, -0.086901,  0.012291, -0.996141, -0.996196,  0.005374,  0.086972,  0.006422,  0.999910,  0.011777,  0.250000,  0.500000, 
+                               -5.003695,  3.049871, -0.285926, -0.804000,  0.062913, -0.591292, -0.593699, -0.029344,  0.804152,  0.033241,  0.997588,  0.060944,  0.375000,  0.500000, 
+                               -4.850224,  3.456235, -0.285926, -0.597290,  0.560026, -0.574121, -0.752701, -0.144254,  0.642365,  0.276922,  0.815819,  0.507694,  0.375000,  0.375000, 
+                               -2.626278,  3.621722, -0.381234, -0.001806,  0.161692, -0.986840,  0.456526,  0.878135,  0.143045,  0.889708, -0.450260, -0.075402,  0.250000,  0.000000, 
+                               -2.684522,  3.490673, -0.285926,  0.006418, -0.812379, -0.583095,  0.355786,  0.546806, -0.757905,  0.934545, -0.202593,  0.292542,  0.125000,  0.000000, 
+                               -3.526165,  3.483786, -0.285926,  0.033783, -0.837512, -0.545373,  0.369125,  0.517558, -0.771933,  0.928766, -0.175232,  0.326631,  0.125000,  0.125000, 
+                               -3.526165,  3.483786, -0.285926,  0.033783, -0.837512, -0.545373, -0.315266,  0.508893, -0.801021,  0.948402,  0.198998, -0.246847,  0.125000,  0.125000, 
+                               -3.578039,  3.612787, -0.381234,  0.002031,  0.014554, -0.999892, -0.377832,  0.925787,  0.012708,  0.925872,  0.377765,  0.007379,  0.250000,  0.125000, 
+                               -2.626278,  3.621722, -0.381234, -0.001806,  0.161692, -0.986840, -0.419215,  0.895818,  0.147545,  0.907885,  0.413965,  0.066166,  0.250000,  0.000000, 
+                               -3.526165,  3.483786, -0.285926,  0.033783, -0.837512, -0.545373, -0.315266,  0.508893, -0.801021,  0.948402,  0.198998, -0.246847,  0.125000,  0.125000, 
+                               -4.143932,  3.435573, -0.285926,  0.157113, -0.811948, -0.562189, -0.269696,  0.512346, -0.815332,  0.950042,  0.279719, -0.138482,  0.125000,  0.250000, 
+                               -4.143932,  3.435573, -0.285926,  0.157113, -0.811948, -0.562189, -0.620313,  0.361818, -0.695917,  0.768458,  0.458071, -0.446815,  0.125000,  0.250000, 
+                               -4.267701,  3.550241, -0.381234,  0.009215,  0.060069, -0.998152, -0.753683,  0.656432,  0.032546,  0.657174,  0.751990,  0.051322,  0.250000,  0.250000, 
+                               -3.578039,  3.612787, -0.381234,  0.002031,  0.014554, -0.999892, -0.738239,  0.674489,  0.008318,  0.674537,  0.738142,  0.012114,  0.250000,  0.125000, 
+                               -4.524422,  3.304709, -0.285926,  0.484406, -0.589365, -0.646528, -0.503983,  0.416073, -0.756891,  0.715089,  0.692482, -0.095482,  0.125000,  0.375000, 
+                               -4.524422,  3.304709, -0.285926,  0.484406, -0.589365, -0.646528, -0.686058,  0.202649, -0.698755,  0.542840,  0.782037, -0.306174,  0.125000,  0.375000, 
+                               -4.687325,  3.380472, -0.381234, -0.059335,  0.113866, -0.991723, -0.923128,  0.371814,  0.097921,  0.379887,  0.921297,  0.083051,  0.250000,  0.375000, 
+                               -4.267701,  3.550241, -0.381234,  0.009215,  0.060069, -0.998152, -0.919726,  0.392269,  0.015116,  0.392452,  0.917887,  0.058862,  0.250000,  0.250000, 
+                               -4.654230,  3.049871, -0.285926,  0.738870, -0.101320, -0.666187, -0.597384,  0.358929, -0.717149,  0.311776,  0.927849,  0.204675,  0.125000,  0.500000, 
+                               -4.654230,  3.049871, -0.285926,  0.738870, -0.101320, -0.666187, -0.671886, -0.035377, -0.739809,  0.051390,  0.994225, -0.094215,  0.125000,  0.500000, 
+                               -4.828962,  3.049871, -0.381234, -0.086901,  0.012291, -0.996141, -0.996192, -0.008164,  0.086805, -0.007065,  0.999891,  0.012953,  0.250000,  0.500000, 
+                               -4.687325,  3.380472, -0.381234, -0.059335,  0.113866, -0.991723, -0.996174, -0.070604,  0.051495, -0.064156,  0.990984,  0.117619,  0.250000,  0.375000, 
+                               -2.684522,  3.490673, -0.285926,  0.006418, -0.812379, -0.583095,  0.095859,  0.580921, -0.808296,  0.995374, -0.050707,  0.081602,  0.125000,  0.000000, 
+                               -2.710997,  3.431105,  0.000000,  0.007786, -0.999970, -0.000216,  0.093789,  0.000945, -0.995592,  0.995562,  0.007731,  0.093794,  0.000000,  0.000000, 
+                               -3.502586,  3.425148,  0.000000,  0.039138, -0.999233, -0.000989,  0.100035,  0.004903, -0.994972,  0.994214,  0.038843,  0.100150,  0.000000,  0.125000, 
+                               -3.502586,  3.425148,  0.000000,  0.039138, -0.999233, -0.000989, -0.074136, -0.001917, -0.997246,  0.996480,  0.039104, -0.074154,  0.000000,  0.125000, 
+                               -3.526165,  3.483786, -0.285926,  0.033783, -0.837512, -0.545373, -0.099505,  0.540154, -0.835663,  0.994463,  0.082499, -0.065089,  0.125000,  0.125000, 
+                               -2.684522,  3.490673, -0.285926,  0.006418, -0.812379, -0.583095, -0.090968,  0.580215, -0.809367,  0.995833,  0.058237, -0.070177,  0.125000,  0.000000, 
+                               -3.502586,  3.425148,  0.000000,  0.039138, -0.999233, -0.000989, -0.074136, -0.001917, -0.997246,  0.996480,  0.039104, -0.074154,  0.000000,  0.125000, 
+                               -4.087675,  3.383451,  0.000000,  0.179512, -0.983746, -0.004369, -0.044290, -0.003645, -0.999012,  0.982758,  0.179528, -0.044225,  0.000000,  0.250000, 
+                               -4.087675,  3.383451,  0.000000,  0.179512, -0.983746, -0.004369, -0.156848, -0.024237, -0.987325,  0.971172,  0.177922, -0.158649,  0.000000,  0.250000, 
+                               -4.143932,  3.435573, -0.285926,  0.157113, -0.811948, -0.562189, -0.267178,  0.513085, -0.815696,  0.950753,  0.278361, -0.136322,  0.125000,  0.250000, 
+                               -3.526165,  3.483786, -0.285926,  0.033783, -0.837512, -0.545373, -0.218384,  0.526312, -0.821769,  0.975278,  0.146863, -0.165119,  0.125000,  0.125000, 
+                               -4.143932,  3.435573, -0.285926,  0.157113, -0.811948, -0.562189, -0.267178,  0.513085, -0.815696,  0.950753,  0.278361, -0.136322,  0.125000,  0.250000, 
+                               -4.087675,  3.383451,  0.000000,  0.179512, -0.983746, -0.004369, -0.156848, -0.024237, -0.987325,  0.971172,  0.177922, -0.158649,  0.000000,  0.250000, 
+                               -4.450377,  3.270272,  0.000000,  0.612300, -0.790557, -0.010460, -0.041004, -0.018541, -0.998987,  0.789562,  0.612108, -0.043768,  0.000000,  0.375000, 
+                               -4.450377,  3.270272,  0.000000,  0.612300, -0.790557, -0.010460, -0.108771, -0.071126, -0.991519,  0.783108,  0.608245, -0.129540,  0.000000,  0.375000, 
+                               -4.524422,  3.304709, -0.285926,  0.484406, -0.589365, -0.646528, -0.508775,  0.411412, -0.756233,  0.711687,  0.695261, -0.100564,  0.125000,  0.375000, 
+                               -4.143932,  3.435573, -0.285926,  0.157113, -0.811948, -0.562189, -0.342757,  0.489043, -0.802094,  0.926193,  0.318714, -0.201466,  0.125000,  0.250000, 
+                               -4.574806,  3.049871,  0.000000,  0.986152, -0.165708, -0.006670,  0.005954,  0.075568, -0.997123,  0.165735,  0.983275,  0.075508,  0.000000,  0.500000, 
+                               -4.574806,  3.049871,  0.000000,  0.986152, -0.165708, -0.006670, -0.014177, -0.044161, -0.998924,  0.165235,  0.985186, -0.045899,  0.000000,  0.500000, 
+                               -4.654230,  3.049871, -0.285926,  0.738870, -0.101320, -0.666187, -0.664981,  0.050224, -0.745170,  0.108960,  0.993585, -0.030267,  0.125000,  0.500000, 
+                               -4.524422,  3.304709, -0.285926,  0.484406, -0.589365, -0.646528, -0.582389,  0.334225, -0.741024,  0.652820,  0.735488, -0.181339,  0.125000,  0.375000, 
+                               -4.580805,  2.671026,  0.285926,  0.725609,  0.259351,  0.637361,  0.630619,  0.119994, -0.766760, -0.275340,  0.958300, -0.076483,  0.875000,  0.625000, 
+                               -4.580805,  2.671026,  0.285926,  0.725609,  0.259351,  0.637361,  0.591134,  0.239161, -0.770300, -0.352210,  0.935702,  0.020226,  0.875000,  0.625000, 
+                               -4.508620,  2.704378,  0.000000,  0.946513,  0.322650, -0.003357, -0.012522,  0.026333, -0.999575, -0.322424,  0.946152,  0.028964,  1.000000,  0.625000, 
+                               -4.574806,  3.049871,  0.000000,  0.986152, -0.165708, -0.006670,  0.019222,  0.154153, -0.987860,  0.164724,  0.974052,  0.155204,  1.000000,  0.500000, 
+                               -4.350765,  2.236522,  0.285926,  0.645945,  0.461988,  0.607719,  0.525034,  0.309040, -0.792990, -0.554162,  0.831301, -0.042936,  0.875000,  0.750000, 
+                               -4.350765,  2.236522,  0.285926,  0.645945,  0.461988,  0.607719,  0.469039,  0.387908, -0.793429, -0.602294,  0.797555,  0.033877,  0.875000,  0.750000, 
+                               -4.299471,  2.287403,  0.000000,  0.825830,  0.563870, -0.007452, -0.031997,  0.033660, -0.998921, -0.563011,  0.825177,  0.045839,  1.000000,  0.750000, 
+                               -4.508620,  2.704378,  0.000000,  0.946513,  0.322650, -0.003357, -0.038639,  0.103008, -0.993930, -0.320345,  0.940897,  0.109966,  1.000000,  0.625000, 
+                               -3.949469,  1.807603,  0.285925,  0.531615,  0.636660,  0.558614,  0.376640,  0.413038, -0.829181, -0.758636,  0.651202, -0.020214,  0.875000,  0.875000, 
+                               -3.949469,  1.807603,  0.285925,  0.531615,  0.636660,  0.558614,  0.281634,  0.489131, -0.825490, -0.798792,  0.596167,  0.080724,  0.875000,  0.875000, 
+                               -3.931475,  1.870429,  0.000000,  0.650011,  0.759893, -0.006936, -0.076465,  0.056321, -0.995480, -0.756068,  0.647604,  0.094715,  1.000000,  0.875000, 
+                               -4.299471,  2.287403,  0.000000,  0.825830,  0.563870, -0.007452, -0.087646,  0.115289, -0.989458, -0.557067,  0.817777,  0.144630,  1.000000,  0.750000, 
+                               -3.362271,  1.445512,  0.285925,  0.424964,  0.681718,  0.595539,  0.257387,  0.539746, -0.801515, -0.867847,  0.493899,  0.053907,  0.875000,  1.000000, 
+                               -3.362271,  1.445512,  0.285925,  0.424964,  0.681718,  0.595539,  0.102703,  0.617342, -0.779962, -0.899365,  0.392619,  0.192334,  0.875000,  1.000000, 
+                               -3.388745,  1.524935,  0.000000,  0.532429,  0.846459, -0.005245, -0.189711,  0.113286, -0.975282, -0.824942,  0.520264,  0.220900,  1.000000,  1.000000, 
+                               -3.931475,  1.870429,  0.000000,  0.650011,  0.759893, -0.006936, -0.189506,  0.153250, -0.969846, -0.735916,  0.631725,  0.243618,  1.000000,  0.875000, 
+                               -4.739611,  2.597652,  0.381234, -0.049560, -0.019755,  0.998576,  0.998710, -0.012080,  0.049328,  0.011088,  0.999732,  0.020328,  0.750000,  0.625000, 
+                               -4.739611,  2.597652,  0.381234, -0.049560, -0.019755,  0.998576,  0.905760,  0.420429,  0.053271, -0.420883,  0.907110, -0.002943,  0.750000,  0.625000, 
+                               -4.580805,  2.671026,  0.285926,  0.725609,  0.259351,  0.637361,  0.569594,  0.293310, -0.767810, -0.386077,  0.920166,  0.065103,  0.875000,  0.625000, 
+                               -4.654230,  3.049871,  0.285926,  0.738721, -0.114593,  0.664199,  0.645191,  0.405307, -0.647653, -0.194988,  0.906970,  0.373343,  0.875000,  0.500000, 
+                               -4.463614,  2.124585,  0.381234, -0.037817, -0.035624,  0.998650,  0.910866,  0.409771,  0.049110, -0.410967,  0.911493,  0.016953,  0.750000,  0.750000, 
+                               -4.463614,  2.124585,  0.381234, -0.037817, -0.035624,  0.998650,  0.708373,  0.703925,  0.051935, -0.704825,  0.709380, -0.001385,  0.750000,  0.750000, 
+                               -4.350765,  2.236522,  0.285926,  0.645945,  0.461988,  0.607719,  0.403495,  0.469171, -0.785538, -0.648034,  0.752626,  0.116649,  0.875000,  0.750000, 
+                               -4.580805,  2.671026,  0.285926,  0.725609,  0.259351,  0.637361,  0.428471,  0.554476, -0.713421, -0.538428,  0.790755,  0.291208,  0.875000,  0.625000, 
+                               -4.463614,  2.124585,  0.381234, -0.037817, -0.035624,  0.998650,  0.708373,  0.703925,  0.051935, -0.704825,  0.709380, -0.001385,  0.750000,  0.750000, 
+                               -3.989057,  1.669387,  0.381234, -0.037913, -0.036512,  0.998614,  0.708613,  0.703632,  0.052630, -0.704578,  0.709626, -0.000804,  0.750000,  0.875000, 
+                               -3.989057,  1.669387,  0.381234, -0.037913, -0.036512,  0.998614,  0.256491,  0.965497,  0.045039, -0.965803,  0.257843, -0.027240,  0.750000,  0.875000, 
+                               -3.949469,  1.807603,  0.285925,  0.531615,  0.636660,  0.558614,  0.060796,  0.629147, -0.774905, -0.844801,  0.445912,  0.295758,  0.875000,  0.875000, 
+                               -4.350765,  2.236522,  0.285926,  0.645945,  0.461988,  0.607719,  0.113433,  0.729161, -0.674876, -0.754910,  0.504868,  0.418593,  0.875000,  0.750000, 
+                               -3.304027,  1.270780,  0.381234, -0.168854, -0.297945,  0.939530,  0.157142,  0.932887,  0.324081, -0.973034,  0.202362, -0.110702,  0.750000,  1.000000, 
+                               -3.304027,  1.270780,  0.381234, -0.168854, -0.297945,  0.939530, -0.502662,  0.845973,  0.177937, -0.847832, -0.442221, -0.292612,  0.750000,  1.000000, 
+                               -3.362271,  1.445512,  0.285925,  0.424964,  0.681718,  0.595539, -0.363952,  0.731060, -0.577140, -0.828821,  0.028515,  0.558787,  0.875000,  1.000000, 
+                               -3.949469,  1.807603,  0.285925,  0.531615,  0.636660,  0.558614, -0.353189,  0.766086, -0.537000, -0.769833,  0.088181,  0.632124,  0.875000,  0.875000, 
+                               -4.898417,  2.524278,  0.285926, -0.742342, -0.299166,  0.599524,  0.652120, -0.117145,  0.749011, -0.153847,  0.946983,  0.282054,  0.625000,  0.625000, 
+                               -4.898417,  2.524278,  0.285926, -0.742342, -0.299166,  0.599524,  0.537492,  0.268339,  0.799435, -0.400039,  0.915693, -0.038400,  0.625000,  0.625000, 
+                               -4.739611,  2.597652,  0.381234, -0.049560, -0.019755,  0.998576,  0.907068,  0.417598,  0.053280, -0.418056,  0.908417, -0.002777,  0.750000,  0.625000, 
+                               -4.828962,  3.049871,  0.381234, -0.094427,  0.016595,  0.995394,  0.914812,  0.395839,  0.080184, -0.392685,  0.918170, -0.052559,  0.750000,  0.500000, 
+                               -4.576462,  2.012647,  0.285925, -0.619602, -0.529406,  0.579502,  0.594829,  0.165010,  0.786734, -0.512125,  0.832167,  0.212666,  0.625000,  0.750000, 
+                               -4.576462,  2.012647,  0.285925, -0.619602, -0.529406,  0.579502,  0.394424,  0.428315,  0.813005, -0.678619,  0.732309, -0.056575,  0.625000,  0.750000, 
+                               -4.463614,  2.124585,  0.381234, -0.037817, -0.035624,  0.998650,  0.709508,  0.702781,  0.051937, -0.703682,  0.710514, -0.001301,  0.750000,  0.750000, 
+                               -4.739611,  2.597652,  0.381234, -0.049560, -0.019755,  0.998576,  0.716915,  0.695412,  0.049338, -0.695397,  0.718339, -0.020302,  0.750000,  0.625000, 
+                               -4.028645,  1.531172,  0.285925, -0.483708, -0.685760,  0.543837,  0.444336,  0.342927,  0.827627, -0.754050,  0.641977,  0.138831,  0.625000,  0.875000, 
+                               -4.028645,  1.531172,  0.285925, -0.483708, -0.685760,  0.543837,  0.059342,  0.594239,  0.802096, -0.873215,  0.420253, -0.246744,  0.625000,  0.875000, 
+                               -3.989057,  1.669387,  0.381234, -0.037913, -0.036512,  0.998614,  0.290221,  0.955855,  0.045967, -0.956208,  0.291561, -0.025643,  0.750000,  0.875000, 
+                               -4.463614,  2.124585,  0.381234, -0.037817, -0.035624,  0.998650,  0.290349,  0.955858,  0.045093, -0.956173,  0.291662, -0.025804,  0.750000,  0.750000, 
+                               -3.245783,  1.096047,  0.285925, -0.445293, -0.794355,  0.413177,  0.002587,  0.460308,  0.887756, -0.895381,  0.396380, -0.202917,  0.625000,  1.000000, 
+                               -3.245783,  1.096047,  0.285925, -0.445293, -0.794355,  0.413177, -0.469075,  0.600019,  0.648032, -0.762681,  0.094753, -0.639796,  0.625000,  1.000000, 
+                               -3.304027,  1.270780,  0.381234, -0.168854, -0.297945,  0.939530, -0.248890,  0.935215,  0.251846, -0.953699, -0.191314, -0.232071,  0.750000,  1.000000, 
+                               -3.989057,  1.669387,  0.381234, -0.037913, -0.036512,  0.998614, -0.294038,  0.955498,  0.023772, -0.955041, -0.292729, -0.046962,  0.750000,  0.875000, 
+                               -4.970602,  2.490926,  0.000000, -0.926513, -0.376258,  0.001995,  0.040930, -0.095516,  0.994586, -0.374030,  0.921579,  0.103897,  0.500000,  0.625000, 
+                               -4.970602,  2.490926,  0.000000, -0.926513, -0.376258,  0.001995, -0.003071,  0.012864,  0.999913, -0.376250,  0.926426, -0.013074,  0.500000,  0.625000, 
+                               -4.898417,  2.524278,  0.285926, -0.742342, -0.299166,  0.599524,  0.550666,  0.237331,  0.800275, -0.381701,  0.924215, -0.011440,  0.625000,  0.625000, 
+                               -5.003695,  3.049871,  0.285926, -0.803337,  0.068236,  0.591603,  0.595525,  0.093389,  0.797890, -0.000805,  0.993289, -0.115659,  0.625000,  0.500000, 
+                               -4.627756,  1.961766,  0.000000, -0.753920, -0.656952,  0.004317,  0.054219, -0.055671,  0.996976, -0.654725,  0.751874,  0.077591,  0.500000,  0.750000, 
+                               -4.627756,  1.961766,  0.000000, -0.753920, -0.656952,  0.004317, -0.007445,  0.015114,  0.999858, -0.656924,  0.753781, -0.016286,  0.500000,  0.750000, 
+                               -4.576462,  2.012647,  0.285925, -0.619602, -0.529406,  0.579502,  0.427822,  0.391209,  0.814815, -0.658074,  0.752785, -0.015902,  0.625000,  0.750000, 
+                               -4.898417,  2.524278,  0.285926, -0.742342, -0.299166,  0.599524,  0.514311,  0.319061,  0.796043, -0.429434,  0.899277, -0.082988,  0.625000,  0.625000, 
+                               -4.046638,  1.468346,  0.000000, -0.566224, -0.824244,  0.003461,  0.040710, -0.023772,  0.998888, -0.823246,  0.565735,  0.047015,  0.500000,  0.875000, 
+                               -4.046638,  1.468346,  0.000000, -0.566224, -0.824244,  0.003461, -0.057639,  0.043783,  0.997377, -0.822234,  0.564539, -0.072300,  0.500000,  0.875000, 
+                               -4.028645,  1.531172,  0.285925, -0.483708, -0.685760,  0.543837,  0.248438,  0.488227,  0.836608, -0.839229,  0.539784, -0.065791,  0.625000,  0.875000, 
+                               -4.576462,  2.012647,  0.285925, -0.619602, -0.529406,  0.579502,  0.348787,  0.475701,  0.807500, -0.703165,  0.702451, -0.110096,  0.625000,  0.750000, 
+                               -3.219308,  1.016624,  0.000000, -0.481804, -0.876277,  0.001850, -0.043479,  0.026015,  0.998716, -0.875200,  0.481104, -0.050633,  0.500000,  1.000000, 
+                               -3.219308,  1.016624,  0.000000, -0.481804, -0.876277,  0.001850, -0.183232,  0.102811,  0.977679, -0.856908,  0.470710, -0.210097,  0.500000,  1.000000, 
+                               -3.245783,  1.096047,  0.285925, -0.445293, -0.794355,  0.413177,  0.011321,  0.456420,  0.889693, -0.895314,  0.400851, -0.194248,  0.625000,  1.000000, 
+                               -4.028645,  1.531172,  0.285925, -0.483708, -0.685760,  0.543837,  0.103838,  0.572012,  0.813646, -0.869048,  0.450038, -0.205479,  0.625000,  0.875000, 
+                               -4.898417,  2.524278, -0.285926, -0.744675, -0.294425, -0.598977, -0.592944, -0.120143,  0.796231, -0.306393,  0.948093, -0.085110,  0.375000,  0.625000, 
+                               -4.898417,  2.524278, -0.285926, -0.744675, -0.294425, -0.598977, -0.550998, -0.235249,  0.800662, -0.376643,  0.926268,  0.012957,  0.375000,  0.625000, 
+                               -4.970602,  2.490926,  0.000000, -0.926513, -0.376258,  0.001995,  0.006773, -0.011376,  0.999912, -0.376202,  0.926445,  0.013089,  0.500000,  0.625000, 
+                               -5.083118,  3.049871,  0.000000, -0.997351,  0.072714,  0.002058, -0.007677, -0.133349,  0.991039,  0.072337,  0.988398,  0.133554,  0.500000,  0.500000, 
+                               -4.576461,  2.012647, -0.285926, -0.621949, -0.528114, -0.578165, -0.488945, -0.314808,  0.813528, -0.611647,  0.788664, -0.062424,  0.375000,  0.750000, 
+                               -4.576461,  2.012647, -0.285926, -0.621949, -0.528114, -0.578165, -0.427484, -0.389623,  0.815752, -0.656076,  0.754513,  0.016566,  0.375000,  0.750000, 
+                               -4.627756,  1.961766,  0.000000, -0.753920, -0.656952,  0.004317,  0.013975, -0.009468,  0.999858, -0.656818,  0.753873,  0.016319,  0.500000,  0.750000, 
+                               -4.970602,  2.490926,  0.000000, -0.926513, -0.376258,  0.001995,  0.038321, -0.089088,  0.995286, -0.374306,  0.922222,  0.096960,  0.500000,  0.625000, 
+                               -4.627756,  1.961766,  0.000000, -0.753920, -0.656952,  0.004317,  0.013975, -0.009468,  0.999858, -0.656818,  0.753873,  0.016319,  0.500000,  0.750000, 
+                               -4.576461,  2.012647, -0.285926, -0.621949, -0.528114, -0.578165, -0.427484, -0.389623,  0.815752, -0.656076,  0.754513,  0.016566,  0.375000,  0.750000, 
+                               -4.028645,  1.531172, -0.285925, -0.481171, -0.688340, -0.542829, -0.348536, -0.417960,  0.838947, -0.804361,  0.592872, -0.038801,  0.375000,  0.875000, 
+                               -4.028645,  1.531172, -0.285925, -0.481171, -0.688340, -0.542829, -0.246632, -0.487915,  0.837324, -0.841218,  0.536775,  0.065004,  0.375000,  0.875000, 
+                               -4.046638,  1.468346,  0.000000, -0.566224, -0.824244,  0.003461,  0.061637, -0.038154,  0.997369, -0.821944,  0.564947,  0.072407,  0.500000,  0.875000, 
+                               -4.627756,  1.961766,  0.000000, -0.753920, -0.656952,  0.004317,  0.084342, -0.090270,  0.992340, -0.651530,  0.748509,  0.123465,  0.500000,  0.750000, 
+                               -3.245783,  1.096047, -0.285925, -0.438055, -0.797035, -0.415744, -0.155725, -0.388204,  0.908321, -0.885357,  0.462636,  0.045936,  0.375000,  1.000000, 
+                               -3.245783,  1.096047, -0.285925, -0.438055, -0.797035, -0.415744, -0.010154, -0.458061,  0.888863, -0.898891,  0.393592,  0.192563,  0.375000,  1.000000, 
+                               -3.219308,  1.016624,  0.000000, -0.481804, -0.876277,  0.001850,  0.185105, -0.099712,  0.977647, -0.856505,  0.471376,  0.210245,  0.500000,  1.000000, 
+                               -4.046638,  1.468346,  0.000000, -0.566224, -0.824244,  0.003461,  0.189519, -0.126103,  0.973746, -0.802168,  0.552014,  0.227613,  0.500000,  0.875000, 
+                               -4.739611,  2.597652, -0.381234, -0.044339, -0.017057, -0.998871, -0.998975, -0.008344,  0.044486, -0.009094,  0.999820, -0.016669,  0.250000,  0.625000, 
+                               -4.739611,  2.597652, -0.381234, -0.044339, -0.017057, -0.998871, -0.907399, -0.417587,  0.047409, -0.417924,  0.908477,  0.003038,  0.250000,  0.625000, 
+                               -4.898417,  2.524278, -0.285926, -0.744675, -0.294425, -0.598977, -0.536222, -0.270429,  0.799584, -0.397398,  0.916615,  0.043505,  0.375000,  0.625000, 
+                               -5.003695,  3.049871, -0.285926, -0.804000,  0.062913, -0.591292, -0.560277, -0.413238,  0.717861, -0.199182,  0.908447,  0.367492,  0.375000,  0.500000, 
+                               -4.463614,  2.124585, -0.381234, -0.026177, -0.028167, -0.999260, -0.904129, -0.425766,  0.035686, -0.426457,  0.904395, -0.014321,  0.250000,  0.750000, 
+                               -4.463614,  2.124585, -0.381234, -0.026177, -0.028167, -0.999260, -0.708834, -0.704328,  0.038422, -0.704889,  0.709316, -0.001529,  0.250000,  0.750000, 
+                               -4.576461,  2.012647, -0.285926, -0.621949, -0.528114, -0.578165, -0.392742, -0.428382,  0.813783, -0.677445,  0.733202,  0.059019,  0.375000,  0.750000, 
+                               -4.898417,  2.524278, -0.285926, -0.744675, -0.294425, -0.598977, -0.389077, -0.537678,  0.748011, -0.542290,  0.790074,  0.285842,  0.375000,  0.625000, 
+                               -3.989057,  1.669387, -0.381234, -0.025294, -0.028332, -0.999279, -0.708561, -0.704630,  0.037913, -0.705196,  0.709009, -0.002252,  0.250000,  0.875000, 
+                               -3.989057,  1.669387, -0.381234, -0.025294, -0.028332, -0.999279, -0.284930, -0.957932,  0.034372, -0.958214,  0.285594,  0.016157,  0.250000,  0.875000, 
+                               -4.028645,  1.531172, -0.285925, -0.481171, -0.688340, -0.542829, -0.059318, -0.592239,  0.803576, -0.874617,  0.418857,  0.244138,  0.375000,  0.875000, 
+                               -4.576461,  2.012647, -0.285926, -0.621949, -0.528114, -0.578165, -0.078648, -0.692480,  0.717137, -0.779098,  0.491495,  0.389153,  0.375000,  0.750000, 
+                               -3.304028,  1.270780, -0.381234, -0.157482, -0.289392, -0.944167, -0.278558, -0.904254,  0.323621, -0.947420,  0.313970,  0.061791,  0.250000,  1.000000, 
+                               -3.304028,  1.270780, -0.381234, -0.157482, -0.289392, -0.944167,  0.250942, -0.936441,  0.245168, -0.955106, -0.198321,  0.220093,  0.250000,  1.000000, 
+                               -3.245783,  1.096047, -0.285925, -0.438055, -0.797035, -0.415744,  0.468387, -0.597108,  0.651211, -0.767282,  0.090538,  0.634887,  0.375000,  1.000000, 
+                               -4.028645,  1.531172, -0.285925, -0.481171, -0.688340, -0.542829,  0.382221, -0.722000,  0.576735, -0.788912,  0.070028,  0.610503,  0.375000,  0.875000, 
+                               -4.580805,  2.671026, -0.285926,  0.728244,  0.252410, -0.637142, -0.673213,  0.089509, -0.734011, -0.128242,  0.963471,  0.235110,  0.125000,  0.625000, 
+                               -4.580805,  2.671026, -0.285926,  0.728244,  0.252410, -0.637142, -0.568737, -0.296118, -0.767367, -0.382360,  0.921197, -0.072091,  0.125000,  0.625000, 
+                               -4.739611,  2.597652, -0.381234, -0.044339, -0.017057, -0.998871, -0.905972, -0.420677,  0.047399, -0.421010,  0.907050,  0.003199,  0.250000,  0.625000, 
+                               -4.828962,  3.049871, -0.381234, -0.086901,  0.012291, -0.996141, -0.892127, -0.445957,  0.072325, -0.443347,  0.894970,  0.049719,  0.250000,  0.500000, 
+                               -4.350765,  2.236522, -0.285926,  0.647054,  0.459725, -0.608254, -0.589883, -0.203606, -0.781398, -0.483072,  0.864406,  0.139440,  0.125000,  0.750000, 
+                               -4.350765,  2.236522, -0.285926,  0.647054,  0.459725, -0.608254, -0.403575, -0.470333, -0.784802, -0.646875,  0.753286, -0.118797,  0.125000,  0.750000, 
+                               -4.463614,  2.124585, -0.381234, -0.026177, -0.028167, -0.999260, -0.710159, -0.702992,  0.038419, -0.703554,  0.710640, -0.001601,  0.250000,  0.750000, 
+                               -4.739611,  2.597652, -0.381234, -0.044339, -0.017057, -0.998871, -0.700356, -0.712482,  0.043255, -0.712415,  0.701483,  0.019645,  0.250000,  0.625000, 
+                               -4.463614,  2.124585, -0.381234, -0.026177, -0.028167, -0.999260, -0.710159, -0.702992,  0.038419, -0.703554,  0.710640, -0.001601,  0.250000,  0.750000, 
+                               -4.350765,  2.236522, -0.285926,  0.647054,  0.459725, -0.608254, -0.403575, -0.470333, -0.784802, -0.646875,  0.753286, -0.118797,  0.125000,  0.750000, 
+                               -3.949469,  1.807603, -0.285925,  0.522994,  0.640657, -0.562170, -0.430225, -0.370950, -0.822984, -0.735787,  0.672276,  0.081622,  0.125000,  0.875000, 
+                               -3.949469,  1.807603, -0.285925,  0.522994,  0.640657, -0.562170, -0.064135, -0.628114, -0.775473, -0.849920,  0.441623, -0.287412,  0.125000,  0.875000, 
+                               -3.989057,  1.669387, -0.381234, -0.025294, -0.028332, -0.999279, -0.263848, -0.963964,  0.034009, -0.964232,  0.264518,  0.016907,  0.250000,  0.875000, 
+                               -4.463614,  2.124585, -0.381234, -0.026177, -0.028167, -0.999260, -0.263231, -0.964131,  0.034072, -0.964378,  0.263928,  0.017824,  0.250000,  0.750000, 
+                               -3.989057,  1.669387, -0.381234, -0.025294, -0.028332, -0.999279, -0.263849, -0.963964,  0.034009, -0.964232,  0.264518,  0.016907,  0.250000,  0.875000, 
+                               -3.362271,  1.445512, -0.285925,  0.409978,  0.682857, -0.604669, -0.108838, -0.621582, -0.775751, -0.905578,  0.383852, -0.180514,  0.125000,  1.000000, 
+                               -3.362271,  1.445512, -0.285925,  0.409978,  0.682857, -0.604669,  0.361658, -0.730307, -0.579530, -0.837330,  0.018911, -0.546370,  0.125000,  1.000000, 
+                               -3.304028,  1.270780, -0.381234, -0.157482, -0.289392, -0.944167,  0.491932, -0.852014,  0.179095, -0.856272, -0.436262,  0.276538,  0.250000,  1.000000, 
+                               -3.989057,  1.669387, -0.381234, -0.025294, -0.028332, -0.999279,  0.333045, -0.942733,  0.018299, -0.942572, -0.332342,  0.033281,  0.250000,  0.875000, 
+                               -4.508620,  2.704378,  0.000000,  0.946513,  0.322650, -0.003357, -0.031942,  0.083341, -0.996009, -0.321082,  0.942842,  0.089190,  0.000000,  0.625000, 
+                               -4.508620,  2.704378,  0.000000,  0.946513,  0.322650, -0.003357,  0.006152, -0.028448, -0.999576, -0.322609,  0.946091, -0.028912,  0.000000,  0.625000, 
+                               -4.580805,  2.671026, -0.285926,  0.728244,  0.252410, -0.637142, -0.592236, -0.236028, -0.770421, -0.344845,  0.938392, -0.022400,  0.125000,  0.625000, 
+                               -4.654230,  3.049871, -0.285926,  0.738870, -0.101320, -0.666187, -0.673353, -0.073122, -0.735696,  0.025828,  0.992163, -0.122252,  0.125000,  0.500000, 
+                               -4.299471,  2.287403,  0.000000,  0.825830,  0.563870, -0.007452, -0.032022,  0.033697, -0.998919, -0.563009,  0.825176,  0.045884,  0.000000,  0.750000, 
+                               -4.299471,  2.287403,  0.000000,  0.825830,  0.563870, -0.007452,  0.019606, -0.041915, -0.998929, -0.563578,  0.824799, -0.045670,  0.000000,  0.750000, 
+                               -4.350765,  2.236522, -0.285926,  0.647054,  0.459725, -0.608254, -0.470184, -0.387418, -0.792991, -0.600207,  0.799099, -0.034525,  0.125000,  0.750000, 
+                               -4.580805,  2.671026, -0.285926,  0.728244,  0.252410, -0.637142, -0.558921, -0.319237, -0.765307, -0.396570,  0.913442, -0.091405,  0.125000,  0.625000, 
+                               -3.931475,  1.870429,  0.000000,  0.650011,  0.759893, -0.006936, -0.020172,  0.008129, -0.999764, -0.759657,  0.649997,  0.020612,  0.000000,  0.875000, 
+                               -3.931475,  1.870429,  0.000000,  0.650011,  0.759893, -0.006936,  0.067282, -0.066640, -0.995506, -0.756940,  0.646623, -0.094444,  0.000000,  0.875000, 
+                               -3.949469,  1.807603, -0.285925,  0.522994,  0.640657, -0.562170, -0.280299, -0.493601, -0.823280, -0.804928,  0.588147, -0.078575,  0.125000,  0.875000, 
+                               -4.350765,  2.236522, -0.285926,  0.647054,  0.459725, -0.608254, -0.399311, -0.475279, -0.784003, -0.649516,  0.750175, -0.123958,  0.125000,  0.750000, 
+                               -3.388745,  1.524935,  0.000000,  0.532429,  0.846459, -0.005245,  0.050980, -0.038251, -0.997967, -0.844938,  0.531079, -0.063518,  0.000000,  1.000000, 
+                               -3.388745,  1.524935,  0.000000,  0.532429,  0.846459, -0.005245,  0.183917, -0.121729, -0.975375, -0.826253,  0.518353, -0.220490,  0.000000,  1.000000, 
+                               -3.362271,  1.445512, -0.285925,  0.409978,  0.682857, -0.604669, -0.099221, -0.625621, -0.773792, -0.906683,  0.377233, -0.188737,  0.125000,  1.000000, 
+                               -3.949469,  1.807603, -0.285925,  0.522994,  0.640657, -0.562170, -0.141018, -0.585435, -0.798361, -0.840589,  0.496814, -0.215835,  0.125000,  0.875000, 
+                                2.880434,  2.414481,  0.000000, -0.230787,  0.972982, -0.006523, -0.079396, -0.012150,  0.996769,  0.969760,  0.230559,  0.080055,  0.500000,  1.000000, 
+                                2.880434,  2.196066,  0.629036, -0.152878,  0.687211,  0.710190,  0.076070, -0.708322,  0.701779,  0.985313,  0.161310,  0.056011,  0.625000,  1.000000, 
+                                3.755253,  2.439177,  0.567979, -0.316721,  0.637750,  0.702113,  0.161417, -0.693184,  0.702454,  0.934683,  0.335814,  0.116602,  0.625000,  0.775000, 
+                                3.755253,  2.439177,  0.567979, -0.316721,  0.637750,  0.702113,  0.284110, -0.642450,  0.711717,  0.904969,  0.424892,  0.022286,  0.625000,  0.775000, 
+                                3.693203,  2.601127,  0.000000, -0.548936,  0.835863, -0.001511, -0.055239, -0.034473,  0.997878,  0.834037,  0.547855,  0.065096,  0.500000,  0.775000, 
+                                2.880434,  2.414481,  0.000000, -0.230787,  0.972982, -0.006523,  0.037940,  0.015698,  0.999157,  0.972264,  0.230345, -0.040538,  0.500000,  1.000000, 
+                                3.693203,  2.601127,  0.000000, -0.548936,  0.835863, -0.001511, -0.055239, -0.034473,  0.997878,  0.834037,  0.547855,  0.065096,  0.500000,  0.775000, 
+                                3.755253,  2.439177,  0.567979, -0.316721,  0.637750,  0.702113,  0.284110, -0.642450,  0.711716,  0.904969,  0.424893,  0.022286,  0.625000,  0.775000, 
+                                4.124739,  2.955555,  0.433654, -0.601067,  0.471452,  0.645330,  0.398359, -0.523276,  0.753321,  0.692841,  0.709869,  0.126717,  0.625000,  0.550000, 
+                                4.124739,  2.955555,  0.433654, -0.601067,  0.471452,  0.645330,  0.468880, -0.445877,  0.762460,  0.647202,  0.760872,  0.046948,  0.625000,  0.550000, 
+                                4.045315,  3.049871,  0.000000, -0.875671,  0.482807,  0.009893, -0.040265, -0.093413,  0.994813,  0.481226,  0.870731,  0.101240,  0.500000,  0.550000, 
+                                3.693203,  2.601127,  0.000000, -0.548936,  0.835863, -0.001511,  0.027335,  0.019759,  0.999431,  0.835417,  0.548583, -0.033695,  0.500000,  0.775000, 
+                                4.045315,  3.049871,  0.000000, -0.875671,  0.482807,  0.009893, -0.040265, -0.093413,  0.994813,  0.481226,  0.870731,  0.101240,  0.500000,  0.550000, 
+                                4.335377,  3.559796,  0.299328, -0.635890,  0.446090,  0.629800,  0.470146, -0.423250,  0.774482,  0.612051,  0.788583,  0.059413,  0.625000,  0.325000, 
+                                4.335377,  3.559796,  0.299328, -0.635890,  0.446090,  0.629800,  0.566971, -0.283648,  0.773362,  0.523630,  0.848851, -0.072551,  0.625000,  0.325000, 
+                                4.238580,  3.593924,  0.000000, -0.877554,  0.479098,  0.019092,  0.042831,  0.038669,  0.998334,  0.477561,  0.876909, -0.054455,  0.500000,  0.325000, 
+                                4.045315,  3.049871,  0.000000, -0.875671,  0.482807,  0.009893,  0.035698,  0.044290,  0.998381,  0.481587,  0.874606, -0.056019,  0.500000,  0.550000, 
+                                4.238580,  3.593924,  0.000000, -0.877554,  0.479098,  0.019092,  0.042831,  0.038669,  0.998334,  0.477561,  0.876909, -0.054455,  0.500000,  0.325000, 
+                                4.335377,  3.559796,  0.299328, -0.635890,  0.446090,  0.629800,  0.566971, -0.283647,  0.773362,  0.523630,  0.848851, -0.072551,  0.625000,  0.325000, 
+                                4.733654,  4.066495,  0.238272, -0.435745,  0.601009,  0.670010,  0.550760, -0.410724,  0.726615,  0.711892,  0.685634, -0.152041,  0.625000,  0.100000, 
+                                4.733654,  4.066495,  0.238272, -0.435745,  0.601009,  0.670010,  0.729629, -0.200017,  0.653937,  0.527036,  0.773809, -0.351357,  0.625000,  0.100000, 
+                                4.574806,  4.066495,  0.000000, -0.696189,  0.717440,  0.024497,  0.322381,  0.281977,  0.903637,  0.641398,  0.636999, -0.427599,  0.500000,  0.100000, 
+                                4.238580,  3.593924,  0.000000, -0.877554,  0.479098,  0.019092,  0.160357,  0.255732,  0.953356,  0.451868,  0.839683, -0.301245,  0.500000,  0.325000, 
+                                2.880434,  2.196066,  0.629036, -0.152878,  0.687211,  0.710190, -0.056344, -0.723529,  0.687990,  0.986638,  0.065163,  0.149332,  0.625000,  1.000000, 
+                                2.880434,  1.715553,  0.838715,  0.111113, -0.085069,  0.990160, -0.059810, -0.995096, -0.078782,  0.992006, -0.050468, -0.115656,  0.750000,  1.000000, 
+                                3.891762,  2.082887,  0.757305,  0.223310,  0.006540,  0.974726, -0.092826, -0.995290,  0.027945,  0.970318, -0.096720, -0.221651,  0.750000,  0.775000, 
+                                3.891762,  2.082887,  0.757305,  0.223310,  0.006540,  0.974726,  0.241206, -0.969248, -0.048757,  0.944432,  0.245998, -0.218020,  0.750000,  0.775000, 
+                                3.755253,  2.439177,  0.567979, -0.316721,  0.637750,  0.702113,  0.230576, -0.666250,  0.709186,  0.920067,  0.386505,  0.063965,  0.625000,  0.775000, 
+                                2.880434,  2.196066,  0.629036, -0.152878,  0.687211,  0.710190,  0.287365, -0.656671,  0.697283,  0.945542,  0.310683, -0.097090,  0.625000,  1.000000, 
+                                3.755253,  2.439177,  0.567979, -0.316721,  0.637750,  0.702113,  0.230576, -0.666250,  0.709186,  0.920067,  0.386505,  0.063965,  0.625000,  0.775000, 
+                                3.891762,  2.082887,  0.757305,  0.223310,  0.006540,  0.974726,  0.241206, -0.969248, -0.048757,  0.944432,  0.245998, -0.218020,  0.750000,  0.775000, 
+                                4.299471,  2.748061,  0.578205,  0.190097,  0.154964,  0.969458,  0.269967, -0.957648,  0.100139,  0.943918,  0.242686, -0.223881,  0.750000,  0.550000, 
+                                4.299471,  2.748061,  0.578205,  0.190097,  0.154964,  0.969458,  0.541673, -0.840120,  0.028075,  0.818812,  0.519792, -0.243644,  0.750000,  0.550000, 
+                                4.124739,  2.955555,  0.433654, -0.601067,  0.471452,  0.645330,  0.379113, -0.542642,  0.749542,  0.703556,  0.695178,  0.147431,  0.625000,  0.550000, 
+                                3.755253,  2.439177,  0.567979, -0.316721,  0.637750,  0.702113,  0.499707, -0.516978,  0.695002,  0.806214,  0.570972, -0.154950,  0.625000,  0.775000, 
+                                4.124739,  2.955555,  0.433654, -0.601067,  0.471452,  0.645330,  0.379113, -0.542642,  0.749542,  0.703556,  0.695178,  0.147431,  0.625000,  0.550000, 
+                                4.299471,  2.748061,  0.578205,  0.190097,  0.154964,  0.969458,  0.541673, -0.840120,  0.028075,  0.818812,  0.519792, -0.243644,  0.750000,  0.550000, 
+                                4.548332,  3.484716,  0.399104,  0.005271,  0.189482,  0.981870,  0.601859, -0.784730,  0.148207,  0.798585,  0.590166, -0.118178,  0.750000,  0.325000, 
+                                4.548332,  3.484716,  0.399104,  0.005271,  0.189482,  0.981870,  0.916694, -0.393237,  0.070966,  0.399554,  0.899701, -0.175770,  0.750000,  0.325000, 
+                                4.335377,  3.559796,  0.299328, -0.635890,  0.446090,  0.629800,  0.652743, -0.124547,  0.747272,  0.411790,  0.886280, -0.211984,  0.625000,  0.325000, 
+                                4.124739,  2.955555,  0.433654, -0.601067,  0.471452,  0.645330,  0.678536, -0.125596,  0.723751,  0.422265,  0.872902, -0.244406,  0.625000,  0.550000, 
+                                4.335377,  3.559796,  0.299328, -0.635890,  0.446090,  0.629800,  0.652743, -0.124547,  0.747272,  0.411790,  0.886280, -0.211984,  0.625000,  0.325000, 
+                                4.548332,  3.484716,  0.399104,  0.005271,  0.189482,  0.981870,  0.916694, -0.393237,  0.070966,  0.399554,  0.899701, -0.175770,  0.750000,  0.325000, 
+                                5.083118,  4.066495,  0.317695, -0.011752,  0.246688,  0.969024,  0.910037, -0.398941,  0.112596,  0.414360,  0.883171, -0.219807,  0.750000,  0.100000, 
+                                5.083118,  4.066495,  0.317695, -0.011752,  0.246688,  0.969024,  0.998371, -0.051220,  0.025147,  0.055837,  0.967740, -0.245684,  0.750000,  0.100000, 
+                                4.733654,  4.066495,  0.238272, -0.435745,  0.601009,  0.670010,  0.889335,  0.172868,  0.423319,  0.138595,  0.780323, -0.609825,  0.625000,  0.100000, 
+                                4.335377,  3.559796,  0.299328, -0.635890,  0.446090,  0.629800,  0.763503,  0.244411,  0.597768,  0.112728,  0.860969, -0.496009,  0.625000,  0.325000, 
+                                2.880434,  1.715553,  0.838715,  0.111113, -0.085069,  0.990160,  0.037274, -0.995272, -0.089691,  0.993109,  0.046873, -0.107416,  0.750000,  1.000000, 
+                                2.880434,  1.235039,  0.629036,  0.343906, -0.722796,  0.599412, -0.160422, -0.674190, -0.720925,  0.925199,  0.151772, -0.347810,  0.875000,  1.000000, 
+                                4.028273,  1.726598,  0.567979,  0.572490, -0.567656,  0.591627, -0.169349, -0.787880, -0.592086,  0.802232,  0.238772, -0.547185,  0.875000,  0.775000, 
+                                4.028273,  1.726598,  0.567979,  0.572490, -0.567656,  0.591627,  0.102519, -0.666352, -0.738556,  0.813478,  0.483468, -0.323284,  0.875000,  0.775000, 
+                                3.891762,  2.082887,  0.757305,  0.223310,  0.006540,  0.974726,  0.432708, -0.896712, -0.093117,  0.873440,  0.442565, -0.203074,  0.750000,  0.775000, 
+                                2.880434,  1.715553,  0.838715,  0.111113, -0.085069,  0.990160,  0.379226, -0.917310, -0.121366,  0.918609,  0.388980, -0.069664,  0.750000,  1.000000, 
+                                3.891762,  2.082887,  0.757305,  0.223310,  0.006540,  0.974726,  0.432708, -0.896712, -0.093117,  0.873440,  0.442565, -0.203074,  0.750000,  0.775000, 
+                                4.028273,  1.726598,  0.567979,  0.572490, -0.567656,  0.591627,  0.102519, -0.666352, -0.738556,  0.813478,  0.483468, -0.323284,  0.875000,  0.775000, 
+                                4.474203,  2.540566,  0.433654,  0.787436, -0.256459,  0.560511,  0.152696, -0.799833, -0.580475,  0.597184,  0.542674, -0.590657,  0.875000,  0.550000, 
+                                4.474203,  2.540566,  0.433654,  0.787436, -0.256459,  0.560511,  0.307506, -0.624654, -0.717808,  0.534214,  0.737588, -0.413012,  0.875000,  0.550000, 
+                                4.299471,  2.748061,  0.578205,  0.190097,  0.154964,  0.969458,  0.733889, -0.678342, -0.035476,  0.652127,  0.718219, -0.242677,  0.750000,  0.550000, 
+                                3.891762,  2.082887,  0.757305,  0.223310,  0.006540,  0.974726,  0.683146, -0.714349, -0.151715,  0.695302,  0.699759, -0.163989,  0.750000,  0.775000, 
+                                4.474203,  2.540566,  0.433654,  0.787436, -0.256459,  0.560511,  0.307506, -0.624654, -0.717808,  0.534214,  0.737588, -0.413012,  0.875000,  0.550000, 
+                                4.761287,  3.409635,  0.299328,  0.647097, -0.306374,  0.698141,  0.422057, -0.618641, -0.662685,  0.634928,  0.723476, -0.271014,  0.875000,  0.325000, 
+                                4.761287,  3.409635,  0.299328,  0.647097, -0.306374,  0.698141,  0.671138, -0.205541, -0.712269,  0.361717,  0.929456,  0.072614,  0.875000,  0.325000, 
+                                4.548332,  3.484716,  0.399104,  0.005271,  0.189482,  0.981870,  0.968585, -0.245093,  0.042099,  0.248626,  0.950803, -0.184821,  0.750000,  0.325000, 
+                                4.299471,  2.748061,  0.578205,  0.190097,  0.154964,  0.969458,  0.951592, -0.272012, -0.143114,  0.241526,  0.949735, -0.199171,  0.750000,  0.550000, 
+                                4.548332,  3.484716,  0.399104,  0.005271,  0.189482,  0.981870,  0.968585, -0.245093,  0.042099,  0.248626,  0.950803, -0.184821,  0.750000,  0.325000, 
+                                4.761287,  3.409635,  0.299328,  0.647097, -0.306374,  0.698141,  0.671138, -0.205541, -0.712269,  0.361717,  0.929456,  0.072614,  0.875000,  0.325000, 
+                                5.432583,  4.066495,  0.238272,  0.427528, -0.499344,  0.753575,  0.788891, -0.200980, -0.580740,  0.441442,  0.842771,  0.308003,  0.875000,  0.100000, 
+                                5.432583,  4.066495,  0.238272,  0.427528, -0.499344,  0.753575,  0.896748,  0.128870, -0.423362,  0.114290,  0.856766,  0.502881,  0.875000,  0.100000, 
+                                5.083118,  4.066495,  0.317695, -0.011752,  0.246688,  0.969024,  0.998355,  0.057289, -0.002477, -0.056126,  0.967400, -0.246955,  0.750000,  0.100000, 
+                                4.548332,  3.484716,  0.399104,  0.005271,  0.189482,  0.981870,  0.999062,  0.041198, -0.013314, -0.042974,  0.981019, -0.189087,  0.750000,  0.325000, 
+                                2.880434,  1.235039,  0.629036,  0.343906, -0.722796,  0.599412,  0.119882, -0.599329, -0.791476,  0.931320,  0.344052, -0.119463,  0.875000,  1.000000, 
+                                2.880434,  1.016624,  0.000000,  0.410926, -0.911668,  0.001285, -0.128201, -0.059181, -0.989981,  0.902610,  0.406644, -0.141196,  1.000000,  1.000000, 
+                                4.090322,  1.564648,  0.000000,  0.671520, -0.740986, -0.000899, -0.168885, -0.151871, -0.973865,  0.721484,  0.654122, -0.227126,  1.000000,  0.775000, 
+                                4.090322,  1.564648,  0.000000,  0.671520, -0.740986, -0.000899, -0.082022, -0.073126, -0.993944,  0.736433,  0.667527, -0.109883,  1.000000,  0.775000, 
+                                4.028273,  1.726598,  0.567979,  0.572490, -0.567656,  0.591627,  0.326342, -0.504196, -0.799554,  0.752168,  0.650809, -0.103397,  0.875000,  0.775000, 
+                                2.880434,  1.235039,  0.629036,  0.343906, -0.722796,  0.599412,  0.235547, -0.551534, -0.800205,  0.908981,  0.416385, -0.019424,  0.875000,  1.000000, 
+                                4.553627,  2.446250,  0.000000,  0.922026, -0.387060, -0.007253, -0.090045, -0.196202, -0.976420,  0.376510,  0.900938, -0.215756,  1.000000,  0.550000, 
+                                4.553627,  2.446250,  0.000000,  0.922026, -0.387060, -0.007253, -0.056488, -0.115981, -0.991644,  0.382984,  0.914731, -0.128802,  1.000000,  0.550000, 
+                                4.474203,  2.540566,  0.433654,  0.787436, -0.256459,  0.560511,  0.478945, -0.317853, -0.818279,  0.388016,  0.912797, -0.127459,  0.875000,  0.550000, 
+                                4.028273,  1.726598,  0.567979,  0.572490, -0.567656,  0.591627,  0.401549, -0.435000, -0.805936,  0.714852,  0.698957, -0.021091,  0.875000,  0.775000, 
+                                4.474203,  2.540566,  0.433654,  0.787436, -0.256459,  0.560511,  0.478945, -0.317853, -0.818279,  0.388016,  0.912797, -0.127459,  0.875000,  0.550000, 
+                                4.553627,  2.446250,  0.000000,  0.922026, -0.387060, -0.007253, -0.056488, -0.115981, -0.991644,  0.382984,  0.914731, -0.128802,  1.000000,  0.550000, 
+                                4.858084,  3.375509,  0.000000,  0.846910, -0.531556, -0.013854, -0.057862, -0.066228, -0.996126,  0.528579,  0.844430, -0.086846,  1.000000,  0.325000, 
+                                4.858084,  3.375509,  0.000000,  0.846910, -0.531556, -0.013854,  0.028429,  0.071281, -0.997051,  0.530976,  0.844018,  0.075480,  1.000000,  0.325000, 
+                                4.761287,  3.409635,  0.299328,  0.647097, -0.306374,  0.698141,  0.646397, -0.265092, -0.715470,  0.404273,  0.914255,  0.026499,  0.875000,  0.325000, 
+                                4.474203,  2.540566,  0.433654,  0.787436, -0.256459,  0.560511,  0.530432, -0.181273, -0.828119,  0.313984,  0.949404, -0.006706,  0.875000,  0.550000, 
+                                4.858084,  3.375509,  0.000000,  0.846910, -0.531556, -0.013854,  0.028429,  0.071281, -0.997051,  0.530976,  0.844018,  0.075480,  1.000000,  0.325000, 
+                                5.591431,  4.066495,  0.000000,  0.535924, -0.844201, -0.010505,  0.169995,  0.120089, -0.978100,  0.826975,  0.522402,  0.207868,  1.000000,  0.100000, 
+                                5.591431,  4.066495,  0.000000,  0.535924, -0.844201, -0.010505,  0.410386,  0.271358, -0.870602,  0.737814,  0.462265,  0.491876,  1.000000,  0.100000, 
+                                5.432583,  4.066495,  0.238272,  0.427528, -0.499344,  0.753575,  0.783363, -0.211403, -0.584510,  0.451179,  0.840217,  0.300786,  0.875000,  0.100000, 
+                                4.761287,  3.409635,  0.299328,  0.647097, -0.306374,  0.698141,  0.716181, -0.069737, -0.694422,  0.261439,  0.949353,  0.174292,  0.875000,  0.325000, 
+                                2.880434,  1.016624,  0.000000,  0.410926, -0.911668,  0.001285,  0.129349,  0.056908, -0.989965,  0.902446,  0.406969,  0.141308,  0.000000,  1.000000, 
+                                2.880434,  1.235039, -0.629036,  0.341188, -0.722823, -0.600931, -0.119513,  0.600746, -0.790456,  0.932366,  0.341513,  0.118581,  0.125000,  1.000000, 
+                                4.028273,  1.726597, -0.567979,  0.578664, -0.561139, -0.591837, -0.234105,  0.580853, -0.779618,  0.781244,  0.589689,  0.204753,  0.125000,  0.775000, 
+                                4.028273,  1.726597, -0.567979,  0.578664, -0.561139, -0.591837, -0.329659,  0.502820, -0.799060,  0.745971,  0.657492,  0.105979,  0.125000,  0.775000, 
+                                4.090322,  1.564648,  0.000000,  0.671520, -0.740986, -0.000899,  0.080780,  0.074413, -0.993950,  0.736570,  0.667385,  0.109827,  0.000000,  0.775000, 
+                                2.880434,  1.016624,  0.000000,  0.410926, -0.911668,  0.001285,  0.016553,  0.006052, -0.999845,  0.911518,  0.410884,  0.017578,  0.000000,  1.000000, 
+                                4.028273,  1.726597, -0.567979,  0.578664, -0.561139, -0.591837, -0.329659,  0.502820, -0.799060,  0.745971,  0.657492,  0.105979,  0.125000,  0.775000, 
+                                4.474203,  2.540566, -0.433654,  0.784869, -0.251020, -0.566542, -0.447356,  0.403107, -0.798359,  0.428781,  0.880054,  0.204090,  0.125000,  0.550000, 
+                                4.474203,  2.540566, -0.433654,  0.784869, -0.251020, -0.566542, -0.485612,  0.318761, -0.813986,  0.384918,  0.913992,  0.128287,  0.125000,  0.550000, 
+                                4.553627,  2.446250,  0.000000,  0.922026, -0.387060, -0.007253,  0.043045,  0.121121, -0.991704,  0.384727,  0.914065,  0.128338,  0.000000,  0.550000, 
+                                4.090322,  1.564648,  0.000000,  0.671520, -0.740986, -0.000899,  0.007054,  0.007606, -0.999946,  0.740953,  0.671478,  0.010334,  0.000000,  0.775000, 
+                                4.761287,  3.409636, -0.299328,  0.642681, -0.302257, -0.703990, -0.575259,  0.416508, -0.703988,  0.506002,  0.857416,  0.093806,  0.125000,  0.325000, 
+                                4.761287,  3.409636, -0.299328,  0.642681, -0.302257, -0.703990, -0.652054,  0.266627, -0.709744,  0.402228,  0.915178, -0.025731,  0.125000,  0.325000, 
+                                4.858084,  3.375509,  0.000000,  0.846910, -0.531556, -0.013854, -0.051463, -0.056006, -0.997103,  0.529241,  0.845169, -0.074787,  0.000000,  0.325000, 
+                                4.553627,  2.446250,  0.000000,  0.922026, -0.387060, -0.007253, -0.014425, -0.015628, -0.999774,  0.386859,  0.921922, -0.019993,  0.000000,  0.550000, 
+                                4.858084,  3.375509,  0.000000,  0.846910, -0.531556, -0.013854, -0.051463, -0.056006, -0.997103,  0.529241,  0.845169, -0.074787,  0.000000,  0.325000, 
+                                4.761287,  3.409636, -0.299328,  0.642681, -0.302257, -0.703990, -0.652054,  0.266627, -0.709744,  0.402228,  0.915178, -0.025731,  0.125000,  0.325000, 
+                                5.432583,  4.066495, -0.238272,  0.418589, -0.500042, -0.758117, -0.627294,  0.444448, -0.639507,  0.656724,  0.743252, -0.127632,  0.125000,  0.100000, 
+                                5.432583,  4.066495, -0.238272,  0.418589, -0.500042, -0.758117, -0.786752,  0.217328, -0.577746,  0.453657,  0.838288, -0.302438,  0.125000,  0.100000, 
+                                5.591431,  4.066495,  0.000000,  0.535924, -0.844201, -0.010505, -0.417838, -0.254403, -0.872176,  0.733619,  0.471809, -0.489080,  0.000000,  0.100000, 
+                                4.858084,  3.375509,  0.000000,  0.846910, -0.531556, -0.013854, -0.187440, -0.274057, -0.943270,  0.497605,  0.801462, -0.331736,  0.000000,  0.325000, 
+                                2.880434,  1.235039, -0.629036,  0.341188, -0.722823, -0.600931,  0.158887,  0.674440, -0.721031,  0.926469,  0.150527,  0.344958,  0.125000,  1.000000, 
+                                2.880434,  1.715552, -0.838715,  0.115806, -0.079139, -0.990114, -0.039586,  0.995661, -0.084213,  0.992483,  0.048947,  0.112171,  0.250000,  1.000000, 
+                                3.891762,  2.082887, -0.757305,  0.232811,  0.012565, -0.972441, -0.101740,  0.994745, -0.011504,  0.967186,  0.101614,  0.232866,  0.250000,  0.775000, 
+                                3.891762,  2.082887, -0.757305,  0.232811,  0.012565, -0.972441, -0.436885,  0.894694, -0.093034,  0.868868,  0.446504,  0.213784,  0.250000,  0.775000, 
+                                4.028273,  1.726597, -0.567979,  0.578664, -0.561139, -0.591837, -0.101938,  0.670222, -0.735127,  0.809170,  0.485722,  0.330632,  0.125000,  0.775000, 
+                                2.880434,  1.235039, -0.629036,  0.341188, -0.722823, -0.600931, -0.187826,  0.573975, -0.797041,  0.921039,  0.384811,  0.060069,  0.125000,  1.000000, 
+                                4.028273,  1.726597, -0.567979,  0.578664, -0.561139, -0.591837, -0.101938,  0.670222, -0.735127,  0.809170,  0.485722,  0.330632,  0.125000,  0.775000, 
+                                3.891762,  2.082887, -0.757305,  0.232811,  0.012565, -0.972441, -0.436885,  0.894693, -0.093034,  0.868868,  0.446504,  0.213784,  0.250000,  0.775000, 
+                                4.299471,  2.748061, -0.578205,  0.206663,  0.153600, -0.966280, -0.484791,  0.873920,  0.035235,  0.849864,  0.461162,  0.255071,  0.250000,  0.550000, 
+                                4.299471,  2.748061, -0.578205,  0.206663,  0.153600, -0.966280, -0.734688,  0.676591, -0.049580,  0.646161,  0.720161,  0.252674,  0.250000,  0.550000, 
+                                4.474203,  2.540566, -0.433654,  0.784869, -0.251020, -0.566542, -0.314171,  0.626856, -0.712986,  0.534114,  0.737591,  0.413137,  0.125000,  0.550000, 
+                                4.028273,  1.726597, -0.567979,  0.578664, -0.561139, -0.591837, -0.354303,  0.480660, -0.802145,  0.734587,  0.673862,  0.079327,  0.125000,  0.775000, 
+                                4.474203,  2.540566, -0.433654,  0.784869, -0.251020, -0.566542, -0.314171,  0.626856, -0.712986,  0.534114,  0.737591,  0.413137,  0.125000,  0.550000, 
+                                4.548332,  3.484716, -0.399104,  0.024499,  0.161443, -0.986578, -0.702109,  0.705296,  0.097979,  0.711648,  0.690285,  0.130630,  0.250000,  0.325000, 
+                                4.548332,  3.484716, -0.399104,  0.024499,  0.161443, -0.986578, -0.965398,  0.260117,  0.018592,  0.259627,  0.951985,  0.162230,  0.250000,  0.325000, 
+                                4.761287,  3.409636, -0.299328,  0.642681, -0.302257, -0.703990, -0.675907,  0.208935, -0.706750,  0.360708,  0.930047, -0.070019,  0.125000,  0.325000, 
+                                4.474203,  2.540566, -0.433654,  0.784869, -0.251020, -0.566542, -0.529722,  0.202589, -0.823622,  0.321521,  0.946545,  0.026035,  0.125000,  0.550000, 
+                                4.761287,  3.409636, -0.299328,  0.642681, -0.302257, -0.703990, -0.675907,  0.208935, -0.706750,  0.360708,  0.930047, -0.070019,  0.125000,  0.325000, 
+                                4.548332,  3.484716, -0.399104,  0.024499,  0.161443, -0.986578, -0.965398,  0.260117,  0.018592,  0.259627,  0.951985,  0.162230,  0.250000,  0.325000, 
+                                5.083118,  4.066495, -0.317696,  0.003382,  0.211116, -0.977455, -0.971210,  0.233528,  0.047078,  0.238202,  0.949155,  0.205828,  0.250000,  0.100000, 
+                                5.083118,  4.066495, -0.317696,  0.003382,  0.211116, -0.977455, -0.998847, -0.046098, -0.013412, -0.047890,  0.976373,  0.210717,  0.250000,  0.100000, 
+                                5.432583,  4.066495, -0.238272,  0.418589, -0.500042, -0.758117, -0.900972, -0.123713, -0.415866,  0.114161,  0.857119, -0.502309,  0.125000,  0.100000, 
+                                4.761287,  3.409636, -0.299328,  0.642681, -0.302257, -0.703990, -0.762363, -0.161244, -0.626740,  0.075922,  0.939490, -0.334058,  0.125000,  0.325000, 
+                                2.880434,  1.715552, -0.838715,  0.115806, -0.079139, -0.990114,  0.061416,  0.995484, -0.072385,  0.991371, -0.052426,  0.120144,  0.250000,  1.000000, 
+                                2.880434,  2.196066, -0.629036, -0.134912,  0.687491, -0.713551,  0.049546,  0.723915,  0.688108,  0.989618,  0.057481, -0.131727,  0.375000,  1.000000, 
+                                3.755253,  2.439177, -0.567979, -0.319540,  0.633073, -0.705062,  0.099847,  0.762425,  0.639327,  0.942298,  0.133892, -0.306836,  0.375000,  0.775000, 
+                                3.755253,  2.439177, -0.567979, -0.319540,  0.633073, -0.705062, -0.230716,  0.669700,  0.705884,  0.919056,  0.388227, -0.067936,  0.375000,  0.775000, 
+                                3.891762,  2.082887, -0.757305,  0.232811,  0.012565, -0.972441, -0.236068,  0.970741, -0.043974,  0.943436,  0.239800,  0.228965,  0.250000,  0.775000, 
+                                2.880434,  1.715552, -0.838715,  0.115806, -0.079139, -0.990114, -0.306815,  0.945223, -0.111437,  0.944697,  0.316687,  0.085182,  0.250000,  1.000000, 
+                                3.891762,  2.082887, -0.757305,  0.232811,  0.012565, -0.972441, -0.236068,  0.970741, -0.043974,  0.943436,  0.239800,  0.228965,  0.250000,  0.775000, 
+                                3.755253,  2.439177, -0.567979, -0.319540,  0.633073, -0.705062, -0.230716,  0.669700,  0.705884,  0.919056,  0.388227, -0.067936,  0.375000,  0.775000, 
+                                4.124739,  2.955555, -0.433654, -0.603902,  0.461442, -0.649903, -0.151503,  0.734056,  0.661973,  0.782527,  0.498229, -0.373388,  0.375000,  0.550000, 
+                                4.124739,  2.955555, -0.433654, -0.603902,  0.461442, -0.649903, -0.381623,  0.548450,  0.744021,  0.699762,  0.697333, -0.155113,  0.375000,  0.550000, 
+                                4.299471,  2.748061, -0.578205,  0.206663,  0.153600, -0.966280, -0.533830,  0.845350,  0.020205,  0.819949,  0.511654,  0.256699,  0.250000,  0.550000, 
+                                3.891762,  2.082887, -0.757305,  0.232811,  0.012565, -0.972441, -0.532282,  0.838499, -0.116599,  0.813926,  0.544758,  0.201900,  0.250000,  0.775000, 
+                                4.299471,  2.748061, -0.578205,  0.206663,  0.153600, -0.966280, -0.533830,  0.845350,  0.020205,  0.819949,  0.511654,  0.256699,  0.250000,  0.550000, 
+                                4.124739,  2.955555, -0.433654, -0.603902,  0.461442, -0.649903, -0.381623,  0.548450,  0.744021,  0.699762,  0.697333, -0.155113,  0.375000,  0.550000, 
+                                4.335377,  3.559796, -0.299328, -0.631816,  0.437170, -0.640072, -0.369060,  0.556493,  0.744385,  0.681618,  0.706539, -0.190259,  0.375000,  0.325000, 
+                                4.335377,  3.559796, -0.299328, -0.631816,  0.437170, -0.640072, -0.658396,  0.133099,  0.740810,  0.409053,  0.889476,  0.203736,  0.375000,  0.325000, 
+                                4.548332,  3.484716, -0.399104,  0.024499,  0.161443, -0.986578, -0.919066,  0.391932,  0.041313,  0.393341,  0.905718,  0.157979,  0.250000,  0.325000, 
+                                4.299471,  2.748061, -0.578205,  0.206663,  0.153600, -0.966280, -0.884929,  0.450625, -0.117632,  0.417362,  0.879400,  0.229053,  0.250000,  0.550000, 
+                                4.548332,  3.484716, -0.399104,  0.024499,  0.161443, -0.986578, -0.919066,  0.391932,  0.041313,  0.393341,  0.905718,  0.157979,  0.250000,  0.325000, 
+                                4.733654,  4.066495, -0.238272, -0.424305,  0.612707, -0.666749, -0.774234,  0.136379,  0.618031,  0.469603,  0.778454,  0.416512,  0.375000,  0.100000, 
+                                4.733654,  4.066495, -0.238272, -0.424305,  0.612707, -0.666749, -0.894496, -0.169063,  0.413878,  0.140864,  0.772015,  0.619798,  0.375000,  0.100000, 
+                                5.083118,  4.066495, -0.317696,  0.003382,  0.211116, -0.977455, -0.998843,  0.047594,  0.006824,  0.047962,  0.976302,  0.211033,  0.250000,  0.100000, 
+                                4.548332,  3.484716, -0.399104,  0.024499,  0.161443, -0.986578, -0.999019,  0.040361, -0.018204,  0.036880,  0.986056,  0.162274,  0.250000,  0.325000, 
+                                2.880434,  2.196066, -0.629036, -0.134912,  0.687491, -0.713551, -0.067712,  0.712055,  0.698851,  0.988541,  0.142599, -0.049514,  0.375000,  1.000000, 
+                                2.880434,  2.414481,  0.000000, -0.230787,  0.972982, -0.006523,  0.076055,  0.024723,  0.996797,  0.970027,  0.229552, -0.079705,  0.500000,  1.000000, 
+                                3.693203,  2.601127,  0.000000, -0.548936,  0.835863, -0.001511,  0.155620,  0.103976,  0.982330,  0.821250,  0.539001, -0.187153,  0.500000,  0.775000, 
+                                3.693203,  2.601127,  0.000000, -0.548936,  0.835863, -0.001511,  0.053535,  0.036962,  0.997882,  0.834148,  0.547692, -0.065037,  0.500000,  0.775000, 
+                                3.755253,  2.439177, -0.567979, -0.319540,  0.633073, -0.705062, -0.287611,  0.644172,  0.708747,  0.902870,  0.429257, -0.023760,  0.375000,  0.775000, 
+                                2.880434,  2.196066, -0.629036, -0.134912,  0.687491, -0.713551, -0.193158,  0.688072,  0.699462,  0.971848,  0.232194,  0.039965,  0.375000,  1.000000, 
+                                3.755253,  2.439177, -0.567979, -0.319540,  0.633073, -0.705062, -0.287611,  0.644172,  0.708747,  0.902870,  0.429257, -0.023760,  0.375000,  0.775000, 
+                                3.693203,  2.601127,  0.000000, -0.548936,  0.835863, -0.001511,  0.053535,  0.036962,  0.997882,  0.834148,  0.547692, -0.065037,  0.500000,  0.775000, 
+                                4.045315,  3.049871,  0.000000, -0.875671,  0.482807,  0.009893,  0.102011,  0.164918,  0.981018,  0.472010,  0.860058, -0.193666,  0.500000,  0.550000, 
+                                4.045315,  3.049871,  0.000000, -0.875671,  0.482807,  0.009893,  0.057757,  0.084371,  0.994759,  0.479442,  0.871653, -0.101767,  0.500000,  0.550000, 
+                                4.124739,  2.955555, -0.433654, -0.603902,  0.461442, -0.649903, -0.475605,  0.445693,  0.758391,  0.639611,  0.767091, -0.049690,  0.375000,  0.550000, 
+                                3.755253,  2.439177, -0.567979, -0.319540,  0.633073, -0.705062, -0.381370,  0.595227,  0.707292,  0.867440,  0.494898,  0.051236,  0.375000,  0.775000, 
+                                4.124739,  2.955555, -0.433654, -0.603902,  0.461442, -0.649903, -0.475605,  0.445693,  0.758391,  0.639611,  0.767091, -0.049690,  0.375000,  0.550000, 
+                                4.045315,  3.049871,  0.000000, -0.875671,  0.482807,  0.009893,  0.057757,  0.084371,  0.994759,  0.479442,  0.871653, -0.101767,  0.500000,  0.550000, 
+                                4.238580,  3.593924,  0.000000, -0.877554,  0.479098,  0.019092,  0.066083,  0.081412,  0.994487,  0.474902,  0.873978, -0.103104,  0.500000,  0.325000, 
+                                4.238580,  3.593924,  0.000000, -0.877554,  0.479098,  0.019092, -0.009705, -0.057559,  0.998295,  0.479380,  0.875872,  0.055161,  0.500000,  0.325000, 
+                                4.335377,  3.559796, -0.299328, -0.631816,  0.437170, -0.640072, -0.576312,  0.287261,  0.765078,  0.518337,  0.852270,  0.070450,  0.375000,  0.325000, 
+                                4.124739,  2.955555, -0.433654, -0.603902,  0.461442, -0.649903, -0.579042,  0.306334,  0.755559,  0.547734,  0.832605,  0.082199,  0.375000,  0.550000, 
+                                4.238580,  3.593924,  0.000000, -0.877554,  0.479098,  0.019092, -0.009705, -0.057559,  0.998295,  0.479380,  0.875872,  0.055161,  0.500000,  0.325000, 
+                                4.574806,  4.066495,  0.000000, -0.696189,  0.717440,  0.024497, -0.092288, -0.123292,  0.988070,  0.711901,  0.685623,  0.152045,  0.500000,  0.100000, 
+                                4.574806,  4.066495,  0.000000, -0.696189,  0.717440,  0.024497, -0.297341, -0.319258,  0.899813,  0.653383,  0.619156,  0.435588,  0.500000,  0.100000, 
+                                4.733654,  4.066495, -0.238272, -0.424305,  0.612707, -0.666749, -0.728381,  0.206521,  0.653308,  0.537984,  0.762849,  0.358656,  0.375000,  0.100000, 
+                                4.335377,  3.559796, -0.299328, -0.631816,  0.437170, -0.640072, -0.681145,  0.080964,  0.727658,  0.369933,  0.895727,  0.246622,  0.375000,  0.325000, 
+                                4.574806,  4.066495,  0.000000, -0.696189,  0.717440,  0.024497,  0.322381,  0.281977,  0.903637,  0.641398,  0.636999, -0.427599,  0.500000,  0.100000, 
+                                4.733654,  4.066495,  0.238272, -0.435745,  0.601009,  0.670010,  0.729629, -0.200017,  0.653938,  0.527036,  0.773809, -0.351357,  0.625000,  0.100000, 
+                                4.866710,  4.141466,  0.223379, -0.259858,  0.791938,  0.552547,  0.671007, -0.263401,  0.693087,  0.694423,  0.550867, -0.462949,  0.625000,  0.075000, 
+                                4.866710,  4.141466,  0.223379, -0.259858,  0.791938,  0.552547,  0.712753, -0.228755,  0.663064,  0.651503,  0.566132, -0.505013,  0.625000,  0.075000, 
+                                4.696590,  4.137976,  0.000000, -0.425799,  0.904753,  0.010805,  0.519377,  0.234619,  0.821707,  0.740906,  0.355494, -0.569808,  0.500000,  0.075000, 
+                                4.574806,  4.066495,  0.000000, -0.696189,  0.717440,  0.024497,  0.361081,  0.320484,  0.875734,  0.620436,  0.618522, -0.482172,  0.500000,  0.100000, 
+                                4.946278,  4.167387,  0.190617,  0.009538,  0.999720, -0.021672,  0.605820,  0.011465,  0.795519,  0.795545, -0.020717, -0.605541,  0.625000,  0.050000, 
+                                4.946278,  4.167387,  0.190617,  0.009538,  0.999720, -0.021672,  0.641916,  0.010496,  0.766703,  0.766715, -0.021224, -0.641636,  0.625000,  0.050000, 
+                                4.786603,  4.161803,  0.000000,  0.022039,  0.999756,  0.001624,  0.641610, -0.015390,  0.766877,  0.766714, -0.015859, -0.641792,  0.500000,  0.050000, 
+                                4.696590,  4.137976,  0.000000, -0.425799,  0.904753,  0.010805,  0.554635,  0.251553,  0.793159,  0.714895,  0.343719, -0.608919,  0.500000,  0.075000, 
+                                4.786603,  4.161803,  0.000000,  0.022039,  0.999756,  0.001624,  0.641610, -0.015390,  0.766877,  0.766714, -0.015859, -0.641792,  0.500000,  0.050000, 
+                                4.946278,  4.167387,  0.190617,  0.009538,  0.999720, -0.021672,  0.641916,  0.010496,  0.766703,  0.766715, -0.021224, -0.641636,  0.625000,  0.050000, 
+                                4.948656,  4.142862,  0.157854,  0.410155,  0.332914, -0.849083,  0.862496,  0.161013,  0.479766,  0.296434, -0.929109, -0.221096,  0.625000,  0.025000, 
+                                4.948656,  4.142862,  0.157854,  0.410155,  0.332914, -0.849083,  0.863638,  0.157414,  0.478906,  0.293091, -0.929725, -0.222953,  0.625000,  0.025000, 
+                                4.813078,  4.137976,  0.000000,  0.999598,  0.025879,  0.011557, -0.011780,  0.008500,  0.999894,  0.025778, -0.999629,  0.008802,  0.500000,  0.025000, 
+                                4.786603,  4.161803,  0.000000,  0.022039,  0.999756,  0.001624,  0.651008, -0.015584,  0.758911,  0.758751, -0.015668, -0.651193,  0.500000,  0.050000, 
+                                4.813078,  4.137976,  0.000000,  0.999598,  0.025879,  0.011557, -0.011780,  0.008500,  0.999895,  0.025778, -0.999629,  0.008802,  0.500000,  0.025000, 
+                                4.948656,  4.142862,  0.157854,  0.410155,  0.332914, -0.849083,  0.863638,  0.157414,  0.478906,  0.293091, -0.929725, -0.222953,  0.625000,  0.025000, 
+                                4.850142,  4.066495,  0.142963,  0.541522, -0.548622, -0.636999,  0.736538, -0.055686,  0.674100, -0.405298, -0.834214,  0.373926,  0.625000,  0.000000, 
+                                4.850142,  4.066495,  0.142963,  0.541522, -0.548622, -0.636999,  0.710748, -0.105906,  0.695429, -0.448989, -0.829336,  0.332582,  0.625000,  0.000000, 
+                                4.744244,  4.066495,  0.000000,  0.709584, -0.704555,  0.009672,  0.321245,  0.335693,  0.885501, -0.627130, -0.625230,  0.464537,  0.500000,  0.000000, 
+                                4.813078,  4.137976,  0.000000,  0.999598,  0.025879,  0.011557, -0.011050, -0.019627,  0.999746,  0.026099, -0.999472, -0.019333,  0.500000,  0.025000, 
+                                5.240973,  4.149145,  0.297838,  0.046310,  0.455223,  0.889172,  0.993500, -0.113647,  0.006439,  0.103982,  0.883095, -0.457527,  0.750000,  0.075000, 
+                                5.240973,  4.149145,  0.297838,  0.046310,  0.455223,  0.889172,  0.996268, -0.085952, -0.007884,  0.072837,  0.886219, -0.457505,  0.750000,  0.075000, 
+                                4.866710,  4.141466,  0.223379, -0.259858,  0.791938,  0.552547,  0.954755,  0.125009,  0.269844,  0.144626,  0.597668, -0.788591,  0.625000,  0.075000, 
+                                4.733654,  4.066495,  0.238272, -0.435745,  0.601009,  0.670010,  0.893538,  0.199332,  0.402314,  0.108240,  0.773986, -0.623883,  0.625000,  0.100000, 
+                                4.866710,  4.141466,  0.223379, -0.259858,  0.791938,  0.552547,  0.954755,  0.125009,  0.269844,  0.144626,  0.597668, -0.788591,  0.625000,  0.075000, 
+                                5.240973,  4.149145,  0.297838,  0.046310,  0.455223,  0.889172,  0.996268, -0.085952, -0.007884,  0.072837,  0.886219, -0.457505,  0.750000,  0.075000, 
+                                5.297563,  4.179674,  0.254156, -0.010688,  0.988795,  0.148900,  0.981717, -0.017924,  0.189498,  0.190044,  0.148203, -0.970525,  0.750000,  0.050000, 
+                                5.297563,  4.179674,  0.254156, -0.010688,  0.988795,  0.148900,  0.985216, -0.015049,  0.170654,  0.170983,  0.148522, -0.974015,  0.750000,  0.050000, 
+                                4.946278,  4.167387,  0.190617,  0.009538,  0.999720, -0.021672,  0.983853, -0.005509,  0.178891,  0.178722, -0.023028, -0.983630,  0.625000,  0.050000, 
+                                4.866710,  4.141466,  0.223379, -0.259858,  0.791938,  0.552547,  0.957793,  0.138547,  0.251869,  0.122911,  0.594676, -0.794515,  0.625000,  0.075000, 
+                                4.946278,  4.167387,  0.190617,  0.009538,  0.999720, -0.021672,  0.983853, -0.005509,  0.178891,  0.178722, -0.023028, -0.983630,  0.625000,  0.050000, 
+                                5.297563,  4.179674,  0.254156, -0.010688,  0.988795,  0.148900,  0.985216, -0.015049,  0.170654,  0.170983,  0.148522, -0.974015,  0.750000,  0.050000, 
+                                5.246929,  4.153613,  0.210472, -0.044376,  0.682945, -0.729121,  0.987956,  0.138297,  0.069409,  0.148238, -0.717259, -0.680856,  0.750000,  0.025000, 
+                                5.246929,  4.153613,  0.210472, -0.044376,  0.682945, -0.729121,  0.988289,  0.136672,  0.067867,  0.146000, -0.717570, -0.681012,  0.750000,  0.025000, 
+                                4.948656,  4.142862,  0.157854,  0.410155,  0.332914, -0.849083,  0.907438, -0.055810,  0.416462,  0.091259, -0.941304, -0.324989,  0.625000,  0.025000, 
+                                4.946278,  4.167387,  0.190617,  0.009538,  0.999720, -0.021672,  0.984614, -0.005608,  0.174655,  0.174484, -0.023004, -0.984391,  0.625000,  0.050000, 
+                                4.948656,  4.142862,  0.157854,  0.410155,  0.332914, -0.849083,  0.907438, -0.055810,  0.416462,  0.091259, -0.941304, -0.324989,  0.625000,  0.025000, 
+                                5.246929,  4.153613,  0.210472, -0.044376,  0.682945, -0.729121,  0.988289,  0.136672,  0.067867,  0.146000, -0.717570, -0.681012,  0.750000,  0.025000, 
+                                5.083118,  4.066495,  0.190617,  0.122825,  0.009233, -0.992385,  0.991744,  0.035992,  0.123080,  0.036854, -0.999309, -0.004736,  0.750000,  0.000000, 
+                                5.083118,  4.066495,  0.190617,  0.122825,  0.009233, -0.992385,  0.992427,  0.000727,  0.122837,  0.001856, -0.999957, -0.009074,  0.750000,  0.000000, 
+                                4.850142,  4.066495,  0.142963,  0.541522, -0.548622, -0.636999,  0.832061,  0.241501,  0.499351, -0.120119, -0.800432,  0.587265,  0.625000,  0.000000, 
+                                4.948656,  4.142862,  0.157854,  0.410155,  0.332914, -0.849083,  0.909434, -0.079289,  0.408220,  0.068579, -0.939618, -0.335284,  0.625000,  0.025000, 
+                                5.083118,  4.066495,  0.317695, -0.011752,  0.246688,  0.969024,  0.998355,  0.057289, -0.002477, -0.056126,  0.967400, -0.246955,  0.750000,  0.100000, 
+                                5.432583,  4.066495,  0.238272,  0.427528, -0.499344,  0.753575,  0.896748,  0.128870, -0.423362,  0.114290,  0.856766,  0.502881,  0.875000,  0.100000, 
+                                5.615236,  4.156824,  0.223379,  0.481838, -0.180443,  0.857480,  0.875270,  0.052593, -0.480767,  0.041654,  0.982178,  0.183277,  0.875000,  0.075000, 
+                                5.615236,  4.156824,  0.223379,  0.481838, -0.180443,  0.857480,  0.876058,  0.078173, -0.475827,  0.018827,  0.980474,  0.195745,  0.875000,  0.075000, 
+                                5.240973,  4.149145,  0.297838,  0.046310,  0.455223,  0.889172,  0.993131,  0.074772, -0.090005, -0.107457,  0.887232, -0.448633,  0.750000,  0.075000, 
+                                5.083118,  4.066495,  0.317695, -0.011752,  0.246688,  0.969024,  0.997551,  0.069717, -0.005650, -0.068952,  0.966584, -0.246903,  0.750000,  0.100000, 
+                                5.648848,  4.191959,  0.190617,  0.455276,  0.736747,  0.499927,  0.874910, -0.266083, -0.404638, -0.165094,  0.621613, -0.765729,  0.875000,  0.050000, 
+                                5.648848,  4.191959,  0.190617,  0.455276,  0.736747,  0.499927,  0.875752, -0.269291, -0.400676, -0.160571,  0.620230, -0.767809,  0.875000,  0.050000, 
+                                5.297563,  4.179674,  0.254156, -0.010688,  0.988795,  0.148900,  0.983423,  0.037350, -0.177440, -0.181013,  0.144535, -0.972802,  0.750000,  0.050000, 
+                                5.240973,  4.149145,  0.297838,  0.046310,  0.455223,  0.889172,  0.992619,  0.078909, -0.092096, -0.112088,  0.886874, -0.448208,  0.750000,  0.075000, 
+                                5.545204,  4.164363,  0.157854, -0.220541,  0.907193, -0.358277,  0.963748,  0.146124, -0.223245, -0.150173, -0.394524, -0.906531,  0.875000,  0.025000, 
+                                5.545204,  4.164363,  0.157854, -0.220541,  0.907193, -0.358277,  0.964404,  0.147872, -0.219222, -0.145897, -0.393872, -0.907513,  0.875000,  0.025000, 
+                                5.246929,  4.153613,  0.210472, -0.044376,  0.682945, -0.729121,  0.994654, -0.037918, -0.096053, -0.093245, -0.729485, -0.677611,  0.750000,  0.025000, 
+                                5.297563,  4.179674,  0.254156, -0.010688,  0.988795,  0.148900,  0.984161,  0.036753, -0.173423, -0.176952,  0.144688, -0.973526,  0.750000,  0.050000, 
+                                5.246929,  4.153613,  0.210472, -0.044376,  0.682945, -0.729121,  0.994654, -0.037918, -0.096053, -0.093245, -0.729485, -0.677611,  0.750000,  0.025000, 
+                                5.545204,  4.164363,  0.157854, -0.220541,  0.907193, -0.358277,  0.964404,  0.147872, -0.219222, -0.145897, -0.393872, -0.907513,  0.875000,  0.025000, 
+                                5.316095,  4.066495,  0.142963, -0.235919,  0.657251, -0.715796,  0.967685,  0.091400, -0.235014, -0.089039, -0.748109, -0.657575,  0.875000,  0.000000, 
+                                5.316095,  4.066495,  0.142963, -0.235919,  0.657251, -0.715796,  0.962736,  0.057860, -0.264180, -0.132217, -0.751448, -0.646409,  0.875000,  0.000000, 
+                                5.083118,  4.066495,  0.190617,  0.122825,  0.009233, -0.992385,  0.992427, -0.003110,  0.122801, -0.001952, -0.999953, -0.009545,  0.750000,  0.000000, 
+                                5.246929,  4.153613,  0.210472, -0.044376,  0.682945, -0.729121,  0.989496, -0.070466, -0.126225, -0.137583, -0.727063, -0.672644,  0.750000,  0.025000, 
+                                5.432583,  4.066495,  0.238272,  0.427528, -0.499344,  0.753575,  0.783363, -0.211403, -0.584510,  0.451179,  0.840217,  0.300786,  0.875000,  0.100000, 
+                                5.591431,  4.066495,  0.000000,  0.535924, -0.844201, -0.010505,  0.410386,  0.271358, -0.870602,  0.737814,  0.462265,  0.491876,  1.000000,  0.100000, 
+                                5.785357,  4.160314,  0.000000,  0.728091, -0.685303, -0.015585,  0.276357,  0.314266, -0.908220,  0.627304,  0.656960,  0.418202,  1.000000,  0.075000, 
+                                5.785357,  4.160314,  0.000000,  0.728091, -0.685303, -0.015585,  0.314721,  0.354396, -0.880542,  0.608961,  0.636210,  0.473712,  1.000000,  0.075000, 
+                                5.615236,  4.156824,  0.223379,  0.481838, -0.180443,  0.857480,  0.864268, -0.063478, -0.499010,  0.144474,  0.981535,  0.125365,  0.875000,  0.075000, 
+                                5.432583,  4.066495,  0.238272,  0.427528, -0.499344,  0.753575,  0.803889, -0.171296, -0.569579,  0.413500,  0.849302,  0.328183,  0.875000,  0.100000, 
+                                5.785357,  4.160314,  0.000000,  0.728091, -0.685303, -0.015585,  0.314721,  0.354396, -0.880542,  0.608961,  0.636210,  0.473712,  1.000000,  0.075000, 
+                                5.808521,  4.197544,  0.000000,  0.888739,  0.458111, -0.016679,  0.133043, -0.292580, -0.946941, -0.438683,  0.839364, -0.320975,  1.000000,  0.050000, 
+                                5.808521,  4.197544,  0.000000,  0.888739,  0.458111, -0.016679,  0.142165, -0.310026, -0.940039, -0.435813,  0.833078, -0.340659,  1.000000,  0.050000, 
+                                5.648848,  4.191959,  0.190617,  0.455276,  0.736747,  0.499927,  0.677692,  0.077422, -0.731259, -0.577459,  0.671721, -0.464039,  0.875000,  0.050000, 
+                                5.615236,  4.156824,  0.223379,  0.481838, -0.180443,  0.857480,  0.866983, -0.043846, -0.496405,  0.127169,  0.982608,  0.135314,  0.875000,  0.075000, 
+                                5.648848,  4.191959,  0.190617,  0.455276,  0.736747,  0.499927,  0.677691,  0.077422, -0.731259, -0.577459,  0.671721, -0.464039,  0.875000,  0.050000, 
+                                5.808521,  4.197544,  0.000000,  0.888739,  0.458111, -0.016679,  0.142165, -0.310026, -0.940039, -0.435813,  0.833078, -0.340659,  1.000000,  0.050000, 
+                                5.680782,  4.169250,  0.000000, -0.260098,  0.965582,  0.000800,  0.610565,  0.165110, -0.774564, -0.748037, -0.200974, -0.632496,  1.000000,  0.025000, 
+                                5.680782,  4.169250,  0.000000, -0.260098,  0.965582,  0.000800,  0.619811,  0.167594, -0.766646, -0.740394, -0.198907, -0.642069,  1.000000,  0.025000, 
+                                5.545204,  4.164363,  0.157854, -0.220541,  0.907193, -0.358277,  0.692075, -0.113291, -0.712879, -0.687309, -0.405174, -0.602860,  0.875000,  0.025000, 
+                                5.648848,  4.191959,  0.190617,  0.455276,  0.736747,  0.499927,  0.682555,  0.071734, -0.727306, -0.571702,  0.672352, -0.470212,  0.875000,  0.050000, 
+                                5.545204,  4.164363,  0.157854, -0.220541,  0.907193, -0.358277,  0.692075, -0.113291, -0.712879, -0.687309, -0.405174, -0.602860,  0.875000,  0.025000, 
+                                5.680782,  4.169250,  0.000000, -0.260098,  0.965582,  0.000800,  0.619811,  0.167594, -0.766646, -0.740394, -0.198907, -0.642069,  1.000000,  0.025000, 
+                                5.421993,  4.066495,  0.000000, -0.371610,  0.928378, -0.004418,  0.584687,  0.230336, -0.777873, -0.721143, -0.291648, -0.628406,  1.000000,  0.000000, 
+                                5.421993,  4.066495,  0.000000, -0.371610,  0.928378, -0.004418,  0.526979,  0.207016, -0.824280, -0.764329, -0.308639, -0.566165,  1.000000,  0.000000, 
+                                5.316095,  4.066495,  0.142963, -0.235919,  0.657251, -0.715796,  0.774854, -0.317303, -0.546735, -0.586466, -0.683623, -0.434416,  0.875000,  0.000000, 
+                                5.545204,  4.164363,  0.157854, -0.220541,  0.907193, -0.358277,  0.637636, -0.143865, -0.756785, -0.738093, -0.395353, -0.546731,  0.875000,  0.025000, 
+                                5.591431,  4.066495,  0.000000,  0.535924, -0.844201, -0.010505, -0.417838, -0.254403, -0.872176,  0.733619,  0.471809, -0.489080,  0.000000,  0.100000, 
+                                5.432583,  4.066495, -0.238272,  0.418589, -0.500042, -0.758117, -0.786752,  0.217328, -0.577746,  0.453657,  0.838288, -0.302438,  0.125000,  0.100000, 
+                                5.615236,  4.156824, -0.223379,  0.480164, -0.178364, -0.858853, -0.861324,  0.089443, -0.500121,  0.166022,  0.979891, -0.110682,  0.125000,  0.075000, 
+                                5.615236,  4.156824, -0.223379,  0.480164, -0.178364, -0.858853, -0.865478,  0.063055, -0.496963,  0.142795,  0.981942, -0.124093,  0.125000,  0.075000, 
+                                5.785357,  4.160314,  0.000000,  0.728091, -0.685303, -0.015585, -0.330489, -0.331024, -0.883856,  0.600550,  0.648678, -0.467500,  0.000000,  0.075000, 
+                                5.591431,  4.066495,  0.000000,  0.535924, -0.844201, -0.010505, -0.464170, -0.284230, -0.838904,  0.705218,  0.454465, -0.544178,  0.000000,  0.100000, 
+                                5.785357,  4.160314,  0.000000,  0.728091, -0.685303, -0.015585, -0.330489, -0.331024, -0.883856,  0.600550,  0.648678, -0.467500,  0.000000,  0.075000, 
+                                5.615236,  4.156824, -0.223379,  0.480164, -0.178364, -0.858853, -0.865478,  0.063055, -0.496963,  0.142795,  0.981942, -0.124093,  0.125000,  0.075000, 
+                                5.648848,  4.191959, -0.190617,  0.488106,  0.716798, -0.497950, -0.653232, -0.078344, -0.753094, -0.578828,  0.692866,  0.429995,  0.125000,  0.050000, 
+                                5.648848,  4.191959, -0.190617,  0.488106,  0.716798, -0.497950, -0.668359, -0.059934, -0.741420, -0.561293,  0.694701,  0.449824,  0.125000,  0.050000, 
+                                5.808521,  4.197544,  0.000000,  0.888739,  0.458111, -0.016679, -0.166620,  0.288922, -0.942742, -0.427061,  0.840630,  0.333107,  0.000000,  0.050000, 
+                                5.785357,  4.160314,  0.000000,  0.728091, -0.685303, -0.015585, -0.358099, -0.360875, -0.861124,  0.584507,  0.632558, -0.508156,  0.000000,  0.075000, 
+                                5.808521,  4.197544,  0.000000,  0.888739,  0.458111, -0.016679, -0.166620,  0.288922, -0.942741, -0.427061,  0.840630,  0.333107,  0.000000,  0.050000, 
+                                5.648848,  4.191959, -0.190617,  0.488106,  0.716798, -0.497950, -0.668359, -0.059934, -0.741420, -0.561293,  0.694701,  0.449824,  0.125000,  0.050000, 
+                                5.545204,  4.164363, -0.157854, -0.222004,  0.905399,  0.361893, -0.684720,  0.119473, -0.718947, -0.694170, -0.407405,  0.593422,  0.125000,  0.025000, 
+                                5.545204,  4.164363, -0.157854, -0.222004,  0.905399,  0.361893, -0.692875,  0.114651, -0.711885, -0.686031, -0.408788,  0.601875,  0.125000,  0.025000, 
+                                5.680782,  4.169250,  0.000000, -0.260098,  0.965582,  0.000800, -0.620017, -0.166378, -0.766744, -0.740221, -0.199925,  0.641952,  0.000000,  0.025000, 
+                                5.808521,  4.197544,  0.000000,  0.888739,  0.458111, -0.016679, -0.169656,  0.294898, -0.940347, -0.425864,  0.838552,  0.339809,  0.000000,  0.050000, 
+                                5.680782,  4.169250,  0.000000, -0.260098,  0.965582,  0.000800, -0.620018, -0.166378, -0.766744, -0.740221, -0.199925,  0.641952,  0.000000,  0.025000, 
+                                5.545204,  4.164363, -0.157854, -0.222004,  0.905399,  0.361893, -0.692875,  0.114651, -0.711885, -0.686031, -0.408788,  0.601875,  0.125000,  0.025000, 
+                                5.316095,  4.066495, -0.142963, -0.235404,  0.663181,  0.710476, -0.814125,  0.264717, -0.516842, -0.530835, -0.700083,  0.477597,  0.125000,  0.000000, 
+                                5.316095,  4.066495, -0.142963, -0.235404,  0.663181,  0.710476, -0.771935,  0.316574, -0.551268, -0.590509, -0.678212,  0.437410,  0.125000,  0.000000, 
+                                5.421993,  4.066495,  0.000000, -0.371610,  0.928378, -0.004418, -0.525142, -0.214122, -0.823637, -0.765592, -0.303752,  0.567101,  0.000000,  0.000000, 
+                                5.680782,  4.169250,  0.000000, -0.260098,  0.965582,  0.000800, -0.561841, -0.150669, -0.813408, -0.785292, -0.212016,  0.581693,  0.000000,  0.025000, 
+                                5.432583,  4.066495, -0.238272,  0.418589, -0.500042, -0.758117, -0.900972, -0.123713, -0.415866,  0.114161,  0.857119, -0.502309,  0.125000,  0.100000, 
+                                5.083118,  4.066495, -0.317696,  0.003382,  0.211116, -0.977455, -0.998847, -0.046098, -0.013412, -0.047890,  0.976373,  0.210717,  0.250000,  0.100000, 
+                                5.240973,  4.149145, -0.297838,  0.058720,  0.437702, -0.897201, -0.993454, -0.062600, -0.095559, -0.097991,  0.896938,  0.431161,  0.250000,  0.075000, 
+                                5.240973,  4.149145, -0.297838,  0.058720,  0.437702, -0.897201, -0.992837, -0.068075, -0.098190, -0.104055,  0.896539,  0.430569,  0.250000,  0.075000, 
+                                5.615236,  4.156824, -0.223379,  0.480164, -0.178364, -0.858853, -0.876986, -0.077119, -0.474286,  0.018362,  0.980938, -0.193452,  0.125000,  0.075000, 
+                                5.432583,  4.066495, -0.238272,  0.418589, -0.500042, -0.758117, -0.904184, -0.151282, -0.399455,  0.085055,  0.852685, -0.515455,  0.125000,  0.100000, 
+                                5.615236,  4.156824, -0.223379,  0.480164, -0.178364, -0.858853, -0.876986, -0.077119, -0.474286,  0.018362,  0.980938, -0.193452,  0.125000,  0.075000, 
+                                5.240973,  4.149145, -0.297838,  0.058720,  0.437702, -0.897201, -0.992837, -0.068075, -0.098190, -0.104055,  0.896539,  0.430569,  0.250000,  0.075000, 
+                                5.297562,  4.179674, -0.254156,  0.001326,  0.986459, -0.164001, -0.980652, -0.030821, -0.193317, -0.195754,  0.161084,  0.967333,  0.250000,  0.050000, 
+                                5.297562,  4.179674, -0.254156,  0.001326,  0.986459, -0.164001, -0.983460, -0.028417, -0.178881, -0.181119,  0.161525,  0.970106,  0.250000,  0.050000, 
+                                5.648848,  4.191959, -0.190617,  0.488106,  0.716798, -0.497950, -0.858169,  0.290183, -0.423486, -0.159057,  0.634031,  0.756773,  0.125000,  0.050000, 
+                                5.615236,  4.156824, -0.223379,  0.480164, -0.178364, -0.858853, -0.877176, -0.095064, -0.470665,  0.002304,  0.979362, -0.202103,  0.125000,  0.075000, 
+                                5.246929,  4.153613, -0.210472, -0.044189,  0.681674,  0.730320, -0.994330,  0.040768, -0.098216, -0.096725, -0.730519,  0.676007,  0.250000,  0.025000, 
+                                5.246929,  4.153613, -0.210472, -0.044189,  0.681674,  0.730320, -0.994687,  0.038019, -0.095672, -0.092983, -0.730667,  0.676372,  0.250000,  0.025000, 
+                                5.545204,  4.164363, -0.157854, -0.222004,  0.905399,  0.361893, -0.964133, -0.148466, -0.220012, -0.145469, -0.397756,  0.905885,  0.125000,  0.025000, 
+                                5.648848,  4.191959, -0.190617,  0.488106,  0.716798, -0.497950, -0.858632,  0.292041, -0.421265, -0.156540,  0.633177,  0.758012,  0.125000,  0.050000, 
+                                5.083118,  4.066495, -0.190617,  0.138801, -0.034188,  0.989730, -0.989381, -0.048311,  0.137083,  0.043128, -0.998247, -0.040531,  0.250000,  0.000000, 
+                                5.083118,  4.066495, -0.190617,  0.138801, -0.034188,  0.989730, -0.990294, -0.012128,  0.138461,  0.007269, -0.999342, -0.035540,  0.250000,  0.000000, 
+                                5.316095,  4.066495, -0.142963, -0.235404,  0.663181,  0.710476, -0.962697, -0.058759, -0.264126, -0.133416, -0.746149,  0.652274,  0.125000,  0.000000, 
+                                5.545204,  4.164363, -0.157854, -0.222004,  0.905399,  0.361893, -0.957648, -0.132667, -0.255559, -0.183372, -0.403301,  0.896506,  0.125000,  0.025000, 
+                                5.083118,  4.066495, -0.317696,  0.003382,  0.211116, -0.977455, -0.998843,  0.047594,  0.006824,  0.047962,  0.976302,  0.211033,  0.250000,  0.100000, 
+                                4.733654,  4.066495, -0.238272, -0.424305,  0.612707, -0.666749, -0.894496, -0.169063,  0.413878,  0.140864,  0.772015,  0.619798,  0.375000,  0.100000, 
+                                4.866710,  4.141466, -0.223379, -0.258889,  0.797206, -0.545379, -0.949322, -0.105819,  0.295958,  0.178228,  0.594360,  0.784201,  0.375000,  0.075000, 
+                                4.866710,  4.141466, -0.223379, -0.258889,  0.797206, -0.545379, -0.954837, -0.125987,  0.269097,  0.145815,  0.590415,  0.793819,  0.375000,  0.075000, 
+                                5.240973,  4.149145, -0.297838,  0.058720,  0.437702, -0.897201, -0.995860,  0.088157, -0.022169,  0.069391,  0.894788,  0.441067,  0.250000,  0.075000, 
+                                5.083118,  4.066495, -0.317696,  0.003382,  0.211116, -0.977455, -0.999753,  0.022175,  0.001330,  0.021956,  0.977210,  0.211139,  0.250000,  0.100000, 
+                                5.240973,  4.149145, -0.297838,  0.058720,  0.437702, -0.897201, -0.995860,  0.088157, -0.022169,  0.069391,  0.894788,  0.441067,  0.250000,  0.075000, 
+                                4.946278,  4.167387, -0.190617,  0.012270,  0.999739,  0.019287, -0.980627,  0.008260,  0.195711,  0.195501, -0.021315,  0.980472,  0.375000,  0.050000, 
+                                4.946278,  4.167387, -0.190617,  0.012270,  0.999739,  0.019287, -0.983833,  0.008624,  0.178880,  0.178667, -0.021170,  0.983682,  0.375000,  0.050000, 
+                                5.297562,  4.179674, -0.254156,  0.001326,  0.986459, -0.164001, -0.985411,  0.029200,  0.167670,  0.170188,  0.161385,  0.972106,  0.250000,  0.050000, 
+                                5.240973,  4.149145, -0.297838,  0.058720,  0.437702, -0.897201, -0.997104,  0.069222, -0.031488,  0.048323,  0.896451,  0.440499,  0.250000,  0.075000, 
+                                5.297562,  4.179674, -0.254156,  0.001326,  0.986459, -0.164001, -0.985411,  0.029200,  0.167670,  0.170188,  0.161385,  0.972106,  0.250000,  0.050000, 
+                                4.946278,  4.167387, -0.190617,  0.012270,  0.999739,  0.019287, -0.983833,  0.008624,  0.178880,  0.178667, -0.021170,  0.983682,  0.375000,  0.050000, 
+                                4.948656,  4.142862, -0.157854,  0.398632,  0.354888,  0.845664, -0.912142,  0.057563,  0.405812,  0.095339, -0.933135,  0.346655,  0.375000,  0.025000, 
+                                4.948656,  4.142862, -0.157854,  0.398632,  0.354888,  0.845664, -0.912196,  0.058090,  0.405617,  0.094824, -0.933102,  0.346884,  0.375000,  0.025000, 
+                                5.246929,  4.153613, -0.210472, -0.044189,  0.681674,  0.730320, -0.988324, -0.136533,  0.067639,  0.145821, -0.718804,  0.679748,  0.250000,  0.025000, 
+                                5.297562,  4.179674, -0.254156,  0.001326,  0.986459, -0.164001, -0.986159,  0.028481,  0.163338,  0.165797,  0.161514,  0.972844,  0.250000,  0.050000, 
+                                4.850142,  4.066495, -0.142963,  0.537563, -0.581401,  0.610736, -0.838765, -0.294306,  0.458102, -0.086598, -0.758523, -0.645867,  0.375000,  0.000000, 
+                                4.850142,  4.066495, -0.142963,  0.537563, -0.581401,  0.610736, -0.833547, -0.256981,  0.489041, -0.127381, -0.771967, -0.622769,  0.375000,  0.000000, 
+                                5.083118,  4.066495, -0.190617,  0.138801, -0.034188,  0.989730, -0.990296,  0.002136,  0.138954, -0.006864, -0.999413, -0.033560,  0.250000,  0.000000, 
+                                5.246929,  4.153613, -0.210472, -0.044189,  0.681674,  0.730320, -0.989288, -0.131664,  0.063035,  0.139126, -0.719712,  0.680190,  0.250000,  0.025000, 
+                                4.733654,  4.066495, -0.238272, -0.424305,  0.612707, -0.666749, -0.728381,  0.206521,  0.653308,  0.537984,  0.762849,  0.358656,  0.375000,  0.100000, 
+                                4.574806,  4.066495,  0.000000, -0.696189,  0.717440,  0.024497, -0.297341, -0.319258,  0.899813,  0.653383,  0.619156,  0.435588,  0.500000,  0.100000, 
+                                4.696590,  4.137976,  0.000000, -0.425799,  0.904753,  0.010805, -0.464479, -0.228812,  0.855514,  0.776501,  0.359259,  0.517667,  0.500000,  0.075000, 
+                                4.696590,  4.137976,  0.000000, -0.425799,  0.904753,  0.010805, -0.514157, -0.251767,  0.819912,  0.744538,  0.343563,  0.572388,  0.500000,  0.075000, 
+                                4.866710,  4.141466, -0.223379, -0.258889,  0.797206, -0.545379, -0.709957,  0.225793,  0.667067,  0.654933,  0.559892,  0.507527,  0.375000,  0.075000, 
+                                4.733654,  4.066495, -0.238272, -0.424305,  0.612707, -0.666749, -0.755471,  0.166418,  0.633695,  0.499228,  0.772590,  0.392271,  0.375000,  0.100000, 
+                                4.786603,  4.161803,  0.000000,  0.022039,  0.999756,  0.001624, -0.605471,  0.012055,  0.795776,  0.795562, -0.018522,  0.605588,  0.500000,  0.050000, 
+                                4.786603,  4.161803,  0.000000,  0.022039,  0.999756,  0.001624, -0.641606,  0.012898,  0.766926,  0.766717, -0.017945,  0.641734,  0.500000,  0.050000, 
+                                4.946278,  4.167387, -0.190617,  0.012270,  0.999739,  0.019287, -0.641871, -0.006915,  0.766781,  0.766714, -0.021788,  0.641619,  0.375000,  0.050000, 
+                                4.866710,  4.141466, -0.223379, -0.258889,  0.797206, -0.545379, -0.739183,  0.199936,  0.643144,  0.621759,  0.569638,  0.537520,  0.375000,  0.075000, 
+                                4.946278,  4.167387, -0.190617,  0.012270,  0.999739,  0.019287, -0.641871, -0.006915,  0.766781,  0.766714, -0.021788,  0.641619,  0.375000,  0.050000, 
+                                4.786603,  4.161803,  0.000000,  0.022039,  0.999756,  0.001624, -0.641606,  0.012898,  0.766926,  0.766717, -0.017945,  0.641734,  0.500000,  0.050000, 
+                                4.813078,  4.137976,  0.000000,  0.999598,  0.025879,  0.011557, -0.011358, -0.007830,  0.999905,  0.025967, -0.999634, -0.007533,  0.500000,  0.025000, 
+                                4.813078,  4.137976,  0.000000,  0.999598,  0.025879,  0.011557, -0.011329, -0.008925,  0.999896,  0.025980, -0.999625, -0.008629,  0.500000,  0.025000, 
+                                4.948656,  4.142862, -0.157854,  0.398632,  0.354888,  0.845664, -0.862580, -0.168134,  0.477165,  0.311524, -0.919666,  0.239096,  0.375000,  0.025000, 
+                                4.946278,  4.167387, -0.190617,  0.012270,  0.999739,  0.019287, -0.651258, -0.006647,  0.758827,  0.758757, -0.021872,  0.651006,  0.375000,  0.050000, 
+                                4.948656,  4.142862, -0.157854,  0.398632,  0.354888,  0.845664, -0.862580, -0.168134,  0.477165,  0.311524, -0.919666,  0.239096,  0.375000,  0.025000, 
+                                4.813078,  4.137976,  0.000000,  0.999598,  0.025879,  0.011557, -0.011329, -0.008925,  0.999896,  0.025980, -0.999625, -0.008629,  0.500000,  0.025000, 
+                                4.744244,  4.066495,  0.000000,  0.709584, -0.704555,  0.009672, -0.378656, -0.369711,  0.848489, -0.594231, -0.605736, -0.529125,  0.500000,  0.000000, 
+                                4.744244,  4.066495,  0.000000,  0.709584, -0.704555,  0.009672, -0.330808, -0.320987,  0.887431, -0.622139, -0.632906, -0.460840,  0.500000,  0.000000, 
+                                4.850142,  4.066495, -0.142963,  0.537563, -0.581401,  0.610736, -0.697281,  0.100780,  0.709678, -0.474157, -0.807351, -0.351225,  0.375000,  0.000000, 
+                                4.948656,  4.142862, -0.157854,  0.398632,  0.354888,  0.845664, -0.860229, -0.175000,  0.478938,  0.317961, -0.918384,  0.235524,  0.375000,  0.025000, 
+                                0.532618,  5.253879,  0.227133,  0.762641,  0.565034,  0.314825,  0.320345,  0.092894, -0.942735, -0.561923,  0.819821, -0.110161,  0.875000,  0.250000, 
+                                0.577146,  5.253879,  0.000000,  0.824540,  0.565803,  0.000017,  0.062391, -0.090892, -0.993904, -0.562353,  0.819515, -0.110245,  1.000000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000,  0.192381,  0.000000, -0.981320, -0.981320, -0.000000, -0.192381,  1.000000,  0.000000, 
+                                0.508173,  5.051349,  0.216675,  0.847982, -0.397998,  0.350034,  0.351081, -0.072980, -0.933497,  0.397075,  0.914479,  0.077844,  0.875000,  0.500000, 
+                                0.508173,  5.051349,  0.216675,  0.847982, -0.397998,  0.350034,  0.351096, -0.072945, -0.933494,  0.397062,  0.914482,  0.077879,  0.875000,  0.500000, 
+                                0.550671,  5.051349,  0.000000,  0.917701, -0.397272,  0.000034,  0.030893,  0.071278, -0.996978,  0.396069,  0.914929,  0.077685,  1.000000,  0.500000, 
+                                0.577146,  5.253879,  0.000000,  0.824540,  0.565803,  0.000017,  0.062421, -0.090936, -0.993899, -0.562349,  0.819511, -0.110299,  1.000000,  0.250000, 
+                                0.550671,  5.051349,  0.000000,  0.917701, -0.397272,  0.000034,  0.030893,  0.071278, -0.996978,  0.396069,  0.914929,  0.077685,  1.000000,  0.500000, 
+                                0.508173,  5.051349,  0.216675,  0.847982, -0.397998,  0.350034,  0.351096, -0.072945, -0.933494,  0.397062,  0.914482,  0.077879,  0.875000,  0.500000, 
+                                0.307794,  4.801164,  0.131130,  0.864141, -0.355260,  0.356442,  0.357062, -0.066299, -0.931725,  0.354637,  0.932413,  0.069558,  0.875000,  0.750000, 
+                                0.307794,  4.801164,  0.131130,  0.864141, -0.355260,  0.356442,  0.357125, -0.066134, -0.931712,  0.354573,  0.932425,  0.069723,  0.875000,  0.750000, 
+                                0.333580,  4.801164,  0.000000,  0.935269, -0.353939,  0.000113,  0.024679,  0.064895, -0.997587,  0.353078,  0.933014,  0.069429,  1.000000,  0.750000, 
+                                0.550671,  5.051349,  0.000000,  0.917701, -0.397272,  0.000034,  0.030971,  0.071459, -0.996963,  0.396063,  0.914914,  0.077882,  1.000000,  0.500000, 
+                                0.312612,  4.574807,  0.133009,  0.720992,  0.625625,  0.297933,  0.307043,  0.097005, -0.946739, -0.621204,  0.774069, -0.122154,  0.875000,  1.000000, 
+                                0.312612,  4.574807,  0.133009,  0.720992,  0.625625,  0.297933,  0.307354,  0.096618, -0.946678, -0.621051,  0.774118, -0.122627,  0.875000,  1.000000, 
+                                0.338875,  4.574807,  0.000000,  0.780713,  0.624890,  0.000075,  0.076579, -0.095556, -0.992474, -0.620180,  0.774843, -0.122455,  1.000000,  1.000000, 
+                                0.333580,  4.801164,  0.000000,  0.935269, -0.353939,  0.000113,  0.024780,  0.065162, -0.997567,  0.353070,  0.932996,  0.069714,  1.000000,  0.750000, 
+                                0.410310,  5.253880,  0.410309,  0.583357,  0.565165,  0.583338,  0.657939,  0.092307, -0.747392, -0.476246,  0.819798, -0.317996,  0.750000,  0.250000, 
+                                0.532618,  5.253879,  0.227133,  0.762641,  0.565034,  0.314825,  0.437764, -0.092569, -0.894312, -0.476174,  0.819858, -0.317948,  0.875000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000,  0.555301,  0.000000, -0.831650, -0.831650,  0.000000, -0.555301,  0.875000,  0.000000, 
+                                0.391453,  5.051349,  0.391453,  0.648485, -0.398726,  0.648448,  0.682539, -0.072620, -0.727232,  0.337056,  0.914190,  0.225054,  0.750000,  0.500000, 
+                                0.391453,  5.051349,  0.391453,  0.648485, -0.398726,  0.648448,  0.682550, -0.072590, -0.727225,  0.337034,  0.914193,  0.225077,  0.750000,  0.500000, 
+                                0.508173,  5.051349,  0.216675,  0.847982, -0.397998,  0.350034,  0.409534,  0.072765, -0.909388,  0.336464,  0.914496,  0.224697,  0.875000,  0.500000, 
+                                0.532618,  5.253879,  0.227133,  0.762641,  0.565034,  0.314825,  0.437783, -0.092602, -0.894299, -0.476156,  0.819854, -0.317985,  0.875000,  0.250000, 
+                                0.237020,  4.801164,  0.237020,  0.660872, -0.355894,  0.660748,  0.687486, -0.066045, -0.723188,  0.301017,  0.932190,  0.201024,  0.750000,  0.750000, 
+                                0.237020,  4.801164,  0.237020,  0.660872, -0.355894,  0.660748,  0.687528, -0.065914, -0.723160,  0.300920,  0.932199,  0.201126,  0.750000,  0.750000, 
+                                0.307794,  4.801164,  0.131130,  0.864141, -0.355260,  0.356442,  0.403696,  0.066444, -0.912477,  0.300483,  0.932403,  0.200834,  0.875000,  0.750000, 
+                                0.508173,  5.051349,  0.216675,  0.847982, -0.397998,  0.350034,  0.409587,  0.072909, -0.909353,  0.336400,  0.914485,  0.224840,  0.875000,  0.500000, 
+                                0.240601,  4.574807,  0.240601,  0.551863,  0.625288,  0.551780,  0.647141,  0.096218, -0.756275, -0.525981,  0.774440, -0.351550,  0.750000,  1.000000, 
+                                0.240601,  4.574807,  0.240601,  0.551863,  0.625288,  0.551780,  0.647358,  0.095898, -0.756129, -0.525714,  0.774479, -0.351862,  0.750000,  1.000000, 
+                                0.312612,  4.574807,  0.133009,  0.720992,  0.625625,  0.297933,  0.450931, -0.097143, -0.887257, -0.526148,  0.774052, -0.352153,  0.875000,  1.000000, 
+                                0.307794,  4.801164,  0.131130,  0.864141, -0.355260,  0.356442,  0.403765,  0.066661, -0.912431,  0.300390,  0.932387,  0.201046,  0.875000,  0.750000, 
+                                0.227133,  5.253879,  0.532618,  0.314825,  0.565051,  0.762629,  0.894309,  0.092569, -0.437770, -0.317958,  0.819847, -0.476187,  0.625000,  0.250000, 
+                                0.410310,  5.253880,  0.410309,  0.583357,  0.565165,  0.583338,  0.747376, -0.092321, -0.657956, -0.317999,  0.819796, -0.476247,  0.750000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000,  0.831650,  0.000000, -0.555300, -0.555300,  0.000000, -0.831650,  0.750000,  0.000000, 
+                                0.410310,  5.253880,  0.410309,  0.583357,  0.565165,  0.583338,  0.747376, -0.092322, -0.657956, -0.317998,  0.819796, -0.476247,  0.750000,  0.250000, 
+                                0.227133,  5.253879,  0.532618,  0.314825,  0.565051,  0.762629,  0.894309,  0.092569, -0.437770, -0.317958,  0.819847, -0.476187,  0.625000,  0.250000, 
+                                0.216675,  5.051349,  0.508173,  0.350045, -0.397976,  0.847988,  0.909395, -0.072727, -0.409525,  0.224653,  0.914508,  0.336460,  0.625000,  0.500000, 
+                                0.216675,  5.051349,  0.508173,  0.350045, -0.397976,  0.847988,  0.909387, -0.072759, -0.409537,  0.224685,  0.914506,  0.336446,  0.625000,  0.500000, 
+                                0.391453,  5.051349,  0.391453,  0.648485, -0.398726,  0.648448,  0.727191,  0.072611, -0.682584,  0.225080,  0.914191,  0.337037,  0.750000,  0.500000, 
+                                0.410310,  5.253880,  0.410309,  0.583357,  0.565165,  0.583338,  0.747363, -0.092289, -0.657975, -0.318029,  0.819800, -0.476220,  0.750000,  0.250000, 
+                                0.131131,  4.801164,  0.307795,  0.356474, -0.355200,  0.864152,  0.912501, -0.066294, -0.403668,  0.200671,  0.932437,  0.300488,  0.625000,  0.750000, 
+                                0.131131,  4.801164,  0.307795,  0.356474, -0.355200,  0.864152,  0.912472, -0.066427, -0.403711,  0.200801,  0.932427,  0.300430,  0.625000,  0.750000, 
+                                0.237020,  4.801164,  0.237020,  0.660872, -0.355894,  0.660748,  0.723044,  0.065976, -0.687644,  0.201134,  0.932195,  0.300929,  0.750000,  0.750000, 
+                                0.391453,  5.051349,  0.391453,  0.648485, -0.398726,  0.648448,  0.727155,  0.072465, -0.682638,  0.225196,  0.914202,  0.336928,  0.750000,  0.500000, 
+                                0.133008,  4.574807,  0.312613,  0.297982,  0.625515,  0.721067,  0.887409,  0.096809, -0.450703, -0.351728,  0.774183, -0.526240,  0.625000,  1.000000, 
+                                0.133008,  4.574807,  0.312613,  0.297982,  0.625515,  0.721067,  0.887264,  0.097128, -0.450920, -0.352093,  0.774143, -0.526055,  0.625000,  1.000000, 
+                                0.240601,  4.574807,  0.240601,  0.551863,  0.625288,  0.551780,  0.756065, -0.095972, -0.647422, -0.351870,  0.774470, -0.525722,  0.750000,  1.000000, 
+                                0.237020,  4.801164,  0.237020,  0.660872, -0.355894,  0.660748,  0.722998,  0.065761, -0.687713,  0.201302,  0.932210,  0.300770,  0.750000,  0.750000, 
+                                0.000000,  5.253879,  0.577147, -0.000017,  0.565803,  0.824540,  0.993904,  0.090914, -0.062365, -0.110249,  0.819513, -0.562356,  0.500000,  0.250000, 
+                                0.227133,  5.253879,  0.532618,  0.314825,  0.565051,  0.762629,  0.942735, -0.092895, -0.320346, -0.110167,  0.819810, -0.561939,  0.625000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000,  0.981319,  0.000000, -0.192386, -0.192386,  0.000000, -0.981319,  0.625000,  0.000000, 
+                                0.000000,  5.051349,  0.550671, -0.000034, -0.397272,  0.917701,  0.996981, -0.071273, -0.030817,  0.077650,  0.914929,  0.396075,  0.500000,  0.500000, 
+                                0.000000,  5.051349,  0.550671, -0.000034, -0.397272,  0.917701,  0.996978, -0.071304, -0.030831,  0.077684,  0.914927,  0.396074,  0.500000,  0.500000, 
+                                0.216675,  5.051349,  0.508173,  0.350045, -0.397976,  0.847988,  0.933490,  0.072946, -0.351105,  0.077874,  0.914491,  0.397042,  0.625000,  0.500000, 
+                                0.227133,  5.253879,  0.532618,  0.314825,  0.565051,  0.762629,  0.942729, -0.092855, -0.320374, -0.110213,  0.819814, -0.561923,  0.625000,  0.250000, 
+                                0.000000,  4.801164,  0.333580, -0.000113, -0.353939,  0.935268,  0.997599, -0.064812, -0.024407,  0.069255,  0.933020,  0.353097,  0.500000,  0.750000, 
+                                0.000000,  4.801164,  0.333580, -0.000113, -0.353939,  0.935268,  0.997587, -0.064977, -0.024469,  0.069432,  0.933009,  0.353092,  0.500000,  0.750000, 
+                                0.131131,  4.801164,  0.307795,  0.356474, -0.355200,  0.864152,  0.931701,  0.066134, -0.357155,  0.069711,  0.932448,  0.354515,  0.625000,  0.750000, 
+                                0.216675,  5.051349,  0.508173,  0.350045, -0.397976,  0.847988,  0.933475,  0.072764, -0.351184,  0.078060,  0.914505,  0.396972,  0.625000,  0.500000, 
+                                0.000000,  4.574807,  0.338875, -0.000075,  0.624890,  0.780713,  0.992535,  0.095264, -0.076154, -0.121962,  0.774879, -0.620233,  0.500000,  1.000000, 
+                                0.000000,  4.574807,  0.338875, -0.000075,  0.624890,  0.780713,  0.992474,  0.095650, -0.076464, -0.122456,  0.774831, -0.620194,  0.500000,  1.000000, 
+                                0.133008,  4.574807,  0.312613,  0.297982,  0.625515,  0.721067,  0.946665, -0.096624, -0.307390, -0.122605,  0.774206, -0.620946,  0.625000,  1.000000, 
+                                0.131131,  4.801164,  0.307795,  0.356474, -0.355200,  0.864152,  0.931681,  0.065867, -0.357257,  0.069978,  0.932467,  0.354413,  0.625000,  0.750000, 
+                               -0.227133,  5.253879,  0.532618, -0.314825,  0.565034,  0.762641,  0.942735,  0.092892,  0.320347,  0.110164,  0.819821, -0.561922,  0.375000,  0.250000, 
+                                0.000000,  5.253879,  0.577147, -0.000017,  0.565803,  0.824540,  0.993904, -0.090894,  0.062393,  0.110248,  0.819515, -0.562352,  0.500000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000,  0.981319,  0.000000,  0.192386,  0.192386,  0.000000, -0.981319,  0.500000,  0.000000, 
+                                0.000000,  5.253879,  0.577147, -0.000017,  0.565803,  0.824540,  0.993904, -0.090894,  0.062393,  0.110248,  0.819515, -0.562352,  0.500000,  0.250000, 
+                               -0.227133,  5.253879,  0.532618, -0.314825,  0.565034,  0.762641,  0.942735,  0.092892,  0.320347,  0.110164,  0.819821, -0.561922,  0.375000,  0.250000, 
+                               -0.216675,  5.051350,  0.508173, -0.350034, -0.397998,  0.847982,  0.933497, -0.072978,  0.351082, -0.077846,  0.914479,  0.397074,  0.375000,  0.500000, 
+                               -0.216675,  5.051350,  0.508173, -0.350034, -0.397998,  0.847982,  0.933494, -0.072950,  0.351094, -0.077874,  0.914481,  0.397063,  0.375000,  0.500000, 
+                                0.000000,  5.051349,  0.550671, -0.000034, -0.397272,  0.917701,  0.996978,  0.071273,  0.030891, -0.077679,  0.914929,  0.396069,  0.500000,  0.500000, 
+                                0.000000,  5.253879,  0.577147, -0.000017,  0.565803,  0.824540,  0.993898, -0.090937,  0.062423,  0.110300,  0.819510, -0.562349,  0.500000,  0.250000, 
+                               -0.131131,  4.801164,  0.307795, -0.356442, -0.355260,  0.864141,  0.931725, -0.066304,  0.357060, -0.069553,  0.932413,  0.354639,  0.375000,  0.750000, 
+                               -0.131131,  4.801164,  0.307795, -0.356442, -0.355260,  0.864141,  0.931712, -0.066134,  0.357125, -0.069723,  0.932425,  0.354574,  0.375000,  0.750000, 
+                                0.000000,  4.801164,  0.333580, -0.000113, -0.353939,  0.935268,  0.997587,  0.064895,  0.024679, -0.069429,  0.933014,  0.353078,  0.500000,  0.750000, 
+                                0.000000,  5.051349,  0.550671, -0.000034, -0.397272,  0.917701,  0.996963,  0.071458,  0.030971, -0.077881,  0.914915,  0.396063,  0.500000,  0.500000, 
+                               -0.133008,  4.574807,  0.312613, -0.297933,  0.625625,  0.720992,  0.946739,  0.097006,  0.307043,  0.122153,  0.774069, -0.621205,  0.375000,  1.000000, 
+                               -0.133008,  4.574807,  0.312613, -0.297933,  0.625625,  0.720992,  0.946678,  0.096619,  0.307353,  0.122626,  0.774118, -0.621051,  0.375000,  1.000000, 
+                                0.000000,  4.574807,  0.338875, -0.000075,  0.624890,  0.780713,  0.992474, -0.095555,  0.076578,  0.122454,  0.774843, -0.620180,  0.500000,  1.000000, 
+                                0.000000,  4.801164,  0.333580, -0.000113, -0.353939,  0.935268,  0.997567,  0.065161,  0.024780, -0.069713,  0.932996,  0.353071,  0.500000,  0.750000, 
+                               -0.410310,  5.253880,  0.410309, -0.583338,  0.565165,  0.583357,  0.747392,  0.092306,  0.657940,  0.317997,  0.819798, -0.476245,  0.250000,  0.250000, 
+                               -0.227133,  5.253879,  0.532618, -0.314825,  0.565034,  0.762641,  0.894312, -0.092570,  0.437764,  0.317950,  0.819858, -0.476173,  0.375000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000,  0.831650, -0.000000,  0.555300,  0.555300,  0.000000, -0.831650,  0.375000,  0.000000, 
+                               -0.391453,  5.051349,  0.391453, -0.648448, -0.398726,  0.648485,  0.727233, -0.072622,  0.682539, -0.225052,  0.914190,  0.337058,  0.250000,  0.500000, 
+                               -0.391453,  5.051349,  0.391453, -0.648448, -0.398726,  0.648485,  0.727224, -0.072586,  0.682552, -0.225080,  0.914193,  0.337031,  0.250000,  0.500000, 
+                               -0.216675,  5.051350,  0.508173, -0.350034, -0.397998,  0.847982,  0.909388,  0.072769,  0.409535, -0.224701,  0.914496,  0.336463,  0.375000,  0.500000, 
+                               -0.227133,  5.253879,  0.532618, -0.314825,  0.565034,  0.762641,  0.894300, -0.092600,  0.437782,  0.317982,  0.819854, -0.476158,  0.375000,  0.250000, 
+                               -0.216675,  5.051350,  0.508173, -0.350034, -0.397998,  0.847982,  0.909388,  0.072769,  0.409535, -0.224701,  0.914496,  0.336463,  0.375000,  0.500000, 
+                               -0.391453,  5.051349,  0.391453, -0.648448, -0.398726,  0.648485,  0.727224, -0.072586,  0.682552, -0.225080,  0.914193,  0.337031,  0.250000,  0.500000, 
+                               -0.237020,  4.801164,  0.237020, -0.660748, -0.355894,  0.660872,  0.723187, -0.066041,  0.687487, -0.201028,  0.932190,  0.301014,  0.250000,  0.750000, 
+                               -0.237020,  4.801164,  0.237020, -0.660748, -0.355894,  0.660872,  0.723160, -0.065912,  0.687529, -0.201128,  0.932199,  0.300919,  0.250000,  0.750000, 
+                               -0.131131,  4.801164,  0.307795, -0.356442, -0.355260,  0.864141,  0.912477,  0.066446,  0.403696, -0.200836,  0.932403,  0.300483,  0.375000,  0.750000, 
+                               -0.216675,  5.051350,  0.508173, -0.350034, -0.397998,  0.847982,  0.909353,  0.072911,  0.409588, -0.224842,  0.914485,  0.336399,  0.375000,  0.500000, 
+                               -0.131131,  4.801164,  0.307795, -0.356442, -0.355260,  0.864141,  0.912477,  0.066446,  0.403696, -0.200836,  0.932403,  0.300483,  0.375000,  0.750000, 
+                               -0.237020,  4.801164,  0.237020, -0.660748, -0.355894,  0.660872,  0.723160, -0.065912,  0.687529, -0.201128,  0.932199,  0.300919,  0.250000,  0.750000, 
+                               -0.240601,  4.574807,  0.240601, -0.551780,  0.625288,  0.551863,  0.756273,  0.096215,  0.647142,  0.351553,  0.774440, -0.525979,  0.250000,  1.000000, 
+                               -0.240601,  4.574807,  0.240601, -0.551780,  0.625288,  0.551863,  0.756129,  0.095897,  0.647359,  0.351864,  0.774479, -0.525712,  0.250000,  1.000000, 
+                               -0.133008,  4.574807,  0.312613, -0.297933,  0.625625,  0.720992,  0.887256, -0.097144,  0.450932,  0.352154,  0.774052, -0.526147,  0.375000,  1.000000, 
+                               -0.131131,  4.801164,  0.307795, -0.356442, -0.355260,  0.864141,  0.912431,  0.066662,  0.403766, -0.201047,  0.932387,  0.300389,  0.375000,  0.750000, 
+                               -0.532618,  5.253879,  0.227133, -0.762629,  0.565051,  0.314825,  0.437770,  0.092568,  0.894309,  0.476187,  0.819847, -0.317957,  0.125000,  0.250000, 
+                               -0.410310,  5.253880,  0.410309, -0.583338,  0.565165,  0.583357,  0.657955, -0.092323,  0.747377,  0.476248,  0.819796, -0.317998,  0.250000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000,  0.555301, -0.000000,  0.831650,  0.831650,  0.000000, -0.555301,  0.250000,  0.000000, 
+                               -0.508173,  5.051349,  0.216675, -0.847988, -0.397976,  0.350045,  0.409526, -0.072729,  0.909395, -0.336459,  0.914508,  0.224655,  0.125000,  0.500000, 
+                               -0.508173,  5.051349,  0.216675, -0.847988, -0.397976,  0.350045,  0.409537, -0.072759,  0.909388, -0.336446,  0.914506,  0.224684,  0.125000,  0.500000, 
+                               -0.391453,  5.051349,  0.391453, -0.648448, -0.398726,  0.648485,  0.682584,  0.072612,  0.727191, -0.337038,  0.914191,  0.225079,  0.250000,  0.500000, 
+                               -0.410310,  5.253880,  0.410309, -0.583338,  0.565165,  0.583357,  0.657975, -0.092289,  0.747364,  0.476221,  0.819800, -0.318028,  0.250000,  0.250000, 
+                               -0.307794,  4.801164,  0.131130, -0.864152, -0.355200,  0.356474,  0.403668, -0.066294,  0.912501, -0.300488,  0.932437,  0.200671,  0.125000,  0.750000, 
+                               -0.307794,  4.801164,  0.131130, -0.864152, -0.355200,  0.356474,  0.403710, -0.066425,  0.912472, -0.300431,  0.932427,  0.200799,  0.125000,  0.750000, 
+                               -0.237020,  4.801164,  0.237020, -0.660748, -0.355894,  0.660872,  0.687643,  0.065978,  0.723045, -0.300930,  0.932195,  0.201133,  0.250000,  0.750000, 
+                               -0.391453,  5.051349,  0.391453, -0.648448, -0.398726,  0.648485,  0.682637,  0.072467,  0.727155, -0.336930,  0.914202,  0.225194,  0.250000,  0.500000, 
+                               -0.312612,  4.574807,  0.133009, -0.721067,  0.625515,  0.297982,  0.450701,  0.096807,  0.887410,  0.526242,  0.774183, -0.351725,  0.125000,  1.000000, 
+                               -0.312612,  4.574807,  0.133009, -0.721067,  0.625515,  0.297982,  0.450919,  0.097127,  0.887265,  0.526056,  0.774143, -0.352091,  0.125000,  1.000000, 
+                               -0.240601,  4.574807,  0.240601, -0.551780,  0.625288,  0.551863,  0.647421, -0.095973,  0.756066,  0.525723,  0.774470, -0.351869,  0.250000,  1.000000, 
+                               -0.237020,  4.801164,  0.237020, -0.660748, -0.355894,  0.660872,  0.687713,  0.065762,  0.722998, -0.300770,  0.932210,  0.201301,  0.250000,  0.750000, 
+                               -0.577146,  5.253879,  0.000000, -0.824540,  0.565803, -0.000017,  0.062363,  0.090912,  0.993904,  0.562356,  0.819513, -0.110246,  0.000000,  0.250000, 
+                               -0.532618,  5.253879,  0.227133, -0.762629,  0.565051,  0.314825,  0.320345, -0.092898,  0.942735,  0.561940,  0.819810, -0.110164,  0.125000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000,  0.192381, -0.000000,  0.981320,  0.981320,  0.000000, -0.192381,  0.125000,  0.000000, 
+                               -0.550671,  5.051349,  0.000000, -0.917701, -0.397272, -0.000034,  0.030816, -0.071271,  0.996981, -0.396075,  0.914929,  0.077648,  0.000000,  0.500000, 
+                               -0.550671,  5.051349,  0.000000, -0.917701, -0.397272, -0.000034,  0.030831, -0.071305,  0.996978, -0.396074,  0.914926,  0.077685,  0.000000,  0.500000, 
+                               -0.508173,  5.051349,  0.216675, -0.847988, -0.397976,  0.350045,  0.351105,  0.072945,  0.933490, -0.397041,  0.914491,  0.077875,  0.125000,  0.500000, 
+                               -0.532618,  5.253879,  0.227133, -0.762629,  0.565051,  0.314825,  0.320375, -0.092854,  0.942729,  0.561922,  0.819815, -0.110215,  0.125000,  0.250000, 
+                               -0.333580,  4.801164,  0.000000, -0.935268, -0.353939, -0.000113,  0.024407, -0.064813,  0.997599, -0.353097,  0.933020,  0.069256,  0.000000,  0.750000, 
+                               -0.333580,  4.801164,  0.000000, -0.935268, -0.353939, -0.000113,  0.024469, -0.064977,  0.997587, -0.353092,  0.933009,  0.069432,  0.000000,  0.750000, 
+                               -0.307794,  4.801164,  0.131130, -0.864152, -0.355200,  0.356474,  0.357155,  0.066134,  0.931701, -0.354515,  0.932448,  0.069712,  0.125000,  0.750000, 
+                               -0.508173,  5.051349,  0.216675, -0.847988, -0.397976,  0.350045,  0.351184,  0.072763,  0.933475, -0.396971,  0.914505,  0.078060,  0.125000,  0.500000, 
+                               -0.338875,  4.574807,  0.000000, -0.780713,  0.624890, -0.000075,  0.076155,  0.095264,  0.992535,  0.620233,  0.774879, -0.121963,  0.000000,  1.000000, 
+                               -0.338875,  4.574807,  0.000000, -0.780713,  0.624890, -0.000075,  0.076465,  0.095651,  0.992474,  0.620194,  0.774831, -0.122458,  0.000000,  1.000000, 
+                               -0.312612,  4.574807,  0.133009, -0.721067,  0.625515,  0.297982,  0.307391, -0.096623,  0.946665,  0.620945,  0.774206, -0.122606,  0.125000,  1.000000, 
+                               -0.307794,  4.801164,  0.131130, -0.864152, -0.355200,  0.356474,  0.357257,  0.065866,  0.931681, -0.354412,  0.932467,  0.069979,  0.125000,  0.750000, 
+                               -0.532618,  5.253879, -0.227133, -0.762641,  0.565034, -0.314825, -0.320345,  0.092894,  0.942735,  0.561923,  0.819821,  0.110161,  0.875000,  0.250000, 
+                               -0.577146,  5.253879,  0.000000, -0.824540,  0.565803, -0.000017, -0.062391, -0.090892,  0.993904,  0.562353,  0.819515,  0.110245,  1.000000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000, -0.192381, -0.000000,  0.981320,  0.981320,  0.000000,  0.192381,  1.000000,  0.000000, 
+                               -0.508173,  5.051350, -0.216675, -0.847982, -0.397998, -0.350034, -0.351081, -0.072980,  0.933497, -0.397075,  0.914479, -0.077844,  0.875000,  0.500000, 
+                               -0.508173,  5.051350, -0.216675, -0.847982, -0.397998, -0.350034, -0.351094, -0.072949,  0.933494, -0.397063,  0.914481, -0.077875,  0.875000,  0.500000, 
+                               -0.550671,  5.051349,  0.000000, -0.917701, -0.397272, -0.000034, -0.030891,  0.071274,  0.996978, -0.396069,  0.914929, -0.077681,  1.000000,  0.500000, 
+                               -0.577146,  5.253879,  0.000000, -0.824540,  0.565803, -0.000017, -0.062424, -0.090939,  0.993898,  0.562349,  0.819510,  0.110302,  1.000000,  0.250000, 
+                               -0.550671,  5.051349,  0.000000, -0.917701, -0.397272, -0.000034, -0.030891,  0.071274,  0.996978, -0.396069,  0.914929, -0.077681,  1.000000,  0.500000, 
+                               -0.307794,  4.801164, -0.131130, -0.864141, -0.355260, -0.356442, -0.357061, -0.066303,  0.931725, -0.354638,  0.932413, -0.069554,  0.875000,  0.750000, 
+                               -0.307794,  4.801164, -0.131130, -0.864141, -0.355260, -0.356442, -0.357125, -0.066134,  0.931712, -0.354573,  0.932425, -0.069723,  0.875000,  0.750000, 
+                               -0.333580,  4.801164,  0.000000, -0.935268, -0.353939, -0.000113, -0.024679,  0.064895,  0.997587, -0.353078,  0.933014, -0.069429,  1.000000,  0.750000, 
+                               -0.550671,  5.051349,  0.000000, -0.917701, -0.397272, -0.000034, -0.030971,  0.071459,  0.996963, -0.396063,  0.914915, -0.077882,  1.000000,  0.500000, 
+                               -0.312612,  4.574807, -0.133009, -0.720992,  0.625625, -0.297933, -0.307043,  0.097005,  0.946739,  0.621204,  0.774069,  0.122154,  0.875000,  1.000000, 
+                               -0.312612,  4.574807, -0.133009, -0.720992,  0.625625, -0.297933, -0.307354,  0.096618,  0.946678,  0.621051,  0.774118,  0.122627,  0.875000,  1.000000, 
+                               -0.338875,  4.574807,  0.000000, -0.780713,  0.624890, -0.000075, -0.076579, -0.095556,  0.992474,  0.620180,  0.774843,  0.122455,  1.000000,  1.000000, 
+                               -0.333580,  4.801164,  0.000000, -0.935268, -0.353939, -0.000113, -0.024780,  0.065162,  0.997567, -0.353071,  0.932996, -0.069714,  1.000000,  0.750000, 
+                               -0.410310,  5.253879, -0.410309, -0.583357,  0.565165, -0.583338, -0.657939,  0.092308,  0.747393,  0.476247,  0.819798,  0.317995,  0.750000,  0.250000, 
+                               -0.532618,  5.253879, -0.227133, -0.762641,  0.565034, -0.314825, -0.437763, -0.092567,  0.894313,  0.476175,  0.819858,  0.317947,  0.875000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000, -0.555301, -0.000000,  0.831650,  0.831650, -0.000000,  0.555301,  0.875000,  0.000000, 
+                               -0.391453,  5.051349, -0.391453, -0.648485, -0.398726, -0.648448, -0.682540, -0.072618,  0.727232, -0.337055,  0.914190, -0.225055,  0.750000,  0.500000, 
+                               -0.391453,  5.051349, -0.391453, -0.648485, -0.398726, -0.648448, -0.682552, -0.072586,  0.727224, -0.337031,  0.914193, -0.225080,  0.750000,  0.500000, 
+                               -0.508173,  5.051350, -0.216675, -0.847982, -0.397998, -0.350034, -0.409535,  0.072769,  0.909388, -0.336463,  0.914496, -0.224700,  0.875000,  0.500000, 
+                               -0.532618,  5.253879, -0.227133, -0.762641,  0.565034, -0.314825, -0.437782, -0.092599,  0.894300,  0.476158,  0.819854,  0.317982,  0.875000,  0.250000, 
+                               -0.237020,  4.801164, -0.237020, -0.660872, -0.355894, -0.660748, -0.687487, -0.066041,  0.723187, -0.301014,  0.932190, -0.201028,  0.750000,  0.750000, 
+                               -0.237020,  4.801164, -0.237020, -0.660872, -0.355894, -0.660748, -0.687528, -0.065914,  0.723160, -0.300920,  0.932199, -0.201126,  0.750000,  0.750000, 
+                               -0.307794,  4.801164, -0.131130, -0.864141, -0.355260, -0.356442, -0.403696,  0.066444,  0.912477, -0.300483,  0.932403, -0.200834,  0.875000,  0.750000, 
+                               -0.508173,  5.051350, -0.216675, -0.847982, -0.397998, -0.350034, -0.409587,  0.072909,  0.909353, -0.336400,  0.914485, -0.224840,  0.875000,  0.500000, 
+                               -0.240601,  4.574807, -0.240601, -0.551863,  0.625288, -0.551780, -0.647141,  0.096218,  0.756275,  0.525981,  0.774440,  0.351550,  0.750000,  1.000000, 
+                               -0.240601,  4.574807, -0.240601, -0.551863,  0.625288, -0.551780, -0.647358,  0.095898,  0.756129,  0.525714,  0.774479,  0.351862,  0.750000,  1.000000, 
+                               -0.312612,  4.574807, -0.133009, -0.720992,  0.625625, -0.297933, -0.450931, -0.097143,  0.887257,  0.526148,  0.774052,  0.352153,  0.875000,  1.000000, 
+                               -0.307794,  4.801164, -0.131130, -0.864141, -0.355260, -0.356442, -0.403765,  0.066661,  0.912431, -0.300390,  0.932387, -0.201046,  0.875000,  0.750000, 
+                               -0.227133,  5.253879, -0.532618, -0.314825,  0.565051, -0.762629, -0.894310,  0.092566,  0.437769,  0.317955,  0.819847,  0.476188,  0.625000,  0.250000, 
+                               -0.410310,  5.253879, -0.410309, -0.583357,  0.565165, -0.583338, -0.747377, -0.092324,  0.657954,  0.317996,  0.819796,  0.476249,  0.750000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000, -0.831650, -0.000000,  0.555300,  0.555300, -0.000000,  0.831650,  0.750000,  0.000000, 
+                               -0.410310,  5.253879, -0.410309, -0.583357,  0.565165, -0.583338, -0.747377, -0.092324,  0.657954,  0.317996,  0.819796,  0.476249,  0.750000,  0.250000, 
+                               -0.227133,  5.253879, -0.532618, -0.314825,  0.565051, -0.762629, -0.894310,  0.092566,  0.437769,  0.317955,  0.819847,  0.476188,  0.625000,  0.250000, 
+                               -0.216675,  5.051349, -0.508173, -0.350045, -0.397976, -0.847988, -0.909394, -0.072730,  0.409527, -0.224656,  0.914508, -0.336459,  0.625000,  0.500000, 
+                               -0.216675,  5.051349, -0.508173, -0.350045, -0.397976, -0.847988, -0.909387, -0.072759,  0.409537, -0.224685,  0.914506, -0.336446,  0.625000,  0.500000, 
+                               -0.391453,  5.051349, -0.391453, -0.648485, -0.398726, -0.648448, -0.727191,  0.072611,  0.682584, -0.225080,  0.914191, -0.337037,  0.750000,  0.500000, 
+                               -0.410310,  5.253879, -0.410309, -0.583357,  0.565165, -0.583338, -0.747363, -0.092289,  0.657975,  0.318029,  0.819800,  0.476220,  0.750000,  0.250000, 
+                               -0.131131,  4.801164, -0.307795, -0.356474, -0.355200, -0.864152, -0.912501, -0.066294,  0.403668, -0.200671,  0.932437, -0.300488,  0.625000,  0.750000, 
+                               -0.131131,  4.801164, -0.307795, -0.356474, -0.355200, -0.864152, -0.912472, -0.066427,  0.403711, -0.200801,  0.932427, -0.300430,  0.625000,  0.750000, 
+                               -0.237020,  4.801164, -0.237020, -0.660872, -0.355894, -0.660748, -0.723044,  0.065976,  0.687644, -0.201134,  0.932195, -0.300929,  0.750000,  0.750000, 
+                               -0.391453,  5.051349, -0.391453, -0.648485, -0.398726, -0.648448, -0.727155,  0.072465,  0.682638, -0.225196,  0.914202, -0.336928,  0.750000,  0.500000, 
+                               -0.133008,  4.574807, -0.312613, -0.297982,  0.625515, -0.721067, -0.887409,  0.096809,  0.450703,  0.351728,  0.774183,  0.526240,  0.625000,  1.000000, 
+                               -0.133008,  4.574807, -0.312613, -0.297982,  0.625515, -0.721067, -0.887264,  0.097128,  0.450920,  0.352093,  0.774143,  0.526055,  0.625000,  1.000000, 
+                               -0.240601,  4.574807, -0.240601, -0.551863,  0.625288, -0.551780, -0.756065, -0.095972,  0.647422,  0.351870,  0.774470,  0.525722,  0.750000,  1.000000, 
+                               -0.237020,  4.801164, -0.237020, -0.660872, -0.355894, -0.660748, -0.722998,  0.065761,  0.687713, -0.201302,  0.932210, -0.300770,  0.750000,  0.750000, 
+                                0.000000,  5.253879, -0.577147,  0.000017,  0.565803, -0.824540, -0.993904,  0.090914,  0.062365,  0.110249,  0.819513,  0.562356,  0.500000,  0.250000, 
+                               -0.227133,  5.253879, -0.532618, -0.314825,  0.565051, -0.762629, -0.942735, -0.092895,  0.320346,  0.110167,  0.819810,  0.561939,  0.625000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000, -0.981319, -0.000000,  0.192386,  0.192386, -0.000000,  0.981319,  0.625000,  0.000000, 
+                                0.000000,  5.051349, -0.550671,  0.000034, -0.397272, -0.917701, -0.996981, -0.071273,  0.030817, -0.077650,  0.914929, -0.396075,  0.500000,  0.500000, 
+                                0.000000,  5.051349, -0.550671,  0.000034, -0.397272, -0.917701, -0.996978, -0.071304,  0.030831, -0.077684,  0.914927, -0.396074,  0.500000,  0.500000, 
+                               -0.216675,  5.051349, -0.508173, -0.350045, -0.397976, -0.847988, -0.933490,  0.072946,  0.351105, -0.077874,  0.914491, -0.397042,  0.625000,  0.500000, 
+                               -0.227133,  5.253879, -0.532618, -0.314825,  0.565051, -0.762629, -0.942729, -0.092855,  0.320374,  0.110213,  0.819814,  0.561923,  0.625000,  0.250000, 
+                                0.000000,  4.801164, -0.333580,  0.000113, -0.353939, -0.935268, -0.997599, -0.064812,  0.024407, -0.069255,  0.933020, -0.353097,  0.500000,  0.750000, 
+                                0.000000,  4.801164, -0.333580,  0.000113, -0.353939, -0.935268, -0.997587, -0.064977,  0.024469, -0.069432,  0.933009, -0.353092,  0.500000,  0.750000, 
+                               -0.131131,  4.801164, -0.307795, -0.356474, -0.355200, -0.864152, -0.931701,  0.066134,  0.357155, -0.069711,  0.932448, -0.354515,  0.625000,  0.750000, 
+                               -0.216675,  5.051349, -0.508173, -0.350045, -0.397976, -0.847988, -0.933475,  0.072764,  0.351184, -0.078060,  0.914505, -0.396972,  0.625000,  0.500000, 
+                                0.000000,  4.574807, -0.338875,  0.000075,  0.624890, -0.780713, -0.992535,  0.095264,  0.076154,  0.121962,  0.774879,  0.620233,  0.500000,  1.000000, 
+                                0.000000,  4.574807, -0.338875,  0.000075,  0.624890, -0.780713, -0.992474,  0.095650,  0.076464,  0.122456,  0.774831,  0.620194,  0.500000,  1.000000, 
+                               -0.133008,  4.574807, -0.312613, -0.297982,  0.625515, -0.721067, -0.946665, -0.096624,  0.307390,  0.122605,  0.774206,  0.620946,  0.625000,  1.000000, 
+                               -0.131131,  4.801164, -0.307795, -0.356474, -0.355200, -0.864152, -0.931681,  0.065867,  0.357257, -0.069978,  0.932467, -0.354413,  0.625000,  0.750000, 
+                                0.227133,  5.253879, -0.532618,  0.314825,  0.565034, -0.762641, -0.942735,  0.092892, -0.320347, -0.110164,  0.819821,  0.561922,  0.375000,  0.250000, 
+                                0.000000,  5.253879, -0.577147,  0.000017,  0.565803, -0.824540, -0.993904, -0.090894, -0.062393, -0.110248,  0.819515,  0.562352,  0.500000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000, -0.981319, -0.000000, -0.192386, -0.192386, -0.000000,  0.981319,  0.500000,  0.000000, 
+                                0.000000,  5.253879, -0.577147,  0.000017,  0.565803, -0.824540, -0.993904, -0.090894, -0.062393, -0.110248,  0.819515,  0.562352,  0.500000,  0.250000, 
+                                0.227133,  5.253879, -0.532618,  0.314825,  0.565034, -0.762641, -0.942735,  0.092892, -0.320347, -0.110164,  0.819821,  0.561922,  0.375000,  0.250000, 
+                                0.216675,  5.051349, -0.508173,  0.350034, -0.397998, -0.847982, -0.933497, -0.072978, -0.351082,  0.077846,  0.914479, -0.397074,  0.375000,  0.500000, 
+                                0.216675,  5.051349, -0.508173,  0.350034, -0.397998, -0.847982, -0.933494, -0.072948, -0.351095,  0.077876,  0.914482, -0.397063,  0.375000,  0.500000, 
+                                0.000000,  5.051349, -0.550671,  0.000034, -0.397272, -0.917701, -0.996978,  0.071275, -0.030892,  0.077681,  0.914929, -0.396069,  0.500000,  0.500000, 
+                                0.000000,  5.253879, -0.577147,  0.000017,  0.565803, -0.824540, -0.993898, -0.090936, -0.062422, -0.110299,  0.819511,  0.562349,  0.500000,  0.250000, 
+                                0.131131,  4.801164, -0.307795,  0.356442, -0.355260, -0.864141, -0.931725, -0.066302, -0.357061,  0.069555,  0.932413, -0.354638,  0.375000,  0.750000, 
+                                0.131131,  4.801164, -0.307795,  0.356442, -0.355260, -0.864141, -0.931712, -0.066134, -0.357125,  0.069723,  0.932425, -0.354574,  0.375000,  0.750000, 
+                                0.000000,  4.801164, -0.333580,  0.000113, -0.353939, -0.935268, -0.997587,  0.064895, -0.024679,  0.069429,  0.933014, -0.353078,  0.500000,  0.750000, 
+                                0.000000,  5.051349, -0.550671,  0.000034, -0.397272, -0.917701, -0.996963,  0.071458, -0.030971,  0.077881,  0.914915, -0.396063,  0.500000,  0.500000, 
+                                0.133008,  4.574807, -0.312613,  0.297933,  0.625625, -0.720992, -0.946739,  0.097006, -0.307043, -0.122153,  0.774069,  0.621205,  0.375000,  1.000000, 
+                                0.133008,  4.574807, -0.312613,  0.297933,  0.625625, -0.720992, -0.946678,  0.096619, -0.307353, -0.122626,  0.774118,  0.621051,  0.375000,  1.000000, 
+                                0.000000,  4.574807, -0.338875,  0.000075,  0.624890, -0.780713, -0.992474, -0.095555, -0.076578, -0.122454,  0.774843,  0.620180,  0.500000,  1.000000, 
+                                0.000000,  4.801164, -0.333580,  0.000113, -0.353939, -0.935268, -0.997567,  0.065161, -0.024780,  0.069713,  0.932996, -0.353071,  0.500000,  0.750000, 
+                                0.410310,  5.253879, -0.410309,  0.583338,  0.565165, -0.583357, -0.747393,  0.092309, -0.657938, -0.317994,  0.819798,  0.476247,  0.250000,  0.250000, 
+                                0.227133,  5.253879, -0.532618,  0.314825,  0.565034, -0.762641, -0.894313, -0.092567, -0.437763, -0.317946,  0.819858,  0.476175,  0.375000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000, -0.831650,  0.000000, -0.555300, -0.555300, -0.000000,  0.831650,  0.375000,  0.000000, 
+                                0.391453,  5.051349, -0.391453,  0.648448, -0.398726, -0.648485, -0.727232, -0.072618, -0.682540,  0.225055,  0.914190, -0.337055,  0.250000,  0.500000, 
+                                0.391453,  5.051349, -0.391453,  0.648448, -0.398726, -0.648485, -0.727224, -0.072588, -0.682551,  0.225079,  0.914193, -0.337033,  0.250000,  0.500000, 
+                                0.216675,  5.051349, -0.508173,  0.350034, -0.397998, -0.847982, -0.909388,  0.072767, -0.409535,  0.224699,  0.914496, -0.336463,  0.375000,  0.500000, 
+                                0.227133,  5.253879, -0.532618,  0.314825,  0.565034, -0.762641, -0.894299, -0.092601, -0.437783, -0.317984,  0.819854,  0.476157,  0.375000,  0.250000, 
+                                0.216675,  5.051349, -0.508173,  0.350034, -0.397998, -0.847982, -0.909388,  0.072767, -0.409535,  0.224699,  0.914496, -0.336463,  0.375000,  0.500000, 
+                                0.391453,  5.051349, -0.391453,  0.648448, -0.398726, -0.648485, -0.727224, -0.072588, -0.682551,  0.225079,  0.914193, -0.337033,  0.250000,  0.500000, 
+                                0.237020,  4.801164, -0.237020,  0.660748, -0.355894, -0.660872, -0.723188, -0.066043, -0.687487,  0.201026,  0.932190, -0.301016,  0.250000,  0.750000, 
+                                0.237020,  4.801164, -0.237020,  0.660748, -0.355894, -0.660872, -0.723160, -0.065912, -0.687529,  0.201128,  0.932199, -0.300919,  0.250000,  0.750000, 
+                                0.131131,  4.801164, -0.307795,  0.356442, -0.355260, -0.864141, -0.912477,  0.066446, -0.403696,  0.200836,  0.932403, -0.300483,  0.375000,  0.750000, 
+                                0.216675,  5.051349, -0.508173,  0.350034, -0.397998, -0.847982, -0.909353,  0.072911, -0.409588,  0.224842,  0.914485, -0.336399,  0.375000,  0.500000, 
+                                0.131131,  4.801164, -0.307795,  0.356442, -0.355260, -0.864141, -0.912477,  0.066446, -0.403696,  0.200836,  0.932403, -0.300483,  0.375000,  0.750000, 
+                                0.237020,  4.801164, -0.237020,  0.660748, -0.355894, -0.660872, -0.723160, -0.065912, -0.687529,  0.201128,  0.932199, -0.300919,  0.250000,  0.750000, 
+                                0.240601,  4.574807, -0.240601,  0.551780,  0.625288, -0.551863, -0.756273,  0.096215, -0.647142, -0.351553,  0.774440,  0.525979,  0.250000,  1.000000, 
+                                0.240601,  4.574807, -0.240601,  0.551780,  0.625288, -0.551863, -0.756129,  0.095897, -0.647359, -0.351864,  0.774479,  0.525712,  0.250000,  1.000000, 
+                                0.133008,  4.574807, -0.312613,  0.297933,  0.625625, -0.720992, -0.887256, -0.097144, -0.450932, -0.352154,  0.774052,  0.526147,  0.375000,  1.000000, 
+                                0.131131,  4.801164, -0.307795,  0.356442, -0.355260, -0.864141, -0.912431,  0.066662, -0.403766,  0.201047,  0.932387, -0.300389,  0.375000,  0.750000, 
+                                0.532618,  5.253879, -0.227133,  0.762629,  0.565051, -0.314825, -0.437769,  0.092567, -0.894310, -0.476188,  0.819847,  0.317956,  0.125000,  0.250000, 
+                                0.410310,  5.253879, -0.410309,  0.583338,  0.565165, -0.583357, -0.657954, -0.092324, -0.747377, -0.476249,  0.819796,  0.317996,  0.250000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000, -0.555301,  0.000000, -0.831650, -0.831650, -0.000000,  0.555301,  0.250000,  0.000000, 
+                                0.508173,  5.051349, -0.216675,  0.847988, -0.397976, -0.350045, -0.409527, -0.072731, -0.909394,  0.336459,  0.914508, -0.224657,  0.125000,  0.500000, 
+                                0.508173,  5.051349, -0.216675,  0.847988, -0.397976, -0.350045, -0.409537, -0.072759, -0.909388,  0.336446,  0.914506, -0.224684,  0.125000,  0.500000, 
+                                0.391453,  5.051349, -0.391453,  0.648448, -0.398726, -0.648485, -0.682584,  0.072612, -0.727191,  0.337038,  0.914191, -0.225079,  0.250000,  0.500000, 
+                                0.410310,  5.253879, -0.410309,  0.583338,  0.565165, -0.583357, -0.657975, -0.092289, -0.747364, -0.476221,  0.819800,  0.318028,  0.250000,  0.250000, 
+                                0.307794,  4.801164, -0.131130,  0.864152, -0.355200, -0.356474, -0.403668, -0.066294, -0.912501,  0.300488,  0.932437, -0.200671,  0.125000,  0.750000, 
+                                0.307794,  4.801164, -0.131130,  0.864152, -0.355200, -0.356474, -0.403710, -0.066425, -0.912472,  0.300431,  0.932427, -0.200799,  0.125000,  0.750000, 
+                                0.237020,  4.801164, -0.237020,  0.660748, -0.355894, -0.660872, -0.687643,  0.065978, -0.723045,  0.300930,  0.932195, -0.201133,  0.250000,  0.750000, 
+                                0.391453,  5.051349, -0.391453,  0.648448, -0.398726, -0.648485, -0.682637,  0.072467, -0.727155,  0.336930,  0.914202, -0.225194,  0.250000,  0.500000, 
+                                0.312612,  4.574807, -0.133009,  0.721067,  0.625515, -0.297982, -0.450701,  0.096807, -0.887410, -0.526242,  0.774183,  0.351725,  0.125000,  1.000000, 
+                                0.312612,  4.574807, -0.133009,  0.721067,  0.625515, -0.297982, -0.450919,  0.097127, -0.887265, -0.526056,  0.774143,  0.352091,  0.125000,  1.000000, 
+                                0.240601,  4.574807, -0.240601,  0.551780,  0.625288, -0.551863, -0.647421, -0.095973, -0.756066, -0.525723,  0.774470,  0.351869,  0.250000,  1.000000, 
+                                0.237020,  4.801164, -0.237020,  0.660748, -0.355894, -0.660872, -0.687713,  0.065762, -0.722998,  0.300770,  0.932210, -0.201301,  0.250000,  0.750000, 
+                                0.577146,  5.253879,  0.000000,  0.824540,  0.565803,  0.000017, -0.062363,  0.090912, -0.993904, -0.562356,  0.819513,  0.110246,  0.000000,  0.250000, 
+                                0.532618,  5.253879, -0.227133,  0.762629,  0.565051, -0.314825, -0.320345, -0.092898, -0.942735, -0.561940,  0.819810,  0.110164,  0.125000,  0.250000, 
+                                0.000000,  5.337275,  0.000000, -0.000000,  1.000000,  0.000000, -0.192381,  0.000000, -0.981320, -0.981320, -0.000000,  0.192381,  0.125000,  0.000000, 
+                                0.550671,  5.051349,  0.000000,  0.917701, -0.397272,  0.000034, -0.030816, -0.071271, -0.996981,  0.396075,  0.914929, -0.077648,  0.000000,  0.500000, 
+                                0.550671,  5.051349,  0.000000,  0.917701, -0.397272,  0.000034, -0.030831, -0.071305, -0.996978,  0.396074,  0.914926, -0.077685,  0.000000,  0.500000, 
+                                0.508173,  5.051349, -0.216675,  0.847988, -0.397976, -0.350045, -0.351105,  0.072945, -0.933490,  0.397041,  0.914491, -0.077875,  0.125000,  0.500000, 
+                                0.532618,  5.253879, -0.227133,  0.762629,  0.565051, -0.314825, -0.320375, -0.092854, -0.942729, -0.561922,  0.819815,  0.110215,  0.125000,  0.250000, 
+                                0.333580,  4.801164,  0.000000,  0.935269, -0.353939,  0.000113, -0.024407, -0.064813, -0.997599,  0.353096,  0.933020, -0.069256,  0.000000,  0.750000, 
+                                0.333580,  4.801164,  0.000000,  0.935269, -0.353939,  0.000113, -0.024469, -0.064977, -0.997587,  0.353092,  0.933009, -0.069432,  0.000000,  0.750000, 
+                                0.307794,  4.801164, -0.131130,  0.864152, -0.355200, -0.356474, -0.357155,  0.066134, -0.931701,  0.354515,  0.932448, -0.069712,  0.125000,  0.750000, 
+                                0.508173,  5.051349, -0.216675,  0.847988, -0.397976, -0.350045, -0.351184,  0.072763, -0.933475,  0.396971,  0.914505, -0.078060,  0.125000,  0.500000, 
+                                0.338875,  4.574807,  0.000000,  0.780713,  0.624890,  0.000075, -0.076155,  0.095264, -0.992535, -0.620233,  0.774879,  0.121963,  0.000000,  1.000000, 
+                                0.338875,  4.574807,  0.000000,  0.780713,  0.624890,  0.000075, -0.076465,  0.095651, -0.992474, -0.620194,  0.774831,  0.122458,  0.000000,  1.000000, 
+                                0.312612,  4.574807, -0.133009,  0.721067,  0.625515, -0.297982, -0.307391, -0.096623, -0.946665, -0.620945,  0.774206,  0.122606,  0.125000,  1.000000, 
+                                0.307794,  4.801164, -0.131130,  0.864152, -0.355200, -0.356474, -0.357257,  0.065866, -0.931681,  0.354412,  0.932467, -0.069979,  0.125000,  0.750000, 
+                                0.338875,  4.574807,  0.000000,  0.780713,  0.624890,  0.000075,  0.076579, -0.095556, -0.992474, -0.620180,  0.774843, -0.122455,  1.000000,  0.000000, 
+                                0.312612,  4.574807,  0.133009,  0.720992,  0.625625,  0.297933,  0.307354,  0.096618, -0.946678, -0.621051,  0.774118, -0.122627,  0.875000,  0.000000, 
+                                0.713146,  4.423902,  0.303425,  0.217978,  0.971775,  0.090217,  0.204018,  0.045025, -0.977931, -0.954391,  0.231573, -0.188446,  0.875000,  0.250000, 
+                                0.713146,  4.423902,  0.303425,  0.217978,  0.971775,  0.090217,  0.204019,  0.045025, -0.977931, -0.954391,  0.231573, -0.188446,  0.875000,  0.250000, 
+                                0.773057,  4.423902,  0.000000,  0.236584,  0.971611,  0.000000,  0.183062, -0.044575, -0.982090, -0.954210,  0.232346, -0.188410,  1.000000,  0.250000, 
+                                0.338875,  4.574807,  0.000000,  0.780713,  0.624890,  0.000075,  0.076580, -0.095556, -0.992474, -0.620180,  0.774843, -0.122456,  1.000000,  0.000000, 
+                                1.289524,  4.320651,  0.548658,  0.159589,  0.984977,  0.065962,  0.199219,  0.033309, -0.979389, -0.966873,  0.169441, -0.190911,  0.875000,  0.500000, 
+                                1.289524,  4.320651,  0.548658,  0.159589,  0.984977,  0.065962,  0.199220,  0.033309, -0.979388, -0.966873,  0.169441, -0.190912,  0.875000,  0.500000, 
+                                1.397858,  4.320651,  0.000000,  0.173084,  0.984907, -0.000000,  0.188015, -0.033041, -0.981610, -0.966795,  0.169902, -0.190896,  1.000000,  0.500000, 
+                                0.773057,  4.423902,  0.000000,  0.236584,  0.971611,  0.000000,  0.183063, -0.044575, -0.982090, -0.954210,  0.232346, -0.188411,  1.000000,  0.250000, 
+                                1.807287,  4.217400,  0.768953,  0.350498,  0.925312,  0.144739,  0.220291,  0.068756, -0.973008, -0.910287,  0.372922, -0.179739,  0.875000,  0.750000, 
+                                1.807287,  4.217400,  0.768953,  0.350498,  0.925312,  0.144739,  0.220291,  0.068757, -0.973008, -0.910287,  0.372922, -0.179738,  0.875000,  0.750000, 
+                                1.959118,  4.217400,  0.000000,  0.379703,  0.925109,  0.000000,  0.166234, -0.068229, -0.983723, -0.910051,  0.373522, -0.179692,  1.000000,  0.750000, 
+                                1.397858,  4.320651,  0.000000,  0.173084,  0.984907, -0.000000,  0.188015, -0.033041, -0.981610, -0.966795,  0.169902, -0.190896,  1.000000,  0.500000, 
+                                2.031977,  4.066495,  0.864553,  0.485589,  0.850654,  0.201474,  0.245336,  0.088599, -0.965381, -0.839055,  0.518207, -0.165673,  0.875000,  1.000000, 
+                                2.031977,  4.066495,  0.864553,  0.485589,  0.850654,  0.201474,  0.245336,  0.088599, -0.965381, -0.839055,  0.518207, -0.165673,  0.875000,  1.000000, 
+                                2.202684,  4.066495,  0.000000,  0.526672,  0.850069,  0.000000,  0.140714, -0.087181, -0.986204, -0.838342,  0.519406, -0.165532,  1.000000,  1.000000, 
+                                1.959118,  4.217400,  0.000000,  0.379703,  0.925109,  0.000000,  0.166234, -0.068229, -0.983723, -0.910051,  0.373522, -0.179691,  1.000000,  0.750000, 
+                                0.312612,  4.574807,  0.133009,  0.720992,  0.625625,  0.297933,  0.450931, -0.097143, -0.887257, -0.526148,  0.774052, -0.352153,  0.875000,  0.000000, 
+                                0.240601,  4.574807,  0.240601,  0.551863,  0.625288,  0.551780,  0.647358,  0.095898, -0.756129, -0.525714,  0.774479, -0.351862,  0.750000,  0.000000, 
+                                0.548871,  4.423902,  0.548870,  0.166631,  0.971837,  0.166631,  0.564437,  0.044551, -0.824273, -0.808483,  0.231403, -0.541117,  0.750000,  0.250000, 
+                                0.548871,  4.423902,  0.548870,  0.166631,  0.971837,  0.166631,  0.564434,  0.044552, -0.824275, -0.808485,  0.231402, -0.541114,  0.750000,  0.250000, 
+                                0.713146,  4.423902,  0.303425,  0.217978,  0.971775,  0.090217,  0.546711, -0.045010, -0.836111, -0.808451,  0.231576, -0.541091,  0.875000,  0.250000, 
+                                0.312612,  4.574807,  0.133009,  0.720992,  0.625625,  0.297933,  0.450929, -0.097139, -0.887258, -0.526150,  0.774053, -0.352149,  0.875000,  0.000000, 
+                                0.713146,  4.423902,  0.303425,  0.217978,  0.971775,  0.090217,  0.546711, -0.045010, -0.836111, -0.808451,  0.231576, -0.541091,  0.875000,  0.250000, 
+                                0.548871,  4.423902,  0.548870,  0.166631,  0.971837,  0.166631,  0.564434,  0.044552, -0.824275, -0.808485,  0.231402, -0.541114,  0.750000,  0.250000, 
+                                0.992479,  4.320650,  0.992479,  0.121908,  0.985026,  0.121908,  0.560610,  0.033021, -0.827421, -0.819057,  0.169212, -0.548190,  0.750000,  0.500000, 
+                                0.992479,  4.320650,  0.992479,  0.121908,  0.985026,  0.121908,  0.560607,  0.033022, -0.827423, -0.819059,  0.169212, -0.548188,  0.750000,  0.500000, 
+                                1.289524,  4.320651,  0.548658,  0.159589,  0.984977,  0.065962,  0.551108, -0.033457, -0.833763, -0.819031,  0.169412, -0.548168,  0.875000,  0.500000, 
+                                0.713146,  4.423902,  0.303425,  0.217978,  0.971775,  0.090217,  0.546708, -0.045009, -0.836112, -0.808453,  0.231576, -0.541089,  0.875000,  0.250000, 
+                                1.390974,  4.217399,  1.390974,  0.267667,  0.925585,  0.267668,  0.577464,  0.068275, -0.813557, -0.771291,  0.372331, -0.516217,  0.750000,  0.750000, 
+                                1.390974,  4.217399,  1.390974,  0.267667,  0.925585,  0.267668,  0.577464,  0.068275, -0.813556, -0.771291,  0.372331, -0.516217,  0.750000,  0.750000, 
+                                1.807287,  4.217400,  0.768953,  0.350498,  0.925312,  0.144739,  0.531522, -0.069282, -0.844206, -0.771126,  0.372825, -0.516107,  0.875000,  0.750000, 
+                                1.289524,  4.320651,  0.548658,  0.159589,  0.984977,  0.065962,  0.551109, -0.033457, -0.833762, -0.819030,  0.169412, -0.548169,  0.875000,  0.500000, 
+                                1.563906,  4.066494,  1.563906,  0.371315,  0.851029,  0.371315,  0.597219,  0.087303, -0.797313, -0.710953,  0.517810, -0.475834,  0.750000,  1.000000, 
+                                1.563906,  4.066494,  1.563906,  0.371315,  0.851029,  0.371315,  0.597220,  0.087303, -0.797312, -0.710953,  0.517810, -0.475834,  0.750000,  1.000000, 
+                                2.031977,  4.066495,  0.864553,  0.485589,  0.850654,  0.201474,  0.509050, -0.087788, -0.856248, -0.710684,  0.518345, -0.475654,  0.875000,  1.000000, 
+                                1.807287,  4.217400,  0.768953,  0.350498,  0.925312,  0.144739,  0.531523, -0.069282, -0.844206, -0.771126,  0.372825, -0.516108,  0.875000,  0.750000, 
+                                0.240601,  4.574807,  0.240601,  0.551863,  0.625288,  0.551780,  0.756065, -0.095972, -0.647422, -0.351870,  0.774470, -0.525722,  0.750000,  0.000000, 
+                                0.133008,  4.574807,  0.312613,  0.297982,  0.625515,  0.721067,  0.887264,  0.097128, -0.450920, -0.352093,  0.774143, -0.526055,  0.625000,  0.000000, 
+                                0.303425,  4.423902,  0.713146,  0.090217,  0.971775,  0.217978,  0.836108,  0.045012, -0.546716, -0.541096,  0.231576, -0.808447,  0.625000,  0.250000, 
+                                0.303425,  4.423902,  0.713146,  0.090217,  0.971775,  0.217978,  0.836110,  0.045011, -0.546713, -0.541093,  0.231576, -0.808450,  0.625000,  0.250000, 
+                                0.548871,  4.423902,  0.548870,  0.166631,  0.971837,  0.166631,  0.824274, -0.044552, -0.564436, -0.541116,  0.231402, -0.808484,  0.750000,  0.250000, 
+                                0.240601,  4.574807,  0.240601,  0.551863,  0.625288,  0.551780,  0.756067, -0.095976, -0.647419, -0.351866,  0.774470, -0.525725,  0.750000,  0.000000, 
+                                0.548659,  4.320650,  1.289524,  0.065962,  0.984977,  0.159589,  0.833760,  0.033458, -0.551113, -0.548173,  0.169412, -0.819028,  0.625000,  0.500000, 
+                                0.548659,  4.320650,  1.289524,  0.065962,  0.984977,  0.159589,  0.833762,  0.033457, -0.551109, -0.548170,  0.169412, -0.819030,  0.625000,  0.500000, 
+                                0.992479,  4.320650,  0.992479,  0.121908,  0.985026,  0.121908,  0.827422, -0.033021, -0.560609, -0.548189,  0.169212, -0.819058,  0.750000,  0.500000, 
+                                0.548871,  4.423902,  0.548870,  0.166631,  0.971837,  0.166631,  0.824276, -0.044553, -0.564433, -0.541113,  0.231402, -0.808486,  0.750000,  0.250000, 
+                                0.768954,  4.217399,  1.807287,  0.144740,  0.925312,  0.350498,  0.844206,  0.069282, -0.531523, -0.516108,  0.372825, -0.771126,  0.625000,  0.750000, 
+                                0.768954,  4.217399,  1.807287,  0.144740,  0.925312,  0.350498,  0.844205,  0.069282, -0.531523, -0.516108,  0.372825, -0.771125,  0.625000,  0.750000, 
+                                1.390974,  4.217399,  1.390974,  0.267667,  0.925585,  0.267668,  0.813556, -0.068274, -0.577465, -0.516218,  0.372331, -0.771290,  0.750000,  0.750000, 
+                                0.992479,  4.320650,  0.992479,  0.121908,  0.985026,  0.121908,  0.827422, -0.033021, -0.560609, -0.548189,  0.169212, -0.819058,  0.750000,  0.500000, 
+                                0.864554,  4.066495,  2.031977,  0.201474,  0.850654,  0.485589,  0.856248,  0.087788, -0.509051, -0.475655,  0.518345, -0.710683,  0.625000,  1.000000, 
+                                0.864554,  4.066495,  2.031977,  0.201474,  0.850654,  0.485589,  0.856248,  0.087788, -0.509050, -0.475655,  0.518345, -0.710684,  0.625000,  1.000000, 
+                                1.563906,  4.066494,  1.563906,  0.371315,  0.851029,  0.371315,  0.797312, -0.087303, -0.597220, -0.475835,  0.517810, -0.710953,  0.750000,  1.000000, 
+                                1.390974,  4.217399,  1.390974,  0.267667,  0.925585,  0.267668,  0.813556, -0.068274, -0.577465, -0.516218,  0.372331, -0.771290,  0.750000,  0.750000, 
+                                0.133008,  4.574807,  0.312613,  0.297982,  0.625515,  0.721067,  0.946665, -0.096624, -0.307390, -0.122605,  0.774206, -0.620946,  0.625000,  0.000000, 
+                                0.000000,  4.574807,  0.338875, -0.000075,  0.624890,  0.780713,  0.992474,  0.095650, -0.076464, -0.122456,  0.774831, -0.620194,  0.500000,  0.000000, 
+                                0.000000,  4.423902,  0.773058, -0.000000,  0.971611,  0.236584,  0.982091,  0.044574, -0.183059, -0.188407,  0.232347, -0.954211,  0.500000,  0.250000, 
+                                0.000000,  4.423902,  0.773058, -0.000000,  0.971611,  0.236584,  0.982090,  0.044575, -0.183061, -0.188410,  0.232346, -0.954210,  0.500000,  0.250000, 
+                                0.303425,  4.423902,  0.713146,  0.090217,  0.971775,  0.217978,  0.977931, -0.045025, -0.204019, -0.188446,  0.231574, -0.954391,  0.625000,  0.250000, 
+                                0.133008,  4.574807,  0.312613,  0.297982,  0.625515,  0.721067,  0.946665, -0.096623, -0.307391, -0.122607,  0.774206, -0.620945,  0.625000,  0.000000, 
+                                0.000000,  4.320650,  1.397858,  0.000000,  0.984907,  0.173084,  0.981610,  0.033041, -0.188014, -0.190895,  0.169902, -0.966795,  0.500000,  0.500000, 
+                                0.000000,  4.320650,  1.397858,  0.000000,  0.984907,  0.173084,  0.981610,  0.033041, -0.188014, -0.190895,  0.169902, -0.966795,  0.500000,  0.500000, 
+                                0.548659,  4.320650,  1.289524,  0.065962,  0.984977,  0.159589,  0.979389, -0.033310, -0.199219, -0.190911,  0.169441, -0.966873,  0.625000,  0.500000, 
+                                0.303425,  4.423902,  0.713146,  0.090217,  0.971775,  0.217978,  0.977931, -0.045025, -0.204019, -0.188446,  0.231574, -0.954391,  0.625000,  0.250000, 
+                                0.000000,  4.217399,  1.959119, -0.000000,  0.925108,  0.379703,  0.983723,  0.068229, -0.166234, -0.179691,  0.373522, -0.910051,  0.500000,  0.750000, 
+                                0.000000,  4.217399,  1.959119, -0.000000,  0.925108,  0.379703,  0.983723,  0.068229, -0.166234, -0.179691,  0.373522, -0.910051,  0.500000,  0.750000, 
+                                0.768954,  4.217399,  1.807287,  0.144740,  0.925312,  0.350498,  0.973008, -0.068757, -0.220290, -0.179738,  0.372922, -0.910288,  0.625000,  0.750000, 
+                                0.548659,  4.320650,  1.289524,  0.065962,  0.984977,  0.159589,  0.979389, -0.033309, -0.199220, -0.190911,  0.169441, -0.966873,  0.625000,  0.500000, 
+                                0.000000,  4.066495,  2.202684, -0.000000,  0.850069,  0.526672,  0.986204,  0.087181, -0.140714, -0.165532,  0.519406, -0.838342,  0.500000,  1.000000, 
+                                0.000000,  4.066495,  2.202684, -0.000000,  0.850069,  0.526672,  0.986204,  0.087181, -0.140714, -0.165532,  0.519406, -0.838342,  0.500000,  1.000000, 
+                                0.864554,  4.066495,  2.031977,  0.201474,  0.850654,  0.485589,  0.965381, -0.088599, -0.245336, -0.165673,  0.518207, -0.839055,  0.625000,  1.000000, 
+                                0.768954,  4.217399,  1.807287,  0.144740,  0.925312,  0.350498,  0.973008, -0.068757, -0.220290, -0.179738,  0.372922, -0.910288,  0.625000,  0.750000, 
+                                0.000000,  4.574807,  0.338875, -0.000075,  0.624890,  0.780713,  0.992474, -0.095555,  0.076578,  0.122454,  0.774843, -0.620180,  0.500000,  0.000000, 
+                               -0.133008,  4.574807,  0.312613, -0.297933,  0.625625,  0.720992,  0.946678,  0.096619,  0.307353,  0.122626,  0.774118, -0.621051,  0.375000,  0.000000, 
+                               -0.303425,  4.423902,  0.713146, -0.090217,  0.971775,  0.217978,  0.977932,  0.045026,  0.204016,  0.188443,  0.231573, -0.954391,  0.375000,  0.250000, 
+                               -0.303425,  4.423902,  0.713146, -0.090217,  0.971775,  0.217978,  0.977931,  0.045025,  0.204019,  0.188446,  0.231573, -0.954391,  0.375000,  0.250000, 
+                                0.000000,  4.423902,  0.773058, -0.000000,  0.971611,  0.236584,  0.982090, -0.044575,  0.183061,  0.188410,  0.232346, -0.954210,  0.500000,  0.250000, 
+                                0.000000,  4.574807,  0.338875, -0.000075,  0.624890,  0.780713,  0.992474, -0.095556,  0.076580,  0.122455,  0.774843, -0.620180,  0.500000,  0.000000, 
+                               -0.548659,  4.320650,  1.289524, -0.065962,  0.984977,  0.159589,  0.979389,  0.033309,  0.199219,  0.190910,  0.169441, -0.966873,  0.375000,  0.500000, 
+                               -0.548659,  4.320650,  1.289524, -0.065962,  0.984977,  0.159589,  0.979389,  0.033309,  0.199219,  0.190911,  0.169441, -0.966873,  0.375000,  0.500000, 
+                                0.000000,  4.320650,  1.397858,  0.000000,  0.984907,  0.173084,  0.981610, -0.033041,  0.188014,  0.190895,  0.169902, -0.966795,  0.500000,  0.500000, 
+                                0.000000,  4.423902,  0.773058, -0.000000,  0.971611,  0.236584,  0.982090, -0.044575,  0.183061,  0.188410,  0.232346, -0.954210,  0.500000,  0.250000, 
+                               -0.768954,  4.217399,  1.807287, -0.144739,  0.925312,  0.350498,  0.973008,  0.068757,  0.220290,  0.179738,  0.372922, -0.910288,  0.375000,  0.750000, 
+                               -0.768954,  4.217399,  1.807287, -0.144739,  0.925312,  0.350498,  0.973008,  0.068757,  0.220290,  0.179738,  0.372922, -0.910287,  0.375000,  0.750000, 
+                                0.000000,  4.217399,  1.959119, -0.000000,  0.925108,  0.379703,  0.983723, -0.068229,  0.166234,  0.179691,  0.373522, -0.910051,  0.500000,  0.750000, 
+                                0.000000,  4.320650,  1.397858,  0.000000,  0.984907,  0.173084,  0.981610, -0.033041,  0.188015,  0.190896,  0.169902, -0.966795,  0.500000,  0.500000, 
+                               -0.864554,  4.066495,  2.031977, -0.201474,  0.850654,  0.485589,  0.965381,  0.088599,  0.245336,  0.165673,  0.518207, -0.839055,  0.375000,  1.000000, 
+                               -0.864554,  4.066495,  2.031977, -0.201474,  0.850654,  0.485589,  0.965381,  0.088599,  0.245336,  0.165673,  0.518207, -0.839055,  0.375000,  1.000000, 
+                                0.000000,  4.066495,  2.202684, -0.000000,  0.850069,  0.526672,  0.986204, -0.087181,  0.140714,  0.165532,  0.519406, -0.838342,  0.500000,  1.000000, 
+                                0.000000,  4.217399,  1.959119, -0.000000,  0.925108,  0.379703,  0.983723, -0.068229,  0.166234,  0.179691,  0.373522, -0.910051,  0.500000,  0.750000, 
+                               -0.133008,  4.574807,  0.312613, -0.297933,  0.625625,  0.720992,  0.887256, -0.097144,  0.450932,  0.352154,  0.774052, -0.526147,  0.375000,  0.000000, 
+                               -0.240601,  4.574807,  0.240601, -0.551780,  0.625288,  0.551863,  0.756129,  0.095897,  0.647359,  0.351864,  0.774479, -0.525712,  0.250000,  0.000000, 
+                               -0.548871,  4.423902,  0.548870, -0.166631,  0.971837,  0.166631,  0.824272,  0.044551,  0.564439,  0.541119,  0.231403, -0.808482,  0.250000,  0.250000, 
+                               -0.548871,  4.423902,  0.548870, -0.166631,  0.971837,  0.166631,  0.824274,  0.044552,  0.564436,  0.541116,  0.231402, -0.808484,  0.250000,  0.250000, 
+                               -0.303425,  4.423902,  0.713146, -0.090217,  0.971775,  0.217978,  0.836110, -0.045011,  0.546713,  0.541093,  0.231576, -0.808450,  0.375000,  0.250000, 
+                               -0.133008,  4.574807,  0.312613, -0.297933,  0.625625,  0.720992,  0.887258, -0.097140,  0.450930,  0.352150,  0.774053, -0.526149,  0.375000,  0.000000, 
+                               -0.992479,  4.320650,  0.992479, -0.121908,  0.985026,  0.121908,  0.827420,  0.033021,  0.560612,  0.548192,  0.169212, -0.819056,  0.250000,  0.500000, 
+                               -0.992479,  4.320650,  0.992479, -0.121908,  0.985026,  0.121908,  0.827422,  0.033021,  0.560609,  0.548189,  0.169212, -0.819058,  0.250000,  0.500000, 
+                               -0.548659,  4.320650,  1.289524, -0.065962,  0.984977,  0.159589,  0.833762, -0.033457,  0.551109,  0.548170,  0.169412, -0.819030,  0.375000,  0.500000, 
+                               -0.303425,  4.423902,  0.713146, -0.090217,  0.971775,  0.217978,  0.836112, -0.045010,  0.546710,  0.541090,  0.231576, -0.808452,  0.375000,  0.250000, 
+                               -1.390974,  4.217399,  1.390974, -0.267668,  0.925585,  0.267667,  0.813556,  0.068275,  0.577465,  0.516218,  0.372331, -0.771290,  0.250000,  0.750000, 
+                               -1.390974,  4.217399,  1.390974, -0.267668,  0.925585,  0.267667,  0.813556,  0.068274,  0.577465,  0.516218,  0.372331, -0.771290,  0.250000,  0.750000, 
+                               -0.768954,  4.217399,  1.807287, -0.144739,  0.925312,  0.350498,  0.844205, -0.069283,  0.531523,  0.516108,  0.372825, -0.771125,  0.375000,  0.750000, 
+                               -0.548659,  4.320650,  1.289524, -0.065962,  0.984977,  0.159589,  0.833762, -0.033458,  0.551110,  0.548170,  0.169412, -0.819029,  0.375000,  0.500000, 
+                               -1.563906,  4.066494,  1.563906, -0.371315,  0.851029,  0.371315,  0.797312,  0.087303,  0.597220,  0.475835,  0.517810, -0.710953,  0.250000,  1.000000, 
+                               -1.563906,  4.066494,  1.563906, -0.371315,  0.851029,  0.371315,  0.797312,  0.087303,  0.597220,  0.475835,  0.517810, -0.710953,  0.250000,  1.000000, 
+                               -0.864554,  4.066495,  2.031977, -0.201474,  0.850654,  0.485589,  0.856248, -0.087788,  0.509050,  0.475655,  0.518345, -0.710684,  0.375000,  1.000000, 
+                               -0.768954,  4.217399,  1.807287, -0.144739,  0.925312,  0.350498,  0.844206, -0.069282,  0.531523,  0.516108,  0.372825, -0.771125,  0.375000,  0.750000, 
+                               -0.240601,  4.574807,  0.240601, -0.551780,  0.625288,  0.551863,  0.647421, -0.095973,  0.756066,  0.525723,  0.774470, -0.351869,  0.250000,  0.000000, 
+                               -0.312612,  4.574807,  0.133009, -0.721067,  0.625515,  0.297982,  0.450919,  0.097127,  0.887265,  0.526056,  0.774143, -0.352091,  0.125000,  0.000000, 
+                               -0.713146,  4.423902,  0.303425, -0.217978,  0.971775,  0.090217,  0.546714,  0.045011,  0.836109,  0.808449,  0.231576, -0.541094,  0.125000,  0.250000, 
+                               -0.713146,  4.423902,  0.303425, -0.217978,  0.971775,  0.090217,  0.546711,  0.045010,  0.836111,  0.808451,  0.231577, -0.541091,  0.125000,  0.250000, 
+                               -0.548871,  4.423902,  0.548870, -0.166631,  0.971837,  0.166631,  0.564434, -0.044552,  0.824275,  0.808485,  0.231402, -0.541114,  0.250000,  0.250000, 
+                               -0.240601,  4.574807,  0.240601, -0.551780,  0.625288,  0.551863,  0.647419, -0.095977,  0.756067,  0.525726,  0.774470, -0.351865,  0.250000,  0.000000, 
+                               -1.289524,  4.320651,  0.548658, -0.159589,  0.984977,  0.065962,  0.551111,  0.033458,  0.833761,  0.819029,  0.169412, -0.548171,  0.125000,  0.500000, 
+                               -1.289524,  4.320651,  0.548658, -0.159589,  0.984977,  0.065962,  0.551108,  0.033457,  0.833763,  0.819031,  0.169412, -0.548168,  0.125000,  0.500000, 
+                               -0.992479,  4.320650,  0.992479, -0.121908,  0.985026,  0.121908,  0.560607, -0.033021,  0.827423,  0.819059,  0.169212, -0.548188,  0.250000,  0.500000, 
+                               -0.548871,  4.423902,  0.548870, -0.166631,  0.971837,  0.166631,  0.564431, -0.044553,  0.824277,  0.808487,  0.231402, -0.541112,  0.250000,  0.250000, 
+                               -1.807287,  4.217400,  0.768953, -0.350498,  0.925312,  0.144740,  0.531522,  0.069282,  0.844207,  0.771126,  0.372825, -0.516106,  0.125000,  0.750000, 
+                               -1.807287,  4.217400,  0.768953, -0.350498,  0.925312,  0.144740,  0.531522,  0.069282,  0.844206,  0.771126,  0.372825, -0.516107,  0.125000,  0.750000, 
+                               -1.390974,  4.217399,  1.390974, -0.267668,  0.925585,  0.267667,  0.577464, -0.068275,  0.813556,  0.771291,  0.372331, -0.516217,  0.250000,  0.750000, 
+                               -0.992479,  4.320650,  0.992479, -0.121908,  0.985026,  0.121908,  0.560608, -0.033021,  0.827423,  0.819059,  0.169212, -0.548188,  0.250000,  0.500000, 
+                               -2.031977,  4.066495,  0.864553, -0.485589,  0.850654,  0.201474,  0.509050,  0.087788,  0.856249,  0.710684,  0.518345, -0.475654,  0.125000,  1.000000, 
+                               -2.031977,  4.066495,  0.864553, -0.485589,  0.850654,  0.201474,  0.509050,  0.087788,  0.856248,  0.710684,  0.518345, -0.475654,  0.125000,  1.000000, 
+                               -1.563906,  4.066494,  1.563906, -0.371315,  0.851029,  0.371315,  0.597220, -0.087303,  0.797312,  0.710953,  0.517810, -0.475834,  0.250000,  1.000000, 
+                               -1.390974,  4.217399,  1.390974, -0.267668,  0.925585,  0.267667,  0.577465, -0.068275,  0.813556,  0.771290,  0.372331, -0.516218,  0.250000,  0.750000, 
+                               -0.312612,  4.574807,  0.133009, -0.721067,  0.625515,  0.297982,  0.307391, -0.096623,  0.946665,  0.620945,  0.774206, -0.122606,  0.125000,  0.000000, 
+                               -0.338875,  4.574807,  0.000000, -0.780713,  0.624890, -0.000075,  0.076465,  0.095651,  0.992474,  0.620194,  0.774831, -0.122458,  0.000000,  0.000000, 
+                               -0.773057,  4.423902,  0.000000, -0.236584,  0.971611, -0.000000,  0.183061,  0.044575,  0.982091,  0.954210,  0.232346, -0.188410,  0.000000,  0.250000, 
+                               -0.773057,  4.423902,  0.000000, -0.236584,  0.971611, -0.000000,  0.183062,  0.044575,  0.982090,  0.954210,  0.232346, -0.188410,  0.000000,  0.250000, 
+                               -0.713146,  4.423902,  0.303425, -0.217978,  0.971775,  0.090217,  0.204019, -0.045025,  0.977931,  0.954391,  0.231574, -0.188446,  0.125000,  0.250000, 
+                               -0.312612,  4.574807,  0.133009, -0.721067,  0.625515,  0.297982,  0.307391, -0.096623,  0.946665,  0.620945,  0.774206, -0.122607,  0.125000,  0.000000, 
+                               -0.713146,  4.423902,  0.303425, -0.217978,  0.971775,  0.090217,  0.204019, -0.045025,  0.977931,  0.954391,  0.231574, -0.188446,  0.125000,  0.250000, 
+                               -0.773057,  4.423902,  0.000000, -0.236584,  0.971611, -0.000000,  0.183062,  0.044575,  0.982090,  0.954210,  0.232346, -0.188410,  0.000000,  0.250000, 
+                               -1.397858,  4.320651,  0.000000, -0.173084,  0.984907,  0.000000,  0.188014,  0.033041,  0.981610,  0.966795,  0.169902, -0.190895,  0.000000,  0.500000, 
+                               -1.397858,  4.320651,  0.000000, -0.173084,  0.984907,  0.000000,  0.188015,  0.033041,  0.981610,  0.966795,  0.169902, -0.190896,  0.000000,  0.500000, 
+                               -1.289524,  4.320651,  0.548658, -0.159589,  0.984977,  0.065962,  0.199220, -0.033309,  0.979388,  0.966873,  0.169441, -0.190912,  0.125000,  0.500000, 
+                               -0.713146,  4.423902,  0.303425, -0.217978,  0.971775,  0.090217,  0.204020, -0.045025,  0.977931,  0.954391,  0.231574, -0.188447,  0.125000,  0.250000, 
+                               -1.959118,  4.217400,  0.000000, -0.379703,  0.925108, -0.000000,  0.166234,  0.068230,  0.983723,  0.910050,  0.373522, -0.179692,  0.000000,  0.750000, 
+                               -1.959118,  4.217400,  0.000000, -0.379703,  0.925108, -0.000000,  0.166234,  0.068229,  0.983723,  0.910051,  0.373522, -0.179692,  0.000000,  0.750000, 
+                               -1.807287,  4.217400,  0.768953, -0.350498,  0.925312,  0.144740,  0.220291, -0.068757,  0.973008,  0.910287,  0.372922, -0.179738,  0.125000,  0.750000, 
+                               -1.289524,  4.320651,  0.548658, -0.159589,  0.984977,  0.065962,  0.199220, -0.033309,  0.979389,  0.966873,  0.169441, -0.190911,  0.125000,  0.500000, 
+                               -2.202684,  4.066495,  0.000000, -0.526672,  0.850069, -0.000000,  0.140714,  0.087181,  0.986204,  0.838342,  0.519406, -0.165532,  0.000000,  1.000000, 
+                               -2.202684,  4.066495,  0.000000, -0.526672,  0.850069, -0.000000,  0.140714,  0.087181,  0.986204,  0.838342,  0.519406, -0.165532,  0.000000,  1.000000, 
+                               -2.031977,  4.066495,  0.864553, -0.485589,  0.850654,  0.201474,  0.245336, -0.088599,  0.965381,  0.839055,  0.518207, -0.165673,  0.125000,  1.000000, 
+                               -1.807287,  4.217400,  0.768953, -0.350498,  0.925312,  0.144740,  0.220290, -0.068757,  0.973008,  0.910288,  0.372922, -0.179738,  0.125000,  0.750000, 
+                               -0.338875,  4.574807,  0.000000, -0.780713,  0.624890, -0.000075, -0.076579, -0.095556,  0.992474,  0.620180,  0.774843,  0.122455,  1.000000,  0.000000, 
+                               -0.312612,  4.574807, -0.133009, -0.720992,  0.625625, -0.297933, -0.307354,  0.096618,  0.946678,  0.621051,  0.774118,  0.122627,  0.875000,  0.000000, 
+                               -0.713146,  4.423902, -0.303425, -0.217978,  0.971775, -0.090217, -0.204018,  0.045025,  0.977931,  0.954391,  0.231573,  0.188446,  0.875000,  0.250000, 
+                               -0.713146,  4.423902, -0.303425, -0.217978,  0.971775, -0.090217, -0.204019,  0.045025,  0.977931,  0.954391,  0.231573,  0.188446,  0.875000,  0.250000, 
+                               -0.773057,  4.423902,  0.000000, -0.236584,  0.971611, -0.000000, -0.183062, -0.044575,  0.982090,  0.954210,  0.232346,  0.188410,  1.000000,  0.250000, 
+                               -0.338875,  4.574807,  0.000000, -0.780713,  0.624890, -0.000075, -0.076580, -0.095556,  0.992474,  0.620180,  0.774843,  0.122456,  1.000000,  0.000000, 
+                               -1.289524,  4.320651, -0.548658, -0.159589,  0.984977, -0.065962, -0.199219,  0.033309,  0.979389,  0.966873,  0.169441,  0.190911,  0.875000,  0.500000, 
+                               -1.289524,  4.320651, -0.548658, -0.159589,  0.984977, -0.065962, -0.199220,  0.033309,  0.979388,  0.966873,  0.169441,  0.190912,  0.875000,  0.500000, 
+                               -1.397858,  4.320651,  0.000000, -0.173084,  0.984907,  0.000000, -0.188015, -0.033041,  0.981610,  0.966795,  0.169902,  0.190896,  1.000000,  0.500000, 
+                               -0.773057,  4.423902,  0.000000, -0.236584,  0.971611, -0.000000, -0.183063, -0.044575,  0.982090,  0.954210,  0.232346,  0.188411,  1.000000,  0.250000, 
+                               -1.807287,  4.217400, -0.768953, -0.350498,  0.925312, -0.144739, -0.220291,  0.068756,  0.973008,  0.910287,  0.372922,  0.179739,  0.875000,  0.750000, 
+                               -1.807287,  4.217400, -0.768953, -0.350498,  0.925312, -0.144739, -0.220291,  0.068757,  0.973008,  0.910287,  0.372922,  0.179738,  0.875000,  0.750000, 
+                               -1.959118,  4.217400,  0.000000, -0.379703,  0.925108, -0.000000, -0.166234, -0.068229,  0.983723,  0.910051,  0.373522,  0.179692,  1.000000,  0.750000, 
+                               -1.397858,  4.320651,  0.000000, -0.173084,  0.984907,  0.000000, -0.188015, -0.033041,  0.981610,  0.966795,  0.169902,  0.190896,  1.000000,  0.500000, 
+                               -2.031977,  4.066495, -0.864553, -0.485589,  0.850654, -0.201474, -0.245336,  0.088599,  0.965381,  0.839055,  0.518207,  0.165673,  0.875000,  1.000000, 
+                               -2.031977,  4.066495, -0.864553, -0.485589,  0.850654, -0.201474, -0.245336,  0.088599,  0.965381,  0.839055,  0.518207,  0.165673,  0.875000,  1.000000, 
+                               -2.202684,  4.066495,  0.000000, -0.526672,  0.850069, -0.000000, -0.140714, -0.087181,  0.986204,  0.838342,  0.519406,  0.165532,  1.000000,  1.000000, 
+                               -1.959118,  4.217400,  0.000000, -0.379703,  0.925108, -0.000000, -0.166234, -0.068229,  0.983723,  0.910051,  0.373522,  0.179691,  1.000000,  0.750000, 
+                               -0.312612,  4.574807, -0.133009, -0.720992,  0.625625, -0.297933, -0.450931, -0.097143,  0.887257,  0.526148,  0.774052,  0.352153,  0.875000,  0.000000, 
+                               -0.240601,  4.574807, -0.240601, -0.551863,  0.625288, -0.551780, -0.647358,  0.095898,  0.756129,  0.525714,  0.774479,  0.351862,  0.750000,  0.000000, 
+                               -0.548871,  4.423901, -0.548870, -0.166631,  0.971837, -0.166631, -0.564437,  0.044551,  0.824273,  0.808483,  0.231403,  0.541117,  0.750000,  0.250000, 
+                               -0.548871,  4.423901, -0.548870, -0.166631,  0.971837, -0.166631, -0.564434,  0.044552,  0.824275,  0.808486,  0.231402,  0.541114,  0.750000,  0.250000, 
+                               -0.713146,  4.423902, -0.303425, -0.217978,  0.971775, -0.090217, -0.546710, -0.045010,  0.836111,  0.808451,  0.231576,  0.541091,  0.875000,  0.250000, 
+                               -0.312612,  4.574807, -0.133009, -0.720992,  0.625625, -0.297933, -0.450928, -0.097138,  0.887259,  0.526150,  0.774053,  0.352148,  0.875000,  0.000000, 
+                               -0.713146,  4.423902, -0.303425, -0.217978,  0.971775, -0.090217, -0.546710, -0.045010,  0.836111,  0.808451,  0.231576,  0.541091,  0.875000,  0.250000, 
+                               -0.548871,  4.423901, -0.548870, -0.166631,  0.971837, -0.166631, -0.564433,  0.044552,  0.824275,  0.808486,  0.231402,  0.541114,  0.750000,  0.250000, 
+                               -0.992479,  4.320650, -0.992479, -0.121908,  0.985026, -0.121908, -0.560610,  0.033021,  0.827422,  0.819058,  0.169212,  0.548190,  0.750000,  0.500000, 
+                               -0.992479,  4.320650, -0.992479, -0.121908,  0.985026, -0.121908, -0.560607,  0.033022,  0.827423,  0.819059,  0.169212,  0.548188,  0.750000,  0.500000, 
+                               -1.289524,  4.320651, -0.548658, -0.159589,  0.984977, -0.065962, -0.551108, -0.033457,  0.833763,  0.819031,  0.169412,  0.548168,  0.875000,  0.500000, 
+                               -0.713146,  4.423902, -0.303425, -0.217978,  0.971775, -0.090217, -0.546708, -0.045009,  0.836112,  0.808453,  0.231576,  0.541089,  0.875000,  0.250000, 
+                               -1.390974,  4.217400, -1.390974, -0.267667,  0.925585, -0.267668, -0.577464,  0.068275,  0.813557,  0.771291,  0.372331,  0.516217,  0.750000,  0.750000, 
+                               -1.390974,  4.217400, -1.390974, -0.267667,  0.925585, -0.267668, -0.577464,  0.068275,  0.813556,  0.771291,  0.372331,  0.516218,  0.750000,  0.750000, 
+                               -1.807287,  4.217400, -0.768953, -0.350498,  0.925312, -0.144739, -0.531523, -0.069282,  0.844206,  0.771126,  0.372825,  0.516107,  0.875000,  0.750000, 
+                               -1.289524,  4.320651, -0.548658, -0.159589,  0.984977, -0.065962, -0.551109, -0.033457,  0.833762,  0.819030,  0.169412,  0.548169,  0.875000,  0.500000, 
+                               -1.563906,  4.066495, -1.563906, -0.371315,  0.851029, -0.371315, -0.597219,  0.087303,  0.797312,  0.710953,  0.517810,  0.475834,  0.750000,  1.000000, 
+                               -1.563906,  4.066495, -1.563906, -0.371315,  0.851029, -0.371315, -0.597220,  0.087303,  0.797312,  0.710953,  0.517810,  0.475835,  0.750000,  1.000000, 
+                               -2.031977,  4.066495, -0.864553, -0.485589,  0.850654, -0.201474, -0.509050, -0.087788,  0.856248,  0.710684,  0.518345,  0.475655,  0.875000,  1.000000, 
+                               -1.807287,  4.217400, -0.768953, -0.350498,  0.925312, -0.144739, -0.531523, -0.069282,  0.844206,  0.771125,  0.372825,  0.516108,  0.875000,  0.750000, 
+                               -0.240601,  4.574807, -0.240601, -0.551863,  0.625288, -0.551780, -0.756065, -0.095972,  0.647422,  0.351870,  0.774470,  0.525722,  0.750000,  0.000000, 
+                               -0.133008,  4.574807, -0.312613, -0.297982,  0.625515, -0.721067, -0.887264,  0.097128,  0.450920,  0.352093,  0.774143,  0.526055,  0.625000,  0.000000, 
+                               -0.303425,  4.423902, -0.713146, -0.090217,  0.971775, -0.217978, -0.836108,  0.045012,  0.546716,  0.541096,  0.231576,  0.808447,  0.625000,  0.250000, 
+                               -0.303425,  4.423902, -0.713146, -0.090217,  0.971775, -0.217978, -0.836110,  0.045011,  0.546712,  0.541093,  0.231576,  0.808450,  0.625000,  0.250000, 
+                               -0.548871,  4.423901, -0.548870, -0.166631,  0.971837, -0.166631, -0.824274, -0.044552,  0.564435,  0.541116,  0.231402,  0.808484,  0.750000,  0.250000, 
+                               -0.240601,  4.574807, -0.240601, -0.551863,  0.625288, -0.551780, -0.756067, -0.095977,  0.647419,  0.351865,  0.774470,  0.525726,  0.750000,  0.000000, 
+                               -0.548659,  4.320651, -1.289524, -0.065962,  0.984977, -0.159589, -0.833760,  0.033458,  0.551112,  0.548173,  0.169412,  0.819028,  0.625000,  0.500000, 
+                               -0.548659,  4.320651, -1.289524, -0.065962,  0.984977, -0.159589, -0.833762,  0.033457,  0.551109,  0.548169,  0.169412,  0.819030,  0.625000,  0.500000, 
+                               -0.992479,  4.320650, -0.992479, -0.121908,  0.985026, -0.121908, -0.827422, -0.033021,  0.560608,  0.548189,  0.169212,  0.819058,  0.750000,  0.500000, 
+                               -0.548871,  4.423901, -0.548870, -0.166631,  0.971837, -0.166631, -0.824276, -0.044553,  0.564432,  0.541113,  0.231402,  0.808486,  0.750000,  0.250000, 
+                               -0.768954,  4.217400, -1.807287, -0.144740,  0.925312, -0.350498, -0.844206,  0.069282,  0.531523,  0.516107,  0.372825,  0.771126,  0.625000,  0.750000, 
+                               -0.768954,  4.217400, -1.807287, -0.144740,  0.925312, -0.350498, -0.844205,  0.069282,  0.531523,  0.516108,  0.372825,  0.771125,  0.625000,  0.750000, 
+                               -1.390974,  4.217400, -1.390974, -0.267667,  0.925585, -0.267668, -0.813556, -0.068274,  0.577465,  0.516218,  0.372331,  0.771290,  0.750000,  0.750000, 
+                               -0.992479,  4.320650, -0.992479, -0.121908,  0.985026, -0.121908, -0.827422, -0.033021,  0.560609,  0.548189,  0.169212,  0.819058,  0.750000,  0.500000, 
+                               -0.864554,  4.066495, -2.031977, -0.201474,  0.850654, -0.485589, -0.856248,  0.087788,  0.509051,  0.475655,  0.518345,  0.710683,  0.625000,  1.000000, 
+                               -0.864554,  4.066495, -2.031977, -0.201474,  0.850654, -0.485589, -0.856248,  0.087788,  0.509051,  0.475655,  0.518345,  0.710684,  0.625000,  1.000000, 
+                               -1.563906,  4.066495, -1.563906, -0.371315,  0.851029, -0.371315, -0.797312, -0.087303,  0.597220,  0.475835,  0.517810,  0.710953,  0.750000,  1.000000, 
+                               -1.390974,  4.217400, -1.390974, -0.267667,  0.925585, -0.267668, -0.813556, -0.068274,  0.577465,  0.516218,  0.372331,  0.771290,  0.750000,  0.750000, 
+                               -0.133008,  4.574807, -0.312613, -0.297982,  0.625515, -0.721067, -0.946665, -0.096624,  0.307390,  0.122605,  0.774206,  0.620946,  0.625000,  0.000000, 
+                                0.000000,  4.574807, -0.338875,  0.000075,  0.624890, -0.780713, -0.992474,  0.095650,  0.076464,  0.122456,  0.774831,  0.620194,  0.500000,  0.000000, 
+                                0.000000,  4.423902, -0.773058,  0.000000,  0.971611, -0.236584, -0.982091,  0.044574,  0.183059,  0.188407,  0.232347,  0.954211,  0.500000,  0.250000, 
+                                0.000000,  4.423902, -0.773058,  0.000000,  0.971611, -0.236584, -0.982090,  0.044575,  0.183061,  0.188410,  0.232346,  0.954210,  0.500000,  0.250000, 
+                               -0.303425,  4.423902, -0.713146, -0.090217,  0.971775, -0.217978, -0.977931, -0.045025,  0.204019,  0.188446,  0.231574,  0.954391,  0.625000,  0.250000, 
+                               -0.133008,  4.574807, -0.312613, -0.297982,  0.625515, -0.721067, -0.946665, -0.096623,  0.307391,  0.122607,  0.774206,  0.620945,  0.625000,  0.000000, 
+                                0.000000,  4.320651, -1.397858, -0.000000,  0.984907, -0.173084, -0.981610,  0.033041,  0.188014,  0.190895,  0.169902,  0.966795,  0.500000,  0.500000, 
+                                0.000000,  4.320651, -1.397858, -0.000000,  0.984907, -0.173084, -0.981610,  0.033041,  0.188014,  0.190895,  0.169902,  0.966795,  0.500000,  0.500000, 
+                               -0.548659,  4.320651, -1.289524, -0.065962,  0.984977, -0.159589, -0.979389, -0.033310,  0.199219,  0.190911,  0.169441,  0.966873,  0.625000,  0.500000, 
+                               -0.303425,  4.423902, -0.713146, -0.090217,  0.971775, -0.217978, -0.977931, -0.045025,  0.204019,  0.188446,  0.231574,  0.954391,  0.625000,  0.250000, 
+                                0.000000,  4.217400, -1.959118,  0.000000,  0.925108, -0.379703, -0.983723,  0.068229,  0.166234,  0.179691,  0.373522,  0.910051,  0.500000,  0.750000, 
+                                0.000000,  4.217400, -1.959118,  0.000000,  0.925108, -0.379703, -0.983723,  0.068229,  0.166233,  0.179690,  0.373523,  0.910051,  0.500000,  0.750000, 
+                               -0.768954,  4.217400, -1.807287, -0.144740,  0.925312, -0.350498, -0.973008, -0.068757,  0.220289,  0.179737,  0.372922,  0.910288,  0.625000,  0.750000, 
+                               -0.548659,  4.320651, -1.289524, -0.065962,  0.984977, -0.159589, -0.979389, -0.033310,  0.199219,  0.190910,  0.169441,  0.966873,  0.625000,  0.500000, 
+                                0.000000,  4.066495, -2.202684,  0.000000,  0.850069, -0.526672, -0.986205,  0.087181,  0.140713,  0.165531,  0.519406,  0.838342,  0.500000,  1.000000, 
+                                0.000000,  4.066495, -2.202684,  0.000000,  0.850069, -0.526672, -0.986204,  0.087181,  0.140714,  0.165532,  0.519406,  0.838342,  0.500000,  1.000000, 
+                               -0.864554,  4.066495, -2.031977, -0.201474,  0.850654, -0.485589, -0.965381, -0.088599,  0.245336,  0.165673,  0.518207,  0.839055,  0.625000,  1.000000, 
+                               -0.768954,  4.217400, -1.807287, -0.144740,  0.925312, -0.350498, -0.973008, -0.068757,  0.220290,  0.179738,  0.372922,  0.910288,  0.625000,  0.750000, 
+                                0.000000,  4.574807, -0.338875,  0.000075,  0.624890, -0.780713, -0.992474, -0.095555, -0.076578, -0.122454,  0.774843,  0.620180,  0.500000,  0.000000, 
+                                0.133008,  4.574807, -0.312613,  0.297933,  0.625625, -0.720992, -0.946678,  0.096619, -0.307353, -0.122626,  0.774118,  0.621051,  0.375000,  0.000000, 
+                                0.303425,  4.423902, -0.713146,  0.090217,  0.971775, -0.217978, -0.977932,  0.045026, -0.204016, -0.188443,  0.231573,  0.954391,  0.375000,  0.250000, 
+                                0.303425,  4.423902, -0.713146,  0.090217,  0.971775, -0.217978, -0.977931,  0.045025, -0.204019, -0.188446,  0.231573,  0.954391,  0.375000,  0.250000, 
+                                0.000000,  4.423902, -0.773058,  0.000000,  0.971611, -0.236584, -0.982090, -0.044575, -0.183061, -0.188410,  0.232346,  0.954210,  0.500000,  0.250000, 
+                                0.000000,  4.574807, -0.338875,  0.000075,  0.624890, -0.780713, -0.992474, -0.095556, -0.076580, -0.122455,  0.774843,  0.620180,  0.500000,  0.000000, 
+                                0.548659,  4.320651, -1.289524,  0.065962,  0.984977, -0.159589, -0.979389,  0.033309, -0.199219, -0.190910,  0.169441,  0.966873,  0.375000,  0.500000, 
+                                0.548659,  4.320651, -1.289524,  0.065962,  0.984977, -0.159589, -0.979389,  0.033309, -0.199219, -0.190911,  0.169441,  0.966873,  0.375000,  0.500000, 
+                                0.000000,  4.320651, -1.397858, -0.000000,  0.984907, -0.173084, -0.981610, -0.033041, -0.188014, -0.190895,  0.169902,  0.966795,  0.500000,  0.500000, 
+                                0.000000,  4.423902, -0.773058,  0.000000,  0.971611, -0.236584, -0.982090, -0.044575, -0.183061, -0.188410,  0.232346,  0.954210,  0.500000,  0.250000, 
+                                0.768954,  4.217400, -1.807287,  0.144739,  0.925312, -0.350498, -0.973008,  0.068757, -0.220290, -0.179738,  0.372922,  0.910288,  0.375000,  0.750000, 
+                                0.768954,  4.217400, -1.807287,  0.144739,  0.925312, -0.350498, -0.973008,  0.068757, -0.220289, -0.179737,  0.372922,  0.910288,  0.375000,  0.750000, 
+                                0.000000,  4.217400, -1.959118,  0.000000,  0.925108, -0.379703, -0.983723, -0.068229, -0.166233, -0.179690,  0.373523,  0.910051,  0.500000,  0.750000, 
+                                0.000000,  4.320651, -1.397858, -0.000000,  0.984907, -0.173084, -0.981611, -0.033041, -0.188013, -0.190895,  0.169902,  0.966795,  0.500000,  0.500000, 
+                                0.864554,  4.066495, -2.031977,  0.201474,  0.850654, -0.485589, -0.965381,  0.088599, -0.245335, -0.165672,  0.518207,  0.839056,  0.375000,  1.000000, 
+                                0.864554,  4.066495, -2.031977,  0.201474,  0.850654, -0.485589, -0.965381,  0.088599, -0.245336, -0.165673,  0.518207,  0.839055,  0.375000,  1.000000, 
+                                0.000000,  4.066495, -2.202684,  0.000000,  0.850069, -0.526672, -0.986204, -0.087181, -0.140714, -0.165532,  0.519406,  0.838342,  0.500000,  1.000000, 
+                                0.000000,  4.217400, -1.959118,  0.000000,  0.925108, -0.379703, -0.983723, -0.068229, -0.166234, -0.179691,  0.373522,  0.910051,  0.500000,  0.750000, 
+                                0.133008,  4.574807, -0.312613,  0.297933,  0.625625, -0.720992, -0.887256, -0.097144, -0.450932, -0.352154,  0.774052,  0.526147,  0.375000,  0.000000, 
+                                0.240601,  4.574807, -0.240601,  0.551780,  0.625288, -0.551863, -0.756129,  0.095897, -0.647359, -0.351864,  0.774479,  0.525712,  0.250000,  0.000000, 
+                                0.548871,  4.423901, -0.548870,  0.166631,  0.971837, -0.166631, -0.824272,  0.044551, -0.564439, -0.541119,  0.231403,  0.808482,  0.250000,  0.250000, 
+                                0.548871,  4.423901, -0.548870,  0.166631,  0.971837, -0.166631, -0.824274,  0.044552, -0.564435, -0.541116,  0.231402,  0.808484,  0.250000,  0.250000, 
+                                0.303425,  4.423902, -0.713146,  0.090217,  0.971775, -0.217978, -0.836110, -0.045010, -0.546712, -0.541093,  0.231576,  0.808450,  0.375000,  0.250000, 
+                                0.133008,  4.574807, -0.312613,  0.297933,  0.625625, -0.720992, -0.887258, -0.097139, -0.450929, -0.352149,  0.774053,  0.526150,  0.375000,  0.000000, 
+                                0.992479,  4.320650, -0.992479,  0.121908,  0.985026, -0.121908, -0.827420,  0.033021, -0.560612, -0.548192,  0.169212,  0.819056,  0.250000,  0.500000, 
+                                0.992479,  4.320650, -0.992479,  0.121908,  0.985026, -0.121908, -0.827422,  0.033021, -0.560609, -0.548189,  0.169212,  0.819058,  0.250000,  0.500000, 
+                                0.548659,  4.320651, -1.289524,  0.065962,  0.984977, -0.159589, -0.833762, -0.033457, -0.551109, -0.548169,  0.169412,  0.819030,  0.375000,  0.500000, 
+                                0.303425,  4.423902, -0.713146,  0.090217,  0.971775, -0.217978, -0.836112, -0.045010, -0.546710, -0.541090,  0.231576,  0.808452,  0.375000,  0.250000, 
+                                1.390974,  4.217400, -1.390974,  0.267668,  0.925585, -0.267667, -0.813556,  0.068275, -0.577464, -0.516218,  0.372331,  0.771290,  0.250000,  0.750000, 
+                                1.390974,  4.217400, -1.390974,  0.267668,  0.925585, -0.267667, -0.813556,  0.068274, -0.577465, -0.516218,  0.372331,  0.771290,  0.250000,  0.750000, 
+                                0.768954,  4.217400, -1.807287,  0.144739,  0.925312, -0.350498, -0.844205, -0.069283, -0.531523, -0.516108,  0.372825,  0.771125,  0.375000,  0.750000, 
+                                0.548659,  4.320651, -1.289524,  0.065962,  0.984977, -0.159589, -0.833762, -0.033458, -0.551110, -0.548170,  0.169412,  0.819029,  0.375000,  0.500000, 
+                                1.563906,  4.066495, -1.563906,  0.371315,  0.851029, -0.371315, -0.797312,  0.087303, -0.597220, -0.475835,  0.517810,  0.710953,  0.250000,  1.000000, 
+                                1.563906,  4.066495, -1.563906,  0.371315,  0.851029, -0.371315, -0.797312,  0.087303, -0.597220, -0.475835,  0.517810,  0.710953,  0.250000,  1.000000, 
+                                0.864554,  4.066495, -2.031977,  0.201474,  0.850654, -0.485589, -0.856248, -0.087788, -0.509051, -0.475655,  0.518345,  0.710684,  0.375000,  1.000000, 
+                                0.768954,  4.217400, -1.807287,  0.144739,  0.925312, -0.350498, -0.844206, -0.069283, -0.531523, -0.516108,  0.372825,  0.771125,  0.375000,  0.750000, 
+                                0.240601,  4.574807, -0.240601,  0.551780,  0.625288, -0.551863, -0.647421, -0.095973, -0.756066, -0.525723,  0.774470,  0.351869,  0.250000,  0.000000, 
+                                0.312612,  4.574807, -0.133009,  0.721067,  0.625515, -0.297982, -0.450919,  0.097127, -0.887265, -0.526056,  0.774143,  0.352091,  0.125000,  0.000000, 
+                                0.713146,  4.423902, -0.303425,  0.217978,  0.971775, -0.090217, -0.546714,  0.045011, -0.836109, -0.808449,  0.231576,  0.541094,  0.125000,  0.250000, 
+                                0.713146,  4.423902, -0.303425,  0.217978,  0.971775, -0.090217, -0.546710,  0.045010, -0.836111, -0.808451,  0.231577,  0.541091,  0.125000,  0.250000, 
+                                0.548871,  4.423901, -0.548870,  0.166631,  0.971837, -0.166631, -0.564433, -0.044553, -0.824275, -0.808486,  0.231402,  0.541114,  0.250000,  0.250000, 
+                                0.240601,  4.574807, -0.240601,  0.551780,  0.625288, -0.551863, -0.647418, -0.095978, -0.756068, -0.525727,  0.774469,  0.351864,  0.250000,  0.000000, 
+                                1.289524,  4.320651, -0.548658,  0.159589,  0.984977, -0.065962, -0.551110,  0.033457, -0.833761, -0.819029,  0.169412,  0.548171,  0.125000,  0.500000, 
+                                1.289524,  4.320651, -0.548658,  0.159589,  0.984977, -0.065962, -0.551108,  0.033457, -0.833763, -0.819031,  0.169412,  0.548168,  0.125000,  0.500000, 
+                                0.992479,  4.320650, -0.992479,  0.121908,  0.985026, -0.121908, -0.560607, -0.033021, -0.827423, -0.819059,  0.169212,  0.548188,  0.250000,  0.500000, 
+                                0.548871,  4.423901, -0.548870,  0.166631,  0.971837, -0.166631, -0.564431, -0.044553, -0.824277, -0.808487,  0.231402,  0.541112,  0.250000,  0.250000, 
+                                1.807287,  4.217400, -0.768953,  0.350498,  0.925312, -0.144740, -0.531522,  0.069282, -0.844207, -0.771126,  0.372825,  0.516106,  0.125000,  0.750000, 
+                                1.807287,  4.217400, -0.768953,  0.350498,  0.925312, -0.144740, -0.531523,  0.069282, -0.844206, -0.771126,  0.372825,  0.516107,  0.125000,  0.750000, 
+                                1.390974,  4.217400, -1.390974,  0.267668,  0.925585, -0.267667, -0.577464, -0.068275, -0.813556, -0.771291,  0.372331,  0.516218,  0.250000,  0.750000, 
+                                0.992479,  4.320650, -0.992479,  0.121908,  0.985026, -0.121908, -0.560608, -0.033021, -0.827423, -0.819059,  0.169212,  0.548188,  0.250000,  0.500000, 
+                                2.031977,  4.066495, -0.864553,  0.485589,  0.850654, -0.201474, -0.509050,  0.087788, -0.856248, -0.710684,  0.518345,  0.475654,  0.125000,  1.000000, 
+                                2.031977,  4.066495, -0.864553,  0.485589,  0.850654, -0.201474, -0.509050,  0.087788, -0.856248, -0.710684,  0.518345,  0.475655,  0.125000,  1.000000, 
+                                1.563906,  4.066495, -1.563906,  0.371315,  0.851029, -0.371315, -0.597220, -0.087303, -0.797312, -0.710953,  0.517810,  0.475835,  0.250000,  1.000000, 
+                                1.390974,  4.217400, -1.390974,  0.267668,  0.925585, -0.267667, -0.577465, -0.068274, -0.813556, -0.771290,  0.372331,  0.516218,  0.250000,  0.750000, 
+                                0.312612,  4.574807, -0.133009,  0.721067,  0.625515, -0.297982, -0.307391, -0.096623, -0.946665, -0.620945,  0.774206,  0.122606,  0.125000,  0.000000, 
+                                0.338875,  4.574807,  0.000000,  0.780713,  0.624890,  0.000075, -0.076465,  0.095651, -0.992474, -0.620194,  0.774831,  0.122458,  0.000000,  0.000000, 
+                                0.773057,  4.423902,  0.000000,  0.236584,  0.971611,  0.000000, -0.183061,  0.044575, -0.982091, -0.954210,  0.232346,  0.188410,  0.000000,  0.250000, 
+                                0.773057,  4.423902,  0.000000,  0.236584,  0.971611,  0.000000, -0.183062,  0.044575, -0.982090, -0.954210,  0.232346,  0.188410,  0.000000,  0.250000, 
+                                0.713146,  4.423902, -0.303425,  0.217978,  0.971775, -0.090217, -0.204019, -0.045025, -0.977931, -0.954391,  0.231574,  0.188446,  0.125000,  0.250000, 
+                                0.312612,  4.574807, -0.133009,  0.721067,  0.625515, -0.297982, -0.307391, -0.096623, -0.946665, -0.620945,  0.774206,  0.122607,  0.125000,  0.000000, 
+                                0.713146,  4.423902, -0.303425,  0.217978,  0.971775, -0.090217, -0.204019, -0.045025, -0.977931, -0.954391,  0.231574,  0.188446,  0.125000,  0.250000, 
+                                0.773057,  4.423902,  0.000000,  0.236584,  0.971611,  0.000000, -0.183062,  0.044575, -0.982090, -0.954210,  0.232346,  0.188410,  0.000000,  0.250000, 
+                                1.397858,  4.320651,  0.000000,  0.173084,  0.984907, -0.000000, -0.188014,  0.033041, -0.981610, -0.966795,  0.169902,  0.190895,  0.000000,  0.500000, 
+                                1.397858,  4.320651,  0.000000,  0.173084,  0.984907, -0.000000, -0.188015,  0.033041, -0.981610, -0.966795,  0.169902,  0.190896,  0.000000,  0.500000, 
+                                1.289524,  4.320651, -0.548658,  0.159589,  0.984977, -0.065962, -0.199220, -0.033309, -0.979388, -0.966873,  0.169441,  0.190912,  0.125000,  0.500000, 
+                                0.713146,  4.423902, -0.303425,  0.217978,  0.971775, -0.090217, -0.204020, -0.045025, -0.977931, -0.954391,  0.231574,  0.188447,  0.125000,  0.250000, 
+                                1.959118,  4.217400,  0.000000,  0.379703,  0.925109,  0.000000, -0.166234,  0.068230, -0.983723, -0.910050,  0.373522,  0.179692,  0.000000,  0.750000, 
+                                1.959118,  4.217400,  0.000000,  0.379703,  0.925109,  0.000000, -0.166234,  0.068229, -0.983723, -0.910051,  0.373522,  0.179692,  0.000000,  0.750000, 
+                                1.807287,  4.217400, -0.768953,  0.350498,  0.925312, -0.144740, -0.220291, -0.068757, -0.973008, -0.910287,  0.372922,  0.179738,  0.125000,  0.750000, 
+                                1.289524,  4.320651, -0.548658,  0.159589,  0.984977, -0.065962, -0.199220, -0.033309, -0.979389, -0.966873,  0.169441,  0.190911,  0.125000,  0.500000, 
+                                2.202684,  4.066495,  0.000000,  0.526672,  0.850069,  0.000000, -0.140714,  0.087181, -0.986204, -0.838342,  0.519406,  0.165532,  0.000000,  1.000000, 
+                                2.202684,  4.066495,  0.000000,  0.526672,  0.850069,  0.000000, -0.140714,  0.087181, -0.986204, -0.838342,  0.519406,  0.165532,  0.000000,  1.000000, 
+                                2.031977,  4.066495, -0.864553,  0.485589,  0.850654, -0.201474, -0.245336, -0.088599, -0.965381, -0.839055,  0.518207,  0.165673,  0.125000,  1.000000, 
+                                1.807287,  4.217400, -0.768953,  0.350498,  0.925312, -0.144740, -0.220290, -0.068757, -0.973008, -0.910288,  0.372922,  0.179738,  0.125000,  0.750000
+                       ], 
+                       "parts": [
+                               {
+                                       "id": "shape1_part1", 
+                                       "type": "TRIANGLES", 
+                                       "indices": [
+                                                 0,   1,   2,   3,   4,   5,   6,   7,   8,   9,  10,  11, 
+                                                12,  13,  14,  15,  16,  17,  18,  19,  20,  21,  22,  23, 
+                                                24,  25,  26,  27,  28,  29,  30,  31,  32,  33,  34,  35, 
+                                                36,  37,  38,  39,  40,  41,  42,  43,  44,  45,  46,  47, 
+                                                48,  49,  50,  51,  52,  53,  54,  55,  56,  57,  58,  59, 
+                                                60,  61,  62,  63,  64,  65,  66,  67,  68,  69,  70,  71, 
+                                                72,  73,  74,  75,  76,  77,  78,  79,  80,  81,  82,  83, 
+                                                84,  85,  86,  87,  88,  89,  90,  91,  92,  93,  94,  95, 
+                                                96,  97,  98,  99,  100,  101,  102,  103,  104,  105,  106,  107, 
+                                                108,  109,  110,  111,  112,  113,  114,  115,  116,  117,  118,  119, 
+                                                120,  121,  122,  123,  124,  125,  126,  127,  128,  129,  130,  131, 
+                                                130,  129,  132,  133,  134,  135,  134,  133,  136,  137,  138,  139, 
+                                                140,  141,  142,  143,  144,  145,  144,  143,  146,  147,  148,  149, 
+                                                150,  151,  152,  153,  154,  155,  156,  157,  158,  159,  160,  161, 
+                                                162,  163,  164,  165,  166,  167,  168,  169,  170,  171,  172,  173, 
+                                                172,  171,  174,  175,  176,  177,  178,  179,  180,  181,  182,  183, 
+                                                184,  185,  186,  187,  188,  189,  190,  191,  192,  193,  194,  195, 
+                                                196,  197,  198,  199,  200,  201,  202,  203,  204,  205,  206,  207, 
+                                                208,  209,  210,  211,  212,  213,  214,  215,  216,  217,  218,  219, 
+                                                218,  217,  220,  221,  222,  223,  222,  221,  224,  225,  226,  227, 
+                                                228,  229,  230,  231,  232,  233,  234,  235,  236,  237,  238,  239, 
+                                                240,  241,  242,  243,  244,  245,  246,  247,  248,  249,  250,  251, 
+                                                252,  253,  254,  255,  256,  257,  258,  259,  260,  261,  262,  263, 
+                                                264,  265,  266,  267,  268,  269,  270,  271,  272,  273,  274,  275, 
+                                                276,  277,  278,  279,  280,  281,  282,  283,  284,  285,  286,  287, 
+                                                288,  289,  290,  291,  292,  293,  292,  291,  294,  295,  296,  297, 
+                                                298,  299,  300,  300,  301,  302,  303,  304,  305,  306,  307,  308, 
+                                                309,  310,  311,  312,  313,  314,  315,  316,  317,  318,  319,  320, 
+                                                321,  322,  323,  324,  325,  326,  327,  328,  329,  330,  331,  332, 
+                                                333,  334,  335,  336,  337,  338,  339,  340,  341,  342,  343,  344, 
+                                                345,  346,  347,  348,  349,  350,  351,  352,  353,  354,  355,  356, 
+                                                357,  358,  359,  360,  361,  362,  363,  364,  365,  366,  367,  368, 
+                                                369,  370,  371,  372,  373,  374,  373,  372,  375,  376,  377,  378, 
+                                                377,  376,  379,  380,  381,  382,  381,  380,  383,  384,  385,  386, 
+                                                387,  388,  389,  390,  391,  392,  393,  394,  395,  396,  397,  398, 
+                                                399,  400,  401,  402,  403,  404,  405,  406,  407,  408,  409,  410, 
+                                                411,  412,  413,  414,  415,  416,  417,  418,  419,  420,  421,  422, 
+                                                421,  420,  423,  424,  425,  426,  425,  427,  428,  429,  430,  431, 
+                                                432,  433,  434,  435,  436,  437,  438,  439,  440,  441,  442,  443, 
+                                                442,  441,  444,  445,  446,  447,  446,  445,  448,  449,  450,  451, 
+                                                452,  453,  454,  455,  456,  457,  458,  459,  460,  461,  462,  463, 
+                                                462,  461,  464,  465,  466,  467,  466,  465,  468,  469,  470,  471, 
+                                                472,  473,  474,  475,  476,  477,  478,  479,  480,  481,  482,  483, 
+                                                484,  485,  486,  487,  488,  489,  490,  491,  492,  493,  494,  495, 
+                                                496,  497,  498,  499,  500,  501,  502,  503,  504,  505,  506,  507, 
+                                                508,  509,  510,  511,  512,  513,  514,  515,  516,  517,  518,  519, 
+                                                520,  521,  522,  523,  524,  525,  526,  527,  528,  529,  530,  531, 
+                                                532,  533,  534,  535,  536,  537,  536,  535,  538,  539,  540,  541, 
+                                                542,  543,  544,  545,  546,  547,  546,  545,  548,  549,  550,  551, 
+                                                550,  549,  552,  553,  554,  555,  556,  557,  558,  559,  560,  561, 
+                                                562,  563,  564,  565,  566,  567,  568,  569,  570,  571,  572,  573, 
+                                                574,  575,  576,  577,  578,  579,  580,  581,  582,  583,  584,  585, 
+                                                586,  587,  588,  589,  590,  591,  592,  593,  594,  595,  596,  597, 
+                                                596,  595,  598,  599,  600,  601,  600,  602,  603,  604,  605,  606, 
+                                                607,  608,  609,  610,  611,  612,  613,  614,  615,  616,  617,  618, 
+                                                617,  616,  619,  620,  621,  622,  623,  624,  625,  626,  627,  628, 
+                                                629,  630,  631,  632,  633,  634,  635,  636,  637,  638,  639,  640, 
+                                                639,  638,  641,  642,  643,  644,  645,  646,  647,  648,  649,  650, 
+                                                651,  652,  653,  654,  655,  656,  657,  658,  659,  660,  661,  662, 
+                                                663,  664,  665,  666,  667,  668,  669,  670,  671,  672,  673,  674, 
+                                                675,  676,  677,  678,  679,  680,  681,  682,  683,  684,  685,  686, 
+                                                687,  688,  689,  690,  691,  692,  693,  694,  695,  696,  697,  698, 
+                                                699,  700,  701,  702,  703,  704,  705,  706,  707,  708,  709,  710, 
+                                                711,  712,  713,  714,  715,  716,  715,  714,  717,  718,  719,  720, 
+                                                721,  722,  723,  724,  725,  726,  727,  728,  729,  730,  731,  732, 
+                                                731,  730,  733,  734,  735,  736,  737,  738,  739,  740,  741,  742, 
+                                                743,  744,  745,  746,  747,  748,  749,  750,  751,  752,  753,  754, 
+                                                755,  756,  757,  758,  759,  760,  761,  762,  763,  764,  765,  766, 
+                                                767,  768,  769,  770,  771,  772,  771,  770,  773,  774,  775,  776, 
+                                                777,  778,  779,  780,  781,  782,  781,  780,  783,  784,  785,  786, 
+                                                787,  788,  789,  790,  791,  792,  791,  790,  793,  794,  795,  796, 
+                                                797,  798,  799,  800,  801,  802,  803,  804,  805,  806,  807,  808, 
+                                                809,  810,  811,  812,  813,  814,  813,  812,  815,  816,  817,  818, 
+                                                819,  820,  821,  822,  823,  824,  825,  826,  827,  828,  829,  830, 
+                                                831,  832,  833,  834,  835,  836,  835,  834,  837,  838,  839,  840, 
+                                                841,  842,  843,  844,  845,  846,  847,  848,  849,  850,  851,  852, 
+                                                853,  854,  855,  856,  857,  858,  859,  860,  861,  862,  863,  864, 
+                                                865,  866,  867,  868,  869,  870,  871,  872,  873,  874,  875,  876, 
+                                                877,  878,  879,  880,  881,  882,  881,  880,  883,  884,  885,  886, 
+                                                887,  888,  889,  890,  891,  892,  893,  894,  895,  896,  897,  898, 
+                                                899,  900,  901,  902,  903,  904,  905,  906,  907,  908,  909,  910, 
+                                                909,  908,  911,  912,  913,  914,  915,  916,  917,  918,  919,  920, 
+                                                921,  922,  923,  924,  925,  926,  927,  928,  929,  930,  931,  932, 
+                                                933,  934,  935,  936,  937,  938,  939,  940,  941,  942,  943,  944, 
+                                                945,  946,  947,  948,  949,  950,  949,  948,  951,  952,  953,  954, 
+                                                955,  956,  957,  958,  959,  960,  959,  958,  961,  962,  963,  964, 
+                                                965,  966,  967,  968,  969,  970,  969,  968,  971,  972,  973,  974, 
+                                                975,  976,  977,  978,  979,  980,  981,  982,  983,  984,  985,  986, 
+                                                987,  988,  989,  990,  991,  992,  993,  994,  995,  996,  997,  998, 
+                                                999,  1000,  1001,  1002,  1003,  1004,  1005,  1006,  1007,  1008,  1009,  1010, 
+                                                1011,  1012,  1013,  1014,  1015,  1016,  1017,  1018,  1019,  1020,  1021,  1022, 
+                                                1023,  1024,  1025,  1026,  1027,  1028,  1029,  1030,  1031,  1032,  1033,  1034, 
+                                                1035,  1036,  1037,  1038,  1039,  1040,  1041,  1042,  1043,  1044,  1045,  1046, 
+                                                1047,  1048,  1049,  1050,  1051,  1052,  1053,  1054,  1055,  1056,  1057,  1058, 
+                                                1059,  1060,  1061,  1062,  1063,  1064,  1063,  1062,  1065,  1066,  1067,  1068, 
+                                                1069,  1070,  1071,  1072,  1073,  1074,  1075,  1076,  1077,  1078,  1079,  1080, 
+                                                1081,  1082,  1083,  1084,  1085,  1086,  1087,  1088,  1089,  1090,  1091,  1092, 
+                                                1093,  1094,  1095,  1096,  1097,  1098,  1099,  1100,  1101,  1102,  1103,  1104, 
+                                                1105,  1106,  1107,  1106,  1105,  1108,  1109,  1110,  1111,  1112,  1113,  1114, 
+                                                1115,  1116,  1117,  1118,  1119,  1120,  1121,  1122,  1123,  1124,  1125,  1126, 
+                                                1125,  1124,  1127,  1128,  1129,  1130,  1131,  1132,  1133,  1134,  1135,  1136, 
+                                                1137,  1138,  1139,  1140,  1141,  1142,  1143,  1144,  1145,  1144,  1143,  1146, 
+                                                1147,  1148,  1149,  1150,  1151,  1152,  1153,  1154,  1155,  1154,  1153,  1156, 
+                                                1157,  1158,  1159,  1160,  1161,  1162,  1163,  1164,  1165,  1166,  1167,  1168, 
+                                                1167,  1166,  1169,  1170,  1171,  1172,  1173,  1174,  1175,  1176,  1177,  1178, 
+                                                1179,  1180,  1181,  1180,  1179,  1182,  1183,  1184,  1185,  1186,  1187,  1188, 
+                                                1189,  1190,  1186,  1190,  1189,  1191,  1192,  1193,  1194,  1195,  1196,  1197, 
+                                                1196,  1195,  1198,  1199,  1200,  1201,  1202,  1203,  1204,  1205,  1206,  1207, 
+                                                1208,  1209,  1210,  1211,  1212,  1213,  1214,  1215,  1216,  1215,  1214,  1217, 
+                                                1218,  1219,  1220,  1221,  1222,  1223,  1224,  1225,  1226,  1225,  1224,  1227, 
+                                                1228,  1229,  1230,  1231,  1232,  1233,  1234,  1235,  1236,  1237,  1238,  1239, 
+                                                1240,  1241,  1242,  1243,  1244,  1245,  1246,  1247,  1248,  1249,  1250,  1251, 
+                                                1252,  1253,  1254,  1253,  1252,  1255,  1256,  1257,  1258,  1259,  1260,  1261, 
+                                                1262,  1263,  1264,  1265,  1266,  1267,  1268,  1269,  1270,  1271,  1272,  1273, 
+                                                1272,  1271,  1274,  1275,  1276,  1277,  1278,  1279,  1280,  1281,  1282,  1283, 
+                                                1284,  1285,  1286,  1287,  1288,  1289,  1290,  1291,  1292,  1291,  1290,  1293, 
+                                                1294,  1295,  1296,  1297,  1298,  1299,  1300,  1301,  1302,  1301,  1300,  1303, 
+                                                1304,  1305,  1306,  1307,  1308,  1309,  1310,  1311,  1312,  1313,  1314,  1315, 
+                                                1314,  1313,  1316,  1317,  1318,  1319,  1320,  1321,  1322,  1323,  1324,  1325, 
+                                                1326,  1327,  1328,  1327,  1326,  1329,  1330,  1331,  1332,  1333,  1334,  1335, 
+                                                1336,  1337,  1333,  1337,  1336,  1338,  1339,  1340,  1341,  1342,  1343,  1344, 
+                                                1343,  1342,  1345,  1346,  1347,  1348,  1349,  1350,  1351,  1352,  1353,  1354, 
+                                                1355,  1356,  1357,  1358,  1359,  1360,  1361,  1362,  1363,  1362,  1361,  1364, 
+                                                1365,  1366,  1367,  1368,  1369,  1370,  1371,  1372,  1373,  1372,  1371,  1374, 
+                                                1375,  1376,  1377,  1378,  1379,  1380,  1379,  1378,  1381,  1382,  1383,  1384, 
+                                                1385,  1386,  1387,  1388,  1389,  1390,  1389,  1388,  1391,  1392,  1393,  1394, 
+                                                1395,  1396,  1397,  1398,  1399,  1400,  1399,  1401,  1402,  1403,  1404,  1405, 
+                                                1404,  1406,  1407,  1408,  1409,  1410,  1409,  1408,  1411,  1412,  1413,  1414, 
+                                                1415,  1416,  1417,  1418,  1419,  1420,  1421,  1418,  1422,  1423,  1424,  1425, 
+                                                1424,  1423,  1426,  1427,  1428,  1429,  1428,  1427,  1430,  1431,  1432,  1433, 
+                                                1434,  1435,  1436,  1437,  1438,  1439,  1438,  1437,  1440,  1441,  1442,  1443, 
+                                                1444,  1441,  1445,  1446,  1447,  1448,  1447,  1446,  1449,  1450,  1451,  1452, 
+                                                1453,  1454,  1455,  1456,  1457,  1458,  1457,  1456,  1459,  1460,  1461,  1462, 
+                                                1463,  1464,  1465,  1466,  1467,  1468,  1467,  1466,  1469,  1470,  1471,  1472, 
+                                                1473,  1474,  1475,  1476,  1477,  1478,  1479,  1480,  1481,  1482,  1483,  1484, 
+                                                1483,  1482,  1485,  1486,  1487,  1488,  1487,  1486,  1489,  1490,  1491,  1492, 
+                                                1493,  1494,  1495,  1496,  1497,  1498,  1497,  1499,  1500,  1501,  1502,  1503, 
+                                                1502,  1501,  1504,  1505,  1506,  1507,  1506,  1505,  1508,  1509,  1510,  1511, 
+                                                1512,  1513,  1514,  1515,  1516,  1517,  1516,  1518,  1519,  1520,  1521,  1522, 
+                                                1523,  1524,  1525,  1526,  1527,  1528,  1527,  1526,  1529,  1530,  1531,  1532, 
+                                                1393,  1392,  1533,  1534,  1535,  1536,  1535,  1534,  1537,  1538,  1539,  1540, 
+                                                1539,  1538,  1541,  1542,  1543,  1544,  1543,  1542,  1545,  1546,  1547,  1548, 
+                                                1413,  1412,  1549,  1550,  1551,  1552,  1551,  1550,  1553,  1554,  1555,  1556, 
+                                                1555,  1557,  1558,  1559,  1560,  1561,  1560,  1559,  1562,  1563,  1564,  1565, 
+                                                1432,  1431,  1566,  1567,  1568,  1569,  1568,  1567,  1570,  1571,  1572,  1573, 
+                                                1572,  1571,  1574,  1575,  1576,  1577,  1576,  1575,  1578,  1579,  1580,  1581, 
+                                                1451,  1450,  1582,  1583,  1584,  1585,  1584,  1583,  1586,  1587,  1588,  1589, 
+                                                1588,  1587,  1590,  1591,  1592,  1593,  1592,  1591,  1594,  1595,  1596,  1597, 
+                                                1471,  1470,  1598,  1599,  1600,  1601,  1600,  1599,  1602,  1603,  1604,  1605, 
+                                                1606,  1607,  1608,  1609,  1610,  1611,  1610,  1609,  1612,  1613,  1614,  1615, 
+                                                1491,  1490,  1616,  1617,  1618,  1619,  1618,  1617,  1620,  1621,  1622,  1623, 
+                                                1622,  1621,  1624,  1625,  1626,  1627,  1626,  1625,  1628,  1629,  1630,  1631, 
+                                                1510,  1509,  1632,  1633,  1634,  1635,  1634,  1633,  1636,  1637,  1638,  1639, 
+                                                1640,  1641,  1642,  1643,  1644,  1645,  1646,  1643,  1647,  1648,  1649,  1650, 
+                                                1531,  1530,  1651,  1652,  1653,  1654,  1653,  1652,  1655,  1656,  1657,  1658, 
+                                                1657,  1656,  1659,  1660,  1661,  1662,  1661,  1660,  1663,  1664,  1665,  1666, 
+                                                1667,  1668,  1669,  1670,  1671,  1672,  1673,  1674,  1675,  1676,  1677,  1678, 
+                                                1679,  1676,  1680,  1681,  1682,  1683,  1684,  1685,  1686,  1687,  1688,  1689, 
+                                                1690,  1691,  1692,  1693,  1694,  1695,  1696,  1697,  1698,  1699,  1700,  1701, 
+                                                1702,  1703,  1704,  1705,  1706,  1707,  1708,  1709,  1710,  1711,  1712,  1713, 
+                                                1714,  1715,  1716,  1717,  1718,  1719,  1720,  1721,  1722,  1723,  1724,  1725, 
+                                                1724,  1726,  1727,  1728,  1729,  1730,  1731,  1732,  1733,  1734,  1735,  1736, 
+                                                1737,  1738,  1739,  1740,  1741,  1742,  1741,  1740,  1743,  1744,  1745,  1746, 
+                                                1747,  1748,  1749,  1750,  1751,  1752,  1751,  1753,  1754,  1755,  1756,  1757, 
+                                                1758,  1759,  1760,  1761,  1762,  1763,  1762,  1764,  1765,  1766,  1767,  1768, 
+                                                1767,  1766,  1769,  1770,  1771,  1772,  1773,  1774,  1775,  1776,  1777,  1778, 
+                                                1779,  1780,  1781,  1782,  1783,  1784,  1785,  1786,  1787,  1788,  1789,  1790, 
+                                                1791,  1788,  1792,  1793,  1794,  1795,  1796,  1797,  1798,  1799,  1800,  1801, 
+                                                1802,  1803,  1804,  1805,  1806,  1807,  1808,  1809,  1810,  1811,  1812,  1813, 
+                                                1814,  1815,  1816,  1817,  1818,  1819,  1820,  1817,  1821,  1822,  1823,  1824, 
+                                                1825,  1826,  1827,  1828,  1829,  1830,  1831,  1832,  1833,  1834,  1835,  1836, 
+                                                1837,  1838,  1839,  1840,  1841,  1842,  1841,  1843,  1844,  1845,  1846,  1847, 
+                                                1848,  1849,  1850,  1851,  1852,  1853,  1852,  1851,  1854,  1855,  1856,  1857, 
+                                                1858,  1859,  1860,  1861,  1862,  1863,  1864,  1865,  1866,  1867,  1868,  1869, 
+                                                1712,  1711,  1870,  1871,  1872,  1873,  1874,  1875,  1876,  1877,  1878,  1879, 
+                                                1880,  1881,  1882,  1883,  1884,  1885,  1886,  1887,  1888,  1889,  1890,  1891, 
+                                                1892,  1893,  1894,  1895,  1896,  1897,  1896,  1895,  1898,  1899,  1900,  1901, 
+                                                1900,  1899,  1902,  1903,  1904,  1905,  1906,  1907,  1908,  1909,  1910,  1911, 
+                                                1912,  1913,  1914,  1915,  1916,  1917,  1916,  1918,  1919,  1920,  1921,  1922, 
+                                                1923,  1924,  1925,  1926,  1927,  1928,  1929,  1930,  1931,  1932,  1933,  1934, 
+                                                1935,  1936,  1937,  1938,  1939,  1940,  1941,  1942,  1943,  1944,  1945,  1946, 
+                                                1947,  1948,  1949,  1950,  1951,  1952,  1953,  1954,  1955,  1956,  1957,  1958, 
+                                                1959,  1960,  1961,  1962,  1963,  1964,  1965,  1966,  1967,  1968,  1969,  1970, 
+                                                1969,  1968,  1971,  1972,  1973,  1974,  1973,  1972,  1975,  1976,  1977,  1978, 
+                                                1979,  1980,  1981,  1982,  1983,  1984,  1985,  1982,  1986,  1987,  1988,  1989, 
+                                                1990,  1991,  1992,  1993,  1994,  1995,  1994,  1993,  1996,  1997,  1998,  1999, 
+                                                2000,  2001,  2002,  2003,  2004,  2005,  2004,  2003,  2006,  2007,  2008,  2009, 
+                                                2010,  2011,  2012,  2013,  2014,  2015,  2016,  2017,  2018,  2019,  2020,  2021, 
+                                                2022,  2023,  2024,  2023,  2022,  2025,  2026,  2027,  2028,  2029,  2030,  2031, 
+                                                2032,  2033,  2034,  2033,  2032,  2035,  2036,  2037,  2038,  2039,  2040,  2041, 
+                                                2040,  2039,  2042,  2043,  2044,  2045,  2044,  2043,  2046,  2047,  2048,  2049, 
+                                                2048,  2047,  2050,  2051,  2052,  2053,  2054,  2055,  2056,  2057,  2058,  2059, 
+                                                2060,  2061,  2062,  2061,  2060,  2063,  2064,  2065,  2066,  2065,  2064,  2067, 
+                                                2068,  2069,  2070,  2071,  2072,  2073,  2072,  2071,  2074,  2075,  2076,  2077, 
+                                                2076,  2075,  2078,  2079,  2080,  2081,  2080,  2079,  2082,  2083,  2084,  2085, 
+                                                2086,  2087,  2088,  2089,  2090,  2091,  2092,  2093,  2094,  2093,  2092,  2095, 
+                                                2096,  2097,  2098,  2097,  2096,  2099,  2100,  2101,  2102,  2103,  2104,  2105, 
+                                                2104,  2103,  2106,  2107,  2108,  2109,  2110,  2111,  2112,  2113,  2114,  2115, 
+                                                2116,  2117,  2118,  2119,  2120,  2121,  2122,  2123,  2124,  2123,  2122,  2125, 
+                                                2126,  2127,  2128,  2127,  2126,  2129,  2130,  2131,  2132,  2131,  2130,  2133, 
+                                                2134,  2135,  2136,  2137,  2138,  2139,  2138,  2137,  2140,  2141,  2142,  2143, 
+                                                2142,  2141,  2144,  2145,  2146,  2147,  2146,  2145,  2148,  2149,  2150,  2151, 
+                                                2152,  2153,  2154,  2153,  2152,  2155,  2156,  2157,  2158,  2159,  2156,  2160, 
+                                                2161,  2162,  2163,  2162,  2161,  2164,  2165,  2166,  2167,  2168,  2169,  2170, 
+                                                2169,  2168,  2171,  2172,  2173,  2174,  2173,  2172,  2175,  2176,  2177,  2178, 
+                                                2177,  2176,  2179,  2180,  2181,  2182,  2183,  2184,  2185,  2186,  2187,  2188, 
+                                                2189,  2190,  2191,  2190,  2189,  2192,  2193,  2194,  2195,  2194,  2193,  2196, 
+                                                2197,  2198,  2199,  2200,  2201,  2202,  2201,  2200,  2203,  2204,  2205,  2206, 
+                                                2205,  2204,  2207,  2208,  2209,  2210,  2209,  2208,  2211,  2212,  2213,  2214, 
+                                                2215,  2216,  2217,  2218,  2219,  2220,  2221,  2222,  2223,  2222,  2221,  2224, 
+                                                2225,  2226,  2227,  2226,  2225,  2228,  2229,  2230,  2231,  2232,  2233,  2234, 
+                                                2233,  2232,  2235,  2236,  2237,  2238,  2239,  2240,  2241,  2242,  2243,  2244, 
+                                                2245,  2246,  2247,  2248,  2249,  2250,  2251,  2252,  2253,  2252,  2251,  2254, 
+                                                2255,  2256,  2257,  2256,  2255,  2258,  2259,  2260,  2261,  2260,  2259,  2262, 
+                                                2263,  2264,  2265,  2266,  2267,  2268,  2267,  2266,  2269,  2270,  2271,  2272, 
+                                                2271,  2270,  2273,  2274,  2275,  2276,  2275,  2274,  2277,  2278,  2279,  2280, 
+                                                2281,  2282,  2283,  2284,  2285,  2286,  2285,  2284,  2287,  2288,  2289,  2290, 
+                                                2289,  2288,  2291,  2292,  2293,  2294,  2293,  2292,  2295,  2296,  2297,  2298, 
+                                                2299,  2300,  2301,  2302,  2303,  2304,  2305,  2306,  2307,  2308,  2309,  2310, 
+                                                2309,  2308,  2311,  2312,  2313,  2314,  2313,  2312,  2315,  2316,  2317,  2318, 
+                                                2319,  2320,  2321,  2322,  2323,  2324,  2323,  2322,  2325,  2326,  2327,  2328, 
+                                                2327,  2326,  2329,  2330,  2331,  2332,  2331,  2330,  2333,  2334,  2335,  2336, 
+                                                2337,  2338,  2339,  2340,  2341,  2342,  2341,  2340,  2343,  2344,  2345,  2346, 
+                                                2345,  2344,  2347,  2348,  2349,  2350,  2349,  2348,  2351,  2352,  2353,  2354, 
+                                                2355,  2356,  2357,  2358,  2359,  2360,  2359,  2358,  2361,  2362,  2363,  2364, 
+                                                2363,  2362,  2365,  2366,  2367,  2368,  2367,  2366,  2369,  2370,  2371,  2372, 
+                                                2373,  2374,  2375,  2376,  2377,  2378,  2377,  2376,  2379,  2380,  2381,  2382, 
+                                                2381,  2380,  2383,  2384,  2385,  2386,  2385,  2384,  2387,  2388,  2389,  2390, 
+                                                2391,  2392,  2393,  2394,  2395,  2396,  2395,  2394,  2397,  2398,  2399,  2400, 
+                                                2399,  2398,  2401,  2402,  2403,  2404,  2403,  2402,  2405,  2406,  2407,  2408, 
+                                                2409,  2410,  2411,  2412,  2413,  2414,  2415,  2416,  2417,  2418,  2419,  2420, 
+                                                2419,  2418,  2421,  2422,  2423,  2424,  2423,  2422,  2425,  2426,  2427,  2428, 
+                                                2429,  2430,  2431,  2432,  2433,  2434,  2433,  2432,  2435,  2436,  2437,  2438, 
+                                                2437,  2436,  2439,  2440,  2441,  2442,  2441,  2440,  2443,  2444,  2445,  2446, 
+                                                2447,  2448,  2449,  2450,  2451,  2452,  2453,  2454,  2455,  2456,  2457,  2458, 
+                                                2457,  2456,  2459,  2460,  2461,  2462,  2461,  2460,  2463,  2464,  2465,  2466, 
+                                                2467,  2468,  2469,  2470,  2471,  2472,  2471,  2470,  2473,  2474,  2475,  2476, 
+                                                2475,  2474,  2477,  2478,  2479,  2480,  2479,  2478,  2481,  2482,  2483,  2484, 
+                                                2485,  2486,  2487,  2488,  2489,  2490,  2489,  2488,  2491,  2492,  2493,  2494, 
+                                                2493,  2492,  2495,  2496,  2497,  2498,  2497,  2496,  2499,  2500,  2501,  2502, 
+                                                2503,  2504,  2505,  2506,  2507,  2508,  2507,  2506,  2509,  2510,  2511,  2512, 
+                                                2511,  2510,  2513,  2514,  2515,  2516,  2515,  2514,  2517,  2518,  2519,  2520, 
+                                                2521,  2522,  2523,  2524,  2525,  2526,  2525,  2524,  2527,  2528,  2529,  2530, 
+                                                2529,  2528,  2531,  2532,  2533,  2534,  2533,  2532,  2535,  2536,  2537,  2538, 
+                                                2539,  2540,  2541,  2542,  2543,  2544,  2543,  2542,  2545,  2546,  2547,  2548, 
+                                                2547,  2546,  2549,  2550,  2551,  2552,  2551,  2550,  2553,  2554,  2555,  2556, 
+                                                2557,  2558,  2559,  2560,  2561,  2562,  2563,  2564,  2565,  2566,  2567,  2568, 
+                                                2567,  2566,  2569,  2570,  2571,  2572,  2571,  2570,  2573,  2574,  2575,  2576
+                                       ]
+                               }
+                       ]
+               }
+       ], 
+       "materials": [
+               {
+                       "id": "defaultMat", 
+                       "diffuse": [ 1.000000,  1.000000,  1.000000], 
+                       "specular": [ 0.300000,  0.300000,  0.300000]
+               }
+       ], 
+       "nodes": [
+               {
+                       "id": "Teapot001", 
+                       "parts": [
+                               {
+                                       "meshpartid": "shape1_part1", 
+                                       "materialid": "defaultMat", 
+                                       "uvMapping": [[  0]]
+                               }
+                       ]
+               }
+       ], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests-android/assets/data/g3d/shapes/torus.g3dj b/tests/gdx-tests-android/assets/data/g3d/shapes/torus.g3dj
new file mode 100644 (file)
index 0000000..03861e3
--- /dev/null
@@ -0,0 +1,680 @@
+{
+       "version": [  0,   1], 
+       "id": "", 
+       "meshes": [
+               {
+                       "attributes": ["POSITION", "NORMAL", "TANGENT", "BINORMAL", "TEXCOORD0"], 
+                       "vertices": [
+                                0.997605,  0.309017, -0.324142, -0.900983,  0.320202,  0.292746, -0.324044, -0.047984, -0.944824, -0.288488, -0.946133,  0.146992,  0.000000,  0.050000, 
+                                0.809018,  0.000000, -0.587786, -0.809017,  0.000001,  0.587785, -0.587785, -0.000000, -0.809017, -0.000001, -1.000000,  0.000001,  0.050000,  0.000000, 
+                                0.951057,  0.000000, -0.309017, -0.951057,  0.000001,  0.309016, -0.309016, -0.000000, -0.951057, -0.000001, -1.000000,  0.000001,  0.000000,  0.000000, 
+                                0.848614,  0.309017, -0.616554, -0.766422,  0.320202,  0.556838, -0.587785, -0.000000, -0.809017, -0.259049, -0.947349,  0.188210,  0.050000,  0.050000, 
+                                0.616554,  0.309017, -0.848614, -0.556838,  0.320202,  0.766422, -0.809017,  0.000000, -0.587785, -0.188210, -0.947349,  0.259049,  0.100000,  0.050000, 
+                                0.587786,  0.000000, -0.809017, -0.587785,  0.000001,  0.809017, -0.809017, -0.000000, -0.587785, -0.000001, -1.000000,  0.000001,  0.100000,  0.000000, 
+                                0.324142,  0.309017, -0.997605, -0.292747,  0.320202,  0.900983, -0.951057, -0.000000, -0.309017, -0.098948, -0.947349,  0.304531,  0.150000,  0.050000, 
+                                0.309017,  0.000000, -0.951057, -0.309017,  0.000001,  0.951057, -0.951057, -0.000000, -0.309017, -0.000000, -1.000000,  0.000001,  0.150000,  0.000000, 
+                                0.000000,  0.309017, -1.048944,  0.000000,  0.320202,  0.947349, -1.000000,  0.000000,  0.000000,  0.000000, -0.947349,  0.320202,  0.200000,  0.050000, 
+                                0.000000,  0.000000, -1.000000,  0.000000,  0.000001,  1.000000, -1.000000, -0.000000,  0.000000,  0.000000, -1.000000,  0.000001,  0.200000,  0.000000, 
+                               -0.324142,  0.309017, -0.997605,  0.292747,  0.320202,  0.900983, -0.951056,  0.000000,  0.309017,  0.098948, -0.947349,  0.304530,  0.250000,  0.050000, 
+                               -0.309017,  0.000000, -0.951057,  0.309017,  0.000001,  0.951056, -0.951056, -0.000000,  0.309017,  0.000000, -1.000000,  0.000001,  0.250000,  0.000000, 
+                               -0.616554,  0.309017, -0.848613,  0.556838,  0.320202,  0.766421, -0.809017,  0.000000,  0.587785,  0.188210, -0.947349,  0.259049,  0.300000,  0.050000, 
+                               -0.587785,  0.000000, -0.809017,  0.587785,  0.000001,  0.809017, -0.809017, -0.000000,  0.587785,  0.000001, -1.000000,  0.000001,  0.300000,  0.000000, 
+                               -0.848613,  0.309017, -0.616554,  0.766422,  0.320202,  0.556838, -0.587785,  0.000000,  0.809017,  0.259049, -0.947349,  0.188210,  0.350000,  0.050000, 
+                               -0.809017,  0.000000, -0.587785,  0.809017,  0.000001,  0.587785, -0.587785, -0.000000,  0.809017,  0.000001, -1.000000,  0.000001,  0.350000,  0.000000, 
+                               -0.997605,  0.309017, -0.324141,  0.900983,  0.320202,  0.292747, -0.309017,  0.000000,  0.951057,  0.304530, -0.947349,  0.098948,  0.400000,  0.050000, 
+                               -0.951057,  0.000000, -0.309017,  0.951057,  0.000001,  0.309017, -0.309017, -0.000000,  0.951057,  0.000001, -1.000000,  0.000000,  0.400000,  0.000000, 
+                               -1.048944,  0.309017,  0.000000,  0.947349,  0.320202, -0.000000,  0.000000,  0.000000,  1.000000,  0.320202, -0.947349, -0.000000,  0.450000,  0.050000, 
+                               -1.000000,  0.000000,  0.000000,  1.000000,  0.000001, -0.000000,  0.000000, -0.000000,  1.000000,  0.000001, -1.000000, -0.000000,  0.450000,  0.000000, 
+                               -0.997605,  0.309017,  0.324141,  0.900983,  0.320202, -0.292747,  0.309017,  0.000000,  0.951057,  0.304530, -0.947349, -0.098948,  0.500000,  0.050000, 
+                               -0.951057,  0.000000,  0.309017,  0.951056,  0.000001, -0.309017,  0.309017, -0.000000,  0.951057,  0.000001, -1.000000, -0.000000,  0.500000,  0.000000, 
+                               -0.848613,  0.309017,  0.616554,  0.766422,  0.320202, -0.556838,  0.587785,  0.000000,  0.809017,  0.259049, -0.947349, -0.188210,  0.550000,  0.050000, 
+                               -0.809017,  0.000000,  0.587785,  0.809017,  0.000001, -0.587785,  0.587785, -0.000000,  0.809017,  0.000001, -1.000000, -0.000001,  0.550000,  0.000000, 
+                               -0.616554,  0.309017,  0.848613,  0.556838,  0.320202, -0.766422,  0.809017, -0.000000,  0.587785,  0.188210, -0.947349, -0.259049,  0.600000,  0.050000, 
+                               -0.587785,  0.000000,  0.809017,  0.587785,  0.000001, -0.809017,  0.809017, -0.000000,  0.587785,  0.000001, -1.000000, -0.000001,  0.600000,  0.000000, 
+                               -0.324141,  0.309017,  0.997605,  0.292747,  0.320202, -0.900983,  0.951057,  0.000000,  0.309017,  0.098948, -0.947349, -0.304530,  0.650000,  0.050000, 
+                               -0.309017,  0.000000,  0.951057,  0.309017,  0.000001, -0.951057,  0.951057, -0.000000,  0.309017,  0.000000, -1.000000, -0.000001,  0.650000,  0.000000, 
+                               -0.000000,  0.309017,  1.048944, -0.000000,  0.320202, -0.947349,  1.000000, -0.000000, -0.000000, -0.000000, -0.947349, -0.320202,  0.700000,  0.050000, 
+                               -0.000000,  0.000000,  1.000000,  0.000000,  0.000001, -1.000000,  1.000000, -0.000000, -0.000000, -0.000000, -1.000000, -0.000001,  0.700000,  0.000000, 
+                                0.309017,  0.000000,  0.951057, -0.309017,  0.000001, -0.951056,  0.951057, -0.000000, -0.309017, -0.000000, -1.000000, -0.000001,  0.750000,  0.000000, 
+                                0.324141,  0.309017,  0.997605, -0.292747,  0.320202, -0.900983,  0.951057, -0.000000, -0.309017, -0.098948, -0.947349, -0.304530,  0.750000,  0.050000, 
+                                0.587785,  0.000000,  0.809017, -0.587785,  0.000001, -0.809017,  0.809017, -0.000000, -0.587785, -0.000001, -1.000000, -0.000001,  0.800000,  0.000000, 
+                                0.616554,  0.309017,  0.848613, -0.556838,  0.320202, -0.766422,  0.809017, -0.000000, -0.587785, -0.188210, -0.947349, -0.259049,  0.800000,  0.050000, 
+                                0.809017,  0.000000,  0.587785, -0.809017,  0.000001, -0.587785,  0.587785, -0.000000, -0.809017, -0.000001, -1.000000, -0.000001,  0.850000,  0.000000, 
+                                0.848613,  0.309017,  0.616554, -0.766422,  0.320202, -0.556838,  0.587785,  0.000000, -0.809017, -0.259049, -0.947349, -0.188210,  0.850000,  0.050000, 
+                                0.997605,  0.309017,  0.324141, -0.900983,  0.320202, -0.292747,  0.309017, -0.000000, -0.951057, -0.304530, -0.947349, -0.098948,  0.900000,  0.050000, 
+                                0.951057,  0.000000,  0.309017, -0.951057,  0.000001, -0.309017,  0.309017, -0.000000, -0.951057, -0.000001, -1.000000, -0.000000,  0.900000,  0.000000, 
+                                1.048944,  0.309017,  0.000000, -0.947349,  0.320202, -0.000001,  0.000001,  0.000000, -1.000000, -0.320202, -0.947349, -0.000000,  0.950000,  0.050000, 
+                                1.000000,  0.000000,  0.000000, -1.000000,  0.000001, -0.000001,  0.000001, -0.000000, -1.000000, -0.000001, -1.000000,  0.000000,  0.950000,  0.000000, 
+                                0.951057,  0.000000, -0.309017, -0.951057,  0.000001,  0.309016, -0.309016,  0.000000, -0.951057, -0.000001, -1.000000,  0.000000,  1.000000,  0.000000, 
+                                0.997605,  0.309017, -0.324142, -0.900983,  0.320202,  0.292746, -0.293195,  0.047984, -0.954848, -0.319792, -0.946133,  0.050649,  1.000000,  0.050000, 
+                                1.132693,  0.587785, -0.368034, -0.757602,  0.604520,  0.246159, -0.362407, -0.075924, -0.928922, -0.542863, -0.792963,  0.276603,  0.000000,  0.100000, 
+                                0.963526,  0.587785, -0.700043, -0.644455,  0.604520,  0.468224, -0.587785,  0.000000, -0.809017, -0.489067, -0.796590,  0.355328,  0.050000,  0.100000, 
+                                0.700043,  0.587785, -0.963526, -0.468224,  0.604520,  0.644455, -0.809017, -0.000000, -0.587785, -0.355328, -0.796590,  0.489067,  0.100000,  0.100000, 
+                                0.368034,  0.587785, -1.132693, -0.246160,  0.604520,  0.757602, -0.951057,  0.000000, -0.309017, -0.186807, -0.796590,  0.574933,  0.150000,  0.100000, 
+                                0.000000,  0.587785, -1.190984,  0.000000,  0.604520,  0.796590, -1.000000,  0.000000,  0.000000,  0.000000, -0.796590,  0.604520,  0.200000,  0.100000, 
+                               -0.368034,  0.587785, -1.132693,  0.246160,  0.604520,  0.757602, -0.951056,  0.000000,  0.309017,  0.186807, -0.796590,  0.574933,  0.250000,  0.100000, 
+                               -0.700043,  0.587785, -0.963526,  0.468224,  0.604520,  0.644455, -0.809017, -0.000000,  0.587785,  0.355328, -0.796590,  0.489067,  0.300000,  0.100000, 
+                               -0.963526,  0.587785, -0.700042,  0.644455,  0.604520,  0.468224, -0.587785,  0.000000,  0.809017,  0.489067, -0.796590,  0.355328,  0.350000,  0.100000, 
+                               -1.132692,  0.587785, -0.368034,  0.757602,  0.604520,  0.246160, -0.309017, -0.000000,  0.951057,  0.574933, -0.796590,  0.186807,  0.400000,  0.100000, 
+                               -1.190983,  0.587785,  0.000000,  0.796590,  0.604520,  0.000000,  0.000000, -0.000000,  1.000000,  0.604520, -0.796590, -0.000000,  0.450000,  0.100000, 
+                               -1.132692,  0.587785,  0.368034,  0.757602,  0.604520, -0.246160,  0.309017,  0.000000,  0.951057,  0.574933, -0.796590, -0.186807,  0.500000,  0.100000, 
+                               -0.963526,  0.587785,  0.700042,  0.644455,  0.604520, -0.468224,  0.587785, -0.000000,  0.809017,  0.489067, -0.796590, -0.355328,  0.550000,  0.100000, 
+                               -0.700042,  0.587785,  0.963526,  0.468224,  0.604520, -0.644455,  0.809017, -0.000000,  0.587785,  0.355328, -0.796590, -0.489067,  0.600000,  0.100000, 
+                               -0.368034,  0.587785,  1.132692,  0.246160,  0.604520, -0.757602,  0.951057,  0.000000,  0.309017,  0.186807, -0.796590, -0.574933,  0.650000,  0.100000, 
+                               -0.000000,  0.587785,  1.190983, -0.000000,  0.604520, -0.796590,  1.000000,  0.000000, -0.000000, -0.000000, -0.796590, -0.604520,  0.700000,  0.100000, 
+                                0.368034,  0.587785,  1.132692, -0.246160,  0.604520, -0.757602,  0.951057, -0.000000, -0.309017, -0.186807, -0.796590, -0.574933,  0.750000,  0.100000, 
+                                0.700042,  0.587785,  0.963526, -0.468224,  0.604520, -0.644455,  0.809017, -0.000000, -0.587785, -0.355328, -0.796590, -0.489067,  0.800000,  0.100000, 
+                                0.963526,  0.587785,  0.700042, -0.644455,  0.604520, -0.468224,  0.587785,  0.000000, -0.809017, -0.489067, -0.796590, -0.355328,  0.850000,  0.100000, 
+                                1.132692,  0.587785,  0.368034, -0.757602,  0.604520, -0.246160,  0.309017, -0.000000, -0.951057, -0.574933, -0.796590, -0.186807,  0.900000,  0.100000, 
+                                1.190983,  0.587785,  0.000000, -0.796590,  0.604520, -0.000001,  0.000001,  0.000000, -1.000000, -0.604520, -0.796590, -0.000001,  0.950000,  0.100000, 
+                                1.132693,  0.587785, -0.368034, -0.757602,  0.604520,  0.246159, -0.252812,  0.075924, -0.964532, -0.601768, -0.792963,  0.095310,  1.000000,  0.100000, 
+                                1.343097,  0.809017, -0.436399, -0.538658,  0.824145,  0.175020, -0.407869, -0.073309, -0.910093, -0.737218, -0.561614,  0.375631,  0.000000,  0.150000, 
+                                1.142506,  0.809017, -0.830079, -0.458210,  0.824145,  0.332909, -0.587785, -0.000000, -0.809017, -0.666747, -0.566379,  0.484420,  0.050000,  0.150000, 
+                                0.830079,  0.809017, -1.142506, -0.332909,  0.824145,  0.458210, -0.809017, -0.000000, -0.587785, -0.484420, -0.566379,  0.666747,  0.100000,  0.150000, 
+                                0.436399,  0.809017, -1.343097, -0.175021,  0.824145,  0.538658, -0.951057,  0.000000, -0.309017, -0.254675, -0.566379,  0.783808,  0.150000,  0.150000, 
+                                0.000000,  0.809017, -1.412215,  0.000000,  0.824145,  0.566379, -1.000000,  0.000000,  0.000000,  0.000000, -0.566379,  0.824145,  0.200000,  0.150000, 
+                               -0.436399,  0.809017, -1.343097,  0.175021,  0.824145,  0.538658, -0.951056, -0.000000,  0.309017,  0.254675, -0.566379,  0.783808,  0.250000,  0.150000, 
+                               -0.830079,  0.809017, -1.142506,  0.332909,  0.824145,  0.458210, -0.809017, -0.000000,  0.587785,  0.484420, -0.566379,  0.666747,  0.300000,  0.150000, 
+                               -1.142506,  0.809017, -0.830079,  0.458210,  0.824145,  0.332909, -0.587785,  0.000000,  0.809017,  0.666747, -0.566379,  0.484420,  0.350000,  0.150000, 
+                               -1.343096,  0.809017, -0.436398,  0.538658,  0.824145,  0.175021, -0.309017, -0.000000,  0.951057,  0.783808, -0.566379,  0.254675,  0.400000,  0.150000, 
+                               -1.412215,  0.809017,  0.000000,  0.566379,  0.824145,  0.000000, -0.000000,  0.000000,  1.000000,  0.824145, -0.566379,  0.000000,  0.450000,  0.150000, 
+                               -1.343096,  0.809017,  0.436398,  0.538658,  0.824145, -0.175021,  0.309017,  0.000000,  0.951057,  0.783808, -0.566379, -0.254675,  0.500000,  0.150000, 
+                               -1.142506,  0.809017,  0.830079,  0.458210,  0.824145, -0.332909,  0.587785,  0.000000,  0.809017,  0.666747, -0.566379, -0.484420,  0.550000,  0.150000, 
+                               -0.830079,  0.809017,  1.142506,  0.332909,  0.824145, -0.458210,  0.809017,  0.000000,  0.587785,  0.484420, -0.566379, -0.666747,  0.600000,  0.150000, 
+                               -0.436398,  0.809017,  1.343096,  0.175021,  0.824145, -0.538658,  0.951057, -0.000000,  0.309017,  0.254675, -0.566379, -0.783808,  0.650000,  0.150000, 
+                               -0.000000,  0.809017,  1.412215, -0.000000,  0.824145, -0.566379,  1.000000, -0.000000, -0.000000, -0.000000, -0.566379, -0.824145,  0.700000,  0.150000, 
+                                0.436398,  0.809017,  1.343096, -0.175021,  0.824145, -0.538659,  0.951056,  0.000000, -0.309017, -0.254675, -0.566379, -0.783808,  0.750000,  0.150000, 
+                                0.830079,  0.809017,  1.142506, -0.332909,  0.824145, -0.458210,  0.809017,  0.000000, -0.587785, -0.484420, -0.566379, -0.666747,  0.800000,  0.150000, 
+                                1.142506,  0.809017,  0.830079, -0.458210,  0.824145, -0.332909,  0.587785, -0.000000, -0.809017, -0.666747, -0.566379, -0.484420,  0.850000,  0.150000, 
+                                1.343096,  0.809017,  0.436398, -0.538659,  0.824145, -0.175021,  0.309017, -0.000000, -0.951057, -0.783808, -0.566379, -0.254675,  0.900000,  0.150000, 
+                                1.412215,  0.809017,  0.000000, -0.566379,  0.824145, -0.000001,  0.000001,  0.000000, -1.000000, -0.824145, -0.566379, -0.000001,  0.950000,  0.150000, 
+                                1.343097,  0.809017, -0.436399, -0.538658,  0.824145,  0.175020, -0.204965,  0.073309, -0.976020, -0.817213, -0.561614,  0.129432,  1.000000,  0.150000, 
+                                1.368035,  0.951057, -0.993935, -0.228155,  0.959410,  0.165764, -0.587785,  0.000000, -0.809017, -0.776179, -0.282015,  0.563927,  0.050000,  0.200000, 
+                                1.608222,  0.951057, -0.522543, -0.268212,  0.959410,  0.087147, -0.442589, -0.042368, -0.895723, -0.855674, -0.278814,  0.435988,  0.000000,  0.200000, 
+                                0.993935,  0.951057, -1.368035, -0.165764,  0.959410,  0.228155, -0.809017,  0.000000, -0.587785, -0.563927, -0.282015,  0.776179,  0.100000,  0.200000, 
+                                0.522543,  0.951057, -1.608221, -0.087147,  0.959410,  0.268212, -0.951057, -0.000000, -0.309017, -0.296474, -0.282015,  0.912453,  0.150000,  0.200000, 
+                                0.000000,  0.951057, -1.690984,  0.000000,  0.959410,  0.282015, -1.000000,  0.000000,  0.000000,  0.000000, -0.282015,  0.959410,  0.200000,  0.200000, 
+                               -0.522543,  0.951057, -1.608221,  0.087148,  0.959410,  0.268212, -0.951056,  0.000000,  0.309017,  0.296474, -0.282015,  0.912453,  0.250000,  0.200000, 
+                               -0.993935,  0.951057, -1.368035,  0.165764,  0.959410,  0.228155, -0.809017, -0.000000,  0.587785,  0.563927, -0.282015,  0.776179,  0.300000,  0.200000, 
+                               -1.368034,  0.951057, -0.993935,  0.228155,  0.959410,  0.165764, -0.587785,  0.000000,  0.809017,  0.776179, -0.282015,  0.563927,  0.350000,  0.200000, 
+                               -1.608221,  0.951057, -0.522543,  0.268213,  0.959410,  0.087147, -0.309017,  0.000000,  0.951057,  0.912453, -0.282015,  0.296474,  0.400000,  0.200000, 
+                               -1.690983,  0.951057,  0.000000,  0.282015,  0.959410,  0.000000, -0.000000, -0.000000,  1.000000,  0.959410, -0.282015,  0.000000,  0.450000,  0.200000, 
+                               -1.608221,  0.951057,  0.522543,  0.268213,  0.959410, -0.087148,  0.309017,  0.000000,  0.951057,  0.912453, -0.282015, -0.296474,  0.500000,  0.200000, 
+                               -1.368034,  0.951057,  0.993935,  0.228155,  0.959410, -0.165765,  0.587785,  0.000000,  0.809017,  0.776179, -0.282015, -0.563927,  0.550000,  0.200000, 
+                               -0.993935,  0.951057,  1.368034,  0.165764,  0.959410, -0.228155,  0.809017,  0.000000,  0.587785,  0.563927, -0.282015, -0.776179,  0.600000,  0.200000, 
+                               -0.522543,  0.951057,  1.608221,  0.087148,  0.959410, -0.268212,  0.951057, -0.000000,  0.309017,  0.296474, -0.282015, -0.912453,  0.650000,  0.200000, 
+                               -0.000000,  0.951057,  1.690983, -0.000000,  0.959410, -0.282015,  1.000000, -0.000000, -0.000000, -0.000000, -0.282015, -0.959410,  0.700000,  0.200000, 
+                                0.522542,  0.951057,  1.608221, -0.087148,  0.959410, -0.268213,  0.951056, -0.000000, -0.309017, -0.296474, -0.282015, -0.912453,  0.750000,  0.200000, 
+                                0.993935,  0.951057,  1.368034, -0.165765,  0.959410, -0.228155,  0.809017,  0.000000, -0.587785, -0.563927, -0.282015, -0.776179,  0.800000,  0.200000, 
+                                1.368034,  0.951057,  0.993935, -0.228155,  0.959410, -0.165765,  0.587785, -0.000000, -0.809017, -0.776179, -0.282015, -0.563927,  0.850000,  0.200000, 
+                                1.608220,  0.951057,  0.522543, -0.268213,  0.959410, -0.087148,  0.309017, -0.000000, -0.951057, -0.912453, -0.282015, -0.296474,  0.900000,  0.200000, 
+                                1.690983,  0.951057,  0.000000, -0.282016,  0.959410, -0.000000,  0.000001, -0.000000, -1.000000, -0.959410, -0.282016, -0.000001,  0.950000,  0.200000, 
+                                1.608222,  0.951057, -0.522543, -0.268212,  0.959410,  0.087147, -0.168429,  0.042368, -0.984803, -0.948522, -0.278814,  0.150229,  1.000000,  0.200000, 
+                                1.618035,  1.000000, -1.175571,  0.022374,  0.999618, -0.016256, -0.587785,  0.000000, -0.809017, -0.808708,  0.027656,  0.587560,  0.050000,  0.250000, 
+                                1.902114,  1.000000, -0.618034,  0.026302,  0.999618, -0.008546, -0.453881,  0.004325, -0.891052, -0.890674,  0.027316,  0.453821,  0.000000,  0.250000, 
+                                1.175571,  1.000000, -1.618035,  0.016256,  0.999618, -0.022374, -0.809017,  0.000000, -0.587785, -0.587560,  0.027656,  0.808708,  0.100000,  0.250000, 
+                                0.618034,  1.000000, -1.902114,  0.008546,  0.999618, -0.026302, -0.951057,  0.000000, -0.309017, -0.308899,  0.027656,  0.950693,  0.150000,  0.250000, 
+                                0.000000,  1.000000, -2.000001, -0.000000,  0.999617, -0.027656, -1.000000, -0.000000,  0.000000,  0.000000,  0.027656,  0.999618,  0.200000,  0.250000, 
+                               -0.618034,  1.000000, -1.902114, -0.008546,  0.999618, -0.026302, -0.951056,  0.000000,  0.309017,  0.308899,  0.027656,  0.950693,  0.250000,  0.250000, 
+                               -1.175571,  1.000000, -1.618035, -0.016256,  0.999618, -0.022374, -0.809017,  0.000000,  0.587785,  0.587561,  0.027656,  0.808707,  0.300000,  0.250000, 
+                               -1.618034,  1.000000, -1.175571, -0.022374,  0.999618, -0.016256, -0.587785, -0.000000,  0.809017,  0.808708,  0.027656,  0.587560,  0.350000,  0.250000, 
+                               -1.902114,  1.000000, -0.618034, -0.026302,  0.999618, -0.008546, -0.309017, -0.000000,  0.951057,  0.950693,  0.027656,  0.308899,  0.400000,  0.250000, 
+                               -2.000000,  1.000000,  0.000000, -0.027656,  0.999618, -0.000000, -0.000000,  0.000000,  1.000000,  0.999618,  0.027656,  0.000000,  0.450000,  0.250000, 
+                               -1.902114,  1.000000,  0.618034, -0.026302,  0.999618,  0.008546,  0.309017,  0.000000,  0.951057,  0.950693,  0.027656, -0.308899,  0.500000,  0.250000, 
+                               -1.618034,  1.000000,  1.175571, -0.022374,  0.999618,  0.016256,  0.587785, -0.000000,  0.809017,  0.808707,  0.027656, -0.587561,  0.550000,  0.250000, 
+                               -1.175571,  1.000000,  1.618034, -0.016256,  0.999618,  0.022374,  0.809017, -0.000000,  0.587785,  0.587560,  0.027656, -0.808708,  0.600000,  0.250000, 
+                               -0.618034,  1.000000,  1.902113, -0.008546,  0.999618,  0.026302,  0.951056, -0.000000,  0.309017,  0.308899,  0.027656, -0.950693,  0.650000,  0.250000, 
+                               -0.000000,  1.000000,  2.000000, -0.000000,  0.999618,  0.027656,  1.000000,  0.000000, -0.000000, -0.000000,  0.027656, -0.999618,  0.700000,  0.250000, 
+                                0.618034,  1.000000,  1.902113,  0.008546,  0.999618,  0.026302,  0.951056, -0.000000, -0.309017, -0.308899,  0.027656, -0.950693,  0.750000,  0.250000, 
+                                1.175570,  1.000000,  1.618034,  0.016256,  0.999618,  0.022374,  0.809017,  0.000000, -0.587785, -0.587560,  0.027656, -0.808708,  0.800000,  0.250000, 
+                                1.618034,  1.000000,  1.175571,  0.022374,  0.999618,  0.016256,  0.587785,  0.000000, -0.809017, -0.808707,  0.027656, -0.587560,  0.850000,  0.250000, 
+                                1.902113,  1.000000,  0.618034,  0.026302,  0.999618,  0.008546,  0.309017, -0.000000, -0.951056, -0.950693,  0.027656, -0.308899,  0.900000,  0.250000, 
+                                2.000000,  1.000000,  0.000000,  0.027656,  0.999618,  0.000000,  0.000001,  0.000000, -1.000000, -0.999618,  0.027656, -0.000001,  0.950000,  0.250000, 
+                                1.902114,  1.000000, -0.618034,  0.026302,  0.999618, -0.008546, -0.156548, -0.004325, -0.987661, -0.987320,  0.027316,  0.156374,  1.000000,  0.250000, 
+                                2.196007,  0.951057, -0.713526,  0.316323,  0.943068, -0.102779, -0.438125,  0.049135, -0.897570, -0.841419,  0.328952,  0.428724,  0.000000,  0.300000, 
+                                1.868035,  0.951057, -1.357207,  0.269080,  0.943068, -0.195498, -0.587785, -0.000000, -0.809017, -0.762958,  0.332601,  0.554321,  0.050000,  0.300000, 
+                                1.357207,  0.951057, -1.868035,  0.195498,  0.943068, -0.269080, -0.809017,  0.000000, -0.587785, -0.554321,  0.332601,  0.762958,  0.100000,  0.300000, 
+                                0.713526,  0.951057, -2.196007,  0.102779,  0.943068, -0.316322, -0.951057,  0.000000, -0.309017, -0.291424,  0.332601,  0.896911,  0.150000,  0.300000, 
+                                0.000000,  0.951057, -2.309018, -0.000000,  0.943068, -0.332601, -1.000000, -0.000000,  0.000000,  0.000000,  0.332601,  0.943068,  0.200000,  0.300000, 
+                               -0.713526,  0.951057, -2.196007, -0.102779,  0.943068, -0.316322, -0.951056,  0.000000,  0.309017,  0.291424,  0.332601,  0.896911,  0.250000,  0.300000, 
+                               -1.357207,  0.951057, -1.868035, -0.195498,  0.943068, -0.269080, -0.809017,  0.000000,  0.587785,  0.554321,  0.332601,  0.762958,  0.300000,  0.300000, 
+                               -1.868035,  0.951057, -1.357207, -0.269080,  0.943068, -0.195498, -0.587785, -0.000000,  0.809017,  0.762958,  0.332601,  0.554321,  0.350000,  0.300000, 
+                               -2.196007,  0.951057, -0.713526, -0.316322,  0.943068, -0.102779, -0.309017, -0.000000,  0.951057,  0.896911,  0.332601,  0.291424,  0.400000,  0.300000, 
+                               -2.309018,  0.951057,  0.000000, -0.332601,  0.943068, -0.000000,  0.000000,  0.000000,  1.000000,  0.943068,  0.332601, -0.000000,  0.450000,  0.300000, 
+                               -2.196007,  0.951057,  0.713526, -0.316322,  0.943068,  0.102779,  0.309017,  0.000000,  0.951057,  0.896911,  0.332601, -0.291424,  0.500000,  0.300000, 
+                               -1.868035,  0.951057,  1.357206, -0.269080,  0.943068,  0.195498,  0.587785, -0.000000,  0.809017,  0.762958,  0.332601, -0.554321,  0.550000,  0.300000, 
+                               -1.357206,  0.951057,  1.868034, -0.195498,  0.943067,  0.269080,  0.809017, -0.000000,  0.587785,  0.554321,  0.332601, -0.762958,  0.600000,  0.300000, 
+                               -0.713526,  0.951057,  2.196006, -0.102779,  0.943068,  0.316323,  0.951057,  0.000000,  0.309017,  0.291424,  0.332601, -0.896911,  0.650000,  0.300000, 
+                               -0.000000,  0.951057,  2.309017,  0.000000,  0.943068,  0.332601,  1.000000, -0.000000, -0.000000, -0.000000,  0.332601, -0.943068,  0.700000,  0.300000, 
+                                0.713525,  0.951057,  2.196006,  0.102779,  0.943068,  0.316323,  0.951057,  0.000000, -0.309017, -0.291424,  0.332601, -0.896910,  0.750000,  0.300000, 
+                                1.357206,  0.951057,  1.868034,  0.195498,  0.943068,  0.269080,  0.809017,  0.000000, -0.587785, -0.554321,  0.332601, -0.762958,  0.800000,  0.300000, 
+                                1.868034,  0.951057,  1.357206,  0.269080,  0.943068,  0.195498,  0.587785,  0.000000, -0.809017, -0.762958,  0.332601, -0.554321,  0.850000,  0.300000, 
+                                2.196006,  0.951057,  0.713526,  0.316323,  0.943068,  0.102779,  0.309017,  0.000000, -0.951057, -0.896910,  0.332601, -0.291424,  0.900000,  0.300000, 
+                                2.309017,  0.951057,  0.000000,  0.332601,  0.943068,  0.000000,  0.000001,  0.000000, -1.000000, -0.943068,  0.332601, -0.000001,  0.950000,  0.300000, 
+                                2.196007,  0.951057, -0.713526,  0.316323,  0.943068, -0.102779, -0.173125, -0.049135, -0.983673, -0.932721,  0.328952,  0.147726,  1.000000,  0.300000, 
+                                2.093564,  0.809017, -1.521063,  0.488759,  0.796879, -0.355104, -0.587785, -0.000000, -0.809017, -0.644689,  0.604139,  0.468394,  0.050000,  0.350000, 
+                                2.461132,  0.809017, -0.799670,  0.574571,  0.796879, -0.186689, -0.401486,  0.075651, -0.912736, -0.713217,  0.599384,  0.363402,  0.000000,  0.350000, 
+                                1.521063,  0.809017, -2.093564,  0.355104,  0.796879, -0.488759, -0.809017, -0.000000, -0.587785, -0.468394,  0.604139,  0.644689,  0.100000,  0.350000, 
+                                0.799670,  0.809017, -2.461131,  0.186689,  0.796879, -0.574570, -0.951057, -0.000000, -0.309017, -0.246249,  0.604139,  0.757877,  0.150000,  0.350000, 
+                                0.000000,  0.809017, -2.587786, -0.000000,  0.796879, -0.604139, -1.000000,  0.000000,  0.000000,  0.000000,  0.604139,  0.796879,  0.200000,  0.350000, 
+                               -0.799670,  0.809017, -2.461131, -0.186689,  0.796879, -0.574570, -0.951056,  0.000000,  0.309017,  0.246249,  0.604139,  0.757877,  0.250000,  0.350000, 
+                               -1.521063,  0.809017, -2.093563, -0.355104,  0.796879, -0.488759, -0.809017, -0.000000,  0.587785,  0.468394,  0.604139,  0.644688,  0.300000,  0.350000, 
+                               -2.093563,  0.809017, -1.521062, -0.488759,  0.796879, -0.355104, -0.587785,  0.000000,  0.809017,  0.644689,  0.604139,  0.468394,  0.350000,  0.350000, 
+                               -2.461131,  0.809017, -0.799670, -0.574570,  0.796879, -0.186689, -0.309017, -0.000000,  0.951057,  0.757877,  0.604139,  0.246249,  0.400000,  0.350000, 
+                               -2.587786,  0.809017,  0.000000, -0.604139,  0.796879,  0.000000,  0.000000,  0.000000,  1.000000,  0.796879,  0.604139, -0.000000,  0.450000,  0.350000, 
+                               -2.461131,  0.809017,  0.799670, -0.574570,  0.796879,  0.186689,  0.309017,  0.000000,  0.951057,  0.757877,  0.604139, -0.246249,  0.500000,  0.350000, 
+                               -2.093563,  0.809017,  1.521062, -0.488759,  0.796879,  0.355104,  0.587785, -0.000000,  0.809017,  0.644688,  0.604139, -0.468394,  0.550000,  0.350000, 
+                               -1.521062,  0.809017,  2.093563, -0.355104,  0.796879,  0.488759,  0.809017, -0.000000,  0.587785,  0.468394,  0.604139, -0.644689,  0.600000,  0.350000, 
+                               -0.799670,  0.809017,  2.461130, -0.186689,  0.796879,  0.574570,  0.951057,  0.000000,  0.309017,  0.246249,  0.604139, -0.757877,  0.650000,  0.350000, 
+                               -0.000000,  0.809017,  2.587785,  0.000000,  0.796879,  0.604139,  1.000000,  0.000000, -0.000000, -0.000000,  0.604139, -0.796879,  0.700000,  0.350000, 
+                                0.799670,  0.809017,  2.461130,  0.186689,  0.796879,  0.574571,  0.951056, -0.000000, -0.309017, -0.246249,  0.604139, -0.757877,  0.750000,  0.350000, 
+                                1.521062,  0.809017,  2.093562,  0.355104,  0.796879,  0.488759,  0.809017, -0.000000, -0.587785, -0.468394,  0.604139, -0.644688,  0.800000,  0.350000, 
+                                2.093562,  0.809017,  1.521062,  0.488759,  0.796879,  0.355104,  0.587785, -0.000000, -0.809017, -0.644688,  0.604139, -0.468394,  0.850000,  0.350000, 
+                                2.461130,  0.809017,  0.799670,  0.574571,  0.796879,  0.186689,  0.309017,  0.000000, -0.951057, -0.757877,  0.604139, -0.246249,  0.900000,  0.350000, 
+                                2.587785,  0.809017,  0.000000,  0.604139,  0.796879,  0.000001,  0.000001,  0.000000, -1.000000, -0.796879,  0.604139, -0.000001,  0.950000,  0.350000, 
+                                2.461132,  0.809017, -0.799670,  0.574571,  0.796879, -0.186689, -0.211682, -0.075651, -0.974406, -0.790607,  0.599384,  0.125218,  1.000000,  0.350000, 
+                                2.272544,  0.587785, -1.651100,  0.661296,  0.576061, -0.480460, -0.587785, -0.000000, -0.809017, -0.466043,  0.817407,  0.338600,  0.050000,  0.400000, 
+                                2.671536,  0.587785, -0.868035,  0.777400,  0.576061, -0.252592, -0.357518,  0.074271, -0.930948, -0.517522,  0.814026,  0.263691,  0.000000,  0.400000, 
+                                1.651100,  0.587785, -2.272544,  0.480460,  0.576061, -0.661296, -0.809017, -0.000000, -0.587785, -0.338600,  0.817407,  0.466043,  0.100000,  0.400000, 
+                                0.868034,  0.587785, -2.671535,  0.252592,  0.576061, -0.777400, -0.951057, -0.000000, -0.309017, -0.178012,  0.817407,  0.547866,  0.150000,  0.400000, 
+                                0.000000,  0.587785, -2.809019, -0.000000,  0.576061, -0.817407, -1.000000,  0.000000,  0.000000,  0.000000,  0.817407,  0.576061,  0.200000,  0.400000, 
+                               -0.868034,  0.587785, -2.671535, -0.252593,  0.576061, -0.777400, -0.951056,  0.000000,  0.309017,  0.178013,  0.817407,  0.547866,  0.250000,  0.400000, 
+                               -1.651100,  0.587785, -2.272543, -0.480460,  0.576061, -0.661296, -0.809017, -0.000000,  0.587785,  0.338600,  0.817407,  0.466043,  0.300000,  0.400000, 
+                               -2.272543,  0.587785, -1.651099, -0.661296,  0.576061, -0.480460, -0.587785,  0.000000,  0.809017,  0.466043,  0.817407,  0.338600,  0.350000,  0.400000, 
+                               -2.671535,  0.587785, -0.868034, -0.777400,  0.576061, -0.252593, -0.309017, -0.000000,  0.951057,  0.547866,  0.817407,  0.178013,  0.400000,  0.400000, 
+                               -2.809018,  0.587785,  0.000000, -0.817407,  0.576060,  0.000000, -0.000000, -0.000000,  1.000000,  0.576061,  0.817407,  0.000000,  0.450000,  0.400000, 
+                               -2.671535,  0.587785,  0.868034, -0.777400,  0.576061,  0.252593,  0.309017,  0.000000,  0.951057,  0.547866,  0.817407, -0.178013,  0.500000,  0.400000, 
+                               -2.272543,  0.587785,  1.651099, -0.661296,  0.576061,  0.480460,  0.587785, -0.000000,  0.809017,  0.466043,  0.817407, -0.338600,  0.550000,  0.400000, 
+                               -1.651099,  0.587785,  2.272543, -0.480460,  0.576060,  0.661296,  0.809017,  0.000000,  0.587785,  0.338600,  0.817407, -0.466043,  0.600000,  0.400000, 
+                               -0.868034,  0.587785,  2.671535, -0.252593,  0.576060,  0.777400,  0.951057,  0.000000,  0.309017,  0.178012,  0.817407, -0.547866,  0.650000,  0.400000, 
+                               -0.000000,  0.587785,  2.809017,  0.000000,  0.576061,  0.817407,  1.000000, -0.000000, -0.000000, -0.000000,  0.817407, -0.576061,  0.700000,  0.400000, 
+                                0.868034,  0.587785,  2.671534,  0.252593,  0.576061,  0.777400,  0.951056,  0.000000, -0.309017, -0.178013,  0.817407, -0.547866,  0.750000,  0.400000, 
+                                1.651099,  0.587785,  2.272543,  0.480460,  0.576061,  0.661296,  0.809017, -0.000000, -0.587785, -0.338600,  0.817407, -0.466043,  0.800000,  0.400000, 
+                                2.272543,  0.587785,  1.651099,  0.661296,  0.576061,  0.480460,  0.587785, -0.000000, -0.809017, -0.466043,  0.817407, -0.338600,  0.850000,  0.400000, 
+                                2.671534,  0.587785,  0.868034,  0.777400,  0.576061,  0.252593,  0.309017,  0.000000, -0.951057, -0.547866,  0.817407, -0.178012,  0.900000,  0.400000, 
+                                2.809017,  0.587785,  0.000000,  0.817407,  0.576061,  0.000001,  0.000001, -0.000000, -1.000000, -0.576061,  0.817407, -0.000001,  0.950000,  0.400000, 
+                                2.671536,  0.587785, -0.868035,  0.777400,  0.576061, -0.252592, -0.257957, -0.074271, -0.963297, -0.573678,  0.814026,  0.090861,  1.000000,  0.400000, 
+                                2.806623,  0.309017, -0.911927,  0.906678,  0.301905, -0.294597, -0.322378,  0.045534, -0.945516, -0.272042,  0.952250,  0.138612,  0.000000,  0.450000, 
+                                2.387457,  0.309017, -1.734589,  0.771267,  0.301905, -0.560358, -0.587785, -0.000000, -0.809017, -0.244246,  0.953338,  0.177455,  0.050000,  0.450000, 
+                                1.734589,  0.309017, -2.387456,  0.560358,  0.301905, -0.771267, -0.809017,  0.000000, -0.587785, -0.177455,  0.953338,  0.244247,  0.100000,  0.450000, 
+                                0.911927,  0.309017, -2.806623,  0.294597,  0.301905, -0.906678, -0.951057, -0.000000, -0.309017, -0.093294,  0.953338,  0.287129,  0.150000,  0.450000, 
+                                0.000000,  0.309017, -2.951058, -0.000000,  0.301905, -0.953338, -1.000000, -0.000000,  0.000000,  0.000000,  0.953338,  0.301905,  0.200000,  0.450000, 
+                               -0.911927,  0.309017, -2.806623, -0.294598,  0.301905, -0.906678, -0.951057,  0.000000,  0.309017,  0.093294,  0.953338,  0.287129,  0.250000,  0.450000, 
+                               -1.734588,  0.309017, -2.387456, -0.560358,  0.301905, -0.771266, -0.809017,  0.000000,  0.587785,  0.177456,  0.953338,  0.244246,  0.300000,  0.450000, 
+                               -2.387456,  0.309017, -1.734588, -0.771267,  0.301905, -0.560358, -0.587785,  0.000000,  0.809017,  0.244247,  0.953338,  0.177455,  0.350000,  0.450000, 
+                               -2.806623,  0.309017, -0.911927, -0.906678,  0.301905, -0.294598, -0.309017,  0.000000,  0.951057,  0.287129,  0.953338,  0.093294,  0.400000,  0.450000, 
+                               -2.951057,  0.309017,  0.000000, -0.953338,  0.301905,  0.000000, -0.000000, -0.000000,  1.000000,  0.301905,  0.953338,  0.000000,  0.450000,  0.450000, 
+                               -2.806623,  0.309017,  0.911927, -0.906678,  0.301905,  0.294598,  0.309017,  0.000000,  0.951057,  0.287129,  0.953338, -0.093294,  0.500000,  0.450000, 
+                               -2.387456,  0.309017,  1.734588, -0.771267,  0.301905,  0.560358,  0.587785,  0.000000,  0.809017,  0.244246,  0.953338, -0.177455,  0.550000,  0.450000, 
+                               -1.734588,  0.309017,  2.387455, -0.560358,  0.301905,  0.771267,  0.809017,  0.000000,  0.587785,  0.177455,  0.953338, -0.244246,  0.600000,  0.450000, 
+                               -0.911927,  0.309017,  2.806622, -0.294598,  0.301905,  0.906678,  0.951057, -0.000000,  0.309017,  0.093294,  0.953338, -0.287129,  0.650000,  0.450000, 
+                               -0.000000,  0.309017,  2.951057,  0.000000,  0.301905,  0.953338,  1.000000, -0.000000, -0.000000, -0.000000,  0.953338, -0.301905,  0.700000,  0.450000, 
+                                0.911927,  0.309017,  2.806622,  0.294598,  0.301905,  0.906678,  0.951057,  0.000000, -0.309017, -0.093294,  0.953338, -0.287129,  0.750000,  0.450000, 
+                                1.734588,  0.309017,  2.387455,  0.560358,  0.301905,  0.771267,  0.809017,  0.000000, -0.587785, -0.177455,  0.953338, -0.244246,  0.800000,  0.450000, 
+                                2.387455,  0.309017,  1.734588,  0.771267,  0.301905,  0.560358,  0.587785, -0.000000, -0.809017, -0.244247,  0.953338, -0.177456,  0.850000,  0.450000, 
+                                2.806622,  0.309017,  0.911927,  0.906678,  0.301905,  0.294598,  0.309017, -0.000000, -0.951057, -0.287129,  0.953338, -0.093294,  0.900000,  0.450000, 
+                                2.951057,  0.309017,  0.000000,  0.953338,  0.301905,  0.000001,  0.000001, -0.000000, -1.000000, -0.301905,  0.953338, -0.000000,  0.950000,  0.450000, 
+                                2.806623,  0.309017, -0.911927,  0.906678,  0.301905, -0.294597, -0.294949, -0.045534, -0.954427, -0.301561,  0.952250,  0.047762,  1.000000,  0.450000, 
+                                2.853172,  0.000000, -0.927052,  0.951057,  0.000000, -0.309016, -0.309016,  0.000000, -0.951057,  0.000000,  1.000000,  0.000000,  0.000000,  0.500000, 
+                                2.427053,  0.000000, -1.763357,  0.809017,  0.000000, -0.587785, -0.587785, -0.000000, -0.809017, -0.000000,  1.000000,  0.000000,  0.050000,  0.500000, 
+                                1.763357,  0.000000, -2.427053,  0.587785, -0.000000, -0.809017, -0.809017, -0.000000, -0.587785,  0.000000,  1.000000, -0.000000,  0.100000,  0.500000, 
+                                0.927052,  0.000000, -2.853171,  0.309017, -0.000000, -0.951057, -0.951057,  0.000000, -0.309017,  0.000000,  1.000000, -0.000000,  0.150000,  0.500000, 
+                                0.000000,  0.000000, -3.000002, -0.000000,  0.000000, -1.000000, -1.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.200000,  0.500000, 
+                               -0.927052,  0.000000, -2.853171, -0.309017, -0.000000, -0.951056, -0.951056, -0.000000,  0.309017, -0.000000,  1.000000, -0.000000,  0.250000,  0.500000, 
+                               -1.763357,  0.000000, -2.427052, -0.587785,  0.000000, -0.809017, -0.809017,  0.000000,  0.587785,  0.000000,  1.000000,  0.000000,  0.300000,  0.500000, 
+                               -2.427052,  0.000000, -1.763356, -0.809017,  0.000000, -0.587785, -0.587785,  0.000000,  0.809017,  0.000000,  1.000000,  0.000000,  0.350000,  0.500000, 
+                               -2.853171,  0.000000, -0.927051, -0.951057,  0.000000, -0.309017, -0.309017,  0.000000,  0.951057,  0.000000,  1.000000,  0.000000,  0.400000,  0.500000, 
+                               -3.000001,  0.000000,  0.000000, -1.000000,  0.000000,  0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  1.000000, -0.000000,  0.450000,  0.500000, 
+                               -2.853171,  0.000000,  0.927051, -0.951056, -0.000000,  0.309017,  0.309017,  0.000000,  0.951057, -0.000000,  1.000000,  0.000000,  0.500000,  0.500000, 
+                               -2.427052,  0.000000,  1.763356, -0.809017,  0.000000,  0.587785,  0.587785,  0.000000,  0.809017,  0.000000,  1.000000, -0.000000,  0.550000,  0.500000, 
+                               -1.763356,  0.000000,  2.427052, -0.587785,  0.000000,  0.809017,  0.809017,  0.000000,  0.587785,  0.000000,  1.000000, -0.000000,  0.600000,  0.500000, 
+                               -0.927051,  0.000000,  2.853170, -0.309017, -0.000000,  0.951057,  0.951057,  0.000000,  0.309017, -0.000000,  1.000000,  0.000000,  0.650000,  0.500000, 
+                               -0.000000,  0.000000,  3.000001,  0.000000, -0.000000,  1.000000,  1.000000, -0.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.700000,  0.500000, 
+                                0.927051,  0.000000,  2.853170,  0.309017,  0.000000,  0.951056,  0.951057,  0.000000, -0.309017, -0.000000,  1.000000,  0.000000,  0.750000,  0.500000, 
+                                1.763356,  0.000000,  2.427051,  0.587785, -0.000000,  0.809017,  0.809017,  0.000000, -0.587785,  0.000000,  1.000000,  0.000000,  0.800000,  0.500000, 
+                                2.427051,  0.000000,  1.763356,  0.809017,  0.000000,  0.587785,  0.587785,  0.000000, -0.809017, -0.000000,  1.000000,  0.000000,  0.850000,  0.500000, 
+                                2.853170,  0.000000,  0.927051,  0.951057,  0.000000,  0.309017,  0.309017,  0.000000, -0.951057, -0.000000,  1.000000,  0.000000,  0.900000,  0.500000, 
+                                3.000000,  0.000000,  0.000000,  1.000000,  0.000000,  0.000001,  0.000001,  0.000000, -1.000000, -0.000000,  1.000000,  0.000000,  0.950000,  0.500000, 
+                                2.853172,  0.000000, -0.927052,  0.951057,  0.000000, -0.309016, -0.309016,  0.000000, -0.951057,  0.000000,  1.000000,  0.000000,  1.000000,  0.500000, 
+                                2.387457, -0.309017, -1.734589,  0.771267, -0.301905, -0.560358, -0.587785, -0.000000, -0.809017,  0.244246,  0.953338, -0.177455,  0.050000,  0.550000, 
+                                2.806623, -0.309017, -0.911927,  0.906679, -0.301905, -0.294597, -0.322378, -0.045534, -0.945516,  0.272042,  0.952250, -0.138612,  0.000000,  0.550000, 
+                                1.734589, -0.309017, -2.387456,  0.560358, -0.301905, -0.771267, -0.809017, -0.000000, -0.587785,  0.177455,  0.953338, -0.244247,  0.100000,  0.550000, 
+                                0.911927, -0.309017, -2.806623,  0.294597, -0.301905, -0.906678, -0.951057,  0.000000, -0.309017,  0.093294,  0.953338, -0.287129,  0.150000,  0.550000, 
+                                0.000000, -0.309017, -2.951058, -0.000000, -0.301905, -0.953338, -1.000000,  0.000000,  0.000000, -0.000000,  0.953338, -0.301905,  0.200000,  0.550000, 
+                               -0.911927, -0.309017, -2.806623, -0.294598, -0.301905, -0.906678, -0.951057,  0.000000,  0.309017, -0.093294,  0.953338, -0.287129,  0.250000,  0.550000, 
+                               -1.734588, -0.309017, -2.387456, -0.560358, -0.301905, -0.771266, -0.809017, -0.000000,  0.587785, -0.177456,  0.953338, -0.244246,  0.300000,  0.550000, 
+                               -2.387456, -0.309017, -1.734588, -0.771267, -0.301905, -0.560358, -0.587785,  0.000000,  0.809017, -0.244246,  0.953338, -0.177455,  0.350000,  0.550000, 
+                               -2.806623, -0.309017, -0.911927, -0.906678, -0.301905, -0.294598, -0.309017,  0.000000,  0.951057, -0.287129,  0.953338, -0.093294,  0.400000,  0.550000, 
+                               -2.951057, -0.309017,  0.000000, -0.953338, -0.301905,  0.000000,  0.000000, -0.000000,  1.000000, -0.301905,  0.953338,  0.000000,  0.450000,  0.550000, 
+                               -2.806623, -0.309017,  0.911927, -0.906678, -0.301905,  0.294598,  0.309017,  0.000000,  0.951057, -0.287129,  0.953338,  0.093294,  0.500000,  0.550000, 
+                               -2.387456, -0.309017,  1.734588, -0.771267, -0.301905,  0.560358,  0.587785, -0.000000,  0.809017, -0.244246,  0.953338,  0.177456,  0.550000,  0.550000, 
+                               -1.734588, -0.309017,  2.387455, -0.560358, -0.301905,  0.771267,  0.809017,  0.000000,  0.587785, -0.177455,  0.953338,  0.244246,  0.600000,  0.550000, 
+                               -0.911927, -0.309017,  2.806622, -0.294598, -0.301905,  0.906678,  0.951057, -0.000000,  0.309017, -0.093294,  0.953338,  0.287129,  0.650000,  0.550000, 
+                               -0.000000, -0.309017,  2.951057,  0.000000, -0.301905,  0.953338,  1.000000,  0.000000, -0.000000, -0.000000,  0.953338,  0.301905,  0.700000,  0.550000, 
+                                0.911927, -0.309017,  2.806622,  0.294598, -0.301905,  0.906678,  0.951057, -0.000000, -0.309017,  0.093294,  0.953338,  0.287129,  0.750000,  0.550000, 
+                                1.734588, -0.309017,  2.387455,  0.560358, -0.301905,  0.771267,  0.809017, -0.000000, -0.587785,  0.177455,  0.953338,  0.244246,  0.800000,  0.550000, 
+                                2.387455, -0.309017,  1.734588,  0.771267, -0.301905,  0.560358,  0.587785,  0.000000, -0.809017,  0.244247,  0.953338,  0.177456,  0.850000,  0.550000, 
+                                2.806622, -0.309017,  0.911927,  0.906678, -0.301905,  0.294598,  0.309017,  0.000000, -0.951057,  0.287129,  0.953338,  0.093294,  0.900000,  0.550000, 
+                                2.951057, -0.309017,  0.000000,  0.953338, -0.301905,  0.000001,  0.000001,  0.000000, -1.000000,  0.301905,  0.953338,  0.000000,  0.950000,  0.550000, 
+                                2.806623, -0.309017, -0.911927,  0.906679, -0.301905, -0.294597, -0.294949,  0.045534, -0.954427,  0.301561,  0.952250, -0.047762,  1.000000,  0.550000, 
+                                2.272544, -0.587785, -1.651100,  0.661296, -0.576060, -0.480460, -0.587785,  0.000000, -0.809017,  0.466043,  0.817407, -0.338600,  0.050000,  0.600000, 
+                                2.671536, -0.587785, -0.868035,  0.777401, -0.576060, -0.252592, -0.357518, -0.074271, -0.930948,  0.517522,  0.814026, -0.263691,  0.000000,  0.600000, 
+                                1.651100, -0.587785, -2.272544,  0.480460, -0.576060, -0.661296, -0.809017, -0.000000, -0.587785,  0.338600,  0.817407, -0.466043,  0.100000,  0.600000, 
+                                0.868034, -0.587785, -2.671535,  0.252593, -0.576060, -0.777400, -0.951057,  0.000000, -0.309017,  0.178012,  0.817407, -0.547866,  0.150000,  0.600000, 
+                                0.000000, -0.587785, -2.809019, -0.000000, -0.576060, -0.817407, -1.000000,  0.000000,  0.000000, -0.000000,  0.817407, -0.576060,  0.200000,  0.600000, 
+                               -0.868034, -0.587785, -2.671535, -0.252593, -0.576060, -0.777400, -0.951056, -0.000000,  0.309017, -0.178013,  0.817407, -0.547866,  0.250000,  0.600000, 
+                               -1.651100, -0.587785, -2.272543, -0.480460, -0.576060, -0.661296, -0.809017,  0.000000,  0.587785, -0.338600,  0.817407, -0.466042,  0.300000,  0.600000, 
+                               -2.272543, -0.587785, -1.651099, -0.661296, -0.576060, -0.480460, -0.587785,  0.000000,  0.809017, -0.466042,  0.817407, -0.338600,  0.350000,  0.600000, 
+                               -2.671535, -0.587785, -0.868034, -0.777400, -0.576060, -0.252593, -0.309017, -0.000000,  0.951057, -0.547866,  0.817407, -0.178012,  0.400000,  0.600000, 
+                               -2.809018, -0.587785,  0.000000, -0.817407, -0.576060, -0.000000,  0.000000, -0.000000,  1.000000, -0.576060,  0.817407,  0.000000,  0.450000,  0.600000, 
+                               -2.671535, -0.587785,  0.868034, -0.777400, -0.576060,  0.252593,  0.309017,  0.000000,  0.951057, -0.547866,  0.817407,  0.178013,  0.500000,  0.600000, 
+                               -2.272543, -0.587785,  1.651099, -0.661296, -0.576060,  0.480460,  0.587785,  0.000000,  0.809017, -0.466043,  0.817407,  0.338600,  0.550000,  0.600000, 
+                               -1.651099, -0.587785,  2.272543, -0.480460, -0.576060,  0.661296,  0.809017, -0.000000,  0.587785, -0.338600,  0.817407,  0.466043,  0.600000,  0.600000, 
+                               -0.868034, -0.587785,  2.671535, -0.252593, -0.576060,  0.777401,  0.951057, -0.000000,  0.309017, -0.178012,  0.817407,  0.547866,  0.650000,  0.600000, 
+                               -0.000000, -0.587785,  2.809017,  0.000000, -0.576060,  0.817407,  1.000000, -0.000000, -0.000000,  0.000000,  0.817407,  0.576060,  0.700000,  0.600000, 
+                                0.868034, -0.587785,  2.671534,  0.252593, -0.576060,  0.777400,  0.951057,  0.000000, -0.309017,  0.178012,  0.817407,  0.547866,  0.750000,  0.600000, 
+                                1.651099, -0.587785,  2.272543,  0.480460, -0.576060,  0.661296,  0.809017,  0.000000, -0.587785,  0.338600,  0.817407,  0.466043,  0.800000,  0.600000, 
+                                2.272543, -0.587785,  1.651099,  0.661296, -0.576060,  0.480460,  0.587785,  0.000000, -0.809017,  0.466042,  0.817407,  0.338600,  0.850000,  0.600000, 
+                                2.671534, -0.587785,  0.868034,  0.777401, -0.576060,  0.252593,  0.309017, -0.000000, -0.951057,  0.547866,  0.817407,  0.178012,  0.900000,  0.600000, 
+                                2.809017, -0.587785,  0.000000,  0.817407, -0.576060,  0.000001,  0.000001,  0.000000, -1.000000,  0.576060,  0.817407,  0.000001,  0.950000,  0.600000, 
+                                2.671536, -0.587785, -0.868035,  0.777401, -0.576060, -0.252592, -0.257957,  0.074271, -0.963297,  0.573678,  0.814026, -0.090860,  1.000000,  0.600000, 
+                                2.461132, -0.809017, -0.799670,  0.574571, -0.796879, -0.186689, -0.401486, -0.075651, -0.912736,  0.713216,  0.599384, -0.363402,  0.000000,  0.650000, 
+                                2.093564, -0.809017, -1.521063,  0.488759, -0.796879, -0.355104, -0.587785,  0.000000, -0.809017,  0.644688,  0.604140, -0.468393,  0.050000,  0.650000, 
+                                1.521063, -0.809017, -2.093564,  0.355104, -0.796879, -0.488759, -0.809017, -0.000000, -0.587785,  0.468393,  0.604140, -0.644688,  0.100000,  0.650000, 
+                                0.799670, -0.809017, -2.461132,  0.186689, -0.796879, -0.574571, -0.951057, -0.000000, -0.309017,  0.246249,  0.604139, -0.757877,  0.150000,  0.650000, 
+                                0.000000, -0.809017, -2.587787, -0.000000, -0.796879, -0.604139, -1.000000,  0.000000,  0.000000, -0.000000,  0.604139, -0.796879,  0.200000,  0.650000, 
+                               -0.799670, -0.809017, -2.461131, -0.186689, -0.796879, -0.574571, -0.951057, -0.000000,  0.309017, -0.246249,  0.604140, -0.757877,  0.250000,  0.650000, 
+                               -1.521063, -0.809017, -2.093563, -0.355104, -0.796879, -0.488759, -0.809017, -0.000000,  0.587785, -0.468394,  0.604139, -0.644688,  0.300000,  0.650000, 
+                               -2.093563, -0.809017, -1.521063, -0.488759, -0.796879, -0.355104, -0.587785,  0.000000,  0.809017, -0.644688,  0.604140, -0.468393,  0.350000,  0.650000, 
+                               -2.461131, -0.809017, -0.799670, -0.574571, -0.796879, -0.186689, -0.309017, -0.000000,  0.951057, -0.757877,  0.604139, -0.246249,  0.400000,  0.650000, 
+                               -2.587786, -0.809017,  0.000000, -0.604139, -0.796879,  0.000000, -0.000000,  0.000000,  1.000000, -0.796879,  0.604139, -0.000000,  0.450000,  0.650000, 
+                               -2.461131, -0.809017,  0.799670, -0.574571, -0.796879,  0.186689,  0.309017, -0.000000,  0.951057, -0.757877,  0.604140,  0.246249,  0.500000,  0.650000, 
+                               -2.093563, -0.809017,  1.521062, -0.488759, -0.796878,  0.355104,  0.587785, -0.000000,  0.809017, -0.644688,  0.604140,  0.468394,  0.550000,  0.650000, 
+                               -1.521062, -0.809017,  2.093563, -0.355104, -0.796879,  0.488759,  0.809017, -0.000000,  0.587785, -0.468393,  0.604140,  0.644688,  0.600000,  0.650000, 
+                               -0.799670, -0.809017,  2.461131, -0.186689, -0.796879,  0.574571,  0.951057,  0.000000,  0.309017, -0.246249,  0.604140,  0.757877,  0.650000,  0.650000, 
+                               -0.000000, -0.809017,  2.587786,  0.000000, -0.796879,  0.604140,  1.000000, -0.000000, -0.000000,  0.000000,  0.604139,  0.796879,  0.700000,  0.650000, 
+                                0.799670, -0.809017,  2.461130,  0.186689, -0.796879,  0.574571,  0.951057, -0.000000, -0.309017,  0.246249,  0.604140,  0.757877,  0.750000,  0.650000, 
+                                1.521062, -0.809017,  2.093563,  0.355104, -0.796878,  0.488759,  0.809017,  0.000000, -0.587785,  0.468393,  0.604140,  0.644688,  0.800000,  0.650000, 
+                                2.093562, -0.809017,  1.521062,  0.488759, -0.796878,  0.355104,  0.587785, -0.000000, -0.809017,  0.644688,  0.604140,  0.468393,  0.850000,  0.650000, 
+                                2.461130, -0.809017,  0.799670,  0.574571, -0.796878,  0.186689,  0.309017,  0.000000, -0.951057,  0.757876,  0.604140,  0.246249,  0.900000,  0.650000, 
+                                2.587785, -0.809017,  0.000000,  0.604140, -0.796879,  0.000001,  0.000001,  0.000000, -1.000000,  0.796879,  0.604140,  0.000001,  0.950000,  0.650000, 
+                                2.461132, -0.809017, -0.799670,  0.574571, -0.796879, -0.186689, -0.211682,  0.075651, -0.974406,  0.790607,  0.599384, -0.125218,  1.000000,  0.650000, 
+                                1.868035, -0.951057, -1.357207,  0.269080, -0.943068, -0.195498, -0.587785,  0.000000, -0.809017,  0.762958,  0.332601, -0.554321,  0.050000,  0.700000, 
+                                2.196007, -0.951057, -0.713526,  0.316323, -0.943067, -0.102779, -0.438125, -0.049135, -0.897570,  0.841419,  0.328952, -0.428724,  0.000000,  0.700000, 
+                                1.357207, -0.951057, -1.868035,  0.195498, -0.943068, -0.269080, -0.809017, -0.000000, -0.587785,  0.554321,  0.332601, -0.762958,  0.100000,  0.700000, 
+                                0.713526, -0.951057, -2.196007,  0.102779, -0.943068, -0.316323, -0.951057,  0.000000, -0.309017,  0.291424,  0.332601, -0.896911,  0.150000,  0.700000, 
+                                0.000000, -0.951057, -2.309018, -0.000000, -0.943068, -0.332601, -1.000000,  0.000000,  0.000000, -0.000000,  0.332601, -0.943068,  0.200000,  0.700000, 
+                               -0.713526, -0.951057, -2.196007, -0.102779, -0.943068, -0.316323, -0.951056, -0.000000,  0.309017, -0.291424,  0.332601, -0.896910,  0.250000,  0.700000, 
+                               -1.357207, -0.951057, -1.868035, -0.195498, -0.943068, -0.269080, -0.809017, -0.000000,  0.587785, -0.554321,  0.332601, -0.762958,  0.300000,  0.700000, 
+                               -1.868035, -0.951057, -1.357207, -0.269080, -0.943068, -0.195498, -0.587785, -0.000000,  0.809017, -0.762958,  0.332601, -0.554321,  0.350000,  0.700000, 
+                               -2.196007, -0.951057, -0.713526, -0.316323, -0.943067, -0.102779, -0.309017,  0.000000,  0.951057, -0.896911,  0.332601, -0.291424,  0.400000,  0.700000, 
+                               -2.309018, -0.951057,  0.000000, -0.332601, -0.943068, -0.000000, -0.000000, -0.000000,  1.000000, -0.943068,  0.332601, -0.000000,  0.450000,  0.700000, 
+                               -2.196007, -0.951057,  0.713526, -0.316323, -0.943068,  0.102779,  0.309017, -0.000000,  0.951057, -0.896910,  0.332601,  0.291424,  0.500000,  0.700000, 
+                               -1.868035, -0.951057,  1.357206, -0.269080, -0.943068,  0.195498,  0.587785, -0.000000,  0.809017, -0.762958,  0.332601,  0.554321,  0.550000,  0.700000, 
+                               -1.357206, -0.951057,  1.868034, -0.195498, -0.943068,  0.269080,  0.809017, -0.000000,  0.587785, -0.554321,  0.332601,  0.762958,  0.600000,  0.700000, 
+                               -0.713526, -0.951057,  2.196006, -0.102779, -0.943068,  0.316323,  0.951057,  0.000000,  0.309017, -0.291424,  0.332601,  0.896911,  0.650000,  0.700000, 
+                               -0.000000, -0.951057,  2.309017,  0.000000, -0.943068,  0.332601,  1.000000,  0.000000, -0.000000,  0.000000,  0.332601,  0.943067,  0.700000,  0.700000, 
+                                0.713525, -0.951057,  2.196006,  0.102779, -0.943067,  0.316323,  0.951056, -0.000000, -0.309017,  0.291424,  0.332601,  0.896910,  0.750000,  0.700000, 
+                                1.357206, -0.951057,  1.868034,  0.195498, -0.943068,  0.269080,  0.809017,  0.000000, -0.587785,  0.554321,  0.332601,  0.762958,  0.800000,  0.700000, 
+                                1.868034, -0.951057,  1.357206,  0.269080, -0.943068,  0.195498,  0.587785,  0.000000, -0.809017,  0.762958,  0.332601,  0.554321,  0.850000,  0.700000, 
+                                2.196006, -0.951057,  0.713526,  0.316323, -0.943068,  0.102780,  0.309017, -0.000000, -0.951056,  0.896910,  0.332601,  0.291424,  0.900000,  0.700000, 
+                                2.309017, -0.951057,  0.000000,  0.332601, -0.943068,  0.000000,  0.000001, -0.000000, -1.000000,  0.943067,  0.332601,  0.000001,  0.950000,  0.700000, 
+                                2.196007, -0.951057, -0.713526,  0.316323, -0.943067, -0.102779, -0.173125,  0.049135, -0.983673,  0.932720,  0.328952, -0.147726,  1.000000,  0.700000, 
+                                1.618035, -1.000000, -1.175571,  0.022374, -0.999618, -0.016256, -0.587785,  0.000000, -0.809017,  0.808708,  0.027656, -0.587560,  0.050000,  0.750000, 
+                                1.902114, -1.000000, -0.618034,  0.026303, -0.999618, -0.008546, -0.453881, -0.004325, -0.891052,  0.890674,  0.027316, -0.453821,  0.000000,  0.750000, 
+                                1.175571, -1.000000, -1.618035,  0.016256, -0.999618, -0.022374, -0.809017,  0.000000, -0.587785,  0.587560,  0.027656, -0.808708,  0.100000,  0.750000, 
+                                0.618034, -1.000000, -1.902114,  0.008546, -0.999618, -0.026303, -0.951057,  0.000000, -0.309017,  0.308899,  0.027656, -0.950693,  0.150000,  0.750000, 
+                                0.000000, -1.000000, -2.000001, -0.000000, -0.999618, -0.027656, -1.000000,  0.000000,  0.000000, -0.000000,  0.027656, -0.999618,  0.200000,  0.750000, 
+                               -0.618034, -1.000000, -1.902114, -0.008546, -0.999618, -0.026302, -0.951056,  0.000000,  0.309017, -0.308899,  0.027656, -0.950693,  0.250000,  0.750000, 
+                               -1.175571, -1.000000, -1.618035, -0.016256, -0.999618, -0.022374, -0.809017,  0.000000,  0.587785, -0.587561,  0.027656, -0.808707,  0.300000,  0.750000, 
+                               -1.618034, -1.000000, -1.175571, -0.022374, -0.999618, -0.016256, -0.587785, -0.000000,  0.809017, -0.808708,  0.027656, -0.587560,  0.350000,  0.750000, 
+                               -1.902114, -1.000000, -0.618034, -0.026303, -0.999618, -0.008546, -0.309017, -0.000000,  0.951057, -0.950693,  0.027656, -0.308899,  0.400000,  0.750000, 
+                               -2.000000, -1.000000,  0.000000, -0.027656, -0.999617, -0.000000,  0.000000, -0.000000,  1.000000, -0.999618,  0.027656,  0.000000,  0.450000,  0.750000, 
+                               -1.902114, -1.000000,  0.618034, -0.026303, -0.999618,  0.008546,  0.309017, -0.000000,  0.951056, -0.950693,  0.027656,  0.308899,  0.500000,  0.750000, 
+                               -1.618034, -1.000000,  1.175571, -0.022374, -0.999618,  0.016256,  0.587785,  0.000000,  0.809017, -0.808707,  0.027656,  0.587561,  0.550000,  0.750000, 
+                               -1.175571, -1.000000,  1.618034, -0.016256, -0.999618,  0.022374,  0.809017,  0.000000,  0.587785, -0.587560,  0.027656,  0.808708,  0.600000,  0.750000, 
+                               -0.618034, -1.000000,  1.902113, -0.008546, -0.999618,  0.026303,  0.951056, -0.000000,  0.309017, -0.308899,  0.027656,  0.950693,  0.650000,  0.750000, 
+                               -0.000000, -1.000000,  2.000000, -0.000000, -0.999618,  0.027656,  1.000000, -0.000000, -0.000000,  0.000000,  0.027656,  0.999618,  0.700000,  0.750000, 
+                                0.618034, -1.000000,  1.902113,  0.008546, -0.999618,  0.026303,  0.951057,  0.000000, -0.309017,  0.308899,  0.027656,  0.950693,  0.750000,  0.750000, 
+                                1.175570, -1.000000,  1.618034,  0.016256, -0.999618,  0.022374,  0.809017,  0.000000, -0.587785,  0.587560,  0.027656,  0.808708,  0.800000,  0.750000, 
+                                1.618034, -1.000000,  1.175571,  0.022374, -0.999618,  0.016256,  0.587785,  0.000000, -0.809017,  0.808708,  0.027656,  0.587560,  0.850000,  0.750000, 
+                                1.902113, -1.000000,  0.618034,  0.026303, -0.999618,  0.008546,  0.309017, -0.000000, -0.951056,  0.950693,  0.027656,  0.308899,  0.900000,  0.750000, 
+                                2.000000, -1.000000,  0.000000,  0.027656, -0.999618,  0.000000,  0.000001, -0.000000, -1.000000,  0.999618,  0.027656,  0.000001,  0.950000,  0.750000, 
+                                1.902114, -1.000000, -0.618034,  0.026303, -0.999618, -0.008546, -0.156548,  0.004325, -0.987661,  0.987320,  0.027316, -0.156374,  1.000000,  0.750000, 
+                                1.608221, -0.951057, -0.522543, -0.268212, -0.959410,  0.087147, -0.442589,  0.042368, -0.895723,  0.855674, -0.278814, -0.435988,  0.000000,  0.800000, 
+                                1.368035, -0.951057, -0.993935, -0.228155, -0.959410,  0.165764, -0.587785, -0.000000, -0.809017,  0.776179, -0.282015, -0.563927,  0.050000,  0.800000, 
+                                0.993935, -0.951057, -1.368035, -0.165764, -0.959410,  0.228155, -0.809017,  0.000000, -0.587785,  0.563927, -0.282015, -0.776179,  0.100000,  0.800000, 
+                                0.522543, -0.951057, -1.608221, -0.087147, -0.959410,  0.268212, -0.951057,  0.000000, -0.309017,  0.296474, -0.282015, -0.912453,  0.150000,  0.800000, 
+                                0.000000, -0.951057, -1.690984, -0.000000, -0.959410,  0.282015, -1.000000,  0.000000,  0.000000, -0.000000, -0.282015, -0.959410,  0.200000,  0.800000, 
+                               -0.522543, -0.951057, -1.608221,  0.087147, -0.959410,  0.268212, -0.951056, -0.000000,  0.309017, -0.296474, -0.282015, -0.912453,  0.250000,  0.800000, 
+                               -0.993935, -0.951057, -1.368034,  0.165764, -0.959410,  0.228155, -0.809017, -0.000000,  0.587786, -0.563927, -0.282015, -0.776179,  0.300000,  0.800000, 
+                               -1.368034, -0.951057, -0.993935,  0.228155, -0.959410,  0.165764, -0.587785, -0.000000,  0.809017, -0.776179, -0.282015, -0.563927,  0.350000,  0.800000, 
+                               -1.608221, -0.951057, -0.522543,  0.268212, -0.959410,  0.087147, -0.309017, -0.000000,  0.951057, -0.912453, -0.282015, -0.296474,  0.400000,  0.800000, 
+                               -1.690983, -0.951057,  0.000000,  0.282015, -0.959410,  0.000000,  0.000000,  0.000000,  1.000000, -0.959410, -0.282015,  0.000000,  0.450000,  0.800000, 
+                               -1.608221, -0.951057,  0.522543,  0.268212, -0.959410, -0.087147,  0.309017, -0.000000,  0.951057, -0.912453, -0.282015,  0.296474,  0.500000,  0.800000, 
+                               -1.368034, -0.951057,  0.993935,  0.228155, -0.959410, -0.165764,  0.587785,  0.000000,  0.809017, -0.776179, -0.282015,  0.563927,  0.550000,  0.800000, 
+                               -0.993935, -0.951057,  1.368034,  0.165764, -0.959410, -0.228155,  0.809017,  0.000000,  0.587785, -0.563927, -0.282015,  0.776179,  0.600000,  0.800000, 
+                               -0.522543, -0.951057,  1.608220,  0.087147, -0.959410, -0.268212,  0.951057,  0.000000,  0.309017, -0.296474, -0.282015,  0.912453,  0.650000,  0.800000, 
+                               -0.000000, -0.951057,  1.690983, -0.000000, -0.959410, -0.282015,  1.000000,  0.000000, -0.000000,  0.000000, -0.282015,  0.959410,  0.700000,  0.800000, 
+                                0.522542, -0.951057,  1.608220, -0.087147, -0.959410, -0.268212,  0.951057,  0.000000, -0.309017,  0.296474, -0.282015,  0.912453,  0.750000,  0.800000, 
+                                0.993935, -0.951057,  1.368034, -0.165764, -0.959410, -0.228155,  0.809017, -0.000000, -0.587785,  0.563927, -0.282015,  0.776179,  0.800000,  0.800000, 
+                                1.368034, -0.951057,  0.993935, -0.228155, -0.959410, -0.165764,  0.587785,  0.000000, -0.809017,  0.776179, -0.282015,  0.563927,  0.850000,  0.800000, 
+                                1.608220, -0.951057,  0.522542, -0.268212, -0.959410, -0.087147,  0.309017,  0.000000, -0.951057,  0.912453, -0.282015,  0.296474,  0.900000,  0.800000, 
+                                1.690983, -0.951057,  0.000000, -0.282015, -0.959410, -0.000000,  0.000001, -0.000000, -1.000000,  0.959410, -0.282015,  0.000001,  0.950000,  0.800000, 
+                                1.608221, -0.951057, -0.522543, -0.268212, -0.959410,  0.087147, -0.168429, -0.042368, -0.984803,  0.948522, -0.278814, -0.150229,  1.000000,  0.800000, 
+                                1.343097, -0.809017, -0.436399, -0.538658, -0.824145,  0.175020, -0.407868,  0.073309, -0.910093,  0.737218, -0.561614, -0.375631,  0.000000,  0.850000, 
+                                1.142506, -0.809017, -0.830079, -0.458210, -0.824145,  0.332909, -0.587785,  0.000000, -0.809017,  0.666747, -0.566379, -0.484420,  0.050000,  0.850000, 
+                                0.830079, -0.809017, -1.142506, -0.332909, -0.824145,  0.458210, -0.809017,  0.000000, -0.587785,  0.484420, -0.566379, -0.666747,  0.100000,  0.850000, 
+                                0.436398, -0.809017, -1.343096, -0.175021, -0.824145,  0.538658, -0.951057, -0.000000, -0.309017,  0.254675, -0.566379, -0.783809,  0.150000,  0.850000, 
+                                0.000000, -0.809017, -1.412215, -0.000000, -0.824145,  0.566379, -1.000000,  0.000000,  0.000000, -0.000000, -0.566379, -0.824145,  0.200000,  0.850000, 
+                               -0.436398, -0.809017, -1.343096,  0.175021, -0.824145,  0.538658, -0.951057,  0.000000,  0.309017, -0.254675, -0.566379, -0.783808,  0.250000,  0.850000, 
+                               -0.830079, -0.809017, -1.142506,  0.332909, -0.824145,  0.458210, -0.809017,  0.000000,  0.587786, -0.484420, -0.566379, -0.666747,  0.300000,  0.850000, 
+                               -1.142506, -0.809017, -0.830079,  0.458210, -0.824145,  0.332909, -0.587785,  0.000000,  0.809017, -0.666747, -0.566379, -0.484420,  0.350000,  0.850000, 
+                               -1.343096, -0.809017, -0.436398,  0.538658, -0.824145,  0.175021, -0.309017,  0.000000,  0.951057, -0.783808, -0.566379, -0.254675,  0.400000,  0.850000, 
+                               -1.412215, -0.809017,  0.000000,  0.566379, -0.824145, -0.000000,  0.000000, -0.000000,  1.000000, -0.824145, -0.566379, -0.000000,  0.450000,  0.850000, 
+                               -1.343096, -0.809017,  0.436398,  0.538658, -0.824145, -0.175021,  0.309017, -0.000000,  0.951056, -0.783808, -0.566379,  0.254675,  0.500000,  0.850000, 
+                               -1.142506, -0.809017,  0.830079,  0.458210, -0.824145, -0.332909,  0.587785,  0.000000,  0.809017, -0.666747, -0.566379,  0.484420,  0.550000,  0.850000, 
+                               -0.830079, -0.809017,  1.142506,  0.332909, -0.824145, -0.458210,  0.809017,  0.000000,  0.587785, -0.484420, -0.566379,  0.666747,  0.600000,  0.850000, 
+                               -0.436398, -0.809017,  1.343096,  0.175021, -0.824145, -0.538658,  0.951057, -0.000000,  0.309017, -0.254675, -0.566379,  0.783808,  0.650000,  0.850000, 
+                               -0.000000, -0.809017,  1.412215, -0.000000, -0.824145, -0.566379,  1.000000,  0.000000, -0.000000,  0.000000, -0.566379,  0.824145,  0.700000,  0.850000, 
+                                0.436398, -0.809017,  1.343096, -0.175021, -0.824145, -0.538659,  0.951057,  0.000000, -0.309017,  0.254675, -0.566379,  0.783808,  0.750000,  0.850000, 
+                                0.830079, -0.809017,  1.142506, -0.332909, -0.824145, -0.458210,  0.809017, -0.000000, -0.587785,  0.484420, -0.566379,  0.666747,  0.800000,  0.850000, 
+                                1.142505, -0.809017,  0.830079, -0.458210, -0.824145, -0.332909,  0.587785,  0.000000, -0.809017,  0.666747, -0.566379,  0.484420,  0.850000,  0.850000, 
+                                1.343096, -0.809017,  0.436398, -0.538658, -0.824145, -0.175021,  0.309017,  0.000000, -0.951057,  0.783808, -0.566379,  0.254675,  0.900000,  0.850000, 
+                                1.412214, -0.809017,  0.000000, -0.566379, -0.824145, -0.000001,  0.000001,  0.000000, -1.000000,  0.824145, -0.566379,  0.000001,  0.950000,  0.850000, 
+                                1.343097, -0.809017, -0.436399, -0.538658, -0.824145,  0.175020, -0.204965, -0.073309, -0.976020,  0.817213, -0.561614, -0.129432,  1.000000,  0.850000, 
+                                0.963526, -0.587786, -0.700042, -0.644455, -0.604520,  0.468224, -0.587785,  0.000000, -0.809017,  0.489067, -0.796590, -0.355328,  0.050000,  0.900000, 
+                                1.132692, -0.587786, -0.368034, -0.757602, -0.604520,  0.246159, -0.362407,  0.075924, -0.928922,  0.542863, -0.792963, -0.276603,  0.000000,  0.900000, 
+                                0.700042, -0.587786, -0.963526, -0.468224, -0.604520,  0.644455, -0.809017,  0.000000, -0.587785,  0.355328, -0.796590, -0.489067,  0.100000,  0.900000, 
+                                0.368034, -0.587786, -1.132692, -0.246160, -0.604520,  0.757602, -0.951057, -0.000000, -0.309017,  0.186807, -0.796590, -0.574933,  0.150000,  0.900000, 
+                                0.000000, -0.587786, -1.190983,  0.000000, -0.604520,  0.796590, -1.000000,  0.000000,  0.000000, -0.000000, -0.796590, -0.604520,  0.200000,  0.900000, 
+                               -0.368034, -0.587786, -1.132692,  0.246160, -0.604520,  0.757602, -0.951057,  0.000000,  0.309017, -0.186807, -0.796590, -0.574933,  0.250000,  0.900000, 
+                               -0.700042, -0.587786, -0.963525,  0.468224, -0.604520,  0.644455, -0.809017, -0.000000,  0.587785, -0.355328, -0.796590, -0.489067,  0.300000,  0.900000, 
+                               -0.963525, -0.587786, -0.700042,  0.644455, -0.604520,  0.468224, -0.587785, -0.000000,  0.809017, -0.489067, -0.796590, -0.355328,  0.350000,  0.900000, 
+                               -1.132692, -0.587786, -0.368034,  0.757602, -0.604520,  0.246160, -0.309017,  0.000000,  0.951057, -0.574933, -0.796590, -0.186807,  0.400000,  0.900000, 
+                               -1.190983, -0.587786,  0.000000,  0.796590, -0.604520, -0.000000,  0.000000, -0.000000,  1.000000, -0.604520, -0.796590, -0.000000,  0.450000,  0.900000, 
+                               -1.132692, -0.587786,  0.368034,  0.757602, -0.604520, -0.246160,  0.309017,  0.000000,  0.951057, -0.574933, -0.796590,  0.186807,  0.500000,  0.900000, 
+                               -0.963525, -0.587786,  0.700042,  0.644455, -0.604520, -0.468224,  0.587785,  0.000000,  0.809017, -0.489067, -0.796590,  0.355328,  0.550000,  0.900000, 
+                               -0.700042, -0.587786,  0.963525,  0.468224, -0.604520, -0.644455,  0.809017, -0.000000,  0.587785, -0.355328, -0.796590,  0.489067,  0.600000,  0.900000, 
+                               -0.368034, -0.587786,  1.132692,  0.246160, -0.604520, -0.757602,  0.951057, -0.000000,  0.309017, -0.186807, -0.796590,  0.574933,  0.650000,  0.900000, 
+                               -0.000000, -0.587786,  1.190983,  0.000000, -0.604520, -0.796590,  1.000000,  0.000000, -0.000000,  0.000000, -0.796590,  0.604520,  0.700000,  0.900000, 
+                                0.368034, -0.587786,  1.132692, -0.246160, -0.604520, -0.757602,  0.951057,  0.000000, -0.309017,  0.186807, -0.796590,  0.574933,  0.750000,  0.900000, 
+                                0.700042, -0.587786,  0.963525, -0.468224, -0.604520, -0.644455,  0.809017, -0.000000, -0.587785,  0.355328, -0.796590,  0.489067,  0.800000,  0.900000, 
+                                0.963525, -0.587786,  0.700042, -0.644455, -0.604520, -0.468224,  0.587785, -0.000000, -0.809017,  0.489067, -0.796590,  0.355328,  0.850000,  0.900000, 
+                                1.132692, -0.587786,  0.368034, -0.757602, -0.604520, -0.246160,  0.309017,  0.000000, -0.951057,  0.574933, -0.796590,  0.186807,  0.900000,  0.900000, 
+                                1.190982, -0.587786,  0.000000, -0.796590, -0.604520, -0.000001,  0.000001,  0.000000, -1.000000,  0.604520, -0.796590,  0.000001,  0.950000,  0.900000, 
+                                1.132692, -0.587786, -0.368034, -0.757602, -0.604520,  0.246159, -0.252812, -0.075924, -0.964532,  0.601769, -0.792963, -0.095310,  1.000000,  0.900000, 
+                                0.848613, -0.309017, -0.616553, -0.766422, -0.320201,  0.556838, -0.587785, -0.000000, -0.809017,  0.259048, -0.947349, -0.188210,  0.050000,  0.950000, 
+                                0.997605, -0.309017, -0.324141, -0.900983, -0.320201,  0.292746, -0.324044,  0.047983, -0.944824,  0.288487, -0.946134, -0.146991,  0.000000,  0.950000, 
+                                0.616553, -0.309017, -0.848613, -0.556838, -0.320201,  0.766422, -0.809017,  0.000000, -0.587785,  0.188210, -0.947349, -0.259048,  0.100000,  0.950000, 
+                                0.324141, -0.309017, -0.997604, -0.292747, -0.320201,  0.900983, -0.951057, -0.000000, -0.309017,  0.098948, -0.947349, -0.304530,  0.150000,  0.950000, 
+                                0.000000, -0.309017, -1.048943,  0.000000, -0.320201,  0.947350, -1.000000, -0.000000,  0.000000, -0.000000, -0.947349, -0.320201,  0.200000,  0.950000, 
+                               -0.324141, -0.309017, -0.997604,  0.292747, -0.320201,  0.900983, -0.951057,  0.000000,  0.309017, -0.098948, -0.947350, -0.304529,  0.250000,  0.950000, 
+                               -0.616553, -0.309017, -0.848613,  0.556838, -0.320201,  0.766422, -0.809017,  0.000000,  0.587785, -0.188210, -0.947350, -0.259048,  0.300000,  0.950000, 
+                               -0.848613, -0.309017, -0.616553,  0.766422, -0.320201,  0.556838, -0.587785,  0.000000,  0.809017, -0.259048, -0.947349, -0.188210,  0.350000,  0.950000, 
+                               -0.997604, -0.309017, -0.324141,  0.900983, -0.320201,  0.292747, -0.309017, -0.000000,  0.951057, -0.304530, -0.947349, -0.098948,  0.400000,  0.950000, 
+                               -1.048943, -0.309017,  0.000000,  0.947349, -0.320201, -0.000000,  0.000000,  0.000000,  1.000000, -0.320201, -0.947349,  0.000000,  0.450000,  0.950000, 
+                               -0.997604, -0.309017,  0.324141,  0.900983, -0.320201, -0.292747,  0.309017, -0.000000,  0.951057, -0.304530, -0.947349,  0.098948,  0.500000,  0.950000, 
+                               -0.848613, -0.309017,  0.616553,  0.766422, -0.320201, -0.556838,  0.587785, -0.000000,  0.809017, -0.259048, -0.947350,  0.188210,  0.550000,  0.950000, 
+                               -0.616553, -0.309017,  0.848613,  0.556838, -0.320201, -0.766422,  0.809017,  0.000000,  0.587785, -0.188210, -0.947350,  0.259048,  0.600000,  0.950000, 
+                               -0.324141, -0.309017,  0.997604,  0.292747, -0.320201, -0.900983,  0.951057, -0.000000,  0.309017, -0.098948, -0.947350,  0.304529,  0.650000,  0.950000, 
+                               -0.000000, -0.309017,  1.048943,  0.000000, -0.320201, -0.947350,  1.000000,  0.000000, -0.000000,  0.000000, -0.947350,  0.320201,  0.700000,  0.950000, 
+                                0.324141, -0.309017,  0.997604, -0.292747, -0.320201, -0.900983,  0.951057, -0.000000, -0.309017,  0.098948, -0.947350,  0.304529,  0.750000,  0.950000, 
+                                0.616553, -0.309017,  0.848613, -0.556838, -0.320201, -0.766422,  0.809017, -0.000000, -0.587785,  0.188210, -0.947350,  0.259048,  0.800000,  0.950000, 
+                                0.848613, -0.309017,  0.616553, -0.766422, -0.320201, -0.556838,  0.587785, -0.000000, -0.809017,  0.259048, -0.947350,  0.188210,  0.850000,  0.950000, 
+                                0.997604, -0.309017,  0.324141, -0.900983, -0.320201, -0.292747,  0.309017,  0.000000, -0.951057,  0.304530, -0.947350,  0.098948,  0.900000,  0.950000, 
+                                1.048943, -0.309017,  0.000000, -0.947350, -0.320201, -0.000001,  0.000001, -0.000000, -1.000000,  0.320201, -0.947350,  0.000000,  0.950000,  0.950000, 
+                                0.997605, -0.309017, -0.324141, -0.900983, -0.320201,  0.292746, -0.293195, -0.047983, -0.954848,  0.319790, -0.946134, -0.050649,  1.000000,  0.950000, 
+                                0.809018,  0.000000, -0.587786, -0.809017,  0.000001,  0.587785, -0.587785,  0.000000, -0.809017, -0.000001, -1.000000,  0.000001,  0.050000,  1.000000, 
+                                0.951057,  0.000000, -0.309017, -0.951057,  0.000001,  0.309016, -0.309016, -0.000000, -0.951057, -0.000001, -1.000000,  0.000001,  0.000000,  1.000000, 
+                                0.587786,  0.000000, -0.809017, -0.587785,  0.000001,  0.809017, -0.809017,  0.000000, -0.587785, -0.000001, -1.000000,  0.000001,  0.100000,  1.000000, 
+                                0.309017,  0.000000, -0.951057, -0.309017,  0.000001,  0.951057, -0.951057,  0.000000, -0.309017, -0.000000, -1.000000,  0.000001,  0.150000,  1.000000, 
+                                0.000000,  0.000000, -1.000000,  0.000000,  0.000001,  1.000000, -1.000000,  0.000000,  0.000000, -0.000000, -1.000000,  0.000001,  0.200000,  1.000000, 
+                               -0.309017,  0.000000, -0.951057,  0.309017,  0.000001,  0.951056, -0.951057,  0.000000,  0.309017,  0.000000, -1.000000,  0.000001,  0.250000,  1.000000, 
+                               -0.587785,  0.000000, -0.809017,  0.587785,  0.000001,  0.809017, -0.809017,  0.000000,  0.587785,  0.000001, -1.000000,  0.000001,  0.300000,  1.000000, 
+                               -0.809017,  0.000000, -0.587785,  0.809017,  0.000001,  0.587785, -0.587785,  0.000000,  0.809017,  0.000001, -1.000000,  0.000001,  0.350000,  1.000000, 
+                               -0.951057,  0.000000, -0.309017,  0.951057,  0.000001,  0.309017, -0.309017,  0.000000,  0.951057,  0.000001, -1.000000,  0.000000,  0.400000,  1.000000, 
+                               -1.000000,  0.000000,  0.000000,  1.000000,  0.000001, -0.000000,  0.000000,  0.000000,  1.000000,  0.000001, -1.000000,  0.000000,  0.450000,  1.000000, 
+                               -0.951057,  0.000000,  0.309017,  0.951056,  0.000001, -0.309017,  0.309017,  0.000000,  0.951057,  0.000001, -1.000000, -0.000000,  0.500000,  1.000000, 
+                               -0.809017,  0.000000,  0.587785,  0.809017,  0.000001, -0.587785,  0.587785,  0.000000,  0.809017,  0.000001, -1.000000, -0.000001,  0.550000,  1.000000, 
+                               -0.587785,  0.000000,  0.809017,  0.587785,  0.000001, -0.809017,  0.809017,  0.000000,  0.587785,  0.000001, -1.000000, -0.000001,  0.600000,  1.000000, 
+                               -0.309017,  0.000000,  0.951057,  0.309017,  0.000001, -0.951057,  0.951057,  0.000000,  0.309017,  0.000000, -1.000000, -0.000001,  0.650000,  1.000000, 
+                               -0.000000,  0.000000,  1.000000,  0.000000,  0.000001, -1.000000,  1.000000,  0.000000,  0.000000,  0.000000, -1.000000, -0.000001,  0.700000,  1.000000, 
+                                0.309017,  0.000000,  0.951057, -0.309017,  0.000001, -0.951056,  0.951056,  0.000000, -0.309017, -0.000000, -1.000000, -0.000001,  0.750000,  1.000000, 
+                                0.587785,  0.000000,  0.809017, -0.587785,  0.000001, -0.809017,  0.809017,  0.000000, -0.587785, -0.000001, -1.000000, -0.000001,  0.800000,  1.000000, 
+                                0.809017,  0.000000,  0.587785, -0.809017,  0.000001, -0.587785,  0.587785,  0.000000, -0.809017, -0.000001, -1.000000, -0.000001,  0.850000,  1.000000, 
+                                0.951057,  0.000000,  0.309017, -0.951057,  0.000001, -0.309017,  0.309017,  0.000000, -0.951057, -0.000001, -1.000000, -0.000000,  0.900000,  1.000000, 
+                                1.000000,  0.000000,  0.000000, -1.000000,  0.000001, -0.000001,  0.000001,  0.000000, -1.000000, -0.000001, -1.000000, -0.000000,  0.950000,  1.000000, 
+                                0.951057,  0.000000, -0.309017, -0.951057,  0.000001,  0.309016, -0.309016,  0.000000, -0.951057, -0.000001, -1.000000,  0.000000,  1.000000,  1.000000
+                       ], 
+                       "parts": [
+                               {
+                                       "id": "shape1_part1", 
+                                       "type": "TRIANGLES", 
+                                       "indices": [
+                                                 0,   1,   2,   1,   0,   3,   4,   1,   3,   1,   4,   5, 
+                                                 6,   5,   4,   5,   6,   7,   8,   7,   6,   7,   8,   9, 
+                                                 8,  10,  11,   8,  11,   9,  10,  12,  13,  10,  13,  11, 
+                                                14,  13,  12,  13,  14,  15,  16,  15,  14,  15,  16,  17, 
+                                                18,  17,  16,  17,  18,  19,  20,  21,  18,  21,  19,  18, 
+                                                22,  23,  20,  23,  21,  20,  23,  24,  25,  24,  23,  22, 
+                                                25,  26,  27,  26,  25,  24,  27,  28,  29,  28,  27,  26, 
+                                                29,  28,  30,  30,  28,  31,  30,  31,  32,  32,  31,  33, 
+                                                32,  33,  34,  34,  33,  35,  34,  36,  37,  36,  34,  35, 
+                                                37,  38,  39,  38,  37,  36,  38,  40,  39,  40,  38,  41, 
+                                                42,   3,   0,   3,  42,  43,  44,   3,  43,   3,  44,   4, 
+                                                45,   4,  44,   4,  45,   6,  46,   6,  45,   6,  46,   8, 
+                                                46,  47,  10,  46,  10,   8,  47,  48,  12,  47,  12,  10, 
+                                                49,  12,  48,  12,  49,  14,  50,  14,  49,  14,  50,  16, 
+                                                51,  16,  50,  16,  51,  18,  52,  20,  51,  20,  18,  51, 
+                                                53,  22,  52,  22,  20,  52,  22,  54,  24,  54,  22,  53, 
+                                                24,  55,  26,  55,  24,  54,  26,  56,  28,  56,  26,  55, 
+                                                28,  56,  31,  31,  56,  57,  31,  57,  33,  33,  57,  58, 
+                                                33,  58,  35,  35,  58,  59,  35,  60,  36,  60,  35,  59, 
+                                                36,  61,  38,  61,  36,  60,  61,  41,  38,  41,  61,  62, 
+                                                63,  64,  43,  63,  43,  42,  64,  65,  44,  64,  44,  43, 
+                                                66,  44,  65,  44,  66,  45,  45,  67,  46,  67,  45,  66, 
+                                                46,  68,  47,  68,  46,  67,  47,  69,  48,  69,  47,  68, 
+                                                70,  48,  69,  48,  70,  49,  71,  49,  70,  49,  71,  50, 
+                                                71,  72,  51,  51,  50,  71,  51,  73,  52,  73,  51,  72, 
+                                                52,  74,  53,  74,  52,  73,  53,  75,  54,  75,  53,  74, 
+                                                75,  55,  54,  55,  75,  76,  55,  77,  56,  77,  55,  76, 
+                                                57,  56,  77,  57,  77,  78,  79,  57,  78,  57,  79,  58, 
+                                                59,  58,  79,  59,  79,  80,  80,  60,  59,  60,  80,  81, 
+                                                60,  82,  61,  82,  60,  81,  82,  62,  61,  62,  82,  83, 
+                                                84,  63,  85,  63,  84,  64,  86,  64,  84,  64,  86,  65, 
+                                                87,  65,  86,  65,  87,  66,  66,  88,  67,  88,  66,  87, 
+                                                67,  89,  68,  89,  67,  88,  68,  90,  69,  90,  68,  89, 
+                                                91,  69,  90,  69,  91,  70,  92,  70,  91,  70,  92,  71, 
+                                                93,  71,  92,  71,  93,  72,  73,  72,  93,  73,  93,  94, 
+                                                73,  95,  74,  95,  73,  94,  74,  96,  75,  96,  74,  95, 
+                                                75,  97,  76,  97,  75,  96,  98,  76,  97,  76,  98,  77, 
+                                                99,  77,  98,  77,  99,  78,  99,  100,  79,  79,  78,  99, 
+                                                79,  101,  80,  101,  79,  100,  80,  102,  81,  102,  80,  101, 
+                                                81,  103,  82,  103,  81,  102,  83,  103,  104,  103,  83,  82, 
+                                                105,  85,  106,  85,  105,  84,  107,  84,  105,  84,  107,  86, 
+                                                108,  86,  107,  86,  108,  87,  87,  109,  88,  109,  87,  108, 
+                                                88,  110,  89,  110,  88,  109,  89,  111,  90,  111,  89,  110, 
+                                                112,  90,  111,  90,  112,  91,  113,  91,  112,  91,  113,  92, 
+                                                114,  92,  113,  92,  114,  93,  94,  93,  114,  94,  114,  115, 
+                                                94,  116,  95,  116,  94,  115,  95,  117,  96,  117,  95,  116, 
+                                                96,  118,  97,  118,  96,  117,  119,  97,  118,  97,  119,  98, 
+                                                120,  98,  119,  98,  120,  99,  121,  99,  120,  99,  121,  100, 
+                                                101,  100,  121,  101,  121,  122,  122,  102,  101,  102,  122,  123, 
+                                                123,  103,  102,  103,  123,  124,  104,  124,  125,  124,  104,  103, 
+                                                126,  127,  105,  126,  105,  106,  128,  105,  127,  105,  128,  107, 
+                                                129,  107,  128,  107,  129,  108,  108,  130,  109,  130,  108,  129, 
+                                                109,  131,  110,  131,  109,  130,  110,  132,  111,  132,  110,  131, 
+                                                133,  111,  132,  111,  133,  112,  133,  134,  113,  133,  113,  112, 
+                                                135,  113,  134,  113,  135,  114,  115,  114,  135,  115,  135,  136, 
+                                                115,  137,  116,  137,  115,  136,  116,  138,  117,  138,  116,  137, 
+                                                117,  139,  118,  139,  117,  138,  140,  118,  139,  118,  140,  119, 
+                                                141,  119,  140,  119,  141,  120,  142,  120,  141,  120,  142,  121, 
+                                                122,  121,  142,  122,  142,  143,  122,  144,  123,  144,  122,  143, 
+                                                123,  145,  124,  145,  123,  144,  125,  145,  146,  145,  125,  124, 
+                                                147,  126,  148,  126,  147,  127,  147,  149,  128,  147,  128,  127, 
+                                                150,  128,  149,  128,  150,  129,  129,  151,  130,  151,  129,  150, 
+                                                130,  152,  131,  152,  130,  151,  131,  153,  132,  153,  131,  152, 
+                                                154,  132,  153,  132,  154,  133,  155,  133,  154,  133,  155,  134, 
+                                                156,  134,  155,  134,  156,  135,  156,  157,  136,  136,  135,  156, 
+                                                136,  158,  137,  158,  136,  157,  137,  159,  138,  159,  137,  158, 
+                                                138,  160,  139,  160,  138,  159,  161,  139,  160,  139,  161,  140, 
+                                                162,  140,  161,  140,  162,  141,  162,  163,  142,  142,  141,  162, 
+                                                143,  142,  163,  143,  163,  164,  164,  144,  143,  144,  164,  165, 
+                                                165,  145,  144,  145,  165,  166,  146,  166,  167,  166,  146,  145, 
+                                                168,  148,  169,  148,  168,  147,  170,  147,  168,  147,  170,  149, 
+                                                171,  149,  170,  149,  171,  150,  150,  172,  151,  172,  150,  171, 
+                                                151,  173,  152,  173,  151,  172,  152,  174,  153,  174,  152,  173, 
+                                                174,  175,  154,  174,  154,  153,  175,  176,  155,  175,  155,  154, 
+                                                176,  177,  156,  176,  156,  155,  178,  156,  177,  156,  178,  157, 
+                                                158,  157,  178,  158,  178,  179,  158,  180,  159,  180,  158,  179, 
+                                                159,  181,  160,  181,  159,  180,  182,  160,  181,  160,  182,  161, 
+                                                183,  161,  182,  161,  183,  162,  184,  162,  183,  162,  184,  163, 
+                                                184,  185,  164,  164,  163,  184,  164,  186,  165,  186,  164,  185, 
+                                                165,  187,  166,  187,  165,  186,  187,  188,  167,  187,  167,  166, 
+                                                189,  168,  169,  168,  189,  190,  191,  168,  190,  168,  191,  170, 
+                                                192,  170,  191,  170,  192,  171,  193,  171,  192,  171,  193,  172, 
+                                                193,  194,  173,  193,  173,  172,  194,  195,  174,  194,  174,  173, 
+                                                196,  174,  195,  174,  196,  175,  197,  175,  196,  175,  197,  176, 
+                                                198,  176,  197,  176,  198,  177,  198,  199,  178,  178,  177,  198, 
+                                                199,  200,  179,  179,  178,  199,  179,  201,  180,  201,  179,  200, 
+                                                180,  202,  181,  202,  180,  201,  181,  203,  182,  203,  181,  202, 
+                                                183,  182,  203,  183,  203,  204,  184,  183,  204,  184,  204,  205, 
+                                                185,  184,  205,  185,  205,  206,  185,  207,  186,  207,  185,  206, 
+                                                186,  208,  187,  208,  186,  207,  208,  188,  187,  188,  208,  209, 
+                                                210,  190,  189,  190,  210,  211,  212,  190,  211,  190,  212,  191, 
+                                                213,  191,  212,  191,  213,  192,  214,  192,  213,  192,  214,  193, 
+                                                214,  215,  194,  214,  194,  193,  215,  216,  195,  215,  195,  194, 
+                                                217,  195,  216,  195,  217,  196,  218,  196,  217,  196,  218,  197, 
+                                                219,  197,  218,  197,  219,  198,  219,  220,  199,  199,  198,  219, 
+                                                220,  221,  200,  200,  199,  220,  200,  222,  201,  222,  200,  221, 
+                                                201,  223,  202,  223,  201,  222,  202,  224,  203,  224,  202,  223, 
+                                                204,  203,  224,  204,  224,  225,  205,  204,  225,  205,  225,  226, 
+                                                206,  205,  226,  206,  226,  227,  206,  228,  207,  228,  206,  227, 
+                                                207,  229,  208,  229,  207,  228,  229,  209,  208,  209,  229,  230, 
+                                                210,  231,  211,  231,  210,  232,  231,  233,  212,  231,  212,  211, 
+                                                233,  234,  213,  233,  213,  212,  234,  235,  214,  234,  214,  213, 
+                                                236,  214,  235,  214,  236,  215,  237,  215,  236,  215,  237,  216, 
+                                                237,  238,  217,  217,  216,  237,  238,  239,  218,  218,  217,  238, 
+                                                239,  240,  219,  219,  218,  239,  241,  219,  240,  219,  241,  220, 
+                                                242,  220,  241,  220,  242,  221,  222,  221,  242,  222,  242,  243, 
+                                                223,  222,  243,  223,  243,  244,  224,  223,  244,  224,  244,  245, 
+                                                224,  246,  225,  246,  224,  245,  225,  247,  226,  247,  225,  246, 
+                                                226,  248,  227,  248,  226,  247,  248,  228,  227,  228,  248,  249, 
+                                                249,  229,  228,  229,  249,  250,  229,  251,  230,  251,  229,  250, 
+                                                232,  252,  231,  252,  232,  253,  252,  254,  233,  233,  231,  252, 
+                                                254,  255,  234,  234,  233,  254,  255,  256,  235,  255,  235,  234, 
+                                                257,  235,  256,  235,  257,  236,  258,  236,  257,  236,  258,  237, 
+                                                258,  259,  238,  238,  237,  258,  259,  260,  239,  239,  238,  259, 
+                                                260,  261,  240,  240,  239,  260,  262,  240,  261,  240,  262,  241, 
+                                                263,  241,  262,  241,  263,  242,  243,  242,  263,  243,  263,  264, 
+                                                244,  243,  264,  244,  264,  265,  245,  244,  265,  245,  265,  266, 
+                                                245,  267,  246,  267,  245,  266,  246,  268,  247,  268,  246,  267, 
+                                                247,  269,  248,  269,  247,  268,  269,  249,  248,  249,  269,  270, 
+                                                270,  250,  249,  250,  270,  271,  250,  272,  251,  272,  250,  271, 
+                                                273,  252,  253,  252,  273,  274,  274,  275,  254,  254,  252,  274, 
+                                                275,  276,  255,  255,  254,  275,  276,  277,  256,  256,  255,  276, 
+                                                278,  256,  277,  256,  278,  257,  279,  257,  278,  257,  279,  258, 
+                                                258,  280,  259,  280,  258,  279,  260,  259,  280,  260,  280,  281, 
+                                                281,  282,  261,  261,  260,  281,  283,  261,  282,  261,  283,  262, 
+                                                283,  284,  263,  283,  263,  262,  264,  284,  285,  284,  264,  263, 
+                                                285,  265,  264,  265,  285,  286,  266,  265,  286,  266,  286,  287, 
+                                                266,  288,  267,  288,  266,  287,  289,  267,  288,  267,  289,  268, 
+                                                290,  268,  289,  268,  290,  269,  291,  269,  290,  269,  291,  270, 
+                                                291,  271,  270,  271,  291,  292,  271,  293,  272,  293,  271,  292, 
+                                                273,  294,  274,  294,  273,  295,  274,  296,  275,  296,  274,  294, 
+                                                296,  297,  276,  276,  275,  296,  297,  298,  277,  277,  276,  297, 
+                                                278,  298,  299,  298,  278,  277,  299,  279,  278,  279,  299,  300, 
+                                                300,  280,  279,  280,  300,  301,  281,  280,  301,  281,  301,  302, 
+                                                282,  281,  302,  282,  302,  303,  304,  282,  303,  282,  304,  283, 
+                                                304,  305,  284,  284,  283,  304,  306,  284,  305,  284,  306,  285, 
+                                                306,  286,  285,  286,  306,  307,  307,  287,  286,  287,  307,  308, 
+                                                288,  287,  308,  288,  308,  309,  309,  310,  289,  289,  288,  309, 
+                                                310,  311,  290,  290,  289,  310,  312,  290,  311,  290,  312,  291, 
+                                                292,  312,  313,  312,  292,  291,  292,  314,  293,  314,  292,  313, 
+                                                295,  315,  294,  315,  295,  316,  296,  294,  315,  296,  315,  317, 
+                                                317,  318,  297,  297,  296,  317,  318,  319,  298,  298,  297,  318, 
+                                                299,  319,  320,  319,  299,  298,  320,  300,  299,  300,  320,  321, 
+                                                321,  301,  300,  301,  321,  322,  301,  323,  302,  323,  301,  322, 
+                                                303,  302,  323,  303,  323,  324,  325,  303,  324,  303,  325,  304, 
+                                                325,  326,  305,  305,  304,  325,  306,  326,  327,  326,  306,  305, 
+                                                327,  307,  306,  307,  327,  328,  328,  308,  307,  308,  328,  329, 
+                                                309,  308,  329,  309,  329,  330,  330,  331,  310,  310,  309,  330, 
+                                                331,  332,  311,  311,  310,  331,  312,  332,  333,  332,  312,  311, 
+                                                313,  333,  334,  333,  313,  312,  313,  335,  314,  335,  313,  334, 
+                                                336,  315,  316,  315,  336,  337,  317,  315,  337,  317,  337,  338, 
+                                                338,  339,  318,  318,  317,  338,  339,  340,  319,  319,  318,  339, 
+                                                320,  340,  341,  340,  320,  319,  341,  321,  320,  321,  341,  342, 
+                                                342,  322,  321,  322,  342,  343,  323,  322,  343,  323,  343,  344, 
+                                                324,  323,  344,  324,  344,  345,  346,  324,  345,  324,  346,  325, 
+                                                346,  347,  326,  326,  325,  346,  327,  347,  348,  347,  327,  326, 
+                                                327,  349,  328,  349,  327,  348,  349,  329,  328,  329,  349,  350, 
+                                                330,  329,  350,  330,  350,  351,  352,  331,  351,  331,  330,  351, 
+                                                352,  353,  332,  332,  331,  352,  333,  353,  354,  353,  333,  332, 
+                                                334,  354,  355,  354,  334,  333,  334,  356,  335,  356,  334,  355, 
+                                                357,  337,  336,  337,  357,  358,  338,  337,  358,  338,  358,  359, 
+                                                359,  360,  339,  339,  338,  359,  360,  361,  340,  340,  339,  360, 
+                                                341,  361,  362,  361,  341,  340,  362,  342,  341,  342,  362,  363, 
+                                                363,  343,  342,  343,  363,  364,  343,  365,  344,  365,  343,  364, 
+                                                345,  344,  365,  345,  365,  366,  367,  345,  366,  345,  367,  346, 
+                                                367,  368,  347,  347,  346,  367,  348,  368,  369,  368,  348,  347, 
+                                                369,  349,  348,  349,  369,  370,  370,  350,  349,  350,  370,  371, 
+                                                351,  350,  371,  351,  371,  372,  373,  351,  372,  351,  373,  352, 
+                                                373,  374,  353,  353,  352,  373,  375,  353,  374,  353,  375,  354, 
+                                                355,  375,  376,  375,  355,  354,  355,  377,  356,  377,  355,  376, 
+                                                357,  378,  358,  378,  357,  379,  359,  358,  378,  359,  378,  380, 
+                                                380,  381,  360,  360,  359,  380,  381,  382,  361,  361,  360,  381, 
+                                                362,  382,  383,  382,  362,  361,  383,  363,  362,  363,  383,  384, 
+                                                384,  364,  363,  364,  384,  385,  365,  364,  385,  365,  385,  386, 
+                                                366,  365,  386,  366,  386,  387,  388,  366,  387,  366,  388,  367, 
+                                                388,  389,  368,  368,  367,  388,  369,  389,  390,  389,  369,  368, 
+                                                369,  391,  370,  391,  369,  390,  391,  371,  370,  371,  391,  392, 
+                                                372,  371,  392,  372,  392,  393,  394,  373,  393,  373,  372,  393, 
+                                                395,  373,  394,  373,  395,  374,  396,  374,  395,  374,  396,  375, 
+                                                376,  396,  397,  396,  376,  375,  376,  398,  377,  398,  376,  397, 
+                                                379,  399,  378,  399,  379,  400,  401,  380,  399,  380,  378,  399, 
+                                                401,  402,  381,  381,  380,  401,  402,  403,  382,  402,  382,  381, 
+                                                404,  382,  403,  382,  404,  383,  405,  383,  404,  383,  405,  384, 
+                                                384,  405,  385,  406,  385,  405,  407,  386,  406,  386,  385,  406, 
+                                                408,  387,  407,  387,  386,  407,  409,  387,  408,  387,  409,  388, 
+                                                410,  388,  409,  388,  410,  389,  389,  410,  390,  390,  410,  411, 
+                                                390,  411,  391,  391,  411,  412,  391,  412,  392,  392,  412,  413, 
+                                                392,  414,  393,  414,  392,  413,  393,  415,  394,  415,  393,  414, 
+                                                394,  416,  395,  416,  394,  415,  416,  396,  395,  396,  416,  417, 
+                                                417,  397,  396,  397,  417,  418,  397,  419,  398,  419,  397,  418, 
+                                                400,  420,  399,  420,  400,  421,  420,  422,  401,  420,  401,  399, 
+                                                422,  423,  402,  422,  402,  401,  423,  424,  403,  423,  403,  402, 
+                                                425,  403,  424,  403,  425,  404,  426,  404,  425,  404,  426,  405, 
+                                                427,  406,  426,  406,  405,  426,  428,  407,  427,  407,  406,  427, 
+                                                429,  408,  428,  408,  407,  428,  430,  408,  429,  408,  430,  409, 
+                                                431,  409,  430,  409,  431,  410,  410,  431,  411,  411,  431,  432, 
+                                                411,  432,  412,  412,  432,  433,  412,  433,  413,  413,  433,  434, 
+                                                413,  435,  414,  435,  413,  434,  414,  436,  415,  436,  414,  435, 
+                                                436,  416,  415,  416,  436,  437,  437,  417,  416,  417,  437,  438, 
+                                                438,  418,  417,  418,  438,  439,  418,  440,  419,  440,  418,  439
+                                       ]
+                               }
+                       ]
+               }
+       ], 
+       "materials": [
+               {
+                       "id": "lambert2", 
+                       "diffuse": [ 0.800000,  0.800000,  0.800000], 
+               }
+       ], 
+       "nodes": [
+               {
+                       "id": "pTorus1", 
+                       "rotation": [ 0.707107,  0.000000,  0.000000,  0.707107], 
+                       "parts": [
+                               {
+                                       "meshpartid": "shape1_part1", 
+                                       "materialid": "lambert2", 
+                                       "uvMapping": [[  0]]
+                               }
+                       ]
+               }
+       ], 
+       "animations": []
+}
\ No newline at end of file
diff --git a/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderCollectionTest.java b/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderCollectionTest.java
new file mode 100644 (file)
index 0000000..6ff6227
--- /dev/null
@@ -0,0 +1,381 @@
+package com.badlogic.gdx.tests.g3d;
+
+import java.io.BufferedReader;
+import java.io.IOException;
+import java.io.StringReader;
+
+import com.badlogic.gdx.Application.ApplicationType;
+import com.badlogic.gdx.Gdx;
+import com.badlogic.gdx.Input.Keys;
+import com.badlogic.gdx.files.FileHandle;
+import com.badlogic.gdx.graphics.Color;
+import com.badlogic.gdx.graphics.Cubemap;
+import com.badlogic.gdx.graphics.Cubemap.CubemapSide;
+import com.badlogic.gdx.graphics.g3d.Model;
+import com.badlogic.gdx.graphics.g3d.ModelBatch;
+import com.badlogic.gdx.graphics.g3d.ModelInstance;
+import com.badlogic.gdx.graphics.g3d.Renderable;
+import com.badlogic.gdx.graphics.g3d.Shader;
+import com.badlogic.gdx.graphics.g3d.lights.DirectionalLight;
+import com.badlogic.gdx.graphics.g3d.lights.Lights;
+import com.badlogic.gdx.graphics.g3d.lights.PointLight;
+import com.badlogic.gdx.graphics.g3d.model.Animation;
+import com.badlogic.gdx.graphics.g3d.shaders.BaseShader;
+import com.badlogic.gdx.graphics.g3d.shaders.DefaultShader;
+import com.badlogic.gdx.graphics.g3d.utils.AnimationController;
+import com.badlogic.gdx.graphics.g3d.utils.DefaultShaderProvider;
+import com.badlogic.gdx.graphics.glutils.ShaderProgram;
+import com.badlogic.gdx.math.Quaternion;
+import com.badlogic.gdx.math.Vector3;
+import com.badlogic.gdx.math.collision.BoundingBox;
+import com.badlogic.gdx.scenes.scene2d.InputEvent;
+import com.badlogic.gdx.scenes.scene2d.ui.List;
+import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
+import com.badlogic.gdx.tests.g3d.BaseG3dHudTest.CollapsableWindow;
+import com.badlogic.gdx.tests.g3d.shaders.MultiPassShader;
+import com.badlogic.gdx.utils.Array;
+import com.badlogic.gdx.utils.GdxRuntimeException;
+import com.badlogic.gdx.utils.ObjectMap;
+import com.badlogic.gdx.utils.StringBuilder;
+
+public class ShaderCollectionTest extends BaseG3dHudTest {
+       /** Desktop only: Set this to an absolute path to load the shader files from an alternative location. */
+       final static String hotLoadFolder = null;
+       /** Desktop only: Set this to an absolute path to save the generated shader files. */
+       final static String tempFolder = "D:\\temp\\shaders"; 
+       
+       protected  String shaders[] = new String[] {
+               "<default>", "depth", "gouraud", "phong", "normal", "fur", "cubemap", "reflect", "test"
+       };
+       
+       protected String environments[] = new String[] {
+               "<none>", "debug", "environment_01", "environment_02" 
+       };
+       
+       protected String materials[] = new String[] {
+               "diffuse_green", "badlogic_normal", "brick01", "brick02", "brick03", "chesterfield", 
+               "cloth01", "cloth02", "elephant01", "elephant02", "fur01", "grass01", "metal01", "metal02",
+               "mirror01", "mirror02", "moon01", "plastic01", "stone01", "stone02", "wood01", "wood02"
+       };
+       
+       public static class TestShaderProvider extends DefaultShaderProvider {
+               public boolean error = false;
+               public String name = "default";
+               
+               public void clear() {
+                       for (final Shader shader : shaders)
+                               shader.dispose();
+                       shaders.clear();
+               }
+               
+               public boolean revert() {
+                       final String defaultVert = DefaultShader.getDefaultVertexShader();
+                       final String defaultFrag = DefaultShader.getDefaultFragmentShader();
+                       if (vertexShader.equals(defaultVert) && fragmentShader.equals(defaultFrag))
+                               return false;
+                       vertexShader = defaultVert;
+                       fragmentShader = defaultFrag;
+                       clear();
+                       return true;
+               }
+               
+               @Override
+               public Shader getShader (Renderable renderable) {
+                       try {
+                               return super.getShader(renderable);
+                       } catch(Throwable e) {
+                               if (tempFolder != null && Gdx.app.getType() == ApplicationType.Desktop)
+                                       Gdx.files.absolute(tempFolder).child(name+".log.txt").writeString(e.getMessage(), false);
+                               if (!revert())
+                                       throw new GdxRuntimeException("Error creating shader, cannot revert to default shader", e);
+                               error = true;
+                               Gdx.app.error("ShaderTest", "Could not create shader, reverted to default shader.", e);
+                               return super.getShader(renderable);
+                       }
+               }
+               
+               @Override
+               protected Shader createShader (Renderable renderable) {
+         return createShader(vertexShader, fragmentShader, renderable, renderable.lights != null,
+               renderable.lights != null && renderable.lights.environmentCubemap != null, 
+               renderable.lights != null && renderable.lights.shadowMap != null, 
+               renderable.lights != null && renderable.lights.fog != null, 2, 5, 3, renderable.bones == null ? 0 : 12);
+               }
+               
+               public Shader createShader(final String vertexShader, final String fragmentShader, final Renderable renderable, boolean lighting, boolean environmentCubemap, boolean shadowMap, boolean fog, int numDirectional, int numPoint, int numSpot, int numBones) {
+                       if (tempFolder != null && Gdx.app.getType() == ApplicationType.Desktop) {
+                               String prefix = DefaultShader.createPrefix(renderable, lighting, environmentCubemap, shadowMap, fog, numDirectional, numPoint, numSpot, numBones);
+                               Gdx.files.absolute(tempFolder).child(name+".vertex.glsl").writeString(prefix + vertexShader, false);
+                               Gdx.files.absolute(tempFolder).child(name+".fragment.glsl").writeString(prefix + fragmentShader, false);
+                       }
+                       BaseShader result = new MultiPassShader(vertexShader, fragmentShader, renderable, lighting, environmentCubemap, shadowMap, fog, numDirectional, numPoint, numSpot, numBones);
+                       if (tempFolder != null && Gdx.app.getType() == ApplicationType.Desktop)
+                               Gdx.files.absolute(tempFolder).child(name+".log.txt").writeString(result.program.getLog(), false);
+                       return result;
+               }
+       }
+       
+       protected Lights lights = new Lights(0.1f, 0.1f, 0.1f).add(
+               new DirectionalLight().set(0.8f, 0.8f, 0.8f, -0.5f, -1.0f, -0.8f)
+               //new PointLight().set(Color.RED, 5f, -2f, -2f, 20f),
+               //new PointLight().set(Color.GREEN, -2f, 5f, -2f, 20f),
+               //new PointLight().set(Color.BLUE, -2f, -2f, 5f, 20f)
+       );
+       protected TestShaderProvider shaderProvider;
+       protected FileHandle shaderRoot;
+       protected ModelBatch shaderBatch;
+       protected CollapsableWindow shadersWindow, materialsWindow, environmentsWindow;
+       protected ObjectMap<ModelInstance, AnimationController> animationControllers = new ObjectMap<ModelInstance, AnimationController>();
+       protected String currentModel = null;
+       protected String currentMaterial = null;
+       protected boolean loadingMaterial = false;
+       Cubemap cubemap;
+
+       @Override
+       public void create () {
+               super.create();
+               
+               shaderProvider = new TestShaderProvider();
+               shaderBatch = new ModelBatch(shaderProvider);
+               
+               cam.position.set(1,1,1);
+               cam.lookAt(0,0,0);
+               cam.update();
+               showAxes = true;
+               
+               onModelClicked("g3d/shapes/teapot.g3dj");
+               
+               shaderRoot = (hotLoadFolder != null && Gdx.app.getType() == ApplicationType.Desktop) ? 
+                       Gdx.files.absolute(hotLoadFolder) : Gdx.files.internal("data/g3d/shaders");
+       }
+       
+       @Override
+       public void dispose () {
+               shaderBatch.dispose();
+               shaderBatch = null;
+               shaderProvider = null;
+               if (cubemap != null)
+                       cubemap.dispose();
+               cubemap = null;
+               super.dispose();
+       }
+       
+       public void setEnvironment(String name) {
+               if (name == null)
+                       return;
+               if (cubemap != null) {
+                       cubemap.dispose();
+                       cubemap = null;
+               }
+               if (name.equals("<none>")) {
+                       if (lights.environmentCubemap != null) {
+                               lights.environmentCubemap = null;
+                               shaderProvider.clear();
+                       }
+               }
+               else {
+                       FileHandle root = Gdx.files.internal("data/g3d/environment");
+                       cubemap = new Cubemap(root.child(name+"_PX.png"), null,//root.child(name+"_NX.png"),
+                               root.child(name+"_PY.png"), root.child(name+"_NY.png"),
+                               root.child(name+"_PZ.png"), root.child(name+"_NZ.png"), 
+                               false); // FIXME mipmapping on desktop
+                       cubemap.load(CubemapSide.NegativeX, root.child(name+"_NX.png"));
+                       if (lights.environmentCubemap == null)
+                               shaderProvider.clear();
+                       lights.environmentCubemap = cubemap;
+               }
+       }
+       
+       public void setMaterial(String name) {
+               if (name == null)
+                       return;
+               if (currentlyLoading != null) {
+                       Gdx.app.error("ModelTest", "Wait for the current model/material to be loaded.");
+                       return;
+               }
+               
+               currentlyLoading = "data/g3d/materials/"+name+".g3dj";
+               loadingMaterial = true;
+               if (!name.equals(currentMaterial))
+                       assets.load(currentlyLoading, Model.class);
+               loading = true;
+       }
+       
+       public void setShader(String name) {
+               shaderProvider.error = false;
+               if (name.equals("<default>")) {
+                       shaderProvider.vertexShader = DefaultShader.getDefaultVertexShader();
+                       shaderProvider.fragmentShader = DefaultShader.getDefaultFragmentShader();
+                       shaderProvider.name = "default";
+               } else {
+                       ShaderLoader loader = new ShaderLoader(shaderRoot);
+                       shaderProvider.vertexShader = loader.load(name+".glsl:VS");
+                       shaderProvider.fragmentShader = loader.load(name+".glsl:FS");
+                       shaderProvider.name = name;
+               }
+               Gdx.app.log("VS", "\n"+shaderProvider.vertexShader);
+               Gdx.app.log("FS", "\n"+shaderProvider.fragmentShader);
+               shaderProvider.clear();
+       }
+
+       private final Vector3 tmpV = new Vector3();
+       private final Quaternion tmpQ = new Quaternion();
+       private final BoundingBox bounds = new BoundingBox();
+       @Override
+       protected void render (ModelBatch batch, Array<ModelInstance> instances) {}
+       
+       final Vector3 dirLightRotAxis = new Vector3(-1,-1,-1).nor();
+       @Override
+       public void render (Array<ModelInstance> instances) {
+               lights.directionalLights.get(0).direction.rotate(dirLightRotAxis, Gdx.graphics.getDeltaTime() * 45f);
+
+               super.render(instances);
+               for (ObjectMap.Entry<ModelInstance, AnimationController> e : animationControllers.entries())
+                       e.value.update(Gdx.graphics.getDeltaTime());
+               shaderBatch.begin(cam);
+               shaderBatch.render(instances, lights);
+               shaderBatch.end();
+       }
+       
+       @Override
+       protected void getStatus (StringBuilder stringBuilder) {
+               super.getStatus(stringBuilder);
+
+               if (shaderProvider.error)
+                       stringBuilder.append(" ERROR CREATING SHADER, REVERTED TO DEFAULT");
+               else {
+                       for (final ModelInstance instance : instances) {
+                               if (instance.animations.size > 0) {
+                                       stringBuilder.append(" press space or menu to switch animation");
+                                       break;
+                               }
+                       }
+               }
+       }
+       
+       protected String currentlyLoading;
+       @Override
+       protected void onModelClicked(final String name) {
+               if (name == null)
+                       return;
+               if (currentlyLoading != null) {
+                       Gdx.app.error("ModelTest", "Wait for the current model/material to be loaded.");
+                       return;
+               }
+               
+               currentlyLoading = "data/"+name; 
+               loadingMaterial = false;
+               if (!name.equals(currentModel))
+                       assets.load(currentlyLoading, Model.class);
+               loading = true;
+       }
+       
+       @Override
+       protected void onLoaded() {
+               if (currentlyLoading == null || currentlyLoading.isEmpty())
+                       return;
+               
+               if (loadingMaterial) {
+                       loadingMaterial = false;
+                       if (currentMaterial != null && !currentMaterial.equals(currentlyLoading))
+                                       assets.unload(currentMaterial);
+                       currentMaterial = currentlyLoading;
+                       currentlyLoading = null;
+                       ModelInstance instance = instances.get(0);
+                       if (instance != null) {
+                               instance.materials.get(0).clear();
+                               instance.materials.get(0).set(assets.get(currentMaterial, Model.class).materials.get(0));
+                       }
+               } else {
+                       if (currentModel != null && !currentModel.equals(currentlyLoading))
+                               assets.unload(currentModel);
+                       currentModel = currentlyLoading; 
+                       currentlyLoading = null;
+                       
+                       instances.clear();
+                       animationControllers.clear();
+                       final ModelInstance instance = new ModelInstance(assets.get(currentModel, Model.class), transform);
+                       instances.add(instance);
+                       if (instance.animations.size > 0)
+                               animationControllers.put(instance, new AnimationController(instance));
+                       
+                       instance.calculateBoundingBox(bounds);
+                       cam.position.set(1,1,1).nor().scl(bounds.getDimensions().len() * 0.75f).add(bounds.getCenter());
+                       cam.up.set(0,1,0);
+                       cam.lookAt(inputController.target.set(bounds.getCenter()));
+                       cam.far = Math.max(100f, bounds.getDimensions().len() * 2.0f);
+                       cam.update();
+                       moveRadius = bounds.getDimensions().len() * 0.25f;
+               }
+       }
+
+       @Override
+       protected void createHUD () {
+               super.createHUD();
+
+               final List shadersList = new List(shaders, skin);
+               shadersList.addListener(new ClickListener() {
+                       @Override
+                       public void clicked (InputEvent event, float x, float y) {
+                               if (!shadersWindow.isCollapsed() && getTapCount() == 2) {
+                                       setShader(shadersList.getSelection());
+                                       shadersWindow.collapse();
+                               }
+                       }
+               });
+               shadersWindow = addListWindow("Shaders", shadersList, -1, -1);
+               
+               final List materialsList = new List(materials, skin);
+               materialsList.addListener(new ClickListener() {
+                       @Override
+                       public void clicked (InputEvent event, float x, float y) {
+                               if (!materialsWindow.isCollapsed() && getTapCount() == 2) {
+                                       setMaterial(materialsList.getSelection());
+                                       materialsWindow.collapse();
+                               }
+                       }
+               });
+               materialsWindow = addListWindow("Materials", materialsList, modelsWindow.getWidth(), -1);
+               
+               final List environmentsList = new List(environments, skin);
+               environmentsList.addListener(new ClickListener() {
+                       @Override
+                       public void clicked (InputEvent event, float x, float y) {
+                               if (!environmentsWindow.isCollapsed() && getTapCount() == 2) {
+                                       setEnvironment(environmentsList.getSelection());
+                                       environmentsWindow.collapse();
+                               }
+                       }
+               });
+               environmentsWindow = addListWindow("Environments", environmentsList, materialsWindow.getRight(), -1);
+       }
+       
+       protected void switchAnimation() {
+               for (ObjectMap.Entry<ModelInstance, AnimationController> e : animationControllers.entries()) {
+                       int animIndex = 0;
+                       if (e.value.current != null) {
+                               for (int i = 0; i < e.key.animations.size; i++) {
+                                       final Animation animation = e.key.animations.get(i);
+                                       if (e.value.current.animation == animation) {
+                                               animIndex = i;
+                                               break;
+                                       }
+                               }
+                       }
+                       animIndex = (animIndex + 1) % e.key.animations.size;
+                       e.value.animate(e.key.animations.get(animIndex).id, -1, 1f, null, 0.2f);
+               }
+       }
+       
+       @Override
+       public boolean needsGL20 () {
+               return true;
+       }
+       
+       @Override
+       public boolean keyUp (int keycode) {
+               if (keycode == Keys.SPACE || keycode == Keys.MENU)
+                       switchAnimation();
+               return super.keyUp(keycode);
+       }
+}
\ No newline at end of file
diff --git a/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderLoader.java b/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderLoader.java
new file mode 100644 (file)
index 0000000..7506997
--- /dev/null
@@ -0,0 +1,114 @@
+package com.badlogic.gdx.tests.g3d;
+
+import java.io.BufferedReader;
+import java.io.IOException;
+import java.util.Scanner;
+
+import com.badlogic.gdx.Gdx;
+import com.badlogic.gdx.files.FileHandle;
+import com.badlogic.gdx.graphics.glutils.ShaderProgram;
+import com.badlogic.gdx.utils.Array;
+import com.badlogic.gdx.utils.GdxRuntimeException;
+import com.badlogic.gdx.utils.ObjectMap;
+
+public class ShaderLoader {
+       public FileHandle root;
+       
+       public ObjectMap<String, ObjectMap<String, String>> snippets = new ObjectMap<String, ObjectMap<String, String>>();
+       private Array<String> includes = new Array<String>();
+       
+       public ShaderLoader(FileHandle root) {
+               this.root = root;
+       }
+       
+       public ShaderProgram load(String vertex, String fragment) {
+               StringBuilder out = new StringBuilder();
+               load(out, vertex);
+               vertex = out.toString();
+               includes.clear();
+               out.setLength(0);
+               load(out, fragment);
+               fragment = out.toString();
+               includes.clear();
+               return new ShaderProgram(vertex, fragment);
+       }
+       
+       public String load(final String name) {
+               StringBuilder out = new StringBuilder();
+               load(out, name);
+               includes.clear();
+               return out.toString();
+       }
+       
+       protected void load(final StringBuilder out, final String name) {
+               final int idx = name.lastIndexOf(':');
+               final String fileName = idx < 0 ? name : name.substring(0, idx);
+               final String snipName = idx < 0 || (idx >= name.length() - 1) ? "" : name.substring(idx+1);
+               ObjectMap<String, String> snips = snippets.get(fileName, null);
+               if (snips == null) {
+                       snips = parse(root.child(fileName));
+                       snippets.put(fileName, snips);
+               }
+               String result = snips.get(snipName, null);
+               if (result == null)
+                       throw new GdxRuntimeException("No snippet ["+snipName+"] in file "+root.child(fileName).path());
+               parse(out, fileName, result);
+       }
+       
+       protected void parse(final StringBuilder out, final String currentFile, final String code) {
+               String[] lines = code.split("\n");
+               int idx, jdx;
+               for (final String line : lines) {
+                       if (((idx = line.indexOf("#include")) == 0) && ((idx = line.indexOf("\"", idx)) > 0) && ((jdx = line.indexOf("\"", ++idx)) > idx)) {
+                               String name = line.substring(idx, jdx);
+                               if (name.length() > 0) {
+                                       if (name.charAt(0) == ':')
+                                               name = currentFile + name;
+                                       if (!includes.contains(name, false)) {
+                                               includes.add(name);
+                                               load(out, name);
+                                       }
+                               }
+                       } else
+                               out.append(line).append("\n");
+               }
+       }
+       
+       final static StringBuilder stringBuilder = new StringBuilder();
+       protected ObjectMap<String, String> parse(final FileHandle file) {
+               ObjectMap<String, String> result = new ObjectMap<String, String>();
+               BufferedReader reader = file.reader(1024);
+               String line;
+               String snipName = "";
+               stringBuilder.setLength(0);
+               int idx;
+               try {
+                       while((line = reader.readLine()) != null) {
+                               if (line.length() > 3 && line.charAt(0) == '[' && (idx = line.indexOf(']')) > 1) {
+                                       if (snipName.length() > 0 || stringBuilder.length() > 0)
+                                               result.put(snipName, stringBuilder.toString());
+                                       stringBuilder.setLength(0);
+                                       snipName = line.substring(1, idx);
+                               } else
+                                       stringBuilder.append(line).append("\n");
+                       }
+               } catch (IOException e) {
+                       throw new GdxRuntimeException(e);
+               }
+               if (snipName.length() > 0 || stringBuilder.length() > 0)
+                       result.put(snipName, stringBuilder.toString());
+               return result;
+       }
+       
+       @Override
+       public String toString () {
+               stringBuilder.setLength(0);
+               for (final ObjectMap.Entry<String, ObjectMap<String, String>> entry : snippets.entries()) {
+                       stringBuilder.append(entry.key).append(": {");
+                       for (final String snipname : entry.value.keys())
+                               stringBuilder.append(snipname).append(", ");
+                       stringBuilder.append("}\n");
+               }
+               return stringBuilder.toString();
+       }
+}
diff --git a/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shaders/MultiPassShader.java b/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shaders/MultiPassShader.java
new file mode 100644 (file)
index 0000000..9ef62cf
--- /dev/null
@@ -0,0 +1,30 @@
+package com.badlogic.gdx.tests.g3d.shaders;
+
+import com.badlogic.gdx.graphics.GL10;
+import com.badlogic.gdx.graphics.g3d.Renderable;
+import com.badlogic.gdx.graphics.g3d.shaders.DefaultShader;
+
+public class MultiPassShader extends DefaultShader {
+       public static int passes = 10;
+       
+       protected final int u_pass = register(new Uniform("u_pass"));
+       
+       public MultiPassShader (String vertexShader, String fragmentShader, Renderable renderable, boolean lighting, 
+               boolean environmentCubemap, boolean shadowMap, boolean fog, int numDirectional, int numPoint, int numSpot, int numBones) {
+               super(vertexShader, fragmentShader, renderable, lighting, environmentCubemap, shadowMap, fog, numDirectional, numPoint, numSpot, numBones);
+       }
+
+       @Override
+       public void render (Renderable renderable) {
+               set(u_pass, 0f);
+               super.render(renderable);
+               context.setDepthTest(GL10.GL_LESS);
+               if (has(u_pass)) {
+                       context.setBlending(true, GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA);
+                       for (int i = 1; i < passes; ++i) {
+                               set(u_pass, (float)i/(float)passes);
+                               renderable.mesh.render(program, renderable.primitiveType, renderable.meshPartOffset, renderable.meshPartSize, false);
+                       }
+               }
+       }
+}
index d6b8de3..d9af717 100644 (file)
@@ -42,6 +42,7 @@ import com.badlogic.gdx.tests.g3d.Basic3DTest;
 import com.badlogic.gdx.tests.g3d.FogTest;\r
 import com.badlogic.gdx.tests.g3d.MaterialTest;\r
 import com.badlogic.gdx.tests.g3d.ModelTest;\r
+import com.badlogic.gdx.tests.g3d.ShaderCollectionTest;\r
 import com.badlogic.gdx.tests.g3d.ShaderTest;\r
 import com.badlogic.gdx.tests.g3d.SkeletonTest;\r
 import com.badlogic.gdx.tests.gles2.HelloTriangle;\r
@@ -83,7 +84,7 @@ public class GdxTests {
                // SoundTouchTest.class, Mpg123Test.class, WavTest.class, FreeTypeTest.class,\r
                // InternationalFontsTest.class, VorbisTest.class\r
                TextButtonTest.class, TextButtonTestGL2.class, TextureBindTest.class, SortedSpriteTest.class, DelaunayTriangulatorTest.class,\r
-               ExternalMusicTest.class, SoftKeyboardTest.class, DirtyRenderingTest.class, YDownTest.class,\r
+               ExternalMusicTest.class, SoftKeyboardTest.class, DirtyRenderingTest.class, YDownTest.class, ShaderCollectionTest.class,\r
                ScreenCaptureTest.class, BitmapFontTest.class, LabelScaleTest.class, GamepadTest.class, NetAPITest.class, TideMapAssetManagerTest.class, TideMapDirectLoaderTest.class, TiledMapAssetManagerTest.class, TiledMapBench.class,\r
                RunnablePostTest.class, Vector2dTest.class, SuperKoalio.class, NinePatchTest.class, Basic3DSceneTest.class, Animation3DTest.class,\r
                ModelTest.class, Basic3DTest.class, ShaderTest.class, SkeletonTest.class, HexagonalTiledMapTest.class, FogTest.class, TimerTest.class, Bresenham2Test.class));\r