File size: 221,344 Bytes
2cc8d1c |
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 132 133 134 135 136 137 138 139 140 141 142 143 144 145 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 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 220 221 222 223 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 294 295 296 297 298 299 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 375 376 377 378 379 380 381 382 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 |
## GestureWiimote dataset
#
#The original data include 10 subjects, each perform 10 gestures 10 times. The gesture acquisition device is a Nintendo Wiimote remote controller with built-in three-axis accelerometer. Time series are of different lengths. There is no missing values.
#
#The gestures are (class label. original label - English translation):
#1. poteg – pick-up
#2. shake – shake
#3. desno – one move to the right
#4. levo – one move to the left
#5. gor – one move to up
#6. dol – one move to down
#7. kroglevo – one left circle
#8. krogdesno – one right circle
#9. suneknot – one move toward the screen
#10. sunekven – one move away from the screen
#
#We make five datasets out of these data.
#
### AllGestureWiimoteX
#
#Data is acceleration in x-axis dimension. Each subject performs a set of gestures multiple times. Classes are based on gestures (see class labels above).
#
#- Train size: 300
#
#- Test size: 700
#
#- Missing value: No
#
#- Number of classses: 10
#
#- Time series length: Vary
#
#Each time series is padded with NaN to the length of the longest time series in the dataset.
#
### AllGestureWiimoteY
#
#Data is acceleration in y-axis dimension. Each subject performs a set of gestures multiple times. Classes are based on gestures (see class labels above).
#
#- Train size: 300
#
#- Test size: 700
#
#- Missing value: No
#
#- Number of classses: 10
#
#- Time series length: Vary
#
#Each time series is padded with NaN to the length of the longest time series in the dataset.
#
### AllGestureWiimoteZ
#
#Data is acceleration in z-axis dimension. Classes are based on gestures (see class labels above).
#
#- Train size: 300
#
#- Test size: 700
#
#- Missing value: No
#
#- Number of classses: 10
#
#- Time series length: Vary
#
#Each time series is padded with NaN to the length of the longest time series in the dataset.
#
### PickupGestureWiimoteZ
#
#Data is acceleration in z-axis dimension. Each subject performs "pick-up" gesture multiple times. Classes are based on subject.
#
#- Train size: 50
#
#- Test size: 50
#
#- Missing value: No
#
#- Number of classses: 10
#
#- Time series length: Vary
#
#Each time series is padded with NaN to the length of the longest time series in the dataset.
#
### ShakeGestureWiimoteZ
#
#Data is acceleration in z-axis dimension. Each subject performs "shake" gesture multiple times. Classes are based on subject.
#
#- Train size: 50
#
#- Test size: 50
#
#- Missing value: No
#
#- Number of classses: 10
#
#- Time series length: Vary
#
#There is nothing to infer from the order of examples in the train and test set.
#
#Each time series is padded with NaN to the length of the longest time series in the dataset.
#
#Note that data are shuffled and randomly sampled so that instances across datasets do not sychronized by dimension or subject.
#
#Data created by Guna Jože et al. (see [1]). Data edited by Hoang Anh Dau.
#
#[1] Guna, Jože, Iztok Humar, and Matevž Pogačnik. "Intuitive gesture based user identification system." Telecommunications and Signal Processing (TSP), 2012 35th International Conference on. IEEE, 2012.
#
@problemName AllGestureWiimoteZ
@timeStamps false
@missing false
@univariate true
@equalLength false
@classLabel true 1 2 3 4 5 6 7 8 9 10
@data
0.885,0.885,0.885,0.923,0.962,1.0,1.0,1.038,1.154,1.423,1.615,1.654,1.577,1.5,1.423,1.385,1.385,1.423,1.423,1.462,1.462,1.5,1.462,1.346,1.269,1.231,1.154,1.077,0.962,0.923,0.808,0.692,0.538,0.462,0.346,0.346,0.308,0.462,0.538,0.615,0.615,0.577,0.577,0.577,0.577,0.654,0.654,0.615,0.615,0.615,0.654,0.654,0.538,0.462,0.308,0.231,0.231,0.269,0.308,0.385,0.385,0.538,0.692,0.846,0.962,0.962,0.923,0.846,0.846,0.808,0.769,0.731,0.731,0.769,0.923,0.923,1.0,1.0,0.923,0.846,0.769,0.808,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.923,1.0:1
0.962,0.962,1.0,1.038,1.0,0.962,0.923,0.962,0.962,0.962,0.962,1.0,0.962,0.923,0.923,1.0,1.0,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.962,0.923,0.923,0.885,0.923,0.885,0.846,0.846,0.846,0.808,0.808,0.769,0.769,0.769,0.731,0.692,0.654,0.654,0.615,0.769,0.769,0.615,0.808,0.577,0.577,0.769,0.769,0.846,0.846,1.077,1.192,0.962,0.962,0.769,0.731,0.769,0.769,0.885,0.885,1.0,1.115,1.154,1.385,1.808,1.808,1.192,1.385,1.077,1.231,1.308,1.462,1.462,1.5,1.385,1.192,1.077,1.077,0.846,0.692,0.615,0.538,0.423,0.423,0.308,0.346,0.346,0.462,0.462,0.423,0.423,0.231,0.0,-0.077,-0.038,0.077,0.077,0.192,0.269,0.308,0.577,0.462,0.462,0.346,0.231,0.115,0.115,0.154,0.154,0.269,0.154,0.154,-0.308,-0.308,-0.308,-0.154,0.192,0.538,0.769,0.808,0.769,0.769,0.769,0.923,1.154,1.615,2.115,2.115,2.462,2.538,2.462,2.308,2.192,2.192,2.192,2.269,2.269,2.269,2.115,1.846,1.846,1.577,1.346,1.192,1.115,1.077,1.077,1.077,1.077,1.077,1.077,1.038,1.038,1.0,0.962,0.885,0.846,0.846,0.846,0.808,0.808,0.769,0.962,0.962,1.038,1.0,0.923:1
1.077,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.077,1.115,1.038,1.0,1.038,1.038,1.077,1.308,1.731,1.808,1.808,1.808,1.769,1.654,1.577,1.615,1.577,1.538,1.538,1.538,1.577,1.5,1.385,1.231,1.038,1.038,0.846,0.769,0.769,0.731,0.615,0.615,0.577,0.615,0.5,0.462,0.462,0.423,0.423,0.346,0.269,0.192,0.154,0.154,0.154,0.192,0.192,0.192,0.192,0.231,0.346,0.346,0.423,0.462,0.5,0.577,0.615,0.692,0.692,0.808,0.846,0.885,0.962,0.962,1.038:1
1.077,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.923,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.115,1.115,1.115,1.077,1.038,1.038,1.231,1.5,1.731,1.731,1.769,1.769,1.538,1.308,1.269,1.269,1.231,1.269,1.269,1.269,1.269,1.269,1.269,1.231,1.154,1.154,1.077,1.038,1.0,0.962,0.923,0.923,0.846,0.769,0.731,0.692,0.615,0.538,0.538,0.5,0.5,0.5,0.462,0.462,0.423,0.385,0.346,0.308,0.269,0.192,0.192,0.192,0.192,0.231,0.269,0.385,0.385,0.462,0.5,0.5,0.5,0.5,0.5,0.5,0.462,0.462,0.5,0.654,0.808,0.808,0.923,1.0,1.0,0.962,0.923,0.923,0.885,0.846,0.808,0.808,0.808,0.808,0.846,0.885,0.923,1.0,1.038,1.038,1.0,0.962,0.885,0.808,0.731,0.731,0.731,0.692,0.692:1
1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.154,1.154,1.346,1.731,1.885,1.962,2.0,2.038,2.038,2.077,1.962,1.769,1.615,1.538,1.538,1.538,1.538,1.5,1.385,1.192,0.962,0.769,0.692,0.692,0.654,0.615,0.423,0.308,0.308,0.308,0.423,0.538,0.654,0.538,0.308,0.192,0.192,0.154,0.308,0.5,0.577,0.577,0.577,0.5,0.462,0.5,0.577,0.692,0.692,0.692,0.654,0.577,0.538,0.615,0.654,0.692,0.692,0.692,0.692,0.692,0.692,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.808,0.808,0.846,0.846,0.923,0.923,0.923,0.885,0.885,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,1.038,1.038,1.038,1.038,0.962,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.923,0.923,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.962,0.962,0.962,0.923:1
0.308,0.308,0.192,0.115,0.115,0.154,0.231,0.308,0.269,0.192,0.192,0.231,0.231,0.269,0.308,0.346,0.346,0.346,0.346,0.538,0.462,0.538,0.538,0.538,0.538,0.462,0.462,0.462,0.346,0.346,0.346,0.423,0.385,0.385,0.385,0.385,0.385,0.308,0.269,0.231,0.269,0.269,0.269,0.308,0.308,0.308,0.308,0.269,0.269,0.269,0.269,0.269,0.269,0.269,0.269,0.308,0.308,0.346,0.385,0.385,0.346,0.269,0.192,0.192,0.192,0.192,0.192,0.231,0.192,0.192,0.192,0.192,0.192,0.231,0.269,0.308,0.346,0.346,0.385,0.423,0.346,0.308,0.231,0.231,0.269,0.308,0.385,0.462,0.5,0.5,0.5,0.462,0.462,0.462,0.5,0.5,0.577,0.692,0.846,0.962,1.0,1.0,1.0,0.962,0.885,0.808,0.731,0.654,0.654,0.654,0.654,0.654,0.692:1
0.962,1.038,0.962,0.962,0.962,0.962,1.0,1.038,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.231,1.231,1.462,1.5,1.462,1.385,1.385,1.269,1.192,1.115,1.038,0.962,0.962,0.962,1.0,1.0,1.038,1.115,1.154,1.115,1.115,1.038,0.923,0.885,0.923,0.962,0.962,0.962,0.923,0.885,0.923,0.962,0.962,0.962,0.885,0.769,0.692,0.692,0.654,0.615,0.615,0.615,0.654,0.692,0.692,0.731,0.731,0.731,0.692,0.692,0.615,0.577,0.577,0.538,0.538,0.615,0.692,0.731,0.769,0.769,0.769,0.769,0.731,0.692,0.731,0.731,0.769,0.769,0.769,0.769,0.731,0.692,0.769,0.808,0.808,0.846,0.885,0.923,0.923,0.962,0.962,0.962,1.0,1.038,1.038,1.077,1.077,1.077,1.077,1.038,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.846:1
0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.077,1.154,1.192,1.308,1.308,1.308,1.269,1.269,1.385,1.462,1.538,1.538,1.538,1.5,1.423,1.346,1.269,1.192,1.192,1.115,1.077,1.077,1.077,1.0,1.0,0.885,0.769,0.692,0.615,0.654,0.654,0.615,0.615,0.654,0.615,0.615,0.538,0.462,0.385,0.346,0.346,0.346,0.346,0.385,0.423,0.462,0.462,0.5,0.538,0.538,0.538,0.538,0.538,0.538,0.615,0.692,0.769,0.769,0.885,1.0,1.038,1.038,1.0,1.0,1.0,1.038,1.115,1.154,1.154,1.231,1.269,1.231,1.154,1.154,1.154,1.154,1.115,1.115,1.077,1.077,1.077,1.115,1.231,1.269,1.308,1.269,1.269,1.269,1.231,1.192,1.154,1.115,1.038,1.077,1.038,1.038,1.038,1.0,1.038,1.038,1.038,1.0,1.0,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.808,0.808,0.846,0.885,0.885,0.885,0.923,0.962,0.962,1.0,1.0,1.0,1.038,1.0,0.962,0.962,0.962,0.962,0.962,1.038,1.115,1.115,1.154,1.192:1
1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.154,1.346,1.346,1.538,1.615,1.615,1.654,1.615,1.615,1.538,1.462,1.346,1.346,1.346,1.346,1.423,1.385,1.269,1.077,0.885,0.808,0.808,0.692,0.692,0.731,0.769,0.769,0.692,0.692,0.615,0.577,0.615,0.615,0.615,0.577,0.577,0.538,0.577,0.577,0.615,0.654,0.615,0.615,0.615,0.577,0.577,0.538,0.538,0.5,0.5,0.538,0.615,0.654,0.654,0.654,0.654,0.692,0.692,0.731,0.692,0.692,0.692,0.692,0.692,0.692,0.654,0.654,0.615,0.615,0.615,0.615,0.615,0.692,0.769,0.808,0.808,0.808,0.769,0.692,0.654:1
0.654,0.769,1.0,1.077,1.077,1.115,1.038,0.885,0.769,0.731,0.731,0.769,0.923,1.038,1.038,1.0,0.846,0.846,0.692,0.538,0.423,0.423,0.5,0.615,0.769,0.885,0.962,1.0,1.0,1.0,1.0,0.962,0.923,0.962,1.077,1.077:1
1.038,1.038,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.077,1.077,1.192,1.462,1.5,1.538,1.538,1.538,1.5,1.5,1.462,1.385,1.346,1.346,1.346,1.308,1.269,1.231,1.192,1.115,1.115,1.038,1.0,0.962,0.962,0.962,0.962,0.923,0.885,0.808,0.846,0.846,0.731,0.731,0.692,0.577,0.5,0.5,0.538,0.538,0.577,0.615,0.654,0.654,0.654,0.654,0.654,0.615,0.577,0.538,0.577,0.615,0.615,0.577,0.538,0.577,0.615,0.615,0.615,0.654,0.654,0.654,0.692,0.808,0.846,0.846,0.846,0.808,0.808,0.731,0.769,0.808,0.808:1
0.154,0.192,0.115,0.115,0.115,0.115,0.192,0.192,0.231,0.231,0.308,0.308,0.231,0.192,0.192,0.231,0.231,0.269,0.231,0.231,0.231,0.231,0.269,0.269,0.269,0.231,0.192,0.192,0.192,0.192,0.192,0.269,0.308,0.385,0.385,0.385,0.346,0.192,0.077,-0.038,-0.038,0.038,0.192,0.346,0.462,0.423,0.423,0.385,0.308,0.192,0.115,0.115,0.115,0.192,0.269,0.308,0.308,0.269,0.154,0.154,0.077,0.077,0.038,-0.038,-0.115,-0.192,-0.192,-0.231,-0.231,-0.192,-0.154,-0.077,-0.077,-0.115,-0.154,-0.154,-0.154,-0.154,-0.231,-0.231,-0.231,-0.192,-0.192,-0.192,-0.154,-0.077,-0.038,0.0,0.0,0.0,0.0,0.038,0.115,0.192,0.269,0.269,0.308,0.346,0.346,0.346,0.346,0.346,0.385,0.385,0.346,0.346,0.269,0.269,0.269,0.269,0.269,0.231,0.192,0.077,0.077,0.038,0.077,0.115,0.154,0.154,0.154:1
0.692,0.615,0.5,0.423,0.423,0.423,0.5,0.654,0.731,0.808,0.808,0.885,0.885,0.769,0.692,0.654,0.615,0.615,0.615,0.692,0.769,0.808,0.808,0.769,0.808,0.808,0.808,0.885,0.923,0.962,0.962,0.923,0.846,0.846,0.846,0.846,0.885,0.923,0.923,0.923,0.962,1.0,1.0,1.0,0.962,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.115,1.115:1
1.769,1.538,1.269,1.269,1.269,1.346,1.423,1.423,1.308,1.231,1.192,1.192,1.115,1.077,0.962,0.846,0.692,0.615,0.615,0.538,0.5,0.5,0.5,0.538,0.538,0.538,0.5,0.5,0.462,0.462,0.538,0.577,0.577,0.654,0.692,0.769,0.808,0.846,0.846,0.885,0.885,0.846,0.885,0.885,0.885,0.923,0.962,1.0,1.0,1.0:1
1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,0.962,1.0,1.038,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.115,1.154,1.115,1.115,1.615,1.923,1.769,1.538,1.269,1.269,1.115,1.192,1.308,1.423,1.385,1.385,1.308,1.269,1.231,1.115,0.962,0.846,0.846,0.769,0.769,0.731,0.654,0.654,0.538,0.5,0.462,0.385,0.385,0.308,0.192,0.192,0.269,0.308,0.308,0.346,0.346,0.423,0.538,0.615,0.615,0.577,0.538,0.5,0.538,0.654,0.654,0.769,0.731,0.692,0.692,0.731,0.731,0.846,0.962,0.885,0.808,0.808,0.808,0.923,1.038,1.192,1.231,1.231,1.269,1.308,1.385,1.385,1.346,1.346,1.308,1.269,1.269,1.231,1.231,1.192,1.231,1.269,1.308,1.269,1.269,1.269,1.269,1.192,1.038,0.923,0.808,0.808,0.808,0.885,0.885,0.846,0.923,1.231,1.231,1.5,1.654,1.577,1.385,1.192,1.038,1.038,0.962,0.962,0.923,0.885,0.885,0.885,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.038,1.038,1.038,0.962,0.923,0.923,0.923,0.962,0.962,1.0,0.962,0.962:1
0.923,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.077,1.077,1.077,1.077,1.115,1.115,1.308,1.308,1.654,1.846,1.846,1.731,1.615,1.615,1.577,1.538,1.423,1.231,1.077,1.077,1.0,0.923,0.808,0.692,0.692,0.654,0.654,0.654,0.654,0.654,0.654,0.654,0.615,0.538,0.5,0.5,0.462,0.462,0.462,0.5,0.538,0.538,0.538,0.577,0.615,0.615,0.538,0.538,0.5,0.462,0.423,0.423,0.423,0.462,0.5,0.538,0.538,0.538,0.538,0.5,0.538,0.615,0.731,0.846,0.846,0.962,1.038,1.077,1.077,1.077,1.038,1.077,1.154,1.192,1.192,1.192,1.192,1.192,1.192,1.231,1.269,1.231,1.231,1.231,1.231,1.231,1.231,1.154,1.154,1.038,1.0,0.962,0.962,0.923,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0:1
0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.115,1.269,1.385,1.423,1.462,1.423,1.462,1.462,1.5,1.462,1.462,1.346,1.346,1.154,1.038,0.962,1.0,1.0,1.038,1.077,1.115,1.038,0.923,0.808,0.654,0.538,0.577,0.654,0.731,0.846,0.846,0.962,1.0,1.0,0.923,0.808,0.692,0.692,0.731,0.808,0.808,0.808,0.808,0.885,0.846,0.731,0.731,0.615,0.5,0.385,0.346,0.346,0.346,0.346,0.346,0.346,0.423,0.5,0.538,0.538,0.654,0.692,0.692,0.692,0.692,0.692,0.731,0.808,0.846,0.885,0.885,0.962,0.962,1.0,1.0,0.923,0.885,0.846,0.808,0.808,0.769,0.808,0.923:1
1.0,1.0,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.385,1.5,1.5,1.769,1.808,1.808,1.769,1.731,1.615,1.538,1.385,1.231,1.231,1.115,1.0,0.885,0.808,0.808,0.808,0.769,0.769,0.885,0.885,0.769,0.654,0.615,0.615,0.577,0.538,0.538,0.462,0.346,0.308,0.423,0.538,0.538,0.615,0.615,0.654,0.654,0.615,0.538,0.538,0.462,0.346,0.346,0.346,0.423,0.615,0.731,0.654,0.692,0.692,0.769,0.692,0.654,0.692,0.692,0.692,0.731,0.808,0.923,0.962,0.923,0.923,0.846,0.808,0.731,0.769,0.846,0.846,0.923,1.038,1.115,1.154,1.077,1.077,0.923,0.731,0.654,0.692,0.769,0.962,0.962,1.115,1.231,1.308,1.308,1.269,1.269,1.308,1.269,1.231,1.154,1.038,1.038,0.962,0.923,0.885,0.846,0.808,0.808,0.769,0.692,0.654,0.654,0.692,0.769,0.769,0.808,0.846,0.846,0.808,0.769,0.769,0.769,0.769,0.769,0.769,0.808,0.808,0.808,0.846,0.885,0.962,0.962,0.885,0.846,0.846,0.846,0.885,0.923,0.962,1.0,1.0,1.038,1.038,0.962,0.923,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.808,0.808,0.808,0.769,0.808,0.846,0.846,0.846,0.885,0.885,0.808:1
1.0,0.808,0.923,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,0.962,1.038,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.115,1.115,1.192,1.038,0.962,1.077,1.385,1.385,1.538,1.538,1.538,1.462,1.385,1.385,1.308,1.231,1.192,1.192,1.192,1.077,1.077,1.0,0.962,1.0,1.038,1.077,1.077,1.0,0.885,0.769,0.615,0.538,0.538,0.538,0.538,0.538,0.538,0.538,0.538,0.538,0.577,0.577,0.615,0.615,0.577,0.577,0.538,0.538,0.577,0.615,0.615,0.615,0.615,0.615,0.615,0.577,0.577,0.538,0.5,0.5,0.538,0.615,0.692,0.769,0.808,0.769,0.769,0.654,0.615,0.615,0.654,0.731,0.731,0.769,0.692,0.538,0.462,0.462,0.462,0.577,0.731,0.885,1.038,1.115,1.115,1.115,1.038,0.846,0.731:1
0.077,0.038,0.038,0.038,0.038,0.038,0.0,-0.038,0.0,-0.038,-0.038,-0.038,0.077,0.038,0.038,0.077,0.077,0.115,0.115,0.077,0.077,0.038,0.077,0.154,0.154,0.192,0.192,0.115,0.154,0.192,0.192,0.154,0.154,0.115,0.115,0.115,0.192,0.269,0.269,0.269,0.269,0.269,0.269,0.308,0.423,0.538,0.538,0.538,0.462,0.385,0.269,0.192,0.154,0.154,0.231,0.346,0.385,0.423,0.423,0.423,0.269,0.231,0.115,0.154,0.154,0.231,0.269,0.269,0.231,0.115,0.115,0.115,0.115,0.192,0.308,0.423,0.5,0.462,0.462,0.346,0.231,0.115,-0.038,-0.077,-0.115,-0.077,-0.077,-0.077,0.0,0.038,0.038,0.0,0.0,-0.038,-0.038,-0.077,-0.154,0.0,0.0,0.0,0.077,0.154,0.269,0.308,0.308,0.269,0.231,0.231,0.269,0.269,0.269,0.308,0.385,0.385,0.385,0.385,0.346,0.308,0.192,0.154,0.154,0.231,0.231,0.308,0.346,0.385,0.346,0.346,0.346,0.308,0.308,0.346,0.385,0.346,0.346,0.346,0.385,0.346,0.385,0.385,0.385,0.346,0.346,0.308,0.308,0.308,0.308,0.308,0.308:1
1.0,1.0,0.962,0.923,0.885,1.038,1.077,1.077,1.154,1.077,1.308,1.538,1.654,1.538,1.538,1.385,1.346,1.346,1.308,1.308,1.308,1.308,1.346,1.308,1.269,1.231,1.192,1.192,1.154,1.038,0.923,0.846,0.808,0.731,0.654,0.654,0.615,0.615,0.692,0.731,0.731,0.731,0.731,0.846,0.808,0.654,0.538,0.462,0.462,0.538,0.692,0.769,0.692,0.692,0.615,0.5,0.423,0.385,0.423,0.423,0.615,0.731,0.769,0.808,0.808,0.846,0.846,0.846,0.808,0.885,1.038,1.038,1.154:1
0.846,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.154,1.231,1.346,1.462,1.538,1.577,1.577,1.615,1.615,1.615,1.577,1.538,1.5,1.5,1.538,1.538,1.462,1.308,1.192,1.077,1.077,1.0,0.962,0.923,0.846,0.692,0.577,0.577,0.462,0.423,0.385,0.346,0.346,0.346,0.346,0.423,0.462,0.5,0.462,0.462,0.385,0.308,0.269,0.269,0.308,0.308,0.346,0.423,0.5,0.615,0.654,0.654,0.654,0.615,0.538,0.538,0.577,0.654,0.731,0.769,0.769,0.808,0.846,0.923,1.0,1.077,1.077,1.115,1.077,1.038,1.0,0.962,0.962,0.962,1.038,0.923,0.808,0.769,0.769,0.808,0.962:1
0.115,0.038,0.115,0.192,0.115,0.115,0.038,0.077,0.154,0.308,0.346,0.308,0.308,0.269,0.269,0.269,0.269,0.231,0.231,0.154,0.192,0.269,0.308,0.269,0.269,0.269,0.308,0.269,0.308,0.346,0.346,0.346,0.346,0.346,0.423,0.423,0.423,0.423,0.423,0.423,0.423,0.423,0.423,0.423,0.462,0.462,0.385,0.269,0.231,0.231,0.231,0.346,0.462,0.538,0.577,0.615,0.615,0.615,0.5,0.269,0.115,0.192,0.192,0.346,0.5,0.5,0.5,0.5,0.5,0.5,0.538,0.5,0.385,0.308,0.308,0.308,0.308,0.423,0.577,0.808,1.038,1.038,1.269,1.346,1.308,1.192,1.038,0.846,0.846,0.731,0.654,0.654,0.654,0.731,0.731,0.769,0.769,0.769,0.808,0.808,0.846,0.846,0.846,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.846,0.808,0.846,0.885,0.923,0.923,0.923,0.885,0.808,0.731,0.731,0.769:1
1.077,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,0.962,1.0,1.038,1.154,1.154,1.077,1.077,1.269,1.462,1.654,1.731,1.731,1.731,1.654,1.615,1.577,1.5,1.385,1.385,1.308,1.154,1.0,0.846,0.808,0.808,0.885,1.038,1.115,1.038,1.038,1.0,0.923,0.846,0.692,0.538,0.538,0.385,0.192,0.038,0.0,0.0,0.0,0.077,0.154,0.269,0.346,0.346,0.385,0.385,0.346,0.308,0.308,0.346,0.423,0.538,0.615,0.692,0.692,0.731,0.808,0.885,0.962,1.0,1.0,1.077,1.154,1.231,1.269,1.308,1.308,1.308,1.269,1.231,1.154,1.077,1.077,1.077,1.077,1.115,1.154,1.192,1.192,1.192,1.192,1.192,1.154,1.077,1.077,1.077,1.115,1.115,1.077,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.923,0.923,1.0,1.0,1.038,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,0.962,0.962,0.923,0.923,0.962,1.0,1.038,1.077,1.077:1
1.038,1.038,1.192,1.192,1.346,1.346,1.346,1.346,1.385,1.269,1.269,1.115,1.0,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.808,0.731,0.731,0.692,0.692,0.692,0.731,0.769,0.769,0.769,0.731,0.731,0.769,0.846,0.846,0.846,0.808,0.731,0.692,0.654,0.654,0.654,0.615,0.654,0.577,0.577,0.462,0.423,0.462,0.423,0.385,0.423,0.5,0.5,0.577,0.654,0.615,0.615,0.615,0.654,0.654,0.692,0.769,0.769,0.731,0.692,0.731,0.769,0.769,0.769,0.769,0.769,0.731,0.731,0.731,0.769,0.769,0.808,0.808,0.846,0.846,0.769,0.769:1
0.923,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.077,1.385,1.5,1.692,1.885,2.038,2.154,2.154,2.038,2.038,1.923,1.885,1.885,1.962,2.0,1.885,1.692,1.692,1.385,1.192,0.962,0.731,0.577,0.385,0.385,0.192,0.038,-0.115,-0.192,-0.269,-0.269,-0.231,-0.154,-0.154,-0.154,-0.154,-0.077,-0.077,-0.038,0.038,0.192,0.269,0.269,0.346,0.423,0.5,0.577,0.692,0.769,0.769,0.846,0.885,0.923:1
0.962,1.115,1.038,1.038,1.0,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,0.962,0.962,0.962,0.962,0.923,1.0,1.115,1.038,1.038,1.038,1.231,1.385,1.385,1.385,1.346,1.308,1.269,1.269,1.269,1.308,1.269,1.192,1.192,1.115,1.115,1.038,0.962,0.846,0.885,0.885,0.885,0.923,0.923,0.846,0.846,0.808,0.808,0.769,0.769,0.769,0.731,0.615,0.615,0.538,0.615,0.615,0.654,0.808,0.808,0.731,0.769,0.731,0.654,0.654,0.692,0.692,0.769,0.769,0.846,0.808,0.769,0.769,0.769,0.769,0.885,0.923,0.923,0.923,0.846,0.846,1.0,1.192,1.231:1
1.577,1.385,1.269,1.231,1.231,1.192,1.192,1.154,1.038,0.923,0.846,0.808,0.769,0.615,0.615,0.5,0.538,0.538,0.692,0.769,0.808,0.885,0.846,0.692,0.462,0.462,0.231,0.115,0.077,0.154,0.346,0.577,0.769,0.885,0.885,0.885,0.808,0.692,0.615,0.538,0.615,0.692,0.846,0.962,0.962,1.0,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,1.038,1.038,1.0,1.0,0.962,0.923,0.923,0.885,0.885,0.885,0.923,1.0,0.962,0.962,0.962,0.962,1.0,0.962,1.0,0.962,1.038,1.154:1
1.0,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.115,1.308,1.577,1.577,1.731,1.769,1.692,1.615,1.615,1.615,1.615,1.615,1.615,1.577,1.615,1.577,1.577,1.538,1.462,1.346,1.231,1.115,1.115,1.0,0.962,0.885,0.846,0.808,0.808,0.692,0.615,0.615,0.5,0.462,0.385,0.385,0.385,0.385,0.385,0.346,0.346,0.308,0.308,0.308,0.346,0.385,0.423,0.462,0.462,0.5,0.5,0.5,0.5,0.5,0.538,0.577,0.577,0.577,0.615,0.615,0.654,0.692,0.692,0.731,0.731,0.731,0.731:1
0.923,1.077,1.038,1.038,0.846,0.885,0.962,0.962,0.962,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,0.923,0.962,0.846,1.038,0.769,0.846,0.846,0.846,0.885,0.885,0.846,0.846,0.769,0.808,0.769,0.692,0.654,0.654,0.654,0.846,0.654,0.423,0.385,0.577,0.654,0.654,0.808,1.154,1.115,1.077,1.192,1.269,1.192,1.231,1.231,1.192,1.192,1.269,1.192,1.0,0.962,0.962,0.962,0.923,0.808,0.538,0.423,0.423,0.423,0.5,0.577,0.462,0.423,0.5,0.5,0.462,0.423,0.423,0.462,0.462,0.462,0.462,0.462,0.462,0.5,0.538,0.538,0.538,0.538,0.538,0.5,0.5,0.423,0.423,0.423,0.385,0.423,0.462,0.5,0.577,0.615,0.654,0.654,0.654,0.654,0.615,0.615,0.654,0.654,0.731,0.769,0.808,0.808,0.808,0.769,0.769,0.769,0.808,0.808,0.808,0.808,0.808,0.923,1.115,1.462,1.885,1.885,2.269,2.462,2.423,2.231,1.923,1.615,1.308,1.115,1.115,1.0,0.962,0.962,0.962,0.962,0.923,0.885,0.846,0.846,0.846,0.769,0.769,0.769,0.808,0.808,0.846,0.885,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.077,1.077:1
1.615,1.5,1.5,1.038,1.038,0.808,0.615,0.385,0.192,0.077,0.077,0.077,0.115,0.231,0.308,0.308,0.5,0.692,0.577,0.269,-0.038,-0.192,-0.192,0.077,0.115,-0.346,-0.692,-0.5,-0.5,-0.077,0.0,-0.269,-0.5,-0.308,-0.308,0.115,0.462,0.654,0.692,0.731,0.731,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.808,0.923,0.923,1.0:2
0.692,0.846,0.885,0.846,0.731,0.731,0.692,0.615,0.577,0.538,0.462,0.462,0.423,0.5,0.654,0.769,0.808,0.769,0.769,0.769,0.769,0.769,0.769,0.692,0.692,0.692,0.615,0.538,0.615,0.615,0.885,1.115,1.192,1.154,0.769,0.115,0.115,-0.154,-0.115,0.077,0.115,0.115,0.038,0.115,0.269,0.385,0.385,0.346,0.308,0.5,0.692,0.846,0.846,0.923,0.885,0.808,0.769,0.769,0.846,1.231,1.346,1.077,0.808,0.231,0.231,-0.192,-0.308,-0.192,-0.077,0.0,0.154,0.154,0.308,0.385,0.5,0.731,0.962,0.962,0.962,0.769,0.615,0.538,0.538,0.654,0.654,0.769,1.038,1.462,1.615,1.346,0.923,0.923,0.5:2
1.0,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.923,0.923,0.885,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.846,0.846,0.846,0.846,0.885,0.962,1.0,1.077,1.154,1.154,1.269,1.346,1.423,1.615,1.769,1.923,1.923,2.154,2.385,2.615,2.885,3.077,3.077,3.115,3.115,3.154,3.269,3.346,3.346,3.308,3.154,2.846,2.615,2.385,2.385,2.154,1.808,1.462,1.038,0.615,0.615,0.308,-0.038,-0.385,-0.808,-1.231,-1.231,-1.577,-1.692,-1.462,-0.962,-0.308,0.423,0.423,1.115,1.885,2.308,1.538,0.731,0.692,0.692,1.385,2.192,2.538,2.385,1.769,1.154,0.654,0.654,0.269,0.192,0.269,0.423,0.615,0.692,0.692,0.808,0.846,0.692,0.308,-0.308,-1.846,-1.846,-3.808,-4.385,-3.615,-2.769,-2.769,-2.231,-1.808,-1.308,-0.654,0.154,0.654,0.654,0.962,1.308,1.808,2.077,2.038,2.038,1.692,1.077,0.0,-1.0,-1.269,-1.269,-0.846,-0.423,-0.308,-0.385,-0.5,-0.5,-0.538,-0.5,-0.462,-0.385,-0.385,-0.385,-0.385,-0.346,-0.346,-0.308,-0.231,-0.231,-0.115,-0.038:2
-0.423,-0.885,-1.154,-1.5,-2.115,-2.769,-3.0,-3.0,-2.423,-1.231,0.192,2.077,3.423,3.423,3.885,4.077,4.154,3.269,2.154,1.346,1.346,0.654,-0.038,-1.038,-2.269,-3.692,-3.692,-4.423,-3.769,-2.346,-0.885,0.385,1.962,1.962,3.385,3.846,4.077,3.846,2.808,2.808,1.923,1.077,0.231,-0.538,-0.923:2
1.154,0.885,0.923,0.923,0.923,0.962,1.0,1.038,1.077,1.115,1.115,1.115,1.115,1.154,1.231,1.346,1.5,1.5,1.615,1.692,1.769,1.731,1.769,1.769,1.769,1.769,1.808,1.769,1.808,1.808,1.846,1.846,1.808,1.769,1.692,1.692,1.654,1.615,1.577,1.5,1.423,1.423,1.346,1.346,1.308,1.231,1.154,1.077,1.077,1.0,0.962,0.846,0.731,0.692,0.654,0.654,0.615,0.577,0.5,0.385,0.385,0.308,0.192,0.154,0.115,0.115,0.038,0.038,-0.038,-0.077,-0.154,-0.269,-0.346,-0.423,-0.423,-0.462,-0.5,-0.538,-0.577,-0.615,-0.654,-0.654,-0.577,-0.5,-0.385,-0.385,-0.269,-0.231,-0.154,-0.154,-0.038,0.038,0.077,0.115,0.115,0.115,0.115,0.077,0.038,0.0,-0.038,-0.115,-0.115,-0.231,-0.308,-0.346,-0.462,-0.462,-0.462,-0.5,-0.5,-0.538,-0.615,-0.654,-0.654,-0.577,-0.423,-0.154,0.115,0.269,0.269,0.308,0.269,0.192,0.115,-0.077,-0.231,-0.231,-0.308,-0.346,-0.423,-0.462,-0.423,-0.423,-0.385,-0.385,-0.423,-0.538,-0.538,-0.615,-0.577,-0.538,-0.577,-0.577,-0.462,-0.462,-0.231,0.077,0.192,0.154,0.038,0.038,-0.154,-0.308,-0.308,-0.308,-0.308,-0.346,-0.346,-0.346,-0.423,-0.423,-0.385,-0.346,-0.346,-0.269,-0.192,-0.154,-0.192,-0.231,-0.231,-0.192,-0.154,-0.115,-0.115,-0.154,-0.154,-0.231,-0.192,-0.154,-0.154:2
-0.154,-0.385,-0.577,-1.115,-1.115,-2.154,-3.115,-3.423,-2.731,-2.731,-1.692,-0.577,0.962,2.962,3.692,4.0,4.0,4.154,3.077,3.077,1.692,0.692,-0.308,-1.577,-2.962,-2.962,-3.692,-3.0,-1.654,-0.308,1.077,2.346,2.346,3.154,3.308,2.769,2.038,1.269,0.5,0.5,-0.154,-0.538,-0.731,-0.615,-0.308:2
-1.462,-2.115,-2.115,-2.5,-2.231,-1.577,-0.692,0.538,0.538,2.308,3.538,3.923,4.115,4.077,2.962,2.038,2.038,1.308,0.577,-0.423,-1.654,-2.808,-2.808,-3.615,-3.423,-2.346,-1.154,0.192,0.192,1.731,3.154,3.769,3.808,3.038,3.038,2.154,1.115,0.231,-0.577,-1.077,-1.077,-1.231,-1.077,-0.808:2
1.038,1.115,1.115,1.154,1.038,0.808,0.5,0.5,0.346,0.038,0.0,-0.038,0.154,0.154,0.308,0.462,0.462,0.346,0.385,0.385,0.462,0.615,0.731,0.885,0.885,1.115,1.308,1.346,1.192,1.115,1.038,1.038,0.808,0.538,0.231,-0.077,-0.154,0.077,0.077,0.538,0.962,1.192,1.308,1.462,1.462,1.577,1.692,1.769,1.808,1.885,1.962,1.962,1.731,1.231,0.769,0.462,0.269,0.269,0.115,-0.038,-0.154,-0.154,0.038,0.038,0.462,1.231,1.923,2.231,2.0,2.0,1.577,1.385,1.308,1.269,1.269,1.269,1.346,1.385,1.423,1.462,1.462,1.462,1.346,1.0,0.692,0.462,0.385,0.462,0.462,0.462,0.5,0.5,0.577,0.577,0.731,0.962,1.269,1.538:2
0.769,0.769,0.808,0.885,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.885,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.962,1.038,1.038,1.077,1.115,1.154,1.192,1.192,1.192,1.192,1.154,1.154,1.115,1.077,1.038,1.038,1.038,0.962,0.923,0.885,0.923,0.923,0.923,0.923,0.846,0.769,0.692,0.731,0.692,0.615,0.615,0.462,0.423,0.654,1.0,1.385,1.577,1.577,1.615,1.538,1.5,1.423,1.308,1.308,1.115,0.962,0.846,0.808,0.769,0.654,0.654,0.615,0.577,0.5,0.385,0.231,0.231,0.231,0.308,0.346,0.5,0.731,1.077,1.077,1.346,1.423,1.5,1.692,1.692,1.808,1.769,1.654,1.5,1.269,1.077,1.077,0.808,0.654,0.538,0.538,0.538,0.538,0.462,0.346,0.308,0.385,0.462,0.462,0.5,0.538,0.692,0.923,1.308,1.538,1.538,1.615,1.615,1.615,1.615,1.615,1.462,1.269,1.077,1.0,0.923,0.769,0.769,0.654,0.577,0.538,0.462,0.346,0.346,0.269,0.192,0.231,0.308,0.462,0.692,0.692,0.885,1.077,1.346,1.538,1.692,1.769,1.731,1.731,1.615,1.385,1.192,1.038,0.962,0.923,0.923,0.846,0.769,0.769,0.769,0.654,0.462,0.462,0.192,0.154,0.308,0.462,0.615,0.615,0.769,0.962,1.115,1.231,1.308,1.346,1.346,1.308,1.308,1.269,1.192,1.154,1.154,1.0,0.846,0.769,0.731,0.731,0.692,0.654,0.692,0.692,0.731,0.731,0.769,0.808,0.808,0.808,0.808,0.769,0.731,0.769,0.769,0.769,0.769,0.808,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,0.923,0.923,0.885,0.885,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.846,0.846,0.846,0.846:2
1.0,0.846,0.808,0.885,0.962,0.923,0.885,0.885,0.808,0.731,0.692,0.615,0.5,0.423,0.423,0.423,0.5,0.5,0.385,0.462,0.577,0.5,0.615,0.692,0.692,0.692,0.654,0.692,0.808,0.962,1.115,1.115,1.269,1.385,1.462,1.538,1.615,1.731,1.769,1.769,1.692,1.538,1.308,1.154,1.038,1.038,1.038,1.154,1.308,1.385,1.077,1.077,0.885,0.962,1.154,1.154,0.885,0.808,0.808,0.923,1.038,0.962,0.923,0.846,0.808,0.808,0.769,0.692,0.692,0.692,0.731,0.731,0.769,0.808,0.885,0.885,0.962,1.0,1.0,1.0,0.962,0.923,0.885,0.769,0.769,0.692,0.615,0.5,0.385,0.346,0.5,0.5,0.808,0.885,0.885,1.0,0.846,0.846,0.692,0.654,0.769,1.154,1.615,1.615,1.808,1.577,1.192,0.962,0.962,1.115,1.115,1.346,1.462,1.462,1.462,1.423,1.423,1.346,1.308,1.346,1.308,1.192,1.192,1.038,0.923,0.654,0.538,0.538,0.538,0.615,0.808,0.962,1.0,0.962:2
0.962,0.885,0.885,0.923,0.923,0.808,0.692,0.577,0.5,0.423,0.423,0.5,0.538,0.577,0.538,0.5,0.5,0.5,0.5,0.5,0.577,0.769,0.962,0.962,1.038,0.923,0.846,0.846,0.846,0.846,0.846,0.923,1.0,1.115,1.115,1.192,1.192,1.115,1.038,1.0,1.038,1.038,1.077,1.154,1.231,1.308,1.346,1.269,1.269,1.115,1.077,1.0,1.0,1.038,1.115,1.115,1.115,0.962,0.808,0.808,0.846,0.846,0.846,1.0,1.0,0.923,0.846,0.808,0.808,0.769,0.769,0.769,0.731,0.692,0.769,0.769,0.846,0.885,0.885,0.962,1.0,1.0,1.0,0.962,0.923,0.885,0.769,0.769,0.692,0.692,0.731,0.692,0.692,0.731,0.731,0.808,0.846,0.962,1.115,0.923,0.923,0.615,0.692,0.885,0.846,0.846,0.692,0.769,1.0,1.0,1.154,1.192,1.115,1.0,0.885,0.846,0.846,0.846,0.808,0.808,0.808,0.846,0.885,1.0,1.0,1.038,0.885,0.731,0.731,0.615,0.577,0.577,0.808,0.885,0.885,0.923,0.846,0.692,0.769,0.885,0.962,0.962,0.923,0.962,0.962,0.885,0.885:2
0.731,0.731,0.808,0.885,0.885,0.846,0.769,0.769,0.846,0.962,0.962,1.038,1.077,1.115,1.115,1.115,1.115,1.115,1.038,1.0,0.923,0.885,0.885,0.885,0.885,0.846,0.808,0.731,0.654,0.654,0.615,0.577,0.538,0.538,0.5,0.423,0.385,0.385,0.346,0.346,0.385,0.423,0.462,0.538,0.538,0.615,0.769,0.885,1.0,1.077,1.115,1.115,1.154,1.154,1.192,1.231,1.231,1.231,1.154,1.0,0.846,0.769,0.654,0.654,0.654,0.615,0.731,0.885,0.885,1.038,0.962,0.577,0.231,0.0,0.0,0.0,0.192,0.308,0.269,0.115,0.077,0.038,0.038,0.115,0.192,0.269,0.346,0.423,0.423,0.538,0.615,0.769,0.962,1.115,1.192,1.192,1.231,1.077,0.923,0.769,0.692,0.654,0.654,0.692,0.808,0.885,0.846,0.692,0.5,0.231,0.231,0.038,0.0,0.077,0.115,0.077,0.077,0.038,0.0,0.038,0.154,0.192,0.308,0.462,0.462,0.654,0.846,0.962,1.0,1.077,1.192,1.192,1.231,1.192,1.0,0.808,0.808,0.731,0.692,0.769,0.885,0.846,0.769,0.769,0.654,0.462,0.231,0.115,0.154,0.231,0.231,0.231,0.154,0.077,0.038,0.077,0.077,0.115,0.192,0.346,0.5,0.692,0.846,0.846,0.962,1.038,1.115,1.115,1.154,1.231,1.231,1.154,1.0,0.885,0.885,0.808,0.808,0.846,0.923,0.923,0.846,0.846,0.654,0.423,0.154,0.0,0.0,0.038,0.038,-0.038,-0.115,-0.154,-0.115,-0.115,-0.038,0.115,0.231,0.385,0.577,0.808,1.0,1.0,1.115,1.231,1.346,1.462,1.462,1.462,1.308,1.077,0.923,0.808,0.731,0.731,0.731,0.808,0.923,0.962,0.885,0.692,0.462,0.462,0.192,0.0,-0.038,-0.038,-0.038,-0.038,-0.077,-0.115,-0.115,-0.077,0.0,0.077,0.077,0.154,0.269,0.423,0.654,0.923,0.923,1.231,1.423,1.577,1.731,1.769,1.769,1.5,1.192,0.962,0.808,0.731,0.654,0.654,0.577,0.5,0.5:2
0.769,0.846,0.885,0.923,0.923,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.077,1.077,1.115,1.154,1.115,1.115,1.115,1.077,1.038,1.0,0.962,0.923,0.923,0.923,0.885,0.846,0.885,0.885,0.808,0.692,0.692,0.577,0.5,0.462,0.423,0.346,0.346,0.346,0.5,0.846,1.269,1.5,1.5,1.5,1.5,1.538,1.577,1.538,1.346,1.154,1.154,1.038,0.923,0.846,0.692,0.615,0.615,0.615,0.5,0.5,0.269,0.346,0.346,0.5,0.5,0.423,0.5,0.923,1.5,1.5,1.731,1.654,1.538,1.577,1.577,1.577,1.5,1.385,1.192,1.0,0.885,0.769,0.769,0.654,0.538,0.423,0.346,0.231,0.115,0.115,0.192,0.346,0.538,0.846,1.192,1.192,1.385,1.423,1.462,1.615,1.692,1.654,1.654,1.5,1.269,1.038,0.923,0.846,0.846,0.731,0.654,0.5,0.423,0.346,0.385,0.385,0.423,0.538,0.538,0.538,0.577,0.577,0.731,0.923,1.115,1.231,1.269,1.269,1.346,1.346,1.308,1.231,1.192,1.192,1.154,1.077,1.038,1.0,1.038,1.038,1.077,1.0,0.962,0.962,0.885,0.654,0.654,0.423,0.385,0.423,0.346,0.423,0.423,0.615,0.923,1.154,1.269,1.269,1.231,1.231,1.154,1.115,1.192,1.154,1.038,1.038,0.962,0.923,0.885,0.808,0.769,0.769,0.769,0.692,0.654,0.654,0.692,0.731,0.731,0.808,0.885,0.962,0.962,0.923,0.923,0.923,0.962,0.885,0.846,0.846,0.846,0.808,0.808,0.846,0.846,0.885,0.885,0.962,0.962,0.923,0.846,0.769,0.769,0.731,0.731,0.769,0.769,0.731,0.731,0.808,0.846,0.923,0.923,0.923,0.885,0.885,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.038,1.0,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.962:2
0.923,0.846,0.731,0.731,0.923,1.115,1.115,1.154,1.154,1.115,1.077,1.077,1.077,1.115,1.269,1.269,1.462,1.692,1.769,1.846,2.115,2.269,2.269,2.192,2.115,2.0,2.154,1.538,0.923,0.538,0.538,0.192,-0.115,-0.308,-0.385,-0.462,-0.538,-0.538,-0.577,-0.5,-0.385,-0.385,-0.231,-0.115,0.038,0.192,0.231,0.231,0.269,0.269,0.192,0.115,0.115,0.192,0.192,0.462,0.769,1.038,1.308,0.808,0.808,0.038,-0.077,0.231,0.538,0.577,0.577,0.308,0.038,0.0,0.115,0.192,0.192,0.269,0.308,0.308,0.154,-0.115,-0.115,-0.346,-0.423,-0.462,-0.269,-0.077,-0.077,0.0,0.0,0.192,0.346,0.462,0.462,0.423,0.308,0.192,0.154,0.154,0.192,0.346,0.346,0.577,0.808,1.0,1.192,0.692,0.231,0.231,0.269,0.423,0.538,0.538,0.5,0.462,0.462,0.385,0.385,0.462,0.538,0.538,0.577,0.538,0.423,0.346,0.077,-0.269,-0.538,-0.538,-0.538,-0.308,0.038,0.269,0.385,0.346,0.346,0.192,0.038,0.038,0.192,0.192,0.308,0.423,0.615,0.808,0.769,0.346,0.346,0.115,0.154,0.269,0.385,0.346,0.308,0.308,0.231,0.231,0.269,0.423,0.577,0.654,0.654,0.654,0.654,0.423,0.077,-0.269,-0.269,-0.385,-0.192,0.192,0.615,0.808,0.808,0.808,0.692,0.538,0.385,0.385,0.231,0.154,0.154,0.192,0.346,0.615,0.615,1.0,1.115,0.808,0.538,0.154,0.154,0.0,0.038,0.269,0.269,0.154,0.154,0.115,0.115,0.192,0.269,0.346,0.346,0.269,0.077,-0.077,-0.077,0.038,0.231,0.231,0.385,0.269:2
0.885,0.731,0.731,0.731,0.731,0.769,0.769,0.731,0.731,0.692,0.654,0.615,0.538,0.538,0.462,0.462,0.462,0.654,0.846,0.846,1.154,1.231,0.923,0.615,0.5,0.5,0.577,0.808,0.962,1.154,1.269,1.269,1.154,0.962,0.885,0.923,1.038,1.154,1.154,1.269,1.346,1.269,1.192,1.115,1.115,1.077,1.154,1.231,1.269,1.269,1.269,1.308,1.154,0.962,0.923,1.038,1.038,1.038,0.923,0.962,0.808,0.846,0.846,0.923,0.846,0.769,0.808,0.885,0.923,0.923,0.885,0.885,0.846,0.846,0.808,0.808,0.769,0.769,0.731,0.731,0.731,0.731,0.731,0.769,0.846,0.923,0.962,0.962,0.885,0.808,0.769,0.769,0.769,0.769,0.808,0.885,0.885,0.923,1.077,1.077,0.962,0.808,0.731,0.808,0.808,0.846,0.846,0.962,0.962,0.846,0.731,0.731,0.654,0.692,0.769,0.885,0.923,0.885,0.846,0.923,0.923,1.038,1.192,1.231,1.038,0.808,0.769,0.769,0.923,1.038,0.962,0.731,0.423,0.423,0.462,0.808,0.962,0.846,0.615,0.615,0.615,0.654,0.654,0.692,0.808,0.846,0.885,0.885,0.923,0.962,1.0,0.923,0.846,0.846:2
-0.385,-0.346,-0.346,-0.769,-0.769,-1.5,-2.346,-2.731,-2.385,-1.5,-0.423,-0.423,0.923,2.731,3.654,4.0,4.154,3.385,3.385,2.269,1.462,0.885,0.115,-0.846,-1.846,-1.846,-2.923,-2.923,-2.269,-1.077,-0.077,0.808,1.808,2.808,2.808,3.385,3.385,2.808,2.115,1.385,0.846,0.846,0.346,-0.115,-0.5,-0.654,-0.692,-0.654,-0.654:2
1.0,0.885,0.885,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.077,1.115,1.154,1.154,1.231,1.308,1.346,1.462,1.538,1.538,1.538,1.462,1.423,1.346,1.346,1.308,1.308,1.269,1.154,1.038,0.885,0.731,0.731,0.615,0.5,0.462,0.5,0.615,0.846,0.846,1.038,1.0,0.769,0.462,0.269,0.269,0.192,0.385,0.846,1.231,1.231,1.231,1.077,0.808,0.577,0.462,0.577,0.577,0.769,0.846,0.846,0.692,0.538,0.423,0.423,0.269,0.231,0.308,0.5,0.808,0.808,1.115,1.192,1.038,0.808,0.577,0.577,0.462,0.462,0.5,0.654,0.885,1.115,1.115,1.192,1.154,1.038,0.962,0.885,0.885,0.885,0.923,0.962,0.962,0.923,0.885,0.885,0.923,0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.885,0.923,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.923,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962:2
0.654,0.692,0.769,0.846,1.0,1.154,1.154,1.269,1.269,1.192,1.115,1.077,1.077,1.038,1.077,1.115,1.115,1.154,1.154,1.269,1.385,1.385,1.423,1.577,1.808,1.808,2.154,2.538,2.731,2.731,2.115,2.038,2.038,2.192,1.962,1.962,1.154,0.385,-0.077,-0.308,-0.385,-0.346,-0.385,-0.538,-0.615,-0.615,-0.538,-0.385,-0.231,-0.154,-0.077,-0.115,-0.115,-0.115,-0.115,-0.077,-0.077,-0.038,-0.038,0.038,0.115,0.115,0.115,0.154,0.308,0.423,0.423,0.5,0.577,0.538,0.385,0.423,0.423,0.5,0.423,0.192,0.077,0.192,0.308,0.308,0.346,0.269,0.077,-0.077,-0.077,-0.115,-0.154,-0.231,-0.385,-0.423,-0.385,-0.269,-0.269,0.0,0.269,0.5,0.731,0.731,0.808,0.615,0.308,0.115,0.038,0.115,0.115,0.231,0.615,1.038,1.154,0.808,0.808,0.077,0.0,0.192,0.423,0.538,0.538,0.423,0.308,0.308,0.423,0.5,0.5,0.577,0.577,0.5,0.346,0.192,-0.038,-0.269,-0.423,-0.385,-0.385,-0.192,0.115,0.462,0.692,0.769,0.769,0.692,0.5,0.269,0.192,0.192,0.192,0.269,0.462,0.654,0.846,1.038,1.038,0.731,-0.077,-0.346,-0.077,-0.077,0.385,0.269,0.269,0.038,0.0,0.077,0.192,0.346,0.5,0.538,0.538,0.462,0.308,0.038,-0.154,-0.308,-0.308,-0.308,-0.154,0.115,0.385,0.538,0.654,0.654,0.615,0.538,0.423,0.346,0.346,0.346,0.346,0.346,0.385,0.385,0.5,0.731,0.846,0.538,0.538,-0.077,-0.231,-0.115,0.077,0.077,0.115,0.0,-0.154,-0.192,-0.154,-0.154,-0.077,-0.038,-0.038,0.077,0.077,0.077,-0.077,-0.192,-0.385,-0.462,-0.346,-0.346,-0.346:2
0.962,0.808,0.808,0.885,1.0,1.115,1.269,1.346,1.462,1.615,1.885,1.885,2.192,2.346,2.423,2.462,2.462,2.462,2.346,2.269,2.385,2.269,1.615,1.615,0.885,0.346,0.0,-0.115,-0.038,-0.038,-0.077,-0.231,-0.346,-0.308,-0.308,-0.231,-0.038,0.077,0.115,0.0,0.0,-0.115,-0.154,-0.115,-0.115,0.269,0.731,0.731,1.231,1.231,0.923,0.192,0.0,0.115,0.423,0.654,0.692,0.692,0.615,0.5,0.423,0.385,0.385,0.385,0.269,0.077,-0.192,-0.5,-0.654,-0.654,-0.423,0.0,0.0,0.423,0.692,0.654,0.269,-0.192,-0.192,-0.385,-0.308,0.038,0.462,1.0,1.5,1.5,1.5,0.731,0.115,0.115,0.5,0.885,0.885,0.769,0.385,0.231,0.231,0.231,0.346,0.462,0.538,0.423,0.192,0.192,-0.231,-0.538,-0.615,-0.462,-0.038,-0.038,0.423,0.692,0.538,0.192,0.192,0.0,0.0,0.115,0.269,0.577,1.0,1.0,1.0,0.346,0.115,0.269,0.269,0.615,0.654,0.462,0.269,0.192,0.192,0.269,0.385,0.538,0.692:2
1.154,1.0,1.0,1.0,1.0,0.923,0.923,0.885,0.885,0.885,0.846,0.808,0.808,0.846,0.846,0.885,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.077,1.115,1.192,1.192,1.269,1.308,1.346,1.385,1.385,1.346,1.346,1.346,1.231,1.077,0.923,0.808,0.808,0.731,0.692,0.654,0.692,0.769,0.808,0.808,0.769,0.731,0.654,0.615,0.615,0.808,0.808,1.115,1.423,1.385,1.154,1.154,0.808,0.615,0.538,0.615,0.769,0.885,0.885,0.923,0.885,0.846,0.769,0.692,0.692,0.615,0.577,0.615,0.769,0.962,0.962,1.115,1.154,1.038,0.885,0.769,0.692,0.692,0.808,1.077,1.269,1.231,1.038,1.038,0.846,0.654,0.577,0.577,0.615,0.731,0.846,0.885,0.846,0.846,0.769,0.692,0.615,0.577,0.615,0.692,0.692,0.769,0.846,0.885,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.885,0.923,0.962,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923:2
0.308,0.346,0.231,0.115,0.115,0.0,0.0,0.038,0.077,0.077,0.115,0.269,0.462,0.615,0.731,0.769,0.615,0.615,0.231,-0.038,-0.154,-0.154,-0.154,-0.077,0.115,0.308,0.5,0.654,0.769,0.769,0.808,0.769,0.692,0.654,0.577,0.577,0.385,0.231,0.154,0.192,0.231,0.231,0.308,0.269,0.192,-0.038,-0.269,-0.269,-0.462,-0.538,-0.423,-0.269,-0.077,-0.077,0.0,0.038,0.077,0.115,0.115,0.269,0.385,0.423,0.423,0.269,0.269,0.077,-0.154,-0.192,-0.077,0.077,0.077,0.192:2
0.269,0.269,0.615,1.0,1.154,1.038,0.923,0.923,0.923,0.923,0.885,0.962,1.038,1.038,1.038,1.077,1.038,1.038,0.962,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.115,1.115,1.192,1.308,1.385,1.538,1.538,1.731,2.0,2.269,2.462,2.615,2.692,2.692,2.846,3.077,3.115,2.923,2.615,2.346,2.346,2.346,2.077,1.154,0.231,-0.5,-0.923,-0.923,-1.0,-0.885,-0.808,-0.923,-1.077,-1.077,-1.115,-1.038,-0.885,-0.769,-0.769,-0.462,-0.462,-0.385,-0.269,-0.192,-0.115,-0.115,0.0,0.115,0.269,0.615,1.115,1.115,1.115,0.731,0.615,0.654,0.692,0.654,0.654,0.538,0.462,0.538,0.538,0.538,0.538,0.538,0.423,0.192,-0.192,-0.192,-0.538,-0.654,-0.462,-0.077,0.346,0.538,0.5,0.5,0.462,0.346,0.231,0.154,0.154,0.192,0.308,0.538,0.846,1.269,1.269,1.462,0.577,-0.115,0.115,0.423,0.423,0.462,0.308,0.115,0.115,-0.038,-0.077,-0.077,0.0,0.192,0.462,0.462,0.538,0.5,0.5,0.423,0.154,-0.308,-0.577,-0.5,-0.038,-0.038,0.538,0.769,0.615,0.423,0.423,0.269,0.154,0.115,0.231,0.346,0.462,0.577,0.577,0.846,0.615,-0.077,-0.385,-0.077,-0.077,0.192,0.154,-0.115,-0.308,-0.269,-0.154,-0.154,0.038,0.192,0.269,0.269,0.269,0.154,0.0,-0.154,-0.231,-0.346,-0.346,-0.308,-0.308,-0.038,0.192,0.5,0.692,0.654,0.538,0.346,0.346,0.115,0.0,0.0,0.038,0.231,0.692,0.692,0.538,-0.269,-0.5,-0.077,0.308,0.231,0.231,-0.077,-0.154,-0.154,-0.038,0.077,0.192,0.346,0.462,0.462,0.462,0.308,0.308,0.346,0.346,0.346,0.269,0.269,0.231,0.231,0.269,0.192,0.192,0.231,0.231,0.231,0.269:2
0.615,0.731,0.923,1.115,1.115,1.115,1.115,1.154,1.154,1.192,1.231,1.269,1.346,1.462,1.577,1.577,1.692,1.846,2.0,2.231,2.538,2.923,2.923,3.038,2.654,2.154,2.038,2.038,1.808,1.385,1.385,0.692,0.192,0.154,0.308,0.192,0.192,-0.077,-0.308,-0.346,-0.308,-0.269,-0.269,-0.269,-0.192,-0.154,-0.192,-0.192,-0.192,-0.154,-0.231,-0.385,-0.423,-0.308,0.0,0.346,0.692,0.692,1.0,0.923,0.462,0.231,0.231,0.462,0.462,0.577,0.538,0.423,0.346,0.462,0.615,0.615,0.808,0.731,0.423,-0.077,-0.654,-0.885,-0.769,-0.385,-0.385,0.154,0.5,0.5,0.385,0.192,0.192,0.0,-0.231,-0.231,-0.077,0.308,0.308,0.769,1.231,1.346,0.538,0.538,0.0,0.077,0.423,0.692,0.538,0.192,0.038,0.038,0.231,0.577,0.692,0.5,0.5,0.038,-0.385,-0.654,-0.654,-0.538,-0.231,-0.231,0.115,0.385,0.654,0.846,0.846,0.885,0.769,0.654,0.462,0.269,0.308,0.308,0.577,0.885,1.115,0.923,0.0,0.0,-0.538,-0.308,0.192,0.308,0.0,0.0,-0.308,-0.385,-0.346,-0.077,0.269,0.462,0.462,0.462,0.385,0.077,-0.231,-0.5,-0.577,-0.577,-0.192,0.577,0.923:2
0.769,0.5,0.577,0.769,0.846,0.885,0.885,0.885,0.846,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.846,0.885,0.923,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.923,0.923,0.962,1.0,1.0,0.962,0.885,0.885,0.808,0.731,0.692,0.692,0.692,0.769,0.885,0.885,0.808,0.654,0.654,0.577,0.538,0.538,0.538,0.462,0.462,0.423,0.423,0.385,0.423,0.423,0.5,0.5,0.538,0.615,0.692,0.808,0.923,0.923,1.0,1.038,1.038,1.115,1.269,1.308,1.308,1.154,0.846,0.846,0.577,0.462,0.423,0.423,0.5,0.615,0.615,0.769,1.038,1.308,1.269,1.038,0.769,0.769,0.615,0.615,0.615,0.538,0.423,0.423,0.308,0.269,0.308,0.308,0.346,0.385,0.385,0.462,0.577,0.577,0.692,0.769,0.962,1.154,1.308,1.308,1.269,1.038,0.846,0.654,0.577,0.577,0.577,0.654,0.846,1.0,1.038,0.846,0.5,0.5,0.192,0.077,0.154,0.231,0.192,0.192,0.115,0.038,0.038,0.077,0.192,0.192,0.192,0.308,0.462,0.692,0.923,1.192,1.192,1.5,1.615,1.385,1.115,0.923,0.769,0.769,0.769,0.885,1.0,1.115,1.115,0.846,0.846,0.538,0.231,0.0,-0.038,0.115,0.154,0.154,0.077,0.0,-0.038,-0.038,0.038,0.154,0.269,0.385,0.577,0.769,0.769,1.0,1.269,1.538,1.615,1.423,1.154,1.154,0.962,0.846,0.846,0.962,1.038,1.038,1.038,0.923,0.654,0.423,0.231,0.115,0.115,0.077,0.115,0.115,0.077,0.077,0.115,0.115,0.154,0.154,0.269,0.346,0.462,0.462,0.577,0.731,0.923,1.115,1.308,1.538,1.538,1.692,1.654,1.346,1.0,1.0,0.769,0.615,0.577,0.654,0.769,0.769,0.885,0.923,0.923,0.885,0.808,0.654,0.538,0.538,0.5,0.5,0.462,0.423,0.346,0.346,0.346,0.423,0.538,0.692,0.923,1.077:2
1.654,1.462,1.462,1.154,0.885,0.615,0.346,0.115,0.115,-0.154,-0.346,-0.423,-0.538,-0.769,-1.115,-1.115,-1.538,-1.885,-1.885,-2.346,-2.423,-2.423,-2.385,-2.154,-1.885,-1.577,-1.269,-1.038,-0.769,-0.769,-0.385,0.231,1.115,2.115,3.038,3.538,3.538,3.538,3.115,2.385,1.654,1.115,1.115,0.692,0.308,0.0,-0.269,-0.538,-0.923,-0.923,-1.538,-2.346,-3.115,-3.5,-3.346,-3.346,-2.923,-2.423,-1.962,-1.577,-1.231,-1.231,-0.923,-0.692,-0.5,-0.154,0.346,0.885,0.885,1.538,2.154,2.615,2.731,2.615,2.615,2.192,1.692,1.231,0.808,0.462,0.462,0.154,-0.077,-0.308,-0.5,-0.692,-0.885,-0.885,-1.077,-1.231,-1.346,-1.423,-1.423,-1.423,-1.346,-1.308,-1.192,-1.038,-0.923,-0.923,-0.808,-0.654,-0.538:2
0.808,0.808,0.846,0.885,0.885,0.885,0.923,0.923,0.846,0.731,0.577,0.577,0.423,0.385,0.269,0.269,0.385,0.385,0.577,0.731,0.808,0.769,0.615,0.538,0.538,0.5,0.5,0.5,0.5,0.462,0.462,0.423,0.731,0.923,1.192,1.308,1.308,0.885,0.423,0.269,0.462,0.615,0.615,0.615,0.462,0.346,0.385,0.423,0.423,0.462,0.577,0.615,0.615,0.615,0.615,0.577,0.615,0.615,0.692,0.731,0.808,0.808,1.077,1.577,1.423,0.692,0.115,0.115,-0.115,0.077,0.231,0.231,0.231,0.192,0.154,0.269,0.5,0.692,0.692,0.885,0.885,0.769,0.615,0.538,0.538,0.538,0.692,0.962,1.115,1.231,1.231,1.231:2
0.885,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.038,1.077,1.077,1.115,1.192,1.269,1.346,1.385,1.423,1.423,1.423,1.385,1.385,1.346,1.346,1.346,1.346,1.346,1.308,1.269,1.154,1.0,1.0,0.885,0.769,0.615,0.538,0.462,0.462,0.462,0.538,0.615,0.692,0.692,0.654,0.538,0.423,0.423,0.577,0.885,0.885,1.308,1.538,1.5,1.308,1.038,1.038,0.808,0.769,0.808,0.846,0.885,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.808,0.808,0.808,0.808,0.808,0.846,1.038,1.269,1.385,1.269,1.269,1.115,0.923,0.769,0.731,0.769,0.769,0.846,0.923,0.962,0.962,0.923,0.846,0.846,0.769,0.692,0.654,0.654,0.654,0.692,0.808,0.846,0.846,0.808,0.769,0.769,0.731,0.731,0.769,0.846,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.885,0.885,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.923,0.923,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.923,0.962,0.962,1.0,1.077,1.115,1.154,1.154,1.154,1.154,1.115,1.077,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0:2
0.269,0.192,0.192,0.154,0.192,0.385,0.692,1.038,1.038,1.231,1.346,1.346,1.385,1.346,1.308,1.269,1.269,1.192,1.154,1.115,1.077,1.038,0.962,0.962,0.962,0.962,1.0,1.0,0.962,1.0,1.0,1.038,1.038,1.077,1.077,1.038,1.038,1.0,1.0,1.0,0.962,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.962,0.962,1.0,1.038,1.077,1.077,1.077,1.0,0.962,0.846,0.808,0.808,0.731,0.692,0.692,0.692,0.692,0.615,0.5,0.462,0.462,0.462,0.5,0.462,0.423,0.385,0.423,0.5,0.5,0.538,0.615,0.615,0.692,0.846,1.038,1.038,1.154,1.269,1.308,1.346,1.269,1.154,1.154,0.846,0.577,0.423,0.346,0.346,0.385,0.385,0.5,0.731,1.0,1.308,1.538,1.385,1.385,1.115,0.885,0.923,0.962,0.923,0.731,0.731,0.577,0.462,0.423,0.385,0.423,0.423,0.423,0.423,0.462,0.538,0.615,0.692,0.692,0.769,0.846,0.923,0.962,0.962,0.885,0.692,0.5,0.385,0.346,0.346,0.385,0.5,0.654,0.846,1.0,1.192,1.192,1.192,1.077,0.962,0.885,0.808,0.692,0.692,0.577,0.462,0.385,0.346,0.346,0.385,0.423,0.538,0.769,1.038,1.269,1.269,1.346,1.385,1.346,1.269,1.154,1.0,1.0,0.846,0.692,0.654,0.654,0.692,0.808,0.808,0.962,1.0,0.962,0.885,0.769,0.654,0.615,0.615,0.538,0.462,0.462,0.385,0.269,0.269,0.308,0.346,0.385,0.385,0.462,0.577,0.731,0.923,1.115,1.115,1.231,1.231,1.192,1.192,1.154,1.154,1.115,1.038,0.923,0.808,0.731,0.692,0.692,0.731,0.846,1.038,1.231,1.462,1.462,1.5,1.115,0.615,0.346,0.385,0.462,0.462,0.423,0.423,0.231,0.231,0.231,0.231,0.231,0.269,0.346,0.462,0.538,0.654,0.654,0.769,0.846,1.0,1.0,1.154,1.269,1.269,1.192,1.154,1.154,1.115,1.038,0.962,0.846:2
1.115,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.846,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.115,1.192,1.231,1.269,1.308,1.269,1.269,1.269,1.231,1.231,1.115,1.077,1.077,1.038,1.0,1.0,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.846,0.769,0.654,0.654,0.731,0.731,0.962,1.154,1.269,1.192,0.962,0.731,0.577,0.615,0.808,0.808,0.962,1.0,0.962,0.885,0.885,0.769,0.692,0.615,0.577,0.577,0.577,0.654,0.769,0.846,0.885,0.885,0.885,0.846,0.808,0.769,0.808,0.885,1.038,1.038,1.154,1.154,1.0,0.885,0.846,0.846,0.923,1.038,1.115,1.077,1.077,0.962,0.808,0.769,0.731,0.846,0.846,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.885,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.038,1.038,1.038:2
1.038,0.885,0.885,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.077,1.154,1.192,1.192,1.269,1.308,1.346,1.385,1.385,1.385,1.385,1.308,1.269,1.192,1.115,1.077,1.077,1.038,1.0,0.962,0.962,1.038,1.038,1.115,1.115,1.115,1.0,0.769,0.538,0.538,0.462,0.462,0.654,1.038,1.308,1.308,1.269,1.269,1.115,0.885,0.808,0.769,0.808,0.808,0.808,0.769,0.692,0.692,0.654,0.577,0.577,0.615,0.615,0.731,0.846,0.923,0.885,0.769,0.654,0.654,0.654,0.731,0.885,1.038,1.154,1.115,1.115,1.0,0.769,0.769,0.769,0.808,0.769,0.731,0.692,0.615,0.615,0.577,0.538,0.538,0.577,0.615,0.615,0.615,0.615,0.615,0.654,0.769,0.808,0.808,0.846,0.846,0.846,0.808,0.769,0.769,0.769,0.846,0.846,0.846,0.808,0.808,0.808,0.808,0.885,0.962,1.077,1.192,1.192,1.269,1.346,1.346,1.308,1.192,1.077,1.077,1.0,0.885,0.846,0.808,0.808,0.808,0.808,0.846,0.923,0.962,1.0,1.0,1.077,1.077,1.115,1.115,1.077,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962:2
0.808,0.808,0.885,0.885,0.885,0.923,0.962,0.962,0.962,0.923,0.885,0.808,0.808,0.923,0.923,1.038,1.077,1.077,0.962,0.654,0.346,0.038,-0.154,-0.231,-0.231,-0.154,0.038,0.385,0.846,1.231,1.308,1.308,1.077,0.769,0.615,0.654,0.769,0.923,1.077:3
1.0,1.038,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.038,1.038,1.077,1.077,1.077,1.077,1.115,1.154,1.154,1.154,1.154,1.154,1.154,1.192,1.192,1.269,1.346,1.462,1.462,1.5,1.538,1.577,1.538,1.423,1.269,1.269,1.154,1.077,1.0,0.846,0.692,0.615,0.615,0.577,0.5,0.462,0.538,0.654,0.769,0.769,0.692,0.538,0.423,0.423,0.5,0.5,0.615,0.731,0.846,0.923,0.962,1.0,1.0,1.0,1.038,1.077,1.115,1.115,1.115,1.038,1.038,1.0,1.0,0.962,0.962,0.962,1.0,1.077,1.115,1.115,1.115,1.115,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.115,1.115,1.115,1.115,1.077,1.077,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,1.0,1.038,1.038:3
0.923,0.923,0.923,0.923,0.885,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,0.962,0.962,1.0,1.038,1.0,0.962,0.962,0.962,0.923,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.077,1.192,1.269,1.385,1.385,1.462,1.5,1.615,1.731,1.808,1.808,1.769,1.692,1.654,1.538,1.654,1.885,1.885,2.0,1.654,0.962,0.538,0.615,0.731,0.731,0.731,0.654,0.615,0.538,0.385,0.308,0.308,0.308,0.346,0.308,0.385,0.385,0.5,0.615,0.731,0.769,0.808,0.808,0.808,0.846,0.885,0.923,1.0,1.0,1.0,1.0,0.962,1.038,1.115,1.115,1.115,1.077,1.038,0.846,0.731:3
0.885,0.808,0.769,0.769,0.885,0.885,0.962,1.038,1.0,0.962,0.962,0.923,0.923,0.962,0.962,1.038,1.038,1.077,1.038,0.962,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.923,0.923,0.923,0.846,0.808,0.808,0.885,0.962,0.962,1.077,1.231,1.5,1.654,1.654,1.692,1.615,1.577,1.5,1.346,1.231,1.231,1.154,1.154,1.192,1.308,1.615,1.615,1.962,2.0,1.769,1.538,1.5,1.538,1.538,1.462,1.308,1.269,1.192,1.0,0.769,0.769,0.577,0.462,0.385,0.538,0.577,0.692,0.769,0.808,0.808,0.885,0.923,0.962,1.038,1.154,1.192,1.192,1.192,1.077,0.923,0.846,0.846,0.846,0.885,0.962:3
0.923,0.5,0.615,1.038,1.269,1.269,1.269,1.269,1.269,1.192,1.077,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.038,1.077,1.077,1.115,1.115,1.192,1.269,1.269,1.231,1.269,1.269,1.385,1.308,1.077,0.962,0.923,0.923,0.731,0.615,0.692,0.808,0.885,0.962,0.962,1.038,0.962,0.885,0.769,0.692,0.769,0.769,0.846,0.885,0.923:3
1.0,0.846,0.769,0.769,0.769,0.846,0.885,0.962,0.962,0.962,0.962,0.962,1.077,1.231,1.231,1.385,1.462,1.538,1.654,1.692,1.692,1.692,1.654,1.577,1.462,1.308,1.385,1.385,1.346,1.231,1.115,1.0,0.962,0.962,0.885,0.808,0.769,0.731,0.692,0.692,0.692,0.692,0.692,0.692,0.615,0.615,0.538,0.5,0.462,0.462:3
0.962,0.962,0.923,0.923,1.038,1.115,1.115,1.115,1.038,1.0,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.115,1.154,1.231,1.231,1.346,1.192,1.154,1.231,1.231,1.269,1.269,1.077,1.0,0.962,0.962,0.923,0.808,0.654,0.615,0.615,0.692,0.808,0.923,0.923,1.0,1.038,1.077,1.0,0.962:3
0.885,0.808,0.846,0.846,0.923,0.962,1.038,1.0,0.962,0.962,0.923,0.962,1.0,1.038,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.077,1.192,1.192,1.231,1.154,1.115,1.115,1.154,1.154,1.0,1.0,0.769,0.808,0.962,1.0,0.846,0.846,0.885,0.885,1.0,1.077,1.077,1.115,1.038,0.962,0.923,0.923,0.885,0.962,1.038,1.038,1.038:3
0.962,0.885,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.923,0.885,0.923,0.962,1.0,1.0,1.038,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.038,1.115,1.115,1.154,1.154,1.192,1.308,1.385,1.385,1.346,1.192,1.115,1.115,1.231,1.269,1.269,1.231,1.0,0.923,1.115,1.231,1.231,1.231,1.0,0.654,0.5,0.462,0.462,0.615,0.654,0.462,0.5,0.615,0.615,0.692,0.731,0.846,0.846,0.885,0.885,0.846,0.808,0.808,0.769,0.769,0.731:3
1.115,0.885,0.923,0.962,0.962,0.962,1.0,1.038,1.077,1.077,1.192,1.308,1.192,0.808,0.385,0.038,-0.115,-0.038,0.231,0.231,0.231,0.038,0.231,0.923,2.077,2.077,2.615,2.923,3.0,2.385,1.346,0.5,0.5,-0.038,-0.308,-0.385,-0.346,-0.269,-0.269,-0.077,0.192,0.462,0.769,1.038,1.154,1.154,1.115,1.077,1.038,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.115,1.115,1.115,1.077,1.077,1.038,1.038,0.962,0.923:3
0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.923,0.885,0.923,1.0,1.115,1.154,1.154,1.115,0.923,0.769,0.692,0.808,0.808,0.962,1.154,1.269,0.962,0.346,-0.077,-0.077,-0.077,0.308,0.808,1.385,1.654,1.654,1.692,1.385,1.385,0.846,0.192,-0.077,-0.231,-0.154,0.077,0.077,0.308,0.538,0.808,1.0,1.154,1.231,1.231,1.231,1.154,1.038,0.962,0.923,0.923,0.846,0.808,0.769,0.846,0.962,1.038,1.077,1.038,1.038,1.038,1.0,1.0,0.962:3
0.923,0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.885,0.923,1.0,1.192,1.192,1.385,1.346,1.038,0.577,0.577,0.192,0.0,-0.231,-0.462,-0.577,-0.462,-0.462,0.192,1.346,2.231,2.077,1.923,2.0,2.0,1.731,1.115,0.654,0.577,0.538,0.538,0.423,0.385,0.385,0.423,0.5,0.654,0.654,0.769,0.846,0.846,0.846,0.808,0.808,0.808,0.885,0.962,1.0,0.962,1.0,1.0,1.0,0.962,0.923,0.846,0.808,0.808,0.808:3
1.0,0.846,0.808,0.808,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.885,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.885,0.885,0.885,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.808,0.577,0.308,0.231,0.692,0.692,1.885,3.308,3.115,1.192,-0.077,0.462,0.462,1.308,1.231,0.885,0.808,0.885,0.885,0.846,0.731,0.615,0.692,0.769,0.769,0.846,0.885,0.923,0.962,1.0,1.0,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.923,0.962,0.962,0.962,0.962,1.0,1.0,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923:3
0.808,0.808,0.846,0.923,0.923,1.0,1.038,1.038,1.038,1.038,1.0,0.962,0.962,0.923,0.923,0.962,1.0,1.0,1.038,1.038,1.077,1.077,1.115,1.115,1.154,1.192,1.231,1.231,1.269,1.269,1.269,1.231,1.192,1.192,1.192,1.231,1.308,1.385,1.423,1.462,1.462,1.346,1.231,1.192,1.154,1.115,1.115,1.154,1.154,1.115,1.115,1.115,1.115,1.0,0.846,0.692,0.577,0.577,0.462,0.538,0.692,0.731,0.692,0.692,0.577,0.5:3
0.885,0.885,0.885,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.846,0.846,0.769,0.769,0.769,0.769,0.769,0.808,0.846,0.885,1.038,1.154,1.154,1.192,1.077,0.846,0.538,0.538,0.538,1.0,1.346,1.192,0.731,0.615,0.846,0.846,1.0,0.923,0.885,0.923,0.923,0.962,0.923,0.923,0.962,1.038,1.038,1.115,1.154,1.192,1.192,1.154,1.115,1.115,1.077,1.0,0.962,0.923,0.923,0.885,0.885,0.885,0.923,0.923,0.923,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0:3
0.885,0.885,0.923,0.923,0.885,0.846,0.846,0.846,0.885,0.962,1.0,0.962,0.923,0.923,0.923,1.0,1.0,0.962,0.962,0.962,0.962,1.077,1.115,1.115,1.077,0.962,0.962,0.923,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.077,1.077,1.154,1.154,1.154,1.115,1.115,1.115,1.115,1.115,1.077,1.038,0.962,1.0,1.0,1.077,1.038,1.0,0.962,1.0,1.0,1.077,1.115,1.038,0.962,0.885,0.846,0.846,0.846,0.923,0.962,0.923,0.923,0.846,0.731,0.731,0.808,0.885,0.885,0.923,0.923,0.885,0.846,0.923,0.923,0.923,0.885,0.885,0.846,0.885,0.923,0.923,0.962,0.962,0.923,0.885,0.885,0.885,0.846,0.885,0.962,1.0,1.0,0.962,0.923,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.885,0.885,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923:3
0.577,0.692,0.923,0.923,1.192,1.231,1.154,1.077,1.077,1.077,1.115,1.115,1.154,1.154,1.115,1.077,1.077,1.077,1.115,1.115,1.231,1.346,1.346,1.423,1.5,1.462,1.269,0.962,0.731,0.731,0.538,0.346,0.462,0.692,0.923,1.0,1.0,1.0,0.885,0.769,0.654,0.769,0.769,0.885,0.923,1.0,1.077,1.154,1.154,1.154,1.115,1.077:3
1.038,1.0,0.923,0.885,0.923,1.038,1.115,1.115,1.192,1.192,1.115,1.0,0.923,0.846,0.846,0.885,0.808,0.808,0.885,1.0,1.0,0.962,1.077,1.077,1.038,1.0,1.0,0.962,0.962,0.962,0.885,0.808,0.808,0.808,0.769,0.769,0.692,0.615,0.538,0.423,0.423,0.423,0.462,0.5,0.538,0.538,0.538,0.615,0.654,0.654,0.692,0.692,0.692,0.615,0.577,0.577,0.538,0.538,0.538:3
0.923,0.923,0.962,0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.115,1.115,1.115,1.115,1.077,1.0,0.923,0.923,1.0,1.038,1.038,1.0,0.885,0.808,0.846,1.0,1.0,1.115,1.154,1.038,0.923,0.808,0.846,0.923,0.923,0.808,0.808,0.654,0.692,0.885,1.0,1.0,0.962,0.885,0.769,0.731,0.731,0.731,0.769,0.846,0.885,0.885,0.885,0.846,0.846,0.846,0.808,0.808,0.846,0.846,0.885,0.923,0.923,0.846,0.885,0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.846,0.846,0.846,0.885,0.885,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.846,0.885:3
0.923,0.923,0.962,0.923,0.923,0.923,0.962,1.038,1.038,1.038,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.923,0.962,0.962,0.962,0.923,0.962,0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.923,0.846,0.846,0.885,0.885,0.885,0.962,0.962,1.0,1.115,1.192,1.346,1.423,1.385,1.346,1.423,1.423,1.423,1.385,1.385,1.385,1.423,1.423,1.462,1.538,1.769,2.077,2.231,1.962,1.962,1.269,0.769,0.692,0.769,0.808,0.654,0.654,0.462,0.346,0.192,0.154,0.154,0.192,0.269,0.308,0.346,0.462,0.615,0.615,0.769,0.846,0.885,0.885,0.923,0.923,0.846,0.808,0.808,0.769,0.808,0.808,0.808,0.846,0.846,0.885,0.846,0.769,0.769,0.769:3
1.077,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.962,0.962,0.962,1.0,1.0,1.038,1.115,1.154,1.154,1.231,1.308,1.423,1.538,1.615,1.615,1.654,1.577,1.577,1.385,1.231,1.231,1.308,1.346,1.346,1.346,1.231,1.038,0.846,0.692,0.692,0.577,0.5,0.5,0.462,0.5,0.5,0.5,0.5,0.538,0.615,0.654,0.692,0.692,0.731,0.769,0.769,0.769,0.808,0.808,0.846,0.846,0.885,0.885,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0:3
0.846,0.846,0.923,0.923,0.962,0.923,0.923,0.923,0.923,1.0,1.115,1.231,1.231,1.192,1.154,0.962,0.308,-0.423,-0.423,-0.615,-0.192,0.462,0.769,0.846,1.038,1.038,1.115,1.038,0.885,0.692,0.692,0.538,0.5,0.577,0.692:3
0.923,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.962,1.038,1.192,1.385,1.385,1.538,1.577,1.5,1.385,1.0,0.731,0.692,0.385,-0.346,-1.192,-1.885,-1.615,0.231,2.308,3.346,3.346,3.038,2.038,0.885,-0.038,-0.385,-0.231,0.115,0.346,0.346,0.462,0.615,0.731,0.808,0.808,0.846,0.846,0.846,0.846,0.923,0.923,1.0,1.077,1.154,1.154,1.115,1.077,1.077,1.038,1.0,0.962,0.923,0.885,0.885,0.846:3
0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.077,1.077,1.077,1.077,1.115,1.115,1.154,1.231,1.231,1.269,1.308,1.346,1.346,1.423,1.423,1.5,1.615,1.692,1.808,1.885,1.885,1.923,1.885,1.769,1.538,1.423,1.192,1.192,0.962,0.731,0.538,0.423,0.308,0.269,0.269,0.346,0.462,0.577,0.577,0.423,0.423,0.192,0.038,0.038,0.077,0.192,0.308,0.308,0.423,0.538,0.615,0.692,0.808,0.962,0.962,1.077,1.154,1.154,1.115,1.077,1.077,1.077,1.115,1.192,1.192,1.154,1.115,1.115,1.077,1.038,1.038,1.077,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,0.962,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962:3
0.885,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.885,0.846,0.769,0.654,0.577,0.577,0.692,1.846,1.846,1.654,0.769,0.346,0.692,1.077,1.038,1.038,0.846,0.769,0.808,0.808,0.808,0.808,0.808,0.846,0.923,1.038,1.154,1.154,1.192,1.192,1.192,1.154,1.115,1.077,1.077,1.038,0.962,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.962,0.962,0.962:3
1.0,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,1.038,1.038,1.115,1.115,1.192,1.269,1.154,1.077,1.115,1.115,1.154,1.192,1.154,1.154,1.154,1.154,1.154,1.154,1.115,1.115,1.154,1.154,1.115,1.115,1.115,1.115,1.038,0.923,0.846,0.846,0.769,0.654,0.615,0.615,0.615,0.654,0.654,0.654,0.654,0.615,0.654,0.615,0.615,0.654:3
0.846,0.808,0.808,0.885,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.923,0.885,0.846,0.808,0.769,0.769,0.731,0.731,0.769,0.808,0.846,0.846,0.923,1.038,1.154,1.231,1.231,1.231,1.231,1.269,1.308,1.308,1.346,1.346,1.462,1.808,2.308,2.5,2.308,2.308,1.962,1.808,1.885,1.885,1.808,1.538,1.231,1.231,0.962,0.731,0.538,0.308,0.154,0.077,0.077,0.077,0.154,0.308,0.462,0.615,0.769,0.769,0.846,0.923,1.0,1.0,1.038,1.038,1.0,0.923,0.885,0.885,0.769:3
0.692,0.577,0.692,0.846,0.885,0.923,0.923,0.923,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.846,0.885,0.846,0.885,0.885,0.962,1.077,1.077,1.231,1.462,1.769,2.077,2.038,1.692,1.346,1.231,1.077,0.808,0.615,0.346,0.346,0.154,0.192,0.423,0.692,0.923,1.077,1.077,1.115,0.846,0.462,0.192,0.077,-0.038,0.154,0.154,0.346,0.346,0.731,0.846,0.692,0.692,0.692,0.654,0.731,0.846,1.115,1.231,1.038,1.038,0.923,0.962,1.038,1.077,1.115,1.115,1.115,1.038,1.0,0.962,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.885,0.885,0.885,0.923,0.923,0.923:3
0.885,0.923,0.962,0.962,0.885,0.923,0.923,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.038,1.0,1.0,0.962,0.923,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.115,1.115,1.154,1.154,1.192,1.231,1.231,1.231,1.269,1.308,1.269,1.154,1.154,1.077,1.115,1.077,1.038,1.115,1.115,1.115,1.038,0.885,0.692,0.692,0.692,0.692,0.692,0.654,0.615,0.615,0.692,0.769,0.885,0.923,0.885,0.885,0.808,0.808,0.808,0.846,0.846,0.846,0.808,0.769,0.808,0.808,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.923,0.923,1.0,1.038,1.038,1.038,1.0,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885:3
0.615,0.615,0.654,0.615,0.692,0.731,0.769,0.769,0.731,0.731,0.654,0.538,0.385,0.192,0.192,0.0,-0.038,0.269,0.808,0.808,1.269,1.5,1.346,1.038,0.923,0.885,0.885,0.769,0.615,0.615,0.654,0.731,0.731:3
0.846,0.846,0.923,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.846,0.885,0.846,0.846,0.846,0.808,0.808,0.846,0.846,0.885,0.923,0.923,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.923,1.0,1.038,1.0,0.962,0.885,0.769,0.769,0.692,0.692,0.654,0.654,0.692,0.577,0.615,0.885,1.192,1.654,1.654,2.154,1.615,0.769,0.538,0.808,0.808,0.769,0.615,0.654,0.692,0.692,0.692,0.692,0.769,0.769,0.654,0.615,0.654,0.731,0.808,0.846,0.846,0.808,0.769,0.731,0.692,0.692,0.692,0.692,0.731,0.808,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.923,0.962,0.962,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.923,0.923,0.885,0.885,0.846:4
0.923,0.962,0.962,0.962,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.923,1.0,1.0,1.038,1.0,0.962,0.962,0.962,1.038,1.038,1.077,1.077,1.077,1.115,1.115,1.192,1.231,1.269,1.269,1.269,1.269,1.231,1.192,1.154,1.154,1.115,1.038,1.038,1.0,0.962,0.923,0.885,0.885,0.923,1.0,1.038,0.962,0.846,0.846,0.692,0.615,0.654,0.654,0.577,0.538,0.538,0.577,0.731,0.769,0.731,0.692,0.692,0.654,0.615,0.654,0.654,0.692,0.692,0.769,0.846,0.962,0.962,0.962,1.115,1.115,1.192,1.154,0.962,0.885,1.0,1.154,1.154,1.269,1.192,1.077,1.038,1.038,1.115,1.115,1.154,1.192,1.154,1.115,1.115,1.115,1.115,1.115,1.077,1.115,1.115,1.115,1.115,1.115,1.077,1.077,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962:4
0.846,0.885,0.962,0.962,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.0,1.038,1.115,1.115,1.115,1.154,1.154,1.154,1.115,1.077,1.038,1.038,1.0,0.962,0.962,1.0,1.038,1.038,1.115,1.192,1.385,1.615,1.769,1.923,1.923,2.154,2.308,2.462,2.538,2.462,2.154,2.154,1.731,1.423,1.192,0.769,0.231,0.231,-0.192,-0.577,-0.962,-1.154,-1.154,-1.0,-1.0,-0.808,-0.5,-0.192,0.154,0.577,0.962,0.962,1.192,1.231,1.231,1.154,1.038,1.038,0.962,0.846,0.769,0.731,0.692,0.731,0.731,0.808,0.885,0.923,0.885,0.885,0.923,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.0:4
1.077,0.808,0.846,0.885,0.846,0.846,0.923,1.0,1.115,1.115,1.115,1.077,0.962,0.923,0.808,0.615,0.5,0.5,0.5,0.615,0.615,0.731,0.846,1.192,1.192,1.692,2.077,1.731,1.731,1.038,0.423,0.615,0.615,0.769,0.885,1.0,1.115,1.231,1.269,1.269,1.154,1.077,1.0,0.962,0.923,0.923,0.923,0.962,1.0,1.038,1.038:4
0.923,1.0,0.923,0.885,0.885,0.885,0.962,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.846,0.885,0.923,0.962,0.808,0.538,0.308,0.269,0.615,1.192,1.692,1.654,1.654,0.962,0.038,-0.192,0.115,0.385,0.385,0.308,0.231,0.231,0.308,0.308,0.385,0.538,0.538,0.615,0.615,0.615,0.538,0.308,0.269,0.269,0.538,1.077,1.538:4
0.885,0.923,0.923,0.885,0.885,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.077,1.077,1.077,1.115,1.115,1.077,1.077,1.115,1.154,1.192,1.192,1.192,1.154,1.115,1.115,1.038,1.038,1.038,1.0,1.038,1.077,1.0,0.962,0.962,1.0,1.115,1.269,1.269,1.346,1.346,1.308,1.308,1.231,1.192,1.192,1.154,1.077,0.962,0.846,0.731,0.654,0.654,0.615,0.654,0.654,0.692,0.692,0.731,0.731,0.808,0.808,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.923,0.923,0.962,1.038,1.038:4
0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.885,0.885,0.923,1.0,1.115,1.231,1.346,1.346,1.308,1.231,1.154,1.154,1.269,1.269,1.5,1.808,1.846,1.385,0.692,0.692,0.346,0.5,0.846,1.077,1.038,0.923,0.923,0.808,0.808,0.808,0.769,0.731,0.731,0.731,0.769,0.808,0.808,0.808,0.808,0.846,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.077,1.115,1.115,1.077,1.077,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962:4
0.808,1.0,1.0,1.0,1.038,1.038,1.077,1.077,1.038,1.038,1.038,1.038,1.0,0.962,1.0,0.962,0.962,0.923,0.923,0.923,0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.923,1.0,1.0,1.115,1.192,1.269,1.346,1.423,1.462,1.462,1.538,1.615,1.692,1.731,1.769,1.769,1.808,1.846,1.846,1.808,1.808,1.808,1.769,1.538,1.346,1.077,0.692,0.692,0.269,-0.154,-0.423,-0.5,-0.462,-0.346,-0.346,-0.154,0.0,0.154,0.308,0.5,0.5,0.692,0.846,0.962,1.0,1.0,0.962,0.962,0.923,0.846,0.769,0.692,0.654,0.654,0.731,0.808,0.923,0.923,0.962,0.962,1.038,1.038,0.923,0.808,0.808,0.808:4
0.615,0.692,0.808,0.808,0.846,0.885,0.923,1.0,1.038,1.038,1.077,1.115,1.077,1.115,1.115,1.115,1.077,1.038,1.0,0.962,0.846,0.769,0.769,0.731,0.808,0.846,0.923,1.038,1.038,1.115,1.308,1.5,1.538,1.346,1.346,1.0,0.731,0.654,0.731,0.885,0.885,1.038,1.115,1.192,1.154,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.077,1.077,1.115:4
0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.923,0.923,0.923,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.962,0.962,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.0,1.038,1.038,1.038,1.077,1.115,1.154,1.192,1.192,1.192,1.154,1.115,1.115,1.115,1.115,1.115,1.115,1.154,1.154,1.154,1.154,1.192,1.115,1.077,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.885,0.846,0.846,0.885,0.846,0.808,0.769,0.769,0.731,0.731,0.731,0.692,0.692,0.654,0.654,0.654,0.692,0.692,0.692,0.654,0.654,0.654,0.654,0.654,0.654,0.654,0.654,0.654,0.654,0.654,0.654,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.731,0.769,0.808,0.808,0.808,0.808,0.808,0.808,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.846,0.885:4
0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.077,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.962,1.0,1.0,1.115,1.192,1.154,1.077,1.077,0.962,0.923,0.923,1.0,1.038,1.038,1.115,1.231,1.308,1.192,0.923,0.654,0.654,0.577,0.654,0.769,0.846,0.885,0.846,0.846,0.808,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.808,0.885,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.077,1.077,1.115,1.115,1.115,1.077,1.077,1.038,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962:4
0.692,0.615,0.615,0.654,0.692,0.731,0.769,0.769,0.846,0.846,0.808,0.731,0.615,0.615,0.462,0.385,0.385,0.5,0.885,1.115,1.115,0.962,0.808,0.923,0.808,0.769,0.962,0.962,1.0,0.923,1.0,1.154,1.154,1.115,1.077,1.077,1.115,1.154,1.192,1.115,1.115,1.115,1.154,1.115,1.038,1.0,1.0,1.038,1.115,1.115,1.115,1.154,1.154,1.154,1.154,1.115,1.077,1.038,1.0,1.0,0.962,1.0:4
0.885,0.769,0.808,0.923,0.923,0.923,1.038,1.115,1.192,1.192,1.308,1.308,1.231,1.192,1.308,1.308,1.462,1.462,1.385,1.308,1.231,1.154,1.154,1.115,1.154,1.077,1.077,1.115,1.154,1.115,1.115,1.115,1.038,1.0,1.0,1.0,0.962,0.962,0.923,0.962,1.038,1.077,1.077,1.077,1.077,1.038,1.0,0.962,0.923,0.846,0.846,0.808,0.808,0.846,0.885,0.885,0.885,0.885,0.885,0.846,0.885,0.923,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.923,1.0,1.0,0.962,0.962,0.962:4
1.0,0.885,0.923,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.038,1.077,1.115,1.115,1.192,1.269,1.192,1.077,1.038,1.038,1.038,1.077,1.038,1.0,1.0,0.962,0.846,0.769,0.769,0.769,0.769,0.769,0.692,0.654,0.692,0.692,0.692,0.654,0.692,0.769,0.769,0.577,0.577,0.423,0.731,1.538,2.192,1.962,1.962,1.192,0.577,0.538,0.923,1.192,1.192,1.154,1.077,1.077,1.115,1.115,1.154,1.154,1.192,1.231,1.269,1.308,1.308,1.231,1.231,1.154,1.115,1.038,1.038,0.962,0.769,0.769,0.692,0.769:4
0.923,0.808,0.846,0.923,0.923,1.0,0.962,0.962,1.0,1.077,1.077,1.115,1.115,1.038,1.038,1.0,1.0,1.0,1.038,1.115,1.154,1.154,1.154,1.154,1.077,1.038,1.0,0.962,0.846,0.846,0.846,0.846,0.846,0.808,0.808,0.769,0.769,0.962,1.038,1.0,0.731,0.731,0.077,-0.308,0.308,1.577,2.115,2.115,1.346,0.731,0.692,0.885,0.885,1.154,1.5,1.615,1.385,1.115,1.115,0.962,0.885,0.846,0.885,0.962,1.0,1.0,1.0:4
0.923,0.885,0.923,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.923,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.038,1.115,1.115,1.154,1.192,1.192,1.231,1.269,1.308,1.308,1.346,1.346,1.346,1.269,1.269,1.269,1.308,1.385,1.5,1.577,1.615,1.615,1.538,1.385,1.192,1.038,0.885,0.731,0.731,0.615,0.577,0.577,0.577,0.615,0.654,0.654,0.731,0.769,0.769,0.769,0.808,0.808,0.846,0.846,0.846:4
0.846,0.808,0.846,0.885,0.923,0.923,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.115,1.192,1.231,1.269,1.269,1.269,1.308,1.385,1.5,1.577,1.615,1.615,1.654,1.654,1.692,1.731,1.808,1.808,1.808,1.654,1.423,1.115,0.808,0.538,0.269,0.0,0.0,-0.346,-0.692,-0.962,-1.154,-1.269,-1.269,-1.192,-0.962,-0.654,-0.308,0.115,0.115,0.615,1.115,1.538,1.692,1.615,1.5,1.5,1.385,1.154,0.962,0.808,0.769,0.846,0.846,0.885,0.923,1.0,1.0,1.038,1.077:4
0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.923,0.923,0.923,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.077,1.077,1.154,1.231,1.308,1.346,1.346,1.308,1.308,1.308,1.346,1.385,1.462,1.5,1.462,1.462,1.346,1.269,1.115,0.962,0.808,0.808,0.731,0.692,0.654,0.692,0.731,0.769,0.769,0.769,0.769:4
0.923,0.923,0.885,0.923,1.038,1.038,1.0,0.962,0.962,0.923,0.885,0.923,0.962,0.923,0.885,0.885,0.885,0.885,0.808,0.769,0.808,0.808,0.846,0.846,0.808,0.846,0.846,0.846,0.769,0.731,0.654,0.808,1.077,1.308,1.308,1.615,1.769,1.5,1.077,0.923,0.923,0.962,1.115,1.269,1.308,1.308,1.192,1.077,1.077,1.0,0.962,1.038,1.038,1.038,1.077,1.038,1.0,0.923,0.885,0.885,0.885,0.885,0.962,0.962,1.038,1.077,1.038:4
0.769,0.769,0.769,0.769,0.808,0.769,0.808,0.808,0.808,0.846,0.846,0.808,0.769,0.731,0.731,0.731,0.731,0.769,0.769,0.769,0.731,0.731,0.769,0.769,0.692,0.654,0.692,0.769,0.769,0.769,0.769,0.692,0.577,0.577,0.462,0.308,0.192,0.192,0.346,0.538,0.538,0.846,1.423,1.423,1.115,1.192,1.192,0.923,0.731,0.269,-0.154,-0.308,-0.192,0.154,0.154,0.615,1.538,1.808,1.846,1.615,1.269,0.885,0.885,0.615,0.462,0.538,0.615,0.731,0.808,0.808,0.885,0.923,0.962,0.962,0.962,0.962,0.923,0.885,0.846,0.846,0.885,0.962,0.962,1.077,1.192,1.231,1.192,1.192,1.038,0.923,0.846,0.808:4
0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.077,1.115,1.154,1.192,1.192,1.192,1.154,1.154,1.231,1.346,1.385,1.308,1.231,1.192,1.192,1.231,1.385,1.423,1.385,1.269,1.154,1.154,0.962,0.846,0.769,0.769,0.769,0.808,0.846,0.885,0.846,0.769,0.769,0.692,0.692,0.654,0.615,0.654,0.654,0.654,0.731,0.808,0.885,0.962,1.0,1.0,1.0,1.038,1.038,1.0,1.0,0.923,0.962,0.923,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.077,1.077,1.077,1.115,1.077,1.077,1.077,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923:4
0.885,0.962,0.885,0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923:4
1.038,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.0,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.077,1.077,1.077,1.115,1.115,1.115,1.115,1.115,1.115,1.154,1.154,1.154,1.192,1.231,1.231,1.192,1.154,1.115,1.038,0.962,0.885,0.885,0.885,0.885,0.923,0.962,1.0,1.0,1.038,1.038,1.0,0.962,0.923,0.923,0.808,0.769,0.692,0.615,0.615,0.577,0.577,0.654,0.731,0.731,0.769,0.808,0.808,0.808,0.808,0.692,0.769,0.962,1.192,1.269,1.269,1.115,1.038,1.077,1.115,1.077,1.077,1.038,0.962,0.923,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0:4
0.538,0.615,0.615,0.731,0.846,0.885,0.962,0.962,0.962,0.962,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.846,0.846,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.808,0.808,0.846,0.923,1.0,1.0,0.885,1.0,1.269,1.269,0.962,0.962,0.577,0.423,0.346,0.038,-0.308,-0.462,-0.462,-0.346,-0.115,0.038,0.269,0.577,0.846,0.846,0.962,0.923,0.962,1.077,1.269,1.269,1.385,1.346,1.192,1.0,0.846,0.692,0.692,0.577,0.538,0.577,0.577,0.615,0.615,0.654,0.692,0.692,0.731,0.731,0.692,0.692,0.692,0.692,0.654,0.692,0.692,0.692,0.731,0.731,0.769:4
0.885,0.615,0.538,0.5,0.462,0.423,0.423,0.423,0.577,0.692,0.731,0.654,0.654,0.615,0.538,0.5,0.462,0.462,0.462,0.538,0.692,0.885,1.0,1.154,1.346,1.346,1.462,1.462,1.346,1.346,1.346,1.346,1.192,1.192,1.192,1.115,1.115,1.0,0.923,0.846,0.846,0.846,0.885,0.923,1.0,1.038,1.115,1.115,1.192,1.231,1.231,1.231,1.231,1.308,1.308,1.308:4
0.962,0.962,1.0,1.077,1.154,1.115,0.885,0.577,0.346,0.346,0.423,0.615,0.731,0.885,1.462,1.462,2.115,2.0,1.269,0.615,0.231,0.269,0.269,0.538,0.731,0.923,1.115,1.192,1.192,1.192,1.154,1.077,1.038,0.962,0.962,0.962,1.0,1.038,1.115,1.154,1.192,1.192,1.192,1.154,1.115,1.038,0.962,0.962,0.923,0.923,0.885:4
0.846,0.846,0.885,0.885,0.885,0.885,0.846,0.846,0.808,0.808,0.808,0.808,0.808,0.808,0.846,0.846,0.846,0.808,0.808,0.808,0.808,0.769,0.654,0.308,-0.154,-0.154,-0.308,-0.115,0.423,1.115,1.692,1.692,1.692,1.5,1.192,0.885,0.962,0.846,0.462,0.462,0.308,0.346,0.385,0.462,0.538,0.654,0.654,0.769,0.923,1.077,1.192,1.192,1.192,1.154,1.077,0.962,0.846,0.769,0.769,0.692,0.654,0.692,0.808,0.962,0.962,1.038,1.077,1.038,1.0,0.962,0.962,0.962,0.923,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.115,1.077,1.038,0.962,0.885,0.846,0.846,0.885,0.923,1.038,1.115,1.115,1.154,1.115,1.038,0.962,0.885,0.885,0.846,0.769,0.654,0.615,0.577,0.538,0.538:4
1.0,0.885,0.923,0.923,1.0,1.0,0.923,0.808,0.808,0.615,0.615,0.577,0.577,0.577,0.615,0.731,0.962,1.154,1.308,1.308,1.385,1.462,1.538,1.385,1.0,0.462,-0.038,-0.038,-0.423,-0.5,-0.462,-0.5,-0.577,-0.538,-0.269,0.038,0.308,0.577,0.577,0.808,0.923,1.038,1.038,0.846,0.692,0.538,0.538,0.231,-0.115,-0.231,-0.077,0.0,0.0,0.154:4
1.0,0.923,0.923,0.923,1.0,1.038,1.077,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.077,1.077,1.115,1.077,1.077,1.038,1.077,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.038,1.115,1.115,1.154,1.231,1.269,1.346,1.462,1.462,1.538,1.577,1.577,1.615,1.769,1.962,1.962,2.308,2.577,2.808,2.962,2.962,2.692,2.346,1.769,0.885,0.154,-0.808,-0.808,-1.654,-1.885,-1.731,-1.423,-1.115,-0.769,-0.769,-0.423,-0.154,0.115,0.385,0.615,0.808,0.808,0.923,0.962,1.0,0.962,1.0,1.0,1.0,0.962,0.846,0.769,0.577,0.577,0.731,0.731,0.692,0.692,0.769,0.769,0.769,0.808,0.885,0.962,1.0,0.962,0.923,0.923,0.923,0.885,0.846,0.808,0.808,0.808,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.846,0.885,0.923,0.923,0.962,0.962,0.962,1.038,1.115,1.154,1.154,1.154,1.115,1.115,1.077:4
0.885,0.885,0.962,1.0,0.923,0.923,0.923,0.962,0.962,1.0,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.962,1.0,1.077,1.192,1.308,1.308,1.462,1.538,1.654,1.731,1.846,1.923,1.923,1.962,1.885,1.769,1.615,1.423,1.423,1.308,1.192,1.038,0.885,0.731,0.538,0.538,0.423,0.308,0.269,0.231,0.192,0.192,0.115,0.077,0.077,-0.077,-0.077,0.038,0.038,0.154,0.346,0.538,0.769,0.769,0.962,1.077,1.192,1.192,1.269,1.192,1.115,0.962:4
0.885,0.885,0.923,1.0,1.0,1.038,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.885,0.885,0.923,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.808,0.769,0.769,0.731,0.731,0.731,0.731,0.731,0.769,0.808,0.962,1.077,1.077,1.154,1.269,1.423,1.538,1.538,1.538,1.5,1.538,1.538,1.538,1.577,1.577,1.538,1.538,1.577,1.615,1.615,1.615,1.654,1.692,1.692,1.577,1.385,1.385,1.269,1.077,0.923,0.846,0.731,0.731,0.615,0.462,0.385,0.385,0.385,0.269,0.154,0.115,0.115,0.115,0.115,0.115,0.154,0.154,0.154,0.231,0.308,0.308,0.385,0.462,0.538,0.615,0.654,0.692,0.731,0.731,0.808,0.885,0.923,0.962,0.962,1.0,1.0,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.885,0.923,0.962,0.962,0.923,0.885,0.923:5
1.192,1.038,1.115,1.269,1.462,1.615,1.615,1.731,1.885,2.077,2.231,2.269,2.269,2.269,2.231,2.154,2.038,1.846,1.846,1.692,1.462,1.269,1.077,0.885,0.885,0.654,0.462,0.308,0.154,0.154,0.0,-0.115,-0.192,-0.231,-0.231,-0.231,-0.231,-0.231,-0.192,-0.154,-0.154,-0.115,-0.115:5
0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.077,1.154,1.192,1.269,1.269,1.385,1.615,1.885,2.231,2.231,2.538,2.731,2.808,2.731,2.538,2.538,2.231,1.885,1.423,1.0,0.577,0.577,0.192,-0.038,-0.269,-0.5,-0.731,-0.923,-1.115,-1.115,-1.192,-1.154,-1.038,-0.846,-0.654,-0.462,-0.462,-0.308,-0.154,0.0,0.115,0.269,0.269,0.346,0.423,0.462,0.538,0.615,0.615,0.769,0.962,1.038,1.115,1.115,1.115,1.038,1.038,1.038,1.038,1.077,1.077,1.115,1.154,1.192,1.231,1.192,1.192,1.192,1.154,1.115,1.077,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.077,1.077,1.077,1.077,1.038,1.077,1.077,1.038,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.0,0.962:5
0.885,0.885,0.962,0.962,0.885,0.885,0.885,0.923,0.962,1.0,1.0,1.0,1.0,1.0,0.962,1.0,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.077,1.154,1.346,1.615,2.0,2.462,2.846,2.923,2.885,2.885,2.769,2.769,2.423,2.077,1.654,1.192,1.192,0.808,0.462,0.077,-0.231,-0.5,-0.692,-0.923,-0.923,-1.154,-1.346,-1.577,-1.923,-2.231,-2.231,-2.423,-2.577,-2.5,-2.154,-2.154,-1.654,-1.154,-0.615,-0.038,0.731,2.0,2.0,3.231,3.731,3.462,3.231,3.154,3.154,3.0,2.692,2.423,2.423,2.0,1.769,1.615,1.423,1.308,1.231,1.154,1.038,0.962,0.962,0.923,0.846,0.808,0.808,0.808,0.808,0.808,0.731,0.692,0.769,0.846,0.846,0.923,1.0,1.0,1.0,0.962,1.0,0.962,0.962,0.962:5
0.769,0.846,0.885,0.885,0.885,0.885,0.923,0.962,1.115,1.115,1.269,1.385,1.538,1.692,1.846,2.0,2.0,2.077,2.115,2.269,2.462,2.462,2.615,2.615,2.538,2.385,2.269,2.154,2.154,2.038,1.846,1.654,1.5,1.423,1.423,1.346,1.192,1.0,0.885,0.769,0.769,0.462,0.154,-0.115,-0.308,-0.385,-0.385,-0.423,-0.423,-0.577:5
1.308,1.269,1.308,1.308,1.231,1.038,1.038,0.885,0.846,0.846,0.808,0.769,0.769,0.769,0.731,0.731,0.808,0.808,0.808,0.808,0.846,0.846,1.0,1.154,1.423,1.846,2.269,2.577,2.577,2.615,2.423,2.115,1.692,1.308,1.308,1.038,0.846,0.577,0.269,-0.077,-0.423,-0.423,-0.615,-0.731,-0.731,-0.692,-0.654,-0.538,-0.538,-0.346,-0.115,0.077,0.269,0.385,0.385,0.462,0.462,0.462,0.462,0.5,0.5,0.5,0.615,0.731,0.846,0.923,0.962,0.962,0.962,0.962:5
0.846,0.923,1.0,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.038,1.038,1.115,1.192,1.308,1.462,1.654,1.654,1.885,2.077,2.308,2.654,3.0,3.0,3.385,3.692,4.0,4.115,4.192,4.192,4.231,4.038,3.5,3.0,2.538,2.538,1.846,0.923,-0.423,-2.692,-3.962,-3.962,-2.808,-1.692,-1.962,-2.115,-1.692,-1.308,-1.308,-1.077,-0.923,-0.846,-0.808,-0.731,-0.731,-0.577,-0.462,-0.346,-0.385,-0.385,-0.346,-0.346,-0.385,-0.385,-0.346,-0.346,-0.346,-0.346,-0.346,-0.269,-0.231,-0.154,-0.077,-0.077,0.0,0.0,0.038,-0.038,-0.115,-0.154,-0.154,-0.115,-0.115:5
0.923,0.923,0.962,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.115,1.192,1.269,1.346,1.462,1.462,1.577,1.692,1.846,2.077,2.385,2.385,2.538,2.346,1.962,1.692,1.5,1.308,1.308,1.115,0.846,0.538,0.308,0.115,-0.115,-0.269,-0.423,-0.423,-0.615,-0.846,-1.0,-1.115,-1.115,-1.038,-1.038,-0.885,-0.654,-0.462,-0.269,-0.115,0.038,0.038,0.192,0.346,0.538,0.731,0.731,0.885,0.962,1.0,1.077,1.154,1.154,1.231,1.308,1.308,1.269,1.269,1.192,1.192,1.192,1.192,1.192,1.192,1.192,1.192,1.231,1.231,1.192,1.192,1.192,1.192,1.154,1.077,1.038,1.038,1.077,1.077,1.077,1.077,1.077,1.115,1.077,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962:5
1.0,0.923,0.962,0.962,1.038,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.0,0.962,0.962,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.115,1.308,1.538,2.154,3.231,3.808,3.808,4.038,4.154,4.231,4.231,3.423,3.423,2.538,1.615,0.654,-0.654,-2.5,-4.192,-4.192,-4.692,-4.808,-3.462,-2.269,-1.423,-0.5,0.538,0.538,1.423,1.923,1.885,1.462,0.923,0.423,0.423,0.192,0.231,0.231,0.115,0.0,-0.154,-0.154,-0.231,-0.154,-0.038,-0.077,-0.115,-0.115,-0.077:5
1.192,1.423,1.731,1.731,2.154,2.731,3.5,3.923,4.077,4.154,4.154,3.846,2.885,1.808,0.962,0.308,0.308,-0.308,-0.923,-1.615,-2.423,-3.0,-3.0,-3.269,-3.192,-2.923,-2.462,-1.885,-1.885,-1.385,-0.923,-0.538,-0.192,0.077,0.231,0.231,0.269,0.231,0.154,0.154,0.115,0.115,0.192,0.269,0.269,0.346,0.346:5
0.846,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.846,0.846,0.808,0.769,0.692,0.654,0.615,0.538,0.538,0.538,0.538,0.654,0.769,0.846,0.885,1.0,1.0,1.115,1.192,1.269,1.346,1.423,1.423,1.462,1.577,1.692,1.769,1.885,1.885,1.923,1.923,1.846,1.769,1.692,1.654,1.654,1.615,1.538,1.462,1.308,1.308,1.192,1.038,0.923,0.808,0.692,0.692,0.615,0.615,0.538,0.423,0.308,0.308,0.269,0.269,0.269,0.231,0.231,0.269,0.308,0.385,0.462,0.462,0.462,0.462,0.462,0.577,0.692,0.731:5
1.115,1.269,1.615,2.077,2.462,2.462,2.538,2.538,2.346,2.077,1.846,1.846,1.654,1.346,1.0,0.692,0.423,0.192,0.192,-0.077,-0.346,-0.577,-0.692,-0.731,-0.731,-0.654,-0.5,-0.269,-0.038,0.115,0.115,0.192,0.269,0.269,0.269,0.269,0.269,0.269,0.231,0.154,0.115,0.115,0.115,0.038,-0.038,-0.115,-0.154,-0.154,-0.115,-0.115,-0.115,-0.154,-0.115:5
0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.115,1.269,1.5,1.808,1.808,2.577,3.0,3.0,3.346,3.577,3.577,3.423,3.192,2.923,2.923,2.615,2.154,1.5,0.885,0.885,0.385,0.0,-0.346,-0.692,-0.962,-0.962,-1.192,-1.5,-1.846,-2.115,-2.231,-2.231,-2.231,-2.154,-2.0,-1.769,-1.577,-1.308,-1.038,-1.038,-0.846,-0.615,-0.346,-0.115,0.154,0.538,0.538,1.0,1.462,2.077,2.615,2.885,2.885,2.885,2.846,2.731,2.654,2.654,2.615,2.462,2.462,2.231,2.0,1.769,1.577,1.423,1.423,1.308,1.154,1.038,0.923,0.808,0.808,0.769,0.692,0.654,0.654,0.615,0.615,0.654,0.654,0.692,0.731,0.731,0.769,0.769,0.808,0.846,0.846,0.923,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.0,1.0,0.962,0.923,0.923:5
0.808,0.846,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.038,1.038,1.038,1.077,1.192,1.192,1.462,1.846,2.192,2.385,2.385,2.192,2.192,1.885,1.577,1.192,0.846,0.5,0.5,0.192,-0.077,-0.231,-0.346,-0.346,-0.231,-0.231,-0.115,0.038,0.154,0.269,0.269,0.423,0.5,0.577,0.615,0.654,0.615,0.615,0.615,0.577,0.577,0.615,0.654,0.692,0.692,0.769,0.846,0.885,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.808,0.808,0.808,0.808,0.846,0.846,0.885,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846:5
1.269,1.269,1.346,1.5,1.577,1.615,1.692,1.692,1.692,1.692,1.692,1.692,1.615,1.577,1.462,1.423,1.423,1.346,1.269,1.192,1.115,1.038,0.923,0.923,0.769,0.615,0.462,0.308,0.192,0.192,0.0,-0.077,-0.154,-0.192,-0.231,-0.231,-0.231,-0.192,-0.154,-0.077,0.0,-0.038,-0.038,0.0,0.0,0.0,0.0,0.0,0.0:5
0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.154,1.308,1.538,1.885,1.885,2.231,2.615,2.846,3.038,3.0,3.0,2.731,2.308,1.885,1.462,0.962,0.462,0.038,0.038,-0.231,-0.5,-0.615,-0.654,-0.577,-0.577,-0.577,-0.577,-0.538,-0.462,-0.385,-0.308,-0.231,-0.231,-0.192,-0.154:5
0.962,0.692,0.692,0.731,0.731,0.769,0.846,0.923,1.0,1.077,1.077,1.077,1.077,1.077,1.077,1.077,1.077,1.077,1.077,1.0,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.923,0.923,0.923,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.077,1.231,1.462,1.846,1.846,2.385,2.923,3.346,3.538,3.654,3.692,3.654,3.654,3.462,3.038,2.615,2.0,1.346,1.346,0.846,0.346,-0.154,-0.577,-0.962,-1.269,-1.269,-1.5,-1.654,-1.808,-1.923,-2.038,-2.038,-2.038,-2.038,-2.038,-2.038,-2.077,-2.192,-2.269,-2.269,-2.308,-2.269,-2.154,-1.923,-1.346,-0.692,-0.692,0.231,2.115,3.462,3.885,4.077,4.192,4.192,4.192,3.577,2.923,2.192,1.538,1.538,1.115,0.769,0.577,0.615,0.769,0.923,0.923,1.038,1.115,1.192,1.269,1.269,1.231,1.192,1.077,1.077,0.962,0.885,0.923,0.923,0.962,1.0,1.077,1.077,1.077,1.077,1.077,1.077,0.962,0.962,0.885,0.846,0.769,0.731,0.769,0.769,0.769,0.808,0.808,0.846,0.923,0.923,0.923,0.885:5
0.962,1.038,1.115,1.115,1.231,1.423,1.692,2.077,2.423,2.615,2.615,2.577,2.577,2.423,2.038,1.808,1.808,1.308,0.5,-0.308,-0.885,-1.077,-1.077,-0.846,-0.423,-0.115,-0.038,-0.154,-0.154,-0.192,-0.077,0.115,0.154,0.115,0.115,0.077,0.038,0.038,0.038,0.077,0.077,0.154,0.192,0.154,0.115,0.154,0.154,0.192,0.231,0.231,0.269,0.269,0.308,0.308,0.346,0.308,0.269,0.269,0.269,0.308,0.308,0.308,0.385,0.385:5
1.077,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.885,0.846,0.846,0.846,0.962,1.192,1.423,1.692,2.154,2.808,2.808,3.577,3.923,4.077,4.192,4.154,4.154,3.462,2.615,1.654,0.654,-0.346,-1.346,-1.346,-2.577,-3.808,-4.462,-4.154,-3.346,-3.346,-2.731,-2.308,-2.0,-1.654,-1.231,-0.769,-0.769,-0.346,0.0,0.308,0.615,0.769,0.769,0.885,0.846,0.769,0.692,0.692,0.692,0.692,0.731,0.731,0.731,0.654,0.615,0.615,0.577,0.615,0.615,0.577,0.5,0.423,0.423,0.423,0.462,0.538,0.538,0.538,0.538:5
1.0,0.962,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.923,0.885,0.885,0.885,0.923,0.962,1.038,1.115,1.192,1.192,1.231,1.269,1.308,1.385,1.462,1.538,1.577,1.577,1.654,1.808,2.077,2.385,2.615,2.615,2.615,2.385,2.154,1.846,1.846,1.462,1.077,0.615,0.231,-0.077,-0.077,-0.308,-0.5,-0.731,-0.962,-1.154,-1.231,-1.231,-1.231,-1.115,-0.923,-0.692,-0.5,-0.5,-0.346,-0.231,-0.115,0.0,0.077,0.077,0.192,0.308,0.385,0.5,0.615,0.615,0.808,1.0,1.192,1.192,1.269,1.269,1.192,1.115,1.115,1.115,1.115,1.192,1.308,1.385,1.423,1.385,1.308,1.308,1.231,1.115,1.077,1.038,1.038,1.077,1.077,1.154,1.154,1.192,1.154,1.115,1.038,1.0,1.0,1.0,1.0,1.038,1.077,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.077,1.115,1.115,1.077,1.077,1.0:5
0.731,0.731,0.808,0.962,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.077,1.154,1.192,1.269,1.308,1.346,1.5,1.731,2.0,2.0,2.231,2.308,2.308,2.269,2.038,1.731,1.308,1.308,0.769,0.115,-0.385,-0.731,-1.0,-1.038,-1.038,-0.923,-0.654,-0.308,0.038,0.231,0.308,0.423:5
1.231,0.846,0.962,0.962,1.0,1.115,1.115,1.038,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.885,0.885,0.885,0.923,0.923,0.885,0.962,1.192,1.192,1.654,2.308,3.192,3.808,4.038,4.154,4.154,4.192,4.231,4.269,4.308,3.731,3.731,2.962,2.154,1.231,0.077,-2.077,-2.077,-4.115,-4.615,-3.385,-3.192,-3.192,-3.231,-2.385,-1.577,-1.269,-0.923,-0.577,-0.577,-0.308,0.0,0.385,0.654,0.654,0.692,0.615,0.423,0.192,0.038,-0.038,-0.038,-0.077,-0.077,-0.115,-0.154,-0.154,-0.115,0.038,0.038:5
0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.923,0.885,0.885,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.846,0.808,0.769,0.808,0.769,0.769,0.731,0.731,0.731,0.731,0.769,0.769,0.846,0.846,0.885,0.962,1.0,1.0,1.0,1.077,1.154,1.231,1.385,1.615,1.615,1.769,1.885,1.962,2.077,2.192,2.192,2.231,2.154,1.962,1.769,1.654,1.577,1.577,1.462,1.231,0.962,0.731,0.577,0.577,0.462,0.308,0.231,0.231,0.231,0.269,0.231,0.192,0.231,0.269,0.308,0.308,0.308,0.346,0.346,0.423,0.538,0.538,0.538,0.577,0.615,0.692,0.692,0.731,0.769,0.808,0.885,0.885,0.923,0.923,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.885,0.846,0.846,0.846,0.923,0.923,0.962,0.923,0.885,0.885,0.885,0.846,0.885,0.923,0.923,0.923,0.923:5
0.808,0.769,0.769,0.808,0.808,0.808,0.808,0.885,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,1.0,0.962,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.115,1.269,1.462,1.808,2.346,3.154,3.154,3.769,4.038,4.154,3.654,2.846,1.923,1.038,1.038,0.346,-0.308,-1.0,-1.615,-2.231,-2.231,-2.692,-2.923,-2.923,-2.692,-2.269,-2.269,-1.692,-1.0,-0.154,0.615,1.231,1.577,1.577,1.654,1.615,1.5,1.308,1.077,1.077,0.923,0.885,0.885:5
0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.885,0.885,0.923,0.923,0.962,0.962,1.077,1.192,1.231,1.269,1.423,1.423,1.538,1.731,1.923,2.077,2.077,2.385,2.731,3.0,2.923,2.654,2.654,2.346,1.962,1.5,1.077,0.731,0.731,0.462,0.192,-0.077,-0.308,-0.462,-0.615,-0.615,-0.731,-0.808,-0.808,-0.808,-0.808,-0.731,-0.654,-0.5,-0.5,-0.385,-0.269,-0.154,-0.038,0.038,0.038,0.154,0.192,0.269,0.308,0.346,0.423,0.423,0.5,0.577,0.692,0.769,0.846,0.846,0.923,1.0,1.077,1.154,1.192,1.231,1.192,1.154,1.115,1.115,1.115,1.077,1.077,1.154,1.154,1.154,1.192,1.192,1.192,1.154,1.115,1.115,1.115,1.115,1.115,1.154,1.192,1.192,1.154,1.115,1.115,1.077,1.077,1.077,1.077,1.038,1.077,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.077,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962:5
0.692,0.808,0.923,1.0,1.038,1.038,0.962,0.962,0.923,0.923,0.962,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.808,0.808,0.885,0.962,0.962,1.038,1.077,1.115,1.231,1.346,1.346,1.538,1.769,2.077,2.385,2.731,2.731,3.154,3.462,3.846,4.038,4.038,4.192,4.192,4.231,4.308,4.077,4.077,3.731,3.231,2.692,1.962,1.192,1.192,0.308,-0.769,-2.154,-2.885,-2.269,-2.269,-1.615,-1.808,-2.115,-2.0,-1.923,-2.038,-2.115,-2.115,-2.115,-2.038,-1.846,-1.577,-1.269,-0.885,-0.885,-0.615,-0.423,-0.346,-0.308,-0.346,-0.346,-0.346,-0.269,-0.192,-0.115,-0.038,0.0,0.0,0.0,-0.077,-0.077,-0.154,-0.269,-0.346,-0.346,-0.308,-0.308,-0.308:5
0.846,0.846,0.923,1.038,1.115,1.269,1.385,1.5,1.5,1.577,1.692,1.808,1.885,1.923,1.923,1.962,2.038,1.962,1.808,1.692,1.692,1.577,1.538,1.538,1.5,1.5,1.385,1.385,1.231,1.115,1.0,0.808,0.808,0.538,0.308,0.192,0.154,0.115,-0.077,-0.077,-0.269,-0.462,-0.615,-0.615,-0.577,-0.654,-0.654,-0.731,-0.885,-0.846,-0.731:5
0.5,0.654,0.769,0.885,0.962,1.038,1.115,1.115,1.231,1.308,1.269,1.269,1.231,1.231,1.231,1.231,1.192,1.154,1.115,1.077,1.077,1.038,1.0,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.962,0.923,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.038,1.115,1.115,1.192,1.269,1.462,1.731,2.038,2.038,2.462,2.885,3.269,3.577,3.731,3.692,3.308,3.308,2.731,2.0,1.231,0.462,-0.231,-0.231,-1.077,-1.077,-1.385,-1.731,-2.192,-2.615,-2.769,-2.654,-2.462,-2.269,-2.269,-2.0,-1.808,-1.615,-1.346,-1.0,-0.5,-0.5,0.115,0.769,1.846,3.154,3.808,4.038,4.038,4.077,3.654,3.231,2.654,2.231,2.231,1.885,1.577,1.385,1.192,1.038,0.923,0.808,0.808,0.769,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.769,0.846,0.923,0.923,1.0,1.038,1.077,1.115,1.154,1.154,1.192,1.192,1.192,1.192,1.231,1.231:5
0.731,0.731,0.885,0.923,1.0,1.038,1.0,1.0,1.0,0.962,1.0,1.0,0.962,0.923,0.923,0.962,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.077,1.115,1.192,1.269,1.269,1.346,1.462,1.615,1.769,2.0,2.192,2.192,2.462,2.731,3.038,3.385,3.769,3.769,4.038,4.154,4.154,4.077,4.154,3.962,3.962,3.462,2.962,2.385,1.654,0.769,-0.385,-0.385,-2.385,-3.769,-2.731,-1.423,-1.538,-1.769,-1.769,-1.385,-1.0,-0.923,-0.962,-1.077,-1.192,-1.192,-1.231,-1.192,-1.077,-1.038,-1.038,-0.923,-0.808,-0.769,-0.731,-0.654,-0.654,-0.577,-0.538,-0.462,-0.385,-0.269,-0.269,-0.192,-0.192,-0.231,-0.231,-0.231,-0.077,-0.077,-0.038:5
1.462,1.808,1.808,2.115,2.385,2.423,2.308,2.115,1.808,1.577,1.577,1.346,1.038,0.577,0.115,-0.269,-0.269,-0.5,-0.654,-0.692,-0.654,-0.577,-0.577,-0.5,-0.385,-0.308,-0.154,0.115,0.269,0.269,0.308,0.269,0.192,0.192,0.192,0.115,0.115,0.115,0.192,0.231,0.231,0.231,0.269,0.269,0.269,0.192,0.154,0.154,0.154,0.115,0.192:5
0.692,0.654,0.731,0.769,0.769,0.808,0.846,0.846,0.846,0.846,0.885,0.885,0.846,0.846,0.846,0.808,0.808,0.769,0.769,0.731,0.692,0.692,0.654,0.615,0.577,0.577,0.577,0.577,0.577,0.577,0.577,0.577,0.577,0.615,0.538,0.5,0.5,0.462,0.308,0.077,0.077,-0.269,-0.731,-1.154,-1.462,-1.577,-1.654,-1.654,-1.5,-1.154,-0.577,0.385,1.885,3.308,3.308,3.846,3.923,2.615,1.654,1.269,1.115,1.115,1.115,1.423,1.731,1.962,1.962,1.731,1.731,1.5,1.269,1.038,0.885,0.692,0.692,0.5,0.308,0.192,0.115,0.154,0.192,0.192,0.308,0.462,0.615,0.731,0.731,0.808,0.846,0.846,0.808,0.769,0.731,0.731,0.692,0.692,0.769,0.769,0.769,0.808,0.885,0.923,0.923,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.962:6
0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.846,0.808,0.808,0.769,0.769,0.769,0.731,0.731,0.692,0.654,0.577,0.538,0.538,0.5,0.462,0.423,0.346,0.269,0.269,0.192,0.154,0.115,0.0,-0.077,-0.077,-0.231,-0.5,-0.808,-0.885,-0.577,-0.577,0.077,0.808,1.692,2.846,3.615,3.346,3.346,2.538,2.192,2.346,2.5,2.154,2.154,1.885,1.731,1.654,1.5,1.385,1.269,1.192,1.192,1.154,1.115,1.038,1.0,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.846,0.846,0.808,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.923,0.923,0.923,0.962,0.923,0.885,0.885,0.885,0.885:6
-0.846,-0.846,-0.923,-0.962,-1.0,-1.038,-1.0,-0.885,-0.885,-0.769,-0.654,-0.577,-0.423,-0.269,-0.115,-0.115,0.154,0.5,0.808,1.154,1.462,1.615,1.615,1.692,1.692,1.692,1.731,1.731,1.731,1.731,1.923,2.192,2.115,1.846,1.615,1.538,1.538,1.5,1.5,1.462,1.462,1.462,1.462,1.385,1.346,1.346:6
0.962,0.923,0.962,0.962,1.038,1.154,1.308,1.423,1.5,1.5,1.538,1.615,1.692,1.731,1.808,1.808,1.885,1.885,1.692,1.462,1.269,1.269,1.077,0.923,0.769,0.615,0.423,0.231,0.231,0.0,-0.192,-0.346,-0.5,-0.731,-1.0,-1.0,-1.308,-1.538,-1.692,-1.654,-1.538,-1.231,-1.231,-0.769,-0.077,0.769,1.538,2.077,2.077,2.423,2.538,2.615,2.615,2.423,2.192,2.192,2.192,2.231,2.154,2.038,1.923,1.923,1.846,1.769,1.462,1.192,0.962:6
0.962,0.808,0.846,0.846,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.885,0.846,0.808,0.808,0.769,0.692,0.615,0.615,0.538,0.462,0.308,0.115,-0.192,-0.5,-0.5,-0.808,-1.038,-1.077,-0.769,-0.115,-0.115,0.654,1.5,2.269,2.885,3.077,2.654,2.654,2.0,1.423,1.154,1.077,1.115,1.115,1.231,1.346,1.385,1.385,1.269,1.115,1.115,0.962,0.846,0.769,0.731,0.731,0.731,0.769,0.808,0.808,0.808,0.808,0.808,0.769,0.731,0.692,0.692,0.692,0.731,0.769,0.808,0.846,0.846,0.846,0.846,0.808,0.769,0.769,0.769,0.769,0.808,0.808:6
-0.231,-0.423,-0.769,-0.769,-1.077,-1.038,-0.615,-0.115,-0.115,0.308,0.769,1.385,2.115,2.654,2.654,2.615,2.269,2.115,2.038,1.962,1.808,1.808,1.654,1.538,1.346,1.269,1.308,1.308,1.385,1.462,1.385,1.269,1.115,1.115,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.077,1.077,1.038:6
-0.577,-0.577,-0.577,-0.615,-0.692,-0.692,-0.808,-0.885,-0.885,-0.885,-0.885,-0.808,-0.692,-0.538,-0.346,-0.231,-0.154,-0.154,-0.077,0.077,0.231,0.346,0.462,0.462,0.577,0.731,0.923,1.115,1.231,1.231,1.346,1.346,1.269,1.192,1.231,1.346,1.346,1.538,1.731,1.962,2.077,2.077,2.0,1.808,1.577,1.423,1.423,1.462,1.462,1.5:6
0.462,0.5,0.5,0.5,0.346,0.346,0.269,0.154,0.077,-0.077,-0.385,-0.962,-0.962,-1.538,-1.577,-1.0,-0.462,-0.038,-0.038,0.423,0.962,1.654,2.192,2.423,2.423,2.462,2.385,2.192,2.077,2.115,2.115,2.077,1.885,1.769,1.769,1.808,1.769:6
0.308,0.231,0.192,0.192,0.154,0.115,0.038,0.038,0.0,-0.077,-0.077,-0.077,-0.038,-0.038,0.0,0.0,0.0,0.154,0.346,0.538,0.846,1.154,1.154,1.385,1.654,1.885,2.115,2.308,2.5,2.5,2.615,2.692,2.731,2.731,2.731,2.692,2.577,2.462,2.385,2.231,2.231,1.962,1.808,1.769,1.654,1.538,1.462,1.462,1.423:6
0.769,0.769,0.692,0.615,0.462,0.346,0.231,0.231,0.192,0.192,0.154,0.077,0.0,-0.077,-0.077,0.154,0.308,0.269,0.192,0.269,0.269,0.154,0.154,0.154,0.154,0.192,0.192,0.231,0.231,0.192,0.192,0.192,0.192,0.192,0.269,0.269,0.308,0.308,0.308,0.308,0.269,0.269,0.308,0.308,0.308,0.308,0.308,0.269,0.269,0.308,0.308,0.308,0.308,0.308,0.269,0.192,0.115,0.115,0.0,-0.077,-0.192,-0.346,-0.577,-0.846,-0.846,-1.154,-1.5,-1.885,-2.154,-2.308,-2.308,-2.423,-2.423,-2.231,-1.731,-1.731,-0.962,0.115,1.923,3.385,3.885,3.692,3.692,3.346,3.885,3.885,2.577,1.885,1.885,1.846,1.885,2.038,2.5,2.769,2.769,2.654,2.077,1.538,1.231,0.923,0.923,0.692,0.615,0.654,0.654,0.654,0.654,0.692,0.769,0.846,0.885,0.885,0.885,0.846,0.846,0.846,0.731,0.654,0.654,0.692,0.808,0.731:6
0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,1.0,1.038,1.0,0.962,0.962,0.962,0.923,0.962,0.962,1.0,1.0,1.0,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.115,1.115,1.154,1.192,1.154,1.077,1.038,1.038,1.038,1.0,0.962,1.0,1.115,1.115,1.115,1.038,0.962,0.846,0.769,0.731,0.731,0.654,0.538,0.462,0.423,0.385,0.385,0.308,0.192,0.115,0.077,0.038,0.038,0.038,0.038,0.0,0.0,-0.077,-0.115,-0.115,0.0,0.231,0.462,0.615,0.731,0.731,0.923,1.231,1.538,1.654,1.692,1.692,1.808,1.962,2.077,2.115,2.038,1.923,1.923,1.846,1.731,1.615,1.538,1.346,1.231,1.231,1.192,1.192,1.154,1.154,1.154,1.115,1.077,1.038,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.885,0.885,0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.962,0.962,1.0,1.038,1.038,1.038,0.962,0.923,0.923,0.962,1.0,1.0,1.0:6
-0.269,-0.654,-0.692,-0.769,-0.885,-0.885,-1.0,-1.0,-1.0,-0.962,-0.885,-0.885,-0.731,-0.654,-0.538,-0.346,-0.192,0.0,0.0,0.231,0.462,0.692,0.846,0.846,0.846,0.962,1.192,1.385,1.692,1.923,1.962,1.962,1.769,1.577,1.462,1.577,1.769,1.769,1.885,1.923,1.885,1.808,1.692,1.692,1.654,1.615:6
0.077,0.077,0.077,0.077,0.077,0.077,0.077,0.038,0.038,0.038,0.038,0.038,0.0,-0.038,-0.115,-0.115,-0.192,-0.269,-0.385,-0.692,-1.615,-1.615,-2.962,-3.731,-3.731,-3.615,-3.346,-3.0,-2.192,-0.769,1.269,1.269,3.154,3.808,4.038,4.154,4.231,4.231,4.231,4.269,3.923,3.038,1.885,1.0,1.0,0.192,-0.269,0.115,0.115,0.192,0.192,0.231,0.385,0.538,0.692,0.692,0.769,0.769,0.808,0.923,0.923,1.038,1.115,1.192,1.269,1.346,1.346,1.5:6
0.462,0.423,0.423,0.423,0.462,0.385,0.231,0.154,0.115,0.115,0.0,-0.154,-0.269,-0.385,-0.5,-0.5,-0.5,-0.385,-0.154,0.154,0.462,0.731,0.731,1.0,1.308,1.538,1.769,2.0,2.115,2.115,2.231,2.5,2.731,2.808,2.731,2.615,2.615,2.462,2.308,2.154,2.038,1.846,1.731,1.731,1.615,1.538,1.462,1.423,1.423,1.346,1.346,1.346,1.346,1.308,1.308,1.308,1.308:6
-0.077,-0.038,-0.038,-0.038,-0.038,-0.115,-0.192,-0.385,-0.923,-0.923,-2.077,-3.577,-4.346,-4.231,-3.769,-3.269,-2.038,-2.038,-0.077,2.115,3.462,3.885,4.0,4.0,3.0,3.385,3.962,4.038,3.385,3.385,2.423,1.462,0.692,0.308,0.154,0.154,0.154,0.192,0.192,0.269,0.385,0.462,0.538,0.538,0.615,0.615,0.577,0.538,0.615,0.615,0.769,0.962,1.115,1.154,1.192,1.269,1.269,1.346,1.423:6
-0.154,0.154,0.346,0.423,0.423,0.308,0.308,0.269,0.231,0.231,0.231,0.231,0.231,0.231,0.269,0.308,0.308,0.269,0.308,0.269,0.269,0.231,0.231,0.269,0.269,0.308,0.308,0.269,0.269,0.269,0.231,0.231,0.192,0.192,0.154,0.154,0.154,0.154,0.115,0.077,0.0,-0.077,-0.231,-0.231,-0.346,-0.462,-0.654,-0.808,-0.808,-0.962,-1.154,-1.385,-1.577,-1.692,-1.808,-1.808,-1.808,-1.731,-1.577,-1.385,-1.231,-1.115,-1.115,-0.962,-0.808,-0.615,-0.346,0.115,0.692,0.692,1.346,2.385,3.385,3.385,2.885,2.885,2.923,3.346,3.308,2.538,1.962,2.154,2.154,3.115,3.808,3.769,2.885,2.0,1.385,0.962,0.962,0.654,0.462,0.385,0.308,0.308,0.308,0.346,0.346,0.346,0.346,0.346,0.346,0.308,0.346,0.423,0.462,0.462,0.462,0.5,0.615,0.692,0.692,0.731,0.731,0.769,0.769,0.769,0.769,0.808,0.923,0.962,0.962,0.962,0.962:6
0.885,1.038,1.038,1.192,1.308,1.346,1.385,1.423,1.5,1.5,1.577,1.615,1.577,1.423,1.038,0.923,0.577,0.269,0.115,0.0,-0.231,-0.423,-0.692,-0.692,-1.038,-1.5,-1.769,-1.885,-1.808,-1.577,-1.577,-1.192,-0.615,0.038,0.808,1.846,2.885,3.308,3.308,3.346,3.269,2.962,2.462,2.154,2.038,2.038,2.038,2.077,2.0,1.923,1.731,1.615,1.538,1.538:6
0.231,-0.077,-0.077,-0.077,-0.308,-0.692,-0.885,-0.885,-0.692,-0.692,-0.269,0.269,0.846,1.308,1.769,1.769,2.385,2.692,2.423,1.769,1.192,1.192,0.962,0.885,1.0,1.231,1.423,1.577,1.577,1.5,1.346,1.192,1.077,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.923:6
-0.269,-0.269,-0.5,-1.154,-1.5,-1.5,-1.231,-0.731,-0.154,0.423,0.962,0.962,1.462,1.808,2.0,2.269,2.615,2.846,2.654,2.154,2.154,1.769,1.538,1.385,1.269,1.231,1.308,1.308,1.385,1.462,1.462,1.346,1.231,1.231,1.115,1.038,1.0,0.962,0.962,0.962,0.962,0.962:6
0.231,0.154,0.115,0.115,0.115,0.115,0.115,0.115,0.115,0.077,0.115,0.115,0.038,0.038,0.0,-0.038,-0.077,-0.154,-0.231,-0.308,-0.308,-0.269,-0.231,-0.115,-0.038,0.077,0.269,0.462,0.731,0.923,0.923,1.115,1.385,1.731,2.038,2.308,2.308,2.5,2.654,2.731,2.731,2.731,2.731,2.731,2.654,2.538,2.385,2.308,2.154,2.154,1.962,1.846,1.769:6
0.962,0.923,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.038,1.0,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.038,1.077,1.115,1.115,1.154,1.192,1.192,1.192,1.192,1.192,1.192,1.192,1.192,1.231,1.192,1.192,1.192,1.154,1.115,1.038,1.0,0.962,0.923,0.923,0.846,0.808,0.808,0.808,0.769,0.731,0.654,0.538,0.538,0.423,0.192,0.192,0.0,-0.154,-0.269,-0.308,-0.192,0.0,0.0,0.154,0.192,0.346,0.615,0.731,0.731,0.731,0.769,0.923,1.192,1.346,1.385,1.385,1.385,1.423,1.5,1.5,1.462,1.462,1.462,1.5,1.462,1.423,1.423,1.385,1.385,1.308,1.308,1.269,1.269,1.269,1.269,1.192,1.192,1.154,1.115,1.115,1.077,1.077,1.077,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923:6
-0.462,-0.654,-0.692,-0.808,-0.885,-0.885,-0.885,-0.846,-0.692,-0.615,-0.538,-0.538,-0.5,-0.538,-0.538,-0.5,-0.346,-0.154,-0.154,0.038,0.231,0.385,0.5,0.5,0.5,0.538,0.615,0.808,1.038,1.038,1.231,1.346,1.385,1.308,1.269,1.269,1.308,1.346,1.423,1.615,2.0,2.154,2.154,1.923,1.577,1.423,1.5,1.615,1.769,1.769,1.846,1.731,1.577:6
1.308,1.462,1.615,1.615,1.808,1.923,1.885,1.808,1.692,1.615,1.615,1.462,1.308,1.115,0.962,0.846,0.692,0.577,0.577,0.462,0.308,0.154,0.0,-0.192,-0.385,-0.385,-0.577,-0.731,-0.885,-1.038,-1.231,-1.423,-1.423,-1.577,-1.615,-1.231,-0.346,1.038,1.038,2.615,3.615,3.423,2.423,2.423,1.962,2.385,2.615,2.192,1.731,1.692,1.731,1.731,1.654,1.577,1.462,1.269,1.115,1.115,1.038,1.0,0.923,0.923,1.0,1.115,1.115,1.192,1.154,1.154,0.808,0.654,0.615,0.615,0.692,0.769,0.769:6
0.538,0.346,0.231,0.115,0.038,0.038,0.0,-0.077,-0.192,-0.231,-0.231,-0.269,-0.346,-0.346,-0.346,-0.346,-0.346,-0.346,-0.346,-0.462,-0.577,-0.346,-0.346,-0.077,0.115,0.423,0.846,1.385,1.962,1.962,2.385,2.731,3.038,3.231,3.231,3.192,3.115,3.038,3.038,2.885,2.692,2.5,2.269,2.269,2.038,1.846,1.615,1.5:6
0.885,0.885,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.808,0.769,0.731,0.654,0.615,0.577,0.577,0.538,0.5,0.462,0.346,0.269,0.269,0.192,0.115,0.038,-0.038,-0.038,-0.154,-0.385,-0.769,-0.962,-0.962,-0.846,-0.308,0.462,1.462,2.923,3.692,3.692,3.385,1.923,1.269,2.077,2.654,2.154,2.154,1.423,1.269,1.462,1.462,1.192,1.0,1.0,1.0,1.038,1.038,1.0,0.923,0.846,0.769,0.769,0.769,0.808,0.808,0.808,0.808,0.846,0.846,0.846,0.885,0.846,0.846,0.885,0.885,0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.0,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.077,1.115,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.846,0.846,0.846,0.846,0.808,0.808,0.808,0.808,0.808,0.769,0.769,0.769,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.923,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962:6
0.885,0.808,0.846,0.885,0.923,0.962,0.962,0.923,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.0,0.962,0.962,0.885,0.846,0.769,0.731,0.654,0.654,0.538,0.423,0.269,0.115,-0.154,-0.538,-0.538,-0.885,-1.154,-1.231,-1.231,-0.962,-0.385,-0.385,0.5,1.462,2.5,3.5,3.885,3.308,3.308,2.423,1.808,1.5,1.538,1.846,2.154,2.154,2.192,1.962,1.692,1.462,1.231,1.231,1.0,0.808,0.654,0.577,0.538,0.538,0.577,0.654,0.692,0.731,0.769,0.769,0.731,0.731,0.692,0.654,0.654,0.654,0.692,0.692,0.769,0.846,0.885,0.923,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0:6
-0.115,-0.192,-0.192,-0.5,-1.462,-2.538,-3.308,-3.5,-3.5,-3.192,-2.846,-2.462,-1.385,1.692,1.692,3.308,3.808,3.385,3.038,3.692,3.923,3.923,3.769,3.192,2.385,1.615,1.615,0.885,0.5,0.346,0.346,0.346,0.385,0.385,0.462,0.5,0.5,0.538,0.577,0.577,0.577,0.577,0.615,0.731,0.808,0.923,0.923,1.0,1.077,1.192,1.269,1.346,1.385,1.385,1.5,1.577,1.577,1.577,1.5,1.5:6
0.923,0.923,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.808,0.769,0.692,0.654,0.615,0.615,0.577,0.5,0.462,0.385,0.308,0.269,0.269,0.192,0.115,-0.115,-0.538,-1.0,-1.0,-1.154,-0.654,0.269,1.154,2.038,2.923,2.923,3.115,2.5,2.038,2.0,2.0,1.923,1.885,1.846,1.731,1.538,1.308,1.308,1.115,1.077,1.038,1.038,1.038,1.0,0.962,0.923,0.962,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.808,0.769,0.769,0.769,0.769,0.769,0.808,0.846,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.885,0.885,0.923,0.962,0.962,0.962,1.0,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.885,0.885,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962:6
0.846,0.885,0.923,0.962,1.0,1.0,1.038,1.038,1.038,1.077,1.077,1.038,1.038,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.077,1.115,1.115,1.115,1.154,1.154,1.154,1.192,1.192,1.231,1.231,1.269,1.269,1.308,1.346,1.346,1.346,1.346,1.346,1.346,1.346,1.346,1.346,1.269,1.154,1.154,1.038,0.846,0.808,0.808,0.808,0.731,0.577,0.423,0.346,0.269,0.231,0.231,0.115,0.0,-0.077,-0.192,-0.308,-0.308,-0.5,-0.654,-0.654,-0.692,-0.462,-0.077,-0.077,0.308,0.538,0.769,1.115,1.423,1.577,1.577,1.538,1.577,1.692,1.692,1.577,1.538,1.654,1.654,1.692,1.654,1.615,1.538,1.423,1.423,1.423,1.423,1.423,1.385,1.385,1.346,1.346,1.269,1.231,1.154,1.115,1.077,1.077,1.077,1.077,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.885,0.923,0.923,0.885,0.885,0.846,0.885,0.885,0.885,0.846,0.885,0.846,0.846,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923:6
0.846,0.885,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.077,1.115,1.115,1.115,1.154,1.154,1.192,1.192,1.231,1.269,1.231,1.231,1.231,1.269,1.269,1.269,1.192,1.192,1.077,0.923,0.808,0.846,0.846,0.846,0.769,0.654,0.5,0.5,0.385,0.308,0.192,0.077,-0.077,-0.192,-0.192,-0.269,-0.308,-0.308,-0.308,-0.308,-0.192,-0.192,0.0,0.192,0.269,0.346,0.615,0.923,1.115,1.308,1.308,1.5,1.769,2.0,2.077,2.038,1.962,1.962,1.846,1.808,1.769,1.692,1.615,1.615,1.5,1.385,1.385,1.385,1.308,1.308,1.231,1.192,1.154,1.192,1.154,1.115,1.115,1.038,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962:6
0.808,0.808,0.731,0.731,0.731,0.692,0.692,0.577,0.577,0.5,0.385,0.308,0.231,0.154,0.115,0.115,0.038,0.038,0.115,0.269,0.5,0.692,0.692,0.923,1.154,1.308,1.423,1.615,1.885,1.885,2.269,2.654,2.846,2.885,2.885,2.692,2.385,2.154,2.038,2.115,2.115,2.154,2.115,2.0,1.808,1.577,1.346,1.038,1.038,0.692,0.346,0.038,-0.077,-0.154,-0.154,-0.308,-0.538,-0.885,-1.308,-1.5,-1.538,-1.538,-1.5,-1.385,-1.308,-1.077,-0.923,-0.923,-0.731,-0.577,-0.192,0.308,0.615,0.692,0.692,0.769,0.923,1.0,0.962,0.962,1.038,1.038,1.269,1.615,2.0,2.346,2.538,2.5,2.5,2.269,2.038,1.846,1.769,1.769,1.769,1.615,1.462,1.308,1.115,0.885,0.538,0.192,0.0,0.0,-0.038,0.077,0.308,0.5,0.5,0.654,0.769,0.769,0.692,0.615,0.538,0.538,0.615,0.692,0.808,0.923,0.962,0.962,0.962:7
0.692,0.692,0.731,0.769,0.731,0.808,0.923,0.923,1.038,1.077,1.154,1.231,1.385,1.5,1.5,1.538,1.615,1.692,1.692,1.692,1.692,1.654,1.654,1.615,1.577,1.577,1.538,1.462,1.346,1.269,1.192,1.192,1.115,1.0,0.923,0.808,0.731,0.692,0.692,0.615,0.615,0.5,0.423,0.346,0.346,0.269,0.192,0.077,-0.115,-0.462,-0.423,-0.423,-0.423,-0.577,-0.577,-0.615,-0.692,-0.654,-0.654,-0.462,-0.346,-0.308,-0.308,-0.231,-0.115,-0.115,0.077,0.231,0.385,0.615,0.769,0.769,0.923,1.0,1.115,1.269,1.269,1.423,1.577,1.654,1.769,1.846,1.846,1.846,1.846,1.808,1.731:7
1.077,0.885,0.885,0.808,0.846,0.846,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.769,0.692,0.615,0.577,0.577,0.577,0.654,0.808,1.0,1.231,1.231,1.5,1.808,2.077,2.385,2.615,2.615,2.769,2.808,2.731,2.538,2.269,2.0,2.0,1.769,1.5,1.269,1.0,1.0,0.269,0.269,-0.192,-0.615,-0.846,-0.846,-0.769,-0.769,-0.769,-0.846,-0.923,-1.0,-1.0,-0.846,-0.654,-0.423,-0.154,-0.154,0.192,0.5,0.885,1.308,1.308,1.654,1.923,2.077,2.192,2.231,2.308,2.308,2.346,2.346,2.231,2.115,2.115,1.885,1.654,1.462,1.308,1.308,1.192,1.077,0.962,0.846,0.731,0.692,0.654,0.654,0.615,0.577,0.577,0.577,0.577,0.577,0.577,0.615,0.615,0.692,0.731,0.731,0.769,0.808,0.846,0.885,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.923,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.846:7
0.808,0.846,0.923,0.962,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,0.962,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.885,0.846,0.808,0.808,0.692,0.692,0.654,0.615,0.577,0.577,0.577,0.538,0.538,0.5,0.462,0.423,0.385,0.423,0.423,0.462,0.577,0.769,1.0,1.269,1.462,1.462,1.654,1.885,2.077,2.308,2.462,2.462,2.615,2.731,2.808,2.769,2.731,2.577,2.577,2.423,2.231,2.038,1.808,1.615,1.615,1.462,1.231,1.0,0.846,0.692,0.538,0.538,0.385,0.231,0.115,0.0,-0.154,-0.308,-0.308,-0.385,-0.5,-0.577,-0.654,-0.692,-0.731,-0.731,-0.769,-0.769,-0.731,-0.654,-0.538,-0.423,-0.423,-0.308,-0.231,-0.077,0.038,0.115,0.231,0.231,0.346,0.462,0.615,0.808,0.962,0.962,1.077,1.154,1.269,1.385,1.577,1.731,1.731,1.885,2.038,2.077,2.115,2.038,2.038,2.0,1.962,1.885,1.846,1.846,1.846,1.808,1.769,1.692,1.577,1.385,1.385,1.192,1.077,1.038,0.923,0.808,0.808,0.769,0.731,0.692,0.654,0.654,0.692,0.692,0.654,0.654,0.654,0.692,0.731,0.769,0.808,0.808,0.808,0.885,0.885,0.923,0.962,0.962,0.962:7
0.346,0.462,0.423,0.346,0.346,0.346,0.462,0.577,0.731,0.923,1.154,1.385,1.615,1.808,2.0,2.0,2.115,2.192,2.231,2.308,2.346,2.346,2.423,2.462,2.577,2.615,2.577,2.462,2.462,2.308,2.231,2.115,2.038,1.962,1.962,1.808,1.692,1.5,1.308,1.115,0.962,0.962,0.808,0.654,0.5,0.346,0.192,0.192,0.038,-0.077,-0.192,-0.269,-0.308,-0.385,-0.385,-0.423,-0.462,-0.5,-0.538,-0.5,-0.462,-0.462,-0.385,-0.346,-0.346,-0.423,-0.538,-0.538,-0.5,-0.462,-0.385,-0.385,-0.423,-0.423,-0.346,-0.154,-0.038,0.038,0.077,0.154,0.154,0.269,0.5,0.846,1.192,1.538,1.692,1.731,1.731,1.808,1.885,2.038,2.154,2.231,2.231,2.231,2.231,2.269,2.423,2.423,2.385,2.385,2.346,2.346:7
0.923,0.692,0.692,0.692,0.692,0.692,0.654,0.654,0.731,0.692,0.692,0.577,0.462,0.5,0.615,0.654,0.769,0.769,0.885,1.115,1.308,1.538,1.538,1.692,1.846,2.0,2.115,2.154,2.154,2.192,2.269,2.308,2.346,2.308,2.308,2.269,2.192,2.115,1.962,1.769,1.769,1.577,1.462,1.308,1.115,0.962,0.962,0.769,0.615,0.462,0.346,0.231,0.231,0.154,0.038,0.0,-0.038,-0.115,-0.154,-0.154,-0.154,-0.154,-0.154,-0.231,-0.231,-0.231,-0.231,-0.231,-0.269,-0.269,-0.231,-0.192,-0.154,-0.154,-0.154,-0.115,-0.077,-0.115,-0.154,-0.154,-0.077,0.038,0.154,0.269,0.385,0.577,0.577,0.692,0.846,1.038,1.154,1.346,1.577,1.577,1.769,2.0,2.154,2.231,2.231,2.346,2.385,2.269,2.192,2.038,1.885,1.885,1.808,1.808,1.885,1.923,1.923,1.885,1.885,1.846,1.731,1.654,1.577,1.577,1.462,1.346,1.192,1.077,1.077:7
0.923,0.846,0.846,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.077,1.115,1.115,1.192,1.231,1.269,1.308,1.385,1.385,1.423,1.5,1.577,1.692,1.769,1.885,1.885,1.962,1.962,1.962,1.923,1.923,1.885,1.885,1.808,1.692,1.538,1.385,1.231,1.077,1.077,0.885,0.731,0.538,0.538,0.423,0.346,0.231,0.154,0.038,0.0,-0.115,-0.192,-0.269,-0.308,-0.308,-0.308,-0.308,-0.308,-0.308,-0.269,-0.269,-0.154,-0.115,-0.077,-0.038,-0.038,0.0,0.038,0.115,0.231,0.346,0.346,0.462,0.5,0.538,0.577,0.577,0.692,0.769,0.846,0.962,1.038,1.038,1.154,1.231,1.308,1.308,1.346,1.385,1.385,1.5,1.577,1.615,1.692,1.692,1.692,1.769,1.769,1.808,1.846,1.885,1.885,1.885,1.846,1.846,1.885,1.923,1.923,1.923,1.923,1.885,1.808,1.808,1.769,1.654,1.577,1.462,1.346,1.346,1.192,1.077,0.962,0.885,0.808,0.731,0.731,0.692,0.615,0.538,0.462,0.423,0.346,0.346,0.346,0.346,0.346,0.385,0.423,0.423,0.5,0.538,0.538,0.615,0.615:7
0.538,0.423,0.462,0.462,0.538,0.654,0.731,0.808,0.846,0.808,0.808,0.808,0.885,1.0,1.154,1.308,1.308,1.385,1.462,1.538,1.615,1.692,1.769,1.769,1.808,1.923,1.923,2.038,2.0,2.0,2.0,1.962,2.0,2.038,2.038,2.0,2.0,1.923,1.808,1.692,1.615,1.5,1.346,1.346,1.269,1.154,1.0,0.885,0.885,0.846,0.846,0.808,0.731,0.654,0.577,0.538,0.538,0.462,0.462,0.423,0.423,0.308,0.269,0.269,0.192,0.192,0.154,0.154,0.154,0.115,0.115,0.115,0.115,0.154,0.154,0.154,0.154,0.115,0.115,0.115,0.192,0.192,0.192,0.269,0.346,0.385,0.462,0.462,0.5,0.538,0.577,0.692,0.769,0.769,0.808,0.846,0.923,1.038,1.115,1.231,1.231,1.308,1.346,1.385,1.462,1.538,1.538,1.577,1.654,1.654,1.654,1.615,1.615,1.615,1.577,1.577,1.615,1.654,1.692,1.731,1.769,1.769,1.808,1.769,1.692,1.538,1.462,1.462,1.346,1.308,1.269:7
0.731,0.846,0.923,0.923,0.923,0.923,1.0,0.962,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.846,0.808,0.692,0.577,0.577,0.5,0.385,0.308,0.269,0.231,0.231,0.192,0.154,0.231,0.346,0.423,0.423,0.538,0.692,0.885,1.038,1.346,1.769,1.769,2.192,2.654,3.038,3.192,3.308,3.346,3.346,3.269,2.923,2.577,2.231,1.962,1.731,1.731,1.538,1.308,1.038,0.846,0.654,0.654,0.5,0.385,0.192,-0.038,-0.231,-0.423,-0.423,-0.654,-1.038,-1.385,-1.5,-1.192,-1.192,-0.885,-0.846,-0.885,-0.846,-0.769,-0.615,-0.615,-0.462,-0.192,0.192,0.462,0.731,0.731,0.846,0.846,0.962,1.038,1.115,1.038,1.038,0.885,0.769,0.731,0.808,1.115,1.115,1.5,1.846,2.115,2.346,2.462,2.462,2.423,2.308,2.038,1.654,1.231,1.231,0.962,0.885,0.846,0.769,0.692,0.692,0.462,0.038,-0.385,-0.615,-0.577,-0.462,-0.462,-0.269,0.0,0.269,0.423,0.538,0.5,0.423,0.423,0.346,0.385,0.5,0.577:7
1.923,1.769,1.808,1.808,1.885,1.885,1.923,1.962,2.0,1.962,1.885,1.885,1.769,1.615,1.462,1.346,1.231,1.231,1.115,0.962,0.808,0.692,0.654,0.654,0.615,0.538,0.423,0.346,0.269,0.192,0.192,0.115,0.0,-0.077,-0.154,-0.231,-0.231,-0.308,-0.346,-0.385,-0.423,-0.423,-0.423,-0.423,-0.385,-0.308,-0.231,-0.154,-0.154,-0.077,-0.038,0.0,0.038,0.038,0.115,0.192,0.192,0.192,0.308,0.462,0.462,0.615,0.923,0.923,1.192,1.462,1.615,1.731,1.808,1.846,1.846,2.0,2.192,2.385,2.538,2.615,2.654,2.654,2.615:7
0.538,0.538,0.538,0.615,0.615,0.654,0.731,0.808,0.846,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.923,0.885,0.885,0.885,0.885,0.846,0.808,0.808,0.769,0.769,0.731,0.692,0.654,0.577,0.538,0.5,0.5,0.423,0.385,0.346,0.385,0.423,0.423,0.538,0.731,1.0,1.385,1.846,2.346,2.346,2.885,3.269,3.423,3.385,3.115,3.115,2.846,2.577,2.269,1.923,1.577,1.192,1.192,0.846,0.5,0.5,-0.346,-0.731,-0.731,-1.038,-1.269,-1.385,-1.385,-1.5,-1.538,-1.5,-1.423,-1.231,-0.923,-0.615,-0.231,-0.231,0.192,0.654,1.154,1.577,1.846,2.038,2.038,2.308,2.5,2.5,2.654,2.731,2.654,2.538,2.538,2.462,2.308,2.115,1.923,1.731,1.538,1.346,1.346,1.154,0.885,0.692,0.538,0.385,0.385,0.231,0.115,0.0,-0.038,-0.077,-0.038,-0.038,0.0,0.077,0.154,0.231,0.308,0.308,0.385,0.5,0.654,0.769,0.885,1.0,1.0,1.154,1.231,1.269,1.231,1.231,1.231,1.231,1.231,1.192,1.154,1.154,1.115,1.077,1.0,0.962,0.962,0.923,0.923,0.885,0.885,0.846,0.846,0.808,0.808,0.808,0.808,0.808,0.769,0.808,0.769,0.808,0.808,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.923,0.808,0.808,0.885,0.923,0.923:7
1.038,1.115,1.115,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.115,1.115,1.192,1.231,1.231,1.269,1.308,1.308,1.308,1.308,1.308,1.269,1.269,1.308,1.308,1.308,1.269,1.269,1.269,1.269,1.231,1.154,1.115,1.115,1.077,1.038,0.962,0.846,0.654,0.577,0.577,0.538,0.462,0.423,0.346,0.269,0.192,0.192,0.115,0.077,0.038,0.038,0.038,0.038,0.038,0.077,0.115,0.115,0.154,0.154,0.192,0.192,0.154,0.192,0.346,0.462,0.462,0.5,0.5,0.577,0.654,0.731,0.808,0.885,1.0,1.0,1.115,1.154,1.192,1.192,1.231,1.231,1.231,1.269,1.269,1.231,1.231,1.231,1.192,1.115,1.115,1.115,1.154,1.154,1.154,1.115,1.154,1.192,1.192,1.192,1.154,1.154,1.192,1.269,1.346,1.385,1.385,1.462,1.538,1.577,1.577,1.577,1.5,1.5,1.462,1.462,1.423,1.385,1.346,1.308,1.0,1.0,0.962,0.923,0.846,0.769,0.692,0.654,0.654,0.654,0.615,0.577,0.538,0.538,0.5,0.462,0.462,0.5,0.5,0.538,0.538,0.538,0.577,0.654,0.692,0.769,0.808,0.808,0.846,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.077,1.077,1.077,1.038:7
0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.038,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.923,0.885,0.846,0.846,0.846,0.808,0.846,0.885,0.923,1.0,1.077,1.077,1.192,1.346,1.462,1.577,1.654,1.654,1.769,1.885,1.923,1.923,1.846,1.769,1.769,1.654,1.538,1.423,1.308,1.308,1.154,1.038,0.885,0.731,0.615,0.5,0.5,0.385,0.308,0.231,0.231,0.231,0.269,0.269,0.269,0.231,0.192,0.192,0.231,0.231,0.231,0.269,0.269,0.269,0.231,0.231,0.231,0.231,0.269,0.308,0.346,0.462,0.538,0.538,0.692,0.846,1.038,1.192,1.346,1.462,1.462,1.577,1.654,1.692,1.769,1.769,1.769,1.731,1.692,1.654,1.538,1.462,1.385,1.385,1.308,1.192,1.154,1.077,1.038,1.038,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.962,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038:7
0.654,0.692,0.692,0.731,0.769,0.769,0.808,0.808,0.808,0.846,0.885,0.885,0.923,0.923,0.923,0.885,0.846,0.808,0.808,0.808,0.808,0.808,0.808,0.769,0.654,0.615,0.577,0.577,0.577,0.692,0.808,0.885,0.962,1.115,1.269,1.269,1.538,1.923,2.346,2.846,3.385,3.808,3.808,4.038,3.769,3.231,2.538,2.0,2.0,1.692,1.423,1.308,1.192,0.923,0.615,0.615,0.385,0.115,-0.115,-0.308,-0.308,-0.423,-0.5,-0.654,-0.846,-1.192,-1.192,-1.654,-1.846,-1.654,-1.269,-0.962,-0.731,-0.731,-0.538,-0.423,-0.423,-0.308,-0.115,-0.038,-0.038,0.0,0.192,0.423,0.615,0.769,0.769,0.769,0.731,0.615,0.538,0.5,0.615,0.615,0.962,1.385,1.769,2.192,2.192,2.538,2.654,2.654,2.5,2.308,2.038,2.038,1.654,1.192,0.808,0.423,0.0,0.0,-0.231,-0.308,-0.192,0.115,0.462,0.692,0.692,0.769,0.731,0.615,0.462,0.346,0.346,0.308,0.308,0.385,0.5,0.615,0.692,0.692,0.692,0.731,0.769,0.769,0.769,0.769,0.769:7
0.962,0.808,0.846,0.846,0.885,0.885,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.885,0.846,0.808,0.808,0.769,0.769,0.769,0.769,0.808,0.846,0.923,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.077,1.077,1.154,1.231,1.385,1.654,2.0,2.0,2.385,2.654,2.769,2.692,2.5,2.5,2.192,1.846,1.462,1.077,0.654,0.269,0.269,-0.077,-0.385,-0.615,-0.808,-0.923,-0.923,-1.0,-1.038,-1.115,-1.154,-1.154,-1.154,-1.077,-0.808,-0.5,-0.077,0.385,0.769,0.769,1.038,1.269,1.5,1.769,2.077,2.346,2.346,2.538,2.692,2.731,2.692,2.577,2.462,2.462,2.308,2.115,1.923,1.769,1.538,1.346,1.346,1.192,1.0,0.846,0.692,0.538,0.462,0.346,0.346,0.269,0.154,0.115,0.115,0.115,0.115,0.192,0.231,0.269,0.346,0.462,0.538,0.538,0.615,0.692,0.846,0.923,0.923,1.038,1.115,1.154,1.192,1.231,1.231,1.192,1.154,1.115,1.115,1.077,1.038,1.038,1.0,0.962,0.962,0.923,0.885,0.846,0.846,0.846,0.846,0.808,0.769,0.769,0.731:7
0.962,0.885,0.923,1.038,1.077,1.038,1.038,1.038,1.154,1.269,1.346,1.423,1.538,1.538,1.654,1.769,1.846,2.0,2.115,2.115,2.154,2.269,2.269,2.192,2.154,2.154,2.077,1.923,1.769,1.615,1.462,1.462,1.308,1.154,0.962,0.808,0.692,0.692,0.577,0.5,0.385,0.269,0.192,0.192,0.115,0.038,0.0,-0.038,-0.038,-0.077,-0.077,-0.077,-0.077,-0.115,-0.115,-0.115,-0.077,-0.077,-0.077,-0.038,0.038,0.038,0.077,0.077,0.077,0.115,0.115,0.115,0.154,0.231,0.269,0.346,0.346,0.423,0.462,0.462,0.5,0.615,0.615,0.731,0.846,1.0,1.154,1.308,1.385,1.385,1.538,1.654,1.769,1.885,2.0,2.115,2.115,2.192,2.231,2.231,2.192,2.115,2.115,2.115,2.038,1.962,1.846,1.769,1.654,1.654,1.538,1.5,1.308,1.154,1.077,1.077,1.038,1.038,1.0:7
0.769,0.769,0.769,0.808,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.808,0.769,0.654,0.538,0.423,0.308,0.192,0.192,0.115,0.077,0.115,0.231,0.538,1.038,1.654,1.654,2.231,2.808,3.308,3.615,3.769,3.692,3.692,3.385,2.923,2.538,2.154,1.808,1.808,1.5,1.192,0.885,0.577,0.231,-0.077,-0.077,-0.385,-0.615,-0.769,-0.962,-1.115,-1.231,-1.231,-1.308,-1.231,-1.115,-0.923,-0.654,-0.654,-0.269,0.192,0.615,1.038,1.385,1.385,1.692,1.962,2.269,2.269,2.577,2.577,2.577,2.462,2.231,2.038,1.885,1.885,1.769,1.577,1.385,1.192,1.038,1.038,0.923,0.808,0.731,0.654,0.615,0.538,0.538,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.577,0.654,0.692,0.692,0.769,0.808,0.846,0.885,0.962,0.962,1.0,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.038,1.038,1.0,0.962,0.962,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.808,0.808,0.808,0.846,0.846,0.846:7
0.885,0.885,1.0,1.0,1.0,0.962,1.038,1.038,1.038,1.0,1.0,1.0,1.038,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.038,1.038,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.962,1.077,1.192,1.308,1.308,1.462,1.538,1.615,1.731,1.885,1.885,2.0,2.154,2.231,2.269,2.308,2.231,2.231,2.154,2.077,1.923,1.808,1.654,1.654,1.462,1.308,1.115,0.923,0.769,0.769,0.577,0.423,0.231,0.038,-0.115,-0.115,-0.269,-0.346,-0.385,-0.423,-0.423,-0.423,-0.423,-0.385,-0.385,-0.308,-0.269,-0.269,-0.231,-0.115,0.0,0.115,0.231,0.231,0.308,0.346,0.462,0.654,0.769,0.769,0.923,1.038,1.154,1.308,1.462,1.654,1.654,1.846,1.962,2.0,2.038,2.038,2.038,2.115,2.115,2.077,2.0,1.923,1.808,1.654,1.538,1.538,1.462,1.346,1.269,1.154,1.077,1.077,1.0,0.923,0.846,0.769,0.731,0.731,0.692,0.731,0.731,0.769,0.769,0.808,0.808,0.808,0.846,0.846,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0:7
0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.038,1.077,1.077,1.115,1.154,1.154,1.269,1.346,1.423,1.462,1.538,1.577,1.577,1.654,1.692,1.769,1.846,1.923,1.923,1.923,1.962,1.846,1.769,1.692,1.692,1.615,1.462,1.308,1.154,1.0,0.846,0.846,0.692,0.538,0.385,0.231,0.038,0.038,-0.115,-0.231,-0.231,-0.192,-0.154,-0.154,-0.154,-0.115,-0.115,-0.115,-0.115,-0.077,0.038,0.154,0.154,0.192,0.154,0.154,0.192,0.308,0.308,0.462,0.615,0.769,0.923,1.038,1.192,1.192,1.385,1.577,1.731,1.885,1.962,1.962,2.038,2.0,2.0,2.0,1.962,1.962,1.885,1.769,1.692,1.577,1.538,1.462,1.346,1.346,1.269,1.154,1.0,0.962,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.769,0.769,0.808,0.808,0.808,0.808,0.846,0.846,0.885,0.885,0.923,0.923,0.962,0.962,0.962,1.0,1.038,1.0,1.0,1.0,1.038,1.077,1.077,1.038,1.038,1.077,1.077,1.077,1.077:7
0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.731,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.769,0.808,0.846,0.885,0.923,0.962,1.0,1.0,1.038,1.038,1.077,1.077,1.115,1.115,1.154,1.192,1.269,1.346,1.346,1.346,1.385,1.423,1.462,1.462,1.5,1.5,1.462,1.462,1.462,1.462,1.5,1.5,1.5,1.538,1.538,1.538,1.5,1.5,1.5,1.5,1.538,1.538,1.5,1.462,1.462,1.423,1.346,1.269,1.192,1.154,1.115,1.115,1.038,0.962,0.885,0.808,0.731,0.731,0.654,0.577,0.538,0.462,0.462,0.462,0.462,0.423,0.385,0.346,0.269,0.269,0.231,0.154,0.077,0.077,0.077,0.077,0.077,0.077,0.038,0.0,0.0,0.0,0.0,0.0,0.0,0.038,0.077,0.115,0.115,0.115,0.154,0.192,0.231,0.269,0.308,0.308,0.308,0.385,0.462,0.577,0.692,0.769,0.769,0.769,0.769,0.808,0.885,1.0,1.115,1.231,1.231,1.346,1.385,1.462,1.577,1.692,1.692,1.808,1.885,1.923,2.0,2.0,2.0,2.0,2.0,1.923,1.962,1.923,1.846,1.846,1.808,1.692,1.615,1.5,1.5,1.423,1.308,1.192,1.115,1.038,1.038,0.962,0.846,0.769,0.769,0.654,0.615,0.615,0.577,0.538,0.5,0.5,0.5,0.462,0.462:7
0.115,0.231,0.5,0.769,0.769,0.846,0.885,0.962,1.154,1.308,1.308,1.423,1.577,1.692,1.808,1.808,1.846,1.923,2.038,2.115,2.192,2.269,2.269,2.346,2.385,2.423,2.423,2.385,2.385,2.385,2.308,2.115,1.923,1.731,1.731,1.577,1.423,1.308,1.154,1.038,0.923,0.923,0.769,0.654,0.577,0.5,0.385,0.308,0.308,0.231,0.154,0.077,0.038,-0.038,-0.077,-0.077,-0.077,-0.154,-0.231,-0.308,-0.346,-0.346,-0.385,-0.385,-0.385,-0.385,-0.346,-0.346,-0.346,-0.346,-0.231,-0.192,-0.154,-0.154,-0.115,-0.077,-0.038,0.038,0.154,0.154,0.231,0.346,0.423,0.462,0.615,0.846,0.846,1.038,1.192,1.154,1.154,1.154,1.192,1.192,1.269,1.385,1.5,1.615,1.692,1.692,1.846,2.077,2.192,2.154,2.154,2.115,2.192,2.231,2.192,2.077:7
0.692,0.615,0.615,0.615,0.731,0.769,0.769,0.808,0.846,0.923,0.923,0.962,1.0,1.038,1.077,1.077,1.077,1.077,1.077,1.077,1.077,1.077,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.885,0.846,0.846,0.846,0.808,0.769,0.692,0.615,0.577,0.577,0.5,0.5,0.5,0.538,0.654,0.654,0.769,0.885,1.0,1.115,1.308,1.462,1.462,1.615,1.808,2.0,2.269,2.462,2.462,2.577,2.654,2.654,2.577,2.5,2.385,2.385,2.308,2.154,2.154,1.962,1.808,1.577,1.385,1.154,0.962,0.731,0.731,0.462,0.308,0.115,-0.038,-0.231,-0.346,-0.346,-0.462,-0.577,-0.654,-0.692,-0.731,-0.731,-0.731,-0.692,-0.615,-0.577,-0.5,-0.423,-0.308,-0.192,-0.077,0.0,0.0,0.115,0.192,0.269,0.385,0.462,0.615,0.615,0.692,0.846,1.0,1.154,1.269,1.269,1.385,1.538,1.692,1.846,1.923,2.038,2.038,2.231,2.385,2.462,2.385,2.308,2.308,2.231,2.154,1.962,1.808,1.692,1.5,1.308,1.192,1.038,1.0,0.923,0.846,0.846,0.808,0.731,0.654,0.615,0.577,0.577,0.538,0.5,0.5,0.577,0.577,0.615,0.615,0.615,0.654,0.654,0.692,0.731,0.769,0.808,0.846,0.846,0.846,0.885:7
0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.077,1.077,1.154,1.231,1.308,1.346,1.385,1.385,1.423,1.5,1.615,1.692,1.808,1.846,1.846,1.846,1.846,1.846,1.846,1.808,1.808,1.692,1.615,1.577,1.5,1.308,1.308,1.192,1.038,0.962,0.846,0.654,0.538,0.538,0.423,0.346,0.269,0.192,0.192,0.154,0.154,0.115,0.077,0.0,-0.077,-0.115,-0.115,-0.192,-0.231,-0.269,-0.231,-0.192,-0.192,-0.115,-0.077,0.0,0.115,0.269,0.423,0.423,0.538,0.615,0.692,0.885,1.038,1.038,1.231,1.346,1.462,1.577,1.654,1.654,1.769,1.808,1.808,1.846,1.885,1.885,1.846,1.769,1.654,1.615,1.538,1.5,1.5,1.423,1.385,1.308,1.231,1.154,1.038,1.038,1.0,0.923,0.885,0.846,0.808,0.808,0.808,0.769,0.808,0.808,0.846,0.846,0.846,0.846,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962:7
1.038,0.923,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.846,0.885,0.923,1.038,1.231,1.423,1.423,1.577,1.769,2.0,2.231,2.385,2.385,2.462,2.308,2.038,1.692,1.346,1.346,1.038,0.692,0.462,0.269,0.115,-0.038,-0.038,-0.154,-0.231,-0.308,-0.423,-0.462,-0.462,-0.462,-0.462,-0.423,-0.308,-0.192,-0.192,-0.038,0.154,0.423,0.692,0.962,1.231,1.231,1.462,1.692,1.846,2.038,2.192,2.308,2.346,2.346,2.346,2.308,2.192,2.038,1.808,1.577,1.577,1.346,1.115,0.923,0.769,0.654,0.654,0.538,0.462,0.385,0.346,0.346,0.385,0.385,0.385,0.385,0.423,0.538,0.615,0.615,0.692,0.769,0.846,0.923,1.0,1.038,1.077,1.115,1.115:7
1.115,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.923,0.885,0.885,0.846,0.885,0.885,0.846,0.846,0.846,0.808,0.808,0.808,0.808,0.808,0.769,0.846,0.962,1.077,1.154,1.154,1.154,1.154,1.192,1.269,1.385,1.385,1.423,1.423,1.385,1.385,1.423,1.462,1.462,1.5,1.538,1.577,1.577,1.577,1.577,1.538,1.462,1.385,1.269,1.154,1.154,1.038,0.962,0.846,0.808,0.808,0.731,0.692,0.615,0.615,0.577,0.538,0.5,0.462,0.423,0.346,0.346,0.308,0.269,0.269,0.231,0.192,0.192,0.192,0.154,0.192,0.192,0.231,0.269,0.269,0.308,0.308,0.308,0.308,0.346,0.423,0.577,0.769,0.769,0.962,1.115,1.231,1.308,1.385,1.462,1.462,1.577,1.692,1.769,1.808,1.769,1.769,1.769,1.692,1.654,1.577,1.5,1.5,1.423,1.346,1.269,1.192,1.115,1.115,1.038,1.0,0.962,0.923,0.885,0.846,0.846,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0:7
0.808,0.731,0.731,0.731,0.846,0.923,0.962,1.038,1.038,1.154,1.231,1.269,1.385,1.5,1.577,1.654,1.654,1.731,1.846,2.0,2.077,2.077,2.154,2.192,2.192,2.154,2.115,2.115,2.077,1.962,1.808,1.654,1.5,1.5,1.308,1.192,1.077,1.038,0.885,0.885,0.808,0.731,0.654,0.654,0.538,0.462,0.423,0.346,0.308,0.269,0.269,0.192,0.154,0.154,0.154,0.192,0.192,0.192,0.192,0.192,0.154,0.154,0.154,0.154,0.154,0.115,0.154,0.154,0.192,0.192,0.231,0.269,0.269,0.346,0.385,0.385,0.423,0.462,0.538,0.538,0.615,0.692,0.769,0.808,0.885,0.885,0.962,1.077,1.154,1.231,1.308,1.308,1.346,1.385,1.462,1.5,1.538,1.538,1.538,1.538,1.538,1.577,1.577,1.577,1.615,1.538,1.538,1.5,1.462,1.423,1.423,1.385,1.385,1.385,1.346,1.346,1.346,1.346,1.346,1.346,1.308,1.192,1.154,1.077,1.077,1.038,0.962,0.962,1.0,1.038,1.038,1.038,0.962:7
0.962,1.0,1.0,1.0,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.962,0.962,1.038,1.115,1.154,1.192,1.269,1.269,1.346,1.385,1.462,1.538,1.577,1.615,1.615,1.615,1.654,1.692,1.692,1.731,1.731,1.654,1.538,1.423,1.308,1.154,1.154,1.0,0.885,0.769,0.654,0.538,0.5,0.5,0.462,0.423,0.423,0.385,0.385,0.385,0.385,0.346,0.346,0.346,0.308,0.269,0.269,0.269,0.269,0.269,0.269,0.231,0.231,0.192,0.192,0.192,0.231,0.269,0.269,0.308,0.385,0.385,0.423,0.5,0.615,0.692,0.808,0.923,0.923,1.0,1.115,1.269,1.308,1.346,1.385,1.385,1.423,1.423,1.462,1.538,1.577,1.615,1.615,1.654,1.615,1.538,1.462,1.385,1.385,1.308,1.269,1.231,1.154,1.115,1.115,1.077,1.038,1.0,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.038,1.0,1.0,0.962:7
0.962,0.923,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.808,0.846,0.885,0.962,1.077,1.077,1.192,1.269,1.308,1.385,1.423,1.462,1.462,1.577,1.654,1.692,1.808,1.885,1.885,2.0,2.115,2.115,2.077,2.038,2.038,1.962,1.808,1.654,1.5,1.346,1.231,1.231,1.077,0.885,0.731,0.538,0.423,0.423,0.269,0.115,0.0,-0.077,-0.192,-0.269,-0.269,-0.346,-0.423,-0.5,-0.538,-0.538,-0.538,-0.462,-0.385,-0.231,-0.077,-0.077,0.038,0.192,0.346,0.462,0.615,0.808,0.808,0.962,1.154,1.308,1.462,1.654,1.654,1.808,1.923,2.038,2.115,2.192,2.192,2.231,2.192,2.154,2.038,1.923,1.808,1.808,1.654,1.5,1.385,1.231,1.231,1.115,1.038,0.962,0.885,0.808,0.769,0.769,0.731,0.731,0.731,0.769,0.769,0.769,0.769,0.808,0.808,0.808,0.846,0.846,0.885,0.923,0.923,0.923,0.923,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.077,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.038:7
0.808,0.846,0.846,0.846,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.115,1.115,1.154,1.231,1.346,1.346,1.538,1.577,1.577,1.5,1.346,1.192,1.0,0.769,0.769,0.577,0.385,0.154,0.0,-0.154,-0.231,-0.308,-0.308,-0.308,-0.231,0.0,0.231,0.462,0.692,0.692,0.885,1.038,1.308,1.692,2.231,2.231,2.769,3.269,3.731,3.885,3.692,3.692,3.346,3.0,2.769,2.538,2.269,1.923,1.923,1.5,1.077,0.577,0.115,0.115,-0.231,-0.538,-0.923,-1.269,-1.538,-1.769,-1.769,-1.846,-1.769,-1.577,-1.308,-0.923,-0.923,-0.5,0.0,0.577,1.308,2.115,2.731,2.731,2.885,2.692,2.5,2.385,2.269,2.269,2.115,1.923,1.731,1.538,1.538,1.231,1.115,1.115,1.038,0.962,0.885,0.808,0.731,0.692,0.654,0.654,0.615,0.538,0.538,0.538,0.538,0.577,0.615,0.615,0.615,0.654,0.692,0.731,0.731,0.731,0.731,0.769,0.808,0.846,0.885,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.923,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.808,0.808,0.808,0.808,0.808,0.808,0.808,0.808,0.846,0.846,0.808,0.808,0.808,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.885:7
1.423,1.538,1.846,1.846,2.038,2.154,2.308,2.423,2.462,2.423,2.423,2.269,2.115,1.885,1.731,1.577,1.577,1.423,1.269,1.115,0.962,0.769,0.769,0.654,0.5,0.423,0.308,0.231,0.115,0.115,0.038,-0.077,-0.115,-0.192,-0.269,-0.269,-0.308,-0.385,-0.385,-0.423,-0.462,-0.462,-0.462,-0.423,-0.385,-0.308,-0.231,-0.192,-0.192,-0.154,-0.038,0.038,0.154,0.154,0.192,0.192,0.231,0.269,0.346,0.5,0.5,0.692,0.885,1.038,1.154,1.308,1.308,1.385,1.462,1.538,1.769,2.038,2.038,2.231,2.385:7
0.731,0.769,0.808,0.923,1.154,1.154,1.269,1.423,1.538,1.538,1.654,1.846,2.077,2.385,2.654,2.769,2.808,2.808,2.769,2.731,2.615,2.423,2.269,2.269,2.077,1.923,1.731,1.577,1.423,1.192,1.192,1.0,0.808,0.654,0.423,0.269,0.192,0.038,-0.038,-0.038,-0.115,-0.192,-0.308,-0.385,-0.5,-0.5,-0.538,-0.577,-0.654,-0.692,-0.692,-0.692,-0.731,-0.692,-0.692,-0.654,-0.615,-0.615,-0.615,-0.577,-0.538,-0.5,-0.5,-0.385,-0.192,-0.038,0.0,0.0,0.077,0.077,0.154,0.269,0.423,0.654,0.769,0.769,1.0,1.385,1.654,1.885,2.038,2.308,2.308,2.577,2.731,2.731,2.615,2.308,2.115,2.115,1.846,1.692,1.577,1.462,1.385,1.269,1.269:8
0.846,0.923,0.923,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.115,1.154,1.192,1.308,1.423,1.423,1.538,1.692,1.846,2.0,2.115,2.115,2.231,2.308,2.308,2.231,2.231,2.115,2.0,1.769,1.615,1.462,1.269,1.269,1.115,0.923,0.731,0.577,0.423,0.423,0.269,0.115,-0.038,-0.154,-0.269,-0.269,-0.346,-0.423,-0.5,-0.5,-0.5,-0.423,-0.385,-0.385,-0.423,-0.423,-0.423,-0.385,-0.308,-0.231,-0.231,-0.154,0.0,0.154,0.269,0.385,0.385,0.577,0.808,0.962,1.192,1.346,1.5,1.5,1.615,1.769,1.885,1.962,1.962,2.0,2.0,2.038,2.038,1.962,1.846,1.885,1.808,1.769,1.769,1.692,1.577,1.423,1.346,1.269,1.115,1.115,1.038,0.962,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0:8
0.577,0.615,0.654,0.731,0.731,0.769,0.808,0.923,1.0,0.962,0.962,1.038,1.308,1.538,1.731,1.885,1.885,2.038,2.154,2.269,2.192,2.154,2.115,2.115,2.115,2.115,2.077,2.0,1.846,1.692,1.692,1.538,1.385,1.346,1.346,1.346,1.269,1.154,1.038,0.923,0.885,0.769,0.769,0.692,0.615,0.577,0.538,0.462,0.462,0.423,0.346,0.269,0.231,0.154,0.115,0.115,0.077,0.038,0.0,-0.038,-0.077,-0.077,-0.154,-0.154,-0.192,-0.192,-0.154,-0.154,-0.154,-0.115,-0.077,0.0,0.0,0.077,0.115,0.115,0.154,0.192,0.269,0.269,0.423,0.615,0.846,1.038,1.154,1.231,1.231,1.269,1.269,1.308,1.462,1.692,1.923,1.923,2.0,2.0,1.962,1.885,1.923,2.0,2.038,2.038,2.115,2.115,2.077,2.038,2.0,2.0,1.923,1.846,1.692,1.538,1.385,1.385,1.231,1.077,0.962,0.846,0.769,0.692,0.692,0.692,0.692,0.731,0.731,0.769,0.769,0.808,0.846,0.885,0.846,0.808,0.808,0.808,0.808,0.808,0.846:8
0.731,0.962,1.269,1.577,1.846,1.846,1.885,1.962,2.192,2.308,2.385,2.462,2.462,2.538,2.577,2.615,2.577,2.5,2.5,2.308,2.077,2.0,1.962,1.885,1.885,1.808,1.615,1.5,1.385,1.269,1.269,1.154,1.077,1.077,1.115,1.115,1.115,1.115,1.038,1.038,1.0,1.0,1.038,1.0,0.962,0.923,0.923,0.769,0.577,0.385,0.346,0.308,0.231,0.231,0.154,0.038,-0.077,-0.154,-0.231,-0.231,-0.231,-0.231,-0.192,-0.115,-0.115,-0.077,-0.077,-0.077,-0.077,-0.038,-0.038,-0.038,-0.038,-0.038,-0.038,0.0,0.0,0.077,0.115,0.115,0.154,0.231,0.308:8
1.115,1.154,1.154,1.192,1.192,1.231,1.269,1.346,1.346,1.346,1.385,1.462,1.538,1.615,1.615,1.615,1.654,1.654,1.654,1.615,1.577,1.577,1.577,1.5,1.462,1.385,1.308,1.269,1.269,1.231,1.154,1.115,1.038,0.923,0.846,0.846,0.769,0.654,0.577,0.462,0.385,0.308,0.308,0.231,0.154,0.115,0.038,-0.038,-0.038,-0.115,-0.115,-0.154,-0.192,-0.192,-0.192,-0.192,-0.192,-0.115,-0.038,-0.038,-0.038,-0.038,-0.038,-0.038,0.0,0.077,0.192,0.192,0.346,0.5,0.577,0.654,0.692,0.692,0.769,0.808,0.885,1.038,1.154,1.269,1.269,1.385,1.5,1.577,1.615,1.692,1.692,1.808,1.885,1.923,1.923,1.962,2.0,2.0,2.0,2.038,2.038,2.0,2.0,2.0,1.962,2.0,2.0,2.0,1.885,1.885,1.769,1.769,1.808,1.846,1.769,1.654,1.538,1.423,1.308,1.192,1.192,1.077,0.962,0.808,0.692,0.615,0.615,0.538,0.462,0.385,0.346,0.308,0.269,0.269,0.269,0.269,0.269,0.308,0.346,0.385,0.385,0.423,0.5,0.577,0.654,0.692,0.692,0.692,0.692,0.769:8
0.692,0.692,0.731,0.769,0.769,0.769,0.731,0.692,0.654,0.615,0.577,0.615,0.654,0.654,0.769,0.923,1.038,1.192,1.192,1.308,1.462,1.654,1.808,1.923,2.115,2.115,2.269,2.346,2.385,2.308,2.269,2.154,2.154,2.077,1.923,1.808,1.692,1.615,1.5,1.5,1.423,1.346,1.192,1.038,0.962,0.962,0.846,0.769,0.692,0.577,0.538,0.538,0.462,0.423,0.346,0.346,0.269,0.269,0.192,0.154,0.115,0.077,0.077,0.038,0.038,0.0,0.0,-0.077,-0.077,-0.115,-0.115,-0.115,-0.115,-0.115,-0.077,-0.038,-0.038,-0.038,-0.077,0.0,0.038,0.077,0.115,0.115,0.192,0.308,0.385,0.462,0.615,0.808,0.808,0.962,1.115,1.231,1.385,1.538,1.538,1.692,1.808,1.846,1.923,2.0,2.0,2.038,2.077,2.077,2.115,2.038,2.0,2.0,1.885,1.808,1.731,1.654,1.577,1.462,1.462,1.346,1.269,1.192,1.115,1.038,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.923,0.885,0.885,0.923,0.885,0.885,0.885,0.923,0.885:8
0.923,0.962,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.808,0.769,0.731,0.692,0.692,0.654,0.615,0.577,0.615,0.615,0.692,0.692,0.808,0.923,1.0,1.115,1.231,1.385,1.5,1.577,1.654,1.731,1.731,1.769,1.808,1.885,1.885,1.923,1.923,1.885,1.846,1.769,1.654,1.654,1.615,1.538,1.462,1.385,1.308,1.269,1.269,1.192,1.192,1.154,1.115,1.077,0.962,0.962,0.962,0.923,0.846,0.808,0.808,0.769,0.731,0.692,0.615,0.538,0.462,0.462,0.385,0.269,0.192,0.154,0.154,0.077,0.0,-0.077,-0.115,-0.154,-0.231,-0.231,-0.231,-0.192,-0.115,-0.077,-0.038,-0.077,-0.038,-0.038,-0.038,0.0,0.038,0.115,0.154,0.154,0.192,0.192,0.269,0.269,0.269,0.192,0.231,0.308,0.308,0.423,0.577,0.731,0.846,0.846,0.923,0.962,1.077,1.154,1.231,1.231,1.346,1.538,1.654,1.769,1.846,1.923,1.923,2.0,2.077,2.115,2.192,2.346,2.346,2.346,2.385,2.385,2.346,2.308,2.077,1.769,1.769,1.538,1.385,1.231,1.038,1.038,0.885,0.731,0.577,0.5,0.5,0.538,0.538,0.577,0.615,0.654,0.692,0.769,0.769,0.808,0.769,0.769,0.808:8
0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.846,0.808,0.769,0.769,0.692,0.615,0.615,0.692,0.731,0.731,0.885,1.154,1.462,1.769,2.077,2.077,2.5,2.846,3.077,3.038,2.731,2.308,2.308,1.846,1.423,1.038,0.692,0.692,0.346,0.077,-0.192,-0.5,-0.731,-0.731,-0.962,-1.115,-1.115,-1.038,-0.923,-0.923,-0.769,-0.615,-0.423,-0.154,0.154,0.538,0.538,0.923,1.231,1.5,1.769,1.962,2.115,2.115,2.192,2.231,2.385,2.654,2.962,3.154,3.154,3.115,2.885,2.538,2.192,1.769,1.308,1.308,0.885,0.577,0.346,0.077,-0.154,-0.154,-0.308,-0.346,-0.385,-0.308,-0.308,-0.192,-0.038,0.077,0.231,0.346,0.346,0.462,0.577,0.692,0.808,0.885,0.885,1.0,1.115,1.192,1.231,1.269,1.269,1.231,1.192,1.115,1.038,1.0,1.0,0.962,0.962,0.962,0.923:8
0.923,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.115,1.154,1.231,1.231,1.308,1.385,1.5,1.538,1.615,1.615,1.692,1.769,1.769,1.692,1.692,1.692,1.692,1.615,1.577,1.538,1.5,1.5,1.5,1.462,1.346,1.231,1.115,1.115,1.0,0.885,0.769,0.654,0.577,0.577,0.423,0.308,0.231,0.077,-0.038,-0.038,-0.154,-0.231,-0.269,-0.308,-0.231,-0.231,-0.154,-0.154,-0.115,-0.077,-0.077,-0.077,-0.077,-0.038,0.0,0.077,0.077,0.154,0.231,0.308,0.423,0.5,0.5,0.615,0.731,0.808,0.885,0.962,0.962,1.038,1.154,1.269,1.385,1.5,1.5,1.577,1.654,1.731,1.808,1.885,1.885,1.885,1.885,1.846,1.731,1.654,1.654,1.615,1.538,1.5,1.462,1.462,1.385,1.269,1.192,1.115,1.038,0.962,0.962,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962:8
1.654,1.577,1.577,1.5,1.5,1.385,1.423,1.5,1.615,1.808,1.808,1.885,1.962,2.038,2.115,2.154,2.154,2.0,1.885,1.846,1.846,1.769,1.769,1.692,1.615,1.538,1.423,1.269,1.269,1.154,1.038,0.923,0.846,0.769,0.769,0.731,0.769,0.769,0.769,0.731,0.731,0.654,0.538,0.462,0.346,0.269,0.269,0.231,0.192,0.077,0.0,-0.038,-0.038,-0.115,-0.154,-0.231,-0.346,-0.385,-0.423,-0.423,-0.423,-0.385,-0.385,-0.308,-0.231,-0.231,-0.192,-0.192,-0.154,-0.077,-0.077,0.0,0.077,0.192,0.423,0.423,0.615:8
0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.846,0.846,0.808,0.808,0.846,0.846,0.885,0.923,0.962,1.0,1.077,1.154,1.154,1.231,1.308,1.346,1.385,1.423,1.423,1.423,1.423,1.462,1.462,1.462,1.462,1.423,1.423,1.385,1.346,1.308,1.308,1.308,1.308,1.308,1.308,1.269,1.231,1.231,1.231,1.192,1.192,1.192,1.154,1.115,1.077,1.038,1.038,1.0,0.962,0.923,0.885,0.846,0.846,0.846,0.769,0.731,0.654,0.615,0.577,0.538,0.538,0.5,0.462,0.423,0.385,0.308,0.269,0.269,0.231,0.192,0.154,0.115,0.115,0.115,0.115,0.077,0.077,0.077,0.077,0.038,0.038,0.0,0.0,0.0,0.0,0.0,0.038,0.077,0.115,0.115,0.154,0.192,0.192,0.192,0.269,0.308,0.385,0.462,0.538,0.692,0.692,0.846,1.115,1.115,1.231,1.346,1.423,1.5,1.615,1.615,1.731,1.846,1.962,2.0,2.038,2.038,2.0,2.0,2.0,1.962,1.923,1.846,1.846,1.769,1.769,1.731,1.692,1.615,1.538,1.538,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.423,1.346,1.231,1.154,1.154,1.115,1.115,1.077,1.038,0.962,0.885,0.846,0.846,0.769,0.731,0.692,0.654,0.615,0.615,0.615,0.538,0.538,0.538,0.5,0.5,0.538,0.538,0.538,0.577,0.577,0.615,0.615,0.654,0.692,0.731,0.769,0.769,0.769,0.769,0.808,0.846,0.846,0.885,0.885,0.885,0.885,0.923,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.0,0.962:8
0.423,0.346,0.346,0.308,0.231,0.115,0.0,-0.077,0.0,0.0,0.115,0.269,0.462,0.615,0.846,0.846,1.038,1.269,1.5,1.731,1.846,1.846,1.846,1.923,2.077,2.154,2.154,2.115,2.077,2.077,2.077,2.038,2.077,2.115,2.154,2.154,2.192,2.115,2.0,1.885,1.769,1.692,1.692,1.615,1.577,1.577,1.538,1.538,1.538,1.462,1.385,1.346,1.308,1.231,1.231,1.154,1.115,1.0,0.885,0.846,0.846,0.808,0.692,0.615,0.538,0.462,0.462,0.423,0.308,0.192,0.077,0.0,0.0,-0.038,-0.077,-0.038,-0.038,-0.038,-0.038,-0.038,-0.038,-0.077,-0.115,-0.115,-0.077,-0.077,-0.038,-0.038,-0.077,-0.077,-0.115,-0.115,-0.077,-0.077,-0.077,-0.077,-0.077,-0.038,0.0,0.038,0.192,0.423,0.654,0.962,1.269,1.654:8
-0.077,-0.077,-0.077,1.0,0.5,0.654,0.5,0.577,0.692,0.692,0.731,0.692,0.654,0.577,0.5,0.462,0.385,0.385,0.346,0.346,0.346,0.346,0.308,0.308,0.269,0.269,0.269,0.308,0.308,0.385,0.423,0.462,0.538,0.577,0.692,0.692,0.808,0.962,1.154,1.385,1.385,1.615,1.769,1.846,1.808,1.654,1.654,1.538,1.423,1.269,1.154,1.115,1.154,1.154,1.115,1.038,0.885,0.615,0.115,-0.423,-0.423,-0.885,-1.308,-1.538,-1.538,-1.654,-1.692,-1.692,-1.615,-1.538,-1.385,-1.385,-1.269,-1.077,-0.885,-0.615,-0.269,-0.269,0.038,0.308,0.769,1.385,1.769,1.885,1.885,2.154,2.577,2.731,2.923,2.962,2.962,2.885,2.692,2.462,2.231,2.0,2.0,1.769,1.615,1.538,1.385,1.385,1.269,1.115,0.923,0.654,0.462,0.269,0.269,0.077,-0.231,-0.654,-1.154,-1.154,-1.538,-1.808,-1.692,-1.154,-0.462,0.192,0.192,0.808,1.192,1.269,1.038,0.808,0.808,0.769,0.923,1.038,1.115,1.192,1.192,1.154,1.115,1.077,0.962,0.962,0.846,0.769,0.731,0.731,0.769,0.769,0.808,0.885,0.962,0.962,0.962,0.885:8
0.5,0.462,0.346,0.269,0.115,0.0,-0.115,-0.115,-0.154,-0.154,-0.077,0.038,0.192,0.423,0.423,0.692,1.038,1.385,1.654,1.808,1.808,1.885,2.038,2.192,2.346,2.423,2.423,2.462,2.462,2.5,2.5,2.462,2.462,2.308,2.192,2.154,2.077,2.0,1.885,1.885,1.808,1.808,1.808,1.769,1.769,1.654,1.538,1.462,1.423,1.423,1.462,1.462,1.385,1.269,1.154,1.077,1.0,0.923,0.923,0.808,0.692,0.538,0.385,0.308,0.269,0.269,0.269,0.308,0.346,0.308,0.346,0.346,0.269,0.231,0.115,0.077,0.038,0.038,0.038,0.038,0.0,-0.038,-0.077,-0.077,-0.077,-0.077,-0.077,-0.077,0.0,0.0,0.038,0.115,0.115,0.154,0.154,0.192,0.192,0.269,0.346,0.385,0.462,0.5,0.538,0.538:8
0.5,0.808,1.038,1.077,1.077,1.115,1.269,1.423,1.5,1.615,1.769,1.769,1.885,1.962,1.962,1.962,1.962,2.0,2.0,1.962,1.923,1.923,1.923,1.885,1.846,1.808,1.808,1.808,1.769,1.692,1.615,1.538,1.5,1.423,1.423,1.346,1.308,1.269,1.269,1.231,1.231,1.115,1.0,0.923,0.885,0.846,0.808,0.808,0.692,0.577,0.462,0.308,0.192,0.115,0.0,0.0,-0.115,-0.115,-0.115,-0.154,-0.154,-0.154,-0.192,-0.269,-0.346,-0.346,-0.385,-0.385,-0.423,-0.462,-0.5,-0.538,-0.654,-0.692,-0.692,-0.654,-0.692,-0.692,-0.692,-0.692,-0.654,-0.654,-0.577,-0.5,-0.385,-0.154,0.038,0.038,0.269,0.462,0.731,1.0,1.231,1.231,1.577,1.885,2.154,2.5,2.731,2.731,2.808,2.885,2.885,2.769,2.538,2.538,2.385,2.192,2.0,2.0,1.885,1.769,1.615,1.538,1.385,1.269,1.269:8
0.923,0.923,0.923,0.846,0.808,0.769,0.769,0.808,0.808,0.846,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.846,0.846,0.808,0.769,0.731,0.769,0.808,0.808,0.923,1.038,1.192,1.385,1.615,1.615,1.846,2.115,2.346,2.5,2.538,2.538,2.462,2.269,2.0,1.769,1.577,1.577,1.385,1.192,1.0,0.769,0.577,0.577,0.423,0.231,0.038,-0.192,-0.423,-0.577,-0.577,-0.692,-0.769,-0.846,-0.808,-0.769,-0.769,-0.692,-0.538,-0.346,-0.115,0.115,0.115,0.346,0.615,1.0,1.423,1.885,2.385,2.846,2.846,3.192,3.462,3.538,3.462,3.231,3.231,2.962,2.615,2.231,1.846,1.462,1.077,1.077,0.731,0.462,0.231,0.077,0.038,0.038,0.038,0.038,0.038,0.038,0.077,0.154,0.154,0.192,0.308,0.346,0.423,0.462,0.462,0.5,0.538,0.615:8
0.577,0.423,0.423,0.423,0.5,0.538,0.538,0.5,0.615,0.808,0.808,1.115,1.423,1.808,1.808,1.846,1.846,1.885,1.962,2.115,2.115,2.385,2.615,2.731,2.692,2.615,2.577,2.577,2.538,2.538,2.5,2.346,2.192,2.192,2.038,1.885,1.731,1.577,1.423,1.423,1.308,1.269,1.154,0.962,0.808,0.808,0.654,0.538,0.423,0.308,0.192,0.038,0.038,0.0,0.038,-0.038,-0.077,-0.154,-0.154,-0.231,-0.308,-0.385,-0.462,-0.5,-0.5,-0.5,-0.423,-0.385,-0.346,-0.346,-0.346,-0.346,-0.308,-0.269,-0.231,-0.115,0.038,0.038,0.154,0.192,0.192,0.269,0.346,0.538,0.538,0.769,1.038,1.231,1.385,1.5,1.615,1.615,1.692,1.692,1.731,1.846,2.115,2.115,2.346,2.538,2.654,2.692,2.654,2.5,2.5,2.385,2.385,2.423,2.423,2.423,2.385,2.231,2.0,1.692,1.462,1.346,1.346,1.231,1.154,1.038,0.923,0.923,0.846,0.808,0.846,0.808,0.731,0.654,0.654:8
0.846,0.846,0.846,0.808,0.808,0.808,0.808,0.769,0.769,0.731,0.731,0.731,0.692,0.731,0.731,0.769,0.808,0.846,0.846,0.885,0.923,1.0,1.077,1.115,1.192,1.269,1.269,1.462,1.462,1.577,1.731,1.885,2.0,2.077,2.077,2.077,2.038,1.962,1.808,1.692,1.538,1.538,1.385,1.231,1.038,0.846,0.731,0.731,0.577,0.462,0.346,0.192,0.115,0.115,0.038,-0.038,-0.077,-0.077,-0.077,-0.115,-0.115,-0.154,-0.154,-0.192,-0.192,-0.154,-0.115,-0.077,-0.038,0.077,0.077,0.192,0.308,0.462,0.654,0.808,0.808,0.962,1.115,1.269,1.423,1.423,1.538,1.692,1.769,1.808,1.885,1.885,1.885,1.923,1.962,2.0,2.0,2.0,2.0,2.0,1.923,1.846,1.769,1.769,1.654,1.5,1.346,1.231,1.115,1.115,1.0,0.962,0.923,0.846,0.808,0.808,0.769,0.692,0.654,0.654,0.654,0.615,0.577,0.577,0.615,0.615,0.654,0.654,0.654,0.654,0.654,0.654,0.692,0.692,0.692,0.731,0.769,0.769,0.808:8
0.654,0.808,1.077,1.154,1.269,1.385,1.577,1.577,1.731,1.885,1.885,2.0,2.154,2.231,2.115,1.885,1.885,2.038,2.038,2.192,2.231,2.269,2.269,2.154,2.154,1.923,1.654,1.538,1.538,1.577,1.577,1.5,1.385,1.346,1.308,1.269,1.231,1.231,1.154,1.0,0.962,0.962,0.962,0.962,0.923,0.885,0.846,0.808,0.731,0.731,0.615,0.5,0.385,0.346,0.308,0.308,0.308,0.269,0.269,0.192,0.115,0.115,0.038,0.0,0.0,0.0,0.0,-0.038,-0.038,-0.038,-0.077,-0.077,-0.038,-0.038,-0.038,-0.038,-0.038,0.0,0.154,0.308,0.462,0.692,0.692,0.962,1.231,1.5,1.769,1.962,1.962,2.038,2.077,2.0,1.846,1.692:8
0.962,0.923,0.885,0.885,0.885,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.923,0.846,0.808,0.769,0.769,0.769,0.769,0.808,0.808,0.846,0.846,0.846,0.962,1.038,1.192,1.346,1.577,1.577,1.808,2.077,2.269,2.269,2.346,2.308,2.192,2.0,2.0,1.769,1.615,1.423,1.231,1.077,0.846,0.846,0.654,0.346,0.346,0.231,0.115,0.0,-0.077,-0.192,-0.192,-0.308,-0.346,-0.385,-0.423,-0.385,-0.346,-0.346,-0.231,-0.038,0.154,0.423,0.615,0.615,0.654,0.654,0.769,1.038,1.269,1.269,1.462,1.654,1.769,1.808,1.846,1.846,1.885,1.923,2.0,2.0,2.038,2.038,2.038,1.885,1.692,1.538,1.462,1.346,1.154,1.154,0.962,0.808,0.808,0.615,0.538,0.538,0.462,0.423,0.423,0.423,0.423,0.423,0.423,0.462,0.462,0.5,0.5,0.538,0.615,0.692,0.692,0.731,0.808,0.885,0.923,1.0,1.038,1.077,1.077,1.154,1.154,1.115,1.115,1.077,1.077,1.038,1.038,1.077,1.038,1.038:8
1.038,1.077,1.154,1.269,1.346,1.385,1.385,1.462,1.538,1.577,1.654,1.731,1.731,1.731,1.731,1.731,1.692,1.615,1.538,1.538,1.462,1.385,1.346,1.308,1.231,1.231,1.115,1.038,0.923,0.808,0.692,0.615,0.615,0.462,0.385,0.269,0.154,0.077,0.077,0.0,-0.077,-0.115,-0.154,-0.154,-0.192,-0.231,-0.231,-0.269,-0.269,-0.231,-0.231,-0.192,-0.154,-0.077,-0.038,0.0,0.0,0.077,0.154,0.308,0.462,0.538,0.615,0.615,0.731,0.846,1.0,1.115,1.231,1.346,1.346,1.462,1.538,1.577,1.577,1.615,1.692,1.692,1.808,1.846,1.885,1.962,2.0,2.0,2.0,2.0,1.962,1.962,1.962,1.923,1.923,1.923,1.923,1.923,1.885,1.885,1.808,1.808,1.808,1.731,1.654,1.538,1.462,1.462,1.385,1.231,1.115,1.038,0.962,0.962,0.885,0.769,0.692,0.615,0.538,0.5,0.5,0.462,0.423,0.385,0.346,0.346,0.346,0.346,0.385,0.423,0.423,0.462,0.538,0.538,0.654,0.731,0.731,0.769,0.731,0.731,0.769,0.808:8
0.654,0.615,0.692,0.692,0.731,0.808,0.846,0.885,0.885,0.923,1.038,1.115,1.231,1.346,1.462,1.462,1.615,1.769,1.923,2.115,2.269,2.269,2.462,2.615,2.615,2.615,2.538,2.538,2.462,2.346,2.231,2.115,2.0,1.885,1.885,1.731,1.615,1.462,1.346,1.192,1.038,1.038,0.923,0.808,0.615,0.462,0.269,0.077,0.077,-0.115,-0.269,-0.346,-0.462,-0.577,-0.577,-0.654,-0.731,-0.808,-0.808,-0.808,-0.808,-0.846,-0.846,-0.769,-0.731,-0.731,-0.731,-0.692,-0.654,-0.577,-0.462,-0.269,-0.154,-0.154,0.0,0.115,0.192,0.385,0.385,0.615,0.615,0.692,0.885,1.115,1.308,1.423,1.423,1.654,1.846,2.038,2.423,2.692,2.885,2.885,2.962,2.769,2.423,2.077,1.769,1.769,1.692,1.577,1.5,1.5,1.462,1.346,1.269,1.154,1.154,1.077,1.038,1.038,1.115,1.192,1.115,1.038:8
0.577,0.577,0.5,0.615,0.692,0.808,0.923,0.962,0.962,1.0,1.038,1.154,1.231,1.308,1.462,1.462,1.615,1.769,1.885,2.0,2.115,2.154,2.077,2.115,2.077,2.077,2.115,2.038,2.0,2.0,1.885,1.885,1.769,1.577,1.423,1.269,1.231,1.231,1.192,1.115,1.038,0.885,0.731,0.577,0.577,0.462,0.346,0.269,0.192,0.154,0.154,0.115,0.077,0.0,-0.154,-0.154,-0.192,-0.269,-0.346,-0.346,-0.308,-0.231,-0.231,-0.192,-0.192,-0.308,-0.385,-0.385,-0.423,-0.423,-0.269,-0.154,-0.038,0.038,0.038,0.154,0.231,0.346,0.538,0.692,0.846,0.846,0.962,0.962,1.115,1.308,1.462,1.615,1.615,1.692,1.769,1.885,1.962,2.077,2.077,2.192,2.385,2.462,2.346,2.192,2.0,2.0,1.885,1.885,1.962,1.962,1.885,1.769,1.769,1.615,1.462,1.308,1.154,1.0,1.0,0.923,0.846,0.769,0.731,0.692,0.654,0.654,0.692,0.654,0.654,0.692,0.692:8
0.846,0.923,1.0,1.0,1.038,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.038,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.077,1.077,1.115,1.154,1.192,1.308,1.385,1.385,1.462,1.577,1.654,1.769,1.885,1.885,2.0,2.077,2.115,2.038,2.0,2.0,1.962,1.923,1.846,1.692,1.692,1.577,1.385,1.154,1.0,1.0,0.846,0.731,0.577,0.423,0.231,0.038,0.038,-0.077,-0.231,-0.346,-0.423,-0.423,-0.577,-0.654,-0.692,-0.769,-0.769,-0.731,-0.692,-0.692,-0.654,-0.538,-0.538,-0.346,-0.115,0.038,0.269,0.5,0.5,0.731,1.038,1.423,1.731,1.731,1.923,2.038,2.077,2.154,2.192,2.192,2.154,2.077,2.0,1.962,1.846,1.846,1.692,1.615,1.5,1.385,1.385,1.308,1.231,1.231,1.192,1.154,1.115,1.038,1.0,0.962,0.962,0.923,0.923,0.885,0.885,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962:8
0.769,0.538,0.577,0.615,0.538,0.538,0.692,0.577,0.577,0.462,0.462,0.462,0.5,0.538,0.538,0.538,0.577,0.577,0.615,0.615,0.538,0.462,0.308,0.269,0.269,0.346,0.462,0.615,0.692,0.731,0.769,0.769,0.731,0.731,0.769,0.769,0.846,0.923,1.077,1.308,1.308,1.654,1.962,2.192,2.154,2.038,1.846,1.846,1.654,1.423,1.231,1.077,0.885,0.731,0.731,0.5,0.115,-0.115,-0.269,-0.462,-0.615,-0.731,-0.731,-0.692,-0.692,-0.731,-0.923,-1.038,-1.154,-1.154,-1.115,-1.115,-1.192,-1.154,-1.0,-0.769,-0.769,-0.462,-0.192,0.0,0.115,0.192,0.192,0.308,0.462,0.615,1.0,1.346,1.5,1.5,1.808,2.038,2.0,1.846,1.692,1.692,1.538,1.615,1.769,1.923,2.038,2.115,2.192,2.192,2.231,2.154,1.962,1.692,1.5,1.5,1.423,1.346,1.269,1.115,0.885,0.885,0.538,0.269,0.038,-0.192,-0.538,-0.538,-0.885,-1.115,-1.038,-0.692,-0.692,-0.231,0.269,0.692,1.0,1.038,1.038,1.0,0.885,0.769,0.692,0.692,0.769,0.885,1.038,1.192,1.231,1.231,1.115,1.038,1.0,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.885,0.885,0.885,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.846,0.923,0.923,0.962,1.0,0.962,0.962,0.962,0.962,0.885,0.885:8
0.731,0.769,0.769,0.769,0.808,0.769,0.769,0.769,0.769,0.808,0.808,0.846,0.846,0.923,0.962,1.0,1.077,1.154,1.231,1.308,1.308,1.423,1.538,1.654,1.769,1.846,1.962,1.962,2.038,2.115,2.231,2.346,2.423,2.423,2.308,2.192,2.077,2.077,1.923,1.885,1.808,1.615,1.538,1.423,1.423,1.269,1.154,1.038,0.846,0.692,0.462,0.462,0.269,0.154,0.0,-0.154,-0.154,-0.231,-0.308,-0.385,-0.462,-0.538,-0.615,-0.654,-0.654,-0.692,-0.692,-0.692,-0.692,-0.654,-0.654,-0.654,-0.654,-0.615,-0.654,-0.654,-0.538,-0.462,-0.308,-0.308,-0.115,0.154,0.346,0.577,0.885,0.885,1.154,1.346,1.538,1.692,1.692,1.923,2.269,2.538,2.615,2.5,2.346,2.346,2.269,2.231,2.154,2.0,1.731,1.731,1.538,1.538,1.308,1.231,1.154,1.115,1.115,0.962,0.962,0.962,1.0:8
0.808,0.654,0.692,0.654,0.654,0.615,0.615,0.577,0.5,0.5,0.462,0.462,0.346,0.385,0.615,0.885,1.115,1.192,1.115,1.0,1.0,0.885,0.846,0.846,0.846,0.923,0.923,0.962,1.115,1.269,1.385,1.5,1.5,1.5,1.5,1.5,1.5,1.577,1.654,1.654,1.692,1.615,1.5,1.423,1.385,1.385,1.308,1.308,1.346,1.308,1.308,1.346,1.346,1.308,1.0,0.462,-0.115,-0.115,-0.808,-1.231,-1.346,-1.308,-1.192,-1.038,-1.038,-1.077,-1.115,-1.077,-1.077,-1.077,-1.077,-0.923,-0.654,-0.308,0.0,0.269,0.269,0.5,0.654,0.692,0.538,0.385,0.385,0.5,0.769,1.115,1.5,1.5,1.923,2.192,2.192,2.154,1.962,1.731,1.731,1.654,1.731,1.885,2.192,2.577,2.577,2.731,2.692,2.615,2.423,2.192,2.192,2.038,1.846,1.538,1.154,0.5,-0.385,-0.385,-1.038,-1.385,-1.385,-0.808,-0.808,-0.038,0.615,0.923,0.846,0.615,0.615,0.385,0.269,0.269,0.462,0.692,0.885,0.885,0.962,0.962,0.923,0.846,0.846,0.846,0.769,0.769,0.808,0.846,0.846,0.923,0.962,1.0,1.0,1.0,0.962,0.885,0.846:8
0.846,0.808,0.769,0.769,0.769,0.731,0.692,0.654,0.692,0.769,0.769,0.846,0.885,0.962,1.115,1.346,1.577,1.577,1.769,1.923,2.077,2.077,2.269,2.385,2.423,2.423,2.423,2.385,2.385,2.269,2.154,2.154,2.0,1.885,1.808,1.731,1.577,1.462,1.462,1.385,1.231,1.115,1.0,0.923,0.846,0.846,0.769,0.731,0.692,0.615,0.577,0.5,0.5,0.423,0.346,0.346,0.308,0.269,0.308,0.308,0.269,0.231,0.231,0.154,0.077,-0.038,-0.115,-0.115,-0.154,-0.154,-0.154,-0.192,-0.192,-0.192,-0.154,-0.077,-0.038,0.0,0.038,0.115,0.115,0.231,0.346,0.462,0.577,0.692,0.692,0.846,0.962,1.077,1.192,1.192,1.308,1.462,1.615,1.731,1.923,1.923,2.077,2.308,2.538,2.615,2.654,2.654,2.654,2.538,2.423,2.346,2.346,2.192,2.038,1.885,1.808,1.769,1.692,1.692,1.615,1.538,1.385,1.269,1.231,1.115,1.038,1.0,1.0,1.0,1.0,0.962,0.885,0.885,0.885,0.846,0.769,0.769,0.692,0.692,0.654,0.615:8
0.885,0.923,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.846,0.846,0.808,0.808,0.769,0.769,0.808,0.846,0.885,0.962,1.077,1.077,1.192,1.269,1.385,1.423,1.5,1.5,1.577,1.654,1.731,1.808,1.808,1.808,1.808,1.692,1.577,1.462,1.346,1.269,1.269,1.192,1.077,0.962,0.885,0.769,0.654,0.654,0.577,0.5,0.462,0.346,0.308,0.308,0.192,0.115,0.0,-0.077,-0.154,-0.154,-0.154,-0.154,-0.077,-0.077,-0.038,-0.038,-0.038,0.0,0.038,0.154,0.269,0.385,0.385,0.462,0.615,0.692,0.846,1.038,1.038,1.231,1.346,1.462,1.577,1.654,1.654,1.769,1.808,1.846,1.846,1.846,1.923,1.923,1.962,2.0,2.0,1.962,1.846,1.769,1.769,1.654,1.538,1.423,1.308,1.308,1.038,1.038,0.923,0.808,0.731,0.654,0.615,0.577,0.577,0.5,0.462,0.423,0.423,0.385,0.385,0.423,0.462,0.5,0.538,0.538,0.538,0.577,0.577,0.615,0.654,0.731,0.731,0.769,0.846,0.885,0.923,0.962,0.962,1.0,1.077,1.115,1.154,1.154,1.154,1.154,1.154,1.154,1.115,1.115,1.077,1.077,1.038,1.038,1.0,0.962,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.846,0.846,0.885,0.846,0.846,0.846,0.885,0.885,0.885,0.885,0.885,0.885:8
0.577,0.654,0.654,0.769,0.769,0.885,0.962,1.038,1.192,1.308,1.462,1.615,1.615,1.731,1.846,1.923,2.038,2.115,2.231,2.346,2.346,2.385,2.385,2.385,2.346,2.308,2.308,2.269,2.154,2.038,1.885,1.808,1.808,1.692,1.538,1.385,1.269,1.115,1.115,1.0,0.885,0.769,0.577,0.423,0.423,0.231,0.038,-0.154,-0.346,-0.462,-0.462,-0.577,-0.692,-0.692,-0.731,-0.769,-0.808,-0.808,-0.808,-0.846,-0.808,-0.808,-0.808,-0.808,-0.731,-0.654,-0.577,-0.5,-0.346,-0.346,-0.231,-0.154,-0.077,0.038,0.154,0.154,0.346,0.5,0.615,0.769,0.923,0.923,1.192,1.423,1.654,1.885,2.115,2.346,2.346,2.5,2.654,2.731,2.808,2.808,2.808,2.692,2.577,2.385,2.115,2.115,1.808,1.615,1.385,1.385,1.115,0.962,0.885,0.808,0.808,0.808,0.808,0.769:8
1.077,1.115,1.192,1.192,1.192,1.154,1.192,1.308,1.423,1.423,1.462,1.538,1.577,1.615,1.654,1.615,1.615,1.538,1.346,1.038,0.731,0.462,0.462,0.231,0.0,-0.192,-0.192,-0.038,0.038,0.038,0.269,0.538,0.885,1.0,0.962,0.962,1.038,1.077,1.038,0.923,0.808,0.769,0.769,0.692,0.692,0.692,0.731,0.769,0.769,0.769,0.846,0.885,0.923,1.0,1.0,1.0,1.0,1.038,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.115,1.115,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.077,1.077,1.038,0.962,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.808,0.769,0.731:9
0.769,0.731,0.769,0.769,0.769,0.808,0.808,0.923,1.0,1.0,1.038,1.077,1.077,1.077,1.077,1.038,1.077,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.077,1.154,1.192,1.192,1.231,1.308,1.308,1.308,1.269,1.231,1.231,1.154,1.077,1.038,0.962,0.923,0.923,0.846,0.769,0.808,0.808,0.808,0.846,0.846,0.846,0.692,0.654,0.846,0.962,0.962,0.923,0.808,0.692,0.615,0.654,0.654,0.731,0.808,0.885,0.923,0.885,0.885,0.846,0.769,0.731,0.692,0.731,0.808,0.885,0.962,0.962,1.0,1.038,1.038,1.115,1.154,1.192,1.192,1.192,1.154,1.115,1.077,1.115,1.154,1.192,1.192,1.231,1.269,1.269,1.231,1.192,1.115,1.038,1.038,0.962,0.885,0.808,0.769:9
0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.115,1.115,1.192,1.269,1.269,1.346,1.385,1.385,1.346,1.269,1.192,1.192,1.077,1.0,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.885,0.846,0.808,0.769,0.769,0.731,0.692,0.692,0.692,0.692,0.731,0.731,0.731,0.731,0.769,0.769,0.769,0.808,0.846,0.846,0.885,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0:9
1.115,0.846,0.846,0.808,0.769,0.692,0.692,0.769,0.577,0.577,0.423,0.308,0.308,0.192,0.115,0.038,0.038,0.038,0.077,0.154,0.423,0.423,0.308,0.385,0.654,0.654,1.231,1.731,1.962,1.962,1.962,1.808,1.577,1.346,1.115,0.846,0.846,0.654,0.654,0.654,0.615,0.615,0.615,0.692:9
1.077,1.038,1.115,1.115,1.115,1.154,1.154,1.192,1.192,1.269,1.385,1.692,2.077,2.346,2.231,2.0,2.0,1.769,1.5,1.154,0.885,0.615,0.615,0.385,0.346,0.5,0.462,0.038,0.038,-0.308,-1.346,-1.346,-0.577,0.346,1.115,2.038,2.577,2.615,2.115,1.346,1.346,0.654,0.308:9
1.192,1.346,1.346,1.462,1.385,1.231,1.154,0.923,0.462,0.462,0.231,0.192,0.154,0.154,0.231,0.5,0.5,0.808,1.0,0.538,0.077,0.577,1.538,1.538,1.846,1.846,1.192,0.846,0.731,0.538,0.385,0.346,0.5,0.5,0.692,0.846,0.923,0.923,0.923,0.885,0.885,0.923,0.962,1.038,1.038:9
0.923,0.885,0.923,0.962,1.0,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.923,0.962,1.0,1.0,1.0,1.0,1.0,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.077,1.192,1.308,1.385,1.385,1.346,1.346,1.308,1.269,1.154,1.038,0.885,0.769,0.692,0.692,0.731,0.769,0.769,0.731,0.731,0.769,0.846,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.038,0.962,0.923,0.846,0.808,0.769,0.769,0.769,0.808,0.846,0.885,0.885,0.885,0.885,0.885,0.962,1.0,1.038,1.038,1.115,1.154,1.154,1.154,1.154,1.154,1.154,1.154,1.154,1.154,1.115,1.115,1.077,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0:9
0.769,0.769,0.923,0.962,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.038,1.038,1.077,1.077,1.077,1.115,1.115,1.115,1.077,1.077,1.115,1.115,1.115,1.192,1.231,1.308,1.308,1.346,1.346,1.308,1.192,1.192,1.115,0.962,0.808,0.692,0.692,0.769,0.769,0.769,0.731,0.654,0.577,0.577,0.577,0.538,0.615,0.846,1.0,1.154,1.269,1.269,1.385,1.385,1.231,1.038,0.885,0.885,0.769,0.654,0.615,0.692,0.808,0.885,0.885,0.923,0.962,1.077,1.115,1.038,0.923,0.923,0.808,1.0,0.654,0.654,0.885,0.885,1.0,1.0,1.038,1.077,1.038,1.038,1.0,1.0,1.077,1.077,1.077,1.038,1.038,0.962,1.0,1.0,1.0,0.962,0.962,0.923,0.923,1.0,1.038,1.115,1.115,1.115,0.962:9
0.962,0.885,0.923,0.923,0.962,1.0,1.0,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.115,1.192,1.192,1.308,1.385,1.385,1.462,1.5,1.577,1.538,1.538,1.462,1.308,1.115,0.962,0.885,0.808,0.808,0.731,0.731,0.731,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.692,0.731,0.731,0.769,0.808,0.808,0.846,0.846,0.885,0.923,0.962,0.962,0.962,1.0,1.038,1.077,1.077,1.077,1.038:9
1.231,0.962,0.885,0.885,0.808,0.846,0.923,1.0,1.115,1.192,1.192,1.192,1.115,1.038,1.0,0.923,0.962,0.962,1.0,1.077,1.154,1.115,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,1.038,1.038,0.962,0.885,0.846,0.846,0.846,0.808,0.808,0.885,0.962,0.962,0.923,0.923,0.962,1.0,0.962,0.885,0.885,0.846,0.808,0.808,0.923,1.038,1.038,1.115,1.154,1.192,1.192,1.154:9
1.038,1.038,0.692,0.769,0.885,1.038,1.154,1.115,1.115,1.115,1.038,1.0,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.038,1.038,1.077,1.115,1.192,1.192,1.231,1.231,1.231,1.192,1.192,1.115,1.077,1.0,1.0,0.962,0.923,0.923,0.962,1.038,1.115,1.115,1.231,1.308,1.346,1.269,1.077,0.923,0.923,0.846,0.769,0.615,0.346,0.346,0.115,0.115,0.346,0.731,1.154,1.154,1.654,2.115,2.308,2.154,1.846,1.846,1.5,1.038,0.423,-0.077,-0.346,-0.423,-0.423,-0.231,0.192,0.577,0.923,1.231,1.346,1.231,1.115,1.115,0.962,0.808,0.692,0.692,0.808,0.962,0.962,1.077,1.154,1.154,1.115,1.038,1.038,1.0,0.962,0.923,0.962,0.962,1.0,1.0,1.077,1.115,1.154,1.154,1.115,1.038,1.038,1.0,1.0:9
1.038,0.923,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.038,1.0,1.038,1.038,1.038,1.038,1.038,1.115,1.192,1.192,1.192,1.269,1.346,1.462,1.538,1.538,1.538,1.5,1.462,1.231,1.0,0.808,0.808,0.692,0.577,0.462,0.269,0.231,0.231,0.231,0.231,0.269,0.308,0.423,0.423,0.615,0.769,0.846,0.923,1.0,1.077,1.077,1.115,1.115,1.077,1.0,0.962,0.923,0.923,0.923,0.885,0.885,0.923,0.923,0.923,0.885,0.885,0.923,0.962,0.923,0.923,0.885,0.923,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.115,1.154,1.192,1.154,1.154,1.154,1.077,1.038,1.0,1.0,1.038,1.077,1.077,1.077,1.038,0.962,0.923,0.923,0.846:9
0.923,0.923,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.038,1.0,1.0,0.962,0.923,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.077,1.077,1.115,1.192,1.192,1.192,1.192,1.192,1.154,1.154,1.154,1.154,1.077,1.038,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.923,0.923,0.962,0.962,1.0,1.0,1.038,1.077,1.077,1.077,1.077,1.0,0.923,0.846,0.731,0.731,0.654,0.654,0.692,0.769,0.808,0.808,0.808,0.846,0.923,0.962,1.0,1.0,1.0,1.038,1.077,1.115,1.115,1.115,1.115,1.077,1.115,1.077,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.038,1.0,1.0,0.962,0.962,0.923,0.923,0.962,0.962,0.962,1.0,0.962,1.0,1.0,1.0:9
0.769,0.731,0.731,0.808,0.962,1.038,1.038,1.115,1.192,1.192,1.269,1.269,1.269,1.269,1.231,1.231,1.192,1.115,1.0,0.962,0.962,0.962,0.923,0.885,0.923,0.885,0.769,0.769,0.692,0.654,0.731,0.808,0.846,0.846,0.846,0.923,1.0,0.962:9
0.962,0.808,0.808,0.846,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.231,1.308,1.308,1.385,1.462,1.5,1.462,1.385,1.269,1.154,1.154,1.0,0.808,0.692,0.654,0.577,0.577,0.654,0.654,0.692,0.692,0.731,0.654,0.731,0.731,0.846,0.923,1.0,1.038,1.0,0.846,0.846,0.769,0.769,0.846,0.885,0.885,0.885,0.846,0.769,0.654,0.538,0.577,0.654,0.654,0.654,0.731,0.885,1.0,1.038,1.038,1.038,1.038,1.115,1.154,1.154,1.115,1.0,1.0,0.923,0.923,1.0,1.038,1.115,1.115,1.192,1.269,1.269,1.308,1.269,1.231,1.154,1.154,1.077,1.0,0.962,0.923,0.923,0.923,0.923:9
0.769,0.731,0.962,0.962,1.0,1.115,1.077,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.923,0.923,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.038,1.038,1.077,1.115,1.115,1.115,1.115,1.115,1.077,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,1.077,1.192,1.269,1.308,1.308,1.308,1.269,1.231,1.192,1.115,1.038,1.038,1.0,1.0,1.077,1.192,1.308,1.423,1.5,1.5,1.5,1.346,1.115,0.846,0.654,0.654,0.5,0.423,0.423,0.385,0.308,0.269,0.308,0.538,0.538,0.885,1.192,1.462,1.615,1.577,1.577,1.346,0.962,0.615,0.385,0.308,0.385,0.385,0.615,0.808,0.962,0.962,1.038,1.077,1.038,1.0,0.962,0.923,0.923,0.885,0.885,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.885,0.846,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.962,1.0,1.077,1.077,1.0,1.0,0.962,0.962:9
1.115,0.923,0.923,0.923,0.885,0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,1.038,1.115,1.231,1.385,1.538,1.538,1.692,1.808,1.846,1.808,1.731,1.731,1.577,1.385,1.231,1.038,0.885,0.885,0.808,0.808,0.808,0.885,0.846,0.846,0.769,0.692,0.615,0.538,0.5,0.5,0.5,0.5,0.538,0.577,0.538,0.577,0.615,0.615,0.615,0.654,0.654,0.692,0.769,0.808,0.885,0.923,0.962,0.962:9
0.731,0.962,1.077,1.077,1.115,1.038,0.962,0.769,0.462,0.462,0.308,0.231,0.192,0.231,0.423,0.423,0.654,0.808,0.808,1.0,1.346,1.346,1.654,1.654,1.423,1.231,1.154,1.038,1.038,0.962,0.846,0.846,0.808,0.808,0.808,0.808,0.846:9
0.962,0.962,1.0,0.962,0.962,1.0,1.0,1.077,1.077,1.115,1.192,1.192,1.192,1.231,1.231,1.192,1.154,1.154,1.077,1.038,1.115,1.115,1.115,1.115,1.077,1.038,1.038,1.0,0.962,0.962,0.923,0.923,0.962,0.923,0.923,0.923,0.923,0.846,0.808,0.769,0.692,0.731,0.731,0.808,0.885,1.038,1.077,1.115,1.269,1.269,1.308,1.308,1.231:9
1.192,1.115,1.192,1.192,1.308,1.5,1.692,1.692,1.692,1.462,1.154,1.038,1.038,0.615,0.308,0.308,0.192,0.231,0.269,0.231,0.308,0.423,0.615,0.654,0.654,0.615,0.808,1.115,1.077,1.154,1.154,1.269,1.308,1.346,1.269,1.038,1.038,0.846,0.654,0.577,0.5,0.462,0.462,0.5,0.538:9
1.115,0.923,0.923,0.962,1.038,1.038,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.077,1.077,1.115,1.154,1.192,1.192,1.192,1.231,1.231,1.192,1.192,1.192,1.346,1.346,1.385,1.308,1.077,0.885,0.538,0.038,-0.346,-0.538,-0.231,0.231,0.692,1.115,1.423,1.731,1.846,1.846,1.692,1.385,1.077,0.808,0.654,0.538,0.5,0.538,0.654,0.654,0.769,0.769,0.808,0.846,0.846,0.846,0.923,0.962,1.038,1.077,1.154,1.154,1.154,1.154,1.154,1.154,1.115,1.077,1.038,1.077,1.077,1.077,1.077,1.115,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.077,1.115,1.077,1.038,1.038,1.0:9
0.923,0.885,0.885,0.962,1.077,1.231,1.231,1.385,1.615,1.769,1.846,1.846,1.846,1.808,1.769,1.731,1.692,1.615,1.538,1.538,1.538,1.423,1.269,1.0,0.769,0.462,0.462,0.0,-0.385,-0.5,-0.385,-0.308,0.0,0.346,0.346,1.038,1.808,1.923,1.462,0.808,0.808,0.308,0.192,0.346,0.615,1.0,1.0,1.192,1.231,1.192,0.962:9
1.0,1.038,1.038,1.038,1.038,1.038,1.077,1.115,1.115,1.115,1.077,1.0,1.0,0.962,1.038,1.231,1.423,1.423,1.423,1.385,1.462,1.538,1.538,1.385,1.385,1.269,1.192,0.962,0.769,0.385,0.038,0.038,-0.115,-0.231,0.0,0.385,0.769,1.231,1.462,1.5,1.5,1.462,1.308,1.077,0.769,0.538,0.462,0.462,0.5,0.538,0.654,0.731,0.808,0.923,0.923,0.923,0.885,0.846,0.885,0.885,0.923,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.077,1.115,1.115,1.154,1.154,1.115,1.038,1.0,1.0,1.038:9
0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.038,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,1.0,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.115,1.192,1.269,1.308,1.346,1.346,1.346,1.308,1.269,1.192,1.154,1.154,1.115,1.0,0.962,0.962,0.923,0.885,0.885,0.846,0.885,0.846,0.808,0.846,0.846,0.808,0.808,0.808,0.846,0.846,0.846,0.769,0.731,0.731,0.692,0.654,0.615,0.654,0.654,0.692,0.692,0.769,0.846,0.962,1.0,1.038,1.077,1.077,1.115,1.192,1.231,1.269,1.231,1.231,1.231,1.192,1.192,1.154,1.115,1.115,1.077,1.077,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.923,0.923,0.923,0.923,0.962,0.962,0.923,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,1.0,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923:9
1.077,0.808,0.808,0.808,0.808,0.846,0.923,1.038,1.077,1.077,1.038,0.923,0.923,0.923,1.0,1.038,1.038,1.0,1.038,1.038,1.038,1.077,1.115,1.115,1.115,1.115,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.077,1.038,1.038,1.038,1.038,1.038,1.077,1.038,1.0,1.038,1.038,1.077,1.077,1.038,1.0,1.0,1.0,0.923,0.923,0.846,0.923,1.038,1.038,0.962,0.962,0.923,0.846,0.769,0.731,0.692,0.769,0.769,0.846,0.962,1.0,1.038,1.115,1.115,1.154,1.154,1.077:9
1.077,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.077,1.115,1.115,1.154,1.192,1.192,1.154,1.077,1.0,1.0,0.846,0.692,0.577,0.462,0.423,0.423,0.538,0.846,1.269,1.538,1.538,1.615,1.538,1.423,1.269,1.115,1.115,0.885,0.692,0.615,0.615,0.654,0.654,0.692,0.769,0.846,0.885,0.885,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.923,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.885,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962:9
1.038,1.038,1.077,1.115,1.115,1.154,1.269,1.385,1.692,1.692,2.115,2.423,2.538,2.538,2.385,2.115,2.115,1.808,1.462,1.154,0.769,0.308,-0.154,-0.154,-0.346,-0.231,-0.5,-0.692,-0.308,-0.308,0.231,0.423,0.462,0.692,1.308,1.692,1.462,1.231,1.038,1.038,0.885,0.846,0.885,0.962,1.0,1.0,1.0,0.962,1.0,0.885:9
0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,0.962,0.962,1.0,1.077,1.192,1.346,1.346,1.5,1.615,1.692,1.654,1.577,1.577,1.462,1.308,1.154,0.962,0.808,0.692,0.654,0.654,0.615,0.615,0.615,0.654,0.654,0.731,0.731,0.731,0.731,0.769,0.769,0.769,0.808,0.808,0.808,0.846,0.923,0.962,0.962,0.885,1.0,1.0,1.0,0.962,1.0,0.962,1.0,1.038,1.038,1.038,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962:9
0.885,0.885,0.885,0.885,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.038,1.0,1.0,1.0,0.962,0.923,0.962,0.962,0.962,1.0,1.038,1.115,1.192,1.231,1.269,1.269,1.269,1.346,1.423,1.5,1.5,1.462,1.385,1.308,1.154,1.038,1.038,0.885,0.731,0.615,0.462,0.346,0.308,0.308,0.346,0.5,0.808,1.115,1.346,1.346,1.385,1.308,1.154,0.962,0.769,0.769,0.615,0.462,0.423,0.423,0.423,0.462,0.5,0.577,0.654,0.769,0.769,0.846,0.885,0.923,0.923,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.115,1.154,1.154,1.231,1.231,1.269,1.231,1.192,1.154,1.154,1.115,1.115,1.077,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,0.962,0.923,0.923,0.885,0.885,0.846,0.846,0.846,0.846,0.885,0.885,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923:9
1.038,0.923,0.962,0.962,1.038,1.115,1.154,1.269,1.385,1.385,1.462,1.538,1.615,1.654,1.615,1.615,1.5,1.346,1.231,1.077,0.885,0.731,0.731,0.615,0.462,0.346,0.346,0.462,0.692,0.692,1.077,1.269,1.462,1.577,1.577,1.538,1.385:9
1.115,0.885,0.962,0.962,1.0,0.962,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.038,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,0.923,0.923,0.808,0.769,0.731,0.577,0.423,0.385,0.385,0.5,0.654,0.808,0.923,1.038,1.038,1.154,1.308,1.308,1.385,1.423,1.5,1.538,1.577,1.577,1.577,1.577,1.615,1.577,1.5,1.462,1.385,1.385,1.308,1.192,1.115,1.038,1.0,1.0,0.923,0.885,0.846,0.846,0.808,0.808,0.769,0.808,0.846,0.846,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.885,0.885,0.846,0.846,0.885,0.923,0.923,0.923,0.923,0.923,0.962,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,1.0,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0:10
0.923,0.923,0.962,1.038,1.077,1.077,1.154,1.154,1.115,1.115,1.077,1.077,1.077,1.077,1.077,1.077,1.115,1.115,1.077,1.077,1.038,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.923,0.885,0.885,0.885,0.846,0.846,0.846,0.923,0.885,0.846,0.846,0.808,0.769,0.769,0.846,0.923,0.923,0.962,0.962,0.885,0.808,0.808,0.808,0.885,1.0,1.038,1.0,0.923,0.846,0.846,0.846,0.923,1.038,1.115,1.115,1.115,1.115,1.115,1.115,1.038:10
0.192,0.269,1.077,1.154,1.077,1.077,1.154,1.115,1.192,1.192,1.115,1.077,1.077,1.038,1.077,1.038,1.0,1.038,1.0,1.0,0.962,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.115,1.115,1.154,1.154,1.154,1.038,0.962,0.846,0.846,0.769,0.692,0.692,0.654,0.577,0.577,0.462,0.385,0.308,0.346,0.5,0.5,0.692,0.769,0.692,0.654,0.692,0.808,0.808,0.885,0.885,1.0,1.0,1.077,1.115,1.154,1.154,1.192,1.269,1.308,1.385,1.538,1.538,1.769,1.769,1.692,1.654,1.538,1.423,1.423,1.385,1.308,1.231,1.154,1.038,1.038,1.038,1.115,1.154,1.192,1.269,1.269,1.231,1.231,1.154,1.077,1.0,0.962,0.923,0.923,0.808,0.769,0.769,0.808,0.846,0.846,0.846,0.885,0.923,0.923,0.885,0.885,0.923,0.962,1.0,1.038,1.115,1.115,1.115,1.077,1.0:10
1.154,0.923,0.923,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.077,1.077,1.038,1.038,1.038,1.038,1.0,0.962,0.923,0.923,0.885,0.885,0.885,1.0,1.154,1.385,1.577,1.654,1.654,1.5,1.038,0.5,0.038,-0.077,0.154,0.654,0.692,0.692,0.462,0.615,1.0,1.192,0.962,0.962,0.769,0.731,0.692,0.769,0.923,0.923,0.923,0.885,0.846,0.769,0.692,0.769,0.769,0.885,0.962,1.115,1.192,1.346,1.346:10
1.154,0.923,0.923,0.923,0.962,0.923,0.923,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.115,1.154,1.192,1.308,1.385,1.462,1.462,1.462,1.346,1.192,1.0,1.0,0.808,0.654,0.538,0.423,0.423,0.423,0.423,0.5,0.615,0.808,1.038,1.231,1.231,1.346,1.308,1.192,1.077,1.0,1.0,0.962,1.0,0.962,0.962,0.923,0.885,0.885,0.885,0.846,0.808,0.846,0.885,0.962,0.962,1.038,1.038,1.077,1.077,1.077,1.077,1.038,1.0,1.0,1.0,1.038,1.038,1.077,1.115,1.115,1.077,1.038,1.038,1.038,1.0,0.923,0.923,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.077,1.115,1.115,1.154,1.154,1.154,1.115,1.077,1.077,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,0.962:10
0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.923,0.923,0.962,1.0,1.0,1.038,1.115,1.192,1.269,1.346,1.385,1.385,1.462,1.423,1.308,1.115,0.923,0.923,0.808,0.654,0.538,0.462,0.385,0.385,0.346,0.346,0.423,0.5,0.615,0.692,0.692,0.808,0.962,1.077,1.154,1.231,1.231,1.308,1.308,1.231,1.192,1.192,1.192,1.154,1.077,1.038,0.962,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.885,0.923,0.962,1.038,1.038,1.0,0.962:10
0.769,0.885,0.885,0.923,0.962,1.077,1.269,1.385,1.385,1.308,1.038,0.538,-0.115,-0.538,-0.615,-0.385,-0.385,0.0,0.423,0.692,0.692,0.808,0.808,0.923,1.115,1.115,1.269,1.423,1.538,1.615,1.615,1.615,1.615,1.577,1.5,1.385,1.231,1.192,1.192,1.308,1.385,1.462,1.423,1.385,1.308,1.192,1.077,1.077:10
0.846,1.231,1.077,1.077,1.038,1.038,1.038,1.038,1.038,0.962,0.962,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.077,1.077,1.038,1.038,1.038,1.0,0.962,0.923,0.885,0.846,0.846,0.769,0.654,0.538,0.5,0.538,0.577,0.577,0.615,0.654,0.654,0.731,0.808,0.962,1.077,1.154,1.192,1.192,1.269,1.308,1.385,1.462,1.462,1.423,1.423,1.423,1.423,1.462,1.577,1.615,1.577,1.577,1.5,1.385,1.269,1.192,1.192,1.077,0.962,0.923,0.885,0.885,0.923,0.923,1.0,1.038,1.038,1.0,1.0,0.962,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.885,0.808,0.769,0.846,0.885,0.923,0.923,1.0,1.038,1.0,0.962,0.885,0.885,0.808,0.769:10
1.0,0.923,0.923,0.923,1.0,1.038,1.0,1.0,1.0,1.0,1.038,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,0.962,0.962,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.846,0.808,0.692,0.692,0.692,0.692,0.615,0.654,0.731,0.885,1.0,1.0,1.154,1.231,1.346,1.538,1.654,1.692,1.692,1.654,1.577,1.462,1.231,1.0,1.0,0.808,0.692,0.654,0.615,0.692,0.769,0.769,0.808,0.962,1.192,1.192,1.154,1.154,1.154,1.038,0.923,0.885,0.808,0.808,0.769,0.769,0.769,0.731,0.769,0.769,0.846,0.846,0.923,0.962,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0:10
0.962,1.0,1.038,1.038,1.038,1.077,1.077,1.077,1.077,1.115,1.077,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.077,1.038,1.077,1.077,1.077,1.038,1.077,1.038,1.077,1.038,1.038,0.962,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.846,0.808,0.769,0.769,0.808,0.846,0.846,0.769,0.769,0.769,0.808,0.808,0.769,0.692,0.654,0.654,0.692,0.692,0.769,0.846,0.885:10
0.923,0.923,0.885,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,1.0,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.077,1.115,1.115,1.115,1.115,1.038,0.846,0.577,0.577,0.462,0.423,0.269,0.269,0.269,0.385,0.577,0.808,1.077,1.269,1.269,1.385,1.577,1.769,1.885,2.0,2.038,1.962,1.962,1.769,1.615,1.346,1.077,0.923,0.769,0.769,0.577,0.577,0.692,0.808,0.885,0.962,0.885,0.769,0.769,0.769,0.731,0.769,1.038,1.154,1.154,1.038,0.962,0.846,0.731,0.692,0.692,0.692,0.731,0.808,0.846,0.923,1.038,1.038,1.115,1.115,1.154,1.115,1.038,1.038,1.0,1.0,0.962,0.962,1.0:10
1.115,0.885,0.885,0.885,0.885,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.077,1.077,1.115,1.231,1.269,1.269,1.269,1.038,0.731,0.462,0.269,0.231,0.346,0.346,0.615,0.654,0.423,0.423,0.423,0.615,0.654,0.923,1.154,1.154,1.154,1.038,0.923,0.923,0.962,1.077,1.192,1.308,1.462,1.385,1.269,1.269,1.154,1.077,1.154,1.308,1.385,1.5,1.5,1.577,1.577,1.462,1.346,1.154:10
0.885,0.885,0.923,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.077,1.115,1.077,1.115,1.115,1.115,1.077,1.0,0.808,0.808,0.5,0.308,0.308,0.423,0.615,0.923,0.923,1.269,1.5,1.692,1.846,1.885,1.885,1.885,1.808,1.615,1.346,1.231,1.0,0.769,0.769,0.615,0.577,0.654,0.731,0.808,0.846,0.731,0.808,0.808,0.885,0.885,1.0,1.0,1.0,0.923,0.923,0.923,0.885,0.885,0.962,1.0,1.038,1.077,1.077,1.077,1.0,0.962,1.0,0.962,0.923,0.923,0.923,0.846:10
0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.962,0.962,1.038,1.038,1.077,1.115,1.154,1.269,1.385,1.5,1.577,1.577,1.577,1.538,1.462,1.231,0.962,0.962,0.731,0.538,0.385,0.269,0.154,0.154,0.115,0.154,0.192,0.269,0.423,0.423,0.538,0.769,0.885,1.0,1.077,1.077,1.192,1.269,1.308,1.308,1.269,1.192,1.192,1.154,1.077,1.038,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.962:10
0.885,0.885,0.846,0.846,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.077,1.115,1.192,1.269,1.308,1.308,1.346,1.308,1.269,1.154,0.962,0.962,0.769,0.577,0.385,0.308,0.269,0.308,0.308,0.462,0.615,0.808,0.962,0.962,1.077,1.192,1.269,1.308,1.346,1.346,1.346,1.308,1.231,1.192,1.115,1.115,1.115,1.154,1.192,1.192,1.192,1.154,1.115,1.115,1.038,0.962,0.923,0.885,0.885,0.885,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0:10
1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.923,0.885,0.885,0.846,0.846,0.885,0.885,0.923,0.962,0.962,1.038,1.115,1.154,1.192,1.154,1.154,1.115,1.115,1.115,1.154,1.154,1.154,1.192,1.192,1.192,1.269,1.269,1.269,1.269,1.192,1.038,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.846,0.846,0.846,0.808,0.846,0.846,0.846,0.885,0.885,0.885,0.962,1.038,1.115,1.154,1.154,1.154,1.154,1.115,1.115,1.115,1.077,1.077,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.846,0.846,0.846,0.846,0.885,0.885,0.923,0.962,0.962,0.962,0.962,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.038,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.0,1.0,0.962,0.962:10
0.885,1.0,1.0,1.038,1.0,1.0,0.962,0.923,0.923,0.923,0.923,0.962,1.0,1.038,1.077,1.077,1.115,1.115,1.077,1.077,1.077,1.077,1.038,1.0,1.0,1.0,1.038,1.077,1.077,1.115,1.192,1.269,1.308,1.308,1.346,1.308,1.231,1.154,1.0,0.769,0.423,0.423,0.115,0.0,0.115,0.346,0.577,0.577,0.731,0.731,0.731,0.962,1.269,1.269,1.538,1.654,1.615,1.538,1.462,1.423,1.423,1.346,1.192,1.038,0.885,0.769,0.769,0.846,1.038,1.154,1.192,1.231,1.231,1.077,1.077,0.923,0.769,0.769,0.731,0.731,0.769,0.808,0.846,0.923,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.077,1.038,1.0,1.0,1.0,1.0,0.962,0.923,0.923,0.923,0.846:10
0.962,0.962,0.962,0.923,0.923,0.885,0.923,0.923,0.962,0.962,1.0,1.0,1.038,1.0,1.0,0.962,1.0,1.038,1.077,1.115,1.115,1.115,1.077,1.0,0.923,0.962,0.923,0.846,0.846,0.731,0.731,0.731,0.769,0.769,0.808,0.846,0.885,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.077,1.077,1.115,1.115,1.077,1.077,1.038,1.0,1.0,1.038,1.0,0.962:10
0.923,0.885,0.885,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.077,1.115,1.077,1.077,1.038,0.846,0.615,0.346,-0.038,-0.231,-0.231,-0.038,0.385,0.846,1.192,1.462,1.769,1.769,2.038,2.154,2.115,2.038,2.0,1.846,1.846,1.654,1.423,1.231,1.038,0.846,0.846,0.769,0.731,0.654,0.692,0.808,0.846,0.808,0.808,0.731,0.692,0.615,0.615,0.692,0.731,0.846,0.846,1.038,1.115,1.192,1.269,1.269,1.231,1.231,1.192,1.154,1.115,1.077,1.077,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.923:10
0.923,0.923,0.885,0.846,0.885,0.885,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.038,1.0,1.0,1.0,0.962,0.962,0.962,1.038,1.038,1.038,1.0,1.0,1.0,0.962,1.038,1.0,1.0,1.0,1.0,0.962,1.0,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.077,1.115,1.115,1.077,1.038,1.0,1.0,0.962,0.962,0.885,0.769,0.615,0.538,0.577,0.654,0.654,0.769,0.846,0.885,0.962,1.0,1.0,1.038,1.154,1.231,1.346,1.462,1.538,1.538,1.577,1.692,1.731,1.731,1.654,1.654,1.577,1.462,1.346,1.269,1.192,1.115,1.115,1.077,1.0,0.923,0.885,0.885,0.885,0.923,0.923,0.846,0.846,0.808,0.808,0.769,0.731,0.692,0.769,0.846,0.846,0.846,0.885,0.923,0.962,0.962,0.923,0.923,0.962,1.0,1.038,1.038,1.038,1.038,1.077,1.077,1.038,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,1.038,1.038,1.038,1.038,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.038,1.077,1.077,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,0.962,0.962,1.0,1.0,1.0,1.0,1.0:10
0.846,0.846,0.923,0.962,0.962,1.0,1.038,1.038,1.154,1.231,1.308,1.192,1.0,0.846,0.846,0.692,0.5,0.462,0.423,0.385,0.385,0.385,0.385,0.308,0.308,0.538,0.538,0.846,1.192,1.462,1.615,1.615,1.538,1.538,1.538,1.5,1.538,1.577,1.615,1.615,1.577,1.615,1.577,1.538,1.5,1.5,1.5,1.423,1.346:10
0.808,0.846,0.846,0.885,0.923,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.923,0.885,0.846,0.846,0.846,0.885,0.885,0.885,0.846,0.808,0.808,0.769,0.731,0.731,0.769,0.769,0.808,0.846,0.846,0.885,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.923,0.923,0.962,1.0,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.923,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.923,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.923,0.923,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.923,0.923,0.923,0.923,0.962,0.962:10
0.923,0.923,0.923,0.962,0.962,1.0,1.077,1.077,1.115,1.077,1.077,1.077,1.077,1.115,1.115,1.154,1.115,1.077,1.077,1.038,1.038,1.077,1.038,1.038,1.038,1.038,1.0,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,0.962,0.923,0.923,0.923,0.885,0.846,0.885,0.923,0.923,0.923,0.923,0.846,0.846,0.769,0.731,0.692,0.654,0.692,0.692,0.731,0.808,0.846,0.885,0.885,0.962,0.923,0.962:10
0.885,0.923,0.923,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.0,0.962,0.923,0.923,0.923,0.923,0.846,0.731,0.654,0.615,0.654,0.654,0.654,0.654,0.731,0.808,0.962,1.038,1.038,1.077,1.115,1.192,1.269,1.308,1.346,1.346,1.385,1.5,1.538,1.577,1.577,1.615,1.615,1.615,1.615,1.577,1.577,1.538,1.462,1.385,1.269,1.231,1.115,1.115,1.077,1.038,0.923,0.808,0.808,0.923,0.923,0.962,0.962,0.923,0.885,0.846,0.808,0.769,0.769,0.769,0.808,0.885,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.038,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962:10
0.885,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.115,1.154,1.192,1.192,1.192,1.231,1.269,1.346,1.423,1.423,1.5,1.423,1.192,0.885,0.615,0.462,0.462,0.423,0.5,0.615,0.808,0.808,0.923,1.038,1.115,1.115,1.115,1.077,1.038,1.0,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.885,0.923,0.885,0.885,0.885,0.885,0.923,0.962,1.077,1.115,1.115,1.115,1.115,1.077,1.077,1.077,1.077,1.077,1.077,1.115,1.077,1.077,1.038,1.038,1.038,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.038,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.038,1.038,1.038,1.038,1.0,1.0,1.0,0.962,0.962,1.0,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0:10
0.769,0.808,0.808,0.769,0.692,0.692,0.692,0.692,0.808,1.0,1.115,1.269,1.269,1.423,1.538,1.538,1.5,1.385,1.385,1.423,1.231,1.0,1.0,0.885,0.692,0.423,0.346,0.269,0.269,0.192,0.231,0.385,0.615,0.885,0.885,1.192,1.385,1.615,1.731,1.731,1.692,1.692,1.615,1.538,1.462:10
0.538,0.192,0.192,0.923,1.154,1.038,1.038,1.038,1.038,1.115,1.115,1.115,1.077,1.038,1.038,1.038,1.0,0.923,0.923,0.923,0.923,0.962,0.962,1.0,1.0,1.0,1.0,1.038,1.038,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.077,1.077,1.115,1.115,1.154,1.154,1.154,1.154,1.154,1.115,1.038,1.038,0.923,0.692,0.538,0.423,0.423,0.538,0.538,0.654,0.769,0.808,0.692,0.538,0.5,0.5,0.5,0.538,0.577,0.538,0.615,0.615,0.692,0.808,0.923,1.115,1.308,1.423,1.423,1.423,1.423,1.538,1.692,1.692,1.808,1.808,1.769,1.692,1.654,1.577,1.577,1.462,1.346,1.269,1.154,1.115,1.115,1.038,0.923,0.885,0.923,0.962,0.962,0.923,0.923,0.846,0.846,0.846,0.846,0.846,0.846,0.846,0.885,0.962,0.962,0.962,1.0,1.0,1.0,1.077,1.077,0.962,0.962,0.923:10
0.846,0.923,1.0,1.038,1.0,1.0,1.0,0.962,1.038,1.038,1.038,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,0.962,0.962,1.0,1.0,0.962,0.962,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,1.0,1.0,1.0,0.962,1.0,1.0,1.0,1.0,1.0,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.0,1.0,1.038,1.0,1.0,1.0,1.0,1.038,1.077,1.115,1.154,1.154,1.115,0.962,0.885,0.808,0.731,0.731,0.615,0.538,0.538,0.577,0.654,0.731,0.731,0.769,0.885,1.038,1.115,1.154,1.154,1.154,1.231,1.346,1.385,1.385,1.385,1.385,1.423,1.462,1.538,1.615,1.654,1.654,1.615,1.538,1.462,1.385,1.269,1.154,1.154,1.038,0.962,0.846,0.769,0.692,0.692,0.692,0.731,0.769,0.769,0.731,0.731,0.769,0.808,0.846,0.885,0.962,0.962,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.077,1.077,1.038,1.0,1.0,1.0,1.0,1.038,1.077,1.115,1.115,1.077,1.038,1.038,1.038,1.0,1.0,1.0,1.0,0.962,0.962,1.0,1.077,1.077,1.077,1.077,1.077,1.077,1.038,1.038,1.038,1.038:10
0.885,0.923,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,0.962,1.0,0.962,0.962,0.962,0.923,0.923,0.923,0.885,0.885,0.885,0.923,0.962,0.962,1.0,1.0,0.962,0.962,0.962,0.962,1.0,1.0,1.038,1.038,1.0,1.0,1.0,0.962,1.0,0.962,0.962,0.962,1.0,1.0,1.0,1.038,1.038,1.038,1.038,1.038,1.038,1.077,1.077,1.077,1.038,1.038,1.0,0.962,0.923,0.923,0.923,0.923,0.885,0.923,0.923,0.923,0.923,0.962,1.0,1.038,1.154,1.269,1.269,1.308,1.231,1.192,1.192,1.192,1.192,1.231,1.269,1.346,1.385,1.385,1.385,1.346,1.231,1.115,1.038,0.962,0.615,0.615,0.115,0.038,0.231,0.385,0.5,0.5,0.308,0.192,0.462,0.462,0.962,1.269,1.385,1.462,1.538,1.538,1.5,1.385,1.192,1.0,0.769,0.731,0.808,0.808,0.808,0.808,0.846,0.846,0.846,0.923,0.923,1.038,1.115,1.154,1.192,1.269,1.269,1.231,1.231,1.192,1.154,1.154,1.115,1.115:10
0.962,0.962,0.962,0.962,0.923,0.923,0.962,1.154,1.154,1.269,1.308,1.308,1.385,1.346,1.231,1.231,1.038,0.654,0.654,0.423,0.269,0.115,0.038,0.0,0.0,0.038,0.115,0.308,0.577,0.846,0.846,1.154,1.423,1.615,1.769,2.0,2.0,2.077:10
|