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