% 1. Title: Waveform Database Generator (written in C)
%  
% 2. Source:
%    (a) Breiman,L., Friedman,J.H., Olshen,R.A., & Stone,C.J. (1984). 
%        Classification and Regression Trees.  Wadsworth International
%        Group: Belmont, California.  (see pages 43-49).
%    (b) Donor: David Aha 
%    (c) Date: 11/10/1988
% 
% 3. Past Usage:
%      1. CART book (above):
%         -- Optimal Bayes classification rate: 86% accuracy
%         -- CART decision tree algorithm: 72%
%         -- Nearest Neighbor Algorithm: 78%
%            --	300 training and 5000 test instances
% 
% 4. Relevant Information:
%      -- 3 classes of waves
%      -- 21 attributes, all of which include noise
%      -- See the book for details (49-55, 169)
%      -- waveform.data.Z contains 5000 instances
% 
% 5. Number of Instances: chosen by user
% 
% 6. Number of Attributes:
%     -- 21 attributes with continuous values between 0 and 6
% 
% 7. Attribute Information:
%     -- Each class is generated from a combination of 2 of 3 "base" waves
%     -- Each instance is generated f added noise (mean 0, variance 1) in 
%        each attribute
%      -- See the book for details (49-55, 169)
%     
% 8. Missing Attribute Values: none
% 
% 9. Class Distribution: 33% for each of 3 classes

@relation waveform

@attribute x1 real
@attribute x2 real
@attribute x3 real
@attribute x4 real
@attribute x5 real
@attribute x6 real
@attribute x7 real
@attribute x8 real
@attribute x9 real
@attribute x10 real
@attribute x11 real
@attribute x12 real
@attribute x13 real
@attribute x14 real
@attribute x15 real
@attribute x16 real
@attribute x17 real
@attribute x18 real
@attribute x19 real
@attribute x20 real
@attribute x21 real
@attribute x22 real
@attribute x23 real
@attribute x24 real
@attribute x25 real
@attribute x26 real
@attribute x27 real
@attribute x28 real
@attribute x29 real
@attribute x30 real
@attribute x31 real
@attribute x32 real
@attribute x33 real
@attribute x34 real
@attribute x35 real
@attribute x36 real
@attribute x37 real
@attribute x38 real
@attribute x39 real
@attribute x40 real
@attribute class {0,1,2}

