diff --git a/python/convenience_tool_box/open_close_gripper.py b/python/convenience_tool_box/open_close_gripper.py
index ad6df1ab74cd2abee64321ccc0a6af61412cfcf1..af5f97c24d46047cad2b29b3f58f6fe3953d84d3 100644
--- a/python/convenience_tool_box/open_close_gripper.py
+++ b/python/convenience_tool_box/open_close_gripper.py
@@ -19,6 +19,7 @@ signal.signal(signal.SIGINT, handler)
 
 gripper = RobotiqGripper()
 gripper.connect("192.168.1.102", 63352)
+#gripper.connect("192.168.1.3", 63352)
 time.sleep(6)
 gripper.activate()
 #time.sleep(3)
diff --git a/python/examples/clik.py b/python/examples/clik.py
index a8850fecc1c07ce50b36d342a7bb5a30fc6e4fa2..898ee14caf6e19736b16bd10837e2d5833cfc7d0 100644
--- a/python/examples/clik.py
+++ b/python/examples/clik.py
@@ -30,6 +30,9 @@ def get_args():
             formatter_class=argparse.ArgumentDefaultsHelpFormatter)
     parser.add_argument('--simulation', action=argparse.BooleanOptionalAction, 
             help="whether you are running the UR simulator", default=False)
+    parser.add_argument('--robot-ip', type=str, 
+            help="robot's ip address (only needed if running on the real robot)", \
+                    default="192.168.1.102")
     parser.add_argument('--pinocchio-only', action=argparse.BooleanOptionalAction, 
             help="whether you want to just integrate with pinocchio", default=False)
     parser.add_argument('--visualize-manipulator', action=argparse.BooleanOptionalAction, 
@@ -55,7 +58,7 @@ def get_args():
     # TODO add the rest
     parser.add_argument('--clik-controller', type=str, \
             help="select which click algorithm you want", \
-            default='dampedPseudoinverse', choices=['dampedPseudoinverse', 'jacobianTranspose'])
+            default='dampedPseudoinverse', choices=['dampedPseudoinverse', 'jacobianTranspose', 'invKinmQP'])
         # maybe you want to scale the control signal
     parser.add_argument('--controller-speed-scaling', type=float, \
             default='1.0', help='not actually_used atm')
diff --git a/python/examples/drawing_from_input_drawing.py b/python/examples/drawing_from_input_drawing.py
index e774d45ca995749fec1e78bd881ab5a0d0c2a0e7..b459e3391c8d3fd698b866eb207a20a300e90b97 100644
--- a/python/examples/drawing_from_input_drawing.py
+++ b/python/examples/drawing_from_input_drawing.py
@@ -43,6 +43,9 @@ def getArgs():
             help="whether you are running the UR simulator. \
                     NOTE: doesn't actually work because it's not a physics simulator", \
                     default=False)
+    parser.add_argument('--robot-ip', type=str, 
+            help="robot's ip address (only needed if running on the real robot)", \
+                    default="192.168.1.102")
     parser.add_argument('--pinocchio-only', action=argparse.BooleanOptionalAction, 
             help="whether you want to just integrate with pinocchio.\
                     NOTE: doesn't actually work because it's not a physics simulator", \
@@ -365,10 +368,6 @@ def controlLoopWriting(dmp, tc, controller, robot, i, past_data):
     # it's probably worse, but maybe some sensor fusion-type thing
     # is actually better, who knows.
     # also you probably want to do the fusion of that onto tau (got from J.T @ wrench)
-    #Z = np.diag(np.array([0.6, 0.6, 1.0, 0.5, 0.5, 0.5]))
-    #Z = np.diag(np.array([0.6, 1.0, 0.6, 0.5, 0.5, 0.5]))
-    #Z = np.diag(np.array([1.0, 1.0, 1.0, 1.0, 1.0, 1.0]))
-    #Z = np.diag(np.array([0.0, 0.0, 2.0, 0.0, 0.0, 0.0]))
 #    if args.board_axis == 'z':
 #        Z = np.diag(np.array([0.0, 0.0, 2.0, 1.0, 1.0, 1.0]))
 #    if args.board_axis == 'y':
@@ -402,7 +401,7 @@ def controlLoopWriting(dmp, tc, controller, robot, i, past_data):
     pin.forwardKinematics(robot.model, robot.data, q)
     J = pin.computeJointJacobian(robot.model, robot.data, q, robot.JOINT_ID)
     dq = robot.getQd()[:6].reshape((6,1))
-    # get joitn 
+    # get joint 
     tau = J.T @ wrench
     tau = tau[:6].reshape((6,1))
     # compute control law:
@@ -520,7 +519,8 @@ if __name__ == "__main__":
         # we're going in a bit deeper
         #path = path + np.array([0.0, 0.0, -1 * marker_offset + 0.015])
         if not args.board_wiping:
-            path = path + np.array([0.0, 0.0, -1 * marker_offset + 0.003])
+            #path = path + np.array([0.0, 0.0, -1 * marker_offset + 0.003])
+            path = path + np.array([0.0, 0.0, -1 * marker_offset + 0.005])
         else:
             path = path + np.array([0.0, 0.0, -1 * marker_offset + 0.015])
     else:
diff --git a/python/examples/joint_trajectory.csv b/python/examples/joint_trajectory.csv
index 6ea8bf82d0d4324e5e3e532d8d063670fd96f3bb..08a8b749d059f70b245fc4ab6594193cb5d6c2b4 100644
--- a/python/examples/joint_trajectory.csv
+++ b/python/examples/joint_trajectory.csv
@@ -1,9654 +1,4643 @@
-0.00000,1.21812,-1.45538,-1.38736,-0.99468,1.84524,-0.22151
-0.00104,1.21774,-1.45570,-1.38700,-0.99478,1.84553,-0.22176
-0.00207,1.21736,-1.45602,-1.38665,-0.99488,1.84581,-0.22201
-0.00311,1.21731,-1.45606,-1.38661,-0.99489,1.84585,-0.22204
-0.00414,1.21676,-1.45649,-1.38615,-0.99501,1.84627,-0.22240
-0.00518,1.21622,-1.45691,-1.38571,-0.99512,1.84667,-0.22276
-0.00622,1.21569,-1.45732,-1.38527,-0.99524,1.84707,-0.22311
-0.00725,1.21517,-1.45773,-1.38483,-0.99535,1.84746,-0.22345
-0.00829,1.21466,-1.45813,-1.38441,-0.99546,1.84785,-0.22378
-0.00932,1.21416,-1.45852,-1.38399,-0.99558,1.84823,-0.22411
-0.01036,1.21367,-1.45891,-1.38357,-0.99569,1.84860,-0.22444
-0.01140,1.21319,-1.45929,-1.38317,-0.99580,1.84897,-0.22476
-0.01243,1.21271,-1.45966,-1.38276,-0.99590,1.84933,-0.22507
-0.01347,1.21225,-1.46003,-1.38237,-0.99601,1.84968,-0.22538
-0.01450,1.21179,-1.46039,-1.38198,-0.99612,1.85003,-0.22568
-0.01554,1.21134,-1.46075,-1.38159,-0.99623,1.85037,-0.22598
-0.01658,1.21090,-1.46110,-1.38121,-0.99633,1.85070,-0.22627
-0.01761,1.21046,-1.46144,-1.38084,-0.99643,1.85103,-0.22656
-0.01865,1.21004,-1.46178,-1.38047,-0.99654,1.85136,-0.22684
-0.01968,1.20962,-1.46212,-1.38011,-0.99664,1.85167,-0.22712
-0.02072,1.20921,-1.46244,-1.37975,-0.99674,1.85199,-0.22740
-0.02175,1.20880,-1.46277,-1.37940,-0.99684,1.85229,-0.22766
-0.02279,1.20840,-1.46308,-1.37905,-0.99694,1.85260,-0.22793
-0.02383,1.20801,-1.46340,-1.37871,-0.99703,1.85289,-0.22819
-0.02486,1.20763,-1.46370,-1.37838,-0.99713,1.85318,-0.22844
-0.02590,1.20746,-1.46383,-1.37823,-0.99717,1.85331,-0.22855
-0.02693,1.20696,-1.46422,-1.37782,-0.99729,1.85369,-0.22889
-0.02797,1.20646,-1.46461,-1.37741,-0.99740,1.85407,-0.22922
-0.02901,1.20597,-1.46499,-1.37700,-0.99751,1.85444,-0.22954
-0.03004,1.20549,-1.46536,-1.37660,-0.99762,1.85480,-0.22986
-0.03108,1.20502,-1.46573,-1.37621,-0.99773,1.85516,-0.23017
-0.03211,1.20456,-1.46609,-1.37582,-0.99784,1.85551,-0.23048
-0.03315,1.20410,-1.46644,-1.37544,-0.99795,1.85586,-0.23079
-0.03419,1.20366,-1.46679,-1.37506,-0.99806,1.85620,-0.23108
-0.03522,1.20322,-1.46714,-1.37469,-0.99816,1.85653,-0.23138
-0.03626,1.20279,-1.46747,-1.37433,-0.99827,1.85686,-0.23166
-0.03729,1.20236,-1.46781,-1.37397,-0.99837,1.85718,-0.23195
-0.03833,1.20195,-1.46813,-1.37361,-0.99847,1.85750,-0.23222
-0.03937,1.20154,-1.46846,-1.37326,-0.99857,1.85781,-0.23250
-0.04040,1.20114,-1.46877,-1.37292,-0.99867,1.85812,-0.23276
-0.04144,1.20074,-1.46908,-1.37258,-0.99877,1.85842,-0.23303
-0.04247,1.20036,-1.46939,-1.37225,-0.99887,1.85871,-0.23329
-0.04351,1.20000,-1.46967,-1.37194,-0.99896,1.85899,-0.23353
-0.04455,1.19944,-1.47009,-1.37150,-0.99908,1.85941,-0.23390
-0.04558,1.19890,-1.47050,-1.37107,-0.99920,1.85982,-0.23426
-0.04662,1.19837,-1.47090,-1.37065,-0.99932,1.86022,-0.23461
-0.04765,1.19785,-1.47130,-1.37023,-0.99943,1.86062,-0.23496
-0.04869,1.19734,-1.47169,-1.36982,-0.99955,1.86101,-0.23530
-0.04973,1.19684,-1.47207,-1.36941,-0.99966,1.86139,-0.23564
-0.05076,1.19634,-1.47245,-1.36901,-0.99978,1.86176,-0.23597
-0.05180,1.19586,-1.47282,-1.36862,-0.99989,1.86213,-0.23629
-0.05283,1.19538,-1.47319,-1.36823,-1.00000,1.86250,-0.23661
-0.05387,1.19491,-1.47355,-1.36785,-1.00011,1.86285,-0.23693
-0.05491,1.19445,-1.47390,-1.36747,-1.00022,1.86320,-0.23724
-0.05594,1.19400,-1.47425,-1.36710,-1.00033,1.86355,-0.23754
-0.05698,1.19355,-1.47459,-1.36673,-1.00043,1.86389,-0.23784
-0.05801,1.19312,-1.47492,-1.36637,-1.00054,1.86422,-0.23813
-0.05905,1.19269,-1.47526,-1.36602,-1.00064,1.86455,-0.23842
-0.06008,1.19227,-1.47558,-1.36567,-1.00075,1.86487,-0.23870
-0.06112,1.19185,-1.47590,-1.36532,-1.00085,1.86518,-0.23898
-0.06216,1.19145,-1.47622,-1.36498,-1.00095,1.86549,-0.23925
-0.06319,1.19105,-1.47653,-1.36465,-1.00105,1.86580,-0.23952
-0.06423,1.19066,-1.47683,-1.36431,-1.00115,1.86610,-0.23978
-0.06526,1.19027,-1.47713,-1.36399,-1.00125,1.86639,-0.24004
-0.06630,1.19007,-1.47729,-1.36382,-1.00130,1.86655,-0.24018
-0.06734,1.18953,-1.47769,-1.36339,-1.00142,1.86695,-0.24054
-0.06837,1.18901,-1.47809,-1.36298,-1.00154,1.86735,-0.24089
-0.06941,1.18849,-1.47848,-1.36256,-1.00166,1.86774,-0.24124
-0.07044,1.18799,-1.47887,-1.36216,-1.00177,1.86813,-0.24158
-0.07148,1.18749,-1.47925,-1.36176,-1.00189,1.86851,-0.24191
-0.07252,1.18700,-1.47962,-1.36136,-1.00201,1.86888,-0.24224
-0.07355,1.18652,-1.47998,-1.36098,-1.00212,1.86924,-0.24257
-0.07459,1.18605,-1.48035,-1.36059,-1.00223,1.86960,-0.24288
-0.07562,1.18559,-1.48070,-1.36022,-1.00234,1.86996,-0.24320
-0.07666,1.18513,-1.48105,-1.35984,-1.00245,1.87030,-0.24350
-0.07770,1.18469,-1.48139,-1.35948,-1.00256,1.87064,-0.24380
-0.07873,1.18425,-1.48173,-1.35912,-1.00267,1.87098,-0.24410
-0.07977,1.18382,-1.48206,-1.35876,-1.00278,1.87131,-0.24439
-0.08080,1.18339,-1.48239,-1.35841,-1.00288,1.87163,-0.24468
-0.08184,1.18298,-1.48271,-1.35807,-1.00299,1.87195,-0.24496
-0.08288,1.18257,-1.48302,-1.35773,-1.00309,1.87226,-0.24523
-0.08391,1.18217,-1.48333,-1.35739,-1.00319,1.87256,-0.24550
-0.08495,1.18177,-1.48364,-1.35706,-1.00330,1.87286,-0.24577
-0.08598,1.18139,-1.48394,-1.35673,-1.00340,1.87316,-0.24603
-0.08702,1.18099,-1.48425,-1.35640,-1.00350,1.87346,-0.24630
-0.08806,1.18046,-1.48465,-1.35598,-1.00362,1.87387,-0.24666
-0.08909,1.17994,-1.48505,-1.35556,-1.00374,1.87426,-0.24701
-0.09013,1.17943,-1.48544,-1.35515,-1.00386,1.87465,-0.24736
-0.09116,1.17892,-1.48582,-1.35475,-1.00398,1.87503,-0.24770
-0.09220,1.17843,-1.48620,-1.35435,-1.00410,1.87541,-0.24803
-0.09324,1.17794,-1.48657,-1.35395,-1.00422,1.87578,-0.24836
-0.09427,1.17747,-1.48694,-1.35356,-1.00433,1.87614,-0.24868
-0.09531,1.17700,-1.48730,-1.35318,-1.00445,1.87650,-0.24900
-0.09634,1.17654,-1.48765,-1.35281,-1.00456,1.87685,-0.24931
-0.09738,1.17609,-1.48800,-1.35243,-1.00468,1.87719,-0.24962
-0.09842,1.17564,-1.48834,-1.35207,-1.00479,1.87753,-0.24992
-0.09945,1.17521,-1.48868,-1.35171,-1.00490,1.87787,-0.25021
-0.10049,1.17478,-1.48901,-1.35135,-1.00501,1.87819,-0.25051
-0.10152,1.17436,-1.48934,-1.35100,-1.00511,1.87851,-0.25079
-0.10256,1.17395,-1.48966,-1.35066,-1.00522,1.87883,-0.25107
-0.10359,1.17354,-1.48997,-1.35032,-1.00533,1.87914,-0.25135
-0.10463,1.17314,-1.49028,-1.34998,-1.00543,1.87944,-0.25162
-0.10567,1.17275,-1.49059,-1.34965,-1.00554,1.87974,-0.25189
-0.10670,1.17237,-1.49089,-1.34933,-1.00564,1.88003,-0.25215
-0.10774,1.17197,-1.49119,-1.34900,-1.00574,1.88034,-0.25242
-0.10877,1.17144,-1.49160,-1.34857,-1.00587,1.88074,-0.25277
-0.10981,1.17093,-1.49200,-1.34815,-1.00599,1.88113,-0.25312
-0.11085,1.17042,-1.49239,-1.34774,-1.00612,1.88152,-0.25347
-0.11188,1.16992,-1.49277,-1.34733,-1.00624,1.88189,-0.25381
-0.11292,1.16943,-1.49315,-1.34693,-1.00636,1.88227,-0.25414
-0.11395,1.16895,-1.49352,-1.34654,-1.00648,1.88263,-0.25447
-0.11499,1.16848,-1.49389,-1.34615,-1.00660,1.88299,-0.25479
-0.11603,1.16801,-1.49425,-1.34577,-1.00672,1.88335,-0.25511
-0.11706,1.16755,-1.49460,-1.34539,-1.00683,1.88369,-0.25542
-0.11810,1.16711,-1.49495,-1.34501,-1.00695,1.88404,-0.25572
-0.11913,1.16667,-1.49529,-1.34465,-1.00706,1.88437,-0.25602
-0.12017,1.16623,-1.49563,-1.34429,-1.00718,1.88470,-0.25632
-0.12121,1.16581,-1.49596,-1.34393,-1.00729,1.88502,-0.25661
-0.12224,1.16539,-1.49629,-1.34358,-1.00740,1.88534,-0.25689
-0.12328,1.16498,-1.49661,-1.34323,-1.00751,1.88566,-0.25717
-0.12431,1.16458,-1.49692,-1.34289,-1.00762,1.88596,-0.25745
-0.12535,1.16418,-1.49723,-1.34255,-1.00773,1.88626,-0.25772
-0.12639,1.16380,-1.49754,-1.34222,-1.00783,1.88656,-0.25798
-0.12742,1.16341,-1.49784,-1.34190,-1.00794,1.88685,-0.25824
-0.12846,1.16303,-1.49814,-1.34157,-1.00804,1.88715,-0.25851
-0.12949,1.16254,-1.49851,-1.34118,-1.00816,1.88751,-0.25884
-0.13053,1.16207,-1.49887,-1.34081,-1.00827,1.88788,-0.25916
-0.13157,1.16160,-1.49923,-1.34044,-1.00839,1.88823,-0.25948
-0.13260,1.16115,-1.49958,-1.34007,-1.00850,1.88858,-0.25979
-0.13364,1.16070,-1.49992,-1.33971,-1.00861,1.88892,-0.26010
-0.13467,1.16026,-1.50026,-1.33935,-1.00872,1.88926,-0.26040
-0.13571,1.15982,-1.50059,-1.33900,-1.00883,1.88959,-0.26070
-0.13675,1.15940,-1.50092,-1.33865,-1.00894,1.88991,-0.26099
-0.13778,1.15898,-1.50124,-1.33831,-1.00904,1.89023,-0.26128
-0.13882,1.15857,-1.50156,-1.33798,-1.00915,1.89054,-0.26156
-0.13985,1.15816,-1.50187,-1.33764,-1.00925,1.89085,-0.26184
-0.14089,1.15777,-1.50218,-1.33732,-1.00936,1.89115,-0.26211
-0.14192,1.15738,-1.50248,-1.33700,-1.00946,1.89145,-0.26238
-0.14296,1.15699,-1.50277,-1.33668,-1.00956,1.89174,-0.26264
-0.14400,1.15660,-1.50307,-1.33636,-1.00966,1.89204,-0.26291
-0.14503,1.15609,-1.50346,-1.33597,-1.00978,1.89243,-0.26326
-0.14607,1.15559,-1.50384,-1.33558,-1.00989,1.89281,-0.26360
-0.14710,1.15509,-1.50421,-1.33520,-1.01001,1.89318,-0.26394
-0.14814,1.15461,-1.50457,-1.33483,-1.01012,1.89355,-0.26427
-0.14918,1.15413,-1.50493,-1.33446,-1.01023,1.89391,-0.26460
-0.15021,1.15367,-1.50528,-1.33409,-1.01034,1.89427,-0.26492
-0.15125,1.15321,-1.50563,-1.33373,-1.01045,1.89462,-0.26523
-0.15228,1.15275,-1.50597,-1.33338,-1.01056,1.89496,-0.26554
-0.15332,1.15231,-1.50631,-1.33303,-1.01067,1.89530,-0.26585
-0.15436,1.15188,-1.50664,-1.33269,-1.01077,1.89563,-0.26615
-0.15539,1.15145,-1.50696,-1.33235,-1.01088,1.89595,-0.26644
-0.15643,1.15103,-1.50728,-1.33201,-1.01098,1.89627,-0.26673
-0.15746,1.15062,-1.50760,-1.33168,-1.01109,1.89659,-0.26701
-0.15850,1.15021,-1.50791,-1.33136,-1.01119,1.89690,-0.26729
-0.15954,1.14981,-1.50821,-1.33104,-1.01129,1.89720,-0.26757
-0.16057,1.14942,-1.50851,-1.33073,-1.01139,1.89750,-0.26784
-0.16161,1.14904,-1.50881,-1.33041,-1.01149,1.89779,-0.26810
-0.16264,1.14866,-1.50909,-1.33011,-1.01159,1.89808,-0.26836
-0.16368,1.14858,-1.50916,-1.33004,-1.01161,1.89814,-0.26842
-0.16472,1.14811,-1.50951,-1.32968,-1.01172,1.89850,-0.26874
-0.16575,1.14765,-1.50986,-1.32933,-1.01183,1.89885,-0.26906
-0.16679,1.14720,-1.51020,-1.32898,-1.01193,1.89919,-0.26937
-0.16782,1.14675,-1.51053,-1.32863,-1.01204,1.89953,-0.26967
-0.16886,1.14632,-1.51086,-1.32829,-1.01215,1.89986,-0.26997
-0.16990,1.14589,-1.51119,-1.32796,-1.01225,1.90018,-0.27027
-0.17093,1.14547,-1.51151,-1.32763,-1.01235,1.90050,-0.27056
-0.17197,1.14506,-1.51182,-1.32730,-1.01245,1.90081,-0.27084
-0.17300,1.14465,-1.51213,-1.32698,-1.01256,1.90112,-0.27112
-0.17404,1.14425,-1.51243,-1.32666,-1.01266,1.90143,-0.27140
-0.17508,1.14386,-1.51273,-1.32635,-1.01275,1.90172,-0.27167
-0.17611,1.14348,-1.51302,-1.32605,-1.01285,1.90202,-0.27193
-0.17715,1.14310,-1.51331,-1.32574,-1.01295,1.90230,-0.27220
-0.17818,1.14298,-1.51340,-1.32565,-1.01298,1.90239,-0.27228
-0.17922,1.14253,-1.51375,-1.32530,-1.01309,1.90274,-0.27259
-0.18025,1.14208,-1.51408,-1.32496,-1.01319,1.90307,-0.27290
-0.18129,1.14165,-1.51441,-1.32462,-1.01330,1.90341,-0.27320
-0.18233,1.14122,-1.51474,-1.32428,-1.01340,1.90373,-0.27350
-0.18336,1.14080,-1.51506,-1.32395,-1.01350,1.90405,-0.27379
-0.18440,1.14038,-1.51537,-1.32363,-1.01360,1.90437,-0.27407
-0.18543,1.13997,-1.51568,-1.32331,-1.01370,1.90468,-0.27436
-0.18647,1.13958,-1.51598,-1.32299,-1.01380,1.90498,-0.27463
-0.18751,1.13918,-1.51628,-1.32268,-1.01390,1.90528,-0.27490
-0.18854,1.13880,-1.51658,-1.32238,-1.01400,1.90557,-0.27517
-0.18958,1.13842,-1.51687,-1.32208,-1.01410,1.90586,-0.27543
-0.19061,1.13818,-1.51705,-1.32189,-1.01416,1.90604,-0.27560
-0.19165,1.13769,-1.51743,-1.32150,-1.01428,1.90641,-0.27593
-0.19269,1.13721,-1.51780,-1.32111,-1.01440,1.90677,-0.27627
-0.19372,1.13674,-1.51817,-1.32073,-1.01452,1.90713,-0.27659
-0.19476,1.13628,-1.51853,-1.32035,-1.01463,1.90748,-0.27691
-0.19579,1.13582,-1.51888,-1.31998,-1.01475,1.90782,-0.27723
-0.19683,1.13538,-1.51923,-1.31962,-1.01487,1.90816,-0.27754
-0.19787,1.13494,-1.51957,-1.31926,-1.01498,1.90849,-0.27784
-0.19890,1.13451,-1.51991,-1.31891,-1.01509,1.90882,-0.27814
-0.19994,1.13408,-1.52024,-1.31856,-1.01521,1.90914,-0.27843
-0.20097,1.13367,-1.52057,-1.31821,-1.01532,1.90946,-0.27872
-0.20201,1.13326,-1.52089,-1.31787,-1.01543,1.90977,-0.27901
-0.20305,1.13286,-1.52121,-1.31754,-1.01554,1.91007,-0.27929
-0.20408,1.13246,-1.52152,-1.31721,-1.01564,1.91037,-0.27956
-0.20512,1.13208,-1.52183,-1.31688,-1.01575,1.91067,-0.27983
-0.20615,1.13170,-1.52213,-1.31656,-1.01585,1.91095,-0.28009
-0.20719,1.13132,-1.52242,-1.31625,-1.01596,1.91124,-0.28035
-0.20823,1.13101,-1.52267,-1.31599,-1.01604,1.91147,-0.28057
-0.20926,1.13047,-1.52309,-1.31557,-1.01617,1.91188,-0.28095
-0.21030,1.12994,-1.52349,-1.31515,-1.01630,1.91228,-0.28131
-0.21133,1.12942,-1.52390,-1.31474,-1.01642,1.91268,-0.28168
-0.21237,1.12890,-1.52429,-1.31434,-1.01655,1.91307,-0.28203
-0.21341,1.12840,-1.52468,-1.31394,-1.01667,1.91345,-0.28238
-0.21444,1.12790,-1.52506,-1.31355,-1.01679,1.91382,-0.28272
-0.21548,1.12742,-1.52544,-1.31316,-1.01691,1.91419,-0.28306
-0.21651,1.12694,-1.52581,-1.31278,-1.01703,1.91455,-0.28339
-0.21755,1.12647,-1.52618,-1.31241,-1.01715,1.91490,-0.28372
-0.21858,1.12601,-1.52653,-1.31203,-1.01727,1.91525,-0.28404
-0.21962,1.12556,-1.52689,-1.31167,-1.01738,1.91559,-0.28435
-0.22066,1.12512,-1.52723,-1.31131,-1.01750,1.91593,-0.28466
-0.22169,1.12468,-1.52758,-1.31095,-1.01761,1.91626,-0.28497
-0.22273,1.12425,-1.52791,-1.31061,-1.01772,1.91658,-0.28527
-0.22376,1.12383,-1.52824,-1.31026,-1.01784,1.91690,-0.28556
-0.22480,1.12342,-1.52857,-1.30992,-1.01795,1.91721,-0.28585
-0.22584,1.12302,-1.52889,-1.30959,-1.01806,1.91752,-0.28613
-0.22687,1.12262,-1.52920,-1.30926,-1.01817,1.91782,-0.28641
-0.22791,1.12223,-1.52951,-1.30893,-1.01827,1.91812,-0.28668
-0.22894,1.12184,-1.52981,-1.30861,-1.01838,1.91841,-0.28695
-0.22998,1.12147,-1.53011,-1.30829,-1.01848,1.91870,-0.28722
-0.23102,1.12109,-1.53041,-1.30798,-1.01859,1.91898,-0.28747
-0.23205,1.12083,-1.53062,-1.30776,-1.01866,1.91918,-0.28766
-0.23309,1.12035,-1.53100,-1.30735,-1.01879,1.91954,-0.28800
-0.23412,1.11988,-1.53138,-1.30696,-1.01892,1.91989,-0.28832
-0.23516,1.11942,-1.53175,-1.30656,-1.01905,1.92024,-0.28865
-0.23620,1.11897,-1.53212,-1.30618,-1.01918,1.92058,-0.28896
-0.23723,1.11852,-1.53248,-1.30580,-1.01930,1.92092,-0.28927
-0.23827,1.11808,-1.53284,-1.30542,-1.01942,1.92125,-0.28958
-0.23930,1.11765,-1.53318,-1.30505,-1.01955,1.92158,-0.28988
-0.24034,1.11723,-1.53353,-1.30468,-1.01967,1.92189,-0.29017
-0.24138,1.11682,-1.53386,-1.30432,-1.01979,1.92221,-0.29046
-0.24241,1.11641,-1.53420,-1.30397,-1.01991,1.92251,-0.29075
-0.24345,1.11601,-1.53452,-1.30362,-1.02002,1.92282,-0.29103
-0.24448,1.11562,-1.53484,-1.30328,-1.02014,1.92311,-0.29130
-0.24552,1.11524,-1.53516,-1.30294,-1.02026,1.92340,-0.29157
-0.24656,1.11486,-1.53547,-1.30260,-1.02037,1.92369,-0.29184
-0.24759,1.11449,-1.53577,-1.30227,-1.02048,1.92397,-0.29210
-0.24863,1.11412,-1.53607,-1.30195,-1.02059,1.92425,-0.29236
-0.24966,1.11386,-1.53629,-1.30171,-1.02067,1.92445,-0.29254
-0.25070,1.11339,-1.53668,-1.30129,-1.02081,1.92480,-0.29287
-0.25174,1.11292,-1.53707,-1.30088,-1.02095,1.92515,-0.29320
-0.25277,1.11247,-1.53745,-1.30048,-1.02108,1.92550,-0.29352
-0.25381,1.11202,-1.53782,-1.30008,-1.02122,1.92583,-0.29383
-0.25484,1.11158,-1.53818,-1.29968,-1.02135,1.92616,-0.29414
-0.25588,1.11115,-1.53854,-1.29929,-1.02148,1.92649,-0.29444
-0.25691,1.11073,-1.53890,-1.29891,-1.02161,1.92681,-0.29474
-0.25795,1.11032,-1.53925,-1.29853,-1.02174,1.92712,-0.29503
-0.25899,1.10991,-1.53959,-1.29816,-1.02187,1.92743,-0.29532
-0.26002,1.10951,-1.53993,-1.29779,-1.02199,1.92773,-0.29560
-0.26106,1.10911,-1.54026,-1.29743,-1.02212,1.92803,-0.29587
-0.26209,1.10873,-1.54059,-1.29708,-1.02224,1.92832,-0.29615
-0.26313,1.10835,-1.54091,-1.29672,-1.02236,1.92861,-0.29641
-0.26417,1.10797,-1.54122,-1.29638,-1.02248,1.92889,-0.29668
-0.26520,1.10761,-1.54153,-1.29604,-1.02260,1.92917,-0.29694
-0.26624,1.10725,-1.54184,-1.29570,-1.02272,1.92944,-0.29719
-0.26727,1.10695,-1.54209,-1.29543,-1.02282,1.92966,-0.29740
-0.26831,1.10649,-1.54249,-1.29500,-1.02296,1.93001,-0.29772
-0.26935,1.10603,-1.54288,-1.29457,-1.02310,1.93036,-0.29805
-0.27038,1.10558,-1.54326,-1.29416,-1.02325,1.93069,-0.29836
-0.27142,1.10514,-1.54364,-1.29374,-1.02339,1.93103,-0.29867
-0.27245,1.10471,-1.54401,-1.29334,-1.02353,1.93135,-0.29898
-0.27349,1.10429,-1.54437,-1.29294,-1.02366,1.93167,-0.29928
-0.27453,1.10387,-1.54473,-1.29255,-1.02380,1.93199,-0.29957
-0.27556,1.10346,-1.54508,-1.29216,-1.02393,1.93230,-0.29986
-0.27660,1.10306,-1.54543,-1.29178,-1.02407,1.93260,-0.30014
-0.27763,1.10266,-1.54577,-1.29140,-1.02420,1.93290,-0.30042
-0.27867,1.10228,-1.54611,-1.29103,-1.02433,1.93319,-0.30070
-0.27971,1.10189,-1.54644,-1.29066,-1.02446,1.93348,-0.30097
-0.28074,1.10152,-1.54676,-1.29030,-1.02459,1.93376,-0.30123
-0.28178,1.10115,-1.54708,-1.28994,-1.02471,1.93404,-0.30149
-0.28281,1.10079,-1.54740,-1.28959,-1.02484,1.93431,-0.30175
-0.28385,1.10044,-1.54771,-1.28925,-1.02496,1.93458,-0.30200
-0.28489,1.10015,-1.54796,-1.28897,-1.02506,1.93480,-0.30220
-0.28592,1.09970,-1.54834,-1.28856,-1.02520,1.93514,-0.30252
-0.28696,1.09926,-1.54872,-1.28815,-1.02534,1.93547,-0.30283
-0.28799,1.09882,-1.54909,-1.28775,-1.02547,1.93579,-0.30314
-0.28903,1.09840,-1.54945,-1.28736,-1.02561,1.93611,-0.30344
-0.29007,1.09798,-1.54981,-1.28697,-1.02574,1.93643,-0.30374
-0.29110,1.09757,-1.55016,-1.28659,-1.02588,1.93674,-0.30403
-0.29214,1.09716,-1.55050,-1.28622,-1.02601,1.93704,-0.30431
-0.29317,1.09677,-1.55084,-1.28584,-1.02614,1.93734,-0.30460
-0.29421,1.09638,-1.55118,-1.28548,-1.02626,1.93764,-0.30487
-0.29525,1.09600,-1.55151,-1.28512,-1.02639,1.93792,-0.30514
-0.29628,1.09562,-1.55183,-1.28476,-1.02652,1.93821,-0.30541
-0.29732,1.09525,-1.55215,-1.28441,-1.02664,1.93848,-0.30567
-0.29835,1.09489,-1.55246,-1.28407,-1.02676,1.93876,-0.30593
-0.29939,1.09453,-1.55277,-1.28373,-1.02689,1.93903,-0.30618
-0.30042,1.09417,-1.55308,-1.28338,-1.02701,1.93930,-0.30644
-0.30146,1.09374,-1.55345,-1.28299,-1.02714,1.93962,-0.30674
-0.30250,1.09331,-1.55381,-1.28260,-1.02728,1.93995,-0.30705
-0.30353,1.09289,-1.55417,-1.28221,-1.02741,1.94026,-0.30735
-0.30457,1.09248,-1.55452,-1.28183,-1.02754,1.94057,-0.30764
-0.30560,1.09207,-1.55487,-1.28146,-1.02767,1.94088,-0.30793
-0.30664,1.09168,-1.55521,-1.28109,-1.02780,1.94118,-0.30821
-0.30768,1.09128,-1.55554,-1.28073,-1.02793,1.94147,-0.30849
-0.30871,1.09090,-1.55587,-1.28037,-1.02805,1.94176,-0.30876
-0.30975,1.09052,-1.55620,-1.28002,-1.02818,1.94204,-0.30903
-0.31078,1.09015,-1.55651,-1.27967,-1.02830,1.94232,-0.30929
-0.31182,1.08979,-1.55683,-1.27933,-1.02842,1.94259,-0.30955
-0.31286,1.08943,-1.55714,-1.27899,-1.02854,1.94286,-0.30981
-0.31389,1.08908,-1.55744,-1.27866,-1.02866,1.94313,-0.31006
-0.31493,1.08897,-1.55753,-1.27855,-1.02870,1.94321,-0.31014
-0.31596,1.08855,-1.55789,-1.27817,-1.02883,1.94353,-0.31044
-0.31700,1.08814,-1.55825,-1.27779,-1.02896,1.94384,-0.31073
-0.31804,1.08773,-1.55859,-1.27742,-1.02909,1.94414,-0.31102
-0.31907,1.08733,-1.55893,-1.27705,-1.02922,1.94444,-0.31130
-0.32011,1.08694,-1.55927,-1.27669,-1.02935,1.94474,-0.31158
-0.32114,1.08655,-1.55960,-1.27633,-1.02947,1.94503,-0.31186
-0.32218,1.08617,-1.55992,-1.27598,-1.02959,1.94531,-0.31213
-0.32322,1.08580,-1.56024,-1.27563,-1.02972,1.94559,-0.31239
-0.32425,1.08544,-1.56056,-1.27529,-1.02984,1.94587,-0.31265
-0.32529,1.08508,-1.56086,-1.27495,-1.02996,1.94614,-0.31291
-0.32632,1.08473,-1.56117,-1.27462,-1.03008,1.94640,-0.31316
-0.32736,1.08451,-1.56136,-1.27441,-1.03015,1.94656,-0.31332
-0.32840,1.08406,-1.56176,-1.27398,-1.03030,1.94691,-0.31364
-0.32943,1.08361,-1.56215,-1.27356,-1.03045,1.94724,-0.31396
-0.33047,1.08317,-1.56253,-1.27314,-1.03059,1.94757,-0.31427
-0.33150,1.08274,-1.56291,-1.27273,-1.03074,1.94789,-0.31458
-0.33254,1.08232,-1.56328,-1.27233,-1.03088,1.94821,-0.31488
-0.33358,1.08190,-1.56365,-1.27193,-1.03102,1.94852,-0.31518
-0.33461,1.08149,-1.56401,-1.27153,-1.03116,1.94883,-0.31547
-0.33565,1.08109,-1.56436,-1.27114,-1.03130,1.94913,-0.31576
-0.33668,1.08070,-1.56471,-1.27076,-1.03143,1.94942,-0.31604
-0.33772,1.08031,-1.56505,-1.27038,-1.03157,1.94971,-0.31631
-0.33875,1.07993,-1.56539,-1.27001,-1.03170,1.95000,-0.31658
-0.33979,1.07956,-1.56572,-1.26964,-1.03183,1.95028,-0.31685
-0.34083,1.07920,-1.56604,-1.26928,-1.03197,1.95055,-0.31711
-0.34186,1.07884,-1.56637,-1.26892,-1.03210,1.95082,-0.31737
-0.34290,1.07848,-1.56668,-1.26857,-1.03222,1.95109,-0.31762
-0.34393,1.07814,-1.56699,-1.26823,-1.03235,1.95135,-0.31787
-0.34497,1.07787,-1.56723,-1.26796,-1.03244,1.95155,-0.31807
-0.34601,1.07721,-1.56779,-1.26739,-1.03263,1.95204,-0.31854
-0.34704,1.07656,-1.56834,-1.26682,-1.03282,1.95252,-0.31900
-0.34808,1.07592,-1.56889,-1.26625,-1.03300,1.95300,-0.31945
-0.34911,1.07530,-1.56942,-1.26570,-1.03318,1.95346,-0.31990
-0.35015,1.07469,-1.56994,-1.26515,-1.03336,1.95392,-0.32033
-0.35119,1.07409,-1.57046,-1.26461,-1.03354,1.95436,-0.32076
-0.35222,1.07349,-1.57097,-1.26408,-1.03372,1.95480,-0.32119
-0.35326,1.07292,-1.57147,-1.26355,-1.03390,1.95524,-0.32160
-0.35429,1.07235,-1.57196,-1.26304,-1.03407,1.95566,-0.32201
-0.35533,1.07179,-1.57244,-1.26253,-1.03424,1.95608,-0.32241
-0.35637,1.07124,-1.57292,-1.26202,-1.03442,1.95649,-0.32280
-0.35740,1.07070,-1.57339,-1.26153,-1.03458,1.95689,-0.32319
-0.35844,1.07017,-1.57385,-1.26104,-1.03475,1.95728,-0.32357
-0.35947,1.06965,-1.57430,-1.26056,-1.03492,1.95767,-0.32394
-0.36051,1.06914,-1.57475,-1.26008,-1.03508,1.95805,-0.32430
-0.36155,1.06864,-1.57519,-1.25961,-1.03525,1.95842,-0.32466
-0.36258,1.06815,-1.57562,-1.25915,-1.03541,1.95879,-0.32502
-0.36362,1.06767,-1.57604,-1.25869,-1.03557,1.95915,-0.32537
-0.36465,1.06719,-1.57646,-1.25824,-1.03573,1.95951,-0.32571
-0.36569,1.06673,-1.57687,-1.25780,-1.03588,1.95985,-0.32604
-0.36673,1.06627,-1.57727,-1.25736,-1.03604,1.96019,-0.32637
-0.36776,1.06582,-1.57767,-1.25693,-1.03619,1.96053,-0.32669
-0.36880,1.06538,-1.57806,-1.25651,-1.03634,1.96086,-0.32701
-0.36983,1.06495,-1.57845,-1.25609,-1.03650,1.96118,-0.32732
-0.37087,1.06453,-1.57882,-1.25568,-1.03664,1.96150,-0.32763
-0.37191,1.06411,-1.57920,-1.25527,-1.03679,1.96181,-0.32793
-0.37294,1.06370,-1.57956,-1.25487,-1.03694,1.96212,-0.32823
-0.37398,1.06330,-1.57992,-1.25447,-1.03708,1.96242,-0.32852
-0.37501,1.06290,-1.58028,-1.25408,-1.03723,1.96272,-0.32881
-0.37605,1.06251,-1.58062,-1.25370,-1.03737,1.96301,-0.32909
-0.37708,1.06213,-1.58097,-1.25332,-1.03751,1.96329,-0.32936
-0.37812,1.06176,-1.58130,-1.25295,-1.03764,1.96357,-0.32963
-0.37916,1.06139,-1.58164,-1.25258,-1.03778,1.96385,-0.32990
-0.38019,1.06103,-1.58196,-1.25222,-1.03792,1.96412,-0.33016
-0.38123,1.06068,-1.58228,-1.25186,-1.03805,1.96438,-0.33042
-0.38226,1.06033,-1.58260,-1.25151,-1.03818,1.96464,-0.33067
-0.38330,1.05999,-1.58291,-1.25116,-1.03832,1.96490,-0.33092
-0.38434,1.05971,-1.58317,-1.25087,-1.03842,1.96511,-0.33113
-0.38537,1.05926,-1.58358,-1.25041,-1.03859,1.96545,-0.33145
-0.38641,1.05881,-1.58399,-1.24996,-1.03875,1.96578,-0.33177
-0.38744,1.05837,-1.58439,-1.24952,-1.03891,1.96610,-0.33209
-0.38848,1.05795,-1.58479,-1.24908,-1.03907,1.96642,-0.33240
-0.38952,1.05753,-1.58518,-1.24865,-1.03923,1.96674,-0.33271
-0.39055,1.05711,-1.58556,-1.24822,-1.03939,1.96705,-0.33301
-0.39159,1.05671,-1.58593,-1.24780,-1.03954,1.96735,-0.33330
-0.39262,1.05631,-1.58630,-1.24739,-1.03970,1.96765,-0.33359
-0.39366,1.05592,-1.58667,-1.24698,-1.03985,1.96794,-0.33387
-0.39470,1.05553,-1.58703,-1.24658,-1.04000,1.96823,-0.33415
-0.39573,1.05516,-1.58738,-1.24618,-1.04015,1.96851,-0.33443
-0.39677,1.05479,-1.58772,-1.24579,-1.04030,1.96878,-0.33470
-0.39780,1.05442,-1.58807,-1.24540,-1.04044,1.96906,-0.33496
-0.39884,1.05407,-1.58840,-1.24502,-1.04059,1.96932,-0.33522
-0.39988,1.05372,-1.58873,-1.24465,-1.04073,1.96959,-0.33548
-0.40091,1.05337,-1.58906,-1.24428,-1.04087,1.96984,-0.33573
-0.40195,1.05303,-1.58937,-1.24391,-1.04101,1.97010,-0.33598
-0.40298,1.05270,-1.58969,-1.24356,-1.04115,1.97034,-0.33622
-0.40402,1.05255,-1.58983,-1.24340,-1.04121,1.97045,-0.33633
-0.40506,1.05207,-1.59027,-1.24292,-1.04138,1.97082,-0.33668
-0.40609,1.05159,-1.59071,-1.24244,-1.04155,1.97117,-0.33703
-0.40713,1.05112,-1.59114,-1.24197,-1.04172,1.97152,-0.33737
-0.40816,1.05066,-1.59156,-1.24151,-1.04188,1.97186,-0.33770
-0.40920,1.05021,-1.59198,-1.24105,-1.04205,1.97220,-0.33803
-0.41024,1.04976,-1.59239,-1.24061,-1.04221,1.97253,-0.33836
-0.41127,1.04933,-1.59279,-1.24016,-1.04238,1.97285,-0.33867
-0.41231,1.04890,-1.59319,-1.23973,-1.04254,1.97317,-0.33898
-0.41334,1.04848,-1.59358,-1.23929,-1.04269,1.97349,-0.33929
-0.41438,1.04807,-1.59396,-1.23887,-1.04285,1.97379,-0.33959
-0.41541,1.04766,-1.59434,-1.23845,-1.04301,1.97409,-0.33989
-0.41645,1.04726,-1.59471,-1.23804,-1.04316,1.97439,-0.34018
-0.41749,1.04687,-1.59507,-1.23763,-1.04331,1.97468,-0.34046
-0.41852,1.04649,-1.59543,-1.23723,-1.04346,1.97497,-0.34075
-0.41956,1.04611,-1.59578,-1.23683,-1.04361,1.97525,-0.34102
-0.42059,1.04574,-1.59613,-1.23644,-1.04376,1.97552,-0.34129
-0.42163,1.04538,-1.59647,-1.23606,-1.04391,1.97580,-0.34156
-0.42267,1.04502,-1.59681,-1.23568,-1.04405,1.97606,-0.34182
-0.42370,1.04467,-1.59714,-1.23531,-1.04419,1.97632,-0.34208
-0.42474,1.04433,-1.59747,-1.23494,-1.04433,1.97658,-0.34233
-0.42577,1.04399,-1.59779,-1.23458,-1.04447,1.97683,-0.34258
-0.42681,1.04366,-1.59810,-1.23422,-1.04461,1.97708,-0.34282
-0.42785,1.04341,-1.59834,-1.23395,-1.04471,1.97727,-0.34300
-0.42888,1.04290,-1.59883,-1.23340,-1.04491,1.97764,-0.34337
-0.42992,1.04240,-1.59932,-1.23285,-1.04511,1.97801,-0.34374
-0.43095,1.04191,-1.59979,-1.23232,-1.04531,1.97838,-0.34410
-0.43199,1.04142,-1.60026,-1.23179,-1.04551,1.97874,-0.34445
-0.43303,1.04095,-1.60073,-1.23127,-1.04570,1.97909,-0.34480
-0.43406,1.04049,-1.60118,-1.23075,-1.04589,1.97943,-0.34514
-0.43510,1.04003,-1.60163,-1.23024,-1.04608,1.97977,-0.34547
-0.43613,1.03958,-1.60207,-1.22974,-1.04627,1.98010,-0.34580
-0.43717,1.03914,-1.60250,-1.22925,-1.04645,1.98043,-0.34613
-0.43821,1.03871,-1.60293,-1.22877,-1.04664,1.98075,-0.34644
-0.43924,1.03828,-1.60335,-1.22829,-1.04682,1.98107,-0.34675
-0.44028,1.03787,-1.60376,-1.22781,-1.04700,1.98138,-0.34706
-0.44131,1.03746,-1.60417,-1.22735,-1.04718,1.98168,-0.34736
-0.44235,1.03705,-1.60457,-1.22689,-1.04735,1.98198,-0.34766
-0.44339,1.03666,-1.60496,-1.22644,-1.04752,1.98227,-0.34795
-0.44442,1.03627,-1.60534,-1.22599,-1.04770,1.98256,-0.34823
-0.44546,1.03589,-1.60572,-1.22555,-1.04787,1.98284,-0.34851
-0.44649,1.03552,-1.60610,-1.22512,-1.04803,1.98312,-0.34879
-0.44753,1.03515,-1.60647,-1.22469,-1.04820,1.98340,-0.34906
-0.44857,1.03479,-1.60683,-1.22427,-1.04837,1.98366,-0.34932
-0.44960,1.03444,-1.60718,-1.22385,-1.04853,1.98393,-0.34959
-0.45064,1.03409,-1.60753,-1.22344,-1.04869,1.98419,-0.34984
-0.45167,1.03375,-1.60788,-1.22304,-1.04885,1.98444,-0.35009
-0.45271,1.03341,-1.60822,-1.22264,-1.04901,1.98469,-0.35034
-0.45374,1.03308,-1.60855,-1.22225,-1.04916,1.98493,-0.35059
-0.45478,1.03276,-1.60888,-1.22186,-1.04931,1.98518,-0.35083
-0.45582,1.03244,-1.60920,-1.22148,-1.04947,1.98541,-0.35106
-0.45685,1.03237,-1.60928,-1.22139,-1.04950,1.98547,-0.35112
-0.45789,1.03192,-1.60974,-1.22085,-1.04971,1.98580,-0.35145
-0.45892,1.03148,-1.61020,-1.22032,-1.04991,1.98612,-0.35177
-0.45996,1.03105,-1.61064,-1.21979,-1.05011,1.98644,-0.35209
-0.46100,1.03063,-1.61108,-1.21928,-1.05031,1.98676,-0.35240
-0.46203,1.03021,-1.61152,-1.21877,-1.05051,1.98706,-0.35271
-0.46307,1.02980,-1.61194,-1.21826,-1.05070,1.98737,-0.35301
-0.46410,1.02940,-1.61236,-1.21777,-1.05090,1.98766,-0.35330
-0.46514,1.02901,-1.61278,-1.21728,-1.05109,1.98796,-0.35359
-0.46618,1.02862,-1.61318,-1.21680,-1.05128,1.98824,-0.35388
-0.46721,1.02824,-1.61358,-1.21633,-1.05146,1.98852,-0.35416
-0.46825,1.02787,-1.61397,-1.21586,-1.05165,1.98880,-0.35444
-0.46928,1.02750,-1.61436,-1.21540,-1.05183,1.98907,-0.35471
-0.47032,1.02715,-1.61474,-1.21494,-1.05201,1.98934,-0.35497
-0.47136,1.02679,-1.61511,-1.21449,-1.05219,1.98960,-0.35523
-0.47239,1.02645,-1.61548,-1.21405,-1.05237,1.98986,-0.35549
-0.47343,1.02611,-1.61584,-1.21362,-1.05254,1.99011,-0.35574
-0.47446,1.02577,-1.61620,-1.21319,-1.05271,1.99036,-0.35599
-0.47550,1.02544,-1.61655,-1.21277,-1.05288,1.99060,-0.35624
-0.47654,1.02512,-1.61689,-1.21235,-1.05305,1.99084,-0.35648
-0.47757,1.02481,-1.61723,-1.21194,-1.05322,1.99108,-0.35671
-0.47861,1.02450,-1.61757,-1.21153,-1.05338,1.99131,-0.35694
-0.47964,1.02424,-1.61784,-1.21120,-1.05352,1.99150,-0.35713
-0.48068,1.02384,-1.61827,-1.21069,-1.05372,1.99179,-0.35743
-0.48172,1.02344,-1.61869,-1.21019,-1.05391,1.99209,-0.35773
-0.48275,1.02305,-1.61911,-1.20969,-1.05411,1.99238,-0.35801
-0.48379,1.02267,-1.61952,-1.20921,-1.05430,1.99266,-0.35830
-0.48482,1.02229,-1.61992,-1.20872,-1.05449,1.99294,-0.35858
-0.48586,1.02192,-1.62032,-1.20825,-1.05468,1.99321,-0.35885
-0.48690,1.02156,-1.62071,-1.20778,-1.05487,1.99348,-0.35912
-0.48793,1.02121,-1.62109,-1.20732,-1.05505,1.99374,-0.35938
-0.48897,1.02086,-1.62147,-1.20687,-1.05523,1.99400,-0.35964
-0.49000,1.02051,-1.62184,-1.20642,-1.05541,1.99426,-0.35990
-0.49104,1.02018,-1.62220,-1.20598,-1.05559,1.99450,-0.36015
-0.49208,1.01985,-1.62256,-1.20554,-1.05577,1.99475,-0.36040
-0.49311,1.01952,-1.62291,-1.20511,-1.05594,1.99499,-0.36064
-0.49415,1.01920,-1.62326,-1.20469,-1.05611,1.99523,-0.36088
-0.49518,1.01889,-1.62360,-1.20427,-1.05628,1.99546,-0.36111
-0.49622,1.01858,-1.62394,-1.20386,-1.05645,1.99569,-0.36134
-0.49725,1.01829,-1.62426,-1.20346,-1.05661,1.99591,-0.36156
-0.49829,1.01776,-1.62485,-1.20276,-1.05688,1.99630,-0.36195
-0.49933,1.01724,-1.62543,-1.20206,-1.05715,1.99668,-0.36234
-0.50036,1.01673,-1.62600,-1.20138,-1.05742,1.99705,-0.36272
-0.50140,1.01623,-1.62656,-1.20071,-1.05768,1.99742,-0.36309
-0.50243,1.01574,-1.62711,-1.20004,-1.05794,1.99778,-0.36345
-0.50347,1.01526,-1.62766,-1.19938,-1.05820,1.99813,-0.36381
-0.50451,1.01479,-1.62819,-1.19874,-1.05845,1.99848,-0.36416
-0.50554,1.01432,-1.62872,-1.19810,-1.05870,1.99882,-0.36450
-0.50658,1.01387,-1.62923,-1.19747,-1.05895,1.99916,-0.36484
-0.50761,1.01342,-1.62974,-1.19685,-1.05920,1.99949,-0.36518
-0.50865,1.01298,-1.63024,-1.19624,-1.05944,1.99981,-0.36550
-0.50969,1.01255,-1.63073,-1.19564,-1.05968,2.00013,-0.36583
-0.51072,1.01213,-1.63122,-1.19504,-1.05992,2.00044,-0.36614
-0.51176,1.01171,-1.63170,-1.19446,-1.06016,2.00075,-0.36645
-0.51279,1.01130,-1.63216,-1.19388,-1.06039,2.00105,-0.36676
-0.51383,1.01090,-1.63263,-1.19331,-1.06062,2.00134,-0.36706
-0.51487,1.01051,-1.63308,-1.19275,-1.06085,2.00163,-0.36735
-0.51590,1.01012,-1.63353,-1.19220,-1.06107,2.00192,-0.36764
-0.51694,1.00974,-1.63396,-1.19165,-1.06129,2.00220,-0.36793
-0.51797,1.00937,-1.63440,-1.19111,-1.06151,2.00247,-0.36821
-0.51901,1.00900,-1.63482,-1.19058,-1.06173,2.00274,-0.36848
-0.52005,1.00865,-1.63524,-1.19006,-1.06195,2.00301,-0.36875
-0.52108,1.00829,-1.63565,-1.18954,-1.06216,2.00327,-0.36901
-0.52212,1.00795,-1.63606,-1.18904,-1.06237,2.00353,-0.36927
-0.52315,1.00761,-1.63646,-1.18853,-1.06258,2.00378,-0.36953
-0.52419,1.00727,-1.63685,-1.18804,-1.06278,2.00402,-0.36978
-0.52523,1.00694,-1.63723,-1.18755,-1.06299,2.00427,-0.37003
-0.52626,1.00662,-1.63761,-1.18707,-1.06319,2.00451,-0.37027
-0.52730,1.00631,-1.63799,-1.18660,-1.06338,2.00474,-0.37051
-0.52833,1.00600,-1.63835,-1.18614,-1.06358,2.00497,-0.37074
-0.52937,1.00569,-1.63872,-1.18568,-1.06377,2.00519,-0.37098
-0.53041,1.00539,-1.63907,-1.18522,-1.06396,2.00542,-0.37120
-0.53144,1.00510,-1.63942,-1.18478,-1.06415,2.00563,-0.37142
-0.53248,1.00481,-1.63977,-1.18434,-1.06434,2.00585,-0.37164
-0.53351,1.00468,-1.63991,-1.18415,-1.06442,2.00594,-0.37174
-0.53455,1.00430,-1.64036,-1.18360,-1.06464,2.00622,-0.37202
-0.53558,1.00393,-1.64079,-1.18306,-1.06486,2.00650,-0.37230
-0.53662,1.00356,-1.64122,-1.18252,-1.06508,2.00677,-0.37258
-0.53766,1.00320,-1.64165,-1.18200,-1.06530,2.00703,-0.37285
-0.53869,1.00284,-1.64206,-1.18148,-1.06552,2.00730,-0.37312
-0.53973,1.00250,-1.64247,-1.18096,-1.06573,2.00755,-0.37338
-0.54076,1.00215,-1.64288,-1.18046,-1.06594,2.00781,-0.37364
-0.54180,1.00182,-1.64327,-1.17996,-1.06614,2.00805,-0.37390
-0.54284,1.00149,-1.64366,-1.17947,-1.06635,2.00830,-0.37415
-0.54387,1.00116,-1.64405,-1.17899,-1.06655,2.00854,-0.37439
-0.54491,1.00085,-1.64442,-1.17851,-1.06675,2.00877,-0.37463
-0.54594,1.00053,-1.64480,-1.17804,-1.06695,2.00900,-0.37487
-0.54698,1.00023,-1.64516,-1.17757,-1.06714,2.00923,-0.37510
-0.54802,0.99992,-1.64552,-1.17712,-1.06734,2.00945,-0.37533
-0.54905,0.99963,-1.64587,-1.17667,-1.06753,2.00967,-0.37555
-0.55009,0.99934,-1.64622,-1.17622,-1.06772,2.00988,-0.37577
-0.55112,0.99905,-1.64657,-1.17578,-1.06790,2.01009,-0.37599
-0.55216,0.99901,-1.64661,-1.17573,-1.06792,2.01012,-0.37602
-0.55320,0.99864,-1.64706,-1.17518,-1.06815,2.01040,-0.37630
-0.55423,0.99826,-1.64749,-1.17463,-1.06837,2.01067,-0.37659
-0.55527,0.99790,-1.64792,-1.17410,-1.06859,2.01094,-0.37686
-0.55630,0.99754,-1.64835,-1.17357,-1.06881,2.01121,-0.37713
-0.55734,0.99719,-1.64876,-1.17305,-1.06903,2.01146,-0.37740
-0.55838,0.99684,-1.64917,-1.17254,-1.06924,2.01172,-0.37766
-0.55941,0.99650,-1.64958,-1.17203,-1.06945,2.01197,-0.37792
-0.56045,0.99617,-1.64997,-1.17153,-1.06966,2.01221,-0.37817
-0.56148,0.99584,-1.65036,-1.17104,-1.06986,2.01246,-0.37842
-0.56252,0.99552,-1.65075,-1.17056,-1.07007,2.01269,-0.37866
-0.56356,0.99520,-1.65113,-1.17008,-1.07027,2.01292,-0.37890
-0.56459,0.99489,-1.65150,-1.16961,-1.07046,2.01315,-0.37914
-0.56563,0.99459,-1.65186,-1.16914,-1.07066,2.01338,-0.37937
-0.56666,0.99429,-1.65222,-1.16869,-1.07085,2.01360,-0.37960
-0.56770,0.99400,-1.65258,-1.16823,-1.07105,2.01381,-0.37982
-0.56874,0.99371,-1.65293,-1.16779,-1.07124,2.01403,-0.38004
-0.56977,0.99342,-1.65328,-1.16734,-1.07143,2.01424,-0.38026
-0.57081,0.99305,-1.65371,-1.16680,-1.07165,2.01451,-0.38054
-0.57184,0.99269,-1.65414,-1.16626,-1.07187,2.01477,-0.38081
-0.57288,0.99234,-1.65456,-1.16574,-1.07209,2.01503,-0.38108
-0.57391,0.99200,-1.65498,-1.16522,-1.07231,2.01528,-0.38134
-0.57495,0.99166,-1.65539,-1.16470,-1.07252,2.01553,-0.38160
-0.57599,0.99133,-1.65579,-1.16420,-1.07273,2.01578,-0.38185
-0.57702,0.99100,-1.65618,-1.16370,-1.07294,2.01602,-0.38210
-0.57806,0.99068,-1.65657,-1.16321,-1.07314,2.01625,-0.38234
-0.57909,0.99036,-1.65695,-1.16273,-1.07335,2.01649,-0.38258
-0.58013,0.99005,-1.65733,-1.16225,-1.07355,2.01671,-0.38282
-0.58117,0.98975,-1.65770,-1.16178,-1.07375,2.01694,-0.38305
-0.58220,0.98945,-1.65806,-1.16131,-1.07395,2.01716,-0.38328
-0.58324,0.98916,-1.65842,-1.16086,-1.07414,2.01737,-0.38350
-0.58427,0.98887,-1.65877,-1.16041,-1.07433,2.01758,-0.38372
-0.58531,0.98859,-1.65912,-1.15996,-1.07452,2.01779,-0.38394
-0.58635,0.98844,-1.65930,-1.15973,-1.07462,2.01790,-0.38405
-0.58738,0.98807,-1.65973,-1.15921,-1.07484,2.01817,-0.38433
-0.58842,0.98771,-1.66015,-1.15869,-1.07505,2.01843,-0.38460
-0.58945,0.98736,-1.66056,-1.15818,-1.07526,2.01869,-0.38487
-0.59049,0.98701,-1.66097,-1.15767,-1.07547,2.01894,-0.38513
-0.59153,0.98667,-1.66137,-1.15718,-1.07568,2.01919,-0.38539
-0.59256,0.98634,-1.66176,-1.15669,-1.07588,2.01944,-0.38565
-0.59360,0.98601,-1.66215,-1.15620,-1.07608,2.01968,-0.38590
-0.59463,0.98569,-1.66253,-1.15573,-1.07628,2.01991,-0.38614
-0.59567,0.98537,-1.66291,-1.15526,-1.07648,2.02015,-0.38639
-0.59671,0.98506,-1.66328,-1.15479,-1.07667,2.02037,-0.38662
-0.59774,0.98476,-1.66364,-1.15434,-1.07687,2.02060,-0.38686
-0.59878,0.98446,-1.66400,-1.15389,-1.07706,2.02082,-0.38709
-0.59981,0.98416,-1.66435,-1.15344,-1.07725,2.02103,-0.38731
-0.60085,0.98387,-1.66470,-1.15300,-1.07743,2.02125,-0.38753
-0.60189,0.98359,-1.66504,-1.15257,-1.07762,2.02145,-0.38775
-0.60292,0.98355,-1.66509,-1.15252,-1.07764,2.02149,-0.38778
-0.60396,0.98314,-1.66556,-1.15195,-1.07787,2.02179,-0.38810
-0.60499,0.98273,-1.66602,-1.15140,-1.07809,2.02208,-0.38840
-0.60603,0.98233,-1.66648,-1.15085,-1.07831,2.02237,-0.38871
-0.60707,0.98194,-1.66692,-1.15032,-1.07853,2.02266,-0.38901
-0.60810,0.98156,-1.66736,-1.14978,-1.07875,2.02294,-0.38930
-0.60914,0.98118,-1.66780,-1.14926,-1.07896,2.02321,-0.38959
-0.61017,0.98081,-1.66822,-1.14874,-1.07917,2.02348,-0.38987
-0.61121,0.98045,-1.66864,-1.14823,-1.07938,2.02375,-0.39015
-0.61224,0.98009,-1.66905,-1.14773,-1.07959,2.02401,-0.39042
-0.61328,0.97974,-1.66946,-1.14723,-1.07980,2.02427,-0.39069
-0.61432,0.97940,-1.66986,-1.14675,-1.08000,2.02452,-0.39095
-0.61535,0.97906,-1.67025,-1.14626,-1.08020,2.02476,-0.39121
-0.61639,0.97873,-1.67064,-1.14579,-1.08040,2.02501,-0.39146
-0.61742,0.97840,-1.67102,-1.14532,-1.08059,2.02524,-0.39171
-0.61846,0.97808,-1.67140,-1.14486,-1.08079,2.02548,-0.39196
-0.61950,0.97777,-1.67176,-1.14440,-1.08098,2.02571,-0.39220
-0.62053,0.97746,-1.67213,-1.14395,-1.08117,2.02593,-0.39244
-0.62157,0.97716,-1.67248,-1.14351,-1.08136,2.02615,-0.39267
-0.62260,0.97686,-1.67283,-1.14307,-1.08154,2.02637,-0.39290
-0.62364,0.97657,-1.67318,-1.14264,-1.08173,2.02659,-0.39312
-0.62468,0.97628,-1.67352,-1.14222,-1.08191,2.02680,-0.39334
-0.62571,0.97616,-1.67366,-1.14204,-1.08198,2.02689,-0.39344
-0.62675,0.97578,-1.67410,-1.14152,-1.08220,2.02716,-0.39373
-0.62778,0.97541,-1.67452,-1.14100,-1.08241,2.02743,-0.39401
-0.62882,0.97504,-1.67494,-1.14050,-1.08261,2.02770,-0.39429
-0.62986,0.97468,-1.67536,-1.14000,-1.08282,2.02796,-0.39457
-0.63089,0.97433,-1.67576,-1.13950,-1.08302,2.02822,-0.39484
-0.63193,0.97398,-1.67616,-1.13902,-1.08322,2.02847,-0.39511
-0.63296,0.97364,-1.67656,-1.13854,-1.08342,2.02872,-0.39537
-0.63400,0.97331,-1.67695,-1.13807,-1.08362,2.02896,-0.39562
-0.63504,0.97298,-1.67733,-1.13760,-1.08382,2.02920,-0.39588
-0.63607,0.97266,-1.67770,-1.13714,-1.08401,2.02944,-0.39612
-0.63711,0.97235,-1.67807,-1.13669,-1.08420,2.02967,-0.39637
-0.63814,0.97203,-1.67843,-1.13624,-1.08439,2.02990,-0.39661
-0.63918,0.97173,-1.67879,-1.13580,-1.08457,2.03012,-0.39684
-0.64022,0.97143,-1.67914,-1.13537,-1.08476,2.03034,-0.39707
-0.64125,0.97114,-1.67949,-1.13494,-1.08494,2.03055,-0.39730
-0.64229,0.97085,-1.67983,-1.13451,-1.08512,2.03076,-0.39752
-0.64332,0.97061,-1.68011,-1.13417,-1.08527,2.03094,-0.39771
-0.64436,0.97020,-1.68056,-1.13365,-1.08547,2.03123,-0.39802
-0.64540,0.96981,-1.68100,-1.13314,-1.08568,2.03152,-0.39832
-0.64643,0.96942,-1.68143,-1.13263,-1.08589,2.03181,-0.39862
-0.64747,0.96903,-1.68186,-1.13213,-1.08609,2.03208,-0.39892
-0.64850,0.96866,-1.68228,-1.13164,-1.08629,2.03236,-0.39921
-0.64954,0.96829,-1.68269,-1.13115,-1.08649,2.03263,-0.39949
-0.65057,0.96792,-1.68309,-1.13067,-1.08669,2.03289,-0.39977
-0.65161,0.96757,-1.68349,-1.13020,-1.08688,2.03315,-0.40005
-0.65265,0.96722,-1.68389,-1.12973,-1.08707,2.03340,-0.40032
-0.65368,0.96687,-1.68427,-1.12927,-1.08726,2.03365,-0.40058
-0.65472,0.96654,-1.68465,-1.12882,-1.08745,2.03390,-0.40084
-0.65575,0.96621,-1.68503,-1.12837,-1.08764,2.03414,-0.40110
-0.65679,0.96588,-1.68540,-1.12793,-1.08782,2.03438,-0.40135
-0.65783,0.96556,-1.68576,-1.12749,-1.08800,2.03461,-0.40160
-0.65886,0.96525,-1.68612,-1.12706,-1.08818,2.03484,-0.40184
-0.65990,0.96494,-1.68647,-1.12664,-1.08836,2.03506,-0.40208
-0.66093,0.96464,-1.68681,-1.12622,-1.08854,2.03528,-0.40231
-0.66197,0.96434,-1.68715,-1.12581,-1.08871,2.03550,-0.40255
-0.66301,0.96405,-1.68749,-1.12540,-1.08889,2.03571,-0.40277
-0.66404,0.96384,-1.68773,-1.12511,-1.08901,2.03586,-0.40293
-0.66508,0.96348,-1.68813,-1.12463,-1.08920,2.03612,-0.40321
-0.66611,0.96313,-1.68853,-1.12416,-1.08940,2.03638,-0.40348
-0.66715,0.96278,-1.68892,-1.12369,-1.08959,2.03663,-0.40375
-0.66819,0.96245,-1.68931,-1.12323,-1.08978,2.03688,-0.40401
-0.66922,0.96211,-1.68969,-1.12278,-1.08997,2.03712,-0.40427
-0.67026,0.96178,-1.69006,-1.12233,-1.09016,2.03736,-0.40453
-0.67129,0.96146,-1.69043,-1.12189,-1.09034,2.03759,-0.40478
-0.67233,0.96115,-1.69079,-1.12146,-1.09053,2.03782,-0.40502
-0.67337,0.96084,-1.69115,-1.12103,-1.09071,2.03805,-0.40526
-0.67440,0.96053,-1.69150,-1.12060,-1.09088,2.03827,-0.40550
-0.67544,0.96024,-1.69184,-1.12018,-1.09106,2.03849,-0.40573
-0.67647,0.95994,-1.69218,-1.11977,-1.09124,2.03870,-0.40596
-0.67751,0.95965,-1.69251,-1.11937,-1.09141,2.03891,-0.40618
-0.67855,0.95953,-1.69265,-1.11920,-1.09148,2.03900,-0.40628
-0.67958,0.95917,-1.69305,-1.11874,-1.09167,2.03926,-0.40656
-0.68062,0.95882,-1.69344,-1.11828,-1.09185,2.03952,-0.40683
-0.68165,0.95847,-1.69383,-1.11783,-1.09204,2.03977,-0.40710
-0.68269,0.95813,-1.69421,-1.11739,-1.09222,2.04002,-0.40737
-0.68373,0.95779,-1.69458,-1.11695,-1.09240,2.04026,-0.40763
-0.68476,0.95746,-1.69495,-1.11652,-1.09258,2.04050,-0.40789
-0.68580,0.95714,-1.69531,-1.11609,-1.09276,2.04074,-0.40814
-0.68683,0.95682,-1.69567,-1.11567,-1.09293,2.04097,-0.40839
-0.68787,0.95651,-1.69602,-1.11526,-1.09311,2.04119,-0.40863
-0.68891,0.95620,-1.69636,-1.11485,-1.09328,2.04142,-0.40887
-0.68994,0.95590,-1.69670,-1.11445,-1.09345,2.04163,-0.40910
-0.69098,0.95560,-1.69703,-1.11405,-1.09362,2.04185,-0.40933
-0.69201,0.95531,-1.69736,-1.11366,-1.09378,2.04206,-0.40956
-0.69305,0.95522,-1.69747,-1.11354,-1.09383,2.04213,-0.40963
-0.69408,0.95487,-1.69785,-1.11310,-1.09401,2.04238,-0.40991
-0.69512,0.95452,-1.69822,-1.11267,-1.09419,2.04263,-0.41018
-0.69616,0.95418,-1.69859,-1.11224,-1.09436,2.04288,-0.41044
-0.69719,0.95385,-1.69896,-1.11182,-1.09453,2.04312,-0.41070
-0.69823,0.95352,-1.69931,-1.11141,-1.09470,2.04336,-0.41096
-0.69926,0.95320,-1.69967,-1.11100,-1.09487,2.04359,-0.41121
-0.70030,0.95288,-1.70001,-1.11060,-1.09504,2.04382,-0.41146
-0.70134,0.95257,-1.70035,-1.11020,-1.09521,2.04405,-0.41170
-0.70237,0.95227,-1.70069,-1.10981,-1.09537,2.04427,-0.41194
-0.70341,0.95197,-1.70102,-1.10942,-1.09553,2.04448,-0.41217
-0.70444,0.95168,-1.70135,-1.10904,-1.09569,2.04470,-0.41240
-0.70548,0.95152,-1.70151,-1.10885,-1.09577,2.04481,-0.41252
-0.70652,0.95117,-1.70189,-1.10842,-1.09595,2.04506,-0.41279
-0.70755,0.95082,-1.70226,-1.10800,-1.09612,2.04532,-0.41307
-0.70859,0.95048,-1.70263,-1.10759,-1.09629,2.04556,-0.41333
-0.70962,0.95014,-1.70299,-1.10718,-1.09645,2.04581,-0.41360
-0.71066,0.94982,-1.70334,-1.10677,-1.09662,2.04604,-0.41385
-0.71170,0.94949,-1.70369,-1.10637,-1.09678,2.04628,-0.41411
-0.71273,0.94917,-1.70404,-1.10598,-1.09695,2.04651,-0.41435
-0.71377,0.94886,-1.70437,-1.10559,-1.09711,2.04673,-0.41460
-0.71480,0.94856,-1.70471,-1.10521,-1.09727,2.04696,-0.41484
-0.71584,0.94826,-1.70503,-1.10483,-1.09742,2.04717,-0.41507
-0.71688,0.94796,-1.70535,-1.10446,-1.09758,2.04739,-0.41531
-0.71791,0.94781,-1.70552,-1.10427,-1.09766,2.04750,-0.41543
-0.71895,0.94744,-1.70591,-1.10384,-1.09783,2.04776,-0.41571
-0.71998,0.94708,-1.70629,-1.10342,-1.09800,2.04802,-0.41599
-0.72102,0.94673,-1.70666,-1.10300,-1.09817,2.04828,-0.41627
-0.72206,0.94638,-1.70703,-1.10259,-1.09834,2.04853,-0.41654
-0.72309,0.94604,-1.70739,-1.10218,-1.09850,2.04877,-0.41681
-0.72413,0.94571,-1.70775,-1.10178,-1.09867,2.04902,-0.41707
-0.72516,0.94538,-1.70810,-1.10138,-1.09883,2.04925,-0.41733
-0.72620,0.94506,-1.70845,-1.10099,-1.09899,2.04949,-0.41758
-0.72724,0.94474,-1.70879,-1.10060,-1.09915,2.04971,-0.41783
-0.72827,0.94443,-1.70912,-1.10022,-1.09931,2.04994,-0.41807
-0.72931,0.94413,-1.70945,-1.09985,-1.09947,2.05016,-0.41831
-0.73034,0.94383,-1.70977,-1.09948,-1.09962,2.05038,-0.41855
-0.73138,0.94353,-1.71009,-1.09911,-1.09977,2.05059,-0.41878
-0.73241,0.94344,-1.71019,-1.09900,-1.09982,2.05065,-0.41885
-0.73345,0.94312,-1.71054,-1.09860,-1.09998,2.05088,-0.41910
-0.73449,0.94281,-1.71088,-1.09821,-1.10014,2.05111,-0.41935
-0.73552,0.94250,-1.71121,-1.09783,-1.10030,2.05133,-0.41959
-0.73656,0.94220,-1.71154,-1.09745,-1.10046,2.05155,-0.41982
-0.73759,0.94191,-1.71187,-1.09707,-1.10062,2.05176,-0.42006
-0.73863,0.94162,-1.71219,-1.09670,-1.10077,2.05197,-0.42029
-0.73967,0.94157,-1.71224,-1.09664,-1.10080,2.05201,-0.42033
-0.74070,0.94107,-1.71278,-1.09605,-1.10103,2.05237,-0.42072
-0.74174,0.94057,-1.71331,-1.09547,-1.10125,2.05272,-0.42110
-0.74277,0.94009,-1.71383,-1.09489,-1.10148,2.05307,-0.42148
-0.74381,0.93962,-1.71434,-1.09433,-1.10170,2.05340,-0.42185
-0.74485,0.93916,-1.71485,-1.09377,-1.10192,2.05374,-0.42221
-0.74588,0.93870,-1.71535,-1.09321,-1.10214,2.05406,-0.42257
-0.74692,0.93825,-1.71583,-1.09267,-1.10236,2.05439,-0.42292
-0.74795,0.93781,-1.71632,-1.09213,-1.10257,2.05470,-0.42326
-0.74899,0.93738,-1.71679,-1.09160,-1.10278,2.05501,-0.42360
-0.75003,0.93696,-1.71725,-1.09107,-1.10299,2.05531,-0.42393
-0.75106,0.93655,-1.71771,-1.09056,-1.10320,2.05561,-0.42426
-0.75210,0.93614,-1.71816,-1.09004,-1.10341,2.05590,-0.42458
-0.75313,0.93574,-1.71861,-1.08954,-1.10361,2.05619,-0.42489
-0.75417,0.93535,-1.71905,-1.08904,-1.10381,2.05647,-0.42520
-0.75521,0.93496,-1.71948,-1.08855,-1.10401,2.05675,-0.42551
-0.75624,0.93458,-1.71990,-1.08807,-1.10421,2.05702,-0.42580
-0.75728,0.93421,-1.72031,-1.08759,-1.10441,2.05729,-0.42610
-0.75831,0.93385,-1.72072,-1.08712,-1.10460,2.05755,-0.42639
-0.75935,0.93349,-1.72113,-1.08665,-1.10479,2.05781,-0.42667
-0.76039,0.93314,-1.72152,-1.08620,-1.10498,2.05806,-0.42695
-0.76142,0.93279,-1.72191,-1.08574,-1.10517,2.05831,-0.42722
-0.76246,0.93245,-1.72230,-1.08530,-1.10536,2.05855,-0.42749
-0.76349,0.93212,-1.72268,-1.08486,-1.10554,2.05879,-0.42775
-0.76453,0.93180,-1.72305,-1.08442,-1.10573,2.05903,-0.42801
-0.76557,0.93148,-1.72342,-1.08399,-1.10591,2.05926,-0.42826
-0.76660,0.93116,-1.72378,-1.08357,-1.10608,2.05949,-0.42851
-0.76764,0.93085,-1.72413,-1.08315,-1.10626,2.05971,-0.42876
-0.76867,0.93055,-1.72448,-1.08274,-1.10644,2.05993,-0.42900
-0.76971,0.93025,-1.72482,-1.08233,-1.10661,2.06014,-0.42924
-0.77074,0.92996,-1.72516,-1.08193,-1.10678,2.06035,-0.42947
-0.77178,0.92967,-1.72549,-1.08154,-1.10695,2.06056,-0.42970
-0.77282,0.92939,-1.72582,-1.08115,-1.10712,2.06076,-0.42992
-0.77385,0.92935,-1.72586,-1.08110,-1.10714,2.06079,-0.42995
-0.77489,0.92897,-1.72626,-1.08066,-1.10731,2.06107,-0.43026
-0.77592,0.92859,-1.72666,-1.08023,-1.10749,2.06134,-0.43056
-0.77696,0.92822,-1.72705,-1.07981,-1.10766,2.06160,-0.43085
-0.77800,0.92786,-1.72743,-1.07939,-1.10783,2.06186,-0.43114
-0.77903,0.92750,-1.72781,-1.07897,-1.10800,2.06212,-0.43142
-0.78007,0.92715,-1.72818,-1.07856,-1.10817,2.06237,-0.43170
-0.78110,0.92681,-1.72855,-1.07816,-1.10833,2.06262,-0.43197
-0.78214,0.92647,-1.72891,-1.07776,-1.10850,2.06286,-0.43224
-0.78318,0.92614,-1.72926,-1.07737,-1.10866,2.06310,-0.43250
-0.78421,0.92582,-1.72961,-1.07698,-1.10882,2.06333,-0.43276
-0.78525,0.92550,-1.72995,-1.07660,-1.10898,2.06356,-0.43302
-0.78628,0.92518,-1.73029,-1.07622,-1.10914,2.06378,-0.43327
-0.78732,0.92488,-1.73062,-1.07584,-1.10929,2.06400,-0.43351
-0.78836,0.92457,-1.73095,-1.07548,-1.10945,2.06422,-0.43375
-0.78939,0.92428,-1.73127,-1.07511,-1.10960,2.06443,-0.43399
-0.79043,0.92399,-1.73159,-1.07475,-1.10975,2.06464,-0.43422
-0.79146,0.92386,-1.73172,-1.07461,-1.10981,2.06473,-0.43432
-0.79250,0.92350,-1.73207,-1.07424,-1.10996,2.06499,-0.43461
-0.79354,0.92315,-1.73242,-1.07388,-1.11010,2.06524,-0.43489
-0.79457,0.92280,-1.73277,-1.07352,-1.11025,2.06549,-0.43516
-0.79561,0.92246,-1.73311,-1.07317,-1.11039,2.06574,-0.43544
-0.79664,0.92213,-1.73344,-1.07282,-1.11053,2.06597,-0.43570
-0.79768,0.92180,-1.73377,-1.07248,-1.11067,2.06621,-0.43597
-0.79872,0.92148,-1.73409,-1.07214,-1.11081,2.06644,-0.43622
-0.79975,0.92116,-1.73441,-1.07180,-1.11095,2.06667,-0.43648
-0.80079,0.92085,-1.73472,-1.07147,-1.11108,2.06689,-0.43672
-0.80182,0.92055,-1.73503,-1.07114,-1.11122,2.06711,-0.43697
-0.80286,0.92025,-1.73533,-1.07082,-1.11135,2.06732,-0.43721
-0.80390,0.92006,-1.73551,-1.07063,-1.11143,2.06746,-0.43736
-0.80493,0.91970,-1.73586,-1.07030,-1.11156,2.06772,-0.43765
-0.80597,0.91934,-1.73619,-1.06997,-1.11169,2.06797,-0.43793
-0.80700,0.91899,-1.73652,-1.06964,-1.11182,2.06823,-0.43822
-0.80804,0.91864,-1.73685,-1.06932,-1.11194,2.06848,-0.43849
-0.80907,0.91830,-1.73717,-1.06901,-1.11207,2.06872,-0.43877
-0.81011,0.91797,-1.73748,-1.06870,-1.11219,2.06896,-0.43903
-0.81115,0.91764,-1.73779,-1.06839,-1.11231,2.06919,-0.43930
-0.81218,0.91732,-1.73810,-1.06809,-1.11243,2.06942,-0.43955
-0.81322,0.91700,-1.73840,-1.06779,-1.11255,2.06965,-0.43981
-0.81425,0.91669,-1.73869,-1.06749,-1.11267,2.06987,-0.44006
-0.81529,0.91639,-1.73898,-1.06720,-1.11279,2.07009,-0.44030
-0.81633,0.91617,-1.73919,-1.06699,-1.11287,2.07024,-0.44048
-0.81736,0.91579,-1.73954,-1.06666,-1.11300,2.07051,-0.44078
-0.81840,0.91542,-1.73988,-1.06633,-1.11313,2.07078,-0.44107
-0.81943,0.91506,-1.74022,-1.06600,-1.11326,2.07103,-0.44136
-0.82047,0.91471,-1.74055,-1.06568,-1.11338,2.07129,-0.44165
-0.82151,0.91436,-1.74088,-1.06536,-1.11351,2.07154,-0.44193
-0.82254,0.91401,-1.74120,-1.06504,-1.11363,2.07178,-0.44220
-0.82358,0.91368,-1.74152,-1.06473,-1.11375,2.07202,-0.44247
-0.82461,0.91335,-1.74183,-1.06443,-1.11387,2.07226,-0.44273
-0.82565,0.91302,-1.74214,-1.06412,-1.11399,2.07249,-0.44300
-0.82669,0.91271,-1.74244,-1.06383,-1.11411,2.07271,-0.44325
-0.82772,0.91240,-1.74274,-1.06353,-1.11423,2.07294,-0.44350
-0.82876,0.91209,-1.74303,-1.06324,-1.11435,2.07316,-0.44375
-0.82979,0.91179,-1.74332,-1.06295,-1.11446,2.07337,-0.44399
-0.83083,0.91172,-1.74338,-1.06289,-1.11449,2.07342,-0.44404
-0.83187,0.91135,-1.74371,-1.06259,-1.11460,2.07368,-0.44434
-0.83290,0.91099,-1.74403,-1.06230,-1.11471,2.07394,-0.44463
-0.83394,0.91063,-1.74435,-1.06200,-1.11482,2.07419,-0.44492
-0.83497,0.91028,-1.74466,-1.06171,-1.11493,2.07444,-0.44520
-0.83601,0.90994,-1.74497,-1.06143,-1.11504,2.07469,-0.44547
-0.83705,0.90960,-1.74528,-1.06115,-1.11515,2.07493,-0.44575
-0.83808,0.90927,-1.74558,-1.06087,-1.11526,2.07516,-0.44601
-0.83912,0.90895,-1.74587,-1.06059,-1.11537,2.07539,-0.44627
-0.84015,0.90863,-1.74616,-1.06032,-1.11547,2.07562,-0.44653
-0.84119,0.90832,-1.74644,-1.06005,-1.11558,2.07584,-0.44678
-0.84223,0.90801,-1.74672,-1.05979,-1.11568,2.07606,-0.44703
-0.84326,0.90777,-1.74695,-1.05957,-1.11576,2.07624,-0.44723
-0.84430,0.90741,-1.74726,-1.05929,-1.11587,2.07649,-0.44752
-0.84533,0.90706,-1.74757,-1.05901,-1.11598,2.07674,-0.44780
-0.84637,0.90672,-1.74788,-1.05873,-1.11608,2.07699,-0.44808
-0.84740,0.90638,-1.74818,-1.05846,-1.11618,2.07723,-0.44835
-0.84844,0.90605,-1.74847,-1.05819,-1.11629,2.07746,-0.44861
-0.84948,0.90572,-1.74877,-1.05792,-1.11639,2.07769,-0.44888
-0.85051,0.90540,-1.74905,-1.05766,-1.11649,2.07792,-0.44913
-0.85155,0.90509,-1.74933,-1.05740,-1.11659,2.07814,-0.44939
-0.85258,0.90478,-1.74961,-1.05714,-1.11669,2.07836,-0.44964
-0.85362,0.90454,-1.74983,-1.05694,-1.11677,2.07854,-0.44984
-0.85466,0.90418,-1.75014,-1.05666,-1.11688,2.07879,-0.45012
-0.85569,0.90383,-1.75045,-1.05639,-1.11698,2.07904,-0.45041
-0.85673,0.90348,-1.75076,-1.05612,-1.11708,2.07929,-0.45069
-0.85776,0.90315,-1.75105,-1.05585,-1.11718,2.07953,-0.45096
-0.85880,0.90282,-1.75135,-1.05559,-1.11728,2.07976,-0.45123
-0.85984,0.90249,-1.75163,-1.05533,-1.11738,2.07999,-0.45149
-0.86087,0.90217,-1.75192,-1.05508,-1.11747,2.08022,-0.45175
-0.86191,0.90186,-1.75220,-1.05482,-1.11757,2.08044,-0.45200
-0.86294,0.90155,-1.75247,-1.05457,-1.11767,2.08066,-0.45225
-0.86398,0.90127,-1.75272,-1.05435,-1.11775,2.08086,-0.45248
-0.86502,0.90092,-1.75303,-1.05408,-1.11785,2.08111,-0.45276
-0.86605,0.90057,-1.75333,-1.05381,-1.11795,2.08136,-0.45305
-0.86709,0.90022,-1.75363,-1.05355,-1.11805,2.08160,-0.45332
-0.86812,0.89989,-1.75393,-1.05329,-1.11815,2.08184,-0.45360
-0.86916,0.89956,-1.75422,-1.05303,-1.11824,2.08208,-0.45387
-0.87020,0.89923,-1.75451,-1.05278,-1.11834,2.08231,-0.45413
-0.87123,0.89891,-1.75479,-1.05253,-1.11843,2.08253,-0.45439
-0.87227,0.89860,-1.75506,-1.05228,-1.11853,2.08276,-0.45464
-0.87330,0.89829,-1.75534,-1.05204,-1.11862,2.08297,-0.45489
-0.87434,0.89802,-1.75558,-1.05182,-1.11871,2.08317,-0.45511
-0.87538,0.89769,-1.75587,-1.05156,-1.11880,2.08340,-0.45538
-0.87641,0.89736,-1.75616,-1.05130,-1.11890,2.08363,-0.45565
-0.87745,0.89705,-1.75644,-1.05105,-1.11899,2.08386,-0.45591
-0.87848,0.89673,-1.75672,-1.05080,-1.11909,2.08408,-0.45616
-0.87952,0.89643,-1.75699,-1.05056,-1.11918,2.08430,-0.45641
-0.88056,0.89612,-1.75727,-1.05031,-1.11928,2.08452,-0.45666
-0.88159,0.89579,-1.75756,-1.05005,-1.11937,2.08475,-0.45693
-0.88263,0.89547,-1.75785,-1.04980,-1.11947,2.08498,-0.45719
-0.88366,0.89515,-1.75813,-1.04955,-1.11956,2.08521,-0.45745
-0.88470,0.89484,-1.75841,-1.04930,-1.11966,2.08543,-0.45770
-0.88574,0.89453,-1.75868,-1.04905,-1.11975,2.08565,-0.45795
-0.88677,0.89423,-1.75895,-1.04880,-1.11985,2.08586,-0.45820
-0.88781,0.89420,-1.75898,-1.04878,-1.11986,2.08588,-0.45823
-0.88884,0.89388,-1.75926,-1.04853,-1.11995,2.08611,-0.45849
-0.88988,0.89356,-1.75954,-1.04829,-1.12004,2.08633,-0.45874
-0.89091,0.89325,-1.75981,-1.04805,-1.12013,2.08655,-0.45899
-0.89195,0.89295,-1.76008,-1.04781,-1.12022,2.08676,-0.45924
-0.89299,0.89289,-1.76013,-1.04776,-1.12024,2.08681,-0.45929
-0.89402,0.89258,-1.76040,-1.04754,-1.12032,2.08703,-0.45954
-0.89506,0.89228,-1.76066,-1.04731,-1.12041,2.08724,-0.45979
-0.89609,0.89215,-1.76077,-1.04722,-1.12044,2.08733,-0.45989
-0.89713,0.89184,-1.76103,-1.04701,-1.12052,2.08755,-0.46014
-0.89817,0.89154,-1.76128,-1.04680,-1.12060,2.08777,-0.46039
-0.89920,0.89145,-1.76136,-1.04673,-1.12062,2.08783,-0.46047
-0.90024,0.89114,-1.76163,-1.04651,-1.12070,2.08805,-0.46072
-0.90127,0.89083,-1.76188,-1.04629,-1.12078,2.08826,-0.46097
-0.90231,0.89052,-1.76214,-1.04608,-1.12086,2.08849,-0.46122
-0.90335,0.89022,-1.76240,-1.04588,-1.12094,2.08870,-0.46147
-0.90438,0.89012,-1.76247,-1.04582,-1.12096,2.08877,-0.46155
-0.90542,0.88981,-1.76273,-1.04562,-1.12103,2.08899,-0.46180
-0.90645,0.88950,-1.76298,-1.04542,-1.12110,2.08921,-0.46206
-0.90749,0.88938,-1.76308,-1.04535,-1.12112,2.08929,-0.46216
-0.90853,0.88907,-1.76332,-1.04516,-1.12119,2.08952,-0.46241
-0.90956,0.88876,-1.76357,-1.04498,-1.12125,2.08973,-0.46267
-0.91060,0.88863,-1.76366,-1.04491,-1.12128,2.08982,-0.46277
-0.91163,0.88831,-1.76390,-1.04476,-1.12132,2.09005,-0.46303
-0.91267,0.88800,-1.76413,-1.04461,-1.12137,2.09027,-0.46329
-0.91371,0.88769,-1.76435,-1.04446,-1.12142,2.09049,-0.46354
-0.91474,0.88737,-1.76455,-1.04437,-1.12144,2.09072,-0.46380
-0.91578,0.88709,-1.76473,-1.04430,-1.12145,2.09091,-0.46403
-0.91681,0.88684,-1.76488,-1.04425,-1.12146,2.09109,-0.46424
-0.91785,0.88658,-1.76502,-1.04421,-1.12146,2.09127,-0.46444
-0.91889,0.88633,-1.76515,-1.04420,-1.12144,2.09145,-0.46465
-0.91992,0.88631,-1.76511,-1.04427,-1.12141,2.09146,-0.46467
-0.92096,0.88643,-1.76467,-1.04498,-1.12112,2.09138,-0.46458
-0.92199,0.88655,-1.76422,-1.04568,-1.12083,2.09130,-0.46449
-0.92303,0.88666,-1.76379,-1.04636,-1.12055,2.09123,-0.46441
-0.92407,0.88678,-1.76336,-1.04704,-1.12026,2.09115,-0.46432
-0.92510,0.88689,-1.76294,-1.04771,-1.11999,2.09108,-0.46424
-0.92614,0.88698,-1.76260,-1.04824,-1.11976,2.09101,-0.46417
-0.92717,0.88715,-1.76212,-1.04897,-1.11946,2.09090,-0.46404
-0.92821,0.88731,-1.76165,-1.04969,-1.11916,2.09079,-0.46391
-0.92924,0.88748,-1.76118,-1.05040,-1.11887,2.09068,-0.46379
-0.93028,0.88763,-1.76072,-1.05110,-1.11858,2.09057,-0.46366
-0.93132,0.88779,-1.76027,-1.05178,-1.11829,2.09047,-0.46354
-0.93235,0.88794,-1.75982,-1.05246,-1.11801,2.09036,-0.46342
-0.93339,0.88810,-1.75939,-1.05313,-1.11773,2.09026,-0.46331
-0.93442,0.88824,-1.75895,-1.05379,-1.11745,2.09016,-0.46319
-0.93546,0.88839,-1.75853,-1.05444,-1.11718,2.09006,-0.46308
-0.93650,0.88853,-1.75811,-1.05508,-1.11691,2.08996,-0.46297
-0.93753,0.88868,-1.75770,-1.05571,-1.11664,2.08986,-0.46285
-0.93857,0.88886,-1.75724,-1.05639,-1.11636,2.08974,-0.46271
-0.93960,0.88903,-1.75680,-1.05705,-1.11608,2.08962,-0.46258
-0.94064,0.88921,-1.75636,-1.05771,-1.11581,2.08950,-0.46244
-0.94168,0.88938,-1.75593,-1.05835,-1.11554,2.08938,-0.46231
-0.94271,0.88954,-1.75550,-1.05899,-1.11527,2.08927,-0.46218
-0.94375,0.88971,-1.75508,-1.05961,-1.11500,2.08916,-0.46205
-0.94478,0.88987,-1.75467,-1.06023,-1.11474,2.08905,-0.46192
-0.94582,0.89000,-1.75434,-1.06073,-1.11453,2.08895,-0.46182
-0.94686,0.89021,-1.75388,-1.06139,-1.11425,2.08881,-0.46165
-0.94789,0.89041,-1.75342,-1.06205,-1.11397,2.08867,-0.46150
-0.94893,0.89061,-1.75298,-1.06270,-1.11370,2.08854,-0.46134
-0.94996,0.89080,-1.75254,-1.06334,-1.11343,2.08840,-0.46118
-0.95100,0.89100,-1.75211,-1.06397,-1.11316,2.08827,-0.46103
-0.95204,0.89118,-1.75168,-1.06459,-1.11290,2.08814,-0.46088
-0.95307,0.89137,-1.75126,-1.06520,-1.11264,2.08801,-0.46073
-0.95411,0.89155,-1.75085,-1.06580,-1.11238,2.08788,-0.46059
-0.95514,0.89173,-1.75045,-1.06640,-1.11213,2.08776,-0.46044
-0.95618,0.89188,-1.75012,-1.06687,-1.11193,2.08766,-0.46033
-0.95722,0.89209,-1.74968,-1.06750,-1.11166,2.08751,-0.46016
-0.95825,0.89230,-1.74924,-1.06813,-1.11139,2.08736,-0.45999
-0.95929,0.89251,-1.74882,-1.06874,-1.11113,2.08722,-0.45983
-0.96032,0.89271,-1.74839,-1.06934,-1.11088,2.08708,-0.45966
-0.96136,0.89291,-1.74798,-1.06994,-1.11062,2.08694,-0.45950
-0.96240,0.89311,-1.74757,-1.07053,-1.11037,2.08680,-0.45935
-0.96343,0.89330,-1.74717,-1.07110,-1.11012,2.08667,-0.45919
-0.96447,0.89349,-1.74677,-1.07168,-1.10988,2.08653,-0.45904
-0.96550,0.89370,-1.74636,-1.07226,-1.10962,2.08639,-0.45887
-0.96654,0.89390,-1.74595,-1.07284,-1.10938,2.08625,-0.45871
-0.96757,0.89410,-1.74555,-1.07341,-1.10913,2.08611,-0.45855
-0.96861,0.89430,-1.74516,-1.07398,-1.10889,2.08597,-0.45839
-0.96965,0.89434,-1.74508,-1.07409,-1.10884,2.08594,-0.45836
-0.97068,0.89459,-1.74463,-1.07471,-1.10858,2.08577,-0.45817
-0.97172,0.89482,-1.74419,-1.07532,-1.10832,2.08561,-0.45798
-0.97275,0.89506,-1.74376,-1.07592,-1.10806,2.08544,-0.45779
-0.97379,0.89529,-1.74333,-1.07651,-1.10781,2.08528,-0.45760
-0.97483,0.89551,-1.74291,-1.07710,-1.10756,2.08513,-0.45742
-0.97586,0.89574,-1.74250,-1.07767,-1.10731,2.08497,-0.45724
-0.97690,0.89595,-1.74210,-1.07824,-1.10707,2.08482,-0.45707
-0.97793,0.89617,-1.74170,-1.07880,-1.10683,2.08467,-0.45690
-0.97897,0.89638,-1.74131,-1.07935,-1.10659,2.08452,-0.45673
-0.98001,0.89659,-1.74092,-1.07990,-1.10635,2.08437,-0.45656
-0.98104,0.89685,-1.74048,-1.08049,-1.10610,2.08419,-0.45635
-0.98208,0.89710,-1.74004,-1.08109,-1.10584,2.08402,-0.45615
-0.98311,0.89734,-1.73962,-1.08167,-1.10560,2.08385,-0.45596
-0.98415,0.89758,-1.73920,-1.08224,-1.10535,2.08368,-0.45576
-0.98519,0.89782,-1.73879,-1.08281,-1.10511,2.08351,-0.45557
-0.98622,0.89805,-1.73838,-1.08336,-1.10487,2.08335,-0.45538
-0.98726,0.89828,-1.73798,-1.08391,-1.10463,2.08319,-0.45520
-0.98829,0.89851,-1.73759,-1.08445,-1.10440,2.08303,-0.45502
-0.98933,0.89873,-1.73720,-1.08499,-1.10416,2.08287,-0.45484
-0.99037,0.89895,-1.73681,-1.08552,-1.10393,2.08271,-0.45466
-0.99140,0.89925,-1.73634,-1.08614,-1.10367,2.08251,-0.45442
-0.99244,0.89954,-1.73588,-1.08676,-1.10341,2.08230,-0.45419
-0.99347,0.89982,-1.73542,-1.08736,-1.10315,2.08210,-0.45396
-0.99451,0.90010,-1.73498,-1.08795,-1.10290,2.08191,-0.45374
-0.99555,0.90037,-1.73454,-1.08854,-1.10265,2.08172,-0.45352
-0.99658,0.90064,-1.73410,-1.08912,-1.10240,2.08153,-0.45330
-0.99762,0.90091,-1.73368,-1.08969,-1.10216,2.08134,-0.45309
-0.99865,0.90117,-1.73326,-1.09025,-1.10192,2.08116,-0.45288
-0.99969,0.90142,-1.73284,-1.09080,-1.10168,2.08097,-0.45267
-1.00073,0.90168,-1.73244,-1.09134,-1.10145,2.08080,-0.45247
-1.00176,0.90192,-1.73204,-1.09188,-1.10121,2.08062,-0.45227
-1.00280,0.90217,-1.73165,-1.09241,-1.10099,2.08045,-0.45207
-1.00383,0.90241,-1.73126,-1.09293,-1.10076,2.08028,-0.45188
-1.00487,0.90264,-1.73088,-1.09344,-1.10054,2.08011,-0.45169
-1.00590,0.90287,-1.73051,-1.09395,-1.10032,2.07995,-0.45150
-1.00694,0.90295,-1.73038,-1.09411,-1.10025,2.07990,-0.45144
-1.00798,0.90326,-1.72992,-1.09471,-1.09999,2.07968,-0.45120
-1.00901,0.90356,-1.72947,-1.09530,-1.09974,2.07947,-0.45095
-1.01005,0.90385,-1.72902,-1.09588,-1.09949,2.07926,-0.45072
-1.01108,0.90414,-1.72858,-1.09646,-1.09925,2.07905,-0.45048
-1.01212,0.90443,-1.72815,-1.09702,-1.09901,2.07885,-0.45025
-1.01316,0.90471,-1.72772,-1.09758,-1.09877,2.07865,-0.45003
-1.01419,0.90499,-1.72730,-1.09813,-1.09853,2.07846,-0.44980
-1.01523,0.90526,-1.72689,-1.09867,-1.09830,2.07827,-0.44958
-1.01626,0.90553,-1.72649,-1.09920,-1.09807,2.07808,-0.44937
-1.01730,0.90579,-1.72609,-1.09973,-1.09784,2.07789,-0.44916
-1.01834,0.90605,-1.72570,-1.10024,-1.09762,2.07771,-0.44895
-1.01937,0.90630,-1.72531,-1.10075,-1.09740,2.07753,-0.44874
-1.02041,0.90655,-1.72493,-1.10125,-1.09718,2.07735,-0.44854
-1.02144,0.90680,-1.72456,-1.10175,-1.09696,2.07718,-0.44834
-1.02248,0.90704,-1.72419,-1.10224,-1.09675,2.07700,-0.44815
-1.02352,0.90712,-1.72407,-1.10239,-1.09668,2.07695,-0.44809
-1.02455,0.90742,-1.72364,-1.10295,-1.09645,2.07674,-0.44785
-1.02559,0.90771,-1.72322,-1.10349,-1.09621,2.07653,-0.44761
-1.02662,0.90799,-1.72280,-1.10403,-1.09598,2.07633,-0.44738
-1.02766,0.90828,-1.72239,-1.10456,-1.09575,2.07613,-0.44716
-1.02870,0.90855,-1.72199,-1.10509,-1.09553,2.07593,-0.44693
-1.02973,0.90882,-1.72159,-1.10560,-1.09530,2.07574,-0.44672
-1.03077,0.90909,-1.72120,-1.10611,-1.09509,2.07555,-0.44650
-1.03180,0.90936,-1.72081,-1.10661,-1.09487,2.07536,-0.44629
-1.03284,0.90961,-1.72044,-1.10710,-1.09465,2.07518,-0.44608
-1.03388,0.90987,-1.72006,-1.10759,-1.09444,2.07500,-0.44587
-1.03491,0.91012,-1.71970,-1.10807,-1.09423,2.07482,-0.44567
-1.03595,0.91033,-1.71939,-1.10847,-1.09406,2.07467,-0.44550
-1.03698,0.91071,-1.71886,-1.10913,-1.09378,2.07440,-0.44520
-1.03802,0.91108,-1.71834,-1.10979,-1.09351,2.07414,-0.44490
-1.03906,0.91145,-1.71783,-1.11043,-1.09324,2.07388,-0.44461
-1.04009,0.91181,-1.71733,-1.11107,-1.09297,2.07362,-0.44432
-1.04113,0.91216,-1.71683,-1.11169,-1.09271,2.07337,-0.44404
-1.04216,0.91251,-1.71634,-1.11231,-1.09245,2.07312,-0.44376
-1.04320,0.91286,-1.71586,-1.11292,-1.09219,2.07288,-0.44348
-1.04423,0.91319,-1.71539,-1.11352,-1.09194,2.07264,-0.44321
-1.04527,0.91352,-1.71493,-1.11411,-1.09169,2.07241,-0.44295
-1.04631,0.91385,-1.71447,-1.11469,-1.09144,2.07217,-0.44269
-1.04734,0.91417,-1.71402,-1.11526,-1.09119,2.07195,-0.44243
-1.04838,0.91449,-1.71358,-1.11582,-1.09095,2.07172,-0.44218
-1.04941,0.91479,-1.71315,-1.11638,-1.09071,2.07150,-0.44193
-1.05045,0.91510,-1.71272,-1.11693,-1.09048,2.07129,-0.44169
-1.05149,0.91540,-1.71230,-1.11747,-1.09025,2.07107,-0.44145
-1.05252,0.91569,-1.71189,-1.11800,-1.09002,2.07086,-0.44121
-1.05356,0.91598,-1.71148,-1.11852,-1.08979,2.07066,-0.44098
-1.05459,0.91627,-1.71108,-1.11904,-1.08957,2.07045,-0.44075
-1.05563,0.91654,-1.71069,-1.11955,-1.08935,2.07025,-0.44053
-1.05667,0.91682,-1.71030,-1.12005,-1.08913,2.07006,-0.44031
-1.05770,0.91709,-1.70992,-1.12054,-1.08891,2.06987,-0.44009
-1.05874,0.91736,-1.70954,-1.12103,-1.08870,2.06968,-0.43988
-1.05977,0.91762,-1.70918,-1.12151,-1.08849,2.06949,-0.43967
-1.06081,0.91787,-1.70881,-1.12198,-1.08828,2.06931,-0.43946
-1.06185,0.91810,-1.70849,-1.12240,-1.08810,2.06914,-0.43928
-1.06288,0.91839,-1.70809,-1.12291,-1.08788,2.06893,-0.43904
-1.06392,0.91868,-1.70770,-1.12341,-1.08766,2.06873,-0.43882
-1.06495,0.91896,-1.70731,-1.12391,-1.08744,2.06853,-0.43859
-1.06599,0.91923,-1.70693,-1.12439,-1.08723,2.06833,-0.43837
-1.06703,0.91950,-1.70656,-1.12487,-1.08702,2.06814,-0.43815
-1.06806,0.91977,-1.70619,-1.12535,-1.08682,2.06795,-0.43794
-1.06910,0.92003,-1.70583,-1.12581,-1.08661,2.06776,-0.43773
-1.07013,0.92029,-1.70548,-1.12627,-1.08641,2.06758,-0.43752
-1.07117,0.92032,-1.70543,-1.12633,-1.08639,2.06755,-0.43750
-1.07221,0.92065,-1.70498,-1.12690,-1.08614,2.06732,-0.43724
-1.07324,0.92097,-1.70454,-1.12746,-1.08590,2.06709,-0.43698
-1.07428,0.92129,-1.70410,-1.12802,-1.08567,2.06686,-0.43672
-1.07531,0.92161,-1.70367,-1.12856,-1.08543,2.06664,-0.43647
-1.07635,0.92191,-1.70325,-1.12910,-1.08520,2.06642,-0.43623
-1.07739,0.92222,-1.70284,-1.12963,-1.08497,2.06620,-0.43598
-1.07842,0.92251,-1.70243,-1.13015,-1.08475,2.06599,-0.43575
-1.07946,0.92281,-1.70203,-1.13067,-1.08453,2.06578,-0.43551
-1.08049,0.92310,-1.70163,-1.13117,-1.08431,2.06557,-0.43528
-1.08153,0.92338,-1.70124,-1.13167,-1.08409,2.06537,-0.43506
-1.08257,0.92366,-1.70086,-1.13216,-1.08388,2.06517,-0.43484
-1.08360,0.92393,-1.70048,-1.13265,-1.08367,2.06497,-0.43462
-1.08464,0.92420,-1.70011,-1.13313,-1.08346,2.06478,-0.43440
-1.08567,0.92446,-1.69975,-1.13360,-1.08325,2.06459,-0.43419
-1.08671,0.92472,-1.69939,-1.13406,-1.08305,2.06441,-0.43398
-1.08774,0.92486,-1.69920,-1.13430,-1.08294,2.06430,-0.43387
-1.08878,0.92523,-1.69873,-1.13489,-1.08270,2.06404,-0.43358
-1.08982,0.92559,-1.69825,-1.13547,-1.08245,2.06378,-0.43329
-1.09085,0.92595,-1.69779,-1.13605,-1.08221,2.06353,-0.43301
-1.09189,0.92630,-1.69734,-1.13661,-1.08197,2.06328,-0.43273
-1.09292,0.92664,-1.69689,-1.13716,-1.08174,2.06303,-0.43246
-1.09396,0.92698,-1.69645,-1.13771,-1.08151,2.06279,-0.43219
-1.09500,0.92731,-1.69602,-1.13825,-1.08128,2.06255,-0.43193
-1.09603,0.92764,-1.69559,-1.13878,-1.08105,2.06232,-0.43167
-1.09707,0.92796,-1.69517,-1.13930,-1.08083,2.06209,-0.43141
-1.09810,0.92827,-1.69476,-1.13982,-1.08061,2.06186,-0.43116
-1.09914,0.92858,-1.69436,-1.14033,-1.08039,2.06164,-0.43091
-1.10018,0.92889,-1.69396,-1.14082,-1.08018,2.06142,-0.43067
-1.10121,0.92919,-1.69357,-1.14132,-1.07997,2.06121,-0.43043
-1.10225,0.92948,-1.69318,-1.14180,-1.07976,2.06100,-0.43020
-1.10328,0.92977,-1.69280,-1.14228,-1.07955,2.06079,-0.42997
-1.10432,0.93006,-1.69243,-1.14275,-1.07935,2.06058,-0.42974
-1.10536,0.93034,-1.69206,-1.14322,-1.07915,2.06038,-0.42952
-1.10639,0.93061,-1.69170,-1.14367,-1.07895,2.06018,-0.42930
-1.10743,0.93088,-1.69135,-1.14412,-1.07875,2.05999,-0.42908
-1.10846,0.93116,-1.69099,-1.14458,-1.07855,2.05979,-0.42886
-1.10950,0.93154,-1.69051,-1.14515,-1.07832,2.05952,-0.42857
-1.11054,0.93191,-1.69005,-1.14571,-1.07808,2.05925,-0.42827
-1.11157,0.93227,-1.68959,-1.14627,-1.07785,2.05899,-0.42798
-1.11261,0.93263,-1.68915,-1.14681,-1.07762,2.05874,-0.42770
-1.11364,0.93298,-1.68870,-1.14735,-1.07740,2.05848,-0.42742
-1.11468,0.93333,-1.68827,-1.14788,-1.07717,2.05823,-0.42715
-1.11572,0.93367,-1.68784,-1.14841,-1.07695,2.05799,-0.42688
-1.11675,0.93401,-1.68742,-1.14892,-1.07674,2.05775,-0.42661
-1.11779,0.93433,-1.68701,-1.14943,-1.07652,2.05751,-0.42635
-1.11882,0.93466,-1.68661,-1.14993,-1.07631,2.05728,-0.42610
-1.11986,0.93498,-1.68621,-1.15042,-1.07610,2.05705,-0.42584
-1.12090,0.93529,-1.68581,-1.15090,-1.07589,2.05683,-0.42560
-1.12193,0.93560,-1.68543,-1.15138,-1.07569,2.05660,-0.42535
-1.12297,0.93590,-1.68505,-1.15185,-1.07549,2.05639,-0.42511
-1.12400,0.93620,-1.68468,-1.15231,-1.07529,2.05617,-0.42488
-1.12504,0.93649,-1.68431,-1.15277,-1.07509,2.05596,-0.42465
-1.12607,0.93678,-1.68395,-1.15322,-1.07490,2.05576,-0.42442
-1.12711,0.93706,-1.68359,-1.15366,-1.07471,2.05555,-0.42419
-1.12815,0.93734,-1.68324,-1.15410,-1.07452,2.05535,-0.42397
-1.12918,0.93762,-1.68289,-1.15454,-1.07433,2.05515,-0.42375
-1.13022,0.93797,-1.68246,-1.15506,-1.07411,2.05489,-0.42347
-1.13125,0.93832,-1.68204,-1.15557,-1.07390,2.05465,-0.42320
-1.13229,0.93866,-1.68162,-1.15607,-1.07369,2.05440,-0.42293
-1.13333,0.93899,-1.68121,-1.15657,-1.07348,2.05416,-0.42267
-1.13436,0.93932,-1.68081,-1.15706,-1.07327,2.05392,-0.42240
-1.13540,0.93965,-1.68041,-1.15754,-1.07307,2.05369,-0.42215
-1.13643,0.93997,-1.68002,-1.15802,-1.07287,2.05346,-0.42190
-1.13747,0.94028,-1.67964,-1.15849,-1.07267,2.05323,-0.42165
-1.13851,0.94059,-1.67926,-1.15895,-1.07248,2.05301,-0.42141
-1.13954,0.94089,-1.67889,-1.15940,-1.07228,2.05279,-0.42117
-1.14058,0.94119,-1.67852,-1.15985,-1.07209,2.05257,-0.42093
-1.14161,0.94148,-1.67817,-1.16029,-1.07190,2.05236,-0.42070
-1.14265,0.94177,-1.67781,-1.16073,-1.07172,2.05216,-0.42047
-1.14369,0.94205,-1.67747,-1.16115,-1.07153,2.05195,-0.42025
-1.14472,0.94233,-1.67712,-1.16158,-1.07135,2.05175,-0.42003
-1.14576,0.94237,-1.67708,-1.16163,-1.07133,2.05172,-0.42000
-1.14679,0.94273,-1.67665,-1.16214,-1.07112,2.05147,-0.41972
-1.14783,0.94308,-1.67623,-1.16264,-1.07091,2.05121,-0.41944
-1.14887,0.94343,-1.67582,-1.16314,-1.07070,2.05096,-0.41917
-1.14990,0.94377,-1.67541,-1.16362,-1.07050,2.05072,-0.41890
-1.15094,0.94410,-1.67501,-1.16410,-1.07030,2.05047,-0.41864
-1.15197,0.94443,-1.67462,-1.16458,-1.07010,2.05024,-0.41838
-1.15301,0.94476,-1.67423,-1.16504,-1.06991,2.05000,-0.41813
-1.15405,0.94507,-1.67385,-1.16550,-1.06971,2.04977,-0.41788
-1.15508,0.94539,-1.67348,-1.16596,-1.06952,2.04955,-0.41763
-1.15612,0.94570,-1.67311,-1.16640,-1.06933,2.04932,-0.41739
-1.15715,0.94600,-1.67275,-1.16684,-1.06915,2.04911,-0.41715
-1.15819,0.94630,-1.67239,-1.16727,-1.06896,2.04889,-0.41692
-1.15923,0.94659,-1.67204,-1.16770,-1.06878,2.04868,-0.41669
-1.16026,0.94687,-1.67170,-1.16812,-1.06860,2.04847,-0.41646
-1.16130,0.94716,-1.67136,-1.16853,-1.06843,2.04827,-0.41624
-1.16233,0.94719,-1.67132,-1.16858,-1.06841,2.04824,-0.41621
-1.16337,0.94756,-1.67090,-1.16908,-1.06820,2.04798,-0.41592
-1.16440,0.94792,-1.67048,-1.16958,-1.06800,2.04772,-0.41564
-1.16544,0.94827,-1.67007,-1.17007,-1.06779,2.04747,-0.41537
-1.16648,0.94861,-1.66966,-1.17055,-1.06760,2.04722,-0.41510
-1.16751,0.94895,-1.66927,-1.17102,-1.06740,2.04697,-0.41483
-1.16855,0.94929,-1.66888,-1.17148,-1.06721,2.04673,-0.41457
-1.16958,0.94961,-1.66849,-1.17194,-1.06702,2.04649,-0.41431
-1.17062,0.94994,-1.66812,-1.17239,-1.06683,2.04626,-0.41406
-1.17166,0.95025,-1.66774,-1.17284,-1.06664,2.04603,-0.41381
-1.17269,0.95057,-1.66738,-1.17328,-1.06646,2.04580,-0.41357
-1.17373,0.95087,-1.66702,-1.17371,-1.06628,2.04558,-0.41333
-1.17476,0.95117,-1.66667,-1.17413,-1.06610,2.04536,-0.41309
-1.17580,0.95147,-1.66632,-1.17455,-1.06592,2.04515,-0.41286
-1.17684,0.95176,-1.66598,-1.17496,-1.06574,2.04494,-0.41263
-1.17787,0.95205,-1.66564,-1.17537,-1.06557,2.04473,-0.41241
-1.17891,0.95209,-1.66560,-1.17542,-1.06555,2.04470,-0.41237
-1.17994,0.95252,-1.66513,-1.17596,-1.06534,2.04439,-0.41204
-1.18098,0.95294,-1.66466,-1.17648,-1.06513,2.04409,-0.41171
-1.18202,0.95335,-1.66421,-1.17700,-1.06492,2.04379,-0.41139
-1.18305,0.95376,-1.66376,-1.17751,-1.06472,2.04349,-0.41108
-1.18409,0.95416,-1.66332,-1.17801,-1.06452,2.04321,-0.41077
-1.18512,0.95455,-1.66289,-1.17850,-1.06432,2.04292,-0.41046
-1.18616,0.95494,-1.66246,-1.17899,-1.06413,2.04264,-0.41016
-1.18720,0.95532,-1.66204,-1.17947,-1.06393,2.04237,-0.40986
-1.18823,0.95569,-1.66163,-1.17994,-1.06374,2.04210,-0.40957
-1.18927,0.95606,-1.66123,-1.18041,-1.06355,2.04183,-0.40929
-1.19030,0.95642,-1.66083,-1.18087,-1.06337,2.04157,-0.40901
-1.19134,0.95677,-1.66044,-1.18132,-1.06318,2.04132,-0.40873
-1.19238,0.95712,-1.66006,-1.18176,-1.06300,2.04106,-0.40846
-1.19341,0.95747,-1.65968,-1.18220,-1.06282,2.04081,-0.40819
-1.19445,0.95780,-1.65931,-1.18263,-1.06264,2.04057,-0.40793
-1.19548,0.95813,-1.65894,-1.18306,-1.06247,2.04033,-0.40767
-1.19652,0.95846,-1.65858,-1.18347,-1.06230,2.04009,-0.40742
-1.19756,0.95878,-1.65823,-1.18389,-1.06213,2.03986,-0.40717
-1.19859,0.95909,-1.65788,-1.18429,-1.06196,2.03963,-0.40693
-1.19963,0.95940,-1.65754,-1.18469,-1.06179,2.03941,-0.40669
-1.20066,0.95971,-1.65720,-1.18509,-1.06163,2.03919,-0.40645
-1.20170,0.96001,-1.65687,-1.18547,-1.06146,2.03897,-0.40622
-1.20273,0.96023,-1.65663,-1.18575,-1.06135,2.03881,-0.40604
-1.20377,0.96065,-1.65618,-1.18625,-1.06115,2.03850,-0.40571
-1.20481,0.96107,-1.65574,-1.18674,-1.06096,2.03820,-0.40539
-1.20584,0.96149,-1.65530,-1.18723,-1.06077,2.03790,-0.40507
-1.20688,0.96189,-1.65488,-1.18770,-1.06058,2.03760,-0.40475
-1.20791,0.96229,-1.65446,-1.18817,-1.06040,2.03731,-0.40445
-1.20895,0.96269,-1.65404,-1.18863,-1.06022,2.03703,-0.40414
-1.20999,0.96307,-1.65364,-1.18909,-1.06004,2.03675,-0.40384
-1.21102,0.96345,-1.65324,-1.18953,-1.05986,2.03647,-0.40355
-1.21206,0.96383,-1.65284,-1.18997,-1.05968,2.03620,-0.40326
-1.21309,0.96419,-1.65246,-1.19041,-1.05951,2.03594,-0.40298
-1.21413,0.96455,-1.65208,-1.19084,-1.05934,2.03567,-0.40270
-1.21517,0.96491,-1.65170,-1.19126,-1.05917,2.03542,-0.40242
-1.21620,0.96526,-1.65134,-1.19167,-1.05900,2.03516,-0.40215
-1.21724,0.96560,-1.65098,-1.19208,-1.05883,2.03492,-0.40189
-1.21827,0.96593,-1.65062,-1.19249,-1.05867,2.03467,-0.40163
-1.21931,0.96627,-1.65027,-1.19288,-1.05851,2.03443,-0.40137
-1.22035,0.96659,-1.64993,-1.19327,-1.05835,2.03419,-0.40112
-1.22138,0.96691,-1.64959,-1.19366,-1.05819,2.03396,-0.40087
-1.22242,0.96722,-1.64926,-1.19404,-1.05804,2.03373,-0.40063
-1.22345,0.96753,-1.64893,-1.19441,-1.05788,2.03351,-0.40039
-1.22449,0.96784,-1.64861,-1.19478,-1.05773,2.03328,-0.40015
-1.22553,0.96788,-1.64857,-1.19482,-1.05771,2.03325,-0.40012
-1.22656,0.96830,-1.64816,-1.19526,-1.05755,2.03295,-0.39980
-1.22760,0.96871,-1.64775,-1.19569,-1.05738,2.03265,-0.39948
-1.22863,0.96912,-1.64736,-1.19611,-1.05722,2.03236,-0.39917
-1.22967,0.96952,-1.64696,-1.19653,-1.05706,2.03207,-0.39886
-1.23071,0.96991,-1.64658,-1.19694,-1.05690,2.03178,-0.39856
-1.23174,0.97029,-1.64620,-1.19735,-1.05674,2.03150,-0.39826
-1.23278,0.97067,-1.64583,-1.19775,-1.05658,2.03123,-0.39797
-1.23381,0.97105,-1.64546,-1.19814,-1.05643,2.03095,-0.39769
-1.23485,0.97141,-1.64510,-1.19853,-1.05628,2.03069,-0.39740
-1.23589,0.97177,-1.64475,-1.19891,-1.05613,2.03043,-0.39713
-1.23692,0.97213,-1.64440,-1.19929,-1.05598,2.03017,-0.39685
-1.23796,0.97247,-1.64406,-1.19966,-1.05584,2.02992,-0.39659
-1.23899,0.97281,-1.64373,-1.20002,-1.05569,2.02967,-0.39632
-1.24003,0.97315,-1.64339,-1.20038,-1.05555,2.02942,-0.39607
-1.24106,0.97348,-1.64307,-1.20073,-1.05541,2.02918,-0.39581
-1.24210,0.97380,-1.64275,-1.20108,-1.05527,2.02894,-0.39556
-1.24314,0.97412,-1.64244,-1.20143,-1.05513,2.02871,-0.39532
-1.24417,0.97444,-1.64212,-1.20177,-1.05499,2.02848,-0.39507
-1.24521,0.97484,-1.64175,-1.20216,-1.05484,2.02819,-0.39477
-1.24624,0.97522,-1.64138,-1.20255,-1.05470,2.02791,-0.39447
-1.24728,0.97560,-1.64102,-1.20293,-1.05455,2.02763,-0.39418
-1.24832,0.97597,-1.64066,-1.20331,-1.05440,2.02736,-0.39390
-1.24935,0.97634,-1.64031,-1.20368,-1.05426,2.02710,-0.39361
-1.25039,0.97670,-1.63997,-1.20404,-1.05412,2.02683,-0.39334
-1.25142,0.97705,-1.63963,-1.20440,-1.05398,2.02658,-0.39307
-1.25246,0.97740,-1.63930,-1.20475,-1.05384,2.02632,-0.39280
-1.25350,0.97774,-1.63897,-1.20510,-1.05371,2.02607,-0.39254
-1.25453,0.97808,-1.63865,-1.20544,-1.05357,2.02583,-0.39228
-1.25557,0.97841,-1.63834,-1.20578,-1.05344,2.02559,-0.39203
-1.25660,0.97873,-1.63803,-1.20611,-1.05331,2.02535,-0.39178
-1.25764,0.97905,-1.63772,-1.20644,-1.05318,2.02512,-0.39153
-1.25868,0.97912,-1.63765,-1.20651,-1.05315,2.02506,-0.39148
-1.25971,0.97952,-1.63728,-1.20689,-1.05301,2.02477,-0.39118
-1.26075,0.97991,-1.63692,-1.20727,-1.05287,2.02449,-0.39088
-1.26178,0.98029,-1.63656,-1.20764,-1.05273,2.02421,-0.39058
-1.26282,0.98067,-1.63621,-1.20800,-1.05259,2.02394,-0.39030
-1.26386,0.98104,-1.63587,-1.20836,-1.05246,2.02367,-0.39001
-1.26489,0.98141,-1.63553,-1.20872,-1.05232,2.02340,-0.38974
-1.26593,0.98176,-1.63519,-1.20906,-1.05219,2.02314,-0.38946
-1.26696,0.98212,-1.63487,-1.20941,-1.05206,2.02288,-0.38919
-1.26800,0.98246,-1.63454,-1.20974,-1.05193,2.02263,-0.38893
-1.26904,0.98280,-1.63423,-1.21008,-1.05180,2.02238,-0.38867
-1.27007,0.98314,-1.63392,-1.21040,-1.05167,2.02214,-0.38841
-1.27111,0.98346,-1.63361,-1.21073,-1.05155,2.02189,-0.38816
-1.27214,0.98379,-1.63331,-1.21104,-1.05142,2.02166,-0.38792
-1.27318,0.98383,-1.63327,-1.21109,-1.05141,2.02163,-0.38788
-1.27422,0.98428,-1.63286,-1.21150,-1.05126,2.02130,-0.38754
-1.27525,0.98472,-1.63245,-1.21191,-1.05111,2.02098,-0.38721
-1.27629,0.98515,-1.63206,-1.21231,-1.05096,2.02066,-0.38688
-1.27732,0.98558,-1.63167,-1.21271,-1.05082,2.02035,-0.38655
-1.27836,0.98600,-1.63128,-1.21310,-1.05067,2.02005,-0.38624
-1.27940,0.98641,-1.63091,-1.21349,-1.05053,2.01975,-0.38592
-1.28043,0.98681,-1.63054,-1.21387,-1.05039,2.01945,-0.38562
-1.28147,0.98721,-1.63017,-1.21424,-1.05025,2.01916,-0.38532
-1.28250,0.98760,-1.62981,-1.21461,-1.05011,2.01888,-0.38502
-1.28354,0.98798,-1.62946,-1.21497,-1.04998,2.01860,-0.38473
-1.28457,0.98836,-1.62912,-1.21533,-1.04984,2.01832,-0.38444
-1.28561,0.98873,-1.62878,-1.21568,-1.04971,2.01805,-0.38416
-1.28665,0.98910,-1.62844,-1.21603,-1.04958,2.01778,-0.38388
-1.28768,0.98945,-1.62811,-1.21637,-1.04945,2.01752,-0.38361
-1.28872,0.98981,-1.62779,-1.21670,-1.04932,2.01726,-0.38334
-1.28975,0.99015,-1.62747,-1.21703,-1.04920,2.01701,-0.38308
-1.29079,0.99049,-1.62716,-1.21736,-1.04907,2.01676,-0.38282
-1.29183,0.99083,-1.62685,-1.21768,-1.04895,2.01652,-0.38257
-1.29286,0.99115,-1.62655,-1.21800,-1.04883,2.01627,-0.38232
-1.29390,0.99136,-1.62637,-1.21819,-1.04875,2.01612,-0.38216
-1.29493,0.99177,-1.62598,-1.21859,-1.04861,2.01582,-0.38185
-1.29597,0.99218,-1.62561,-1.21898,-1.04846,2.01553,-0.38154
-1.29701,0.99257,-1.62524,-1.21937,-1.04832,2.01524,-0.38124
-1.29804,0.99297,-1.62487,-1.21975,-1.04818,2.01495,-0.38095
-1.29908,0.99335,-1.62452,-1.22012,-1.04804,2.01467,-0.38065
-1.30011,0.99373,-1.62417,-1.22049,-1.04790,2.01439,-0.38037
-1.30115,0.99410,-1.62382,-1.22085,-1.04777,2.01412,-0.38009
-1.30219,0.99447,-1.62348,-1.22121,-1.04763,2.01385,-0.37981
-1.30322,0.99483,-1.62315,-1.22156,-1.04750,2.01359,-0.37954
-1.30426,0.99518,-1.62282,-1.22190,-1.04737,2.01333,-0.37927
-1.30529,0.99553,-1.62250,-1.22224,-1.04724,2.01307,-0.37901
-1.30633,0.99587,-1.62218,-1.22258,-1.04711,2.01282,-0.37875
-1.30737,0.99620,-1.62187,-1.22291,-1.04698,2.01257,-0.37849
-1.30840,0.99653,-1.62156,-1.22324,-1.04686,2.01233,-0.37824
-1.30944,0.99680,-1.62131,-1.22350,-1.04675,2.01213,-0.37804
-1.31047,0.99724,-1.62090,-1.22393,-1.04660,2.01181,-0.37771
-1.31151,0.99767,-1.62050,-1.22435,-1.04645,2.01150,-0.37739
-1.31255,0.99809,-1.62011,-1.22476,-1.04629,2.01119,-0.37707
-1.31358,0.99851,-1.61972,-1.22517,-1.04614,2.01089,-0.37676
-1.31462,0.99891,-1.61934,-1.22557,-1.04599,2.01059,-0.37645
-1.31565,0.99932,-1.61897,-1.22596,-1.04585,2.01029,-0.37615
-1.31669,0.99971,-1.61860,-1.22635,-1.04570,2.01000,-0.37585
-1.31773,1.00010,-1.61824,-1.22673,-1.04556,2.00972,-0.37556
-1.31876,1.00048,-1.61788,-1.22711,-1.04542,2.00944,-0.37527
-1.31980,1.00085,-1.61753,-1.22748,-1.04528,2.00917,-0.37499
-1.32083,1.00122,-1.61719,-1.22785,-1.04514,2.00890,-0.37471
-1.32187,1.00158,-1.61685,-1.22821,-1.04501,2.00863,-0.37444
-1.32290,1.00194,-1.61652,-1.22856,-1.04487,2.00837,-0.37417
-1.32394,1.00229,-1.61619,-1.22891,-1.04474,2.00811,-0.37391
-1.32498,1.00263,-1.61587,-1.22926,-1.04461,2.00786,-0.37365
-1.32601,1.00297,-1.61555,-1.22959,-1.04448,2.00761,-0.37340
-1.32705,1.00330,-1.61524,-1.22993,-1.04435,2.00737,-0.37315
-1.32808,1.00362,-1.61494,-1.23026,-1.04422,2.00713,-0.37290
-1.32912,1.00366,-1.61490,-1.23030,-1.04421,2.00710,-0.37287
-1.33016,1.00405,-1.61454,-1.23068,-1.04407,2.00681,-0.37258
-1.33119,1.00444,-1.61418,-1.23107,-1.04392,2.00653,-0.37229
-1.33223,1.00482,-1.61382,-1.23144,-1.04378,2.00625,-0.37200
-1.33326,1.00519,-1.61348,-1.23181,-1.04364,2.00598,-0.37173
-1.33430,1.00555,-1.61314,-1.23218,-1.04351,2.00571,-0.37145
-1.33534,1.00591,-1.61280,-1.23254,-1.04337,2.00544,-0.37118
-1.33637,1.00626,-1.61247,-1.23289,-1.04324,2.00518,-0.37092
-1.33741,1.00661,-1.61215,-1.23324,-1.04310,2.00493,-0.37066
-1.33844,1.00695,-1.61183,-1.23358,-1.04297,2.00468,-0.37040
-1.33948,1.00729,-1.61151,-1.23392,-1.04284,2.00443,-0.37015
-1.34052,1.00762,-1.61121,-1.23425,-1.04272,2.00419,-0.36990
-1.34155,1.00779,-1.61104,-1.23443,-1.04265,2.00406,-0.36977
-1.34259,1.00820,-1.61065,-1.23486,-1.04249,2.00376,-0.36946
-1.34362,1.00860,-1.61026,-1.23528,-1.04233,2.00346,-0.36916
-1.34466,1.00900,-1.60987,-1.23570,-1.04217,2.00317,-0.36887
-1.34570,1.00939,-1.60950,-1.23611,-1.04202,2.00288,-0.36857
-1.34673,1.00977,-1.60913,-1.23651,-1.04187,2.00260,-0.36829
-1.34777,1.01015,-1.60876,-1.23691,-1.04172,2.00232,-0.36800
-1.34880,1.01052,-1.60841,-1.23731,-1.04157,2.00205,-0.36773
-1.34984,1.01089,-1.60805,-1.23769,-1.04142,2.00178,-0.36745
-1.35088,1.01125,-1.60771,-1.23807,-1.04128,2.00152,-0.36718
-1.35191,1.01160,-1.60737,-1.23845,-1.04113,2.00126,-0.36692
-1.35295,1.01195,-1.60703,-1.23882,-1.04099,2.00100,-0.36666
-1.35398,1.01229,-1.60670,-1.23918,-1.04085,2.00075,-0.36641
-1.35502,1.01262,-1.60638,-1.23954,-1.04071,2.00050,-0.36615
-1.35606,1.01295,-1.60606,-1.23989,-1.04058,2.00026,-0.36591
-1.35709,1.01327,-1.60575,-1.24024,-1.04044,2.00002,-0.36567
-1.35813,1.01332,-1.60571,-1.24029,-1.04043,1.99999,-0.36563
-1.35916,1.01376,-1.60527,-1.24076,-1.04025,1.99966,-0.36530
-1.36020,1.01420,-1.60485,-1.24123,-1.04007,1.99934,-0.36498
-1.36123,1.01463,-1.60442,-1.24170,-1.03990,1.99902,-0.36466
-1.36227,1.01505,-1.60401,-1.24215,-1.03973,1.99871,-0.36434
-1.36331,1.01547,-1.60360,-1.24260,-1.03956,1.99841,-0.36403
-1.36434,1.01588,-1.60321,-1.24304,-1.03940,1.99811,-0.36373
-1.36538,1.01628,-1.60281,-1.24348,-1.03923,1.99781,-0.36343
-1.36641,1.01667,-1.60243,-1.24391,-1.03907,1.99752,-0.36313
-1.36745,1.01706,-1.60205,-1.24433,-1.03891,1.99723,-0.36285
-1.36849,1.01744,-1.60167,-1.24475,-1.03875,1.99695,-0.36256
-1.36952,1.01782,-1.60131,-1.24515,-1.03860,1.99667,-0.36228
-1.37056,1.01818,-1.60095,-1.24556,-1.03845,1.99640,-0.36201
-1.37159,1.01855,-1.60059,-1.24595,-1.03829,1.99613,-0.36174
-1.37263,1.01890,-1.60024,-1.24634,-1.03814,1.99587,-0.36147
-1.37367,1.01925,-1.59990,-1.24673,-1.03800,1.99561,-0.36121
-1.37470,1.01960,-1.59956,-1.24711,-1.03785,1.99536,-0.36095
-1.37574,1.01994,-1.59923,-1.24748,-1.03771,1.99511,-0.36070
-1.37677,1.02027,-1.59891,-1.24785,-1.03756,1.99486,-0.36045
-1.37781,1.02060,-1.59859,-1.24821,-1.03742,1.99462,-0.36021
-1.37885,1.02090,-1.59829,-1.24854,-1.03729,1.99440,-0.35999
-1.37988,1.02133,-1.59786,-1.24902,-1.03712,1.99408,-0.35966
-1.38092,1.02176,-1.59745,-1.24949,-1.03694,1.99376,-0.35935
-1.38195,1.02217,-1.59703,-1.24995,-1.03677,1.99345,-0.35904
-1.38299,1.02259,-1.59663,-1.25040,-1.03660,1.99315,-0.35873
-1.38403,1.02299,-1.59623,-1.25085,-1.03643,1.99285,-0.35843
-1.38506,1.02339,-1.59584,-1.25129,-1.03626,1.99256,-0.35814
-1.38610,1.02378,-1.59545,-1.25172,-1.03610,1.99227,-0.35785
-1.38713,1.02416,-1.59507,-1.25215,-1.03594,1.99198,-0.35756
-1.38817,1.02454,-1.59470,-1.25257,-1.03578,1.99170,-0.35728
-1.38921,1.02491,-1.59433,-1.25298,-1.03562,1.99143,-0.35701
-1.39024,1.02528,-1.59397,-1.25339,-1.03546,1.99116,-0.35674
-1.39128,1.02564,-1.59362,-1.25379,-1.03531,1.99089,-0.35647
-1.39231,1.02599,-1.59327,-1.25419,-1.03516,1.99063,-0.35621
-1.39335,1.02634,-1.59293,-1.25457,-1.03501,1.99037,-0.35595
-1.39439,1.02668,-1.59259,-1.25496,-1.03486,1.99012,-0.35570
-1.39542,1.02702,-1.59226,-1.25533,-1.03471,1.98987,-0.35545
-1.39646,1.02735,-1.59194,-1.25571,-1.03457,1.98963,-0.35520
-1.39749,1.02767,-1.59162,-1.25607,-1.03443,1.98939,-0.35496
-1.39853,1.02781,-1.59148,-1.25622,-1.03437,1.98929,-0.35486
-1.39956,1.02820,-1.59111,-1.25664,-1.03421,1.98900,-0.35457
-1.40060,1.02858,-1.59074,-1.25706,-1.03406,1.98871,-0.35429
-1.40164,1.02896,-1.59037,-1.25746,-1.03390,1.98843,-0.35401
-1.40267,1.02933,-1.59001,-1.25786,-1.03375,1.98816,-0.35374
-1.40371,1.02969,-1.58966,-1.25826,-1.03360,1.98789,-0.35347
-1.40474,1.03005,-1.58932,-1.25865,-1.03345,1.98762,-0.35320
-1.40578,1.03040,-1.58898,-1.25903,-1.03331,1.98736,-0.35294
-1.40682,1.03075,-1.58864,-1.25941,-1.03316,1.98711,-0.35268
-1.40785,1.03109,-1.58831,-1.25978,-1.03302,1.98685,-0.35243
-1.40889,1.03142,-1.58799,-1.26014,-1.03288,1.98661,-0.35218
-1.40992,1.03175,-1.58767,-1.26050,-1.03274,1.98636,-0.35194
-1.41096,1.03192,-1.58751,-1.26068,-1.03267,1.98624,-0.35182
-1.41200,1.03228,-1.58717,-1.26107,-1.03253,1.98597,-0.35155
-1.41303,1.03263,-1.58683,-1.26144,-1.03238,1.98571,-0.35129
-1.41407,1.03297,-1.58650,-1.26181,-1.03224,1.98546,-0.35104
-1.41510,1.03331,-1.58618,-1.26218,-1.03210,1.98520,-0.35079
-1.41614,1.03365,-1.58586,-1.26254,-1.03196,1.98496,-0.35054
-1.41718,1.03397,-1.58554,-1.26289,-1.03183,1.98471,-0.35030
-1.41821,1.03401,-1.58551,-1.26293,-1.03181,1.98469,-0.35027
-1.41925,1.03434,-1.58519,-1.26328,-1.03168,1.98444,-0.35003
-1.42028,1.03467,-1.58488,-1.26364,-1.03154,1.98419,-0.34978
-1.42132,1.03471,-1.58484,-1.26367,-1.03153,1.98417,-0.34976
-1.42236,1.03504,-1.58453,-1.26403,-1.03139,1.98392,-0.34951
-1.42339,1.03537,-1.58421,-1.26438,-1.03126,1.98367,-0.34927
-1.42443,1.03542,-1.58416,-1.26444,-1.03123,1.98364,-0.34923
-1.42546,1.03590,-1.58364,-1.26506,-1.03100,1.98328,-0.34888
-1.42650,1.03637,-1.58313,-1.26566,-1.03077,1.98293,-0.34853
-1.42754,1.03684,-1.58263,-1.26626,-1.03055,1.98259,-0.34819
-1.42857,1.03729,-1.58214,-1.26685,-1.03032,1.98225,-0.34786
-1.42961,1.03774,-1.58165,-1.26742,-1.03010,1.98192,-0.34753
-1.43064,1.03819,-1.58117,-1.26799,-1.02989,1.98159,-0.34720
-1.43168,1.03862,-1.58070,-1.26855,-1.02967,1.98127,-0.34688
-1.43272,1.03905,-1.58024,-1.26910,-1.02946,1.98095,-0.34657
-1.43375,1.03947,-1.57979,-1.26964,-1.02925,1.98064,-0.34626
-1.43479,1.03988,-1.57935,-1.27018,-1.02905,1.98034,-0.34596
-1.43582,1.04029,-1.57891,-1.27070,-1.02884,1.98003,-0.34566
-1.43686,1.04069,-1.57848,-1.27122,-1.02864,1.97974,-0.34537
-1.43789,1.04108,-1.57805,-1.27173,-1.02845,1.97944,-0.34508
-1.43893,1.04147,-1.57764,-1.27223,-1.02825,1.97916,-0.34480
-1.43997,1.04185,-1.57723,-1.27272,-1.02806,1.97888,-0.34452
-1.44100,1.04222,-1.57683,-1.27321,-1.02787,1.97860,-0.34424
-1.44204,1.04259,-1.57643,-1.27369,-1.02768,1.97832,-0.34397
-1.44307,1.04295,-1.57604,-1.27416,-1.02750,1.97805,-0.34371
-1.44411,1.04331,-1.57566,-1.27462,-1.02731,1.97779,-0.34345
-1.44515,1.04366,-1.57529,-1.27508,-1.02713,1.97753,-0.34319
-1.44618,1.04400,-1.57492,-1.27553,-1.02695,1.97727,-0.34294
-1.44722,1.04434,-1.57455,-1.27597,-1.02678,1.97702,-0.34269
-1.44825,1.04467,-1.57420,-1.27641,-1.02661,1.97677,-0.34245
-1.44929,1.04500,-1.57384,-1.27684,-1.02644,1.97653,-0.34221
-1.45033,1.04532,-1.57350,-1.27726,-1.02627,1.97629,-0.34197
-1.45136,1.04563,-1.57316,-1.27767,-1.02610,1.97606,-0.34174
-1.45240,1.04596,-1.57281,-1.27810,-1.02593,1.97581,-0.34150
-1.45343,1.04640,-1.57233,-1.27868,-1.02571,1.97549,-0.34118
-1.45447,1.04683,-1.57186,-1.27925,-1.02549,1.97516,-0.34086
-1.45551,1.04726,-1.57139,-1.27982,-1.02527,1.97485,-0.34055
-1.45654,1.04768,-1.57093,-1.28037,-1.02506,1.97453,-0.34024
-1.45758,1.04810,-1.57048,-1.28092,-1.02485,1.97423,-0.33994
-1.45861,1.04850,-1.57004,-1.28145,-1.02464,1.97392,-0.33964
-1.45965,1.04890,-1.56961,-1.28198,-1.02443,1.97363,-0.33935
-1.46069,1.04930,-1.56918,-1.28250,-1.02423,1.97333,-0.33906
-1.46172,1.04968,-1.56876,-1.28301,-1.02403,1.97305,-0.33878
-1.46276,1.05006,-1.56835,-1.28352,-1.02383,1.97276,-0.33850
-1.46379,1.05044,-1.56794,-1.28401,-1.02364,1.97248,-0.33823
-1.46483,1.05080,-1.56754,-1.28450,-1.02345,1.97221,-0.33796
-1.46587,1.05117,-1.56715,-1.28498,-1.02326,1.97194,-0.33770
-1.46690,1.05152,-1.56676,-1.28546,-1.02307,1.97167,-0.33744
-1.46794,1.05187,-1.56638,-1.28592,-1.02288,1.97141,-0.33718
-1.46897,1.05222,-1.56601,-1.28638,-1.02270,1.97116,-0.33693
-1.47001,1.05255,-1.56564,-1.28684,-1.02252,1.97090,-0.33668
-1.47105,1.05289,-1.56528,-1.28728,-1.02235,1.97066,-0.33644
-1.47208,1.05321,-1.56493,-1.28772,-1.02217,1.97041,-0.33620
-1.47312,1.05353,-1.56458,-1.28815,-1.02200,1.97017,-0.33596
-1.47415,1.05385,-1.56423,-1.28857,-1.02183,1.96993,-0.33573
-1.47519,1.05416,-1.56390,-1.28899,-1.02166,1.96970,-0.33551
-1.47623,1.05425,-1.56380,-1.28911,-1.02162,1.96963,-0.33544
-1.47726,1.05487,-1.56315,-1.28987,-1.02134,1.96918,-0.33500
-1.47830,1.05547,-1.56251,-1.29062,-1.02106,1.96873,-0.33456
-1.47933,1.05606,-1.56189,-1.29136,-1.02079,1.96829,-0.33413
-1.48037,1.05664,-1.56127,-1.29209,-1.02052,1.96786,-0.33371
-1.48140,1.05722,-1.56067,-1.29280,-1.02025,1.96744,-0.33330
-1.48244,1.05778,-1.56007,-1.29351,-1.01999,1.96702,-0.33289
-1.48348,1.05834,-1.55949,-1.29420,-1.01973,1.96661,-0.33249
-1.48451,1.05888,-1.55891,-1.29488,-1.01948,1.96620,-0.33209
-1.48555,1.05942,-1.55835,-1.29555,-1.01923,1.96580,-0.33170
-1.48658,1.05995,-1.55779,-1.29621,-1.01898,1.96541,-0.33132
-1.48762,1.06047,-1.55725,-1.29686,-1.01874,1.96502,-0.33095
-1.48866,1.06098,-1.55671,-1.29750,-1.01849,1.96464,-0.33058
-1.48969,1.06148,-1.55618,-1.29813,-1.01826,1.96427,-0.33021
-1.49073,1.06197,-1.55566,-1.29875,-1.01802,1.96390,-0.32986
-1.49176,1.06246,-1.55515,-1.29936,-1.01779,1.96354,-0.32950
-1.49280,1.06294,-1.55465,-1.29996,-1.01756,1.96318,-0.32916
-1.49384,1.06341,-1.55416,-1.30055,-1.01734,1.96283,-0.32882
-1.49487,1.06387,-1.55368,-1.30113,-1.01712,1.96249,-0.32848
-1.49591,1.06433,-1.55320,-1.30171,-1.01690,1.96215,-0.32815
-1.49694,1.06477,-1.55273,-1.30227,-1.01668,1.96181,-0.32783
-1.49798,1.06521,-1.55227,-1.30282,-1.01647,1.96148,-0.32751
-1.49902,1.06565,-1.55182,-1.30337,-1.01626,1.96116,-0.32720
-1.50005,1.06607,-1.55138,-1.30391,-1.01605,1.96084,-0.32689
-1.50109,1.06649,-1.55094,-1.30444,-1.01585,1.96053,-0.32659
-1.50212,1.06690,-1.55051,-1.30496,-1.01564,1.96022,-0.32629
-1.50316,1.06731,-1.55009,-1.30547,-1.01545,1.95992,-0.32600
-1.50420,1.06770,-1.54967,-1.30597,-1.01525,1.95962,-0.32571
-1.50523,1.06809,-1.54926,-1.30647,-1.01506,1.95933,-0.32543
-1.50627,1.06848,-1.54886,-1.30696,-1.01486,1.95904,-0.32515
-1.50730,1.06886,-1.54847,-1.30744,-1.01468,1.95876,-0.32488
-1.50834,1.06923,-1.54808,-1.30791,-1.01449,1.95848,-0.32461
-1.50938,1.06960,-1.54770,-1.30838,-1.01431,1.95820,-0.32434
-1.51041,1.06996,-1.54732,-1.30884,-1.01413,1.95793,-0.32408
-1.51145,1.07031,-1.54695,-1.30929,-1.01395,1.95767,-0.32382
-1.51248,1.07066,-1.54659,-1.30974,-1.01377,1.95740,-0.32357
-1.51352,1.07100,-1.54623,-1.31017,-1.01360,1.95715,-0.32332
-1.51456,1.07134,-1.54588,-1.31060,-1.01343,1.95689,-0.32308
-1.51559,1.07167,-1.54554,-1.31103,-1.01326,1.95665,-0.32284
-1.51663,1.07199,-1.54520,-1.31145,-1.01309,1.95640,-0.32261
-1.51766,1.07231,-1.54487,-1.31186,-1.01293,1.95616,-0.32237
-1.51870,1.07239,-1.54478,-1.31196,-1.01289,1.95610,-0.32231
-1.51973,1.07290,-1.54428,-1.31254,-1.01267,1.95572,-0.32195
-1.52077,1.07339,-1.54379,-1.31312,-1.01246,1.95536,-0.32160
-1.52181,1.07387,-1.54331,-1.31368,-1.01225,1.95500,-0.32125
-1.52284,1.07435,-1.54283,-1.31424,-1.01204,1.95464,-0.32091
-1.52388,1.07482,-1.54236,-1.31479,-1.01184,1.95429,-0.32057
-1.52491,1.07528,-1.54191,-1.31533,-1.01164,1.95394,-0.32024
-1.52595,1.07573,-1.54145,-1.31586,-1.01144,1.95361,-0.31992
-1.52699,1.07618,-1.54101,-1.31638,-1.01124,1.95327,-0.31960
-1.52802,1.07661,-1.54057,-1.31690,-1.01105,1.95294,-0.31928
-1.52906,1.07704,-1.54015,-1.31741,-1.01085,1.95262,-0.31897
-1.53009,1.07747,-1.53972,-1.31790,-1.01067,1.95230,-0.31867
-1.53113,1.07788,-1.53931,-1.31840,-1.01048,1.95199,-0.31837
-1.53217,1.07829,-1.53890,-1.31888,-1.01030,1.95168,-0.31808
-1.53320,1.07870,-1.53850,-1.31935,-1.01012,1.95138,-0.31779
-1.53424,1.07909,-1.53811,-1.31982,-1.00994,1.95108,-0.31750
-1.53527,1.07948,-1.53772,-1.32028,-1.00976,1.95079,-0.31722
-1.53631,1.07987,-1.53734,-1.32074,-1.00959,1.95050,-0.31695
-1.53735,1.08024,-1.53697,-1.32118,-1.00941,1.95022,-0.31668
-1.53838,1.08061,-1.53660,-1.32162,-1.00925,1.94994,-0.31641
-1.53942,1.08098,-1.53624,-1.32206,-1.00908,1.94967,-0.31615
-1.54045,1.08134,-1.53588,-1.32248,-1.00891,1.94940,-0.31589
-1.54149,1.08169,-1.53553,-1.32290,-1.00875,1.94913,-0.31564
-1.54253,1.08204,-1.53519,-1.32331,-1.00859,1.94887,-0.31539
-1.54356,1.08238,-1.53485,-1.32372,-1.00843,1.94862,-0.31514
-1.54460,1.08271,-1.53452,-1.32412,-1.00828,1.94836,-0.31490
-1.54563,1.08306,-1.53418,-1.32453,-1.00812,1.94810,-0.31465
-1.54667,1.08354,-1.53370,-1.32508,-1.00792,1.94774,-0.31430
-1.54771,1.08402,-1.53324,-1.32562,-1.00772,1.94738,-0.31396
-1.54874,1.08450,-1.53278,-1.32615,-1.00753,1.94703,-0.31363
-1.54978,1.08496,-1.53233,-1.32667,-1.00734,1.94668,-0.31329
-1.55081,1.08541,-1.53189,-1.32718,-1.00715,1.94634,-0.31297
-1.55185,1.08586,-1.53146,-1.32769,-1.00696,1.94600,-0.31265
-1.55289,1.08630,-1.53103,-1.32818,-1.00678,1.94567,-0.31233
-1.55392,1.08674,-1.53061,-1.32867,-1.00659,1.94534,-0.31202
-1.55496,1.08716,-1.53020,-1.32916,-1.00642,1.94502,-0.31172
-1.55599,1.08758,-1.52980,-1.32963,-1.00624,1.94471,-0.31142
-1.55703,1.08800,-1.52940,-1.33010,-1.00606,1.94440,-0.31112
-1.55806,1.08840,-1.52901,-1.33056,-1.00589,1.94409,-0.31084
-1.55910,1.08880,-1.52862,-1.33101,-1.00572,1.94379,-0.31055
-1.56014,1.08919,-1.52824,-1.33145,-1.00556,1.94350,-0.31027
-1.56117,1.08958,-1.52787,-1.33189,-1.00539,1.94321,-0.30999
-1.56221,1.08996,-1.52751,-1.33232,-1.00523,1.94292,-0.30972
-1.56324,1.09033,-1.52715,-1.33275,-1.00507,1.94264,-0.30946
-1.56428,1.09070,-1.52679,-1.33317,-1.00491,1.94236,-0.30919
-1.56532,1.09106,-1.52645,-1.33358,-1.00475,1.94209,-0.30894
-1.56635,1.09141,-1.52610,-1.33398,-1.00460,1.94183,-0.30868
-1.56739,1.09176,-1.52577,-1.33438,-1.00445,1.94156,-0.30843
-1.56842,1.09211,-1.52544,-1.33477,-1.00430,1.94130,-0.30819
-1.56946,1.09244,-1.52511,-1.33516,-1.00415,1.94105,-0.30795
-1.57050,1.09256,-1.52500,-1.33529,-1.00410,1.94096,-0.30787
-1.57153,1.09301,-1.52457,-1.33580,-1.00391,1.94062,-0.30754
-1.57257,1.09346,-1.52414,-1.33630,-1.00373,1.94029,-0.30723
-1.57360,1.09390,-1.52372,-1.33679,-1.00355,1.93995,-0.30691
-1.57464,1.09433,-1.52330,-1.33727,-1.00337,1.93963,-0.30660
-1.57568,1.09476,-1.52289,-1.33775,-1.00320,1.93931,-0.30630
-1.57671,1.09518,-1.52249,-1.33822,-1.00302,1.93899,-0.30600
-1.57775,1.09559,-1.52210,-1.33868,-1.00285,1.93868,-0.30571
-1.57878,1.09599,-1.52171,-1.33914,-1.00268,1.93838,-0.30542
-1.57982,1.09639,-1.52133,-1.33958,-1.00252,1.93808,-0.30514
-1.58086,1.09678,-1.52095,-1.34003,-1.00235,1.93778,-0.30486
-1.58189,1.09717,-1.52058,-1.34046,-1.00219,1.93749,-0.30459
-1.58293,1.09755,-1.52022,-1.34089,-1.00203,1.93721,-0.30432
-1.58396,1.09792,-1.51986,-1.34131,-1.00187,1.93693,-0.30405
-1.58500,1.09829,-1.51951,-1.34172,-1.00172,1.93665,-0.30379
-1.58604,1.09865,-1.51917,-1.34213,-1.00157,1.93638,-0.30354
-1.58707,1.09900,-1.51883,-1.34253,-1.00141,1.93611,-0.30328
-1.58811,1.09935,-1.51850,-1.34292,-1.00127,1.93585,-0.30304
-1.58914,1.09969,-1.51817,-1.34331,-1.00112,1.93559,-0.30279
-1.59018,1.09997,-1.51791,-1.34362,-1.00100,1.93538,-0.30259
-1.59122,1.10038,-1.51752,-1.34408,-1.00083,1.93507,-0.30230
-1.59225,1.10078,-1.51714,-1.34452,-1.00067,1.93477,-0.30202
-1.59329,1.10118,-1.51676,-1.34496,-1.00051,1.93447,-0.30174
-1.59432,1.10157,-1.51640,-1.34539,-1.00035,1.93417,-0.30146
-1.59536,1.10195,-1.51603,-1.34581,-1.00020,1.93388,-0.30119
-1.59639,1.10233,-1.51568,-1.34622,-1.00004,1.93360,-0.30092
-1.59743,1.10270,-1.51533,-1.34663,-0.99989,1.93332,-0.30066
-1.59847,1.10306,-1.51499,-1.34704,-0.99974,1.93305,-0.30040
-1.59950,1.10342,-1.51465,-1.34744,-0.99959,1.93278,-0.30015
-1.60054,1.10377,-1.51432,-1.34783,-0.99945,1.93251,-0.29990
-1.60157,1.10412,-1.51399,-1.34821,-0.99930,1.93225,-0.29965
-1.60261,1.10444,-1.51369,-1.34856,-0.99917,1.93201,-0.29943
-1.60365,1.10490,-1.51325,-1.34907,-0.99899,1.93166,-0.29910
-1.60468,1.10536,-1.51283,-1.34956,-0.99881,1.93131,-0.29878
-1.60572,1.10581,-1.51241,-1.35005,-0.99864,1.93098,-0.29846
-1.60675,1.10625,-1.51199,-1.35052,-0.99847,1.93065,-0.29815
-1.60779,1.10668,-1.51159,-1.35099,-0.99830,1.93032,-0.29785
-1.60883,1.10711,-1.51119,-1.35146,-0.99813,1.93000,-0.29755
-1.60986,1.10753,-1.51080,-1.35191,-0.99797,1.92968,-0.29725
-1.61090,1.10794,-1.51041,-1.35236,-0.99780,1.92937,-0.29696
-1.61193,1.10834,-1.51003,-1.35280,-0.99764,1.92907,-0.29667
-1.61297,1.10874,-1.50966,-1.35324,-0.99749,1.92876,-0.29639
-1.61401,1.10913,-1.50929,-1.35366,-0.99733,1.92847,-0.29612
-1.61504,1.10952,-1.50893,-1.35408,-0.99718,1.92818,-0.29584
-1.61608,1.10990,-1.50858,-1.35450,-0.99702,1.92789,-0.29558
-1.61711,1.11027,-1.50823,-1.35491,-0.99687,1.92761,-0.29531
-1.61815,1.11064,-1.50789,-1.35531,-0.99673,1.92733,-0.29505
-1.61919,1.11100,-1.50755,-1.35570,-0.99658,1.92706,-0.29480
-1.62022,1.11135,-1.50722,-1.35609,-0.99644,1.92679,-0.29455
-1.62126,1.11170,-1.50689,-1.35647,-0.99629,1.92653,-0.29430
-1.62229,1.11199,-1.50663,-1.35679,-0.99618,1.92631,-0.29410
-1.62333,1.11246,-1.50619,-1.35729,-0.99600,1.92596,-0.29377
-1.62437,1.11292,-1.50576,-1.35778,-0.99583,1.92561,-0.29345
-1.62540,1.11337,-1.50535,-1.35826,-0.99566,1.92527,-0.29313
-1.62644,1.11381,-1.50493,-1.35873,-0.99549,1.92493,-0.29282
-1.62747,1.11425,-1.50453,-1.35920,-0.99532,1.92460,-0.29251
-1.62851,1.11468,-1.50413,-1.35966,-0.99516,1.92428,-0.29221
-1.62955,1.11510,-1.50374,-1.36011,-0.99500,1.92396,-0.29191
-1.63058,1.11552,-1.50335,-1.36056,-0.99484,1.92365,-0.29162
-1.63162,1.11593,-1.50298,-1.36100,-0.99468,1.92334,-0.29133
-1.63265,1.11633,-1.50260,-1.36143,-0.99452,1.92303,-0.29105
-1.63369,1.11673,-1.50224,-1.36186,-0.99437,1.92273,-0.29077
-1.63472,1.11712,-1.50188,-1.36227,-0.99422,1.92244,-0.29050
-1.63576,1.11750,-1.50153,-1.36269,-0.99407,1.92215,-0.29023
-1.63680,1.11787,-1.50118,-1.36309,-0.99392,1.92186,-0.28997
-1.63783,1.11824,-1.50084,-1.36349,-0.99378,1.92158,-0.28971
-1.63887,1.11861,-1.50050,-1.36388,-0.99363,1.92131,-0.28945
-1.63990,1.11897,-1.50017,-1.36427,-0.99349,1.92104,-0.28920
-1.64094,1.11932,-1.49985,-1.36465,-0.99335,1.92077,-0.28895
-1.64198,1.11960,-1.49958,-1.36496,-0.99324,1.92055,-0.28875
-1.64301,1.12004,-1.49919,-1.36541,-0.99308,1.92022,-0.28845
-1.64405,1.12047,-1.49880,-1.36585,-0.99292,1.91990,-0.28815
-1.64508,1.12089,-1.49842,-1.36628,-0.99277,1.91958,-0.28785
-1.64612,1.12130,-1.49805,-1.36671,-0.99262,1.91927,-0.28756
-1.64716,1.12171,-1.49768,-1.36713,-0.99247,1.91896,-0.28728
-1.64819,1.12211,-1.49732,-1.36755,-0.99232,1.91866,-0.28700
-1.64923,1.12250,-1.49697,-1.36796,-0.99218,1.91836,-0.28672
-1.65026,1.12289,-1.49662,-1.36836,-0.99203,1.91807,-0.28645
-1.65130,1.12327,-1.49627,-1.36876,-0.99189,1.91778,-0.28618
-1.65234,1.12364,-1.49594,-1.36915,-0.99175,1.91750,-0.28592
-1.65337,1.12401,-1.49561,-1.36953,-0.99161,1.91722,-0.28566
-1.65441,1.12437,-1.49528,-1.36991,-0.99148,1.91694,-0.28541
-1.65544,1.12473,-1.49496,-1.37028,-0.99134,1.91667,-0.28516
-1.65648,1.12495,-1.49476,-1.37051,-0.99126,1.91651,-0.28501
-1.65752,1.12537,-1.49437,-1.37096,-0.99110,1.91619,-0.28472
-1.65855,1.12578,-1.49399,-1.37140,-0.99094,1.91588,-0.28443
-1.65959,1.12619,-1.49361,-1.37184,-0.99079,1.91557,-0.28414
-1.66062,1.12659,-1.49324,-1.37227,-0.99063,1.91526,-0.28386
-1.66166,1.12699,-1.49288,-1.37270,-0.99048,1.91496,-0.28358
-1.66270,1.12737,-1.49252,-1.37311,-0.99033,1.91467,-0.28331
-1.66373,1.12776,-1.49217,-1.37352,-0.99018,1.91438,-0.28305
-1.66477,1.12813,-1.49183,-1.37393,-0.99004,1.91410,-0.28278
-1.66580,1.12850,-1.49149,-1.37433,-0.98989,1.91382,-0.28253
-1.66684,1.12886,-1.49115,-1.37472,-0.98975,1.91354,-0.28227
-1.66788,1.12922,-1.49082,-1.37510,-0.98961,1.91327,-0.28202
-1.66891,1.12957,-1.49050,-1.37548,-0.98948,1.91300,-0.28178
-1.66995,1.12968,-1.49040,-1.37560,-0.98943,1.91292,-0.28170
-1.67098,1.13011,-1.49002,-1.37602,-0.98929,1.91259,-0.28140
-1.67202,1.13053,-1.48966,-1.37644,-0.98914,1.91227,-0.28111
-1.67306,1.13095,-1.48929,-1.37685,-0.98900,1.91196,-0.28082
-1.67409,1.13135,-1.48894,-1.37725,-0.98886,1.91165,-0.28054
-1.67513,1.13176,-1.48859,-1.37765,-0.98873,1.91135,-0.28026
-1.67616,1.13215,-1.48824,-1.37804,-0.98859,1.91105,-0.27998
-1.67720,1.13254,-1.48790,-1.37842,-0.98846,1.91076,-0.27971
-1.67823,1.13292,-1.48757,-1.37880,-0.98832,1.91047,-0.27945
-1.67927,1.13329,-1.48724,-1.37917,-0.98819,1.91018,-0.27919
-1.68031,1.13366,-1.48692,-1.37954,-0.98806,1.90990,-0.27893
-1.68134,1.13402,-1.48661,-1.37990,-0.98794,1.90963,-0.27868
-1.68238,1.13421,-1.48645,-1.38008,-0.98787,1.90949,-0.27855
-1.68341,1.13460,-1.48611,-1.38046,-0.98774,1.90919,-0.27827
-1.68445,1.13499,-1.48578,-1.38083,-0.98762,1.90889,-0.27800
-1.68549,1.13537,-1.48545,-1.38120,-0.98749,1.90860,-0.27774
-1.68652,1.13575,-1.48513,-1.38156,-0.98737,1.90832,-0.27748
-1.68756,1.13612,-1.48481,-1.38191,-0.98724,1.90803,-0.27722
-1.68859,1.13649,-1.48450,-1.38226,-0.98712,1.90776,-0.27696
-1.68963,1.13653,-1.48447,-1.38230,-0.98711,1.90773,-0.27694
-1.69067,1.13692,-1.48413,-1.38269,-0.98697,1.90743,-0.27666
-1.69170,1.13731,-1.48379,-1.38307,-0.98684,1.90713,-0.27639
-1.69274,1.13769,-1.48346,-1.38344,-0.98671,1.90684,-0.27613
-1.69377,1.13807,-1.48313,-1.38381,-0.98659,1.90655,-0.27586
-1.69481,1.13844,-1.48281,-1.38418,-0.98646,1.90627,-0.27561
-1.69585,1.13880,-1.48250,-1.38453,-0.98633,1.90600,-0.27535
-1.69688,1.13895,-1.48237,-1.38468,-0.98628,1.90589,-0.27525
-1.69792,1.13933,-1.48203,-1.38506,-0.98615,1.90560,-0.27499
-1.69895,1.13970,-1.48170,-1.38544,-0.98602,1.90531,-0.27473
-1.69999,1.14007,-1.48138,-1.38582,-0.98589,1.90503,-0.27447
-1.70103,1.14043,-1.48106,-1.38618,-0.98576,1.90476,-0.27422
-1.70206,1.14065,-1.48087,-1.38641,-0.98568,1.90459,-0.27407
-1.70310,1.14106,-1.48051,-1.38682,-0.98554,1.90428,-0.27379
-1.70413,1.14146,-1.48015,-1.38722,-0.98540,1.90398,-0.27352
-1.70517,1.14185,-1.47981,-1.38762,-0.98526,1.90368,-0.27324
-1.70621,1.14223,-1.47947,-1.38801,-0.98512,1.90339,-0.27298
-1.70724,1.14261,-1.47913,-1.38840,-0.98499,1.90310,-0.27271
-1.70828,1.14298,-1.47880,-1.38878,-0.98486,1.90282,-0.27246
-1.70931,1.14335,-1.47848,-1.38915,-0.98473,1.90254,-0.27220
-1.71035,1.14371,-1.47816,-1.38952,-0.98460,1.90227,-0.27195
-1.71139,1.14382,-1.47806,-1.38963,-0.98456,1.90218,-0.27188
-1.71242,1.14423,-1.47770,-1.39004,-0.98442,1.90187,-0.27160
-1.71346,1.14463,-1.47735,-1.39045,-0.98428,1.90157,-0.27132
-1.71449,1.14502,-1.47700,-1.39085,-0.98414,1.90127,-0.27105
-1.71553,1.14541,-1.47666,-1.39124,-0.98400,1.90098,-0.27078
-1.71656,1.14579,-1.47632,-1.39163,-0.98387,1.90069,-0.27052
-1.71760,1.14616,-1.47599,-1.39201,-0.98374,1.90041,-0.27026
-1.71864,1.14653,-1.47567,-1.39238,-0.98360,1.90013,-0.27001
-1.71967,1.14689,-1.47535,-1.39275,-0.98348,1.89985,-0.26976
-1.72071,1.14700,-1.47525,-1.39286,-0.98344,1.89977,-0.26968
-1.72174,1.14739,-1.47490,-1.39327,-0.98330,1.89947,-0.26941
-1.72278,1.14778,-1.47456,-1.39367,-0.98316,1.89918,-0.26914
-1.72382,1.14816,-1.47422,-1.39406,-0.98302,1.89889,-0.26888
-1.72485,1.14853,-1.47389,-1.39444,-0.98289,1.89860,-0.26862
-1.72589,1.14890,-1.47356,-1.39482,-0.98275,1.89832,-0.26837
-1.72692,1.14926,-1.47324,-1.39520,-0.98262,1.89805,-0.26812
-1.72796,1.14944,-1.47307,-1.39539,-0.98256,1.89791,-0.26799
-1.72900,1.14986,-1.47269,-1.39583,-0.98240,1.89759,-0.26771
-1.73003,1.15027,-1.47232,-1.39627,-0.98225,1.89728,-0.26742
-1.73107,1.15067,-1.47195,-1.39670,-0.98210,1.89698,-0.26715
-1.73210,1.15106,-1.47159,-1.39712,-0.98195,1.89667,-0.26687
-1.73314,1.15145,-1.47124,-1.39754,-0.98181,1.89638,-0.26661
-1.73418,1.15184,-1.47089,-1.39795,-0.98167,1.89609,-0.26634
-1.73521,1.15221,-1.47055,-1.39835,-0.98152,1.89580,-0.26608
-1.73625,1.15258,-1.47021,-1.39875,-0.98139,1.89552,-0.26583
-1.73728,1.15295,-1.46988,-1.39914,-0.98125,1.89524,-0.26558
-1.73832,1.15331,-1.46955,-1.39952,-0.98111,1.89497,-0.26533
-1.73936,1.15353,-1.46935,-1.39976,-0.98103,1.89480,-0.26518
-1.74039,1.15397,-1.46895,-1.40023,-0.98087,1.89446,-0.26487
-1.74143,1.15440,-1.46855,-1.40069,-0.98071,1.89413,-0.26457
-1.74246,1.15483,-1.46816,-1.40115,-0.98055,1.89381,-0.26428
-1.74350,1.15525,-1.46778,-1.40160,-0.98040,1.89349,-0.26399
-1.74454,1.15567,-1.46740,-1.40204,-0.98025,1.89317,-0.26371
-1.74557,1.15607,-1.46703,-1.40247,-0.98010,1.89286,-0.26343
-1.74661,1.15648,-1.46667,-1.40290,-0.97995,1.89256,-0.26315
-1.74764,1.15687,-1.46631,-1.40332,-0.97980,1.89226,-0.26288
-1.74868,1.15726,-1.46596,-1.40373,-0.97966,1.89196,-0.26261
-1.74972,1.15764,-1.46562,-1.40414,-0.97952,1.89167,-0.26235
-1.75075,1.15801,-1.46528,-1.40454,-0.97938,1.89139,-0.26209
-1.75179,1.15838,-1.46494,-1.40493,-0.97924,1.89110,-0.26184
-1.75282,1.15874,-1.46461,-1.40532,-0.97911,1.89083,-0.26159
-1.75386,1.15910,-1.46429,-1.40570,-0.97897,1.89056,-0.26135
-1.75489,1.15914,-1.46426,-1.40574,-0.97896,1.89053,-0.26132
-1.75593,1.15953,-1.46390,-1.40616,-0.97881,1.89023,-0.26105
-1.75697,1.15991,-1.46355,-1.40657,-0.97867,1.88994,-0.26079
-1.75800,1.16029,-1.46321,-1.40697,-0.97853,1.88965,-0.26053
-1.75904,1.16066,-1.46287,-1.40737,-0.97839,1.88937,-0.26027
-1.76007,1.16103,-1.46254,-1.40777,-0.97825,1.88909,-0.26002
-1.76111,1.16138,-1.46222,-1.40815,-0.97812,1.88881,-0.25978
-1.76215,1.16157,-1.46205,-1.40835,-0.97805,1.88867,-0.25965
-1.76318,1.16197,-1.46168,-1.40879,-0.97789,1.88837,-0.25938
-1.76422,1.16236,-1.46131,-1.40923,-0.97774,1.88807,-0.25911
-1.76525,1.16275,-1.46095,-1.40967,-0.97759,1.88777,-0.25884
-1.76629,1.16313,-1.46059,-1.41009,-0.97744,1.88748,-0.25858
-1.76733,1.16351,-1.46024,-1.41051,-0.97729,1.88720,-0.25832
-1.76836,1.16387,-1.45990,-1.41092,-0.97714,1.88691,-0.25807
-1.76940,1.16424,-1.45956,-1.41133,-0.97700,1.88664,-0.25782
-1.77043,1.16459,-1.45923,-1.41173,-0.97686,1.88637,-0.25758
-1.77147,1.16491,-1.45893,-1.41209,-0.97673,1.88612,-0.25736
-1.77251,1.16531,-1.45855,-1.41254,-0.97657,1.88582,-0.25709
-1.77354,1.16570,-1.45818,-1.41299,-0.97641,1.88552,-0.25682
-1.77458,1.16608,-1.45782,-1.41344,-0.97626,1.88523,-0.25656
-1.77561,1.16646,-1.45746,-1.41387,-0.97610,1.88494,-0.25630
-1.77665,1.16683,-1.45711,-1.41430,-0.97595,1.88466,-0.25604
-1.77769,1.16720,-1.45676,-1.41472,-0.97580,1.88438,-0.25579
-1.77872,1.16756,-1.45642,-1.41514,-0.97565,1.88410,-0.25555
-1.77976,1.16791,-1.45608,-1.41554,-0.97551,1.88383,-0.25531
-1.78079,1.16823,-1.45578,-1.41592,-0.97537,1.88359,-0.25509
-1.78183,1.16864,-1.45536,-1.41644,-0.97519,1.88327,-0.25480
-1.78287,1.16905,-1.45495,-1.41695,-0.97501,1.88296,-0.25452
-1.78390,1.16945,-1.45454,-1.41745,-0.97483,1.88265,-0.25425
-1.78494,1.16985,-1.45415,-1.41794,-0.97465,1.88235,-0.25398
-1.78597,1.17024,-1.45376,-1.41843,-0.97447,1.88206,-0.25372
-1.78701,1.17062,-1.45337,-1.41891,-0.97430,1.88176,-0.25345
-1.78805,1.17100,-1.45300,-1.41938,-0.97413,1.88148,-0.25320
-1.78908,1.17136,-1.45262,-1.41984,-0.97397,1.88119,-0.25295
-1.79012,1.17173,-1.45226,-1.42030,-0.97380,1.88092,-0.25270
-1.79115,1.17209,-1.45190,-1.42075,-0.97364,1.88064,-0.25245
-1.79219,1.17244,-1.45155,-1.42119,-0.97348,1.88037,-0.25221
-1.79322,1.17278,-1.45120,-1.42162,-0.97332,1.88011,-0.25197
-1.79426,1.17313,-1.45086,-1.42205,-0.97316,1.87985,-0.25174
-1.79530,1.17333,-1.45065,-1.42231,-0.97307,1.87969,-0.25160
-1.79633,1.17371,-1.45026,-1.42282,-0.97288,1.87940,-0.25134
-1.79737,1.17408,-1.44987,-1.42331,-0.97270,1.87911,-0.25109
-1.79840,1.17445,-1.44948,-1.42380,-0.97253,1.87883,-0.25084
-1.79944,1.17481,-1.44911,-1.42428,-0.97235,1.87856,-0.25059
-1.80048,1.17517,-1.44874,-1.42476,-0.97218,1.87828,-0.25035
-1.80151,1.17552,-1.44837,-1.42522,-0.97200,1.87802,-0.25011
-1.80255,1.17586,-1.44801,-1.42568,-0.97184,1.87775,-0.24988
-1.80358,1.17620,-1.44766,-1.42613,-0.97167,1.87749,-0.24964
-1.80462,1.17653,-1.44732,-1.42657,-0.97151,1.87724,-0.24942
-1.80566,1.17677,-1.44707,-1.42689,-0.97139,1.87706,-0.24926
-1.80669,1.17716,-1.44667,-1.42739,-0.97121,1.87676,-0.24899
-1.80773,1.17754,-1.44627,-1.42789,-0.97103,1.87647,-0.24873
-1.80876,1.17792,-1.44589,-1.42838,-0.97085,1.87618,-0.24847
-1.80980,1.17829,-1.44550,-1.42887,-0.97067,1.87589,-0.24822
-1.81084,1.17866,-1.44513,-1.42934,-0.97050,1.87561,-0.24797
-1.81187,1.17902,-1.44476,-1.42981,-0.97033,1.87534,-0.24772
-1.81291,1.17937,-1.44440,-1.43027,-0.97016,1.87507,-0.24748
-1.81394,1.17972,-1.44404,-1.43073,-0.97000,1.87480,-0.24725
-1.81498,1.18006,-1.44369,-1.43117,-0.96983,1.87454,-0.24701
-1.81602,1.18040,-1.44334,-1.43161,-0.96967,1.87428,-0.24678
-1.81705,1.18063,-1.44310,-1.43192,-0.96956,1.87410,-0.24662
-1.81809,1.18099,-1.44271,-1.43243,-0.96937,1.87382,-0.24638
-1.81912,1.18135,-1.44233,-1.43293,-0.96919,1.87355,-0.24614
-1.82016,1.18170,-1.44195,-1.43342,-0.96901,1.87328,-0.24590
-1.82120,1.18204,-1.44158,-1.43390,-0.96883,1.87302,-0.24566
-1.82223,1.18238,-1.44121,-1.43438,-0.96865,1.87276,-0.24543
-1.82327,1.18271,-1.44085,-1.43484,-0.96848,1.87251,-0.24521
-1.82430,1.18304,-1.44050,-1.43530,-0.96831,1.87225,-0.24498
-1.82534,1.18336,-1.44015,-1.43576,-0.96814,1.87201,-0.24477
-1.82638,1.18340,-1.44011,-1.43581,-0.96812,1.87198,-0.24474
-1.82741,1.18376,-1.43971,-1.43634,-0.96792,1.87170,-0.24449
-1.82845,1.18412,-1.43931,-1.43686,-0.96773,1.87143,-0.24425
-1.82948,1.18447,-1.43892,-1.43738,-0.96754,1.87115,-0.24401
-1.83052,1.18482,-1.43853,-1.43788,-0.96735,1.87089,-0.24377
-1.83155,1.18516,-1.43815,-1.43838,-0.96716,1.87063,-0.24354
-1.83259,1.18550,-1.43778,-1.43887,-0.96698,1.87037,-0.24331
-1.83363,1.18583,-1.43742,-1.43935,-0.96680,1.87012,-0.24309
-1.83466,1.18615,-1.43706,-1.43983,-0.96662,1.86987,-0.24287
-1.83570,1.18647,-1.43670,-1.44029,-0.96645,1.86962,-0.24265
-1.83673,1.18673,-1.43642,-1.44066,-0.96631,1.86942,-0.24248
-1.83777,1.18705,-1.43607,-1.44112,-0.96614,1.86917,-0.24225
-1.83881,1.18738,-1.43572,-1.44158,-0.96597,1.86893,-0.24204
-1.83984,1.18770,-1.43536,-1.44205,-0.96579,1.86868,-0.24181
-1.84088,1.18802,-1.43501,-1.44252,-0.96562,1.86843,-0.24160
-1.84191,1.18828,-1.43473,-1.44288,-0.96548,1.86823,-0.24142
-1.84295,1.18861,-1.43438,-1.44334,-0.96531,1.86798,-0.24120
-1.84399,1.18893,-1.43403,-1.44380,-0.96514,1.86773,-0.24098
-1.84502,1.18926,-1.43367,-1.44427,-0.96496,1.86748,-0.24076
-1.84606,1.18958,-1.43332,-1.44473,-0.96479,1.86723,-0.24054
-1.84709,1.18975,-1.43310,-1.44505,-0.96466,1.86710,-0.24042
-1.84813,1.18924,-1.43330,-1.44502,-0.96458,1.86748,-0.24076
-1.84917,1.18874,-1.43351,-1.44500,-0.96449,1.86785,-0.24109
-1.85020,1.18824,-1.43370,-1.44497,-0.96441,1.86822,-0.24141
-1.85124,1.18776,-1.43390,-1.44494,-0.96433,1.86858,-0.24173
-1.85227,1.18728,-1.43409,-1.44492,-0.96425,1.86893,-0.24205
-1.85331,1.18681,-1.43428,-1.44489,-0.96417,1.86928,-0.24236
-1.85435,1.18635,-1.43447,-1.44486,-0.96409,1.86962,-0.24266
-1.85538,1.18590,-1.43466,-1.44483,-0.96402,1.86996,-0.24296
-1.85642,1.18545,-1.43484,-1.44481,-0.96394,1.87029,-0.24325
-1.85745,1.18502,-1.43501,-1.44478,-0.96387,1.87061,-0.24354
-1.85849,1.18466,-1.43517,-1.44475,-0.96382,1.87088,-0.24378
-1.85953,1.18411,-1.43544,-1.44461,-0.96378,1.87129,-0.24414
-1.86056,1.18357,-1.43571,-1.44448,-0.96374,1.87169,-0.24450
-1.86160,1.18304,-1.43598,-1.44435,-0.96370,1.87209,-0.24485
-1.86263,1.18251,-1.43624,-1.44422,-0.96366,1.87248,-0.24520
-1.86367,1.18200,-1.43650,-1.44409,-0.96363,1.87286,-0.24554
-1.86471,1.18150,-1.43676,-1.44397,-0.96359,1.87324,-0.24587
-1.86574,1.18100,-1.43701,-1.44384,-0.96356,1.87361,-0.24620
-1.86678,1.18052,-1.43725,-1.44372,-0.96353,1.87397,-0.24653
-1.86781,1.18004,-1.43750,-1.44360,-0.96350,1.87432,-0.24684
-1.86885,1.17957,-1.43774,-1.44347,-0.96347,1.87468,-0.24716
-1.86989,1.17911,-1.43797,-1.44336,-0.96344,1.87502,-0.24746
-1.87092,1.17866,-1.43820,-1.44324,-0.96341,1.87536,-0.24776
-1.87196,1.17821,-1.43843,-1.44312,-0.96338,1.87569,-0.24806
-1.87299,1.17778,-1.43865,-1.44301,-0.96336,1.87602,-0.24835
-1.87403,1.17735,-1.43887,-1.44289,-0.96333,1.87634,-0.24864
-1.87506,1.17717,-1.43896,-1.44284,-0.96332,1.87647,-0.24876
-1.87610,1.17663,-1.43926,-1.44265,-0.96332,1.87687,-0.24912
-1.87714,1.17610,-1.43956,-1.44246,-0.96331,1.87727,-0.24947
-1.87817,1.17559,-1.43985,-1.44227,-0.96331,1.87766,-0.24981
-1.87921,1.17508,-1.44014,-1.44209,-0.96330,1.87803,-0.25015
-1.88024,1.17458,-1.44042,-1.44190,-0.96330,1.87841,-0.25048
-1.88128,1.17409,-1.44069,-1.44172,-0.96330,1.87878,-0.25081
-1.88232,1.17361,-1.44096,-1.44155,-0.96329,1.87914,-0.25113
-1.88335,1.17314,-1.44123,-1.44137,-0.96329,1.87949,-0.25145
-1.88439,1.17268,-1.44149,-1.44120,-0.96329,1.87984,-0.25176
-1.88542,1.17222,-1.44175,-1.44103,-0.96329,1.88018,-0.25207
-1.88646,1.17178,-1.44201,-1.44086,-0.96329,1.88052,-0.25237
-1.88750,1.17134,-1.44226,-1.44069,-0.96329,1.88085,-0.25266
-1.88853,1.17090,-1.44250,-1.44053,-0.96329,1.88117,-0.25295
-1.88957,1.17048,-1.44274,-1.44037,-0.96330,1.88149,-0.25324
-1.89060,1.17025,-1.44288,-1.44027,-0.96330,1.88166,-0.25339
-1.89164,1.16962,-1.44329,-1.43994,-0.96335,1.88213,-0.25381
-1.89268,1.16901,-1.44369,-1.43961,-0.96340,1.88259,-0.25422
-1.89371,1.16841,-1.44408,-1.43928,-0.96344,1.88305,-0.25463
-1.89475,1.16782,-1.44447,-1.43897,-0.96349,1.88349,-0.25503
-1.89578,1.16723,-1.44485,-1.43865,-0.96354,1.88393,-0.25542
-1.89682,1.16666,-1.44523,-1.43834,-0.96358,1.88436,-0.25580
-1.89786,1.16610,-1.44560,-1.43803,-0.96363,1.88478,-0.25618
-1.89889,1.16555,-1.44596,-1.43773,-0.96368,1.88519,-0.25655
-1.89993,1.16501,-1.44632,-1.43744,-0.96373,1.88560,-0.25692
-1.90096,1.16448,-1.44667,-1.43714,-0.96377,1.88600,-0.25728
-1.90200,1.16396,-1.44701,-1.43685,-0.96382,1.88639,-0.25763
-1.90304,1.16344,-1.44735,-1.43657,-0.96387,1.88678,-0.25798
-1.90407,1.16294,-1.44769,-1.43629,-0.96392,1.88716,-0.25832
-1.90511,1.16244,-1.44802,-1.43601,-0.96396,1.88753,-0.25865
-1.90614,1.16196,-1.44834,-1.43574,-0.96401,1.88790,-0.25898
-1.90718,1.16148,-1.44866,-1.43547,-0.96406,1.88826,-0.25930
-1.90822,1.16101,-1.44897,-1.43520,-0.96410,1.88861,-0.25962
-1.90925,1.16055,-1.44928,-1.43494,-0.96415,1.88896,-0.25994
-1.91029,1.16010,-1.44958,-1.43468,-0.96420,1.88930,-0.26024
-1.91132,1.15965,-1.44988,-1.43443,-0.96425,1.88964,-0.26054
-1.91236,1.15922,-1.45017,-1.43418,-0.96429,1.88997,-0.26084
-1.91339,1.15879,-1.45046,-1.43393,-0.96434,1.89029,-0.26113
-1.91443,1.15837,-1.45074,-1.43369,-0.96438,1.89061,-0.26142
-1.91547,1.15795,-1.45102,-1.43345,-0.96443,1.89092,-0.26170
-1.91650,1.15755,-1.45129,-1.43321,-0.96448,1.89123,-0.26198
-1.91754,1.15737,-1.45141,-1.43311,-0.96450,1.89136,-0.26209
-1.91857,1.15687,-1.45177,-1.43277,-0.96457,1.89174,-0.26244
-1.91961,1.15637,-1.45213,-1.43245,-0.96464,1.89212,-0.26278
-1.92065,1.15588,-1.45248,-1.43212,-0.96472,1.89249,-0.26311
-1.92168,1.15540,-1.45282,-1.43180,-0.96479,1.89285,-0.26343
-1.92272,1.15493,-1.45316,-1.43149,-0.96486,1.89320,-0.26375
-1.92375,1.15447,-1.45350,-1.43118,-0.96493,1.89355,-0.26407
-1.92479,1.15401,-1.45383,-1.43087,-0.96500,1.89390,-0.26438
-1.92583,1.15357,-1.45415,-1.43057,-0.96507,1.89424,-0.26468
-1.92686,1.15313,-1.45447,-1.43027,-0.96514,1.89457,-0.26498
-1.92790,1.15269,-1.45478,-1.42998,-0.96521,1.89489,-0.26528
-1.92893,1.15227,-1.45509,-1.42969,-0.96528,1.89521,-0.26557
-1.92997,1.15186,-1.45539,-1.42941,-0.96535,1.89553,-0.26585
-1.93101,1.15145,-1.45569,-1.42913,-0.96542,1.89584,-0.26613
-1.93204,1.15104,-1.45598,-1.42885,-0.96548,1.89614,-0.26641
-1.93308,1.15065,-1.45627,-1.42858,-0.96555,1.89644,-0.26668
-1.93411,1.15056,-1.45633,-1.42852,-0.96557,1.89651,-0.26674
-1.93515,1.15001,-1.45673,-1.42814,-0.96566,1.89692,-0.26711
-1.93619,1.14948,-1.45712,-1.42777,-0.96575,1.89732,-0.26747
-1.93722,1.14896,-1.45751,-1.42741,-0.96584,1.89772,-0.26783
-1.93826,1.14844,-1.45789,-1.42705,-0.96592,1.89811,-0.26818
-1.93929,1.14794,-1.45826,-1.42669,-0.96601,1.89849,-0.26853
-1.94033,1.14744,-1.45863,-1.42634,-0.96610,1.89886,-0.26887
-1.94137,1.14695,-1.45899,-1.42600,-0.96618,1.89923,-0.26920
-1.94240,1.14647,-1.45935,-1.42566,-0.96627,1.89959,-0.26953
-1.94344,1.14600,-1.45969,-1.42532,-0.96636,1.89995,-0.26985
-1.94447,1.14554,-1.46004,-1.42500,-0.96644,1.90030,-0.27017
-1.94551,1.14509,-1.46038,-1.42467,-0.96652,1.90064,-0.27048
-1.94655,1.14464,-1.46071,-1.42435,-0.96661,1.90098,-0.27079
-1.94758,1.14420,-1.46103,-1.42404,-0.96669,1.90131,-0.27109
-1.94862,1.14377,-1.46135,-1.42373,-0.96677,1.90164,-0.27138
-1.94965,1.14335,-1.46167,-1.42342,-0.96685,1.90196,-0.27167
-1.95069,1.14294,-1.46198,-1.42312,-0.96693,1.90227,-0.27196
-1.95172,1.14253,-1.46229,-1.42282,-0.96701,1.90258,-0.27224
-1.95276,1.14213,-1.46259,-1.42253,-0.96709,1.90288,-0.27252
-1.95380,1.14173,-1.46288,-1.42224,-0.96717,1.90318,-0.27279
-1.95483,1.14137,-1.46315,-1.42197,-0.96724,1.90345,-0.27304
-1.95587,1.14087,-1.46354,-1.42160,-0.96734,1.90384,-0.27338
-1.95690,1.14037,-1.46392,-1.42123,-0.96744,1.90421,-0.27373
-1.95794,1.13988,-1.46429,-1.42087,-0.96753,1.90458,-0.27406
-1.95898,1.13940,-1.46465,-1.42051,-0.96763,1.90494,-0.27439
-1.96001,1.13893,-1.46501,-1.42016,-0.96772,1.90530,-0.27472
-1.96105,1.13847,-1.46537,-1.41981,-0.96782,1.90565,-0.27504
-1.96208,1.13801,-1.46571,-1.41947,-0.96791,1.90599,-0.27535
-1.96312,1.13756,-1.46606,-1.41913,-0.96801,1.90633,-0.27566
-1.96416,1.13713,-1.46639,-1.41880,-0.96810,1.90666,-0.27596
-1.96519,1.13669,-1.46672,-1.41847,-0.96819,1.90699,-0.27626
-1.96623,1.13627,-1.46705,-1.41815,-0.96828,1.90731,-0.27655
-1.96726,1.13586,-1.46737,-1.41783,-0.96837,1.90762,-0.27684
-1.96830,1.13545,-1.46768,-1.41752,-0.96846,1.90793,-0.27712
-1.96934,1.13505,-1.46799,-1.41721,-0.96855,1.90824,-0.27740
-1.97037,1.13465,-1.46829,-1.41690,-0.96863,1.90854,-0.27767
-1.97141,1.13426,-1.46859,-1.41660,-0.96872,1.90883,-0.27794
-1.97244,1.13395,-1.46884,-1.41636,-0.96879,1.90907,-0.27816
-1.97348,1.13346,-1.46921,-1.41600,-0.96889,1.90944,-0.27850
-1.97452,1.13298,-1.46957,-1.41565,-0.96898,1.90980,-0.27883
-1.97555,1.13250,-1.46993,-1.41530,-0.96908,1.91016,-0.27916
-1.97659,1.13204,-1.47028,-1.41496,-0.96918,1.91051,-0.27948
-1.97762,1.13158,-1.47063,-1.41462,-0.96927,1.91086,-0.27979
-1.97866,1.13113,-1.47097,-1.41428,-0.96936,1.91119,-0.28010
-1.97970,1.13069,-1.47130,-1.41395,-0.96946,1.91153,-0.28041
-1.98073,1.13026,-1.47163,-1.41363,-0.96955,1.91185,-0.28071
-1.98177,1.12984,-1.47196,-1.41331,-0.96964,1.91218,-0.28100
-1.98280,1.12942,-1.47228,-1.41300,-0.96973,1.91249,-0.28129
-1.98384,1.12901,-1.47259,-1.41269,-0.96982,1.91280,-0.28158
-1.98488,1.12861,-1.47290,-1.41238,-0.96990,1.91311,-0.28186
-1.98591,1.12821,-1.47320,-1.41208,-0.96999,1.91341,-0.28213
-1.98695,1.12782,-1.47350,-1.41178,-0.97008,1.91370,-0.28240
-1.98798,1.12743,-1.47380,-1.41148,-0.97017,1.91400,-0.28267
-1.98902,1.12696,-1.47416,-1.41114,-0.97026,1.91435,-0.28300
-1.99005,1.12649,-1.47451,-1.41079,-0.97036,1.91471,-0.28333
-1.99109,1.12603,-1.47486,-1.41046,-0.97045,1.91505,-0.28364
-1.99213,1.12558,-1.47520,-1.41012,-0.97055,1.91539,-0.28396
-1.99316,1.12514,-1.47553,-1.40980,-0.97064,1.91572,-0.28426
-1.99420,1.12471,-1.47586,-1.40947,-0.97073,1.91605,-0.28456
-1.99523,1.12428,-1.47619,-1.40915,-0.97082,1.91637,-0.28486
-1.99627,1.12386,-1.47651,-1.40884,-0.97091,1.91669,-0.28515
-1.99731,1.12345,-1.47682,-1.40853,-0.97100,1.91700,-0.28544
-1.99834,1.12305,-1.47713,-1.40823,-0.97109,1.91731,-0.28572
-1.99938,1.12265,-1.47743,-1.40793,-0.97118,1.91761,-0.28600
-2.00041,1.12226,-1.47773,-1.40763,-0.97127,1.91790,-0.28627
-2.00145,1.12188,-1.47803,-1.40734,-0.97135,1.91819,-0.28654
-2.00249,1.12172,-1.47815,-1.40722,-0.97139,1.91832,-0.28665
-2.00352,1.12123,-1.47851,-1.40688,-0.97148,1.91869,-0.28699
-2.00456,1.12074,-1.47886,-1.40655,-0.97157,1.91905,-0.28733
-2.00559,1.12027,-1.47921,-1.40623,-0.97165,1.91941,-0.28766
-2.00663,1.11981,-1.47955,-1.40591,-0.97174,1.91976,-0.28798
-2.00767,1.11935,-1.47989,-1.40559,-0.97183,1.92010,-0.28830
-2.00870,1.11890,-1.48022,-1.40528,-0.97191,1.92044,-0.28861
-2.00974,1.11846,-1.48054,-1.40497,-0.97200,1.92077,-0.28892
-2.01077,1.11803,-1.48086,-1.40467,-0.97208,1.92110,-0.28922
-2.01181,1.11760,-1.48117,-1.40437,-0.97217,1.92142,-0.28952
-2.01285,1.11718,-1.48148,-1.40407,-0.97225,1.92174,-0.28981
-2.01388,1.11677,-1.48179,-1.40378,-0.97233,1.92205,-0.29010
-2.01492,1.11637,-1.48209,-1.40350,-0.97242,1.92235,-0.29038
-2.01595,1.11597,-1.48238,-1.40322,-0.97250,1.92265,-0.29066
-2.01699,1.11558,-1.48267,-1.40294,-0.97258,1.92294,-0.29093
-2.01803,1.11521,-1.48294,-1.40268,-0.97265,1.92322,-0.29119
-2.01906,1.11459,-1.48341,-1.40225,-0.97276,1.92370,-0.29163
-2.02010,1.11397,-1.48386,-1.40183,-0.97287,1.92416,-0.29206
-2.02113,1.11336,-1.48431,-1.40141,-0.97298,1.92461,-0.29248
-2.02217,1.11277,-1.48475,-1.40100,-0.97309,1.92506,-0.29289
-2.02321,1.11218,-1.48518,-1.40060,-0.97320,1.92550,-0.29330
-2.02424,1.11161,-1.48561,-1.40020,-0.97330,1.92593,-0.29370
-2.02528,1.11105,-1.48603,-1.39981,-0.97341,1.92635,-0.29410
-2.02631,1.11049,-1.48644,-1.39943,-0.97351,1.92677,-0.29449
-2.02735,1.10995,-1.48685,-1.39905,-0.97362,1.92718,-0.29487
-2.02838,1.10941,-1.48724,-1.39867,-0.97372,1.92758,-0.29524
-2.02942,1.10889,-1.48764,-1.39830,-0.97382,1.92798,-0.29561
-2.03046,1.10838,-1.48802,-1.39794,-0.97393,1.92836,-0.29597
-2.03149,1.10787,-1.48840,-1.39758,-0.97403,1.92874,-0.29632
-2.03253,1.10737,-1.48877,-1.39722,-0.97413,1.92912,-0.29667
-2.03356,1.10688,-1.48914,-1.39687,-0.97423,1.92948,-0.29701
-2.03460,1.10641,-1.48950,-1.39653,-0.97433,1.92984,-0.29735
-2.03564,1.10594,-1.48986,-1.39619,-0.97442,1.93020,-0.29768
-2.03667,1.10547,-1.49021,-1.39586,-0.97452,1.93055,-0.29801
-2.03771,1.10502,-1.49055,-1.39553,-0.97462,1.93089,-0.29833
-2.03874,1.10457,-1.49089,-1.39520,-0.97471,1.93123,-0.29864
-2.03978,1.10414,-1.49122,-1.39488,-0.97481,1.93156,-0.29895
-2.04082,1.10371,-1.49154,-1.39457,-0.97490,1.93188,-0.29925
-2.04185,1.10328,-1.49187,-1.39426,-0.97499,1.93220,-0.29955
-2.04289,1.10287,-1.49218,-1.39395,-0.97508,1.93251,-0.29984
-2.04392,1.10246,-1.49249,-1.39365,-0.97517,1.93282,-0.30013
-2.04496,1.10206,-1.49280,-1.39335,-0.97526,1.93312,-0.30041
-2.04600,1.10167,-1.49310,-1.39306,-0.97535,1.93342,-0.30069
-2.04703,1.10128,-1.49339,-1.39277,-0.97544,1.93371,-0.30096
-2.04807,1.10090,-1.49368,-1.39248,-0.97553,1.93400,-0.30123
-2.04910,1.10070,-1.49383,-1.39234,-0.97557,1.93415,-0.30137
-2.05014,1.10022,-1.49420,-1.39199,-0.97568,1.93451,-0.30171
-2.05118,1.09975,-1.49456,-1.39164,-0.97578,1.93486,-0.30204
-2.05221,1.09929,-1.49491,-1.39130,-0.97588,1.93521,-0.30237
-2.05325,1.09883,-1.49526,-1.39097,-0.97598,1.93555,-0.30269
-2.05428,1.09839,-1.49560,-1.39064,-0.97607,1.93589,-0.30301
-2.05532,1.09795,-1.49594,-1.39031,-0.97617,1.93622,-0.30332
-2.05636,1.09752,-1.49627,-1.38999,-0.97627,1.93654,-0.30362
-2.05739,1.09710,-1.49659,-1.38967,-0.97636,1.93686,-0.30392
-2.05843,1.09668,-1.49691,-1.38936,-0.97646,1.93717,-0.30421
-2.05946,1.09627,-1.49723,-1.38906,-0.97655,1.93748,-0.30450
-2.06050,1.09587,-1.49754,-1.38875,-0.97664,1.93778,-0.30479
-2.06154,1.09548,-1.49784,-1.38846,-0.97673,1.93808,-0.30506
-2.06257,1.09509,-1.49814,-1.38816,-0.97683,1.93837,-0.30534
-2.06361,1.09471,-1.49844,-1.38787,-0.97692,1.93866,-0.30561
-2.06464,1.09433,-1.49873,-1.38758,-0.97701,1.93894,-0.30588
-2.06568,1.09390,-1.49907,-1.38726,-0.97710,1.93927,-0.30619
-2.06672,1.09347,-1.49940,-1.38694,-0.97720,1.93959,-0.30649
-2.06775,1.09305,-1.49972,-1.38662,-0.97730,1.93991,-0.30679
-2.06879,1.09264,-1.50004,-1.38631,-0.97739,1.94022,-0.30708
-2.06982,1.09224,-1.50036,-1.38600,-0.97749,1.94052,-0.30737
-2.07086,1.09184,-1.50066,-1.38570,-0.97758,1.94082,-0.30765
-2.07189,1.09145,-1.50097,-1.38540,-0.97768,1.94111,-0.30793
-2.07293,1.09106,-1.50127,-1.38510,-0.97777,1.94140,-0.30820
-2.07397,1.09069,-1.50156,-1.38481,-0.97786,1.94169,-0.30847
-2.07500,1.09038,-1.50180,-1.38457,-0.97793,1.94192,-0.30868
-2.07604,1.08993,-1.50217,-1.38421,-0.97805,1.94226,-0.30901
-2.07707,1.08948,-1.50253,-1.38385,-0.97816,1.94259,-0.30932
-2.07811,1.08904,-1.50288,-1.38350,-0.97827,1.94292,-0.30964
-2.07915,1.08861,-1.50323,-1.38315,-0.97838,1.94325,-0.30994
-2.08018,1.08819,-1.50357,-1.38280,-0.97849,1.94357,-0.31024
-2.08122,1.08777,-1.50391,-1.38246,-0.97859,1.94388,-0.31054
-2.08225,1.08736,-1.50424,-1.38213,-0.97870,1.94419,-0.31083
-2.08329,1.08696,-1.50457,-1.38180,-0.97881,1.94449,-0.31112
-2.08433,1.08656,-1.50489,-1.38148,-0.97891,1.94478,-0.31140
-2.08536,1.08618,-1.50520,-1.38116,-0.97901,1.94507,-0.31167
-2.08640,1.08580,-1.50551,-1.38084,-0.97912,1.94536,-0.31194
-2.08743,1.08542,-1.50582,-1.38053,-0.97922,1.94564,-0.31221
-2.08847,1.08506,-1.50612,-1.38022,-0.97932,1.94592,-0.31247
-2.08951,1.08490,-1.50625,-1.38009,-0.97936,1.94604,-0.31259
-2.09054,1.08441,-1.50665,-1.37968,-0.97949,1.94640,-0.31293
-2.09158,1.08393,-1.50705,-1.37928,-0.97962,1.94676,-0.31327
-2.09261,1.08346,-1.50744,-1.37888,-0.97974,1.94711,-0.31361
-2.09365,1.08300,-1.50783,-1.37849,-0.97987,1.94746,-0.31394
-2.09469,1.08254,-1.50821,-1.37810,-0.97999,1.94780,-0.31426
-2.09572,1.08210,-1.50858,-1.37772,-0.98011,1.94814,-0.31458
-2.09676,1.08166,-1.50895,-1.37734,-0.98023,1.94847,-0.31489
-2.09779,1.08123,-1.50931,-1.37697,-0.98035,1.94879,-0.31520
-2.09883,1.08080,-1.50966,-1.37661,-0.98047,1.94911,-0.31550
-2.09987,1.08039,-1.51001,-1.37625,-0.98059,1.94942,-0.31580
-2.10090,1.07998,-1.51035,-1.37590,-0.98071,1.94972,-0.31609
-2.10194,1.07958,-1.51069,-1.37555,-0.98082,1.95002,-0.31638
-2.10297,1.07919,-1.51102,-1.37520,-0.98094,1.95032,-0.31666
-2.10401,1.07880,-1.51135,-1.37486,-0.98105,1.95061,-0.31694
-2.10505,1.07842,-1.51167,-1.37453,-0.98116,1.95089,-0.31721
-2.10608,1.07805,-1.51198,-1.37420,-0.98127,1.95117,-0.31747
-2.10712,1.07768,-1.51229,-1.37388,-0.98138,1.95145,-0.31774
-2.10815,1.07732,-1.51260,-1.37356,-0.98149,1.95172,-0.31800
-2.10919,1.07720,-1.51270,-1.37345,-0.98153,1.95181,-0.31808
-2.11022,1.07672,-1.51311,-1.37303,-0.98166,1.95217,-0.31842
-2.11126,1.07625,-1.51352,-1.37261,-0.98180,1.95252,-0.31876
-2.11230,1.07579,-1.51392,-1.37219,-0.98193,1.95287,-0.31909
-2.11333,1.07533,-1.51431,-1.37179,-0.98207,1.95321,-0.31942
-2.11437,1.07488,-1.51469,-1.37139,-0.98220,1.95354,-0.31974
-2.11540,1.07445,-1.51507,-1.37099,-0.98233,1.95387,-0.32005
-2.11644,1.07401,-1.51544,-1.37060,-0.98246,1.95419,-0.32036
-2.11748,1.07359,-1.51581,-1.37022,-0.98259,1.95451,-0.32067
-2.11851,1.07318,-1.51617,-1.36984,-0.98272,1.95482,-0.32096
-2.11955,1.07277,-1.51652,-1.36947,-0.98284,1.95513,-0.32126
-2.12058,1.07237,-1.51687,-1.36910,-0.98296,1.95543,-0.32155
-2.12162,1.07197,-1.51721,-1.36874,-0.98309,1.95572,-0.32183
-2.12266,1.07158,-1.51755,-1.36839,-0.98321,1.95601,-0.32211
-2.12369,1.07120,-1.51788,-1.36803,-0.98333,1.95630,-0.32238
-2.12473,1.07083,-1.51821,-1.36769,-0.98345,1.95658,-0.32265
-2.12576,1.07046,-1.51853,-1.36735,-0.98357,1.95685,-0.32291
-2.12680,1.07010,-1.51884,-1.36701,-0.98368,1.95713,-0.32317
-2.12784,1.06975,-1.51915,-1.36668,-0.98380,1.95739,-0.32343
-2.12887,1.06960,-1.51928,-1.36654,-0.98385,1.95750,-0.32354
-2.12991,1.06916,-1.51969,-1.36610,-0.98400,1.95783,-0.32385
-2.13094,1.06873,-1.52008,-1.36567,-0.98415,1.95816,-0.32417
-2.13198,1.06830,-1.52047,-1.36525,-0.98429,1.95848,-0.32447
-2.13302,1.06788,-1.52086,-1.36483,-0.98444,1.95879,-0.32477
-2.13405,1.06747,-1.52124,-1.36442,-0.98458,1.95910,-0.32507
-2.13509,1.06707,-1.52161,-1.36401,-0.98472,1.95940,-0.32536
-2.13612,1.06667,-1.52197,-1.36361,-0.98486,1.95969,-0.32565
-2.13716,1.06628,-1.52233,-1.36322,-0.98500,1.95999,-0.32593
-2.13820,1.06590,-1.52268,-1.36283,-0.98514,1.96027,-0.32620
-2.13923,1.06552,-1.52303,-1.36245,-0.98527,1.96055,-0.32647
-2.14027,1.06516,-1.52337,-1.36207,-0.98541,1.96083,-0.32674
-2.14130,1.06479,-1.52371,-1.36170,-0.98554,1.96110,-0.32700
-2.14234,1.06444,-1.52404,-1.36134,-0.98567,1.96137,-0.32726
-2.14338,1.06409,-1.52436,-1.36098,-0.98580,1.96163,-0.32751
-2.14441,1.06374,-1.52468,-1.36062,-0.98593,1.96189,-0.32776
-2.14545,1.06360,-1.52482,-1.36047,-0.98598,1.96200,-0.32787
-2.14648,1.06313,-1.52523,-1.36003,-0.98613,1.96235,-0.32820
-2.14752,1.06267,-1.52565,-1.35959,-0.98628,1.96269,-0.32853
-2.14855,1.06222,-1.52605,-1.35916,-0.98643,1.96302,-0.32886
-2.14959,1.06178,-1.52645,-1.35874,-0.98657,1.96335,-0.32918
-2.15063,1.06135,-1.52684,-1.35832,-0.98672,1.96367,-0.32949
-2.15166,1.06092,-1.52722,-1.35791,-0.98686,1.96399,-0.32980
-2.15270,1.06050,-1.52760,-1.35751,-0.98700,1.96430,-0.33010
-2.15373,1.06009,-1.52797,-1.35711,-0.98714,1.96461,-0.33040
-2.15477,1.05969,-1.52834,-1.35671,-0.98728,1.96491,-0.33069
-2.15581,1.05929,-1.52870,-1.35633,-0.98741,1.96521,-0.33098
-2.15684,1.05890,-1.52905,-1.35594,-0.98755,1.96550,-0.33126
-2.15788,1.05852,-1.52940,-1.35557,-0.98768,1.96578,-0.33153
-2.15891,1.05815,-1.52974,-1.35520,-0.98781,1.96606,-0.33181
-2.15995,1.05778,-1.53008,-1.35483,-0.98794,1.96634,-0.33207
-2.16099,1.05742,-1.53041,-1.35447,-0.98807,1.96661,-0.33234
-2.16202,1.05706,-1.53073,-1.35412,-0.98820,1.96688,-0.33260
-2.16306,1.05671,-1.53105,-1.35377,-0.98832,1.96714,-0.33285
-2.16409,1.05637,-1.53136,-1.35342,-0.98845,1.96739,-0.33310
-2.16513,1.05629,-1.53143,-1.35335,-0.98847,1.96745,-0.33315
-2.16617,1.05588,-1.53181,-1.35295,-0.98861,1.96776,-0.33345
-2.16720,1.05547,-1.53217,-1.35256,-0.98875,1.96806,-0.33375
-2.16824,1.05507,-1.53253,-1.35218,-0.98888,1.96836,-0.33404
-2.16927,1.05468,-1.53289,-1.35180,-0.98902,1.96865,-0.33432
-2.17031,1.05430,-1.53323,-1.35143,-0.98915,1.96894,-0.33460
-2.17135,1.05392,-1.53358,-1.35106,-0.98928,1.96922,-0.33488
-2.17238,1.05355,-1.53391,-1.35069,-0.98941,1.96950,-0.33515
-2.17342,1.05318,-1.53424,-1.35034,-0.98953,1.96977,-0.33541
-2.17445,1.05282,-1.53457,-1.34999,-0.98966,1.97004,-0.33567
-2.17549,1.05247,-1.53489,-1.34964,-0.98978,1.97030,-0.33593
-2.17653,1.05213,-1.53520,-1.34930,-0.98991,1.97056,-0.33618
-2.17756,1.05195,-1.53537,-1.34912,-0.98997,1.97069,-0.33631
-2.17860,1.05153,-1.53576,-1.34870,-0.99012,1.97101,-0.33662
-2.17963,1.05111,-1.53614,-1.34828,-0.99026,1.97132,-0.33692
-2.18067,1.05070,-1.53652,-1.34787,-0.99041,1.97162,-0.33722
-2.18171,1.05031,-1.53689,-1.34747,-0.99055,1.97192,-0.33751
-2.18274,1.04991,-1.53725,-1.34708,-0.99069,1.97221,-0.33779
-2.18378,1.04953,-1.53761,-1.34668,-0.99083,1.97250,-0.33807
-2.18481,1.04915,-1.53796,-1.34630,-0.99097,1.97278,-0.33835
-2.18585,1.04878,-1.53831,-1.34592,-0.99111,1.97306,-0.33862
-2.18688,1.04841,-1.53865,-1.34555,-0.99124,1.97333,-0.33889
-2.18792,1.04805,-1.53899,-1.34518,-0.99138,1.97360,-0.33915
-2.18896,1.04770,-1.53932,-1.34481,-0.99151,1.97386,-0.33941
-2.18999,1.04735,-1.53964,-1.34446,-0.99164,1.97412,-0.33966
-2.19103,1.04701,-1.53996,-1.34410,-0.99177,1.97437,-0.33991
-2.19206,1.04684,-1.54013,-1.34392,-0.99184,1.97450,-0.34004
-2.19310,1.04640,-1.54052,-1.34350,-0.99198,1.97483,-0.34036
-2.19414,1.04598,-1.54091,-1.34308,-0.99213,1.97514,-0.34067
-2.19517,1.04556,-1.54130,-1.34267,-0.99227,1.97545,-0.34097
-2.19621,1.04515,-1.54168,-1.34226,-0.99242,1.97576,-0.34127
-2.19724,1.04474,-1.54205,-1.34187,-0.99256,1.97606,-0.34157
-2.19828,1.04435,-1.54241,-1.34147,-0.99270,1.97635,-0.34186
-2.19932,1.04396,-1.54277,-1.34108,-0.99284,1.97664,-0.34214
-2.20035,1.04358,-1.54312,-1.34070,-0.99297,1.97693,-0.34242
-2.20139,1.04320,-1.54347,-1.34033,-0.99311,1.97721,-0.34269
-2.20242,1.04283,-1.54381,-1.33996,-0.99324,1.97748,-0.34296
-2.20346,1.04247,-1.54415,-1.33959,-0.99337,1.97775,-0.34323
-2.20450,1.04212,-1.54448,-1.33923,-0.99351,1.97801,-0.34349
-2.20553,1.04177,-1.54480,-1.33888,-0.99364,1.97827,-0.34374
-2.20657,1.04143,-1.54512,-1.33853,-0.99376,1.97853,-0.34400
-2.20760,1.04109,-1.54544,-1.33818,-0.99389,1.97878,-0.34425
-2.20864,1.04072,-1.54579,-1.33779,-0.99403,1.97905,-0.34451
-2.20968,1.04036,-1.54614,-1.33741,-0.99417,1.97932,-0.34478
-2.21071,1.04001,-1.54647,-1.33703,-0.99431,1.97958,-0.34503
-2.21175,1.03967,-1.54681,-1.33666,-0.99445,1.97984,-0.34529
-2.21278,1.03933,-1.54713,-1.33629,-0.99459,1.98009,-0.34554
-2.21382,1.03900,-1.54745,-1.33593,-0.99472,1.98034,-0.34578
-2.21486,1.03890,-1.54755,-1.33583,-0.99476,1.98041,-0.34585
-2.21589,1.03854,-1.54789,-1.33545,-0.99490,1.98067,-0.34611
-2.21693,1.03820,-1.54822,-1.33508,-0.99504,1.98093,-0.34637
-2.21796,1.03786,-1.54854,-1.33472,-0.99517,1.98118,-0.34661
-2.21900,1.03753,-1.54886,-1.33437,-0.99530,1.98143,-0.34686
-2.22004,1.03750,-1.54889,-1.33433,-0.99532,1.98145,-0.34688
-2.22107,1.03716,-1.54922,-1.33397,-0.99545,1.98170,-0.34713
-2.22211,1.03683,-1.54954,-1.33361,-0.99558,1.98195,-0.34738
-2.22314,1.03678,-1.54958,-1.33356,-0.99560,1.98199,-0.34741
-2.22418,1.03632,-1.55002,-1.33309,-0.99577,1.98233,-0.34775
-2.22521,1.03587,-1.55046,-1.33261,-0.99594,1.98266,-0.34808
-2.22625,1.03542,-1.55088,-1.33215,-0.99610,1.98299,-0.34840
-2.22729,1.03499,-1.55130,-1.33169,-0.99627,1.98331,-0.34872
-2.22832,1.03456,-1.55171,-1.33124,-0.99643,1.98363,-0.34904
-2.22936,1.03414,-1.55212,-1.33080,-0.99659,1.98394,-0.34935
-2.23039,1.03373,-1.55252,-1.33036,-0.99675,1.98425,-0.34965
-2.23143,1.03332,-1.55291,-1.32993,-0.99690,1.98455,-0.34995
-2.23247,1.03293,-1.55329,-1.32950,-0.99706,1.98484,-0.35024
-2.23350,1.03254,-1.55367,-1.32908,-0.99721,1.98513,-0.35053
-2.23454,1.03215,-1.55405,-1.32867,-0.99737,1.98541,-0.35081
-2.23557,1.03178,-1.55441,-1.32826,-0.99752,1.98569,-0.35109
-2.23661,1.03141,-1.55477,-1.32786,-0.99766,1.98597,-0.35136
-2.23765,1.03104,-1.55513,-1.32746,-0.99781,1.98624,-0.35163
-2.23868,1.03069,-1.55548,-1.32707,-0.99796,1.98650,-0.35189
-2.23972,1.03034,-1.55582,-1.32669,-0.99810,1.98676,-0.35215
-2.24075,1.02999,-1.55616,-1.32631,-0.99824,1.98702,-0.35241
-2.24179,1.02965,-1.55649,-1.32594,-0.99838,1.98727,-0.35266
-2.24283,1.02932,-1.55681,-1.32557,-0.99852,1.98752,-0.35290
-2.24386,1.02901,-1.55711,-1.32524,-0.99865,1.98774,-0.35313
-2.24490,1.02855,-1.55755,-1.32477,-0.99881,1.98808,-0.35347
-2.24593,1.02810,-1.55798,-1.32431,-0.99898,1.98842,-0.35380
-2.24697,1.02766,-1.55840,-1.32385,-0.99914,1.98874,-0.35412
-2.24801,1.02723,-1.55881,-1.32340,-0.99930,1.98906,-0.35444
-2.24904,1.02680,-1.55922,-1.32296,-0.99946,1.98938,-0.35476
-2.25008,1.02638,-1.55962,-1.32253,-0.99962,1.98969,-0.35507
-2.25111,1.02597,-1.56002,-1.32210,-0.99977,1.98999,-0.35537
-2.25215,1.02557,-1.56040,-1.32168,-0.99993,1.99029,-0.35567
-2.25319,1.02517,-1.56078,-1.32126,-1.00008,1.99058,-0.35596
-2.25422,1.02478,-1.56116,-1.32085,-1.00023,1.99087,-0.35625
-2.25526,1.02440,-1.56153,-1.32044,-1.00038,1.99115,-0.35653
-2.25629,1.02403,-1.56189,-1.32005,-1.00053,1.99143,-0.35681
-2.25733,1.02366,-1.56225,-1.31965,-1.00067,1.99170,-0.35709
-2.25837,1.02330,-1.56260,-1.31927,-1.00082,1.99197,-0.35735
-2.25940,1.02294,-1.56294,-1.31888,-1.00096,1.99224,-0.35762
-2.26044,1.02259,-1.56328,-1.31851,-1.00110,1.99250,-0.35788
-2.26147,1.02225,-1.56361,-1.31814,-1.00124,1.99275,-0.35813
-2.26251,1.02191,-1.56394,-1.31777,-1.00138,1.99300,-0.35838
-2.26355,1.02158,-1.56427,-1.31741,-1.00152,1.99324,-0.35863
-2.26458,1.02134,-1.56450,-1.31716,-1.00161,1.99342,-0.35881
-2.26562,1.02090,-1.56490,-1.31673,-1.00176,1.99374,-0.35913
-2.26665,1.02047,-1.56530,-1.31632,-1.00191,1.99406,-0.35945
-2.26769,1.02005,-1.56569,-1.31590,-1.00206,1.99437,-0.35976
-2.26872,1.01964,-1.56607,-1.31550,-1.00220,1.99468,-0.36007
-2.26976,1.01923,-1.56645,-1.31510,-1.00235,1.99498,-0.36037
-2.27080,1.01883,-1.56682,-1.31470,-1.00249,1.99527,-0.36067
-2.27183,1.01844,-1.56719,-1.31432,-1.00263,1.99556,-0.36096
-2.27287,1.01806,-1.56755,-1.31393,-1.00277,1.99584,-0.36124
-2.27390,1.01768,-1.56790,-1.31355,-1.00291,1.99612,-0.36152
-2.27494,1.01731,-1.56825,-1.31318,-1.00305,1.99640,-0.36180
-2.27598,1.01694,-1.56859,-1.31282,-1.00318,1.99667,-0.36207
-2.27701,1.01659,-1.56893,-1.31245,-1.00331,1.99693,-0.36234
-2.27805,1.01624,-1.56926,-1.31210,-1.00345,1.99719,-0.36260
-2.27908,1.01589,-1.56958,-1.31175,-1.00358,1.99745,-0.36286
-2.28012,1.01555,-1.56990,-1.31140,-1.00371,1.99770,-0.36311
-2.28116,1.01522,-1.57022,-1.31106,-1.00383,1.99794,-0.36336
-2.28219,1.01506,-1.57036,-1.31091,-1.00389,1.99806,-0.36348
-2.28323,1.01447,-1.57089,-1.31037,-1.00407,1.99849,-0.36391
-2.28426,1.01390,-1.57141,-1.30985,-1.00425,1.99891,-0.36434
-2.28530,1.01333,-1.57193,-1.30933,-1.00442,1.99933,-0.36476
-2.28634,1.01278,-1.57243,-1.30882,-1.00459,1.99973,-0.36517
-2.28737,1.01223,-1.57293,-1.30832,-1.00477,2.00013,-0.36557
-2.28841,1.01170,-1.57342,-1.30782,-1.00494,2.00053,-0.36597
-2.28944,1.01117,-1.57390,-1.30733,-1.00510,2.00091,-0.36636
-2.29048,1.01066,-1.57437,-1.30685,-1.00527,2.00129,-0.36675
-2.29152,1.01015,-1.57483,-1.30638,-1.00544,2.00166,-0.36712
-2.29255,1.00965,-1.57529,-1.30591,-1.00560,2.00203,-0.36749
-2.29359,1.00917,-1.57574,-1.30545,-1.00576,2.00239,-0.36786
-2.29462,1.00869,-1.57618,-1.30499,-1.00592,2.00274,-0.36822
-2.29566,1.00822,-1.57661,-1.30454,-1.00608,2.00308,-0.36857
-2.29670,1.00775,-1.57704,-1.30410,-1.00624,2.00342,-0.36891
-2.29773,1.00730,-1.57746,-1.30366,-1.00639,2.00376,-0.36925
-2.29877,1.00685,-1.57787,-1.30323,-1.00655,2.00409,-0.36958
-2.29980,1.00642,-1.57828,-1.30281,-1.00670,2.00441,-0.36991
-2.30084,1.00599,-1.57868,-1.30239,-1.00685,2.00472,-0.37023
-2.30188,1.00557,-1.57907,-1.30198,-1.00700,2.00503,-0.37055
-2.30291,1.00515,-1.57946,-1.30157,-1.00715,2.00534,-0.37086
-2.30395,1.00475,-1.57984,-1.30117,-1.00730,2.00564,-0.37116
-2.30498,1.00435,-1.58021,-1.30078,-1.00744,2.00593,-0.37146
-2.30602,1.00396,-1.58058,-1.30039,-1.00759,2.00622,-0.37176
-2.30705,1.00357,-1.58094,-1.30001,-1.00773,2.00650,-0.37205
-2.30809,1.00319,-1.58129,-1.29963,-1.00787,2.00678,-0.37233
-2.30913,1.00282,-1.58164,-1.29926,-1.00801,2.00705,-0.37261
-2.31016,1.00246,-1.58199,-1.29889,-1.00814,2.00732,-0.37289
-2.31120,1.00210,-1.58233,-1.29853,-1.00828,2.00759,-0.37315
-2.31223,1.00175,-1.58266,-1.29817,-1.00841,2.00785,-0.37342
-2.31327,1.00140,-1.58299,-1.29782,-1.00855,2.00810,-0.37368
-2.31431,1.00106,-1.58331,-1.29747,-1.00868,2.00835,-0.37394
-2.31534,1.00073,-1.58362,-1.29713,-1.00881,2.00860,-0.37419
-2.31638,1.00039,-1.58395,-1.29679,-1.00894,2.00885,-0.37444
-2.31741,0.99995,-1.58436,-1.29635,-1.00910,2.00917,-0.37477
-2.31845,0.99952,-1.58477,-1.29592,-1.00926,2.00949,-0.37510
-2.31949,0.99909,-1.58518,-1.29549,-1.00941,2.00980,-0.37542
-2.32052,0.99868,-1.58557,-1.29507,-1.00956,2.01011,-0.37573
-2.32156,0.99827,-1.58596,-1.29466,-1.00972,2.01041,-0.37604
-2.32259,0.99786,-1.58635,-1.29425,-1.00987,2.01070,-0.37635
-2.32363,0.99747,-1.58672,-1.29385,-1.01002,2.01099,-0.37664
-2.32467,0.99708,-1.58709,-1.29346,-1.01016,2.01128,-0.37694
-2.32570,0.99670,-1.58746,-1.29307,-1.01031,2.01156,-0.37722
-2.32674,0.99633,-1.58782,-1.29268,-1.01045,2.01183,-0.37751
-2.32777,0.99596,-1.58817,-1.29230,-1.01059,2.01210,-0.37778
-2.32881,0.99560,-1.58852,-1.29193,-1.01074,2.01237,-0.37806
-2.32985,0.99524,-1.58886,-1.29156,-1.01088,2.01263,-0.37832
-2.33088,0.99490,-1.58920,-1.29120,-1.01101,2.01288,-0.37859
-2.33192,0.99455,-1.58953,-1.29084,-1.01115,2.01313,-0.37885
-2.33295,0.99422,-1.58985,-1.29049,-1.01128,2.01338,-0.37910
-2.33399,0.99389,-1.59017,-1.29014,-1.01142,2.01362,-0.37935
-2.33503,0.99357,-1.59048,-1.28980,-1.01155,2.01386,-0.37960
-2.33606,0.99349,-1.59056,-1.28972,-1.01158,2.01392,-0.37965
-2.33710,0.99307,-1.59097,-1.28929,-1.01174,2.01423,-0.37997
-2.33813,0.99265,-1.59137,-1.28886,-1.01190,2.01453,-0.38029
-2.33917,0.99224,-1.59176,-1.28844,-1.01205,2.01483,-0.38060
-2.34021,0.99184,-1.59215,-1.28803,-1.01221,2.01513,-0.38090
-2.34124,0.99145,-1.59253,-1.28762,-1.01236,2.01541,-0.38120
-2.34228,0.99106,-1.59291,-1.28722,-1.01251,2.01570,-0.38149
-2.34331,0.99068,-1.59328,-1.28682,-1.01266,2.01598,-0.38178
-2.34435,0.99031,-1.59364,-1.28643,-1.01281,2.01625,-0.38206
-2.34538,0.98995,-1.59400,-1.28604,-1.01295,2.01652,-0.38234
-2.34642,0.98959,-1.59435,-1.28566,-1.01310,2.01678,-0.38261
-2.34746,0.98923,-1.59470,-1.28529,-1.01324,2.01704,-0.38288
-2.34849,0.98889,-1.59504,-1.28492,-1.01338,2.01729,-0.38314
-2.34953,0.98855,-1.59537,-1.28455,-1.01352,2.01754,-0.38340
-2.35056,0.98821,-1.59570,-1.28419,-1.01366,2.01779,-0.38365
-2.35160,0.98789,-1.59602,-1.28384,-1.01379,2.01803,-0.38390
-2.35264,0.98756,-1.59634,-1.28349,-1.01393,2.01827,-0.38415
-2.35367,0.98740,-1.59651,-1.28331,-1.01400,2.01839,-0.38428
-2.35471,0.98700,-1.59689,-1.28290,-1.01415,2.01868,-0.38458
-2.35574,0.98661,-1.59728,-1.28249,-1.01431,2.01896,-0.38487
-2.35678,0.98623,-1.59765,-1.28208,-1.01446,2.01924,-0.38516
-2.35782,0.98585,-1.59802,-1.28168,-1.01461,2.01952,-0.38545
-2.35885,0.98549,-1.59839,-1.28129,-1.01476,2.01979,-0.38573
-2.35989,0.98513,-1.59874,-1.28090,-1.01491,2.02005,-0.38600
-2.36092,0.98477,-1.59910,-1.28052,-1.01506,2.02031,-0.38627
-2.36196,0.98442,-1.59944,-1.28014,-1.01520,2.02057,-0.38654
-2.36300,0.98408,-1.59978,-1.27977,-1.01534,2.02082,-0.38680
-2.36403,0.98374,-1.60012,-1.27940,-1.01548,2.02106,-0.38705
-2.36507,0.98341,-1.60045,-1.27904,-1.01562,2.02131,-0.38731
-2.36610,0.98309,-1.60077,-1.27869,-1.01576,2.02154,-0.38755
-2.36714,0.98277,-1.60109,-1.27834,-1.01590,2.02178,-0.38780
-2.36818,0.98267,-1.60119,-1.27822,-1.01594,2.02185,-0.38788
-2.36921,0.98226,-1.60159,-1.27779,-1.01610,2.02215,-0.38818
-2.37025,0.98187,-1.60199,-1.27737,-1.01626,2.02244,-0.38849
-2.37128,0.98148,-1.60238,-1.27695,-1.01642,2.02272,-0.38878
-2.37232,0.98110,-1.60276,-1.27653,-1.01658,2.02300,-0.38907
-2.37336,0.98072,-1.60313,-1.27613,-1.01673,2.02328,-0.38936
-2.37439,0.98035,-1.60350,-1.27573,-1.01688,2.02355,-0.38964
-2.37543,0.97999,-1.60387,-1.27533,-1.01704,2.02381,-0.38992
-2.37646,0.97963,-1.60422,-1.27494,-1.01719,2.02407,-0.39019
-2.37750,0.97928,-1.60457,-1.27456,-1.01733,2.02433,-0.39046
-2.37854,0.97894,-1.60492,-1.27418,-1.01748,2.02458,-0.39072
-2.37957,0.97860,-1.60526,-1.27380,-1.01762,2.02482,-0.39098
-2.38061,0.97827,-1.60559,-1.27344,-1.01777,2.02507,-0.39123
-2.38164,0.97795,-1.60592,-1.27307,-1.01791,2.02530,-0.39148
-2.38268,0.97763,-1.60625,-1.27272,-1.01805,2.02554,-0.39172
-2.38371,0.97731,-1.60657,-1.27235,-1.01819,2.02577,-0.39197
-2.38475,0.97691,-1.60698,-1.27192,-1.01835,2.02607,-0.39228
-2.38579,0.97651,-1.60737,-1.27149,-1.01852,2.02635,-0.39258
-2.38682,0.97613,-1.60776,-1.27107,-1.01868,2.02663,-0.39287
-2.38786,0.97575,-1.60815,-1.27065,-1.01884,2.02691,-0.39316
-2.38889,0.97538,-1.60852,-1.27024,-1.01899,2.02718,-0.39345
-2.38993,0.97501,-1.60890,-1.26983,-1.01915,2.02745,-0.39373
-2.39097,0.97465,-1.60926,-1.26943,-1.01930,2.02771,-0.39400
-2.39200,0.97430,-1.60962,-1.26904,-1.01946,2.02797,-0.39427
-2.39304,0.97396,-1.60997,-1.26865,-1.01961,2.02822,-0.39454
-2.39407,0.97362,-1.61032,-1.26827,-1.01975,2.02847,-0.39480
-2.39511,0.97328,-1.61066,-1.26789,-1.01990,2.02871,-0.39505
-2.39615,0.97296,-1.61100,-1.26752,-1.02005,2.02895,-0.39531
-2.39718,0.97263,-1.61133,-1.26715,-1.02019,2.02918,-0.39555
-2.39822,0.97232,-1.61165,-1.26679,-1.02033,2.02941,-0.39580
-2.39925,0.97203,-1.61195,-1.26646,-1.02046,2.02963,-0.39602
-2.40029,0.97162,-1.61237,-1.26601,-1.02063,2.02992,-0.39633
-2.40133,0.97122,-1.61278,-1.26557,-1.02080,2.03022,-0.39664
-2.40236,0.97083,-1.61318,-1.26513,-1.02097,2.03050,-0.39694
-2.40340,0.97044,-1.61358,-1.26469,-1.02113,2.03078,-0.39724
-2.40443,0.97006,-1.61397,-1.26427,-1.02130,2.03106,-0.39753
-2.40547,0.96969,-1.61435,-1.26385,-1.02146,2.03133,-0.39782
-2.40651,0.96932,-1.61473,-1.26343,-1.02162,2.03160,-0.39810
-2.40754,0.96896,-1.61510,-1.26303,-1.02178,2.03186,-0.39837
-2.40858,0.96861,-1.61546,-1.26262,-1.02193,2.03212,-0.39865
-2.40961,0.96826,-1.61582,-1.26223,-1.02209,2.03237,-0.39891
-2.41065,0.96792,-1.61617,-1.26184,-1.02224,2.03262,-0.39918
-2.41169,0.96759,-1.61652,-1.26145,-1.02239,2.03286,-0.39943
-2.41272,0.96726,-1.61686,-1.26107,-1.02254,2.03310,-0.39969
-2.41376,0.96694,-1.61720,-1.26070,-1.02269,2.03333,-0.39993
-2.41479,0.96662,-1.61753,-1.26033,-1.02284,2.03356,-0.40018
-2.41583,0.96631,-1.61785,-1.25996,-1.02298,2.03379,-0.40042
-2.41687,0.96612,-1.61806,-1.25974,-1.02307,2.03393,-0.40057
-2.41790,0.96573,-1.61847,-1.25927,-1.02325,2.03421,-0.40087
-2.41894,0.96535,-1.61888,-1.25882,-1.02343,2.03449,-0.40116
-2.41997,0.96498,-1.61928,-1.25836,-1.02360,2.03476,-0.40145
-2.42101,0.96461,-1.61968,-1.25792,-1.02378,2.03503,-0.40173
-2.42204,0.96425,-1.62006,-1.25748,-1.02395,2.03529,-0.40201
-2.42308,0.96390,-1.62045,-1.25705,-1.02412,2.03555,-0.40228
-2.42412,0.96355,-1.62082,-1.25662,-1.02429,2.03580,-0.40255
-2.42515,0.96321,-1.62119,-1.25620,-1.02445,2.03605,-0.40281
-2.42619,0.96287,-1.62156,-1.25579,-1.02462,2.03629,-0.40307
-2.42722,0.96254,-1.62191,-1.25538,-1.02478,2.03653,-0.40333
-2.42826,0.96222,-1.62226,-1.25498,-1.02494,2.03677,-0.40358
-2.42930,0.96190,-1.62261,-1.25459,-1.02510,2.03700,-0.40382
-2.43033,0.96159,-1.62295,-1.25419,-1.02526,2.03722,-0.40407
-2.43137,0.96129,-1.62328,-1.25381,-1.02541,2.03745,-0.40430
-2.43240,0.96099,-1.62361,-1.25343,-1.02557,2.03767,-0.40454
-2.43344,0.96094,-1.62366,-1.25337,-1.02559,2.03770,-0.40457
-2.43448,0.96048,-1.62417,-1.25281,-1.02580,2.03803,-0.40493
-2.43551,0.96003,-1.62466,-1.25226,-1.02602,2.03836,-0.40527
-2.43655,0.95959,-1.62515,-1.25171,-1.02623,2.03868,-0.40561
-2.43758,0.95916,-1.62563,-1.25117,-1.02644,2.03899,-0.40595
-2.43862,0.95873,-1.62610,-1.25064,-1.02664,2.03930,-0.40628
-2.43966,0.95831,-1.62656,-1.25012,-1.02684,2.03960,-0.40660
-2.44069,0.95790,-1.62701,-1.24960,-1.02705,2.03990,-0.40692
-2.44173,0.95750,-1.62746,-1.24909,-1.02725,2.04019,-0.40723
-2.44276,0.95710,-1.62790,-1.24859,-1.02744,2.04048,-0.40754
-2.44380,0.95671,-1.62833,-1.24810,-1.02764,2.04076,-0.40784
-2.44484,0.95633,-1.62876,-1.24761,-1.02783,2.04104,-0.40813
-2.44587,0.95596,-1.62918,-1.24713,-1.02802,2.04131,-0.40843
-2.44691,0.95559,-1.62959,-1.24666,-1.02821,2.04158,-0.40871
-2.44794,0.95523,-1.62999,-1.24619,-1.02840,2.04184,-0.40899
-2.44898,0.95487,-1.63039,-1.24573,-1.02858,2.04209,-0.40927
-2.45002,0.95453,-1.63079,-1.24528,-1.02876,2.04235,-0.40954
-2.45105,0.95418,-1.63117,-1.24483,-1.02894,2.04260,-0.40981
-2.45209,0.95385,-1.63155,-1.24439,-1.02912,2.04284,-0.41007
-2.45312,0.95352,-1.63192,-1.24395,-1.02930,2.04308,-0.41032
-2.45416,0.95320,-1.63229,-1.24353,-1.02947,2.04331,-0.41058
-2.45520,0.95288,-1.63265,-1.24310,-1.02964,2.04354,-0.41082
-2.45623,0.95257,-1.63300,-1.24269,-1.02982,2.04377,-0.41107
-2.45727,0.95226,-1.63335,-1.24228,-1.02998,2.04399,-0.41131
-2.45830,0.95196,-1.63370,-1.24188,-1.03015,2.04421,-0.41154
-2.45934,0.95166,-1.63403,-1.24148,-1.03031,2.04443,-0.41177
-2.46038,0.95142,-1.63431,-1.24115,-1.03045,2.04460,-0.41196
-2.46141,0.95106,-1.63473,-1.24067,-1.03064,2.04486,-0.41224
-2.46245,0.95071,-1.63513,-1.24019,-1.03084,2.04512,-0.41252
-2.46348,0.95037,-1.63554,-1.23971,-1.03103,2.04537,-0.41279
-2.46452,0.95003,-1.63593,-1.23924,-1.03122,2.04561,-0.41305
-2.46555,0.94969,-1.63632,-1.23878,-1.03141,2.04586,-0.41331
-2.46659,0.94937,-1.63671,-1.23833,-1.03159,2.04609,-0.41357
-2.46763,0.94904,-1.63708,-1.23788,-1.03178,2.04633,-0.41382
-2.46866,0.94873,-1.63745,-1.23744,-1.03196,2.04655,-0.41407
-2.46970,0.94842,-1.63782,-1.23701,-1.03214,2.04678,-0.41431
-2.47073,0.94811,-1.63818,-1.23658,-1.03232,2.04700,-0.41455
-2.47177,0.94781,-1.63853,-1.23616,-1.03249,2.04722,-0.41478
-2.47281,0.94752,-1.63887,-1.23574,-1.03266,2.04743,-0.41501
-2.47384,0.94723,-1.63922,-1.23533,-1.03283,2.04764,-0.41524
-2.47488,0.94705,-1.63943,-1.23508,-1.03294,2.04777,-0.41538
-2.47591,0.94669,-1.63986,-1.23457,-1.03315,2.04803,-0.41566
-2.47695,0.94633,-1.64029,-1.23406,-1.03335,2.04829,-0.41594
-2.47799,0.94598,-1.64070,-1.23356,-1.03356,2.04854,-0.41622
-2.47902,0.94564,-1.64112,-1.23307,-1.03376,2.04879,-0.41649
-2.48006,0.94530,-1.64152,-1.23259,-1.03395,2.04904,-0.41675
-2.48109,0.94497,-1.64192,-1.23211,-1.03415,2.04928,-0.41701
-2.48213,0.94465,-1.64231,-1.23164,-1.03434,2.04951,-0.41727
-2.48317,0.94433,-1.64269,-1.23118,-1.03454,2.04974,-0.41752
-2.48420,0.94401,-1.64307,-1.23072,-1.03473,2.04997,-0.41776
-2.48524,0.94370,-1.64345,-1.23027,-1.03491,2.05019,-0.41801
-2.48627,0.94340,-1.64381,-1.22983,-1.03510,2.05041,-0.41824
-2.48731,0.94310,-1.64417,-1.22939,-1.03528,2.05063,-0.41848
-2.48835,0.94281,-1.64453,-1.22896,-1.03546,2.05084,-0.41871
-2.48938,0.94253,-1.64488,-1.22854,-1.03564,2.05105,-0.41893
-2.49042,0.94225,-1.64522,-1.22812,-1.03582,2.05125,-0.41916
-2.49145,0.94215,-1.64533,-1.22798,-1.03587,2.05132,-0.41923
-2.49249,0.94180,-1.64578,-1.22744,-1.03610,2.05157,-0.41950
-2.49353,0.94146,-1.64621,-1.22691,-1.03632,2.05182,-0.41977
-2.49456,0.94112,-1.64664,-1.22638,-1.03654,2.05207,-0.42004
-2.49560,0.94078,-1.64707,-1.22586,-1.03675,2.05231,-0.42030
-2.49663,0.94046,-1.64748,-1.22535,-1.03696,2.05254,-0.42056
-2.49767,0.94013,-1.64789,-1.22484,-1.03717,2.05277,-0.42081
-2.49871,0.93982,-1.64829,-1.22434,-1.03738,2.05300,-0.42106
-2.49974,0.93951,-1.64869,-1.22385,-1.03759,2.05323,-0.42131
-2.50078,0.93921,-1.64908,-1.22337,-1.03779,2.05345,-0.42155
-2.50181,0.93891,-1.64946,-1.22290,-1.03799,2.05366,-0.42178
-2.50285,0.93861,-1.64984,-1.22243,-1.03819,2.05388,-0.42201
-2.50388,0.93832,-1.65021,-1.22196,-1.03839,2.05408,-0.42224
-2.50492,0.93804,-1.65057,-1.22151,-1.03858,2.05429,-0.42247
-2.50596,0.93776,-1.65093,-1.22106,-1.03877,2.05449,-0.42269
-2.50699,0.93749,-1.65128,-1.22062,-1.03896,2.05469,-0.42290
-2.50803,0.93732,-1.65150,-1.22034,-1.03908,2.05481,-0.42304
-2.50906,0.93698,-1.65195,-1.21977,-1.03932,2.05506,-0.42330
-2.51010,0.93664,-1.65240,-1.21922,-1.03955,2.05530,-0.42357
-2.51114,0.93632,-1.65283,-1.21867,-1.03978,2.05554,-0.42383
-2.51217,0.93599,-1.65326,-1.21813,-1.04001,2.05577,-0.42408
-2.51321,0.93567,-1.65369,-1.21759,-1.04023,2.05600,-0.42433
-2.51424,0.93536,-1.65410,-1.21707,-1.04046,2.05622,-0.42458
-2.51528,0.93506,-1.65451,-1.21655,-1.04067,2.05644,-0.42482
-2.51632,0.93476,-1.65491,-1.21604,-1.04089,2.05666,-0.42506
-2.51735,0.93446,-1.65531,-1.21553,-1.04111,2.05687,-0.42530
-2.51839,0.93417,-1.65570,-1.21504,-1.04132,2.05708,-0.42553
-2.51942,0.93389,-1.65608,-1.21455,-1.04153,2.05729,-0.42575
-2.52046,0.93361,-1.65646,-1.21407,-1.04174,2.05749,-0.42597
-2.52150,0.93333,-1.65683,-1.21359,-1.04194,2.05769,-0.42619
-2.52253,0.93306,-1.65720,-1.21312,-1.04214,2.05788,-0.42641
-2.52357,0.93280,-1.65756,-1.21266,-1.04234,2.05808,-0.42662
-2.52460,0.93258,-1.65785,-1.21228,-1.04251,2.05823,-0.42679
-2.52564,0.93222,-1.65833,-1.21167,-1.04276,2.05849,-0.42707
-2.52668,0.93188,-1.65880,-1.21108,-1.04301,2.05874,-0.42734
-2.52771,0.93154,-1.65927,-1.21049,-1.04326,2.05898,-0.42761
-2.52875,0.93120,-1.65973,-1.20990,-1.04350,2.05922,-0.42788
-2.52978,0.93087,-1.66018,-1.20933,-1.04375,2.05946,-0.42814
-2.53082,0.93055,-1.66062,-1.20877,-1.04399,2.05969,-0.42839
-2.53186,0.93023,-1.66106,-1.20821,-1.04422,2.05992,-0.42865
-2.53289,0.92992,-1.66148,-1.20766,-1.04446,2.06015,-0.42889
-2.53393,0.92962,-1.66191,-1.20712,-1.04469,2.06037,-0.42914
-2.53496,0.92932,-1.66232,-1.20659,-1.04492,2.06058,-0.42937
-2.53600,0.92902,-1.66273,-1.20606,-1.04514,2.06079,-0.42961
-2.53704,0.92873,-1.66313,-1.20554,-1.04536,2.06100,-0.42984
-2.53807,0.92845,-1.66352,-1.20503,-1.04558,2.06121,-0.43006
-2.53911,0.92817,-1.66391,-1.20453,-1.04580,2.06141,-0.43029
-2.54014,0.92789,-1.66429,-1.20403,-1.04602,2.06161,-0.43051
-2.54118,0.92763,-1.66467,-1.20355,-1.04623,2.06180,-0.43072
-2.54221,0.92736,-1.66504,-1.20306,-1.04644,2.06199,-0.43093
-2.54325,0.92710,-1.66540,-1.20259,-1.04665,2.06218,-0.43114
-2.54429,0.92684,-1.66577,-1.20211,-1.04686,2.06237,-0.43135
-2.54532,0.92654,-1.66621,-1.20154,-1.04710,2.06259,-0.43159
-2.54636,0.92624,-1.66664,-1.20098,-1.04735,2.06280,-0.43183
-2.54739,0.92595,-1.66706,-1.20042,-1.04758,2.06301,-0.43206
-2.54843,0.92566,-1.66748,-1.19987,-1.04782,2.06322,-0.43229
-2.54947,0.92538,-1.66789,-1.19933,-1.04806,2.06342,-0.43252
-2.55050,0.92510,-1.66829,-1.19880,-1.04829,2.06362,-0.43274
-2.55154,0.92483,-1.66869,-1.19828,-1.04852,2.06382,-0.43296
-2.55257,0.92456,-1.66908,-1.19776,-1.04874,2.06401,-0.43317
-2.55361,0.92429,-1.66946,-1.19725,-1.04896,2.06420,-0.43338
-2.55465,0.92404,-1.66984,-1.19675,-1.04919,2.06439,-0.43359
-2.55568,0.92378,-1.67021,-1.19626,-1.04940,2.06457,-0.43379
-2.55672,0.92353,-1.67058,-1.19577,-1.04962,2.06475,-0.43399
-2.55775,0.92340,-1.67077,-1.19552,-1.04973,2.06484,-0.43409
-2.55879,0.92309,-1.67121,-1.19494,-1.04998,2.06507,-0.43434
-2.55983,0.92279,-1.67165,-1.19436,-1.05022,2.06529,-0.43459
-2.56086,0.92249,-1.67209,-1.19380,-1.05047,2.06550,-0.43483
-2.56190,0.92219,-1.67251,-1.19324,-1.05071,2.06571,-0.43506
-2.56293,0.92190,-1.67293,-1.19269,-1.05095,2.06592,-0.43529
-2.56397,0.92162,-1.67334,-1.19215,-1.05118,2.06613,-0.43552
-2.56501,0.92134,-1.67375,-1.19162,-1.05141,2.06633,-0.43574
-2.56604,0.92107,-1.67415,-1.19109,-1.05164,2.06652,-0.43596
-2.56708,0.92080,-1.67454,-1.19058,-1.05187,2.06672,-0.43618
-2.56811,0.92053,-1.67492,-1.19007,-1.05209,2.06691,-0.43639
-2.56915,0.92027,-1.67530,-1.18956,-1.05231,2.06709,-0.43660
-2.57019,0.92002,-1.67568,-1.18907,-1.05253,2.06728,-0.43680
-2.57122,0.91977,-1.67604,-1.18858,-1.05275,2.06746,-0.43701
-2.57226,0.91954,-1.67638,-1.18813,-1.05294,2.06762,-0.43719
-2.57329,0.91923,-1.67682,-1.18755,-1.05319,2.06784,-0.43744
-2.57433,0.91892,-1.67726,-1.18698,-1.05344,2.06806,-0.43768
-2.57537,0.91863,-1.67770,-1.18642,-1.05368,2.06828,-0.43792
-2.57640,0.91833,-1.67812,-1.18586,-1.05393,2.06849,-0.43816
-2.57744,0.91804,-1.67854,-1.18532,-1.05416,2.06869,-0.43839
-2.57847,0.91776,-1.67895,-1.18478,-1.05440,2.06890,-0.43861
-2.57951,0.91748,-1.67935,-1.18424,-1.05463,2.06910,-0.43884
-2.58054,0.91721,-1.67975,-1.18372,-1.05486,2.06929,-0.43906
-2.58158,0.91694,-1.68014,-1.18320,-1.05509,2.06949,-0.43927
-2.58262,0.91668,-1.68053,-1.18269,-1.05531,2.06967,-0.43948
-2.58365,0.91642,-1.68091,-1.18219,-1.05553,2.06986,-0.43969
-2.58469,0.91616,-1.68128,-1.18169,-1.05575,2.07004,-0.43990
-2.58572,0.91591,-1.68165,-1.18121,-1.05597,2.07022,-0.44010
-2.58676,0.91571,-1.68195,-1.18081,-1.05614,2.07037,-0.44026
-2.58780,0.91541,-1.68240,-1.18021,-1.05640,2.07059,-0.44051
-2.58883,0.91511,-1.68285,-1.17962,-1.05666,2.07080,-0.44075
-2.58987,0.91482,-1.68329,-1.17903,-1.05691,2.07101,-0.44098
-2.59090,0.91453,-1.68372,-1.17846,-1.05717,2.07122,-0.44121
-2.59194,0.91424,-1.68415,-1.17789,-1.05741,2.07142,-0.44144
-2.59298,0.91397,-1.68457,-1.17733,-1.05766,2.07162,-0.44166
-2.59401,0.91369,-1.68498,-1.17678,-1.05790,2.07181,-0.44188
-2.59505,0.91343,-1.68539,-1.17624,-1.05814,2.07200,-0.44210
-2.59608,0.91316,-1.68578,-1.17570,-1.05838,2.07219,-0.44231
-2.59712,0.91291,-1.68618,-1.17518,-1.05861,2.07238,-0.44252
-2.59816,0.91265,-1.68656,-1.17466,-1.05884,2.07256,-0.44273
-2.59919,0.91240,-1.68694,-1.17415,-1.05907,2.07274,-0.44293
-2.60023,0.91216,-1.68732,-1.17364,-1.05929,2.07292,-0.44313
-2.60126,0.91192,-1.68769,-1.17314,-1.05951,2.07309,-0.44332
-2.60230,0.91184,-1.68781,-1.17298,-1.05959,2.07314,-0.44338
-2.60334,0.91153,-1.68827,-1.17238,-1.05985,2.07337,-0.44364
-2.60437,0.91122,-1.68872,-1.17178,-1.06011,2.07359,-0.44388
-2.60541,0.91092,-1.68917,-1.17119,-1.06036,2.07380,-0.44412
-2.60644,0.91062,-1.68961,-1.17060,-1.06062,2.07401,-0.44436
-2.60748,0.91033,-1.69005,-1.17003,-1.06087,2.07422,-0.44460
-2.60852,0.91005,-1.69047,-1.16947,-1.06112,2.07442,-0.44483
-2.60955,0.90977,-1.69089,-1.16891,-1.06136,2.07462,-0.44505
-2.61059,0.90949,-1.69131,-1.16836,-1.06160,2.07482,-0.44528
-2.61162,0.90922,-1.69171,-1.16782,-1.06184,2.07501,-0.44549
-2.61266,0.90896,-1.69211,-1.16728,-1.06208,2.07520,-0.44571
-2.61370,0.90870,-1.69251,-1.16676,-1.06231,2.07539,-0.44592
-2.61473,0.90844,-1.69289,-1.16624,-1.06254,2.07557,-0.44613
-2.61577,0.90819,-1.69327,-1.16573,-1.06277,2.07575,-0.44633
-2.61680,0.90794,-1.69365,-1.16522,-1.06299,2.07593,-0.44653
-2.61784,0.90770,-1.69402,-1.16473,-1.06321,2.07610,-0.44673
-2.61887,0.90755,-1.69424,-1.16442,-1.06335,2.07621,-0.44685
-2.61991,0.90724,-1.69469,-1.16385,-1.06360,2.07643,-0.44710
-2.62095,0.90694,-1.69512,-1.16328,-1.06384,2.07665,-0.44734
-2.62198,0.90665,-1.69555,-1.16273,-1.06409,2.07686,-0.44758
-2.62302,0.90636,-1.69597,-1.16218,-1.06433,2.07706,-0.44781
-2.62405,0.90607,-1.69639,-1.16164,-1.06456,2.07727,-0.44805
-2.62509,0.90579,-1.69680,-1.16110,-1.06480,2.07747,-0.44827
-2.62613,0.90552,-1.69720,-1.16058,-1.06503,2.07766,-0.44850
-2.62716,0.90525,-1.69759,-1.16006,-1.06526,2.07786,-0.44872
-2.62820,0.90498,-1.69798,-1.15955,-1.06548,2.07805,-0.44893
-2.62923,0.90472,-1.69836,-1.15904,-1.06571,2.07823,-0.44914
-2.63027,0.90446,-1.69874,-1.15855,-1.06593,2.07842,-0.44935
-2.63131,0.90421,-1.69911,-1.15805,-1.06615,2.07860,-0.44956
-2.63234,0.90396,-1.69948,-1.15757,-1.06636,2.07877,-0.44976
-2.63338,0.90384,-1.69967,-1.15732,-1.06647,2.07886,-0.44986
-2.63441,0.90352,-1.70013,-1.15671,-1.06674,2.07909,-0.45011
-2.63545,0.90322,-1.70059,-1.15610,-1.06700,2.07930,-0.45036
-2.63649,0.90292,-1.70104,-1.15551,-1.06726,2.07952,-0.45060
-2.63752,0.90262,-1.70149,-1.15492,-1.06752,2.07973,-0.45084
-2.63856,0.90233,-1.70192,-1.15434,-1.06777,2.07993,-0.45108
-2.63959,0.90205,-1.70235,-1.15377,-1.06802,2.08014,-0.45131
-2.64063,0.90177,-1.70278,-1.15321,-1.06827,2.08034,-0.45154
-2.64167,0.90150,-1.70319,-1.15265,-1.06852,2.08053,-0.45176
-2.64270,0.90123,-1.70360,-1.15211,-1.06876,2.08072,-0.45198
-2.64374,0.90096,-1.70401,-1.15157,-1.06900,2.08091,-0.45219
-2.64477,0.90070,-1.70440,-1.15104,-1.06923,2.08110,-0.45240
-2.64581,0.90045,-1.70479,-1.15051,-1.06947,2.08128,-0.45261
-2.64685,0.90020,-1.70518,-1.15000,-1.06970,2.08146,-0.45282
-2.64788,0.89995,-1.70556,-1.14949,-1.06993,2.08163,-0.45302
-2.64892,0.89971,-1.70593,-1.14899,-1.07015,2.08180,-0.45321
-2.64995,0.89947,-1.70630,-1.14849,-1.07038,2.08198,-0.45341
-2.65099,0.89921,-1.70669,-1.14796,-1.07061,2.08216,-0.45363
-2.65203,0.89895,-1.70708,-1.14744,-1.07084,2.08235,-0.45384
-2.65306,0.89870,-1.70747,-1.14693,-1.07107,2.08253,-0.45404
-2.65410,0.89845,-1.70784,-1.14643,-1.07129,2.08271,-0.45425
-2.65513,0.89820,-1.70822,-1.14593,-1.07152,2.08288,-0.45445
-2.65617,0.89796,-1.70858,-1.14544,-1.07174,2.08305,-0.45464
-2.65721,0.89791,-1.70866,-1.14533,-1.07178,2.08309,-0.45469
-2.65824,0.89761,-1.70911,-1.14474,-1.07204,2.08330,-0.45493
-2.65928,0.89731,-1.70955,-1.14416,-1.07230,2.08351,-0.45517
-2.66031,0.89702,-1.70999,-1.14359,-1.07255,2.08372,-0.45541
-2.66135,0.89674,-1.71042,-1.14302,-1.07280,2.08392,-0.45564
-2.66238,0.89646,-1.71084,-1.14247,-1.07304,2.08412,-0.45587
-2.66342,0.89619,-1.71126,-1.14192,-1.07329,2.08432,-0.45609
-2.66446,0.89592,-1.71166,-1.14137,-1.07353,2.08451,-0.45631
-2.66549,0.89565,-1.71207,-1.14084,-1.07376,2.08469,-0.45653
-2.66653,0.89539,-1.71246,-1.14031,-1.07400,2.08488,-0.45674
-2.66756,0.89514,-1.71285,-1.13979,-1.07423,2.08506,-0.45695
-2.66860,0.89489,-1.71323,-1.13928,-1.07446,2.08524,-0.45715
-2.66964,0.89464,-1.71361,-1.13877,-1.07469,2.08541,-0.45736
-2.67067,0.89440,-1.71398,-1.13828,-1.07491,2.08559,-0.45755
-2.67171,0.89418,-1.71431,-1.13783,-1.07511,2.08574,-0.45773
-2.67274,0.89393,-1.71472,-1.13729,-1.07535,2.08592,-0.45794
-2.67378,0.89367,-1.71511,-1.13675,-1.07559,2.08610,-0.45815
-2.67482,0.89342,-1.71550,-1.13622,-1.07583,2.08628,-0.45835
-2.67585,0.89318,-1.71589,-1.13570,-1.07606,2.08646,-0.45856
-2.67689,0.89294,-1.71627,-1.13519,-1.07629,2.08663,-0.45875
-2.67792,0.89270,-1.71664,-1.13469,-1.07652,2.08679,-0.45895
-2.67896,0.89254,-1.71690,-1.13433,-1.07668,2.08691,-0.45908
-2.68000,0.89227,-1.71731,-1.13379,-1.07692,2.08710,-0.45930
-2.68103,0.89201,-1.71771,-1.13325,-1.07716,2.08729,-0.45952
-2.68207,0.89175,-1.71811,-1.13272,-1.07740,2.08747,-0.45973
-2.68310,0.89149,-1.71850,-1.13220,-1.07763,2.08766,-0.45994
-2.68414,0.89124,-1.71889,-1.13168,-1.07786,2.08783,-0.46015
-2.68518,0.89100,-1.71926,-1.13117,-1.07809,2.08801,-0.46035
-2.68621,0.89076,-1.71964,-1.13067,-1.07831,2.08818,-0.46055
-2.68725,0.89052,-1.72000,-1.13018,-1.07854,2.08835,-0.46074
-2.68828,0.89049,-1.72004,-1.13013,-1.07856,2.08837,-0.46076
-2.68932,0.89023,-1.72044,-1.12960,-1.07879,2.08855,-0.46098
-2.69036,0.88998,-1.72083,-1.12908,-1.07903,2.08873,-0.46119
-2.69139,0.88972,-1.72121,-1.12857,-1.07925,2.08891,-0.46139
-2.69243,0.88948,-1.72159,-1.12807,-1.07948,2.08909,-0.46160
-2.69346,0.88923,-1.72196,-1.12757,-1.07970,2.08926,-0.46180
-2.69450,0.88900,-1.72233,-1.12708,-1.07992,2.08943,-0.46199
-2.69554,0.88894,-1.72240,-1.12698,-1.07997,2.08947,-0.46204
-2.69657,0.88868,-1.72280,-1.12646,-1.08020,2.08965,-0.46225
-2.69761,0.88842,-1.72319,-1.12595,-1.08043,2.08984,-0.46247
-2.69864,0.88817,-1.72357,-1.12545,-1.08065,2.09002,-0.46267
-2.69968,0.88792,-1.72395,-1.12495,-1.08087,2.09019,-0.46288
-2.70071,0.88768,-1.72432,-1.12446,-1.08109,2.09037,-0.46308
-2.70175,0.88743,-1.72468,-1.12397,-1.08131,2.09054,-0.46328
-2.70279,0.88739,-1.72475,-1.12387,-1.08136,2.09057,-0.46332
-2.70382,0.88714,-1.72512,-1.12338,-1.08158,2.09075,-0.46352
-2.70486,0.88690,-1.72549,-1.12290,-1.08179,2.09092,-0.46372
-2.70589,0.88685,-1.72556,-1.12280,-1.08184,2.09095,-0.46376
-2.70693,0.88660,-1.72594,-1.12230,-1.08206,2.09113,-0.46397
-2.70797,0.88635,-1.72632,-1.12181,-1.08228,2.09131,-0.46418
-2.70900,0.88610,-1.72669,-1.12132,-1.08250,2.09148,-0.46438
-2.71004,0.88586,-1.72705,-1.12084,-1.08271,2.09166,-0.46458
-2.71107,0.88581,-1.72712,-1.12074,-1.08276,2.09169,-0.46462
-2.71211,0.88555,-1.72750,-1.12025,-1.08298,2.09187,-0.46483
-2.71315,0.88530,-1.72788,-1.11975,-1.08320,2.09205,-0.46504
-2.71418,0.88505,-1.72825,-1.11927,-1.08341,2.09223,-0.46524
-2.71522,0.88481,-1.72861,-1.11879,-1.08363,2.09240,-0.46544
-2.71625,0.88476,-1.72868,-1.11869,-1.08367,2.09243,-0.46549
-2.71729,0.88450,-1.72906,-1.11820,-1.08389,2.09262,-0.46570
-2.71833,0.88425,-1.72944,-1.11771,-1.08411,2.09279,-0.46591
-2.71936,0.88400,-1.72980,-1.11723,-1.08433,2.09297,-0.46611
-2.72040,0.88376,-1.73016,-1.11675,-1.08454,2.09314,-0.46631
-2.72143,0.88371,-1.73024,-1.11666,-1.08458,2.09318,-0.46635
-2.72247,0.88345,-1.73061,-1.11618,-1.08479,2.09336,-0.46657
-2.72351,0.88319,-1.73098,-1.11572,-1.08500,2.09355,-0.46678
-2.72454,0.88294,-1.73133,-1.11525,-1.08520,2.09372,-0.46699
-2.72558,0.88271,-1.73166,-1.11484,-1.08539,2.09388,-0.46718
-2.72661,0.88244,-1.73202,-1.11439,-1.08559,2.09408,-0.46740
-2.72765,0.88218,-1.73238,-1.11394,-1.08579,2.09426,-0.46762
-2.72869,0.88192,-1.73274,-1.11349,-1.08598,2.09445,-0.46783
-2.72972,0.88166,-1.73309,-1.11306,-1.08618,2.09463,-0.46805
-2.73076,0.88137,-1.73345,-1.11262,-1.08636,2.09483,-0.46829
-2.73179,0.88108,-1.73381,-1.11220,-1.08655,2.09503,-0.46852
-2.73283,0.88080,-1.73416,-1.11178,-1.08673,2.09523,-0.46875
-2.73387,0.88053,-1.73451,-1.11136,-1.08691,2.09542,-0.46898
-2.73490,0.88026,-1.73485,-1.11095,-1.08709,2.09561,-0.46920
-2.73594,0.88005,-1.73512,-1.11063,-1.08723,2.09577,-0.46938
-2.73697,0.87975,-1.73548,-1.11021,-1.08741,2.09597,-0.46963
-2.73801,0.87946,-1.73584,-1.10980,-1.08759,2.09618,-0.46986
-2.73904,0.87918,-1.73619,-1.10939,-1.08776,2.09638,-0.47010
-2.74008,0.87890,-1.73653,-1.10899,-1.08794,2.09658,-0.47033
-2.74112,0.87862,-1.73687,-1.10859,-1.08811,2.09677,-0.47056
-2.74215,0.87835,-1.73720,-1.10820,-1.08828,2.09696,-0.47078
-2.74319,0.87806,-1.73754,-1.10783,-1.08844,2.09717,-0.47103
-2.74422,0.87777,-1.73787,-1.10746,-1.08860,2.09737,-0.47126
-2.74526,0.87749,-1.73819,-1.10709,-1.08875,2.09757,-0.47150
-2.74630,0.87721,-1.73852,-1.10673,-1.08891,2.09777,-0.47173
-2.74733,0.87718,-1.73855,-1.10670,-1.08892,2.09779,-0.47176
-2.74837,0.87687,-1.73887,-1.10636,-1.08906,2.09800,-0.47201
-2.74940,0.87658,-1.73919,-1.10602,-1.08920,2.09821,-0.47225
-2.75044,0.87629,-1.73951,-1.10569,-1.08934,2.09841,-0.47249
-2.75148,0.87600,-1.73981,-1.10536,-1.08948,2.09862,-0.47273
-2.75251,0.87591,-1.73991,-1.10527,-1.08952,2.09868,-0.47280
-2.75355,0.87562,-1.74021,-1.10495,-1.08966,2.09888,-0.47304
-2.75458,0.87533,-1.74051,-1.10464,-1.08979,2.09909,-0.47328
-2.75562,0.87527,-1.74058,-1.10458,-1.08981,2.09913,-0.47333
-2.75666,0.87498,-1.74088,-1.10428,-1.08994,2.09934,-0.47358
-2.75769,0.87468,-1.74117,-1.10398,-1.09006,2.09954,-0.47382
-2.75873,0.87463,-1.74123,-1.10392,-1.09008,2.09958,-0.47387
-2.75976,0.87454,-1.74132,-1.10384,-1.09012,2.09964,-0.47394
-2.76080,0.87422,-1.74161,-1.10356,-1.09023,2.09986,-0.47420
-2.76184,0.87392,-1.74191,-1.10329,-1.09034,2.10008,-0.47446
-2.76287,0.87361,-1.74220,-1.10301,-1.09045,2.10029,-0.47471
-2.76391,0.87332,-1.74248,-1.10275,-1.09056,2.10050,-0.47496
-2.76494,0.87325,-1.74254,-1.10270,-1.09058,2.10054,-0.47501
-2.76598,0.87293,-1.74282,-1.10246,-1.09066,2.10077,-0.47528
-2.76702,0.87261,-1.74309,-1.10223,-1.09075,2.10100,-0.47554
-2.76805,0.87230,-1.74336,-1.10201,-1.09084,2.10121,-0.47580
-2.76909,0.87199,-1.74363,-1.10178,-1.09093,2.10143,-0.47605
-2.77012,0.87172,-1.74387,-1.10159,-1.09100,2.10162,-0.47628
-2.77116,0.87140,-1.74412,-1.10140,-1.09107,2.10184,-0.47654
-2.77220,0.87109,-1.74437,-1.10121,-1.09114,2.10206,-0.47680
-2.77323,0.87082,-1.74460,-1.10104,-1.09121,2.10225,-0.47703
-2.77427,0.87050,-1.74484,-1.10088,-1.09126,2.10248,-0.47730
-2.77530,0.87018,-1.74508,-1.10072,-1.09132,2.10270,-0.47756
-2.77634,0.86990,-1.74528,-1.10058,-1.09136,2.10289,-0.47779
-2.77737,0.86959,-1.74550,-1.10047,-1.09140,2.10311,-0.47805
-2.77841,0.86950,-1.74556,-1.10043,-1.09141,2.10318,-0.47813
-2.77945,0.86917,-1.74577,-1.10034,-1.09143,2.10341,-0.47840
-2.78048,0.86885,-1.74597,-1.10026,-1.09145,2.10363,-0.47867
-2.78152,0.86854,-1.74617,-1.10017,-1.09147,2.10385,-0.47893
-2.78255,0.86847,-1.74621,-1.10015,-1.09147,2.10389,-0.47898
-2.78359,0.86822,-1.74636,-1.10010,-1.09148,2.10407,-0.47919
-2.78463,0.86790,-1.74653,-1.10010,-1.09146,2.10430,-0.47946
-2.78566,0.86758,-1.74669,-1.10009,-1.09145,2.10452,-0.47972
-2.78670,0.86745,-1.74671,-1.10016,-1.09141,2.10461,-0.47983
-2.78773,0.86744,-1.74627,-1.10097,-1.09105,2.10462,-0.47985
-2.78877,0.86742,-1.74585,-1.10177,-1.09071,2.10463,-0.47987
-2.78981,0.86741,-1.74543,-1.10255,-1.09036,2.10465,-0.47989
-2.79084,0.86740,-1.74502,-1.10333,-1.09002,2.10466,-0.47991
-2.79188,0.86738,-1.74461,-1.10409,-1.08969,2.10467,-0.47993
-2.79291,0.86737,-1.74421,-1.10484,-1.08936,2.10468,-0.47994
-2.79395,0.86736,-1.74381,-1.10557,-1.08904,2.10469,-0.47996
-2.79499,0.86734,-1.74343,-1.10630,-1.08871,2.10470,-0.47998
-2.79602,0.86733,-1.74304,-1.10702,-1.08840,2.10471,-0.47999
-2.79706,0.86732,-1.74267,-1.10772,-1.08809,2.10472,-0.48001
-2.79809,0.86733,-1.74228,-1.10844,-1.08777,2.10472,-0.48001
-2.79913,0.86745,-1.74169,-1.10940,-1.08736,2.10464,-0.47991
-2.80017,0.86758,-1.74112,-1.11034,-1.08695,2.10455,-0.47981
-2.80120,0.86770,-1.74055,-1.11127,-1.08655,2.10447,-0.47972
-2.80224,0.86782,-1.74000,-1.11218,-1.08615,2.10439,-0.47962
-2.80327,0.86794,-1.73945,-1.11308,-1.08576,2.10431,-0.47953
-2.80431,0.86806,-1.73891,-1.11397,-1.08538,2.10423,-0.47944
-2.80535,0.86818,-1.73838,-1.11484,-1.08500,2.10415,-0.47935
-2.80638,0.86829,-1.73786,-1.11570,-1.08463,2.10407,-0.47926
-2.80742,0.86840,-1.73735,-1.11655,-1.08426,2.10400,-0.47917
-2.80845,0.86852,-1.73684,-1.11739,-1.08389,2.10392,-0.47909
-2.80949,0.86863,-1.73635,-1.11821,-1.08353,2.10385,-0.47900
-2.81053,0.86873,-1.73586,-1.11902,-1.08318,2.10377,-0.47891
-2.81156,0.86884,-1.73538,-1.11981,-1.08283,2.10370,-0.47883
-2.81260,0.86894,-1.73490,-1.12060,-1.08248,2.10363,-0.47875
-2.81363,0.86905,-1.73444,-1.12137,-1.08214,2.10356,-0.47867
-2.81467,0.86915,-1.73398,-1.12213,-1.08180,2.10349,-0.47859
-2.81570,0.86925,-1.73353,-1.12288,-1.08147,2.10342,-0.47851
-2.81674,0.86935,-1.73308,-1.12362,-1.08114,2.10336,-0.47843
-2.81778,0.86945,-1.73265,-1.12435,-1.08082,2.10329,-0.47835
-2.81881,0.86954,-1.73222,-1.12507,-1.08050,2.10322,-0.47828
-2.81985,0.86964,-1.73179,-1.12577,-1.08019,2.10316,-0.47820
-2.82088,0.86973,-1.73138,-1.12647,-1.07988,2.10310,-0.47813
-2.82192,0.86982,-1.73097,-1.12715,-1.07957,2.10303,-0.47805
-2.82296,0.86991,-1.73056,-1.12783,-1.07927,2.10297,-0.47798
-2.82399,0.86999,-1.73023,-1.12837,-1.07903,2.10292,-0.47792
-2.82503,0.87015,-1.72974,-1.12915,-1.07868,2.10281,-0.47779
-2.82606,0.87031,-1.72925,-1.12992,-1.07835,2.10270,-0.47766
-2.82710,0.87046,-1.72876,-1.13068,-1.07801,2.10259,-0.47754
-2.82814,0.87062,-1.72829,-1.13143,-1.07768,2.10249,-0.47741
-2.82917,0.87077,-1.72782,-1.13216,-1.07736,2.10238,-0.47729
-2.83021,0.87091,-1.72737,-1.13289,-1.07704,2.10228,-0.47717
-2.83124,0.87106,-1.72691,-1.13360,-1.07672,2.10218,-0.47705
-2.83228,0.87120,-1.72647,-1.13431,-1.07641,2.10208,-0.47694
-2.83332,0.87134,-1.72603,-1.13500,-1.07610,2.10199,-0.47682
-2.83435,0.87148,-1.72560,-1.13568,-1.07580,2.10189,-0.47671
-2.83539,0.87162,-1.72518,-1.13635,-1.07550,2.10180,-0.47660
-2.83642,0.87175,-1.72476,-1.13701,-1.07520,2.10170,-0.47649
-2.83746,0.87188,-1.72435,-1.13766,-1.07491,2.10161,-0.47638
-2.83850,0.87201,-1.72395,-1.13830,-1.07462,2.10152,-0.47628
-2.83953,0.87210,-1.72369,-1.13870,-1.07444,2.10146,-0.47621
-2.84057,0.87233,-1.72316,-1.13949,-1.07410,2.10130,-0.47602
-2.84160,0.87256,-1.72263,-1.14027,-1.07376,2.10115,-0.47584
-2.84264,0.87278,-1.72212,-1.14104,-1.07343,2.10099,-0.47566
-2.84368,0.87299,-1.72161,-1.14179,-1.07310,2.10084,-0.47548
-2.84471,0.87321,-1.72111,-1.14254,-1.07277,2.10070,-0.47530
-2.84575,0.87342,-1.72061,-1.14327,-1.07245,2.10055,-0.47513
-2.84678,0.87363,-1.72013,-1.14399,-1.07213,2.10041,-0.47496
-2.84782,0.87383,-1.71965,-1.14470,-1.07182,2.10026,-0.47480
-2.84886,0.87403,-1.71918,-1.14540,-1.07151,2.10013,-0.47463
-2.84989,0.87423,-1.71872,-1.14609,-1.07120,2.09999,-0.47447
-2.85093,0.87442,-1.71826,-1.14677,-1.07090,2.09985,-0.47431
-2.85196,0.87461,-1.71782,-1.14744,-1.07060,2.09972,-0.47416
-2.85300,0.87480,-1.71738,-1.14810,-1.07031,2.09959,-0.47400
-2.85404,0.87498,-1.71694,-1.14875,-1.07002,2.09946,-0.47385
-2.85507,0.87517,-1.71652,-1.14939,-1.06974,2.09933,-0.47370
-2.85611,0.87534,-1.71610,-1.15002,-1.06946,2.09921,-0.47356
-2.85714,0.87552,-1.71569,-1.15064,-1.06918,2.09909,-0.47341
-2.85818,0.87569,-1.71528,-1.15125,-1.06890,2.09897,-0.47327
-2.85921,0.87586,-1.71488,-1.15185,-1.06863,2.09885,-0.47313
-2.86025,0.87602,-1.71455,-1.15235,-1.06841,2.09874,-0.47300
-2.86129,0.87637,-1.71393,-1.15318,-1.06806,2.09850,-0.47272
-2.86232,0.87671,-1.71332,-1.15400,-1.06771,2.09826,-0.47243
-2.86336,0.87705,-1.71272,-1.15481,-1.06736,2.09802,-0.47216
-2.86439,0.87739,-1.71213,-1.15561,-1.06702,2.09779,-0.47188
-2.86543,0.87772,-1.71155,-1.15639,-1.06669,2.09756,-0.47162
-2.86647,0.87804,-1.71098,-1.15716,-1.06636,2.09733,-0.47135
-2.86750,0.87836,-1.71042,-1.15792,-1.06603,2.09711,-0.47109
-2.86854,0.87867,-1.70987,-1.15867,-1.06571,2.09689,-0.47084
-2.86957,0.87898,-1.70933,-1.15941,-1.06539,2.09668,-0.47058
-2.87061,0.87928,-1.70879,-1.16013,-1.06508,2.09647,-0.47034
-2.87165,0.87958,-1.70827,-1.16085,-1.06477,2.09626,-0.47009
-2.87268,0.87987,-1.70775,-1.16155,-1.06446,2.09606,-0.46985
-2.87372,0.88016,-1.70725,-1.16225,-1.06416,2.09586,-0.46962
-2.87475,0.88044,-1.70675,-1.16293,-1.06387,2.09566,-0.46939
-2.87579,0.88072,-1.70626,-1.16361,-1.06357,2.09546,-0.46916
-2.87683,0.88099,-1.70577,-1.16427,-1.06328,2.09527,-0.46893
-2.87786,0.88126,-1.70530,-1.16492,-1.06300,2.09508,-0.46871
-2.87890,0.88153,-1.70483,-1.16556,-1.06271,2.09490,-0.46850
-2.87993,0.88179,-1.70437,-1.16620,-1.06244,2.09471,-0.46828
-2.88097,0.88204,-1.70392,-1.16682,-1.06216,2.09453,-0.46807
-2.88201,0.88230,-1.70348,-1.16743,-1.06189,2.09436,-0.46786
-2.88304,0.88254,-1.70304,-1.16804,-1.06162,2.09418,-0.46766
-2.88408,0.88279,-1.70261,-1.16864,-1.06136,2.09401,-0.46746
-2.88511,0.88303,-1.70219,-1.16922,-1.06110,2.09384,-0.46726
-2.88615,0.88326,-1.70177,-1.16980,-1.06084,2.09368,-0.46707
-2.88719,0.88349,-1.70136,-1.17037,-1.06059,2.09352,-0.46688
-2.88822,0.88372,-1.70096,-1.17093,-1.06034,2.09336,-0.46669
-2.88926,0.88394,-1.70056,-1.17148,-1.06009,2.09320,-0.46651
-2.89029,0.88416,-1.70017,-1.17203,-1.05985,2.09304,-0.46633
-2.89133,0.88438,-1.69979,-1.17256,-1.05961,2.09289,-0.46615
-2.89237,0.88456,-1.69947,-1.17300,-1.05941,2.09276,-0.46600
-2.89340,0.88488,-1.69897,-1.17366,-1.05913,2.09254,-0.46574
-2.89444,0.88520,-1.69847,-1.17431,-1.05884,2.09232,-0.46548
-2.89547,0.88551,-1.69798,-1.17496,-1.05857,2.09210,-0.46523
-2.89651,0.88581,-1.69750,-1.17559,-1.05829,2.09189,-0.46498
-2.89754,0.88611,-1.69703,-1.17621,-1.05802,2.09168,-0.46473
-2.89858,0.88640,-1.69657,-1.17682,-1.05776,2.09147,-0.46449
-2.89962,0.88669,-1.69611,-1.17743,-1.05749,2.09127,-0.46425
-2.90065,0.88698,-1.69566,-1.17802,-1.05723,2.09107,-0.46402
-2.90169,0.88726,-1.69522,-1.17861,-1.05698,2.09087,-0.46379
-2.90272,0.88753,-1.69478,-1.17919,-1.05672,2.09068,-0.46357
-2.90376,0.88780,-1.69436,-1.17976,-1.05647,2.09048,-0.46335
-2.90480,0.88807,-1.69393,-1.18032,-1.05623,2.09030,-0.46313
-2.90583,0.88833,-1.69352,-1.18087,-1.05599,2.09011,-0.46291
-2.90687,0.88859,-1.69311,-1.18141,-1.05575,2.08993,-0.46270
-2.90790,0.88884,-1.69271,-1.18195,-1.05551,2.08975,-0.46249
-2.90894,0.88909,-1.69232,-1.18247,-1.05528,2.08958,-0.46229
-2.90998,0.88933,-1.69193,-1.18299,-1.05504,2.08941,-0.46209
-2.91101,0.88957,-1.69155,-1.18350,-1.05482,2.08924,-0.46189
-2.91205,0.88981,-1.69118,-1.18401,-1.05459,2.08907,-0.46170
-2.91308,0.89003,-1.69083,-1.18447,-1.05439,2.08891,-0.46152
-2.91412,0.89037,-1.69034,-1.18510,-1.05412,2.08867,-0.46124
-2.91516,0.89070,-1.68985,-1.18571,-1.05386,2.08844,-0.46097
-2.91619,0.89103,-1.68937,-1.18632,-1.05359,2.08821,-0.46070
-2.91723,0.89135,-1.68890,-1.18693,-1.05334,2.08798,-0.46044
-2.91826,0.89167,-1.68844,-1.18752,-1.05308,2.08776,-0.46018
-2.91930,0.89198,-1.68798,-1.18810,-1.05283,2.08754,-0.45992
-2.92034,0.89229,-1.68753,-1.18867,-1.05258,2.08732,-0.45967
-2.92137,0.89259,-1.68709,-1.18924,-1.05234,2.08711,-0.45943
-2.92241,0.89289,-1.68666,-1.18979,-1.05210,2.08690,-0.45918
-2.92344,0.89318,-1.68623,-1.19034,-1.05186,2.08669,-0.45895
-2.92448,0.89347,-1.68582,-1.19088,-1.05163,2.08649,-0.45871
-2.92552,0.89375,-1.68540,-1.19141,-1.05139,2.08629,-0.45848
-2.92655,0.89403,-1.68500,-1.19194,-1.05117,2.08609,-0.45826
-2.92759,0.89430,-1.68460,-1.19245,-1.05094,2.08590,-0.45803
-2.92862,0.89457,-1.68421,-1.19296,-1.05072,2.08571,-0.45781
-2.92966,0.89483,-1.68382,-1.19346,-1.05050,2.08552,-0.45760
-2.93070,0.89509,-1.68344,-1.19395,-1.05028,2.08534,-0.45739
-2.93173,0.89534,-1.68307,-1.19444,-1.05007,2.08516,-0.45718
-2.93277,0.89559,-1.68270,-1.19491,-1.04985,2.08498,-0.45697
-2.93380,0.89585,-1.68232,-1.19540,-1.04964,2.08479,-0.45676
-2.93484,0.89624,-1.68178,-1.19608,-1.04936,2.08452,-0.45644
-2.93587,0.89663,-1.68125,-1.19674,-1.04908,2.08425,-0.45613
-2.93691,0.89701,-1.68073,-1.19739,-1.04881,2.08398,-0.45583
-2.93795,0.89738,-1.68021,-1.19803,-1.04854,2.08372,-0.45553
-2.93898,0.89774,-1.67970,-1.19866,-1.04827,2.08346,-0.45523
-2.94002,0.89810,-1.67921,-1.19928,-1.04801,2.08321,-0.45494
-2.94105,0.89845,-1.67872,-1.19989,-1.04775,2.08296,-0.45465
-2.94209,0.89880,-1.67823,-1.20049,-1.04749,2.08272,-0.45437
-2.94313,0.89914,-1.67776,-1.20108,-1.04724,2.08248,-0.45410
-2.94416,0.89947,-1.67730,-1.20167,-1.04699,2.08224,-0.45382
-2.94520,0.89980,-1.67684,-1.20224,-1.04675,2.08200,-0.45356
-2.94623,0.90013,-1.67639,-1.20281,-1.04650,2.08178,-0.45329
-2.94727,0.90044,-1.67594,-1.20336,-1.04626,2.08155,-0.45304
-2.94831,0.90076,-1.67551,-1.20391,-1.04603,2.08133,-0.45278
-2.94934,0.90107,-1.67508,-1.20445,-1.04579,2.08111,-0.45253
-2.95038,0.90137,-1.67466,-1.20499,-1.04556,2.08089,-0.45229
-2.95141,0.90167,-1.67425,-1.20551,-1.04534,2.08068,-0.45204
-2.95245,0.90196,-1.67384,-1.20603,-1.04511,2.08047,-0.45181
-2.95349,0.90225,-1.67344,-1.20654,-1.04489,2.08027,-0.45157
-2.95452,0.90253,-1.67304,-1.20704,-1.04467,2.08007,-0.45134
-2.95556,0.90281,-1.67266,-1.20753,-1.04446,2.07987,-0.45112
-2.95659,0.90308,-1.67228,-1.20802,-1.04424,2.07968,-0.45089
-2.95763,0.90335,-1.67190,-1.20849,-1.04403,2.07948,-0.45067
-2.95867,0.90361,-1.67153,-1.20896,-1.04383,2.07930,-0.45046
-2.95970,0.90387,-1.67117,-1.20943,-1.04362,2.07911,-0.45025
-2.96074,0.90413,-1.67082,-1.20989,-1.04342,2.07893,-0.45004
-2.96177,0.90417,-1.67077,-1.20995,-1.04339,2.07890,-0.45001
-2.96281,0.90455,-1.67026,-1.21056,-1.04314,2.07863,-0.44970
-2.96385,0.90493,-1.66977,-1.21116,-1.04289,2.07836,-0.44939
-2.96488,0.90530,-1.66928,-1.21175,-1.04264,2.07810,-0.44909
-2.96592,0.90567,-1.66880,-1.21233,-1.04240,2.07784,-0.44880
-2.96695,0.90603,-1.66833,-1.21290,-1.04216,2.07758,-0.44851
-2.96799,0.90638,-1.66786,-1.21347,-1.04192,2.07733,-0.44822
-2.96903,0.90673,-1.66741,-1.21403,-1.04168,2.07708,-0.44794
-2.97006,0.90707,-1.66696,-1.21457,-1.04145,2.07684,-0.44766
-2.97110,0.90741,-1.66652,-1.21511,-1.04122,2.07660,-0.44739
-2.97213,0.90774,-1.66608,-1.21564,-1.04100,2.07636,-0.44712
-2.97317,0.90807,-1.66566,-1.21617,-1.04078,2.07613,-0.44686
-2.97420,0.90839,-1.66524,-1.21668,-1.04056,2.07590,-0.44660
-2.97524,0.90870,-1.66483,-1.21719,-1.04034,2.07568,-0.44635
-2.97628,0.90901,-1.66442,-1.21769,-1.04013,2.07546,-0.44610
-2.97731,0.90931,-1.66402,-1.21818,-1.03991,2.07524,-0.44585
-2.97835,0.90961,-1.66363,-1.21866,-1.03971,2.07503,-0.44561
-2.97938,0.90991,-1.66325,-1.21914,-1.03950,2.07482,-0.44537
-2.98042,0.91020,-1.66287,-1.21961,-1.03930,2.07461,-0.44514
-2.98146,0.91048,-1.66250,-1.22007,-1.03910,2.07441,-0.44491
-2.98249,0.91076,-1.66213,-1.22053,-1.03890,2.07421,-0.44468
-2.98353,0.91103,-1.66177,-1.22097,-1.03870,2.07401,-0.44446
-2.98456,0.91130,-1.66142,-1.22142,-1.03851,2.07382,-0.44424
-2.98560,0.91155,-1.66109,-1.22182,-1.03834,2.07364,-0.44404
-2.98664,0.91193,-1.66062,-1.22238,-1.03810,2.07337,-0.44374
-2.98767,0.91230,-1.66015,-1.22294,-1.03787,2.07311,-0.44344
-2.98871,0.91266,-1.65969,-1.22348,-1.03765,2.07285,-0.44315
-2.98974,0.91302,-1.65924,-1.22402,-1.03742,2.07260,-0.44286
-2.99078,0.91338,-1.65880,-1.22455,-1.03720,2.07235,-0.44258
-2.99182,0.91372,-1.65837,-1.22507,-1.03698,2.07210,-0.44230
-2.99285,0.91406,-1.65794,-1.22559,-1.03677,2.07186,-0.44203
-2.99389,0.91440,-1.65752,-1.22609,-1.03655,2.07162,-0.44176
-2.99492,0.91472,-1.65711,-1.22659,-1.03634,2.07138,-0.44149
-2.99596,0.91505,-1.65670,-1.22708,-1.03614,2.07115,-0.44123
-2.99700,0.91537,-1.65630,-1.22756,-1.03593,2.07092,-0.44098
-2.99803,0.91568,-1.65591,-1.22804,-1.03573,2.07070,-0.44073
-2.99907,0.91599,-1.65552,-1.22850,-1.03553,2.07048,-0.44048
-3.00010,0.91629,-1.65514,-1.22897,-1.03533,2.07027,-0.44024
-3.00114,0.91659,-1.65477,-1.22942,-1.03514,2.07005,-0.44000
-3.00218,0.91688,-1.65440,-1.22987,-1.03495,2.06984,-0.43976
-3.00321,0.91716,-1.65404,-1.23031,-1.03476,2.06964,-0.43953
-3.00425,0.91745,-1.65368,-1.23074,-1.03457,2.06944,-0.43930
-3.00528,0.91772,-1.65334,-1.23117,-1.03439,2.06924,-0.43908
-3.00632,0.91798,-1.65302,-1.23156,-1.03422,2.06906,-0.43888
-3.00736,0.91831,-1.65259,-1.23207,-1.03400,2.06881,-0.43861
-3.00839,0.91865,-1.65217,-1.23258,-1.03379,2.06858,-0.43834
-3.00943,0.91897,-1.65176,-1.23308,-1.03358,2.06834,-0.43808
-3.01046,0.91929,-1.65135,-1.23358,-1.03337,2.06811,-0.43782
-3.01150,0.91961,-1.65095,-1.23407,-1.03316,2.06789,-0.43757
-3.01253,0.91992,-1.65056,-1.23454,-1.03296,2.06767,-0.43732
-3.01357,0.92022,-1.65017,-1.23502,-1.03276,2.06745,-0.43708
-3.01461,0.92052,-1.64979,-1.23548,-1.03256,2.06723,-0.43684
-3.01564,0.92082,-1.64941,-1.23594,-1.03237,2.06702,-0.43660
-3.01668,0.92111,-1.64905,-1.23639,-1.03217,2.06681,-0.43637
-3.01771,0.92139,-1.64869,-1.23683,-1.03198,2.06661,-0.43614
-3.01875,0.92167,-1.64833,-1.23727,-1.03179,2.06641,-0.43591
-3.01979,0.92195,-1.64798,-1.23770,-1.03161,2.06621,-0.43569
-3.02082,0.92213,-1.64776,-1.23798,-1.03149,2.06608,-0.43555
-3.02186,0.92253,-1.64724,-1.23860,-1.03124,2.06579,-0.43523
-3.02289,0.92293,-1.64672,-1.23922,-1.03098,2.06551,-0.43491
-3.02393,0.92333,-1.64622,-1.23982,-1.03073,2.06522,-0.43459
-3.02497,0.92372,-1.64573,-1.24042,-1.03049,2.06495,-0.43429
-3.02600,0.92410,-1.64524,-1.24100,-1.03025,2.06467,-0.43398
-3.02704,0.92447,-1.64477,-1.24158,-1.03001,2.06441,-0.43369
-3.02807,0.92484,-1.64430,-1.24215,-1.02977,2.06414,-0.43339
-3.02911,0.92520,-1.64383,-1.24271,-1.02954,2.06388,-0.43310
-3.03015,0.92556,-1.64338,-1.24326,-1.02931,2.06363,-0.43282
-3.03118,0.92591,-1.64293,-1.24381,-1.02908,2.06338,-0.43254
-3.03222,0.92625,-1.64250,-1.24434,-1.02886,2.06313,-0.43227
-3.03325,0.92659,-1.64207,-1.24487,-1.02864,2.06289,-0.43200
-3.03429,0.92692,-1.64164,-1.24539,-1.02842,2.06265,-0.43173
-3.03533,0.92725,-1.64122,-1.24590,-1.02820,2.06241,-0.43147
-3.03636,0.92757,-1.64081,-1.24640,-1.02799,2.06218,-0.43122
-3.03740,0.92789,-1.64041,-1.24689,-1.02778,2.06196,-0.43096
-3.03843,0.92820,-1.64002,-1.24738,-1.02757,2.06173,-0.43072
-3.03947,0.92851,-1.63963,-1.24786,-1.02737,2.06151,-0.43047
-3.04051,0.92881,-1.63924,-1.24833,-1.02717,2.06130,-0.43023
-3.04154,0.92910,-1.63887,-1.24880,-1.02697,2.06108,-0.43000
-3.04258,0.92939,-1.63850,-1.24926,-1.02678,2.06087,-0.42977
-3.04361,0.92968,-1.63813,-1.24971,-1.02658,2.06067,-0.42954
-3.04465,0.92996,-1.63777,-1.25015,-1.02639,2.06046,-0.42931
-3.04569,0.93024,-1.63742,-1.25059,-1.02620,2.06027,-0.42909
-3.04672,0.93047,-1.63713,-1.25095,-1.02605,2.06010,-0.42891
-3.04776,0.93089,-1.63660,-1.25157,-1.02580,2.05979,-0.42857
-3.04879,0.93131,-1.63609,-1.25218,-1.02555,2.05949,-0.42824
-3.04983,0.93172,-1.63558,-1.25279,-1.02530,2.05920,-0.42791
-3.05087,0.93213,-1.63508,-1.25338,-1.02506,2.05891,-0.42759
-3.05190,0.93253,-1.63459,-1.25396,-1.02483,2.05862,-0.42728
-3.05294,0.93292,-1.63411,-1.25453,-1.02459,2.05834,-0.42697
-3.05397,0.93330,-1.63364,-1.25510,-1.02436,2.05807,-0.42667
-3.05501,0.93368,-1.63317,-1.25566,-1.02413,2.05779,-0.42637
-3.05604,0.93405,-1.63271,-1.25620,-1.02390,2.05753,-0.42607
-3.05708,0.93442,-1.63226,-1.25674,-1.02368,2.05726,-0.42578
-3.05812,0.93478,-1.63182,-1.25727,-1.02346,2.05700,-0.42550
-3.05915,0.93513,-1.63139,-1.25780,-1.02325,2.05675,-0.42522
-3.06019,0.93548,-1.63096,-1.25831,-1.02303,2.05650,-0.42495
-3.06122,0.93582,-1.63054,-1.25882,-1.02282,2.05625,-0.42467
-3.06226,0.93616,-1.63013,-1.25932,-1.02261,2.05601,-0.42441
-3.06330,0.93649,-1.62972,-1.25981,-1.02241,2.05577,-0.42415
-3.06433,0.93682,-1.62932,-1.26029,-1.02220,2.05554,-0.42389
-3.06537,0.93713,-1.62893,-1.26077,-1.02200,2.05531,-0.42364
-3.06640,0.93745,-1.62854,-1.26124,-1.02181,2.05508,-0.42339
-3.06744,0.93776,-1.62816,-1.26170,-1.02161,2.05486,-0.42314
-3.06848,0.93806,-1.62779,-1.26215,-1.02142,2.05464,-0.42290
-3.06951,0.93836,-1.62742,-1.26260,-1.02123,2.05442,-0.42267
-3.07055,0.93865,-1.62706,-1.26304,-1.02104,2.05421,-0.42243
-3.07158,0.93894,-1.62671,-1.26347,-1.02086,2.05400,-0.42221
-3.07262,0.93923,-1.62636,-1.26390,-1.02068,2.05380,-0.42198
-3.07366,0.93949,-1.62604,-1.26429,-1.02051,2.05361,-0.42177
-3.07469,0.93987,-1.62558,-1.26482,-1.02029,2.05333,-0.42147
-3.07573,0.94025,-1.62514,-1.26534,-1.02008,2.05306,-0.42117
-3.07676,0.94062,-1.62470,-1.26586,-1.01987,2.05279,-0.42088
-3.07780,0.94099,-1.62427,-1.26636,-1.01967,2.05253,-0.42059
-3.07884,0.94135,-1.62384,-1.26686,-1.01946,2.05227,-0.42031
-3.07987,0.94170,-1.62343,-1.26735,-1.01926,2.05201,-0.42003
-3.08091,0.94205,-1.62302,-1.26784,-1.01906,2.05176,-0.41976
-3.08194,0.94239,-1.62262,-1.26831,-1.01887,2.05151,-0.41949
-3.08298,0.94273,-1.62222,-1.26878,-1.01867,2.05127,-0.41922
-3.08402,0.94306,-1.62183,-1.26924,-1.01848,2.05103,-0.41896
-3.08505,0.94339,-1.62145,-1.26970,-1.01829,2.05080,-0.41870
-3.08609,0.94371,-1.62107,-1.27014,-1.01811,2.05057,-0.41845
-3.08712,0.94402,-1.62070,-1.27058,-1.01793,2.05034,-0.41821
-3.08816,0.94433,-1.62034,-1.27102,-1.01774,2.05012,-0.41796
-3.08920,0.94463,-1.61998,-1.27144,-1.01757,2.04990,-0.41772
-3.09023,0.94493,-1.61963,-1.27186,-1.01739,2.04968,-0.41749
-3.09127,0.94523,-1.61928,-1.27228,-1.01722,2.04947,-0.41726
-3.09230,0.94551,-1.61894,-1.27268,-1.01704,2.04926,-0.41703
-3.09334,0.94558,-1.61886,-1.27278,-1.01701,2.04921,-0.41698
-3.09437,0.94596,-1.61842,-1.27330,-1.01680,2.04894,-0.41668
-3.09541,0.94633,-1.61798,-1.27381,-1.01659,2.04867,-0.41639
-3.09645,0.94670,-1.61755,-1.27432,-1.01638,2.04840,-0.41610
-3.09748,0.94706,-1.61713,-1.27481,-1.01618,2.04814,-0.41582
-3.09852,0.94741,-1.61671,-1.27530,-1.01598,2.04789,-0.41554
-3.09955,0.94776,-1.61631,-1.27579,-1.01578,2.04764,-0.41527
-3.10059,0.94810,-1.61591,-1.27626,-1.01559,2.04739,-0.41500
-3.10163,0.94843,-1.61551,-1.27673,-1.01539,2.04715,-0.41474
-3.10266,0.94876,-1.61512,-1.27719,-1.01520,2.04691,-0.41448
-3.10370,0.94909,-1.61474,-1.27764,-1.01502,2.04667,-0.41423
-3.10473,0.94941,-1.61437,-1.27809,-1.01483,2.04644,-0.41398
-3.10577,0.94972,-1.61400,-1.27853,-1.01465,2.04622,-0.41373
-3.10681,0.95003,-1.61364,-1.27896,-1.01447,2.04599,-0.41349
-3.10784,0.95033,-1.61328,-1.27938,-1.01429,2.04577,-0.41325
-3.10888,0.95063,-1.61293,-1.27980,-1.01412,2.04556,-0.41302
-3.10991,0.95092,-1.61258,-1.28022,-1.01395,2.04534,-0.41279
-3.11095,0.95120,-1.61226,-1.28060,-1.01379,2.04514,-0.41257
-3.11199,0.95167,-1.61174,-1.28118,-1.01356,2.04481,-0.41221
-3.11302,0.95212,-1.61123,-1.28176,-1.01334,2.04448,-0.41185
-3.11406,0.95257,-1.61073,-1.28232,-1.01312,2.04415,-0.41150
-3.11509,0.95301,-1.61024,-1.28288,-1.01290,2.04384,-0.41116
-3.11613,0.95345,-1.60976,-1.28342,-1.01269,2.04352,-0.41082
-3.11717,0.95387,-1.60928,-1.28396,-1.01248,2.04321,-0.41049
-3.11820,0.95429,-1.60882,-1.28449,-1.01227,2.04291,-0.41017
-3.11924,0.95471,-1.60836,-1.28501,-1.01206,2.04261,-0.40985
-3.12027,0.95511,-1.60790,-1.28552,-1.01186,2.04232,-0.40953
-3.12131,0.95551,-1.60746,-1.28603,-1.01166,2.04203,-0.40922
-3.12235,0.95590,-1.60702,-1.28653,-1.01146,2.04175,-0.40892
-3.12338,0.95629,-1.60660,-1.28702,-1.01127,2.04147,-0.40862
-3.12442,0.95667,-1.60617,-1.28750,-1.01107,2.04119,-0.40832
-3.12545,0.95704,-1.60576,-1.28797,-1.01088,2.04092,-0.40803
-3.12649,0.95741,-1.60535,-1.28844,-1.01070,2.04066,-0.40775
-3.12753,0.95777,-1.60495,-1.28890,-1.01051,2.04040,-0.40747
-3.12856,0.95812,-1.60456,-1.28935,-1.01033,2.04014,-0.40719
-3.12960,0.95847,-1.60417,-1.28980,-1.01015,2.03989,-0.40692
-3.13063,0.95881,-1.60379,-1.29024,-1.00997,2.03964,-0.40665
-3.13167,0.95915,-1.60342,-1.29067,-1.00980,2.03939,-0.40639
-3.13270,0.95948,-1.60305,-1.29110,-1.00962,2.03915,-0.40613
-3.13374,0.95981,-1.60269,-1.29151,-1.00945,2.03892,-0.40588
-3.13478,0.96013,-1.60233,-1.29193,-1.00928,2.03868,-0.40563
-3.13581,0.96044,-1.60199,-1.29233,-1.00912,2.03845,-0.40539
-3.13685,0.96075,-1.60164,-1.29273,-1.00895,2.03823,-0.40514
-3.13788,0.96105,-1.60130,-1.29313,-1.00879,2.03801,-0.40491
-3.13892,0.96134,-1.60099,-1.29349,-1.00864,2.03780,-0.40468
-3.13996,0.96181,-1.60050,-1.29402,-1.00844,2.03746,-0.40432
-3.14099,0.96228,-1.60002,-1.29454,-1.00824,2.03712,-0.40396
-3.14203,0.96273,-1.59954,-1.29506,-1.00805,2.03679,-0.40361
-3.14306,0.96318,-1.59907,-1.29556,-1.00786,2.03647,-0.40327
-3.14410,0.96362,-1.59862,-1.29606,-1.00767,2.03615,-0.40293
-3.14514,0.96405,-1.59817,-1.29655,-1.00748,2.03584,-0.40259
-3.14617,0.96448,-1.59772,-1.29703,-1.00729,2.03553,-0.40226
-3.14721,0.96490,-1.59729,-1.29751,-1.00711,2.03522,-0.40194
-3.14824,0.96531,-1.59686,-1.29798,-1.00693,2.03493,-0.40162
-3.14928,0.96571,-1.59644,-1.29844,-1.00675,2.03463,-0.40131
-3.15032,0.96611,-1.59603,-1.29889,-1.00658,2.03434,-0.40100
-3.15135,0.96650,-1.59562,-1.29934,-1.00640,2.03406,-0.40070
-3.15239,0.96689,-1.59522,-1.29978,-1.00623,2.03378,-0.40040
-3.15342,0.96727,-1.59483,-1.30021,-1.00606,2.03350,-0.40011
-3.15446,0.96764,-1.59444,-1.30063,-1.00590,2.03323,-0.39982
-3.15550,0.96800,-1.59407,-1.30105,-1.00573,2.03297,-0.39954
-3.15653,0.96836,-1.59369,-1.30147,-1.00557,2.03271,-0.39926
-3.15757,0.96872,-1.59333,-1.30187,-1.00541,2.03245,-0.39899
-3.15860,0.96906,-1.59297,-1.30227,-1.00525,2.03219,-0.39872
-3.15964,0.96941,-1.59261,-1.30267,-1.00509,2.03195,-0.39846
-3.16068,0.96974,-1.59227,-1.30305,-1.00494,2.03170,-0.39820
-3.16171,0.97007,-1.59192,-1.30343,-1.00479,2.03146,-0.39794
-3.16275,0.97040,-1.59159,-1.30381,-1.00464,2.03122,-0.39769
-3.16378,0.97072,-1.59126,-1.30418,-1.00449,2.03099,-0.39745
-3.16482,0.97103,-1.59093,-1.30454,-1.00434,2.03076,-0.39720
-3.16586,0.97118,-1.59078,-1.30471,-1.00428,2.03065,-0.39709
-3.16689,0.97180,-1.59018,-1.30532,-1.00407,2.03020,-0.39661
-3.16793,0.97241,-1.58959,-1.30591,-1.00386,2.02976,-0.39615
-3.16896,0.97301,-1.58901,-1.30650,-1.00365,2.02933,-0.39569
-3.17000,0.97360,-1.58845,-1.30707,-1.00345,2.02890,-0.39524
-3.17103,0.97418,-1.58789,-1.30764,-1.00325,2.02848,-0.39480
-3.17207,0.97475,-1.58734,-1.30820,-1.00305,2.02807,-0.39436
-3.17311,0.97531,-1.58680,-1.30875,-1.00285,2.02766,-0.39394
-3.17414,0.97586,-1.58627,-1.30929,-1.00266,2.02726,-0.39352
-3.17518,0.97640,-1.58575,-1.30982,-1.00247,2.02687,-0.39310
-3.17621,0.97693,-1.58524,-1.31034,-1.00228,2.02648,-0.39270
-3.17725,0.97746,-1.58474,-1.31086,-1.00209,2.02610,-0.39230
-3.17829,0.97797,-1.58425,-1.31136,-1.00191,2.02573,-0.39191
-3.17932,0.97848,-1.58376,-1.31186,-1.00173,2.02536,-0.39152
-3.18036,0.97897,-1.58329,-1.31235,-1.00155,2.02500,-0.39114
-3.18139,0.97946,-1.58282,-1.31284,-1.00137,2.02464,-0.39077
-3.18243,0.97995,-1.58236,-1.31331,-1.00120,2.02429,-0.39040
-3.18347,0.98042,-1.58191,-1.31378,-1.00103,2.02395,-0.39004
-3.18450,0.98088,-1.58146,-1.31424,-1.00086,2.02361,-0.38968
-3.18554,0.98134,-1.58103,-1.31469,-1.00069,2.02328,-0.38934
-3.18657,0.98179,-1.58060,-1.31514,-1.00053,2.02295,-0.38899
-3.18761,0.98223,-1.58018,-1.31558,-1.00036,2.02262,-0.38866
-3.18865,0.98267,-1.57976,-1.31601,-1.00020,2.02231,-0.38832
-3.18968,0.98309,-1.57935,-1.31644,-1.00004,2.02199,-0.38800
-3.19072,0.98351,-1.57895,-1.31686,-0.99989,2.02169,-0.38768
-3.19175,0.98393,-1.57856,-1.31727,-0.99973,2.02139,-0.38736
-3.19279,0.98433,-1.57817,-1.31768,-0.99958,2.02109,-0.38705
-3.19383,0.98473,-1.57779,-1.31808,-0.99943,2.02080,-0.38675
-3.19486,0.98512,-1.57742,-1.31847,-0.99928,2.02051,-0.38645
-3.19590,0.98551,-1.57705,-1.31886,-0.99913,2.02023,-0.38615
-3.19693,0.98589,-1.57669,-1.31924,-0.99898,2.01995,-0.38586
-3.19797,0.98626,-1.57634,-1.31962,-0.99884,2.01968,-0.38558
-3.19901,0.98663,-1.57599,-1.31999,-0.99870,2.01941,-0.38530
-3.20004,0.98699,-1.57565,-1.32035,-0.99856,2.01914,-0.38503
-3.20108,0.98734,-1.57531,-1.32071,-0.99842,2.01888,-0.38475
-3.20211,0.98769,-1.57498,-1.32106,-0.99828,2.01863,-0.38449
-3.20315,0.98803,-1.57465,-1.32141,-0.99815,2.01838,-0.38423
-3.20419,0.98837,-1.57433,-1.32175,-0.99802,2.01813,-0.38397
-3.20522,0.98870,-1.57402,-1.32209,-0.99789,2.01788,-0.38372
-3.20626,0.98893,-1.57381,-1.32231,-0.99780,2.01772,-0.38355
-3.20729,0.98953,-1.57328,-1.32281,-0.99764,2.01728,-0.38309
-3.20833,0.99012,-1.57276,-1.32331,-0.99747,2.01685,-0.38265
-3.20936,0.99070,-1.57225,-1.32380,-0.99730,2.01643,-0.38221
-3.21040,0.99127,-1.57174,-1.32429,-0.99714,2.01601,-0.38178
-3.21144,0.99183,-1.57125,-1.32476,-0.99698,2.01561,-0.38136
-3.21247,0.99238,-1.57076,-1.32523,-0.99682,2.01520,-0.38094
-3.21351,0.99292,-1.57029,-1.32569,-0.99666,2.01481,-0.38053
-3.21454,0.99346,-1.56982,-1.32614,-0.99651,2.01442,-0.38013
-3.21558,0.99398,-1.56936,-1.32659,-0.99636,2.01403,-0.37973
-3.21662,0.99450,-1.56891,-1.32703,-0.99621,2.01366,-0.37934
-3.21765,0.99500,-1.56846,-1.32746,-0.99606,2.01329,-0.37896
-3.21869,0.99550,-1.56802,-1.32789,-0.99591,2.01292,-0.37858
-3.21972,0.99599,-1.56760,-1.32831,-0.99576,2.01256,-0.37821
-3.22076,0.99647,-1.56717,-1.32872,-0.99562,2.01221,-0.37785
-3.22180,0.99695,-1.56676,-1.32912,-0.99548,2.01186,-0.37749
-3.22283,0.99741,-1.56635,-1.32952,-0.99534,2.01152,-0.37714
-3.22387,0.99787,-1.56595,-1.32992,-0.99520,2.01119,-0.37680
-3.22490,0.99832,-1.56556,-1.33030,-0.99506,2.01086,-0.37646
-3.22594,0.99876,-1.56517,-1.33068,-0.99493,2.01053,-0.37612
-3.22698,0.99920,-1.56479,-1.33106,-0.99480,2.01021,-0.37579
-3.22801,0.99963,-1.56442,-1.33143,-0.99466,2.00990,-0.37547
-3.22905,1.00005,-1.56405,-1.33179,-0.99453,2.00959,-0.37515
-3.23008,1.00046,-1.56369,-1.33215,-0.99441,2.00928,-0.37484
-3.23112,1.00087,-1.56334,-1.33250,-0.99428,2.00898,-0.37454
-3.23216,1.00127,-1.56299,-1.33285,-0.99415,2.00869,-0.37423
-3.23319,1.00166,-1.56265,-1.33319,-0.99403,2.00840,-0.37394
-3.23423,1.00205,-1.56231,-1.33353,-0.99391,2.00812,-0.37365
-3.23526,1.00243,-1.56198,-1.33386,-0.99379,2.00784,-0.37336
-3.23630,1.00280,-1.56165,-1.33418,-0.99367,2.00756,-0.37308
-3.23734,1.00317,-1.56133,-1.33450,-0.99355,2.00729,-0.37280
-3.23837,1.00353,-1.56102,-1.33482,-0.99344,2.00703,-0.37253
-3.23941,1.00388,-1.56071,-1.33513,-0.99332,2.00676,-0.37226
-3.24044,1.00423,-1.56041,-1.33543,-0.99321,2.00651,-0.37200
-3.24148,1.00459,-1.56010,-1.33574,-0.99309,2.00624,-0.37173
-3.24252,1.00505,-1.55970,-1.33613,-0.99296,2.00590,-0.37138
-3.24355,1.00551,-1.55932,-1.33650,-0.99284,2.00557,-0.37104
-3.24459,1.00595,-1.55893,-1.33687,-0.99271,2.00524,-0.37070
-3.24562,1.00640,-1.55856,-1.33724,-0.99258,2.00491,-0.37037
-3.24666,1.00683,-1.55819,-1.33759,-0.99246,2.00460,-0.37005
-3.24770,1.00726,-1.55782,-1.33795,-0.99234,2.00428,-0.36973
-3.24873,1.00767,-1.55747,-1.33829,-0.99222,2.00397,-0.36941
-3.24977,1.00809,-1.55712,-1.33864,-0.99210,2.00367,-0.36911
-3.25080,1.00849,-1.55677,-1.33897,-0.99198,2.00337,-0.36880
-3.25184,1.00889,-1.55643,-1.33930,-0.99186,2.00308,-0.36850
-3.25287,1.00928,-1.55610,-1.33963,-0.99175,2.00279,-0.36821
-3.25391,1.00967,-1.55577,-1.33995,-0.99163,2.00251,-0.36792
-3.25495,1.01004,-1.55545,-1.34027,-0.99152,2.00223,-0.36764
-3.25598,1.01042,-1.55514,-1.34058,-0.99141,2.00195,-0.36736
-3.25702,1.01078,-1.55483,-1.34088,-0.99130,2.00168,-0.36708
-3.25805,1.01114,-1.55452,-1.34119,-0.99119,2.00142,-0.36682
-3.25909,1.01149,-1.55422,-1.34148,-0.99108,2.00116,-0.36655
-3.26013,1.01184,-1.55393,-1.34178,-0.99098,2.00090,-0.36629
-3.26116,1.01188,-1.55389,-1.34181,-0.99097,2.00087,-0.36626
-3.26220,1.01232,-1.55353,-1.34215,-0.99085,2.00055,-0.36593
-3.26323,1.01274,-1.55318,-1.34249,-0.99074,2.00024,-0.36562
-3.26427,1.01316,-1.55283,-1.34282,-0.99063,1.99993,-0.36530
-3.26531,1.01357,-1.55249,-1.34314,-0.99052,1.99963,-0.36500
-3.26634,1.01397,-1.55216,-1.34346,-0.99041,1.99933,-0.36470
-3.26738,1.01437,-1.55183,-1.34378,-0.99030,1.99903,-0.36440
-3.26841,1.01476,-1.55151,-1.34409,-0.99019,1.99875,-0.36411
-3.26945,1.01514,-1.55119,-1.34439,-0.99009,1.99846,-0.36382
-3.27049,1.01552,-1.55088,-1.34469,-0.98998,1.99818,-0.36354
-3.27152,1.01589,-1.55057,-1.34499,-0.98988,1.99791,-0.36326
-3.27256,1.01626,-1.55027,-1.34528,-0.98978,1.99764,-0.36299
-3.27359,1.01661,-1.54997,-1.34556,-0.98968,1.99738,-0.36272
-3.27463,1.01697,-1.54968,-1.34585,-0.98958,1.99712,-0.36246
-3.27567,1.01701,-1.54965,-1.34588,-0.98957,1.99708,-0.36243
-3.27670,1.01746,-1.54928,-1.34622,-0.98946,1.99675,-0.36209
-3.27774,1.01790,-1.54892,-1.34656,-0.98935,1.99642,-0.36176
-3.27877,1.01834,-1.54857,-1.34689,-0.98924,1.99610,-0.36144
-3.27981,1.01877,-1.54822,-1.34721,-0.98913,1.99579,-0.36112
-3.28085,1.01919,-1.54788,-1.34753,-0.98903,1.99548,-0.36081
-3.28188,1.01960,-1.54755,-1.34784,-0.98892,1.99517,-0.36050
-3.28292,1.02001,-1.54722,-1.34815,-0.98882,1.99487,-0.36020
-3.28395,1.02041,-1.54689,-1.34846,-0.98872,1.99458,-0.35990
-3.28499,1.02080,-1.54658,-1.34876,-0.98862,1.99429,-0.35961
-3.28603,1.02118,-1.54626,-1.34905,-0.98852,1.99400,-0.35932
-3.28706,1.02156,-1.54596,-1.34934,-0.98842,1.99372,-0.35904
-3.28810,1.02194,-1.54565,-1.34963,-0.98832,1.99345,-0.35877
-3.28913,1.02230,-1.54536,-1.34991,-0.98823,1.99317,-0.35849
-3.29017,1.02266,-1.54507,-1.35019,-0.98813,1.99291,-0.35823
-3.29120,1.02299,-1.54481,-1.35044,-0.98805,1.99267,-0.35798
-3.29224,1.02337,-1.54449,-1.35074,-0.98795,1.99238,-0.35770
-3.29328,1.02375,-1.54418,-1.35103,-0.98785,1.99210,-0.35742
-3.29431,1.02413,-1.54388,-1.35132,-0.98775,1.99182,-0.35714
-3.29535,1.02449,-1.54358,-1.35161,-0.98765,1.99155,-0.35687
-3.29638,1.02486,-1.54328,-1.35189,-0.98756,1.99129,-0.35660
-3.29742,1.02521,-1.54299,-1.35217,-0.98746,1.99102,-0.35633
-3.29846,1.02559,-1.54269,-1.35246,-0.98736,1.99074,-0.35606
-3.29949,1.02595,-1.54239,-1.35275,-0.98726,1.99047,-0.35578
-3.30053,1.02632,-1.54209,-1.35303,-0.98717,1.99020,-0.35552
-3.30156,1.02667,-1.54180,-1.35331,-0.98707,1.98994,-0.35525
-3.30260,1.02671,-1.54177,-1.35334,-0.98706,1.98991,-0.35522
-3.30364,1.02708,-1.54147,-1.35364,-0.98696,1.98964,-0.35495
-3.30467,1.02745,-1.54117,-1.35393,-0.98686,1.98936,-0.35468
-3.30571,1.02781,-1.54087,-1.35421,-0.98677,1.98910,-0.35441
-3.30674,1.02817,-1.54058,-1.35449,-0.98667,1.98883,-0.35414
-3.30778,1.02822,-1.54052,-1.35455,-0.98665,1.98879,-0.35410
-3.30882,1.02880,-1.53998,-1.35512,-0.98646,1.98836,-0.35368
-3.30985,1.02937,-1.53945,-1.35568,-0.98627,1.98795,-0.35326
-3.31089,1.02993,-1.53892,-1.35623,-0.98608,1.98753,-0.35285
-3.31192,1.03048,-1.53841,-1.35677,-0.98590,1.98713,-0.35245
-3.31296,1.03102,-1.53790,-1.35731,-0.98571,1.98673,-0.35205
-3.31400,1.03155,-1.53740,-1.35783,-0.98553,1.98634,-0.35166
-3.31503,1.03207,-1.53691,-1.35835,-0.98535,1.98595,-0.35128
-3.31607,1.03258,-1.53643,-1.35886,-0.98518,1.98558,-0.35090
-3.31710,1.03309,-1.53596,-1.35936,-0.98501,1.98520,-0.35053
-3.31814,1.03359,-1.53550,-1.35985,-0.98483,1.98484,-0.35016
-3.31918,1.03407,-1.53504,-1.36033,-0.98467,1.98447,-0.34980
-3.32021,1.03455,-1.53459,-1.36081,-0.98450,1.98412,-0.34945
-3.32125,1.03503,-1.53415,-1.36128,-0.98433,1.98377,-0.34910
-3.32228,1.03549,-1.53372,-1.36174,-0.98417,1.98343,-0.34876
-3.32332,1.03595,-1.53329,-1.36220,-0.98401,1.98309,-0.34843
-3.32436,1.03640,-1.53287,-1.36264,-0.98385,1.98275,-0.34810
-3.32539,1.03684,-1.53246,-1.36308,-0.98370,1.98243,-0.34777
-3.32643,1.03727,-1.53206,-1.36352,-0.98354,1.98210,-0.34745
-3.32746,1.03770,-1.53166,-1.36394,-0.98339,1.98179,-0.34714
-3.32850,1.03812,-1.53127,-1.36436,-0.98324,1.98148,-0.34683
-3.32953,1.03853,-1.53089,-1.36478,-0.98309,1.98117,-0.34653
-3.33057,1.03894,-1.53051,-1.36518,-0.98295,1.98087,-0.34623
-3.33161,1.03934,-1.53014,-1.36558,-0.98280,1.98057,-0.34594
-3.33264,1.03973,-1.52977,-1.36598,-0.98266,1.98028,-0.34565
-3.33368,1.04012,-1.52942,-1.36637,-0.98252,1.97999,-0.34536
-3.33471,1.04050,-1.52906,-1.36675,-0.98238,1.97971,-0.34509
-3.33575,1.04087,-1.52872,-1.36712,-0.98225,1.97943,-0.34481
-3.33679,1.04124,-1.52838,-1.36749,-0.98211,1.97916,-0.34454
-3.33782,1.04160,-1.52804,-1.36786,-0.98198,1.97889,-0.34428
-3.33886,1.04195,-1.52772,-1.36821,-0.98185,1.97862,-0.34402
-3.33989,1.04230,-1.52739,-1.36857,-0.98172,1.97836,-0.34376
-3.34093,1.04264,-1.52708,-1.36891,-0.98159,1.97811,-0.34351
-3.34197,1.04279,-1.52694,-1.36907,-0.98153,1.97800,-0.34340
-3.34300,1.04324,-1.52650,-1.36956,-0.98136,1.97767,-0.34307
-3.34404,1.04368,-1.52606,-1.37004,-0.98118,1.97734,-0.34275
-3.34507,1.04412,-1.52563,-1.37052,-0.98101,1.97701,-0.34243
-3.34611,1.04454,-1.52521,-1.37099,-0.98084,1.97670,-0.34212
-3.34715,1.04497,-1.52480,-1.37145,-0.98067,1.97638,-0.34181
-3.34818,1.04538,-1.52440,-1.37191,-0.98050,1.97608,-0.34151
-3.34922,1.04579,-1.52400,-1.37235,-0.98034,1.97577,-0.34121
-3.35025,1.04619,-1.52361,-1.37279,-0.98018,1.97548,-0.34092
-3.35129,1.04658,-1.52322,-1.37323,-0.98002,1.97518,-0.34063
-3.35233,1.04697,-1.52284,-1.37365,-0.97986,1.97489,-0.34035
-3.35336,1.04735,-1.52247,-1.37407,-0.97971,1.97461,-0.34007
-3.35440,1.04772,-1.52211,-1.37449,-0.97955,1.97433,-0.33979
-3.35543,1.04809,-1.52175,-1.37489,-0.97940,1.97406,-0.33952
-3.35647,1.04845,-1.52140,-1.37529,-0.97925,1.97379,-0.33926
-3.35751,1.04880,-1.52105,-1.37569,-0.97911,1.97352,-0.33900
-3.35854,1.04915,-1.52071,-1.37608,-0.97896,1.97326,-0.33874
-3.35958,1.04950,-1.52037,-1.37646,-0.97882,1.97300,-0.33849
-3.36061,1.04984,-1.52004,-1.37683,-0.97868,1.97275,-0.33824
-3.36165,1.05015,-1.51973,-1.37718,-0.97855,1.97251,-0.33801
-3.36269,1.05067,-1.51924,-1.37773,-0.97836,1.97213,-0.33764
-3.36372,1.05117,-1.51875,-1.37827,-0.97817,1.97176,-0.33727
-3.36476,1.05167,-1.51827,-1.37879,-0.97798,1.97139,-0.33691
-3.36579,1.05216,-1.51780,-1.37931,-0.97780,1.97103,-0.33656
-3.36683,1.05264,-1.51734,-1.37983,-0.97762,1.97067,-0.33621
-3.36786,1.05311,-1.51688,-1.38033,-0.97744,1.97032,-0.33586
-3.36890,1.05358,-1.51643,-1.38082,-0.97726,1.96997,-0.33553
-3.36994,1.05404,-1.51599,-1.38131,-0.97709,1.96963,-0.33519
-3.37097,1.05449,-1.51556,-1.38179,-0.97692,1.96930,-0.33487
-3.37201,1.05493,-1.51514,-1.38226,-0.97675,1.96897,-0.33454
-3.37304,1.05536,-1.51472,-1.38273,-0.97658,1.96864,-0.33423
-3.37408,1.05579,-1.51431,-1.38318,-0.97642,1.96832,-0.33392
-3.37512,1.05621,-1.51391,-1.38363,-0.97625,1.96801,-0.33361
-3.37615,1.05662,-1.51351,-1.38408,-0.97609,1.96770,-0.33331
-3.37719,1.05703,-1.51312,-1.38451,-0.97594,1.96740,-0.33302
-3.37822,1.05743,-1.51274,-1.38494,-0.97578,1.96710,-0.33273
-3.37926,1.05782,-1.51236,-1.38536,-0.97563,1.96681,-0.33244
-3.38030,1.05821,-1.51199,-1.38578,-0.97547,1.96652,-0.33216
-3.38133,1.05859,-1.51163,-1.38619,-0.97533,1.96623,-0.33188
-3.38237,1.05897,-1.51127,-1.38659,-0.97518,1.96595,-0.33161
-3.38340,1.05933,-1.51092,-1.38699,-0.97503,1.96568,-0.33134
-3.38444,1.05970,-1.51057,-1.38738,-0.97489,1.96541,-0.33108
-3.38548,1.06005,-1.51023,-1.38776,-0.97475,1.96514,-0.33082
-3.38651,1.06040,-1.50990,-1.38814,-0.97461,1.96488,-0.33057
-3.38755,1.06075,-1.50957,-1.38851,-0.97447,1.96462,-0.33032
-3.38858,1.06113,-1.50921,-1.38891,-0.97432,1.96434,-0.33004
-3.38962,1.06188,-1.50851,-1.38966,-0.97408,1.96378,-0.32950
-3.39066,1.06262,-1.50782,-1.39039,-0.97384,1.96323,-0.32897
-3.39169,1.06334,-1.50715,-1.39111,-0.97360,1.96269,-0.32845
-3.39273,1.06406,-1.50648,-1.39182,-0.97336,1.96216,-0.32793
-3.39376,1.06476,-1.50583,-1.39252,-0.97313,1.96164,-0.32743
-3.39480,1.06546,-1.50519,-1.39320,-0.97291,1.96113,-0.32693
-3.39584,1.06614,-1.50456,-1.39388,-0.97268,1.96062,-0.32644
-3.39687,1.06681,-1.50394,-1.39454,-0.97246,1.96012,-0.32596
-3.39791,1.06747,-1.50333,-1.39519,-0.97224,1.95963,-0.32548
-3.39894,1.06812,-1.50273,-1.39584,-0.97203,1.95915,-0.32502
-3.39998,1.06875,-1.50214,-1.39647,-0.97181,1.95867,-0.32456
-3.40102,1.06938,-1.50156,-1.39709,-0.97160,1.95821,-0.32411
-3.40205,1.07000,-1.50099,-1.39770,-0.97140,1.95775,-0.32367
-3.40309,1.07061,-1.50044,-1.39830,-0.97119,1.95729,-0.32323
-3.40412,1.07121,-1.49989,-1.39890,-0.97099,1.95685,-0.32280
-3.40516,1.07179,-1.49935,-1.39948,-0.97079,1.95641,-0.32238
-3.40619,1.07237,-1.49882,-1.40005,-0.97060,1.95598,-0.32197
-3.40723,1.07294,-1.49830,-1.40062,-0.97040,1.95555,-0.32156
-3.40827,1.07350,-1.49779,-1.40117,-0.97021,1.95514,-0.32116
-3.40930,1.07405,-1.49728,-1.40172,-0.97003,1.95473,-0.32076
-3.41034,1.07459,-1.49679,-1.40226,-0.96984,1.95432,-0.32037
-3.41137,1.07512,-1.49630,-1.40278,-0.96966,1.95392,-0.31999
-3.41241,1.07565,-1.49582,-1.40330,-0.96948,1.95353,-0.31961
-3.41345,1.07616,-1.49536,-1.40382,-0.96930,1.95315,-0.31925
-3.41448,1.07667,-1.49489,-1.40432,-0.96913,1.95277,-0.31888
-3.41552,1.07717,-1.49444,-1.40482,-0.96895,1.95239,-0.31852
-3.41655,1.07766,-1.49400,-1.40530,-0.96878,1.95203,-0.31817
-3.41759,1.07814,-1.49356,-1.40578,-0.96862,1.95166,-0.31783
-3.41863,1.07861,-1.49313,-1.40626,-0.96845,1.95131,-0.31749
-3.41966,1.07908,-1.49270,-1.40672,-0.96829,1.95096,-0.31715
-3.42070,1.07954,-1.49229,-1.40718,-0.96812,1.95061,-0.31682
-3.42173,1.07999,-1.49188,-1.40763,-0.96797,1.95028,-0.31650
-3.42277,1.08043,-1.49148,-1.40807,-0.96781,1.94994,-0.31618
-3.42381,1.08087,-1.49108,-1.40851,-0.96765,1.94962,-0.31587
-3.42484,1.08130,-1.49070,-1.40893,-0.96750,1.94929,-0.31556
-3.42588,1.08172,-1.49032,-1.40936,-0.96735,1.94898,-0.31526
-3.42691,1.08213,-1.48994,-1.40977,-0.96720,1.94866,-0.31496
-3.42795,1.08254,-1.48957,-1.41018,-0.96705,1.94836,-0.31467
-3.42899,1.08294,-1.48921,-1.41058,-0.96691,1.94805,-0.31438
-3.43002,1.08334,-1.48885,-1.41098,-0.96677,1.94776,-0.31410
-3.43106,1.08373,-1.48850,-1.41137,-0.96663,1.94746,-0.31382
-3.43209,1.08411,-1.48816,-1.41175,-0.96649,1.94718,-0.31354
-3.43313,1.08448,-1.48782,-1.41213,-0.96635,1.94689,-0.31327
-3.43417,1.08485,-1.48749,-1.41250,-0.96622,1.94661,-0.31301
-3.43520,1.08522,-1.48716,-1.41286,-0.96608,1.94634,-0.31275
-3.43624,1.08557,-1.48684,-1.41322,-0.96595,1.94607,-0.31249
-3.43727,1.08587,-1.48658,-1.41352,-0.96584,1.94585,-0.31228
-3.43831,1.08636,-1.48614,-1.41399,-0.96569,1.94548,-0.31193
-3.43935,1.08685,-1.48572,-1.41444,-0.96553,1.94511,-0.31158
-3.44038,1.08732,-1.48530,-1.41490,-0.96537,1.94476,-0.31124
-3.44142,1.08779,-1.48488,-1.41534,-0.96522,1.94440,-0.31091
-3.44245,1.08825,-1.48448,-1.41578,-0.96507,1.94406,-0.31058
-3.44349,1.08871,-1.48408,-1.41621,-0.96492,1.94372,-0.31026
-3.44453,1.08915,-1.48369,-1.41663,-0.96478,1.94338,-0.30994
-3.44556,1.08959,-1.48331,-1.41705,-0.96463,1.94305,-0.30963
-3.44660,1.09002,-1.48293,-1.41746,-0.96449,1.94273,-0.30932
-3.44763,1.09045,-1.48256,-1.41787,-0.96435,1.94241,-0.30902
-3.44867,1.09086,-1.48219,-1.41826,-0.96421,1.94209,-0.30872
-3.44970,1.09127,-1.48183,-1.41865,-0.96408,1.94179,-0.30843
-3.45074,1.09168,-1.48148,-1.41904,-0.96394,1.94148,-0.30814
-3.45178,1.09207,-1.48113,-1.41942,-0.96381,1.94118,-0.30786
-3.45281,1.09246,-1.48079,-1.41979,-0.96368,1.94089,-0.30758
-3.45385,1.09285,-1.48046,-1.42016,-0.96355,1.94060,-0.30730
-3.45488,1.09322,-1.48013,-1.42052,-0.96342,1.94031,-0.30704
-3.45592,1.09360,-1.47980,-1.42087,-0.96329,1.94003,-0.30677
-3.45696,1.09396,-1.47948,-1.42122,-0.96317,1.93976,-0.30651
-3.45799,1.09434,-1.47916,-1.42158,-0.96304,1.93947,-0.30624
-3.45903,1.09488,-1.47869,-1.42206,-0.96289,1.93907,-0.30586
-3.46006,1.09541,-1.47824,-1.42254,-0.96273,1.93867,-0.30548
-3.46110,1.09594,-1.47780,-1.42300,-0.96258,1.93827,-0.30511
-3.46214,1.09645,-1.47736,-1.42346,-0.96243,1.93788,-0.30474
-3.46317,1.09696,-1.47693,-1.42391,-0.96229,1.93750,-0.30438
-3.46421,1.09746,-1.47650,-1.42436,-0.96214,1.93713,-0.30403
-3.46524,1.09795,-1.47609,-1.42480,-0.96200,1.93676,-0.30368
-3.46628,1.09844,-1.47568,-1.42523,-0.96185,1.93640,-0.30334
-3.46732,1.09891,-1.47528,-1.42565,-0.96171,1.93604,-0.30300
-3.46835,1.09938,-1.47489,-1.42607,-0.96158,1.93569,-0.30267
-3.46939,1.09984,-1.47450,-1.42648,-0.96144,1.93534,-0.30235
-3.47042,1.10029,-1.47412,-1.42688,-0.96131,1.93500,-0.30203
-3.47146,1.10073,-1.47374,-1.42728,-0.96117,1.93467,-0.30171
-3.47250,1.10117,-1.47337,-1.42767,-0.96104,1.93434,-0.30140
-3.47353,1.10160,-1.47301,-1.42805,-0.96091,1.93401,-0.30110
-3.47457,1.10202,-1.47266,-1.42843,-0.96079,1.93369,-0.30080
-3.47560,1.10244,-1.47231,-1.42880,-0.96066,1.93338,-0.30050
-3.47664,1.10285,-1.47196,-1.42917,-0.96054,1.93307,-0.30022
-3.47768,1.10325,-1.47163,-1.42953,-0.96042,1.93277,-0.29993
-3.47871,1.10365,-1.47130,-1.42988,-0.96030,1.93247,-0.29965
-3.47975,1.10403,-1.47097,-1.43023,-0.96018,1.93217,-0.29937
-3.48078,1.10442,-1.47065,-1.43057,-0.96006,1.93188,-0.29910
-3.48182,1.10479,-1.47033,-1.43091,-0.95994,1.93160,-0.29884
-3.48286,1.10516,-1.47002,-1.43124,-0.95983,1.93132,-0.29858
-3.48389,1.10534,-1.46988,-1.43140,-0.95978,1.93119,-0.29845
-3.48493,1.10597,-1.46935,-1.43193,-0.95961,1.93071,-0.29801
-3.48596,1.10659,-1.46884,-1.43246,-0.95945,1.93025,-0.29757
-3.48700,1.10721,-1.46833,-1.43298,-0.95929,1.92979,-0.29714
-3.48803,1.10781,-1.46783,-1.43349,-0.95913,1.92933,-0.29672
-3.48907,1.10840,-1.46734,-1.43399,-0.95898,1.92889,-0.29630
-3.49011,1.10899,-1.46686,-1.43449,-0.95883,1.92845,-0.29589
-3.49114,1.10956,-1.46639,-1.43498,-0.95867,1.92802,-0.29549
-3.49218,1.11012,-1.46593,-1.43545,-0.95852,1.92759,-0.29509
-3.49321,1.11068,-1.46547,-1.43592,-0.95838,1.92718,-0.29470
-3.49425,1.11123,-1.46502,-1.43639,-0.95823,1.92676,-0.29432
-3.49529,1.11176,-1.46458,-1.43684,-0.95809,1.92636,-0.29394
-3.49632,1.11229,-1.46415,-1.43729,-0.95795,1.92596,-0.29357
-3.49736,1.11281,-1.46372,-1.43773,-0.95781,1.92557,-0.29321
-3.49839,1.11332,-1.46330,-1.43817,-0.95767,1.92518,-0.29285
-3.49943,1.11382,-1.46289,-1.43860,-0.95753,1.92481,-0.29249
-3.50047,1.11432,-1.46249,-1.43902,-0.95740,1.92443,-0.29215
-3.50150,1.11481,-1.46209,-1.43943,-0.95727,1.92407,-0.29181
-3.50254,1.11528,-1.46170,-1.43984,-0.95714,1.92370,-0.29147
-3.50357,1.11575,-1.46132,-1.44024,-0.95701,1.92335,-0.29114
-3.50461,1.11622,-1.46094,-1.44063,-0.95688,1.92300,-0.29081
-3.50565,1.11667,-1.46057,-1.44102,-0.95676,1.92265,-0.29050
-3.50668,1.11712,-1.46020,-1.44140,-0.95663,1.92232,-0.29018
-3.50772,1.11756,-1.45985,-1.44178,-0.95651,1.92198,-0.28987
-3.50875,1.11799,-1.45949,-1.44215,-0.95639,1.92165,-0.28957
-3.50979,1.11842,-1.45915,-1.44251,-0.95627,1.92133,-0.28927
-3.51083,1.11884,-1.45881,-1.44287,-0.95615,1.92102,-0.28898
-3.51186,1.11925,-1.45847,-1.44322,-0.95604,1.92070,-0.28869
-3.51290,1.11965,-1.45815,-1.44357,-0.95592,1.92040,-0.28840
-3.51393,1.12005,-1.45782,-1.44391,-0.95581,1.92009,-0.28812
-3.51497,1.12044,-1.45751,-1.44424,-0.95570,1.91980,-0.28785
-3.51601,1.12083,-1.45719,-1.44457,-0.95559,1.91950,-0.28758
-3.51704,1.12121,-1.45689,-1.44490,-0.95548,1.91922,-0.28731
-3.51808,1.12141,-1.45672,-1.44507,-0.95543,1.91906,-0.28717
-3.51911,1.12193,-1.45631,-1.44550,-0.95529,1.91867,-0.28680
-3.52015,1.12245,-1.45589,-1.44592,-0.95516,1.91828,-0.28645
-3.52119,1.12295,-1.45549,-1.44634,-0.95504,1.91790,-0.28609
-3.52222,1.12345,-1.45509,-1.44675,-0.95491,1.91752,-0.28575
-3.52326,1.12394,-1.45470,-1.44715,-0.95478,1.91715,-0.28540
-3.52429,1.12442,-1.45432,-1.44754,-0.95466,1.91679,-0.28507
-3.52533,1.12490,-1.45394,-1.44793,-0.95454,1.91643,-0.28474
-3.52636,1.12536,-1.45357,-1.44832,-0.95442,1.91608,-0.28441
-3.52740,1.12582,-1.45320,-1.44869,-0.95430,1.91573,-0.28409
-3.52844,1.12627,-1.45285,-1.44906,-0.95418,1.91539,-0.28378
-3.52947,1.12671,-1.45249,-1.44943,-0.95407,1.91505,-0.28347
-3.53051,1.12715,-1.45215,-1.44979,-0.95395,1.91472,-0.28317
-3.53154,1.12758,-1.45181,-1.45014,-0.95384,1.91440,-0.28287
-3.53258,1.12800,-1.45147,-1.45049,-0.95373,1.91408,-0.28257
-3.53362,1.12841,-1.45115,-1.45083,-0.95362,1.91376,-0.28228
-3.53465,1.12882,-1.45082,-1.45117,-0.95351,1.91346,-0.28200
-3.53569,1.12922,-1.45050,-1.45150,-0.95341,1.91315,-0.28172
-3.53672,1.12961,-1.45019,-1.45183,-0.95330,1.91285,-0.28144
-3.53776,1.13000,-1.44989,-1.45215,-0.95320,1.91256,-0.28117
-3.53880,1.13040,-1.44957,-1.45247,-0.95309,1.91226,-0.28090
-3.53983,1.13091,-1.44916,-1.45291,-0.95296,1.91187,-0.28054
-3.54087,1.13141,-1.44875,-1.45333,-0.95283,1.91149,-0.28019
-3.54190,1.13190,-1.44835,-1.45375,-0.95270,1.91112,-0.27985
-3.54294,1.13239,-1.44796,-1.45416,-0.95257,1.91075,-0.27951
-3.54398,1.13287,-1.44757,-1.45456,-0.95245,1.91039,-0.27918
-3.54501,1.13334,-1.44719,-1.45496,-0.95232,1.91003,-0.27885
-3.54605,1.13380,-1.44682,-1.45535,-0.95220,1.90968,-0.27853
-3.54708,1.13426,-1.44645,-1.45574,-0.95208,1.90933,-0.27821
-3.54812,1.13471,-1.44609,-1.45611,-0.95196,1.90899,-0.27790
-3.54916,1.13515,-1.44574,-1.45649,-0.95184,1.90866,-0.27760
-3.55019,1.13558,-1.44539,-1.45685,-0.95173,1.90833,-0.27730
-3.55123,1.13601,-1.44505,-1.45721,-0.95161,1.90801,-0.27700
-3.55226,1.13642,-1.44471,-1.45757,-0.95150,1.90769,-0.27671
-3.55330,1.13684,-1.44438,-1.45792,-0.95139,1.90738,-0.27642
-3.55434,1.13724,-1.44406,-1.45826,-0.95128,1.90707,-0.27614
-3.55537,1.13764,-1.44374,-1.45860,-0.95117,1.90676,-0.27587
-3.55641,1.13803,-1.44342,-1.45893,-0.95106,1.90647,-0.27559
-3.55744,1.13842,-1.44311,-1.45926,-0.95096,1.90617,-0.27533
-3.55848,1.13874,-1.44285,-1.45954,-0.95087,1.90592,-0.27510
-3.55952,1.13934,-1.44237,-1.46004,-0.95072,1.90547,-0.27469
-3.56055,1.13992,-1.44189,-1.46054,-0.95057,1.90503,-0.27428
-3.56159,1.14050,-1.44142,-1.46103,-0.95042,1.90460,-0.27389
-3.56262,1.14107,-1.44096,-1.46151,-0.95028,1.90417,-0.27349
-3.56366,1.14163,-1.44051,-1.46198,-0.95013,1.90374,-0.27311
-3.56469,1.14217,-1.44006,-1.46245,-0.94999,1.90333,-0.27273
-3.56573,1.14271,-1.43963,-1.46291,-0.94985,1.90292,-0.27236
-3.56677,1.14325,-1.43920,-1.46336,-0.94972,1.90252,-0.27199
-3.56780,1.14377,-1.43878,-1.46380,-0.94958,1.90212,-0.27163
-3.56884,1.14428,-1.43836,-1.46424,-0.94945,1.90173,-0.27128
-3.56987,1.14479,-1.43795,-1.46467,-0.94931,1.90135,-0.27093
-3.57091,1.14528,-1.43755,-1.46509,-0.94919,1.90097,-0.27059
-3.57195,1.14577,-1.43716,-1.46550,-0.94906,1.90060,-0.27025
-3.57298,1.14625,-1.43677,-1.46591,-0.94893,1.90023,-0.26992
-3.57402,1.14673,-1.43639,-1.46631,-0.94881,1.89988,-0.26959
-3.57505,1.14719,-1.43602,-1.46671,-0.94868,1.89952,-0.26927
-3.57609,1.14765,-1.43565,-1.46710,-0.94856,1.89917,-0.26895
-3.57713,1.14810,-1.43529,-1.46748,-0.94844,1.89883,-0.26864
-3.57816,1.14854,-1.43493,-1.46786,-0.94832,1.89849,-0.26834
-3.57920,1.14898,-1.43458,-1.46823,-0.94821,1.89816,-0.26804
-3.58023,1.14941,-1.43424,-1.46859,-0.94809,1.89784,-0.26774
-3.58127,1.14983,-1.43390,-1.46895,-0.94798,1.89752,-0.26745
-3.58231,1.15024,-1.43357,-1.46931,-0.94787,1.89720,-0.26716
-3.58334,1.15065,-1.43325,-1.46965,-0.94776,1.89689,-0.26688
-3.58438,1.15105,-1.43293,-1.47000,-0.94765,1.89658,-0.26661
-3.58541,1.15145,-1.43261,-1.47033,-0.94754,1.89628,-0.26633
-3.58645,1.15183,-1.43230,-1.47066,-0.94744,1.89599,-0.26607
-3.58749,1.15212,-1.43207,-1.47091,-0.94736,1.89577,-0.26587
-3.58852,1.15268,-1.43163,-1.47137,-0.94722,1.89534,-0.26548
-3.58956,1.15323,-1.43119,-1.47183,-0.94709,1.89492,-0.26510
-3.59059,1.15378,-1.43076,-1.47227,-0.94695,1.89451,-0.26473
-3.59163,1.15431,-1.43033,-1.47272,-0.94682,1.89410,-0.26436
-3.59267,1.15484,-1.42992,-1.47315,-0.94669,1.89370,-0.26400
-3.59370,1.15536,-1.42951,-1.47358,-0.94657,1.89331,-0.26365
-3.59474,1.15587,-1.42911,-1.47400,-0.94644,1.89292,-0.26330
-3.59577,1.15637,-1.42871,-1.47441,-0.94632,1.89254,-0.26295
-3.59681,1.15686,-1.42832,-1.47482,-0.94619,1.89217,-0.26262
-3.59785,1.15735,-1.42794,-1.47522,-0.94607,1.89180,-0.26228
-3.59888,1.15782,-1.42756,-1.47561,-0.94596,1.89143,-0.26196
-3.59992,1.15829,-1.42720,-1.47600,-0.94584,1.89108,-0.26163
-3.60095,1.15875,-1.42683,-1.47638,-0.94572,1.89073,-0.26132
-3.60199,1.15921,-1.42648,-1.47675,-0.94561,1.89038,-0.26101
-3.60302,1.15965,-1.42613,-1.47712,-0.94549,1.89004,-0.26070
-3.60406,1.16009,-1.42578,-1.47749,-0.94538,1.88970,-0.26040
-3.60510,1.16052,-1.42544,-1.47784,-0.94527,1.88937,-0.26010
-3.60613,1.16095,-1.42511,-1.47820,-0.94517,1.88905,-0.25981
-3.60717,1.16137,-1.42478,-1.47854,-0.94506,1.88873,-0.25952
-3.60820,1.16178,-1.42446,-1.47888,-0.94495,1.88842,-0.25924
-3.60924,1.16218,-1.42415,-1.47922,-0.94485,1.88811,-0.25896
-3.61028,1.16258,-1.42384,-1.47955,-0.94475,1.88780,-0.25869
-3.61131,1.16297,-1.42353,-1.47987,-0.94465,1.88751,-0.25842
-3.61235,1.16310,-1.42343,-1.47997,-0.94462,1.88741,-0.25834
-3.61338,1.16360,-1.42306,-1.48035,-0.94451,1.88702,-0.25799
-3.61442,1.16410,-1.42269,-1.48073,-0.94440,1.88665,-0.25765
-3.61546,1.16458,-1.42232,-1.48110,-0.94430,1.88628,-0.25732
-3.61649,1.16506,-1.42196,-1.48146,-0.94419,1.88591,-0.25699
-3.61753,1.16553,-1.42161,-1.48182,-0.94409,1.88555,-0.25667
-3.61856,1.16600,-1.42127,-1.48217,-0.94399,1.88520,-0.25635
-3.61960,1.16645,-1.42093,-1.48251,-0.94389,1.88485,-0.25604
-3.62064,1.16690,-1.42059,-1.48285,-0.94379,1.88451,-0.25574
-3.62167,1.16734,-1.42026,-1.48319,-0.94369,1.88417,-0.25543
-3.62271,1.16778,-1.41994,-1.48351,-0.94360,1.88384,-0.25514
-3.62374,1.16820,-1.41962,-1.48384,-0.94350,1.88352,-0.25485
-3.62478,1.16862,-1.41931,-1.48416,-0.94341,1.88319,-0.25456
-3.62582,1.16904,-1.41901,-1.48447,-0.94332,1.88288,-0.25428
-3.62685,1.16944,-1.41870,-1.48478,-0.94323,1.88257,-0.25400
-3.62789,1.16984,-1.41841,-1.48508,-0.94314,1.88226,-0.25373
-3.62892,1.16989,-1.41837,-1.48512,-0.94313,1.88223,-0.25369
-3.62996,1.17039,-1.41800,-1.48549,-0.94302,1.88185,-0.25336
-3.63100,1.17087,-1.41764,-1.48586,-0.94292,1.88148,-0.25303
-3.63203,1.17135,-1.41729,-1.48621,-0.94282,1.88111,-0.25270
-3.63307,1.17182,-1.41694,-1.48657,-0.94272,1.88075,-0.25238
-3.63410,1.17228,-1.41660,-1.48692,-0.94262,1.88040,-0.25206
-3.63514,1.17274,-1.41626,-1.48726,-0.94252,1.88005,-0.25175
-3.63618,1.17319,-1.41593,-1.48759,-0.94243,1.87971,-0.25145
-3.63721,1.17363,-1.41560,-1.48793,-0.94233,1.87938,-0.25115
-3.63825,1.17406,-1.41528,-1.48825,-0.94224,1.87904,-0.25085
-3.63928,1.17449,-1.41497,-1.48857,-0.94215,1.87872,-0.25056
-3.64032,1.17490,-1.41466,-1.48889,-0.94206,1.87840,-0.25028
-3.64136,1.17532,-1.41435,-1.48920,-0.94197,1.87808,-0.25000
-3.64239,1.17572,-1.41406,-1.48950,-0.94188,1.87777,-0.24972
-3.64343,1.17601,-1.41384,-1.48972,-0.94181,1.87755,-0.24953
-3.64446,1.17650,-1.41350,-1.49006,-0.94172,1.87718,-0.24920
-3.64550,1.17697,-1.41315,-1.49040,-0.94163,1.87682,-0.24887
-3.64653,1.17744,-1.41282,-1.49073,-0.94154,1.87646,-0.24855
-3.64757,1.17791,-1.41249,-1.49106,-0.94145,1.87610,-0.24824
-3.64861,1.17836,-1.41216,-1.49138,-0.94137,1.87576,-0.24793
-3.64964,1.17881,-1.41184,-1.49170,-0.94128,1.87541,-0.24762
-3.65068,1.17925,-1.41153,-1.49201,-0.94119,1.87508,-0.24733
-3.65171,1.17968,-1.41122,-1.49232,-0.94111,1.87475,-0.24703
-3.65275,1.18011,-1.41091,-1.49262,-0.94103,1.87442,-0.24674
-3.65379,1.18053,-1.41062,-1.49292,-0.94094,1.87410,-0.24646
-3.65482,1.18094,-1.41032,-1.49321,-0.94086,1.87379,-0.24618
-3.65586,1.18123,-1.41011,-1.49342,-0.94081,1.87356,-0.24598
-3.65689,1.18174,-1.40975,-1.49377,-0.94071,1.87318,-0.24564
-3.65793,1.18223,-1.40940,-1.49412,-0.94062,1.87280,-0.24530
-3.65897,1.18272,-1.40905,-1.49447,-0.94053,1.87242,-0.24497
-3.66000,1.18320,-1.40871,-1.49481,-0.94044,1.87206,-0.24465
-3.66104,1.18367,-1.40837,-1.49514,-0.94035,1.87170,-0.24433
-3.66207,1.18414,-1.40804,-1.49547,-0.94026,1.87134,-0.24401
-3.66311,1.18459,-1.40771,-1.49579,-0.94017,1.87099,-0.24370
-3.66415,1.18504,-1.40739,-1.49611,-0.94009,1.87065,-0.24340
-3.66518,1.18548,-1.40708,-1.49642,-0.94000,1.87031,-0.24310
-3.66622,1.18592,-1.40677,-1.49673,-0.93992,1.86998,-0.24281
-3.66725,1.18634,-1.40647,-1.49703,-0.93984,1.86965,-0.24252
-3.66829,1.18676,-1.40617,-1.49733,-0.93975,1.86933,-0.24223
-3.66933,1.18718,-1.40587,-1.49763,-0.93967,1.86901,-0.24195
-3.67036,1.18747,-1.40567,-1.49783,-0.93962,1.86879,-0.24176
-3.67140,1.18795,-1.40533,-1.49815,-0.93953,1.86842,-0.24143
-3.67243,1.18842,-1.40501,-1.49847,-0.93945,1.86806,-0.24111
-3.67347,1.18888,-1.40468,-1.49879,-0.93937,1.86771,-0.24080
-3.67451,1.18934,-1.40437,-1.49909,-0.93929,1.86736,-0.24049
-3.67554,1.18979,-1.40406,-1.49940,-0.93921,1.86702,-0.24019
-3.67658,1.19023,-1.40375,-1.49969,-0.93914,1.86668,-0.23989
-3.67761,1.19066,-1.40345,-1.49999,-0.93906,1.86635,-0.23960
-3.67865,1.19109,-1.40316,-1.50028,-0.93899,1.86602,-0.23931
-3.67969,1.19151,-1.40287,-1.50056,-0.93891,1.86570,-0.23903
-3.68072,1.19189,-1.40260,-1.50082,-0.93884,1.86540,-0.23877
-3.68176,1.19241,-1.40225,-1.50116,-0.93876,1.86501,-0.23842
-3.68279,1.19291,-1.40190,-1.50151,-0.93867,1.86463,-0.23808
-3.68383,1.19340,-1.40155,-1.50184,-0.93859,1.86425,-0.23775
-3.68486,1.19389,-1.40121,-1.50217,-0.93850,1.86388,-0.23742
-3.68590,1.19437,-1.40088,-1.50249,-0.93842,1.86351,-0.23710
-3.68694,1.19484,-1.40055,-1.50281,-0.93834,1.86315,-0.23678
-3.68797,1.19531,-1.40023,-1.50313,-0.93826,1.86279,-0.23647
-3.68901,1.19576,-1.39992,-1.50344,-0.93818,1.86244,-0.23616
-3.69004,1.19621,-1.39961,-1.50374,-0.93810,1.86210,-0.23586
-3.69108,1.19665,-1.39930,-1.50404,-0.93802,1.86176,-0.23556
-3.69212,1.19708,-1.39900,-1.50433,-0.93795,1.86143,-0.23527
-3.69315,1.19751,-1.39871,-1.50462,-0.93787,1.86110,-0.23498
-3.69419,1.19793,-1.39842,-1.50491,-0.93780,1.86078,-0.23470
-3.69522,1.19823,-1.39820,-1.50512,-0.93774,1.86055,-0.23450
-3.69626,1.19877,-1.39781,-1.50552,-0.93764,1.86014,-0.23414
-3.69730,1.19930,-1.39742,-1.50591,-0.93754,1.85973,-0.23378
-3.69833,1.19982,-1.39704,-1.50629,-0.93743,1.85934,-0.23343
-3.69937,1.20033,-1.39667,-1.50667,-0.93733,1.85894,-0.23309
-3.70040,1.20083,-1.39630,-1.50705,-0.93723,1.85856,-0.23275
-3.70144,1.20133,-1.39594,-1.50742,-0.93714,1.85818,-0.23242
-3.70248,1.20182,-1.39559,-1.50778,-0.93704,1.85781,-0.23209
-3.70351,1.20229,-1.39524,-1.50813,-0.93694,1.85744,-0.23177
-3.70455,1.20277,-1.39490,-1.50848,-0.93685,1.85708,-0.23146
-3.70558,1.20323,-1.39456,-1.50883,-0.93676,1.85672,-0.23115
-3.70662,1.20369,-1.39423,-1.50917,-0.93667,1.85637,-0.23084
-3.70766,1.20413,-1.39390,-1.50950,-0.93657,1.85603,-0.23054
-3.70869,1.20457,-1.39358,-1.50983,-0.93649,1.85569,-0.23024
-3.70973,1.20501,-1.39327,-1.51015,-0.93640,1.85536,-0.22995
-3.71076,1.20544,-1.39296,-1.51047,-0.93631,1.85503,-0.22966
-3.71180,1.20586,-1.39265,-1.51078,-0.93623,1.85471,-0.22938
-3.71284,1.20627,-1.39236,-1.51109,-0.93614,1.85439,-0.22911
-3.71387,1.20648,-1.39220,-1.51125,-0.93610,1.85423,-0.22896
-3.71491,1.20694,-1.39186,-1.51161,-0.93600,1.85388,-0.22866
-3.71594,1.20739,-1.39152,-1.51197,-0.93589,1.85353,-0.22836
-3.71698,1.20783,-1.39118,-1.51233,-0.93579,1.85319,-0.22806
-3.71802,1.20827,-1.39085,-1.51268,-0.93570,1.85285,-0.22777
-3.71905,1.20870,-1.39053,-1.51302,-0.93560,1.85252,-0.22748
-3.72009,1.20912,-1.39021,-1.51336,-0.93550,1.85220,-0.22719
-3.72112,1.20953,-1.38990,-1.51369,-0.93541,1.85188,-0.22692
-3.72216,1.20994,-1.38959,-1.51401,-0.93532,1.85157,-0.22664
-3.72319,1.21027,-1.38934,-1.51427,-0.93524,1.85131,-0.22642
-3.72423,1.21071,-1.38902,-1.51461,-0.93515,1.85097,-0.22613
-3.72527,1.21115,-1.38870,-1.51495,-0.93506,1.85064,-0.22583
-3.72630,1.21158,-1.38838,-1.51527,-0.93497,1.85031,-0.22555
-3.72734,1.21200,-1.38807,-1.51560,-0.93488,1.84998,-0.22526
-3.72837,1.21242,-1.38777,-1.51591,-0.93479,1.84966,-0.22498
-3.72941,1.21283,-1.38747,-1.51623,-0.93471,1.84935,-0.22471
-3.73045,1.21288,-1.38743,-1.51626,-0.93470,1.84931,-0.22468
-3.73148,1.21333,-1.38708,-1.51664,-0.93459,1.84896,-0.22437
-3.73252,1.21378,-1.38674,-1.51700,-0.93449,1.84861,-0.22407
-3.73355,1.21423,-1.38640,-1.51736,-0.93439,1.84827,-0.22378
-3.73459,1.21466,-1.38607,-1.51772,-0.93429,1.84794,-0.22348
-3.73563,1.21509,-1.38575,-1.51807,-0.93419,1.84761,-0.22320
-3.73666,1.21551,-1.38543,-1.51841,-0.93409,1.84728,-0.22292
-3.73770,1.21593,-1.38511,-1.51875,-0.93400,1.84696,-0.22264
-3.73873,1.21634,-1.38480,-1.51908,-0.93390,1.84665,-0.22237
-3.73977,1.21667,-1.38455,-1.51935,-0.93382,1.84640,-0.22215
-3.74081,1.21713,-1.38419,-1.51974,-0.93371,1.84604,-0.22183
-3.74184,1.21760,-1.38383,-1.52013,-0.93360,1.84568,-0.22153
-3.74288,1.21805,-1.38347,-1.52051,-0.93349,1.84533,-0.22122
-3.74391,1.21850,-1.38313,-1.52089,-0.93339,1.84499,-0.22093
-3.74495,1.21893,-1.38279,-1.52126,-0.93328,1.84465,-0.22063
-3.74599,1.21937,-1.38245,-1.52162,-0.93318,1.84432,-0.22034
-3.74702,1.21979,-1.38212,-1.52198,-0.93307,1.84399,-0.22006
-3.74806,1.22021,-1.38180,-1.52233,-0.93297,1.84367,-0.21978
-3.74909,1.22062,-1.38148,-1.52268,-0.93287,1.84335,-0.21951
-3.75013,1.22103,-1.38117,-1.52302,-0.93277,1.84304,-0.21924
-3.75117,1.22131,-1.38094,-1.52327,-0.93270,1.84282,-0.21905
-3.75220,1.22179,-1.38056,-1.52369,-0.93258,1.84245,-0.21873
-3.75324,1.22226,-1.38018,-1.52412,-0.93246,1.84209,-0.21841
-3.75427,1.22273,-1.37980,-1.52453,-0.93233,1.84173,-0.21811
-3.75531,1.22318,-1.37944,-1.52494,-0.93221,1.84138,-0.21780
-3.75635,1.22363,-1.37908,-1.52534,-0.93210,1.84104,-0.21750
-3.75738,1.22407,-1.37872,-1.52574,-0.93198,1.84070,-0.21721
-3.75842,1.22450,-1.37837,-1.52613,-0.93187,1.84037,-0.21692
-3.75945,1.22493,-1.37803,-1.52651,-0.93175,1.84004,-0.21664
-3.76049,1.22535,-1.37769,-1.52688,-0.93164,1.83971,-0.21636
-3.76152,1.22576,-1.37736,-1.52726,-0.93153,1.83939,-0.21608
-3.76256,1.22617,-1.37704,-1.52762,-0.93143,1.83908,-0.21581
-3.76360,1.22657,-1.37672,-1.52798,-0.93132,1.83877,-0.21555
-3.76463,1.22693,-1.37643,-1.52830,-0.93122,1.83849,-0.21531
-3.76567,1.22738,-1.37607,-1.52869,-0.93111,1.83815,-0.21501
-3.76670,1.22782,-1.37572,-1.52908,-0.93100,1.83781,-0.21471
-3.76774,1.22826,-1.37538,-1.52946,-0.93089,1.83747,-0.21443
-3.76878,1.22868,-1.37504,-1.52984,-0.93078,1.83714,-0.21414
-3.76981,1.22910,-1.37471,-1.53020,-0.93067,1.83682,-0.21386
-3.77085,1.22952,-1.37438,-1.53057,-0.93057,1.83650,-0.21359
-3.77188,1.22993,-1.37406,-1.53092,-0.93046,1.83619,-0.21332
-3.77292,1.23033,-1.37374,-1.53128,-0.93036,1.83588,-0.21305
-3.77396,1.23049,-1.37361,-1.53142,-0.93032,1.83575,-0.21294
-3.77499,1.23097,-1.37322,-1.53186,-0.93019,1.83538,-0.21262
-3.77603,1.23144,-1.37284,-1.53230,-0.93006,1.83502,-0.21231
-3.77706,1.23190,-1.37246,-1.53272,-0.92994,1.83466,-0.21200
-3.77810,1.23236,-1.37209,-1.53314,-0.92981,1.83431,-0.21170
-3.77914,1.23280,-1.37172,-1.53355,-0.92969,1.83397,-0.21141
-3.78017,1.23324,-1.37136,-1.53396,-0.92957,1.83363,-0.21111
-3.78121,1.23368,-1.37101,-1.53436,-0.92945,1.83330,-0.21083
-3.78224,1.23410,-1.37066,-1.53475,-0.92934,1.83297,-0.21054
-3.78328,1.23452,-1.37032,-1.53513,-0.92922,1.83264,-0.21027
-3.78432,1.23494,-1.36999,-1.53551,-0.92911,1.83233,-0.20999
-3.78535,1.23534,-1.36966,-1.53589,-0.92900,1.83201,-0.20972
-3.78639,1.23574,-1.36934,-1.53625,-0.92889,1.83170,-0.20946
-3.78742,1.23614,-1.36901,-1.53662,-0.92878,1.83139,-0.20919
-3.78846,1.23660,-1.36861,-1.53709,-0.92864,1.83105,-0.20889
-3.78950,1.23704,-1.36823,-1.53754,-0.92850,1.83070,-0.20860
-3.79053,1.23748,-1.36784,-1.53799,-0.92836,1.83036,-0.20831
-3.79157,1.23791,-1.36747,-1.53843,-0.92823,1.83003,-0.20802
-3.79260,1.23834,-1.36710,-1.53886,-0.92809,1.82970,-0.20774
-3.79364,1.23876,-1.36674,-1.53929,-0.92796,1.82938,-0.20746
-3.79468,1.23917,-1.36638,-1.53971,-0.92783,1.82906,-0.20719
-3.79571,1.23957,-1.36603,-1.54012,-0.92770,1.82875,-0.20692
-3.79675,1.23997,-1.36569,-1.54053,-0.92758,1.82844,-0.20666
-3.79778,1.24036,-1.36535,-1.54092,-0.92745,1.82814,-0.20640
-3.79882,1.24075,-1.36501,-1.54132,-0.92733,1.82784,-0.20614
-3.79985,1.24110,-1.36472,-1.54167,-0.92722,1.82757,-0.20591
-3.80089,1.24150,-1.36437,-1.54208,-0.92709,1.82726,-0.20564
-3.80193,1.24190,-1.36402,-1.54249,-0.92697,1.82695,-0.20538
-3.80296,1.24229,-1.36369,-1.54288,-0.92684,1.82665,-0.20512
-3.80400,1.24267,-1.36335,-1.54328,-0.92672,1.82635,-0.20487
-3.80503,1.24294,-1.36312,-1.54355,-0.92664,1.82615,-0.20469
-3.80607,1.24333,-1.36279,-1.54394,-0.92652,1.82584,-0.20443
-3.80711,1.24371,-1.36246,-1.54432,-0.92640,1.82555,-0.20418
-3.80814,1.24375,-1.36243,-1.54436,-0.92639,1.82552,-0.20415
-3.80918,1.24415,-1.36210,-1.54474,-0.92627,1.82521,-0.20389
-3.81021,1.24454,-1.36178,-1.54512,-0.92616,1.82491,-0.20364
-3.81125,1.24493,-1.36145,-1.54549,-0.92605,1.82460,-0.20337
-3.81229,1.24533,-1.36113,-1.54586,-0.92594,1.82430,-0.20311
-3.81332,1.24537,-1.36110,-1.54590,-0.92592,1.82427,-0.20309
-3.81436,1.24577,-1.36077,-1.54627,-0.92581,1.82396,-0.20282
-3.81539,1.24616,-1.36045,-1.54664,-0.92571,1.82365,-0.20256
-3.81643,1.24643,-1.36022,-1.54691,-0.92562,1.82345,-0.20238
-3.81747,1.24651,-1.36010,-1.54708,-0.92555,1.82338,-0.20233
-3.81850,1.24631,-1.35999,-1.54740,-0.92537,1.82353,-0.20245
-3.81954,1.24587,-1.35994,-1.54778,-0.92512,1.82386,-0.20274
-3.82057,1.24543,-1.35988,-1.54815,-0.92487,1.82418,-0.20302
-3.82161,1.24500,-1.35983,-1.54852,-0.92463,1.82450,-0.20329
-3.82265,1.24458,-1.35977,-1.54888,-0.92439,1.82481,-0.20357
-3.82368,1.24416,-1.35972,-1.54924,-0.92415,1.82512,-0.20383
-3.82472,1.24376,-1.35967,-1.54958,-0.92392,1.82543,-0.20409
-3.82575,1.24336,-1.35962,-1.54993,-0.92369,1.82572,-0.20435
-3.82679,1.24296,-1.35957,-1.55026,-0.92347,1.82602,-0.20460
-3.82783,1.24258,-1.35952,-1.55059,-0.92325,1.82631,-0.20485
-3.82886,1.24220,-1.35947,-1.55092,-0.92303,1.82659,-0.20510
-3.82990,1.24182,-1.35943,-1.55123,-0.92282,1.82687,-0.20534
-3.83093,1.24169,-1.35942,-1.55132,-0.92276,1.82696,-0.20542
-3.83197,1.24115,-1.35948,-1.55156,-0.92255,1.82737,-0.20577
-3.83301,1.24061,-1.35953,-1.55179,-0.92235,1.82777,-0.20612
-3.83404,1.24008,-1.35959,-1.55201,-0.92215,1.82817,-0.20646
-3.83508,1.23957,-1.35964,-1.55224,-0.92196,1.82856,-0.20679
-3.83611,1.23906,-1.35970,-1.55245,-0.92177,1.82894,-0.20712
-3.83715,1.23856,-1.35975,-1.55267,-0.92158,1.82931,-0.20745
-3.83819,1.23806,-1.35980,-1.55288,-0.92140,1.82968,-0.20777
-3.83922,1.23758,-1.35985,-1.55308,-0.92122,1.83005,-0.20808
-3.84026,1.23711,-1.35991,-1.55329,-0.92104,1.83040,-0.20839
-3.84129,1.23664,-1.35996,-1.55348,-0.92087,1.83075,-0.20869
-3.84233,1.23618,-1.36001,-1.55368,-0.92070,1.83110,-0.20899
-3.84336,1.23573,-1.36006,-1.55387,-0.92053,1.83144,-0.20928
-3.84440,1.23529,-1.36010,-1.55406,-0.92036,1.83177,-0.20956
-3.84544,1.23485,-1.36015,-1.55424,-0.92020,1.83210,-0.20985
-3.84647,1.23448,-1.36021,-1.55437,-0.92008,1.83238,-0.21009
-3.84751,1.23376,-1.36042,-1.55443,-0.91992,1.83292,-0.21056
-3.84854,1.23306,-1.36063,-1.55448,-0.91977,1.83345,-0.21101
-3.84958,1.23237,-1.36084,-1.55453,-0.91963,1.83397,-0.21146
-3.85062,1.23169,-1.36105,-1.55458,-0.91949,1.83448,-0.21191
-3.85165,1.23102,-1.36125,-1.55462,-0.91935,1.83499,-0.21234
-3.85269,1.23036,-1.36145,-1.55467,-0.91921,1.83548,-0.21277
-3.85372,1.22972,-1.36164,-1.55471,-0.91908,1.83597,-0.21319
-3.85476,1.22908,-1.36184,-1.55475,-0.91894,1.83645,-0.21361
-3.85580,1.22846,-1.36203,-1.55479,-0.91882,1.83692,-0.21401
-3.85683,1.22785,-1.36221,-1.55483,-0.91869,1.83738,-0.21441
-3.85787,1.22725,-1.36240,-1.55487,-0.91857,1.83784,-0.21481
-3.85890,1.22666,-1.36258,-1.55491,-0.91845,1.83828,-0.21519
-3.85994,1.22608,-1.36276,-1.55494,-0.91833,1.83872,-0.21557
-3.86098,1.22550,-1.36293,-1.55498,-0.91821,1.83915,-0.21595
-3.86201,1.22494,-1.36311,-1.55501,-0.91810,1.83958,-0.21631
-3.86305,1.22439,-1.36328,-1.55504,-0.91799,1.83999,-0.21668
-3.86408,1.22385,-1.36344,-1.55507,-0.91788,1.84040,-0.21703
-3.86512,1.22332,-1.36361,-1.55510,-0.91777,1.84081,-0.21738
-3.86616,1.22280,-1.36377,-1.55513,-0.91767,1.84120,-0.21772
-3.86719,1.22228,-1.36393,-1.55516,-0.91757,1.84159,-0.21806
-3.86823,1.22178,-1.36409,-1.55519,-0.91747,1.84197,-0.21839
-3.86926,1.22128,-1.36425,-1.55521,-0.91737,1.84235,-0.21872
-3.87030,1.22079,-1.36440,-1.55524,-0.91727,1.84272,-0.21904
-3.87134,1.22032,-1.36455,-1.55526,-0.91718,1.84308,-0.21935
-3.87237,1.21985,-1.36470,-1.55528,-0.91709,1.84344,-0.21966
-3.87341,1.21938,-1.36484,-1.55531,-0.91700,1.84379,-0.21997
-3.87444,1.21914,-1.36493,-1.55531,-0.91695,1.84398,-0.22013
-3.87548,1.21849,-1.36519,-1.55522,-0.91688,1.84447,-0.22055
-3.87652,1.21786,-1.36545,-1.55514,-0.91680,1.84494,-0.22097
-3.87755,1.21724,-1.36571,-1.55506,-0.91673,1.84541,-0.22137
-3.87859,1.21664,-1.36596,-1.55498,-0.91666,1.84587,-0.22177
-3.87962,1.21604,-1.36621,-1.55490,-0.91660,1.84633,-0.22217
-3.88066,1.21545,-1.36646,-1.55482,-0.91653,1.84677,-0.22256
-3.88169,1.21487,-1.36670,-1.55475,-0.91647,1.84721,-0.22294
-3.88273,1.21431,-1.36693,-1.55467,-0.91641,1.84764,-0.22331
-3.88377,1.21375,-1.36717,-1.55459,-0.91634,1.84806,-0.22368
-3.88480,1.21320,-1.36740,-1.55452,-0.91629,1.84848,-0.22404
-3.88584,1.21266,-1.36762,-1.55444,-0.91623,1.84889,-0.22440
-3.88687,1.21214,-1.36784,-1.55437,-0.91617,1.84929,-0.22475
-3.88791,1.21162,-1.36806,-1.55429,-0.91612,1.84969,-0.22509
-3.88895,1.21111,-1.36828,-1.55422,-0.91606,1.85007,-0.22543
-3.88998,1.21060,-1.36849,-1.55415,-0.91601,1.85045,-0.22576
-3.89102,1.21011,-1.36870,-1.55407,-0.91596,1.85083,-0.22609
-3.89205,1.20963,-1.36890,-1.55400,-0.91591,1.85120,-0.22641
-3.89309,1.20915,-1.36911,-1.55393,-0.91586,1.85156,-0.22672
-3.89413,1.20868,-1.36930,-1.55386,-0.91582,1.85192,-0.22703
-3.89516,1.20822,-1.36950,-1.55379,-0.91577,1.85227,-0.22734
-3.89620,1.20816,-1.36953,-1.55378,-0.91577,1.85231,-0.22738
-3.89723,1.20756,-1.36982,-1.55362,-0.91574,1.85277,-0.22778
-3.89827,1.20696,-1.37012,-1.55346,-0.91571,1.85323,-0.22818
-3.89931,1.20637,-1.37040,-1.55331,-0.91568,1.85367,-0.22856
-3.90034,1.20580,-1.37069,-1.55316,-0.91565,1.85411,-0.22895
-3.90138,1.20523,-1.37096,-1.55301,-0.91562,1.85454,-0.22932
-3.90241,1.20467,-1.37124,-1.55286,-0.91560,1.85497,-0.22969
-3.90345,1.20413,-1.37150,-1.55271,-0.91557,1.85538,-0.23006
-3.90449,1.20359,-1.37177,-1.55256,-0.91555,1.85579,-0.23041
-3.90552,1.20306,-1.37203,-1.55242,-0.91552,1.85619,-0.23076
-3.90656,1.20254,-1.37229,-1.55228,-0.91550,1.85659,-0.23111
-3.90759,1.20203,-1.37254,-1.55214,-0.91548,1.85697,-0.23145
-3.90863,1.20153,-1.37278,-1.55200,-0.91546,1.85736,-0.23178
-3.90967,1.20104,-1.37303,-1.55187,-0.91544,1.85773,-0.23211
-3.91070,1.20056,-1.37327,-1.55173,-0.91542,1.85810,-0.23243
-3.91174,1.20008,-1.37350,-1.55160,-0.91541,1.85846,-0.23275
-3.91277,1.19962,-1.37374,-1.55147,-0.91539,1.85882,-0.23306
-3.91381,1.19916,-1.37396,-1.55134,-0.91537,1.85917,-0.23337
-3.91485,1.19877,-1.37416,-1.55122,-0.91536,1.85946,-0.23362
-3.91588,1.19811,-1.37453,-1.55096,-0.91537,1.85996,-0.23406
-3.91692,1.19747,-1.37490,-1.55070,-0.91538,1.86045,-0.23449
-3.91795,1.19683,-1.37526,-1.55044,-0.91539,1.86094,-0.23492
-3.91899,1.19620,-1.37562,-1.55019,-0.91540,1.86141,-0.23534
-3.92002,1.19559,-1.37597,-1.54994,-0.91542,1.86188,-0.23575
-3.92106,1.19499,-1.37631,-1.54969,-0.91543,1.86234,-0.23615
-3.92210,1.19439,-1.37665,-1.54945,-0.91544,1.86279,-0.23655
-3.92313,1.19381,-1.37699,-1.54921,-0.91546,1.86323,-0.23694
-3.92417,1.19324,-1.37732,-1.54897,-0.91547,1.86367,-0.23732
-3.92520,1.19268,-1.37764,-1.54873,-0.91548,1.86410,-0.23769
-3.92624,1.19212,-1.37796,-1.54850,-0.91550,1.86452,-0.23807
-3.92728,1.19158,-1.37827,-1.54828,-0.91551,1.86493,-0.23843
-3.92831,1.19105,-1.37858,-1.54805,-0.91553,1.86534,-0.23879
-3.92935,1.19052,-1.37888,-1.54783,-0.91555,1.86574,-0.23914
-3.93038,1.19001,-1.37918,-1.54761,-0.91556,1.86613,-0.23948
-3.93142,1.18950,-1.37947,-1.54740,-0.91558,1.86652,-0.23982
-3.93246,1.18900,-1.37976,-1.54719,-0.91560,1.86690,-0.24016
-3.93349,1.18851,-1.38004,-1.54698,-0.91561,1.86727,-0.24049
-3.93453,1.18803,-1.38032,-1.54677,-0.91563,1.86763,-0.24081
-3.93556,1.18756,-1.38059,-1.54657,-0.91565,1.86799,-0.24113
-3.93660,1.18710,-1.38086,-1.54637,-0.91567,1.86835,-0.24144
-3.93764,1.18664,-1.38112,-1.54617,-0.91568,1.86870,-0.24174
-3.93867,1.18619,-1.38139,-1.54598,-0.91570,1.86904,-0.24205
-3.93971,1.18575,-1.38164,-1.54579,-0.91572,1.86937,-0.24234
-3.94074,1.18564,-1.38171,-1.54573,-0.91573,1.86946,-0.24242
-3.94178,1.18497,-1.38213,-1.54539,-0.91577,1.86997,-0.24287
-3.94282,1.18431,-1.38255,-1.54505,-0.91582,1.87047,-0.24331
-3.94385,1.18366,-1.38296,-1.54472,-0.91587,1.87097,-0.24375
-3.94489,1.18302,-1.38337,-1.54439,-0.91591,1.87145,-0.24418
-3.94592,1.18239,-1.38376,-1.54406,-0.91596,1.87193,-0.24460
-3.94696,1.18177,-1.38416,-1.54374,-0.91601,1.87240,-0.24502
-3.94800,1.18117,-1.38454,-1.54343,-0.91606,1.87286,-0.24543
-3.94903,1.18057,-1.38492,-1.54312,-0.91610,1.87331,-0.24583
-3.95007,1.17998,-1.38529,-1.54281,-0.91615,1.87376,-0.24622
-3.95110,1.17941,-1.38566,-1.54251,-0.91620,1.87420,-0.24661
-3.95214,1.17885,-1.38602,-1.54221,-0.91624,1.87463,-0.24699
-3.95318,1.17829,-1.38637,-1.54192,-0.91629,1.87505,-0.24737
-3.95421,1.17775,-1.38672,-1.54163,-0.91634,1.87546,-0.24773
-3.95525,1.17721,-1.38706,-1.54134,-0.91638,1.87587,-0.24810
-3.95628,1.17668,-1.38740,-1.54106,-0.91643,1.87627,-0.24845
-3.95732,1.17617,-1.38773,-1.54078,-0.91648,1.87667,-0.24880
-3.95835,1.17566,-1.38806,-1.54051,-0.91652,1.87706,-0.24915
-3.95939,1.17516,-1.38838,-1.54024,-0.91657,1.87744,-0.24948
-3.96043,1.17467,-1.38869,-1.53998,-0.91662,1.87781,-0.24982
-3.96146,1.17419,-1.38900,-1.53971,-0.91666,1.87818,-0.25014
-3.96250,1.17371,-1.38931,-1.53946,-0.91671,1.87854,-0.25046
-3.96353,1.17325,-1.38961,-1.53920,-0.91675,1.87889,-0.25078
-3.96457,1.17279,-1.38990,-1.53895,-0.91680,1.87924,-0.25109
-3.96561,1.17234,-1.39019,-1.53871,-0.91684,1.87959,-0.25139
-3.96664,1.17190,-1.39048,-1.53846,-0.91689,1.87992,-0.25169
-3.96768,1.17147,-1.39076,-1.53823,-0.91693,1.88025,-0.25199
-3.96871,1.17104,-1.39103,-1.53799,-0.91698,1.88058,-0.25228
-3.96975,1.17090,-1.39113,-1.53791,-0.91699,1.88069,-0.25238
-3.97079,1.17030,-1.39153,-1.53757,-0.91705,1.88115,-0.25278
-3.97182,1.16971,-1.39192,-1.53723,-0.91712,1.88159,-0.25318
-3.97286,1.16913,-1.39230,-1.53690,-0.91718,1.88203,-0.25357
-3.97389,1.16856,-1.39268,-1.53657,-0.91724,1.88246,-0.25396
-3.97493,1.16801,-1.39305,-1.53625,-0.91730,1.88289,-0.25433
-3.97597,1.16746,-1.39342,-1.53593,-0.91736,1.88330,-0.25471
-3.97700,1.16692,-1.39378,-1.53562,-0.91743,1.88371,-0.25507
-3.97804,1.16639,-1.39413,-1.53531,-0.91749,1.88411,-0.25543
-3.97907,1.16587,-1.39448,-1.53501,-0.91755,1.88451,-0.25578
-3.98011,1.16536,-1.39482,-1.53471,-0.91761,1.88490,-0.25613
-3.98115,1.16486,-1.39516,-1.53442,-0.91767,1.88528,-0.25647
-3.98218,1.16437,-1.39549,-1.53412,-0.91773,1.88565,-0.25681
-3.98322,1.16389,-1.39581,-1.53384,-0.91778,1.88602,-0.25714
-3.98425,1.16341,-1.39613,-1.53356,-0.91784,1.88638,-0.25746
-3.98529,1.16294,-1.39645,-1.53328,-0.91790,1.88674,-0.25778
-3.98633,1.16249,-1.39676,-1.53301,-0.91796,1.88709,-0.25809
-3.98736,1.16203,-1.39706,-1.53274,-0.91802,1.88743,-0.25840
-3.98840,1.16159,-1.39736,-1.53247,-0.91807,1.88777,-0.25870
-3.98943,1.16116,-1.39766,-1.53221,-0.91813,1.88811,-0.25900
-3.99047,1.16073,-1.39795,-1.53195,-0.91819,1.88843,-0.25929
-3.99151,1.16031,-1.39823,-1.53170,-0.91824,1.88875,-0.25958
-3.99254,1.16005,-1.39841,-1.53154,-0.91828,1.88895,-0.25976
-3.99358,1.15952,-1.39878,-1.53121,-0.91835,1.88935,-0.26012
-3.99461,1.15900,-1.39913,-1.53088,-0.91842,1.88975,-0.26047
-3.99565,1.15849,-1.39949,-1.53057,-0.91849,1.89013,-0.26082
-3.99668,1.15799,-1.39984,-1.53025,-0.91856,1.89051,-0.26116
-3.99772,1.15750,-1.40018,-1.52994,-0.91863,1.89089,-0.26150
-3.99876,1.15702,-1.40051,-1.52964,-0.91870,1.89125,-0.26183
-3.99979,1.15655,-1.40085,-1.52934,-0.91877,1.89161,-0.26215
-4.00083,1.15608,-1.40117,-1.52904,-0.91884,1.89197,-0.26247
-4.00186,1.15562,-1.40149,-1.52875,-0.91890,1.89232,-0.26278
-4.00290,1.15517,-1.40181,-1.52846,-0.91897,1.89266,-0.26309
-4.00394,1.15473,-1.40211,-1.52818,-0.91904,1.89300,-0.26339
-4.00497,1.15430,-1.40242,-1.52790,-0.91910,1.89333,-0.26369
-4.00601,1.15387,-1.40272,-1.52762,-0.91917,1.89365,-0.26398
-4.00704,1.15345,-1.40301,-1.52735,-0.91923,1.89397,-0.26427
-4.00808,1.15304,-1.40330,-1.52708,-0.91930,1.89428,-0.26455
-4.00912,1.15290,-1.40341,-1.52699,-0.91932,1.89440,-0.26465
-4.01015,1.15226,-1.40387,-1.52656,-0.91942,1.89488,-0.26509
-4.01119,1.15163,-1.40432,-1.52615,-0.91951,1.89535,-0.26552
-4.01222,1.15102,-1.40477,-1.52573,-0.91961,1.89582,-0.26594
-4.01326,1.15042,-1.40520,-1.52533,-0.91970,1.89627,-0.26635
-4.01430,1.14982,-1.40563,-1.52493,-0.91980,1.89672,-0.26676
-4.01533,1.14924,-1.40606,-1.52453,-0.91989,1.89716,-0.26716
-4.01637,1.14867,-1.40647,-1.52415,-0.91999,1.89760,-0.26755
-4.01740,1.14811,-1.40688,-1.52376,-0.92008,1.89802,-0.26793
-4.01844,1.14756,-1.40729,-1.52339,-0.92017,1.89844,-0.26831
-4.01948,1.14701,-1.40768,-1.52302,-0.92026,1.89885,-0.26868
-4.02051,1.14648,-1.40807,-1.52265,-0.92035,1.89926,-0.26905
-4.02155,1.14596,-1.40846,-1.52229,-0.92044,1.89965,-0.26941
-4.02258,1.14544,-1.40883,-1.52193,-0.92053,1.90004,-0.26976
-4.02362,1.14494,-1.40921,-1.52158,-0.92061,1.90043,-0.27011
-4.02466,1.14444,-1.40957,-1.52124,-0.92070,1.90080,-0.27045
-4.02569,1.14395,-1.40993,-1.52090,-0.92079,1.90118,-0.27079
-4.02673,1.14348,-1.41028,-1.52057,-0.92087,1.90154,-0.27112
-4.02776,1.14301,-1.41063,-1.52024,-0.92096,1.90190,-0.27144
-4.02880,1.14254,-1.41097,-1.51991,-0.92104,1.90225,-0.27176
-4.02984,1.14209,-1.41131,-1.51959,-0.92113,1.90259,-0.27208
-4.03087,1.14164,-1.41164,-1.51928,-0.92121,1.90293,-0.27238
-4.03191,1.14120,-1.41196,-1.51897,-0.92129,1.90327,-0.27269
-4.03294,1.14077,-1.41228,-1.51866,-0.92137,1.90359,-0.27299
-4.03398,1.14035,-1.41259,-1.51836,-0.92145,1.90392,-0.27328
-4.03502,1.13993,-1.41290,-1.51806,-0.92153,1.90423,-0.27357
-4.03605,1.13952,-1.41320,-1.51777,-0.92161,1.90455,-0.27385
-4.03709,1.13912,-1.41350,-1.51748,-0.92169,1.90485,-0.27413
-4.03812,1.13895,-1.41363,-1.51736,-0.92172,1.90498,-0.27425
-4.03916,1.13840,-1.41404,-1.51697,-0.92182,1.90540,-0.27463
-4.04019,1.13785,-1.41445,-1.51659,-0.92192,1.90581,-0.27500
-4.04123,1.13732,-1.41485,-1.51621,-0.92201,1.90622,-0.27537
-4.04227,1.13680,-1.41524,-1.51584,-0.92211,1.90661,-0.27573
-4.04330,1.13629,-1.41562,-1.51547,-0.92221,1.90700,-0.27609
-4.04434,1.13578,-1.41600,-1.51511,-0.92230,1.90738,-0.27643
-4.04537,1.13528,-1.41637,-1.51475,-0.92239,1.90776,-0.27678
-4.04641,1.13480,-1.41674,-1.51440,-0.92249,1.90813,-0.27712
-4.04745,1.13432,-1.41710,-1.51406,-0.92258,1.90849,-0.27745
-4.04848,1.13385,-1.41745,-1.51372,-0.92267,1.90885,-0.27777
-4.04952,1.13339,-1.41780,-1.51338,-0.92276,1.90920,-0.27809
-4.05055,1.13293,-1.41814,-1.51305,-0.92285,1.90954,-0.27841
-4.05159,1.13249,-1.41848,-1.51273,-0.92294,1.90988,-0.27872
-4.05263,1.13205,-1.41881,-1.51241,-0.92302,1.91021,-0.27902
-4.05366,1.13162,-1.41913,-1.51209,-0.92311,1.91054,-0.27932
-4.05470,1.13120,-1.41945,-1.51178,-0.92320,1.91086,-0.27961
-4.05573,1.13078,-1.41977,-1.51147,-0.92328,1.91118,-0.27990
-4.05677,1.13037,-1.42008,-1.51117,-0.92337,1.91149,-0.28019
-4.05781,1.12997,-1.42038,-1.51088,-0.92345,1.91179,-0.28047
-4.05884,1.12958,-1.42068,-1.51058,-0.92353,1.91209,-0.28074
-4.05988,1.12952,-1.42073,-1.51054,-0.92354,1.91214,-0.28078
-4.06091,1.12896,-1.42115,-1.51014,-0.92365,1.91256,-0.28117
-4.06195,1.12841,-1.42157,-1.50974,-0.92375,1.91297,-0.28155
-4.06299,1.12787,-1.42198,-1.50935,-0.92386,1.91338,-0.28192
-4.06402,1.12734,-1.42238,-1.50896,-0.92396,1.91378,-0.28229
-4.06506,1.12682,-1.42278,-1.50858,-0.92406,1.91418,-0.28265
-4.06609,1.12631,-1.42317,-1.50820,-0.92416,1.91456,-0.28301
-4.06713,1.12581,-1.42355,-1.50783,-0.92426,1.91494,-0.28336
-4.06817,1.12531,-1.42393,-1.50747,-0.92436,1.91532,-0.28370
-4.06920,1.12483,-1.42430,-1.50711,-0.92446,1.91568,-0.28404
-4.07024,1.12435,-1.42467,-1.50676,-0.92456,1.91604,-0.28437
-4.07127,1.12388,-1.42503,-1.50641,-0.92466,1.91640,-0.28470
-4.07231,1.12342,-1.42538,-1.50606,-0.92475,1.91675,-0.28502
-4.07335,1.12297,-1.42573,-1.50573,-0.92485,1.91709,-0.28533
-4.07438,1.12253,-1.42607,-1.50539,-0.92494,1.91742,-0.28564
-4.07542,1.12209,-1.42641,-1.50507,-0.92503,1.91776,-0.28595
-4.07645,1.12166,-1.42674,-1.50474,-0.92513,1.91808,-0.28624
-4.07749,1.12124,-1.42706,-1.50442,-0.92522,1.91840,-0.28654
-4.07852,1.12083,-1.42738,-1.50411,-0.92531,1.91871,-0.28683
-4.07956,1.12042,-1.42769,-1.50380,-0.92540,1.91902,-0.28711
-4.08060,1.12002,-1.42800,-1.50350,-0.92549,1.91932,-0.28739
-4.08163,1.11963,-1.42831,-1.50320,-0.92557,1.91962,-0.28767
-4.08267,1.11939,-1.42850,-1.50301,-0.92563,1.91981,-0.28784
-4.08370,1.11889,-1.42888,-1.50263,-0.92573,1.92018,-0.28818
-4.08474,1.11841,-1.42926,-1.50226,-0.92584,1.92054,-0.28852
-4.08578,1.11793,-1.42964,-1.50190,-0.92594,1.92090,-0.28885
-4.08681,1.11747,-1.43000,-1.50153,-0.92604,1.92126,-0.28918
-4.08785,1.11701,-1.43036,-1.50118,-0.92615,1.92161,-0.28950
-4.08888,1.11656,-1.43072,-1.50083,-0.92625,1.92195,-0.28982
-4.08992,1.11611,-1.43107,-1.50048,-0.92635,1.92228,-0.29013
-4.09096,1.11568,-1.43141,-1.50014,-0.92645,1.92261,-0.29043
-4.09199,1.11525,-1.43175,-1.49981,-0.92654,1.92294,-0.29073
-4.09303,1.11483,-1.43208,-1.49948,-0.92664,1.92325,-0.29103
-4.09406,1.11441,-1.43241,-1.49915,-0.92674,1.92357,-0.29132
-4.09510,1.11401,-1.43273,-1.49883,-0.92683,1.92387,-0.29160
-4.09614,1.11361,-1.43304,-1.49852,-0.92693,1.92418,-0.29188
-4.09717,1.11322,-1.43335,-1.49821,-0.92702,1.92447,-0.29216
-4.09821,1.11283,-1.43366,-1.49790,-0.92711,1.92477,-0.29243
-4.09924,1.11274,-1.43374,-1.49783,-0.92713,1.92484,-0.29249
-4.10028,1.11217,-1.43420,-1.49737,-0.92726,1.92527,-0.29289
-4.10132,1.11161,-1.43465,-1.49692,-0.92739,1.92569,-0.29328
-4.10235,1.11106,-1.43510,-1.49648,-0.92751,1.92610,-0.29367
-4.10339,1.11052,-1.43553,-1.49605,-0.92764,1.92651,-0.29405
-4.10442,1.10998,-1.43596,-1.49562,-0.92776,1.92691,-0.29442
-4.10546,1.10946,-1.43639,-1.49520,-0.92789,1.92730,-0.29479
-4.10650,1.10895,-1.43680,-1.49478,-0.92801,1.92769,-0.29514
-4.10753,1.10845,-1.43721,-1.49437,-0.92813,1.92807,-0.29550
-4.10857,1.10795,-1.43762,-1.49397,-0.92825,1.92844,-0.29584
-4.10960,1.10747,-1.43801,-1.49357,-0.92836,1.92881,-0.29619
-4.11064,1.10699,-1.43840,-1.49318,-0.92848,1.92917,-0.29652
-4.11168,1.10652,-1.43878,-1.49279,-0.92860,1.92952,-0.29685
-4.11271,1.10606,-1.43916,-1.49241,-0.92871,1.92987,-0.29717
-4.11375,1.10561,-1.43953,-1.49204,-0.92882,1.93021,-0.29749
-4.11478,1.10517,-1.43989,-1.49167,-0.92894,1.93054,-0.29781
-4.11582,1.10473,-1.44025,-1.49131,-0.92905,1.93087,-0.29811
-4.11685,1.10430,-1.44060,-1.49095,-0.92916,1.93120,-0.29842
-4.11789,1.10388,-1.44095,-1.49060,-0.92927,1.93151,-0.29871
-4.11893,1.10347,-1.44129,-1.49025,-0.92937,1.93183,-0.29900
-4.11996,1.10306,-1.44163,-1.48991,-0.92948,1.93213,-0.29929
-4.12100,1.10266,-1.44195,-1.48957,-0.92958,1.93244,-0.29957
-4.12203,1.10227,-1.44228,-1.48924,-0.92969,1.93273,-0.29985
-4.12307,1.10188,-1.44260,-1.48891,-0.92979,1.93302,-0.30012
-4.12411,1.10150,-1.44291,-1.48859,-0.92989,1.93331,-0.30039
-4.12514,1.10126,-1.44311,-1.48838,-0.92996,1.93349,-0.30056
-4.12618,1.10072,-1.44357,-1.48792,-0.93010,1.93390,-0.30095
-4.12721,1.10018,-1.44401,-1.48747,-0.93023,1.93430,-0.30132
-4.12825,1.09966,-1.44446,-1.48702,-0.93037,1.93470,-0.30169
-4.12929,1.09914,-1.44489,-1.48658,-0.93050,1.93508,-0.30206
-4.13032,1.09864,-1.44532,-1.48614,-0.93063,1.93547,-0.30241
-4.13136,1.09814,-1.44574,-1.48571,-0.93076,1.93584,-0.30277
-4.13239,1.09765,-1.44615,-1.48529,-0.93089,1.93621,-0.30311
-4.13343,1.09717,-1.44655,-1.48487,-0.93102,1.93657,-0.30345
-4.13447,1.09670,-1.44695,-1.48446,-0.93115,1.93692,-0.30378
-4.13550,1.09623,-1.44735,-1.48406,-0.93128,1.93727,-0.30411
-4.13654,1.09578,-1.44773,-1.48366,-0.93140,1.93762,-0.30443
-4.13757,1.09533,-1.44811,-1.48327,-0.93152,1.93795,-0.30475
-4.13861,1.09489,-1.44848,-1.48288,-0.93165,1.93828,-0.30506
-4.13965,1.09446,-1.44885,-1.48250,-0.93177,1.93861,-0.30537
-4.14068,1.09404,-1.44921,-1.48213,-0.93189,1.93893,-0.30567
-4.14172,1.09362,-1.44957,-1.48176,-0.93200,1.93924,-0.30596
-4.14275,1.09321,-1.44992,-1.48140,-0.93212,1.93955,-0.30625
-4.14379,1.09281,-1.45026,-1.48104,-0.93224,1.93985,-0.30654
-4.14483,1.09242,-1.45060,-1.48068,-0.93235,1.94015,-0.30682
-4.14586,1.09203,-1.45093,-1.48034,-0.93246,1.94044,-0.30710
-4.14690,1.09165,-1.45125,-1.48000,-0.93258,1.94073,-0.30737
-4.14793,1.09127,-1.45157,-1.47966,-0.93269,1.94101,-0.30763
-4.14897,1.09090,-1.45189,-1.47933,-0.93280,1.94129,-0.30790
-4.15001,1.09081,-1.45197,-1.47924,-0.93282,1.94136,-0.30796
-4.15104,1.09025,-1.45245,-1.47875,-0.93297,1.94178,-0.30836
-4.15208,1.08970,-1.45293,-1.47826,-0.93312,1.94219,-0.30875
-4.15311,1.08916,-1.45339,-1.47779,-0.93327,1.94260,-0.30913
-4.15415,1.08862,-1.45385,-1.47731,-0.93342,1.94300,-0.30951
-4.15518,1.08810,-1.45430,-1.47685,-0.93356,1.94339,-0.30988
-4.15622,1.08759,-1.45475,-1.47639,-0.93370,1.94378,-0.31025
-4.15726,1.08708,-1.45518,-1.47594,-0.93385,1.94415,-0.31060
-4.15829,1.08659,-1.45561,-1.47549,-0.93399,1.94453,-0.31096
-4.15933,1.08610,-1.45603,-1.47506,-0.93413,1.94489,-0.31130
-4.16036,1.08562,-1.45645,-1.47463,-0.93426,1.94525,-0.31164
-4.16140,1.08516,-1.45686,-1.47420,-0.93440,1.94560,-0.31198
-4.16244,1.08469,-1.45726,-1.47378,-0.93453,1.94595,-0.31231
-4.16347,1.08424,-1.45765,-1.47337,-0.93467,1.94629,-0.31263
-4.16451,1.08380,-1.45804,-1.47296,-0.93480,1.94662,-0.31295
-4.16554,1.08336,-1.45842,-1.47256,-0.93493,1.94695,-0.31326
-4.16658,1.08293,-1.45880,-1.47217,-0.93506,1.94727,-0.31356
-4.16762,1.08251,-1.45917,-1.47178,-0.93518,1.94759,-0.31387
-4.16865,1.08209,-1.45953,-1.47140,-0.93531,1.94790,-0.31416
-4.16969,1.08169,-1.45989,-1.47102,-0.93544,1.94821,-0.31445
-4.17072,1.08129,-1.46024,-1.47065,-0.93556,1.94851,-0.31474
-4.17176,1.08090,-1.46058,-1.47029,-0.93568,1.94880,-0.31502
-4.17280,1.08051,-1.46092,-1.46993,-0.93580,1.94909,-0.31530
-4.17383,1.08013,-1.46125,-1.46957,-0.93592,1.94938,-0.31557
-4.17487,1.07976,-1.46158,-1.46922,-0.93604,1.94966,-0.31583
-4.17590,1.07939,-1.46190,-1.46888,-0.93616,1.94993,-0.31610
-4.17694,1.07902,-1.46223,-1.46853,-0.93627,1.95021,-0.31636
-4.17798,1.07854,-1.46267,-1.46807,-0.93642,1.95058,-0.31671
-4.17901,1.07807,-1.46309,-1.46762,-0.93657,1.95093,-0.31705
-4.18005,1.07760,-1.46351,-1.46717,-0.93672,1.95128,-0.31738
-4.18108,1.07714,-1.46392,-1.46673,-0.93686,1.95162,-0.31771
-4.18212,1.07669,-1.46433,-1.46630,-0.93701,1.95196,-0.31803
-4.18316,1.07625,-1.46473,-1.46587,-0.93715,1.95229,-0.31834
-4.18419,1.07582,-1.46512,-1.46546,-0.93729,1.95261,-0.31865
-4.18523,1.07540,-1.46551,-1.46504,-0.93743,1.95293,-0.31896
-4.18626,1.07498,-1.46588,-1.46464,-0.93757,1.95324,-0.31926
-4.18730,1.07457,-1.46626,-1.46423,-0.93770,1.95355,-0.31955
-4.18834,1.07416,-1.46662,-1.46384,-0.93783,1.95385,-0.31984
-4.18937,1.07377,-1.46698,-1.46345,-0.93797,1.95415,-0.32013
-4.19041,1.07338,-1.46734,-1.46307,-0.93810,1.95444,-0.32041
-4.19144,1.07300,-1.46769,-1.46269,-0.93823,1.95473,-0.32068
-4.19248,1.07262,-1.46803,-1.46232,-0.93836,1.95501,-0.32095
-4.19351,1.07225,-1.46836,-1.46195,-0.93848,1.95529,-0.32122
-4.19455,1.07189,-1.46870,-1.46159,-0.93861,1.95556,-0.32148
-4.19559,1.07154,-1.46902,-1.46124,-0.93873,1.95583,-0.32173
-4.19662,1.07127,-1.46927,-1.46097,-0.93883,1.95603,-0.32192
-4.19766,1.07073,-1.46979,-1.46039,-0.93902,1.95643,-0.32231
-4.19869,1.07020,-1.47031,-1.45982,-0.93922,1.95683,-0.32269
-4.19973,1.06968,-1.47082,-1.45925,-0.93941,1.95722,-0.32307
-4.20077,1.06917,-1.47132,-1.45870,-0.93960,1.95760,-0.32343
-4.20180,1.06866,-1.47181,-1.45815,-0.93978,1.95798,-0.32379
-4.20284,1.06817,-1.47230,-1.45761,-0.93997,1.95834,-0.32415
-4.20387,1.06768,-1.47277,-1.45708,-0.94015,1.95871,-0.32450
-4.20491,1.06721,-1.47324,-1.45655,-0.94033,1.95906,-0.32484
-4.20595,1.06674,-1.47370,-1.45604,-0.94051,1.95941,-0.32518
-4.20698,1.06628,-1.47415,-1.45553,-0.94069,1.95976,-0.32551
-4.20802,1.06583,-1.47460,-1.45503,-0.94086,1.96009,-0.32583
-4.20905,1.06538,-1.47504,-1.45454,-0.94104,1.96043,-0.32615
-4.21009,1.06495,-1.47547,-1.45405,-0.94121,1.96075,-0.32647
-4.21113,1.06452,-1.47589,-1.45358,-0.94138,1.96107,-0.32678
-4.21216,1.06410,-1.47631,-1.45311,-0.94154,1.96139,-0.32708
-4.21320,1.06369,-1.47671,-1.45264,-0.94171,1.96170,-0.32738
-4.21423,1.06328,-1.47712,-1.45219,-0.94187,1.96200,-0.32767
-4.21527,1.06288,-1.47751,-1.45174,-0.94203,1.96230,-0.32796
-4.21631,1.06249,-1.47790,-1.45130,-0.94219,1.96259,-0.32824
-4.21734,1.06211,-1.47828,-1.45086,-0.94235,1.96288,-0.32852
-4.21838,1.06173,-1.47866,-1.45043,-0.94251,1.96316,-0.32880
-4.21941,1.06136,-1.47903,-1.45001,-0.94266,1.96344,-0.32907
-4.22045,1.06099,-1.47939,-1.44959,-0.94281,1.96371,-0.32933
-4.22149,1.06064,-1.47975,-1.44918,-0.94296,1.96398,-0.32959
-4.22252,1.06028,-1.48010,-1.44878,-0.94311,1.96425,-0.32985
-4.22356,1.05994,-1.48045,-1.44838,-0.94326,1.96451,-0.33010
-4.22459,1.05960,-1.48078,-1.44799,-0.94340,1.96476,-0.33034
-4.22563,1.05927,-1.48112,-1.44760,-0.94355,1.96501,-0.33059
-4.22667,1.05919,-1.48119,-1.44752,-0.94358,1.96507,-0.33064
-4.22770,1.05879,-1.48160,-1.44705,-0.94375,1.96536,-0.33093
-4.22874,1.05840,-1.48200,-1.44658,-0.94392,1.96565,-0.33121
-4.22977,1.05802,-1.48239,-1.44613,-0.94408,1.96594,-0.33149
-4.23081,1.05764,-1.48278,-1.44568,-0.94425,1.96622,-0.33176
-4.23185,1.05727,-1.48316,-1.44524,-0.94441,1.96650,-0.33203
-4.23288,1.05691,-1.48354,-1.44480,-0.94457,1.96677,-0.33230
-4.23392,1.05655,-1.48391,-1.44437,-0.94473,1.96704,-0.33256
-4.23495,1.05620,-1.48427,-1.44395,-0.94489,1.96730,-0.33281
-4.23599,1.05586,-1.48462,-1.44353,-0.94504,1.96756,-0.33306
-4.23702,1.05552,-1.48497,-1.44312,-0.94520,1.96782,-0.33331
-4.23806,1.05518,-1.48532,-1.44272,-0.94535,1.96806,-0.33355
-4.23910,1.05486,-1.48566,-1.44232,-0.94550,1.96831,-0.33379
-4.24013,1.05476,-1.48576,-1.44220,-0.94554,1.96839,-0.33387
-4.24117,1.05439,-1.48614,-1.44175,-0.94571,1.96866,-0.33413
-4.24220,1.05403,-1.48652,-1.44132,-0.94587,1.96893,-0.33440
-4.24324,1.05367,-1.48689,-1.44088,-0.94603,1.96920,-0.33466
-4.24428,1.05332,-1.48725,-1.44046,-0.94619,1.96946,-0.33491
-4.24531,1.05298,-1.48761,-1.44004,-0.94635,1.96972,-0.33516
-4.24635,1.05264,-1.48796,-1.43963,-0.94650,1.96997,-0.33541
-4.24738,1.05231,-1.48831,-1.43922,-0.94665,1.97022,-0.33565
-4.24842,1.05199,-1.48864,-1.43882,-0.94680,1.97046,-0.33588
-4.24946,1.05189,-1.48875,-1.43870,-0.94685,1.97053,-0.33596
-4.25049,1.05156,-1.48909,-1.43830,-0.94700,1.97078,-0.33620
-4.25153,1.05123,-1.48943,-1.43791,-0.94715,1.97102,-0.33643
-4.25256,1.05120,-1.48946,-1.43787,-0.94716,1.97105,-0.33646
-4.25360,1.05087,-1.48980,-1.43747,-0.94731,1.97130,-0.33670
-4.25464,1.05054,-1.49014,-1.43708,-0.94746,1.97154,-0.33694
-4.25567,1.05049,-1.49019,-1.43702,-0.94748,1.97158,-0.33698
-4.25671,1.04996,-1.49070,-1.43647,-0.94767,1.97197,-0.33736
-4.25774,1.04944,-1.49120,-1.43592,-0.94785,1.97236,-0.33774
-4.25878,1.04893,-1.49170,-1.43538,-0.94804,1.97273,-0.33811
-4.25982,1.04843,-1.49218,-1.43485,-0.94822,1.97310,-0.33847
-4.26085,1.04794,-1.49266,-1.43433,-0.94840,1.97347,-0.33883
-4.26189,1.04746,-1.49313,-1.43381,-0.94858,1.97383,-0.33918
-4.26292,1.04699,-1.49359,-1.43331,-0.94876,1.97418,-0.33952
-4.26396,1.04652,-1.49405,-1.43281,-0.94893,1.97452,-0.33986
-4.26500,1.04606,-1.49449,-1.43232,-0.94911,1.97486,-0.34020
-4.26603,1.04561,-1.49493,-1.43183,-0.94928,1.97520,-0.34052
-4.26707,1.04517,-1.49536,-1.43136,-0.94945,1.97552,-0.34084
-4.26810,1.04474,-1.49579,-1.43089,-0.94962,1.97585,-0.34116
-4.26914,1.04432,-1.49621,-1.43042,-0.94978,1.97616,-0.34147
-4.27018,1.04390,-1.49662,-1.42997,-0.94994,1.97647,-0.34178
-4.27121,1.04349,-1.49702,-1.42952,-0.95011,1.97678,-0.34208
-4.27225,1.04309,-1.49742,-1.42908,-0.95027,1.97708,-0.34237
-4.27328,1.04269,-1.49781,-1.42864,-0.95042,1.97737,-0.34266
-4.27432,1.04230,-1.49819,-1.42821,-0.95058,1.97766,-0.34295
-4.27535,1.04192,-1.49857,-1.42779,-0.95073,1.97795,-0.34323
-4.27639,1.04155,-1.49894,-1.42737,-0.95089,1.97823,-0.34350
-4.27743,1.04118,-1.49930,-1.42696,-0.95104,1.97850,-0.34377
-4.27846,1.04082,-1.49966,-1.42656,-0.95119,1.97877,-0.34404
-4.27950,1.04046,-1.50001,-1.42616,-0.95133,1.97903,-0.34430
-4.28053,1.04011,-1.50036,-1.42577,-0.95148,1.97929,-0.34455
-4.28157,1.03977,-1.50070,-1.42538,-0.95162,1.97955,-0.34481
-4.28261,1.03943,-1.50104,-1.42500,-0.95176,1.97980,-0.34505
-4.28364,1.03909,-1.50137,-1.42462,-0.95191,1.98005,-0.34530
-4.28468,1.03869,-1.50176,-1.42420,-0.95206,1.98035,-0.34560
-4.28571,1.03829,-1.50214,-1.42378,-0.95221,1.98065,-0.34589
-4.28675,1.03790,-1.50252,-1.42336,-0.95236,1.98094,-0.34618
-4.28779,1.03752,-1.50289,-1.42295,-0.95251,1.98122,-0.34646
-4.28882,1.03715,-1.50326,-1.42255,-0.95265,1.98150,-0.34673
-4.28986,1.03678,-1.50361,-1.42216,-0.95280,1.98177,-0.34700
-4.29089,1.03641,-1.50397,-1.42177,-0.95294,1.98204,-0.34727
-4.29193,1.03606,-1.50431,-1.42138,-0.95308,1.98231,-0.34753
-4.29297,1.03571,-1.50465,-1.42101,-0.95322,1.98257,-0.34779
-4.29400,1.03537,-1.50499,-1.42063,-0.95335,1.98282,-0.34804
-4.29504,1.03503,-1.50532,-1.42027,-0.95349,1.98308,-0.34829
-4.29607,1.03479,-1.50554,-1.42002,-0.95358,1.98325,-0.34847
-4.29711,1.03412,-1.50616,-1.41940,-0.95378,1.98375,-0.34896
-4.29815,1.03345,-1.50676,-1.41879,-0.95397,1.98424,-0.34945
-4.29918,1.03279,-1.50736,-1.41819,-0.95416,1.98472,-0.34993
-4.30022,1.03215,-1.50794,-1.41760,-0.95436,1.98520,-0.35040
-4.30125,1.03152,-1.50852,-1.41701,-0.95455,1.98566,-0.35086
-4.30229,1.03090,-1.50908,-1.41644,-0.95474,1.98612,-0.35131
-4.30333,1.03030,-1.50964,-1.41587,-0.95492,1.98656,-0.35176
-4.30436,1.02970,-1.51019,-1.41531,-0.95511,1.98700,-0.35220
-4.30540,1.02911,-1.51073,-1.41476,-0.95529,1.98744,-0.35263
-4.30643,1.02854,-1.51126,-1.41422,-0.95547,1.98786,-0.35305
-4.30747,1.02797,-1.51178,-1.41368,-0.95565,1.98828,-0.35347
-4.30851,1.02742,-1.51229,-1.41315,-0.95583,1.98869,-0.35387
-4.30954,1.02687,-1.51279,-1.41263,-0.95601,1.98909,-0.35427
-4.31058,1.02634,-1.51329,-1.41212,-0.95618,1.98948,-0.35467
-4.31161,1.02581,-1.51377,-1.41161,-0.95635,1.98987,-0.35506
-4.31265,1.02530,-1.51425,-1.41112,-0.95652,1.99025,-0.35544
-4.31368,1.02479,-1.51472,-1.41063,-0.95669,1.99062,-0.35581
-4.31472,1.02429,-1.51519,-1.41014,-0.95686,1.99099,-0.35618
-4.31576,1.02381,-1.51564,-1.40967,-0.95702,1.99135,-0.35654
-4.31679,1.02333,-1.51609,-1.40920,-0.95719,1.99171,-0.35689
-4.31783,1.02286,-1.51653,-1.40874,-0.95735,1.99205,-0.35724
-4.31886,1.02239,-1.51696,-1.40828,-0.95751,1.99240,-0.35758
-4.31990,1.02194,-1.51739,-1.40783,-0.95767,1.99273,-0.35792
-4.32094,1.02149,-1.51781,-1.40739,-0.95782,1.99306,-0.35825
-4.32197,1.02106,-1.51822,-1.40696,-0.95798,1.99339,-0.35858
-4.32301,1.02063,-1.51862,-1.40653,-0.95813,1.99370,-0.35890
-4.32404,1.02020,-1.51902,-1.40610,-0.95828,1.99402,-0.35921
-4.32508,1.01979,-1.51941,-1.40569,-0.95843,1.99432,-0.35952
-4.32612,1.01938,-1.51979,-1.40528,-0.95858,1.99462,-0.35982
-4.32715,1.01898,-1.52017,-1.40487,-0.95873,1.99492,-0.36012
-4.32819,1.01859,-1.52054,-1.40448,-0.95887,1.99521,-0.36041
-4.32922,1.01820,-1.52091,-1.40408,-0.95902,1.99550,-0.36070
-4.33026,1.01782,-1.52127,-1.40370,-0.95916,1.99578,-0.36098
-4.33130,1.01745,-1.52162,-1.40332,-0.95930,1.99605,-0.36126
-4.33233,1.01709,-1.52197,-1.40294,-0.95944,1.99633,-0.36153
-4.33337,1.01673,-1.52231,-1.40257,-0.95958,1.99659,-0.36180
-4.33440,1.01638,-1.52265,-1.40221,-0.95971,1.99685,-0.36206
-4.33544,1.01603,-1.52298,-1.40185,-0.95985,1.99711,-0.36232
-4.33648,1.01569,-1.52330,-1.40150,-0.95998,1.99736,-0.36258
-4.33751,1.01534,-1.52364,-1.40113,-0.96011,1.99762,-0.36284
-4.33855,1.01482,-1.52412,-1.40064,-0.96028,1.99801,-0.36323
-4.33958,1.01431,-1.52459,-1.40015,-0.96045,1.99838,-0.36360
-4.34062,1.01381,-1.52506,-1.39968,-0.96061,1.99875,-0.36398
-4.34166,1.01332,-1.52551,-1.39920,-0.96078,1.99911,-0.36434
-4.34269,1.01284,-1.52596,-1.39874,-0.96094,1.99946,-0.36470
-4.34373,1.01237,-1.52640,-1.39828,-0.96110,1.99981,-0.36505
-4.34476,1.01190,-1.52684,-1.39783,-0.96126,2.00015,-0.36540
-4.34580,1.01145,-1.52727,-1.39738,-0.96141,2.00049,-0.36574
-4.34684,1.01100,-1.52769,-1.39695,-0.96157,2.00082,-0.36607
-4.34787,1.01056,-1.52810,-1.39651,-0.96172,2.00114,-0.36640
-4.34891,1.01013,-1.52850,-1.39609,-0.96187,2.00146,-0.36672
-4.34994,1.00970,-1.52890,-1.39567,-0.96202,2.00177,-0.36704
-4.35098,1.00929,-1.52930,-1.39526,-0.96217,2.00208,-0.36735
-4.35201,1.00888,-1.52968,-1.39485,-0.96232,2.00238,-0.36766
-4.35305,1.00848,-1.53006,-1.39445,-0.96247,2.00268,-0.36796
-4.35409,1.00808,-1.53044,-1.39405,-0.96261,2.00297,-0.36825
-4.35512,1.00770,-1.53080,-1.39366,-0.96275,2.00325,-0.36854
-4.35616,1.00732,-1.53116,-1.39328,-0.96289,2.00353,-0.36883
-4.35719,1.00694,-1.53152,-1.39290,-0.96303,2.00381,-0.36911
-4.35823,1.00658,-1.53187,-1.39253,-0.96317,2.00408,-0.36938
-4.35927,1.00621,-1.53221,-1.39216,-0.96331,2.00435,-0.36965
-4.36030,1.00586,-1.53255,-1.39180,-0.96344,2.00461,-0.36992
-4.36134,1.00551,-1.53288,-1.39145,-0.96357,2.00487,-0.37018
-4.36237,1.00517,-1.53320,-1.39110,-0.96370,2.00512,-0.37044
-4.36341,1.00484,-1.53352,-1.39075,-0.96383,2.00537,-0.37069
-4.36445,1.00466,-1.53369,-1.39057,-0.96390,2.00550,-0.37083
-4.36548,1.00422,-1.53410,-1.39016,-0.96404,2.00582,-0.37116
-4.36652,1.00378,-1.53450,-1.38976,-0.96419,2.00614,-0.37148
-4.36755,1.00335,-1.53489,-1.38936,-0.96433,2.00646,-0.37180
-4.36859,1.00293,-1.53527,-1.38896,-0.96446,2.00677,-0.37212
-4.36963,1.00252,-1.53565,-1.38858,-0.96460,2.00707,-0.37243
-4.37066,1.00212,-1.53603,-1.38819,-0.96474,2.00737,-0.37273
-4.37170,1.00172,-1.53639,-1.38782,-0.96487,2.00766,-0.37303
-4.37273,1.00133,-1.53675,-1.38745,-0.96501,2.00795,-0.37333
-4.37377,1.00095,-1.53711,-1.38708,-0.96514,2.00823,-0.37362
-4.37481,1.00057,-1.53746,-1.38672,-0.96527,2.00851,-0.37390
-4.37584,1.00020,-1.53780,-1.38637,-0.96540,2.00878,-0.37418
-4.37688,0.99984,-1.53814,-1.38602,-0.96553,2.00905,-0.37445
-4.37791,0.99948,-1.53847,-1.38567,-0.96565,2.00931,-0.37472
-4.37895,0.99913,-1.53879,-1.38533,-0.96578,2.00957,-0.37499
-4.37999,0.99879,-1.53911,-1.38500,-0.96590,2.00982,-0.37525
-4.38102,0.99845,-1.53943,-1.38467,-0.96602,2.01007,-0.37550
-4.38206,0.99829,-1.53958,-1.38452,-0.96608,2.01019,-0.37562
-4.38309,0.99771,-1.54011,-1.38399,-0.96625,2.01061,-0.37605
-4.38413,0.99715,-1.54063,-1.38347,-0.96643,2.01102,-0.37648
-4.38517,0.99659,-1.54114,-1.38295,-0.96660,2.01143,-0.37689
-4.38620,0.99605,-1.54165,-1.38244,-0.96677,2.01182,-0.37730
-4.38724,0.99551,-1.54215,-1.38195,-0.96694,2.01222,-0.37770
-4.38827,0.99499,-1.54264,-1.38145,-0.96711,2.01260,-0.37810
-4.38931,0.99447,-1.54312,-1.38097,-0.96728,2.01298,-0.37849
-4.39034,0.99397,-1.54359,-1.38049,-0.96744,2.01335,-0.37887
-4.39138,0.99347,-1.54406,-1.38002,-0.96761,2.01371,-0.37924
-4.39242,0.99298,-1.54451,-1.37956,-0.96777,2.01407,-0.37961
-4.39345,0.99250,-1.54496,-1.37910,-0.96793,2.01442,-0.37997
-4.39449,0.99203,-1.54541,-1.37865,-0.96809,2.01476,-0.38033
-4.39552,0.99157,-1.54584,-1.37820,-0.96824,2.01510,-0.38068
-4.39656,0.99112,-1.54627,-1.37776,-0.96840,2.01543,-0.38102
-4.39760,0.99067,-1.54669,-1.37733,-0.96855,2.01576,-0.38136
-4.39863,0.99023,-1.54710,-1.37691,-0.96870,2.01608,-0.38169
-4.39967,0.98980,-1.54751,-1.37649,-0.96885,2.01640,-0.38201
-4.40070,0.98938,-1.54791,-1.37608,-0.96900,2.01671,-0.38233
-4.40174,0.98897,-1.54830,-1.37567,-0.96915,2.01701,-0.38265
-4.40278,0.98856,-1.54869,-1.37527,-0.96930,2.01731,-0.38296
-4.40381,0.98816,-1.54907,-1.37487,-0.96944,2.01760,-0.38326
-4.40485,0.98777,-1.54944,-1.37448,-0.96958,2.01789,-0.38356
-4.40588,0.98738,-1.54981,-1.37410,-0.96972,2.01817,-0.38385
-4.40692,0.98700,-1.55017,-1.37372,-0.96986,2.01845,-0.38414
-4.40796,0.98663,-1.55052,-1.37335,-0.97000,2.01872,-0.38442
-4.40899,0.98627,-1.55087,-1.37298,-0.97014,2.01899,-0.38470
-4.41003,0.98591,-1.55122,-1.37262,-0.97027,2.01925,-0.38497
-4.41106,0.98556,-1.55155,-1.37227,-0.97041,2.01951,-0.38524
-4.41210,0.98521,-1.55189,-1.37191,-0.97054,2.01976,-0.38550
-4.41314,0.98487,-1.55221,-1.37157,-0.97067,2.02001,-0.38576
-4.41417,0.98454,-1.55253,-1.37123,-0.97080,2.02026,-0.38602
-4.41521,0.98423,-1.55283,-1.37091,-0.97092,2.02049,-0.38626
-4.41624,0.98372,-1.55331,-1.37042,-0.97109,2.02086,-0.38664
-4.41728,0.98323,-1.55379,-1.36994,-0.97126,2.02122,-0.38701
-4.41832,0.98275,-1.55425,-1.36946,-0.97143,2.02157,-0.38738
-4.41935,0.98227,-1.55471,-1.36899,-0.97159,2.02192,-0.38774
-4.42039,0.98180,-1.55516,-1.36853,-0.97176,2.02226,-0.38810
-4.42142,0.98134,-1.55560,-1.36808,-0.97192,2.02259,-0.38845
-4.42246,0.98089,-1.55604,-1.36763,-0.97208,2.02292,-0.38879
-4.42350,0.98045,-1.55646,-1.36719,-0.97224,2.02324,-0.38913
-4.42453,0.98002,-1.55688,-1.36675,-0.97240,2.02356,-0.38946
-4.42557,0.97959,-1.55730,-1.36632,-0.97255,2.02387,-0.38978
-4.42660,0.97917,-1.55770,-1.36590,-0.97271,2.02418,-0.39010
-4.42764,0.97876,-1.55810,-1.36548,-0.97286,2.02448,-0.39042
-4.42868,0.97835,-1.55849,-1.36507,-0.97301,2.02477,-0.39073
-4.42971,0.97796,-1.55888,-1.36467,-0.97316,2.02506,-0.39103
-4.43075,0.97757,-1.55926,-1.36427,-0.97331,2.02535,-0.39133
-4.43178,0.97719,-1.55963,-1.36387,-0.97346,2.02563,-0.39162
-4.43282,0.97681,-1.56000,-1.36349,-0.97360,2.02590,-0.39191
-4.43385,0.97644,-1.56036,-1.36310,-0.97374,2.02617,-0.39219
-4.43489,0.97608,-1.56072,-1.36273,-0.97389,2.02644,-0.39247
-4.43593,0.97572,-1.56107,-1.36236,-0.97403,2.02670,-0.39274
-4.43696,0.97537,-1.56141,-1.36199,-0.97416,2.02695,-0.39301
-4.43800,0.97503,-1.56175,-1.36163,-0.97430,2.02721,-0.39327
-4.43903,0.97469,-1.56208,-1.36128,-0.97444,2.02745,-0.39353
-4.44007,0.97436,-1.56240,-1.36093,-0.97457,2.02770,-0.39379
-4.44111,0.97404,-1.56273,-1.36059,-0.97470,2.02793,-0.39404
-4.44214,0.97388,-1.56288,-1.36042,-0.97476,2.02805,-0.39416
-4.44318,0.97329,-1.56348,-1.35979,-0.97499,2.02848,-0.39461
-4.44421,0.97271,-1.56408,-1.35917,-0.97521,2.02890,-0.39505
-4.44525,0.97214,-1.56466,-1.35855,-0.97543,2.02931,-0.39548
-4.44629,0.97158,-1.56523,-1.35795,-0.97564,2.02972,-0.39591
-4.44732,0.97103,-1.56579,-1.35735,-0.97586,2.03011,-0.39633
-4.44836,0.97049,-1.56635,-1.35677,-0.97607,2.03051,-0.39674
-4.44939,0.96996,-1.56689,-1.35619,-0.97628,2.03089,-0.39715
-4.45043,0.96944,-1.56743,-1.35562,-0.97649,2.03127,-0.39755
-4.45147,0.96893,-1.56795,-1.35506,-0.97669,2.03164,-0.39794
-4.45250,0.96843,-1.56847,-1.35450,-0.97690,2.03200,-0.39832
-4.45354,0.96794,-1.56898,-1.35396,-0.97710,2.03236,-0.39870
-4.45457,0.96746,-1.56948,-1.35342,-0.97730,2.03271,-0.39907
-4.45561,0.96699,-1.56997,-1.35289,-0.97749,2.03305,-0.39943
-4.45665,0.96652,-1.57045,-1.35237,-0.97769,2.03339,-0.39979
-4.45768,0.96606,-1.57093,-1.35185,-0.97788,2.03372,-0.40014
-4.45872,0.96561,-1.57140,-1.35134,-0.97807,2.03405,-0.40049
-4.45975,0.96517,-1.57186,-1.35084,-0.97826,2.03437,-0.40083
-4.46079,0.96474,-1.57231,-1.35035,-0.97845,2.03468,-0.40116
-4.46183,0.96432,-1.57275,-1.34987,-0.97863,2.03499,-0.40149
-4.46286,0.96390,-1.57319,-1.34939,-0.97881,2.03530,-0.40181
-4.46390,0.96349,-1.57362,-1.34892,-0.97899,2.03559,-0.40213
-4.46493,0.96309,-1.57405,-1.34845,-0.97917,2.03589,-0.40244
-4.46597,0.96269,-1.57446,-1.34799,-0.97935,2.03617,-0.40274
-4.46701,0.96231,-1.57487,-1.34754,-0.97952,2.03646,-0.40304
-4.46804,0.96193,-1.57527,-1.34710,-0.97970,2.03673,-0.40334
-4.46908,0.96155,-1.57567,-1.34666,-0.97987,2.03701,-0.40363
-4.47011,0.96119,-1.57606,-1.34623,-0.98003,2.03727,-0.40391
-4.47115,0.96082,-1.57644,-1.34581,-0.98020,2.03754,-0.40419
-4.47218,0.96047,-1.57681,-1.34539,-0.98037,2.03779,-0.40447
-4.47322,0.96012,-1.57718,-1.34497,-0.98053,2.03805,-0.40474
-4.47426,0.95978,-1.57755,-1.34457,-0.98069,2.03830,-0.40500
-4.47529,0.95945,-1.57791,-1.34417,-0.98085,2.03854,-0.40526
-4.47633,0.95912,-1.57826,-1.34377,-0.98101,2.03878,-0.40552
-4.47736,0.95879,-1.57860,-1.34338,-0.98116,2.03902,-0.40577
-4.47840,0.95848,-1.57894,-1.34300,-0.98131,2.03925,-0.40602
-4.47944,0.95817,-1.57928,-1.34262,-0.98147,2.03948,-0.40626
-4.48047,0.95787,-1.57959,-1.34227,-0.98161,2.03969,-0.40649
-4.48151,0.95740,-1.58009,-1.34172,-0.98181,2.04003,-0.40685
-4.48254,0.95694,-1.58059,-1.34118,-0.98202,2.04036,-0.40721
-4.48358,0.95649,-1.58108,-1.34064,-0.98222,2.04069,-0.40756
-4.48462,0.95604,-1.58156,-1.34012,-0.98242,2.04101,-0.40790
-4.48565,0.95561,-1.58203,-1.33960,-0.98262,2.04133,-0.40824
-4.48669,0.95518,-1.58249,-1.33908,-0.98282,2.04164,-0.40857
-4.48772,0.95476,-1.58295,-1.33858,-0.98301,2.04195,-0.40890
-4.48876,0.95435,-1.58339,-1.33808,-0.98320,2.04225,-0.40922
-4.48980,0.95394,-1.58383,-1.33759,-0.98339,2.04254,-0.40954
-4.49083,0.95354,-1.58427,-1.33711,-0.98358,2.04283,-0.40985
-4.49187,0.95315,-1.58469,-1.33664,-0.98377,2.04311,-0.41015
-4.49290,0.95277,-1.58511,-1.33617,-0.98395,2.04339,-0.41045
-4.49394,0.95239,-1.58552,-1.33571,-0.98413,2.04366,-0.41074
-4.49498,0.95202,-1.58593,-1.33525,-0.98431,2.04393,-0.41103
-4.49601,0.95166,-1.58633,-1.33480,-0.98449,2.04420,-0.41132
-4.49705,0.95130,-1.58672,-1.33436,-0.98466,2.04446,-0.41160
-4.49808,0.95095,-1.58710,-1.33393,-0.98484,2.04471,-0.41187
-4.49912,0.95061,-1.58748,-1.33350,-0.98501,2.04496,-0.41214
-4.50016,0.95027,-1.58785,-1.33308,-0.98518,2.04521,-0.41240
-4.50119,0.94994,-1.58822,-1.33266,-0.98534,2.04545,-0.41266
-4.50223,0.94961,-1.58858,-1.33225,-0.98551,2.04568,-0.41292
-4.50326,0.94929,-1.58894,-1.33185,-0.98567,2.04592,-0.41317
-4.50430,0.94898,-1.58928,-1.33145,-0.98583,2.04615,-0.41342
-4.50534,0.94867,-1.58963,-1.33106,-0.98599,2.04637,-0.41366
-4.50637,0.94836,-1.58996,-1.33067,-0.98615,2.04659,-0.41390
-4.50741,0.94814,-1.59021,-1.33039,-0.98626,2.04675,-0.41407
-4.50844,0.94773,-1.59067,-1.32987,-0.98646,2.04705,-0.41439
-4.50948,0.94732,-1.59112,-1.32936,-0.98666,2.04734,-0.41471
-4.51051,0.94692,-1.59157,-1.32886,-0.98686,2.04763,-0.41502
-4.51155,0.94653,-1.59201,-1.32836,-0.98706,2.04792,-0.41533
-4.51259,0.94615,-1.59244,-1.32787,-0.98725,2.04820,-0.41563
-4.51362,0.94577,-1.59287,-1.32739,-0.98744,2.04847,-0.41593
-4.51466,0.94540,-1.59329,-1.32691,-0.98763,2.04874,-0.41622
-4.51569,0.94503,-1.59370,-1.32645,-0.98781,2.04900,-0.41650
-4.51673,0.94467,-1.59410,-1.32599,-0.98800,2.04926,-0.41678
-4.51777,0.94432,-1.59450,-1.32553,-0.98818,2.04951,-0.41706
-4.51880,0.94398,-1.59489,-1.32509,-0.98836,2.04976,-0.41733
-4.51984,0.94364,-1.59527,-1.32464,-0.98853,2.05001,-0.41759
-4.52087,0.94331,-1.59565,-1.32421,-0.98871,2.05025,-0.41786
-4.52191,0.94298,-1.59602,-1.32378,-0.98888,2.05049,-0.41811
-4.52295,0.94266,-1.59639,-1.32336,-0.98905,2.05072,-0.41837
-4.52398,0.94234,-1.59674,-1.32295,-0.98922,2.05095,-0.41861
-4.52502,0.94204,-1.59710,-1.32254,-0.98939,2.05117,-0.41886
-4.52605,0.94173,-1.59745,-1.32213,-0.98956,2.05139,-0.41910
-4.52709,0.94143,-1.59779,-1.32174,-0.98972,2.05161,-0.41933
-4.52813,0.94116,-1.59810,-1.32137,-0.98987,2.05181,-0.41955
-4.52916,0.94076,-1.59856,-1.32085,-0.99007,2.05209,-0.41986
-4.53020,0.94037,-1.59900,-1.32034,-0.99028,2.05237,-0.42016
-4.53123,0.93999,-1.59944,-1.31984,-0.99047,2.05265,-0.42046
-4.53227,0.93962,-1.59988,-1.31934,-0.99067,2.05292,-0.42076
-4.53331,0.93925,-1.60030,-1.31886,-0.99087,2.05318,-0.42105
-4.53434,0.93889,-1.60072,-1.31837,-0.99106,2.05345,-0.42133
-4.53538,0.93854,-1.60113,-1.31790,-0.99125,2.05370,-0.42161
-4.53641,0.93819,-1.60153,-1.31743,-0.99144,2.05395,-0.42189
-4.53745,0.93785,-1.60193,-1.31697,-0.99162,2.05420,-0.42216
-4.53849,0.93751,-1.60232,-1.31652,-0.99181,2.05444,-0.42242
-4.53952,0.93718,-1.60271,-1.31607,-0.99199,2.05468,-0.42268
-4.54056,0.93686,-1.60308,-1.31563,-0.99217,2.05491,-0.42294
-4.54159,0.93654,-1.60346,-1.31520,-0.99235,2.05514,-0.42319
-4.54263,0.93623,-1.60382,-1.31477,-0.99252,2.05537,-0.42343
-4.54367,0.93592,-1.60418,-1.31435,-0.99270,2.05559,-0.42368
-4.54470,0.93562,-1.60453,-1.31393,-0.99287,2.05581,-0.42392
-4.54574,0.93532,-1.60488,-1.31353,-0.99304,2.05602,-0.42415
-4.54677,0.93503,-1.60522,-1.31312,-0.99320,2.05623,-0.42438
-4.54781,0.93490,-1.60537,-1.31295,-0.99328,2.05633,-0.42448
-4.54884,0.93448,-1.60587,-1.31238,-0.99350,2.05663,-0.42481
-4.54988,0.93407,-1.60635,-1.31183,-0.99371,2.05693,-0.42514
-4.55092,0.93366,-1.60683,-1.31128,-0.99393,2.05722,-0.42546
-4.55195,0.93326,-1.60730,-1.31075,-0.99414,2.05751,-0.42578
-4.55299,0.93287,-1.60776,-1.31022,-0.99435,2.05779,-0.42609
-4.55402,0.93248,-1.60821,-1.30969,-0.99456,2.05807,-0.42639
-4.55506,0.93210,-1.60866,-1.30918,-0.99477,2.05834,-0.42669
-4.55610,0.93173,-1.60910,-1.30867,-0.99497,2.05861,-0.42698
-4.55713,0.93137,-1.60953,-1.30817,-0.99517,2.05887,-0.42727
-4.55817,0.93101,-1.60995,-1.30768,-0.99537,2.05913,-0.42756
-4.55920,0.93066,-1.61037,-1.30720,-0.99557,2.05938,-0.42784
-4.56024,0.93031,-1.61078,-1.30672,-0.99576,2.05963,-0.42811
-4.56128,0.92997,-1.61118,-1.30625,-0.99596,2.05988,-0.42838
-4.56231,0.92964,-1.61158,-1.30578,-0.99615,2.06012,-0.42864
-4.56335,0.92931,-1.61197,-1.30532,-0.99633,2.06035,-0.42890
-4.56438,0.92899,-1.61235,-1.30487,-0.99652,2.06058,-0.42916
-4.56542,0.92867,-1.61273,-1.30443,-0.99670,2.06081,-0.42941
-4.56646,0.92837,-1.61310,-1.30399,-0.99688,2.06103,-0.42966
-4.56749,0.92806,-1.61347,-1.30356,-0.99706,2.06125,-0.42990
-4.56853,0.92776,-1.61383,-1.30314,-0.99724,2.06147,-0.43014
-4.56956,0.92747,-1.61418,-1.30272,-0.99741,2.06168,-0.43037
-4.57060,0.92718,-1.61453,-1.30231,-0.99759,2.06189,-0.43060
-4.57164,0.92688,-1.61489,-1.30188,-0.99776,2.06211,-0.43084
-4.57267,0.92640,-1.61544,-1.30127,-0.99800,2.06245,-0.43122
-4.57371,0.92594,-1.61597,-1.30067,-0.99823,2.06278,-0.43159
-4.57474,0.92548,-1.61650,-1.30007,-0.99846,2.06311,-0.43195
-4.57578,0.92503,-1.61702,-1.29949,-0.99869,2.06343,-0.43230
-4.57682,0.92459,-1.61754,-1.29891,-0.99892,2.06374,-0.43265
-4.57785,0.92415,-1.61804,-1.29835,-0.99914,2.06406,-0.43300
-4.57889,0.92373,-1.61853,-1.29779,-0.99936,2.06436,-0.43333
-4.57992,0.92331,-1.61902,-1.29724,-0.99958,2.06466,-0.43367
-4.58096,0.92290,-1.61950,-1.29669,-0.99980,2.06495,-0.43399
-4.58200,0.92250,-1.61997,-1.29616,-1.00001,2.06524,-0.43431
-4.58303,0.92210,-1.62043,-1.29563,-1.00022,2.06552,-0.43463
-4.58407,0.92171,-1.62089,-1.29511,-1.00043,2.06580,-0.43494
-4.58510,0.92133,-1.62134,-1.29460,-1.00064,2.06607,-0.43524
-4.58614,0.92096,-1.62178,-1.29409,-1.00084,2.06634,-0.43554
-4.58717,0.92059,-1.62221,-1.29360,-1.00104,2.06661,-0.43583
-4.58821,0.92023,-1.62263,-1.29311,-1.00124,2.06687,-0.43612
-4.58925,0.91988,-1.62305,-1.29262,-1.00144,2.06712,-0.43640
-4.59028,0.91953,-1.62347,-1.29215,-1.00163,2.06737,-0.43668
-4.59132,0.91919,-1.62387,-1.29168,-1.00182,2.06761,-0.43695
-4.59235,0.91885,-1.62427,-1.29122,-1.00202,2.06785,-0.43722
-4.59339,0.91852,-1.62466,-1.29076,-1.00220,2.06809,-0.43749
-4.59443,0.91820,-1.62505,-1.29031,-1.00239,2.06832,-0.43774
-4.59546,0.91788,-1.62542,-1.28987,-1.00257,2.06855,-0.43800
-4.59650,0.91757,-1.62580,-1.28943,-1.00275,2.06877,-0.43825
-4.59753,0.91726,-1.62616,-1.28900,-1.00293,2.06899,-0.43850
-4.59857,0.91696,-1.62652,-1.28858,-1.00311,2.06921,-0.43874
-4.59961,0.91667,-1.62688,-1.28816,-1.00329,2.06942,-0.43897
-4.60064,0.91638,-1.62723,-1.28775,-1.00346,2.06963,-0.43921
-4.60168,0.91609,-1.62757,-1.28735,-1.00363,2.06984,-0.43944
-4.60271,0.91594,-1.62775,-1.28713,-1.00372,2.06995,-0.43956
-4.60375,0.91554,-1.62824,-1.28657,-1.00394,2.07023,-0.43988
-4.60479,0.91515,-1.62871,-1.28603,-1.00417,2.07051,-0.44019
-4.60582,0.91476,-1.62918,-1.28548,-1.00438,2.07079,-0.44050
-4.60686,0.91438,-1.62964,-1.28495,-1.00460,2.07106,-0.44081
-4.60789,0.91401,-1.63009,-1.28443,-1.00482,2.07133,-0.44111
-4.60893,0.91364,-1.63054,-1.28391,-1.00503,2.07159,-0.44140
-4.60997,0.91328,-1.63097,-1.28340,-1.00524,2.07184,-0.44169
-4.61100,0.91293,-1.63140,-1.28290,-1.00544,2.07210,-0.44197
-4.61204,0.91259,-1.63183,-1.28240,-1.00565,2.07234,-0.44225
-4.61307,0.91225,-1.63224,-1.28191,-1.00585,2.07259,-0.44252
-4.61411,0.91191,-1.63265,-1.28143,-1.00605,2.07283,-0.44279
-4.61515,0.91158,-1.63305,-1.28096,-1.00624,2.07306,-0.44305
-4.61618,0.91126,-1.63345,-1.28049,-1.00644,2.07329,-0.44331
-4.61722,0.91095,-1.63384,-1.28003,-1.00663,2.07352,-0.44357
-4.61825,0.91064,-1.63422,-1.27957,-1.00682,2.07374,-0.44382
-4.61929,0.91033,-1.63460,-1.27913,-1.00701,2.07396,-0.44406
-4.62033,0.91003,-1.63497,-1.27869,-1.00720,2.07417,-0.44431
-4.62136,0.90974,-1.63533,-1.27825,-1.00738,2.07438,-0.44454
-4.62240,0.90945,-1.63569,-1.27782,-1.00756,2.07459,-0.44478
-4.62343,0.90917,-1.63604,-1.27740,-1.00774,2.07479,-0.44501
-4.62447,0.90889,-1.63639,-1.27699,-1.00792,2.07499,-0.44523
-4.62551,0.90873,-1.63658,-1.27676,-1.00801,2.07510,-0.44536
-4.62654,0.90829,-1.63713,-1.27613,-1.00826,2.07542,-0.44571
-4.62758,0.90785,-1.63766,-1.27551,-1.00851,2.07573,-0.44607
-4.62861,0.90742,-1.63819,-1.27490,-1.00876,2.07604,-0.44641
-4.62965,0.90700,-1.63871,-1.27430,-1.00900,2.07634,-0.44675
-4.63068,0.90658,-1.63923,-1.27370,-1.00924,2.07663,-0.44708
-4.63172,0.90618,-1.63973,-1.27312,-1.00948,2.07692,-0.44741
-4.63276,0.90578,-1.64022,-1.27254,-1.00971,2.07721,-0.44773
-4.63379,0.90539,-1.64071,-1.27197,-1.00994,2.07748,-0.44805
-4.63483,0.90500,-1.64119,-1.27141,-1.01017,2.07776,-0.44836
-4.63586,0.90462,-1.64166,-1.27086,-1.01040,2.07803,-0.44866
-4.63690,0.90425,-1.64212,-1.27032,-1.01062,2.07829,-0.44896
-4.63794,0.90389,-1.64258,-1.26978,-1.01084,2.07855,-0.44926
-4.63897,0.90353,-1.64303,-1.26925,-1.01106,2.07881,-0.44955
-4.64001,0.90318,-1.64347,-1.26873,-1.01128,2.07906,-0.44983
-4.64104,0.90283,-1.64390,-1.26822,-1.01149,2.07930,-0.45011
-4.64208,0.90250,-1.64433,-1.26771,-1.01171,2.07954,-0.45038
-4.64312,0.90216,-1.64475,-1.26721,-1.01191,2.07978,-0.45065
-4.64415,0.90184,-1.64516,-1.26672,-1.01212,2.08001,-0.45092
-4.64519,0.90152,-1.64556,-1.26624,-1.01232,2.08024,-0.45118
-4.64622,0.90120,-1.64596,-1.26576,-1.01253,2.08047,-0.45143
-4.64726,0.90089,-1.64635,-1.26529,-1.01273,2.08069,-0.45168
-4.64830,0.90059,-1.64674,-1.26483,-1.01292,2.08090,-0.45193
-4.64933,0.90029,-1.64712,-1.26437,-1.01312,2.08112,-0.45217
-4.65037,0.90000,-1.64749,-1.26392,-1.01331,2.08133,-0.45241
-4.65140,0.89971,-1.64786,-1.26348,-1.01350,2.08153,-0.45265
-4.65244,0.89943,-1.64822,-1.26304,-1.01369,2.08173,-0.45288
-4.65348,0.89915,-1.64857,-1.26261,-1.01387,2.08193,-0.45310
-4.65451,0.89888,-1.64892,-1.26218,-1.01406,2.08212,-0.45333
-4.65555,0.89874,-1.64911,-1.26196,-1.01415,2.08223,-0.45344
-4.65658,0.89837,-1.64957,-1.26140,-1.01438,2.08249,-0.45374
-4.65762,0.89802,-1.65003,-1.26086,-1.01461,2.08274,-0.45403
-4.65866,0.89766,-1.65049,-1.26032,-1.01484,2.08299,-0.45431
-4.65969,0.89732,-1.65093,-1.25978,-1.01506,2.08323,-0.45459
-4.66073,0.89698,-1.65137,-1.25926,-1.01528,2.08347,-0.45487
-4.66176,0.89665,-1.65180,-1.25874,-1.01549,2.08371,-0.45514
-4.66280,0.89632,-1.65222,-1.25823,-1.01571,2.08394,-0.45540
-4.66384,0.89600,-1.65264,-1.25773,-1.01592,2.08417,-0.45566
-4.66487,0.89569,-1.65305,-1.25724,-1.01613,2.08439,-0.45592
-4.66591,0.89538,-1.65345,-1.25675,-1.01634,2.08461,-0.45617
-4.66694,0.89508,-1.65384,-1.25627,-1.01654,2.08483,-0.45642
-4.66798,0.89478,-1.65423,-1.25579,-1.01675,2.08504,-0.45666
-4.66901,0.89449,-1.65461,-1.25533,-1.01695,2.08525,-0.45690
-4.67005,0.89420,-1.65499,-1.25487,-1.01714,2.08545,-0.45714
-4.67109,0.89392,-1.65536,-1.25441,-1.01734,2.08565,-0.45737
-4.67212,0.89364,-1.65573,-1.25397,-1.01753,2.08585,-0.45759
-4.67316,0.89337,-1.65608,-1.25353,-1.01772,2.08604,-0.45782
-4.67419,0.89311,-1.65644,-1.25309,-1.01791,2.08623,-0.45803
-4.67523,0.89294,-1.65665,-1.25283,-1.01803,2.08635,-0.45817
-4.67627,0.89260,-1.65710,-1.25228,-1.01826,2.08659,-0.45844
-4.67730,0.89227,-1.65754,-1.25175,-1.01848,2.08682,-0.45871
-4.67834,0.89195,-1.65797,-1.25123,-1.01870,2.08705,-0.45898
-4.67937,0.89163,-1.65840,-1.25071,-1.01892,2.08728,-0.45924
-4.68041,0.89132,-1.65881,-1.25020,-1.01914,2.08750,-0.45949
-4.68145,0.89101,-1.65922,-1.24969,-1.01935,2.08772,-0.45975
-4.68248,0.89071,-1.65963,-1.24920,-1.01957,2.08793,-0.45999
-4.68352,0.89041,-1.66002,-1.24871,-1.01978,2.08815,-0.46024
-4.68455,0.89012,-1.66042,-1.24823,-1.01998,2.08835,-0.46047
-4.68559,0.88984,-1.66080,-1.24776,-1.02019,2.08855,-0.46071
-4.68663,0.88956,-1.66118,-1.24729,-1.02039,2.08875,-0.46094
-4.68766,0.88928,-1.66155,-1.24683,-1.02059,2.08895,-0.46116
-4.68870,0.88901,-1.66191,-1.24637,-1.02079,2.08914,-0.46139
-4.68973,0.88875,-1.66227,-1.24593,-1.02098,2.08933,-0.46161
-4.69077,0.88849,-1.66263,-1.24549,-1.02117,2.08952,-0.46182
-4.69181,0.88840,-1.66275,-1.24534,-1.02124,2.08958,-0.46189
-4.69284,0.88803,-1.66323,-1.24477,-1.02147,2.08984,-0.46219
-4.69388,0.88767,-1.66370,-1.24421,-1.02171,2.09009,-0.46249
-4.69491,0.88732,-1.66416,-1.24366,-1.02194,2.09034,-0.46278
-4.69595,0.88697,-1.66462,-1.24311,-1.02217,2.09059,-0.46306
-4.69699,0.88663,-1.66506,-1.24257,-1.02239,2.09083,-0.46334
-4.69802,0.88629,-1.66550,-1.24204,-1.02261,2.09107,-0.46361
-4.69906,0.88597,-1.66594,-1.24152,-1.02284,2.09130,-0.46388
-4.70009,0.88564,-1.66636,-1.24101,-1.02305,2.09153,-0.46415
-4.70113,0.88533,-1.66678,-1.24050,-1.02327,2.09175,-0.46441
-4.70217,0.88501,-1.66720,-1.24000,-1.02348,2.09197,-0.46467
-4.70320,0.88471,-1.66760,-1.23951,-1.02369,2.09219,-0.46492
-4.70424,0.88441,-1.66800,-1.23902,-1.02390,2.09240,-0.46516
-4.70527,0.88411,-1.66839,-1.23854,-1.02411,2.09261,-0.46541
-4.70631,0.88383,-1.66878,-1.23807,-1.02431,2.09282,-0.46565
-4.70734,0.88354,-1.66916,-1.23760,-1.02451,2.09302,-0.46588
-4.70838,0.88326,-1.66953,-1.23715,-1.02471,2.09321,-0.46611
-4.70942,0.88299,-1.66990,-1.23669,-1.02491,2.09341,-0.46634
-4.71045,0.88272,-1.67026,-1.23625,-1.02510,2.09360,-0.46656
-4.71149,0.88246,-1.67062,-1.23581,-1.02529,2.09379,-0.46678
-4.71252,0.88221,-1.67094,-1.23541,-1.02546,2.09396,-0.46698
-4.71356,0.88189,-1.67137,-1.23490,-1.02568,2.09419,-0.46724
-4.71460,0.88157,-1.67179,-1.23439,-1.02590,2.09441,-0.46751
-4.71563,0.88125,-1.67221,-1.23389,-1.02611,2.09464,-0.46777
-4.71667,0.88095,-1.67261,-1.23340,-1.02632,2.09485,-0.46802
-4.71770,0.88064,-1.67302,-1.23291,-1.02653,2.09507,-0.46827
-4.71874,0.88035,-1.67341,-1.23243,-1.02673,2.09528,-0.46852
-4.71978,0.88005,-1.67380,-1.23196,-1.02694,2.09548,-0.46876
-4.72081,0.87977,-1.67418,-1.23149,-1.02714,2.09569,-0.46900
-4.72185,0.87949,-1.67456,-1.23104,-1.02733,2.09589,-0.46923
-4.72288,0.87921,-1.67493,-1.23058,-1.02753,2.09608,-0.46946
-4.72392,0.87894,-1.67529,-1.23014,-1.02772,2.09627,-0.46968
-4.72496,0.87867,-1.67565,-1.22970,-1.02792,2.09646,-0.46990
-4.72599,0.87841,-1.67600,-1.22927,-1.02810,2.09665,-0.47012
-4.72703,0.87830,-1.67615,-1.22909,-1.02818,2.09673,-0.47021
-4.72806,0.87796,-1.67659,-1.22856,-1.02840,2.09696,-0.47049
-4.72910,0.87763,-1.67702,-1.22804,-1.02862,2.09720,-0.47076
-4.73014,0.87731,-1.67745,-1.22753,-1.02884,2.09742,-0.47103
-4.73117,0.87699,-1.67787,-1.22703,-1.02905,2.09765,-0.47129
-4.73221,0.87668,-1.67828,-1.22653,-1.02926,2.09787,-0.47155
-4.73324,0.87637,-1.67869,-1.22604,-1.02947,2.09808,-0.47180
-4.73428,0.87607,-1.67909,-1.22556,-1.02968,2.09830,-0.47205
-4.73532,0.87578,-1.67948,-1.22509,-1.02988,2.09850,-0.47230
-4.73635,0.87549,-1.67987,-1.22462,-1.03008,2.09871,-0.47254
-4.73739,0.87520,-1.68024,-1.22416,-1.03028,2.09891,-0.47277
-4.73842,0.87493,-1.68062,-1.22370,-1.03048,2.09911,-0.47300
-4.73946,0.87465,-1.68099,-1.22325,-1.03067,2.09930,-0.47323
-4.74050,0.87438,-1.68135,-1.22281,-1.03087,2.09949,-0.47346
-4.74153,0.87412,-1.68170,-1.22238,-1.03106,2.09968,-0.47368
-4.74257,0.87386,-1.68205,-1.22195,-1.03124,2.09986,-0.47389
-4.74360,0.87382,-1.68210,-1.22189,-1.03127,2.09989,-0.47392
-4.74464,0.87347,-1.68256,-1.22134,-1.03150,2.10013,-0.47421
-4.74567,0.87312,-1.68302,-1.22080,-1.03173,2.10038,-0.47450
-4.74671,0.87278,-1.68347,-1.22026,-1.03195,2.10062,-0.47478
-4.74775,0.87244,-1.68392,-1.21974,-1.03217,2.10085,-0.47506
-4.74878,0.87212,-1.68435,-1.21922,-1.03239,2.10108,-0.47533
-4.74982,0.87179,-1.68478,-1.21870,-1.03261,2.10131,-0.47560
-4.75085,0.87148,-1.68520,-1.21820,-1.03283,2.10153,-0.47587
-4.75189,0.87116,-1.68561,-1.21770,-1.03304,2.10175,-0.47612
-4.75293,0.87086,-1.68602,-1.21721,-1.03325,2.10197,-0.47638
-4.75396,0.87056,-1.68642,-1.21673,-1.03346,2.10218,-0.47663
-4.75500,0.87026,-1.68682,-1.21625,-1.03366,2.10239,-0.47687
-4.75603,0.86997,-1.68721,-1.21578,-1.03386,2.10259,-0.47711
-4.75707,0.86969,-1.68759,-1.21532,-1.03406,2.10279,-0.47735
-4.75811,0.86941,-1.68796,-1.21486,-1.03426,2.10299,-0.47758
-4.75914,0.86914,-1.68833,-1.21441,-1.03446,2.10318,-0.47781
-4.76018,0.86887,-1.68869,-1.21397,-1.03465,2.10337,-0.47804
-4.76121,0.86860,-1.68905,-1.21353,-1.03484,2.10356,-0.47826
-4.76225,0.86835,-1.68940,-1.21310,-1.03503,2.10374,-0.47847
-4.76329,0.86823,-1.68955,-1.21292,-1.03511,2.10382,-0.47857
-4.76432,0.86790,-1.68999,-1.21239,-1.03533,2.10405,-0.47884
-4.76536,0.86758,-1.69043,-1.21187,-1.03555,2.10428,-0.47911
-4.76639,0.86726,-1.69085,-1.21136,-1.03577,2.10450,-0.47938
-4.76743,0.86694,-1.69127,-1.21086,-1.03599,2.10472,-0.47964
-4.76847,0.86664,-1.69169,-1.21036,-1.03620,2.10494,-0.47990
-4.76950,0.86633,-1.69209,-1.20987,-1.03641,2.10515,-0.48015
-4.77054,0.86604,-1.69249,-1.20939,-1.03662,2.10536,-0.48040
-4.77157,0.86575,-1.69288,-1.20892,-1.03682,2.10556,-0.48064
-4.77261,0.86546,-1.69327,-1.20845,-1.03702,2.10576,-0.48088
-4.77365,0.86518,-1.69365,-1.20798,-1.03722,2.10596,-0.48112
-4.77468,0.86490,-1.69402,-1.20753,-1.03742,2.10616,-0.48135
-4.77572,0.86463,-1.69439,-1.20708,-1.03762,2.10635,-0.48157
-4.77675,0.86437,-1.69475,-1.20664,-1.03781,2.10653,-0.48180
-4.77779,0.86410,-1.69511,-1.20620,-1.03800,2.10672,-0.48202
-4.77883,0.86385,-1.69546,-1.20577,-1.03819,2.10690,-0.48223
-4.77986,0.86382,-1.69550,-1.20572,-1.03821,2.10692,-0.48226
-4.78090,0.86350,-1.69591,-1.20524,-1.03842,2.10714,-0.48252
-4.78193,0.86319,-1.69632,-1.20476,-1.03862,2.10736,-0.48278
-4.78297,0.86289,-1.69671,-1.20429,-1.03882,2.10757,-0.48303
-4.78400,0.86259,-1.69710,-1.20383,-1.03902,2.10778,-0.48328
-4.78504,0.86230,-1.69749,-1.20338,-1.03922,2.10799,-0.48353
-4.78608,0.86201,-1.69787,-1.20293,-1.03941,2.10819,-0.48377
-4.78711,0.86173,-1.69824,-1.20248,-1.03960,2.10839,-0.48401
-4.78815,0.86145,-1.69860,-1.20205,-1.03979,2.10858,-0.48424
-4.78918,0.86118,-1.69896,-1.20162,-1.03998,2.10877,-0.48447
-4.79022,0.86091,-1.69932,-1.20119,-1.04016,2.10896,-0.48469
-4.79126,0.86065,-1.69966,-1.20077,-1.04034,2.10914,-0.48492
-4.79229,0.86048,-1.69988,-1.20052,-1.04046,2.10926,-0.48505
-4.79333,0.86017,-1.70028,-1.20005,-1.04065,2.10948,-0.48532
-4.79436,0.85985,-1.70068,-1.19959,-1.04085,2.10970,-0.48558
-4.79540,0.85955,-1.70107,-1.19913,-1.04104,2.10991,-0.48584
-4.79644,0.85925,-1.70146,-1.19868,-1.04124,2.11012,-0.48609
-4.79747,0.85895,-1.70184,-1.19824,-1.04143,2.11033,-0.48634
-4.79851,0.85866,-1.70221,-1.19780,-1.04161,2.11053,-0.48658
-4.79954,0.85837,-1.70258,-1.19737,-1.04180,2.11073,-0.48682
-4.80058,0.85809,-1.70294,-1.19695,-1.04198,2.11093,-0.48706
-4.80162,0.85782,-1.70330,-1.19653,-1.04216,2.11112,-0.48729
-4.80265,0.85755,-1.70365,-1.19612,-1.04234,2.11131,-0.48752
-4.80369,0.85728,-1.70399,-1.19571,-1.04252,2.11150,-0.48774
-4.80472,0.85715,-1.70417,-1.19550,-1.04261,2.11159,-0.48785
-4.80576,0.85686,-1.70454,-1.19507,-1.04280,2.11179,-0.48809
-4.80680,0.85658,-1.70490,-1.19463,-1.04298,2.11199,-0.48833
-4.80783,0.85631,-1.70526,-1.19421,-1.04317,2.11218,-0.48856
-4.80887,0.85603,-1.70562,-1.19379,-1.04335,2.11237,-0.48879
-4.80990,0.85577,-1.70597,-1.19338,-1.04353,2.11256,-0.48902
-4.81094,0.85551,-1.70631,-1.19297,-1.04370,2.11274,-0.48924
-4.81198,0.85548,-1.70635,-1.19293,-1.04372,2.11276,-0.48926
-4.81301,0.85521,-1.70670,-1.19251,-1.04390,2.11295,-0.48949
-4.81405,0.85495,-1.70704,-1.19210,-1.04408,2.11313,-0.48971
-4.81508,0.85492,-1.70707,-1.19206,-1.04410,2.11315,-0.48973
-4.81612,0.85466,-1.70742,-1.19165,-1.04428,2.11333,-0.48995
-4.81716,0.85440,-1.70777,-1.19124,-1.04446,2.11352,-0.49018
-4.81819,0.85435,-1.70784,-1.19115,-1.04449,2.11355,-0.49022
-4.81923,0.85408,-1.70819,-1.19074,-1.04468,2.11374,-0.49044
-4.82026,0.85382,-1.70853,-1.19033,-1.04485,2.11392,-0.49066
-4.82130,0.85379,-1.70857,-1.19029,-1.04487,2.11394,-0.49069
-4.82234,0.85351,-1.70891,-1.18989,-1.04504,2.11414,-0.49093
-4.82337,0.85323,-1.70926,-1.18951,-1.04520,2.11433,-0.49116
-4.82441,0.85295,-1.70959,-1.18913,-1.04537,2.11453,-0.49140
-4.82544,0.85268,-1.70993,-1.18875,-1.04553,2.11472,-0.49162
-4.82648,0.85240,-1.71026,-1.18838,-1.04569,2.11491,-0.49186
-4.82751,0.85213,-1.71058,-1.18802,-1.04584,2.11510,-0.49209
-4.82855,0.85210,-1.71062,-1.18799,-1.04585,2.11512,-0.49212
-4.82959,0.85180,-1.71094,-1.18766,-1.04599,2.11533,-0.49237
-4.83062,0.85150,-1.71126,-1.18734,-1.04612,2.11554,-0.49263
-4.83166,0.85120,-1.71157,-1.18702,-1.04625,2.11575,-0.49287
-4.83269,0.85092,-1.71188,-1.18671,-1.04638,2.11595,-0.49312
-4.83373,0.85083,-1.71198,-1.18662,-1.04642,2.11601,-0.49319
-4.83477,0.85053,-1.71228,-1.18632,-1.04654,2.11621,-0.49344
-4.83580,0.85024,-1.71259,-1.18602,-1.04667,2.11642,-0.49369
-4.83684,0.85016,-1.71267,-1.18593,-1.04670,2.11648,-0.49376
-4.83787,0.84998,-1.71284,-1.18578,-1.04676,2.11660,-0.49391
-4.83891,0.84989,-1.71293,-1.18571,-1.04679,2.11666,-0.49399
-4.83995,0.84974,-1.71306,-1.18561,-1.04683,2.11677,-0.49411
-4.84098,0.84959,-1.71318,-1.18551,-1.04686,2.11687,-0.49424
-4.84202,0.84928,-1.71342,-1.18536,-1.04692,2.11709,-0.49451
-4.84305,0.84924,-1.71345,-1.18534,-1.04692,2.11711,-0.49453
-4.84409,0.84906,-1.71358,-1.18526,-1.04695,2.11724,-0.49469
-4.84513,0.84874,-1.71380,-1.18517,-1.04698,2.11746,-0.49496
-4.84616,0.84861,-1.71387,-1.18514,-1.04698,2.11755,-0.49507
-4.84720,0.84830,-1.71399,-1.18522,-1.04693,2.11777,-0.49534
-4.84823,0.84811,-1.71406,-1.18527,-1.04689,2.11790,-0.49549
-4.84927,0.84787,-1.71409,-1.18543,-1.04680,2.11806,-0.49570
-4.85031,0.84759,-1.71407,-1.18574,-1.04665,2.11826,-0.49594
-4.85134,0.84754,-1.71406,-1.18582,-1.04661,2.11830,-0.49598
-4.85238,0.84728,-1.71394,-1.18629,-1.04638,2.11847,-0.49620
-4.85341,0.84703,-1.71382,-1.18674,-1.04616,2.11864,-0.49641
-4.85445,0.84679,-1.71370,-1.18719,-1.04594,2.11881,-0.49662
-4.85549,0.84655,-1.71359,-1.18763,-1.04573,2.11898,-0.49683
-4.85652,0.84646,-1.71354,-1.18782,-1.04564,2.11904,-0.49691
-4.85756,0.84625,-1.71336,-1.18834,-1.04539,2.11919,-0.49708
-4.85859,0.84605,-1.71319,-1.18886,-1.04515,2.11933,-0.49726
-4.85963,0.84604,-1.71316,-1.18892,-1.04512,2.11934,-0.49727
-4.86067,0.84587,-1.71291,-1.18955,-1.04483,2.11946,-0.49742
-4.86170,0.84571,-1.71266,-1.19016,-1.04454,2.11957,-0.49756
-4.86274,0.84555,-1.71242,-1.19077,-1.04426,2.11968,-0.49770
-4.86377,0.84539,-1.71218,-1.19137,-1.04398,2.11979,-0.49784
-4.86481,0.84523,-1.71194,-1.19196,-1.04371,2.11990,-0.49797
-4.86584,0.84518,-1.71184,-1.19221,-1.04359,2.11994,-0.49802
-4.86688,0.84508,-1.71150,-1.19293,-1.04326,2.12001,-0.49811
-4.86792,0.84498,-1.71116,-1.19365,-1.04293,2.12008,-0.49820
-4.86895,0.84489,-1.71083,-1.19435,-1.04261,2.12014,-0.49828
-4.86999,0.84479,-1.71051,-1.19504,-1.04230,2.12021,-0.49836
-4.87102,0.84470,-1.71019,-1.19572,-1.04199,2.12028,-0.49845
-4.87206,0.84461,-1.70988,-1.19639,-1.04168,2.12034,-0.49853
-4.87310,0.84452,-1.70957,-1.19705,-1.04137,2.12040,-0.49860
-4.87413,0.84444,-1.70927,-1.19770,-1.04108,2.12046,-0.49868
-4.87517,0.84441,-1.70913,-1.19797,-1.04095,2.12048,-0.49870
-4.87620,0.84440,-1.70870,-1.19878,-1.04059,2.12049,-0.49872
-4.87724,0.84438,-1.70828,-1.19958,-1.04023,2.12050,-0.49874
-4.87828,0.84437,-1.70787,-1.20037,-1.03988,2.12052,-0.49875
-4.87931,0.84436,-1.70746,-1.20114,-1.03953,2.12053,-0.49877
-4.88035,0.84434,-1.70706,-1.20190,-1.03918,2.12054,-0.49878
-4.88138,0.84433,-1.70666,-1.20265,-1.03884,2.12055,-0.49880
-4.88242,0.84432,-1.70627,-1.20339,-1.03851,2.12056,-0.49881
-4.88346,0.84431,-1.70589,-1.20411,-1.03818,2.12056,-0.49882
-4.88449,0.84430,-1.70551,-1.20483,-1.03786,2.12057,-0.49884
-4.88553,0.84429,-1.70514,-1.20553,-1.03754,2.12058,-0.49885
-4.88656,0.84428,-1.70477,-1.20622,-1.03722,2.12059,-0.49886
-4.88760,0.84427,-1.70441,-1.20690,-1.03691,2.12060,-0.49887
-4.88864,0.84426,-1.70406,-1.20757,-1.03661,2.12060,-0.49888
-4.88967,0.84428,-1.70401,-1.20766,-1.03657,2.12059,-0.49887
-4.89071,0.84442,-1.70346,-1.20853,-1.03619,2.12050,-0.49875
-4.89174,0.84456,-1.70292,-1.20939,-1.03582,2.12040,-0.49864
-4.89278,0.84470,-1.70239,-1.21024,-1.03545,2.12031,-0.49852
-4.89382,0.84484,-1.70187,-1.21107,-1.03509,2.12021,-0.49841
-4.89485,0.84498,-1.70136,-1.21189,-1.03473,2.12012,-0.49830
-4.89589,0.84511,-1.70086,-1.21270,-1.03437,2.12003,-0.49819
-4.89692,0.84524,-1.70036,-1.21349,-1.03403,2.11994,-0.49809
-4.89796,0.84537,-1.69988,-1.21427,-1.03368,2.11986,-0.49798
-4.89900,0.84550,-1.69940,-1.21504,-1.03334,2.11977,-0.49788
-4.90003,0.84562,-1.69893,-1.21580,-1.03301,2.11969,-0.49777
-4.90107,0.84575,-1.69846,-1.21654,-1.03268,2.11960,-0.49767
-4.90210,0.84587,-1.69801,-1.21728,-1.03236,2.11952,-0.49757
-4.90314,0.84599,-1.69756,-1.21800,-1.03204,2.11944,-0.49747
-4.90417,0.84611,-1.69712,-1.21871,-1.03172,2.11936,-0.49738
-4.90521,0.84622,-1.69668,-1.21941,-1.03141,2.11928,-0.49728
-4.90625,0.84634,-1.69626,-1.22010,-1.03110,2.11920,-0.49719
-4.90728,0.84645,-1.69583,-1.22078,-1.03080,2.11912,-0.49709
-4.90832,0.84656,-1.69542,-1.22145,-1.03050,2.11905,-0.49700
-4.90935,0.84667,-1.69502,-1.22210,-1.03021,2.11897,-0.49691
-4.91039,0.84678,-1.69462,-1.22275,-1.02992,2.11890,-0.49682
-4.91143,0.84689,-1.69422,-1.22339,-1.02963,2.11883,-0.49673
-4.91246,0.84694,-1.69406,-1.22365,-1.02951,2.11879,-0.49669
-4.91350,0.84713,-1.69356,-1.22440,-1.02919,2.11866,-0.49653
-4.91453,0.84731,-1.69307,-1.22513,-1.02887,2.11854,-0.49638
-4.91557,0.84750,-1.69259,-1.22585,-1.02856,2.11841,-0.49623
-4.91661,0.84768,-1.69212,-1.22655,-1.02825,2.11829,-0.49608
-4.91764,0.84786,-1.69165,-1.22725,-1.02794,2.11816,-0.49593
-4.91868,0.84803,-1.69120,-1.22794,-1.02764,2.11804,-0.49578
-4.91971,0.84821,-1.69075,-1.22861,-1.02734,2.11793,-0.49564
-4.92075,0.84838,-1.69031,-1.22928,-1.02705,2.11781,-0.49550
-4.92179,0.84854,-1.68987,-1.22993,-1.02676,2.11769,-0.49536
-4.92282,0.84871,-1.68945,-1.23058,-1.02647,2.11758,-0.49522
-4.92386,0.84887,-1.68902,-1.23121,-1.02619,2.11747,-0.49509
-4.92489,0.84903,-1.68861,-1.23184,-1.02591,2.11736,-0.49495
-4.92593,0.84919,-1.68820,-1.23245,-1.02564,2.11725,-0.49482
-4.92697,0.84934,-1.68780,-1.23306,-1.02537,2.11715,-0.49469
-4.92800,0.84949,-1.68741,-1.23366,-1.02510,2.11704,-0.49457
-4.92904,0.84954,-1.68729,-1.23384,-1.02502,2.11701,-0.49452
-4.93007,0.84974,-1.68684,-1.23449,-1.02474,2.11687,-0.49436
-4.93111,0.84993,-1.68640,-1.23513,-1.02446,2.11674,-0.49420
-4.93215,0.85012,-1.68597,-1.23576,-1.02418,2.11661,-0.49404
-4.93318,0.85031,-1.68554,-1.23638,-1.02390,2.11648,-0.49388
-4.93422,0.85050,-1.68513,-1.23699,-1.02364,2.11635,-0.49373
-4.93525,0.85068,-1.68471,-1.23759,-1.02337,2.11623,-0.49358
-4.93629,0.85086,-1.68431,-1.23818,-1.02311,2.11610,-0.49343
-4.93733,0.85103,-1.68391,-1.23877,-1.02285,2.11598,-0.49328
-4.93836,0.85120,-1.68352,-1.23934,-1.02259,2.11586,-0.49313
-4.93940,0.85128,-1.68336,-1.23957,-1.02249,2.11581,-0.49307
-4.94043,0.85154,-1.68290,-1.24018,-1.02223,2.11563,-0.49285
-4.94147,0.85180,-1.68244,-1.24078,-1.02197,2.11545,-0.49263
-4.94250,0.85206,-1.68200,-1.24138,-1.02172,2.11528,-0.49242
-4.94354,0.85231,-1.68156,-1.24196,-1.02147,2.11511,-0.49221
-4.94458,0.85255,-1.68113,-1.24253,-1.02122,2.11494,-0.49201
-4.94561,0.85279,-1.68070,-1.24310,-1.02098,2.11477,-0.49181
-4.94665,0.85303,-1.68029,-1.24365,-1.02074,2.11461,-0.49161
-4.94768,0.85326,-1.67988,-1.24420,-1.02050,2.11445,-0.49141
-4.94872,0.85349,-1.67947,-1.24474,-1.02027,2.11429,-0.49122
-4.94976,0.85372,-1.67908,-1.24527,-1.02004,2.11413,-0.49103
-4.95079,0.85394,-1.67869,-1.24579,-1.01981,2.11398,-0.49084
-4.95183,0.85416,-1.67830,-1.24631,-1.01959,2.11383,-0.49066
-4.95286,0.85438,-1.67793,-1.24682,-1.01937,2.11368,-0.49048
-4.95390,0.85441,-1.67788,-1.24687,-1.01934,2.11366,-0.49046
-4.95494,0.85472,-1.67741,-1.24745,-1.01910,2.11344,-0.49020
-4.95597,0.85502,-1.67695,-1.24802,-1.01886,2.11323,-0.48994
-4.95701,0.85532,-1.67650,-1.24858,-1.01863,2.11303,-0.48969
-4.95804,0.85561,-1.67605,-1.24914,-1.01840,2.11282,-0.48945
-4.95908,0.85590,-1.67562,-1.24968,-1.01817,2.11262,-0.48921
-4.96012,0.85619,-1.67519,-1.25021,-1.01794,2.11243,-0.48897
-4.96115,0.85647,-1.67476,-1.25074,-1.01772,2.11223,-0.48874
-4.96219,0.85674,-1.67435,-1.25126,-1.01750,2.11204,-0.48851
-4.96322,0.85701,-1.67394,-1.25177,-1.01728,2.11185,-0.48828
-4.96426,0.85728,-1.67354,-1.25227,-1.01707,2.11167,-0.48806
-4.96530,0.85754,-1.67314,-1.25277,-1.01686,2.11149,-0.48784
-4.96633,0.85780,-1.67275,-1.25326,-1.01665,2.11131,-0.48762
-4.96737,0.85805,-1.67237,-1.25374,-1.01644,2.11114,-0.48741
-4.96840,0.85830,-1.67200,-1.25421,-1.01624,2.11096,-0.48720
-4.96944,0.85854,-1.67163,-1.25467,-1.01604,2.11079,-0.48700
-4.97048,0.85879,-1.67126,-1.25514,-1.01584,2.11062,-0.48679
-4.97151,0.85910,-1.67084,-1.25563,-1.01564,2.11041,-0.48654
-4.97255,0.85940,-1.67043,-1.25611,-1.01543,2.11020,-0.48629
-4.97358,0.85969,-1.67003,-1.25659,-1.01524,2.11000,-0.48604
-4.97462,0.85998,-1.66963,-1.25706,-1.01504,2.10979,-0.48580
-4.97566,0.86027,-1.66924,-1.25752,-1.01485,2.10960,-0.48556
-4.97669,0.86055,-1.66886,-1.25798,-1.01465,2.10940,-0.48532
-4.97773,0.86083,-1.66848,-1.25842,-1.01447,2.10921,-0.48509
-4.97876,0.86110,-1.66811,-1.25886,-1.01428,2.10902,-0.48487
-4.97980,0.86137,-1.66775,-1.25930,-1.01410,2.10883,-0.48464
-4.98083,0.86163,-1.66739,-1.25973,-1.01391,2.10865,-0.48442
-4.98187,0.86189,-1.66704,-1.26015,-1.01374,2.10847,-0.48421
-4.98291,0.86192,-1.66699,-1.26019,-1.01372,2.10845,-0.48418
-4.98394,0.86224,-1.66659,-1.26065,-1.01353,2.10822,-0.48391
-4.98498,0.86256,-1.66619,-1.26110,-1.01335,2.10800,-0.48365
-4.98601,0.86287,-1.66580,-1.26154,-1.01317,2.10779,-0.48339
-4.98705,0.86318,-1.66541,-1.26197,-1.01299,2.10757,-0.48313
-4.98809,0.86348,-1.66503,-1.26240,-1.01281,2.10736,-0.48288
-4.98912,0.86378,-1.66466,-1.26282,-1.01264,2.10715,-0.48263
-4.99016,0.86407,-1.66429,-1.26323,-1.01247,2.10695,-0.48239
-4.99119,0.86436,-1.66393,-1.26364,-1.01230,2.10675,-0.48215
-4.99223,0.86464,-1.66358,-1.26404,-1.01213,2.10656,-0.48191
-4.99327,0.86492,-1.66323,-1.26444,-1.01197,2.10636,-0.48168
-4.99430,0.86519,-1.66289,-1.26483,-1.01180,2.10617,-0.48146
-4.99534,0.86529,-1.66277,-1.26495,-1.01175,2.10610,-0.48138
-4.99637,0.86571,-1.66229,-1.26546,-1.01156,2.10581,-0.48103
-4.99741,0.86612,-1.66181,-1.26596,-1.01137,2.10552,-0.48068
-4.99845,0.86653,-1.66134,-1.26645,-1.01118,2.10524,-0.48034
-4.99948,0.86693,-1.66088,-1.26693,-1.01099,2.10496,-0.48001
-5.00052,0.86733,-1.66043,-1.26740,-1.01080,2.10469,-0.47969
-5.00155,0.86772,-1.65998,-1.26787,-1.01062,2.10442,-0.47936
-5.00259,0.86810,-1.65954,-1.26833,-1.01044,2.10415,-0.47905
-5.00363,0.86847,-1.65911,-1.26878,-1.01026,2.10389,-0.47874
-5.00466,0.86884,-1.65869,-1.26923,-1.01008,2.10363,-0.47843
-5.00570,0.86920,-1.65827,-1.26967,-1.00991,2.10338,-0.47813
-5.00673,0.86956,-1.65786,-1.27010,-1.00974,2.10313,-0.47784
-5.00777,0.86991,-1.65746,-1.27053,-1.00957,2.10289,-0.47755
-5.00881,0.87025,-1.65707,-1.27095,-1.00940,2.10265,-0.47726
-5.00984,0.87059,-1.65668,-1.27136,-1.00924,2.10241,-0.47698
-5.01088,0.87092,-1.65630,-1.27176,-1.00907,2.10218,-0.47671
-5.01191,0.87125,-1.65592,-1.27216,-1.00891,2.10195,-0.47644
-5.01295,0.87157,-1.65556,-1.27256,-1.00875,2.10172,-0.47617
-5.01399,0.87189,-1.65519,-1.27295,-1.00859,2.10150,-0.47591
-5.01502,0.87220,-1.65484,-1.27333,-1.00844,2.10129,-0.47565
-5.01606,0.87250,-1.65449,-1.27370,-1.00829,2.10107,-0.47540
-5.01709,0.87280,-1.65414,-1.27407,-1.00814,2.10086,-0.47515
-5.01813,0.87310,-1.65381,-1.27444,-1.00799,2.10066,-0.47491
-5.01917,0.87339,-1.65347,-1.27480,-1.00784,2.10045,-0.47467
-5.02020,0.87365,-1.65317,-1.27512,-1.00771,2.10027,-0.47445
-5.02124,0.87401,-1.65278,-1.27552,-1.00755,2.10001,-0.47415
-5.02227,0.87437,-1.65239,-1.27591,-1.00740,2.09976,-0.47386
-5.02331,0.87472,-1.65201,-1.27630,-1.00724,2.09952,-0.47357
-5.02434,0.87506,-1.65164,-1.27668,-1.00709,2.09928,-0.47328
-5.02538,0.87540,-1.65127,-1.27706,-1.00694,2.09904,-0.47300
-5.02642,0.87573,-1.65091,-1.27743,-1.00680,2.09881,-0.47273
-5.02745,0.87606,-1.65056,-1.27779,-1.00665,2.09858,-0.47246
-5.02849,0.87638,-1.65021,-1.27815,-1.00651,2.09836,-0.47219
-5.02952,0.87669,-1.64986,-1.27851,-1.00637,2.09813,-0.47193
-5.03056,0.87700,-1.64953,-1.27885,-1.00623,2.09792,-0.47168
-5.03160,0.87731,-1.64920,-1.27920,-1.00609,2.09770,-0.47143
-5.03263,0.87761,-1.64887,-1.27954,-1.00596,2.09749,-0.47118
-5.03367,0.87790,-1.64855,-1.27987,-1.00582,2.09728,-0.47094
-5.03470,0.87797,-1.64848,-1.27994,-1.00579,2.09723,-0.47088
-5.03574,0.87840,-1.64804,-1.28036,-1.00564,2.09694,-0.47053
-5.03678,0.87882,-1.64761,-1.28078,-1.00548,2.09664,-0.47018
-5.03781,0.87923,-1.64718,-1.28119,-1.00533,2.09635,-0.46984
-5.03885,0.87964,-1.64677,-1.28159,-1.00518,2.09607,-0.46951
-5.03988,0.88004,-1.64636,-1.28198,-1.00503,2.09579,-0.46918
-5.04092,0.88043,-1.64596,-1.28237,-1.00488,2.09551,-0.46886
-5.04196,0.88081,-1.64556,-1.28276,-1.00474,2.09524,-0.46855
-5.04299,0.88119,-1.64517,-1.28314,-1.00459,2.09498,-0.46823
-5.04403,0.88156,-1.64479,-1.28351,-1.00445,2.09472,-0.46793
-5.04506,0.88193,-1.64442,-1.28387,-1.00431,2.09446,-0.46763
-5.04610,0.88229,-1.64405,-1.28423,-1.00417,2.09421,-0.46733
-5.04714,0.88264,-1.64368,-1.28459,-1.00404,2.09396,-0.46704
-5.04817,0.88299,-1.64333,-1.28494,-1.00390,2.09371,-0.46676
-5.04921,0.88333,-1.64298,-1.28528,-1.00377,2.09347,-0.46648
-5.05024,0.88367,-1.64264,-1.28562,-1.00364,2.09324,-0.46620
-5.05128,0.88400,-1.64230,-1.28595,-1.00351,2.09301,-0.46593
-5.05232,0.88432,-1.64197,-1.28628,-1.00338,2.09278,-0.46567
-5.05335,0.88464,-1.64164,-1.28661,-1.00325,2.09255,-0.46540
-5.05439,0.88495,-1.64132,-1.28693,-1.00312,2.09233,-0.46515
-5.05542,0.88526,-1.64100,-1.28724,-1.00300,2.09212,-0.46489
-5.05646,0.88558,-1.64068,-1.28756,-1.00288,2.09189,-0.46463
-5.05750,0.88602,-1.64024,-1.28797,-1.00273,2.09158,-0.46427
-5.05853,0.88646,-1.63981,-1.28837,-1.00258,2.09127,-0.46391
-5.05957,0.88690,-1.63938,-1.28877,-1.00244,2.09096,-0.46356
-5.06060,0.88732,-1.63896,-1.28916,-1.00229,2.09066,-0.46321
-5.06164,0.88774,-1.63855,-1.28954,-1.00215,2.09037,-0.46287
-5.06267,0.88815,-1.63815,-1.28992,-1.00201,2.09008,-0.46253
-5.06371,0.88855,-1.63775,-1.29030,-1.00188,2.08980,-0.46220
-5.06475,0.88895,-1.63736,-1.29066,-1.00174,2.08952,-0.46188
-5.06578,0.88934,-1.63697,-1.29103,-1.00161,2.08924,-0.46156
-5.06682,0.88973,-1.63660,-1.29138,-1.00147,2.08897,-0.46125
-5.06785,0.89010,-1.63623,-1.29173,-1.00134,2.08871,-0.46094
-5.06889,0.89047,-1.63586,-1.29208,-1.00121,2.08844,-0.46064
-5.06993,0.89084,-1.63551,-1.29242,-1.00109,2.08819,-0.46034
-5.07096,0.89119,-1.63515,-1.29275,-1.00096,2.08793,-0.46005
-5.07200,0.89155,-1.63481,-1.29308,-1.00083,2.08769,-0.45976
-5.07303,0.89189,-1.63447,-1.29341,-1.00071,2.08744,-0.45948
-5.07407,0.89223,-1.63414,-1.29373,-1.00059,2.08720,-0.45921
-5.07511,0.89257,-1.63381,-1.29404,-1.00047,2.08696,-0.45893
-5.07614,0.89289,-1.63349,-1.29435,-1.00035,2.08673,-0.45866
-5.07718,0.89322,-1.63317,-1.29465,-1.00023,2.08650,-0.45840
-5.07821,0.89353,-1.63286,-1.29495,-1.00012,2.08628,-0.45814
-5.07925,0.89384,-1.63255,-1.29525,-1.00000,2.08606,-0.45789
-5.08029,0.89401,-1.63239,-1.29541,-0.99994,2.08594,-0.45775
-5.08132,0.89444,-1.63197,-1.29579,-0.99980,2.08564,-0.45740
-5.08236,0.89486,-1.63157,-1.29617,-0.99967,2.08534,-0.45706
-5.08339,0.89528,-1.63116,-1.29655,-0.99953,2.08505,-0.45672
-5.08443,0.89569,-1.63077,-1.29692,-0.99939,2.08476,-0.45639
-5.08547,0.89609,-1.63038,-1.29728,-0.99926,2.08447,-0.45607
-5.08650,0.89648,-1.63000,-1.29764,-0.99913,2.08419,-0.45575
-5.08754,0.89687,-1.62962,-1.29799,-0.99900,2.08392,-0.45543
-5.08857,0.89725,-1.62926,-1.29833,-0.99887,2.08365,-0.45513
-5.08961,0.89762,-1.62889,-1.29868,-0.99875,2.08339,-0.45482
-5.09065,0.89799,-1.62854,-1.29901,-0.99862,2.08313,-0.45452
-5.09168,0.89835,-1.62819,-1.29934,-0.99850,2.08287,-0.45423
-5.09272,0.89871,-1.62785,-1.29967,-0.99838,2.08262,-0.45394
-5.09375,0.89906,-1.62751,-1.29999,-0.99826,2.08237,-0.45366
-5.09479,0.89940,-1.62718,-1.30030,-0.99814,2.08213,-0.45338
-5.09583,0.89974,-1.62685,-1.30061,-0.99802,2.08189,-0.45311
-5.09686,0.90007,-1.62653,-1.30092,-0.99790,2.08165,-0.45284
-5.09790,0.90040,-1.62622,-1.30122,-0.99779,2.08142,-0.45257
-5.09893,0.90072,-1.62591,-1.30152,-0.99768,2.08119,-0.45231
-5.09997,0.90103,-1.62560,-1.30181,-0.99756,2.08097,-0.45206
-5.10100,0.90120,-1.62544,-1.30196,-0.99750,2.08085,-0.45192
-5.10204,0.90162,-1.62503,-1.30235,-0.99736,2.08055,-0.45158
-5.10308,0.90203,-1.62463,-1.30273,-0.99723,2.08026,-0.45125
-5.10411,0.90243,-1.62423,-1.30311,-0.99709,2.07997,-0.45092
-5.10515,0.90283,-1.62385,-1.30348,-0.99695,2.07969,-0.45060
-5.10618,0.90322,-1.62347,-1.30384,-0.99682,2.07941,-0.45029
-5.10722,0.90360,-1.62309,-1.30420,-0.99669,2.07914,-0.44998
-5.10826,0.90398,-1.62272,-1.30455,-0.99656,2.07887,-0.44967
-5.10929,0.90435,-1.62236,-1.30490,-0.99643,2.07861,-0.44938
-5.11033,0.90472,-1.62200,-1.30524,-0.99630,2.07835,-0.44908
-5.11136,0.90508,-1.62166,-1.30558,-0.99617,2.07810,-0.44879
-5.11240,0.90543,-1.62131,-1.30591,-0.99605,2.07785,-0.44851
-5.11344,0.90577,-1.62097,-1.30623,-0.99593,2.07760,-0.44823
-5.11447,0.90611,-1.62064,-1.30656,-0.99580,2.07736,-0.44795
-5.11551,0.90645,-1.62032,-1.30687,-0.99568,2.07712,-0.44768
-5.11654,0.90678,-1.62000,-1.30718,-0.99557,2.07688,-0.44742
-5.11758,0.90710,-1.61968,-1.30749,-0.99545,2.07665,-0.44716
-5.11862,0.90742,-1.61937,-1.30779,-0.99533,2.07643,-0.44690
-5.11965,0.90772,-1.61907,-1.30809,-0.99522,2.07621,-0.44665
-5.12069,0.90827,-1.61851,-1.30864,-0.99502,2.07583,-0.44622
-5.12172,0.90880,-1.61796,-1.30919,-0.99483,2.07545,-0.44579
-5.12276,0.90933,-1.61742,-1.30972,-0.99463,2.07508,-0.44537
-5.12380,0.90984,-1.61688,-1.31025,-0.99444,2.07471,-0.44496
-5.12483,0.91035,-1.61636,-1.31077,-0.99425,2.07435,-0.44455
-5.12587,0.91085,-1.61584,-1.31128,-0.99407,2.07399,-0.44415
-5.12690,0.91134,-1.61534,-1.31179,-0.99388,2.07365,-0.44376
-5.12794,0.91182,-1.61484,-1.31228,-0.99370,2.07330,-0.44338
-5.12898,0.91230,-1.61435,-1.31277,-0.99352,2.07297,-0.44300
-5.13001,0.91277,-1.61387,-1.31325,-0.99335,2.07263,-0.44262
-5.13105,0.91322,-1.61340,-1.31373,-0.99317,2.07231,-0.44226
-5.13208,0.91368,-1.61294,-1.31419,-0.99300,2.07199,-0.44190
-5.13312,0.91412,-1.61248,-1.31465,-0.99283,2.07167,-0.44154
-5.13416,0.91456,-1.61204,-1.31510,-0.99266,2.07136,-0.44119
-5.13519,0.91498,-1.61160,-1.31554,-0.99250,2.07105,-0.44085
-5.13623,0.91541,-1.61117,-1.31598,-0.99233,2.07075,-0.44051
-5.13726,0.91582,-1.61074,-1.31641,-0.99217,2.07046,-0.44018
-5.13830,0.91623,-1.61032,-1.31684,-0.99201,2.07017,-0.43986
-5.13933,0.91663,-1.60991,-1.31725,-0.99185,2.06988,-0.43954
-5.14037,0.91702,-1.60951,-1.31766,-0.99170,2.06960,-0.43922
-5.14141,0.91741,-1.60911,-1.31807,-0.99154,2.06932,-0.43891
-5.14244,0.91779,-1.60873,-1.31846,-0.99139,2.06905,-0.43861
-5.14348,0.91816,-1.60834,-1.31886,-0.99124,2.06878,-0.43831
-5.14451,0.91853,-1.60797,-1.31924,-0.99109,2.06852,-0.43801
-5.14555,0.91889,-1.60760,-1.31962,-0.99095,2.06826,-0.43773
-5.14659,0.91925,-1.60724,-1.31999,-0.99080,2.06801,-0.43744
-5.14762,0.91960,-1.60688,-1.32036,-0.99066,2.06776,-0.43716
-5.14866,0.91994,-1.60653,-1.32072,-0.99052,2.06751,-0.43689
-5.14969,0.92028,-1.60618,-1.32108,-0.99038,2.06727,-0.43662
-5.15073,0.92061,-1.60584,-1.32143,-0.99024,2.06703,-0.43635
-5.15177,0.92093,-1.60551,-1.32178,-0.99011,2.06680,-0.43609
-5.15280,0.92125,-1.60518,-1.32212,-0.98997,2.06657,-0.43584
-5.15384,0.92157,-1.60486,-1.32245,-0.98984,2.06634,-0.43558
-5.15487,0.92190,-1.60453,-1.32280,-0.98970,2.06611,-0.43532
-5.15591,0.92239,-1.60402,-1.32332,-0.98951,2.06575,-0.43493
-5.15695,0.92287,-1.60351,-1.32384,-0.98932,2.06541,-0.43455
-5.15798,0.92335,-1.60302,-1.32434,-0.98914,2.06507,-0.43417
-5.15902,0.92381,-1.60253,-1.32484,-0.98895,2.06474,-0.43380
-5.16005,0.92427,-1.60206,-1.32533,-0.98877,2.06441,-0.43344
-5.16109,0.92472,-1.60159,-1.32581,-0.98859,2.06409,-0.43308
-5.16213,0.92517,-1.60113,-1.32629,-0.98841,2.06377,-0.43273
-5.16316,0.92560,-1.60067,-1.32675,-0.98824,2.06346,-0.43238
-5.16420,0.92603,-1.60023,-1.32721,-0.98807,2.06315,-0.43204
-5.16523,0.92646,-1.59979,-1.32766,-0.98790,2.06285,-0.43171
-5.16627,0.92687,-1.59936,-1.32811,-0.98773,2.06255,-0.43138
-5.16731,0.92728,-1.59894,-1.32855,-0.98756,2.06226,-0.43105
-5.16834,0.92768,-1.59853,-1.32898,-0.98740,2.06197,-0.43074
-5.16938,0.92807,-1.59812,-1.32940,-0.98723,2.06169,-0.43042
-5.17041,0.92846,-1.59772,-1.32982,-0.98707,2.06141,-0.43012
-5.17145,0.92884,-1.59732,-1.33023,-0.98692,2.06114,-0.42981
-5.17249,0.92922,-1.59694,-1.33064,-0.98676,2.06087,-0.42952
-5.17352,0.92958,-1.59656,-1.33104,-0.98661,2.06060,-0.42922
-5.17456,0.92995,-1.59618,-1.33143,-0.98646,2.06034,-0.42894
-5.17559,0.93030,-1.59582,-1.33182,-0.98631,2.06009,-0.42865
-5.17663,0.93065,-1.59545,-1.33220,-0.98616,2.05983,-0.42838
-5.17766,0.93100,-1.59510,-1.33257,-0.98601,2.05959,-0.42810
-5.17870,0.93133,-1.59475,-1.33294,-0.98587,2.05934,-0.42784
-5.17974,0.93167,-1.59441,-1.33330,-0.98572,2.05910,-0.42757
-5.18077,0.93199,-1.59407,-1.33366,-0.98558,2.05887,-0.42731
-5.18181,0.93231,-1.59374,-1.33401,-0.98545,2.05864,-0.42706
-5.18284,0.93263,-1.59341,-1.33436,-0.98531,2.05841,-0.42681
-5.18388,0.93295,-1.59308,-1.33471,-0.98517,2.05817,-0.42655
-5.18492,0.93340,-1.59260,-1.33522,-0.98498,2.05785,-0.42620
-5.18595,0.93384,-1.59214,-1.33571,-0.98479,2.05754,-0.42585
-5.18699,0.93427,-1.59168,-1.33620,-0.98461,2.05723,-0.42551
-5.18802,0.93469,-1.59123,-1.33667,-0.98443,2.05693,-0.42518
-5.18906,0.93511,-1.59079,-1.33714,-0.98425,2.05663,-0.42485
-5.19010,0.93552,-1.59035,-1.33761,-0.98407,2.05633,-0.42453
-5.19113,0.93592,-1.58993,-1.33806,-0.98390,2.05604,-0.42421
-5.19217,0.93632,-1.58951,-1.33851,-0.98373,2.05576,-0.42390
-5.19320,0.93670,-1.58909,-1.33895,-0.98356,2.05548,-0.42359
-5.19424,0.93709,-1.58869,-1.33939,-0.98339,2.05520,-0.42329
-5.19528,0.93746,-1.58829,-1.33982,-0.98322,2.05493,-0.42300
-5.19631,0.93783,-1.58790,-1.34024,-0.98306,2.05467,-0.42270
-5.19735,0.93820,-1.58751,-1.34065,-0.98290,2.05440,-0.42242
-5.19838,0.93855,-1.58714,-1.34106,-0.98274,2.05415,-0.42214
-5.19942,0.93891,-1.58676,-1.34146,-0.98258,2.05389,-0.42186
-5.20046,0.93925,-1.58640,-1.34186,-0.98243,2.05364,-0.42159
-5.20149,0.93959,-1.58604,-1.34225,-0.98227,2.05340,-0.42132
-5.20253,0.93992,-1.58569,-1.34263,-0.98212,2.05316,-0.42106
-5.20356,0.94025,-1.58534,-1.34301,-0.98197,2.05292,-0.42080
-5.20460,0.94058,-1.58500,-1.34338,-0.98183,2.05269,-0.42054
-5.20564,0.94089,-1.58466,-1.34375,-0.98168,2.05246,-0.42029
-5.20667,0.94120,-1.58433,-1.34411,-0.98154,2.05223,-0.42005
-5.20771,0.94145,-1.58407,-1.34440,-0.98143,2.05205,-0.41985
-5.20874,0.94209,-1.58337,-1.34515,-0.98115,2.05159,-0.41935
-5.20978,0.94272,-1.58267,-1.34589,-0.98088,2.05114,-0.41886
-5.21082,0.94334,-1.58200,-1.34662,-0.98062,2.05070,-0.41838
-5.21185,0.94395,-1.58133,-1.34734,-0.98035,2.05026,-0.41791
-5.21289,0.94455,-1.58067,-1.34804,-0.98009,2.04983,-0.41744
-5.21392,0.94514,-1.58003,-1.34874,-0.97984,2.04941,-0.41698
-5.21496,0.94572,-1.57939,-1.34942,-0.97959,2.04899,-0.41653
-5.21600,0.94629,-1.57877,-1.35009,-0.97934,2.04858,-0.41609
-5.21703,0.94685,-1.57816,-1.35075,-0.97909,2.04818,-0.41565
-5.21807,0.94740,-1.57756,-1.35140,-0.97885,2.04778,-0.41522
-5.21910,0.94794,-1.57697,-1.35204,-0.97861,2.04739,-0.41480
-5.22014,0.94847,-1.57639,-1.35267,-0.97838,2.04701,-0.41438
-5.22117,0.94900,-1.57582,-1.35329,-0.97814,2.04663,-0.41398
-5.22221,0.94951,-1.57526,-1.35390,-0.97791,2.04626,-0.41358
-5.22325,0.95002,-1.57471,-1.35450,-0.97769,2.04590,-0.41318
-5.22428,0.95052,-1.57417,-1.35509,-0.97746,2.04554,-0.41279
-5.22532,0.95101,-1.57364,-1.35567,-0.97724,2.04518,-0.41241
-5.22635,0.95149,-1.57311,-1.35625,-0.97703,2.04483,-0.41204
-5.22739,0.95197,-1.57260,-1.35681,-0.97681,2.04449,-0.41167
-5.22843,0.95243,-1.57209,-1.35736,-0.97660,2.04415,-0.41130
-5.22946,0.95289,-1.57160,-1.35791,-0.97639,2.04382,-0.41095
-5.23050,0.95334,-1.57111,-1.35845,-0.97619,2.04349,-0.41059
-5.23153,0.95379,-1.57063,-1.35897,-0.97598,2.04317,-0.41025
-5.23257,0.95422,-1.57016,-1.35949,-0.97578,2.04286,-0.40991
-5.23361,0.95465,-1.56970,-1.36000,-0.97559,2.04255,-0.40958
-5.23464,0.95507,-1.56924,-1.36051,-0.97539,2.04224,-0.40925
-5.23568,0.95549,-1.56880,-1.36100,-0.97520,2.04194,-0.40892
-5.23671,0.95590,-1.56836,-1.36149,-0.97501,2.04164,-0.40861
-5.23775,0.95630,-1.56792,-1.36197,-0.97482,2.04135,-0.40829
-5.23879,0.95669,-1.56750,-1.36244,-0.97464,2.04107,-0.40799
-5.23982,0.95708,-1.56708,-1.36291,-0.97445,2.04078,-0.40769
-5.24086,0.95746,-1.56667,-1.36336,-0.97427,2.04051,-0.40739
-5.24189,0.95784,-1.56627,-1.36381,-0.97410,2.04023,-0.40710
-5.24293,0.95820,-1.56587,-1.36426,-0.97392,2.03997,-0.40681
-5.24397,0.95857,-1.56549,-1.36469,-0.97375,2.03970,-0.40653
-5.24500,0.95892,-1.56510,-1.36512,-0.97358,2.03944,-0.40625
-5.24604,0.95927,-1.56473,-1.36554,-0.97341,2.03919,-0.40598
-5.24707,0.95962,-1.56436,-1.36596,-0.97324,2.03894,-0.40571
-5.24811,0.95996,-1.56399,-1.36637,-0.97308,2.03869,-0.40544
-5.24915,0.96029,-1.56364,-1.36677,-0.97292,2.03845,-0.40518
-5.25018,0.96062,-1.56329,-1.36717,-0.97276,2.03821,-0.40493
-5.25122,0.96094,-1.56294,-1.36756,-0.97260,2.03797,-0.40468
-5.25225,0.96126,-1.56260,-1.36794,-0.97245,2.03774,-0.40443
-5.25329,0.96157,-1.56227,-1.36832,-0.97229,2.03751,-0.40419
-5.25433,0.96173,-1.56209,-1.36852,-0.97221,2.03739,-0.40406
-5.25536,0.96216,-1.56162,-1.36905,-0.97201,2.03709,-0.40373
-5.25640,0.96257,-1.56117,-1.36956,-0.97181,2.03678,-0.40341
-5.25743,0.96298,-1.56072,-1.37007,-0.97161,2.03649,-0.40309
-5.25847,0.96338,-1.56027,-1.37057,-0.97142,2.03619,-0.40278
-5.25950,0.96378,-1.55984,-1.37106,-0.97123,2.03591,-0.40248
-5.26054,0.96417,-1.55941,-1.37154,-0.97104,2.03562,-0.40218
-5.26158,0.96455,-1.55899,-1.37202,-0.97085,2.03535,-0.40188
-5.26261,0.96492,-1.55858,-1.37249,-0.97067,2.03507,-0.40159
-5.26365,0.96529,-1.55817,-1.37295,-0.97048,2.03480,-0.40130
-5.26468,0.96566,-1.55777,-1.37341,-0.97031,2.03454,-0.40102
-5.26572,0.96601,-1.55738,-1.37385,-0.97013,2.03428,-0.40075
-5.26676,0.96637,-1.55700,-1.37429,-0.96995,2.03402,-0.40048
-5.26779,0.96671,-1.55662,-1.37473,-0.96978,2.03377,-0.40021
-5.26883,0.96705,-1.55625,-1.37515,-0.96961,2.03352,-0.39994
-5.26986,0.96738,-1.55588,-1.37557,-0.96944,2.03328,-0.39969
-5.27090,0.96771,-1.55552,-1.37598,-0.96928,2.03304,-0.39943
-5.27194,0.96804,-1.55517,-1.37639,-0.96912,2.03280,-0.39918
-5.27297,0.96835,-1.55482,-1.37679,-0.96896,2.03257,-0.39894
-5.27401,0.96867,-1.55448,-1.37718,-0.96880,2.03234,-0.39869
-5.27504,0.96897,-1.55414,-1.37757,-0.96864,2.03212,-0.39846
-5.27608,0.96902,-1.55409,-1.37763,-0.96862,2.03208,-0.39842
-5.27712,0.96952,-1.55355,-1.37823,-0.96839,2.03172,-0.39804
-5.27815,0.97000,-1.55302,-1.37882,-0.96817,2.03137,-0.39767
-5.27919,0.97048,-1.55250,-1.37940,-0.96795,2.03102,-0.39730
-5.28022,0.97095,-1.55199,-1.37997,-0.96774,2.03068,-0.39694
-5.28126,0.97141,-1.55149,-1.38053,-0.96753,2.03035,-0.39659
-5.28230,0.97186,-1.55099,-1.38108,-0.96732,2.03002,-0.39624
-5.28333,0.97231,-1.55051,-1.38163,-0.96711,2.02969,-0.39590
-5.28437,0.97275,-1.55003,-1.38216,-0.96691,2.02937,-0.39556
-5.28540,0.97318,-1.54956,-1.38269,-0.96670,2.02906,-0.39523
-5.28644,0.97360,-1.54910,-1.38320,-0.96651,2.02875,-0.39490
-5.28748,0.97402,-1.54865,-1.38371,-0.96631,2.02845,-0.39458
-5.28851,0.97443,-1.54820,-1.38422,-0.96612,2.02815,-0.39427
-5.28955,0.97484,-1.54776,-1.38471,-0.96593,2.02785,-0.39396
-5.29058,0.97523,-1.54733,-1.38519,-0.96574,2.02756,-0.39365
-5.29162,0.97562,-1.54691,-1.38567,-0.96555,2.02728,-0.39335
-5.29266,0.97601,-1.54650,-1.38614,-0.96537,2.02700,-0.39306
-5.29369,0.97639,-1.54609,-1.38661,-0.96519,2.02672,-0.39277
-5.29473,0.97676,-1.54569,-1.38706,-0.96501,2.02645,-0.39248
-5.29576,0.97712,-1.54529,-1.38751,-0.96484,2.02618,-0.39220
-5.29680,0.97748,-1.54490,-1.38795,-0.96466,2.02592,-0.39193
-5.29783,0.97783,-1.54452,-1.38838,-0.96449,2.02566,-0.39166
-5.29887,0.97818,-1.54415,-1.38881,-0.96433,2.02541,-0.39139
-5.29991,0.97852,-1.54378,-1.38923,-0.96416,2.02516,-0.39113
-5.30094,0.97886,-1.54342,-1.38965,-0.96400,2.02491,-0.39087
-5.30198,0.97919,-1.54306,-1.39005,-0.96383,2.02467,-0.39061
-5.30301,0.97951,-1.54271,-1.39045,-0.96367,2.02443,-0.39037
-5.30405,0.97983,-1.54237,-1.39085,-0.96352,2.02420,-0.39012
-5.30509,0.98015,-1.54203,-1.39124,-0.96336,2.02397,-0.38988
-5.30612,0.98035,-1.54181,-1.39148,-0.96326,2.02381,-0.38972
-5.30716,0.98086,-1.54129,-1.39204,-0.96306,2.02344,-0.38933
-5.30819,0.98137,-1.54078,-1.39259,-0.96286,2.02308,-0.38895
-5.30923,0.98186,-1.54027,-1.39313,-0.96267,2.02272,-0.38857
-5.31027,0.98235,-1.53978,-1.39366,-0.96247,2.02236,-0.38820
-5.31130,0.98283,-1.53929,-1.39418,-0.96228,2.02201,-0.38784
-5.31234,0.98330,-1.53881,-1.39470,-0.96209,2.02167,-0.38748
-5.31337,0.98376,-1.53834,-1.39520,-0.96191,2.02133,-0.38713
-5.31441,0.98422,-1.53788,-1.39570,-0.96173,2.02100,-0.38678
-5.31545,0.98466,-1.53743,-1.39619,-0.96154,2.02067,-0.38644
-5.31648,0.98510,-1.53698,-1.39667,-0.96137,2.02035,-0.38610
-5.31752,0.98554,-1.53654,-1.39714,-0.96119,2.02003,-0.38578
-5.31855,0.98596,-1.53611,-1.39761,-0.96102,2.01972,-0.38545
-5.31959,0.98638,-1.53569,-1.39807,-0.96084,2.01942,-0.38513
-5.32063,0.98679,-1.53527,-1.39852,-0.96068,2.01912,-0.38482
-5.32166,0.98720,-1.53486,-1.39897,-0.96051,2.01882,-0.38451
-5.32270,0.98760,-1.53446,-1.39940,-0.96034,2.01853,-0.38421
-5.32373,0.98799,-1.53406,-1.39983,-0.96018,2.01824,-0.38391
-5.32477,0.98837,-1.53367,-1.40026,-0.96002,2.01796,-0.38362
-5.32581,0.98875,-1.53329,-1.40067,-0.95986,2.01768,-0.38333
-5.32684,0.98912,-1.53292,-1.40108,-0.95971,2.01741,-0.38305
-5.32788,0.98949,-1.53255,-1.40149,-0.95955,2.01714,-0.38277
-5.32891,0.98985,-1.53219,-1.40188,-0.95940,2.01687,-0.38249
-5.32995,0.99020,-1.53183,-1.40228,-0.95925,2.01661,-0.38222
-5.33099,0.99055,-1.53148,-1.40266,-0.95910,2.01636,-0.38196
-5.33202,0.99090,-1.53114,-1.40304,-0.95896,2.01611,-0.38170
-5.33306,0.99123,-1.53080,-1.40341,-0.95881,2.01586,-0.38144
-5.33409,0.99156,-1.53047,-1.40378,-0.95867,2.01562,-0.38119
-5.33513,0.99189,-1.53014,-1.40414,-0.95853,2.01538,-0.38094
-5.33616,0.99196,-1.53007,-1.40422,-0.95850,2.01532,-0.38089
-5.33720,0.99237,-1.52967,-1.40465,-0.95834,2.01503,-0.38058
-5.33824,0.99276,-1.52927,-1.40506,-0.95819,2.01473,-0.38028
-5.33927,0.99316,-1.52889,-1.40548,-0.95804,2.01445,-0.37998
-5.34031,0.99354,-1.52851,-1.40588,-0.95788,2.01416,-0.37969
-5.34134,0.99392,-1.52814,-1.40628,-0.95774,2.01389,-0.37940
-5.34238,0.99429,-1.52777,-1.40668,-0.95759,2.01361,-0.37912
-5.34342,0.99466,-1.52741,-1.40706,-0.95744,2.01334,-0.37884
-5.34445,0.99502,-1.52706,-1.40745,-0.95730,2.01308,-0.37857
-5.34549,0.99537,-1.52671,-1.40782,-0.95716,2.01282,-0.37830
-5.34652,0.99572,-1.52637,-1.40819,-0.95702,2.01256,-0.37804
-5.34756,0.99606,-1.52604,-1.40855,-0.95688,2.01231,-0.37778
-5.34860,0.99640,-1.52571,-1.40891,-0.95675,2.01206,-0.37752
-5.34963,0.99673,-1.52538,-1.40926,-0.95661,2.01182,-0.37727
-5.35067,0.99684,-1.52528,-1.40937,-0.95657,2.01174,-0.37719
-5.35170,0.99723,-1.52489,-1.40980,-0.95641,2.01145,-0.37689
-5.35274,0.99762,-1.52450,-1.41022,-0.95626,2.01117,-0.37660
-5.35378,0.99800,-1.52412,-1.41063,-0.95611,2.01089,-0.37631
-5.35481,0.99837,-1.52375,-1.41103,-0.95595,2.01061,-0.37603
-5.35585,0.99874,-1.52338,-1.41143,-0.95581,2.01034,-0.37575
-5.35688,0.99910,-1.52303,-1.41182,-0.95566,2.01008,-0.37548
-5.35792,0.99946,-1.52267,-1.41220,-0.95551,2.00982,-0.37521
-5.35896,0.99981,-1.52233,-1.41258,-0.95537,2.00956,-0.37495
-5.35999,1.00015,-1.52198,-1.41296,-0.95523,2.00930,-0.37469
-5.36103,1.00049,-1.52165,-1.41332,-0.95509,2.00906,-0.37443
-5.36206,1.00082,-1.52132,-1.41368,-0.95495,2.00881,-0.37418
-5.36310,1.00110,-1.52104,-1.41398,-0.95484,2.00861,-0.37397
-5.36414,1.00157,-1.52056,-1.41450,-0.95466,2.00826,-0.37361
-5.36517,1.00204,-1.52009,-1.41501,-0.95447,2.00792,-0.37326
-5.36621,1.00250,-1.51963,-1.41552,-0.95429,2.00758,-0.37292
-5.36724,1.00295,-1.51917,-1.41601,-0.95411,2.00725,-0.37258
-5.36828,1.00340,-1.51872,-1.41650,-0.95394,2.00692,-0.37225
-5.36932,1.00383,-1.51828,-1.41698,-0.95376,2.00660,-0.37192
-5.37035,1.00426,-1.51785,-1.41745,-0.95359,2.00628,-0.37160
-5.37139,1.00469,-1.51742,-1.41791,-0.95342,2.00597,-0.37128
-5.37242,1.00510,-1.51701,-1.41837,-0.95325,2.00567,-0.37097
-5.37346,1.00551,-1.51660,-1.41881,-0.95309,2.00537,-0.37066
-5.37449,1.00591,-1.51619,-1.41926,-0.95293,2.00507,-0.37036
-5.37553,1.00631,-1.51580,-1.41969,-0.95277,2.00478,-0.37006
-5.37657,1.00670,-1.51541,-1.42012,-0.95261,2.00449,-0.36977
-5.37760,1.00708,-1.51502,-1.42054,-0.95245,2.00421,-0.36948
-5.37864,1.00746,-1.51465,-1.42095,-0.95230,2.00394,-0.36920
-5.37967,1.00783,-1.51428,-1.42136,-0.95215,2.00366,-0.36892
-5.38071,1.00819,-1.51391,-1.42176,-0.95200,2.00339,-0.36865
-5.38175,1.00855,-1.51355,-1.42215,-0.95185,2.00313,-0.36838
-5.38278,1.00890,-1.51320,-1.42254,-0.95170,2.00287,-0.36812
-5.38382,1.00925,-1.51286,-1.42292,-0.95156,2.00262,-0.36786
-5.38485,1.00959,-1.51252,-1.42330,-0.95142,2.00236,-0.36760
-5.38589,1.00992,-1.51218,-1.42367,-0.95128,2.00212,-0.36735
-5.38693,1.01025,-1.51186,-1.42403,-0.95114,2.00187,-0.36710
-5.38796,1.01033,-1.51178,-1.42412,-0.95111,2.00182,-0.36704
-5.38900,1.01112,-1.51098,-1.42495,-0.95083,2.00124,-0.36646
-5.39003,1.01190,-1.51020,-1.42578,-0.95055,2.00067,-0.36588
-5.39107,1.01267,-1.50943,-1.42659,-0.95028,2.00011,-0.36531
-5.39211,1.01342,-1.50868,-1.42738,-0.95001,1.99955,-0.36475
-5.39314,1.01417,-1.50794,-1.42817,-0.94975,1.99901,-0.36420
-5.39418,1.01490,-1.50721,-1.42894,-0.94949,1.99847,-0.36366
-5.39521,1.01562,-1.50650,-1.42969,-0.94923,1.99795,-0.36312
-5.39625,1.01633,-1.50579,-1.43044,-0.94898,1.99743,-0.36260
-5.39729,1.01702,-1.50510,-1.43117,-0.94873,1.99692,-0.36208
-5.39832,1.01771,-1.50442,-1.43189,-0.94848,1.99642,-0.36158
-5.39936,1.01838,-1.50376,-1.43260,-0.94824,1.99592,-0.36108
-5.40039,1.01905,-1.50310,-1.43330,-0.94800,1.99543,-0.36059
-5.40143,1.01970,-1.50246,-1.43398,-0.94777,1.99495,-0.36010
-5.40247,1.02034,-1.50183,-1.43466,-0.94753,1.99448,-0.35963
-5.40350,1.02097,-1.50120,-1.43532,-0.94730,1.99402,-0.35916
-5.40454,1.02160,-1.50059,-1.43598,-0.94708,1.99356,-0.35870
-5.40557,1.02221,-1.49999,-1.43662,-0.94685,1.99311,-0.35825
-5.40661,1.02281,-1.49940,-1.43725,-0.94663,1.99267,-0.35780
-5.40765,1.02340,-1.49882,-1.43787,-0.94642,1.99223,-0.35737
-5.40868,1.02398,-1.49825,-1.43848,-0.94620,1.99180,-0.35694
-5.40972,1.02456,-1.49769,-1.43908,-0.94599,1.99138,-0.35651
-5.41075,1.02512,-1.49714,-1.43968,-0.94578,1.99096,-0.35610
-5.41179,1.02567,-1.49660,-1.44026,-0.94558,1.99055,-0.35569
-5.41283,1.02622,-1.49607,-1.44083,-0.94538,1.99015,-0.35528
-5.41386,1.02675,-1.49555,-1.44139,-0.94518,1.98976,-0.35489
-5.41490,1.02728,-1.49504,-1.44195,-0.94498,1.98937,-0.35450
-5.41593,1.02780,-1.49453,-1.44249,-0.94479,1.98898,-0.35411
-5.41697,1.02831,-1.49404,-1.44303,-0.94460,1.98860,-0.35374
-5.41800,1.02881,-1.49355,-1.44356,-0.94441,1.98823,-0.35336
-5.41904,1.02931,-1.49307,-1.44408,-0.94422,1.98787,-0.35300
-5.42008,1.02979,-1.49260,-1.44459,-0.94404,1.98751,-0.35264
-5.42111,1.03027,-1.49214,-1.44509,-0.94386,1.98715,-0.35229
-5.42215,1.03074,-1.49169,-1.44558,-0.94368,1.98680,-0.35194
-5.42318,1.03120,-1.49124,-1.44607,-0.94350,1.98646,-0.35160
-5.42422,1.03166,-1.49080,-1.44655,-0.94333,1.98612,-0.35126
-5.42526,1.03210,-1.49037,-1.44702,-0.94316,1.98579,-0.35093
-5.42629,1.03254,-1.48995,-1.44748,-0.94299,1.98547,-0.35061
-5.42733,1.03298,-1.48953,-1.44794,-0.94282,1.98514,-0.35029
-5.42836,1.03340,-1.48912,-1.44839,-0.94266,1.98483,-0.34997
-5.42940,1.03382,-1.48872,-1.44883,-0.94249,1.98452,-0.34966
-5.43044,1.03423,-1.48833,-1.44926,-0.94233,1.98421,-0.34936
-5.43147,1.03464,-1.48794,-1.44969,-0.94218,1.98391,-0.34906
-5.43251,1.03504,-1.48756,-1.45011,-0.94202,1.98361,-0.34876
-5.43354,1.03543,-1.48718,-1.45052,-0.94187,1.98332,-0.34848
-5.43458,1.03581,-1.48681,-1.45093,-0.94172,1.98303,-0.34819
-5.43562,1.03619,-1.48645,-1.45133,-0.94157,1.98275,-0.34791
-5.43665,1.03656,-1.48609,-1.45173,-0.94142,1.98247,-0.34764
-5.43769,1.03693,-1.48574,-1.45211,-0.94127,1.98220,-0.34736
-5.43872,1.03729,-1.48540,-1.45250,-0.94113,1.98193,-0.34710
-5.43976,1.03764,-1.48506,-1.45287,-0.94099,1.98167,-0.34684
-5.44080,1.03799,-1.48473,-1.45324,-0.94085,1.98141,-0.34658
-5.44183,1.03833,-1.48440,-1.45360,-0.94071,1.98115,-0.34633
-5.44287,1.03849,-1.48426,-1.45376,-0.94066,1.98104,-0.34621
-5.44390,1.03900,-1.48378,-1.45427,-0.94048,1.98065,-0.34583
-5.44494,1.03951,-1.48331,-1.45477,-0.94031,1.98028,-0.34546
-5.44598,1.04001,-1.48284,-1.45526,-0.94014,1.97991,-0.34510
-5.44701,1.04050,-1.48239,-1.45574,-0.93997,1.97955,-0.34474
-5.44805,1.04098,-1.48194,-1.45622,-0.93981,1.97919,-0.34438
-5.44908,1.04145,-1.48150,-1.45668,-0.93964,1.97884,-0.34404
-5.45012,1.04192,-1.48107,-1.45714,-0.93948,1.97849,-0.34369
-5.45116,1.04238,-1.48064,-1.45759,-0.93933,1.97815,-0.34336
-5.45219,1.04283,-1.48023,-1.45804,-0.93917,1.97781,-0.34303
-5.45323,1.04327,-1.47982,-1.45848,-0.93901,1.97748,-0.34270
-5.45426,1.04371,-1.47941,-1.45891,-0.93886,1.97716,-0.34238
-5.45530,1.04414,-1.47902,-1.45933,-0.93871,1.97684,-0.34207
-5.45633,1.04456,-1.47863,-1.45975,-0.93857,1.97652,-0.34176
-5.45737,1.04498,-1.47824,-1.46016,-0.93842,1.97621,-0.34145
-5.45841,1.04539,-1.47787,-1.46056,-0.93828,1.97591,-0.34115
-5.45944,1.04579,-1.47750,-1.46096,-0.93813,1.97561,-0.34086
-5.46048,1.04618,-1.47713,-1.46135,-0.93799,1.97532,-0.34057
-5.46151,1.04657,-1.47678,-1.46173,-0.93786,1.97503,-0.34028
-5.46255,1.04695,-1.47643,-1.46211,-0.93772,1.97474,-0.34000
-5.46359,1.04733,-1.47608,-1.46248,-0.93758,1.97446,-0.33973
-5.46462,1.04770,-1.47574,-1.46285,-0.93745,1.97418,-0.33946
-5.46566,1.04806,-1.47541,-1.46321,-0.93732,1.97391,-0.33919
-5.46669,1.04842,-1.47508,-1.46356,-0.93719,1.97365,-0.33893
-5.46773,1.04877,-1.47476,-1.46391,-0.93706,1.97338,-0.33867
-5.46877,1.04889,-1.47465,-1.46403,-0.93702,1.97329,-0.33858
-5.46980,1.04938,-1.47422,-1.46447,-0.93688,1.97293,-0.33823
-5.47084,1.04987,-1.47379,-1.46491,-0.93673,1.97257,-0.33787
-5.47187,1.05034,-1.47337,-1.46534,-0.93659,1.97222,-0.33753
-5.47291,1.05081,-1.47296,-1.46576,-0.93644,1.97187,-0.33719
-5.47395,1.05127,-1.47255,-1.46618,-0.93630,1.97152,-0.33685
-5.47498,1.05172,-1.47216,-1.46659,-0.93617,1.97119,-0.33652
-5.47602,1.05217,-1.47177,-1.46699,-0.93603,1.97086,-0.33620
-5.47705,1.05260,-1.47138,-1.46739,-0.93590,1.97053,-0.33588
-5.47809,1.05304,-1.47100,-1.46778,-0.93576,1.97021,-0.33556
-5.47913,1.05346,-1.47063,-1.46816,-0.93563,1.96989,-0.33526
-5.48016,1.05387,-1.47027,-1.46854,-0.93550,1.96958,-0.33495
-5.48120,1.05428,-1.46991,-1.46891,-0.93537,1.96928,-0.33465
-5.48223,1.05469,-1.46956,-1.46928,-0.93525,1.96898,-0.33436
-5.48327,1.05508,-1.46921,-1.46964,-0.93512,1.96868,-0.33407
-5.48431,1.05547,-1.46887,-1.46999,-0.93500,1.96839,-0.33379
-5.48534,1.05586,-1.46853,-1.47034,-0.93488,1.96810,-0.33351
-5.48638,1.05623,-1.46821,-1.47069,-0.93476,1.96782,-0.33323
-5.48741,1.05660,-1.46788,-1.47102,-0.93464,1.96754,-0.33296
-5.48845,1.05697,-1.46756,-1.47136,-0.93453,1.96727,-0.33270
-5.48949,1.05728,-1.46729,-1.47163,-0.93443,1.96704,-0.33247
-5.49052,1.05789,-1.46678,-1.47213,-0.93428,1.96658,-0.33203
-5.49156,1.05849,-1.46628,-1.47262,-0.93413,1.96614,-0.33160
-5.49259,1.05909,-1.46578,-1.47310,-0.93399,1.96570,-0.33117
-5.49363,1.05967,-1.46529,-1.47358,-0.93384,1.96526,-0.33075
-5.49466,1.06024,-1.46481,-1.47404,-0.93370,1.96484,-0.33033
-5.49570,1.06080,-1.46434,-1.47450,-0.93356,1.96442,-0.32993
-5.49674,1.06136,-1.46388,-1.47495,-0.93342,1.96401,-0.32953
-5.49777,1.06190,-1.46343,-1.47540,-0.93328,1.96360,-0.32913
-5.49881,1.06244,-1.46298,-1.47583,-0.93314,1.96320,-0.32875
-5.49984,1.06297,-1.46254,-1.47626,-0.93301,1.96281,-0.32837
-5.50088,1.06349,-1.46211,-1.47669,-0.93288,1.96242,-0.32799
-5.50192,1.06400,-1.46169,-1.47710,-0.93275,1.96204,-0.32762
-5.50295,1.06450,-1.46127,-1.47751,-0.93262,1.96167,-0.32726
-5.50399,1.06499,-1.46086,-1.47792,-0.93249,1.96130,-0.32690
-5.50502,1.06548,-1.46046,-1.47831,-0.93236,1.96094,-0.32655
-5.50606,1.06595,-1.46007,-1.47870,-0.93224,1.96058,-0.32621
-5.50710,1.06642,-1.45968,-1.47908,-0.93212,1.96023,-0.32587
-5.50813,1.06689,-1.45930,-1.47946,-0.93200,1.95989,-0.32554
-5.50917,1.06734,-1.45892,-1.47983,-0.93188,1.95955,-0.32521
-5.51020,1.06779,-1.45855,-1.48020,-0.93176,1.95921,-0.32489
-5.51124,1.06823,-1.45819,-1.48056,-0.93165,1.95888,-0.32457
-5.51228,1.06866,-1.45784,-1.48091,-0.93153,1.95856,-0.32426
-5.51331,1.06908,-1.45749,-1.48126,-0.93142,1.95824,-0.32395
-5.51435,1.06950,-1.45714,-1.48160,-0.93131,1.95793,-0.32365
-5.51538,1.06991,-1.45681,-1.48194,-0.93120,1.95762,-0.32335
-5.51642,1.07031,-1.45647,-1.48227,-0.93109,1.95732,-0.32306
-5.51746,1.07071,-1.45615,-1.48260,-0.93098,1.95702,-0.32278
-5.51849,1.07110,-1.45583,-1.48292,-0.93088,1.95673,-0.32249
-5.51953,1.07149,-1.45551,-1.48323,-0.93077,1.95644,-0.32222
-5.52056,1.07187,-1.45520,-1.48354,-0.93067,1.95615,-0.32194
-5.52160,1.07222,-1.45492,-1.48383,-0.93057,1.95589,-0.32169
-5.52264,1.07276,-1.45447,-1.48427,-0.93044,1.95549,-0.32130
-5.52367,1.07329,-1.45403,-1.48470,-0.93031,1.95509,-0.32092
-5.52471,1.07382,-1.45360,-1.48512,-0.93018,1.95470,-0.32054
-5.52574,1.07433,-1.45318,-1.48554,-0.93005,1.95431,-0.32017
-5.52678,1.07484,-1.45276,-1.48594,-0.92993,1.95393,-0.31981
-5.52782,1.07534,-1.45235,-1.48635,-0.92981,1.95356,-0.31945
-5.52885,1.07583,-1.45195,-1.48674,-0.92968,1.95319,-0.31910
-5.52989,1.07631,-1.45155,-1.48713,-0.92956,1.95283,-0.31876
-5.53092,1.07678,-1.45117,-1.48751,-0.92944,1.95248,-0.31842
-5.53196,1.07725,-1.45078,-1.48789,-0.92932,1.95213,-0.31808
-5.53299,1.07771,-1.45041,-1.48826,-0.92921,1.95178,-0.31775
-5.53403,1.07816,-1.45004,-1.48863,-0.92909,1.95145,-0.31743
-5.53507,1.07860,-1.44968,-1.48899,-0.92898,1.95111,-0.31711
-5.53610,1.07904,-1.44932,-1.48934,-0.92887,1.95079,-0.31680
-5.53714,1.07947,-1.44897,-1.48969,-0.92876,1.95046,-0.31649
-5.53817,1.07989,-1.44863,-1.49003,-0.92865,1.95015,-0.31619
-5.53921,1.08031,-1.44829,-1.49036,-0.92854,1.94984,-0.31589
-5.54025,1.08072,-1.44796,-1.49070,-0.92844,1.94953,-0.31560
-5.54128,1.08112,-1.44764,-1.49102,-0.92833,1.94923,-0.31531
-5.54232,1.08151,-1.44731,-1.49134,-0.92823,1.94893,-0.31503
-5.54335,1.08190,-1.44700,-1.49166,-0.92813,1.94864,-0.31475
-5.54439,1.08228,-1.44669,-1.49197,-0.92803,1.94835,-0.31447
-5.54543,1.08263,-1.44640,-1.49225,-0.92793,1.94809,-0.31422
-5.54646,1.08314,-1.44598,-1.49268,-0.92780,1.94771,-0.31387
-5.54750,1.08363,-1.44557,-1.49310,-0.92767,1.94734,-0.31351
-5.54853,1.08411,-1.44516,-1.49351,-0.92754,1.94698,-0.31317
-5.54957,1.08459,-1.44476,-1.49391,-0.92742,1.94662,-0.31283
-5.55061,1.08506,-1.44437,-1.49431,-0.92729,1.94627,-0.31249
-5.55164,1.08552,-1.44398,-1.49470,-0.92717,1.94592,-0.31216
-5.55268,1.08597,-1.44360,-1.49509,-0.92705,1.94558,-0.31184
-5.55371,1.08642,-1.44323,-1.49547,-0.92693,1.94525,-0.31152
-5.55475,1.08686,-1.44286,-1.49584,-0.92681,1.94492,-0.31121
-5.55579,1.08729,-1.44250,-1.49621,-0.92669,1.94459,-0.31090
-5.55682,1.08772,-1.44215,-1.49657,-0.92657,1.94427,-0.31060
-5.55786,1.08813,-1.44180,-1.49693,-0.92646,1.94396,-0.31030
-5.55889,1.08855,-1.44146,-1.49728,-0.92635,1.94365,-0.31001
-5.55993,1.08895,-1.44112,-1.49762,-0.92624,1.94335,-0.30972
-5.56097,1.08935,-1.44079,-1.49796,-0.92613,1.94305,-0.30944
-5.56200,1.08974,-1.44047,-1.49829,-0.92602,1.94275,-0.30916
-5.56304,1.09012,-1.44015,-1.49862,-0.92591,1.94246,-0.30888
-5.56407,1.09050,-1.43983,-1.49894,-0.92581,1.94218,-0.30861
-5.56511,1.09078,-1.43960,-1.49918,-0.92573,1.94197,-0.30842
-5.56615,1.09132,-1.43914,-1.49964,-0.92559,1.94156,-0.30803
-5.56718,1.09186,-1.43869,-1.50010,-0.92545,1.94116,-0.30765
-5.56822,1.09238,-1.43825,-1.50055,-0.92531,1.94077,-0.30728
-5.56925,1.09290,-1.43782,-1.50099,-0.92518,1.94038,-0.30691
-5.57029,1.09341,-1.43739,-1.50142,-0.92504,1.94000,-0.30655
-5.57132,1.09391,-1.43697,-1.50185,-0.92491,1.93962,-0.30620
-5.57236,1.09440,-1.43656,-1.50227,-0.92478,1.93925,-0.30585
-5.57340,1.09488,-1.43615,-1.50268,-0.92465,1.93889,-0.30551
-5.57443,1.09536,-1.43575,-1.50309,-0.92453,1.93853,-0.30517
-5.57547,1.09582,-1.43536,-1.50348,-0.92440,1.93818,-0.30484
-5.57650,1.09629,-1.43498,-1.50388,-0.92428,1.93783,-0.30451
-5.57754,1.09674,-1.43460,-1.50426,-0.92416,1.93749,-0.30419
-5.57858,1.09718,-1.43423,-1.50465,-0.92404,1.93716,-0.30388
-5.57961,1.09762,-1.43386,-1.50502,-0.92392,1.93683,-0.30356
-5.58065,1.09805,-1.43350,-1.50539,-0.92380,1.93650,-0.30326
-5.58168,1.09848,-1.43315,-1.50575,-0.92369,1.93618,-0.30296
-5.58272,1.09889,-1.43280,-1.50611,-0.92358,1.93587,-0.30266
-5.58376,1.09930,-1.43246,-1.50646,-0.92346,1.93556,-0.30237
-5.58479,1.09971,-1.43213,-1.50680,-0.92335,1.93526,-0.30209
-5.58583,1.10010,-1.43180,-1.50714,-0.92325,1.93496,-0.30181
-5.58686,1.10049,-1.43148,-1.50748,-0.92314,1.93466,-0.30153
-5.58790,1.10088,-1.43116,-1.50780,-0.92303,1.93437,-0.30126
-5.58894,1.10125,-1.43085,-1.50813,-0.92293,1.93409,-0.30099
-5.58997,1.10135,-1.43077,-1.50821,-0.92290,1.93402,-0.30092
-5.59101,1.10191,-1.43030,-1.50868,-0.92276,1.93359,-0.30053
-5.59204,1.10246,-1.42984,-1.50915,-0.92262,1.93318,-0.30014
-5.59308,1.10301,-1.42939,-1.50960,-0.92249,1.93277,-0.29975
-5.59412,1.10354,-1.42894,-1.51005,-0.92235,1.93237,-0.29938
-5.59515,1.10407,-1.42850,-1.51050,-0.92222,1.93197,-0.29901
-5.59619,1.10459,-1.42807,-1.51093,-0.92209,1.93158,-0.29864
-5.59722,1.10510,-1.42765,-1.51136,-0.92196,1.93120,-0.29828
-5.59826,1.10560,-1.42724,-1.51178,-0.92183,1.93082,-0.29793
-5.59930,1.10609,-1.42683,-1.51220,-0.92170,1.93045,-0.29758
-5.60033,1.10658,-1.42643,-1.51260,-0.92158,1.93009,-0.29724
-5.60137,1.10706,-1.42603,-1.51301,-0.92145,1.92973,-0.29690
-5.60240,1.10752,-1.42565,-1.51340,-0.92133,1.92937,-0.29657
-5.60344,1.10799,-1.42527,-1.51379,-0.92121,1.92902,-0.29625
-5.60448,1.10844,-1.42489,-1.51417,-0.92109,1.92868,-0.29593
-5.60551,1.10889,-1.42453,-1.51455,-0.92098,1.92834,-0.29561
-5.60655,1.10933,-1.42417,-1.51492,-0.92086,1.92801,-0.29530
-5.60758,1.10976,-1.42381,-1.51528,-0.92075,1.92769,-0.29500
-5.60862,1.11018,-1.42346,-1.51564,-0.92064,1.92737,-0.29470
-5.60966,1.11060,-1.42312,-1.51599,-0.92053,1.92705,-0.29441
-5.61069,1.11101,-1.42278,-1.51634,-0.92042,1.92674,-0.29412
-5.61173,1.11142,-1.42245,-1.51668,-0.92031,1.92643,-0.29383
-5.61276,1.11182,-1.42213,-1.51701,-0.92021,1.92613,-0.29355
-5.61380,1.11221,-1.42181,-1.51734,-0.92010,1.92583,-0.29328
-5.61483,1.11259,-1.42149,-1.51767,-0.92000,1.92554,-0.29300
-5.61587,1.11287,-1.42126,-1.51791,-0.91992,1.92533,-0.29281
-5.61691,1.11338,-1.42084,-1.51834,-0.91979,1.92495,-0.29245
-5.61794,1.11389,-1.42042,-1.51877,-0.91966,1.92457,-0.29210
-5.61898,1.11438,-1.42001,-1.51919,-0.91954,1.92419,-0.29175
-5.62001,1.11487,-1.41960,-1.51961,-0.91941,1.92383,-0.29141
-5.62105,1.11535,-1.41921,-1.52001,-0.91928,1.92347,-0.29107
-5.62209,1.11582,-1.41882,-1.52042,-0.91916,1.92311,-0.29074
-5.62312,1.11628,-1.41843,-1.52081,-0.91904,1.92276,-0.29042
-5.62416,1.11674,-1.41806,-1.52120,-0.91892,1.92242,-0.29010
-5.62519,1.11719,-1.41769,-1.52158,-0.91880,1.92208,-0.28979
-5.62623,1.11763,-1.41732,-1.52196,-0.91869,1.92174,-0.28948
-5.62727,1.11806,-1.41697,-1.52233,-0.91857,1.92141,-0.28917
-5.62830,1.11849,-1.41661,-1.52269,-0.91846,1.92109,-0.28887
-5.62934,1.11891,-1.41627,-1.52305,-0.91835,1.92077,-0.28858
-5.63037,1.11932,-1.41593,-1.52340,-0.91824,1.92046,-0.28829
-5.63141,1.11973,-1.41560,-1.52375,-0.91813,1.92015,-0.28800
-5.63245,1.12013,-1.41527,-1.52409,-0.91802,1.91985,-0.28772
-5.63348,1.12052,-1.41495,-1.52442,-0.91792,1.91955,-0.28745
-5.63452,1.12090,-1.41463,-1.52475,-0.91781,1.91926,-0.28718
-5.63555,1.12122,-1.41437,-1.52502,-0.91773,1.91902,-0.28696
-5.63659,1.12170,-1.41399,-1.52540,-0.91762,1.91866,-0.28662
-5.63763,1.12217,-1.41362,-1.52577,-0.91751,1.91830,-0.28629
-5.63866,1.12263,-1.41325,-1.52614,-0.91740,1.91795,-0.28597
-5.63970,1.12309,-1.41289,-1.52650,-0.91730,1.91761,-0.28565
-5.64073,1.12354,-1.41254,-1.52685,-0.91719,1.91727,-0.28534
-5.64177,1.12398,-1.41219,-1.52720,-0.91709,1.91694,-0.28503
-5.64281,1.12441,-1.41185,-1.52754,-0.91699,1.91661,-0.28473
-5.64384,1.12484,-1.41151,-1.52788,-0.91689,1.91629,-0.28443
-5.64488,1.12526,-1.41118,-1.52821,-0.91679,1.91597,-0.28414
-5.64591,1.12567,-1.41086,-1.52854,-0.91669,1.91565,-0.28385
-5.64695,1.12608,-1.41054,-1.52886,-0.91659,1.91535,-0.28357
-5.64799,1.12647,-1.41023,-1.52918,-0.91650,1.91504,-0.28329
-5.64902,1.12687,-1.40992,-1.52949,-0.91640,1.91475,-0.28301
-5.65006,1.12703,-1.40979,-1.52962,-0.91637,1.91462,-0.28290
-5.65109,1.12752,-1.40942,-1.52998,-0.91627,1.91425,-0.28256
-5.65213,1.12800,-1.40905,-1.53034,-0.91617,1.91389,-0.28223
-5.65316,1.12847,-1.40869,-1.53069,-0.91607,1.91353,-0.28190
-5.65420,1.12894,-1.40834,-1.53103,-0.91597,1.91318,-0.28157
-5.65524,1.12939,-1.40799,-1.53137,-0.91588,1.91284,-0.28126
-5.65627,1.12984,-1.40765,-1.53170,-0.91578,1.91249,-0.28094
-5.65731,1.13028,-1.40731,-1.53203,-0.91569,1.91216,-0.28064
-5.65834,1.13072,-1.40698,-1.53235,-0.91560,1.91183,-0.28033
-5.65938,1.13115,-1.40666,-1.53267,-0.91551,1.91151,-0.28004
-5.66042,1.13157,-1.40634,-1.53298,-0.91542,1.91119,-0.27974
-5.66145,1.13198,-1.40602,-1.53329,-0.91533,1.91087,-0.27946
-5.66249,1.13239,-1.40572,-1.53359,-0.91524,1.91056,-0.27917
-5.66352,1.13279,-1.40541,-1.53389,-0.91516,1.91026,-0.27890
-5.66456,1.13296,-1.40529,-1.53401,-0.91512,1.91013,-0.27878
-5.66560,1.13347,-1.40491,-1.53437,-0.91503,1.90975,-0.27842
-5.66663,1.13397,-1.40454,-1.53472,-0.91494,1.90937,-0.27807
-5.66767,1.13447,-1.40417,-1.53506,-0.91485,1.90899,-0.27773
-5.66870,1.13495,-1.40381,-1.53540,-0.91476,1.90862,-0.27740
-5.66974,1.13543,-1.40346,-1.53574,-0.91467,1.90826,-0.27706
-5.67078,1.13590,-1.40312,-1.53606,-0.91458,1.90791,-0.27674
-5.67181,1.13636,-1.40278,-1.53639,-0.91449,1.90755,-0.27642
-5.67285,1.13682,-1.40244,-1.53670,-0.91441,1.90721,-0.27610
-5.67388,1.13727,-1.40211,-1.53702,-0.91432,1.90687,-0.27579
-5.67492,1.13771,-1.40179,-1.53732,-0.91424,1.90654,-0.27549
-5.67596,1.13814,-1.40147,-1.53762,-0.91416,1.90621,-0.27519
-5.67699,1.13857,-1.40116,-1.53792,-0.91408,1.90588,-0.27489
-5.67803,1.13899,-1.40086,-1.53821,-0.91400,1.90557,-0.27460
-5.67906,1.13940,-1.40055,-1.53850,-0.91392,1.90525,-0.27431
-5.68010,1.13980,-1.40026,-1.53879,-0.91384,1.90494,-0.27403
-5.68114,1.13990,-1.40019,-1.53885,-0.91382,1.90487,-0.27397
-5.68217,1.14045,-1.39980,-1.53921,-0.91374,1.90446,-0.27359
-5.68321,1.14099,-1.39941,-1.53956,-0.91365,1.90405,-0.27322
-5.68424,1.14152,-1.39903,-1.53991,-0.91357,1.90365,-0.27285
-5.68528,1.14204,-1.39866,-1.54025,-0.91348,1.90325,-0.27249
-5.68632,1.14255,-1.39830,-1.54058,-0.91340,1.90286,-0.27214
-5.68735,1.14306,-1.39794,-1.54091,-0.91332,1.90248,-0.27179
-5.68839,1.14356,-1.39759,-1.54124,-0.91324,1.90210,-0.27145
-5.68942,1.14404,-1.39724,-1.54156,-0.91316,1.90173,-0.27111
-5.69046,1.14452,-1.39690,-1.54187,-0.91308,1.90137,-0.27078
-5.69149,1.14500,-1.39656,-1.54218,-0.91300,1.90101,-0.27045
-5.69253,1.14546,-1.39623,-1.54248,-0.91292,1.90066,-0.27013
-5.69357,1.14592,-1.39591,-1.54278,-0.91285,1.90031,-0.26981
-5.69460,1.14637,-1.39559,-1.54308,-0.91277,1.89997,-0.26950
-5.69564,1.14681,-1.39528,-1.54337,-0.91270,1.89963,-0.26920
-5.69667,1.14725,-1.39497,-1.54365,-0.91262,1.89930,-0.26890
-5.69771,1.14768,-1.39467,-1.54393,-0.91255,1.89897,-0.26860
-5.69875,1.14810,-1.39438,-1.54421,-0.91248,1.89865,-0.26831
-5.69978,1.14851,-1.39408,-1.54448,-0.91241,1.89834,-0.26803
-5.70082,1.14869,-1.39396,-1.54459,-0.91238,1.89820,-0.26790
-5.70185,1.14923,-1.39358,-1.54493,-0.91230,1.89779,-0.26753
-5.70289,1.14977,-1.39322,-1.54526,-0.91223,1.89739,-0.26717
-5.70393,1.15029,-1.39285,-1.54559,-0.91215,1.89699,-0.26680
-5.70496,1.15081,-1.39250,-1.54591,-0.91208,1.89660,-0.26645
-5.70600,1.15131,-1.39215,-1.54622,-0.91200,1.89621,-0.26610
-5.70703,1.15181,-1.39180,-1.54653,-0.91193,1.89583,-0.26576
-5.70807,1.15230,-1.39146,-1.54684,-0.91186,1.89546,-0.26542
-5.70911,1.15279,-1.39113,-1.54714,-0.91179,1.89509,-0.26509
-5.71014,1.15326,-1.39080,-1.54743,-0.91171,1.89473,-0.26476
-5.71118,1.15373,-1.39048,-1.54773,-0.91165,1.89438,-0.26444
-5.71221,1.15419,-1.39017,-1.54801,-0.91158,1.89403,-0.26413
-5.71325,1.15464,-1.38986,-1.54829,-0.91151,1.89368,-0.26382
-5.71429,1.15509,-1.38955,-1.54857,-0.91144,1.89334,-0.26351
-5.71532,1.15553,-1.38925,-1.54884,-0.91138,1.89301,-0.26321
-5.71636,1.15596,-1.38896,-1.54911,-0.91131,1.89268,-0.26291
-5.71739,1.15638,-1.38867,-1.54937,-0.91125,1.89236,-0.26262
-5.71843,1.15676,-1.38841,-1.54961,-0.91119,1.89207,-0.26236
-5.71947,1.15727,-1.38807,-1.54991,-0.91112,1.89168,-0.26202
-5.72050,1.15776,-1.38773,-1.55021,-0.91105,1.89131,-0.26168
-5.72154,1.15825,-1.38740,-1.55051,-0.91098,1.89094,-0.26134
-5.72257,1.15872,-1.38708,-1.55079,-0.91092,1.89058,-0.26102
-5.72361,1.15920,-1.38676,-1.55108,-0.91085,1.89022,-0.26069
-5.72465,1.15966,-1.38645,-1.55136,-0.91079,1.88987,-0.26038
-5.72568,1.16011,-1.38615,-1.55163,-0.91073,1.88952,-0.26007
-5.72672,1.16056,-1.38584,-1.55190,-0.91066,1.88918,-0.25976
-5.72775,1.16100,-1.38555,-1.55217,-0.91060,1.88884,-0.25946
-5.72879,1.16143,-1.38526,-1.55243,-0.91054,1.88851,-0.25916
-5.72982,1.16186,-1.38497,-1.55268,-0.91048,1.88819,-0.25887
-5.73086,1.16221,-1.38474,-1.55289,-0.91043,1.88792,-0.25863
-5.73190,1.16271,-1.38440,-1.55319,-0.91037,1.88754,-0.25829
-5.73293,1.16321,-1.38407,-1.55348,-0.91030,1.88716,-0.25795
-5.73397,1.16370,-1.38375,-1.55377,-0.91024,1.88679,-0.25761
-5.73500,1.16418,-1.38343,-1.55405,-0.91018,1.88642,-0.25728
-5.73604,1.16466,-1.38311,-1.55433,-0.91012,1.88606,-0.25696
-5.73708,1.16512,-1.38280,-1.55460,-0.91006,1.88570,-0.25664
-5.73811,1.16558,-1.38250,-1.55487,-0.91000,1.88535,-0.25633
-5.73915,1.16603,-1.38220,-1.55513,-0.90994,1.88501,-0.25602
-5.74018,1.16648,-1.38191,-1.55539,-0.90988,1.88467,-0.25572
-5.74122,1.16691,-1.38162,-1.55565,-0.90982,1.88434,-0.25542
-5.74226,1.16734,-1.38134,-1.55590,-0.90976,1.88401,-0.25513
-5.74329,1.16765,-1.38113,-1.55608,-0.90972,1.88378,-0.25492
-5.74433,1.16812,-1.38081,-1.55637,-0.90966,1.88342,-0.25460
-5.74536,1.16859,-1.38049,-1.55666,-0.90959,1.88306,-0.25428
-5.74640,1.16905,-1.38018,-1.55695,-0.90952,1.88271,-0.25396
-5.74744,1.16950,-1.37987,-1.55723,-0.90946,1.88236,-0.25366
-5.74847,1.16995,-1.37957,-1.55750,-0.90940,1.88202,-0.25335
-5.74951,1.17038,-1.37928,-1.55777,-0.90933,1.88169,-0.25305
-5.75054,1.17082,-1.37898,-1.55804,-0.90927,1.88136,-0.25276
-5.75158,1.17124,-1.37870,-1.55830,-0.90921,1.88104,-0.25247
-5.75262,1.17138,-1.37860,-1.55839,-0.90919,1.88093,-0.25238
-5.75365,1.17191,-1.37823,-1.55874,-0.90910,1.88053,-0.25202
-5.75469,1.17243,-1.37786,-1.55909,-0.90902,1.88013,-0.25166
-5.75572,1.17294,-1.37749,-1.55943,-0.90894,1.87974,-0.25131
-5.75676,1.17345,-1.37714,-1.55976,-0.90886,1.87935,-0.25097
-5.75780,1.17395,-1.37678,-1.56010,-0.90878,1.87897,-0.25063
-5.75883,1.17444,-1.37644,-1.56042,-0.90870,1.87860,-0.25030
-5.75987,1.17492,-1.37610,-1.56074,-0.90863,1.87823,-0.24997
-5.76090,1.17539,-1.37577,-1.56106,-0.90855,1.87787,-0.24965
-5.76194,1.17586,-1.37544,-1.56137,-0.90848,1.87752,-0.24933
-5.76298,1.17632,-1.37512,-1.56167,-0.90840,1.87717,-0.24902
-5.76401,1.17677,-1.37480,-1.56197,-0.90833,1.87682,-0.24872
-5.76505,1.17721,-1.37449,-1.56226,-0.90826,1.87648,-0.24841
-5.76608,1.17765,-1.37418,-1.56256,-0.90818,1.87615,-0.24812
-5.76712,1.17808,-1.37388,-1.56284,-0.90811,1.87582,-0.24783
-5.76815,1.17850,-1.37359,-1.56312,-0.90804,1.87550,-0.24754
-5.76919,1.17876,-1.37340,-1.56330,-0.90800,1.87530,-0.24736
-5.77023,1.17931,-1.37301,-1.56368,-0.90791,1.87488,-0.24699
-5.77126,1.17984,-1.37262,-1.56405,-0.90782,1.87447,-0.24663
-5.77230,1.18037,-1.37224,-1.56441,-0.90773,1.87407,-0.24627
-5.77333,1.18089,-1.37187,-1.56477,-0.90765,1.87367,-0.24592
-5.77437,1.18140,-1.37150,-1.56512,-0.90756,1.87328,-0.24558
-5.77541,1.18190,-1.37114,-1.56547,-0.90747,1.87290,-0.24524
-5.77644,1.18240,-1.37079,-1.56581,-0.90739,1.87252,-0.24490
-5.77748,1.18288,-1.37044,-1.56615,-0.90731,1.87215,-0.24457
-5.77851,1.18336,-1.37010,-1.56648,-0.90723,1.87179,-0.24425
-5.77955,1.18383,-1.36976,-1.56680,-0.90715,1.87143,-0.24393
-5.78059,1.18429,-1.36943,-1.56712,-0.90707,1.87107,-0.24362
-5.78162,1.18475,-1.36911,-1.56744,-0.90699,1.87073,-0.24331
-5.78266,1.18520,-1.36879,-1.56775,-0.90691,1.87038,-0.24301
-5.78369,1.18564,-1.36847,-1.56805,-0.90684,1.87005,-0.24271
-5.78473,1.18607,-1.36816,-1.56835,-0.90676,1.86971,-0.24242
-5.78577,1.18650,-1.36786,-1.56865,-0.90669,1.86939,-0.24213
-5.78680,1.18692,-1.36756,-1.56894,-0.90661,1.86907,-0.24184
-5.78784,1.18705,-1.36747,-1.56903,-0.90659,1.86896,-0.24175
-5.78887,1.18755,-1.36710,-1.56940,-0.90650,1.86858,-0.24142
-5.78991,1.18804,-1.36674,-1.56975,-0.90641,1.86821,-0.24109
-5.79095,1.18852,-1.36638,-1.57011,-0.90632,1.86784,-0.24076
-5.79198,1.18899,-1.36603,-1.57045,-0.90623,1.86748,-0.24044
-5.79302,1.18946,-1.36569,-1.57079,-0.90614,1.86712,-0.24013
-5.79405,1.18992,-1.36535,-1.57113,-0.90605,1.86677,-0.23982
-5.79509,1.19037,-1.36502,-1.57146,-0.90597,1.86642,-0.23951
-5.79613,1.19082,-1.36470,-1.57178,-0.90589,1.86608,-0.23921
-5.79716,1.19125,-1.36438,-1.57210,-0.90580,1.86575,-0.23892
-5.79820,1.19168,-1.36406,-1.57242,-0.90572,1.86542,-0.23863
-5.79923,1.19211,-1.36375,-1.57273,-0.90564,1.86509,-0.23834
-5.80027,1.19252,-1.36345,-1.57303,-0.90556,1.86477,-0.23806
-5.80131,1.19265,-1.36336,-1.57312,-0.90554,1.86468,-0.23797
-5.80234,1.19312,-1.36302,-1.57345,-0.90546,1.86431,-0.23765
-5.80338,1.19359,-1.36269,-1.57377,-0.90538,1.86396,-0.23734
-5.80441,1.19404,-1.36236,-1.57409,-0.90530,1.86361,-0.23703
-5.80545,1.19449,-1.36205,-1.57440,-0.90522,1.86327,-0.23673
-5.80649,1.19493,-1.36173,-1.57471,-0.90515,1.86293,-0.23643
-5.80752,1.19537,-1.36142,-1.57501,-0.90507,1.86259,-0.23614
-5.80856,1.19579,-1.36112,-1.57530,-0.90500,1.86227,-0.23585
-5.80959,1.19622,-1.36082,-1.57560,-0.90493,1.86194,-0.23557
-5.81063,1.19626,-1.36079,-1.57563,-0.90492,1.86191,-0.23554
-5.81166,1.19668,-1.36048,-1.57594,-0.90484,1.86158,-0.23526
-5.81270,1.19710,-1.36018,-1.57625,-0.90476,1.86126,-0.23497
-5.81374,1.19731,-1.36002,-1.57640,-0.90472,1.86110,-0.23483
-5.81477,1.19778,-1.35966,-1.57677,-0.90462,1.86075,-0.23452
-5.81581,1.19823,-1.35932,-1.57713,-0.90453,1.86040,-0.23421
-5.81684,1.19868,-1.35898,-1.57748,-0.90443,1.86005,-0.23391
-5.81788,1.19913,-1.35864,-1.57782,-0.90434,1.85971,-0.23361
-5.81892,1.19956,-1.35831,-1.57816,-0.90425,1.85938,-0.23332
-5.81995,1.19999,-1.35799,-1.57850,-0.90416,1.85905,-0.23303
-5.82099,1.20041,-1.35767,-1.57883,-0.90407,1.85873,-0.23275
-5.82202,1.20082,-1.35735,-1.57915,-0.90398,1.85841,-0.23247
-5.82306,1.20115,-1.35710,-1.57941,-0.90391,1.85816,-0.23225
-5.82410,1.20158,-1.35677,-1.57976,-0.90382,1.85783,-0.23196
-5.82513,1.20201,-1.35644,-1.58010,-0.90372,1.85750,-0.23168
-5.82617,1.20242,-1.35612,-1.58044,-0.90363,1.85718,-0.23140
-5.82720,1.20283,-1.35581,-1.58077,-0.90354,1.85686,-0.23112
-5.82824,1.20308,-1.35562,-1.58097,-0.90349,1.85668,-0.23095
-5.82928,1.20351,-1.35528,-1.58132,-0.90339,1.85635,-0.23067
-5.83031,1.20393,-1.35496,-1.58167,-0.90329,1.85602,-0.23038
-5.83135,1.20434,-1.35463,-1.58201,-0.90320,1.85571,-0.23011
-5.83238,1.20475,-1.35431,-1.58235,-0.90311,1.85539,-0.22983
-5.83342,1.20499,-1.35412,-1.58255,-0.90305,1.85521,-0.22967
-5.83446,1.20541,-1.35378,-1.58293,-0.90294,1.85488,-0.22939
-5.83549,1.20583,-1.35344,-1.58330,-0.90283,1.85456,-0.22911
-5.83653,1.20624,-1.35310,-1.58367,-0.90273,1.85425,-0.22883
-5.83756,1.20664,-1.35277,-1.58403,-0.90262,1.85394,-0.22857
-5.83860,1.20703,-1.35245,-1.58438,-0.90252,1.85364,-0.22830
-5.83964,1.20708,-1.35241,-1.58442,-0.90251,1.85360,-0.22827
-5.84067,1.20749,-1.35206,-1.58482,-0.90239,1.85329,-0.22800
-5.84171,1.20789,-1.35171,-1.58521,-0.90227,1.85297,-0.22772
-5.84274,1.20829,-1.35137,-1.58560,-0.90216,1.85267,-0.22746
-5.84378,1.20869,-1.35104,-1.58598,-0.90205,1.85236,-0.22719
-5.84482,1.20907,-1.35071,-1.58635,-0.90193,1.85207,-0.22693
-5.84585,1.20915,-1.35064,-1.58642,-0.90191,1.85201,-0.22688
-5.84689,1.20956,-1.35029,-1.58682,-0.90179,1.85169,-0.22661
-5.84792,1.20996,-1.34994,-1.58721,-0.90168,1.85138,-0.22634
-5.84896,1.21036,-1.34960,-1.58760,-0.90156,1.85108,-0.22607
-5.84999,1.21075,-1.34927,-1.58797,-0.90145,1.85078,-0.22581
-5.85103,1.21102,-1.34903,-1.58824,-0.90137,1.85057,-0.22563
-5.85207,1.21142,-1.34867,-1.58866,-0.90124,1.85026,-0.22536
-5.85310,1.21182,-1.34832,-1.58907,-0.90111,1.84996,-0.22509
-5.85414,1.21221,-1.34797,-1.58947,-0.90099,1.84966,-0.22483
-5.85517,1.21259,-1.34763,-1.58987,-0.90087,1.84936,-0.22458
-5.85621,1.21297,-1.34729,-1.59026,-0.90075,1.84907,-0.22432
-5.85725,1.21312,-1.34715,-1.59042,-0.90069,1.84895,-0.22422
-5.85828,1.21352,-1.34675,-1.59092,-0.90053,1.84864,-0.22395
-5.85932,1.21391,-1.34636,-1.59140,-0.90038,1.84834,-0.22369
-5.86035,1.21430,-1.34597,-1.59187,-0.90022,1.84804,-0.22343
-5.86139,1.21468,-1.34559,-1.59234,-0.90007,1.84775,-0.22318
-5.86243,1.21505,-1.34521,-1.59280,-0.89992,1.84746,-0.22293
-5.86346,1.21542,-1.34484,-1.59325,-0.89977,1.84718,-0.22268
-5.86450,1.21578,-1.34448,-1.59370,-0.89962,1.84690,-0.22244
-5.86553,1.21614,-1.34413,-1.59414,-0.89948,1.84662,-0.22220
-5.86657,1.21649,-1.34378,-1.59457,-0.89934,1.84635,-0.22196
-5.86761,1.21667,-1.34360,-1.59478,-0.89927,1.84622,-0.22185
-5.86864,1.21703,-1.34322,-1.59525,-0.89911,1.84593,-0.22160
-5.86968,1.21740,-1.34285,-1.59571,-0.89896,1.84565,-0.22136
-5.87071,1.21775,-1.34249,-1.59617,-0.89881,1.84538,-0.22112
-5.87175,1.21810,-1.34213,-1.59662,-0.89866,1.84511,-0.22088
-5.87279,1.21845,-1.34178,-1.59705,-0.89851,1.84484,-0.22065
-5.87382,1.21862,-1.34160,-1.59728,-0.89844,1.84471,-0.22054
-5.87486,1.21898,-1.34122,-1.59775,-0.89828,1.84443,-0.22029
-5.87589,1.21934,-1.34084,-1.59822,-0.89812,1.84415,-0.22006
-5.87693,1.21969,-1.34048,-1.59869,-0.89796,1.84388,-0.21982
-5.87797,1.22004,-1.34012,-1.59914,-0.89781,1.84362,-0.21959
-5.87900,1.22038,-1.33976,-1.59959,-0.89766,1.84335,-0.21936
-5.88004,1.22058,-1.33955,-1.59986,-0.89757,1.84320,-0.21923
-5.88107,1.22090,-1.33919,-1.60033,-0.89741,1.84295,-0.21901
-5.88211,1.22122,-1.33883,-1.60079,-0.89725,1.84270,-0.21880
-5.88315,1.22125,-1.33879,-1.60084,-0.89723,1.84268,-0.21878
-5.88418,1.22157,-1.33841,-1.60134,-0.89705,1.84243,-0.21856
-5.88522,1.22189,-1.33804,-1.60182,-0.89688,1.84218,-0.21835
-5.88625,1.22220,-1.33768,-1.60231,-0.89671,1.84194,-0.21814
-5.88729,1.22251,-1.33732,-1.60278,-0.89655,1.84170,-0.21793
-5.88832,1.22283,-1.33695,-1.60327,-0.89637,1.84146,-0.21772
-5.88936,1.22314,-1.33658,-1.60375,-0.89620,1.84122,-0.21752
-5.89040,1.22341,-1.33626,-1.60418,-0.89605,1.84101,-0.21733
-5.89143,1.22371,-1.33590,-1.60466,-0.89588,1.84078,-0.21713
-5.89247,1.22374,-1.33586,-1.60471,-0.89586,1.84075,-0.21711
-5.89350,1.22402,-1.33550,-1.60521,-0.89568,1.84053,-0.21692
-5.89454,1.22408,-1.33543,-1.60531,-0.89565,1.84049,-0.21688
-5.89558,1.22436,-1.33506,-1.60581,-0.89546,1.84027,-0.21670
-5.89661,1.22444,-1.33495,-1.60596,-0.89541,1.84021,-0.21664
-5.89765,1.22471,-1.33459,-1.60646,-0.89522,1.84000,-0.21646
-5.89868,1.22474,-1.33450,-1.60661,-0.89516,1.83997,-0.21644
-5.89972,1.22446,-1.33434,-1.60708,-0.89489,1.84018,-0.21662
-5.90076,1.22419,-1.33419,-1.60754,-0.89464,1.84037,-0.21679
-5.90179,1.22393,-1.33403,-1.60799,-0.89438,1.84057,-0.21696
-5.90283,1.22389,-1.33403,-1.60803,-0.89436,1.84060,-0.21699
-5.90386,1.22348,-1.33396,-1.60841,-0.89411,1.84090,-0.21725
-5.90490,1.22307,-1.33390,-1.60878,-0.89387,1.84120,-0.21751
-5.90594,1.22268,-1.33384,-1.60915,-0.89363,1.84149,-0.21777
-5.90697,1.22229,-1.33378,-1.60951,-0.89339,1.84178,-0.21802
-5.90801,1.22191,-1.33372,-1.60987,-0.89316,1.84206,-0.21827
-5.90904,1.22153,-1.33367,-1.61022,-0.89293,1.84234,-0.21851
-5.91008,1.22117,-1.33361,-1.61056,-0.89271,1.84261,-0.21875
-5.91112,1.22080,-1.33356,-1.61089,-0.89249,1.84288,-0.21898
-5.91215,1.22068,-1.33355,-1.61099,-0.89243,1.84297,-0.21906
-5.91319,1.22018,-1.33358,-1.61125,-0.89221,1.84335,-0.21939
-5.91422,1.21968,-1.33361,-1.61151,-0.89200,1.84372,-0.21971
-5.91526,1.21920,-1.33365,-1.61177,-0.89180,1.84408,-0.22003
-5.91630,1.21872,-1.33368,-1.61202,-0.89159,1.84444,-0.22034
-5.91733,1.21825,-1.33371,-1.61226,-0.89140,1.84479,-0.22065
-5.91837,1.21779,-1.33374,-1.61251,-0.89120,1.84513,-0.22095
-5.91940,1.21734,-1.33378,-1.61274,-0.89101,1.84547,-0.22124
-5.92044,1.21689,-1.33381,-1.61298,-0.89082,1.84581,-0.22153
-5.92148,1.21645,-1.33384,-1.61320,-0.89064,1.84613,-0.22182
-5.92251,1.21602,-1.33387,-1.61343,-0.89046,1.84646,-0.22210
-5.92355,1.21560,-1.33390,-1.61365,-0.89028,1.84677,-0.22238
-5.92458,1.21538,-1.33392,-1.61375,-0.89019,1.84694,-0.22252
-5.92562,1.21483,-1.33403,-1.61391,-0.89002,1.84735,-0.22288
-5.92665,1.21430,-1.33414,-1.61406,-0.88985,1.84775,-0.22323
-5.92769,1.21377,-1.33424,-1.61421,-0.88969,1.84814,-0.22357
-5.92873,1.21325,-1.33435,-1.61436,-0.88952,1.84853,-0.22391
-5.92976,1.21275,-1.33445,-1.61451,-0.88936,1.84891,-0.22424
-5.93080,1.21225,-1.33455,-1.61465,-0.88921,1.84929,-0.22457
-5.93183,1.21176,-1.33465,-1.61479,-0.88905,1.84965,-0.22489
-5.93287,1.21128,-1.33474,-1.61492,-0.88890,1.85002,-0.22521
-5.93391,1.21080,-1.33484,-1.61506,-0.88876,1.85037,-0.22552
-5.93494,1.21034,-1.33493,-1.61519,-0.88861,1.85072,-0.22583
-5.93598,1.20988,-1.33503,-1.61532,-0.88847,1.85107,-0.22613
-5.93701,1.20943,-1.33512,-1.61544,-0.88833,1.85140,-0.22642
-5.93805,1.20933,-1.33515,-1.61546,-0.88830,1.85148,-0.22649
-5.93909,1.20876,-1.33531,-1.61553,-0.88817,1.85191,-0.22687
-5.94012,1.20819,-1.33548,-1.61559,-0.88804,1.85234,-0.22724
-5.94116,1.20764,-1.33564,-1.61565,-0.88791,1.85275,-0.22760
-5.94219,1.20710,-1.33580,-1.61571,-0.88778,1.85316,-0.22796
-5.94323,1.20656,-1.33596,-1.61577,-0.88766,1.85356,-0.22831
-5.94427,1.20604,-1.33612,-1.61583,-0.88754,1.85396,-0.22866
-5.94530,1.20552,-1.33627,-1.61589,-0.88742,1.85435,-0.22900
-5.94634,1.20502,-1.33642,-1.61594,-0.88730,1.85473,-0.22933
-5.94737,1.20452,-1.33657,-1.61600,-0.88719,1.85510,-0.22966
-5.94841,1.20403,-1.33672,-1.61605,-0.88707,1.85547,-0.22998
-5.94945,1.20355,-1.33686,-1.61610,-0.88696,1.85583,-0.23030
-5.95048,1.20308,-1.33700,-1.61615,-0.88686,1.85619,-0.23061
-5.95152,1.20261,-1.33714,-1.61620,-0.88675,1.85654,-0.23092
-5.95255,1.20242,-1.33721,-1.61621,-0.88671,1.85669,-0.23105
-5.95359,1.20187,-1.33740,-1.61621,-0.88661,1.85710,-0.23141
-5.95463,1.20133,-1.33759,-1.61622,-0.88651,1.85751,-0.23177
-5.95566,1.20079,-1.33778,-1.61622,-0.88641,1.85792,-0.23212
-5.95670,1.20027,-1.33797,-1.61622,-0.88632,1.85831,-0.23247
-5.95773,1.19976,-1.33815,-1.61622,-0.88623,1.85870,-0.23281
-5.95877,1.19925,-1.33833,-1.61622,-0.88614,1.85908,-0.23315
-5.95981,1.19875,-1.33851,-1.61622,-0.88605,1.85946,-0.23348
-5.96084,1.19827,-1.33869,-1.61622,-0.88596,1.85983,-0.23380
-5.96188,1.19779,-1.33886,-1.61622,-0.88588,1.86019,-0.23412
-5.96291,1.19732,-1.33903,-1.61622,-0.88579,1.86055,-0.23443
-5.96395,1.19693,-1.33918,-1.61621,-0.88573,1.86084,-0.23469
-5.96498,1.19631,-1.33945,-1.61612,-0.88566,1.86130,-0.23510
-5.96602,1.19571,-1.33972,-1.61602,-0.88559,1.86176,-0.23550
-5.96706,1.19511,-1.33998,-1.61593,-0.88553,1.86221,-0.23590
-5.96809,1.19453,-1.34024,-1.61585,-0.88546,1.86265,-0.23629
-5.96913,1.19395,-1.34049,-1.61576,-0.88540,1.86309,-0.23667
-5.97016,1.19339,-1.34074,-1.61567,-0.88534,1.86352,-0.23704
-5.97120,1.19283,-1.34099,-1.61558,-0.88528,1.86394,-0.23741
-5.97224,1.19229,-1.34124,-1.61550,-0.88523,1.86435,-0.23778
-5.97327,1.19175,-1.34147,-1.61541,-0.88517,1.86475,-0.23813
-5.97431,1.19123,-1.34171,-1.61533,-0.88512,1.86515,-0.23849
-5.97534,1.19071,-1.34194,-1.61524,-0.88506,1.86554,-0.23883
-5.97638,1.19020,-1.34217,-1.61516,-0.88501,1.86593,-0.23917
-5.97742,1.18970,-1.34239,-1.61508,-0.88496,1.86631,-0.23950
-5.97845,1.18921,-1.34261,-1.61500,-0.88491,1.86668,-0.23983
-5.97949,1.18873,-1.34283,-1.61492,-0.88486,1.86705,-0.24015
-5.98052,1.18825,-1.34305,-1.61484,-0.88482,1.86741,-0.24047
-5.98156,1.18779,-1.34326,-1.61476,-0.88477,1.86776,-0.24078
-5.98260,1.18759,-1.34335,-1.61472,-0.88476,1.86791,-0.24092
-5.98363,1.18697,-1.34365,-1.61457,-0.88472,1.86838,-0.24133
-5.98467,1.18636,-1.34395,-1.61442,-0.88468,1.86884,-0.24174
-5.98570,1.18577,-1.34425,-1.61428,-0.88464,1.86929,-0.24213
-5.98674,1.18518,-1.34454,-1.61413,-0.88461,1.86973,-0.24253
-5.98778,1.18461,-1.34483,-1.61399,-0.88457,1.87017,-0.24291
-5.98881,1.18404,-1.34511,-1.61385,-0.88454,1.87059,-0.24329
-5.98985,1.18349,-1.34538,-1.61371,-0.88450,1.87102,-0.24366
-5.99088,1.18294,-1.34566,-1.61357,-0.88447,1.87143,-0.24403
-5.99192,1.18241,-1.34592,-1.61344,-0.88444,1.87184,-0.24439
-5.99296,1.18188,-1.34619,-1.61330,-0.88441,1.87223,-0.24474
-5.99399,1.18136,-1.34645,-1.61317,-0.88439,1.87263,-0.24509
-5.99503,1.18085,-1.34670,-1.61304,-0.88436,1.87301,-0.24543
-5.99606,1.18035,-1.34695,-1.61291,-0.88433,1.87339,-0.24577
-5.99710,1.17986,-1.34720,-1.61278,-0.88431,1.87377,-0.24610
-5.99814,1.17938,-1.34744,-1.61265,-0.88428,1.87413,-0.24642
-5.99917,1.17891,-1.34768,-1.61253,-0.88426,1.87449,-0.24674
-6.00021,1.17844,-1.34792,-1.61241,-0.88424,1.87485,-0.24706
-6.00124,1.17798,-1.34815,-1.61229,-0.88422,1.87520,-0.24737
-6.00228,1.17792,-1.34818,-1.61227,-0.88422,1.87524,-0.24741
-6.00332,1.17729,-1.34852,-1.61206,-0.88420,1.87572,-0.24783
-6.00435,1.17668,-1.34885,-1.61187,-0.88419,1.87618,-0.24824
-6.00539,1.17607,-1.34918,-1.61167,-0.88417,1.87664,-0.24865
-6.00642,1.17548,-1.34950,-1.61148,-0.88416,1.87709,-0.24905
-6.00746,1.17490,-1.34982,-1.61129,-0.88415,1.87753,-0.24944
-6.00849,1.17432,-1.35013,-1.61110,-0.88414,1.87797,-0.24983
-6.00953,1.17376,-1.35043,-1.61091,-0.88413,1.87840,-0.25021
-6.01057,1.17320,-1.35073,-1.61073,-0.88412,1.87882,-0.25058
-6.01160,1.17266,-1.35103,-1.61055,-0.88411,1.87923,-0.25095
-6.01264,1.17213,-1.35132,-1.61037,-0.88410,1.87964,-0.25131
-6.01367,1.17160,-1.35161,-1.61019,-0.88409,1.88003,-0.25167
-6.01471,1.17108,-1.35189,-1.61002,-0.88409,1.88043,-0.25202
-6.01575,1.17058,-1.35217,-1.60985,-0.88408,1.88081,-0.25236
-6.01678,1.17008,-1.35244,-1.60968,-0.88408,1.88119,-0.25270
-6.01782,1.16959,-1.35271,-1.60951,-0.88407,1.88156,-0.25303
-6.01885,1.16911,-1.35297,-1.60935,-0.88407,1.88193,-0.25336
-6.01989,1.16863,-1.35323,-1.60919,-0.88407,1.88229,-0.25368
-6.02093,1.16817,-1.35349,-1.60903,-0.88406,1.88264,-0.25399
-6.02196,1.16771,-1.35374,-1.60887,-0.88406,1.88299,-0.25430
-6.02300,1.16729,-1.35397,-1.60872,-0.88406,1.88331,-0.25459
-6.02403,1.16667,-1.35433,-1.60848,-0.88407,1.88378,-0.25501
-6.02507,1.16607,-1.35468,-1.60825,-0.88407,1.88424,-0.25542
-6.02611,1.16547,-1.35502,-1.60802,-0.88408,1.88469,-0.25582
-6.02714,1.16489,-1.35536,-1.60779,-0.88408,1.88513,-0.25622
-6.02818,1.16431,-1.35569,-1.60757,-0.88409,1.88557,-0.25661
-6.02921,1.16375,-1.35602,-1.60735,-0.88410,1.88599,-0.25699
-6.03025,1.16319,-1.35634,-1.60713,-0.88411,1.88641,-0.25737
-6.03129,1.16265,-1.35665,-1.60691,-0.88412,1.88683,-0.25774
-6.03232,1.16211,-1.35696,-1.60670,-0.88413,1.88723,-0.25810
-6.03336,1.16159,-1.35727,-1.60649,-0.88414,1.88763,-0.25846
-6.03439,1.16107,-1.35757,-1.60629,-0.88415,1.88803,-0.25881
-6.03543,1.16056,-1.35787,-1.60609,-0.88416,1.88841,-0.25916
-6.03647,1.16006,-1.35816,-1.60589,-0.88417,1.88879,-0.25950
-6.03750,1.15957,-1.35844,-1.60569,-0.88418,1.88917,-0.25983
-6.03854,1.15909,-1.35873,-1.60549,-0.88419,1.88953,-0.26016
-6.03957,1.15861,-1.35900,-1.60530,-0.88421,1.88989,-0.26048
-6.04061,1.15815,-1.35928,-1.60511,-0.88422,1.89025,-0.26080
-6.04165,1.15769,-1.35954,-1.60493,-0.88423,1.89059,-0.26111
-6.04268,1.15724,-1.35981,-1.60474,-0.88425,1.89094,-0.26142
-6.04372,1.15679,-1.36007,-1.60455,-0.88426,1.89128,-0.26173
-6.04475,1.15624,-1.36040,-1.60432,-0.88428,1.89169,-0.26210
-6.04579,1.15571,-1.36072,-1.60409,-0.88430,1.89210,-0.26247
-6.04682,1.15518,-1.36104,-1.60387,-0.88432,1.89250,-0.26282
-6.04786,1.15466,-1.36135,-1.60364,-0.88434,1.89289,-0.26318
-6.04890,1.15416,-1.36165,-1.60342,-0.88436,1.89328,-0.26352
-6.04993,1.15366,-1.36195,-1.60321,-0.88438,1.89365,-0.26386
-6.05097,1.15317,-1.36225,-1.60299,-0.88440,1.89403,-0.26420
-6.05200,1.15269,-1.36254,-1.60278,-0.88442,1.89439,-0.26453
-6.05304,1.15221,-1.36283,-1.60258,-0.88444,1.89475,-0.26485
-6.05408,1.15175,-1.36311,-1.60237,-0.88446,1.89510,-0.26517
-6.05511,1.15129,-1.36338,-1.60217,-0.88448,1.89545,-0.26548
-6.05615,1.15084,-1.36366,-1.60197,-0.88450,1.89579,-0.26579
-6.05718,1.15040,-1.36392,-1.60178,-0.88452,1.89613,-0.26609
-6.05822,1.15016,-1.36407,-1.60167,-0.88454,1.89631,-0.26626
-6.05926,1.14950,-1.36449,-1.60136,-0.88457,1.89681,-0.26671
-6.06029,1.14885,-1.36489,-1.60106,-0.88460,1.89730,-0.26716
-6.06133,1.14820,-1.36530,-1.60076,-0.88464,1.89779,-0.26760
-6.06236,1.14758,-1.36569,-1.60046,-0.88467,1.89826,-0.26803
-6.06340,1.14696,-1.36608,-1.60017,-0.88470,1.89873,-0.26845
-6.06444,1.14635,-1.36646,-1.59988,-0.88474,1.89919,-0.26887
-6.06547,1.14575,-1.36684,-1.59960,-0.88477,1.89964,-0.26928
-6.06651,1.14517,-1.36721,-1.59932,-0.88481,1.90009,-0.26968
-6.06754,1.14459,-1.36757,-1.59905,-0.88484,1.90052,-0.27007
-6.06858,1.14402,-1.36793,-1.59877,-0.88488,1.90095,-0.27046
-6.06962,1.14347,-1.36828,-1.59851,-0.88491,1.90137,-0.27084
-6.07065,1.14292,-1.36863,-1.59824,-0.88495,1.90179,-0.27122
-6.07169,1.14239,-1.36897,-1.59798,-0.88498,1.90219,-0.27159
-6.07272,1.14186,-1.36930,-1.59773,-0.88502,1.90259,-0.27195
-6.07376,1.14134,-1.36963,-1.59748,-0.88505,1.90298,-0.27231
-6.07480,1.14083,-1.36995,-1.59723,-0.88509,1.90337,-0.27266
-6.07583,1.14033,-1.37027,-1.59698,-0.88513,1.90375,-0.27300
-6.07687,1.13984,-1.37058,-1.59674,-0.88516,1.90412,-0.27334
-6.07790,1.13935,-1.37089,-1.59650,-0.88520,1.90449,-0.27368
-6.07894,1.13888,-1.37119,-1.59627,-0.88523,1.90485,-0.27400
-6.07998,1.13841,-1.37149,-1.59604,-0.88527,1.90520,-0.27433
-6.08101,1.13795,-1.37179,-1.59581,-0.88530,1.90555,-0.27464
-6.08205,1.13750,-1.37207,-1.59559,-0.88534,1.90589,-0.27495
-6.08308,1.13706,-1.37236,-1.59536,-0.88538,1.90623,-0.27526
-6.08412,1.13663,-1.37263,-1.59515,-0.88541,1.90656,-0.27556
-6.08515,1.13622,-1.37290,-1.59494,-0.88544,1.90687,-0.27584
-6.08619,1.13561,-1.37331,-1.59461,-0.88550,1.90733,-0.27627
-6.08723,1.13500,-1.37371,-1.59428,-0.88555,1.90779,-0.27668
-6.08826,1.13441,-1.37411,-1.59396,-0.88561,1.90824,-0.27709
-6.08930,1.13382,-1.37451,-1.59364,-0.88566,1.90868,-0.27750
-6.09033,1.13325,-1.37489,-1.59332,-0.88572,1.90911,-0.27789
-6.09137,1.13269,-1.37527,-1.59302,-0.88577,1.90954,-0.27828
-6.09241,1.13213,-1.37565,-1.59271,-0.88583,1.90996,-0.27866
-6.09344,1.13159,-1.37601,-1.59241,-0.88588,1.91037,-0.27904
-6.09448,1.13105,-1.37637,-1.59211,-0.88594,1.91077,-0.27941
-6.09551,1.13053,-1.37673,-1.59182,-0.88599,1.91117,-0.27977
-6.09655,1.13001,-1.37708,-1.59153,-0.88604,1.91156,-0.28013
-6.09759,1.12950,-1.37742,-1.59125,-0.88610,1.91194,-0.28048
-6.09862,1.12901,-1.37776,-1.59097,-0.88615,1.91232,-0.28083
-6.09966,1.12852,-1.37809,-1.59070,-0.88620,1.91269,-0.28117
-6.10069,1.12804,-1.37842,-1.59043,-0.88626,1.91306,-0.28150
-6.10173,1.12756,-1.37874,-1.59016,-0.88631,1.91341,-0.28183
-6.10277,1.12710,-1.37906,-1.58990,-0.88636,1.91377,-0.28215
-6.10380,1.12664,-1.37937,-1.58964,-0.88641,1.91411,-0.28247
-6.10484,1.12619,-1.37967,-1.58938,-0.88647,1.91445,-0.28278
-6.10587,1.12575,-1.37997,-1.58913,-0.88652,1.91479,-0.28309
-6.10691,1.12532,-1.38027,-1.58888,-0.88657,1.91512,-0.28339
-6.10795,1.12490,-1.38056,-1.58864,-0.88662,1.91544,-0.28369
-6.10898,1.12446,-1.38086,-1.58839,-0.88667,1.91577,-0.28399
-6.11002,1.12387,-1.38127,-1.58803,-0.88674,1.91621,-0.28440
-6.11105,1.12329,-1.38168,-1.58769,-0.88681,1.91665,-0.28480
-6.11209,1.12273,-1.38208,-1.58735,-0.88688,1.91707,-0.28519
-6.11313,1.12217,-1.38248,-1.58701,-0.88695,1.91750,-0.28558
-6.11416,1.12162,-1.38287,-1.58668,-0.88702,1.91791,-0.28596
-6.11520,1.12108,-1.38325,-1.58635,-0.88709,1.91831,-0.28633
-6.11623,1.12055,-1.38362,-1.58603,-0.88716,1.91871,-0.28670
-6.11727,1.12004,-1.38399,-1.58571,-0.88723,1.91911,-0.28706
-6.11831,1.11953,-1.38435,-1.58540,-0.88729,1.91949,-0.28742
-6.11934,1.11902,-1.38471,-1.58509,-0.88736,1.91987,-0.28777
-6.12038,1.11853,-1.38506,-1.58479,-0.88743,1.92024,-0.28811
-6.12141,1.11805,-1.38541,-1.58449,-0.88749,1.92061,-0.28845
-6.12245,1.11757,-1.38574,-1.58419,-0.88756,1.92097,-0.28878
-6.12348,1.11710,-1.38608,-1.58390,-0.88763,1.92132,-0.28911
-6.12452,1.11665,-1.38641,-1.58362,-0.88769,1.92167,-0.28943
-6.12556,1.11619,-1.38673,-1.58334,-0.88775,1.92201,-0.28975
-6.12659,1.11575,-1.38705,-1.58306,-0.88782,1.92235,-0.29006
-6.12763,1.11532,-1.38736,-1.58279,-0.88788,1.92268,-0.29036
-6.12866,1.11489,-1.38766,-1.58252,-0.88795,1.92300,-0.29066
-6.12970,1.11447,-1.38796,-1.58225,-0.88801,1.92332,-0.29096
-6.13074,1.11405,-1.38826,-1.58199,-0.88807,1.92363,-0.29125
-6.13177,1.11380,-1.38844,-1.58183,-0.88811,1.92382,-0.29142
-6.13281,1.11329,-1.38881,-1.58152,-0.88818,1.92421,-0.29178
-6.13384,1.11279,-1.38916,-1.58121,-0.88825,1.92458,-0.29213
-6.13488,1.11231,-1.38951,-1.58091,-0.88831,1.92495,-0.29247
-6.13592,1.11183,-1.38986,-1.58061,-0.88838,1.92531,-0.29280
-6.13695,1.11135,-1.39020,-1.58031,-0.88845,1.92567,-0.29314
-6.13799,1.11089,-1.39053,-1.58002,-0.88852,1.92602,-0.29346
-6.13902,1.11043,-1.39086,-1.57974,-0.88858,1.92636,-0.29378
-6.14006,1.10999,-1.39118,-1.57946,-0.88865,1.92670,-0.29409
-6.14110,1.10955,-1.39150,-1.57918,-0.88871,1.92703,-0.29440
-6.14213,1.10911,-1.39181,-1.57890,-0.88878,1.92736,-0.29471
-6.14317,1.10869,-1.39211,-1.57864,-0.88884,1.92768,-0.29501
-6.14420,1.10827,-1.39242,-1.57837,-0.88891,1.92800,-0.29530
-6.14524,1.10786,-1.39271,-1.57811,-0.88897,1.92831,-0.29559
-6.14628,1.10764,-1.39287,-1.57797,-0.88900,1.92847,-0.29574
-6.14731,1.10707,-1.39330,-1.57759,-0.88909,1.92890,-0.29614
-6.14835,1.10651,-1.39371,-1.57723,-0.88917,1.92933,-0.29654
-6.14938,1.10596,-1.39412,-1.57687,-0.88926,1.92974,-0.29692
-6.15042,1.10541,-1.39453,-1.57651,-0.88934,1.93015,-0.29731
-6.15146,1.10488,-1.39492,-1.57616,-0.88942,1.93055,-0.29768
-6.15249,1.10436,-1.39531,-1.57581,-0.88951,1.93095,-0.29805
-6.15353,1.10384,-1.39570,-1.57547,-0.88959,1.93133,-0.29841
-6.15456,1.10333,-1.39607,-1.57513,-0.88967,1.93171,-0.29877
-6.15560,1.10284,-1.39644,-1.57480,-0.88975,1.93209,-0.29912
-6.15664,1.10235,-1.39681,-1.57448,-0.88983,1.93246,-0.29946
-6.15767,1.10187,-1.39717,-1.57416,-0.88991,1.93282,-0.29980
-6.15871,1.10140,-1.39752,-1.57384,-0.88999,1.93317,-0.30013
-6.15974,1.10094,-1.39786,-1.57353,-0.89007,1.93352,-0.30046
-6.16078,1.10048,-1.39820,-1.57322,-0.89014,1.93386,-0.30078
-6.16181,1.10003,-1.39854,-1.57292,-0.89022,1.93420,-0.30109
-6.16285,1.09959,-1.39887,-1.57262,-0.89030,1.93453,-0.30140
-6.16389,1.09916,-1.39919,-1.57233,-0.89037,1.93486,-0.30171
-6.16492,1.09874,-1.39951,-1.57204,-0.89045,1.93518,-0.30201
-6.16596,1.09832,-1.39982,-1.57175,-0.89052,1.93549,-0.30230
-6.16699,1.09791,-1.40013,-1.57147,-0.89059,1.93580,-0.30259
-6.16803,1.09751,-1.40043,-1.57120,-0.89067,1.93610,-0.30288
-6.16907,1.09725,-1.40063,-1.57102,-0.89071,1.93630,-0.30306
-6.17010,1.09665,-1.40109,-1.57060,-0.89081,1.93675,-0.30349
-6.17114,1.09605,-1.40155,-1.57020,-0.89091,1.93720,-0.30391
-6.17217,1.09547,-1.40200,-1.56979,-0.89101,1.93764,-0.30432
-6.17321,1.09489,-1.40244,-1.56940,-0.89111,1.93807,-0.30472
-6.17425,1.09433,-1.40287,-1.56901,-0.89120,1.93849,-0.30512
-6.17528,1.09377,-1.40329,-1.56862,-0.89130,1.93891,-0.30551
-6.17632,1.09323,-1.40371,-1.56824,-0.89140,1.93932,-0.30590
-6.17735,1.09269,-1.40412,-1.56787,-0.89149,1.93972,-0.30628
-6.17839,1.09217,-1.40453,-1.56750,-0.89158,1.94011,-0.30665
-6.17943,1.09165,-1.40492,-1.56714,-0.89168,1.94050,-0.30701
-6.18046,1.09114,-1.40532,-1.56678,-0.89177,1.94088,-0.30737
-6.18150,1.09065,-1.40570,-1.56643,-0.89186,1.94125,-0.30773
-6.18253,1.09016,-1.40608,-1.56609,-0.89195,1.94162,-0.30807
-6.18357,1.08968,-1.40645,-1.56575,-0.89204,1.94198,-0.30841
-6.18461,1.08920,-1.40681,-1.56541,-0.89213,1.94234,-0.30875
-6.18564,1.08874,-1.40717,-1.56508,-0.89222,1.94269,-0.30908
-6.18668,1.08828,-1.40753,-1.56475,-0.89231,1.94303,-0.30940
-6.18771,1.08784,-1.40787,-1.56443,-0.89239,1.94337,-0.30972
-6.18875,1.08740,-1.40822,-1.56412,-0.89248,1.94370,-0.31003
-6.18979,1.08696,-1.40855,-1.56380,-0.89256,1.94402,-0.31034
-6.19082,1.08654,-1.40888,-1.56350,-0.89265,1.94434,-0.31065
-6.19186,1.08612,-1.40921,-1.56320,-0.89273,1.94466,-0.31094
-6.19289,1.08571,-1.40953,-1.56290,-0.89282,1.94497,-0.31123
-6.19393,1.08531,-1.40984,-1.56260,-0.89290,1.94527,-0.31152
-6.19497,1.08491,-1.41015,-1.56232,-0.89298,1.94557,-0.31180
-6.19600,1.08454,-1.41043,-1.56205,-0.89305,1.94584,-0.31207
-6.19704,1.08399,-1.41087,-1.56165,-0.89316,1.94626,-0.31246
-6.19807,1.08345,-1.41130,-1.56125,-0.89326,1.94666,-0.31284
-6.19911,1.08292,-1.41172,-1.56086,-0.89337,1.94706,-0.31322
-6.20015,1.08240,-1.41213,-1.56047,-0.89347,1.94745,-0.31359
-6.20118,1.08189,-1.41254,-1.56010,-0.89357,1.94784,-0.31396
-6.20222,1.08138,-1.41294,-1.55972,-0.89367,1.94821,-0.31432
-6.20325,1.08089,-1.41334,-1.55936,-0.89377,1.94859,-0.31467
-6.20429,1.08040,-1.41372,-1.55899,-0.89387,1.94895,-0.31502
-6.20532,1.07992,-1.41410,-1.55864,-0.89397,1.94931,-0.31536
-6.20636,1.07945,-1.41448,-1.55829,-0.89407,1.94966,-0.31569
-6.20740,1.07899,-1.41485,-1.55794,-0.89417,1.95001,-0.31602
-6.20843,1.07854,-1.41521,-1.55760,-0.89426,1.95035,-0.31635
-6.20947,1.07809,-1.41556,-1.55727,-0.89436,1.95068,-0.31667
-6.21050,1.07766,-1.41591,-1.55694,-0.89445,1.95101,-0.31698
-6.21154,1.07723,-1.41626,-1.55661,-0.89454,1.95133,-0.31729
-6.21258,1.07680,-1.41660,-1.55629,-0.89464,1.95165,-0.31759
-6.21361,1.07639,-1.41693,-1.55597,-0.89473,1.95196,-0.31789
-6.21465,1.07598,-1.41726,-1.55566,-0.89482,1.95227,-0.31818
-6.21568,1.07558,-1.41758,-1.55536,-0.89491,1.95257,-0.31846
-6.21672,1.07519,-1.41789,-1.55505,-0.89500,1.95286,-0.31875
-6.21776,1.07480,-1.41820,-1.55476,-0.89508,1.95315,-0.31902
-6.21879,1.07460,-1.41837,-1.55460,-0.89513,1.95331,-0.31917
-6.21983,1.07410,-1.41878,-1.55421,-0.89524,1.95368,-0.31953
-6.22086,1.07361,-1.41918,-1.55383,-0.89535,1.95405,-0.31988
-6.22190,1.07313,-1.41957,-1.55346,-0.89545,1.95441,-0.32022
-6.22294,1.07265,-1.41996,-1.55309,-0.89556,1.95476,-0.32056
-6.22397,1.07219,-1.42034,-1.55272,-0.89566,1.95511,-0.32090
-6.22501,1.07173,-1.42072,-1.55236,-0.89577,1.95545,-0.32122
-6.22604,1.07128,-1.42108,-1.55201,-0.89587,1.95579,-0.32155
-6.22708,1.07084,-1.42145,-1.55166,-0.89597,1.95612,-0.32186
-6.22812,1.07041,-1.42180,-1.55132,-0.89607,1.95644,-0.32218
-6.22915,1.06998,-1.42215,-1.55098,-0.89617,1.95676,-0.32248
-6.23019,1.06956,-1.42250,-1.55065,-0.89627,1.95708,-0.32278
-6.23122,1.06915,-1.42284,-1.55032,-0.89637,1.95738,-0.32308
-6.23226,1.06875,-1.42317,-1.55000,-0.89647,1.95769,-0.32337
-6.23330,1.06835,-1.42350,-1.54968,-0.89656,1.95798,-0.32365
-6.23433,1.06796,-1.42382,-1.54937,-0.89666,1.95828,-0.32394
-6.23537,1.06758,-1.42414,-1.54906,-0.89675,1.95856,-0.32421
-6.23640,1.06720,-1.42445,-1.54876,-0.89684,1.95885,-0.32448
-6.23744,1.06645,-1.42508,-1.54818,-0.89699,1.95941,-0.32502
-6.23848,1.06570,-1.42569,-1.54760,-0.89715,1.95996,-0.32555
-6.23951,1.06498,-1.42630,-1.54703,-0.89730,1.96050,-0.32608
-6.24055,1.06426,-1.42690,-1.54647,-0.89745,1.96103,-0.32659
-6.24158,1.06356,-1.42748,-1.54592,-0.89760,1.96155,-0.32709
-6.24262,1.06287,-1.42806,-1.54538,-0.89775,1.96206,-0.32759
-6.24365,1.06219,-1.42862,-1.54485,-0.89790,1.96256,-0.32807
-6.24469,1.06153,-1.42918,-1.54432,-0.89805,1.96306,-0.32855
-6.24573,1.06088,-1.42973,-1.54380,-0.89819,1.96354,-0.32902
-6.24676,1.06023,-1.43027,-1.54329,-0.89833,1.96402,-0.32948
-6.24780,1.05960,-1.43080,-1.54279,-0.89848,1.96449,-0.32994
-6.24883,1.05899,-1.43132,-1.54229,-0.89862,1.96495,-0.33038
-6.24987,1.05838,-1.43183,-1.54181,-0.89876,1.96540,-0.33082
-6.25091,1.05778,-1.43234,-1.54132,-0.89890,1.96584,-0.33125
-6.25194,1.05720,-1.43283,-1.54085,-0.89904,1.96628,-0.33167
-6.25298,1.05662,-1.43332,-1.54038,-0.89917,1.96671,-0.33209
-6.25401,1.05606,-1.43380,-1.53992,-0.89931,1.96713,-0.33250
-6.25505,1.05550,-1.43427,-1.53947,-0.89944,1.96754,-0.33290
-6.25609,1.05496,-1.43473,-1.53902,-0.89957,1.96795,-0.33329
-6.25712,1.05442,-1.43518,-1.53858,-0.89971,1.96835,-0.33368
-6.25816,1.05389,-1.43563,-1.53815,-0.89984,1.96874,-0.33406
-6.25919,1.05338,-1.43607,-1.53772,-0.89996,1.96912,-0.33444
-6.26023,1.05287,-1.43650,-1.53730,-0.90009,1.96950,-0.33481
-6.26127,1.05237,-1.43693,-1.53689,-0.90022,1.96987,-0.33517
-6.26230,1.05188,-1.43735,-1.53648,-0.90034,1.97024,-0.33552
-6.26334,1.05140,-1.43776,-1.53608,-0.90047,1.97060,-0.33587
-6.26437,1.05093,-1.43816,-1.53568,-0.90059,1.97095,-0.33622
-6.26541,1.05046,-1.43856,-1.53529,-0.90071,1.97129,-0.33655
-6.26645,1.05001,-1.43895,-1.53491,-0.90083,1.97163,-0.33689
-6.26748,1.04956,-1.43933,-1.53453,-0.90095,1.97197,-0.33721
-6.26852,1.04912,-1.43971,-1.53416,-0.90107,1.97230,-0.33753
-6.26955,1.04869,-1.44008,-1.53379,-0.90119,1.97262,-0.33785
-6.27059,1.04826,-1.44045,-1.53343,-0.90130,1.97294,-0.33816
-6.27163,1.04785,-1.44081,-1.53307,-0.90141,1.97325,-0.33846
-6.27266,1.04744,-1.44116,-1.53272,-0.90153,1.97355,-0.33876
-6.27370,1.04703,-1.44150,-1.53238,-0.90164,1.97385,-0.33906
-6.27473,1.04664,-1.44185,-1.53204,-0.90175,1.97415,-0.33934
-6.27577,1.04625,-1.44218,-1.53170,-0.90186,1.97444,-0.33963
-6.27681,1.04587,-1.44251,-1.53137,-0.90197,1.97473,-0.33991
-6.27784,1.04549,-1.44283,-1.53105,-0.90207,1.97501,-0.34018
-6.27888,1.04513,-1.44315,-1.53073,-0.90218,1.97528,-0.34045
-6.27991,1.04492,-1.44333,-1.53056,-0.90224,1.97543,-0.34060
-6.28095,1.04435,-1.44382,-1.53008,-0.90238,1.97586,-0.34102
-6.28198,1.04379,-1.44431,-1.52961,-0.90252,1.97627,-0.34143
-6.28302,1.04324,-1.44479,-1.52914,-0.90266,1.97668,-0.34183
-6.28406,1.04269,-1.44526,-1.52869,-0.90280,1.97709,-0.34223
-6.28509,1.04216,-1.44572,-1.52824,-0.90294,1.97748,-0.34261
-6.28613,1.04164,-1.44618,-1.52779,-0.90307,1.97787,-0.34300
-6.28716,1.04112,-1.44662,-1.52736,-0.90321,1.97825,-0.34337
-6.28820,1.04062,-1.44706,-1.52693,-0.90334,1.97863,-0.34374
-6.28924,1.04012,-1.44749,-1.52650,-0.90347,1.97899,-0.34410
-6.29027,1.03964,-1.44792,-1.52609,-0.90360,1.97936,-0.34446
-6.29131,1.03916,-1.44834,-1.52567,-0.90373,1.97971,-0.34481
-6.29234,1.03869,-1.44875,-1.52527,-0.90386,1.98006,-0.34515
-6.29338,1.03823,-1.44915,-1.52487,-0.90399,1.98040,-0.34549
-6.29442,1.03777,-1.44955,-1.52448,-0.90412,1.98074,-0.34582
-6.29545,1.03733,-1.44994,-1.52409,-0.90424,1.98107,-0.34615
-6.29649,1.03689,-1.45032,-1.52371,-0.90436,1.98140,-0.34647
-6.29752,1.03646,-1.45070,-1.52333,-0.90448,1.98172,-0.34679
-6.29856,1.03604,-1.45107,-1.52296,-0.90460,1.98203,-0.34710
-6.29960,1.03563,-1.45143,-1.52260,-0.90472,1.98234,-0.34740
-6.30063,1.03522,-1.45179,-1.52224,-0.90484,1.98264,-0.34770
-6.30167,1.03482,-1.45215,-1.52189,-0.90496,1.98294,-0.34800
-6.30270,1.03443,-1.45249,-1.52154,-0.90507,1.98323,-0.34829
-6.30374,1.03404,-1.45283,-1.52120,-0.90519,1.98352,-0.34857
-6.30478,1.03366,-1.45317,-1.52086,-0.90530,1.98380,-0.34885
-6.30581,1.03329,-1.45350,-1.52053,-0.90541,1.98408,-0.34912
-6.30685,1.03292,-1.45382,-1.52020,-0.90552,1.98435,-0.34940
-6.30788,1.03256,-1.45414,-1.51988,-0.90563,1.98462,-0.34966
-6.30892,1.03251,-1.45418,-1.51983,-0.90565,1.98466,-0.34970
-6.30996,1.03202,-1.45463,-1.51940,-0.90578,1.98502,-0.35006
-6.31099,1.03153,-1.45506,-1.51897,-0.90592,1.98538,-0.35042
-6.31203,1.03105,-1.45549,-1.51854,-0.90606,1.98574,-0.35077
-6.31306,1.03058,-1.45591,-1.51812,-0.90619,1.98608,-0.35112
-6.31410,1.03012,-1.45632,-1.51771,-0.90633,1.98643,-0.35146
-6.31514,1.02967,-1.45673,-1.51730,-0.90646,1.98676,-0.35179
-6.31617,1.02923,-1.45713,-1.51690,-0.90659,1.98709,-0.35212
-6.31721,1.02879,-1.45752,-1.51651,-0.90672,1.98742,-0.35244
-6.31824,1.02836,-1.45791,-1.51612,-0.90685,1.98773,-0.35276
-6.31928,1.02794,-1.45828,-1.51574,-0.90697,1.98805,-0.35307
-6.32031,1.02753,-1.45866,-1.51536,-0.90710,1.98835,-0.35337
-6.32135,1.02712,-1.45902,-1.51499,-0.90722,1.98866,-0.35367
-6.32239,1.02672,-1.45938,-1.51463,-0.90734,1.98895,-0.35397
-6.32342,1.02633,-1.45974,-1.51427,-0.90746,1.98924,-0.35426
-6.32446,1.02594,-1.46009,-1.51391,-0.90758,1.98953,-0.35455
-6.32549,1.02556,-1.46043,-1.51356,-0.90770,1.98981,-0.35483
-6.32653,1.02519,-1.46077,-1.51322,-0.90782,1.99009,-0.35510
-6.32757,1.02483,-1.46110,-1.51288,-0.90793,1.99036,-0.35537
-6.32860,1.02447,-1.46142,-1.51255,-0.90805,1.99063,-0.35564
-6.32964,1.02409,-1.46177,-1.51220,-0.90817,1.99091,-0.35592
-6.33067,1.02348,-1.46231,-1.51169,-0.90832,1.99136,-0.35637
-6.33171,1.02287,-1.46284,-1.51118,-0.90847,1.99180,-0.35681
-6.33275,1.02228,-1.46336,-1.51068,-0.90863,1.99223,-0.35725
-6.33378,1.02171,-1.46387,-1.51019,-0.90878,1.99266,-0.35768
-6.33482,1.02114,-1.46437,-1.50970,-0.90893,1.99308,-0.35810
-6.33585,1.02058,-1.46487,-1.50923,-0.90907,1.99349,-0.35851
-6.33689,1.02003,-1.46535,-1.50876,-0.90922,1.99390,-0.35892
-6.33793,1.01949,-1.46583,-1.50829,-0.90937,1.99429,-0.35931
-6.33896,1.01896,-1.46630,-1.50784,-0.90951,1.99468,-0.35971
-6.34000,1.01844,-1.46677,-1.50739,-0.90965,1.99507,-0.36009
-6.34103,1.01793,-1.46722,-1.50694,-0.90979,1.99544,-0.36047
-6.34207,1.01743,-1.46767,-1.50651,-0.90993,1.99581,-0.36084
-6.34311,1.01694,-1.46811,-1.50608,-0.91007,1.99618,-0.36121
-6.34414,1.01645,-1.46854,-1.50565,-0.91021,1.99653,-0.36157
-6.34518,1.01598,-1.46896,-1.50524,-0.91034,1.99688,-0.36192
-6.34621,1.01551,-1.46938,-1.50483,-0.91048,1.99723,-0.36227
-6.34725,1.01505,-1.46979,-1.50442,-0.91061,1.99756,-0.36261
-6.34829,1.01460,-1.47020,-1.50402,-0.91074,1.99790,-0.36294
-6.34932,1.01416,-1.47059,-1.50363,-0.91087,1.99822,-0.36327
-6.35036,1.01373,-1.47098,-1.50324,-0.91100,1.99854,-0.36359
-6.35139,1.01330,-1.47137,-1.50286,-0.91113,1.99886,-0.36391
-6.35243,1.01288,-1.47174,-1.50249,-0.91125,1.99917,-0.36422
-6.35347,1.01247,-1.47212,-1.50212,-0.91138,1.99947,-0.36453
-6.35450,1.01207,-1.47248,-1.50175,-0.91150,1.99977,-0.36483
-6.35554,1.01167,-1.47284,-1.50139,-0.91162,2.00006,-0.36513
-6.35657,1.01128,-1.47319,-1.50104,-0.91174,2.00035,-0.36542
-6.35761,1.01090,-1.47354,-1.50069,-0.91186,2.00064,-0.36571
-6.35864,1.01052,-1.47388,-1.50035,-0.91198,2.00091,-0.36599
-6.35968,1.01015,-1.47421,-1.50001,-0.91209,2.00119,-0.36627
-6.36072,1.00979,-1.47454,-1.49968,-0.91221,2.00146,-0.36654
-6.36175,1.00943,-1.47486,-1.49935,-0.91232,2.00172,-0.36681
-6.36279,1.00907,-1.47520,-1.49901,-0.91244,2.00199,-0.36708
-6.36382,1.00856,-1.47566,-1.49855,-0.91259,2.00237,-0.36746
-6.36486,1.00806,-1.47612,-1.49810,-0.91274,2.00273,-0.36783
-6.36590,1.00757,-1.47658,-1.49765,-0.91289,2.00309,-0.36820
-6.36693,1.00709,-1.47702,-1.49721,-0.91303,2.00345,-0.36856
-6.36797,1.00662,-1.47746,-1.49677,-0.91318,2.00379,-0.36891
-6.36900,1.00615,-1.47788,-1.49634,-0.91332,2.00413,-0.36926
-6.37004,1.00570,-1.47831,-1.49592,-0.91346,2.00447,-0.36960
-6.37108,1.00525,-1.47872,-1.49550,-0.91360,2.00480,-0.36993
-6.37211,1.00481,-1.47913,-1.49509,-0.91374,2.00512,-0.37026
-6.37315,1.00438,-1.47953,-1.49469,-0.91388,2.00544,-0.37058
-6.37418,1.00396,-1.47992,-1.49429,-0.91401,2.00575,-0.37090
-6.37522,1.00354,-1.48031,-1.49390,-0.91415,2.00606,-0.37121
-6.37626,1.00313,-1.48069,-1.49351,-0.91428,2.00636,-0.37152
-6.37729,1.00273,-1.48106,-1.49313,-0.91441,2.00666,-0.37182
-6.37833,1.00233,-1.48143,-1.49276,-0.91454,2.00695,-0.37212
-6.37936,1.00195,-1.48179,-1.49239,-0.91467,2.00723,-0.37241
-6.38040,1.00157,-1.48215,-1.49203,-0.91479,2.00751,-0.37270
-6.38144,1.00119,-1.48250,-1.49167,-0.91492,2.00779,-0.37298
-6.38247,1.00083,-1.48284,-1.49132,-0.91504,2.00806,-0.37326
-6.38351,1.00046,-1.48318,-1.49097,-0.91516,2.00833,-0.37353
-6.38454,1.00011,-1.48351,-1.49063,-0.91529,2.00859,-0.37380
-6.38558,0.99976,-1.48384,-1.49029,-0.91541,2.00885,-0.37406
-6.38662,0.99944,-1.48414,-1.48998,-0.91552,2.00908,-0.37430
-6.38765,0.99897,-1.48459,-1.48953,-0.91567,2.00943,-0.37466
-6.38869,0.99850,-1.48503,-1.48908,-0.91582,2.00977,-0.37500
-6.38972,0.99805,-1.48546,-1.48864,-0.91597,2.01010,-0.37535
-6.39076,0.99760,-1.48589,-1.48821,-0.91612,2.01043,-0.37568
-6.39180,0.99716,-1.48631,-1.48778,-0.91626,2.01075,-0.37601
-6.39283,0.99673,-1.48672,-1.48736,-0.91641,2.01107,-0.37634
-6.39387,0.99631,-1.48713,-1.48694,-0.91655,2.01138,-0.37666
-6.39490,0.99589,-1.48752,-1.48654,-0.91669,2.01169,-0.37697
-6.39594,0.99548,-1.48791,-1.48613,-0.91683,2.01199,-0.37728
-6.39698,0.99508,-1.48830,-1.48574,-0.91697,2.01228,-0.37758
-6.39801,0.99469,-1.48868,-1.48535,-0.91711,2.01257,-0.37788
-6.39905,0.99430,-1.48905,-1.48496,-0.91724,2.01286,-0.37817
-6.40008,0.99392,-1.48941,-1.48458,-0.91738,2.01314,-0.37846
-6.40112,0.99355,-1.48977,-1.48421,-0.91751,2.01341,-0.37874
-6.40215,0.99318,-1.49013,-1.48384,-0.91764,2.01368,-0.37902
-6.40319,0.99282,-1.49047,-1.48348,-0.91777,2.01395,-0.37930
-6.40423,0.99247,-1.49082,-1.48313,-0.91790,2.01421,-0.37956
-6.40526,0.99212,-1.49115,-1.48278,-0.91803,2.01446,-0.37983
-6.40630,0.99178,-1.49148,-1.48243,-0.91815,2.01472,-0.38009
-6.40733,0.99146,-1.49179,-1.48211,-0.91827,2.01495,-0.38033
-6.40837,0.99099,-1.49226,-1.48162,-0.91844,2.01529,-0.38068
-6.40941,0.99053,-1.49272,-1.48113,-0.91861,2.01563,-0.38103
-6.41044,0.99007,-1.49318,-1.48066,-0.91877,2.01596,-0.38138
-6.41148,0.98962,-1.49362,-1.48019,-0.91894,2.01629,-0.38171
-6.41251,0.98919,-1.49406,-1.47973,-0.91910,2.01661,-0.38205
-6.41355,0.98875,-1.49450,-1.47927,-0.91926,2.01693,-0.38237
-6.41459,0.98833,-1.49492,-1.47882,-0.91942,2.01724,-0.38269
-6.41562,0.98792,-1.49534,-1.47838,-0.91958,2.01754,-0.38301
-6.41666,0.98751,-1.49575,-1.47794,-0.91973,2.01784,-0.38332
-6.41769,0.98711,-1.49615,-1.47752,-0.91989,2.01813,-0.38362
-6.41873,0.98671,-1.49655,-1.47709,-0.92004,2.01842,-0.38392
-6.41977,0.98633,-1.49694,-1.47668,-0.92019,2.01871,-0.38421
-6.42080,0.98595,-1.49732,-1.47627,-0.92034,2.01899,-0.38450
-6.42184,0.98557,-1.49770,-1.47586,-0.92048,2.01926,-0.38479
-6.42287,0.98521,-1.49807,-1.47547,-0.92063,2.01953,-0.38506
-6.42391,0.98485,-1.49844,-1.47508,-0.92077,2.01979,-0.38534
-6.42495,0.98450,-1.49879,-1.47469,-0.92091,2.02005,-0.38561
-6.42598,0.98415,-1.49915,-1.47431,-0.92105,2.02031,-0.38587
-6.42702,0.98381,-1.49949,-1.47394,-0.92119,2.02056,-0.38613
-6.42805,0.98347,-1.49983,-1.47357,-0.92133,2.02080,-0.38639
-6.42909,0.98314,-1.50017,-1.47321,-0.92147,2.02104,-0.38664
-6.43013,0.98292,-1.50040,-1.47296,-0.92156,2.02121,-0.38681
-6.43116,0.98229,-1.50107,-1.47224,-0.92180,2.02167,-0.38729
-6.43220,0.98167,-1.50173,-1.47153,-0.92205,2.02212,-0.38776
-6.43323,0.98106,-1.50238,-1.47084,-0.92229,2.02256,-0.38822
-6.43427,0.98046,-1.50302,-1.47015,-0.92253,2.02299,-0.38867
-6.43531,0.97988,-1.50364,-1.46948,-0.92277,2.02342,-0.38911
-6.43634,0.97930,-1.50426,-1.46881,-0.92300,2.02384,-0.38955
-6.43738,0.97874,-1.50487,-1.46816,-0.92324,2.02425,-0.38998
-6.43841,0.97819,-1.50546,-1.46751,-0.92346,2.02465,-0.39040
-6.43945,0.97764,-1.50605,-1.46687,-0.92369,2.02505,-0.39081
-6.44048,0.97711,-1.50662,-1.46625,-0.92392,2.02544,-0.39122
-6.44152,0.97658,-1.50719,-1.46563,-0.92414,2.02582,-0.39162
-6.44256,0.97607,-1.50775,-1.46502,-0.92436,2.02619,-0.39201
-6.44359,0.97556,-1.50829,-1.46442,-0.92457,2.02656,-0.39240
-6.44463,0.97506,-1.50883,-1.46384,-0.92479,2.02692,-0.39278
-6.44566,0.97458,-1.50936,-1.46325,-0.92500,2.02728,-0.39315
-6.44670,0.97410,-1.50988,-1.46268,-0.92521,2.02763,-0.39352
-6.44774,0.97363,-1.51039,-1.46212,-0.92542,2.02797,-0.39388
-6.44877,0.97317,-1.51089,-1.46156,-0.92562,2.02831,-0.39423
-6.44981,0.97271,-1.51139,-1.46102,-0.92583,2.02864,-0.39458
-6.45084,0.97227,-1.51187,-1.46048,-0.92603,2.02896,-0.39492
-6.45188,0.97183,-1.51235,-1.45995,-0.92622,2.02928,-0.39525
-6.45292,0.97140,-1.51282,-1.45943,-0.92642,2.02959,-0.39558
-6.45395,0.97098,-1.51328,-1.45891,-0.92661,2.02990,-0.39591
-6.45499,0.97056,-1.51373,-1.45841,-0.92681,2.03020,-0.39623
-6.45602,0.97016,-1.51418,-1.45791,-0.92699,2.03050,-0.39654
-6.45706,0.96976,-1.51462,-1.45742,-0.92718,2.03079,-0.39685
-6.45810,0.96936,-1.51505,-1.45693,-0.92737,2.03108,-0.39715
-6.45913,0.96898,-1.51547,-1.45646,-0.92755,2.03136,-0.39744
-6.46017,0.96860,-1.51589,-1.45599,-0.92773,2.03164,-0.39774
-6.46120,0.96823,-1.51630,-1.45552,-0.92791,2.03191,-0.39802
-6.46224,0.96786,-1.51670,-1.45507,-0.92808,2.03218,-0.39831
-6.46328,0.96750,-1.51710,-1.45462,-0.92826,2.03244,-0.39858
-6.46431,0.96715,-1.51749,-1.45418,-0.92843,2.03270,-0.39885
-6.46535,0.96681,-1.51787,-1.45375,-0.92860,2.03295,-0.39912
-6.46638,0.96647,-1.51825,-1.45332,-0.92876,2.03320,-0.39939
-6.46742,0.96613,-1.51862,-1.45290,-0.92893,2.03344,-0.39964
-6.46846,0.96580,-1.51898,-1.45248,-0.92909,2.03368,-0.39990
-6.46949,0.96548,-1.51934,-1.45207,-0.92925,2.03392,-0.40015
-6.47053,0.96517,-1.51969,-1.45167,-0.92941,2.03415,-0.40039
-6.47156,0.96486,-1.52003,-1.45127,-0.92957,2.03438,-0.40063
-6.47260,0.96457,-1.52035,-1.45091,-0.92971,2.03458,-0.40085
-6.47364,0.96422,-1.52074,-1.45046,-0.92989,2.03484,-0.40113
-6.47467,0.96387,-1.52114,-1.45001,-0.93007,2.03510,-0.40140
-6.47571,0.96353,-1.52152,-1.44957,-0.93024,2.03535,-0.40166
-6.47674,0.96319,-1.52190,-1.44913,-0.93041,2.03559,-0.40192
-6.47778,0.96286,-1.52228,-1.44871,-0.93058,2.03584,-0.40218
-6.47881,0.96253,-1.52264,-1.44828,-0.93074,2.03607,-0.40243
-6.47985,0.96221,-1.52300,-1.44787,-0.93091,2.03631,-0.40268
-6.48089,0.96190,-1.52336,-1.44746,-0.93107,2.03654,-0.40292
-6.48192,0.96159,-1.52371,-1.44706,-0.93123,2.03676,-0.40316
-6.48296,0.96129,-1.52405,-1.44666,-0.93139,2.03698,-0.40340
-6.48399,0.96097,-1.52441,-1.44625,-0.93155,2.03722,-0.40365
-6.48503,0.96065,-1.52476,-1.44584,-0.93171,2.03745,-0.40390
-6.48607,0.96034,-1.52511,-1.44544,-0.93187,2.03768,-0.40414
-6.48710,0.96004,-1.52545,-1.44505,-0.93203,2.03790,-0.40437
-6.48814,0.95997,-1.52552,-1.44497,-0.93206,2.03794,-0.40442
-6.48917,0.95966,-1.52587,-1.44458,-0.93222,2.03817,-0.40466
-6.49021,0.95936,-1.52621,-1.44418,-0.93237,2.03839,-0.40490
-6.49125,0.95905,-1.52656,-1.44379,-0.93253,2.03862,-0.40514
-6.49228,0.95874,-1.52690,-1.44340,-0.93268,2.03884,-0.40538
-6.49332,0.95871,-1.52694,-1.44336,-0.93270,2.03887,-0.40541
-6.49435,0.95840,-1.52728,-1.44297,-0.93285,2.03909,-0.40565
-6.49539,0.95809,-1.52762,-1.44258,-0.93301,2.03932,-0.40589
-6.49643,0.95805,-1.52767,-1.44253,-0.93302,2.03935,-0.40592
-6.49746,0.95765,-1.52811,-1.44203,-0.93321,2.03964,-0.40623
-6.49850,0.95725,-1.52855,-1.44155,-0.93340,2.03993,-0.40654
-6.49953,0.95686,-1.52898,-1.44107,-0.93358,2.04021,-0.40684
-6.50057,0.95648,-1.52941,-1.44060,-0.93376,2.04048,-0.40713
-6.50161,0.95611,-1.52982,-1.44013,-0.93394,2.04076,-0.40743
-6.50264,0.95574,-1.53023,-1.43967,-0.93411,2.04102,-0.40771
-6.50368,0.95538,-1.53063,-1.43922,-0.93429,2.04129,-0.40799
-6.50471,0.95502,-1.53103,-1.43878,-0.93446,2.04154,-0.40827
-6.50575,0.95468,-1.53142,-1.43834,-0.93463,2.04180,-0.40854
-6.50679,0.95433,-1.53180,-1.43791,-0.93479,2.04205,-0.40881
-6.50782,0.95400,-1.53218,-1.43748,-0.93496,2.04229,-0.40907
-6.50886,0.95367,-1.53255,-1.43707,-0.93512,2.04253,-0.40933
-6.50989,0.95334,-1.53291,-1.43665,-0.93529,2.04277,-0.40958
-6.51093,0.95302,-1.53327,-1.43625,-0.93545,2.04300,-0.40983
-6.51197,0.95271,-1.53362,-1.43585,-0.93560,2.04323,-0.41007
-6.51300,0.95240,-1.53396,-1.43546,-0.93576,2.04345,-0.41031
-6.51404,0.95214,-1.53426,-1.43512,-0.93589,2.04364,-0.41052
-6.51507,0.95164,-1.53481,-1.43453,-0.93611,2.04400,-0.41091
-6.51611,0.95114,-1.53535,-1.43395,-0.93632,2.04436,-0.41129
-6.51714,0.95065,-1.53589,-1.43337,-0.93653,2.04471,-0.41167
-6.51818,0.95017,-1.53641,-1.43280,-0.93674,2.04506,-0.41204
-6.51922,0.94970,-1.53693,-1.43224,-0.93695,2.04540,-0.41241
-6.52025,0.94924,-1.53744,-1.43169,-0.93715,2.04573,-0.41277
-6.52129,0.94879,-1.53793,-1.43115,-0.93735,2.04606,-0.41312
-6.52232,0.94834,-1.53842,-1.43061,-0.93755,2.04638,-0.41347
-6.52336,0.94791,-1.53891,-1.43009,-0.93775,2.04669,-0.41381
-6.52440,0.94748,-1.53938,-1.42957,-0.93795,2.04700,-0.41414
-6.52543,0.94706,-1.53985,-1.42906,-0.93814,2.04731,-0.41447
-6.52647,0.94664,-1.54030,-1.42855,-0.93833,2.04761,-0.41479
-6.52750,0.94624,-1.54075,-1.42806,-0.93852,2.04790,-0.41511
-6.52854,0.94584,-1.54120,-1.42757,-0.93871,2.04819,-0.41542
-6.52958,0.94545,-1.54163,-1.42709,-0.93889,2.04847,-0.41573
-6.53061,0.94506,-1.54206,-1.42661,-0.93907,2.04875,-0.41603
-6.53165,0.94469,-1.54248,-1.42615,-0.93925,2.04902,-0.41632
-6.53268,0.94431,-1.54289,-1.42569,-0.93943,2.04929,-0.41661
-6.53372,0.94395,-1.54330,-1.42523,-0.93961,2.04956,-0.41690
-6.53476,0.94359,-1.54370,-1.42479,-0.93978,2.04981,-0.41718
-6.53579,0.94324,-1.54409,-1.42435,-0.93995,2.05007,-0.41746
-6.53683,0.94290,-1.54448,-1.42392,-0.94012,2.05032,-0.41773
-6.53786,0.94256,-1.54486,-1.42349,-0.94029,2.05056,-0.41799
-6.53890,0.94222,-1.54523,-1.42307,-0.94046,2.05080,-0.41826
-6.53994,0.94190,-1.54560,-1.42266,-0.94062,2.05104,-0.41851
-6.54097,0.94158,-1.54596,-1.42225,-0.94078,2.05127,-0.41877
-6.54201,0.94126,-1.54631,-1.42185,-0.94094,2.05150,-0.41902
-6.54304,0.94095,-1.54666,-1.42145,-0.94110,2.05173,-0.41926
-6.54408,0.94065,-1.54700,-1.42106,-0.94125,2.05195,-0.41950
-6.54512,0.94043,-1.54725,-1.42078,-0.94137,2.05211,-0.41967
-6.54615,0.94002,-1.54771,-1.42028,-0.94156,2.05240,-0.41999
-6.54719,0.93962,-1.54816,-1.41978,-0.94175,2.05269,-0.42030
-6.54822,0.93923,-1.54860,-1.41929,-0.94194,2.05297,-0.42061
-6.54926,0.93885,-1.54904,-1.41880,-0.94213,2.05325,-0.42091
-6.55030,0.93847,-1.54947,-1.41833,-0.94231,2.05352,-0.42121
-6.55133,0.93810,-1.54989,-1.41786,-0.94250,2.05379,-0.42150
-6.55237,0.93773,-1.55030,-1.41739,-0.94268,2.05405,-0.42179
-6.55340,0.93738,-1.55070,-1.41694,-0.94285,2.05431,-0.42207
-6.55444,0.93703,-1.55110,-1.41649,-0.94303,2.05456,-0.42235
-6.55547,0.93668,-1.55150,-1.41605,-0.94320,2.05481,-0.42262
-6.55651,0.93634,-1.55188,-1.41561,-0.94338,2.05505,-0.42289
-6.55755,0.93601,-1.55226,-1.41518,-0.94355,2.05530,-0.42315
-6.55858,0.93568,-1.55263,-1.41476,-0.94371,2.05553,-0.42341
-6.55962,0.93536,-1.55300,-1.41434,-0.94388,2.05576,-0.42366
-6.56065,0.93505,-1.55336,-1.41394,-0.94404,2.05599,-0.42391
-6.56169,0.93474,-1.55372,-1.41353,-0.94421,2.05621,-0.42416
-6.56273,0.93443,-1.55406,-1.41313,-0.94437,2.05643,-0.42440
-6.56376,0.93413,-1.55441,-1.41274,-0.94452,2.05665,-0.42463
-6.56480,0.93400,-1.55456,-1.41258,-0.94459,2.05674,-0.42474
-6.56583,0.93359,-1.55502,-1.41207,-0.94478,2.05704,-0.42507
-6.56687,0.93318,-1.55548,-1.41157,-0.94497,2.05734,-0.42539
-6.56791,0.93277,-1.55593,-1.41108,-0.94516,2.05763,-0.42571
-6.56894,0.93238,-1.55637,-1.41060,-0.94534,2.05791,-0.42602
-6.56998,0.93199,-1.55680,-1.41012,-0.94553,2.05819,-0.42632
-6.57101,0.93161,-1.55723,-1.40966,-0.94571,2.05847,-0.42663
-6.57205,0.93124,-1.55765,-1.40919,-0.94589,2.05873,-0.42692
-6.57309,0.93087,-1.55806,-1.40874,-0.94606,2.05900,-0.42721
-6.57412,0.93051,-1.55846,-1.40829,-0.94624,2.05926,-0.42750
-6.57516,0.93015,-1.55886,-1.40785,-0.94641,2.05951,-0.42778
-6.57619,0.92980,-1.55925,-1.40742,-0.94658,2.05976,-0.42805
-6.57723,0.92946,-1.55964,-1.40699,-0.94675,2.06001,-0.42833
-6.57827,0.92913,-1.56002,-1.40657,-0.94692,2.06025,-0.42859
-6.57930,0.92880,-1.56039,-1.40615,-0.94708,2.06049,-0.42885
-6.58034,0.92847,-1.56076,-1.40574,-0.94724,2.06072,-0.42911
-6.58137,0.92816,-1.56112,-1.40534,-0.94741,2.06095,-0.42936
-6.58241,0.92784,-1.56147,-1.40494,-0.94756,2.06118,-0.42961
-6.58345,0.92754,-1.56182,-1.40455,-0.94772,2.06140,-0.42986
-6.58448,0.92723,-1.56216,-1.40417,-0.94788,2.06162,-0.43010
-6.58552,0.92702,-1.56241,-1.40389,-0.94799,2.06177,-0.43027
-6.58655,0.92662,-1.56284,-1.40341,-0.94817,2.06206,-0.43058
-6.58759,0.92624,-1.56328,-1.40294,-0.94835,2.06233,-0.43089
-6.58863,0.92586,-1.56370,-1.40248,-0.94853,2.06261,-0.43119
-6.58966,0.92548,-1.56412,-1.40203,-0.94870,2.06287,-0.43149
-6.59070,0.92512,-1.56453,-1.40158,-0.94888,2.06314,-0.43178
-6.59173,0.92476,-1.56493,-1.40113,-0.94905,2.06340,-0.43207
-6.59277,0.92440,-1.56533,-1.40070,-0.94922,2.06365,-0.43235
-6.59381,0.92405,-1.56572,-1.40027,-0.94939,2.06390,-0.43262
-6.59484,0.92371,-1.56610,-1.39985,-0.94955,2.06414,-0.43289
-6.59588,0.92338,-1.56648,-1.39943,-0.94972,2.06439,-0.43316
-6.59691,0.92305,-1.56685,-1.39902,-0.94988,2.06462,-0.43342
-6.59795,0.92273,-1.56721,-1.39862,-0.95004,2.06485,-0.43368
-6.59898,0.92241,-1.56757,-1.39822,-0.95020,2.06508,-0.43393
-6.60002,0.92210,-1.56792,-1.39783,-0.95036,2.06531,-0.43418
-6.60106,0.92179,-1.56826,-1.39744,-0.95051,2.06553,-0.43443
-6.60209,0.92149,-1.56860,-1.39706,-0.95067,2.06574,-0.43467
-6.60313,0.92130,-1.56882,-1.39682,-0.95076,2.06588,-0.43482
-6.60416,0.92086,-1.56931,-1.39630,-0.95096,2.06619,-0.43517
-6.60520,0.92043,-1.56978,-1.39579,-0.95115,2.06650,-0.43551
-6.60624,0.92001,-1.57025,-1.39529,-0.95134,2.06680,-0.43585
-6.60727,0.91959,-1.57071,-1.39479,-0.95153,2.06710,-0.43618
-6.60831,0.91919,-1.57117,-1.39431,-0.95171,2.06739,-0.43650
-6.60934,0.91879,-1.57161,-1.39382,-0.95190,2.06767,-0.43682
-6.61038,0.91840,-1.57205,-1.39335,-0.95208,2.06796,-0.43713
-6.61142,0.91801,-1.57248,-1.39288,-0.95226,2.06823,-0.43744
-6.61245,0.91763,-1.57291,-1.39242,-0.95244,2.06850,-0.43774
-6.61349,0.91726,-1.57332,-1.39197,-0.95262,2.06877,-0.43804
-6.61452,0.91690,-1.57373,-1.39152,-0.95279,2.06903,-0.43833
-6.61556,0.91654,-1.57414,-1.39108,-0.95296,2.06928,-0.43862
-6.61660,0.91619,-1.57453,-1.39065,-0.95313,2.06954,-0.43890
-6.61763,0.91584,-1.57492,-1.39022,-0.95330,2.06978,-0.43917
-6.61867,0.91550,-1.57530,-1.38980,-0.95347,2.07003,-0.43945
-6.61970,0.91517,-1.57568,-1.38939,-0.95363,2.07027,-0.43971
-6.62074,0.91484,-1.57605,-1.38898,-0.95380,2.07050,-0.43998
-6.62178,0.91452,-1.57641,-1.38858,-0.95396,2.07073,-0.44023
-6.62281,0.91420,-1.57677,-1.38818,-0.95411,2.07096,-0.44049
-6.62385,0.91389,-1.57712,-1.38779,-0.95427,2.07118,-0.44074
-6.62488,0.91359,-1.57747,-1.38741,-0.95443,2.07140,-0.44098
-6.62592,0.91329,-1.57781,-1.38703,-0.95458,2.07161,-0.44122
-6.62696,0.91310,-1.57802,-1.38679,-0.95468,2.07175,-0.44138
-6.62799,0.91268,-1.57850,-1.38628,-0.95487,2.07205,-0.44171
-6.62903,0.91226,-1.57896,-1.38578,-0.95506,2.07235,-0.44205
-6.63006,0.91185,-1.57942,-1.38529,-0.95525,2.07264,-0.44237
-6.63110,0.91145,-1.57987,-1.38481,-0.95543,2.07292,-0.44269
-6.63214,0.91106,-1.58031,-1.38433,-0.95562,2.07320,-0.44301
-6.63317,0.91067,-1.58075,-1.38386,-0.95580,2.07348,-0.44332
-6.63421,0.91029,-1.58118,-1.38339,-0.95598,2.07375,-0.44362
-6.63524,0.90992,-1.58160,-1.38293,-0.95616,2.07401,-0.44392
-6.63628,0.90956,-1.58201,-1.38248,-0.95634,2.07428,-0.44422
-6.63731,0.90920,-1.58242,-1.38204,-0.95651,2.07453,-0.44451
-6.63835,0.90884,-1.58282,-1.38160,-0.95668,2.07478,-0.44479
-6.63939,0.90850,-1.58321,-1.38117,-0.95685,2.07503,-0.44507
-6.64042,0.90816,-1.58360,-1.38075,-0.95702,2.07527,-0.44534
-6.64146,0.90782,-1.58398,-1.38033,-0.95719,2.07551,-0.44561
-6.64249,0.90750,-1.58435,-1.37992,-0.95735,2.07575,-0.44588
-6.64353,0.90717,-1.58472,-1.37951,-0.95752,2.07598,-0.44614
-6.64457,0.90686,-1.58508,-1.37911,-0.95768,2.07620,-0.44639
-6.64560,0.90655,-1.58544,-1.37872,-0.95784,2.07642,-0.44664
-6.64664,0.90624,-1.58578,-1.37833,-0.95799,2.07664,-0.44689
-6.64767,0.90594,-1.58613,-1.37795,-0.95815,2.07686,-0.44713
-6.64871,0.90565,-1.58647,-1.37757,-0.95830,2.07707,-0.44737
-6.64975,0.90558,-1.58655,-1.37749,-0.95834,2.07712,-0.44743
-6.65078,0.90517,-1.58701,-1.37699,-0.95853,2.07741,-0.44776
-6.65182,0.90477,-1.58746,-1.37650,-0.95872,2.07769,-0.44808
-6.65285,0.90438,-1.58791,-1.37601,-0.95890,2.07797,-0.44839
-6.65389,0.90399,-1.58835,-1.37554,-0.95909,2.07825,-0.44871
-6.65493,0.90361,-1.58878,-1.37507,-0.95927,2.07852,-0.44901
-6.65596,0.90324,-1.58921,-1.37461,-0.95945,2.07878,-0.44931
-6.65700,0.90287,-1.58962,-1.37415,-0.95963,2.07904,-0.44961
-6.65803,0.90251,-1.59004,-1.37370,-0.95981,2.07930,-0.44990
-6.65907,0.90216,-1.59044,-1.37326,-0.95999,2.07955,-0.45018
-6.66011,0.90182,-1.59084,-1.37283,-0.96016,2.07979,-0.45046
-6.66114,0.90148,-1.59123,-1.37240,-0.96033,2.08004,-0.45074
-6.66218,0.90114,-1.59161,-1.37197,-0.96050,2.08027,-0.45101
-6.66321,0.90081,-1.59199,-1.37156,-0.96066,2.08051,-0.45127
-6.66425,0.90049,-1.59236,-1.37115,-0.96083,2.08074,-0.45154
-6.66529,0.90018,-1.59272,-1.37074,-0.96099,2.08096,-0.45179
-6.66632,0.89987,-1.59308,-1.37035,-0.96115,2.08118,-0.45204
-6.66736,0.89956,-1.59343,-1.36995,-0.96131,2.08140,-0.45229
-6.66839,0.89926,-1.59378,-1.36957,-0.96147,2.08161,-0.45254
-6.66943,0.89897,-1.59412,-1.36919,-0.96163,2.08182,-0.45278
-6.67047,0.89876,-1.59436,-1.36892,-0.96174,2.08197,-0.45295
-6.67150,0.89839,-1.59477,-1.36848,-0.96191,2.08223,-0.45324
-6.67254,0.89803,-1.59517,-1.36805,-0.96207,2.08249,-0.45354
-6.67357,0.89768,-1.59557,-1.36763,-0.96224,2.08274,-0.45382
-6.67461,0.89733,-1.59596,-1.36721,-0.96240,2.08299,-0.45410
-6.67564,0.89699,-1.59634,-1.36680,-0.96257,2.08323,-0.45438
-6.67668,0.89666,-1.59672,-1.36640,-0.96273,2.08347,-0.45465
-6.67772,0.89633,-1.59708,-1.36600,-0.96289,2.08370,-0.45492
-6.67875,0.89601,-1.59745,-1.36561,-0.96304,2.08393,-0.45518
-6.67979,0.89569,-1.59780,-1.36522,-0.96320,2.08415,-0.45544
-6.68082,0.89538,-1.59816,-1.36484,-0.96335,2.08437,-0.45569
-6.68186,0.89507,-1.59850,-1.36446,-0.96350,2.08459,-0.45594
-6.68290,0.89477,-1.59884,-1.36409,-0.96365,2.08481,-0.45618
-6.68393,0.89448,-1.59917,-1.36373,-0.96380,2.08501,-0.45642
-6.68497,0.89441,-1.59925,-1.36365,-0.96383,2.08506,-0.45648
-6.68600,0.89403,-1.59968,-1.36318,-0.96401,2.08533,-0.45679
-6.68704,0.89365,-1.60011,-1.36272,-0.96419,2.08560,-0.45710
-6.68808,0.89328,-1.60053,-1.36227,-0.96437,2.08586,-0.45740
-6.68911,0.89292,-1.60095,-1.36183,-0.96454,2.08612,-0.45770
-6.69015,0.89256,-1.60135,-1.36139,-0.96472,2.08638,-0.45799
-6.69118,0.89221,-1.60175,-1.36096,-0.96489,2.08662,-0.45827
-6.69222,0.89186,-1.60215,-1.36053,-0.96506,2.08687,-0.45855
-6.69326,0.89153,-1.60253,-1.36012,-0.96522,2.08711,-0.45883
-6.69429,0.89119,-1.60291,-1.35970,-0.96539,2.08734,-0.45910
-6.69533,0.89087,-1.60329,-1.35930,-0.96555,2.08757,-0.45937
-6.69636,0.89055,-1.60365,-1.35890,-0.96571,2.08780,-0.45963
-6.69740,0.89023,-1.60402,-1.35850,-0.96587,2.08802,-0.45989
-6.69844,0.88993,-1.60437,-1.35811,-0.96603,2.08824,-0.46014
-6.69947,0.88962,-1.60472,-1.35773,-0.96618,2.08846,-0.46039
-6.70051,0.88932,-1.60506,-1.35735,-0.96634,2.08867,-0.46063
-6.70154,0.88903,-1.60540,-1.35698,-0.96649,2.08888,-0.46087
-6.70258,0.88885,-1.60561,-1.35675,-0.96658,2.08901,-0.46102
-6.70362,0.88845,-1.60608,-1.35625,-0.96678,2.08929,-0.46135
-6.70465,0.88805,-1.60653,-1.35576,-0.96696,2.08957,-0.46167
-6.70569,0.88767,-1.60698,-1.35528,-0.96715,2.08984,-0.46198
-6.70672,0.88729,-1.60741,-1.35481,-0.96734,2.09011,-0.46229
-6.70776,0.88692,-1.60785,-1.35434,-0.96752,2.09037,-0.46260
-6.70880,0.88655,-1.60827,-1.35388,-0.96770,2.09063,-0.46290
-6.70983,0.88619,-1.60869,-1.35343,-0.96788,2.09089,-0.46319
-6.71087,0.88584,-1.60910,-1.35298,-0.96806,2.09113,-0.46348
-6.71190,0.88549,-1.60950,-1.35254,-0.96824,2.09138,-0.46376
-6.71294,0.88515,-1.60990,-1.35211,-0.96841,2.09162,-0.46404
-6.71397,0.88482,-1.61029,-1.35168,-0.96858,2.09186,-0.46431
-6.71501,0.88449,-1.61067,-1.35126,-0.96875,2.09209,-0.46458
-6.71605,0.88417,-1.61105,-1.35085,-0.96892,2.09231,-0.46485
-6.71708,0.88386,-1.61142,-1.35044,-0.96908,2.09254,-0.46511
-6.71812,0.88355,-1.61178,-1.35004,-0.96925,2.09276,-0.46536
-6.71915,0.88324,-1.61214,-1.34964,-0.96941,2.09297,-0.46561
-6.72019,0.88294,-1.61249,-1.34925,-0.96957,2.09319,-0.46586
-6.72123,0.88265,-1.61284,-1.34887,-0.96973,2.09339,-0.46610
-6.72226,0.88236,-1.61318,-1.34849,-0.96988,2.09360,-0.46634
-6.72330,0.88215,-1.61343,-1.34821,-0.97000,2.09375,-0.46651
-6.72433,0.88175,-1.61391,-1.34768,-0.97021,2.09403,-0.46684
-6.72537,0.88136,-1.61438,-1.34715,-0.97041,2.09430,-0.46716
-6.72641,0.88097,-1.61485,-1.34664,-0.97062,2.09458,-0.46748
-6.72744,0.88059,-1.61531,-1.34613,-0.97082,2.09484,-0.46779
-6.72848,0.88022,-1.61576,-1.34563,-0.97102,2.09510,-0.46809
-6.72951,0.87986,-1.61621,-1.34513,-0.97122,2.09536,-0.46839
-6.73055,0.87950,-1.61664,-1.34464,-0.97142,2.09561,-0.46869
-6.73159,0.87915,-1.61707,-1.34416,-0.97161,2.09586,-0.46898
-6.73262,0.87880,-1.61749,-1.34369,-0.97180,2.09611,-0.46926
-6.73366,0.87846,-1.61791,-1.34323,-0.97199,2.09635,-0.46954
-6.73469,0.87813,-1.61831,-1.34277,-0.97218,2.09658,-0.46982
-6.73573,0.87780,-1.61872,-1.34231,-0.97236,2.09681,-0.47009
-6.73677,0.87748,-1.61911,-1.34187,-0.97254,2.09704,-0.47035
-6.73780,0.87717,-1.61950,-1.34143,-0.97272,2.09726,-0.47061
-6.73884,0.87686,-1.61988,-1.34100,-0.97290,2.09748,-0.47087
-6.73987,0.87655,-1.62025,-1.34057,-0.97308,2.09769,-0.47112
-6.74091,0.87625,-1.62062,-1.34015,-0.97325,2.09790,-0.47137
-6.74195,0.87596,-1.62098,-1.33974,-0.97343,2.09811,-0.47161
-6.74298,0.87567,-1.62134,-1.33933,-0.97360,2.09831,-0.47185
-6.74402,0.87539,-1.62169,-1.33893,-0.97376,2.09851,-0.47208
-6.74505,0.87511,-1.62203,-1.33853,-0.97393,2.09871,-0.47231
-6.74609,0.87502,-1.62215,-1.33840,-0.97398,2.09878,-0.47239
-6.74713,0.87465,-1.62261,-1.33789,-0.97419,2.09904,-0.47270
-6.74816,0.87428,-1.62306,-1.33739,-0.97439,2.09930,-0.47300
-6.74920,0.87392,-1.62350,-1.33690,-0.97459,2.09955,-0.47330
-6.75023,0.87356,-1.62394,-1.33641,-0.97479,2.09980,-0.47359
-6.75127,0.87322,-1.62437,-1.33593,-0.97498,2.10005,-0.47388
-6.75230,0.87287,-1.62479,-1.33545,-0.97517,2.10029,-0.47416
-6.75334,0.87254,-1.62520,-1.33498,-0.97537,2.10052,-0.47444
-6.75438,0.87221,-1.62561,-1.33452,-0.97555,2.10075,-0.47471
-6.75541,0.87189,-1.62601,-1.33407,-0.97574,2.10098,-0.47498
-6.75645,0.87157,-1.62640,-1.33362,-0.97592,2.10120,-0.47525
-6.75748,0.87126,-1.62679,-1.33318,-0.97611,2.10142,-0.47550
-6.75852,0.87095,-1.62717,-1.33275,-0.97629,2.10164,-0.47576
-6.75956,0.87065,-1.62755,-1.33232,-0.97646,2.10185,-0.47601
-6.76059,0.87035,-1.62792,-1.33190,-0.97664,2.10206,-0.47625
-6.76163,0.87006,-1.62828,-1.33149,-0.97681,2.10226,-0.47650
-6.76266,0.86978,-1.62863,-1.33108,-0.97698,2.10246,-0.47673
-6.76370,0.86950,-1.62898,-1.33068,-0.97715,2.10266,-0.47697
-6.76474,0.86922,-1.62933,-1.33028,-0.97732,2.10286,-0.47720
-6.76577,0.86916,-1.62941,-1.33018,-0.97736,2.10290,-0.47725
-6.76681,0.86873,-1.62994,-1.32961,-0.97759,2.10320,-0.47760
-6.76784,0.86832,-1.63045,-1.32904,-0.97781,2.10349,-0.47794
-6.76888,0.86791,-1.63095,-1.32848,-0.97804,2.10377,-0.47828
-6.76992,0.86751,-1.63145,-1.32793,-0.97826,2.10405,-0.47861
-6.77095,0.86712,-1.63193,-1.32739,-0.97847,2.10433,-0.47894
-6.77199,0.86674,-1.63241,-1.32685,-0.97869,2.10460,-0.47926
-6.77302,0.86636,-1.63288,-1.32633,-0.97890,2.10486,-0.47957
-6.77406,0.86599,-1.63335,-1.32581,-0.97911,2.10512,-0.47988
-6.77510,0.86562,-1.63380,-1.32530,-0.97932,2.10538,-0.48018
-6.77613,0.86527,-1.63425,-1.32479,-0.97952,2.10563,-0.48048
-6.77717,0.86492,-1.63469,-1.32430,-0.97973,2.10587,-0.48077
-6.77820,0.86457,-1.63512,-1.32381,-0.97993,2.10612,-0.48106
-6.77924,0.86423,-1.63555,-1.32333,-0.98013,2.10635,-0.48134
-6.78028,0.86390,-1.63597,-1.32285,-0.98032,2.10659,-0.48162
-6.78131,0.86357,-1.63638,-1.32238,-0.98052,2.10681,-0.48189
-6.78235,0.86325,-1.63678,-1.32192,-0.98071,2.10704,-0.48216
-6.78338,0.86294,-1.63718,-1.32147,-0.98090,2.10726,-0.48242
-6.78442,0.86263,-1.63757,-1.32102,-0.98109,2.10748,-0.48268
-6.78546,0.86233,-1.63795,-1.32058,-0.98127,2.10769,-0.48293
-6.78649,0.86203,-1.63833,-1.32014,-0.98145,2.10790,-0.48318
-6.78753,0.86174,-1.63870,-1.31972,-0.98163,2.10810,-0.48343
-6.78856,0.86145,-1.63907,-1.31929,-0.98181,2.10831,-0.48367
-6.78960,0.86117,-1.63943,-1.31888,-0.98199,2.10850,-0.48391
-6.79064,0.86089,-1.63978,-1.31847,-0.98216,2.10870,-0.48414
-6.79167,0.86062,-1.64013,-1.31806,-0.98234,2.10889,-0.48437
-6.79271,0.86045,-1.64034,-1.31782,-0.98244,2.10901,-0.48451
-6.79374,0.86012,-1.64077,-1.31733,-0.98264,2.10924,-0.48479
-6.79478,0.85979,-1.64119,-1.31686,-0.98284,2.10947,-0.48506
-6.79581,0.85947,-1.64160,-1.31639,-0.98303,2.10970,-0.48533
-6.79685,0.85915,-1.64200,-1.31593,-0.98322,2.10992,-0.48560
-6.79789,0.85884,-1.64240,-1.31548,-0.98341,2.11014,-0.48586
-6.79892,0.85853,-1.64279,-1.31503,-0.98360,2.11035,-0.48612
-6.79996,0.85823,-1.64317,-1.31459,-0.98379,2.11056,-0.48637
-6.80099,0.85794,-1.64355,-1.31415,-0.98397,2.11077,-0.48661
-6.80203,0.85765,-1.64392,-1.31372,-0.98415,2.11097,-0.48686
-6.80307,0.85737,-1.64428,-1.31330,-0.98433,2.11117,-0.48710
-6.80410,0.85709,-1.64464,-1.31289,-0.98450,2.11136,-0.48733
-6.80514,0.85681,-1.64499,-1.31248,-0.98468,2.11156,-0.48756
-6.80617,0.85655,-1.64534,-1.31207,-0.98485,2.11174,-0.48779
-6.80721,0.85646,-1.64545,-1.31194,-0.98491,2.11181,-0.48786
-6.80825,0.85612,-1.64590,-1.31143,-0.98512,2.11204,-0.48814
-6.80928,0.85579,-1.64633,-1.31092,-0.98533,2.11227,-0.48842
-6.81032,0.85547,-1.64676,-1.31042,-0.98554,2.11250,-0.48869
-6.81135,0.85515,-1.64718,-1.30993,-0.98575,2.11272,-0.48896
-6.81239,0.85484,-1.64760,-1.30944,-0.98595,2.11294,-0.48923
-6.81343,0.85453,-1.64801,-1.30897,-0.98615,2.11315,-0.48948
-6.81446,0.85423,-1.64841,-1.30849,-0.98635,2.11337,-0.48974
-6.81550,0.85393,-1.64880,-1.30803,-0.98655,2.11357,-0.48999
-6.81653,0.85364,-1.64919,-1.30757,-0.98674,2.11378,-0.49023
-6.81757,0.85335,-1.64957,-1.30712,-0.98693,2.11398,-0.49047
-6.81861,0.85307,-1.64995,-1.30668,-0.98712,2.11417,-0.49071
-6.81964,0.85280,-1.65032,-1.30624,-0.98731,2.11437,-0.49094
-6.82068,0.85253,-1.65068,-1.30581,-0.98749,2.11455,-0.49117
-6.82171,0.85226,-1.65104,-1.30539,-0.98768,2.11474,-0.49140
-6.82275,0.85200,-1.65139,-1.30497,-0.98786,2.11492,-0.49162
-6.82379,0.85194,-1.65146,-1.30488,-0.98790,2.11496,-0.49167
-6.82482,0.85165,-1.65186,-1.30442,-0.98809,2.11517,-0.49192
-6.82586,0.85136,-1.65224,-1.30396,-0.98828,2.11537,-0.49216
-6.82689,0.85108,-1.65262,-1.30351,-0.98848,2.11557,-0.49240
-6.82793,0.85080,-1.65300,-1.30307,-0.98866,2.11576,-0.49264
-6.82897,0.85052,-1.65336,-1.30264,-0.98885,2.11596,-0.49287
-6.83000,0.85025,-1.65373,-1.30221,-0.98903,2.11614,-0.49310
-6.83104,0.84999,-1.65408,-1.30179,-0.98922,2.11633,-0.49332
-6.83207,0.84972,-1.65444,-1.30136,-0.98940,2.11651,-0.49354
-6.83311,0.84942,-1.65484,-1.30089,-0.98960,2.11673,-0.49380
-6.83414,0.84912,-1.65524,-1.30042,-0.98980,2.11693,-0.49405
-6.83518,0.84883,-1.65563,-1.29996,-0.98999,2.11714,-0.49430
-6.83622,0.84854,-1.65602,-1.29951,-0.99018,2.11734,-0.49455
-6.83725,0.84826,-1.65640,-1.29906,-0.99037,2.11754,-0.49479
-6.83829,0.84798,-1.65677,-1.29862,-0.99056,2.11773,-0.49502
-6.83932,0.84771,-1.65714,-1.29819,-0.99075,2.11792,-0.49525
-6.84036,0.84744,-1.65750,-1.29776,-0.99093,2.11811,-0.49548
-6.84140,0.84718,-1.65785,-1.29734,-0.99111,2.11829,-0.49570
-6.84243,0.84694,-1.65817,-1.29696,-0.99128,2.11846,-0.49590
-6.84347,0.84666,-1.65855,-1.29651,-0.99147,2.11865,-0.49614
-6.84450,0.84638,-1.65893,-1.29607,-0.99166,2.11885,-0.49638
-6.84554,0.84611,-1.65929,-1.29564,-0.99184,2.11904,-0.49661
-6.84658,0.84584,-1.65966,-1.29521,-0.99203,2.11922,-0.49684
-6.84761,0.84558,-1.66001,-1.29479,-0.99221,2.11941,-0.49706
-6.84865,0.84532,-1.66036,-1.29437,-0.99239,2.11959,-0.49728
-6.84968,0.84529,-1.66040,-1.29432,-0.99241,2.11961,-0.49731
-6.85072,0.84499,-1.66079,-1.29388,-0.99259,2.11982,-0.49756
-6.85176,0.84470,-1.66117,-1.29344,-0.99278,2.12002,-0.49781
-6.85279,0.84441,-1.66154,-1.29301,-0.99296,2.12022,-0.49805
-6.85383,0.84413,-1.66191,-1.29259,-0.99314,2.12042,-0.49829
-6.85486,0.84385,-1.66227,-1.29217,-0.99332,2.12061,-0.49853
-6.85590,0.84358,-1.66263,-1.29176,-0.99349,2.12080,-0.49876
-6.85694,0.84331,-1.66298,-1.29135,-0.99367,2.12098,-0.49899
-6.85797,0.84307,-1.66329,-1.29099,-0.99382,2.12115,-0.49919
-6.85901,0.84277,-1.66367,-1.29056,-0.99400,2.12136,-0.49945
-6.86004,0.84247,-1.66405,-1.29014,-0.99418,2.12157,-0.49970
-6.86108,0.84218,-1.66442,-1.28972,-0.99436,2.12177,-0.49995
-6.86212,0.84189,-1.66478,-1.28931,-0.99453,2.12197,-0.50020
-6.86315,0.84161,-1.66514,-1.28891,-0.99470,2.12217,-0.50043
-6.86419,0.84134,-1.66549,-1.28851,-0.99487,2.12236,-0.50067
-6.86522,0.84107,-1.66584,-1.28812,-0.99504,2.12255,-0.50090
-6.86626,0.84085,-1.66611,-1.28781,-0.99517,2.12270,-0.50108
-6.86730,0.84057,-1.66647,-1.28740,-0.99534,2.12289,-0.50132
-6.86833,0.84029,-1.66683,-1.28700,-0.99551,2.12308,-0.50156
-6.86937,0.84002,-1.66717,-1.28660,-0.99568,2.12327,-0.50179
-6.87040,0.83976,-1.66752,-1.28621,-0.99585,2.12346,-0.50202
-6.87144,0.83970,-1.66759,-1.28613,-0.99588,2.12350,-0.50207
-6.87247,0.83941,-1.66794,-1.28574,-0.99605,2.12369,-0.50231
-6.87351,0.83913,-1.66829,-1.28535,-0.99621,2.12389,-0.50255
-6.87455,0.83886,-1.66863,-1.28497,-0.99637,2.12408,-0.50279
-6.87558,0.83859,-1.66897,-1.28459,-0.99653,2.12427,-0.50302
-6.87662,0.83830,-1.66932,-1.28422,-0.99669,2.12447,-0.50327
-6.87765,0.83801,-1.66966,-1.28384,-0.99684,2.12467,-0.50351
-6.87869,0.83773,-1.67000,-1.28348,-0.99700,2.12486,-0.50375
-6.87973,0.83746,-1.67033,-1.28311,-0.99715,2.12505,-0.50398
-6.88076,0.83743,-1.67037,-1.28308,-0.99716,2.12507,-0.50401
-6.88180,0.83714,-1.67070,-1.28273,-0.99731,2.12527,-0.50425
-6.88283,0.83686,-1.67103,-1.28238,-0.99745,2.12546,-0.50449
-6.88387,0.83683,-1.67106,-1.28235,-0.99747,2.12548,-0.50452
-6.88491,0.83653,-1.67139,-1.28202,-0.99760,2.12569,-0.50478
-6.88594,0.83623,-1.67172,-1.28169,-0.99774,2.12590,-0.50503
-6.88698,0.83594,-1.67204,-1.28137,-0.99787,2.12610,-0.50528
-6.88801,0.83565,-1.67236,-1.28105,-0.99800,2.12630,-0.50553
-6.88905,0.83557,-1.67245,-1.28095,-0.99804,2.12636,-0.50560
-6.89009,0.83527,-1.67277,-1.28065,-0.99816,2.12657,-0.50585
-6.89112,0.83498,-1.67308,-1.28034,-0.99828,2.12677,-0.50610
-6.89216,0.83492,-1.67314,-1.28029,-0.99831,2.12681,-0.50615
-6.89319,0.83483,-1.67323,-1.28020,-0.99834,2.12687,-0.50623
-6.89423,0.83453,-1.67354,-1.27993,-0.99845,2.12708,-0.50649
-6.89527,0.83423,-1.67383,-1.27966,-0.99855,2.12728,-0.50674
-6.89630,0.83414,-1.67392,-1.27958,-0.99858,2.12734,-0.50682
-6.89734,0.83405,-1.67401,-1.27950,-0.99861,2.12741,-0.50690
-6.89837,0.83393,-1.67412,-1.27942,-0.99864,2.12749,-0.50700
-6.89941,0.83389,-1.67410,-1.27948,-0.99862,2.12752,-0.50703
-6.90045,0.83380,-1.67375,-1.28020,-0.99830,2.12758,-0.50711
-6.90148,0.83372,-1.67341,-1.28091,-0.99799,2.12764,-0.50719
-6.90252,0.83364,-1.67307,-1.28161,-0.99768,2.12770,-0.50727
-6.90355,0.83356,-1.67273,-1.28229,-0.99738,2.12776,-0.50735
-6.90459,0.83348,-1.67241,-1.28297,-0.99708,2.12781,-0.50742
-6.90563,0.83340,-1.67208,-1.28363,-0.99679,2.12787,-0.50749
-6.90666,0.83332,-1.67176,-1.28428,-0.99650,2.12792,-0.50756
-6.90770,0.83325,-1.67145,-1.28493,-0.99621,2.12798,-0.50763
-6.90873,0.83318,-1.67114,-1.28556,-0.99593,2.12803,-0.50770
-6.90977,0.83316,-1.67101,-1.28583,-0.99581,2.12804,-0.50772
-6.91080,0.83317,-1.67054,-1.28667,-0.99545,2.12804,-0.50771
-6.91184,0.83318,-1.67009,-1.28749,-0.99509,2.12803,-0.50771
-6.91288,0.83319,-1.66964,-1.28829,-0.99474,2.12802,-0.50771
-6.91391,0.83321,-1.66920,-1.28909,-0.99440,2.12802,-0.50770
-6.91495,0.83322,-1.66876,-1.28987,-0.99405,2.12801,-0.50770
-6.91598,0.83323,-1.66834,-1.29064,-0.99372,2.12800,-0.50769
-6.91702,0.83324,-1.66792,-1.29139,-0.99339,2.12800,-0.50769
-6.91806,0.83326,-1.66751,-1.29214,-0.99306,2.12799,-0.50768
-6.91909,0.83327,-1.66710,-1.29287,-0.99274,2.12798,-0.50767
-6.92013,0.83328,-1.66670,-1.29359,-0.99242,2.12797,-0.50767
-6.92116,0.83330,-1.66631,-1.29430,-0.99211,2.12797,-0.50766
-6.92220,0.83331,-1.66592,-1.29500,-0.99180,2.12796,-0.50765
-6.92324,0.83332,-1.66554,-1.29568,-0.99150,2.12795,-0.50765
-6.92427,0.83334,-1.66517,-1.29636,-0.99120,2.12794,-0.50764
-6.92531,0.83335,-1.66480,-1.29702,-0.99090,2.12794,-0.50763
-6.92634,0.83336,-1.66444,-1.29768,-0.99061,2.12793,-0.50762
-6.92738,0.83338,-1.66411,-1.29827,-0.99035,2.12792,-0.50761
-6.92842,0.83347,-1.66365,-1.29902,-0.99002,2.12786,-0.50754
-6.92945,0.83355,-1.66320,-1.29977,-0.98970,2.12781,-0.50748
-6.93049,0.83364,-1.66276,-1.30050,-0.98938,2.12775,-0.50741
-6.93152,0.83372,-1.66233,-1.30122,-0.98907,2.12770,-0.50734
-6.93256,0.83380,-1.66190,-1.30193,-0.98876,2.12764,-0.50728
-6.93360,0.83388,-1.66148,-1.30263,-0.98845,2.12759,-0.50722
-6.93463,0.83395,-1.66107,-1.30332,-0.98815,2.12754,-0.50715
-6.93567,0.83403,-1.66066,-1.30399,-0.98785,2.12749,-0.50709
-6.93670,0.83411,-1.66026,-1.30466,-0.98756,2.12744,-0.50703
-6.93774,0.83418,-1.65987,-1.30531,-0.98727,2.12739,-0.50697
-6.93878,0.83426,-1.65948,-1.30595,-0.98699,2.12734,-0.50691
-6.93981,0.83433,-1.65910,-1.30659,-0.98671,2.12729,-0.50685
-6.94085,0.83437,-1.65894,-1.30685,-0.98659,2.12726,-0.50682
-6.94188,0.83452,-1.65843,-1.30764,-0.98626,2.12716,-0.50669
-6.94292,0.83468,-1.65793,-1.30841,-0.98592,2.12705,-0.50656
-6.94396,0.83483,-1.65743,-1.30917,-0.98559,2.12695,-0.50644
-6.94499,0.83498,-1.65695,-1.30992,-0.98527,2.12685,-0.50631
-6.94603,0.83513,-1.65647,-1.31065,-0.98495,2.12675,-0.50619
-6.94706,0.83527,-1.65601,-1.31138,-0.98464,2.12665,-0.50607
-6.94810,0.83542,-1.65555,-1.31209,-0.98433,2.12655,-0.50595
-6.94913,0.83556,-1.65509,-1.31279,-0.98402,2.12646,-0.50583
-6.95017,0.83570,-1.65465,-1.31348,-0.98372,2.12636,-0.50572
-6.95121,0.83583,-1.65421,-1.31416,-0.98343,2.12627,-0.50560
-6.95224,0.83597,-1.65378,-1.31483,-0.98313,2.12618,-0.50549
-6.95328,0.83610,-1.65336,-1.31549,-0.98284,2.12609,-0.50538
-6.95431,0.83623,-1.65294,-1.31613,-0.98256,2.12600,-0.50527
-6.95535,0.83636,-1.65253,-1.31677,-0.98228,2.12591,-0.50517
-6.95639,0.83648,-1.65213,-1.31740,-0.98200,2.12583,-0.50506
-6.95742,0.83661,-1.65174,-1.31801,-0.98173,2.12574,-0.50496
-6.95846,0.83673,-1.65135,-1.31862,-0.98146,2.12566,-0.50485
-6.95949,0.83681,-1.65111,-1.31899,-0.98130,2.12561,-0.50479
-6.96053,0.83698,-1.65065,-1.31967,-0.98100,2.12549,-0.50464
-6.96157,0.83715,-1.65020,-1.32035,-0.98071,2.12537,-0.50450
-6.96260,0.83732,-1.64975,-1.32101,-0.98042,2.12526,-0.50436
-6.96364,0.83748,-1.64931,-1.32167,-0.98013,2.12515,-0.50422
-6.96467,0.83764,-1.64888,-1.32231,-0.97985,2.12504,-0.50409
-6.96571,0.83780,-1.64846,-1.32295,-0.97957,2.12493,-0.50396
-6.96675,0.83796,-1.64805,-1.32357,-0.97930,2.12482,-0.50382
-6.96778,0.83811,-1.64764,-1.32418,-0.97903,2.12472,-0.50369
-6.96882,0.83826,-1.64724,-1.32479,-0.97877,2.12461,-0.50357
-6.96985,0.83841,-1.64684,-1.32538,-0.97850,2.12451,-0.50344
-6.97089,0.83856,-1.64645,-1.32596,-0.97824,2.12441,-0.50332
-6.97193,0.83862,-1.64629,-1.32621,-0.97814,2.12436,-0.50326
-6.97296,0.83884,-1.64580,-1.32690,-0.97784,2.12422,-0.50308
-6.97400,0.83905,-1.64532,-1.32758,-0.97755,2.12407,-0.50290
-6.97503,0.83926,-1.64486,-1.32825,-0.97726,2.12393,-0.50273
-6.97607,0.83947,-1.64439,-1.32891,-0.97697,2.12379,-0.50255
-6.97711,0.83967,-1.64394,-1.32956,-0.97669,2.12365,-0.50238
-6.97814,0.83987,-1.64349,-1.33020,-0.97641,2.12351,-0.50221
-6.97918,0.84007,-1.64306,-1.33082,-0.97614,2.12338,-0.50205
-6.98021,0.84026,-1.64262,-1.33144,-0.97587,2.12324,-0.50188
-6.98125,0.84045,-1.64220,-1.33205,-0.97560,2.12311,-0.50172
-6.98229,0.84064,-1.64178,-1.33265,-0.97534,2.12298,-0.50157
-6.98332,0.84082,-1.64137,-1.33324,-0.97508,2.12286,-0.50141
-6.98436,0.84100,-1.64097,-1.33382,-0.97483,2.12273,-0.50126
-6.98539,0.84118,-1.64057,-1.33439,-0.97458,2.12261,-0.50111
-6.98643,0.84136,-1.64018,-1.33495,-0.97433,2.12249,-0.50096
-6.98747,0.84152,-1.63983,-1.33546,-0.97411,2.12238,-0.50082
-6.98850,0.84176,-1.63935,-1.33612,-0.97382,2.12221,-0.50062
-6.98954,0.84200,-1.63887,-1.33678,-0.97354,2.12205,-0.50042
-6.99057,0.84224,-1.63840,-1.33742,-0.97326,2.12188,-0.50022
-6.99161,0.84247,-1.63794,-1.33805,-0.97299,2.12173,-0.50002
-6.99264,0.84269,-1.63749,-1.33868,-0.97272,2.12157,-0.49983
-6.99368,0.84292,-1.63705,-1.33929,-0.97246,2.12141,-0.49964
-6.99472,0.84314,-1.63661,-1.33989,-0.97219,2.12126,-0.49946
-6.99575,0.84336,-1.63618,-1.34049,-0.97194,2.12111,-0.49927
-6.99679,0.84357,-1.63576,-1.34107,-0.97168,2.12097,-0.49909
-6.99782,0.84378,-1.63535,-1.34164,-0.97143,2.12082,-0.49891
-6.99886,0.84399,-1.63494,-1.34221,-0.97118,2.12068,-0.49874
-6.99990,0.84419,-1.63454,-1.34277,-0.97094,2.12054,-0.49857
-7.00093,0.84439,-1.63414,-1.34331,-0.97070,2.12040,-0.49840
-7.00197,0.84458,-1.63376,-1.34385,-0.97046,2.12027,-0.49823
-7.00300,0.84478,-1.63338,-1.34438,-0.97023,2.12013,-0.49807
-7.00404,0.84481,-1.63333,-1.34445,-0.97020,2.12011,-0.49804
-7.00508,0.84511,-1.63281,-1.34511,-0.96992,2.11991,-0.49779
-7.00611,0.84540,-1.63231,-1.34576,-0.96965,2.11970,-0.49755
-7.00715,0.84569,-1.63182,-1.34640,-0.96938,2.11950,-0.49730
-7.00818,0.84597,-1.63133,-1.34703,-0.96911,2.11931,-0.49706
-7.00922,0.84625,-1.63086,-1.34765,-0.96885,2.11911,-0.49683
-7.01026,0.84653,-1.63039,-1.34826,-0.96859,2.11892,-0.49660
-7.01129,0.84680,-1.62993,-1.34886,-0.96834,2.11874,-0.49637
-7.01233,0.84707,-1.62947,-1.34945,-0.96808,2.11855,-0.49614
-7.01336,0.84733,-1.62903,-1.35003,-0.96783,2.11837,-0.49592
-7.01440,0.84759,-1.62859,-1.35060,-0.96759,2.11819,-0.49570
-7.01544,0.84784,-1.62816,-1.35117,-0.96735,2.11802,-0.49549
-7.01647,0.84809,-1.62774,-1.35172,-0.96711,2.11785,-0.49528
-7.01751,0.84833,-1.62732,-1.35226,-0.96688,2.11768,-0.49507
-7.01854,0.84858,-1.62691,-1.35280,-0.96664,2.11751,-0.49487
-7.01958,0.84881,-1.62651,-1.35333,-0.96642,2.11735,-0.49467
-7.02062,0.84905,-1.62611,-1.35385,-0.96619,2.11718,-0.49447
-7.02165,0.84927,-1.62573,-1.35436,-0.96597,2.11703,-0.49428
-7.02269,0.84950,-1.62534,-1.35486,-0.96575,2.11687,-0.49409
-7.02372,0.84972,-1.62497,-1.35536,-0.96553,2.11671,-0.49390
-7.02476,0.84984,-1.62477,-1.35561,-0.96542,2.11663,-0.49380
-7.02580,0.85014,-1.62431,-1.35619,-0.96518,2.11643,-0.49355
-7.02683,0.85043,-1.62385,-1.35677,-0.96493,2.11623,-0.49331
-7.02787,0.85072,-1.62340,-1.35733,-0.96470,2.11603,-0.49307
-7.02890,0.85100,-1.62296,-1.35789,-0.96446,2.11583,-0.49283
-7.02994,0.85128,-1.62252,-1.35844,-0.96423,2.11564,-0.49259
-7.03097,0.85155,-1.62210,-1.35898,-0.96400,2.11545,-0.49236
-7.03201,0.85182,-1.62168,-1.35951,-0.96377,2.11526,-0.49214
-7.03305,0.85208,-1.62127,-1.36003,-0.96355,2.11508,-0.49192
-7.03408,0.85234,-1.62086,-1.36054,-0.96333,2.11490,-0.49170
-7.03512,0.85260,-1.62046,-1.36105,-0.96311,2.11472,-0.49148
-7.03615,0.85285,-1.62007,-1.36154,-0.96290,2.11455,-0.49127
-7.03719,0.85309,-1.61968,-1.36203,-0.96269,2.11438,-0.49106
-7.03823,0.85334,-1.61931,-1.36251,-0.96248,2.11421,-0.49086
-7.03926,0.85358,-1.61893,-1.36299,-0.96228,2.11404,-0.49066
-7.04030,0.85380,-1.61858,-1.36343,-0.96209,2.11388,-0.49047
-7.04133,0.85418,-1.61803,-1.36409,-0.96182,2.11362,-0.49015
-7.04237,0.85455,-1.61749,-1.36474,-0.96155,2.11337,-0.48984
-7.04341,0.85492,-1.61696,-1.36539,-0.96129,2.11311,-0.48953
-7.04444,0.85528,-1.61643,-1.36602,-0.96103,2.11286,-0.48923
-7.04548,0.85563,-1.61592,-1.36664,-0.96077,2.11262,-0.48894
-7.04651,0.85598,-1.61541,-1.36725,-0.96052,2.11238,-0.48865
-7.04755,0.85632,-1.61491,-1.36786,-0.96027,2.11214,-0.48836
-7.04859,0.85666,-1.61442,-1.36845,-0.96002,2.11191,-0.48808
-7.04962,0.85699,-1.61394,-1.36903,-0.95978,2.11168,-0.48780
-7.05066,0.85731,-1.61347,-1.36961,-0.95954,2.11145,-0.48753
-7.05169,0.85763,-1.61300,-1.37017,-0.95930,2.11123,-0.48726
-7.05273,0.85795,-1.61255,-1.37073,-0.95907,2.11101,-0.48700
-7.05377,0.85825,-1.61210,-1.37127,-0.95884,2.11079,-0.48674
-7.05480,0.85856,-1.61166,-1.37181,-0.95862,2.11058,-0.48649
-7.05584,0.85886,-1.61122,-1.37234,-0.95839,2.11037,-0.48623
-7.05687,0.85915,-1.61080,-1.37286,-0.95817,2.11017,-0.48599
-7.05791,0.85944,-1.61038,-1.37338,-0.95796,2.10997,-0.48575
-7.05895,0.85973,-1.60996,-1.37388,-0.95774,2.10977,-0.48551
-7.05998,0.86001,-1.60956,-1.37438,-0.95753,2.10957,-0.48527
-7.06102,0.86028,-1.60916,-1.37487,-0.95732,2.10938,-0.48504
-7.06205,0.86055,-1.60877,-1.37535,-0.95712,2.10919,-0.48481
-7.06309,0.86082,-1.60839,-1.37582,-0.95691,2.10900,-0.48459
-7.06413,0.86108,-1.60801,-1.37629,-0.95672,2.10882,-0.48437
-7.06516,0.86134,-1.60764,-1.37674,-0.95652,2.10864,-0.48416
-7.06620,0.86159,-1.60727,-1.37720,-0.95632,2.10846,-0.48394
-7.06723,0.86180,-1.60697,-1.37757,-0.95617,2.10832,-0.48377
-7.06827,0.86216,-1.60648,-1.37814,-0.95593,2.10807,-0.48347
-7.06930,0.86251,-1.60600,-1.37870,-0.95570,2.10782,-0.48317
-7.07034,0.86286,-1.60553,-1.37926,-0.95547,2.10758,-0.48288
-7.07138,0.86320,-1.60506,-1.37980,-0.95525,2.10734,-0.48260
-7.07241,0.86354,-1.60460,-1.38034,-0.95503,2.10711,-0.48232
-7.07345,0.86387,-1.60415,-1.38087,-0.95481,2.10688,-0.48204
-7.07448,0.86419,-1.60371,-1.38139,-0.95459,2.10665,-0.48177
-7.07552,0.86451,-1.60328,-1.38190,-0.95438,2.10643,-0.48151
-7.07656,0.86482,-1.60285,-1.38241,-0.95417,2.10621,-0.48125
-7.07759,0.86513,-1.60243,-1.38290,-0.95396,2.10599,-0.48099
-7.07863,0.86544,-1.60202,-1.38339,-0.95376,2.10578,-0.48074
-7.07966,0.86573,-1.60162,-1.38387,-0.95356,2.10557,-0.48049
-7.08070,0.86603,-1.60122,-1.38434,-0.95336,2.10537,-0.48024
-7.08174,0.86632,-1.60083,-1.38481,-0.95316,2.10516,-0.48000
-7.08277,0.86660,-1.60044,-1.38527,-0.95297,2.10496,-0.47976
-7.08381,0.86688,-1.60007,-1.38572,-0.95278,2.10477,-0.47953
-7.08484,0.86715,-1.59969,-1.38616,-0.95259,2.10458,-0.47930
-7.08588,0.86742,-1.59933,-1.38660,-0.95241,2.10439,-0.47908
-7.08692,0.86769,-1.59897,-1.38703,-0.95223,2.10420,-0.47885
-7.08795,0.86788,-1.59871,-1.38733,-0.95210,2.10406,-0.47869
-7.08899,0.86826,-1.59823,-1.38787,-0.95188,2.10380,-0.47838
-7.09002,0.86863,-1.59776,-1.38839,-0.95167,2.10354,-0.47807
-7.09106,0.86900,-1.59730,-1.38891,-0.95146,2.10328,-0.47777
-7.09210,0.86936,-1.59685,-1.38942,-0.95126,2.10303,-0.47747
-7.09313,0.86971,-1.59640,-1.38992,-0.95106,2.10279,-0.47718
-7.09417,0.87006,-1.59597,-1.39041,-0.95086,2.10254,-0.47689
-7.09520,0.87040,-1.59553,-1.39090,-0.95066,2.10230,-0.47660
-7.09624,0.87074,-1.59511,-1.39138,-0.95047,2.10207,-0.47632
-7.09728,0.87107,-1.59470,-1.39184,-0.95027,2.10184,-0.47605
-7.09831,0.87139,-1.59429,-1.39231,-0.95009,2.10161,-0.47578
-7.09935,0.87171,-1.59389,-1.39276,-0.94990,2.10138,-0.47552
-7.10038,0.87203,-1.59349,-1.39321,-0.94972,2.10116,-0.47525
-7.10142,0.87233,-1.59310,-1.39365,-0.94953,2.10095,-0.47500
-7.10246,0.87264,-1.59272,-1.39408,-0.94935,2.10073,-0.47475
-7.10349,0.87294,-1.59235,-1.39451,-0.94918,2.10052,-0.47450
-7.10453,0.87323,-1.59198,-1.39493,-0.94900,2.10032,-0.47425
-7.10556,0.87352,-1.59162,-1.39534,-0.94883,2.10011,-0.47401
-7.10660,0.87380,-1.59126,-1.39575,-0.94866,2.09991,-0.47378
-7.10763,0.87408,-1.59091,-1.39615,-0.94850,2.09972,-0.47355
-7.10867,0.87423,-1.59073,-1.39636,-0.94841,2.09961,-0.47342
-7.10971,0.87461,-1.59027,-1.39687,-0.94821,2.09935,-0.47311
-7.11074,0.87498,-1.58981,-1.39737,-0.94801,2.09909,-0.47280
-7.11178,0.87535,-1.58936,-1.39786,-0.94781,2.09883,-0.47250
-7.11281,0.87570,-1.58892,-1.39835,-0.94762,2.09858,-0.47221
-7.11385,0.87606,-1.58849,-1.39883,-0.94742,2.09833,-0.47192
-7.11489,0.87640,-1.58807,-1.39930,-0.94723,2.09809,-0.47163
-7.11592,0.87675,-1.58765,-1.39976,-0.94705,2.09785,-0.47135
-7.11696,0.87708,-1.58724,-1.40022,-0.94686,2.09761,-0.47107
-7.11799,0.87741,-1.58684,-1.40067,-0.94668,2.09738,-0.47080
-7.11903,0.87774,-1.58644,-1.40111,-0.94650,2.09715,-0.47053
-7.12007,0.87806,-1.58605,-1.40155,-0.94633,2.09693,-0.47026
-7.12110,0.87837,-1.58567,-1.40197,-0.94615,2.09671,-0.47001
-7.12214,0.87868,-1.58530,-1.40239,-0.94598,2.09649,-0.46975
-7.12317,0.87898,-1.58493,-1.40281,-0.94581,2.09628,-0.46950
-7.12421,0.87928,-1.58456,-1.40322,-0.94564,2.09606,-0.46925
-7.12525,0.87957,-1.58421,-1.40362,-0.94548,2.09586,-0.46901
-7.12628,0.87986,-1.58386,-1.40401,-0.94531,2.09565,-0.46877
-7.12732,0.88014,-1.58351,-1.40440,-0.94515,2.09545,-0.46854
-7.12835,0.88021,-1.58343,-1.40449,-0.94512,2.09541,-0.46848
-7.12939,0.88061,-1.58296,-1.40500,-0.94492,2.09513,-0.46816
-7.13043,0.88100,-1.58249,-1.40551,-0.94472,2.09486,-0.46784
-7.13146,0.88138,-1.58204,-1.40600,-0.94453,2.09459,-0.46752
-7.13250,0.88175,-1.58159,-1.40649,-0.94433,2.09432,-0.46722
-7.13353,0.88212,-1.58115,-1.40697,-0.94414,2.09406,-0.46691
-7.13457,0.88249,-1.58072,-1.40744,-0.94396,2.09381,-0.46661
-7.13561,0.88285,-1.58029,-1.40790,-0.94377,2.09355,-0.46632
-7.13664,0.88320,-1.57988,-1.40836,-0.94359,2.09331,-0.46603
-7.13768,0.88354,-1.57946,-1.40881,-0.94341,2.09306,-0.46575
-7.13871,0.88388,-1.57906,-1.40925,-0.94323,2.09282,-0.46547
-7.13975,0.88422,-1.57867,-1.40969,-0.94306,2.09259,-0.46519
-7.14079,0.88454,-1.57828,-1.41012,-0.94289,2.09236,-0.46492
-7.14182,0.88487,-1.57789,-1.41054,-0.94272,2.09213,-0.46466
-7.14286,0.88518,-1.57752,-1.41096,-0.94255,2.09190,-0.46440
-7.14389,0.88550,-1.57715,-1.41136,-0.94238,2.09168,-0.46414
-7.14493,0.88580,-1.57678,-1.41177,-0.94222,2.09147,-0.46389
-7.14596,0.88611,-1.57643,-1.41216,-0.94206,2.09125,-0.46364
-7.14700,0.88640,-1.57608,-1.41255,-0.94190,2.09104,-0.46340
-7.14804,0.88669,-1.57573,-1.41293,-0.94174,2.09084,-0.46316
-7.14907,0.88691,-1.57548,-1.41321,-0.94163,2.09069,-0.46298
-7.15011,0.88730,-1.57502,-1.41370,-0.94144,2.09041,-0.46266
-7.15114,0.88768,-1.57458,-1.41418,-0.94125,2.09014,-0.46235
-7.15218,0.88806,-1.57413,-1.41466,-0.94107,2.08987,-0.46204
-7.15322,0.88843,-1.57370,-1.41512,-0.94089,2.08961,-0.46173
-7.15425,0.88880,-1.57327,-1.41558,-0.94071,2.08935,-0.46144
-7.15529,0.88916,-1.57286,-1.41604,-0.94053,2.08910,-0.46114
-7.15632,0.88951,-1.57244,-1.41648,-0.94035,2.08885,-0.46085
-7.15736,0.88986,-1.57204,-1.41692,-0.94018,2.08860,-0.46057
-7.15840,0.89020,-1.57164,-1.41735,-0.94001,2.08836,-0.46029
-7.15943,0.89054,-1.57125,-1.41777,-0.93984,2.08812,-0.46001
-7.16047,0.89087,-1.57087,-1.41819,-0.93968,2.08788,-0.45974
-7.16150,0.89120,-1.57049,-1.41860,-0.93951,2.08765,-0.45948
-7.16254,0.89152,-1.57012,-1.41901,-0.93935,2.08743,-0.45921
-7.16358,0.89183,-1.56976,-1.41940,-0.93919,2.08720,-0.45896
-7.16461,0.89214,-1.56940,-1.41980,-0.93903,2.08699,-0.45870
-7.16565,0.89245,-1.56905,-1.42018,-0.93888,2.08677,-0.45845
-7.16668,0.89274,-1.56870,-1.42056,-0.93872,2.08656,-0.45821
-7.16772,0.89304,-1.56836,-1.42093,-0.93857,2.08635,-0.45797
-7.16876,0.89312,-1.56827,-1.42103,-0.93854,2.08629,-0.45791
-7.16979,0.89361,-1.56770,-1.42163,-0.93831,2.08595,-0.45751
-7.17083,0.89409,-1.56714,-1.42223,-0.93809,2.08561,-0.45712
-7.17186,0.89456,-1.56659,-1.42281,-0.93787,2.08527,-0.45673
-7.17290,0.89503,-1.56605,-1.42339,-0.93765,2.08494,-0.45636
-7.17394,0.89549,-1.56552,-1.42395,-0.93744,2.08462,-0.45598
-7.17497,0.89594,-1.56500,-1.42451,-0.93722,2.08430,-0.45562
-7.17601,0.89638,-1.56449,-1.42506,-0.93702,2.08399,-0.45526
-7.17704,0.89682,-1.56398,-1.42560,-0.93681,2.08368,-0.45491
-7.17808,0.89725,-1.56349,-1.42613,-0.93661,2.08338,-0.45456
-7.17912,0.89767,-1.56300,-1.42665,-0.93641,2.08308,-0.45422
-7.18015,0.89809,-1.56252,-1.42716,-0.93621,2.08278,-0.45388
-7.18119,0.89849,-1.56205,-1.42767,-0.93602,2.08249,-0.45355
-7.18222,0.89890,-1.56159,-1.42816,-0.93582,2.08221,-0.45322
-7.18326,0.89929,-1.56114,-1.42865,-0.93563,2.08193,-0.45291
-7.18430,0.89968,-1.56069,-1.42913,-0.93545,2.08165,-0.45259
-7.18533,0.90006,-1.56026,-1.42960,-0.93526,2.08138,-0.45228
-7.18637,0.90044,-1.55983,-1.43007,-0.93508,2.08112,-0.45198
-7.18740,0.90080,-1.55940,-1.43053,-0.93490,2.08086,-0.45168
-7.18844,0.90117,-1.55899,-1.43098,-0.93473,2.08060,-0.45138
-7.18947,0.90152,-1.55858,-1.43142,-0.93455,2.08034,-0.45109
-7.19051,0.90188,-1.55818,-1.43186,-0.93438,2.08009,-0.45081
-7.19155,0.90222,-1.55778,-1.43229,-0.93421,2.07985,-0.45053
-7.19258,0.90256,-1.55739,-1.43271,-0.93404,2.07961,-0.45025
-7.19362,0.90289,-1.55701,-1.43313,-0.93388,2.07937,-0.44998
-7.19465,0.90322,-1.55664,-1.43354,-0.93371,2.07913,-0.44972
-7.19569,0.90354,-1.55627,-1.43394,-0.93355,2.07890,-0.44946
-7.19673,0.90386,-1.55591,-1.43434,-0.93339,2.07868,-0.44920
-7.19776,0.90417,-1.55555,-1.43472,-0.93324,2.07846,-0.44895
-7.19880,0.90448,-1.55521,-1.43511,-0.93308,2.07824,-0.44870
-7.19983,0.90478,-1.55486,-1.43549,-0.93293,2.07802,-0.44845
-7.20087,0.90504,-1.55456,-1.43581,-0.93280,2.07784,-0.44824
-7.20191,0.90555,-1.55396,-1.43647,-0.93255,2.07747,-0.44783
-7.20294,0.90605,-1.55336,-1.43712,-0.93231,2.07712,-0.44743
-7.20398,0.90655,-1.55278,-1.43775,-0.93207,2.07677,-0.44703
-7.20501,0.90703,-1.55221,-1.43838,-0.93183,2.07642,-0.44664
-7.20605,0.90751,-1.55164,-1.43900,-0.93160,2.07609,-0.44626
-7.20709,0.90798,-1.55109,-1.43960,-0.93137,2.07575,-0.44588
-7.20812,0.90845,-1.55054,-1.44020,-0.93114,2.07542,-0.44551
-7.20916,0.90890,-1.55001,-1.44078,-0.93092,2.07510,-0.44515
-7.21019,0.90935,-1.54948,-1.44136,-0.93070,2.07478,-0.44479
-7.21123,0.90979,-1.54896,-1.44193,-0.93048,2.07447,-0.44443
-7.21227,0.91022,-1.54846,-1.44249,-0.93026,2.07416,-0.44409
-7.21330,0.91065,-1.54796,-1.44304,-0.93005,2.07386,-0.44374
-7.21434,0.91106,-1.54747,-1.44358,-0.92984,2.07356,-0.44341
-7.21537,0.91148,-1.54698,-1.44411,-0.92964,2.07327,-0.44308
-7.21641,0.91188,-1.54651,-1.44463,-0.92943,2.07298,-0.44275
-7.21745,0.91228,-1.54604,-1.44515,-0.92923,2.07269,-0.44243
-7.21848,0.91267,-1.54559,-1.44565,-0.92903,2.07241,-0.44212
-7.21952,0.91306,-1.54514,-1.44615,-0.92884,2.07214,-0.44181
-7.22055,0.91344,-1.54470,-1.44664,-0.92865,2.07187,-0.44151
-7.22159,0.91381,-1.54426,-1.44712,-0.92846,2.07160,-0.44121
-7.22263,0.91418,-1.54384,-1.44760,-0.92827,2.07134,-0.44091
-7.22366,0.91454,-1.54342,-1.44806,-0.92809,2.07108,-0.44062
-7.22470,0.91489,-1.54300,-1.44852,-0.92790,2.07083,-0.44034
-7.22573,0.91524,-1.54260,-1.44898,-0.92772,2.07058,-0.44006
-7.22677,0.91558,-1.54220,-1.44942,-0.92755,2.07033,-0.43978
-7.22780,0.91592,-1.54181,-1.44986,-0.92737,2.07009,-0.43951
-7.22884,0.91625,-1.54143,-1.45029,-0.92720,2.06985,-0.43925
-7.22988,0.91658,-1.54105,-1.45071,-0.92703,2.06962,-0.43898
-7.23091,0.91690,-1.54068,-1.45113,-0.92686,2.06939,-0.43873
-7.23195,0.91721,-1.54031,-1.45154,-0.92670,2.06916,-0.43847
-7.23298,0.91752,-1.53995,-1.45194,-0.92653,2.06894,-0.43822
-7.23402,0.91783,-1.53960,-1.45234,-0.92637,2.06872,-0.43798
-7.23506,0.91813,-1.53926,-1.45273,-0.92621,2.06851,-0.43774
-7.23609,0.91835,-1.53900,-1.45302,-0.92610,2.06834,-0.43756
-7.23713,0.91883,-1.53845,-1.45361,-0.92588,2.06800,-0.43717
-7.23816,0.91931,-1.53791,-1.45418,-0.92566,2.06766,-0.43680
-7.23920,0.91977,-1.53738,-1.45475,-0.92545,2.06733,-0.43643
-7.24024,0.92023,-1.53687,-1.45531,-0.92524,2.06701,-0.43606
-7.24127,0.92068,-1.53636,-1.45586,-0.92503,2.06669,-0.43571
-7.24231,0.92112,-1.53586,-1.45640,-0.92483,2.06637,-0.43535
-7.24334,0.92155,-1.53536,-1.45693,-0.92463,2.06606,-0.43501
-7.24438,0.92198,-1.53488,-1.45746,-0.92443,2.06575,-0.43467
-7.24542,0.92240,-1.53441,-1.45797,-0.92423,2.06545,-0.43433
-7.24645,0.92282,-1.53394,-1.45848,-0.92404,2.06516,-0.43400
-7.24749,0.92322,-1.53348,-1.45897,-0.92385,2.06486,-0.43368
-7.24852,0.92362,-1.53303,-1.45946,-0.92366,2.06458,-0.43336
-7.24956,0.92402,-1.53259,-1.45995,-0.92347,2.06430,-0.43305
-7.25060,0.92440,-1.53215,-1.46042,-0.92329,2.06402,-0.43274
-7.25163,0.92479,-1.53172,-1.46089,-0.92311,2.06374,-0.43244
-7.25267,0.92516,-1.53130,-1.46135,-0.92293,2.06348,-0.43214
-7.25370,0.92553,-1.53089,-1.46180,-0.92276,2.06321,-0.43184
-7.25474,0.92589,-1.53048,-1.46224,-0.92258,2.06295,-0.43156
-7.25578,0.92625,-1.53009,-1.46268,-0.92241,2.06269,-0.43127
-7.25681,0.92660,-1.52969,-1.46311,-0.92224,2.06244,-0.43099
-7.25785,0.92694,-1.52931,-1.46353,-0.92208,2.06220,-0.43072
-7.25888,0.92728,-1.52893,-1.46395,-0.92191,2.06195,-0.43045
-7.25992,0.92761,-1.52856,-1.46436,-0.92175,2.06171,-0.43018
-7.26096,0.92794,-1.52819,-1.46476,-0.92159,2.06148,-0.42992
-7.26199,0.92826,-1.52783,-1.46516,-0.92143,2.06124,-0.42967
-7.26303,0.92858,-1.52748,-1.46555,-0.92128,2.06102,-0.42941
-7.26406,0.92889,-1.52713,-1.46594,-0.92112,2.06079,-0.42917
-7.26510,0.92920,-1.52679,-1.46631,-0.92097,2.06057,-0.42892
-7.26613,0.92931,-1.52667,-1.46644,-0.92092,2.06049,-0.42884
-7.26717,0.92977,-1.52615,-1.46700,-0.92072,2.06016,-0.42846
-7.26821,0.93024,-1.52564,-1.46754,-0.92052,2.05983,-0.42810
-7.26924,0.93069,-1.52514,-1.46807,-0.92032,2.05950,-0.42774
-7.27028,0.93114,-1.52465,-1.46860,-0.92012,2.05918,-0.42739
-7.27131,0.93158,-1.52417,-1.46911,-0.91993,2.05887,-0.42704
-7.27235,0.93201,-1.52369,-1.46962,-0.91974,2.05856,-0.42670
-7.27339,0.93243,-1.52323,-1.47012,-0.91955,2.05825,-0.42637
-7.27442,0.93285,-1.52277,-1.47061,-0.91937,2.05795,-0.42604
-7.27546,0.93326,-1.52232,-1.47110,-0.91919,2.05765,-0.42571
-7.27649,0.93367,-1.52187,-1.47157,-0.91901,2.05736,-0.42539
-7.27753,0.93406,-1.52144,-1.47204,-0.91883,2.05708,-0.42508
-7.27857,0.93445,-1.52101,-1.47250,-0.91865,2.05680,-0.42477
-7.27960,0.93484,-1.52059,-1.47295,-0.91848,2.05652,-0.42447
-7.28064,0.93522,-1.52018,-1.47340,-0.91831,2.05625,-0.42417
-7.28167,0.93559,-1.51977,-1.47384,-0.91814,2.05598,-0.42387
-7.28271,0.93595,-1.51937,-1.47427,-0.91798,2.05572,-0.42358
-7.28375,0.93631,-1.51898,-1.47470,-0.91781,2.05546,-0.42330
-7.28478,0.93667,-1.51859,-1.47511,-0.91765,2.05520,-0.42302
-7.28582,0.93702,-1.51821,-1.47552,-0.91749,2.05495,-0.42275
-7.28685,0.93736,-1.51784,-1.47593,-0.91734,2.05470,-0.42248
-7.28789,0.93769,-1.51748,-1.47633,-0.91718,2.05446,-0.42221
-7.28893,0.93802,-1.51712,-1.47672,-0.91703,2.05422,-0.42195
-7.28996,0.93835,-1.51676,-1.47710,-0.91688,2.05399,-0.42169
-7.29100,0.93867,-1.51642,-1.47748,-0.91673,2.05376,-0.42144
-7.29203,0.93898,-1.51608,-1.47786,-0.91658,2.05353,-0.42119
-7.29307,0.93921,-1.51583,-1.47813,-0.91648,2.05336,-0.42101
-7.29411,0.93965,-1.51537,-1.47861,-0.91630,2.05305,-0.42066
-7.29514,0.94008,-1.51491,-1.47908,-0.91613,2.05274,-0.42033
-7.29618,0.94050,-1.51447,-1.47955,-0.91596,2.05244,-0.42000
-7.29721,0.94092,-1.51403,-1.48000,-0.91579,2.05214,-0.41967
-7.29825,0.94133,-1.51360,-1.48045,-0.91562,2.05184,-0.41935
-7.29929,0.94173,-1.51318,-1.48090,-0.91546,2.05155,-0.41904
-7.30032,0.94212,-1.51276,-1.48133,-0.91529,2.05127,-0.41873
-7.30136,0.94251,-1.51235,-1.48176,-0.91513,2.05099,-0.41842
-7.30239,0.94289,-1.51195,-1.48219,-0.91498,2.05071,-0.41812
-7.30343,0.94327,-1.51156,-1.48260,-0.91482,2.05044,-0.41783
-7.30446,0.94364,-1.51117,-1.48301,-0.91467,2.05017,-0.41754
-7.30550,0.94400,-1.51079,-1.48341,-0.91452,2.04991,-0.41725
-7.30654,0.94436,-1.51042,-1.48381,-0.91437,2.04965,-0.41697
-7.30757,0.94471,-1.51005,-1.48420,-0.91422,2.04940,-0.41669
-7.30861,0.94505,-1.50969,-1.48458,-0.91407,2.04915,-0.41642
-7.30964,0.94539,-1.50933,-1.48496,-0.91393,2.04890,-0.41616
-7.31068,0.94573,-1.50898,-1.48533,-0.91379,2.04866,-0.41589
-7.31172,0.94606,-1.50864,-1.48569,-0.91365,2.04842,-0.41564
-7.31275,0.94638,-1.50830,-1.48605,-0.91351,2.04819,-0.41538
-7.31379,0.94661,-1.50806,-1.48631,-0.91341,2.04802,-0.41520
-7.31482,0.94702,-1.50763,-1.48676,-0.91325,2.04773,-0.41488
-7.31586,0.94741,-1.50721,-1.48721,-0.91308,2.04744,-0.41457
-7.31690,0.94780,-1.50680,-1.48764,-0.91292,2.04716,-0.41427
-7.31793,0.94819,-1.50639,-1.48807,-0.91276,2.04688,-0.41397
-7.31897,0.94857,-1.50599,-1.48850,-0.91260,2.04661,-0.41367
-7.32000,0.94894,-1.50560,-1.48891,-0.91245,2.04634,-0.41338
-7.32104,0.94931,-1.50522,-1.48932,-0.91229,2.04607,-0.41309
-7.32208,0.94967,-1.50484,-1.48972,-0.91214,2.04581,-0.41281
-7.32311,0.95002,-1.50447,-1.49012,-0.91199,2.04556,-0.41254
-7.32415,0.95037,-1.50410,-1.49051,-0.91185,2.04530,-0.41226
-7.32518,0.95071,-1.50374,-1.49089,-0.91170,2.04506,-0.41200
-7.32622,0.95105,-1.50339,-1.49127,-0.91156,2.04481,-0.41173
-7.32726,0.95138,-1.50304,-1.49164,-0.91142,2.04457,-0.41147
-7.32829,0.95171,-1.50270,-1.49201,-0.91128,2.04433,-0.41122
-7.32933,0.95203,-1.50236,-1.49237,-0.91114,2.04410,-0.41097
-7.33036,0.95208,-1.50231,-1.49243,-0.91112,2.04406,-0.41093
-7.33140,0.95262,-1.50175,-1.49300,-0.91092,2.04367,-0.41051
-7.33244,0.95315,-1.50120,-1.49356,-0.91073,2.04329,-0.41010
-7.33347,0.95367,-1.50066,-1.49411,-0.91054,2.04292,-0.40969
-7.33451,0.95419,-1.50013,-1.49465,-0.91035,2.04255,-0.40929
-7.33554,0.95469,-1.49961,-1.49519,-0.91016,2.04218,-0.40890
-7.33658,0.95519,-1.49909,-1.49571,-0.90998,2.04182,-0.40852
-7.33762,0.95568,-1.49859,-1.49623,-0.90979,2.04147,-0.40814
-7.33865,0.95616,-1.49810,-1.49674,-0.90961,2.04112,-0.40777
-7.33969,0.95663,-1.49761,-1.49724,-0.90944,2.04078,-0.40740
-7.34072,0.95709,-1.49713,-1.49773,-0.90926,2.04045,-0.40704
-7.34176,0.95755,-1.49666,-1.49821,-0.90909,2.04012,-0.40669
-7.34279,0.95800,-1.49620,-1.49869,-0.90892,2.03979,-0.40634
-7.34383,0.95844,-1.49575,-1.49916,-0.90875,2.03947,-0.40600
-7.34487,0.95888,-1.49530,-1.49962,-0.90859,2.03915,-0.40566
-7.34590,0.95931,-1.49487,-1.50007,-0.90842,2.03884,-0.40533
-7.34694,0.95973,-1.49444,-1.50052,-0.90826,2.03854,-0.40500
-7.34797,0.96014,-1.49401,-1.50096,-0.90810,2.03824,-0.40468
-7.34901,0.96055,-1.49360,-1.50139,-0.90795,2.03794,-0.40437
-7.35005,0.96095,-1.49319,-1.50181,-0.90779,2.03765,-0.40406
-7.35108,0.96134,-1.49279,-1.50223,-0.90764,2.03737,-0.40375
-7.35212,0.96173,-1.49240,-1.50264,-0.90749,2.03708,-0.40345
-7.35315,0.96211,-1.49201,-1.50305,-0.90734,2.03681,-0.40316
-7.35419,0.96249,-1.49163,-1.50344,-0.90720,2.03653,-0.40287
-7.35523,0.96286,-1.49126,-1.50383,-0.90705,2.03627,-0.40258
-7.35626,0.96322,-1.49089,-1.50422,-0.90691,2.03600,-0.40230
-7.35730,0.96358,-1.49053,-1.50460,-0.90677,2.03574,-0.40202
-7.35833,0.96393,-1.49017,-1.50497,-0.90663,2.03549,-0.40175
-7.35937,0.96427,-1.48983,-1.50534,-0.90649,2.03524,-0.40148
-7.36041,0.96461,-1.48948,-1.50570,-0.90636,2.03499,-0.40122
-7.36144,0.96494,-1.48915,-1.50605,-0.90623,2.03475,-0.40096
-7.36248,0.96525,-1.48883,-1.50638,-0.90610,2.03452,-0.40072
-7.36351,0.96573,-1.48835,-1.50688,-0.90593,2.03417,-0.40035
-7.36455,0.96620,-1.48787,-1.50736,-0.90576,2.03383,-0.39999
-7.36559,0.96667,-1.48740,-1.50784,-0.90559,2.03350,-0.39964
-7.36662,0.96712,-1.48695,-1.50832,-0.90543,2.03316,-0.39929
-7.36766,0.96757,-1.48649,-1.50878,-0.90526,2.03284,-0.39894
-7.36869,0.96801,-1.48605,-1.50924,-0.90510,2.03252,-0.39860
-7.36973,0.96844,-1.48561,-1.50968,-0.90494,2.03220,-0.39827
-7.37077,0.96887,-1.48519,-1.51013,-0.90479,2.03189,-0.39794
-7.37180,0.96929,-1.48476,-1.51056,-0.90463,2.03159,-0.39762
-7.37284,0.96970,-1.48435,-1.51099,-0.90448,2.03129,-0.39730
-7.37387,0.97011,-1.48394,-1.51141,-0.90433,2.03099,-0.39699
-7.37491,0.97051,-1.48355,-1.51182,-0.90418,2.03070,-0.39668
-7.37595,0.97090,-1.48315,-1.51223,-0.90403,2.03042,-0.39638
-7.37698,0.97129,-1.48277,-1.51263,-0.90389,2.03014,-0.39608
-7.37802,0.97166,-1.48239,-1.51302,-0.90375,2.02986,-0.39579
-7.37905,0.97204,-1.48202,-1.51341,-0.90361,2.02959,-0.39551
-7.38009,0.97241,-1.48165,-1.51379,-0.90347,2.02932,-0.39522
-7.38113,0.97277,-1.48129,-1.51417,-0.90333,2.02906,-0.39494
-7.38216,0.97312,-1.48094,-1.51454,-0.90320,2.02880,-0.39467
-7.38320,0.97347,-1.48059,-1.51490,-0.90306,2.02854,-0.39440
-7.38423,0.97381,-1.48025,-1.51526,-0.90293,2.02829,-0.39414
-7.38527,0.97415,-1.47991,-1.51561,-0.90280,2.02804,-0.39388
-7.38630,0.97446,-1.47960,-1.51593,-0.90268,2.02782,-0.39364
-7.38734,0.97491,-1.47916,-1.51639,-0.90252,2.02749,-0.39330
-7.38838,0.97535,-1.47872,-1.51684,-0.90237,2.02717,-0.39296
-7.38941,0.97578,-1.47829,-1.51729,-0.90221,2.02685,-0.39263
-7.39045,0.97621,-1.47786,-1.51772,-0.90206,2.02654,-0.39230
-7.39148,0.97663,-1.47744,-1.51815,-0.90190,2.02624,-0.39198
-7.39252,0.97704,-1.47703,-1.51858,-0.90175,2.02594,-0.39167
-7.39356,0.97745,-1.47663,-1.51899,-0.90161,2.02564,-0.39136
-7.39459,0.97784,-1.47623,-1.51940,-0.90146,2.02535,-0.39105
-7.39563,0.97824,-1.47585,-1.51981,-0.90132,2.02507,-0.39075
-7.39666,0.97862,-1.47546,-1.52020,-0.90118,2.02478,-0.39046
-7.39770,0.97900,-1.47509,-1.52059,-0.90104,2.02451,-0.39017
-7.39874,0.97937,-1.47472,-1.52098,-0.90090,2.02423,-0.38988
-7.39977,0.97974,-1.47436,-1.52135,-0.90076,2.02397,-0.38960
-7.40081,0.98010,-1.47400,-1.52172,-0.90063,2.02370,-0.38933
-7.40184,0.98046,-1.47365,-1.52209,-0.90050,2.02344,-0.38906
-7.40288,0.98081,-1.47331,-1.52245,-0.90037,2.02319,-0.38879
-7.40392,0.98115,-1.47297,-1.52280,-0.90024,2.02294,-0.38853
-7.40495,0.98149,-1.47263,-1.52315,-0.90011,2.02269,-0.38827
-7.40599,0.98163,-1.47249,-1.52330,-0.90006,2.02258,-0.38816
-7.40702,0.98204,-1.47208,-1.52373,-0.89991,2.02228,-0.38784
-7.40806,0.98245,-1.47168,-1.52415,-0.89976,2.02199,-0.38753
-7.40910,0.98285,-1.47128,-1.52456,-0.89961,2.02169,-0.38723
-7.41013,0.98324,-1.47089,-1.52497,-0.89947,2.02141,-0.38693
-7.41117,0.98363,-1.47050,-1.52537,-0.89933,2.02112,-0.38663
-7.41220,0.98401,-1.47012,-1.52576,-0.89919,2.02085,-0.38634
-7.41324,0.98438,-1.46975,-1.52615,-0.89905,2.02057,-0.38606
-7.41428,0.98475,-1.46939,-1.52653,-0.89891,2.02030,-0.38578
-7.41531,0.98511,-1.46903,-1.52690,-0.89878,2.02004,-0.38550
-7.41635,0.98547,-1.46868,-1.52727,-0.89864,2.01978,-0.38523
-7.41738,0.98582,-1.46833,-1.52764,-0.89851,2.01952,-0.38497
-7.41842,0.98616,-1.46799,-1.52799,-0.89838,2.01927,-0.38470
-7.41946,0.98650,-1.46766,-1.52835,-0.89825,2.01902,-0.38444
-7.42049,0.98668,-1.46748,-1.52853,-0.89819,2.01889,-0.38431
-7.42153,0.98709,-1.46707,-1.52896,-0.89804,2.01859,-0.38400
-7.42256,0.98750,-1.46666,-1.52938,-0.89789,2.01829,-0.38369
-7.42360,0.98790,-1.46626,-1.52980,-0.89775,2.01799,-0.38338
-7.42463,0.98830,-1.46587,-1.53021,-0.89760,2.01770,-0.38308
-7.42567,0.98868,-1.46549,-1.53061,-0.89746,2.01742,-0.38279
-7.42671,0.98907,-1.46511,-1.53100,-0.89732,2.01714,-0.38250
-7.42774,0.98944,-1.46473,-1.53139,-0.89718,2.01687,-0.38221
-7.42878,0.98981,-1.46437,-1.53178,-0.89704,2.01659,-0.38193
-7.42981,0.99018,-1.46401,-1.53215,-0.89691,2.01633,-0.38166
-7.43085,0.99053,-1.46366,-1.53252,-0.89678,2.01607,-0.38138
-7.43189,0.99088,-1.46331,-1.53289,-0.89665,2.01581,-0.38112
-7.43292,0.99123,-1.46297,-1.53325,-0.89652,2.01555,-0.38086
-7.43396,0.99157,-1.46263,-1.53360,-0.89639,2.01530,-0.38060
-7.43499,0.99174,-1.46246,-1.53378,-0.89633,2.01518,-0.38047
-7.43603,0.99209,-1.46211,-1.53416,-0.89619,2.01492,-0.38020
-7.43707,0.99244,-1.46176,-1.53454,-0.89605,2.01467,-0.37994
-7.43810,0.99278,-1.46141,-1.53491,-0.89592,2.01442,-0.37968
-7.43914,0.99311,-1.46107,-1.53527,-0.89579,2.01417,-0.37943
-7.44017,0.99328,-1.46090,-1.53545,-0.89572,2.01405,-0.37930
-7.44121,0.99363,-1.46055,-1.53582,-0.89559,2.01379,-0.37903
-7.44225,0.99398,-1.46020,-1.53619,-0.89545,2.01353,-0.37877
-7.44328,0.99432,-1.45986,-1.53655,-0.89532,2.01328,-0.37851
-7.44432,0.99466,-1.45953,-1.53691,-0.89519,2.01304,-0.37826
-7.44535,0.99469,-1.45949,-1.53695,-0.89518,2.01301,-0.37823
-7.44639,0.99503,-1.45915,-1.53731,-0.89505,2.01276,-0.37797
-7.44743,0.99537,-1.45882,-1.53766,-0.89492,2.01251,-0.37772
-7.44846,0.99541,-1.45879,-1.53770,-0.89491,2.01249,-0.37769
-7.44950,0.99575,-1.45845,-1.53805,-0.89478,2.01223,-0.37743
-7.45053,0.99609,-1.45811,-1.53841,-0.89466,2.01198,-0.37717
-7.45157,0.99615,-1.45805,-1.53847,-0.89464,2.01194,-0.37713
-7.45261,0.99676,-1.45746,-1.53906,-0.89445,2.01150,-0.37667
-7.45364,0.99735,-1.45688,-1.53965,-0.89426,2.01106,-0.37622
-7.45468,0.99794,-1.45630,-1.54022,-0.89407,2.01063,-0.37578
-7.45571,0.99852,-1.45574,-1.54079,-0.89389,2.01021,-0.37535
-7.45675,0.99909,-1.45518,-1.54135,-0.89371,2.00979,-0.37492
-7.45779,0.99965,-1.45464,-1.54189,-0.89353,2.00938,-0.37450
-7.45882,1.00020,-1.45411,-1.54243,-0.89336,2.00898,-0.37409
-7.45986,1.00075,-1.45358,-1.54296,-0.89318,2.00859,-0.37368
-7.46089,1.00128,-1.45306,-1.54348,-0.89301,2.00819,-0.37328
-7.46193,1.00180,-1.45256,-1.54400,-0.89285,2.00781,-0.37289
-7.46296,1.00232,-1.45206,-1.54450,-0.89268,2.00743,-0.37250
-7.46400,1.00283,-1.45157,-1.54500,-0.89252,2.00706,-0.37212
-7.46504,1.00333,-1.45109,-1.54548,-0.89235,2.00669,-0.37175
-7.46607,1.00382,-1.45061,-1.54596,-0.89219,2.00633,-0.37138
-7.46711,1.00430,-1.45015,-1.54644,-0.89204,2.00598,-0.37102
-7.46814,1.00478,-1.44969,-1.54690,-0.89188,2.00563,-0.37066
-7.46918,1.00525,-1.44925,-1.54736,-0.89173,2.00529,-0.37031
-7.47022,1.00571,-1.44880,-1.54781,-0.89158,2.00495,-0.36997
-7.47125,1.00616,-1.44837,-1.54825,-0.89143,2.00462,-0.36963
-7.47229,1.00661,-1.44795,-1.54868,-0.89128,2.00429,-0.36929
-7.47332,1.00704,-1.44753,-1.54911,-0.89114,2.00397,-0.36896
-7.47436,1.00748,-1.44712,-1.54953,-0.89100,2.00365,-0.36864
-7.47540,1.00790,-1.44671,-1.54994,-0.89085,2.00334,-0.36832
-7.47643,1.00832,-1.44632,-1.55035,-0.89072,2.00303,-0.36801
-7.47747,1.00873,-1.44593,-1.55075,-0.89058,2.00273,-0.36770
-7.47850,1.00913,-1.44554,-1.55114,-0.89044,2.00243,-0.36740
-7.47954,1.00953,-1.44517,-1.55153,-0.89031,2.00214,-0.36710
-7.48058,1.00992,-1.44480,-1.55191,-0.89018,2.00185,-0.36681
-7.48161,1.01030,-1.44443,-1.55229,-0.89005,2.00157,-0.36652
-7.48265,1.01068,-1.44408,-1.55266,-0.88992,2.00129,-0.36624
-7.48368,1.01105,-1.44373,-1.55302,-0.88980,2.00101,-0.36596
-7.48472,1.01142,-1.44338,-1.55338,-0.88967,2.00074,-0.36569
-7.48576,1.01178,-1.44304,-1.55373,-0.88955,2.00048,-0.36542
-7.48679,1.01213,-1.44271,-1.55407,-0.88943,2.00021,-0.36516
-7.48783,1.01242,-1.44244,-1.55435,-0.88933,2.00000,-0.36494
-7.48886,1.01287,-1.44202,-1.55476,-0.88919,1.99967,-0.36460
-7.48990,1.01331,-1.44162,-1.55517,-0.88906,1.99934,-0.36427
-7.49094,1.01375,-1.44122,-1.55557,-0.88893,1.99902,-0.36395
-7.49197,1.01418,-1.44082,-1.55596,-0.88880,1.99871,-0.36363
-7.49301,1.01460,-1.44044,-1.55634,-0.88867,1.99840,-0.36332
-7.49404,1.01501,-1.44006,-1.55672,-0.88855,1.99809,-0.36301
-7.49508,1.01542,-1.43968,-1.55710,-0.88842,1.99779,-0.36270
-7.49612,1.01582,-1.43932,-1.55746,-0.88830,1.99749,-0.36240
-7.49715,1.01621,-1.43896,-1.55782,-0.88818,1.99720,-0.36211
-7.49819,1.01660,-1.43860,-1.55818,-0.88806,1.99692,-0.36182
-7.49922,1.01698,-1.43826,-1.55853,-0.88794,1.99663,-0.36154
-7.50026,1.01736,-1.43791,-1.55887,-0.88783,1.99636,-0.36126
-7.50129,1.01773,-1.43758,-1.55921,-0.88771,1.99608,-0.36098
-7.50233,1.01809,-1.43725,-1.55954,-0.88760,1.99582,-0.36071
-7.50337,1.01845,-1.43692,-1.55987,-0.88749,1.99555,-0.36044
-7.50440,1.01850,-1.43688,-1.55992,-0.88747,1.99551,-0.36040
-7.50544,1.01905,-1.43639,-1.56038,-0.88733,1.99510,-0.35999
-7.50647,1.01960,-1.43591,-1.56084,-0.88720,1.99470,-0.35959
-7.50751,1.02013,-1.43544,-1.56129,-0.88706,1.99431,-0.35920
-7.50855,1.02066,-1.43497,-1.56173,-0.88693,1.99392,-0.35881
-7.50958,1.02118,-1.43452,-1.56216,-0.88679,1.99354,-0.35842
-7.51062,1.02169,-1.43407,-1.56259,-0.88666,1.99317,-0.35805
-7.51165,1.02219,-1.43363,-1.56301,-0.88653,1.99280,-0.35768
-7.51269,1.02268,-1.43320,-1.56342,-0.88641,1.99244,-0.35731
-7.51373,1.02316,-1.43277,-1.56382,-0.88628,1.99208,-0.35695
-7.51476,1.02364,-1.43236,-1.56422,-0.88616,1.99173,-0.35660
-7.51580,1.02411,-1.43195,-1.56462,-0.88603,1.99138,-0.35625
-7.51683,1.02457,-1.43154,-1.56500,-0.88591,1.99104,-0.35591
-7.51787,1.02502,-1.43115,-1.56538,-0.88580,1.99071,-0.35558
-7.51891,1.02547,-1.43076,-1.56576,-0.88568,1.99038,-0.35525
-7.51994,1.02591,-1.43038,-1.56612,-0.88556,1.99005,-0.35492
-7.52098,1.02634,-1.43000,-1.56649,-0.88545,1.98973,-0.35460
-7.52201,1.02677,-1.42963,-1.56684,-0.88533,1.98942,-0.35429
-7.52305,1.02718,-1.42927,-1.56719,-0.88522,1.98911,-0.35398
-7.52409,1.02759,-1.42891,-1.56754,-0.88511,1.98880,-0.35368
-7.52512,1.02800,-1.42856,-1.56788,-0.88500,1.98851,-0.35338
-7.52616,1.02840,-1.42822,-1.56821,-0.88490,1.98821,-0.35308
-7.52719,1.02879,-1.42788,-1.56854,-0.88479,1.98792,-0.35279
-7.52823,1.02917,-1.42755,-1.56886,-0.88469,1.98764,-0.35251
-7.52927,1.02955,-1.42722,-1.56918,-0.88458,1.98736,-0.35223
-7.53030,1.02992,-1.42690,-1.56949,-0.88448,1.98708,-0.35196
-7.53134,1.03015,-1.42670,-1.56968,-0.88442,1.98691,-0.35179
-7.53237,1.03062,-1.42629,-1.57008,-0.88430,1.98656,-0.35144
-7.53341,1.03108,-1.42589,-1.57047,-0.88418,1.98622,-0.35110
-7.53445,1.03153,-1.42550,-1.57085,-0.88406,1.98589,-0.35077
-7.53548,1.03197,-1.42511,-1.57123,-0.88394,1.98556,-0.35044
-7.53652,1.03241,-1.42473,-1.57160,-0.88382,1.98524,-0.35012
-7.53755,1.03284,-1.42435,-1.57196,-0.88371,1.98492,-0.34981
-7.53859,1.03326,-1.42398,-1.57232,-0.88360,1.98461,-0.34949
-7.53962,1.03368,-1.42362,-1.57267,-0.88348,1.98430,-0.34919
-7.54066,1.03409,-1.42327,-1.57302,-0.88337,1.98399,-0.34889
-7.54170,1.03449,-1.42292,-1.57336,-0.88327,1.98370,-0.34859
-7.54273,1.03488,-1.42257,-1.57370,-0.88316,1.98340,-0.34830
-7.54377,1.03527,-1.42224,-1.57403,-0.88305,1.98311,-0.34801
-7.54480,1.03566,-1.42190,-1.57435,-0.88295,1.98283,-0.34773
-7.54584,1.03603,-1.42158,-1.57467,-0.88285,1.98255,-0.34745
-7.54688,1.03640,-1.42126,-1.57499,-0.88274,1.98227,-0.34718
-7.54791,1.03653,-1.42114,-1.57509,-0.88271,1.98218,-0.34708
-7.54895,1.03710,-1.42066,-1.57554,-0.88258,1.98176,-0.34667
-7.54998,1.03766,-1.42019,-1.57598,-0.88246,1.98134,-0.34626
-7.55102,1.03822,-1.41972,-1.57641,-0.88234,1.98093,-0.34586
-7.55206,1.03876,-1.41927,-1.57683,-0.88221,1.98053,-0.34546
-7.55309,1.03929,-1.41882,-1.57725,-0.88209,1.98014,-0.34507
-7.55413,1.03982,-1.41838,-1.57766,-0.88198,1.97975,-0.34468
-7.55516,1.04033,-1.41794,-1.57806,-0.88186,1.97937,-0.34431
-7.55620,1.04084,-1.41752,-1.57846,-0.88174,1.97899,-0.34394
-7.55724,1.04134,-1.41710,-1.57885,-0.88163,1.97862,-0.34357
-7.55827,1.04183,-1.41669,-1.57924,-0.88152,1.97826,-0.34321
-7.55931,1.04232,-1.41628,-1.57961,-0.88141,1.97790,-0.34286
-7.56034,1.04279,-1.41588,-1.57998,-0.88130,1.97755,-0.34251
-7.56138,1.04326,-1.41549,-1.58035,-0.88119,1.97720,-0.34217
-7.56242,1.04372,-1.41511,-1.58071,-0.88108,1.97686,-0.34183
-7.56345,1.04417,-1.41473,-1.58106,-0.88098,1.97652,-0.34150
-7.56449,1.04462,-1.41436,-1.58141,-0.88087,1.97619,-0.34118
-7.56552,1.04506,-1.41400,-1.58175,-0.88077,1.97586,-0.34086
-7.56656,1.04549,-1.41364,-1.58209,-0.88067,1.97554,-0.34054
-7.56760,1.04591,-1.41329,-1.58242,-0.88057,1.97523,-0.34023
-7.56863,1.04633,-1.41295,-1.58275,-0.88047,1.97492,-0.33993
-7.56967,1.04674,-1.41261,-1.58307,-0.88037,1.97461,-0.33963
-7.57070,1.04714,-1.41227,-1.58338,-0.88028,1.97431,-0.33933
-7.57174,1.04754,-1.41195,-1.58369,-0.88018,1.97402,-0.33904
-7.57278,1.04793,-1.41162,-1.58400,-0.88009,1.97373,-0.33876
-7.57381,1.04831,-1.41131,-1.58430,-0.88000,1.97344,-0.33848
-7.57485,1.04859,-1.41108,-1.58452,-0.87993,1.97323,-0.33827
-7.57588,1.04907,-1.41068,-1.58490,-0.87982,1.97288,-0.33792
-7.57692,1.04954,-1.41028,-1.58527,-0.87971,1.97253,-0.33758
-7.57796,1.05001,-1.40989,-1.58564,-0.87960,1.97218,-0.33724
-7.57899,1.05046,-1.40951,-1.58600,-0.87949,1.97184,-0.33691
-7.58003,1.05091,-1.40913,-1.58636,-0.87939,1.97150,-0.33658
-7.58106,1.05136,-1.40876,-1.58671,-0.87928,1.97118,-0.33626
-7.58210,1.05179,-1.40840,-1.58706,-0.87918,1.97085,-0.33594
-7.58313,1.05222,-1.40804,-1.58740,-0.87908,1.97053,-0.33563
-7.58417,1.05264,-1.40769,-1.58773,-0.87898,1.97022,-0.33533
-7.58521,1.05306,-1.40734,-1.58806,-0.87888,1.96991,-0.33502
-7.58624,1.05346,-1.40701,-1.58838,-0.87878,1.96961,-0.33473
-7.58728,1.05386,-1.40667,-1.58870,-0.87868,1.96931,-0.33444
-7.58831,1.05426,-1.40635,-1.58901,-0.87859,1.96901,-0.33415
-7.58935,1.05465,-1.40602,-1.58932,-0.87849,1.96872,-0.33387
-7.59039,1.05503,-1.40571,-1.58963,-0.87840,1.96844,-0.33359
-7.59142,1.05516,-1.40560,-1.58972,-0.87837,1.96834,-0.33350
-7.59246,1.05567,-1.40518,-1.59011,-0.87826,1.96796,-0.33312
-7.59349,1.05618,-1.40477,-1.59049,-0.87816,1.96758,-0.33276
-7.59453,1.05668,-1.40436,-1.59086,-0.87805,1.96721,-0.33240
-7.59557,1.05717,-1.40397,-1.59123,-0.87795,1.96685,-0.33204
-7.59660,1.05765,-1.40357,-1.59159,-0.87785,1.96649,-0.33169
-7.59764,1.05812,-1.40319,-1.59195,-0.87775,1.96613,-0.33135
-7.59867,1.05859,-1.40281,-1.59230,-0.87765,1.96579,-0.33101
-7.59971,1.05905,-1.40244,-1.59264,-0.87755,1.96544,-0.33068
-7.60075,1.05950,-1.40207,-1.59298,-0.87746,1.96511,-0.33035
-7.60178,1.05995,-1.40171,-1.59331,-0.87736,1.96478,-0.33003
-7.60282,1.06038,-1.40136,-1.59364,-0.87727,1.96445,-0.32971
-7.60385,1.06081,-1.40102,-1.59396,-0.87717,1.96413,-0.32940
-7.60489,1.06124,-1.40068,-1.59428,-0.87708,1.96381,-0.32909
-7.60593,1.06165,-1.40034,-1.59459,-0.87699,1.96350,-0.32879
-7.60696,1.06206,-1.40001,-1.59489,-0.87690,1.96320,-0.32850
-7.60800,1.06247,-1.39969,-1.59520,-0.87681,1.96290,-0.32821
-7.60903,1.06286,-1.39937,-1.59549,-0.87673,1.96260,-0.32792
-7.61007,1.06325,-1.39906,-1.59578,-0.87664,1.96231,-0.32764
-7.61111,1.06338,-1.39896,-1.59588,-0.87662,1.96221,-0.32755
-7.61214,1.06384,-1.39859,-1.59622,-0.87652,1.96187,-0.32721
-7.61318,1.06430,-1.39822,-1.59655,-0.87643,1.96152,-0.32688
-7.61421,1.06476,-1.39786,-1.59688,-0.87634,1.96119,-0.32655
-7.61525,1.06520,-1.39751,-1.59720,-0.87625,1.96085,-0.32623
-7.61629,1.06564,-1.39717,-1.59751,-0.87616,1.96053,-0.32592
-7.61732,1.06607,-1.39683,-1.59783,-0.87607,1.96021,-0.32561
-7.61836,1.06649,-1.39649,-1.59813,-0.87599,1.95989,-0.32530
-7.61939,1.06691,-1.39616,-1.59844,-0.87590,1.95958,-0.32500
-7.62043,1.06732,-1.39584,-1.59873,-0.87582,1.95927,-0.32471
-7.62146,1.06772,-1.39552,-1.59902,-0.87574,1.95897,-0.32441
-7.62250,1.06812,-1.39521,-1.59931,-0.87565,1.95867,-0.32413
-7.62354,1.06844,-1.39496,-1.59955,-0.87559,1.95843,-0.32389
-7.62457,1.06896,-1.39455,-1.59990,-0.87550,1.95805,-0.32352
-7.62561,1.06946,-1.39416,-1.60026,-0.87540,1.95767,-0.32316
-7.62664,1.06996,-1.39377,-1.60060,-0.87531,1.95730,-0.32280
-7.62768,1.07045,-1.39339,-1.60094,-0.87522,1.95693,-0.32245
-7.62872,1.07093,-1.39302,-1.60128,-0.87514,1.95657,-0.32211
-7.62975,1.07141,-1.39265,-1.60161,-0.87505,1.95622,-0.32177
-7.63079,1.07187,-1.39229,-1.60193,-0.87496,1.95587,-0.32143
-7.63182,1.07233,-1.39193,-1.60225,-0.87488,1.95553,-0.32110
-7.63286,1.07278,-1.39158,-1.60256,-0.87479,1.95519,-0.32078
-7.63390,1.07323,-1.39124,-1.60287,-0.87471,1.95486,-0.32046
-7.63493,1.07366,-1.39090,-1.60317,-0.87463,1.95453,-0.32015
-7.63597,1.07409,-1.39057,-1.60347,-0.87455,1.95421,-0.31984
-7.63700,1.07452,-1.39025,-1.60377,-0.87447,1.95389,-0.31953
-7.63804,1.07493,-1.38993,-1.60405,-0.87439,1.95358,-0.31924
-7.63908,1.07534,-1.38961,-1.60434,-0.87431,1.95327,-0.31894
-7.64011,1.07574,-1.38930,-1.60462,-0.87424,1.95297,-0.31865
-7.64115,1.07607,-1.38905,-1.60484,-0.87417,1.95273,-0.31842
-7.64218,1.07658,-1.38867,-1.60517,-0.87410,1.95234,-0.31805
-7.64322,1.07709,-1.38830,-1.60549,-0.87402,1.95197,-0.31769
-7.64426,1.07758,-1.38793,-1.60580,-0.87395,1.95160,-0.31734
-7.64529,1.07807,-1.38757,-1.60611,-0.87387,1.95123,-0.31699
-7.64633,1.07855,-1.38722,-1.60641,-0.87380,1.95088,-0.31665
-7.64736,1.07902,-1.38687,-1.60671,-0.87372,1.95052,-0.31631
-7.64840,1.07948,-1.38653,-1.60700,-0.87365,1.95018,-0.31598
-7.64944,1.07994,-1.38620,-1.60729,-0.87358,1.94983,-0.31565
-7.65047,1.08039,-1.38587,-1.60757,-0.87351,1.94950,-0.31533
-7.65151,1.08083,-1.38554,-1.60785,-0.87344,1.94917,-0.31502
-7.65254,1.08126,-1.38522,-1.60813,-0.87337,1.94884,-0.31471
-7.65358,1.08169,-1.38491,-1.60840,-0.87330,1.94852,-0.31440
-7.65462,1.08211,-1.38460,-1.60866,-0.87324,1.94821,-0.31410
-7.65565,1.08252,-1.38430,-1.60892,-0.87317,1.94790,-0.31381
-7.65669,1.08293,-1.38400,-1.60918,-0.87311,1.94759,-0.31352
-7.65772,1.08298,-1.38396,-1.60921,-0.87310,1.94755,-0.31348
-7.65876,1.08350,-1.38359,-1.60953,-0.87302,1.94716,-0.31311
-7.65979,1.08401,-1.38321,-1.60985,-0.87295,1.94678,-0.31275
-7.66083,1.08451,-1.38285,-1.61016,-0.87288,1.94641,-0.31239
-7.66187,1.08500,-1.38249,-1.61046,-0.87281,1.94604,-0.31204
-7.66290,1.08548,-1.38214,-1.61077,-0.87273,1.94568,-0.31170
-7.66394,1.08596,-1.38179,-1.61106,-0.87266,1.94532,-0.31136
-7.66497,1.08643,-1.38145,-1.61135,-0.87260,1.94497,-0.31103
-7.66601,1.08689,-1.38111,-1.61164,-0.87253,1.94463,-0.31070
-7.66705,1.08734,-1.38078,-1.61192,-0.87246,1.94429,-0.31038
-7.66808,1.08779,-1.38046,-1.61220,-0.87239,1.94395,-0.31006
-7.66912,1.08823,-1.38014,-1.61247,-0.87233,1.94362,-0.30975
-7.67015,1.08866,-1.37983,-1.61274,-0.87226,1.94330,-0.30944
-7.67119,1.08908,-1.37952,-1.61300,-0.87220,1.94298,-0.30914
-7.67223,1.08950,-1.37922,-1.61326,-0.87213,1.94267,-0.30884
-7.67326,1.08991,-1.37892,-1.61351,-0.87207,1.94236,-0.30855
-7.67430,1.09000,-1.37886,-1.61357,-0.87206,1.94229,-0.30849
-7.67533,1.09049,-1.37850,-1.61387,-0.87199,1.94192,-0.30814
-7.67637,1.09097,-1.37815,-1.61417,-0.87192,1.94156,-0.30780
-7.67741,1.09145,-1.37781,-1.61446,-0.87185,1.94120,-0.30746
-7.67844,1.09192,-1.37747,-1.61475,-0.87178,1.94085,-0.30713
-7.67948,1.09238,-1.37714,-1.61503,-0.87172,1.94051,-0.30680
-7.68051,1.09283,-1.37682,-1.61530,-0.87165,1.94017,-0.30648
-7.68155,1.09327,-1.37650,-1.61558,-0.87159,1.93983,-0.30616
-7.68259,1.09371,-1.37618,-1.61585,-0.87153,1.93950,-0.30585
-7.68362,1.09414,-1.37587,-1.61611,-0.87146,1.93918,-0.30555
-7.68466,1.09457,-1.37557,-1.61637,-0.87140,1.93886,-0.30525
-7.68569,1.09498,-1.37527,-1.61662,-0.87134,1.93855,-0.30495
-7.68673,1.09528,-1.37506,-1.61681,-0.87130,1.93832,-0.30474
-7.68777,1.09578,-1.37470,-1.61710,-0.87123,1.93795,-0.30439
-7.68880,1.09626,-1.37435,-1.61740,-0.87116,1.93759,-0.30405
-7.68984,1.09674,-1.37401,-1.61769,-0.87110,1.93723,-0.30371
-7.69087,1.09721,-1.37368,-1.61797,-0.87103,1.93687,-0.30338
-7.69191,1.09767,-1.37334,-1.61825,-0.87097,1.93653,-0.30305
-7.69295,1.09813,-1.37302,-1.61853,-0.87091,1.93618,-0.30273
-7.69398,1.09858,-1.37270,-1.61880,-0.87084,1.93585,-0.30241
-7.69502,1.09902,-1.37239,-1.61906,-0.87078,1.93551,-0.30210
-7.69605,1.09945,-1.37208,-1.61933,-0.87072,1.93519,-0.30179
-7.69709,1.09988,-1.37177,-1.61958,-0.87066,1.93487,-0.30149
-7.69812,1.10030,-1.37148,-1.61984,-0.87060,1.93455,-0.30119
-7.69916,1.10064,-1.37123,-1.62004,-0.87055,1.93429,-0.30095
-7.70020,1.10115,-1.37087,-1.62035,-0.87049,1.93391,-0.30059
-7.70123,1.10166,-1.37051,-1.62065,-0.87042,1.93353,-0.30024
-7.70227,1.10215,-1.37016,-1.62094,-0.87036,1.93316,-0.29989
-7.70330,1.10264,-1.36981,-1.62123,-0.87029,1.93279,-0.29954
-7.70434,1.10312,-1.36948,-1.62152,-0.87023,1.93243,-0.29920
-7.70538,1.10360,-1.36914,-1.62180,-0.87017,1.93207,-0.29887
-7.70641,1.10406,-1.36881,-1.62207,-0.87011,1.93172,-0.29854
-7.70745,1.10452,-1.36849,-1.62235,-0.87005,1.93138,-0.29822
-7.70848,1.10497,-1.36817,-1.62261,-0.86999,1.93104,-0.29791
-7.70952,1.10541,-1.36786,-1.62288,-0.86993,1.93071,-0.29759
-7.71056,1.10584,-1.36756,-1.62313,-0.86987,1.93038,-0.29729
-7.71159,1.10627,-1.36726,-1.62339,-0.86981,1.93006,-0.29699
-7.71263,1.10669,-1.36696,-1.62364,-0.86976,1.92974,-0.29669
-7.71366,1.10691,-1.36681,-1.62377,-0.86973,1.92957,-0.29654
-7.71470,1.10741,-1.36646,-1.62406,-0.86967,1.92920,-0.29618
-7.71574,1.10790,-1.36611,-1.62435,-0.86960,1.92883,-0.29584
-7.71677,1.10839,-1.36577,-1.62463,-0.86954,1.92846,-0.29550
-7.71781,1.10887,-1.36544,-1.62491,-0.86948,1.92810,-0.29516
-7.71884,1.10934,-1.36511,-1.62519,-0.86942,1.92775,-0.29483
-7.71988,1.10980,-1.36479,-1.62546,-0.86937,1.92740,-0.29451
-7.72092,1.11025,-1.36447,-1.62572,-0.86931,1.92706,-0.29419
-7.72195,1.11070,-1.36416,-1.62599,-0.86925,1.92672,-0.29387
-7.72299,1.11114,-1.36385,-1.62624,-0.86919,1.92639,-0.29357
-7.72402,1.11157,-1.36355,-1.62650,-0.86914,1.92606,-0.29326
-7.72506,1.11200,-1.36325,-1.62675,-0.86908,1.92574,-0.29296
-7.72610,1.11235,-1.36301,-1.62695,-0.86904,1.92548,-0.29272
-7.72713,1.11288,-1.36264,-1.62726,-0.86898,1.92507,-0.29235
-7.72817,1.11341,-1.36227,-1.62756,-0.86892,1.92468,-0.29198
-7.72920,1.11393,-1.36191,-1.62786,-0.86886,1.92429,-0.29161
-7.73024,1.11444,-1.36156,-1.62815,-0.86880,1.92390,-0.29126
-7.73128,1.11494,-1.36121,-1.62843,-0.86874,1.92353,-0.29091
-7.73231,1.11543,-1.36087,-1.62872,-0.86868,1.92316,-0.29056
-7.73335,1.11591,-1.36054,-1.62900,-0.86862,1.92279,-0.29022
-7.73438,1.11639,-1.36021,-1.62927,-0.86856,1.92243,-0.28989
-7.73542,1.11686,-1.35988,-1.62954,-0.86851,1.92208,-0.28956
-7.73645,1.11732,-1.35957,-1.62980,-0.86845,1.92173,-0.28924
-7.73749,1.11778,-1.35925,-1.63007,-0.86840,1.92138,-0.28892
-7.73853,1.11822,-1.35895,-1.63032,-0.86834,1.92105,-0.28861
-7.73956,1.11866,-1.35865,-1.63057,-0.86829,1.92071,-0.28830
-7.74060,1.11910,-1.35835,-1.63082,-0.86824,1.92039,-0.28800
-7.74163,1.11952,-1.35806,-1.63107,-0.86818,1.92007,-0.28770
-7.74267,1.11966,-1.35796,-1.63115,-0.86817,1.91996,-0.28760
-7.74371,1.12020,-1.35759,-1.63145,-0.86811,1.91955,-0.28723
-7.74474,1.12073,-1.35723,-1.63175,-0.86805,1.91915,-0.28686
-7.74578,1.12125,-1.35687,-1.63204,-0.86799,1.91876,-0.28650
-7.74681,1.12177,-1.35652,-1.63233,-0.86794,1.91837,-0.28614
-7.74785,1.12227,-1.35617,-1.63261,-0.86788,1.91799,-0.28579
-7.74889,1.12277,-1.35583,-1.63289,-0.86783,1.91762,-0.28544
-7.74992,1.12326,-1.35550,-1.63317,-0.86777,1.91725,-0.28510
-7.75096,1.12374,-1.35517,-1.63344,-0.86772,1.91688,-0.28476
-7.75199,1.12421,-1.35485,-1.63371,-0.86766,1.91653,-0.28443
-7.75303,1.12468,-1.35453,-1.63397,-0.86761,1.91617,-0.28411
-7.75407,1.12513,-1.35422,-1.63423,-0.86756,1.91583,-0.28379
-7.75510,1.12559,-1.35392,-1.63448,-0.86751,1.91549,-0.28348
-7.75614,1.12603,-1.35362,-1.63473,-0.86746,1.91515,-0.28317
-7.75717,1.12646,-1.35332,-1.63497,-0.86740,1.91482,-0.28286
-7.75821,1.12689,-1.35303,-1.63522,-0.86735,1.91450,-0.28257
-7.75925,1.12703,-1.35294,-1.63529,-0.86734,1.91439,-0.28247
-7.76028,1.12754,-1.35259,-1.63558,-0.86729,1.91401,-0.28211
-7.76132,1.12805,-1.35225,-1.63585,-0.86723,1.91362,-0.28176
-7.76235,1.12854,-1.35192,-1.63613,-0.86718,1.91325,-0.28142
-7.76339,1.12903,-1.35159,-1.63640,-0.86713,1.91288,-0.28108
-7.76443,1.12951,-1.35126,-1.63667,-0.86708,1.91252,-0.28075
-7.76546,1.12998,-1.35095,-1.63693,-0.86702,1.91216,-0.28042
-7.76650,1.13045,-1.35063,-1.63719,-0.86697,1.91181,-0.28010
-7.76753,1.13091,-1.35033,-1.63744,-0.86692,1.91146,-0.27978
-7.76857,1.13136,-1.35002,-1.63769,-0.86687,1.91112,-0.27947
-7.76961,1.13180,-1.34973,-1.63793,-0.86683,1.91079,-0.27916
-7.77064,1.13224,-1.34944,-1.63817,-0.86678,1.91045,-0.27886
-7.77168,1.13259,-1.34920,-1.63837,-0.86674,1.91019,-0.27861
-7.77271,1.13312,-1.34883,-1.63868,-0.86668,1.90979,-0.27825
-7.77375,1.13363,-1.34848,-1.63898,-0.86662,1.90940,-0.27789
-7.77479,1.13415,-1.34812,-1.63928,-0.86656,1.90901,-0.27753
-7.77582,1.13465,-1.34778,-1.63957,-0.86650,1.90863,-0.27719
-7.77686,1.13514,-1.34744,-1.63986,-0.86644,1.90826,-0.27684
-7.77789,1.13563,-1.34710,-1.64014,-0.86639,1.90789,-0.27651
-7.77893,1.13611,-1.34678,-1.64042,-0.86633,1.90753,-0.27618
-7.77996,1.13658,-1.34645,-1.64069,-0.86627,1.90717,-0.27585
-7.78100,1.13704,-1.34614,-1.64096,-0.86622,1.90682,-0.27553
-7.78204,1.13749,-1.34583,-1.64122,-0.86616,1.90647,-0.27522
-7.78307,1.13794,-1.34552,-1.64148,-0.86611,1.90613,-0.27491
-7.78411,1.13838,-1.34522,-1.64174,-0.86606,1.90580,-0.27460
-7.78514,1.13882,-1.34492,-1.64199,-0.86601,1.90547,-0.27430
-7.78618,1.13913,-1.34471,-1.64217,-0.86597,1.90523,-0.27409
-7.78722,1.13966,-1.34435,-1.64247,-0.86591,1.90483,-0.27372
-7.78825,1.14018,-1.34400,-1.64276,-0.86586,1.90444,-0.27336
-7.78929,1.14070,-1.34365,-1.64305,-0.86580,1.90405,-0.27300
-7.79032,1.14120,-1.34331,-1.64334,-0.86575,1.90366,-0.27265
-7.79136,1.14170,-1.34297,-1.64362,-0.86569,1.90329,-0.27231
-7.79240,1.14219,-1.34264,-1.64390,-0.86564,1.90291,-0.27197
-7.79343,1.14267,-1.34231,-1.64417,-0.86559,1.90255,-0.27164
-7.79447,1.14315,-1.34200,-1.64443,-0.86554,1.90219,-0.27131
-7.79550,1.14361,-1.34168,-1.64470,-0.86549,1.90183,-0.27099
-7.79654,1.14407,-1.34137,-1.64496,-0.86544,1.90149,-0.27067
-7.79758,1.14452,-1.34107,-1.64521,-0.86539,1.90114,-0.27036
-7.79861,1.14497,-1.34077,-1.64546,-0.86534,1.90080,-0.27006
-7.79965,1.14541,-1.34048,-1.64571,-0.86529,1.90047,-0.26976
-7.80068,1.14567,-1.34030,-1.64586,-0.86526,1.90027,-0.26957
-7.80172,1.14619,-1.33994,-1.64616,-0.86520,1.89988,-0.26922
-7.80276,1.14670,-1.33960,-1.64646,-0.86514,1.89949,-0.26887
-7.80379,1.14720,-1.33925,-1.64675,-0.86508,1.89911,-0.26852
-7.80483,1.14769,-1.33891,-1.64704,-0.86502,1.89874,-0.26818
-7.80586,1.14817,-1.33858,-1.64733,-0.86497,1.89837,-0.26785
-7.80690,1.14865,-1.33826,-1.64760,-0.86491,1.89801,-0.26752
-7.80794,1.14912,-1.33794,-1.64788,-0.86485,1.89766,-0.26720
-7.80897,1.14958,-1.33762,-1.64815,-0.86480,1.89731,-0.26689
-7.81001,1.15003,-1.33731,-1.64842,-0.86475,1.89696,-0.26657
-7.81104,1.15048,-1.33701,-1.64868,-0.86469,1.89662,-0.26627
-7.81208,1.15092,-1.33671,-1.64893,-0.86464,1.89629,-0.26596
-7.81312,1.15136,-1.33641,-1.64919,-0.86459,1.89595,-0.26566
-7.81415,1.15186,-1.33607,-1.64948,-0.86453,1.89557,-0.26532
-7.81519,1.15236,-1.33574,-1.64976,-0.86448,1.89519,-0.26498
-7.81622,1.15285,-1.33541,-1.65004,-0.86443,1.89482,-0.26464
-7.81726,1.15333,-1.33508,-1.65031,-0.86437,1.89446,-0.26431
-7.81829,1.15380,-1.33477,-1.65058,-0.86432,1.89410,-0.26399
-7.81933,1.15426,-1.33445,-1.65085,-0.86427,1.89374,-0.26367
-7.82037,1.15472,-1.33415,-1.65111,-0.86422,1.89340,-0.26335
-7.82140,1.15517,-1.33385,-1.65136,-0.86417,1.89305,-0.26305
-7.82244,1.15561,-1.33355,-1.65161,-0.86412,1.89272,-0.26274
-7.82347,1.15605,-1.33326,-1.65186,-0.86407,1.89238,-0.26244
-7.82451,1.15610,-1.33322,-1.65189,-0.86407,1.89234,-0.26241
-7.82555,1.15662,-1.33287,-1.65220,-0.86401,1.89195,-0.26205
-7.82658,1.15713,-1.33252,-1.65250,-0.86395,1.89156,-0.26170
-7.82762,1.15764,-1.33217,-1.65280,-0.86389,1.89118,-0.26136
-7.82865,1.15813,-1.33183,-1.65309,-0.86383,1.89080,-0.26102
-7.82969,1.15862,-1.33150,-1.65337,-0.86378,1.89043,-0.26069
-7.83073,1.15910,-1.33118,-1.65366,-0.86372,1.89007,-0.26036
-7.83176,1.15957,-1.33086,-1.65393,-0.86367,1.88971,-0.26004
-7.83280,1.16003,-1.33054,-1.65421,-0.86361,1.88936,-0.25972
-7.83383,1.16049,-1.33023,-1.65448,-0.86356,1.88901,-0.25941
-7.83487,1.16094,-1.32993,-1.65474,-0.86351,1.88867,-0.25910
-7.83591,1.16138,-1.32963,-1.65500,-0.86345,1.88833,-0.25880
-7.83694,1.16182,-1.32932,-1.65526,-0.86340,1.88799,-0.25849
-7.83798,1.16236,-1.32894,-1.65560,-0.86333,1.88759,-0.25813
-7.83901,1.16288,-1.32857,-1.65593,-0.86326,1.88719,-0.25777
-7.84005,1.16339,-1.32821,-1.65626,-0.86319,1.88680,-0.25742
-7.84109,1.16390,-1.32785,-1.65658,-0.86313,1.88641,-0.25708
-7.84212,1.16440,-1.32750,-1.65690,-0.86306,1.88603,-0.25674
-7.84316,1.16489,-1.32715,-1.65721,-0.86299,1.88566,-0.25640
-7.84419,1.16537,-1.32681,-1.65752,-0.86293,1.88529,-0.25607
-7.84523,1.16584,-1.32648,-1.65782,-0.86286,1.88493,-0.25575
-7.84627,1.16631,-1.32615,-1.65812,-0.86280,1.88458,-0.25543
-7.84730,1.16677,-1.32582,-1.65841,-0.86274,1.88423,-0.25512
-7.84834,1.16722,-1.32551,-1.65870,-0.86268,1.88388,-0.25481
-7.84937,1.16767,-1.32519,-1.65898,-0.86262,1.88354,-0.25451
-7.85041,1.16811,-1.32489,-1.65926,-0.86256,1.88321,-0.25421
-7.85145,1.16855,-1.32458,-1.65953,-0.86250,1.88287,-0.25391
-7.85248,1.16905,-1.32423,-1.65984,-0.86244,1.88249,-0.25357
-7.85352,1.16955,-1.32389,-1.66014,-0.86238,1.88211,-0.25323
-7.85455,1.17004,-1.32356,-1.66043,-0.86232,1.88174,-0.25289
-7.85559,1.17052,-1.32323,-1.66073,-0.86226,1.88137,-0.25257
-7.85662,1.17099,-1.32290,-1.66101,-0.86220,1.88101,-0.25225
-7.85766,1.17146,-1.32258,-1.66129,-0.86215,1.88065,-0.25193
-7.85870,1.17192,-1.32227,-1.66157,-0.86209,1.88030,-0.25162
-7.85973,1.17237,-1.32196,-1.66184,-0.86204,1.87996,-0.25131
-7.86077,1.17281,-1.32166,-1.66211,-0.86198,1.87962,-0.25101
-7.86180,1.17325,-1.32136,-1.66237,-0.86193,1.87929,-0.25071
-7.86284,1.17330,-1.32132,-1.66241,-0.86192,1.87925,-0.25068
-7.86388,1.17380,-1.32097,-1.66272,-0.86186,1.87886,-0.25033
-7.86491,1.17430,-1.32063,-1.66303,-0.86180,1.87848,-0.24999
-7.86595,1.17479,-1.32029,-1.66333,-0.86174,1.87811,-0.24966
-7.86698,1.17527,-1.31995,-1.66363,-0.86168,1.87774,-0.24933
-7.86802,1.17575,-1.31963,-1.66392,-0.86162,1.87738,-0.24901
-7.86906,1.17622,-1.31930,-1.66421,-0.86156,1.87702,-0.24870
-7.87009,1.17668,-1.31899,-1.66449,-0.86150,1.87667,-0.24838
-7.87113,1.17713,-1.31867,-1.66477,-0.86144,1.87632,-0.24808
-7.87216,1.17757,-1.31837,-1.66505,-0.86139,1.87598,-0.24777
-7.87320,1.17801,-1.31807,-1.66532,-0.86133,1.87565,-0.24748
-7.87424,1.17815,-1.31797,-1.66540,-0.86131,1.87554,-0.24738
-7.87527,1.17865,-1.31761,-1.66574,-0.86124,1.87516,-0.24704
-7.87631,1.17914,-1.31725,-1.66607,-0.86117,1.87478,-0.24671
-7.87734,1.17963,-1.31691,-1.66639,-0.86110,1.87441,-0.24638
-7.87838,1.18011,-1.31656,-1.66671,-0.86103,1.87405,-0.24606
-7.87942,1.18058,-1.31622,-1.66702,-0.86096,1.87369,-0.24574
-7.88045,1.18104,-1.31589,-1.66733,-0.86089,1.87333,-0.24542
-7.88149,1.18150,-1.31557,-1.66764,-0.86083,1.87299,-0.24512
-7.88252,1.18195,-1.31525,-1.66794,-0.86076,1.87264,-0.24481
-7.88356,1.18239,-1.31493,-1.66823,-0.86070,1.87231,-0.24451
-7.88460,1.18282,-1.31462,-1.66852,-0.86063,1.87197,-0.24422
-7.88563,1.18309,-1.31443,-1.66869,-0.86059,1.87177,-0.24404
-7.88667,1.18359,-1.31407,-1.66903,-0.86052,1.87139,-0.24370
-7.88770,1.18408,-1.31372,-1.66936,-0.86045,1.87101,-0.24337
-7.88874,1.18457,-1.31337,-1.66968,-0.86038,1.87064,-0.24304
-7.88978,1.18505,-1.31303,-1.67000,-0.86031,1.87027,-0.24272
-7.89081,1.18552,-1.31269,-1.67031,-0.86024,1.86991,-0.24240
-7.89185,1.18598,-1.31236,-1.67062,-0.86018,1.86956,-0.24208
-7.89288,1.18643,-1.31204,-1.67092,-0.86011,1.86921,-0.24178
-7.89392,1.18688,-1.31172,-1.67122,-0.86005,1.86887,-0.24147
-7.89495,1.18732,-1.31140,-1.67152,-0.85998,1.86853,-0.24118
-7.89599,1.18776,-1.31109,-1.67180,-0.85992,1.86820,-0.24088
-7.89703,1.18789,-1.31100,-1.67190,-0.85990,1.86810,-0.24079
-7.89806,1.18836,-1.31065,-1.67223,-0.85982,1.86774,-0.24048
-7.89910,1.18881,-1.31031,-1.67257,-0.85974,1.86739,-0.24017
-7.90013,1.18927,-1.30997,-1.67289,-0.85966,1.86704,-0.23986
-7.90117,1.18971,-1.30964,-1.67322,-0.85959,1.86670,-0.23956
-7.90221,1.19015,-1.30931,-1.67353,-0.85952,1.86637,-0.23927
-7.90324,1.19058,-1.30899,-1.67384,-0.85944,1.86604,-0.23898
-7.90428,1.19096,-1.30870,-1.67413,-0.85937,1.86574,-0.23872
-7.90531,1.19144,-1.30834,-1.67449,-0.85929,1.86538,-0.23840
-7.90635,1.19191,-1.30798,-1.67485,-0.85920,1.86502,-0.23808
-7.90739,1.19237,-1.30762,-1.67520,-0.85911,1.86467,-0.23777
-7.90842,1.19282,-1.30728,-1.67555,-0.85903,1.86432,-0.23747
-7.90946,1.19327,-1.30693,-1.67589,-0.85895,1.86398,-0.23717
-7.91049,1.19371,-1.30660,-1.67623,-0.85887,1.86364,-0.23687
-7.91153,1.19414,-1.30627,-1.67656,-0.85879,1.86331,-0.23658
-7.91257,1.19456,-1.30594,-1.67688,-0.85871,1.86299,-0.23629
-7.91360,1.19495,-1.30565,-1.67718,-0.85863,1.86269,-0.23603
-7.91464,1.19542,-1.30528,-1.67755,-0.85854,1.86233,-0.23572
-7.91567,1.19588,-1.30491,-1.67792,-0.85845,1.86198,-0.23541
-7.91671,1.19634,-1.30455,-1.67829,-0.85836,1.86163,-0.23510
-7.91775,1.19678,-1.30420,-1.67865,-0.85827,1.86128,-0.23480
-7.91878,1.19723,-1.30385,-1.67900,-0.85818,1.86094,-0.23450
-7.91982,1.19766,-1.30351,-1.67935,-0.85809,1.86061,-0.23421
-7.92085,1.19809,-1.30318,-1.67969,-0.85801,1.86028,-0.23392
-7.92189,1.19851,-1.30285,-1.68003,-0.85792,1.85996,-0.23364
-7.92293,1.19893,-1.30252,-1.68037,-0.85783,1.85964,-0.23335
-7.92396,1.19939,-1.30212,-1.68079,-0.85772,1.85929,-0.23305
-7.92500,1.19984,-1.30174,-1.68120,-0.85761,1.85894,-0.23274
-7.92603,1.20028,-1.30136,-1.68161,-0.85750,1.85860,-0.23245
-7.92707,1.20072,-1.30099,-1.68201,-0.85739,1.85826,-0.23215
-7.92811,1.20115,-1.30062,-1.68241,-0.85728,1.85793,-0.23186
-7.92914,1.20157,-1.30026,-1.68279,-0.85718,1.85761,-0.23158
-7.93018,1.20199,-1.29991,-1.68318,-0.85707,1.85729,-0.23130
-7.93121,1.20240,-1.29956,-1.68355,-0.85697,1.85697,-0.23102
-7.93225,1.20280,-1.29922,-1.68392,-0.85687,1.85666,-0.23075
-7.93328,1.20320,-1.29888,-1.68428,-0.85677,1.85636,-0.23048
-7.93432,1.20324,-1.29885,-1.68432,-0.85676,1.85632,-0.23046
-7.93536,1.20366,-1.29848,-1.68473,-0.85664,1.85601,-0.23018
-7.93639,1.20407,-1.29812,-1.68513,-0.85653,1.85569,-0.22990
-7.93743,1.20447,-1.29777,-1.68552,-0.85642,1.85538,-0.22963
-7.93846,1.20487,-1.29742,-1.68590,-0.85631,1.85508,-0.22936
-7.93950,1.20526,-1.29708,-1.68628,-0.85620,1.85477,-0.22910
-7.94054,1.20538,-1.29697,-1.68640,-0.85617,1.85468,-0.22902
-7.94157,1.20579,-1.29661,-1.68680,-0.85606,1.85437,-0.22875
-7.94261,1.20620,-1.29625,-1.68719,-0.85595,1.85405,-0.22847
-7.94364,1.20660,-1.29590,-1.68758,-0.85584,1.85375,-0.22820
-7.94468,1.20699,-1.29556,-1.68796,-0.85573,1.85344,-0.22794
-7.94572,1.20726,-1.29532,-1.68823,-0.85566,1.85323,-0.22776
-7.94675,1.20766,-1.29497,-1.68861,-0.85555,1.85293,-0.22749
-7.94779,1.20806,-1.29463,-1.68898,-0.85545,1.85262,-0.22723
-7.94882,1.20810,-1.29460,-1.68902,-0.85544,1.85259,-0.22720
-7.94986,1.20850,-1.29425,-1.68941,-0.85533,1.85229,-0.22693
-7.95090,1.20889,-1.29390,-1.68979,-0.85522,1.85198,-0.22667
-7.95193,1.20916,-1.29366,-1.69006,-0.85514,1.85177,-0.22648
-7.95297,1.20956,-1.29331,-1.69045,-0.85503,1.85147,-0.22622
-7.95400,1.20995,-1.29296,-1.69084,-0.85492,1.85117,-0.22596
-7.95504,1.21026,-1.29269,-1.69115,-0.85483,1.85093,-0.22575
-7.95608,1.21065,-1.29233,-1.69155,-0.85471,1.85063,-0.22549
-7.95711,1.21103,-1.29198,-1.69195,-0.85460,1.85033,-0.22523
-7.95815,1.21134,-1.29170,-1.69226,-0.85451,1.85010,-0.22503
-7.95918,1.21173,-1.29135,-1.69267,-0.85439,1.84980,-0.22477
-7.96022,1.21211,-1.29099,-1.69307,-0.85427,1.84950,-0.22451
-7.96126,1.21241,-1.29072,-1.69339,-0.85418,1.84927,-0.22431
-7.96229,1.21274,-1.29040,-1.69376,-0.85407,1.84902,-0.22409
-7.96333,1.21306,-1.29008,-1.69413,-0.85395,1.84877,-0.22387
-7.96436,1.21337,-1.28976,-1.69452,-0.85383,1.84853,-0.22366
-7.96540,1.21371,-1.28941,-1.69496,-0.85369,1.84827,-0.22343
-7.96644,1.21374,-1.28937,-1.69501,-0.85367,1.84824,-0.22341
-7.96747,1.21407,-1.28900,-1.69547,-0.85352,1.84799,-0.22319
-7.96851,1.21439,-1.28864,-1.69593,-0.85337,1.84774,-0.22298
-7.96954,1.21442,-1.28860,-1.69598,-0.85335,1.84772,-0.22296
-7.97058,1.21473,-1.28823,-1.69646,-0.85319,1.84748,-0.22275
-7.97162,1.21503,-1.28786,-1.69694,-0.85303,1.84725,-0.22255
-7.97265,1.21512,-1.28775,-1.69708,-0.85298,1.84718,-0.22249
-7.97369,1.21541,-1.28738,-1.69758,-0.85280,1.84695,-0.22230
-7.97472,1.21569,-1.28701,-1.69807,-0.85263,1.84673,-0.22211
-7.97576,1.21580,-1.28686,-1.69827,-0.85256,1.84665,-0.22203
-7.97679,1.21598,-1.28654,-1.69874,-0.85238,1.84651,-0.22191
-7.97783,1.21594,-1.28641,-1.69901,-0.85225,1.84654,-0.22194
-7.97887,1.21580,-1.28617,-1.69954,-0.85199,1.84663,-0.22202
-7.97990,1.21573,-1.28608,-1.69974,-0.85189,1.84668,-0.22206
-7.98094,1.21543,-1.28593,-1.70021,-0.85162,1.84691,-0.22226
-7.98197,1.21512,-1.28579,-1.70067,-0.85136,1.84713,-0.22246
-7.98301,1.21483,-1.28565,-1.70112,-0.85110,1.84734,-0.22265
-7.98405,1.21454,-1.28551,-1.70156,-0.85085,1.84756,-0.22284
-7.98508,1.21425,-1.28538,-1.70199,-0.85060,1.84777,-0.22302
-7.98612,1.21404,-1.28529,-1.70228,-0.85043,1.84792,-0.22316
-7.98715,1.21365,-1.28523,-1.70266,-0.85019,1.84821,-0.22341
-7.98819,1.21326,-1.28517,-1.70302,-0.84995,1.84850,-0.22367
-7.98923,1.21287,-1.28511,-1.70338,-0.84972,1.84879,-0.22392
-7.99026,1.21249,-1.28506,-1.70374,-0.84949,1.84906,-0.22416
-7.99130,1.21212,-1.28500,-1.70408,-0.84926,1.84934,-0.22440
-7.99233,1.21176,-1.28495,-1.70442,-0.84904,1.84961,-0.22464
-7.99337,1.21161,-1.28493,-1.70455,-0.84895,1.84972,-0.22474
-7.99441,1.21115,-1.28494,-1.70484,-0.84873,1.85006,-0.22504
-7.99544,1.21070,-1.28495,-1.70513,-0.84852,1.85040,-0.22533
-7.99648,1.21025,-1.28495,-1.70541,-0.84831,1.85073,-0.22562
-7.99751,1.20982,-1.28496,-1.70568,-0.84810,1.85105,-0.22591
-7.99855,1.20939,-1.28497,-1.70595,-0.84790,1.85137,-0.22619
-7.99959,1.20897,-1.28498,-1.70622,-0.84770,1.85169,-0.22646
-8.00062,1.20856,-1.28499,-1.70648,-0.84751,1.85199,-0.22673
-8.00166,1.20838,-1.28500,-1.70657,-0.84743,1.85213,-0.22685
-8.00269,1.20782,-1.28510,-1.70676,-0.84724,1.85254,-0.22722
-8.00373,1.20727,-1.28520,-1.70695,-0.84705,1.85295,-0.22758
-8.00477,1.20673,-1.28530,-1.70713,-0.84686,1.85336,-0.22793
-8.00580,1.20620,-1.28539,-1.70731,-0.84668,1.85375,-0.22828
-8.00684,1.20568,-1.28549,-1.70749,-0.84650,1.85414,-0.22862
-8.00787,1.20517,-1.28558,-1.70766,-0.84633,1.85452,-0.22895
-8.00891,1.20467,-1.28567,-1.70783,-0.84616,1.85490,-0.22929
-8.00995,1.20418,-1.28576,-1.70800,-0.84599,1.85527,-0.22961
-8.01098,1.20369,-1.28585,-1.70816,-0.84582,1.85563,-0.22993
-8.01202,1.20321,-1.28594,-1.70832,-0.84566,1.85599,-0.23024
-8.01305,1.20274,-1.28603,-1.70847,-0.84550,1.85634,-0.23055
-8.01409,1.20228,-1.28612,-1.70863,-0.84534,1.85669,-0.23086
-8.01512,1.20182,-1.28621,-1.70877,-0.84519,1.85704,-0.23116
-8.01616,1.20127,-1.28635,-1.70888,-0.84504,1.85745,-0.23153
-8.01720,1.20073,-1.28649,-1.70898,-0.84489,1.85785,-0.23188
-8.01823,1.20020,-1.28663,-1.70908,-0.84475,1.85825,-0.23223
-8.01927,1.19968,-1.28677,-1.70918,-0.84460,1.85864,-0.23257
-8.02030,1.19917,-1.28691,-1.70927,-0.84446,1.85903,-0.23291
-8.02134,1.19867,-1.28704,-1.70937,-0.84432,1.85940,-0.23325
-8.02238,1.19817,-1.28718,-1.70946,-0.84419,1.85978,-0.23357
-8.02341,1.19769,-1.28731,-1.70955,-0.84406,1.86014,-0.23389
-8.02445,1.19721,-1.28744,-1.70964,-0.84393,1.86050,-0.23421
-8.02548,1.19672,-1.28757,-1.70971,-0.84380,1.86087,-0.23453
-8.02652,1.19611,-1.28779,-1.70974,-0.84368,1.86133,-0.23494
-8.02756,1.19551,-1.28800,-1.70975,-0.84355,1.86178,-0.23534
-8.02859,1.19491,-1.28821,-1.70977,-0.84343,1.86223,-0.23573
-8.02963,1.19433,-1.28842,-1.70979,-0.84332,1.86267,-0.23612
-8.03066,1.19376,-1.28862,-1.70981,-0.84320,1.86310,-0.23650
-8.03170,1.19319,-1.28882,-1.70982,-0.84309,1.86352,-0.23687
-8.03274,1.19264,-1.28902,-1.70984,-0.84298,1.86394,-0.23724
-8.03377,1.19209,-1.28922,-1.70985,-0.84287,1.86435,-0.23760
-8.03481,1.19156,-1.28941,-1.70986,-0.84276,1.86476,-0.23796
-8.03584,1.19103,-1.28960,-1.70988,-0.84266,1.86515,-0.23831
-8.03688,1.19052,-1.28978,-1.70989,-0.84256,1.86554,-0.23866
-8.03792,1.19001,-1.28996,-1.70990,-0.84246,1.86593,-0.23899
-8.03895,1.18951,-1.29014,-1.70991,-0.84236,1.86630,-0.23933
-8.03999,1.18902,-1.29032,-1.70992,-0.84226,1.86667,-0.23965
-8.04102,1.18853,-1.29050,-1.70993,-0.84217,1.86704,-0.23998
-8.04206,1.18829,-1.29059,-1.70993,-0.84212,1.86722,-0.24014
-8.04310,1.18773,-1.29081,-1.70990,-0.84203,1.86764,-0.24051
-8.04413,1.18719,-1.29103,-1.70987,-0.84195,1.86805,-0.24087
-8.04517,1.18665,-1.29124,-1.70984,-0.84186,1.86846,-0.24123
-8.04620,1.18612,-1.29145,-1.70981,-0.84177,1.86886,-0.24158
-8.04724,1.18561,-1.29166,-1.70979,-0.84169,1.86925,-0.24193
-8.04828,1.18510,-1.29187,-1.70976,-0.84161,1.86963,-0.24227
-8.04931,1.18460,-1.29207,-1.70973,-0.84153,1.87001,-0.24261
-8.05035,1.18410,-1.29227,-1.70970,-0.84145,1.87038,-0.24293
-8.05138,1.18362,-1.29246,-1.70967,-0.84138,1.87075,-0.24326
-8.05242,1.18335,-1.29258,-1.70965,-0.84134,1.87095,-0.24344
-8.05345,1.18262,-1.29293,-1.70950,-0.84127,1.87151,-0.24393
-8.05449,1.18189,-1.29328,-1.70936,-0.84120,1.87206,-0.24442
-8.05553,1.18118,-1.29363,-1.70922,-0.84113,1.87259,-0.24489
-8.05656,1.18047,-1.29397,-1.70908,-0.84106,1.87312,-0.24537
-8.05760,1.17978,-1.29430,-1.70895,-0.84099,1.87364,-0.24583
-8.05863,1.17911,-1.29463,-1.70881,-0.84093,1.87416,-0.24628
-8.05967,1.17844,-1.29496,-1.70868,-0.84087,1.87466,-0.24673
-8.06071,1.17779,-1.29528,-1.70855,-0.84081,1.87515,-0.24717
-8.06174,1.17714,-1.29559,-1.70842,-0.84075,1.87564,-0.24760
-8.06278,1.17651,-1.29590,-1.70829,-0.84069,1.87612,-0.24803
-8.06381,1.17589,-1.29620,-1.70816,-0.84064,1.87659,-0.24844
-8.06485,1.17528,-1.29650,-1.70803,-0.84058,1.87705,-0.24886
-8.06589,1.17468,-1.29679,-1.70791,-0.84053,1.87750,-0.24926
-8.06692,1.17409,-1.29708,-1.70778,-0.84048,1.87795,-0.24966
-8.06796,1.17350,-1.29737,-1.70766,-0.84043,1.87839,-0.25005
-8.06899,1.17293,-1.29765,-1.70754,-0.84038,1.87882,-0.25043
-8.07003,1.17237,-1.29792,-1.70742,-0.84034,1.87924,-0.25081
-8.07107,1.17182,-1.29820,-1.70730,-0.84029,1.87966,-0.25118
-8.07210,1.17128,-1.29846,-1.70719,-0.84025,1.88007,-0.25155
-8.07314,1.17075,-1.29873,-1.70707,-0.84020,1.88048,-0.25191
-8.07417,1.17023,-1.29898,-1.70696,-0.84016,1.88087,-0.25226
-8.07521,1.16971,-1.29924,-1.70685,-0.84012,1.88126,-0.25261
-8.07625,1.16920,-1.29949,-1.70674,-0.84008,1.88165,-0.25295
-8.07728,1.16871,-1.29974,-1.70663,-0.84004,1.88202,-0.25329
-8.07832,1.16822,-1.29998,-1.70652,-0.84001,1.88239,-0.25362
-8.07935,1.16774,-1.30022,-1.70641,-0.83997,1.88276,-0.25394
-8.08039,1.16730,-1.30044,-1.70631,-0.83994,1.88309,-0.25424
-8.08143,1.16667,-1.30077,-1.70613,-0.83991,1.88357,-0.25467
-8.08246,1.16605,-1.30110,-1.70595,-0.83988,1.88404,-0.25509
-8.08350,1.16544,-1.30143,-1.70578,-0.83985,1.88450,-0.25550
-8.08453,1.16484,-1.30175,-1.70561,-0.83982,1.88495,-0.25590
-8.08557,1.16425,-1.30206,-1.70544,-0.83979,1.88539,-0.25630
-8.08661,1.16368,-1.30237,-1.70527,-0.83976,1.88583,-0.25669
-8.08764,1.16311,-1.30268,-1.70511,-0.83974,1.88626,-0.25708
-8.08868,1.16255,-1.30298,-1.70495,-0.83972,1.88668,-0.25746
-8.08971,1.16200,-1.30327,-1.70479,-0.83969,1.88710,-0.25783
-8.09075,1.16146,-1.30356,-1.70463,-0.83967,1.88751,-0.25819
-8.09178,1.16093,-1.30385,-1.70447,-0.83965,1.88791,-0.25855
-8.09282,1.16041,-1.30413,-1.70432,-0.83963,1.88830,-0.25891
-8.09386,1.15990,-1.30440,-1.70417,-0.83961,1.88869,-0.25926
-8.09489,1.15940,-1.30468,-1.70402,-0.83959,1.88907,-0.25960
-8.09593,1.15890,-1.30494,-1.70387,-0.83957,1.88945,-0.25994
-8.09696,1.15842,-1.30521,-1.70372,-0.83955,1.88982,-0.26027
-8.09800,1.15794,-1.30546,-1.70358,-0.83954,1.89018,-0.26059
-8.09904,1.15747,-1.30572,-1.70344,-0.83952,1.89054,-0.26091
-8.10007,1.15722,-1.30585,-1.70336,-0.83951,1.89073,-0.26108
-8.10111,1.15662,-1.30620,-1.70315,-0.83950,1.89118,-0.26149
-8.10214,1.15602,-1.30653,-1.70295,-0.83949,1.89163,-0.26190
-8.10318,1.15544,-1.30687,-1.70275,-0.83948,1.89207,-0.26230
-8.10422,1.15486,-1.30719,-1.70255,-0.83947,1.89251,-0.26269
-8.10525,1.15430,-1.30752,-1.70236,-0.83946,1.89294,-0.26307
-8.10629,1.15375,-1.30783,-1.70216,-0.83945,1.89336,-0.26345
-8.10732,1.15320,-1.30814,-1.70197,-0.83944,1.89377,-0.26382
-8.10836,1.15266,-1.30845,-1.70179,-0.83944,1.89417,-0.26419
-8.10940,1.15214,-1.30875,-1.70160,-0.83943,1.89457,-0.26455
-8.11043,1.15162,-1.30905,-1.70142,-0.83943,1.89497,-0.26490
-8.11147,1.15111,-1.30934,-1.70124,-0.83942,1.89535,-0.26525
-8.11250,1.15061,-1.30962,-1.70106,-0.83942,1.89573,-0.26559
-8.11354,1.15012,-1.30990,-1.70089,-0.83941,1.89610,-0.26593
-8.11458,1.14964,-1.31018,-1.70072,-0.83941,1.89647,-0.26626
-8.11561,1.14916,-1.31045,-1.70055,-0.83941,1.89683,-0.26658
-8.11665,1.14869,-1.31072,-1.70038,-0.83941,1.89718,-0.26690
-8.11768,1.14827,-1.31097,-1.70022,-0.83941,1.89751,-0.26720
-8.11872,1.14767,-1.31133,-1.69997,-0.83942,1.89796,-0.26760
-8.11976,1.14709,-1.31169,-1.69973,-0.83943,1.89840,-0.26800
-8.12079,1.14652,-1.31204,-1.69949,-0.83944,1.89883,-0.26839
-8.12183,1.14596,-1.31239,-1.69925,-0.83945,1.89926,-0.26878
-8.12286,1.14540,-1.31273,-1.69901,-0.83946,1.89967,-0.26916
-8.12390,1.14486,-1.31306,-1.69878,-0.83947,1.90009,-0.26953
-8.12494,1.14433,-1.31339,-1.69856,-0.83949,1.90049,-0.26990
-8.12597,1.14380,-1.31372,-1.69833,-0.83950,1.90089,-0.27026
-8.12701,1.14329,-1.31403,-1.69811,-0.83952,1.90128,-0.27061
-8.12804,1.14278,-1.31435,-1.69789,-0.83953,1.90166,-0.27096
-8.12908,1.14228,-1.31466,-1.69768,-0.83954,1.90204,-0.27130
-8.13011,1.14179,-1.31496,-1.69746,-0.83956,1.90241,-0.27164
-8.13115,1.14131,-1.31526,-1.69726,-0.83957,1.90278,-0.27197
-8.13219,1.14083,-1.31555,-1.69705,-0.83959,1.90314,-0.27230
-8.13322,1.14037,-1.31584,-1.69685,-0.83960,1.90349,-0.27262
-8.13426,1.13991,-1.31612,-1.69665,-0.83962,1.90384,-0.27293
-8.13529,1.13945,-1.31640,-1.69645,-0.83964,1.90418,-0.27325
-8.13633,1.13891,-1.31674,-1.69621,-0.83966,1.90459,-0.27362
-8.13737,1.13839,-1.31708,-1.69597,-0.83967,1.90499,-0.27398
-8.13840,1.13787,-1.31740,-1.69574,-0.83969,1.90538,-0.27434
-8.13944,1.13736,-1.31772,-1.69551,-0.83971,1.90577,-0.27469
-8.14047,1.13685,-1.31804,-1.69528,-0.83973,1.90615,-0.27504
-8.14151,1.13636,-1.31835,-1.69506,-0.83975,1.90653,-0.27538
-8.14255,1.13588,-1.31866,-1.69484,-0.83978,1.90689,-0.27571
-8.14358,1.13540,-1.31896,-1.69462,-0.83980,1.90725,-0.27604
-8.14462,1.13493,-1.31926,-1.69440,-0.83982,1.90761,-0.27637
-8.14565,1.13447,-1.31955,-1.69419,-0.83984,1.90796,-0.27668
-8.14669,1.13402,-1.31983,-1.69399,-0.83986,1.90830,-0.27700
-8.14773,1.13360,-1.32010,-1.69379,-0.83988,1.90862,-0.27728
-8.14876,1.13303,-1.32048,-1.69350,-0.83991,1.90905,-0.27768
-8.14980,1.13246,-1.32086,-1.69322,-0.83995,1.90948,-0.27807
-8.15083,1.13190,-1.32122,-1.69294,-0.83998,1.90990,-0.27846
-8.15187,1.13136,-1.32159,-1.69266,-0.84002,1.91031,-0.27884
-8.15291,1.13082,-1.32194,-1.69239,-0.84005,1.91072,-0.27921
-8.15394,1.13029,-1.32230,-1.69212,-0.84009,1.91112,-0.27957
-8.15498,1.12977,-1.32264,-1.69186,-0.84012,1.91151,-0.27993
-8.15601,1.12926,-1.32298,-1.69160,-0.84016,1.91190,-0.28029
-8.15705,1.12876,-1.32332,-1.69134,-0.84019,1.91228,-0.28063
-8.15809,1.12826,-1.32364,-1.69109,-0.84022,1.91265,-0.28098
-8.15912,1.12778,-1.32397,-1.69084,-0.84026,1.91302,-0.28131
-8.16016,1.12730,-1.32429,-1.69060,-0.84029,1.91338,-0.28164
-8.16119,1.12683,-1.32460,-1.69036,-0.84033,1.91373,-0.28197
-8.16223,1.12637,-1.32490,-1.69012,-0.84036,1.91408,-0.28229
-8.16327,1.12592,-1.32521,-1.68988,-0.84040,1.91442,-0.28260
-8.16430,1.12548,-1.32550,-1.68965,-0.84043,1.91476,-0.28291
-8.16534,1.12504,-1.32580,-1.68942,-0.84047,1.91509,-0.28321
-8.16637,1.12498,-1.32584,-1.68939,-0.84047,1.91513,-0.28325
-8.16741,1.12442,-1.32623,-1.68908,-0.84052,1.91556,-0.28365
-8.16845,1.12386,-1.32661,-1.68877,-0.84057,1.91598,-0.28403
-8.16948,1.12332,-1.32699,-1.68847,-0.84062,1.91639,-0.28441
-8.17052,1.12278,-1.32736,-1.68817,-0.84066,1.91680,-0.28478
-8.17155,1.12225,-1.32773,-1.68788,-0.84071,1.91719,-0.28515
-8.17259,1.12173,-1.32809,-1.68759,-0.84076,1.91759,-0.28551
-8.17362,1.12122,-1.32845,-1.68731,-0.84081,1.91797,-0.28587
-8.17466,1.12072,-1.32879,-1.68703,-0.84085,1.91835,-0.28622
-8.17570,1.12023,-1.32914,-1.68675,-0.84090,1.91872,-0.28656
-8.17673,1.11974,-1.32947,-1.68648,-0.84095,1.91909,-0.28690
-8.17777,1.11927,-1.32981,-1.68621,-0.84099,1.91945,-0.28723
-8.17880,1.11880,-1.33013,-1.68594,-0.84104,1.91980,-0.28755
-8.17984,1.11834,-1.33045,-1.68568,-0.84109,1.92015,-0.28787
-8.18088,1.11789,-1.33077,-1.68543,-0.84113,1.92049,-0.28819
-8.18191,1.11745,-1.33108,-1.68518,-0.84118,1.92082,-0.28850
-8.18295,1.11701,-1.33138,-1.68493,-0.84122,1.92115,-0.28880
-8.18398,1.11658,-1.33168,-1.68468,-0.84127,1.92148,-0.28910
-8.18502,1.11650,-1.33174,-1.68464,-0.84127,1.92154,-0.28916
-8.18606,1.11571,-1.33230,-1.68419,-0.84134,1.92213,-0.28971
-8.18709,1.11494,-1.33285,-1.68374,-0.84141,1.92271,-0.29025
-8.18813,1.11417,-1.33340,-1.68331,-0.84148,1.92328,-0.29078
-8.18916,1.11342,-1.33393,-1.68288,-0.84155,1.92385,-0.29130
-8.19020,1.11269,-1.33446,-1.68245,-0.84162,1.92440,-0.29181
-8.19124,1.11196,-1.33498,-1.68204,-0.84169,1.92494,-0.29232
-8.19227,1.11125,-1.33549,-1.68163,-0.84176,1.92547,-0.29281
-8.19331,1.11056,-1.33599,-1.68122,-0.84183,1.92600,-0.29330
-8.19434,1.10987,-1.33648,-1.68082,-0.84190,1.92651,-0.29378
-8.19538,1.10920,-1.33696,-1.68043,-0.84197,1.92702,-0.29425
-8.19642,1.10853,-1.33744,-1.68004,-0.84203,1.92752,-0.29471
-8.19745,1.10788,-1.33791,-1.67966,-0.84210,1.92801,-0.29517
-8.19849,1.10724,-1.33837,-1.67928,-0.84217,1.92849,-0.29562
-8.19952,1.10662,-1.33882,-1.67891,-0.84224,1.92896,-0.29606
-8.20056,1.10600,-1.33926,-1.67854,-0.84231,1.92942,-0.29649
-8.20160,1.10539,-1.33970,-1.67818,-0.84237,1.92988,-0.29691
-8.20263,1.10480,-1.34013,-1.67783,-0.84244,1.93033,-0.29733
-8.20367,1.10421,-1.34056,-1.67748,-0.84251,1.93077,-0.29774
-8.20470,1.10363,-1.34097,-1.67713,-0.84257,1.93120,-0.29815
-8.20574,1.10307,-1.34138,-1.67680,-0.84264,1.93163,-0.29854
-8.20678,1.10251,-1.34178,-1.67646,-0.84270,1.93204,-0.29893
-8.20781,1.10197,-1.34218,-1.67613,-0.84277,1.93245,-0.29932
-8.20885,1.10143,-1.34257,-1.67581,-0.84283,1.93286,-0.29970
-8.20988,1.10090,-1.34295,-1.67549,-0.84290,1.93326,-0.30007
-8.21092,1.10039,-1.34333,-1.67517,-0.84296,1.93365,-0.30043
-8.21195,1.09988,-1.34370,-1.67486,-0.84303,1.93403,-0.30079
-8.21299,1.09938,-1.34406,-1.67456,-0.84309,1.93441,-0.30115
-8.21403,1.09888,-1.34442,-1.67426,-0.84315,1.93478,-0.30149
-8.21506,1.09840,-1.34477,-1.67396,-0.84322,1.93514,-0.30183
-8.21610,1.09793,-1.34512,-1.67367,-0.84328,1.93550,-0.30217
-8.21713,1.09746,-1.34546,-1.67338,-0.84334,1.93585,-0.30250
-8.21817,1.09700,-1.34579,-1.67310,-0.84340,1.93620,-0.30282
-8.21921,1.09655,-1.34612,-1.67282,-0.84346,1.93654,-0.30314
-8.22024,1.09611,-1.34644,-1.67255,-0.84353,1.93687,-0.30346
-8.22128,1.09567,-1.34676,-1.67228,-0.84359,1.93720,-0.30376
-8.22231,1.09524,-1.34707,-1.67201,-0.84365,1.93752,-0.30407
-8.22335,1.09482,-1.34738,-1.67175,-0.84370,1.93784,-0.30437
-8.22439,1.09456,-1.34757,-1.67158,-0.84374,1.93804,-0.30455
-8.22542,1.09400,-1.34799,-1.67123,-0.84382,1.93846,-0.30494
-8.22646,1.09346,-1.34840,-1.67088,-0.84389,1.93887,-0.30533
-8.22749,1.09292,-1.34880,-1.67053,-0.84397,1.93927,-0.30571
-8.22853,1.09239,-1.34920,-1.67019,-0.84404,1.93967,-0.30608
-8.22957,1.09188,-1.34959,-1.66986,-0.84412,1.94006,-0.30645
-8.23060,1.09137,-1.34997,-1.66953,-0.84419,1.94044,-0.30681
-8.23164,1.09087,-1.35035,-1.66920,-0.84426,1.94082,-0.30717
-8.23267,1.09037,-1.35072,-1.66888,-0.84434,1.94119,-0.30751
-8.23371,1.08989,-1.35108,-1.66857,-0.84441,1.94155,-0.30786
-8.23475,1.08942,-1.35144,-1.66826,-0.84448,1.94191,-0.30819
-8.23578,1.08895,-1.35179,-1.66795,-0.84455,1.94226,-0.30853
-8.23682,1.08849,-1.35214,-1.66765,-0.84462,1.94260,-0.30885
-8.23785,1.08804,-1.35248,-1.66735,-0.84469,1.94294,-0.30917
-8.23889,1.08760,-1.35281,-1.66706,-0.84476,1.94328,-0.30949
-8.23993,1.08716,-1.35314,-1.66678,-0.84483,1.94360,-0.30980
-8.24096,1.08673,-1.35347,-1.66649,-0.84489,1.94393,-0.31010
-8.24200,1.08631,-1.35378,-1.66621,-0.84496,1.94424,-0.31040
-8.24303,1.08590,-1.35410,-1.66594,-0.84503,1.94455,-0.31070
-8.24407,1.08559,-1.35433,-1.66573,-0.84508,1.94479,-0.31092
-8.24511,1.08494,-1.35483,-1.66531,-0.84517,1.94527,-0.31138
-8.24614,1.08430,-1.35532,-1.66489,-0.84526,1.94575,-0.31183
-8.24718,1.08367,-1.35581,-1.66447,-0.84535,1.94622,-0.31228
-8.24821,1.08305,-1.35628,-1.66406,-0.84544,1.94668,-0.31272
-8.24925,1.08244,-1.35675,-1.66366,-0.84553,1.94714,-0.31315
-8.25028,1.08185,-1.35721,-1.66327,-0.84562,1.94758,-0.31357
-8.25132,1.08126,-1.35766,-1.66288,-0.84571,1.94802,-0.31399
-8.25236,1.08069,-1.35810,-1.66249,-0.84579,1.94845,-0.31440
-8.25339,1.08012,-1.35854,-1.66211,-0.84588,1.94888,-0.31480
-8.25443,1.07957,-1.35897,-1.66174,-0.84597,1.94929,-0.31520
-8.25546,1.07902,-1.35939,-1.66137,-0.84605,1.94970,-0.31559
-8.25650,1.07848,-1.35981,-1.66101,-0.84614,1.95010,-0.31597
-8.25754,1.07796,-1.36021,-1.66065,-0.84622,1.95050,-0.31635
-8.25857,1.07744,-1.36061,-1.66030,-0.84630,1.95089,-0.31672
-8.25961,1.07693,-1.36101,-1.65996,-0.84639,1.95127,-0.31708
-8.26064,1.07643,-1.36140,-1.65962,-0.84647,1.95164,-0.31744
-8.26168,1.07594,-1.36178,-1.65928,-0.84655,1.95201,-0.31779
-8.26272,1.07545,-1.36215,-1.65895,-0.84663,1.95237,-0.31813
-8.26375,1.07498,-1.36252,-1.65863,-0.84671,1.95273,-0.31847
-8.26479,1.07451,-1.36288,-1.65831,-0.84679,1.95308,-0.31881
-8.26582,1.07405,-1.36324,-1.65799,-0.84687,1.95342,-0.31914
-8.26686,1.07360,-1.36359,-1.65768,-0.84695,1.95376,-0.31946
-8.26790,1.07316,-1.36393,-1.65737,-0.84703,1.95409,-0.31978
-8.26893,1.07273,-1.36427,-1.65707,-0.84710,1.95442,-0.32009
-8.26997,1.07230,-1.36460,-1.65678,-0.84718,1.95474,-0.32040
-8.27100,1.07188,-1.36493,-1.65648,-0.84726,1.95506,-0.32070
-8.27204,1.07147,-1.36525,-1.65620,-0.84733,1.95537,-0.32099
-8.27308,1.07106,-1.36557,-1.65591,-0.84741,1.95567,-0.32129
-8.27411,1.07072,-1.36584,-1.65567,-0.84747,1.95593,-0.32154
-8.27515,1.07005,-1.36637,-1.65520,-0.84758,1.95642,-0.32201
-8.27618,1.06940,-1.36690,-1.65473,-0.84769,1.95691,-0.32248
-8.27722,1.06876,-1.36742,-1.65427,-0.84780,1.95738,-0.32293
-8.27826,1.06813,-1.36792,-1.65382,-0.84791,1.95785,-0.32338
-8.27929,1.06752,-1.36842,-1.65338,-0.84802,1.95831,-0.32383
-8.28033,1.06691,-1.36891,-1.65294,-0.84813,1.95876,-0.32426
-8.28136,1.06631,-1.36939,-1.65251,-0.84823,1.95921,-0.32469
-8.28240,1.06573,-1.36987,-1.65208,-0.84834,1.95964,-0.32511
-8.28344,1.06515,-1.37033,-1.65166,-0.84845,1.96007,-0.32552
-8.28447,1.06459,-1.37079,-1.65125,-0.84855,1.96050,-0.32593
-8.28551,1.06403,-1.37124,-1.65084,-0.84865,1.96091,-0.32633
-8.28654,1.06349,-1.37169,-1.65044,-0.84876,1.96132,-0.32672
-8.28758,1.06295,-1.37212,-1.65005,-0.84886,1.96172,-0.32711
-8.28861,1.06243,-1.37255,-1.64966,-0.84896,1.96211,-0.32748
-8.28965,1.06191,-1.37297,-1.64928,-0.84906,1.96249,-0.32786
-8.29069,1.06140,-1.37338,-1.64890,-0.84916,1.96287,-0.32822
-8.29172,1.06090,-1.37379,-1.64853,-0.84926,1.96325,-0.32858
-8.29276,1.06041,-1.37419,-1.64817,-0.84935,1.96361,-0.32894
-8.29379,1.05993,-1.37458,-1.64781,-0.84945,1.96397,-0.32929
-8.29483,1.05946,-1.37497,-1.64745,-0.84955,1.96433,-0.32963
-8.29587,1.05899,-1.37535,-1.64711,-0.84964,1.96468,-0.32997
-8.29690,1.05853,-1.37572,-1.64676,-0.84974,1.96502,-0.33030
-8.29794,1.05808,-1.37609,-1.64642,-0.84983,1.96535,-0.33062
-8.29897,1.05764,-1.37645,-1.64609,-0.84992,1.96568,-0.33094
-8.30001,1.05721,-1.37681,-1.64576,-0.85001,1.96601,-0.33126
-8.30105,1.05678,-1.37716,-1.64544,-0.85010,1.96633,-0.33157
-8.30208,1.05636,-1.37750,-1.64512,-0.85019,1.96664,-0.33187
-8.30312,1.05595,-1.37784,-1.64481,-0.85028,1.96695,-0.33217
-8.30415,1.05555,-1.37817,-1.64450,-0.85037,1.96725,-0.33246
-8.30519,1.05515,-1.37849,-1.64420,-0.85046,1.96755,-0.33275
-8.30623,1.05476,-1.37881,-1.64390,-0.85054,1.96784,-0.33304
-8.30726,1.05459,-1.37896,-1.64377,-0.85058,1.96797,-0.33316
-8.30830,1.05404,-1.37941,-1.64335,-0.85069,1.96838,-0.33356
-8.30933,1.05350,-1.37986,-1.64294,-0.85080,1.96878,-0.33395
-8.31037,1.05297,-1.38030,-1.64254,-0.85090,1.96917,-0.33433
-8.31141,1.05245,-1.38073,-1.64215,-0.85101,1.96956,-0.33471
-8.31244,1.05194,-1.38116,-1.64176,-0.85112,1.96994,-0.33508
-8.31348,1.05143,-1.38158,-1.64137,-0.85122,1.97032,-0.33544
-8.31451,1.05094,-1.38199,-1.64099,-0.85133,1.97068,-0.33580
-8.31555,1.05046,-1.38239,-1.64062,-0.85143,1.97105,-0.33616
-8.31659,1.04998,-1.38279,-1.64025,-0.85153,1.97140,-0.33650
-8.31762,1.04951,-1.38318,-1.63989,-0.85163,1.97175,-0.33684
-8.31866,1.04905,-1.38356,-1.63953,-0.85173,1.97209,-0.33718
-8.31969,1.04860,-1.38394,-1.63918,-0.85183,1.97243,-0.33751
-8.32073,1.04815,-1.38431,-1.63884,-0.85193,1.97276,-0.33783
-8.32177,1.04772,-1.38468,-1.63850,-0.85203,1.97309,-0.33815
-8.32280,1.04729,-1.38504,-1.63816,-0.85212,1.97341,-0.33846
-8.32384,1.04687,-1.38539,-1.63783,-0.85222,1.97372,-0.33877
-8.32487,1.04645,-1.38574,-1.63751,-0.85231,1.97403,-0.33907
-8.32591,1.04605,-1.38608,-1.63719,-0.85240,1.97433,-0.33937
-8.32694,1.04565,-1.38641,-1.63687,-0.85250,1.97463,-0.33966
-8.32798,1.04525,-1.38674,-1.63656,-0.85259,1.97493,-0.33995
-8.32902,1.04487,-1.38707,-1.63626,-0.85268,1.97522,-0.34023
-8.33005,1.04457,-1.38731,-1.63603,-0.85274,1.97543,-0.34044
-8.33109,1.04393,-1.38785,-1.63554,-0.85287,1.97591,-0.34091
-8.33212,1.04331,-1.38838,-1.63507,-0.85299,1.97637,-0.34137
-8.33316,1.04269,-1.38890,-1.63460,-0.85312,1.97683,-0.34181
-8.33420,1.04208,-1.38941,-1.63413,-0.85324,1.97728,-0.34226
-8.33523,1.04149,-1.38991,-1.63368,-0.85336,1.97772,-0.34269
-8.33627,1.04090,-1.39040,-1.63323,-0.85348,1.97815,-0.34312
-8.33730,1.04033,-1.39089,-1.63279,-0.85360,1.97858,-0.34354
-8.33834,1.03976,-1.39137,-1.63235,-0.85372,1.97900,-0.34395
-8.33938,1.03921,-1.39183,-1.63192,-0.85384,1.97941,-0.34435
-8.34041,1.03866,-1.39230,-1.63150,-0.85395,1.97981,-0.34475
-8.34145,1.03813,-1.39275,-1.63108,-0.85407,1.98021,-0.34514
-8.34248,1.03760,-1.39319,-1.63067,-0.85418,1.98060,-0.34553
-8.34352,1.03708,-1.39363,-1.63027,-0.85430,1.98098,-0.34591
-8.34456,1.03658,-1.39406,-1.62987,-0.85441,1.98136,-0.34628
-8.34559,1.03608,-1.39449,-1.62948,-0.85452,1.98173,-0.34664
-8.34663,1.03559,-1.39490,-1.62909,-0.85463,1.98209,-0.34700
-8.34766,1.03511,-1.39531,-1.62871,-0.85474,1.98245,-0.34736
-8.34870,1.03463,-1.39571,-1.62834,-0.85485,1.98280,-0.34770
-8.34974,1.03417,-1.39611,-1.62797,-0.85495,1.98314,-0.34804
-8.35077,1.03371,-1.39650,-1.62761,-0.85506,1.98348,-0.34838
-8.35181,1.03327,-1.39688,-1.62725,-0.85516,1.98382,-0.34871
-8.35284,1.03282,-1.39726,-1.62690,-0.85527,1.98414,-0.34903
-8.35388,1.03239,-1.39762,-1.62655,-0.85537,1.98446,-0.34935
-8.35492,1.03197,-1.39799,-1.62621,-0.85547,1.98478,-0.34966
-8.35595,1.03155,-1.39834,-1.62588,-0.85557,1.98509,-0.34997
-8.35699,1.03114,-1.39870,-1.62554,-0.85567,1.98540,-0.35028
-8.35802,1.03074,-1.39904,-1.62522,-0.85577,1.98570,-0.35057
-8.35906,1.03034,-1.39938,-1.62490,-0.85587,1.98599,-0.35087
-8.36010,1.02995,-1.39971,-1.62458,-0.85596,1.98628,-0.35115
-8.36113,1.02957,-1.40004,-1.62427,-0.85606,1.98657,-0.35144
-8.36217,1.02919,-1.40036,-1.62396,-0.85616,1.98685,-0.35171
-8.36320,1.02910,-1.40044,-1.62389,-0.85618,1.98691,-0.35178
-8.36424,1.02856,-1.40089,-1.62348,-0.85629,1.98731,-0.35217
-8.36528,1.02804,-1.40134,-1.62308,-0.85640,1.98770,-0.35256
-8.36631,1.02752,-1.40178,-1.62268,-0.85651,1.98808,-0.35294
-8.36735,1.02701,-1.40221,-1.62229,-0.85662,1.98845,-0.35332
-8.36838,1.02652,-1.40263,-1.62190,-0.85673,1.98882,-0.35368
-8.36942,1.02603,-1.40304,-1.62152,-0.85684,1.98919,-0.35404
-8.37045,1.02555,-1.40345,-1.62114,-0.85695,1.98954,-0.35440
-8.37149,1.02507,-1.40386,-1.62078,-0.85706,1.98989,-0.35475
-8.37253,1.02461,-1.40425,-1.62041,-0.85716,1.99023,-0.35509
-8.37356,1.02415,-1.40464,-1.62005,-0.85727,1.99057,-0.35543
-8.37460,1.02370,-1.40502,-1.61970,-0.85737,1.99090,-0.35576
-8.37563,1.02326,-1.40540,-1.61935,-0.85747,1.99123,-0.35609
-8.37667,1.02283,-1.40576,-1.61901,-0.85757,1.99155,-0.35641
-8.37771,1.02241,-1.40613,-1.61867,-0.85767,1.99187,-0.35672
-8.37874,1.02199,-1.40648,-1.61834,-0.85777,1.99218,-0.35703
-8.37978,1.02158,-1.40683,-1.61802,-0.85787,1.99248,-0.35733
-8.38081,1.02118,-1.40718,-1.61769,-0.85797,1.99278,-0.35763
-8.38185,1.02078,-1.40752,-1.61738,-0.85807,1.99307,-0.35793
-8.38289,1.02039,-1.40785,-1.61707,-0.85816,1.99336,-0.35822
-8.38392,1.02001,-1.40818,-1.61676,-0.85826,1.99364,-0.35850
-8.38496,1.01963,-1.40850,-1.61646,-0.85835,1.99392,-0.35878
-8.38599,1.01947,-1.40864,-1.61632,-0.85839,1.99404,-0.35890
-8.38703,1.01895,-1.40911,-1.61588,-0.85852,1.99443,-0.35929
-8.38807,1.01844,-1.40957,-1.61545,-0.85865,1.99480,-0.35967
-8.38910,1.01793,-1.41002,-1.61502,-0.85878,1.99518,-0.36004
-8.39014,1.01744,-1.41046,-1.61460,-0.85890,1.99554,-0.36040
-8.39117,1.01696,-1.41089,-1.61418,-0.85903,1.99590,-0.36076
-8.39221,1.01648,-1.41132,-1.61377,-0.85915,1.99625,-0.36112
-8.39325,1.01601,-1.41174,-1.61337,-0.85927,1.99659,-0.36146
-8.39428,1.01555,-1.41216,-1.61297,-0.85940,1.99693,-0.36181
-8.39532,1.01510,-1.41256,-1.61258,-0.85952,1.99727,-0.36214
-8.39635,1.01466,-1.41296,-1.61220,-0.85963,1.99759,-0.36247
-8.39739,1.01422,-1.41335,-1.61182,-0.85975,1.99792,-0.36280
-8.39843,1.01379,-1.41374,-1.61145,-0.85987,1.99823,-0.36312
-8.39946,1.01337,-1.41412,-1.61108,-0.85998,1.99854,-0.36343
-8.40050,1.01296,-1.41449,-1.61072,-0.86010,1.99885,-0.36374
-8.40153,1.01255,-1.41486,-1.61036,-0.86021,1.99915,-0.36404
-8.40257,1.01216,-1.41522,-1.61001,-0.86032,1.99944,-0.36434
-8.40361,1.01176,-1.41557,-1.60967,-0.86043,1.99973,-0.36463
-8.40464,1.01138,-1.41592,-1.60933,-0.86054,2.00002,-0.36492
-8.40568,1.01100,-1.41626,-1.60899,-0.86065,2.00030,-0.36520
-8.40671,1.01063,-1.41660,-1.60866,-0.86076,2.00057,-0.36548
-8.40775,1.01026,-1.41693,-1.60834,-0.86086,2.00084,-0.36575
-8.40878,1.01001,-1.41716,-1.60811,-0.86094,2.00103,-0.36594
-8.40982,1.00963,-1.41750,-1.60778,-0.86104,2.00131,-0.36623
-8.41086,1.00925,-1.41784,-1.60745,-0.86115,2.00159,-0.36651
-8.41189,1.00888,-1.41818,-1.60712,-0.86125,2.00186,-0.36678
-8.41293,1.00852,-1.41850,-1.60680,-0.86136,2.00213,-0.36706
-8.41396,1.00848,-1.41854,-1.60677,-0.86137,2.00216,-0.36708
-8.41500,1.00812,-1.41887,-1.60645,-0.86147,2.00243,-0.36736
-8.41604,1.00775,-1.41920,-1.60613,-0.86158,2.00270,-0.36763
-8.41707,1.00772,-1.41923,-1.60610,-0.86159,2.00273,-0.36766
-8.41811,1.00735,-1.41956,-1.60577,-0.86169,2.00300,-0.36793
-8.41914,1.00699,-1.41989,-1.60546,-0.86180,2.00327,-0.36821
-8.42018,1.00694,-1.41993,-1.60541,-0.86181,2.00330,-0.36824
-8.42122,1.00648,-1.42035,-1.60501,-0.86193,2.00364,-0.36858
-8.42225,1.00603,-1.42076,-1.60461,-0.86206,2.00397,-0.36892
-8.42329,1.00559,-1.42117,-1.60422,-0.86218,2.00429,-0.36925
-8.42432,1.00516,-1.42157,-1.60383,-0.86230,2.00461,-0.36957
-8.42536,1.00473,-1.42196,-1.60345,-0.86242,2.00492,-0.36989
-8.42640,1.00431,-1.42235,-1.60307,-0.86254,2.00523,-0.37021
-8.42743,1.00390,-1.42272,-1.60270,-0.86266,2.00554,-0.37051
-8.42847,1.00350,-1.42310,-1.60234,-0.86278,2.00583,-0.37082
-8.42950,1.00310,-1.42346,-1.60198,-0.86289,2.00613,-0.37112
-8.43054,1.00271,-1.42382,-1.60163,-0.86301,2.00641,-0.37141
-8.43158,1.00233,-1.42418,-1.60128,-0.86312,2.00670,-0.37170
-8.43261,1.00195,-1.42452,-1.60094,-0.86323,2.00697,-0.37198
-8.43365,1.00158,-1.42487,-1.60060,-0.86334,2.00725,-0.37226
-8.43468,1.00122,-1.42520,-1.60027,-0.86345,2.00751,-0.37253
-8.43572,1.00086,-1.42553,-1.59994,-0.86356,2.00778,-0.37280
-8.43676,1.00074,-1.42565,-1.59983,-0.86360,2.00787,-0.37289
-8.43779,1.00020,-1.42616,-1.59933,-0.86375,2.00826,-0.37330
-8.43883,0.99967,-1.42666,-1.59884,-0.86390,2.00865,-0.37369
-8.43986,0.99915,-1.42716,-1.59836,-0.86405,2.00903,-0.37408
-8.44090,0.99864,-1.42764,-1.59788,-0.86420,2.00941,-0.37446
-8.44194,0.99814,-1.42812,-1.59742,-0.86435,2.00977,-0.37484
-8.44297,0.99764,-1.42859,-1.59696,-0.86449,2.01013,-0.37521
-8.44401,0.99716,-1.42905,-1.59650,-0.86464,2.01049,-0.37557
-8.44504,0.99669,-1.42950,-1.59606,-0.86478,2.01084,-0.37593
-8.44608,0.99622,-1.42995,-1.59562,-0.86492,2.01118,-0.37628
-8.44711,0.99576,-1.43038,-1.59518,-0.86506,2.01151,-0.37663
-8.44815,0.99531,-1.43081,-1.59476,-0.86520,2.01184,-0.37697
-8.44919,0.99487,-1.43124,-1.59434,-0.86533,2.01217,-0.37730
-8.45022,0.99443,-1.43165,-1.59392,-0.86547,2.01249,-0.37763
-8.45126,0.99401,-1.43206,-1.59351,-0.86560,2.01280,-0.37795
-8.45229,0.99359,-1.43246,-1.59311,-0.86574,2.01311,-0.37826
-8.45333,0.99318,-1.43286,-1.59272,-0.86587,2.01341,-0.37858
-8.45437,0.99277,-1.43325,-1.59233,-0.86600,2.01371,-0.37888
-8.45540,0.99237,-1.43363,-1.59195,-0.86612,2.01400,-0.37918
-8.45644,0.99198,-1.43400,-1.59157,-0.86625,2.01429,-0.37948
-8.45747,0.99160,-1.43437,-1.59120,-0.86637,2.01457,-0.37977
-8.45851,0.99122,-1.43473,-1.59083,-0.86650,2.01485,-0.38005
-8.45955,0.99085,-1.43509,-1.59047,-0.86662,2.01512,-0.38033
-8.46058,0.99049,-1.43544,-1.59012,-0.86674,2.01539,-0.38061
-8.46162,0.99013,-1.43578,-1.58977,-0.86686,2.01565,-0.38088
-8.46265,0.98978,-1.43612,-1.58943,-0.86698,2.01591,-0.38115
-8.46369,0.98946,-1.43643,-1.58911,-0.86709,2.01614,-0.38139
-8.46473,0.98902,-1.43686,-1.58868,-0.86723,2.01647,-0.38172
-8.46576,0.98859,-1.43728,-1.58826,-0.86737,2.01678,-0.38205
-8.46680,0.98816,-1.43769,-1.58785,-0.86751,2.01709,-0.38237
-8.46783,0.98775,-1.43810,-1.58744,-0.86764,2.01740,-0.38269
-8.46887,0.98734,-1.43850,-1.58704,-0.86778,2.01770,-0.38300
-8.46991,0.98694,-1.43889,-1.58664,-0.86791,2.01799,-0.38330
-8.47094,0.98654,-1.43927,-1.58625,-0.86804,2.01828,-0.38360
-8.47198,0.98615,-1.43965,-1.58586,-0.86817,2.01856,-0.38390
-8.47301,0.98577,-1.44002,-1.58549,-0.86830,2.01884,-0.38418
-8.47405,0.98540,-1.44039,-1.58511,-0.86843,2.01912,-0.38447
-8.47509,0.98503,-1.44075,-1.58475,-0.86856,2.01939,-0.38475
-8.47612,0.98467,-1.44110,-1.58438,-0.86868,2.01965,-0.38502
-8.47716,0.98432,-1.44145,-1.58403,-0.86880,2.01991,-0.38529
-8.47819,0.98397,-1.44179,-1.58368,-0.86893,2.02017,-0.38556
-8.47923,0.98363,-1.44213,-1.58333,-0.86905,2.02042,-0.38582
-8.48027,0.98355,-1.44221,-1.58326,-0.86907,2.02048,-0.38588
-8.48130,0.98309,-1.44264,-1.58283,-0.86921,2.02081,-0.38622
-8.48234,0.98265,-1.44307,-1.58241,-0.86935,2.02113,-0.38656
-8.48337,0.98221,-1.44349,-1.58199,-0.86949,2.02145,-0.38689
-8.48441,0.98178,-1.44390,-1.58159,-0.86962,2.02177,-0.38722
-8.48544,0.98136,-1.44431,-1.58118,-0.86975,2.02207,-0.38754
-8.48648,0.98095,-1.44471,-1.58079,-0.86988,2.02238,-0.38786
-8.48752,0.98054,-1.44510,-1.58040,-0.87001,2.02267,-0.38816
-8.48855,0.98014,-1.44548,-1.58002,-0.87014,2.02296,-0.38847
-8.48959,0.97975,-1.44586,-1.57964,-0.87027,2.02325,-0.38877
-8.49062,0.97937,-1.44623,-1.57927,-0.87040,2.02353,-0.38906
-8.49166,0.97899,-1.44660,-1.57890,-0.87052,2.02381,-0.38935
-8.49270,0.97862,-1.44696,-1.57854,-0.87064,2.02408,-0.38963
-8.49373,0.97825,-1.44731,-1.57818,-0.87077,2.02435,-0.38991
-8.49477,0.97789,-1.44766,-1.57784,-0.87089,2.02461,-0.39019
-8.49580,0.97754,-1.44800,-1.57749,-0.87101,2.02487,-0.39046
-8.49684,0.97719,-1.44834,-1.57715,-0.87112,2.02512,-0.39072
-8.49788,0.97694,-1.44858,-1.57690,-0.87121,2.02531,-0.39092
-8.49891,0.97645,-1.44906,-1.57644,-0.87136,2.02566,-0.39129
-8.49995,0.97598,-1.44952,-1.57598,-0.87151,2.02601,-0.39165
-8.50098,0.97551,-1.44998,-1.57553,-0.87166,2.02635,-0.39201
-8.50202,0.97505,-1.45043,-1.57508,-0.87180,2.02668,-0.39236
-8.50306,0.97460,-1.45087,-1.57464,-0.87195,2.02701,-0.39270
-8.50409,0.97416,-1.45131,-1.57421,-0.87209,2.02734,-0.39304
-8.50513,0.97372,-1.45174,-1.57378,-0.87224,2.02765,-0.39337
-8.50616,0.97329,-1.45216,-1.57337,-0.87238,2.02797,-0.39370
-8.50720,0.97287,-1.45257,-1.57295,-0.87252,2.02827,-0.39402
-8.50824,0.97246,-1.45297,-1.57255,-0.87265,2.02857,-0.39434
-8.50927,0.97205,-1.45337,-1.57215,-0.87279,2.02887,-0.39465
-8.51031,0.97166,-1.45377,-1.57175,-0.87292,2.02916,-0.39495
-8.51134,0.97126,-1.45415,-1.57136,-0.87306,2.02944,-0.39525
-8.51238,0.97088,-1.45453,-1.57098,-0.87319,2.02972,-0.39555
-8.51342,0.97050,-1.45490,-1.57061,-0.87332,2.03000,-0.39584
-8.51445,0.97013,-1.45527,-1.57024,-0.87345,2.03027,-0.39612
-8.51549,0.96977,-1.45563,-1.56987,-0.87357,2.03054,-0.39640
-8.51652,0.96941,-1.45598,-1.56951,-0.87370,2.03080,-0.39668
-8.51756,0.96906,-1.45633,-1.56916,-0.87382,2.03105,-0.39695
-8.51860,0.96871,-1.45667,-1.56881,-0.87395,2.03131,-0.39722
-8.51963,0.96837,-1.45701,-1.56847,-0.87407,2.03155,-0.39748
-8.52067,0.96822,-1.45715,-1.56832,-0.87412,2.03166,-0.39759
-8.52170,0.96773,-1.45764,-1.56783,-0.87428,2.03202,-0.39797
-8.52274,0.96725,-1.45812,-1.56736,-0.87444,2.03237,-0.39834
-8.52377,0.96678,-1.45859,-1.56689,-0.87459,2.03271,-0.39870
-8.52481,0.96631,-1.45906,-1.56643,-0.87475,2.03305,-0.39906
-8.52585,0.96586,-1.45951,-1.56597,-0.87490,2.03338,-0.39941
-8.52688,0.96541,-1.45996,-1.56552,-0.87505,2.03371,-0.39975
-8.52792,0.96497,-1.46040,-1.56508,-0.87520,2.03403,-0.40009
-8.52895,0.96454,-1.46083,-1.56465,-0.87535,2.03434,-0.40042
-8.52999,0.96411,-1.46126,-1.56422,-0.87549,2.03465,-0.40075
-8.53103,0.96369,-1.46168,-1.56380,-0.87564,2.03495,-0.40107
-8.53206,0.96328,-1.46209,-1.56339,-0.87578,2.03525,-0.40139
-8.53310,0.96288,-1.46249,-1.56298,-0.87592,2.03554,-0.40170
-8.53413,0.96249,-1.46289,-1.56258,-0.87606,2.03583,-0.40200
-8.53517,0.96210,-1.46328,-1.56218,-0.87620,2.03611,-0.40230
-8.53621,0.96172,-1.46366,-1.56179,-0.87634,2.03639,-0.40260
-8.53724,0.96134,-1.46404,-1.56141,-0.87647,2.03666,-0.40289
-8.53828,0.96097,-1.46441,-1.56103,-0.87661,2.03693,-0.40317
-8.53931,0.96061,-1.46477,-1.56066,-0.87674,2.03719,-0.40345
-8.54035,0.96026,-1.46513,-1.56029,-0.87687,2.03745,-0.40373
-8.54139,0.95991,-1.46548,-1.55993,-0.87700,2.03771,-0.40400
-8.54242,0.95956,-1.46583,-1.55957,-0.87713,2.03796,-0.40427
-8.54346,0.95923,-1.46617,-1.55922,-0.87725,2.03820,-0.40453
-8.54449,0.95892,-1.46648,-1.55890,-0.87737,2.03843,-0.40477
-8.54553,0.95847,-1.46693,-1.55844,-0.87752,2.03875,-0.40511
-8.54657,0.95803,-1.46738,-1.55799,-0.87768,2.03907,-0.40545
-8.54760,0.95760,-1.46782,-1.55754,-0.87783,2.03938,-0.40578
-8.54864,0.95718,-1.46825,-1.55711,-0.87798,2.03968,-0.40611
-8.54967,0.95677,-1.46867,-1.55667,-0.87813,2.03999,-0.40643
-8.55071,0.95636,-1.46909,-1.55625,-0.87828,2.04028,-0.40674
-8.55175,0.95596,-1.46950,-1.55583,-0.87843,2.04057,-0.40705
-8.55278,0.95557,-1.46990,-1.55542,-0.87858,2.04086,-0.40736
-8.55382,0.95518,-1.47030,-1.55501,-0.87872,2.04113,-0.40766
-8.55485,0.95481,-1.47069,-1.55461,-0.87886,2.04141,-0.40795
-8.55589,0.95443,-1.47107,-1.55422,-0.87900,2.04168,-0.40824
-8.55693,0.95407,-1.47144,-1.55383,-0.87914,2.04195,-0.40852
-8.55796,0.95371,-1.47181,-1.55345,-0.87928,2.04221,-0.40880
-8.55900,0.95336,-1.47218,-1.55307,-0.87941,2.04246,-0.40908
-8.56003,0.95301,-1.47253,-1.55270,-0.87955,2.04271,-0.40935
-8.56107,0.95267,-1.47288,-1.55234,-0.87968,2.04296,-0.40961
-8.56211,0.95233,-1.47323,-1.55198,-0.87981,2.04320,-0.40987
-8.56314,0.95201,-1.47357,-1.55163,-0.87994,2.04344,-0.41013
-8.56418,0.95186,-1.47372,-1.55147,-0.88000,2.04355,-0.41025
-8.56521,0.95134,-1.47427,-1.55089,-0.88019,2.04392,-0.41064
-8.56625,0.95084,-1.47482,-1.55033,-0.88039,2.04429,-0.41103
-8.56728,0.95034,-1.47535,-1.54978,-0.88058,2.04464,-0.41142
-8.56832,0.94986,-1.47588,-1.54923,-0.88077,2.04499,-0.41180
-8.56936,0.94938,-1.47639,-1.54869,-0.88096,2.04534,-0.41217
-8.57039,0.94891,-1.47690,-1.54816,-0.88115,2.04568,-0.41253
-8.57143,0.94845,-1.47740,-1.54764,-0.88133,2.04601,-0.41289
-8.57246,0.94800,-1.47788,-1.54712,-0.88151,2.04634,-0.41324
-8.57350,0.94755,-1.47837,-1.54662,-0.88169,2.04666,-0.41359
-8.57454,0.94711,-1.47884,-1.54612,-0.88187,2.04697,-0.41393
-8.57557,0.94669,-1.47930,-1.54563,-0.88205,2.04728,-0.41426
-8.57661,0.94626,-1.47976,-1.54515,-0.88222,2.04759,-0.41459
-8.57764,0.94585,-1.48021,-1.54467,-0.88239,2.04789,-0.41492
-8.57868,0.94544,-1.48065,-1.54420,-0.88256,2.04818,-0.41523
-8.57972,0.94505,-1.48108,-1.54374,-0.88273,2.04847,-0.41554
-8.58075,0.94465,-1.48151,-1.54329,-0.88290,2.04875,-0.41585
-8.58179,0.94427,-1.48193,-1.54284,-0.88306,2.04903,-0.41615
-8.58282,0.94389,-1.48234,-1.54240,-0.88322,2.04930,-0.41645
-8.58386,0.94352,-1.48275,-1.54197,-0.88338,2.04957,-0.41674
-8.58490,0.94315,-1.48315,-1.54154,-0.88354,2.04984,-0.41703
-8.58593,0.94280,-1.48354,-1.54112,-0.88370,2.05010,-0.41731
-8.58697,0.94244,-1.48392,-1.54070,-0.88385,2.05035,-0.41758
-8.58800,0.94210,-1.48430,-1.54030,-0.88401,2.05060,-0.41786
-8.58904,0.94176,-1.48467,-1.53990,-0.88416,2.05085,-0.41812
-8.59008,0.94142,-1.48504,-1.53950,-0.88431,2.05109,-0.41838
-8.59111,0.94110,-1.48540,-1.53911,-0.88446,2.05133,-0.41864
-8.59215,0.94077,-1.48575,-1.53873,-0.88460,2.05156,-0.41890
-8.59318,0.94046,-1.48609,-1.53835,-0.88474,2.05179,-0.41915
-8.59422,0.94023,-1.48635,-1.53808,-0.88485,2.05196,-0.41933
-8.59526,0.93980,-1.48683,-1.53756,-0.88504,2.05227,-0.41966
-8.59629,0.93938,-1.48730,-1.53705,-0.88522,2.05257,-0.41999
-8.59733,0.93896,-1.48777,-1.53655,-0.88541,2.05287,-0.42032
-8.59836,0.93856,-1.48822,-1.53606,-0.88559,2.05316,-0.42064
-8.59940,0.93816,-1.48867,-1.53557,-0.88577,2.05345,-0.42095
-8.60044,0.93776,-1.48911,-1.53509,-0.88595,2.05373,-0.42126
-8.60147,0.93738,-1.48955,-1.53462,-0.88612,2.05401,-0.42156
-8.60251,0.93700,-1.48997,-1.53416,-0.88629,2.05428,-0.42186
-8.60354,0.93663,-1.49039,-1.53370,-0.88647,2.05455,-0.42215
-8.60458,0.93626,-1.49081,-1.53325,-0.88664,2.05481,-0.42244
-8.60561,0.93591,-1.49121,-1.53281,-0.88680,2.05507,-0.42272
-8.60665,0.93555,-1.49161,-1.53237,-0.88697,2.05533,-0.42300
-8.60769,0.93521,-1.49200,-1.53194,-0.88713,2.05558,-0.42327
-8.60872,0.93487,-1.49238,-1.53152,-0.88729,2.05582,-0.42354
-8.60976,0.93453,-1.49276,-1.53110,-0.88745,2.05606,-0.42380
-8.61079,0.93421,-1.49313,-1.53069,-0.88761,2.05630,-0.42406
-8.61183,0.93388,-1.49350,-1.53029,-0.88776,2.05653,-0.42432
-8.61287,0.93357,-1.49386,-1.52989,-0.88792,2.05676,-0.42457
-8.61390,0.93326,-1.49421,-1.52950,-0.88807,2.05699,-0.42482
-8.61494,0.93295,-1.49456,-1.52912,-0.88822,2.05721,-0.42506
-8.61597,0.93288,-1.49464,-1.52903,-0.88825,2.05726,-0.42512
-8.61701,0.93245,-1.49512,-1.52851,-0.88844,2.05757,-0.42545
-8.61805,0.93204,-1.49559,-1.52801,-0.88863,2.05787,-0.42578
-8.61908,0.93163,-1.49605,-1.52751,-0.88881,2.05816,-0.42610
-8.62012,0.93122,-1.49650,-1.52702,-0.88899,2.05845,-0.42642
-8.62115,0.93083,-1.49695,-1.52654,-0.88917,2.05873,-0.42673
-8.62219,0.93044,-1.49739,-1.52607,-0.88935,2.05901,-0.42704
-8.62323,0.93006,-1.49782,-1.52560,-0.88952,2.05929,-0.42734
-8.62426,0.92968,-1.49824,-1.52514,-0.88969,2.05956,-0.42764
-8.62530,0.92932,-1.49866,-1.52469,-0.88986,2.05982,-0.42793
-8.62633,0.92896,-1.49907,-1.52424,-0.89003,2.06008,-0.42821
-8.62737,0.92860,-1.49947,-1.52380,-0.89020,2.06034,-0.42850
-8.62841,0.92825,-1.49987,-1.52337,-0.89036,2.06059,-0.42877
-8.62944,0.92791,-1.50026,-1.52295,-0.89053,2.06084,-0.42904
-8.63048,0.92757,-1.50064,-1.52253,-0.89069,2.06108,-0.42931
-8.63151,0.92724,-1.50101,-1.52211,-0.89085,2.06132,-0.42957
-8.63255,0.92692,-1.50138,-1.52171,-0.89100,2.06155,-0.42983
-8.63359,0.92660,-1.50175,-1.52131,-0.89116,2.06178,-0.43008
-8.63462,0.92629,-1.50210,-1.52091,-0.89131,2.06201,-0.43033
-8.63566,0.92598,-1.50245,-1.52053,-0.89146,2.06223,-0.43058
-8.63669,0.92569,-1.50278,-1.52017,-0.89160,2.06243,-0.43081
-8.63773,0.92525,-1.50328,-1.51963,-0.89180,2.06275,-0.43116
-8.63877,0.92481,-1.50377,-1.51911,-0.89199,2.06307,-0.43151
-8.63980,0.92438,-1.50426,-1.51859,-0.89218,2.06337,-0.43185
-8.64084,0.92396,-1.50474,-1.51808,-0.89237,2.06368,-0.43218
-8.64187,0.92354,-1.50521,-1.51758,-0.89255,2.06397,-0.43251
-8.64291,0.92314,-1.50567,-1.51708,-0.89274,2.06426,-0.43283
-8.64394,0.92274,-1.50612,-1.51660,-0.89292,2.06455,-0.43315
-8.64498,0.92235,-1.50656,-1.51612,-0.89310,2.06483,-0.43346
-8.64602,0.92196,-1.50700,-1.51564,-0.89328,2.06511,-0.43377
-8.64705,0.92158,-1.50743,-1.51518,-0.89345,2.06538,-0.43407
-8.64809,0.92121,-1.50785,-1.51472,-0.89363,2.06564,-0.43436
-8.64912,0.92084,-1.50827,-1.51427,-0.89380,2.06591,-0.43466
-8.65016,0.92049,-1.50868,-1.51383,-0.89397,2.06616,-0.43494
-8.65120,0.92013,-1.50908,-1.51339,-0.89413,2.06642,-0.43522
-8.65223,0.91979,-1.50947,-1.51296,-0.89430,2.06667,-0.43550
-8.65327,0.91945,-1.50986,-1.51254,-0.89446,2.06691,-0.43577
-8.65430,0.91911,-1.51024,-1.51212,-0.89462,2.06715,-0.43604
-8.65534,0.91879,-1.51062,-1.51171,-0.89478,2.06738,-0.43630
-8.65638,0.91846,-1.51099,-1.51130,-0.89494,2.06762,-0.43656
-8.65741,0.91815,-1.51135,-1.51090,-0.89510,2.06784,-0.43681
-8.65845,0.91784,-1.51170,-1.51051,-0.89525,2.06807,-0.43706
-8.65948,0.91753,-1.51205,-1.51013,-0.89540,2.06829,-0.43730
-8.66052,0.91728,-1.51234,-1.50981,-0.89553,2.06846,-0.43750
-8.66156,0.91690,-1.51278,-1.50933,-0.89571,2.06874,-0.43781
-8.66259,0.91652,-1.51321,-1.50886,-0.89589,2.06901,-0.43811
-8.66363,0.91615,-1.51364,-1.50839,-0.89606,2.06927,-0.43840
-8.66466,0.91579,-1.51406,-1.50793,-0.89624,2.06953,-0.43869
-8.66570,0.91544,-1.51447,-1.50748,-0.89641,2.06979,-0.43898
-8.66674,0.91509,-1.51488,-1.50704,-0.89658,2.07004,-0.43926
-8.66777,0.91474,-1.51528,-1.50660,-0.89675,2.07028,-0.43954
-8.66881,0.91440,-1.51567,-1.50617,-0.89692,2.07053,-0.43981
-8.66984,0.91407,-1.51605,-1.50575,-0.89708,2.07076,-0.44007
-8.67088,0.91375,-1.51643,-1.50533,-0.89725,2.07100,-0.44033
-8.67192,0.91343,-1.51681,-1.50492,-0.89741,2.07123,-0.44059
-8.67295,0.91311,-1.51717,-1.50451,-0.89757,2.07145,-0.44084
-8.67399,0.91280,-1.51753,-1.50411,-0.89772,2.07167,-0.44109
-8.67502,0.91250,-1.51788,-1.50372,-0.89788,2.07189,-0.44134
-8.67606,0.91220,-1.51823,-1.50333,-0.89803,2.07210,-0.44158
-8.67710,0.91213,-1.51831,-1.50324,-0.89807,2.07215,-0.44163
-8.67813,0.91174,-1.51879,-1.50272,-0.89827,2.07244,-0.44195
-8.67917,0.91135,-1.51925,-1.50220,-0.89846,2.07271,-0.44226
-8.68020,0.91097,-1.51971,-1.50169,-0.89866,2.07299,-0.44257
-8.68124,0.91059,-1.52016,-1.50119,-0.89885,2.07325,-0.44287
-8.68227,0.91022,-1.52060,-1.50070,-0.89904,2.07352,-0.44316
-8.68331,0.90986,-1.52104,-1.50022,-0.89923,2.07377,-0.44345
-8.68435,0.90951,-1.52146,-1.49974,-0.89941,2.07403,-0.44374
-8.68538,0.90916,-1.52188,-1.49927,-0.89960,2.07428,-0.44402
-8.68642,0.90882,-1.52230,-1.49881,-0.89978,2.07452,-0.44429
-8.68745,0.90848,-1.52270,-1.49835,-0.89996,2.07476,-0.44456
-8.68849,0.90815,-1.52310,-1.49790,-0.90013,2.07500,-0.44483
-8.68953,0.90783,-1.52349,-1.49746,-0.90031,2.07523,-0.44509
-8.69056,0.90751,-1.52388,-1.49702,-0.90048,2.07546,-0.44535
-8.69160,0.90719,-1.52426,-1.49660,-0.90065,2.07568,-0.44560
-8.69263,0.90689,-1.52463,-1.49617,-0.90082,2.07590,-0.44585
-8.69367,0.90658,-1.52499,-1.49576,-0.90099,2.07612,-0.44609
-8.69471,0.90629,-1.52535,-1.49535,-0.90115,2.07633,-0.44633
-8.69574,0.90600,-1.52571,-1.49495,-0.90131,2.07654,-0.44657
-8.69678,0.90581,-1.52593,-1.49469,-0.90141,2.07667,-0.44672
-8.69781,0.90538,-1.52644,-1.49414,-0.90162,2.07698,-0.44706
-8.69885,0.90497,-1.52694,-1.49359,-0.90183,2.07727,-0.44740
-8.69989,0.90455,-1.52743,-1.49305,-0.90203,2.07756,-0.44773
-8.70092,0.90415,-1.52791,-1.49252,-0.90224,2.07785,-0.44805
-8.70196,0.90376,-1.52839,-1.49200,-0.90244,2.07813,-0.44837
-8.70299,0.90337,-1.52885,-1.49149,-0.90263,2.07841,-0.44869
-8.70403,0.90299,-1.52931,-1.49098,-0.90283,2.07868,-0.44899
-8.70507,0.90261,-1.52976,-1.49048,-0.90302,2.07895,-0.44930
-8.70610,0.90224,-1.53021,-1.48999,-0.90321,2.07921,-0.44959
-8.70714,0.90188,-1.53064,-1.48951,-0.90340,2.07947,-0.44989
-8.70817,0.90152,-1.53107,-1.48903,-0.90359,2.07972,-0.45017
-8.70921,0.90118,-1.53149,-1.48856,-0.90377,2.07997,-0.45046
-8.71025,0.90083,-1.53190,-1.48810,-0.90395,2.08021,-0.45073
-8.71128,0.90050,-1.53231,-1.48765,-0.90413,2.08045,-0.45101
-8.71232,0.90017,-1.53271,-1.48720,-0.90431,2.08069,-0.45127
-8.71335,0.89984,-1.53310,-1.48676,-0.90448,2.08092,-0.45154
-8.71439,0.89952,-1.53348,-1.48632,-0.90465,2.08115,-0.45180
-8.71543,0.89921,-1.53386,-1.48590,-0.90483,2.08137,-0.45205
-8.71646,0.89890,-1.53424,-1.48548,-0.90499,2.08159,-0.45230
-8.71750,0.89860,-1.53460,-1.48506,-0.90516,2.08180,-0.45255
-8.71853,0.89830,-1.53496,-1.48466,-0.90533,2.08202,-0.45279
-8.71957,0.89801,-1.53532,-1.48425,-0.90549,2.08222,-0.45303
-8.72060,0.89774,-1.53564,-1.48388,-0.90564,2.08242,-0.45324
-8.72164,0.89735,-1.53611,-1.48336,-0.90584,2.08269,-0.45356
-8.72268,0.89697,-1.53658,-1.48285,-0.90604,2.08296,-0.45387
-8.72371,0.89660,-1.53703,-1.48235,-0.90623,2.08323,-0.45417
-8.72475,0.89623,-1.53748,-1.48185,-0.90643,2.08349,-0.45447
-8.72578,0.89587,-1.53792,-1.48136,-0.90662,2.08375,-0.45476
-8.72682,0.89551,-1.53835,-1.48088,-0.90681,2.08400,-0.45505
-8.72786,0.89517,-1.53877,-1.48041,-0.90699,2.08425,-0.45534
-8.72889,0.89482,-1.53919,-1.47994,-0.90718,2.08449,-0.45561
-8.72993,0.89449,-1.53960,-1.47948,-0.90736,2.08473,-0.45589
-8.73096,0.89416,-1.54000,-1.47903,-0.90754,2.08496,-0.45616
-8.73200,0.89383,-1.54040,-1.47858,-0.90772,2.08519,-0.45642
-8.73304,0.89352,-1.54079,-1.47814,-0.90789,2.08542,-0.45668
-8.73407,0.89320,-1.54117,-1.47771,-0.90807,2.08564,-0.45694
-8.73511,0.89290,-1.54155,-1.47728,-0.90824,2.08586,-0.45719
-8.73614,0.89259,-1.54192,-1.47686,-0.90841,2.08607,-0.45743
-8.73718,0.89230,-1.54228,-1.47645,-0.90857,2.08629,-0.45767
-8.73822,0.89201,-1.54264,-1.47604,-0.90874,2.08649,-0.45791
-8.73925,0.89172,-1.54299,-1.47564,-0.90890,2.08670,-0.45815
-8.74029,0.89160,-1.54314,-1.47547,-0.90897,2.08678,-0.45825
-8.74132,0.89121,-1.54361,-1.47497,-0.90917,2.08706,-0.45857
-8.74236,0.89082,-1.54406,-1.47447,-0.90936,2.08733,-0.45888
-8.74340,0.89045,-1.54451,-1.47398,-0.90955,2.08760,-0.45918
-8.74443,0.89008,-1.54496,-1.47350,-0.90974,2.08786,-0.45948
-8.74547,0.88972,-1.54539,-1.47302,-0.90992,2.08811,-0.45978
-8.74650,0.88936,-1.54582,-1.47255,-0.91011,2.08837,-0.46007
-8.74754,0.88901,-1.54624,-1.47209,-0.91029,2.08861,-0.46036
-8.74858,0.88867,-1.54665,-1.47163,-0.91047,2.08886,-0.46064
-8.74961,0.88833,-1.54705,-1.47119,-0.91064,2.08910,-0.46091
-8.75065,0.88800,-1.54745,-1.47074,-0.91082,2.08933,-0.46118
-8.75168,0.88767,-1.54784,-1.47031,-0.91099,2.08956,-0.46145
-8.75272,0.88735,-1.54823,-1.46988,-0.91116,2.08979,-0.46171
-8.75376,0.88704,-1.54861,-1.46946,-0.91133,2.09001,-0.46197
-8.75479,0.88673,-1.54898,-1.46905,-0.91150,2.09023,-0.46222
-8.75583,0.88643,-1.54935,-1.46864,-0.91166,2.09044,-0.46247
-8.75686,0.88613,-1.54970,-1.46824,-0.91182,2.09066,-0.46271
-8.75790,0.88584,-1.55006,-1.46784,-0.91199,2.09086,-0.46295
-8.75894,0.88555,-1.55041,-1.46745,-0.91214,2.09107,-0.46319
-8.75997,0.88552,-1.55045,-1.46740,-0.91216,2.09109,-0.46322
-8.76101,0.88515,-1.55089,-1.46693,-0.91235,2.09135,-0.46352
-8.76204,0.88479,-1.55132,-1.46646,-0.91253,2.09161,-0.46382
-8.76308,0.88443,-1.55174,-1.46600,-0.91271,2.09186,-0.46411
-8.76411,0.88408,-1.55216,-1.46554,-0.91289,2.09211,-0.46440
-8.76515,0.88374,-1.55257,-1.46509,-0.91306,2.09235,-0.46468
-8.76619,0.88340,-1.55297,-1.46465,-0.91324,2.09259,-0.46495
-8.76722,0.88307,-1.55337,-1.46422,-0.91341,2.09282,-0.46523
-8.76826,0.88274,-1.55376,-1.46379,-0.91358,2.09305,-0.46549
-8.76929,0.88243,-1.55414,-1.46337,-0.91375,2.09328,-0.46576
-8.77033,0.88211,-1.55452,-1.46296,-0.91392,2.09350,-0.46601
-8.77137,0.88180,-1.55489,-1.46255,-0.91408,2.09372,-0.46627
-8.77240,0.88150,-1.55525,-1.46214,-0.91424,2.09393,-0.46652
-8.77344,0.88120,-1.55561,-1.46175,-0.91440,2.09414,-0.46676
-8.77447,0.88091,-1.55596,-1.46136,-0.91456,2.09435,-0.46700
-8.77551,0.88062,-1.55632,-1.46096,-0.91472,2.09456,-0.46725
-8.77655,0.88022,-1.55680,-1.46044,-0.91492,2.09484,-0.46757
-8.77758,0.87983,-1.55727,-1.45992,-0.91512,2.09511,-0.46789
-8.77862,0.87945,-1.55773,-1.45941,-0.91532,2.09538,-0.46820
-8.77965,0.87908,-1.55819,-1.45891,-0.91552,2.09564,-0.46851
-8.78069,0.87871,-1.55864,-1.45842,-0.91571,2.09590,-0.46881
-8.78173,0.87835,-1.55908,-1.45794,-0.91590,2.09616,-0.46911
-8.78276,0.87799,-1.55951,-1.45746,-0.91609,2.09640,-0.46940
-8.78380,0.87765,-1.55994,-1.45699,-0.91627,2.09665,-0.46969
-8.78483,0.87730,-1.56036,-1.45652,-0.91646,2.09689,-0.46997
-8.78587,0.87697,-1.56077,-1.45607,-0.91664,2.09713,-0.47025
-8.78691,0.87664,-1.56117,-1.45562,-0.91682,2.09736,-0.47052
-8.78794,0.87631,-1.56157,-1.45518,-0.91700,2.09759,-0.47079
-8.78898,0.87600,-1.56196,-1.45474,-0.91717,2.09781,-0.47105
-8.79001,0.87568,-1.56234,-1.45431,-0.91735,2.09803,-0.47131
-8.79105,0.87538,-1.56272,-1.45389,-0.91752,2.09825,-0.47156
-8.79209,0.87508,-1.56309,-1.45347,-0.91769,2.09846,-0.47181
-8.79312,0.87478,-1.56346,-1.45306,-0.91785,2.09867,-0.47206
-8.79416,0.87449,-1.56382,-1.45266,-0.91802,2.09888,-0.47230
-8.79519,0.87421,-1.56417,-1.45226,-0.91818,2.09908,-0.47254
-8.79623,0.87394,-1.56449,-1.45190,-0.91833,2.09926,-0.47275
-8.79727,0.87357,-1.56496,-1.45138,-0.91854,2.09953,-0.47306
-8.79830,0.87319,-1.56543,-1.45086,-0.91874,2.09979,-0.47337
-8.79934,0.87283,-1.56588,-1.45036,-0.91894,2.10005,-0.47367
-8.80037,0.87247,-1.56633,-1.44986,-0.91913,2.10030,-0.47397
-8.80141,0.87212,-1.56677,-1.44937,-0.91933,2.10054,-0.47426
-8.80244,0.87178,-1.56720,-1.44889,-0.91952,2.10079,-0.47454
-8.80348,0.87144,-1.56762,-1.44841,-0.91971,2.10102,-0.47482
-8.80452,0.87111,-1.56804,-1.44794,-0.91990,2.10126,-0.47510
-8.80555,0.87078,-1.56845,-1.44748,-0.92009,2.10149,-0.47537
-8.80659,0.87046,-1.56885,-1.44703,-0.92027,2.10171,-0.47564
-8.80762,0.87015,-1.56925,-1.44658,-0.92045,2.10193,-0.47590
-8.80866,0.86984,-1.56964,-1.44614,-0.92063,2.10215,-0.47615
-8.80970,0.86953,-1.57002,-1.44571,-0.92081,2.10237,-0.47641
-8.81073,0.86923,-1.57040,-1.44528,-0.92098,2.10258,-0.47665
-8.81177,0.86894,-1.57077,-1.44486,-0.92116,2.10278,-0.47690
-8.81280,0.86865,-1.57113,-1.44445,-0.92133,2.10298,-0.47714
-8.81384,0.86837,-1.57149,-1.44404,-0.92149,2.10318,-0.47737
-8.81488,0.86809,-1.57184,-1.44364,-0.92166,2.10338,-0.47761
-8.81591,0.86800,-1.57195,-1.44351,-0.92171,2.10344,-0.47768
-8.81695,0.86764,-1.57241,-1.44301,-0.92191,2.10370,-0.47799
-8.81798,0.86728,-1.57286,-1.44251,-0.92211,2.10395,-0.47828
-8.81902,0.86692,-1.57330,-1.44203,-0.92230,2.10420,-0.47858
-8.82006,0.86658,-1.57373,-1.44155,-0.92249,2.10444,-0.47887
-8.82109,0.86623,-1.57415,-1.44108,-0.92268,2.10468,-0.47915
-8.82213,0.86590,-1.57457,-1.44062,-0.92287,2.10492,-0.47943
-8.82316,0.86557,-1.57498,-1.44016,-0.92305,2.10515,-0.47970
-8.82420,0.86525,-1.57538,-1.43971,-0.92323,2.10538,-0.47997
-8.82524,0.86493,-1.57578,-1.43926,-0.92341,2.10560,-0.48024
-8.82627,0.86462,-1.57617,-1.43883,-0.92359,2.10582,-0.48050
-8.82731,0.86431,-1.57655,-1.43840,-0.92377,2.10603,-0.48075
-8.82834,0.86401,-1.57693,-1.43798,-0.92394,2.10624,-0.48100
-8.82938,0.86372,-1.57730,-1.43756,-0.92411,2.10645,-0.48125
-8.83042,0.86343,-1.57766,-1.43715,-0.92428,2.10665,-0.48149
-8.83145,0.86315,-1.57802,-1.43674,-0.92445,2.10685,-0.48173
-8.83249,0.86287,-1.57837,-1.43634,-0.92461,2.10705,-0.48196
-8.83352,0.86269,-1.57859,-1.43610,-0.92471,2.10717,-0.48211
-8.83456,0.86235,-1.57902,-1.43563,-0.92490,2.10741,-0.48239
-8.83560,0.86201,-1.57944,-1.43516,-0.92509,2.10765,-0.48268
-8.83663,0.86168,-1.57985,-1.43470,-0.92527,2.10788,-0.48295
-8.83767,0.86135,-1.58026,-1.43425,-0.92545,2.10811,-0.48323
-8.83870,0.86103,-1.58066,-1.43381,-0.92563,2.10834,-0.48350
-8.83974,0.86072,-1.58105,-1.43337,-0.92581,2.10856,-0.48376
-8.84077,0.86041,-1.58144,-1.43294,-0.92599,2.10877,-0.48402
-8.84181,0.86010,-1.58182,-1.43251,-0.92616,2.10899,-0.48427
-8.84285,0.85980,-1.58220,-1.43209,-0.92633,2.10920,-0.48452
-8.84388,0.85951,-1.58256,-1.43168,-0.92650,2.10940,-0.48477
-8.84492,0.85922,-1.58292,-1.43128,-0.92667,2.10960,-0.48501
-8.84595,0.85894,-1.58328,-1.43088,-0.92683,2.10980,-0.48525
-8.84699,0.85866,-1.58363,-1.43048,-0.92700,2.11000,-0.48548
-8.84803,0.85857,-1.58375,-1.43035,-0.92705,2.11006,-0.48556
-8.84906,0.85818,-1.58424,-1.42980,-0.92727,2.11033,-0.48589
-8.85010,0.85780,-1.58473,-1.42926,-0.92748,2.11060,-0.48621
-8.85113,0.85742,-1.58521,-1.42873,-0.92769,2.11086,-0.48652
-8.85217,0.85705,-1.58568,-1.42821,-0.92790,2.11112,-0.48683
-8.85321,0.85669,-1.58615,-1.42769,-0.92811,2.11137,-0.48713
-8.85424,0.85633,-1.58660,-1.42718,-0.92831,2.11162,-0.48743
-8.85528,0.85598,-1.58705,-1.42668,-0.92851,2.11187,-0.48772
-8.85631,0.85564,-1.58749,-1.42619,-0.92871,2.11211,-0.48801
-8.85735,0.85530,-1.58792,-1.42570,-0.92891,2.11234,-0.48830
-8.85839,0.85497,-1.58835,-1.42522,-0.92910,2.11257,-0.48857
-8.85942,0.85464,-1.58876,-1.42475,-0.92929,2.11280,-0.48885
-8.86046,0.85432,-1.58917,-1.42429,-0.92948,2.11302,-0.48912
-8.86149,0.85401,-1.58958,-1.42383,-0.92967,2.11324,-0.48938
-8.86253,0.85370,-1.58998,-1.42338,-0.92986,2.11346,-0.48964
-8.86357,0.85340,-1.59037,-1.42294,-0.93004,2.11367,-0.48989
-8.86460,0.85310,-1.59075,-1.42250,-0.93022,2.11388,-0.49015
-8.86564,0.85281,-1.59113,-1.42207,-0.93040,2.11408,-0.49039
-8.86667,0.85252,-1.59150,-1.42165,-0.93057,2.11428,-0.49063
-8.86771,0.85224,-1.59186,-1.42123,-0.93075,2.11448,-0.49087
-8.86875,0.85197,-1.59222,-1.42082,-0.93092,2.11467,-0.49111
-8.86978,0.85169,-1.59257,-1.42042,-0.93109,2.11486,-0.49134
-8.87082,0.85158,-1.59272,-1.42025,-0.93116,2.11494,-0.49143
-8.87185,0.85123,-1.59316,-1.41976,-0.93136,2.11519,-0.49172
-8.87289,0.85089,-1.59360,-1.41927,-0.93156,2.11542,-0.49201
-8.87393,0.85056,-1.59403,-1.41879,-0.93175,2.11566,-0.49229
-8.87496,0.85023,-1.59445,-1.41832,-0.93194,2.11589,-0.49257
-8.87600,0.84991,-1.59486,-1.41785,-0.93213,2.11611,-0.49284
-8.87703,0.84959,-1.59527,-1.41740,-0.93232,2.11633,-0.49311
-8.87807,0.84928,-1.59567,-1.41695,-0.93250,2.11655,-0.49337
-8.87910,0.84897,-1.59606,-1.41650,-0.93269,2.11676,-0.49363
-8.88014,0.84867,-1.59645,-1.41606,-0.93287,2.11697,-0.49388
-8.88118,0.84838,-1.59683,-1.41563,-0.93305,2.11718,-0.49413
-8.88221,0.84809,-1.59720,-1.41521,-0.93322,2.11738,-0.49438
-8.88325,0.84781,-1.59757,-1.41479,-0.93340,2.11758,-0.49462
-8.88428,0.84753,-1.59793,-1.41438,-0.93357,2.11777,-0.49486
-8.88532,0.84725,-1.59829,-1.41398,-0.93374,2.11796,-0.49509
-8.88636,0.84698,-1.59865,-1.41357,-0.93391,2.11815,-0.49532
-8.88739,0.84664,-1.59908,-1.41309,-0.93410,2.11839,-0.49561
-8.88843,0.84631,-1.59950,-1.41262,-0.93430,2.11862,-0.49589
-8.88946,0.84599,-1.59991,-1.41215,-0.93449,2.11884,-0.49616
-8.89050,0.84567,-1.60032,-1.41169,-0.93467,2.11906,-0.49643
-8.89154,0.84536,-1.60073,-1.41124,-0.93486,2.11928,-0.49669
-8.89257,0.84505,-1.60112,-1.41080,-0.93504,2.11949,-0.49695
-8.89361,0.84475,-1.60151,-1.41036,-0.93522,2.11970,-0.49721
-8.89464,0.84446,-1.60189,-1.40993,-0.93540,2.11991,-0.49746
-8.89568,0.84417,-1.60227,-1.40951,-0.93558,2.12011,-0.49770
-8.89672,0.84388,-1.60263,-1.40909,-0.93575,2.12031,-0.49795
-8.89775,0.84360,-1.60300,-1.40868,-0.93593,2.12050,-0.49819
-8.89879,0.84333,-1.60335,-1.40827,-0.93610,2.12070,-0.49842
-8.89982,0.84306,-1.60370,-1.40787,-0.93626,2.12088,-0.49865
-8.90086,0.84297,-1.60381,-1.40775,-0.93632,2.12094,-0.49872
-8.90190,0.84266,-1.60422,-1.40729,-0.93650,2.12116,-0.49899
-8.90293,0.84235,-1.60462,-1.40684,-0.93669,2.12137,-0.49925
-8.90397,0.84205,-1.60501,-1.40640,-0.93687,2.12159,-0.49951
-8.90500,0.84175,-1.60539,-1.40597,-0.93705,2.12179,-0.49976
-8.90604,0.84146,-1.60577,-1.40554,-0.93722,2.12200,-0.50001
-8.90708,0.84117,-1.60614,-1.40512,-0.93740,2.12219,-0.50025
-8.90811,0.84089,-1.60651,-1.40471,-0.93757,2.12239,-0.50049
-8.90915,0.84061,-1.60687,-1.40430,-0.93774,2.12258,-0.50073
-8.91018,0.84034,-1.60722,-1.40390,-0.93791,2.12277,-0.50096
-8.91122,0.84012,-1.60751,-1.40358,-0.93805,2.12292,-0.50115
-8.91226,0.83981,-1.60791,-1.40312,-0.93823,2.12314,-0.50141
-8.91329,0.83950,-1.60831,-1.40268,-0.93842,2.12335,-0.50168
-8.91433,0.83920,-1.60870,-1.40224,-0.93860,2.12356,-0.50193
-8.91536,0.83890,-1.60909,-1.40180,-0.93878,2.12377,-0.50219
-8.91640,0.83861,-1.60946,-1.40138,-0.93896,2.12397,-0.50243
-8.91743,0.83832,-1.60984,-1.40096,-0.93913,2.12417,-0.50268
-8.91847,0.83804,-1.61020,-1.40054,-0.93930,2.12437,-0.50292
-8.91951,0.83777,-1.61056,-1.40013,-0.93948,2.12456,-0.50315
-8.92054,0.83750,-1.61091,-1.39973,-0.93964,2.12475,-0.50339
-8.92158,0.83728,-1.61120,-1.39941,-0.93978,2.12490,-0.50357
-8.92261,0.83698,-1.61159,-1.39897,-0.93996,2.12511,-0.50383
-8.92365,0.83668,-1.61198,-1.39853,-0.94014,2.12531,-0.50408
-8.92469,0.83639,-1.61236,-1.39811,-0.94032,2.12551,-0.50433
-8.92572,0.83610,-1.61273,-1.39769,-0.94050,2.12571,-0.50458
-8.92676,0.83582,-1.61310,-1.39727,-0.94067,2.12591,-0.50482
-8.92779,0.83555,-1.61346,-1.39686,-0.94084,2.12610,-0.50505
-8.92883,0.83528,-1.61381,-1.39646,-0.94101,2.12629,-0.50529
-8.92987,0.83501,-1.61416,-1.39606,-0.94118,2.12647,-0.50552
-8.93090,0.83472,-1.61454,-1.39563,-0.94136,2.12667,-0.50576
-8.93194,0.83443,-1.61492,-1.39521,-0.94153,2.12687,-0.50601
-8.93297,0.83415,-1.61528,-1.39479,-0.94171,2.12707,-0.50625
-8.93401,0.83387,-1.61565,-1.39438,-0.94188,2.12726,-0.50649
-8.93505,0.83360,-1.61600,-1.39398,-0.94205,2.12745,-0.50672
-8.93608,0.83334,-1.61635,-1.39358,-0.94221,2.12763,-0.50695
-8.93712,0.83331,-1.61639,-1.39354,-0.94223,2.12765,-0.50697
-8.93815,0.83302,-1.61677,-1.39311,-0.94241,2.12785,-0.50722
-8.93919,0.83273,-1.61714,-1.39269,-0.94259,2.12805,-0.50747
-8.94023,0.83245,-1.61751,-1.39227,-0.94276,2.12824,-0.50771
-8.94126,0.83218,-1.61787,-1.39186,-0.94293,2.12843,-0.50794
-8.94230,0.83191,-1.61823,-1.39146,-0.94310,2.12862,-0.50817
-8.94333,0.83164,-1.61857,-1.39106,-0.94327,2.12880,-0.50840
-8.94437,0.83161,-1.61861,-1.39102,-0.94329,2.12882,-0.50843
-8.94541,0.83132,-1.61899,-1.39061,-0.94346,2.12903,-0.50868
-8.94644,0.83103,-1.61935,-1.39021,-0.94362,2.12923,-0.50893
-8.94748,0.83074,-1.61972,-1.38981,-0.94379,2.12943,-0.50917
-8.94851,0.83046,-1.62007,-1.38941,-0.94395,2.12962,-0.50941
-8.94955,0.83019,-1.62042,-1.38903,-0.94411,2.12981,-0.50965
-8.95059,0.82994,-1.62073,-1.38868,-0.94426,2.12998,-0.50986
-8.95162,0.82965,-1.62109,-1.38830,-0.94442,2.13018,-0.51011
-8.95266,0.82937,-1.62144,-1.38792,-0.94457,2.13038,-0.51036
-8.95369,0.82909,-1.62179,-1.38754,-0.94473,2.13057,-0.51060
-8.95473,0.82881,-1.62213,-1.38717,-0.94488,2.13076,-0.51083
-8.95577,0.82878,-1.62217,-1.38714,-0.94490,2.13078,-0.51086
-8.95680,0.82849,-1.62252,-1.38677,-0.94505,2.13098,-0.51111
-8.95784,0.82820,-1.62287,-1.38640,-0.94520,2.13118,-0.51136
-8.95887,0.82792,-1.62321,-1.38604,-0.94534,2.13138,-0.51161
-8.95991,0.82763,-1.62354,-1.38569,-0.94549,2.13157,-0.51185
-8.96094,0.82733,-1.62389,-1.38533,-0.94563,2.13178,-0.51211
-8.96198,0.82704,-1.62424,-1.38498,-0.94578,2.13198,-0.51236
-8.96302,0.82675,-1.62457,-1.38463,-0.94592,2.13218,-0.51261
-8.96405,0.82647,-1.62491,-1.38429,-0.94606,2.13238,-0.51285
-8.96509,0.82644,-1.62494,-1.38425,-0.94607,2.13240,-0.51288
-8.96612,0.82614,-1.62527,-1.38392,-0.94620,2.13260,-0.51313
-8.96716,0.82586,-1.62560,-1.38359,-0.94634,2.13280,-0.51338
-8.96820,0.82580,-1.62566,-1.38353,-0.94636,2.13284,-0.51343
-8.96923,0.82551,-1.62600,-1.38319,-0.94650,2.13304,-0.51368
-8.97027,0.82522,-1.62632,-1.38286,-0.94663,2.13324,-0.51393
-8.97130,0.82519,-1.62636,-1.38283,-0.94664,2.13326,-0.51395
-8.97234,0.82490,-1.62668,-1.38251,-0.94677,2.13346,-0.51421
-8.97338,0.82460,-1.62701,-1.38220,-0.94690,2.13366,-0.51446
-8.97441,0.82457,-1.62704,-1.38217,-0.94691,2.13368,-0.51449
-8.97545,0.82427,-1.62736,-1.38188,-0.94702,2.13389,-0.51475
-8.97648,0.82397,-1.62767,-1.38159,-0.94713,2.13410,-0.51501
-8.97752,0.82382,-1.62782,-1.38145,-0.94719,2.13420,-0.51514
-8.97856,0.82373,-1.62791,-1.38138,-0.94721,2.13427,-0.51522
-8.97959,0.82339,-1.62822,-1.38114,-0.94730,2.13449,-0.51551
-8.98063,0.82307,-1.62852,-1.38091,-0.94738,2.13472,-0.51579
-8.98166,0.82275,-1.62881,-1.38068,-0.94746,2.13494,-0.51606
-8.98270,0.82243,-1.62910,-1.38045,-0.94754,2.13515,-0.51634
-8.98374,0.82215,-1.62936,-1.38026,-0.94761,2.13535,-0.51658
-8.98477,0.82181,-1.62963,-1.38009,-0.94766,2.13558,-0.51687
-8.98581,0.82148,-1.62989,-1.37993,-0.94772,2.13580,-0.51715
-8.98684,0.82116,-1.63015,-1.37977,-0.94777,2.13603,-0.51743
-8.98788,0.82083,-1.63041,-1.37962,-0.94781,2.13625,-0.51771
-8.98892,0.82047,-1.63063,-1.37957,-0.94781,2.13650,-0.51803
-8.98995,0.82012,-1.63085,-1.37952,-0.94780,2.13674,-0.51833
-8.99099,0.81977,-1.63107,-1.37947,-0.94780,2.13698,-0.51864
-8.99202,0.81943,-1.63128,-1.37942,-0.94779,2.13721,-0.51893
-8.99306,0.81909,-1.63149,-1.37937,-0.94779,2.13744,-0.51922
-8.99410,0.81876,-1.63170,-1.37932,-0.94779,2.13767,-0.51951
-8.99513,0.81850,-1.63186,-1.37929,-0.94778,2.13785,-0.51974
-8.99617,0.81813,-1.63201,-1.37938,-0.94771,2.13810,-0.52005
-8.99720,0.81777,-1.63217,-1.37946,-0.94765,2.13834,-0.52036
-8.99824,0.81742,-1.63232,-1.37954,-0.94758,2.13858,-0.52067
-8.99927,0.81708,-1.63246,-1.37962,-0.94752,2.13882,-0.52097
-9.00031,0.81674,-1.63261,-1.37970,-0.94745,2.13905,-0.52126
-9.00135,0.81641,-1.63275,-1.37978,-0.94739,2.13927,-0.52155
-9.00238,0.81608,-1.63289,-1.37985,-0.94733,2.13950,-0.52183
-9.00342,0.81582,-1.63299,-1.37992,-0.94728,2.13967,-0.52206
-9.00445,0.81547,-1.63309,-1.38011,-0.94716,2.13992,-0.52237
-9.00549,0.81512,-1.63318,-1.38030,-0.94705,2.14015,-0.52267
-9.00653,0.81478,-1.63327,-1.38048,-0.94694,2.14039,-0.52297
-9.00756,0.81444,-1.63336,-1.38066,-0.94683,2.14061,-0.52326
-9.00860,0.81411,-1.63345,-1.38083,-0.94672,2.14084,-0.52354
-9.00963,0.81379,-1.63354,-1.38101,-0.94661,2.14106,-0.52383
-9.01067,0.81347,-1.63363,-1.38118,-0.94651,2.14128,-0.52410
-9.01171,0.81316,-1.63371,-1.38134,-0.94641,2.14149,-0.52437
-9.01274,0.81306,-1.63373,-1.38139,-0.94638,2.14155,-0.52445
-9.01378,0.81275,-1.63380,-1.38159,-0.94626,2.14177,-0.52473
-9.01481,0.81244,-1.63387,-1.38178,-0.94615,2.14198,-0.52500
-9.01585,0.81223,-1.63392,-1.38192,-0.94607,2.14212,-0.52519
-9.01689,0.81192,-1.63398,-1.38212,-0.94595,2.14233,-0.52545
-9.01792,0.81180,-1.63401,-1.38220,-0.94590,2.14242,-0.52556
-9.01896,0.81150,-1.63406,-1.38241,-0.94578,2.14262,-0.52582
-9.01999,0.81134,-1.63409,-1.38252,-0.94572,2.14272,-0.52595
-9.02103,0.81104,-1.63413,-1.38276,-0.94558,2.14293,-0.52622
-9.02207,0.81074,-1.63417,-1.38300,-0.94544,2.14314,-0.52648
-9.02310,0.81050,-1.63420,-1.38319,-0.94534,2.14330,-0.52669
-9.02414,0.81019,-1.63422,-1.38347,-0.94518,2.14351,-0.52696
-9.02517,0.80989,-1.63425,-1.38375,-0.94503,2.14372,-0.52723
-9.02621,0.80959,-1.63427,-1.38402,-0.94488,2.14392,-0.52748
-9.02725,0.80930,-1.63429,-1.38429,-0.94473,2.14412,-0.52774
-9.02828,0.80918,-1.63430,-1.38439,-0.94467,2.14420,-0.52784
-9.02932,0.80889,-1.63431,-1.38469,-0.94451,2.14440,-0.52810
-9.03035,0.80860,-1.63432,-1.38497,-0.94435,2.14459,-0.52835
-9.03139,0.80831,-1.63433,-1.38526,-0.94420,2.14479,-0.52860
-9.03243,0.80829,-1.63433,-1.38529,-0.94418,2.14481,-0.52862
-9.03346,0.80801,-1.63431,-1.38561,-0.94401,2.14500,-0.52887
-9.03450,0.80773,-1.63430,-1.38593,-0.94384,2.14518,-0.52911
-9.03553,0.80765,-1.63429,-1.38603,-0.94378,2.14524,-0.52918
-9.03657,0.80737,-1.63427,-1.38637,-0.94360,2.14543,-0.52943
-9.03760,0.80709,-1.63424,-1.38671,-0.94342,2.14562,-0.52967
-9.03864,0.80682,-1.63422,-1.38704,-0.94324,2.14580,-0.52990
-9.03968,0.80677,-1.63421,-1.38712,-0.94321,2.14584,-0.52995
-9.04071,0.80651,-1.63414,-1.38752,-0.94300,2.14601,-0.53018
-9.04175,0.80625,-1.63408,-1.38791,-0.94279,2.14619,-0.53041
-9.04278,0.80600,-1.63401,-1.38830,-0.94259,2.14636,-0.53063
-9.04382,0.80583,-1.63396,-1.38858,-0.94245,2.14648,-0.53078
-9.04486,0.80560,-1.63380,-1.38913,-0.94218,2.14663,-0.53098
-9.04589,0.80537,-1.63364,-1.38966,-0.94192,2.14679,-0.53118
-9.04693,0.80515,-1.63349,-1.39018,-0.94166,2.14694,-0.53138
-9.04796,0.80493,-1.63334,-1.39070,-0.94140,2.14709,-0.53157
-9.04900,0.80471,-1.63319,-1.39120,-0.94115,2.14723,-0.53176
-9.05004,0.80450,-1.63304,-1.39170,-0.94090,2.14738,-0.53194
-9.05107,0.80430,-1.63290,-1.39219,-0.94066,2.14752,-0.53213
-9.05211,0.80409,-1.63275,-1.39267,-0.94042,2.14766,-0.53230
-9.05314,0.80402,-1.63268,-1.39290,-0.94031,2.14771,-0.53237
-9.05418,0.80389,-1.63232,-1.39370,-0.93994,2.14779,-0.53249
-9.05522,0.80376,-1.63196,-1.39450,-0.93956,2.14788,-0.53260
-9.05625,0.80364,-1.63162,-1.39528,-0.93920,2.14797,-0.53272
-9.05729,0.80351,-1.63127,-1.39604,-0.93884,2.14805,-0.53283
-9.05832,0.80339,-1.63094,-1.39680,-0.93849,2.14814,-0.53294
-9.05936,0.80327,-1.63061,-1.39754,-0.93814,2.14822,-0.53304
-9.06040,0.80316,-1.63028,-1.39827,-0.93780,2.14830,-0.53315
-9.06143,0.80304,-1.62996,-1.39898,-0.93746,2.14838,-0.53325
-9.06247,0.80293,-1.62965,-1.39969,-0.93713,2.14845,-0.53335
-9.06350,0.80282,-1.62934,-1.40038,-0.93680,2.14853,-0.53345
-9.06454,0.80271,-1.62904,-1.40107,-0.93648,2.14860,-0.53354
-9.06558,0.80261,-1.62874,-1.40174,-0.93616,2.14867,-0.53363
-9.06661,0.80251,-1.62844,-1.40240,-0.93585,2.14874,-0.53373
-9.06765,0.80241,-1.62815,-1.40304,-0.93554,2.14881,-0.53382
-9.06868,0.80231,-1.62787,-1.40368,-0.93524,2.14888,-0.53390
-9.06972,0.80221,-1.62759,-1.40431,-0.93494,2.14894,-0.53399
-9.07076,0.80212,-1.62732,-1.40493,-0.93465,2.14901,-0.53407
-9.07179,0.80202,-1.62705,-1.40553,-0.93436,2.14907,-0.53416
-9.07283,0.80193,-1.62678,-1.40613,-0.93407,2.14913,-0.53424
-9.07386,0.80190,-1.62666,-1.40638,-0.93396,2.14915,-0.53426
-9.07490,0.80186,-1.62630,-1.40710,-0.93362,2.14918,-0.53430
-9.07593,0.80183,-1.62594,-1.40782,-0.93329,2.14921,-0.53434
-9.07697,0.80179,-1.62559,-1.40852,-0.93297,2.14923,-0.53437
-9.07801,0.80175,-1.62524,-1.40920,-0.93265,2.14926,-0.53440
-9.07904,0.80172,-1.62490,-1.40988,-0.93233,2.14928,-0.53444
-9.08008,0.80168,-1.62456,-1.41055,-0.93202,2.14931,-0.53447
-9.08111,0.80165,-1.62423,-1.41120,-0.93172,2.14933,-0.53450
-9.08215,0.80162,-1.62391,-1.41185,-0.93142,2.14935,-0.53453
-9.08319,0.80159,-1.62359,-1.41248,-0.93112,2.14938,-0.53456
-9.08422,0.80156,-1.62327,-1.41310,-0.93083,2.14940,-0.53458
-9.08526,0.80154,-1.62305,-1.41355,-0.93062,2.14941,-0.53460
-9.08629,0.80158,-1.62263,-1.41429,-0.93029,2.14939,-0.53457
-9.08733,0.80161,-1.62222,-1.41502,-0.92996,2.14936,-0.53454
-9.08837,0.80165,-1.62181,-1.41574,-0.92963,2.14934,-0.53451
-9.08940,0.80168,-1.62141,-1.41645,-0.92931,2.14932,-0.53448
-9.09044,0.80171,-1.62102,-1.41714,-0.92899,2.14930,-0.53446
-9.09147,0.80175,-1.62064,-1.41783,-0.92868,2.14928,-0.53443
-9.09251,0.80178,-1.62026,-1.41850,-0.92837,2.14925,-0.53440
-9.09355,0.80181,-1.61989,-1.41916,-0.92807,2.14923,-0.53437
-9.09458,0.80185,-1.61952,-1.41981,-0.92777,2.14921,-0.53435
-9.09562,0.80188,-1.61916,-1.42045,-0.92748,2.14919,-0.53432
-9.09665,0.80191,-1.61881,-1.42108,-0.92719,2.14917,-0.53429
-9.09769,0.80194,-1.61846,-1.42170,-0.92690,2.14915,-0.53426
-9.09873,0.80196,-1.61837,-1.42185,-0.92684,2.14913,-0.53425
-9.09976,0.80214,-1.61780,-1.42273,-0.92646,2.14902,-0.53410
-9.10080,0.80231,-1.61723,-1.42359,-0.92608,2.14890,-0.53395
-9.10183,0.80249,-1.61668,-1.42444,-0.92571,2.14879,-0.53380
-9.10287,0.80265,-1.61613,-1.42527,-0.92535,2.14867,-0.53366
-9.10391,0.80282,-1.61560,-1.42609,-0.92499,2.14856,-0.53351
-9.10494,0.80298,-1.61507,-1.42690,-0.92464,2.14845,-0.53337
-9.10598,0.80314,-1.61455,-1.42769,-0.92429,2.14835,-0.53323
-9.10701,0.80330,-1.61404,-1.42847,-0.92395,2.14824,-0.53310
-9.10805,0.80346,-1.61354,-1.42924,-0.92361,2.14814,-0.53296
-9.10909,0.80361,-1.61305,-1.43000,-0.92328,2.14803,-0.53283
-9.11012,0.80376,-1.61257,-1.43074,-0.92295,2.14793,-0.53270
-9.11116,0.80391,-1.61209,-1.43147,-0.92262,2.14783,-0.53257
-9.11219,0.80406,-1.61162,-1.43219,-0.92231,2.14773,-0.53244
-9.11323,0.80421,-1.61116,-1.43290,-0.92199,2.14764,-0.53232
-9.11426,0.80435,-1.61071,-1.43360,-0.92168,2.14754,-0.53219
-9.11530,0.80449,-1.61027,-1.43428,-0.92138,2.14745,-0.53207
-9.11634,0.80463,-1.60983,-1.43495,-0.92108,2.14735,-0.53195
-9.11737,0.80476,-1.60940,-1.43562,-0.92078,2.14726,-0.53183
-9.11841,0.80490,-1.60898,-1.43627,-0.92049,2.14717,-0.53172
-9.11944,0.80503,-1.60857,-1.43691,-0.92021,2.14708,-0.53160
-9.12048,0.80516,-1.60816,-1.43754,-0.91992,2.14699,-0.53149
-9.12152,0.80529,-1.60776,-1.43816,-0.91964,2.14691,-0.53138
-9.12255,0.80541,-1.60736,-1.43877,-0.91937,2.14682,-0.53127
-9.12359,0.80554,-1.60698,-1.43937,-0.91910,2.14674,-0.53116
-9.12462,0.80566,-1.60660,-1.43996,-0.91883,2.14666,-0.53105
-9.12566,0.80578,-1.60622,-1.44054,-0.91857,2.14658,-0.53095
-9.12670,0.80581,-1.60617,-1.44061,-0.91854,2.14656,-0.53092
-9.12773,0.80605,-1.60563,-1.44135,-0.91822,2.14639,-0.53071
-9.12877,0.80629,-1.60511,-1.44207,-0.91791,2.14623,-0.53050
-9.12980,0.80653,-1.60459,-1.44279,-0.91761,2.14607,-0.53030
-9.13084,0.80676,-1.60409,-1.44349,-0.91731,2.14592,-0.53010
-9.13188,0.80699,-1.60359,-1.44418,-0.91701,2.14576,-0.52990
-9.13291,0.80721,-1.60310,-1.44486,-0.91672,2.14561,-0.52970
-9.13395,0.80743,-1.60262,-1.44552,-0.91643,2.14546,-0.52951
-9.13498,0.80765,-1.60214,-1.44618,-0.91614,2.14531,-0.52932
-9.13602,0.80787,-1.60168,-1.44683,-0.91586,2.14517,-0.52914
-9.13706,0.80808,-1.60122,-1.44746,-0.91559,2.14503,-0.52895
-9.13809,0.80829,-1.60077,-1.44809,-0.91531,2.14489,-0.52877
-9.13913,0.80849,-1.60033,-1.44870,-0.91505,2.14475,-0.52859
-9.14016,0.80869,-1.59989,-1.44931,-0.91478,2.14461,-0.52842
-9.14120,0.80889,-1.59947,-1.44990,-0.91452,2.14448,-0.52825
-9.14224,0.80909,-1.59905,-1.45049,-0.91426,2.14434,-0.52808
-9.14327,0.80928,-1.59864,-1.45106,-0.91401,2.14421,-0.52791
-9.14431,0.80947,-1.59823,-1.45163,-0.91376,2.14409,-0.52774
-9.14534,0.80965,-1.59783,-1.45219,-0.91352,2.14396,-0.52758
-9.14638,0.80984,-1.59744,-1.45273,-0.91327,2.14384,-0.52742
-9.14742,0.81002,-1.59706,-1.45327,-0.91303,2.14371,-0.52726
-9.14845,0.81019,-1.59668,-1.45380,-0.91280,2.14359,-0.52711
-9.14949,0.81022,-1.59663,-1.45387,-0.91277,2.14357,-0.52708
-9.15052,0.81051,-1.59610,-1.45455,-0.91249,2.14338,-0.52683
-9.15156,0.81080,-1.59558,-1.45521,-0.91221,2.14318,-0.52658
-9.15260,0.81108,-1.59508,-1.45586,-0.91193,2.14299,-0.52634
-9.15363,0.81136,-1.59458,-1.45650,-0.91166,2.14280,-0.52610
-9.15467,0.81163,-1.59409,-1.45713,-0.91140,2.14262,-0.52586
-9.15570,0.81190,-1.59361,-1.45775,-0.91113,2.14244,-0.52563
-9.15674,0.81216,-1.59314,-1.45836,-0.91087,2.14226,-0.52540
-9.15777,0.81242,-1.59267,-1.45896,-0.91062,2.14208,-0.52518
-9.15881,0.81268,-1.59221,-1.45955,-0.91037,2.14191,-0.52495
-9.15985,0.81293,-1.59177,-1.46013,-0.91012,2.14174,-0.52474
-9.16088,0.81318,-1.59132,-1.46070,-0.90987,2.14157,-0.52452
-9.16192,0.81342,-1.59089,-1.46126,-0.90963,2.14140,-0.52431
-9.16295,0.81366,-1.59046,-1.46182,-0.90939,2.14124,-0.52410
-9.16399,0.81390,-1.59005,-1.46236,-0.90916,2.14108,-0.52390
-9.16503,0.81413,-1.58963,-1.46290,-0.90893,2.14092,-0.52370
-9.16606,0.81436,-1.58923,-1.46342,-0.90870,2.14077,-0.52350
-9.16710,0.81458,-1.58883,-1.46394,-0.90847,2.14061,-0.52330
-9.16813,0.81480,-1.58844,-1.46445,-0.90825,2.14046,-0.52311
-9.16917,0.81502,-1.58806,-1.46495,-0.90803,2.14032,-0.52292
-9.17021,0.81523,-1.58768,-1.46544,-0.90782,2.14017,-0.52274
-9.17124,0.81538,-1.58743,-1.46576,-0.90769,2.14007,-0.52261
-9.17228,0.81577,-1.58684,-1.46645,-0.90741,2.13981,-0.52227
-9.17331,0.81615,-1.58626,-1.46713,-0.90713,2.13954,-0.52194
-9.17435,0.81653,-1.58569,-1.46779,-0.90687,2.13929,-0.52161
-9.17539,0.81691,-1.58513,-1.46845,-0.90660,2.13903,-0.52129
-9.17642,0.81727,-1.58458,-1.46910,-0.90634,2.13878,-0.52098
-9.17746,0.81763,-1.58403,-1.46973,-0.90608,2.13854,-0.52066
-9.17849,0.81799,-1.58350,-1.47036,-0.90582,2.13830,-0.52036
-9.17953,0.81834,-1.58298,-1.47097,-0.90557,2.13806,-0.52006
-9.18057,0.81868,-1.58246,-1.47158,-0.90533,2.13783,-0.51976
-9.18160,0.81902,-1.58196,-1.47217,-0.90508,2.13759,-0.51947
-9.18264,0.81935,-1.58146,-1.47276,-0.90484,2.13737,-0.51918
-9.18367,0.81968,-1.58097,-1.47333,-0.90460,2.13715,-0.51890
-9.18471,0.82000,-1.58049,-1.47390,-0.90437,2.13693,-0.51862
-9.18575,0.82032,-1.58002,-1.47446,-0.90414,2.13671,-0.51835
-9.18678,0.82063,-1.57956,-1.47500,-0.90391,2.13650,-0.51808
-9.18782,0.82093,-1.57910,-1.47554,-0.90369,2.13629,-0.51782
-9.18885,0.82124,-1.57865,-1.47607,-0.90347,2.13608,-0.51756
-9.18989,0.82153,-1.57821,-1.47660,-0.90325,2.13588,-0.51730
-9.19093,0.82182,-1.57778,-1.47711,-0.90303,2.13568,-0.51705
-9.19196,0.82211,-1.57736,-1.47761,-0.90282,2.13548,-0.51680
-9.19300,0.82239,-1.57694,-1.47811,-0.90261,2.13529,-0.51656
-9.19403,0.82267,-1.57653,-1.47860,-0.90241,2.13510,-0.51632
-9.19507,0.82294,-1.57613,-1.47908,-0.90220,2.13491,-0.51608
-9.19610,0.82321,-1.57573,-1.47955,-0.90200,2.13473,-0.51585
-9.19714,0.82347,-1.57534,-1.48002,-0.90181,2.13455,-0.51562
-9.19818,0.82373,-1.57496,-1.48048,-0.90161,2.13437,-0.51540
-9.19921,0.82399,-1.57458,-1.48093,-0.90142,2.13419,-0.51518
-9.20025,0.82424,-1.57421,-1.48137,-0.90123,2.13402,-0.51496
-9.20128,0.82450,-1.57383,-1.48183,-0.90104,2.13384,-0.51473
-9.20232,0.82492,-1.57326,-1.48245,-0.90079,2.13355,-0.51437
-9.20336,0.82534,-1.57270,-1.48306,-0.90055,2.13327,-0.51402
-9.20439,0.82574,-1.57216,-1.48366,-0.90031,2.13299,-0.51367
-9.20543,0.82614,-1.57162,-1.48426,-0.90008,2.13272,-0.51333
-9.20646,0.82654,-1.57109,-1.48484,-0.89985,2.13245,-0.51299
-9.20750,0.82692,-1.57057,-1.48541,-0.89962,2.13219,-0.51266
-9.20854,0.82730,-1.57006,-1.48598,-0.89940,2.13193,-0.51233
-9.20957,0.82768,-1.56955,-1.48653,-0.89917,2.13167,-0.51201
-9.21061,0.82805,-1.56906,-1.48708,-0.89896,2.13142,-0.51169
-9.21164,0.82841,-1.56858,-1.48761,-0.89874,2.13117,-0.51138
-9.21268,0.82876,-1.56810,-1.48814,-0.89853,2.13092,-0.51108
-9.21372,0.82911,-1.56763,-1.48866,-0.89832,2.13068,-0.51078
-9.21475,0.82946,-1.56717,-1.48917,-0.89811,2.13045,-0.51048
-9.21579,0.82980,-1.56672,-1.48968,-0.89791,2.13021,-0.51019
-9.21682,0.83013,-1.56628,-1.49017,-0.89771,2.12999,-0.50991
-9.21786,0.83046,-1.56584,-1.49066,-0.89751,2.12976,-0.50963
-9.21890,0.83078,-1.56541,-1.49114,-0.89731,2.12954,-0.50935
-9.21993,0.83110,-1.56499,-1.49161,-0.89712,2.12932,-0.50908
-9.22097,0.83141,-1.56458,-1.49207,-0.89693,2.12910,-0.50881
-9.22200,0.83172,-1.56417,-1.49253,-0.89674,2.12889,-0.50855
-9.22304,0.83202,-1.56377,-1.49297,-0.89656,2.12869,-0.50829
-9.22408,0.83231,-1.56338,-1.49342,-0.89638,2.12848,-0.50803
-9.22511,0.83261,-1.56299,-1.49385,-0.89620,2.12828,-0.50778
-9.22615,0.83289,-1.56261,-1.49428,-0.89602,2.12808,-0.50754
-9.22718,0.83317,-1.56224,-1.49470,-0.89584,2.12789,-0.50729
-9.22822,0.83345,-1.56187,-1.49511,-0.89567,2.12769,-0.50706
-9.22926,0.83372,-1.56151,-1.49552,-0.89550,2.12751,-0.50682
-9.23029,0.83398,-1.56118,-1.49589,-0.89535,2.12733,-0.50661
-9.23133,0.83435,-1.56071,-1.49639,-0.89515,2.12708,-0.50629
-9.23236,0.83472,-1.56025,-1.49688,-0.89496,2.12682,-0.50597
-9.23340,0.83508,-1.55980,-1.49736,-0.89476,2.12657,-0.50567
-9.23443,0.83543,-1.55935,-1.49784,-0.89458,2.12633,-0.50536
-9.23547,0.83578,-1.55891,-1.49831,-0.89439,2.12609,-0.50507
-9.23651,0.83612,-1.55848,-1.49877,-0.89421,2.12585,-0.50477
-9.23754,0.83646,-1.55806,-1.49922,-0.89403,2.12562,-0.50448
-9.23858,0.83679,-1.55765,-1.49966,-0.89385,2.12539,-0.50420
-9.23961,0.83712,-1.55724,-1.50010,-0.89367,2.12516,-0.50392
-9.24065,0.83744,-1.55684,-1.50053,-0.89350,2.12494,-0.50365
-9.24169,0.83776,-1.55644,-1.50096,-0.89333,2.12472,-0.50338
-9.24272,0.83807,-1.55606,-1.50137,-0.89316,2.12451,-0.50311
-9.24376,0.83837,-1.55568,-1.50178,-0.89299,2.12430,-0.50285
-9.24479,0.83867,-1.55530,-1.50219,-0.89283,2.12409,-0.50260
-9.24583,0.83897,-1.55494,-1.50259,-0.89267,2.12389,-0.50235
-9.24687,0.83926,-1.55458,-1.50298,-0.89251,2.12368,-0.50210
-9.24790,0.83954,-1.55422,-1.50336,-0.89235,2.12349,-0.50185
-9.24894,0.83983,-1.55386,-1.50375,-0.89219,2.12329,-0.50161
-9.24997,0.84020,-1.55342,-1.50420,-0.89201,2.12303,-0.50130
-9.25101,0.84056,-1.55299,-1.50465,-0.89184,2.12279,-0.50099
-9.25205,0.84091,-1.55257,-1.50508,-0.89167,2.12254,-0.50069
-9.25308,0.84126,-1.55216,-1.50551,-0.89150,2.12230,-0.50040
-9.25412,0.84160,-1.55175,-1.50594,-0.89134,2.12207,-0.50011
-9.25515,0.84194,-1.55135,-1.50635,-0.89117,2.12183,-0.49982
-9.25619,0.84227,-1.55095,-1.50676,-0.89101,2.12160,-0.49954
-9.25723,0.84259,-1.55057,-1.50717,-0.89085,2.12138,-0.49926
-9.25826,0.84291,-1.55018,-1.50756,-0.89069,2.12116,-0.49899
-9.25930,0.84322,-1.54981,-1.50796,-0.89054,2.12094,-0.49872
-9.26033,0.84353,-1.54944,-1.50834,-0.89038,2.12073,-0.49846
-9.26137,0.84384,-1.54908,-1.50872,-0.89023,2.12051,-0.49820
-9.26241,0.84413,-1.54873,-1.50909,-0.89008,2.12031,-0.49795
-9.26344,0.84443,-1.54838,-1.50946,-0.88994,2.12010,-0.49770
-9.26448,0.84469,-1.54807,-1.50977,-0.88981,2.11992,-0.49748
-9.26551,0.84530,-1.54738,-1.51043,-0.88958,2.11950,-0.49697
-9.26655,0.84590,-1.54671,-1.51107,-0.88936,2.11909,-0.49647
-9.26759,0.84649,-1.54604,-1.51170,-0.88914,2.11869,-0.49597
-9.26862,0.84706,-1.54539,-1.51232,-0.88892,2.11829,-0.49549
-9.26966,0.84763,-1.54475,-1.51293,-0.88870,2.11789,-0.49501
-9.27069,0.84819,-1.54412,-1.51354,-0.88849,2.11751,-0.49454
-9.27173,0.84874,-1.54350,-1.51413,-0.88828,2.11713,-0.49408
-9.27276,0.84929,-1.54290,-1.51471,-0.88808,2.11675,-0.49362
-9.27380,0.84982,-1.54230,-1.51528,-0.88787,2.11639,-0.49318
-9.27484,0.85034,-1.54172,-1.51584,-0.88767,2.11602,-0.49274
-9.27587,0.85086,-1.54114,-1.51640,-0.88747,2.11567,-0.49230
-9.27691,0.85136,-1.54058,-1.51694,-0.88728,2.11532,-0.49188
-9.27794,0.85186,-1.54002,-1.51747,-0.88708,2.11497,-0.49146
-9.27898,0.85235,-1.53947,-1.51800,-0.88689,2.11463,-0.49105
-9.28002,0.85284,-1.53894,-1.51852,-0.88670,2.11430,-0.49065
-9.28105,0.85331,-1.53841,-1.51903,-0.88652,2.11397,-0.49025
-9.28209,0.85378,-1.53789,-1.51953,-0.88633,2.11364,-0.48986
-9.28312,0.85424,-1.53739,-1.52002,-0.88615,2.11332,-0.48947
-9.28416,0.85469,-1.53689,-1.52051,-0.88597,2.11301,-0.48909
-9.28520,0.85513,-1.53640,-1.52098,-0.88580,2.11270,-0.48872
-9.28623,0.85557,-1.53591,-1.52145,-0.88563,2.11240,-0.48836
-9.28727,0.85600,-1.53544,-1.52191,-0.88545,2.11210,-0.48800
-9.28830,0.85642,-1.53498,-1.52237,-0.88528,2.11181,-0.48764
-9.28934,0.85683,-1.53452,-1.52281,-0.88512,2.11152,-0.48729
-9.29038,0.85724,-1.53407,-1.52325,-0.88495,2.11123,-0.48695
-9.29141,0.85764,-1.53363,-1.52368,-0.88479,2.11095,-0.48662
-9.29245,0.85804,-1.53320,-1.52411,-0.88463,2.11068,-0.48628
-9.29348,0.85843,-1.53277,-1.52453,-0.88447,2.11041,-0.48596
-9.29452,0.85881,-1.53235,-1.52494,-0.88432,2.11014,-0.48564
-9.29556,0.85918,-1.53194,-1.52534,-0.88416,2.10988,-0.48532
-9.29659,0.85955,-1.53154,-1.52574,-0.88401,2.10962,-0.48501
-9.29763,0.85992,-1.53114,-1.52613,-0.88386,2.10936,-0.48471
-9.29866,0.86027,-1.53075,-1.52652,-0.88371,2.10911,-0.48441
-9.29970,0.86062,-1.53037,-1.52689,-0.88357,2.10887,-0.48412
-9.30074,0.86097,-1.52999,-1.52727,-0.88342,2.10863,-0.48383
-9.30177,0.86131,-1.52962,-1.52763,-0.88328,2.10839,-0.48354
-9.30281,0.86164,-1.52926,-1.52799,-0.88314,2.10815,-0.48326
-9.30384,0.86197,-1.52890,-1.52835,-0.88300,2.10792,-0.48299
-9.30488,0.86229,-1.52855,-1.52870,-0.88287,2.10770,-0.48272
-9.30592,0.86261,-1.52821,-1.52904,-0.88273,2.10747,-0.48245
-9.30695,0.86292,-1.52787,-1.52938,-0.88260,2.10726,-0.48219
-9.30799,0.86318,-1.52759,-1.52966,-0.88249,2.10707,-0.48197
-9.30902,0.86360,-1.52713,-1.53012,-0.88232,2.10678,-0.48162
-9.31006,0.86402,-1.52667,-1.53056,-0.88216,2.10649,-0.48127
-9.31109,0.86443,-1.52622,-1.53101,-0.88199,2.10620,-0.48093
-9.31213,0.86483,-1.52578,-1.53144,-0.88183,2.10592,-0.48060
-9.31317,0.86523,-1.52534,-1.53187,-0.88167,2.10564,-0.48027
-9.31420,0.86562,-1.52492,-1.53229,-0.88151,2.10537,-0.47994
-9.31524,0.86600,-1.52450,-1.53270,-0.88136,2.10510,-0.47963
-9.31627,0.86637,-1.52409,-1.53311,-0.88121,2.10484,-0.47931
-9.31731,0.86674,-1.52368,-1.53351,-0.88106,2.10458,-0.47900
-9.31835,0.86711,-1.52329,-1.53390,-0.88091,2.10433,-0.47870
-9.31938,0.86747,-1.52290,-1.53429,-0.88076,2.10408,-0.47840
-9.32042,0.86782,-1.52251,-1.53467,-0.88062,2.10383,-0.47811
-9.32145,0.86816,-1.52214,-1.53504,-0.88047,2.10359,-0.47782
-9.32249,0.86850,-1.52177,-1.53541,-0.88033,2.10335,-0.47754
-9.32353,0.86884,-1.52140,-1.53577,-0.88019,2.10311,-0.47726
-9.32456,0.86917,-1.52105,-1.53613,-0.88005,2.10288,-0.47699
-9.32560,0.86949,-1.52069,-1.53648,-0.87992,2.10265,-0.47672
-9.32663,0.86981,-1.52035,-1.53683,-0.87978,2.10243,-0.47645
-9.32767,0.87012,-1.52001,-1.53717,-0.87965,2.10221,-0.47619
-9.32871,0.87031,-1.51980,-1.53738,-0.87957,2.10207,-0.47603
-9.32974,0.87071,-1.51937,-1.53780,-0.87942,2.10180,-0.47571
-9.33078,0.87109,-1.51895,-1.53821,-0.87926,2.10153,-0.47539
-9.33181,0.87147,-1.51853,-1.53862,-0.87911,2.10126,-0.47507
-9.33285,0.87185,-1.51813,-1.53903,-0.87896,2.10100,-0.47476
-9.33389,0.87221,-1.51773,-1.53942,-0.87881,2.10074,-0.47446
-9.33492,0.87257,-1.51733,-1.53981,-0.87866,2.10048,-0.47416
-9.33596,0.87293,-1.51695,-1.54019,-0.87852,2.10023,-0.47386
-9.33699,0.87328,-1.51657,-1.54057,-0.87838,2.09999,-0.47357
-9.33803,0.87362,-1.51620,-1.54094,-0.87824,2.09975,-0.47329
-9.33907,0.87396,-1.51583,-1.54131,-0.87810,2.09951,-0.47301
-9.34010,0.87429,-1.51547,-1.54167,-0.87796,2.09927,-0.47273
-9.34114,0.87462,-1.51512,-1.54202,-0.87783,2.09904,-0.47246
-9.34217,0.87494,-1.51477,-1.54237,-0.87769,2.09882,-0.47220
-9.34321,0.87526,-1.51443,-1.54271,-0.87756,2.09860,-0.47193
-9.34425,0.87559,-1.51407,-1.54307,-0.87743,2.09836,-0.47166
-9.34528,0.87607,-1.51352,-1.54361,-0.87723,2.09802,-0.47126
-9.34632,0.87656,-1.51299,-1.54414,-0.87704,2.09768,-0.47086
-9.34735,0.87703,-1.51246,-1.54466,-0.87686,2.09735,-0.47047
-9.34839,0.87749,-1.51194,-1.54518,-0.87667,2.09703,-0.47009
-9.34943,0.87795,-1.51143,-1.54568,-0.87649,2.09670,-0.46972
-9.35046,0.87840,-1.51093,-1.54618,-0.87631,2.09639,-0.46935
-9.35150,0.87885,-1.51044,-1.54667,-0.87613,2.09608,-0.46898
-9.35253,0.87928,-1.50995,-1.54715,-0.87596,2.09577,-0.46862
-9.35357,0.87971,-1.50948,-1.54763,-0.87578,2.09547,-0.46827
-9.35460,0.88013,-1.50901,-1.54809,-0.87561,2.09517,-0.46793
-9.35564,0.88055,-1.50855,-1.54855,-0.87545,2.09488,-0.46759
-9.35668,0.88095,-1.50810,-1.54900,-0.87528,2.09459,-0.46725
-9.35771,0.88136,-1.50766,-1.54945,-0.87512,2.09431,-0.46692
-9.35875,0.88175,-1.50723,-1.54988,-0.87495,2.09403,-0.46660
-9.35978,0.88214,-1.50680,-1.55031,-0.87480,2.09376,-0.46628
-9.36082,0.88252,-1.50638,-1.55073,-0.87464,2.09349,-0.46596
-9.36186,0.88290,-1.50597,-1.55115,-0.87448,2.09322,-0.46566
-9.36289,0.88326,-1.50556,-1.55156,-0.87433,2.09296,-0.46535
-9.36393,0.88363,-1.50516,-1.55196,-0.87418,2.09271,-0.46505
-9.36496,0.88398,-1.50477,-1.55235,-0.87403,2.09245,-0.46476
-9.36600,0.88434,-1.50439,-1.55274,-0.87388,2.09221,-0.46447
-9.36704,0.88468,-1.50401,-1.55313,-0.87374,2.09196,-0.46419
-9.36807,0.88502,-1.50364,-1.55350,-0.87360,2.09172,-0.46391
-9.36911,0.88535,-1.50328,-1.55387,-0.87346,2.09148,-0.46363
-9.37014,0.88568,-1.50292,-1.55424,-0.87332,2.09125,-0.46336
-9.37118,0.88601,-1.50257,-1.55459,-0.87318,2.09102,-0.46310
-9.37222,0.88632,-1.50222,-1.55495,-0.87304,2.09080,-0.46284
-9.37325,0.88664,-1.50188,-1.55529,-0.87291,2.09058,-0.46258
-9.37429,0.88671,-1.50180,-1.55538,-0.87288,2.09052,-0.46252
-9.37532,0.88714,-1.50133,-1.55586,-0.87271,2.09022,-0.46217
-9.37636,0.88755,-1.50086,-1.55633,-0.87253,2.08993,-0.46183
-9.37740,0.88797,-1.50040,-1.55679,-0.87236,2.08964,-0.46150
-9.37843,0.88837,-1.49995,-1.55725,-0.87220,2.08935,-0.46116
-9.37947,0.88877,-1.49951,-1.55770,-0.87203,2.08907,-0.46084
-9.38050,0.88916,-1.49907,-1.55814,-0.87187,2.08879,-0.46052
-9.38154,0.88955,-1.49865,-1.55857,-0.87171,2.08852,-0.46020
-9.38258,0.88992,-1.49823,-1.55900,-0.87155,2.08825,-0.45990
-9.38361,0.89030,-1.49781,-1.55942,-0.87139,2.08799,-0.45959
-9.38465,0.89066,-1.49741,-1.55983,-0.87124,2.08773,-0.45929
-9.38568,0.89102,-1.49701,-1.56024,-0.87109,2.08747,-0.45900
-9.38672,0.89138,-1.49662,-1.56064,-0.87094,2.08722,-0.45871
-9.38776,0.89173,-1.49624,-1.56103,-0.87079,2.08697,-0.45842
-9.38879,0.89207,-1.49586,-1.56142,-0.87064,2.08673,-0.45814
-9.38983,0.89241,-1.49549,-1.56180,-0.87050,2.08649,-0.45787
-9.39086,0.89274,-1.49512,-1.56217,-0.87036,2.08626,-0.45760
-9.39190,0.89307,-1.49476,-1.56254,-0.87022,2.08602,-0.45733
-9.39293,0.89339,-1.49441,-1.56291,-0.87008,2.08580,-0.45707
-9.39397,0.89370,-1.49407,-1.56326,-0.86994,2.08557,-0.45681
-9.39501,0.89396,-1.49379,-1.56355,-0.86983,2.08539,-0.45660
-9.39604,0.89435,-1.49336,-1.56397,-0.86968,2.08512,-0.45628
-9.39708,0.89473,-1.49295,-1.56439,-0.86952,2.08485,-0.45598
-9.39811,0.89510,-1.49254,-1.56480,-0.86937,2.08458,-0.45567
-9.39915,0.89547,-1.49214,-1.56520,-0.86922,2.08432,-0.45537
-9.40019,0.89583,-1.49175,-1.56560,-0.86908,2.08406,-0.45508
-9.40122,0.89619,-1.49136,-1.56599,-0.86893,2.08381,-0.45479
-9.40226,0.89654,-1.49099,-1.56637,-0.86879,2.08356,-0.45450
-9.40329,0.89688,-1.49061,-1.56675,-0.86865,2.08332,-0.45422
-9.40433,0.89722,-1.49025,-1.56712,-0.86851,2.08307,-0.45395
-9.40537,0.89755,-1.48989,-1.56749,-0.86837,2.08284,-0.45368
-9.40640,0.89788,-1.48953,-1.56785,-0.86824,2.08260,-0.45341
-9.40744,0.89820,-1.48919,-1.56820,-0.86811,2.08237,-0.45315
-9.40847,0.89852,-1.48884,-1.56855,-0.86798,2.08215,-0.45289
-9.40951,0.89863,-1.48873,-1.56866,-0.86793,2.08208,-0.45280
-9.41055,0.89903,-1.48828,-1.56912,-0.86777,2.08179,-0.45247
-9.41158,0.89944,-1.48784,-1.56957,-0.86761,2.08150,-0.45215
-9.41262,0.89983,-1.48740,-1.57001,-0.86745,2.08122,-0.45183
-9.41365,0.90022,-1.48698,-1.57044,-0.86729,2.08094,-0.45151
-9.41469,0.90060,-1.48656,-1.57087,-0.86713,2.08067,-0.45120
-9.41573,0.90098,-1.48614,-1.57129,-0.86698,2.08040,-0.45090
-9.41676,0.90135,-1.48574,-1.57170,-0.86683,2.08014,-0.45060
-9.41780,0.90172,-1.48534,-1.57211,-0.86668,2.07988,-0.45030
-9.41883,0.90207,-1.48495,-1.57251,-0.86653,2.07963,-0.45001
-9.41987,0.90243,-1.48456,-1.57290,-0.86638,2.07938,-0.44973
-9.42091,0.90277,-1.48419,-1.57329,-0.86624,2.07913,-0.44945
-9.42194,0.90311,-1.48382,-1.57367,-0.86610,2.07889,-0.44917
-9.42298,0.90345,-1.48345,-1.57404,-0.86596,2.07865,-0.44890
-9.42401,0.90378,-1.48309,-1.57441,-0.86582,2.07841,-0.44863
-9.42505,0.90410,-1.48274,-1.57477,-0.86569,2.07818,-0.44837
-9.42609,0.90442,-1.48239,-1.57513,-0.86555,2.07795,-0.44811
-9.42712,0.90467,-1.48212,-1.57540,-0.86545,2.07778,-0.44791
-9.42816,0.90526,-1.48146,-1.57607,-0.86522,2.07736,-0.44744
-9.42919,0.90583,-1.48081,-1.57673,-0.86500,2.07695,-0.44698
-9.43023,0.90640,-1.48017,-1.57737,-0.86477,2.07655,-0.44653
-9.43126,0.90696,-1.47955,-1.57801,-0.86455,2.07616,-0.44608
-9.43230,0.90751,-1.47893,-1.57863,-0.86434,2.07577,-0.44564
-9.43334,0.90805,-1.47832,-1.57925,-0.86412,2.07538,-0.44521
-9.43437,0.90858,-1.47773,-1.57985,-0.86391,2.07500,-0.44478
-9.43541,0.90911,-1.47715,-1.58044,-0.86371,2.07463,-0.44436
-9.43644,0.90962,-1.47657,-1.58103,-0.86350,2.07427,-0.44395
-9.43748,0.91013,-1.47601,-1.58160,-0.86330,2.07391,-0.44354
-9.43852,0.91063,-1.47545,-1.58216,-0.86310,2.07355,-0.44314
-9.43955,0.91112,-1.47491,-1.58272,-0.86291,2.07320,-0.44275
-9.44059,0.91160,-1.47437,-1.58327,-0.86271,2.07286,-0.44236
-9.44162,0.91208,-1.47385,-1.58380,-0.86252,2.07252,-0.44198
-9.44266,0.91255,-1.47333,-1.58433,-0.86233,2.07219,-0.44161
-9.44370,0.91301,-1.47282,-1.58485,-0.86215,2.07186,-0.44124
-9.44473,0.91346,-1.47233,-1.58536,-0.86197,2.07154,-0.44088
-9.44577,0.91390,-1.47184,-1.58586,-0.86179,2.07122,-0.44052
-9.44680,0.91434,-1.47135,-1.58636,-0.86161,2.07091,-0.44017
-9.44784,0.91477,-1.47088,-1.58684,-0.86143,2.07060,-0.43983
-9.44888,0.91520,-1.47042,-1.58732,-0.86126,2.07030,-0.43949
-9.44991,0.91561,-1.46996,-1.58779,-0.86109,2.07000,-0.43916
-9.45095,0.91602,-1.46951,-1.58825,-0.86092,2.06971,-0.43883
-9.45198,0.91643,-1.46907,-1.58871,-0.86075,2.06942,-0.43850
-9.45302,0.91682,-1.46864,-1.58915,-0.86059,2.06914,-0.43819
-9.45406,0.91721,-1.46821,-1.58959,-0.86043,2.06886,-0.43788
-9.45509,0.91760,-1.46779,-1.59002,-0.86027,2.06858,-0.43757
-9.45613,0.91797,-1.46738,-1.59045,-0.86011,2.06831,-0.43727
-9.45716,0.91835,-1.46698,-1.59087,-0.85996,2.06804,-0.43697
-9.45820,0.91871,-1.46658,-1.59128,-0.85981,2.06778,-0.43668
-9.45924,0.91907,-1.46619,-1.59168,-0.85965,2.06752,-0.43639
-9.46027,0.91942,-1.46581,-1.59208,-0.85951,2.06727,-0.43611
-9.46131,0.91977,-1.46544,-1.59247,-0.85936,2.06702,-0.43583
-9.46234,0.92011,-1.46507,-1.59286,-0.85922,2.06678,-0.43555
-9.46338,0.92045,-1.46470,-1.59324,-0.85907,2.06653,-0.43528
-9.46442,0.92078,-1.46435,-1.59361,-0.85893,2.06630,-0.43502
-9.46545,0.92111,-1.46399,-1.59398,-0.85879,2.06606,-0.43476
-9.46649,0.92143,-1.46365,-1.59434,-0.85866,2.06583,-0.43450
-9.46752,0.92154,-1.46353,-1.59446,-0.85861,2.06575,-0.43441
-9.46856,0.92198,-1.46304,-1.59497,-0.85843,2.06543,-0.43406
-9.46959,0.92242,-1.46255,-1.59548,-0.85825,2.06512,-0.43371
-9.47063,0.92286,-1.46207,-1.59597,-0.85807,2.06481,-0.43337
-9.47167,0.92328,-1.46160,-1.59646,-0.85790,2.06450,-0.43303
-9.47270,0.92370,-1.46114,-1.59694,-0.85772,2.06420,-0.43269
-9.47374,0.92411,-1.46068,-1.59741,-0.85755,2.06391,-0.43237
-9.47477,0.92452,-1.46024,-1.59788,-0.85738,2.06362,-0.43204
-9.47581,0.92492,-1.45980,-1.59834,-0.85722,2.06333,-0.43173
-9.47685,0.92531,-1.45937,-1.59878,-0.85705,2.06305,-0.43142
-9.47788,0.92570,-1.45895,-1.59923,-0.85689,2.06277,-0.43111
-9.47892,0.92608,-1.45853,-1.59966,-0.85673,2.06250,-0.43081
-9.47995,0.92645,-1.45812,-1.60009,-0.85658,2.06223,-0.43051
-9.48099,0.92682,-1.45772,-1.60051,-0.85642,2.06197,-0.43022
-9.48203,0.92718,-1.45733,-1.60092,-0.85627,2.06171,-0.42993
-9.48306,0.92753,-1.45694,-1.60133,-0.85612,2.06145,-0.42965
-9.48410,0.92788,-1.45656,-1.60173,-0.85597,2.06120,-0.42937
-9.48513,0.92823,-1.45619,-1.60212,-0.85582,2.06095,-0.42910
-9.48617,0.92857,-1.45582,-1.60251,-0.85568,2.06071,-0.42883
-9.48721,0.92890,-1.45546,-1.60289,-0.85554,2.06047,-0.42856
-9.48824,0.92923,-1.45510,-1.60326,-0.85540,2.06023,-0.42830
-9.48928,0.92955,-1.45475,-1.60363,-0.85526,2.06000,-0.42805
-9.49031,0.92975,-1.45454,-1.60386,-0.85517,2.05986,-0.42789
-9.49135,0.93014,-1.45411,-1.60430,-0.85501,2.05957,-0.42758
-9.49239,0.93053,-1.45368,-1.60475,-0.85485,2.05929,-0.42727
-9.49342,0.93091,-1.45327,-1.60518,-0.85469,2.05902,-0.42697
-9.49446,0.93129,-1.45286,-1.60561,-0.85454,2.05875,-0.42667
-9.49549,0.93166,-1.45246,-1.60602,-0.85439,2.05848,-0.42638
-9.49653,0.93202,-1.45206,-1.60644,-0.85424,2.05822,-0.42609
-9.49757,0.93238,-1.45168,-1.60684,-0.85409,2.05797,-0.42581
-9.49860,0.93273,-1.45130,-1.60724,-0.85394,2.05771,-0.42553
-9.49964,0.93307,-1.45092,-1.60763,-0.85380,2.05746,-0.42526
-9.50067,0.93341,-1.45055,-1.60802,-0.85365,2.05722,-0.42499
-9.50171,0.93375,-1.45019,-1.60840,-0.85351,2.05698,-0.42472
-9.50275,0.93408,-1.44984,-1.60877,-0.85337,2.05674,-0.42446
-9.50378,0.93440,-1.44949,-1.60914,-0.85324,2.05651,-0.42421
-9.50482,0.93458,-1.44930,-1.60934,-0.85316,2.05638,-0.42407
-9.50585,0.93504,-1.44879,-1.60986,-0.85298,2.05605,-0.42370
-9.50689,0.93550,-1.44829,-1.61038,-0.85280,2.05572,-0.42334
-9.50792,0.93595,-1.44780,-1.61089,-0.85262,2.05539,-0.42299
-9.50896,0.93639,-1.44731,-1.61139,-0.85245,2.05508,-0.42264
-9.51000,0.93683,-1.44684,-1.61188,-0.85227,2.05476,-0.42230
-9.51103,0.93726,-1.44637,-1.61237,-0.85210,2.05445,-0.42196
-9.51207,0.93768,-1.44591,-1.61284,-0.85193,2.05415,-0.42163
-9.51310,0.93809,-1.44546,-1.61331,-0.85177,2.05385,-0.42130
-9.51414,0.93850,-1.44502,-1.61377,-0.85160,2.05356,-0.42098
-9.51518,0.93891,-1.44458,-1.61422,-0.85144,2.05327,-0.42066
-9.51621,0.93930,-1.44415,-1.61467,-0.85128,2.05298,-0.42035
-9.51725,0.93969,-1.44373,-1.61511,-0.85113,2.05270,-0.42005
-9.51828,0.94007,-1.44332,-1.61554,-0.85097,2.05243,-0.41975
-9.51932,0.94045,-1.44291,-1.61596,-0.85082,2.05215,-0.41945
-9.52036,0.94082,-1.44251,-1.61638,-0.85067,2.05189,-0.41916
-9.52139,0.94118,-1.44212,-1.61679,-0.85052,2.05162,-0.41887
-9.52243,0.94154,-1.44174,-1.61719,-0.85037,2.05136,-0.41859
-9.52346,0.94189,-1.44136,-1.61759,-0.85023,2.05111,-0.41831
-9.52450,0.94224,-1.44099,-1.61798,-0.85009,2.05086,-0.41804
-9.52554,0.94258,-1.44062,-1.61836,-0.84995,2.05061,-0.41777
-9.52657,0.94292,-1.44026,-1.61874,-0.84981,2.05037,-0.41751
-9.52761,0.94325,-1.43991,-1.61911,-0.84967,2.05013,-0.41725
-9.52864,0.94357,-1.43956,-1.61947,-0.84954,2.04989,-0.41699
-9.52968,0.94366,-1.43947,-1.61956,-0.84950,2.04983,-0.41693
-9.53072,0.94417,-1.43893,-1.62012,-0.84932,2.04947,-0.41653
-9.53175,0.94467,-1.43839,-1.62066,-0.84913,2.04911,-0.41614
-9.53279,0.94516,-1.43786,-1.62120,-0.84895,2.04875,-0.41576
-9.53382,0.94564,-1.43735,-1.62173,-0.84877,2.04841,-0.41538
-9.53486,0.94612,-1.43684,-1.62225,-0.84859,2.04806,-0.41501
-9.53590,0.94659,-1.43634,-1.62275,-0.84842,2.04772,-0.41464
-9.53693,0.94705,-1.43585,-1.62326,-0.84825,2.04739,-0.41428
-9.53797,0.94750,-1.43536,-1.62375,-0.84808,2.04706,-0.41393
-9.53900,0.94795,-1.43489,-1.62423,-0.84791,2.04674,-0.41358
-9.54004,0.94839,-1.43442,-1.62471,-0.84775,2.04643,-0.41324
-9.54108,0.94882,-1.43397,-1.62518,-0.84758,2.04611,-0.41290
-9.54211,0.94925,-1.43352,-1.62564,-0.84742,2.04581,-0.41257
-9.54315,0.94967,-1.43307,-1.62609,-0.84726,2.04550,-0.41224
-9.54418,0.95008,-1.43264,-1.62654,-0.84711,2.04520,-0.41192
-9.54522,0.95049,-1.43221,-1.62698,-0.84695,2.04491,-0.41160
-9.54626,0.95088,-1.43179,-1.62741,-0.84680,2.04462,-0.41129
-9.54729,0.95128,-1.43138,-1.62783,-0.84665,2.04434,-0.41099
-9.54833,0.95166,-1.43098,-1.62825,-0.84650,2.04406,-0.41069
-9.54936,0.95204,-1.43058,-1.62866,-0.84636,2.04378,-0.41039
-9.55040,0.95242,-1.43019,-1.62906,-0.84622,2.04351,-0.41010
-9.55143,0.95278,-1.42981,-1.62946,-0.84607,2.04325,-0.40981
-9.55247,0.95314,-1.42943,-1.62985,-0.84593,2.04299,-0.40953
-9.55351,0.95350,-1.42906,-1.63024,-0.84580,2.04273,-0.40925
-9.55454,0.95385,-1.42869,-1.63061,-0.84566,2.04247,-0.40898
-9.55558,0.95419,-1.42833,-1.63098,-0.84553,2.04222,-0.40871
-9.55661,0.95453,-1.42798,-1.63135,-0.84540,2.04198,-0.40845
-9.55765,0.95487,-1.42764,-1.63171,-0.84526,2.04173,-0.40819
-9.55869,0.95498,-1.42752,-1.63183,-0.84522,2.04165,-0.40810
-9.55972,0.95546,-1.42701,-1.63235,-0.84505,2.04130,-0.40773
-9.56076,0.95594,-1.42651,-1.63285,-0.84488,2.04096,-0.40736
-9.56179,0.95640,-1.42602,-1.63335,-0.84471,2.04062,-0.40700
-9.56283,0.95686,-1.42554,-1.63384,-0.84454,2.04029,-0.40664
-9.56387,0.95731,-1.42507,-1.63432,-0.84438,2.03997,-0.40629
-9.56490,0.95776,-1.42460,-1.63480,-0.84422,2.03964,-0.40595
-9.56594,0.95819,-1.42415,-1.63526,-0.84406,2.03933,-0.40561
-9.56697,0.95862,-1.42370,-1.63572,-0.84390,2.03902,-0.40528
-9.56801,0.95905,-1.42326,-1.63617,-0.84374,2.03871,-0.40495
-9.56905,0.95946,-1.42282,-1.63662,-0.84359,2.03841,-0.40463
-9.57008,0.95987,-1.42240,-1.63705,-0.84344,2.03811,-0.40431
-9.57112,0.96027,-1.42198,-1.63748,-0.84329,2.03782,-0.40400
-9.57215,0.96067,-1.42157,-1.63790,-0.84315,2.03753,-0.40369
-9.57319,0.96106,-1.42116,-1.63832,-0.84300,2.03725,-0.40339
-9.57423,0.96144,-1.42077,-1.63872,-0.84286,2.03697,-0.40310
-9.57526,0.96182,-1.42038,-1.63912,-0.84272,2.03669,-0.40280
-9.57630,0.96219,-1.42000,-1.63952,-0.84258,2.03642,-0.40252
-9.57733,0.96256,-1.41962,-1.63991,-0.84244,2.03616,-0.40223
-9.57837,0.96292,-1.41925,-1.64029,-0.84231,2.03590,-0.40195
-9.57941,0.96327,-1.41889,-1.64066,-0.84218,2.03564,-0.40168
-9.58044,0.96362,-1.41853,-1.64103,-0.84204,2.03539,-0.40141
-9.58148,0.96396,-1.41818,-1.64140,-0.84191,2.03514,-0.40115
-9.58251,0.96430,-1.41783,-1.64175,-0.84179,2.03489,-0.40089
-9.58355,0.96438,-1.41775,-1.64183,-0.84176,2.03483,-0.40082
-9.58459,0.96483,-1.41729,-1.64230,-0.84160,2.03450,-0.40047
-9.58562,0.96528,-1.41683,-1.64276,-0.84145,2.03418,-0.40013
-9.58666,0.96572,-1.41638,-1.64321,-0.84130,2.03386,-0.39979
-9.58769,0.96615,-1.41594,-1.64365,-0.84115,2.03354,-0.39946
-9.58873,0.96658,-1.41551,-1.64409,-0.84101,2.03324,-0.39913
-9.58976,0.96700,-1.41508,-1.64451,-0.84086,2.03293,-0.39881
-9.59080,0.96741,-1.41467,-1.64493,-0.84072,2.03263,-0.39849
-9.59184,0.96782,-1.41426,-1.64535,-0.84058,2.03234,-0.39818
-9.59287,0.96822,-1.41385,-1.64576,-0.84044,2.03204,-0.39787
-9.59391,0.96861,-1.41346,-1.64616,-0.84030,2.03176,-0.39757
-9.59494,0.96900,-1.41307,-1.64655,-0.84017,2.03148,-0.39727
-9.59598,0.96938,-1.41268,-1.64694,-0.84003,2.03120,-0.39698
-9.59702,0.96975,-1.41231,-1.64732,-0.83990,2.03093,-0.39669
-9.59805,0.97012,-1.41194,-1.64769,-0.83977,2.03066,-0.39640
-9.59909,0.97048,-1.41157,-1.64806,-0.83965,2.03039,-0.39613
-9.60012,0.97084,-1.41122,-1.64842,-0.83952,2.03013,-0.39585
-9.60116,0.97119,-1.41087,-1.64878,-0.83940,2.02988,-0.39558
-9.60220,0.97153,-1.41052,-1.64913,-0.83927,2.02963,-0.39532
-9.60323,0.97176,-1.41030,-1.64935,-0.83920,2.02946,-0.39514
-9.60427,0.97270,-1.40939,-1.65018,-0.83897,2.02879,-0.39443
-9.60530,0.97361,-1.40851,-1.65099,-0.83875,2.02813,-0.39373
-9.60634,0.97452,-1.40764,-1.65179,-0.83852,2.02747,-0.39305
-9.60738,0.97541,-1.40679,-1.65257,-0.83830,2.02683,-0.39237
-9.60841,0.97629,-1.40595,-1.65334,-0.83809,2.02620,-0.39171
-9.60945,0.97715,-1.40512,-1.65410,-0.83787,2.02558,-0.39105
-9.61048,0.97800,-1.40431,-1.65484,-0.83766,2.02496,-0.39041
-9.61152,0.97883,-1.40352,-1.65557,-0.83746,2.02436,-0.38978
-9.61256,0.97966,-1.40274,-1.65629,-0.83725,2.02376,-0.38915
-9.61359,0.98047,-1.40197,-1.65700,-0.83705,2.02317,-0.38854
-9.61463,0.98127,-1.40122,-1.65769,-0.83685,2.02260,-0.38793
-9.61566,0.98205,-1.40048,-1.65837,-0.83666,2.02203,-0.38734
-9.61670,0.98282,-1.39975,-1.65905,-0.83646,2.02147,-0.38675
-9.61774,0.98358,-1.39903,-1.65971,-0.83627,2.02091,-0.38618
-9.61877,0.98433,-1.39833,-1.66035,-0.83608,2.02037,-0.38561
-9.61981,0.98507,-1.39764,-1.66099,-0.83590,2.01983,-0.38505
-9.62084,0.98580,-1.39696,-1.66162,-0.83572,2.01931,-0.38451
-9.62188,0.98651,-1.39630,-1.66223,-0.83554,2.01879,-0.38397
-9.62292,0.98721,-1.39564,-1.66284,-0.83536,2.01827,-0.38343
-9.62395,0.98791,-1.39500,-1.66344,-0.83519,2.01777,-0.38291
-9.62499,0.98859,-1.39437,-1.66402,-0.83501,2.01727,-0.38240
-9.62602,0.98926,-1.39375,-1.66460,-0.83484,2.01678,-0.38189
-9.62706,0.98992,-1.39314,-1.66516,-0.83468,2.01630,-0.38139
-9.62809,0.99057,-1.39254,-1.66572,-0.83451,2.01583,-0.38090
-9.62913,0.99121,-1.39195,-1.66627,-0.83435,2.01536,-0.38042
-9.63017,0.99184,-1.39137,-1.66681,-0.83419,2.01490,-0.37994
-9.63120,0.99245,-1.39081,-1.66734,-0.83403,2.01445,-0.37948
-9.63224,0.99306,-1.39025,-1.66786,-0.83387,2.01401,-0.37902
-9.63327,0.99366,-1.38970,-1.66837,-0.83372,2.01357,-0.37856
-9.63431,0.99425,-1.38916,-1.66887,-0.83357,2.01313,-0.37812
-9.63535,0.99483,-1.38863,-1.66937,-0.83342,2.01271,-0.37768
-9.63638,0.99541,-1.38811,-1.66985,-0.83327,2.01229,-0.37725
-9.63742,0.99597,-1.38760,-1.67033,-0.83312,2.01188,-0.37683
-9.63845,0.99652,-1.38710,-1.67080,-0.83298,2.01147,-0.37641
-9.63949,0.99707,-1.38661,-1.67126,-0.83284,2.01107,-0.37600
-9.64053,0.99760,-1.38612,-1.67172,-0.83270,2.01068,-0.37559
-9.64156,0.99813,-1.38565,-1.67216,-0.83256,2.01029,-0.37520
-9.64260,0.99865,-1.38518,-1.67260,-0.83242,2.00991,-0.37481
-9.64363,0.99916,-1.38472,-1.67304,-0.83229,2.00954,-0.37442
-9.64467,0.99966,-1.38427,-1.67346,-0.83216,2.00917,-0.37404
-9.64571,1.00016,-1.38382,-1.67388,-0.83203,2.00880,-0.37367
-9.64674,1.00064,-1.38339,-1.67429,-0.83190,2.00845,-0.37330
-9.64778,1.00112,-1.38296,-1.67470,-0.83177,2.00809,-0.37294
-9.64881,1.00159,-1.38254,-1.67510,-0.83165,2.00775,-0.37259
-9.64985,1.00205,-1.38212,-1.67549,-0.83152,2.00740,-0.37224
-9.65089,1.00251,-1.38172,-1.67587,-0.83140,2.00707,-0.37190
-9.65192,1.00296,-1.38132,-1.67625,-0.83128,2.00674,-0.37156
-9.65296,1.00340,-1.38093,-1.67662,-0.83116,2.00641,-0.37122
-9.65399,1.00384,-1.38054,-1.67699,-0.83105,2.00609,-0.37090
-9.65503,1.00426,-1.38016,-1.67735,-0.83093,2.00578,-0.37058
-9.65607,1.00468,-1.37979,-1.67770,-0.83082,2.00546,-0.37026
-9.65710,1.00510,-1.37942,-1.67805,-0.83070,2.00516,-0.36995
-9.65814,1.00550,-1.37906,-1.67839,-0.83059,2.00486,-0.36964
-9.65917,1.00590,-1.37871,-1.67873,-0.83048,2.00456,-0.36934
-9.66021,1.00630,-1.37836,-1.67906,-0.83038,2.00427,-0.36904
-9.66125,1.00669,-1.37802,-1.67939,-0.83027,2.00398,-0.36875
-9.66228,1.00707,-1.37769,-1.67971,-0.83017,2.00370,-0.36846
-9.66332,1.00744,-1.37736,-1.68002,-0.83006,2.00342,-0.36818
-9.66435,1.00754,-1.37727,-1.68010,-0.83004,2.00335,-0.36811
-9.66539,1.00813,-1.37676,-1.68056,-0.82991,2.00292,-0.36767
-9.66642,1.00871,-1.37626,-1.68101,-0.82979,2.00249,-0.36723
-9.66746,1.00928,-1.37577,-1.68145,-0.82966,2.00207,-0.36681
-9.66850,1.00985,-1.37528,-1.68189,-0.82954,2.00166,-0.36639
-9.66953,1.01040,-1.37480,-1.68231,-0.82942,2.00125,-0.36597
-9.67057,1.01095,-1.37433,-1.68273,-0.82930,2.00085,-0.36557
-9.67160,1.01148,-1.37387,-1.68315,-0.82918,2.00045,-0.36517
-9.67264,1.01201,-1.37342,-1.68356,-0.82907,2.00006,-0.36477
-9.67368,1.01253,-1.37298,-1.68396,-0.82895,1.99968,-0.36438
-9.67471,1.01304,-1.37254,-1.68435,-0.82884,1.99930,-0.36400
-9.67575,1.01354,-1.37211,-1.68474,-0.82873,1.99893,-0.36363
-9.67678,1.01404,-1.37169,-1.68512,-0.82862,1.99857,-0.36326
-9.67782,1.01453,-1.37128,-1.68549,-0.82851,1.99821,-0.36290
-9.67886,1.01501,-1.37087,-1.68586,-0.82840,1.99786,-0.36254
-9.67989,1.01548,-1.37047,-1.68622,-0.82830,1.99751,-0.36219
-9.68093,1.01594,-1.37008,-1.68658,-0.82819,1.99716,-0.36184
-9.68196,1.01640,-1.36969,-1.68693,-0.82809,1.99683,-0.36150
-9.68300,1.01685,-1.36931,-1.68727,-0.82799,1.99649,-0.36117
-9.68404,1.01729,-1.36894,-1.68761,-0.82789,1.99617,-0.36084
-9.68507,1.01772,-1.36857,-1.68794,-0.82779,1.99585,-0.36051
-9.68611,1.01815,-1.36821,-1.68827,-0.82769,1.99553,-0.36019
-9.68714,1.01857,-1.36786,-1.68859,-0.82760,1.99522,-0.35988
-9.68818,1.01899,-1.36751,-1.68891,-0.82750,1.99491,-0.35957
-9.68922,1.01939,-1.36717,-1.68922,-0.82741,1.99461,-0.35927
-9.69025,1.01980,-1.36683,-1.68953,-0.82731,1.99431,-0.35897
-9.69129,1.02019,-1.36650,-1.68983,-0.82722,1.99402,-0.35867
-9.69232,1.02058,-1.36618,-1.69013,-0.82713,1.99373,-0.35839
-9.69336,1.02068,-1.36609,-1.69020,-0.82711,1.99365,-0.35831
-9.69440,1.02134,-1.36556,-1.69065,-0.82701,1.99317,-0.35782
-9.69543,1.02198,-1.36503,-1.69109,-0.82690,1.99270,-0.35735
-9.69647,1.02262,-1.36452,-1.69152,-0.82679,1.99223,-0.35688
-9.69750,1.02324,-1.36401,-1.69194,-0.82669,1.99177,-0.35642
-9.69854,1.02386,-1.36352,-1.69236,-0.82659,1.99132,-0.35596
-9.69958,1.02447,-1.36303,-1.69277,-0.82649,1.99087,-0.35551
-9.70061,1.02506,-1.36255,-1.69318,-0.82639,1.99043,-0.35508
-9.70165,1.02565,-1.36208,-1.69357,-0.82629,1.99000,-0.35464
-9.70268,1.02622,-1.36161,-1.69397,-0.82619,1.98957,-0.35422
-9.70372,1.02679,-1.36116,-1.69435,-0.82609,1.98915,-0.35380
-9.70475,1.02735,-1.36071,-1.69473,-0.82600,1.98874,-0.35339
-9.70579,1.02790,-1.36027,-1.69510,-0.82590,1.98834,-0.35298
-9.70683,1.02844,-1.35984,-1.69546,-0.82581,1.98794,-0.35258
-9.70786,1.02897,-1.35941,-1.69582,-0.82572,1.98754,-0.35219
-9.70890,1.02950,-1.35900,-1.69618,-0.82563,1.98715,-0.35180
-9.70993,1.03001,-1.35859,-1.69653,-0.82554,1.98677,-0.35142
-9.71097,1.03052,-1.35818,-1.69687,-0.82545,1.98640,-0.35105
-9.71201,1.03102,-1.35779,-1.69720,-0.82537,1.98603,-0.35068
-9.71304,1.03151,-1.35740,-1.69753,-0.82528,1.98566,-0.35032
-9.71408,1.03199,-1.35702,-1.69786,-0.82519,1.98531,-0.34996
-9.71511,1.03247,-1.35664,-1.69818,-0.82511,1.98495,-0.34961
-9.71615,1.03294,-1.35627,-1.69849,-0.82503,1.98461,-0.34927
-9.71719,1.03340,-1.35591,-1.69880,-0.82495,1.98427,-0.34893
-9.71822,1.03385,-1.35556,-1.69911,-0.82487,1.98393,-0.34860
-9.71926,1.03429,-1.35521,-1.69941,-0.82479,1.98360,-0.34827
-9.72029,1.03473,-1.35486,-1.69970,-0.82471,1.98327,-0.34795
-9.72133,1.03516,-1.35452,-1.69999,-0.82463,1.98295,-0.34763
-9.72237,1.03559,-1.35419,-1.70028,-0.82455,1.98264,-0.34732
-9.72340,1.03600,-1.35387,-1.70056,-0.82448,1.98233,-0.34701
-9.72444,1.03641,-1.35355,-1.70083,-0.82440,1.98202,-0.34671
-9.72547,1.03682,-1.35323,-1.70111,-0.82433,1.98172,-0.34641
-9.72651,1.03696,-1.35312,-1.70120,-0.82430,1.98161,-0.34630
-9.72755,1.03761,-1.35261,-1.70162,-0.82421,1.98114,-0.34583
-9.72858,1.03824,-1.35211,-1.70203,-0.82412,1.98067,-0.34537
-9.72962,1.03886,-1.35163,-1.70243,-0.82403,1.98021,-0.34492
-9.73065,1.03947,-1.35115,-1.70282,-0.82394,1.97976,-0.34447
-9.73169,1.04008,-1.35067,-1.70321,-0.82385,1.97931,-0.34403
-9.73273,1.04067,-1.35021,-1.70360,-0.82376,1.97887,-0.34360
-9.73376,1.04125,-1.34976,-1.70397,-0.82367,1.97844,-0.34317
-9.73480,1.04183,-1.34931,-1.70434,-0.82359,1.97802,-0.34275
-9.73583,1.04239,-1.34887,-1.70471,-0.82350,1.97760,-0.34234
-9.73687,1.04295,-1.34844,-1.70506,-0.82342,1.97719,-0.34193
-9.73791,1.04349,-1.34801,-1.70542,-0.82333,1.97678,-0.34153
-9.73894,1.04403,-1.34760,-1.70576,-0.82325,1.97638,-0.34114
-9.73998,1.04456,-1.34719,-1.70610,-0.82317,1.97599,-0.34075
-9.74101,1.04508,-1.34679,-1.70644,-0.82309,1.97560,-0.34037
-9.74205,1.04560,-1.34639,-1.70677,-0.82301,1.97522,-0.34000
-9.74309,1.04610,-1.34600,-1.70709,-0.82293,1.97484,-0.33963
-9.74412,1.04660,-1.34562,-1.70741,-0.82286,1.97447,-0.33927
-9.74516,1.04709,-1.34524,-1.70772,-0.82278,1.97411,-0.33891
-9.74619,1.04757,-1.34488,-1.70803,-0.82271,1.97375,-0.33856
-9.74723,1.04804,-1.34451,-1.70833,-0.82263,1.97340,-0.33821
-9.74826,1.04851,-1.34416,-1.70863,-0.82256,1.97305,-0.33787
-9.74930,1.04897,-1.34381,-1.70893,-0.82249,1.97271,-0.33754
-9.75034,1.04942,-1.34347,-1.70921,-0.82242,1.97238,-0.33721
-9.75137,1.04986,-1.34313,-1.70950,-0.82235,1.97205,-0.33689
-9.75241,1.05030,-1.34280,-1.70978,-0.82228,1.97172,-0.33657
-9.75344,1.05073,-1.34247,-1.71005,-0.82221,1.97140,-0.33626
-9.75448,1.05115,-1.34215,-1.71032,-0.82214,1.97108,-0.33595
-9.75552,1.05156,-1.34183,-1.71059,-0.82207,1.97077,-0.33565
-9.75655,1.05186,-1.34161,-1.71078,-0.82202,1.97055,-0.33543
-9.75759,1.05238,-1.34121,-1.71111,-0.82195,1.97016,-0.33505
-9.75862,1.05290,-1.34082,-1.71143,-0.82188,1.96978,-0.33468
-9.75966,1.05341,-1.34043,-1.71174,-0.82180,1.96940,-0.33431
-9.76070,1.05390,-1.34006,-1.71206,-0.82173,1.96903,-0.33395
-9.76173,1.05439,-1.33969,-1.71236,-0.82166,1.96867,-0.33359
-9.76277,1.05488,-1.33932,-1.71266,-0.82159,1.96831,-0.33324
-9.76380,1.05535,-1.33896,-1.71296,-0.82152,1.96795,-0.33290
-9.76484,1.05582,-1.33861,-1.71325,-0.82145,1.96760,-0.33256
-9.76588,1.05628,-1.33826,-1.71354,-0.82139,1.96726,-0.33222
-9.76691,1.05673,-1.33792,-1.71382,-0.82132,1.96692,-0.33190
-9.76795,1.05717,-1.33759,-1.71410,-0.82125,1.96659,-0.33157
-9.76898,1.05761,-1.33726,-1.71437,-0.82119,1.96627,-0.33126
-9.77002,1.05804,-1.33694,-1.71464,-0.82112,1.96594,-0.33094
-9.77106,1.05847,-1.33662,-1.71490,-0.82106,1.96563,-0.33064
-9.77209,1.05888,-1.33631,-1.71516,-0.82100,1.96532,-0.33033
-9.77313,1.05901,-1.33621,-1.71525,-0.82098,1.96522,-0.33024
-9.77416,1.05951,-1.33584,-1.71555,-0.82091,1.96485,-0.32988
-9.77520,1.06000,-1.33547,-1.71585,-0.82084,1.96448,-0.32952
-9.77624,1.06048,-1.33511,-1.71615,-0.82078,1.96412,-0.32918
-9.77727,1.06096,-1.33476,-1.71644,-0.82071,1.96377,-0.32883
-9.77831,1.06143,-1.33441,-1.71673,-0.82065,1.96342,-0.32850
-9.77934,1.06189,-1.33407,-1.71701,-0.82058,1.96308,-0.32816
-9.78038,1.06234,-1.33373,-1.71728,-0.82052,1.96274,-0.32784
-9.78142,1.06278,-1.33340,-1.71756,-0.82046,1.96241,-0.32752
-9.78245,1.06322,-1.33307,-1.71782,-0.82040,1.96208,-0.32720
-9.78349,1.06365,-1.33275,-1.71809,-0.82033,1.96176,-0.32689
-9.78452,1.06407,-1.33244,-1.71835,-0.82027,1.96144,-0.32658
-9.78556,1.06446,-1.33216,-1.71858,-0.82022,1.96115,-0.32631
-9.78659,1.06496,-1.33178,-1.71888,-0.82016,1.96078,-0.32594
-9.78763,1.06545,-1.33142,-1.71918,-0.82009,1.96041,-0.32559
-9.78867,1.06594,-1.33106,-1.71947,-0.82003,1.96005,-0.32524
-9.78970,1.06641,-1.33071,-1.71976,-0.81997,1.95969,-0.32490
-9.79074,1.06688,-1.33036,-1.72004,-0.81990,1.95934,-0.32456
-9.79177,1.06735,-1.33002,-1.72032,-0.81984,1.95900,-0.32422
-9.79281,1.06780,-1.32968,-1.72060,-0.81978,1.95865,-0.32390
-9.79385,1.06825,-1.32935,-1.72087,-0.81972,1.95832,-0.32358
-9.79488,1.06869,-1.32903,-1.72113,-0.81967,1.95799,-0.32326
-9.79592,1.06912,-1.32871,-1.72139,-0.81961,1.95767,-0.32295
-9.79695,1.06955,-1.32840,-1.72165,-0.81955,1.95735,-0.32264
-9.79799,1.06993,-1.32811,-1.72188,-0.81950,1.95706,-0.32236
-9.79903,1.07044,-1.32774,-1.72218,-0.81944,1.95668,-0.32200
-9.80006,1.07094,-1.32738,-1.72247,-0.81938,1.95631,-0.32164
-9.80110,1.07142,-1.32702,-1.72276,-0.81932,1.95595,-0.32129
-9.80213,1.07190,-1.32667,-1.72305,-0.81926,1.95559,-0.32095
-9.80317,1.07238,-1.32632,-1.72333,-0.81920,1.95523,-0.32061
-9.80421,1.07284,-1.32598,-1.72360,-0.81914,1.95488,-0.32027
-9.80524,1.07330,-1.32565,-1.72387,-0.81908,1.95454,-0.31995
-9.80628,1.07375,-1.32532,-1.72414,-0.81903,1.95420,-0.31962
-9.80731,1.07419,-1.32500,-1.72440,-0.81897,1.95387,-0.31931
-9.80835,1.07463,-1.32468,-1.72466,-0.81892,1.95355,-0.31899
-9.80939,1.07506,-1.32437,-1.72491,-0.81886,1.95322,-0.31868
-9.81042,1.07544,-1.32409,-1.72514,-0.81881,1.95294,-0.31841
-9.81146,1.07587,-1.32378,-1.72539,-0.81876,1.95261,-0.31810
-9.81249,1.07630,-1.32347,-1.72564,-0.81870,1.95230,-0.31780
-9.81353,1.07634,-1.32344,-1.72566,-0.81870,1.95226,-0.31777
-9.81457,1.07677,-1.32313,-1.72592,-0.81864,1.95194,-0.31746
-9.81560,1.07720,-1.32282,-1.72617,-0.81859,1.95162,-0.31715
-9.81664,1.07728,-1.32276,-1.72622,-0.81858,1.95156,-0.31709
-9.81767,1.07772,-1.32245,-1.72647,-0.81853,1.95123,-0.31678
-9.81871,1.07814,-1.32214,-1.72672,-0.81848,1.95091,-0.31648
-9.81975,1.07819,-1.32211,-1.72675,-0.81847,1.95088,-0.31644
-9.82078,1.07862,-1.32179,-1.72700,-0.81842,1.95055,-0.31613
-9.82182,1.07905,-1.32149,-1.72725,-0.81836,1.95024,-0.31583
-9.82285,1.07915,-1.32141,-1.72731,-0.81835,1.95015,-0.31575
-9.82389,1.07981,-1.32091,-1.72772,-0.81827,1.94967,-0.31529
-9.82492,1.08045,-1.32042,-1.72812,-0.81819,1.94919,-0.31483
-9.82596,1.08108,-1.31994,-1.72852,-0.81812,1.94872,-0.31438
-9.82700,1.08171,-1.31947,-1.72891,-0.81804,1.94825,-0.31394
-9.82803,1.08232,-1.31900,-1.72929,-0.81796,1.94779,-0.31350
-9.82907,1.08292,-1.31855,-1.72967,-0.81789,1.94734,-0.31307
-9.83010,1.08352,-1.31810,-1.73004,-0.81781,1.94690,-0.31265
-9.83114,1.08410,-1.31766,-1.73040,-0.81774,1.94646,-0.31223
-9.83218,1.08468,-1.31723,-1.73076,-0.81767,1.94603,-0.31183
-9.83321,1.08524,-1.31680,-1.73111,-0.81760,1.94561,-0.31142
-9.83425,1.08580,-1.31639,-1.73146,-0.81753,1.94519,-0.31103
-9.83528,1.08635,-1.31598,-1.73180,-0.81746,1.94478,-0.31064
-9.83632,1.08689,-1.31557,-1.73213,-0.81739,1.94438,-0.31025
-9.83736,1.08742,-1.31518,-1.73246,-0.81732,1.94398,-0.30988
-9.83839,1.08794,-1.31479,-1.73279,-0.81726,1.94359,-0.30950
-9.83943,1.08846,-1.31441,-1.73311,-0.81719,1.94320,-0.30914
-9.84046,1.08896,-1.31403,-1.73342,-0.81712,1.94282,-0.30878
-9.84150,1.08946,-1.31366,-1.73373,-0.81706,1.94245,-0.30843
-9.84254,1.08995,-1.31330,-1.73403,-0.81700,1.94208,-0.30808
-9.84357,1.09044,-1.31294,-1.73433,-0.81693,1.94172,-0.30773
-9.84461,1.09091,-1.31259,-1.73462,-0.81687,1.94136,-0.30740
-9.84564,1.09138,-1.31225,-1.73491,-0.81681,1.94101,-0.30707
-9.84668,1.09184,-1.31191,-1.73519,-0.81675,1.94066,-0.30674
-9.84772,1.09229,-1.31157,-1.73547,-0.81669,1.94032,-0.30642
-9.84875,1.09274,-1.31125,-1.73575,-0.81663,1.93999,-0.30610
-9.84979,1.09317,-1.31093,-1.73602,-0.81657,1.93966,-0.30579
-9.85082,1.09361,-1.31061,-1.73628,-0.81651,1.93933,-0.30548
-9.85186,1.09396,-1.31035,-1.73650,-0.81647,1.93907,-0.30523
-9.85290,1.09451,-1.30993,-1.73685,-0.81640,1.93865,-0.30484
-9.85393,1.09506,-1.30953,-1.73719,-0.81633,1.93824,-0.30446
-9.85497,1.09560,-1.30913,-1.73752,-0.81626,1.93784,-0.30408
-9.85600,1.09613,-1.30873,-1.73785,-0.81619,1.93744,-0.30370
-9.85704,1.09665,-1.30835,-1.73818,-0.81613,1.93705,-0.30333
-9.85808,1.09716,-1.30797,-1.73850,-0.81606,1.93666,-0.30297
-9.85911,1.09766,-1.30759,-1.73881,-0.81600,1.93629,-0.30262
-9.86015,1.09816,-1.30722,-1.73912,-0.81593,1.93591,-0.30227
-9.86118,1.09865,-1.30686,-1.73943,-0.81587,1.93555,-0.30192
-9.86222,1.09913,-1.30651,-1.73972,-0.81581,1.93518,-0.30158
-9.86325,1.09960,-1.30616,-1.74002,-0.81574,1.93483,-0.30125
-9.86429,1.10007,-1.30582,-1.74031,-0.81568,1.93448,-0.30092
-9.86533,1.10052,-1.30548,-1.74059,-0.81562,1.93413,-0.30060
-9.86636,1.10097,-1.30515,-1.74087,-0.81556,1.93379,-0.30028
-9.86740,1.10142,-1.30482,-1.74115,-0.81551,1.93346,-0.29996
-9.86843,1.10185,-1.30450,-1.74142,-0.81545,1.93313,-0.29966
-9.86947,1.10228,-1.30419,-1.74168,-0.81539,1.93281,-0.29935
-9.87051,1.10240,-1.30410,-1.74176,-0.81538,1.93272,-0.29927
-9.87154,1.10317,-1.30354,-1.74221,-0.81530,1.93214,-0.29873
-9.87258,1.10392,-1.30299,-1.74265,-0.81523,1.93158,-0.29821
-9.87361,1.10466,-1.30245,-1.74309,-0.81515,1.93103,-0.29769
-9.87465,1.10539,-1.30191,-1.74352,-0.81508,1.93048,-0.29718
-9.87569,1.10611,-1.30139,-1.74395,-0.81501,1.92994,-0.29667
-9.87672,1.10681,-1.30087,-1.74436,-0.81494,1.92942,-0.29618
-9.87776,1.10751,-1.30037,-1.74477,-0.81487,1.92889,-0.29569
-9.87879,1.10819,-1.29987,-1.74518,-0.81480,1.92838,-0.29521
-9.87983,1.10887,-1.29938,-1.74557,-0.81473,1.92788,-0.29474
-9.88087,1.10953,-1.29890,-1.74596,-0.81466,1.92738,-0.29428
-9.88190,1.11018,-1.29843,-1.74634,-0.81460,1.92689,-0.29382
-9.88294,1.11082,-1.29797,-1.74672,-0.81453,1.92640,-0.29337
-9.88397,1.11146,-1.29751,-1.74709,-0.81447,1.92593,-0.29293
-9.88501,1.11208,-1.29706,-1.74745,-0.81440,1.92546,-0.29249
-9.88605,1.11269,-1.29662,-1.74781,-0.81434,1.92500,-0.29206
-9.88708,1.11330,-1.29619,-1.74817,-0.81428,1.92455,-0.29164
-9.88812,1.11389,-1.29577,-1.74851,-0.81421,1.92410,-0.29122
-9.88915,1.11447,-1.29535,-1.74885,-0.81415,1.92366,-0.29081
-9.89019,1.11505,-1.29494,-1.74919,-0.81409,1.92322,-0.29041
-9.89123,1.11562,-1.29453,-1.74952,-0.81403,1.92280,-0.29002
-9.89226,1.11617,-1.29414,-1.74984,-0.81398,1.92238,-0.28963
-9.89330,1.11672,-1.29375,-1.75016,-0.81392,1.92196,-0.28924
-9.89433,1.11726,-1.29337,-1.75047,-0.81386,1.92156,-0.28887
-9.89537,1.11779,-1.29299,-1.75078,-0.81380,1.92115,-0.28849
-9.89641,1.11832,-1.29262,-1.75108,-0.81375,1.92076,-0.28813
-9.89744,1.11883,-1.29226,-1.75138,-0.81369,1.92037,-0.28777
-9.89848,1.11934,-1.29190,-1.75168,-0.81364,1.91999,-0.28741
-9.89951,1.11984,-1.29155,-1.75196,-0.81358,1.91961,-0.28707
-9.90055,1.12033,-1.29120,-1.75225,-0.81353,1.91924,-0.28672
-9.90158,1.12081,-1.29086,-1.75253,-0.81348,1.91887,-0.28639
-9.90262,1.12129,-1.29053,-1.75280,-0.81342,1.91851,-0.28605
-9.90366,1.12175,-1.29020,-1.75307,-0.81337,1.91816,-0.28573
-9.90469,1.12221,-1.28988,-1.75334,-0.81332,1.91781,-0.28540
-9.90573,1.12267,-1.28957,-1.75360,-0.81327,1.91746,-0.28509
-9.90676,1.12311,-1.28925,-1.75385,-0.81322,1.91713,-0.28478
-9.90780,1.12343,-1.28903,-1.75404,-0.81319,1.91688,-0.28455
-9.90884,1.12398,-1.28865,-1.75434,-0.81314,1.91647,-0.28417
-9.90987,1.12452,-1.28828,-1.75464,-0.81309,1.91606,-0.28380
-9.91091,1.12505,-1.28791,-1.75493,-0.81304,1.91566,-0.28343
-9.91194,1.12557,-1.28755,-1.75522,-0.81299,1.91527,-0.28307
-9.91298,1.12608,-1.28720,-1.75551,-0.81294,1.91488,-0.28271
-9.91402,1.12659,-1.28685,-1.75579,-0.81289,1.91450,-0.28236
-9.91505,1.12709,-1.28651,-1.75606,-0.81285,1.91412,-0.28201
-9.91609,1.12758,-1.28617,-1.75633,-0.81280,1.91375,-0.28167
-9.91712,1.12806,-1.28584,-1.75660,-0.81275,1.91338,-0.28133
-9.91816,1.12853,-1.28552,-1.75686,-0.81271,1.91302,-0.28100
-9.91920,1.12900,-1.28520,-1.75712,-0.81266,1.91267,-0.28068
-9.92023,1.12946,-1.28489,-1.75737,-0.81262,1.91232,-0.28036
-9.92127,1.12991,-1.28458,-1.75762,-0.81257,1.91198,-0.28004
-9.92230,1.13028,-1.28433,-1.75783,-0.81254,1.91170,-0.27979
-9.92334,1.13085,-1.28394,-1.75813,-0.81249,1.91127,-0.27939
-9.92438,1.13141,-1.28356,-1.75843,-0.81245,1.91084,-0.27900
-9.92541,1.13197,-1.28318,-1.75872,-0.81240,1.91043,-0.27862
-9.92645,1.13251,-1.28282,-1.75901,-0.81236,1.91001,-0.27824
-9.92748,1.13304,-1.28245,-1.75929,-0.81232,1.90961,-0.27787
-9.92852,1.13357,-1.28210,-1.75957,-0.81228,1.90921,-0.27751
-9.92956,1.13409,-1.28175,-1.75985,-0.81223,1.90882,-0.27715
-9.93059,1.13460,-1.28141,-1.76012,-0.81219,1.90843,-0.27680
-9.93163,1.13510,-1.28107,-1.76038,-0.81215,1.90805,-0.27645
-9.93266,1.13560,-1.28074,-1.76064,-0.81211,1.90768,-0.27611
-9.93370,1.13608,-1.28041,-1.76090,-0.81207,1.90731,-0.27577
-9.93474,1.13656,-1.28009,-1.76115,-0.81203,1.90694,-0.27544
-9.93577,1.13703,-1.27978,-1.76140,-0.81199,1.90659,-0.27511
-9.93681,1.13749,-1.27947,-1.76165,-0.81195,1.90623,-0.27479
-9.93784,1.13795,-1.27917,-1.76189,-0.81191,1.90589,-0.27447
-9.93888,1.13823,-1.27898,-1.76203,-0.81189,1.90568,-0.27428
-9.93992,1.13874,-1.27864,-1.76230,-0.81185,1.90529,-0.27393
-9.94095,1.13924,-1.27831,-1.76256,-0.81182,1.90491,-0.27358
-9.94199,1.13974,-1.27798,-1.76281,-0.81178,1.90453,-0.27324
-9.94302,1.14022,-1.27766,-1.76306,-0.81174,1.90416,-0.27290
-9.94406,1.14070,-1.27734,-1.76331,-0.81170,1.90380,-0.27257
-9.94509,1.14117,-1.27703,-1.76356,-0.81167,1.90344,-0.27225
-9.94613,1.14164,-1.27672,-1.76380,-0.81163,1.90309,-0.27193
-9.94717,1.14209,-1.27642,-1.76403,-0.81160,1.90274,-0.27161
-9.94820,1.14224,-1.27632,-1.76411,-0.81159,1.90263,-0.27151
-9.94924,1.14282,-1.27594,-1.76440,-0.81155,1.90219,-0.27111
-9.95027,1.14339,-1.27557,-1.76468,-0.81152,1.90176,-0.27072
-9.95131,1.14396,-1.27520,-1.76497,-0.81148,1.90133,-0.27033
-9.95235,1.14451,-1.27484,-1.76524,-0.81145,1.90091,-0.26995
-9.95338,1.14505,-1.27448,-1.76551,-0.81141,1.90050,-0.26957
-9.95442,1.14559,-1.27413,-1.76578,-0.81138,1.90009,-0.26921
-9.95545,1.14612,-1.27379,-1.76605,-0.81134,1.89969,-0.26884
-9.95649,1.14663,-1.27345,-1.76630,-0.81131,1.89930,-0.26849
-9.95753,1.14715,-1.27311,-1.76656,-0.81128,1.89891,-0.26813
-9.95856,1.14765,-1.27279,-1.76681,-0.81125,1.89853,-0.26779
-9.95960,1.14814,-1.27247,-1.76706,-0.81121,1.89816,-0.26745
-9.96063,1.14863,-1.27215,-1.76730,-0.81118,1.89778,-0.26711
-9.96167,1.14911,-1.27184,-1.76754,-0.81115,1.89742,-0.26678
-9.96271,1.14958,-1.27154,-1.76777,-0.81112,1.89706,-0.26646
-9.96374,1.15005,-1.27124,-1.76800,-0.81109,1.89671,-0.26614
-9.96478,1.15037,-1.27103,-1.76816,-0.81107,1.89646,-0.26591
-9.96581,1.15087,-1.27070,-1.76841,-0.81104,1.89608,-0.26557
-9.96685,1.15137,-1.27038,-1.76865,-0.81101,1.89570,-0.26523
-9.96789,1.15185,-1.27007,-1.76889,-0.81098,1.89533,-0.26490
-9.96892,1.15233,-1.26976,-1.76913,-0.81095,1.89497,-0.26457
-9.96996,1.15280,-1.26946,-1.76936,-0.81092,1.89461,-0.26424
-9.97099,1.15327,-1.26916,-1.76959,-0.81089,1.89426,-0.26393
-9.97203,1.15341,-1.26907,-1.76966,-0.81088,1.89415,-0.26383
-9.97307,1.15389,-1.26876,-1.76989,-0.81085,1.89378,-0.26350
-9.97410,1.15437,-1.26845,-1.77013,-0.81082,1.89341,-0.26317
-9.97514,1.15485,-1.26815,-1.77036,-0.81079,1.89306,-0.26284
-9.97617,1.15531,-1.26786,-1.77058,-0.81077,1.89270,-0.26252
-9.97721,1.15550,-1.26773,-1.77067,-0.81075,1.89256,-0.26239
-9.97825,1.15601,-1.26741,-1.77092,-0.81073,1.89217,-0.26205
-9.97928,1.15650,-1.26710,-1.77115,-0.81070,1.89180,-0.26171
-9.98032,1.15699,-1.26679,-1.77139,-0.81067,1.89142,-0.26137
-9.98135,1.15747,-1.26648,-1.77162,-0.81065,1.89106,-0.26104
-9.98239,1.15795,-1.26618,-1.77185,-0.81062,1.89070,-0.26072
-9.98342,1.15841,-1.26588,-1.77207,-0.81059,1.89034,-0.26040
-9.98446,1.15856,-1.26579,-1.77214,-0.81059,1.89023,-0.26030
-9.98550,1.15905,-1.26548,-1.77237,-0.81056,1.88986,-0.25997
-9.98653,1.15953,-1.26518,-1.77260,-0.81054,1.88949,-0.25964
-9.98757,1.16000,-1.26488,-1.77283,-0.81051,1.88913,-0.25931
-9.98860,1.16047,-1.26458,-1.77305,-0.81049,1.88877,-0.25899
-9.98964,1.16061,-1.26449,-1.77312,-0.81048,1.88867,-0.25890
-9.99068,1.16109,-1.26419,-1.77334,-0.81045,1.88830,-0.25857
-9.99171,1.16155,-1.26390,-1.77356,-0.81043,1.88795,-0.25825
-9.99275,1.16165,-1.26384,-1.77361,-0.81042,1.88787,-0.25819
-9.99378,1.16214,-1.26353,-1.77384,-0.81040,1.88750,-0.25785
-9.99482,1.16263,-1.26322,-1.77407,-0.81038,1.88713,-0.25752
-9.99586,1.16311,-1.26293,-1.77429,-0.81035,1.88677,-0.25719
-9.99689,1.16357,-1.26263,-1.77451,-0.81033,1.88641,-0.25687
-9.99793,1.16376,-1.26251,-1.77460,-0.81032,1.88627,-0.25674
-9.99896,1.16424,-1.26222,-1.77482,-0.81030,1.88590,-0.25642
-10.00000,1.16471,-1.26192,-1.77504,-0.81028,1.88555,-0.25610
+0.00000,1.22214,-1.36167,-1.31325,-1.16214,1.84282,-0.22012
+0.00108,1.22199,-1.36117,-1.31415,-1.16178,1.84293,-0.22021
+0.00215,1.22185,-1.36067,-1.31503,-1.16142,1.84304,-0.22030
+0.00323,1.22172,-1.36019,-1.31590,-1.16107,1.84314,-0.22039
+0.00431,1.22159,-1.35971,-1.31676,-1.16073,1.84324,-0.22047
+0.00539,1.22146,-1.35924,-1.31760,-1.16039,1.84334,-0.22056
+0.00646,1.22133,-1.35877,-1.31843,-1.16005,1.84343,-0.22064
+0.00754,1.22120,-1.35832,-1.31924,-1.15972,1.84353,-0.22072
+0.00862,1.22108,-1.35787,-1.32004,-1.15940,1.84362,-0.22080
+0.00969,1.22096,-1.35743,-1.32083,-1.15907,1.84371,-0.22088
+0.01077,1.22084,-1.35700,-1.32161,-1.15876,1.84380,-0.22096
+0.01185,1.22072,-1.35657,-1.32237,-1.15845,1.84389,-0.22103
+0.01293,1.22061,-1.35615,-1.32312,-1.15814,1.84397,-0.22111
+0.01400,1.22050,-1.35574,-1.32386,-1.15784,1.84406,-0.22118
+0.01508,1.22039,-1.35534,-1.32458,-1.15754,1.84414,-0.22125
+0.01616,1.22028,-1.35494,-1.32530,-1.15725,1.84422,-0.22132
+0.01723,1.22018,-1.35455,-1.32600,-1.15696,1.84430,-0.22139
+0.01831,1.22007,-1.35416,-1.32669,-1.15668,1.84438,-0.22145
+0.01939,1.21997,-1.35379,-1.32737,-1.15640,1.84446,-0.22152
+0.02047,1.21987,-1.35341,-1.32804,-1.15613,1.84453,-0.22158
+0.02154,1.21978,-1.35305,-1.32870,-1.15585,1.84460,-0.22165
+0.02262,1.21968,-1.35269,-1.32934,-1.15559,1.84468,-0.22171
+0.02370,1.21959,-1.35234,-1.32998,-1.15532,1.84475,-0.22177
+0.02477,1.21950,-1.35199,-1.33061,-1.15506,1.84481,-0.22183
+0.02585,1.21941,-1.35165,-1.33122,-1.15481,1.84488,-0.22188
+0.02693,1.21934,-1.35140,-1.33167,-1.15463,1.84493,-0.22193
+0.02801,1.21914,-1.35063,-1.33304,-1.15407,1.84508,-0.22206
+0.02908,1.21894,-1.34987,-1.33439,-1.15352,1.84524,-0.22219
+0.03016,1.21874,-1.34913,-1.33572,-1.15298,1.84538,-0.22231
+0.03124,1.21855,-1.34840,-1.33703,-1.15244,1.84553,-0.22244
+0.03231,1.21836,-1.34768,-1.33832,-1.15192,1.84567,-0.22256
+0.03339,1.21818,-1.34697,-1.33958,-1.15140,1.84581,-0.22268
+0.03447,1.21800,-1.34628,-1.34083,-1.15090,1.84595,-0.22280
+0.03555,1.21782,-1.34559,-1.34205,-1.15039,1.84608,-0.22291
+0.03662,1.21765,-1.34492,-1.34325,-1.14990,1.84621,-0.22303
+0.03770,1.21748,-1.34426,-1.34443,-1.14942,1.84634,-0.22314
+0.03878,1.21731,-1.34361,-1.34560,-1.14894,1.84647,-0.22324
+0.03985,1.21714,-1.34297,-1.34674,-1.14847,1.84659,-0.22335
+0.04093,1.21698,-1.34234,-1.34787,-1.14800,1.84671,-0.22345
+0.04201,1.21683,-1.34173,-1.34897,-1.14755,1.84683,-0.22356
+0.04308,1.21667,-1.34112,-1.35006,-1.14710,1.84695,-0.22366
+0.04416,1.21652,-1.34052,-1.35113,-1.14666,1.84706,-0.22375
+0.04524,1.21637,-1.33994,-1.35218,-1.14622,1.84718,-0.22385
+0.04632,1.21623,-1.33936,-1.35322,-1.14579,1.84729,-0.22394
+0.04739,1.21608,-1.33880,-1.35424,-1.14537,1.84739,-0.22404
+0.04847,1.21594,-1.33824,-1.35524,-1.14496,1.84750,-0.22413
+0.04955,1.21581,-1.33769,-1.35622,-1.14455,1.84760,-0.22421
+0.05062,1.21567,-1.33715,-1.35719,-1.14414,1.84770,-0.22430
+0.05170,1.21554,-1.33662,-1.35814,-1.14375,1.84780,-0.22438
+0.05278,1.21541,-1.33610,-1.35908,-1.14336,1.84790,-0.22447
+0.05386,1.21528,-1.33559,-1.36000,-1.14297,1.84800,-0.22455
+0.05493,1.21516,-1.33509,-1.36091,-1.14259,1.84809,-0.22463
+0.05601,1.21504,-1.33459,-1.36180,-1.14222,1.84818,-0.22471
+0.05709,1.21492,-1.33411,-1.36267,-1.14185,1.84827,-0.22478
+0.05816,1.21480,-1.33363,-1.36354,-1.14149,1.84836,-0.22486
+0.05924,1.21469,-1.33316,-1.36438,-1.14114,1.84845,-0.22493
+0.06032,1.21458,-1.33270,-1.36522,-1.14079,1.84853,-0.22500
+0.06140,1.21447,-1.33224,-1.36604,-1.14044,1.84862,-0.22507
+0.06247,1.21436,-1.33180,-1.36684,-1.14010,1.84870,-0.22514
+0.06355,1.21425,-1.33136,-1.36764,-1.13977,1.84878,-0.22521
+0.06463,1.21415,-1.33093,-1.36842,-1.13944,1.84885,-0.22528
+0.06570,1.21405,-1.33050,-1.36918,-1.13911,1.84893,-0.22534
+0.06678,1.21395,-1.33009,-1.36994,-1.13879,1.84901,-0.22540
+0.06786,1.21385,-1.32967,-1.37068,-1.13848,1.84908,-0.22546
+0.06894,1.21376,-1.32927,-1.37141,-1.13817,1.84915,-0.22553
+0.07001,1.21367,-1.32888,-1.37213,-1.13787,1.84922,-0.22558
+0.07109,1.21358,-1.32849,-1.37283,-1.13757,1.84929,-0.22564
+0.07217,1.21349,-1.32810,-1.37353,-1.13727,1.84936,-0.22570
+0.07324,1.21340,-1.32773,-1.37421,-1.13698,1.84943,-0.22576
+0.07432,1.21331,-1.32735,-1.37488,-1.13669,1.84949,-0.22581
+0.07540,1.21323,-1.32699,-1.37554,-1.13641,1.84956,-0.22586
+0.07648,1.21315,-1.32663,-1.37619,-1.13613,1.84962,-0.22592
+0.07755,1.21307,-1.32628,-1.37683,-1.13586,1.84968,-0.22597
+0.07863,1.21299,-1.32593,-1.37746,-1.13559,1.84974,-0.22602
+0.07971,1.21291,-1.32559,-1.37808,-1.13532,1.84980,-0.22607
+0.08078,1.21283,-1.32526,-1.37869,-1.13506,1.84985,-0.22611
+0.08186,1.21281,-1.32516,-1.37886,-1.13499,1.84987,-0.22613
+0.08294,1.21263,-1.32455,-1.37998,-1.13453,1.85001,-0.22624
+0.08402,1.21246,-1.32394,-1.38107,-1.13407,1.85014,-0.22636
+0.08509,1.21229,-1.32335,-1.38215,-1.13362,1.85027,-0.22647
+0.08617,1.21212,-1.32276,-1.38321,-1.13318,1.85039,-0.22657
+0.08725,1.21196,-1.32218,-1.38426,-1.13274,1.85052,-0.22668
+0.08832,1.21180,-1.32162,-1.38528,-1.13232,1.85064,-0.22678
+0.08940,1.21164,-1.32106,-1.38629,-1.13189,1.85076,-0.22688
+0.09048,1.21149,-1.32052,-1.38728,-1.13148,1.85087,-0.22698
+0.09156,1.21134,-1.31998,-1.38826,-1.13107,1.85099,-0.22708
+0.09263,1.21119,-1.31945,-1.38922,-1.13067,1.85110,-0.22718
+0.09371,1.21104,-1.31893,-1.39016,-1.13027,1.85121,-0.22727
+0.09479,1.21090,-1.31842,-1.39109,-1.12988,1.85132,-0.22736
+0.09586,1.21076,-1.31792,-1.39200,-1.12950,1.85142,-0.22745
+0.09694,1.21062,-1.31742,-1.39289,-1.12912,1.85153,-0.22754
+0.09802,1.21049,-1.31694,-1.39378,-1.12875,1.85163,-0.22763
+0.09910,1.21036,-1.31646,-1.39464,-1.12838,1.85173,-0.22771
+0.10017,1.21023,-1.31599,-1.39550,-1.12802,1.85182,-0.22779
+0.10125,1.21010,-1.31553,-1.39633,-1.12766,1.85192,-0.22787
+0.10233,1.20998,-1.31508,-1.39716,-1.12731,1.85201,-0.22795
+0.10340,1.20986,-1.31464,-1.39797,-1.12697,1.85211,-0.22803
+0.10448,1.20974,-1.31420,-1.39877,-1.12663,1.85220,-0.22811
+0.10556,1.20962,-1.31377,-1.39955,-1.12630,1.85228,-0.22818
+0.10664,1.20950,-1.31335,-1.40032,-1.12597,1.85237,-0.22826
+0.10771,1.20939,-1.31293,-1.40108,-1.12565,1.85246,-0.22833
+0.10879,1.20928,-1.31252,-1.40183,-1.12533,1.85254,-0.22840
+0.10987,1.20917,-1.31212,-1.40256,-1.12502,1.85262,-0.22847
+0.11094,1.20907,-1.31172,-1.40328,-1.12471,1.85270,-0.22854
+0.11202,1.20896,-1.31134,-1.40399,-1.12440,1.85278,-0.22860
+0.11310,1.20886,-1.31095,-1.40469,-1.12410,1.85286,-0.22867
+0.11417,1.20876,-1.31058,-1.40538,-1.12381,1.85293,-0.22873
+0.11525,1.20867,-1.31021,-1.40605,-1.12352,1.85301,-0.22879
+0.11633,1.20857,-1.30985,-1.40671,-1.12323,1.85308,-0.22885
+0.11741,1.20848,-1.30949,-1.40737,-1.12295,1.85315,-0.22891
+0.11848,1.20838,-1.30914,-1.40801,-1.12268,1.85322,-0.22897
+0.11956,1.20829,-1.30880,-1.40864,-1.12241,1.85329,-0.22903
+0.12064,1.20821,-1.30846,-1.40926,-1.12214,1.85336,-0.22909
+0.12171,1.20812,-1.30812,-1.40987,-1.12187,1.85342,-0.22914
+0.12279,1.20804,-1.30780,-1.41047,-1.12161,1.85349,-0.22919
+0.12387,1.20800,-1.30769,-1.41067,-1.12153,1.85351,-0.22921
+0.12495,1.20787,-1.30725,-1.41146,-1.12119,1.85361,-0.22930
+0.12602,1.20774,-1.30683,-1.41224,-1.12086,1.85371,-0.22938
+0.12710,1.20761,-1.30641,-1.41301,-1.12053,1.85380,-0.22946
+0.12818,1.20749,-1.30600,-1.41377,-1.12021,1.85390,-0.22955
+0.12925,1.20737,-1.30560,-1.41451,-1.11989,1.85399,-0.22962
+0.13033,1.20725,-1.30520,-1.41524,-1.11958,1.85408,-0.22970
+0.13141,1.20713,-1.30481,-1.41595,-1.11928,1.85417,-0.22978
+0.13249,1.20701,-1.30443,-1.41666,-1.11897,1.85426,-0.22985
+0.13356,1.20690,-1.30405,-1.41735,-1.11868,1.85435,-0.22992
+0.13464,1.20679,-1.30368,-1.41804,-1.11838,1.85443,-0.23000
+0.13572,1.20668,-1.30331,-1.41871,-1.11810,1.85451,-0.23007
+0.13679,1.20657,-1.30295,-1.41937,-1.11781,1.85459,-0.23013
+0.13787,1.20647,-1.30260,-1.42002,-1.11753,1.85467,-0.23020
+0.13895,1.20637,-1.30226,-1.42065,-1.11726,1.85475,-0.23027
+0.14003,1.20626,-1.30192,-1.42128,-1.11699,1.85483,-0.23033
+0.14110,1.20617,-1.30158,-1.42190,-1.11672,1.85490,-0.23040
+0.14218,1.20607,-1.30125,-1.42251,-1.11646,1.85498,-0.23046
+0.14326,1.20597,-1.30093,-1.42310,-1.11620,1.85505,-0.23052
+0.14433,1.20591,-1.30073,-1.42347,-1.11604,1.85510,-0.23056
+0.14541,1.20563,-1.30000,-1.42482,-1.11548,1.85531,-0.23074
+0.14649,1.20535,-1.29928,-1.42614,-1.11494,1.85552,-0.23092
+0.14757,1.20508,-1.29857,-1.42744,-1.11440,1.85572,-0.23110
+0.14864,1.20482,-1.29787,-1.42872,-1.11386,1.85592,-0.23127
+0.14972,1.20456,-1.29719,-1.42998,-1.11334,1.85612,-0.23144
+0.15080,1.20430,-1.29652,-1.43121,-1.11283,1.85631,-0.23161
+0.15187,1.20405,-1.29586,-1.43243,-1.11232,1.85650,-0.23177
+0.15295,1.20380,-1.29521,-1.43362,-1.11182,1.85668,-0.23193
+0.15403,1.20356,-1.29458,-1.43480,-1.11133,1.85687,-0.23209
+0.15511,1.20332,-1.29395,-1.43595,-1.11085,1.85705,-0.23224
+0.15618,1.20309,-1.29334,-1.43708,-1.11038,1.85722,-0.23240
+0.15726,1.20286,-1.29273,-1.43820,-1.10991,1.85739,-0.23255
+0.15834,1.20264,-1.29214,-1.43930,-1.10945,1.85756,-0.23269
+0.15941,1.20242,-1.29156,-1.44037,-1.10900,1.85773,-0.23283
+0.16049,1.20220,-1.29098,-1.44143,-1.10855,1.85789,-0.23298
+0.16157,1.20199,-1.29042,-1.44247,-1.10811,1.85805,-0.23311
+0.16265,1.20178,-1.28987,-1.44350,-1.10768,1.85821,-0.23325
+0.16372,1.20158,-1.28932,-1.44450,-1.10726,1.85837,-0.23338
+0.16480,1.20137,-1.28879,-1.44549,-1.10684,1.85852,-0.23351
+0.16588,1.20118,-1.28826,-1.44647,-1.10643,1.85867,-0.23364
+0.16695,1.20098,-1.28775,-1.44742,-1.10603,1.85881,-0.23377
+0.16803,1.20079,-1.28724,-1.44836,-1.10563,1.85896,-0.23389
+0.16911,1.20061,-1.28674,-1.44929,-1.10524,1.85910,-0.23401
+0.17019,1.20042,-1.28625,-1.45020,-1.10485,1.85924,-0.23413
+0.17126,1.20024,-1.28577,-1.45109,-1.10447,1.85937,-0.23425
+0.17234,1.20007,-1.28529,-1.45197,-1.10410,1.85951,-0.23436
+0.17342,1.19990,-1.28483,-1.45283,-1.10373,1.85964,-0.23448
+0.17449,1.19973,-1.28437,-1.45368,-1.10337,1.85977,-0.23459
+0.17557,1.19956,-1.28392,-1.45452,-1.10301,1.85989,-0.23469
+0.17665,1.19939,-1.28348,-1.45534,-1.10266,1.86002,-0.23480
+0.17773,1.19923,-1.28305,-1.45615,-1.10232,1.86014,-0.23490
+0.17880,1.19908,-1.28262,-1.45694,-1.10198,1.86026,-0.23501
+0.17988,1.19892,-1.28220,-1.45772,-1.10165,1.86038,-0.23511
+0.18096,1.19877,-1.28179,-1.45849,-1.10132,1.86049,-0.23521
+0.18203,1.19862,-1.28138,-1.45924,-1.10099,1.86060,-0.23530
+0.18311,1.19848,-1.28098,-1.45998,-1.10068,1.86071,-0.23540
+0.18419,1.19833,-1.28059,-1.46071,-1.10036,1.86082,-0.23549
+0.18526,1.19819,-1.28021,-1.46143,-1.10005,1.86093,-0.23558
+0.18634,1.19805,-1.27983,-1.46213,-1.09975,1.86103,-0.23567
+0.18742,1.19792,-1.27946,-1.46283,-1.09945,1.86114,-0.23576
+0.18850,1.19779,-1.27909,-1.46351,-1.09916,1.86124,-0.23584
+0.18957,1.19765,-1.27873,-1.46418,-1.09887,1.86134,-0.23593
+0.19065,1.19753,-1.27838,-1.46484,-1.09858,1.86143,-0.23601
+0.19173,1.19740,-1.27804,-1.46548,-1.09830,1.86153,-0.23609
+0.19280,1.19728,-1.27769,-1.46612,-1.09803,1.86162,-0.23617
+0.19388,1.19716,-1.27736,-1.46675,-1.09776,1.86172,-0.23625
+0.19496,1.19704,-1.27703,-1.46736,-1.09749,1.86181,-0.23633
+0.19604,1.19692,-1.27671,-1.46797,-1.09723,1.86189,-0.23640
+0.19711,1.19681,-1.27639,-1.46856,-1.09697,1.86198,-0.23648
+0.19819,1.19670,-1.27608,-1.46915,-1.09671,1.86207,-0.23655
+0.19927,1.19660,-1.27582,-1.46962,-1.09651,1.86214,-0.23661
+0.20034,1.19646,-1.27545,-1.47032,-1.09621,1.86224,-0.23670
+0.20142,1.19632,-1.27508,-1.47100,-1.09591,1.86235,-0.23679
+0.20250,1.19619,-1.27472,-1.47167,-1.09563,1.86245,-0.23688
+0.20358,1.19606,-1.27437,-1.47233,-1.09534,1.86255,-0.23696
+0.20465,1.19592,-1.27402,-1.47298,-1.09506,1.86265,-0.23705
+0.20573,1.19580,-1.27368,-1.47362,-1.09479,1.86275,-0.23713
+0.20681,1.19567,-1.27335,-1.47425,-1.09452,1.86285,-0.23721
+0.20788,1.19555,-1.27301,-1.47487,-1.09425,1.86294,-0.23729
+0.20896,1.19542,-1.27269,-1.47547,-1.09399,1.86303,-0.23737
+0.21004,1.19530,-1.27237,-1.47607,-1.09373,1.86312,-0.23745
+0.21112,1.19519,-1.27206,-1.47666,-1.09347,1.86321,-0.23753
+0.21219,1.19507,-1.27175,-1.47724,-1.09322,1.86330,-0.23760
+0.21327,1.19503,-1.27164,-1.47744,-1.09314,1.86333,-0.23763
+0.21435,1.19482,-1.27114,-1.47837,-1.09275,1.86349,-0.23776
+0.21542,1.19462,-1.27065,-1.47929,-1.09236,1.86364,-0.23790
+0.21650,1.19442,-1.27016,-1.48018,-1.09199,1.86379,-0.23803
+0.21758,1.19422,-1.26969,-1.48106,-1.09162,1.86394,-0.23816
+0.21866,1.19403,-1.26922,-1.48193,-1.09125,1.86409,-0.23828
+0.21973,1.19384,-1.26876,-1.48278,-1.09090,1.86423,-0.23841
+0.22081,1.19366,-1.26831,-1.48362,-1.09054,1.86437,-0.23853
+0.22189,1.19347,-1.26787,-1.48445,-1.09020,1.86451,-0.23865
+0.22296,1.19330,-1.26743,-1.48526,-1.08985,1.86464,-0.23876
+0.22404,1.19312,-1.26701,-1.48605,-1.08952,1.86478,-0.23888
+0.22512,1.19295,-1.26659,-1.48683,-1.08919,1.86491,-0.23899
+0.22620,1.19278,-1.26617,-1.48760,-1.08886,1.86503,-0.23910
+0.22727,1.19261,-1.26577,-1.48836,-1.08854,1.86516,-0.23921
+0.22835,1.19245,-1.26537,-1.48910,-1.08823,1.86528,-0.23932
+0.22943,1.19229,-1.26498,-1.48983,-1.08792,1.86540,-0.23942
+0.23050,1.19213,-1.26459,-1.49055,-1.08761,1.86552,-0.23952
+0.23158,1.19198,-1.26421,-1.49126,-1.08731,1.86564,-0.23962
+0.23266,1.19183,-1.26384,-1.49195,-1.08701,1.86575,-0.23972
+0.23374,1.19168,-1.26348,-1.49264,-1.08672,1.86587,-0.23982
+0.23481,1.19153,-1.26312,-1.49331,-1.08644,1.86598,-0.23991
+0.23589,1.19139,-1.26277,-1.49397,-1.08616,1.86609,-0.24001
+0.23697,1.19125,-1.26242,-1.49462,-1.08588,1.86619,-0.24010
+0.23804,1.19111,-1.26208,-1.49525,-1.08560,1.86630,-0.24019
+0.23912,1.19097,-1.26174,-1.49588,-1.08534,1.86640,-0.24028
+0.24020,1.19084,-1.26141,-1.49650,-1.08507,1.86650,-0.24036
+0.24128,1.19071,-1.26109,-1.49710,-1.08481,1.86660,-0.24045
+0.24235,1.19058,-1.26077,-1.49770,-1.08456,1.86670,-0.24053
+0.24343,1.19046,-1.26046,-1.49829,-1.08430,1.86679,-0.24061
+0.24451,1.19033,-1.26015,-1.49886,-1.08406,1.86689,-0.24069
+0.24558,1.19022,-1.25986,-1.49940,-1.08382,1.86698,-0.24077
+0.24666,1.19002,-1.25940,-1.50027,-1.08346,1.86713,-0.24090
+0.24774,1.18982,-1.25894,-1.50112,-1.08311,1.86728,-0.24103
+0.24882,1.18962,-1.25849,-1.50195,-1.08276,1.86742,-0.24116
+0.24989,1.18943,-1.25805,-1.50277,-1.08242,1.86757,-0.24128
+0.25097,1.18925,-1.25762,-1.50358,-1.08208,1.86771,-0.24141
+0.25205,1.18906,-1.25719,-1.50437,-1.08174,1.86785,-0.24153
+0.25312,1.18888,-1.25678,-1.50515,-1.08142,1.86798,-0.24165
+0.25420,1.18871,-1.25636,-1.50592,-1.08110,1.86812,-0.24176
+0.25528,1.18853,-1.25596,-1.50667,-1.08078,1.86825,-0.24188
+0.25636,1.18836,-1.25556,-1.50741,-1.08047,1.86838,-0.24199
+0.25743,1.18819,-1.25517,-1.50814,-1.08016,1.86851,-0.24210
+0.25851,1.18803,-1.25479,-1.50885,-1.07986,1.86863,-0.24221
+0.25959,1.18787,-1.25441,-1.50956,-1.07956,1.86875,-0.24231
+0.26066,1.18771,-1.25404,-1.51025,-1.07927,1.86887,-0.24242
+0.26174,1.18755,-1.25368,-1.51093,-1.07898,1.86899,-0.24252
+0.26282,1.18740,-1.25332,-1.51160,-1.07870,1.86911,-0.24262
+0.26389,1.18725,-1.25297,-1.51225,-1.07842,1.86922,-0.24272
+0.26497,1.18710,-1.25263,-1.51290,-1.07814,1.86933,-0.24281
+0.26605,1.18696,-1.25229,-1.51353,-1.07787,1.86944,-0.24291
+0.26713,1.18682,-1.25195,-1.51416,-1.07761,1.86955,-0.24300
+0.26820,1.18668,-1.25163,-1.51477,-1.07735,1.86965,-0.24309
+0.26928,1.18654,-1.25131,-1.51538,-1.07709,1.86976,-0.24318
+0.27036,1.18641,-1.25099,-1.51597,-1.07684,1.86986,-0.24327
+0.27143,1.18628,-1.25068,-1.51655,-1.07659,1.86996,-0.24335
+0.27251,1.18615,-1.25037,-1.51712,-1.07634,1.87006,-0.24344
+0.27359,1.18602,-1.25007,-1.51769,-1.07610,1.87015,-0.24352
+0.27467,1.18599,-1.25000,-1.51782,-1.07605,1.87018,-0.24354
+0.27574,1.18581,-1.24959,-1.51859,-1.07573,1.87032,-0.24366
+0.27682,1.18563,-1.24919,-1.51934,-1.07541,1.87045,-0.24378
+0.27790,1.18545,-1.24879,-1.52008,-1.07510,1.87059,-0.24390
+0.27897,1.18528,-1.24840,-1.52081,-1.07479,1.87072,-0.24401
+0.28005,1.18511,-1.24802,-1.52152,-1.07449,1.87085,-0.24412
+0.28113,1.18494,-1.24764,-1.52223,-1.07420,1.87097,-0.24423
+0.28221,1.18477,-1.24727,-1.52292,-1.07391,1.87110,-0.24434
+0.28328,1.18461,-1.24691,-1.52360,-1.07362,1.87122,-0.24445
+0.28436,1.18446,-1.24655,-1.52427,-1.07334,1.87134,-0.24455
+0.28544,1.18430,-1.24620,-1.52492,-1.07306,1.87146,-0.24465
+0.28651,1.18415,-1.24585,-1.52557,-1.07279,1.87157,-0.24475
+0.28759,1.18400,-1.24551,-1.52620,-1.07252,1.87168,-0.24485
+0.28867,1.18385,-1.24518,-1.52683,-1.07226,1.87180,-0.24495
+0.28975,1.18371,-1.24485,-1.52744,-1.07200,1.87191,-0.24504
+0.29082,1.18356,-1.24453,-1.52804,-1.07174,1.87201,-0.24513
+0.29190,1.18343,-1.24421,-1.52864,-1.07149,1.87212,-0.24523
+0.29298,1.18329,-1.24390,-1.52922,-1.07125,1.87222,-0.24532
+0.29405,1.18316,-1.24360,-1.52979,-1.07100,1.87232,-0.24540
+0.29513,1.18302,-1.24330,-1.53036,-1.07076,1.87242,-0.24549
+0.29621,1.18294,-1.24311,-1.53071,-1.07061,1.87249,-0.24554
+0.29729,1.18277,-1.24273,-1.53141,-1.07032,1.87262,-0.24566
+0.29836,1.18260,-1.24236,-1.53211,-1.07003,1.87274,-0.24577
+0.29944,1.18243,-1.24199,-1.53279,-1.06974,1.87287,-0.24588
+0.30052,1.18227,-1.24163,-1.53347,-1.06946,1.87299,-0.24599
+0.30159,1.18211,-1.24128,-1.53413,-1.06918,1.87311,-0.24609
+0.30267,1.18195,-1.24093,-1.53478,-1.06891,1.87323,-0.24619
+0.30375,1.18180,-1.24059,-1.53541,-1.06864,1.87335,-0.24630
+0.30483,1.18165,-1.24026,-1.53604,-1.06838,1.87347,-0.24640
+0.30590,1.18150,-1.23993,-1.53666,-1.06812,1.87358,-0.24649
+0.30698,1.18135,-1.23960,-1.53727,-1.06786,1.87369,-0.24659
+0.30806,1.18121,-1.23928,-1.53786,-1.06761,1.87380,-0.24668
+0.30913,1.18107,-1.23897,-1.53845,-1.06736,1.87390,-0.24678
+0.31021,1.18093,-1.23866,-1.53902,-1.06712,1.87401,-0.24687
+0.31129,1.18079,-1.23836,-1.53959,-1.06688,1.87411,-0.24696
+0.31237,1.18066,-1.23807,-1.54015,-1.06664,1.87421,-0.24705
+0.31344,1.18062,-1.23798,-1.54031,-1.06658,1.87424,-0.24707
+0.31452,1.18036,-1.23740,-1.54137,-1.06615,1.87444,-0.24724
+0.31560,1.18011,-1.23682,-1.54242,-1.06572,1.87463,-0.24741
+0.31667,1.17986,-1.23626,-1.54345,-1.06531,1.87481,-0.24757
+0.31775,1.17962,-1.23571,-1.54446,-1.06490,1.87500,-0.24773
+0.31883,1.17938,-1.23517,-1.54545,-1.06450,1.87518,-0.24789
+0.31991,1.17915,-1.23463,-1.54643,-1.06410,1.87535,-0.24805
+0.32098,1.17892,-1.23411,-1.54739,-1.06371,1.87553,-0.24820
+0.32206,1.17869,-1.23360,-1.54833,-1.06333,1.87570,-0.24835
+0.32314,1.17847,-1.23309,-1.54926,-1.06295,1.87587,-0.24850
+0.32421,1.17825,-1.23260,-1.55017,-1.06258,1.87603,-0.24864
+0.32529,1.17803,-1.23211,-1.55107,-1.06221,1.87619,-0.24878
+0.32637,1.17782,-1.23163,-1.55195,-1.06185,1.87635,-0.24892
+0.32745,1.17762,-1.23116,-1.55281,-1.06150,1.87651,-0.24906
+0.32852,1.17741,-1.23070,-1.55366,-1.06115,1.87666,-0.24919
+0.32960,1.17721,-1.23024,-1.55450,-1.06081,1.87681,-0.24933
+0.33068,1.17702,-1.22980,-1.55532,-1.06048,1.87696,-0.24946
+0.33175,1.17682,-1.22936,-1.55613,-1.06014,1.87711,-0.24958
+0.33283,1.17663,-1.22893,-1.55692,-1.05982,1.87725,-0.24971
+0.33391,1.17645,-1.22850,-1.55770,-1.05950,1.87739,-0.24983
+0.33498,1.17627,-1.22809,-1.55847,-1.05918,1.87753,-0.24995
+0.33606,1.17609,-1.22768,-1.55922,-1.05887,1.87766,-0.25007
+0.33714,1.17591,-1.22728,-1.55996,-1.05857,1.87780,-0.25019
+0.33822,1.17574,-1.22688,-1.56069,-1.05827,1.87793,-0.25030
+0.33929,1.17557,-1.22650,-1.56140,-1.05797,1.87806,-0.25041
+0.34037,1.17540,-1.22612,-1.56211,-1.05768,1.87818,-0.25052
+0.34145,1.17524,-1.22574,-1.56280,-1.05740,1.87831,-0.25063
+0.34252,1.17508,-1.22538,-1.56348,-1.05711,1.87843,-0.25074
+0.34360,1.17492,-1.22501,-1.56414,-1.05684,1.87855,-0.25084
+0.34468,1.17477,-1.22466,-1.56480,-1.05657,1.87866,-0.25094
+0.34576,1.17461,-1.22431,-1.56545,-1.05630,1.87878,-0.25104
+0.34683,1.17447,-1.22397,-1.56608,-1.05603,1.87889,-0.25114
+0.34791,1.17432,-1.22363,-1.56670,-1.05577,1.87900,-0.25124
+0.34899,1.17418,-1.22330,-1.56731,-1.05552,1.87911,-0.25133
+0.35006,1.17403,-1.22298,-1.56792,-1.05527,1.87922,-0.25143
+0.35114,1.17390,-1.22266,-1.56851,-1.05502,1.87932,-0.25152
+0.35222,1.17376,-1.22235,-1.56909,-1.05478,1.87943,-0.25161
+0.35330,1.17363,-1.22204,-1.56966,-1.05454,1.87953,-0.25170
+0.35437,1.17349,-1.22174,-1.57022,-1.05430,1.87963,-0.25178
+0.35545,1.17337,-1.22144,-1.57078,-1.05407,1.87973,-0.25187
+0.35653,1.17333,-1.22137,-1.57090,-1.05402,1.87975,-0.25189
+0.35760,1.17316,-1.22098,-1.57162,-1.05372,1.87988,-0.25200
+0.35868,1.17298,-1.22060,-1.57232,-1.05343,1.88002,-0.25212
+0.35976,1.17281,-1.22023,-1.57301,-1.05315,1.88014,-0.25223
+0.36084,1.17264,-1.21986,-1.57369,-1.05287,1.88027,-0.25234
+0.36191,1.17248,-1.21950,-1.57436,-1.05259,1.88040,-0.25245
+0.36299,1.17232,-1.21915,-1.57502,-1.05232,1.88052,-0.25256
+0.36407,1.17216,-1.21880,-1.57566,-1.05206,1.88064,-0.25267
+0.36514,1.17200,-1.21846,-1.57630,-1.05179,1.88076,-0.25277
+0.36622,1.17185,-1.21812,-1.57692,-1.05154,1.88087,-0.25287
+0.36730,1.17170,-1.21779,-1.57753,-1.05128,1.88099,-0.25297
+0.36838,1.17155,-1.21747,-1.57814,-1.05103,1.88110,-0.25307
+0.36945,1.17141,-1.21715,-1.57873,-1.05078,1.88121,-0.25316
+0.37053,1.17126,-1.21684,-1.57931,-1.05054,1.88132,-0.25326
+0.37161,1.17112,-1.21653,-1.57988,-1.05030,1.88142,-0.25335
+0.37268,1.17099,-1.21623,-1.58044,-1.05007,1.88153,-0.25344
+0.37376,1.17085,-1.21593,-1.58100,-1.04984,1.88163,-0.25353
+0.37484,1.17077,-1.21574,-1.58134,-1.04970,1.88169,-0.25359
+0.37592,1.17058,-1.21536,-1.58205,-1.04941,1.88183,-0.25371
+0.37699,1.17041,-1.21498,-1.58275,-1.04912,1.88197,-0.25383
+0.37807,1.17023,-1.21461,-1.58344,-1.04884,1.88210,-0.25394
+0.37915,1.17006,-1.21425,-1.58411,-1.04856,1.88223,-0.25406
+0.38022,1.16989,-1.21389,-1.58478,-1.04829,1.88236,-0.25417
+0.38130,1.16972,-1.21354,-1.58543,-1.04802,1.88248,-0.25428
+0.38238,1.16956,-1.21319,-1.58607,-1.04775,1.88261,-0.25439
+0.38346,1.16939,-1.21285,-1.58670,-1.04749,1.88273,-0.25450
+0.38453,1.16924,-1.21252,-1.58732,-1.04724,1.88285,-0.25460
+0.38561,1.16908,-1.21219,-1.58793,-1.04699,1.88297,-0.25470
+0.38669,1.16893,-1.21187,-1.58853,-1.04674,1.88308,-0.25481
+0.38776,1.16878,-1.21156,-1.58912,-1.04650,1.88320,-0.25491
+0.38884,1.16863,-1.21125,-1.58969,-1.04626,1.88331,-0.25500
+0.38992,1.16849,-1.21094,-1.59026,-1.04602,1.88342,-0.25510
+0.39100,1.16835,-1.21064,-1.59082,-1.04579,1.88352,-0.25519
+0.39207,1.16821,-1.21035,-1.59137,-1.04556,1.88363,-0.25528
+0.39315,1.16812,-1.21016,-1.59171,-1.04542,1.88369,-0.25534
+0.39423,1.16795,-1.20976,-1.59244,-1.04512,1.88383,-0.25546
+0.39530,1.16778,-1.20937,-1.59316,-1.04484,1.88395,-0.25557
+0.39638,1.16761,-1.20898,-1.59387,-1.04455,1.88408,-0.25568
+0.39746,1.16744,-1.20860,-1.59456,-1.04427,1.88421,-0.25579
+0.39854,1.16728,-1.20823,-1.59524,-1.04399,1.88433,-0.25590
+0.39961,1.16712,-1.20786,-1.59591,-1.04372,1.88445,-0.25600
+0.40069,1.16697,-1.20750,-1.59657,-1.04346,1.88457,-0.25611
+0.40177,1.16681,-1.20714,-1.59722,-1.04319,1.88468,-0.25621
+0.40284,1.16666,-1.20679,-1.59785,-1.04294,1.88479,-0.25631
+0.40392,1.16652,-1.20645,-1.59848,-1.04268,1.88491,-0.25641
+0.40500,1.16637,-1.20612,-1.59909,-1.04243,1.88502,-0.25650
+0.40607,1.16623,-1.20579,-1.59970,-1.04219,1.88512,-0.25660
+0.40715,1.16609,-1.20546,-1.60029,-1.04194,1.88523,-0.25669
+0.40823,1.16595,-1.20514,-1.60087,-1.04171,1.88533,-0.25678
+0.40931,1.16582,-1.20483,-1.60145,-1.04147,1.88544,-0.25687
+0.41038,1.16569,-1.20452,-1.60201,-1.04124,1.88554,-0.25696
+0.41146,1.16556,-1.20422,-1.60256,-1.04101,1.88563,-0.25705
+0.41254,1.16543,-1.20392,-1.60311,-1.04079,1.88573,-0.25713
+0.41361,1.16541,-1.20388,-1.60318,-1.04076,1.88575,-0.25714
+0.41469,1.16522,-1.20347,-1.60394,-1.04046,1.88589,-0.25727
+0.41577,1.16503,-1.20306,-1.60469,-1.04016,1.88603,-0.25740
+0.41685,1.16484,-1.20266,-1.60542,-1.03986,1.88617,-0.25752
+0.41792,1.16466,-1.20227,-1.60614,-1.03957,1.88631,-0.25764
+0.41900,1.16448,-1.20188,-1.60685,-1.03929,1.88645,-0.25776
+0.42008,1.16430,-1.20150,-1.60754,-1.03901,1.88658,-0.25788
+0.42115,1.16413,-1.20113,-1.60823,-1.03873,1.88671,-0.25800
+0.42223,1.16396,-1.20077,-1.60890,-1.03846,1.88684,-0.25811
+0.42331,1.16379,-1.20041,-1.60956,-1.03819,1.88697,-0.25822
+0.42439,1.16363,-1.20005,-1.61020,-1.03793,1.88709,-0.25833
+0.42546,1.16346,-1.19971,-1.61084,-1.03767,1.88721,-0.25844
+0.42654,1.16331,-1.19937,-1.61147,-1.03742,1.88733,-0.25854
+0.42762,1.16315,-1.19903,-1.61208,-1.03717,1.88745,-0.25865
+0.42869,1.16300,-1.19870,-1.61269,-1.03692,1.88757,-0.25875
+0.42977,1.16285,-1.19838,-1.61328,-1.03668,1.88768,-0.25885
+0.43085,1.16270,-1.19806,-1.61387,-1.03644,1.88779,-0.25895
+0.43193,1.16255,-1.19775,-1.61444,-1.03621,1.88790,-0.25904
+0.43300,1.16241,-1.19745,-1.61501,-1.03598,1.88801,-0.25914
+0.43408,1.16227,-1.19715,-1.61556,-1.03575,1.88811,-0.25923
+0.43516,1.16214,-1.19685,-1.61611,-1.03553,1.88822,-0.25932
+0.43623,1.16204,-1.19664,-1.61649,-1.03537,1.88829,-0.25939
+0.43731,1.16189,-1.19628,-1.61715,-1.03511,1.88840,-0.25949
+0.43839,1.16174,-1.19592,-1.61779,-1.03485,1.88852,-0.25959
+0.43947,1.16159,-1.19557,-1.61843,-1.03460,1.88863,-0.25968
+0.44054,1.16145,-1.19522,-1.61905,-1.03435,1.88874,-0.25978
+0.44162,1.16131,-1.19489,-1.61966,-1.03410,1.88884,-0.25987
+0.44270,1.16117,-1.19455,-1.62026,-1.03386,1.88895,-0.25997
+0.44377,1.16103,-1.19423,-1.62085,-1.03362,1.88905,-0.26006
+0.44485,1.16090,-1.19391,-1.62143,-1.03339,1.88915,-0.26014
+0.44593,1.16077,-1.19359,-1.62200,-1.03316,1.88925,-0.26023
+0.44701,1.16064,-1.19328,-1.62256,-1.03293,1.88935,-0.26032
+0.44808,1.16052,-1.19298,-1.62311,-1.03271,1.88944,-0.26040
+0.44916,1.16039,-1.19268,-1.62366,-1.03249,1.88954,-0.26048
+0.45024,1.16037,-1.19264,-1.62372,-1.03247,1.88955,-0.26049
+0.45131,1.16021,-1.19226,-1.62441,-1.03219,1.88968,-0.26061
+0.45239,1.16004,-1.19189,-1.62508,-1.03193,1.88980,-0.26072
+0.45347,1.15988,-1.19153,-1.62574,-1.03166,1.88992,-0.26083
+0.45455,1.15972,-1.19117,-1.62640,-1.03140,1.89005,-0.26093
+0.45562,1.15956,-1.19082,-1.62703,-1.03115,1.89016,-0.26104
+0.45670,1.15940,-1.19047,-1.62766,-1.03089,1.89028,-0.26114
+0.45778,1.15925,-1.19013,-1.62828,-1.03065,1.89040,-0.26124
+0.45885,1.15910,-1.18980,-1.62889,-1.03040,1.89051,-0.26134
+0.45993,1.15896,-1.18947,-1.62948,-1.03016,1.89062,-0.26144
+0.46101,1.15881,-1.18915,-1.63007,-1.02993,1.89073,-0.26154
+0.46209,1.15867,-1.18883,-1.63064,-1.02970,1.89083,-0.26163
+0.46316,1.15853,-1.18852,-1.63121,-1.02947,1.89094,-0.26172
+0.46424,1.15840,-1.18822,-1.63177,-1.02925,1.89104,-0.26182
+0.46532,1.15826,-1.18792,-1.63231,-1.02903,1.89114,-0.26190
+0.46639,1.15813,-1.18762,-1.63285,-1.02881,1.89124,-0.26199
+0.46747,1.15799,-1.18732,-1.63341,-1.02858,1.89135,-0.26209
+0.46855,1.15785,-1.18701,-1.63397,-1.02836,1.89145,-0.26218
+0.46963,1.15772,-1.18672,-1.63451,-1.02814,1.89156,-0.26227
+0.47070,1.15762,-1.18651,-1.63489,-1.02799,1.89163,-0.26233
+0.47178,1.15748,-1.18620,-1.63545,-1.02776,1.89173,-0.26242
+0.47286,1.15734,-1.18590,-1.63600,-1.02754,1.89184,-0.26252
+0.47393,1.15721,-1.18561,-1.63654,-1.02732,1.89194,-0.26261
+0.47501,1.15711,-1.18540,-1.63692,-1.02717,1.89201,-0.26267
+0.47609,1.15697,-1.18510,-1.63746,-1.02695,1.89212,-0.26276
+0.47717,1.15685,-1.18484,-1.63794,-1.02676,1.89221,-0.26285
+0.47824,1.15671,-1.18454,-1.63848,-1.02654,1.89231,-0.26294
+0.47932,1.15659,-1.18428,-1.63897,-1.02634,1.89241,-0.26302
+0.48040,1.15645,-1.18399,-1.63951,-1.02612,1.89251,-0.26311
+0.48147,1.15633,-1.18372,-1.63999,-1.02593,1.89261,-0.26320
+0.48255,1.15619,-1.18343,-1.64053,-1.02571,1.89271,-0.26329
+0.48363,1.15606,-1.18317,-1.64101,-1.02552,1.89280,-0.26337
+0.48470,1.15592,-1.18287,-1.64155,-1.02530,1.89291,-0.26347
+0.48578,1.15581,-1.18264,-1.64198,-1.02513,1.89299,-0.26354
+0.48686,1.15567,-1.18234,-1.64252,-1.02491,1.89310,-0.26364
+0.48794,1.15554,-1.18208,-1.64300,-1.02472,1.89320,-0.26372
+0.48901,1.15540,-1.18179,-1.64354,-1.02450,1.89330,-0.26381
+0.49009,1.15527,-1.18153,-1.64402,-1.02431,1.89340,-0.26390
+0.49117,1.15513,-1.18122,-1.64458,-1.02408,1.89351,-0.26400
+0.49224,1.15498,-1.18093,-1.64513,-1.02386,1.89362,-0.26410
+0.49332,1.15484,-1.18063,-1.64566,-1.02365,1.89373,-0.26419
+0.49440,1.15474,-1.18043,-1.64604,-1.02350,1.89380,-0.26426
+0.49548,1.15459,-1.18013,-1.64659,-1.02327,1.89392,-0.26436
+0.49655,1.15444,-1.17983,-1.64714,-1.02305,1.89403,-0.26446
+0.49763,1.15430,-1.17954,-1.64768,-1.02284,1.89414,-0.26455
+0.49871,1.15419,-1.17933,-1.64806,-1.02269,1.89421,-0.26462
+0.49978,1.15402,-1.17898,-1.64870,-1.02243,1.89435,-0.26474
+0.50086,1.15384,-1.17864,-1.64932,-1.02218,1.89448,-0.26486
+0.50194,1.15367,-1.17831,-1.64994,-1.02194,1.89461,-0.26497
+0.50302,1.15350,-1.17798,-1.65055,-1.02169,1.89474,-0.26509
+0.50409,1.15333,-1.17765,-1.65115,-1.02146,1.89486,-0.26520
+0.50517,1.15317,-1.17733,-1.65173,-1.02122,1.89498,-0.26531
+0.50625,1.15301,-1.17702,-1.65231,-1.02099,1.89511,-0.26542
+0.50732,1.15285,-1.17672,-1.65287,-1.02077,1.89522,-0.26552
+0.50840,1.15270,-1.17641,-1.65343,-1.02054,1.89534,-0.26562
+0.50948,1.15255,-1.17612,-1.65398,-1.02032,1.89545,-0.26573
+0.51056,1.15240,-1.17583,-1.65451,-1.02011,1.89557,-0.26583
+0.51163,1.15225,-1.17553,-1.65505,-1.01989,1.89568,-0.26593
+0.51271,1.15207,-1.17519,-1.65569,-1.01964,1.89582,-0.26605
+0.51379,1.15189,-1.17485,-1.65631,-1.01939,1.89595,-0.26617
+0.51486,1.15171,-1.17452,-1.65693,-1.01915,1.89608,-0.26629
+0.51594,1.15154,-1.17419,-1.65753,-1.01891,1.89621,-0.26640
+0.51702,1.15137,-1.17387,-1.65813,-1.01867,1.89634,-0.26652
+0.51810,1.15120,-1.17355,-1.65871,-1.01844,1.89647,-0.26663
+0.51917,1.15104,-1.17324,-1.65928,-1.01821,1.89659,-0.26674
+0.52025,1.15088,-1.17294,-1.65985,-1.01798,1.89671,-0.26685
+0.52133,1.15072,-1.17264,-1.66040,-1.01776,1.89683,-0.26695
+0.52240,1.15056,-1.17234,-1.66094,-1.01754,1.89695,-0.26706
+0.52348,1.15041,-1.17205,-1.66148,-1.01733,1.89706,-0.26716
+0.52456,1.15026,-1.17176,-1.66201,-1.01711,1.89718,-0.26726
+0.52564,1.15008,-1.17143,-1.66263,-1.01687,1.89732,-0.26739
+0.52671,1.14990,-1.17110,-1.66324,-1.01663,1.89745,-0.26750
+0.52779,1.14973,-1.17078,-1.66383,-1.01639,1.89758,-0.26762
+0.52887,1.14956,-1.17046,-1.66442,-1.01616,1.89771,-0.26774
+0.52994,1.14939,-1.17015,-1.66499,-1.01593,1.89783,-0.26785
+0.53102,1.14922,-1.16985,-1.66556,-1.01570,1.89796,-0.26796
+0.53210,1.14906,-1.16955,-1.66611,-1.01548,1.89808,-0.26807
+0.53318,1.14890,-1.16925,-1.66666,-1.01526,1.89820,-0.26818
+0.53425,1.14874,-1.16896,-1.66720,-1.01505,1.89832,-0.26828
+0.53533,1.14859,-1.16868,-1.66772,-1.01484,1.89844,-0.26839
+0.53641,1.14853,-1.16856,-1.66794,-1.01475,1.89848,-0.26843
+0.53748,1.14835,-1.16824,-1.66854,-1.01451,1.89862,-0.26855
+0.53856,1.14817,-1.16792,-1.66913,-1.01428,1.89875,-0.26867
+0.53964,1.14800,-1.16761,-1.66970,-1.01405,1.89888,-0.26878
+0.54072,1.14783,-1.16730,-1.67027,-1.01383,1.89900,-0.26890
+0.54179,1.14767,-1.16700,-1.67083,-1.01360,1.89913,-0.26901
+0.54287,1.14750,-1.16671,-1.67138,-1.01338,1.89925,-0.26912
+0.54395,1.14734,-1.16642,-1.67192,-1.01317,1.89937,-0.26922
+0.54502,1.14719,-1.16613,-1.67245,-1.01296,1.89949,-0.26933
+0.54610,1.14706,-1.16590,-1.67287,-1.01279,1.89959,-0.26942
+0.54718,1.14689,-1.16560,-1.67343,-1.01257,1.89971,-0.26953
+0.54826,1.14673,-1.16530,-1.67398,-1.01235,1.89984,-0.26964
+0.54933,1.14656,-1.16501,-1.67453,-1.01213,1.89996,-0.26975
+0.55041,1.14640,-1.16472,-1.67506,-1.01192,1.90008,-0.26986
+0.55149,1.14625,-1.16444,-1.67559,-1.01171,1.90020,-0.26997
+0.55256,1.14618,-1.16433,-1.67580,-1.01162,1.90025,-0.27001
+0.55364,1.14602,-1.16404,-1.67633,-1.01141,1.90037,-0.27011
+0.55472,1.14588,-1.16379,-1.67680,-1.01122,1.90048,-0.27021
+0.55579,1.14571,-1.16348,-1.67736,-1.01100,1.90060,-0.27033
+0.55687,1.14554,-1.16319,-1.67791,-1.01078,1.90073,-0.27044
+0.55795,1.14538,-1.16290,-1.67846,-1.01056,1.90085,-0.27055
+0.55903,1.14522,-1.16261,-1.67899,-1.01035,1.90098,-0.27066
+0.56010,1.14506,-1.16233,-1.67951,-1.01014,1.90110,-0.27077
+0.56118,1.14498,-1.16219,-1.67977,-1.01004,1.90116,-0.27082
+0.56226,1.14482,-1.16190,-1.68030,-1.00983,1.90128,-0.27093
+0.56333,1.14469,-1.16168,-1.68072,-1.00966,1.90137,-0.27102
+0.56441,1.14452,-1.16138,-1.68128,-1.00944,1.90150,-0.27113
+0.56549,1.14435,-1.16108,-1.68183,-1.00922,1.90163,-0.27125
+0.56657,1.14418,-1.16079,-1.68237,-1.00901,1.90176,-0.27136
+0.56764,1.14402,-1.16050,-1.68290,-1.00880,1.90188,-0.27147
+0.56872,1.14386,-1.16022,-1.68343,-1.00859,1.90200,-0.27158
+0.56980,1.14378,-1.16008,-1.68369,-1.00848,1.90206,-0.27163
+0.57087,1.14361,-1.15979,-1.68423,-1.00827,1.90219,-0.27175
+0.57195,1.14344,-1.15950,-1.68476,-1.00806,1.90231,-0.27186
+0.57303,1.14328,-1.15922,-1.68529,-1.00785,1.90243,-0.27197
+0.57411,1.14318,-1.15905,-1.68560,-1.00772,1.90251,-0.27203
+0.57518,1.14301,-1.15876,-1.68614,-1.00751,1.90263,-0.27215
+0.57626,1.14285,-1.15848,-1.68668,-1.00730,1.90276,-0.27226
+0.57734,1.14269,-1.15820,-1.68720,-1.00709,1.90288,-0.27237
+0.57841,1.14257,-1.15800,-1.68757,-1.00695,1.90297,-0.27245
+0.57949,1.14240,-1.15771,-1.68811,-1.00673,1.90309,-0.27256
+0.58057,1.14224,-1.15742,-1.68864,-1.00652,1.90322,-0.27267
+0.58165,1.14207,-1.15714,-1.68916,-1.00631,1.90334,-0.27278
+0.58272,1.14196,-1.15695,-1.68953,-1.00617,1.90343,-0.27286
+0.58380,1.14179,-1.15666,-1.69007,-1.00595,1.90356,-0.27298
+0.58488,1.14162,-1.15637,-1.69060,-1.00574,1.90368,-0.27309
+0.58595,1.14146,-1.15609,-1.69112,-1.00554,1.90381,-0.27320
+0.58703,1.14134,-1.15590,-1.69148,-1.00539,1.90389,-0.27328
+0.58811,1.14117,-1.15561,-1.69202,-1.00518,1.90402,-0.27339
+0.58919,1.14100,-1.15532,-1.69256,-1.00497,1.90415,-0.27351
+0.59026,1.14084,-1.15504,-1.69308,-1.00476,1.90427,-0.27362
+0.59134,1.14072,-1.15485,-1.69344,-1.00462,1.90436,-0.27370
+0.59242,1.14056,-1.15457,-1.69396,-1.00441,1.90448,-0.27381
+0.59349,1.14043,-1.15435,-1.69437,-1.00425,1.90458,-0.27390
+0.59457,1.14026,-1.15407,-1.69490,-1.00404,1.90471,-0.27401
+0.59565,1.14011,-1.15382,-1.69536,-1.00386,1.90482,-0.27411
+0.59673,1.13995,-1.15354,-1.69588,-1.00365,1.90494,-0.27422
+0.59780,1.13980,-1.15329,-1.69635,-1.00347,1.90506,-0.27432
+0.59888,1.13963,-1.15301,-1.69687,-1.00326,1.90518,-0.27444
+0.59996,1.13951,-1.15287,-1.69716,-1.00314,1.90527,-0.27452
+0.60103,1.13944,-1.15336,-1.69648,-1.00332,1.90533,-0.27457
+0.60211,1.13937,-1.15385,-1.69581,-1.00351,1.90538,-0.27461
+0.60319,1.13930,-1.15434,-1.69515,-1.00369,1.90544,-0.27466
+0.60427,1.13923,-1.15481,-1.69450,-1.00387,1.90549,-0.27471
+0.60534,1.13916,-1.15528,-1.69387,-1.00405,1.90554,-0.27475
+0.60642,1.13909,-1.15573,-1.69324,-1.00422,1.90559,-0.27480
+0.60750,1.13902,-1.15618,-1.69262,-1.00440,1.90565,-0.27484
+0.60857,1.13896,-1.15662,-1.69202,-1.00457,1.90570,-0.27489
+0.60965,1.13889,-1.15706,-1.69142,-1.00473,1.90575,-0.27493
+0.61073,1.13883,-1.15748,-1.69083,-1.00490,1.90580,-0.27498
+0.61181,1.13876,-1.15790,-1.69026,-1.00506,1.90585,-0.27502
+0.61288,1.13870,-1.15831,-1.68969,-1.00522,1.90590,-0.27507
+0.61396,1.13863,-1.15872,-1.68913,-1.00538,1.90595,-0.27511
+0.61504,1.13857,-1.15912,-1.68859,-1.00554,1.90599,-0.27515
+0.61611,1.13851,-1.15951,-1.68805,-1.00570,1.90604,-0.27520
+0.61719,1.13844,-1.15991,-1.68749,-1.00585,1.90609,-0.27524
+0.61827,1.13833,-1.16045,-1.68675,-1.00607,1.90618,-0.27532
+0.61935,1.13822,-1.16099,-1.68602,-1.00628,1.90626,-0.27539
+0.62042,1.13811,-1.16151,-1.68531,-1.00648,1.90635,-0.27547
+0.62150,1.13800,-1.16203,-1.68460,-1.00669,1.90643,-0.27554
+0.62258,1.13789,-1.16254,-1.68391,-1.00689,1.90651,-0.27562
+0.62365,1.13779,-1.16304,-1.68322,-1.00709,1.90659,-0.27569
+0.62473,1.13768,-1.16353,-1.68255,-1.00729,1.90667,-0.27576
+0.62581,1.13758,-1.16401,-1.68189,-1.00748,1.90675,-0.27583
+0.62688,1.13748,-1.16448,-1.68125,-1.00767,1.90682,-0.27590
+0.62796,1.13738,-1.16495,-1.68061,-1.00786,1.90690,-0.27597
+0.62904,1.13728,-1.16540,-1.67998,-1.00805,1.90698,-0.27604
+0.63012,1.13718,-1.16585,-1.67936,-1.00823,1.90705,-0.27611
+0.63119,1.13708,-1.16630,-1.67876,-1.00841,1.90712,-0.27617
+0.63227,1.13699,-1.16673,-1.67816,-1.00859,1.90720,-0.27624
+0.63335,1.13689,-1.16716,-1.67757,-1.00877,1.90727,-0.27630
+0.63442,1.13680,-1.16758,-1.67699,-1.00894,1.90734,-0.27637
+0.63550,1.13671,-1.16799,-1.67643,-1.00911,1.90741,-0.27643
+0.63658,1.13661,-1.16839,-1.67587,-1.00928,1.90748,-0.27650
+0.63766,1.13652,-1.16879,-1.67532,-1.00945,1.90755,-0.27656
+0.63873,1.13643,-1.16918,-1.67478,-1.00961,1.90762,-0.27662
+0.63981,1.13637,-1.16946,-1.67439,-1.00973,1.90767,-0.27667
+0.64089,1.13626,-1.16997,-1.67369,-1.00995,1.90775,-0.27674
+0.64196,1.13615,-1.17047,-1.67300,-1.01016,1.90784,-0.27682
+0.64304,1.13604,-1.17096,-1.67232,-1.01036,1.90792,-0.27689
+0.64412,1.13593,-1.17144,-1.67165,-1.01057,1.90800,-0.27697
+0.64520,1.13582,-1.17191,-1.67100,-1.01077,1.90808,-0.27704
+0.64627,1.13572,-1.17237,-1.67035,-1.01097,1.90816,-0.27712
+0.64735,1.13562,-1.17283,-1.66972,-1.01117,1.90824,-0.27719
+0.64843,1.13551,-1.17328,-1.66910,-1.01136,1.90832,-0.27726
+0.64950,1.13541,-1.17372,-1.66848,-1.01155,1.90840,-0.27733
+0.65058,1.13531,-1.17415,-1.66788,-1.01174,1.90847,-0.27740
+0.65166,1.13521,-1.17457,-1.66729,-1.01193,1.90855,-0.27747
+0.65274,1.13511,-1.17499,-1.66670,-1.01211,1.90862,-0.27754
+0.65381,1.13502,-1.17540,-1.66613,-1.01229,1.90870,-0.27760
+0.65489,1.13492,-1.17581,-1.66557,-1.01247,1.90877,-0.27767
+0.65597,1.13483,-1.17620,-1.66501,-1.01265,1.90884,-0.27774
+0.65704,1.13473,-1.17659,-1.66447,-1.01282,1.90892,-0.27780
+0.65812,1.13465,-1.17692,-1.66401,-1.01296,1.90898,-0.27786
+0.65920,1.13449,-1.17747,-1.66325,-1.01320,1.90910,-0.27797
+0.66028,1.13434,-1.17802,-1.66251,-1.01343,1.90922,-0.27808
+0.66135,1.13418,-1.17856,-1.66178,-1.01365,1.90933,-0.27818
+0.66243,1.13403,-1.17909,-1.66105,-1.01388,1.90945,-0.27829
+0.66351,1.13388,-1.17960,-1.66034,-1.01410,1.90956,-0.27840
+0.66458,1.13373,-1.18011,-1.65965,-1.01432,1.90967,-0.27850
+0.66566,1.13358,-1.18061,-1.65896,-1.01453,1.90979,-0.27860
+0.66674,1.13344,-1.18111,-1.65828,-1.01475,1.90990,-0.27870
+0.66782,1.13330,-1.18159,-1.65762,-1.01495,1.91000,-0.27880
+0.66889,1.13315,-1.18207,-1.65697,-1.01516,1.91011,-0.27890
+0.66997,1.13301,-1.18253,-1.65632,-1.01536,1.91022,-0.27900
+0.67105,1.13288,-1.18299,-1.65569,-1.01557,1.91032,-0.27909
+0.67212,1.13274,-1.18344,-1.65507,-1.01576,1.91042,-0.27919
+0.67320,1.13261,-1.18389,-1.65446,-1.01596,1.91053,-0.27928
+0.67428,1.13248,-1.18432,-1.65386,-1.01615,1.91063,-0.27937
+0.67536,1.13234,-1.18475,-1.65326,-1.01634,1.91073,-0.27946
+0.67643,1.13222,-1.18517,-1.65268,-1.01653,1.91082,-0.27955
+0.67751,1.13209,-1.18559,-1.65211,-1.01672,1.91092,-0.27964
+0.67859,1.13196,-1.18599,-1.65155,-1.01690,1.91101,-0.27973
+0.67966,1.13184,-1.18639,-1.65099,-1.01708,1.91111,-0.27982
+0.68074,1.13172,-1.18679,-1.65045,-1.01726,1.91120,-0.27990
+0.68182,1.13164,-1.18705,-1.65009,-1.01737,1.91126,-0.27996
+0.68290,1.13143,-1.18774,-1.64915,-1.01767,1.91142,-0.28011
+0.68397,1.13122,-1.18841,-1.64823,-1.01796,1.91158,-0.28025
+0.68505,1.13102,-1.18907,-1.64732,-1.01824,1.91173,-0.28039
+0.68613,1.13082,-1.18972,-1.64642,-1.01853,1.91188,-0.28053
+0.68720,1.13062,-1.19037,-1.64555,-1.01880,1.91203,-0.28067
+0.68828,1.13042,-1.19099,-1.64468,-1.01908,1.91218,-0.28080
+0.68936,1.13023,-1.19161,-1.64383,-1.01935,1.91232,-0.28094
+0.69044,1.13004,-1.19222,-1.64300,-1.01962,1.91247,-0.28107
+0.69151,1.12985,-1.19282,-1.64217,-1.01988,1.91261,-0.28120
+0.69259,1.12967,-1.19341,-1.64136,-1.02014,1.91275,-0.28133
+0.69367,1.12949,-1.19398,-1.64057,-1.02040,1.91289,-0.28146
+0.69474,1.12931,-1.19455,-1.63979,-1.02066,1.91302,-0.28158
+0.69582,1.12913,-1.19511,-1.63902,-1.02091,1.91316,-0.28171
+0.69690,1.12895,-1.19565,-1.63826,-1.02115,1.91329,-0.28183
+0.69798,1.12878,-1.19619,-1.63751,-1.02140,1.91342,-0.28195
+0.69905,1.12861,-1.19672,-1.63678,-1.02164,1.91355,-0.28207
+0.70013,1.12844,-1.19724,-1.63606,-1.02187,1.91368,-0.28219
+0.70121,1.12828,-1.19775,-1.63535,-1.02211,1.91380,-0.28230
+0.70228,1.12811,-1.19826,-1.63465,-1.02234,1.91393,-0.28242
+0.70336,1.12795,-1.19875,-1.63397,-1.02257,1.91405,-0.28253
+0.70444,1.12779,-1.19924,-1.63329,-1.02279,1.91417,-0.28264
+0.70551,1.12764,-1.19971,-1.63263,-1.02301,1.91429,-0.28275
+0.70659,1.12748,-1.20018,-1.63197,-1.02323,1.91441,-0.28286
+0.70767,1.12733,-1.20064,-1.63133,-1.02345,1.91452,-0.28297
+0.70875,1.12718,-1.20109,-1.63070,-1.02366,1.91464,-0.28308
+0.70982,1.12703,-1.20154,-1.63008,-1.02387,1.91475,-0.28318
+0.71090,1.12688,-1.20198,-1.62947,-1.02408,1.91486,-0.28328
+0.71198,1.12674,-1.20241,-1.62887,-1.02428,1.91497,-0.28339
+0.71305,1.12660,-1.20283,-1.62827,-1.02448,1.91508,-0.28349
+0.71413,1.12646,-1.20325,-1.62769,-1.02468,1.91519,-0.28359
+0.71521,1.12632,-1.20365,-1.62712,-1.02488,1.91529,-0.28368
+0.71629,1.12618,-1.20406,-1.62656,-1.02507,1.91540,-0.28378
+0.71736,1.12604,-1.20445,-1.62600,-1.02526,1.91550,-0.28388
+0.71844,1.12591,-1.20484,-1.62546,-1.02545,1.91560,-0.28397
+0.71952,1.12589,-1.20489,-1.62539,-1.02547,1.91561,-0.28398
+0.72059,1.12572,-1.20540,-1.62468,-1.02570,1.91575,-0.28411
+0.72167,1.12554,-1.20590,-1.62399,-1.02593,1.91588,-0.28423
+0.72275,1.12537,-1.20639,-1.62331,-1.02616,1.91601,-0.28435
+0.72383,1.12520,-1.20687,-1.62264,-1.02639,1.91614,-0.28447
+0.72490,1.12503,-1.20735,-1.62198,-1.02661,1.91626,-0.28459
+0.72598,1.12487,-1.20781,-1.62133,-1.02683,1.91639,-0.28470
+0.72706,1.12471,-1.20827,-1.62070,-1.02704,1.91651,-0.28482
+0.72813,1.12455,-1.20872,-1.62007,-1.02726,1.91663,-0.28493
+0.72921,1.12439,-1.20917,-1.61945,-1.02747,1.91675,-0.28504
+0.73029,1.12423,-1.20960,-1.61885,-1.02767,1.91687,-0.28515
+0.73137,1.12408,-1.21003,-1.61825,-1.02788,1.91699,-0.28526
+0.73244,1.12393,-1.21045,-1.61766,-1.02808,1.91710,-0.28537
+0.73352,1.12378,-1.21086,-1.61708,-1.02828,1.91722,-0.28547
+0.73460,1.12363,-1.21127,-1.61652,-1.02847,1.91733,-0.28558
+0.73567,1.12349,-1.21167,-1.61596,-1.02867,1.91744,-0.28568
+0.73675,1.12334,-1.21206,-1.61541,-1.02886,1.91755,-0.28578
+0.73783,1.12325,-1.21231,-1.61507,-1.02898,1.91762,-0.28584
+0.73891,1.12306,-1.21281,-1.61438,-1.02921,1.91776,-0.28598
+0.73998,1.12288,-1.21330,-1.61370,-1.02943,1.91790,-0.28611
+0.74106,1.12269,-1.21378,-1.61304,-1.02966,1.91804,-0.28624
+0.74214,1.12251,-1.21426,-1.61238,-1.02988,1.91818,-0.28637
+0.74321,1.12233,-1.21473,-1.61174,-1.03010,1.91832,-0.28649
+0.74429,1.12215,-1.21519,-1.61110,-1.03031,1.91845,-0.28662
+0.74537,1.12198,-1.21564,-1.61048,-1.03052,1.91858,-0.28674
+0.74645,1.12180,-1.21608,-1.60987,-1.03073,1.91872,-0.28686
+0.74752,1.12163,-1.21652,-1.60926,-1.03094,1.91884,-0.28698
+0.74860,1.12147,-1.21695,-1.60867,-1.03114,1.91897,-0.28710
+0.74968,1.12130,-1.21737,-1.60808,-1.03134,1.91910,-0.28722
+0.75075,1.12114,-1.21778,-1.60751,-1.03154,1.91922,-0.28733
+0.75183,1.12098,-1.21819,-1.60694,-1.03174,1.91934,-0.28745
+0.75291,1.12082,-1.21859,-1.60639,-1.03193,1.91946,-0.28756
+0.75399,1.12066,-1.21899,-1.60584,-1.03212,1.91958,-0.28767
+0.75506,1.12058,-1.21919,-1.60556,-1.03222,1.91964,-0.28773
+0.75614,1.12038,-1.21970,-1.60487,-1.03245,1.91980,-0.28787
+0.75722,1.12018,-1.22019,-1.60419,-1.03268,1.91995,-0.28801
+0.75829,1.11998,-1.22067,-1.60353,-1.03290,1.92010,-0.28815
+0.75937,1.11979,-1.22115,-1.60288,-1.03312,1.92024,-0.28829
+0.76045,1.11960,-1.22162,-1.60223,-1.03334,1.92039,-0.28842
+0.76153,1.11941,-1.22208,-1.60160,-1.03356,1.92053,-0.28855
+0.76260,1.11922,-1.22253,-1.60098,-1.03377,1.92067,-0.28869
+0.76368,1.11904,-1.22298,-1.60037,-1.03398,1.92081,-0.28881
+0.76476,1.11886,-1.22342,-1.59976,-1.03419,1.92095,-0.28894
+0.76583,1.11868,-1.22385,-1.59917,-1.03439,1.92108,-0.28907
+0.76691,1.11851,-1.22427,-1.59859,-1.03459,1.92121,-0.28919
+0.76799,1.11833,-1.22469,-1.59801,-1.03479,1.92134,-0.28931
+0.76907,1.11816,-1.22510,-1.59745,-1.03499,1.92147,-0.28943
+0.77014,1.11800,-1.22550,-1.59689,-1.03518,1.92160,-0.28955
+0.77122,1.11783,-1.22589,-1.59635,-1.03537,1.92173,-0.28967
+0.77230,1.11774,-1.22610,-1.59607,-1.03547,1.92179,-0.28973
+0.77337,1.11753,-1.22656,-1.59544,-1.03568,1.92195,-0.28988
+0.77445,1.11733,-1.22702,-1.59482,-1.03589,1.92211,-0.29003
+0.77553,1.11712,-1.22747,-1.59421,-1.03610,1.92226,-0.29017
+0.77660,1.11692,-1.22791,-1.59362,-1.03630,1.92241,-0.29031
+0.77768,1.11672,-1.22834,-1.59303,-1.03650,1.92256,-0.29045
+0.77876,1.11653,-1.22877,-1.59245,-1.03670,1.92271,-0.29059
+0.77984,1.11634,-1.22919,-1.59188,-1.03690,1.92285,-0.29072
+0.78091,1.11615,-1.22960,-1.59132,-1.03709,1.92300,-0.29086
+0.78199,1.11596,-1.23001,-1.59077,-1.03728,1.92314,-0.29099
+0.78307,1.11578,-1.23041,-1.59022,-1.03747,1.92328,-0.29112
+0.78414,1.11564,-1.23069,-1.58984,-1.03760,1.92338,-0.29121
+0.78522,1.11540,-1.23117,-1.58921,-1.03781,1.92356,-0.29139
+0.78630,1.11516,-1.23164,-1.58859,-1.03802,1.92375,-0.29156
+0.78738,1.11492,-1.23210,-1.58798,-1.03822,1.92392,-0.29172
+0.78845,1.11469,-1.23256,-1.58738,-1.03842,1.92410,-0.29189
+0.78953,1.11445,-1.23300,-1.58679,-1.03862,1.92428,-0.29205
+0.79061,1.11423,-1.23344,-1.58620,-1.03882,1.92445,-0.29221
+0.79168,1.11400,-1.23388,-1.58563,-1.03901,1.92462,-0.29237
+0.79276,1.11378,-1.23430,-1.58507,-1.03920,1.92478,-0.29253
+0.79384,1.11357,-1.23472,-1.58452,-1.03939,1.92495,-0.29268
+0.79492,1.11335,-1.23513,-1.58397,-1.03958,1.92511,-0.29283
+0.79599,1.11314,-1.23553,-1.58344,-1.03976,1.92527,-0.29298
+0.79707,1.11293,-1.23593,-1.58290,-1.03994,1.92543,-0.29313
+0.79815,1.11267,-1.23640,-1.58230,-1.04014,1.92562,-0.29331
+0.79922,1.11242,-1.23685,-1.58171,-1.04034,1.92581,-0.29349
+0.80030,1.11217,-1.23729,-1.58114,-1.04053,1.92600,-0.29366
+0.80138,1.11192,-1.23773,-1.58057,-1.04072,1.92618,-0.29384
+0.80246,1.11168,-1.23816,-1.58001,-1.04091,1.92637,-0.29401
+0.80353,1.11144,-1.23858,-1.57946,-1.04110,1.92655,-0.29418
+0.80461,1.11121,-1.23900,-1.57891,-1.04128,1.92672,-0.29434
+0.80569,1.11098,-1.23941,-1.57838,-1.04146,1.92690,-0.29451
+0.80676,1.11075,-1.23981,-1.57785,-1.04164,1.92707,-0.29467
+0.80784,1.11058,-1.24010,-1.57748,-1.04176,1.92720,-0.29479
+0.80892,1.11024,-1.24062,-1.57684,-1.04197,1.92745,-0.29503
+0.81000,1.10991,-1.24112,-1.57622,-1.04216,1.92770,-0.29526
+0.81107,1.10958,-1.24162,-1.57560,-1.04236,1.92795,-0.29549
+0.81215,1.10925,-1.24211,-1.57500,-1.04255,1.92819,-0.29572
+0.81323,1.10894,-1.24259,-1.57440,-1.04274,1.92843,-0.29594
+0.81430,1.10862,-1.24306,-1.57382,-1.04293,1.92866,-0.29616
+0.81538,1.10832,-1.24353,-1.57324,-1.04312,1.92889,-0.29638
+0.81646,1.10801,-1.24398,-1.57267,-1.04330,1.92912,-0.29659
+0.81754,1.10771,-1.24443,-1.57212,-1.04349,1.92935,-0.29680
+0.81861,1.10742,-1.24487,-1.57157,-1.04367,1.92957,-0.29701
+0.81969,1.10713,-1.24531,-1.57103,-1.04384,1.92979,-0.29722
+0.82077,1.10684,-1.24573,-1.57049,-1.04402,1.93000,-0.29742
+0.82184,1.10656,-1.24615,-1.56997,-1.04419,1.93021,-0.29761
+0.82292,1.10629,-1.24656,-1.56946,-1.04436,1.93042,-0.29781
+0.82400,1.10602,-1.24697,-1.56895,-1.04453,1.93062,-0.29800
+0.82508,1.10575,-1.24737,-1.56845,-1.04470,1.93082,-0.29819
+0.82615,1.10566,-1.24749,-1.56830,-1.04475,1.93089,-0.29825
+0.82723,1.10536,-1.24792,-1.56777,-1.04492,1.93112,-0.29847
+0.82831,1.10505,-1.24835,-1.56725,-1.04508,1.93135,-0.29868
+0.82938,1.10475,-1.24876,-1.56674,-1.04525,1.93157,-0.29889
+0.83046,1.10446,-1.24918,-1.56624,-1.04542,1.93179,-0.29910
+0.83154,1.10417,-1.24958,-1.56575,-1.04558,1.93201,-0.29931
+0.83262,1.10389,-1.24998,-1.56526,-1.04574,1.93223,-0.29951
+0.83369,1.10382,-1.25006,-1.56516,-1.04577,1.93227,-0.29955
+0.83477,1.10349,-1.25048,-1.56466,-1.04593,1.93252,-0.29979
+0.83585,1.10317,-1.25089,-1.56417,-1.04608,1.93276,-0.30002
+0.83692,1.10285,-1.25130,-1.56369,-1.04624,1.93301,-0.30024
+0.83800,1.10253,-1.25170,-1.56322,-1.04639,1.93324,-0.30047
+0.83908,1.10222,-1.25210,-1.56275,-1.04654,1.93348,-0.30069
+0.84016,1.10212,-1.25222,-1.56261,-1.04658,1.93355,-0.30075
+0.84123,1.10177,-1.25263,-1.56213,-1.04673,1.93382,-0.30101
+0.84231,1.10142,-1.25305,-1.56166,-1.04688,1.93408,-0.30125
+0.84339,1.10107,-1.25345,-1.56119,-1.04702,1.93434,-0.30150
+0.84446,1.10073,-1.25385,-1.56074,-1.04717,1.93459,-0.30174
+0.84554,1.10040,-1.25424,-1.56029,-1.04731,1.93484,-0.30197
+0.84662,1.10023,-1.25444,-1.56006,-1.04738,1.93497,-0.30209
+0.84769,1.09983,-1.25486,-1.55960,-1.04752,1.93527,-0.30237
+0.84877,1.09944,-1.25528,-1.55914,-1.04766,1.93556,-0.30265
+0.84985,1.09906,-1.25569,-1.55869,-1.04779,1.93584,-0.30292
+0.85093,1.09869,-1.25609,-1.55824,-1.04793,1.93612,-0.30318
+0.85200,1.09832,-1.25649,-1.55780,-1.04806,1.93640,-0.30344
+0.85308,1.09795,-1.25688,-1.55737,-1.04819,1.93667,-0.30370
+0.85416,1.09760,-1.25727,-1.55695,-1.04832,1.93694,-0.30395
+0.85523,1.09738,-1.25750,-1.55669,-1.04840,1.93710,-0.30411
+0.85631,1.09695,-1.25791,-1.55627,-1.04852,1.93742,-0.30441
+0.85739,1.09654,-1.25831,-1.55585,-1.04864,1.93773,-0.30470
+0.85847,1.09613,-1.25871,-1.55544,-1.04876,1.93804,-0.30499
+0.85954,1.09573,-1.25909,-1.55503,-1.04888,1.93834,-0.30527
+0.86062,1.09533,-1.25948,-1.55463,-1.04899,1.93863,-0.30555
+0.86170,1.09494,-1.25985,-1.55424,-1.04911,1.93893,-0.30583
+0.86277,1.09455,-1.26023,-1.55385,-1.04922,1.93922,-0.30611
+0.86385,1.09407,-1.26062,-1.55349,-1.04931,1.93958,-0.30645
+0.86493,1.09360,-1.26100,-1.55313,-1.04941,1.93993,-0.30678
+0.86601,1.09314,-1.26138,-1.55278,-1.04950,1.94027,-0.30711
+0.86708,1.09268,-1.26175,-1.55243,-1.04959,1.94061,-0.30743
+0.86816,1.09223,-1.26212,-1.55208,-1.04968,1.94095,-0.30775
+0.86924,1.09179,-1.26248,-1.55175,-1.04977,1.94128,-0.30806
+0.87031,1.09136,-1.26284,-1.55141,-1.04986,1.94160,-0.30837
+0.87139,1.09093,-1.26319,-1.55109,-1.04995,1.94192,-0.30867
+0.87247,1.09067,-1.26336,-1.55095,-1.04997,1.94212,-0.30885
+0.87355,1.08973,-1.26371,-1.55093,-1.04989,1.94281,-0.30951
+0.87462,1.08881,-1.26405,-1.55090,-1.04980,1.94349,-0.31016
+0.87570,1.08791,-1.26439,-1.55088,-1.04972,1.94416,-0.31080
+0.87678,1.08702,-1.26473,-1.55085,-1.04964,1.94482,-0.31143
+0.87785,1.08615,-1.26506,-1.55082,-1.04957,1.94547,-0.31204
+0.87893,1.08529,-1.26538,-1.55079,-1.04949,1.94611,-0.31265
+0.88001,1.08444,-1.26571,-1.55076,-1.04942,1.94674,-0.31325
+0.88109,1.08361,-1.26602,-1.55073,-1.04935,1.94735,-0.31384
+0.88216,1.08279,-1.26633,-1.55070,-1.04929,1.94796,-0.31442
+0.88324,1.08199,-1.26664,-1.55067,-1.04922,1.94855,-0.31499
+0.88432,1.08120,-1.26694,-1.55064,-1.04916,1.94914,-0.31555
+0.88539,1.08042,-1.26724,-1.55060,-1.04910,1.94972,-0.31610
+0.88647,1.07966,-1.26753,-1.55057,-1.04904,1.95028,-0.31664
+0.88755,1.07891,-1.26782,-1.55054,-1.04898,1.95084,-0.31717
+0.88863,1.07817,-1.26810,-1.55050,-1.04893,1.95139,-0.31770
+0.88970,1.07745,-1.26838,-1.55047,-1.04887,1.95193,-0.31821
+0.89078,1.07673,-1.26865,-1.55043,-1.04882,1.95246,-0.31872
+0.89186,1.07603,-1.26892,-1.55040,-1.04877,1.95298,-0.31922
+0.89293,1.07534,-1.26919,-1.55036,-1.04872,1.95349,-0.31971
+0.89401,1.07467,-1.26945,-1.55033,-1.04868,1.95400,-0.32019
+0.89509,1.07400,-1.26971,-1.55029,-1.04863,1.95449,-0.32067
+0.89617,1.07334,-1.26997,-1.55026,-1.04859,1.95498,-0.32114
+0.89724,1.07270,-1.27022,-1.55022,-1.04854,1.95546,-0.32160
+0.89832,1.07207,-1.27046,-1.55018,-1.04850,1.95593,-0.32205
+0.89940,1.07144,-1.27071,-1.55015,-1.04846,1.95639,-0.32250
+0.90047,1.07083,-1.27095,-1.55011,-1.04843,1.95685,-0.32294
+0.90155,1.07023,-1.27118,-1.55007,-1.04839,1.95730,-0.32337
+0.90263,1.06963,-1.27141,-1.55004,-1.04836,1.95774,-0.32379
+0.90371,1.06905,-1.27164,-1.55000,-1.04832,1.95817,-0.32421
+0.90478,1.06848,-1.27187,-1.54996,-1.04829,1.95860,-0.32462
+0.90586,1.06792,-1.27209,-1.54992,-1.04826,1.95902,-0.32503
+0.90694,1.06736,-1.27230,-1.54989,-1.04823,1.95943,-0.32542
+0.90801,1.06682,-1.27252,-1.54985,-1.04820,1.95984,-0.32581
+0.90909,1.06628,-1.27273,-1.54981,-1.04817,1.96024,-0.32620
+0.91017,1.06575,-1.27294,-1.54977,-1.04814,1.96063,-0.32658
+0.91125,1.06524,-1.27314,-1.54974,-1.04812,1.96102,-0.32695
+0.91232,1.06473,-1.27334,-1.54970,-1.04809,1.96140,-0.32732
+0.91340,1.06423,-1.27354,-1.54966,-1.04807,1.96177,-0.32768
+0.91448,1.06396,-1.27364,-1.54966,-1.04805,1.96197,-0.32787
+0.91555,1.06331,-1.27379,-1.54978,-1.04795,1.96246,-0.32834
+0.91663,1.06266,-1.27395,-1.54991,-1.04785,1.96294,-0.32881
+0.91771,1.06202,-1.27410,-1.55003,-1.04775,1.96341,-0.32926
+0.91879,1.06140,-1.27425,-1.55014,-1.04765,1.96387,-0.32971
+0.91986,1.06078,-1.27440,-1.55026,-1.04756,1.96433,-0.33015
+0.92094,1.06018,-1.27454,-1.55037,-1.04747,1.96478,-0.33059
+0.92202,1.05959,-1.27468,-1.55048,-1.04738,1.96522,-0.33102
+0.92309,1.05900,-1.27483,-1.55059,-1.04730,1.96565,-0.33144
+0.92417,1.05843,-1.27497,-1.55069,-1.04721,1.96608,-0.33185
+0.92525,1.05786,-1.27510,-1.55079,-1.04713,1.96650,-0.33226
+0.92632,1.05731,-1.27524,-1.55089,-1.04705,1.96691,-0.33266
+0.92740,1.05676,-1.27537,-1.55099,-1.04697,1.96732,-0.33306
+0.92848,1.05622,-1.27550,-1.55108,-1.04689,1.96772,-0.33344
+0.92956,1.05570,-1.27563,-1.55118,-1.04682,1.96811,-0.33383
+0.93063,1.05518,-1.27576,-1.55127,-1.04674,1.96850,-0.33420
+0.93171,1.05467,-1.27589,-1.55136,-1.04667,1.96888,-0.33457
+0.93279,1.05417,-1.27601,-1.55144,-1.04660,1.96925,-0.33493
+0.93386,1.05367,-1.27613,-1.55153,-1.04653,1.96962,-0.33529
+0.93494,1.05332,-1.27621,-1.55160,-1.04648,1.96988,-0.33555
+0.93602,1.05269,-1.27629,-1.55183,-1.04634,1.97035,-0.33600
+0.93710,1.05207,-1.27637,-1.55206,-1.04621,1.97080,-0.33645
+0.93817,1.05147,-1.27645,-1.55228,-1.04607,1.97125,-0.33689
+0.93925,1.05087,-1.27653,-1.55250,-1.04595,1.97169,-0.33732
+0.94033,1.05029,-1.27661,-1.55272,-1.04582,1.97213,-0.33774
+0.94140,1.04971,-1.27669,-1.55293,-1.04569,1.97255,-0.33816
+0.94248,1.04915,-1.27676,-1.55314,-1.04557,1.97297,-0.33857
+0.94356,1.04859,-1.27684,-1.55334,-1.04545,1.97339,-0.33897
+0.94464,1.04804,-1.27691,-1.55354,-1.04534,1.97379,-0.33937
+0.94571,1.04751,-1.27698,-1.55373,-1.04522,1.97419,-0.33976
+0.94679,1.04698,-1.27705,-1.55392,-1.04511,1.97458,-0.34015
+0.94787,1.04646,-1.27713,-1.55411,-1.04500,1.97497,-0.34052
+0.94894,1.04595,-1.27720,-1.55429,-1.04489,1.97535,-0.34090
+0.95002,1.04544,-1.27727,-1.55447,-1.04479,1.97572,-0.34126
+0.95110,1.04495,-1.27733,-1.55465,-1.04469,1.97609,-0.34162
+0.95218,1.04446,-1.27740,-1.55482,-1.04458,1.97645,-0.34198
+0.95325,1.04398,-1.27747,-1.55499,-1.04449,1.97681,-0.34232
+0.95433,1.04351,-1.27753,-1.55515,-1.04439,1.97716,-0.34267
+0.95541,1.04340,-1.27754,-1.55521,-1.04436,1.97724,-0.34275
+0.95648,1.04273,-1.27751,-1.55566,-1.04414,1.97774,-0.34324
+0.95756,1.04207,-1.27748,-1.55609,-1.04392,1.97822,-0.34372
+0.95864,1.04142,-1.27746,-1.55652,-1.04371,1.97870,-0.34419
+0.95972,1.04078,-1.27743,-1.55693,-1.04350,1.97917,-0.34465
+0.96079,1.04015,-1.27741,-1.55735,-1.04330,1.97964,-0.34511
+0.96187,1.03954,-1.27738,-1.55775,-1.04310,1.98009,-0.34556
+0.96295,1.03893,-1.27736,-1.55814,-1.04290,1.98054,-0.34600
+0.96402,1.03833,-1.27734,-1.55853,-1.04271,1.98098,-0.34644
+0.96510,1.03775,-1.27732,-1.55891,-1.04252,1.98142,-0.34687
+0.96618,1.03717,-1.27730,-1.55928,-1.04234,1.98184,-0.34729
+0.96726,1.03660,-1.27728,-1.55965,-1.04215,1.98226,-0.34770
+0.96833,1.03605,-1.27726,-1.56001,-1.04198,1.98267,-0.34811
+0.96941,1.03550,-1.27724,-1.56036,-1.04180,1.98308,-0.34851
+0.97049,1.03496,-1.27722,-1.56071,-1.04163,1.98348,-0.34890
+0.97156,1.03443,-1.27721,-1.56105,-1.04146,1.98387,-0.34929
+0.97264,1.03391,-1.27719,-1.56138,-1.04130,1.98425,-0.34967
+0.97372,1.03340,-1.27718,-1.56171,-1.04113,1.98463,-0.35005
+0.97480,1.03289,-1.27716,-1.56203,-1.04098,1.98501,-0.35042
+0.97587,1.03240,-1.27715,-1.56235,-1.04082,1.98537,-0.35078
+0.97695,1.03191,-1.27713,-1.56266,-1.04067,1.98573,-0.35114
+0.97803,1.03143,-1.27712,-1.56296,-1.04052,1.98609,-0.35149
+0.97910,1.03096,-1.27711,-1.56326,-1.04037,1.98644,-0.35183
+0.98018,1.03050,-1.27710,-1.56355,-1.04023,1.98678,-0.35217
+0.98126,1.03005,-1.27709,-1.56384,-1.04008,1.98711,-0.35250
+0.98234,1.02960,-1.27708,-1.56412,-1.03994,1.98745,-0.35283
+0.98341,1.02916,-1.27707,-1.56440,-1.03981,1.98777,-0.35316
+0.98449,1.02873,-1.27706,-1.56467,-1.03967,1.98809,-0.35347
+0.98557,1.02846,-1.27704,-1.56484,-1.03959,1.98829,-0.35367
+0.98664,1.02792,-1.27698,-1.56527,-1.03939,1.98869,-0.35406
+0.98772,1.02740,-1.27691,-1.56569,-1.03919,1.98907,-0.35445
+0.98880,1.02688,-1.27685,-1.56610,-1.03899,1.98946,-0.35483
+0.98988,1.02637,-1.27679,-1.56651,-1.03880,1.98983,-0.35521
+0.99095,1.02587,-1.27673,-1.56691,-1.03862,1.99020,-0.35557
+0.99203,1.02538,-1.27667,-1.56730,-1.03843,1.99057,-0.35594
+0.99311,1.02489,-1.27661,-1.56768,-1.03825,1.99092,-0.35629
+0.99418,1.02442,-1.27655,-1.56806,-1.03807,1.99127,-0.35664
+0.99526,1.02395,-1.27650,-1.56843,-1.03790,1.99162,-0.35699
+0.99634,1.02349,-1.27644,-1.56879,-1.03773,1.99196,-0.35733
+0.99741,1.02304,-1.27639,-1.56914,-1.03756,1.99229,-0.35766
+0.99849,1.02259,-1.27634,-1.56949,-1.03740,1.99262,-0.35799
+0.99957,1.02216,-1.27629,-1.56984,-1.03724,1.99295,-0.35831
+1.00065,1.02173,-1.27624,-1.57017,-1.03708,1.99326,-0.35863
+1.00172,1.02130,-1.27619,-1.57050,-1.03692,1.99358,-0.35894
+1.00280,1.02089,-1.27615,-1.57083,-1.03677,1.99388,-0.35925
+1.00388,1.02048,-1.27610,-1.57115,-1.03662,1.99418,-0.35955
+1.00495,1.02015,-1.27606,-1.57141,-1.03649,1.99443,-0.35979
+1.00603,1.01967,-1.27597,-1.57184,-1.03630,1.99478,-0.36014
+1.00711,1.01920,-1.27589,-1.57226,-1.03610,1.99513,-0.36049
+1.00819,1.01874,-1.27580,-1.57267,-1.03591,1.99547,-0.36083
+1.00926,1.01829,-1.27572,-1.57308,-1.03573,1.99580,-0.36117
+1.01034,1.01784,-1.27564,-1.57348,-1.03554,1.99613,-0.36150
+1.01142,1.01741,-1.27557,-1.57387,-1.03536,1.99645,-0.36182
+1.01249,1.01697,-1.27549,-1.57425,-1.03519,1.99677,-0.36214
+1.01357,1.01655,-1.27541,-1.57463,-1.03501,1.99708,-0.36245
+1.01465,1.01613,-1.27534,-1.57500,-1.03484,1.99739,-0.36276
+1.01573,1.01572,-1.27527,-1.57536,-1.03468,1.99769,-0.36307
+1.01680,1.01532,-1.27520,-1.57572,-1.03451,1.99799,-0.36336
+1.01788,1.01493,-1.27513,-1.57607,-1.03435,1.99828,-0.36366
+1.01896,1.01454,-1.27506,-1.57641,-1.03419,1.99857,-0.36395
+1.02003,1.01430,-1.27502,-1.57662,-1.03409,1.99874,-0.36412
+1.02111,1.01388,-1.27493,-1.57702,-1.03391,1.99905,-0.36443
+1.02219,1.01347,-1.27485,-1.57740,-1.03374,1.99936,-0.36474
+1.02327,1.01307,-1.27477,-1.57779,-1.03356,1.99966,-0.36504
+1.02434,1.01267,-1.27469,-1.57816,-1.03339,1.99995,-0.36533
+1.02542,1.01228,-1.27461,-1.57853,-1.03323,2.00024,-0.36562
+1.02650,1.01189,-1.27453,-1.57889,-1.03306,2.00052,-0.36591
+1.02757,1.01151,-1.27445,-1.57924,-1.03290,2.00080,-0.36619
+1.02865,1.01140,-1.27443,-1.57935,-1.03285,2.00088,-0.36627
+1.02973,1.01102,-1.27435,-1.57971,-1.03269,2.00116,-0.36655
+1.03081,1.01080,-1.27430,-1.57993,-1.03259,2.00133,-0.36672
+1.03188,1.01042,-1.27420,-1.58031,-1.03242,2.00161,-0.36700
+1.03296,1.01005,-1.27411,-1.58069,-1.03225,2.00188,-0.36728
+1.03404,1.00968,-1.27401,-1.58106,-1.03208,2.00215,-0.36755
+1.03511,1.00953,-1.27398,-1.58121,-1.03201,2.00226,-0.36766
+1.03619,1.00917,-1.27388,-1.58159,-1.03185,2.00253,-0.36793
+1.03727,1.00892,-1.27381,-1.58185,-1.03173,2.00271,-0.36812
+1.03835,1.00856,-1.27371,-1.58224,-1.03156,2.00298,-0.36839
+1.03942,1.00828,-1.27365,-1.58250,-1.03144,2.00318,-0.36859
+1.04050,1.00763,-1.27370,-1.58284,-1.03124,2.00366,-0.36908
+1.04158,1.00698,-1.27376,-1.58317,-1.03105,2.00413,-0.36955
+1.04265,1.00635,-1.27381,-1.58350,-1.03087,2.00459,-0.37002
+1.04373,1.00573,-1.27386,-1.58382,-1.03069,2.00505,-0.37048
+1.04481,1.00512,-1.27391,-1.58414,-1.03051,2.00549,-0.37094
+1.04589,1.00452,-1.27396,-1.58445,-1.03033,2.00593,-0.37138
+1.04696,1.00393,-1.27401,-1.58475,-1.03016,2.00636,-0.37182
+1.04804,1.00335,-1.27406,-1.58505,-1.02999,2.00678,-0.37225
+1.04912,1.00278,-1.27411,-1.58534,-1.02983,2.00720,-0.37268
+1.05019,1.00222,-1.27416,-1.58562,-1.02967,2.00761,-0.37310
+1.05127,1.00167,-1.27421,-1.58590,-1.02951,2.00801,-0.37351
+1.05235,1.00112,-1.27426,-1.58618,-1.02935,2.00841,-0.37391
+1.05343,1.00059,-1.27431,-1.58645,-1.02920,2.00880,-0.37431
+1.05450,1.00007,-1.27435,-1.58671,-1.02905,2.00918,-0.37470
+1.05558,0.99955,-1.27440,-1.58697,-1.02891,2.00956,-0.37508
+1.05666,0.99905,-1.27445,-1.58723,-1.02877,2.00993,-0.37546
+1.05773,0.99855,-1.27449,-1.58748,-1.02862,2.01029,-0.37583
+1.05881,0.99806,-1.27454,-1.58772,-1.02849,2.01065,-0.37620
+1.05989,0.99758,-1.27458,-1.58796,-1.02835,2.01100,-0.37656
+1.06097,0.99710,-1.27463,-1.58820,-1.02822,2.01135,-0.37691
+1.06204,0.99664,-1.27467,-1.58843,-1.02809,2.01169,-0.37726
+1.06312,0.99618,-1.27472,-1.58865,-1.02796,2.01203,-0.37760
+1.06420,0.99573,-1.27476,-1.58888,-1.02784,2.01235,-0.37794
+1.06527,0.99529,-1.27480,-1.58909,-1.02772,2.01268,-0.37827
+1.06635,0.99519,-1.27482,-1.58913,-1.02769,2.01275,-0.37835
+1.06743,0.99462,-1.27494,-1.58932,-1.02757,2.01317,-0.37877
+1.06850,0.99406,-1.27506,-1.58949,-1.02745,2.01358,-0.37919
+1.06958,0.99351,-1.27518,-1.58967,-1.02733,2.01398,-0.37960
+1.07066,0.99297,-1.27530,-1.58984,-1.02721,2.01437,-0.38001
+1.07174,0.99243,-1.27541,-1.59001,-1.02709,2.01476,-0.38041
+1.07281,0.99191,-1.27552,-1.59017,-1.02698,2.01514,-0.38080
+1.07389,0.99140,-1.27564,-1.59033,-1.02687,2.01552,-0.38119
+1.07497,0.99089,-1.27575,-1.59049,-1.02676,2.01589,-0.38156
+1.07604,0.99039,-1.27586,-1.59064,-1.02666,2.01625,-0.38194
+1.07712,0.98991,-1.27596,-1.59080,-1.02655,2.01661,-0.38231
+1.07820,0.98943,-1.27607,-1.59094,-1.02645,2.01696,-0.38267
+1.07928,0.98895,-1.27617,-1.59109,-1.02635,2.01730,-0.38302
+1.08035,0.98849,-1.27627,-1.59123,-1.02626,2.01764,-0.38337
+1.08143,0.98819,-1.27635,-1.59131,-1.02620,2.01786,-0.38360
+1.08251,0.98747,-1.27662,-1.59136,-1.02610,2.01838,-0.38414
+1.08358,0.98677,-1.27689,-1.59142,-1.02600,2.01889,-0.38467
+1.08466,0.98607,-1.27715,-1.59147,-1.02591,2.01939,-0.38519
+1.08574,0.98539,-1.27740,-1.59153,-1.02581,2.01989,-0.38570
+1.08682,0.98472,-1.27766,-1.59158,-1.02572,2.02037,-0.38620
+1.08789,0.98407,-1.27791,-1.59162,-1.02564,2.02085,-0.38670
+1.08897,0.98342,-1.27815,-1.59167,-1.02555,2.02132,-0.38718
+1.09005,0.98278,-1.27839,-1.59172,-1.02547,2.02178,-0.38766
+1.09112,0.98216,-1.27863,-1.59176,-1.02539,2.02224,-0.38814
+1.09220,0.98154,-1.27886,-1.59180,-1.02531,2.02268,-0.38860
+1.09328,0.98094,-1.27909,-1.59184,-1.02524,2.02312,-0.38906
+1.09436,0.98035,-1.27932,-1.59188,-1.02516,2.02355,-0.38950
+1.09543,0.97976,-1.27954,-1.59192,-1.02509,2.02398,-0.38995
+1.09651,0.97919,-1.27976,-1.59196,-1.02502,2.02439,-0.39038
+1.09759,0.97862,-1.27998,-1.59199,-1.02495,2.02480,-0.39081
+1.09866,0.97807,-1.28019,-1.59203,-1.02488,2.02521,-0.39123
+1.09974,0.97752,-1.28040,-1.59206,-1.02482,2.02560,-0.39164
+1.10082,0.97699,-1.28061,-1.59209,-1.02476,2.02599,-0.39205
+1.10190,0.97646,-1.28081,-1.59212,-1.02470,2.02638,-0.39245
+1.10297,0.97594,-1.28101,-1.59215,-1.02464,2.02675,-0.39284
+1.10405,0.97543,-1.28120,-1.59217,-1.02458,2.02712,-0.39323
+1.10513,0.97493,-1.28140,-1.59220,-1.02452,2.02749,-0.39361
+1.10620,0.97444,-1.28159,-1.59223,-1.02447,2.02785,-0.39398
+1.10728,0.97396,-1.28177,-1.59225,-1.02442,2.02820,-0.39435
+1.10836,0.97348,-1.28196,-1.59227,-1.02436,2.02854,-0.39471
+1.10944,0.97308,-1.28213,-1.59228,-1.02433,2.02884,-0.39502
+1.11051,0.97232,-1.28253,-1.59216,-1.02429,2.02938,-0.39559
+1.11159,0.97158,-1.28292,-1.59204,-1.02425,2.02992,-0.39615
+1.11267,0.97085,-1.28331,-1.59193,-1.02422,2.03045,-0.39671
+1.11374,0.97014,-1.28370,-1.59181,-1.02419,2.03096,-0.39725
+1.11482,0.96943,-1.28407,-1.59169,-1.02416,2.03147,-0.39779
+1.11590,0.96874,-1.28445,-1.59158,-1.02413,2.03197,-0.39831
+1.11698,0.96806,-1.28481,-1.59147,-1.02410,2.03246,-0.39883
+1.11805,0.96740,-1.28517,-1.59136,-1.02408,2.03295,-0.39934
+1.11913,0.96674,-1.28552,-1.59124,-1.02405,2.03342,-0.39984
+1.12021,0.96609,-1.28587,-1.59113,-1.02403,2.03389,-0.40034
+1.12128,0.96546,-1.28621,-1.59102,-1.02401,2.03435,-0.40082
+1.12236,0.96483,-1.28655,-1.59092,-1.02399,2.03480,-0.40130
+1.12344,0.96422,-1.28688,-1.59081,-1.02397,2.03524,-0.40177
+1.12452,0.96362,-1.28720,-1.59070,-1.02395,2.03568,-0.40223
+1.12559,0.96303,-1.28752,-1.59060,-1.02394,2.03611,-0.40268
+1.12667,0.96244,-1.28784,-1.59049,-1.02392,2.03653,-0.40313
+1.12775,0.96187,-1.28815,-1.59039,-1.02391,2.03694,-0.40357
+1.12882,0.96131,-1.28845,-1.59029,-1.02389,2.03735,-0.40400
+1.12990,0.96075,-1.28875,-1.59018,-1.02388,2.03775,-0.40443
+1.13098,0.96021,-1.28905,-1.59008,-1.02387,2.03814,-0.40484
+1.13206,0.95968,-1.28934,-1.58998,-1.02386,2.03853,-0.40525
+1.13313,0.95915,-1.28962,-1.58989,-1.02385,2.03891,-0.40566
+1.13421,0.95863,-1.28990,-1.58979,-1.02385,2.03929,-0.40606
+1.13529,0.95813,-1.29018,-1.58969,-1.02384,2.03966,-0.40645
+1.13636,0.95763,-1.29045,-1.58960,-1.02383,2.04002,-0.40683
+1.13744,0.95714,-1.29072,-1.58950,-1.02383,2.04037,-0.40721
+1.13852,0.95665,-1.29098,-1.58941,-1.02383,2.04072,-0.40758
+1.13960,0.95618,-1.29124,-1.58931,-1.02382,2.04107,-0.40795
+1.14067,0.95571,-1.29149,-1.58922,-1.02382,2.04141,-0.40831
+1.14175,0.95525,-1.29174,-1.58913,-1.02382,2.04174,-0.40866
+1.14283,0.95514,-1.29181,-1.58910,-1.02382,2.04182,-0.40875
+1.14390,0.95448,-1.29225,-1.58886,-1.02384,2.04230,-0.40926
+1.14498,0.95383,-1.29268,-1.58863,-1.02387,2.04277,-0.40976
+1.14606,0.95319,-1.29310,-1.58841,-1.02389,2.04323,-0.41026
+1.14713,0.95256,-1.29352,-1.58818,-1.02391,2.04368,-0.41074
+1.14821,0.95194,-1.29393,-1.58796,-1.02394,2.04413,-0.41122
+1.14929,0.95133,-1.29433,-1.58774,-1.02396,2.04457,-0.41169
+1.15037,0.95073,-1.29472,-1.58752,-1.02399,2.04500,-0.41215
+1.15144,0.95014,-1.29511,-1.58731,-1.02402,2.04542,-0.41261
+1.15252,0.94957,-1.29550,-1.58710,-1.02405,2.04584,-0.41306
+1.15360,0.94900,-1.29587,-1.58689,-1.02407,2.04625,-0.41350
+1.15467,0.94844,-1.29624,-1.58668,-1.02410,2.04665,-0.41393
+1.15575,0.94789,-1.29661,-1.58648,-1.02413,2.04705,-0.41435
+1.15683,0.94735,-1.29696,-1.58628,-1.02416,2.04744,-0.41477
+1.15791,0.94682,-1.29731,-1.58608,-1.02419,2.04782,-0.41519
+1.15898,0.94630,-1.29766,-1.58589,-1.02422,2.04819,-0.41559
+1.16006,0.94579,-1.29800,-1.58570,-1.02425,2.04856,-0.41599
+1.16114,0.94529,-1.29834,-1.58551,-1.02429,2.04893,-0.41638
+1.16221,0.94479,-1.29866,-1.58532,-1.02432,2.04929,-0.41677
+1.16329,0.94430,-1.29899,-1.58513,-1.02435,2.04964,-0.41715
+1.16437,0.94383,-1.29931,-1.58495,-1.02438,2.04998,-0.41752
+1.16545,0.94335,-1.29962,-1.58477,-1.02441,2.05032,-0.41789
+1.16652,0.94289,-1.29993,-1.58459,-1.02445,2.05066,-0.41825
+1.16760,0.94244,-1.30023,-1.58442,-1.02448,2.05098,-0.41860
+1.16868,0.94199,-1.30053,-1.58424,-1.02451,2.05131,-0.41895
+1.16975,0.94155,-1.30082,-1.58407,-1.02455,2.05163,-0.41929
+1.17083,0.94136,-1.30095,-1.58399,-1.02456,2.05176,-0.41944
+1.17191,0.94078,-1.30138,-1.58372,-1.02462,2.05218,-0.41989
+1.17299,0.94021,-1.30180,-1.58344,-1.02467,2.05259,-0.42034
+1.17406,0.93965,-1.30221,-1.58317,-1.02473,2.05299,-0.42078
+1.17514,0.93910,-1.30262,-1.58290,-1.02478,2.05339,-0.42121
+1.17622,0.93856,-1.30302,-1.58264,-1.02483,2.05378,-0.42163
+1.17729,0.93802,-1.30342,-1.58238,-1.02489,2.05416,-0.42205
+1.17837,0.93750,-1.30381,-1.58212,-1.02494,2.05454,-0.42246
+1.17945,0.93699,-1.30419,-1.58186,-1.02500,2.05491,-0.42286
+1.18053,0.93648,-1.30456,-1.58161,-1.02505,2.05527,-0.42326
+1.18160,0.93598,-1.30493,-1.58137,-1.02511,2.05563,-0.42365
+1.18268,0.93549,-1.30530,-1.58113,-1.02516,2.05598,-0.42403
+1.18376,0.93501,-1.30565,-1.58089,-1.02522,2.05633,-0.42441
+1.18483,0.93454,-1.30600,-1.58065,-1.02527,2.05667,-0.42478
+1.18591,0.93407,-1.30635,-1.58042,-1.02533,2.05701,-0.42514
+1.18699,0.93362,-1.30669,-1.58019,-1.02538,2.05733,-0.42550
+1.18807,0.93317,-1.30702,-1.57996,-1.02544,2.05766,-0.42586
+1.18914,0.93273,-1.30735,-1.57974,-1.02549,2.05798,-0.42620
+1.19022,0.93229,-1.30767,-1.57952,-1.02555,2.05829,-0.42655
+1.19130,0.93187,-1.30799,-1.57930,-1.02560,2.05860,-0.42688
+1.19237,0.93144,-1.30831,-1.57908,-1.02566,2.05890,-0.42722
+1.19345,0.93093,-1.30871,-1.57879,-1.02573,2.05927,-0.42762
+1.19453,0.93044,-1.30910,-1.57850,-1.02580,2.05962,-0.42801
+1.19561,0.92995,-1.30949,-1.57822,-1.02587,2.05997,-0.42839
+1.19668,0.92947,-1.30987,-1.57795,-1.02594,2.06032,-0.42877
+1.19776,0.92900,-1.31025,-1.57767,-1.02601,2.06066,-0.42914
+1.19884,0.92854,-1.31061,-1.57740,-1.02607,2.06099,-0.42951
+1.19991,0.92808,-1.31098,-1.57714,-1.02614,2.06132,-0.42987
+1.20099,0.92763,-1.31133,-1.57688,-1.02621,2.06164,-0.43022
+1.20207,0.92719,-1.31168,-1.57662,-1.02628,2.06196,-0.43057
+1.20315,0.92676,-1.31203,-1.57636,-1.02635,2.06227,-0.43091
+1.20422,0.92633,-1.31237,-1.57611,-1.02641,2.06257,-0.43125
+1.20530,0.92592,-1.31270,-1.57587,-1.02648,2.06287,-0.43158
+1.20638,0.92550,-1.31302,-1.57562,-1.02655,2.06317,-0.43190
+1.20745,0.92529,-1.31320,-1.57549,-1.02658,2.06332,-0.43207
+1.20853,0.92479,-1.31363,-1.57515,-1.02668,2.06368,-0.43247
+1.20961,0.92430,-1.31406,-1.57481,-1.02677,2.06403,-0.43286
+1.21069,0.92382,-1.31448,-1.57448,-1.02686,2.06438,-0.43324
+1.21176,0.92334,-1.31489,-1.57416,-1.02694,2.06472,-0.43361
+1.21284,0.92288,-1.31529,-1.57383,-1.02703,2.06505,-0.43398
+1.21392,0.92242,-1.31569,-1.57351,-1.02712,2.06538,-0.43435
+1.21499,0.92197,-1.31608,-1.57320,-1.02721,2.06570,-0.43471
+1.21607,0.92152,-1.31647,-1.57289,-1.02730,2.06602,-0.43506
+1.21715,0.92109,-1.31685,-1.57259,-1.02738,2.06633,-0.43540
+1.21822,0.92066,-1.31722,-1.57229,-1.02747,2.06664,-0.43574
+1.21930,0.92024,-1.31758,-1.57199,-1.02755,2.06694,-0.43608
+1.22038,0.91982,-1.31794,-1.57170,-1.02764,2.06724,-0.43641
+1.22146,0.91942,-1.31830,-1.57142,-1.02772,2.06753,-0.43673
+1.22253,0.91902,-1.31864,-1.57113,-1.02781,2.06782,-0.43705
+1.22361,0.91862,-1.31898,-1.57086,-1.02789,2.06810,-0.43736
+1.22469,0.91846,-1.31913,-1.57073,-1.02793,2.06822,-0.43749
+1.22576,0.91801,-1.31958,-1.57033,-1.02805,2.06854,-0.43786
+1.22684,0.91756,-1.32002,-1.56994,-1.02816,2.06886,-0.43821
+1.22792,0.91712,-1.32046,-1.56955,-1.02828,2.06918,-0.43856
+1.22900,0.91669,-1.32089,-1.56916,-1.02840,2.06949,-0.43890
+1.23007,0.91627,-1.32131,-1.56878,-1.02851,2.06979,-0.43924
+1.23115,0.91585,-1.32172,-1.56841,-1.02863,2.07009,-0.43958
+1.23223,0.91544,-1.32213,-1.56805,-1.02874,2.07038,-0.43990
+1.23330,0.91504,-1.32253,-1.56768,-1.02885,2.07067,-0.44022
+1.23438,0.91464,-1.32292,-1.56733,-1.02896,2.07096,-0.44054
+1.23546,0.91425,-1.32331,-1.56698,-1.02907,2.07123,-0.44085
+1.23654,0.91387,-1.32369,-1.56663,-1.02918,2.07151,-0.44116
+1.23761,0.91349,-1.32406,-1.56629,-1.02929,2.07178,-0.44146
+1.23869,0.91312,-1.32443,-1.56596,-1.02940,2.07204,-0.44176
+1.23977,0.91276,-1.32479,-1.56563,-1.02951,2.07231,-0.44205
+1.24084,0.91267,-1.32488,-1.56554,-1.02954,2.07237,-0.44212
+1.24192,0.91220,-1.32546,-1.56495,-1.02972,2.07270,-0.44250
+1.24300,0.91173,-1.32604,-1.56436,-1.02990,2.07304,-0.44287
+1.24408,0.91127,-1.32660,-1.56379,-1.03008,2.07336,-0.44323
+1.24515,0.91082,-1.32715,-1.56323,-1.03026,2.07369,-0.44360
+1.24623,0.91038,-1.32769,-1.56267,-1.03044,2.07400,-0.44395
+1.24731,0.90994,-1.32823,-1.56212,-1.03062,2.07431,-0.44430
+1.24838,0.90951,-1.32875,-1.56159,-1.03079,2.07462,-0.44464
+1.24946,0.90909,-1.32927,-1.56106,-1.03096,2.07492,-0.44498
+1.25054,0.90868,-1.32978,-1.56053,-1.03113,2.07522,-0.44531
+1.25162,0.90827,-1.33028,-1.56002,-1.03130,2.07551,-0.44564
+1.25269,0.90787,-1.33077,-1.55951,-1.03147,2.07579,-0.44596
+1.25377,0.90748,-1.33125,-1.55902,-1.03164,2.07607,-0.44628
+1.25485,0.90709,-1.33172,-1.55853,-1.03180,2.07635,-0.44659
+1.25592,0.90671,-1.33219,-1.55804,-1.03196,2.07662,-0.44689
+1.25700,0.90634,-1.33264,-1.55757,-1.03212,2.07689,-0.44720
+1.25808,0.90597,-1.33309,-1.55710,-1.03228,2.07715,-0.44749
+1.25916,0.90561,-1.33354,-1.55664,-1.03244,2.07741,-0.44778
+1.26023,0.90525,-1.33397,-1.55618,-1.03259,2.07766,-0.44807
+1.26131,0.90490,-1.33440,-1.55574,-1.03275,2.07791,-0.44835
+1.26239,0.90456,-1.33482,-1.55530,-1.03290,2.07816,-0.44863
+1.26346,0.90422,-1.33523,-1.55486,-1.03305,2.07840,-0.44890
+1.26454,0.90389,-1.33564,-1.55444,-1.03320,2.07864,-0.44917
+1.26562,0.90356,-1.33603,-1.55402,-1.03334,2.07887,-0.44944
+1.26670,0.90324,-1.33643,-1.55360,-1.03349,2.07910,-0.44970
+1.26777,0.90292,-1.33681,-1.55320,-1.03363,2.07933,-0.44995
+1.26885,0.90273,-1.33705,-1.55294,-1.03372,2.07947,-0.45011
+1.26993,0.90238,-1.33754,-1.55239,-1.03391,2.07972,-0.45039
+1.27100,0.90204,-1.33803,-1.55184,-1.03410,2.07996,-0.45066
+1.27208,0.90171,-1.33851,-1.55131,-1.03429,2.08020,-0.45094
+1.27316,0.90138,-1.33898,-1.55078,-1.03448,2.08044,-0.45120
+1.27424,0.90105,-1.33944,-1.55026,-1.03466,2.08067,-0.45147
+1.27531,0.90073,-1.33989,-1.54975,-1.03484,2.08090,-0.45173
+1.27639,0.90042,-1.34034,-1.54925,-1.03502,2.08112,-0.45198
+1.27747,0.90011,-1.34077,-1.54876,-1.03519,2.08134,-0.45223
+1.27854,0.89980,-1.34120,-1.54827,-1.03537,2.08156,-0.45248
+1.27962,0.89950,-1.34163,-1.54779,-1.03554,2.08178,-0.45272
+1.28070,0.89921,-1.34204,-1.54732,-1.03571,2.08199,-0.45296
+1.28178,0.89892,-1.34245,-1.54686,-1.03588,2.08219,-0.45320
+1.28285,0.89864,-1.34285,-1.54640,-1.03604,2.08240,-0.45343
+1.28393,0.89836,-1.34325,-1.54595,-1.03621,2.08260,-0.45366
+1.28501,0.89819,-1.34349,-1.54567,-1.03631,2.08272,-0.45379
+1.28608,0.89790,-1.34397,-1.54509,-1.03652,2.08292,-0.45403
+1.28716,0.89762,-1.34444,-1.54453,-1.03673,2.08312,-0.45426
+1.28824,0.89735,-1.34490,-1.54397,-1.03693,2.08332,-0.45448
+1.28931,0.89707,-1.34535,-1.54342,-1.03713,2.08351,-0.45470
+1.29039,0.89681,-1.34580,-1.54288,-1.03733,2.08371,-0.45492
+1.29147,0.89654,-1.34624,-1.54235,-1.03752,2.08389,-0.45514
+1.29255,0.89629,-1.34667,-1.54182,-1.03772,2.08408,-0.45535
+1.29362,0.89603,-1.34709,-1.54131,-1.03791,2.08426,-0.45555
+1.29470,0.89578,-1.34751,-1.54080,-1.03810,2.08444,-0.45576
+1.29578,0.89554,-1.34791,-1.54030,-1.03828,2.08462,-0.45596
+1.29685,0.89529,-1.34832,-1.53981,-1.03847,2.08479,-0.45616
+1.29793,0.89508,-1.34868,-1.53936,-1.03864,2.08495,-0.45634
+1.29901,0.89480,-1.34919,-1.53873,-1.03887,2.08514,-0.45656
+1.30009,0.89453,-1.34969,-1.53810,-1.03910,2.08534,-0.45678
+1.30116,0.89427,-1.35018,-1.53749,-1.03932,2.08552,-0.45700
+1.30224,0.89401,-1.35067,-1.53689,-1.03954,2.08571,-0.45721
+1.30332,0.89375,-1.35114,-1.53629,-1.03976,2.08589,-0.45742
+1.30439,0.89350,-1.35161,-1.53571,-1.03998,2.08607,-0.45763
+1.30547,0.89325,-1.35206,-1.53514,-1.04019,2.08625,-0.45783
+1.30655,0.89301,-1.35251,-1.53457,-1.04040,2.08643,-0.45803
+1.30763,0.89277,-1.35296,-1.53401,-1.04061,2.08660,-0.45823
+1.30870,0.89253,-1.35339,-1.53346,-1.04082,2.08677,-0.45842
+1.30978,0.89230,-1.35382,-1.53292,-1.04102,2.08693,-0.45861
+1.31086,0.89207,-1.35424,-1.53239,-1.04122,2.08710,-0.45880
+1.31193,0.89185,-1.35465,-1.53187,-1.04142,2.08726,-0.45898
+1.31301,0.89162,-1.35506,-1.53136,-1.04162,2.08742,-0.45917
+1.31409,0.89141,-1.35546,-1.53085,-1.04181,2.08757,-0.45935
+1.31517,0.89132,-1.35562,-1.53064,-1.04189,2.08764,-0.45942
+1.31624,0.89110,-1.35609,-1.53003,-1.04212,2.08779,-0.45960
+1.31732,0.89089,-1.35654,-1.52944,-1.04235,2.08795,-0.45977
+1.31840,0.89067,-1.35699,-1.52885,-1.04257,2.08810,-0.45995
+1.31947,0.89047,-1.35743,-1.52827,-1.04279,2.08825,-0.46012
+1.32055,0.89026,-1.35786,-1.52770,-1.04301,2.08839,-0.46029
+1.32163,0.89006,-1.35829,-1.52714,-1.04323,2.08854,-0.46045
+1.32271,0.88986,-1.35871,-1.52659,-1.04344,2.08868,-0.46062
+1.32378,0.88967,-1.35912,-1.52605,-1.04365,2.08882,-0.46078
+1.32486,0.88947,-1.35952,-1.52551,-1.04385,2.08896,-0.46094
+1.32594,0.88929,-1.35992,-1.52499,-1.04406,2.08910,-0.46110
+1.32701,0.88927,-1.35996,-1.52493,-1.04408,2.08911,-0.46111
+1.32809,0.88907,-1.36040,-1.52434,-1.04431,2.08925,-0.46127
+1.32917,0.88889,-1.36083,-1.52377,-1.04453,2.08938,-0.46143
+1.33025,0.88870,-1.36125,-1.52320,-1.04475,2.08952,-0.46158
+1.33132,0.88852,-1.36167,-1.52264,-1.04496,2.08965,-0.46173
+1.33240,0.88834,-1.36207,-1.52209,-1.04518,2.08978,-0.46188
+1.33348,0.88816,-1.36247,-1.52155,-1.04539,2.08990,-0.46203
+1.33455,0.88802,-1.36280,-1.52112,-1.04556,2.09000,-0.46214
+1.33563,0.88786,-1.36324,-1.52049,-1.04580,2.09012,-0.46228
+1.33671,0.88769,-1.36369,-1.51987,-1.04604,2.09024,-0.46241
+1.33779,0.88754,-1.36412,-1.51926,-1.04628,2.09035,-0.46255
+1.33886,0.88738,-1.36455,-1.51867,-1.04651,2.09047,-0.46268
+1.33994,0.88722,-1.36497,-1.51808,-1.04674,2.09058,-0.46281
+1.34102,0.88707,-1.36538,-1.51750,-1.04697,2.09069,-0.46293
+1.34209,0.88692,-1.36579,-1.51693,-1.04720,2.09080,-0.46306
+1.34317,0.88677,-1.36618,-1.51637,-1.04742,2.09090,-0.46318
+1.34425,0.88663,-1.36658,-1.51582,-1.04764,2.09101,-0.46330
+1.34533,0.88662,-1.36663,-1.51573,-1.04767,2.09101,-0.46331
+1.34640,0.88655,-1.36715,-1.51492,-1.04799,2.09107,-0.46337
+1.34748,0.88649,-1.36766,-1.51412,-1.04831,2.09112,-0.46343
+1.34856,0.88642,-1.36816,-1.51333,-1.04862,2.09117,-0.46349
+1.34963,0.88635,-1.36865,-1.51256,-1.04893,2.09122,-0.46354
+1.35071,0.88629,-1.36913,-1.51180,-1.04923,2.09127,-0.46360
+1.35179,0.88622,-1.36961,-1.51105,-1.04953,2.09132,-0.46366
+1.35287,0.88616,-1.37007,-1.51031,-1.04982,2.09136,-0.46371
+1.35394,0.88609,-1.37053,-1.50959,-1.05011,2.09141,-0.46377
+1.35502,0.88603,-1.37099,-1.50887,-1.05040,2.09146,-0.46382
+1.35610,0.88597,-1.37143,-1.50817,-1.05068,2.09151,-0.46388
+1.35717,0.88591,-1.37187,-1.50748,-1.05096,2.09155,-0.46393
+1.35825,0.88585,-1.37230,-1.50680,-1.05124,2.09160,-0.46398
+1.35933,0.88579,-1.37272,-1.50613,-1.05151,2.09164,-0.46404
+1.36040,0.88573,-1.37313,-1.50547,-1.05178,2.09169,-0.46409
+1.36148,0.88567,-1.37354,-1.50483,-1.05204,2.09173,-0.46414
+1.36256,0.88561,-1.37394,-1.50419,-1.05230,2.09178,-0.46419
+1.36364,0.88555,-1.37434,-1.50356,-1.05256,2.09182,-0.46424
+1.36471,0.88550,-1.37472,-1.50295,-1.05281,2.09186,-0.46429
+1.36579,0.88544,-1.37510,-1.50234,-1.05306,2.09191,-0.46434
+1.36687,0.88538,-1.37548,-1.50174,-1.05331,2.09195,-0.46439
+1.36794,0.88533,-1.37585,-1.50115,-1.05355,2.09199,-0.46444
+1.36902,0.88533,-1.37589,-1.50108,-1.05358,2.09199,-0.46444
+1.37010,0.88534,-1.37632,-1.50035,-1.05388,2.09199,-0.46444
+1.37118,0.88534,-1.37674,-1.49964,-1.05417,2.09199,-0.46444
+1.37225,0.88535,-1.37715,-1.49893,-1.05447,2.09199,-0.46444
+1.37333,0.88535,-1.37755,-1.49824,-1.05475,2.09199,-0.46444
+1.37441,0.88535,-1.37795,-1.49755,-1.05504,2.09199,-0.46444
+1.37548,0.88536,-1.37834,-1.49688,-1.05532,2.09199,-0.46444
+1.37656,0.88536,-1.37873,-1.49622,-1.05559,2.09199,-0.46444
+1.37764,0.88536,-1.37911,-1.49557,-1.05586,2.09199,-0.46444
+1.37872,0.88536,-1.37948,-1.49493,-1.05613,2.09199,-0.46445
+1.37979,0.88537,-1.37985,-1.49430,-1.05639,2.09200,-0.46445
+1.38087,0.88537,-1.38021,-1.49368,-1.05665,2.09200,-0.46445
+1.38195,0.88537,-1.38056,-1.49307,-1.05691,2.09200,-0.46446
+1.38302,0.88537,-1.38091,-1.49248,-1.05716,2.09200,-0.46446
+1.38410,0.88538,-1.38108,-1.49217,-1.05729,2.09200,-0.46446
+1.38518,0.88545,-1.38145,-1.49149,-1.05758,2.09195,-0.46440
+1.38626,0.88552,-1.38181,-1.49081,-1.05787,2.09191,-0.46435
+1.38733,0.88559,-1.38216,-1.49015,-1.05815,2.09186,-0.46430
+1.38841,0.88565,-1.38251,-1.48950,-1.05843,2.09182,-0.46425
+1.38949,0.88572,-1.38285,-1.48886,-1.05870,2.09178,-0.46420
+1.39056,0.88578,-1.38319,-1.48823,-1.05897,2.09173,-0.46415
+1.39164,0.88585,-1.38352,-1.48761,-1.05924,2.09169,-0.46410
+1.39272,0.88591,-1.38384,-1.48700,-1.05950,2.09165,-0.46406
+1.39380,0.88597,-1.38416,-1.48640,-1.05976,2.09162,-0.46401
+1.39487,0.88603,-1.38448,-1.48580,-1.06002,2.09157,-0.46396
+1.39595,0.88620,-1.38479,-1.48513,-1.06031,2.09146,-0.46384
+1.39703,0.88635,-1.38511,-1.48446,-1.06061,2.09135,-0.46371
+1.39810,0.88651,-1.38541,-1.48380,-1.06089,2.09125,-0.46359
+1.39918,0.88666,-1.38571,-1.48316,-1.06118,2.09115,-0.46347
+1.40026,0.88681,-1.38601,-1.48253,-1.06146,2.09105,-0.46336
+1.40134,0.88695,-1.38630,-1.48190,-1.06173,2.09095,-0.46324
+1.40241,0.88710,-1.38659,-1.48129,-1.06200,2.09085,-0.46313
+1.40349,0.88724,-1.38687,-1.48069,-1.06227,2.09076,-0.46302
+1.40457,0.88737,-1.38715,-1.48009,-1.06253,2.09066,-0.46292
+1.40564,0.88751,-1.38743,-1.47951,-1.06279,2.09057,-0.46281
+1.40672,0.88764,-1.38769,-1.47893,-1.06305,2.09048,-0.46271
+1.40780,0.88774,-1.38788,-1.47853,-1.06323,2.09042,-0.46264
+1.40888,0.88792,-1.38815,-1.47791,-1.06351,2.09029,-0.46249
+1.40995,0.88810,-1.38842,-1.47729,-1.06378,2.09017,-0.46235
+1.41103,0.88828,-1.38869,-1.47669,-1.06405,2.09004,-0.46221
+1.41211,0.88846,-1.38895,-1.47610,-1.06432,2.08992,-0.46207
+1.41318,0.88863,-1.38920,-1.47551,-1.06458,2.08981,-0.46193
+1.41426,0.88880,-1.38946,-1.47494,-1.06484,2.08969,-0.46180
+1.41534,0.88896,-1.38970,-1.47437,-1.06509,2.08958,-0.46167
+1.41642,0.88912,-1.38995,-1.47382,-1.06534,2.08947,-0.46155
+1.41749,0.88921,-1.39007,-1.47354,-1.06547,2.08941,-0.46148
+1.41857,0.88943,-1.39030,-1.47296,-1.06573,2.08925,-0.46130
+1.41965,0.88965,-1.39052,-1.47238,-1.06599,2.08910,-0.46113
+1.42072,0.88986,-1.39075,-1.47182,-1.06625,2.08896,-0.46096
+1.42180,0.89007,-1.39097,-1.47127,-1.06651,2.08881,-0.46080
+1.42288,0.89028,-1.39118,-1.47072,-1.06676,2.08867,-0.46063
+1.42396,0.89048,-1.39139,-1.47019,-1.06700,2.08853,-0.46048
+1.42503,0.89068,-1.39160,-1.46966,-1.06725,2.08839,-0.46031
+1.42611,0.89094,-1.39180,-1.46910,-1.06750,2.08821,-0.46011
+1.42719,0.89120,-1.39199,-1.46855,-1.06776,2.08804,-0.45991
+1.42826,0.89145,-1.39219,-1.46802,-1.06801,2.08787,-0.45971
+1.42934,0.89169,-1.39237,-1.46749,-1.06826,2.08770,-0.45952
+1.43042,0.89193,-1.39256,-1.46696,-1.06850,2.08753,-0.45933
+1.43150,0.89217,-1.39274,-1.46645,-1.06874,2.08737,-0.45914
+1.43257,0.89240,-1.39292,-1.46595,-1.06898,2.08721,-0.45896
+1.43365,0.89254,-1.39303,-1.46565,-1.06912,2.08711,-0.45885
+1.43473,0.89282,-1.39319,-1.46513,-1.06936,2.08691,-0.45862
+1.43580,0.89310,-1.39335,-1.46463,-1.06960,2.08672,-0.45840
+1.43688,0.89337,-1.39350,-1.46413,-1.06984,2.08653,-0.45819
+1.43796,0.89364,-1.39365,-1.46364,-1.07007,2.08635,-0.45798
+1.43903,0.89390,-1.39381,-1.46316,-1.07030,2.08616,-0.45777
+1.44011,0.89416,-1.39395,-1.46269,-1.07053,2.08599,-0.45756
+1.44119,0.89422,-1.39398,-1.46260,-1.07057,2.08595,-0.45752
+1.44227,0.89452,-1.39411,-1.46213,-1.07080,2.08574,-0.45728
+1.44334,0.89482,-1.39423,-1.46167,-1.07102,2.08553,-0.45704
+1.44442,0.89511,-1.39435,-1.46122,-1.07125,2.08533,-0.45681
+1.44550,0.89540,-1.39447,-1.46077,-1.07146,2.08513,-0.45658
+1.44657,0.89569,-1.39458,-1.46033,-1.07168,2.08493,-0.45636
+1.44765,0.89603,-1.39466,-1.45991,-1.07189,2.08469,-0.45609
+1.44873,0.89636,-1.39474,-1.45949,-1.07210,2.08445,-0.45582
+1.44981,0.89669,-1.39482,-1.45908,-1.07231,2.08422,-0.45556
+1.45088,0.89702,-1.39489,-1.45867,-1.07252,2.08400,-0.45530
+1.45196,0.89733,-1.39497,-1.45827,-1.07272,2.08378,-0.45505
+1.45304,0.89766,-1.39504,-1.45788,-1.07292,2.08355,-0.45480
+1.45411,0.89806,-1.39506,-1.45750,-1.07312,2.08327,-0.45448
+1.45519,0.89846,-1.39508,-1.45713,-1.07332,2.08300,-0.45416
+1.45627,0.89884,-1.39511,-1.45677,-1.07352,2.08272,-0.45385
+1.45735,0.89923,-1.39513,-1.45641,-1.07371,2.08246,-0.45355
+1.45842,0.89960,-1.39515,-1.45605,-1.07390,2.08219,-0.45325
+1.45950,0.89997,-1.39517,-1.45570,-1.07409,2.08194,-0.45296
+1.46058,0.90033,-1.39519,-1.45536,-1.07427,2.08168,-0.45267
+1.46165,0.90069,-1.39522,-1.45502,-1.07445,2.08143,-0.45239
+1.46273,0.90104,-1.39524,-1.45469,-1.07463,2.08119,-0.45211
+1.46381,0.90129,-1.39525,-1.45447,-1.07475,2.08101,-0.45192
+1.46489,0.90171,-1.39520,-1.45419,-1.07491,2.08072,-0.45158
+1.46596,0.90213,-1.39516,-1.45391,-1.07508,2.08043,-0.45125
+1.46704,0.90254,-1.39512,-1.45364,-1.07524,2.08014,-0.45093
+1.46812,0.90294,-1.39507,-1.45337,-1.07539,2.07986,-0.45061
+1.46919,0.90334,-1.39503,-1.45311,-1.07555,2.07958,-0.45030
+1.47027,0.90372,-1.39500,-1.45286,-1.07570,2.07931,-0.44999
+1.47135,0.90411,-1.39496,-1.45260,-1.07585,2.07904,-0.44969
+1.47243,0.90448,-1.39492,-1.45235,-1.07600,2.07878,-0.44939
+1.47350,0.90452,-1.39491,-1.45233,-1.07601,2.07875,-0.44936
+1.47458,0.90494,-1.39483,-1.45213,-1.07614,2.07845,-0.44902
+1.47566,0.90536,-1.39474,-1.45192,-1.07628,2.07817,-0.44870
+1.47673,0.90576,-1.39466,-1.45173,-1.07641,2.07788,-0.44838
+1.47781,0.90616,-1.39458,-1.45153,-1.07653,2.07760,-0.44806
+1.47889,0.90655,-1.39450,-1.45134,-1.07666,2.07733,-0.44775
+1.47997,0.90667,-1.39447,-1.45128,-1.07669,2.07724,-0.44766
+1.48104,0.90708,-1.39437,-1.45111,-1.07681,2.07695,-0.44734
+1.48212,0.90748,-1.39427,-1.45095,-1.07693,2.07667,-0.44702
+1.48320,0.90784,-1.39418,-1.45081,-1.07703,2.07642,-0.44673
+1.48427,0.90826,-1.39404,-1.45069,-1.07713,2.07612,-0.44640
+1.48535,0.90868,-1.39390,-1.45058,-1.07722,2.07583,-0.44607
+1.48643,0.90908,-1.39377,-1.45047,-1.07732,2.07554,-0.44575
+1.48751,0.90929,-1.39370,-1.45042,-1.07736,2.07540,-0.44559
+1.48858,0.90973,-1.39350,-1.45039,-1.07743,2.07509,-0.44525
+1.48966,0.91015,-1.39331,-1.45036,-1.07750,2.07479,-0.44491
+1.49074,0.91058,-1.39312,-1.45032,-1.07756,2.07449,-0.44457
+1.49181,0.91099,-1.39294,-1.45029,-1.07763,2.07420,-0.44425
+1.49289,0.91132,-1.39278,-1.45028,-1.07767,2.07397,-0.44399
+1.49397,0.91173,-1.39250,-1.45041,-1.07767,2.07368,-0.44366
+1.49505,0.91213,-1.39222,-1.45054,-1.07768,2.07339,-0.44335
+1.49612,0.91248,-1.39196,-1.45069,-1.07766,2.07315,-0.44307
+1.49720,0.91282,-1.39146,-1.45122,-1.07751,2.07290,-0.44280
+1.49828,0.91316,-1.39098,-1.45174,-1.07736,2.07267,-0.44254
+1.49935,0.91349,-1.39050,-1.45225,-1.07721,2.07243,-0.44228
+1.50043,0.91381,-1.39003,-1.45275,-1.07707,2.07220,-0.44202
+1.50151,0.91413,-1.38957,-1.45325,-1.07692,2.07198,-0.44177
+1.50259,0.91445,-1.38912,-1.45373,-1.07678,2.07175,-0.44152
+1.50366,0.91476,-1.38867,-1.45421,-1.07664,2.07153,-0.44128
+1.50474,0.91506,-1.38823,-1.45468,-1.07650,2.07131,-0.44104
+1.50582,0.91536,-1.38780,-1.45514,-1.07636,2.07110,-0.44080
+1.50689,0.91566,-1.38738,-1.45560,-1.07622,2.07089,-0.44057
+1.50797,0.91595,-1.38697,-1.45605,-1.07609,2.07068,-0.44034
+1.50905,0.91624,-1.38656,-1.45649,-1.07595,2.07048,-0.44012
+1.51012,0.91652,-1.38616,-1.45692,-1.07582,2.07028,-0.43989
+1.51120,0.91680,-1.38576,-1.45735,-1.07569,2.07008,-0.43967
+1.51228,0.91682,-1.38571,-1.45741,-1.07567,2.07006,-0.43966
+1.51336,0.91704,-1.38524,-1.45801,-1.07547,2.06991,-0.43948
+1.51443,0.91726,-1.38477,-1.45860,-1.07527,2.06975,-0.43931
+1.51551,0.91748,-1.38431,-1.45919,-1.07508,2.06959,-0.43914
+1.51659,0.91769,-1.38386,-1.45976,-1.07488,2.06944,-0.43897
+1.51766,0.91790,-1.38341,-1.46032,-1.07469,2.06929,-0.43881
+1.51874,0.91810,-1.38297,-1.46088,-1.07451,2.06914,-0.43864
+1.51982,0.91831,-1.38254,-1.46142,-1.07432,2.06900,-0.43848
+1.52090,0.91851,-1.38212,-1.46196,-1.07414,2.06885,-0.43832
+1.52197,0.91870,-1.38171,-1.46249,-1.07396,2.06871,-0.43817
+1.52305,0.91890,-1.38130,-1.46301,-1.07378,2.06857,-0.43802
+1.52413,0.91895,-1.38117,-1.46317,-1.07372,2.06854,-0.43797
+1.52520,0.91910,-1.38072,-1.46380,-1.07350,2.06843,-0.43786
+1.52628,0.91924,-1.38027,-1.46442,-1.07328,2.06833,-0.43774
+1.52736,0.91938,-1.37984,-1.46503,-1.07306,2.06822,-0.43763
+1.52844,0.91952,-1.37941,-1.46563,-1.07284,2.06812,-0.43752
+1.52951,0.91966,-1.37898,-1.46621,-1.07263,2.06802,-0.43741
+1.53059,0.91979,-1.37857,-1.46679,-1.07242,2.06792,-0.43730
+1.53167,0.91993,-1.37816,-1.46736,-1.07222,2.06783,-0.43720
+1.53274,0.92006,-1.37776,-1.46792,-1.07202,2.06773,-0.43709
+1.53382,0.92009,-1.37763,-1.46812,-1.07194,2.06771,-0.43707
+1.53490,0.92011,-1.37711,-1.46894,-1.07163,2.06769,-0.43705
+1.53598,0.92014,-1.37660,-1.46975,-1.07133,2.06767,-0.43703
+1.53705,0.92017,-1.37610,-1.47055,-1.07103,2.06765,-0.43701
+1.53813,0.92019,-1.37561,-1.47133,-1.07073,2.06762,-0.43698
+1.53921,0.92022,-1.37513,-1.47210,-1.07043,2.06760,-0.43696
+1.54028,0.92024,-1.37466,-1.47286,-1.07015,2.06758,-0.43694
+1.54136,0.92027,-1.37419,-1.47361,-1.06986,2.06756,-0.43692
+1.54244,0.92030,-1.37374,-1.47434,-1.06958,2.06754,-0.43690
+1.54352,0.92032,-1.37329,-1.47506,-1.06931,2.06752,-0.43687
+1.54459,0.92035,-1.37284,-1.47577,-1.06903,2.06750,-0.43685
+1.54567,0.92037,-1.37241,-1.47647,-1.06877,2.06747,-0.43683
+1.54675,0.92040,-1.37198,-1.47715,-1.06850,2.06745,-0.43681
+1.54782,0.92043,-1.37156,-1.47783,-1.06824,2.06743,-0.43678
+1.54890,0.92045,-1.37115,-1.47849,-1.06799,2.06741,-0.43676
+1.54998,0.92048,-1.37074,-1.47914,-1.06774,2.06739,-0.43674
+1.55106,0.92051,-1.37034,-1.47978,-1.06749,2.06737,-0.43672
+1.55213,0.92053,-1.36995,-1.48041,-1.06724,2.06735,-0.43670
+1.55321,0.92056,-1.36957,-1.48103,-1.06700,2.06733,-0.43667
+1.55429,0.92058,-1.36919,-1.48164,-1.06676,2.06730,-0.43665
+1.55536,0.92061,-1.36881,-1.48224,-1.06653,2.06728,-0.43663
+1.55644,0.92064,-1.36845,-1.48283,-1.06630,2.06726,-0.43661
+1.55752,0.92063,-1.36841,-1.48290,-1.06627,2.06727,-0.43661
+1.55860,0.92058,-1.36798,-1.48365,-1.06598,2.06730,-0.43665
+1.55967,0.92053,-1.36757,-1.48437,-1.06569,2.06733,-0.43669
+1.56075,0.92048,-1.36716,-1.48509,-1.06540,2.06737,-0.43672
+1.56183,0.92043,-1.36675,-1.48580,-1.06512,2.06740,-0.43676
+1.56290,0.92038,-1.36636,-1.48649,-1.06484,2.06743,-0.43680
+1.56398,0.92033,-1.36597,-1.48717,-1.06457,2.06746,-0.43683
+1.56506,0.92029,-1.36559,-1.48784,-1.06430,2.06749,-0.43686
+1.56614,0.92024,-1.36521,-1.48850,-1.06404,2.06752,-0.43690
+1.56721,0.92020,-1.36484,-1.48914,-1.06378,2.06755,-0.43693
+1.56829,0.92016,-1.36448,-1.48978,-1.06352,2.06757,-0.43696
+1.56937,0.92012,-1.36412,-1.49041,-1.06327,2.06760,-0.43699
+1.57044,0.92008,-1.36377,-1.49102,-1.06302,2.06762,-0.43702
+1.57152,0.92004,-1.36343,-1.49163,-1.06278,2.06765,-0.43705
+1.57260,0.92000,-1.36309,-1.49222,-1.06254,2.06767,-0.43707
+1.57368,0.91997,-1.36285,-1.49265,-1.06236,2.06770,-0.43710
+1.57475,0.91984,-1.36247,-1.49338,-1.06206,2.06778,-0.43720
+1.57583,0.91971,-1.36209,-1.49410,-1.06177,2.06787,-0.43729
+1.57691,0.91959,-1.36173,-1.49480,-1.06148,2.06796,-0.43739
+1.57798,0.91947,-1.36137,-1.49550,-1.06119,2.06804,-0.43748
+1.57906,0.91935,-1.36101,-1.49618,-1.06091,2.06812,-0.43757
+1.58014,0.91923,-1.36066,-1.49685,-1.06063,2.06820,-0.43766
+1.58121,0.91912,-1.36032,-1.49751,-1.06036,2.06828,-0.43775
+1.58229,0.91901,-1.35998,-1.49816,-1.06009,2.06835,-0.43783
+1.58337,0.91890,-1.35965,-1.49880,-1.05983,2.06843,-0.43792
+1.58445,0.91879,-1.35932,-1.49942,-1.05957,2.06850,-0.43800
+1.58552,0.91869,-1.35900,-1.50004,-1.05931,2.06857,-0.43808
+1.58660,0.91858,-1.35869,-1.50064,-1.05906,2.06864,-0.43816
+1.58768,0.91848,-1.35838,-1.50124,-1.05881,2.06871,-0.43824
+1.58875,0.91838,-1.35807,-1.50183,-1.05857,2.06878,-0.43831
+1.58983,0.91829,-1.35777,-1.50240,-1.05833,2.06885,-0.43839
+1.59091,0.91826,-1.35771,-1.50252,-1.05827,2.06887,-0.43841
+1.59199,0.91808,-1.35740,-1.50318,-1.05800,2.06899,-0.43855
+1.59306,0.91790,-1.35710,-1.50382,-1.05772,2.06911,-0.43868
+1.59414,0.91773,-1.35680,-1.50446,-1.05745,2.06924,-0.43882
+1.59522,0.91755,-1.35651,-1.50508,-1.05719,2.06935,-0.43895
+1.59629,0.91739,-1.35622,-1.50569,-1.05693,2.06947,-0.43908
+1.59737,0.91722,-1.35594,-1.50629,-1.05667,2.06958,-0.43921
+1.59845,0.91706,-1.35566,-1.50689,-1.05642,2.06970,-0.43933
+1.59953,0.91690,-1.35539,-1.50747,-1.05617,2.06981,-0.43946
+1.60060,0.91675,-1.35512,-1.50804,-1.05592,2.06991,-0.43958
+1.60168,0.91659,-1.35485,-1.50860,-1.05568,2.07002,-0.43970
+1.60276,0.91644,-1.35459,-1.50915,-1.05544,2.07012,-0.43981
+1.60383,0.91642,-1.35457,-1.50921,-1.05542,2.07014,-0.43983
+1.60491,0.91622,-1.35431,-1.50980,-1.05516,2.07028,-0.43998
+1.60599,0.91603,-1.35405,-1.51039,-1.05491,2.07041,-0.44014
+1.60707,0.91583,-1.35380,-1.51096,-1.05466,2.07055,-0.44028
+1.60814,0.91564,-1.35355,-1.51152,-1.05442,2.07068,-0.44043
+1.60922,0.91546,-1.35331,-1.51207,-1.05418,2.07081,-0.44058
+1.61030,0.91528,-1.35307,-1.51261,-1.05394,2.07094,-0.44072
+1.61137,0.91510,-1.35286,-1.51310,-1.05373,2.07106,-0.44085
+1.61245,0.91482,-1.35265,-1.51368,-1.05347,2.07125,-0.44107
+1.61353,0.91454,-1.35244,-1.51425,-1.05321,2.07145,-0.44129
+1.61461,0.91427,-1.35223,-1.51481,-1.05296,2.07164,-0.44150
+1.61568,0.91400,-1.35203,-1.51536,-1.05271,2.07183,-0.44171
+1.61676,0.91374,-1.35183,-1.51591,-1.05246,2.07201,-0.44192
+1.61784,0.91348,-1.35163,-1.51644,-1.05222,2.07219,-0.44212
+1.61891,0.91322,-1.35144,-1.51696,-1.05199,2.07237,-0.44232
+1.61999,0.91297,-1.35125,-1.51748,-1.05175,2.07254,-0.44252
+1.62107,0.91273,-1.35107,-1.51798,-1.05153,2.07271,-0.44271
+1.62215,0.91249,-1.35088,-1.51848,-1.05130,2.07288,-0.44290
+1.62322,0.91229,-1.35074,-1.51887,-1.05112,2.07302,-0.44305
+1.62430,0.91192,-1.35061,-1.51939,-1.05088,2.07328,-0.44334
+1.62538,0.91156,-1.35048,-1.51990,-1.05063,2.07353,-0.44363
+1.62645,0.91120,-1.35035,-1.52040,-1.05040,2.07378,-0.44390
+1.62753,0.91085,-1.35022,-1.52089,-1.05016,2.07402,-0.44418
+1.62861,0.91051,-1.35010,-1.52137,-1.04993,2.07426,-0.44445
+1.62969,0.91018,-1.34997,-1.52185,-1.04971,2.07450,-0.44471
+1.63076,0.90985,-1.34985,-1.52231,-1.04949,2.07473,-0.44497
+1.63184,0.90952,-1.34973,-1.52277,-1.04927,2.07496,-0.44523
+1.63292,0.90920,-1.34962,-1.52322,-1.04905,2.07518,-0.44548
+1.63399,0.90889,-1.34950,-1.52366,-1.04884,2.07540,-0.44572
+1.63507,0.90858,-1.34939,-1.52410,-1.04864,2.07561,-0.44596
+1.63615,0.90828,-1.34928,-1.52452,-1.04843,2.07583,-0.44620
+1.63723,0.90806,-1.34921,-1.52482,-1.04829,2.07598,-0.44638
+1.63830,0.90763,-1.34917,-1.52522,-1.04808,2.07628,-0.44671
+1.63938,0.90721,-1.34914,-1.52562,-1.04788,2.07657,-0.44705
+1.64046,0.90680,-1.34910,-1.52601,-1.04767,2.07686,-0.44737
+1.64153,0.90639,-1.34907,-1.52640,-1.04747,2.07715,-0.44769
+1.64261,0.90600,-1.34904,-1.52678,-1.04728,2.07743,-0.44801
+1.64369,0.90560,-1.34900,-1.52715,-1.04709,2.07770,-0.44831
+1.64477,0.90522,-1.34897,-1.52752,-1.04690,2.07797,-0.44862
+1.64584,0.90484,-1.34894,-1.52787,-1.04671,2.07823,-0.44892
+1.64692,0.90447,-1.34891,-1.52823,-1.04653,2.07849,-0.44921
+1.64800,0.90411,-1.34888,-1.52857,-1.04635,2.07875,-0.44950
+1.64907,0.90375,-1.34885,-1.52891,-1.04618,2.07900,-0.44978
+1.65015,0.90340,-1.34882,-1.52924,-1.04601,2.07925,-0.45006
+1.65123,0.90335,-1.34882,-1.52927,-1.04599,2.07928,-0.45010
+1.65231,0.90286,-1.34889,-1.52957,-1.04582,2.07962,-0.45049
+1.65338,0.90238,-1.34895,-1.52986,-1.04565,2.07995,-0.45086
+1.65446,0.90192,-1.34901,-1.53014,-1.04548,2.08028,-0.45124
+1.65554,0.90145,-1.34907,-1.53042,-1.04532,2.08060,-0.45160
+1.65661,0.90100,-1.34913,-1.53069,-1.04516,2.08092,-0.45196
+1.65769,0.90056,-1.34918,-1.53095,-1.04501,2.08123,-0.45231
+1.65877,0.90012,-1.34924,-1.53122,-1.04485,2.08154,-0.45266
+1.65984,0.89969,-1.34930,-1.53147,-1.04470,2.08184,-0.45300
+1.66092,0.89927,-1.34935,-1.53173,-1.04456,2.08214,-0.45334
+1.66200,0.89885,-1.34941,-1.53197,-1.04441,2.08243,-0.45367
+1.66308,0.89845,-1.34946,-1.53222,-1.04427,2.08271,-0.45399
+1.66415,0.89805,-1.34951,-1.53245,-1.04413,2.08299,-0.45431
+1.66523,0.89765,-1.34957,-1.53269,-1.04400,2.08327,-0.45463
+1.66631,0.89745,-1.34960,-1.53280,-1.04393,2.08341,-0.45479
+1.66738,0.89698,-1.34974,-1.53296,-1.04381,2.08374,-0.45517
+1.66846,0.89651,-1.34988,-1.53312,-1.04370,2.08407,-0.45554
+1.66954,0.89605,-1.35001,-1.53327,-1.04358,2.08439,-0.45591
+1.67062,0.89560,-1.35014,-1.53342,-1.04347,2.08471,-0.45627
+1.67169,0.89515,-1.35027,-1.53357,-1.04336,2.08502,-0.45662
+1.67277,0.89472,-1.35040,-1.53372,-1.04325,2.08533,-0.45697
+1.67385,0.89429,-1.35053,-1.53386,-1.04315,2.08563,-0.45731
+1.67492,0.89387,-1.35065,-1.53400,-1.04305,2.08592,-0.45765
+1.67600,0.89345,-1.35077,-1.53414,-1.04295,2.08621,-0.45798
+1.67708,0.89324,-1.35084,-1.53420,-1.04290,2.08636,-0.45816
+1.67816,0.89273,-1.35106,-1.53425,-1.04282,2.08672,-0.45856
+1.67923,0.89223,-1.35128,-1.53431,-1.04274,2.08707,-0.45896
+1.68031,0.89174,-1.35149,-1.53436,-1.04266,2.08741,-0.45936
+1.68139,0.89126,-1.35170,-1.53442,-1.04258,2.08775,-0.45974
+1.68246,0.89078,-1.35191,-1.53447,-1.04251,2.08808,-0.46012
+1.68354,0.89032,-1.35211,-1.53452,-1.04244,2.08841,-0.46050
+1.68462,0.88986,-1.35231,-1.53457,-1.04237,2.08873,-0.46087
+1.68570,0.88941,-1.35250,-1.53461,-1.04230,2.08904,-0.46123
+1.68677,0.88897,-1.35270,-1.53466,-1.04223,2.08935,-0.46158
+1.68785,0.88853,-1.35288,-1.53470,-1.04217,2.08966,-0.46193
+1.68893,0.88811,-1.35307,-1.53474,-1.04211,2.08995,-0.46228
+1.69000,0.88769,-1.35325,-1.53479,-1.04205,2.09025,-0.46261
+1.69108,0.88760,-1.35330,-1.53479,-1.04203,2.09031,-0.46269
+1.69216,0.88711,-1.35355,-1.53477,-1.04199,2.09065,-0.46308
+1.69324,0.88663,-1.35380,-1.53475,-1.04194,2.09099,-0.46347
+1.69431,0.88616,-1.35405,-1.53474,-1.04190,2.09132,-0.46385
+1.69539,0.88569,-1.35429,-1.53472,-1.04185,2.09165,-0.46423
+1.69647,0.88524,-1.35453,-1.53470,-1.04181,2.09196,-0.46459
+1.69754,0.88479,-1.35476,-1.53468,-1.04177,2.09228,-0.46496
+1.69862,0.88435,-1.35499,-1.53466,-1.04173,2.09259,-0.46531
+1.69970,0.88391,-1.35522,-1.53464,-1.04169,2.09289,-0.46566
+1.70078,0.88349,-1.35544,-1.53462,-1.04166,2.09319,-0.46601
+1.70185,0.88307,-1.35566,-1.53461,-1.04162,2.09348,-0.46634
+1.70293,0.88298,-1.35572,-1.53459,-1.04162,2.09355,-0.46642
+1.70401,0.88244,-1.35606,-1.53448,-1.04160,2.09392,-0.46686
+1.70508,0.88191,-1.35640,-1.53436,-1.04159,2.09429,-0.46729
+1.70616,0.88139,-1.35673,-1.53425,-1.04158,2.09466,-0.46771
+1.70724,0.88087,-1.35705,-1.53414,-1.04156,2.09502,-0.46812
+1.70832,0.88037,-1.35737,-1.53403,-1.04155,2.09537,-0.46853
+1.70939,0.87988,-1.35768,-1.53392,-1.04155,2.09571,-0.46893
+1.71047,0.87939,-1.35799,-1.53381,-1.04154,2.09605,-0.46933
+1.71155,0.87892,-1.35830,-1.53370,-1.04153,2.09638,-0.46971
+1.71262,0.87845,-1.35859,-1.53359,-1.04153,2.09671,-0.47010
+1.71370,0.87799,-1.35889,-1.53349,-1.04152,2.09703,-0.47047
+1.71478,0.87754,-1.35917,-1.53339,-1.04152,2.09735,-0.47084
+1.71586,0.87709,-1.35946,-1.53328,-1.04151,2.09766,-0.47120
+1.71693,0.87665,-1.35974,-1.53318,-1.04151,2.09797,-0.47156
+1.71801,0.87623,-1.36001,-1.53308,-1.04151,2.09827,-0.47191
+1.71909,0.87580,-1.36028,-1.53298,-1.04151,2.09856,-0.47225
+1.72016,0.87539,-1.36054,-1.53288,-1.04151,2.09885,-0.47259
+1.72124,0.87501,-1.36079,-1.53278,-1.04151,2.09912,-0.47290
+1.72232,0.87446,-1.36121,-1.53255,-1.04154,2.09950,-0.47335
+1.72340,0.87392,-1.36162,-1.53233,-1.04158,2.09988,-0.47379
+1.72447,0.87339,-1.36202,-1.53210,-1.04161,2.10025,-0.47422
+1.72555,0.87287,-1.36242,-1.53188,-1.04164,2.10061,-0.47465
+1.72663,0.87236,-1.36280,-1.53167,-1.04168,2.10097,-0.47506
+1.72770,0.87186,-1.36319,-1.53145,-1.04171,2.10132,-0.47548
+1.72878,0.87136,-1.36356,-1.53124,-1.04175,2.10166,-0.47588
+1.72986,0.87088,-1.36393,-1.53103,-1.04178,2.10200,-0.47628
+1.73093,0.87040,-1.36429,-1.53082,-1.04182,2.10233,-0.47667
+1.73201,0.86994,-1.36465,-1.53062,-1.04185,2.10266,-0.47705
+1.73309,0.86948,-1.36500,-1.53042,-1.04189,2.10298,-0.47743
+1.73417,0.86902,-1.36535,-1.53022,-1.04193,2.10329,-0.47780
+1.73524,0.86858,-1.36568,-1.53003,-1.04196,2.10360,-0.47817
+1.73632,0.86814,-1.36602,-1.52983,-1.04200,2.10391,-0.47852
+1.73740,0.86771,-1.36634,-1.52964,-1.04204,2.10421,-0.47888
+1.73847,0.86729,-1.36667,-1.52946,-1.04208,2.10450,-0.47922
+1.73955,0.86688,-1.36698,-1.52927,-1.04212,2.10479,-0.47957
+1.74063,0.86647,-1.36729,-1.52909,-1.04215,2.10508,-0.47990
+1.74171,0.86607,-1.36760,-1.52891,-1.04219,2.10536,-0.48023
+1.74278,0.86568,-1.36790,-1.52873,-1.04223,2.10563,-0.48056
+1.74386,0.86554,-1.36801,-1.52866,-1.04225,2.10573,-0.48067
+1.74494,0.86493,-1.36857,-1.52826,-1.04234,2.10615,-0.48117
+1.74601,0.86433,-1.36911,-1.52787,-1.04243,2.10657,-0.48167
+1.74709,0.86374,-1.36964,-1.52749,-1.04252,2.10698,-0.48215
+1.74817,0.86316,-1.37016,-1.52711,-1.04261,2.10738,-0.48263
+1.74925,0.86259,-1.37068,-1.52674,-1.04270,2.10778,-0.48310
+1.75032,0.86203,-1.37118,-1.52638,-1.04279,2.10817,-0.48356
+1.75140,0.86148,-1.37168,-1.52601,-1.04288,2.10855,-0.48401
+1.75248,0.86095,-1.37217,-1.52566,-1.04298,2.10892,-0.48446
+1.75355,0.86042,-1.37265,-1.52531,-1.04307,2.10929,-0.48490
+1.75463,0.85989,-1.37312,-1.52496,-1.04316,2.10965,-0.48533
+1.75571,0.85938,-1.37358,-1.52462,-1.04324,2.11001,-0.48575
+1.75679,0.85888,-1.37404,-1.52428,-1.04333,2.11036,-0.48617
+1.75786,0.85839,-1.37449,-1.52395,-1.04342,2.11070,-0.48658
+1.75894,0.85790,-1.37493,-1.52362,-1.04351,2.11104,-0.48698
+1.76002,0.85742,-1.37536,-1.52330,-1.04360,2.11137,-0.48738
+1.76109,0.85696,-1.37579,-1.52298,-1.04369,2.11170,-0.48777
+1.76217,0.85650,-1.37621,-1.52267,-1.04377,2.11202,-0.48815
+1.76325,0.85604,-1.37662,-1.52236,-1.04386,2.11233,-0.48853
+1.76433,0.85560,-1.37702,-1.52206,-1.04395,2.11264,-0.48890
+1.76540,0.85516,-1.37742,-1.52176,-1.04403,2.11295,-0.48926
+1.76648,0.85473,-1.37781,-1.52146,-1.04412,2.11324,-0.48962
+1.76756,0.85431,-1.37820,-1.52117,-1.04420,2.11354,-0.48997
+1.76863,0.85390,-1.37857,-1.52088,-1.04429,2.11383,-0.49032
+1.76971,0.85349,-1.37894,-1.52060,-1.04437,2.11411,-0.49066
+1.77079,0.85309,-1.37931,-1.52032,-1.04446,2.11439,-0.49100
+1.77187,0.85270,-1.37967,-1.52004,-1.04454,2.11466,-0.49132
+1.77294,0.85231,-1.38002,-1.51977,-1.04462,2.11493,-0.49165
+1.77402,0.85193,-1.38037,-1.51950,-1.04471,2.11520,-0.49197
+1.77510,0.85156,-1.38071,-1.51924,-1.04479,2.11546,-0.49228
+1.77617,0.85119,-1.38104,-1.51898,-1.04487,2.11571,-0.49259
+1.77725,0.85100,-1.38121,-1.51885,-1.04491,2.11584,-0.49275
+1.77833,0.85058,-1.38162,-1.51851,-1.04501,2.11614,-0.49310
+1.77941,0.85016,-1.38203,-1.51819,-1.04511,2.11643,-0.49345
+1.78048,0.84975,-1.38242,-1.51787,-1.04521,2.11671,-0.49379
+1.78156,0.84935,-1.38281,-1.51755,-1.04531,2.11699,-0.49413
+1.78264,0.84895,-1.38320,-1.51724,-1.04541,2.11727,-0.49446
+1.78371,0.84856,-1.38357,-1.51693,-1.04550,2.11754,-0.49479
+1.78479,0.84818,-1.38394,-1.51663,-1.04560,2.11781,-0.49511
+1.78587,0.84781,-1.38430,-1.51633,-1.04569,2.11807,-0.49543
+1.78695,0.84744,-1.38466,-1.51604,-1.04579,2.11832,-0.49574
+1.78802,0.84707,-1.38501,-1.51575,-1.04588,2.11858,-0.49604
+1.78910,0.84672,-1.38536,-1.51546,-1.04598,2.11882,-0.49635
+1.79018,0.84650,-1.38557,-1.51528,-1.04603,2.11898,-0.49653
+1.79125,0.84607,-1.38603,-1.51489,-1.04616,2.11928,-0.49689
+1.79233,0.84565,-1.38647,-1.51450,-1.04628,2.11957,-0.49725
+1.79341,0.84523,-1.38691,-1.51412,-1.04640,2.11986,-0.49760
+1.79449,0.84482,-1.38734,-1.51375,-1.04652,2.12014,-0.49794
+1.79556,0.84442,-1.38776,-1.51338,-1.04664,2.12042,-0.49828
+1.79664,0.84402,-1.38818,-1.51301,-1.04676,2.12069,-0.49861
+1.79772,0.84364,-1.38858,-1.51266,-1.04688,2.12096,-0.49894
+1.79879,0.84326,-1.38899,-1.51230,-1.04700,2.12123,-0.49926
+1.79987,0.84288,-1.38938,-1.51195,-1.04711,2.12149,-0.49958
+1.80095,0.84251,-1.38977,-1.51161,-1.04723,2.12174,-0.49989
+1.80202,0.84215,-1.39015,-1.51127,-1.04734,2.12200,-0.50020
+1.80310,0.84180,-1.39052,-1.51094,-1.04745,2.12224,-0.50050
+1.80418,0.84145,-1.39089,-1.51061,-1.04757,2.12248,-0.50079
+1.80526,0.84110,-1.39125,-1.51029,-1.04768,2.12272,-0.50109
+1.80633,0.84077,-1.39161,-1.50997,-1.04779,2.12296,-0.50137
+1.80741,0.84070,-1.39168,-1.50990,-1.04781,2.12301,-0.50143
+1.80849,0.84033,-1.39210,-1.50952,-1.04794,2.12326,-0.50174
+1.80956,0.83997,-1.39250,-1.50913,-1.04807,2.12351,-0.50205
+1.81064,0.83962,-1.39290,-1.50876,-1.04820,2.12375,-0.50234
+1.81172,0.83927,-1.39330,-1.50839,-1.04833,2.12399,-0.50264
+1.81280,0.83893,-1.39368,-1.50803,-1.04846,2.12423,-0.50293
+1.81387,0.83860,-1.39406,-1.50767,-1.04858,2.12446,-0.50321
+1.81495,0.83827,-1.39443,-1.50732,-1.04870,2.12469,-0.50349
+1.81603,0.83794,-1.39480,-1.50697,-1.04883,2.12492,-0.50377
+1.81710,0.83781,-1.39496,-1.50682,-1.04888,2.12501,-0.50388
+1.81818,0.83747,-1.39543,-1.50632,-1.04906,2.12525,-0.50417
+1.81926,0.83713,-1.39590,-1.50582,-1.04923,2.12548,-0.50446
+1.82034,0.83679,-1.39636,-1.50534,-1.04940,2.12572,-0.50475
+1.82141,0.83646,-1.39681,-1.50486,-1.04957,2.12595,-0.50503
+1.82249,0.83614,-1.39725,-1.50439,-1.04974,2.12617,-0.50530
+1.82357,0.83582,-1.39769,-1.50393,-1.04991,2.12639,-0.50558
+1.82464,0.83551,-1.39812,-1.50347,-1.05007,2.12661,-0.50584
+1.82572,0.83520,-1.39854,-1.50302,-1.05023,2.12682,-0.50610
+1.82680,0.83490,-1.39895,-1.50258,-1.05039,2.12703,-0.50636
+1.82788,0.83460,-1.39936,-1.50214,-1.05055,2.12724,-0.50662
+1.82895,0.83431,-1.39976,-1.50171,-1.05071,2.12744,-0.50687
+1.83003,0.83402,-1.40016,-1.50129,-1.05087,2.12764,-0.50711
+1.83111,0.83374,-1.40054,-1.50088,-1.05102,2.12784,-0.50735
+1.83218,0.83363,-1.40071,-1.50069,-1.05109,2.12791,-0.50745
+1.83326,0.83333,-1.40121,-1.50011,-1.05130,2.12812,-0.50771
+1.83434,0.83303,-1.40170,-1.49953,-1.05151,2.12833,-0.50796
+1.83542,0.83274,-1.40219,-1.49897,-1.05172,2.12853,-0.50820
+1.83649,0.83246,-1.40266,-1.49841,-1.05193,2.12872,-0.50845
+1.83757,0.83218,-1.40313,-1.49786,-1.05213,2.12892,-0.50869
+1.83865,0.83191,-1.40359,-1.49732,-1.05233,2.12911,-0.50892
+1.83972,0.83164,-1.40405,-1.49679,-1.05253,2.12930,-0.50915
+1.84080,0.83137,-1.40449,-1.49626,-1.05272,2.12948,-0.50938
+1.84188,0.83111,-1.40493,-1.49575,-1.05292,2.12966,-0.50961
+1.84296,0.83085,-1.40536,-1.49524,-1.05311,2.12984,-0.50983
+1.84403,0.83060,-1.40578,-1.49474,-1.05330,2.13002,-0.51004
+1.84511,0.83035,-1.40619,-1.49425,-1.05349,2.13019,-0.51026
+1.84619,0.83011,-1.40660,-1.49377,-1.05367,2.13036,-0.51047
+1.84726,0.82987,-1.40700,-1.49329,-1.05385,2.13053,-0.51067
+1.84834,0.82966,-1.40737,-1.49285,-1.05402,2.13067,-0.51086
+1.84942,0.82942,-1.40786,-1.49223,-1.05426,2.13084,-0.51106
+1.85050,0.82920,-1.40833,-1.49162,-1.05449,2.13099,-0.51125
+1.85157,0.82897,-1.40880,-1.49102,-1.05472,2.13115,-0.51145
+1.85265,0.82875,-1.40927,-1.49043,-1.05495,2.13130,-0.51164
+1.85373,0.82854,-1.40972,-1.48984,-1.05517,2.13146,-0.51182
+1.85480,0.82832,-1.41017,-1.48927,-1.05539,2.13160,-0.51201
+1.85588,0.82811,-1.41061,-1.48871,-1.05561,2.13175,-0.51219
+1.85696,0.82791,-1.41104,-1.48815,-1.05582,2.13189,-0.51237
+1.85804,0.82770,-1.41146,-1.48761,-1.05604,2.13204,-0.51254
+1.85911,0.82750,-1.41188,-1.48707,-1.05625,2.13218,-0.51272
+1.86019,0.82731,-1.41229,-1.48654,-1.05646,2.13231,-0.51289
+1.86127,0.82711,-1.41269,-1.48602,-1.05666,2.13245,-0.51306
+1.86234,0.82698,-1.41298,-1.48564,-1.05681,2.13254,-0.51317
+1.86342,0.82679,-1.41346,-1.48500,-1.05706,2.13268,-0.51334
+1.86450,0.82660,-1.41394,-1.48436,-1.05731,2.13281,-0.51351
+1.86558,0.82641,-1.41440,-1.48373,-1.05755,2.13294,-0.51367
+1.86665,0.82622,-1.41486,-1.48311,-1.05779,2.13307,-0.51383
+1.86773,0.82604,-1.41531,-1.48250,-1.05803,2.13320,-0.51399
+1.86881,0.82586,-1.41576,-1.48190,-1.05827,2.13332,-0.51414
+1.86988,0.82569,-1.41619,-1.48131,-1.05850,2.13344,-0.51430
+1.87096,0.82551,-1.41662,-1.48073,-1.05873,2.13357,-0.51445
+1.87204,0.82534,-1.41704,-1.48016,-1.05896,2.13369,-0.51459
+1.87312,0.82518,-1.41746,-1.47960,-1.05918,2.13380,-0.51474
+1.87419,0.82501,-1.41786,-1.47905,-1.05940,2.13392,-0.51489
+1.87527,0.82485,-1.41826,-1.47850,-1.05962,2.13403,-0.51503
+1.87635,0.82477,-1.41847,-1.47821,-1.05973,2.13409,-0.51510
+1.87742,0.82461,-1.41898,-1.47750,-1.06002,2.13420,-0.51524
+1.87850,0.82445,-1.41948,-1.47679,-1.06029,2.13431,-0.51538
+1.87958,0.82429,-1.41997,-1.47610,-1.06057,2.13442,-0.51552
+1.88065,0.82413,-1.42045,-1.47541,-1.06084,2.13453,-0.51565
+1.88173,0.82398,-1.42093,-1.47474,-1.06110,2.13464,-0.51578
+1.88281,0.82383,-1.42140,-1.47408,-1.06137,2.13474,-0.51591
+1.88389,0.82368,-1.42185,-1.47343,-1.06163,2.13485,-0.51604
+1.88496,0.82354,-1.42231,-1.47278,-1.06188,2.13495,-0.51617
+1.88604,0.82340,-1.42275,-1.47215,-1.06213,2.13505,-0.51630
+1.88712,0.82326,-1.42318,-1.47153,-1.06238,2.13515,-0.51642
+1.88819,0.82312,-1.42361,-1.47092,-1.06263,2.13525,-0.51654
+1.88927,0.82298,-1.42403,-1.47032,-1.06287,2.13534,-0.51666
+1.89035,0.82285,-1.42445,-1.46973,-1.06311,2.13544,-0.51678
+1.89143,0.82271,-1.42485,-1.46914,-1.06335,2.13553,-0.51690
+1.89250,0.82258,-1.42525,-1.46857,-1.06358,2.13562,-0.51701
+1.89358,0.82245,-1.42565,-1.46801,-1.06381,2.13571,-0.51713
+1.89466,0.82243,-1.42574,-1.46786,-1.06387,2.13573,-0.51715
+1.89573,0.82235,-1.42629,-1.46701,-1.06421,2.13579,-0.51722
+1.89681,0.82227,-1.42683,-1.46616,-1.06455,2.13584,-0.51729
+1.89789,0.82219,-1.42736,-1.46533,-1.06488,2.13590,-0.51736
+1.89897,0.82211,-1.42789,-1.46452,-1.06521,2.13596,-0.51743
+1.90004,0.82203,-1.42840,-1.46371,-1.06554,2.13601,-0.51750
+1.90112,0.82196,-1.42891,-1.46292,-1.06586,2.13607,-0.51757
+1.90220,0.82188,-1.42940,-1.46214,-1.06617,2.13612,-0.51764
+1.90327,0.82181,-1.42989,-1.46138,-1.06648,2.13618,-0.51771
+1.90435,0.82173,-1.43037,-1.46062,-1.06679,2.13623,-0.51778
+1.90543,0.82166,-1.43085,-1.45988,-1.06709,2.13629,-0.51784
+1.90651,0.82159,-1.43131,-1.45915,-1.06739,2.13634,-0.51791
+1.90758,0.82151,-1.43177,-1.45843,-1.06768,2.13639,-0.51797
+1.90866,0.82144,-1.43222,-1.45772,-1.06797,2.13644,-0.51804
+1.90974,0.82137,-1.43266,-1.45703,-1.06826,2.13649,-0.51810
+1.91081,0.82130,-1.43309,-1.45634,-1.06854,2.13654,-0.51816
+1.91189,0.82124,-1.43352,-1.45567,-1.06882,2.13659,-0.51823
+1.91297,0.82117,-1.43394,-1.45501,-1.06910,2.13664,-0.51829
+1.91405,0.82110,-1.43435,-1.45435,-1.06937,2.13669,-0.51835
+1.91512,0.82104,-1.43476,-1.45371,-1.06964,2.13673,-0.51841
+1.91620,0.82097,-1.43516,-1.45308,-1.06990,2.13678,-0.51847
+1.91728,0.82091,-1.43555,-1.45246,-1.07016,2.13683,-0.51853
+1.91835,0.82085,-1.43593,-1.45185,-1.07042,2.13687,-0.51858
+1.91943,0.82078,-1.43631,-1.45124,-1.07067,2.13692,-0.51864
+1.92051,0.82074,-1.43662,-1.45074,-1.07088,2.13695,-0.51868
+1.92159,0.82073,-1.43712,-1.44991,-1.07122,2.13696,-0.51869
+1.92266,0.82072,-1.43760,-1.44909,-1.07156,2.13697,-0.51870
+1.92374,0.82071,-1.43808,-1.44828,-1.07190,2.13698,-0.51871
+1.92482,0.82071,-1.43855,-1.44748,-1.07223,2.13698,-0.51873
+1.92589,0.82070,-1.43901,-1.44670,-1.07255,2.13699,-0.51874
+1.92697,0.82069,-1.43947,-1.44593,-1.07287,2.13700,-0.51875
+1.92805,0.82068,-1.43991,-1.44517,-1.07319,2.13701,-0.51876
+1.92913,0.82067,-1.44035,-1.44442,-1.07350,2.13702,-0.51877
+1.93020,0.82066,-1.44078,-1.44369,-1.07381,2.13703,-0.51879
+1.93128,0.82065,-1.44121,-1.44297,-1.07411,2.13704,-0.51880
+1.93236,0.82064,-1.44163,-1.44225,-1.07441,2.13705,-0.51881
+1.93343,0.82063,-1.44204,-1.44155,-1.07471,2.13706,-0.51882
+1.93451,0.82062,-1.44244,-1.44087,-1.07500,2.13707,-0.51884
+1.93559,0.82061,-1.44284,-1.44019,-1.07529,2.13708,-0.51885
+1.93667,0.82059,-1.44323,-1.43952,-1.07557,2.13709,-0.51887
+1.93774,0.82058,-1.44361,-1.43886,-1.07585,2.13710,-0.51888
+1.93882,0.82057,-1.44399,-1.43822,-1.07612,2.13711,-0.51889
+1.93990,0.82056,-1.44436,-1.43758,-1.07639,2.13712,-0.51891
+1.94097,0.82055,-1.44473,-1.43696,-1.07666,2.13713,-0.51892
+1.94205,0.82054,-1.44509,-1.43634,-1.07692,2.13714,-0.51894
+1.94313,0.82053,-1.44541,-1.43578,-1.07716,2.13715,-0.51894
+1.94421,0.82058,-1.44582,-1.43503,-1.07748,2.13712,-0.51891
+1.94528,0.82063,-1.44622,-1.43430,-1.07780,2.13709,-0.51887
+1.94636,0.82067,-1.44662,-1.43357,-1.07811,2.13706,-0.51884
+1.94744,0.82072,-1.44701,-1.43286,-1.07841,2.13703,-0.51880
+1.94851,0.82076,-1.44739,-1.43216,-1.07871,2.13701,-0.51877
+1.94959,0.82080,-1.44777,-1.43147,-1.07901,2.13698,-0.51874
+1.95067,0.82084,-1.44814,-1.43079,-1.07930,2.13696,-0.51871
+1.95174,0.82088,-1.44850,-1.43012,-1.07959,2.13693,-0.51868
+1.95282,0.82092,-1.44886,-1.42946,-1.07987,2.13691,-0.51865
+1.95390,0.82096,-1.44921,-1.42881,-1.08015,2.13688,-0.51862
+1.95498,0.82099,-1.44956,-1.42817,-1.08043,2.13686,-0.51859
+1.95605,0.82103,-1.44990,-1.42755,-1.08070,2.13684,-0.51857
+1.95713,0.82106,-1.45023,-1.42693,-1.08097,2.13682,-0.51854
+1.95821,0.82110,-1.45054,-1.42637,-1.08121,2.13680,-0.51851
+1.95928,0.82119,-1.45092,-1.42564,-1.08153,2.13674,-0.51844
+1.96036,0.82127,-1.45129,-1.42491,-1.08184,2.13669,-0.51838
+1.96144,0.82135,-1.45166,-1.42420,-1.08215,2.13663,-0.51831
+1.96252,0.82143,-1.45202,-1.42350,-1.08245,2.13658,-0.51824
+1.96359,0.82151,-1.45237,-1.42282,-1.08275,2.13653,-0.51818
+1.96467,0.82159,-1.45272,-1.42214,-1.08305,2.13648,-0.51812
+1.96575,0.82166,-1.45307,-1.42147,-1.08334,2.13643,-0.51806
+1.96682,0.82174,-1.45340,-1.42082,-1.08362,2.13638,-0.51800
+1.96790,0.82181,-1.45374,-1.42017,-1.08390,2.13634,-0.51794
+1.96898,0.82188,-1.45406,-1.41954,-1.08418,2.13629,-0.51789
+1.97006,0.82195,-1.45438,-1.41891,-1.08446,2.13625,-0.51783
+1.97113,0.82201,-1.45470,-1.41830,-1.08473,2.13620,-0.51778
+1.97221,0.82208,-1.45501,-1.41770,-1.08499,2.13616,-0.51773
+1.97329,0.82209,-1.45504,-1.41763,-1.08502,2.13615,-0.51772
+1.97436,0.82219,-1.45537,-1.41698,-1.08531,2.13609,-0.51764
+1.97544,0.82229,-1.45568,-1.41634,-1.08559,2.13602,-0.51756
+1.97652,0.82239,-1.45599,-1.41571,-1.08587,2.13596,-0.51748
+1.97760,0.82248,-1.45630,-1.41509,-1.08614,2.13589,-0.51740
+1.97867,0.82258,-1.45660,-1.41448,-1.08641,2.13583,-0.51732
+1.97975,0.82267,-1.45689,-1.41388,-1.08668,2.13577,-0.51725
+1.98083,0.82271,-1.45701,-1.41364,-1.08679,2.13575,-0.51722
+1.98190,0.82285,-1.45730,-1.41300,-1.08707,2.13565,-0.51710
+1.98298,0.82298,-1.45758,-1.41238,-1.08735,2.13556,-0.51699
+1.98406,0.82311,-1.45787,-1.41177,-1.08762,2.13548,-0.51688
+1.98514,0.82324,-1.45814,-1.41116,-1.08789,2.13539,-0.51678
+1.98621,0.82337,-1.45841,-1.41057,-1.08816,2.13531,-0.51667
+1.98729,0.82349,-1.45868,-1.40998,-1.08842,2.13522,-0.51657
+1.98837,0.82352,-1.45874,-1.40986,-1.08848,2.13521,-0.51655
+1.98944,0.82367,-1.45901,-1.40925,-1.08875,2.13510,-0.51642
+1.99052,0.82382,-1.45927,-1.40865,-1.08902,2.13500,-0.51630
+1.99160,0.82397,-1.45954,-1.40805,-1.08929,2.13491,-0.51618
+1.99268,0.82411,-1.45979,-1.40747,-1.08956,2.13481,-0.51606
+1.99375,0.82425,-1.46005,-1.40690,-1.08982,2.13472,-0.51594
+1.99483,0.82429,-1.46010,-1.40678,-1.08987,2.13470,-0.51592
+1.99591,0.82448,-1.46036,-1.40615,-1.09015,2.13457,-0.51576
+1.99698,0.82467,-1.46061,-1.40553,-1.09043,2.13444,-0.51560
+1.99806,0.82485,-1.46086,-1.40492,-1.09071,2.13432,-0.51545
+1.99914,0.82504,-1.46111,-1.40433,-1.09098,2.13419,-0.51529
+2.00022,0.82521,-1.46135,-1.40374,-1.09125,2.13407,-0.51515
+2.00129,0.82539,-1.46159,-1.40316,-1.09151,2.13396,-0.51500
+2.00237,0.82556,-1.46182,-1.40259,-1.09177,2.13384,-0.51486
+2.00345,0.82573,-1.46205,-1.40203,-1.09203,2.13373,-0.51472
+2.00452,0.82582,-1.46217,-1.40174,-1.09216,2.13367,-0.51465
+2.00560,0.82603,-1.46243,-1.40111,-1.09245,2.13353,-0.51447
+2.00668,0.82624,-1.46268,-1.40048,-1.09273,2.13339,-0.51429
+2.00776,0.82645,-1.46292,-1.39986,-1.09302,2.13325,-0.51412
+2.00883,0.82665,-1.46317,-1.39925,-1.09329,2.13311,-0.51396
+2.00991,0.82685,-1.46340,-1.39865,-1.09356,2.13298,-0.51379
+2.01099,0.82704,-1.46364,-1.39807,-1.09383,2.13285,-0.51363
+2.01206,0.82723,-1.46387,-1.39749,-1.09410,2.13272,-0.51347
+2.01314,0.82742,-1.46410,-1.39692,-1.09436,2.13259,-0.51332
+2.01422,0.82760,-1.46433,-1.39636,-1.09461,2.13247,-0.51316
+2.01530,0.82778,-1.46455,-1.39581,-1.09487,2.13235,-0.51301
+2.01637,0.82786,-1.46464,-1.39557,-1.09497,2.13230,-0.51295
+2.01745,0.82812,-1.46489,-1.39490,-1.09528,2.13212,-0.51273
+2.01853,0.82837,-1.46514,-1.39424,-1.09558,2.13195,-0.51252
+2.01960,0.82861,-1.46539,-1.39359,-1.09587,2.13179,-0.51232
+2.02068,0.82886,-1.46563,-1.39295,-1.09616,2.13162,-0.51212
+2.02176,0.82909,-1.46587,-1.39232,-1.09645,2.13146,-0.51192
+2.02283,0.82933,-1.46610,-1.39170,-1.09673,2.13131,-0.51172
+2.02391,0.82956,-1.46633,-1.39109,-1.09701,2.13115,-0.51153
+2.02499,0.82978,-1.46656,-1.39049,-1.09729,2.13100,-0.51135
+2.02607,0.83000,-1.46679,-1.38990,-1.09755,2.13085,-0.51116
+2.02714,0.83021,-1.46701,-1.38932,-1.09782,2.13070,-0.51098
+2.02822,0.83043,-1.46723,-1.38875,-1.09808,2.13056,-0.51081
+2.02930,0.83063,-1.46744,-1.38819,-1.09834,2.13042,-0.51063
+2.03037,0.83084,-1.46765,-1.38763,-1.09859,2.13028,-0.51047
+2.03145,0.83104,-1.46786,-1.38709,-1.09884,2.13015,-0.51030
+2.03253,0.83123,-1.46806,-1.38655,-1.09909,2.13002,-0.51014
+2.03361,0.83127,-1.46811,-1.38644,-1.09914,2.12999,-0.51010
+2.03468,0.83149,-1.46834,-1.38585,-1.09941,2.12984,-0.50992
+2.03576,0.83170,-1.46856,-1.38526,-1.09968,2.12970,-0.50974
+2.03684,0.83191,-1.46878,-1.38469,-1.09994,2.12955,-0.50957
+2.03791,0.83212,-1.46900,-1.38412,-1.10020,2.12941,-0.50940
+2.03899,0.83232,-1.46922,-1.38357,-1.10045,2.12928,-0.50923
+2.04007,0.83252,-1.46943,-1.38302,-1.10070,2.12914,-0.50907
+2.04115,0.83271,-1.46964,-1.38248,-1.10095,2.12901,-0.50891
+2.04222,0.83275,-1.46968,-1.38237,-1.10100,2.12899,-0.50887
+2.04330,0.83295,-1.46990,-1.38181,-1.10125,2.12885,-0.50871
+2.04438,0.83315,-1.47012,-1.38125,-1.10151,2.12871,-0.50854
+2.04545,0.83335,-1.47033,-1.38071,-1.10176,2.12858,-0.50838
+2.04653,0.83348,-1.47048,-1.38033,-1.10193,2.12849,-0.50827
+2.04761,0.83368,-1.47069,-1.37978,-1.10218,2.12836,-0.50810
+2.04869,0.83385,-1.47088,-1.37929,-1.10240,2.12824,-0.50796
+2.04976,0.83404,-1.47110,-1.37875,-1.10265,2.12811,-0.50780
+2.05084,0.83421,-1.47129,-1.37826,-1.10287,2.12799,-0.50766
+2.05192,0.83441,-1.47150,-1.37771,-1.10312,2.12786,-0.50750
+2.05299,0.83458,-1.47169,-1.37722,-1.10334,2.12774,-0.50735
+2.05407,0.83460,-1.47171,-1.37717,-1.10336,2.12773,-0.50733
+2.05515,0.83459,-1.47168,-1.37723,-1.10334,2.12773,-0.50734
+2.05623,0.83449,-1.47134,-1.37784,-1.10313,2.12780,-0.50744
+2.05730,0.83438,-1.47102,-1.37844,-1.10291,2.12787,-0.50753
+2.05838,0.83428,-1.47069,-1.37904,-1.10270,2.12794,-0.50762
+2.05946,0.83424,-1.47059,-1.37923,-1.10263,2.12797,-0.50765
+2.06053,0.83404,-1.47021,-1.38001,-1.10234,2.12810,-0.50783
+2.06161,0.83383,-1.46983,-1.38078,-1.10205,2.12824,-0.50800
+2.06269,0.83364,-1.46947,-1.38154,-1.10176,2.12837,-0.50817
+2.06377,0.83344,-1.46910,-1.38228,-1.10148,2.12850,-0.50834
+2.06484,0.83325,-1.46875,-1.38301,-1.10120,2.12863,-0.50851
+2.06592,0.83306,-1.46839,-1.38373,-1.10093,2.12876,-0.50867
+2.06700,0.83288,-1.46805,-1.38444,-1.10066,2.12888,-0.50882
+2.06807,0.83270,-1.46771,-1.38513,-1.10040,2.12900,-0.50898
+2.06915,0.83252,-1.46738,-1.38581,-1.10014,2.12912,-0.50913
+2.07023,0.83235,-1.46705,-1.38649,-1.09988,2.12924,-0.50928
+2.07131,0.83218,-1.46673,-1.38715,-1.09963,2.12935,-0.50943
+2.07238,0.83201,-1.46641,-1.38780,-1.09938,2.12946,-0.50957
+2.07346,0.83185,-1.46610,-1.38843,-1.09914,2.12957,-0.50971
+2.07454,0.83169,-1.46579,-1.38906,-1.09890,2.12968,-0.50985
+2.07561,0.83153,-1.46549,-1.38968,-1.09866,2.12979,-0.50998
+2.07669,0.83138,-1.46519,-1.39029,-1.09843,2.12989,-0.51012
+2.07777,0.83123,-1.46490,-1.39088,-1.09820,2.12999,-0.51025
+2.07885,0.83108,-1.46462,-1.39147,-1.09797,2.13009,-0.51037
+2.07992,0.83093,-1.46434,-1.39205,-1.09775,2.13019,-0.51050
+2.08100,0.83081,-1.46411,-1.39252,-1.09756,2.13027,-0.51060
+2.08208,0.83059,-1.46380,-1.39321,-1.09729,2.13042,-0.51079
+2.08315,0.83037,-1.46349,-1.39389,-1.09702,2.13057,-0.51098
+2.08423,0.83015,-1.46319,-1.39456,-1.09675,2.13072,-0.51116
+2.08531,0.82994,-1.46290,-1.39522,-1.09649,2.13086,-0.51134
+2.08639,0.82974,-1.46261,-1.39587,-1.09623,2.13100,-0.51152
+2.08746,0.82953,-1.46232,-1.39651,-1.09598,2.13113,-0.51169
+2.08854,0.82933,-1.46204,-1.39713,-1.09573,2.13127,-0.51186
+2.08962,0.82914,-1.46177,-1.39775,-1.09548,2.13140,-0.51203
+2.09069,0.82895,-1.46149,-1.39836,-1.09524,2.13153,-0.51219
+2.09177,0.82876,-1.46123,-1.39895,-1.09500,2.13166,-0.51235
+2.09285,0.82857,-1.46097,-1.39954,-1.09476,2.13178,-0.51251
+2.09393,0.82839,-1.46071,-1.40011,-1.09453,2.13190,-0.51267
+2.09500,0.82822,-1.46045,-1.40068,-1.09430,2.13202,-0.51282
+2.09608,0.82804,-1.46021,-1.40124,-1.09408,2.13214,-0.51297
+2.09716,0.82791,-1.46003,-1.40163,-1.09392,2.13223,-0.51307
+2.09823,0.82767,-1.45976,-1.40229,-1.09365,2.13239,-0.51328
+2.09931,0.82743,-1.45949,-1.40294,-1.09339,2.13255,-0.51349
+2.10039,0.82720,-1.45923,-1.40357,-1.09313,2.13271,-0.51369
+2.10146,0.82696,-1.45897,-1.40419,-1.09287,2.13287,-0.51388
+2.10254,0.82674,-1.45871,-1.40481,-1.09262,2.13302,-0.51408
+2.10362,0.82652,-1.45846,-1.40541,-1.09237,2.13317,-0.51427
+2.10470,0.82630,-1.45822,-1.40600,-1.09212,2.13332,-0.51445
+2.10577,0.82608,-1.45798,-1.40659,-1.09188,2.13346,-0.51463
+2.10685,0.82587,-1.45774,-1.40716,-1.09165,2.13361,-0.51481
+2.10793,0.82567,-1.45750,-1.40772,-1.09141,2.13375,-0.51499
+2.10900,0.82546,-1.45727,-1.40828,-1.09119,2.13388,-0.51516
+2.11008,0.82526,-1.45705,-1.40882,-1.09096,2.13402,-0.51533
+2.11116,0.82507,-1.45683,-1.40936,-1.09074,2.13415,-0.51550
+2.11224,0.82499,-1.45674,-1.40957,-1.09065,2.13420,-0.51557
+2.11331,0.82475,-1.45652,-1.41014,-1.09041,2.13437,-0.51577
+2.11439,0.82451,-1.45630,-1.41070,-1.09017,2.13452,-0.51597
+2.11547,0.82428,-1.45609,-1.41125,-1.08994,2.13468,-0.51617
+2.11654,0.82406,-1.45589,-1.41180,-1.08971,2.13483,-0.51636
+2.11762,0.82383,-1.45568,-1.41233,-1.08949,2.13498,-0.51655
+2.11870,0.82362,-1.45548,-1.41285,-1.08927,2.13513,-0.51673
+2.11978,0.82340,-1.45528,-1.41337,-1.08905,2.13528,-0.51692
+2.12085,0.82335,-1.45524,-1.41347,-1.08900,2.13531,-0.51696
+2.12193,0.82309,-1.45504,-1.41404,-1.08876,2.13549,-0.51718
+2.12301,0.82283,-1.45484,-1.41460,-1.08852,2.13566,-0.51740
+2.12408,0.82257,-1.45464,-1.41515,-1.08829,2.13584,-0.51762
+2.12516,0.82232,-1.45445,-1.41569,-1.08806,2.13600,-0.51784
+2.12624,0.82208,-1.45426,-1.41622,-1.08783,2.13617,-0.51804
+2.12732,0.82184,-1.45408,-1.41674,-1.08761,2.13633,-0.51825
+2.12839,0.82160,-1.45389,-1.41725,-1.08739,2.13650,-0.51845
+2.12947,0.82136,-1.45371,-1.41775,-1.08717,2.13665,-0.51865
+2.13055,0.82114,-1.45354,-1.41825,-1.08696,2.13681,-0.51885
+2.13162,0.82111,-1.45352,-1.41830,-1.08694,2.13683,-0.51887
+2.13270,0.82084,-1.45334,-1.41883,-1.08671,2.13701,-0.51910
+2.13378,0.82057,-1.45317,-1.41936,-1.08648,2.13719,-0.51933
+2.13486,0.82030,-1.45300,-1.41987,-1.08626,2.13737,-0.51956
+2.13593,0.82005,-1.45284,-1.42038,-1.08604,2.13755,-0.51978
+2.13701,0.81979,-1.45267,-1.42087,-1.08582,2.13772,-0.51999
+2.13809,0.81954,-1.45251,-1.42136,-1.08561,2.13789,-0.52020
+2.13916,0.81930,-1.45235,-1.42184,-1.08540,2.13805,-0.52041
+2.14024,0.81917,-1.45228,-1.42208,-1.08529,2.13814,-0.52052
+2.14132,0.81885,-1.45214,-1.42259,-1.08507,2.13835,-0.52079
+2.14240,0.81854,-1.45201,-1.42309,-1.08484,2.13856,-0.52106
+2.14347,0.81824,-1.45187,-1.42358,-1.08462,2.13877,-0.52132
+2.14455,0.81794,-1.45174,-1.42407,-1.08441,2.13897,-0.52157
+2.14563,0.81764,-1.45162,-1.42454,-1.08420,2.13917,-0.52183
+2.14670,0.81735,-1.45149,-1.42501,-1.08399,2.13936,-0.52207
+2.14778,0.81707,-1.45137,-1.42547,-1.08378,2.13956,-0.52231
+2.14886,0.81679,-1.45125,-1.42592,-1.08358,2.13974,-0.52255
+2.14994,0.81652,-1.45113,-1.42636,-1.08338,2.13993,-0.52279
+2.15101,0.81630,-1.45103,-1.42671,-1.08323,2.14008,-0.52297
+2.15209,0.81598,-1.45094,-1.42716,-1.08302,2.14029,-0.52325
+2.15317,0.81567,-1.45084,-1.42760,-1.08282,2.14050,-0.52351
+2.15424,0.81536,-1.45075,-1.42803,-1.08262,2.14071,-0.52378
+2.15532,0.81506,-1.45065,-1.42846,-1.08243,2.14092,-0.52403
+2.15640,0.81476,-1.45056,-1.42887,-1.08224,2.14112,-0.52429
+2.15748,0.81447,-1.45047,-1.42928,-1.08205,2.14131,-0.52454
+2.15855,0.81426,-1.45042,-1.42957,-1.08192,2.14145,-0.52471
+2.15963,0.81391,-1.45037,-1.42996,-1.08173,2.14169,-0.52502
+2.16071,0.81355,-1.45033,-1.43035,-1.08155,2.14193,-0.52532
+2.16178,0.81321,-1.45029,-1.43073,-1.08137,2.14216,-0.52562
+2.16286,0.81287,-1.45025,-1.43110,-1.08119,2.14239,-0.52591
+2.16394,0.81254,-1.45021,-1.43147,-1.08101,2.14262,-0.52619
+2.16502,0.81221,-1.45017,-1.43183,-1.08084,2.14284,-0.52647
+2.16609,0.81189,-1.45013,-1.43219,-1.08067,2.14306,-0.52675
+2.16717,0.81157,-1.45010,-1.43253,-1.08051,2.14327,-0.52702
+2.16825,0.81147,-1.45009,-1.43263,-1.08046,2.14334,-0.52711
+2.16932,0.81105,-1.45014,-1.43294,-1.08030,2.14362,-0.52746
+2.17040,0.81064,-1.45019,-1.43324,-1.08014,2.14390,-0.52782
+2.17148,0.81024,-1.45023,-1.43353,-1.07999,2.14417,-0.52816
+2.17255,0.80984,-1.45028,-1.43382,-1.07984,2.14443,-0.52850
+2.17363,0.80946,-1.45032,-1.43410,-1.07969,2.14470,-0.52883
+2.17471,0.80907,-1.45036,-1.43438,-1.07955,2.14495,-0.52916
+2.17579,0.80870,-1.45041,-1.43465,-1.07940,2.14521,-0.52948
+2.17686,0.80833,-1.45045,-1.43491,-1.07927,2.14545,-0.52980
+2.17794,0.80797,-1.45049,-1.43518,-1.07913,2.14570,-0.53011
+2.17902,0.80762,-1.45053,-1.43543,-1.07900,2.14594,-0.53042
+2.18009,0.80727,-1.45057,-1.43569,-1.07886,2.14617,-0.53072
+2.18117,0.80705,-1.45060,-1.43583,-1.07879,2.14632,-0.53090
+2.18225,0.80660,-1.45074,-1.43601,-1.07867,2.14662,-0.53129
+2.18333,0.80616,-1.45088,-1.43619,-1.07856,2.14692,-0.53167
+2.18440,0.80572,-1.45102,-1.43636,-1.07845,2.14721,-0.53205
+2.18548,0.80529,-1.45115,-1.43653,-1.07834,2.14750,-0.53242
+2.18656,0.80487,-1.45129,-1.43670,-1.07824,2.14779,-0.53278
+2.18763,0.80446,-1.45142,-1.43686,-1.07814,2.14806,-0.53314
+2.18871,0.80405,-1.45154,-1.43702,-1.07804,2.14834,-0.53349
+2.18979,0.80366,-1.45167,-1.43718,-1.07794,2.14861,-0.53383
+2.19087,0.80326,-1.45179,-1.43733,-1.07784,2.14887,-0.53417
+2.19194,0.80288,-1.45192,-1.43748,-1.07775,2.14913,-0.53450
+2.19302,0.80250,-1.45204,-1.43763,-1.07766,2.14938,-0.53483
+2.19410,0.80213,-1.45215,-1.43777,-1.07757,2.14963,-0.53515
+2.19517,0.80177,-1.45227,-1.43791,-1.07748,2.14988,-0.53546
+2.19625,0.80172,-1.45229,-1.43792,-1.07747,2.14991,-0.53550
+2.19733,0.80128,-1.45251,-1.43797,-1.07741,2.15021,-0.53589
+2.19841,0.80084,-1.45272,-1.43802,-1.07735,2.15050,-0.53626
+2.19948,0.80041,-1.45293,-1.43807,-1.07729,2.15079,-0.53664
+2.20056,0.79999,-1.45314,-1.43811,-1.07723,2.15107,-0.53700
+2.20164,0.79958,-1.45334,-1.43816,-1.07718,2.15135,-0.53736
+2.20271,0.79917,-1.45354,-1.43820,-1.07713,2.15162,-0.53771
+2.20379,0.79877,-1.45374,-1.43824,-1.07707,2.15189,-0.53806
+2.20487,0.79838,-1.45393,-1.43828,-1.07702,2.15216,-0.53840
+2.20595,0.79800,-1.45412,-1.43832,-1.07697,2.15242,-0.53874
+2.20702,0.79762,-1.45430,-1.43836,-1.07693,2.15267,-0.53906
+2.20810,0.79725,-1.45449,-1.43840,-1.07688,2.15292,-0.53939
+2.20918,0.79709,-1.45457,-1.43840,-1.07686,2.15303,-0.53952
+2.21025,0.79665,-1.45484,-1.43836,-1.07684,2.15332,-0.53990
+2.21133,0.79622,-1.45510,-1.43832,-1.07682,2.15361,-0.54028
+2.21241,0.79580,-1.45537,-1.43828,-1.07680,2.15389,-0.54065
+2.21349,0.79538,-1.45562,-1.43824,-1.07678,2.15417,-0.54101
+2.21456,0.79498,-1.45587,-1.43819,-1.07676,2.15445,-0.54136
+2.21564,0.79457,-1.45612,-1.43815,-1.07674,2.15472,-0.54171
+2.21672,0.79418,-1.45637,-1.43811,-1.07672,2.15498,-0.54206
+2.21779,0.79379,-1.45660,-1.43807,-1.07671,2.15524,-0.54240
+2.21887,0.79341,-1.45684,-1.43803,-1.07669,2.15550,-0.54273
+2.21995,0.79304,-1.45707,-1.43799,-1.07668,2.15575,-0.54305
+2.22103,0.79267,-1.45730,-1.43795,-1.07666,2.15600,-0.54337
+2.22210,0.79263,-1.45733,-1.43793,-1.07667,2.15603,-0.54341
+2.22318,0.79219,-1.45769,-1.43775,-1.07670,2.15632,-0.54380
+2.22426,0.79175,-1.45804,-1.43758,-1.07673,2.15662,-0.54418
+2.22533,0.79132,-1.45838,-1.43741,-1.07676,2.15690,-0.54455
+2.22641,0.79090,-1.45871,-1.43724,-1.07679,2.15719,-0.54492
+2.22749,0.79049,-1.45904,-1.43708,-1.07682,2.15746,-0.54528
+2.22857,0.79009,-1.45937,-1.43691,-1.07685,2.15773,-0.54564
+2.22964,0.78969,-1.45969,-1.43675,-1.07688,2.15800,-0.54599
+2.23072,0.78930,-1.46000,-1.43659,-1.07691,2.15826,-0.54633
+2.23180,0.78891,-1.46031,-1.43643,-1.07694,2.15852,-0.54667
+2.23287,0.78854,-1.46061,-1.43628,-1.07697,2.15878,-0.54700
+2.23395,0.78817,-1.46091,-1.43612,-1.07701,2.15903,-0.54732
+2.23503,0.78780,-1.46120,-1.43597,-1.07704,2.15927,-0.54765
+2.23611,0.78744,-1.46149,-1.43582,-1.07707,2.15951,-0.54796
+2.23718,0.78709,-1.46178,-1.43566,-1.07711,2.15975,-0.54827
+2.23826,0.78670,-1.46215,-1.43540,-1.07718,2.16001,-0.54861
+2.23934,0.78632,-1.46252,-1.43514,-1.07725,2.16027,-0.54895
+2.24041,0.78594,-1.46289,-1.43488,-1.07733,2.16052,-0.54928
+2.24149,0.78557,-1.46324,-1.43463,-1.07740,2.16077,-0.54961
+2.24257,0.78521,-1.46359,-1.43438,-1.07747,2.16101,-0.54993
+2.24364,0.78486,-1.46394,-1.43413,-1.07754,2.16125,-0.55024
+2.24472,0.78451,-1.46428,-1.43389,-1.07761,2.16148,-0.55055
+2.24580,0.78416,-1.46461,-1.43365,-1.07768,2.16171,-0.55085
+2.24688,0.78383,-1.46494,-1.43342,-1.07775,2.16194,-0.55115
+2.24795,0.78349,-1.46526,-1.43318,-1.07782,2.16216,-0.55144
+2.24903,0.78346,-1.46530,-1.43315,-1.07783,2.16219,-0.55148
+2.25011,0.78307,-1.46575,-1.43276,-1.07796,2.16245,-0.55181
+2.25118,0.78270,-1.46619,-1.43238,-1.07808,2.16270,-0.55215
+2.25226,0.78233,-1.46662,-1.43201,-1.07820,2.16295,-0.55247
+2.25334,0.78196,-1.46704,-1.43164,-1.07831,2.16319,-0.55279
+2.25442,0.78161,-1.46746,-1.43127,-1.07843,2.16343,-0.55311
+2.25549,0.78126,-1.46787,-1.43092,-1.07855,2.16367,-0.55342
+2.25657,0.78091,-1.46827,-1.43056,-1.07866,2.16390,-0.55373
+2.25765,0.78058,-1.46867,-1.43022,-1.07878,2.16412,-0.55403
+2.25872,0.78024,-1.46905,-1.42987,-1.07889,2.16435,-0.55432
+2.25980,0.77992,-1.46944,-1.42953,-1.07901,2.16457,-0.55461
+2.26088,0.77960,-1.46981,-1.42920,-1.07912,2.16478,-0.55490
+2.26196,0.77928,-1.47018,-1.42887,-1.07923,2.16499,-0.55518
+2.26303,0.77897,-1.47054,-1.42855,-1.07934,2.16520,-0.55545
+2.26411,0.77867,-1.47090,-1.42823,-1.07945,2.16540,-0.55572
+2.26519,0.77854,-1.47105,-1.42809,-1.07950,2.16549,-0.55583
+2.26626,0.77820,-1.47154,-1.42760,-1.07967,2.16572,-0.55614
+2.26734,0.77786,-1.47201,-1.42713,-1.07983,2.16595,-0.55644
+2.26842,0.77752,-1.47248,-1.42665,-1.08000,2.16617,-0.55674
+2.26950,0.77719,-1.47294,-1.42619,-1.08016,2.16640,-0.55704
+2.27057,0.77687,-1.47340,-1.42573,-1.08032,2.16661,-0.55732
+2.27165,0.77655,-1.47384,-1.42528,-1.08048,2.16683,-0.55761
+2.27273,0.77624,-1.47428,-1.42484,-1.08064,2.16704,-0.55789
+2.27380,0.77593,-1.47471,-1.42440,-1.08079,2.16724,-0.55816
+2.27488,0.77563,-1.47513,-1.42397,-1.08095,2.16744,-0.55843
+2.27596,0.77533,-1.47555,-1.42355,-1.08110,2.16764,-0.55869
+2.27704,0.77504,-1.47595,-1.42313,-1.08125,2.16784,-0.55895
+2.27811,0.77476,-1.47636,-1.42272,-1.08140,2.16803,-0.55921
+2.27919,0.77448,-1.47675,-1.42231,-1.08155,2.16822,-0.55946
+2.28027,0.77420,-1.47714,-1.42191,-1.08170,2.16840,-0.55971
+2.28134,0.77393,-1.47752,-1.42152,-1.08184,2.16859,-0.55995
+2.28242,0.77376,-1.47776,-1.42127,-1.08194,2.16870,-0.56010
+2.28350,0.77345,-1.47829,-1.42068,-1.08215,2.16891,-0.56038
+2.28458,0.77313,-1.47880,-1.42010,-1.08236,2.16912,-0.56066
+2.28565,0.77283,-1.47931,-1.41953,-1.08257,2.16932,-0.56094
+2.28673,0.77253,-1.47981,-1.41897,-1.08278,2.16953,-0.56121
+2.28781,0.77223,-1.48031,-1.41842,-1.08298,2.16972,-0.56147
+2.28888,0.77194,-1.48079,-1.41788,-1.08318,2.16992,-0.56173
+2.28996,0.77166,-1.48127,-1.41734,-1.08338,2.17011,-0.56199
+2.29104,0.77138,-1.48173,-1.41681,-1.08358,2.17030,-0.56224
+2.29212,0.77110,-1.48219,-1.41629,-1.08377,2.17048,-0.56249
+2.29319,0.77083,-1.48264,-1.41578,-1.08397,2.17067,-0.56273
+2.29427,0.77056,-1.48309,-1.41528,-1.08416,2.17084,-0.56297
+2.29535,0.77030,-1.48353,-1.41478,-1.08435,2.17102,-0.56321
+2.29642,0.77004,-1.48395,-1.41429,-1.08453,2.17119,-0.56344
+2.29750,0.76979,-1.48438,-1.41381,-1.08472,2.17136,-0.56367
+2.29858,0.76954,-1.48479,-1.41334,-1.08490,2.17153,-0.56389
+2.29966,0.76930,-1.48520,-1.41287,-1.08508,2.17169,-0.56411
+2.30073,0.76906,-1.48560,-1.41241,-1.08526,2.17185,-0.56433
+2.30181,0.76882,-1.48599,-1.41196,-1.08543,2.17201,-0.56454
+2.30289,0.76873,-1.48617,-1.41176,-1.08551,2.17208,-0.56463
+2.30396,0.76845,-1.48674,-1.41105,-1.08578,2.17226,-0.56488
+2.30504,0.76819,-1.48730,-1.41035,-1.08605,2.17244,-0.56512
+2.30612,0.76792,-1.48786,-1.40966,-1.08631,2.17262,-0.56535
+2.30720,0.76766,-1.48840,-1.40899,-1.08657,2.17279,-0.56559
+2.30827,0.76741,-1.48894,-1.40832,-1.08682,2.17296,-0.56582
+2.30935,0.76716,-1.48946,-1.40766,-1.08708,2.17313,-0.56604
+2.31043,0.76691,-1.48998,-1.40702,-1.08733,2.17329,-0.56627
+2.31150,0.76667,-1.49049,-1.40638,-1.08757,2.17346,-0.56648
+2.31258,0.76644,-1.49099,-1.40576,-1.08782,2.17362,-0.56670
+2.31366,0.76620,-1.49148,-1.40514,-1.08806,2.17377,-0.56691
+2.31474,0.76597,-1.49196,-1.40453,-1.08830,2.17393,-0.56712
+2.31581,0.76575,-1.49244,-1.40394,-1.08853,2.17408,-0.56732
+2.31689,0.76553,-1.49290,-1.40335,-1.08876,2.17423,-0.56753
+2.31797,0.76531,-1.49336,-1.40277,-1.08899,2.17437,-0.56772
+2.31904,0.76509,-1.49381,-1.40220,-1.08922,2.17452,-0.56792
+2.32012,0.76488,-1.49426,-1.40163,-1.08945,2.17466,-0.56811
+2.32120,0.76468,-1.49469,-1.40108,-1.08967,2.17480,-0.56830
+2.32227,0.76447,-1.49512,-1.40054,-1.08989,2.17494,-0.56849
+2.32335,0.76427,-1.49554,-1.40000,-1.09010,2.17507,-0.56867
+2.32443,0.76407,-1.49596,-1.39947,-1.09032,2.17520,-0.56885
+2.32551,0.76388,-1.49636,-1.39895,-1.09053,2.17533,-0.56903
+2.32658,0.76369,-1.49676,-1.39844,-1.09073,2.17546,-0.56920
+2.32766,0.76365,-1.49685,-1.39833,-1.09078,2.17549,-0.56924
+2.32874,0.76344,-1.49731,-1.39773,-1.09102,2.17563,-0.56943
+2.32981,0.76324,-1.49777,-1.39714,-1.09126,2.17576,-0.56961
+2.33089,0.76304,-1.49822,-1.39656,-1.09149,2.17590,-0.56980
+2.33197,0.76284,-1.49866,-1.39599,-1.09172,2.17603,-0.56998
+2.33305,0.76265,-1.49909,-1.39542,-1.09195,2.17616,-0.57015
+2.33412,0.76246,-1.49952,-1.39487,-1.09217,2.17629,-0.57033
+2.33520,0.76227,-1.49994,-1.39432,-1.09240,2.17641,-0.57050
+2.33628,0.76209,-1.50035,-1.39378,-1.09262,2.17654,-0.57067
+2.33735,0.76191,-1.50075,-1.39325,-1.09283,2.17666,-0.57083
+2.33843,0.76178,-1.50104,-1.39288,-1.09298,2.17675,-0.57095
+2.33951,0.76159,-1.50146,-1.39233,-1.09321,2.17687,-0.57112
+2.34059,0.76141,-1.50188,-1.39178,-1.09343,2.17700,-0.57129
+2.34166,0.76122,-1.50229,-1.39124,-1.09366,2.17712,-0.57146
+2.34274,0.76104,-1.50270,-1.39071,-1.09387,2.17724,-0.57163
+2.34382,0.76092,-1.50299,-1.39032,-1.09403,2.17733,-0.57174
+2.34489,0.76074,-1.50351,-1.38960,-1.09432,2.17745,-0.57191
+2.34597,0.76056,-1.50403,-1.38889,-1.09461,2.17757,-0.57207
+2.34705,0.76038,-1.50453,-1.38819,-1.09489,2.17769,-0.57223
+2.34813,0.76021,-1.50503,-1.38750,-1.09517,2.17780,-0.57239
+2.34920,0.76004,-1.50552,-1.38683,-1.09544,2.17792,-0.57255
+2.35028,0.75987,-1.50600,-1.38616,-1.09572,2.17803,-0.57270
+2.35136,0.75971,-1.50647,-1.38550,-1.09598,2.17814,-0.57285
+2.35243,0.75955,-1.50694,-1.38485,-1.09625,2.17825,-0.57300
+2.35351,0.75939,-1.50739,-1.38422,-1.09651,2.17836,-0.57315
+2.35459,0.75923,-1.50784,-1.38359,-1.09677,2.17846,-0.57329
+2.35567,0.75908,-1.50828,-1.38297,-1.09702,2.17857,-0.57344
+2.35674,0.75893,-1.50872,-1.38236,-1.09728,2.17867,-0.57358
+2.35782,0.75878,-1.50914,-1.38176,-1.09752,2.17877,-0.57372
+2.35890,0.75863,-1.50956,-1.38118,-1.09777,2.17887,-0.57385
+2.35997,0.75849,-1.50998,-1.38060,-1.09801,2.17896,-0.57399
+2.36105,0.75834,-1.51038,-1.38002,-1.09825,2.17906,-0.57412
+2.36213,0.75820,-1.51080,-1.37943,-1.09850,2.17916,-0.57425
+2.36321,0.75806,-1.51137,-1.37860,-1.09884,2.17925,-0.57438
+2.36428,0.75792,-1.51192,-1.37778,-1.09917,2.17935,-0.57451
+2.36536,0.75778,-1.51247,-1.37697,-1.09950,2.17944,-0.57464
+2.36644,0.75764,-1.51301,-1.37617,-1.09982,2.17954,-0.57477
+2.36751,0.75751,-1.51354,-1.37539,-1.10015,2.17963,-0.57489
+2.36859,0.75737,-1.51406,-1.37462,-1.10046,2.17972,-0.57502
+2.36967,0.75724,-1.51458,-1.37386,-1.10077,2.17980,-0.57514
+2.37075,0.75711,-1.51508,-1.37311,-1.10108,2.17989,-0.57526
+2.37182,0.75699,-1.51558,-1.37238,-1.10139,2.17998,-0.57538
+2.37290,0.75686,-1.51606,-1.37165,-1.10169,2.18006,-0.57549
+2.37398,0.75674,-1.51654,-1.37094,-1.10199,2.18015,-0.57561
+2.37505,0.75662,-1.51701,-1.37024,-1.10228,2.18023,-0.57572
+2.37613,0.75650,-1.51748,-1.36955,-1.10257,2.18031,-0.57583
+2.37721,0.75638,-1.51793,-1.36887,-1.10285,2.18039,-0.57594
+2.37829,0.75627,-1.51838,-1.36820,-1.10314,2.18047,-0.57605
+2.37936,0.75615,-1.51882,-1.36754,-1.10341,2.18054,-0.57616
+2.38044,0.75604,-1.51926,-1.36689,-1.10369,2.18062,-0.57626
+2.38152,0.75593,-1.51968,-1.36625,-1.10396,2.18070,-0.57637
+2.38259,0.75582,-1.52010,-1.36562,-1.10423,2.18077,-0.57647
+2.38367,0.75571,-1.52051,-1.36500,-1.10449,2.18084,-0.57657
+2.38475,0.75561,-1.52092,-1.36439,-1.10475,2.18091,-0.57667
+2.38583,0.75550,-1.52132,-1.36379,-1.10501,2.18098,-0.57677
+2.38690,0.75542,-1.52164,-1.36329,-1.10522,2.18104,-0.57684
+2.38798,0.75533,-1.52215,-1.36252,-1.10554,2.18111,-0.57694
+2.38906,0.75523,-1.52264,-1.36175,-1.10587,2.18117,-0.57703
+2.39013,0.75514,-1.52313,-1.36099,-1.10618,2.18123,-0.57711
+2.39121,0.75504,-1.52361,-1.36025,-1.10649,2.18130,-0.57720
+2.39229,0.75495,-1.52408,-1.35952,-1.10680,2.18136,-0.57729
+2.39336,0.75486,-1.52454,-1.35880,-1.10711,2.18142,-0.57737
+2.39444,0.75477,-1.52500,-1.35809,-1.10741,2.18148,-0.57746
+2.39552,0.75468,-1.52545,-1.35739,-1.10770,2.18154,-0.57754
+2.39660,0.75460,-1.52589,-1.35670,-1.10800,2.18160,-0.57762
+2.39767,0.75451,-1.52632,-1.35602,-1.10829,2.18166,-0.57771
+2.39875,0.75443,-1.52675,-1.35536,-1.10857,2.18172,-0.57779
+2.39983,0.75435,-1.52717,-1.35470,-1.10885,2.18177,-0.57787
+2.40090,0.75426,-1.52758,-1.35406,-1.10913,2.18183,-0.57794
+2.40198,0.75418,-1.52798,-1.35342,-1.10940,2.18189,-0.57802
+2.40306,0.75410,-1.52838,-1.35280,-1.10967,2.18194,-0.57810
+2.40414,0.75403,-1.52877,-1.35218,-1.10994,2.18199,-0.57817
+2.40521,0.75397,-1.52909,-1.35168,-1.11016,2.18203,-0.57823
+2.40629,0.75391,-1.52956,-1.35090,-1.11048,2.18207,-0.57828
+2.40737,0.75386,-1.53003,-1.35015,-1.11081,2.18211,-0.57833
+2.40844,0.75381,-1.53048,-1.34940,-1.11113,2.18214,-0.57838
+2.40952,0.75376,-1.53093,-1.34866,-1.11144,2.18218,-0.57843
+2.41060,0.75371,-1.53137,-1.34794,-1.11175,2.18222,-0.57848
+2.41168,0.75366,-1.53180,-1.34722,-1.11206,2.18225,-0.57853
+2.41275,0.75361,-1.53223,-1.34652,-1.11236,2.18229,-0.57858
+2.41383,0.75356,-1.53265,-1.34583,-1.11266,2.18232,-0.57863
+2.41491,0.75351,-1.53306,-1.34515,-1.11295,2.18235,-0.57868
+2.41598,0.75346,-1.53347,-1.34448,-1.11324,2.18239,-0.57872
+2.41706,0.75342,-1.53387,-1.34382,-1.11353,2.18242,-0.57877
+2.41814,0.75337,-1.53426,-1.34317,-1.11381,2.18245,-0.57882
+2.41922,0.75333,-1.53465,-1.34253,-1.11409,2.18248,-0.57886
+2.42029,0.75328,-1.53502,-1.34191,-1.11436,2.18252,-0.57891
+2.42137,0.75325,-1.53525,-1.34153,-1.11453,2.18254,-0.57894
+2.42245,0.75321,-1.53567,-1.34084,-1.11483,2.18257,-0.57898
+2.42352,0.75316,-1.53608,-1.34016,-1.11512,2.18260,-0.57902
+2.42460,0.75312,-1.53648,-1.33949,-1.11541,2.18263,-0.57907
+2.42568,0.75308,-1.53688,-1.33883,-1.11570,2.18266,-0.57911
+2.42676,0.75303,-1.53726,-1.33819,-1.11598,2.18269,-0.57915
+2.42783,0.75299,-1.53765,-1.33755,-1.11626,2.18272,-0.57920
+2.42891,0.75295,-1.53802,-1.33692,-1.11653,2.18275,-0.57924
+2.42999,0.75294,-1.53810,-1.33679,-1.11659,2.18275,-0.57925
+2.43106,0.75291,-1.53852,-1.33608,-1.11690,2.18278,-0.57928
+2.43214,0.75288,-1.53894,-1.33538,-1.11720,2.18280,-0.57931
+2.43322,0.75284,-1.53935,-1.33470,-1.11750,2.18283,-0.57935
+2.43430,0.75281,-1.53975,-1.33402,-1.11779,2.18285,-0.57938
+2.43537,0.75277,-1.54014,-1.33336,-1.11808,2.18287,-0.57942
+2.43645,0.75274,-1.54053,-1.33270,-1.11836,2.18290,-0.57945
+2.43753,0.75271,-1.54091,-1.33206,-1.11865,2.18292,-0.57949
+2.43860,0.75268,-1.54128,-1.33142,-1.11892,2.18294,-0.57952
+2.43968,0.75266,-1.54147,-1.33111,-1.11906,2.18296,-0.57954
+2.44076,0.75263,-1.54186,-1.33044,-1.11935,2.18298,-0.57957
+2.44184,0.75260,-1.54225,-1.32978,-1.11964,2.18300,-0.57959
+2.44291,0.75258,-1.54263,-1.32914,-1.11992,2.18302,-0.57962
+2.44399,0.75255,-1.54300,-1.32850,-1.12020,2.18304,-0.57965
+2.44507,0.75253,-1.54319,-1.32818,-1.12034,2.18305,-0.57967
+2.44614,0.75251,-1.54358,-1.32752,-1.12063,2.18306,-0.57969
+2.44722,0.75249,-1.54396,-1.32686,-1.12092,2.18308,-0.57972
+2.44830,0.75246,-1.54434,-1.32621,-1.12121,2.18310,-0.57975
+2.44938,0.75244,-1.54471,-1.32558,-1.12148,2.18312,-0.57977
+2.45045,0.75243,-1.54490,-1.32525,-1.12163,2.18312,-0.57978
+2.45153,0.75243,-1.54533,-1.32450,-1.12195,2.18313,-0.57979
+2.45261,0.75242,-1.54575,-1.32376,-1.12227,2.18313,-0.57980
+2.45368,0.75242,-1.54616,-1.32304,-1.12259,2.18314,-0.57980
+2.45476,0.75241,-1.54657,-1.32232,-1.12290,2.18314,-0.57981
+2.45584,0.75241,-1.54697,-1.32162,-1.12321,2.18315,-0.57982
+2.45692,0.75240,-1.54737,-1.32093,-1.12351,2.18315,-0.57983
+2.45799,0.75240,-1.54775,-1.32024,-1.12381,2.18316,-0.57984
+2.45907,0.75239,-1.54814,-1.31957,-1.12410,2.18316,-0.57985
+2.46015,0.75239,-1.54851,-1.31891,-1.12440,2.18317,-0.57986
+2.46122,0.75238,-1.54888,-1.31826,-1.12468,2.18317,-0.57986
+2.46230,0.75238,-1.54924,-1.31762,-1.12497,2.18318,-0.57987
+2.46338,0.75237,-1.54939,-1.31736,-1.12508,2.18318,-0.57988
+2.46445,0.75238,-1.54978,-1.31665,-1.12539,2.18318,-0.57987
+2.46553,0.75239,-1.55017,-1.31595,-1.12570,2.18317,-0.57987
+2.46661,0.75240,-1.55055,-1.31527,-1.12600,2.18317,-0.57986
+2.46769,0.75241,-1.55093,-1.31459,-1.12630,2.18316,-0.57986
+2.46876,0.75242,-1.55130,-1.31393,-1.12659,2.18316,-0.57985
+2.46984,0.75243,-1.55166,-1.31327,-1.12688,2.18316,-0.57985
+2.47092,0.75243,-1.55202,-1.31263,-1.12716,2.18315,-0.57985
+2.47199,0.75244,-1.55223,-1.31224,-1.12734,2.18315,-0.57985
+2.47307,0.75246,-1.55259,-1.31158,-1.12763,2.18314,-0.57983
+2.47415,0.75248,-1.55295,-1.31093,-1.12792,2.18313,-0.57982
+2.47523,0.75250,-1.55330,-1.31028,-1.12820,2.18312,-0.57981
+2.47630,0.75250,-1.55344,-1.31002,-1.12832,2.18312,-0.57980
+2.47738,0.75252,-1.55381,-1.30935,-1.12862,2.18310,-0.57979
+2.47846,0.75255,-1.55417,-1.30868,-1.12891,2.18309,-0.57977
+2.47953,0.75256,-1.55452,-1.30803,-1.12920,2.18308,-0.57976
+2.48061,0.75258,-1.55488,-1.30739,-1.12949,2.18307,-0.57975
+2.48169,0.75259,-1.55505,-1.30707,-1.12963,2.18307,-0.57974
+2.48277,0.75262,-1.55540,-1.30642,-1.12992,2.18305,-0.57972
+2.48384,0.75263,-1.55564,-1.30597,-1.13012,2.18304,-0.57971
+2.48492,0.75266,-1.55599,-1.30532,-1.13041,2.18302,-0.57969
+2.48600,0.75269,-1.55626,-1.30481,-1.13064,2.18301,-0.57967
+2.48707,0.75272,-1.55660,-1.30416,-1.13092,2.18299,-0.57964
+2.48815,0.75275,-1.55687,-1.30365,-1.13115,2.18297,-0.57962
+2.48923,0.75279,-1.55721,-1.30301,-1.13144,2.18295,-0.57959
+2.49031,0.75282,-1.55745,-1.30256,-1.13164,2.18293,-0.57956
+2.49138,0.75286,-1.55778,-1.30191,-1.13193,2.18290,-0.57953
+2.49246,0.75290,-1.55805,-1.30140,-1.13216,2.18288,-0.57950
+2.49354,0.75295,-1.55839,-1.30074,-1.13245,2.18285,-0.57945
+2.49461,0.75300,-1.55872,-1.30009,-1.13275,2.18281,-0.57941
+2.49569,0.75306,-1.55905,-1.29944,-1.13303,2.18278,-0.57936
+2.49677,0.75309,-1.55925,-1.29906,-1.13321,2.18276,-0.57934
+2.49785,0.75317,-1.55960,-1.29836,-1.13352,2.18271,-0.57927
+2.49892,0.75324,-1.55994,-1.29768,-1.13383,2.18266,-0.57921
+2.50000,0.75332,-1.56028,-1.29700,-1.13413,2.18262,-0.57914
+2.50108,0.75339,-1.56061,-1.29634,-1.13442,2.18257,-0.57908
+2.50215,0.75346,-1.56093,-1.29569,-1.13472,2.18253,-0.57902
+2.50323,0.75353,-1.56125,-1.29504,-1.13501,2.18248,-0.57897
+2.50431,0.75360,-1.56157,-1.29440,-1.13530,2.18244,-0.57891
+2.50539,0.75369,-1.56191,-1.29371,-1.13561,2.18238,-0.57883
+2.50646,0.75378,-1.56224,-1.29303,-1.13591,2.18233,-0.57875
+2.50754,0.75386,-1.56257,-1.29236,-1.13621,2.18227,-0.57868
+2.50862,0.75395,-1.56289,-1.29169,-1.13651,2.18222,-0.57860
+2.50969,0.75403,-1.56320,-1.29104,-1.13681,2.18216,-0.57853
+2.51077,0.75411,-1.56352,-1.29040,-1.13709,2.18211,-0.57846
+2.51185,0.75419,-1.56382,-1.28977,-1.13738,2.18206,-0.57839
+2.51293,0.75420,-1.56386,-1.28970,-1.13741,2.18205,-0.57838
+2.51400,0.75432,-1.56419,-1.28900,-1.13773,2.18198,-0.57829
+2.51508,0.75442,-1.56452,-1.28830,-1.13804,2.18191,-0.57819
+2.51616,0.75453,-1.56484,-1.28761,-1.13835,2.18184,-0.57810
+2.51723,0.75463,-1.56516,-1.28694,-1.13865,2.18178,-0.57801
+2.51831,0.75473,-1.56548,-1.28628,-1.13895,2.18171,-0.57792
+2.51939,0.75483,-1.56578,-1.28562,-1.13925,2.18165,-0.57784
+2.52047,0.75493,-1.56609,-1.28498,-1.13954,2.18159,-0.57775
+2.52154,0.75503,-1.56639,-1.28435,-1.13983,2.18153,-0.57767
+2.52262,0.75511,-1.56665,-1.28378,-1.14008,2.18147,-0.57760
+2.52370,0.75521,-1.56695,-1.28315,-1.14037,2.18141,-0.57751
+2.52477,0.75529,-1.56722,-1.28259,-1.14063,2.18135,-0.57744
+2.52585,0.75539,-1.56751,-1.28196,-1.14091,2.18129,-0.57735
+2.52693,0.75544,-1.56774,-1.28149,-1.14113,2.18126,-0.57731
+2.52801,0.75514,-1.56771,-1.28181,-1.14101,2.18146,-0.57759
+2.52908,0.75507,-1.56769,-1.28190,-1.14097,2.18150,-0.57765
+2.53016,0.75445,-1.56746,-1.28286,-1.14058,2.18191,-0.57822
+2.53124,0.75383,-1.56724,-1.28379,-1.14020,2.18231,-0.57878
+2.53231,0.75323,-1.56703,-1.28471,-1.13982,2.18270,-0.57933
+2.53339,0.75264,-1.56682,-1.28562,-1.13946,2.18308,-0.57987
+2.53447,0.75206,-1.56661,-1.28650,-1.13909,2.18346,-0.58040
+2.53555,0.75149,-1.56640,-1.28738,-1.13873,2.18383,-0.58092
+2.53662,0.75093,-1.56620,-1.28823,-1.13838,2.18419,-0.58144
+2.53770,0.75038,-1.56600,-1.28908,-1.13804,2.18455,-0.58194
+2.53878,0.74984,-1.56581,-1.28990,-1.13770,2.18490,-0.58243
+2.53985,0.74931,-1.56562,-1.29072,-1.13737,2.18524,-0.58292
+2.54093,0.74879,-1.56543,-1.29152,-1.13704,2.18558,-0.58339
+2.54201,0.74828,-1.56525,-1.29230,-1.13671,2.18591,-0.58386
+2.54308,0.74778,-1.56506,-1.29308,-1.13640,2.18623,-0.58432
+2.54416,0.74729,-1.56489,-1.29383,-1.13609,2.18655,-0.58477
+2.54524,0.74681,-1.56471,-1.29458,-1.13578,2.18687,-0.58522
+2.54632,0.74634,-1.56454,-1.29531,-1.13548,2.18717,-0.58565
+2.54739,0.74587,-1.56437,-1.29603,-1.13518,2.18747,-0.58608
+2.54847,0.74542,-1.56420,-1.29674,-1.13489,2.18777,-0.58650
+2.54955,0.74497,-1.56404,-1.29744,-1.13460,2.18806,-0.58691
+2.55062,0.74453,-1.56387,-1.29812,-1.13432,2.18835,-0.58731
+2.55170,0.74410,-1.56371,-1.29879,-1.13404,2.18863,-0.58771
+2.55278,0.74368,-1.56356,-1.29945,-1.13377,2.18890,-0.58810
+2.55386,0.74326,-1.56340,-1.30010,-1.13350,2.18917,-0.58849
+2.55493,0.74285,-1.56325,-1.30074,-1.13324,2.18943,-0.58886
+2.55601,0.74245,-1.56310,-1.30137,-1.13298,2.18969,-0.58923
+2.55709,0.74206,-1.56296,-1.30199,-1.13273,2.18995,-0.58959
+2.55816,0.74168,-1.56281,-1.30259,-1.13248,2.19020,-0.58995
+2.55924,0.74130,-1.56267,-1.30319,-1.13223,2.19045,-0.59030
+2.56032,0.74093,-1.56253,-1.30377,-1.13199,2.19069,-0.59064
+2.56140,0.74056,-1.56240,-1.30435,-1.13175,2.19092,-0.59098
+2.56247,0.74020,-1.56226,-1.30491,-1.13151,2.19116,-0.59131
+2.56355,0.73985,-1.56213,-1.30547,-1.13128,2.19138,-0.59163
+2.56463,0.73951,-1.56200,-1.30602,-1.13106,2.19161,-0.59195
+2.56570,0.73917,-1.56187,-1.30655,-1.13083,2.19183,-0.59227
+2.56678,0.73884,-1.56174,-1.30708,-1.13061,2.19204,-0.59257
+2.56786,0.73851,-1.56162,-1.30760,-1.13040,2.19225,-0.59288
+2.56894,0.73819,-1.56150,-1.30811,-1.13019,2.19246,-0.59317
+2.57001,0.73788,-1.56137,-1.30861,-1.12998,2.19267,-0.59346
+2.57109,0.73757,-1.56126,-1.30910,-1.12977,2.19287,-0.59375
+2.57217,0.73727,-1.56114,-1.30959,-1.12957,2.19306,-0.59403
+2.57324,0.73697,-1.56102,-1.31007,-1.12937,2.19326,-0.59431
+2.57432,0.73668,-1.56091,-1.31053,-1.12918,2.19345,-0.59458
+2.57540,0.73640,-1.56080,-1.31099,-1.12899,2.19363,-0.59484
+2.57648,0.73611,-1.56069,-1.31145,-1.12880,2.19381,-0.59510
+2.57755,0.73584,-1.56058,-1.31189,-1.12861,2.19399,-0.59536
+2.57863,0.73557,-1.56048,-1.31233,-1.12843,2.19417,-0.59561
+2.57971,0.73530,-1.56037,-1.31276,-1.12825,2.19434,-0.59586
+2.58078,0.73506,-1.56027,-1.31316,-1.12808,2.19450,-0.59608
+2.58186,0.73470,-1.56009,-1.31381,-1.12781,2.19473,-0.59642
+2.58294,0.73435,-1.55992,-1.31444,-1.12754,2.19496,-0.59674
+2.58402,0.73400,-1.55975,-1.31506,-1.12728,2.19518,-0.59706
+2.58509,0.73367,-1.55958,-1.31567,-1.12703,2.19540,-0.59738
+2.58617,0.73333,-1.55942,-1.31627,-1.12678,2.19562,-0.59769
+2.58725,0.73301,-1.55926,-1.31686,-1.12653,2.19583,-0.59799
+2.58832,0.73269,-1.55910,-1.31744,-1.12628,2.19604,-0.59829
+2.58940,0.73237,-1.55894,-1.31801,-1.12604,2.19624,-0.59858
+2.59048,0.73207,-1.55879,-1.31857,-1.12581,2.19644,-0.59886
+2.59156,0.73176,-1.55863,-1.31912,-1.12557,2.19663,-0.59915
+2.59263,0.73147,-1.55848,-1.31966,-1.12535,2.19683,-0.59942
+2.59371,0.73118,-1.55834,-1.32020,-1.12512,2.19702,-0.59969
+2.59479,0.73089,-1.55819,-1.32072,-1.12490,2.19720,-0.59996
+2.59586,0.73061,-1.55805,-1.32123,-1.12468,2.19738,-0.60022
+2.59694,0.73033,-1.55791,-1.32174,-1.12447,2.19756,-0.60048
+2.59802,0.73006,-1.55777,-1.32224,-1.12426,2.19774,-0.60073
+2.59910,0.72980,-1.55764,-1.32273,-1.12405,2.19791,-0.60098
+2.60017,0.72954,-1.55750,-1.32321,-1.12384,2.19808,-0.60122
+2.60125,0.72928,-1.55737,-1.32368,-1.12364,2.19824,-0.60146
+2.60233,0.72903,-1.55724,-1.32414,-1.12345,2.19841,-0.60169
+2.60340,0.72879,-1.55711,-1.32460,-1.12325,2.19857,-0.60192
+2.60448,0.72866,-1.55704,-1.32485,-1.12315,2.19865,-0.60204
+2.60556,0.72835,-1.55685,-1.32548,-1.12288,2.19885,-0.60233
+2.60664,0.72804,-1.55666,-1.32610,-1.12262,2.19905,-0.60262
+2.60771,0.72774,-1.55648,-1.32671,-1.12236,2.19924,-0.60290
+2.60879,0.72744,-1.55629,-1.32731,-1.12211,2.19943,-0.60317
+2.60987,0.72715,-1.55611,-1.32790,-1.12186,2.19962,-0.60344
+2.61094,0.72687,-1.55594,-1.32848,-1.12161,2.19980,-0.60371
+2.61202,0.72659,-1.55576,-1.32905,-1.12137,2.19998,-0.60397
+2.61310,0.72632,-1.55559,-1.32961,-1.12113,2.20016,-0.60422
+2.61417,0.72605,-1.55542,-1.33016,-1.12090,2.20034,-0.60448
+2.61525,0.72579,-1.55526,-1.33070,-1.12067,2.20051,-0.60472
+2.61633,0.72553,-1.55509,-1.33124,-1.12044,2.20067,-0.60496
+2.61741,0.72527,-1.55493,-1.33176,-1.12022,2.20084,-0.60520
+2.61848,0.72502,-1.55477,-1.33228,-1.12000,2.20100,-0.60543
+2.61956,0.72478,-1.55462,-1.33278,-1.11978,2.20116,-0.60566
+2.62064,0.72454,-1.55447,-1.33328,-1.11957,2.20131,-0.60589
+2.62171,0.72430,-1.55432,-1.33377,-1.11936,2.20146,-0.60611
+2.62279,0.72407,-1.55417,-1.33425,-1.11915,2.20161,-0.60632
+2.62387,0.72395,-1.55408,-1.33453,-1.11904,2.20170,-0.60644
+2.62495,0.72358,-1.55379,-1.33538,-1.11868,2.20193,-0.60678
+2.62602,0.72323,-1.55350,-1.33622,-1.11833,2.20216,-0.60711
+2.62710,0.72288,-1.55322,-1.33704,-1.11798,2.20238,-0.60744
+2.62818,0.72254,-1.55294,-1.33785,-1.11764,2.20260,-0.60776
+2.62925,0.72220,-1.55267,-1.33865,-1.11730,2.20282,-0.60807
+2.63033,0.72187,-1.55240,-1.33943,-1.11697,2.20303,-0.60838
+2.63141,0.72155,-1.55214,-1.34020,-1.11665,2.20324,-0.60868
+2.63249,0.72123,-1.55188,-1.34096,-1.11633,2.20344,-0.60898
+2.63356,0.72092,-1.55162,-1.34170,-1.11601,2.20364,-0.60927
+2.63464,0.72062,-1.55137,-1.34243,-1.11571,2.20384,-0.60956
+2.63572,0.72032,-1.55113,-1.34315,-1.11540,2.20403,-0.60984
+2.63679,0.72002,-1.55088,-1.34386,-1.11510,2.20422,-0.61012
+2.63787,0.71973,-1.55064,-1.34455,-1.11481,2.20440,-0.61039
+2.63895,0.71945,-1.55041,-1.34523,-1.11452,2.20459,-0.61065
+2.64003,0.71917,-1.55018,-1.34590,-1.11423,2.20477,-0.61091
+2.64110,0.71890,-1.54995,-1.34656,-1.11395,2.20494,-0.61117
+2.64218,0.71863,-1.54973,-1.34721,-1.11367,2.20511,-0.61142
+2.64326,0.71837,-1.54951,-1.34785,-1.11340,2.20528,-0.61167
+2.64433,0.71811,-1.54929,-1.34848,-1.11313,2.20545,-0.61191
+2.64541,0.71786,-1.54908,-1.34910,-1.11287,2.20561,-0.61214
+2.64649,0.71761,-1.54887,-1.34970,-1.11261,2.20577,-0.61238
+2.64757,0.71737,-1.54867,-1.35030,-1.11235,2.20593,-0.61261
+2.64864,0.71713,-1.54846,-1.35089,-1.11210,2.20608,-0.61283
+2.64972,0.71690,-1.54826,-1.35146,-1.11186,2.20623,-0.61305
+2.65080,0.71667,-1.54807,-1.35203,-1.11161,2.20638,-0.61327
+2.65187,0.71644,-1.54788,-1.35259,-1.11137,2.20652,-0.61348
+2.65295,0.71622,-1.54769,-1.35313,-1.11114,2.20667,-0.61368
+2.65403,0.71600,-1.54750,-1.35367,-1.11091,2.20681,-0.61389
+2.65511,0.71579,-1.54732,-1.35420,-1.11068,2.20694,-0.61409
+2.65618,0.71558,-1.54714,-1.35472,-1.11045,2.20708,-0.61428
+2.65726,0.71537,-1.54696,-1.35523,-1.11023,2.20721,-0.61448
+2.65834,0.71531,-1.54690,-1.35540,-1.11016,2.20725,-0.61454
+2.65941,0.71505,-1.54665,-1.35608,-1.10987,2.20742,-0.61478
+2.66049,0.71480,-1.54641,-1.35675,-1.10959,2.20758,-0.61502
+2.66157,0.71455,-1.54617,-1.35741,-1.10931,2.20774,-0.61525
+2.66265,0.71430,-1.54594,-1.35806,-1.10903,2.20790,-0.61548
+2.66372,0.71406,-1.54571,-1.35869,-1.10876,2.20805,-0.61571
+2.66480,0.71383,-1.54548,-1.35932,-1.10849,2.20820,-0.61593
+2.66588,0.71360,-1.54526,-1.35993,-1.10823,2.20835,-0.61615
+2.66695,0.71337,-1.54504,-1.36053,-1.10797,2.20849,-0.61636
+2.66803,0.71315,-1.54482,-1.36113,-1.10772,2.20864,-0.61657
+2.66911,0.71294,-1.54461,-1.36171,-1.10747,2.20878,-0.61677
+2.67019,0.71272,-1.54440,-1.36228,-1.10722,2.20891,-0.61697
+2.67126,0.71251,-1.54420,-1.36285,-1.10698,2.20905,-0.61717
+2.67234,0.71231,-1.54400,-1.36340,-1.10674,2.20918,-0.61736
+2.67342,0.71211,-1.54380,-1.36395,-1.10650,2.20931,-0.61755
+2.67449,0.71191,-1.54360,-1.36449,-1.10627,2.20944,-0.61774
+2.67557,0.71171,-1.54341,-1.36501,-1.10605,2.20956,-0.61792
+2.67665,0.71161,-1.54331,-1.36529,-1.10593,2.20963,-0.61802
+2.67773,0.71137,-1.54303,-1.36602,-1.10562,2.20978,-0.61825
+2.67880,0.71113,-1.54275,-1.36672,-1.10532,2.20994,-0.61847
+2.67988,0.71089,-1.54248,-1.36742,-1.10503,2.21009,-0.61869
+2.68096,0.71066,-1.54222,-1.36811,-1.10474,2.21023,-0.61891
+2.68203,0.71044,-1.54196,-1.36878,-1.10445,2.21038,-0.61912
+2.68311,0.71021,-1.54170,-1.36944,-1.10417,2.21052,-0.61933
+2.68419,0.71000,-1.54145,-1.37009,-1.10389,2.21066,-0.61954
+2.68526,0.70978,-1.54120,-1.37074,-1.10362,2.21080,-0.61974
+2.68634,0.70957,-1.54096,-1.37136,-1.10335,2.21093,-0.61994
+2.68742,0.70937,-1.54072,-1.37198,-1.10309,2.21106,-0.62013
+2.68850,0.70917,-1.54048,-1.37259,-1.10283,2.21119,-0.62032
+2.68957,0.70897,-1.54025,-1.37319,-1.10257,2.21132,-0.62051
+2.69065,0.70877,-1.54002,-1.37378,-1.10232,2.21144,-0.62069
+2.69173,0.70858,-1.53980,-1.37436,-1.10207,2.21156,-0.62087
+2.69280,0.70840,-1.53958,-1.37493,-1.10183,2.21168,-0.62105
+2.69388,0.70821,-1.53936,-1.37549,-1.10159,2.21180,-0.62122
+2.69496,0.70803,-1.53915,-1.37604,-1.10135,2.21192,-0.62139
+2.69604,0.70786,-1.53894,-1.37658,-1.10112,2.21203,-0.62156
+2.69711,0.70782,-1.53889,-1.37671,-1.10106,2.21206,-0.62159
+2.69819,0.70760,-1.53860,-1.37743,-1.10076,2.21220,-0.62180
+2.69927,0.70738,-1.53831,-1.37813,-1.10046,2.21234,-0.62201
+2.70034,0.70717,-1.53803,-1.37883,-1.10017,2.21247,-0.62221
+2.70142,0.70696,-1.53776,-1.37951,-1.09988,2.21261,-0.62241
+2.70250,0.70675,-1.53748,-1.38018,-1.09959,2.21274,-0.62260
+2.70358,0.70655,-1.53722,-1.38085,-1.09931,2.21287,-0.62279
+2.70465,0.70635,-1.53695,-1.38150,-1.09903,2.21299,-0.62298
+2.70573,0.70616,-1.53670,-1.38214,-1.09876,2.21312,-0.62316
+2.70681,0.70597,-1.53644,-1.38276,-1.09850,2.21324,-0.62334
+2.70788,0.70578,-1.53619,-1.38338,-1.09823,2.21336,-0.62352
+2.70896,0.70560,-1.53595,-1.38399,-1.09797,2.21347,-0.62369
+2.71004,0.70542,-1.53571,-1.38459,-1.09772,2.21359,-0.62386
+2.71112,0.70524,-1.53547,-1.38517,-1.09747,2.21370,-0.62403
+2.71219,0.70507,-1.53523,-1.38575,-1.09722,2.21381,-0.62419
+2.71327,0.70490,-1.53500,-1.38632,-1.09698,2.21392,-0.62435
+2.71435,0.70474,-1.53478,-1.38688,-1.09674,2.21402,-0.62450
+2.71542,0.70456,-1.53454,-1.38747,-1.09648,2.21413,-0.62467
+2.71650,0.70430,-1.53413,-1.38843,-1.09608,2.21430,-0.62492
+2.71758,0.70404,-1.53372,-1.38938,-1.09569,2.21447,-0.62516
+2.71866,0.70379,-1.53332,-1.39031,-1.09531,2.21463,-0.62541
+2.71973,0.70354,-1.53293,-1.39122,-1.09493,2.21478,-0.62564
+2.72081,0.70329,-1.53255,-1.39212,-1.09455,2.21494,-0.62587
+2.72189,0.70305,-1.53217,-1.39300,-1.09419,2.21509,-0.62610
+2.72296,0.70282,-1.53180,-1.39387,-1.09382,2.21524,-0.62632
+2.72404,0.70259,-1.53143,-1.39473,-1.09347,2.21539,-0.62654
+2.72512,0.70236,-1.53108,-1.39556,-1.09312,2.21553,-0.62676
+2.72620,0.70214,-1.53072,-1.39639,-1.09277,2.21567,-0.62697
+2.72727,0.70192,-1.53038,-1.39720,-1.09243,2.21581,-0.62717
+2.72835,0.70171,-1.53003,-1.39800,-1.09210,2.21594,-0.62737
+2.72943,0.70150,-1.52970,-1.39878,-1.09177,2.21608,-0.62757
+2.73050,0.70130,-1.52937,-1.39955,-1.09144,2.21621,-0.62777
+2.73158,0.70110,-1.52904,-1.40031,-1.09112,2.21633,-0.62796
+2.73266,0.70090,-1.52873,-1.40106,-1.09081,2.21646,-0.62814
+2.73374,0.70071,-1.52841,-1.40179,-1.09050,2.21658,-0.62833
+2.73481,0.70052,-1.52810,-1.40251,-1.09019,2.21670,-0.62851
+2.73589,0.70033,-1.52780,-1.40322,-1.08989,2.21682,-0.62868
+2.73697,0.70015,-1.52750,-1.40392,-1.08960,2.21694,-0.62886
+2.73804,0.69997,-1.52721,-1.40460,-1.08931,2.21705,-0.62902
+2.73912,0.69979,-1.52692,-1.40528,-1.08902,2.21716,-0.62919
+2.74020,0.69962,-1.52664,-1.40594,-1.08874,2.21727,-0.62935
+2.74128,0.69945,-1.52636,-1.40659,-1.08846,2.21738,-0.62951
+2.74235,0.69929,-1.52609,-1.40723,-1.08819,2.21748,-0.62967
+2.74343,0.69913,-1.52582,-1.40786,-1.08792,2.21759,-0.62982
+2.74451,0.69897,-1.52555,-1.40848,-1.08766,2.21769,-0.62997
+2.74558,0.69881,-1.52529,-1.40909,-1.08740,2.21779,-0.63012
+2.74666,0.69866,-1.52503,-1.40969,-1.08714,2.21788,-0.63026
+2.74774,0.69851,-1.52478,-1.41027,-1.08689,2.21798,-0.63041
+2.74882,0.69836,-1.52453,-1.41085,-1.08664,2.21807,-0.63054
+2.74989,0.69822,-1.52429,-1.41142,-1.08639,2.21816,-0.63068
+2.75097,0.69811,-1.52411,-1.41184,-1.08621,2.21823,-0.63078
+2.75205,0.69791,-1.52376,-1.41264,-1.08588,2.21836,-0.63097
+2.75312,0.69771,-1.52342,-1.41343,-1.08555,2.21848,-0.63116
+2.75420,0.69752,-1.52308,-1.41420,-1.08523,2.21861,-0.63134
+2.75528,0.69733,-1.52275,-1.41496,-1.08491,2.21873,-0.63152
+2.75636,0.69714,-1.52242,-1.41571,-1.08459,2.21884,-0.63170
+2.75743,0.69696,-1.52210,-1.41644,-1.08428,2.21896,-0.63187
+2.75851,0.69678,-1.52179,-1.41716,-1.08398,2.21907,-0.63204
+2.75959,0.69661,-1.52148,-1.41787,-1.08368,2.21918,-0.63221
+2.76066,0.69643,-1.52117,-1.41857,-1.08338,2.21929,-0.63237
+2.76174,0.69627,-1.52087,-1.41926,-1.08309,2.21940,-0.63253
+2.76282,0.69610,-1.52058,-1.41993,-1.08281,2.21950,-0.63269
+2.76389,0.69594,-1.52029,-1.42060,-1.08252,2.21961,-0.63284
+2.76497,0.69578,-1.52000,-1.42125,-1.08225,2.21971,-0.63299
+2.76605,0.69562,-1.51972,-1.42189,-1.08197,2.21981,-0.63314
+2.76713,0.69547,-1.51944,-1.42252,-1.08170,2.21990,-0.63329
+2.76820,0.69532,-1.51917,-1.42314,-1.08144,2.22000,-0.63343
+2.76928,0.69517,-1.51891,-1.42375,-1.08118,2.22009,-0.63357
+2.77036,0.69503,-1.51864,-1.42435,-1.08092,2.22018,-0.63370
+2.77143,0.69489,-1.51839,-1.42494,-1.08067,2.22027,-0.63384
+2.77251,0.69475,-1.51813,-1.42552,-1.08042,2.22036,-0.63397
+2.77359,0.69461,-1.51788,-1.42609,-1.08018,2.22045,-0.63410
+2.77467,0.69454,-1.51775,-1.42639,-1.08005,2.22049,-0.63416
+2.77574,0.69438,-1.51742,-1.42713,-1.07974,2.22060,-0.63432
+2.77682,0.69421,-1.51709,-1.42785,-1.07944,2.22070,-0.63448
+2.77790,0.69405,-1.51677,-1.42856,-1.07914,2.22080,-0.63463
+2.77897,0.69389,-1.51645,-1.42926,-1.07884,2.22090,-0.63478
+2.78005,0.69374,-1.51614,-1.42995,-1.07855,2.22100,-0.63493
+2.78113,0.69359,-1.51584,-1.43063,-1.07827,2.22109,-0.63507
+2.78221,0.69344,-1.51554,-1.43130,-1.07799,2.22119,-0.63521
+2.78328,0.69330,-1.51524,-1.43195,-1.07771,2.22128,-0.63535
+2.78436,0.69315,-1.51495,-1.43259,-1.07744,2.22137,-0.63548
+2.78544,0.69302,-1.51467,-1.43323,-1.07717,2.22146,-0.63561
+2.78651,0.69288,-1.51438,-1.43385,-1.07691,2.22154,-0.63574
+2.78759,0.69274,-1.51411,-1.43446,-1.07665,2.22163,-0.63587
+2.78867,0.69261,-1.51384,-1.43506,-1.07639,2.22171,-0.63599
+2.78975,0.69248,-1.51357,-1.43565,-1.07614,2.22179,-0.63612
+2.79082,0.69236,-1.51331,-1.43624,-1.07589,2.22187,-0.63624
+2.79190,0.69223,-1.51305,-1.43681,-1.07565,2.22195,-0.63635
+2.79298,0.69222,-1.51301,-1.43689,-1.07561,2.22196,-0.63637
+2.79405,0.69206,-1.51260,-1.43774,-1.07526,2.22206,-0.63652
+2.79513,0.69191,-1.51220,-1.43856,-1.07492,2.22215,-0.63666
+2.79621,0.69176,-1.51181,-1.43938,-1.07459,2.22225,-0.63681
+2.79729,0.69161,-1.51143,-1.44018,-1.07426,2.22234,-0.63695
+2.79836,0.69147,-1.51105,-1.44097,-1.07393,2.22243,-0.63709
+2.79944,0.69132,-1.51068,-1.44174,-1.07361,2.22252,-0.63722
+2.80052,0.69119,-1.51031,-1.44250,-1.07330,2.22261,-0.63735
+2.80159,0.69105,-1.50995,-1.44325,-1.07299,2.22269,-0.63748
+2.80267,0.69092,-1.50960,-1.44399,-1.07268,2.22278,-0.63761
+2.80375,0.69079,-1.50925,-1.44471,-1.07238,2.22286,-0.63773
+2.80483,0.69066,-1.50891,-1.44542,-1.07208,2.22294,-0.63785
+2.80590,0.69053,-1.50857,-1.44612,-1.07179,2.22302,-0.63797
+2.80698,0.69041,-1.50824,-1.44681,-1.07151,2.22310,-0.63809
+2.80806,0.69029,-1.50792,-1.44749,-1.07122,2.22317,-0.63820
+2.80913,0.69017,-1.50760,-1.44815,-1.07094,2.22325,-0.63831
+2.81021,0.69006,-1.50728,-1.44880,-1.07067,2.22332,-0.63842
+2.81129,0.68994,-1.50697,-1.44945,-1.07040,2.22339,-0.63853
+2.81237,0.68983,-1.50667,-1.45008,-1.07013,2.22346,-0.63864
+2.81344,0.68972,-1.50637,-1.45070,-1.06987,2.22353,-0.63874
+2.81452,0.68962,-1.50608,-1.45131,-1.06961,2.22360,-0.63884
+2.81560,0.68951,-1.50579,-1.45191,-1.06936,2.22366,-0.63894
+2.81667,0.68941,-1.50551,-1.45250,-1.06911,2.22373,-0.63903
+2.81775,0.68931,-1.50522,-1.45310,-1.06886,2.22379,-0.63913
+2.81883,0.68920,-1.50485,-1.45383,-1.06856,2.22386,-0.63923
+2.81991,0.68909,-1.50449,-1.45455,-1.06826,2.22393,-0.63934
+2.82098,0.68898,-1.50414,-1.45526,-1.06797,2.22400,-0.63944
+2.82206,0.68888,-1.50379,-1.45595,-1.06768,2.22406,-0.63953
+2.82314,0.68878,-1.50345,-1.45663,-1.06740,2.22412,-0.63963
+2.82421,0.68868,-1.50311,-1.45731,-1.06712,2.22419,-0.63973
+2.82529,0.68858,-1.50278,-1.45797,-1.06684,2.22425,-0.63982
+2.82637,0.68849,-1.50246,-1.45862,-1.06657,2.22431,-0.63991
+2.82745,0.68839,-1.50214,-1.45926,-1.06630,2.22437,-0.64000
+2.82852,0.68830,-1.50182,-1.45988,-1.06604,2.22442,-0.64008
+2.82960,0.68821,-1.50151,-1.46050,-1.06578,2.22448,-0.64017
+2.83068,0.68813,-1.50121,-1.46111,-1.06553,2.22454,-0.64025
+2.83175,0.68804,-1.50091,-1.46171,-1.06528,2.22459,-0.64033
+2.83283,0.68796,-1.50062,-1.46229,-1.06503,2.22464,-0.64041
+2.83391,0.68794,-1.50055,-1.46243,-1.06497,2.22465,-0.64042
+2.83498,0.68787,-1.50010,-1.46325,-1.06464,2.22470,-0.64049
+2.83606,0.68780,-1.49966,-1.46405,-1.06432,2.22474,-0.64056
+2.83714,0.68773,-1.49923,-1.46484,-1.06400,2.22479,-0.64062
+2.83822,0.68766,-1.49881,-1.46562,-1.06369,2.22483,-0.64069
+2.83929,0.68760,-1.49840,-1.46638,-1.06338,2.22487,-0.64075
+2.84037,0.68753,-1.49799,-1.46713,-1.06308,2.22491,-0.64081
+2.84145,0.68747,-1.49759,-1.46786,-1.06278,2.22495,-0.64087
+2.84252,0.68741,-1.49719,-1.46859,-1.06248,2.22499,-0.64093
+2.84360,0.68735,-1.49680,-1.46930,-1.06219,2.22503,-0.64098
+2.84468,0.68729,-1.49642,-1.47000,-1.06190,2.22506,-0.64104
+2.84576,0.68723,-1.49605,-1.47069,-1.06162,2.22510,-0.64109
+2.84683,0.68718,-1.49568,-1.47137,-1.06134,2.22513,-0.64114
+2.84791,0.68712,-1.49532,-1.47204,-1.06107,2.22517,-0.64119
+2.84899,0.68707,-1.49496,-1.47269,-1.06080,2.22520,-0.64124
+2.85006,0.68702,-1.49461,-1.47334,-1.06053,2.22523,-0.64129
+2.85114,0.68697,-1.49427,-1.47397,-1.06027,2.22526,-0.64134
+2.85222,0.68692,-1.49393,-1.47459,-1.06001,2.22530,-0.64138
+2.85330,0.68687,-1.49360,-1.47520,-1.05976,2.22533,-0.64143
+2.85437,0.68682,-1.49327,-1.47581,-1.05951,2.22536,-0.64147
+2.85545,0.68678,-1.49293,-1.47642,-1.05925,2.22538,-0.64151
+2.85653,0.68677,-1.49243,-1.47725,-1.05892,2.22539,-0.64152
+2.85760,0.68676,-1.49195,-1.47807,-1.05860,2.22539,-0.64152
+2.85868,0.68675,-1.49147,-1.47887,-1.05828,2.22540,-0.64153
+2.85976,0.68675,-1.49100,-1.47966,-1.05797,2.22540,-0.64154
+2.86084,0.68674,-1.49054,-1.48044,-1.05766,2.22541,-0.64154
+2.86191,0.68673,-1.49008,-1.48120,-1.05735,2.22541,-0.64155
+2.86299,0.68673,-1.48963,-1.48195,-1.05705,2.22542,-0.64155
+2.86407,0.68672,-1.48919,-1.48269,-1.05676,2.22542,-0.64156
+2.86514,0.68671,-1.48876,-1.48342,-1.05646,2.22543,-0.64156
+2.86622,0.68671,-1.48834,-1.48413,-1.05618,2.22543,-0.64156
+2.86730,0.68671,-1.48792,-1.48483,-1.05589,2.22543,-0.64157
+2.86838,0.68670,-1.48751,-1.48552,-1.05561,2.22543,-0.64157
+2.86945,0.68670,-1.48711,-1.48620,-1.05534,2.22544,-0.64157
+2.87053,0.68670,-1.48671,-1.48687,-1.05507,2.22544,-0.64157
+2.87161,0.68669,-1.48632,-1.48753,-1.05480,2.22544,-0.64157
+2.87268,0.68669,-1.48594,-1.48817,-1.05454,2.22544,-0.64157
+2.87376,0.68669,-1.48556,-1.48881,-1.05428,2.22544,-0.64157
+2.87484,0.68669,-1.48519,-1.48943,-1.05402,2.22544,-0.64157
+2.87592,0.68669,-1.48483,-1.49004,-1.05377,2.22544,-0.64157
+2.87699,0.68669,-1.48447,-1.49065,-1.05352,2.22544,-0.64156
+2.87807,0.68669,-1.48412,-1.49124,-1.05328,2.22544,-0.64156
+2.87915,0.68669,-1.48404,-1.49138,-1.05322,2.22544,-0.64156
+2.88022,0.68671,-1.48354,-1.49217,-1.05291,2.22543,-0.64153
+2.88130,0.68674,-1.48306,-1.49294,-1.05261,2.22541,-0.64151
+2.88238,0.68676,-1.48259,-1.49371,-1.05230,2.22540,-0.64149
+2.88346,0.68679,-1.48212,-1.49446,-1.05201,2.22538,-0.64146
+2.88453,0.68681,-1.48166,-1.49519,-1.05171,2.22537,-0.64144
+2.88561,0.68683,-1.48121,-1.49592,-1.05142,2.22535,-0.64141
+2.88669,0.68686,-1.48077,-1.49663,-1.05114,2.22534,-0.64138
+2.88776,0.68688,-1.48033,-1.49733,-1.05086,2.22532,-0.64136
+2.88884,0.68691,-1.47991,-1.49802,-1.05058,2.22530,-0.64133
+2.88992,0.68693,-1.47949,-1.49870,-1.05031,2.22529,-0.64131
+2.89100,0.68695,-1.47907,-1.49936,-1.05004,2.22527,-0.64128
+2.89207,0.68698,-1.47867,-1.50002,-1.04977,2.22526,-0.64126
+2.89315,0.68700,-1.47827,-1.50066,-1.04951,2.22524,-0.64123
+2.89423,0.68703,-1.47788,-1.50130,-1.04926,2.22523,-0.64121
+2.89530,0.68705,-1.47749,-1.50192,-1.04900,2.22521,-0.64118
+2.89638,0.68707,-1.47711,-1.50253,-1.04875,2.22520,-0.64115
+2.89746,0.68710,-1.47674,-1.50314,-1.04851,2.22518,-0.64113
+2.89854,0.68712,-1.47637,-1.50373,-1.04826,2.22517,-0.64110
+2.89961,0.68715,-1.47610,-1.50417,-1.04809,2.22515,-0.64108
+2.90069,0.68723,-1.47552,-1.50502,-1.04776,2.22510,-0.64099
+2.90177,0.68732,-1.47495,-1.50587,-1.04743,2.22504,-0.64091
+2.90284,0.68740,-1.47439,-1.50670,-1.04711,2.22499,-0.64083
+2.90392,0.68749,-1.47385,-1.50751,-1.04679,2.22494,-0.64075
+2.90500,0.68757,-1.47331,-1.50831,-1.04648,2.22489,-0.64066
+2.90607,0.68765,-1.47278,-1.50910,-1.04617,2.22483,-0.64058
+2.90715,0.68773,-1.47226,-1.50988,-1.04587,2.22478,-0.64050
+2.90823,0.68781,-1.47175,-1.51064,-1.04557,2.22473,-0.64042
+2.90931,0.68789,-1.47125,-1.51139,-1.04528,2.22468,-0.64035
+2.91038,0.68797,-1.47075,-1.51213,-1.04499,2.22463,-0.64027
+2.91146,0.68805,-1.47027,-1.51285,-1.04470,2.22458,-0.64019
+2.91254,0.68812,-1.46979,-1.51357,-1.04442,2.22454,-0.64011
+2.91361,0.68820,-1.46932,-1.51427,-1.04414,2.22449,-0.64004
+2.91469,0.68828,-1.46886,-1.51496,-1.04387,2.22444,-0.63996
+2.91577,0.68835,-1.46841,-1.51564,-1.04360,2.22439,-0.63989
+2.91685,0.68842,-1.46796,-1.51630,-1.04333,2.22435,-0.63982
+2.91792,0.68850,-1.46752,-1.51696,-1.04307,2.22430,-0.63975
+2.91900,0.68857,-1.46709,-1.51760,-1.04281,2.22426,-0.63967
+2.92008,0.68864,-1.46667,-1.51824,-1.04256,2.22421,-0.63960
+2.92115,0.68871,-1.46626,-1.51886,-1.04230,2.22417,-0.63953
+2.92223,0.68878,-1.46585,-1.51947,-1.04206,2.22412,-0.63946
+2.92331,0.68885,-1.46545,-1.52008,-1.04181,2.22408,-0.63939
+2.92439,0.68891,-1.46505,-1.52067,-1.04157,2.22404,-0.63933
+2.92546,0.68898,-1.46466,-1.52125,-1.04134,2.22399,-0.63926
+2.92654,0.68905,-1.46428,-1.52183,-1.04110,2.22395,-0.63919
+2.92762,0.68909,-1.46409,-1.52210,-1.04099,2.22393,-0.63915
+2.92869,0.68930,-1.46334,-1.52310,-1.04062,2.22379,-0.63894
+2.92977,0.68952,-1.46259,-1.52409,-1.04026,2.22366,-0.63874
+2.93085,0.68973,-1.46186,-1.52506,-1.03990,2.22352,-0.63853
+2.93193,0.68994,-1.46115,-1.52601,-1.03954,2.22339,-0.63833
+2.93300,0.69014,-1.46044,-1.52695,-1.03919,2.22326,-0.63813
+2.93408,0.69035,-1.45975,-1.52787,-1.03885,2.22314,-0.63794
+2.93516,0.69055,-1.45906,-1.52878,-1.03851,2.22301,-0.63774
+2.93623,0.69074,-1.45839,-1.52967,-1.03817,2.22289,-0.63755
+2.93731,0.69094,-1.45774,-1.53055,-1.03784,2.22276,-0.63736
+2.93839,0.69113,-1.45709,-1.53141,-1.03752,2.22264,-0.63718
+2.93947,0.69132,-1.45645,-1.53226,-1.03719,2.22252,-0.63699
+2.94054,0.69151,-1.45583,-1.53309,-1.03688,2.22241,-0.63681
+2.94162,0.69169,-1.45521,-1.53391,-1.03657,2.22229,-0.63663
+2.94270,0.69187,-1.45461,-1.53472,-1.03626,2.22217,-0.63646
+2.94377,0.69205,-1.45402,-1.53551,-1.03595,2.22206,-0.63628
+2.94485,0.69223,-1.45343,-1.53629,-1.03565,2.22195,-0.63611
+2.94593,0.69240,-1.45286,-1.53706,-1.03536,2.22184,-0.63594
+2.94701,0.69257,-1.45230,-1.53781,-1.03507,2.22173,-0.63577
+2.94808,0.69274,-1.45175,-1.53855,-1.03478,2.22162,-0.63561
+2.94916,0.69291,-1.45120,-1.53928,-1.03450,2.22152,-0.63544
+2.95024,0.69307,-1.45067,-1.54000,-1.03422,2.22141,-0.63528
+2.95131,0.69323,-1.45014,-1.54070,-1.03394,2.22131,-0.63512
+2.95239,0.69340,-1.44963,-1.54140,-1.03367,2.22121,-0.63497
+2.95347,0.69355,-1.44912,-1.54208,-1.03340,2.22111,-0.63481
+2.95455,0.69371,-1.44862,-1.54275,-1.03314,2.22101,-0.63466
+2.95562,0.69386,-1.44813,-1.54341,-1.03288,2.22091,-0.63451
+2.95670,0.69401,-1.44765,-1.54406,-1.03262,2.22082,-0.63436
+2.95778,0.69416,-1.44717,-1.54469,-1.03237,2.22072,-0.63421
+2.95885,0.69431,-1.44671,-1.54532,-1.03212,2.22063,-0.63407
+2.95993,0.69445,-1.44625,-1.54594,-1.03187,2.22054,-0.63393
+2.96101,0.69460,-1.44580,-1.54655,-1.03163,2.22044,-0.63379
+2.96209,0.69474,-1.44536,-1.54714,-1.03139,2.22035,-0.63365
+2.96316,0.69488,-1.44493,-1.54773,-1.03116,2.22027,-0.63351
+2.96424,0.69501,-1.44450,-1.54831,-1.03092,2.22018,-0.63338
+2.96532,0.69515,-1.44408,-1.54887,-1.03069,2.22009,-0.63324
+2.96639,0.69528,-1.44367,-1.54943,-1.03047,2.22001,-0.63311
+2.96747,0.69541,-1.44327,-1.54998,-1.03025,2.21992,-0.63298
+2.96855,0.69554,-1.44287,-1.55052,-1.03003,2.21984,-0.63285
+2.96963,0.69563,-1.44262,-1.55085,-1.02989,2.21979,-0.63277
+2.97070,0.69581,-1.44211,-1.55152,-1.02963,2.21967,-0.63260
+2.97178,0.69599,-1.44160,-1.55217,-1.02938,2.21956,-0.63242
+2.97286,0.69616,-1.44110,-1.55282,-1.02913,2.21945,-0.63225
+2.97393,0.69633,-1.44062,-1.55345,-1.02888,2.21934,-0.63208
+2.97501,0.69651,-1.44014,-1.55407,-1.02863,2.21923,-0.63191
+2.97609,0.69667,-1.43967,-1.55469,-1.02839,2.21912,-0.63175
+2.97717,0.69684,-1.43920,-1.55529,-1.02816,2.21901,-0.63159
+2.97824,0.69700,-1.43875,-1.55588,-1.02792,2.21891,-0.63142
+2.97932,0.69717,-1.43830,-1.55646,-1.02769,2.21881,-0.63127
+2.98040,0.69733,-1.43786,-1.55704,-1.02746,2.21870,-0.63111
+2.98147,0.69748,-1.43743,-1.55760,-1.02724,2.21860,-0.63096
+2.98255,0.69764,-1.43701,-1.55815,-1.02702,2.21851,-0.63081
+2.98363,0.69779,-1.43659,-1.55870,-1.02680,2.21841,-0.63066
+2.98470,0.69794,-1.43618,-1.55923,-1.02658,2.21831,-0.63051
+2.98578,0.69809,-1.43578,-1.55976,-1.02637,2.21822,-0.63036
+2.98686,0.69821,-1.43544,-1.56020,-1.02620,2.21814,-0.63024
+2.98794,0.69843,-1.43488,-1.56090,-1.02593,2.21800,-0.63003
+2.98901,0.69865,-1.43433,-1.56159,-1.02567,2.21786,-0.62982
+2.99009,0.69887,-1.43378,-1.56226,-1.02541,2.21772,-0.62961
+2.99117,0.69908,-1.43325,-1.56293,-1.02516,2.21759,-0.62940
+2.99224,0.69929,-1.43272,-1.56359,-1.02491,2.21745,-0.62920
+2.99332,0.69949,-1.43220,-1.56423,-1.02466,2.21732,-0.62900
+2.99440,0.69970,-1.43170,-1.56487,-1.02441,2.21719,-0.62881
+2.99548,0.69989,-1.43120,-1.56549,-1.02417,2.21707,-0.62861
+2.99655,0.70009,-1.43071,-1.56611,-1.02394,2.21694,-0.62842
+2.99763,0.70029,-1.43022,-1.56671,-1.02370,2.21682,-0.62823
+2.99871,0.70048,-1.42975,-1.56730,-1.02347,2.21669,-0.62805
+2.99978,0.70067,-1.42928,-1.56789,-1.02324,2.21657,-0.62786
+3.00086,0.70085,-1.42883,-1.56846,-1.02302,2.21646,-0.62768
+3.00194,0.70103,-1.42838,-1.56902,-1.02279,2.21634,-0.62751
+3.00302,0.70121,-1.42794,-1.56958,-1.02258,2.21622,-0.62733
+3.00409,0.70139,-1.42750,-1.57013,-1.02236,2.21611,-0.62716
+3.00517,0.70157,-1.42708,-1.57066,-1.02215,2.21600,-0.62699
+3.00625,0.70174,-1.42666,-1.57119,-1.02194,2.21589,-0.62682
+3.00732,0.70191,-1.42624,-1.57171,-1.02173,2.21578,-0.62665
+3.00840,0.70208,-1.42584,-1.57222,-1.02153,2.21567,-0.62649
+3.00948,0.70223,-1.42546,-1.57270,-1.02134,2.21557,-0.62634
+3.01056,0.70248,-1.42486,-1.57344,-1.02106,2.21541,-0.62610
+3.01163,0.70272,-1.42426,-1.57416,-1.02079,2.21526,-0.62587
+3.01271,0.70296,-1.42368,-1.57487,-1.02053,2.21511,-0.62564
+3.01379,0.70320,-1.42311,-1.57557,-1.02026,2.21496,-0.62541
+3.01486,0.70343,-1.42254,-1.57626,-1.02001,2.21481,-0.62519
+3.01594,0.70366,-1.42199,-1.57694,-1.01975,2.21466,-0.62497
+3.01702,0.70388,-1.42145,-1.57761,-1.01950,2.21452,-0.62475
+3.01810,0.70410,-1.42091,-1.57826,-1.01925,2.21437,-0.62453
+3.01917,0.70432,-1.42039,-1.57891,-1.01900,2.21423,-0.62432
+3.02025,0.70454,-1.41987,-1.57954,-1.01876,2.21410,-0.62412
+3.02133,0.70475,-1.41937,-1.58016,-1.01852,2.21396,-0.62391
+3.02240,0.70496,-1.41887,-1.58078,-1.01829,2.21383,-0.62371
+3.02348,0.70517,-1.41838,-1.58138,-1.01806,2.21369,-0.62351
+3.02456,0.70537,-1.41790,-1.58197,-1.01783,2.21356,-0.62331
+3.02564,0.70557,-1.41743,-1.58256,-1.01760,2.21343,-0.62312
+3.02671,0.70577,-1.41696,-1.58313,-1.01738,2.21331,-0.62293
+3.02779,0.70596,-1.41650,-1.58369,-1.01716,2.21318,-0.62274
+3.02887,0.70615,-1.41606,-1.58425,-1.01694,2.21306,-0.62255
+3.02994,0.70634,-1.41561,-1.58479,-1.01673,2.21294,-0.62237
+3.03102,0.70653,-1.41518,-1.58533,-1.01652,2.21282,-0.62219
+3.03210,0.70671,-1.41476,-1.58586,-1.01631,2.21270,-0.62201
+3.03318,0.70689,-1.41434,-1.58638,-1.01610,2.21258,-0.62184
+3.03425,0.70707,-1.41393,-1.58689,-1.01590,2.21247,-0.62166
+3.03533,0.70725,-1.41352,-1.58739,-1.01570,2.21235,-0.62149
+3.03641,0.70738,-1.41322,-1.58776,-1.01555,2.21227,-0.62137
+3.03748,0.70764,-1.41260,-1.58850,-1.01528,2.21210,-0.62111
+3.03856,0.70791,-1.41200,-1.58923,-1.01502,2.21193,-0.62086
+3.03964,0.70817,-1.41140,-1.58994,-1.01475,2.21177,-0.62061
+3.04072,0.70842,-1.41081,-1.59064,-1.01449,2.21160,-0.62037
+3.04179,0.70867,-1.41024,-1.59133,-1.01424,2.21144,-0.62013
+3.04287,0.70892,-1.40967,-1.59201,-1.01398,2.21128,-0.61989
+3.04395,0.70916,-1.40911,-1.59268,-1.01373,2.21113,-0.61966
+3.04502,0.70940,-1.40856,-1.59334,-1.01349,2.21097,-0.61943
+3.04610,0.70964,-1.40803,-1.59399,-1.01324,2.21082,-0.61920
+3.04718,0.70987,-1.40750,-1.59462,-1.01300,2.21067,-0.61898
+3.04826,0.71010,-1.40698,-1.59525,-1.01277,2.21052,-0.61876
+3.04933,0.71033,-1.40647,-1.59586,-1.01253,2.21037,-0.61854
+3.05041,0.71055,-1.40597,-1.59646,-1.01230,2.21023,-0.61832
+3.05149,0.71077,-1.40548,-1.59706,-1.01208,2.21009,-0.61811
+3.05256,0.71099,-1.40499,-1.59764,-1.01185,2.20995,-0.61790
+3.05364,0.71120,-1.40452,-1.59822,-1.01163,2.20981,-0.61770
+3.05472,0.71141,-1.40405,-1.59878,-1.01141,2.20968,-0.61750
+3.05579,0.71162,-1.40359,-1.59934,-1.01120,2.20954,-0.61730
+3.05687,0.71183,-1.40314,-1.59989,-1.01099,2.20941,-0.61710
+3.05795,0.71203,-1.40269,-1.60042,-1.01078,2.20928,-0.61691
+3.05903,0.71222,-1.40226,-1.60095,-1.01057,2.20915,-0.61671
+3.06010,0.71242,-1.40183,-1.60147,-1.01037,2.20902,-0.61653
+3.06118,0.71261,-1.40141,-1.60198,-1.01017,2.20890,-0.61634
+3.06226,0.71280,-1.40099,-1.60249,-1.00997,2.20878,-0.61616
+3.06333,0.71299,-1.40059,-1.60298,-1.00977,2.20866,-0.61598
+3.06441,0.71318,-1.40017,-1.60349,-1.00958,2.20853,-0.61579
+3.06549,0.71343,-1.39962,-1.60414,-1.00933,2.20837,-0.61555
+3.06657,0.71368,-1.39908,-1.60478,-1.00910,2.20821,-0.61531
+3.06764,0.71393,-1.39854,-1.60541,-1.00886,2.20805,-0.61508
+3.06872,0.71417,-1.39802,-1.60603,-1.00863,2.20789,-0.61485
+3.06980,0.71441,-1.39750,-1.60664,-1.00840,2.20774,-0.61462
+3.07087,0.71464,-1.39700,-1.60724,-1.00818,2.20759,-0.61439
+3.07195,0.71488,-1.39650,-1.60783,-1.00795,2.20744,-0.61417
+3.07303,0.71510,-1.39601,-1.60841,-1.00773,2.20729,-0.61395
+3.07411,0.71533,-1.39553,-1.60898,-1.00752,2.20715,-0.61374
+3.07518,0.71555,-1.39506,-1.60954,-1.00730,2.20700,-0.61353
+3.07626,0.71577,-1.39459,-1.61009,-1.00709,2.20686,-0.61332
+3.07734,0.71598,-1.39414,-1.61063,-1.00689,2.20672,-0.61311
+3.07841,0.71620,-1.39369,-1.61116,-1.00668,2.20658,-0.61291
+3.07949,0.71641,-1.39325,-1.61169,-1.00648,2.20645,-0.61271
+3.08057,0.71661,-1.39281,-1.61220,-1.00628,2.20632,-0.61251
+3.08165,0.71681,-1.39239,-1.61271,-1.00608,2.20618,-0.61232
+3.08272,0.71701,-1.39197,-1.61321,-1.00589,2.20605,-0.61213
+3.08380,0.71721,-1.39156,-1.61370,-1.00570,2.20593,-0.61194
+3.08488,0.71740,-1.39116,-1.61418,-1.00551,2.20580,-0.61175
+3.08595,0.71751,-1.39094,-1.61444,-1.00541,2.20573,-0.61165
+3.08703,0.71780,-1.39036,-1.61509,-1.00517,2.20554,-0.61137
+3.08811,0.71809,-1.38980,-1.61573,-1.00494,2.20536,-0.61110
+3.08919,0.71837,-1.38924,-1.61636,-1.00471,2.20518,-0.61084
+3.09026,0.71865,-1.38869,-1.61698,-1.00449,2.20500,-0.61057
+3.09134,0.71892,-1.38816,-1.61759,-1.00426,2.20482,-0.61031
+3.09242,0.71919,-1.38763,-1.61818,-1.00404,2.20465,-0.61006
+3.09349,0.71946,-1.38711,-1.61877,-1.00383,2.20448,-0.60981
+3.09457,0.71972,-1.38660,-1.61935,-1.00361,2.20431,-0.60956
+3.09565,0.71997,-1.38610,-1.61992,-1.00340,2.20414,-0.60931
+3.09673,0.72023,-1.38561,-1.62048,-1.00319,2.20397,-0.60907
+3.09780,0.72048,-1.38512,-1.62103,-1.00299,2.20381,-0.60883
+3.09888,0.72073,-1.38465,-1.62157,-1.00278,2.20365,-0.60860
+3.09996,0.72097,-1.38418,-1.62210,-1.00258,2.20350,-0.60837
+3.10103,0.72121,-1.38372,-1.62262,-1.00239,2.20334,-0.60814
+3.10211,0.72144,-1.38327,-1.62314,-1.00219,2.20319,-0.60792
+3.10319,0.72168,-1.38283,-1.62364,-1.00200,2.20304,-0.60770
+3.10427,0.72190,-1.38239,-1.62414,-1.00181,2.20289,-0.60748
+3.10534,0.72213,-1.38196,-1.62463,-1.00162,2.20274,-0.60726
+3.10642,0.72235,-1.38154,-1.62511,-1.00144,2.20260,-0.60705
+3.10750,0.72257,-1.38113,-1.62558,-1.00125,2.20245,-0.60684
+3.10857,0.72278,-1.38072,-1.62605,-1.00107,2.20231,-0.60664
+3.10965,0.72299,-1.38034,-1.62648,-1.00091,2.20218,-0.60644
+3.11073,0.72335,-1.37973,-1.62711,-1.00069,2.20195,-0.60611
+3.11181,0.72370,-1.37913,-1.62773,-1.00047,2.20172,-0.60577
+3.11288,0.72405,-1.37855,-1.62835,-1.00026,2.20150,-0.60545
+3.11396,0.72439,-1.37797,-1.62895,-1.00004,2.20128,-0.60513
+3.11504,0.72473,-1.37740,-1.62954,-0.99983,2.20106,-0.60481
+3.11611,0.72506,-1.37685,-1.63012,-0.99963,2.20084,-0.60450
+3.11719,0.72539,-1.37630,-1.63069,-0.99942,2.20063,-0.60419
+3.11827,0.72571,-1.37576,-1.63125,-0.99922,2.20042,-0.60388
+3.11935,0.72603,-1.37523,-1.63181,-0.99902,2.20022,-0.60359
+3.12042,0.72634,-1.37471,-1.63235,-0.99883,2.20001,-0.60329
+3.12150,0.72665,-1.37420,-1.63289,-0.99863,2.19981,-0.60300
+3.12258,0.72695,-1.37370,-1.63341,-0.99844,2.19962,-0.60272
+3.12365,0.72725,-1.37321,-1.63393,-0.99825,2.19942,-0.60243
+3.12473,0.72755,-1.37273,-1.63444,-0.99806,2.19923,-0.60216
+3.12581,0.72784,-1.37225,-1.63494,-0.99788,2.19904,-0.60188
+3.12688,0.72812,-1.37178,-1.63543,-0.99770,2.19886,-0.60162
+3.12796,0.72840,-1.37132,-1.63591,-0.99752,2.19867,-0.60135
+3.12904,0.72868,-1.37087,-1.63639,-0.99734,2.19849,-0.60109
+3.13012,0.72895,-1.37043,-1.63686,-0.99717,2.19832,-0.60083
+3.13119,0.72922,-1.36999,-1.63732,-0.99699,2.19814,-0.60058
+3.13227,0.72948,-1.36957,-1.63777,-0.99682,2.19797,-0.60033
+3.13335,0.72974,-1.36914,-1.63822,-0.99666,2.19780,-0.60008
+3.13442,0.73000,-1.36873,-1.63865,-0.99649,2.19763,-0.59984
+3.13550,0.73025,-1.36833,-1.63908,-0.99633,2.19746,-0.59960
+3.13658,0.73050,-1.36793,-1.63951,-0.99616,2.19730,-0.59937
+3.13766,0.73061,-1.36775,-1.63969,-0.99610,2.19723,-0.59927
+3.13873,0.73097,-1.36721,-1.64022,-0.99591,2.19700,-0.59893
+3.13981,0.73133,-1.36668,-1.64075,-0.99573,2.19677,-0.59860
+3.14089,0.73168,-1.36615,-1.64126,-0.99554,2.19654,-0.59827
+3.14196,0.73202,-1.36564,-1.64177,-0.99537,2.19631,-0.59795
+3.14304,0.73236,-1.36513,-1.64227,-0.99519,2.19609,-0.59763
+3.14412,0.73270,-1.36463,-1.64276,-0.99501,2.19588,-0.59732
+3.14520,0.73303,-1.36414,-1.64325,-0.99484,2.19566,-0.59701
+3.14627,0.73335,-1.36366,-1.64372,-0.99467,2.19545,-0.59671
+3.14735,0.73367,-1.36319,-1.64419,-0.99450,2.19524,-0.59641
+3.14843,0.73398,-1.36273,-1.64465,-0.99433,2.19504,-0.59611
+3.14950,0.73429,-1.36227,-1.64510,-0.99417,2.19483,-0.59582
+3.15058,0.73460,-1.36182,-1.64555,-0.99401,2.19464,-0.59554
+3.15166,0.73490,-1.36138,-1.64598,-0.99385,2.19444,-0.59526
+3.15274,0.73519,-1.36095,-1.64641,-0.99369,2.19425,-0.59498
+3.15381,0.73548,-1.36052,-1.64684,-0.99353,2.19406,-0.59471
+3.15489,0.73577,-1.36011,-1.64725,-0.99338,2.19387,-0.59444
+3.15597,0.73605,-1.35970,-1.64766,-0.99322,2.19368,-0.59418
+3.15704,0.73633,-1.35929,-1.64807,-0.99307,2.19350,-0.59392
+3.15812,0.73660,-1.35890,-1.64846,-0.99292,2.19332,-0.59366
+3.15920,0.73678,-1.35865,-1.64871,-0.99283,2.19321,-0.59350
+3.16028,0.73716,-1.35811,-1.64921,-0.99266,2.19296,-0.59314
+3.16135,0.73754,-1.35758,-1.64971,-0.99249,2.19271,-0.59279
+3.16243,0.73792,-1.35706,-1.65020,-0.99232,2.19247,-0.59244
+3.16351,0.73829,-1.35655,-1.65068,-0.99215,2.19222,-0.59210
+3.16458,0.73865,-1.35604,-1.65115,-0.99199,2.19199,-0.59176
+3.16566,0.73901,-1.35555,-1.65161,-0.99183,2.19175,-0.59143
+3.16674,0.73936,-1.35507,-1.65207,-0.99167,2.19152,-0.59110
+3.16782,0.73970,-1.35459,-1.65252,-0.99151,2.19130,-0.59078
+3.16889,0.74005,-1.35412,-1.65296,-0.99135,2.19107,-0.59046
+3.16997,0.74038,-1.35366,-1.65340,-0.99120,2.19085,-0.59015
+3.17105,0.74071,-1.35321,-1.65382,-0.99105,2.19064,-0.58984
+3.17212,0.74104,-1.35276,-1.65424,-0.99089,2.19042,-0.58954
+3.17320,0.74136,-1.35233,-1.65466,-0.99074,2.19021,-0.58924
+3.17428,0.74167,-1.35190,-1.65506,-0.99060,2.19001,-0.58895
+3.17536,0.74199,-1.35148,-1.65546,-0.99045,2.18980,-0.58866
+3.17643,0.74229,-1.35106,-1.65586,-0.99031,2.18960,-0.58837
+3.17751,0.74259,-1.35066,-1.65625,-0.99017,2.18940,-0.58809
+3.17859,0.74289,-1.35026,-1.65663,-0.99003,2.18921,-0.58782
+3.17966,0.74318,-1.34986,-1.65700,-0.98989,2.18901,-0.58755
+3.18074,0.74343,-1.34954,-1.65731,-0.98977,2.18885,-0.58732
+3.18182,0.74384,-1.34899,-1.65780,-0.98961,2.18858,-0.58694
+3.18290,0.74425,-1.34845,-1.65828,-0.98945,2.18831,-0.58656
+3.18397,0.74466,-1.34792,-1.65876,-0.98929,2.18805,-0.58619
+3.18505,0.74505,-1.34740,-1.65923,-0.98913,2.18779,-0.58582
+3.18613,0.74545,-1.34689,-1.65969,-0.98898,2.18753,-0.58546
+3.18720,0.74583,-1.34639,-1.66014,-0.98882,2.18728,-0.58510
+3.18828,0.74621,-1.34589,-1.66058,-0.98867,2.18703,-0.58475
+3.18936,0.74658,-1.34541,-1.66102,-0.98852,2.18678,-0.58441
+3.19044,0.74695,-1.34493,-1.66145,-0.98837,2.18654,-0.58407
+3.19151,0.74731,-1.34447,-1.66188,-0.98822,2.18630,-0.58373
+3.19259,0.74767,-1.34401,-1.66229,-0.98808,2.18607,-0.58340
+3.19367,0.74802,-1.34355,-1.66270,-0.98793,2.18584,-0.58308
+3.19474,0.74837,-1.34311,-1.66311,-0.98779,2.18561,-0.58276
+3.19582,0.74871,-1.34267,-1.66350,-0.98765,2.18539,-0.58245
+3.19690,0.74904,-1.34225,-1.66389,-0.98751,2.18517,-0.58214
+3.19798,0.74938,-1.34183,-1.66428,-0.98738,2.18495,-0.58183
+3.19905,0.74970,-1.34141,-1.66465,-0.98724,2.18473,-0.58153
+3.20013,0.75002,-1.34101,-1.66502,-0.98711,2.18452,-0.58124
+3.20121,0.75034,-1.34061,-1.66539,-0.98697,2.18431,-0.58095
+3.20228,0.75065,-1.34021,-1.66575,-0.98684,2.18411,-0.58066
+3.20336,0.75095,-1.33983,-1.66610,-0.98671,2.18391,-0.58038
+3.20444,0.75109,-1.33965,-1.66626,-0.98666,2.18381,-0.58025
+3.20551,0.75156,-1.33907,-1.66676,-0.98650,2.18351,-0.57982
+3.20659,0.75202,-1.33849,-1.66726,-0.98634,2.18321,-0.57940
+3.20767,0.75247,-1.33793,-1.66774,-0.98618,2.18291,-0.57899
+3.20875,0.75292,-1.33737,-1.66822,-0.98603,2.18262,-0.57858
+3.20982,0.75335,-1.33683,-1.66869,-0.98588,2.18233,-0.57818
+3.21090,0.75379,-1.33629,-1.66916,-0.98573,2.18204,-0.57778
+3.21198,0.75421,-1.33576,-1.66961,-0.98558,2.18176,-0.57739
+3.21305,0.75463,-1.33524,-1.67006,-0.98543,2.18148,-0.57701
+3.21413,0.75505,-1.33474,-1.67050,-0.98528,2.18121,-0.57663
+3.21521,0.75545,-1.33424,-1.67093,-0.98514,2.18094,-0.57626
+3.21629,0.75585,-1.33375,-1.67136,-0.98499,2.18068,-0.57590
+3.21736,0.75625,-1.33326,-1.67178,-0.98485,2.18042,-0.57553
+3.21844,0.75664,-1.33279,-1.67219,-0.98471,2.18016,-0.57518
+3.21952,0.75702,-1.33232,-1.67260,-0.98457,2.17991,-0.57483
+3.22059,0.75740,-1.33187,-1.67300,-0.98444,2.17966,-0.57449
+3.22167,0.75777,-1.33142,-1.67339,-0.98430,2.17941,-0.57415
+3.22275,0.75813,-1.33097,-1.67377,-0.98417,2.17917,-0.57381
+3.22383,0.75849,-1.33054,-1.67415,-0.98404,2.17893,-0.57348
+3.22490,0.75885,-1.33011,-1.67453,-0.98391,2.17870,-0.57316
+3.22598,0.75919,-1.32969,-1.67489,-0.98378,2.17847,-0.57284
+3.22706,0.75954,-1.32928,-1.67526,-0.98365,2.17824,-0.57253
+3.22813,0.75988,-1.32888,-1.67561,-0.98352,2.17801,-0.57222
+3.22921,0.76021,-1.32848,-1.67596,-0.98340,2.17779,-0.57191
+3.23029,0.76054,-1.32809,-1.67631,-0.98328,2.17757,-0.57162
+3.23137,0.76086,-1.32771,-1.67664,-0.98315,2.17736,-0.57132
+3.23244,0.76113,-1.32739,-1.67692,-0.98305,2.17718,-0.57108
+3.23352,0.76158,-1.32685,-1.67738,-0.98291,2.17688,-0.57067
+3.23460,0.76202,-1.32632,-1.67782,-0.98277,2.17659,-0.57026
+3.23567,0.76246,-1.32580,-1.67826,-0.98263,2.17630,-0.56987
+3.23675,0.76289,-1.32529,-1.67869,-0.98249,2.17601,-0.56948
+3.23783,0.76331,-1.32478,-1.67912,-0.98235,2.17573,-0.56909
+3.23891,0.76373,-1.32429,-1.67953,-0.98221,2.17546,-0.56871
+3.23998,0.76414,-1.32380,-1.67994,-0.98208,2.17518,-0.56834
+3.24106,0.76455,-1.32333,-1.68035,-0.98194,2.17491,-0.56797
+3.24214,0.76495,-1.32286,-1.68074,-0.98181,2.17465,-0.56761
+3.24321,0.76534,-1.32240,-1.68113,-0.98168,2.17439,-0.56725
+3.24429,0.76573,-1.32195,-1.68152,-0.98155,2.17413,-0.56690
+3.24537,0.76611,-1.32150,-1.68189,-0.98142,2.17388,-0.56656
+3.24645,0.76648,-1.32107,-1.68227,-0.98130,2.17363,-0.56622
+3.24752,0.76685,-1.32064,-1.68263,-0.98117,2.17338,-0.56588
+3.24860,0.76722,-1.32022,-1.68299,-0.98105,2.17314,-0.56555
+3.24968,0.76758,-1.31980,-1.68334,-0.98093,2.17290,-0.56523
+3.25075,0.76793,-1.31940,-1.68369,-0.98081,2.17266,-0.56491
+3.25183,0.76827,-1.31900,-1.68403,-0.98069,2.17243,-0.56459
+3.25291,0.76862,-1.31860,-1.68437,-0.98057,2.17220,-0.56428
+3.25399,0.76895,-1.31822,-1.68470,-0.98045,2.17198,-0.56398
+3.25506,0.76928,-1.31784,-1.68503,-0.98034,2.17176,-0.56368
+3.25614,0.76946,-1.31764,-1.68520,-0.98028,2.17164,-0.56352
+3.25722,0.76989,-1.31712,-1.68564,-0.98014,2.17135,-0.56313
+3.25829,0.77032,-1.31662,-1.68606,-0.98000,2.17107,-0.56274
+3.25937,0.77074,-1.31612,-1.68649,-0.97986,2.17079,-0.56236
+3.26045,0.77115,-1.31563,-1.68690,-0.97973,2.17051,-0.56199
+3.26153,0.77156,-1.31515,-1.68731,-0.97960,2.17024,-0.56163
+3.26260,0.77196,-1.31468,-1.68771,-0.97947,2.16997,-0.56126
+3.26368,0.77235,-1.31422,-1.68810,-0.97934,2.16971,-0.56091
+3.26476,0.77274,-1.31377,-1.68849,-0.97921,2.16945,-0.56056
+3.26583,0.77313,-1.31332,-1.68887,-0.97908,2.16920,-0.56021
+3.26691,0.77350,-1.31288,-1.68925,-0.97895,2.16894,-0.55987
+3.26799,0.77387,-1.31245,-1.68961,-0.97883,2.16870,-0.55954
+3.26907,0.77424,-1.31202,-1.68998,-0.97871,2.16845,-0.55921
+3.27014,0.77460,-1.31161,-1.69033,-0.97859,2.16821,-0.55888
+3.27122,0.77495,-1.31120,-1.69069,-0.97847,2.16797,-0.55857
+3.27230,0.77530,-1.31080,-1.69103,-0.97835,2.16774,-0.55825
+3.27337,0.77565,-1.31040,-1.69137,-0.97823,2.16751,-0.55794
+3.27445,0.77599,-1.31001,-1.69170,-0.97811,2.16728,-0.55764
+3.27553,0.77632,-1.30963,-1.69203,-0.97800,2.16706,-0.55734
+3.27660,0.77653,-1.30939,-1.69224,-0.97793,2.16691,-0.55714
+3.27768,0.77702,-1.30882,-1.69270,-0.97779,2.16659,-0.55670
+3.27876,0.77751,-1.30827,-1.69316,-0.97765,2.16626,-0.55627
+3.27984,0.77798,-1.30772,-1.69361,-0.97751,2.16594,-0.55585
+3.28091,0.77845,-1.30718,-1.69404,-0.97738,2.16563,-0.55543
+3.28199,0.77892,-1.30666,-1.69448,-0.97725,2.16532,-0.55501
+3.28307,0.77937,-1.30614,-1.69490,-0.97711,2.16502,-0.55461
+3.28414,0.77982,-1.30563,-1.69532,-0.97698,2.16472,-0.55421
+3.28522,0.78026,-1.30513,-1.69573,-0.97685,2.16442,-0.55381
+3.28630,0.78069,-1.30464,-1.69614,-0.97673,2.16413,-0.55343
+3.28738,0.78112,-1.30416,-1.69653,-0.97660,2.16385,-0.55304
+3.28845,0.78154,-1.30368,-1.69692,-0.97647,2.16356,-0.55267
+3.28953,0.78196,-1.30322,-1.69731,-0.97635,2.16328,-0.55230
+3.29061,0.78237,-1.30276,-1.69769,-0.97623,2.16301,-0.55193
+3.29168,0.78277,-1.30231,-1.69806,-0.97611,2.16274,-0.55157
+3.29276,0.78317,-1.30187,-1.69843,-0.97599,2.16247,-0.55122
+3.29384,0.78356,-1.30143,-1.69879,-0.97587,2.16221,-0.55087
+3.29492,0.78394,-1.30100,-1.69914,-0.97575,2.16195,-0.55053
+3.29599,0.78432,-1.30059,-1.69949,-0.97564,2.16170,-0.55019
+3.29707,0.78469,-1.30017,-1.69983,-0.97552,2.16145,-0.54985
+3.29815,0.78506,-1.29977,-1.70017,-0.97541,2.16120,-0.54953
+3.29922,0.78542,-1.29937,-1.70050,-0.97530,2.16095,-0.54920
+3.30030,0.78578,-1.29898,-1.70083,-0.97518,2.16071,-0.54889
+3.30138,0.78613,-1.29860,-1.70115,-0.97508,2.16048,-0.54857
+3.30246,0.78647,-1.29822,-1.70147,-0.97497,2.16025,-0.54827
+3.30353,0.78670,-1.29797,-1.70167,-0.97490,2.16009,-0.54806
+3.30461,0.78724,-1.29737,-1.70215,-0.97476,2.15973,-0.54758
+3.30569,0.78778,-1.29677,-1.70262,-0.97463,2.15937,-0.54711
+3.30676,0.78830,-1.29619,-1.70308,-0.97449,2.15902,-0.54665
+3.30784,0.78882,-1.29562,-1.70353,-0.97436,2.15867,-0.54619
+3.30892,0.78933,-1.29506,-1.70398,-0.97423,2.15833,-0.54574
+3.31000,0.78983,-1.29450,-1.70442,-0.97410,2.15799,-0.54529
+3.31107,0.79033,-1.29396,-1.70485,-0.97397,2.15766,-0.54485
+3.31215,0.79082,-1.29343,-1.70527,-0.97385,2.15733,-0.54442
+3.31323,0.79130,-1.29290,-1.70569,-0.97372,2.15701,-0.54400
+3.31430,0.79177,-1.29239,-1.70610,-0.97360,2.15669,-0.54358
+3.31538,0.79224,-1.29188,-1.70650,-0.97347,2.15637,-0.54317
+3.31646,0.79270,-1.29139,-1.70690,-0.97335,2.15606,-0.54276
+3.31754,0.79315,-1.29090,-1.70729,-0.97323,2.15576,-0.54236
+3.31861,0.79360,-1.29042,-1.70768,-0.97311,2.15546,-0.54197
+3.31969,0.79403,-1.28995,-1.70805,-0.97299,2.15516,-0.54158
+3.32077,0.79447,-1.28948,-1.70843,-0.97288,2.15487,-0.54120
+3.32184,0.79489,-1.28903,-1.70879,-0.97276,2.15458,-0.54082
+3.32292,0.79531,-1.28858,-1.70915,-0.97265,2.15430,-0.54045
+3.32400,0.79572,-1.28814,-1.70950,-0.97253,2.15402,-0.54009
+3.32508,0.79613,-1.28771,-1.70985,-0.97242,2.15374,-0.53973
+3.32615,0.79653,-1.28729,-1.71020,-0.97231,2.15347,-0.53938
+3.32723,0.79693,-1.28687,-1.71053,-0.97220,2.15320,-0.53903
+3.32831,0.79731,-1.28646,-1.71086,-0.97209,2.15294,-0.53869
+3.32938,0.79770,-1.28606,-1.71119,-0.97198,2.15268,-0.53835
+3.33046,0.79807,-1.28566,-1.71151,-0.97188,2.15243,-0.53802
+3.33154,0.79844,-1.28527,-1.71183,-0.97177,2.15217,-0.53769
+3.33262,0.79881,-1.28489,-1.71214,-0.97167,2.15193,-0.53737
+3.33369,0.79917,-1.28452,-1.71244,-0.97157,2.15168,-0.53705
+3.33477,0.79947,-1.28420,-1.71270,-0.97148,2.15148,-0.53678
+3.33585,0.80003,-1.28360,-1.71316,-0.97135,2.15110,-0.53629
+3.33692,0.80059,-1.28301,-1.71362,-0.97123,2.15072,-0.53581
+3.33800,0.80113,-1.28243,-1.71406,-0.97110,2.15036,-0.53533
+3.33908,0.80167,-1.28186,-1.71450,-0.97098,2.14999,-0.53486
+3.34016,0.80219,-1.28130,-1.71494,-0.97085,2.14964,-0.53440
+3.34123,0.80271,-1.28075,-1.71536,-0.97073,2.14929,-0.53394
+3.34231,0.80323,-1.28021,-1.71578,-0.97061,2.14894,-0.53350
+3.34339,0.80373,-1.27968,-1.71619,-0.97049,2.14860,-0.53305
+3.34446,0.80423,-1.27916,-1.71660,-0.97037,2.14826,-0.53262
+3.34554,0.80472,-1.27865,-1.71699,-0.97026,2.14793,-0.53219
+3.34662,0.80520,-1.27815,-1.71738,-0.97014,2.14760,-0.53177
+3.34769,0.80568,-1.27765,-1.71777,-0.97003,2.14728,-0.53136
+3.34877,0.80614,-1.27717,-1.71815,-0.96991,2.14696,-0.53095
+3.34985,0.80661,-1.27669,-1.71852,-0.96980,2.14665,-0.53054
+3.35093,0.80706,-1.27622,-1.71889,-0.96969,2.14634,-0.53015
+3.35200,0.80751,-1.27576,-1.71925,-0.96958,2.14603,-0.52976
+3.35308,0.80795,-1.27531,-1.71960,-0.96947,2.14573,-0.52937
+3.35416,0.80838,-1.27487,-1.71995,-0.96936,2.14544,-0.52899
+3.35523,0.80881,-1.27443,-1.72030,-0.96925,2.14515,-0.52862
+3.35631,0.80923,-1.27400,-1.72063,-0.96915,2.14486,-0.52825
+3.35739,0.80964,-1.27358,-1.72096,-0.96904,2.14458,-0.52789
+3.35847,0.81005,-1.27316,-1.72129,-0.96894,2.14430,-0.52754
+3.35954,0.81045,-1.27276,-1.72161,-0.96884,2.14402,-0.52719
+3.36062,0.81085,-1.27236,-1.72193,-0.96874,2.14375,-0.52684
+3.36170,0.81124,-1.27196,-1.72224,-0.96864,2.14349,-0.52650
+3.36277,0.81162,-1.27158,-1.72255,-0.96854,2.14323,-0.52617
+3.36385,0.81200,-1.27120,-1.72285,-0.96844,2.14297,-0.52584
+3.36493,0.81237,-1.27082,-1.72314,-0.96834,2.14271,-0.52551
+3.36601,0.81272,-1.27047,-1.72342,-0.96825,2.14247,-0.52520
+3.36708,0.81329,-1.26989,-1.72386,-0.96813,2.14209,-0.52472
+3.36816,0.81385,-1.26932,-1.72429,-0.96802,2.14171,-0.52423
+3.36924,0.81440,-1.26875,-1.72472,-0.96790,2.14134,-0.52376
+3.37031,0.81494,-1.26820,-1.72514,-0.96778,2.14097,-0.52329
+3.37139,0.81547,-1.26766,-1.72555,-0.96767,2.14060,-0.52283
+3.37247,0.81599,-1.26713,-1.72595,-0.96756,2.14025,-0.52238
+3.37355,0.81651,-1.26660,-1.72635,-0.96745,2.13989,-0.52193
+3.37462,0.81702,-1.26609,-1.72674,-0.96733,2.13955,-0.52149
+3.37570,0.81752,-1.26558,-1.72713,-0.96723,2.13920,-0.52105
+3.37678,0.81802,-1.26508,-1.72751,-0.96712,2.13887,-0.52063
+3.37785,0.81850,-1.26459,-1.72788,-0.96701,2.13853,-0.52021
+3.37893,0.81898,-1.26411,-1.72825,-0.96690,2.13821,-0.51979
+3.38001,0.81946,-1.26364,-1.72861,-0.96680,2.13788,-0.51939
+3.38109,0.81992,-1.26318,-1.72896,-0.96669,2.13757,-0.51898
+3.38216,0.82038,-1.26272,-1.72931,-0.96659,2.13725,-0.51859
+3.38324,0.82083,-1.26228,-1.72965,-0.96649,2.13694,-0.51820
+3.38432,0.82127,-1.26184,-1.72999,-0.96638,2.13664,-0.51781
+3.38539,0.82171,-1.26141,-1.73032,-0.96628,2.13634,-0.51744
+3.38647,0.82214,-1.26098,-1.73065,-0.96618,2.13604,-0.51706
+3.38755,0.82257,-1.26056,-1.73097,-0.96609,2.13575,-0.51670
+3.38863,0.82299,-1.26015,-1.73129,-0.96599,2.13546,-0.51634
+3.38970,0.82340,-1.25975,-1.73160,-0.96589,2.13518,-0.51598
+3.39078,0.82380,-1.25935,-1.73191,-0.96580,2.13490,-0.51563
+3.39186,0.82420,-1.25897,-1.73221,-0.96570,2.13463,-0.51529
+3.39293,0.82460,-1.25858,-1.73250,-0.96561,2.13436,-0.51495
+3.39401,0.82498,-1.25821,-1.73279,-0.96552,2.13409,-0.51461
+3.39509,0.82537,-1.25784,-1.73308,-0.96542,2.13383,-0.51428
+3.39617,0.82566,-1.25756,-1.73330,-0.96536,2.13362,-0.51403
+3.39724,0.82631,-1.25694,-1.73373,-0.96525,2.13318,-0.51348
+3.39832,0.82695,-1.25632,-1.73416,-0.96515,2.13275,-0.51293
+3.39940,0.82758,-1.25572,-1.73458,-0.96505,2.13231,-0.51239
+3.40047,0.82820,-1.25513,-1.73499,-0.96495,2.13189,-0.51186
+3.40155,0.82881,-1.25455,-1.73540,-0.96484,2.13147,-0.51134
+3.40263,0.82941,-1.25398,-1.73580,-0.96474,2.13106,-0.51083
+3.40371,0.83001,-1.25342,-1.73620,-0.96464,2.13065,-0.51032
+3.40478,0.83059,-1.25287,-1.73658,-0.96455,2.13025,-0.50982
+3.40586,0.83117,-1.25233,-1.73696,-0.96445,2.12986,-0.50933
+3.40694,0.83173,-1.25180,-1.73734,-0.96435,2.12947,-0.50885
+3.40801,0.83229,-1.25128,-1.73771,-0.96425,2.12908,-0.50837
+3.40909,0.83284,-1.25076,-1.73807,-0.96416,2.12871,-0.50790
+3.41017,0.83338,-1.25026,-1.73843,-0.96406,2.12833,-0.50744
+3.41125,0.83392,-1.24977,-1.73878,-0.96397,2.12797,-0.50698
+3.41232,0.83445,-1.24928,-1.73913,-0.96388,2.12760,-0.50654
+3.41340,0.83496,-1.24880,-1.73947,-0.96379,2.12725,-0.50609
+3.41448,0.83547,-1.24833,-1.73980,-0.96369,2.12690,-0.50566
+3.41555,0.83598,-1.24787,-1.74013,-0.96360,2.12655,-0.50523
+3.41663,0.83647,-1.24742,-1.74045,-0.96351,2.12621,-0.50481
+3.41771,0.83696,-1.24697,-1.74077,-0.96342,2.12587,-0.50439
+3.41879,0.83744,-1.24653,-1.74108,-0.96334,2.12554,-0.50399
+3.41986,0.83791,-1.24610,-1.74139,-0.96325,2.12521,-0.50358
+3.42094,0.83838,-1.24568,-1.74170,-0.96316,2.12489,-0.50319
+3.42202,0.83884,-1.24526,-1.74199,-0.96308,2.12457,-0.50280
+3.42309,0.83929,-1.24485,-1.74229,-0.96299,2.12426,-0.50241
+3.42417,0.83974,-1.24445,-1.74258,-0.96291,2.12395,-0.50203
+3.42525,0.84018,-1.24406,-1.74286,-0.96282,2.12365,-0.50166
+3.42632,0.84061,-1.24367,-1.74314,-0.96274,2.12335,-0.50129
+3.42740,0.84103,-1.24329,-1.74342,-0.96266,2.12305,-0.50093
+3.42848,0.84145,-1.24292,-1.74369,-0.96257,2.12276,-0.50057
+3.42956,0.84187,-1.24255,-1.74395,-0.96249,2.12247,-0.50022
+3.43063,0.84227,-1.24219,-1.74421,-0.96241,2.12219,-0.49988
+3.43171,0.84267,-1.24183,-1.74447,-0.96233,2.12191,-0.49954
+3.43279,0.84273,-1.24178,-1.74451,-0.96233,2.12187,-0.49949
+3.43386,0.84329,-1.24127,-1.74485,-0.96224,2.12149,-0.49901
+3.43494,0.84385,-1.24078,-1.74520,-0.96215,2.12110,-0.49854
+3.43602,0.84440,-1.24029,-1.74553,-0.96207,2.12072,-0.49808
+3.43710,0.84493,-1.23980,-1.74586,-0.96199,2.12035,-0.49763
+3.43817,0.84546,-1.23933,-1.74619,-0.96190,2.11999,-0.49718
+3.43925,0.84599,-1.23887,-1.74651,-0.96182,2.11962,-0.49674
+3.44033,0.84650,-1.23841,-1.74682,-0.96174,2.11927,-0.49630
+3.44140,0.84701,-1.23796,-1.74713,-0.96166,2.11892,-0.49588
+3.44248,0.84751,-1.23752,-1.74744,-0.96158,2.11857,-0.49545
+3.44356,0.84800,-1.23709,-1.74774,-0.96150,2.11823,-0.49504
+3.44464,0.84849,-1.23666,-1.74803,-0.96142,2.11789,-0.49463
+3.44571,0.84896,-1.23624,-1.74832,-0.96134,2.11756,-0.49423
+3.44679,0.84943,-1.23583,-1.74861,-0.96126,2.11723,-0.49383
+3.44787,0.84990,-1.23543,-1.74889,-0.96118,2.11691,-0.49344
+3.44894,0.85035,-1.23503,-1.74917,-0.96111,2.11659,-0.49306
+3.45002,0.85080,-1.23464,-1.74944,-0.96103,2.11628,-0.49268
+3.45110,0.85125,-1.23426,-1.74970,-0.96095,2.11597,-0.49231
+3.45218,0.85168,-1.23388,-1.74997,-0.96088,2.11567,-0.49194
+3.45325,0.85211,-1.23351,-1.75023,-0.96080,2.11537,-0.49158
+3.45433,0.85253,-1.23315,-1.75048,-0.96073,2.11508,-0.49122
+3.45541,0.85295,-1.23279,-1.75073,-0.96066,2.11479,-0.49087
+3.45648,0.85336,-1.23244,-1.75098,-0.96059,2.11450,-0.49053
+3.45756,0.85345,-1.23236,-1.75103,-0.96058,2.11444,-0.49045
+3.45864,0.85435,-1.23159,-1.75149,-0.96050,2.11382,-0.48970
+3.45972,0.85523,-1.23084,-1.75194,-0.96043,2.11321,-0.48897
+3.46079,0.85610,-1.23010,-1.75239,-0.96035,2.11261,-0.48824
+3.46187,0.85696,-1.22938,-1.75283,-0.96028,2.11202,-0.48753
+3.46295,0.85781,-1.22866,-1.75326,-0.96020,2.11143,-0.48683
+3.46402,0.85864,-1.22796,-1.75368,-0.96013,2.11086,-0.48614
+3.46510,0.85946,-1.22727,-1.75410,-0.96006,2.11029,-0.48546
+3.46618,0.86027,-1.22660,-1.75451,-0.95998,2.10973,-0.48478
+3.46726,0.86107,-1.22593,-1.75491,-0.95991,2.10918,-0.48412
+3.46833,0.86185,-1.22528,-1.75531,-0.95984,2.10863,-0.48347
+3.46941,0.86263,-1.22464,-1.75570,-0.95976,2.10809,-0.48283
+3.47049,0.86339,-1.22400,-1.75608,-0.95969,2.10756,-0.48220
+3.47156,0.86414,-1.22339,-1.75646,-0.95962,2.10704,-0.48157
+3.47264,0.86488,-1.22278,-1.75683,-0.95955,2.10653,-0.48096
+3.47372,0.86561,-1.22218,-1.75720,-0.95948,2.10602,-0.48036
+3.47480,0.86633,-1.22159,-1.75756,-0.95941,2.10552,-0.47976
+3.47587,0.86704,-1.22101,-1.75791,-0.95933,2.10503,-0.47917
+3.47695,0.86774,-1.22045,-1.75826,-0.95926,2.10454,-0.47860
+3.47803,0.86843,-1.21989,-1.75860,-0.95919,2.10406,-0.47803
+3.47910,0.86911,-1.21934,-1.75894,-0.95912,2.10359,-0.47747
+3.48018,0.86977,-1.21880,-1.75927,-0.95906,2.10312,-0.47692
+3.48126,0.87043,-1.21827,-1.75960,-0.95899,2.10266,-0.47637
+3.48234,0.87108,-1.21775,-1.75992,-0.95892,2.10221,-0.47584
+3.48341,0.87172,-1.21724,-1.76023,-0.95885,2.10176,-0.47531
+3.48449,0.87235,-1.21674,-1.76054,-0.95878,2.10132,-0.47479
+3.48557,0.87297,-1.21625,-1.76085,-0.95871,2.10089,-0.47428
+3.48664,0.87358,-1.21576,-1.76115,-0.95865,2.10046,-0.47377
+3.48772,0.87418,-1.21529,-1.76144,-0.95858,2.10004,-0.47328
+3.48880,0.87477,-1.21482,-1.76174,-0.95851,2.09962,-0.47279
+3.48988,0.87536,-1.21436,-1.76202,-0.95845,2.09921,-0.47231
+3.49095,0.87593,-1.21391,-1.76230,-0.95838,2.09881,-0.47183
+3.49203,0.87650,-1.21346,-1.76258,-0.95832,2.09841,-0.47137
+3.49311,0.87706,-1.21302,-1.76285,-0.95825,2.09802,-0.47091
+3.49418,0.87761,-1.21260,-1.76312,-0.95819,2.09763,-0.47045
+3.49526,0.87815,-1.21217,-1.76339,-0.95812,2.09725,-0.47001
+3.49634,0.87868,-1.21176,-1.76365,-0.95806,2.09687,-0.46957
+3.49741,0.87921,-1.21135,-1.76390,-0.95800,2.09650,-0.46914
+3.49849,0.87973,-1.21095,-1.76415,-0.95793,2.09614,-0.46871
+3.49957,0.88024,-1.21056,-1.76440,-0.95787,2.09578,-0.46829
+3.50065,0.88074,-1.21017,-1.76464,-0.95781,2.09542,-0.46788
+3.50172,0.88124,-1.20979,-1.76488,-0.95775,2.09507,-0.46747
+3.50280,0.88172,-1.20942,-1.76512,-0.95769,2.09473,-0.46707
+3.50388,0.88220,-1.20905,-1.76535,-0.95762,2.09439,-0.46667
+3.50495,0.88268,-1.20869,-1.76558,-0.95756,2.09405,-0.46629
+3.50603,0.88314,-1.20834,-1.76581,-0.95750,2.09373,-0.46590
+3.50711,0.88360,-1.20799,-1.76603,-0.95744,2.09340,-0.46553
+3.50819,0.88405,-1.20765,-1.76625,-0.95738,2.09308,-0.46515
+3.50926,0.88450,-1.20731,-1.76646,-0.95733,2.09277,-0.46479
+3.51034,0.88474,-1.20713,-1.76658,-0.95730,2.09260,-0.46459
+3.51142,0.88536,-1.20665,-1.76686,-0.95724,2.09216,-0.46408
+3.51249,0.88598,-1.20619,-1.76713,-0.95719,2.09172,-0.46358
+3.51357,0.88659,-1.20572,-1.76741,-0.95713,2.09130,-0.46308
+3.51465,0.88718,-1.20527,-1.76767,-0.95708,2.09088,-0.46260
+3.51573,0.88777,-1.20483,-1.76794,-0.95703,2.09046,-0.46212
+3.51680,0.88835,-1.20439,-1.76820,-0.95697,2.09005,-0.46164
+3.51788,0.88892,-1.20396,-1.76845,-0.95692,2.08965,-0.46118
+3.51896,0.88949,-1.20354,-1.76870,-0.95687,2.08925,-0.46072
+3.52003,0.89004,-1.20312,-1.76895,-0.95681,2.08886,-0.46027
+3.52111,0.89059,-1.20271,-1.76920,-0.95676,2.08847,-0.45982
+3.52219,0.89112,-1.20231,-1.76943,-0.95671,2.08809,-0.45939
+3.52327,0.89165,-1.20192,-1.76967,-0.95665,2.08772,-0.45895
+3.52434,0.89218,-1.20153,-1.76990,-0.95660,2.08735,-0.45853
+3.52542,0.89269,-1.20115,-1.77013,-0.95655,2.08699,-0.45811
+3.52650,0.89320,-1.20077,-1.77036,-0.95650,2.08663,-0.45770
+3.52757,0.89370,-1.20041,-1.77058,-0.95645,2.08627,-0.45729
+3.52865,0.89419,-1.20004,-1.77080,-0.95640,2.08592,-0.45689
+3.52973,0.89467,-1.19969,-1.77101,-0.95635,2.08558,-0.45650
+3.53081,0.89515,-1.19934,-1.77122,-0.95629,2.08524,-0.45611
+3.53188,0.89562,-1.19900,-1.77143,-0.95624,2.08491,-0.45573
+3.53296,0.89608,-1.19866,-1.77163,-0.95619,2.08458,-0.45535
+3.53404,0.89654,-1.19833,-1.77184,-0.95614,2.08426,-0.45498
+3.53511,0.89679,-1.19815,-1.77194,-0.95612,2.08408,-0.45478
+3.53619,0.89750,-1.19763,-1.77221,-0.95609,2.08357,-0.45420
+3.53727,0.89821,-1.19713,-1.77248,-0.95605,2.08308,-0.45363
+3.53835,0.89890,-1.19663,-1.77274,-0.95601,2.08259,-0.45308
+3.53942,0.89958,-1.19615,-1.77299,-0.95598,2.08211,-0.45253
+3.54050,0.90025,-1.19567,-1.77325,-0.95594,2.08163,-0.45199
+3.54158,0.90091,-1.19520,-1.77350,-0.95591,2.08117,-0.45145
+3.54265,0.90157,-1.19474,-1.77374,-0.95587,2.08071,-0.45093
+3.54373,0.90221,-1.19428,-1.77398,-0.95584,2.08025,-0.45041
+3.54481,0.90284,-1.19384,-1.77422,-0.95580,2.07980,-0.44990
+3.54589,0.90347,-1.19340,-1.77445,-0.95576,2.07936,-0.44940
+3.54696,0.90408,-1.19297,-1.77468,-0.95573,2.07893,-0.44890
+3.54804,0.90469,-1.19255,-1.77491,-0.95569,2.07850,-0.44842
+3.54912,0.90528,-1.19213,-1.77513,-0.95565,2.07807,-0.44794
+3.55019,0.90587,-1.19172,-1.77535,-0.95562,2.07766,-0.44747
+3.55127,0.90645,-1.19132,-1.77556,-0.95558,2.07725,-0.44700
+3.55235,0.90702,-1.19092,-1.77578,-0.95554,2.07684,-0.44654
+3.55343,0.90758,-1.19054,-1.77599,-0.95551,2.07644,-0.44609
+3.55450,0.90813,-1.19016,-1.77619,-0.95547,2.07605,-0.44565
+3.55558,0.90868,-1.18978,-1.77639,-0.95543,2.07566,-0.44521
+3.55666,0.90921,-1.18941,-1.77659,-0.95540,2.07528,-0.44478
+3.55773,0.90974,-1.18905,-1.77679,-0.95536,2.07490,-0.44435
+3.55881,0.91026,-1.18870,-1.77698,-0.95532,2.07453,-0.44394
+3.55989,0.91078,-1.18835,-1.77717,-0.95529,2.07416,-0.44352
+3.56097,0.91128,-1.18800,-1.77736,-0.95525,2.07380,-0.44312
+3.56204,0.91178,-1.18766,-1.77755,-0.95521,2.07345,-0.44272
+3.56312,0.91227,-1.18733,-1.77773,-0.95517,2.07310,-0.44233
+3.56420,0.91276,-1.18701,-1.77791,-0.95514,2.07275,-0.44194
+3.56527,0.91323,-1.18669,-1.77808,-0.95510,2.07241,-0.44156
+3.56635,0.91371,-1.18636,-1.77826,-0.95507,2.07207,-0.44117
+3.56743,0.91425,-1.18599,-1.77845,-0.95503,2.07168,-0.44074
+3.56850,0.91479,-1.18563,-1.77865,-0.95500,2.07130,-0.44031
+3.56958,0.91532,-1.18527,-1.77884,-0.95497,2.07092,-0.43989
+3.57066,0.91584,-1.18492,-1.77902,-0.95493,2.07055,-0.43947
+3.57174,0.91636,-1.18458,-1.77921,-0.95490,2.07018,-0.43906
+3.57281,0.91686,-1.18424,-1.77939,-0.95487,2.06982,-0.43866
+3.57389,0.91736,-1.18390,-1.77957,-0.95484,2.06946,-0.43826
+3.57497,0.91785,-1.18357,-1.77975,-0.95480,2.06911,-0.43787
+3.57604,0.91833,-1.18325,-1.77992,-0.95477,2.06877,-0.43748
+3.57712,0.91881,-1.18293,-1.78009,-0.95474,2.06843,-0.43710
+3.57820,0.91910,-1.18274,-1.78019,-0.95472,2.06822,-0.43687
+3.57928,0.91959,-1.18241,-1.78037,-0.95468,2.06787,-0.43648
+3.58035,0.92008,-1.18208,-1.78055,-0.95465,2.06752,-0.43609
+3.58143,0.92056,-1.18176,-1.78073,-0.95462,2.06717,-0.43571
+3.58251,0.92104,-1.18144,-1.78091,-0.95458,2.06683,-0.43533
+3.58358,0.92118,-1.18134,-1.78096,-0.95457,2.06673,-0.43522
+3.58466,0.92166,-1.18102,-1.78114,-0.95454,2.06639,-0.43483
+3.58574,0.92213,-1.18070,-1.78131,-0.95451,2.06605,-0.43446
+3.58682,0.92227,-1.18061,-1.78135,-0.95451,2.06595,-0.43435
+3.58789,0.92317,-1.18007,-1.78154,-0.95453,2.06531,-0.43364
+3.58897,0.92406,-1.17953,-1.78173,-0.95455,2.06468,-0.43294
+3.59005,0.92493,-1.17901,-1.78191,-0.95457,2.06406,-0.43225
+3.59112,0.92579,-1.17849,-1.78209,-0.95459,2.06345,-0.43157
+3.59220,0.92664,-1.17798,-1.78227,-0.95461,2.06285,-0.43090
+3.59328,0.92748,-1.17748,-1.78244,-0.95462,2.06225,-0.43024
+3.59436,0.92830,-1.17699,-1.78261,-0.95464,2.06167,-0.42959
+3.59543,0.92911,-1.17651,-1.78278,-0.95465,2.06109,-0.42895
+3.59651,0.92991,-1.17604,-1.78295,-0.95467,2.06052,-0.42833
+3.59759,0.93070,-1.17558,-1.78311,-0.95468,2.05995,-0.42771
+3.59866,0.93148,-1.17512,-1.78328,-0.95469,2.05940,-0.42710
+3.59974,0.93225,-1.17467,-1.78344,-0.95470,2.05885,-0.42649
+3.60082,0.93300,-1.17423,-1.78359,-0.95471,2.05832,-0.42590
+3.60190,0.93374,-1.17380,-1.78375,-0.95472,2.05779,-0.42532
+3.60297,0.93447,-1.17337,-1.78390,-0.95473,2.05726,-0.42475
+3.60405,0.93520,-1.17295,-1.78405,-0.95474,2.05675,-0.42418
+3.60513,0.93591,-1.17254,-1.78420,-0.95474,2.05624,-0.42362
+3.60620,0.93661,-1.17214,-1.78434,-0.95475,2.05574,-0.42307
+3.60728,0.93729,-1.17174,-1.78449,-0.95475,2.05524,-0.42253
+3.60836,0.93797,-1.17135,-1.78463,-0.95476,2.05476,-0.42200
+3.60944,0.93864,-1.17097,-1.78477,-0.95476,2.05428,-0.42148
+3.61051,0.93930,-1.17059,-1.78491,-0.95477,2.05380,-0.42096
+3.61159,0.93995,-1.17022,-1.78504,-0.95477,2.05334,-0.42045
+3.61267,0.94059,-1.16985,-1.78518,-0.95477,2.05288,-0.41995
+3.61374,0.94122,-1.16950,-1.78531,-0.95477,2.05242,-0.41946
+3.61482,0.94184,-1.16914,-1.78544,-0.95477,2.05198,-0.41897
+3.61590,0.94245,-1.16880,-1.78557,-0.95477,2.05154,-0.41850
+3.61698,0.94306,-1.16846,-1.78569,-0.95477,2.05110,-0.41803
+3.61805,0.94365,-1.16813,-1.78582,-0.95477,2.05067,-0.41756
+3.61913,0.94424,-1.16780,-1.78594,-0.95476,2.05025,-0.41711
+3.62021,0.94481,-1.16747,-1.78606,-0.95476,2.04984,-0.41666
+3.62128,0.94538,-1.16716,-1.78618,-0.95476,2.04943,-0.41621
+3.62236,0.94594,-1.16685,-1.78630,-0.95475,2.04902,-0.41578
+3.62344,0.94649,-1.16654,-1.78641,-0.95475,2.04863,-0.41535
+3.62452,0.94703,-1.16624,-1.78653,-0.95475,2.04823,-0.41492
+3.62559,0.94756,-1.16594,-1.78664,-0.95474,2.04785,-0.41451
+3.62667,0.94809,-1.16565,-1.78675,-0.95474,2.04747,-0.41410
+3.62775,0.94861,-1.16536,-1.78686,-0.95473,2.04709,-0.41369
+3.62882,0.94912,-1.16508,-1.78697,-0.95472,2.04672,-0.41329
+3.62990,0.94965,-1.16480,-1.78707,-0.95472,2.04634,-0.41288
+3.63098,0.95039,-1.16442,-1.78716,-0.95475,2.04581,-0.41231
+3.63206,0.95111,-1.16404,-1.78725,-0.95478,2.04529,-0.41175
+3.63313,0.95183,-1.16368,-1.78734,-0.95481,2.04477,-0.41119
+3.63421,0.95254,-1.16331,-1.78742,-0.95484,2.04426,-0.41064
+3.63529,0.95323,-1.16296,-1.78751,-0.95487,2.04376,-0.41011
+3.63636,0.95392,-1.16261,-1.78759,-0.95490,2.04327,-0.40957
+3.63744,0.95459,-1.16227,-1.78767,-0.95492,2.04278,-0.40905
+3.63852,0.95526,-1.16193,-1.78775,-0.95494,2.04230,-0.40854
+3.63960,0.95591,-1.16160,-1.78784,-0.95497,2.04183,-0.40803
+3.64067,0.95656,-1.16128,-1.78791,-0.95499,2.04136,-0.40753
+3.64175,0.95720,-1.16096,-1.78799,-0.95501,2.04090,-0.40704
+3.64283,0.95782,-1.16064,-1.78807,-0.95503,2.04045,-0.40656
+3.64390,0.95844,-1.16033,-1.78815,-0.95505,2.04000,-0.40608
+3.64498,0.95905,-1.16003,-1.78822,-0.95507,2.03956,-0.40561
+3.64606,0.95965,-1.15973,-1.78830,-0.95509,2.03913,-0.40515
+3.64713,0.96023,-1.15944,-1.78837,-0.95511,2.03870,-0.40469
+3.64821,0.96082,-1.15915,-1.78844,-0.95512,2.03828,-0.40425
+3.64929,0.96139,-1.15887,-1.78852,-0.95514,2.03787,-0.40380
+3.65037,0.96195,-1.15859,-1.78859,-0.95515,2.03746,-0.40337
+3.65144,0.96251,-1.15832,-1.78866,-0.95516,2.03706,-0.40294
+3.65252,0.96305,-1.15805,-1.78873,-0.95518,2.03666,-0.40252
+3.65360,0.96359,-1.15778,-1.78880,-0.95519,2.03627,-0.40211
+3.65467,0.96412,-1.15752,-1.78886,-0.95520,2.03588,-0.40170
+3.65575,0.96465,-1.15727,-1.78893,-0.95521,2.03550,-0.40129
+3.65683,0.96512,-1.15703,-1.78899,-0.95522,2.03515,-0.40093
+3.65791,0.96577,-1.15672,-1.78906,-0.95525,2.03469,-0.40043
+3.65898,0.96640,-1.15640,-1.78913,-0.95528,2.03423,-0.39995
+3.66006,0.96703,-1.15610,-1.78920,-0.95530,2.03378,-0.39947
+3.66114,0.96764,-1.15580,-1.78927,-0.95533,2.03333,-0.39899
+3.66221,0.96825,-1.15550,-1.78934,-0.95535,2.03289,-0.39853
+3.66329,0.96884,-1.15521,-1.78941,-0.95537,2.03246,-0.39807
+3.66437,0.96943,-1.15492,-1.78948,-0.95539,2.03203,-0.39762
+3.66545,0.97001,-1.15464,-1.78954,-0.95542,2.03161,-0.39718
+3.66652,0.97058,-1.15436,-1.78961,-0.95544,2.03119,-0.39674
+3.66760,0.97115,-1.15409,-1.78967,-0.95545,2.03078,-0.39631
+3.66868,0.97170,-1.15382,-1.78974,-0.95547,2.03038,-0.39588
+3.66975,0.97225,-1.15356,-1.78980,-0.95549,2.02998,-0.39547
+3.67083,0.97278,-1.15330,-1.78986,-0.95551,2.02959,-0.39505
+3.67191,0.97331,-1.15305,-1.78992,-0.95552,2.02920,-0.39465
+3.67299,0.97383,-1.15280,-1.78998,-0.95554,2.02882,-0.39425
+3.67406,0.97395,-1.15275,-1.78999,-0.95554,2.02874,-0.39416
+3.67514,0.97457,-1.15247,-1.79003,-0.95558,2.02829,-0.39369
+3.67622,0.97519,-1.15219,-1.79006,-0.95562,2.02784,-0.39322
+3.67729,0.97579,-1.15192,-1.79010,-0.95565,2.02740,-0.39276
+3.67837,0.97639,-1.15165,-1.79013,-0.95569,2.02697,-0.39230
+3.67945,0.97697,-1.15139,-1.79017,-0.95572,2.02654,-0.39186
+3.68053,0.97755,-1.15113,-1.79020,-0.95575,2.02612,-0.39142
+3.68160,0.97812,-1.15088,-1.79023,-0.95578,2.02571,-0.39098
+3.68268,0.97868,-1.15063,-1.79027,-0.95581,2.02530,-0.39055
+3.68376,0.97924,-1.15039,-1.79030,-0.95584,2.02489,-0.39013
+3.68483,0.97978,-1.15015,-1.79033,-0.95587,2.02450,-0.38972
+3.68591,0.98032,-1.14991,-1.79037,-0.95590,2.02411,-0.38931
+3.68699,0.98084,-1.14968,-1.79040,-0.95593,2.02372,-0.38891
+3.68807,0.98107,-1.14958,-1.79041,-0.95594,2.02356,-0.38874
+3.68914,0.98171,-1.14931,-1.79043,-0.95599,2.02309,-0.38825
+3.69022,0.98235,-1.14904,-1.79044,-0.95604,2.02263,-0.38777
+3.69130,0.98297,-1.14877,-1.79045,-0.95608,2.02217,-0.38729
+3.69237,0.98359,-1.14851,-1.79047,-0.95613,2.02172,-0.38683
+3.69345,0.98420,-1.14825,-1.79048,-0.95617,2.02128,-0.38637
+3.69453,0.98480,-1.14800,-1.79050,-0.95621,2.02084,-0.38591
+3.69561,0.98538,-1.14775,-1.79051,-0.95626,2.02041,-0.38547
+3.69668,0.98597,-1.14751,-1.79053,-0.95630,2.01999,-0.38503
+3.69776,0.98654,-1.14727,-1.79055,-0.95634,2.01957,-0.38459
+3.69884,0.98710,-1.14703,-1.79056,-0.95637,2.01916,-0.38417
+3.69991,0.98766,-1.14680,-1.79058,-0.95641,2.01875,-0.38375
+3.70099,0.98820,-1.14658,-1.79059,-0.95645,2.01835,-0.38333
+3.70207,0.98874,-1.14635,-1.79061,-0.95648,2.01796,-0.38293
+3.70315,0.98927,-1.14613,-1.79062,-0.95652,2.01757,-0.38253
+3.70422,0.98939,-1.14608,-1.79062,-0.95652,2.01749,-0.38244
+3.70530,0.99002,-1.14583,-1.79061,-0.95658,2.01702,-0.38196
+3.70638,0.99064,-1.14559,-1.79060,-0.95664,2.01657,-0.38149
+3.70745,0.99126,-1.14535,-1.79060,-0.95669,2.01612,-0.38103
+3.70853,0.99186,-1.14511,-1.79059,-0.95674,2.01568,-0.38057
+3.70961,0.99246,-1.14487,-1.79058,-0.95679,2.01524,-0.38012
+3.71069,0.99305,-1.14465,-1.79057,-0.95684,2.01481,-0.37968
+3.71176,0.99362,-1.14442,-1.79056,-0.95689,2.01439,-0.37924
+3.71284,0.99419,-1.14420,-1.79056,-0.95694,2.01397,-0.37882
+3.71392,0.99476,-1.14398,-1.79055,-0.95699,2.01356,-0.37839
+3.71499,0.99531,-1.14376,-1.79055,-0.95703,2.01316,-0.37798
+3.71607,0.99585,-1.14355,-1.79054,-0.95707,2.01276,-0.37757
+3.71715,0.99639,-1.14335,-1.79054,-0.95712,2.01237,-0.37716
+3.71822,0.99672,-1.14322,-1.79053,-0.95715,2.01212,-0.37691
+3.71930,0.99742,-1.14296,-1.79049,-0.95722,2.01161,-0.37639
+3.72038,0.99812,-1.14270,-1.79045,-0.95730,2.01111,-0.37587
+3.72146,0.99880,-1.14245,-1.79041,-0.95737,2.01061,-0.37536
+3.72253,0.99947,-1.14221,-1.79038,-0.95745,2.01012,-0.37486
+3.72361,1.00013,-1.14196,-1.79034,-0.95752,2.00964,-0.37436
+3.72469,1.00078,-1.14173,-1.79031,-0.95759,2.00916,-0.37388
+3.72576,1.00142,-1.14149,-1.79027,-0.95765,2.00869,-0.37340
+3.72684,1.00205,-1.14126,-1.79024,-0.95772,2.00823,-0.37293
+3.72792,1.00267,-1.14104,-1.79021,-0.95778,2.00778,-0.37246
+3.72900,1.00328,-1.14082,-1.79018,-0.95785,2.00733,-0.37201
+3.73007,1.00388,-1.14060,-1.79015,-0.95791,2.00689,-0.37155
+3.73115,1.00448,-1.14038,-1.79012,-0.95797,2.00645,-0.37111
+3.73223,1.00506,-1.14017,-1.79009,-0.95802,2.00602,-0.37067
+3.73330,1.00564,-1.13996,-1.79006,-0.95808,2.00560,-0.37024
+3.73438,1.00620,-1.13976,-1.79004,-0.95814,2.00518,-0.36982
+3.73546,1.00676,-1.13956,-1.79001,-0.95819,2.00477,-0.36940
+3.73654,1.00731,-1.13936,-1.78999,-0.95824,2.00437,-0.36899
+3.73761,1.00785,-1.13917,-1.78996,-0.95829,2.00397,-0.36859
+3.73869,1.00835,-1.13899,-1.78994,-0.95834,2.00361,-0.36822
+3.73977,1.00901,-1.13876,-1.78989,-0.95842,2.00312,-0.36773
+3.74084,1.00965,-1.13853,-1.78985,-0.95849,2.00265,-0.36725
+3.74192,1.01029,-1.13830,-1.78981,-0.95856,2.00218,-0.36677
+3.74300,1.01092,-1.13808,-1.78977,-0.95863,2.00172,-0.36631
+3.74408,1.01154,-1.13786,-1.78973,-0.95870,2.00126,-0.36585
+3.74515,1.01215,-1.13765,-1.78970,-0.95876,2.00082,-0.36539
+3.74623,1.01275,-1.13743,-1.78966,-0.95883,2.00038,-0.36495
+3.74731,1.01334,-1.13723,-1.78963,-0.95889,1.99994,-0.36451
+3.74838,1.01392,-1.13702,-1.78959,-0.95895,1.99951,-0.36408
+3.74946,1.01450,-1.13682,-1.78956,-0.95901,1.99909,-0.36365
+3.75054,1.01506,-1.13662,-1.78952,-0.95907,1.99867,-0.36323
+3.75162,1.01562,-1.13643,-1.78949,-0.95913,1.99826,-0.36282
+3.75269,1.01617,-1.13624,-1.78946,-0.95919,1.99786,-0.36241
+3.75377,1.01671,-1.13605,-1.78943,-0.95924,1.99746,-0.36201
+3.75485,1.01693,-1.13597,-1.78942,-0.95926,1.99730,-0.36184
+3.75592,1.01757,-1.13575,-1.78938,-0.95934,1.99683,-0.36137
+3.75700,1.01820,-1.13553,-1.78934,-0.95941,1.99637,-0.36091
+3.75808,1.01881,-1.13531,-1.78930,-0.95948,1.99591,-0.36045
+3.75916,1.01942,-1.13510,-1.78926,-0.95954,1.99546,-0.36000
+3.76023,1.02002,-1.13489,-1.78923,-0.95961,1.99502,-0.35956
+3.76131,1.02061,-1.13469,-1.78919,-0.95967,1.99459,-0.35912
+3.76239,1.02119,-1.13449,-1.78916,-0.95974,1.99416,-0.35869
+3.76346,1.02176,-1.13429,-1.78912,-0.95980,1.99374,-0.35827
+3.76454,1.02233,-1.13409,-1.78909,-0.95986,1.99332,-0.35786
+3.76562,1.02288,-1.13390,-1.78906,-0.95992,1.99291,-0.35745
+3.76670,1.02343,-1.13371,-1.78903,-0.95998,1.99251,-0.35704
+3.76777,1.02398,-1.13352,-1.78900,-0.96003,1.99210,-0.35664
+3.76885,1.02462,-1.13330,-1.78895,-0.96011,1.99163,-0.35617
+3.76993,1.02525,-1.13308,-1.78891,-0.96018,1.99117,-0.35570
+3.77100,1.02587,-1.13287,-1.78887,-0.96025,1.99071,-0.35525
+3.77208,1.02648,-1.13266,-1.78884,-0.96032,1.99026,-0.35480
+3.77316,1.02708,-1.13245,-1.78880,-0.96039,1.98982,-0.35435
+3.77424,1.02767,-1.13224,-1.78876,-0.96046,1.98938,-0.35392
+3.77531,1.02826,-1.13204,-1.78873,-0.96052,1.98895,-0.35349
+3.77639,1.02883,-1.13184,-1.78869,-0.96059,1.98853,-0.35307
+3.77747,1.02940,-1.13165,-1.78866,-0.96065,1.98811,-0.35265
+3.77854,1.02995,-1.13146,-1.78863,-0.96071,1.98769,-0.35224
+3.77962,1.03050,-1.13127,-1.78860,-0.96077,1.98729,-0.35184
+3.78070,1.03105,-1.13108,-1.78856,-0.96083,1.98688,-0.35143
+3.78178,1.03165,-1.13088,-1.78852,-0.96090,1.98644,-0.35100
+3.78285,1.03224,-1.13068,-1.78848,-0.96096,1.98600,-0.35056
+3.78393,1.03282,-1.13048,-1.78844,-0.96103,1.98557,-0.35014
+3.78501,1.03340,-1.13029,-1.78841,-0.96110,1.98515,-0.34972
+3.78608,1.03396,-1.13010,-1.78837,-0.96116,1.98473,-0.34930
+3.78716,1.03452,-1.12991,-1.78833,-0.96122,1.98432,-0.34889
+3.78824,1.03506,-1.12973,-1.78830,-0.96128,1.98392,-0.34849
+3.78931,1.03539,-1.12962,-1.78828,-0.96132,1.98367,-0.34825
+3.79039,1.03598,-1.12943,-1.78823,-0.96139,1.98324,-0.34783
+3.79147,1.03655,-1.12924,-1.78818,-0.96146,1.98281,-0.34741
+3.79255,1.03712,-1.12906,-1.78813,-0.96153,1.98240,-0.34699
+3.79362,1.03767,-1.12888,-1.78808,-0.96160,1.98198,-0.34658
+3.79470,1.03822,-1.12871,-1.78804,-0.96166,1.98158,-0.34618
+3.79578,1.03867,-1.12856,-1.78800,-0.96171,1.98125,-0.34586
+3.79685,1.03929,-1.12837,-1.78793,-0.96180,1.98078,-0.34540
+3.79793,1.03991,-1.12817,-1.78787,-0.96188,1.98033,-0.34495
+3.79901,1.04052,-1.12798,-1.78781,-0.96196,1.97988,-0.34451
+3.80009,1.04111,-1.12780,-1.78775,-0.96203,1.97944,-0.34407
+3.80116,1.04170,-1.12761,-1.78769,-0.96211,1.97900,-0.34364
+3.80224,1.04228,-1.12743,-1.78763,-0.96218,1.97857,-0.34322
+3.80332,1.04285,-1.12725,-1.78758,-0.96225,1.97815,-0.34281
+3.80439,1.04342,-1.12708,-1.78752,-0.96233,1.97773,-0.34240
+3.80547,1.04397,-1.12690,-1.78747,-0.96239,1.97732,-0.34199
+3.80655,1.04452,-1.12673,-1.78742,-0.96246,1.97691,-0.34159
+3.80763,1.04469,-1.12668,-1.78740,-0.96248,1.97679,-0.34147
+3.80870,1.04527,-1.12651,-1.78733,-0.96256,1.97635,-0.34105
+3.80978,1.04585,-1.12634,-1.78727,-0.96264,1.97593,-0.34063
+3.81086,1.04641,-1.12617,-1.78720,-0.96271,1.97551,-0.34022
+3.81193,1.04697,-1.12600,-1.78714,-0.96279,1.97509,-0.33981
+3.81301,1.04752,-1.12584,-1.78707,-0.96286,1.97468,-0.33941
+3.81409,1.04797,-1.12571,-1.78702,-0.96292,1.97435,-0.33908
+3.81517,1.04866,-1.12553,-1.78689,-0.96303,1.97384,-0.33858
+3.81624,1.04934,-1.12536,-1.78676,-0.96314,1.97334,-0.33809
+3.81732,1.05001,-1.12519,-1.78663,-0.96325,1.97284,-0.33761
+3.81840,1.05067,-1.12502,-1.78651,-0.96336,1.97235,-0.33713
+3.81947,1.05132,-1.12485,-1.78639,-0.96346,1.97187,-0.33666
+3.82055,1.05196,-1.12469,-1.78627,-0.96357,1.97140,-0.33620
+3.82163,1.05259,-1.12453,-1.78616,-0.96367,1.97093,-0.33574
+3.82271,1.05321,-1.12437,-1.78605,-0.96377,1.97047,-0.33529
+3.82378,1.05382,-1.12422,-1.78593,-0.96386,1.97002,-0.33485
+3.82486,1.05442,-1.12407,-1.78583,-0.96396,1.96957,-0.33442
+3.82594,1.05502,-1.12392,-1.78572,-0.96405,1.96913,-0.33399
+3.82701,1.05560,-1.12377,-1.78562,-0.96414,1.96869,-0.33357
+3.82809,1.05617,-1.12363,-1.78551,-0.96423,1.96827,-0.33315
+3.82917,1.05674,-1.12348,-1.78541,-0.96431,1.96784,-0.33274
+3.83025,1.05730,-1.12334,-1.78532,-0.96440,1.96743,-0.33234
+3.83132,1.05785,-1.12321,-1.78522,-0.96448,1.96702,-0.33194
+3.83240,1.05839,-1.12307,-1.78512,-0.96457,1.96661,-0.33155
+3.83348,1.05898,-1.12294,-1.78500,-0.96466,1.96617,-0.33112
+3.83455,1.05956,-1.12281,-1.78487,-0.96476,1.96574,-0.33071
+3.83563,1.06013,-1.12268,-1.78475,-0.96486,1.96532,-0.33029
+3.83671,1.06070,-1.12255,-1.78463,-0.96495,1.96490,-0.32989
+3.83779,1.06125,-1.12243,-1.78452,-0.96504,1.96449,-0.32949
+3.83886,1.06180,-1.12230,-1.78440,-0.96513,1.96408,-0.32910
+3.83994,1.06229,-1.12219,-1.78430,-0.96521,1.96371,-0.32874
+3.84102,1.06288,-1.12208,-1.78414,-0.96532,1.96327,-0.32832
+3.84209,1.06346,-1.12197,-1.78398,-0.96543,1.96284,-0.32790
+3.84317,1.06404,-1.12187,-1.78383,-0.96553,1.96241,-0.32748
+3.84425,1.06461,-1.12176,-1.78368,-0.96564,1.96199,-0.32708
+3.84533,1.06516,-1.12166,-1.78353,-0.96574,1.96157,-0.32668
+3.84640,1.06571,-1.12156,-1.78338,-0.96584,1.96116,-0.32628
+3.84748,1.06625,-1.12146,-1.78324,-0.96594,1.96076,-0.32589
+3.84856,1.06679,-1.12136,-1.78310,-0.96603,1.96036,-0.32551
+3.84963,1.06684,-1.12135,-1.78308,-0.96604,1.96032,-0.32547
+3.85071,1.06743,-1.12126,-1.78290,-0.96616,1.95988,-0.32505
+3.85179,1.06801,-1.12117,-1.78271,-0.96628,1.95945,-0.32464
+3.85287,1.06858,-1.12109,-1.78253,-0.96639,1.95902,-0.32423
+3.85394,1.06914,-1.12100,-1.78236,-0.96650,1.95861,-0.32383
+3.85502,1.06969,-1.12092,-1.78218,-0.96661,1.95820,-0.32343
+3.85610,1.07023,-1.12084,-1.78201,-0.96672,1.95779,-0.32304
+3.85717,1.07076,-1.12076,-1.78185,-0.96682,1.95739,-0.32266
+3.85825,1.07129,-1.12068,-1.78168,-0.96693,1.95700,-0.32228
+3.85933,1.07140,-1.12067,-1.78164,-0.96695,1.95691,-0.32220
+3.86040,1.07199,-1.12061,-1.78140,-0.96709,1.95647,-0.32178
+3.86148,1.07258,-1.12056,-1.78116,-0.96722,1.95604,-0.32136
+3.86256,1.07315,-1.12051,-1.78093,-0.96735,1.95561,-0.32095
+3.86364,1.07372,-1.12046,-1.78070,-0.96748,1.95519,-0.32055
+3.86471,1.07427,-1.12041,-1.78048,-0.96761,1.95477,-0.32015
+3.86579,1.07482,-1.12037,-1.78026,-0.96773,1.95436,-0.31976
+3.86687,1.07536,-1.12032,-1.78004,-0.96786,1.95396,-0.31938
+3.86794,1.07589,-1.12027,-1.77983,-0.96798,1.95356,-0.31900
+3.86902,1.07642,-1.12022,-1.77962,-0.96809,1.95317,-0.31862
+3.87010,1.07693,-1.12018,-1.77942,-0.96821,1.95278,-0.31825
+3.87118,1.07724,-1.12015,-1.77929,-0.96828,1.95255,-0.31804
+3.87225,1.07776,-1.12014,-1.77904,-0.96841,1.95216,-0.31766
+3.87333,1.07827,-1.12012,-1.77880,-0.96853,1.95178,-0.31730
+3.87441,1.07878,-1.12010,-1.77856,-0.96866,1.95140,-0.31694
+3.87548,1.07928,-1.12008,-1.77833,-0.96878,1.95103,-0.31658
+3.87656,1.07943,-1.12008,-1.77826,-0.96882,1.95091,-0.31648
+3.87764,1.07994,-1.12009,-1.77797,-0.96896,1.95053,-0.31611
+3.87872,1.08044,-1.12011,-1.77768,-0.96910,1.95015,-0.31575
+3.87979,1.08094,-1.12012,-1.77740,-0.96924,1.94978,-0.31540
+3.88087,1.08143,-1.12014,-1.77712,-0.96937,1.94941,-0.31505
+3.88195,1.08191,-1.12015,-1.77685,-0.96950,1.94905,-0.31470
+3.88302,1.08234,-1.12017,-1.77661,-0.96962,1.94873,-0.31440
+3.88410,1.08284,-1.12021,-1.77628,-0.96977,1.94836,-0.31405
+3.88518,1.08332,-1.12026,-1.77596,-0.96992,1.94799,-0.31370
+3.88626,1.08380,-1.12030,-1.77565,-0.97006,1.94763,-0.31336
+3.88733,1.08427,-1.12035,-1.77534,-0.97020,1.94728,-0.31303
+3.88841,1.08473,-1.12039,-1.77504,-0.97034,1.94693,-0.31270
+3.88949,1.08519,-1.12043,-1.77474,-0.97048,1.94659,-0.31238
+3.89056,1.08524,-1.12044,-1.77471,-0.97050,1.94655,-0.31234
+3.89164,1.08570,-1.12051,-1.77437,-0.97065,1.94620,-0.31201
+3.89272,1.08616,-1.12057,-1.77404,-0.97080,1.94586,-0.31168
+3.89380,1.08661,-1.12064,-1.77371,-0.97094,1.94552,-0.31136
+3.89487,1.08706,-1.12070,-1.77339,-0.97109,1.94518,-0.31105
+3.89595,1.08741,-1.12076,-1.77313,-0.97120,1.94492,-0.31080
+3.89703,1.08789,-1.12088,-1.77270,-0.97138,1.94456,-0.31046
+3.89810,1.08836,-1.12100,-1.77229,-0.97156,1.94421,-0.31013
+3.89918,1.08882,-1.12111,-1.77188,-0.97173,1.94386,-0.30980
+3.90026,1.08927,-1.12123,-1.77148,-0.97190,1.94352,-0.30948
+3.90134,1.08972,-1.12134,-1.77109,-0.97207,1.94318,-0.30916
+3.90241,1.09016,-1.12145,-1.77070,-0.97223,1.94285,-0.30885
+3.90349,1.09059,-1.12156,-1.77032,-0.97240,1.94253,-0.30854
+3.90457,1.09102,-1.12166,-1.76995,-0.97255,1.94221,-0.30824
+3.90564,1.09144,-1.12177,-1.76958,-0.97271,1.94189,-0.30795
+3.90672,1.09185,-1.12187,-1.76922,-0.97286,1.94158,-0.30766
+3.90780,1.09225,-1.12198,-1.76885,-0.97302,1.94128,-0.30737
+3.90888,1.09265,-1.12219,-1.76834,-0.97322,1.94098,-0.30709
+3.90995,1.09305,-1.12240,-1.76784,-0.97341,1.94068,-0.30681
+3.91103,1.09343,-1.12261,-1.76734,-0.97360,1.94039,-0.30654
+3.91211,1.09381,-1.12281,-1.76686,-0.97379,1.94010,-0.30627
+3.91318,1.09419,-1.12300,-1.76638,-0.97397,1.93982,-0.30600
+3.91426,1.09455,-1.12320,-1.76592,-0.97415,1.93954,-0.30574
+3.91534,1.09491,-1.12339,-1.76546,-0.97433,1.93927,-0.30549
+3.91642,1.09527,-1.12358,-1.76501,-0.97450,1.93900,-0.30524
+3.91749,1.09562,-1.12376,-1.76456,-0.97468,1.93874,-0.30499
+3.91857,1.09596,-1.12394,-1.76413,-0.97484,1.93848,-0.30475
+3.91965,1.09630,-1.12411,-1.76370,-0.97501,1.93822,-0.30451
+3.92072,1.09663,-1.12429,-1.76328,-0.97517,1.93797,-0.30427
+3.92180,1.09677,-1.12436,-1.76310,-0.97524,1.93787,-0.30418
+3.92288,1.09711,-1.12460,-1.76259,-0.97544,1.93761,-0.30394
+3.92396,1.09745,-1.12483,-1.76209,-0.97563,1.93735,-0.30370
+3.92503,1.09778,-1.12505,-1.76159,-0.97581,1.93710,-0.30346
+3.92611,1.09810,-1.12527,-1.76110,-0.97600,1.93686,-0.30323
+3.92719,1.09843,-1.12549,-1.76062,-0.97618,1.93661,-0.30301
+3.92826,1.09874,-1.12570,-1.76015,-0.97636,1.93637,-0.30279
+3.92934,1.09905,-1.12591,-1.75969,-0.97653,1.93614,-0.30257
+3.93042,1.09936,-1.12611,-1.75924,-0.97670,1.93591,-0.30235
+3.93150,1.09966,-1.12632,-1.75879,-0.97687,1.93568,-0.30214
+3.93257,1.09989,-1.12649,-1.75843,-0.97701,1.93550,-0.30197
+3.93365,1.10016,-1.12680,-1.75784,-0.97722,1.93530,-0.30179
+3.93473,1.10042,-1.12711,-1.75726,-0.97742,1.93510,-0.30160
+3.93580,1.10067,-1.12741,-1.75670,-0.97762,1.93491,-0.30142
+3.93688,1.10093,-1.12770,-1.75614,-0.97782,1.93471,-0.30124
+3.93796,1.10117,-1.12799,-1.75559,-0.97801,1.93453,-0.30107
+3.93903,1.10142,-1.12828,-1.75506,-0.97820,1.93434,-0.30090
+3.94011,1.10165,-1.12856,-1.75453,-0.97839,1.93416,-0.30073
+3.94119,1.10189,-1.12883,-1.75401,-0.97858,1.93398,-0.30056
+3.94227,1.10212,-1.12910,-1.75350,-0.97876,1.93380,-0.30040
+3.94334,1.10235,-1.12937,-1.75300,-0.97894,1.93363,-0.30024
+3.94442,1.10257,-1.12963,-1.75251,-0.97911,1.93346,-0.30009
+3.94550,1.10279,-1.12989,-1.75202,-0.97929,1.93329,-0.29993
+3.94657,1.10290,-1.13002,-1.75177,-0.97938,1.93321,-0.29986
+3.94765,1.10310,-1.13037,-1.75117,-0.97959,1.93306,-0.29971
+3.94873,1.10329,-1.13071,-1.75057,-0.97979,1.93291,-0.29958
+3.94981,1.10348,-1.13104,-1.74999,-0.97999,1.93276,-0.29944
+3.95088,1.10367,-1.13137,-1.74941,-0.98019,1.93262,-0.29931
+3.95196,1.10386,-1.13169,-1.74885,-0.98038,1.93247,-0.29918
+3.95304,1.10404,-1.13201,-1.74830,-0.98057,1.93233,-0.29905
+3.95411,1.10422,-1.13232,-1.74775,-0.98076,1.93220,-0.29892
+3.95519,1.10440,-1.13263,-1.74722,-0.98095,1.93206,-0.29880
+3.95627,1.10457,-1.13293,-1.74669,-0.98113,1.93193,-0.29868
+3.95735,1.10474,-1.13322,-1.74617,-0.98131,1.93180,-0.29856
+3.95842,1.10491,-1.13351,-1.74567,-0.98149,1.93167,-0.29844
+3.95950,1.10504,-1.13375,-1.74525,-0.98163,1.93157,-0.29835
+3.96058,1.10518,-1.13412,-1.74465,-0.98184,1.93146,-0.29825
+3.96165,1.10532,-1.13448,-1.74405,-0.98204,1.93136,-0.29815
+3.96273,1.10545,-1.13483,-1.74346,-0.98224,1.93125,-0.29805
+3.96381,1.10559,-1.13518,-1.74288,-0.98243,1.93115,-0.29796
+3.96489,1.10572,-1.13553,-1.74231,-0.98263,1.93105,-0.29787
+3.96596,1.10585,-1.13586,-1.74175,-0.98282,1.93095,-0.29778
+3.96704,1.10597,-1.13619,-1.74120,-0.98300,1.93085,-0.29769
+3.96812,1.10609,-1.13652,-1.74066,-0.98319,1.93075,-0.29760
+3.96919,1.10622,-1.13684,-1.74013,-0.98337,1.93066,-0.29752
+3.97027,1.10634,-1.13715,-1.73961,-0.98355,1.93057,-0.29743
+3.97135,1.10643,-1.13740,-1.73920,-0.98369,1.93049,-0.29737
+3.97243,1.10654,-1.13774,-1.73865,-0.98387,1.93041,-0.29729
+3.97350,1.10664,-1.13806,-1.73812,-0.98405,1.93033,-0.29722
+3.97458,1.10675,-1.13839,-1.73759,-0.98423,1.93025,-0.29714
+3.97566,1.10684,-1.13867,-1.73712,-0.98439,1.93017,-0.29708
+3.97673,1.10695,-1.13900,-1.73658,-0.98458,1.93009,-0.29700
+3.97781,1.10706,-1.13932,-1.73605,-0.98476,1.93000,-0.29692
+3.97889,1.10717,-1.13964,-1.73552,-0.98494,1.92992,-0.29685
+3.97997,1.10723,-1.13983,-1.73521,-0.98505,1.92987,-0.29680
+3.98104,1.10732,-1.14016,-1.73468,-0.98523,1.92980,-0.29674
+3.98212,1.10742,-1.14048,-1.73416,-0.98541,1.92973,-0.29667
+3.98320,1.10743,-1.14055,-1.73405,-0.98544,1.92972,-0.29666
+3.98427,1.10747,-1.14092,-1.73348,-0.98563,1.92968,-0.29663
+3.98535,1.10752,-1.14128,-1.73293,-0.98581,1.92965,-0.29660
+3.98643,1.10756,-1.14164,-1.73238,-0.98598,1.92961,-0.29657
+3.98751,1.10760,-1.14199,-1.73185,-0.98616,1.92958,-0.29654
+3.98858,1.10763,-1.14231,-1.73137,-0.98632,1.92955,-0.29652
+3.98966,1.10759,-1.14273,-1.73077,-0.98650,1.92958,-0.29655
+3.99074,1.10756,-1.14314,-1.73018,-0.98668,1.92960,-0.29657
+3.99181,1.10752,-1.14355,-1.72960,-0.98686,1.92962,-0.29660
+3.99289,1.10748,-1.14395,-1.72903,-0.98704,1.92965,-0.29662
+3.99397,1.10745,-1.14435,-1.72847,-0.98721,1.92967,-0.29665
+3.99505,1.10741,-1.14474,-1.72792,-0.98738,1.92969,-0.29667
+3.99612,1.10738,-1.14512,-1.72737,-0.98755,1.92972,-0.29669
+3.99720,1.10734,-1.14549,-1.72684,-0.98772,1.92974,-0.29672
+3.99828,1.10732,-1.14561,-1.72667,-0.98777,1.92976,-0.29673
+3.99935,1.10718,-1.14609,-1.72606,-0.98795,1.92986,-0.29683
+4.00043,1.10703,-1.14655,-1.72546,-0.98812,1.92996,-0.29693
+4.00151,1.10689,-1.14701,-1.72486,-0.98829,1.93007,-0.29703
+4.00259,1.10675,-1.14746,-1.72428,-0.98846,1.93017,-0.29713
+4.00366,1.10661,-1.14790,-1.72370,-0.98862,1.93027,-0.29723
+4.00474,1.10647,-1.14833,-1.72314,-0.98879,1.93037,-0.29732
+4.00582,1.10634,-1.14876,-1.72258,-0.98895,1.93047,-0.29742
+4.00689,1.10620,-1.14918,-1.72203,-0.98911,1.93056,-0.29751
+4.00797,1.10607,-1.14959,-1.72150,-0.98927,1.93066,-0.29760
+4.00905,1.10594,-1.15000,-1.72097,-0.98942,1.93075,-0.29769
+4.01012,1.10581,-1.15039,-1.72045,-0.98958,1.93085,-0.29778
+4.01120,1.10577,-1.15049,-1.72033,-0.98961,1.93088,-0.29781
+4.01228,1.10548,-1.15103,-1.71969,-0.98977,1.93109,-0.29801
+4.01336,1.10520,-1.15156,-1.71906,-0.98994,1.93129,-0.29821
+4.01443,1.10492,-1.15208,-1.71844,-0.99010,1.93150,-0.29840
+4.01551,1.10465,-1.15259,-1.71783,-0.99026,1.93170,-0.29859
+4.01659,1.10438,-1.15310,-1.71724,-0.99042,1.93190,-0.29878
+4.01766,1.10411,-1.15360,-1.71665,-0.99058,1.93209,-0.29897
+4.01874,1.10385,-1.15408,-1.71607,-0.99073,1.93229,-0.29915
+4.01982,1.10359,-1.15456,-1.71550,-0.99089,1.93248,-0.29933
+4.02090,1.10333,-1.15503,-1.71494,-0.99104,1.93266,-0.29951
+4.02197,1.10308,-1.15550,-1.71439,-0.99119,1.93285,-0.29968
+4.02305,1.10283,-1.15595,-1.71384,-0.99133,1.93303,-0.29986
+4.02413,1.10259,-1.15640,-1.71331,-0.99148,1.93321,-0.30003
+4.02520,1.10235,-1.15684,-1.71278,-0.99162,1.93339,-0.30020
+4.02628,1.10211,-1.15727,-1.71227,-0.99177,1.93356,-0.30036
+4.02736,1.10188,-1.15769,-1.71176,-0.99191,1.93373,-0.30053
+4.02844,1.10165,-1.15811,-1.71126,-0.99204,1.93390,-0.30069
+4.02951,1.10142,-1.15852,-1.71077,-0.99218,1.93407,-0.30085
+4.03059,1.10132,-1.15865,-1.71064,-0.99221,1.93415,-0.30092
+4.03167,1.10050,-1.15953,-1.70980,-0.99237,1.93475,-0.30149
+4.03274,1.09970,-1.16039,-1.70897,-0.99253,1.93534,-0.30205
+4.03382,1.09891,-1.16124,-1.70815,-0.99268,1.93592,-0.30260
+4.03490,1.09814,-1.16207,-1.70735,-0.99284,1.93649,-0.30314
+4.03598,1.09737,-1.16290,-1.70656,-0.99299,1.93705,-0.30367
+4.03705,1.09662,-1.16370,-1.70578,-0.99315,1.93761,-0.30420
+4.03813,1.09588,-1.16450,-1.70502,-0.99330,1.93815,-0.30471
+4.03921,1.09516,-1.16527,-1.70426,-0.99345,1.93869,-0.30522
+4.04028,1.09444,-1.16604,-1.70352,-0.99360,1.93922,-0.30572
+4.04136,1.09374,-1.16680,-1.70279,-0.99375,1.93974,-0.30622
+4.04244,1.09305,-1.16754,-1.70207,-0.99390,1.94025,-0.30670
+4.04352,1.09237,-1.16826,-1.70136,-0.99405,1.94075,-0.30718
+4.04459,1.09170,-1.16898,-1.70067,-0.99420,1.94125,-0.30765
+4.04567,1.09104,-1.16969,-1.69998,-0.99435,1.94174,-0.30812
+4.04675,1.09039,-1.17038,-1.69930,-0.99449,1.94222,-0.30857
+4.04782,1.08975,-1.17106,-1.69864,-0.99464,1.94269,-0.30902
+4.04890,1.08912,-1.17173,-1.69798,-0.99478,1.94315,-0.30947
+4.04998,1.08850,-1.17239,-1.69734,-0.99492,1.94361,-0.30990
+4.05106,1.08790,-1.17303,-1.69670,-0.99506,1.94406,-0.31033
+4.05213,1.08730,-1.17367,-1.69608,-0.99520,1.94450,-0.31075
+4.05321,1.08671,-1.17429,-1.69546,-0.99534,1.94494,-0.31117
+4.05429,1.08613,-1.17491,-1.69486,-0.99548,1.94537,-0.31158
+4.05536,1.08556,-1.17551,-1.69426,-0.99561,1.94579,-0.31198
+4.05644,1.08500,-1.17611,-1.69367,-0.99575,1.94621,-0.31238
+4.05752,1.08444,-1.17669,-1.69309,-0.99588,1.94662,-0.31277
+4.05860,1.08390,-1.17727,-1.69253,-0.99602,1.94702,-0.31316
+4.05967,1.08337,-1.17783,-1.69197,-0.99615,1.94742,-0.31354
+4.06075,1.08284,-1.17839,-1.69141,-0.99628,1.94781,-0.31391
+4.06183,1.08232,-1.17893,-1.69087,-0.99641,1.94819,-0.31428
+4.06290,1.08181,-1.17947,-1.69034,-0.99654,1.94857,-0.31464
+4.06398,1.08131,-1.18000,-1.68981,-0.99667,1.94895,-0.31500
+4.06506,1.08082,-1.18052,-1.68929,-0.99679,1.94931,-0.31535
+4.06614,1.08033,-1.18103,-1.68879,-0.99692,1.94968,-0.31569
+4.06721,1.07985,-1.18153,-1.68828,-0.99704,1.95003,-0.31603
+4.06829,1.07938,-1.18202,-1.68779,-0.99716,1.95038,-0.31637
+4.06937,1.07892,-1.18251,-1.68730,-0.99729,1.95073,-0.31670
+4.07044,1.07846,-1.18298,-1.68683,-0.99741,1.95107,-0.31703
+4.07152,1.07801,-1.18345,-1.68635,-0.99752,1.95140,-0.31735
+4.07260,1.07757,-1.18391,-1.68589,-0.99764,1.95173,-0.31766
+4.07368,1.07714,-1.18436,-1.68544,-0.99776,1.95205,-0.31797
+4.07475,1.07671,-1.18481,-1.68499,-0.99788,1.95237,-0.31828
+4.07583,1.07629,-1.18525,-1.68454,-0.99799,1.95269,-0.31858
+4.07691,1.07587,-1.18568,-1.68411,-0.99810,1.95300,-0.31888
+4.07798,1.07546,-1.18610,-1.68368,-0.99822,1.95330,-0.31917
+4.07906,1.07506,-1.18652,-1.68326,-0.99833,1.95360,-0.31946
+4.08014,1.07466,-1.18693,-1.68284,-0.99844,1.95389,-0.31974
+4.08121,1.07428,-1.18733,-1.68244,-0.99855,1.95419,-0.32002
+4.08229,1.07389,-1.18773,-1.68203,-0.99866,1.95447,-0.32029
+4.08337,1.07352,-1.18812,-1.68164,-0.99876,1.95475,-0.32057
+4.08445,1.07338,-1.18825,-1.68151,-0.99880,1.95485,-0.32066
+4.08552,1.07278,-1.18881,-1.68099,-0.99891,1.95530,-0.32109
+4.08660,1.07218,-1.18936,-1.68048,-0.99902,1.95574,-0.32152
+4.08768,1.07160,-1.18991,-1.67998,-0.99913,1.95617,-0.32193
+4.08875,1.07103,-1.19044,-1.67949,-0.99924,1.95660,-0.32234
+4.08983,1.07046,-1.19097,-1.67900,-0.99935,1.95702,-0.32275
+4.09091,1.06990,-1.19148,-1.67852,-0.99946,1.95743,-0.32315
+4.09199,1.06936,-1.19199,-1.67805,-0.99957,1.95784,-0.32354
+4.09306,1.06882,-1.19249,-1.67759,-0.99968,1.95824,-0.32392
+4.09414,1.06829,-1.19298,-1.67713,-0.99979,1.95863,-0.32430
+4.09522,1.06777,-1.19346,-1.67668,-0.99989,1.95902,-0.32468
+4.09629,1.06726,-1.19394,-1.67624,-1.00000,1.95940,-0.32504
+4.09737,1.06675,-1.19440,-1.67580,-1.00010,1.95977,-0.32541
+4.09845,1.06625,-1.19486,-1.67537,-1.00021,1.96014,-0.32576
+4.09953,1.06577,-1.19531,-1.67495,-1.00031,1.96051,-0.32612
+4.10060,1.06528,-1.19576,-1.67454,-1.00041,1.96086,-0.32646
+4.10168,1.06481,-1.19620,-1.67413,-1.00051,1.96122,-0.32680
+4.10276,1.06435,-1.19662,-1.67372,-1.00061,1.96156,-0.32714
+4.10383,1.06389,-1.19705,-1.67332,-1.00071,1.96190,-0.32747
+4.10491,1.06344,-1.19746,-1.67293,-1.00081,1.96224,-0.32779
+4.10599,1.06299,-1.19787,-1.67255,-1.00091,1.96257,-0.32811
+4.10707,1.06256,-1.19827,-1.67217,-1.00101,1.96290,-0.32843
+4.10814,1.06213,-1.19866,-1.67180,-1.00110,1.96322,-0.32874
+4.10922,1.06170,-1.19905,-1.67143,-1.00120,1.96353,-0.32904
+4.11030,1.06129,-1.19943,-1.67107,-1.00129,1.96384,-0.32934
+4.11137,1.06088,-1.19981,-1.67071,-1.00138,1.96415,-0.32964
+4.11245,1.06068,-1.19999,-1.67055,-1.00142,1.96430,-0.32979
+4.11353,1.05989,-1.20064,-1.67001,-1.00152,1.96488,-0.33035
+4.11461,1.05912,-1.20128,-1.66947,-1.00162,1.96544,-0.33090
+4.11568,1.05836,-1.20192,-1.66894,-1.00173,1.96601,-0.33145
+4.11676,1.05762,-1.20254,-1.66842,-1.00183,1.96656,-0.33198
+4.11784,1.05688,-1.20315,-1.66791,-1.00193,1.96710,-0.33251
+4.11891,1.05616,-1.20375,-1.66741,-1.00203,1.96763,-0.33303
+4.11999,1.05545,-1.20434,-1.66691,-1.00213,1.96816,-0.33354
+4.12107,1.05475,-1.20493,-1.66642,-1.00222,1.96867,-0.33405
+4.12215,1.05407,-1.20550,-1.66594,-1.00232,1.96918,-0.33454
+4.12322,1.05339,-1.20606,-1.66546,-1.00242,1.96968,-0.33503
+4.12430,1.05273,-1.20661,-1.66499,-1.00252,1.97017,-0.33551
+4.12538,1.05207,-1.20716,-1.66453,-1.00262,1.97065,-0.33599
+4.12645,1.05143,-1.20769,-1.66408,-1.00272,1.97113,-0.33645
+4.12753,1.05080,-1.20822,-1.66363,-1.00281,1.97160,-0.33691
+4.12861,1.05018,-1.20874,-1.66319,-1.00291,1.97206,-0.33736
+4.12969,1.04956,-1.20925,-1.66275,-1.00300,1.97251,-0.33780
+4.13076,1.04896,-1.20975,-1.66233,-1.00310,1.97296,-0.33824
+4.13184,1.04837,-1.21024,-1.66190,-1.00319,1.97340,-0.33867
+4.13292,1.04779,-1.21072,-1.66149,-1.00329,1.97383,-0.33909
+4.13399,1.04722,-1.21120,-1.66108,-1.00338,1.97425,-0.33951
+4.13507,1.04665,-1.21167,-1.66068,-1.00347,1.97467,-0.33992
+4.13615,1.04610,-1.21213,-1.66028,-1.00357,1.97508,-0.34032
+4.13723,1.04555,-1.21258,-1.65989,-1.00366,1.97549,-0.34072
+4.13830,1.04502,-1.21303,-1.65951,-1.00375,1.97588,-0.34111
+4.13938,1.04449,-1.21347,-1.65913,-1.00384,1.97628,-0.34150
+4.14046,1.04397,-1.21390,-1.65875,-1.00393,1.97666,-0.34187
+4.14153,1.04346,-1.21432,-1.65838,-1.00402,1.97704,-0.34225
+4.14261,1.04295,-1.21474,-1.65802,-1.00411,1.97741,-0.34261
+4.14369,1.04246,-1.21514,-1.65767,-1.00420,1.97778,-0.34298
+4.14477,1.04197,-1.21555,-1.65731,-1.00429,1.97814,-0.34333
+4.14584,1.04150,-1.21594,-1.65697,-1.00437,1.97850,-0.34368
+4.14692,1.04102,-1.21633,-1.65663,-1.00446,1.97885,-0.34403
+4.14800,1.04056,-1.21672,-1.65629,-1.00455,1.97919,-0.34437
+4.14907,1.04011,-1.21709,-1.65596,-1.00463,1.97953,-0.34470
+4.15015,1.03966,-1.21746,-1.65564,-1.00472,1.97986,-0.34503
+4.15123,1.03922,-1.21783,-1.65531,-1.00480,1.98019,-0.34535
+4.15231,1.03878,-1.21818,-1.65500,-1.00488,1.98051,-0.34567
+4.15338,1.03841,-1.21849,-1.65474,-1.00495,1.98079,-0.34594
+4.15446,1.03772,-1.21902,-1.65431,-1.00503,1.98130,-0.34644
+4.15554,1.03705,-1.21955,-1.65390,-1.00512,1.98180,-0.34694
+4.15661,1.03638,-1.22007,-1.65348,-1.00520,1.98229,-0.34743
+4.15769,1.03573,-1.22058,-1.65308,-1.00528,1.98277,-0.34790
+4.15877,1.03508,-1.22109,-1.65268,-1.00537,1.98325,-0.34838
+4.15984,1.03445,-1.22158,-1.65228,-1.00545,1.98371,-0.34884
+4.16092,1.03382,-1.22207,-1.65189,-1.00553,1.98417,-0.34930
+4.16200,1.03321,-1.22255,-1.65151,-1.00561,1.98463,-0.34975
+4.16308,1.03261,-1.22302,-1.65113,-1.00569,1.98507,-0.35019
+4.16415,1.03201,-1.22348,-1.65076,-1.00578,1.98551,-0.35062
+4.16523,1.03143,-1.22394,-1.65039,-1.00586,1.98594,-0.35105
+4.16631,1.03086,-1.22438,-1.65003,-1.00594,1.98636,-0.35147
+4.16738,1.03029,-1.22482,-1.64968,-1.00602,1.98678,-0.35189
+4.16846,1.02974,-1.22526,-1.64933,-1.00610,1.98719,-0.35230
+4.16954,1.02919,-1.22568,-1.64898,-1.00618,1.98759,-0.35270
+4.17062,1.02866,-1.22610,-1.64864,-1.00626,1.98799,-0.35309
+4.17169,1.02813,-1.22651,-1.64831,-1.00634,1.98838,-0.35348
+4.17277,1.02761,-1.22692,-1.64798,-1.00642,1.98877,-0.35387
+4.17385,1.02710,-1.22732,-1.64765,-1.00649,1.98914,-0.35424
+4.17492,1.02659,-1.22771,-1.64733,-1.00657,1.98952,-0.35461
+4.17600,1.02610,-1.22809,-1.64701,-1.00665,1.98988,-0.35498
+4.17708,1.02561,-1.22847,-1.64670,-1.00673,1.99024,-0.35534
+4.17816,1.02513,-1.22884,-1.64640,-1.00680,1.99060,-0.35569
+4.17923,1.02466,-1.22921,-1.64610,-1.00688,1.99095,-0.35604
+4.18031,1.02420,-1.22957,-1.64580,-1.00695,1.99129,-0.35638
+4.18139,1.02374,-1.22992,-1.64551,-1.00703,1.99163,-0.35672
+4.18246,1.02330,-1.23027,-1.64522,-1.00710,1.99196,-0.35705
+4.18354,1.02286,-1.23062,-1.64493,-1.00718,1.99228,-0.35738
+4.18462,1.02270,-1.23073,-1.64484,-1.00720,1.99240,-0.35750
+4.18570,1.02202,-1.23124,-1.64446,-1.00727,1.99290,-0.35800
+4.18677,1.02134,-1.23174,-1.64409,-1.00734,1.99340,-0.35850
+4.18785,1.02068,-1.23223,-1.64373,-1.00741,1.99388,-0.35898
+4.18893,1.02003,-1.23271,-1.64337,-1.00748,1.99436,-0.35946
+4.19000,1.01940,-1.23319,-1.64302,-1.00755,1.99483,-0.35993
+4.19108,1.01877,-1.23365,-1.64267,-1.00762,1.99529,-0.36040
+4.19216,1.01815,-1.23411,-1.64232,-1.00769,1.99574,-0.36086
+4.19324,1.01754,-1.23456,-1.64198,-1.00777,1.99619,-0.36131
+4.19431,1.01695,-1.23501,-1.64165,-1.00784,1.99663,-0.36175
+4.19539,1.01636,-1.23544,-1.64132,-1.00791,1.99706,-0.36218
+4.19647,1.01578,-1.23587,-1.64099,-1.00798,1.99749,-0.36261
+4.19754,1.01521,-1.23629,-1.64067,-1.00805,1.99791,-0.36304
+4.19862,1.01465,-1.23671,-1.64036,-1.00812,1.99832,-0.36345
+4.19970,1.01410,-1.23712,-1.64005,-1.00819,1.99872,-0.36386
+4.20078,1.01356,-1.23752,-1.63974,-1.00826,1.99912,-0.36426
+4.20185,1.01303,-1.23791,-1.63944,-1.00833,1.99951,-0.36466
+4.20293,1.01251,-1.23830,-1.63914,-1.00839,1.99990,-0.36505
+4.20401,1.01199,-1.23868,-1.63885,-1.00846,2.00028,-0.36543
+4.20508,1.01149,-1.23906,-1.63856,-1.00853,2.00065,-0.36581
+4.20616,1.01099,-1.23943,-1.63828,-1.00860,2.00102,-0.36618
+4.20724,1.01050,-1.23979,-1.63800,-1.00867,2.00138,-0.36654
+4.20832,1.01002,-1.24015,-1.63772,-1.00874,2.00173,-0.36690
+4.20939,1.00955,-1.24050,-1.63745,-1.00880,2.00208,-0.36726
+4.21047,1.00908,-1.24084,-1.63718,-1.00887,2.00243,-0.36760
+4.21155,1.00862,-1.24118,-1.63691,-1.00894,2.00276,-0.36795
+4.21262,1.00817,-1.24152,-1.63665,-1.00900,2.00310,-0.36828
+4.21370,1.00772,-1.24185,-1.63640,-1.00906,2.00343,-0.36862
+4.21478,1.00673,-1.24258,-1.63590,-1.00914,2.00415,-0.36936
+4.21586,1.00576,-1.24329,-1.63540,-1.00921,2.00486,-0.37008
+4.21693,1.00481,-1.24400,-1.63492,-1.00929,2.00555,-0.37078
+4.21801,1.00387,-1.24469,-1.63444,-1.00936,2.00623,-0.37148
+4.21909,1.00295,-1.24537,-1.63397,-1.00944,2.00690,-0.37217
+4.22016,1.00204,-1.24603,-1.63350,-1.00952,2.00756,-0.37284
+4.22124,1.00116,-1.24669,-1.63304,-1.00960,2.00821,-0.37350
+4.22232,1.00028,-1.24734,-1.63259,-1.00968,2.00885,-0.37416
+4.22340,0.99942,-1.24797,-1.63214,-1.00975,2.00948,-0.37480
+4.22447,0.99858,-1.24860,-1.63170,-1.00983,2.01009,-0.37543
+4.22555,0.99775,-1.24922,-1.63126,-1.00991,2.01070,-0.37605
+4.22663,0.99693,-1.24982,-1.63083,-1.00999,2.01129,-0.37666
+4.22770,0.99613,-1.25042,-1.63041,-1.01007,2.01188,-0.37727
+4.22878,0.99534,-1.25100,-1.62999,-1.01015,2.01245,-0.37786
+4.22986,0.99456,-1.25158,-1.62958,-1.01023,2.01302,-0.37844
+4.23093,0.99380,-1.25214,-1.62918,-1.01031,2.01358,-0.37901
+4.23201,0.99305,-1.25270,-1.62877,-1.01039,2.01412,-0.37957
+4.23309,0.99231,-1.25325,-1.62838,-1.01048,2.01466,-0.38013
+4.23417,0.99159,-1.25379,-1.62799,-1.01056,2.01519,-0.38067
+4.23524,0.99088,-1.25431,-1.62761,-1.01064,2.01571,-0.38121
+4.23632,0.99018,-1.25484,-1.62723,-1.01072,2.01622,-0.38174
+4.23740,0.98949,-1.25535,-1.62686,-1.01080,2.01672,-0.38226
+4.23847,0.98881,-1.25585,-1.62649,-1.01088,2.01722,-0.38277
+4.23955,0.98815,-1.25635,-1.62613,-1.01096,2.01770,-0.38327
+4.24063,0.98750,-1.25683,-1.62577,-1.01104,2.01818,-0.38377
+4.24171,0.98685,-1.25731,-1.62542,-1.01112,2.01865,-0.38425
+4.24278,0.98622,-1.25778,-1.62507,-1.01120,2.01911,-0.38473
+4.24386,0.98560,-1.25825,-1.62473,-1.01128,2.01957,-0.38520
+4.24494,0.98499,-1.25870,-1.62439,-1.01136,2.02001,-0.38567
+4.24601,0.98439,-1.25915,-1.62406,-1.01144,2.02045,-0.38612
+4.24709,0.98380,-1.25959,-1.62373,-1.01152,2.02088,-0.38657
+4.24817,0.98321,-1.26002,-1.62341,-1.01160,2.02131,-0.38701
+4.24925,0.98264,-1.26045,-1.62309,-1.01168,2.02173,-0.38745
+4.25032,0.98208,-1.26087,-1.62278,-1.01175,2.02214,-0.38787
+4.25140,0.98153,-1.26128,-1.62247,-1.01183,2.02254,-0.38829
+4.25248,0.98099,-1.26169,-1.62216,-1.01191,2.02294,-0.38871
+4.25355,0.98045,-1.26209,-1.62186,-1.01199,2.02333,-0.38911
+4.25463,0.97993,-1.26248,-1.62156,-1.01206,2.02371,-0.38951
+4.25571,0.97941,-1.26286,-1.62127,-1.01214,2.02409,-0.38991
+4.25679,0.97890,-1.26324,-1.62098,-1.01222,2.02446,-0.39030
+4.25786,0.97840,-1.26361,-1.62070,-1.01229,2.02483,-0.39068
+4.25894,0.97791,-1.26398,-1.62042,-1.01237,2.02519,-0.39105
+4.26002,0.97743,-1.26434,-1.62015,-1.01244,2.02554,-0.39142
+4.26109,0.97696,-1.26469,-1.61987,-1.01252,2.02589,-0.39178
+4.26217,0.97649,-1.26504,-1.61961,-1.01259,2.02623,-0.39214
+4.26325,0.97603,-1.26539,-1.61934,-1.01267,2.02657,-0.39249
+4.26433,0.97558,-1.26572,-1.61908,-1.01274,2.02690,-0.39284
+4.26540,0.97513,-1.26605,-1.61883,-1.01281,2.02723,-0.39318
+4.26648,0.97470,-1.26638,-1.61858,-1.01289,2.02755,-0.39352
+4.26756,0.97455,-1.26649,-1.61849,-1.01291,2.02765,-0.39363
+4.26863,0.97396,-1.26694,-1.61815,-1.01299,2.02809,-0.39408
+4.26971,0.97337,-1.26739,-1.61782,-1.01307,2.02851,-0.39453
+4.27079,0.97280,-1.26783,-1.61749,-1.01315,2.02893,-0.39497
+4.27187,0.97223,-1.26826,-1.61717,-1.01323,2.02934,-0.39540
+4.27294,0.97167,-1.26868,-1.61685,-1.01331,2.02975,-0.39583
+4.27402,0.97113,-1.26910,-1.61654,-1.01339,2.03015,-0.39625
+4.27510,0.97059,-1.26951,-1.61623,-1.01347,2.03054,-0.39666
+4.27617,0.97006,-1.26991,-1.61593,-1.01355,2.03092,-0.39706
+4.27725,0.96954,-1.27031,-1.61562,-1.01363,2.03130,-0.39746
+4.27833,0.96903,-1.27070,-1.61533,-1.01370,2.03167,-0.39786
+4.27941,0.96853,-1.27108,-1.61504,-1.01378,2.03204,-0.39824
+4.28048,0.96803,-1.27146,-1.61475,-1.01386,2.03240,-0.39862
+4.28156,0.96755,-1.27183,-1.61447,-1.01394,2.03276,-0.39900
+4.28264,0.96707,-1.27220,-1.61419,-1.01401,2.03310,-0.39936
+4.28371,0.96660,-1.27255,-1.61391,-1.01409,2.03345,-0.39973
+4.28479,0.96614,-1.27291,-1.61364,-1.01416,2.03378,-0.40008
+4.28587,0.96569,-1.27325,-1.61337,-1.01424,2.03412,-0.40043
+4.28695,0.96524,-1.27359,-1.61311,-1.01431,2.03444,-0.40078
+4.28802,0.96480,-1.27393,-1.61285,-1.01439,2.03476,-0.40112
+4.28910,0.96437,-1.27426,-1.61259,-1.01446,2.03508,-0.40145
+4.29018,0.96408,-1.27448,-1.61243,-1.01451,2.03528,-0.40167
+4.29125,0.96339,-1.27502,-1.61203,-1.01460,2.03578,-0.40220
+4.29233,0.96272,-1.27555,-1.61163,-1.01469,2.03627,-0.40272
+4.29341,0.96205,-1.27608,-1.61125,-1.01478,2.03676,-0.40323
+4.29449,0.96139,-1.27659,-1.61086,-1.01486,2.03723,-0.40374
+4.29556,0.96075,-1.27710,-1.61049,-1.01495,2.03770,-0.40423
+4.29664,0.96011,-1.27760,-1.61012,-1.01504,2.03816,-0.40472
+4.29772,0.95949,-1.27809,-1.60975,-1.01513,2.03861,-0.40520
+4.29879,0.95888,-1.27857,-1.60939,-1.01522,2.03905,-0.40567
+4.29987,0.95828,-1.27905,-1.60903,-1.01531,2.03949,-0.40614
+4.30095,0.95768,-1.27951,-1.60868,-1.01539,2.03991,-0.40659
+4.30202,0.95710,-1.27997,-1.60834,-1.01548,2.04034,-0.40704
+4.30310,0.95653,-1.28042,-1.60799,-1.01557,2.04075,-0.40749
+4.30418,0.95597,-1.28087,-1.60766,-1.01566,2.04116,-0.40792
+4.30526,0.95541,-1.28130,-1.60733,-1.01574,2.04156,-0.40835
+4.30633,0.95487,-1.28173,-1.60700,-1.01583,2.04195,-0.40877
+4.30741,0.95434,-1.28215,-1.60668,-1.01591,2.04234,-0.40919
+4.30849,0.95381,-1.28257,-1.60636,-1.01600,2.04272,-0.40959
+4.30956,0.95329,-1.28297,-1.60605,-1.01608,2.04309,-0.40999
+4.31064,0.95279,-1.28337,-1.60574,-1.01617,2.04346,-0.41039
+4.31172,0.95229,-1.28377,-1.60544,-1.01625,2.04382,-0.41078
+4.31280,0.95180,-1.28416,-1.60514,-1.01633,2.04418,-0.41116
+4.31387,0.95131,-1.28454,-1.60484,-1.01642,2.04453,-0.41153
+4.31495,0.95084,-1.28491,-1.60455,-1.01650,2.04487,-0.41190
+4.31603,0.95037,-1.28528,-1.60427,-1.01658,2.04521,-0.41227
+4.31710,0.94991,-1.28564,-1.60399,-1.01666,2.04555,-0.41263
+4.31818,0.94946,-1.28600,-1.60371,-1.01674,2.04587,-0.41298
+4.31926,0.94902,-1.28635,-1.60343,-1.01682,2.04619,-0.41332
+4.32034,0.94858,-1.28669,-1.60316,-1.01690,2.04651,-0.41366
+4.32141,0.94815,-1.28703,-1.60290,-1.01698,2.04682,-0.41400
+4.32249,0.94773,-1.28736,-1.60264,-1.01706,2.04713,-0.41433
+4.32357,0.94742,-1.28761,-1.60244,-1.01712,2.04736,-0.41457
+4.32464,0.94678,-1.28814,-1.60203,-1.01722,2.04782,-0.41507
+4.32572,0.94616,-1.28866,-1.60163,-1.01732,2.04827,-0.41556
+4.32680,0.94554,-1.28917,-1.60123,-1.01742,2.04871,-0.41604
+4.32788,0.94493,-1.28968,-1.60084,-1.01752,2.04914,-0.41651
+4.32895,0.94434,-1.29017,-1.60045,-1.01762,2.04957,-0.41697
+4.33003,0.94376,-1.29066,-1.60007,-1.01772,2.04999,-0.41743
+4.33111,0.94318,-1.29114,-1.59970,-1.01782,2.05041,-0.41787
+4.33218,0.94262,-1.29161,-1.59933,-1.01792,2.05081,-0.41832
+4.33326,0.94206,-1.29207,-1.59897,-1.01802,2.05122,-0.41875
+4.33434,0.94151,-1.29252,-1.59861,-1.01812,2.05161,-0.41918
+4.33542,0.94098,-1.29297,-1.59826,-1.01821,2.05200,-0.41960
+4.33649,0.94045,-1.29341,-1.59791,-1.01831,2.05238,-0.42001
+4.33757,0.93993,-1.29384,-1.59757,-1.01841,2.05275,-0.42042
+4.33865,0.93942,-1.29427,-1.59723,-1.01850,2.05312,-0.42082
+4.33972,0.93892,-1.29469,-1.59690,-1.01860,2.05348,-0.42121
+4.34080,0.93843,-1.29510,-1.59657,-1.01869,2.05383,-0.42160
+4.34188,0.93794,-1.29550,-1.59624,-1.01879,2.05418,-0.42198
+4.34296,0.93747,-1.29590,-1.59593,-1.01888,2.05453,-0.42235
+4.34403,0.93700,-1.29629,-1.59561,-1.01897,2.05487,-0.42272
+4.34511,0.93654,-1.29667,-1.59530,-1.01906,2.05520,-0.42308
+4.34619,0.93609,-1.29705,-1.59500,-1.01915,2.05552,-0.42344
+4.34726,0.93564,-1.29742,-1.59470,-1.01924,2.05585,-0.42379
+4.34834,0.93520,-1.29778,-1.59440,-1.01933,2.05616,-0.42413
+4.34942,0.93477,-1.29814,-1.59411,-1.01942,2.05647,-0.42447
+4.35050,0.93435,-1.29849,-1.59382,-1.01951,2.05678,-0.42481
+4.35157,0.93393,-1.29884,-1.59354,-1.01960,2.05708,-0.42514
+4.35265,0.93353,-1.29918,-1.59326,-1.01969,2.05737,-0.42546
+4.35373,0.93318,-1.29947,-1.59302,-1.01976,2.05762,-0.42573
+4.35480,0.93257,-1.30002,-1.59258,-1.01988,2.05806,-0.42621
+4.35588,0.93197,-1.30055,-1.59214,-1.02000,2.05849,-0.42668
+4.35696,0.93138,-1.30108,-1.59171,-1.02012,2.05891,-0.42715
+4.35804,0.93080,-1.30160,-1.59129,-1.02023,2.05933,-0.42761
+4.35911,0.93022,-1.30211,-1.59087,-1.02035,2.05974,-0.42806
+4.36019,0.92966,-1.30261,-1.59045,-1.02047,2.06014,-0.42850
+4.36127,0.92911,-1.30310,-1.59005,-1.02058,2.06054,-0.42893
+4.36234,0.92857,-1.30358,-1.58965,-1.02070,2.06093,-0.42936
+4.36342,0.92804,-1.30406,-1.58925,-1.02081,2.06131,-0.42978
+4.36450,0.92751,-1.30453,-1.58886,-1.02092,2.06169,-0.43020
+4.36558,0.92700,-1.30499,-1.58848,-1.02103,2.06206,-0.43061
+4.36665,0.92649,-1.30544,-1.58810,-1.02115,2.06242,-0.43101
+4.36773,0.92599,-1.30588,-1.58773,-1.02126,2.06278,-0.43140
+4.36881,0.92550,-1.30632,-1.58737,-1.02137,2.06313,-0.43179
+4.36988,0.92502,-1.30675,-1.58700,-1.02147,2.06347,-0.43217
+4.37096,0.92455,-1.30717,-1.58665,-1.02158,2.06381,-0.43254
+4.37204,0.92408,-1.30759,-1.58630,-1.02169,2.06415,-0.43291
+4.37312,0.92363,-1.30799,-1.58595,-1.02180,2.06447,-0.43328
+4.37419,0.92318,-1.30840,-1.58561,-1.02190,2.06480,-0.43363
+4.37527,0.92274,-1.30879,-1.58528,-1.02201,2.06511,-0.43399
+4.37635,0.92230,-1.30918,-1.58495,-1.02211,2.06543,-0.43433
+4.37742,0.92187,-1.30956,-1.58462,-1.02221,2.06573,-0.43467
+4.37850,0.92145,-1.30993,-1.58430,-1.02232,2.06604,-0.43501
+4.37958,0.92104,-1.31030,-1.58399,-1.02242,2.06633,-0.43534
+4.38065,0.92064,-1.31066,-1.58368,-1.02252,2.06662,-0.43566
+4.38173,0.92024,-1.31102,-1.58337,-1.02262,2.06691,-0.43598
+4.38281,0.91984,-1.31137,-1.58307,-1.02272,2.06719,-0.43629
+4.38389,0.91948,-1.31170,-1.58278,-1.02281,2.06746,-0.43658
+4.38496,0.91889,-1.31226,-1.58230,-1.02295,2.06787,-0.43705
+4.38604,0.91832,-1.31282,-1.58182,-1.02309,2.06828,-0.43750
+4.38712,0.91776,-1.31336,-1.58135,-1.02322,2.06868,-0.43795
+4.38819,0.91720,-1.31389,-1.58088,-1.02336,2.06908,-0.43839
+4.38927,0.91666,-1.31442,-1.58043,-1.02350,2.06947,-0.43882
+4.39035,0.91612,-1.31493,-1.57998,-1.02363,2.06985,-0.43925
+4.39143,0.91560,-1.31544,-1.57953,-1.02376,2.07022,-0.43967
+4.39250,0.91508,-1.31594,-1.57910,-1.02390,2.07059,-0.44008
+4.39358,0.91457,-1.31643,-1.57866,-1.02403,2.07095,-0.44049
+4.39466,0.91408,-1.31691,-1.57824,-1.02416,2.07131,-0.44089
+4.39573,0.91358,-1.31739,-1.57782,-1.02429,2.07166,-0.44128
+4.39681,0.91310,-1.31785,-1.57741,-1.02442,2.07201,-0.44166
+4.39789,0.91263,-1.31831,-1.57701,-1.02454,2.07235,-0.44204
+4.39897,0.91216,-1.31876,-1.57661,-1.02467,2.07268,-0.44242
+4.40004,0.91170,-1.31920,-1.57621,-1.02479,2.07301,-0.44278
+4.40112,0.91125,-1.31963,-1.57583,-1.02492,2.07333,-0.44315
+4.40220,0.91081,-1.32006,-1.57544,-1.02504,2.07364,-0.44350
+4.40327,0.91038,-1.32048,-1.57507,-1.02516,2.07396,-0.44385
+4.40435,0.90995,-1.32090,-1.57470,-1.02528,2.07426,-0.44419
+4.40543,0.90953,-1.32130,-1.57433,-1.02540,2.07456,-0.44453
+4.40651,0.90911,-1.32170,-1.57397,-1.02552,2.07486,-0.44487
+4.40758,0.90871,-1.32209,-1.57362,-1.02564,2.07515,-0.44519
+4.40866,0.90831,-1.32248,-1.57327,-1.02576,2.07543,-0.44551
+4.40974,0.90791,-1.32286,-1.57293,-1.02587,2.07572,-0.44583
+4.41081,0.90753,-1.32323,-1.57259,-1.02599,2.07599,-0.44614
+4.41189,0.90715,-1.32360,-1.57225,-1.02610,2.07626,-0.44645
+4.41297,0.90677,-1.32396,-1.57193,-1.02621,2.07653,-0.44675
+4.41405,0.90642,-1.32430,-1.57162,-1.02632,2.07678,-0.44703
+4.41512,0.90587,-1.32485,-1.57113,-1.02646,2.07717,-0.44748
+4.41620,0.90533,-1.32539,-1.57065,-1.02661,2.07756,-0.44791
+4.41728,0.90479,-1.32592,-1.57017,-1.02675,2.07794,-0.44834
+4.41835,0.90427,-1.32645,-1.56971,-1.02690,2.07831,-0.44876
+4.41943,0.90375,-1.32697,-1.56925,-1.02704,2.07868,-0.44918
+4.42051,0.90325,-1.32747,-1.56879,-1.02718,2.07904,-0.44959
+4.42159,0.90275,-1.32797,-1.56835,-1.02732,2.07939,-0.44999
+4.42266,0.90226,-1.32846,-1.56791,-1.02746,2.07974,-0.45038
+4.42374,0.90178,-1.32894,-1.56747,-1.02760,2.08008,-0.45077
+4.42482,0.90130,-1.32942,-1.56705,-1.02773,2.08042,-0.45115
+4.42589,0.90084,-1.32988,-1.56663,-1.02787,2.08075,-0.45153
+4.42697,0.90038,-1.33034,-1.56621,-1.02800,2.08108,-0.45190
+4.42805,0.89993,-1.33079,-1.56581,-1.02814,2.08140,-0.45226
+4.42913,0.89949,-1.33123,-1.56540,-1.02827,2.08171,-0.45262
+4.43020,0.89906,-1.33166,-1.56501,-1.02840,2.08202,-0.45297
+4.43128,0.89863,-1.33209,-1.56462,-1.02853,2.08232,-0.45332
+4.43236,0.89821,-1.33251,-1.56423,-1.02866,2.08262,-0.45366
+4.43343,0.89780,-1.33292,-1.56386,-1.02878,2.08291,-0.45399
+4.43451,0.89739,-1.33333,-1.56348,-1.02891,2.08320,-0.45432
+4.43559,0.89699,-1.33373,-1.56312,-1.02903,2.08349,-0.45465
+4.43667,0.89660,-1.33412,-1.56276,-1.02916,2.08377,-0.45496
+4.43774,0.89622,-1.33451,-1.56240,-1.02928,2.08404,-0.45528
+4.43882,0.89584,-1.33488,-1.56205,-1.02940,2.08431,-0.45559
+4.43990,0.89546,-1.33526,-1.56170,-1.02952,2.08458,-0.45589
+4.44097,0.89510,-1.33562,-1.56136,-1.02964,2.08484,-0.45619
+4.44205,0.89474,-1.33598,-1.56103,-1.02976,2.08509,-0.45648
+4.44313,0.89456,-1.33617,-1.56086,-1.02981,2.08522,-0.45663
+4.44421,0.89383,-1.33692,-1.56021,-1.03000,2.08574,-0.45722
+4.44528,0.89311,-1.33766,-1.55956,-1.03018,2.08624,-0.45780
+4.44636,0.89240,-1.33839,-1.55892,-1.03037,2.08674,-0.45837
+4.44744,0.89171,-1.33910,-1.55829,-1.03055,2.08723,-0.45893
+4.44851,0.89102,-1.33981,-1.55768,-1.03073,2.08771,-0.45948
+4.44959,0.89035,-1.34050,-1.55707,-1.03092,2.08818,-0.46002
+4.45067,0.88970,-1.34118,-1.55647,-1.03110,2.08864,-0.46056
+4.45174,0.88905,-1.34184,-1.55587,-1.03127,2.08910,-0.46108
+4.45282,0.88841,-1.34250,-1.55529,-1.03145,2.08954,-0.46160
+4.45390,0.88779,-1.34315,-1.55472,-1.03163,2.08998,-0.46211
+4.45498,0.88718,-1.34378,-1.55415,-1.03180,2.09041,-0.46260
+4.45605,0.88657,-1.34441,-1.55359,-1.03198,2.09084,-0.46309
+4.45713,0.88598,-1.34502,-1.55304,-1.03215,2.09125,-0.46358
+4.45821,0.88540,-1.34562,-1.55250,-1.03232,2.09166,-0.46405
+4.45928,0.88483,-1.34621,-1.55197,-1.03249,2.09207,-0.46452
+4.46036,0.88427,-1.34680,-1.55144,-1.03266,2.09246,-0.46498
+4.46144,0.88372,-1.34737,-1.55092,-1.03282,2.09285,-0.46543
+4.46252,0.88317,-1.34793,-1.55041,-1.03299,2.09323,-0.46587
+4.46359,0.88264,-1.34848,-1.54991,-1.03315,2.09361,-0.46631
+4.46467,0.88212,-1.34903,-1.54941,-1.03331,2.09398,-0.46674
+4.46575,0.88160,-1.34956,-1.54893,-1.03347,2.09434,-0.46716
+4.46682,0.88110,-1.35009,-1.54845,-1.03363,2.09470,-0.46757
+4.46790,0.88060,-1.35060,-1.54797,-1.03379,2.09505,-0.46798
+4.46898,0.88011,-1.35111,-1.54751,-1.03395,2.09539,-0.46838
+4.47006,0.87963,-1.35161,-1.54705,-1.03410,2.09573,-0.46878
+4.47113,0.87916,-1.35210,-1.54659,-1.03426,2.09606,-0.46916
+4.47221,0.87869,-1.35258,-1.54615,-1.03441,2.09639,-0.46955
+4.47329,0.87824,-1.35306,-1.54571,-1.03456,2.09671,-0.46992
+4.47436,0.87779,-1.35352,-1.54528,-1.03471,2.09703,-0.47029
+4.47544,0.87735,-1.35398,-1.54485,-1.03486,2.09734,-0.47065
+4.47652,0.87692,-1.35443,-1.54443,-1.03500,2.09765,-0.47101
+4.47760,0.87649,-1.35487,-1.54402,-1.03515,2.09795,-0.47136
+4.47867,0.87608,-1.35531,-1.54361,-1.03529,2.09824,-0.47171
+4.47975,0.87566,-1.35573,-1.54321,-1.03544,2.09853,-0.47205
+4.48083,0.87526,-1.35615,-1.54282,-1.03558,2.09882,-0.47238
+4.48190,0.87486,-1.35657,-1.54243,-1.03572,2.09910,-0.47271
+4.48298,0.87447,-1.35697,-1.54204,-1.03586,2.09937,-0.47303
+4.48406,0.87409,-1.35737,-1.54167,-1.03599,2.09964,-0.47335
+4.48514,0.87371,-1.35776,-1.54129,-1.03613,2.09991,-0.47367
+4.48621,0.87334,-1.35815,-1.54093,-1.03626,2.10017,-0.47397
+4.48729,0.87298,-1.35853,-1.54057,-1.03639,2.10043,-0.47428
+4.48837,0.87262,-1.35890,-1.54021,-1.03653,2.10068,-0.47457
+4.48944,0.87227,-1.35927,-1.53986,-1.03666,2.10093,-0.47487
+4.49052,0.87192,-1.35963,-1.53952,-1.03679,2.10118,-0.47515
+4.49160,0.87180,-1.35976,-1.53939,-1.03683,2.10126,-0.47526
+4.49268,0.87124,-1.36036,-1.53885,-1.03700,2.10165,-0.47572
+4.49375,0.87070,-1.36094,-1.53831,-1.03718,2.10204,-0.47617
+4.49483,0.87016,-1.36152,-1.53778,-1.03735,2.10241,-0.47661
+4.49591,0.86963,-1.36208,-1.53726,-1.03752,2.10278,-0.47704
+4.49698,0.86912,-1.36264,-1.53675,-1.03769,2.10314,-0.47747
+4.49806,0.86861,-1.36319,-1.53625,-1.03786,2.10350,-0.47789
+4.49914,0.86811,-1.36372,-1.53575,-1.03803,2.10385,-0.47831
+4.50022,0.86762,-1.36425,-1.53526,-1.03820,2.10419,-0.47871
+4.50129,0.86713,-1.36477,-1.53477,-1.03836,2.10453,-0.47912
+4.50237,0.86666,-1.36528,-1.53430,-1.03852,2.10486,-0.47951
+4.50345,0.86619,-1.36578,-1.53383,-1.03869,2.10519,-0.47990
+4.50452,0.86573,-1.36628,-1.53337,-1.03884,2.10551,-0.48028
+4.50560,0.86528,-1.36676,-1.53291,-1.03900,2.10583,-0.48065
+4.50668,0.86484,-1.36724,-1.53246,-1.03916,2.10614,-0.48102
+4.50776,0.86441,-1.36771,-1.53202,-1.03931,2.10644,-0.48138
+4.50883,0.86398,-1.36817,-1.53159,-1.03947,2.10674,-0.48174
+4.50991,0.86356,-1.36862,-1.53116,-1.03962,2.10704,-0.48209
+4.51099,0.86315,-1.36907,-1.53074,-1.03977,2.10733,-0.48243
+4.51206,0.86274,-1.36950,-1.53032,-1.03992,2.10761,-0.48277
+4.51314,0.86234,-1.36993,-1.52991,-1.04007,2.10789,-0.48311
+4.51422,0.86195,-1.37036,-1.52951,-1.04022,2.10817,-0.48343
+4.51530,0.86157,-1.37077,-1.52911,-1.04036,2.10844,-0.48376
+4.51637,0.86119,-1.37118,-1.52872,-1.04050,2.10870,-0.48407
+4.51745,0.86081,-1.37158,-1.52834,-1.04065,2.10897,-0.48439
+4.51853,0.86045,-1.37198,-1.52796,-1.04079,2.10922,-0.48469
+4.51960,0.86009,-1.37236,-1.52758,-1.04092,2.10947,-0.48499
+4.52068,0.85974,-1.37274,-1.52721,-1.04106,2.10972,-0.48529
+4.52176,0.85939,-1.37312,-1.52685,-1.04120,2.10997,-0.48558
+4.52283,0.85905,-1.37349,-1.52649,-1.04133,2.11021,-0.48587
+4.52391,0.85871,-1.37385,-1.52614,-1.04147,2.11044,-0.48615
+4.52499,0.85863,-1.37394,-1.52605,-1.04150,2.11050,-0.48622
+4.52607,0.85811,-1.37452,-1.52552,-1.04168,2.11086,-0.48665
+4.52714,0.85760,-1.37508,-1.52499,-1.04186,2.11121,-0.48708
+4.52822,0.85711,-1.37564,-1.52447,-1.04203,2.11156,-0.48749
+4.52930,0.85662,-1.37618,-1.52396,-1.04221,2.11190,-0.48790
+4.53037,0.85614,-1.37672,-1.52345,-1.04238,2.11224,-0.48830
+4.53145,0.85567,-1.37724,-1.52295,-1.04255,2.11256,-0.48870
+4.53253,0.85520,-1.37776,-1.52246,-1.04272,2.11289,-0.48909
+4.53361,0.85475,-1.37827,-1.52198,-1.04289,2.11321,-0.48947
+4.53468,0.85430,-1.37877,-1.52150,-1.04306,2.11352,-0.48984
+4.53576,0.85386,-1.37926,-1.52104,-1.04322,2.11382,-0.49021
+4.53684,0.85343,-1.37974,-1.52057,-1.04338,2.11413,-0.49058
+4.53791,0.85300,-1.38022,-1.52012,-1.04355,2.11442,-0.49093
+4.53899,0.85259,-1.38069,-1.51967,-1.04371,2.11471,-0.49128
+4.54007,0.85218,-1.38114,-1.51923,-1.04386,2.11500,-0.49163
+4.54115,0.85177,-1.38160,-1.51880,-1.04402,2.11528,-0.49197
+4.54222,0.85138,-1.38204,-1.51837,-1.04418,2.11556,-0.49230
+4.54330,0.85099,-1.38247,-1.51795,-1.04433,2.11583,-0.49263
+4.54438,0.85060,-1.38290,-1.51753,-1.04448,2.11610,-0.49296
+4.54545,0.85023,-1.38332,-1.51712,-1.04463,2.11636,-0.49327
+4.54653,0.84986,-1.38374,-1.51672,-1.04478,2.11662,-0.49359
+4.54761,0.84949,-1.38414,-1.51632,-1.04493,2.11687,-0.49389
+4.54869,0.84914,-1.38454,-1.51593,-1.04508,2.11712,-0.49420
+4.54976,0.84879,-1.38494,-1.51555,-1.04522,2.11737,-0.49449
+4.55084,0.84844,-1.38532,-1.51517,-1.04537,2.11761,-0.49479
+4.55192,0.84810,-1.38570,-1.51480,-1.04551,2.11785,-0.49507
+4.55299,0.84777,-1.38607,-1.51443,-1.04565,2.11808,-0.49536
+4.55407,0.84744,-1.38644,-1.51407,-1.04579,2.11831,-0.49563
+4.55515,0.84724,-1.38667,-1.51384,-1.04587,2.11845,-0.49581
+4.55623,0.84684,-1.38712,-1.51340,-1.04603,2.11873,-0.49614
+4.55730,0.84645,-1.38757,-1.51297,-1.04619,2.11900,-0.49647
+4.55838,0.84607,-1.38801,-1.51254,-1.04634,2.11926,-0.49680
+4.55946,0.84569,-1.38844,-1.51212,-1.04650,2.11953,-0.49712
+4.56053,0.84532,-1.38886,-1.51171,-1.04665,2.11979,-0.49743
+4.56161,0.84495,-1.38928,-1.51130,-1.04680,2.12004,-0.49774
+4.56269,0.84460,-1.38969,-1.51090,-1.04695,2.12029,-0.49804
+4.56377,0.84424,-1.39009,-1.51050,-1.04710,2.12053,-0.49834
+4.56484,0.84390,-1.39048,-1.51011,-1.04725,2.12078,-0.49864
+4.56592,0.84356,-1.39087,-1.50973,-1.04739,2.12101,-0.49893
+4.56700,0.84322,-1.39126,-1.50935,-1.04753,2.12125,-0.49921
+4.56807,0.84290,-1.39163,-1.50898,-1.04768,2.12147,-0.49949
+4.56915,0.84257,-1.39200,-1.50861,-1.04782,2.12170,-0.49977
+4.57023,0.84234,-1.39227,-1.50835,-1.04792,2.12186,-0.49996
+4.57131,0.84196,-1.39273,-1.50789,-1.04808,2.12213,-0.50029
+4.57238,0.84158,-1.39318,-1.50743,-1.04825,2.12239,-0.50061
+4.57346,0.84121,-1.39363,-1.50698,-1.04841,2.12265,-0.50093
+4.57454,0.84084,-1.39407,-1.50654,-1.04858,2.12290,-0.50124
+4.57561,0.84048,-1.39450,-1.50611,-1.04874,2.12315,-0.50154
+4.57669,0.84013,-1.39492,-1.50568,-1.04890,2.12340,-0.50184
+4.57777,0.83978,-1.39534,-1.50526,-1.04905,2.12364,-0.50214
+4.57885,0.83944,-1.39575,-1.50484,-1.04921,2.12387,-0.50243
+4.57992,0.83911,-1.39615,-1.50444,-1.04936,2.12411,-0.50271
+4.58100,0.83878,-1.39655,-1.50403,-1.04952,2.12433,-0.50300
+4.58208,0.83846,-1.39694,-1.50364,-1.04967,2.12456,-0.50327
+4.58315,0.83814,-1.39732,-1.50325,-1.04982,2.12478,-0.50354
+4.58423,0.83783,-1.39770,-1.50286,-1.04996,2.12500,-0.50381
+4.58531,0.83755,-1.39803,-1.50252,-1.05010,2.12519,-0.50405
+4.58639,0.83722,-1.39842,-1.50213,-1.05024,2.12542,-0.50433
+4.58746,0.83690,-1.39881,-1.50174,-1.05039,2.12564,-0.50460
+4.58854,0.83658,-1.39918,-1.50136,-1.05054,2.12586,-0.50487
+4.58962,0.83627,-1.39955,-1.50098,-1.05068,2.12608,-0.50514
+4.59069,0.83624,-1.39959,-1.50094,-1.05070,2.12610,-0.50517
+4.59177,0.83593,-1.39997,-1.50056,-1.05084,2.12632,-0.50544
+4.59285,0.83562,-1.40034,-1.50019,-1.05099,2.12653,-0.50570
+4.59393,0.83554,-1.40045,-1.50007,-1.05103,2.12659,-0.50577
+4.59500,0.83505,-1.40117,-1.49928,-1.05130,2.12692,-0.50618
+4.59608,0.83457,-1.40189,-1.49850,-1.05158,2.12725,-0.50659
+4.59716,0.83411,-1.40259,-1.49773,-1.05185,2.12757,-0.50699
+4.59823,0.83365,-1.40328,-1.49697,-1.05212,2.12789,-0.50738
+4.59931,0.83319,-1.40396,-1.49623,-1.05238,2.12820,-0.50776
+4.60039,0.83275,-1.40463,-1.49549,-1.05264,2.12851,-0.50814
+4.60146,0.83231,-1.40528,-1.49477,-1.05290,2.12881,-0.50851
+4.60254,0.83189,-1.40593,-1.49406,-1.05316,2.12910,-0.50888
+4.60362,0.83146,-1.40656,-1.49336,-1.05341,2.12939,-0.50924
+4.60470,0.83105,-1.40718,-1.49267,-1.05366,2.12968,-0.50959
+4.60577,0.83064,-1.40780,-1.49199,-1.05391,2.12996,-0.50994
+4.60685,0.83024,-1.40840,-1.49132,-1.05415,2.13024,-0.51028
+4.60793,0.82985,-1.40899,-1.49066,-1.05440,2.13051,-0.51062
+4.60900,0.82946,-1.40957,-1.49001,-1.05464,2.13077,-0.51095
+4.61008,0.82909,-1.41014,-1.48937,-1.05487,2.13104,-0.51127
+4.61116,0.82871,-1.41070,-1.48874,-1.05511,2.13129,-0.51159
+4.61224,0.82835,-1.41126,-1.48812,-1.05534,2.13155,-0.51191
+4.61331,0.82799,-1.41180,-1.48751,-1.05557,2.13180,-0.51222
+4.61439,0.82763,-1.41233,-1.48691,-1.05580,2.13204,-0.51252
+4.61547,0.82728,-1.41286,-1.48632,-1.05602,2.13228,-0.51282
+4.61654,0.82694,-1.41337,-1.48574,-1.05624,2.13252,-0.51312
+4.61762,0.82661,-1.41388,-1.48516,-1.05646,2.13275,-0.51341
+4.61870,0.82627,-1.41437,-1.48460,-1.05668,2.13298,-0.51369
+4.61978,0.82595,-1.41486,-1.48404,-1.05689,2.13320,-0.51397
+4.62085,0.82563,-1.41534,-1.48349,-1.05710,2.13342,-0.51425
+4.62193,0.82532,-1.41582,-1.48296,-1.05731,2.13364,-0.51452
+4.62301,0.82501,-1.41628,-1.48242,-1.05752,2.13385,-0.51479
+4.62408,0.82471,-1.41674,-1.48190,-1.05772,2.13406,-0.51505
+4.62516,0.82441,-1.41719,-1.48139,-1.05792,2.13427,-0.51531
+4.62624,0.82411,-1.41763,-1.48088,-1.05812,2.13447,-0.51556
+4.62732,0.82383,-1.41806,-1.48038,-1.05832,2.13467,-0.51581
+4.62839,0.82354,-1.41849,-1.47989,-1.05852,2.13487,-0.51606
+4.62947,0.82327,-1.41891,-1.47941,-1.05871,2.13506,-0.51630
+4.63055,0.82299,-1.41932,-1.47893,-1.05890,2.13525,-0.51654
+4.63162,0.82272,-1.41972,-1.47846,-1.05909,2.13544,-0.51677
+4.63270,0.82246,-1.42012,-1.47800,-1.05927,2.13562,-0.51700
+4.63378,0.82220,-1.42051,-1.47755,-1.05946,2.13580,-0.51723
+4.63486,0.82200,-1.42081,-1.47721,-1.05959,2.13594,-0.51740
+4.63593,0.82153,-1.42146,-1.47652,-1.05984,2.13626,-0.51781
+4.63701,0.82106,-1.42210,-1.47584,-1.06008,2.13658,-0.51820
+4.63809,0.82061,-1.42273,-1.47518,-1.06032,2.13689,-0.51860
+4.63916,0.82017,-1.42335,-1.47452,-1.06056,2.13719,-0.51898
+4.64024,0.81973,-1.42396,-1.47388,-1.06080,2.13749,-0.51936
+4.64132,0.81930,-1.42456,-1.47324,-1.06103,2.13779,-0.51973
+4.64240,0.81887,-1.42515,-1.47261,-1.06126,2.13808,-0.52009
+4.64347,0.81846,-1.42573,-1.47199,-1.06149,2.13836,-0.52045
+4.64455,0.81805,-1.42630,-1.47139,-1.06172,2.13864,-0.52081
+4.64563,0.81765,-1.42686,-1.47079,-1.06194,2.13892,-0.52115
+4.64670,0.81725,-1.42741,-1.47020,-1.06216,2.13919,-0.52149
+4.64778,0.81687,-1.42795,-1.46961,-1.06238,2.13945,-0.52183
+4.64886,0.81649,-1.42848,-1.46904,-1.06260,2.13971,-0.52216
+4.64994,0.81611,-1.42900,-1.46848,-1.06281,2.13997,-0.52249
+4.65101,0.81574,-1.42951,-1.46792,-1.06302,2.14022,-0.52281
+4.65209,0.81538,-1.43002,-1.46738,-1.06323,2.14047,-0.52312
+4.65317,0.81503,-1.43051,-1.46684,-1.06344,2.14071,-0.52343
+4.65424,0.81468,-1.43100,-1.46631,-1.06365,2.14095,-0.52373
+4.65532,0.81434,-1.43148,-1.46579,-1.06385,2.14119,-0.52403
+4.65640,0.81400,-1.43195,-1.46527,-1.06405,2.14142,-0.52432
+4.65748,0.81367,-1.43241,-1.46477,-1.06425,2.14164,-0.52461
+4.65855,0.81334,-1.43287,-1.46427,-1.06444,2.14187,-0.52490
+4.65963,0.81302,-1.43331,-1.46378,-1.06464,2.14209,-0.52518
+4.66071,0.81271,-1.43375,-1.46329,-1.06483,2.14230,-0.52545
+4.66178,0.81240,-1.43418,-1.46282,-1.06502,2.14252,-0.52572
+4.66286,0.81210,-1.43461,-1.46235,-1.06521,2.14272,-0.52599
+4.66394,0.81180,-1.43502,-1.46188,-1.06539,2.14293,-0.52625
+4.66502,0.81151,-1.43544,-1.46143,-1.06557,2.14313,-0.52651
+4.66609,0.81122,-1.43584,-1.46098,-1.06576,2.14333,-0.52676
+4.66717,0.81093,-1.43623,-1.46054,-1.06593,2.14352,-0.52701
+4.66825,0.81066,-1.43662,-1.46011,-1.06611,2.14371,-0.52725
+4.66932,0.81038,-1.43701,-1.45968,-1.06628,2.14390,-0.52749
+4.67040,0.81022,-1.43723,-1.45944,-1.06638,2.14401,-0.52764
+4.67148,0.80969,-1.43790,-1.45878,-1.06661,2.14437,-0.52809
+4.67255,0.80918,-1.43856,-1.45812,-1.06685,2.14472,-0.52854
+4.67363,0.80867,-1.43921,-1.45747,-1.06708,2.14507,-0.52898
+4.67471,0.80817,-1.43985,-1.45684,-1.06731,2.14540,-0.52941
+4.67579,0.80768,-1.44048,-1.45621,-1.06754,2.14574,-0.52984
+4.67686,0.80720,-1.44109,-1.45559,-1.06776,2.14606,-0.53026
+4.67794,0.80673,-1.44170,-1.45498,-1.06799,2.14638,-0.53067
+4.67902,0.80627,-1.44230,-1.45438,-1.06821,2.14670,-0.53107
+4.68009,0.80581,-1.44288,-1.45379,-1.06843,2.14701,-0.53147
+4.68117,0.80536,-1.44346,-1.45321,-1.06864,2.14731,-0.53186
+4.68225,0.80492,-1.44403,-1.45263,-1.06886,2.14761,-0.53225
+4.68333,0.80449,-1.44458,-1.45207,-1.06907,2.14790,-0.53262
+4.68440,0.80407,-1.44513,-1.45151,-1.06928,2.14819,-0.53300
+4.68548,0.80365,-1.44567,-1.45096,-1.06949,2.14848,-0.53336
+4.68656,0.80324,-1.44620,-1.45042,-1.06969,2.14876,-0.53372
+4.68763,0.80284,-1.44672,-1.44989,-1.06989,2.14903,-0.53407
+4.68871,0.80244,-1.44723,-1.44937,-1.07010,2.14930,-0.53442
+4.68979,0.80205,-1.44773,-1.44885,-1.07030,2.14956,-0.53476
+4.69087,0.80167,-1.44822,-1.44834,-1.07049,2.14982,-0.53510
+4.69194,0.80130,-1.44871,-1.44784,-1.07069,2.15008,-0.53543
+4.69302,0.80093,-1.44918,-1.44734,-1.07088,2.15033,-0.53575
+4.69410,0.80057,-1.44965,-1.44686,-1.07107,2.15057,-0.53607
+4.69517,0.80021,-1.45011,-1.44638,-1.07126,2.15082,-0.53639
+4.69625,0.79986,-1.45057,-1.44591,-1.07145,2.15106,-0.53670
+4.69733,0.79952,-1.45101,-1.44544,-1.07163,2.15129,-0.53700
+4.69841,0.79918,-1.45145,-1.44498,-1.07181,2.15152,-0.53730
+4.69948,0.79885,-1.45188,-1.44453,-1.07199,2.15175,-0.53759
+4.70056,0.79852,-1.45230,-1.44409,-1.07217,2.15197,-0.53788
+4.70164,0.79820,-1.45272,-1.44365,-1.07235,2.15219,-0.53816
+4.70271,0.79789,-1.45313,-1.44322,-1.07252,2.15240,-0.53844
+4.70379,0.79758,-1.45353,-1.44280,-1.07270,2.15261,-0.53872
+4.70487,0.79727,-1.45392,-1.44238,-1.07287,2.15282,-0.53899
+4.70595,0.79698,-1.45431,-1.44197,-1.07304,2.15302,-0.53925
+4.70702,0.79668,-1.45469,-1.44156,-1.07320,2.15322,-0.53951
+4.70810,0.79639,-1.45507,-1.44116,-1.07337,2.15342,-0.53977
+4.70918,0.79617,-1.45535,-1.44087,-1.07349,2.15357,-0.53997
+4.71025,0.79569,-1.45591,-1.44035,-1.07368,2.15390,-0.54039
+4.71133,0.79521,-1.45647,-1.43983,-1.07387,2.15422,-0.54081
+4.71241,0.79474,-1.45702,-1.43931,-1.07406,2.15454,-0.54123
+4.71349,0.79428,-1.45756,-1.43881,-1.07425,2.15485,-0.54163
+4.71456,0.79383,-1.45809,-1.43831,-1.07443,2.15515,-0.54203
+4.71564,0.79339,-1.45861,-1.43782,-1.07461,2.15545,-0.54242
+4.71672,0.79295,-1.45912,-1.43734,-1.07480,2.15575,-0.54281
+4.71779,0.79252,-1.45962,-1.43686,-1.07498,2.15604,-0.54319
+4.71887,0.79210,-1.46012,-1.43639,-1.07516,2.15632,-0.54356
+4.71995,0.79168,-1.46060,-1.43593,-1.07533,2.15660,-0.54393
+4.72103,0.79128,-1.46108,-1.43548,-1.07551,2.15687,-0.54429
+4.72210,0.79088,-1.46155,-1.43503,-1.07568,2.15714,-0.54464
+4.72318,0.79049,-1.46201,-1.43459,-1.07585,2.15741,-0.54499
+4.72426,0.79010,-1.46246,-1.43415,-1.07602,2.15767,-0.54533
+4.72533,0.78972,-1.46291,-1.43372,-1.07619,2.15793,-0.54567
+4.72641,0.78935,-1.46335,-1.43330,-1.07636,2.15818,-0.54600
+4.72749,0.78899,-1.46378,-1.43288,-1.07652,2.15842,-0.54633
+4.72857,0.78863,-1.46420,-1.43247,-1.07668,2.15867,-0.54665
+4.72964,0.78827,-1.46462,-1.43207,-1.07685,2.15891,-0.54696
+4.73072,0.78793,-1.46503,-1.43167,-1.07701,2.15914,-0.54727
+4.73180,0.78759,-1.46543,-1.43128,-1.07716,2.15937,-0.54757
+4.73287,0.78725,-1.46582,-1.43089,-1.07732,2.15960,-0.54787
+4.73395,0.78692,-1.46621,-1.43051,-1.07747,2.15982,-0.54817
+4.73503,0.78660,-1.46659,-1.43013,-1.07763,2.16004,-0.54846
+4.73611,0.78628,-1.46697,-1.42977,-1.07778,2.16025,-0.54874
+4.73718,0.78597,-1.46734,-1.42940,-1.07793,2.16046,-0.54902
+4.73826,0.78567,-1.46770,-1.42904,-1.07808,2.16067,-0.54929
+4.73934,0.78534,-1.46809,-1.42867,-1.07823,2.16089,-0.54959
+4.74041,0.78480,-1.46872,-1.42809,-1.07844,2.16125,-0.55006
+4.74149,0.78427,-1.46934,-1.42751,-1.07864,2.16161,-0.55053
+4.74257,0.78376,-1.46995,-1.42695,-1.07885,2.16195,-0.55099
+4.74364,0.78325,-1.47056,-1.42640,-1.07905,2.16229,-0.55144
+4.74472,0.78275,-1.47115,-1.42585,-1.07925,2.16263,-0.55189
+4.74580,0.78226,-1.47173,-1.42531,-1.07945,2.16296,-0.55232
+4.74688,0.78178,-1.47230,-1.42478,-1.07964,2.16328,-0.55275
+4.74795,0.78130,-1.47286,-1.42426,-1.07984,2.16360,-0.55317
+4.74903,0.78084,-1.47341,-1.42374,-1.08003,2.16391,-0.55359
+4.75011,0.78038,-1.47395,-1.42323,-1.08022,2.16422,-0.55400
+4.75118,0.77993,-1.47449,-1.42273,-1.08041,2.16452,-0.55440
+4.75226,0.77949,-1.47501,-1.42224,-1.08060,2.16481,-0.55479
+4.75334,0.77906,-1.47553,-1.42175,-1.08079,2.16510,-0.55518
+4.75442,0.77863,-1.47603,-1.42127,-1.08097,2.16539,-0.55556
+4.75549,0.77822,-1.47653,-1.42080,-1.08115,2.16567,-0.55593
+4.75657,0.77781,-1.47702,-1.42033,-1.08133,2.16594,-0.55630
+4.75765,0.77740,-1.47750,-1.41987,-1.08151,2.16621,-0.55666
+4.75872,0.77701,-1.47797,-1.41942,-1.08169,2.16648,-0.55702
+4.75980,0.77662,-1.47844,-1.41898,-1.08186,2.16674,-0.55737
+4.76088,0.77624,-1.47890,-1.41854,-1.08204,2.16700,-0.55771
+4.76196,0.77586,-1.47934,-1.41810,-1.08221,2.16725,-0.55805
+4.76303,0.77549,-1.47979,-1.41768,-1.08238,2.16750,-0.55838
+4.76411,0.77513,-1.48022,-1.41726,-1.08255,2.16774,-0.55871
+4.76519,0.77477,-1.48065,-1.41684,-1.08271,2.16798,-0.55903
+4.76626,0.77443,-1.48107,-1.41644,-1.08288,2.16821,-0.55935
+4.76734,0.77408,-1.48148,-1.41603,-1.08304,2.16844,-0.55966
+4.76842,0.77374,-1.48188,-1.41564,-1.08320,2.16867,-0.55996
+4.76950,0.77341,-1.48228,-1.41525,-1.08336,2.16889,-0.56026
+4.77057,0.77309,-1.48267,-1.41486,-1.08352,2.16911,-0.56056
+4.77165,0.77277,-1.48306,-1.41449,-1.08367,2.16933,-0.56085
+4.77273,0.77245,-1.48343,-1.41411,-1.08383,2.16954,-0.56113
+4.77380,0.77215,-1.48381,-1.41375,-1.08398,2.16975,-0.56141
+4.77488,0.77184,-1.48417,-1.41338,-1.08413,2.16995,-0.56169
+4.77596,0.77154,-1.48453,-1.41303,-1.08428,2.17015,-0.56196
+4.77704,0.77138,-1.48472,-1.41284,-1.08436,2.17026,-0.56210
+4.77811,0.77097,-1.48523,-1.41235,-1.08455,2.17054,-0.56248
+4.77919,0.77056,-1.48573,-1.41187,-1.08473,2.17081,-0.56284
+4.78027,0.77016,-1.48622,-1.41140,-1.08492,2.17107,-0.56320
+4.78134,0.76977,-1.48671,-1.41093,-1.08510,2.17134,-0.56356
+4.78242,0.76938,-1.48718,-1.41047,-1.08528,2.17160,-0.56391
+4.78350,0.76900,-1.48765,-1.41002,-1.08546,2.17185,-0.56425
+4.78458,0.76863,-1.48811,-1.40957,-1.08563,2.17210,-0.56459
+4.78565,0.76827,-1.48856,-1.40913,-1.08581,2.17234,-0.56492
+4.78673,0.76791,-1.48900,-1.40870,-1.08598,2.17258,-0.56524
+4.78781,0.76755,-1.48944,-1.40827,-1.08615,2.17282,-0.56557
+4.78888,0.76721,-1.48986,-1.40785,-1.08632,2.17305,-0.56588
+4.78996,0.76687,-1.49028,-1.40744,-1.08649,2.17328,-0.56619
+4.79104,0.76653,-1.49070,-1.40703,-1.08665,2.17350,-0.56649
+4.79212,0.76620,-1.49111,-1.40663,-1.08682,2.17372,-0.56679
+4.79319,0.76588,-1.49150,-1.40623,-1.08698,2.17394,-0.56709
+4.79427,0.76556,-1.49190,-1.40584,-1.08714,2.17415,-0.56738
+4.79535,0.76525,-1.49228,-1.40545,-1.08730,2.17436,-0.56766
+4.79642,0.76495,-1.49266,-1.40508,-1.08745,2.17456,-0.56794
+4.79750,0.76464,-1.49304,-1.40470,-1.08761,2.17477,-0.56822
+4.79858,0.76435,-1.49340,-1.40433,-1.08776,2.17496,-0.56849
+4.79966,0.76406,-1.49376,-1.40397,-1.08791,2.17516,-0.56875
+4.80073,0.76396,-1.49389,-1.40385,-1.08796,2.17523,-0.56884
+4.80181,0.76352,-1.49442,-1.40335,-1.08815,2.17551,-0.56924
+4.80289,0.76310,-1.49494,-1.40285,-1.08834,2.17580,-0.56962
+4.80396,0.76268,-1.49546,-1.40236,-1.08853,2.17607,-0.57000
+4.80504,0.76227,-1.49596,-1.40188,-1.08872,2.17635,-0.57037
+4.80612,0.76187,-1.49646,-1.40141,-1.08890,2.17661,-0.57074
+4.80720,0.76147,-1.49695,-1.40094,-1.08908,2.17688,-0.57110
+4.80827,0.76108,-1.49743,-1.40048,-1.08926,2.17714,-0.57146
+4.80935,0.76070,-1.49790,-1.40003,-1.08944,2.17739,-0.57180
+4.81043,0.76032,-1.49836,-1.39958,-1.08961,2.17764,-0.57215
+4.81150,0.75996,-1.49882,-1.39914,-1.08979,2.17789,-0.57248
+4.81258,0.75959,-1.49927,-1.39871,-1.08996,2.17813,-0.57281
+4.81366,0.75924,-1.49971,-1.39828,-1.09013,2.17836,-0.57314
+4.81474,0.75889,-1.50014,-1.39786,-1.09030,2.17859,-0.57346
+4.81581,0.75854,-1.50056,-1.39744,-1.09047,2.17882,-0.57377
+4.81689,0.75821,-1.50098,-1.39703,-1.09064,2.17905,-0.57408
+4.81797,0.75788,-1.50139,-1.39663,-1.09080,2.17927,-0.57438
+4.81904,0.75755,-1.50180,-1.39623,-1.09096,2.17948,-0.57468
+4.82012,0.75723,-1.50220,-1.39584,-1.09112,2.17970,-0.57498
+4.82120,0.75692,-1.50259,-1.39546,-1.09128,2.17991,-0.57526
+4.82227,0.75661,-1.50297,-1.39508,-1.09144,2.18011,-0.57555
+4.82335,0.75631,-1.50335,-1.39470,-1.09159,2.18031,-0.57583
+4.82443,0.75601,-1.50372,-1.39433,-1.09175,2.18051,-0.57610
+4.82551,0.75571,-1.50408,-1.39397,-1.09190,2.18071,-0.57637
+4.82658,0.75543,-1.50444,-1.39361,-1.09205,2.18090,-0.57664
+4.82766,0.75536,-1.50453,-1.39352,-1.09209,2.18095,-0.57670
+4.82874,0.75492,-1.50508,-1.39299,-1.09229,2.18123,-0.57709
+4.82981,0.75450,-1.50562,-1.39247,-1.09249,2.18151,-0.57748
+4.83089,0.75408,-1.50615,-1.39196,-1.09269,2.18179,-0.57786
+4.83197,0.75368,-1.50668,-1.39145,-1.09288,2.18206,-0.57824
+4.83305,0.75328,-1.50719,-1.39095,-1.09308,2.18232,-0.57860
+4.83412,0.75288,-1.50770,-1.39046,-1.09327,2.18258,-0.57896
+4.83520,0.75249,-1.50819,-1.38997,-1.09346,2.18284,-0.57932
+4.83628,0.75211,-1.50868,-1.38949,-1.09364,2.18309,-0.57967
+4.83735,0.75174,-1.50916,-1.38902,-1.09383,2.18334,-0.58001
+4.83843,0.75137,-1.50963,-1.38856,-1.09402,2.18358,-0.58035
+4.83951,0.75101,-1.51009,-1.38810,-1.09420,2.18382,-0.58068
+4.84059,0.75066,-1.51055,-1.38765,-1.09438,2.18405,-0.58100
+4.84166,0.75031,-1.51100,-1.38721,-1.09456,2.18428,-0.58133
+4.84274,0.74997,-1.51144,-1.38677,-1.09473,2.18451,-0.58164
+4.84382,0.74963,-1.51187,-1.38634,-1.09491,2.18473,-0.58195
+4.84489,0.74930,-1.51230,-1.38591,-1.09508,2.18495,-0.58225
+4.84597,0.74898,-1.51271,-1.38549,-1.09525,2.18516,-0.58255
+4.84705,0.74866,-1.51313,-1.38508,-1.09542,2.18537,-0.58285
+4.84813,0.74835,-1.51353,-1.38467,-1.09559,2.18558,-0.58314
+4.84920,0.74804,-1.51393,-1.38427,-1.09576,2.18578,-0.58342
+4.85028,0.74774,-1.51432,-1.38388,-1.09592,2.18598,-0.58370
+4.85136,0.74745,-1.51470,-1.38349,-1.09608,2.18618,-0.58398
+4.85243,0.74715,-1.51508,-1.38311,-1.09624,2.18637,-0.58425
+4.85351,0.74687,-1.51545,-1.38273,-1.09640,2.18656,-0.58451
+4.85459,0.74659,-1.51581,-1.38236,-1.09656,2.18675,-0.58477
+4.85567,0.74641,-1.51605,-1.38212,-1.09666,2.18687,-0.58494
+4.85674,0.74599,-1.51661,-1.38156,-1.09688,2.18714,-0.58532
+4.85782,0.74559,-1.51716,-1.38101,-1.09709,2.18741,-0.58569
+4.85890,0.74519,-1.51770,-1.38046,-1.09730,2.18767,-0.58606
+4.85997,0.74480,-1.51824,-1.37992,-1.09751,2.18793,-0.58642
+4.86105,0.74441,-1.51876,-1.37940,-1.09772,2.18818,-0.58678
+4.86213,0.74404,-1.51928,-1.37888,-1.09792,2.18843,-0.58713
+4.86321,0.74367,-1.51978,-1.37836,-1.09813,2.18867,-0.58747
+4.86428,0.74330,-1.52028,-1.37786,-1.09833,2.18891,-0.58781
+4.86536,0.74294,-1.52077,-1.37736,-1.09853,2.18915,-0.58814
+4.86644,0.74259,-1.52125,-1.37687,-1.09872,2.18938,-0.58846
+4.86751,0.74225,-1.52172,-1.37638,-1.09892,2.18961,-0.58878
+4.86859,0.74191,-1.52218,-1.37591,-1.09911,2.18983,-0.58910
+4.86967,0.74157,-1.52264,-1.37544,-1.09930,2.19005,-0.58941
+4.87075,0.74125,-1.52309,-1.37497,-1.09949,2.19026,-0.58971
+4.87182,0.74093,-1.52353,-1.37452,-1.09968,2.19048,-0.59001
+4.87290,0.74061,-1.52396,-1.37407,-1.09986,2.19068,-0.59030
+4.87398,0.74030,-1.52439,-1.37363,-1.10004,2.19089,-0.59059
+4.87505,0.74000,-1.52481,-1.37319,-1.10022,2.19109,-0.59088
+4.87613,0.73970,-1.52522,-1.37276,-1.10040,2.19129,-0.59116
+4.87721,0.73940,-1.52563,-1.37234,-1.10058,2.19148,-0.59143
+4.87829,0.73911,-1.52602,-1.37192,-1.10075,2.19167,-0.59170
+4.87936,0.73883,-1.52642,-1.37151,-1.10093,2.19186,-0.59197
+4.88044,0.73855,-1.52680,-1.37111,-1.10110,2.19204,-0.59223
+4.88152,0.73828,-1.52718,-1.37071,-1.10127,2.19222,-0.59249
+4.88259,0.73801,-1.52755,-1.37031,-1.10143,2.19240,-0.59274
+4.88367,0.73781,-1.52782,-1.37003,-1.10155,2.19253,-0.59292
+4.88475,0.73749,-1.52827,-1.36956,-1.10174,2.19274,-0.59322
+4.88583,0.73716,-1.52872,-1.36910,-1.10193,2.19296,-0.59353
+4.88690,0.73685,-1.52916,-1.36865,-1.10212,2.19316,-0.59382
+4.88798,0.73653,-1.52959,-1.36820,-1.10230,2.19337,-0.59411
+4.88906,0.73623,-1.53001,-1.36776,-1.10248,2.19357,-0.59440
+4.89013,0.73593,-1.53043,-1.36732,-1.10266,2.19377,-0.59468
+4.89121,0.73563,-1.53084,-1.36689,-1.10284,2.19396,-0.59496
+4.89229,0.73534,-1.53124,-1.36647,-1.10302,2.19415,-0.59523
+4.89336,0.73506,-1.53164,-1.36605,-1.10319,2.19434,-0.59549
+4.89444,0.73478,-1.53203,-1.36564,-1.10337,2.19452,-0.59576
+4.89552,0.73450,-1.53241,-1.36524,-1.10354,2.19470,-0.59602
+4.89660,0.73423,-1.53279,-1.36484,-1.10371,2.19488,-0.59627
+4.89767,0.73397,-1.53316,-1.36445,-1.10387,2.19506,-0.59652
+4.89875,0.73385,-1.53332,-1.36428,-1.10394,2.19513,-0.59663
+4.89983,0.73350,-1.53384,-1.36372,-1.10416,2.19536,-0.59695
+4.90090,0.73316,-1.53436,-1.36318,-1.10438,2.19558,-0.59727
+4.90198,0.73282,-1.53486,-1.36264,-1.10460,2.19580,-0.59759
+4.90306,0.73249,-1.53535,-1.36211,-1.10481,2.19602,-0.59790
+4.90414,0.73217,-1.53584,-1.36159,-1.10502,2.19623,-0.59820
+4.90521,0.73185,-1.53632,-1.36108,-1.10523,2.19644,-0.59850
+4.90629,0.73153,-1.53679,-1.36057,-1.10543,2.19665,-0.59880
+4.90737,0.73122,-1.53725,-1.36007,-1.10564,2.19685,-0.59909
+4.90844,0.73092,-1.53771,-1.35958,-1.10584,2.19705,-0.59937
+4.90952,0.73062,-1.53815,-1.35910,-1.10604,2.19725,-0.59965
+4.91060,0.73033,-1.53859,-1.35862,-1.10624,2.19744,-0.59993
+4.91168,0.73004,-1.53902,-1.35815,-1.10643,2.19763,-0.60020
+4.91275,0.72976,-1.53945,-1.35769,-1.10662,2.19781,-0.60047
+4.91383,0.72948,-1.53986,-1.35723,-1.10682,2.19799,-0.60073
+4.91491,0.72921,-1.54027,-1.35678,-1.10700,2.19817,-0.60098
+4.91598,0.72894,-1.54068,-1.35634,-1.10719,2.19835,-0.60124
+4.91706,0.72868,-1.54107,-1.35591,-1.10738,2.19852,-0.60149
+4.91814,0.72842,-1.54146,-1.35548,-1.10756,2.19869,-0.60173
+4.91922,0.72816,-1.54185,-1.35505,-1.10774,2.19886,-0.60197
+4.92029,0.72791,-1.54222,-1.35464,-1.10792,2.19902,-0.60221
+4.92137,0.72785,-1.54231,-1.35454,-1.10796,2.19906,-0.60226
+4.92245,0.72752,-1.54282,-1.35399,-1.10818,2.19927,-0.60257
+4.92352,0.72720,-1.54332,-1.35345,-1.10840,2.19949,-0.60288
+4.92460,0.72688,-1.54381,-1.35291,-1.10861,2.19970,-0.60318
+4.92568,0.72656,-1.54430,-1.35239,-1.10883,2.19990,-0.60348
+4.92676,0.72626,-1.54477,-1.35187,-1.10904,2.20010,-0.60377
+4.92783,0.72595,-1.54524,-1.35136,-1.10925,2.20030,-0.60405
+4.92891,0.72565,-1.54570,-1.35085,-1.10946,2.20049,-0.60433
+4.92999,0.72536,-1.54615,-1.35036,-1.10966,2.20068,-0.60461
+4.93106,0.72507,-1.54659,-1.34987,-1.10986,2.20087,-0.60488
+4.93214,0.72479,-1.54703,-1.34939,-1.11007,2.20106,-0.60515
+4.93322,0.72452,-1.54746,-1.34891,-1.11026,2.20124,-0.60541
+4.93430,0.72424,-1.54788,-1.34844,-1.11046,2.20142,-0.60567
+4.93537,0.72397,-1.54830,-1.34798,-1.11065,2.20159,-0.60592
+4.93645,0.72371,-1.54870,-1.34753,-1.11085,2.20176,-0.60617
+4.93753,0.72345,-1.54911,-1.34708,-1.11104,2.20193,-0.60642
+4.93860,0.72320,-1.54950,-1.34664,-1.11122,2.20210,-0.60666
+4.93968,0.72295,-1.54989,-1.34621,-1.11141,2.20226,-0.60690
+4.94076,0.72270,-1.55027,-1.34578,-1.11159,2.20242,-0.60713
+4.94184,0.72257,-1.55047,-1.34555,-1.11169,2.20250,-0.60725
+4.94291,0.72225,-1.55098,-1.34499,-1.11191,2.20272,-0.60756
+4.94399,0.72193,-1.55149,-1.34444,-1.11214,2.20292,-0.60786
+4.94507,0.72162,-1.55198,-1.34390,-1.11236,2.20313,-0.60816
+4.94614,0.72131,-1.55247,-1.34336,-1.11258,2.20333,-0.60845
+4.94722,0.72101,-1.55294,-1.34283,-1.11280,2.20352,-0.60873
+4.94830,0.72071,-1.55341,-1.34231,-1.11301,2.20371,-0.60901
+4.94938,0.72042,-1.55388,-1.34180,-1.11322,2.20390,-0.60929
+4.95045,0.72014,-1.55433,-1.34130,-1.11343,2.20409,-0.60956
+4.95153,0.71985,-1.55478,-1.34080,-1.11364,2.20427,-0.60983
+4.95261,0.71958,-1.55522,-1.34031,-1.11384,2.20445,-0.61009
+4.95368,0.71931,-1.55565,-1.33982,-1.11405,2.20463,-0.61035
+4.95476,0.71904,-1.55607,-1.33935,-1.11425,2.20480,-0.61060
+4.95584,0.71878,-1.55649,-1.33888,-1.11445,2.20497,-0.61085
+4.95692,0.71852,-1.55690,-1.33842,-1.11464,2.20514,-0.61110
+4.95799,0.71827,-1.55730,-1.33796,-1.11484,2.20531,-0.61134
+4.95907,0.71802,-1.55770,-1.33751,-1.11503,2.20547,-0.61158
+4.96015,0.71777,-1.55809,-1.33707,-1.11522,2.20563,-0.61181
+4.96122,0.71753,-1.55847,-1.33664,-1.11540,2.20578,-0.61204
+4.96230,0.71739,-1.55870,-1.33637,-1.11552,2.20588,-0.61218
+4.96338,0.71711,-1.55914,-1.33588,-1.11572,2.20606,-0.61245
+4.96445,0.71683,-1.55958,-1.33540,-1.11592,2.20624,-0.61271
+4.96553,0.71657,-1.56000,-1.33493,-1.11612,2.20641,-0.61297
+4.96661,0.71630,-1.56042,-1.33446,-1.11632,2.20658,-0.61322
+4.96769,0.71604,-1.56083,-1.33400,-1.11651,2.20675,-0.61347
+4.96876,0.71579,-1.56124,-1.33355,-1.11671,2.20692,-0.61371
+4.96984,0.71553,-1.56163,-1.33310,-1.11690,2.20708,-0.61395
+4.97092,0.71529,-1.56202,-1.33266,-1.11709,2.20724,-0.61419
+4.97199,0.71505,-1.56241,-1.33223,-1.11727,2.20740,-0.61442
+4.97307,0.71483,-1.56275,-1.33184,-1.11744,2.20754,-0.61463
+4.97415,0.71456,-1.56318,-1.33137,-1.11764,2.20771,-0.61488
+4.97523,0.71429,-1.56360,-1.33090,-1.11783,2.20789,-0.61514
+4.97630,0.71403,-1.56401,-1.33044,-1.11803,2.20806,-0.61539
+4.97738,0.71378,-1.56441,-1.32999,-1.11822,2.20822,-0.61563
+4.97846,0.71352,-1.56481,-1.32954,-1.11841,2.20839,-0.61587
+4.97953,0.71328,-1.56520,-1.32911,-1.11860,2.20855,-0.61611
+4.98061,0.71303,-1.56559,-1.32867,-1.11878,2.20870,-0.61634
+4.98169,0.71279,-1.56597,-1.32824,-1.11897,2.20886,-0.61658
+4.98277,0.71253,-1.56638,-1.32779,-1.11916,2.20903,-0.61683
+4.98384,0.71227,-1.56679,-1.32734,-1.11935,2.20920,-0.61707
+4.98492,0.71202,-1.56718,-1.32689,-1.11954,2.20936,-0.61732
+4.98600,0.71177,-1.56758,-1.32645,-1.11973,2.20952,-0.61755
+4.98707,0.71153,-1.56796,-1.32602,-1.11991,2.20968,-0.61779
+4.98815,0.71129,-1.56834,-1.32560,-1.12010,2.20983,-0.61802
+4.98923,0.71124,-1.56842,-1.32551,-1.12013,2.20987,-0.61806
+4.99031,0.71099,-1.56882,-1.32507,-1.12032,2.21003,-0.61831
+4.99138,0.71074,-1.56921,-1.32463,-1.12051,2.21019,-0.61855
+4.99246,0.71050,-1.56959,-1.32420,-1.12069,2.21035,-0.61878
+4.99354,0.71026,-1.56997,-1.32377,-1.12088,2.21050,-0.61901
+4.99461,0.71023,-1.57001,-1.32373,-1.12089,2.21052,-0.61903
+4.99569,0.70999,-1.57039,-1.32330,-1.12108,2.21067,-0.61927
+4.99677,0.70975,-1.57077,-1.32288,-1.12126,2.21083,-0.61950
+4.99785,0.70970,-1.57085,-1.32279,-1.12130,2.21086,-0.61954
+4.99892,0.70946,-1.57123,-1.32236,-1.12148,2.21102,-0.61978
+5.00000,0.70922,-1.57161,-1.32194,-1.12166,2.21117,-0.62001
diff --git a/python/examples/path_in_pixels.csv b/python/examples/path_in_pixels.csv
index c739895cc0048413c4274e61aa478407f03de642..146ac97bfd7f130c4921e44cc978837ae3192fa4 100644
--- a/python/examples/path_in_pixels.csv
+++ b/python/examples/path_in_pixels.csv
@@ -1,710 +1,339 @@
-0.17351,0.86400
-0.18240,0.86798
-0.19425,0.87196
-0.21351,0.87461
-0.23129,0.87594
-0.24462,0.87727
-0.26240,0.87859
-0.27869,0.87992
-0.29499,0.88125
-0.31128,0.88257
-0.32314,0.88257
-0.33795,0.88257
-0.34832,0.88257
-0.35721,0.88257
-0.37054,0.88390
-0.38980,0.88390
-0.40313,0.88523
-0.41647,0.88655
-0.42980,0.88788
-0.44165,0.88788
-0.45202,0.88788
-0.46091,0.88788
-0.47424,0.88921
-0.51128,0.88921
-0.52609,0.89053
-0.54535,0.89053
-0.56905,0.89319
-0.58683,0.89584
-0.60016,0.89717
-0.63127,0.90247
-0.64461,0.90380
-0.65794,0.90512
-0.66979,0.90645
-0.68164,0.90645
-0.69942,0.90645
-0.71275,0.90645
-0.72905,0.90512
-0.73942,0.90512
-0.74979,0.90380
-0.75868,0.90247
-0.76756,0.90114
-0.77793,0.89982
-0.78238,0.89982
-0.81201,0.89849
-0.82534,0.89451
-0.83423,0.89053
-0.84312,0.88655
-0.85349,0.88390
-0.86238,0.87992
-0.86978,0.87727
-0.87719,0.87461
-0.88460,0.87196
-0.88904,0.87063
-0.89349,0.86931
-0.89645,0.86798
-0.89793,0.86665
-0.89941,0.86533
-0.90089,0.86533
-0.90237,0.86400
-0.90386,0.86267
-0.90534,0.86135
-0.90534,0.86135
-0.90682,0.85869
-0.90682,0.85472
-0.90682,0.85339
-0.90682,0.85206
-0.90682,0.85206
-0.90682,0.85074
-0.90534,0.84808
-0.89645,0.84808
-0.87867,0.84808
-0.87126,0.84808
-0.86089,0.84808
-0.84904,0.84808
-0.83719,0.84410
-0.82830,0.84410
-0.82238,0.84410
-0.81497,0.84410
-0.80904,0.84410
-0.80608,0.84410
-0.79867,0.84410
-0.79127,0.84410
-0.77942,0.84410
-0.76756,0.84410
-0.75868,0.84410
-0.73794,0.84278
-0.73201,0.84278
-0.72016,0.84145
-0.70386,0.84145
-0.68757,0.84145
-0.67572,0.84145
-0.66386,0.84145
-0.65201,0.84145
-0.63275,0.84278
-0.61498,0.84410
-0.60016,0.84676
-0.58979,0.84808
-0.57942,0.84941
-0.56313,0.85074
-0.55128,0.85074
-0.53646,0.85074
-0.52757,0.85074
-0.51572,0.84941
-0.49943,0.84808
-0.48461,0.84676
-0.47572,0.84676
-0.47128,0.84676
-0.46980,0.84676
-0.46832,0.84676
-0.44609,0.83880
-0.42832,0.83482
-0.38980,0.82818
-0.36758,0.82553
-0.34832,0.82288
-0.33351,0.82022
-0.32462,0.81890
-0.30980,0.81625
-0.29499,0.81359
-0.28462,0.81227
-0.27573,0.80961
-0.26684,0.80961
-0.26240,0.80961
-0.25795,0.80829
-0.25499,0.80696
-0.24906,0.80563
-0.24314,0.80431
-0.23869,0.80298
-0.23129,0.80033
-0.22092,0.79767
-0.21647,0.79635
-0.21055,0.79369
-0.20462,0.79104
-0.19573,0.78573
-0.18981,0.78175
-0.18240,0.77910
-0.17796,0.77512
-0.17203,0.77114
-0.17055,0.77114
-0.16907,0.76982
-0.16759,0.76982
-0.16759,0.76982
-0.16610,0.76849
-0.16759,0.76716
-0.17647,0.76716
-0.19129,0.76451
-0.20610,0.76584
-0.21795,0.76849
-0.23277,0.76982
-0.24758,0.77247
-0.26092,0.77512
-0.27277,0.77645
-0.29499,0.78043
-0.30684,0.78308
-0.32314,0.78441
-0.33647,0.78573
-0.34832,0.78573
-0.35869,0.78573
-0.37054,0.78441
-0.39721,0.78441
-0.40906,0.78441
-0.41647,0.78441
-0.42684,0.78573
-0.44165,0.78706
-0.45646,0.78839
-0.46832,0.79104
-0.48313,0.79104
-0.49202,0.79104
-0.50239,0.79237
-0.51424,0.79237
-0.51868,0.79369
-0.52165,0.79369
-0.52313,0.79369
-0.53942,0.79502
-0.55572,0.79502
-0.56905,0.79369
-0.60016,0.79237
-0.61498,0.79237
-0.62831,0.79237
-0.63868,0.79237
-0.65053,0.79237
-0.66238,0.79237
-0.67572,0.79237
-0.68757,0.79369
-0.70979,0.79502
-0.72016,0.79635
-0.73201,0.79767
-0.74386,0.80033
-0.75571,0.80298
-0.77053,0.80563
-0.77942,0.80829
-0.78979,0.80961
-0.80016,0.81094
-0.81053,0.81359
-0.82238,0.81492
-0.83275,0.81492
-0.84460,0.81757
-0.84904,0.81757
-0.85941,0.81890
-0.86386,0.82022
-0.86978,0.82022
-0.87423,0.82022
-0.87867,0.82022
-0.88015,0.82022
-0.88312,0.82022
-0.88608,0.82022
-0.88904,0.82022
-0.89200,0.81890
-0.89497,0.81757
-0.89941,0.81492
-0.90386,0.81359
-0.90682,0.81094
-0.90978,0.80829
-0.91126,0.80696
-0.91274,0.80563
-0.91274,0.80431
-0.91571,0.80298
-0.91867,0.79900
-0.92015,0.79635
-0.92163,0.79369
-0.92163,0.79104
-0.92311,0.78839
-0.92311,0.78706
-0.92311,0.78308
-0.91571,0.77645
-0.90237,0.77114
-0.89052,0.76716
-0.86534,0.76318
-0.84164,0.75920
-0.82978,0.75788
-0.81349,0.75655
-0.78534,0.75655
-0.76905,0.75655
-0.75275,0.75655
-0.73053,0.75522
-0.71127,0.75522
-0.69497,0.75522
-0.68460,0.75390
-0.66386,0.75124
-0.64164,0.74992
-0.62683,0.74992
-0.61350,0.74859
-0.58979,0.74859
-0.56757,0.74992
-0.52905,0.75257
-0.49646,0.75655
-0.48165,0.75788
-0.47128,0.75920
-0.45943,0.76053
-0.45498,0.76053
-0.45202,0.76053
-0.44906,0.76053
-0.41943,0.75390
-0.40461,0.74992
-0.38239,0.74726
-0.33351,0.74196
-0.31721,0.74063
-0.29647,0.73930
-0.26684,0.73665
-0.25055,0.73532
-0.23573,0.73267
-0.21203,0.72869
-0.19277,0.72604
-0.18092,0.72604
-0.17055,0.72471
-0.16166,0.72471
-0.15129,0.72339
-0.14388,0.72339
-0.13351,0.72206
-0.12018,0.71808
-0.11426,0.71543
-0.10981,0.71543
-0.10389,0.71277
-0.09648,0.71012
-0.08759,0.70614
-0.08166,0.70481
-0.07278,0.70083
-0.06537,0.69553
-0.06241,0.69420
-0.06092,0.69420
-0.06092,0.69420
-0.05944,0.69420
-0.05796,0.69420
-0.05648,0.69420
-0.05648,0.69288
-0.05796,0.68890
-0.06685,0.68226
-0.10685,0.66900
-0.12463,0.66900
-0.14092,0.66900
-0.16759,0.66900
-0.18536,0.67032
-0.20018,0.67165
-0.22092,0.67430
-0.24462,0.67696
-0.26240,0.67828
-0.27425,0.67961
-0.29795,0.68226
-0.31425,0.68359
-0.33202,0.68492
-0.34388,0.68624
-0.36462,0.68890
-0.38387,0.69155
-0.40610,0.69420
-0.42091,0.69685
-0.44461,0.70349
-0.45350,0.70614
-0.45943,0.70747
-0.46091,0.70747
-0.46239,0.70747
-0.48609,0.70879
-0.49498,0.70879
-0.53498,0.70879
-0.55720,0.70879
-0.57053,0.70747
-0.60016,0.70747
-0.62238,0.70747
-0.65794,0.71012
-0.68016,0.71145
-0.69646,0.71277
-0.71127,0.71410
-0.73053,0.71543
-0.75719,0.71543
-0.77497,0.71675
-0.80016,0.71808
-0.81497,0.71941
-0.82682,0.72073
-0.84312,0.72073
-0.85349,0.72073
-0.86534,0.72073
-0.88015,0.72073
-0.89200,0.72073
-0.90089,0.71941
-0.90978,0.71808
-0.91423,0.71808
-0.91423,0.71808
-0.91571,0.71808
-0.91719,0.71808
-0.91867,0.71808
-0.92163,0.71543
-0.92311,0.71410
-0.92608,0.71012
-0.92756,0.70879
-0.92756,0.70614
-0.92756,0.70481
-0.92756,0.70349
-0.92756,0.70216
-0.92756,0.69951
-0.92756,0.69818
-0.92756,0.69553
-0.92608,0.69288
-0.92311,0.68624
-0.91867,0.68094
-0.91274,0.67563
-0.90534,0.66900
-0.89941,0.66634
-0.89200,0.66236
-0.88163,0.65838
-0.86830,0.65440
-0.84460,0.65440
-0.83127,0.65440
-0.82386,0.65440
-0.81201,0.65838
-0.79867,0.66104
-0.78979,0.66369
-0.78090,0.66634
-0.76016,0.67032
-0.74979,0.67298
-0.73201,0.67696
-0.71275,0.68094
-0.69646,0.68359
-0.68164,0.68492
-0.64905,0.68492
-0.62387,0.68492
-0.60461,0.68359
-0.55868,0.67961
-0.54239,0.67696
-0.51720,0.67430
-0.49202,0.67430
-0.48165,0.67430
-0.47276,0.67298
-0.45350,0.67032
-0.39573,0.66369
-0.37499,0.66236
-0.35869,0.66236
-0.33054,0.66236
-0.31128,0.66104
-0.29647,0.65838
-0.27721,0.65573
-0.25647,0.65308
-0.24166,0.65043
-0.23129,0.65043
-0.22092,0.65043
-0.20907,0.65043
-0.19425,0.65043
-0.18092,0.65043
-0.17203,0.65043
-0.16314,0.65043
-0.15722,0.64910
-0.14536,0.64645
-0.13203,0.64379
-0.12314,0.64114
-0.11722,0.64114
-0.11574,0.63981
-0.10981,0.63716
-0.10685,0.63583
-0.10389,0.63451
-0.10092,0.63185
-0.09796,0.62920
-0.09500,0.62787
-0.09203,0.62522
-0.08759,0.61859
-0.08463,0.61593
-0.08166,0.61328
-0.08166,0.61063
-0.08018,0.60798
-0.07870,0.60665
-0.07870,0.60665
-0.07870,0.60532
-0.07870,0.60400
-0.07870,0.60267
-0.07870,0.60134
-0.09648,0.59338
-0.10537,0.58940
-0.11129,0.58808
-0.12314,0.58808
-0.13648,0.58808
-0.14981,0.58808
-0.16166,0.58808
-0.17351,0.58808
-0.18240,0.58808
-0.19721,0.58940
-0.21203,0.58940
-0.22832,0.58940
-0.24462,0.58940
-0.25499,0.58940
-0.27721,0.58940
-0.29647,0.59073
-0.31425,0.59206
-0.32462,0.59206
-0.34239,0.59338
-0.36462,0.59471
-0.38239,0.59604
-0.39573,0.59736
-0.43721,0.60002
-0.46091,0.60134
-0.47720,0.60267
-0.50683,0.60267
-0.52609,0.60400
-0.54239,0.60532
-0.56016,0.60798
-0.60016,0.61461
-0.60757,0.61593
-0.61053,0.61593
-0.61201,0.61593
-0.61350,0.61593
-0.61498,0.61593
-0.62831,0.61726
-0.65498,0.61859
-0.66979,0.61991
-0.68609,0.61991
-0.69942,0.61991
-0.71868,0.61991
-0.73645,0.61991
-0.75275,0.61991
-0.76312,0.61859
-0.77645,0.61859
-0.79275,0.61859
-0.81053,0.61991
-0.82534,0.61991
-0.84756,0.61991
-0.85793,0.61991
-0.86978,0.62124
-0.87571,0.62124
-0.88312,0.62124
-0.88756,0.62124
-0.89349,0.61991
-0.89941,0.61859
-0.90237,0.61859
-0.90534,0.61726
-0.90830,0.61593
-0.90830,0.61593
-0.90978,0.61461
-0.91274,0.61195
-0.91274,0.61195
-0.91423,0.61063
-0.91423,0.60930
-0.91571,0.60798
-0.91571,0.60798
-0.91571,0.60665
-0.91571,0.60532
-0.91423,0.60002
-0.90830,0.59471
-0.89941,0.58808
-0.88904,0.58277
-0.88163,0.57879
-0.87275,0.57481
-0.86089,0.57083
-0.84460,0.56553
-0.83275,0.56420
-0.81793,0.56155
-0.80904,0.56022
-0.79719,0.55889
-0.78534,0.55757
-0.76905,0.55757
-0.75719,0.55757
-0.73497,0.55624
-0.71868,0.55624
-0.70238,0.55757
-0.68757,0.55757
-0.67127,0.55757
-0.65646,0.55757
-0.62831,0.55624
-0.59720,0.55226
-0.57202,0.55093
-0.54979,0.54961
-0.53350,0.54961
-0.52165,0.54828
-0.49350,0.54695
-0.47424,0.54563
-0.45943,0.54430
-0.44906,0.54297
-0.43869,0.54165
-0.43572,0.54032
-0.43276,0.54032
-0.43128,0.54032
-0.42980,0.54032
-0.39721,0.53767
-0.38536,0.53767
-0.36313,0.53767
-0.35128,0.53634
-0.32906,0.53634
-0.31721,0.53501
-0.30240,0.53501
-0.29351,0.53501
-0.28017,0.53501
-0.26832,0.53634
-0.25647,0.53634
-0.24758,0.53634
-0.23869,0.53634
-0.22832,0.53634
-0.21944,0.53634
-0.20758,0.53634
-0.19573,0.53634
-0.18684,0.53634
-0.17647,0.53501
-0.16610,0.53501
-0.15722,0.53369
-0.14981,0.53369
-0.14092,0.53236
-0.13055,0.52971
-0.12314,0.52971
-0.11574,0.52838
-0.10833,0.52573
-0.10092,0.52440
-0.09648,0.52175
-0.09055,0.51910
-0.08463,0.51644
-0.07870,0.51114
-0.07574,0.50848
-0.07278,0.50716
-0.07129,0.50716
-0.06981,0.50583
-0.06833,0.50450
-0.06685,0.50318
-0.06537,0.50185
-0.06537,0.50185
-0.06537,0.50052
-0.06537,0.49920
-0.06537,0.49787
-0.06537,0.49654
-0.06537,0.49389
-0.06537,0.49124
-0.06537,0.48858
-0.06833,0.48461
-0.07426,0.48063
-0.08315,0.47665
-0.09055,0.47399
-0.09648,0.47267
-0.11129,0.47134
-0.12166,0.47134
-0.13055,0.47134
-0.14388,0.47134
-0.15277,0.47134
-0.16610,0.47134
-0.17351,0.47134
-0.19721,0.47134
-0.21203,0.47134
-0.22536,0.47134
-0.23869,0.47267
-0.24758,0.47267
-0.26092,0.47399
-0.27425,0.47532
-0.30980,0.47665
-0.32462,0.47797
-0.34980,0.47930
-0.37795,0.48195
-0.39573,0.48328
-0.42387,0.48461
-0.44165,0.48461
-0.45943,0.48726
-0.46239,0.48726
-0.46387,0.48726
-0.46535,0.48726
-0.47720,0.48858
-0.49943,0.49124
-0.51128,0.49256
-0.52461,0.49256
-0.54239,0.49389
-0.56165,0.49522
-0.57646,0.49654
-0.60164,0.50052
-0.61794,0.50318
-0.63424,0.50450
-0.65349,0.50583
-0.66535,0.50716
-0.68016,0.50981
-0.69942,0.51114
-0.71423,0.51246
-0.72905,0.51246
-0.74090,0.51246
-0.75719,0.51379
-0.77201,0.51512
-0.78534,0.51512
-0.79571,0.51512
-0.81349,0.51644
-0.82534,0.51644
-0.83571,0.51644
-0.84312,0.51644
-0.85052,0.51644
-0.85645,0.51644
-0.86089,0.51644
-0.86534,0.51644
-0.86978,0.51512
-0.87275,0.51379
-0.87571,0.51246
-0.87867,0.51114
-0.88015,0.50981
-0.88163,0.50981
-0.88312,0.50848
-0.88312,0.50848
-0.88460,0.50583
-0.88460,0.50583
-0.88460,0.50450
-0.88756,0.50052
-0.88904,0.49522
-0.89052,0.48593
-0.89052,0.47532
-0.89052,0.46603
-0.89052,0.46338
-0.89052,0.46205
-0.89052,0.46073
-0.89052,0.45807
-0.89052,0.45409
-0.89052,0.45144
-0.88904,0.44879
-0.88904,0.44614
-0.88608,0.44216
-0.87867,0.43420
-0.85941,0.42093
-0.84904,0.41695
-0.83719,0.41430
-0.81201,0.41032
-0.79275,0.41032
-0.77497,0.41032
-0.74831,0.41164
-0.72312,0.41297
-0.70831,0.41430
-0.69646,0.41562
-0.65349,0.41960
-0.63720,0.41960
-0.62535,0.41960
-0.60016,0.41828
-0.58387,0.41695
-0.57350,0.41695
-0.56016,0.41562
-0.52313,0.41164
-0.50535,0.40899
-0.49498,0.40766
-0.47572,0.40501
-0.45202,0.40236
-0.43276,0.39971
-0.41795,0.39838
-0.34980,0.39573
-0.32610,0.39573
-0.29795,0.39705
-0.27277,0.39705
-0.26092,0.39705
-0.25203,0.39705
-0.24314,0.39705
-0.23425,0.39705
-0.23277,0.39705
-0.23129,0.39705
-0.22981,0.39705
-0.22832,0.39705
-0.20462,0.39440
-0.19129,0.39307
-0.15870,0.39175
-0.14833,0.39175
-0.13648,0.39175
-0.13055,0.39175
-0.11870,0.39175
-0.11426,0.39175
-0.11129,0.39175
-0.10685,0.39175
-0.10389,0.39175
-0.10240,0.39175
-0.09944,0.39175
-0.09796,0.39175
-0.09796,0.39175
-0.09796,0.39175
+0.08611,0.88944
+0.08315,0.85881
+0.08166,0.82950
+0.07722,0.77756
+0.07574,0.74159
+0.07574,0.72694
+0.07574,0.67233
+0.07574,0.66300
+0.07574,0.63636
+0.07574,0.61372
+0.07574,0.59774
+0.07574,0.58575
+0.07426,0.54712
+0.07426,0.53380
+0.07426,0.52048
+0.07278,0.50583
+0.07278,0.48851
+0.07129,0.47919
+0.07129,0.46720
+0.07129,0.46454
+0.07129,0.46187
+0.07129,0.46054
+0.07129,0.45921
+0.07129,0.45921
+0.07129,0.45788
+0.07129,0.45654
+0.07129,0.45521
+0.07129,0.45388
+0.07129,0.45255
+0.07129,0.45255
+0.07129,0.44988
+0.07129,0.44722
+0.07129,0.43790
+0.07129,0.42857
+0.07129,0.42058
+0.07129,0.41392
+0.07129,0.40992
+0.07129,0.40859
+0.07129,0.40460
+0.07129,0.40326
+0.07129,0.39927
+0.07129,0.39660
+0.07129,0.39394
+0.07129,0.39128
+0.07129,0.38861
+0.07129,0.38595
+0.07129,0.38462
+0.07129,0.38328
+0.07129,0.38195
+0.07129,0.38062
+0.07129,0.38328
+0.07129,0.38728
+0.07426,0.41658
+0.07722,0.43124
+0.08463,0.44855
+0.09352,0.46853
+0.10240,0.48318
+0.10833,0.49517
+0.11870,0.50982
+0.13500,0.53646
+0.14240,0.54712
+0.14981,0.55644
+0.15722,0.56577
+0.16314,0.57110
+0.17055,0.57642
+0.17647,0.58042
+0.18833,0.58575
+0.19277,0.58708
+0.19721,0.58708
+0.20166,0.58708
+0.20758,0.58708
+0.21351,0.58575
+0.22092,0.58175
+0.25351,0.54712
+0.26240,0.53114
+0.26980,0.51648
+0.27869,0.49118
+0.28314,0.47652
+0.28610,0.46587
+0.28758,0.46054
+0.28758,0.45921
+0.28758,0.45654
+0.28758,0.45521
+0.28758,0.45388
+0.31277,0.44589
+0.32462,0.44322
+0.34832,0.43923
+0.37647,0.43790
+0.39869,0.43923
+0.41498,0.44056
+0.42535,0.44189
+0.43721,0.44456
+0.44758,0.44988
+0.46683,0.46187
+0.47572,0.46986
+0.48165,0.47786
+0.49054,0.48585
+0.49498,0.49251
+0.49794,0.49650
+0.50091,0.50316
+0.50387,0.52314
+0.50387,0.53513
+0.50091,0.54446
+0.49498,0.55511
+0.49202,0.56177
+0.48757,0.56710
+0.48313,0.57243
+0.47869,0.57642
+0.47424,0.57909
+0.46832,0.58175
+0.45943,0.58575
+0.45054,0.58708
+0.44461,0.58708
+0.44165,0.58708
+0.43721,0.58575
+0.43128,0.58308
+0.42535,0.57376
+0.41647,0.54712
+0.41498,0.53380
+0.41498,0.52448
+0.41498,0.50316
+0.41647,0.48984
+0.41943,0.47652
+0.42387,0.46720
+0.42684,0.46187
+0.43424,0.45388
+0.44461,0.44589
+0.45646,0.44056
+0.46980,0.43656
+0.48017,0.43656
+0.49202,0.43656
+0.50091,0.43656
+0.51572,0.43656
+0.53350,0.43790
+0.56165,0.44056
+0.57053,0.44189
+0.58239,0.44456
+0.58831,0.44722
+0.59720,0.45521
+0.60609,0.46454
+0.61201,0.47386
+0.61794,0.48185
+0.62535,0.49251
+0.63275,0.51249
+0.63720,0.52980
+0.63720,0.54179
+0.63720,0.55245
+0.63572,0.55778
+0.63275,0.56310
+0.63127,0.56710
+0.62831,0.57376
+0.62683,0.58175
+0.62387,0.59374
+0.62387,0.59907
+0.62387,0.60173
+0.62387,0.60306
+0.62387,0.60440
+0.62387,0.60573
+0.62387,0.60573
+0.62238,0.60573
+0.62090,0.60573
+0.61942,0.60306
+0.61646,0.59907
+0.61498,0.59640
+0.61201,0.58974
+0.61053,0.57909
+0.61053,0.56444
+0.61053,0.55378
+0.61053,0.54179
+0.61053,0.53380
+0.61053,0.52581
+0.61350,0.50849
+0.61646,0.49650
+0.61942,0.48585
+0.62238,0.48052
+0.62535,0.47386
+0.62831,0.46853
+0.63424,0.46187
+0.63868,0.45788
+0.64609,0.45388
+0.65794,0.44988
+0.67127,0.44722
+0.68312,0.44722
+0.69349,0.44722
+0.70683,0.44988
+0.71571,0.45388
+0.72757,0.45921
+0.73942,0.46587
+0.75275,0.47386
+0.76756,0.48585
+0.77349,0.48984
+0.77645,0.49118
+0.78534,0.50183
+0.79719,0.51648
+0.80460,0.52714
+0.80904,0.53780
+0.81201,0.54179
+0.81497,0.54712
+0.81645,0.54978
+0.81793,0.55245
+0.82090,0.56044
+0.82238,0.56577
+0.82238,0.56843
+0.82386,0.57110
+0.82386,0.57110
+0.82386,0.57243
+0.82386,0.57376
+0.82386,0.57509
+0.82386,0.57642
+0.82386,0.57776
+0.82386,0.57776
+0.82386,0.58042
+0.82386,0.58575
+0.82386,0.59108
+0.82386,0.59774
+0.82386,0.59907
+0.82386,0.60040
+0.82386,0.60040
+0.82386,0.60040
+0.82386,0.59108
+0.82830,0.54179
+0.82978,0.52581
+0.83867,0.47120
+0.84015,0.45255
+0.84015,0.43790
+0.83867,0.40859
+0.83719,0.39527
+0.83423,0.38062
+0.83127,0.36730
+0.82386,0.33800
+0.81941,0.32068
+0.81497,0.30869
+0.80608,0.29138
+0.80016,0.28205
+0.78830,0.27006
+0.77349,0.25941
+0.76164,0.25008
+0.74238,0.23943
+0.70683,0.22611
+0.69497,0.22211
+0.67868,0.21678
+0.65942,0.20879
+0.63868,0.20080
+0.62387,0.19547
+0.60609,0.19148
+0.58387,0.19014
+0.56757,0.19014
+0.55128,0.19014
+0.53350,0.19014
+0.51128,0.19014
+0.49350,0.19014
+0.47869,0.18881
+0.45795,0.18881
+0.43276,0.18881
+0.40758,0.18881
+0.38387,0.18881
+0.35425,0.19148
+0.33647,0.19281
+0.28758,0.19947
+0.26980,0.20213
+0.24610,0.20746
+0.23869,0.20879
+0.23573,0.20879
+0.23425,0.20879
+0.20018,0.22344
+0.18240,0.23277
+0.17203,0.23676
+0.16462,0.24209
+0.15573,0.24742
+0.14833,0.25275
+0.13648,0.26074
+0.12759,0.26607
+0.12018,0.27006
+0.11277,0.27406
+0.10833,0.27672
+0.10537,0.27939
+0.09944,0.28338
+0.09648,0.28605
+0.08759,0.29537
+0.08463,0.29937
+0.08166,0.30470
+0.07870,0.31002
+0.07574,0.31802
+0.07574,0.32201
+0.07574,0.32734
+0.07574,0.33267
+0.07574,0.33666
+0.07574,0.34599
+0.08018,0.35798
+0.08166,0.36597
+0.08759,0.37662
+0.09203,0.38595
+0.09648,0.39394
+0.09796,0.39660
+0.09796,0.39927
+0.09944,0.40060
+0.10389,0.40326
+0.11129,0.40726
+0.12166,0.41126
+0.13648,0.41658
+0.18833,0.42724
+0.20907,0.42990
+0.24314,0.43257
+0.26684,0.43257
+0.28906,0.43124
+0.33943,0.42990
+0.35573,0.42990
+0.38239,0.42990
+0.40610,0.43124
+0.42980,0.43390
+0.45350,0.43790
+0.47572,0.44056
+0.52017,0.44456
+0.54683,0.44722
+0.57053,0.44988
+0.58090,0.45122
+0.59127,0.45388
+0.59424,0.45388
+0.59572,0.45388
+0.62831,0.46986
+0.65794,0.47253
+0.69201,0.47253
+0.71720,0.46853
+0.74979,0.46720
+0.76756,0.46720
+0.78830,0.46587
+0.81053,0.46587
+0.83275,0.46720
+0.84312,0.46720
+0.85941,0.46986
+0.87423,0.47120
+0.88904,0.47253
+0.89645,0.47253
+0.90237,0.47253
+0.90682,0.47253
+0.90978,0.47253
+0.91126,0.47253
+0.91274,0.47253
+0.91274,0.47253
diff --git a/python/examples/point_impedance_control.py b/python/examples/point_impedance_control.py
index 666b89f102e432a1893478986070bfdcba8c2a12..d48ea389ffcc4ea5138ddefcce7a1dbac4d2e7c0 100644
--- a/python/examples/point_impedance_control.py
+++ b/python/examples/point_impedance_control.py
@@ -33,6 +33,9 @@ def getArgs():
             help="whether you are running the UR simulator. \
                     NOTE: doesn't actually work because it's not a physics simulator", \
                     default=False)
+    parser.add_argument('--robot-ip', type=str, 
+            help="robot's ip address", \
+                    default="192.168.1.102")
     parser.add_argument('--pinocchio-only', action=argparse.BooleanOptionalAction, 
             help="whether you want to just integrate with pinocchio.\
                     NOTE: doesn't actually work because it's not a physics simulator", \
@@ -59,6 +62,8 @@ def getArgs():
     #######################################################################
     # not applicable here, but leaving it in the case it becomes applicable
     # it's also in the robot manager even though it shouldn't be
+    parser.add_argument('--cartesian-space-impedance', action=argparse.BooleanOptionalAction, \
+            help="is the impedance computed and added in cartesian or in joint space", default=False)
     parser.add_argument('--past-window-size', type=int, \
             help="how many timesteps of past data you want to save", default=5)
     parser.add_argument('--goal-error', type=float, \
@@ -73,7 +78,7 @@ def getArgs():
     parser.add_argument('--clik-controller', type=str, \
             help="select which click algorithm you want", \
             default='dampedPseudoinverse', \
-            choices=['dampedPseudoinverse', 'jacobianTranspose'])
+            choices=['dampedPseudoinverse', 'jacobianTranspose', 'invKinmQP'])
         # maybe you want to scale the control signal
     parser.add_argument('--controller-speed-scaling', type=float, \
             default='1.0', help='not actually_used atm')
@@ -248,6 +253,67 @@ def controlLoopPointImpedance(q_init, controller, robot, i, past_data):
 
     return breakFlag, save_past_dict, log_item
 
+
+
+# TODO: implement
+def controlLoopCartesianPointImpedance(Mtool_init, clik_controller, robot, i, past_data):
+    breakFlag = False
+    # TODO rename this into something less confusing
+    save_past_dict = {}
+    log_item = {}
+    q = robot.getQ()
+    Mtool = robot.getMtool()
+    wrench = robot.getWrench()
+    log_item['wrench_raw'] = wrench.reshape((6,))
+    save_past_dict['wrench'] = copy.deepcopy(wrench)
+    wrench = args.beta * wrench + (1 - args.beta) * past_data['wrench'][-1]
+    # good generic values
+    #Z = np.diag(np.array([1.0, 1.0, 2.0, 1.0, 1.0, 1.0]))
+    # but let's stick to the default for now
+    #Z = np.diag(np.array([1.0, 1.0, 1.0, 1.0, 1.0, 1.0]))
+    Z = np.diag(np.array([1.0, 1.0, 1.0, 10.0, 10.0, 10.0]))
+    mapping = np.zeros((6,6))
+    mapping[0:3, 0:3] = Mtool.rotation
+    mapping[3:6, 3:6] = Mtool.rotation
+    #TODO # this might  be expressed in the spatial frame
+    wrench = mapping.T @ wrench
+
+    wrench = Z @ wrench
+    pin.forwardKinematics(robot.model, robot.data, q)
+    # this jacobian starts at the end of the end-effector.
+    # but the wrench is probably modified wrt tip of the end effector
+    # because we defined the load in the ur inteface thing.
+    # so that might cause some offset.
+    # test for this:
+    # when i touch the f/t sensor directly, it gives on linear force,
+    # when i touch it at the tip of the end-effector, then it give both linear force
+    # and torque. so that means there's no memeing going on with internally transforming the wrench.
+    # plus the f/t sensor has no way of knowing where the contact is anyway, so you can't account 
+    # for this even if you wanted to.
+    J = pin.computeJointJacobian(robot.model, robot.data, q, robot.JOINT_ID)
+
+    SEerror = Mtool.actInv(Mtool_init)
+    err_vector = pin.log6(SEerror).vector 
+    v_body_cmd = args.kp * err_vector + args.alpha * wrench
+    # now this v_spatial_cmd can be passed to any inverse kinematics algorithm
+
+    vel_cmd = clik_controller(J, v_body_cmd)
+    robot.sendQd(vel_cmd)
+
+    # immediatelly stop if something weird happened (some non-convergence)
+    if np.isnan(vel_cmd[0]):
+        breakFlag = True
+
+    dq = robot.getQd()[:6].reshape((6,1))
+    # log what you said you'd log
+    # TODO fix the q6 situation (hide this)
+    log_item['qs'] = q[:6].reshape((6,))
+    log_item['dqs'] = dq.reshape((6,))
+    log_item['wrench_used'] = wrench.reshape((6,))
+
+    return breakFlag, save_past_dict, log_item
+
+
 if __name__ == "__main__":
     #######################################################################
     #                           software setup                            #
@@ -283,8 +349,13 @@ if __name__ == "__main__":
             'wrench_used' : np.zeros(6),
         }
     q_init = robot.getQ()
+    Mtool_init = robot.getMtool()
+
+    if not args.cartesian_space_impedance:
+        controlLoop = partial(controlLoopPointImpedance, q_init, controller, robot)
+    else:
+        controlLoop = partial(controlLoopCartesianPointImpedance, Mtool_init, clikController, robot)
 
-    controlLoop = partial(controlLoopPointImpedance, q_init, controller, robot)
     loop_manager = ControlLoopManager(robot, controlLoop, args, save_past_dict, log_item)
 
     #moveJ(args, robot, dmp.pos.reshape((6,)))
diff --git a/python/examples/test_crocoddyl_opt_ctrl.py b/python/examples/test_crocoddyl_opt_ctrl.py
new file mode 100644
index 0000000000000000000000000000000000000000..9bdfd0169ca1689f04713a5879e89b8041ac1882
--- /dev/null
+++ b/python/examples/test_crocoddyl_opt_ctrl.py
@@ -0,0 +1,132 @@
+import os
+import signal
+import sys
+import time
+
+from ur_simple_control.util.get_model import get_model
+import numpy as np
+import pinocchio
+from pinocchio.visualize import MeshcatVisualizer
+
+import crocoddyl
+
+model, collision_model, visual_model, data = get_model()
+state = crocoddyl.StateMultibody(model)
+actuation = crocoddyl.ActuationModelFull(state)
+#q0 = np.zeros(model.nq)
+pinocchio.seed(int(time.time()))
+q0 = pinocchio.randomConfiguration(model)
+x0 = np.concatenate([q0, pinocchio.utils.zero(model.nv)])
+
+
+# Create a cost model per the running and terminal action model.
+nu = state.nv
+runningCostModel = crocoddyl.CostModelSum(state, nu)
+terminalCostModel = crocoddyl.CostModelSum(state, nu)
+
+# Note that we need to include a cost model (i.e. set of cost functions) in
+# order to fully define the action model for our optimal control problem.
+# For this particular example, we formulate three running-cost functions:
+# goal-tracking cost, state and control regularization; and one terminal-cost:
+# goal cost. First, let's create the common cost functions.
+framePlacementResidual = crocoddyl.ResidualModelFramePlacement(
+    state,
+    model.getFrameId("tool0"),
+    pinocchio.SE3(np.eye(3), np.array([0.6, 0.2, 0.5])),
+    nu,
+)
+uResidual = crocoddyl.ResidualModelJointEffort(state, actuation, nu)
+xResidual = crocoddyl.ResidualModelState(state, x0, nu)
+goalTrackingCost = crocoddyl.CostModelResidual(state, framePlacementResidual)
+xRegCost = crocoddyl.CostModelResidual(state, xResidual)
+uRegCost = crocoddyl.CostModelResidual(state, uResidual)
+
+
+# Then let's added the running and terminal cost functions
+# NOTE: there's a 10e4 diff between param sizes, is that ok?
+runningCostModel.addCost("gripperPose", goalTrackingCost, 1)
+runningCostModel.addCost("xReg", xRegCost, 1e-2)
+runningCostModel.addCost("uReg", uRegCost, 1e-3)
+# shouldn't this be a constraint tho?
+terminalCostModel.addCost("gripperPose", goalTrackingCost, 1e3)
+
+dt = 1e-2
+runningModel = crocoddyl.IntegratedActionModelEuler(
+    crocoddyl.DifferentialActionModelFreeInvDynamics(
+        state, actuation, runningCostModel
+    ),
+    dt,
+)
+terminalModel = crocoddyl.IntegratedActionModelEuler(
+    crocoddyl.DifferentialActionModelFreeInvDynamics(
+        state, actuation, terminalCostModel
+    ),
+    0.0,
+)
+
+# For this optimal control problem, we define 100 knots (or running action
+# models) plus a terminal knot
+T = 100
+problem = crocoddyl.ShootingProblem(x0, [runningModel] * T, terminalModel)
+
+
+# Creating the solver for this OC problem, defining a logger
+#solver = crocoddyl.SolverIntro(problem)
+#solver = crocoddyl.SolverFDDP(problem)
+solver = crocoddyl.SolverDDP(problem)
+#solver = crocoddyl.SolverKKT(problem)
+solver.setCallbacks(
+    [
+        crocoddyl.CallbackVerbose(),
+        crocoddyl.CallbackLogger(),
+    ]
+)
+
+solver.solve()
+print(
+    "Finally reached = ",
+    solver.problem.terminalData.differential.multibody.pinocchio.oMf[
+        model.getFrameId("tool0")
+    ].translation.T,
+)
+
+
+log = solver.getCallbacks()[1]
+crocoddyl.plotOCSolution(
+    solver.xs,
+    [d.differential.multibody.joint.tau for d in solver.problem.runningDatas],
+    figIndex=1,
+    show=False,
+)
+crocoddyl.plotConvergence(
+    log.costs, log.pregs, log.dregs, log.grads, log.stops, log.steps, figIndex=2
+)
+
+# viz
+
+for geom in visual_model.geometryObjects:
+    if "hand" in geom.name:
+        s = geom.meshScale
+        # this looks exactly correct lmao
+        s *= 0.001
+        geom.meshScale = s
+for geom in collision_model.geometryObjects:
+    if "hand" in geom.name:
+        s = geom.meshScale
+        # this looks exactly correct lmao
+        s *= 0.001
+        geom.meshScale = s
+viz = MeshcatVisualizer(model, collision_model, visual_model)
+viz.initViewer(open=True)
+viz.loadViewerModel()
+xs = solver.xs.tolist()
+for i in range(10):
+    for x in xs:
+        viz.display(x[0:model.nq])
+        time.sleep(0.05)
+#display = crocoddyl.MeshcatDisplay(model)#, collision_model, visual_model)
+#display.rate = -1
+#display.freq = 1
+#while True:
+#    display.displayFromSolver(solver)
+#    time.sleep(1.0)
diff --git a/python/ur_simple_control/__pycache__/__init__.cpython-312.pyc b/python/ur_simple_control/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9b2834644867a509017a904089c126c95aadacf2
Binary files /dev/null and b/python/ur_simple_control/__pycache__/__init__.cpython-312.pyc differ
diff --git a/python/ur_simple_control/__pycache__/managers.cpython-311.pyc b/python/ur_simple_control/__pycache__/managers.cpython-311.pyc
index 2675a1cf3013718070b82c0e8d76397492812c3f..ee06032c7c773a30ce7ce19ebd45121640fc714b 100644
Binary files a/python/ur_simple_control/__pycache__/managers.cpython-311.pyc and b/python/ur_simple_control/__pycache__/managers.cpython-311.pyc differ
diff --git a/python/ur_simple_control/__pycache__/managers.cpython-312.pyc b/python/ur_simple_control/__pycache__/managers.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..2e899767fbf6f9cb906181df79c9c64f46d78ea2
Binary files /dev/null and b/python/ur_simple_control/__pycache__/managers.cpython-312.pyc differ
diff --git a/python/ur_simple_control/basics/__pycache__/__init__.cpython-312.pyc b/python/ur_simple_control/basics/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..bfdbb02db5158c96d88c7565cf618180c158a478
Binary files /dev/null and b/python/ur_simple_control/basics/__pycache__/__init__.cpython-312.pyc differ
diff --git a/python/ur_simple_control/basics/__pycache__/basics.cpython-312.pyc b/python/ur_simple_control/basics/__pycache__/basics.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5fa0086f49e4281f9eeaeae9db7e5d7d99c70bcf
Binary files /dev/null and b/python/ur_simple_control/basics/__pycache__/basics.cpython-312.pyc differ
diff --git a/python/ur_simple_control/clik/__pycache__/__init__.cpython-312.pyc b/python/ur_simple_control/clik/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..da51c5e2ade3792316b9ed1771c9d1b7da7ccf70
Binary files /dev/null and b/python/ur_simple_control/clik/__pycache__/__init__.cpython-312.pyc differ
diff --git a/python/ur_simple_control/clik/__pycache__/clik_point_to_point.cpython-311.pyc b/python/ur_simple_control/clik/__pycache__/clik_point_to_point.cpython-311.pyc
index 8bf99c3102d5fbe368170837804af1a43e43888b..a611100dc56a4f7d16da2150748d7af7e4f6b1e2 100644
Binary files a/python/ur_simple_control/clik/__pycache__/clik_point_to_point.cpython-311.pyc and b/python/ur_simple_control/clik/__pycache__/clik_point_to_point.cpython-311.pyc differ
diff --git a/python/ur_simple_control/clik/__pycache__/clik_point_to_point.cpython-312.pyc b/python/ur_simple_control/clik/__pycache__/clik_point_to_point.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0e87eb7a7f7d8001f3804aec246ec258c7d24557
Binary files /dev/null and b/python/ur_simple_control/clik/__pycache__/clik_point_to_point.cpython-312.pyc differ
diff --git a/python/ur_simple_control/clik/__pycache__/clik_trajectory_following.cpython-312.pyc b/python/ur_simple_control/clik/__pycache__/clik_trajectory_following.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7e831d2ca1f5b2e9c6d95aab6f71489342542efd
Binary files /dev/null and b/python/ur_simple_control/clik/__pycache__/clik_trajectory_following.cpython-312.pyc differ
diff --git a/python/ur_simple_control/clik/clik_point_to_point.py b/python/ur_simple_control/clik/clik_point_to_point.py
index 5a66bab59c34699e8fa8aae68dee5345ba2b5818..a442d8157bafa10354200fb2a85b9850c9ea3e2e 100644
--- a/python/ur_simple_control/clik/clik_point_to_point.py
+++ b/python/ur_simple_control/clik/clik_point_to_point.py
@@ -5,6 +5,7 @@ import argparse
 from functools import partial
 from ur_simple_control.managers import ControlLoopManager, RobotManager
 import time
+from qpsolvers import solve_qp
 
 """
 Every imaginable magic number, flag and setting is put in here.
@@ -27,12 +28,17 @@ def get_args():
             formatter_class=argparse.ArgumentDefaultsHelpFormatter)
     parser.add_argument('--simulation', action=argparse.BooleanOptionalAction, 
             help="whether you are running the UR simulator", default=False)
+    parser.add_argument('--robot-ip', type=str, 
+            help="robot's ip address", \
+                    default="192.168.1.102")
     parser.add_argument('--debug_prints', action=argparse.BooleanOptionalAction, 
             help="print some info for debugging", default=False)
     parser.add_argument('--pinocchio-only', action=argparse.BooleanOptionalAction, 
             help="whether you want to just integrate with pinocchio", default=False)
-    parser.add_argument('--visualize', action=argparse.BooleanOptionalAction, 
-            help="whether you want to visualize with gepetto, but NOTE: not implemented yet", default=False)
+    parser.add_argument('--visualize-manipulator', action=argparse.BooleanOptionalAction, 
+            help="whether you want to visualize the manipulator and workspace with meshcat", default=False)
+    parser.add_argument('--real-time-plotting', action=argparse.BooleanOptionalAction, 
+            help="whether you want to have some real-time matplotlib graphs (parts of log_dict you select)", default=False)
     parser.add_argument('--gripper', action=argparse.BooleanOptionalAction, \
             help="whether you're using the gripper", default=False)
     parser.add_argument('--goal-error', type=float, \
@@ -94,6 +100,23 @@ def jacobianTranspose(J, err_vector):
     qd = J.T @ err_vector
     return qd
 
+def invKinmQP(J, err_vector):
+    # maybe a lower precision dtype is equally good, but faster?
+    P = np.eye(J.shape[1], dtype="double")
+    # TODO: why is q all 0?
+    q = np.array([0] * J.shape[1], dtype="double")
+    G = None
+    # TODO: extend for orientation as well
+    b = err_vector#[:3]
+    A = J#[:3]
+    # TODO: you probably want limits here
+    lb = None
+    ub = None
+    h = None
+    #qd = solve_qp(P, q, G, h, A, b, lb, ub, solver="ecos")
+    qd = solve_qp(P, q, G, h, A, b, lb, ub, solver="quadprog")
+    return qd
+
 """
 getClikController
 -----------------
@@ -116,8 +139,8 @@ def getClikController(args):
     #    return invKinm_PseudoInv
     #if controller_name == "invKinm_PseudoInv_half":
     #    return invKinm_PseudoInv_half
-    #if controller_name == "invKinmQP":
-    #    return invKinmQP
+    if args.clik_controller == "invKinmQP":
+        return invKinmQP
     #if controller_name == "invKinmQPSingAvoidE_kI":
     #    return invKinmQPSingAvoidE_kI
     #if controller_name == "invKinmQPSingAvoidE_kM":
@@ -184,18 +207,25 @@ generic control loop for clik (handling error to final point etc).
 in some version of the universe this could be extended to a generic
 point-to-point motion control loop.
 """
-def moveUntilContactControlLoop(speed, robot, clik_controller, i, past_data):
+def moveUntilContactControlLoop(contact_detecting_force, speed, robot, clik_controller, i, past_data):
     breakFlag = False
     # know where you are, i.e. do forward kinematics
     q = robot.getQ()
     pin.forwardKinematics(robot.model, robot.data, q)
     # break if wrench is nonzero basically
-    wrench = robot.getWrench()
-    # NOTE: this 4.2 is a magic number
+    #wrench = robot.getWrench()
+    # you're already giving the speed in the EE i.e. body frame
+    # so it only makes sense to have the wrench in the same frame
+    wrench = robot.getWrenchInEE()
+    # and furthermore it's a reasonable assumption that you'll hit the thing
+    # in the direction you're going in.
+    # thus we only care about wrenches in those direction coordinates
+    mask = speed != 0.0
+    # NOTE: contact getting force is a magic number
     # it is a 100% empirical, with the goal being that it's just above noise.
     # so far it's worked fine, and it's pretty soft too.
-    if np.linalg.norm(wrench) > 4.2:
-        print("hit with", np.linalg.norm(wrench))
+    if np.linalg.norm(wrench[mask]) > contact_detecting_force:
+        print("hit with", np.linalg.norm(wrench[mask]))
         breakFlag = True
     # pin.computeJointJacobian is much different than the C++ version lel
     J = pin.computeJointJacobian(robot.model, robot.data, q, robot.JOINT_ID)
@@ -213,7 +243,7 @@ def moveUntilContact(args, robot, speed):
     assert type(speed) == np.ndarray 
     clik_controller = getClikController(args)
     # TODO: just make the manager pass the robot or something, this is weird man
-    controlLoop = partial(moveUntilContactControlLoop, speed, robot, clik_controller)
+    controlLoop = partial(moveUntilContactControlLoop, args.contact_detecting_force, speed, robot, clik_controller)
     # we're not using any past data or logging, hence the empty arguments
     loop_manager = ControlLoopManager(robot, controlLoop, args, {}, {})
     log_dict, final_iteration = loop_manager.run()
diff --git a/python/ur_simple_control/dmp/__pycache__/__init__.cpython-312.pyc b/python/ur_simple_control/dmp/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..1391575a09999c264117e9287f69a1b2d7b7006d
Binary files /dev/null and b/python/ur_simple_control/dmp/__pycache__/__init__.cpython-312.pyc differ
diff --git a/python/ur_simple_control/dmp/__pycache__/dmp.cpython-312.pyc b/python/ur_simple_control/dmp/__pycache__/dmp.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c88d4965a1288a73f8fc9345baa64af0aeeca153
Binary files /dev/null and b/python/ur_simple_control/dmp/__pycache__/dmp.cpython-312.pyc differ
diff --git a/python/ur_simple_control/managers.py b/python/ur_simple_control/managers.py
index 9d2289757ba2d4ee8f5b82650d5ac852ad1d79da..99cbf332429b9e41fec285280f0be461fad5a2a5 100644
--- a/python/ur_simple_control/managers.py
+++ b/python/ur_simple_control/managers.py
@@ -17,7 +17,6 @@ import signal
 from ur_simple_control.util.get_model import get_model
 from collections import deque
 from ur_simple_control.visualize.visualize import plotFromDict, realTimePlotter, manipulatorVisualizer
-from pinocchio.visualize import MeshcatVisualizer
 from multiprocessing import Process, Queue
 
 """
@@ -390,7 +389,7 @@ class RobotManager:
         # TODO: make general
         if self.gripper_flag and not self.pinocchio_only:
             self.gripper = RobotiqGripper()
-            self.gripper.connect("192.168.1.102", 63352)
+            self.gripper.connect(args.robot_ip, 63352)
             self.gripper.activate()
 
         # also TODO: figure out how to best solve the gripper_velocity problem
@@ -409,9 +408,9 @@ class RobotManager:
             # try just running your new program again. it could be that the socket wasn't given
             # back to the os even though you've shut off the previous program.
             print("CONNECTING TO UR5e!")
-            self.rtde_control = RTDEControlInterface("192.168.1.102")
-            self.rtde_receive = RTDEReceiveInterface("192.168.1.102")
-            self.rtde_io = RTDEIOInterface("192.168.1.102")
+            self.rtde_control = RTDEControlInterface(args.robot_ip)
+            self.rtde_receive = RTDEReceiveInterface(args.robot_ip)
+            self.rtde_io = RTDEIOInterface(args.robot_ip)
             # NOTE: the force/torque sensor just has large offsets for no reason,
             # and you need to minus them to have usable readings.
             # we provide this with calibrateFT
@@ -643,6 +642,20 @@ class RobotManager:
             self.wrench = np.random.random(self.n_arm_joints)
         return self.wrench.copy()
 
+
+    def getWrenchInEE(self):
+        if not self.pinocchio_only:
+            self.wrench = np.array(self.rtde_receive.getActualTCPForce()) - self.wrench_offset
+        else:
+            self.wrench = np.random.random(self.n_arm_joints)
+        self.getMtool()
+        # NOTE: this mapping is equivalent to having a purely rotational action 
+        # this is more transparent tho
+        mapping = np.zeros((6,6))
+        mapping[0:3, 0:3] = self.T_w_e.rotation
+        mapping[3:6, 3:6] = self.T_w_e.rotation
+        self.wrench = mapping.T @ self.wrench
+        return self.wrench.copy()
     """
     sendQd
     -----
diff --git a/python/ur_simple_control/robot_descriptions/__pycache__/__init__.cpython-312.pyc b/python/ur_simple_control/robot_descriptions/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0df7ddf44a0ede79323ae0b0a3406dd573af4f43
Binary files /dev/null and b/python/ur_simple_control/robot_descriptions/__pycache__/__init__.cpython-312.pyc differ
diff --git a/python/ur_simple_control/robot_descriptions/urdf/__pycache__/__init__.cpython-312.pyc b/python/ur_simple_control/robot_descriptions/urdf/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..243f7ac617848687524177a64a28a389282e957c
Binary files /dev/null and b/python/ur_simple_control/robot_descriptions/urdf/__pycache__/__init__.cpython-312.pyc differ
diff --git a/python/ur_simple_control/util/__pycache__/__init__.cpython-312.pyc b/python/ur_simple_control/util/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3fbe9907280c84609fe3b1cea8305bb8ce0c7421
Binary files /dev/null and b/python/ur_simple_control/util/__pycache__/__init__.cpython-312.pyc differ
diff --git a/python/ur_simple_control/util/__pycache__/calib_board_hacks.cpython-311.pyc b/python/ur_simple_control/util/__pycache__/calib_board_hacks.cpython-311.pyc
index 8d53c29d36e0513077275e824e0101c7fff95fe1..6156d32d834e84180a79651492a8f37efd9e6ff9 100644
Binary files a/python/ur_simple_control/util/__pycache__/calib_board_hacks.cpython-311.pyc and b/python/ur_simple_control/util/__pycache__/calib_board_hacks.cpython-311.pyc differ
diff --git a/python/ur_simple_control/util/__pycache__/calib_board_hacks.cpython-312.pyc b/python/ur_simple_control/util/__pycache__/calib_board_hacks.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7b4b291aa60caab7194c0c5f1e450a8f939c1e4f
Binary files /dev/null and b/python/ur_simple_control/util/__pycache__/calib_board_hacks.cpython-312.pyc differ
diff --git a/python/ur_simple_control/util/__pycache__/draw_path.cpython-312.pyc b/python/ur_simple_control/util/__pycache__/draw_path.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0dd487ca465ce8e1c0086017be6f1b5e777f2293
Binary files /dev/null and b/python/ur_simple_control/util/__pycache__/draw_path.cpython-312.pyc differ
diff --git a/python/ur_simple_control/util/__pycache__/freedrive.cpython-312.pyc b/python/ur_simple_control/util/__pycache__/freedrive.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..dce20d71598646ad9f177e5cf7aa45a82ee6ab06
Binary files /dev/null and b/python/ur_simple_control/util/__pycache__/freedrive.cpython-312.pyc differ
diff --git a/python/ur_simple_control/util/__pycache__/get_model.cpython-312.pyc b/python/ur_simple_control/util/__pycache__/get_model.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f71d31d1b099ad31d391d763413e725c2b8b077c
Binary files /dev/null and b/python/ur_simple_control/util/__pycache__/get_model.cpython-312.pyc differ
diff --git a/python/ur_simple_control/util/__pycache__/logging_utils.cpython-312.pyc b/python/ur_simple_control/util/__pycache__/logging_utils.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a5640ca76c535f04142b1d71d8fbba1556478f46
Binary files /dev/null and b/python/ur_simple_control/util/__pycache__/logging_utils.cpython-312.pyc differ
diff --git a/python/ur_simple_control/util/__pycache__/robotiq_gripper.cpython-312.pyc b/python/ur_simple_control/util/__pycache__/robotiq_gripper.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..349f617255ec9d5c1d4fe9bbed05232d7ce68b52
Binary files /dev/null and b/python/ur_simple_control/util/__pycache__/robotiq_gripper.cpython-312.pyc differ
diff --git a/python/ur_simple_control/util/calib_board_hacks.py b/python/ur_simple_control/util/calib_board_hacks.py
index 0fa20509cc0893b0b75a56e04267d1bcb91f4ee3..f1f5e2abc87dc52ea685828ca6deeb4d4601870f 100644
--- a/python/ur_simple_control/util/calib_board_hacks.py
+++ b/python/ur_simple_control/util/calib_board_hacks.py
@@ -236,8 +236,11 @@ def calibratePlane(args, robot, plane_width, plane_height, n_tests):
     print("R_initial_estimate", R_initial_estimate)
     R = copy.deepcopy(R_initial_estimate)
 
-    # go in the TCP z direction
-    speed = getSpeedInDirectionOfN(R_initial_estimate, args.board_axis)
+    # go in the TCP z direction of the end-effector
+    # our goal is to align that with board z
+    #speed = getSpeedInDirectionOfN(R_initial_estimate, args.board_axis)
+    speed = np.zeros(6)
+    speed[2] = 0.02
     print("speed", speed)
     # get q, do forward kinematics, get current TCP R 
 
@@ -286,7 +289,10 @@ def calibratePlane(args, robot, plane_width, plane_height, n_tests):
         if i > 2:
             n = fitNormalVector(positions)
             R = constructFrameFromNormalVector(R_initial_estimate, n)
-            speed = getSpeedInDirectionOfN(R, args.board_axis)
+            #speed = getSpeedInDirectionOfN(R, args.board_axis)
+            #speed = getSpeedInDirectionOfN(R_initial_estimate, args.board_axis)
+            speed = np.zeros(6)
+            speed[2] = 0.02
 
     print("finished estimating R")
 
@@ -312,7 +318,9 @@ def calibratePlane(args, robot, plane_width, plane_height, n_tests):
     # --> now you're ready to measure the translation vector correctly
     # for this we want to go directly into the board
     print("i'll estimate the translation vector now")
-    speed = getSpeedInDirectionOfN(R, args.board_axis)
+    #speed = getSpeedInDirectionOfN(R_initial_estimate, args.board_axis)
+    speed = np.zeros(6)
+    speed[2] = 0.02
 
     moveUntilContact(args, robot, speed)
 
diff --git a/python/ur_simple_control/visualize/__pycache__/__init__.cpython-312.pyc b/python/ur_simple_control/visualize/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..1a1afdfe38f2b1a2cc6ba93f9868783b4eb1aeb4
Binary files /dev/null and b/python/ur_simple_control/visualize/__pycache__/__init__.cpython-312.pyc differ
diff --git a/python/ur_simple_control/visualize/__pycache__/visualize.cpython-312.pyc b/python/ur_simple_control/visualize/__pycache__/visualize.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..948b37140f83b39870c36756ddf28e2e2558aaf5
Binary files /dev/null and b/python/ur_simple_control/visualize/__pycache__/visualize.cpython-312.pyc differ