@data
-0.12,1.58,2.55,1.78,0.85,1.63,5.17,3.50,2.22,2.58,2.56,-0.37,0.43,1.70,2.70,-0.18,1.36,1.95,1.81,0.80,1.05,0.09,0.12,1.50,-0.23,-0.03,1.40,-0.67,-0.13,0.78,-2.24,1.11,-0.11,0.20,0.80,-1.26,-0.28,0.15,0.91,0.85,0
0.41,0.01,1.69,0.56,0.25,0.51,5.15,4.00,3.63,4.99,2.91,4.24,1.95,0.99,1.56,1.30,0.58,-0.57,0.92,0.88,-0.20,-0.85,0.83,-0.82,0.31,0.74,0.76,-1.09,-0.03,0.94,-1.61,-0.52,-0.83,-1.39,0.97,-0.23,0.47,0.52,-2.90,-0.35,1
-1.18,2.04,0.06,-1.47,0.32,-0.47,-0.33,1.58,0.79,1.91,3.35,5.36,6.19,3.47,4.08,4.47,3.39,3.76,3.33,0.89,1.48,0.54,-1.02,-0.22,-0.14,0.86,-1.82,-0.49,0.62,0.26,0.64,-0.31,-2.53,-0.56,-1.38,0.50,0.37,1.20,0.73,0.42,2
1.13,0.45,-0.84,-0.15,-0.57,0.31,0.97,1.77,0.67,3.87,3.96,5.09,3.76,2.49,4.01,3.25,1.27,0.86,1.77,0.07,0.66,-0.95,0.04,-0.94,1.03,-1.15,0.06,0.69,1.56,-0.65,0.58,-0.59,0.53,0.80,1.05,-1.16,-0.11,-1.66,-0.97,0.55,2
-1.01,-0.63,2.11,0.10,-1.42,0.69,1.69,0.98,1.46,3.12,5.68,4.20,5.78,5.08,4.61,3.89,0.77,0.75,1.93,0.03,1.37,-1.07,-0.54,-0.92,0.16,-0.46,0.11,0.63,1.74,-0.69,0.03,0.54,0.11,0.42,-1.07,-1.09,-0.27,-0.59,1.98,-0.87,2
1.09,-0.36,0.56,-0.72,0.95,2.42,3.42,3.46,6.49,3.69,7.08,5.59,3.49,3.88,0.33,1.18,-1.14,0.57,-0.08,-0.57,1.02,-0.93,-0.60,-0.74,-1.41,1.08,-1.24,1.38,-0.14,-0.74,0.58,-0.32,0.29,-0.07,-1.04,-0.12,-1.67,0.70,-0.63,1.23,1
-1.56,3.32,1.82,4.81,2.67,4.19,6.73,3.40,5.08,2.62,1.01,2.18,-1.33,0.93,0.30,0.88,0.40,0.92,0.86,0.52,-1.91,0.82,-0.48,-1.16,-0.16,0.28,1.01,0.40,-1.13,0.19,2.00,-1.81,0.11,1.01,1.37,-0.83,0.17,-0.68,-1.06,-0.67,0
0.21,0.99,-0.19,-0.74,-1.40,0.16,2.22,1.58,3.14,5.28,5.72,3.86,3.56,3.00,0.36,1.31,-0.26,0.96,-0.83,0.05,-0.23,-0.07,0.16,1.42,-0.24,-0.91,-0.72,-1.02,-0.09,1.68,-0.13,0.48,0.10,-0.28,-0.98,-0.46,0.62,1.33,-2.08,0.96,2
-0.69,0.18,1.51,1.33,0.68,1.31,0.81,0.10,-0.27,-1.08,1.60,1.34,2.42,3.97,3.75,4.26,3.12,3.90,2.85,0.71,-0.12,-1.45,1.01,-1.05,-0.24,1.36,-0.92,-0.11,-0.45,-0.57,0.74,-0.41,0.18,0.45,0.11,0.18,-0.72,-0.18,-0.82,-0.56,0
-0.76,1.92,1.67,2.00,0.76,1.90,4.99,3.40,2.49,3.11,0.85,1.07,2.45,1.41,-0.27,0.19,-0.15,0.68,-1.13,0.77,-0.50,-1.09,-0.14,0.82,1.22,1.06,-0.28,0.90,-0.26,0.28,-1.19,0.26,0.51,0.44,0.20,1.29,0.12,0.62,-0.03,0.02,1
-0.73,0.35,-0.12,0.08,-0.67,-0.09,0.00,1.59,0.90,3.00,2.99,1.82,2.96,3.29,5.77,5.47,3.63,1.92,2.43,1.59,-1.67,2.56,2.00,0.97,1.70,-1.39,0.96,1.09,-0.44,1.38,-0.68,0.50,0.24,1.01,1.17,-1.23,2.39,-0.18,2.05,-0.18,2
-0.10,-0.26,1.92,3.92,2.09,4.06,6.50,5.55,4.11,4.80,1.66,1.66,0.72,-0.96,-0.59,1.42,-0.77,0.52,-1.11,-0.99,-1.32,-2.67,-1.76,1.06,0.49,0.36,1.10,-1.58,-0.17,0.02,-0.65,0.24,-2.03,1.22,-0.66,0.80,0.00,-0.92,0.71,0.51,1
1.28,0.54,-0.16,1.66,2.24,0.62,1.71,4.47,2.54,6.06,6.86,3.84,2.38,4.63,3.10,-0.60,-0.99,0.78,-1.50,-1.16,-0.25,-0.58,-1.04,0.14,1.12,-0.79,-0.85,0.04,1.68,0.93,1.06,-0.29,0.64,0.50,1.45,-0.07,-0.21,-1.31,-0.97,-1.94,1
-0.63,0.98,1.73,-0.26,0.79,3.16,0.64,3.18,3.93,4.12,2.38,3.33,2.58,1.68,0.93,0.47,-0.12,-1.15,-1.26,0.06,-1.27,-0.38,0.21,1.76,-0.16,-1.26,-0.74,-0.47,0.47,0.83,-0.26,1.38,0.19,0.55,-0.60,-1.01,-2.38,0.20,-0.98,1.65,1
-0.82,-1.33,1.48,1.42,1.56,2.52,2.38,4.94,3.62,3.57,3.33,3.25,2.42,1.87,1.19,2.23,0.18,-1.32,-3.03,-0.48,-0.47,-0.49,0.98,0.15,0.92,3.56,-2.47,0.90,-0.38,-0.68,1.11,0.33,0.45,0.19,0.89,-1.73,0.63,1.40,0.25,0.13,1
0.18,1.65,1.91,2.07,4.28,3.61,4.46,4.62,4.80,0.25,1.06,1.89,1.11,0.92,-0.59,0.20,0.97,1.48,0.14,0.80,1.60,-0.91,1.66,-0.17,-0.89,-0.04,0.09,0.33,0.45,0.20,0.17,-0.65,-0.73,0.89,-0.97,-1.30,-0.20,-0.63,-0.92,0.63,0
1.45,1.58,0.42,0.76,-0.55,0.68,0.14,-0.85,0.10,1.52,0.60,4.86,4.00,5.16,7.00,4.61,3.09,3.77,1.04,0.91,1.63,-0.28,-0.41,1.49,0.13,-0.93,-0.79,0.58,-0.53,-0.76,-0.00,-1.99,2.39,0.17,-1.43,-0.79,-0.11,0.02,-0.22,0.69,2
-0.67,1.14,0.50,2.15,-0.05,0.50,-1.28,2.09,2.46,2.18,3.02,3.13,0.82,4.08,3.87,3.61,1.28,1.64,2.04,1.53,0.34,0.85,-0.68,0.99,0.78,-0.24,0.15,1.53,2.39,-1.92,-0.46,0.64,0.28,-0.39,1.05,-0.03,0.25,-0.45,0.69,-1.07,0
-0.90,0.05,1.60,2.20,0.81,4.80,6.57,5.84,3.99,2.76,2.64,-0.87,0.64,-0.09,0.38,-1.08,3.19,1.24,0.77,2.21,-0.90,0.62,-1.05,0.65,0.36,0.81,0.84,1.03,1.88,0.46,0.31,-0.38,-1.25,0.40,-0.35,0.67,1.22,-0.58,-0.99,-0.00,1
-0.35,1.51,2.36,2.30,2.53,4.82,5.72,2.98,2.54,2.55,2.17,1.15,1.32,-0.59,-0.41,1.14,0.05,-0.81,-0.85,0.30,-1.52,-1.00,-0.15,0.09,-1.55,1.24,-0.63,-0.75,2.26,0.58,-0.96,1.13,0.72,0.91,1.46,2.08,0.71,-1.51,-1.20,-0.98,0
0.73,1.60,2.70,2.08,2.32,5.08,5.73,2.92,3.41,4.15,1.30,3.06,-0.18,-0.30,1.41,-0.14,0.89,-0.22,-0.71,-0.61,0.22,-1.84,-0.18,1.17,0.02,-0.05,-1.05,-0.75,0.54,-0.52,0.61,-0.05,-0.25,1.13,-0.75,-1.03,2.42,-0.64,-0.85,-2.46,1
1.10,1.48,-0.11,0.52,-0.07,0.95,2.42,2.76,3.52,3.47,3.72,4.91,4.23,3.20,2.49,1.25,0.35,-0.21,-2.20,-1.00,0.02,-0.14,-0.78,-1.26,-1.13,-1.48,0.68,0.72,-1.57,-0.06,0.12,-0.51,0.30,0.74,1.63,0.76,1.63,-0.44,0.66,-1.09,2
0.23,-0.81,-0.77,-1.33,-0.60,1.04,0.43,-0.41,-0.77,2.07,5.13,4.06,3.34,3.94,3.66,4.13,2.86,2.97,1.16,-1.10,-0.24,-1.63,0.53,0.27,-0.13,-1.67,-1.85,-1.60,-0.65,2.40,-0.67,-2.20,-0.78,0.13,0.84,1.00,0.89,0.88,0.94,0.62,2
-1.53,0.63,1.52,-0.06,0.08,1.37,1.16,1.31,3.48,4.45,6.47,4.39,3.17,3.39,4.09,2.33,0.64,-0.25,0.10,-0.33,-0.22,-0.01,-0.04,-0.51,0.81,-0.41,-1.54,0.23,0.05,0.84,-0.40,-0.50,1.31,-0.04,1.62,0.49,-0.27,0.83,-0.99,-1.92,2
-0.10,-0.04,0.65,3.02,3.33,1.97,3.55,2.11,1.97,2.68,2.46,1.28,1.31,1.70,3.40,3.42,3.67,0.68,0.31,-0.81,-0.16,0.24,0.67,-0.46,-1.75,0.40,-1.65,-0.37,1.19,1.73,-0.26,0.24,0.47,0.65,0.34,-0.65,-0.80,-1.34,0.39,0.71,0
1.16,1.83,1.47,0.94,0.71,2.70,1.93,4.16,3.41,4.22,5.29,4.56,3.38,3.78,1.56,2.54,-1.25,-1.40,1.54,0.32,0.73,0.27,1.08,-0.50,-0.28,-0.80,1.69,1.25,-1.68,-0.32,0.60,1.65,-0.51,1.61,-0.06,-0.71,-0.72,0.07,-0.24,0.57,2
1.93,1.26,1.09,4.03,4.59,3.62,4.90,5.22,3.09,3.86,1.50,-0.40,-1.46,-0.68,-1.30,-0.27,-1.14,-2.35,-0.16,-0.37,0.82,-0.35,-0.56,0.49,-0.21,-0.70,1.31,-0.26,-0.88,-0.93,-0.81,-0.25,-0.64,0.28,0.82,0.82,-0.96,1.62,-0.44,0.55,1
1.49,-0.41,2.47,1.29,-1.37,-0.96,1.59,2.01,4.34,3.37,5.54,5.65,5.35,3.33,3.75,1.52,-1.28,1.09,-0.02,-0.68,-2.33,-0.78,-1.21,1.14,-0.94,0.16,1.29,-0.63,0.04,-0.35,0.54,0.11,-1.06,0.07,-1.15,0.09,-0.50,1.63,-1.10,0.07,2
-1.41,2.13,-0.31,-0.53,-0.83,0.68,0.84,2.01,2.03,4.08,4.53,3.76,4.24,1.88,4.45,1.28,1.26,1.71,0.72,1.25,0.02,0.29,-1.41,-0.30,0.50,-0.27,0.05,-1.71,1.09,0.43,0.08,0.67,-2.42,-1.06,2.69,-0.27,-0.47,-0.43,0.63,0.42,2
-0.13,1.60,0.34,0.87,-0.19,0.49,2.48,-0.23,1.17,4.75,5.68,3.94,2.12,3.85,2.47,3.30,4.52,1.10,-1.10,2.55,0.58,-1.22,1.47,-1.68,0.10,0.97,-1.98,-0.65,0.55,-0.92,-0.03,-0.41,-0.12,0.89,-1.97,-0.44,1.07,2.86,1.30,-2.28,2
1.07,1.91,0.91,2.54,1.28,3.89,2.23,1.62,0.85,2.24,3.41,3.53,2.97,3.87,5.36,2.71,3.33,2.11,2.10,0.62,-0.77,-0.60,-0.18,0.64,0.07,-1.22,-0.61,0.05,0.54,3.00,1.07,-0.29,0.32,0.63,0.86,0.35,-0.34,-0.26,0.24,1.23,0
1.30,-0.36,1.58,1.82,1.36,3.39,5.06,3.71,4.09,4.63,3.57,2.05,0.57,1.52,0.39,0.95,1.15,0.53,-1.03,-1.63,-0.09,-0.60,0.29,-0.36,1.34,-1.19,-1.00,-0.33,-2.12,-0.04,-0.28,0.46,1.60,1.56,-0.37,-0.81,0.36,0.84,-0.26,3.45,0
-1.20,0.67,-0.41,0.27,0.19,0.82,1.41,2.89,2.14,1.81,4.86,3.08,4.11,2.77,3.24,2.92,1.74,1.46,0.56,0.00,-0.06,-0.09,1.47,0.48,-0.41,-0.83,0.09,0.12,0.13,0.64,0.02,-0.04,-0.76,0.71,0.25,-0.04,1.50,1.11,-0.73,-0.19,2
-0.59,-0.27,1.08,1.12,0.66,3.42,2.67,2.03,4.36,2.51,2.46,0.54,2.92,3.31,2.80,3.22,1.02,0.37,-1.98,1.91,0.86,0.99,-1.85,-0.26,-0.71,0.74,0.05,-0.21,-0.22,-0.53,0.32,1.05,0.36,0.07,0.54,-0.34,-0.35,-1.50,-1.64,0.28,0
0.45,-0.10,0.21,-0.39,0.37,-0.28,2.69,1.27,1.50,2.59,1.44,3.01,3.33,3.79,4.01,5.15,2.78,2.33,2.46,2.03,-0.61,-1.79,0.97,-0.34,1.70,0.59,-0.01,0.67,0.84,-1.16,1.38,-2.27,0.27,-1.11,-0.24,-0.71,0.15,-1.90,-1.50,0.91,2
-0.14,1.14,-0.80,0.64,-0.08,0.52,3.19,2.30,3.83,4.01,4.95,4.58,2.34,1.20,1.88,1.88,0.67,1.00,-0.52,-0.74,-0.94,-1.40,0.52,0.31,0.36,-0.25,-1.90,0.57,-0.24,0.27,-0.80,1.58,1.17,0.55,1.03,-0.86,0.24,0.69,-0.75,-0.62,1
0.45,1.93,1.98,1.58,2.88,2.58,3.57,3.93,4.81,3.64,3.89,0.12,2.75,1.49,1.82,0.86,-0.66,-0.78,0.31,0.31,-0.56,-0.29,-0.25,0.20,-0.85,-0.34,0.21,0.04,-0.40,0.30,0.34,-0.58,-0.08,-2.01,0.15,0.40,1.80,0.32,0.11,0.80,1
1.79,1.89,0.26,-0.66,2.12,4.66,3.41,3.66,0.69,2.83,3.26,0.10,2.46,2.05,4.69,2.04,2.01,-0.08,1.02,0.41,0.17,-0.56,1.12,0.24,-0.71,0.57,1.39,-2.56,1.72,-0.11,-0.58,-0.49,-0.88,0.45,0.65,1.62,-0.99,-1.97,1.85,0.89,0
1.45,-0.60,-0.18,0.16,-0.81,-0.74,0.98,0.25,1.96,2.95,2.02,4.68,4.04,4.25,4.42,2.81,2.32,2.74,0.28,0.93,-0.50,-0.89,1.03,-0.97,0.07,0.23,-0.27,0.96,-0.13,-0.23,-0.44,0.57,-0.77,-0.11,-0.91,-0.33,0.89,-0.33,2.41,0.23,2
-1.02,0.84,-1.37,0.50,1.26,0.19,1.15,0.95,-0.50,0.04,2.65,2.89,3.60,5.78,5.08,7.56,5.72,4.04,1.25,-0.36,-1.42,-1.08,-0.09,-0.73,-0.59,-0.69,-0.63,1.10,0.20,0.08,0.63,-0.72,2.46,1.05,1.90,0.25,-0.53,-2.10,0.47,0.93,2
-0.29,1.79,1.17,2.06,1.94,5.36,5.67,3.48,4.21,3.75,1.78,-0.22,1.90,0.76,0.98,0.85,1.17,1.96,1.50,-0.65,0.28,-1.68,-0.68,-0.93,0.68,0.55,0.31,1.33,0.21,-0.11,2.28,-0.98,-1.93,-0.67,0.70,-1.43,-1.40,-0.56,-0.06,-0.61,0
0.31,-0.21,0.53,1.97,1.83,0.99,1.46,-0.81,2.47,1.82,3.03,1.07,3.42,3.52,6.88,5.98,3.50,3.72,0.60,1.34,-0.14,-2.16,2.43,-0.33,2.28,-1.92,-0.67,1.14,0.21,-0.14,-0.41,-0.11,-1.07,-0.93,-0.26,-0.81,0.73,0.42,-0.62,1.15,0
-0.16,1.04,0.49,2.71,4.21,5.98,5.85,4.16,4.40,2.84,3.16,0.43,1.59,-0.02,-1.06,1.82,1.22,-0.16,1.05,0.65,0.52,0.74,1.24,0.13,0.27,0.36,-0.47,-0.12,0.07,0.55,-0.53,-1.06,-0.64,0.05,0.17,-0.63,0.17,-0.10,0.77,-1.24,0
0.41,0.19,1.23,0.60,0.87,0.64,1.59,3.90,1.93,2.09,4.90,1.57,5.27,2.07,4.97,2.86,0.74,-2.20,1.77,-0.00,-0.86,-0.76,0.27,1.02,1.39,-0.05,0.57,-0.17,-0.27,1.85,-0.29,-0.11,-0.50,-0.75,0.62,-1.06,1.73,-0.04,-1.56,-0.76,2
-1.61,-0.10,1.25,-0.76,2.00,2.47,0.10,1.81,0.23,2.38,2.03,2.93,3.18,3.35,3.39,3.03,1.87,2.44,1.37,0.55,-0.50,-0.46,1.37,-0.67,1.12,0.82,0.38,-0.28,0.37,1.03,-0.63,0.07,0.26,1.51,0.48,-0.77,-1.32,0.07,-1.70,1.17,0
-0.20,1.47,0.87,-0.14,2.24,1.58,-0.29,-0.47,0.80,0.66,1.60,1.50,1.79,4.23,5.08,3.77,3.28,2.44,0.38,1.16,1.08,0.50,0.68,-0.57,0.38,0.26,-0.54,-0.67,-2.26,1.24,0.17,0.32,-0.53,-1.52,-0.25,0.93,0.85,-1.24,0.79,2.10,0
0.29,-0.86,0.11,-0.58,2.17,0.80,4.20,2.83,2.00,1.60,1.88,2.36,1.36,2.61,5.44,1.70,1.58,3.61,0.39,2.37,-0.76,0.72,-1.64,-0.79,1.44,0.88,-0.84,1.18,-0.26,0.18,0.02,-0.86,2.19,0.19,-0.08,1.56,1.64,-0.55,0.21,1.37,0
-1.72,0.61,3.83,4.16,4.28,6.30,5.94,3.40,4.63,4.89,2.79,1.60,0.03,0.14,2.61,-0.94,-0.29,-0.05,-1.40,-0.58,-1.59,0.46,1.77,-0.09,1.15,0.02,-0.82,-0.22,-1.67,0.07,-1.65,0.45,-0.77,-0.25,-1.10,0.04,-0.04,-1.48,0.93,-1.84,0
-1.88,0.21,1.18,-0.87,1.20,0.60,2.97,0.26,1.34,2.19,1.37,3.81,5.70,4.03,6.28,5.03,2.83,4.50,0.44,0.69,0.94,-0.63,2.01,-1.41,0.60,-1.14,0.04,0.42,-1.32,1.53,0.29,0.16,2.15,-0.74,-0.77,1.57,-1.50,-0.07,0.53,0.46,0
-1.35,0.40,2.12,0.66,1.67,2.95,4.54,4.73,5.82,4.23,4.29,2.82,3.49,0.69,-1.49,2.49,-0.03,-0.65,-0.56,2.81,-0.54,0.13,-1.16,-0.06,-1.35,1.49,0.42,0.55,-0.48,-1.17,0.53,-0.35,-0.69,1.60,0.50,0.65,-0.60,-0.42,0.30,-0.48,1
0.23,-0.36,1.06,-0.69,1.52,1.73,2.03,2.35,3.34,4.36,4.53,5.36,4.87,2.87,2.27,2.87,1.11,1.14,-0.31,-0.66,0.95,0.26,-0.87,0.29,1.62,-0.11,-2.02,-1.51,0.70,-1.81,-0.24,1.73,-1.35,-0.11,-1.36,0.50,-1.15,-1.13,1.25,1.11,2
-0.81,0.81,0.94,2.59,2.69,2.88,2.98,4.93,5.88,2.62,3.84,1.46,1.08,-1.59,1.98,1.07,0.84,0.78,0.44,2.20,-1.33,-0.25,0.67,1.10,0.70,-1.26,-1.26,-0.07,0.35,0.53,0.56,1.06,-0.34,0.67,-0.73,-0.84,-1.02,0.69,-0.08,0.23,0
0.55,0.56,2.42,1.83,3.84,5.04,6.61,4.44,4.47,3.58,4.01,0.22,-1.11,-0.69,-0.61,-1.76,-1.33,0.74,-2.44,-0.86,1.34,-1.55,-0.94,-1.17,0.26,-0.31,-0.21,-0.50,0.59,0.86,2.21,0.41,-1.39,-1.14,1.18,0.31,-0.21,0.23,-1.58,-1.38,1
-0.51,-1.23,-1.15,-0.86,0.12,-0.42,0.85,0.25,0.06,3.35,2.91,3.61,5.66,4.31,4.04,3.43,4.08,3.06,2.40,0.45,-1.67,0.18,1.08,0.12,0.06,1.23,-0.92,0.85,0.73,1.52,1.38,0.59,1.48,0.33,1.04,0.52,-0.74,0.65,0.90,-0.42,2
2.33,0.96,-0.45,0.44,1.47,5.07,4.19,4.79,3.81,4.43,6.08,3.84,1.93,1.30,1.26,-0.52,1.00,0.17,0.86,0.33,-0.77,1.47,-0.11,0.81,-0.32,0.07,2.37,0.71,-2.82,0.15,0.06,1.21,0.63,-0.22,0.45,1.35,1.40,-0.44,-0.60,0.41,1
-2.05,0.03,-0.40,2.85,2.18,0.84,3.30,3.75,2.14,4.63,6.46,5.26,2.43,2.81,1.61,-0.27,-0.10,-1.40,-0.41,-0.10,0.34,-0.68,0.96,0.24,1.47,-0.83,-1.08,-0.20,1.21,0.43,-1.63,-0.38,3.38,-1.19,-0.44,-0.15,1.13,-0.51,0.75,1.58,1
0.52,0.51,-0.48,0.71,0.36,1.79,0.75,4.32,3.15,4.95,4.85,4.17,2.99,2.01,3.18,2.40,-0.82,0.52,-0.02,-0.11,-0.41,-0.23,-0.90,-1.27,0.35,-0.76,-0.24,1.21,-1.95,2.37,-0.07,0.14,0.10,0.18,-1.17,0.33,-0.04,-0.00,0.25,-0.04,1
0.82,1.82,2.38,1.64,3.54,4.02,6.19,4.49,3.88,2.22,4.26,3.13,1.38,-0.62,0.88,1.44,-0.07,1.52,-1.69,-0.55,0.07,-0.15,0.17,0.66,2.02,1.25,0.90,-0.54,0.73,-0.58,-1.21,-1.76,-0.37,1.85,-0.86,0.24,-0.14,-0.60,2.06,-0.60,1
0.59,-0.54,0.91,-0.41,1.05,-0.08,3.34,2.76,6.47,4.44,5.21,3.38,5.26,2.71,1.40,2.26,0.95,2.15,0.22,1.65,-2.20,-1.62,-1.25,1.76,1.45,-0.34,-0.03,0.64,0.76,-2.52,0.82,1.24,0.12,-0.66,1.03,-1.07,-0.73,-0.86,1.60,-0.66,2
-0.23,-0.16,0.56,0.03,-0.22,-0.45,0.22,1.97,-0.84,1.71,2.19,3.33,2.33,5.00,3.68,6.18,2.61,2.18,2.62,2.06,-0.66,0.80,1.34,0.16,1.04,0.43,-0.51,-1.09,-0.39,0.78,1.84,2.04,-0.64,0.54,1.62,1.77,0.69,0.13,0.48,0.70,2
2.58,-0.75,-1.64,0.03,0.50,2.67,3.02,1.90,1.84,3.56,0.61,3.54,1.82,2.43,3.04,2.17,1.50,1.60,0.97,0.19,1.06,-0.15,2.41,0.09,-0.52,-0.65,0.21,-1.56,-1.03,-0.91,1.46,-0.77,0.51,-1.59,0.31,0.08,-0.59,0.50,-0.94,1.08,0
-1.03,1.09,0.70,-0.14,-0.24,1.95,0.36,-1.99,0.46,2.07,0.95,2.12,4.14,4.59,4.22,6.04,3.56,2.83,3.50,-0.39,0.61,-0.99,1.53,0.33,0.18,-0.63,0.66,1.27,-0.94,-0.17,0.12,-1.20,1.11,-1.30,0.87,-2.14,0.54,-1.52,0.35,0.74,0
-1.10,-0.33,1.36,1.47,1.39,3.51,4.71,3.20,3.11,4.49,4.81,4.09,1.82,2.63,1.32,0.32,-2.53,-0.63,-0.06,0.81,1.27,0.65,-0.49,-0.87,-1.89,-0.20,-1.14,-1.16,0.09,-0.84,-0.20,1.18,-2.62,0.34,1.21,-0.58,-0.21,0.21,-0.34,0.16,1
-0.14,-0.16,0.17,-0.33,0.68,1.00,1.13,1.06,0.93,2.20,3.20,4.19,3.95,3.98,5.91,6.06,3.68,2.68,2.17,2.44,0.71,1.44,1.14,0.37,0.55,-0.13,-1.82,0.41,-0.70,2.44,-3.10,2.16,0.71,0.94,1.04,-1.16,0.94,-0.47,0.19,0.37,2
-0.31,0.41,0.03,1.64,2.19,2.20,4.46,3.91,2.31,1.42,3.24,1.91,0.88,1.74,1.28,2.60,0.50,0.07,1.20,-0.19,-0.21,-0.46,-1.47,-0.47,-0.08,-0.48,0.22,0.41,1.39,2.28,1.09,-0.14,-0.53,0.52,0.95,-0.40,-0.12,-0.42,0.36,-1.10,0
-1.62,0.24,0.74,1.00,1.34,2.09,-0.37,3.61,2.99,3.35,2.57,4.84,3.04,2.03,3.62,2.43,2.58,2.03,1.21,1.45,0.35,-1.35,0.11,0.19,0.56,0.87,-0.91,0.42,0.34,2.68,-0.10,-1.75,-0.10,1.68,0.70,1.25,-1.81,-0.10,-1.92,-0.44,2
2.16,-0.35,0.61,-1.33,-0.54,0.43,0.29,0.35,0.39,1.09,2.73,4.55,4.07,6.06,4.62,5.34,4.91,2.06,1.83,1.30,-1.62,-0.72,-0.42,-1.80,1.34,0.83,-0.34,-0.53,1.02,-0.50,0.59,2.01,1.07,0.19,0.34,0.20,1.28,-0.33,1.36,1.30,2
-0.80,-0.27,0.66,1.07,3.69,2.82,3.91,5.44,4.71,3.49,2.77,2.04,1.55,1.34,2.13,0.30,0.00,0.90,-0.20,1.41,-0.70,0.01,0.62,1.61,-1.17,-0.10,1.45,0.15,0.12,-0.25,1.11,-1.87,1.20,0.61,1.17,-0.16,-0.38,0.52,-0.30,-0.28,1
0.43,0.42,-0.11,1.51,0.08,1.42,1.48,-0.72,0.26,0.50,0.78,3.91,3.52,4.22,5.42,3.87,4.17,4.20,1.51,0.24,-1.31,-0.32,0.20,0.06,0.50,-0.48,0.46,0.31,-1.38,-1.36,0.56,0.15,-0.04,-0.01,-0.50,-0.87,-0.01,0.35,0.11,-0.07,2
-0.32,1.69,-0.06,4.04,2.18,2.53,4.48,4.19,2.73,3.11,4.01,1.62,0.63,2.77,0.65,1.33,0.61,0.07,-1.23,0.64,0.53,1.45,1.18,1.64,-1.13,0.01,1.09,1.25,0.50,-2.10,-1.03,0.06,-1.92,-0.39,-0.79,-0.36,-0.56,-0.56,0.23,0.25,1
0.48,1.09,0.74,-0.17,3.11,2.46,2.74,3.92,4.10,4.07,5.29,3.89,3.94,3.78,3.22,0.24,0.26,0.29,0.93,0.12,0.50,-0.99,-0.92,-0.40,-0.37,-0.29,-0.97,0.29,1.06,0.63,0.18,-2.27,-0.63,-1.64,0.51,-1.59,-1.35,-0.98,-0.03,-0.08,1
-1.03,1.14,-0.12,1.73,-0.54,-1.66,3.34,1.17,2.93,5.97,4.11,5.36,4.21,2.03,0.86,0.19,2.71,0.17,1.26,0.43,-1.25,-0.04,-0.97,-0.77,-0.04,-0.60,0.15,1.14,1.99,1.47,0.19,0.27,1.73,1.79,-0.89,-0.14,-0.32,-1.98,-0.26,-0.75,1
-0.27,1.15,1.15,2.52,2.53,2.18,3.80,3.72,2.47,3.63,2.89,2.58,-0.11,-0.49,0.58,0.28,1.51,0.57,-0.50,0.71,-0.79,0.64,-0.80,-0.98,-0.82,2.02,1.55,0.86,0.36,0.12,0.16,-0.94,1.00,2.33,-1.58,0.32,-0.07,1.50,0.16,1.44,0
-0.39,2.23,0.35,-2.19,-0.68,-0.43,0.11,0.30,-0.42,0.45,3.55,3.11,5.46,5.28,4.59,4.32,1.97,1.00,2.03,0.96,0.97,-1.97,-0.85,-0.02,-0.30,0.22,-0.73,0.04,0.28,-1.01,-2.04,2.11,2.33,-2.73,2.27,-0.64,-0.05,-0.90,-0.27,-0.07,2
-2.00,1.04,-1.87,-0.71,1.19,0.60,2.41,1.86,1.93,3.01,2.63,2.38,3.75,3.95,3.34,4.58,3.68,0.73,0.56,-0.03,0.70,-0.30,-0.45,0.48,-2.50,-2.25,-0.22,0.77,-0.94,-0.23,-0.06,0.02,-1.15,-1.02,-0.60,-0.38,-0.58,-2.04,0.65,0.05,2
0.24,-0.28,-1.82,-0.40,-0.64,-1.92,0.10,1.43,1.52,3.70,4.42,4.86,5.23,4.15,3.70,3.70,2.37,2.69,-0.15,0.81,0.71,0.76,1.18,-0.21,1.67,0.74,-1.14,1.07,-0.65,0.19,0.19,0.11,0.72,-0.99,-0.94,0.96,0.09,-1.53,-0.16,-0.18,2
0.83,-0.24,2.24,1.52,4.30,5.46,6.36,6.00,6.01,0.72,3.46,3.34,-0.82,0.54,-0.34,0.40,-0.42,-1.01,-0.78,1.00,-2.03,0.59,1.42,0.74,0.97,-0.52,0.32,0.27,1.35,-0.30,-0.33,0.75,1.11,0.25,-2.06,-1.57,-0.52,-0.58,1.12,0.39,1
0.17,-0.38,0.53,1.63,1.04,0.21,2.26,1.78,2.27,1.88,3.82,1.85,4.25,4.05,4.20,2.93,2.90,3.58,2.27,2.91,-2.28,-0.05,-0.53,0.41,1.39,0.20,0.81,-0.70,1.00,-0.67,0.56,-0.23,-0.83,0.82,1.01,2.44,0.98,-0.56,0.10,1.04,0
-1.08,-0.52,-0.86,1.35,-0.22,-0.33,-0.31,1.24,0.79,2.50,3.93,4.05,0.98,4.55,4.15,4.86,3.81,1.89,-0.20,1.23,-0.25,-0.02,-2.08,-0.59,0.72,0.45,-0.80,1.66,1.01,-0.14,-0.34,0.89,0.40,-0.50,0.70,1.25,-0.88,-0.05,-0.27,-0.91,2
0.22,2.34,0.91,1.46,1.12,0.65,1.98,1.43,0.71,2.20,0.77,1.86,2.16,2.09,3.69,4.77,2.76,4.03,1.37,-0.35,0.24,0.23,0.69,-1.76,0.51,-0.11,1.38,1.11,-1.82,-1.91,0.33,0.17,1.05,0.80,-1.08,0.63,0.22,-1.83,-0.15,-0.73,0
0.90,-1.74,1.11,2.05,2.03,2.02,1.43,2.74,3.13,2.61,0.49,2.87,2.81,5.37,5.88,4.12,1.87,1.47,1.51,1.09,-0.39,0.27,0.02,1.17,-1.06,0.07,0.61,-0.70,2.36,2.04,0.25,2.13,-2.39,-1.34,-0.07,0.82,-2.68,-0.06,0.37,0.44,0
0.22,0.14,0.68,1.49,2.13,1.37,3.24,1.85,-0.07,1.46,2.50,3.68,1.92,1.36,2.15,1.19,0.58,-0.27,2.03,-0.57,-1.13,-1.35,-1.41,-1.44,-0.21,0.95,-0.18,-0.41,1.90,-0.23,0.46,0.71,-2.47,-0.58,0.45,-1.05,-0.70,0.33,0.40,0.18,0
0.94,1.03,0.55,1.03,1.84,4.24,4.59,2.70,3.60,5.27,3.77,3.25,1.23,0.71,0.76,2.12,1.38,0.87,0.13,-0.10,-0.77,-1.61,-0.01,0.47,0.34,-0.36,-0.31,0.34,-1.17,-0.76,0.44,-0.16,0.66,-2.19,-0.27,1.58,0.08,1.00,0.31,-0.25,1
-1.47,-1.16,0.85,0.83,-0.36,-0.29,-1.45,0.93,-1.01,1.48,2.90,2.83,0.79,4.71,5.53,4.23,3.80,3.42,2.61,1.26,0.37,0.57,-0.97,0.10,0.18,0.66,-0.36,0.03,0.51,-0.99,0.18,1.98,-0.13,-0.40,0.88,0.06,-0.03,0.68,-0.69,0.38,2
-0.99,2.15,1.00,1.07,-0.00,0.91,0.44,0.24,-1.14,1.62,0.79,2.58,3.55,5.54,5.23,3.61,3.29,2.44,2.18,0.94,-0.40,-0.74,0.29,-0.11,1.06,0.64,1.31,-1.89,-0.76,-1.98,0.78,0.13,0.17,1.66,1.83,-0.58,-0.19,0.52,-2.03,-0.37,0
1.25,0.76,2.24,2.12,3.26,5.54,4.66,2.99,4.32,3.55,2.80,3.04,1.09,0.53,-0.81,0.69,0.56,-1.94,-1.88,0.34,-0.94,0.54,-0.65,1.09,-0.36,0.40,-0.14,-0.11,0.27,-0.70,1.48,1.08,0.38,-0.45,0.29,-0.76,0.08,0.07,0.04,0.27,1
-1.41,0.70,0.62,-0.67,0.05,0.96,1.99,3.04,5.26,4.03,4.85,4.59,2.95,2.15,-0.05,1.10,0.17,-3.63,0.35,0.93,0.43,-0.02,0.30,0.98,-0.47,-0.76,0.69,-0.38,-2.33,-0.38,1.19,0.89,-2.11,-0.78,1.71,0.40,0.01,0.80,-0.88,-0.27,1
-1.07,-0.91,-0.71,1.34,-0.29,-1.09,0.73,0.79,1.12,0.65,1.68,3.92,4.58,3.24,5.22,4.83,3.10,2.68,1.19,0.69,0.42,0.67,-0.78,-1.15,0.83,0.13,-0.23,-0.44,1.20,0.10,0.24,0.63,0.08,0.82,0.03,-0.81,-0.77,0.23,-1.52,0.09,2
0.78,0.09,1.96,3.30,3.88,4.73,6.05,4.64,4.07,4.20,3.26,2.67,1.16,1.60,1.07,-0.02,-0.45,-1.91,-0.12,0.16,-0.70,-0.78,-0.89,-0.91,-0.04,0.43,1.05,-0.11,1.09,-0.91,1.19,0.46,-1.68,0.56,1.74,1.40,-0.22,2.19,-0.18,0.32,1
-1.95,2.42,-1.12,0.36,-1.14,1.12,0.61,3.38,3.51,3.59,5.40,5.34,5.04,4.81,4.23,1.88,1.59,0.53,-0.11,-0.58,0.94,-0.14,0.31,0.70,-0.18,-0.44,0.13,1.29,0.26,0.63,-1.52,-1.82,-0.44,0.34,0.78,-0.13,-0.92,0.11,-0.08,-0.30,2
-0.33,0.17,0.27,-0.27,1.51,1.56,2.23,1.56,0.36,1.01,2.65,3.74,2.71,2.70,3.39,1.97,1.96,1.94,2.13,-0.20,1.67,0.88,-0.31,-0.19,-0.16,0.90,1.34,0.02,-0.19,0.41,1.29,1.60,0.06,0.52,-0.32,0.03,0.30,0.91,0.01,0.68,0
1.33,0.94,0.67,2.59,2.04,3.59,5.18,4.87,4.94,3.78,3.77,1.76,1.05,0.60,-0.77,0.32,0.55,0.35,0.58,1.47,-1.63,-1.05,1.23,-0.34,1.37,-0.65,0.00,-0.23,1.17,-0.10,-0.43,-0.27,0.37,-1.08,-0.21,0.56,-1.02,-1.12,-0.81,-0.15,1
-0.33,0.07,-1.97,1.66,2.33,1.91,2.27,-0.08,1.74,3.27,4.09,4.91,2.22,5.04,5.10,4.50,1.05,2.38,1.34,3.52,-1.17,0.61,-2.09,1.53,-0.68,1.37,0.23,0.69,-1.19,-0.11,1.41,2.92,1.18,-0.64,0.32,0.38,-0.82,0.75,-2.34,0.07,2
0.68,-1.12,0.12,-0.19,0.08,-1.06,3.45,2.77,3.74,3.06,3.60,3.90,4.03,3.95,4.16,3.69,1.54,2.02,0.49,-1.77,0.31,1.16,0.49,-1.54,0.70,-1.96,-0.33,-0.32,0.45,-1.06,-0.96,-0.70,1.12,-0.80,-0.03,0.79,-1.11,0.93,-0.19,0.28,2
1.01,-0.19,0.84,1.89,2.89,4.12,4.57,3.84,3.31,1.37,0.30,0.05,2.94,2.45,2.17,1.38,0.44,0.86,-0.24,1.53,-1.11,0.13,-0.64,0.33,-0.10,0.65,-0.59,-0.64,-1.22,-0.90,-1.65,0.56,-0.79,-0.80,1.49,-0.20,0.40,0.12,0.89,-1.23,0
-0.11,1.55,3.20,4.22,5.78,4.92,4.39,3.71,5.12,4.01,3.08,0.70,0.49,-0.31,0.52,-1.00,1.65,-0.89,-1.20,0.14,-0.41,-0.67,0.58,0.53,-0.33,1.67,0.67,-0.61,0.44,-2.39,0.73,-0.76,-0.81,-0.53,1.68,1.27,2.29,0.61,-0.34,-0.24,1
-0.33,-0.43,-1.99,1.43,-0.10,-0.02,2.43,4.21,4.45,4.82,5.04,4.29,4.21,5.05,1.36,0.20,1.05,0.12,-0.87,-0.07,1.38,0.97,0.73,1.32,2.18,0.97,0.49,0.89,-0.67,-0.11,0.38,0.51,0.86,-0.83,-2.62,0.49,0.47,-0.57,0.82,0.10,2
0.94,1.39,2.36,-0.62,-0.39,-0.90,0.41,0.21,-1.41,0.88,1.99,3.05,4.45,5.70,6.49,3.39,5.21,1.62,1.11,-0.86,0.82,-0.26,1.54,0.59,0.86,-0.64,0.83,-0.66,0.27,-0.63,-1.27,-0.33,1.67,-0.42,0.86,-0.36,0.20,0.50,-0.84,0.67,2
0.09,1.37,1.48,2.69,2.84,3.56,4.36,3.94,2.51,2.55,0.01,0.87,0.78,0.42,1.15,0.83,-0.32,0.05,-1.42,-1.19,-0.95,-0.21,1.73,1.25,-0.83,-0.47,1.19,-1.20,0.13,0.92,-0.13,-0.28,0.80,-1.17,-0.06,-0.40,0.83,-0.61,-0.60,0.59,0
0.12,1.29,2.56,3.23,2.42,4.86,3.54,5.72,2.92,3.52,3.04,3.44,1.80,-0.31,-0.55,-1.27,0.31,1.37,0.82,-0.53,-0.09,-0.21,-0.58,-0.31,1.49,1.11,0.04,-0.15,0.20,-1.06,0.54,1.05,1.53,-1.90,1.20,0.36,1.68,0.04,0.23,0.02,1
1.02,-0.20,0.50,0.39,0.85,0.00,2.33,2.12,1.97,1.97,2.86,2.97,3.65,2.40,4.63,3.77,2.21,1.62,1.19,-0.91,-0.72,0.28,0.03,-0.83,0.46,0.25,-1.45,-0.94,0.36,-0.89,-0.45,-0.29,-1.19,0.23,-1.54,-0.90,-1.13,-1.42,-1.07,-1.33,2
-0.34,0.38,0.99,0.77,0.65,0.73,0.63,4.00,4.84,4.70,6.07,5.43,4.21,4.06,4.96,2.53,0.45,-0.00,0.78,1.54,0.13,0.38,0.83,0.48,0.27,-0.54,-1.71,-1.82,-0.49,0.67,-1.10,0.64,-2.14,0.74,-0.57,-0.05,-0.77,-0.45,-0.07,-1.06,2
-1.59,0.08,4.13,4.83,2.58,4.72,5.48,5.54,2.19,3.92,2.50,0.78,0.62,-0.34,-1.16,0.69,-0.39,0.29,-0.04,1.11,-0.57,-0.37,2.03,1.32,-1.63,0.48,-2.18,0.01,-0.89,-0.51,-0.27,-0.14,-0.86,0.49,-0.76,0.51,-0.67,-0.91,-0.67,1.45,0
-1.23,-1.42,-0.53,1.49,-0.23,-0.30,1.26,2.93,3.56,4.23,6.93,6.72,2.95,3.81,1.94,0.51,-1.19,0.01,-0.65,0.84,0.57,-0.47,1.13,-0.14,0.15,0.86,-0.65,1.62,-1.06,-0.84,0.06,0.16,-0.52,-0.82,-0.65,-1.05,-0.80,-0.12,-1.62,-0.28,2
1.27,0.72,1.28,1.21,2.65,2.44,4.09,2.43,4.11,4.35,4.49,3.25,1.67,2.34,0.35,-0.40,1.74,0.43,-1.56,-1.49,-0.21,-0.37,-0.06,-0.82,0.89,-1.34,1.64,-0.89,-1.38,-0.93,-0.77,-0.39,-0.98,-2.47,1.77,-2.93,-0.25,2.13,-1.15,0.76,1
-1.13,-1.14,0.30,-0.98,-0.15,0.27,2.70,0.43,-0.77,-0.38,2.42,3.68,4.83,5.54,6.60,5.41,3.93,1.70,0.08,0.86,0.26,-0.42,0.77,-0.23,-1.14,0.41,-0.48,-1.72,-1.54,-0.34,1.03,0.06,-1.41,-0.24,0.69,0.21,0.23,-0.34,0.81,0.15,2
-0.03,0.13,1.83,2.62,4.11,3.93,4.72,4.05,3.96,3.97,3.34,2.31,1.23,0.58,0.73,-0.20,-0.45,-0.05,0.29,-0.44,1.66,0.33,-2.07,1.42,0.19,0.57,0.53,0.33,0.68,0.15,-0.03,0.05,-0.08,0.06,-1.77,1.90,-1.50,0.88,0.42,2.09,1
0.67,1.11,0.29,1.58,2.68,0.55,0.94,1.80,3.30,1.56,1.72,1.82,2.44,1.70,0.56,2.59,2.97,1.59,2.20,1.22,-0.62,-0.10,-1.50,-0.71,1.88,-0.20,0.12,-0.10,0.57,-0.35,-1.02,-0.88,-0.56,0.48,0.72,0.37,-0.15,-1.60,-1.36,-0.43,0
-0.54,-0.83,-2.26,1.13,1.34,0.73,3.68,2.03,5.14,6.00,6.15,4.07,4.06,1.91,2.12,0.42,-0.39,1.66,-0.08,-1.52,1.04,-0.84,0.90,1.15,0.26,-0.77,0.73,-0.06,2.01,-0.44,-1.45,-0.01,0.38,0.24,-0.48,-0.40,-0.33,-1.65,-0.89,-0.99,1
-0.21,1.27,1.37,1.72,2.10,2.99,2.84,3.64,1.48,1.53,2.11,0.83,0.09,1.65,1.60,1.66,2.45,1.28,0.88,1.55,-0.60,-1.31,-0.07,-0.09,-1.40,-0.84,0.82,0.04,2.24,0.07,0.08,-1.11,-0.52,-0.46,-2.14,1.86,1.17,0.50,-0.84,1.03,0
-0.01,-1.64,0.91,-0.47,1.30,2.23,1.42,2.44,3.01,4.68,6.72,6.28,4.26,3.56,2.08,2.03,1.50,-2.13,3.17,0.17,0.40,0.29,-0.27,0.32,-0.34,-0.72,0.86,0.21,-0.20,0.42,0.62,0.94,-0.69,-0.51,0.86,0.61,1.04,0.40,-0.39,-1.02,1
-1.57,0.23,-2.69,0.07,0.41,-0.26,0.79,3.33,2.48,4.03,4.06,4.30,2.67,2.66,4.17,4.55,0.98,3.33,0.94,1.65,-0.83,1.10,0.09,0.63,-1.81,0.92,0.30,-0.50,-1.99,0.51,0.69,-0.72,1.12,1.49,-0.37,0.86,-0.39,-2.52,0.72,-0.15,2
-0.52,1.28,-1.30,0.27,1.40,-0.88,1.70,-1.15,1.81,1.40,3.28,2.94,5.92,3.54,5.22,4.54,3.64,3.48,1.11,0.31,1.37,0.37,-0.19,-0.28,0.51,0.80,0.52,0.95,0.27,-0.08,0.04,0.14,-0.78,0.41,-0.42,-0.18,-0.42,1.67,1.56,1.24,2
1.08,1.35,2.62,2.21,4.62,3.52,5.22,3.16,4.45,1.76,3.56,0.97,-0.07,-0.39,0.41,1.22,1.78,0.28,1.72,0.45,-0.52,-0.16,-0.46,0.11,-0.46,2.32,-1.02,2.15,0.19,-0.15,2.52,-0.63,0.55,0.68,0.83,-1.73,-0.40,-2.27,0.45,0.36,0
-0.63,1.46,0.79,0.22,-0.22,0.79,2.65,2.18,2.34,2.79,3.42,2.99,4.12,5.39,3.24,4.29,2.45,1.26,2.67,1.26,-2.70,1.01,0.03,1.63,-0.05,-1.49,-0.82,0.93,0.97,-1.02,0.13,1.31,-0.04,-0.39,-0.66,-0.04,-0.28,-0.78,-0.34,-0.99,2
0.70,0.10,-0.55,-1.00,0.57,-0.52,-0.96,-0.61,0.76,0.13,1.43,2.61,3.80,5.92,6.25,5.47,2.98,1.99,3.36,-0.35,0.11,-0.56,0.34,-0.54,0.39,-1.19,0.80,0.96,2.24,-0.98,-0.94,0.18,0.15,-0.70,1.84,-0.72,-1.20,-0.79,0.31,1.43,2
-0.78,3.98,1.62,3.71,2.13,3.12,5.03,4.24,4.56,5.73,4.82,3.18,0.64,1.23,1.62,0.85,0.38,-0.50,1.08,1.49,-1.46,0.18,0.51,-0.20,-0.07,-0.00,-1.14,0.42,-1.61,0.36,1.20,-0.62,-1.63,0.00,0.34,0.29,-1.28,0.32,0.37,1.01,1
-3.01,0.77,-0.66,1.23,-0.69,1.63,-0.04,0.49,2.70,2.00,3.06,3.46,3.55,3.37,3.74,4.60,-0.25,0.96,0.87,-0.42,-0.52,0.58,0.51,0.34,-0.95,1.46,-0.15,0.21,1.60,0.31,0.16,-0.83,0.85,0.66,0.38,0.17,-1.79,-1.09,0.24,0.19,2
-0.54,-0.63,-0.44,-2.04,1.56,1.23,1.94,1.42,2.20,4.87,5.98,2.92,4.39,2.56,1.17,2.75,0.68,0.21,-0.89,1.00,-1.55,0.35,0.06,-0.22,0.45,0.63,0.27,1.03,0.34,0.53,0.37,1.03,-0.42,0.87,-1.45,-1.71,0.01,-0.09,0.98,0.84,2
1.06,-0.07,0.79,1.29,-0.56,0.81,-0.32,0.58,-1.25,2.48,1.53,3.75,4.83,5.71,4.54,4.25,4.44,2.39,1.86,4.03,1.53,-0.89,0.63,0.59,2.03,1.17,0.80,-0.53,0.85,-0.58,-0.13,0.05,-0.09,-1.91,-0.47,-1.29,0.40,-0.78,1.09,0.94,2
-0.60,1.22,1.04,0.62,0.16,0.42,0.57,0.83,1.06,1.58,2.33,3.95,5.32,2.59,4.42,5.39,1.41,1.73,1.18,2.38,-0.96,0.14,-0.07,-0.78,-1.42,0.93,-0.26,-0.52,-1.05,0.80,-0.12,1.44,1.99,-0.50,0.19,1.29,0.21,-0.63,-0.05,-0.50,2
-0.06,2.30,2.74,2.92,4.43,6.90,4.58,4.55,4.60,2.44,1.36,2.19,-0.24,0.47,-0.64,0.40,0.43,-0.27,0.52,0.16,-0.38,0.82,0.12,-0.02,-0.32,-1.17,1.18,0.15,0.35,-0.77,-1.76,-0.48,-1.53,0.33,-0.62,-0.35,0.37,0.73,1.17,-0.25,1
2.11,0.49,1.13,4.58,4.47,4.31,5.08,3.84,5.58,2.32,2.02,0.78,1.18,1.00,2.50,-0.33,1.88,0.38,0.29,0.30,-0.24,1.44,-0.96,-0.03,-1.40,0.87,0.93,0.04,-0.90,-0.96,0.86,1.33,1.55,-0.11,-1.64,0.32,-0.58,0.71,-0.01,-0.38,0
0.59,-1.00,-0.35,1.98,2.91,1.06,3.33,2.83,2.99,3.03,4.22,6.28,3.74,2.57,2.28,-0.54,-1.35,1.17,0.53,-0.30,1.30,1.68,-1.10,1.15,-0.01,-1.36,0.01,-1.01,0.21,-1.12,0.48,-0.14,0.37,1.57,-0.57,-1.27,-0.01,0.28,0.80,-0.17,1
1.91,0.75,-0.45,-1.17,-0.03,2.27,2.34,0.55,2.22,6.44,6.09,3.66,3.65,3.94,3.63,1.64,2.08,0.61,-0.79,0.82,-1.20,1.15,-1.24,-0.95,0.77,-1.17,-1.52,-0.38,0.44,-1.54,-1.40,0.81,-0.63,-0.18,-0.47,-2.20,1.86,-0.24,0.20,-0.20,2
-0.67,0.26,0.69,-1.93,0.10,-0.33,2.00,0.12,0.24,-0.91,4.28,2.47,1.78,5.88,5.10,2.09,4.16,2.98,0.99,1.35,-1.47,0.69,-1.18,-0.46,-0.14,-0.21,-0.45,-0.82,0.03,0.27,-0.32,-1.88,0.83,3.02,0.29,0.54,0.29,0.04,-1.13,0.54,0
0.79,1.26,1.83,-1.44,-0.76,0.36,1.97,0.59,-0.96,1.95,1.85,2.91,4.40,3.84,3.86,3.33,3.18,2.06,1.08,2.54,0.15,0.61,-0.20,-1.47,-0.69,1.75,-1.86,0.12,1.89,0.06,-0.49,1.97,-0.19,-2.01,-0.24,1.67,1.10,0.03,-1.60,-0.14,2
0.14,-0.60,-0.04,1.11,0.93,1.86,0.07,0.70,0.21,2.22,3.15,2.54,3.15,2.79,3.21,4.68,1.69,3.11,1.92,1.12,0.23,0.70,0.16,1.00,0.82,-0.72,0.05,-0.17,-1.22,0.11,-1.41,-0.32,-0.41,2.28,-0.10,-1.17,0.30,-0.99,-0.63,1.20,0
-0.12,-0.33,-1.23,-0.18,0.98,0.70,0.02,2.01,3.62,3.63,4.26,1.79,3.41,5.00,3.12,1.21,1.81,1.56,-0.09,0.62,-1.54,1.55,1.16,0.12,-0.10,0.54,-0.13,0.91,1.36,1.65,1.38,-0.49,0.28,-1.69,-3.34,-0.14,-0.65,-1.04,0.97,0.38,2
-0.60,0.80,1.63,3.30,2.99,4.97,6.68,4.87,2.44,2.54,3.36,0.17,1.18,0.85,1.86,2.05,1.77,-2.05,2.20,-0.00,0.44,1.00,0.60,0.81,0.59,-1.63,1.84,-0.37,1.44,-1.16,0.29,-0.47,0.28,-1.67,1.06,-1.84,1.21,1.95,-0.29,-0.62,0
-0.18,-0.71,1.62,3.44,3.03,2.65,3.99,2.56,0.73,1.35,0.94,2.04,3.23,2.05,2.99,2.37,2.53,1.63,2.33,0.88,-0.71,0.33,1.15,-1.31,-0.29,-0.41,-1.34,-0.61,-0.49,0.73,0.08,0.57,1.51,-0.16,-0.57,0.29,0.53,-0.18,-1.12,1.17,0
0.31,-0.60,0.67,2.14,1.06,0.78,2.09,2.22,0.42,1.58,2.22,0.88,4.63,3.77,3.29,2.32,3.52,3.32,0.95,0.92,-0.52,1.95,1.11,-1.19,-0.07,1.20,1.38,-1.60,-0.27,0.94,-0.36,-1.35,2.17,1.04,-2.76,-0.41,0.00,0.10,-0.64,1.57,0
-1.39,-1.96,1.09,2.00,0.26,2.70,0.39,1.64,2.17,3.01,1.87,2.35,2.36,1.81,3.30,3.39,2.65,3.34,2.65,0.01,0.25,0.77,-1.78,0.08,0.37,-0.18,1.08,0.81,0.41,-0.36,0.58,-1.07,-0.93,-0.94,0.03,0.59,-1.58,-0.02,-1.31,0.86,0
2.53,-0.14,1.19,0.72,2.40,3.70,5.26,4.87,2.49,2.16,2.46,0.78,1.01,3.03,-1.54,-0.05,0.72,0.62,0.78,-0.42,-0.27,-0.67,-0.11,-0.11,-0.53,-1.24,0.85,-1.05,1.24,0.54,-0.43,-1.24,-1.25,0.36,0.74,-0.88,0.17,-0.45,-1.93,-0.15,1
1.11,0.60,-0.30,-1.20,1.03,2.55,2.66,2.70,3.53,4.08,4.21,3.66,3.54,2.82,0.65,0.20,0.02,-0.52,1.41,-0.26,-0.49,0.94,-0.22,-1.05,-0.17,0.62,-0.23,0.46,0.98,0.20,-1.51,1.73,0.46,0.65,-0.29,2.06,1.35,0.67,-0.64,-1.63,1
-1.05,0.86,1.11,1.07,0.34,1.77,3.81,2.25,1.87,1.75,2.13,2.96,1.20,1.61,3.25,2.77,3.24,0.96,1.66,0.84,0.14,-0.40,-0.01,-1.41,0.04,-0.82,-0.33,-0.85,-0.13,-0.23,-1.20,0.43,-0.54,0.65,-0.15,-0.02,-0.09,0.01,-0.39,0.67,0
1.56,0.33,1.69,1.36,3.10,3.14,4.66,4.18,5.36,1.55,1.66,0.65,0.87,0.73,1.54,-1.04,1.02,1.38,1.89,0.10,-0.81,-0.36,-1.71,-0.17,-0.52,0.40,-0.02,0.97,-0.02,-1.30,-0.24,-0.78,1.06,-0.18,0.33,0.11,-1.83,0.37,1.36,0.56,0
-0.17,1.75,0.81,0.90,-0.07,1.09,0.37,4.29,4.35,5.45,5.12,2.49,3.02,4.03,3.03,2.04,3.07,-1.33,0.67,0.28,0.74,-0.57,-0.16,-0.45,-1.24,-1.86,0.41,1.64,-1.74,-0.65,1.49,-0.96,0.96,0.17,-0.68,0.70,-0.58,-0.49,1.12,0.22,2
-2.65,-0.79,1.15,1.18,0.39,1.76,3.31,3.79,5.17,4.83,4.90,4.76,3.90,3.39,2.35,1.33,0.86,0.52,-0.90,0.59,0.30,0.45,1.15,-1.82,0.97,-0.94,-0.42,-0.12,-0.30,0.34,-0.43,-0.04,0.04,0.36,-1.54,0.30,0.41,-0.65,-0.84,0.62,1
0.71,-0.92,0.37,-0.07,1.55,1.23,1.91,0.31,0.64,1.67,2.24,3.58,3.57,4.08,3.94,5.02,2.54,4.48,3.67,1.36,1.62,-0.16,1.41,-2.21,0.46,-0.91,0.72,0.07,0.89,1.05,-1.19,0.83,0.23,-0.65,0.37,0.35,1.39,0.57,-0.63,0.30,0
0.06,-0.80,-2.62,0.61,0.29,0.20,-2.21,-0.15,0.77,1.94,2.78,2.86,4.28,4.51,7.23,5.11,2.14,1.40,1.81,2.32,0.12,-0.12,-1.11,0.01,0.86,-1.47,0.20,-0.18,0.48,0.95,1.36,0.48,-0.52,1.05,-0.71,0.81,-0.25,-0.53,-1.25,0.40,2
0.24,1.06,0.87,1.70,1.24,4.55,3.49,2.92,1.63,2.46,-0.24,0.52,3.38,2.23,2.19,2.35,0.95,0.49,0.82,-0.41,1.35,-1.72,-0.09,0.49,-1.66,-0.57,-0.47,0.34,0.43,-0.59,-1.28,-0.38,0.57,0.01,-0.38,0.78,-0.82,0.52,1.20,-0.26,0
0.23,0.29,2.48,2.90,2.96,4.75,2.52,4.97,1.92,2.98,2.24,0.94,1.55,1.15,-0.14,1.54,0.20,-0.14,-0.06,0.52,0.17,-2.61,-0.57,-0.10,0.87,-0.55,-1.39,-0.56,-0.30,-0.65,0.20,1.62,-0.63,-1.67,2.35,1.28,-0.00,0.00,-0.25,-0.74,0
-1.52,1.04,-0.32,-1.05,-0.09,0.26,-0.54,1.91,2.01,3.69,4.37,3.53,4.12,3.91,4.24,3.29,2.45,1.37,-0.93,1.93,-0.35,0.80,-0.29,0.46,-0.24,-0.50,-0.78,-0.98,-0.03,0.08,-0.39,-0.08,-0.50,-1.44,0.76,-1.61,-1.19,0.61,-0.97,-0.91,2
0.33,0.29,1.18,3.16,2.86,1.58,2.00,1.40,1.99,2.05,3.02,2.45,4.82,2.32,1.51,2.34,2.76,-0.32,2.79,-0.25,1.33,1.22,0.19,-0.54,2.63,-0.25,0.60,0.03,-0.36,1.05,-2.73,-0.98,-0.33,0.31,-1.20,0.11,1.23,1.43,-0.49,1.34,0
-0.46,-1.47,1.66,3.39,3.79,1.06,4.72,3.74,4.23,5.86,4.59,2.33,2.37,2.33,-0.07,1.09,1.54,-1.54,-0.12,1.21,0.44,0.12,0.51,0.13,0.11,0.69,0.55,-1.37,-1.45,-0.05,0.19,-0.65,0.43,-1.00,0.69,0.10,0.28,-0.72,0.43,1.12,1
-0.09,-1.02,-0.17,0.71,0.26,-1.05,1.41,2.12,-0.06,1.62,2.13,3.45,3.89,4.47,4.74,3.45,4.36,5.43,1.33,-0.47,1.30,0.24,-0.26,1.20,0.11,-0.19,-1.15,1.52,1.91,-0.24,-0.86,1.98,0.50,-0.32,0.39,-1.70,0.26,-1.00,-1.15,-0.99,0
-0.52,1.28,1.46,2.70,5.25,3.96,6.81,5.60,4.84,3.03,3.47,0.95,-0.04,-0.73,-1.04,-0.22,-0.96,0.89,-1.59,1.36,-0.08,-0.61,0.05,0.36,-1.95,1.01,2.27,0.32,-0.73,-1.58,1.26,-1.31,2.50,-0.64,-0.49,2.51,-0.03,0.62,-1.72,-0.35,1
-0.33,1.34,-0.80,0.87,0.59,2.19,1.55,0.78,0.76,3.79,1.97,3.32,3.29,4.14,2.71,3.53,4.55,2.12,1.65,-0.65,1.14,-0.98,0.01,0.54,0.96,-1.14,-0.58,0.37,0.23,0.99,0.48,-0.06,0.03,1.04,1.80,-1.34,-0.45,-0.67,-0.40,-0.61,0
1.92,0.61,0.52,0.30,2.21,1.19,1.48,2.48,1.95,3.71,1.11,2.94,3.81,3.06,3.68,2.80,1.06,1.77,-0.14,0.88,-0.55,-2.15,0.16,0.47,1.43,-0.64,-0.30,1.33,1.18,-1.29,-0.24,-0.39,0.78,-1.96,-0.94,-0.57,1.59,-1.64,1.12,0.31,0
1.02,0.49,-1.30,1.19,1.06,-0.31,2.45,4.14,4.69,4.35,6.40,5.83,3.05,3.14,1.78,2.32,-0.35,1.17,1.07,-0.65,0.97,0.75,1.54,1.62,0.28,0.62,-1.29,1.12,-0.99,-0.98,1.74,0.34,-0.42,-0.44,0.77,1.52,-0.96,-0.51,-0.33,-0.34,1
1.59,-0.68,-0.78,-1.53,0.85,-1.49,0.85,-0.78,-0.44,0.51,0.67,4.55,3.31,4.98,4.98,4.53,3.34,3.01,3.26,1.27,-1.94,-0.34,-0.78,-0.56,0.47,-1.18,-1.28,1.72,-0.57,0.71,-1.24,-0.60,1.06,-0.71,0.91,0.32,0.37,0.37,0.02,-2.40,0
0.87,2.37,-0.38,0.43,0.30,1.76,2.18,2.62,3.63,5.48,5.78,4.42,2.19,3.50,1.67,-0.69,-0.70,-0.92,-0.46,2.01,-1.45,1.19,1.07,-0.13,0.07,0.95,-1.44,-0.99,-1.12,-1.14,-1.90,0.80,-0.82,-0.30,0.74,-0.72,-0.57,0.56,0.63,0.04,2
1.40,0.42,0.47,1.20,0.21,2.02,0.81,2.29,1.60,0.88,1.78,1.85,5.34,3.96,3.99,7.46,3.11,1.51,1.44,0.80,-1.51,-1.84,1.75,1.16,-0.32,-0.25,-0.50,-0.86,-1.01,0.20,-1.13,0.06,-0.12,-0.02,1.18,0.83,-0.62,-1.15,-1.03,1.03,0
0.05,-0.12,0.90,2.06,2.20,4.94,3.27,3.47,2.05,3.40,3.10,0.97,1.40,2.88,2.59,1.81,2.63,0.82,0.53,0.83,0.03,-0.72,-0.40,0.26,-0.36,0.16,-0.78,1.45,-2.36,0.68,-0.30,-0.65,1.43,1.91,-0.76,-0.45,0.14,-0.29,-1.25,1.46,0
0.51,-0.17,0.03,-0.62,-0.42,2.04,2.62,0.05,3.86,2.51,7.24,3.75,4.76,3.78,1.64,3.52,-0.06,-1.59,-0.26,-0.80,1.54,0.68,-1.19,2.06,-0.70,0.73,-1.20,-0.69,-1.15,-2.34,0.39,-1.14,0.96,-2.45,-0.89,0.50,-1.40,-0.35,-1.45,-0.34,2
0.88,-1.01,0.52,0.17,0.69,1.29,2.26,4.51,5.26,5.86,4.44,5.76,3.20,1.76,1.22,1.06,-0.80,-0.52,-0.89,0.76,-1.70,0.53,-0.22,-0.15,-0.49,-0.26,0.41,0.75,-0.17,0.58,0.14,-1.75,0.79,-0.70,-0.14,-1.00,-1.02,-0.65,-0.77,-0.50,1
0.15,0.22,1.44,-1.05,-1.04,0.29,-0.70,1.36,-0.50,-0.18,1.93,2.97,4.04,5.04,6.20,5.27,4.44,1.85,1.79,-0.07,-0.24,0.34,-1.68,-0.55,2.29,-0.53,-2.39,-1.03,-0.19,0.41,1.68,-0.63,-0.48,-0.23,-0.18,-0.62,-0.34,1.27,0.56,-0.02,2
0.19,1.22,-0.14,1.57,1.01,2.36,2.23,4.97,5.40,4.59,6.03,4.33,1.24,1.89,1.72,1.78,-0.06,0.88,1.33,-0.30,0.55,-0.57,0.54,1.15,0.85,-1.65,0.86,0.03,-0.16,0.73,-0.38,0.63,1.88,-0.46,0.29,-0.33,0.09,-1.31,1.56,-1.32,1
-1.96,-1.12,1.03,-1.79,-0.90,0.92,2.35,1.88,4.58,4.56,7.35,4.89,4.01,-0.02,0.93,2.14,1.61,-0.05,0.39,-0.34,-0.96,-0.45,-1.18,0.24,-1.21,0.93,-0.32,-0.47,1.69,1.76,-0.28,-0.95,1.06,1.30,1.28,-2.71,-1.74,-1.04,-0.11,1.41,1
-0.86,0.22,1.13,4.43,2.97,3.62,5.13,5.56,2.72,2.86,3.53,1.97,-1.66,0.58,0.64,0.66,-1.79,0.93,0.64,-0.63,-2.29,1.10,-1.37,-0.63,0.90,0.55,-0.88,0.45,-0.52,0.20,0.28,-0.35,0.26,0.56,1.69,-0.62,-0.06,0.33,0.82,-0.02,0
-0.56,0.57,0.77,2.43,3.44,3.42,4.19,2.09,3.35,4.78,1.67,2.92,1.18,0.56,1.03,0.80,1.33,-0.45,0.29,-0.99,0.56,0.05,0.25,-1.15,-1.32,-0.11,0.25,0.51,0.23,1.16,-0.82,0.19,-1.37,0.11,0.70,0.90,-0.97,-0.49,-2.08,0.73,1
-0.86,-0.28,-1.19,0.74,2.23,1.87,1.03,2.45,-0.34,2.66,3.96,2.70,3.13,3.65,4.52,5.23,3.67,3.01,1.62,1.29,0.53,0.47,0.18,0.49,-0.44,-0.85,-0.63,-1.03,-1.13,-0.59,-1.57,1.26,-0.91,-1.61,-0.56,-0.12,1.12,0.24,1.33,-0.59,0
1.17,-0.29,1.86,0.28,2.70,2.25,4.02,4.27,4.86,4.97,4.39,4.08,2.72,1.18,0.86,1.40,0.24,-0.15,-0.75,1.02,0.99,-0.87,0.20,-0.44,1.07,-0.84,0.65,0.98,0.31,-0.28,1.25,0.09,-0.75,0.02,0.30,-0.26,-0.36,-0.24,-0.23,-1.03,1
0.12,1.53,0.58,0.84,3.30,2.71,4.30,3.52,6.78,3.46,1.94,3.67,0.73,2.26,0.22,-1.86,0.78,0.73,0.96,-1.69,0.99,-1.25,0.49,-1.96,-1.32,0.30,-0.82,2.14,1.24,-0.39,0.28,0.49,-1.69,0.59,-0.05,-1.41,-0.58,1.27,-0.31,-0.65,1
-0.55,0.39,1.34,0.24,-0.36,3.47,3.75,3.21,1.47,1.57,0.52,3.01,1.77,2.51,0.97,2.87,2.77,1.53,2.16,1.31,0.07,0.25,-0.09,-2.52,0.78,-0.50,-0.03,-0.31,-0.81,-0.67,0.40,1.02,-0.07,-0.31,0.53,-0.61,-1.04,-0.49,-0.42,0.83,0
0.82,0.29,1.74,1.40,0.62,4.19,4.13,4.59,4.70,4.65,3.41,3.52,1.38,0.21,0.58,0.94,0.11,-0.68,0.08,0.31,0.28,-1.62,0.44,-0.30,0.01,-0.22,-0.10,-0.92,-1.06,0.53,-0.39,-0.24,-1.05,0.74,2.54,1.30,0.20,-0.37,1.14,0.17,1
-0.55,-0.94,-0.11,1.12,-0.40,1.88,1.26,2.32,4.89,5.62,6.92,5.33,4.67,1.01,1.49,-0.74,-1.43,-0.86,-0.15,-2.37,-2.04,0.51,2.45,0.78,0.84,0.50,-1.27,0.56,0.91,0.61,0.28,0.32,0.20,1.68,1.06,-0.42,-0.77,-1.28,0.57,-0.24,1
1.88,1.52,1.63,2.92,2.88,3.67,3.89,4.21,4.21,3.92,4.14,3.48,1.76,1.49,2.01,0.37,-0.65,-1.02,0.47,-0.51,1.43,1.27,-0.11,-1.58,-0.12,-0.40,-0.35,0.62,0.65,-0.45,1.03,-0.68,0.06,0.63,1.08,-0.82,-0.53,1.58,0.63,0.69,1
0.26,0.08,1.15,1.04,1.54,0.60,2.31,1.32,1.44,2.07,4.01,3.85,4.13,2.68,5.57,4.98,3.06,2.08,0.81,-0.64,-0.71,-0.31,-0.82,-0.54,1.08,1.09,-0.23,-0.03,-1.00,0.33,0.26,1.03,-1.22,0.30,-0.26,0.75,-0.13,-1.61,0.23,0.62,0
-0.33,-0.22,1.82,2.42,3.86,4.51,5.59,5.37,1.36,2.86,1.37,2.24,0.09,-0.33,-1.08,0.45,0.65,-0.10,-0.48,1.63,0.82,-0.74,0.59,-2.38,0.96,0.94,-0.78,1.55,0.08,-0.62,0.50,-1.04,2.76,1.87,-2.92,-1.84,-0.05,0.33,-1.18,0.04,0
0.38,0.19,0.84,3.24,2.09,4.00,5.16,4.91,2.79,3.28,2.45,1.54,0.69,0.52,-0.64,-0.27,2.78,-2.49,1.46,0.36,-1.52,1.27,-2.08,1.23,-0.62,-0.03,0.25,0.37,0.19,-0.81,-0.44,0.54,-0.13,-0.53,-0.33,-0.24,1.66,-1.70,-0.59,2.23,0
-1.02,0.27,0.90,0.27,0.81,2.23,4.17,3.74,5.38,4.11,5.38,3.48,5.03,1.63,2.04,2.22,-0.47,0.89,-1.90,0.29,-0.50,-0.29,0.41,1.54,0.17,-1.04,-0.23,-0.06,0.88,-0.66,1.24,-1.21,-0.17,0.37,-1.12,1.06,2.20,1.47,0.38,-1.55,1
-0.00,0.79,2.56,1.63,1.10,3.29,0.53,0.83,0.89,-0.55,1.94,2.03,2.11,4.36,3.91,3.26,2.91,2.47,0.87,0.47,-0.21,0.68,2.26,0.63,1.03,0.21,0.09,0.96,-0.64,0.85,1.14,-1.65,-1.61,0.90,-0.40,-0.74,-0.98,0.37,-0.82,-0.81,0
0.69,-0.94,1.68,0.64,0.68,-0.46,1.58,2.71,3.30,3.30,5.84,4.26,6.71,1.60,3.03,1.07,1.95,-1.55,-0.26,1.43,-0.72,0.21,-0.19,0.06,0.98,-0.41,1.75,0.93,-0.39,-0.17,1.14,-0.62,0.41,-0.12,-0.97,1.25,1.60,-0.23,-2.15,-0.47,2
-1.38,0.26,0.51,1.00,0.15,2.25,4.16,3.82,4.58,4.08,5.87,1.17,3.11,2.77,-1.49,-1.02,-0.21,-1.32,-0.22,0.91,-0.13,0.35,0.13,0.27,-0.03,-0.02,-0.50,-0.27,0.29,-2.51,0.67,0.37,-0.84,-0.85,0.68,0.97,-1.77,-0.06,-0.36,0.36,1
1.37,0.50,-1.05,-0.57,-0.52,-0.87,1.66,1.97,1.85,3.02,5.40,5.27,4.78,5.83,3.14,3.75,1.40,1.91,0.22,-0.69,-0.54,-0.60,-0.31,-0.02,0.56,0.29,1.50,-0.62,0.30,0.93,0.32,1.93,-0.86,-0.99,-0.46,1.10,0.46,-1.06,0.45,0.47,2
1.57,-0.56,2.03,2.28,4.33,4.22,5.07,4.42,1.80,1.28,0.89,0.84,1.30,1.92,2.68,-0.75,0.95,0.49,-1.65,-1.93,0.35,0.96,1.04,0.18,0.35,0.12,-0.15,1.21,-0.09,0.48,-0.29,0.68,-0.92,0.80,0.11,-0.34,-0.40,0.65,-1.61,1.32,0
-0.51,-0.11,-0.61,-0.45,-0.00,1.73,0.91,0.35,2.49,0.82,4.54,4.01,3.31,4.06,4.54,4.48,1.91,0.97,2.22,0.44,0.20,0.67,0.00,0.45,0.67,1.10,2.87,1.23,0.56,-1.51,0.01,-2.17,-0.87,0.82,-0.98,1.83,-0.52,0.27,0.17,0.47,2
-0.97,0.52,1.44,-0.60,-1.69,0.26,-0.84,-0.26,0.52,-0.06,3.17,2.32,5.52,4.94,5.09,3.13,4.01,3.11,2.34,-0.40,0.45,-0.26,0.29,1.10,-2.08,0.04,1.63,-0.32,0.78,0.33,-1.13,-1.42,-0.12,0.26,-0.21,-0.82,0.47,-0.05,-0.44,-0.62,2
-1.88,0.60,0.95,0.87,0.72,1.62,3.19,1.62,2.09,4.70,2.55,3.84,2.77,0.32,3.15,2.13,2.32,1.70,1.39,0.16,0.90,-0.00,1.05,-0.17,0.66,0.53,-0.65,0.07,0.55,-0.73,0.83,-2.08,-1.00,2.04,-2.05,-0.80,-1.14,1.22,0.46,1.68,0
0.09,-1.40,1.19,0.99,1.33,1.46,3.04,3.58,3.53,4.87,5.56,3.63,0.73,0.19,1.06,0.72,0.01,0.74,1.10,1.20,0.48,1.26,0.04,0.52,1.48,-1.24,-1.04,-1.05,0.18,-0.50,0.48,0.50,0.61,-1.63,0.23,-0.30,-0.50,-1.61,0.08,-1.13,1
2.79,0.14,-0.59,0.58,0.15,1.69,0.01,-0.09,1.64,1.26,1.65,2.77,2.51,5.22,4.34,6.20,4.09,3.98,2.80,0.64,1.71,-0.30,0.20,-0.42,1.18,-0.84,-0.95,-0.68,-0.06,-0.79,0.61,1.14,-0.11,-1.00,-0.00,1.45,-2.03,0.59,-0.17,0.77,2
-0.29,0.59,-0.85,-1.22,-1.52,0.39,0.94,1.47,-0.05,0.47,2.75,2.38,3.54,3.80,4.51,3.11,4.72,1.70,2.51,2.77,-1.63,0.28,0.96,-0.49,-1.27,0.32,-0.80,-0.05,0.19,0.22,-1.15,0.17,0.54,0.71,1.39,0.71,0.40,0.51,0.51,-0.80,2
0.59,1.24,-1.26,-0.51,1.25,2.00,0.85,2.88,3.37,3.95,5.16,3.23,4.93,3.16,2.06,2.98,2.78,2.70,1.08,0.30,0.04,0.57,-0.17,-1.10,-0.14,0.43,-0.91,1.48,-1.32,1.43,-0.09,0.14,-0.49,-0.83,-0.33,-0.81,-0.27,-1.57,1.90,0.72,2
0.55,-0.14,-0.36,1.25,2.02,1.54,0.32,3.89,3.71,3.47,5.93,6.18,3.87,2.65,0.74,0.87,0.36,0.82,1.03,0.19,0.33,-1.48,-0.20,0.92,-0.06,-0.52,-1.07,1.37,1.27,-0.26,1.85,0.33,-0.70,0.56,0.85,0.18,-0.55,-0.24,0.93,0.54,1
-0.84,-0.71,-0.44,0.88,1.06,0.31,0.36,1.71,-0.46,0.98,0.91,2.81,2.29,4.93,3.83,4.23,3.86,2.80,3.92,-0.16,-0.02,0.24,-0.44,1.42,-1.53,-1.05,0.70,0.37,0.24,0.70,2.20,-0.43,0.79,-0.20,1.61,0.03,0.26,-0.26,-0.88,0.88,0
-0.68,1.39,0.98,2.28,-0.08,3.27,3.13,2.51,3.24,2.90,1.86,1.29,1.89,2.32,1.47,3.24,0.51,4.74,0.29,2.25,0.49,-2.19,0.23,0.50,-0.40,0.06,-2.82,-1.30,-0.77,0.21,0.82,0.04,-0.21,-0.47,0.64,-1.02,-0.26,0.05,1.56,-0.87,0
0.94,-0.51,3.43,2.89,2.93,4.12,6.34,6.31,3.71,3.52,2.12,3.62,0.49,0.30,0.22,1.75,2.06,0.74,1.26,0.14,-0.70,-1.72,-2.18,-1.46,0.08,0.83,1.97,-0.32,-1.33,0.29,0.09,0.36,-0.88,0.14,-0.78,0.25,-0.43,1.06,1.44,1.35,0
1.26,0.55,0.48,2.63,3.00,4.20,3.99,3.58,3.23,1.78,1.05,-1.07,1.41,1.25,2.49,4.08,1.71,0.66,0.17,-1.53,0.45,-1.10,0.60,-0.28,-1.12,-1.45,1.38,-1.62,0.70,0.93,0.15,1.79,-0.19,2.03,-2.03,1.26,0.74,0.89,1.48,1.69,0
0.30,0.56,-0.87,0.01,-0.63,1.53,0.34,0.38,1.17,2.18,4.85,4.43,4.41,5.45,4.66,2.18,1.92,2.72,1.88,0.18,0.38,1.39,-0.31,-1.27,-0.64,-0.57,-0.74,0.91,-1.46,-1.29,0.92,1.80,-0.46,0.51,-0.94,1.84,2.02,-0.25,1.17,-0.19,2
-0.19,-1.15,1.19,4.10,2.43,4.93,6.26,3.71,5.20,3.65,2.57,1.98,0.55,0.93,0.32,-1.02,-1.19,-1.51,1.71,-0.40,0.99,1.13,-2.00,-0.18,1.04,-1.76,1.15,-0.15,-0.70,0.10,2.19,-0.46,0.07,0.67,0.85,-0.57,-0.61,1.47,1.79,0.51,1
1.05,-2.24,-1.56,-0.67,-0.39,-0.18,1.03,0.86,-0.01,1.03,2.41,3.43,1.18,5.09,5.85,3.47,4.94,2.06,0.24,1.45,0.72,1.28,0.41,-0.08,-0.27,-0.98,1.82,1.77,1.88,-0.01,0.22,-0.43,0.73,0.71,0.34,0.34,1.04,-1.05,-1.28,-0.47,2
-0.20,0.78,0.21,2.93,2.50,4.78,3.58,5.05,4.30,4.48,1.79,3.49,-1.02,-0.04,-0.79,0.24,2.03,-0.11,-0.25,-0.51,1.10,-1.70,1.72,-1.15,-0.54,0.62,-0.42,-0.03,0.86,-0.99,0.78,-0.01,0.02,0.96,0.36,-1.42,0.97,0.01,1.55,0.23,1
-0.23,0.19,1.25,-0.64,0.04,0.98,1.21,4.34,5.66,4.86,5.41,4.15,5.60,3.37,3.52,-0.81,1.08,0.01,1.99,0.24,-0.97,-2.51,1.29,-0.70,0.02,-0.25,-0.83,-1.03,1.28,0.59,-1.38,-0.42,-1.72,1.41,0.01,-2.42,0.47,-0.22,-0.24,-0.45,1
-1.10,-1.81,0.90,0.61,0.21,1.36,0.77,0.57,0.02,0.79,1.93,3.48,1.54,2.90,3.79,3.66,2.54,1.81,1.87,0.25,1.97,-0.36,-0.65,0.41,-0.60,0.34,-0.02,-0.34,-2.75,0.15,2.36,-0.31,-0.94,-0.62,0.96,-0.02,2.59,-1.77,-0.24,-0.70,0
-0.22,1.66,0.81,1.36,3.52,3.14,4.99,5.10,3.01,4.03,2.75,0.76,1.17,0.62,1.16,1.88,0.91,-0.41,2.63,-0.38,-0.32,0.06,0.32,-0.28,-1.00,0.17,0.05,1.10,-1.98,-0.15,-0.40,-0.12,1.70,-0.01,0.26,0.59,-1.72,0.93,0.19,0.20,0
-1.89,1.21,3.22,2.34,4.01,3.41,4.70,4.01,3.07,0.70,3.00,-0.06,0.06,-0.63,0.85,0.34,-1.17,-0.75,1.09,0.46,0.53,0.96,-0.09,-0.24,0.26,0.48,-0.38,2.33,0.32,-1.04,-1.09,2.38,-1.27,-1.10,-0.06,-1.62,-1.60,-1.64,-1.06,0.03,0
0.30,1.12,-1.29,-1.53,0.69,2.25,-0.26,2.00,0.68,1.42,3.27,5.41,2.15,4.22,5.38,5.61,2.09,2.47,1.25,2.50,-0.26,0.45,-0.15,1.61,0.02,0.41,-0.08,1.16,1.21,1.75,0.03,-0.24,-0.28,-0.82,0.02,0.02,-0.24,-0.68,1.32,-0.39,2
-0.24,0.50,2.69,3.64,3.64,3.14,5.02,3.39,2.60,1.67,0.89,1.32,0.77,0.68,0.61,-1.35,2.12,-0.37,0.65,-0.38,1.12,0.88,0.26,-0.91,1.42,0.71,-0.83,1.08,0.01,-1.11,0.26,-0.22,-0.22,1.39,0.70,-1.42,-1.00,-0.69,-0.31,1.05,0
0.20,1.07,2.81,1.38,0.93,1.46,3.46,4.23,3.94,5.20,4.76,3.45,3.56,1.19,1.03,1.61,0.52,0.82,1.11,-0.80,2.53,1.56,-0.09,1.00,-1.36,0.15,-1.49,-1.18,0.70,-0.08,-0.70,-0.29,-0.79,1.70,1.05,0.19,1.49,-0.28,0.02,0.89,1
1.29,-1.21,-0.66,-1.50,1.41,2.60,1.10,-1.42,0.97,1.34,1.72,3.14,2.60,5.00,5.71,5.00,1.93,2.41,1.60,0.79,-1.68,-0.70,-0.65,-0.59,-0.89,0.02,0.64,-1.28,-0.16,0.01,0.37,0.39,-0.74,0.62,0.66,1.42,-0.90,-1.03,-0.03,0.81,0
-1.31,-1.11,1.78,0.50,-1.07,0.23,1.94,1.91,3.66,3.31,4.07,3.43,3.35,3.98,1.67,0.85,1.47,0.62,-0.44,1.31,0.30,0.86,1.14,1.14,0.34,0.80,-0.40,0.33,-0.25,-0.57,-1.59,1.10,1.52,0.37,-0.88,-0.30,-0.94,1.37,-0.22,-0.79,2
-0.98,0.50,1.01,1.78,3.78,3.89,5.03,5.55,3.58,3.08,1.16,2.69,0.15,0.25,0.44,1.45,-0.43,1.07,-0.74,-0.06,-1.15,-1.15,-2.33,1.07,0.05,-0.16,-0.35,2.70,0.83,2.05,0.40,0.16,-1.24,-0.22,-0.18,-0.73,-0.94,0.16,-1.34,1.06,0
0.45,-1.41,0.54,-0.29,0.25,-0.47,0.97,1.90,2.86,3.30,3.36,2.92,1.76,4.42,3.87,1.01,2.23,2.40,0.94,1.12,-0.38,-0.26,-0.02,-0.50,0.42,-1.87,1.68,-0.91,-0.01,-0.34,-1.19,0.52,-0.33,-0.40,0.58,-2.02,0.87,1.09,0.97,-0.27,2
-0.24,0.63,2.47,2.80,3.91,5.13,7.67,6.81,2.31,0.91,1.39,0.53,1.63,1.63,0.52,2.32,2.89,0.47,1.34,0.02,-0.56,0.54,1.01,2.31,1.74,1.39,0.82,-1.16,-0.54,-1.60,0.79,-0.16,-0.75,-0.63,1.78,-1.57,-0.06,-1.00,-0.75,0.08,0
0.09,1.63,-0.02,0.80,0.23,0.22,1.85,-0.47,1.32,1.84,0.61,2.89,3.81,5.22,5.83,4.09,4.07,2.31,2.60,-1.27,0.60,-0.63,1.50,1.20,0.34,-0.22,-2.29,-1.71,-2.15,-1.26,0.86,-1.09,-0.24,-0.08,-0.05,0.71,-0.00,-0.75,1.08,0.26,0
1.05,1.31,1.43,2.55,4.95,2.63,3.14,2.39,1.97,0.68,3.12,2.36,3.41,2.02,3.94,0.38,1.60,-0.04,1.09,-1.21,-0.18,-0.94,0.17,-0.48,1.15,1.49,0.28,-0.42,0.11,-0.61,-1.21,0.72,1.30,0.39,2.53,-0.28,1.11,-0.49,0.34,1.11,0
0.98,0.98,-0.20,-0.66,1.31,0.74,-0.84,2.73,0.56,1.37,4.33,4.03,3.50,5.42,5.54,4.60,2.49,2.58,0.71,0.60,-0.60,0.26,-0.49,0.29,-0.34,0.94,1.61,0.76,-0.72,-1.19,0.18,-0.56,1.25,0.46,-1.06,0.80,0.86,0.21,1.50,-1.77,2
1.11,-1.68,2.37,-0.99,-0.51,0.82,1.37,1.31,1.36,4.41,6.21,4.50,3.92,4.19,4.46,1.30,-0.62,1.07,0.72,1.20,1.18,0.09,-1.74,0.56,1.74,-2.11,-0.27,-0.43,0.04,-0.31,0.14,-0.97,-0.23,1.16,-0.57,1.76,-0.69,-0.19,-0.24,-0.20,2
-0.38,1.12,1.14,3.09,2.57,3.27,4.27,5.44,6.33,2.83,4.15,1.03,-0.30,0.97,1.49,0.00,1.30,-0.05,0.61,0.98,-0.73,-0.74,-0.17,0.14,-0.67,0.71,0.14,0.88,-1.02,0.22,1.14,0.02,-0.69,0.25,1.48,-0.66,0.02,2.48,1.03,2.74,1
0.04,0.79,0.72,-0.32,0.90,2.37,1.96,1.33,3.74,3.26,5.43,4.68,1.22,2.97,1.86,1.02,-0.31,0.76,-1.80,0.13,0.06,0.68,-0.77,1.34,-1.24,-0.56,-0.10,-1.47,0.23,-0.30,-0.30,-1.14,0.43,-1.39,-1.68,-0.44,-1.43,0.95,-1.02,0.13,1
-0.47,1.04,-0.51,2.31,2.05,2.54,3.98,3.71,2.36,4.50,5.10,3.56,4.02,5.43,2.02,1.70,1.81,1.18,-0.62,-1.19,-0.25,1.07,2.31,-2.86,-1.44,0.36,-1.61,-0.29,0.30,-2.72,-1.59,0.26,1.86,0.39,0.30,-0.76,0.99,-1.41,-0.05,-0.51,1
0.29,0.70,0.58,0.01,2.33,1.20,4.40,2.71,2.51,1.10,5.07,2.06,1.77,2.36,4.07,4.19,2.02,1.46,1.27,-1.05,0.16,0.76,0.62,0.70,-1.24,2.23,0.26,-0.63,-0.08,0.02,-0.09,1.34,-0.17,1.35,0.07,-0.50,1.09,-0.02,0.22,-1.99,0
0.46,-1.73,0.73,-0.04,-0.63,1.87,0.94,-0.28,0.42,3.68,2.89,4.02,2.76,3.97,4.17,4.99,2.82,3.00,1.56,-0.56,0.92,-0.94,0.16,-0.99,0.00,-1.17,0.78,1.17,0.20,-1.33,-0.28,0.67,-1.24,-0.39,-1.26,-0.85,-0.65,-0.22,1.11,-0.37,2
1.44,-1.20,-0.48,0.03,-0.73,1.64,0.66,-0.02,-0.31,3.82,2.12,5.13,3.70,5.37,4.13,2.76,2.79,1.96,-0.28,-1.17,-0.66,0.16,1.56,0.58,-1.42,0.91,0.11,0.53,-1.41,-0.28,-0.90,1.08,0.29,0.38,1.13,-1.69,-1.26,-0.24,-0.10,2.77,2
-0.22,-0.13,0.69,-1.13,0.34,1.10,-0.63,-1.32,-0.30,-0.22,1.69,2.96,2.45,4.78,4.43,3.75,2.31,1.98,2.57,0.73,0.17,-1.17,1.72,1.29,0.44,-0.78,-0.89,0.38,-0.11,-1.20,-1.05,0.42,-0.02,-1.13,-0.94,-0.86,-0.61,-1.16,0.25,0.22,0
-2.18,0.16,1.93,3.34,4.04,3.47,2.66,4.31,3.07,1.97,1.35,0.77,0.57,-0.47,1.50,-0.71,0.48,1.45,-1.64,0.74,-0.44,-0.73,-0.56,0.92,1.56,-0.23,-0.10,1.41,0.60,0.01,-0.42,1.17,-0.39,-0.21,0.05,0.93,0.30,0.24,0.17,0.39,0
0.39,-0.28,-0.45,0.90,3.17,3.24,4.73,4.02,3.27,2.51,1.76,1.64,3.18,0.34,2.82,0.30,2.72,-1.04,-0.63,-0.82,-1.03,-0.26,-1.00,-0.66,-0.47,-0.96,-1.44,1.64,1.22,0.22,-0.31,0.96,1.58,2.12,-1.02,-0.20,0.23,1.00,0.56,-1.23,0
0.16,2.22,0.37,1.78,3.55,4.07,6.61,6.13,4.04,0.61,2.27,0.81,1.16,0.69,2.36,1.65,-0.19,0.17,0.59,0.41,1.22,-0.54,0.95,0.44,0.09,1.08,1.09,-0.57,-0.04,-0.38,-0.64,-0.31,-0.01,0.68,-0.10,-0.05,1.59,-0.63,-0.40,-0.06,0
-0.02,-0.47,-1.50,-0.85,-2.25,-0.66,-0.70,0.51,0.95,2.22,4.11,6.04,4.83,4.73,7.67,1.91,1.09,0.95,2.23,-0.45,-0.08,0.80,1.49,-1.50,1.05,0.60,1.55,-1.26,0.86,-2.29,-0.18,-0.78,-1.14,0.20,0.45,0.83,-0.74,0.12,-0.26,0.52,2
0.42,1.97,1.86,2.89,2.86,4.32,5.97,3.00,5.51,3.08,0.25,-0.02,1.24,0.69,-1.48,1.06,0.03,-0.03,-0.08,-0.16,0.14,-1.73,-0.95,-0.21,-0.20,-1.03,0.37,-0.38,1.40,0.39,0.35,0.74,0.07,1.47,-0.31,0.29,-1.54,-0.75,-0.62,-0.27,1
0.75,1.63,1.55,-0.20,1.07,2.48,3.51,2.28,4.33,3.64,4.40,3.75,3.06,2.35,-0.25,1.12,2.23,-0.64,1.24,-0.46,0.52,1.57,-0.72,-0.38,-0.31,0.81,0.60,-0.43,1.14,0.34,-0.74,1.29,-0.92,2.25,0.09,-0.70,-0.53,0.45,0.36,0.30,1
1.22,1.19,0.36,1.18,1.09,2.91,2.06,4.87,3.54,2.83,4.75,3.83,3.46,4.56,1.35,0.16,-0.35,-0.80,0.49,1.12,-1.26,-0.37,0.90,0.24,0.94,0.18,0.29,-0.54,0.44,1.21,0.53,-0.85,-1.69,-0.95,-0.02,0.25,0.32,1.57,-0.74,-0.40,1
0.74,0.83,0.36,0.50,1.85,0.51,1.00,0.84,-1.24,1.04,1.20,-0.09,2.83,1.84,3.82,3.97,2.72,2.12,1.35,0.82,0.74,1.03,0.98,-1.29,-1.81,-0.45,-1.47,0.23,3.20,-1.58,-0.64,-0.49,-0.14,-0.49,-0.61,1.29,-1.30,0.81,0.81,-0.26,0
0.85,0.94,0.70,-1.29,3.50,2.32,1.79,3.05,5.54,4.34,5.49,4.10,4.70,1.02,1.36,-0.47,0.60,0.83,0.07,-1.02,0.46,0.12,0.20,-1.47,-0.79,-0.30,0.82,-1.70,-1.29,0.99,-1.04,0.73,-0.07,0.45,-1.03,-2.05,0.34,1.48,1.34,-1.63,1
0.44,0.56,-0.27,-0.36,0.76,2.90,4.09,4.53,3.85,5.38,3.94,4.64,2.27,-0.21,2.43,2.14,-0.23,1.02,0.17,1.59,0.96,-1.63,0.32,0.97,0.31,1.01,1.10,0.32,0.43,0.21,-1.04,0.94,0.10,0.04,-0.08,-1.00,1.50,1.14,0.27,0.09,1
1.62,-1.53,-0.36,-1.26,0.47,0.18,0.59,2.95,0.25,4.11,4.50,3.83,3.42,3.75,5.85,4.08,1.04,3.64,2.27,0.29,2.02,0.87,-0.22,-0.38,1.25,-0.37,0.48,0.70,0.26,-1.03,-0.93,-0.17,-2.67,0.54,-1.36,-1.18,1.63,1.36,1.41,-1.15,2
0.17,-0.58,0.75,0.51,-2.04,-0.63,-0.62,2.66,3.86,3.83,6.41,5.48,5.40,2.65,0.98,2.35,1.75,-0.29,0.38,-1.64,-0.27,2.55,-0.68,0.64,-0.43,-0.92,0.24,1.27,0.92,-0.12,-1.49,0.39,-1.06,0.23,-1.93,0.09,-0.71,0.19,-1.01,-0.26,2
-0.77,0.85,1.74,3.23,2.94,1.02,2.29,2.10,2.35,2.64,2.46,2.00,0.14,1.06,2.52,0.81,1.91,2.09,-1.17,-1.85,1.37,1.61,0.51,-0.43,-0.38,-0.70,2.14,-0.19,1.55,0.40,0.05,-2.12,0.48,1.63,-2.64,0.20,0.52,2.37,-0.55,1.07,0
-0.21,-0.31,0.46,1.93,1.54,2.23,4.01,3.18,4.92,3.44,2.53,2.00,0.97,1.10,1.23,0.57,1.80,1.31,0.99,-0.91,1.34,-1.12,0.63,1.81,0.14,-0.33,0.74,-0.78,-0.89,0.44,0.70,-0.12,0.59,0.37,-1.08,0.41,1.71,-1.35,0.54,-0.67,1
1.81,0.62,1.83,3.69,2.90,3.61,4.59,4.86,2.84,4.18,4.36,1.23,3.03,-0.30,0.01,0.42,0.37,-0.08,-1.10,-0.62,-0.26,1.83,0.65,0.10,1.87,0.87,0.86,-0.41,-0.02,-0.24,0.79,0.23,-0.53,0.64,-0.62,1.67,0.16,0.48,0.71,2.73,1
-2.47,0.07,0.40,2.41,4.02,5.44,6.75,4.18,2.53,2.70,2.09,3.39,-0.28,-0.32,0.63,-0.14,-0.98,-1.19,0.15,1.15,-0.32,-0.58,0.42,-0.00,-0.49,0.30,-0.17,-0.92,-0.01,1.61,0.71,-0.32,-0.18,0.69,-0.96,1.05,-0.03,0.36,0.48,0.11,1
-0.58,2.54,1.69,3.38,3.81,3.72,5.86,4.00,4.81,2.70,0.79,-0.38,1.74,1.56,-0.20,0.44,-1.73,0.30,1.55,-0.38,0.41,0.04,-0.40,2.35,1.50,0.89,-0.56,0.01,2.97,0.95,-1.71,1.24,0.01,0.52,-0.86,0.18,-1.02,-0.57,0.06,-3.00,0
0.28,-0.57,-1.41,0.18,-0.09,0.13,0.86,2.06,-2.22,3.33,5.96,3.12,5.89,3.43,4.84,3.17,2.03,1.92,2.09,1.38,-0.66,-1.12,0.27,1.16,-0.97,-1.20,-0.08,-0.19,-0.05,-0.59,2.00,-1.64,-1.88,-0.23,-0.81,0.69,-0.07,-0.17,-0.48,-0.40,2
-0.63,0.76,1.30,2.61,4.72,3.93,4.68,5.30,4.93,3.32,2.19,1.67,1.03,0.19,0.64,1.42,0.41,-0.71,1.03,-1.34,-0.58,-0.26,-0.94,-1.87,0.06,0.07,-0.92,-0.62,-1.25,1.17,0.66,-2.62,1.13,2.32,0.75,1.93,-0.21,0.23,-0.49,-0.48,0
1.38,-0.22,1.15,0.17,0.22,2.10,2.89,4.34,2.10,5.45,4.36,3.58,4.67,2.72,0.23,2.84,-0.37,1.96,0.51,0.01,1.68,-1.88,-1.09,0.35,-0.89,0.47,-0.37,-0.24,0.24,-0.44,0.48,0.52,2.62,-1.09,-0.20,0.13,0.55,0.36,1.00,-0.48,2
0.66,0.57,0.18,0.44,1.34,1.31,0.37,2.79,3.46,5.32,6.22,4.41,4.11,4.09,1.74,0.38,0.07,0.35,-0.72,-0.33,0.68,0.12,-0.49,-0.74,-0.39,-0.26,-1.24,0.92,0.84,0.05,-0.66,1.72,0.26,0.92,1.44,-0.26,-0.19,-0.56,1.25,-0.21,1
0.16,0.14,1.86,2.88,1.81,3.58,7.60,4.83,3.27,3.98,1.67,1.07,-0.26,0.29,1.72,2.08,-1.02,0.28,-0.96,-0.30,-0.28,0.37,-0.70,0.57,-0.31,-0.85,-0.22,0.23,0.23,-0.40,-0.66,0.54,-0.28,-0.64,-0.99,0.36,-0.52,0.51,0.49,-1.09,0
-0.52,1.15,1.18,0.09,-0.29,0.39,1.16,3.01,4.24,5.18,6.93,4.05,3.94,2.06,1.44,1.03,0.88,-1.29,-0.07,1.22,-1.91,-0.45,0.15,-1.28,-0.52,-1.37,0.11,-0.44,0.84,0.04,-2.14,-0.01,-0.15,1.61,-0.34,-0.33,0.15,-0.03,-0.31,-0.72,2
-0.98,0.18,0.98,-1.78,0.73,0.66,-0.94,2.68,2.10,1.46,3.66,3.78,4.09,4.10,4.42,2.84,1.79,0.90,1.85,0.21,0.45,-0.02,1.37,-1.79,0.06,0.73,2.14,-0.70,-2.04,-0.77,0.72,0.34,-0.37,-0.04,-0.48,0.53,0.11,-2.10,1.31,0.36,2
2.73,0.95,0.72,1.46,0.79,3.28,2.53,4.23,4.54,1.49,6.75,2.28,1.02,1.18,1.02,1.08,-1.35,-0.59,0.31,-1.49,-1.11,-0.29,-0.95,0.17,-0.57,1.57,0.17,-0.02,1.05,0.46,-0.22,0.00,-1.06,0.65,0.23,-0.55,-0.15,0.36,-0.37,0.16,1
0.03,0.78,-0.62,0.00,-2.71,-0.47,-1.37,-0.23,-0.65,0.64,0.37,4.03,4.21,3.38,5.86,4.92,5.47,2.10,2.77,2.50,0.05,-0.62,0.86,-0.61,-1.48,0.61,-0.23,0.36,-0.39,-0.15,1.65,-0.91,0.74,-0.59,-0.01,0.46,-1.11,1.51,0.98,1.08,0
0.54,0.40,-0.14,1.57,-0.38,0.18,1.37,1.23,0.02,-1.52,3.58,2.51,3.96,5.24,4.43,4.23,4.31,4.16,1.58,-0.77,-1.92,1.28,0.76,0.35,-1.55,1.35,0.04,0.08,0.76,-0.38,0.08,1.21,-0.50,0.13,0.28,-0.17,1.46,-0.96,-0.52,-0.53,0
3.23,-0.35,0.75,-0.79,0.23,1.50,3.15,2.41,3.36,5.05,1.58,3.19,4.11,2.05,3.73,2.37,1.26,1.48,0.24,1.14,0.42,1.89,0.83,-0.27,0.97,-0.79,-0.35,0.91,-0.92,1.45,0.32,0.41,1.39,0.62,-0.35,0.92,0.90,0.59,-1.38,0.32,2
-0.50,0.13,1.99,-2.00,0.46,0.93,3.68,3.76,1.71,5.42,6.64,4.53,4.74,1.65,2.71,0.18,0.95,0.76,1.01,-0.79,0.22,-1.05,1.14,2.28,-2.58,-0.78,-0.34,0.33,-0.81,0.45,1.14,2.17,-1.69,1.53,-0.29,-0.12,0.62,-0.17,0.28,-0.06,2
1.47,0.09,-0.37,-0.12,3.24,1.79,2.76,2.56,0.92,2.49,0.97,1.51,2.20,3.22,3.91,1.79,2.53,2.92,1.48,0.65,0.19,-1.38,-1.34,-0.69,0.90,0.25,0.23,1.29,1.20,1.82,-0.93,0.61,1.74,0.79,-0.69,-0.10,-0.29,-0.65,-1.60,-0.47,0
-1.33,-0.68,0.50,-1.74,-1.17,1.18,2.24,3.12,4.66,4.05,5.37,4.92,5.59,4.57,2.74,2.26,0.77,-1.27,-0.24,-2.47,-0.63,-1.12,0.68,0.54,1.33,-1.62,-0.17,-1.23,-0.12,-0.61,-0.38,-0.02,0.20,-2.44,0.18,0.21,0.20,0.62,1.44,1.25,2
-0.82,-0.57,0.68,1.06,3.77,4.54,6.03,5.36,3.41,1.72,2.18,2.69,1.01,0.99,0.98,2.15,1.12,1.03,-1.51,-0.81,-0.67,-0.24,-0.79,-0.22,1.03,0.10,0.23,-1.03,-0.96,0.42,-0.54,-0.13,1.21,-0.51,-0.58,0.58,-1.62,0.21,0.96,0.23,0
-0.12,2.06,2.54,0.70,4.39,3.06,4.05,5.29,1.88,3.69,2.35,2.31,0.17,1.75,1.18,-0.26,0.10,1.16,0.25,-0.52,-1.83,-1.35,-0.75,-1.59,-0.28,0.49,-0.90,-0.55,-1.01,-1.36,-0.95,-2.02,-0.43,-0.67,-1.07,1.06,0.72,-1.44,-0.52,0.68,0
-0.08,-0.43,0.51,-0.52,-0.12,0.23,3.38,2.87,4.13,4.05,5.07,5.80,3.30,2.36,2.27,-0.15,-0.42,0.50,0.30,0.64,0.50,-0.36,1.06,1.73,0.18,-0.08,-0.00,0.62,-0.26,-0.93,1.16,-0.02,-1.70,1.20,0.27,-0.19,-1.13,-0.78,-0.09,-2.72,1
0.33,1.15,1.67,2.05,3.48,3.33,5.51,5.83,5.05,2.90,3.47,2.26,1.83,-2.05,-1.10,0.54,-0.49,1.04,-0.16,0.22,0.98,-0.86,-0.87,-0.02,-0.19,-1.37,0.09,0.09,0.35,-0.08,-2.59,-0.25,-0.77,-0.50,-0.93,-1.04,-0.62,1.04,0.02,0.45,1
0.02,-2.04,0.19,-0.69,1.16,1.82,2.49,4.16,4.63,5.57,4.21,4.57,3.21,3.01,1.36,0.52,-0.36,0.79,-0.30,0.27,0.59,1.75,-1.25,-1.10,-0.91,1.37,1.23,-0.23,0.47,0.70,-1.14,-0.62,0.27,0.02,-0.19,0.89,-1.31,0.40,-1.39,-0.72,1
-0.37,1.07,0.35,-0.38,-0.33,1.44,2.10,3.26,3.76,4.56,6.82,6.41,3.75,4.04,0.69,0.57,0.85,-0.15,0.54,-0.16,1.19,-0.85,2.84,0.78,0.78,-1.40,-0.74,1.02,0.93,0.56,-1.94,-0.03,0.03,1.67,-0.42,-0.30,1.48,-0.65,-1.38,0.13,2
-0.92,-1.11,1.86,-0.76,0.92,1.34,0.14,4.22,4.95,4.62,5.62,4.82,4.30,3.59,2.20,3.71,1.15,1.48,0.55,-2.18,0.37,0.63,-1.46,-0.95,0.62,1.82,1.31,-0.79,1.49,1.24,-0.32,-0.76,1.45,0.43,0.01,0.14,-1.74,1.58,0.50,-0.04,2
0.10,0.14,3.13,2.27,2.95,4.47,4.98,5.90,2.33,5.21,2.43,2.43,0.11,-0.24,0.45,-0.00,0.50,0.57,-0.74,0.32,-0.74,-0.60,-0.43,0.92,1.14,0.51,-1.36,-0.34,1.19,0.21,1.79,-0.12,0.28,-0.10,-0.54,-0.15,0.73,-0.11,-1.58,-0.38,1
0.07,-0.57,1.60,1.39,3.51,4.56,3.47,3.47,1.63,1.54,1.36,3.88,1.69,3.57,2.92,3.22,2.55,2.67,0.13,-1.00,-0.07,-0.43,0.75,1.54,0.94,0.75,0.91,0.10,0.43,-1.01,-1.59,-0.04,-1.19,-1.80,-1.69,0.19,0.26,-0.68,0.41,-1.71,0
-1.23,-2.79,0.64,0.52,-1.00,1.36,2.24,3.74,3.06,3.90,4.55,5.67,3.48,2.43,3.63,3.14,0.57,-1.66,2.12,-1.50,-2.33,-0.12,0.05,0.41,-1.08,-0.66,1.13,0.00,0.46,-1.17,0.88,-0.24,1.10,-0.08,0.00,-0.23,-0.62,-1.29,0.38,-1.09,1
0.13,-0.60,0.71,3.95,3.42,3.16,2.94,3.53,4.16,4.98,3.90,3.00,1.38,-0.92,-0.12,0.71,-0.01,0.80,-0.40,0.94,-0.29,-0.43,-0.71,-0.29,-0.38,-0.52,-0.21,0.75,1.20,-1.89,-1.23,1.21,-1.20,-0.07,-0.96,2.51,1.23,-1.61,0.74,0.16,1
-0.96,1.37,-0.03,3.39,3.00,3.37,5.01,4.13,3.20,3.28,3.91,3.05,2.60,2.77,-1.17,-0.06,-0.44,-1.23,-0.71,-0.41,0.42,-0.67,-0.62,-1.09,1.45,1.56,0.99,0.24,0.14,-0.05,0.09,-0.61,-0.81,-0.08,-0.73,-0.71,-1.46,-0.00,0.21,-0.15,1
-0.30,0.43,0.77,0.35,0.68,1.96,0.28,1.67,1.07,2.73,3.48,3.55,6.06,5.27,5.09,5.06,0.54,1.94,1.91,1.63,0.82,1.64,0.36,-0.11,0.30,-0.87,-1.46,0.95,-0.98,-0.78,-0.27,1.40,0.36,-0.77,-0.30,-0.73,0.93,0.75,-0.30,1.15,2
0.40,0.13,1.49,1.45,0.57,0.48,-0.28,-0.23,-1.08,1.04,1.40,2.00,2.67,4.44,7.67,3.12,6.12,3.62,0.39,-1.74,0.74,0.41,-0.79,-0.35,0.21,-0.10,-1.30,1.38,-0.02,1.56,-0.70,0.65,-0.49,1.90,1.23,-0.65,-0.88,0.32,0.92,-0.31,0
-0.76,-0.39,1.06,-0.83,-1.63,0.35,-2.66,0.18,2.14,0.10,2.41,5.11,2.91,3.75,5.28,5.13,3.61,3.48,2.47,2.58,1.45,0.39,1.22,-0.21,0.59,-0.11,0.13,-0.08,-0.57,0.92,-0.02,-1.64,-0.08,0.96,0.06,-0.76,0.10,-0.62,0.55,0.64,0
1.52,-1.33,-0.45,0.53,0.44,-1.19,1.19,2.97,2.01,2.23,3.57,5.04,3.86,3.37,4.95,2.34,3.22,2.19,-0.44,0.70,0.58,0.09,0.56,-0.37,-0.12,-0.26,-1.12,1.10,1.25,0.23,-1.00,-0.08,-0.72,-0.71,0.36,-0.61,-0.27,0.43,0.53,0.92,2
1.28,-0.22,0.36,1.60,2.09,1.93,4.26,3.26,2.75,5.05,5.02,2.69,2.05,1.49,2.79,2.78,-0.86,0.66,-2.15,-0.32,-0.93,-0.20,-0.30,-0.56,2.11,-1.67,-0.25,1.15,-1.30,0.27,0.29,-0.36,0.21,-0.02,0.67,-1.14,-0.41,1.88,-0.64,-1.26,1
-0.32,-0.28,-0.17,-0.15,1.31,2.36,2.92,5.15,3.01,5.32,3.80,3.78,3.14,2.57,1.20,1.06,0.12,1.22,-1.80,0.46,0.62,0.85,0.65,-0.66,1.84,1.02,0.28,0.64,-1.15,-0.70,0.22,-0.18,0.20,0.34,-0.36,0.17,-0.42,-0.04,-0.37,-0.32,1
-0.29,0.24,0.55,-0.36,1.80,1.52,3.99,2.73,5.08,6.37,5.53,4.24,4.25,3.76,2.57,0.38,-0.37,-0.78,-1.34,0.64,-0.34,-0.35,-0.56,-0.52,-0.77,-0.02,-0.68,1.28,-1.51,-1.08,-0.05,2.34,0.16,-0.04,-0.17,-0.44,0.10,0.38,-0.56,-1.03,1
1.03,-0.36,-0.06,0.80,-1.13,-1.14,1.10,3.10,2.96,2.64,4.19,5.08,2.79,2.52,4.26,1.63,0.28,0.92,3.14,-0.47,0.31,-0.57,1.14,-0.17,-0.34,-1.27,-1.81,-1.31,-0.73,-0.14,0.56,-1.17,-0.76,0.08,2.28,0.24,-1.78,0.11,0.90,-0.13,2
-0.97,0.35,0.56,-1.00,-0.03,2.13,1.64,3.48,1.87,2.30,4.78,3.89,4.12,2.94,2.08,1.18,0.42,-1.06,0.81,1.45,0.58,0.79,1.29,0.02,2.22,2.56,-0.15,-0.50,0.22,1.59,1.55,0.83,-0.28,1.74,-0.20,-1.56,-0.14,0.80,1.18,0.67,2
0.62,1.89,1.27,1.86,2.52,4.20,5.44,3.62,5.01,3.66,1.00,1.12,1.14,-0.08,-0.20,-0.49,-0.07,-0.84,2.43,-0.60,0.37,0.73,-0.50,-0.09,0.91,-1.05,1.00,-1.87,0.29,0.35,0.26,-0.55,0.06,-1.43,0.65,-0.69,0.12,1.08,-1.25,0.29,1
0.48,0.78,-0.41,0.77,-0.95,0.40,-0.84,-0.24,0.75,2.50,3.40,2.25,4.44,4.51,5.82,4.40,4.23,3.32,-0.03,1.15,0.27,-0.02,-0.37,-0.18,-2.24,-0.13,-0.29,-1.86,0.48,2.31,-1.45,2.09,-0.29,-0.52,1.05,0.18,0.19,0.52,-0.81,-0.23,2
1.54,-0.61,-0.46,0.05,1.55,0.99,0.96,-0.39,-1.02,1.46,0.96,2.38,4.35,3.38,2.99,3.70,3.52,1.56,-0.13,-0.53,-0.46,0.12,-0.46,-2.67,-0.36,-0.13,-0.06,-0.48,1.38,0.57,-1.86,-1.37,-0.43,1.05,-0.21,-1.93,-1.10,-0.36,-0.49,-0.97,0
-0.65,0.98,0.02,1.99,2.90,3.88,6.87,5.21,3.86,2.08,4.89,0.12,-0.55,0.08,-0.77,-1.81,0.34,-1.21,-0.03,-1.28,-0.22,0.25,0.28,1.02,-1.18,0.84,0.13,-0.73,1.74,-1.38,0.11,-1.63,0.00,2.45,0.38,1.04,-0.86,0.42,-1.02,-0.35,1
0.15,-0.84,-0.99,0.82,-1.01,-1.25,2.00,1.90,2.79,5.48,5.05,4.07,2.15,3.92,5.12,1.43,1.08,-1.83,0.66,0.18,0.99,0.20,-1.28,0.88,-0.37,-0.89,0.89,1.49,0.25,0.04,-0.27,-1.17,-1.03,-0.99,-1.26,0.85,-0.13,-0.42,-1.30,0.20,2
-0.30,-1.48,1.78,1.17,1.90,4.16,3.23,4.10,2.21,2.71,3.21,2.12,1.70,2.50,3.46,2.22,3.15,2.75,1.70,-0.57,-1.36,3.42,-1.31,0.35,-0.71,0.74,-0.21,0.04,0.59,0.81,-1.10,1.00,-1.68,0.34,0.55,0.81,-0.14,-1.13,-0.29,1.00,0
1.09,-0.15,0.68,1.44,2.42,0.98,0.84,3.88,0.54,3.16,0.37,3.10,3.28,1.81,4.55,5.11,1.82,2.63,2.11,1.28,1.52,1.41,1.36,0.81,0.13,0.53,-1.08,0.51,2.95,-0.41,0.03,1.38,-1.08,2.24,-0.18,-0.27,-0.73,1.06,0.55,-0.45,0
-1.21,0.77,0.47,-0.60,0.75,0.44,3.90,4.38,4.95,6.10,6.20,3.79,2.81,2.45,3.40,-0.03,1.14,1.36,0.62,1.17,-1.64,0.48,-0.89,-0.95,2.75,0.87,-1.27,0.36,-2.34,1.83,0.28,1.31,-0.41,0.73,-2.33,0.51,-1.56,1.48,0.43,0.43,1
-0.15,2.55,2.49,1.56,5.76,3.06,5.96,3.99,3.10,3.92,0.86,0.52,-0.47,-0.20,1.77,1.48,0.88,-0.87,-0.29,-0.20,-0.55,-0.83,0.41,0.75,-1.02,-0.34,0.28,1.90,0.04,0.38,0.15,1.77,-0.52,0.54,-0.82,0.81,-0.82,-1.30,-1.63,0.66,0
-0.46,1.58,1.42,2.71,2.26,3.12,6.05,5.19,3.07,5.54,1.07,0.89,1.54,2.14,0.20,0.23,0.47,0.56,-0.75,0.13,0.13,0.45,-0.49,0.36,1.18,0.83,0.41,1.06,0.18,-0.31,-0.95,-1.53,0.12,-0.09,-1.32,0.43,-0.15,0.19,-0.03,-0.81,0
-0.48,2.02,1.47,-0.25,1.08,2.31,-1.00,1.03,3.40,3.73,4.90,3.52,3.10,3.47,3.02,1.96,0.14,0.40,1.12,1.22,-1.82,0.90,1.04,0.00,1.94,0.52,-2.12,1.38,-0.99,-0.11,-1.53,-2.84,0.38,0.85,-0.04,1.33,0.46,1.03,-1.21,-0.36,2
1.26,-0.61,-1.25,-1.42,-0.71,-0.26,0.96,2.60,0.64,5.59,4.44,5.07,3.91,4.31,3.69,1.32,0.36,0.85,1.22,0.59,-0.04,-0.21,-1.13,-0.19,-0.88,-0.67,1.69,-0.49,0.47,0.33,-0.93,0.61,-0.60,1.01,0.37,-1.02,-1.42,-0.11,-0.64,-1.46,2
-1.37,0.84,-1.17,-1.86,2.26,1.93,1.04,-0.23,0.80,1.39,0.80,3.33,3.24,4.50,5.61,3.53,2.09,4.41,2.74,0.40,-0.69,0.61,-0.05,1.00,1.09,1.17,-0.52,0.33,-0.45,-0.17,-1.40,1.08,0.26,0.68,1.24,-0.19,0.51,-0.82,1.12,0.04,0
0.60,-0.28,1.41,-0.88,0.38,-1.24,0.29,2.21,0.43,1.79,5.36,4.16,4.50,2.99,4.37,1.96,3.00,0.73,1.75,2.79,-0.12,0.35,0.21,-0.22,1.79,-1.97,-0.08,-0.78,1.12,1.10,-0.40,-0.62,0.02,0.34,-0.91,0.05,1.25,-0.36,0.10,-1.21,2
-1.64,0.01,-0.96,1.05,1.14,0.37,0.92,0.44,1.23,3.41,6.77,5.80,3.19,3.60,5.47,2.64,0.64,0.17,0.97,1.74,-0.19,-0.98,0.90,-1.26,0.60,-0.12,0.80,0.60,1.39,-0.93,1.10,0.70,-1.51,1.88,0.50,-0.05,-0.08,-0.30,-1.43,2.69,2
2.20,0.21,0.39,2.73,0.03,3.16,1.94,4.50,0.93,2.23,1.67,2.13,4.40,1.72,2.44,3.53,2.31,-1.14,2.70,-0.14,1.29,0.27,0.82,-0.51,-0.03,0.23,0.92,-0.30,-0.97,-0.63,0.76,0.09,0.05,-1.61,-0.86,-0.05,0.83,0.94,-0.45,1.88,0
0.63,-0.97,-0.19,0.46,-0.09,-0.46,2.24,4.47,2.18,3.73,4.22,4.97,4.64,3.89,2.73,0.91,0.14,-0.25,0.10,-1.11,0.95,-0.66,0.46,0.35,-0.36,-0.98,-0.27,-0.50,0.52,-0.21,0.42,0.06,1.05,-0.51,1.54,0.42,-1.54,-0.23,0.14,-0.49,2
-0.24,2.05,0.38,4.06,3.41,4.44,7.32,5.29,3.31,2.31,2.72,0.51,-0.89,0.16,0.46,0.56,0.86,0.18,-0.72,-0.08,0.56,1.06,-0.53,-1.20,0.42,-0.42,-0.25,1.32,1.03,0.21,-0.04,0.37,-0.67,-0.43,-1.25,-0.85,-0.45,0.86,-1.26,0.29,1
-1.49,0.09,1.99,-0.61,0.03,1.02,0.64,0.71,0.93,0.35,1.09,3.45,3.78,5.72,6.81,5.10,4.06,2.96,4.60,2.40,0.15,-0.78,-0.64,-0.71,-0.66,0.97,-0.22,1.83,1.79,-1.01,-1.39,-1.47,-2.20,0.11,-1.07,0.82,-0.93,-1.02,-0.17,-0.93,0
-0.44,-0.21,0.75,3.64,5.38,5.18,6.40,5.72,1.95,4.78,1.53,0.76,0.46,-1.38,0.72,1.67,1.38,1.03,-0.62,0.84,0.10,-0.78,-2.10,-0.32,1.16,-0.08,0.41,0.52,-0.69,-1.19,-1.12,0.97,-0.59,-1.31,2.15,1.04,2.82,0.53,-1.64,-0.88,0
0.73,-0.52,0.38,2.12,1.12,3.22,3.11,4.47,4.74,5.78,3.42,3.09,3.54,0.45,2.06,0.08,-0.23,0.73,1.09,0.58,1.06,-1.46,-0.27,-1.43,-0.91,-0.15,0.43,-1.62,1.26,-0.26,0.76,1.10,2.02,1.23,0.00,-0.44,0.55,-0.04,-0.98,0.53,1
-0.67,1.59,2.32,1.03,2.88,2.31,4.36,3.51,2.04,4.30,2.76,3.25,-0.57,2.48,0.93,1.86,1.40,0.41,0.99,0.25,0.27,-0.14,-0.03,1.25,0.00,0.48,1.32,1.36,1.24,0.77,-0.76,0.28,-0.74,-0.79,-0.40,-0.53,-0.68,0.08,-0.61,-0.05,0
-1.35,-0.03,1.02,2.17,1.66,1.26,4.41,4.50,5.21,4.69,3.88,2.96,1.88,0.85,1.91,-1.13,-0.66,0.94,-2.55,-2.44,1.20,0.22,1.00,-0.86,0.22,-1.03,0.36,1.48,-0.32,-0.71,0.67,0.58,-1.30,0.97,0.11,0.40,-0.13,-1.21,-0.34,-0.31,1
-1.65,0.94,0.58,0.97,4.71,3.06,6.25,6.01,3.16,1.43,2.36,2.27,-0.07,-0.21,0.71,0.17,-0.17,-1.31,0.75,0.87,-0.69,2.18,1.33,-0.69,-0.78,-0.87,0.26,0.56,0.07,0.46,-1.00,1.13,-1.39,1.25,-0.53,-0.80,-1.37,0.65,1.44,0.50,1
-0.43,0.41,1.14,0.45,-0.62,-0.32,-0.93,-0.67,0.04,1.83,2.43,3.12,5.04,3.69,4.60,4.08,2.98,3.04,1.99,-0.15,-0.29,-0.66,2.86,0.56,-1.70,0.03,-0.39,-2.25,-0.82,0.16,0.69,0.38,0.58,-1.78,-0.82,0.76,1.18,-0.10,-2.25,0.16,0
-0.50,0.84,0.77,1.64,2.38,3.87,3.38,3.61,4.38,2.32,2.40,0.73,1.09,1.08,-0.66,0.39,1.96,-0.03,0.95,-1.71,0.08,-0.24,0.30,0.01,0.33,0.20,-0.20,-0.54,1.34,0.30,1.04,1.16,-1.62,-0.22,1.26,1.15,-1.71,-0.10,-0.22,1.30,1
-0.82,0.47,1.29,0.74,3.99,4.69,2.35,2.51,2.83,3.72,5.42,2.11,0.85,0.55,2.16,0.45,1.35,2.79,-0.63,1.01,-1.18,-0.58,0.86,2.30,-0.56,0.25,0.56,-0.69,0.34,-1.37,0.12,0.48,-0.33,-0.08,0.67,0.72,-0.53,-0.09,1.37,0.57,1
-0.24,0.19,0.99,1.40,1.21,2.63,3.12,2.69,3.13,4.54,3.56,3.11,2.30,2.23,0.72,0.07,-0.79,1.36,0.61,-0.18,0.45,-0.64,1.03,0.56,0.30,1.37,1.88,-0.33,-0.62,-0.75,-1.19,2.88,-0.14,0.01,-0.14,0.42,0.75,-0.80,0.50,-0.90,1
0.11,-0.48,1.35,-0.78,1.18,1.80,0.21,0.67,1.72,1.34,0.87,2.89,2.73,4.31,5.31,5.04,4.67,4.02,0.43,-0.02,1.25,1.50,0.62,-0.33,-0.85,0.74,-0.73,1.03,-0.54,-0.85,0.23,0.78,0.00,-1.44,-0.29,1.12,-0.62,0.07,0.29,1.25,0
-0.58,-0.86,-1.00,0.79,-1.10,-2.06,0.64,0.11,1.84,3.64,2.63,1.85,4.45,3.08,3.78,3.22,3.50,2.05,0.55,-0.82,-0.88,-1.55,-0.37,1.29,0.49,-0.76,-0.31,-0.01,0.78,0.66,1.55,0.91,0.46,0.90,-0.81,-1.39,1.45,0.01,1.00,-0.01,2
-0.92,-0.74,0.29,0.58,0.61,-0.38,0.38,3.94,3.21,4.04,5.08,5.07,6.31,2.46,2.98,2.28,0.55,1.05,-0.16,-0.02,-0.15,-0.44,-0.94,0.92,-2.03,0.37,-0.39,-0.16,-0.73,-0.51,1.64,1.55,1.59,0.79,0.18,0.53,0.99,1.04,0.18,-0.14,2
-0.40,0.11,1.88,0.92,1.97,4.40,6.21,3.90,4.29,4.51,2.54,3.23,0.02,-0.61,2.05,1.68,0.80,-1.25,0.52,1.18,-0.15,-0.72,0.75,0.78,1.52,-0.13,0.16,-2.75,0.33,-0.16,0.69,-0.81,0.13,0.66,0.18,0.10,-0.44,2.25,0.34,-1.59,0
-0.12,1.40,0.66,0.14,-0.85,0.38,1.75,-0.10,1.03,3.31,3.40,4.35,6.24,2.32,3.49,3.81,3.24,0.87,2.79,0.58,0.11,0.16,-1.22,0.69,2.03,-0.25,0.85,-0.15,0.67,0.72,0.21,1.27,1.15,-0.76,0.54,-0.37,-0.25,-1.10,0.70,-1.79,2
1.29,0.27,0.22,1.24,0.77,-0.31,0.73,2.76,4.99,3.72,3.58,5.92,3.43,2.66,2.60,1.72,1.78,0.86,0.62,1.73,-0.06,-1.15,-0.76,-1.53,-1.18,-0.56,0.72,-0.12,0.26,-1.00,1.46,-0.58,-0.03,-0.20,-0.18,-1.06,-0.30,-0.37,-1.10,-1.03,2
-1.79,1.02,0.46,-1.19,1.15,-0.02,0.72,1.49,-0.11,2.29,2.52,2.17,4.13,4.17,7.05,4.40,1.83,1.78,0.63,1.27,0.73,0.39,1.63,-0.96,1.94,0.90,-0.72,-2.02,1.41,0.72,1.11,-0.48,1.08,1.73,0.32,-0.62,-0.21,2.78,1.14,-0.94,2
0.82,1.54,2.55,0.57,2.25,3.74,3.85,4.05,5.75,5.66,3.65,2.07,1.57,2.87,0.59,-0.82,0.72,0.24,-0.46,0.63,1.70,-0.38,-0.30,0.04,1.30,0.56,-0.62,-1.68,-2.81,-1.75,0.33,-0.59,-0.36,1.21,-0.54,2.34,-0.40,-0.72,-0.28,0.23,1
-0.69,0.60,-0.60,-0.58,0.54,1.15,1.90,3.89,3.79,4.31,4.91,4.88,2.30,1.87,1.10,1.79,0.08,0.95,-1.38,0.21,-0.30,-1.39,0.38,1.23,0.26,-0.32,1.43,-1.12,1.92,-0.97,-2.90,1.64,0.80,1.99,0.00,0.01,0.26,0.72,-0.98,-1.49,1
0.67,-0.48,1.97,0.97,2.58,2.68,1.86,2.32,4.17,6.45,5.10,3.52,3.15,3.02,2.29,2.16,1.21,-0.44,-2.11,-1.61,0.92,0.33,1.15,0.74,-1.19,-0.32,0.94,0.57,-0.99,0.41,0.11,1.23,1.41,0.78,0.45,-1.20,0.42,0.83,0.27,-0.76,1
-0.30,-0.65,-0.22,1.09,0.14,0.10,1.31,1.25,1.82,1.54,2.35,2.93,4.33,4.34,5.35,4.35,2.21,1.55,0.01,1.11,-0.33,0.84,1.18,0.06,-0.22,-2.57,0.62,-0.10,0.54,1.08,-0.10,0.80,1.14,0.13,0.52,-1.35,-0.06,-0.14,-0.92,-0.98,2
-2.35,-1.12,0.32,1.08,0.83,3.02,2.12,2.97,0.65,0.96,4.10,4.26,1.87,3.02,3.93,3.30,4.15,2.39,-0.66,-1.39,1.03,2.78,0.77,0.11,-0.84,1.73,-0.75,0.90,-0.93,1.15,1.60,-0.84,-0.15,-0.86,-2.04,1.19,-1.40,-0.05,-0.35,1.67,0
-0.98,0.70,1.17,3.42,2.96,5.44,6.14,4.63,4.70,2.21,2.61,0.90,1.25,0.49,1.79,-0.02,2.29,1.93,0.67,2.22,-1.65,-0.35,0.09,-0.46,0.05,-2.39,-0.26,0.24,-1.54,-0.28,0.01,0.19,-0.30,-1.77,-0.01,0.06,0.43,-0.66,0.13,1.26,1
-0.37,0.00,-0.76,0.69,0.91,3.36,4.76,3.78,5.39,3.91,4.17,4.03,3.00,1.39,0.53,-0.07,-1.54,-1.89,1.64,-0.15,-1.05,-1.31,0.27,0.79,-0.65,0.95,1.61,-0.20,-1.25,0.26,-0.52,-1.08,-0.43,1.06,-0.98,-1.80,-0.23,-1.32,0.71,0.51,1
-0.38,-0.54,1.37,-1.92,-1.16,1.87,0.66,3.70,4.77,4.49,5.85,5.13,3.36,3.54,1.11,2.88,-0.19,1.92,1.06,0.94,-0.89,1.04,0.42,1.02,-1.08,-1.68,-0.16,-1.19,1.11,-2.06,-0.77,-0.40,-1.35,-1.84,0.30,1.01,-1.53,0.78,-0.68,-2.01,2
0.31,0.26,-0.65,-0.49,-1.20,1.37,-0.25,3.28,3.17,3.23,4.43,5.36,5.31,5.14,2.90,2.77,3.40,1.41,1.62,0.20,1.34,0.07,-0.89,-0.62,-1.13,-0.20,-1.24,0.35,-0.99,0.86,-0.12,0.92,0.73,-0.07,0.15,-0.71,-0.17,-0.98,-2.75,-1.69,2
0.76,-2.47,-0.12,0.06,-0.06,2.08,2.88,3.00,3.27,4.06,4.91,5.74,3.82,3.77,2.82,2.75,1.25,-0.26,-1.30,1.52,0.17,-0.33,1.04,1.06,0.51,0.59,0.39,0.61,-0.19,-0.54,-1.47,-2.48,-0.41,-2.04,2.28,0.60,-0.79,0.50,1.11,0.23,2
0.81,0.36,0.95,2.70,4.43,5.11,5.56,4.98,1.63,2.53,2.36,0.81,0.89,0.43,0.35,0.98,1.05,1.61,-0.02,-1.03,-1.32,0.56,-0.49,-0.76,-0.70,1.86,-0.45,1.78,-0.13,0.55,-1.59,-1.26,0.71,2.63,-0.74,-0.46,-0.61,-0.68,-0.90,-1.97,0
0.03,-0.79,-2.22,-0.97,0.14,1.33,2.37,2.17,2.64,4.02,3.16,4.89,3.62,3.50,4.26,3.87,-1.00,0.74,0.63,-0.48,-0.27,-1.25,1.06,-0.80,-1.39,-0.35,0.41,0.30,0.16,1.20,-0.52,0.13,0.69,0.13,-0.64,0.64,0.82,-0.49,1.10,-0.65,2
-1.15,1.37,1.13,2.76,3.67,3.34,4.84,1.80,2.92,2.14,1.64,1.03,1.67,0.53,-1.59,0.53,-0.05,0.89,1.04,-0.56,0.74,-0.04,-0.57,1.16,0.87,1.27,-0.91,1.41,1.37,0.38,0.79,-3.25,-1.28,-0.00,-0.13,-1.53,0.26,-0.01,0.19,0.69,0
-0.14,0.57,1.58,-0.75,-0.66,3.61,0.97,2.50,5.28,5.76,5.65,5.01,4.35,4.26,0.88,0.40,0.05,-0.06,1.27,-0.18,0.12,-0.44,-0.64,-0.18,0.21,0.16,1.32,-1.28,0.66,0.40,0.62,1.48,-0.62,0.67,-0.46,-0.49,0.37,-1.21,-2.31,0.55,2
0.01,-0.44,1.14,-1.85,-0.45,1.84,1.87,2.17,2.48,2.82,5.34,3.71,2.54,5.31,1.73,2.42,0.50,-0.05,0.62,-0.41,0.67,-1.44,-0.66,-0.58,-1.05,0.96,0.53,-0.25,0.90,0.39,-0.97,3.19,-0.46,1.39,-1.53,-0.61,0.65,0.72,0.02,-1.23,2
0.56,-0.94,1.13,-0.19,0.44,0.23,0.38,-0.34,1.07,0.94,4.56,4.10,5.58,3.92,4.78,5.17,2.96,2.91,0.78,2.09,-0.51,0.21,-0.64,1.87,0.05,1.68,-0.72,1.28,0.28,0.03,-1.24,1.02,-1.78,0.45,0.20,0.61,0.59,0.24,-0.89,-0.44,2
-0.45,-1.36,0.00,0.89,-0.80,1.68,2.16,3.41,4.26,6.61,6.50,4.82,3.32,3.06,2.50,0.18,-0.62,0.48,0.46,-0.16,-1.23,-2.99,-0.31,1.01,-1.57,0.20,-0.34,1.12,-0.44,1.11,-0.46,-0.63,-1.57,-1.88,-2.81,0.52,-0.36,-0.68,-0.09,-0.36,1
0.32,0.68,2.77,1.53,4.24,4.22,5.26,3.89,3.61,5.13,3.90,1.93,0.50,2.06,0.96,0.21,0.33,-1.00,0.19,-0.82,1.86,-0.64,-0.97,0.02,-0.09,-1.34,0.33,-0.27,1.35,-0.14,-0.36,0.19,-0.31,0.95,0.47,0.93,1.21,-0.12,-0.56,1.75,1
1.87,-0.28,-0.44,0.03,0.70,2.39,3.02,2.97,3.93,4.97,4.52,4.87,3.22,1.04,1.84,-0.72,0.06,0.31,-0.54,-1.09,-0.12,1.66,-0.96,-1.31,-0.80,0.56,1.48,-0.12,-0.52,-0.92,-0.81,-2.23,-0.59,-0.20,-1.39,-0.76,0.40,-0.16,0.20,0.94,1
-0.01,-1.05,-1.24,-0.81,0.79,0.08,0.93,1.45,4.11,4.59,4.16,4.40,3.02,3.16,3.77,3.49,1.35,-0.41,1.50,0.64,-0.90,1.37,-1.00,0.89,1.92,1.90,-0.53,-0.04,0.76,-0.11,-0.53,-1.57,0.46,-2.03,0.39,0.46,1.72,1.65,-1.29,0.65,2
-0.10,-0.12,1.76,3.16,4.13,3.72,4.20,3.08,2.89,4.61,0.77,3.34,2.01,0.82,1.14,-0.34,0.20,-0.46,1.49,0.38,-1.25,1.58,-2.06,-1.02,2.41,0.01,1.27,0.64,-2.13,-0.38,-0.86,0.27,0.76,1.10,-0.37,-0.46,-0.38,-0.94,0.97,0.51,1
-0.09,0.39,2.90,0.52,2.50,3.51,3.89,2.40,0.76,2.00,0.61,1.24,1.64,3.89,4.98,2.36,2.56,1.77,0.40,-0.08,0.12,0.96,1.88,-0.73,-0.89,-0.91,-0.80,0.04,0.82,0.38,1.99,-0.89,0.71,0.32,0.89,0.84,0.37,1.01,-0.27,-0.82,0
0.02,0.91,2.33,0.01,3.93,1.53,1.73,0.35,1.08,1.26,1.90,3.65,1.47,2.36,6.06,5.34,1.53,0.74,0.03,-0.18,-0.66,-1.64,-0.19,-2.88,0.11,-0.05,-1.59,-1.33,0.58,1.54,-1.08,-0.37,-1.22,-0.39,1.45,-1.12,0.45,-0.28,-0.28,1.73,0
0.97,0.57,-0.20,0.83,1.47,0.62,1.99,2.85,0.55,0.94,1.90,1.60,1.76,1.95,1.15,1.73,1.20,3.17,0.49,-0.11,0.96,1.45,-0.15,1.50,-0.74,0.20,-0.15,0.56,1.49,-1.25,1.36,-0.81,0.68,-0.77,-0.61,-0.31,-1.10,0.06,-0.85,1.94,0
0.20,-0.96,0.79,2.12,0.43,2.37,1.60,0.26,1.10,2.67,4.54,2.98,2.56,3.48,3.70,2.96,2.48,3.13,1.30,-1.85,-0.11,1.33,0.57,1.08,0.78,1.46,-1.30,-1.13,0.30,0.85,1.86,-0.55,-0.17,1.06,-0.73,1.85,0.93,-1.10,0.65,0.35,0
1.13,-0.44,1.65,0.44,-0.26,-1.51,-1.01,-0.47,1.07,1.23,4.19,4.08,4.06,6.44,5.58,3.75,3.74,2.55,1.71,0.98,0.42,-1.86,-0.83,0.17,-1.22,1.73,-0.43,0.20,-0.59,0.16,1.17,0.20,-0.03,0.91,-0.95,-0.12,0.17,1.37,-0.07,2.20,2
1.52,0.02,2.36,2.75,2.79,3.77,6.45,4.62,5.17,1.88,1.18,1.53,0.40,0.97,-0.44,-1.03,-0.25,-1.09,-0.95,-0.70,1.21,-1.57,-0.25,-1.84,1.28,-0.38,-0.24,-0.17,-2.31,-1.39,1.41,-0.86,-2.05,-0.16,1.65,-0.02,-0.20,-0.43,0.41,-1.68,1
0.20,-0.06,2.54,3.17,1.00,4.27,4.04,4.63,3.93,0.74,0.21,-1.09,0.60,-0.25,1.91,1.16,1.73,1.53,-0.24,1.00,1.21,-1.27,2.07,-0.46,-0.35,0.03,0.06,0.35,1.17,0.30,0.71,-0.08,1.33,0.10,0.25,0.49,1.83,-0.77,-0.54,-1.66,0
0.83,-1.09,1.85,0.28,1.60,2.32,3.76,3.79,2.40,3.98,3.18,1.24,-0.17,-0.07,0.47,2.42,-0.00,-0.68,1.26,0.90,-2.85,-0.78,-0.46,-0.04,-0.88,1.75,1.61,-0.32,1.68,-2.00,-0.62,-0.52,0.46,-1.07,0.57,0.89,1.28,0.12,-2.05,-0.40,0
0.22,-0.77,-0.72,-0.05,1.27,1.17,2.13,0.67,0.74,2.34,4.08,4.01,2.66,4.57,5.53,2.43,3.51,3.49,2.41,1.25,-0.01,0.62,1.40,1.39,0.10,0.94,0.04,-0.29,1.03,0.68,-0.74,0.74,-0.74,-0.74,-0.19,1.02,-0.73,-0.93,1.46,-0.33,2
0.94,-0.73,2.66,0.70,2.91,2.17,4.05,2.79,4.15,4.15,4.60,4.72,2.89,3.56,1.85,1.13,0.50,0.00,1.01,0.30,-0.15,-0.77,0.86,1.49,0.08,0.17,-1.14,-0.54,-0.35,-0.57,-0.52,-0.36,1.58,-1.75,-0.45,-0.63,-1.00,-0.95,0.26,-1.04,1
-1.12,0.81,2.97,2.00,1.61,1.23,1.68,1.19,3.41,2.06,4.12,2.61,5.80,4.69,3.90,4.59,3.32,1.77,0.71,0.05,1.76,0.38,-1.04,1.53,1.44,1.49,-1.57,-0.79,1.75,-1.02,-0.12,0.75,-0.20,0.14,-0.31,-0.09,-0.46,-0.16,-2.00,1.08,0
-0.96,0.82,-0.34,2.04,-1.08,-2.34,1.05,-0.38,-0.10,0.85,2.82,2.99,4.51,2.53,5.97,1.07,4.45,3.38,1.61,0.70,-0.01,-1.47,-0.17,0.77,0.58,0.55,-0.40,-0.09,-0.29,-0.04,-0.10,0.53,-1.03,1.20,0.65,-0.71,0.93,-0.88,0.02,-0.47,2
1.29,-1.24,0.81,-0.64,1.47,0.73,0.16,2.09,2.03,4.74,5.65,3.84,3.57,3.56,3.27,0.69,1.06,1.34,1.88,0.10,-0.30,0.37,0.51,0.28,0.17,-0.00,-2.09,1.13,0.10,0.99,0.25,1.89,-1.57,1.75,-1.46,-0.05,-0.79,1.04,-0.34,-0.01,2
-1.00,3.34,1.96,1.56,2.10,2.50,4.16,2.60,3.89,2.38,5.28,4.49,1.03,1.19,0.75,-0.34,-0.87,-0.60,-0.36,1.10,-0.92,1.07,0.56,-0.97,2.53,0.49,-0.60,-0.64,0.14,-1.45,-0.36,0.93,0.56,0.51,-0.05,-0.16,-0.50,0.69,-0.25,0.30,1
0.27,1.77,2.77,2.38,2.64,4.48,4.89,5.01,3.81,3.80,1.81,1.85,-0.07,1.35,-1.25,0.23,0.78,-0.52,-0.65,-1.09,0.82,1.70,0.58,0.88,1.60,1.18,0.57,1.06,1.99,-0.67,-0.62,0.56,2.28,0.03,3.30,-0.02,-2.37,-0.88,-1.27,0.84,0
0.47,1.03,0.22,2.63,2.40,2.25,3.92,4.60,3.01,3.75,2.35,2.63,0.75,1.54,0.88,-0.17,1.60,-0.91,-1.38,0.20,-1.29,0.09,1.42,-0.72,1.51,-0.83,0.60,0.54,0.24,-0.22,-0.35,0.63,1.45,0.99,-1.29,-1.04,-0.20,2.28,-0.14,0.44,1
1.10,-0.02,0.86,-0.52,-0.93,0.26,2.33,2.55,2.14,5.17,1.41,5.37,5.25,2.49,3.10,1.48,0.50,1.78,-0.15,-0.71,1.58,0.33,0.84,-0.32,-0.31,1.37,-0.19,-2.01,0.95,-0.06,1.03,-1.05,1.02,0.77,-0.55,-0.70,0.96,-1.47,0.11,0.02,2
0.24,-0.56,1.08,2.88,5.66,3.33,5.03,6.84,4.58,3.39,1.82,-0.82,-0.31,-0.33,0.15,-1.44,-0.45,0.44,0.46,-0.02,0.27,1.83,0.84,0.29,1.60,0.82,-0.87,-0.05,1.82,-0.19,0.86,-0.39,-0.21,0.59,1.80,-0.15,-1.07,0.81,-0.43,0.99,1
-0.12,0.34,-0.28,-0.20,1.39,2.94,3.01,3.00,3.71,5.42,4.95,3.26,3.47,3.16,-2.06,0.73,0.50,0.46,-1.22,-0.24,-0.53,-0.71,1.63,1.07,0.94,0.59,0.63,-0.85,0.11,1.82,-0.51,0.78,0.22,0.54,-2.88,0.19,-2.45,1.18,1.35,0.64,1
0.11,0.75,-0.94,1.69,-1.96,1.43,2.32,-0.59,1.59,2.91,5.92,4.55,3.99,3.84,3.93,2.04,3.07,-2.27,0.11,-0.77,0.89,0.15,-0.49,1.80,0.82,-0.57,-0.89,1.62,0.88,0.79,-0.03,-0.27,-0.28,-0.83,2.86,0.83,0.66,2.43,0.63,-0.17,2
1.12,0.03,-0.34,1.08,-1.07,2.38,3.05,4.51,3.91,4.24,5.43,3.00,2.40,2.49,2.14,1.14,1.05,-0.44,0.78,-0.07,-0.24,-1.42,-0.71,-0.59,0.01,-0.44,1.54,0.64,-0.43,0.07,-0.45,0.36,0.18,0.95,-0.19,1.64,0.99,-1.23,-1.07,0.33,1
-1.30,-1.51,-0.53,-0.49,-0.98,0.28,-0.26,-1.12,1.85,0.45,2.26,3.89,3.58,5.08,5.41,3.11,4.29,2.77,2.77,1.76,0.37,1.22,-0.89,1.84,0.91,1.59,-1.23,-1.00,0.99,-0.92,-0.76,0.98,1.42,0.80,1.59,0.75,-0.31,-1.40,-1.01,0.22,2
0.80,-0.28,2.22,-0.97,0.90,-0.32,1.21,2.95,0.42,2.96,3.87,2.65,3.26,3.27,4.85,2.73,0.72,1.78,0.58,0.39,-1.43,-1.44,-1.03,2.71,-0.67,-0.38,0.74,0.08,1.15,0.12,-0.33,0.54,2.00,-1.06,-0.14,0.31,-0.90,-1.52,0.71,-0.82,2
-0.63,-0.90,-0.64,3.16,1.74,3.41,3.89,3.95,0.54,1.90,1.38,1.80,1.89,3.12,2.84,4.45,0.88,2.72,0.99,1.21,-0.88,0.49,1.45,-0.46,-0.58,-0.62,0.97,-0.74,-1.22,-1.38,2.09,-0.78,1.23,-0.89,0.17,0.01,0.68,-1.11,0.20,-1.16,0
-1.85,2.99,2.52,3.65,2.60,5.26,6.20,6.36,4.59,3.10,1.25,2.29,1.70,0.63,0.67,-2.47,0.63,-0.79,-0.10,-0.35,-2.15,0.23,-0.49,0.15,0.77,-0.20,-1.51,0.20,-0.30,1.26,0.87,0.28,0.38,-1.02,-1.58,-0.32,0.96,0.43,-0.33,1.02,1
0.86,-2.33,0.40,1.94,0.52,3.46,2.23,3.84,3.94,5.02,5.90,3.03,2.97,0.80,1.22,1.78,1.44,0.92,-0.02,0.69,-1.30,-0.81,0.98,2.68,0.27,-1.17,0.77,-0.94,0.79,0.92,-0.62,1.67,0.50,-0.70,-0.39,-0.36,1.89,-0.19,-0.56,0.63,1
1.50,0.44,0.84,1.95,-0.31,0.95,-1.14,0.51,1.52,3.48,0.17,1.09,3.88,2.97,5.51,4.75,5.56,3.06,3.32,0.70,0.91,-0.65,0.69,0.78,0.40,-0.69,-1.34,-0.20,1.13,1.03,-0.55,2.11,1.17,0.65,-1.42,-0.35,-0.73,-0.07,0.48,0.76,0
-0.27,-0.42,2.53,0.69,2.51,2.53,3.59,4.39,3.62,3.18,4.03,2.43,3.28,1.62,1.10,-0.24,-1.36,-1.90,1.01,0.38,-0.43,0.30,-0.62,-0.91,-2.35,-2.25,0.34,1.39,0.17,-0.11,0.82,0.82,-0.34,0.37,-0.62,-1.79,0.05,-0.48,0.11,0.55,1
0.85,-0.55,0.25,0.83,0.22,0.77,0.77,1.35,3.07,2.90,4.51,3.28,3.68,4.36,3.76,1.48,1.61,2.70,1.11,-0.64,1.31,1.08,1.61,-0.92,1.37,0.47,-0.52,0.99,-1.86,-0.44,-0.00,-0.20,-0.90,-0.83,-0.64,-0.22,0.33,-0.32,-0.28,-0.13,2
0.99,-0.10,0.19,-1.82,1.16,0.03,0.96,2.76,1.62,2.86,5.67,5.58,2.90,3.11,2.28,5.13,1.90,0.80,1.61,0.07,-0.73,-0.85,0.78,-1.13,1.01,0.80,0.29,0.98,0.11,1.29,-0.10,0.61,-1.26,0.94,-2.99,-0.39,1.51,0.78,-2.61,-0.25,2
-0.02,-0.30,0.73,-0.31,1.29,-0.12,-1.37,0.29,-0.50,1.43,1.84,4.21,4.84,4.38,5.76,6.36,2.71,1.57,2.40,0.71,-0.00,-0.09,-0.82,0.42,-1.02,1.11,1.30,0.01,1.38,-0.16,0.40,-0.08,1.48,-1.03,-1.45,-0.47,-0.77,0.94,0.10,0.92,2
0.23,0.75,0.74,0.48,0.30,2.02,4.04,3.82,3.56,4.52,4.29,4.27,3.56,1.59,1.65,3.30,0.29,-0.97,0.35,-0.61,-2.44,-0.98,0.55,-1.28,0.10,0.55,-0.47,2.57,1.13,-0.77,0.57,-0.47,0.99,2.04,-0.46,0.81,-0.48,0.29,2.23,-0.06,1
1.56,-0.32,1.40,0.19,-0.81,1.55,-0.76,1.20,1.32,1.01,2.13,1.75,3.63,5.03,7.91,4.65,1.91,2.96,1.93,1.38,-2.03,-1.60,0.91,-1.33,-0.44,-0.44,0.05,0.29,0.07,2.07,1.60,0.39,1.04,-1.53,-0.73,-1.85,1.44,-3.06,0.01,-0.25,0
1.32,0.14,1.27,1.14,1.59,1.31,2.86,2.20,4.87,5.01,6.53,5.22,4.65,2.80,1.52,1.94,0.64,-0.04,0.71,-1.61,-0.78,-1.18,0.83,0.85,-0.51,-1.10,1.38,-0.42,1.14,-1.78,0.14,-0.11,-1.04,-1.32,-1.51,1.63,0.24,-1.44,-1.57,0.42,1
1.01,0.71,0.01,1.32,4.39,1.69,3.97,1.32,1.91,0.80,2.33,3.37,0.35,1.35,2.62,-0.02,1.53,0.71,0.04,0.68,-1.33,0.48,1.74,-1.64,-1.21,-2.26,-1.73,-0.09,-0.50,-1.97,1.08,1.32,-0.04,0.29,-1.46,2.23,0.51,1.18,-0.73,-0.85,0
0.88,-0.19,2.31,3.72,2.91,4.34,4.35,4.50,2.17,2.84,2.57,2.07,1.42,1.69,2.00,0.30,2.27,-0.88,0.29,-0.09,-0.44,-3.25,-1.42,0.57,-1.14,-1.60,-0.39,0.31,0.75,-1.04,1.64,-0.40,0.43,-0.40,-0.25,0.02,1.75,-1.48,-0.62,-1.48,0
1.10,-1.07,1.11,1.89,1.68,2.68,2.88,4.00,5.66,2.71,4.48,3.11,0.71,2.46,1.75,1.22,-0.63,-1.46,0.10,-1.65,-1.23,0.32,0.40,-0.99,-0.04,-0.18,0.59,-1.27,1.06,1.17,0.40,0.96,-1.69,-0.28,-0.48,-1.06,0.29,0.59,-0.29,0.77,1
-1.84,0.07,0.95,-0.59,2.46,2.03,3.76,4.35,3.27,2.93,4.38,3.63,-0.38,1.49,1.72,0.83,-0.58,0.78,-0.59,-0.34,0.61,-0.33,-0.99,1.25,0.40,-0.51,-1.83,0.46,0.24,1.03,-0.66,1.52,1.03,0.56,-1.06,-0.71,-1.37,0.95,-0.14,-0.03,1
-0.02,1.45,-0.87,0.32,-1.11,1.05,3.69,4.38,2.15,5.46,5.93,1.90,2.37,2.21,-0.11,1.68,0.73,-0.20,-1.88,-0.79,2.60,0.81,-1.14,-0.03,-1.68,-1.90,-0.49,-0.48,-0.01,-0.26,-0.62,-1.91,-0.45,0.07,0.64,0.05,-0.22,0.43,1.57,-1.03,1
-0.99,0.64,0.38,1.48,2.90,3.43,3.78,2.91,3.00,3.18,1.07,1.16,-0.21,1.52,0.47,1.12,2.76,1.29,-0.98,1.01,0.28,-0.72,0.88,-0.89,0.09,0.14,1.06,0.77,-0.40,0.44,-0.44,0.91,-0.63,0.42,0.99,0.01,0.63,0.39,-1.12,-1.57,0
-0.00,1.13,-0.80,1.86,2.71,1.90,4.04,3.50,3.55,5.40,5.55,3.99,2.60,3.06,0.57,-0.83,0.32,-0.18,-0.71,-1.71,-2.62,0.94,0.31,0.12,0.14,-0.23,0.10,-1.46,-0.29,-1.12,2.38,0.19,1.31,-0.15,-0.57,-2.42,0.47,0.67,-0.58,-0.57,1
0.17,0.60,-0.19,1.21,0.24,1.07,1.56,2.60,4.09,5.90,3.45,6.29,5.22,4.36,1.94,0.45,0.19,-0.89,-0.45,0.07,-0.96,-0.94,1.01,0.72,-0.80,0.81,-0.93,2.92,-0.95,-1.11,0.63,0.85,-0.92,0.47,0.67,0.39,-0.18,-1.36,0.13,0.66,1
0.31,0.14,0.45,-0.53,-0.15,1.67,2.02,1.90,0.45,1.34,4.96,4.02,4.42,5.23,4.25,4.02,3.33,1.34,2.24,1.15,1.12,1.56,-0.62,-0.20,-0.86,-0.58,1.97,-0.23,-1.40,-0.00,-2.61,-0.12,-1.36,1.24,-0.72,-1.68,-0.84,1.07,1.14,0.37,2
0.88,-0.50,0.98,3.41,1.47,2.81,3.13,3.07,4.28,1.44,2.08,3.25,2.13,4.18,2.32,1.56,1.83,1.02,1.49,0.02,1.39,-0.84,0.04,-2.44,-0.04,1.92,0.35,0.24,0.60,-1.26,0.67,-1.27,0.72,0.54,0.68,-0.11,1.22,1.41,0.87,0.74,0
0.38,-0.53,-0.81,-0.03,-0.55,0.41,1.00,-0.95,0.23,2.16,2.86,3.09,3.83,5.99,5.24,4.75,1.57,2.03,1.68,-0.29,-0.21,0.43,1.03,-2.07,0.88,1.09,-1.02,-0.63,-2.40,-0.49,0.64,0.14,0.65,0.19,0.25,-0.37,-0.51,0.29,-0.50,0.25,2
-0.66,-0.03,0.58,0.66,2.22,0.48,0.83,1.01,1.69,3.08,2.25,4.58,3.97,3.96,3.81,4.60,2.46,3.13,1.95,2.69,0.40,-0.68,-0.27,-0.49,-0.34,-1.27,-1.99,-0.01,-0.10,0.14,-0.90,-1.16,-0.79,1.60,1.39,-0.29,-0.50,-0.34,0.39,-1.25,2
0.60,0.15,-0.26,0.18,0.08,2.20,-0.32,0.55,-0.08,2.02,3.05,4.51,2.54,4.31,6.52,6.21,5.19,4.84,0.38,1.27,-0.45,-0.22,-2.60,-1.13,0.71,0.19,-1.47,-0.78,-0.64,0.12,1.31,-1.16,0.49,-1.02,0.11,1.61,-0.47,0.55,0.67,0.18,0
-0.29,0.40,1.78,3.08,5.71,4.04,4.19,3.94,1.87,1.24,0.64,-0.41,1.99,-1.40,-1.71,1.47,0.31,-0.27,-1.13,0.25,0.06,1.21,-0.36,2.25,-1.73,1.05,-1.03,-0.40,-1.33,1.85,-0.43,-0.62,-0.58,1.93,1.96,0.95,1.06,1.22,0.88,0.56,0
0.11,-0.43,0.38,1.16,0.48,2.17,1.25,3.50,5.25,5.42,4.54,4.15,3.37,4.22,3.80,0.46,0.41,1.85,-0.45,-0.94,0.58,-0.22,-0.00,-1.13,-0.06,-1.72,-1.05,0.84,-1.42,-0.51,0.35,-1.84,0.20,1.27,-0.51,0.15,0.45,0.25,-0.12,-0.48,1
0.07,0.79,0.50,1.22,1.93,3.90,3.60,5.11,3.71,4.54,5.01,2.66,1.56,2.60,1.91,0.61,-0.02,0.46,-0.77,1.32,0.27,-0.49,-0.37,1.65,-0.72,-0.34,-1.61,-0.95,0.57,0.61,-0.99,0.69,0.99,0.04,-0.49,0.22,0.15,-0.72,-0.55,0.62,1
-0.88,0.81,0.23,0.96,0.82,1.43,2.88,1.93,1.52,3.58,2.95,1.37,1.27,3.96,4.12,3.16,1.29,2.56,0.04,0.31,-0.69,-2.43,0.09,-0.52,-0.50,-0.83,1.04,-1.64,1.55,-0.53,2.74,-0.57,3.11,-1.01,1.48,0.33,0.82,-1.77,0.42,0.63,0
-0.19,1.23,0.57,2.51,4.62,3.62,4.70,3.79,2.60,2.40,1.14,3.07,0.24,2.71,0.31,1.22,1.01,1.05,0.81,-1.03,0.16,0.97,-0.78,-0.93,0.06,0.82,0.76,0.23,-1.84,-0.34,-0.29,1.05,0.66,-0.29,0.09,1.85,2.41,-0.37,-1.10,-0.60,0
-0.70,0.40,1.14,0.88,0.72,0.09,2.90,3.54,5.16,3.45,5.65,3.45,4.24,2.68,1.89,-1.09,0.97,-1.32,-0.55,-0.18,0.49,0.34,1.53,-0.84,-1.12,1.19,0.87,-0.12,-1.32,0.60,0.11,0.72,0.53,0.49,1.58,-0.75,0.26,0.76,0.39,-0.29,1
-1.15,0.28,0.66,0.89,2.71,3.23,0.91,2.53,3.11,4.12,3.31,1.41,1.09,1.10,3.35,1.69,-0.04,1.07,0.40,0.01,-0.27,0.21,-0.61,1.24,0.16,-0.10,0.86,-0.65,-2.43,-1.52,-0.47,-0.34,-0.35,2.15,-1.09,-0.32,-1.35,-0.17,-1.33,0.59,0
-0.81,-1.50,2.51,1.34,0.28,-1.05,0.77,1.80,2.21,0.29,2.59,1.72,3.04,4.65,3.49,3.56,1.53,3.29,2.84,1.03,0.75,1.44,-0.53,2.39,-0.56,-0.63,-0.56,-0.54,-0.38,1.12,0.33,0.02,-0.76,-0.13,1.45,-0.28,-1.18,0.07,-0.90,-0.23,0
0.80,1.25,2.38,2.70,5.64,3.11,6.32,5.67,3.22,2.17,3.01,1.43,0.53,-0.58,-0.99,0.24,0.79,-0.31,0.35,0.95,-1.36,0.24,0.88,1.07,-1.60,-0.22,-0.76,0.47,1.35,0.56,-0.79,1.42,1.41,-0.36,-0.68,-0.33,0.27,0.86,0.80,1.79,1
-0.04,-0.93,-1.60,-0.13,-0.16,-0.13,1.34,-0.06,2.67,4.97,5.74,2.31,3.83,3.17,2.73,2.57,1.90,0.11,0.52,0.58,-1.57,0.05,0.91,0.14,-0.38,-0.74,-0.28,0.77,-0.01,0.22,-2.83,-0.48,-0.67,-0.42,-0.31,-0.24,-1.77,-0.19,-0.17,0.06,2
-0.34,-0.58,0.26,-1.16,1.47,1.62,1.44,-0.50,1.60,2.34,2.38,3.91,4.43,4.20,5.48,4.12,1.25,0.91,1.26,0.89,-1.75,-0.96,-1.36,-0.25,0.35,-0.18,-1.66,-0.01,2.54,-0.26,0.33,-0.14,0.79,-0.97,-0.17,-1.09,1.26,-0.53,0.29,-0.88,2
0.13,0.64,3.70,3.44,1.82,3.40,6.17,5.05,4.85,1.92,1.99,0.87,0.01,-2.08,-1.24,-2.32,1.01,-1.14,-0.12,-0.48,0.16,-2.14,-0.22,-0.43,-0.11,-0.80,1.77,-0.27,-0.80,-1.88,-2.19,-0.23,-0.43,-1.74,-0.43,0.03,-0.49,-0.14,-0.62,2.01,1
0.89,1.95,0.82,2.06,1.35,1.52,0.06,2.16,1.78,0.67,1.31,0.21,3.05,4.79,4.03,3.44,1.93,1.22,1.97,0.87,-1.26,-0.12,-0.20,1.43,-0.59,0.18,0.01,-1.23,0.96,1.23,-0.53,1.43,0.30,-0.14,0.65,-0.08,-0.02,0.06,2.39,-1.71,0
1.69,0.43,2.15,1.19,4.94,5.72,6.26,3.15,2.46,3.08,1.91,1.68,0.69,0.62,2.71,-0.18,0.86,0.01,1.07,1.54,1.66,-0.06,0.55,-1.66,-1.29,0.41,-0.73,-0.23,-0.62,-0.84,-1.28,-1.70,-0.59,1.25,-2.41,-0.12,0.25,0.30,0.88,0.60,0
0.43,-0.41,-0.10,0.76,0.45,0.20,-0.08,0.11,-0.20,1.60,0.14,2.79,3.39,2.83,5.97,3.40,3.43,2.12,2.37,-1.65,0.63,0.83,-1.99,0.29,0.26,0.14,0.90,-1.88,-0.26,-1.02,-0.74,0.58,1.66,-0.50,0.56,-3.51,0.61,0.31,-0.58,0.13,0
-0.93,-0.18,0.52,-1.11,0.51,0.01,2.71,3.57,4.40,5.08,5.89,5.12,3.24,4.55,3.83,1.02,0.42,-0.00,0.33,2.40,-0.30,1.48,0.74,0.39,1.21,0.61,-0.89,0.10,1.18,0.67,0.29,2.24,0.46,1.17,1.29,-0.39,1.45,-0.72,-0.67,1.97,2
0.71,0.71,2.39,2.28,1.95,5.19,6.36,5.13,4.83,3.10,4.61,2.82,1.66,1.82,1.07,-1.07,0.12,-1.10,0.11,-1.47,-0.41,1.20,-0.75,0.32,0.54,0.37,-1.36,-0.23,-0.81,-0.28,0.57,0.15,-1.67,0.97,-2.51,-0.75,0.20,0.11,-0.71,0.99,1
0.90,-0.21,2.74,0.82,-0.12,1.15,2.24,1.66,0.75,0.91,3.12,3.21,1.78,3.47,2.04,3.91,2.76,2.00,2.49,1.64,-0.30,-0.91,0.12,-1.21,0.43,0.31,2.46,0.96,-0.22,0.04,0.77,-0.59,0.22,-0.67,-0.52,-0.95,-0.56,1.10,0.70,-0.62,0
-1.14,2.11,1.05,2.98,2.25,2.34,5.44,3.42,3.56,3.60,1.21,2.34,1.17,0.10,0.68,3.72,0.28,0.77,2.20,1.29,0.82,-1.61,2.03,-0.35,2.27,2.53,-0.44,-1.66,0.17,-0.62,-0.76,0.31,-0.32,2.89,-2.37,-0.94,0.04,1.13,0.52,0.03,0
-0.51,0.83,-0.15,1.09,-0.60,0.74,0.79,0.73,4.27,2.66,4.56,5.38,4.51,3.79,4.17,-0.05,0.76,3.14,0.59,0.05,0.44,2.30,0.44,-0.05,1.33,-0.56,0.09,0.18,-0.10,-0.22,2.82,-1.58,1.10,-1.11,-0.71,1.30,-0.05,-0.68,1.05,-1.16,2
-0.32,-1.40,-1.32,-1.42,0.76,-0.71,2.53,3.76,3.39,4.03,5.93,3.14,3.92,4.40,5.72,2.05,0.59,-0.84,-0.24,-0.08,0.87,-0.20,-1.09,0.09,1.04,-0.64,0.67,0.27,-1.23,-0.70,-0.05,1.39,-0.61,0.13,-0.46,0.09,0.23,-0.09,0.77,0.02,2
-1.02,-0.58,2.37,4.20,4.08,1.62,4.89,5.28,4.39,1.94,1.30,2.02,2.38,1.31,1.13,0.22,2.02,0.32,-1.00,0.98,-1.02,-0.10,0.99,1.48,-1.21,-1.95,0.02,-0.21,-0.31,-0.05,0.20,-0.49,1.46,0.58,-1.11,0.22,1.63,-0.54,0.04,-0.35,0
0.47,0.31,1.83,-1.45,0.80,2.23,2.53,3.37,4.57,3.02,6.36,5.12,1.18,3.37,1.48,-0.25,0.41,1.63,-1.66,-1.89,0.53,0.10,-0.34,1.57,1.74,1.59,1.00,-0.03,0.18,-2.12,-1.06,0.23,-0.47,-0.62,-0.23,1.37,-0.02,0.60,0.37,-0.07,1
-2.27,-1.03,0.79,0.33,3.32,3.24,2.69,3.10,0.55,2.30,2.56,1.22,1.40,3.82,2.51,1.77,1.72,1.56,-0.16,-0.89,-0.73,-0.81,0.37,-0.29,-0.12,-2.81,-0.74,-2.35,0.42,2.09,0.24,-0.28,1.14,-0.20,2.50,-0.48,1.10,1.28,-0.34,0.21,0
0.13,0.66,-0.50,-0.01,0.94,-0.35,0.78,0.72,0.61,4.19,4.59,3.95,3.89,3.61,3.93,3.99,1.83,0.16,0.77,0.82,0.04,2.53,-0.99,1.23,0.20,-0.19,-1.88,-0.21,-3.02,0.03,-0.53,-1.92,-0.09,0.18,-2.25,0.06,-1.04,0.07,0.14,-0.16,2
0.27,2.11,1.56,0.90,1.81,2.00,3.14,2.16,3.81,1.75,2.44,1.41,0.76,0.57,3.28,2.84,1.03,1.73,-0.22,0.92,-2.13,0.07,-1.82,-0.73,-0.85,1.26,0.90,-0.50,-1.21,0.03,1.50,0.64,0.98,-0.87,1.81,1.32,0.56,-0.30,2.42,-0.99,0
0.49,-0.13,0.96,1.57,0.91,1.68,1.07,2.44,0.67,0.80,2.59,3.66,1.85,2.01,5.03,4.21,2.40,2.51,1.72,2.58,0.46,0.52,-0.20,-1.24,-1.90,-0.27,-0.40,0.10,0.40,2.01,2.26,-1.06,0.58,-0.28,0.62,-2.43,-0.35,0.46,0.25,1.52,0
-0.43,1.42,2.88,0.00,2.29,2.28,2.39,2.77,1.67,3.71,1.43,1.58,2.16,3.39,1.19,3.48,2.63,2.42,2.66,1.25,-1.17,0.31,-1.95,0.68,0.04,-1.44,0.83,-1.71,0.09,0.16,-0.31,0.05,0.76,0.54,-0.17,0.21,2.15,-0.57,1.17,-1.92,0
-0.31,1.98,3.14,3.01,2.26,3.53,1.92,4.06,3.42,2.99,1.03,0.89,1.51,2.62,4.01,2.10,3.05,-0.60,1.58,1.66,-0.37,0.32,-1.14,1.57,-0.29,0.74,0.29,-1.44,-0.65,-0.15,1.40,0.37,-1.00,-0.12,0.13,0.76,1.12,0.12,0.07,0.00,0
1.19,0.32,0.06,0.57,2.90,3.19,3.49,3.83,5.30,1.78,3.15,-0.30,-0.29,2.81,3.13,0.44,2.02,1.21,0.64,-0.46,1.36,-0.14,0.72,-1.04,-0.67,-1.40,-0.66,0.39,-0.82,-0.01,-1.09,0.23,0.68,0.86,-0.63,-0.21,1.47,0.02,0.83,0.37,0
1.13,1.72,1.59,-0.70,2.05,1.83,1.57,0.76,3.86,2.71,1.61,5.38,3.46,3.06,2.78,1.25,-0.88,2.08,0.98,0.62,-1.54,0.48,-0.00,-1.51,0.42,-0.35,0.82,-1.03,-1.32,-1.19,-0.77,0.01,-2.44,-0.68,0.39,0.70,-0.46,0.16,-1.32,-0.19,2
-0.05,0.98,2.80,3.12,2.87,5.16,5.22,2.50,3.06,3.16,-0.35,0.93,2.46,0.33,2.21,-0.32,2.43,-0.47,0.87,-0.14,0.44,-0.92,0.09,-0.25,1.95,-0.32,1.83,-0.44,-0.28,-0.14,-0.41,-0.67,-0.40,-1.07,0.27,-0.19,0.01,0.30,-0.46,-0.26,0
0.44,1.18,3.07,3.33,1.97,2.99,3.51,2.03,3.20,2.92,2.90,2.53,1.00,1.22,2.08,0.48,1.86,0.98,0.41,-0.54,0.36,1.08,-0.53,-0.02,-0.08,3.91,0.12,0.33,-1.13,-1.24,-0.31,0.58,0.40,0.10,1.44,0.77,0.77,-0.17,-0.02,-1.06,0
2.25,-1.25,0.57,2.56,0.55,2.43,1.18,2.66,3.20,4.72,3.12,3.01,3.06,1.86,1.45,-0.43,0.17,2.35,0.58,-0.69,-0.63,0.16,1.62,1.33,-0.12,-1.51,-0.22,1.67,-0.82,0.76,0.01,-2.68,0.87,0.58,-1.26,-0.26,-1.20,1.16,-0.11,0.65,1
-0.11,0.96,2.63,2.04,3.96,4.61,6.47,5.29,2.69,4.06,2.19,0.62,0.65,0.65,-0.99,-0.50,0.33,0.37,0.65,1.19,-1.73,1.25,-0.80,-1.04,-2.46,-0.28,-0.34,2.21,-0.36,0.14,-1.70,1.58,-0.46,-0.70,-0.05,-0.13,-0.64,-1.16,1.30,-0.18,1
0.12,1.26,1.77,1.43,4.43,3.22,5.02,7.02,1.62,4.41,3.97,1.44,2.41,1.18,-1.38,0.59,-0.41,-0.35,0.59,0.73,0.73,0.67,1.37,1.06,1.61,-0.73,1.05,0.80,-1.03,-1.13,-0.66,1.16,-0.76,-0.23,-1.77,-0.10,-0.38,0.73,-0.20,-0.58,1
-1.99,0.89,1.98,-0.27,0.06,1.63,1.27,3.99,2.94,5.04,4.53,6.68,4.12,2.44,2.00,1.71,1.05,1.08,1.44,0.46,-1.23,2.38,-1.80,0.09,0.17,1.86,-0.99,0.78,0.07,-0.92,0.61,1.59,2.05,1.41,0.74,-0.44,-0.34,-0.56,1.83,-0.01,2
-0.69,0.86,2.83,3.32,5.58,4.18,5.76,4.16,3.35,3.05,2.96,2.50,1.91,0.58,1.67,1.18,0.71,0.11,-1.00,-1.47,0.27,-0.49,-0.18,0.19,-0.38,-0.43,0.33,-0.75,0.65,1.89,-0.59,0.08,0.96,1.03,0.76,-0.83,-1.04,-0.58,0.54,1.60,0
-1.50,0.50,2.63,4.22,3.51,4.81,6.86,6.01,5.18,4.08,0.33,0.88,-0.40,1.13,-0.07,0.28,1.29,0.91,0.92,0.49,-1.16,-0.35,0.31,-0.01,-0.56,1.00,1.49,0.27,0.67,0.03,0.24,0.68,0.56,0.18,0.65,0.16,-1.22,0.35,0.45,1.58,0
-0.43,2.00,1.60,4.26,3.29,4.21,4.52,5.27,2.79,3.37,1.36,-0.58,-0.13,0.03,0.74,1.82,0.51,-0.13,-0.90,-0.30,1.00,0.68,0.32,-1.22,-0.25,1.20,-1.82,0.70,-1.99,-1.07,0.57,0.60,0.42,0.65,0.64,1.62,0.24,-0.47,0.59,0.92,0
-2.23,1.12,1.03,2.04,3.21,2.23,4.36,1.93,3.10,2.49,1.94,2.50,0.37,0.55,0.20,0.48,1.27,-0.08,0.30,0.57,0.30,-0.22,0.92,0.60,-0.68,-1.66,0.04,1.40,0.42,-1.18,1.16,-0.30,-0.30,0.63,0.31,0.11,1.21,-0.31,1.67,1.33,0
-1.09,1.22,0.67,1.29,-2.05,0.98,0.85,-0.18,-1.21,0.68,1.98,3.75,3.87,4.78,3.35,5.59,4.65,3.27,1.26,1.03,-1.29,-0.63,-1.68,0.20,1.03,0.35,-0.60,0.35,-0.20,0.95,0.38,1.85,0.24,0.47,-0.25,-0.48,-0.55,-0.19,-0.36,-0.82,0
1.02,0.89,1.62,2.85,2.65,4.19,5.24,3.93,1.62,2.75,3.48,1.66,1.21,2.48,1.73,1.18,0.68,1.61,1.15,0.18,-0.12,-0.98,-1.21,0.39,1.33,0.05,-0.60,-1.29,0.58,0.84,0.17,-1.11,2.37,-2.53,0.40,-0.17,-1.48,-0.30,-0.23,2.51,0
-0.88,0.46,0.03,0.86,0.78,2.18,3.43,4.97,3.98,5.48,4.41,2.09,2.56,1.94,2.46,2.06,0.17,-0.13,1.60,1.22,0.67,0.91,-1.44,-0.18,1.67,0.50,-0.14,0.79,0.33,-0.09,-1.10,0.40,1.32,-2.04,0.19,-0.73,1.24,-0.06,-0.85,0.35,1
-0.58,1.72,-1.05,2.32,0.11,1.97,2.85,2.23,3.91,3.69,4.23,4.50,3.10,2.07,0.96,1.71,0.08,0.53,-0.49,-1.04,1.81,0.80,-0.15,-0.53,-0.44,-0.18,-0.08,0.23,0.58,0.30,-0.60,0.14,-0.64,0.05,0.21,-0.55,-0.08,1.10,-1.31,0.43,1
0.48,-2.15,0.74,0.04,-0.35,1.14,1.01,0.01,0.19,0.44,3.26,2.76,5.51,3.12,4.83,2.07,2.95,4.21,-0.88,0.25,0.82,0.71,-0.37,-0.93,-0.75,-0.97,-1.61,0.04,-1.51,1.10,0.97,0.19,-0.48,1.00,0.02,-0.19,-1.27,1.66,0.56,-2.28,2
-0.12,1.81,0.68,-2.02,0.09,-0.34,0.50,1.81,0.11,2.15,3.53,3.38,3.00,3.53,3.97,1.51,1.23,1.08,0.19,0.55,-0.18,-0.46,-0.06,-0.36,0.59,1.18,-0.47,2.41,0.67,0.53,0.21,1.49,0.86,1.84,0.95,0.97,-0.17,1.21,-0.46,0.74,2
-0.08,1.01,0.76,-1.96,-1.16,-0.34,0.40,-0.62,-1.50,-0.20,1.39,5.37,4.12,6.23,5.48,5.03,3.66,2.07,2.51,0.88,0.07,-0.21,-0.39,0.49,0.09,-0.18,0.63,0.21,1.72,-1.50,0.16,-1.68,0.71,1.15,-0.37,0.27,0.56,0.02,2.42,-0.57,2
1.07,0.68,0.22,0.83,-1.15,1.38,0.60,3.28,4.84,3.74,5.49,4.01,4.94,5.54,4.31,3.26,0.59,0.34,1.15,-1.12,-0.86,-1.77,0.32,0.24,-1.02,-0.92,1.31,-0.52,-1.74,-0.40,-0.24,-0.21,1.62,-0.63,0.01,-0.48,-1.20,0.79,-0.52,1.53,2
-0.99,0.64,2.45,2.82,0.10,3.14,2.54,0.68,1.17,3.33,2.88,2.24,2.97,2.96,3.08,1.64,1.55,0.45,-1.65,0.92,-0.13,-2.15,0.24,-1.10,-0.68,0.30,1.36,0.02,1.36,0.30,0.85,-0.53,0.00,1.02,0.39,-0.30,-0.41,-0.02,-1.09,-0.04,0
-2.39,0.97,-0.49,0.51,2.77,3.64,2.92,5.77,5.07,3.85,4.43,1.82,0.02,0.92,0.97,1.19,-1.71,0.62,-0.22,-1.07,-0.11,-0.11,0.69,0.40,-0.74,0.25,-0.53,0.84,-0.52,-1.30,0.71,-1.29,-0.33,0.68,0.59,-0.87,-0.98,0.44,-0.91,-0.90,1
1.03,1.11,0.90,0.41,1.50,-0.71,0.43,-0.87,-0.70,1.99,1.95,2.67,3.03,4.99,7.35,4.03,2.90,3.38,2.57,1.57,1.22,-0.09,-0.29,1.58,-1.12,0.92,-0.00,-1.65,-1.57,-1.89,0.22,0.55,-1.68,-0.03,-1.27,-0.45,-0.15,-1.92,-2.01,-1.08,0
-1.21,0.87,1.15,3.61,3.38,4.37,5.71,4.67,5.90,3.38,2.14,1.64,0.31,0.79,-1.68,-0.40,0.03,0.88,-0.13,0.05,1.78,-1.30,-0.21,1.23,0.16,-0.43,1.82,0.78,0.19,0.54,-1.63,0.56,-0.91,1.36,0.91,-0.45,0.15,-1.12,-0.44,0.71,0
-0.75,-0.77,0.94,0.44,0.88,3.75,3.04,3.03,0.61,2.61,0.58,1.84,1.33,2.74,2.33,2.97,1.39,-0.01,-1.12,1.02,-0.78,1.10,-1.07,-0.13,0.18,-0.97,-1.78,-1.17,-1.79,0.22,-0.27,0.64,-0.77,0.52,-0.26,1.02,1.48,-1.57,1.08,-0.88,0
0.03,-0.36,-0.76,0.43,0.90,2.01,2.46,0.06,-0.09,0.38,0.96,3.39,2.82,4.27,3.80,4.81,5.40,0.96,2.16,-0.43,0.76,-0.72,-0.58,-1.91,-0.17,-0.04,-0.04,-0.67,-1.17,-0.98,-0.04,0.68,1.75,-1.45,0.44,-1.49,0.14,-0.17,0.19,2.70,0
0.50,-0.02,-1.05,-0.45,-0.86,1.64,1.07,0.24,0.15,1.93,3.07,4.49,5.40,3.86,5.02,6.23,5.50,4.04,1.82,-1.49,-1.43,-1.07,-0.17,-1.45,0.54,1.76,-0.95,-0.16,-0.14,1.53,1.46,0.78,-0.60,1.02,1.48,1.54,1.29,0.27,-1.74,-0.48,2
-0.39,-0.25,2.18,2.53,2.55,3.40,5.14,2.98,3.05,4.10,3.92,3.02,2.61,0.92,-0.42,0.60,-0.28,-0.56,-1.79,1.69,-1.30,0.28,-1.82,1.34,-0.79,-0.98,-1.00,0.77,0.27,1.16,0.06,-0.14,-0.78,-0.93,-0.83,-0.83,0.54,-1.99,1.35,1.10,1
-0.89,0.16,-0.79,-1.53,1.24,-0.92,0.61,-1.23,0.78,1.41,1.48,2.41,4.37,4.63,5.59,4.30,3.37,2.89,1.40,0.51,0.31,-1.36,-0.80,1.27,-0.08,-1.14,0.36,1.20,0.61,0.80,-0.60,-0.72,-1.30,-1.72,-0.43,1.49,0.46,2.23,2.39,1.45,0
0.65,-0.23,0.57,-0.55,-0.87,0.83,1.03,-0.41,1.71,1.31,2.45,3.20,3.28,5.01,4.45,3.83,3.80,2.56,-0.28,1.56,1.20,1.51,-0.24,-1.79,-0.50,0.58,-0.56,0.69,-0.80,-0.58,-1.89,-0.92,-0.97,2.24,-1.09,1.09,-1.68,-0.43,-0.14,0.53,0
-1.24,1.07,2.12,0.01,3.05,2.21,3.28,3.13,1.47,5.43,4.37,3.99,2.50,1.12,0.53,1.69,-0.21,-0.90,1.02,-0.68,2.19,0.94,-0.92,-0.46,-0.02,0.15,-1.06,-0.45,-0.78,-0.17,0.92,0.12,-0.16,0.69,1.25,0.72,-1.16,0.01,-0.33,1.43,1
0.42,1.24,1.00,2.09,2.84,1.38,4.65,2.20,2.23,2.90,2.24,1.44,0.45,1.57,3.39,0.83,1.61,2.09,0.68,0.59,-0.36,-0.89,0.39,0.94,0.20,0.76,-0.49,-2.11,-1.37,0.33,0.15,-1.35,-0.09,0.73,0.58,-1.73,-1.61,0.25,1.73,0.53,0
0.78,1.15,1.29,1.48,3.06,4.73,6.39,2.13,2.35,3.15,0.53,1.00,0.78,1.38,0.69,3.06,0.85,2.19,0.76,-1.30,-0.08,-0.25,0.05,-0.80,1.34,0.65,-0.72,-0.74,-1.50,0.59,-0.95,0.87,1.74,0.25,0.87,-0.22,-0.53,1.21,-0.36,-0.08,0
0.31,1.14,1.08,-2.07,-1.91,0.98,-1.68,0.72,0.83,0.35,2.89,2.98,4.30,4.54,6.35,3.58,4.05,-0.06,2.25,1.31,0.98,0.64,0.70,0.73,-0.45,-0.43,1.01,-0.92,-2.23,-0.15,-0.73,-0.76,-2.62,0.55,-1.69,0.54,0.94,1.49,-1.54,1.01,2
-0.39,0.46,-0.41,1.41,-1.60,0.48,1.06,2.87,0.54,3.34,1.14,3.63,5.56,4.58,4.09,3.85,2.35,2.75,1.17,0.27,0.69,0.64,0.67,-0.83,1.21,0.43,1.93,-2.12,1.11,0.17,-1.15,1.57,0.61,-1.28,-0.72,-1.37,0.44,0.96,0.13,-0.83,2
0.77,1.57,-1.50,0.18,-0.11,2.27,-0.03,0.30,-0.97,1.84,3.57,2.88,2.70,2.62,2.72,2.91,3.43,2.40,1.77,-0.61,-1.60,-0.27,-0.62,0.38,-0.89,-1.42,1.96,0.69,-0.17,0.35,0.46,-0.60,0.16,-0.78,-0.18,1.21,0.66,0.18,-0.54,1.43,0
-1.16,-0.89,-0.87,1.56,-1.49,-0.55,1.56,0.89,1.78,1.14,0.60,3.18,4.09,5.37,4.60,5.41,2.61,1.67,1.80,1.85,0.45,-0.17,0.80,-1.05,-0.83,-0.87,0.15,0.19,0.81,1.10,1.48,-1.73,-0.82,-1.74,-0.89,-0.18,0.39,-0.12,1.61,-0.09,2
-0.30,0.20,2.22,1.98,1.87,1.95,4.16,3.29,2.38,5.54,2.62,1.23,1.71,1.78,0.25,3.79,-1.10,1.89,0.78,-0.20,0.41,-0.83,-2.09,-0.74,0.64,-0.05,0.39,1.18,-0.47,0.13,-0.09,-0.61,-1.81,1.65,-0.40,1.15,-0.48,-0.40,1.16,-1.29,0
0.61,0.04,2.82,0.50,1.58,3.20,3.76,3.20,3.10,2.51,1.40,2.19,2.13,3.37,4.94,2.35,2.00,1.72,1.70,1.56,-1.66,0.56,-1.39,1.32,-1.19,-0.72,0.80,-0.70,-1.64,-0.91,-0.22,-0.14,0.94,0.22,-0.79,-0.07,-0.83,-0.51,-1.38,0.52,0
-0.27,-1.34,-0.50,-0.76,0.14,0.12,-1.01,2.88,0.70,1.93,1.89,4.34,5.21,3.05,3.28,0.48,2.04,1.43,1.92,1.55,0.76,-0.09,1.40,-1.38,-1.16,1.16,-0.37,1.16,-1.41,-0.37,1.07,1.36,0.02,-1.31,-1.70,0.29,1.72,0.30,-1.30,0.62,2
-0.19,-0.30,-0.85,-0.24,0.01,1.42,0.50,-0.92,-1.05,0.60,1.75,3.67,4.23,4.57,7.42,5.14,4.83,4.30,1.64,-0.46,-1.93,1.50,0.31,-0.87,-0.60,0.42,-0.39,-1.13,0.16,-1.31,-0.45,0.54,0.50,-0.94,0.64,0.15,0.13,1.22,-1.23,-0.74,0
0.82,0.14,0.88,0.27,1.66,-0.23,-1.31,1.62,1.45,1.67,3.99,3.59,1.02,3.88,5.62,4.94,2.64,2.60,0.86,0.53,0.47,-0.94,-1.63,-0.40,0.85,0.35,-0.54,-0.08,-0.77,0.09,0.67,-0.32,1.04,0.09,2.12,0.78,-0.64,0.31,1.52,-0.37,2
0.15,0.37,0.84,-0.51,-0.15,1.92,1.86,2.63,4.32,6.44,6.51,5.26,2.33,3.98,2.93,2.41,0.89,-0.61,0.39,0.32,-0.39,-0.03,-0.67,-0.12,0.26,-1.10,0.87,0.02,-0.24,-2.96,-1.07,0.33,-1.18,0.75,0.91,-0.76,0.69,1.11,-0.89,-0.38,2
1.08,1.61,0.81,-0.40,2.49,2.11,2.89,0.33,1.79,1.18,2.18,1.51,4.91,3.24,4.20,4.35,3.15,2.10,1.79,1.47,1.03,-0.93,-2.36,-0.52,1.43,0.06,0.90,-0.56,-1.20,0.36,-0.17,-0.10,0.07,0.40,1.92,1.59,-0.81,1.54,-0.03,-0.44,0
-1.12,-0.57,1.97,1.60,2.73,2.62,3.89,4.59,4.34,4.69,4.25,1.95,0.17,1.31,1.49,-0.04,-0.40,-0.71,0.22,0.39,0.28,-0.16,-0.03,0.24,-0.22,-0.05,0.31,0.02,0.08,-0.83,-0.21,0.84,0.70,-1.38,0.45,-1.30,0.52,-1.86,-0.46,-0.11,1
0.53,-0.25,1.54,-1.00,0.82,-0.28,-0.76,2.29,2.35,0.08,2.73,3.05,3.82,4.51,5.21,5.05,3.69,3.14,1.99,1.05,-0.08,-0.11,-0.41,2.62,0.36,-0.41,0.37,1.32,-1.85,0.45,1.78,0.42,1.25,-0.48,0.60,-0.05,-1.06,-0.60,-1.71,2.20,0
-0.41,0.66,1.68,0.46,1.14,2.81,3.99,3.50,1.80,3.02,5.03,2.52,2.52,4.05,1.55,0.74,-1.33,0.65,-0.04,0.04,0.37,0.31,1.02,0.13,0.61,-1.90,1.49,0.52,0.12,0.67,-0.15,-0.73,1.50,-0.08,0.69,-0.20,0.29,0.87,-1.41,-1.01,1
-1.60,-0.30,-0.10,1.39,0.23,1.01,0.82,0.74,2.05,0.06,4.74,1.61,5.15,4.22,4.74,3.12,2.26,3.52,1.60,0.67,0.73,-1.27,0.27,0.84,1.31,-1.36,-1.67,0.31,0.26,-0.70,0.45,-0.43,0.44,1.02,0.32,-1.17,1.36,-1.52,0.46,-1.93,2
0.09,0.03,1.14,0.29,-1.22,0.60,3.58,1.94,3.58,3.60,5.17,3.84,4.89,2.40,2.92,-0.25,-0.29,-1.06,0.37,-0.80,-0.40,-1.18,-0.33,-0.32,0.64,0.07,-0.52,0.55,0.77,0.17,0.74,1.22,-0.91,1.69,-0.10,0.00,0.94,0.14,-0.04,-1.85,2
-0.22,2.54,2.27,0.26,1.34,4.62,3.80,4.23,4.38,1.99,1.73,2.12,0.16,1.97,3.22,0.83,1.87,1.38,-1.20,0.98,0.27,-1.58,-0.22,-1.26,-0.86,-0.15,-1.13,-1.11,-0.57,0.97,-0.08,-0.10,-0.48,-0.67,-0.27,-0.64,-0.22,-0.47,-0.03,0.43,0
1.02,1.22,2.63,1.30,-0.00,0.65,1.38,1.62,-0.71,3.02,3.49,3.04,3.40,3.99,3.62,2.25,3.72,0.26,0.39,-0.10,0.23,0.41,-0.52,-0.01,-1.35,-0.59,-0.07,0.33,1.15,-0.16,-0.40,1.81,-0.69,1.38,0.08,-0.79,-0.88,-1.01,-0.12,-0.50,2
-0.13,0.24,1.44,1.23,1.53,-0.46,0.72,1.25,1.19,3.63,1.91,2.43,1.42,2.69,6.08,2.96,3.52,4.96,0.45,-0.11,-0.44,0.45,-0.37,-0.88,0.72,-0.34,-0.66,-0.23,-1.64,0.00,-0.33,0.37,-1.03,0.58,0.30,-0.22,-1.35,-1.57,0.70,-0.71,0
0.69,1.50,2.75,1.57,2.76,4.72,4.70,6.22,4.55,3.37,1.93,0.68,-1.40,-0.42,-0.09,0.96,0.89,1.73,0.21,-0.95,-0.80,0.06,0.44,-0.29,-0.33,-0.37,0.11,0.29,0.69,-1.96,0.71,0.73,1.06,-1.00,1.13,-0.93,-1.45,-0.47,1.38,-0.64,1
-0.01,0.73,0.13,0.63,-0.05,-0.36,3.08,1.19,-0.53,0.92,3.77,3.76,3.43,4.93,5.72,3.58,1.88,1.57,4.09,1.90,-0.72,0.39,-0.84,-0.06,1.64,-0.31,-1.56,-1.87,1.05,-0.27,3.32,0.40,-0.53,1.06,1.16,-1.92,-1.44,-1.12,-0.21,-0.31,2
-0.70,-0.80,-0.52,2.42,-0.87,0.45,1.25,3.91,2.66,4.30,6.98,3.87,4.29,3.38,2.14,0.38,1.88,-1.37,0.48,0.38,-0.24,-1.99,-0.40,1.09,-0.16,2.02,0.25,0.78,-0.96,-0.63,-1.22,-0.59,1.53,-0.90,0.33,1.09,0.62,0.58,1.01,-0.45,2
-0.62,0.06,2.47,2.24,3.36,3.78,5.86,2.70,2.79,3.04,2.19,0.66,0.37,-0.58,1.97,1.09,0.63,0.58,1.45,1.70,1.36,-0.29,-0.87,-1.02,0.58,-0.75,-0.79,-1.15,0.70,-0.53,0.28,-1.06,-0.01,0.32,-0.71,0.96,0.39,-1.92,1.73,1.39,0
-0.34,0.80,1.48,3.50,0.54,3.51,4.82,3.89,4.92,3.28,4.32,3.10,0.27,1.38,1.07,-0.59,1.22,0.60,1.44,-1.11,-1.55,-0.29,-2.06,-0.70,0.59,0.18,0.03,-1.23,2.53,-0.16,0.51,-0.84,-1.79,-0.12,0.16,0.23,0.53,0.21,0.14,0.25,1
-1.41,2.52,0.04,-0.03,2.45,1.84,3.50,2.44,1.53,0.52,1.50,0.36,2.94,0.40,1.80,2.72,1.55,2.85,0.25,0.25,-0.38,0.58,1.72,1.16,2.32,-0.72,-0.47,1.17,-0.83,-1.09,-0.91,0.16,1.76,0.77,0.44,2.81,-0.96,-0.82,0.74,-0.32,0
0.57,1.07,1.05,0.71,0.79,-0.09,0.71,1.69,1.78,0.92,1.49,2.87,3.73,3.14,3.81,3.49,2.40,2.37,0.20,0.99,-0.06,-0.61,-1.10,1.21,-0.89,0.01,-0.88,-0.61,-1.23,0.09,0.16,-0.03,0.48,-1.11,-0.37,-2.43,0.08,-0.44,0.36,0.75,2
-2.57,-0.48,0.60,1.01,-0.01,1.02,2.12,2.14,3.72,3.89,5.81,2.89,3.53,3.74,3.01,0.03,-0.00,1.33,1.43,1.22,1.43,-2.59,0.69,1.24,0.55,0.17,-0.97,0.24,0.08,-1.05,-0.45,0.23,0.09,-1.10,0.39,0.45,1.22,-0.51,-0.46,-0.21,2
2.09,1.53,0.05,-0.32,2.50,3.39,1.87,3.86,2.65,4.67,5.15,4.06,3.46,0.08,1.25,1.59,1.53,0.31,-1.03,1.52,-2.57,-0.65,1.91,2.01,0.85,-0.18,-0.19,1.30,0.39,0.48,0.39,-1.10,0.83,0.42,-0.57,0.98,0.51,1.93,-0.69,1.49,1
0.50,0.05,0.89,-2.16,0.03,1.71,1.97,2.33,0.42,-0.30,-0.06,2.15,3.75,3.07,4.56,2.88,3.40,0.95,0.98,1.43,-1.33,-1.08,0.35,0.40,1.48,-1.08,0.06,-0.18,1.32,-1.06,-0.58,-0.46,1.83,-1.52,0.77,1.02,1.80,1.83,-1.29,1.12,0
1.58,1.29,-0.10,-0.12,0.15,2.00,1.75,0.88,0.95,1.62,1.55,2.52,2.27,5.04,3.52,1.82,3.93,1.58,1.60,1.95,-0.11,-0.04,-0.20,1.68,-0.82,-0.34,0.36,-1.09,0.02,0.98,-0.31,0.90,0.76,0.13,-1.00,1.21,-0.25,-0.59,-0.45,-0.07,0
-1.49,0.74,1.55,3.21,4.39,5.80,4.75,5.16,6.68,2.66,1.86,3.17,-0.12,0.52,-0.98,0.81,0.28,1.31,-0.39,0.49,-0.38,-1.23,0.82,-0.21,1.19,1.37,-1.40,-0.94,-0.28,-2.11,-1.41,-0.90,0.40,-0.75,0.43,-0.92,0.25,-0.18,0.64,-1.21,1
-1.10,-0.80,1.82,0.32,0.79,1.44,2.31,1.57,0.64,1.93,3.37,4.12,3.81,4.78,4.16,3.60,2.34,-0.30,0.44,1.61,-1.23,0.71,-1.59,-0.60,-0.38,0.84,-0.97,-0.49,1.63,-1.72,0.40,0.01,-0.69,-1.28,-0.97,-0.70,-1.23,1.42,-0.49,-0.38,2
-0.57,0.90,1.38,3.35,3.42,3.12,4.26,5.07,2.70,2.59,0.93,2.63,-0.51,2.13,1.77,0.06,0.82,0.27,0.72,1.20,-2.56,-1.13,-2.20,-1.17,-1.14,0.58,-0.47,2.23,-0.07,-0.64,0.38,-0.31,0.09,-0.15,-0.62,0.40,0.56,-0.01,-1.46,-0.32,0
-1.82,1.66,3.18,4.67,3.45,1.93,5.15,5.47,2.71,2.87,2.33,1.09,1.01,0.27,-0.33,0.30,0.11,-0.25,0.03,2.16,0.06,0.23,1.23,0.70,0.40,-0.97,-1.77,-1.42,0.96,0.85,0.18,-0.14,-0.44,0.70,0.35,0.26,-0.57,-1.19,-0.55,-0.11,0
0.94,0.62,0.69,0.19,-1.42,1.35,1.22,2.72,4.88,5.15,6.33,5.01,5.57,5.54,3.17,2.19,-0.23,0.97,-1.51,1.10,0.81,1.27,0.94,0.20,0.14,-0.45,1.08,0.32,0.39,0.47,-0.38,0.40,0.03,0.00,-1.74,1.87,2.08,0.23,2.40,1.36,2
-0.16,1.47,-0.90,-0.36,-1.28,-0.48,0.84,1.28,2.79,1.41,3.91,4.65,3.41,5.03,3.45,4.59,2.74,3.26,2.12,0.33,0.03,1.03,-1.15,-0.37,-0.04,-0.72,0.60,0.36,2.30,-0.22,-0.94,-1.58,0.63,1.45,-0.62,-0.58,-0.10,-0.22,0.56,0.13,2
0.82,-0.62,1.71,0.88,0.79,1.35,-0.02,-0.99,-0.88,1.15,3.00,1.47,3.43,3.83,6.10,4.04,5.19,2.83,1.01,0.63,-1.97,1.05,-0.30,-0.21,-0.23,-0.88,-0.93,-0.57,0.82,0.56,0.04,0.21,0.01,-0.44,-0.13,0.40,-0.43,1.56,-1.55,1.62,0
-0.86,1.26,-0.60,1.15,2.54,3.30,4.27,4.06,3.77,1.87,3.01,1.15,1.91,-0.58,1.30,1.04,0.21,1.45,1.03,-0.67,0.66,-1.31,0.17,0.72,-0.65,1.44,0.97,1.35,-1.43,1.55,-0.86,-1.42,0.22,1.50,-0.02,-0.57,0.76,-0.76,0.52,0.31,1
-0.35,-1.25,0.71,0.51,0.33,4.58,4.87,3.11,3.06,2.65,2.97,1.75,0.72,1.51,1.98,3.20,1.61,0.68,1.37,0.54,-0.91,0.61,0.60,-0.16,-0.44,-0.26,1.07,-0.02,-0.47,0.04,0.87,-0.76,-0.85,0.60,0.82,-0.71,-0.91,1.06,-0.07,1.40,0
-0.61,-0.26,0.32,1.49,1.26,3.57,4.22,3.76,4.74,4.94,2.71,1.71,3.61,1.49,0.25,1.98,0.56,0.98,0.71,-0.73,1.42,-0.03,-0.89,1.28,-0.94,-0.60,1.34,-0.84,0.74,0.54,-0.95,0.35,-0.74,0.53,1.02,-0.55,-0.01,1.86,-1.48,0.62,1
0.01,-0.54,1.07,-1.20,0.62,-0.36,-0.28,-0.61,1.06,2.62,3.67,3.29,5.38,5.18,3.22,3.81,2.63,-0.06,0.49,1.59,0.60,-1.55,0.77,-1.44,-0.18,-1.20,0.08,-1.76,-1.15,-0.30,0.08,-0.68,0.45,0.64,0.25,-0.26,1.85,0.35,0.45,0.93,2
0.15,0.49,1.23,-0.34,1.33,-0.36,3.76,4.48,3.17,4.45,4.75,2.67,2.55,2.80,1.54,0.35,0.48,-0.27,-1.11,-1.16,1.02,-0.23,1.06,0.99,0.08,-1.40,-0.14,-0.06,0.00,1.18,-0.52,-0.71,0.29,1.37,0.39,0.74,0.67,0.70,0.91,0.55,1
-0.31,-0.53,0.58,1.59,1.77,1.67,1.66,2.15,3.57,4.33,5.11,6.39,4.70,3.11,2.61,2.65,-1.17,1.92,1.90,-2.05,-2.68,-0.67,-0.39,-0.47,1.25,1.29,-0.33,0.67,0.68,-1.00,0.59,-0.65,-1.58,-0.08,-1.22,-0.16,1.98,0.99,-2.05,-0.09,2
-0.42,-0.66,-0.06,0.24,-0.91,-0.52,1.23,-0.23,1.46,1.17,3.17,3.03,5.15,4.90,3.12,4.75,3.61,4.56,0.57,0.28,-0.30,1.88,0.63,0.66,0.45,-0.15,0.74,0.24,0.01,0.23,1.33,2.46,-1.08,-0.27,-0.19,0.50,0.46,-0.62,-0.24,-0.45,2
-0.49,-3.22,0.07,-1.43,0.25,2.15,2.62,1.09,1.30,3.12,4.88,3.25,4.45,2.82,2.74,3.07,0.38,1.60,1.11,-0.93,-1.22,0.89,0.15,1.37,0.17,0.25,-0.00,-1.04,1.72,-0.09,-0.82,1.30,-1.75,0.85,-1.48,0.40,0.66,0.21,0.92,-0.19,2
0.87,0.30,1.48,2.86,2.95,5.55,5.57,5.87,4.67,3.52,1.65,0.84,1.08,0.44,-1.68,-1.32,0.91,0.48,-0.79,-1.07,0.94,1.78,0.21,-0.20,-1.79,0.54,-0.37,-1.25,-0.65,-1.85,-1.19,-0.41,2.11,-2.59,0.63,-0.22,-0.97,-0.55,-2.09,-0.13,1
0.53,1.27,2.93,2.76,2.58,2.67,3.97,2.73,2.64,5.42,3.73,1.15,0.71,0.52,1.49,2.41,-1.36,1.54,0.55,0.14,-0.87,0.14,0.47,0.21,-0.76,0.59,1.04,2.13,-0.84,0.37,2.82,-0.41,2.84,-0.34,1.34,-2.19,-0.99,0.53,-0.99,1.31,1
0.35,0.09,0.33,1.63,0.37,0.07,2.88,2.49,4.75,5.68,6.18,4.81,4.29,1.94,1.99,1.89,1.68,1.49,-0.67,-0.47,0.38,0.51,2.42,-1.74,0.54,-0.50,1.21,0.91,2.22,-1.08,0.01,-0.54,-0.70,0.97,0.54,0.15,-0.19,0.49,1.47,-0.25,2
-0.65,0.41,0.05,1.26,0.38,-0.87,-0.45,0.98,0.25,1.29,2.98,4.26,4.94,3.39,5.75,4.29,3.82,2.92,0.81,-0.15,0.04,-0.40,-0.12,-1.07,0.83,-0.82,0.41,-0.16,0.44,-0.53,2.62,-0.86,0.13,-0.05,0.57,-0.52,0.17,1.47,0.07,0.90,2
-1.04,0.57,0.87,1.09,2.17,2.55,1.70,2.30,1.72,1.52,2.12,1.98,2.04,1.85,2.55,2.54,3.40,1.36,2.01,-0.19,-0.53,0.57,2.22,1.56,-0.44,-1.62,1.37,0.56,1.76,-2.62,2.08,-1.21,0.83,1.66,0.19,1.43,0.59,-1.13,0.82,-0.64,0
0.65,-0.12,-0.75,-0.91,0.34,0.48,2.47,3.70,5.56,6.39,5.80,5.70,4.98,1.33,2.41,2.14,0.94,0.53,-1.22,-0.45,-0.33,-0.99,0.21,-0.61,0.44,-0.61,0.35,0.29,-0.17,-0.77,-0.52,-0.31,0.62,1.21,0.80,0.27,-1.28,-1.62,-0.51,0.80,2
-1.59,0.26,-0.50,1.29,0.18,-1.97,-1.47,0.62,2.13,2.47,1.56,1.47,5.11,4.68,5.11,5.06,1.94,1.42,2.83,-0.28,-0.12,-2.43,0.98,-0.36,0.78,-1.78,-0.03,-1.25,0.39,-0.26,-0.18,1.29,1.20,2.29,1.65,0.31,-1.44,0.34,-1.03,-0.61,2
-2.38,-0.22,0.99,0.99,-0.23,1.77,0.68,2.86,2.15,0.65,4.12,1.40,4.36,4.64,3.99,1.72,1.94,1.51,1.38,1.21,-0.51,-0.32,1.24,-0.02,-0.91,-1.24,0.54,1.34,-0.27,-0.13,-0.25,-0.89,0.51,0.11,-1.27,-0.30,0.67,-0.60,0.62,-0.74,2
0.01,0.76,-0.14,-1.14,-0.62,-0.42,2.59,2.44,4.58,5.76,4.06,5.21,2.68,4.24,0.91,2.22,-0.96,0.47,-1.40,-0.18,-1.12,1.24,0.02,0.01,0.76,-0.55,0.79,2.24,0.05,-0.07,0.16,1.14,-1.42,-0.96,0.63,0.64,-0.03,-1.82,-0.53,-0.97,1
-0.16,-0.28,1.73,0.48,0.85,0.48,-0.41,0.09,0.32,2.38,3.10,4.36,4.56,5.87,6.34,5.57,6.07,0.83,-0.45,1.27,-1.04,-2.63,1.09,-0.16,-0.81,2.12,0.94,-0.64,-0.29,-0.28,-0.64,-0.88,1.24,-0.20,1.24,0.12,0.24,1.94,-0.80,-0.15,2
-0.54,0.90,0.47,0.37,1.31,0.62,3.02,2.34,5.24,4.45,5.26,3.99,5.11,2.91,4.41,1.36,0.41,0.81,-0.75,0.22,1.13,2.68,0.10,0.19,-1.14,-0.17,-0.04,-0.70,0.73,0.02,0.70,-0.46,-1.61,0.02,0.38,0.28,0.38,1.02,-0.27,1.15,2
-2.35,0.91,1.31,0.49,1.19,0.61,-0.60,1.45,2.21,2.04,3.07,2.69,3.57,3.71,3.95,3.49,2.39,2.48,4.09,0.10,-0.02,-0.77,-1.06,-0.74,0.24,-0.37,-0.34,-0.82,-1.45,-0.65,2.15,0.53,1.97,-0.73,-0.54,0.69,1.43,-1.00,0.12,1.04,2
-0.75,1.97,1.86,-0.21,-0.18,1.90,2.39,3.59,3.54,6.06,3.91,5.04,3.38,2.24,0.89,1.04,1.02,-0.48,0.35,-1.11,0.95,0.32,-0.12,0.36,0.61,-1.91,-1.31,0.96,1.39,-0.03,0.09,0.51,1.29,1.45,-2.20,-1.54,-1.36,-0.48,-1.17,1.97,1
-1.38,-1.00,-0.68,0.70,-0.06,1.55,0.63,2.39,1.38,1.24,0.54,2.45,2.38,6.29,5.92,6.19,3.13,3.05,1.37,0.63,-0.21,0.83,-0.45,0.99,0.51,0.06,-0.86,1.65,0.54,-0.20,-0.28,0.51,0.24,-0.68,-2.67,0.12,0.23,-0.44,-0.41,1.67,0
-0.27,-0.55,0.81,0.01,1.01,0.16,0.53,1.11,2.05,4.38,2.80,3.90,5.04,3.26,2.68,3.55,2.83,0.17,-0.13,0.31,0.12,-0.84,0.08,0.59,0.67,-1.25,0.76,-0.68,0.06,-1.16,-0.73,-1.48,0.12,0.92,-0.17,-0.79,-0.48,0.44,1.83,0.45,2
-1.34,-0.58,-0.51,-0.95,-0.57,-0.38,2.61,3.67,2.46,2.46,5.28,5.35,2.94,2.96,2.06,0.02,0.33,-1.40,0.87,0.51,0.39,-1.10,-0.38,0.38,-0.54,-1.03,1.27,0.29,-1.16,0.72,-0.50,0.50,-2.12,1.01,0.77,-1.43,-1.71,1.20,0.14,0.93,2
0.87,1.00,0.70,0.05,0.72,0.47,2.38,2.79,2.36,3.94,6.45,4.55,2.50,3.46,-0.07,0.74,-0.28,-0.13,1.13,1.58,-0.71,0.44,-0.87,0.35,-1.96,0.63,-0.81,0.86,0.12,0.15,1.13,1.78,-0.30,-1.10,-0.27,-0.07,0.05,-0.13,0.76,-1.42,1
-2.33,0.87,0.05,-0.50,-0.02,1.11,3.12,4.45,4.73,6.16,5.52,3.51,4.02,2.37,1.25,0.28,0.96,-0.57,0.59,-0.84,-0.23,-1.38,-0.80,0.53,0.61,-0.27,0.65,0.96,0.28,0.67,0.82,-0.54,0.26,1.00,-0.81,-1.16,0.11,-1.53,0.09,0.26,1
-0.45,0.84,-0.81,0.30,-0.87,2.73,0.08,0.31,-0.04,2.32,4.44,2.94,5.70,3.37,7.00,6.04,3.46,3.00,1.57,0.52,0.93,1.15,-0.44,2.79,1.04,-0.83,-0.85,-0.32,1.31,-0.52,-0.89,-1.07,-0.79,-2.09,1.19,-0.65,-2.26,0.99,1.87,0.68,2
-3.20,-0.36,-0.83,-0.07,-0.34,1.34,1.27,2.55,2.65,4.36,5.43,3.72,3.97,4.34,1.52,3.77,0.38,-0.11,0.55,-0.24,0.28,-0.39,0.25,-1.45,-1.32,1.70,-0.98,-1.75,-0.59,-0.91,0.27,0.60,0.20,-0.54,-1.75,0.26,1.12,1.21,-0.51,1.05,2
-0.12,0.08,0.35,1.22,2.36,0.73,1.75,0.45,1.79,0.78,3.80,3.24,0.21,3.38,4.82,2.88,3.30,0.47,0.80,1.16,0.65,0.42,-1.10,-1.01,-0.46,1.77,-1.22,-1.03,-0.83,-0.08,1.20,2.01,-0.50,1.64,-1.51,-2.34,0.55,-0.59,-0.03,-0.72,0
