From a8c25f46d03f89d45c8943e2288d24b617128b63 Mon Sep 17 00:00:00 2001
From: Farid Alijani <farid.alijani@student.lut.fi>
Date: Tue, 2 Aug 2016 17:00:50 +0200
Subject: [PATCH] PID is fixed

---
 .../CamMark/camtomar/src/VisionControl.cpp    |   67 +-
 .../CamMark/camtomar/src/VisionControl.cpp~   |   67 +-
 .../ar_det/src/ar_detection.cpp               |  132 +-
 .../ar_det/src/ar_detection.cpp~              |    4 +-
 MobileRobot/docking_data/Pose.txt             | 1128 +++++++--------
 MobileRobot/docking_data/Pose.txt~            | 1206 ++++++-----------
 MobileRobot/docking_data/Pose2.txt            | 1001 +++++++-------
 MobileRobot/docking_data/Pose2.txt~           | 1012 +++++++-------
 MobileRobot/docking_data/Pose3.txt            |  928 +++++++------
 MobileRobot/docking_data/Pose3.txt~           |  962 +++++++------
 MobileRobot/docking_data/Vel.txt              | 1126 +++++++--------
 MobileRobot/docking_data/Vel.txt~             | 1204 ++++++----------
 MobileRobot/docking_data/Vel2.txt             | 1018 +++++++-------
 MobileRobot/docking_data/Vel2.txt~            | 1010 +++++++-------
 MobileRobot/docking_data/Vel3.txt             |  926 +++++++------
 MobileRobot/docking_data/Vel3.txt~            |  984 ++++++++------
 16 files changed, 6234 insertions(+), 6541 deletions(-)

diff --git a/MobileRobot/AugReaMarker/CamMark/camtomar/src/VisionControl.cpp b/MobileRobot/AugReaMarker/CamMark/camtomar/src/VisionControl.cpp
index 8a57d2df..d1c11e56 100644
--- a/MobileRobot/AugReaMarker/CamMark/camtomar/src/VisionControl.cpp
+++ b/MobileRobot/AugReaMarker/CamMark/camtomar/src/VisionControl.cpp
@@ -92,14 +92,14 @@ double PID4Docking::control_signalX, PID4Docking::control_signalY, PID4Docking::
 //const double PID4Docking::RefPose[4] = {-.0957, 0.00638817 /* Y_ref*/ ,  0.308857 /* X_ref*/ , 0.17 /* theta_ref*/}; 
 
 // ---- Ref. Values for Logitech Camera ---- //
-const double PID4Docking::RefPose[4] = {-.0957, 0.00903123 /* Y_ref*/ , 0.199791 /* X_ref*/ , -0.56 /* theta_ref*/}; 
+const double PID4Docking::RefPose[4] = {-.0957, 0.00941711 /* Y_ref*/ , 0.201 /* X_ref*/ , -0.560363 /* theta_ref*/}; 
 
 // ----------------  PID gains---------------- //
-double PID4Docking::Kp_y = .44; //.55
-double PID4Docking::Ki_y = .0005 ;//.002
-double PID4Docking::Kd_y = .15; //.1
+double PID4Docking::Kp_y = .51; //.44
+double PID4Docking::Ki_y = 0.0005 ;//.0005
+double PID4Docking::Kd_y = 0.05; //.15
 
-double PID4Docking::Kp_theta = .08;// .11
+double PID4Docking::Kp_theta = .08;// .08
 double PID4Docking::Ki_theta = 0; //* Ki_y; // .15 * Ki_y
 double PID4Docking::Kd_theta = 0; //* Kd_y; // .0008
 // ----------------  PID gains---------------- //
@@ -122,9 +122,9 @@ double PID4Docking::speed_reducer_theta = 1;
 // ------ offsets X, Y, theta for Docking ---------
 double PID4Docking::x_dock_thresh = .001;
 double PID4Docking::y_dock_thresh = .002; //.0015
-double PID4Docking::theta_dock_thresh = (CV_PI/180) * 1; // 1 deg.
+double PID4Docking::theta_dock_thresh = (CV_PI/180) * 2; // 1 deg.
 
-double PID4Docking::safety_margin_X = .15; // safety margin X axis in docking process : 18 cm
+double PID4Docking::safety_margin_X = .18; // safety margin X axis in docking process : 18 cm
 
 // ------ offsets X, Y, theta for Undocking ---------
 double PID4Docking::x_thresh_undock = .02;
@@ -187,7 +187,7 @@ void PID4Docking::myhandler(int value)
         TheMarkers[i].draw(TheInputImageCopy,Scalar(205,0,0),1);
     }
 	
-    //imshow("INPUT IMAGE",TheInputImageCopy);
+    imshow("INPUT IMAGE",TheInputImageCopy);
     //imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
 }
 void PID4Docking::createTrackbars()
@@ -317,7 +317,7 @@ if (TheVideoCapturer.retrieve(TheInputImage))
 			
 		if (node_vis.ok() && found)
 		{
-		        /*y_t = -TheMarkers[0].Tvec.at<Vec3f>(0,0)[0]; // changed !!! */ 
+		        //y_t = -TheMarkers[0].Tvec.at<Vec3f>(0,0)[0]; // changed !!!
 			y_t = TheMarkers[0].Tvec.at<Vec3f>(0,0)[0];
 			x_t = TheMarkers[0].Tvec.at<Vec3f>(0,0)[1];
 			z_t = TheMarkers[0].Tvec.at<Vec3f>(0,0)[2];
@@ -407,7 +407,7 @@ if (TheVideoCapturer.retrieve(TheInputImage))
 			if (update_images)
 			{
 				imshow("INPUT IMAGE",TheInputImageCopy);
-				imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
+				//imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
 			}
                 
 }else
@@ -447,9 +447,9 @@ camPose[3] = CamFB->pose.orientation.x; //  theta orientation
         // roll in Marker coordinate => yaw in Robot coordinate
         
 	
-	ROS_INFO_STREAM("--------- PID gains in trial no. " << docking_counter << " : ---------\n");
+	/*ROS_INFO_STREAM("--------- PID gains in trial no. " << docking_counter << " : ---------\n");
 	ROS_INFO_STREAM(" Kp_y = " << Kp_y << " ,  Ki_y = " << Ki_y << " , Kd_y = " << Kd_y << "\n");        
-	ROS_INFO_STREAM(" Kp_theta = " << Kp_theta << " ,  Ki_theta = " << Ki_theta << " , Kd_theta = " << Kd_theta << "\n");
+	ROS_INFO_STREAM(" Kp_theta = " << Kp_theta << " ,  Ki_theta = " << Ki_theta << " , Kd_theta = " << Kd_theta << "\n");*/
 
 	ROS_INFO_STREAM(" --------------------- Pose estimation ------------------ \n");
 	ROS_INFO_STREAM(" X_mar = " << camPose[2] << " vs. X_ref = " << RefPose[2] << " \n");
@@ -474,9 +474,7 @@ camPose[3] = CamFB->pose.orientation.x; //  theta orientation
 			keepMoving = false;
 			GenerateRandomVal();
 			docking_counter ++;
-			speed_reducer_X = 1;
-			speed_reducer_Y = 1;
-			speed_reducer_theta = 1;
+			speed_reducer_X = speed_reducer_Y = speed_reducer_theta = 1;
 			//Go2RandomPose = true;
 
 		// to make sure that y & theta are within the threshold...
@@ -488,8 +486,7 @@ camPose[3] = CamFB->pose.orientation.x; //  theta orientation
 			)
 			{	
 				ROS_INFO_STREAM(" delta_X < " << safety_margin_X << " m., Fixing Y or theta. \n ");     
-				speed_reducer_Y = 1;	
-				speed_reducer_theta = 1;		
+				speed_reducer_Y = speed_reducer_theta = 1;		
 				Controller(RefPose[2], RefPose[2], RefPose[1], camPose[1], RefPose[3], camPose[3],.1);
 			} else if(
 				(abs(RefPose[1] - camPose[1]) <= y_dock_thresh) && 
@@ -497,7 +494,11 @@ camPose[3] = CamFB->pose.orientation.x; //  theta orientation
 				)
 			{
 				ROS_INFO("y & theta fixed successfully, MOVING STRAIGHT AHEAD ... \n");
-				speed_reducer_X = .08;
+
+				/*speed_reducer_X = .06; // for x_dot = .1 =>.06*/
+				speed_reducer_X = .04; // for x_dot = .15 =>.04  ---- optimal docking time and Y-axis offset ----
+				/*speed_reducer_X = .0375; // for x_dot = .16 =>.0375*/
+
 				Controller(RefPose[2], camPose[2], RefPose[1], RefPose[1], RefPose[3], RefPose[3],.1);
 			}
 		}else
@@ -533,7 +534,10 @@ void PID4Docking::Controller(double RefX, double MarPoseX, double RefY, double M
         	// control signal
         	control_signalX = p_termX + i_termX + d_termX;
         	prev_errorX = curr_errorX;*/
-		control_signalX = speed_reducer_X * 0.1;        
+		
+		//control_signalX = speed_reducer_X * 0.1;
+		control_signalX = speed_reducer_X * 0.15;
+		//control_signalX = speed_reducer_X * 0.16;        
         } else
 	{
 		control_signalX = 0;	// 5e-5
@@ -562,23 +566,32 @@ void PID4Docking::Controller(double RefX, double MarPoseX, double RefY, double M
         	i_termY = Ki_y * int_errorY;
         	d_termY = Kd_y * diffY;
 
-		ROS_INFO_STREAM("pY = " << p_termY << ", iY = " << i_termY << " dY = " << d_termY<< " \n");	      
+ROS_INFO_STREAM("pY = " << p_termY << ", iY = " << i_termY << " dY = " << d_termY<< " \n");	      
         	
         	control_signalY = p_termY + i_termY + d_termY;
         	
 		
-		//control_signalY = speed_reducer_Y * control_signalY;
+		control_signalY = speed_reducer_Y * control_signalY;
 
-		/* -- MARKER IN CAMERA COORDINATATE FRAME */
-		if(MarPoseY < 0)
+		/* -- MARKER IN CAMERA COORDINATATE FRAME 
+		if(MarPoseY < 0 && )
 		{
 			control_signalY = - speed_reducer_Y * control_signalY;
 			ROS_INFO("marker pose < 0 => robot is going to the RIGHT \n");
-		}else
+		} else if (MarPoseY < 0)
 		{
 			control_signalY = speed_reducer_Y * control_signalY;
 			ROS_INFO("marker pose > 0 => robot is going to the LEFT \n");
-		}
+		} else if (MarPoseY < 0)
+		{
+			control_signalY = speed_reducer_Y * control_signalY;
+			ROS_INFO("marker pose > 0 => robot is going to the LEFT \n");
+		} else if (MarPoseY < 0)
+		{
+			control_signalY = speed_reducer_Y * control_signalY;
+			ROS_INFO("marker pose > 0 => robot is going to the LEFT \n");
+		}*/
+
 
         	prev_errorY = curr_errorY;
 	
@@ -604,7 +617,7 @@ void PID4Docking::Controller(double RefX, double MarPoseX, double RefY, double M
        		i_termYAW = Ki_theta * int_errorYAW;
        		d_termYAW = Kd_theta * diffYAW;
         	
-		//ROS_INFO_STREAM("p_theta = " << p_termYAW << ", i_theta = " << i_termYAW << " d_theta = " << d_termYAW << " \n");	      
+		ROS_INFO_STREAM("p_theta = " << p_termYAW << ", i_theta = " << i_termYAW << " d_theta = " << d_termYAW << " \n");	      
 		// control signal
         	control_signalYAW = p_termYAW + i_termYAW + d_termYAW;
         	
@@ -648,7 +661,7 @@ void PID4Docking::Controller(double RefX, double MarPoseX, double RefY, double M
 		control_signalYAW = 0;	
 	}
 
-        /* ---   
+        /* --- 
 	ROS_INFO_STREAM("Control signalX = " << control_signalX <<"\n");
 	ROS_INFO_STREAM("Control signalY = " << control_signalY << "\n");
 	ROS_INFO_STREAM("Control signalYAW = "<< control_signalYAW <<"\n");
diff --git a/MobileRobot/AugReaMarker/CamMark/camtomar/src/VisionControl.cpp~ b/MobileRobot/AugReaMarker/CamMark/camtomar/src/VisionControl.cpp~
index 8a57d2df..a3080c99 100644
--- a/MobileRobot/AugReaMarker/CamMark/camtomar/src/VisionControl.cpp~
+++ b/MobileRobot/AugReaMarker/CamMark/camtomar/src/VisionControl.cpp~
@@ -92,14 +92,14 @@ double PID4Docking::control_signalX, PID4Docking::control_signalY, PID4Docking::
 //const double PID4Docking::RefPose[4] = {-.0957, 0.00638817 /* Y_ref*/ ,  0.308857 /* X_ref*/ , 0.17 /* theta_ref*/}; 
 
 // ---- Ref. Values for Logitech Camera ---- //
-const double PID4Docking::RefPose[4] = {-.0957, 0.00903123 /* Y_ref*/ , 0.199791 /* X_ref*/ , -0.56 /* theta_ref*/}; 
+const double PID4Docking::RefPose[4] = {-.0957, 0.00903123 /* Y_ref*/ , 0.2 /* X_ref*/ , -0.56 /* theta_ref*/}; 
 
 // ----------------  PID gains---------------- //
-double PID4Docking::Kp_y = .44; //.55
-double PID4Docking::Ki_y = .0005 ;//.002
-double PID4Docking::Kd_y = .15; //.1
+double PID4Docking::Kp_y = .86; //.44
+double PID4Docking::Ki_y = 0 ;//.0005
+double PID4Docking::Kd_y = 0.002; //.15
 
-double PID4Docking::Kp_theta = .08;// .11
+double PID4Docking::Kp_theta = .08;// .08
 double PID4Docking::Ki_theta = 0; //* Ki_y; // .15 * Ki_y
 double PID4Docking::Kd_theta = 0; //* Kd_y; // .0008
 // ----------------  PID gains---------------- //
@@ -122,9 +122,9 @@ double PID4Docking::speed_reducer_theta = 1;
 // ------ offsets X, Y, theta for Docking ---------
 double PID4Docking::x_dock_thresh = .001;
 double PID4Docking::y_dock_thresh = .002; //.0015
-double PID4Docking::theta_dock_thresh = (CV_PI/180) * 1; // 1 deg.
+double PID4Docking::theta_dock_thresh = (CV_PI/180) * 2; // 1 deg.
 
-double PID4Docking::safety_margin_X = .15; // safety margin X axis in docking process : 18 cm
+double PID4Docking::safety_margin_X = .18; // safety margin X axis in docking process : 18 cm
 
 // ------ offsets X, Y, theta for Undocking ---------
 double PID4Docking::x_thresh_undock = .02;
@@ -187,7 +187,7 @@ void PID4Docking::myhandler(int value)
         TheMarkers[i].draw(TheInputImageCopy,Scalar(205,0,0),1);
     }
 	
-    //imshow("INPUT IMAGE",TheInputImageCopy);
+    imshow("INPUT IMAGE",TheInputImageCopy);
     //imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
 }
 void PID4Docking::createTrackbars()
@@ -317,7 +317,7 @@ if (TheVideoCapturer.retrieve(TheInputImage))
 			
 		if (node_vis.ok() && found)
 		{
-		        /*y_t = -TheMarkers[0].Tvec.at<Vec3f>(0,0)[0]; // changed !!! */ 
+		        //y_t = -TheMarkers[0].Tvec.at<Vec3f>(0,0)[0]; // changed !!!
 			y_t = TheMarkers[0].Tvec.at<Vec3f>(0,0)[0];
 			x_t = TheMarkers[0].Tvec.at<Vec3f>(0,0)[1];
 			z_t = TheMarkers[0].Tvec.at<Vec3f>(0,0)[2];
@@ -407,7 +407,7 @@ if (TheVideoCapturer.retrieve(TheInputImage))
 			if (update_images)
 			{
 				imshow("INPUT IMAGE",TheInputImageCopy);
-				imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
+				//imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
 			}
                 
 }else
@@ -447,9 +447,9 @@ camPose[3] = CamFB->pose.orientation.x; //  theta orientation
         // roll in Marker coordinate => yaw in Robot coordinate
         
 	
-	ROS_INFO_STREAM("--------- PID gains in trial no. " << docking_counter << " : ---------\n");
+	/*ROS_INFO_STREAM("--------- PID gains in trial no. " << docking_counter << " : ---------\n");
 	ROS_INFO_STREAM(" Kp_y = " << Kp_y << " ,  Ki_y = " << Ki_y << " , Kd_y = " << Kd_y << "\n");        
-	ROS_INFO_STREAM(" Kp_theta = " << Kp_theta << " ,  Ki_theta = " << Ki_theta << " , Kd_theta = " << Kd_theta << "\n");
+	ROS_INFO_STREAM(" Kp_theta = " << Kp_theta << " ,  Ki_theta = " << Ki_theta << " , Kd_theta = " << Kd_theta << "\n");*/
 
 	ROS_INFO_STREAM(" --------------------- Pose estimation ------------------ \n");
 	ROS_INFO_STREAM(" X_mar = " << camPose[2] << " vs. X_ref = " << RefPose[2] << " \n");
@@ -474,9 +474,7 @@ camPose[3] = CamFB->pose.orientation.x; //  theta orientation
 			keepMoving = false;
 			GenerateRandomVal();
 			docking_counter ++;
-			speed_reducer_X = 1;
-			speed_reducer_Y = 1;
-			speed_reducer_theta = 1;
+			speed_reducer_X = speed_reducer_Y = speed_reducer_theta = 1;
 			//Go2RandomPose = true;
 
 		// to make sure that y & theta are within the threshold...
@@ -488,8 +486,7 @@ camPose[3] = CamFB->pose.orientation.x; //  theta orientation
 			)
 			{	
 				ROS_INFO_STREAM(" delta_X < " << safety_margin_X << " m., Fixing Y or theta. \n ");     
-				speed_reducer_Y = 1;	
-				speed_reducer_theta = 1;		
+				speed_reducer_Y = speed_reducer_theta = 1;		
 				Controller(RefPose[2], RefPose[2], RefPose[1], camPose[1], RefPose[3], camPose[3],.1);
 			} else if(
 				(abs(RefPose[1] - camPose[1]) <= y_dock_thresh) && 
@@ -497,7 +494,11 @@ camPose[3] = CamFB->pose.orientation.x; //  theta orientation
 				)
 			{
 				ROS_INFO("y & theta fixed successfully, MOVING STRAIGHT AHEAD ... \n");
-				speed_reducer_X = .08;
+
+				/*speed_reducer_X = .06; // for x_dot = .1 =>.06*/
+				speed_reducer_X = .04; // for x_dot = .15 =>.04  ---- optimal docking time and Y-axis offset ----
+				/*speed_reducer_X = .0375; // for x_dot = .16 =>.0375*/
+
 				Controller(RefPose[2], camPose[2], RefPose[1], RefPose[1], RefPose[3], RefPose[3],.1);
 			}
 		}else
@@ -533,7 +534,10 @@ void PID4Docking::Controller(double RefX, double MarPoseX, double RefY, double M
         	// control signal
         	control_signalX = p_termX + i_termX + d_termX;
         	prev_errorX = curr_errorX;*/
-		control_signalX = speed_reducer_X * 0.1;        
+		
+		//control_signalX = speed_reducer_X * 0.1;
+		control_signalX = speed_reducer_X * 0.15;
+		//control_signalX = speed_reducer_X * 0.16;        
         } else
 	{
 		control_signalX = 0;	// 5e-5
@@ -562,23 +566,32 @@ void PID4Docking::Controller(double RefX, double MarPoseX, double RefY, double M
         	i_termY = Ki_y * int_errorY;
         	d_termY = Kd_y * diffY;
 
-		ROS_INFO_STREAM("pY = " << p_termY << ", iY = " << i_termY << " dY = " << d_termY<< " \n");	      
+ROS_INFO_STREAM("pY = " << p_termY << ", iY = " << i_termY << " dY = " << d_termY<< " \n");	      
         	
         	control_signalY = p_termY + i_termY + d_termY;
         	
 		
-		//control_signalY = speed_reducer_Y * control_signalY;
+		control_signalY = speed_reducer_Y * control_signalY;
 
-		/* -- MARKER IN CAMERA COORDINATATE FRAME */
-		if(MarPoseY < 0)
+		/* -- MARKER IN CAMERA COORDINATATE FRAME 
+		if(MarPoseY < 0 && )
 		{
 			control_signalY = - speed_reducer_Y * control_signalY;
 			ROS_INFO("marker pose < 0 => robot is going to the RIGHT \n");
-		}else
+		} else if (MarPoseY < 0)
 		{
 			control_signalY = speed_reducer_Y * control_signalY;
 			ROS_INFO("marker pose > 0 => robot is going to the LEFT \n");
-		}
+		} else if (MarPoseY < 0)
+		{
+			control_signalY = speed_reducer_Y * control_signalY;
+			ROS_INFO("marker pose > 0 => robot is going to the LEFT \n");
+		} else if (MarPoseY < 0)
+		{
+			control_signalY = speed_reducer_Y * control_signalY;
+			ROS_INFO("marker pose > 0 => robot is going to the LEFT \n");
+		}*/
+
 
         	prev_errorY = curr_errorY;
 	
@@ -604,7 +617,7 @@ void PID4Docking::Controller(double RefX, double MarPoseX, double RefY, double M
        		i_termYAW = Ki_theta * int_errorYAW;
        		d_termYAW = Kd_theta * diffYAW;
         	
-		//ROS_INFO_STREAM("p_theta = " << p_termYAW << ", i_theta = " << i_termYAW << " d_theta = " << d_termYAW << " \n");	      
+		ROS_INFO_STREAM("p_theta = " << p_termYAW << ", i_theta = " << i_termYAW << " d_theta = " << d_termYAW << " \n");	      
 		// control signal
         	control_signalYAW = p_termYAW + i_termYAW + d_termYAW;
         	
@@ -648,7 +661,7 @@ void PID4Docking::Controller(double RefX, double MarPoseX, double RefY, double M
 		control_signalYAW = 0;	
 	}
 
-        /* ---   
+        /* --- 
 	ROS_INFO_STREAM("Control signalX = " << control_signalX <<"\n");
 	ROS_INFO_STREAM("Control signalY = " << control_signalY << "\n");
 	ROS_INFO_STREAM("Control signalYAW = "<< control_signalYAW <<"\n");
diff --git a/MobileRobot/AugReaMarker/ar_raw_detection/ar_det/src/ar_detection.cpp b/MobileRobot/AugReaMarker/ar_raw_detection/ar_det/src/ar_detection.cpp
index 8d05c254..7dfeb1f8 100644
--- a/MobileRobot/AugReaMarker/ar_raw_detection/ar_det/src/ar_detection.cpp
+++ b/MobileRobot/AugReaMarker/ar_raw_detection/ar_det/src/ar_detection.cpp
@@ -38,6 +38,7 @@
 
 using namespace cv;
 using namespace aruco;
+using namespace std;
 
 string TheInputVideo;
 string TheIntrinsicFile;
@@ -70,7 +71,7 @@ public:
     : it_(nh_)
   {
     // subscribe to input video feed and publish output video feed
-    image_sub_ = it_.subscribe("/ar_follow/image", 1, &ImageConverter::imageCb, this);
+    image_sub_ = it_.subscribe("/ar_follow/image", 100, &ImageConverter::imageCb, this);
   }
 
   ~ImageConverter()
@@ -130,10 +131,10 @@ int main(int argc,char **argv){
         const std::string vsa = "http://192.168.0.101:8080/video?x.mjpeg";
 
         // -- publishing video stream with Android Camera--
-        TheVideoCapturer.open(vsa);
+        //TheVideoCapturer.open(vsa);
 
         
-	//TheVideoCapturer.open(1);
+	TheVideoCapturer.open(0);
 	// Check video is open
 	if (!TheVideoCapturer.isOpened()) {
 		cerr<<"Could not open video"<<endl;
@@ -154,16 +155,17 @@ int main(int argc,char **argv){
 		MDetector.pyrDown(ThePyrDownLevel);
 
 	// Create gui
-	cv::namedWindow("THRESHOLD IMAGE",1);
-	cv::namedWindow("INPUT IMAGE",1);
+	namedWindow("THRESHOLD IMAGE",1);
+	namedWindow("INPUT IMAGE",1);
 
 	MDetector.getThresholdParams( ThresParam1,ThresParam2);
 	MDetector.setCornerRefinementMethod(MarkerDetector::NONE);
 
 	iThresParam1=ThresParam1;
 	iThresParam2=ThresParam2;
-	cv::createTrackbar("ThresParam1", "INPUT IMAGE",&iThresParam1, 300, cvTackBarEvents);
-	cv::createTrackbar("ThresParam2", "INPUT IMAGE",&iThresParam2, 300, cvTackBarEvents);
+
+	createTrackbar("ThresParam1", "INPUT IMAGE",&iThresParam1, 300, cvTackBarEvents);
+	createTrackbar("ThresParam2", "INPUT IMAGE",&iThresParam2, 300, cvTackBarEvents);
 	char key=0;
 	int index=0;
 
@@ -203,7 +205,7 @@ int main(int argc,char **argv){
 			float x_t, y_t, z_t;
 			
 			float roll,yaw,pitch;
-			float rollE,yawE,pitchE;
+			float PitchEuler,YawEuler,RollEuler;
 			
 			bool found = (TheMarkers.size()>0)?true:false;
 
@@ -213,40 +215,46 @@ int main(int argc,char **argv){
 				z_t = TheMarkers[0].Tvec.at<Vec3f>(0,0)[2];
 				// printf("%4.2f %4.2f %4.2f\n",x_t,y_t,z_t);
 
-				cv::Mat rot_mat(3,3,cv::DataType<float>::type);
+				Mat rot_mat(3,3,DataType<float>::type);
 				// You need to apply cv::Rodrigues() in order to obatain angles wrt to camera coords
-				cv::Rodrigues(TheMarkers[0].Rvec,rot_mat);
+				Rodrigues(TheMarkers[0].Rvec,rot_mat);
 				
+				cout<< " Rotational Vector = \n" << TheMarkers[0].Rvec << "\n" << endl;
+				cout<< " Rotational Matrix = \n" << rot_mat << "\n" << endl;
+
+
 				// ----------- Euler angle -----------------//
                                 
-                                float roll1 = -asin(rot_mat.at<float>(2,0));
-                                float roll2 = CV_PI - roll1;
+                                float pitch1 = -asin(rot_mat.at<float>(2,0));
+                                float pitch2 = CV_PI - pitch1;
+
+                                float roll1 = atan2(rot_mat.at<float>(2,1) / cos(pitch1), rot_mat.at<float>(2,2) / cos(pitch1));
+                                float roll2 = atan2(rot_mat.at<float>(2,1) / cos(pitch2), rot_mat.at<float>(2,2) / cos(pitch2));
 
-                                float pitch1 = atan2(rot_mat.at<float>(2,1) / cos(roll1), rot_mat.at<float>(2,2) / cos(roll1));
-                                float pitch2 = atan2(rot_mat.at<float>(2,1) / cos(roll2), rot_mat.at<float>(2,2) / cos(roll2));
 
-                                float yaw2 = atan2(rot_mat.at<float>(1,0) / cos(roll2), rot_mat.at<float>(0,0) / cos(roll2));
-                                float yaw1 = atan2(rot_mat.at<float>(1,0) / cos(roll1), rot_mat.at<float>(0,0) / cos(roll1));
+
+                                float yaw_2 = atan2(rot_mat.at<float>(1,0) / cos(pitch2), rot_mat.at<float>(0,0) / cos(pitch2));
+                                float yaw_ = atan2(rot_mat.at<float>(1,0) / cos(pitch1), rot_mat.at<float>(0,0) / cos(pitch1));
 
                                 //choose one solution to return
                                 //for example the "shortest" rotation
-                                if ((abs(roll1) + abs(pitch1) + abs(yaw1)) <= (abs(roll2) + abs(pitch2) + abs(yaw2)))
+                                if ((abs(roll1) + abs(pitch1) + abs(yaw_)) <= (abs(roll2) + abs(pitch2) + abs(yaw_2)))
                                 {
-                                        rollE = roll1;
-                                        pitchE= pitch1;
-		                        yawE = yaw1;
+                                        PitchEuler = pitch1;
+                                        RollEuler= roll1;
+		                        YawEuler = yaw_;
                                 } else 
         
                                 {
-                                        rollE = roll2;
-                                        pitchE = pitch2;
-		                        yawE = yaw2;
+                                        PitchEuler = pitch2;
+                                        RollEuler = roll2;
+		                        YawEuler = yaw_2;
                                 }                   
                                 
                                 // ----------- Euler angle -----------------//
 
-				pitch   = -atan2(rot_mat.at<float>(2,0), rot_mat.at<float>(2,1));
-				yaw     = acos(rot_mat.at<float>(2,2));
+				yaw   = -atan2(rot_mat.at<float>(2,0), rot_mat.at<float>(2,1));
+				pitch     = acos(rot_mat.at<float>(2,2));
 				roll    = -atan2(rot_mat.at<float>(0,2), rot_mat.at<float>(1,2));
 			}else {
 				// x_t = 0.0;
@@ -266,32 +274,43 @@ int main(int argc,char **argv){
 			if (found){
 				//printf( "Angles (deg) wrt Flight Dynamics: roll:%5.2f pitch:%5.2f yaw:%5.2f \n", (roll-r_off)*(180.0/CV_PI), (pitch-p_off)*(180.0/CV_PI), (yaw-y_off)*(180.0/CV_PI));
 				//printf( "       Marker distance in metres:  x_d:%5.2f   y_d:%5.2f z_d:%5.2f \n", x_t, y_t, z_t);
-				ROS_INFO_STREAM("Y = " << y_t << "m. \n");
+
+	ROS_INFO_STREAM("Y = " << y_t << "m. \n");
 				//ROS_INFO_STREAM("        X = " << x_t << "m. \n");
 			        //ROS_INFO_STREAM("Z = " << z_t << "m. \n");
-			        ROS_INFO_STREAM("roll = " << (roll/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
-			        ROS_INFO_STREAM("EULER R = " << (rollE/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
-			        
-			        
-			        ROS_INFO_STREAM("pitch = " << (pitch/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
-			        ROS_INFO_STREAM("EULER P = " << (pitchE/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
-			        
-			        ROS_INFO_STREAM("yaw = " << (yaw/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
-			        ROS_INFO_STREAM("EULER Y = " << (yawE/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
+	ROS_INFO_STREAM("roll = " << (roll/*+r_off*/)*(180.0/CV_PI) << " deg. \n");
+
+	//ROS_INFO_STREAM("EULER ROLL = " << (RollEuler/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
+
+	//ROS_INFO_STREAM("pitch = " << (pitch/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
+
+	//ROS_INFO_STREAM("EULER PITCH = " << (PitchEuler/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
+	
+	//ROS_INFO_STREAM("yaw = " << (yaw/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
+
+	//ROS_INFO_STREAM("EULER YAW = " << (YawEuler/*-r_off*/)*(180.0/CV_PI) << " deg. \n");
 			        
 			        ROS_INFO_STREAM(" --------------------------------------  \n");
 			}
 
 			if (ros::ok()){
 				// Publish TF message including the offsets
-				tf::Quaternion quat = tf::createQuaternionFromRPY(roll-p_off, pitch+p_off, yaw-y_off);
-				broadcaster.sendTransform(tf::StampedTransform(tf::Transform(quat, tf::Vector3(x_t, y_t, z_t)), ros::Time::now(),"camera", "marker"));
+//		tf::Quaternion quat = tf::createQuaternionFromRPY(roll+r_off, pitch+p_off, yaw-y_off);
+
+		tf::Quaternion quat = tf::createQuaternionFromRPY(roll, pitch, yaw);
+		
+broadcaster.sendTransform(tf::StampedTransform(tf::Transform(quat, tf::Vector3(x_t, y_t, z_t)), ros::Time::now(),"camera", "marker"));
 
 				// Now publish the pose message, remember the offsets
 				msg.position.x = x_t;
 				msg.position.y = y_t;
 				msg.position.z = z_t;
-				geometry_msgs::Quaternion p_quat = tf::createQuaternionMsgFromRollPitchYaw(roll-r_off, pitch+p_off, yaw-y_off);
+
+/*geometry_msgs::Quaternion p_quat = tf::createQuaternionMsgFromRollPitchYaw(roll-r_off, pitch+p_off, yaw-y_off);*/
+
+
+geometry_msgs::Quaternion p_quat = tf::createQuaternionMsgFromRollPitchYaw(roll,pitch,yaw);
+
 				msg.orientation = p_quat;
 				pose_pub.publish(msg);
 				ros::spinOnce();
@@ -302,33 +321,20 @@ int main(int argc,char **argv){
 				aruco::Marker m( MDetector.getCandidates()[i],11);
 				m.draw(TheInputImageCopy,cv::Scalar(150,10,80),2);
 			}*/
-			
-		        /*// Draw a 3d cube in each marker if there is 3d info
-                       if (TheCameraParameters.isValid()){
-				for (unsigned int i=0;i<TheMarkers.size();i++) {
-					CvDrawingUtils::draw3dCube(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
-					CvDrawingUtils::draw3dAxis(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
-				}
-			}*/
 
+			// Draw a 3d cube in each marker if there is 3d info
 
-                        for (unsigned int i=0;i<TheMarkers.size();i++)
-				{
-					int currentMarID = TheMarkers[i].id;
-					TheMarkers[i].draw(TheInputImageCopy,Scalar(10,200,50),3)	;
-				
+                       if (TheCameraParameters.isValid()){
+				for (unsigned int i=0;i<TheMarkers.size();i++) {
 					CvDrawingUtils::draw3dCube(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
 					CvDrawingUtils::draw3dAxis(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
-
-					//Marker ID to string
-    					stringstream marker_id_string;
-    					marker_id_string << "marker_ " << currentMarID;
 				}
+			}
 
 			// Show input with augmented information and the thresholded image
 			if (update_images) {
-				cv::imshow("INPUT IMAGE",TheInputImageCopy);
-				cv::imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
+				imshow("INPUT IMAGE",TheInputImageCopy);
+				//imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
 			}
 		}else {
 		      printf("retrieve failed\n");
@@ -363,16 +369,16 @@ void cvTackBarEvents(int pos,void*)
     for (unsigned int i=0;i<TheMarkers.size();i++) TheMarkers[i].draw(TheInputImageCopy,Scalar(0,0,255),1);
 
     // Print other rectangles that contains no valid markers
-    for (unsigned int i=0;i<MDetector.getCandidates().size();i++) {
+    /* for (unsigned int i=0;i<MDetector.getCandidates().size();i++) {
         aruco::Marker m( MDetector.getCandidates()[i],999);
         m.draw(TheInputImageCopy,cv::Scalar(255,0,0));
-    }
+    } */
 
-    /*// Draw a 3d cube in each marker if there is 3d info
+    // Draw a 3d cube in each marker if there is 3d info
     if (TheCameraParameters.isValid())
         for (unsigned int i=0;i<TheMarkers.size();i++)
-            CvDrawingUtils::draw3dCube(TheInputImageCopy,TheMarkers[i],TheCameraParameters);*/
+            CvDrawingUtils::draw3dCube(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
 
-    cv::imshow("INPUT IMAGE",TheInputImageCopy);
-    cv::imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
+    imshow("INPUT IMAGE",TheInputImageCopy);
+    //imshow("THRESHOLD IMAGE",MDetector.getThresholdedImage());
 }
diff --git a/MobileRobot/AugReaMarker/ar_raw_detection/ar_det/src/ar_detection.cpp~ b/MobileRobot/AugReaMarker/ar_raw_detection/ar_det/src/ar_detection.cpp~
index d8c3402f..8d05c254 100644
--- a/MobileRobot/AugReaMarker/ar_raw_detection/ar_det/src/ar_detection.cpp~
+++ b/MobileRobot/AugReaMarker/ar_raw_detection/ar_det/src/ar_detection.cpp~
@@ -317,8 +317,8 @@ int main(int argc,char **argv){
 					int currentMarID = TheMarkers[i].id;
 					TheMarkers[i].draw(TheInputImageCopy,Scalar(10,200,50),3)	;
 				
-					//CvDrawingUtils::draw3dCube(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
-					//CvDrawingUtils::draw3dAxis(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
+					CvDrawingUtils::draw3dCube(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
+					CvDrawingUtils::draw3dAxis(TheInputImageCopy,TheMarkers[i],TheCameraParameters);
 
 					//Marker ID to string
     					stringstream marker_id_string;
diff --git a/MobileRobot/docking_data/Pose.txt b/MobileRobot/docking_data/Pose.txt
index cf6c6d94..16a5c033 100644
--- a/MobileRobot/docking_data/Pose.txt
+++ b/MobileRobot/docking_data/Pose.txt
@@ -1,538 +1,592 @@
 %time,field.position.x,field.position.y,field.position.z,field.orientation.x,field.orientation.y,field.orientation.z,field.orientation.w
-1470068791552722133,-0.0365422070026,0.344806224108,1.37471711636,-0.111908821849,0.00646806232392,0.766474581068,-0.632417027237
-1470068791663202646,-0.0365081913769,0.343540608883,1.37314593792,-0.0223313033288,0.00852973920253,0.435400331598,0.899919500669
-1470068791744763006,-0.0365464836359,0.344209522009,1.37232351303,-0.146392433364,0.00867741178704,0.76742707133,-0.624139125652
-1470068791824280442,-0.0364924930036,0.344590306282,1.37385118008,-0.0877233310765,0.00506411044001,0.766819445261,-0.635819872559
-1470068791902129914,-0.0364924930036,0.344590306282,1.37385118008,-0.0877233310765,0.00506411044001,0.766819445261,-0.635819872559
-1470068791976221431,-0.0365450009704,0.344509840012,1.3735281229,-0.126508060252,0.00739893562922,0.766972950399,-0.629041699571
-1470068792057896593,-0.0365085527301,0.34313711524,1.371545434,-0.0175754560703,0.00674272523724,0.434141780911,0.900647851864
-1470068792142242927,-0.0365447103977,0.34451341629,1.37354290485,-0.13105820426,0.00767131947042,0.766930695924,-0.628157787187
-1470068792222554595,-0.0363051742315,0.344332993031,1.37281167507,-0.0857731028131,0.00502459875744,0.767881353006,-0.634803872032
-1470068792300704694,-0.0350148491561,0.338800996542,1.34671807289,-0.363615285005,0.0450103570027,0.781613732808,-0.504814782826
-1470068792374448521,-0.0345574170351,0.338750511408,1.34159052372,-0.167536323397,0.0157973049978,0.780100385245,-0.602598883536
-1470068792445266250,-0.0342542305589,0.337050586939,1.33269834518,-0.250937417099,0.0271372547793,0.775858930528,-0.578218731989
-1470068792515989915,-0.0358034186065,0.332682400942,1.32278013229,-0.264458772373,0.0243788768921,0.774601563081,-0.573985754657
-1470068792589310066,-0.034400742501,0.325053304434,1.29714858532,-0.21930816176,0.0202629021022,0.770438036009,-0.598262966976
-1470068792669192001,-0.0330537594855,0.319443106651,1.27456009388,-0.258213656785,0.0258094188109,0.781318144633,-0.567627992807
-1470068792743684602,-0.0323240160942,0.315426081419,1.26309776306,-0.246766265596,0.0278164668713,0.775083567951,-0.581014730473
-1470068792822946555,-0.0324886068702,0.310808986425,1.25845968723,-0.0309754470968,0.003363138166,-0.424946689605,-0.904682000469
-1470068792903036142,-0.0317412354052,0.309038609266,1.2517029047,-0.356784948984,0.0299798379578,0.761885147397,-0.539756177983
-1470068792983354740,-0.0304404087365,0.303362935781,1.23028671741,-0.218496515214,0.0239759216638,0.774304977793,-0.593410675153
-1470068793056776325,-0.0303709711879,0.30158123374,1.22892522812,-0.261216104106,0.0248111503517,0.766461112834,-0.58624902242
-1470068793133771670,-0.0300028081983,0.296485871077,1.22163772583,-0.36951553765,0.0296106790502,0.757521080575,-0.537348385692
-1470068793214573076,-0.0286539699882,0.287752658129,1.19910550117,-0.227258305793,0.0195191896977,0.761206502446,-0.607072750431
-1470068793300912374,-0.0284412391484,0.284440398216,1.19489037991,-0.198411411056,0.0144325307976,0.762568828791,-0.615559416607
-1470068793376925181,-0.027647247538,0.268193483353,1.14657592773,-0.208665243397,0.0173251408356,0.77375517564,-0.597880911104
-1470068793451809454,-0.027175148949,0.263651043177,1.13917529583,-0.262796580992,0.0310801947322,0.775910831057,-0.572655534125
-1470068793524630149,-0.0272096823901,0.261019736528,1.13998663425,-0.255499726874,0.0264590436354,0.769806234504,-0.584309994691
-1470068793597965230,-0.0264884848148,0.253261864185,1.12565100193,-0.399845083638,0.0377636050199,0.763185899926,-0.506206579749
-1470068793668677629,-0.0256133563817,0.248264998198,1.11298775673,-0.249513281118,0.0251636263851,0.768725701057,-0.588362737593
-1470068793758064742,-0.0256401188672,0.245310217142,1.11341655254,-0.270722208996,0.0203272968538,0.754298216372,-0.597771266738
-1470068793834063890,-0.0245818383992,0.235496252775,1.08714091778,-0.41635051415,0.0433709510844,0.764731304433,-0.489854306901
-1470068793909128918,-0.0244996473193,0.227898642421,1.06334960461,-0.153908376633,0.0155224470827,0.77385023176,-0.614188150361
-1470068793988733685,-0.0244804974645,0.225183129311,1.06295859814,-0.208082278923,0.0184830490144,0.762856136168,-0.611891050439
-1470068794066698903,-0.0243798680604,0.222537860274,1.06108820438,-0.259078357424,0.0206832274078,0.758362275973,-0.597776937661
-1470068794145918659,-0.0232388917357,0.214757174253,1.03913033009,-0.396670249679,0.0391375893128,0.762758271353,-0.509235487378
-1470068794221477795,-0.0233316291124,0.208030730486,1.01547050476,-0.280384188928,0.0305704563436,0.770450008555,-0.571714035262
-1470068794295862581,-0.0234460532665,0.206599384546,1.01715743542,-0.162528066091,0.0115907234869,0.756297202289,-0.633612519346
-1470068794379739341,-0.0237679760903,0.199388459325,0.995396792889,-0.210058259527,0.0176525640754,0.761980565964,-0.612331227098
-1470068794464701934,-0.0236366204917,0.197150155902,0.993043720722,-0.3097283027,0.0258962900022,0.757747703162,-0.573773630471
-1470068794544480921,-0.0234855245799,0.193873032928,0.98825854063,-0.326260913859,0.0174315460503,0.744484867437,-0.582230400655
-1470068794617151191,-0.0229308847338,0.184964716434,0.956431806087,-0.288262382514,0.0237522044158,0.762301677583,-0.5789963592
-1470068794690357656,-0.0228163823485,0.183291256428,0.954920828342,-0.183918253452,0.0130690340149,0.754586438722,-0.629763910441
-1470068794761980379,-0.0231571402401,0.177333429456,0.935888290405,-0.194370480215,0.0134632827822,0.754042270359,-0.627263191132
-1470068794833829362,-0.0230330191553,0.175562232733,0.934187531471,-0.376590826013,0.0274266989778,0.748856503169,-0.544647650879
-1470068794909161505,-0.0227062720805,0.169090598822,0.905407130718,-0.296492018257,0.0247894018148,0.765486053884,-0.570534021752
-1470068794989974231,-0.022130575031,0.166345849633,0.898067116737,-0.376225361227,0.0322373131558,0.753779764791,-0.537802286535
-1470068795066829043,-0.0218344870955,0.163841053843,0.891507148743,-0.472170866583,0.035747846492,0.746656186441,-0.467205847
-1470068795143971871,-0.0216574147344,0.158688440919,0.868726968765,-0.371416498965,0.0323321643988,0.761028990535,-0.530885384058
-1470068795218044211,-0.021379807964,0.1568877846,0.866201519966,-0.328904146856,0.0220729735072,0.747789649086,-0.57632064577
-1470068795292897007,-0.021588049829,0.152786061168,0.848251760006,-0.26345169391,0.0181458536467,0.75485966479,-0.60037556533
-1470068795373617426,-0.0211398731917,0.15075288713,0.841311633587,-0.378783726823,0.0220023266866,0.746760938374,-0.54624800854
-1470068795452095110,-0.0211330149323,0.146801352501,0.822490990162,-0.26961941541,0.0181225384488,0.753980781393,-0.598740282363
-1470068795527754325,-0.0209616608918,0.146212041378,0.820699870586,-0.298182313473,0.0198333311696,0.747112993138,-0.593730681699
-1470068795608119720,-0.0206011049449,0.141643106937,0.796811759472,-0.36201495322,0.0296301843377,0.759586309307,-0.539533005974
-1470068795684314102,-0.0202290788293,0.140267327428,0.792932391167,-0.352837702293,0.0220498804216,0.74438238139,-0.566492920423
-1470068795759219507,-0.0194769669324,0.137739703059,0.781318366528,-0.500292496842,0.0398818749563,0.74702589322,-0.435969228859
-1470068795838536998,-0.0194620434195,0.134686291218,0.765438735485,-0.400902963887,0.028343288474,0.745781357341,-0.531303715955
-1470068795914723688,-0.0191178061068,0.132671028376,0.756837785244,-0.458364133771,0.0350806460982,0.747373265184,-0.479692476104
-1470068795991375999,-0.0188823081553,0.129441127181,0.742069482803,-0.365020801953,0.0284205060161,0.750684741661,-0.549931366279
-1470068796072451432,-0.0188717376441,0.126101687551,0.725405991077,-0.405788458744,0.0297279533799,0.749824889863,-0.52174189987
-1470068796152527260,-0.0185087565333,0.12487308681,0.720821559429,-0.457258932472,0.0297991422883,0.74357880742,-0.486946441561
-1470068796229409352,-0.0186744481325,0.122416548431,0.709064781666,-0.364792619542,0.0209059913154,0.74115491094,-0.563186187903
-1470068796304770035,-0.0186848249286,0.119522430003,0.694205403328,-0.417776773641,0.0241865686406,0.742423809381,-0.523148606581
-1470068796385258064,-0.0187638215721,0.116922877729,0.681154251099,-0.452804439273,0.0256982793507,0.740668466582,-0.495699466234
-1470068796461672660,-0.018825346604,0.115059792995,0.669094562531,-0.405888248754,0.0303458600354,0.750929011279,-0.52003795854
-1470068796536923812,-0.0189272761345,0.112860418856,0.657928884029,-0.456011075013,0.027586435831,0.738382748924,-0.496068346213
-1470068796613111364,-0.0189435854554,0.110509775579,0.645480155945,-0.449889482393,0.0295150648551,0.744237893009,-0.49278623478
-1470068796689847719,-0.0189564358443,0.108149506152,0.633710741997,-0.371904216979,0.0215956857356,0.745190032591,-0.553093748905
-1470068796775839500,-0.0185245070606,0.104794383049,0.617594659328,-0.49405763062,0.0350868542277,0.743039300517,-0.450076180411
-1470068796851937104,-0.0184711012989,0.102707050741,0.607005000114,-0.425865246807,0.0278896528228,0.742184972055,-0.516742127258
-1470068796929686713,-0.0183529984206,0.100406952202,0.594588398933,-0.39207272298,0.0260033703364,0.747611276391,-0.535425236648
-1470068797006596059,-0.0179890617728,0.0975579619408,0.581067979336,-0.445854279911,0.027036592449,0.742263212602,-0.499528084267
-1470068797085136273,-0.0179114621133,0.0955739766359,0.57069003582,-0.328542272712,0.0162258989863,0.739362978712,-0.587485387864
-1470068797160972973,-0.0172256007791,0.092324398458,0.554732322693,-0.453212223579,0.0275019322019,0.740286351623,-0.495800808516
-1470068797240939138,-0.017080007121,0.0902877300978,0.544319093227,-0.428245874945,0.0213013334942,0.736495872118,-0.52318787652
-1470068797317556703,-0.0166516769677,0.0886131823063,0.535636305809,-0.557093448271,0.0289108918581,0.73209389227,-0.390959822905
-1470068797391595870,-0.0164175368845,0.086697191,0.525171458721,-0.550172723365,0.0314282489002,0.734670878319,-0.395703096003
-1470068797463094805,-0.0159957222641,0.084128677845,0.509301781654,-0.456831247165,0.0295682023565,0.742720559653,-0.488668705046
-1470068797536558305,-0.0157536100596,0.0823767408729,0.499352127314,-0.486715507625,0.0300991588143,0.739094369795,-0.46469513427
-1470068797608994567,-0.015545415692,0.0810110345483,0.490094453096,-0.458573678827,0.0252433682677,0.738383775039,-0.49382421387
-1470068797687796302,-0.0152793303132,0.0781949087977,0.473416477442,-0.506989004768,0.0251079854735,0.732904038249,-0.452971752792
-1470068797761365985,-0.0150203760713,0.0768349766731,0.464419454336,-0.543422747808,0.0278339023291,0.730965307146,-0.411833353183
-1470068797838767669,-0.0149856451899,0.0750722661614,0.451534718275,-0.450046004068,0.0267544820219,0.740077257496,-0.499027499094
-1470068797914669283,-0.0147125897929,0.0740685686469,0.443082809448,-0.448161695604,0.0230488005612,0.7372284613,-0.505088153926
-1470068797989224586,-0.0142304683104,0.0715450271964,0.427360057831,-0.539093256684,0.026066427438,0.730517578415,-0.418381488101
-1470068798063004950,-0.0139654483646,0.0700485408306,0.417139083147,-0.578009585184,0.0275314260984,0.728214978048,-0.367219124991
-1470068798142190640,-0.0137740327045,0.0686887279153,0.407282710075,-0.518444991506,0.0225287345965,0.729744720532,-0.445173999415
-1470068798214666827,-0.0135772647336,0.0670900791883,0.395902365446,-0.487316004617,0.0253085162561,0.735865314416,-0.469451626569
-1470068798288353785,-0.0131368758157,0.0651236176491,0.381400287151,-0.557569889133,0.0282811116341,0.731190457749,-0.3920159588
-1470068798363510491,-0.0129208080471,0.0636762455106,0.371956169605,-0.567120675935,0.0221908311581,0.725212583137,-0.389805612067
-1470068798436330389,-0.0126563813537,0.0623531267047,0.361555546522,-0.546078404105,0.024780788411,0.729632345867,-0.410878241042
-1470068798516102305,-0.0125067075714,0.0610754489899,0.351043790579,-0.566031641253,0.0237741618973,0.726972696822,-0.38801245908
-1470068798590550292,-0.0121770836413,0.0594792589545,0.335531771183,-0.478953374885,0.0232053332912,0.734671241409,-0.479920143607
-1470068798664386306,-0.0118321543559,0.0583982393146,0.325883090496,-0.496704134291,0.022318779324,0.73227713224,-0.465356934692
-1470068798739450690,-0.0116837816313,0.056792832911,0.314901977777,-0.512448026141,0.021295326391,0.729649706989,-0.452277386864
-1470068798817291472,-0.0114763490856,0.0556433610618,0.304386138916,-0.466292488159,0.0195488907983,0.732059995758,-0.496263356461
-1470068798889700933,-0.0109510812908,0.0539414435625,0.289716780186,-0.503815519331,0.0209131058469,0.730004918012,-0.461330016542
-1470068798970722927,-0.0110818324611,0.052945908159,0.279903173447,-0.48526503302,0.0201361270106,0.730789705849,-0.479644441168
-1470068799045687885,-0.0108116539195,0.0518517121673,0.27316519618,-0.549030557154,0.0226552437736,0.727505090953,-0.410838812527
-1470068799124981802,-0.0105154681951,0.0515794195235,0.268904626369,-0.540537591197,0.0214309336663,0.727354436888,-0.422274023265
-1470068799202654914,-0.0105563728139,0.0507744848728,0.261046975851,-0.515569613476,0.0232780600622,0.730556125727,-0.447139634502
-1470068799275990797,-0.0103395748883,0.0511960051954,0.261678099632,-0.514467898628,0.023610289493,0.73145335537,-0.446924293846
-1470068799354361195,-0.0102134039626,0.0508858785033,0.263284265995,-0.562549568202,0.0259820256316,0.728237082857,-0.390555589913
-1470068799430998401,-0.0104228174314,0.0485239066184,0.262412250042,-0.527329049899,0.0266423318329,0.732396643494,-0.429894656731
-1470068799512256007,-0.010421092622,0.0472360104322,0.262224256992,-0.537962089382,0.0257369271195,0.730518941922,-0.419852922419
-1470068799589734032,-0.0103893680498,0.0471880845726,0.262113273144,-0.516567240684,0.0252292578584,0.732472011755,-0.442726238657
-1470068799663599741,-0.0103345029056,0.0463289692998,0.261861503124,-0.541275539812,0.0272504408222,0.731341449019,-0.41402643445
-1470068799747353447,-0.0103265997022,0.0442569479346,0.261845469475,-0.543883713571,0.0270745423927,0.731294622436,-0.410689238309
-1470068799821502645,-0.0103227291256,0.0433989353478,0.261812895536,-0.544432568563,0.0265197883141,0.730942875453,-0.410624392773
-1470068799894473035,-0.0102811641991,0.0419302508235,0.261599689722,-0.543482288362,0.0273379392913,0.731266856117,-0.411252263772
-1470068799967227479,-0.0102682169527,0.0408192500472,0.261655300856,-0.532003823674,0.0268689003438,0.732456336654,-0.423978429506
-1470068800044626089,-0.010253562592,0.0396837852895,0.261473059654,-0.538608925728,0.0273016695112,0.731588370752,-0.4170533536
-1470068800121543445,-0.0102297589183,0.0382801406085,0.261679530144,-0.517015802274,0.0257525539594,0.732817553534,-0.441599252032
-1470068800195856695,-0.0101777520031,0.0371824167669,0.261710703373,-0.528737724325,0.0252050146885,0.731290176266,-0.430134634977
-1470068800270776132,-0.010098666884,0.0361955761909,0.261886864901,-0.541187593853,0.0265600756854,0.730686689453,-0.415340237029
-1470068800351665960,-0.0100830122828,0.0352601967752,0.261977493763,-0.543647925537,0.0268860896422,0.730522778622,-0.412383972963
-1470068800429861657,-0.010034554638,0.0338031388819,0.262135058641,-0.545169683981,0.0273456875969,0.731067189917,-0.409369017959
-1470068800504917588,-0.0100112464279,0.0328570120037,0.262115508318,-0.539892206343,0.0267656373459,0.73114387393,-0.41620745044
-1470068800579160781,-0.00999291799963,0.0320243798196,0.262143433094,-0.544953352998,0.0272728047328,0.73095738346,-0.409857707922
-1470068800652079740,-0.00999287236482,0.0311512947083,0.262036800385,-0.534225607134,0.0268290235643,0.731721127778,-0.422454015651
-1470068800734416578,-0.00994546245784,0.0297589749098,0.262070059776,-0.550932479967,0.0281662020825,0.731050349067,-0.401553800514
-1470068800807003105,-0.00997726432979,0.0289987549186,0.262027055025,-0.540846018475,0.0264774113057,0.730627152,-0.415894813326
-1470068800880344059,-0.00995203945786,0.0282795522362,0.262031167746,-0.544479327712,0.0269940651464,0.730894307473,-0.410617940967
-1470068800957108118,-0.00995563156903,0.0271285902709,0.261986523867,-0.540611976102,0.0264311424759,0.730850091619,-0.415810328855
-1470068801032181722,-0.00994534697384,0.0264678299427,0.261947602034,-0.533727220877,0.0264020593172,0.731569325416,-0.423372775541
-1470068801113833679,-0.00990626681596,0.0257412511855,0.261910229921,-0.548876182812,0.0283982088171,0.731450090419,-0.403620171576
-1470068801191794263,-0.00994666386396,0.0250635705888,0.261926501989,-0.529460312038,0.026151804887,0.731705435082,-0.428479891417
-1470068801269602423,-0.00992706883699,0.0241526253521,0.2618509233,-0.526949523019,0.0267218680698,0.732465118938,-0.430238296176
-1470068801351533163,-0.00993715971708,0.0235450677574,0.261839747429,-0.531130259734,0.0256226155692,0.731297016102,-0.427140261515
-1470068801428254251,-0.00991832371801,0.0229771826416,0.261858791113,-0.525124432801,0.0266403643652,0.732682190261,-0.432101179281
-1470068801506495891,-0.00993259903044,0.0222050026059,0.26182281971,-0.52160593373,0.0253632034331,0.732128215134,-0.437346812511
-1470068801584329524,-0.00992636755109,0.0216573867947,0.261820822954,-0.520350672139,0.025820992719,0.732661748937,-0.437921472395
-1470068801659868643,-0.00992503017187,0.0211512893438,0.261822968721,-0.516620290879,0.0255995257887,0.73293372158,-0.44187814961
-1470068801736975366,-0.0098862843588,0.0204451270401,0.261667311192,-0.51805714192,0.0266530290393,0.733587520394,-0.439039592373
-1470068801813630126,-0.00991936121136,0.019979769364,0.261788964272,-0.514245484052,0.0252716790807,0.732824329954,-0.444838651418
-1470068801886082643,-0.00989268347621,0.0195273756981,0.261703014374,-0.525602542555,0.0266251741229,0.732657517273,-0.431562312704
-1470068801958919233,-0.00987026467919,0.0188330970705,0.261627078056,-0.516881704913,0.0269686257438,0.734000970338,-0.439714193419
-1470068802031361407,-0.00991044379771,0.0184701010585,0.261688053608,-0.51489454662,0.0250086811391,0.732660461562,-0.444372388649
-1470068802104793284,-0.00993706099689,0.0181047674268,0.26173684001,-0.496716537759,0.023494356138,0.733309200127,-0.463657538875
-1470068802174795661,-0.00993292964995,0.017608506605,0.261726051569,-0.502816263858,0.0235308833076,0.732624392266,-0.458130551467
-1470068802253849177,-0.00990411546081,0.0173309016973,0.261732041836,-0.510908627073,0.0256851799598,0.733432423748,-0.447648887085
-1470068802332870745,-0.00987875740975,0.0170146413147,0.261688023806,-0.529248420931,0.0272178645624,0.732801973722,-0.426798036663
-1470068802405673223,-0.00986154004931,0.0168612319976,0.261619359255,-0.520434430608,0.0275257955043,0.734061674519,-0.435366273409
-1470068802482892285,-0.00994985550642,0.0166772939265,0.26171836257,-0.488300143435,0.0221653028208,0.732953862975,-0.473128210976
-1470068802560035057,-0.00987862795591,0.0164583530277,0.261612147093,-0.512666979362,0.0263610008928,0.733826808715,-0.444944806369
-1470068802637011990,-0.00991813931614,0.0162192266434,0.261616051197,-0.49842718047,0.0233006968789,0.733086869979,-0.462180770216
-1470068802714468449,-0.00984526984394,0.0160690527409,0.261554419994,-0.524796994322,0.0277690951588,0.733585086935,-0.430894316893
-1470068802792018303,-0.00983560085297,0.0159528460354,0.261542767286,-0.522192865396,0.0277229812343,0.734020120219,-0.433313409386
-1470068802863635269,-0.00991479400545,0.0157435517758,0.261584341526,-0.500731623156,0.0233278200009,0.732726699785,-0.460255622245
-1470068802942042448,-0.00990076456219,0.0156234763563,0.261548429728,-0.506974128075,0.0245422407906,0.732912710158,-0.453005376535
-1470068803015812667,-0.00985445454717,0.0155691280961,0.261490345001,-0.514037813033,0.0263659287327,0.733774576896,-0.44344654117
-1470068803090508930,-0.00986162293702,0.0154321910813,0.261567384005,-0.517307808055,0.026178952737,0.733464662967,-0.440155520625
-1470068803166641069,-0.00990234967321,0.0153577439487,0.261604547501,-0.502513383323,0.024054598211,0.733233732568,-0.457460347254
-1470068803244169931,-0.00990873854607,0.015345309861,0.261632293463,-0.502270801019,0.023825838919,0.73305658435,-0.458022287651
-1470068803315689551,-0.00991615001112,0.0153410015628,0.261617660522,-0.496671893105,0.0233074526558,0.733173009359,-0.463930093439
-1470068803394883473,-0.00990457739681,0.0153251066804,0.261578649282,-0.499974549325,0.0235669457633,0.733128648243,-0.460426361344
-1470068803473589826,-0.00992096681148,0.0153066851199,0.261577934027,-0.494778827801,0.0229036758776,0.732906183451,-0.466388099603
-1470068803546141373,-0.00988658796996,0.0151813132688,0.261509090662,-0.510380795929,0.0247749283004,0.732842915695,-0.449264851719
-1470068803624054131,-0.00987469311804,0.0151674598455,0.261439442635,-0.501103070266,0.0248724003173,0.733853797396,-0.457969082712
-1470068803702377384,-0.00992515869439,0.0151933217421,0.261544674635,-0.496033316113,0.0226740159332,0.732444000351,-0.465792469516
-1470068803776591992,-0.00984335877001,0.0151345049962,0.261451244354,-0.514947460015,0.0267318202394,0.73395565406,-0.44206743952
-1470068803853678030,-0.00983185786754,0.0150226419792,0.2615224123,-0.534608605404,0.0282068302962,0.733029407984,-0.419602074331
-1470068803928519951,-0.0098391091451,0.0150123005733,0.261535704136,-0.530556891769,0.0277530953596,0.733179082463,-0.424485080224
-1470068804001987378,-0.00983199104667,0.0150168072432,0.261474996805,-0.529851303805,0.0279905487275,0.733466803261,-0.424853590725
-1470068804077331494,-0.00983607862145,0.0149681149051,0.261513650417,-0.538757521527,0.0277563792448,0.732237819191,-0.415689418382
-1470068804153609992,-0.00985156465322,0.0149931609631,0.26154050231,-0.533625466773,0.0270940031082,0.732372672597,-0.422066398379
-1470068804235733704,-0.00982831697911,0.0150366397575,0.261492908001,-0.539450485164,0.0285716947198,0.732748574303,-0.413831317294
-1470068804311044167,-0.00983570422977,0.0150790717453,0.261447578669,-0.529913039566,0.0276828638988,0.733127380481,-0.425382267536
-1470068804386569157,-0.0098988218233,0.0151329925284,0.26148173213,-0.511779671013,0.0240962126186,0.732135582641,-0.448863486493
-1470068804457881786,-0.00991587899625,0.0151691660285,0.261456727982,-0.507559888243,0.0229277570395,0.731561428742,-0.454615391051
-1470068804530845314,-0.00993620511144,0.0151700079441,0.261509478092,-0.501918814847,0.0221280173848,0.731247905463,-0.461372251989
-1470068804602498151,-0.0098814740777,0.0151299610734,0.261500239372,-0.522841194056,0.0252804254347,0.731957785714,-0.436160275381
-1470068804682314258,-0.00989916268736,0.0151226138696,0.261559665203,-0.517775709287,0.0246339491569,0.731901361592,-0.442291623615
-1470068804757074903,-0.0098447650671,0.0150670735165,0.26154011488,-0.537559737484,0.0278762864637,0.732326875256,-0.417072882201
-1470068804829939794,-0.00984072778374,0.0149921216071,0.261546730995,-0.53412075312,0.027737930273,0.732788785959,-0.420673535515
-1470068804908274230,-0.00989120360464,0.0148801878095,0.261591821909,-0.517670722249,0.0249073176023,0.732252024153,-0.441818539653
-1470068804986305168,-0.00993866939098,0.0147742861882,0.261542707682,-0.493875373337,0.0220520480966,0.732094099778,-0.468656646017
-1470068805059755083,-0.00983389746398,0.0145841315389,0.261521577835,-0.540061714954,0.0281866944153,0.732329128556,-0.413802974575
-1470068805135063777,-0.00983959063888,0.0144976489246,0.261506676674,-0.54213184355,0.0277110631551,0.731862974614,-0.411948719596
-1470068805209886352,-0.00985737331212,0.0144318845123,0.261514127254,-0.529916259087,0.0267495001287,0.73255488752,-0.426422981754
-1470068805287507104,-0.00994746480137,0.0142621686682,0.26152035594,-0.500340431589,0.022012199493,0.731302617794,-0.463002588328
-1470068805361746604,-0.00994692742825,0.0142179280519,0.261513471603,-0.500868413379,0.0219138843086,0.73134030233,-0.462376444407
-1470068805438471943,-0.00993977021426,0.0142345307395,0.26151239872,-0.506661417276,0.0224496271167,0.731226207982,-0.456178095975
-1470068805514490938,-0.0098988134414,0.0141875287518,0.261516273022,-0.526861595889,0.0250285899548,0.731327816477,-0.43237721183
-1470068805593206278,-0.00985505990684,0.014111741446,0.261490166187,-0.536596630761,0.0271482263264,0.732044754251,-0.418852608249
-1470068805666751402,-0.00984100159258,0.014070848003,0.261507242918,-0.540673342863,0.0279725114861,0.732214107676,-0.413221944527
-1470068805746089077,-0.0099110910669,0.0139696197584,0.261608630419,-0.516886794781,0.0240738569213,0.731643427376,-0.443786419318
-1470068805829419435,-0.00990209449083,0.013966711238,0.261591106653,-0.519136683017,0.0246433772721,0.731865416266,-0.440752561849
-1470068805906340009,-0.00996354874223,0.0138134602457,0.261581242085,-0.501689034042,0.0214768730423,0.730668619339,-0.462569157813
-1470068805983524449,-0.00985661707819,0.0137156331912,0.261489778757,-0.529378751735,0.026782279652,0.732504318415,-0.427174753715
-1470068806060823715,-0.00984362885356,0.0136604346335,0.261534661055,-0.543591150841,0.0275348500472,0.731490016039,-0.410698002424
-1470068806133269415,-0.00985048618168,0.0135932238773,0.261507302523,-0.536315686716,0.0272889910956,0.732218145842,-0.418900205356
-1470068806206806165,-0.00987612176687,0.013527396135,0.261551886797,-0.527722225652,0.0259461001007,0.73208531257,-0.429985055044
-1470068806283728150,-0.00992621574551,0.0134575972334,0.261610835791,-0.515325188461,0.0234936952046,0.731214091729,-0.446333897973
-1470068806354900719,-0.00993740465492,0.0133594088256,0.26150727272,-0.506600733018,0.0223128810952,0.731087213687,-0.456474882799
-1470068806431741417,-0.00992847234011,0.0133077027276,0.261506944895,-0.519840313188,0.0228731463516,0.730337230761,-0.442549881171
-1470068806509745792,-0.0098526161164,0.0132555421442,0.261467427015,-0.545507999479,0.0273607730089,0.731163319229,-0.408745166599
-1470068806584872755,-0.00984180252999,0.0131948646158,0.26145324111,-0.546697545086,0.027651374889,0.731290977072,-0.406903800076
-1470068806661441046,-0.00984947942197,0.013100755401,0.261489987373,-0.544535009313,0.0275903798973,0.731464316426,-0.409487909912
-1470068806737455531,-0.00990646611899,0.0130423968658,0.261594742537,-0.524829263891,0.0246833468814,0.731247135144,-0.434997245387
-1470068806810823340,-0.00990830734372,0.0130013208836,0.261558145285,-0.519167206746,0.0239467059926,0.731217397712,-0.441829247555
-1470068806884144085,-0.0099359145388,0.0129352239892,0.261550992727,-0.513234121437,0.0229129468564,0.73087388482,-0.449320707232
-1470068806960047485,-0.00992136448622,0.0128857512027,0.261444628239,-0.509515685521,0.022758524358,0.731300597519,-0.452852351043
-1470068807033870012,-0.00989564880729,0.0127951549366,0.261537730694,-0.537786103177,0.025052866266,0.730288078047,-0.42052084869
-1470068807107051296,-0.00987893715501,0.0127296857536,0.26154306531,-0.537082963717,0.0257101571841,0.73085804659,-0.420389573653
-1470068807184372305,-0.00988125428557,0.012638406828,0.261561483145,-0.537507574962,0.0258719152243,0.730837082133,-0.419873088255
-1470068807257704776,-0.00989896059036,0.012575590983,0.26150316,-0.517151973321,0.0242000663062,0.7315659308,-0.443598334277
-1470068807331756176,-0.00992695428431,0.0124938581139,0.261531233788,-0.52044579199,0.0234383240519,0.730561989798,-0.441436293963
-1470068807409928320,-0.00992856174707,0.012456339784,0.261505126953,-0.514669212077,0.0228691726811,0.730756453181,-0.447870080733
-1470068807484303305,-0.00992417987436,0.0124352909625,0.26146247983,-0.512577063274,0.0228955728704,0.731094708102,-0.449712213236
-1470068807558361123,-0.00990374665707,0.0124739333987,0.261451929808,-0.525963898521,0.0241671405102,0.730757886622,-0.434477661004
-1470068807632928600,-0.00991629995406,0.0124276094139,0.261437773705,-0.523357379003,0.0233459667033,0.730389901395,-0.438272303052
-1470068807704934352,-0.00993147678673,0.0123872384429,0.261462628841,-0.522749779973,0.0224546153287,0.729705430447,-0.440180011547
-1470068807779075957,-0.0099138719961,0.0123742241412,0.261462599039,-0.528318514759,0.0235074540078,0.730057975379,-0.432830566336
-1470068807852248449,-0.00990913528949,0.0123846223578,0.26146543026,-0.525336471036,0.0240305059892,0.730802164984,-0.435169303416
-1470068807924118165,-0.00986102968454,0.0123410234228,0.26146158576,-0.542689039672,0.0267539876767,0.731039511378,-0.41273970389
-1470068807998213221,-0.00986469630152,0.012316535227,0.261476576328,-0.549724756765,0.0267745673325,0.730249687958,-0.404748326224
-1470068808070028188,-0.00985950417817,0.0123193152249,0.26143553853,-0.546282229262,0.0265997614375,0.730582350049,-0.408800206068
-1470068808147313910,-0.00987779535353,0.0123195564374,0.261497527361,-0.543846565604,0.026204728067,0.730460274246,-0.412276622009
-1470068808220287603,-0.00984906125814,0.0122663695365,0.261460781097,-0.542198617394,0.027035457086,0.731298237271,-0.412907533863
-1470068808306118169,-0.0098545961082,0.0122613795102,0.261465966702,-0.550354414476,0.0271097289792,0.730466957895,-0.403476274996
-1470068808378178121,-0.00987943354994,0.0123102562502,0.261478364468,-0.541466235642,0.0259356900508,0.730540410468,-0.415273842559
-1470068808449846697,-0.00986643135548,0.0123111214489,0.26146286726,-0.544701431053,0.026897582989,0.730956819911,-0.410218232729
-1470068808524627956,-0.00988419167697,0.0121427988634,0.261560499668,-0.533965538672,0.0257166141094,0.731089074953,-0.423943656344
-1470068808596451352,-0.00993068423122,0.0120467338711,0.261554718018,-0.514675106945,0.0232951719264,0.731081318298,-0.447310826264
-1470068808669026056,-0.00993837509304,0.011992671527,0.261562794447,-0.516487443886,0.0226977305219,0.730464970478,-0.44625828871
-1470068808743120212,-0.00995047856122,0.0119227198884,0.261560857296,-0.521466611303,0.0221446250674,0.729645430683,-0.441814140064
-1470068808819632054,-0.00987389776856,0.0118228942156,0.261553108692,-0.544865845863,0.0267046115556,0.730771503253,-0.410342641907
-1470068808894502621,-0.00988264009356,0.0117467679083,0.261610627174,-0.538590584807,0.0263373347092,0.731089397862,-0.418012941297
-1470068808967716139,-0.00992059428245,0.0116710579023,0.261663109064,-0.527910053116,0.0242701025069,0.730586492995,-0.432394859124
-1470068809044712115,-0.00992631819099,0.0116212628782,0.261608242989,-0.524492779401,0.0239696166443,0.73063569524,-0.436467940032
-1470068809122434362,-0.00994744151831,0.0115479202941,0.261576980352,-0.509582637782,0.0222794626102,0.730706674851,-0.453758654071
-1470068809196191838,-0.00989834219217,0.011445524171,0.261535912752,-0.539182711215,0.025416520713,0.73044603574,-0.418431109351
-1470068809269603035,-0.00985939614475,0.0114219272509,0.261501342058,-0.543854954986,0.0273942268046,0.731376113306,-0.410560988357
-1470068809342225480,-0.00985333137214,0.0113437343389,0.261517345905,-0.543955137373,0.0278017152109,0.731643340894,-0.409924255056
-1470068809415781300,-0.00986015237868,0.0113379061222,0.261558264494,-0.551761609701,0.0279635800747,0.730859737093,-0.40077575893
-1470068809491737866,-0.00985264219344,0.0113581623882,0.261532753706,-0.549071855981,0.0280436397284,0.731224568356,-0.403787421638
-1470068809564741593,-0.00985202100128,0.0113260988146,0.26151061058,-0.554491722004,0.0279775702494,0.730567313323,-0.397526837453
-1470068809637532824,-0.00986782368273,0.0113248089328,0.261573046446,-0.543591372981,0.0273918035042,0.731369017996,-0.410922702996
-1470068809713392814,-0.00984373874962,0.0113009279594,0.261471092701,-0.54703445898,0.0281662085198,0.731546388305,-0.405955474337
-1470068809789958051,-0.00990833062679,0.011220747605,0.261588275433,-0.530967956749,0.0250810417166,0.730852443605,-0.428133946247
-1470068809865581488,-0.00991130713373,0.0111928554252,0.261536091566,-0.520716535312,0.024107621821,0.73115274532,-0.440100869613
-1470068809940703328,-0.0099255759269,0.0111432243139,0.2615660429,-0.522763247425,0.0240630411261,0.730828569356,-0.438211318208
-1470068810014654565,-0.00992575194687,0.0111243361607,0.261511206627,-0.512247625054,0.0231525390875,0.731118514429,-0.450035607946
-1470068810092485589,-0.00994619820267,0.0110302483663,0.261521458626,-0.516141572951,0.0223020624497,0.730282526784,-0.446976426399
-1470068810166733809,-0.00991816259921,0.010980210267,0.261532902718,-0.52881863431,0.0241037934524,0.730500875276,-0.431437516182
-1470068810242919910,-0.00986825022846,0.0109209045768,0.261504709721,-0.541389736318,0.0269337156784,0.731358224802,-0.413868186001
-1470068810320218159,-0.00987105537206,0.0108700497076,0.261523962021,-0.53317169836,0.0266812442423,0.731902439571,-0.423479480286
-1470068810396957500,-0.00989338383079,0.0107891447842,0.261602461338,-0.534323232063,0.0257354305605,0.731135884512,-0.42341078124
-1470068810477095260,-0.0099119618535,0.0107422545552,0.26159620285,-0.529418094834,0.0247553610248,0.730720950899,-0.430291232632
-1470068810550417878,-0.00991042517126,0.0107355704531,0.261527836323,-0.517600620221,0.0245315538788,0.731859400399,-0.442571597438
-1470068810627079705,-0.00993082858622,0.0107065336779,0.26159337163,-0.522611279178,0.0237151808562,0.730604706286,-0.438784462152
-1470068810699664930,-0.00987710896879,0.0107998866588,0.261554419994,-0.543596499818,0.0267129876955,0.730845848324,-0.411890285953
-1470068810772188150,-0.00987132824957,0.0108037013561,0.261522650719,-0.537234930552,0.0264226766058,0.731328099814,-0.419332424192
-1470068810848621264,-0.00990580394864,0.0108676832169,0.26169398427,-0.542848891727,0.026274836668,0.730672312075,-0.413210220198
-1470068810923513384,-0.00993384234607,0.0112271336839,0.261761307716,-0.539198914022,0.0249015300665,0.730083105876,-0.419074102554
-1470068810995398967,-0.00992131326348,0.0120432646945,0.261667251587,-0.536601385397,0.0241794950731,0.729993848665,-0.422591157171
-1470068811070444144,-0.00991426594555,0.0129297431558,0.261461675167,-0.534698083593,0.023498127579,0.729317583487,-0.426194392055
-1470068811159832443,-0.00990086141974,0.0131723163649,0.26122495532,-0.544791279801,0.0229243893844,0.728092146076,-0.415401926629
-1470068811235534565,-0.00979971606284,0.0133380396292,0.260899543762,-0.563257238249,0.0263200083311,0.728480219508,-0.389056693179
-1470068811307130947,-0.00983388070017,0.0134140932932,0.260644108057,-0.554202182725,0.0233622408154,0.727427390444,-0.403935066563
-1470068811379841379,-0.00981529522687,0.0134795997292,0.260314583778,-0.569379022362,0.0245727527419,0.726790539489,-0.383378690625
-1470068811460688322,-0.00983902532607,0.0135132130235,0.259818971157,-0.568498705061,0.0255763421476,0.72739007422,-0.383482402454
-1470068811536246450,-0.0098688416183,0.0136176487431,0.259397178888,-0.557272542191,0.0251479224659,0.728301986952,-0.39798380811
-1470068811610579509,-0.00986216124147,0.0138912145048,0.25917494297,-0.553598957318,0.0253686081509,0.728832936383,-0.402103443184
-1470068811684870518,-0.00989083293825,0.0141014270484,0.258990466595,-0.533528724858,0.0220832795052,0.728334220096,-0.429405044631
-1470068811761920494,-0.00985962152481,0.0145901069045,0.258947938681,-0.538427266589,0.0230842728346,0.728805736367,-0.422380626426
-1470068811833917835,-0.0098868990317,0.0149357067421,0.258931785822,-0.526477820463,0.0215034186216,0.728541538739,-0.437705304835
-1470068811905818126,-0.00988393463194,0.01503145881,0.259027034044,-0.530751158017,0.0222918393899,0.728743528839,-0.432133256456
-1470068811977542174,-0.00981466751546,0.0148592730984,0.258884966373,-0.55660591791,0.0255876102388,0.728659102043,-0.398234904749
-1470068812053132057,-0.00981390569359,0.0148065304384,0.258912324905,-0.559823771423,0.0259165299647,0.728656506213,-0.393681818704
-1470068812126651297,-0.00981144420803,0.0148363532498,0.258936822414,-0.565437218063,0.0265667472394,0.728395742711,-0.386024095583
-1470068812201472503,-0.00981819443405,0.0147512629628,0.258896887302,-0.56087645739,0.0255715473753,0.728277946542,-0.392905749629
-1470068812277500258,-0.0098388902843,0.0146344816312,0.258931130171,-0.551714401446,0.0246874027191,0.728573154524,-0.405194903585
-1470068812351116127,-0.00986713077873,0.014469939284,0.258794426918,-0.540189128413,0.0223704888115,0.727952296642,-0.421640511085
-1470068812426281179,-0.00977347698063,0.0143683757633,0.258738726377,-0.567454428052,0.0277718809309,0.728966526876,-0.381879558773
-1470068812502022921,-0.00979763176292,0.0142330415547,0.258842378855,-0.560705615445,0.0265266558408,0.728835126456,-0.392052174821
-1470068812579239667,-0.00989150814712,0.01406371966,0.258848577738,-0.519735978888,0.0209622109718,0.728534442995,-0.445727117562
-1470068812654509559,-0.00977994780988,0.0138708427548,0.258837342262,-0.570033105133,0.027461871471,0.728556934652,-0.378830961825
-1470068812725721768,-0.0098271984607,0.0137248635292,0.258856743574,-0.545178709222,0.0243261653098,0.728907895766,-0.413378388625
-1470068812798026539,-0.00986339244992,0.0135716479272,0.258777052164,-0.533475497858,0.0221175244664,0.728325397675,-0.429484369213
-1470068812869942878,-0.00975228194147,0.0134279262275,0.258722156286,-0.56754100432,0.0282189917244,0.729316669849,-0.381048674059
-1470068812953598594,-0.00986246950924,0.0132160140201,0.258812218904,-0.53047620341,0.0224637498854,0.728719804148,-0.432501820343
-1470068813029668488,-0.00984056666493,0.0130823776126,0.258758604527,-0.54175923098,0.0232379525763,0.728467611307,-0.418678722274
-1470068813111478393,-0.00978033337742,0.0129334200174,0.258759319782,-0.558619046742,0.0267992083572,0.729264183789,-0.394208464257
-1470068813189198189,-0.00983942765743,0.012785342522,0.258802384138,-0.537310864258,0.0233256287233,0.728853005842,-0.423705376493
-1470068813273936581,-0.00984631851315,0.0126677826047,0.258736014366,-0.539722905995,0.02251125365,0.728163106484,-0.421865995974
-1470068813357998215,-0.00979673769325,0.0124399317428,0.258792996407,-0.554903038379,0.0260124425659,0.72906763853,-0.399832901694
-1470068813433965205,-0.00984189473093,0.0123138334602,0.258777499199,-0.530585076097,0.0228099971551,0.729062370969,-0.431772208798
-1470068813506740162,-0.00980436708778,0.0121548296884,0.258702009916,-0.549444943267,0.0249357937653,0.728990690213,-0.407505870006
-1470068813576017417,-0.00977024808526,0.0120407855138,0.25870847702,-0.560532328364,0.0270345432321,0.729236272897,-0.391518965853
-1470068813648594021,-0.00980826374143,0.0119065949693,0.25870770216,-0.546325537853,0.0245650186276,0.728942124092,-0.411786772825
-1470068813721181580,-0.00985000748187,0.0117552438751,0.258713304996,-0.538268817041,0.0220170094069,0.727868043908,-0.42425233359
-1470068813795503359,-0.00973864551634,0.011650278233,0.2586761415,-0.567630590891,0.0283662013327,0.729320616003,-0.380896718259
-1470068813871477778,-0.00978093966842,0.0115304114297,0.258727103472,-0.559942175745,0.0263007666873,0.728742915451,-0.393327843757
-1470068813945545317,-0.00982626248151,0.0114162834361,0.258704394102,-0.533326373257,0.0229556040482,0.728879789272,-0.428684350801
-1470068814023655790,-0.00982833467424,0.011291728355,0.258642584085,-0.544678679043,0.0228524572584,0.727989727406,-0.415732917369
-1470068814095733428,-0.0097719989717,0.0112161291763,0.258617132902,-0.55310584571,0.0263050769717,0.729537120365,-0.401444337831
-1470068814173109701,-0.00978086981922,0.0111074103042,0.258684515953,-0.558371985354,0.0261335291231,0.728784590224,-0.395488034813
-1470068814247833388,-0.0097939055413,0.0110444566235,0.258651226759,-0.542022293187,0.0250667197687,0.729728531323,-0.416028561306
-1470068814325866612,-0.00981879327446,0.0109316976741,0.258651584387,-0.540871850835,0.0235129064741,0.728686562879,-0.41942898956
-1470068814402534975,-0.00984385795891,0.0108686387539,0.258675634861,-0.533547452063,0.022467481276,0.728680168154,-0.428774464283
-1470068814475793169,-0.00980110373348,0.0108100622892,0.258627861738,-0.549729196962,0.0245210350459,0.72859833907,-0.407849223554
-1470068814550052098,-0.00974109396338,0.0107300132513,0.258616119623,-0.560716210238,0.0277648322956,0.729637466611,-0.390455647906
-1470068814633865355,-0.00978125445545,0.0105991484597,0.258621245623,-0.543662979005,0.025038312366,0.729413351442,-0.414439152242
-1470068814711878731,-0.00981512013823,0.010540228337,0.258661687374,-0.536042103857,0.023541408988,0.729103305859,-0.424868255275
-1470068814786463263,-0.00982366129756,0.0105039207265,0.25868049264,-0.533228917433,0.0232462032422,0.729250566419,-0.428159020721
-1470068814863253982,-0.00980827119201,0.0104670841247,0.25860825181,-0.539063544031,0.0237333253359,0.729121995043,-0.420984965419
-1470068814938969363,-0.00977940484881,0.0103037739173,0.258616387844,-0.549814745562,0.0255845988717,0.729246064333,-0.406508734862
-1470068815023399017,-0.00982164870948,0.00997146870941,0.258578121662,-0.539961141516,0.0233586291932,0.728702130458,-0.420582388078
-1470068815100067230,-0.00978262163699,0.0088351611048,0.258615523577,-0.539085887631,0.0254573201651,0.730031782762,-0.419275478373
-1470068815174923695,-0.00978967174888,0.00819947570562,0.258565247059,-0.536487534281,0.0244692717511,0.72982782665,-0.42300558359
-1470068815254049017,-0.00978303235024,0.00767731526867,0.258309453726,-0.525776322289,0.022704041947,0.72948217664,-0.436920518359
-1470068815328171197,-0.00971377361566,0.00722702313215,0.257969617844,-0.534333586592,0.0244218867495,0.730044430644,-0.425354345191
-1470068815400370611,-0.00966475624591,0.00698324711993,0.25750002265,-0.546186720475,0.024916838063,0.729240676051,-0.411421017875
-1470068815477322574,-0.00967009644955,0.00688396114856,0.257164865732,-0.547062706504,0.0249012563212,0.728799230351,-0.411040149409
-1470068815550497001,-0.0097246831283,0.00678155571222,0.256424307823,-0.548095269257,0.0255707873025,0.729363932216,-0.408614690187
-1470068815624888474,-0.00974899716675,0.006778025534,0.255986124277,-0.527209207376,0.0223566000531,0.729082914025,-0.435876976415
-1470068815712756467,-0.00970896333456,0.00673952372745,0.255709260702,-0.532569712239,0.022314289629,0.728671300214,-0.430011290932
-1470068815785918569,-0.00966703984886,0.00672650849447,0.25543692708,-0.53202302007,0.0231895697045,0.72932862335,-0.429527076137
-1470068815866014896,-0.00959998369217,0.00670125521719,0.255075037479,-0.545527888107,0.0247776612156,0.729183918365,-0.412402963132
-1470068815939122334,-0.00961808487773,0.00671913474798,0.254394650459,-0.521799034797,0.0243514415651,0.731185782053,-0.43874836376
-1470068816012173080,-0.00965882930905,0.00669618695974,0.253835767508,-0.525790606156,0.0248663826513,0.731302267608,-0.433731362577
-1470068816083725687,-0.00964025128633,0.00654319720343,0.253588885069,-0.540415369477,0.0253256129779,0.730098877448,-0.417451159909
-1470068816157751965,-0.00967250205576,0.00636693881825,0.253391683102,-0.527209484016,0.022042974668,0.728738481278,-0.436468204037
-1470068816232864344,-0.00962376594543,0.00606551393867,0.253411889076,-0.540872659904,0.0245025705541,0.729298017778,-0.418307053574
-1470068816310063261,-0.0096341194585,0.0059226937592,0.253285855055,-0.533496394546,0.0230597516983,0.729026706085,-0.428217125619
-1470068816385605021,-0.00964853540063,0.00629663933069,0.253232508898,-0.531808689116,0.0219633001839,0.728408796446,-0.431413672576
-1470068816461081399,-0.00961644947529,0.00641448749229,0.253228276968,-0.545489778083,0.0242758129485,0.728684610818,-0.413364639115
-1470068816537214741,-0.00961474236101,0.00642562331632,0.25319865346,-0.543002964751,0.0240740829549,0.728810401422,-0.416417599989
-1470068816610003504,-0.0095183532685,0.00637014675885,0.250477582216,-0.537668218665,0.0225037472621,0.728004844314,-0.424753357435
-1470068816681778126,-0.00955010391772,0.00649123592302,0.250067025423,-0.501729851304,0.0183440550255,0.727910704902,-0.4669867853
-1470068816752044601,-0.00951475929469,0.00653589190915,0.250104397535,-0.526037907619,0.0204344889202,0.727544042761,-0.439938878997
-1470068816825823243,-0.00956451985985,0.00661060400307,0.25052472949,-0.532282020778,0.0206028304924,0.727285359149,-0.432790226438
-1470068816902361122,-0.00955781154335,0.00665424391627,0.250561475754,-0.535299079576,0.0213957010166,0.727533434985,-0.428593304149
-1470068816972387093,-0.00953885447234,0.00672981422395,0.250593096018,-0.539182043548,0.0224388201202,0.72787720523,-0.423053185042
-1470068817043914468,-0.00953064020723,0.00677133072168,0.250575274229,-0.539915590065,0.0228832004828,0.728077731809,-0.421746761914
-1470068817116015292,-0.00951930321753,0.00684034405276,0.250586599112,-0.546997876281,0.0235692051142,0.728006350317,-0.412607040431
-1470068817187717796,-0.00951080117375,0.00695031834766,0.250558584929,-0.552090025448,0.0239850116625,0.727897176405,-0.405939679753
-1470068817259984381,-0.00957811903208,0.00703567964956,0.25053781271,-0.530036855725,0.0201734238098,0.727090039687,-0.435883056259
-1470068817338390290,-0.00956375151873,0.00708046648651,0.250586330891,-0.53938227406,0.0213258123061,0.727114789022,-0.424165127922
-1470068817418287192,-0.0095315054059,0.0071335346438,0.250537186861,-0.545773994335,0.0227263448707,0.727523453362,-0.415119121657
-1470068817490546953,-0.00952160265297,0.00720601063222,0.250545918941,-0.549900173434,0.0234537083869,0.727630115186,-0.409407056967
-1470068817568278766,-0.00950769521296,0.00727695645764,0.250592201948,-0.556179992676,0.0244063057276,0.72786212568,-0.400355934124
-1470068817645823425,-0.00952304899693,0.0073307743296,0.250629812479,-0.552690551997,0.0236268738267,0.727710634825,-0.405477689312
-1470068817722945587,-0.00957106985152,0.00739541091025,0.250590413809,-0.534388462073,0.0207045971786,0.727277016736,-0.430195806797
-1470068817799141957,-0.009570710361,0.00749723194167,0.250582426786,-0.535118026845,0.0207838207399,0.72713216582,-0.429529444358
-1470068817879986955,-0.00954380445182,0.00759518379346,0.250607311726,-0.546393846484,0.0227175102592,0.72742286063,-0.414479988763
-1470068817955151088,-0.00964188110083,0.00788557808846,0.250682651997,-0.513294003353,0.0179505969957,0.726656452052,-0.456264663194
-1470068818034062609,-0.00955258496106,0.00826983619481,0.250707089901,-0.549324054115,0.0233512304773,0.727710829938,-0.410042377805
-1470068818114235643,-0.00954588130116,0.00820862315595,0.250818252563,-0.543141854435,0.0237419605492,0.728528402744,-0.416748859225
-1470068818191453883,-0.0096157733351,0.0083385175094,0.250706493855,-0.522666505024,0.0189244731078,0.726698357976,-0.445388690201
-1470068818268305271,-0.00951833091676,0.00877212174237,0.250318109989,-0.537982796589,0.0216901761846,0.727610543005,-0.425072869681
-1470068818340864084,-0.00945435930043,0.00894217099994,0.250060200691,-0.547387499015,0.0238699700263,0.728232725059,-0.411672501639
-1470068818423471744,-0.00950825214386,0.00905982125551,0.249626860023,-0.511622084499,0.020515416347,0.728954464105,-0.454364775931
-1470068818496841974,-0.00955095328391,0.00915225036442,0.248710498214,-0.526697976139,0.0237002062531,0.730209142354,-0.434536707974
-1470068818573294419,-0.00955657102168,0.00919631216675,0.248423248529,-0.518617208931,0.0211609693161,0.728929404017,-0.446374649748
-1470068818659149292,-0.00953172426671,0.00922621693462,0.248190030456,-0.518024886104,0.0202562777225,0.728226290686,-0.448248112259
-1470068818735603179,-0.00945465266705,0.00922778248787,0.247975975275,-0.546564837796,0.0225934604262,0.727403373128,-0.414295481985
-1470068818813314265,-0.00943581294268,0.00920774322003,0.247599884868,-0.531342843319,0.0225446839994,0.728577763542,-0.431672286057
-1470068818888693018,-0.00945897307247,0.00920835323632,0.247177183628,-0.520271731265,0.022644714881,0.729817848549,-0.442911334777
-1470068818963113836,-0.00951253995299,0.00919500458986,0.246558964252,-0.531611177839,0.0234197799368,0.729590281773,-0.429580132509
-1470068819036933333,-0.00949002522975,0.00923143792897,0.246198937297,-0.529069830402,0.0223061488172,0.729058556634,-0.433660202558
-1470068819110591576,-0.00949521828443,0.0092210303992,0.245998680592,-0.516779985411,0.020148035261,0.728506784429,-0.449233089159
-1470068819184371729,-0.00944828987122,0.00919769238681,0.245798572898,-0.525677771186,0.0212023001592,0.728514947112,-0.438724646199
-1470068819259027237,-0.00939926411957,0.00922984350473,0.245665863156,-0.54175711548,0.0230561779883,0.728424954938,-0.418765716729
-1470068819337871475,-0.00937491282821,0.0092459442094,0.245442301035,-0.535199531994,0.0234887924651,0.729233661563,-0.425708825872
-1470068819411065462,-0.00934784673154,0.00930352788419,0.245142802596,-0.535649656633,0.024744411922,0.730089180091,-0.423599986475
-1470068819493290933,-0.00945568270981,0.00940287578851,0.244592025876,-0.517635351156,0.021000338448,0.728858152286,-0.447636485181
-1470068819570726270,-0.00948298722506,0.0094467997551,0.244296312332,-0.53847197026,0.0222960838183,0.728003816885,-0.423746698501
-1470068819660357330,-0.00946540664881,0.00960953067988,0.243995815516,-0.536317047565,0.0214683932553,0.727582705335,-0.427231248247
-1470068819737269349,-0.00943100638688,0.00970929209143,0.243779435754,-0.530964288005,0.0215909254829,0.728133881826,-0.432933952165
-1470068819824936452,-0.00943371094763,0.00982713047415,0.244051039219,-0.556670141331,0.0238804858904,0.727461634197,-0.400434322848
-1470068819902874315,-0.00952681247145,0.00997678004205,0.244549259543,-0.528892739681,0.0232339838481,0.729735858773,-0.432687217662
-1470068819974114468,-0.00944792665541,0.0101018864661,0.245135322213,-0.53789898823,0.0246535406757,0.729933851718,-0.421014790131
-1470068820046518704,-0.00951124541461,0.0101915029809,0.24434222281,-0.537058359036,0.023004249366,0.72871803607,-0.424274848897
-1470068820117165449,-0.0095112239942,0.0101636918262,0.244196549058,-0.536201306842,0.0211713399599,0.727291793929,-0.42788617574
-1470068820189386440,-0.00940571166575,0.0102160461247,0.241805508733,-0.530192158329,0.0216070903028,0.728116576173,-0.433907432983
-1470068820266758054,-0.00936189107597,0.010265850462,0.240852996707,-0.516323242918,0.0199768837521,0.728116496142,-0.450397159164
-1470068820342892494,-0.009376344271,0.0103051885962,0.240452304482,-0.511662881522,0.0209341594397,0.729185881759,-0.453928195295
-1470068820417102918,-0.00935313757509,0.0103536443785,0.239660128951,-0.542588159696,0.0239994578458,0.72895783688,-0.416704436061
-1470068820491641062,-0.00938720814884,0.0103794373572,0.239408656955,-0.518099037034,0.0198645083734,0.727996982274,-0.448552319056
-1470068820568105890,-0.00933903083205,0.0103701995686,0.239185079932,-0.531601574218,0.0206750102601,0.7272823562,-0.43362735684
-1470068820643011548,-0.00929461419582,0.0104012563825,0.23904876411,-0.54304530266,0.0225137209159,0.72769377182,-0.418397784511
-1470068820717388856,-0.00937346741557,0.0104813557118,0.239513799548,-0.535863997641,0.022214421282,0.72840317845,-0.426362645108
-1470068820793774869,-0.0094159943983,0.010570554994,0.239813357592,-0.527928061858,0.0226843721372,0.729508207117,-0.434275438532
-1470068820869384671,-0.00941677205265,0.0105738788843,0.239762842655,-0.521837033258,0.0217195774347,0.729311535782,-0.441949153695
-1470068820941814636,-0.00936632044613,0.0105631584302,0.239565134048,-0.532213202552,0.0230611163198,0.72941884254,-0.429145015223
-1470068821014876263,-0.00929851271212,0.0105684492737,0.239333465695,-0.544651318085,0.0250611366032,0.729635427568,-0.412745713457
-1470068821088361771,-0.00924267154187,0.0105671035126,0.238889425993,-0.549615248434,0.0269164023306,0.73036690722,-0.404676125823
-1470068821164523785,-0.00922739412636,0.0105442311615,0.238611191511,-0.562748101796,0.0280377539912,0.729721633654,-0.387343253011
-1470068821242266499,-0.00932472012937,0.010562133044,0.238253712654,-0.547608535926,0.0246984295729,0.728983962737,-0.409996659778
-1470068821315787034,-0.00933967530727,0.0106821237132,0.237856805325,-0.556265257255,0.0252544792435,0.728529789701,-0.398968069357
-1470068821389962573,-0.00935753434896,0.0108785899356,0.237486407161,-0.528972483159,0.0215766553453,0.728436931448,-0.434858824112
-1470068821461336026,-0.00925921369344,0.0109406402335,0.237210720778,-0.54946846849,0.0250792046784,0.72909855443,-0.407272308849
-1470068821532938588,-0.00923070684075,0.0110585466027,0.236785843968,-0.542358730096,0.0256193764715,0.730199099397,-0.414728743491
-1470068821606099073,-0.00931299757212,0.0111149474978,0.236393108964,-0.521746813112,0.0218103647548,0.729186504746,-0.442257405018
-1470068821677905304,-0.0092788040638,0.011158191599,0.235656052828,-0.557572552843,0.0259118407694,0.728706070565,-0.396773093274
-1470068821749212321,-0.00932110659778,0.0112000824884,0.235439658165,-0.539608511779,0.0217980270867,0.727496086024,-0.42319846981
-1470068821823398452,-0.00925041362643,0.0112141165882,0.235098540783,-0.548888051668,0.0232971126583,0.727707951125,-0.410634008756
-1470068821901044161,-0.00919674988836,0.0112641584128,0.234708204865,-0.550646444067,0.0257171624103,0.729257289095,-0.405352843206
-1470068821973943029,-0.00924546644092,0.0112905856222,0.2341991961,-0.552095352187,0.0252540815564,0.728942220427,-0.403975485317
-1470068822047293460,-0.00930775143206,0.0113296918571,0.233717724681,-0.527985833548,0.0229900206171,0.72968515609,-0.433891681767
-1470068822123259729,-0.00920538511127,0.0113554894924,0.233321994543,-0.552685973906,0.0254578863975,0.729086860991,-0.40289261522
-1470068822192194320,-0.00917331781238,0.0114032486454,0.233150392771,-0.560202506351,0.0259817817013,0.7285406174,-0.393353108157
-1470068822264103071,-0.00922062620521,0.0115512730554,0.233065664768,-0.548238493075,0.023509706898,0.728080268974,-0.410829612277
-1470068822336413327,-0.00919575337321,0.0115730203688,0.233049914241,-0.553938784476,0.0248702586888,0.728467579793,-0.402328570295
-1470068822412409013,-0.00920272711664,0.0116111170501,0.233047902584,-0.548670149156,0.0243678705893,0.728625649395,-0.409233353177
-1470068822490693322,-0.00917115341872,0.0114215258509,0.233053341508,-0.556126357485,0.0257386497739,0.728750906091,-0.398726865525
-1470068822568689444,-0.0091697415337,0.011316685006,0.232995778322,-0.558604705216,0.0260176284,0.728785632916,-0.395164987794
-1470068822645660981,-0.00917310547084,0.0113295391202,0.233026355505,-0.557290211038,0.0262630490987,0.729024682444,-0.396561326053
-1470068822719787462,-0.00918646156788,0.0113566983491,0.232987359166,-0.551553510486,0.0262893140006,0.729642681227,-0.403384623867
-1470068822795377718,-0.00916401576251,0.011302898638,0.232979014516,-0.564565321833,0.0270560439598,0.728883610858,-0.386345246755
-1470068822872191818,-0.00919738132507,0.0112521769479,0.232992112637,-0.55423095814,0.0253010077611,0.728690812217,-0.40149421445
-1470068822947267250,-0.00921804551035,0.0112179405987,0.232988446951,-0.549283693772,0.0245931343768,0.728746681709,-0.408179954672
-1470068823025562964,-0.00925892777741,0.0111593035981,0.23292350769,-0.527086583072,0.0223797855726,0.729063313883,-0.436056835164
-1470068823101324804,-0.00923675484955,0.0111058298498,0.232885539532,-0.530751760291,0.0234100103742,0.72953155341,-0.430741515229
-1470068823176238261,-0.00922209210694,0.0110418759286,0.232899859548,-0.538312412956,0.0245025094395,0.729585351327,-0.421099261716
-1470068823248452271,-0.00916907191277,0.0109673561528,0.232910990715,-0.556297310945,0.0272963069976,0.729782851453,-0.396491113626
-1470068823326975713,-0.00919895991683,0.010876359418,0.232913777232,-0.548411350476,0.0257583450901,0.729587919809,-0.40777808376
-1470068823400891843,-0.00922002177685,0.0108197117224,0.232868999243,-0.53746332286,0.0244415686583,0.729706717066,-0.421976176306
-1470068823475031403,-0.00926517043263,0.0107459845021,0.23293928802,-0.524307913395,0.0219395322128,0.728967992341,-0.439574265648
-1470068823553971381,-0.00924475863576,0.0106890434399,0.232916280627,-0.528415006319,0.0234569814783,0.729753240425,-0.433229222473
-1470068823630366995,-0.00923029240221,0.01063657552,0.232923030853,-0.537472343534,0.0243734560242,0.729580793987,-0.422186309137
-1470068823704580721,-0.00920823123306,0.0106008350849,0.232876941562,-0.539607609014,0.0258557293616,0.730537790954,-0.417695637447
-1470068823778140516,-0.00918458588421,0.0105241769925,0.232894986868,-0.550772867641,0.0262203672727,0.729643075473,-0.404453610472
-1470068823850796370,-0.00927029829472,0.010337295942,0.232886016369,-0.52273400802,0.0221782162647,0.729269527736,-0.44093450704
-1470068823934819109,-0.00922179315239,0.00998841319233,0.232687413692,-0.531648104352,0.024725745638,0.730424546115,-0.428040784359
-1470068824010087736,-0.00924312416464,0.00953376665711,0.232531368732,-0.537934948702,0.0243031188766,0.729408674533,-0.421898488851
-1470068824085443400,-0.00919905118644,0.00933029968292,0.232451677322,-0.538307015939,0.0256761204901,0.730529097136,-0.419396628105
-1470068824159740133,-0.00928217638284,0.00928443111479,0.23210093379,-0.543973389276,0.0244081196853,0.728949299366,-0.414885664257
-1470068824231784700,-0.00923189241439,0.00908692087978,0.231727004051,-0.550347519153,0.0258914330445,0.729503589777,-0.405304520527
-1470068824304674613,-0.0092092929408,0.00887782871723,0.231388702989,-0.546099328081,0.0245929182095,0.728970021663,-0.412035702047
-1470068824376483414,-0.0091993091628,0.00876979809254,0.23106867075,-0.532922366871,0.0234594321958,0.729471137816,-0.428153319528
-1470068824447675463,-0.0091953985393,0.00875128153712,0.230691328645,-0.510262672446,0.0231742435554,0.731453100411,-0.45174253889
-1470068824524029866,-0.00918651558459,0.00875594094396,0.23014447093,-0.54226794915,0.0261650853303,0.730559726731,-0.414177915048
-1470068824597264306,-0.00920174922794,0.00874137878418,0.229691132903,-0.544026205449,0.0251406264353,0.729652739489,-0.413533936266
-1470068824673544959,-0.0091900350526,0.00874667987227,0.229486882687,-0.543949232728,0.0239393934949,0.728732513435,-0.415325247867
-1470068824746343629,-0.00911741424352,0.00878784246743,0.228892073035,-0.534912779371,0.0247725398,0.730260395785,-0.424233890778
-1470068824819895855,-0.00914065446705,0.0087829940021,0.228658631444,-0.53350288974,0.0247164811466,0.730335631452,-0.425879827688
-1470068824904880827,-0.00916456803679,0.00878561940044,0.22812910378,-0.537447630033,0.0254199066482,0.730571363394,-0.420439479958
-1470068824982636520,-0.00915729720145,0.00878271367401,0.227775126696,-0.549402304303,0.0255920613565,0.72955459003,-0.406512305581
-1470068825056207596,-0.00916907470673,0.00877297669649,0.227554306388,-0.534563876525,0.0230343392063,0.72913988569,-0.426691818796
-1470068825130246312,-0.00910825747997,0.00880985800177,0.227036580443,-0.528786969289,0.0243655676894,0.730453295708,-0.431542168288
-1470068825209024594,-0.00910140015185,0.00879337452352,0.226626694202,-0.537386179033,0.0249387616273,0.729876881809,-0.421750981213
-1470068825290706586,-0.00914288684726,0.00879628863186,0.226122900844,-0.541757614663,0.0249613067313,0.729690990795,-0.416445288211
-1470068825365954357,-0.00913035217673,0.00880363490433,0.225686475635,-0.541352550841,0.0237468935369,0.728953778585,-0.418329881113
-1470068825440191571,-0.00907384138554,0.00883653387427,0.225328490138,-0.541266079415,0.0251493815558,0.729959263401,-0.416602944849
-1470068825513491646,-0.00905662309378,0.00885872263461,0.224968567491,-0.533188215771,0.0256711672196,0.731090887239,-0.424920501192
-1470068825587188736,-0.00911686290056,0.0088502895087,0.224185541272,-0.539198407176,0.0244591307292,0.729846992569,-0.419511854495
-1470068825659763418,-0.00910423789173,0.00883014313877,0.223853871226,-0.541767378653,0.0231598486913,0.728524491671,-0.418573522659
-1470068825742197907,-0.00905037578195,0.00886983890086,0.223515510559,-0.532214381457,0.0242607731864,0.730123043054,-0.427878030583
-1470068825816005020,-0.00903503224254,0.00891272630543,0.223133951426,-0.517638589555,0.0247722800824,0.731779730078,-0.442645514368
-1470068825890396952,-0.00909910537302,0.00891009625047,0.222444668412,-0.525614252042,0.0239548342724,0.730759340766,-0.434909887044
-1470068825969427276,-0.00904482416809,0.00892762187868,0.222033157945,-0.539086606557,0.0248494511657,0.730183777654,-0.419046281762
-1470068826041733160,-0.00897809676826,0.00891248881817,0.221775457263,-0.557106595178,0.026190539247,0.729147018819,-0.396599195928
-1470068826115870645,-0.00899579096586,0.00894689746201,0.221456885338,-0.538160324795,0.0252202633398,0.730228635996,-0.420135147667
-1470068826195986384,-0.00904182624072,0.00901460275054,0.220732226968,-0.514049879077,0.023301306006,0.731150091225,-0.447916638518
-1470068826270456668,-0.00902076158673,0.00898165535182,0.220382302999,-0.548637485364,0.0252889259913,0.729373200898,-0.407887378681
-1470068826343538903,-0.00898229051381,0.00900430884212,0.220044925809,-0.53815900061,0.0247601717433,0.730032393345,-0.420505087513
-1470068826419940297,-0.0089831603691,0.00903146807104,0.219681963325,-0.519377674318,0.0240632409732,0.731154936147,-0.441678900562
-1470068826496254118,-0.00887120794505,0.00890534836799,0.219209015369,-0.532058701479,0.0253134506565,0.730905717427,-0.426672707855
-1470068826570581552,-0.00882809702307,0.00884127803147,0.218953743577,-0.518997541668,0.024546124747,0.731675799588,-0.441236403529
-1470068826644371740,-0.00878744293004,0.00875877775252,0.218622788787,-0.514635074941,0.0244520212522,0.732025994755,-0.445747441159
-1470068826716722117,-0.00871481467038,0.00870518013835,0.218260720372,-0.509906191568,0.0247330444021,0.732891674102,-0.449726301596
-1470068826793123863,-0.00869086105376,0.00852464698255,0.217786476016,-0.516217988805,0.023772606911,0.731315761316,-0.445119207007
-1470068826867971422,-0.00865629315376,0.00846294965595,0.21739898622,-0.532503793664,0.0251703176346,0.731054615718,-0.425870066665
-1470068826942135977,-0.00861545559019,0.00837726239115,0.217008039355,-0.531035863467,0.0252701798347,0.73150640402,-0.426920028343
-1470068827013865271,-0.00859997328371,0.00824631936848,0.216781720519,-0.530405838066,0.024293012709,0.730576644269,-0.429345156403
-1470068827085914584,-0.00854705180973,0.00813030079007,0.216492146254,-0.534265321899,0.0242331999811,0.730277743609,-0.425050273525
-1470068827163418899,-0.00854115653783,0.00804051477462,0.216288387775,-0.529446343767,0.0239413143958,0.730422991677,-0.430808119429
-1470068827234325231,-0.00856424216181,0.00795297045261,0.216141238809,-0.525241691739,0.0230539404656,0.730021260953,-0.436644752224
-1470068827304715425,-0.00852678995579,0.00779099389911,0.216093346477,-0.538396222947,0.0256933265487,0.730817454324,-0.41877823313
-1470068827378160646,-0.00863590370864,0.00744579778984,0.215765193105,-0.524985939713,0.0241145140091,0.731003388899,-0.435249696996
-1470068827451126903,-0.00865653529763,0.0073520662263,0.215557336807,-0.529524452816,0.024087315823,0.730632538412,-0.430348404087
-1470068827528242411,-0.00867890566587,0.00743184005842,0.215448737144,-0.511196179062,0.0215808549932,0.730604770158,-0.452138698889
-1470068827600894399,-0.00862601306289,0.00758447637782,0.215369448066,-0.536973068514,0.0242619315117,0.730083377003,-0.421959174559
-1470068827674855760,-0.00861929170787,0.00784169975668,0.215297952294,-0.553636700408,0.0249205883057,0.728897381947,-0.401962653527
-1470068827754118018,-0.00863902363926,0.00811038631946,0.215017408133,-0.545079583419,0.0241552247123,0.729243999878,-0.412926096899
-1470068827830798545,-0.00862713064998,0.00822364725173,0.214849814773,-0.545356667508,0.02492619842,0.729768753675,-0.411585174656
-1470068827904506442,-0.0086555890739,0.00827350094914,0.214644417167,-0.529066054819,0.0228281277032,0.729991672917,-0.432064976244
-1470068827975295068,-0.008734584786,0.00821890681982,0.21414193511,-0.516409548692,0.0211741381202,0.729861602809,-0.447409068571
-1470068828048075828,-0.00871421769261,0.0081163328141,0.213890701532,-0.519769760988,0.0217635783231,0.730080947354,-0.443111219144
-1470068828120620130,-0.00870795734227,0.00803017430007,0.213464975357,-0.517401431462,0.0208697622186,0.729458349333,-0.446934814413
-1470068828202424050,-0.00874702539295,0.00795817375183,0.213267236948,-0.519841954087,0.0202144087975,0.728643421649,-0.445459857378
-1470068828276273173,-0.00876442156732,0.00790839828551,0.212753355503,-0.526054323965,0.0213888919189,0.729107923678,-0.437276799259
-1470068828350396666,-0.00868599303067,0.0079051759094,0.21236756444,-0.530464600242,0.0233464546314,0.730258478696,-0.429866031734
-1470068828421562232,-0.00865610223264,0.00777699938044,0.212027817965,-0.519412232056,0.0214327343679,0.729718103404,-0.444143063272
-1470068828495727472,-0.0085473889485,0.00771990837529,0.21166241169,-0.534795549624,0.0234561860952,0.729901441926,-0.425073420141
-1470068828580279847,-0.00851552467793,0.00769117893651,0.211515069008,-0.529731369526,0.0229830625339,0.730074634929,-0.431100315948
-1470068828657298309,-0.00852046255022,0.00762041285634,0.211379855871,-0.515051179423,0.0214506674049,0.730081443078,-0.448601424335
-1470068828731476949,-0.00843158271164,0.007501156535,0.210792526603,-0.522846904152,0.022460450181,0.730232382935,-0.439189378184
-1470068828804392411,-0.0084086433053,0.00751670496538,0.210451006889,-0.519920885699,0.0232880975644,0.731050582819,-0.44125387532
-1470068828876416444,-0.00844231247902,0.0074578714557,0.210552275181,-0.512150886904,0.0217721333127,0.730515866578,-0.451191768467
-1470068828948854311,-0.00843613501638,0.00744963204488,0.210440099239,-0.512240412581,0.0221194351349,0.730816483576,-0.450586015809
-1470068829026081277,-0.00843372289091,0.00746559584513,0.210457712412,-0.512115451714,0.0218626714223,0.730589376521,-0.451108579644
-1470068829099988583,-0.00834823586047,0.00753077678382,0.210391968489,-0.532788401268,0.0240449546938,0.730418023366,-0.426670681874
-1470068829172202470,-0.00829147361219,0.00758269522339,0.210220336914,-0.541648383928,0.0246665169829,0.729841292853,-0.416341540535
-1470068829245252199,-0.0083293793723,0.00753594422713,0.209756940603,-0.524944222989,0.0230186814291,0.730065917124,-0.436929582094
-1470068829318315513,-0.00834030658007,0.0075478698127,0.2093282938,-0.512544911215,0.021111630408,0.729933954951,-0.451717206291
-1470068829403279392,-0.00833211187273,0.00752571923658,0.209237501025,-0.521998465721,0.0218290812507,0.729582613741,-0.441305226258
-1470068829474300829,-0.00828540232033,0.0075556426309,0.209126055241,-0.526342829403,0.02280325653,0.729984843774,-0.4353910487
-1470068829547431606,-0.00829292368144,0.00750752864406,0.209048986435,-0.521885416001,0.0218701405273,0.729680452456,-0.441275137325
-1470068829624356628,-0.00830869749188,0.00747084291652,0.209024652839,-0.52043023277,0.0215698945597,0.729614514563,-0.443113724236
-1470068829701013669,-0.00830212142318,0.007470627781,0.208965018392,-0.524996851099,0.0220313299595,0.729404875002,-0.438019925528
-1470068829775535492,-0.00829834770411,0.00749295856804,0.20890621841,-0.524166935528,0.0227875040501,0.730131315804,-0.4377647942
-1470068829853485783,-0.00827984232455,0.00756177864969,0.208892911673,-0.528952642233,0.0239681541036,0.730485119099,-0.431307454885
-1470068829928129591,-0.00825337693095,0.00757713057101,0.20887221396,-0.544914780779,0.0248185779011,0.729566320632,-0.41253473027
-1470068830002110381,-0.00827212352306,0.00761711550876,0.208798527718,-0.523737749439,0.0237240882723,0.730808295715,-0.437098584261
-1470068830073932937,-0.00823742058128,0.00759311299771,0.208763375878,-0.538402358512,0.0238907885567,0.729508453362,-0.421152641028
-1470068830146118230,-0.00827117171139,0.0075466982089,0.208438366652,-0.539889084106,0.0243587674603,0.729776735991,-0.418750931841
-1470068830222843646,-0.00827387999743,0.00754473451525,0.208265811205,-0.531043913107,0.0237836430827,0.730171298672,-0.429274475445
-1470068830292865419,-0.00824968516827,0.00753507576883,0.208232954144,-0.533862852322,0.0245872001931,0.730419358364,-0.425292235321
-1470068830366090866,-0.00827340316027,0.00754545023665,0.208206519485,-0.521324972973,0.0233112000519,0.73076296148,-0.440070851836
-1470068830438175978,-0.00826531648636,0.0075545059517,0.208219870925,-0.537082205086,0.0235397655352,0.72924877419,-0.423302267607
-1470068830507281940,-0.008341120556,0.00761287892237,0.208109796047,-0.512889269496,0.0206613626101,0.72939443015,-0.452218388168
-1470068830580242594,-0.00827985443175,0.00766896922141,0.207932814956,-0.534263442841,0.0228088399722,0.729077398,-0.427186701794
-1470068830649894740,-0.00827854499221,0.00769833754748,0.207653596997,-0.536930509815,0.0227716131804,0.72877067487,-0.424358792431
-1470068830728761369,-0.00826428644359,0.00775281665847,0.207181304693,-0.520304959497,0.0213573078897,0.729300607617,-0.443787379555
-1470068830806698972,-0.00825976766646,0.0077740624547,0.206579893827,-0.537567406078,0.0237192016783,0.729528987968,-0.422192064242
-1470068830879787565,-0.00826638843864,0.00777186732739,0.206153362989,-0.541949953345,0.0235844975572,0.728883204122,-0.417688034655
-1470068830954210965,-0.00826788041741,0.0078154373914,0.205791354179,-0.526438981665,0.0214505379767,0.728611660345,-0.437637888456
-1470068831025600880,-0.00822024513036,0.00783899612725,0.205350190401,-0.532171649747,0.023113834466,0.729378796602,-0.429261758055
-1470068831094612436,-0.00821988191456,0.00785997044295,0.204994559288,-0.533033962851,0.0238527344455,0.729916614196,-0.427232463452
-1470068831166254997,-0.00826511625201,0.00786049757153,0.204682320356,-0.53401000643,0.0224064419735,0.728826581007,-0.427952192667
-1470068831240952022,-0.0082281595096,0.0078932326287,0.204344600439,-0.542346500732,0.022701233772,0.72816468322,-0.418474755799
-1470068831313556669,-0.00819952134043,0.00788755528629,0.20425388217,-0.548263610797,0.023132908381,0.72789740679,-0.41114139516
-1470068831384998838,-0.00815266277641,0.00792279373854,0.203916653991,-0.535155472669,0.0237857168333,0.729681428925,-0.424979848968
-1470068831456257142,-0.00820537749678,0.00788476224989,0.203359678388,-0.536700384969,0.0227652187502,0.72866447695,-0.424832345309
-1470068831528336744,-0.00824664253742,0.00789377372712,0.202995121479,-0.530309204463,0.0214757931136,0.728362269858,-0.433358214205
-1470068831604426026,-0.00818068627268,0.00790690630674,0.202724188566,-0.535357857496,0.0231847319222,0.729210227766,-0.425566535743
-1470068831680042111,-0.00815147068352,0.00789400096983,0.20224006474,-0.537955702436,0.0238891843992,0.729410775268,-0.421892035962
-1470068831755781797,-0.00818191282451,0.00789627153426,0.201811552048,-0.536973263055,0.0233535463638,0.729316415488,-0.423334256513
-1470068831829377689,-0.00819111894816,0.00789357721806,0.201433852315,-0.542210287749,0.022007437064,0.727752390291,-0.419404500451
-1470068831903828344,-0.00814063474536,0.00790229532868,0.201284751296,-0.552247554977,0.0231259251016,0.727645326038,-0.406226672076
-1470068831978152218,-0.00810642912984,0.00795590877533,0.201175764203,-0.541279908306,0.0231454011848,0.728749353626,-0.418813479794
-1470068832069672010,-0.00806616712362,0.00799444038421,0.201073125005,-0.544021895857,0.0238604136336,0.729096611483,-0.414594969354
-1470068832149140476,-0.00801974534988,0.00795744452626,0.199134364724,-0.550217723688,0.021544541489,0.726695768175,-0.410742680748
+1470141525344411886,-0.0375574678183,0.373470336199,1.38037705421,-0.287649401338,0.0230598906722,0.780002051369,-0.555268280395
+1470141525450835946,-0.0375713072717,0.373474568129,1.38053452969,-0.280898871602,0.0214976390384,0.78050870156,-0.558067954857
+1470141525531745054,-0.0375785753131,0.373241722584,1.37965416908,-0.274601164554,0.0211534900429,0.780911656236,-0.560645802123
+1470141525611578409,-0.0375789478421,0.372885078192,1.37832796574,-0.274739115654,0.0212861569462,0.781432444838,-0.559846989817
+1470141525690717631,-0.0375785753131,0.373241722584,1.37965416908,-0.274601164554,0.0211534900429,0.780911656236,-0.560645802123
+1470141525770073380,-0.0375800058246,0.372889667749,1.37834501266,-0.273849637989,0.0212088189222,0.78143992156,-0.560275120602
+1470141525845592937,-0.037580281496,0.373606592417,1.38101089001,-0.272621107128,0.020862677588,0.780405285129,-0.56232559214
+1470141525922069056,-0.0375785753131,0.373241722584,1.37965416908,-0.274601164554,0.0211534900429,0.780911656236,-0.560645802123
+1470141526001240448,-0.0367087312043,0.37277045846,1.37792408466,-0.133656258403,0.0101705491544,0.782517394563,-0.608028857642
+1470141526072678774,-0.0364687256515,0.372398972511,1.37630462646,-0.0841261179152,0.00846505718971,0.782111045457,-0.617376264255
+1470141526146166025,-0.0356679484248,0.370907485485,1.36106050014,-0.247059256409,0.0259126668527,0.783473124647,-0.569614010076
+1470141526217556964,-0.0352409407496,0.362236380577,1.34959220886,-0.296197599968,0.0323876791393,0.784420907187,-0.543968620768
+1470141526287101869,-0.034347821027,0.351380050182,1.3331567049,-0.254591862271,0.0333143233224,0.792715375417,-0.552879257257
+1470141526357988941,-0.0357699170709,0.331062018871,1.31970345974,-0.203895925252,0.0204053046412,0.790920585163,-0.576588851066
+1470141526431340468,-0.0349301099777,0.314170002937,1.29559123516,-0.285389749922,0.034487596743,0.796919673536,-0.531302484693
+1470141526504131910,-0.0342947766185,0.304938822985,1.29736912251,-0.170553755193,0.0227827732301,0.791810016351,-0.586028378016
+1470141526582850195,-0.0331326201558,0.288486391306,1.27605450153,-0.190182064723,0.0215913885323,0.797074263361,-0.572745329868
+1470141526656846258,-0.0323043204844,0.273446917534,1.26256370544,-0.203617699696,0.0315839170194,0.79813224931,-0.56615121758
+1470141526730159628,-0.0316293649375,0.259792804718,1.24963474274,-0.230455217731,0.0314429741,0.799125919573,-0.554346008073
+1470141526803460803,-0.0304557345808,0.245376288891,1.23061537743,-0.142357418843,0.0235179365794,0.80784627628,-0.571459242519
+1470141526872800729,-0.0288403145969,0.228100687265,1.23614096642,-0.243244738612,0.0342167500636,0.799101247029,-0.548724346234
+1470141526948480712,-0.028410891071,0.214987561107,1.22929906845,-0.10716255438,0.0140849052638,0.792777917382,-0.599850794859
+1470141527022912453,-0.0283531658351,0.203452005982,1.22614264488,-0.190358841381,0.0272007398794,0.792109858045,-0.579297509097
+1470141527099003990,-0.0277340356261,0.191479071975,1.21214318275,-0.269708679964,0.0382867187151,0.794632616357,-0.542540652988
+1470141527176217528,-0.0269333682954,0.171137422323,1.169095397,-0.135235715599,0.0218994718514,0.804486303411,-0.577956314944
+1470141527254407173,-0.0269854832441,0.162563353777,1.1698359251,-0.0876557642927,0.0110952543752,0.794100078786,-0.60133054736
+1470141527328763747,-0.0269709005952,0.154539808631,1.16969585419,-0.109211868908,0.0145819923227,0.794580993116,-0.59707719649
+1470141527402482054,-0.026750581339,0.145795017481,1.16447937489,-0.312668341082,0.044270874541,0.783569288084,-0.535068004018
+1470141527478259083,-0.025459414348,0.13824467361,1.14298963547,-0.15057891711,0.0192892291994,0.794147275367,-0.588459021841
+1470141527555215761,-0.025238102302,0.128544092178,1.13936972618,-0.225759263463,0.0308600622088,0.78768865733,-0.572387098592
+1470141527629172688,-0.0250519812107,0.121426492929,1.1350723505,-0.336838186978,0.0394246379082,0.773130721656,-0.53596139875
+1470141527701785046,-0.0246478747576,0.116085723042,1.1243622303,-0.371117121715,0.0479818406548,0.777990888999,-0.504678116795
+1470141527776240573,-0.0246119014919,0.105779401958,1.09308338165,-0.30187384658,0.0401823049165,0.789370891271,-0.533058307445
+1470141527846887788,-0.0245480202138,0.101397588849,1.09341752529,-0.244026914143,0.0228948800331,0.776186224093,-0.580914481804
+1470141527919181375,-0.0240531060845,0.097352296114,1.08648741245,-0.28183814107,0.0310360749378,0.77199233935,-0.568886502104
+1470141527992418827,-0.0245548374951,0.0922608450055,1.06368517876,-0.0511844867684,0.00452272038324,0.780679252267,-0.622815862349
+1470141528064295693,-0.0244927946478,0.0885297730565,1.06321823597,-0.163708819272,0.0183038257632,0.777685892612,-0.606686941418
+1470141528139012829,-0.0243541784585,0.0856753736734,1.05964374542,-0.291887811157,0.0256530038046,0.760166704268,-0.579905173986
+1470141528209370463,-0.0242514275014,0.0820675492287,1.0357927084,-0.193387371983,0.0229759060295,0.783147229322,-0.590553849623
+1470141528281034115,-0.0239601936191,0.0784452334046,1.02362084389,-0.297332572746,0.0321545614605,0.778420127991,-0.551925293586
+1470141528356225060,-0.0235275998712,0.0761691629887,1.01839566231,-0.139614639577,0.0140604433753,0.779136414708,-0.610947218362
+1470141528434914628,-0.0235505327582,0.0731384009123,1.01576781273,-0.112056509662,0.0133137504614,-0.579228961745,-0.80731647609
+1470141528508562146,-0.0232469122857,0.0689604729414,0.986337959766,-0.264511132613,0.028482312881,0.777156644015,-0.570307083281
+1470141528583393625,-0.0228313878179,0.0665785223246,0.979325592518,-0.257546933701,0.025096357853,0.776830748037,-0.5740851319
+1470141528662647814,-0.0223477799445,0.0648789554834,0.973418951035,-0.30883444006,0.0328849318232,0.768742089748,-0.559084492131
+1470141528737825721,-0.0224226471037,0.0636358931661,0.97420412302,-0.212070850013,0.0145916316116,0.753615595747,-0.62199402948
+1470141528811619809,-0.0225345734507,0.0621406659484,0.955445587635,-0.14405404363,0.016269684707,0.77337690514,-0.617148193281
+1470141528886298443,-0.0217381715775,0.0597526356578,0.934821724892,-0.402325265634,0.0557000257557,0.780437727181,-0.475340763826
+1470141528970602601,-0.0216337107122,0.0593553334475,0.935373604298,-0.405303122087,0.0383035355559,0.761614942647,-0.504187363514
+1470141529045282958,-0.0219621993601,0.0584360547364,0.918141663074,-0.0766765875057,0.00727571936728,0.776516417858,-0.625371903456
+1470141529119673666,-0.0216108169407,0.05736355111,0.912542283535,-0.330073867704,0.0271739146742,0.758936905644,-0.560649260654
+1470141529193978224,-0.021497124806,0.0562514662743,0.887502014637,-0.333095823997,0.0411474752479,0.781747609447,-0.525570863386
+1470141529267483261,-0.0214241556823,0.0565019845963,0.886903166771,-0.227982105789,0.0204392882282,0.773935581216,-0.590449075759
+1470141529347466861,-0.0211560837924,0.0551389344037,0.869359433651,-0.309704438219,0.0335061315825,0.766190228892,-0.562061414121
+1470141529422421399,-0.0211868491024,0.0549087300897,0.86252874136,-0.210544422749,0.0146689377857,0.760000446673,-0.614699267424
+1470141529504707309,-0.0205535814166,0.0545198693871,0.852709829807,-0.388946981568,0.0408393683739,0.768358741146,-0.506633236596
+1470141529579101692,-0.0204086471349,0.0548340678215,0.850528240204,-0.0744051206646,0.0041870995815,0.751522460188,-0.655484811456
+1470141529657316117,-0.0205296985805,0.0540147460997,0.834249138832,-0.246488647161,0.0251586206983,0.771485694807,-0.586020659477
+1470141529730505866,-0.0204564705491,0.052533801645,0.813252449036,-0.252096948705,0.0198776205715,0.765788013458,-0.591287347318
+1470141529805580619,-0.0200419612229,0.0523160211742,0.807716488838,-0.315221164521,0.0307114345938,0.769262644539,-0.554912073161
+1470141529878913169,-0.0200180672109,0.0509058944881,0.78960442543,-0.301288011672,0.0240574781748,0.75936098233,-0.576209745042
+1470141529957905293,-0.0196858476847,0.0507312901318,0.784632146358,-0.27675539325,0.0229195002567,0.76587363924,-0.579929924673
+1470141530031849247,-0.0196747407317,0.0495495721698,0.767328858376,-0.318233541831,0.0387074992548,0.779718894528,-0.537836023218
+1470141530103819213,-0.019641475752,0.0494604893029,0.767722427845,-0.291014637884,0.0184375977296,0.748499582302,-0.59558283288
+1470141530178074985,-0.019391046837,0.0485974811018,0.747574090958,-0.356662118074,0.0390318893209,0.771709784606,-0.525102517125
+1470141530258331684,-0.0191102456301,0.0479824878275,0.743850231171,-0.255176285485,0.0132133776191,0.745315940228,-0.615804042874
+1470141530334529053,-0.0185774751008,0.0476172454655,0.730679094791,-0.343835013803,0.0316960809377,0.760946821298,-0.549302081638
+1470141530412431191,-0.0185677409172,0.0473734140396,0.72182315588,-0.29575166624,0.0252382187088,0.76471292172,-0.571933677612
+1470141530490477886,-0.0182588081807,0.0463772416115,0.703141033649,-0.366555437223,0.0353380851493,0.763145887502,-0.531033601167
+1470141530565335554,-0.0185106936842,0.0459851399064,0.692337393761,-0.216865124969,0.0154549111234,0.761435273179,-0.61069385788
+1470141530642212681,-0.0181868616492,0.0459437333047,0.687662661076,-0.430009867561,0.0403089129089,0.758237134794,-0.488408796768
+1470141530715827786,-0.0184681862593,0.0457453653216,0.678649961948,-0.268027054088,0.02208118021,0.761331344165,-0.589956357834
+1470141530792733547,-0.01816075854,0.0447020716965,0.661099016666,-0.491346950498,0.0434955690401,0.750836704804,-0.439238605348
+1470141530869412453,-0.0183293148875,0.0444837063551,0.650955915451,-0.362217887931,0.03035782106,0.758751828025,-0.540529617904
+1470141530942464201,-0.0182923711836,0.0445026010275,0.64448672533,-0.0500720717579,0.00363681632914,0.758105705467,-0.650196355369
+1470141531015782089,-0.0181695148349,0.0432890579104,0.625919759274,-0.30983579325,0.0236367360411,0.75731897519,-0.574378843401
+1470141531087028330,-0.0178649015725,0.0433615893126,0.621096313,-0.224523774379,0.0131176038194,0.750493755592,-0.621430708951
+1470141531159571881,-0.0175914857537,0.0422564744949,0.607905864716,-0.48386487531,0.0405600641835,0.749609883694,-0.449794048318
+1470141531232459044,-0.0174352601171,0.0420419313014,0.595980584621,-0.385920348295,0.0314952471461,0.755643254464,-0.528277205795
+1470141531307222445,-0.0173504855484,0.0411785393953,0.584546923637,-0.474047952983,0.0380551981492,0.748888709113,-0.461514941827
+1470141531383913553,-0.0172793958336,0.0409189946949,0.574459969997,-0.379773923867,0.0330154193191,0.758598668024,-0.528403075038
+1470141531457039772,-0.017246356234,0.0400756336749,0.564142584801,-0.386203315996,0.0301666565869,0.754568487205,-0.529682329007
+1470141531530985907,-0.0171495117247,0.0393663346767,0.553704500198,-0.286623846188,0.0177217559059,0.75248485393,-0.592705031842
+1470141531608024312,-0.0167485419661,0.0392377376556,0.547040402889,-0.184470778598,0.010759816116,0.75123251208,-0.63364380451
+1470141531684957594,-0.0164186619222,0.0383519604802,0.53010648489,-0.391267020133,0.027974923306,0.750661659005,-0.531633893128
+1470141531761902636,-0.0161009058356,0.0379775539041,0.520112633705,-0.258262883306,0.0184086301019,0.751973146616,-0.606215961694
+1470141531834872359,-0.0157866161317,0.0372291244566,0.507854044437,-0.357960787012,0.0315359535015,0.76156289772,-0.539343593097
+1470141531912769975,-0.0153040476143,0.036674618721,0.50301939249,-0.407271162828,0.0303123967096,0.751111812281,-0.518692976612
+1470141531990818892,-0.0149522749707,0.0351633653045,0.486316204071,-0.397546374118,0.0314926968419,0.753275741351,-0.523011231202
+1470141532065946901,-0.0148622663692,0.0343812480569,0.476980477571,-0.352948952556,0.0248358444804,0.752965492469,-0.554845190003
+1470141532142562663,-0.0147176198661,0.0337171442807,0.46854159236,-0.298678069198,0.0181643719135,0.750738542317,-0.588942363609
+1470141532219041654,-0.0143558010459,0.0329999290407,0.45932507515,-0.383260226285,0.0284750533089,0.752952934832,-0.534193455796
+1470141532293877786,-0.014123249799,0.0317475385964,0.444581657648,-0.387382599741,0.0279530931195,0.751697264368,-0.533014604626
+1470141532370268463,-0.0137742813677,0.0312207881361,0.435662955046,-0.444205570987,0.0331768460198,0.7491195012,-0.490306720854
+1470141532445377055,-0.0137247443199,0.0307527221739,0.42698174715,-0.293467493398,0.0168601904009,0.747944105116,-0.595123667753
+1470141532520701309,-0.0134662417695,0.0300070755184,0.410979092121,-0.387763720343,0.0259408990681,0.750168875264,-0.534988808785
+1470141532597029120,-0.0132459625602,0.0297143217176,0.403231024742,-0.322310954414,0.0168961553853,0.745847926305,-0.582701501134
+1470141532670282831,-0.0130600044504,0.029158718884,0.392606168985,-0.415179065775,0.0270521094433,0.74741557583,-0.51794254867
+1470141532744385329,-0.0124966958538,0.0285584926605,0.378558069468,-0.428072084753,0.0277794064756,0.745352101382,-0.5103262092
+1470141532820647786,-0.0123231336474,0.0281894076616,0.368616968393,-0.386974277725,0.0242208214994,0.746399207423,-0.540881210012
+1470141532894489356,-0.0122148711234,0.0278859660029,0.359071433544,-0.366241930635,0.0211794140876,0.745468471868,-0.556502505039
+1470141532967351695,-0.011945432052,0.0275689177215,0.349608451128,-0.389852079197,0.0249406241798,0.746926427079,-0.538046683981
+1470141533039598265,-0.0115375509486,0.0270331054926,0.335255891085,-0.413401079639,0.0253514335212,0.744966140582,-0.522955353312
+1470141533112385230,-0.0112771028653,0.026822000742,0.326162159443,-0.405808264041,0.0233622484923,0.743133293007,-0.531532470322
+1470141533189154442,-0.0111435363069,0.0266413670033,0.316817998886,-0.340109995237,0.0194023736844,0.745023929642,-0.573487648773
+1470141533261482868,-0.0108974426985,0.0262825228274,0.30738902092,-0.430208235503,0.0238827722417,0.741525549635,-0.514286249606
+1470141533339941507,-0.0108741018921,0.0261390116066,0.298000365496,-0.394520074543,0.0198517418218,0.741214529401,-0.542734594931
+1470141533413124623,-0.0107067320496,0.0259569305927,0.287073075771,-0.361492969823,0.0198743173235,0.743279031154,-0.562551443093
+1470141533499538407,-0.0108103724197,0.0260967556387,0.283279895782,-0.405376435797,0.0227101413566,0.742799760158,-0.532355812487
+1470141533571238245,-0.0106643047184,0.0263258460909,0.283448696136,-0.45728834913,0.0274906669011,0.742177791376,-0.489186830334
+1470141533645013452,-0.010521045886,0.0272624082863,0.284797787666,-0.437202336967,0.0255791496515,0.742379764976,-0.507022788647
+1470141533716370650,-0.0105094788596,0.0279751885682,0.283663928509,-0.420207734837,0.0245782970849,0.742165288794,-0.521547745662
+1470141533792823509,-0.0106204645708,0.0280163343996,0.283037096262,-0.445858029502,0.0247968763791,0.740003740125,-0.502981308849
+1470141533870482280,-0.010526063852,0.0278708226979,0.283195912838,-0.427666534854,0.0252008023715,0.742298271468,-0.515227649396
+1470141533943653445,-0.0105390753597,0.0278252884746,0.283071577549,-0.44904848452,0.0260905474382,0.740961826948,-0.498648486302
+1470141534019552463,-0.0105274273083,0.0277218110859,0.282928526402,-0.457779531063,0.0269250639522,0.74085649998,-0.490759195846
+1470141534098762901,-0.0105251660571,0.027588898316,0.28285625577,-0.45181818408,0.0263904004709,0.740674593628,-0.496553140813
+1470141534173611744,-0.0105553725734,0.0274833738804,0.282891601324,-0.452332575925,0.0250221618552,0.739518564994,-0.497876916719
+1470141534245905806,-0.0105881066993,0.027338642627,0.282904148102,-0.447037082121,0.0234885463945,0.738807477659,-0.503755542254
+1470141534322701745,-0.0105416383594,0.0271402541548,0.282761514187,-0.462726661314,0.0263734391755,0.73945487097,-0.488257076154
+1470141534404079109,-0.0105585940182,0.0269509777427,0.28297457099,-0.453051407442,0.0243966949309,0.738925140057,-0.49813538409
+1470141534481224275,-0.0104794874787,0.0266353935003,0.282936096191,-0.452694448488,0.0262580939616,0.74007506772,-0.496655960348
+1470141534554027920,-0.0104638356715,0.0261324662715,0.283059865236,-0.44764304857,0.0259722995276,0.740400059904,-0.500748332018
+1470141534640145689,-0.0104960976169,0.0258256308734,0.28324046731,-0.420603061258,0.0223462918792,0.739452510474,-0.525170156095
+1470141534713970486,-0.0104630161077,0.0255165416747,0.283251553774,-0.435945392169,0.0238139070495,0.739727194074,-0.512043153675
+1470141534791905372,-0.0104600004852,0.0249806176871,0.283259749413,-0.437356070508,0.0234362205412,0.738997035165,-0.511911899817
+1470141534871502525,-0.0104184225202,0.024570165202,0.283214956522,-0.452000426959,0.0256283680078,0.73981266021,-0.497710788084
+1470141534949371777,-0.0104040447623,0.024198807776,0.283244907856,-0.455827771771,0.0262668233205,0.739726707482,-0.494303039352
+1470141535022498569,-0.0103711560369,0.0236493702978,0.283224016428,-0.470699222867,0.0273774116287,0.73928208699,-0.48078551848
+1470141535097933474,-0.0103613073006,0.0232450626791,0.283268392086,-0.474142977765,0.0272604162523,0.738585020914,-0.478474109251
+1470141535177346117,-0.0104411309585,0.0228440705687,0.283302783966,-0.432766850964,0.021891958465,0.737478373136,-0.518034018205
+1470141535253186619,-0.0103557026014,0.0222933515906,0.283228576183,-0.474879512453,0.0264782526669,0.73783437305,-0.478945496621
+1470141535327622090,-0.0104227811098,0.0219408124685,0.283302485943,-0.444444512044,0.0228411590074,0.737662633148,-0.507741269572
+1470141535403999461,-0.0103530725464,0.0216256976128,0.283202022314,-0.473431680497,0.0270851085953,0.73874420043,-0.47894242569
+1470141535479652418,-0.0104249631986,0.0213157180697,0.283243477345,-0.4475178713,0.022965916185,0.737356015172,-0.505476437087
+1470141535553582127,-0.0104082459584,0.020825503394,0.283129006624,-0.454348196631,0.024409430538,0.738125173172,-0.498139663798
+1470141535633795023,-0.0103853866458,0.0205125510693,0.283110052347,-0.467499076378,0.025722664027,0.738076491835,-0.48582512321
+1470141535714282382,-0.0104079339653,0.0203119982034,0.283157140017,-0.465040051758,0.0247146447045,0.737420456557,-0.489221838074
+1470141535788413014,-0.0104484464973,0.0199453495443,0.283176124096,-0.43081832924,0.022028203485,0.73793237041,-0.519004953871
+1470141535866679312,-0.0103638758883,0.0197791922837,0.283163934946,-0.48260343244,0.0265264864343,0.737169340214,-0.472198725499
+1470141535944473420,-0.0103830611333,0.0195265281945,0.28324636817,-0.484343139851,0.0259103653224,0.736581437118,-0.471368393448
+1470141536018253644,-0.0103644402698,0.019253237173,0.283151984215,-0.484344974448,0.0263669680065,0.736829529178,-0.470953260585
+1470141536101191112,-0.0103702712804,0.019015070051,0.283149629831,-0.485778610133,0.026333818323,0.736752560629,-0.469596993556
+1470141536178042875,-0.0104464087635,0.0188552569598,0.283264696598,-0.440119069766,0.0211817220821,0.736345131318,-0.513461183209
+1470141536264659515,-0.0103641133755,0.0185373686254,0.283180177212,-0.476669841968,0.0252501432311,0.736568100819,-0.479182350344
+1470141536343617033,-0.0104084108025,0.0184146389365,0.28323289752,-0.455866698573,0.0229322419459,0.736603314004,-0.499074366412
+1470141536415733809,-0.0103989504278,0.0182863790542,0.283197492361,-0.468957688624,0.0224962946492,0.735194804228,-0.488938853891
+1470141536490564588,-0.0103273289278,0.0180940665305,0.28310790658,-0.498177741844,0.0270268837664,0.735974801197,-0.457634763854
+1470141536563562719,-0.0103681879118,0.0179717838764,0.283215254545,-0.482362026366,0.0246828134061,0.73543465974,-0.47524046071
+1470141536642374444,-0.0103646190837,0.01789685525,0.283269613981,-0.486985397477,0.0242789207291,0.73462997283,-0.471778083077
+1470141536716062552,-0.0103234760463,0.017716538161,0.283224493265,-0.512959628099,0.0262583458451,0.733886413007,-0.444515075131
+1470141536795299133,-0.0102976774797,0.0175873450935,0.283187299967,-0.50930694619,0.0277241718274,0.73532319587,-0.446248364114
+1470141536869694092,-0.0103290136904,0.017462708056,0.283243447542,-0.500259334946,0.0257189349939,0.734451954694,-0.457885859607
+1470141536946541777,-0.0103763146326,0.0173756238073,0.283197879791,-0.474573498287,0.0236896676076,0.735513199778,-0.482948369212
+1470141537024259880,-0.0103448266163,0.0171648617834,0.283181339502,-0.494485001853,0.0245000549939,0.734213510582,-0.464558770369
+1470141537101695776,-0.0103406226262,0.0170423332602,0.28325432539,-0.495758597024,0.0246347753008,0.734203049807,-0.463208833007
+1470141537183856292,-0.0103591037914,0.0169749390334,0.28323546052,-0.484907565997,0.0244129581022,0.734937824945,-0.473429037324
+1470141537259209771,-0.0103423241526,0.0168629549444,0.283273071051,-0.505933705944,0.025084889336,0.733621941645,-0.452990816964
+1470141537334942282,-0.0103455260396,0.016772357747,0.283250451088,-0.513678207204,0.02433904542,0.732282068076,-0.446436202705
+1470141537409801008,-0.0103681096807,0.0167143512517,0.283298492432,-0.510616746955,0.0229526090295,0.731481570387,-0.451307464653
+1470141537482510216,-0.0102875083685,0.0165400560945,0.283242404461,-0.533313107043,0.0273781433952,0.732507088948,-0.422209582744
+1470141537555820770,-0.0103172175586,0.0164432544261,0.283331632614,-0.51499883958,0.0253151348842,0.732779461019,-0.444037836997
+1470141537627016059,-0.0103001175448,0.0163555853069,0.283272862434,-0.52489371962,0.0261710520422,0.732655493877,-0.432455299921
+1470141537701413113,-0.0103146806359,0.0162402521819,0.283271074295,-0.522504853503,0.0244498675657,0.731633185012,-0.437154165748
+1470141537773110623,-0.0102685736492,0.0160592962056,0.283215671778,-0.531374918433,0.0278223446193,0.73298526746,-0.423791470993
+1470141537846201661,-0.0102976942435,0.0159340836108,0.283347666264,-0.523729656993,0.0260324067296,0.732528631812,-0.434086815926
+1470141537920599757,-0.0102962460369,0.0158418957144,0.283364206553,-0.532071403031,0.025990134866,0.731719282222,-0.425219269308
+1470141538000676481,-0.0103392871097,0.0157466828823,0.283414930105,-0.522335674083,0.0233707777814,0.730741215467,-0.438903778001
+1470141538074775160,-0.0102758584544,0.0155983930454,0.283272892237,-0.541951645079,0.0269394782577,0.731288640824,-0.413254888306
+1470141538151530177,-0.0102672381327,0.0155263291672,0.283227652311,-0.531297488217,0.0272707094859,0.73255580735,-0.424666076508
+1470141538226005310,-0.0102918380871,0.0154291791841,0.283389031887,-0.534947223368,0.0262354124312,0.731496761933,-0.421966418838
+1470141538301221145,-0.0102723259479,0.0153203699738,0.283317774534,-0.546766504876,0.0266291437899,0.730659881871,-0.408011537669
+1470141538381872196,-0.0102798296139,0.015119320713,0.283217668533,-0.533898193029,0.025426021528,0.731029512195,-0.424148664043
+1470141538455609002,-0.0102785807103,0.0149733638391,0.28327614069,-0.529272841885,0.0258307146563,0.731736985631,-0.428677054301
+1470141538533528522,-0.0102462274954,0.0148531636223,0.283164560795,-0.529641157971,0.026662134769,0.732615073875,-0.426666764446
+1470141538613204181,-0.0103088440374,0.0147231910378,0.283250898123,-0.516553117445,0.0230876233355,0.730885889314,-0.445472395674
+1470141538687296699,-0.0102413604036,0.0143921962008,0.283212184906,-0.533110392477,0.026788650751,0.732231656482,-0.422980471026
+1470141538765095259,-0.0103163169697,0.0141854742542,0.283158302307,-0.507243694196,0.0216557868971,0.730679336556,-0.456445581338
+1470141538844241607,-0.0102396244183,0.0139774903655,0.28319939971,-0.529959862291,0.026774481798,0.732516148997,-0.426433773221
+1470141538924410587,-0.0102844890207,0.0137395029888,0.2830940485,-0.515775584311,0.0234531784331,0.731288156802,-0.445693983324
+1470141538998069549,-0.0102334674448,0.0133815957233,0.283172756433,-0.532716571434,0.0263509908484,0.73192959429,-0.424025646399
+1470141539080038160,-0.0102867372334,0.0131591055542,0.28315538168,-0.512923816105,0.02348750265,0.731401564417,-0.448786416528
+1470141539153244585,-0.0102245453745,0.0129310265183,0.283180356026,-0.533675862473,0.0270929960284,0.732371196879,-0.422005300159
+1470141539231941725,-0.0102283880115,0.012565003708,0.283170610666,-0.536207393232,0.0268438532035,0.731620937322,-0.42010932275
+1470141539308974146,-0.010231374763,0.0123588172719,0.283087074757,-0.527744960506,0.0262669961719,0.73240820415,-0.429387382286
+1470141539389813940,-0.0102432360873,0.0120572410524,0.283179551363,-0.525381268655,0.0257969961887,0.73205170532,-0.432908002088
+1470141539464335051,-0.0102393645793,0.0118729276583,0.283072084188,-0.521839231841,0.0258202377897,0.732569726405,-0.436301188845
+1470141539538575315,-0.0103224450722,0.0117401052266,0.283123493195,-0.496350610539,0.0214136923064,0.731119948223,-0.46759078959
+1470141539612369175,-0.0102213546634,0.0115885799751,0.283197641373,-0.533248606494,0.0279237629449,0.732925293272,-0.42152900448
+1470141539690105455,-0.0102623077109,0.0113854836673,0.283252984285,-0.531609645126,0.0261200123955,0.731845828772,-0.425570926017
+1470141539763897553,-0.0103035978973,0.011279114522,0.28310367465,-0.496989825115,0.0221362965302,0.732007302055,-0.465485131714
+1470141539836040322,-0.0103448983282,0.0112033626065,0.283127933741,-0.469403697765,0.0191725164865,0.731745647409,-0.493802481397
+1470141539907673426,-0.0102079762146,0.0110575594008,0.283057630062,-0.531044248792,0.0276583277207,0.733115926976,-0.423990637098
+1470141539987242907,-0.010223634541,0.0109536880627,0.283151805401,-0.54375050829,0.0280251363526,0.731921990345,-0.409683019561
+1470141540061325113,-0.0102337859571,0.0108783748001,0.28311547637,-0.537314489379,0.0268013989397,0.73172881164,-0.418506595808
+1470141540136725743,-0.0103241521865,0.0107786189765,0.283136218786,-0.489766479216,0.021304412743,0.731793546636,-0.473448120638
+1470141540214498376,-0.0102806231007,0.0106380544603,0.283107608557,-0.511181977411,0.0239514622587,0.732217752801,-0.449417930116
+1470141540290769805,-0.0103058265522,0.0106554832309,0.283149957657,-0.492763711305,0.0217029076182,0.732076386218,-0.469869208785
+1470141540374440430,-0.0103137847036,0.0107095735148,0.282942533493,-0.468302412631,0.018818286346,0.731379393588,-0.495401761259
+1470141540446961631,-0.0102468505502,0.0106476368383,0.282883703709,-0.509533043716,0.0225506414192,0.731019946484,-0.453296132539
+1470141540520669246,-0.0101497396827,0.0104175582528,0.282735586166,-0.541949482349,0.0271942128378,0.731310107923,-0.413203048657
+1470141540592627905,-0.0102280136198,0.0105396984145,0.28275462985,-0.513917895722,0.0219504409021,0.730133639042,-0.449790444251
+1470141540666583982,-0.0101575246081,0.0107322512195,0.282461881638,-0.541888718236,0.0261264155096,0.730474821615,-0.414825942351
+1470141540741485044,-0.0101755484939,0.0111534846947,0.282429337502,-0.530634636679,0.0241340590969,0.730318718315,-0.429510185243
+1470141540818850661,-0.0101571977139,0.0112745752558,0.282297283411,-0.554150133958,0.0265825464504,0.729545610879,-0.399967747332
+1470141540894381169,-0.0102025717497,0.0113830622286,0.282037764788,-0.549367491755,0.0255123583055,0.729342775021,-0.406944216202
+1470141540973045114,-0.0102949151769,0.0115391099826,0.28166899085,-0.529752398338,0.0238029976373,0.73022220234,-0.430779931018
+1470141541049700443,-0.0102127939463,0.0117217674851,0.281755149364,-0.543203570785,0.0259645983182,0.730298159249,-0.413425106782
+1470141541122807426,-0.0102665601298,0.0119782043621,0.281631737947,-0.521980012286,0.0227804739539,0.730029466452,-0.440539322753
+1470141541199500790,-0.0103926910087,0.0119170621037,0.281200140715,-0.457597342917,0.0183000762545,0.731806106458,-0.50470744151
+1470141541271496639,-0.010331642814,0.0119685987011,0.28105789423,-0.502812656483,0.022854476904,0.73205631811,-0.459075867892
+1470141541345836061,-0.0103188883513,0.0129242632538,0.280998557806,-0.505652912206,0.02277558353,0.731959960925,-0.456104177546
+1470141541419524135,-0.0103884786367,0.0137508902699,0.280943393707,-0.473927833202,0.0181800688335,0.730634198269,-0.491157370232
+1470141541494240028,-0.0103051159531,0.0143213877454,0.280878782272,-0.534282423651,0.0244964977783,0.730297098806,-0.424980424078
+1470141541572006210,-0.0104196276516,0.0146273095161,0.280850410461,-0.456450561715,0.0163151489094,0.73015921362,-0.508187193257
+1470141541648987031,-0.010293901898,0.0152867017314,0.280789732933,-0.533121119974,0.0245369075077,0.730412360546,-0.426236548373
+1470141541721835899,-0.010281978175,0.0155340209603,0.280782312155,-0.539980783849,0.0248757093305,0.730087903335,-0.418059332587
+1470141541796513822,-0.0102433487773,0.0155418682843,0.280701190233,-0.555013698091,0.0270673807638,0.73004932154,-0.39781294593
+1470141541875268124,-0.0102862054482,0.0153696797788,0.280827641487,-0.545052274551,0.0255857750626,0.729958350313,-0.411611701644
+1470141541949600725,-0.0103169707581,0.0148483347148,0.28095087409,-0.549017742518,0.0255722819146,0.729394831155,-0.407318986892
+1470141542026203669,-0.0103268837556,0.0147932805121,0.280860513449,-0.540589764906,0.0244445022506,0.729275412436,-0.418715351049
+1470141542101831607,-0.0103383865207,0.0146870454773,0.280779480934,-0.534049498256,0.0225500370633,0.728663425861,-0.428173143778
+1470141542175591399,-0.0102334599942,0.0145351430401,0.280567526817,-0.5495669504,0.0271961176956,0.730670615628,-0.404174454497
+1470141542250407352,-0.0101927695796,0.0139728253707,0.280235946178,-0.556546382742,0.0278210504515,0.730281550856,-0.395184728308
+1470141542325309381,-0.0101869599894,0.013917317614,0.280161827803,-0.541763747899,0.026895751906,0.731286558992,-0.413507712901
+1470141542402648378,-0.0102477297187,0.0139725878835,0.280193507671,-0.529263897297,0.0228134030473,0.729526298828,-0.432609124936
+1470141542474456778,-0.0101871704683,0.0138893574476,0.280018657446,-0.533339972749,0.0251399724426,0.730617534698,-0.425575461282
+1470141542547247991,-0.01019210089,0.0134557662532,0.279955148697,-0.531949092982,0.0244987524018,0.730191768882,-0.428077042439
+1470141542625546987,-0.0101502984762,0.0128710148856,0.279836535454,-0.578890089147,0.0288043180863,0.728582118147,-0.36499955214
+1470141542702375301,-0.010166416876,0.0126410648227,0.279857397079,-0.571482956957,0.0273658921419,0.728634137946,-0.37649784976
+1470141542774729591,-0.0101783471182,0.0123174628243,0.279921144247,-0.56427424037,0.0267098010548,0.72883718985,-0.386881789278
+1470141542854791518,-0.010194350034,0.0121073946357,0.279861330986,-0.564249912649,0.0255864711378,0.728018514586,-0.38853109398
+1470141542928680758,-0.0101520121098,0.0118714673445,0.279832154512,-0.567186424278,0.0279590781271,0.729488853936,-0.381266130213
+1470141543001638794,-0.010135772638,0.0117111103609,0.2797960639,-0.574150733995,0.0283557055389,0.728888271534,-0.3718450971
+1470141543074691503,-0.0101584112272,0.0113649722189,0.279834032059,-0.567496624075,0.0271841068995,0.728901473664,-0.381983308126
+1470141543150832255,-0.010134594515,0.0112128462642,0.279785960913,-0.574592881203,0.0283016159636,0.728833120831,-0.371273916919
+1470141543225101210,-0.0102353645489,0.0110502364114,0.279796093702,-0.544105094463,0.0228223349066,0.728039479629,-0.416398010694
+1470141543302299855,-0.0101485811174,0.0108682392165,0.279818087816,-0.562719466196,0.0276974705164,0.729661811571,-0.387521990636
+1470141543375379290,-0.010154729709,0.0107253044844,0.279813349247,-0.569606401177,0.0277105995322,0.728922397605,-0.378751645121
+1470141543448486175,-0.0101893041283,0.0106258718297,0.279774338007,-0.549748519815,0.0247249549541,0.728919428447,-0.407236673688
+1470141543522939419,-0.010212299414,0.0104722846299,0.279757112265,-0.554823506754,0.0233661119962,0.727600922147,-0.402767674044
+1470141543600841682,-0.0101280314848,0.0103737823665,0.279758989811,-0.566330748947,0.0281814723669,0.729673259176,-0.382167793325
+1470141543677262209,-0.0101887183264,0.0101256016642,0.279715269804,-0.555968615262,0.0249515677869,0.728391975372,-0.399651658725
+1470141543754823739,-0.0101621942595,0.00994371902198,0.279767155647,-0.553843783202,0.0253354338029,0.729039663097,-0.401393010944
+1470141543829404165,-0.0100995944813,0.00987522583455,0.279672175646,-0.566204022213,0.0287057319459,0.729997841193,-0.381696395106
+1470141543903181201,-0.010088997893,0.00984890852123,0.279630511999,-0.567353355757,0.0285767499835,0.729790864961,-0.380392997427
+1470141543976879865,-0.0100309271365,0.0101945856586,0.279280900955,-0.582173948215,0.0291671535515,0.728474786841,-0.359926737144
+1470141544049811262,-0.0100817950442,0.0102117471397,0.279013007879,-0.575638734738,0.0245912627069,0.726290899276,-0.374882443571
+1470141544128881933,-0.0100907748565,0.0101271988824,0.278422027826,-0.568245960816,0.0262343399754,0.727963435144,-0.38272382277
+1470141544203034664,-0.0101585853845,0.0101063745096,0.277677595615,-0.531692351806,0.0257750882757,0.731594532515,-0.425920565188
+1470141544276382879,-0.0101959314197,0.0100827058777,0.277368843555,-0.501247050747,0.0207089611933,0.730456415885,-0.463417692299
+1470141544354695048,-0.0102436803281,0.01007442642,0.277120441198,-0.450203705417,0.015916994622,0.730235924863,-0.513632910697
+1470141544429215342,-0.0101557243615,0.010054259561,0.276810646057,-0.492154481794,0.0197103269421,0.730217014905,-0.473475004838
+1470141544501146030,-0.0101289320737,0.00998514518142,0.276582032442,-0.508751884224,0.0202131175604,0.72902226349,-0.45748168216
+1470141544577874877,-0.0100296763703,0.00994858611375,0.276011437178,-0.555036673351,0.0248628323365,0.728538229572,-0.400684637658
+1470141544653360933,-0.0100725078955,0.00992179196328,0.275369644165,-0.551405525961,0.0254534888746,0.72926620737,-0.404320250088
+1470141544727721672,-0.0100883236155,0.00993342977017,0.274793714285,-0.529636782623,0.025582931722,0.731559653922,-0.428545055801
+1470141544801486820,-0.0100289694965,0.00990735925734,0.27445089817,-0.538103152004,0.0260774444342,0.730959226677,-0.418883723282
+1470141544873628584,-0.0100131426007,0.00986418500543,0.274152904749,-0.539522386737,0.0256424972278,0.730420186621,-0.418024410199
+1470141544946332869,-0.00998347811401,0.0097198355943,0.273948431015,-0.546476516868,0.026202620593,0.730093410273,-0.40943919141
+1470141545017777867,-0.0100003443658,0.00960195064545,0.273850739002,-0.536020438149,0.0243009921061,0.729961549475,-0.423376532129
+1470141545091721366,-0.00998244341463,0.00933048035949,0.273753106594,-0.54063365912,0.025231987205,0.729960322672,-0.417416483589
+1470141545164738120,-0.00993913132697,0.00909279938787,0.273534655571,-0.560086425703,0.0269971777771,0.729434907022,-0.391789566673
+1470141545247976308,-0.00991055555642,0.00917621143162,0.273426145315,-0.574506999256,0.0280383775114,0.728594265488,-0.371895083982
+1470141545323151370,-0.00991647318006,0.00957271363586,0.273277699947,-0.567851113489,0.027624844527,0.729154358337,-0.380940812453
+1470141545399203702,-0.0100650964305,0.0101288016886,0.272772043943,-0.532049818583,0.0204188554616,0.727683276395,-0.432415436985
+1470141545472787175,-0.0102019552141,0.0106383692473,0.272086262703,-0.451401081241,0.0162920075343,0.730791642836,-0.511776522621
+1470141545552378691,-0.0100962789729,0.0109582515433,0.27189680934,-0.510518284781,0.0211806589641,0.729876483719,-0.454095561643
+1470141545631579855,-0.00999652780592,0.0112547585741,0.27164041996,-0.555984214447,0.0247990669316,0.728147150667,-0.40008534907
+1470141545705260583,-0.0100064361468,0.0114149255678,0.271270036697,-0.543030779657,0.0223316450931,0.727488242441,-0.418783628003
+1470141545788658662,-0.00992655847222,0.0115903941914,0.270859867334,-0.561216232312,0.0242708380262,0.727398064365,-0.394131098709
+1470141545870481947,-0.00998363271356,0.011621657759,0.270584702492,-0.57211066388,0.0213365463596,0.724609460283,-0.383634292175
+1470141545942393326,-0.00995927490294,0.0117181288078,0.270054072142,-0.567383815618,0.0248332026772,0.727244487306,-0.385453464769
+1470141546013701190,-0.0100151402876,0.0117911845446,0.269327431917,-0.530032374574,0.0250549159392,0.731041653388,-0.428970901231
+1470141546087096374,-0.00998374447227,0.0118329664692,0.268837839365,-0.533368416538,0.0236765166096,0.729694406661,-0.427204433133
+1470141546160771425,-0.0100273545831,0.011811110191,0.268693000078,-0.515468567195,0.0196373172818,0.72799115516,-0.451592083647
+1470141546238789710,-0.00990994926542,0.0118061732501,0.268263012171,-0.537018353692,0.0231040588343,0.728899382399,-0.424008467605
+1470141546317327630,-0.00987371150404,0.0117751546204,0.26806563139,-0.575261960362,0.0248495323442,0.726290438654,-0.375444238766
+1470141546390174428,-0.00986000429839,0.0118161477149,0.268029719591,-0.575841728891,0.0251963942241,0.726469940112,-0.374182938012
+1470141546476282650,-0.00985669251531,0.0118499984965,0.26801943779,-0.581401321102,0.0255240035929,0.726143606634,-0.366109944696
+1470141546551520160,-0.00985693838447,0.0122198881581,0.267968058586,-0.593438511922,0.0258327561665,0.725177352135,-0.348254517885
+1470141546628130061,-0.00982220750302,0.0123809315264,0.267901271582,-0.597996333269,0.0277295149491,0.725782425998,-0.338926731773
+1470141546698280890,-0.00992251187563,0.0121498042718,0.268105834723,-0.576974517149,0.0243034710909,0.725973694045,-0.373459426723
+1470141546771101033,-0.00992383435369,0.0113437240943,0.268026262522,-0.548531333504,0.0241906781445,0.728495139255,-0.409662079448
+1470141546844784798,-0.0099339960143,0.0107897911221,0.268161863089,-0.550749049441,0.022372976341,0.72717118067,-0.409141795068
+1470141546918835712,-0.00985321495682,0.0109664462507,0.268170654774,-0.560107324693,0.026548308501,0.729162120541,-0.392297813032
+1470141546998987235,-0.00985171552747,0.0109927654266,0.268202453852,-0.562782238726,0.0264388540103,0.72868783474,-0.389347117975
+1470141547072534381,-0.00991308223456,0.0108232479542,0.268127053976,-0.536134563435,0.0224796642604,0.728533681646,-0.425785238462
+1470141547146016010,-0.00986019708216,0.0106294052675,0.268238931894,-0.559065522207,0.0263173694478,0.729049137247,-0.394005702274
+1470141547222698158,-0.00985737331212,0.0105419689789,0.268198668957,-0.55721188551,0.0262099801204,0.729073519582,-0.396585116503
+1470141547298135013,-0.00989464856684,0.0104080447927,0.268144637346,-0.549368538717,0.0239966475934,0.728336391739,-0.408833058888
+1470141547371038404,-0.00984722841531,0.0102513935417,0.268166363239,-0.557639978101,0.0265265742139,0.729343840113,-0.395463725988
+1470141547443298987,-0.00991247687489,0.00983834546059,0.268055737019,-0.552952899712,0.0228909167986,0.727394552067,-0.405729296763
+1470141547518343553,-0.00987720768899,0.00953774061054,0.267736583948,-0.57245976128,0.0265292257685,0.727698396542,-0.376883358037
+1470141547593566916,-0.00990794040263,0.0096318917349,0.267699658871,-0.564812384484,0.0239426270394,0.726872432443,-0.389961777484
+1470141547667772258,-0.00981594715267,0.00945526268333,0.26756927371,-0.583381479174,0.0267425249084,0.726644577239,-0.361854315281
+1470141547740824528,-0.00996939558536,0.00911138579249,0.266470193863,-0.515633690377,0.0226781189911,0.730598182826,-0.447027846468
+1470141547816069777,-0.00989408884197,0.0088997874409,0.266265064478,-0.543303720062,0.0258919135823,0.730326147612,-0.413248587043
+1470141547893496284,-0.00988296978176,0.00880969222635,0.265981882811,-0.535433977402,0.0251404075371,0.73044705341,-0.423232226936
+1470141547967862518,-0.00983272399753,0.00875957589597,0.265764296055,-0.547929639984,0.0261116302271,0.730020481753,-0.407628984022
+1470141548041774725,-0.00978543329984,0.0086861718446,0.265311211348,-0.56538177504,0.0266508631452,0.728711387494,-0.385503428886
+1470141548121128019,-0.0097929853946,0.00864089280367,0.264902800322,-0.556723754985,0.0254837023293,0.728761402615,-0.397889506786
+1470141548197062875,-0.00992911867797,0.00864844676107,0.264204472303,-0.511041921089,0.0200182872792,0.728702544496,-0.455442668959
+1470141548271550832,-0.00996070168912,0.00860816426575,0.263665914536,-0.491952246676,0.0184168979804,0.728769441914,-0.47596103348
+1470141548345220018,-0.00988205615431,0.00859952624887,0.26340046525,-0.516688003749,0.0209722707819,0.728978845132,-0.448534852593
+1470141548415614741,-0.00979474466294,0.00857723597437,0.263082653284,-0.544076257361,0.0239891610608,0.728789484718,-0.415055939957
+1470141548487311305,-0.009730306454,0.00858322903514,0.262800753117,-0.5497972048,0.0258284681478,0.729646981238,-0.405797001711
+1470141548559113265,-0.00968679133803,0.00856520421803,0.262495756149,-0.552198120712,0.0261591503325,0.729578151412,-0.402627191479
+1470141548630992883,-0.00969616323709,0.0085132336244,0.261807471514,-0.547342126734,0.024673360368,0.728969034748,-0.410380272392
+1470141548704636711,-0.00978624913841,0.00855823699385,0.26099100709,-0.525270725536,0.0237926284246,0.730470703264,-0.435817768569
+1470141548774009826,-0.00977257359773,0.00850513670594,0.260650366545,-0.525628221582,0.0225285483131,0.729376953936,-0.437283313488
+1470141548846606614,-0.00970225781202,0.00841274019331,0.26052325964,-0.555043629341,0.0255164064386,0.728737981773,-0.400270454134
+1470141548919201956,-0.00969835557044,0.00824799481779,0.260515958071,-0.548276161223,0.0253048909766,0.729249655475,-0.408592527486
+1470141548990907280,-0.00968325790018,0.00819384865463,0.260352611542,-0.555344796946,0.0254892683681,0.728634984841,-0.400041888518
+1470141549068111093,-0.00963746570051,0.0082225156948,0.259989053011,-0.553635207952,0.0258731377584,0.729089252427,-0.4015563463
+1470141549142665417,-0.00969786290079,0.00828075688332,0.259799718857,-0.523878887059,0.0206392991407,0.728139144569,-0.441518195742
+1470141549216461984,-0.0096147172153,0.00840358249843,0.259565144777,-0.567847125324,0.0261653762808,0.728074589146,-0.383108872235
+1470141549289597942,-0.0096330223605,0.00857688114047,0.258991748095,-0.537533999712,0.0245358185272,0.730010708619,-0.421354432829
+1470141549362007592,-0.00972731038928,0.00866165012121,0.258292287588,-0.524547872967,0.0230986392984,0.730112390106,-0.437323541147
+1470141549434297391,-0.00965184438974,0.00871701631695,0.257955819368,-0.541860991099,0.0238490319088,0.728815197017,-0.417907045405
+1470141549510130487,-0.00962544512004,0.00877442676574,0.25758844614,-0.543283276474,0.0230767783909,0.72817836177,-0.417213395342
+1470141549581538660,-0.00958563107997,0.00880980119109,0.257303237915,-0.555689803291,0.0239044144229,0.72768354761,-0.401390179286
+1470141549652553457,-0.00956414360553,0.00883971713483,0.256958544254,-0.545969815816,0.0249716229109,0.729326261966,-0.411553862665
+1470141549723158690,-0.00956613384187,0.00885972380638,0.256504178047,-0.541190487987,0.0255996424284,0.730413068878,-0.415877701773
+1470141549801993268,-0.00961501523852,0.00890203379095,0.255754947662,-0.541065275523,0.0264770523479,0.731040780899,-0.414881561394
+1470141549880424130,-0.00965025275946,0.00891707930714,0.255362033844,-0.514771506032,0.0215340657089,0.729921131535,-0.449178942438
+1470141549951466294,-0.00958903133869,0.00889407843351,0.255166500807,-0.532553391012,0.0231052289397,0.72940348148,-0.428746539721
+1470141550025577528,-0.00954520236701,0.008883273229,0.254985570908,-0.545642020755,0.0244055326841,0.728990274366,-0.412616450278
+1470141550097073464,-0.00950266607106,0.00888918060809,0.254738211632,-0.543878066198,0.0244030722637,0.729063045205,-0.414811059748
+1470141550173936730,-0.00950225163251,0.00891572609544,0.254029273987,-0.563197133888,0.0252588655541,0.727692716863,-0.390684384019
+1470141550249734611,-0.00961543340236,0.00896158628166,0.253442198038,-0.532962740911,0.021538949031,0.727935153675,-0.430809937815
+1470141550324478489,-0.00960361864418,0.00898471288383,0.253130197525,-0.531562221172,0.0229378283663,0.729147785418,-0.430417202342
+1470141550395936761,-0.00953304022551,0.00901510473341,0.2528193295,-0.534013873324,0.024275142185,0.730040928879,-0.425770058519
+1470141550465866118,-0.00944324396551,0.00905950460583,0.2524548769,-0.557121977397,0.02731464012,0.729809044313,-0.395281888751
+1470141550536804892,-0.00951833836734,0.00907541904598,0.25191539526,-0.528879851638,0.0219143162914,0.728826070027,-0.434302227628
+1470141550608998635,-0.00953638553619,0.0090872021392,0.251405954361,-0.531822062882,0.023346136832,0.729601724332,-0.429303593252
+1470141550683449368,-0.00954292714596,0.00908163562417,0.250952333212,-0.54297090284,0.024196084075,0.729015907967,-0.416092482647
+1470141550754916752,-0.0094873458147,0.00906618405133,0.250667661428,-0.56529689305,0.0259281059978,0.727938984551,-0.387133040178
+1470141550826305438,-0.00946615077555,0.00909518823028,0.250322937965,-0.563874088399,0.0254173169158,0.727772657047,-0.389547085842
+1470141550899718928,-0.0094795152545,0.00912135001272,0.24981418252,-0.530867363491,0.0220903348922,0.728668536023,-0.432127323938
+1470141550974873641,-0.00948199816048,0.00910417549312,0.249390289187,-0.538546503479,0.0233020854217,0.728808871855,-0.422211208651
+1470141551052787046,-0.00953376293182,0.00912107620388,0.248715728521,-0.523639182488,0.0237308201687,0.730627654239,-0.437518097452
+1470141551130492301,-0.00947959069163,0.00912364386022,0.248444095254,-0.542941250989,0.0255903011598,0.73001491466,-0.414292359132
+1470141551205798602,-0.00946027413011,0.00915277563035,0.248139321804,-0.540599023581,0.0244117910147,0.729500648182,-0.418312759147
+1470141551281328202,-0.00945246685296,0.00913068279624,0.247765421867,-0.535751118565,0.0214340330073,0.727611752184,-0.42789304653
+1470141551354349718,-0.00945514347404,0.00912989396602,0.247338145971,-0.525234637789,0.0220946455591,0.728982408564,-0.438434772695
+1470141551426743189,-0.00945727806538,0.00912464782596,0.246820777655,-0.543941335596,0.0245248295852,0.729141091341,-0.414583676815
+1470141551498906346,-0.00944031495601,0.00913758669049,0.246275544167,-0.545282552388,0.0259197639475,0.729993745637,-0.411222853485
+1470141551571782698,-0.00940337404609,0.00915491953492,0.245826199651,-0.541403665579,0.0252478503322,0.729949078524,-0.416436021152
+1470141551643299977,-0.00942892022431,0.0091408342123,0.245579838753,-0.530403640472,0.0218196810161,0.728446729045,-0.433083413026
+1470141551715552340,-0.0094029866159,0.00913708191365,0.245192661881,-0.535383770073,0.0229081834481,0.728750103265,-0.426336394019
+1470141551788624170,-0.0094294315204,0.00912061147392,0.244750499725,-0.532971150265,0.0234759944773,0.729414125746,-0.428188817965
+1470141551863016821,-0.00939359888434,0.00910606887192,0.244059756398,-0.562040767675,0.0262596334308,0.728500449422,-0.390778328871
+1470141551943807275,-0.00933889485896,0.00910156592727,0.243766486645,-0.56424481179,0.027512148739,0.729132482487,-0.38631165789
+1470141552017373745,-0.0093840546906,0.00911617372185,0.243586018682,-0.544374705126,0.0235816449931,0.728522817704,-0.415156103801
+1470141552092220755,-0.00937995035201,0.00913078989834,0.243228301406,-0.521736662737,0.0218223195321,0.729355788442,-0.441989564348
+1470141552166518872,-0.0093702794984,0.00901640485972,0.239619240165,-0.518176829885,0.0211393589121,0.728918428519,-0.44690471584
+1470141552240818035,-0.0093017462641,0.0090126702562,0.238956049085,-0.532432180534,0.0195619096458,0.726357316112,-0.434210034607
+1470141552316428216,-0.0093326093629,0.00907078105956,0.239587128162,-0.548392418707,0.0246473261092,0.728774167945,-0.409324414807
+1470141552389481522,-0.00933448597789,0.00911783706397,0.24063834548,-0.547486631523,0.024177961449,0.728585896901,-0.410897073878
+1470141552466530140,-0.00933415070176,0.00914541911334,0.241149693727,-0.536231893894,0.0227430969172,0.728608332801,-0.425520863045
+1470141552541560242,-0.00928482040763,0.00917496718466,0.240756347775,-0.535766268453,0.0247542913558,0.730103922314,-0.423426490986
+1470141552615843701,-0.009311536327,0.00917247124016,0.23989482224,-0.540291727525,0.0265490301439,0.731135747507,-0.41571687106
+1470141552691776307,-0.00932083651423,0.00916867982596,0.239528432488,-0.538955196636,0.024967678821,0.730142530924,-0.419280092025
+1470141552764680904,-0.00932400953025,0.0091451536864,0.239360630512,-0.535903970472,0.0236385102992,0.729404863539,-0.424519375657
+1470141552841257512,-0.00932741351426,0.00913341995329,0.239168092608,-0.526714618267,0.0219854206541,0.728983329687,-0.43665965834
+1470141552915519646,-0.00929258391261,0.00914021302015,0.238710671663,-0.523149392796,0.0225708040679,0.729657393774,-0.439778761802
+1470141552992708389,-0.0092452056706,0.0091136470437,0.23838545382,-0.554447469009,0.0251137279125,0.728434410847,-0.401672271725
+1470141553068368632,-0.00923597998917,0.00916886609048,0.237886816263,-0.554969440552,0.0272143213666,0.729951624142,-0.398043875945
+1470141553146444294,-0.00930426176637,0.0092208692804,0.23742261529,-0.521938817153,0.0231195409942,0.730418057072,-0.439925925441
+1470141553223196750,-0.00923958327621,0.00923243910074,0.237047061324,-0.534036097445,0.0241791348935,0.730156491376,-0.425549426228
+1470141553307947273,-0.00918517913669,0.00925629306585,0.236661538482,-0.538102152394,0.0262251553738,0.731031102506,-0.418750333712
+1470141553384344306,-0.00918445363641,0.00924954470247,0.236210420728,-0.549354366213,0.0264713846223,0.730021824949,-0.405681132439
+1470141553456940208,-0.00933026894927,0.00925295613706,0.235525712371,-0.519530920163,0.0207391930847,0.728594470249,-0.445878466386
+1470141553531483786,-0.00922879483551,0.00924202334136,0.235169500113,-0.546744983222,0.0239896965197,0.728489719755,-0.412064492518
+1470141553612640206,-0.00917658023536,0.00927481520921,0.234841912985,-0.542093505691,0.0255743753394,0.72998871018,-0.41544802975
+1470141553688294713,-0.00914590712637,0.0092887384817,0.234401270747,-0.545724046926,0.0266906509705,0.730498378807,-0.409688896991
+1470141553762672744,-0.009173380211,0.00929231382906,0.234092533588,-0.536583783553,0.0253990272241,0.730545045372,-0.42158826991
+1470141553834341717,-0.00927459355444,0.00926986988634,0.233585253358,-0.526634697972,0.0226644811493,0.729555189649,-0.435765351356
+1470141553907689146,-0.00925993639976,0.00928073003888,0.233404368162,-0.521957389988,0.0220256049247,0.729544352546,-0.441407287472
+1470141553980200308,-0.0091398190707,0.00930881034583,0.233006119728,-0.550618740305,0.0263026068194,0.729835771713,-0.404310427801
+1470141554052810149,-0.00911189895123,0.00932244956493,0.232773095369,-0.55289520779,0.0265429508637,0.72965950561,-0.401496409491
+1470141554124435013,-0.00910435430706,0.00934215914458,0.232601031661,-0.546713244362,0.0256446574004,0.729660569231,-0.409929791179
+1470141554196544190,-0.00921308342367,0.00938942469656,0.232145264745,-0.51032868418,0.0213608593982,0.729949011179,-0.454183651036
+1470141554269710627,-0.00916421134025,0.00939537677914,0.231419563293,-0.551030809942,0.0261462521109,0.729677889228,-0.404044054488
+1470141554343489295,-0.0091144470498,0.00940848514438,0.231160700321,-0.551774510362,0.0265548525642,0.729878102208,-0.402638405319
+1470141554416690915,-0.0091511849314,0.00945987924933,0.230824828148,-0.529230409246,0.0238320988265,0.73015396631,-0.431534923822
+1470141554493847981,-0.00913033261895,0.00948637071997,0.230412825942,-0.521117568368,0.0232445252672,0.730397900056,-0.440925253957
+1470141554570072815,-0.0091335196048,0.00950428657234,0.229921773076,-0.522822125655,0.0245516542638,0.731307446866,-0.437314142644
+1470141554641602247,-0.00911395438015,0.0094694364816,0.229342401028,-0.550216250561,0.0253134694678,0.729189293469,-0.406084080177
+1470141554714665132,-0.00913417339325,0.00949600897729,0.229053661227,-0.526766929415,0.022675657903,0.729609425019,-0.435514068127
+1470141554791609852,-0.00913016777486,0.00950709078461,0.22878728807,-0.513691665998,0.0225610240001,0.730655349565,-0.449171050527
+1470141554869517765,-0.00907464884222,0.00952040497214,0.228490263224,-0.52036394313,0.024256251504,0.731302131689,-0.440261505403
+1470141554942221605,-0.0090989228338,0.0094837686047,0.227604463696,-0.547939348251,0.0258857743411,0.729813670464,-0.408000494764
+1470141555015437598,-0.00909757427871,0.00948117300868,0.2274004668,-0.546531660533,0.0247924099173,0.729176543903,-0.411083991742
+1470141555092503996,-0.00911694020033,0.00947755947709,0.227216854692,-0.524891865498,0.0230173525395,0.729886396998,-0.437292326132
+1470141555167068807,-0.00910033565015,0.00948853604496,0.22696082294,-0.51961612998,0.0219970378049,0.729541294366,-0.444167431952
+1470141555241015793,-0.00904176663607,0.00954283867031,0.226394101977,-0.526906944684,0.0252180552145,0.7312658181,-0.432415800606
+1470141555312612416,-0.00907084625214,0.00952364318073,0.22608935833,-0.542475078819,0.0259245683327,0.730403800882,-0.414196805003
+1470141555384650799,-0.00907627027482,0.0094535741955,0.225851476192,-0.546273926272,0.0259873106847,0.730099574398,-0.409712177781
+1470141555456790478,-0.00911390315741,0.00929945707321,0.225688487291,-0.529444695071,0.0232146321004,0.729675563384,-0.43211453102
+1470141555529516668,-0.00904934015125,0.00949838198721,0.225389569998,-0.537928676221,0.0235673944726,0.729346845746,-0.422055086235
+1470141555601022861,-0.00898182485253,0.00967640336603,0.225139856339,-0.547567512543,0.0263425905682,0.730233640987,-0.407718918742
+1470141555672082148,-0.00899325124919,0.00971847213805,0.225029885769,-0.537679928319,0.0258512537903,0.730786745818,-0.419741276857
+1470141555746231769,-0.0089600449428,0.00966541469097,0.224923223257,-0.543398213795,0.0261436645978,0.730493908406,-0.412811748654
+1470141555817260626,-0.00901426747441,0.00980197824538,0.224635511637,-0.513835717096,0.0222854429676,0.730199392664,-0.449761116396
+1470141555888677661,-0.00904522370547,0.00997179094702,0.224115043879,-0.524340432621,0.0232096440338,0.730107637999,-0.437574290924
+1470141555960340306,-0.00902627035975,0.0100681139156,0.223706528544,-0.545518225433,0.0249067629361,0.729437347938,-0.41195955422
+1470141556033008955,-0.008958671242,0.0101406108588,0.223457917571,-0.556578746973,0.0263000852556,0.729322969288,-0.397009332891
+1470141556104476643,-0.00894850213081,0.0102605139837,0.223049819469,-0.544007798598,0.0248593646893,0.729680720198,-0.413525783505
+1470141556176588520,-0.00896046496928,0.010372556746,0.222605198622,-0.528432766889,0.0251192194961,0.731198880284,-0.430669285138
+1470141556252951584,-0.00903571769595,0.0103947650641,0.222147718072,-0.529924507077,0.0228288306795,0.729536736025,-0.431781208575
+1470141556329786151,-0.00896940845996,0.0104198521003,0.221803382039,-0.549563554212,0.0249418502548,0.729041737783,-0.407254157201
+1470141556404333872,-0.00892269331962,0.0104627115652,0.221518620849,-0.551988598911,0.0260558600876,0.729573094971,-0.402930239524
+1470141556477116202,-0.00892543885857,0.0104844393209,0.221078842878,-0.528584358557,0.0252238082146,0.731190088038,-0.430492033078
+1470141556551833939,-0.00894241221249,0.0105121424422,0.220737934113,-0.514236879462,0.0232426805352,0.731127992628,-0.447741072494
+1470141556621166556,-0.00897009670734,0.0104955071583,0.220369145274,-0.523733487266,0.0236270818101,0.730631054511,-0.437405141152
+1470141556695612906,-0.00894694589078,0.0103965234011,0.220008864999,-0.531791118239,0.0237688635228,0.729909044091,-0.428796029649
+1470141556766829351,-0.00885382574052,0.0103471530601,0.219802305102,-0.533889009883,0.0237860997681,0.729764864334,-0.426427003563
+1470141556838630329,-0.00879777036607,0.0102557437494,0.219501510262,-0.529457930188,0.0234553681968,0.729904318525,-0.431698774218
+1470141556911364139,-0.00876619201154,0.0101380385458,0.219081148505,-0.513033273696,0.0216088104526,0.73002526855,-0.450991160301
+1470141556981952239,-0.00870165694505,0.0100805144757,0.218787804246,-0.530468728459,0.0230727768072,0.729718491048,-0.430791711759
+1470141557056317016,-0.00863811187446,0.009949689731,0.218516454101,-0.535561894838,0.0232337930358,0.729235427434,-0.425263846376
+1470141557129011894,-0.00851051416248,0.009765625,0.218035668135,-0.536563718313,0.0249466175586,0.730674630248,-0.421416216079
+1470141557201153164,-0.00846539624035,0.00963408406824,0.217780560255,-0.538233212383,0.0250396064336,0.730415779489,-0.41972707355
+1470141557272444463,-0.0084207765758,0.00958297494799,0.217540383339,-0.536247146789,0.0255148129138,0.730992932433,-0.421233100094
+1470141557344173184,-0.00840993225574,0.00947816018015,0.217308849096,-0.528611268312,0.0252060671277,0.731509856612,-0.429916399865
+1470141557413277218,-0.00845853518695,0.00933356024325,0.21716336906,-0.535562551422,0.0237464599992,0.729695890356,-0.424444067869
+1470141557484261399,-0.00850775185972,0.00926522351801,0.216977447271,-0.519224994257,0.0221876346375,0.730170932609,-0.443580346026
+1470141557557344950,-0.00857944134623,0.00908972416073,0.21643319726,-0.506971905694,0.0204634015078,0.729774617257,-0.458246379193
+1470141557634010767,-0.00844374299049,0.0088999317959,0.216143861413,-0.543891869001,0.0251554876656,0.729991775582,-0.413111176146
+1470141557704799727,-0.00845580454916,0.00872611347586,0.215885549784,-0.532063501768,0.0239683780308,0.730270814495,-0.427829971412
+1470141557774600782,-0.00844228081405,0.00864957179874,0.215628921986,-0.533665371807,0.0240258950588,0.73023052845,-0.42589599977
+1470141557845753298,-0.00853259675205,0.00850393157452,0.215012252331,-0.523361954535,0.0230070078101,0.730573393463,-0.437978833851
+1470141557917547915,-0.00854692794383,0.00831777136773,0.214627027512,-0.510257826508,0.0209729951959,0.730352929349,-0.453631659556
+1470141557993378790,-0.00856278184801,0.00819827616215,0.2143779248,-0.511539632684,0.020420110724,0.729614386078,-0.453401666185
+1470141558069283129,-0.0085881203413,0.00798190571368,0.213532432914,-0.5286523347,0.0240532346209,0.730875942945,-0.431008708665
+1470141558142160920,-0.00856967642903,0.00788442511111,0.213123351336,-0.540020916919,0.0246383605639,0.730335344332,-0.41758908666
+1470141558215893389,-0.00864422880113,0.00781776104122,0.212620347738,-0.530657795395,0.0234142136332,0.730267627278,-0.429608276614
+1470141558289595353,-0.00869398005307,0.00778208114207,0.212360963225,-0.511504450989,0.0213555414169,0.730349815688,-0.452212653729
+1470141558375209227,-0.00858143344522,0.00771300401539,0.212083354592,-0.526889003864,0.024300845841,0.731328743665,-0.432383759164
+1470141558450279183,-0.00855175685138,0.00762120774016,0.211945399642,-0.53817702204,0.0250098064423,0.73068574843,-0.41933082354
+1470141558523187004,-0.00850773788989,0.00759410811588,0.21184155345,-0.5416824505,0.0254587966921,0.730691964638,-0.414754415655
+1470141558601007840,-0.00850034691393,0.00760578643531,0.211774200201,-0.531780714318,0.0242068114591,0.730738669246,-0.427369043599
+1470141558674155898,-0.00849230587482,0.00761275552213,0.211673036218,-0.527542880398,0.0234897406631,0.730580024011,-0.432896719716
+1470141558747642836,-0.0084666274488,0.00763164646924,0.211620375514,-0.514100531684,0.0216087995555,0.730480040725,-0.449035202636
+1470141558823064928,-0.00840928219259,0.0076406756416,0.211644396186,-0.507618001928,0.0209494929078,0.730490968462,-0.456363920419
+1470141558897372254,-0.00837744772434,0.00744683435187,0.210753902793,-0.497991424211,0.0202149917984,0.730687717724,-0.466574061309
+1470141558971073644,-0.00815803278238,0.00741912610829,0.209597915411,-0.518533886235,0.0241957594963,0.731795074825,-0.441602924028
+1470141559044343791,-0.00811979733407,0.00742671638727,0.209705635905,-0.521519921415,0.0250122993335,0.73213441336,-0.437459206355
+1470141559116958832,-0.00816227775067,0.00736502278596,0.209562823176,-0.50864545295,0.0236687677682,0.73230753364,-0.452156243791
+1470141559188338372,-0.00818721111864,0.00729673355818,0.20871989429,-0.520841452905,0.0231355071933,0.730686048944,-0.440779794366
+1470141559260393670,-0.00815472565591,0.0073042861186,0.208207860589,-0.509639779859,0.0217121221189,0.730615089974,-0.453869440303
+1470141559329607495,-0.00811681896448,0.00731468340382,0.207855686545,-0.51824258828,0.0236118932169,0.731289125689,-0.442812954689
+1470141559403183517,-0.0081022195518,0.0073270057328,0.207553505898,-0.507565934828,0.0235194517421,0.73223027215,-0.45350025991
+1470141559479870881,-0.0081259906292,0.00727843213826,0.207088172436,-0.52218406716,0.0238862375852,0.731214612382,-0.438267541916
+1470141559554496587,-0.00810329988599,0.00720995664597,0.206927403808,-0.525630248143,0.0233242717717,0.730298704098,-0.435697857897
+1470141559631147475,-0.00809523556381,0.00717019755393,0.206889897585,-0.531040075805,0.0236506979736,0.730112783178,-0.429386080601
+1470141559711721979,-0.00810900423676,0.00719453813508,0.206881061196,-0.521066252496,0.0240670218376,0.731509050952,-0.439095943211
+1470141559790106419,-0.00813697744161,0.00718820933253,0.206922963262,-0.521060982225,0.024019437431,0.731325140046,-0.439411036463
+1470141559862620776,-0.00811788346618,0.00721538765356,0.206831157207,-0.528685786515,0.0247475512702,0.731127316376,-0.430501736455
+1470141559934870938,-0.00815731100738,0.00728057790548,0.20673713088,-0.51437099765,0.0228797058921,0.730970756853,-0.447862421353
+1470141560007633292,-0.00819695275277,0.00732978060842,0.206715494394,-0.493783843278,0.0205919349203,0.731014222938,-0.470501534743
+1470141560080032889,-0.00817281939089,0.00739747425541,0.206703737378,-0.506552264705,0.0222198129881,0.731121439419,-0.456478393635
+1470141560152271324,-0.00814906228334,0.00743627361953,0.206761196256,-0.515917775204,0.0230911135167,0.731067267486,-0.445910641403
+1470141560222207423,-0.00814531836659,0.00745245534927,0.206750333309,-0.51679915371,0.023303279029,0.7311502592,-0.444741374714
+1470141560293830773,-0.00814673118293,0.00745765352622,0.20681424439,-0.516238453715,0.0231428733639,0.731115549332,-0.445457427644
+1470141560366559168,-0.00815763976425,0.00741899618879,0.206882417202,-0.519055623514,0.0225769968946,0.730427317825,-0.443336748177
+1470141560439605359,-0.0081644859165,0.00739653548226,0.20685467124,-0.518129909151,0.0229671961176,0.730902905308,-0.443615653644
+1470141560517089178,-0.00817454978824,0.00732931075618,0.20696644485,-0.514435858618,0.0220053776036,0.730421082281,-0.448727705055
+1470141560593973925,-0.00816653110087,0.00733530055732,0.206971436739,-0.51757946673,0.0219095298045,0.730113748926,-0.445606756851
+1470141560666763822,-0.00816821306944,0.00732231605798,0.207014217973,-0.518672995524,0.0220606967094,0.730104469621,-0.44434121215
+1470141560740448992,-0.00814478378743,0.00731960125268,0.206997275352,-0.52504831127,0.0228100543268,0.730076164274,-0.436798313427
+1470141560813377615,-0.00813430547714,0.00733903190121,0.206907257438,-0.519282838495,0.0222638989318,0.730237942805,-0.443398465646
+1470141560886241037,-0.00813545752317,0.00731809483841,0.206907615066,-0.518197433413,0.0219595816508,0.730095311348,-0.444915759583
+1470141560962706696,-0.00810116436332,0.00721130287275,0.20694437623,-0.531031694043,0.0240836986215,0.730416513168,-0.428855491598
+1470141561037329144,-0.00808368623257,0.00719967670739,0.206881031394,-0.526593294692,0.0240599523648,0.730907409388,-0.433468545086
+1470141561111649167,-0.00809493288398,0.00715392222628,0.206901445985,-0.528562359825,0.0234646761579,0.730209379058,-0.432279427551
+1470141561187200845,-0.0080824457109,0.0071760234423,0.206891790032,-0.523990949508,0.0236037232761,0.730825957973,-0.436771986548
+1470141561265804308,-0.00809049326926,0.00717985071242,0.206882968545,-0.526826990874,0.0238447753655,0.73071616873,-0.433518891319
+1470141561339293042,-0.00807955954224,0.00719465827569,0.206896215677,-0.527996386153,0.0240725860832,0.730744674036,-0.432033040607
+1470141561415186904,-0.00811194628477,0.00727918185294,0.206907808781,-0.524282601457,0.0230919421336,0.730429361233,-0.437112644826
+1470141561488287759,-0.00812768377364,0.00737817399204,0.206828579307,-0.517566439554,0.0219954318738,0.730284573986,-0.445337650128
+1470141561568397198,-0.00811076257378,0.00740405870602,0.206861257553,-0.527086236212,0.0225790606359,0.729789666575,-0.434830229143
+1470141561637601479,-0.00811706855893,0.00740320514888,0.20688560605,-0.530979241945,0.0229302847848,0.729647189049,-0.430290862297
+1470141561707991480,-0.00812903232872,0.00740734720603,0.206899374723,-0.525784224813,0.0224428458138,0.72978932584,-0.436411282507
+1470141561779391378,-0.00809731148183,0.00730789639056,0.206974178553,-0.533565371819,0.0241719262958,0.730310334383,-0.425876187957
+1470141561852619870,-0.00811043195426,0.00723887560889,0.20701816678,-0.529456055686,0.0240763186426,0.730587659731,-0.430509334888
+1470141561929865680,-0.00812454894185,0.00719473324716,0.207048028708,-0.526926522256,0.0236465687642,0.730483740468,-0.433800397466
+1470141562010585406,-0.00813462678343,0.00720043247566,0.207076177001,-0.52066255206,0.0232178683992,0.730776042777,-0.440837626313
+1470141562082067875,-0.00812373496592,0.00719990953803,0.207067966461,-0.525672006315,0.0236472127172,0.730620373234,-0.435090359951
+1470141562156175063,-0.00812338571995,0.00718796160072,0.207043454051,-0.52629968405,0.0236761819131,0.73055628908,-0.434437094945
+1470141562232197586,-0.00812783651054,0.00717267999426,0.207072973251,-0.526759552766,0.0233690846418,0.730206507661,-0.434484425063
+1470141562308097375,-0.00811276119202,0.00718508055434,0.207049831748,-0.52654659057,0.0237247430575,0.730625778252,-0.434018198558
+1470141562382628247,-0.00810254085809,0.0071966201067,0.207050740719,-0.515043716433,0.0233953894752,0.73150557974,-0.446186298225
+1470141562455483443,-0.00809831637889,0.00717453192919,0.207066386938,-0.514785677563,0.023245815538,0.731428067538,-0.446618763886
+1470141562532291554,-0.00810429919511,0.00715084979311,0.207124248147,-0.515309948361,0.0227304558418,0.730981616368,-0.44677159716
+1470141562606862475,-0.00812345650047,0.00714680273086,0.207158118486,-0.506742021117,0.0220460286564,0.731230502701,-0.456101357787
+1470141562678314786,-0.00812389608473,0.00712616555393,0.20718498528,-0.495477636891,0.0211663387971,0.731598199512,-0.467779832736
+1470141562765752016,-0.0081183956936,0.00712315039709,0.207134515047,-0.508936798738,0.0222597025101,0.731354534007,-0.453440609257
+1470141562837663492,-0.00812608841807,0.00711786188185,0.207227230072,-0.494326217254,0.0208459884314,0.731327161042,-0.469433295819
+1470141562911234624,-0.00810646079481,0.00710566248745,0.20720243454,-0.492508692618,0.0208382943802,0.731627682284,-0.470873536843
+1470141562986269736,-0.00809451192617,0.00709876418114,0.207254931331,-0.500487232164,0.0214331211639,0.73142117391,-0.462683712825
+1470141563063202150,-0.00809165369719,0.00710386689752,0.207309961319,-0.483368214141,0.0201852693746,0.731860700147,-0.479924619121
+1470141563137525323,-0.00804944522679,0.00711873639375,0.207262173295,-0.490579972155,0.0213779197955,0.732226500521,-0.471930744284
+1470141563212572654,-0.00805148761719,0.007107807789,0.207229360938,-0.480788974292,0.0203823522103,0.732241556812,-0.481922010698
+1470141563282688683,-0.008026689291,0.00710395351052,0.20723977685,-0.498899655888,0.021172825581,0.73114655126,-0.464839289855
+1470141563355003798,-0.00801162142307,0.00713968230411,0.207186758518,-0.493269169607,0.0217200766611,0.73212258036,-0.469265694369
+1470141563428360938,-0.00802255421877,0.00713606458157,0.207195430994,-0.494596470933,0.0216644350117,0.731994833782,-0.46806895487
+1470141563502753668,-0.00800715293735,0.0071374848485,0.207171604037,-0.495993430135,0.021650513174,0.731819748619,-0.46686360757
+1470141563580352880,-0.0080033056438,0.00713365897536,0.207176655531,-0.497019782247,0.0217280544712,0.73172771787,-0.465911766974
+1470141563653238484,-0.00799906160682,0.00714008556679,0.20715534687,-0.502167809827,0.0222774916011,0.731800214782,-0.460216959473
+1470141563733116958,-0.00799948815256,0.0071489578113,0.207164719701,-0.496217455352,0.0217094300725,0.73176326585,-0.466711324486
+1470141563809817900,-0.00795928854495,0.00716855889186,0.207172393799,-0.500853706368,0.0225060374388,0.732013451115,-0.461297464205
+1470141563882366152,-0.00796717964113,0.00717157963663,0.207170307636,-0.50348901981,0.0226438457257,0.731808821475,-0.458739481615
+1470141563969449063,-0.00795457791537,0.00717813754454,0.207169741392,-0.506034486388,0.0227777871867,0.731786712766,-0.455958855617
+1470141564042237264,-0.0079527227208,0.00718677788973,0.207115978003,-0.510971924949,0.0230800823365,0.731464476805,-0.450926513842
+1470141564118157348,-0.00794482138008,0.00723127787933,0.207105904818,-0.507246351921,0.0237091352757,0.73235828699,-0.453641218194
+1470141564191415863,-0.00793867465109,0.00724585726857,0.207086905837,-0.507053790978,0.0236387562695,0.73234375845,-0.453883555239
+1470141564264045393,-0.00793623924255,0.00726719759405,0.207074776292,-0.51429240008,0.0240022669756,0.731909387709,-0.446358450782
+1470141564337449614,-0.00795552413911,0.00726813729852,0.207083567977,-0.517641986873,0.0235507722462,0.731143282279,-0.443758532686
+1470141564410642638,-0.00796159077436,0.00729458173737,0.207063823938,-0.52096486086,0.02378379646,0.731153374567,-0.439823473264
+1470141564482854854,-0.00796808768064,0.00731584010646,0.207003250718,-0.505838600704,0.023008583874,0.732049095546,-0.455743389218
+1470141564558252245,-0.0079756686464,0.00730509823188,0.206985116005,-0.516416132761,0.0229263852114,0.730960080324,-0.445517810708
+1470141564635724966,-0.0080350516364,0.00735272653401,0.20692615211,-0.490358981631,0.0204468648578,0.731323521512,-0.473598882742
+1470141564710000869,-0.0079875709489,0.00733208609745,0.207033023238,-0.508107172731,0.0223701040556,0.731218472391,-0.454583573281
+1470141564783297170,-0.0080028353259,0.00734255090356,0.207024797797,-0.496542474145,0.0212324646378,0.731364548244,-0.467012474551
+1470141564856412900,-0.00801332760602,0.00737940706313,0.207004770637,-0.496418797699,0.020777078842,0.731081861496,-0.467606674543
+1470141564934772845,-0.00801162607968,0.00734848622233,0.207006826997,-0.498433414289,0.0205029896338,0.730599527598,-0.466227507994
+1470141565007125387,-0.00799627788365,0.00738055631518,0.206963166595,-0.500664298413,0.0208849804063,0.730755344519,-0.463568446235
+1470141565079917808,-0.00802157446742,0.00738408509642,0.206882148981,-0.484536193724,0.0197674367144,0.731237891907,-0.479713529992
+1470141565153347297,-0.00801897514611,0.00738172931597,0.20684479177,-0.496403365431,0.0207526003814,0.731103615736,-0.467590131872
+1470141565231259098,-0.0080175967887,0.00738410186023,0.206877201796,-0.492562129847,0.0203287275002,0.730960623179,-0.471874833447
+1470141565303899851,-0.00799219869077,0.00739997113124,0.206863105297,-0.498193426026,0.0212434768824,0.731310288215,-0.465335671645
+1470141565378918765,-0.00800547655672,0.00739414663985,0.207008719444,-0.493437273279,0.0202467253387,0.730793170289,-0.471222951172
+1470141565453986428,-0.00797555223107,0.00736778462306,0.206978589296,-0.506993910039,0.0213348776903,0.730533490452,-0.456971353046
+1470141565531731598,-0.00797632988542,0.00735909724608,0.20693770051,-0.500090470803,0.0211103180685,0.731026825254,-0.463749561986
+1470141565606850944,-0.00799328833818,0.00738688837737,0.206954181194,-0.492222420728,0.020510621081,0.731240184015,-0.471788295994
+1470141565680111045,-0.00801254250109,0.00739534012973,0.206949517131,-0.494434171454,0.0205161978151,0.731022115606,-0.469809112535
+1470141565753504445,-0.00798693485558,0.00739235710353,0.206925824285,-0.499095536857,0.0208885712586,0.730902546503,-0.4650255694
+1470141565826440703,-0.00797663629055,0.00737313134596,0.206902980804,-0.502107309667,0.02115949807,0.730863975991,-0.461820716101
+1470141565900870482,-0.00798833556473,0.00741209089756,0.206858053803,-0.49618735102,0.0213101287768,0.731534861025,-0.467119618732
+1470141565972788516,-0.00797852315009,0.00740244425833,0.206871122122,-0.508296781189,0.021763446546,0.730767938551,-0.455125207623
+1470141566044655945,-0.00797016080469,0.00742568587884,0.20685441792,-0.502618069845,0.021803652566,0.731355702891,-0.460454680124
+1470141566118446626,-0.00798718445003,0.00743389129639,0.206884846091,-0.511920332124,0.0222345045505,0.730857289705,-0.450877835396
+1470141566195007631,-0.00797895807773,0.0074122659862,0.206884488463,-0.509650534363,0.022036735877,0.7309053587,-0.453374096876
+1470141566275543564,-0.00798000767827,0.00743447942659,0.206882834435,-0.510951268203,0.0222505813927,0.730942211986,-0.451837576887
+1470141566349918504,-0.00799117702991,0.00744080962613,0.206834360957,-0.518455558021,0.0228085932909,0.730680103385,-0.443610402207
+1470141566427526417,-0.00799062289298,0.00743607990444,0.20680603385,-0.51938692375,0.0225245082004,0.730369810803,-0.443046057917
+1470141566500551972,-0.00797998532653,0.00747561454773,0.206818968058,-0.513744421634,0.0228283086279,0.731202531406,-0.448205751446
+1470141566570660589,-0.00798474438488,0.00744156166911,0.206839129329,-0.519594957401,0.0224459876132,0.730309530925,-0.44290546048
+1470141566639259940,-0.00798196531832,0.00748396245763,0.20679949224,-0.518789765374,0.0230400711928,0.730811008461,-0.442991652715
+1470141566711741337,-0.00796737428755,0.0074942172505,0.206818014383,-0.516439953124,0.0230596222146,0.731084524847,-0.445279065498
+1470141566784829817,-0.00798176880926,0.00747483875602,0.206812590361,-0.519309049716,0.0229302384014,0.730672974195,-0.442616447764
+1470141566856578925,-0.00801538396627,0.00746570108458,0.206740498543,-0.524512622601,0.0232052157554,0.730408823577,-0.436864941526
+1470141566930904304,-0.00799852143973,0.00744680780917,0.206728056073,-0.514988819997,0.0225324739081,0.730844046176,-0.447376556232
+1470141567004567437,-0.00798923335969,0.0074498783797,0.206692159176,-0.518243679601,0.0229042249893,0.730744123738,-0.443747575377
+1470141567076682714,-0.00799486134201,0.00745132984594,0.206846415997,-0.509428548656,0.0220393130543,0.730896742716,-0.453637271376
+1470141567149684497,-0.00797834526747,0.00745936669409,0.206752315164,-0.524557284885,0.0234316629889,0.730594397301,-0.436488761225
+1470141567219249712,-0.00797507539392,0.00749362166971,0.20670761168,-0.524739783448,0.0234745174655,0.730630857392,-0.436205979926
+1470141567291471736,-0.00800245441496,0.00751952780411,0.206721335649,-0.519617538151,0.0230039347489,0.730683711533,-0.442232683925
+1470141567363294580,-0.00799764227122,0.00754741532728,0.206640586257,-0.517090867372,0.0226398735849,0.730653385431,-0.445252851044
+1470141567435387249,-0.0080313840881,0.00755611434579,0.206623181701,-0.51440099827,0.0216688087657,0.730146664068,-0.449230369249
+1470141567506007410,-0.00808536540717,0.00760763604194,0.206582337618,-0.488123798541,0.0184302147509,0.729695402941,-0.478476857756
+1470141567577271924,-0.00805143080652,0.00763773033395,0.20656119287,-0.510385668478,0.0206467936204,0.729601117285,-0.454711324889
+1470141567649969642,-0.00805007386953,0.0076592718251,0.206608921289,-0.510080483635,0.0207139470476,0.72979995784,-0.45473162871
+1470141567726419479,-0.00805175770074,0.00766231305897,0.20656400919,-0.510000385494,0.0207614404618,0.729801327387,-0.454817097226
+1470141567801460294,-0.00802743528038,0.00770160369575,0.206555426121,-0.524360827646,0.0223046572718,0.729746226334,-0.438199349436
+1470141567873754010,-0.00800962746143,0.00772847933695,0.206570670009,-0.525404342268,0.0227072035676,0.730006985576,-0.43649107785
+1470141567949586456,-0.00800015870482,0.00775255542248,0.206591829658,-0.528539612003,0.0230178884278,0.729962303002,-0.432748300462
+1470141568022475825,-0.00799176376313,0.00778608303517,0.206588730216,-0.527962469278,0.0232158100944,0.730157389069,-0.43311296954
+1470141568096115575,-0.00800259504467,0.00781889539212,0.206618979573,-0.532650701996,0.0234448443541,0.729812033588,-0.427911164339
+1470141568167598520,-0.00799218472093,0.00785490404814,0.206579089165,-0.531545169446,0.0233629784189,0.72985113483,-0.429221650275
+1470141568239015082,-0.00799992028624,0.00786142330617,0.206582248211,-0.530233035979,0.0235894178909,0.730153285428,-0.430316914261
+1470141568312947367,-0.00800649356097,0.00788120925426,0.206563293934,-0.532200515117,0.0233822037538,0.729801077232,-0.428493024363
+1470141568390029053,-0.00804802309722,0.00791377387941,0.206550955772,-0.515724146766,0.0210413882492,0.729487514343,-0.4488138042
+1470141568463158351,-0.00808294396847,0.00795813463628,0.206521749496,-0.504231374792,0.0192006525787,0.728948903297,-0.462618149231
+1470141568540602802,-0.0080583691597,0.00797996670008,0.206519633532,-0.505740294866,0.0204339688559,0.729942469267,-0.459339959753
+1470141568612784709,-0.00804728362709,0.00791456736624,0.206598609686,-0.526230152181,0.0222575264584,0.729460842314,-0.436432479293
+1470141568686193660,-0.00806755758822,0.0079801697284,0.206479623914,-0.515919899843,0.0208726181452,0.729313392087,-0.448879679736
+1470141568762843918,-0.00803957413882,0.00794972199947,0.20579496026,-0.528653991221,0.0234644282737,0.730146177443,-0.432274146506
+1470141568842903827,-0.00807646010071,0.00792428571731,0.205137118697,-0.521659289263,0.021530205656,0.729309489857,-0.442171577755
+1470141568920659289,-0.00805340521038,0.00790594983846,0.204101666808,-0.532359083574,0.0227573983342,0.729072878341,-0.42956797486
+1470141568993121383,-0.00804058928043,0.00785680115223,0.20342579484,-0.524937644499,0.0231222778318,0.730074889182,-0.436917023977
+1470141569070557615,-0.00807145703584,0.00786929391325,0.203217312694,-0.514657593247,0.0211742732556,0.729463612953,-0.450068938323
+1470141569146726168,-0.00806592870504,0.00784718710929,0.203012660146,-0.521733406419,0.0209063044435,0.728585163106,-0.443306710036
+1470141569221064521,-0.00804594624788,0.00784991588444,0.202784001827,-0.528659607985,0.021972195533,0.728905409734,-0.434434281762
+1470141569294553744,-0.00806352496147,0.00780225498602,0.20255215466,-0.530689844926,0.0219034173842,0.728648772791,-0.432388129704
+1470141569365952428,-0.00807944312692,0.00772886583582,0.202357590199,-0.533961583735,0.0218532698389,0.728462343713,-0.428660793034
+1470141569438684014,-0.00804093573242,0.00773993972689,0.202241152525,-0.542541559978,0.0226751892314,0.728271647352,-0.418036959075
+1470141569511303347,-0.0079741012305,0.00777047453448,0.20115095377,-0.499250432868,0.0187100870841,0.728474843535,-0.468746562931
diff --git a/MobileRobot/docking_data/Pose.txt~ b/MobileRobot/docking_data/Pose.txt~
index ecd1fb57..fd38c2b7 100644
--- a/MobileRobot/docking_data/Pose.txt~
+++ b/MobileRobot/docking_data/Pose.txt~
@@ -1,756 +1,452 @@
 %time,field.position.x,field.position.y,field.position.z,field.orientation.x,field.orientation.y,field.orientation.z,field.orientation.w
-1470066232369575288,-0.0293740592897,0.139159142971,1.37535524368,-0.207689416184,0.0160827970141,0.757552007675,-0.618644813858
-1470066232482029988,-0.0293740592897,0.139159142971,1.37535524368,-0.207689416184,0.0160827970141,0.757552007675,-0.618644813858
-1470066232557062035,-0.0293740592897,0.139159142971,1.37535524368,-0.207689416184,0.0160827970141,0.757552007675,-0.618644813858
-1470066232627354872,-0.0293740592897,0.139159142971,1.37535524368,-0.207689416184,0.0160827970141,0.757552007675,-0.618644813858
-1470066232701141778,-0.0293740592897,0.139159142971,1.37535524368,-0.207689416184,0.0160827970141,0.757552007675,-0.618644813858
-1470066232772186781,-0.0293740592897,0.139159142971,1.37535524368,-0.207689416184,0.0160827970141,0.757552007675,-0.618644813858
-1470066232845251238,-0.0293740592897,0.139159142971,1.37535524368,-0.207689416184,0.0160827970141,0.757552007675,-0.618644813858
-1470066232915452844,-0.0293740592897,0.139159142971,1.37535524368,-0.207689416184,0.0160827970141,0.757552007675,-0.618644813858
-1470066232988105078,-0.0289194844663,0.13815176487,1.36503136158,-0.291861567078,0.026107782223,0.767347733827,-0.570361871762
-1470066233057426881,-0.0281448289752,0.138221397996,1.34703171253,-0.337568216733,0.0439575678031,0.785493776884,-0.516831653212
-1470066233134936728,-0.0289318971336,0.14088563621,1.3634237051,-0.54727894742,0.0495491698379,0.744602923952,-0.378942105236
-1470066233205150612,-0.0287128984928,0.140508383512,1.35765099525,-0.509415788006,0.0407023494934,0.745745836266,-0.427436569993
-1470066233281410738,-0.0282002147287,0.13964535296,1.33984839916,-0.408438091612,0.048485664045,0.772913393452,-0.483148374647
-1470066233358813388,-0.0284064803272,0.136837244034,1.30557644367,-0.373010567828,0.0573330737969,0.791449134425,-0.48081628774
-1470066233444247774,-0.0281480979174,0.137732282281,1.30587470531,-0.159157591491,0.0146394602389,0.783643469518,-0.600297809389
-1470066233519214935,-0.0278172418475,0.137732729316,1.29747354984,-0.0886597254431,0.0119586463366,-0.546822915448,-0.83245488947
-1470066233597083041,-0.0277159623802,0.13940115273,1.29873526096,-0.177746147719,0.021223557119,0.782112959537,-0.596871163752
-1470066233671761564,-0.0277841724455,0.140282794833,1.29927325249,-0.0570076075376,0.00342420937679,0.75714972039,-0.650740123541
-1470066233748610692,-0.0277431607246,0.140338420868,1.29908645153,-0.205727184515,0.0147538882676,0.754313517432,-0.623273427761
-1470066233828856331,-0.0274794176221,0.139844045043,1.29311668873,-0.395133765822,0.0335512742068,0.754959075777,-0.522283843334
-1470066233902226662,-0.0270852707326,0.138790681958,1.28250658512,-0.40635022251,0.0407931724694,0.763646562202,-0.500059338263
-1470066233977000402,-0.0268810726702,0.132990628481,1.2401753664,-0.265602976674,0.0253062258145,0.776753324905,-0.570498839583
-1470066234059423701,-0.0265055615455,0.132273733616,1.23445463181,-0.147234783646,0.0143580452607,0.780745026352,-0.607085635514
-1470066234138780238,-0.0262256860733,0.130137056112,1.22912847996,-0.317755650948,0.0354583360723,0.772157922556,-0.54913222026
-1470066234220280813,-0.0261751487851,0.130117252469,1.22872841358,-0.294558901819,0.0327443478151,0.771679794007,-0.562737200269
-1470066234298039571,-0.0262326095253,0.130030572414,1.22663259506,-0.265507250964,0.0285602615313,0.77015110996,-0.579273233435
-1470066234377951249,-0.0266551114619,0.127723634243,1.20086944103,-0.0135229367192,0.00118205413298,0.782183789674,-0.622899873256
-1470066234456276543,-0.0265345517546,0.127766996622,1.19757652283,-0.282553198226,0.0315149336771,0.772644113179,-0.567619215229
-1470066234536313881,-0.0265870504081,0.129597082734,1.19865393639,-0.204764657476,0.0234362215899,0.777432940815,-0.594239178363
-1470066234612163473,-0.0266325101256,0.130438864231,1.19935941696,-0.189945548723,0.0144079542928,0.757496702117,-0.624429215889
-1470066234692384185,-0.0266201607883,0.130601719022,1.19916808605,-0.246577637098,0.0166768431293,0.75062410825,-0.612768145305
-1470066234769673062,-0.0264597479254,0.130064859986,1.19387185574,-0.350694709664,0.027595605352,0.754061570535,-0.554655614792
-1470066234851498806,-0.0264824032784,0.128877177835,1.18248283863,-0.372546924072,0.0367000873395,0.759322608465,-0.532250945728
-1470066234935559493,-0.026095373556,0.124850086868,1.14949131012,-0.465108130972,0.0563725027224,0.766608603685,-0.439098868362
-1470066235016144023,-0.0256614722311,0.124133504927,1.14339637756,-0.459343742709,0.0467294752759,0.760705475455,-0.456231149514
-1470066235091796730,-0.025372043252,0.124193780124,1.14098370075,-0.0623596703103,0.00338395158428,0.752131100814,-0.656047732698
-1470066235169257648,-0.0253486894071,0.124234654009,1.14101207256,-0.157128612999,0.00979081793234,0.750490255661,-0.641855992431
-1470066235246794913,-0.0252611339092,0.124224074185,1.13982462883,-0.377037510513,0.0259917886384,0.746291791557,-0.547919432439
-1470066235329075638,-0.0257034767419,0.122165970504,1.11394166946,-0.132760024515,0.00845583851145,0.752595583286,-0.644905545568
-1470066235407889448,-0.0256525408477,0.122123353183,1.11293447018,-0.145252668053,0.00864561226963,0.751702840542,-0.643249372587
-1470066235482837770,-0.0255036074668,0.121986918151,1.11060082912,-0.36574982488,0.0261717323199,0.749716877368,-0.550878126102
-1470066235558656355,-0.0245271474123,0.120173759758,1.0903904438,-0.475317995548,0.049988368937,0.761110912706,-0.438502160358
-1470066235645205046,-0.0241679530591,0.11994317919,1.08719956875,-0.387351070422,0.0362030414332,0.760748579522,-0.51952871604
-1470066235723705596,-0.0238877236843,0.118512973189,1.08183825016,-0.493045939787,0.0467247553405,0.749737485422,-0.438880623234
-1470066235804265083,-0.0241076983511,0.118106611073,1.08298122883,-0.397483330663,0.0291665249131,0.747558485474,-0.531330995205
-1470066235881708399,-0.0243223812431,0.115096472204,1.05963253975,-0.333170797831,0.0343984074255,0.764981498956,-0.550106603573
-1470066235956614954,-0.0242912825197,0.114497661591,1.05923748016,-0.29875521491,0.0205487749098,0.752911264701,-0.586044108323
-1470066236040242278,-0.023436833173,0.112974703312,1.04309618473,-0.406008299548,0.0410847075064,0.76627796095,-0.496273507322
-1470066236116848633,-0.0231168121099,0.113184511662,1.03967130184,-0.064739440235,0.00326079731782,0.748780465926,-0.659640800684
-1470066236193331709,-0.0230821985751,0.113230019808,1.03966379166,-0.198024269852,0.011557037788,0.7466482394,-0.634956085118
-1470066236268821067,-0.0229760929942,0.112943939865,1.0366948843,-0.37382469697,0.025540871539,0.74644857745,-0.549924795803
-1470066236349507174,-0.023127105087,0.110241621733,1.0108679533,-0.420631896636,0.0443793954567,0.761215380232,-0.491579517158
-1470066236430119893,-0.0231477469206,0.109495192766,1.01184475422,-0.436651304619,0.0328679785292,0.748113768658,-0.498579104362
-1470066236518023145,-0.0235007945448,0.108468227088,1.0133638382,-0.195519477052,0.023730778178,-0.598748636707,-0.776343386847
-1470066236591486848,-0.0231372714043,0.106555879116,0.98254597187,-0.45262637857,0.0473151988848,0.760432983109,-0.46328426649
-1470066236671343623,-0.0223624929786,0.104812972248,0.973611593246,-0.322235211348,0.0299473124867,0.761363307161,-0.561777128007
-1470066236755625845,-0.0224424861372,0.103514716029,0.974678695202,-0.24830172512,0.0170518647939,0.751304470208,-0.611225883168
-1470066236839347169,-0.0224722661078,0.1020090729,0.974820256233,-0.198376732319,0.0110763974311,0.745150670198,-0.636611705986
-1470066236914010457,-0.0223796535283,0.101624287665,0.973284423351,-0.337546910282,0.0197831144095,0.741670314163,-0.579306358357
-1470066236986661908,-0.0220878068358,0.0996105223894,0.960388362408,-0.565342546027,0.0349502971158,0.735813785873,-0.371139266182
-1470066237059413469,-0.0220154132694,0.0969320759177,0.940613925457,-0.445228729032,0.0310739173318,0.747650787046,-0.491756129738
-1470066237138073903,-0.0218805335462,0.0966227948666,0.938906013966,-0.438062250537,0.0264085853978,0.744321562641,-0.503378051428
-1470066237216676538,-0.0216520112008,0.0962443724275,0.93600922823,-0.26333239305,0.0133371322052,0.743871605687,-0.614111721048
-1470066237298113222,-0.0219127181917,0.0933107510209,0.921134591103,-0.01404998244,0.00226761173886,-0.595044565599,-0.803566687265
-1470066237373620878,-0.0219292119145,0.0935903862119,0.917035758495,-0.101388908274,0.00490153491194,0.746560353101,-0.657528633151
-1470066237453865956,-0.0217887982726,0.092379681766,0.914246976376,-0.508403340087,0.00960564784732,0.717607413532,-0.4758921888
-1470066237529597224,-0.0215268228203,0.0905766040087,0.894267380238,-0.452667649541,0.034116225373,0.752600787706,-0.476990709102
-1470066237607366884,-0.0213551186025,0.0899505317211,0.884637236595,-0.477617980055,0.0459646940732,0.75653028384,-0.44433122967
-1470066237685440059,-0.0213319603354,0.0902709960938,0.884343922138,-0.435429451032,0.0259943739434,0.744323150634,-0.505676312603
-1470066237769625700,-0.0213583782315,0.089017957449,0.870076239109,-0.415591907802,0.0354841181666,0.758093080398,-0.501317389466
-1470066237851137573,-0.0214318074286,0.0891019776464,0.866718828678,-0.248920699467,0.0147706241905,0.746184615952,-0.617275329941
-1470066237935310493,-0.0214900933206,0.0881731435657,0.865774869919,-0.638710144047,0.00391476252944,0.70488691861,0.308493854879
-1470066238015058890,-0.0216840449721,0.0865627750754,0.854792535305,-0.0850329891814,0.0123687072103,-0.600203905757,-0.795218006176
-1470066238092543722,-0.0213011261076,0.0863140299916,0.843681097031,-0.43358505919,0.0336136061554,0.750915622264,-0.496990794853
-1470066238171824393,-0.0210260301828,0.086254671216,0.83854752779,-0.461738195666,0.0241400096715,0.739160098245,-0.489752435173
-1470066238254585269,-0.0209157206118,0.0842736214399,0.826204240322,-0.594866061017,0.0322836417958,0.730026769457,-0.334892597409
-1470066238328827583,-0.0210174899548,0.0837960839272,0.820774137974,-0.147659875018,0.00680327737084,0.741956174479,-0.65395054238
-1470066238408294775,-0.020799331367,0.0826244801283,0.817291378975,-0.599817797457,0.0176164018014,0.718771896047,-0.351105730078
-1470066238484638672,-0.0207746680826,0.0810866877437,0.800715327263,-0.348183711152,0.0219861145708,0.752367681481,-0.558773286689
-1470066238557821070,-0.0205183923244,0.079808473587,0.795053839684,-0.386905188613,0.0197354083975,0.741626141084,-0.547636335116
-1470066238632514812,-0.0203567314893,0.0787070989609,0.792467772961,-0.649776073965,0.0127114101878,0.713149517823,-0.262768413211
-1470066238713747182,-0.0199944358319,0.0763722136617,0.776467323303,-0.662302630988,0.049737580024,0.72456224795,-0.184094940087
-1470066238793094244,-0.0200963765383,0.0757947787642,0.772799432278,-0.459252245353,0.0351612679604,0.748850956799,-0.476522092745
-1470066238866650612,-0.0199902486056,0.0742894932628,0.765623033047,-0.535458265405,0.0378311917499,0.742520498855,-0.400645174338
-1470066238946117900,-0.0201124232262,0.0726758092642,0.756040036678,-0.347706928067,0.0169235909993,0.741441488141,-0.573653208747
-1470066239031824178,-0.019853150472,0.0715296491981,0.752369523048,-0.47601899819,0.0076511202361,0.716682957159,-0.509620361288
-1470066239108970865,-0.0190568696707,0.0696258917451,0.740372776985,-0.654305542335,0.0562893181422,0.72809024979,-0.196469738366
-1470066239190196661,-0.0192198362201,0.0675456374884,0.736126899719,-0.0771498370583,0.0100239081233,-0.615795130523,-0.784055980866
-1470066239267253024,-0.0189292114228,0.0665705800056,0.72529643774,-0.458641955683,0.0183576449756,0.731327062353,-0.504451465681
-1470066239343628446,-0.0183532200754,0.0649241432548,0.717550814152,-0.607528588573,0.0514091472909,0.736172126693,-0.293797061799
-1470066239422447746,-0.0186397209764,0.0629472285509,0.713154435158,-0.09973180363,0.012829783416,-0.617823089915,-0.779861265592
-1470066239499477448,-0.0182082727551,0.0618618130684,0.702398002148,-0.521615430629,0.0408822140454,0.743715410899,-0.41609298804
-1470066239577583340,-0.0182816460729,0.0606092438102,0.698711812496,-0.522029416743,0.0313490541534,0.739055501187,-0.424616875576
-1470066239656349294,-0.0181594174355,0.0579865500331,0.687464594841,-0.531707403891,0.0368036714977,0.739494249026,-0.411194579329
-1470066239732422046,-0.0184083487839,0.0563128627837,0.68402248621,-0.0645974018021,0.00747675494817,-0.630350832152,-0.773581994504
-1470066239805706087,-0.0182495228946,0.0554011501372,0.676160335541,-0.579037847007,0.0359190282631,0.731007605828,-0.359239300972
-1470066239877622798,-0.0183972064406,0.0533207207918,0.665163397789,-0.473393598624,0.0185745781967,0.732269177548,-0.489219109848
-1470066239952014856,-0.0182354152203,0.0528331547976,0.661335170269,-0.408938636283,0.0191004524508,0.737742548548,-0.536787012262
-1470066240027494449,-0.0183899942786,0.0514889284968,0.651128530502,-0.330343498408,0.014672964341,0.738619325285,-0.587451589063
-1470066240102298749,-0.0179630573839,0.0504411011934,0.645656406879,-0.498787943382,0.0191416272441,0.728217587257,-0.469620411878
-1470066240178199386,-0.0180184021592,0.0491662472486,0.634588479996,-0.442416910155,0.0222414957463,0.737859226021,-0.509250779137
-1470066240253947005,-0.0178008582443,0.0490043982863,0.632750809193,-0.432263785427,0.023267671169,0.739207895855,-0.515924725122
-1470066240333316971,-0.0175657104701,0.0477116666734,0.622318565845,-0.540546798315,0.035696237235,0.738187480031,-0.402012663736
-1470066240408090843,-0.0171877704561,0.0466350503266,0.613984882832,-0.577024690868,0.0436557282599,0.737240065023,-0.348731659078
-1470066240484601667,-0.0173192508519,0.045564673841,0.605678915977,-0.607277145262,0.0356937834659,0.727321543899,-0.317716531589
-1470066240563081591,-0.0171370916069,0.0454648658633,0.60274630785,-0.552321797195,0.0303513051031,0.732413410222,-0.396976104003
-1470066240646483919,-0.0173167381436,0.0444398149848,0.593653321266,-0.36812167735,0.0166669215509,0.737974623745,-0.565333617522
-1470066240727064045,-0.0166937708855,0.0432857125998,0.582526385784,-0.632474447494,0.0515769353012,0.731562527852,-0.249263236068
-1470066240804063793,-0.0169620122761,0.0433790758252,0.579777657986,-0.457931864849,0.0203736970722,0.733795101796,-0.501426034629
-1470066240885559990,-0.0168464742601,0.0423810146749,0.569839179516,-0.562447274621,0.0373146275203,0.735541075456,-0.37581911628
-1470066240960724068,-0.016656531021,0.0421612747014,0.563073158264,-0.525849344074,0.0286902329209,0.735640249574,-0.426019672174
-1470066241040765376,-0.0166403446347,0.0416088476777,0.556568205357,-0.549213680115,0.0150737097456,0.721203152371,-0.421904171418
-1470066241120009387,-0.0162741560489,0.0409679561853,0.545558810234,-0.585621990658,0.0374972558597,0.732822531642,-0.344400895728
-1470066241195613314,-0.0163949355483,0.0403796434402,0.540023803711,-0.560585273326,0.022584467943,0.726424681864,-0.396914694509
-1470066241276004621,-0.0159672629088,0.0396747477353,0.533602535725,-0.598826513891,0.0342043728208,0.728950745573,-0.329951023138
-1470066241354953756,-0.015911700204,0.0386734120548,0.523279726505,-0.414841452407,0.011662296131,0.725523768018,-0.548986176743
-1470066241435556363,-0.0156771801412,0.0379541926086,0.517813444138,-0.632671226248,0.0275189213842,0.722428959485,-0.277608045529
-1470066241509537647,-0.0153836775571,0.0374628975987,0.511885285378,-0.564999031303,0.0306037566584,0.730830377301,-0.381741357884
-1470066241590131801,-0.0152352591977,0.0361831896007,0.501331031322,-0.569104491443,0.0263346600604,0.727406794931,-0.382499566257
-1470066241667295720,-0.0152926994488,0.0353369191289,0.494220018387,-0.414078296183,0.0155870867055,0.731161866232,-0.541939602471
-1470066241747834137,-0.0149018000811,0.0345106348395,0.48873141408,-0.582336062656,0.0276475746024,0.727967261941,-0.3608101818
-1470066241828028378,-0.0145767200738,0.0332200862467,0.478278011084,-0.636140799305,0.0416336681646,0.727570760724,-0.253440938434
-1470066241908481740,-0.0144782131538,0.0325111858547,0.472607314587,-0.667825646268,0.0363189916551,0.71962619283,-0.186622559264
-1470066241989330269,-0.0145175624639,0.0319222100079,0.466244965792,-0.444818294627,0.0167458642603,0.731654894393,-0.516272579463
-1470066242068391426,-0.0140317957848,0.030816949904,0.456204682589,-0.54568341481,0.0352161724218,0.736934075023,-0.397388476269
-1470066242147670514,-0.0141328852624,0.0300499387085,0.449903041124,-0.506095830238,0.0188268931736,0.728364563167,-0.461516653905
-1470066242225458652,-0.0138319497928,0.0289824418724,0.441304683685,-0.453470098768,0.0206781118931,0.734422764444,-0.504539877788
-1470066242305457551,-0.0136344842613,0.0283468086272,0.434134662151,-0.541683483011,0.0263289900992,0.730447467184,-0.415129240355
-1470066242383832822,-0.0135241290554,0.02767592296,0.427407622337,-0.46652001909,0.0229267376326,0.735930712387,-0.490142247776
-1470066242458894574,-0.0133387455717,0.0267562530935,0.419196397066,-0.5074401036,0.016429281332,0.725071876785,-0.465301400673
-1470066242530201891,-0.0131759326905,0.0262652840465,0.412033766508,-0.559398947965,0.021946380993,0.726274699414,-0.398893763261
-1470066242607426017,-0.0130500458181,0.0253773014992,0.401470899582,-0.492243582341,0.0228032661246,0.732753629904,-0.46930628012
-1470066242685617703,-0.0128148654476,0.0248152650893,0.395113736391,-0.519870891618,0.0306008951904,0.735927718463,-0.432675668902
-1470066242761458437,-0.0127867739648,0.0243506655097,0.389509886503,-0.442492961079,0.0202609772971,0.734758835033,-0.51373040258
-1470066242838111551,-0.0126177761704,0.0239142589271,0.383288651705,-0.420741527389,0.0171945956936,0.733591994595,-0.533407628812
-1470066242916528264,-0.0125016896054,0.0234322175384,0.373152583838,-0.431557948118,0.0155924684551,0.73133159917,-0.527890807269
-1470066242992670777,-0.0123004736379,0.0231753159314,0.367411613464,-0.432164286827,0.0168728701404,0.732952421099,-0.525100070319
-1470066243066570405,-0.0121123977005,0.0230366941541,0.36098960042,-0.516192457438,0.0160198171602,0.724980003411,-0.455733153278
-1470066243138663849,-0.0117601882666,0.0228651128709,0.351394921541,-0.525435373065,0.0236627657999,0.730017049683,-0.436386124228
-1470066243215312666,-0.0117315696552,0.0227598436177,0.345244556665,-0.564494334893,0.0179149544546,0.723193599261,-0.397512538505
-1470066243290835485,-0.0116667719558,0.0228188745677,0.338595092297,-0.430692393232,0.0141706893123,0.729276723759,-0.531468450767
-1470066243367770843,-0.0114154778421,0.0227215401828,0.329436153173,-0.508132864535,0.0159499382879,0.725555818003,-0.463805289329
-1470066243440585403,-0.0113458968699,0.0226626973599,0.322365373373,-0.435067771727,0.0151284329108,0.729688040534,-0.527297381013
-1470066243513365825,-0.0111211808398,0.0226997453719,0.316895514727,-0.615933228226,0.026855107979,0.723473321337,-0.310630672756
-1470066243585924944,-0.0111596826464,0.0228106118739,0.311715304852,-0.525454155302,0.021521141873,0.728400787482,-0.439166328314
-1470066243663831175,-0.0112222954631,0.0229563694447,0.309221386909,-0.538988907806,0.0243408153763,0.729553529435,-0.420297667919
-1470066243740670309,-0.0108992559835,0.0231879539788,0.310093462467,-0.592378323376,0.0276756544229,0.726441559693,-0.347281788318
-1470066243819049491,-0.0109656490386,0.0232954472303,0.306905537844,-0.493200905408,0.0168320670457,0.727355560742,-0.476889333788
-1470066243894269576,-0.0108085973188,0.0238576922566,0.306263178587,-0.615149001006,0.0278916554552,0.72406052574,-0.310725147327
-1470066243968545626,-0.010899361223,0.0244365017861,0.306698560715,-0.594071789465,0.0250244681934,0.724527173289,-0.348586947718
-1470066244043572696,-0.0108451629058,0.024348763749,0.305812746286,-0.629565439393,0.0286130621584,0.722811357291,-0.283500250382
-1470066244116868802,-0.0108416564763,0.0242007821798,0.305646300316,-0.631733307741,0.0289455496409,0.722760697148,-0.278733129901
-1470066244192152723,-0.0108616007492,0.0240818709135,0.305545002222,-0.631576800467,0.0274292616539,0.722119874012,-0.280893695682
-1470066244268166824,-0.0109267253429,0.0238933917135,0.305642068386,-0.625221709756,0.022992659858,0.720782902117,-0.298397652902
-1470066244342804773,-0.010877629742,0.0236053112894,0.305333435535,-0.617754309084,0.0272727698716,0.723399784258,-0.307129552091
-1470066244421550042,-0.0108492234722,0.0232430454344,0.305395871401,-0.615579686421,0.0286881888939,0.724549539522,-0.308652883127
-1470066244495781519,-0.0108877196908,0.0227954760194,0.305391073227,-0.607825096314,0.0270676047875,0.724622937016,-0.323631883802
-1470066244568280442,-0.0109196137637,0.0222294833511,0.305146843195,-0.58541393965,0.0260766277532,0.726347624032,-0.359206984636
-1470066244641786811,-0.0109315514565,0.0217535570264,0.305280089378,-0.587808502843,0.0261734784767,0.726210615217,-0.355547824287
-1470066244721672420,-0.0109768742695,0.0212170779705,0.304803609848,-0.535011936012,0.025894197523,0.731185731134,-0.422444251287
-1470066244798522939,-0.0109957400709,0.0206353422254,0.304768264294,-0.531648596512,0.0251860882078,0.730874984916,-0.427243709388
-1470066244876418901,-0.0109724514186,0.0196343120188,0.304720431566,-0.53238348582,0.0263798795669,0.731798729023,-0.424667571378
-1470066244952837874,-0.0109959952533,0.0189660936594,0.304628580809,-0.521293953629,0.0252130430338,0.731681255993,-0.43847400835
-1470066245025261616,-0.0110037680715,0.018355384469,0.304633051157,-0.520940842231,0.0244220240861,0.731274606481,-0.439615347266
-1470066245108100423,-0.0110735557973,0.0177577622235,0.304778397083,-0.479829307943,0.0195874510882,0.731073943557,-0.484676238381
-1470066245181065498,-0.0109490919858,0.0168827585876,0.304572969675,-0.538082529139,0.0274563587916,0.732049892883,-0.41691281406
-1470066245261188581,-0.0109498649836,0.016350062564,0.304519891739,-0.530103730967,0.0270202843285,0.732456304731,-0.426342233785
-1470066245337886112,-0.0109687242657,0.0159571804106,0.30457675457,-0.521323081139,0.0253579271733,0.732222271923,-0.437526873576
-1470066245411375504,-0.0109169995412,0.0154183544219,0.304459393024,-0.533709679361,0.027397590961,0.7327528078,-0.421279803488
-1470066245488752707,-0.0110633522272,0.0150862848386,0.304593801498,-0.453354308124,0.0180022317511,0.732156314545,-0.508028465767
-1470066245568195475,-0.0109167397022,0.0147570734844,0.304337829351,-0.517801284762,0.0270045578849,0.733776192636,-0.439004649717
-1470066245645631247,-0.0108910631388,0.0143548632041,0.30466362834,-0.551481044757,0.0269333402421,0.730458799844,-0.401961682486
-1470066245724828344,-0.0109041370451,0.0141562400386,0.304606288671,-0.536269922771,0.0263128846438,0.731480495938,-0.420307608896
-1470066245804331865,-0.0110299540684,0.0139612443745,0.304775029421,-0.477770452877,0.0170616214525,0.72951777144,-0.489129958788
-1470066245883517012,-0.0107424249873,0.0136855682358,0.304934561253,-0.614683381794,0.0320217630438,0.726267192828,-0.306063574211
-1470066245958472101,-0.0108677921817,0.013528522104,0.305058896542,-0.58185895658,0.0255187418429,0.726507266209,-0.364658937376
-1470066246038469724,-0.0109854200855,0.013420028612,0.305094242096,-0.528294602972,0.0179241596979,0.726280684792,-0.439431341473
-1470066246116626224,-0.0107960021123,0.0132521605119,0.304801940918,-0.590335371202,0.0302161160487,0.728335599872,-0.346581000342
-1470066246192193988,-0.0107916630805,0.0131134195253,0.304834634066,-0.594933020759,0.0301520653195,0.727577855055,-0.340258752424
-1470066246276706162,-0.0108374860138,0.0130676766858,0.304944425821,-0.579985628941,0.0274565006447,0.727749266831,-0.365025773639
-1470066246356801024,-0.0109010897577,0.0129770739004,0.305170893669,-0.565337614631,0.0225304378461,0.726261003591,-0.390423764027
-1470066246433207685,-0.010879823938,0.0127739133313,0.305276453495,-0.59026514574,0.019596269303,0.722374571419,-0.359691565819
-1470066246511614246,-0.0108120348305,0.012758327648,0.305229604244,-0.606560700211,0.0231996023055,0.722932640307,-0.330021655337
-1470066246590472713,-0.0109101021662,0.012842502445,0.305401235819,-0.575205197577,0.0182585332733,0.722803672662,-0.382570852823
-1470066246666588474,-0.0108073810115,0.012723730877,0.305144786835,-0.610619357346,0.0259242459983,0.72373140406,-0.320444673354
-1470066246741162829,-0.0108398590237,0.0124023966491,0.305296868086,-0.596659482936,0.023654029802,0.724080437486,-0.345174547653
-1470066246813193425,-0.0106981415302,0.0120584666729,0.305017411709,-0.614108589159,0.0315357568834,0.725991819884,-0.307915595936
-1470066246886227559,-0.0107377357781,0.011990702711,0.305117368698,-0.604311562807,0.0290857941052,0.726006834279,-0.326918381586
-1470066246962168615,-0.0108456201851,0.0118775712326,0.305315047503,-0.58913141241,0.0229112875563,0.72433973885,-0.357395011908
-1470066247039048099,-0.0107784643769,0.0116903577,0.305091023445,-0.606637878974,0.0269997746352,0.724777928441,-0.32551259639
-1470066247118904850,-0.0107230711728,0.0115727186203,0.30497393012,-0.60548747188,0.0311469659732,0.726825691499,-0.32270606143
-1470066247197171236,-0.010774645023,0.0114751122892,0.30513638258,-0.600739664222,0.0286147424893,0.726149493582,-0.333166572922
-1470066247273254731,-0.0109216654673,0.0113191558048,0.305382341146,-0.565530590721,0.0189828675397,0.724070363719,-0.394381680715
-1470066247354996443,-0.0107277799398,0.0110595049337,0.304929882288,-0.604707233477,0.03099305196,0.72681672163,-0.324200625647
-1470066247434771403,-0.0108119770885,0.0108425701037,0.305172294378,-0.601504957373,0.0256280077168,0.724653874073,-0.335278621847
-1470066247516252894,-0.0107347518206,0.0106155658141,0.304985702038,-0.616532098081,0.0299480313289,0.725090816215,-0.305343406178
-1470066247592380658,-0.0108556309715,0.0102042509243,0.305369615555,-0.573175767507,0.0187111550339,0.723287773082,-0.384674186202
-1470066247666232421,-0.0107164187357,0.00992962997407,0.30514216423,-0.597912366937,0.0296662494596,0.727034418028,-0.336216701116
-1470066247754178612,-0.0108364745975,0.00961349718273,0.305165141821,-0.586345732233,0.0207818167833,0.723391247678,-0.363966895702
-1470066247831562073,-0.0108467163518,0.00920661073178,0.305408984423,-0.581431628142,0.0208796103432,0.724036179678,-0.370503595374
-1470066247910536341,-0.0108710387722,0.00911957491189,0.305165529251,-0.579476281692,0.019519209986,0.723376798943,-0.374902982316
-1470066247987097119,-0.0108083337545,0.00878817867488,0.305332481861,-0.579959653243,0.0243099482008,0.725986214911,-0.368781565141
-1470066248064756722,-0.0107050864026,0.0085010426119,0.305014550686,-0.599117404325,0.030572639482,0.727285291608,-0.333436282011
-1470066248146202868,-0.0108473999426,0.00817460566759,0.305415660143,-0.562224468544,0.0198660640419,0.725045267361,-0.397263573397
-1470066248228457551,-0.0106667531654,0.00789170246571,0.305059492588,-0.595987865581,0.0319002140899,0.728396869616,-0.336480074827
-1470066248310139405,-0.0108345868066,0.00759102171287,0.305351942778,-0.556898440469,0.0191675623527,0.724960094148,-0.404882197002
-1470066248385127965,-0.0108295781538,0.00709933787584,0.305407822132,-0.522035468965,0.0173719773369,0.726198365084,-0.447004606347
-1470066248460390959,-0.0106977950782,0.00602356437594,0.305160820484,-0.560939368573,0.0247442417606,0.728196387599,-0.39302006103
-1470066248540161542,-0.0105254789814,0.00528990197927,0.304805517197,-0.582289062786,0.0331642470888,0.730738491871,-0.35476870856
-1470066248620906578,-0.0104866735637,0.00475723249838,0.304623812437,-0.590401839483,0.0336052934218,0.729894517765,-0.34285615807
-1470066248697900902,-0.0107383681461,0.00463728792965,0.305555403233,-0.467475908674,0.0191046378372,0.732341764768,-0.494749256896
-1470066248776543467,-0.0106853237376,0.00450062844902,0.306288540363,-0.534572000937,0.030400770284,0.734790575892,-0.416402904121
-1470066248855537734,-0.0107515864074,0.00445089163259,0.306416124105,-0.503907090647,0.0258941456774,0.734754401675,-0.45336862092
-1470066248937889759,-0.0106711732224,0.00445021642372,0.30612462759,-0.528702580886,0.0292260811546,0.734702947883,-0.424064848245
-1470066249013208772,-0.0106314821169,0.00446081347764,0.305943369865,-0.536074163842,0.0306497587853,0.734819913065,-0.414396885258
-1470066249095762180,-0.0106157045811,0.00447616586462,0.305893868208,-0.543611799481,0.0316616528492,0.734604462359,-0.404771583843
-1470066249178471132,-0.0107122240588,0.00436003273353,0.306075334549,-0.496336130644,0.0247993779536,0.734647237708,-0.461875386223
-1470066249253810634,-0.0107742212713,0.00428127497435,0.306029766798,-0.457508615907,0.0201706657107,0.734148380814,-0.50130346654
-1470066249332602854,-0.0107646426186,0.00464481441304,0.30571809411,-0.479652802934,0.0197536981997,0.731818227948,-0.483720023659
-1470066249407873727,-0.0108039453626,0.00517723849043,0.305797994137,-0.462460386683,0.0184026432058,0.731950765863,-0.50003980824
-1470066249482269794,-0.0106059536338,0.00555452564731,0.305689126253,-0.554298115922,0.0326558874572,0.733934079425,-0.39118788166
-1470066249557432790,-0.0106306457892,0.00563328061253,0.305691987276,-0.543937034839,0.0306908358621,0.733897133283,-0.405691474503
-1470066249631361865,-0.0108417086303,0.00574663281441,0.306055903435,-0.461277400598,0.0178266069672,0.731279118407,-0.502131678709
-1470066249704299436,-0.0106270238757,0.00601126812398,0.30582511425,-0.546136598504,0.0312797025068,0.734100970544,-0.402308539595
-1470066249780968173,-0.0106437234208,0.00613993406296,0.30577558279,-0.555918551622,0.0310019998133,0.732638447511,-0.391451587299
-1470066249856800025,-0.0108534069732,0.00631139101461,0.306108742952,-0.443351107517,0.0171313169863,0.732020516636,-0.517003168912
-1470066249934339610,-0.0106384707615,0.00661858450621,0.305866658688,-0.555632555964,0.0322023873932,0.73345282058,-0.390233813223
-1470066250014516155,-0.0106685589999,0.00702056568116,0.305950284004,-0.54972524971,0.0301463807228,0.732850460722,-0.399779373881
-1470066250089862367,-0.0108507825062,0.00728344218805,0.305979043245,-0.468511669268,0.0178151192223,0.730587123995,-0.496408996231
-1470066250160689092,-0.0106649203226,0.00755259906873,0.305908590555,-0.547388720618,0.0300116203161,0.733057214358,-0.402606522134
-1470066250234505538,-0.0108397044241,0.00787442084402,0.306104153395,-0.514482117362,0.0204749999016,0.729107473251,-0.450878273754
-1470066250306786875,-0.0106703368947,0.00818510632962,0.305734336376,-0.581395283912,0.0318273747686,0.730178961673,-0.357498567816
-1470066250382860752,-0.0108744483441,0.00830103643239,0.30593457818,-0.505467568499,0.0184472406213,0.728283834479,-0.462347156307
-1470066250459934779,-0.0108525073156,0.00836601573974,0.306032538414,-0.517815861015,0.0203556301607,0.728646362075,-0.44780225707
-1470066250533245134,-0.01069977507,0.00853581540287,0.305857300758,-0.587087660897,0.0315773429693,0.729400890528,-0.349721733282
-1470066250606803886,-0.0109330965206,0.00881323218346,0.306159555912,-0.508483927383,0.0169016114222,0.726430409377,-0.462014384469
-1470066250679300444,-0.0107115898281,0.00913485884666,0.306114047766,-0.589070986095,0.0312799740132,0.728847389191,-0.347560670727
-1470066250754947090,-0.0107778357342,0.0092741297558,0.30600976944,-0.581689514455,0.0275096133392,0.72755974211,-0.362680784724
-1470066250833552948,-0.0107756964862,0.00971591193229,0.306049674749,-0.609591605717,0.0307947183909,0.726095929385,-0.316598264192
-1470066250905523168,-0.0108385384083,0.0100070945919,0.306295067072,-0.58930606918,0.026217926405,0.726144286776,-0.353193221829
-1470066250986759010,-0.0107392957434,0.010213281028,0.306043535471,-0.61319053673,0.0328452763628,0.726700627911,-0.307936277302
-1470066251063374614,-0.0107375932857,0.0101981181651,0.305979311466,-0.616970440439,0.0332234720748,0.726446429498,-0.300864191284
-1470066251136040473,-0.0107718976215,0.0102817155421,0.306024372578,-0.603130688988,0.0297807176487,0.726403938615,-0.328152097085
-1470066251212970945,-0.0108948824927,0.0103887282312,0.306104689837,-0.512020953162,0.0181657511776,0.727294767965,-0.456669321828
-1470066251288710740,-0.0108496770263,0.0104414578527,0.305998295546,-0.545990364377,0.020804251221,0.726586282591,-0.416574217984
-1470066251361547858,-0.0108893187717,0.010809446685,0.305706590414,-0.572404584388,0.0194263322614,0.723704143057,-0.385003795707
-1470066251434177525,-0.010818740353,0.0111773358658,0.304558128119,-0.559080588808,0.0301811331082,0.731822640611,-0.388527498528
-1470066251506167992,-0.0109556270763,0.0114735327661,0.30439504981,-0.496154775793,0.02312236241,0.733129505467,-0.464561000331
-1470066251581354627,-0.0108808362857,0.0115785058588,0.304213285446,-0.525526538028,0.0277527056157,0.7335090904,-0.430134931689
-1470066251658726981,-0.0108642540872,0.0116541162133,0.304059624672,-0.533380053916,0.0275439522198,0.732538512114,-0.422059684228
-1470066251744608230,-0.0108950175345,0.01198727265,0.30418908596,-0.526913299843,0.0260335771304,0.732370882189,-0.430485212558
-1470066251824926879,-0.0108820684254,0.0120516847819,0.304200947285,-0.524702181084,0.0270450588098,0.733249721099,-0.431626033121
-1470066251903550811,-0.0109287397936,0.0119317118078,0.304180562496,-0.494035354968,0.0224441708952,0.732802046991,-0.467361195607
-1470066251977685409,-0.0109511101618,0.0117423338816,0.304040938616,-0.477481593251,0.0195597323067,0.731406947397,-0.486490105017
-1470066252052927888,-0.010823706165,0.0115508595482,0.30395630002,-0.529327185118,0.0285414824006,0.733808896096,-0.42487953456
-1470066252133685463,-0.0108360107988,0.0111360708252,0.303865790367,-0.521836613228,0.0274554913753,0.733715448997,-0.434274550246
-1470066252210414765,-0.0109935225919,0.0106590623036,0.30380949378,-0.433942531476,0.0152601229229,0.730408991664,-0.527222640752
-1470066252285688932,-0.0109597267583,0.0106401722878,0.303682506084,-0.434878277287,0.0152216860777,0.73022685041,-0.526704785584
-1470066252358082652,-0.0109063815325,0.0105933304876,0.303519636393,-0.467425401189,0.0172334368625,0.729873636764,-0.498498723503
-1470066252437321133,-0.010913788341,0.0105503806844,0.303465873003,-0.466097946619,0.0153265937043,0.72788047569,-0.502700519984
-1470066252518503967,-0.0108139365911,0.0105125820264,0.303405076265,-0.528342461665,0.0218311772123,0.728608942946,-0.435323616593
-1470066252598140463,-0.0107303597033,0.0104439621791,0.303418666124,-0.563863794645,0.0280159861659,0.729474496638,-0.386186074792
-1470066252677634943,-0.0107535561547,0.0104778241366,0.303437829018,-0.553823992207,0.0266795463616,0.729662509561,-0.400199712148
-1470066252753530990,-0.0109126185998,0.0105797545984,0.303502559662,-0.472272460495,0.0169884245652,0.729364801785,-0.494668679427
-1470066252826854821,-0.0107123795897,0.0109016140923,0.303380012512,-0.575488976544,0.0306454882267,0.729949977314,-0.367486493014
-1470066252899229511,-0.0109361838549,0.0110949445516,0.303573191166,-0.474601786516,0.0162783514717,0.728290365648,-0.494045850922
-1470066252980371029,-0.0109210787341,0.0115627814084,0.303475737572,-0.488783697753,0.0159503639139,0.726799454196,-0.482284808057
-1470066253056039569,-0.0107573159039,0.0117674367502,0.303292870522,-0.586762624207,0.0288960811194,0.727669415376,-0.354078891287
-1470066253137341032,-0.0108793005347,0.0119594857097,0.303285896778,-0.569397963548,0.0206402206681,0.724432006261,-0.388018309753
-1470066253208605781,-0.0107252541929,0.0124231502414,0.303188353777,-0.594184169849,0.0301414598827,0.727551432979,-0.341621979778
-1470066253280996448,-0.0108711952344,0.0126228034496,0.303354859352,-0.573011500586,0.0222904764469,0.72510390884,-0.381294212179
-1470066253355099377,-0.0109204435721,0.0130284419283,0.303326934576,-0.558718443803,0.0180582223357,0.723645487577,-0.404777481425
-1470066253433683146,-0.0109246727079,0.0135685075074,0.303406596184,-0.550381704057,0.0174668986251,0.723760248963,-0.415867754596
-1470066253510259353,-0.0108545487747,0.0141591522843,0.303299725056,-0.573453965893,0.0209932800283,0.724067677088,-0.382669348383
-1470066253586201413,-0.0107511365786,0.01424239669,0.303002417088,-0.598864863044,0.0268354991004,0.724961760518,-0.339221428547
-1470066253662296433,-0.0107367895544,0.0142944576219,0.302939414978,-0.623243109381,0.0292106173592,0.72340447543,-0.29563614693
-1470066253735809262,-0.0107408715412,0.0142605537549,0.302905797958,-0.616945982565,0.0282780633361,0.723685118597,-0.307990023949
-1470066253809651086,-0.0107474047691,0.0138307614252,0.302832573652,-0.620682867383,0.0287071659823,0.723528439806,-0.300724580889
-1470066253882078087,-0.0107594970614,0.0135886371136,0.302745431662,-0.640479723194,0.0288615621582,0.721322942044,-0.262003716936
-1470066253956359727,-0.010908221826,0.0133832423016,0.302817165852,-0.6055935811,0.017801725319,0.719786322782,-0.338891077842
-1470066254034816902,-0.0107617434114,0.0131909353659,0.302722394466,-0.631084351497,0.0291370374282,0.722468293111,-0.28093262501
-1470066254109627434,-0.0107771707699,0.0130922896788,0.302761882544,-0.627425197863,0.0278292874635,0.722473271742,-0.289128904581
-1470066254182044489,-0.010898610577,0.0129184415564,0.302907496691,-0.621218831145,0.0204947644541,0.719796521718,-0.30912796021
-1470066254256852982,-0.0107954945415,0.0127616226673,0.302756935358,-0.624405703387,0.0272931621048,0.722402891889,-0.295815250911
-1470066254335510531,-0.0107671199366,0.0125804273412,0.30274951458,-0.629084919485,0.0285205759578,0.722562759141,-0.285204838538
-1470066254407947303,-0.010783540085,0.0120505429804,0.302817672491,-0.627288622852,0.0278978824125,0.722564598112,-0.289190410203
-1470066254484104464,-0.0108205368742,0.0118451984599,0.302937924862,-0.613235197887,0.024182813521,0.722324976394,-0.318754469899
-1470066254560189993,-0.0107260048389,0.0117372302338,0.302928239107,-0.607604560228,0.0299061157002,0.72557751019,-0.321651363032
-1470066254635634830,-0.0108138723299,0.0115350382403,0.303111821413,-0.596938780222,0.0242937021132,0.723915243852,-0.344993664324
-1470066254707726966,-0.0107359457761,0.0112078944221,0.30302760005,-0.584487417147,0.0279685758387,0.726954500515,-0.359345755705
-1470066254786835560,-0.0108529571444,0.0109943784773,0.303218781948,-0.551131088351,0.0199040004813,0.725229756086,-0.412189465059
-1470066254865340743,-0.0107097420841,0.0107248257846,0.302977055311,-0.60098361092,0.0303102358795,0.726559645904,-0.331679167192
-1470066254938042444,-0.0107210017741,0.01028305199,0.302982389927,-0.598977505791,0.0289591968402,0.726183809806,-0.336220741256
-1470066255015978593,-0.0108277471736,0.0099615463987,0.303180754185,-0.567036088536,0.0214626006429,0.724907738052,-0.390535788865
-1470066255090694946,-0.0107240770012,0.00966895278543,0.302973270416,-0.584989530991,0.0288053714954,0.727416826012,-0.357522391522
-1470066255165294875,-0.0108027057722,0.00946837477386,0.303137809038,-0.55578053237,0.022394266059,0.72656358739,-0.403375569619
-1470066255239599188,-0.0107322447002,0.00906322803348,0.303078740835,-0.573801835984,0.0273244022636,0.727782050567,-0.374617293961
-1470066255318158687,-0.0108488732949,0.0088472366333,0.303130805492,-0.534823523315,0.018657345225,0.725648621334,-0.432492521016
-1470066255394229971,-0.0107231074944,0.00861794874072,0.303032636642,-0.568828213213,0.0279317158359,0.728557374682,-0.380602725817
-1470066255470461156,-0.0108632445335,0.00838966947049,0.303186953068,-0.500874632928,0.0174522664278,0.727188766003,-0.469059185056
-1470066255550659358,-0.0107413390651,0.00822398718446,0.302951872349,-0.577563343635,0.0263945503347,0.726852149351,-0.370688366133
-1470066255624764678,-0.0107510564849,0.00799471046776,0.303111761808,-0.555100218468,0.0252751859181,0.72847169141,-0.400691785851
-1470066255703308054,-0.0108231566846,0.00733259692788,0.303113281727,-0.505128866351,0.0191573626687,0.728370296132,-0.462552197646
-1470066255776856434,-0.0107671236619,0.00592984445393,0.303160786629,-0.51706613534,0.0226981269377,0.73026470069,-0.445915769674
-1470066255849455791,-0.010654383339,0.00545671628788,0.302800893784,-0.543705147425,0.0279581934893,0.731613214813,-0.410298861796
-1470066255922654591,-0.0105864666402,0.00506855128333,0.302348911762,-0.55492992555,0.0305092634773,0.732153661287,-0.393793066007
-1470066255994476999,-0.010752433911,0.00458571547642,0.302146971226,-0.50494297663,0.0184159504079,0.728114365901,-0.463187773253
-1470066256078403927,-0.0107185859233,0.00444844644517,0.301488995552,-0.553040915254,0.0213893207653,0.726653090013,-0.40701784947
-1470066256150993151,-0.0106977559626,0.00442339293659,0.300399512053,-0.514892500922,0.0281764020584,0.735245454422,-0.439893083162
-1470066256227969309,-0.0106558660045,0.00430360529572,0.300077468157,-0.519285848693,0.0299648208749,0.73597776058,-0.433337112176
-1470066256306610448,-0.0106894839555,0.00407964223996,0.300014317036,-0.502687784153,0.0262183786615,0.735123229453,-0.454105082335
-1470066256381300864,-0.0107375299558,0.00380584574305,0.29975861311,-0.476634985561,0.0208998759609,0.732927171734,-0.484974274223
-1470066256461223727,-0.0105611952022,0.00367158907466,0.299584418535,-0.550625442907,0.0314310352786,0.733441869289,-0.397349639511
-1470066256539151765,-0.010642144829,0.00371809140779,0.299611181021,-0.530658334788,0.0263478987778,0.732188391161,-0.426154525728
-1470066256613927781,-0.0105442721397,0.00366345606744,0.299511313438,-0.543676574391,0.0320909943028,0.734805909793,-0.404284832113
-1470066256690653456,-0.0107864057645,0.00388563540764,0.299934566021,-0.438815722408,0.0172669042257,0.732651548529,-0.519965695238
-1470066256767076568,-0.0105870477855,0.00416260492057,0.299753367901,-0.540057128242,0.030502749581,0.73401070678,-0.410653336568
-1470066256843082456,-0.0107231922448,0.004281910602,0.299658834934,-0.489109958658,0.0209874769668,0.731852002368,-0.474050230231
-1470066256916275946,-0.0107856197283,0.00438528461382,0.299846708775,-0.438034659689,0.0174756936052,0.732993772397,-0.520134950442
-1470066256995163066,-0.0107152611017,0.0047783437185,0.299657195807,-0.500271102449,0.0217671284921,0.731473700838,-0.462818799482
-1470066257073550754,-0.0106891868636,0.00499126408249,0.299820542336,-0.50334826758,0.0240572932117,0.733192171065,-0.456608156362
-1470066257148205657,-0.0106292068958,0.00522119645029,0.299623906612,-0.549734890484,0.0282290416397,0.731402670935,-0.402547890743
-1470066257228279076,-0.0107215326279,0.0054899007082,0.29984870553,-0.490777786278,0.0225943767971,0.73332221734,-0.469962960444
-1470066257309231897,-0.0105777746066,0.00573116913438,0.299605578184,-0.553490283927,0.0314830344153,0.733289070294,-0.393629855994
-1470066257389038945,-0.0105784665793,0.00616759154946,0.29960000515,-0.555210473042,0.0316381899863,0.733135953928,-0.391474173626
-1470066257468872112,-0.0107782036066,0.00633828435093,0.299677938223,-0.471554997857,0.0182041929762,0.730897649249,-0.493044742063
-1470066257548305331,-0.0106724826619,0.00658127944916,0.299854815006,-0.527099272784,0.026693314828,0.732922168584,-0.42927720458
-1470066257622804287,-0.0106761343777,0.00709976628423,0.299895018339,-0.537624280679,0.0273482516697,0.732160077654,-0.417317417136
-1470066257696576031,-0.0106121907011,0.00726731307805,0.299690544605,-0.555449117131,0.0312753284297,0.732868561848,-0.391665422477
-1470066257774746168,-0.0108380140737,0.00743854604661,0.299938619137,-0.455681734312,0.0171826405913,0.731010421045,-0.507624544521
-1470066257861270889,-0.0107632875443,0.00805610045791,0.299979507923,-0.498366334552,0.0219650335538,0.731858396099,-0.464254048927
-1470066257936380756,-0.0106435669586,0.00820312649012,0.299820005894,-0.550109129924,0.0298486944598,0.732543420798,-0.399836388113
-1470066258014213607,-0.010835070163,0.00842501688749,0.299876660109,-0.469722562004,0.0174890566798,0.73026574757,-0.495748712118
-1470066258094635849,-0.0106737380847,0.00866494327784,0.299859315157,-0.547457273294,0.0287743927072,0.732168396956,-0.404217771431
-1470066258168249346,-0.010663093999,0.00881155207753,0.299835711718,-0.559087242348,0.0306654391508,0.731999778496,-0.388146120124
-1470066258244984731,-0.0106999641284,0.00912638474256,0.299852818251,-0.562775563949,0.0286770407811,0.73038566675,-0.386002681028
-1470066258330421426,-0.0107828881592,0.00954385846853,0.29992172122,-0.547793388951,0.0241786838658,0.729045482269,-0.409671184063
-1470066258409629471,-0.0108695458621,0.00989132933319,0.299825638533,-0.532742631883,0.0184978960869,0.726098629837,-0.434308526008
-1470066258486180624,-0.0108397565782,0.0104065081105,0.299883544445,-0.518925185461,0.019509177195,0.727961612368,-0.447669448163
-1470066258562760498,-0.0106578804553,0.0108185419813,0.299751758575,-0.57824357187,0.0313242334631,0.730340919656,-0.362291740266
-1470066258641609880,-0.0107514942065,0.0111222798005,0.299888134003,-0.536939116552,0.0242167780083,0.729961933851,-0.422215001992
-1470066258715105032,-0.0108196148649,0.0114449672401,0.299674600363,-0.523942191169,0.0188887792258,0.72726869758,-0.442953762657
-1470066258788358734,-0.0107971075922,0.0118239764124,0.299441218376,-0.572893814115,0.0213521690816,0.724971001358,-0.381777172986
-1470066258862171980,-0.0106918076053,0.0122133642435,0.299216002226,-0.616584103003,0.0305132760412,0.725320319803,-0.304636533578
-1470066258941067366,-0.0107787884772,0.0129153979942,0.299237281084,-0.595737075761,0.0232030855145,0.723899561609,-0.347171971921
-1470066259015818035,-0.0108047481626,0.0131907416508,0.298813939095,-0.610499726527,0.0206913173484,0.720960837696,-0.327226869016
-1470066259090536423,-0.0107787754387,0.0134409768507,0.297810614109,-0.563764577563,0.0259541336218,0.728181129771,-0.388906320697
-1470066259161161450,-0.0107568204403,0.0135415010154,0.297510653734,-0.56563622702,0.0266013977126,0.728314872163,-0.385882717038
-1470066259237937632,-0.0108815338463,0.0136352051049,0.297294855118,-0.475355561575,0.0159130221032,0.727934412712,-0.493857627861
-1470066259317094842,-0.0107984533533,0.0137056047097,0.29718247056,-0.513438560106,0.0205258314025,0.72888307836,-0.452425677125
-1470066259393536145,-0.0106658572331,0.0139397317544,0.296984821558,-0.567073764587,0.0277080686555,0.729045759733,-0.382298167226
-1470066259474122620,-0.0108062913641,0.0140875810757,0.296980917454,-0.499305155365,0.0176183307884,0.727874115251,-0.469662888244
-1470066259548071132,-0.0106859561056,0.0141463559121,0.296679526567,-0.544316984872,0.0239762540699,0.728969683617,-0.414424130073
-1470066259628288928,-0.0107142347842,0.0139945801347,0.296671181917,-0.530871152527,0.0215620268575,0.728266966395,-0.432825743309
-1470066259706232219,-0.0106151131913,0.0139020336792,0.296516925097,-0.55856100134,0.0273432591366,0.729711657855,-0.393424516716
-1470066259781689498,-0.0107494592667,0.0140218660235,0.296643078327,-0.520248353366,0.0192811097484,0.727547128585,-0.446816590241
-1470066259855265589,-0.0106692388654,0.0139428125694,0.296604275703,-0.555445049421,0.0250295896759,0.728455732735,-0.400258119418
-1470066259933796158,-0.010621140711,0.0137617541477,0.296588599682,-0.56776302244,0.0284954281968,0.729414539372,-0.380509645967
-1470066260011298792,-0.0107016861439,0.013610673137,0.296730428934,-0.548007135157,0.0233916752066,0.728169842797,-0.410986239902
-1470066260084437424,-0.0107323378325,0.0135475518182,0.296648979187,-0.531924058415,0.0211796001521,0.727871364759,-0.432216955915
-1470066260157953332,-0.0107907885686,0.0134509960189,0.296679526567,-0.508486472756,0.0175490377987,0.726792017421,-0.46141835866
-1470066260231169369,-0.0107700899243,0.0133948745206,0.296632349491,-0.528775052759,0.0194643972119,0.726584007168,-0.438285022957
-1470066260306946636,-0.010642289184,0.0133009310812,0.296622097492,-0.571405304689,0.0279746421191,0.728571650834,-0.376691845906
-1470066260383092942,-0.0106411986053,0.0132009563968,0.296660453081,-0.576626909298,0.0278399643208,0.728047274595,-0.369693805486
-1470066260457070361,-0.0106389811262,0.0131371580064,0.296588480473,-0.571826268886,0.0272046163217,0.72828034816,-0.376672751266
-1470066260529679682,-0.0107059869915,0.0130574228242,0.296661883593,-0.551685899513,0.0230712904435,0.727571439468,-0.407124286067
-1470066260602808270,-0.0107288137078,0.0128968115896,0.296608000994,-0.537934948924,0.0219294171242,0.727735396366,-0.424907383164
-1470066260680174085,-0.0106284841895,0.0127788232639,0.296581029892,-0.575838933984,0.0285870563691,0.728536480558,-0.369901201421
-1470066260757711841,-0.0106362272054,0.0126626379788,0.296590209007,-0.569801144949,0.0273777884649,0.72860809698,-0.379087526739
-1470066260831585354,-0.0107029723004,0.012550518848,0.296684473753,-0.554790643984,0.0233953841556,0.727483483742,-0.403023297379
-1470066260914003114,-0.0107831144705,0.0124553395435,0.29664477706,-0.511340351951,0.0180999134786,0.727168638273,-0.457634361811
-1470066260999662026,-0.0107685998082,0.0123647656292,0.296628624201,-0.519215352372,0.019292383518,0.727161933,-0.448640997898
-1470066261078854142,-0.0106276227161,0.0122848069295,0.296529769897,-0.565133095561,0.0276695140603,0.729123914888,-0.385015972437
-1470066261153839552,-0.0106108952314,0.0121698267758,0.296508342028,-0.571712118988,0.0283682370997,0.729004547335,-0.37535698487
-1470066261226556493,-0.0106731522828,0.0120336096734,0.296540230513,-0.560914164742,0.0246779325565,0.727767715712,-0.393853337429
-1470066261306031338,-0.0107714012265,0.0119445174932,0.296582818031,-0.511618419602,0.0183684076254,0.727282298994,-0.457131985203
-1470066261384708048,-0.0106312232092,0.0117799919099,0.296514332294,-0.571417108616,0.027640319337,0.728394091158,-0.377041839447
-1470066261459308768,-0.0106082484126,0.0116896377876,0.296516358852,-0.575715178482,0.0287699070162,0.728757892908,-0.369643421746
-1470066261547737141,-0.0106284180656,0.0116013567895,0.296533972025,-0.567391730182,0.0271407918054,0.72876243726,-0.382407259318
-1470066261630652629,-0.0107754785568,0.0114590516314,0.296619027853,-0.493230340332,0.0177592854507,0.728258618328,-0.475444869557
-1470066261710899755,-0.010811412707,0.0113918622956,0.296558111906,-0.468596875752,0.01510098419,0.727419346705,-0.501048922113
-1470066261787265269,-0.0107227042317,0.0113280788064,0.296542525291,-0.543570525045,0.0218049543147,0.727135912784,-0.41872305001
-1470066261862565194,-0.0105966553092,0.0112351411954,0.296489864588,-0.575257201245,0.0297169340702,0.729389839348,-0.369034576293
-1470066261936934108,-0.0106140403077,0.0111297694966,0.296550750732,-0.577442665526,0.0286005144251,0.72850718987,-0.367449660377
-1470066262014523846,-0.0106169646606,0.0111329527572,0.29657804966,-0.577992002039,0.0285790893318,0.728367277052,-0.366864540329
-1470066262090309710,-0.0106055280194,0.0111153423786,0.296496629715,-0.578675542339,0.0286402908139,0.728357440377,-0.365800204331
-1470066262163389691,-0.0106298867613,0.0110900858417,0.296500325203,-0.558103372387,0.0268304519972,0.729549370751,-0.394409011322
-1470066262234602315,-0.0107426401228,0.0109520424157,0.296578168869,-0.523292472123,0.0201959293243,0.727827236129,-0.44274668537
-1470066262307755341,-0.0107415486127,0.0108309239149,0.296557307243,-0.525605692508,0.0204830266778,0.727599849787,-0.440360716017
-1470066262384090844,-0.0106409573928,0.0107827512547,0.296530693769,-0.560411663314,0.0270666914749,0.729178710747,-0.391796592159
-1470066262463563715,-0.010620078072,0.0107337962836,0.296510726213,-0.57702938942,0.0294059275287,0.728964825489,-0.367127577786
-1470066262543680105,-0.0106173232198,0.0106913382187,0.296600013971,-0.58128896281,0.0297772739764,0.728662606321,-0.360925562713
-1470066262620975890,-0.0106250112876,0.0106652975082,0.29652133584,-0.574379676299,0.0288705072069,0.728944460818,-0.371341425525
-1470066262699139578,-0.0106082893908,0.0107413409278,0.296469211578,-0.575803157638,0.0291228494235,0.728865812062,-0.369265773262
-1470066262773782644,-0.0106279961765,0.0107832103968,0.296455264091,-0.567384879906,0.0274834382992,0.72874189024,-0.3824321065
-1470066262847021123,-0.0106363147497,0.0107655711472,0.296534657478,-0.570216778212,0.0273221170554,0.728274439083,-0.379107727623
-1470066262920640748,-0.0106344865635,0.0105740856379,0.296504080296,-0.554671063423,0.0264243385055,0.729560519646,-0.399228272935
-1470066262997309798,-0.0106167392805,0.0101894857362,0.2966388762,-0.573584025954,0.0295418623514,0.729388051849,-0.371647296988
-1470066263072725119,-0.010664684698,0.00934206880629,0.296925038099,-0.555019917958,0.0281985657432,0.730386996975,-0.397105233168
-1470066263146945685,-0.0108506688848,0.00904878135771,0.297253251076,-0.467165949999,0.016842499584,0.729508401767,-0.499289292015
-1470066263224072477,-0.0107239848003,0.00871891062707,0.297144383192,-0.529764073247,0.0253237725488,0.730980635259,-0.429390316749
-1470066263307681730,-0.010828724131,0.00846543349326,0.297030508518,-0.476659348862,0.0166781445426,0.728664757924,-0.491493006254
-1470066263386313433,-0.0105771068484,0.00817561801523,0.296487957239,-0.56553721982,0.030095469645,0.730756316451,-0.381126123051
-1470066263464444461,-0.0105766961351,0.00806445721537,0.29633936286,-0.553276865551,0.0283118402156,0.73107014122,-0.398270760121
-1470066263543713601,-0.0105513222516,0.00798132456839,0.296078532934,-0.563295925057,0.0281431661679,0.729709765931,-0.3865608885
-1470066263618390071,-0.010527539067,0.00786429643631,0.295561611652,-0.585449890984,0.0281306986773,0.727284560156,-0.357091385358
-1470066263697271222,-0.010459125042,0.0078369025141,0.295205384493,-0.610321021523,0.030521826918,0.725720210122,-0.316080441326
-1470066263769803377,-0.0104987174273,0.0077776638791,0.294828861952,-0.629999024027,0.0298279126229,0.72291002333,-0.28215709015
-1470066263842467811,-0.010577856563,0.00774140097201,0.293775349855,-0.555133736749,0.0282237636554,0.730470414851,-0.396790784312
-1470066263929352143,-0.0106547940522,0.00755630107597,0.293611943722,-0.498011254955,0.0210224346186,0.730531523089,-0.466761760382
-1470066264009097743,-0.0105761066079,0.00752761261538,0.293324768543,-0.533444095171,0.0247600426289,0.730508886327,-0.425653737929
-1470066264088836231,-0.0104901865125,0.00752009358257,0.293007910252,-0.559464204636,0.0279896288653,0.730072573584,-0.391421028699
-1470066264163498575,-0.0104194739833,0.00759007269517,0.292670965195,-0.569716567313,0.0309446063637,0.730847948184,-0.374602110114
-1470066264238286489,-0.0106118340045,0.00769898341969,0.292530179024,-0.500014386592,0.0173442333113,0.727581305147,-0.46937217128
-1470066264310928679,-0.0104475328699,0.00779016269371,0.29208791256,-0.590108177204,0.0278305052295,0.726727930825,-0.350520066094
-1470066264391626980,-0.0103843137622,0.00777426781133,0.291758924723,-0.606911577037,0.030057578179,0.725983634428,-0.322028946207
-1470066264479052429,-0.0105159720406,0.00788435898721,0.291138768196,-0.574379857647,0.0248957149759,0.726628871061,-0.376136233625
-1470066264559597342,-0.0106830000877,0.0080099478364,0.290606558323,-0.458958410022,0.0168688402618,0.730195614536,-0.50585273016
-1470066264637206053,-0.0106654474512,0.00798327103257,0.290503650904,-0.458561867441,0.0162068380731,0.729167956132,-0.507712954216
-1470066264711663687,-0.0106165362522,0.00791298877448,0.290232688189,-0.479638320909,0.0170910852746,0.728326735597,-0.489075804078
-1470066264786625835,-0.0103896418586,0.00763909472153,0.289705872536,-0.567988888756,0.0291749893411,0.72976921825,-0.379439494967
-1470066264861219420,-0.0103739583865,0.00753039540723,0.289454609156,-0.559672969593,0.0285081210875,0.730195553369,-0.390855354291
-1470066264933157329,-0.0103198019788,0.00749459909275,0.289052605629,-0.580607227298,0.0298753423078,0.728842125408,-0.361651583381
-1470066265006975739,-0.0104833748192,0.00754141900688,0.288925409317,-0.542513017782,0.0189273046627,0.725547345447,-0.422968594803
-1470066265085901722,-0.010478137061,0.00753122661263,0.28877800703,-0.553140153635,0.0189842845696,0.724840603388,-0.410221485366
-1470066265165360782,-0.0105001032352,0.00748486723751,0.28853598237,-0.562331718374,0.0188757094987,0.724154271492,-0.398782318041
-1470066265241315710,-0.0104052117094,0.00714887538925,0.288089185953,-0.568359309497,0.0262926507832,0.728201393867,-0.382098314303
-1470066265319218992,-0.0105930287391,0.00705358013511,0.287504851818,-0.474624872294,0.0193324590236,0.731627894973,-0.488956143151
-1470066265397346770,-0.0106056593359,0.00694751320407,0.287248194218,-0.450328793034,0.0164987930007,0.730728067792,-0.512804308617
-1470066265473166692,-0.0105453757569,0.00696582347155,0.287119537592,-0.479649896002,0.0193727265521,0.731305104909,-0.484513692547
-1470066265551236764,-0.0104717006907,0.0075118006207,0.287047356367,-0.52147826636,0.0235337992052,0.730916371195,-0.439622379241
-1470066265628290327,-0.010515502654,0.00823854655027,0.286741405725,-0.506923310513,0.018690047451,0.728181868876,-0.460901947517
-1470066265701159893,-0.0104380231351,0.00888423994184,0.286762595177,-0.538589407061,0.0231609940199,0.728792396926,-0.422192682481
-1470066265773527555,-0.0105058345944,0.00964825227857,0.286510080099,-0.511291022762,0.0170694276597,0.726381604597,-0.458977002895
-1470066265847363811,-0.0103381434456,0.00976758915931,0.286220729351,-0.609152773975,0.0273483865749,0.724055832018,-0.322378838995
-1470066265924915882,-0.010438839905,0.0100089805201,0.28600525856,-0.631418402833,0.0226179144821,0.719696028518,-0.287813927813
-1470066265998803630,-0.0104396110401,0.0100297555327,0.285305291414,-0.6056406368,0.0246842011328,0.72323459129,-0.330940833433
-1470066266085941231,-0.0105131315067,0.0100448457524,0.28486558795,-0.540776490798,0.0222451458246,0.727681994005,-0.421360719679
-1470066266158361909,-0.0105195278302,0.00998645368963,0.284522354603,-0.530617416843,0.0218448339632,0.728241787846,-0.433164932337
-1470066266233707664,-0.0104655344039,0.00995935872197,0.284298986197,-0.540200853528,0.0233288134166,0.728715637065,-0.420252691376
-1470066266311477816,-0.0103809852153,0.00994079187512,0.283952385187,-0.561206863629,0.0262331572351,0.728717591279,-0.391572917651
-1470066266397371856,-0.0103271165863,0.0100197289139,0.28374055028,-0.560574362335,0.0281830206965,0.730126976238,-0.389713613063
-1470066266477782709,-0.0105308908969,0.0101862847805,0.283792316914,-0.475603987301,0.0155864343571,0.72769496032,-0.493981735545
-1470066266554247986,-0.0104620726779,0.0102939503267,0.283859908581,-0.511303689513,0.0198415616066,0.728707330878,-0.455148849772
-1470066266628846248,-0.0104486141354,0.0103165265173,0.283867508173,-0.520247700554,0.0209235098614,0.728889218074,-0.444550384746
-1470066266708044713,-0.0103771919385,0.0103385383263,0.283709257841,-0.555142510021,0.024683833988,0.728381193946,-0.400834552171
-1470066266790396736,-0.0104630207643,0.0102039687335,0.283651351929,-0.535516092579,0.0197618124095,0.726491806282,-0.430164667034
-1470066266866815184,-0.010480853729,0.0100550660864,0.28353753686,-0.552215606091,0.019029624264,0.724770348955,-0.411586854826
-1470066266953000631,-0.0103716235608,0.00969705171883,0.283310323954,-0.585805713905,0.0246773447877,0.725121605372,-0.361138964435
-1470066267033456143,-0.0103507349268,0.00940332189202,0.282964348793,-0.610987105846,0.0257004221739,0.72349129226,-0.320303910083
-1470066267114320238,-0.0103077348322,0.0092165376991,0.282631158829,-0.625348819192,0.0283368125801,0.72289404785,-0.292506538338
-1470066267189009335,-0.0103231491521,0.0091868173331,0.282250732183,-0.608118550141,0.0281592606279,0.724795980265,-0.322598313708
-1470066267264700492,-0.0103894565254,0.00921633001417,0.281688779593,-0.564974093692,0.0261332640125,0.727991053933,-0.38749238878
-1470066267341722094,-0.0103726638481,0.00921737961471,0.281476736069,-0.562375091504,0.0268048244476,0.728785027221,-0.389728292455
-1470066267418597790,-0.0103791868314,0.00921991188079,0.281238168478,-0.553101531512,0.0238162744501,0.727756495738,-0.404823373611
-1470066267491452030,-0.0104452772066,0.00929134339094,0.281127482653,-0.51880154047,0.0188287698132,0.72704819697,-0.449323222543
-1470066267571090077,-0.0103071853518,0.00936847645789,0.280823290348,-0.563408229689,0.0258874316714,0.728199268268,-0.389392903497
-1470066267650410487,-0.0102444412187,0.00942598190159,0.280479818583,-0.581952299083,0.0281389836531,0.727653202547,-0.362022839079
-1470066267729010217,-0.0102381398901,0.00937414634973,0.280268281698,-0.603465462536,0.0285823110551,0.725594285649,-0.329431965137
-1470066267803531610,-0.0102073661983,0.00931179430336,0.28000447154,-0.612311562241,0.0294557356605,0.72513026409,-0.313676601747
-1470066267891684867,-0.0102460393682,0.00923566427082,0.279627293348,-0.607913342678,0.0279209805668,0.724869146453,-0.322841303366
-1470066267973676543,-0.0103019876406,0.00926233269274,0.278980344534,-0.56195278946,0.0268006127287,0.72910265297,-0.389743647808
-1470066268052829345,-0.0103460168466,0.00924784038216,0.278596371412,-0.530723701692,0.0261581497575,0.731740051036,-0.426854309306
-1470066268128781303,-0.0102943023667,0.0091378511861,0.27842566371,-0.549986009928,0.0268054828296,0.730256648159,-0.404378637904
-1470066268205461272,-0.0102516710758,0.00907284859568,0.278160810471,-0.570248425091,0.0275378260643,0.728509608242,-0.37859233024
-1470066268285168776,-0.0102250287309,0.00900300312787,0.277825176716,-0.581185428792,0.0262343516581,0.726433328192,-0.365827658667
-1470066268362330210,-0.0102910809219,0.00901169236749,0.277645736933,-0.555012152164,0.0210627772145,0.725669654735,-0.406105186575
-1470066268439672414,-0.0103544825688,0.00901476852596,0.277517139912,-0.545446277797,0.0171276259666,0.723825047902,-0.422223048277
-1470066268519576160,-0.0101825781167,0.00919424090534,0.277168095112,-0.625954223598,0.0286952115507,0.723085965312,-0.290696717496
-1470066268596996210,-0.0102068586275,0.00907718390226,0.276866257191,-0.617812326042,0.027073056339,0.723318298827,-0.307222424301
-1470066268674667221,-0.0103057250381,0.00897854194045,0.276344805956,-0.563788829263,0.0228118785483,0.726196073678,-0.392760788228
-1470066268750352508,-0.0104028731585,0.00893181376159,0.275841057301,-0.501151453609,0.0197089109761,0.729475080105,-0.465107392845
-1470066268829352464,-0.0104173161089,0.00881430972368,0.275489449501,-0.452984341982,0.0156087189128,0.729593508518,-0.512108256271
-1470066268906047346,-0.0103768035769,0.00871226750314,0.275212436914,-0.469116409693,0.0162009143363,0.728715325275,-0.498639448139
-1470066268978240072,-0.01033799164,0.00863154511899,0.274930179119,-0.489425069147,0.0165264461466,0.727570607882,-0.480448736927
-1470066269050238336,-0.0102850459516,0.00856660399586,0.274664193392,-0.52696455089,0.0178666981745,0.725956503542,-0.44156120546
-1470066269127284465,-0.0102512957528,0.00847791228443,0.27436247468,-0.577504993602,0.0194017222201,0.722858903314,-0.378928174513
-1470066269204382976,-0.0102424621582,0.00849046651274,0.273632526398,-0.575159471236,0.0227532600937,0.725103848633,-0.378018889079
-1470066269278363667,-0.0102854212746,0.00850071478635,0.273025482893,-0.534593104807,0.0225513195952,0.728428385972,-0.427894539329
-1470066269352219746,-0.0102900341153,0.00843160413206,0.272896915674,-0.532875966172,0.0217188354948,0.727948141669,-0.430886295792
-1470066269429157989,-0.0102903777733,0.00841917376965,0.272845804691,-0.525132585898,0.0212373145173,0.728384939299,-0.439590859667
-1470066269506595404,-0.0103100435808,0.00832503568381,0.272775292397,-0.516962243293,0.0196837155871,0.728036234695,-0.449806437617
-1470066269580432885,-0.0102062905207,0.00811526365578,0.272798657417,-0.556630878553,0.0265148832032,0.729242222539,-0.397070279517
-1470066269660439088,-0.0101927500218,0.00812357198447,0.27279394865,-0.560408607097,0.0270433614526,0.729318119143,-0.391543012685
-1470066269733738757,-0.010240460746,0.00853772833943,0.272944569588,-0.548815692068,0.0248825520509,0.728950887713,-0.408427224908
-1470066269815386865,-0.0102983014658,0.00934803579003,0.272879689932,-0.519774116155,0.02022950133,0.72822669402,-0.446219136263
-1470066269888502174,-0.0101950941607,0.00999776832759,0.272623181343,-0.564982832079,0.0252329138861,0.727679773596,-0.388123494023
-1470066269963037737,-0.0102082397789,0.0106433043256,0.272382378578,-0.558149953431,0.0228917005405,0.726727627942,-0.399764373497
-1470066270042933424,-0.0101889679208,0.010957733728,0.271927833557,-0.571719737181,0.0223497508592,0.725228219763,-0.382989634342
-1470066270118893552,-0.010101750493,0.011116951704,0.271713644266,-0.61157172156,0.0272246242618,0.724047747264,-0.317795073757
-1470066270193815106,-0.0101354960352,0.0112618356943,0.271195650101,-0.624118700685,0.0254276103025,0.721859361461,-0.297906606777
-1470066270271600073,-0.0102154780179,0.0114486608654,0.270408183336,-0.564487900319,0.0249408701771,0.727400105353,-0.389384707096
-1470066270345090917,-0.0102879954502,0.0115268472582,0.269999712706,-0.521909129476,0.0180295202793,0.725940535748,-0.447544562614
-1470066270431126958,-0.0102242110297,0.0115085570142,0.269852042198,-0.553923550625,0.0202735532313,0.72501079708,-0.408799495131
-1470066270510397043,-0.0101283099502,0.011535785161,0.269548922777,-0.570025716459,0.0239129448607,0.726145898782,-0.383680840446
-1470066270586013486,-0.0101332189515,0.0116137554869,0.26919478178,-0.590216276284,0.0230003722753,0.723795907564,-0.356700454552
-1470066270661922953,-0.0101769454777,0.0116496961564,0.26884996891,-0.58425346001,0.019112546053,0.722179093178,-0.369783669766
-1470066270738668585,-0.0101161552593,0.0116677824408,0.268601566553,-0.60873146863,0.0229509305178,0.72217321717,-0.327696655904
-1470066270816311294,-0.0102059068158,0.0121183525771,0.268048733473,-0.576000940091,0.0219844994571,0.724575996019,-0.377795215416
-1470066270890260443,-0.0101538971066,0.0123561471701,0.267763495445,-0.560688060155,0.0257888812926,0.728550023255,-0.392655951714
-1470066270967435854,-0.0101380096748,0.0124582629651,0.267849385738,-0.583110357081,0.0251942129443,0.725901191235,-0.363888751768
-1470066271040990511,-0.010152422823,0.0120554054156,0.267726242542,-0.573471855864,0.0271684133053,0.727926262152,-0.374853657737
-1470066271114428890,-0.0102145234123,0.011345313862,0.267737060785,-0.547775559117,0.024103030283,0.728247090847,-0.411116960777
-1470066271188142323,-0.0101941823959,0.0110084591433,0.267724961042,-0.548397668181,0.025019602171,0.729074475444,-0.40875961921
-1470066271265159015,-0.0102089894935,0.0108421565965,0.267728209496,-0.551860217967,0.02408159648,0.727974346507,-0.406108024255
-1470066271341803119,-0.0101761501282,0.010940826498,0.267644137144,-0.552084133342,0.0249153967149,0.728582228251,-0.404660684271
-1470066271413473632,-0.0101776877418,0.01088230405,0.267663866282,-0.552859236767,0.0250407684853,0.728615078853,-0.403534002412
-1470066271489240405,-0.0101818563417,0.0108796758577,0.267634242773,-0.543283276517,0.0243355444692,0.729029888815,-0.415651878315
-1470066271567284780,-0.0101871583611,0.0108257746324,0.267632633448,-0.549872620329,0.0242910375016,0.728377166343,-0.408064640051
-1470066271644538787,-0.0102024460211,0.0107534117997,0.267582088709,-0.542824206719,0.0231383324796,0.728394322718,-0.417430483796
-1470066271716929051,-0.010252260603,0.0106826899573,0.267609417439,-0.519528729881,0.0199458838887,0.728006521857,-0.446876453484
-1470066271792709537,-0.0101899318397,0.0105009153485,0.267626225948,-0.543312894627,0.0242984544177,0.728980472355,-0.415702002124
-1470066271875900077,-0.0102124577388,0.0102847628295,0.267605364323,-0.540107112184,0.0226676473562,0.728255894942,-0.42120521912
-1470066271952147533,-0.0101607991382,0.0100223142654,0.267525106668,-0.546559365397,0.0248063929958,0.729131794481,-0.411125685454
-1470066272025840615,-0.0102393869311,0.0101521490142,0.267433851957,-0.519388976281,0.0190898823409,0.727463911956,-0.447958619196
-1470066272105360704,-0.0101778227836,0.0101724807173,0.267236858606,-0.530468962875,0.0211295250115,0.727906308197,-0.433945421782
-1470066272180654921,-0.010052244179,0.00986351072788,0.266873657703,-0.563128488403,0.0248943225389,0.727557377762,-0.39105861494
-1470066272254466033,-0.0100105078891,0.00970284920186,0.266635805368,-0.572018075839,0.0250663752911,0.726532717658,-0.379891047426
-1470066272338664436,-0.00998905673623,0.00957908853889,0.26633900404,-0.595791143287,0.0256714651683,0.724699101794,-0.345231952919
-1470066272416467674,-0.00994858704507,0.00945948809385,0.265861421824,-0.615043832558,0.0269557618425,0.72351733436,-0.312277341184
-1470066272490898572,-0.00994875188917,0.00942808482796,0.265363574028,-0.606641564767,0.027035148694,0.724527352173,-0.32606016099
-1470066272564314719,-0.0100600998849,0.00941573362797,0.264649122953,-0.539552951783,0.0247073170125,0.729703082865,-0.419291749938
-1470066272640893977,-0.00991717074066,0.00912905950099,0.26276704669,-0.589265630417,0.0192310484018,0.721637956605,-0.362815163925
-1470066272719046059,-0.0099649624899,0.0091780712828,0.260712236166,-0.507972018012,0.0156827088262,0.725321060357,-0.464357449561
-1470066272791902243,-0.00995696149766,0.00920009147376,0.260643333197,-0.52057494974,0.015615176434,0.724417801561,-0.45163783804
-1470066272865806995,-0.0098017314449,0.00924015324563,0.260261714458,-0.597701702695,0.023183055526,0.723082722336,-0.345494713695
-1470066272951659633,-0.00979279540479,0.00935241859406,0.260421782732,-0.610232451407,0.0252177319407,0.723037550729,-0.322795789133
-1470066273028873588,-0.00979882199317,0.00933994911611,0.260219544172,-0.625177883262,0.0243800101359,0.721074200951,-0.29767469847
-1470066273103210255,-0.00982685480267,0.00933939684182,0.260010540485,-0.629840030155,0.0233368283774,0.720170356567,-0.290019975824
-1470066273182852334,-0.0100240753964,0.00947155617177,0.259115070105,-0.483957163013,0.0158473253928,0.727029369618,-0.486788067191
-1470066273261499669,-0.00999101996422,0.00947735644877,0.259071707726,-0.509824987943,0.0175733246319,0.726563447406,-0.460299051514
-1470066273336004106,-0.00991678144783,0.00955810770392,0.258995145559,-0.535547746827,0.0213607573297,0.727485126861,-0.42836633751
-1470066273414383573,-0.00991920754313,0.00952523294836,0.258934855461,-0.534645988182,0.0209466996988,0.727204539073,-0.429986582867
-1470066273489695715,-0.00996800046414,0.00942841731012,0.258875072002,-0.509262732486,0.0176068172576,0.726638823151,-0.460800922283
-1470066273569014603,-0.00990439672023,0.00933069176972,0.258882850409,-0.542135520595,0.0215920105225,0.727084517329,-0.420679173541
-1470066273645139859,-0.00990749616176,0.00920505262911,0.259001940489,-0.556888268715,0.0231807363356,0.726696535428,-0.401559777651
-1470066273724836672,-0.00991912186146,0.00911522749811,0.259056389332,-0.552916026331,0.0224738307483,0.726678813228,-0.407083157553
-1470066273800534812,-0.00995674356818,0.00904414337128,0.259083926678,-0.543873385757,0.0204396861993,0.726130979397,-0.420140167389
-1470066273874821084,-0.0100043704733,0.00898490473628,0.259067475796,-0.5252765223,0.0179961773756,0.725829366675,-0.443770710155
-1470066273957454232,-0.00991267152131,0.00870518572628,0.259033560753,-0.568002656845,0.0238490557509,0.726122881206,-0.386716647879
-1470066274035778389,-0.00993196107447,0.00860501732677,0.259006798267,-0.557739258183,0.0220464596725,0.726013972026,-0.401677216084
-1470066274121880107,-0.00999505072832,0.00900792982429,0.259082466364,-0.515502617074,0.017612662842,0.726344356104,-0.454280444499
-1470066274198284316,-0.0100208185613,0.00979952700436,0.258943617344,-0.497823133508,0.0151636280524,0.725729867432,-0.474613897443
-1470066274277318716,-0.00987100880593,0.010491640307,0.258900105953,-0.563130832435,0.0239321127501,0.726769044119,-0.392578241948
-1470066274353119036,-0.00999998953193,0.0111541356891,0.258880674839,-0.503457528816,0.015842687464,0.725717658126,-0.468629284847
-1470066274428154624,-0.00983964186162,0.0117480484769,0.258712023497,-0.567463937306,0.0235263396394,0.726193909765,-0.387393335798
-1470066274507437521,-0.00997854489833,0.0123055018485,0.258348047733,-0.476089313621,0.0128632986803,0.724757320973,-0.49789589946
-1470066274579428904,-0.00979160424322,0.0125596262515,0.258105576038,-0.59875738379,0.0230471865809,0.723094675518,-0.343645911927
-1470066274658463242,-0.00979740265757,0.0126170804724,0.257789671421,-0.617653988319,0.0208865839915,0.720250660191,-0.315129001867
-1470066274738038113,-0.0097445929423,0.0126094650477,0.257438510656,-0.640446882179,0.0237186235598,0.719278030549,-0.268149832692
-1470066274817904660,-0.00977227371186,0.0125898253173,0.25684222579,-0.627224086795,0.0231821216463,0.720223773841,-0.295516919608
-1470066274895376354,-0.00981433875859,0.0126764168963,0.256380796432,-0.571248269971,0.0227410474346,0.725086286672,-0.38393767163
-1470066274975301561,-0.00982424430549,0.0127167738974,0.256281197071,-0.570869386893,0.0217353943579,0.724540252845,-0.385586744777
-1470066275050882626,-0.00980947725475,0.0126973856241,0.256276786327,-0.580804860684,0.023144299327,0.724490456548,-0.370464078672
-1470066275130118691,-0.00982052180916,0.0126531608403,0.25639629364,-0.586062230593,0.0236840583436,0.724386270059,-0.362263245449
-1470066275205359235,-0.00988057535142,0.0126886758953,0.256693512201,-0.557238753783,0.0227010207833,0.726596698256,-0.401281538352
-1470066275287849802,-0.00985673628747,0.0128482840955,0.25877431035,-0.597826118379,0.0252154771761,0.724353804563,-0.342461206138
-1470066275363654008,-0.00989594031125,0.0128795299679,0.25910782814,-0.579520064746,0.0242389891967,0.725421595684,-0.370583964137
-1470066275441094617,-0.00988677144051,0.0128659950569,0.259123653173,-0.585130673724,0.0257633308093,0.725766450951,-0.360862029212
-1470066275520978249,-0.00993515457958,0.0125899873674,0.259040892124,-0.568198983132,0.0218904951237,0.724989544752,-0.388665514024
-1470066275598376656,-0.00987864937633,0.0124116167426,0.25908023119,-0.57164373937,0.0246896156925,0.726559065574,-0.38042841948
-1470066275674141501,-0.00991635303944,0.0123092122376,0.25917878747,-0.57216590784,0.0234532859661,0.725566976165,-0.381613260227
-1470066275749063071,-0.00999997649342,0.0121307736263,0.259112775326,-0.536910463014,0.0183505327744,0.725160746889,-0.430734609505
-1470066275827205297,-0.0098732104525,0.0120330359787,0.259123325348,-0.586735448893,0.0260930465455,0.72579020198,-0.358174885557
-1470066275907201598,-0.00992114841938,0.0118970377371,0.259214520454,-0.571759913726,0.023769266692,0.725819606647,-0.38172178563
-1470066275985930336,-0.00995983742177,0.0116801783442,0.259142935276,-0.56589806258,0.0214534686057,0.724833981923,-0.392319805902
-1470066276064109102,-0.00985672883689,0.0116152120754,0.259099274874,-0.580858279999,0.0266800711738,0.726789911177,-0.365606697656
-1470066276142745607,-0.00988049246371,0.0115112857893,0.259150207043,-0.580373075196,0.02545151833,0.726085083494,-0.367858349546
-1470066276215822087,-0.00992304552346,0.0113447355106,0.259103059769,-0.567854611591,0.0228700461438,0.725646492937,-0.387885638265
-1470066276295239143,-0.00994896423072,0.0112880961969,0.259075462818,-0.552890146277,0.0209148901907,0.725667957105,-0.409000085023
-1470066276367870978,-0.00992668606341,0.0111855035648,0.259093284607,-0.568804481365,0.0225562694222,0.725390402319,-0.386990233615
-1470066276445455687,-0.0099064335227,0.0110303238034,0.259101867676,-0.570980159515,0.0239075537655,0.725939969124,-0.382650294057
-1470066276520532382,-0.00989020057023,0.0109707508236,0.259096235037,-0.573538859556,0.0244075615489,0.726054547626,-0.3785528251
-1470066276601116218,-0.00995113234967,0.0108880531043,0.25911539793,-0.551074566428,0.0214037873289,0.726054358143,-0.410735643871
-1470066276680298958,-0.00995349977165,0.0108165228739,0.259031891823,-0.549004676669,0.0203933987764,0.7256749097,-0.414214799004
-1470066276754156168,-0.00987549498677,0.010736906901,0.259089678526,-0.582256792851,0.0255932960279,0.725923618465,-0.365180654652
-1470066276835085919,-0.00987041648477,0.0106248818338,0.259127527475,-0.582106217367,0.0260976991589,0.726324372414,-0.36458766825
-1470066276909299477,-0.0098933968693,0.010552637279,0.259109795094,-0.568589421568,0.0242020302317,0.726446400252,-0.38522196066
-1470066276981018774,-0.00991685595363,0.0104671930894,0.259092867374,-0.565917360663,0.0229686307156,0.725870680889,-0.390284175351
-1470066277068204730,-0.00988671835512,0.0102891828865,0.259125590324,-0.580175854651,0.0251799886294,0.725874283872,-0.368603404578
-1470066277144953243,-0.00994808133692,0.0099643971771,0.259107470512,-0.550462405352,0.0211009395868,0.725906506016,-0.411832047279
-1470066277219875765,-0.00993205048144,0.00878237374127,0.259200274944,-0.543651341244,0.0228262745545,0.727573735427,-0.41780215398
-1470066277293736408,-0.00984125863761,0.00809653569013,0.25909870863,-0.57184317084,0.0270226893959,0.72786275217,-0.377466523317
-1470066277367058673,-0.0098423268646,0.00751375081018,0.258854687214,-0.554432521478,0.0248983719179,0.728200034527,-0.402131023321
-1470066277444361797,-0.00988505408168,0.00710807414725,0.258448034525,-0.515981535527,0.0192565222203,0.727505146099,-0.451805825269
-1470066277520869719,-0.00972756650299,0.00694379024208,0.25825765729,-0.566456425205,0.0263210393879,0.728182862335,-0.384946801819
-1470066277594492725,-0.00969209056348,0.00680974358693,0.257959663868,-0.574323963497,0.0263335542178,0.727407259072,-0.374616081241
-1470066277668003670,-0.00965958274901,0.00665142107755,0.257498264313,-0.604475782593,0.0257819136773,0.72385801717,-0.331623117656
-1470066277745342148,-0.00967432651669,0.00658316165209,0.257136613131,-0.616249509357,0.0254858742801,0.722473363086,-0.312440797688
-1470066277823398943,-0.00976956356317,0.00667775049806,0.256286710501,-0.556162244413,0.0238227631992,0.727449117914,-0.401165570169
-1470066277897082617,-0.00979601871222,0.00667887181044,0.255976945162,-0.545633710546,0.0206222529142,0.726174191624,-0.417767423359
-1470066277978534507,-0.00971778202802,0.0066551794298,0.255568832159,-0.544154806681,0.021978976896,0.727277182597,-0.417708475631
-1470066278049655528,-0.00966274552047,0.00661840848625,0.255324959755,-0.573983156375,0.0240065154587,0.725947847418,-0.378109436859
-1470066278127566891,-0.00966325029731,0.00657587265596,0.255205065012,-0.582679826857,0.0241948096759,0.725201173244,-0.366035638817
-1470066278202184767,-0.00956795737147,0.00631439499557,0.25503051281,-0.603154183915,0.0288878021949,0.725771061626,-0.329585939349
-1470066278275625426,-0.00965033937246,0.00609344476834,0.255062937737,-0.57085709474,0.0230249431997,0.725728024838,-0.38328952939
-1470066278349997852,-0.00960381422192,0.00615376513451,0.255034685135,-0.574878088609,0.0248612588821,0.726473469227,-0.375677254506
-1470066278420476503,-0.00961746647954,0.00616963906214,0.255094140768,-0.574721539224,0.0248009818456,0.726430910596,-0.376002919912
-1470066278505853053,-0.00962154380977,0.00620675645769,0.255251973867,-0.559714932982,0.0246588874162,0.727889532832,-0.395332721973
-1470066278586340341,-0.00965935457498,0.00640720594674,0.2553383708,-0.564383063203,0.0234766101139,0.726626223638,-0.391068968175
-1470066278665425172,-0.00962373893708,0.00648025469854,0.255235791206,-0.562732437317,0.0246365288129,0.727461280691,-0.39182308576
-1470066278746281928,-0.00966827943921,0.00646524317563,0.255318373442,-0.551637892326,0.0224708090767,0.727128141633,-0.408013926399
-1470066278822700156,-0.00969679746777,0.00654939329252,0.255280047655,-0.543862340639,0.0212609171544,0.72688484819,-0.418808005306
-1470066278900571177,-0.00968297664076,0.00656957179308,0.255278199911,-0.555631268476,0.0221060627295,0.726384682769,-0.403918937562
-1470066278980332132,-0.0096561126411,0.00660579930991,0.25529229641,-0.567921967493,0.0239528797456,0.726499787978,-0.386120391146
-1470066279052970517,-0.00961893610656,0.00670581450686,0.25534042716,-0.573670320211,0.025912694918,0.727201674195,-0.376043376487
-1470066279125489723,-0.00962521042675,0.00672601163387,0.255373477936,-0.586908896892,0.0265152236829,0.726238486838,-0.356948945785
-1470066279201121964,-0.00967367272824,0.00682730367407,0.2554050982,-0.574188408066,0.0240081681189,0.725985170412,-0.377725842706
-1470066279281519943,-0.00968266651034,0.00690920371562,0.255296438932,-0.567317318662,0.023101081335,0.726077169686,-0.387852218825
-1470066279355951820,-0.00971992872655,0.00696712499484,0.255300372839,-0.552615380736,0.0208792558386,0.725851387014,-0.409047749804
-1470066279429993738,-0.00968816503882,0.00703321909532,0.255287617445,-0.552665614655,0.0226152531441,0.727171536747,-0.406535145895
-1470066279508303490,-0.00965377502143,0.00705636665225,0.255309790373,-0.585489162345,0.02522270765,0.725656543821,-0.360539645816
-1470066279583317150,-0.0096587529406,0.00711638014764,0.255402863026,-0.593750455367,0.0257369541726,0.725070488494,-0.347952285027
-1470066279656001002,-0.00965094566345,0.00718364259228,0.255427569151,-0.587998721136,0.0263008290824,0.7260099178,-0.35563375766
-1470066279728724719,-0.00963212363422,0.00725156022236,0.255351603031,-0.588290593705,0.026896547101,0.726412841154,-0.354281155749
-1470066279807719874,-0.00969136226922,0.00734448106959,0.255317002535,-0.584014585328,0.0237560078936,0.724927439307,-0.364476095174
-1470066279882325482,-0.00974638294429,0.00737115042284,0.255353868008,-0.562664533228,0.0203483437197,0.724639413623,-0.397356625942
-1470066279955973962,-0.00970274303108,0.00741961086169,0.25529178977,-0.571964787095,0.0226010061857,0.725303570286,-0.382465956357
-1470066280030830119,-0.00969210267067,0.00748150283471,0.255395531654,-0.589155703523,0.0245254303895,0.724947965829,-0.35601194799
-1470066280110999995,-0.00975577905774,0.00781848561019,0.255360841751,-0.589188155584,0.0222769021191,0.723611657591,-0.358813636795
-1470066280185680759,-0.00977291353047,0.00823587551713,0.255270272493,-0.609301142801,0.0228974492007,0.722136810906,-0.326720447074
-1470066280264734523,-0.00982342474163,0.00865738000721,0.25480851531,-0.578561226576,0.0224207695365,0.724687230201,-0.373620977169
-1470066280342264300,-0.00981551222503,0.00877101998776,0.254662871361,-0.563580029114,0.0237874640892,0.726905436188,-0.391688899735
-1470066280424366403,-0.00978895463049,0.00920486729592,0.254156827927,-0.555149669187,0.0247504115232,0.728319952534,-0.400931800524
-1470066280497535059,-0.00983173213899,0.00935774669051,0.253811538219,-0.538394045466,0.0203306371499,0.726638953823,-0.426279659128
-1470066280570704474,-0.00972960237414,0.0094554098323,0.253634780645,-0.573558107247,0.0246418983435,0.72645594847,-0.377737513876
-1470066280649926371,-0.00973131880164,0.00954492483288,0.253139257431,-0.61582454815,0.0224042169203,0.721088857042,-0.316684444219
-1470066280727662333,-0.00971621554345,0.00961248669773,0.252762287855,-0.607003616664,0.0244324646601,0.722959865249,-0.329057285691
-1470066280800463798,-0.00975814927369,0.00974513124675,0.251910984516,-0.562820311648,0.0249159323376,0.727574853638,-0.391468166607
-1470066280885889298,-0.0098245581612,0.00978981237859,0.251648753881,-0.540535424764,0.0196807952191,0.725950541237,-0.424770446892
-1470066280961554873,-0.00973258074373,0.00982002262026,0.251347005367,-0.551052586698,0.0223538543923,0.727017506049,-0.409007209943
-1470066281034144477,-0.00965460762382,0.00980496685952,0.251062631607,-0.586691869657,0.025523324638,0.725770274383,-0.358327669599
-1470066281110530343,-0.00959087256342,0.00982054695487,0.250424921513,-0.615917228913,0.0279911717124,0.723912392099,-0.309537251393
-1470066281180445269,-0.00979222916067,0.00989299174398,0.249704122543,-0.546907609276,0.0205582180181,0.726045216766,-0.416326518251
-1470066281254841262,-0.0097263706848,0.00992293097079,0.249459326267,-0.56551875839,0.0231046134025,0.725979605458,-0.39065115283
-1470066281328707476,-0.00963781401515,0.010027455166,0.249159514904,-0.587082280384,0.026112895506,0.725796848577,-0.357591173471
-1470066281408326177,-0.00970273930579,0.0100627848879,0.248883590102,-0.568764223483,0.0210152296256,0.724591636789,-0.388629100949
-1470066281487692537,-0.00966521073133,0.0100347772241,0.248634159565,-0.595140165498,0.0226808720363,0.723266805342,-0.349540970051
-1470066281561547941,-0.00963938422501,0.0100226150826,0.248362869024,-0.597580457827,0.0236408023102,0.723588652925,-0.344613073239
-1470066281635808293,-0.00964544247836,0.0100353788584,0.248023867607,-0.586764311957,0.0241320492776,0.72485958842,-0.360144225953
-1470066281712883558,-0.00966270081699,0.0100542251021,0.247206702828,-0.552918383852,0.0249175561614,0.728637654263,-0.403419812333
-1470066281788851213,-0.0095790643245,0.0100300032645,0.24686384201,-0.573267419821,0.0268741628616,0.727798763199,-0.375434688099
-1470066281862423338,-0.00955158472061,0.00998064316809,0.246590957046,-0.5906565879,0.0262688216881,0.725544034646,-0.352165583166
-1470066281936832647,-0.00959642231464,0.00990396458656,0.246150299907,-0.608913184587,0.0229619740265,0.722008139351,-0.327722028701
-1470066282008456284,-0.00962098222226,0.00992097053677,0.245777487755,-0.590613867923,0.0227226847678,0.723686900198,-0.356281081586
-1470066282083151607,-0.00965545512736,0.00997210107744,0.245236456394,-0.562116409401,0.0238040959815,0.726951972811,-0.393699551084
-1470066282158050870,-0.00964141078293,0.00998381152749,0.245027109981,-0.559370298527,0.0247447214413,0.727800101511,-0.395979267296
-1470066282235120239,-0.00955674890429,0.0100127877668,0.244591340423,-0.574133787197,0.0262967068837,0.727294992812,-0.375127806269
-1470066282308705816,-0.00953814480454,0.0100234057754,0.244357466698,-0.571868035238,0.0254546944913,0.727093101736,-0.379017981379
-1470066282381588303,-0.00957471877337,0.00999121647328,0.244113788009,-0.580648993982,0.022551084774,0.724575924526,-0.370577824431
-1470066282460124014,-0.00954059697688,0.00995531119406,0.243834301829,-0.599831512482,0.023318477928,0.723203182514,-0.34151948996
-1470066282535627430,-0.00956256128848,0.00995103083551,0.243462085724,-0.592432402345,0.0238179253926,0.724099393791,-0.352330275442
-1470066282607656652,-0.0095321778208,0.00994993932545,0.2425827384,-0.577166878098,0.0261645375169,0.726889126921,-0.3712492545
-1470066282684796872,-0.00948041863739,0.00992918014526,0.242312699556,-0.586160779105,0.0276181869988,0.726845051476,-0.35685998365
-1470066282760410827,-0.00949229486287,0.00992891192436,0.242058634758,-0.580474530635,0.0251876187035,0.725958669556,-0.367965913156
-1470066282835930243,-0.00951475929469,0.0099043706432,0.241501539946,-0.579017320072,0.0227480523769,0.724934857147,-0.372412301171
-1470066282909192988,-0.0095545668155,0.00990127865225,0.240937978029,-0.563980045185,0.0227597750541,0.726115738265,-0.392637792267
-1470066282981106606,-0.00952879618853,0.00991628784686,0.240512222052,-0.564832050542,0.0240329722219,0.726755799912,-0.390145073301
-1470066283053836271,-0.00948125962168,0.0099105136469,0.240272536874,-0.577171544671,0.0254770949232,0.726396167048,-0.372253319871
-1470066283129695301,-0.00946224387735,0.00989374052733,0.239833787084,-0.595354805202,0.0241106626603,0.723958495499,-0.347642673823
-1470066283206354347,-0.00946692563593,0.00989057682455,0.239508211613,-0.594853470461,0.0229765163924,0.723502152182,-0.34952262325
-1470066283284503088,-0.00951569341123,0.00992990192026,0.23886077106,-0.562332121966,0.0235254573616,0.726793897285,-0.39370009948
-1470066283356025645,-0.00945777725428,0.00996883772314,0.23836606741,-0.566446481189,0.0264288928794,0.72820532134,-0.384911558078
-1470066283433337729,-0.00941819790751,0.00996565818787,0.238072648644,-0.574510160953,0.0262566311282,0.727201331916,-0.374735756424
-1470066283507264737,-0.0094421710819,0.00998255051672,0.23771956563,-0.56046664102,0.0220206053766,0.725853411206,-0.398157082926
-1470066283580093951,-0.00936768390238,0.00996870268136,0.237279579043,-0.598661142413,0.0255074229263,0.72435466161,-0.34097585273
-1470066283652946374,-0.00938565749675,0.00996979977936,0.236800611019,-0.602338675154,0.0264384711646,0.724514763385,-0.334017193111
-1470066283726594098,-0.00943418219686,0.0100381756201,0.236213997006,-0.565336674401,0.0246150775801,0.727231461142,-0.388488023571
-1470066283799575813,-0.00943143386394,0.0100587354973,0.235850572586,-0.55277576863,0.0221835389053,0.726792900982,-0.407085886883
-1470066283877623275,-0.00933170039207,0.0100508620963,0.235535368323,-0.590351829189,0.0263382733323,0.725801561144,-0.35214074881
-1470066283951712055,-0.00929433293641,0.0100469524041,0.235141471028,-0.597162154243,0.0276078705838,0.725711046716,-0.340556373741
-1470066284032982759,-0.00938418880105,0.0100603280589,0.23444904387,-0.580231829998,0.0262235571794,0.726584191518,-0.367040544275
-1470066284105781500,-0.00945181958377,0.0100650889799,0.234092637897,-0.550771480027,0.0208471940902,0.725775898546,-0.411661895708
-1470066284177568844,-0.00935328472406,0.0101044075564,0.233806908131,-0.570302397373,0.0244607219702,0.726527070639,-0.382511783165
-1470066284253141788,-0.0092809535563,0.0101096834987,0.233611524105,-0.58508760237,0.0267720388937,0.726471288538,-0.359437369254
-1470066284326751652,-0.00926119554788,0.0100960209966,0.233350023627,-0.599671089683,0.0274610749983,0.725332731401,-0.336946438349
-1470066284403820911,-0.00933850556612,0.0101081449538,0.232760086656,-0.578788526607,0.0244255014605,0.725870682806,-0.370835527139
-1470066284476116585,-0.00942200049758,0.0101151233539,0.232403114438,-0.555814630558,0.0224340880741,0.726677162858,-0.40312170511
-1470066284549574029,-0.0094182882458,0.0101203713566,0.23221167922,-0.553202328288,0.0220035693423,0.726575882753,-0.406903567833
-1470066284626006822,-0.00934980064631,0.0100627718493,0.231950253248,-0.568382370966,0.02320405137,0.725945868984,-0.386530267482
-1470066284696821667,-0.00923742447048,0.0100033162162,0.231437325478,-0.604716245206,0.0265707077794,0.724282874057,-0.330191730088
-1470066284778617878,-0.00922919902951,0.0100147388875,0.231047436595,-0.594448199078,0.0267383036359,0.725502496909,-0.345778149556
-1470066284852360498,-0.00932348705828,0.0100585771725,0.230334743857,-0.561418203267,0.0249710446582,0.727865903464,-0.39293418602
-1470066284924605415,-0.00937736872584,0.0100548220798,0.230177462101,-0.546721145086,0.0218538728875,0.727107262327,-0.414648558212
-1470066284998241214,-0.00922480691224,0.0100369406864,0.229656428099,-0.57661122277,0.0255323612634,0.726651178537,-0.372619995484
-1470066285071028256,-0.00919535849243,0.0100336940959,0.229373082519,-0.588192074782,0.0264624721111,0.726035509429,-0.355249573934
-1470066285149694468,-0.00918556377292,0.00999362487346,0.229071721435,-0.595432443616,0.0264676093537,0.725126336541,-0.344893413678
-1470066285228096714,-0.00930103939027,0.0100180618465,0.228417932987,-0.564230735981,0.0233515310395,0.726392701763,-0.391729530923
-1470066285302426602,-0.00928731262684,0.010050679557,0.227997437119,-0.547206378379,0.0225581812418,0.727503691257,-0.413273138648
-1470066285377737870,-0.00919780973345,0.0100478930399,0.227721780539,-0.56817418793,0.025104321561,0.727201616018,-0.384350978754
-1470066285453155136,-0.00913540180773,0.0100437328219,0.227298408747,-0.582558324052,0.0263210763817,0.72658313727,-0.363331728108
-1470066285531582834,-0.00917850993574,0.0100577631965,0.226968333125,-0.577871427532,0.0250799014967,0.726339431042,-0.371303976139
-1470066285608006539,-0.00921856425703,0.0100755477324,0.226191863418,-0.569341624612,0.0242278994339,0.726565553852,-0.383882298795
-1470066285681375685,-0.00915573071688,0.0100962715223,0.225886836648,-0.572023778652,0.0254454461604,0.727012568496,-0.378938057173
-1470066285758022593,-0.00912586692721,0.0100991409272,0.225634679198,-0.578294191594,0.0256548568655,0.726660230513,-0.369976439355
-1470066285836316688,-0.00917719397694,0.0101138297468,0.225156635046,-0.554951202835,0.023501798443,0.727524367499,-0.402722140734
-1470066285910800092,-0.00918843410909,0.0101318983361,0.224392101169,-0.55987456433,0.0246770005841,0.727835019916,-0.395205897783
-1470066285992593602,-0.00913497619331,0.0101210167632,0.224168166518,-0.577061382516,0.0258732762067,0.72676436156,-0.371677679116
-1470066286069405533,-0.00911484565586,0.0101241208613,0.223839119077,-0.57735451094,0.0248047769836,0.726086634045,-0.372618694643
-1470066286145513251,-0.00909414049238,0.0101306373253,0.223469227552,-0.579380738084,0.0253684644493,0.726317836303,-0.368967209947
-1470066286218491925,-0.00902712997049,0.0100925117731,0.221333533525,-0.561839875038,0.0210302942024,0.725002639268,-0.397825155813
-1470066286295724097,-0.00901836156845,0.0100432774052,0.219610020518,-0.582005409546,0.0208534705725,0.723054554439,-0.371519780537
-1470066286373430195,-0.0091377357021,0.0100990599021,0.21844355762,-0.522835374227,0.0170473053395,0.725126849093,-0.447820961504
-1470066286446453817,-0.00909497775137,0.0101312790066,0.218869775534,-0.567262150083,0.0230728647925,0.725776546241,-0.388496719316
-1470066286525573319,-0.0090799825266,0.0101455086842,0.218738883734,-0.561535439532,0.0225515580072,0.725966528982,-0.396411372414
-1470066286601658185,-0.00909227039665,0.0101619977504,0.218464776874,-0.546357817107,0.0197399906992,0.725453049181,-0.41811642145
-1470066286674690319,-0.00897365435958,0.0101664410904,0.218090832233,-0.586513372739,0.0235481229251,0.724429281577,-0.361455067055
-1470066286747462393,-0.00898529216647,0.0102002881467,0.217592939734,-0.578481450949,0.0234416725148,0.725116716605,-0.372847752035
-1470066286826261525,-0.00910827331245,0.0102306576446,0.217023923993,-0.547848237148,0.0198378840559,0.725391760385,-0.416263812234
-1470066286900759678,-0.00897529255599,0.0102265123278,0.216619193554,-0.579080655672,0.0231704408895,0.724738107813,-0.372670632034
-1470066286973925378,-0.00895481929183,0.0102327084169,0.2163374722,-0.583652992011,0.0230579631205,0.7242686353,-0.366404775043
-1470066287047369994,-0.00903151556849,0.0102718304843,0.215909257531,-0.547051172664,0.0195073579255,0.725120424189,-0.417797615955
-1470066287124156292,-0.00905743520707,0.0102906757966,0.215305656195,-0.550125145015,0.021239080282,0.726138756892,-0.411866157908
-1470066287201020635,-0.00895439833403,0.0103062912822,0.21494166553,-0.574956649865,0.0234292321706,0.725389503273,-0.377737991732
-1470066287276089165,-0.00893211178482,0.0103170806542,0.214680284262,-0.576251629665,0.0222303705142,0.724512584927,-0.377520044789
-1470066287348155696,-0.00888000056148,0.0101665286347,0.214396938682,-0.592808962926,0.0229212860476,0.72336854318,-0.35325642083
-1470066287419730681,-0.00884843431413,0.0101259695366,0.214004397392,-0.573594500778,0.0224827915781,0.72487908858,-0.380833532792
-1470066287495052225,-0.0087717724964,0.0100379567593,0.213455423713,-0.571624086999,0.0226881976527,0.725381067505,-0.382823008393
-1470066287571267631,-0.00877982284874,0.00998756941408,0.213225275278,-0.575571677823,0.0233677965794,0.725443507459,-0.376700022905
-1470066287649291948,-0.0087430011481,0.00991147011518,0.21388220787,-0.582497417055,0.0234049133878,0.724932178269,-0.366909125075
-1470066287726922203,-0.00874185562134,0.00989283621311,0.214250594378,-0.562343774007,0.0249052871624,0.72789948846,-0.391550177125
-1470066287805554545,-0.00869575794786,0.00982562080026,0.214111804962,-0.557987930058,0.0250656348986,0.728507055805,-0.396608942788
-1470066287877028893,-0.00866279471666,0.00963284354657,0.213755726814,-0.546769621577,0.023301453334,0.728337261859,-0.412340704008
-1470066287948670161,-0.00860811024904,0.00948218349367,0.213442444801,-0.553988196283,0.0227063278906,0.726932579445,-0.405154940726
-1470066288030661339,-0.0085003580898,0.00938119832426,0.213187769055,-0.564234674968,0.0254160471178,0.727977204635,-0.388641796061
-1470066288102974137,-0.00843896809965,0.00922986865044,0.212713390589,-0.56000950364,0.0247865364089,0.727996852028,-0.394709471488
-1470066288175420247,-0.00841104518622,0.00915743131191,0.212374597788,-0.560980708703,0.0248547939814,0.727911511492,-0.393481530847
-1470066288250794566,-0.0084140682593,0.00908231176436,0.211928039789,-0.562295570484,0.024943552963,0.72786131875,-0.391687900309
-1470066288327334593,-0.00841271039099,0.00898443814367,0.211377844214,-0.556184315678,0.0252505139635,0.728525029535,-0.39908983936
-1470066288403309798,-0.00835982523859,0.00891039147973,0.211168780923,-0.550915411421,0.0252156404061,0.729310872857,-0.404922253859
-1470066288476848101,-0.00830921437591,0.00877235922962,0.210734680295,-0.553436574807,0.0248432355778,0.728643666566,-0.402702344773
-1470066288548786771,-0.00840417481959,0.00872618146241,0.209789916873,-0.542325288486,0.0226953989997,0.728251025813,-0.418352296199
-1470066288625349476,-0.00834864191711,0.00870398711413,0.209464088082,-0.550675098312,0.0239147972434,0.728372156403,-0.407012309825
-1470066288701055891,-0.00827375147492,0.00868189893663,0.209063157439,-0.555089148536,0.0246715144042,0.728400768185,-0.40087363902
-1470066288774556536,-0.00830243807286,0.00870460364968,0.208452105522,-0.542621643647,0.023243136661,0.728523937128,-0.417461832359
-1470066288847382973,-0.00835139863193,0.00868992041796,0.207996279001,-0.545926206626,0.0227000701944,0.72789334483,-0.414271121713
-1470066288924413594,-0.00830695684999,0.00869278796017,0.207791879773,-0.55386645334,0.0235549493901,0.727688631047,-0.403913818121
-1470066289000645269,-0.00823308806866,0.00867597945035,0.207256242633,-0.56565919364,0.0247931240979,0.72743504637,-0.387625116524
-1470066289076224026,-0.00829587876797,0.00870009232312,0.206775799394,-0.542458514471,0.0225764491555,0.728088048224,-0.418469662048
-1470066289148440752,-0.00832011085004,0.00869291182607,0.206267476082,-0.538892778127,0.0228826466173,0.728731030616,-0.421926585064
-1470066289226196305,-0.00825532246381,0.00869341939688,0.206036046147,-0.555081871768,0.024137436429,0.727956450949,-0.401722423222
-1470066289301435769,-0.00819315668195,0.00867479573935,0.205553233624,-0.578065809488,0.0255521000266,0.72660944337,-0.37043990996
-1470066289375053878,-0.00832375697792,0.00869084242731,0.204971849918,-0.550111399928,0.0223809868279,0.72725639932,-0.409847128507
-1470066289447301260,-0.00826772674918,0.00869889929891,0.20464463532,-0.549908767323,0.0235420385199,0.7281269373,-0.408506160567
-1470066289521986264,-0.0082540679723,0.00866975169629,0.204417452216,-0.54603913518,0.0229066178944,0.727804575802,-0.414266881552
-1470066289590591830,-0.00828352756798,0.00870424602181,0.203732654452,-0.541007534253,0.0215179637363,0.727322136704,-0.42172305436
-1470066289662847654,-0.00827975198627,0.00869950745255,0.203347831964,-0.551207261653,0.0228990682907,0.727412670799,-0.408064938133
-1470066289735574637,-0.00822318438441,0.00865160766989,0.203027009964,-0.564429386256,0.0239785194536,0.726908823603,-0.390445976678
-1470066289813586198,-0.0082056960091,0.00864240434021,0.202726364136,-0.550912177259,0.0235935480899,0.727868420949,-0.407610940998
-1470066289892436793,-0.00819433107972,0.00863299425691,0.202312216163,-0.554293479764,0.0243798887852,0.728078533538,-0.402574227087
-1470066289965795166,-0.00825352966785,0.00864455290139,0.20183108747,-0.53940832741,0.0218119214516,0.7278341283,-0.42287158581
-1470066290037419401,-0.00819406379014,0.0086580934003,0.201474204659,-0.548900949775,0.0227020542431,0.727551692843,-0.410926877085
-1470066290109898895,-0.00813625566661,0.00865116436034,0.201319828629,-0.559345770923,0.0238017033967,0.727312750618,-0.396965930847
-1470066290183694837,-0.00806321296841,0.00867626350373,0.201139092445,-0.564782747031,0.0255873305889,0.727995912644,-0.387798515137
-1470066290260085290,-0.00805560592562,0.00869268923998,0.200935721397,-0.561837776954,0.0238320965861,0.727206586189,-0.39362536067
+1470131642482597868,-0.0356120727956,0.18434035778,1.35960888863,-0.174506749115,0.0244827229816,0.811085613473,-0.557752739487
+1470131642586351023,-0.0356428511441,0.184371188283,1.36029863358,-0.154167626282,0.0205785082391,0.811999401651,-0.562552966149
+1470131642663603255,-0.0355445593596,0.184144467115,1.35837483406,-0.167364490499,0.0230379286607,0.812232000044,-0.558334630188
+1470131642741031572,-0.0356428511441,0.184371188283,1.36029863358,-0.154167626282,0.0205785082391,0.811999401651,-0.562552966149
+1470131642818124416,-0.0355290547013,0.18412719667,1.35801637173,-0.177025096178,0.0249112285087,0.811781724066,-0.555924435953
+1470131642892028171,-0.0356272570789,0.184356078506,1.3599562645,-0.164676379102,0.0225993566108,0.811543534039,-0.56015002598
+1470131642967706041,-0.0356272570789,0.184356078506,1.3599562645,-0.164676379102,0.0225993566108,0.811543534039,-0.56015002598
+1470131643042693148,-0.0356272570789,0.184356078506,1.3599562645,-0.164676379102,0.0225993566108,0.811543534039,-0.56015002598
+1470131643128545676,-0.0352938361466,0.183534905314,1.35359370708,-0.180254761928,0.025634304182,0.81369171902,-0.552047905213
+1470131643203465630,-0.0345402099192,0.183951541781,1.34118199348,-0.0856954513459,0.0119689026306,0.820124841291,-0.565604349069
+1470131643276837927,-0.0341612547636,0.182433784008,1.3346670866,-0.116029468694,0.0193051398478,0.813232667008,-0.569927278941
+1470131643350130276,-0.034379824996,0.179478630424,1.33839070797,-0.147658047757,0.0246925212509,0.815574530292,-0.558950414497
+1470131643422594012,-0.0352061092854,0.169258773327,1.3111102581,-0.206059844937,0.0366427820137,0.823782150824,-0.526858249261
+1470131643493316484,-0.033941142261,0.158747017384,1.29039299488,-0.167839620412,0.0291004762083,0.820431801819,-0.545778968694
+1470131643570274384,-0.0328839384019,0.154883548617,1.27181684971,-0.123803229251,0.0169047648774,0.820207787318,-0.5582527877
+1470131643644154501,-0.032433193177,0.14769744873,1.26485466957,-0.0642002403152,0.0103959312275,0.821676278104,-0.566231708542
+1470131643727444599,-0.0318037420511,0.136564955115,1.25300097466,-0.113796334431,0.0136666402897,0.813207257149,-0.57057652785
+1470131643803427511,-0.0303092654794,0.132864937186,1.25923871994,-0.025440532394,0.00432087176791,0.809674456347,-0.586311678306
+1470131643877090093,-0.0300993211567,0.126870334148,1.25795102119,-0.185957090885,0.0313962580144,0.805662530703,-0.561553311765
+1470131643950079001,-0.0294272899628,0.119281552732,1.24446332455,-0.21660204539,0.0330558783147,0.807639858541,-0.547456593474
+1470131644022770155,-0.0294225160033,0.11032192409,1.21121346951,-0.132525415056,0.0181210925966,0.819721977229,-0.55692416038
+1470131644094171448,-0.0286899395287,0.101087801158,1.19980418682,-0.0893932327957,0.0167144472421,0.823896173629,-0.559396614454
+1470131644175728466,-0.0284844916314,0.0951236784458,1.19568014145,-0.16862260551,0.0311762450968,0.817599602033,-0.54965930303
+1470131644252059386,-0.0279453732073,0.0889065340161,1.18519723415,-0.194247874453,0.0313626765316,0.814928662798,-0.545137982846
+1470131644331049782,-0.0269916784018,0.0805771797895,1.17004215717,-0.0747276078901,0.0111981752991,0.80965981006,-0.582014928901
+1470131644408489057,-0.0268425680697,0.0763046219945,1.16732156277,-0.125453569625,0.0200986442251,0.810427162785,-0.57189619704
+1470131644483890230,-0.0262705367059,0.0708636716008,1.15575027466,-0.216035818793,0.0322014044777,0.804786882541,-0.55191454795
+1470131644558261054,-0.0254097767174,0.0662585645914,1.14147245884,-0.222621714892,0.0347007016504,0.803275262653,-0.551347699527
+1470131644635786145,-0.0253083892167,0.0610695593059,1.14082276821,-0.148154555711,0.0204830804733,0.792605158685,-0.591107209787
+1470131644708040887,-0.025394693017,0.0569437071681,1.11603236198,-0.16098706871,0.030618138973,0.806368623623,-0.568256399973
+1470131644780548332,-0.0252179484814,0.0537123866379,1.10497510433,-0.217816482391,0.0370689049162,0.810763529639,-0.542074141879
+1470131644856290850,-0.0245245210826,0.0489637590945,1.09029579163,-0.311092024462,0.05218008828,0.803064205833,-0.505556002846
+1470131644932131924,-0.024424077943,0.0470248349011,1.09006512165,-0.127110996814,0.0143451343897,0.791632756378,-0.597456768844
+1470131645005617326,-0.0243309494108,0.0446963347495,1.07473218441,-0.0170081785889,0.00574959174603,0.802433338312,-0.596471626837
+1470131645079178594,-0.0243744812906,0.0429147779942,1.06123650074,-0.169151571587,0.0246447422347,0.799155768353,-0.576307591845
+1470131645156137849,-0.0236252248287,0.0409102514386,1.04724097252,-0.230088644945,0.0334227370544,0.803229865752,-0.548419473468
+1470131645231099734,-0.023177601397,0.0391040705144,1.0388058424,-0.0850940809681,0.0102285940111,-0.566898283327,-0.8193172216
+1470131645308336468,-0.023141792044,0.0394967161119,1.03872942924,-0.0239048999263,0.00259238440014,0.792956386676,-0.608803748454
+1470131645379394186,-0.0231234524399,0.0386653766036,1.02843785286,-0.0429464945333,0.00956196334998,0.793174386455,-0.607403128191
+1470131645454876431,-0.0227511934936,0.0374918580055,1.00511348248,-0.195509398077,0.0261543822714,0.801236752044,-0.564899717407
+1470131645535846694,-0.0223377142102,0.0374036431313,0.998127698898,-0.24202087754,0.0363548831515,0.802862639689,-0.543613648741
+1470131645610985040,-0.0223276037723,0.0374981239438,0.983985126019,0.0581602684486,-0.0069649108169,0.802426836197,-0.593868710863
+1470131645687104169,-0.0223928131163,0.0375601314008,0.974368214607,-0.18722173121,0.028397520811,0.798012674668,-0.572116574873
+1470131645760463729,-0.0220040883869,0.0379668101668,0.966763794422,-0.297699622579,0.0397124615877,0.786762775095,-0.539260781845
+1470131645839578790,-0.0220880191773,0.038774959743,0.951565504074,-0.169243424306,0.0279540748124,0.805780552914,-0.56682707555
+1470131645915262654,-0.0218397006392,0.0393889471889,0.938401162624,-0.301463403016,0.0426023697488,0.793061752792,-0.52759635233
+1470131645994970089,-0.0218023527414,0.0413037128747,0.938744425774,-0.221694241202,0.0242304320359,0.784548096587,-0.578574829839
+1470131646073888786,-0.0219310484827,0.0428129658103,0.917710900307,-0.0779488909483,0.00782460715217,0.783550849466,-0.616369055213
+1470131646147157872,-0.021756535396,0.0443533137441,0.915330171585,-0.191188015879,0.0217122409355,0.78270617109,-0.591900980667
+1470131646218528522,-0.0218058321625,0.0454358197749,0.892886161804,-0.199496080704,0.0243311735304,0.792744326431,-0.575470017194
+1470131646292891229,-0.0212887059897,0.0480783842504,0.885191559792,-0.222228609564,0.0291679540052,0.793527295328,-0.565754458329
+1470131646364709107,-0.0210977159441,0.0490329563618,0.874492168427,-0.177382516127,0.0285639634376,0.791495132243,-0.584170350669
+1470131646435496192,-0.0213552173227,0.0501675829291,0.865683376789,-0.141626063819,0.0156083147683,0.782148761726,-0.606582025029
+1470131646514056863,-0.0209583006799,0.0512399636209,0.859470844269,-0.213655067403,0.0237120060701,0.785617811859,-0.580167136807
+1470131646590480907,-0.0209803767502,0.0522037036717,0.83962059021,-0.181000726551,0.0201668029694,0.790002789152,-0.58542944082
+1470131646662269255,-0.0207981076092,0.0526625625789,0.83643913269,-0.15265412212,0.0140998898708,0.773975186824,-0.614377996259
+1470131646735726389,-0.0209346245974,0.0531856231391,0.820596396923,-0.137355043466,0.0168284180953,0.790657849497,-0.596414756195
+1470131646808066318,-0.0206542350352,0.053541880101,0.815776348114,-0.209877333983,0.0217893588756,0.779883959089,-0.589285787098
+1470131646879101567,-0.020630389452,0.0532854571939,0.79755204916,-0.234134070083,0.0296664910118,0.790320613311,-0.565415302865
+1470131646953416584,-0.0200843960047,0.0542916841805,0.790344357491,-0.226158517821,0.027040561081,0.782740879499,-0.579169965066
+1470131647027909078,-0.0196287352592,0.0541468039155,0.777247488499,-0.195166406353,0.0233206291043,0.782720832961,-0.590520380459
+1470131647105580100,-0.0194534212351,0.0541731193662,0.765819609165,-0.260239954073,0.0329659866183,0.781546833195,-0.566014979972
+1470131647181483345,-0.0189753863961,0.0543173775077,0.757261395454,-0.323171109863,0.0421867899219,0.782573188975,-0.530433702176
+1470131647256022316,-0.0189333967865,0.0543597340584,0.74283438921,-0.170338158767,0.0195494029681,0.77992575366,-0.601929025126
+1470131647333482348,-0.0186567213386,0.0545035041869,0.734822392464,-0.197746203535,0.0229001750762,0.781573451904,-0.591197902777
+1470131647411712282,-0.0185533501208,0.0541499443352,0.722028851509,-0.248967988381,0.0281951452172,0.782207273196,-0.570413671213
+1470131647484058346,-0.0183431971818,0.0541053041816,0.71453332901,-0.157173522407,0.0191646369145,0.78032038091,-0.605003556752
+1470131647563812111,-0.0182558149099,0.0534295104444,0.697186350822,-0.218674195398,0.0273467583071,0.782589980936,-0.582225620199
+1470131647639406317,-0.0181465540081,0.0527155473828,0.687792241573,-0.330515572684,0.0374233339127,0.774481722403,-0.538086435395
+1470131647715782855,-0.0183170419186,0.0522700659931,0.677310407162,-0.246583421177,0.0260845756636,0.774835171302,-0.581503799323
+1470131647791447397,-0.0181944724172,0.052006226033,0.669754564762,-0.163761307723,0.0185115654386,0.781100666119,-0.602263485052
+1470131647871170605,-0.0181927755475,0.050688829273,0.65426492691,-0.183575607618,0.0213670848896,0.77921323481,-0.598890790268
+1470131647950636192,-0.0179142747074,0.0497843585908,0.646149933338,-0.300329871785,0.0276075667542,0.765914814255,-0.567815364072
+1470131648027866565,-0.0179645940661,0.0492753684521,0.635130941868,-0.292140302785,0.0311805486756,0.775861941959,-0.558318962504
+1470131648104740277,-0.0176591463387,0.0480071939528,0.620285630226,-0.284055607405,0.0301764108602,0.775172025439,-0.563480369761
+1470131648184004999,-0.0177198182791,0.0469842329621,0.609717845917,-0.24922024822,0.0225330779695,0.7704564719,-0.586326149154
+1470131648259163360,-0.0174540951848,0.0460037887096,0.598915994167,-0.245602747059,0.0274366602214,0.774591340727,-0.582181050176
+1470131648334819184,-0.017382659018,0.0447553321719,0.585354983807,-0.334235138652,0.0321165729479,0.767267130648,-0.546403283354
+1470131648413912464,-0.0172893293202,0.0441939681768,0.574583113194,-0.25458382552,0.0262178276183,0.774569428779,-0.578395972755
+1470131648493878766,-0.0170385912061,0.0434370189905,0.566160619259,-0.229478089493,0.0248939798538,0.777093203842,-0.585530741083
+1470131648577034178,-0.0167376417667,0.0416762679815,0.550267517567,-0.339461374754,0.0326076202197,0.767139045071,-0.54332347978
+1470131648653517026,-0.016624128446,0.0413013212383,0.541666984558,-0.217290662925,0.0218881464441,0.773202419934,-0.595368536839
+1470131648733795169,-0.0162170939147,0.0403048805892,0.53234732151,-0.257402112007,0.027720334168,0.771734197525,-0.580863206081
+1470131648809933389,-0.0159729793668,0.0388235896826,0.51770824194,-0.303697306459,0.028773958686,0.768466702007,-0.562493496192
+1470131648889596688,-0.0157800279558,0.0379526652396,0.5076790452,-0.29356886413,0.0275335610263,0.770119122608,-0.565664000997
+1470131648964031831,-0.0154913039878,0.0370603650808,0.498099535704,-0.295529550459,0.0300789950198,0.772650246735,-0.561042899504
+1470131649037232480,-0.015035581775,0.0356726199389,0.484712004662,-0.31701924475,0.0300721341976,0.767291258853,-0.556649431232
+1470131649109928913,-0.0148362470791,0.0348766222596,0.475357979536,-0.272314422773,0.0254363389356,0.769076714494,-0.577684044296
+1470131649187069715,-0.014833076857,0.033624637872,0.464666068554,-0.242385233917,0.0196163735222,0.762667745761,-0.599335053075
+1470131649264664647,-0.0145240407437,0.0328030176461,0.450543254614,-0.267619868892,0.0256149922797,0.770081510085,-0.578530851182
+1470131649338994343,-0.0143007449806,0.0316567122936,0.440255641937,-0.372373469226,0.0323660719932,0.760686351169,-0.530703977699
+1470131649411642582,-0.0140281394124,0.0311080664396,0.431872367859,-0.367481503037,0.0311543464886,0.759708015771,-0.535565572451
+1470131649484429942,-0.0139591274783,0.0306185837835,0.422258466482,-0.206543296651,0.0155297460288,0.762430358115,-0.613024177844
+1470131649556497879,-0.0135105308145,0.0296069681644,0.407284498215,-0.269207263073,0.0210393526239,0.760053143752,-0.591104063446
+1470131649629560281,-0.0131981931627,0.0290888771415,0.398386210203,-0.362524351322,0.0300652250401,0.75914560284,-0.539787116029
+1470131649699022157,-0.0130648473278,0.0286517068744,0.38866508007,-0.243053540043,0.0193415901186,0.763669288225,-0.597796033598
+1470131649776970755,-0.0127032622695,0.0277467686683,0.378827512264,-0.313939505737,0.024649874392,0.758263656609,-0.570850766397
+1470131649852113134,-0.0123330801725,0.0269563235343,0.36452665925,-0.35632507864,0.027702853668,0.756970970311,-0.547046561397
+1470131649924520982,-0.0121190948412,0.0266809873283,0.355132251978,-0.31595739463,0.0248946650068,0.758946102157,-0.568816309939
+1470131649995928681,-0.0118893561885,0.0264111775905,0.345818638802,-0.273552257037,0.020975952001,0.760443981235,-0.588603536781
+1470131650068232445,-0.01162646804,0.0260346587747,0.336219608784,-0.314904570496,0.0230875950247,0.757529355524,-0.571359212717
+1470131650141456170,-0.011466126889,0.025703612715,0.326590538025,-0.297036739194,0.0203116760178,0.756060012824,-0.582863507517
+1470131650213518408,-0.0111039914191,0.025286629796,0.312782555819,-0.310788769614,0.0218953434284,0.755841611767,-0.575877063738
+1470131650286052204,-0.0109501508996,0.0250127092004,0.303202152252,-0.302331538214,0.021876510849,0.756853752249,-0.579041843894
+1470131650360915421,-0.0108499079943,0.024630215019,0.29375860095,-0.345161641037,0.0247442170061,0.753775692664,-0.558635274961
+1470131650432405065,-0.0109014734626,0.0244945902377,0.286108881235,-0.354002944066,0.0262212511837,0.754647876882,-0.551816041354
+1470131650504887926,-0.0108085758984,0.0245969034731,0.282275646925,-0.33460842292,0.0239323368908,0.754532685063,-0.564043326114
+1470131650576649007,-0.0108158253133,0.0247295629233,0.280502170324,-0.358121668452,0.0263969418285,0.754413558391,-0.549465426541
+1470131650649807863,-0.0105761373416,0.0258511044085,0.281469762325,-0.353238237131,0.0249967699668,0.753445091842,-0.554002168677
+1470131650720007861,-0.0105452938005,0.0260436329991,0.28115734458,-0.364033153199,0.0266825842341,0.753596832546,-0.546680635332
+1470131650798192637,-0.0105819571763,0.0261324234307,0.280699253082,-0.340202253165,0.0244825656542,0.753853545959,-0.561576230057
+1470131650875410034,-0.010513510555,0.0260022263974,0.280730843544,-0.360158064293,0.0256950853128,0.75321428925,-0.549812846144
+1470131650948871585,-0.0105567062274,0.0260316412896,0.280502617359,-0.350183499236,0.0243587015228,0.752654946334,-0.557035638252
+1470131651022784737,-0.0105654066429,0.0261460188776,0.28027716279,-0.349244126232,0.0250475289581,0.753232374033,-0.556814288874
+1470131651101303837,-0.0105403289199,0.026151701808,0.280248582363,-0.364736868053,0.0261375865592,0.752526914688,-0.547710768858
+1470131651179416700,-0.0105423340574,0.0261209569871,0.280183345079,-0.370153588288,0.0264102671017,0.752212578585,-0.544486047101
+1470131651255462225,-0.0105535341427,0.0260939504951,0.280242919922,-0.377149643659,0.0265474934451,0.751398517044,-0.540789834838
+1470131651331606053,-0.0105867069215,0.0259995665401,0.280177175999,-0.375132849644,0.0258868348918,0.750890008478,-0.542926709663
+1470131651410690593,-0.0105933183804,0.0258802808821,0.280129343271,-0.377855076722,0.0259522298889,0.750233670094,-0.541942305985
+1470131651484932783,-0.010590040125,0.0257683359087,0.280116468668,-0.368648408704,0.0251393591981,0.750109633786,-0.548454100796
+1470131651557255490,-0.0105864377692,0.025571865961,0.280220448971,-0.380299200331,0.0255532962052,0.749949938117,-0.540642800376
+1470131651634983789,-0.0105760153383,0.0253412760794,0.280162334442,-0.384012215651,0.0261706228888,0.749288417437,-0.538903130649
+1470131651711051338,-0.0105935120955,0.02520878613,0.280252248049,-0.38667013955,0.0259181916065,0.749027846107,-0.537374856391
+1470131651789353172,-0.0105616282672,0.0249647181481,0.28022095561,-0.398977780612,0.0269222582402,0.74852611812,-0.528961787921
+1470131651861227943,-0.0105676483363,0.0246637091041,0.280241906643,-0.399685088267,0.0259886176848,0.747619484645,-0.52975610251
+1470131651930811569,-0.0105412714183,0.0243875496089,0.280153572559,-0.398939212739,0.027026610791,0.748239848896,-0.529390399773
+1470131652001558567,-0.0106000043452,0.0241922419518,0.280475497246,-0.394049653032,0.0245730003701,0.746586388406,-0.535471570903
+1470131652073108573,-0.010560377501,0.0238662958145,0.280286699533,-0.405571554716,0.0264793934676,0.746894453753,-0.526269161817
+1470131652144716634,-0.0104168616235,0.0232852064073,0.27615877986,-0.420762934189,0.0263963248466,0.744572995219,-0.517564336134
+1470131652219680179,-0.0104003408924,0.0229994598776,0.276219427586,-0.435201267177,0.0270264539349,0.744157615366,-0.506062122004
+1470131652290291530,-0.0104665830731,0.0228299256414,0.277111500502,-0.368421824967,0.0214261857797,0.744732728585,-0.556039063758
+1470131652369889733,-0.010411025025,0.0224206056446,0.276787161827,-0.438623844075,0.0270450162405,0.743439456946,-0.50415817395
+1470131652446095552,-0.0104040363804,0.0221706610173,0.276909738779,-0.426940647793,0.0268161145685,0.744518521886,-0.512537559433
+1470131652519589388,-0.0104286130518,0.0218700282276,0.276868343353,-0.420438904659,0.0254180652304,0.743663928882,-0.51918109585
+1470131652596571967,-0.010400489904,0.0214344765991,0.276857405901,-0.421233470412,0.0257889166995,0.743925227003,-0.518143369935
+1470131652671441884,-0.0103985518217,0.0211521722376,0.276903748512,-0.423800933079,0.0255511841352,0.743652238797,-0.516450630596
+1470131652748559417,-0.0104170544073,0.0208793785423,0.27685841918,-0.411370971225,0.0246353969855,0.743479564119,-0.526692660843
+1470131652828261663,-0.0103657580912,0.0206304304302,0.276921659708,-0.432885095892,0.0271535574016,0.74420666784,-0.507966154007
+1470131652902225636,-0.0104109896347,0.0202190764248,0.276918798685,-0.405911051359,0.0232042234509,0.743006327306,-0.531638392125
+1470131652974858445,-0.0103766182438,0.0199149996042,0.276832401752,-0.416308403105,0.0248613155506,0.743191188746,-0.523197940998
+1470131653046335510,-0.0103732394055,0.0197165980935,0.276910603046,-0.41102432057,0.0241603585238,0.743361701779,-0.527151463343
+1470131653122853598,-0.0104166520759,0.0193323325366,0.276961565018,-0.385139937582,0.0213658813278,0.743071816958,-0.546859216286
+1470131653199249963,-0.0103176133707,0.0190195925534,0.276827782393,-0.43003871081,0.0264760712115,0.743387776608,-0.511605647396
+1470131653273677814,-0.0104043986648,0.018806066364,0.276921272278,-0.387530525069,0.0213591558984,0.742682337892,-0.545698473134
+1470131653346256941,-0.0103251282126,0.0185164157301,0.276774287224,-0.423597323269,0.0255947247937,0.742877443945,-0.517729003494
+1470131653418738094,-0.0103941634297,0.018333453685,0.27692592144,-0.385296350654,0.0211954069938,0.742648275442,-0.547330810277
+1470131653490560670,-0.0103285992518,0.0180614776909,0.276802033186,-0.418524886128,0.0250110845512,0.742705485908,-0.522111028942
+1470131653566562501,-0.0103759784251,0.0178809892386,0.276947706938,-0.391490444591,0.0218068019903,0.742756796551,-0.542744909103
+1470131653641378494,-0.0103550832719,0.0177109241486,0.276838421822,-0.416668212481,0.0237157850775,0.742179690613,-0.524399150541
+1470131653716975519,-0.0103108230978,0.0175500083715,0.276714026928,-0.433552179837,0.0259976863781,0.742222386791,-0.510355323484
+1470131653789602186,-0.0103741195053,0.0173417907208,0.276842981577,-0.392527748363,0.0215089820469,0.742126160059,-0.542870235887
+1470131653862270780,-0.010402626358,0.017229527235,0.276749134064,-0.384688285187,0.0202414368582,0.741498995018,-0.549349112915
+1470131653934315608,-0.0103922728449,0.0171334724873,0.276715636253,-0.385979028305,0.0204063224251,0.741037821361,-0.549059850132
+1470131654009593312,-0.0103151956573,0.0170417521149,0.276732116938,-0.422929152998,0.0240139777562,0.74127579848,-0.520638503191
+1470131654089340195,-0.0103307049721,0.0169819649309,0.276784032583,-0.409222921661,0.0227885374147,0.74157907714,-0.531109927696
+1470131654163222768,-0.0103028388694,0.0169874019921,0.276724517345,-0.417735872992,0.0235984175469,0.741433304993,-0.524610817037
+1470131654236428265,-0.0103119118139,0.0169947128743,0.276709526777,-0.420009666366,0.0235073135533,0.741067062673,-0.523315292142
+1470131654309221740,-0.0103457989171,0.0170599687845,0.276656091213,-0.403270687835,0.0215049533276,0.740537937625,-0.537134854812
+1470131654388688829,-0.0103309350088,0.0170582048595,0.276685059071,-0.403336183009,0.0214021492421,0.740341850136,-0.537360043565
+1470131654463784346,-0.0103134289384,0.0170208271593,0.276672661304,-0.411898781719,0.0221569174526,0.740320010848,-0.53082459077
+1470131654535717247,-0.0103874569759,0.0170661266893,0.276600450277,-0.374207865703,0.018099213961,0.739317103766,-0.559509706599
+1470131654606647153,-0.0103478776291,0.0171550232917,0.276621133089,-0.40376499266,0.0206926079136,0.739385239242,-0.538381941257
+1470131654684115275,-0.0103280423209,0.0172237865627,0.276603102684,-0.41579669736,0.0218496669424,0.739721358348,-0.52862842387
+1470131654760162091,-0.0102857928723,0.0174220819026,0.276607096195,-0.438356371107,0.0236463421054,0.738924466751,-0.511150833758
+1470131654832859225,-0.0103553682566,0.0175469443202,0.276559442282,-0.400942281207,0.0196724548868,0.738238854711,-0.54209009865
+1470131654919923431,-0.01031288784,0.0177040267736,0.27664104104,-0.43089383377,0.0222106492722,0.738543001988,-0.518065078241
+1470131654993345328,-0.0102769490331,0.0178662203252,0.276648789644,-0.446227472224,0.0241875968153,0.73887958568,-0.504334175977
+1470131655064433930,-0.0103446180001,0.0180393457413,0.276628673077,-0.406046163779,0.0197858563614,0.737717815816,-0.538987436769
+1470131655136100003,-0.0103263212368,0.0181200187653,0.27670365572,-0.449215202726,0.0219515718405,0.736131319352,-0.505800860817
+1470131655209044297,-0.0102971205488,0.0182550810277,0.276702553034,-0.451731125981,0.0231383143125,0.73703298494,-0.502181229579
+1470131655282860171,-0.0103701185435,0.0184188801795,0.276661932468,-0.42470826605,0.0192061216196,0.735428668281,-0.527634994586
+1470131655361759360,-0.0103203635663,0.0185398831964,0.276721417904,-0.454212335813,0.0217463793244,0.735245739216,-0.502625061
+1470131655435752620,-0.0102753881365,0.0186174213886,0.276765376329,-0.484555607339,0.0239171505597,0.734435003135,-0.474593572939
+1470131655509032747,-0.0102544929832,0.0187308229506,0.276702165604,-0.495363444233,0.0250566178894,0.73430754071,-0.463443264784
+1470131655582093161,-0.0103322332725,0.0188369005919,0.276785850525,-0.462193006087,0.0200692622524,0.732710440357,-0.499109467381
+1470131655661176709,-0.0103141078725,0.0188666246831,0.276843965054,-0.468662225,0.0205449026927,0.732627108332,-0.493144143196
+1470131655735779098,-0.0102962395176,0.0188710000366,0.27687600255,-0.475708844221,0.0208320548132,0.732178623752,-0.487012919687
+1470131655809224593,-0.0102836349979,0.0188840478659,0.276904672384,-0.493700166392,0.0218082041913,0.731437963991,-0.46987557158
+1470131655891443058,-0.0102760158479,0.018865313381,0.27693271637,-0.495468100485,0.0215292147004,0.73106058898,-0.468613134212
+1470131655968776212,-0.0102716721594,0.0188491009176,0.277008146048,-0.504061175971,0.0216135872669,0.730431516493,-0.46035310734
+1470131656045139203,-0.0102871973068,0.0188040882349,0.277025401592,-0.502044231691,0.0207762245395,0.72985913928,-0.463492799004
+1470131656121602432,-0.010186418891,0.0187021270394,0.277059078217,-0.55256356944,0.0259283509759,0.729260505343,-0.402716199935
+1470131656205771906,-0.0101770143956,0.0185836683959,0.277043998241,-0.551782908352,0.0266519630536,0.729795119097,-0.402770876626
+1470131656277167476,-0.0102481581271,0.0183748882264,0.277269363403,-0.53625908727,0.0223611537308,0.728080882173,-0.426408723104
+1470131656348388533,-0.0102194305509,0.0182173531502,0.277178227901,-0.548004535205,0.0239059219351,0.728255833756,-0.410807712795
+1470131656419371588,-0.0102569675073,0.0180071201175,0.277180999517,-0.523232566347,0.0223459760422,0.729007751726,-0.440767554152
+1470131656496103638,-0.0101579185575,0.0176688954234,0.277186244726,-0.578432589651,0.0273624704561,0.72761463848,-0.367755315814
+1470131656574995081,-0.0102286096662,0.0174088161439,0.277267336845,-0.563711595848,0.0237468534408,0.72658932213,-0.392088358186
+1470131656648636146,-0.0101689379662,0.0171419791877,0.277228116989,-0.580564032864,0.0271970640997,0.727145483454,-0.365328850958
+1470131656735058168,-0.0102106155828,0.0167376305908,0.277307122946,-0.57398978091,0.0243626887196,0.726134837756,-0.377717339032
+1470131656805731112,-0.0102224964648,0.0163968410343,0.277329206467,-0.568778179522,0.023684079236,0.726192216376,-0.385454681857
+1470131656876764188,-0.0102315228432,0.0159433092922,0.277384012938,-0.564680879283,0.0232755197425,0.726211585938,-0.391421112362
+1470131656950043844,-0.0102335829288,0.0155172925442,0.277356952429,-0.547258022779,0.0230953511059,0.727509965647,-0.413164024505
+1470131657028752097,-0.010144572705,0.0147760864347,0.277249544859,-0.566607247671,0.0274446625642,0.728632481794,-0.383793855942
+1470131657102731432,-0.010165435262,0.0142662050202,0.277274876833,-0.560053038591,0.0261217985705,0.728314149348,-0.393975564551
+1470131657184068266,-0.0102064805105,0.0138267790899,0.277227163315,-0.53383484942,0.0239251156107,0.729302983222,-0.427276375489
+1470131657259914312,-0.0101419994608,0.0133117120713,0.27723094821,-0.56147994949,0.0269957001849,0.728794121907,-0.390986734258
+1470131657339496751,-0.010200643912,0.012644472532,0.277337670326,-0.537290774484,0.0237777111869,0.728980415012,-0.423486479872
+1470131657417129515,-0.0101725887507,0.0121535258368,0.277297526598,-0.550160101349,0.0248400883215,0.728640614851,-0.407172797822
+1470131657490208603,-0.0101817138493,0.0117253083736,0.277318775654,-0.541585906643,0.0245506833115,0.729085934626,-0.417750726636
+1470131657568475559,-0.0102253612131,0.0110890772194,0.277277946472,-0.522480779057,0.0214098402727,0.728734155636,-0.442156063698
+1470131657644674243,-0.0101482961327,0.0106880683452,0.277193427086,-0.557260396288,0.0257867666058,0.728651736317,-0.397319192288
+1470131657716452070,-0.0101753911003,0.01034099143,0.277283161879,-0.533245006761,0.0245129534712,0.729805195523,-0.42712206038
+1470131657800032822,-0.0101553956047,0.00978504307568,0.277282893658,-0.547133181436,0.0255345215043,0.729453841225,-0.409744265982
+1470131657872778827,-0.010266367346,0.00954274926335,0.277287989855,-0.490880413083,0.0185293635182,0.728858619943,-0.476925775015
+1470131657955357746,-0.0101302405819,0.00931292865425,0.277173548937,-0.555303927668,0.0266282468269,0.729406819797,-0.398615322861
+1470131658032029565,-0.010191809386,0.00897007808089,0.277289658785,-0.527055486514,0.0234822237937,0.72956556565,-0.435195570656
+1470131658108213772,-0.0102130854502,0.00870514847338,0.277238100767,-0.51703372943,0.0216597445053,0.729305551785,-0.44757165933
+1470131658182151511,-0.0102103641257,0.00853135064244,0.277318388224,-0.512571535897,0.0219856357999,0.729726682893,-0.451980110936
+1470131658255207429,-0.0101658180356,0.00828469637781,0.277257561684,-0.536618525791,0.0241483948477,0.729569532315,-0.423303331338
+1470131658333224680,-0.0100947739556,0.00790621805936,0.277106493711,-0.550937971735,0.0270202267468,0.730136731196,-0.403283538477
+1470131658409218963,-0.0100953243673,0.0074763330631,0.277120113373,-0.537211675083,0.0261484524997,0.730861629345,-0.420191805415
+1470131658481609885,-0.0102245165035,0.00731506384909,0.277418613434,-0.489806273811,0.019617755959,0.730319578865,-0.475750218616
+1470131658555051572,-0.0102565158159,0.00733092613518,0.278049260378,-0.515536085546,0.0246542969496,0.732241879362,-0.444338317333
+1470131658632771091,-0.0101675791666,0.00738455587998,0.279282271862,-0.526275425338,0.0276737249187,0.733445654959,-0.429331821388
+1470131658709405135,-0.0102086765692,0.00730014499277,0.278969794512,-0.510651911761,0.0260446135706,0.733728695349,-0.447435475505
+1470131658781634948,-0.0102676181123,0.00728859566152,0.278484046459,-0.525634394562,0.0269791514046,0.732998255143,-0.43092246008
+1470131658856628296,-0.0102397482842,0.00733196828514,0.278155356646,-0.52165613852,0.0269428327866,0.733468398173,-0.434940301407
+1470131658931068880,-0.0103416070342,0.0074173277244,0.277989298105,-0.471620030235,0.0184014485524,0.730743600576,-0.493203532012
+1470131659010963342,-0.0102937454358,0.00741561129689,0.277805149555,-0.483494396515,0.0198970910433,0.731092613745,-0.480979068604
+1470131659085248093,-0.0102810943499,0.00736090075225,0.277707576752,-0.487934056824,0.019797474308,0.730712439269,-0.477061576004
+1470131659160369106,-0.0101890917867,0.0073906686157,0.277443647385,-0.52344059226,0.0238586783323,0.73076760937,-0.437515040814
+1470131659235640634,-0.0101233739406,0.00745287723839,0.277230471373,-0.546243862441,0.0271896476229,0.730834199856,-0.40836226335
+1470131659314764200,-0.0100936135277,0.00747018260881,0.276977688074,-0.54410445881,0.028628714071,0.732145772568,-0.408770476362
+1470131659402703811,-0.0101251704618,0.00745885632932,0.276756614447,-0.543995027479,0.0280743967259,0.731762434425,-0.409640058943
+1470131659476715553,-0.0101740714163,0.00738609675318,0.276641219854,-0.517261678557,0.0263591870646,0.733292772204,-0.44048525445
+1470131659549879303,-0.0101416213438,0.007410984952,0.276613771915,-0.531150472746,0.0277890462874,0.732994001006,-0.42405982915
+1470131659628990277,-0.0102056199685,0.00752584356815,0.276368647814,-0.508500741672,0.0260316125012,0.734005120301,-0.44942834161
+1470131659704148288,-0.0102606471628,0.00753202848136,0.276186197996,-0.503358139937,0.0252569129578,0.733963353347,-0.455291628794
+1470131659780565539,-0.0103407511488,0.00769674172625,0.275996774435,-0.502787987384,0.0231855077122,0.732547063695,-0.45830281632
+1470131659859884244,-0.0103663606569,0.00799891166389,0.276046395302,-0.495640173108,0.022000646123,0.732039330902,-0.466878151539
+1470131659933877971,-0.0102911107242,0.00838163867593,0.275941967964,-0.529815677951,0.0267930298286,0.732558113963,-0.426539670625
+1470131660006806881,-0.0104585904628,0.00895587354898,0.275933116674,-0.446425304497,0.0161310910767,0.730891196104,-0.515986719658
+1470131660080612960,-0.0102795436978,0.00964550673962,0.275795549154,-0.543585763901,0.0268175686223,0.731112796739,-0.411423642663
+1470131660153031429,-0.0103405565023,0.0103973681107,0.275639206171,-0.513544016394,0.0223273894717,0.730653362869,-0.44935475321
+1470131660238682476,-0.0102703031152,0.0106300683692,0.275535970926,-0.537882135823,0.0262395735268,0.731177922363,-0.418775761707
+1470131660319428517,-0.0102610094473,0.0106657380238,0.275374025106,-0.535423218639,0.0254544031277,0.730851919563,-0.422527539901
+1470131660396416863,-0.0102499034256,0.0105980467051,0.275327295065,-0.537476993319,0.0262537649808,0.731147972165,-0.419346949763
+1470131660474979750,-0.0102314250544,0.0105237169191,0.275234609842,-0.541787113809,0.0263801006292,0.730827383188,-0.414321312007
+1470131660548368694,-0.0103099681437,0.0107072638348,0.275200128555,-0.513269745578,0.0211402501611,0.729632133059,-0.451380336861
+1470131660620986471,-0.0102441357449,0.0107942670584,0.275161772966,-0.542276192872,0.0251516343511,0.730063975798,-0.415103019955
+1470131660701522951,-0.0102954907343,0.0110274981707,0.275113403797,-0.533375815894,0.0225513240219,0.728893661263,-0.42862070339
+1470131660774926610,-0.0102864280343,0.0114272395149,0.274985581636,-0.55564631791,0.0239427954693,0.727981461779,-0.400907599384
+1470131660852900257,-0.0104063460603,0.0119635714218,0.274355441332,-0.51728399593,0.0203997495938,0.72880176884,-0.448161912155
+1470131660928612235,-0.0104075483978,0.012497747317,0.273713409901,-0.51159616612,0.0230029953054,0.731318941239,-0.450458467789
+1470131661004752743,-0.0104232374579,0.0127925239503,0.27354452014,-0.506089598055,0.0208074083761,0.730096863494,-0.458692642642
+1470131661076258802,-0.0103088757023,0.0129647199064,0.273276895285,-0.547489908801,0.0245053923287,0.728744897682,-0.410591231776
+1470131661152443071,-0.0103236660361,0.0131653537974,0.273019522429,-0.535959343498,0.0218565254222,0.727881264387,-0.427151892618
+1470131661229396879,-0.0102911144495,0.0134440949187,0.272670567036,-0.541233835445,0.0209077619998,0.726814038699,-0.422338908943
+1470131661304534411,-0.0102030914277,0.0135521870106,0.27238047123,-0.570042178959,0.0248967612349,0.726952373468,-0.382063230627
+1470131661378008836,-0.0101742604747,0.0136018833145,0.272218853235,-0.58268343285,0.0260376484655,0.726365201214,-0.363587200557
+1470131661457064515,-0.010226065293,0.0137469349429,0.272044718266,-0.585872313178,0.0226703023301,0.724225264987,-0.362956547811
+1470131661533224027,-0.0101564116776,0.0139685971662,0.272020280361,-0.601203912184,0.0268442279166,0.725037473488,-0.334893871907
+1470131661606528522,-0.0101546281949,0.0139295198023,0.272016257048,-0.599428107079,0.0266719456006,0.725131396667,-0.337874250763
+1470131661684426793,-0.010145444423,0.0135064534843,0.272033333778,-0.588323666551,0.0266683878659,0.726225485424,-0.354627416855
+1470131661759512750,-0.010149596259,0.0132262883708,0.272046983242,-0.572096051023,0.026011792034,0.727380192651,-0.378084052053
+1470131661835860939,-0.0101498691365,0.0130786662921,0.272091567516,-0.585319704058,0.0264798374437,0.726369826818,-0.359286149105
+1470131661912234518,-0.0101402634755,0.0127874827012,0.271914541721,-0.58703245817,0.0268907782822,0.726337351283,-0.356516242589
+1470131661987157535,-0.0101237380877,0.0125830005854,0.2719848454,-0.593223224874,0.0275555432943,0.726297882812,-0.346147776139
+1470131662070402215,-0.0101023949683,0.0122608030215,0.271815150976,-0.597494071976,0.0289211670774,0.726434394453,-0.33831563754
+1470131662144392148,-0.010139958933,0.0120221655816,0.271908283234,-0.589682667525,0.0264697566146,0.726045521531,-0.352748641769
+1470131662220249637,-0.0101599702612,0.0117166806012,0.271881788969,-0.575427768514,0.026171007735,0.72728606744,-0.373166099325
+1470131662296597194,-0.0102000050247,0.0114948460832,0.271752715111,-0.568680168178,0.024253014949,0.726729307678,-0.384550609087
+1470131662376559817,-0.0101815499365,0.0110720638186,0.271693736315,-0.568381390669,0.025499127803,0.727512341527,-0.383429500885
+1470131662455539175,-0.0101291462779,0.010766283609,0.271700084209,-0.591585151312,0.0283659776896,0.726876372079,-0.347668117275
+1470131662534901872,-0.0102546205744,0.0104834428057,0.271648734808,-0.546263038757,0.0212071429911,0.726505534668,-0.416337192274
+1470131662609037042,-0.0101735806093,0.0102003002539,0.271577864885,-0.557331471082,0.0263796824981,0.729204376956,-0.396165016529
+1470131662685285078,-0.0101363286376,0.00993812456727,0.271672934294,-0.578801445618,0.0274129184964,0.727567254713,-0.367264629824
+1470131662758482444,-0.0101535972208,0.00973970815539,0.271691262722,-0.565396109983,0.0268565298778,0.728725377689,-0.385441681103
+1470131662836204315,-0.0101334555075,0.00937370490283,0.271634548903,-0.579806160041,0.0280496532256,0.727989947833,-0.364785785887
+1470131662912416975,-0.0101650469005,0.00924362707883,0.271611601114,-0.56499609928,0.0265733590558,0.728529188537,-0.386417501979
+1470131662987757376,-0.0102581381798,0.00907061900944,0.271594554186,-0.541702113122,0.0211065570658,0.726990553972,-0.421423858275
+1470131663063188194,-0.0101336566731,0.00876987725496,0.271622061729,-0.574750561055,0.0268326799093,0.727611325441,-0.373528524943
+1470131663144695436,-0.0101977754384,0.00865760631859,0.271228611469,-0.543573859807,0.0242152334084,0.728948471041,-0.415421723039
+1470131663221394897,-0.0101738348603,0.00840761512518,0.270955115557,-0.552440640843,0.0271993769214,0.730284168128,-0.40094209809
+1470131663295553424,-0.010220117867,0.00830815918744,0.270560055971,-0.534438908388,0.0262740966533,0.731426591451,-0.422729069695
+1470131663375000861,-0.0101429754868,0.00807626452297,0.26997205615,-0.553448078504,0.0262996313748,0.729398724307,-0.401224444382
+1470131663451260167,-0.0101521685719,0.00787851586938,0.269684016705,-0.550683049461,0.0234806821439,0.727498266081,-0.40858672207
+1470131663524869673,-0.0101508675143,0.00780457770452,0.269540280104,-0.540539517474,0.0220952068656,0.727674716814,-0.421685117584
+1470131663605780268,-0.010140365921,0.0076223956421,0.269019931555,-0.54715316166,0.0214760549988,0.72669393057,-0.414823008064
+1470131663679320646,-0.0102441199124,0.00755687477067,0.268242806196,-0.523414754889,0.0209975566157,0.72854260792,-0.441386186265
+1470131663753845874,-0.0102518433705,0.00756306247786,0.267801135778,-0.504688067047,0.0209295320028,0.730254783646,-0.459978108863
+1470131663831365841,-0.0101866321638,0.00748763838783,0.267416238785,-0.520335246384,0.0219579600221,0.729624115152,-0.443190399209
+1470131663909224824,-0.0101205939427,0.00743137812242,0.26706802845,-0.535391484371,0.0237923350234,0.729641069061,-0.424751449199
+1470131663982284515,-0.010086460039,0.00736773433164,0.266806691885,-0.538369319698,0.0233517419224,0.728859888384,-0.422346344677
+1470131664061764867,-0.010009393096,0.00731054414064,0.266332358122,-0.57183675405,0.0258486225453,0.727323254335,-0.378596697204
+1470131664135435036,-0.0100468080491,0.00733005255461,0.26575216651,-0.550137171655,0.0260302465643,0.729540331022,-0.405515010869
+1470131664211921130,-0.0101026231423,0.00731522636488,0.26514929533,-0.539702634475,0.0261628254551,0.730801563835,-0.417091892995
+1470131664288286200,-0.0100712096319,0.00729449698702,0.264894366264,-0.539095160162,0.0259283531084,0.730747585864,-0.417985758788
+1470131664363472831,-0.0100473994389,0.00715181184933,0.264623999596,-0.540411790611,0.0257559065083,0.730360146038,-0.41697216565
+1470131664435058445,-0.0100478921086,0.00708434311673,0.264532476664,-0.534351700459,0.025077445577,0.730613900704,-0.42431439999
+1470131664507746459,-0.0100197121501,0.00706400256604,0.26437291503,-0.54248397501,0.0256541780758,0.730175403962,-0.414604485568
+1470131664580448735,-0.00998772028834,0.00705433543772,0.26424574852,-0.551817054976,0.0266714348257,0.729960439909,-0.402423071618
+1470131664654882436,-0.00996579136699,0.00711371097714,0.2640427351,-0.553060579047,0.0261785035539,0.72953451347,-0.401519707502
+1470131664732290588,-0.00999982189387,0.00723010115325,0.263591587543,-0.542109770199,0.0232322080508,0.728535153635,-0.418107392284
+1470131664805621019,-0.00995146296918,0.00730820884928,0.263023614883,-0.551956202226,0.0264940567641,0.729783982373,-0.402563976099
+1470131664883817556,-0.010057836771,0.00733548589051,0.262395113707,-0.540118813641,0.0240192040478,0.729087237295,-0.41967433255
+1470131664960862374,-0.0100288251415,0.0074197165668,0.261897474527,-0.529829307155,0.0220209384316,0.728561856174,-0.433582293548
+1470131665034806740,-0.00997151341289,0.00743865221739,0.261704772711,-0.543045641614,0.0239280531686,0.72871785265,-0.416532316424
+1470131665106938114,-0.00990315806121,0.00745016522706,0.261406928301,-0.556329156906,0.0261605388572,0.729047073183,-0.397874176678
+1470131665179195495,-0.00986211374402,0.00747024687007,0.261157989502,-0.559852741285,0.0265498708688,0.729014897452,-0.392934207885
+1470131665253448371,-0.00995359104127,0.00753477215767,0.260373353958,-0.524701909768,0.0221716963094,0.729174229548,-0.438749660662
+1470131665326146722,-0.00999451428652,0.00754019059241,0.259682536125,-0.527572290061,0.0227799124207,0.729473892895,-0.434760156792
+1470131665400366496,-0.00992256123573,0.00752672879025,0.259405523539,-0.546921956838,0.0250430793101,0.729321293295,-0.410292174498
+1470131665487005410,-0.00987833272666,0.00752877537161,0.259108245373,-0.546680232364,0.0252131586853,0.729353106314,-0.410547276791
+1470131665560158470,-0.00980025157332,0.00753124989569,0.258707851171,-0.561161231395,0.0267902240828,0.728935188872,-0.391195407306
+1470131665633439052,-0.00987158995122,0.00755948526785,0.258335798979,-0.534748757214,0.0224638857817,0.728439714927,-0.427685307452
+1470131665707895390,-0.00987894367427,0.00757656339556,0.257785052061,-0.531158387974,0.0227205076743,0.72904724971,-0.431097034444
+1470131665781323163,-0.00991492532194,0.0076013142243,0.257131904364,-0.524574276503,0.0239669033865,0.730766931542,-0.436150326995
+1470131665858073181,-0.00984835159034,0.0075839580968,0.256761521101,-0.53986052612,0.0252672955856,0.730189132294,-0.418014362423
+1470131665940701278,-0.00980244297534,0.0075691845268,0.256497323513,-0.551685458554,0.0253110179701,0.728919422945,-0.404572591809
+1470131666014841131,-0.00975730828941,0.00758981937543,0.25617685914,-0.558328540555,0.0255972349541,0.728505991679,-0.396097263877
+1470131666087994382,-0.00978070683777,0.00759219704196,0.255843609571,-0.544194409385,0.0223045189367,0.727596445014,-0.417083164887
+1470131666159311179,-0.00976097676903,0.00758686754853,0.255275011063,-0.552799702289,0.0247622843179,0.728502451503,-0.403835977322
+1470131666232717680,-0.00982644036412,0.00759354606271,0.254590034485,-0.540472708664,0.0248155022363,0.729824552493,-0.417887023746
+1470131666307555251,-0.00980184599757,0.00759290996939,0.254293888807,-0.538993687433,0.0252577379934,0.730178845619,-0.419149979111
+1470131666387351747,-0.00972662121058,0.00760893989354,0.253794759512,-0.550886424283,0.0261789045468,0.729670961898,-0.404251283065
+1470131666461780134,-0.00975822657347,0.00760730728507,0.253521025181,-0.536674172761,0.0225172816875,0.728420975679,-0.425295998697
+1470131666536816633,-0.00974385254085,0.00762461451814,0.253155559301,-0.538036907375,0.0234579563283,0.729025645241,-0.422477951103
+1470131666609945733,-0.00976969208568,0.00761271873489,0.252545058727,-0.534734752383,0.0243520524924,0.730053069921,-0.424839072158
+1470131666686212429,-0.00977787747979,0.00759007642046,0.252137899399,-0.544148407623,0.0250251446458,0.72951845068,-0.413617072586
+1470131666762541058,-0.00968460645527,0.00759791070595,0.251692056656,-0.562522472924,0.0275965263954,0.729328501829,-0.388441547219
+1470131666834998490,-0.00967526622117,0.00761261675507,0.251299351454,-0.552296208884,0.0251710056187,0.728892514066,-0.40379576653
+1470131666911828658,-0.00972366798669,0.00763661321253,0.25094345212,-0.516609743317,0.0221997645462,0.730015934371,-0.44687613399
+1470131666986842232,-0.00971780158579,0.00761864008382,0.250541180372,-0.524616786483,0.0233024286735,0.730119321669,-0.437218481179
+1470131667059201530,-0.00974967703223,0.00758763682097,0.249772191048,-0.526695931322,0.0238826777887,0.730472350217,-0.434086580304
+1470131667132309913,-0.00968699436635,0.00758632319048,0.24951043725,-0.544748035072,0.0257066479209,0.730026698661,-0.411885622205
+1470131667214549341,-0.00962056964636,0.00754662323743,0.249197825789,-0.572279959148,0.0271427501741,0.728012045347,-0.376506814413
+1470131667287700068,-0.00965587701648,0.00754855014384,0.248918399215,-0.557219784932,0.0238604769742,0.727378474083,-0.399821640684
+1470131667360077567,-0.00968482159078,0.00755715882406,0.248262673616,-0.526181875808,0.0224499508082,0.729222438553,-0.436879008869
+1470131667435615609,-0.00974274612963,0.0075505967252,0.247618257999,-0.520265715596,0.0229620072314,0.730356889986,-0.442012606889
+1470131667509671746,-0.00969076342881,0.00755762914196,0.24736045301,-0.529554534081,0.0245362469125,0.730738971656,-0.4301052468
+1470131667582393482,-0.00958852469921,0.00753068411723,0.24699011445,-0.552083014402,0.0271423958142,0.730311350987,-0.401388796777
+1470131667661658985,-0.00956667866558,0.00750294700265,0.24680365622,-0.560429849675,0.0276377483861,0.729752788613,-0.390660218053
+1470131667738064809,-0.00953071471304,0.00748797459528,0.246530085802,-0.570918467918,0.0280360294668,0.728783135719,-0.377016213357
+1470131667808981192,-0.00961168110371,0.00751262297854,0.246160954237,-0.547762031997,0.0240502236618,0.728452591271,-0.410773861528
+1470131667885327996,-0.00967151392251,0.00752297928557,0.245664536953,-0.533223022218,0.0226916109044,0.728849743031,-0.428878014656
+1470131667960564945,-0.00962654128671,0.00755824428052,0.24510216713,-0.549940354332,0.0253464154433,0.729240797508,-0.406363169038
+1470131668036294122,-0.00954348128289,0.00759842991829,0.244700744748,-0.56026999087,0.0279117845695,0.729908364685,-0.390579375769
+1470131668109507213,-0.00955287739635,0.00761005887762,0.24440254271,-0.547829894116,0.0254913510056,0.729595972374,-0.408561274758
+1470131668179761754,-0.00958811771125,0.00763127068058,0.244080588222,-0.525237945438,0.0227256971289,0.729656207434,-0.437276185397
+1470131668260465386,-0.00964044034481,0.0076275090687,0.243286639452,-0.527021194651,0.0240923712425,0.730631590585,-0.433411694438
+1470131668333955806,-0.00956133008003,0.0076147117652,0.242930471897,-0.562369961394,0.0274725312768,0.729286785015,-0.38874936881
+1470131668420546395,-0.00952179264277,0.00761330779642,0.242655426264,-0.571644986156,0.0272595793747,0.728138429178,-0.377217911942
+1470131668493229842,-0.00954132154584,0.00764381978661,0.242339774966,-0.547061953181,0.0239260918826,0.728509569346,-0.411612158323
+1470131668566445496,-0.00951368641108,0.00765399402007,0.241835072637,-0.52532195618,0.0235319394547,0.730368071334,-0.435942164234
+1470131668645227371,-0.00956117548048,0.00763643346727,0.241269052029,-0.517710819047,0.0236015009997,0.731150824342,-0.443663103104
+1470131668716396853,-0.00955449044704,0.00762540893629,0.240763768554,-0.539511554007,0.0258371344612,0.730596788339,-0.417717677918
+1470131668790716444,-0.00947633292526,0.00762002542615,0.240347221494,-0.559402493861,0.0267904245509,0.729228080105,-0.393163490421
+1470131668874229517,-0.00950373243541,0.00764351012185,0.240054130554,-0.535443028057,0.0234149864783,0.729215965925,-0.425436925001
+1470131668947266529,-0.00949552841485,0.00761508615687,0.239744707942,-0.537424514261,0.023106727086,0.728737545384,-0.423771826084
+1470131669023864767,-0.00949414074421,0.00761722447351,0.239157870412,-0.535492315545,0.0245605067846,0.730197260705,-0.423623325559
+1470131669101277815,-0.00946389231831,0.00762636261061,0.238520041108,-0.553257800014,0.0273720941778,0.730349826146,-0.399682006892
+1470131669175310314,-0.00944105628878,0.00761606823653,0.238214492798,-0.551241177097,0.0266338070714,0.730018581977,-0.403108763191
+1470131669249447224,-0.00943267624825,0.00760147487745,0.23791885376,-0.549398204772,0.0249577364993,0.728975776339,-0.407594211801
+1470131669322090288,-0.00946282688528,0.00760159362108,0.237426578999,-0.525977727368,0.0226606124266,0.729477335819,-0.436688382584
+1470131669395792108,-0.00947505887598,0.00757052749395,0.236734837294,-0.547779829673,0.0250569376557,0.729186726013,-0.409385059185
+1470131669470960714,-0.00944394618273,0.00756861781701,0.236441731453,-0.550877498295,0.0257160438538,0.729407396063,-0.404768473982
+1470131669542995682,-0.00938651058823,0.00758677627891,0.236126765609,-0.555187393904,0.0267667449429,0.729684338731,-0.398260297827
+1470131669616420189,-0.0093673588708,0.00761459534988,0.235636025667,-0.536523947298,0.0250778333177,0.730525734199,-0.421717094656
+1470131669687979242,-0.00943392887712,0.00760154612362,0.235273763537,-0.507178724189,0.0218988831461,0.730593432632,-0.456643643164
+1470131669760322173,-0.00944708194584,0.00757183972746,0.234684884548,-0.531274599049,0.024308398846,0.730307924093,-0.42872688061
+1470131669835538559,-0.0093752425164,0.00756070949137,0.23434625566,-0.56365212857,0.0274483271143,0.729240481292,-0.386976986063
+1470131669907747443,-0.00932982005179,0.00756763247773,0.234066978097,-0.564065212722,0.0274609571555,0.729200187293,-0.38644976191
+1470131669984462057,-0.00934134982526,0.00758264306933,0.233578905463,-0.539974842321,0.0246834074952,0.729648004,-0.41884566288
+1470131670064706633,-0.00937481503934,0.00760070281103,0.233161970973,-0.523785383151,0.0230199332783,0.730085189941,-0.438285946042
+1470131670136070125,-0.00939850416034,0.0075709358789,0.232560932636,-0.536913852048,0.024594759566,0.730114786804,-0.421960912136
+1470131670208163185,-0.00934962928295,0.00754184648395,0.232232436538,-0.55137692672,0.0258780262477,0.729474427746,-0.403956522045
+1470131670280638766,-0.00929309334606,0.00756333582103,0.231968954206,-0.556610147975,0.0270285032417,0.729732136214,-0.396163618421
+1470131670358413067,-0.00928734149784,0.0075738732703,0.231406614184,-0.528431775201,0.024491974604,0.730730839887,-0.431500222219
+1470131670432504597,-0.00933191087097,0.00756500894204,0.230976521969,-0.516981098825,0.0225358659764,0.730408423338,-0.445787183889
+1470131670517148901,-0.00933928601444,0.00755935581401,0.230418697,-0.539441151297,0.0251320211245,0.730349513744,-0.418283652054
+1470131670590403515,-0.00928732380271,0.00753227807581,0.230139121413,-0.547314983772,0.0259124761013,0.729936736626,-0.408616216815
+1470131670663991074,-0.00918895192444,0.00746119068936,0.226024135947,-0.547578677535,0.0231882315989,0.727899870492,-0.412045721204
+1470131670734853290,-0.0091968877241,0.00747256912291,0.225619226694,-0.526276108205,0.0198543949057,0.727294105962,-0.440093790422
+1470131670813132610,-0.00918453745544,0.00746591342613,0.225416749716,-0.521275930094,0.0192761944074,0.727115389108,-0.44632168215
+1470131670888382143,-0.00917129963636,0.00750055536628,0.225751653314,-0.541915512998,0.0223197626906,0.727797689029,-0.41969027724
+1470131670963999367,-0.00919479969889,0.00750540755689,0.225464627147,-0.513491244948,0.0196462252109,0.728092559068,-0.453676087784
+1470131671032794755,-0.00918682757765,0.00750842597336,0.225229993463,-0.494532836675,0.0195247708687,0.729458770341,-0.472171535721
+1470131671111833539,-0.00911543518305,0.00752721307799,0.224700137973,-0.52451258011,0.022984809449,0.729660639191,-0.438125100235
+1470131671189437689,-0.00912690721452,0.00748580601066,0.224128246307,-0.557742851592,0.0244774039042,0.7277553311,-0.398366597812
+1470131671262893706,-0.00915141683072,0.0075005418621,0.223776638508,-0.535893439939,0.0204571108982,0.726943982236,-0.428896461089
+1470131671334719976,-0.00912506412715,0.00752530852333,0.223422154784,-0.515581259712,0.0208463057905,0.728959511312,-0.449843780702
+1470131671411586079,-0.00910623278469,0.00755496369675,0.223178759217,-0.507827063103,0.0218343815129,0.73038931928,-0.456252535386
+1470131671485614787,-0.00907817296684,0.00754642253742,0.222776532173,-0.535055108765,0.0240051448339,0.729537997247,-0.425339974818
+1470131671560721151,-0.00909795146435,0.00745728518814,0.222206160426,-0.551268229114,0.0241484848663,0.728082888523,-0.406713040963
+1470131671634730255,-0.00907106883824,0.00743002351373,0.222160890698,-0.554736190459,0.0250571037005,0.728493433799,-0.401169811253
+1470131671709535110,-0.00914411526173,0.00729200989008,0.222206473351,-0.534017827397,0.0216162531252,0.72802173718,-0.429350728212
+1470131671783607736,-0.00915532000363,0.00729093048722,0.222233861685,-0.531787487792,0.0212376026291,0.727947680265,-0.432253637183
+1470131671857300268,-0.00906429160386,0.00740514090285,0.221953749657,-0.548703602101,0.0244803584925,0.728616597517,-0.409197901891
+1470131671941351702,-0.00906733982265,0.00737200025469,0.221919894218,-0.542276282584,0.0246165469405,0.729409782275,-0.416283351199
+1470131672016243340,-0.00904619786888,0.00738215493038,0.221931129694,-0.551725685491,0.0251565008776,0.728870697309,-0.404615156708
+1470131672090164904,-0.00910240784287,0.00762297771871,0.221819862723,-0.521735546157,0.0212579815938,0.728870864087,-0.442817548863
+1470131672165219665,-0.009092817083,0.00827624648809,0.221213117242,-0.522550773486,0.0215942766675,0.728830672303,-0.441905224516
+1470131672244003935,-0.00918871257454,0.0084259705618,0.220698714256,-0.524522831953,0.0197598313023,0.72722845263,-0.442294161743
+1470131672320495175,-0.00910474453121,0.0085329497233,0.220529451966,-0.548745158699,0.0226295462565,0.727388329506,-0.411427846091
+1470131672396758535,-0.00900127273053,0.00882264692336,0.220047309995,-0.560056180962,0.0243268080805,0.727504273259,-0.395579085601
+1470131672470728528,-0.00906380265951,0.00895317457616,0.21966701746,-0.514729652288,0.0198867144565,0.728251411566,-0.452004187144
+1470131672549331671,-0.00899689923972,0.0090401340276,0.219284057617,-0.542764114878,0.02324466775,0.72814374059,-0.417939581831
+1470131672619790249,-0.00907558109611,0.00907762814313,0.21873421967,-0.548665776981,0.0222161030999,0.72690215641,-0.412414312239
+1470131672691748112,-0.00902820564806,0.00913155358285,0.218376755714,-0.553253822114,0.022173345382,0.726533709696,-0.406899643337
+1470131672765141411,-0.0089874016121,0.00914294272661,0.218206062913,-0.554232063564,0.0231394687938,0.727164927923,-0.404379218432
+1470131672845060819,-0.00898251589388,0.00919415615499,0.218043878675,-0.542160903069,0.0231237326657,0.728160700716,-0.418698987465
+1470131672921693638,-0.00906266085804,0.00924618914723,0.217588528991,-0.509304123473,0.0189936096331,0.72788371844,-0.458730689006
+1470131673001073611,-0.00905568059534,0.00927816797048,0.217368960381,-0.53056114911,0.0211137843553,0.727829753918,-0.433961892886
+1470131673075479757,-0.00900115910918,0.00943511538208,0.217274621129,-0.555986639603,0.025084121189,0.728484013154,-0.399450480067
+1470131673149552889,-0.00908105727285,0.00953098852187,0.216977015138,-0.535691417331,0.0203070182042,0.726998025241,-0.429064332828
+1470131673224651411,-0.00896274298429,0.00960538350046,0.216718405485,-0.567151323305,0.0237100100305,0.726306680394,-0.387628453436
+1470131673298756833,-0.0088910292834,0.00959513150156,0.216343104839,-0.563861156337,0.0238167242023,0.726785626905,-0.391504805266
+1470131673375632541,-0.0088860206306,0.00962314754725,0.216032385826,-0.534346620962,0.0206503831139,0.727427552395,-0.429995821329
+1470131673449400602,-0.00885693263263,0.00957220233977,0.215725675225,-0.522046563931,0.0190088947776,0.727061012777,-0.445520292139
+1470131673527533113,-0.0087463920936,0.00947583280504,0.215296298265,-0.541616956924,0.0202866301117,0.726333335001,-0.422704874679
+1470131673603430202,-0.00870732869953,0.00941533129662,0.215003669262,-0.545727774548,0.0205899124999,0.726351645967,-0.417337439001
+1470131673675932695,-0.00868158601224,0.00935350544751,0.214676871896,-0.542049484317,0.0208351966689,0.726992344637,-0.420987389325
+1470131673748238039,-0.00862680375576,0.00930931326002,0.215344682336,-0.56687202674,0.0254026566651,0.727783052452,-0.385152747488
+1470131673819560085,-0.00859687849879,0.00921174697578,0.216232389212,-0.554209406853,0.0260815655132,0.729695221463,-0.399645554298
+1470131673893923535,-0.00869332719594,0.00905444938689,0.215682432055,-0.534332138478,0.0237333542521,0.729869259034,-0.425695617082
+1470131673965606757,-0.00868178065866,0.00891184061766,0.215490862727,-0.546732042839,0.0235554719006,0.728626189061,-0.411865378117
+1470131674044031982,-0.00856387708336,0.00876302737743,0.214342027903,-0.523879733471,0.0214547936504,0.728968238294,-0.440107968851
+1470131674115606151,-0.00860113743693,0.00846324209124,0.211192399263,-0.537645644166,0.0186768856678,0.725763078535,-0.428784665172
+1470131674191546133,-0.00857687927783,0.00837727077305,0.211672946811,-0.553674240681,0.0227591483613,0.727422937176,-0.404700786808
+1470131674265972166,-0.00864328444004,0.00826125685126,0.211326703429,-0.538679626861,0.0208073522875,0.727295713004,-0.424773185996
+1470131674342555324,-0.00869607646018,0.00818613823503,0.210724726319,-0.53014472385,0.0211309309701,0.728393737575,-0.433523492549
+1470131674419509965,-0.00867337826639,0.00803918205202,0.210402041674,-0.522724821669,0.0192424605363,0.727357726132,-0.444228800011
+1470131674490779906,-0.0085859131068,0.00793960317969,0.210002809763,-0.518909811462,0.0196761940207,0.728290706561,-0.447144385734
+1470131674566464962,-0.00849195290357,0.00782878138125,0.209844112396,-0.543419438672,0.0230835580268,0.728462513454,-0.416539109226
+1470131674643201134,-0.00850443728268,0.00783532019705,0.210489302874,-0.541955161716,0.0236938806209,0.729258128552,-0.417020124995
+1470131674715225747,-0.00846270658076,0.00783850066364,0.211497113109,-0.543871681093,0.0250867502325,0.730042848253,-0.413051678585
+1470131674786561627,-0.00831095594913,0.00763736991212,0.210677310824,-0.537622011152,0.0249454001452,0.730469501829,-0.420421939287
+1470131674861164946,-0.00830271281302,0.00763609539717,0.210437402129,-0.537863751419,0.0244482216386,0.729935421862,-0.421069055239
+1470131674934767791,-0.00833835918456,0.00756609532982,0.209298416972,-0.496926205505,0.019380062812,0.729488383925,-0.469612028345
+1470131675007774175,-0.00820242986083,0.00752273062244,0.206547752023,-0.506834049813,0.0187178233636,0.728057056713,-0.461196065907
+1470131675079907576,-0.0082235885784,0.00746550271288,0.206077590585,-0.540052681785,0.0213909544209,0.727417192449,-0.422788074685
+1470131675152645185,-0.00824758317322,0.00748120201752,0.206561475992,-0.516212719574,0.018762861283,0.727339992101,-0.45182841774
+1470131675225540991,-0.00822537019849,0.0074678612873,0.206210225821,-0.518561845632,0.0198419669088,0.727979169452,-0.448047137528
+1470131675295415396,-0.00822455901653,0.00745851825923,0.205783605576,-0.544237277571,0.0219076166322,0.727430699191,-0.41733729753
+1470131675370643251,-0.00817475281656,0.00746166612953,0.205501943827,-0.546118688597,0.0227538803212,0.727785379726,-0.414204152505
+1470131675446699258,-0.00822331663221,0.00751388352364,0.204937174916,-0.505620336648,0.0190499181933,0.728537555597,-0.461755569398
+1470131675520613150,-0.00824457779527,0.0074961851351,0.204443365335,-0.540666503008,0.0219752380298,0.727894791614,-0.421148422508
+1470131675594857567,-0.00817030481994,0.00754139618948,0.205388322473,-0.538463299831,0.0238343071888,0.72926590367,-0.421497855607
+1470131675670723106,-0.00822076015174,0.00756817823276,0.205965444446,-0.546134737238,0.0238898005774,0.728859841077,-0.41222500928
+1470131675742185374,-0.00825632270426,0.0075512281619,0.206049248576,-0.537866268938,0.0228602020759,0.728912173514,-0.422923552432
+1470131675816822298,-0.00821703020483,0.00756950071082,0.205957233906,-0.552176219159,0.0241299813509,0.728401629873,-0.404907684038
+1470131675890849539,-0.00820308085531,0.00764302816242,0.205850690603,-0.545101005859,0.0241121540734,0.728968123018,-0.413387195086
+1470131675964414372,-0.0082530612126,0.00762474210933,0.204128175974,-0.518314469917,0.0186416758358,0.727049601255,-0.449890515027
+1470131676035595591,-0.00815445091575,0.00767740793526,0.203256681561,-0.539916583005,0.0228048552702,0.72833851407,-0.421299217771
+1470131676110948589,-0.00817365664989,0.00765587389469,0.202880203724,-0.548954770718,0.0232066425811,0.727950066189,-0.410120485445
+1470131676195579176,-0.00820177793503,0.00757864722982,0.20222003758,-0.512617156421,0.0190404396041,0.72773635203,-0.455259172929
+1470131676268885634,-0.00822283327579,0.00745622487739,0.201318666339,-0.537090059735,0.0206117898306,0.726978391721,-0.427331065831
+1470131676341456013,-0.00817054510117,0.00746944732964,0.201028302312,-0.536609500606,0.0219982447255,0.727940661359,-0.426226130862
+1470131676419463777,-0.00814856681973,0.00749008310959,0.200851485133,-0.531039318966,0.0225920229356,0.728942721376,-0.431427109909
diff --git a/MobileRobot/docking_data/Pose2.txt b/MobileRobot/docking_data/Pose2.txt
index be7a724a..b88303a9 100644
--- a/MobileRobot/docking_data/Pose2.txt
+++ b/MobileRobot/docking_data/Pose2.txt
@@ -1,497 +1,506 @@
 %time,field.position.x,field.position.y,field.position.z,field.orientation.x,field.orientation.y,field.orientation.z,field.orientation.w
-1470074967815092875,-0.0362075269222,0.195074677467,1.37116539478,-0.113492264327,0.0148897439683,0.805743392361,-0.581098431532
-1470074967930168767,-0.0362075269222,0.195074677467,1.37116539478,-0.113492264327,0.0148897439683,0.805743392361,-0.581098431532
-1470074968019140982,-0.0362075269222,0.195074677467,1.37116539478,-0.113492264327,0.0148897439683,0.805743392361,-0.581098431532
-1470074968105510106,-0.0362075269222,0.195074677467,1.37116539478,-0.113492264327,0.0148897439683,0.805743392361,-0.581098431532
-1470074968184912318,-0.0362075269222,0.195074677467,1.37116539478,-0.113492264327,0.0148897439683,0.805743392361,-0.581098431532
-1470074968260704340,-0.0362202376127,0.195071667433,1.3713593483,-0.0990097446529,0.012365649291,0.806250801877,-0.583098452797
-1470074968337026862,-0.036194421351,0.195072993636,1.37093818188,-0.127223776623,0.0172757104396,0.805240370681,-0.578881340101
-1470074968411256286,-0.036194421351,0.195072993636,1.37093818188,-0.127223776623,0.0172757104396,0.805240370681,-0.578881340101
-1470074968490768465,-0.0352190025151,0.192717269063,1.35171556473,-0.224665354661,0.0335131682477,0.809520523856,-0.541367589928
-1470074968568621278,-0.0351836420596,0.19474697113,1.35172998905,-0.170088631708,0.0234093912144,0.813353218414,-0.555858255189
-1470074968642163960,-0.0343007966876,0.193660244346,1.33682858944,-0.039936344331,0.00409500736785,0.802721993652,-0.595000605229
-1470074968712776911,-0.0337767601013,0.192343264818,1.32716155052,-0.128919054316,0.0157991599421,0.806359089892,-0.576988112639
-1470074968786321068,-0.0343488156796,0.185658320785,1.30444681644,-0.0973935595396,0.0103806969608,0.799413986531,-0.592742788931
-1470074968856685474,-0.0336907021701,0.183188393712,1.28573489189,-0.175708518399,0.0239579923699,0.807340499712,-0.562808891799
-1470074968930527090,-0.03209169209,0.185457319021,1.29602217674,-0.211493033222,0.0326417215418,0.794744785916,-0.567966495643
-1470074969007912441,-0.0319995991886,0.180500864983,1.28162741661,-0.157186928576,0.0254951539319,0.803841236348,-0.573133085206
-1470074969081934599,-0.0312012545764,0.172759994864,1.24044764042,-0.254489952639,0.0437129007782,0.812969360358,-0.5219241951
-1470074969154785641,-0.0304991751909,0.170172572136,1.23225927353,-0.0854078816553,0.0141858956481,0.813813560579,-0.574640533494
-1470074969226848748,-0.0302896909416,0.16941793263,1.24417817593,-0.163770755396,0.0292988775995,0.80024245979,-0.576136026471
-1470074969298672099,-0.0302096568048,0.164133891463,1.22571587563,-0.151341231836,0.0199391600633,0.8002604104,-0.579897867722
-1470074969376007380,-0.0290327239782,0.157667845488,1.20407307148,-0.223479852721,0.0315358680239,0.802836867953,-0.551828966176
-1470074969459982043,-0.0285695493221,0.154360517859,1.19720935822,-0.199769268201,0.0345823440876,0.805902418104,-0.556253173882
-1470074969541715409,-0.0286251027137,0.151626378298,1.19856762886,-0.197028978795,0.0266171360971,0.78959461884,-0.580526870592
-1470074969612586564,-0.0282067265362,0.148147702217,1.18989992142,-0.240319959852,0.0352601244162,0.798225578661,-0.551215897896
-1470074969684630386,-0.0275112614036,0.143605530262,1.17686009407,-0.284290717616,0.0354357530141,0.789595811639,-0.542643114328
-1470074969759927091,-0.0270104240626,0.139106780291,1.16427671909,-0.101507985449,0.0148048681469,0.787826446451,-0.607294356175
-1470074969829270915,-0.0269467514008,0.135885730386,1.1564180851,0.0064013249704,-3.71487563976e-05,0.789909806849,-0.613189627035
-1470074969906763242,-0.0259382538497,0.128268703818,1.11742949486,-0.200183602566,0.0275695038848,0.800920770162,-0.563642056311
-1470074969985137412,-0.0256014782935,0.125641867518,1.11268138885,-0.181277579957,0.0291396434343,0.801476525325,-0.569143830274
-1470074970062343485,-0.0256408378482,0.123644344509,1.11331343651,-0.162292711113,0.0220729664785,0.788943661585,-0.592234547215
-1470074970139555433,-0.0255666803569,0.121244505048,1.11186885834,-0.168630784255,0.0173361062591,0.777789510107,-0.605232679214
-1470074970215410040,-0.0249867402017,0.118206910789,1.09878671169,-0.290090041099,0.0352471208378,0.783478373631,-0.548422325019
-1470074970289595169,-0.0245352387428,0.111810803413,1.06308698654,-0.231459896506,0.0340303341382,0.796551402882,-0.557471178838
-1470074970365486213,-0.0244204569608,0.110028497875,1.06203460693,-0.218269223928,0.0301657147167,0.788987144417,-0.57353976452
-1470074970441736467,-0.0245297569782,0.10867421329,1.06360352039,-0.10707761158,0.0105325306867,0.77591272746,-0.621597048144
-1470074970519505377,-0.0243546124548,0.106651216745,1.05909228325,-0.252199579607,0.027793809699,0.773771904001,-0.580430802738
-1470074970598634969,-0.0238804593682,0.100808292627,1.0209826231,-0.328248592658,0.0506746568279,0.795095748438,-0.507452156748
-1470074970670339007,-0.0236411988735,0.0996849909425,1.0192489624,-0.236901747453,0.0301338442502,0.790653131187,-0.563770467149
-1470074970741115072,-0.0233688782901,0.0981208235025,1.0155826807,-0.213777619816,0.0285442897892,0.785949536111,-0.579454639703
-1470074970813978387,-0.0236250609159,0.0947275236249,0.992967903614,-0.215254674126,0.0297830448763,0.790698332216,-0.572341281872
-1470074970890208287,-0.0232873912901,0.093364559114,0.986937046051,-0.230546846878,0.024819485011,0.782747377314,-0.57752808405
-1470074970965876446,-0.0226741526276,0.0916915312409,0.977401793003,-0.219735189889,0.0227799968155,0.77860867253,-0.587338108019
-1470074971042130100,-0.0225480794907,0.0908631011844,0.971098005772,-0.0152143749266,0.00296443027528,0.780292334163,-0.625222846828
-1470074971112447879,-0.0226189475507,0.0879082009196,0.951905369759,-0.267772713103,0.034460093616,0.782738157923,-0.560741698286
-1470074971184818810,-0.0224087741226,0.0866146087646,0.948152899742,-0.308774588989,0.0337944381132,0.774837341233,-0.550584492861
-1470074971254997931,-0.0221198610961,0.0846902281046,0.937861561775,-0.222759381398,0.021303775813,0.77259458768,-0.594156553631
-1470074971328765930,-0.0220216102898,0.0828920453787,0.918939948082,-0.187598820478,0.0227520948238,0.787654923741,-0.586420280894
-1470074971400499529,-0.0218923632056,0.0814335793257,0.9144718647,-0.170510399767,0.0182748322182,0.768866229541,-0.615984541324
-1470074971471959941,-0.0219630002975,0.0793031528592,0.895154833794,-0.177360678158,0.0165817795556,0.778444049305,-0.601907880436
-1470074971545940459,-0.0214323084801,0.0783985927701,0.88656938076,-0.29913492333,0.0356487617004,0.781874345996,-0.545820456292
-1470074971620764033,-0.0214055199176,0.0768261402845,0.872899711132,-0.169593663854,0.0203103384286,0.779425027788,-0.602762063663
-1470074971697753288,-0.0213453918695,0.0764165371656,0.865948677063,-0.222319143724,0.0256589553378,0.779214447267,-0.585440570439
-1470074971772058680,-0.0210093669593,0.0754289403558,0.859860897064,-0.33949722275,0.0346355715739,0.768056984674,-0.541876813696
-1470074971856683888,-0.0210874471813,0.0743357464671,0.846861600876,-0.105365354848,0.00990821060679,0.778437640204,-0.618736462215
-1470074971933664776,-0.0206000432372,0.0727600455284,0.835144281387,-0.33895361516,0.0310526424113,0.761197893209,-0.552018068132
-1470074972011645777,-0.0209566131234,0.071914717555,0.820720553398,-0.163729011486,0.0152549003424,0.771656376948,-0.614415604237
-1470074972086489981,-0.0206147674471,0.0717223361135,0.815660834312,-0.285962635945,0.0285300175027,0.772122774788,-0.566778466067
-1470074972171409016,-0.0203885119408,0.0706218332052,0.794334828854,-0.292431572743,0.0328331122651,0.778330626935,-0.554623473338
-1470074972242214298,-0.020242318511,0.0709217041731,0.792728602886,-0.149694984717,0.0122334640807,0.766363434426,-0.624602946104
-1470074972314942705,-0.0198308434337,0.0704629272223,0.780042171478,-0.14013211088,0.0122221885096,0.770342143497,-0.621921692467
-1470074972391852142,-0.0193718988448,0.0699236541986,0.764441609383,-0.341441939513,0.030745068289,0.761193120735,-0.550506290303
-1470074972465905757,-0.0187520124018,0.069702245295,0.754389166832,-0.37945119666,0.0373104735598,0.763915748977,-0.520631776192
-1470074972538658871,-0.0189850088209,0.0690375640988,0.742926239967,-0.134998194787,0.0100647823576,0.762152537191,-0.633085853273
-1470074972612370347,-0.0183970164508,0.0686662122607,0.731413543224,-0.242352952018,0.0200914269044,0.763425463163,-0.598366896986
-1470074972685064180,-0.0183157492429,0.0679985359311,0.719621121883,-0.230912115958,0.0204150675044,0.7649806659,-0.600888842069
-1470074972755890428,-0.0182968545705,0.0667533203959,0.705786585808,-0.306604662532,0.033824641345,0.771124560284,-0.556970723717
-1470074972828228291,-0.018240083009,0.0664293766022,0.701862990856,-0.281822763334,0.0195472068436,0.756342010729,-0.590034405418
-1470074972904948192,-0.0183182004839,0.0658611133695,0.689884483814,-0.310285055812,0.0239027477061,0.75917393025,-0.571670172758
-1470074972981130360,-0.0184370167553,0.0654792934656,0.678155303001,-0.329381588076,0.0248868171682,0.753493505417,-0.568450484266
-1470074973053391365,-0.0186112225056,0.0649720355868,0.667120814323,-0.288505322631,0.0222053200055,0.757544000347,-0.585148434259
-1470074973129418714,-0.0185753852129,0.0642983987927,0.653695821762,-0.30756865814,0.0269046075884,0.765265171049,-0.564842350219
-1470074973203507433,-0.0186802428216,0.0638026595116,0.642863035202,-0.270569803735,0.0239638695168,0.767677103599,-0.580421897309
-1470074973277418567,-0.0184336397797,0.0632269605994,0.628537476063,-0.301773343084,0.0278248721392,0.767338353933,-0.565111030221
-1470074973352554427,-0.0182421468198,0.0626468658447,0.620209693909,-0.27187551026,0.0248883446873,0.762365921358,-0.586738850914
-1470074973427216991,-0.0179482121021,0.0619335845113,0.611919105053,-0.398710250576,0.0309749798447,0.752833115322,-0.522793446003
-1470074973499070096,-0.017938612029,0.0613865740597,0.60127145052,-0.36779782002,0.031404136045,0.759423150452,-0.535737829899
-1470074973573128189,-0.0177309550345,0.0601609908044,0.588202536106,-0.36596533889,0.0242590345407,0.749569647115,-0.551022879831
-1470074973651890453,-0.0176427345723,0.059549279511,0.577948391438,-0.362091079469,0.0301052442541,0.75829573929,-0.54126822945
-1470074973728097188,-0.017432808876,0.0582937970757,0.566128015518,-0.39852678365,0.031661325399,0.75440523127,-0.520621465386
-1470074973803643313,-0.0172318089753,0.0576928630471,0.555105805397,-0.328742351612,0.0288508189612,0.763232983568,-0.555492132523
-1470074973875830497,-0.0169687587768,0.0567152313888,0.546461999416,-0.291230342802,0.0231093104197,0.757900698576,-0.583298704182
-1470074973958179160,-0.0166561380029,0.055452272296,0.53144723177,-0.339906496599,0.0215862763964,0.750145112547,-0.566815592908
-1470074974029611949,-0.0163819417357,0.0550355054438,0.521917641163,-0.300580803229,0.0224524899869,0.756640938919,-0.580208200542
-1470074974111981028,-0.0158238150179,0.0545661859214,0.514094114304,-0.371767432305,0.0299470495074,0.754142513032,-0.540519398858
-1470074974186803178,-0.0155493197963,0.0538236387074,0.505249500275,-0.409909753456,0.0284623634677,0.748034470706,-0.521160549661
-1470074974262388951,-0.0153749575838,0.052429985255,0.488850742579,-0.363169802514,0.0261840891012,0.753019356576,-0.548072930039
-1470074974337432737,-0.0151003999636,0.0514132343233,0.479323208332,-0.380015527282,0.0263893158173,0.750283267409,-0.540339542955
-1470074974409516460,-0.0149155044928,0.0504585616291,0.470711916685,-0.38774710092,0.0252208040155,0.74745616046,-0.538818508371
-1470074974481755200,-0.0146673824638,0.0485898070037,0.45543384552,-0.42853675256,0.0287425694575,0.746214947018,-0.508619080701
-1470074974558906770,-0.014447780326,0.0477534420788,0.447003245354,-0.407387812526,0.0226337724217,0.741401449192,-0.532772722357
-1470074974630853673,-0.0142469536513,0.0468276888132,0.436627209187,-0.32257270671,0.0192315778853,0.745994474201,-0.582296522194
-1470074974707911484,-0.0139609370381,0.0458359457552,0.425546884537,-0.418161295534,0.0278817685397,0.747133785158,-0.515901972254
-1470074974781958514,-0.0136265261099,0.0449568852782,0.411998271942,-0.398502572134,0.0241938939415,0.744616439631,-0.534936176874
-1470074974855771847,-0.0132376290858,0.04424020648,0.40334123373,-0.442228204166,0.0267802134675,0.74219611159,-0.50285382324
-1470074974934141057,-0.0131452977657,0.0433959551156,0.392992645502,-0.419813998823,0.0264373024064,0.745118311987,-0.51754804277
-1470074975009249730,-0.0130163999274,0.0426948592067,0.382626086473,-0.412087599242,0.0260541281239,0.746136410345,-0.522288665505
-1470074975083059038,-0.01247757487,0.041644744575,0.369503647089,-0.429653431654,0.0253241346115,0.74376266446,-0.511442778646
-1470074975156583940,-0.0122576309368,0.0406506583095,0.359646260738,-0.419032963476,0.0256617178822,0.744247917326,-0.519468853073
-1470074975229462352,-0.0120639530942,0.0400414429605,0.350112468004,-0.423628372627,0.0261543707009,0.744524607534,-0.515303851698
-1470074975305664406,-0.0118716815487,0.0393725223839,0.341039896011,-0.404431957987,0.0229167489196,0.743300299218,-0.532366677357
-1470074975383962939,-0.0115272738039,0.0382928177714,0.32641723752,-0.34740868368,0.0191675660602,0.744349631781,-0.569985470501
-1470074975455554685,-0.011376362294,0.0373945459723,0.316546261311,-0.41226413499,0.0217842746965,0.740591124743,-0.530177813879
-1470074975529551396,-0.0112049998716,0.0365376845002,0.306587070227,-0.397173528736,0.0219054196863,0.742210586175,-0.539348483291
-1470074975603869952,-0.0110032372177,0.0359972938895,0.297375917435,-0.34468372077,0.0182160537693,0.743161350519,-0.573212451989
-1470074975675983330,-0.0108683407307,0.0350376851857,0.284441381693,-0.435746330446,0.024004041814,0.741101064627,-0.510213831141
-1470074975752724632,-0.0107898311689,0.0346502326429,0.278601765633,-0.437450887597,0.0228468000086,0.7399256432,-0.510514238004
-1470074975826266127,-0.0107313841581,0.034504827112,0.274428337812,-0.398406823105,0.0215368185453,0.741338849055,-0.539652554549
-1470074975904196124,-0.010724849999,0.0346187129617,0.273297667503,-0.462304974411,0.0252173089266,0.739128386388,-0.489211024407
-1470074975977375448,-0.0104810548946,0.0357031151652,0.273761689663,-0.432695087252,0.0230653403996,0.739875240701,-0.514614010436
-1470074976051482594,-0.0104136168957,0.0350690670311,0.269176155329,-0.476145480995,0.0258001632432,0.737455949653,-0.478308012505
-1470074976123874458,-0.0104371001944,0.0342279784381,0.267357826233,-0.431298285727,0.0247639497967,0.740993446424,-0.514098480718
-1470074976196031136,-0.0104418862611,0.0337280146778,0.267383486032,-0.417188764243,0.0226856742803,0.740516159062,-0.526378868631
-1470074976269586923,-0.0104364817962,0.033758893609,0.267563283443,-0.415506073607,0.0229448739449,0.740648062701,-0.527511784487
-1470074976342403637,-0.0104085067287,0.0328451916575,0.267255961895,-0.445567551088,0.0258669538314,0.740495244889,-0.502461192943
-1470074976414706885,-0.0103713609278,0.0319314934313,0.267218440771,-0.434777010073,0.0251932949886,0.740825462503,-0.511382326158
-1470074976486535688,-0.0103810168803,0.0315320342779,0.267118960619,-0.434065034183,0.0238850184289,0.739178890436,-0.514423580261
-1470074976565778372,-0.0103462552652,0.0309270247817,0.267097264528,-0.446411494298,0.0249461876884,0.739703472039,-0.502924685149
-1470074976640723800,-0.0103257987648,0.0299795046449,0.267103672028,-0.448553788218,0.0247959015724,0.739171836772,-0.501806395
-1470074976712474505,-0.0103287193924,0.0291897207499,0.267002940178,-0.435443353637,0.0238314762883,0.739329684372,-0.513042653508
-1470074976784234101,-0.0103084137663,0.0284867528826,0.266969203949,-0.440252299201,0.0239850542047,0.739080052527,-0.509277239015
-1470074976860447969,-0.0102889034897,0.0281140133739,0.267109721899,-0.447341867841,0.0242055782006,0.738688609205,-0.50362533881
-1470074976932785220,-0.0102848317474,0.0274342671037,0.267032057047,-0.437453778485,0.0235452477705,0.738568457714,-0.512441651573
-1470074977006287626,-0.0102380895987,0.0267743058503,0.267036437988,-0.457973055901,0.0250379963946,0.738330538031,-0.494471228098
-1470074977083930964,-0.0102476673201,0.0261687338352,0.26710486412,-0.448788420154,0.0245346007734,0.738438187563,-0.502688820692
-1470074977166108908,-0.0102654052898,0.0258668530732,0.267091035843,-0.44555795162,0.0229215647468,0.737457060922,-0.507059953965
-1470074977240832364,-0.0102370763198,0.0253418423235,0.267109364271,-0.455315018795,0.024405980989,0.737826281993,-0.497699667824
-1470074977316995307,-0.0102096674964,0.0246808137745,0.267043799162,-0.458332335527,0.0246842009086,0.73779540337,-0.494954647622
-1470074977389644275,-0.0101968841627,0.0241687260568,0.267127424479,-0.464822170937,0.0246162204329,0.737193308421,-0.48977588458
-1470074977459293224,-0.0101779550314,0.0236791353673,0.267029553652,-0.469350345408,0.0252235055151,0.73734735991,-0.485173060741
-1470074977531564415,-0.0101708499715,0.0231609418988,0.267025709152,-0.474997312615,0.0251644624305,0.736689296521,-0.480659113334
-1470074977608518601,-0.0101912887767,0.0229098089039,0.267016410828,-0.453813450555,0.0238609201333,0.737401632188,-0.499722764573
-1470074977680277836,-0.0101757468656,0.0224534645677,0.267058193684,-0.467772411135,0.0233598115454,0.735629899904,-0.489379138249
-1470074977756183600,-0.0101742399856,0.0220771618187,0.267142087221,-0.475453898291,0.0229535074354,0.734664485239,-0.483409579162
-1470074977832446267,-0.0101478714496,0.0216919723898,0.267119795084,-0.478170669904,0.0241008917206,0.735272469432,-0.479735711779
-1470074977905417211,-0.0101373968646,0.0214954465628,0.267072468996,-0.477837072682,0.0239022248341,0.73532009116,-0.480004978261
-1470074977978137831,-0.0101654231548,0.021093538031,0.267093807459,-0.471124118403,0.0217858376358,0.734069144718,-0.488579505414
-1470074978050567420,-0.0100860837847,0.0207055993378,0.267079263926,-0.511122435741,0.0257827182831,0.73360553194,-0.447115231933
-1470074978126478726,-0.0100697176531,0.0204203743488,0.267138957977,-0.514110626482,0.0265761364011,0.73399630544,-0.442982388265
-1470074978200455409,-0.010146218352,0.0201166477054,0.26712974906,-0.475128175307,0.0215674149705,0.733552530561,-0.485477855878
-1470074978274243234,-0.0100595569238,0.0199740324169,0.267135858536,-0.516222932745,0.0269885031192,0.734172948503,-0.440199484431
-1470074978348635767,-0.0101197473705,0.0196519605815,0.26708856225,-0.493962685353,0.0227546338295,0.732779110603,-0.467458947055
-1470074978422927489,-0.010043060407,0.0193273276091,0.267006844282,-0.521518896599,0.0267266918997,0.73336138372,-0.435298524347
-1470074978496369368,-0.0100802229717,0.0190810710192,0.267086058855,-0.50735535021,0.0248185806218,0.733229313337,-0.452050175016
-1470074978574603243,-0.0100438287482,0.0189588684589,0.267031401396,-0.521019212723,0.026798658228,0.733405918226,-0.435817130229
-1470074978648999678,-0.0101093417034,0.0187048669904,0.267258167267,-0.506870132789,0.0244126694692,0.732873170232,-0.453192681329
-1470074978727711568,-0.0101829813793,0.0184698440135,0.268131643534,-0.521571193498,0.0273601913321,0.733896588182,-0.434293343143
-1470074978802986929,-0.0101549094543,0.0183377806097,0.269764602184,-0.502519172572,0.0258473823383,0.734730565338,-0.454947678731
-1470074978875713759,-0.010170917958,0.0180563032627,0.270019114017,-0.502170342821,0.0249666123342,0.73387495648,-0.456759415132
-1470074978946757040,-0.0101243350655,0.0179056711495,0.270074874163,-0.521484979999,0.0278376785163,0.734219380834,-0.433820677352
-1470074979022231352,-0.0101922769099,0.0175496675074,0.270040512085,-0.493006631774,0.0236030616507,0.733562513028,-0.467197384397
-1470074979092267789,-0.0101252477616,0.0172621328384,0.270015597343,-0.526040620987,0.0276046108957,0.73341276784,-0.429680069933
-1470074979168106459,-0.0102093350142,0.0170192830265,0.270086407661,-0.490922159819,0.0224214636108,0.732761065085,-0.470695158742
-1470074979245584798,-0.0101648708805,0.0166456755251,0.270034104586,-0.505400804101,0.0250096309156,0.73345346133,-0.453861835406
-1470074979321487486,-0.0101948678493,0.0165474656969,0.270032763481,-0.491569498561,0.022645096091,0.733116980222,-0.469453001927
-1470074979401323206,-0.0101568251848,0.0162071380764,0.269970953465,-0.501854334188,0.0251435905905,0.733918908375,-0.457026326416
-1470074979474277335,-0.0101045435295,0.0159386638552,0.269954115152,-0.532626697368,0.0280020160272,0.733025225539,-0.422135886974
-1470074979547367226,-0.0101785492152,0.0156488586217,0.270010143518,-0.496393096445,0.023361964298,0.733101654248,-0.464338321663
-1470074979619014394,-0.0100893229246,0.0153846163303,0.269855678082,-0.527428569388,0.0284129193594,0.733955579679,-0.426990652433
-1470074979690304148,-0.0101693207398,0.0152297765017,0.270013868809,-0.495669315841,0.0235704084302,0.733176467151,-0.464982400952
-1470074979763361537,-0.0101508572698,0.0150571353734,0.269892811775,-0.510007731784,0.0244312339187,0.732724343887,-0.449900282513
-1470074979834288204,-0.0101158590987,0.0148312225938,0.269913911819,-0.529479244893,0.0267132436236,0.732111934167,-0.427726837704
-1470074979905823622,-0.010153834708,0.0147094959393,0.269965440035,-0.509003012528,0.0241747223237,0.732498685235,-0.451416871822
-1470074979983464099,-0.0101692099124,0.0146673191339,0.269971728325,-0.50017738082,0.0233598222054,0.732936252354,-0.460522916268
-1470074980053934858,-0.0101277111098,0.0144485905766,0.26987439394,-0.513412436456,0.0259416207521,0.733442530296,-0.44474347343
-1470074980125851171,-0.010132019408,0.0143917687237,0.269906550646,-0.507888870104,0.0257896151021,0.733901805511,-0.450302044461
-1470074980199709519,-0.0101387239993,0.0142547003925,0.269915372133,-0.513245257529,0.0252179272097,0.733083182888,-0.445569757433
-1470074980275170145,-0.0101633938029,0.0141999544576,0.269993185997,-0.515725193589,0.0239453536844,0.731695660899,-0.44505685542
-1470074980348249093,-0.0101606985554,0.0141199827194,0.269940674305,-0.517440372024,0.0241335670138,0.731695934642,-0.443050890498
-1470074980422409306,-0.0101145189255,0.013858569786,0.269872009754,-0.523698272711,0.0266728931995,0.732921991512,-0.433421308066
-1470074980494395084,-0.0101271308959,0.0138247543946,0.269897431135,-0.516378974664,0.0259137754984,0.73314027312,-0.441799242523
-1470074980565891091,-0.010143966414,0.0137735269964,0.269943803549,-0.512755757561,0.0248299829185,0.732708304535,-0.446770126019
-1470074980637513297,-0.0101613579318,0.0136298974976,0.269921451807,-0.513577731084,0.0238037436453,0.731876698604,-0.447244669016
-1470074980709720046,-0.0100996373221,0.0134843317792,0.269842475653,-0.530569700511,0.0276988455372,0.732997009369,-0.424786947906
-1470074980783495577,-0.0101418858394,0.0134083246812,0.26997795701,-0.522124715979,0.0257430880585,0.732231900382,-0.436531234214
-1470074980856556181,-0.0101387007162,0.013371694833,0.269960612059,-0.521222943573,0.0254355517699,0.732142054033,-0.437775842773
-1470074980929205354,-0.0101512568071,0.0133481454104,0.269936263561,-0.506690360157,0.0245124665168,0.733010301512,-0.453166543101
-1470074981003998356,-0.0101379752159,0.0132900197059,0.269900470972,-0.514991753966,0.0247866814468,0.732407050407,-0.444689809062
-1470074981083554811,-0.010167225264,0.0132267409936,0.26995703578,-0.514445984014,0.0237086742101,0.731603941445,-0.446697773848
-1470074981155422472,-0.0101651838049,0.0132164694369,0.269902229309,-0.506170359522,0.0232271110492,0.732062065426,-0.455342948577
-1470074981228951182,-0.0101279411465,0.0130970515311,0.269840538502,-0.526010084982,0.0253848046792,0.731672157645,-0.432810415674
-1470074981304271282,-0.0101373260841,0.0130222141743,0.269872963428,-0.523783158846,0.0257109233117,0.731939713539,-0.435033799465
-1470074981391302288,-0.0100874034688,0.0129925496876,0.26976314187,-0.527676982711,0.027552665321,0.733145163034,-0.42813084737
-1470074981466988836,-0.0101271755993,0.0128868939355,0.269950151443,-0.530014251458,0.0259964853012,0.731635643417,-0.427923312388
-1470074981542249331,-0.0101385936141,0.012861629948,0.269968509674,-0.524333793556,0.0256400983384,0.732101594049,-0.434101271922
-1470074981615795358,-0.0101397735998,0.0128049114719,0.269964158535,-0.529401977809,0.0254569709834,0.731510312175,-0.42892674398
-1470074981696578964,-0.0101502751932,0.0127759547904,0.269947141409,-0.527325229756,0.0245271542122,0.730958031331,-0.432466041674
-1470074981768728813,-0.0101706935093,0.0127142565325,0.26997590065,-0.522537949559,0.0232503339829,0.730394135233,-0.439246992542
-1470074981845686346,-0.010167193599,0.0126636540517,0.269869714975,-0.517245696873,0.0228029023496,0.730473094431,-0.445360500071
-1470074981922189346,-0.0101921046153,0.0126167396083,0.26992842555,-0.515328575705,0.0216459785644,0.729547981556,-0.449141017144
-1470074981996011289,-0.0101916715503,0.0126500902697,0.269906371832,-0.509152450988,0.0218972754229,0.730458523826,-0.454658812685
-1470074982066522188,-0.0101338569075,0.0125395320356,0.26983499527,-0.533407709119,0.0254478492335,0.730772452576,-0.42520612105
-1470074982138401763,-0.0101302834228,0.0124138025567,0.269886136055,-0.539272768307,0.0264261718614,0.730987278338,-0.417305808383
-1470074982211818529,-0.0101640671492,0.0122384959832,0.269907206297,-0.527940961113,0.0239846064351,0.730392029122,-0.432701472182
-1470074982283352894,-0.0102064479142,0.0121610956267,0.269860059023,-0.510314896154,0.0217183320495,0.730182136232,-0.453807303537
-1470074982367219221,-0.0101644145325,0.0120650753379,0.26988145709,-0.53109112265,0.0237245428315,0.729487800286,-0.430379965546
-1470074982438604080,-0.0101378289983,0.0119120376185,0.269944995642,-0.531510475657,0.0255277946565,0.731204310262,-0.426831585782
-1470074982513052831,-0.0101437577978,0.0118531715125,0.269927442074,-0.525703651624,0.0247137704217,0.731195719214,-0.434025022807
-1470074982587416007,-0.0101541467011,0.0118016423658,0.269953638315,-0.527629649345,0.0241262697139,0.730517719862,-0.43286110614
-1470074982665357518,-0.0101583776996,0.0117785930634,0.269933909178,-0.527123370087,0.0238371136819,0.730406669968,-0.433680575062
-1470074982742389044,-0.0101941330358,0.0117220897228,0.269888192415,-0.505689099487,0.0215527012929,0.730384999619,-0.458641219319
-1470074982814457653,-0.0102273412049,0.0116516388953,0.269897758961,-0.504581657283,0.0204352282479,0.729398671088,-0.461473001589
-1470074982886349261,-0.0101278051734,0.0116006415337,0.269799083471,-0.541330493108,0.0262887100332,0.730491718746,-0.415514199276
-1470074982960173030,-0.0101092178375,0.0114705218002,0.269902467728,-0.54786666454,0.0273145862191,0.730759259167,-0.40630891746
-1470074983034255380,-0.0101464390755,0.0113411713392,0.269898116589,-0.531022947901,0.0247018954599,0.73056398786,-0.42857986981
-1470074983108816023,-0.0101540721953,0.0113119259477,0.269852310419,-0.524325633525,0.0241963214789,0.730874767741,-0.436255936276
-1470074983181714803,-0.0101751862094,0.0111755244434,0.26971796155,-0.514949915852,0.0225618240266,0.730379709307,-0.448177452013
-1470074983255735680,-0.0100949248299,0.0110421348363,0.269807547331,-0.551496945326,0.0278765066643,0.730699101665,-0.40143846664
-1470074983328096838,-0.0101142991334,0.0109419701621,0.2698341012,-0.531836727029,0.0259593850131,0.731606930652,-0.425707769642
-1470074983403758160,-0.0101319188252,0.0108710201457,0.269849866629,-0.537008217473,0.0254772801694,0.7305992185,-0.42094876706
-1470074983476208237,-0.0101965665817,0.0107625108212,0.269888967276,-0.516738414095,0.0219703118049,0.72970105849,-0.44725281669
-1470074983552327484,-0.0101707307622,0.0106458682567,0.269833147526,-0.526738541312,0.0231914949531,0.729739110881,-0.435303909596
-1470074983627884590,-0.0101267136633,0.0105868764222,0.26987144351,-0.536095507217,0.0263189145232,0.73131667687,-0.420814495963
-1470074983701230920,-0.010123629123,0.0105737457052,0.269845038652,-0.526358564866,0.0257327612948,0.731990316247,-0.431827121786
-1470074983781241960,-0.0101446947083,0.0105013754219,0.269928067923,-0.531708465463,0.025186744056,0.730893471983,-0.427137528544
-1470074983856840204,-0.0101316301152,0.0104438532144,0.269886463881,-0.534184284965,0.0257013019653,0.731073851182,-0.423695193377
-1470074983930556654,-0.0101968841627,0.0102836061269,0.269818067551,-0.510393584249,0.0221584106359,0.73025983389,-0.453572451767
-1470074984003282104,-0.0101403184235,0.00999163370579,0.269916862249,-0.534536395477,0.0254868658171,0.73081302464,-0.423714036347
-1470074984078194532,-0.0101862587035,0.00988362636417,0.269926637411,-0.520583411567,0.0229829251252,0.730078880081,-0.442096737846
-1470074984153969723,-0.010145355016,0.00935020577163,0.269608408213,-0.512126919038,0.0223064703525,0.730186846036,-0.451725148793
-1470074984226487974,-0.0100330840796,0.00871505960822,0.269196033478,-0.530920621634,0.0259079944065,0.731442295327,-0.427134917744
-1470074984299633687,-0.0100335804746,0.00831206794828,0.268780946732,-0.510111591397,0.0244704551878,0.732470659965,-0.450193395592
-1470074984371544913,-0.0100580975413,0.00812814943492,0.268198698759,-0.500442464557,0.0240412320608,0.732994272978,-0.460107329447
-1470074984446960705,-0.0100703993812,0.00804142188281,0.267825961113,-0.502750986321,0.0252586200888,0.734036961106,-0.455843380553
-1470074984524060077,-0.0100889708847,0.00790250487626,0.267268836498,-0.511863543118,0.0253441484068,0.73319414001,-0.446967269967
-1470074984601713999,-0.0100491847843,0.00778489839286,0.266961336136,-0.512375720779,0.025044878784,0.732780144963,-0.447076205977
-1470074984673692956,-0.010011411272,0.0075990059413,0.266815692186,-0.525339511417,0.0259844576636,0.732243485937,-0.43262302644
-1470074984746567971,-0.0100051509216,0.00746211409569,0.266584306955,-0.526012068473,0.0246082524358,0.730919507081,-0.434122577047
-1470074984817488751,-0.00998837593943,0.00744082173333,0.266403973103,-0.523261254032,0.0250428378495,0.731557993786,-0.436340942417
-1470074984893906025,-0.00993092637509,0.00718198204413,0.266335397959,-0.538513944569,0.0280234557836,0.732147782917,-0.416145457022
-1470074984968800354,-0.00999476388097,0.00666096992791,0.266353338957,-0.500855723197,0.0252280769877,0.733800776088,-0.458305039995
-1470074985044419390,-0.010000939481,0.00610120501369,0.26614266634,-0.496102131668,0.0253969481364,0.734599120446,-0.46217075007
-1470074985116906895,-0.0100443288684,0.00602697068825,0.266095548868,-0.468021997058,0.0225576931049,0.735042275732,-0.490060622411
-1470074985196092365,-0.0100197028369,0.00629303930327,0.266140013933,-0.485830284576,0.0235633574317,0.734194485515,-0.473679385465
-1470074985274295348,-0.0100510399789,0.00641136197373,0.266124457121,-0.473024061168,0.0210146595219,0.733023324143,-0.488347650658
-1470074985351814114,-0.0100539280102,0.00679599260911,0.266178309917,-0.474980668116,0.0199260014501,0.731855332535,-0.488245933545
-1470074985427946708,-0.00995159801096,0.00750117842108,0.266282320023,-0.534924476811,0.0263831158364,0.731442569073,-0.42207997282
-1470074985501256483,-0.00995616707951,0.00800389237702,0.266284048557,-0.526737350443,0.0257807321836,0.731893548248,-0.431526304562
-1470074985573340486,-0.00999070797116,0.00901867635548,0.266210287809,-0.513199927618,0.0218418464586,0.73014444003,-0.45059723116
-1470074985658701888,-0.0099044572562,0.00940468627959,0.266099512577,-0.556181934315,0.0280595132946,0.730236206282,-0.395764327208
-1470074985731402530,-0.00991018302739,0.00937160011381,0.265984863043,-0.551376637894,0.0266805981127,0.729799767101,-0.403316561536
-1470074985803108942,-0.00992944743484,0.00938584748656,0.265687644482,-0.529811965759,0.0260947106016,0.731640201736,-0.428159972698
-1470074985878122884,-0.00996982678771,0.00923702400178,0.265289485455,-0.519636436945,0.0260636485852,0.732860081668,-0.438423038081
-1470074985954704303,-0.0100236684084,0.00924835726619,0.265119463205,-0.535288387439,0.026653958661,0.731627730342,-0.421279922327
-1470074986027920142,-0.010105968453,0.00945508945733,0.264881044626,-0.505826800412,0.0226422880127,0.731553955977,-0.456569145117
-1470074986101457442,-0.0100730080158,0.0100095383823,0.264899194241,-0.52159636085,0.0247964460493,0.731812304821,-0.437919082849
-1470074986175891772,-0.0100553752854,0.0105135049671,0.264920324087,-0.526842356032,0.0251372840319,0.731518777555,-0.432071205851
-1470074986252586876,-0.0100847296417,0.0110483793542,0.264868944883,-0.517058165278,0.0234784400208,0.731279875873,-0.444217694061
-1470074986325555216,-0.0101072089747,0.0116402925923,0.264730870724,-0.49873298267,0.0204735739413,0.730502998113,-0.466059668407
-1470074986403903786,-0.0100776823238,0.0129458820447,0.264478355646,-0.505805698191,0.0207071339594,0.730009453893,-0.459149221395
-1470074986480666911,-0.0100509701297,0.0133696375415,0.264375239611,-0.521422379299,0.0217332868097,0.729498052652,-0.442130023621
-1470074986557854883,-0.0100231841207,0.0137320579961,0.264158725739,-0.519925605725,0.0211441959604,0.729040851207,-0.4446681063
-1470074986630189174,-0.00997729133815,0.0140587212518,0.263830304146,-0.530273277812,0.0214401880173,0.728088980138,-0.433862888686
-1470074986702850718,-0.00996232777834,0.0141033912078,0.2636936903,-0.529168119317,0.0218564589908,0.728622014035,-0.434296393448
-1470074986784871935,-0.00996590591967,0.0140383569524,0.263697117567,-0.542154969404,0.0214893452348,0.726836206709,-0.42108826368
-1470074986860213313,-0.00989692192525,0.0137672415003,0.263636559248,-0.54730649297,0.0247697308006,0.72896030224,-0.410437499442
-1470074986937044743,-0.00992504321039,0.0136614525691,0.263586431742,-0.543046365561,0.0228669545879,0.727951454202,-0.417928735031
-1470074987012256348,-0.00993692968041,0.0135929742828,0.263596653938,-0.545258055825,0.022317057118,0.72732576214,-0.416164435347
-1470074987087900455,-0.00992457102984,0.0137168243527,0.263687074184,-0.544332314543,0.023881182657,0.728751163531,-0.414793637984
-1470074987164059452,-0.00986840669066,0.0143068637699,0.263683289289,-0.56730239525,0.0261443786657,0.728019382657,-0.384021148225
-1470074987236901137,-0.009869934991,0.0146504975855,0.263587772846,-0.568251332743,0.0251815563168,0.727138885988,-0.384350559439
-1470074987311138645,-0.0098663084209,0.0146815795451,0.263545781374,-0.565331760996,0.0251683024693,0.727482188346,-0.387989976931
-1470074987386966643,-0.0099146226421,0.0145104592666,0.263479590416,-0.558195682655,0.0225175723341,0.72611935587,-0.40082567262
-1470074987464900268,-0.00982625037432,0.0143120028079,0.263465434313,-0.585022736885,0.0275262113694,0.726815695877,-0.358789143149
-1470074987539054416,-0.00984662398696,0.0142144886777,0.26345294714,-0.572301594358,0.0259656943127,0.727264388628,-0.377998911174
-1470074987612242117,-0.00991477631032,0.0140265980735,0.263480484486,-0.560897244494,0.0221672571344,0.725660409494,-0.397894287372
-1470074987684344935,-0.00981598068029,0.0138500928879,0.263400018215,-0.578902377264,0.0273853697391,0.727371891325,-0.367494504493
-1470074987760773848,-0.00987795647234,0.0136156706139,0.263367325068,-0.563874409997,0.023746486329,0.726541598149,-0.391942674758
-1470074987837267792,-0.00981444213539,0.0133958738297,0.263363569975,-0.581071097398,0.0274020175039,0.727245473241,-0.364306918485
-1470074987916251150,-0.00987188331783,0.013218424283,0.26342651248,-0.562318042778,0.0239544884209,0.726729345582,-0.393813483163
-1470074987992288400,-0.00984541792423,0.0129315545782,0.263369202614,-0.568685113821,0.0250655764781,0.726927757211,-0.384115860112
-1470074988066684109,-0.00988286640495,0.0126932123676,0.263376265764,-0.557110571333,0.0233282234623,0.726891560976,-0.400889341192
-1470074988140415038,-0.0098265260458,0.0124344108626,0.263368606567,-0.574372448423,0.026553312146,0.727239523898,-0.37485182004
-1470074988215024303,-0.00987635366619,0.0121574448422,0.263292133808,-0.555631746134,0.0231159706439,0.726973675701,-0.402800557878
-1470074988296735536,-0.00985275302082,0.0118904262781,0.263329803944,-0.56097154844,0.0252167149107,0.727723209599,-0.393819716801
-1470074988369736631,-0.00987049099058,0.0117711666971,0.263325750828,-0.562359313624,0.0240146787724,0.726908689163,-0.393419693461
-1470074988445511929,-0.00981628987938,0.0115212062374,0.263321071863,-0.579970665145,0.0274119458818,0.727179798846,-0.366185954052
-1470074988520469989,-0.00987123139203,0.0113283526152,0.263363718987,-0.559650005688,0.0239053241274,0.727003109203,-0.397098080857
-1470074988593939035,-0.00980360154063,0.0110653238371,0.263260632753,-0.577680428539,0.0275645954106,0.727570699738,-0.369007306766
-1470074988666276343,-0.00985092576593,0.0109026161954,0.263298004866,-0.556315502839,0.0246738275272,0.727916792973,-0.400051754208
-1470074988739979925,-0.00987604167312,0.0108165824786,0.2633202672,-0.559915706162,0.0232737591841,0.726702580073,-0.397311079939
-1470074988812989426,-0.00981619767845,0.0105910655111,0.26326072216,-0.571977802614,0.0269543663634,0.727787864965,-0.37741181627
-1470074988890155590,-0.00985731929541,0.0104257445782,0.263315856457,-0.565782564507,0.0243557702641,0.726775622296,-0.388708220894
-1470074988965986894,-0.0098680825904,0.0103709045798,0.263272792101,-0.559967132186,0.0237415210283,0.727041916903,-0.396589462942
-1470074989041807107,-0.00981917697936,0.0101862382144,0.263256430626,-0.578278703849,0.0268229027057,0.727033488661,-0.36918366558
-1470074989116003078,-0.00980172399431,0.0101298578084,0.263242155313,-0.571450878353,0.0273204407207,0.728073641108,-0.377632440705
-1470074989192182819,-0.0098483748734,0.0100013706833,0.263323068619,-0.563836274849,0.024996532658,0.727326739461,-0.390460808002
-1470074989265541484,-0.00982885994017,0.00974375195801,0.263309389353,-0.568561163541,0.0264417980629,0.727818111126,-0.382517753503
-1470074989343386828,-0.00987704191357,0.00946493260562,0.263281315565,-0.556971662128,0.0236547546691,0.727175198025,-0.400548688109
-1470074989418752708,-0.00988451577723,0.00867248233408,0.263415724039,-0.557587888643,0.0246415845973,0.727592313256,-0.398870861857
-1470074989494311342,-0.00989326834679,0.00831041112542,0.263073474169,-0.54843341074,0.0265917513148,0.729788038262,-0.40733658313
-1470074989568668059,-0.00989883765578,0.00736877415329,0.262377142906,-0.562590000932,0.0289906143865,0.730152733985,-0.386689824255
-1470074989646575411,-0.00994691066444,0.00680752890185,0.261905997992,-0.542820916015,0.0261665389845,0.730338841553,-0.413842895183
-1470074989724722109,-0.00993528123945,0.00657311454415,0.261601358652,-0.53066446371,0.0244812817488,0.730413825593,-0.429291902069
-1470074989797937557,-0.00991144124418,0.00643734913319,0.261198103428,-0.515507853194,0.0229220345006,0.730785891143,-0.446853684035
-1470074989871605517,-0.00989844184369,0.00636374251917,0.260995090008,-0.51745627764,0.0223695372463,0.730010352289,-0.445896277273
-1470074989949624724,-0.00985097326338,0.00632809381932,0.260629415512,-0.514112471076,0.0232096741776,0.731048084771,-0.448016044201
-1470074990024079660,-0.00981118064374,0.00630355533212,0.259955525398,-0.509196237571,0.0244469043294,0.732429734472,-0.451296160601
-1470074990096407745,-0.00985392741859,0.00622805254534,0.25935781002,-0.531946274803,0.0245643298507,0.730281118689,-0.42792434157
-1470074990170098654,-0.00985284987837,0.00618730671704,0.258986920118,-0.534973868373,0.024642918538,0.729931713805,-0.424729772804
-1470074990241787853,-0.00980361364782,0.00610687583685,0.258683741093,-0.536806112527,0.0251768722629,0.730243055698,-0.421841679142
-1470074990318366187,-0.00977602228522,0.00602981587872,0.25848698616,-0.537613241222,0.0254399641786,0.730503041547,-0.420345235938
-1470074990393288427,-0.00973311346024,0.0056666424498,0.258321672678,-0.545536164613,0.0265707893475,0.730405116311,-0.410112975068
-1470074990468615448,-0.00973282475024,0.00515267532319,0.258114486933,-0.517237770345,0.0253169823456,0.732411552443,-0.44203784587
-1470074990540152244,-0.00970893353224,0.0045966245234,0.257818579674,-0.513386927387,0.0247952597186,0.732334947742,-0.446659358123
-1470074990613554859,-0.00973435584456,0.0044710105285,0.257683306932,-0.507319079452,0.023236772538,0.731829909276,-0.454436340883
-1470074990684954662,-0.0096899708733,0.004701604601,0.257716953754,-0.525649468971,0.0255366549968,0.731901667402,-0.432851549929
-1470074990761620141,-0.00971112772822,0.00503535009921,0.257695794106,-0.510964093966,0.0249863562574,0.732819252154,-0.448628265217
-1470074990836652165,-0.00969272200018,0.0051856408827,0.257683753967,-0.517527217984,0.0256888592125,0.732868654586,-0.440918582374
-1470074990910709385,-0.00972559582442,0.00546556478366,0.257616311312,-0.511369826082,0.0249961133331,0.732701108331,-0.448358317801
-1470074990982427979,-0.00969211012125,0.00558268139139,0.257660746574,-0.523676644713,0.0262389664942,0.732558862986,-0.43408731919
-1470074991055454634,-0.00976993422955,0.00573154911399,0.257483989,-0.498817564356,0.022298005122,0.731846585414,-0.463771939508
-1470074991138646299,-0.00970048643649,0.00596618885174,0.257622092962,-0.528265030672,0.026510001541,0.732387115677,-0.428768457303
-1470074991210835863,-0.00973086152226,0.00631083967164,0.257556289434,-0.509461074033,0.0243484050486,0.732519728978,-0.450856314001
-1470074991283816813,-0.00969269499183,0.00645994534716,0.257676512003,-0.528560135324,0.0266750660159,0.73237271238,-0.428418993929
-1470074991358967315,-0.00971635337919,0.00676842825487,0.257689625025,-0.526588981943,0.0251154884547,0.731447608259,-0.432501621626
-1470074991430903623,-0.00975659210235,0.00710795586929,0.257622420788,-0.507638883737,0.0224555706952,0.731222764901,-0.455095351716
-1470074991509546079,-0.00973269995302,0.0074060196057,0.257805645466,-0.522116024663,0.0253106968724,0.732047408336,-0.436876203704
-1470074991584957628,-0.00973287131637,0.00774291576818,0.257870078087,-0.532585342804,0.0255407899985,0.731133470239,-0.425610584189
-1470074991658473521,-0.00975303072482,0.00794279761612,0.257848501205,-0.534277799036,0.0238909154762,0.729807398635,-0.425861031926
-1470074991731483540,-0.00977212004364,0.00830526649952,0.257946997881,-0.527368515212,0.02380709834,0.730331250893,-0.43351117079
-1470074991806914440,-0.00972491223365,0.00859428662807,0.257955372334,-0.546184424302,0.0258987878782,0.730167823263,-0.409715483363
-1470074991884309475,-0.00981972645968,0.00890835188329,0.257888734341,-0.507484522884,0.0212915618159,0.730156887204,-0.457030686602
-1470074991962341575,-0.00969156809151,0.0091852247715,0.257868051529,-0.55610668936,0.0280854724638,0.730474353895,-0.395428596067
-1470074992038653343,-0.00979354418814,0.00930849742144,0.257820338011,-0.523834045474,0.0223063175816,0.729508960088,-0.439223175788
-1470074992112967134,-0.00975665915757,0.00943718384951,0.257845818996,-0.53034085778,0.0241887776353,0.73033580176,-0.429840777815
-1470074992187040708,-0.00975612364709,0.00944928172976,0.25801217556,-0.548078114874,0.024286024938,0.728578868304,-0.410113888633
-1470074992264029325,-0.00977361295372,0.0097711533308,0.258028894663,-0.532427871597,0.0218471240893,0.72837426222,-0.4307135926
-1470074992341033239,-0.00976069271564,0.0103904111311,0.258301109076,-0.535716422799,0.0235943059455,0.729636233074,-0.424360920039
-1470074992413948334,-0.00978161208332,0.0108962822706,0.258441865444,-0.529467396805,0.0231351340886,0.729742285643,-0.431978283986
-1470074992489244721,-0.00979637913406,0.0121042206883,0.258307754993,-0.531787689995,0.0215454456677,0.728379949434,-0.431509322963
-1470074992567625062,-0.00971659272909,0.0126610351726,0.258120954037,-0.558284519612,0.0252685725853,0.728441084454,-0.396299736161
-1470074992643968986,-0.00974069070071,0.012864519842,0.257848888636,-0.561790906226,0.0226635358245,0.726192355481,-0.395628619626
-1470074992719958039,-0.00965646281838,0.013069935143,0.257402390242,-0.592152026353,0.0266670733324,0.72567957874,-0.349333642648
-1470074992792772191,-0.00980116799474,0.0132376141846,0.256706118584,-0.550728355914,0.023318785614,0.727612657047,-0.408331156703
-1470074992864768032,-0.00977751240134,0.0133033581078,0.256503999233,-0.564511616944,0.0247178324697,0.727106766814,-0.389912057709
-1470074992938148615,-0.0097738886252,0.0135279521346,0.256144434214,-0.541096765708,0.0221590946536,0.72760378422,-0.421089061665
-1470074993011879962,-0.00967188086361,0.0137086864561,0.255735099316,-0.571856702168,0.0261536509794,0.7273920824,-0.378413341714
-1470074993084871108,-0.00966882798821,0.0138651551679,0.255546599627,-0.559010221042,0.0241698128473,0.727496312095,-0.397079977844
-1470074993155167950,-0.00964699406177,0.0141843184829,0.255296885967,-0.58077199646,0.0247411669108,0.725828103341,-0.367784348755
-1470074993228172250,-0.00956877507269,0.0143567034975,0.255133122206,-0.59966518465,0.0283314809179,0.725855051555,-0.335758004581
-1470074993306271686,-0.00961610861123,0.014608995989,0.255189538002,-0.584453183886,0.0248976192508,0.725572977839,-0.362406454454
-1470074993382606805,-0.00964111927897,0.0145645271987,0.255126595497,-0.57085315592,0.0233145933009,0.725753240677,-0.383230136815
-1470074993460392982,-0.009570912458,0.0142241120338,0.254993498325,-0.593725766671,0.0280897609337,0.726379037423,-0.345071258314
-1470074993537380065,-0.00967718102038,0.0141068566591,0.255085736513,-0.567889888826,0.022773429119,0.725680932021,-0.387775231283
-1470074993613554737,-0.00968803931028,0.0139981685206,0.255035489798,-0.572194873961,0.0216242765972,0.724531662506,-0.383639527292
-1470074993688851415,-0.009580607526,0.0138237429783,0.254912465811,-0.597500055146,0.0282513678875,0.725956338277,-0.339386121148
-1470074993766223881,-0.00968281179667,0.0135550312698,0.254827588797,-0.566060178012,0.022485676536,0.725711824196,-0.390400585863
-1470074993843321322,-0.00956955272704,0.0133564751595,0.25473549962,-0.590608570097,0.0283907571914,0.726872791852,-0.349329967652
-1470074993916097765,-0.00964055862278,0.0131631363183,0.254883617163,-0.585166787477,0.0240408835929,0.724854394339,-0.362750566861
-1470074993993230595,-0.00958405062556,0.012886364013,0.254699230194,-0.580415453728,0.0276417581433,0.72743034302,-0.364964286381
-1470074994066164153,-0.00966522563249,0.0126698473468,0.2547095716,-0.558897594704,0.0232261478868,0.72696390035,-0.398268141175
-1470074994138427385,-0.00965015217662,0.0123231094331,0.254667371511,-0.566581510012,0.0241376241938,0.72675812545,-0.387589208704
-1470074994211120034,-0.00958377216011,0.0121157513931,0.254556715488,-0.57826815752,0.0283540846203,0.72821745862,-0.366744211739
-1470074994282382898,-0.00966463331133,0.0118327215314,0.254651576281,-0.565418053544,0.0236746081146,0.726502693885,-0.389789396258
-1470074994354249194,-0.00965697132051,0.0117489919066,0.254536628723,-0.556618405529,0.0237220602574,0.727541164852,-0.400371162709
-1470074994425990161,-0.00964708346874,0.0114754121751,0.254585504532,-0.567936159717,0.0249292086564,0.726986503141,-0.385120341312
-1470074994503448837,-0.00967860594392,0.0112959109247,0.25450912118,-0.561288362537,0.0226541173578,0.726263437565,-0.396211539841
-1470074994574751827,-0.00961864925921,0.0110468119383,0.254453063011,-0.571664217985,0.0266331653848,0.727660465395,-0.378154655503
-1470074994647732532,-0.00964117236435,0.010944981128,0.254501849413,-0.56300756589,0.0243253491053,0.727263893977,-0.391813714229
-1470074994724116914,-0.00958759523928,0.0108033176512,0.254396170378,-0.574097785812,0.0280980463346,0.728577384263,-0.372554998971
-1470074994798115941,-0.00963798444718,0.0106198666617,0.254510641098,-0.556096388565,0.0252398254638,0.728473442785,-0.399307151191
-1470074994877650244,-0.00966827850789,0.0104860551655,0.254441142082,-0.558245777586,0.0240064368019,0.727495034777,-0.398166192907
-1470074994954550104,-0.00967611279339,0.0104261552915,0.254437237978,-0.551663480217,0.0226522756107,0.727236568886,-0.40777598247
-1470074995028314026,-0.00961090996861,0.0102978851646,0.254286557436,-0.572572287376,0.027383020524,0.728152801088,-0.375772064134
-1470074995104207983,-0.00964867323637,0.0101651335135,0.254409402609,-0.550489558024,0.0247759676516,0.728603282584,-0.406798051299
-1470074995179274115,-0.00963907130063,0.0100712981075,0.254437625408,-0.550612124741,0.0243131977725,0.728462986134,-0.406911334734
-1470074995256147587,-0.00966246984899,0.00972387846559,0.254324436188,-0.551594005974,0.0252942958581,0.728857029439,-0.404810674029
-1470074995328377871,-0.00976377166808,0.00959218665957,0.25406140089,-0.533129737388,0.0230027690134,0.729133032273,-0.428495714072
-1470074995403634174,-0.00978222955018,0.0091648241505,0.254142135382,-0.533565933906,0.0231267630862,0.729159658751,-0.427900384498
-1470074995479122345,-0.00970443338156,0.00903846137226,0.254248589277,-0.548993066271,0.0255848515551,0.729533769159,-0.407102577016
-1470074995554496483,-0.009745166637,0.00873578898609,0.253998577595,-0.53843865057,0.0236831849025,0.729071133911,-0.421874635435
-1470074995626456116,-0.00967051554471,0.00843239948153,0.253491789103,-0.562920974867,0.0248732020061,0.727443694035,-0.391569881229
-1470074995697978839,-0.00962224788964,0.00836350396276,0.253388822079,-0.576255639799,0.0265838089137,0.727116497007,-0.372188579195
-1470074995771618010,-0.00958168134093,0.008205819875,0.253136873245,-0.581118131845,0.0273758804344,0.727032643976,-0.364658487635
-1470074995842173383,-0.00956122018397,0.00815059896559,0.252519935369,-0.574652481979,0.0278506973258,0.728150193069,-0.372553566548
-1470074995917321392,-0.00964147597551,0.00815220922232,0.251834273338,-0.561454468031,0.0272940868493,0.72914371505,-0.390350299032
-1470074995991609593,-0.00970734190196,0.00813515670598,0.251354068518,-0.529175143392,0.0220467027415,0.728717957332,-0.434117206727
-1470074996068179342,-0.00968218035996,0.00811882130802,0.251192182302,-0.532636520798,0.0225152318487,0.728789802279,-0.429717145506
-1470074996140988344,-0.00960886105895,0.00807976257056,0.250851422548,-0.540809102272,0.0232675316142,0.728478414313,-0.419884908936
-1470074996217244184,-0.00955307669938,0.00805129576474,0.250467002392,-0.562636996384,0.0249390274966,0.727411649261,-0.392033095193
-1470074996289167190,-0.0095359319821,0.00807038508356,0.249840244651,-0.56720477977,0.0271264195283,0.72840614137,-0.383363259043
-1470074996360587537,-0.00960920657963,0.00807718466967,0.249427005649,-0.56439471225,0.0260872499174,0.728006623902,-0.388309695643
-1470074996432601018,-0.00965367257595,0.00809143669903,0.248958036304,-0.533785323309,0.0219186232832,0.728224005169,-0.429281493742
-1470074996502440259,-0.00959860254079,0.0080837327987,0.2486949265,-0.542225323995,0.0232335806104,0.728414117879,-0.418168353209
-1470074996580676402,-0.00949160382152,0.00808913819492,0.248286649585,-0.556505789105,0.0258106994774,0.728941644504,-0.397843176883
-1470074996656167377,-0.00943459384143,0.00808482896537,0.247689798474,-0.575595008334,0.0281483889588,0.728295305596,-0.370788352603
-1470074996729504719,-0.00954018440098,0.00811657123268,0.247288137674,-0.543413913498,0.0253574932739,0.729657914191,-0.41431587516
-1470074996802398220,-0.00962832756341,0.00810279045254,0.246752113104,-0.527798612687,0.0212330086566,0.728155064182,-0.436769946648
-1470074996877655196,-0.00954805966467,0.0080949254334,0.246458560228,-0.550073858218,0.0232565930881,0.727564171041,-0.40930216027
-1470074996946068732,-0.00943307112902,0.00811283290386,0.246088534594,-0.571835691562,0.0273676172218,0.728170283381,-0.376859381976
-1470074997023583681,-0.00940012186766,0.00813929829746,0.245828151703,-0.569206005562,0.0277688134787,0.728759756069,-0.379661209717
-1470074997097081935,-0.00941474735737,0.00817629601806,0.245270967484,-0.568720041034,0.0283746304836,0.729211974196,-0.379476339131
-1470074997178138628,-0.00955316610634,0.00817461777478,0.244568124413,-0.535299047001,0.0228222383634,0.728894796827,-0.426200012758
-1470074997257031457,-0.00949190743268,0.00814960245043,0.244284600019,-0.559131222866,0.0246069888442,0.727685027206,-0.396536597172
-1470074997328581703,-0.0094322739169,0.00816342886537,0.244088083506,-0.570590036415,0.026678660965,0.727863445721,-0.379381158962
-1470074997406159968,-0.00938642490655,0.0081727001816,0.2436914891,-0.573525301669,0.0262540392655,0.727166293724,-0.376309227949
-1470074997482211313,-0.00947741512209,0.00823067408055,0.243292585015,-0.53618146966,0.0215012206661,0.72754715975,-0.427460243113
-1470074997556143491,-0.00952315609902,0.00824127532542,0.2424890697,-0.526112150646,0.0228209930935,0.729714518899,-0.43612146029
-1470074997632392041,-0.00944107584655,0.00826036091894,0.242162495852,-0.551410672933,0.026122637283,0.729548034566,-0.40376174021
-1470074997707533480,-0.00939400214702,0.00829022843391,0.241964519024,-0.553733420509,0.0271694045175,0.729993586522,-0.399687985942
-1470074997788949497,-0.00937575194985,0.00831976719201,0.241655364633,-0.55558529895,0.0264200512355,0.729373007824,-0.398298847527
-1470074997863746560,-0.0094190351665,0.00831572897732,0.241340339184,-0.542761946492,0.0226398603786,0.727884071452,-0.418427633754
-1470074997935750075,-0.00940157100558,0.00832482241094,0.24063450098,-0.559546116513,0.025634812545,0.728210518163,-0.394918271441
-1470074998013399277,-0.00939958635718,0.00834341254085,0.240093663335,-0.565811239384,0.0270773300108,0.728505955512,-0.385231790446
-1470074998095987019,-0.00940367858857,0.00836333446205,0.239689975977,-0.54545854285,0.0234877968422,0.728301181993,-0.414126417583
-1470074998170345384,-0.00939219165593,0.00840763747692,0.23936457932,-0.528348200209,0.0229712183498,0.729500608102,-0.433761876197
-1470074998247386462,-0.00934845302254,0.00840517599136,0.239075034857,-0.542613309976,0.0249253156368,0.729557988471,-0.415565477314
-1470074998321622479,-0.00936119817197,0.00839795637876,0.238397449255,-0.553415247066,0.0263759298952,0.729477988368,-0.401120604212
-1470074998396389991,-0.00938151031733,0.00840317457914,0.237913638353,-0.551652865811,0.0242403164164,0.728045443281,-0.406252821799
-1470074998468140840,-0.00940021779388,0.00842754077166,0.237631246448,-0.53581078614,0.0216400662113,0.727724201349,-0.427616645795
-1470074998543207999,-0.00929493550211,0.00844597350806,0.237225979567,-0.549961753863,0.0250112040102,0.728868390416,-0.407022577278
-1470074998614692586,-0.00925003364682,0.00848536286503,0.236879780889,-0.556125162611,0.0273865719268,0.729959764279,-0.396400708529
-1470074998687788297,-0.00930885132402,0.00849094055593,0.236218675971,-0.552476395971,0.0271586821413,0.730218454172,-0.401015270365
-1470074998763279682,-0.00939050782472,0.00848316587508,0.235772654414,-0.524704112606,0.0217557825276,0.729122769874,-0.438853354313
-1470074998837017614,-0.00926904473454,0.00848535541445,0.235418528318,-0.564018198233,0.026004365147,0.728159065327,-0.388576402575
-1470074998913074163,-0.00924081355333,0.00849177595228,0.234965905547,-0.555128556081,0.0264242231012,0.729088243643,-0.399455103407
-1470074998988043471,-0.0092298546806,0.00848630908877,0.234736859798,-0.567981927875,0.0268894658766,0.728142755448,-0.382729165235
-1470074999058696283,-0.00937367975712,0.00852712709457,0.233979478478,-0.523712977327,0.0219846341945,0.72918886254,-0.43991475991
-1470074999136186425,-0.00931544415653,0.00852430798113,0.233653008938,-0.533043792016,0.0230119915379,0.72920343045,-0.428482346262
-1470074999210210227,-0.00920361559838,0.00854864064604,0.233313754201,-0.558713460339,0.026737112829,0.72934619371,-0.393927056388
-1470074999286707376,-0.00920088309795,0.00855982024223,0.232828035951,-0.551038863713,0.025974667985,0.729333295143,-0.404665827439
-1470074999363180900,-0.00925393030047,0.00856166798621,0.232531562448,-0.537841516137,0.0232182109373,0.728665410673,-0.42336052897
-1470074999438795241,-0.00929294154048,0.00854481849819,0.231891080737,-0.548517980791,0.0232505617175,0.727831713699,-0.410911709084
-1470074999514848340,-0.00920184515417,0.00857518240809,0.231534749269,-0.562795936012,0.0261911703402,0.728453138153,-0.38978299414
-1470074999587228687,-0.00914069451392,0.00858120061457,0.231175065041,-0.566749807282,0.0271937223283,0.728677364409,-0.383515913634
-1470074999663253408,-0.00915634445846,0.00859256554395,0.231033831835,-0.550654869491,0.0261261247563,0.729496878032,-0.404883866376
-1470074999737530476,-0.00919838342816,0.00859984755516,0.23058564961,-0.523525602231,0.0234450185344,0.730258762278,-0.438284627873
-1470074999812296017,-0.00921068526804,0.00861184485257,0.229809731245,-0.547916767886,0.0253985010797,0.729460299287,-0.408692798293
-1470074999887635024,-0.0091726379469,0.0085736066103,0.227209731936,-0.541203990941,0.0195086197991,0.725571901294,-0.424573986481
-1470074999958434264,-0.00913278479129,0.00859206914902,0.225678369403,-0.546778190917,0.022669051404,0.727459234116,-0.41391156875
-1470075000030731959,-0.00914847757667,0.00859804078937,0.225289165974,-0.524670160283,0.0188783741857,0.726410599485,-0.443500248988
-1470075000101357126,-0.00910640787333,0.00861654896289,0.225105375051,-0.531645687738,0.019843105766,0.726589445541,-0.43477222944
-1470075000174131605,-0.00914954487234,0.00866658147424,0.225470528007,-0.536879975005,0.0203272463346,0.726629865211,-0.428200577391
-1470075000246026436,-0.00905627664179,0.00866074394435,0.225126206875,-0.55643862198,0.0227359326541,0.726438622504,-0.402673645859
-1470075000318532007,-0.00904695875943,0.00869475398213,0.224606186152,-0.552385508339,0.0234079521479,0.727101702937,-0.406995616118
-1470075000394102952,-0.00907255895436,0.00870135426521,0.224265784025,-0.551653808673,0.0232760597923,0.727266159234,-0.407701157775
-1470075000464388033,-0.00913207046688,0.00871880725026,0.223766610026,-0.538678658052,0.0203596531215,0.726560710381,-0.426052017968
-1470075000537333508,-0.00903023406863,0.00873729027808,0.223448723555,-0.558052946336,0.0236255433229,0.727110127266,-0.399161127386
-1470075000610742624,-0.00902372132987,0.00873910356313,0.223328277469,-0.557367280949,0.0237221598092,0.727243784081,-0.399869293365
-1470075000689386620,-0.00898457504809,0.00875172577798,0.222955182195,-0.558852485065,0.0248688781012,0.727817385526,-0.396670256213
-1470075000762897858,-0.00912451185286,0.00876597128808,0.222144603729,-0.535998089141,0.0204026094443,0.726917402891,-0.428813329246
-1470075000836188740,-0.00904157292098,0.00877037737519,0.221869319677,-0.562905764549,0.0225762545097,0.725855137175,-0.394666609694
-1470075000908453065,-0.00899925921112,0.00878410413861,0.221693173051,-0.565633008418,0.0235496972938,0.726253651807,-0.389949156663
-1470075000985889344,-0.00899280328304,0.00882887560874,0.221814066172,-0.576417521649,0.0253830915298,0.726455274812,-0.373311228197
-1470075001060912139,-0.00905622728169,0.00890998821706,0.222097307444,-0.548888768199,0.0247775632347,0.729041421683,-0.408173735039
-1470075001135984193,-0.00908866617829,0.0089537827298,0.222190737724,-0.530180608704,0.0240692093025,0.730469506269,-0.429817979765
-1470075001209528026,-0.00899361632764,0.00896006636322,0.221872225404,-0.549424084134,0.0260233831744,0.729892131939,-0.405849029855
-1470075001282406078,-0.0089725246653,0.00893977098167,0.2217374295,-0.563056676502,0.0259155500272,0.728273052703,-0.389761368043
-1470075001354671500,-0.0090335374698,0.00892691127956,0.220092773438,-0.528295143051,0.0210116053186,0.727708917315,-0.436923890319
-1470075001428789608,-0.00898012984544,0.00893597956747,0.217790707946,-0.520749724711,0.0196089720892,0.727322780094,-0.446583459146
-1470075001506829832,-0.00894383713603,0.00896677095443,0.21753154695,-0.535397902111,0.0222045879516,0.728003787916,-0.427628960046
-1470075001584032759,-0.00896533299237,0.00898460578173,0.217655658722,-0.523444129029,0.0210314864017,0.728127197632,-0.442034732157
-1470075001658166065,-0.00895242020488,0.00897869933397,0.217364042997,-0.5297661151,0.0218739931569,0.728211004436,-0.43425582867
-1470075001741057295,-0.00898809079081,0.00896103773266,0.216745644808,-0.556369818349,0.0224280078632,0.726342092715,-0.402960015441
-1470075001825529101,-0.00897828862071,0.00898530520499,0.216418042779,-0.545519840742,0.0204996479299,0.726028235798,-0.41817564326
-1470075001902871845,-0.00890613906085,0.00901440437883,0.216040000319,-0.546867664036,0.0229257823927,0.727582746855,-0.413561982068
-1470075001976245409,-0.00890703592449,0.00904328096658,0.215422198176,-0.547271735356,0.0238797909283,0.728381422526,-0.411562761415
-1470075002049426476,-0.0089360140264,0.00901896134019,0.215278759599,-0.561097229272,0.0248556102203,0.727688322283,-0.393728083271
-1470075002125300997,-0.00888875406235,0.00898883026093,0.21593144536,-0.540086326334,0.0233169983178,0.728673442079,-0.420473652569
-1470075002198799579,-0.00887237489223,0.00889882072806,0.216452822089,-0.555758112677,0.0252419943163,0.728621054493,-0.399508599239
-1470075002271641845,-0.00885584484786,0.00880629755557,0.216291487217,-0.540208748766,0.0239482090109,0.729205139524,-0.419357670173
-1470075002354219760,-0.00878715422004,0.00871821679175,0.215950846672,-0.539376371964,0.0242648089134,0.729616555518,-0.419695163577
-1470075002428847876,-0.00877528358251,0.00864829216152,0.214807927608,-0.461336709837,0.0165108440785,0.729398112664,-0.504850696173
-1470075002505090567,-0.00868640653789,0.00848612003028,0.212135657668,-0.537258617861,0.0210580673969,0.727412746734,-0.426357163913
-1470075002583309231,-0.00868145003915,0.0084112919867,0.211967974901,-0.528525522085,0.0197704632866,0.727133669655,-0.437660288054
-1470075002662037215,-0.00863099656999,0.00836276076734,0.21227748692,-0.545146195855,0.0236831791971,0.728643994027,-0.413923497928
-1470075002735269630,-0.00861236453056,0.00827252771705,0.21188211441,-0.53964597436,0.0223023915085,0.728039573788,-0.422188589007
-1470075002810380622,-0.00858128257096,0.00818929355592,0.211507126689,-0.542590775533,0.0212592409612,0.727015750875,-0.420227786991
-1470075002886819079,-0.00863380730152,0.00812043156475,0.210895523429,-0.514335107744,0.0187453025074,0.727387484445,-0.453889257472
-1470075002961297034,-0.00865689478815,0.0080390162766,0.21035322547,-0.516493308157,0.0189758603375,0.727564742982,-0.451136480593
-1470075003032717353,-0.00860192626715,0.00802669208497,0.210175767541,-0.527798033672,0.0205060373832,0.727931056883,-0.437178584229
-1470075003108673670,-0.00856258440763,0.00796524994075,0.209988892078,-0.539589053076,0.0215002058106,0.72766697989,-0.422944631517
-1470075003181961374,-0.00856884103268,0.0078194513917,0.210239797831,-0.545278489361,0.0234708939128,0.728372701488,-0.414238691947
-1470075003256171020,-0.00862784963101,0.00771443918347,0.210505411029,-0.531791110047,0.0223513792912,0.728980668308,-0.430448389882
-1470075003332988451,-0.0085829263553,0.00771441590041,0.210191532969,-0.528469087845,0.0218556608616,0.729001729276,-0.434510335887
-1470075003404651737,-0.0085250036791,0.00773816509172,0.209966316819,-0.52557203958,0.0229536512702,0.730100558543,-0.436119634413
-1470075003477554977,-0.00846013147384,0.00772477919236,0.209609851241,-0.530331004162,0.0237077832198,0.730126994826,-0.430234283229
-1470075003549479405,-0.00849873386323,0.00759897008538,0.206792756915,-0.518080056852,0.0185656391404,0.726885397262,-0.45042867469
-1470075003622815014,-0.00836402270943,0.00761003699154,0.206060767174,-0.539998332999,0.0222545203558,0.727886162276,-0.422005060928
-1470075003698570266,-0.00842114537954,0.0075962273404,0.206471785903,-0.537967616422,0.0215537400146,0.727642003817,-0.42504516731
-1470075003774899286,-0.00840198900551,0.00759796844795,0.206386476755,-0.544078948111,0.0222835439355,0.727613086366,-0.417205870573
-1470075003848748598,-0.00837709382176,0.00763324275613,0.20594085753,-0.531071095469,0.0222978193696,0.728813731579,-0.431621180516
-1470075003926959261,-0.00847885385156,0.00761409616098,0.205275028944,-0.535271670335,0.0202454591007,0.726999147308,-0.429588873385
-1470075004002428527,-0.00837678555399,0.00759202055633,0.204919993877,-0.553698589265,0.0221140990203,0.726563270972,-0.406244571833
-1470075004076104539,-0.00835580937564,0.00760340224952,0.204733788967,-0.54311325017,0.0221838432406,0.727562123988,-0.418556125658
-1470075004152115943,-0.00837141927332,0.00763105833903,0.204255461693,-0.534197525116,0.0216580203494,0.727951781394,-0.429243681701
-1470075004229964086,-0.00842112209648,0.00764428218827,0.203642114997,-0.532934137683,0.0209248935948,0.727723566115,-0.431232843185
-1470075004304161126,-0.00831967126578,0.00765061238781,0.20330119133,-0.551531337532,0.0232706011547,0.727719051066,-0.407058528418
-1470075004378328667,-0.00833171419799,0.00767345167696,0.203049957752,-0.534619472553,0.0228955195405,0.728813818941,-0.427186413727
-1470075004454259455,-0.00832781661302,0.00768049806356,0.203206539154,-0.54165573349,0.0236885623382,0.728919406733,-0.418000498658
-1470075004533990976,-0.00835590716451,0.00771064450964,0.203435227275,-0.541210665529,0.0235812728377,0.728941623463,-0.418543962653
-1470075004605083725,-0.00841435603797,0.00770299369469,0.203644096851,-0.527758453499,0.0216254129071,0.728756623395,-0.435794837206
-1470075004677824188,-0.00837896205485,0.00770193850622,0.203447014093,-0.525823999863,0.0224230898413,0.729529793706,-0.436798129924
-1470075004748580848,-0.00832416955382,0.00768321566284,0.203132808208,-0.529566529319,0.0235646085308,0.730115013013,-0.431203047325
-1470075004819210944,-0.00828806404024,0.00767855066806,0.202737018466,-0.542063408696,0.0248055047784,0.729667951797,-0.416096897375
-1470075004892655557,-0.00829651765525,0.00764010986313,0.200820744038,-0.510081659467,0.0193194794332,0.728259947578,-0.457253657332
+1470144917518285398,-0.0375303700566,0.373181551695,1.36275780201,-0.248142809055,0.0222978713914,0.787364622103,-0.563901501245
+1470144917624163276,-0.0375494398177,0.373335599899,1.36319708824,-0.240133586885,0.0206117558706,0.78670182726,-0.568340787693
+1470144917705063051,-0.0375320799649,0.373197078705,1.36281430721,-0.246584326271,0.02216095395,0.787368150264,-0.564585208899
+1470144917784711653,-0.0376465581357,0.373522698879,1.3637830019,-0.22451205477,0.0186561556223,0.78695880536,-0.574405887668
+1470144917864006642,-0.0375680066645,0.373487561941,1.36365664005,-0.22888998426,0.0190291056104,0.786954659879,-0.57266886727
+1470144917944842500,-0.0375285446644,0.373165726662,1.36269962788,-0.248451349822,0.022555262659,0.788336412396,-0.562395668358
+1470144918022174041,-0.0375293083489,0.373171597719,1.36275005341,-0.246798991813,0.0224861149307,0.788252903494,-0.563242392234
+1470144918097864518,-0.0374731384218,0.373320490122,1.36317229271,-0.239930489568,0.0209559404913,0.787596925331,-0.567173070537
+1470144918173333038,-0.0364832393825,0.376488804817,1.37418782711,-0.0939849194295,0.00810717531207,0.782941297606,-0.614901645087
+1470144918251454888,-0.0364312715828,0.377929925919,1.37570643425,-0.22484215943,0.0242074886593,0.775765155983,-0.589108159507
+1470144918326938754,-0.0361447110772,0.37728330493,1.37135231495,-0.214958313657,0.0203882173884,0.774935412476,-0.594013762864
+1470144918404055058,-0.036241363734,0.360620677471,1.33121263981,-0.200533220546,0.0257571203041,0.792448160295,-0.575455394845
+1470144918479112891,-0.0363805256784,0.355253845453,1.33373248577,-0.13932302756,0.0136969147312,0.781622655202,-0.607838394142
+1470144918554938030,-0.0364614538848,0.341969251633,1.30047941208,-0.166642899666,0.0194443160438,0.79438496934,-0.583784706079
+1470144918630199671,-0.0359983146191,0.328868180513,1.28812623024,-0.182812693168,0.0184808509359,0.788243680171,-0.587290284303
+1470144918711043474,-0.0353607721627,0.319871366024,1.27553772926,-0.307499758638,0.0409841685156,0.791460594078,-0.526644400322
+1470144918784458554,-0.0345481038094,0.309995889664,1.26440441608,-0.144890156342,0.0195014308738,0.793851221811,-0.590276862513
+1470144918855666156,-0.0339238494635,0.300767242908,1.25274002552,-0.22022741412,0.0291174566823,0.797582707353,-0.560815374894
+1470144918927566910,-0.0325575172901,0.286904156208,1.2420746088,-0.0410126883967,0.00840793225826,-0.416494347048,-0.908173840706
+1470144918998414838,-0.0319102965295,0.279084712267,1.23617720604,-0.30122714256,0.0338007576033,0.786473085834,-0.538126195821
+1470144919071663700,-0.0304213706404,0.270263999701,1.2268679142,-0.284918121968,0.0384626097316,0.787129521588,-0.545682515453
+1470144919147507242,-0.0302916355431,0.260333687067,1.22720503807,-0.229013191031,0.0263712382243,0.779125097012,-0.582942192104
+1470144919225181443,-0.0294842272997,0.251574069262,1.21107590199,-0.327956086564,0.0388345631279,0.781704012582,-0.52903262537
+1470144919302048480,-0.0287659112364,0.244078040123,1.20073628426,-0.209842040233,0.0226601999498,0.779649977781,-0.589575055133
+1470144919379949262,-0.0289085637778,0.23494900763,1.18456637859,-0.0408366718874,0.00435805029746,-0.460282591155,-0.886822028316
+1470144919455904087,-0.028711181134,0.227777466178,1.16500365734,-0.175024710316,0.0190925486822,0.785146568013,-0.593756424892
+1470144919531231548,-0.0279479213059,0.220852896571,1.15086221695,-0.243655109868,0.0297938977717,0.791951306957,-0.55906854544
+1470144919606527053,-0.0273057110608,0.212235480547,1.14133274555,-0.0870287363241,0.00949844176592,0.784254787827,-0.614231394857
+1470144919682172231,-0.0271435249597,0.207950994372,1.13864958286,-0.185411955299,0.0215442478583,0.783382342819,-0.592849354537
+1470144919755201157,-0.0262358374894,0.200718358159,1.12024414539,-0.346288173353,0.046052158909,0.785327958711,-0.511100476347
+1470144919829033179,-0.025653315708,0.193756520748,1.11355555058,-0.180370710644,0.0190128393765,0.773507562639,-0.60728162266
+1470144919901236258,-0.025578873232,0.190115630627,1.11205780506,-0.27073223488,0.0300133057613,0.771621217556,-0.574807754899
+1470144919976074955,-0.0250052120537,0.185142084956,1.10021495819,-0.357972393935,0.0403672367453,0.773487391204,-0.521482029438
+1470144920057489601,-0.0241671279073,0.178027540445,1.0844938755,-0.19963784013,0.0237429740823,0.777556694469,-0.595807511581
+1470144920138876458,-0.0244606360793,0.171685829759,1.06281232834,-0.204341235356,0.0232178933622,0.778228310898,-0.593351738076
+1470144920212744110,-0.0243774019182,0.169208019972,1.06095981598,-0.281655946292,0.0342717411984,0.776552193315,-0.562549612684
+1470144920288912692,-0.0242211986333,0.166659682989,1.0575517416,-0.36718557743,0.0406999087478,0.767623964176,-0.523709574839
+1470144920365512732,-0.0239122863859,0.163632705808,1.05067765713,-0.335950542558,0.0299489777483,0.764103058212,-0.549897088661
+1470144920444480905,-0.02381843701,0.156341478229,1.02147746086,-0.34880308581,0.0361059543294,0.772559865725,-0.529324117401
+1470144920523069267,-0.0235239546746,0.15414108336,1.01799726486,-0.285635030181,0.0295281086596,0.773019568939,-0.565669043142
+1470144920603503597,-0.0236601661891,0.148290857673,0.99348628521,-0.262234634044,0.0343184640416,0.782057681813,-0.564305787718
+1470144920683217876,-0.023587686941,0.1451959759,0.99196767807,-0.329555143136,0.0371823150421,0.770171134431,-0.544836954299
+1470144920762652768,-0.0234962645918,0.142956972122,0.989903151989,-0.333295167355,0.0303255565881,0.762373334487,-0.553878678863
+1470144920838596391,-0.0232995636761,0.137871742249,0.963297784328,-0.236644223149,0.0249445380541,0.780446907665,-0.578169444011
+1470144920916700412,-0.0227727871388,0.134003207088,0.954683065414,-0.214037781358,0.022162301896,0.77253896124,-0.597394521144
+1470144920995749334,-0.0227896720171,0.132417753339,0.954659163952,-0.211506220355,0.0186346436754,0.761941275064,-0.611852402268
+1470144921074828194,-0.0226675346494,0.125701382756,0.927327930927,-0.370721708711,0.0426304777336,0.771466920477,-0.515351188675
+1470144921151169328,-0.0223712157458,0.123158492148,0.92290776968,-0.364605242832,0.036440760922,0.768752641645,-0.52417026223
+1470144921229585220,-0.0222841035575,0.11965931952,0.908548116684,-0.306748791893,0.0342870057885,0.774359808384,-0.552355381133
+1470144921303989848,-0.0220469217747,0.115353547037,0.896537721157,-0.362561729573,0.0390418407242,0.765543963191,-0.530063361631
+1470144921377755687,-0.0217627622187,0.113038562238,0.891892790794,-0.363471839853,0.0305662387777,0.759836067745,-0.538147820617
+1470144921450390646,-0.0217889416963,0.109270937741,0.870943844318,-0.238697491041,0.0227278437547,0.776932146851,-0.58213691867
+1470144921530886295,-0.0213248450309,0.106457829475,0.865479052067,-0.323291332367,0.0268254278537,0.756938623018,-0.567280382016
+1470144921605582313,-0.0213596448302,0.105167113245,0.863509476185,-0.219379016016,0.0114137096581,0.74576316828,-0.628951406231
+1470144921678069203,-0.0211511291564,0.101583249867,0.841520309448,-0.375964831485,0.0350218463183,0.763734631227,-0.523577433463
+1470144921756617069,-0.020738909021,0.0999659895897,0.835877239704,-0.42359990118,0.0361599295856,0.755710455348,-0.498153882742
+1470144921830631029,-0.0209512989968,0.0972058400512,0.820266067982,-0.151999166111,0.0114692819845,0.762665667605,-0.628574409699
+1470144921903012479,-0.0204811543226,0.0955524742603,0.813320398331,-0.334704892453,0.0249685869529,0.757438839006,-0.56003179356
+1470144921974040832,-0.0203730463982,0.092517785728,0.794089138508,-0.326360314553,0.0314124539798,0.768131190031,-0.54997879752
+1470144922052659844,-0.0201560873538,0.0913522168994,0.792029380798,-0.332236004507,0.0266943397835,0.755507975514,-0.564016266137
+1470144922131461344,-0.0197896771133,0.088469453156,0.773266375065,-0.153937342196,0.0140857200143,0.771830854035,-0.616751181539
+1470144922206010103,-0.019619172439,0.0870458632708,0.767373144627,-0.154406501785,0.0112103007412,0.758827398178,-0.632624644745
+1470144922278322638,-0.0190636683255,0.0854809060693,0.759443879128,-0.355217503338,0.0246347328545,0.753167140754,-0.553130105263
+1470144922359800309,-0.0190079510212,0.0830005854368,0.743438482285,-0.164312898179,0.0124745457986,0.759345110937,-0.62947649654
+1470144922432710128,-0.0185332819819,0.0813612416387,0.735943973064,-0.362185499659,0.0305965438032,0.758510562261,-0.540876365062
+1470144922508018125,-0.0185440573841,0.0792593061924,0.721584379673,-0.328464414662,0.0273518655938,0.761604003165,-0.55796267448
+1470144922585816371,-0.0184404812753,0.0779761150479,0.715888082981,-0.173162774215,0.0131234378813,0.752294321269,-0.635527877588
+1470144922659742763,-0.0184637121856,0.0763355195522,0.705801844597,-0.343730403131,0.0207591842134,0.746824732473,-0.568921159037
+1470144922731875979,-0.0183795243502,0.0742330998182,0.689841210842,-0.406467810202,0.0308537507673,0.752322049729,-0.517535987952
+1470144922802868932,-0.0185486711562,0.0733738839626,0.679155647755,-0.357587319324,0.031845969812,0.761667544277,-0.539425337985
+1470144922876336897,-0.0187724903226,0.0719801113009,0.66897213459,-0.297597000722,0.0205374604605,0.751784334657,-0.588076994995
+1470144922947393146,-0.0186240077019,0.0710602998734,0.654254436493,-0.348674480249,0.0296044982976,0.7605003755,-0.546981589606
+1470144923019827730,-0.0186658911407,0.0698578283191,0.642334520817,-0.322000201272,0.0259750470144,0.758696388332,-0.565703948762
+1470144923094342487,-0.0183311533183,0.0696294084191,0.637791454792,-0.353335427251,0.0191548713547,0.742352932004,-0.568945771667
+1470144923175244616,-0.0182875953615,0.0689655616879,0.626328527927,-0.350497637802,0.0219401606629,0.74921784665,-0.561553785051
+1470144923250039442,-0.0182312950492,0.0682387948036,0.614714086056,-0.201318193004,0.0125492611584,0.755091530833,-0.623819109418
+1470144923323281449,-0.0180015861988,0.0669266209006,0.601598680019,-0.376743982956,0.032961824669,0.758967395648,-0.530043377248
+1470144923401331881,-0.0178387612104,0.0660403892398,0.589624106884,-0.282473532899,0.0197780008222,0.756335954022,-0.589723205028
+1470144923476412055,-0.0177998635918,0.0647030323744,0.579234063625,-0.361240054891,0.0249781784264,0.751444799212,-0.551554554946
+1470144923556731402,-0.0175612159073,0.0639998987317,0.569672226906,-0.256642947249,0.0220588756519,0.762196688544,-0.593888888265
+1470144923629657700,-0.0171900410205,0.0625192224979,0.55425876379,-0.309345346043,0.0213225292889,0.753508816379,-0.579719992984
+1470144923701959385,-0.0168486144394,0.0619145482779,0.549882113934,-0.460552803719,0.0277675295073,0.740506391227,-0.488641344796
+1470144923774540359,-0.0165649037808,0.0602477155626,0.535340726376,-0.357382104772,0.0230185035564,0.746843078318,-0.560333468616
+1470144923852248478,-0.0162114407867,0.0594992078841,0.527274906635,-0.441954407344,0.0335047439479,0.748206415695,-0.49370121883
+1470144923928146241,-0.0158903747797,0.0583162792027,0.513764977455,-0.311254095534,0.0226374488695,0.753982349797,-0.578030319375
+1470144924003579711,-0.0155569426715,0.0572748929262,0.505086958408,-0.410628884794,0.0273900015682,0.746702381074,-0.52256029402
+1470144924075818686,-0.0153180817142,0.0561715364456,0.495212286711,-0.423248316456,0.0249533178193,0.742151101544,-0.51908567407
+1470144924149411368,-0.0152032813057,0.0550240390003,0.484266072512,-0.346128610012,0.0198425067845,0.745199626841,-0.569630385788
+1470144924233843172,-0.0148968445137,0.0537418872118,0.470334023237,-0.442578484444,0.0274481018442,0.742694120608,-0.501773185838
+1470144924314954489,-0.0150346802548,0.0530732423067,0.458280950785,-0.319678381916,0.0221266249638,0.755348902955,-0.571632906163
+1470144924395200105,-0.0146582443267,0.0521730259061,0.44899392128,-0.399338492065,0.0289632708754,0.751729491551,-0.524015905511
+1470144924472460808,-0.0143831092864,0.0513461492956,0.440299600363,-0.421579446032,0.025627034721,0.744234946337,-0.517424748563
+1470144924544164108,-0.0140220662579,0.0502078831196,0.426031559706,-0.431766907594,0.0275988632644,0.744741828908,-0.508109484785
+1470144924617728236,-0.0136772664264,0.0493971481919,0.417234957218,-0.459093445254,0.0261989502996,0.739611817031,-0.491448047749
+1470144924688906450,-0.0135779455304,0.0487943291664,0.406439423561,-0.387099825531,0.0256185503531,0.749767095195,-0.5360473094
+1470144924762917439,-0.0132018774748,0.0474283955991,0.39327159524,-0.420071764202,0.0248099278601,0.742926192699,-0.520562054516
+1470144924839337377,-0.0130526879802,0.0465247035027,0.382734596729,-0.407651021466,0.0255027692123,0.745996564273,-0.525984200859
+1470144924913598572,-0.0127124255523,0.0458033829927,0.374159663916,-0.368924916149,0.0217606940059,0.744597399401,-0.555873718794
+1470144924986340062,-0.0123256184161,0.0446704663336,0.359861850739,-0.422609572166,0.0219606560883,0.74039164245,-0.522244286602
+1470144925065934742,-0.0120632844046,0.043682962656,0.349864214659,-0.445252728246,0.0248111102078,0.74022895272,-0.503185367787
+1470144925142147011,-0.0118033690378,0.0429530441761,0.340589284897,-0.441053133756,0.0259179000544,0.741860167226,-0.504424313395
+1470144925214038365,-0.0115786436945,0.0422890484333,0.331575840712,-0.400265059145,0.0214934408239,0.741369911621,-0.538234677972
+1470144925285588889,-0.0113844163716,0.0412210784853,0.321435362101,-0.38017956768,0.0203096312267,0.740690950852,-0.55355932882
+1470144925357786834,-0.0112010538578,0.0400598458946,0.307158529758,-0.349284567388,0.0194913981029,0.744312704753,-0.568875183083
+1470144925433013532,-0.0109020322561,0.0391227379441,0.297744452953,-0.418359594801,0.0219474816342,0.740039905963,-0.526150639143
+1470144925506570117,-0.0107563417405,0.0385517627001,0.288550853729,-0.417389449691,0.0224730491137,0.740996035088,-0.525552932951
+1470144925584517381,-0.0108818821609,0.0377655625343,0.280160725117,-0.404324721891,0.0220017985107,0.741223917774,-0.535373275248
+1470144925658839902,-0.0107162268832,0.03772104159,0.275956362486,-0.468199974107,0.0270163170215,0.73997003449,-0.482185909083
+1470144925730897879,-0.0105400756001,0.0381516218185,0.27647998929,-0.407583534515,0.023095397318,0.742192299633,-0.531500569502
+1470144925803677478,-0.0104747004807,0.0381724983454,0.275660067797,-0.420518671497,0.0249442338006,0.742349657147,-0.521017100157
+1470144925874753052,-0.0104827657342,0.0372180342674,0.274212390184,-0.450943958882,0.0272264576114,0.741418531144,-0.496192329273
+1470144925947815770,-0.0105883479118,0.0366951413453,0.273306012154,-0.405687108285,0.0225349910614,0.741935371004,-0.533331088165
+1470144926018917214,-0.0105485813692,0.0365284346044,0.273092359304,-0.447713714639,0.0257181467118,0.740538422691,-0.500493607525
+1470144926096649861,-0.0105529185385,0.0358886197209,0.272631138563,-0.482174485825,0.0281991988198,0.738969092804,-0.469720395858
+1470144926172661747,-0.0105681708083,0.0354217998683,0.27265381813,-0.477857338064,0.0273198971152,0.738667442048,-0.474632908402
+1470144926245404025,-0.0105578508228,0.035147562623,0.27262711525,-0.484636258363,0.0269676400016,0.73824968652,-0.468388560732
+1470144926318222465,-0.0105194794014,0.0347477681935,0.272528648376,-0.504825406155,0.0292475035924,0.73781922498,-0.447122672298
+1470144926392053092,-0.0105468127877,0.0340843200684,0.272395670414,-0.484468116301,0.0272076110108,0.73780794745,-0.469243884213
+1470144926471099248,-0.0105271460488,0.0336758419871,0.272330254316,-0.486063108765,0.0273188963107,0.73808755368,-0.467143548927
+1470144926544399597,-0.0105112819001,0.0332775376737,0.27232542634,-0.500534906022,0.0285484153125,0.737547888211,-0.452407900498
+1470144926619558652,-0.0104938577861,0.0328847542405,0.27231195569,-0.506043407915,0.0286704025462,0.737130542877,-0.446919053164
+1470144926691572602,-0.0105120530352,0.0322395265102,0.272289782763,-0.493790632513,0.028382579338,0.73779196786,-0.459378115057
+1470144926763176814,-0.010493981652,0.0317673049867,0.27221173048,-0.489171370958,0.028429634834,0.738400710782,-0.463322259357
+1470144926835961601,-0.0105021884665,0.0312694013119,0.272291392088,-0.495328353215,0.0282368690984,0.737515824757,-0.458173449642
+1470144926907319833,-0.010510109365,0.0307739097625,0.272324860096,-0.494124822709,0.0275811619665,0.737258284676,-0.459924081521
+1470144926978955789,-0.0104765659198,0.030025228858,0.272163242102,-0.496849444231,0.0283222787301,0.737646890041,-0.456306414494
+1470144927060518264,-0.0104771694168,0.0294696260244,0.272192180157,-0.493410083005,0.0283911800696,0.737862123262,-0.459673708122
+1470144927136377166,-0.0104810381308,0.0289995893836,0.272177398205,-0.484783080557,0.0277699843535,0.738165162061,-0.468322950852
+1470144927208215149,-0.0104564176872,0.0284695923328,0.272108405828,-0.485271331565,0.0280999459303,0.73884353187,-0.466725147398
+1470144927286541316,-0.0104575101286,0.0279479660094,0.272203236818,-0.479829129629,0.0272814745899,0.738769698258,-0.472481809639
+1470144927361931924,-0.0104319173843,0.0274782851338,0.272248417139,-0.473756190205,0.0270824361125,0.739195171704,-0.477924797458
+1470144927435353492,-0.0104144392535,0.0266862232238,0.272200882435,-0.462675666623,0.0267215087799,0.739473605311,-0.488258103396
+1470144927507365526,-0.0104320133105,0.0262599680573,0.27219709754,-0.443570231723,0.0248872683813,0.739632867333,-0.505538618666
+1470144927583352471,-0.0104051800445,0.0257676374167,0.272209525108,-0.447123888363,0.0250735445872,0.739355080397,-0.502797783317
+1470144927666179751,-0.0103536779061,0.0251101031899,0.272326648235,-0.452466704111,0.0258886554651,0.740014448262,-0.496973113511
+1470144927742593488,-0.0103690866381,0.0247380640358,0.272353470325,-0.453808572296,0.0263538339463,0.740461724319,-0.495055239306
+1470144927815684257,-0.0103533472866,0.0243006106466,0.272300213575,-0.457973556109,0.0263351689657,0.739697134172,-0.492356405948
+1470144927888821108,-0.0103861819953,0.0238883383572,0.272298276424,-0.436691834442,0.0240794519332,0.739778198341,-0.511320485593
+1470144927962428133,-0.010343329981,0.0233577359468,0.272383838892,-0.456135967111,0.0259362407226,0.739491471756,-0.494388161392
+1470144928034701139,-0.0103757455945,0.0229743700475,0.272278010845,-0.439086051022,0.023587919837,0.73886739338,-0.510609464107
+1470144928106202111,-0.010317588225,0.0227195564657,0.272238850594,-0.462416665166,0.0263733633028,0.739423867589,-0.488597602864
+1470144928180861787,-0.0103690624237,0.0223872419447,0.272305369377,-0.445890977413,0.0243053024943,0.739058208765,-0.504364404561
+1470144928252497165,-0.010370108299,0.0220526810735,0.272233098745,-0.438508833037,0.0238986312192,0.739312707083,-0.51044645157
+1470144928333381845,-0.010403088294,0.0219097584486,0.272243022919,-0.425553848806,0.0225456084253,0.739442802576,-0.521171717408
+1470144928404792287,-0.0103783439845,0.0216391999274,0.272042274475,-0.46598361646,0.025726100348,0.738378874363,-0.486820372258
+1470144928481675693,-0.0104134678841,0.0214755367488,0.272197574377,-0.420295920851,0.0213467980139,0.738697070107,-0.526519032653
+1470144928553496126,-0.010301140137,0.0212486200035,0.271991610527,-0.473854968916,0.0276413458388,0.739177302441,-0.477822498413
+1470144928625485317,-0.0103459022939,0.0210663452744,0.27220711112,-0.456800910425,0.0247809654939,0.738283396748,-0.495637426019
+1470144928695925007,-0.0103989504278,0.0209580007941,0.272088259459,-0.420909055907,0.0212293333504,0.738597455058,-0.526173622908
+1470144928766541478,-0.0103840688244,0.0209449119866,0.272211521864,-0.43473626366,0.0216319119697,0.737473247439,-0.516400668817
+1470144928837934679,-0.01033204142,0.0206189919263,0.27220672369,-0.462133179407,0.0248981972425,0.737705108941,-0.491532477571
+1470144928917004776,-0.0103257214651,0.0206514168531,0.272071689367,-0.462751428387,0.0255293394356,0.738265661678,-0.490074668944
+1470144928993842295,-0.0103474361822,0.0205360557884,0.272139847279,-0.461751230028,0.0243080929551,0.737576858009,-0.492113093419
+1470144929068096369,-0.0103498501703,0.0204173512757,0.27218580246,-0.460162564726,0.0226515596157,0.736250535928,-0.495653577831
+1470144929139448162,-0.0103369634598,0.0203196965158,0.272136271,-0.465777314372,0.0238064199854,0.736431367607,-0.490054679182
+1470144929210018021,-0.0103115728125,0.0202515963465,0.272082954645,-0.478846665425,0.0246034404899,0.735804162808,-0.478218334782
+1470144929281161767,-0.0103406021371,0.0202667433769,0.271997481585,-0.470068719331,0.0239347480402,0.736129627266,-0.486390479763
+1470144929353024711,-0.0103107588366,0.0201744157821,0.271988540888,-0.485671953093,0.0257099198214,0.735983421661,-0.47094602349
+1470144929427493824,-0.0103160934523,0.0202432442456,0.272077053785,-0.500300592068,0.0254928849249,0.73452917225,-0.45772953314
+1470144929500871544,-0.0103217922151,0.0202055051923,0.272006899118,-0.499089425105,0.0255208388984,0.734506317514,-0.459084852792
+1470144929577007514,-0.0103037049994,0.0202086120844,0.272034555674,-0.493303101066,0.0251583035772,0.734700105049,-0.465010608353
+1470144929651553084,-0.0102846045047,0.0201911572367,0.272071480751,-0.507236310049,0.0259133508895,0.733940981436,-0.450966140395
+1470144929726217162,-0.0102954432368,0.0201563145965,0.272103667259,-0.514181515058,0.0260493798066,0.733310331729,-0.444066162596
+1470144929803893389,-0.0103188445792,0.0201715994626,0.27202129364,-0.510046150131,0.0255486346013,0.733349928124,-0.448773968638
+1470144929880817032,-0.0102860592306,0.020125310868,0.272196173668,-0.51991469722,0.025994643204,0.732679728081,-0.438398679512
+1470144929957519760,-0.0102917058393,0.0201486516744,0.272129356861,-0.504550523507,0.0254187670994,0.733817092703,-0.454197236853
+1470144930031976765,-0.0102637726814,0.0200433302671,0.272202193737,-0.526466933352,0.0271664872158,0.733012778957,-0.429868370487
+1470144930105539570,-0.0102651501074,0.0199777409434,0.272198677063,-0.520511493402,0.0265414511123,0.733129489235,-0.436903294362
+1470144930180192160,-0.0102698439732,0.0198979489505,0.272343665361,-0.528148009346,0.0252124485625,0.731216364167,-0.430983342411
+1470144930252621453,-0.0103051904589,0.0197279974818,0.272301733494,-0.507633237077,0.0228242100252,0.731108743669,-0.455266468107
+1470144930335065057,-0.0102283991873,0.0196467097849,0.272393345833,-0.533555113226,0.0266655011421,0.731669003799,-0.423400946006
+1470144930411425586,-0.0102075142786,0.0194755848497,0.272505521774,-0.549403446345,0.0270857642898,0.730486924182,-0.404735800389
+1470144930484932555,-0.0102760903537,0.0193265005946,0.272544890642,-0.527542102844,0.02274736545,0.729260798744,-0.435155804864
+1470144930561796878,-0.0101836053655,0.0191524475813,0.272533625364,-0.560366246265,0.0279476432625,0.729758769979,-0.390718232134
+1470144930635566975,-0.0102338427678,0.0188980717212,0.272596865892,-0.540240653662,0.0242249271765,0.729440757017,-0.418890643291
+1470144930706985632,-0.0101861385629,0.0186646375805,0.272529602051,-0.551342002634,0.0275669853064,0.730510056045,-0.402016312443
+1470144930791877067,-0.0101939290762,0.0184858273715,0.272616118193,-0.550757980714,0.026177080061,0.729727912531,-0.404323609046
+1470144930869480926,-0.0101469988003,0.0181214883924,0.272528588772,-0.560987310215,0.0287958154227,0.730462274367,-0.388444210303
+1470144930942150209,-0.010279385373,0.0178579576313,0.272592008114,-0.520722918235,0.021914598689,0.729107821648,-0.443586718918
+1470144931013356756,-0.0101898927242,0.0175727661699,0.272592693567,-0.557126757041,0.0270822088472,0.729640857703,-0.395601503186
+1470144931085856785,-0.0101682338864,0.017302069813,0.272579580545,-0.557122107827,0.0280197045427,0.730109002298,-0.394677967325
+1470144931156340459,-0.0101721584797,0.016817163676,0.272593528032,-0.554959467411,0.0276416331892,0.730091217569,-0.397772225872
+1470144931229211486,-0.0102590285242,0.016471227631,0.272571593523,-0.525004696033,0.0225586610334,0.729214769348,-0.43830012106
+1470144931316087541,-0.01016751118,0.0162036698312,0.272578537464,-0.557409078691,0.0278883053544,0.730202735495,-0.394108267477
+1470144931399213435,-0.0101468451321,0.015847697854,0.272525250912,-0.560404983329,0.0287724070402,0.730322868693,-0.389547058412
+1470144931477917217,-0.0101425703615,0.0153833292425,0.272540688515,-0.558488992025,0.0289599638753,0.730696208878,-0.391579387366
+1470144931552293311,-0.0102440509945,0.0150954369456,0.272583305836,-0.521615764236,0.0231168785336,0.730064070034,-0.440895745129
+1470144931624452349,-0.0102006681263,0.0147272236645,0.27266100049,-0.544138641578,0.0258180171429,0.730110281069,-0.412535509029
+1470144931697557197,-0.010181427002,0.0142965773121,0.272593617439,-0.54424391427,0.0263832784351,0.730481836402,-0.411702284528
+1470144931769697169,-0.0102198217064,0.0140735246241,0.272535711527,-0.531791798998,0.0239661618191,0.729822450972,-0.428931574571
+1470144931843642744,-0.0101982643828,0.0137664210051,0.272598803043,-0.544694268465,0.0256579751753,0.729796432318,-0.412367541869
+1470144931918821042,-0.0101556023583,0.0134349009022,0.27255409956,-0.558544960522,0.0283397061805,0.730333674887,-0.392220743274
+1470144931993286819,-0.0102352313697,0.0131899369881,0.272508978844,-0.520500626693,0.0233068175152,0.730303157045,-0.441806732271
+1470144932069383443,-0.010174298659,0.0129476189613,0.272589683533,-0.549737437771,0.027005283439,0.730304461632,-0.404616926857
+1470144932142918880,-0.0102277193218,0.0127450330183,0.272524952888,-0.521495790543,0.0237993551056,0.730634133301,-0.44005624004
+1470144932219981961,-0.0101628433913,0.0125620095059,0.272547602654,-0.54966531355,0.0276420045387,0.730771110831,-0.403828609981
+1470144932292998446,-0.010233156383,0.0122566446662,0.272560894489,-0.521920777755,0.0231970158817,0.730058930829,-0.440538940071
+1470144932368903158,-0.010179922916,0.0121060917154,0.272516429424,-0.541523599406,0.0261453185502,0.730588072771,-0.4151020134
+1470144932443046231,-0.0101805087179,0.0119351111352,0.272540837526,-0.538814739251,0.0263584358825,0.731053109547,-0.417786142237
+1470144932518023022,-0.0102293640375,0.011792271398,0.272536069155,-0.521518309414,0.0235636268231,0.730438865148,-0.440366293804
+1470144932605400975,-0.0101547706872,0.0115631418303,0.272571146488,-0.552514215626,0.028069149453,0.73084305628,-0.399760667735
+1470144932688311677,-0.0102033345029,0.0114220622927,0.272581487894,-0.52935106891,0.0251822250412,0.730999178425,-0.429876147893
+1470144932760517330,-0.0102334562689,0.0113111529499,0.272523760796,-0.517046566527,0.02329491684,0.730647659515,-0.445279903586
+1470144932834426901,-0.0101945875213,0.0111949825659,0.272464603186,-0.536415867954,0.0249426529743,0.730303355937,-0.422247426253
+1470144932906983227,-0.0101651269943,0.0110363541171,0.272591263056,-0.551850649602,0.0273749644911,0.730365761621,-0.401593483644
+1470144932981530997,-0.0101989191025,0.0109083540738,0.272495418787,-0.530895572234,0.025301273531,0.730913805083,-0.428105999116
+1470144933053760651,-0.0102066975087,0.0108216181397,0.272487968206,-0.532938464007,0.0242715956242,0.729949410714,-0.427271975474
+1470144933131605022,-0.0102327028289,0.0107579352334,0.272521138191,-0.519904727947,0.0228827944695,0.730270937803,-0.442583109683
+1470144933206989089,-0.010137271136,0.0106568289921,0.272478878498,-0.56286814669,0.0288268362455,0.730156440727,-0.386290091795
+1470144933279183821,-0.010179489851,0.0105672823265,0.272538125515,-0.541623678787,0.0263688494464,0.730779530809,-0.414620008812
+1470144933355696242,-0.0101953884587,0.0104572223499,0.27252009511,-0.531305320492,0.0255406433168,0.73104916953,-0.427351662786
+1470144933430151798,-0.0102177094668,0.0103377457708,0.272484958172,-0.522683954062,0.0234289708431,0.730341725728,-0.439150920701
+1470144933504683466,-0.0101912282407,0.0100257536396,0.272550880909,-0.525974177508,0.0255921504362,0.731581535046,-0.432994993055
+1470144933577800227,-0.0101778712124,0.00959277804941,0.272531241179,-0.531362266915,0.0261342056864,0.731551396706,-0.426384449259
+1470144933650473757,-0.0102096265182,0.00934651121497,0.272401154041,-0.522815046372,0.0233874811688,0.730500248087,-0.438733222536
+1470144933729324599,-0.0101561304182,0.00941287074238,0.271909534931,-0.511224299567,0.0258498141344,0.73349841981,-0.447170628259
+1470144933803356815,-0.0101625761017,0.00938457995653,0.271499454975,-0.496228629094,0.0255255069515,0.734751803255,-0.461784997348
+1470144933887273566,-0.010240518488,0.00930326245725,0.270906627178,-0.489633288323,0.024626043006,0.734625744759,-0.46901792728
+1470144933965867298,-0.0102384146303,0.00922538433224,0.270492404699,-0.509986591683,0.0253641475811,0.733395114827,-0.448778276958
+1470144934039478564,-0.0101878419518,0.00912322476506,0.270222246647,-0.520056639202,0.0258173902838,0.732816467504,-0.4380120767
+1470144934115723092,-0.0101404963061,0.00909963529557,0.270003020763,-0.527632836686,0.0263227859606,0.73243519279,-0.429475714043
+1470144934193651913,-0.010099212639,0.0091079454869,0.26970654726,-0.532456345996,0.0268646830661,0.732182915811,-0.42388289209
+1470144934268823960,-0.0100947339088,0.00897655170411,0.269425630569,-0.520868805533,0.0255503593273,0.732124810088,-0.438219270474
+1470144934342039869,-0.0101184686646,0.00886299740523,0.269276350737,-0.506337851967,0.0237622636677,0.73219816175,-0.454910086085
+1470144934415243376,-0.010089696385,0.00864680856466,0.269196689129,-0.513200167299,0.0258245667112,0.733046967695,-0.445646522696
+1470144934487008574,-0.0101226745173,0.00830594077706,0.26885342598,-0.474070352709,0.0226699777872,0.734253049182,-0.485402752935
+1470144934559689692,-0.0100757991895,0.00801268871874,0.268922805786,-0.501177057772,0.0255246222824,0.734002739585,-0.45761340529
+1470144934631849808,-0.0100773358718,0.00803101621568,0.268872529268,-0.490963644915,0.0248016350877,0.734506273497,-0.467803497702
+1470144934710622309,-0.0101298978552,0.00824606604874,0.268918454647,-0.464549844839,0.0204334719684,0.733263233286,-0.49608562325
+1470144934784751574,-0.010037583299,0.00843235291541,0.268874317408,-0.515719730341,0.0262150868084,0.733292045185,-0.442299339169
+1470144934859540647,-0.0100447610021,0.00885369442403,0.268800288439,-0.506669157799,0.0256146276002,0.733872625765,-0.451731363247
+1470144934931649859,-0.0100809019059,0.00908344238997,0.26875051856,-0.504158715246,0.0243273846739,0.732957743174,-0.456075777605
+1470144935005698857,-0.0100780837238,0.00924865622073,0.26871702075,-0.491412304063,0.0235368297096,0.733595636967,-0.468825560829
+1470144935084490742,-0.0100668761879,0.00940747372806,0.268791675568,-0.505965055008,0.0245797812782,0.732828935669,-0.454265284288
+1470144935162210786,-0.0100973956287,0.00965526606888,0.268662065268,-0.476213007924,0.0217405717656,0.733356517543,-0.484702730341
+1470144935235496178,-0.010112863034,0.00963425077498,0.268628269434,-0.476104140945,0.021482855088,0.733034035406,-0.485308599603
+1470144935307788328,-0.0100718224421,0.00968263112009,0.268545538187,-0.511601218378,0.0244440378443,0.732368385292,-0.448668285701
+1470144935378822885,-0.0100866770372,0.00981460232288,0.268277317286,-0.505868067815,0.0254158503826,0.733840988311,-0.452690773475
+1470144935452069908,-0.0100798076019,0.0101747373119,0.268273293972,-0.513891990629,0.0255764372977,0.733148674333,-0.444695276731
+1470144935524846379,-0.0100807715207,0.0102627407759,0.268352299929,-0.514868510809,0.0250551364262,0.732542154301,-0.444594926746
+1470144935597209515,-0.0101598873734,0.0104667684063,0.268157809973,-0.479975727602,0.0206667481372,0.732098378272,-0.482937005173
+1470144935674769053,-0.0100774932653,0.0106559451669,0.268300056458,-0.522201012602,0.0256260814188,0.73224082661,-0.43643187124
+1470144935749123647,-0.0101668508723,0.0108465468511,0.268111735582,-0.500683963501,0.0215787453841,0.730976118337,-0.46316718457
+1470144935821844083,-0.0100996885449,0.0112056555226,0.268107891083,-0.531799480894,0.0261603326774,0.731767926427,-0.425465217107
+1470144935894611341,-0.0101563530043,0.0114234350622,0.268134921789,-0.523308943288,0.0233766689917,0.730532202992,-0.438091293697
+1470144935967732830,-0.0101137850434,0.0116252517328,0.268043190241,-0.531004262494,0.0256302501774,0.731537368722,-0.426884810753
+1470144936041403026,-0.0101522775367,0.0118905082345,0.268116980791,-0.523243043204,0.0236664820958,0.730781495218,-0.437738531101
+1470144936112700278,-0.010124870576,0.0121795637533,0.268057495356,-0.528945274597,0.0244900725048,0.730753859677,-0.430831671767
+1470144936189714441,-0.0101517746225,0.0123408585787,0.268012613058,-0.516858262917,0.0231473402758,0.730921703515,-0.445056400946
+1470144936261692766,-0.0101070124656,0.0124963177368,0.268198549747,-0.539056844705,0.0255550852002,0.730629453118,-0.418264578986
+1470144936334389598,-0.01014800556,0.0126988040283,0.267992287874,-0.532240677519,0.0240664136299,0.730190244432,-0.42774159941
+1470144936410783989,-0.0101502360776,0.0129155516624,0.267957389355,-0.535934483029,0.0255990651063,0.731069820307,-0.42149239092
+1470144936482343226,-0.0101393898949,0.013096514158,0.267953157425,-0.527377507112,0.0249757166563,0.731333923567,-0.431740513283
+1470144936554851117,-0.0101599665359,0.0131203355268,0.267847597599,-0.529076658021,0.0250552494436,0.731087775607,-0.430070678809
+1470144936627034177,-0.0101315546781,0.0130246840417,0.267943888903,-0.537743332383,0.025847114789,0.730903948756,-0.419456139337
+1470144936700984651,-0.0101190842688,0.0129868527874,0.267895549536,-0.530990008128,0.025835948794,0.731723452351,-0.426571101105
+1470144936780300683,-0.0101345442235,0.0130166830495,0.267823696136,-0.533084304519,0.0259334991406,0.731551835219,-0.424241075669
+1470144936852513605,-0.0102381296456,0.0131582729518,0.267731398344,-0.50123234146,0.0209546997718,0.730413241412,-0.463490600986
+1470144936924435247,-0.0101903202012,0.0131640657783,0.267672240734,-0.512911503853,0.0235010011555,0.731521499553,-0.448604266421
+1470144936996034166,-0.0102195553482,0.0128022534773,0.26779794693,-0.514826216847,0.0233047148826,0.731013987677,-0.447246471794
+1470144937067587407,-0.0101403044537,0.0125347245485,0.267761170864,-0.550959412858,0.0279575192311,0.730974455977,-0.401669574664
+1470144937140699006,-0.0101921176538,0.0124006811529,0.267813235521,-0.527681596071,0.0249428080574,0.731219708906,-0.431564278875
+1470144937214551065,-0.0102410335094,0.0122333969921,0.267776697874,-0.513204609001,0.0219485723764,0.73005964383,-0.450724090682
+1470144937286925462,-0.010187103413,0.0119953360409,0.267754197121,-0.530623078906,0.0250096873197,0.731019915844,-0.428279752396
+1470144937357825093,-0.0102299740538,0.0117906238884,0.267756521702,-0.52221843173,0.0229353979382,0.730061446282,-0.440195594862
+1470144937431047097,-0.0101716602221,0.011686376296,0.267730265856,-0.5425578226,0.0261324165831,0.730611933078,-0.413707999902
+1470144937503782238,-0.0101669859141,0.0115665085614,0.267823666334,-0.548267005002,0.0270436093445,0.730628465317,-0.406022142363
+1470144937582111367,-0.0102284932509,0.0113869002089,0.267848849297,-0.526410450869,0.0236739849832,0.730179527851,-0.434936129516
+1470144937657416712,-0.0101716350764,0.0110960742459,0.267826914787,-0.542213531158,0.026490863953,0.730909405902,-0.413611123062
+1470144937730854557,-0.0102013330907,0.0110286744311,0.267922669649,-0.542336003104,0.0255053511495,0.730061120023,-0.415008310557
+1470144937804872719,-0.0102041373029,0.011001849547,0.267833799124,-0.52980998075,0.0249032374334,0.7308970584,-0.429500527457
+1470144937877319442,-0.0102282995358,0.01087999437,0.267778933048,-0.528978506081,0.0234483857611,0.729774189402,-0.43250612226
+1470144937951618239,-0.0102289747447,0.0108633460477,0.267750829458,-0.518464148631,0.0227932544496,0.730332418228,-0.444173336684
+1470144938029516794,-0.010228083469,0.0108387069777,0.267763972282,-0.528177575079,0.0229534539572,0.729535035784,-0.433912686723
+1470144938103154064,-0.0102173676714,0.010746633634,0.267756104469,-0.531390785064,0.0235732703453,0.729755213349,-0.429564271169
+1470144938175642168,-0.0101825986058,0.0106355454773,0.267835170031,-0.541488843391,0.0260580039734,0.730566407522,-0.415190964633
+1470144938247486953,-0.0102312462404,0.0103831384331,0.267796307802,-0.529699434389,0.0231730520477,0.729560090612,-0.431999528996
+1470144938320994880,-0.0101589374244,0.0098410686478,0.267787724733,-0.552701055583,0.0276970320282,0.730515351826,-0.400127152692
+1470144938394556565,-0.0102322818711,0.00949642900378,0.267780542374,-0.50397676596,0.022032667832,0.731087315698,-0.459383628079
+1470144938471029667,-0.0101503022015,0.00941659603268,0.267600059509,-0.526039033931,0.0246843945323,0.731258215126,-0.433514749759
+1470144938547440466,-0.0101226670668,0.00900525227189,0.267392784357,-0.529133799379,0.0249886326202,0.731178385207,-0.429850159475
+1470144938620577613,-0.0100624980405,0.00874658301473,0.267046451569,-0.527476557376,0.0258949076221,0.731957195526,-0.430507374032
+1470144938690149835,-0.00999518297613,0.00849915295839,0.266775399446,-0.543345218602,0.0266746019681,0.730870508092,-0.412180469495
+1470144938763469799,-0.00996471755207,0.00839604064822,0.266492813826,-0.55201832871,0.026384493956,0.729646971566,-0.402734304638
+1470144938834681931,-0.00995750259608,0.00831380020827,0.266144990921,-0.546978768476,0.0256620677759,0.729565605687,-0.409743471104
+1470144938912228061,-0.00997196417302,0.00828729663044,0.265719741583,-0.542203053902,0.0261981921692,0.730553017877,-0.414272604859
+1470144938987147895,-0.0100468490273,0.00826100073755,0.264800131321,-0.52198373947,0.0254547018109,0.732188099706,-0.436790133282
+1470144939062239659,-0.010015476495,0.00820455607027,0.264498144388,-0.522202869785,0.0247507267085,0.731609091162,-0.437538229238
+1470144939134309398,-0.00995372887701,0.00818777550012,0.264208316803,-0.536047290983,0.0268505841923,0.731716682852,-0.420146455411
+1470144939206260602,-0.009990346618,0.00817192159593,0.263877660036,-0.516944170686,0.0219393408698,0.729798649502,-0.446857159393
+1470144939281612414,-0.00995648186654,0.00814840383828,0.263647824526,-0.528064783903,0.0215596652545,0.728426206299,-0.43597938806
+1470144939352368319,-0.00986788701266,0.0081431819126,0.263136774302,-0.539215655555,0.024301196697,0.729377220812,-0.420315117983
+1470144939425059294,-0.00987881980836,0.00814439728856,0.262582778931,-0.526937737787,0.0250701405827,0.731176898752,-0.432537225308
+1470144939497657400,-0.00992175098509,0.0081354836002,0.262025773525,-0.529520104038,0.0250941050953,0.731124956662,-0.429459012078
+1470144939568783396,-0.00990149471909,0.0080978712067,0.261653721333,-0.531553592282,0.0254925400881,0.731289792196,-0.426633506375
+1470144939641240803,-0.00987407751381,0.00800136197358,0.261359840631,-0.528963266073,0.0249103642008,0.730950058931,-0.430452492441
+1470144939714870453,-0.00983901601285,0.0079208733514,0.261139988899,-0.535729934486,0.0257108586864,0.730983547094,-0.4218950615
+1470144939793445231,-0.00982375070453,0.00782366842031,0.260994166136,-0.541208478226,0.0254068695001,0.730178776152,-0.41627734617
+1470144939866520892,-0.00979663152248,0.00778072793037,0.260769039392,-0.535895723235,0.0255683254559,0.730945293705,-0.421759424509
+1470144939943870591,-0.00976141821593,0.0077767688781,0.260611474514,-0.554115927449,0.026197122189,0.729316033531,-0.400458952917
+1470144940020571052,-0.00979333929718,0.00791169609874,0.260226607323,-0.518525139472,0.0230115243927,0.730325158384,-0.4441028175
+1470144940093486903,-0.00980409700423,0.00801636371762,0.259682118893,-0.530593282316,0.0241955925285,0.730151007602,-0.429842817971
+1470144940166644193,-0.00979056674987,0.00813425332308,0.258920043707,-0.541638972794,0.0265490195542,0.730941795092,-0.414302383409
+1470144940246605040,-0.00984462350607,0.0081935795024,0.258649259806,-0.519695485797,0.0217906460993,0.729560807291,-0.444052697605
+1470144940323708330,-0.00976180937141,0.00823142100126,0.258384823799,-0.537959981053,0.0249413741585,0.730212231404,-0.42043677735
+1470144940395111485,-0.00969641748816,0.00827242154628,0.257973015308,-0.540997795274,0.0256937423137,0.730522614619,-0.415930194437
+1470144940468559577,-0.00973544362932,0.00829538051039,0.257458418608,-0.514214427459,0.0226630069704,0.730679574466,-0.448527892295
+1470144940542534107,-0.00984939653426,0.00829112064093,0.256738901138,-0.499479804437,0.0198971267033,0.729758236873,-0.466451439086
+1470144940618810253,-0.00980158150196,0.00827238988131,0.256400287151,-0.527430647793,0.0223642491561,0.729103815371,-0.435573620115
+1470144940695037257,-0.00972645916045,0.0082671996206,0.256020277739,-0.536621622586,0.0242154812958,0.729632935238,-0.423186276306
+1470144940767842899,-0.00970307085663,0.00825767870992,0.255799740553,-0.534253939244,0.0239693029855,0.729610098371,-0.42622447756
+1470144940839923524,-0.00966365728527,0.00823245290667,0.25561901927,-0.550797496438,0.0251856316578,0.728912885487,-0.405800206069
+1470144940922530583,-0.00960057135671,0.00826966855675,0.255254685879,-0.547769884032,0.0272348992333,0.730755987709,-0.406450613038
+1470144940993999056,-0.00969474203885,0.00829714909196,0.254615336657,-0.515299978618,0.0231353778925,0.731078509949,-0.4466037378
+1470144941070577566,-0.00973617658019,0.00830240827054,0.254154115915,-0.521462549278,0.0236244179781,0.730894098044,-0.439673190017
+1470144941152068194,-0.00976226013154,0.00828778091818,0.253947615623,-0.510642968621,0.0223105011309,0.730858867471,-0.452317715745
+1470144941223911674,-0.00969843007624,0.00826538633555,0.253721684217,-0.527740932362,0.0239011886879,0.730454644421,-0.432844376114
+1470144941295691847,-0.00963230151683,0.00837969221175,0.253455430269,-0.54849289697,0.0258953916701,0.729679928793,-0.407494996511
+1470144941371248355,-0.00967322196811,0.00844415649772,0.253236681223,-0.543215472659,0.0221213025098,0.72744676522,-0.418627282927
+1470144941442563536,-0.00961799081415,0.00850435532629,0.253015398979,-0.541520540384,0.023730481099,0.728734063834,-0.418496156275
+1470144941517469263,-0.00965246092528,0.00867688190192,0.252112299204,-0.508267318875,0.023340191288,0.731641756314,-0.453673790792
+1470144941591561570,-0.00973252486438,0.00869502313435,0.25165528059,-0.515240980587,0.0218768569698,0.729985164626,-0.448519558635
+1470144941665619264,-0.00970577262342,0.00869741756469,0.251527041197,-0.521917638244,0.0229030948612,0.730250716379,-0.440240069012
+1470144941736238097,-0.00967326294631,0.00867032352835,0.251354575157,-0.52786986496,0.0234534637539,0.730111065555,-0.433291094599
+1470144941807749843,-0.00964194349945,0.00865107681602,0.25116866827,-0.524406492977,0.0237749116775,0.730746374859,-0.436396974472
+1470144941886819089,-0.00957838818431,0.00862033758312,0.250907480717,-0.546870975454,0.0250353935684,0.729339110293,-0.410328925952
+1470144941959960082,-0.00951609108597,0.00868752971292,0.25070938468,-0.560743057354,0.0272641088836,0.729447397534,-0.390807351807
+1470144942035866820,-0.00964053347707,0.00879699550569,0.250363886356,-0.5081247431,0.0206539360471,0.729234352307,-0.457820838091
+1470144942115275108,-0.00962217710912,0.00883213803172,0.250029832125,-0.530574393045,0.0231384108653,0.729325331406,-0.431323530956
+1470144942194121578,-0.00962112192065,0.00887834373862,0.249581441283,-0.543629327887,0.0249347235976,0.729461132139,-0.41440544171
+1470144942266570051,-0.00960217602551,0.00891296565533,0.249199613929,-0.548185890339,0.0262484634111,0.72996509214,-0.407374780833
+1470144942338908358,-0.00957272853702,0.00883127935231,0.249085262418,-0.554080073083,0.0270395675565,0.729838023828,-0.399500429753
+1470144942411855360,-0.00957593414932,0.00847646128386,0.248962283134,-0.544307262062,0.0260888533306,0.730288250357,-0.411980639824
+1470144942489829260,-0.00958176050335,0.00819839071482,0.248800516129,-0.522381195111,0.0233009185505,0.730542003384,-0.439184853429
+1470144942565129409,-0.00954136811197,0.00857674423605,0.248572424054,-0.530276542571,0.0236771344152,0.730150772246,-0.430262747043
+1470144942639509387,-0.00954738073051,0.00885509792715,0.248371809721,-0.521278121686,0.0217229460573,0.729474173933,-0.442339985792
+1470144942713391962,-0.00951549317688,0.00931025762111,0.248260676861,-0.53224140246,0.0228826957607,0.729289502447,-0.429339368522
+1470144942784467682,-0.00951082911342,0.00966770481318,0.247955426574,-0.529027438683,0.0225510188,0.729159449873,-0.433529603755
+1470144942853812272,-0.00954745616764,0.0100287795067,0.247251689434,-0.536148352235,0.023203474266,0.729030475987,-0.424877756843
+1470144942928552380,-0.00960540864617,0.0102232974023,0.246674671769,-0.527639783716,0.0207592688111,0.727760244161,-0.437641792356
+1470144942998254258,-0.00956318154931,0.0102779185399,0.246593236923,-0.536379187128,0.0222569750881,0.728207718856,-0.426046374089
+1470144943073761156,-0.00945286639035,0.0103878099471,0.246196255088,-0.554538717115,0.0257594173313,0.729021671027,-0.400438093608
+1470144943150327027,-0.00949264317751,0.0104268221185,0.245818927884,-0.539288734359,0.0225273793769,0.728248102482,-0.42227346519
+1470144943223740702,-0.00948898214847,0.0104174111038,0.245623812079,-0.541106154254,0.0226348979647,0.728189592407,-0.420037746795
+1470144943295938021,-0.00952275749296,0.0104028740898,0.245210632682,-0.525407060084,0.0219480393167,0.729087296689,-0.438060975883
+1470144943368487438,-0.00953931175172,0.0104013178498,0.244568899274,-0.528374727277,0.0231110132063,0.729710527218,-0.43336886726
+1470144943442423425,-0.0094582978636,0.0104260509834,0.244307115674,-0.554944912577,0.0259196352406,0.728975977562,-0.399947922424
+1470144943515829141,-0.00948986038566,0.0105132814497,0.243945255876,-0.542711477138,0.021587089882,0.727040986313,-0.420011493122
+1470144943585536117,-0.00943878944963,0.0105325942859,0.243762120605,-0.550044551383,0.0229565225374,0.727441157003,-0.409577041183
+1470144943657139063,-0.00939137116075,0.0106465807185,0.243155226111,-0.547078797407,0.0251737289377,0.729308583221,-0.410097626473
+1470144943735491721,-0.00954379141331,0.0107016842812,0.242409497499,-0.520162641145,0.0212397837454,0.72894785492,-0.444538775757
+1470144943809842926,-0.00945440400392,0.0107391178608,0.24205544591,-0.527170790273,0.0234748661076,0.730217731028,-0.433960774537
+1470144943886136035,-0.009382000193,0.0107434112579,0.241875126958,-0.553070685279,0.0260563378967,0.729385762092,-0.401783890167
+1470144943957868809,-0.00935609731823,0.0106529500335,0.23891800642,-0.535705783235,0.0198578735192,0.72638304802,-0.430107714667
+1470144944033173338,-0.00930898543447,0.010645522736,0.237369284034,-0.541869140021,0.0225875158425,0.727969916349,-0.419437051429
+1470144944108654012,-0.00937914662063,0.0107039632276,0.237214252353,-0.496576648793,0.0175104698028,0.727585447918,-0.472995170481
+1470144944183857141,-0.00933697726578,0.0107130957767,0.237073510885,-0.511433488095,0.0188934486605,0.727647936595,-0.456735487149
+1470144944257161198,-0.00932776834816,0.0106965005398,0.237093061209,-0.522741449706,0.0194565695059,0.727301326681,-0.444292244892
+1470144944329184123,-0.00927781499922,0.0106714768335,0.236798644066,-0.535610275492,0.0204521540663,0.726768306468,-0.429547635188
+1470144944401482094,-0.00927145686001,0.0107013173401,0.236166089773,-0.533124700904,0.0222477831596,0.728339624006,-0.429888917667
+1470144944472752321,-0.00930820498616,0.010684854351,0.235571429133,-0.545842441792,0.022393590023,0.72729368877,-0.415449691467
+1470144944546378266,-0.00928518734872,0.0106874769554,0.235385000706,-0.54581309488,0.0221436668308,0.727182364265,-0.415696442827
+1470144944617774750,-0.00928872916847,0.0106876716018,0.23506231606,-0.52958515481,0.0198542255239,0.726996681339,-0.436601876834
+1470144944689941778,-0.00924905203283,0.0106477979571,0.234770447016,-0.530177100563,0.0207053324287,0.727671204999,-0.434716170234
+1470144944760788255,-0.00930702313781,0.0105814486742,0.234239414334,-0.504587877681,0.0195274815541,0.728644342798,-0.462695550951
+1470144944832915750,-0.00935094803572,0.0105387987569,0.233911439776,-0.501589839066,0.0194849962922,0.729079564354,-0.46526439484
+1470144944904441109,-0.00934991240501,0.0104937963188,0.233689814806,-0.510860179458,0.0197825897675,0.728588226466,-0.455839579723
+1470144944976649343,-0.00928944908082,0.0104770157486,0.233488351107,-0.526951879896,0.0212749236017,0.728402078967,-0.437377988995
+1470144945048901249,-0.00918150600046,0.0105651943013,0.233216166496,-0.559202388511,0.025186981566,0.728021737698,-0.395781068373
+1470144945122399401,-0.00923697277904,0.0106279384345,0.233054950833,-0.537312666831,0.020542650751,0.726752728543,-0.427438380492
+1470144945194867702,-0.00916893966496,0.0107457470149,0.232542827725,-0.54130594907,0.0226645716796,0.727753833509,-0.420533642536
+1470144945266759998,-0.00932882074267,0.010828955099,0.231755033135,-0.500493651123,0.0180705005568,0.727803918646,-0.468488012865
+1470144945336825579,-0.0093033676967,0.0108493044972,0.231583818793,-0.513231500138,0.0194835767098,0.727962740971,-0.454185056186
+1470144945408840094,-0.00925096310675,0.0108328433707,0.231399714947,-0.527321587401,0.02082184075,0.727875297063,-0.437830956346
+1470144945483002370,-0.00921807438135,0.0107551030815,0.231228724122,-0.533086939262,0.0209643635027,0.727630379732,-0.431199305591
+1470144945566853563,-0.00919013377279,0.0107020307332,0.231041282415,-0.537396986398,0.0209775026585,0.727180110054,-0.42658353336
+1470144945644550261,-0.00917262490839,0.0106879705563,0.230905279517,-0.539418458668,0.0215677704209,0.72743816567,-0.423551971845
+1470144945720300260,-0.00924353301525,0.0107560139149,0.231298357248,-0.53524880241,0.0212280283508,0.727694285503,-0.428391313144
+1470144945793764532,-0.00927230808884,0.0109622469172,0.231765121222,-0.542882539459,0.0231745158736,0.728461032847,-0.417236160691
+1470144945868397011,-0.0092254942283,0.0111023727804,0.232125833631,-0.546240456517,0.0241326626529,0.728655962914,-0.412431165126
+1470144945940412968,-0.00923932157457,0.0111975390464,0.231670603156,-0.541977227951,0.0241311835256,0.729126060386,-0.417197265608
+1470144946012598755,-0.00928611773998,0.01124379877,0.231539055705,-0.519799885184,0.0207594341798,0.7285793813,-0.445588611165
+1470144946087409966,-0.00918518472463,0.011295735836,0.231299042702,-0.554163394286,0.02472240677,0.728303878256,-0.402324739426
+1470144946161606436,-0.0091251032427,0.0113658048213,0.231003060937,-0.56064282621,0.025506835035,0.728272161698,-0.393253965373
+1470144946235252319,-0.00915397610515,0.0114531386644,0.230519473553,-0.544604056122,0.0237296124948,0.728664306542,-0.414598186101
+1470144946307943592,-0.00920770969242,0.0115879494697,0.229790791869,-0.543605558664,0.0244428527725,0.729326893793,-0.414702092505
+1470144946382751854,-0.00921137537807,0.0116200735793,0.229606419802,-0.54161608274,0.0227934190375,0.72829301063,-0.419191805302
+1470144946455955607,-0.00911116227508,0.0116964485496,0.229276299477,-0.560254494352,0.0254166438043,0.728234244234,-0.393882953808
+1470144946526680285,-0.00909511744976,0.0117336055264,0.22885645926,-0.555651560235,0.0246372285907,0.728227001357,-0.400412019137
+1470144946600313773,-0.00913358666003,0.0117839751765,0.228311121464,-0.548810960629,0.0238510156803,0.728309917889,-0.409636817252
+1470144946673367478,-0.00913049932569,0.0117960395291,0.227925240993,-0.555473924287,0.0251869995177,0.728623254774,-0.399903097131
+1470144946744848642,-0.00910987425596,0.0118277119473,0.227578654885,-0.556590575072,0.0252427367781,0.728579433576,-0.398424076771
+1470144946815976911,-0.00911945849657,0.0119219804183,0.227388471365,-0.558938420694,0.0235885352781,0.727188683173,-0.39777888574
+1470144946888880536,-0.00910169724375,0.0122677218169,0.227270811796,-0.560145760909,0.0231628711074,0.72676903812,-0.396871481928
+1470144946961875425,-0.0090450309217,0.0123997367918,0.227208688855,-0.567696396105,0.0251654859877,0.727284228643,-0.384896285942
+1470144947031201358,-0.00902954675257,0.0124931531027,0.227131351829,-0.562778085034,0.0251218865033,0.727693705298,-0.39129475986
+1470144947104765647,-0.00902421027422,0.0121894171461,0.226913973689,-0.553809846178,0.0250302345169,0.728428113427,-0.402567541172
+1470144947174603451,-0.00900264363736,0.0119442278519,0.22679759562,-0.547966754567,0.025343798026,0.729314408457,-0.408889497796
+1470144947250617816,-0.00907064415514,0.0118136312813,0.226691842079,-0.525437272387,0.0227425678017,0.729487022978,-0.437318112708
+1470144947323526147,-0.00904078688473,0.0116863390431,0.226723015308,-0.544585950794,0.0243261040424,0.728901307645,-0.414170576662
+1470144947399631758,-0.00902218837291,0.0115887764841,0.226627603173,-0.551258321896,0.0250655842048,0.728749282353,-0.405475600374
+1470144947475133296,-0.00903978291899,0.0114698810503,0.226626902819,-0.548312561265,0.0246091491177,0.728638146904,-0.409675695904
+1470144947548405484,-0.00903382245451,0.0113047901541,0.226625412703,-0.544595297555,0.0246537351052,0.729169372844,-0.41366675106
+1470144947621101430,-0.00903084129095,0.0111165456474,0.226552411914,-0.535030552841,0.0248252095456,0.730153749303,-0.424265858721
+1470144947691415563,-0.00905473809689,0.0109513029456,0.226587325335,-0.540874964752,0.0240279712338,0.729107168295,-0.418664144923
+1470144947770757264,-0.00902940426022,0.010764230974,0.226557075977,-0.545663892228,0.0251912826935,0.72937588537,-0.41185814771
+1470144947843323533,-0.0090284589678,0.0107067395002,0.226520374417,-0.536922153262,0.0251419257258,0.730258035275,-0.421670116113
+1470144947915787194,-0.00906110927463,0.0105678401887,0.226495951414,-0.537972556688,0.0235050334565,0.729025343997,-0.422557794229
+1470144947987536334,-0.00903261918575,0.0104410331696,0.226479828358,-0.541581038837,0.0253761742318,0.730009200108,-0.416092052209
+1470144948058851585,-0.00904540717602,0.0103034405038,0.226492658257,-0.537172232753,0.0246394683659,0.729807336962,-0.422161272352
+1470144948131512751,-0.00902952440083,0.0101801324636,0.226465448737,-0.54239723897,0.0250772377408,0.729618233913,-0.415732606426
+1470144948205937901,-0.0090532777831,0.00975471641868,0.226523071527,-0.540296715273,0.0244948172719,0.729377402637,-0.418912959831
+1470144948278147364,-0.00906599406153,0.0092948069796,0.226404681802,-0.534094656849,0.0248912042089,0.730223068947,-0.425320579159
+1470144948351314952,-0.00902074202895,0.00890799425542,0.226497426629,-0.528379344418,0.025031554121,0.730992340063,-0.431090348371
+1470144948422950360,-0.00899306870997,0.00878143124282,0.226456359029,-0.529140267933,0.0252705485132,0.731021471563,-0.430092529978
+1470144948494825368,-0.00898054800928,0.00829147920012,0.22596514225,-0.544240707823,0.0263519912537,0.730424896751,-0.411809536937
+1470144948569033088,-0.00906418915838,0.00807199906558,0.225466504693,-0.541702348785,0.0241134832739,0.729132890146,-0.417543211838
+1470144948641521176,-0.00900137703866,0.00797621533275,0.225121855736,-0.545810835574,0.0240973378967,0.728749857113,-0.412835918778
+1470144948715161639,-0.00898234266788,0.00795997586101,0.224951788783,-0.541367362281,0.024108544198,0.729073107611,-0.418082002617
+1470144948792754237,-0.00895889941603,0.00795066170394,0.224391043186,-0.527361546543,0.0245606324019,0.730633088969,-0.432968663839
+1470144948867471772,-0.00900927558541,0.00791306328028,0.22381092608,-0.540309150916,0.0248347618585,0.729818456216,-0.418107972903
+1470144948938493045,-0.0089945262298,0.00787150114775,0.223394080997,-0.530268171194,0.0233503912431,0.729819886853,-0.430851898686
+1470144949010246830,-0.00900726113468,0.00784985069185,0.223223313689,-0.52337056546,0.0221585929275,0.729483271221,-0.43982542557
+1470144949092134547,-0.0089883711189,0.00785928405821,0.222757920623,-0.501620553371,0.0213886376302,0.73053086545,-0.462864992455
+1470144949172903587,-0.00893591344357,0.00781943276525,0.222184851766,-0.523214160079,0.0239255821477,0.730626067693,-0.438018331145
+1470144949246576985,-0.00894830469042,0.00776584353298,0.221675083041,-0.54600596373,0.0247471394949,0.729196172547,-0.411749934548
+1470144949319017037,-0.00891937408596,0.00775793241337,0.22151632607,-0.547533096701,0.0252601697064,0.729366342728,-0.40938266932
+1470144949394693658,-0.00891600176692,0.00776495691389,0.221125617623,-0.526989592262,0.0231810354536,0.729822830802,-0.43486002907
+1470144949470020093,-0.00894520059228,0.00776329729706,0.220515742898,-0.495587505759,0.0211124871695,0.73098122488,-0.468629636166
+1470144949541061099,-0.00893111340702,0.00771477166563,0.219921648502,-0.536819175934,0.0238656964073,0.729530678225,-0.423131883002
+1470144949610209034,-0.00886316969991,0.00767145771533,0.219597160816,-0.55133470755,0.025265192757,0.729017557318,-0.40487666197
+1470144949680228408,-0.00889228191227,0.00755394110456,0.219264224172,-0.520295854674,0.0232331577687,0.730315374336,-0.442031557694
+1470144949754956246,-0.00889798719436,0.00752876512706,0.219213619828,-0.513729991598,0.0227758904167,0.730658604776,-0.449111075143
+1470144949824777492,-0.00885815080255,0.00748297199607,0.218890577555,-0.52513968969,0.0244363523587,0.730942639554,-0.43514828355
+1470144949896065437,-0.00890165567398,0.00748111726716,0.218416467309,-0.534453365067,0.0248798036861,0.730551829946,-0.424304866458
+1470144949974288609,-0.00890868902206,0.00742920814082,0.21823105216,-0.543720682754,0.0246721256344,0.729438018935,-0.414341986642
+1470144950049897205,-0.00889114290476,0.00748710799962,0.218081593513,-0.534161815279,0.0245965695138,0.730412589307,-0.424927774155
+1470144950123703011,-0.00885367859155,0.00761550944299,0.217672616243,-0.524986930208,0.0238663950702,0.730754797941,-0.43567940459
+1470144950195365330,-0.00878312066197,0.00758473854512,0.217365592718,-0.539192023423,0.0252028305221,0.730168799622,-0.418915627865
+1470144950268423435,-0.00876378361136,0.00756824901327,0.217087835073,-0.52041668857,0.0243814667762,0.731264848327,-0.44025417197
+1470144950357301509,-0.00874712131917,0.00751854805276,0.216960966587,-0.520609982997,0.0245207883835,0.73133989008,-0.439893102603
+1470144950426800934,-0.00874969363213,0.00718543678522,0.216815724969,-0.51640898536,0.0245959298143,0.731832072066,-0.444002948608
+1470144950498793209,-0.0087843183428,0.00728760054335,0.21655407548,-0.478021754985,0.0207130317936,0.732328628803,-0.484521363316
+1470144950570355119,-0.00870635919273,0.00736270286143,0.216288179159,-0.506092836443,0.0232389191929,0.7319385424,-0.455627000611
+1470144950642706133,-0.00868099648505,0.00735989958048,0.216201022267,-0.521768625551,0.0243026600942,0.731297574437,-0.438600888879
+1470144950714697586,-0.00870429631323,0.00743188057095,0.215715423226,-0.510063045291,0.0208759048931,0.729668029397,-0.454955441004
+1470144950789463769,-0.00867396127433,0.00745430542156,0.215490579605,-0.525086672526,0.0221115510981,0.729421923931,-0.43787980375
+1470144950867588999,-0.00857757497579,0.00747429858893,0.215092211962,-0.529759216061,0.0240218093367,0.730500151252,-0.430287874213
+1470144950941653904,-0.00857211928815,0.00743453809991,0.215005382895,-0.531489035185,0.0237878193159,0.730066340524,-0.428901717837
+1470144951018945856,-0.00856285449117,0.00739030353725,0.214943557978,-0.532006929731,0.0238139024817,0.730126003876,-0.428155980025
+1470144951091654362,-0.00856644753367,0.00732292421162,0.214868038893,-0.528946574151,0.0229779072522,0.72985124784,-0.432440393001
+1470144951166039758,-0.00854123011231,0.00731171993539,0.214776530862,-0.52990245158,0.0230717549015,0.729866494811,-0.431237736855
+1470144951239242667,-0.00849918462336,0.00736913410947,0.214600786567,-0.53052852417,0.024078384615,0.730499198498,-0.429337440052
+1470144951312632295,-0.00845090299845,0.00739945471287,0.214474663138,-0.543367531463,0.0247539141094,0.729663455036,-0.414403440953
+1470144951384849403,-0.00848297961056,0.00741223758087,0.214546501637,-0.540495328521,0.0236263328465,0.729022426913,-0.419324334258
+1470144951457190393,-0.00851817242801,0.00744621735066,0.214501038194,-0.531186106332,0.0216929190343,0.728490594204,-0.432055774015
+1470144951532366821,-0.00855770520866,0.00751610239968,0.214486375451,-0.51432091044,0.0206237400754,0.729197619016,-0.45090963047
+1470144951602304312,-0.00853623542935,0.00750255677849,0.214475676417,-0.521913145532,0.0210611929885,0.728838767311,-0.442670471046
+1470144951674151825,-0.00853983592242,0.00750729674473,0.214442059398,-0.510397462381,0.0209185438725,0.729746208442,-0.454452765622
+1470144951743862197,-0.00853245146573,0.00755062093958,0.214503407478,-0.519360054785,0.021497440307,0.729500002224,-0.444559040297
+1470144951814732997,-0.00850917771459,0.00757551332936,0.214552775025,-0.537534137943,0.0228200326558,0.728818150916,-0.423509621556
+1470144951887769709,-0.00851537566632,0.00757703557611,0.214584589005,-0.540890148473,0.0229514735082,0.728562228189,-0.419652423805
+1470144951961068097,-0.00855134241283,0.00757738109678,0.214634478092,-0.52037927777,0.0213159592543,0.729329398068,-0.443654895456
+1470144952033492749,-0.00851033255458,0.0076082306914,0.214631319046,-0.538373168668,0.0231993871806,0.729177299091,-0.421801595758
+1470144952113182342,-0.0084893880412,0.0076268282719,0.214596763253,-0.545510495714,0.0238564638869,0.728865795121,-0.413042153901
+1470144952189019638,-0.00848575588316,0.00764440000057,0.214514955878,-0.537160078657,0.0240456498207,0.729779741694,-0.422258671
+1470144952261026533,-0.00848321244121,0.0075796674937,0.214375317097,-0.534630900833,0.0234042607771,0.729489621111,-0.425989358016
+1470144952342657900,-0.00850450899452,0.00758337136358,0.214240178466,-0.522044083484,0.0233624852677,0.730688262613,-0.439339085516
+1470144952417292460,-0.00848806649446,0.00767669547349,0.21418145299,-0.541605082836,0.0252911013944,0.730237916943,-0.415664382761
+1470144952490810974,-0.00862167030573,0.00782141089439,0.214131876826,-0.511577478043,0.0206477198986,0.729601971171,-0.453368635092
+1470144952567357283,-0.00857625808567,0.00797546934336,0.213898807764,-0.546982696856,0.0249499996199,0.729548088895,-0.409813387835
+1470144952641624935,-0.00867419224232,0.00807052757591,0.213719770312,-0.526398500441,0.0210199155061,0.728708863471,-0.43754562526
+1470144952716340568,-0.0086197629571,0.00815493427217,0.213605284691,-0.544878840204,0.0231555011417,0.728506918976,-0.414546187136
+1470144952791270278,-0.00859211105853,0.00825291220099,0.213534206152,-0.552000003655,0.0239189362101,0.728259613447,-0.405415608822
+1470144952865542207,-0.0086139459163,0.00838940404356,0.213401556015,-0.538270982218,0.0215937534319,0.727908669237,-0.424201636918
+1470144952944030853,-0.00851429533213,0.00847265403718,0.213091030717,-0.561164546787,0.0242559243605,0.727633115274,-0.39377157226
+1470144953016794625,-0.00852351728827,0.00849486794323,0.212818086147,-0.549570247053,0.0237406966371,0.728411864389,-0.408442258703
+1470144953090033203,-0.00850989576429,0.00846453662962,0.21246470511,-0.53665100011,0.0235147949732,0.729485741497,-0.42344221737
+1470144953176757471,-0.00850650388747,0.00841126218438,0.212272420526,-0.540173250167,0.0227519327045,0.728620216811,-0.420485182875
+1470144953257695150,-0.00849718507379,0.00827449187636,0.211675465107,-0.540918326855,0.0230652772001,0.728580115666,-0.419578802748
+1470144953329621839,-0.00842592958361,0.00820699706674,0.211362108588,-0.545320758989,0.023917690013,0.728874795577,-0.413273210228
+1470144953401497156,-0.00842058472335,0.00822371523827,0.211357235909,-0.54211764335,0.0238503135466,0.72914529727,-0.41699731268
+1470144953473497708,-0.00834091473371,0.00807761866599,0.210822761059,-0.54086739278,0.0233687404575,0.728873261336,-0.419118281999
+1470144953546979832,-0.00831061881036,0.00805862434208,0.209956347942,-0.520650039845,0.0211809372965,0.729024727381,-0.443844399279
+1470144953616985529,-0.00827809236944,0.00804726686329,0.209783121943,-0.535402620424,0.0225559495348,0.728749075427,-0.426333259608
+1470144953689457035,-0.00826997868717,0.00801682844758,0.209063142538,-0.536215039219,0.0230301235014,0.729033615163,-0.424797637809
+1470144953762886848,-0.00827051792294,0.00799434166402,0.208644509315,-0.527370448913,0.020186687009,0.727575456182,-0.43829996902
+1470144953835855019,-0.00822837464511,0.00799409206957,0.208505779505,-0.532345171069,0.0213041503103,0.727992702623,-0.431487400681
+1470144953912036138,-0.00820205174387,0.00800472684205,0.208071306348,-0.536587265831,0.0230125615338,0.728908825915,-0.424542638215
+1470144953985361124,-0.00821619573981,0.0080029014498,0.207422599196,-0.541310914096,0.0238026710867,0.729224842218,-0.417907952332
+1470144954058325188,-0.00822590198368,0.00800106115639,0.207021191716,-0.523416843835,0.0212861143595,0.728878897705,-0.440814316244
+1470144954136771645,-0.00820677913725,0.00800904631615,0.206827670336,-0.530672523619,0.0214185592741,0.72815811397,-0.433259366954
+1470144954206017033,-0.00821399968117,0.00800948031247,0.206153348088,-0.535613275535,0.0228028051154,0.728742172692,-0.426067244562
+1470144954275838325,-0.00819706916809,0.00801600236446,0.205773323774,-0.539590117502,0.022669318628,0.728409165888,-0.421602530991
+1470144954348860820,-0.00818603485823,0.00803853012621,0.205349132419,-0.519824830731,0.0207675123418,0.72877976179,-0.445231304596
+1470144954422726294,-0.00815829448402,0.0080261034891,0.205110505223,-0.536158846118,0.0222071395894,0.728344364186,-0.426092738543
+1470144954499858649,-0.00819177925587,0.00801453832537,0.204540878534,-0.541181039253,0.0230310357274,0.728473890873,-0.419426327814
+1470144954574394922,-0.00817484874278,0.00798421446234,0.204137310386,-0.542527259147,0.0221773973722,0.727615118867,-0.419223776668
+1470144954647665012,-0.00816488079727,0.00801236275584,0.203657314181,-0.524828712342,0.0214306830574,0.728798719112,-0.439258438217
+1470144954719964163,-0.00814971700311,0.00798927526921,0.203479245305,-0.531677257182,0.021939471342,0.728570566776,-0.431303701608
+1470144954792474563,-0.00817358493805,0.00794770009816,0.202901661396,-0.536053369979,0.0226535748241,0.728775110976,-0.425464966483
+1470144954863948126,-0.00813836418092,0.00791574921459,0.202619150281,-0.542497608779,0.0230950380686,0.728361064177,-0.417915211348
+1470144954935084205,-0.00809271726757,0.0079104360193,0.202459469438,-0.553251193157,0.0239616388619,0.727940086846,-0.404279837607
+1470144955007495851,-0.00809518899769,0.00791390705854,0.202267244458,-0.537426355359,0.022121948803,0.728094786007,-0.424925304655
+1470144955080775903,-0.00808259658515,0.00796138588339,0.201762229204,-0.526444756513,0.0215255413947,0.728594924888,-0.437655120883
diff --git a/MobileRobot/docking_data/Pose2.txt~ b/MobileRobot/docking_data/Pose2.txt~
index 5b0d60b3..54d0035b 100644
--- a/MobileRobot/docking_data/Pose2.txt~
+++ b/MobileRobot/docking_data/Pose2.txt~
@@ -1,540 +1,474 @@
 %time,field.position.x,field.position.y,field.position.z,field.orientation.x,field.orientation.y,field.orientation.z,field.orientation.w
-1469733891295229054,-0.0262244250625,-0.0784310102463,1.12546265125,-0.0976259718543,0.0182482511282,0.841243815793,-0.531455561021
-1469733891414587641,-0.0262125954032,-0.0785312876105,1.12684452534,-0.0880341708204,0.0163552042929,0.840612052816,-0.534185238209
-1469733891494910276,-0.0262669045478,-0.0784791111946,1.12612223625,-0.100830291684,0.0188166569995,0.840845489812,-0.531467824013
-1469733891572916647,-0.0263029765338,-0.0785244703293,1.12674403191,-0.098493530414,0.0183254206714,0.840480811042,-0.532499023185
-1469733891651787157,-0.0262976456434,-0.078575193882,1.12744355202,-0.0930289599233,0.0172537118472,0.840173180098,-0.534000889031
-1469733891730965928,-0.0262637417763,-0.0784770846367,1.12609481812,-0.097403382696,0.0181658572657,0.840890304461,-0.532058341287
-1469733891807794437,-0.0262191183865,-0.0785337984562,1.12688338757,-0.0842478695354,0.0156521599887,0.840713097227,-0.534657642344
-1469733891890366092,-0.0262421350926,-0.0786788761616,1.12887358665,-0.083010642531,0.0153028888711,0.839543428418,-0.536695338735
-1469733891966894590,-0.0259523708373,-0.0787277519703,1.12889695168,-0.0528241022091,0.0109638944153,0.840910871263,-0.538477774692
-1469733892052147098,-0.0254834946245,-0.07975564152,1.12519550323,-0.0608010516558,0.0206650007972,0.847033977578,-0.52764536451
-1469733892130134118,-0.0257268920541,-0.0805289000273,1.1144849062,-0.0410696555662,0.00792933371475,0.590036284979,0.806292497464
-1469733892210184831,-0.0257381275296,-0.0805611908436,1.11438536644,-0.0187361004428,0.00486753981177,0.59115190792,0.806327903125
-1469733892286451748,-0.0255496166646,-0.0789301097393,1.11201012135,-0.142374076324,0.0336622404742,0.839283620241,-0.523640602658
-1469733892364387338,-0.0253495182842,-0.0773210003972,1.10540056229,-0.184442502653,0.0461479681842,0.837649485017,-0.512049478564
-1469733892442664752,-0.0255518201739,-0.0755709856749,1.09826564789,-0.00936283047229,0.00171020840485,0.840854363443,-0.541177745359
-1469733892518776800,-0.0255859550089,-0.0736772567034,1.08389103413,-0.0797621776443,0.0138076555579,0.83111779061,-0.550173210723
-1469733892599144646,-0.0251223258674,-0.0715509280562,1.06986856461,-0.228041882851,0.0571133186603,0.841464831938,-0.48648936793
-1469733892683802558,-0.0251166857779,-0.0709241703153,1.07217597961,-0.159057426453,0.0316018337876,0.836209373638,-0.523885428917
-1469733892763600417,-0.0248188022524,-0.0694485455751,1.06502318382,-0.149114679814,0.0293725748783,0.82898206679,-0.538229316416
-1469733892844214003,-0.0246534403414,-0.0676822438836,1.05789446831,-0.0924374523297,0.0230317522752,0.835809578655,-0.540691412936
-1469733892921285768,-0.0246358048171,-0.0669708922505,1.05237925053,0.0149023074512,-0.00196463697098,0.833561156282,-0.552222654527
-1469733893000249826,-0.0242803748697,-0.0656821429729,1.0422552824,-0.0999656349411,0.0215756337019,0.827662920559,-0.551829188965
-1469733893077938406,-0.0239036269486,-0.0640199705958,1.02749359608,-0.154660825775,0.0359412402385,0.840344396097,-0.518275556213
-1469733893154237395,-0.0237773396075,-0.0623991042376,1.02218747139,-0.110025040443,0.0197504235121,0.836660304094,-0.536193945135
-1469733893232500096,-0.0233689770103,-0.0614202953875,1.01674973965,-0.129175642213,0.0254215526437,0.8246469362,-0.550113468964
-1469733893307610144,-0.0231737941504,-0.06062322855,1.01258003712,-0.195479271726,0.0401989664866,0.822409613671,-0.532742268607
-1469733893381802348,-0.0231388173997,-0.058685079217,1.00362718105,-0.0627365487197,0.0118649349668,0.832831093709,-0.549832445499
-1469733893464650184,-0.0228994693607,-0.0573768280447,0.989356935024,-0.140679863916,0.0314927003794,0.834746027651,-0.53142869233
-1469733893542390853,-0.022713990882,-0.0561860799789,0.978073954582,-0.17102233109,0.0337310454396,0.830876191329,-0.528448988574
-1469733893620942564,-0.0225519705564,-0.0556691065431,0.974918723106,-0.0401265987691,0.00290354783009,-0.600193809934,-0.798842172145
-1469733893701178034,-0.0225235652179,-0.0553783737123,0.974335670471,-0.0445069827361,0.00326373072646,-0.600109843077,-0.798671805432
-1469733893777169716,-0.0222982466221,-0.0534660965204,0.970996558666,-0.0803737287991,0.0126939415461,0.821406670793,-0.56450864364
-1469733893865140646,-0.0218901541084,-0.0522133633494,0.961936235428,-0.157278327447,0.0252443844344,0.812324817503,-0.561029981052
-1469733893942655560,-0.021699776873,-0.0501549839973,0.950056672096,-0.142888390872,0.0307345933232,0.828339118363,-0.540825847679
-1469733894016400069,-0.0215302929282,-0.0486837215722,0.937179088593,-0.184116811151,0.0358157201783,0.82080970719,-0.539527254754
-1469733894095127264,-0.0211491230875,-0.0472347997129,0.92924028635,-0.174747671382,0.0373097981447,0.830756205426,-0.52717678008
-1469733894171694560,-0.0211023706943,-0.0463506393135,0.92863702774,-0.138883437194,0.0228224385231,0.820846180382,-0.553535974735
-1469733894247952180,-0.0208968184888,-0.0446893759072,0.91912996769,-0.142639956966,0.0277353464808,0.821937147343,-0.55073035058
-1469733894327472491,-0.0210821237415,-0.0429836586118,0.909201562405,-0.0749501909487,0.0118726072749,0.822794494543,-0.563250148534
-1469733894402575772,-0.0208648964763,-0.0423066243529,0.901143670082,-0.218739108197,0.0416289974645,0.820819302793,-0.525999906157
-1469733894479995095,-0.0207602083683,-0.0405568256974,0.900053799152,-0.191421179743,0.0354414469619,0.817009526185,-0.542768154837
-1469733894555076965,-0.0207751616836,-0.038945324719,0.888828635216,-0.124165242035,0.0272860929352,0.816452825051,-0.563243505305
-1469733894638516678,-0.0207240600139,-0.0370411016047,0.877786338329,-0.149871213099,0.0241969799105,0.815990626275,-0.557774527456
-1469733894714860658,-0.0205723885447,-0.0353708639741,0.875296473503,-0.137582876806,0.0209403142325,0.81713759609,-0.559391280148
-1469733894795926495,-0.0204954985529,-0.0342343300581,0.867089450359,-0.101601921502,0.0161243854504,0.811493702013,-0.575234756716
-1469733894873023928,-0.0204375125468,-0.0328410640359,0.860584914684,-0.14884142959,0.0295552173159,0.821507180933,-0.549635033129
-1469733894949151764,-0.0204697754234,-0.0316566415131,0.852991521358,-0.188737350621,0.0279521586023,0.804609237977,-0.56231740456
-1469733895024941439,-0.0204753801227,-0.0300742331892,0.851474940777,-0.0642486762527,0.00848793112237,0.804047313039,-0.591022826141
-1469733895103591826,-0.0204486791044,-0.028532454744,0.839174211025,-0.0587317692914,0.0121390547454,0.809995564663,-0.583361301298
-1469733895179187707,-0.020482795313,-0.0272238906473,0.832490622997,-0.102592811761,0.0140370781893,0.807411660792,-0.580830513514
-1469733895258180646,-0.0205228868872,-0.025462448597,0.820893466473,-0.0914454013068,0.0169034982155,0.818474254235,-0.566967287841
-1469733895348435829,-0.020325275138,-0.0240221489221,0.811077952385,-0.275585622284,0.0469187356734,0.805804049473,-0.522045046798
-1469733895428274462,-0.0205516871065,-0.0223367642611,0.806427657604,-0.137075696301,0.021967536697,0.807224865862,-0.573686061142
-1469733895505020639,-0.0204727407545,-0.0210191663355,0.799697875977,-0.181420398587,0.0344493178063,0.818051921107,-0.544693434743
-1469733895585897157,-0.0203737206757,-0.0193141885102,0.794186651707,-0.203978709132,0.033547561748,0.809100764546,-0.550111988719
-1469733895661531693,-0.0201075300574,-0.017200127244,0.787762880325,-0.155721323408,0.0276012374147,0.810663028223,-0.563750384303
-1469733895740165343,-0.0200521573424,-0.0152232469991,0.777934372425,-0.134892650339,0.0235405334226,0.813708700994,-0.564914122763
-1469733895814077789,-0.0198732614517,-0.0131858913228,0.77003133297,-0.154180646233,0.0224683864819,0.807895237076,-0.568356213871
-1469733895887950913,-0.0196299497038,-0.0111809596419,0.763576865196,-0.0516861454978,0.00701160303806,0.79905780694,-0.598987479798
-1469733895970336501,-0.0192605033517,-0.00833327230066,0.753744721413,-0.100380269007,0.0161248479803,0.811037570254,-0.576091876794
-1469733896047931426,-0.0190117508173,-0.0061859455891,0.744505405426,-0.222263677042,0.0342467967166,0.80080176297,-0.555105891885
-1469733896125051869,-0.0187761485577,-0.00358719285578,0.739840745926,-0.192884544479,0.0304910854196,0.80270835509,-0.563493693736
-1469733896200046657,-0.0186496675014,-0.001537716249,0.729528129101,-0.178158106172,0.0272765101656,0.799948295662,-0.57236212791
-1469733896275722732,-0.0186071861535,-0.000204421652597,0.72579395771,-0.182687738982,0.0277789124292,0.802302673811,-0.567594874576
-1469733896354713571,-0.01845340617,0.00204560067505,0.718523621559,-0.221706595124,0.0355003310527,0.80178193593,-0.553833584563
-1469733896431236145,-0.0185332223773,0.00426008878276,0.710101902485,-0.0397521595697,0.00484873108732,0.801400590393,-0.596785848805
-1469733896509695830,-0.0183363482356,0.00645089056343,0.700640559196,-0.183947679303,0.0300429966884,0.803560634026,-0.56528840168
-1469733896584830599,-0.0184080563486,0.00867850333452,0.692239940166,-0.231457113733,0.0333536550215,0.798004522826,-0.555431291654
-1469733896659932077,-0.0185233429074,0.0112773980945,0.686399161816,-0.113805704258,0.0160175256363,0.799446943718,-0.589640809926
-1469733896738559582,-0.018286511302,0.0137746473774,0.677761077881,-0.177296989142,0.0257823595802,0.799802642395,-0.572902069113
-1469733896828612012,-0.0182513240725,0.0150700872764,0.675440728664,-0.137326138826,0.0174036774038,0.79749778014,-0.5872273276
-1469733896906595687,-0.0181488301605,0.0176066998392,0.66632527113,-0.146268583111,0.0214932593951,0.800025712185,-0.581465735222
-1469733896985194909,-0.0179776828736,0.0199165549129,0.65804463625,-0.237771855415,0.0354002310738,0.79544768837,-0.556304182512
-1469733897061354956,-0.0178619548678,0.0223000030965,0.648968100548,-0.192452384616,0.0293138579673,0.797027435004,-0.571708006973
-1469733897135200004,-0.0178654529154,0.024929407984,0.642724573612,-0.165647512071,0.0229294724896,0.796358611702,-0.581247023737
-1469733897209463635,-0.0178353395313,0.0272723697126,0.633945763111,-0.225169649785,0.0294477304075,0.793102468521,-0.565172482004
-1469733897287083700,-0.0177554469556,0.0296207889915,0.625143706799,-0.115801579584,0.0153859851911,0.795191034973,-0.594999565987
-1469733897363371532,-0.0176783800125,0.0319382064044,0.617297053337,-0.168851801742,0.0214949958529,0.791316617066,-0.587235085597
-1469733897438365843,-0.0176255553961,0.0330378226936,0.6129758358,-0.158192243918,0.0203700101397,0.791390447654,-0.590136794323
-1469733897517843754,-0.0173945277929,0.0357356444001,0.605149269104,-0.224417603679,0.0301800080074,0.791167074539,-0.568137805855
-1469733897594417627,-0.0173552073538,0.0382182411849,0.597375452518,-0.188314780768,0.0238350465888,0.789985130266,-0.58300336865
-1469733897677205137,-0.0173440668732,0.0403508506715,0.589840948582,-0.1659094485,0.0202422371745,0.786426773065,-0.59464042693
-1469733897759407517,-0.0171753745526,0.0425086021423,0.580747246742,-0.172037533884,0.0206302446137,0.785146105803,-0.594578062566
-1469733897836591339,-0.0170211195946,0.044527284801,0.572733938694,-0.235749960629,0.0286813146078,0.784657152749,-0.572636438672
-1469733897916434952,-0.016839640215,0.0453789420426,0.567927956581,-0.254257683881,0.0334474071964,0.788208326605,-0.559430009036
-1469733897989157971,-0.01676049456,0.0470544062555,0.560510516167,-0.226636371826,0.0262468375799,0.782693781821,-0.579083329394
-1469733898068511056,-0.016612669453,0.0486604608595,0.55217987299,-0.195461819618,0.0230754793894,0.785150701065,-0.58719722065
-1469733898148947058,-0.0165076814592,0.0502948723733,0.544478297234,-0.185292875768,0.0221534607561,0.785388429595,-0.590204023219
-1469733898225552697,-0.0162418130785,0.0515886358917,0.535994708538,-0.273613995028,0.0328729084018,0.78266275341,-0.558116267495
-1469733898303905924,-0.0161450244486,0.0528510585427,0.528386890888,-0.219159881092,0.0232917706057,0.778901631163,-0.587144521318
-1469733898393787902,-0.0160122159868,0.0542366802692,0.520238816738,-0.189245515192,0.0212797554999,0.782458525005,-0.59286757681
-1469733898470025724,-0.0159162729979,0.0550065338612,0.511595666409,-0.195885119253,0.0209911592916,0.778775602582,-0.595564397954
-1469733898549069376,-0.0157067086548,0.0559705458581,0.503762841225,-0.221443747612,0.0261349159143,0.779383568869,-0.58552616115
-1469733898626466980,-0.015779780224,0.0564321316779,0.500373840332,-0.225619384114,0.0218324648659,0.774073488814,-0.591125596557
-1469733898705544060,-0.0155387427658,0.0572608970106,0.491425007582,-0.244501625655,0.0265823842435,0.776657777043,-0.579926744736
-1469733898786736816,-0.0153892468661,0.0580768659711,0.483195275068,-0.236972194098,0.0255620756367,0.779318883226,-0.579528116454
-1469733898873721462,-0.0152990045026,0.0586817935109,0.475593537092,-0.206639470462,0.0209642585865,0.776533306332,-0.594858515335
-1469733898950049281,-0.0151505256072,0.0591618865728,0.467483401299,-0.222452286919,0.0227360647009,0.776001842343,-0.589761979181
-1469733899029822934,-0.0149343693629,0.0593862608075,0.458763659,-0.267673490939,0.0281591903609,0.775113316795,-0.571626896125
-1469733899112775301,-0.0147799607366,0.059733916074,0.450703859329,-0.260343914841,0.0263057408635,0.773123677933,-0.577761916902
-1469733899188599158,-0.014588156715,0.0600936822593,0.442576915026,-0.285462881831,0.0288313704877,0.772345366077,-0.566711858594
-1469733899269723122,-0.0143807502463,0.0603500008583,0.435043305159,-0.313754658509,0.0300856781342,0.767936468522,-0.557607789176
-1469733899349450754,-0.0143020031974,0.0604706220329,0.426589995623,-0.273065434206,0.0252523968383,0.76928419044,-0.577061018815
-1469733899427273631,-0.0141826858744,0.0607332028449,0.418807983398,-0.232247618509,0.0213470226879,0.770651247304,-0.593044689166
-1469733899507754018,-0.013971443288,0.0607395544648,0.410737395287,-0.258109627286,0.0244544938602,0.768859287491,-0.58449704368
-1469733899594667072,-0.0138115501031,0.0606620945036,0.402385294437,-0.280500374816,0.0239811639261,0.766105799917,-0.577777073653
-1469733899677877078,-0.0136046539992,0.0607889555395,0.39453342557,-0.272644429998,0.0250845087927,0.767543385912,-0.579579962518
-1469733899760361432,-0.0135704344139,0.0606882311404,0.390523523092,-0.271689277548,0.0230933468735,0.765334106869,-0.583022588463
-1469733899840741500,-0.0133052999154,0.0603669956326,0.382128953934,-0.274249990864,0.0236735739037,0.764243977478,-0.583230355262
-1469733899920277035,-0.013051870279,0.0602163039148,0.374208688736,-0.286100364729,0.0257762845802,0.765461333912,-0.575804750536
-1469733899996560517,-0.0129059134051,0.0599767155945,0.366207629442,-0.274094380234,0.0234326640745,0.765153817833,-0.582119245545
-1469733900075591145,-0.0127174034715,0.0595482364297,0.357871115208,-0.289731026609,0.0240116314491,0.763701275932,-0.576402407104
-1469733900163334610,-0.0124707780778,0.0591729097068,0.350351810455,-0.269144448207,0.0213868067527,0.761484860165,-0.58927470524
-1469733900254630653,-0.0122521594167,0.0586891882122,0.34190043807,-0.292628763607,0.0235791066579,0.761706460625,-0.577594754374
-1469733900335977824,-0.0120466351509,0.0582154504955,0.333798855543,-0.305348956272,0.0246113614037,0.761443663659,-0.571279128681
-1469733900412278527,-0.0118788937107,0.0577837266028,0.325866937637,-0.302186735977,0.0234879546943,0.760105900678,-0.574778663782
-1469733900489883168,-0.0117237698287,0.0573416166008,0.317724496126,-0.309313689115,0.0241742910416,0.759952241814,-0.571150799299
-1469733900568234371,-0.0116053661332,0.0567625761032,0.309756994247,-0.304644366543,0.0237056510853,0.75846056057,-0.575645229373
-1469733900648383222,-0.0114667098969,0.0561471432447,0.301374047995,-0.309533749455,0.0240445344242,0.758334579289,-0.573183551898
-1469733900723375204,-0.0112722106278,0.0555982775986,0.293416976929,-0.331789236471,0.0245388144163,0.75608886895,-0.563598590665
-1469733900808105077,-0.0110810501501,0.0551144815981,0.285469889641,-0.312690735811,0.02308239186,0.756817773561,-0.573514223491
-1469733900890306642,-0.0109697859734,0.054145604372,0.275505393744,-0.320853769831,0.0224189621174,0.754590213338,-0.571964910163
-1469733900963768424,-0.0108224563301,0.0538704879582,0.270161300898,-0.323994760011,0.0223465637268,0.753954275378,-0.571035005245
-1469733901042740448,-0.0107680000365,0.054092142731,0.267740607262,-0.343914615541,0.0250208913777,0.754497853493,-0.558417121234
-1469733901120366031,-0.0108015043661,0.0541997589171,0.267950803041,-0.345684042478,0.0243323036356,0.753650219518,-0.558499622557
-1469733901201969591,-0.0107971606776,0.0550699494779,0.268243998289,-0.325029057085,0.0231979284201,0.755285333217,-0.568649306335
-1469733901277177369,-0.0106709282845,0.0547571219504,0.267080545425,-0.362205885006,0.0269643755763,0.753769717055,-0.547641336066
-1469733901357895040,-0.010694893077,0.0540652647614,0.266376554966,-0.339633151566,0.0248660446276,0.754639186287,-0.560848197556
-1469733901433648654,-0.0107076847926,0.0536507330835,0.265988826752,-0.33074330004,0.0232284256768,0.753669802365,-0.567495496653
-1469733901515984739,-0.0106457807124,0.0530964657664,0.265678822994,-0.350800823901,0.0257225859393,0.753624365675,-0.555272407008
-1469733901597611355,-0.0106615703553,0.0524064190686,0.265496730804,-0.347389318041,0.0239558321272,0.751841667563,-0.559893638768
-1469733901674873038,-0.0106305750087,0.051928319037,0.265315830708,-0.360033969527,0.0248297612613,0.751384134843,-0.552431810859
-1469733901754830124,-0.0106285857037,0.0514332652092,0.26531291008,-0.355016879543,0.0245586577693,0.751868736616,-0.555025486323
-1469733901832688336,-0.0105983931571,0.051056817174,0.265211880207,-0.374219247512,0.025907008242,0.750702324538,-0.543815043602
-1469733901914179950,-0.0106055522338,0.0505752116442,0.265220463276,-0.364454329266,0.0248300507302,0.750745342414,-0.550397984465
-1469733901993689614,-0.0106059005484,0.0500978454947,0.265258848667,-0.357675157889,0.0244263526117,0.751284124072,-0.554115511102
-1469733902072237744,-0.0105518307537,0.0493627600372,0.265021055937,-0.379960899869,0.0258347814605,0.749543038036,-0.541430986156
-1469733902149586223,-0.0105762518942,0.0488247387111,0.265003651381,-0.370188605913,0.02440981668,0.748974167361,-0.549001141646
-1469733902223877842,-0.010521040298,0.0483425147831,0.265018165112,-0.375168950602,0.0255236458422,0.750112873611,-0.543992168005
-1469733902301924029,-0.01051729545,0.0478298179805,0.265009909868,-0.374884254084,0.0255462523015,0.749868104198,-0.544524573678
-1469733902380972172,-0.0105000594631,0.0470800474286,0.264864563942,-0.389385951049,0.0251974126636,0.747240370595,-0.537936334592
-1469733902459137192,-0.0104725928977,0.0466257184744,0.264892041683,-0.397070612402,0.0257859461122,0.74718620382,-0.532337102381
-1469733902542431356,-0.0104964422062,0.0461662746966,0.264942198992,-0.383339105328,0.0247335623269,0.747438921321,-0.542009631017
-1469733902621104674,-0.0104692121968,0.0457696504891,0.264850199223,-0.400055002091,0.0251154682902,0.745638188416,-0.532305270057
-1469733902701756810,-0.0104515980929,0.0452928990126,0.264872908592,-0.397429051407,0.0257443737006,0.746881547648,-0.532499136246
-1469733902781288506,-0.0104342866689,0.0448194332421,0.264851570129,-0.396562581926,0.0261084765707,0.747588739483,-0.532134891419
-1469733902871246538,-0.010460308753,0.0443737097085,0.264985144138,-0.380005751724,0.0243956779778,0.74763954849,-0.544091522711
-1469733902950344991,-0.01040683873,0.0438270904124,0.26500171423,-0.408407091847,0.0257532133989,0.745926015219,-0.525485298698
-1469733903027502414,-0.0103729469702,0.0431298352778,0.264713525772,-0.422787695674,0.0263734395201,0.744522682913,-0.515985446212
-1469733903100409105,-0.0103903692216,0.042687933892,0.264820218086,-0.427630548491,0.0259144746008,0.743244913476,-0.51385557562
-1469733903177892355,-0.0103756878525,0.0422315523028,0.264872342348,-0.42502943932,0.0259530162078,0.743477230268,-0.515672400594
-1469733903253526967,-0.0103565482423,0.0417622961104,0.264766097069,-0.423817378301,0.0265022274032,0.744490510734,-0.515179911506
-1469733903326710914,-0.0103688212112,0.0413166955113,0.264880716801,-0.411735650499,0.0253563214363,0.744624913295,-0.524751893348
-1469733903404892029,-0.0103413891047,0.0408084020019,0.264877974987,-0.421253810561,0.0264030588214,0.744848659221,-0.5167674336
-1469733903481967420,-0.0103532653302,0.0404546447098,0.264743149281,-0.415277277492,0.0248660458924,0.74336249465,-0.523773485496
-1469733903562009806,-0.0103517752141,0.0400028675795,0.26472273469,-0.405753127095,0.0241308784371,0.743702565881,-0.530743435249
-1469733903638442486,-0.0103509733453,0.0395350754261,0.264827787876,-0.408345832244,0.0246936019139,0.744075911221,-0.528199721369
-1469733903717028610,-0.0103057734668,0.038940295577,0.264643996954,-0.425805874211,0.0253523728396,0.743304820818,-0.515310157116
-1469733903797688650,-0.0103067252785,0.0383733771741,0.264517068863,-0.425877851147,0.0249124981289,0.742726607326,-0.516105231624
-1469733903883704644,-0.0102839544415,0.0378511697054,0.264494806528,-0.437797583947,0.0263218664301,0.74237925687,-0.5064715923
-1469733903962515339,-0.010263286531,0.0373572781682,0.264484703541,-0.438246315868,0.026911804103,0.742564873949,-0.505779921908
-1469733904039385118,-0.0103035690263,0.0372175648808,0.264618754387,-0.414184550705,0.0239011033088,0.742922575388,-0.525305570308
-1469733904117028420,-0.0103031145409,0.0366861484945,0.264540702105,-0.41850252911,0.0234687500189,0.741955699635,-0.523265315763
-1469733904191109873,-0.0102755045518,0.036228787154,0.26460698247,-0.427526745267,0.0241932373422,0.741651610102,-0.516322049289
-1469733904277438106,-0.0102913212031,0.0357395745814,0.264521360397,-0.421517365072,0.0238051975682,0.741761036161,-0.521101706719
-1469733904354910498,-0.0102744577453,0.0353114083409,0.264566957951,-0.433311221586,0.0242714402611,0.740761630988,-0.512761629308
-1469733904430613915,-0.0102241523564,0.0347237288952,0.263599842787,-0.446956482563,0.0236254136297,0.737996660665,-0.505007595363
-1469733904504235600,-0.0102015770972,0.0343421064317,0.262117505074,-0.424848410843,0.0231963750261,0.739896214274,-0.521075184682
-1469733904577931534,-0.0101975891739,0.0339206382632,0.261711895466,-0.426555054229,0.0233069867875,0.739743767175,-0.519891074173
-1469733904656599945,-0.0101977754384,0.0335390865803,0.263211578131,-0.491063100962,0.0267985565918,0.736902400158,-0.463803536942
-1469733904734112481,-0.0102730607614,0.0332859195769,0.264062255621,-0.461543313874,0.0255628260269,0.738784225694,-0.490430605906
-1469733904814067514,-0.0102528166026,0.033083088696,0.26433417201,-0.449176574591,0.0251630190032,0.739745413422,-0.50038380333
-1469733904890266618,-0.0102639487013,0.032817363739,0.264533698559,-0.429783829189,0.0229511634786,0.739597153566,-0.517450630205
-1469733904980222102,-0.0102393068373,0.0324185676873,0.264521956444,-0.43129302073,0.0234454745338,0.739410754273,-0.516438163247
-1469733905059334926,-0.0101963402703,0.0320766791701,0.264450132847,-0.450922457887,0.0249817079364,0.738837353851,-0.500164188839
-1469733905137332753,-0.0102015500888,0.0317751765251,0.264588594437,-0.460223846671,0.0240722359395,0.73735278835,-0.493888047967
-1469733905213937308,-0.0101868221536,0.0315047092736,0.264560937881,-0.453282430073,0.0243088657996,0.738097372169,-0.499155673941
-1469733905289440917,-0.0102004474029,0.0313557423651,0.264588296413,-0.45641059403,0.0235441481999,0.737142581858,-0.497750797844
-1469733905363522647,-0.0101750707254,0.0309121832252,0.264577269554,-0.465378417773,0.0240501647762,0.736781072618,-0.489896079672
-1469733905450366797,-0.0101660545915,0.0307480078191,0.264473080635,-0.457924206919,0.0239477923576,0.736827020109,-0.49680767546
-1469733905525751973,-0.0101665277034,0.030493253842,0.264636069536,-0.464372213133,0.0235084111534,0.736229362758,-0.49170329233
-1469733905605362045,-0.0101596815512,0.0302029065788,0.264675229788,-0.465306596015,0.0238430011741,0.736077288514,-0.491031066567
-1469733905682750059,-0.0101292803884,0.029922015965,0.264558285475,-0.474479899937,0.0240770310651,0.7356700812,-0.482782200126
-1469733905762176762,-0.0101087819785,0.0296640321612,0.26468411088,-0.489197886727,0.0254742033688,0.735497163307,-0.46806026893
-1469733905840947835,-0.0101521862671,0.0293455570936,0.264584600925,-0.460117576086,0.0227217074513,0.735380063859,-0.496982597145
-1469733905915260007,-0.0100913438946,0.0291040018201,0.264621794224,-0.49088425057,0.02501655884,0.734962055905,-0.467159074305
-1469733905992057639,-0.0100992778316,0.0287942923605,0.264663040638,-0.49414034041,0.0246617181331,0.734299088613,-0.464781639161
-1469733906070743045,-0.0100779049098,0.0286626704037,0.264746278524,-0.504887156827,0.0251305917012,0.733808480837,-0.453852978049
-1469733906147826348,-0.0100976042449,0.0283593274653,0.2646279037,-0.496817801762,0.0242076499159,0.733476689005,-0.463247243083
-1469733906223535922,-0.0100657958537,0.0280909631401,0.264673382044,-0.508730295935,0.0252646322094,0.733111235884,-0.450669613106
-1469733906302838621,-0.0100625967607,0.0277936216444,0.264755696058,-0.513471103264,0.02549825873,0.733190146615,-0.445117370837
-1469733906375520164,-0.0100684380159,0.02748519741,0.264665156603,-0.507890916792,0.0244352419814,0.732662839008,-0.452387997107
-1469733906452663467,-0.0100420704111,0.0272338986397,0.264717012644,-0.518602849238,0.0257188962149,0.732712739342,-0.439910973659
-1469733906533523635,-0.0100879659876,0.0269291736186,0.264743953943,-0.497595494893,0.0227063818204,0.732450801254,-0.464110943018
-1469733906611588917,-0.0100383441895,0.0267846155912,0.264692723751,-0.520501503288,0.0259145075976,0.732567162425,-0.437894937065
-1469733906686870389,-0.0100315269083,0.0264741349965,0.26459428668,-0.51766839987,0.0257195251517,0.732957920402,-0.440602565497
-1469733906759619143,-0.0100408131257,0.0261012855917,0.264648377895,-0.517447736173,0.0252740574121,0.732590537654,-0.441497640414
-1469733906831181873,-0.0100148431957,0.0257405359298,0.264607876539,-0.525218689989,0.026370605985,0.732530079306,-0.432261034258
-1469733906905462327,-0.00999036245048,0.0253217611462,0.264562308788,-0.527354927989,0.0273120941424,0.733015991339,-0.428763787977
-1469733906982680689,-0.0100317038596,0.0249788276851,0.26463842392,-0.520361976879,0.0258063285864,0.732549541656,-0.438096582323
-1469733907058163296,-0.0100519647822,0.0247763283551,0.26467615366,-0.519298341932,0.0249167210733,0.731913196292,-0.440467322478
-1469733907139832342,-0.00999476015568,0.0243643037975,0.264519810677,-0.525218272424,0.0268174967502,0.732726369626,-0.431901210273
-1469733907213680386,-0.0100108785555,0.0239740870893,0.264571279287,-0.522673122616,0.0261826748982,0.732566514139,-0.435285626677
-1469733907288324134,-0.0100293522701,0.0235550384969,0.264584332705,-0.517033216219,0.0250336163821,0.732243410467,-0.442571530044
-1469733907364886968,-0.0100634181872,0.0232032723725,0.264638960361,-0.494240199849,0.0226789357689,0.732580191823,-0.467481072638
-1469733907441860303,-0.0100066550076,0.0229673814029,0.264569669962,-0.522818732407,0.0260698675416,0.732477457454,-0.43526739985
-1469733907518129672,-0.00999662838876,0.0225553940982,0.264591783285,-0.525242694939,0.0270581443673,0.7329976299,-0.431395923483
-1469733907596473876,-0.00999679416418,0.0222162082791,0.264606386423,-0.520234347212,0.0264604387667,0.733190663939,-0.437135584772
-1469733907669729055,-0.0100409351289,0.0218311529607,0.264698237181,-0.500915103965,0.0239523667428,0.73316424316,-0.459326175283
-1469733907745856775,-0.010042800568,0.0215130019933,0.264677196741,-0.497041274893,0.0235190630328,0.733305891853,-0.463313386059
-1469733907824659285,-0.0100264558569,0.0211126301438,0.264654755592,-0.505009110591,0.0247513994495,0.733507131975,-0.454225113558
-1469733907897146039,-0.0100018596277,0.0209318213165,0.264605462551,-0.521727386849,0.0258849305828,0.732722365758,-0.436174780218
-1469733907982482360,-0.0100284563377,0.0206380300224,0.264694064856,-0.514661671044,0.0250221160353,0.732595778896,-0.444747886798
-1469733908056800408,-0.00997391156852,0.0202770605683,0.264551430941,-0.524948236319,0.0273730733249,0.733363466171,-0.43111261931
-1469733908137114277,-0.00999126862735,0.0199382919818,0.264613777399,-0.526105039807,0.0267639102972,0.732876452221,-0.430568561295
-1469733908212782562,-0.0100207300857,0.0196825265884,0.264717549086,-0.513560592766,0.024737741591,0.732574374618,-0.446069890659
-1469733908295018191,-0.00999036990106,0.0193617194891,0.264528930187,-0.514009509595,0.0261654022148,0.733644743915,-0.443705967392
-1469733908370167325,-0.0100538069382,0.0191166549921,0.264693021774,-0.501778262636,0.0229907382811,0.732392061226,-0.459664953801
-1469733908447478564,-0.00998102221638,0.0189828518778,0.264567285776,-0.520462078553,0.0263914269981,0.733111841329,-0.437000852943
-1469733908526366508,-0.0100062806159,0.0187769792974,0.264633387327,-0.509057544432,0.0248290447826,0.733088836449,-0.45036062535
-1469733908603538016,-0.00998305622488,0.0185169894248,0.264597088099,-0.524721908265,0.0265123421221,0.732660198695,-0.432635005461
-1469733908684423061,-0.0100286118686,0.0183219313622,0.264702916145,-0.509337520146,0.024457564634,0.732794509333,-0.450543366608
-1469733908761469931,-0.0100049972534,0.0181354079396,0.264594316483,-0.513009045062,0.025129471328,0.732813263815,-0.446290207972
-1469733908842338241,-0.0100205168128,0.0179517772049,0.264685600996,-0.509432178847,0.0248101317764,0.732877422402,-0.450282129614
-1469733908918931448,-0.0100446548313,0.0177690181881,0.264692574739,-0.501357357984,0.0229619143857,0.732375905306,-0.460151152786
-1469733908994830333,-0.0100064240396,0.0176833793521,0.26454782486,-0.515870582472,0.0250427539388,0.73248100512,-0.44353351593
-1469733909073030647,-0.00995537638664,0.017533864826,0.264512389898,-0.525636550856,0.0279392021349,0.733717380224,-0.429632893695
-1469733909153983435,-0.0100354300812,0.0173598341644,0.264662712812,-0.513685899489,0.0240479521728,0.732037819669,-0.446843510903
-1469733909230453117,-0.00998645834625,0.0171621479094,0.264478385448,-0.515331567395,0.0256905744745,0.733075913055,-0.443140018198
-1469733909309041362,-0.00998874288052,0.0169785022736,0.264584213495,-0.527828483764,0.026642224521,0.73255126707,-0.429017394419
-1469733909388112246,-0.0100430687889,0.016823599115,0.264613091946,-0.506671513072,0.0232499870907,0.732017109446,-0.454856425061
-1469733909469855187,-0.0100297154859,0.0167039074004,0.264566093683,-0.505431541808,0.0238961539646,0.732467476698,-0.455477031201
-1469733909542312486,-0.0100113777444,0.0165807157755,0.264613300562,-0.521608940873,0.0257954954033,0.73249877696,-0.436696973851
-1469733909617160519,-0.0100257294253,0.016417901963,0.264647513628,-0.517360790715,0.0245719624269,0.732090947612,-0.442466807024
-1469733909693220545,-0.0100415823981,0.0163687672466,0.264620810747,-0.517022963533,0.0236296206472,0.731292004078,-0.444230684418
-1469733909769241597,-0.0100537883118,0.0163364280015,0.264607965946,-0.509422142309,0.0230768840866,0.731603623191,-0.452451850343
-1469733909857109617,-0.010055041872,0.016243185848,0.264577656984,-0.508631601473,0.0232782169104,0.731680123108,-0.453206593122
-1469733909932646576,-0.0100069986656,0.0161751601845,0.264543920755,-0.524921190215,0.0258304160489,0.73209170788,-0.433396198556
-1469733910008373773,-0.0100133465603,0.0160976666957,0.264613747597,-0.526732369678,0.0257393597779,0.731916121739,-0.431496566418
-1469733910084177701,-0.0100208874792,0.0159549135715,0.264612078667,-0.521874644555,0.0245159159805,0.731535579208,-0.438065658991
-1469733910154478584,-0.0100727165118,0.015834633261,0.264614284039,-0.506933407356,0.0222542984327,0.731046249846,-0.456173922199
-1469733910235487230,-0.010026961565,0.0157477390021,0.26458349824,-0.521911313335,0.0249469386014,0.731590961789,-0.437905122026
-1469733910311847900,-0.0100214099512,0.015683054924,0.264575183392,-0.528486971585,0.0252640231225,0.731283404074,-0.430450732288
-1469733910392325089,-0.0100125521421,0.0155759640038,0.26460185647,-0.527684540579,0.0256002656334,0.731823453876,-0.430497484767
-1469733910467728823,-0.0100125307217,0.0155168389902,0.264594912529,-0.529975503171,0.025393966474,0.731452670822,-0.428320093916
-1469733910543986832,-0.0100460425019,0.0154577521607,0.264621257782,-0.511345623494,0.0235333862681,0.731843847136,-0.449862664013
-1469733910622878211,-0.0100784702227,0.0153748784214,0.264631658792,-0.510449261471,0.0224278051809,0.730717470444,-0.452758791639
-1469733910695867217,-0.0100543117151,0.015367012471,0.264570534229,-0.512240315081,0.023269041653,0.731311423296,-0.449724374994
-1469733910775358522,-0.0100798849016,0.0153183145449,0.264573127031,-0.504068992549,0.0219997970919,0.730946355775,-0.459508307495
-1469733910853295090,-0.0100364731625,0.0152601739392,0.264594525099,-0.526213843477,0.0247791914289,0.731094630089,-0.433573090102
-1469733910932491015,-0.0100216437131,0.0151930497959,0.264633536339,-0.533409943502,0.0258266656804,0.731314127424,-0.424248114365
-1469733911007090158,-0.00998514425009,0.0151426075026,0.264571934938,-0.54198747343,0.0275722891914,0.731777935513,-0.412298921426
-1469733911079673938,-0.0100151700899,0.0150882676244,0.264676243067,-0.539751643272,0.0263659197048,0.731090500834,-0.416508921216
-1469733911158737907,-0.0100490804762,0.0150071997195,0.26469746232,-0.528431514899,0.0242268692072,0.73062490301,-0.431694850527
-1469733911234049653,-0.0100523354486,0.0149814849719,0.264650076628,-0.519734974083,0.0236818095555,0.731048256657,-0.441455745291
-1469733911311015982,-0.0100750168785,0.0149108842015,0.264633238316,-0.510917998006,0.022481139415,0.730723707563,-0.45221705064
-1469733911387990080,-0.0100278472528,0.0147463139147,0.264614731073,-0.530751374122,0.0254694116125,0.73128507971,-0.427640526766
-1469733911462143770,-0.0100207934156,0.0146361077204,0.264630973339,-0.539484246303,0.0257387885749,0.730616789604,-0.417724035102
-1469733911538282782,-0.0100638931617,0.0145451556891,0.264677226543,-0.526409688319,0.0239233023581,0.730518190112,-0.434354336416
-1469733911617036118,-0.0100778900087,0.0144940046594,0.264685034752,-0.523556394516,0.0230463141526,0.729931929678,-0.438813111931
-1469733911693167741,-0.0100687807426,0.0145091162995,0.264685481787,-0.522964287751,0.0235112718666,0.730472796787,-0.438594421974
-1469733911776077574,-0.0100756660104,0.0144963907078,0.26467487216,-0.526841991533,0.0237790866184,0.730281794864,-0.434235617019
-1469733911852574020,-0.010069264099,0.0144405551255,0.26460069418,-0.52007085756,0.0231876112556,0.730514398981,-0.441969852685
-1469733911932052777,-0.0100858770311,0.0143702635542,0.264584422112,-0.516272731429,0.022004879724,0.729858372496,-0.447532130856
-1469733912019383759,-0.0100417146459,0.0143130747601,0.264648288488,-0.539244110035,0.0253950964197,0.730291252121,-0.418623417818
-1469733912099224226,-0.0100325969979,0.0142666306347,0.264614850283,-0.543591302388,0.0259784466521,0.730339476539,-0.412841210742
-1469733912173291822,-0.0100171966478,0.0141796311364,0.264656871557,-0.543797757867,0.0266938162391,0.730876226033,-0.411571841764
-1469733912257024659,-0.0100468862802,0.0141041837633,0.264707505703,-0.536637320316,0.0252067019319,0.730463686686,-0.421672634937
-1469733912336540332,-0.0100596472621,0.014088393189,0.264721423388,-0.531358089925,0.0243262199001,0.730315145031,-0.42861008415
-1469733912412755420,-0.0100575238466,0.0140547612682,0.264583349228,-0.522536420787,0.0237458882791,0.730582699489,-0.43890857926
-1469733912493015303,-0.0100684948266,0.0140049187467,0.264617830515,-0.519734109416,0.0232811470016,0.730557783588,-0.442289236296
-1469733912574032730,-0.0100930528715,0.0139772044495,0.264635175467,-0.512426905698,0.0223138522452,0.730321733522,-0.451166182089
-1469733912653512601,-0.0100903687999,0.0139066269621,0.26460725069,-0.518299028341,0.0221354628386,0.729818064102,-0.445243452299
-1469733912733321182,-0.010100344196,0.013888688758,0.264602214098,-0.51432494757,0.0212571554145,0.729413025175,-0.450527047307
-1469733912809654367,-0.0100414343178,0.0137972570956,0.264618128538,-0.544869796205,0.0254430746967,0.7298342355,-0.412081962509
-1469733912898207866,-0.0100902672857,0.0138312811032,0.264660269022,-0.532520104922,0.0226675165409,0.728954590286,-0.429573889859
-1469733912974495826,-0.0100957732648,0.0139682544395,0.264680981636,-0.518236472701,0.0221423792419,0.729624180572,-0.445633513697
-1469733913050303873,-0.0100971665233,0.0139679946005,0.264669775963,-0.511233982874,0.0217017060662,0.729857231466,-0.453296009672
-1469733913129141317,-0.0100876241922,0.0139062264934,0.264641821384,-0.516735509458,0.0220239347018,0.72978110424,-0.447122913145
-1469733913214169099,-0.0100776189938,0.0139063792303,0.264581292868,-0.512167096724,0.0214577367137,0.72973876335,-0.452444215161
-1469733913291466249,-0.0100461198017,0.0137781146914,0.264665544033,-0.534682225358,0.0236424380565,0.729467481936,-0.425949698681
-1469733913379199194,-0.0100254826248,0.0137042906135,0.264651894569,-0.546387291651,0.0253629446832,0.729628188698,-0.41043922183
-1469733913455513116,-0.0100586907938,0.0135680306703,0.264623224735,-0.522857048543,0.0231717565274,0.730063294733,-0.439421394758
-1469733913534888570,-0.0100658787414,0.0135385589674,0.264613717794,-0.526350589006,0.0230287934825,0.729564008117,-0.436074638318
-1469733913613244095,-0.0100507987663,0.0135481860489,0.264526367188,-0.51941465499,0.0230785002676,0.730269292946,-0.443150717914
-1469733913693025908,-0.0100626964122,0.0135465189815,0.264586001635,-0.522143024982,0.0231019768086,0.730020124773,-0.440344839367
-1469733913776586958,-0.010077859275,0.0135176395997,0.264643281698,-0.520480746792,0.0222980371125,0.729398669137,-0.44337362486
-1469733913856788369,-0.0100780623034,0.0134990485385,0.264610230923,-0.524217148147,0.0224428315171,0.72922541089,-0.439230009238
-1469733913934393246,-0.0100660379976,0.0134470779449,0.264574021101,-0.532964938872,0.0233545075784,0.729328399263,-0.428349188091
-1469733914009227238,-0.0100490208715,0.0133992116898,0.264546662569,-0.531952181117,0.0236734835654,0.729744765725,-0.428881125813
-1469733914090538798,-0.010026987642,0.013394462876,0.26451793313,-0.548387187036,0.0254744087081,0.729429725613,-0.408111287504
-1469733914167635939,-0.0100237848237,0.0133685553446,0.264552265406,-0.552009883315,0.0257827196967,0.72924794211,-0.403506851263
-1469733914247546539,-0.0100522795692,0.0133653674275,0.264576911926,-0.542751370098,0.0242976968871,0.729100904547,-0.416224030027
-1469733914324755381,-0.0100464392453,0.0133631853387,0.264516353607,-0.541159874409,0.0239271053076,0.729076580826,-0.418354901073
-1469733914401405815,-0.0100542996079,0.0133784664795,0.264548152685,-0.543227794312,0.0241029097836,0.728982794372,-0.415820512645
-1469733914480140615,-0.0100350352004,0.0133719770238,0.264548242092,-0.548325106129,0.0249137795636,0.729031828888,-0.408939450342
-1469733914556620540,-0.0100353322923,0.0133800152689,0.264510005713,-0.546885678501,0.0245373758284,0.728870324743,-0.411171523269
-1469733914638364924,-0.0100653888658,0.0133952461183,0.264578133821,-0.534921381402,0.0230894511111,0.728998708793,-0.426481975639
-1469733914716267265,-0.010036748834,0.0133196618408,0.264572918415,-0.551640232437,0.0253446434327,0.729028546108,-0.404435510267
-1469733914795953166,-0.0100195528939,0.0133141186088,0.264589399099,-0.549940574908,0.0253711604349,0.729269950677,-0.406309004734
-1469733914872305982,-0.010049383156,0.0133606297895,0.264610916376,-0.538638219169,0.0241380164712,0.729485974328,-0.420875799102
-1469733914952148916,-0.0100265154615,0.0133339026943,0.264630079269,-0.549344455954,0.0253743844111,0.729265165737,-0.407122988017
-1469733915028014895,-0.00997513812035,0.0132708577439,0.264712691307,-0.560611518585,0.0268179514345,0.729138623345,-0.391602337401
-1469733915104810279,-0.00999499671161,0.0131781725213,0.264748245478,-0.546647831988,0.0252793231111,0.729499906072,-0.410325469166
-1469733915179143162,-0.0100493021309,0.0130861420184,0.264771044254,-0.537221223016,0.0233976014981,0.728782287871,-0.423936654078
-1469733915253244022,-0.0100064463913,0.0129313040525,0.26473197341,-0.555052875508,0.0252180094988,0.728528757007,-0.400657219579
-1469733915329466198,-0.00998750329018,0.0128003526479,0.264809310436,-0.546507851471,0.0254610668472,0.729649705919,-0.410234334264
-1469733915408975557,-0.010012364015,0.012674247846,0.264809608459,-0.542525944606,0.0241272772044,0.728939946978,-0.416809342054
-1469733915483479209,-0.0100233759731,0.01260234043,0.264860987663,-0.532908221731,0.0228005180985,0.728821748708,-0.429310868948
-1469733915564153930,-0.0100155612454,0.0124481264502,0.264789372683,-0.549024719856,0.0233422444075,0.727852709399,-0.410191942916
-1469733915645683159,-0.0100094862282,0.0122854886577,0.264779418707,-0.544166137053,0.0248314691725,0.729283455979,-0.414019630281
-1469733915721318393,-0.0100031914189,0.0121783223003,0.264822721481,-0.53949688787,0.0236330403849,0.728736291207,-0.421103318984
-1469733915805926886,-0.0100249489769,0.0120554910973,0.264787614346,-0.548608279517,0.0232028549811,0.72773102114,-0.410972193751
-1469733915882237057,-0.00994608830661,0.0119011523202,0.264743953943,-0.573439503057,0.0281956632265,0.728628019163,-0.373461310712
-1469733915962138959,-0.00996646471322,0.0117881093174,0.264919221401,-0.551231132825,0.0254562151688,0.729084440268,-0.404885290265
-1469733916037999775,-0.0100262025371,0.011694772169,0.264809280634,-0.529478566271,0.0230639570157,0.729306207338,-0.432704238117
-1469733916118238302,-0.0100138066337,0.0116479191929,0.264787733555,-0.542035572663,0.0232758518289,0.728287817553,-0.418631732545
-1469733916195975473,-0.00995408929884,0.0115271564573,0.264933347702,-0.577036671325,0.0261724310462,0.726977071699,-0.371278899243
-1469733916273079132,-0.00997672323138,0.0114332865924,0.26484555006,-0.558306515064,0.0261108248533,0.728857296288,-0.395447975984
-1469733916353387997,-0.00999250821769,0.0113194677979,0.264928728342,-0.557424787022,0.0243965225944,0.727698497074,-0.398920184818
-1469733916430515897,-0.00998607650399,0.0112435780466,0.26486748457,-0.549547740577,0.0241089041538,0.728255416139,-0.408729850184
-1469733916510080887,-0.0100205829367,0.0111714499071,0.264755368233,-0.540629082203,0.0228572463898,0.728223301319,-0.420581223047
-1469733916587300309,-0.0100580900908,0.0111126163974,0.264763981104,-0.527124257665,0.0211047252248,0.728218786736,-0.437483721067
-1469733916665652465,-0.0100393481553,0.0110477311537,0.264823317528,-0.533537310262,0.0219785320843,0.728320238694,-0.429423465351
-1469733916742204028,-0.00999308563769,0.0109339486808,0.26499080658,-0.543293726303,0.0240658577554,0.728865886322,-0.415941439635
-1469733916816481779,-0.00997965410352,0.0108941299841,0.264971375465,-0.558960379336,0.0254113904756,0.728315718045,-0.395567655927
-1469733916891171479,-0.0099961804226,0.0108428085223,0.265020042658,-0.541796229896,0.0242785167959,0.729027781659,-0.417595369301
-1469733916977182820,-0.0100119728595,0.0107577759773,0.265139937401,-0.548980500532,0.0236082238204,0.727923384345,-0.410110483074
-1469733917054344561,-0.010029386729,0.0107079567388,0.265128105879,-0.539186783643,0.0220340454436,0.727754862463,-0.423278836404
-1469733917137344957,-0.0100001534447,0.0106320315972,0.265211254358,-0.568297404028,0.0243660856008,0.72663323332,-0.385290148697
-1469733917217995439,-0.00995365064591,0.0105702895671,0.265104651451,-0.580571692575,0.0276381022115,0.727494667409,-0.364587649239
-1469733917295332295,-0.00993379671127,0.0105331111699,0.265131920576,-0.575575021648,0.0281879268782,0.728322189581,-0.370763568055
-1469733917376177496,-0.00993333011866,0.0104041965678,0.265302211046,-0.563143898895,0.0253159684238,0.727713364732,-0.390718965076
-1469733917452839580,-0.00999056175351,0.0099845668301,0.265108704567,-0.556449337747,0.0254522629119,0.728516978754,-0.398722119403
-1469733917531245920,-0.0100820073858,0.00986634939909,0.265051662922,-0.510335979596,0.0215113208428,0.729874492612,-0.454288098061
-1469733917607347533,-0.0099497102201,0.00975316762924,0.265224218369,-0.556808811117,0.0263621039774,0.729207981626,-0.396893823169
-1469733917686006730,-0.0099868029356,0.00886939466,0.264883637428,-0.54807050368,0.0247513782454,0.728823171686,-0.409661905338
-1469733917762739906,-0.010075526312,0.00827392283827,0.264422416687,-0.512149975888,0.0216818434363,0.729983852312,-0.452057380458
-1469733917841973647,-0.00999865867198,0.0081394687295,0.264254003763,-0.538844748683,0.024798726582,0.729673453815,-0.420247558915
-1469733917921382048,-0.00995669420809,0.00811913516372,0.264026463032,-0.548856182602,0.0251135860842,0.728982536455,-0.408302167712
-1469733918000446078,-0.00994489435107,0.00818557105958,0.263672292233,-0.539431990842,0.0229974199217,0.728341726801,-0.421903513772
-1469733918075437250,-0.009870714508,0.00819719489664,0.263423681259,-0.558965679141,0.0251867293613,0.727986207269,-0.39618061567
-1469733918151591614,-0.00989725440741,0.00819457229227,0.262517958879,-0.543613254952,0.0241610970647,0.728717831753,-0.415777815802
-1469733918229220999,-0.00996375549585,0.00816053338349,0.261687487364,-0.524512470816,0.0231595933632,0.729895756953,-0.437724211321
-1469733918308258126,-0.0099178776145,0.00807663053274,0.261394709349,-0.528623867099,0.0232278996579,0.729569276092,-0.433296599564
-1469733918384830452,-0.00987813435495,0.00795866362751,0.261271119118,-0.54749116628,0.0250511956092,0.729164086414,-0.409811658603
-1469733918464428269,-0.00982176698744,0.00787570513785,0.260989159346,-0.547811030001,0.0260684488954,0.729977663682,-0.407867775029
-1469733918542071149,-0.0098072309047,0.00779355876148,0.260779976845,-0.546802334107,0.0253811865332,0.729458254574,-0.410187344538
-1469733918634014584,-0.00979914702475,0.00778959179297,0.260379523039,-0.547412987019,0.0231121482727,0.727649513571,-0.412711807009
-1469733918710949373,-0.00982473231852,0.00781713426113,0.260198652744,-0.539328846944,0.0213070187976,0.727053630077,-0.424338808967
-1469733918789033756,-0.00985997822136,0.00786647200584,0.259817570448,-0.516562971791,0.0201673084768,0.728120887322,-0.450106597695
-1469733918864808191,-0.00987331010401,0.00790652539581,0.259107887745,-0.534795227631,0.0234809237988,0.72911830799,-0.426414356787
-1469733918941645156,-0.00983541179448,0.00794687867165,0.258888781071,-0.534906546258,0.0246713004095,0.730069981999,-0.424575240787
-1469733919019407991,-0.00978934857994,0.00803861115128,0.258410364389,-0.535020653184,0.0235777877494,0.729376467502,-0.425684104994
-1469733919095169953,-0.00972473807633,0.00811079330742,0.25802898407,-0.543070380154,0.0242577859986,0.729027114477,-0.415939404692
-1469733919173163870,-0.00966765265912,0.00813610292971,0.25779107213,-0.552389716556,0.0253494623657,0.728848677717,-0.403735818068
-1469733919251025010,-0.00963620841503,0.00814560241997,0.257381290197,-0.554103832488,0.0246640888835,0.728080573574,-0.402814230044
-1469733919328815794,-0.0097888270393,0.00819886103272,0.256604462862,-0.509953885895,0.0196411995807,0.728211838725,-0.457459042406
-1469733919413253751,-0.0097735542804,0.00823789928108,0.256173729897,-0.526604461015,0.0222784987984,0.728918672127,-0.436885545143
-1469733919493122166,-0.00973665621132,0.00821590144187,0.256060153246,-0.541243099901,0.0235036003349,0.728541972576,-0.419201719672
-1469733919574986957,-0.00979523360729,0.00804866664112,0.256031572819,-0.509699502195,0.0193601280376,0.728232273541,-0.457721922873
-1469733919650134301,-0.00976427365094,0.00811198912561,0.255942672491,-0.517994777024,0.0207691310068,0.728755435488,-0.447398669444
-1469733919728763534,-0.00970037374645,0.00823681429029,0.255855351686,-0.545109081567,0.0243774913398,0.728885872708,-0.413505999564
-1469733919811520098,-0.0096843354404,0.00835680123419,0.255852013826,-0.54741521613,0.0251046490517,0.729153256725,-0.409929098691
-1469733919891379812,-0.00970270764083,0.00829173903912,0.255815863609,-0.546438589499,0.0243237595084,0.728579862955,-0.412291894083
-1469733919968275408,-0.00967261660844,0.00849277339876,0.25548350811,-0.540473401648,0.0233767079827,0.728709674051,-0.419909802909
-1469733920048607983,-0.00959994550794,0.0085061872378,0.25523647666,-0.558389661046,0.0260635175177,0.728895257987,-0.395263687145
-1469733920127201602,-0.00956990011036,0.00849490985274,0.255017757416,-0.575238038937,0.0268633962039,0.727647718177,-0.37270411151
-1469733920210212917,-0.00957845430821,0.00861334148794,0.254964023829,-0.563742042906,0.026968443101,0.728872160005,-0.387573201481
-1469733920292676058,-0.00956877227873,0.00864254869521,0.255022913218,-0.576096935839,0.027285892929,0.727660886387,-0.371318508811
-1469733920368108537,-0.00963110849261,0.00881264451891,0.254802972078,-0.534056675352,0.0234681159851,0.729422792732,-0.42681975644
-1469733920443062254,-0.00963161420077,0.00884608644992,0.254683375359,-0.541638346275,0.0241254529324,0.728987246008,-0.417879718966
-1469733920521653099,-0.00974094681442,0.00909676216543,0.25437194109,-0.512452458249,0.0197428103239,0.728327790073,-0.454468183355
-1469733920597750881,-0.00970958638936,0.00938893761486,0.253812372684,-0.532118723422,0.0226869061473,0.728847916169,-0.430250721754
-1469733920677601533,-0.00966850295663,0.00954723544419,0.253602236509,-0.551717801285,0.0235528826562,0.72762599794,-0.406955939366
-1469733920752987310,-0.00958947464824,0.00985337980092,0.252817302942,-0.564491515594,0.0233277324673,0.726385508675,-0.391368417872
-1469733920832813364,-0.00963115878403,0.0100060282275,0.251997768879,-0.549427676049,0.0229667296933,0.727649617882,-0.410033890935
-1469733920910252191,-0.00965484976768,0.0100754601881,0.251391977072,-0.541526242495,0.0241174412668,0.729092733075,-0.417841434391
-1469733920987349737,-0.00959868449718,0.0101213259622,0.251071572304,-0.55172074317,0.0245300390201,0.728393568569,-0.405518566787
-1469733921066973714,-0.00959303602576,0.0101541448385,0.250792145729,-0.548681549001,0.0225141914666,0.727112021225,-0.41200701154
-1469733921148001620,-0.00957547314465,0.0101443678141,0.25061377883,-0.549948869187,0.022343859703,0.726885558733,-0.410724211264
-1469733921227927964,-0.00955186784267,0.0101983305067,0.250597655773,-0.558183065813,0.0233763339951,0.726792638375,-0.399571861937
-1469733921308486055,-0.00951235368848,0.0102487402037,0.250478953123,-0.578948547726,0.0252321843019,0.726081308865,-0.37011869566
-1469733921387495127,-0.00950802117586,0.010322987102,0.250310003757,-0.5709692591,0.024839218201,0.726529534654,-0.381486505236
-1469733921465518628,-0.00955449230969,0.0104437461123,0.250121712685,-0.575013779297,0.0232279129571,0.72542487155,-0.377595515619
-1469733921547593921,-0.00961600616574,0.0106095960364,0.249309077859,-0.549367018592,0.0235147000724,0.727877740713,-0.409679060166
-1469733921626138254,-0.00961020961404,0.0107343476266,0.248861134052,-0.530634424454,0.0222233431692,0.728773479173,-0.432229622604
-1469733921702859842,-0.00951753184199,0.0109807765111,0.248123779893,-0.543209905754,0.0219210731238,0.727190992325,-0.419089161785
-1469733921780790689,-0.00943252164871,0.0110525656492,0.247648119926,-0.575675419131,0.0249407983968,0.726297400348,-0.374790414274
-1469733921870029728,-0.00957158766687,0.0110897440463,0.246916219592,-0.540814633288,0.0207652043689,0.726644708997,-0.423173493493
-1469733921949089006,-0.00955693889409,0.0111338989809,0.246499791741,-0.535186451001,0.0220879675767,0.728053464943,-0.427815072827
-1469733922027244688,-0.00943276192993,0.0111599871889,0.24607360363,-0.565806308717,0.02594605321,0.727863624587,-0.386528869998
-1469733922105738887,-0.00942422635853,0.0112051460892,0.245277762413,-0.560865527292,0.0223961501976,0.726098269859,-0.39712664889
-1469733922184384417,-0.00946077611297,0.0112447589636,0.244473516941,-0.558534375856,0.0248184338767,0.727745289282,-0.397253307418
-1469733922260219291,-0.00943128485233,0.0112827066332,0.244135677814,-0.570780319045,0.0251309098295,0.726730747768,-0.38136686407
-1469733922351487705,-0.00945431366563,0.0112872393802,0.243836730719,-0.549049565485,0.0217558111152,0.726647242361,-0.412377308412
-1469733922431833248,-0.00936714280397,0.0113533036783,0.243401378393,-0.566519039904,0.0242897713113,0.726729081315,-0.387725452875
-1469733922510050498,-0.00935325119644,0.011484044604,0.243231028318,-0.572741138975,0.0246121881862,0.726360379679,-0.379160159762
-1469733922588431640,-0.00939979590476,0.0115763125941,0.243307933211,-0.57118695514,0.0223875627414,0.725261646085,-0.383718391572
-1469733922668068503,-0.00933238584548,0.0116962268949,0.243231460452,-0.575412770853,0.0243129147859,0.726051852678,-0.375709638601
-1469733922744644768,-0.00931258220226,0.0117553193122,0.243225902319,-0.579185573334,0.0257022165778,0.726524401055,-0.368843818406
-1469733922822925656,-0.00939187034965,0.0111797275022,0.243301734328,-0.546471572623,0.0215034649865,0.726553943244,-0.415963686955
-1469733922900496528,-0.00928838830441,0.0110433530062,0.243205890059,-0.575532135625,0.0267507539994,0.727491003014,-0.37256408651
-1469733922979271454,-0.00929953530431,0.0109693957493,0.243249028921,-0.569633735396,0.0262148650336,0.727744707438,-0.381074571634
-1469733923057624478,-0.00933489855379,0.0109389899299,0.243296697736,-0.569442850095,0.0251346456984,0.727144031998,-0.382576328058
-1469733923133329059,-0.00931353773922,0.0109047889709,0.243263557553,-0.568095614487,0.0256369265103,0.72758657245,-0.383702880351
-1469733923217463514,-0.00937418080866,0.01083596237,0.243304014206,-0.555310235729,0.0229190989838,0.727010020389,-0.403189393771
-1469733923294636515,-0.00938499905169,0.0107070747763,0.243234619498,-0.56013378287,0.0225092688853,0.726248610167,-0.397877411186
-1469733923369827017,-0.00934844557196,0.0106440521777,0.243191868067,-0.572461927385,0.0240642048537,0.726042191413,-0.380224922943
-1469733923457452759,-0.00931360665709,0.010577628389,0.243242919445,-0.579383642065,0.0263120735915,0.7267475014,-0.368049370738
-1469733923535053742,-0.00931847561151,0.010510277003,0.243227213621,-0.581866247436,0.0263825794589,0.726573600443,-0.364453608481
-1469733923609220131,-0.00936957634985,0.0104140108451,0.243231013417,-0.57666913961,0.0245094614846,0.725991110935,-0.37388353342
-1469733923695508079,-0.00937565974891,0.0102393552661,0.243101283908,-0.568321171281,0.0235799403601,0.726203010865,-0.386114257307
-1469733923772706255,-0.00946698989719,0.00952895637602,0.242410957813,-0.543933085509,0.0240330409233,0.728698264457,-0.415401072231
-1469733923851596321,-0.00943544879556,0.0092052295804,0.242037206888,-0.552553437825,0.0254115069309,0.728801202046,-0.403593559859
-1469733923929810977,-0.00943045318127,0.00890414603055,0.241756036878,-0.539733346021,0.0226428494338,0.728160771255,-0.421849626961
-1469733924009728860,-0.00940008927137,0.00872110389173,0.241408392787,-0.550551903802,0.0221800450811,0.726759233703,-0.410148342733
-1469733924087592321,-0.009422021918,0.00854310952127,0.240806087852,-0.545022971199,0.0224265071456,0.72727246938,-0.416559441046
-1469733924163263953,-0.0094324760139,0.00836513470858,0.239964038134,-0.549624531695,0.023792252756,0.727994786018,-0.409109269509
-1469733924243610055,-0.00939775444567,0.0083220815286,0.239609658718,-0.541559124451,0.0232372301962,0.728374919351,-0.419098702834
-1469733924325469999,-0.00934123527259,0.0082898363471,0.239307999611,-0.539844778199,0.0235255082512,0.728874915958,-0.42042302839
-1469733924403706184,-0.00935647170991,0.00823354441673,0.238938868046,-0.541995069601,0.0222494178169,0.727623006801,-0.419894115117
-1469733924481315500,-0.00939488876611,0.00817495025694,0.238297849894,-0.536864102136,0.0223833580575,0.728257449884,-0.425343399864
-1469733924559181840,-0.00936182122678,0.00801155716181,0.237493380904,-0.53289324649,0.0214551885826,0.727817936316,-0.431098033288
-1469733924640186808,-0.00928633939475,0.00796347763389,0.237112894654,-0.547794976211,0.0232059759249,0.727929373343,-0.411704960066
-1469733924719430072,-0.00923065654933,0.00793870165944,0.23657785356,-0.547758003675,0.0251727077317,0.729347283602,-0.409121062888
-1469733924794405724,-0.00929721351713,0.0078846886754,0.235903739929,-0.545268496357,0.0241846253112,0.728696494284,-0.413640894977
-1469733924875555869,-0.00927614886314,0.00785684771836,0.235544681549,-0.549997881244,0.0245151811174,0.728419779038,-0.407806280024
-1469733924951775302,-0.0092264926061,0.00779429869726,0.235327988863,-0.566216578819,0.0256414444062,0.727620034238,-0.386407023713
-1469733925032200107,-0.00922012701631,0.00764239020646,0.235087200999,-0.564060274076,0.0250110998279,0.727286996246,-0.390210298669
-1469733925112818675,-0.00926022976637,0.00760674010962,0.235136881471,-0.549465564694,0.0224761965206,0.727025056195,-0.411116749197
-1469733925189802992,-0.0092153660953,0.0077268932946,0.235037431121,-0.568461056782,0.0245354424537,0.726691652163,-0.384927631722
-1469733925263998245,-0.00925026834011,0.00793697685003,0.235052362084,-0.546992205784,0.022475115482,0.727307036368,-0.413906838365
-1469733925345737226,-0.00920178741217,0.00802395958453,0.234909459949,-0.570082511839,0.0253594295835,0.72693929247,-0.381997505346
-1469733925428138424,-0.00932221952826,0.00818000547588,0.234279260039,-0.539957657222,0.0220512391192,0.727799953546,-0.422216412375
-1469733925507778821,-0.00933194812387,0.00858770962805,0.233821198344,-0.548208632281,0.0228652663425,0.727606536323,-0.411744099397
-1469733925585040185,-0.00928645487875,0.00884657166898,0.233474642038,-0.551464698122,0.0231430143255,0.727542175947,-0.407472047915
-1469733925665388924,-0.00920688174665,0.00891898944974,0.232940003276,-0.568018495431,0.0256122609761,0.727443172708,-0.384090394851
-1469733925745825301,-0.00933702103794,0.00892673991621,0.232213661075,-0.549702115484,0.0213591356461,0.72634810887,-0.412055574283
-1469733925826435858,-0.00923937186599,0.00903950817883,0.231676533818,-0.573739660682,0.0254453957717,0.726745827441,-0.376849885089
-1469733925903613418,-0.00918408762664,0.00911918282509,0.230901628733,-0.575899996511,0.0244342250617,0.726049015662,-0.374959983892
-1469733925981687502,-0.00926161650568,0.00915806181729,0.230115607381,-0.55300911824,0.0233503198311,0.727420409729,-0.405580109493
-1469733926060395729,-0.00930424965918,0.00916826538742,0.229731217027,-0.540730507922,0.0206097730219,0.726572425025,-0.423412642999
-1469733926137095595,-0.00920001324266,0.00917389802635,0.229371935129,-0.567395069768,0.0232010967159,0.725848613372,-0.388160191648
-1469733926217766010,-0.00915222149342,0.00920191965997,0.228686615825,-0.563604271028,0.02534897115,0.727777371921,-0.389933009965
-1469733926302279447,-0.00919535104185,0.00922446884215,0.227672711015,-0.554543621798,0.0231666559041,0.727232221042,-0.403829139929
-1469733926379976526,-0.00911508966237,0.00921350996941,0.227222383022,-0.564347478944,0.0242574807217,0.726942448724,-0.390484537314
-1469733926458364474,-0.00915399752557,0.00921875890344,0.226649299264,-0.557052542333,0.0231429443419,0.726802438999,-0.401142223995
-1469733926534674502,-0.0092385886237,0.00922803673893,0.225975200534,-0.529342521781,0.02065902779,0.727647699144,-0.435773479156
-1469733926617886075,-0.00912938732654,0.00921008735895,0.225607514381,-0.556566829943,0.023302518496,0.727077533215,-0.401308630773
-1469733926701685272,-0.00915164779872,0.00918847322464,0.224449113011,-0.554027245915,0.0226068511247,0.726888822416,-0.405185612915
-1469733926778184935,-0.00916338060051,0.00915696751326,0.223928019404,-0.540975998935,0.0206960802849,0.726522229819,-0.423180919247
-1469733926857416852,-0.00906846858561,0.00917231012136,0.223534762859,-0.544821390929,0.0228224799718,0.72784198436,-0.415806243577
-1469733926937072554,-0.00902839470655,0.00913256127387,0.22320087254,-0.564031819195,0.024474998555,0.727186929249,-0.390471831647
-1469733927021477687,-0.00910534709692,0.00913588143885,0.222419425845,-0.547594017563,0.0234784856045,0.728203590556,-0.411471850002
-1469733927102167667,-0.00902528595179,0.00907284393907,0.221569448709,-0.544133433008,0.022016231378,0.727292622011,-0.417707474924
-1469733927182795726,-0.00898823980242,0.00907774269581,0.22100238502,-0.557012120705,0.0244782778737,0.727888470943,-0.399144942556
-1469733927261990424,-0.00902345962822,0.009063010104,0.220322713256,-0.547489948672,0.0234766922648,0.72819070986,-0.411633199701
-1469733927338608923,-0.00903892051429,0.00907967612147,0.219992816448,-0.524939320153,0.0209408952921,0.728480012044,-0.43967836098
-1469733927413210056,-0.00898849964142,0.00904213171452,0.219727486372,-0.535594801308,0.0213948636108,0.727579722091,-0.428145088288
-1469733927491662059,-0.00896330270916,0.00902637559921,0.218738660216,-0.549584659424,0.0247262194841,0.728818781273,-0.407637707112
-1469733927567514995,-0.00898924469948,0.00902479048818,0.218377009034,-0.542914756297,0.0232574124983,0.728426508549,-0.417249903297
-1469733927642506313,-0.00898398365825,0.00900973193347,0.217933267355,-0.520283190224,0.02051146162,0.728403074917,-0.445324199167
-1469733927722525273,-0.00895448122174,0.00901272706687,0.217386603355,-0.522774754209,0.0221511812862,0.729192812615,-0.441014425569
-1469733927800391800,-0.00898007396609,0.00899251177907,0.21679623425,-0.534516581241,0.0224795194051,0.728547439291,-0.427791215768
-1469733927878825870,-0.00893088430166,0.00895031634718,0.216243162751,-0.531821566999,0.0211862177666,0.727941742952,-0.432224228751
-1469733927958470128,-0.00885998830199,0.00883572455496,0.215530663729,-0.518420634626,0.0207105149132,0.728676701686,-0.447036222902
-1469733928035799267,-0.00880596693605,0.00879044644535,0.215150654316,-0.524456762443,0.0212198558736,0.728647619484,-0.439963031022
-1469733928119246776,-0.00882760062814,0.00868221744895,0.214657709002,-0.531524701623,0.0209189642079,0.727629766514,-0.433126784422
-1469733928195014447,-0.00879235100001,0.00863649509847,0.214293956757,-0.533835145649,0.0215069165272,0.728076184282,-0.42949104728
-1469733928274391962,-0.00874674599618,0.00861124414951,0.214022085071,-0.527087287286,0.0221034262443,0.72920214638,-0.435837882526
-1469733928349246594,-0.00874926056713,0.00853673182428,0.21398229897,-0.525923127676,0.0210891572252,0.728550454348,-0.438376945896
-1469733928430031982,-0.00873831752688,0.00851964112371,0.213901460171,-0.524777005257,0.020985663934,0.72851601658,-0.439810311668
-1469733928505390397,-0.00868897140026,0.00855458155274,0.213817089796,-0.532858327192,0.022504139258,0.729077129654,-0.428954666456
-1469733928583942603,-0.00869800336659,0.00852959044278,0.213809654117,-0.532943338867,0.0220174168936,0.728714811027,-0.429489644927
-1469733928661625870,-0.0087273856625,0.00849679205567,0.213845267892,-0.521786528119,0.0211045950425,0.728965003472,-0.442609804292
-1469733928739722869,-0.00868383143097,0.00834933109581,0.213835924864,-0.540808514116,0.0237190958576,0.729022113888,-0.418915639496
-1469733928816612980,-0.00869900919497,0.00834321975708,0.213890701532,-0.53275352688,0.0232297562747,0.729600793799,-0.428155041672
-1469733928897936794,-0.00871087051928,0.00834970455617,0.213891670108,-0.538361339868,0.0232049917008,0.728887463143,-0.422317016195
-1469733928978371556,-0.00873666722327,0.008375544101,0.213931456208,-0.533643533396,0.0222641229035,0.728661856151,-0.428696614737
-1469733929057144184,-0.00874380301684,0.00841507129371,0.213904097676,-0.532085048655,0.021683165173,0.728433293408,-0.431045564181
-1469733929135641765,-0.00877701491117,0.00845205783844,0.213947743177,-0.520816313529,0.0201911756897,0.728302744669,-0.444879529866
-1469733929212733828,-0.00877605378628,0.00848705694079,0.213938057423,-0.521487493945,0.0202330661663,0.72832559208,-0.444053204711
-1469733929289884744,-0.0087239863351,0.0086089046672,0.213949754834,-0.537672052092,0.023124060741,0.729140880082,-0.422761894224
-1469733929366262246,-0.00870926026255,0.00864550936967,0.213926941156,-0.550419582193,0.0239018206807,0.728301787022,-0.407484347585
-1469733929446102811,-0.00870297476649,0.00871101953089,0.213922768831,-0.545796518726,0.0240012175986,0.728879042654,-0.41263233378
-1469733929522189649,-0.0087798377499,0.00876570586115,0.213942959905,-0.526635358373,0.0207089933572,0.728152337379,-0.43820144965
-1469733929597912401,-0.00878289435059,0.0088210022077,0.213944450021,-0.521308920654,0.0200622505548,0.728192859522,-0.444488104104
-1469733929676247745,-0.00876784045249,0.00888034235686,0.213978871703,-0.530978914116,0.0209041972015,0.728091317202,-0.433021294071
-1469733929752992592,-0.00870294403285,0.00898199994117,0.213926926255,-0.548068240429,0.0236659771998,0.728463395057,-0.41036838014
-1469733929832590753,-0.00871799699962,0.00905005633831,0.213906824589,-0.537486031609,0.0230179965839,0.728943311332,-0.423344524616
-1469733929908610083,-0.00871723052114,0.00909287575632,0.213924884796,-0.548077340665,0.0232327716552,0.728048593249,-0.411116422488
-1469733929989134907,-0.00879775639623,0.00919784326106,0.213976427913,-0.516630916313,0.0192703447491,0.727900415785,-0.450424394126
-1469733930065284868,-0.00873525999486,0.00932016782463,0.213969185948,-0.536762457507,0.0222489318928,0.728478573154,-0.425100009053
-1469733930141397092,-0.00873265042901,0.00945760309696,0.21400116384,-0.5418218508,0.0229064344064,0.728408050063,-0.418719583805
-1469733930228515278,-0.00871447101235,0.00974593311548,0.214001953602,-0.55725547251,0.0239788268244,0.727571750106,-0.399412947548
-1469733930305164369,-0.00869258586317,0.0098292408511,0.213897973299,-0.545730763508,0.0235115611625,0.728472579691,-0.413464437275
-1469733930391911790,-0.00869586318731,0.00982115138322,0.213864922523,-0.552352991385,0.0231971820842,0.727519574313,-0.406304482675
-1469733930469836759,-0.00870798062533,0.009845177643,0.213812842965,-0.53781826135,0.0218081819721,0.727934541994,-0.424720170854
-1469733930556100087,-0.00869200378656,0.00984027609229,0.213663011789,-0.536760868272,0.0211777652301,0.727518494412,-0.426797508006
-1469733930632480697,-0.0087048523128,0.00985943432897,0.213675558567,-0.531197428754,0.0200571340993,0.727127287961,-0.434410992218
-1469733930718233039,-0.00867004692554,0.00986958295107,0.21353533864,-0.529562761615,0.0198914174559,0.727091775552,-0.436468971345
-1469733930796390876,-0.00863692630082,0.00988930184394,0.213480994105,-0.533945294343,0.020605341356,0.727349213088,-0.430628569392
-1469733930878169786,-0.00860156491399,0.00989815033972,0.213399723172,-0.54314910345,0.0217267995913,0.727345598105,-0.418909749849
-1469733930958717232,-0.00854727253318,0.00991038233042,0.213155522943,-0.534572494365,0.0219291618862,0.728303930141,-0.428164390705
-1469733931036515795,-0.0084473900497,0.00984781049192,0.212832465768,-0.54706773431,0.0222617143125,0.727234873961,-0.413945344518
-1469733931114650725,-0.00840805377811,0.00978295132518,0.212649822235,-0.554157865845,0.0227045931036,0.726883556653,-0.405010933484
-1469733931189969302,-0.00839640758932,0.00967532582581,0.212440982461,-0.545913186176,0.0214865566846,0.726642892314,-0.416541988388
-1469733931271428506,-0.00836863555014,0.00963161513209,0.212302297354,-0.541341160639,0.0216638674782,0.727395999553,-0.421159689996
-1469733931350458189,-0.0083608077839,0.00960369501263,0.212242305279,-0.538215027311,0.0213408309957,0.727499127313,-0.424987262242
-1469733931430304567,-0.0083569874987,0.00959533639252,0.212243884802,-0.547749440554,0.0217982476846,0.726923643056,-0.413615043171
-1469733931514909566,-0.00837570615113,0.00956792198122,0.212276145816,-0.542843448504,0.0208990262317,0.726725899002,-0.420420847293
-1469733931597104874,-0.0083696488291,0.00953916087747,0.212244927883,-0.54262486611,0.0208312584652,0.726725431183,-0.420707096471
-1469733931687828507,-0.00835585221648,0.00952683575451,0.212200090289,-0.537298685605,0.0209832791577,0.727388061168,-0.42635247497
-1469733931769479294,-0.00833189021796,0.00952106155455,0.212123036385,-0.539643204019,0.0214819708954,0.727504198236,-0.423156447229
-1469733931851286497,-0.00826278049499,0.00921819638461,0.211627557874,-0.550275854269,0.023275097324,0.727769482261,-0.408664085457
-1469733931927766635,-0.00834093056619,0.00907366536558,0.210926547647,-0.54157326721,0.022938454263,0.72835491678,-0.419131648486
-1469733932007017372,-0.00832440052181,0.00892053730786,0.210668504238,-0.549972513042,0.0225463770203,0.727241746336,-0.410050409301
-1469733932088057187,-0.00828458927572,0.00881790369749,0.210344046354,-0.560122801924,0.0227905688737,0.726385437586,-0.397627002099
-1469733932165313138,-0.00828993879259,0.00874141138047,0.209069281816,-0.546553689525,0.0231412310906,0.728106721611,-0.413042552088
-1469733932243894156,-0.00829408038408,0.00871282443404,0.208894222975,-0.544186341284,0.0216996605098,0.727197112593,-0.417821385438
-1469733932323022808,-0.00829685572535,0.00872250553221,0.208655253053,-0.535959597323,0.0202064572371,0.726814762948,-0.429044647426
-1469733932410993485,-0.0082591176033,0.00870442204177,0.20820094645,-0.562014361173,0.0226858829726,0.726239430393,-0.395223352411
-1469733932486272805,-0.00829586014152,0.00873580668122,0.207639351487,-0.544140213617,0.0222210484168,0.727598026975,-0.417155563397
-1469733932564776872,-0.00826676748693,0.00874543190002,0.207258686423,-0.54472899783,0.0215870201642,0.727220464624,-0.417078787899
-1469733932643327894,-0.00826609041542,0.0087505672127,0.207081481814,-0.535000415607,0.0208786249785,0.727505686915,-0.429038592467
-1469733932722001937,-0.00824164506048,0.00875574257225,0.206671446562,-0.545808928285,0.0226719792232,0.72784984663,-0.41450355357
-1469733932798840755,-0.00828089658171,0.00873491261154,0.20608702302,-0.545667427606,0.0215602318724,0.726862683825,-0.416476714493
-1469733932875830747,-0.0082317199558,0.00875631067902,0.20562069118,-0.55017338914,0.0217619650827,0.726748567671,-0.410697185461
-1469733932953158373,-0.00827006716281,0.00876321922988,0.2046161443,-0.535997987195,0.0207679388939,0.727231027295,-0.428263801151
-1469733933030455496,-0.00824586302042,0.00874526798725,0.204082772136,-0.54333087871,0.0202281712743,0.726031891605,-0.421022647491
-1469733933109467357,-0.00820347387344,0.00876866467297,0.203536480665,-0.549064373756,0.0225973623973,0.72738413096,-0.411010947191
-1469733933197267755,-0.00828241277486,0.00877816323191,0.203077316284,-0.536090799835,0.0203671383713,0.726995080499,-0.428567365693
-1469733933280240211,-0.00823809485883,0.00875242426991,0.202760845423,-0.541369642014,0.0208578202892,0.726842836093,-0.422117701191
-1469733933359596394,-0.00822571758181,0.00870688538998,0.202427297831,-0.541178561941,0.0204656814084,0.726489972371,-0.422988463228
-1469733933438765689,-0.00818869378418,0.00867413170636,0.201354637742,-0.544966527577,0.0218147536005,0.727181267271,-0.416824909137
-1469733933517776836,-0.00818198174238,0.0087062837556,0.201083466411,-0.535066987549,0.0203401342707,0.727106445635,-0.42965778765
-1469733933597641408,-0.00811607670039,0.00871388521045,0.200856015086,-0.546854812159,0.0215284170711,0.727013986607,-0.414652872841
-1469733933677390924,-0.00806213356555,0.00872080400586,0.200619012117,-0.550968534423,0.0222638264984,0.727040103296,-0.409085179766
+1470133504986772985,-0.036516290158,0.377490192652,1.36025321484,-0.00412977313831,0.0008064680387,-0.408203510843,-0.912881256418
+1470133505108751190,-0.0365191660821,0.376762539148,1.35764670372,-0.00586521089499,0.00155857429907,-0.406401284862,-0.913674540419
+1470133505191073878,-0.0365182384849,0.377513736486,1.36033785343,-0.00307646693651,0.000361278167333,-0.408285856679,-0.912848872522
+1470133505272785904,-0.0365191660821,0.376762539148,1.35764670372,-0.00586521089499,0.00155857429907,-0.406401284862,-0.913674540419
+1470133505353689620,-0.0365193970501,0.377146452665,1.35902202129,-0.00413703028791,0.000815286905621,-0.407369879598,-0.913253525306
+1470133505431624291,-0.0365157611668,0.37786591053,1.36159908772,-0.00271206847554,0.000203399411251,-0.409150762295,-0.912462742816
+1470133505513017344,-0.0365174114704,0.377122581005,1.35893630981,-0.00517505743109,0.00125673623636,-0.407287798136,-0.913284341749
+1470133505587189565,-0.036516290158,0.377490192652,1.36025321484,-0.00412977313831,0.0008064680387,-0.408203510843,-0.912881256418
+1470133505666140338,-0.0362647362053,0.382691979408,1.36978507042,-0.279590506968,0.029095410517,0.774104252624,-0.567225891131
+1470133505740024051,-0.0343822054565,0.366255700588,1.33868312836,-0.193378742034,0.0239302683053,0.788316326181,-0.583600354922
+1470133505818306446,-0.033264901489,0.360934019089,1.35910534859,-0.274959588128,0.0308490294376,0.783701643391,-0.556109068822
+1470133505897191121,-0.0342554822564,0.327329069376,1.33675014973,-0.111534763885,0.0163132854845,0.802252309203,-0.586246625184
+1470133505972608584,-0.0342301204801,0.306705445051,1.33342409134,-0.217372398677,0.0292702515659,0.793408073378,-0.567799367529
+1470133506048333779,-0.0331801958382,0.289334475994,1.31485438347,-0.288889342276,0.0372209655973,0.790713915766,-0.538450602241
+1470133506126590161,-0.0318592973053,0.273741304874,1.29220318794,-0.267452067898,0.0400537802146,0.79368254032,-0.544915691881
+1470133506198547162,-0.029796095565,0.251781851053,1.29515552521,-0.252884876332,0.0402231642617,0.795517804452,-0.549165511644
+1470133506275081021,-0.0295175686479,0.234011545777,1.28983283043,-0.2303563856,0.0303359890264,0.791306610592,-0.565552394934
+1470133506349539604,-0.0280873626471,0.213549762964,1.26443171501,-0.096225217902,0.0124345849112,0.793460684682,-0.600837940215
+1470133506424535648,-0.0274297222495,0.187998011708,1.25047278404,-0.241313886182,0.036303651458,0.801421948018,-0.546051750718
+1470133506497380374,-0.0262117292732,0.168267160654,1.22965180874,-0.16997005877,0.0285733592477,0.806007818758,-0.566255364976
+1470133506570478937,-0.0262822527438,0.15183994174,1.23091042042,-0.153621611667,0.0238959168221,0.802915116873,-0.575462162687
+1470133506649056089,-0.0261984020472,0.135412096977,1.22928500175,-0.202242870279,0.0302299367626,0.795134637322,-0.570915826437
+1470133506724208600,-0.0264836195856,0.108911469579,1.19605636597,-0.212469487703,0.0389754376471,0.808548646661,-0.547345154393
+1470133506798746321,-0.026540171355,0.0959870964289,1.19766771793,-0.195973288401,0.0319532451328,0.801783139453,-0.563664135498
+1470133506875530923,-0.0266166646034,0.0845704898238,1.19929754734,-0.152093869207,0.019214527364,0.787079306802,-0.597498470033
+1470133506952319849,-0.0265536811203,0.0718872472644,1.19795632362,-0.199838072074,0.0296761152759,0.794389865032,-0.572825292272
+1470133507024867135,-0.0264579039067,0.0523631758988,1.19270956516,-0.219406195921,0.0221923101449,0.772733824736,-0.595189766941
+1470133507095449672,-0.0260358732194,0.0410720519722,1.14961385727,-0.311805186694,0.0508158839355,0.800931116911,-0.508630138169
+1470133507172790078,-0.0254636202008,0.0333322994411,1.142365098,-0.208127893427,0.0275773074796,0.79192396059,-0.573392285206
+1470133507249849718,-0.0253201425076,0.0257554817945,1.14109373093,-0.13139335384,0.0189654032783,0.796870970027,-0.589383370289
+1470133507326303487,-0.0250097792596,0.0152813876048,1.1336337328,-0.454372005985,0.0504193123743,0.760647142737,-0.460890331166
+1470133507398769362,-0.0246884264052,0.00985834281892,1.12715876102,-0.399385177031,0.0339015210734,0.757867603699,-0.514760976085
+1470133507476677753,-0.0240919217467,0.00601760158315,1.1169103384,-0.31249890471,0.0318332717175,0.774429862188,-0.54917161791
+1470133507554027746,-0.0238417256624,0.00154475437012,1.11437523365,-0.00438599478302,0.00172621528595,0.634488065891,0.772918286414
+1470133507626262328,-0.0236694701016,-0.00273077888414,1.10913014412,-0.411119766839,0.0194614638351,0.735005954758,-0.53885808448
+1470133507697391257,-0.0237120613456,-0.00438610697165,1.07959103584,-0.190415954697,0.0205080559982,0.786206389775,-0.587537825603
+1470133507769530924,-0.0230777841061,-0.00694580934942,1.06601941586,-0.398505014121,0.0463723787006,0.773178959079,-0.491159498993
+1470133507840003930,-0.022907840088,-0.00698565971106,1.06528198719,-0.268573327856,0.0277813788901,0.777290859376,-0.568256528763
+1470133507920501984,-0.0228392295539,-0.00831247586757,1.0513958931,-0.223542484511,0.0181763295793,-0.654652349464,-0.721892429662
+1470133507996487194,-0.0229712743312,-0.00699659483507,1.03708803654,-0.372562432994,0.0141694153889,0.730528021429,-0.572123475394
+1470133508078159061,-0.0229802373797,-0.00642376299948,1.03795981407,-0.182874829001,0.0108269407237,0.756067774861,-0.628331993527
+1470133508155702785,-0.0226301625371,-0.00507925404236,1.03062665462,-0.383816567647,0.0298545720251,0.7539915653,-0.532250191531
+1470133508231444955,-0.0225303377956,-0.00401141261682,1.00194358826,-0.417379321878,0.0422344908144,0.765590205386,-0.487731880106
+1470133508305795558,-0.0222826376557,-0.00221204780973,0.996451079845,-0.342064411183,0.0366047141654,0.773273054987,-0.532635725363
+1470133508383370147,-0.0220735091716,-0.000478836154798,0.99456423521,-0.27686458555,0.0278409772761,0.769828099428,-0.574400190272
+1470133508464031255,-0.0224548522383,0.00254008593038,0.973340570927,-0.300866378314,0.0038046932979,0.715837792267,-0.630112055012
+1470133508539279854,-0.0223999023438,0.00497094448656,0.973366498947,-0.122620708501,0.00624154282407,0.758018349322,-0.640572702416
+1470133508619269457,-0.0224319212139,0.00700329942629,0.95495647192,-0.232888100109,0.0277447898163,-0.634386388863,-0.736578080784
+1470133508693714505,-0.0219394341111,0.00993688777089,0.939558207989,-0.358037345319,0.0325919555011,0.764755616379,-0.534692314336
+1470133508771628271,-0.0216000452638,0.0135999619961,0.9347012043,0.610827721629,-0.000105666113206,0.707168293476,-0.356093369815
+1470133508848007942,-0.0211874097586,0.0168681126088,0.927483379841,-0.413434733681,0.0273067264235,0.74648056188,-0.520665760746
+1470133508924761268,-0.0211765449494,0.0188455171883,0.904611766338,-0.383074036434,0.0315301082223,0.758220586331,-0.526651381229
+1470133508996692044,-0.0207341816276,0.022395234555,0.8978048563,-0.548030819103,0.0283105444001,0.730929120527,-0.405713390406
+1470133509073163183,-0.0211091544479,0.0251944698393,0.883070886135,-0.0975893139726,0.00632978672013,0.758429771611,-0.644376086717
+1470133509148245407,-0.0209093801677,0.0267596188933,0.88059514761,-0.331745878034,0.0286138481199,0.758695609591,-0.559916861767
+1470133509220659523,-0.0208935886621,0.029766863212,0.858187973499,-0.264322296296,0.0254166968838,0.773583681316,-0.57537466333
+1470133509293744275,-0.0205303356051,0.0316545367241,0.852412819862,-0.373055546,0.029322902254,0.756797899118,-0.535935319691
+1470133509367938938,-0.0205626729876,0.0329178906977,0.842342197895,-0.0383031349624,0.00105852856313,0.632564000332,0.773559651774
+1470133509444894715,-0.0206639952958,0.0359624326229,0.835383951664,-0.120919956423,0.00699377168557,0.752881032586,-0.646915452025
+1470133509518831673,-0.0206548180431,0.0373674221337,0.815973222256,-0.278738272667,0.0230728306008,0.76339181438,-0.582241837707
+1470133509591706756,-0.0202273912728,0.0389386042953,0.809037864208,-0.458724460306,0.0409455089471,0.754863914836,-0.466985872262
+1470133509664894545,-0.0204339027405,0.0390121340752,0.794330835342,-0.311238069347,0.0201654723465,0.752097377692,-0.580580530489
+1470133509735730217,-0.0201970152557,0.0393471568823,0.790841758251,-0.432995613111,0.00961177797508,0.720796590673,-0.541178979289
+1470133509806292350,-0.0199902877212,0.0399507731199,0.77141046524,-0.276822690341,0.0237375412413,0.767237611249,-0.578058972021
+1470133509878655792,-0.0196850132197,0.0402276329696,0.76763767004,-0.17760774194,0.00839813037167,0.745206933511,-0.642690895887
+1470133509951061375,-0.0194695033133,0.0399967171252,0.749303281307,-0.332701322602,0.0294563470948,0.764274175616,-0.551658533915
+1470133510028569511,-0.0191220771521,0.0403654202819,0.743931055069,-0.287133725671,0.0164825699641,0.748072359635,-0.598055426546
+1470133510104397102,-0.018707877025,0.0414260327816,0.739076554775,-0.274759509177,0.0190154777355,0.755913060325,-0.593920086336
+1470133510178859936,-0.0183868054301,0.0413185656071,0.71929693222,-0.43274664609,0.041928978649,0.759683209089,-0.483584245893
+1470133510252876931,-0.0182842556387,0.0425139293075,0.717968046665,-0.178153109714,0.00770987738935,0.746146048903,-0.64145779362
+1470133510324092654,-0.018219044432,0.042056016624,0.702422738075,-0.325444172718,0.0182326550096,0.74909696165,-0.576721252237
+1470133510402126999,-0.0182934850454,0.0415537320077,0.689075946808,-0.383104856813,0.0228841254923,0.745196211878,-0.54533438484
+1470133510478980724,-0.0183980837464,0.0412814691663,0.677408397198,-0.425591882154,0.037319188636,0.755441735038,-0.496776220211
+1470133510552554396,-0.0184073783457,0.0402188412845,0.664427280426,-0.420333606766,0.0322340381979,0.750557013961,-0.508866185356
+1470133510625921868,-0.0185561850667,0.0400687418878,0.653090000153,-0.263496823249,0.0192721645101,0.760406191005,-0.593279388227
+1470133510697040747,-0.0181076526642,0.0394162982702,0.648289263248,-0.626637390696,0.0302203569623,0.722391356336,-0.29079724706
+1470133510771195222,-0.0180293638259,0.0391154550016,0.635395407677,-0.475486078088,0.0401929801825,0.750268585924,-0.457596506612
+1470133510847733241,-0.017695389688,0.0381419621408,0.62058609724,-0.48015815158,0.0354546127494,0.744535029558,-0.46244860219
+1470133510925279111,-0.0177617333829,0.0379852242768,0.609817564487,-0.295379646624,0.0215790915474,0.757643988434,-0.581601920525
+1470133511004376799,-0.0173597689718,0.0374049060047,0.604456007481,-0.459876882189,0.0161044913446,0.727967836483,-0.508248686799
+1470133511079683552,-0.0171311683953,0.036967780441,0.592895150185,-0.422965589783,0.0334563232061,0.752332046691,-0.50396158169
+1470133511154527441,-0.0171557869762,0.03617580235,0.582592368126,-0.311276450572,0.0191730487306,0.749354652981,-0.584129240475
+1470133511233081265,-0.0167459454387,0.0344038046896,0.568510890007,-0.308857245227,0.0179724981455,0.746902695082,-0.588575021098
+1470133511311999339,-0.0166045259684,0.033441722393,0.557974278927,-0.40151737036,0.0317672522,0.753612535893,-0.51946394363
+1470133511388893938,-0.0163798425347,0.0318373143673,0.546635508537,-0.488220267345,0.037178002651,0.745286001422,-0.45255667353
+1470133511462530203,-0.0160025786608,0.0302113927901,0.534268081188,-0.490561949761,0.0366913642933,0.744419831406,-0.45148846258
+1470133511538427601,-0.0159007031471,0.0291200559586,0.524850308895,-0.458882928812,0.0349681481953,0.749393470946,-0.476038981555
+1470133511617060967,-0.0157387051731,0.0278323274106,0.515147924423,-0.416543354074,0.0318788858808,0.751263953958,-0.510957769581
+1470133511691256550,-0.0151893664151,0.0257635619491,0.501721560955,-0.497668723156,0.0354470928757,0.742940562404,-0.44621594137
+1470133511767756418,-0.014946995303,0.0245740208775,0.492360681295,-0.539425625179,0.037223897473,0.739089278903,-0.401723056556
+1470133511845267473,-0.0147084714845,0.023664502427,0.482922613621,-0.524856982813,0.0378073499094,0.741253170304,-0.41670071922
+1470133511920967667,-0.0146950827911,0.0225801467896,0.474241882563,-0.405608893169,0.0163054635276,0.732802940009,-0.546091026072
+1470133511995394732,-0.01415311452,0.021201973781,0.457739949226,-0.488024025699,0.0364126683504,0.746198546513,-0.45132515674
+1470133512072563169,-0.0140609173104,0.0202815774828,0.449480682611,-0.385399185965,0.0186320580031,0.739778006551,-0.551224831531
+1470133512146627386,-0.01363806054,0.0192472804338,0.440043359995,-0.456901304624,0.0293369875635,0.743388569791,-0.487600218721
+1470133512221135964,-0.0133276432753,0.017837587744,0.425316154957,-0.350664642381,0.0172077083779,0.740858842283,-0.5725961746
+1470133512294912098,-0.0129281030968,0.0168330483139,0.415800243616,-0.499744065173,0.0337758641934,0.742299915487,-0.445090884866
+1470133512374988976,-0.0128595083952,0.0158505421132,0.40563505888,-0.439785819154,0.0239310078044,0.740478129186,-0.50764936751
+1470133512449417190,-0.012726854533,0.0148372109979,0.393637031317,-0.324462833169,0.0136015822467,0.737643622703,-0.591963472469
+1470133512522792509,-0.0123949870467,0.013281552121,0.377969890833,-0.368933500477,0.0142926471675,0.734554168643,-0.569310078773
+1470133512598547582,-0.0119588850066,0.0127014433965,0.370077729225,-0.507771146135,0.0307641215823,0.737834355863,-0.443646813676
+1470133512672003632,-0.0120150474831,0.012026627548,0.362065494061,-0.452811919117,0.0270451725423,0.741349673154,-0.494601442237
+1470133512747753985,-0.0118131814525,0.0113068055362,0.348299354315,-0.410462281761,0.0237706484196,0.743295776722,-0.527699781915
+1470133512830640983,-0.0117004476488,0.0109201362357,0.339282810688,-0.36547441522,0.0155509323165,0.736980706374,-0.568371409166
+1470133512912467515,-0.0114560229704,0.0105851413682,0.329872667789,-0.357212039055,0.0153144865663,0.737347077694,-0.573135509869
+1470133512986790948,-0.0112272314727,0.0102916173637,0.320368915796,-0.293980608601,0.0125037773013,0.739783595891,-0.605094445992
+1470133513058693286,-0.0109732486308,0.0100338198245,0.310702264309,-0.419114193678,0.021554177013,0.739370684418,-0.526507076053
+1470133513133279405,-0.0108398171142,0.00977839250118,0.297159910202,-0.368544625277,0.0149472130807,0.736326522877,-0.567251876778
+1470133513211398082,-0.0106656514108,0.00990776810795,0.290988087654,-0.447797165977,0.0227669427637,0.737712498547,-0.504717380271
+1470133513290200443,-0.0105535164475,0.010163994506,0.288470119238,-0.417309200988,0.0238152274493,0.741725442955,-0.524527628429
+1470133513365484682,-0.0104460967705,0.0104624573141,0.288926899433,-0.453162462894,0.0258056819144,0.739818108303,-0.496635697097
+1470133513442757321,-0.0104910153896,0.010808727704,0.288640886545,-0.42934346045,0.0251892345005,0.741944581006,-0.514342234461
+1470133513517683432,-0.0106024155393,0.0112001728266,0.288488745689,-0.461095190964,0.025638646227,0.73906020735,-0.490432354765
+1470133513590579380,-0.0106780631468,0.0123434914276,0.288561940193,-0.467080106365,0.0236699483479,0.736905001287,-0.488105446457
+1470133513668236406,-0.0106487702578,0.0131412670016,0.288583695889,-0.490869550917,0.0262376887769,0.73650811901,-0.464665964217
+1470133513744683315,-0.0106953084469,0.0139955412596,0.288579136133,-0.473958746996,0.0237088611526,0.735911436802,-0.482944461851
+1470133513816769407,-0.0107314148918,0.0149210970849,0.28863760829,-0.47439478862,0.0222750522783,0.734581641834,-0.484606250534
+1470133513890270783,-0.0107081457973,0.0155173782259,0.288625061512,-0.483325970201,0.0244660567805,0.735434982991,-0.474270813341
+1470133513967857130,-0.010721235536,0.0159939769655,0.288687258959,-0.496431392851,0.0246489931917,0.734119698993,-0.462619246117
+1470133514042332786,-0.0107357557863,0.0164732988924,0.288676768541,-0.488830470084,0.0237469778868,0.734204071572,-0.470558427664
+1470133514121352489,-0.0107173072174,0.017142880708,0.288768947124,-0.502813059744,0.0256764404613,0.734627550617,-0.454798976726
+1470133514201891259,-0.0107104061171,0.0175616126508,0.288694351912,-0.503674866979,0.0252506022185,0.73408300453,-0.454748477647
+1470133514279476324,-0.0107415132225,0.0179695170373,0.288708686829,-0.50076647044,0.024591721889,0.733669953886,-0.458646473946
+1470133514363058964,-0.0107192443684,0.0181720033288,0.28875619173,-0.503774574776,0.0256402649181,0.734367747035,-0.454156103933
+1470133514440001904,-0.0106815556064,0.0183261521161,0.288612067699,-0.514741854219,0.02679615931,0.7342040156,-0.441890543957
+1470133514518837417,-0.0107231233269,0.0184303466231,0.288648605347,-0.495936204033,0.0236673306613,0.733414358808,-0.464317259298
+1470133514592317513,-0.0107065178454,0.0190304890275,0.288784205914,-0.519760368267,0.0257294271308,0.732889137912,-0.438247267748
+1470133514667410798,-0.010702772066,0.0195690430701,0.288725763559,-0.510604115649,0.0254150660129,0.733516488612,-0.447873947039
+1470133514744175893,-0.0107316682115,0.019542876631,0.288755685091,-0.501071338452,0.0246280429087,0.733544405924,-0.458512352966
+1470133514819640655,-0.0107439281419,0.0193805135787,0.288794189692,-0.502544743437,0.0239677267413,0.732991610959,-0.457818334257
+1470133514892454129,-0.010688197799,0.0192466787994,0.288803458214,-0.527685341882,0.0273168483241,0.733151604461,-0.428124625123
+1470133514965431556,-0.0107144843787,0.0190279595554,0.2887327075,-0.510780922938,0.0252485287507,0.733124788779,-0.448322879895
+1470133515036461451,-0.0106486044824,0.0188161358237,0.288708657026,-0.533684278774,0.0297094804243,0.73427127275,-0.418502252536
+1470133515110598385,-0.0107469065115,0.0184339210391,0.288800090551,-0.501023764584,0.0231057455071,0.732204136431,-0.460780223577
+1470133515185159200,-0.010717918165,0.0181270781904,0.288813918829,-0.512538098435,0.0254341123632,0.733189630032,-0.446195887469
+1470133515259856090,-0.0106958346441,0.0178599711508,0.288748085499,-0.520347059034,0.0266114616392,0.733311494213,-0.436789446667
+1470133515339236168,-0.0107295615599,0.0174772348255,0.288778424263,-0.509101847927,0.0244769370989,0.732517179246,-0.451259094198
+1470133515417939806,-0.0106928907335,0.0171208698303,0.288759201765,-0.512583773596,0.0265604923823,0.734122666397,-0.444540578545
+1470133515492633950,-0.0106735518202,0.0168132893741,0.28874373436,-0.528133151004,0.0278361365517,0.733429671411,-0.427061402385
+1470133515565722086,-0.0106776738539,0.0162439923733,0.288748919964,-0.522749056892,0.0271886991921,0.733661049657,-0.433284735908
+1470133515640506039,-0.0106728654355,0.0158394239843,0.288778483868,-0.52710447244,0.0277689435145,0.733425630935,-0.42834169164
+1470133515714428428,-0.0107701402158,0.015405212529,0.288834691048,-0.483913657101,0.0217231031989,0.732790165712,-0.477885187356
+1470133515794010816,-0.0106659382582,0.0147793795913,0.288759440184,-0.534600505792,0.0281479988737,0.732962548059,-0.419733120577
+1470133515866915987,-0.010713855736,0.0144220497459,0.288768053055,-0.506922025435,0.024137062581,0.732666790063,-0.453483006382
+1470133515943811598,-0.0107027217746,0.0140434727073,0.288860559464,-0.509099469364,0.0254440269784,0.733279832379,-0.449967797971
+1470133516023028443,-0.0106592876837,0.0136428000405,0.288916826248,-0.517447245336,0.02617573535,0.733083538245,-0.440626491631
+1470133516103962208,-0.0106612183154,0.0131956711411,0.288914471865,-0.525488115685,0.026921049099,0.733037678844,-0.431037421559
+1470133516178708488,-0.0106622250751,0.0128851439804,0.288818508387,-0.515438684378,0.0250036287161,0.732652013118,-0.443755347994
+1470133516250865078,-0.0106402533129,0.0125517770648,0.288985103369,-0.512009890338,0.0259787557238,0.733431334968,-0.446373670072
+1470133516322198214,-0.0106450496241,0.0120872342959,0.289007335901,-0.514530677606,0.0258532653342,0.732966456632,-0.444240885024
+1470133516395838999,-0.0106445895508,0.0118285277858,0.289030313492,-0.52013560963,0.0247305981012,0.731897839348,-0.439514388694
+1470133516473885927,-0.0106144612655,0.0115260947496,0.288987457752,-0.52370587474,0.0262905403721,0.732427643443,-0.434270320619
+1470133516546593204,-0.0105786724016,0.0112265050411,0.289063185453,-0.52477338009,0.0280038770462,0.73383307577,-0.430485422896
+1470133516620772392,-0.0106579102576,0.0109258666635,0.289242893457,-0.504527476597,0.0229419271286,0.73198220776,-0.45730486643
+1470133516694036139,-0.0106171295047,0.0106973433867,0.289091944695,-0.524703802105,0.0258700181063,0.732249267121,-0.433390900943
+1470133516766808242,-0.0106568327174,0.0106215523556,0.288841277361,-0.506084025821,0.0262250272095,0.734230777577,-0.451770264642
+1470133516838701081,-0.0107000721619,0.0104518979788,0.288732349873,-0.514649444801,0.0256323991963,0.733176006041,-0.443770067989
+1470133516910808202,-0.0107350787148,0.0102419601753,0.288763523102,-0.495869532619,0.0241800594688,0.733916180054,-0.463568519206
+1470133516982319303,-0.0107167046517,0.0101552000269,0.288776159286,-0.510693020556,0.0260143919421,0.733763162466,-0.447333780945
+1470133517055242438,-0.0107078496367,0.0100833950564,0.288763254881,-0.511093500776,0.0262699778475,0.733771932921,-0.446846810647
+1470133517127444939,-0.0106934048235,0.0100226243958,0.288749188185,-0.523293529911,0.0274394780477,0.733601996041,-0.432711298677
+1470133517198411218,-0.0107049532235,0.0099920714274,0.288743704557,-0.519811538818,0.0267196626793,0.733430701605,-0.437220115823
+1470133517276880811,-0.0107100000605,0.00992739293724,0.288774073124,-0.526221494491,0.0261248416918,0.732292913135,-0.431457437941
+1470133517354437641,-0.0106948027387,0.0100721064955,0.288705796003,-0.521129682846,0.027000755963,0.733350151659,-0.435766414373
+1470133517426979762,-0.0107263401151,0.0103392750025,0.288698762655,-0.513656277563,0.0233723392216,0.731486736551,-0.447814823928
+1470133517508632170,-0.0106622381136,0.0104876998812,0.288617551327,-0.524801986938,0.0269012555346,0.732955579007,-0.432013097208
+1470133517591582346,-0.0105724707246,0.0105021949857,0.288856834173,-0.538556195054,0.0277792543178,0.732086201283,-0.416215487086
+1470133517665288078,-0.0105738239363,0.0105268480256,0.288922578096,-0.542372522654,0.0273069805523,0.731221362277,-0.41279740168
+1470133517738466468,-0.0105919465423,0.0105934431776,0.288969695568,-0.532759055134,0.0256795142863,0.730933768429,-0.425727821371
+1470133517812960533,-0.0106952274218,0.01067374181,0.288994878531,-0.505253848762,0.0204546039442,0.729477908696,-0.460610614525
+1470133517886160646,-0.0106558408588,0.0109124295413,0.288815766573,-0.52274807162,0.0249111166914,0.731618916773,-0.436861134119
+1470133517964465097,-0.0106425723061,0.0110531337559,0.288801074028,-0.52005587801,0.0259905284299,0.732564615508,-0.438423836356
+1470133518041400714,-0.0106863137335,0.0111910002306,0.288861483335,-0.507433781197,0.0236657939411,0.732147612912,-0.453773909348
+1470133518119754125,-0.0107182944193,0.011323668994,0.288737952709,-0.511041938931,0.0223183340581,0.730639823896,-0.452220605851
+1470133518198693598,-0.0107306325808,0.0116772949696,0.288859218359,-0.504360289964,0.0223772485296,0.731434907441,-0.458391680588
+1470133518279023541,-0.0106036420912,0.0120352031663,0.289063990116,-0.553402520994,0.02646978762,0.729511442478,-0.401071135079
+1470133518352537597,-0.010570814833,0.0121444640681,0.28942489624,-0.553167854305,0.0249478315821,0.728565543185,-0.403206125879
+1470133518428109370,-0.0105013139546,0.0119806537405,0.289420366287,-0.563427834868,0.0274924170367,0.729128194089,-0.387511701096
+1470133518504515056,-0.0106142582372,0.0117501942441,0.289175182581,-0.540531970888,0.0214124274228,0.727485450847,-0.42205641235
+1470133518576947073,-0.0105663836002,0.0119144851342,0.288625508547,-0.55536355207,0.027893854928,0.730506323977,-0.396426246002
+1470133518652666860,-0.0106434896588,0.0120457503945,0.288369953632,-0.515792479729,0.0242579173133,0.731725489129,-0.444912890196
+1470133518723863684,-0.0106351254508,0.0123134898022,0.288359194994,-0.526957769125,0.0248200147404,0.731276502052,-0.432358825483
+1470133518797096602,-0.010633056052,0.0125259459019,0.288138836622,-0.514698525761,0.0236429179326,0.731400020127,-0.44674427872
+1470133518868868640,-0.0105708111078,0.0124526210129,0.287954032421,-0.532787935399,0.0262150732779,0.731752938045,-0.424249246892
+1470133518941095803,-0.0105602312833,0.0126158036292,0.287629067898,-0.539315585226,0.0255896501587,0.730580230532,-0.4180148276
+1470133519014182142,-0.0105493646115,0.0127463117242,0.287635713816,-0.542563372756,0.026792730659,0.730951497586,-0.413058160923
+1470133519091991800,-0.0105649670586,0.0128471124917,0.287723332644,-0.54387283803,0.0256679072415,0.730116670107,-0.412883933598
+1470133519167416965,-0.0105575937778,0.0128078274429,0.28772893548,-0.549939739607,0.0269737315577,0.73036148942,-0.4042410115
+1470133519242270742,-0.0105922492221,0.0126689635217,0.28778898716,-0.538665858293,0.025360786898,0.730106988305,-0.419690015637
+1470133519315397499,-0.0106319487095,0.0125533398241,0.287830591202,-0.534269717988,0.0228393788252,0.728914565818,-0.427455011614
+1470133519394544162,-0.0105774328113,0.0124558601528,0.287825584412,-0.559416370036,0.02681775771,0.729281122412,-0.393043480165
+1470133519473942568,-0.010578148067,0.0122635252774,0.287851393223,-0.544707711471,0.0265657027754,0.730499906716,-0.411044594647
+1470133519550247688,-0.0106528308243,0.012045561336,0.287877440453,-0.524834905983,0.0217217261187,0.728994976673,-0.438910938643
+1470133519623222676,-0.0105586778373,0.0118380086496,0.287830978632,-0.557865510116,0.0274739246675,0.729898964962,-0.394054256459
+1470133519699847804,-0.0106017775834,0.0116425529122,0.287808418274,-0.536886336112,0.0248529934537,0.730039384541,-0.422111226848
+1470133519784304159,-0.0105756558478,0.0114075299352,0.287877082825,-0.544792455399,0.0264056663685,0.730475082951,-0.410986708438
+1470133519863950207,-0.0105787031353,0.0112385964021,0.287798762321,-0.532138054839,0.0260498754243,0.731330572353,-0.425800526684
+1470133519938339619,-0.0105932028964,0.0109508521855,0.287920027971,-0.53967633793,0.0252088184738,0.730296265149,-0.418068571958
+1470133520017391741,-0.0105662718415,0.0107402307913,0.287789434195,-0.537876616867,0.0267803147061,0.731338899558,-0.418467410638
+1470133520091833405,-0.0106757115573,0.0105423135683,0.287918925285,-0.508690963684,0.0201219972708,0.729160269377,-0.457333478168
+1470133520168147337,-0.0105799315497,0.0102266538888,0.287760078907,-0.535946626605,0.0261609639045,0.731020907209,-0.421527283365
+1470133520244671503,-0.0106521733105,0.010074804537,0.287857115269,-0.50975549632,0.0212501257366,0.729953370425,-0.454825068717
+1470133520320077114,-0.0105502353981,0.00987394712865,0.287807494402,-0.546349885304,0.0275866437704,0.731201377169,-0.407535674438
+1470133520392502414,-0.0105991754681,0.00965165905654,0.287839710712,-0.533235821085,0.0244827079909,0.730167014614,-0.426516455592
+1470133520469361912,-0.0106353452429,0.0095314309001,0.287831217051,-0.518911295482,0.022012716625,0.729893159916,-0.444412514267
+1470133520547456577,-0.0105536142364,0.00930230971426,0.287778258324,-0.53562736025,0.0272130987971,0.731943284794,-0.420263971868
+1470133520619613883,-0.0106249563396,0.00900188088417,0.288007557392,-0.519978530914,0.0234762459828,0.730872761711,-0.441470496694
+1470133520691575485,-0.0105605591089,0.00885882880539,0.287982285023,-0.548522800749,0.0286627277525,0.731661788759,-0.403698169386
+1470133520768689244,-0.0105764148757,0.00889390707016,0.288048326969,-0.550936125413,0.0280749724535,0.731009775634,-0.401629044721
+1470133520847192949,-0.0107093444094,0.00903698708862,0.288186401129,-0.501606312771,0.0198328075571,0.729421064068,-0.464696328828
+1470133520925717312,-0.0106051294133,0.00894444063306,0.287868589163,-0.532297911932,0.0245494897546,0.730476743317,-0.427153348317
+1470133521003949244,-0.0105415405706,0.00883142370731,0.287591814995,-0.544532658543,0.0274050329368,0.731118800036,-0.410120041188
+1470133521077535987,-0.0105445804074,0.00881497282535,0.287455886602,-0.538071006694,0.0259557926913,0.73071811062,-0.419352991396
+1470133521156476743,-0.0105530600995,0.00881160888821,0.287282377481,-0.526822106148,0.0244477528911,0.730783506005,-0.433377714243
+1470133521231968425,-0.0105012496933,0.00873415824026,0.287015616894,-0.550454822936,0.0260598555235,0.729771805734,-0.404664655476
+1470133521303840177,-0.0106081720442,0.00879194308072,0.286900758743,-0.511871585389,0.0186072280053,0.727773828916,-0.456055375018
+1470133521375524208,-0.0106152063236,0.00881644897163,0.286256402731,-0.502149347029,0.0211723690038,0.730860421722,-0.46178004291
+1470133521450483881,-0.0106366695836,0.00881182029843,0.285588532686,-0.508062839964,0.0231208177442,0.73185332168,-0.45357281001
+1470133521533432732,-0.0105616059154,0.00889050960541,0.285238623619,-0.531231529086,0.0272065893857,0.732554733814,-0.424754547905
+1470133521610368886,-0.0105626629665,0.00894465576857,0.285045862198,-0.529390662008,0.0252335066586,0.73112535406,-0.429609722621
+1470133521683734033,-0.0106252469122,0.00900821387768,0.284788310528,-0.489847221447,0.0186774547849,0.729198454475,-0.477462528702
+1470133521755932570,-0.0104668522254,0.00905910227448,0.284338265657,-0.544414540974,0.0254994502973,0.729666660563,-0.412975967914
+1470133521830541358,-0.0104119684547,0.00909340009093,0.284066587687,-0.551158734641,0.0270649165879,0.73012852149,-0.402993649609
+1470133521904100971,-0.0103841219097,0.0090563967824,0.283770352602,-0.586746425386,0.0286545325993,0.727526647787,-0.354418575723
+1470133521978964739,-0.0103987054899,0.00903810095042,0.28347992897,-0.570985128747,0.0283743137813,0.729050610523,-0.376372273638
+1470133522055338376,-0.0104621620849,0.00895980466157,0.282674342394,-0.550214764261,0.0278453282309,0.731026567677,-0.402602171177
+1470133522132559376,-0.0105130467564,0.00897881947458,0.282334297895,-0.526418451358,0.0266496072517,0.732595631151,-0.43067046999
+1470133522206387545,-0.0105027901009,0.00893948413432,0.282133668661,-0.517323546861,0.0263439207601,0.733241776459,-0.4404984029
+1470133522283904423,-0.0104644568637,0.008824092336,0.281979739666,-0.525339564195,0.027066740365,0.733184749791,-0.430959228386
+1470133522362372624,-0.0105419475585,0.00902502890676,0.281784415245,-0.491586326714,0.0195437091638,0.730202841669,-0.474093595019
+1470133522445282223,-0.0105640226975,0.00933376885951,0.281493812799,-0.467008088495,0.0154014259897,0.728061887454,-0.501589602559
+1470133522517800526,-0.010341909714,0.00959501136094,0.281237751245,-0.552298675618,0.02695992059,0.730017254029,-0.401639321298
+1470133522590232931,-0.0104702450335,0.00978319346905,0.281158417463,-0.504364289288,0.0177765913211,0.727332561214,-0.465067739034
+1470133522662366422,-0.0103158252314,0.0100494632497,0.280704796314,-0.555716477119,0.0251726245038,0.728406585759,-0.399961725491
+1470133522736521232,-0.010251428932,0.0102276047692,0.280261278152,-0.594559818893,0.028071026152,0.726414966481,-0.34355776184
+1470133522812555300,-0.0103705190122,0.0103750815615,0.279514044523,-0.560823912103,0.0254767839808,0.728450612917,-0.392666751372
+1470133522884930722,-0.0104919541627,0.0104723293334,0.278911888599,-0.481892363682,0.0190715406926,0.730806133751,-0.48305115778
+1470133522959019876,-0.0104463826865,0.010478137061,0.278798282146,-0.503292640912,0.0213338946634,0.730857750519,-0.460530488729
+1470133523031694156,-0.0103810401633,0.0105015570298,0.278646886349,-0.529259455003,0.024155622494,0.730590029717,-0.430742549175
+1470133523104872953,-0.0103250788525,0.0105527145788,0.278441727161,-0.54822676277,0.026781942316,0.730474150624,-0.406371331935
+1470133523177202525,-0.0104489857331,0.0107335224748,0.278315067291,-0.492220449385,0.017873579007,0.728373018179,-0.476311149114
+1470133523255205058,-0.0103119732812,0.0108655896038,0.278130710125,-0.540758385832,0.0246220744504,0.729523878918,-0.418053862189
+1470133523329278430,-0.0103266919032,0.0110556185246,0.277914524078,-0.539579808866,0.0217143130152,0.727584367332,-0.423087587727
+1470133523403249576,-0.0102649359033,0.0111625958234,0.277684301138,-0.563279783446,0.0240018888122,0.726807156642,-0.392289627634
+1470133523476303172,-0.0102221211419,0.0112528949976,0.277464151382,-0.593088986245,0.026767286509,0.725552700657,-0.347997478924
+1470133523549081635,-0.0103354714811,0.0114197386429,0.277023613453,-0.576700445555,0.0214145582232,0.724225159136,-0.377433347316
+1470133523620316138,-0.0103274295107,0.0116044580936,0.276225417852,-0.544755387075,0.0260696686137,0.730351518807,-0.411276791963
+1470133523693484899,-0.0103535456583,0.0116772390902,0.276028573513,-0.532300617389,0.0243598147702,0.730294700431,-0.427471990514
+1470133523769182593,-0.0103175472468,0.0117308432236,0.27582359314,-0.539964819882,0.0250201708602,0.730124810396,-0.418006872652
+1470133523844933789,-0.0102991620079,0.0118132112548,0.275541305542,-0.542031319249,0.024404082759,0.72940547557,-0.416622301259
+1470133523917961115,-0.0102606955916,0.0119150979444,0.275429904461,-0.554977235718,0.0266410832975,0.729584218614,-0.398744766065
+1470133523989392080,-0.0103011364117,0.0121676856652,0.275338709354,-0.542606219055,0.0229143608965,0.728322679535,-0.417851047125
+1470133524062683549,-0.0102351475507,0.0122299166396,0.27519261837,-0.554051847583,0.0257919444606,0.72925971717,-0.400676416455
+1470133524134645212,-0.0102972947061,0.0121110128239,0.275097668171,-0.527817271753,0.0216069309653,0.728455949167,-0.436227003172
+1470133524209447368,-0.010247644037,0.0115757063031,0.274751782417,-0.572287789333,0.0245763815753,0.726492468344,-0.379593705281
+1470133524287518782,-0.0102835819125,0.0114203579724,0.274746239185,-0.585915318748,0.0238088080071,0.724893107904,-0.361478024272
+1470133524361024915,-0.0101980268955,0.0113712977618,0.274678021669,-0.590466098853,0.0279690782214,0.726843811681,-0.349664968492
+1470133524433859131,-0.010225540027,0.0113141620532,0.274655073881,-0.595340695782,0.0267994467874,0.725691546663,-0.343835752504
+1470133524507631037,-0.0102428868413,0.0111671751365,0.274579286575,-0.579032039107,0.0264065241236,0.727033017377,-0.36803204319
+1470133524579313470,-0.0102932509035,0.0110070956871,0.274440973997,-0.57556068112,0.0239450078147,0.726030376543,-0.375548174388
+1470133524651077463,-0.0102204540744,0.0108481701463,0.274435192347,-0.581516834914,0.0282924077486,0.727991005428,-0.36203149917
+1470133524722282386,-0.0102606797591,0.0106166452169,0.274263381958,-0.573081087096,0.0259286503543,0.727278216403,-0.376791943451
+1470133524794895669,-0.0102925412357,0.0104556400329,0.274285107851,-0.564021609447,0.0249204780185,0.727747899415,-0.389411849781
+1470133524866891201,-0.0102671626955,0.0103050516918,0.274307608604,-0.572658855098,0.0268937965697,0.727981476304,-0.376007353042
+1470133524938842563,-0.0103136766702,0.0100696459413,0.274222016335,-0.560128320752,0.0237185622394,0.727208525227,-0.396057388436
+1470133525009982069,-0.0102854352444,0.00995711050928,0.274313658476,-0.555800742209,0.0256390230914,0.728968904797,-0.398788805378
+1470133525083217473,-0.0102633582428,0.00985166057944,0.274296849966,-0.562311135885,0.0269473125338,0.729116475833,-0.389190433434
+1470133525160953163,-0.0103127369657,0.00963894557208,0.27423080802,-0.549622625211,0.0240731846632,0.728504175179,-0.408187601946
+1470133525239873542,-0.0103417634964,0.00926369801164,0.273838013411,-0.531670405573,0.0255840484191,0.731216998864,-0.426607239596
+1470133525313320857,-0.0103955436498,0.00889769382775,0.273733079433,-0.517675299162,0.0248336616697,0.731968795483,-0.442286396268
+1470133525386521773,-0.0103681907058,0.0088433297351,0.273714512587,-0.532726338917,0.0265776821397,0.731907798952,-0.424036848009
+1470133525462276413,-0.0103353708982,0.00906098168343,0.27400046587,-0.531553655117,0.0215033092401,0.728443920611,-0.431691758027
+1470133525538742318,-0.0103516923264,0.00895321276039,0.273265361786,-0.501365451475,0.0221288230717,0.731386352601,-0.461754266344
+1470133525612416853,-0.010301864706,0.00883049052209,0.273071527481,-0.527663222048,0.0233939136899,0.730008167092,-0.433719177441
+1470133525685674444,-0.0102253546938,0.00868251454085,0.272785425186,-0.548317954454,0.02492276088,0.728924637667,-0.409139523164
+1470133525759430866,-0.0101864673197,0.00859545078129,0.272458404303,-0.547458061027,0.0252048350934,0.729214848296,-0.409756138123
+1470133525846125333,-0.0101732602343,0.00855014380068,0.272154986858,-0.542522149459,0.0242088437942,0.72904514114,-0.416625528994
+1470133525933120290,-0.0101573215798,0.00848593283445,0.271952807903,-0.576541547682,0.0250280269604,0.726430510064,-0.373191848398
+1470133526009779641,-0.0102745238692,0.00848209951073,0.271009773016,-0.536593758234,0.0213924007291,0.727853687387,-0.42642527314
+1470133526089056166,-0.0102567775175,0.00840744096786,0.270511090755,-0.528100306266,0.0247369222182,0.731010872152,-0.431417727958
+1470133526165431865,-0.0102400183678,0.00834152474999,0.270308077335,-0.518979154794,0.0235054265879,0.730820944417,-0.44272890013
+1470133526238090245,-0.0102007053792,0.00827006902546,0.269918233156,-0.534557295409,0.022608584718,0.728755987918,-0.427378122856
+1470133526315578857,-0.0101953707635,0.00827955827117,0.269708395004,-0.531361004791,0.0208129212257,0.727496951878,-0.43355563646
+1470133526391120180,-0.01004632283,0.00833665207028,0.269265562296,-0.575340636891,0.0272114858152,0.727671305727,-0.372474371472
+1470133526464072462,-0.0100226756185,0.00832479074597,0.268919587135,-0.58795103801,0.0274480261635,0.726690509451,-0.354233095907
+1470133526540228222,-0.010111332871,0.00837271101773,0.268414080143,-0.562543727012,0.0251963307705,0.728000998653,-0.391055297976
+1470133526617515891,-0.0102496836334,0.00844499561936,0.267677694559,-0.498791446316,0.0198102804625,0.729835242647,-0.467070834521
+1470133526692592917,-0.0101523846388,0.00844581890851,0.267325788736,-0.524000414646,0.0232885441759,0.730372201406,-0.437535891755
+1470133526771313461,-0.0100773880258,0.00842510163784,0.26702824235,-0.54144697821,0.0246910941225,0.729542681701,-0.417124675888
+1470133526846775608,-0.0100290821865,0.00840528588742,0.266741067171,-0.549341990653,0.0258368647142,0.729544756723,-0.406595968579
+1470133526920510117,-0.00999652873725,0.00836666114628,0.266502052546,-0.556887761587,0.0256837736719,0.728563047309,-0.398010365266
+1470133526992941112,-0.0100718345493,0.00835007615387,0.265680968761,-0.549970293562,0.0234264482458,0.727701240075,-0.409187955485
+1470133527068937654,-0.0101975332946,0.00841286033392,0.265002727509,-0.491679609047,0.0190555371018,0.729606255251,-0.474934480588
+1470133527144038337,-0.010127287358,0.00841139815748,0.264728844166,-0.512768749355,0.0216167816979,0.729956236688,-0.451403164537
+1470133527220051267,-0.0100228320807,0.00842469092458,0.264397829771,-0.543992248504,0.0254878225896,0.729960507399,-0.413013876408
+1470133527293254084,-0.00998777803034,0.00839395821095,0.264207243919,-0.555871141394,0.0260162765609,0.729056521203,-0.398505980396
+1470133527366688419,-0.0099567649886,0.00836970563978,0.264031291008,-0.559245876392,0.0264130467612,0.72894696523,-0.393932383259
+1470133527445908571,-0.00992072280496,0.00835892558098,0.263805955648,-0.561837236346,0.0269878556512,0.72918217017,-0.389748557673
+1470133527528277670,-0.00996543746442,0.00833763368428,0.263403773308,-0.562590519144,0.0244756858476,0.727326424868,-0.392287038099
+1470133527605650845,-0.00996372755617,0.00838740542531,0.262874364853,-0.550166012853,0.024255530975,0.728332560793,-0.407750792038
+1470133527678587279,-0.0100746257231,0.00840653665364,0.262288123369,-0.52626634224,0.0214924388958,0.728470195954,-0.438078743723
+1470133527752671617,-0.0100413141772,0.00840480066836,0.26211103797,-0.534433917358,0.0226301965396,0.72852843326,-0.427918898991
+1470133527829370999,-0.00997127499431,0.00842692796141,0.261788010597,-0.543972708592,0.0245131361288,0.729029553914,-0.414739325341
+1470133527902899031,-0.00995083898306,0.00844378210604,0.261584162712,-0.543290077643,0.0243151576993,0.72895037775,-0.415783611292
+1470133527976981185,-0.00992215052247,0.00847542379051,0.261336028576,-0.548086090686,0.0243624353564,0.728577267152,-0.410101541974
+1470133528050420697,-0.00991256255656,0.00851477030665,0.260960310698,-0.561822602182,0.0227381354719,0.726184240282,-0.395594223971
+1470133528127698395,-0.009884737432,0.00861134380102,0.260376602411,-0.543361027404,0.0251666344167,0.729770123804,-0.414199228408
+1470133528202506902,-0.009954566136,0.00864594336599,0.259682327509,-0.533690931562,0.0245770992928,0.730216849518,-0.425855971472
+1470133528275419100,-0.00992603600025,0.00867541693151,0.259341865778,-0.541004773788,0.0242769277118,0.729119811254,-0.418459993735
+1470133528347091133,-0.00989149138331,0.00870656687766,0.258942425251,-0.53775970288,0.022884267136,0.728462882996,-0.42383091012
+1470133528426393672,-0.00983993709087,0.00871124118567,0.258743137121,-0.555746722619,0.0246898834416,0.728044078765,-0.400609297606
+1470133528507197927,-0.00982720591128,0.00862966571003,0.255326807499,-0.524547408247,0.0157059431036,0.724080640801,-0.447560683562
+1470133528582074548,-0.00975443795323,0.00866970419884,0.253839403391,-0.536633462263,0.0232219684086,0.728905249068,-0.424478980921
+1470133528654822592,-0.00971654709429,0.00867803394794,0.253527343273,-0.536768410542,0.0224721362424,0.728061412212,-0.425794852699
+1470133528728098082,-0.00971680786461,0.00869149249047,0.253735303879,-0.544109009445,0.0239776962044,0.728765489229,-0.415055800628
+1470133528801237180,-0.00968474335968,0.00866099540144,0.253489255905,-0.551039406333,0.0235099265158,0.727584090795,-0.407951279991
+1470133528874794796,-0.00965562555939,0.00863322243094,0.253184109926,-0.573458038317,0.0236642816955,0.725445416401,-0.379887914895
+1470133528944851533,-0.00975065585226,0.00866962503642,0.252453237772,-0.537865981969,0.0198569944675,0.726124079949,-0.427843085406
+1470133529019866984,-0.00978878885508,0.00868846196681,0.251823544502,-0.527275343741,0.0213850318628,0.728253521652,-0.437230145914
+1470133529094775962,-0.0097174057737,0.00869988556951,0.251573741436,-0.538437079075,0.0232537312942,0.728775348088,-0.422411254439
+1470133529172506012,-0.00966353248805,0.00870761275291,0.25131252408,-0.541256824055,0.024007936282,0.729141521915,-0.418111600448
+1470133529244902291,-0.00960944406688,0.00870649795979,0.250902682543,-0.55035938028,0.0240497187342,0.728371795259,-0.407431824281
+1470133529321460344,-0.00966321583837,0.00867913849652,0.250602424145,-0.549297695513,0.0196108228379,0.725309742754,-0.414503599982
+1470133529395165103,-0.00964497961104,0.00866185128689,0.250124037266,-0.56182879151,0.0217744877996,0.725619857239,-0.396673799857
+1470133529472947153,-0.00971263460815,0.00866510905325,0.249403953552,-0.54171291273,0.0221130279823,0.72746641769,-0.420536259206
+1470133529546883843,-0.00966808758676,0.00865798722953,0.249176025391,-0.547826842792,0.0230004483894,0.727511650554,-0.4124118427
+1470133529620202066,-0.00960967037827,0.00867879204452,0.248790994287,-0.549990618997,0.0233523885608,0.727633149282,-0.409285945312
+1470133529693219948,-0.00958694051951,0.00868842191994,0.248495563865,-0.550843914184,0.0225889378886,0.727085493281,-0.409154503276
+1470133529766089240,-0.00961604341865,0.00870230421424,0.248060330749,-0.545476601922,0.0211279822489,0.726627264716,-0.417159086313
+1470133529843517244,-0.00969667546451,0.00872586946934,0.247466802597,-0.52926667244,0.0220298032519,0.728816772713,-0.433840511047
+1470133529919317557,-0.00961455050856,0.00871319975704,0.249070465565,-0.578021277744,0.0266423150184,0.726998678873,-0.369668108501
+1470133529997731610,-0.00971410330385,0.00874055363238,0.249538272619,-0.551535473839,0.0238405049662,0.727863689998,-0.406761232424
+1470133530071806658,-0.00967062544078,0.00874098017812,0.249286904931,-0.558899180857,0.0249449274768,0.727822906408,-0.396589552482
+1470133530144801270,-0.00958126876503,0.00873200036585,0.248908415437,-0.576748874794,0.0277332207074,0.727753769173,-0.370089253217
+1470133530220263680,-0.00965455640107,0.00867869891226,0.246162682772,-0.506450084844,0.016616685628,0.725843992986,-0.465169533791
+1470133530292615970,-0.00960992276669,0.00870215240866,0.244783133268,-0.531788765876,0.0227163269139,0.728995057712,-0.430407809888
+1470133530369888916,-0.00957016181201,0.00868990365416,0.244564309716,-0.539897404276,0.0229060556616,0.728344851778,-0.421307349044
+1470133530444861258,-0.00952452421188,0.00867111142725,0.244265109301,-0.553029964269,0.0233404803713,0.727431627313,-0.405532129654
+1470133530517210837,-0.00956024695188,0.00863355025649,0.243774816394,-0.557759480755,0.0195971586349,0.724325428528,-0.40481228562
+1470133530589482512,-0.00962183251977,0.00863788183779,0.243070274591,-0.53931702874,0.0205642231676,0.726523653861,-0.425297114518
+1470133530672585986,-0.00961623340845,0.00863887369633,0.24268810451,-0.531328618409,0.0212250473874,0.727675158945,-0.433276193297
+1470133530747547872,-0.00954799260944,0.00865191500634,0.242421686649,-0.538109890758,0.0227248112743,0.728336128986,-0.423612808629
+1470133530823074676,-0.00944894645363,0.00866151973605,0.242002099752,-0.560833139502,0.0254984082617,0.728124358423,-0.393256836537
+1470133530893909749,-0.00948009919375,0.008674826473,0.241585880518,-0.54808144601,0.0230874256215,0.727832356051,-0.411501835723
+1470133530969871789,-0.00955529604107,0.00866662152112,0.241157218814,-0.535936802715,0.0218950307267,0.728131453678,-0.426751610763
+1470133531043827095,-0.00949222035706,0.00865134224296,0.242184624076,-0.567458811428,0.0261663832475,0.72783969899,-0.384129132317
+1470133531122851707,-0.00959542300552,0.00865760818124,0.242744624615,-0.563688739805,0.0246272523695,0.727288551761,-0.390768301598
+1470133531198419483,-0.00959175359458,0.00866274442524,0.242691740394,-0.552024909001,0.0237560231008,0.727769897471,-0.40626977188
+1470133531272014765,-0.00951469037682,0.00868495739996,0.242371812463,-0.56514333165,0.0262269142782,0.728127707248,-0.386982177362
+1470133531344889384,-0.00955881085247,0.00869058538228,0.241117984056,-0.501325102873,0.0194642429165,0.728992398291,-0.465686984692
+1470133531417948134,-0.00942676141858,0.00857099890709,0.237775728106,-0.550656201233,0.0222538641778,0.726819278898,-0.409897852392
+1470133531491979895,-0.00946882925928,0.00860717426986,0.238137573004,-0.548126024448,0.0227035193778,0.727451620276,-0.41213656922
+1470133531563739733,-0.00941493175924,0.00858462322503,0.237862557173,-0.563826860929,0.0237471763243,0.726617523701,-0.39187028053
+1470133531634708712,-0.00940533261746,0.00859061535448,0.237489923835,-0.554423256793,0.0226361912882,0.726593014134,-0.40517286062
+1470133531711679211,-0.00957037881017,0.00859206728637,0.23653511703,-0.512555757052,0.0188352867371,0.727377676525,-0.455909578293
+1470133531790473653,-0.00951263401657,0.0085933720693,0.236316993833,-0.524071020886,0.0205134095422,0.727850026824,-0.441772683117
+1470133531864794921,-0.00945095252246,0.00859713740647,0.236138850451,-0.541002653988,0.0226137145415,0.728055325797,-0.420404794063
+1470133531937628960,-0.00955522060394,0.0086179273203,0.236700385809,-0.546290030107,0.0222252528195,0.727280387453,-0.414893334689
+1470133532015977460,-0.00942926481366,0.00868038274348,0.237817659974,-0.563437208742,0.0277645412052,0.729447022992,-0.386878123839
+1470133532090070573,-0.00941502954811,0.00865950621665,0.237533032894,-0.567127460715,0.0271785986843,0.728674274396,-0.382964187503
+1470133532167194845,-0.00951109547168,0.00865679141134,0.236947908998,-0.555957615276,0.0253860273046,0.72858152827,-0.39929392219
+1470133532246192931,-0.00942642427981,0.00863023288548,0.235943257809,-0.520344919417,0.0215033347438,0.72901885347,-0.444196220962
+1470133532329092124,-0.00937681645155,0.00858682394028,0.232895389199,-0.518803045479,0.0201233920065,0.728110049587,-0.447542405574
+1470133532401027975,-0.00930497888476,0.00859595276415,0.233257293701,-0.551037273951,0.0252925867442,0.72892559466,-0.405445045873
+1470133532474055164,-0.00936950836331,0.00860829465091,0.232845172286,-0.532849338744,0.0229109782383,0.72905951162,-0.428974239078
+1470133532551355090,-0.00945550762117,0.00858731940389,0.23239056766,-0.52958898716,0.0208174509192,0.727861669432,-0.435108639983
+1470133532621149291,-0.00939205847681,0.00857732910663,0.232163399458,-0.545977169362,0.0220053627059,0.727190417453,-0.415474176469
+1470133532692391445,-0.00931538827717,0.00857416074723,0.231904104352,-0.569647441535,0.0238316413154,0.726103430028,-0.384327534958
+1470133532762869441,-0.00926967617124,0.00864041037858,0.231657415628,-0.577366008928,0.0248377606626,0.726010227308,-0.372747538186
+1470133532839854523,-0.0093689430505,0.00871523655951,0.232257261872,-0.557498254218,0.025678761531,0.728663387303,-0.396970988556
+1470133532918715122,-0.00936206057668,0.00879307184368,0.233402267098,-0.535845468297,0.0250243207544,0.730266975472,-0.423029032115
+1470133532992237831,-0.00945188943297,0.00876266695559,0.232960090041,-0.53333722446,0.0228840864297,0.729051720952,-0.42838220291
+1470133533071292543,-0.00942742452025,0.00876460690051,0.232548177242,-0.54202743931,0.0246825467419,0.729471810742,-0.416494782985
+1470133533144393706,-0.00936412345618,0.00874734390527,0.231692880392,-0.520281328059,0.0195942531566,0.727433091539,-0.446950223459
+1470133533217497008,-0.00931741576642,0.00869018305093,0.228409841657,-0.537951738578,0.0219340544201,0.727740678839,-0.424876839308
+1470133533290397359,-0.00924768391997,0.00876368768513,0.228814974427,-0.552329757342,0.0240752281466,0.727831051863,-0.405726733761
+1470133533363736100,-0.00927408412099,0.00877525936812,0.228303730488,-0.561791432251,0.0249393435024,0.727651872412,-0.392799145073
+1470133533437363742,-0.00930355768651,0.00880918186158,0.228035822511,-0.53921331488,0.0210544633881,0.727127041033,-0.424372450597
+1470133533510195585,-0.00924365315586,0.00883353035897,0.227690339088,-0.540569075816,0.0218926431283,0.72755875171,-0.421857854328
+1470133533586017966,-0.00920309219509,0.00885684322566,0.227240934968,-0.544994872348,0.0236045888779,0.728259381155,-0.414803189788
+1470133533662906593,-0.00926928967237,0.0088614532724,0.226672232151,-0.538064428786,0.0223173741468,0.727907082062,-0.424428892949
+1470133533736471346,-0.0093301422894,0.00884953420609,0.226302370429,-0.523869907097,0.0189545696375,0.726577604083,-0.44416892054
+1470133533814105193,-0.00924932118505,0.00885281804949,0.226016566157,-0.538505199586,0.0210882934279,0.726903572149,-0.425650831899
+1470133533887128754,-0.00928566325456,0.00892239809036,0.226552248001,-0.550624849164,0.0241580157942,0.728419347505,-0.406981473701
+1470133533961602898,-0.00921914260834,0.008983544074,0.22740636766,-0.54852086605,0.0267218344009,0.730221408595,-0.406432648176
+1470133534034234395,-0.00920029263943,0.00896857772022,0.227284371853,-0.544164765426,0.0264947765346,0.730541221149,-0.411694375826
+1470133534106400354,-0.00926025863737,0.00895619764924,0.226806849241,-0.546273498371,0.0251480430662,0.729458231891,-0.410905742031
+1470133534178330561,-0.00916372705251,0.00894867535681,0.225680589676,-0.542600065171,0.0238907293424,0.728642363471,-0.417246579954
+1470133534253721511,-0.00911383796483,0.00892132148147,0.223460614681,-0.535921186554,0.0235778276113,0.728901648756,-0.425364495802
+1470133534329313306,-0.00921471230686,0.00891930982471,0.223012417555,-0.505185410303,0.0190359822353,0.728084542987,-0.462945170468
+1470133534403176683,-0.00921924039721,0.00890867877752,0.222540482879,-0.53370434789,0.0208772909019,0.727337794262,-0.430933336847
+1470133534477203999,-0.0091266753152,0.00890775676817,0.222271054983,-0.554413669919,0.023463675174,0.727449306612,-0.403599361823
+1470133534556815764,-0.00908615812659,0.00895212870091,0.22172011435,-0.537845074832,0.0233199720005,0.728778154119,-0.42315630264
+1470133534634680291,-0.00915886927396,0.00895429775119,0.221345752478,-0.513954758823,0.0196830947672,0.728095433322,-0.453144702759
+1470133534712914964,-0.00918182358146,0.00891650468111,0.220838442445,-0.546050582723,0.0215414440729,0.726770343286,-0.416136510553
+1470133534791334570,-0.00910158082843,0.00892357807606,0.220533445477,-0.556581469399,0.0233749413963,0.72707162195,-0.401294825024
+1470133534870805466,-0.009073340334,0.00892930943519,0.220129102468,-0.543023346723,0.0230384255026,0.72792970626,-0.4179871034
+1470133534947948701,-0.00909044593573,0.00897987186909,0.21966534853,-0.508142819508,0.0211816802965,0.729662058226,-0.457094620607
+1470133535029764783,-0.00912828184664,0.00894614122808,0.219195052981,-0.524990056485,0.0211095609746,0.728334839205,-0.4398501893
+1470133535101287256,-0.00904567725956,0.00890493765473,0.218706026673,-0.567577766232,0.0241062349861,0.726502260898,-0.386611993639
+1470133535173426383,-0.00902890879661,0.00891512073576,0.218415260315,-0.554968102552,0.024194013326,0.727678021369,-0.402380108959
+1470133535245734170,-0.00904400087893,0.00890838820487,0.218281626701,-0.542890103078,0.0240806222237,0.728734089096,-0.416697836571
+1470133535330857158,-0.00910133868456,0.0089308982715,0.219183072448,-0.568775628573,0.026743083949,0.728164561203,-0.381517317576
+1470133535405342270,-0.00911226775497,0.00899991951883,0.219652086496,-0.53658806375,0.0256666244647,0.730603844459,-0.421464703968
+1470133535474436395,-0.00913938228041,0.00896694418043,0.219320490956,-0.551188491763,0.0256083436964,0.729281639081,-0.404578484575
+1470133535550143788,-0.00909817311913,0.00891411583871,0.219138711691,-0.549108560189,0.0258927773679,0.729851635039,-0.406356917055
+1470133535621417597,-0.00903884600848,0.00868414994329,0.218801990151,-0.550985755205,0.0252458801668,0.729092214021,-0.405218319612
+1470133535698811350,-0.0089920880273,0.0086283814162,0.218629688025,-0.560044826849,0.0255787219762,0.728332593033,-0.393988775001
+1470133535773476901,-0.00895325094461,0.00859744753689,0.21845151484,-0.558682459717,0.0257785911733,0.728665462898,-0.395292317937
+1470133535847014462,-0.00886910501868,0.00854539778084,0.21806421876,-0.552838533548,0.0261821232037,0.72970881597,-0.401508525619
+1470133535920718465,-0.00884667597711,0.00848850607872,0.21777497232,-0.53995598701,0.0244124302393,0.729599838736,-0.418969737162
+1470133535993217815,-0.00877966545522,0.00841458048671,0.217458620667,-0.542361810082,0.0255569771145,0.730141246304,-0.41483040912
+1470133536065939551,-0.00874655880034,0.00834322813898,0.217116072774,-0.535307027714,0.0248882245785,0.73033219676,-0.423605765698
+1470133536140016427,-0.00869968999177,0.00827461015433,0.216663822532,-0.529764772763,0.0253048040007,0.731340188306,-0.428777892857
+1470133536217174825,-0.00867848563939,0.00819554552436,0.216080307961,-0.527823979049,0.0247833549612,0.731323612739,-0.431223150942
+1470133536290057176,-0.00869107991457,0.00805969815701,0.215630054474,-0.540349755597,0.0244741730283,0.729666714678,-0.418341537468
+1470133536362938080,-0.00863799732178,0.00795405264944,0.215341493487,-0.544602374104,0.0242195221448,0.729135872766,-0.413742127313
+1470133536435990118,-0.00860623829067,0.00789803732187,0.214999035001,-0.538014040964,0.0247215097279,0.730155304204,-0.420479453035
+1470133536507851797,-0.00860724784434,0.00782663468271,0.214502468705,-0.525094937195,0.0244948223458,0.7313178348,-0.43456821687
+1470133536580145453,-0.00865223072469,0.00766083365306,0.213870301843,-0.537575433686,0.0243727804481,0.730067220757,-0.421213097905
+1470133536651634031,-0.0086039332673,0.00757553335279,0.213566243649,-0.54544586104,0.0249333265473,0.729655899029,-0.411666625942
+1470133536722521604,-0.00859330967069,0.00755866197869,0.213174268603,-0.531117635699,0.0253214328039,0.731382444928,-0.427027635337
+1470133536792071991,-0.00861813034862,0.00747950607911,0.212644800544,-0.533750701491,0.0251094143653,0.731098115563,-0.424234901191
+1470133536863494518,-0.00865006074309,0.00739307701588,0.21222434938,-0.535863764298,0.0236899137224,0.729771935546,-0.423936004828
+1470133536936795538,-0.00856141280383,0.00727804377675,0.211966603994,-0.544325354748,0.0251918206999,0.730103712049,-0.412339483921
+1470133537009155411,-0.00856457836926,0.0072079510428,0.211701318622,-0.527122668525,0.0239538381578,0.730735865159,-0.433120077271
+1470133537080371268,-0.00863034836948,0.00720053771511,0.210744634271,-0.523787176987,0.0228070920549,0.730259957122,-0.438003681264
+1470133537152127429,-0.00851058866829,0.00719195790589,0.210330560803,-0.551476757369,0.0255326648072,0.729585090818,-0.403642247994
+1470133537224816548,-0.00845958478749,0.00722453650087,0.210122346878,-0.544479361393,0.0256653134578,0.730435877912,-0.411517854971
+1470133537296669106,-0.00842744484544,0.00718307401985,0.209862858057,-0.539701868691,0.025023216006,0.730286968539,-0.418063003833
+1470133537371357066,-0.00839632935822,0.00713832536712,0.209554627538,-0.536544666274,0.0240483954956,0.729763073033,-0.423068969559
+1470133537445120940,-0.00838455557823,0.00719103170559,0.208919763565,-0.509882011903,0.0232655520179,0.731721839075,-0.451732440996
+1470133537517797252,-0.00840232148767,0.00711434986442,0.208378776908,-0.530144531512,0.0241253414521,0.73062805788,-0.429589786478
+1470133537603035925,-0.00838758423924,0.00706799281761,0.207989528775,-0.533614179509,0.0237777448703,0.729805220382,-0.426702316117
+1470133537681969537,-0.00838285218924,0.00712426006794,0.207537770271,-0.507929734149,0.022786750139,0.731457368831,-0.454376789426
+1470133537761488200,-0.00838923081756,0.00710574025288,0.207110509276,-0.522764797809,0.0227316996156,0.730077210001,-0.439531003961
+1470133537837782675,-0.00833448022604,0.00707866391167,0.206555560231,-0.545329711299,0.0249319782058,0.729731295022,-0.411686943566
+1470133537912982687,-0.00832538865507,0.00709440372884,0.206242755055,-0.531291062937,0.0244295253796,0.730671896713,-0.428078946091
+1470133537984384221,-0.00832142308354,0.00711874989793,0.205916196108,-0.514021260231,0.0244320260911,0.73212009182,-0.446301905985
+1470133538054211713,-0.00837661325932,0.00709998654202,0.205361738801,-0.516372450875,0.0223834033588,0.730343920328,-0.446605232025
+1470133538130254294,-0.0083274031058,0.00710388552397,0.204976648092,-0.540862629077,0.0245905217223,0.729725679976,-0.417568383253
+1470133538204962484,-0.00830221362412,0.0071006831713,0.20465554297,-0.531917565566,0.0247515281961,0.730677261561,-0.42727251811
+1470133538279443076,-0.00828791316599,0.00709735089913,0.204367041588,-0.527695932748,0.0251107378405,0.731351539251,-0.431313551192
+1470133538357306650,-0.00828162860125,0.00709830923006,0.204116821289,-0.530052993096,0.0256538533409,0.731515854427,-0.428100758047
+1470133538431954531,-0.0083632580936,0.00708526512608,0.203817620873,-0.511136162999,0.0222311802245,0.730697637054,-0.452024955841
+1470133538505999135,-0.00835016183555,0.00705913407728,0.203588843346,-0.534767289342,0.0232997502277,0.729338248858,-0.426083074812
+1470133538581091417,-0.0083397962153,0.0070559438318,0.203496173024,-0.53929212365,0.0232917918673,0.728882082711,-0.421132291927
+1470133538652996865,-0.00826620683074,0.00715404562652,0.203320115805,-0.547293465332,0.0243328732319,0.728925026167,-0.410543639963
+1470133538729863159,-0.00828374736011,0.00716963037848,0.202999949455,-0.529191905169,0.0224579721687,0.729089921324,-0.433450635729
+1470133538803058568,-0.00827047694474,0.00716372765601,0.202807158232,-0.516706405257,0.0215164574212,0.729557831778,-0.44754541995
+1470133538881011749,-0.00822755601257,0.00719840964302,0.202601149678,-0.516157470464,0.0231988914147,0.731009035529,-0.445723083423
+1470133538961157192,-0.00816980656236,0.00722187478095,0.20231063664,-0.522444097967,0.0236783019452,0.730729463527,-0.438777795302
+1470133539037356981,-0.00813846942037,0.00724636483938,0.202137693763,-0.526527459063,0.0245314284119,0.731118075683,-0.433166715345
+1470133539112758894,-0.00812345836312,0.00728356838226,0.201871946454,-0.525169846144,0.023777741901,0.730645028881,-0.43564790079
+1470133539186388984,-0.00811675097793,0.00733035895973,0.201724350452,-0.513066324072,0.0223502085225,0.730552471359,-0.45006277548
+1470133539265340994,-0.00803400203586,0.00737554905936,0.201682791114,-0.517099919553,0.0230686382517,0.730728339226,-0.445097298778
+1470133539339979124,-0.00798790715635,0.00740077113733,0.201696783304,-0.522474502145,0.0231567850314,0.730266247071,-0.439539948473
+1470133539430025060,-0.0079672075808,0.00741119077429,0.201697021723,-0.526551179053,0.0234012617253,0.730075475266,-0.434955212869
+1470133539506685799,-0.00788551289588,0.00746104028076,0.201624616981,-0.545624139724,0.0249194056853,0.729584872887,-0.411557085501
+1470133539582993637,-0.0079111373052,0.00753022311255,0.201591312885,-0.536229096978,0.0228582708881,0.72909223747,-0.424688549724
+1470133539664954530,-0.00788444001228,0.00756051437929,0.201518788934,-0.540771568811,0.0227528338343,0.728625227835,-0.41970667886
+1470133539741475225,-0.00786087941378,0.00758295413107,0.201487421989,-0.544057606375,0.0230578455789,0.728487040306,-0.415663672709
+1470133539815157487,-0.0078551704064,0.0076566725038,0.201490610838,-0.541922061357,0.0228925561204,0.728383305461,-0.41863369503
+1470133539891967181,-0.00789373926818,0.00777875538915,0.201374471188,-0.536473115804,0.0209544733954,0.727519544828,-0.427168371906
+1470133539970109847,-0.00782510265708,0.00788814853877,0.201391011477,-0.556461662007,0.0237274796859,0.727738111663,-0.400230766254
+1470133540048020743,-0.0078032813035,0.00794142112136,0.201338067651,-0.558898167827,0.0238952951284,0.727487303741,-0.397270783931
+1470133540133450935,-0.00779704749584,0.00796819385141,0.201334744692,-0.556434417152,0.0240863396802,0.727905217867,-0.399943222784
+1470133540204886327,-0.00780268386006,0.00801393855363,0.201336547732,-0.553712988722,0.0240610743853,0.728039549403,-0.403461776783
+1470133540277152223,-0.00781849492341,0.00805359799415,0.2012578547,-0.544589510355,0.0225891946521,0.727907836767,-0.416007421412
+1470133540350278327,-0.00783471018076,0.00809772778302,0.201200380921,-0.534726915937,0.021275464676,0.72785361424,-0.428769863929
+1470133540428137023,-0.00777591858059,0.00815962720662,0.201078444719,-0.543512451396,0.0225823532901,0.728045559719,-0.41717372337
+1470133540503362177,-0.00776658346877,0.00818088371307,0.201071247458,-0.541786052347,0.0222687242937,0.72789412667,-0.419692885048
+1470133540581300204,-0.00772657990456,0.0082071851939,0.200977608562,-0.542062453037,0.022931111457,0.728445125729,-0.418342156537
diff --git a/MobileRobot/docking_data/Pose3.txt b/MobileRobot/docking_data/Pose3.txt
index 0b398ce8..0c7a8023 100644
--- a/MobileRobot/docking_data/Pose3.txt
+++ b/MobileRobot/docking_data/Pose3.txt
@@ -1,449 +1,481 @@
 %time,field.position.x,field.position.y,field.position.z,field.orientation.x,field.orientation.y,field.orientation.z,field.orientation.w
-1470076134043620648,-0.0365874581039,0.359091848135,1.37559998035,-0.149816482862,0.0093634605335,0.765627236522,-0.625525604404
-1470076134149486941,-0.036578334868,0.359025806189,1.37549376488,-0.166915059807,0.0113087856352,0.766406978169,-0.620186921815
-1470076134225642755,-0.0365421809256,0.358909010887,1.37474524975,-0.111582905837,0.00621963896108,0.765246521838,-0.63396240585
-1470076134307849295,-0.0365265570581,0.35880202055,1.3746329546,-0.149604868716,0.0103015561834,0.766789380334,-0.624136449347
-1470076134387110620,-0.0365964882076,0.359152346849,1.37568330765,-0.130109310889,0.00724867155203,0.764837962525,-0.630905630869
-1470076134466728655,-0.0365874581039,0.359091848135,1.37559998035,-0.149816482862,0.0093634605335,0.765627236522,-0.625525604404
-1470076134544929449,-0.0365964882076,0.359152346849,1.37568330765,-0.130109310889,0.00724867155203,0.764837962525,-0.630905630869
-1470076134623589461,-0.0365345180035,0.358858972788,1.37470316887,-0.13189740734,0.00834474283722,0.766021087831,-0.62908277055
-1470076134694548172,-0.036424934864,0.360185354948,1.37571048737,-0.163963983267,0.0187681070001,0.779730542468,-0.603973386411
-1470076134768017373,-0.0362242795527,0.361874818802,1.37183558941,-0.213995468618,0.0238278654651,0.780522269194,-0.58687576158
-1470076134842294421,-0.0355258658528,0.35873273015,1.35597538948,-0.241334090411,0.0175808836867,0.773350882733,-0.585983943048
-1470076134916918556,-0.0343568772078,0.346767991781,1.33592367172,-0.17311719097,0.017744776741,0.78366714532,-0.596306436688
-1470076134988838746,-0.0349984578788,0.32836779952,1.30887508392,-0.17479787306,0.0185348059793,0.794714090119,-0.58097476667
-1470076135064656813,-0.0333708748221,0.30430445075,1.27978074551,-0.246175184451,0.0326162938134,0.797457536354,-0.549904931467
-1470076135139374193,-0.0322071425617,0.297613322735,1.29637026787,-0.144869615309,0.016361193714,0.784157787337,-0.603192896559
-1470076135211176877,-0.0304311364889,0.278365314007,1.26572716236,-0.276471832517,0.0411881968688,0.797235233523,-0.535054053992
-1470076135285925504,-0.0301822926849,0.264396429062,1.26339495182,-0.17161355806,0.0257942164139,0.798124239171,-0.576958528784
-1470076135362258235,-0.029594514519,0.247600644827,1.25164353848,-0.211900512738,0.0267775356417,0.795579491879,-0.566951857205
-1470076135434327587,-0.0283937249333,0.222634240985,1.23123323917,-0.0951002596371,0.0145374359612,0.805718779962,-0.584432931302
-1470076135505415512,-0.0280222799629,0.206457138062,1.2231824398,-0.243707746667,0.0391887723711,0.80076259153,-0.545756398351
-1470076135577905208,-0.0266394708306,0.189082294703,1.1996229887,-0.136813607066,0.0226214543197,0.808519831261,-0.571896834389
-1470076135649324311,-0.0265460424125,0.175054788589,1.1978533268,-0.184949492687,0.0308011578721,0.804338467287,-0.563812560938
-1470076135731234967,-0.0263859145343,0.153686210513,1.19380021095,-0.259374744099,0.0419033533358,0.797246794295,-0.543476218514
-1470076135804783640,-0.0263756159693,0.141903176904,1.19235491753,-0.331881868195,0.043324425265,0.777739784336,-0.532069777003
-1470076135878761645,-0.0265637822449,0.129484862089,1.16137361526,-0.232266923101,0.0349864019412,0.798678287398,-0.554022581986
-1470076135949628068,-0.0267261844128,0.119115389884,1.16488111019,-0.204038664999,0.0270873062754,0.790889376315,-0.576305904408
-1470076136020942886,-0.0267546698451,0.106940478086,1.16549634933,-0.199037262226,0.0248941219876,0.788053238208,-0.582010777122
-1470076136095557806,-0.0259617511183,0.0895611047745,1.11652755737,-0.278909522139,0.0366558732512,0.789733126895,-0.545148983032
-1470076136168058911,-0.0257155522704,0.0833139717579,1.11431360245,-0.0705132638825,0.00738510960918,0.785066643352,-0.615340316629
-1470076136237653079,-0.0256878901273,0.0757377818227,1.11417603493,-0.121736722566,0.014234065548,0.785053724052,-0.607180543256
-1470076136312669175,-0.0254892557859,0.0689222067595,1.11016154289,-0.27596416961,0.028602518695,0.769656049958,-0.575026293119
-1470076136384988524,-0.0248264111578,0.0623770952225,1.09740209579,-0.303439636036,0.0331361684599,0.7791435394,-0.547505001469
-1470076136464059223,-0.0241634473205,0.0551264733076,1.08826720715,-0.148889888589,0.0125382372736,0.764092789363,-0.627564182316
-1470076136548115867,-0.0241881962866,0.051379788667,1.08835530281,-0.0904250420689,0.00697048136906,0.760678726305,-0.642761697291
-1470076136628042208,-0.0241619143635,0.0460827723145,1.05637490749,-0.29420055602,0.0386376946448,0.782923712776,-0.546793947812
-1470076136703369630,-0.0236333459616,0.0433482080698,1.04738438129,-0.232037166411,0.0247407803717,0.784393391762,-0.574694400661
-1470076136778736050,-0.0229990296066,0.0398065969348,1.03805303574,-0.296255911612,0.0378950918482,0.781542835471,-0.5477108664
-1470076136855207552,-0.0228359419852,0.0369018912315,1.03502082825,-0.484787994631,0.047154186405,0.751993092423,-0.444143526256
-1470076136926742505,-0.0231903921813,0.0351321659982,1.03260505199,-0.105590308859,0.00807582018133,-0.65494899865,-0.748216063026
-1470076137011670773,-0.0232878383249,0.0339170135558,1.01350498199,-0.451356672807,0.015105322104,0.726288492284,-0.518221968979
-1470076137095826036,-0.0227427836508,0.0337159894407,1.00364124775,-0.414088272551,0.0318519025829,0.753433963975,-0.509758394503
-1470076137176793773,-0.0227772090584,0.0330741591752,0.978610575199,-0.233139375923,0.0261419115881,0.786010190693,-0.571970813922
-1470076137251561681,-0.0225090570748,0.0336436517537,0.975328981876,-0.0788756283324,0.00551628717558,0.760595502505,-0.644393270759
-1470076137332666506,-0.0224469508976,0.0341790132225,0.973131895065,-0.409174374048,0.00438483654135,0.713783443472,-0.568392734521
-1470076137404039298,-0.0226214732975,0.0352889932692,0.951477825642,-0.169944166602,0.0131337970289,0.766824283356,-0.618810958265
-1470076137475842441,-0.0218202229589,0.0356117710471,0.936935245991,-0.468350661156,0.0445792265897,0.757063576958,-0.453337723111
-1470076137548455248,-0.0213506780565,0.037370596081,0.931900501251,-0.55829037822,0.0451961044365,0.739390632777,-0.373591565605
-1470076137620945557,-0.021790612489,0.0386228971183,0.918801784515,-0.333441831743,0.0267466902098,0.756888601157,-0.561445282148
-1470076137696067022,-0.0213199406862,0.039015751332,0.90684491396,-0.423838872685,0.0287378636355,0.747846679231,-0.510156926405
-1470076137776266611,-0.0215275064111,0.0389711558819,0.887447059155,-0.405763557449,0.0294508747894,0.751947840861,-0.518712855099
-1470076137848927040,-0.0212546177208,0.0403268821537,0.884394526482,-0.377849111264,0.0288322233341,0.755567505341,-0.534337437288
-1470076137927933953,-0.0212654918432,0.0395309887826,0.872975051403,-0.155259577922,0.0183990279131,-0.612139850454,-0.775139176356
-1470076138005120377,-0.0211314056069,0.0404521487653,0.861943602562,-0.544658523909,0.0452104706823,0.741550369476,-0.389109438595
-1470076138081755920,-0.0208979062736,0.0420023575425,0.85681527853,-0.452706617811,0.0292412236124,0.744562079862,-0.489723369122
-1470076138157786350,-0.0208734199405,0.0418199189007,0.837303817272,-0.348082594424,0.0241198514013,0.753475038141,-0.557254077711
-1470076138233331898,-0.0207143258303,0.0421428382397,0.834569036961,0.319768547002,-9.55502480906e-05,0.707295367529,-0.630461204429
-1470076138307499082,-0.0206902902573,0.0420330427587,0.815626263618,-0.447275950446,0.0200859769162,0.733537097798,-0.511335607833
-1470076138387022585,-0.0202802568674,0.0418200790882,0.809136986732,-0.476084606603,0.036092486033,0.748103159395,-0.460849696442
-1470076138465379428,-0.0204381812364,0.0417391397059,0.794632673264,-0.349318009076,0.0226525099955,0.750679883776,-0.560306616435
-1470076138540095836,-0.0202348064631,0.0406851023436,0.791184008121,-0.424815038588,0.00677332371309,0.717010792343,-0.552613634232
-1470076138613106241,-0.0198846962303,0.040324959904,0.769611358643,-0.484462261087,0.0421509093368,0.751506353022,-0.44582263266
-1470076138693215167,-0.0196505170316,0.0394851230085,0.76657730341,-0.665461616817,0.0172632457021,0.713853129596,-0.217431658822
-1470076138771351775,-0.0196937676519,0.0389200039208,0.75152105093,-0.260900560628,0.0186003337576,0.757141591156,-0.598599645832
-1470076138845421704,-0.018922034651,0.0377996042371,0.742109000683,-0.415668817116,0.0275419045236,0.74451388476,-0.521689518174
-1470076138924326538,-0.0187468938529,0.036690082401,0.723353505135,-0.486147679016,0.0372237470071,0.74641144358,-0.452929115579
-1470076139006715829,-0.018574109301,0.0366883911192,0.721295058727,-0.344919223256,0.0212663803123,0.748710662766,-0.565694983146
-1470076139081774071,-0.0182051584125,0.0356359817088,0.702005565166,-0.473084741048,0.0324954061299,0.743944690209,-0.470830303058
-1470076139155023635,-0.0183692518622,0.0345077477396,0.689768731594,-0.362622688206,0.0219106822337,0.747129028782,-0.556617393148
-1470076139229927333,-0.0181191824377,0.0344607010484,0.687573730946,-0.450788738458,0.0313713172661,0.745341264713,-0.490175226678
-1470076139309246990,-0.018117595464,0.0336003042758,0.672830343246,-0.45510207087,0.0227370162214,0.736390704289,-0.500093855012
-1470076139385726058,-0.0178329590708,0.0325045995414,0.65663343668,-0.559900411612,0.0511546111547,0.744400160306,-0.360226506758
-1470076139459333868,-0.018303507939,0.0325298346579,0.650469183922,-0.145396688131,0.00648815698522,0.741265270169,-0.65524308935
-1470076139535631554,-0.0174775440246,0.0317033343017,0.63799571991,-0.612312784735,0.0556997320346,0.737105291685,-0.280439623575
-1470076139611166069,-0.0172063969076,0.0308220051229,0.624639570713,-0.609990287444,0.0489334373672,0.734160967588,-0.294151392317
-1470076139682968943,-0.0174647942185,0.030909249559,0.617282271385,-0.372447048262,0.0202244777469,0.742944613922,-0.555794447062
-1470076139756132901,-0.017235038802,0.0299487151206,0.604754269123,-0.483760319398,0.0364331630007,0.744633258386,-0.458442895588
-1470076139828899654,-0.0170411970466,0.0292348451912,0.591427505016,-0.497230645272,0.0365837885277,0.743777376044,-0.445217392635
-1470076139901541960,-0.0171107575297,0.0285890363157,0.581225097179,-0.392583650716,0.0163712255898,0.734490455074,-0.553293621479
-1470076139973944024,-0.0170004926622,0.0285849440843,0.571122825146,-0.434772286586,0.028726254478,0.745286140272,-0.504674578554
-1470076140050311851,-0.0168561935425,0.0277687571943,0.560355842113,-0.382673330644,0.027840439328,0.751275019485,-0.53700267881
-1470076140129673130,-0.0167606435716,0.0271776095033,0.553191363811,-0.548481241221,0.0253301095957,0.729701809678,-0.407507033717
-1470076140207678352,-0.0165309868753,0.0265550855547,0.538466691971,-0.347278263295,0.0172688752969,0.741349990196,-0.574020718987
-1470076140284472294,-0.0161667242646,0.0257285628468,0.527324318886,-0.438726026519,0.0333644301262,0.749768977789,-0.494219352518
-1470076140357172923,-0.0160649623722,0.0249571595341,0.517810821533,-0.324483205583,0.0141627022444,0.74072767195,-0.588075320998
-1470076140432433154,-0.0154516594484,0.0239573027939,0.508723080158,-0.578578131552,0.0398135150913,0.735885174409,-0.349478525506
-1470076140509144331,-0.0153235429898,0.0230587217957,0.495372533798,-0.368735789471,0.0176962528559,0.740512160771,-0.56157145578
-1470076140582801807,-0.0150562562048,0.022535616532,0.48536041379,-0.360590100179,0.0154811276889,0.738322221765,-0.569750305999
-1470076140656131673,-0.0148112718016,0.0221424344927,0.475892871618,-0.396982520117,0.0188522659344,0.739743889794,-0.542981075456
-1470076140728841913,-0.0144110023975,0.0219685453922,0.466036260128,-0.460065639182,0.0313820902035,0.744820421341,-0.482283435348
-1470076140801752893,-0.0143007775769,0.0214585121721,0.451846778393,-0.339835754246,0.0153131816099,0.740272619611,-0.579891037402
-1470076140881545307,-0.0137887485325,0.0212911069393,0.441890478134,-0.533082500768,0.03380745246,0.737121844807,-0.413922081365
-1470076140956800906,-0.0135923987255,0.0211223103106,0.433373421431,-0.406758086207,0.0202744576552,0.738653668628,-0.537147617974
-1470076141029198589,-0.0133446641266,0.021140884608,0.424684464931,-0.566962181035,0.0236588789572,0.727121360326,-0.386378920335
-1470076141100626899,-0.0132774468511,0.0213265381753,0.408695429564,-0.364116318581,0.0180701808381,0.741483433954,-0.563289527934
-1470076141174603289,-0.0128122381866,0.0214141122997,0.400051027536,-0.589987087425,0.0348168162091,0.73083875175,-0.341434832613
-1470076141247633924,-0.0128839397803,0.0216592736542,0.389947921038,-0.385094504335,0.0155190310587,0.734677550321,-0.558310200033
-1470076141319273277,-0.0127291670069,0.0219998266548,0.379440575838,-0.389859115299,0.0155648670415,0.735419021137,-0.554009448007
-1470076141394260912,-0.0123147405684,0.0223349239677,0.36655664444,-0.529693820355,0.0212236349222,0.728946992717,-0.433140041797
-1470076141468404318,-0.0119796795771,0.0227077715099,0.356967508793,-0.535410118422,0.0250311775232,0.730231324392,-0.423640954253
-1470076141540363136,-0.011888153851,0.0230674669147,0.34725022316,-0.548172809573,0.0208912525282,0.726469321316,-0.413899083835
-1470076141614244205,-0.0118013061583,0.0233408175409,0.336622983217,-0.434560305378,0.0191082974002,0.735076820622,-0.520052191367
-1470076141687534733,-0.0114822443575,0.0234903357923,0.327214509249,-0.480048798278,0.0212695806437,0.731868279791,-0.483186896808
-1470076141759711556,-0.0112246219069,0.0235444009304,0.313090443611,-0.482234163549,0.0166519019051,0.728545814657,-0.486203580421
-1470076141833356637,-0.0108753535897,0.0235963407904,0.303566455841,-0.49746122681,0.0192572305035,0.72890523204,-0.469956008152
-1470076141903633398,-0.0107609946281,0.0236539486796,0.293797433376,-0.440168357305,0.0151432453133,0.729273630987,-0.523624360105
-1470076141978535619,-0.0104989781976,0.0234891176224,0.286952316761,-0.560873233327,0.0250207307222,0.728068292688,-0.393334133218
-1470076142048203765,-0.0106733134016,0.0235869493335,0.28291362524,-0.509606819957,0.0224697183966,0.731029795168,-0.453201323237
-1470076142130139951,-0.0104385390878,0.024062640965,0.283632993698,-0.563991448515,0.0238764783577,0.727181656717,-0.390577006386
-1470076142204815122,-0.010286054574,0.0242228619754,0.283212631941,-0.579024675628,0.0267936847262,0.727155843302,-0.367772895989
-1470076142282768944,-0.0104070622474,0.0238103382289,0.2814912498,-0.539676911096,0.0253544872346,0.730181214849,-0.418259937226
-1470076142355883491,-0.0103084510192,0.0229634866118,0.278081506491,-0.534747361449,0.0234935922492,0.729387458023,-0.426013200059
-1470076142430387976,-0.0102771902457,0.0226285587996,0.277443021536,-0.534303547061,0.0211393082627,0.727485081741,-0.429928255746
-1470076142507995639,-0.0103125227615,0.0223628543317,0.278372138739,-0.55481211889,0.0273596984115,0.730159780331,-0.397871404882
-1470076142580150280,-0.0104066012427,0.0215791407973,0.279099225998,-0.537469934866,0.027632716569,0.732050885412,-0.41768888333
-1470076142655620537,-0.0103501519188,0.0208917073905,0.280300050974,-0.577918877631,0.0264244653416,0.727217734641,-0.369412892212
-1470076142731965790,-0.010360090062,0.0201297793537,0.280045181513,-0.56720138677,0.0279396246589,0.729012233362,-0.382155894667
-1470076142809103063,-0.0103368544951,0.0192353148013,0.279861330986,-0.569479646751,0.0290870629876,0.729655755841,-0.377424631776
-1470076142886195218,-0.0103554325178,0.0181553550065,0.27980440855,-0.550236402652,0.0272340914432,0.730519700994,-0.403533359117
-1470076142963837173,-0.0103730531409,0.017630988732,0.280028820038,-0.557579781885,0.025955018199,0.72885938859,-0.396478392258
-1470076143035722271,-0.0103844832629,0.0166939757764,0.279914736748,-0.539815885162,0.0259867285169,0.73073470042,-0.417073491929
-1470076143113111425,-0.010345466435,0.0157501269132,0.279945224524,-0.535400570976,0.0260209446115,0.73121637405,-0.421890688877
-1470076143187669978,-0.0103118838742,0.0148288523778,0.279968082905,-0.559257919882,0.0283683651726,0.730216228232,-0.39142058573
-1470076143263443222,-0.0103128449991,0.0138860009611,0.279878914356,-0.545206615346,0.0273091921279,0.731052041903,-0.409349321042
-1470076143336727297,-0.0102885849774,0.0134659064934,0.279837667942,-0.556192942227,0.0288005319493,0.73080540985,-0.394643374846
-1470076143411645517,-0.0103793498129,0.0126539766788,0.279866099358,-0.521691599545,0.0234759851721,0.730661774526,-0.43979554833
-1470076143486325075,-0.010297476314,0.0119353765622,0.279920965433,-0.529671968467,0.0267543296529,0.732273146137,-0.427209376197
-1470076143569682174,-0.0102897174656,0.0113007780164,0.279869347811,-0.546264452132,0.0275010779303,0.731278742088,-0.407517165797
-1470076143646113945,-0.0103254821151,0.0107855442911,0.279817670584,-0.550854711778,0.027099446761,0.730462498988,-0.402801742884
-1470076143719743701,-0.0103110596538,0.0105405272916,0.279778182507,-0.538125283753,0.0268128656606,0.731410109267,-0.418020934024
-1470076143795092065,-0.0102882999927,0.00998501852155,0.279909342527,-0.544428796702,0.0278066532721,0.731560992654,-0.409441802191
-1470076143869292814,-0.010322115384,0.00954686198384,0.279844492674,-0.526572556124,0.0251491620131,0.731458442917,-0.432501339966
-1470076143943520542,-0.010297620669,0.00936662964523,0.279792875051,-0.534926893343,0.0271552132286,0.732148610458,-0.420801883761
-1470076144016022613,-0.0103126298636,0.00904766842723,0.279873818159,-0.534772957541,0.0256252330795,0.730990077573,-0.423101332782
-1470076144089748903,-0.0102965580299,0.00887778121978,0.279702454805,-0.523342707643,0.02683114839,0.733143933375,-0.433465653528
-1470076144166516115,-0.0103334132582,0.00880686100572,0.279716640711,-0.516077069918,0.0248724828461,0.732283676033,-0.44362871336
-1470076144241073315,-0.0103029320017,0.0084954733029,0.279625505209,-0.534903266779,0.0281183791442,0.732890083514,-0.419475836527
-1470076144312508424,-0.0104102380574,0.00818915292621,0.279855102301,-0.485553362972,0.0205869551587,0.731311443804,-0.478537021708
-1470076144388455047,-0.010227154009,0.00794355850667,0.280318558216,-0.544860984644,0.0273933439978,0.731137751713,-0.409650705036
-1470076144458939023,-0.0102220121771,0.00801661331207,0.280153810978,-0.555221037866,0.0281656535158,0.730653317194,-0.396335748004
-1470076144531247776,-0.010430184193,0.00810579862446,0.279584497213,-0.493755420829,0.0192549444829,0.729814321333,-0.472446703759
-1470076144605498192,-0.01037053857,0.00786150060594,0.278794586658,-0.51375999155,0.026128356138,0.73343953272,-0.444335944901
-1470076144678831250,-0.0103295492008,0.00773787964135,0.278577357531,-0.526838307808,0.0267712177981,0.732782779843,-0.429830311738
-1470076144751689100,-0.0102819940075,0.00765003217384,0.278280079365,-0.534104241791,0.0276853295552,0.732834382331,-0.420618532048
-1470076144828965949,-0.0103010674939,0.00760092725977,0.278228491545,-0.526944432766,0.0260611684304,0.732180102636,-0.430769866148
-1470076144901693012,-0.010279096663,0.00753968628123,0.277986377478,-0.525650142692,0.0257304128938,0.732004872492,-0.432664696951
-1470076144975039054,-0.0102515332401,0.00748550705612,0.277745068073,-0.52918874304,0.0257576097357,0.731547601842,-0.429108291716
-1470076145048873168,-0.0102049931884,0.0074531477876,0.277541875839,-0.543900289527,0.0265964383285,0.730550670105,-0.412020415672
-1470076145119355280,-0.0102017801255,0.00746025098488,0.277506113052,-0.549449814242,0.0269875120234,0.730288285197,-0.405037771483
-1470076145190161728,-0.0101932538673,0.00748903956264,0.277097225189,-0.543550736447,0.0276814201942,0.731451169273,-0.41081081151
-1470076145263163533,-0.0104081779718,0.00764745334163,0.276400983334,-0.47003937452,0.0186658914453,0.731114969342,-0.494151264798
-1470076145335586570,-0.0102982725948,0.00781914684922,0.275891780853,-0.52834684453,0.0267499781172,0.73251759099,-0.428429725201
-1470076145410023294,-0.010299121961,0.0078778155148,0.275813639164,-0.526518845188,0.0252055476994,0.731619449147,-0.432291068212
-1470076145489035398,-0.0103498436511,0.0079992134124,0.275652825832,-0.504217036892,0.0212589267348,0.730618693155,-0.459901688358
-1470076145566246695,-0.0102151744068,0.00814414117485,0.275226593018,-0.535056269454,0.0267286094007,0.731781736501,-0.421302575451
-1470076145640807682,-0.0102927144617,0.00825389660895,0.274909079075,-0.505047275492,0.0203624355966,0.729634684314,-0.460592931102
-1470076145715890550,-0.010227529332,0.00829119514674,0.274634540081,-0.532696520184,0.0241396071436,0.730127099488,-0.427277562416
-1470076145791825302,-0.0102424491197,0.00835588853806,0.273754447699,-0.534723490676,0.0265746211593,0.731684869633,-0.421902630448
-1470076145868052596,-0.0103076808155,0.00841305218637,0.273197978735,-0.503455059028,0.0233832384641,0.732371806753,-0.457840326283
-1470076145948296677,-0.0103189311922,0.00843777880073,0.272901296616,-0.504826782815,0.020076773238,0.729239539143,-0.461472141174
-1470076146030697046,-0.010219422169,0.00843803118914,0.272559374571,-0.53387147614,0.0240413451169,0.729790395086,-0.426390947288
-1470076146104835437,-0.010155711323,0.00844459701329,0.272325307131,-0.543081567547,0.0261269303432,0.730514352552,-0.413193145173
-1470076146179665747,-0.0101395901293,0.0084245884791,0.272220879793,-0.546814559676,0.0263330278297,0.730269918259,-0.408663988453
-1470076146257446259,-0.0100876390934,0.00842816848308,0.271983146667,-0.556494903132,0.027940407194,0.730398202843,-0.395033190653
-1470076146339550842,-0.0101999314502,0.00852615665644,0.27152889967,-0.518898804342,0.022126623585,0.729966330413,-0.44430124898
-1470076146414309837,-0.0102460924536,0.00858926773071,0.27086687088,-0.52594750358,0.0229372136693,0.729974993862,-0.435877982977
-1470076146486492931,-0.0102707976475,0.00857001449913,0.27049228549,-0.495414890292,0.0216535379775,0.7320015155,-0.467192671256
-1470076146562498219,-0.0101974708959,0.00859934464097,0.270207196474,-0.516683065516,0.0248211925086,0.732442114407,-0.44266360507
-1470076146634444177,-0.0101563278586,0.00860592909157,0.270056158304,-0.533220476848,0.0263901335152,0.731863847516,-0.423503001905
-1470076146711113927,-0.0102209132165,0.00879465509206,0.269795298576,-0.488962175764,0.0199605630229,0.730774266796,-0.475906017596
-1470076146785494126,-0.0101094692945,0.00891198869795,0.269554942846,-0.535963957876,0.0249169515951,0.730181546579,-0.423032729723
-1470076146863217121,-0.0100556258112,0.00906904786825,0.269293725491,-0.548424147178,0.0258612057078,0.729747233401,-0.407469174509
-1470076146935135298,-0.0100396890193,0.00919821579009,0.268957108259,-0.558297425534,0.0259839229878,0.728936610171,-0.395322954989
-1470076147004603833,-0.0101368092,0.00930496864021,0.268098205328,-0.537686607602,0.0259802777985,0.73109787967,-0.419182570621
-1470076147076519966,-0.0101696681231,0.00933849997818,0.267837703228,-0.524587157587,0.0248811020045,0.731579253343,-0.434719496844
-1470076147148660833,-0.010192505084,0.00932985916734,0.267643272877,-0.51534819936,0.0226511751042,0.730771429811,-0.447075245405
-1470076147225676629,-0.0101663768291,0.00931454077363,0.267448931932,-0.515103707267,0.0230751638929,0.731099849737,-0.446798295974
-1470076147302690295,-0.0101438974962,0.00887512788177,0.267174810171,-0.503346113757,0.0219761920942,0.731270458112,-0.459786095743
-1470076147376158663,-0.0100678894669,0.00896928273141,0.267101764679,-0.524675745791,0.0254797742014,0.732238254436,-0.433466586516
-1470076147453293852,-0.0100780697539,0.00933281052858,0.266914606094,-0.523364349306,0.0241790623521,0.731234871291,-0.436807387561
-1470076147532597532,-0.0100657800213,0.00958965253085,0.266658037901,-0.529103376149,0.0227886148787,0.729508728218,-0.432836356876
-1470076147609436677,-0.010009162128,0.00982580892742,0.266376703978,-0.544560399446,0.0242514507074,0.728913959144,-0.414186284973
-1470076147684370015,-0.0100411623716,0.00994989369065,0.265884041786,-0.541575971232,0.0226709270761,0.728115451841,-0.419558559964
-1470076147760889846,-0.0100664496422,0.0099628707394,0.265622794628,-0.550635701019,0.0240262693034,0.728222763763,-0.407326244532
-1470076147838464220,-0.0101159717888,0.00997936725616,0.26508423686,-0.519663810555,0.0237264426145,0.730872457782,-0.441828055217
-1470076147911991048,-0.010084990412,0.00964019075036,0.265029162169,-0.534645301991,0.0255316266156,0.730854230932,-0.423502810181
-1470076147986150487,-0.0100871575996,0.00905311200768,0.264875501394,-0.519705582211,0.0243992764218,0.73146055738,-0.440767780273
-1470076148068569345,-0.0100430967286,0.00914742518216,0.264763385057,-0.533685348488,0.0258018537021,0.731361317542,-0.4238217035
-1470076148145279795,-0.0100867729634,0.00929305981845,0.264538139105,-0.517761790623,0.0226565760215,0.730491179843,-0.444738174554
-1470076148218720430,-0.0100834518671,0.00931267254055,0.264565587044,-0.524285041268,0.0229465443306,0.730094550835,-0.437676362678
-1470076148296221605,-0.0101421456784,0.00970355607569,0.264623701572,-0.500341725634,0.0194271431429,0.729374531866,-0.466147547419
-1470076148368504805,-0.0100475046784,0.0102602653205,0.264481067657,-0.539723795467,0.024956745709,0.730100872166,-0.418363600129
-1470076148441666055,-0.0100473808125,0.0106533681974,0.264416962862,-0.540191911344,0.0238843036989,0.729264980196,-0.419278937718
-1470076148514122450,-0.0100235501304,0.0110912825912,0.264310121536,-0.551423244832,0.0247691287071,0.728795963474,-0.405185561128
-1470076148587398835,-0.0100451717153,0.0114287603647,0.264074414968,-0.529514523918,0.0217537324034,0.728519082195,-0.434051945007
-1470076148662355527,-0.00998854637146,0.0114621212706,0.263947993517,-0.549425384292,0.024592107871,0.728759185714,-0.407966940527
-1470076148735171406,-0.00997427478433,0.0114586856216,0.263810127974,-0.572947655004,0.0260982968221,0.72746768927,-0.376617345055
-1470076148807150230,-0.010019749403,0.0112469242886,0.263683378696,-0.567245669695,0.0242003768158,0.726897968744,-0.386349627941
-1470076148882352244,-0.00996986683458,0.0112112937495,0.263472139835,-0.568805081367,0.026588894327,0.728342973216,-0.381143442127
-1470076148956880428,-0.0100046647713,0.0112645532936,0.263380467892,-0.570035537598,0.0237700590507,0.726401401639,-0.383191171433
-1470076149028901273,-0.0100320708007,0.0117571027949,0.262716650963,-0.54817962777,0.0244529500067,0.72890267946,-0.409392272534
-1470076149100998974,-0.0100742978975,0.0119113419205,0.262639433146,-0.540198934814,0.023977109072,0.729188178802,-0.41939815088
-1470076149173602767,-0.0100227836519,0.0121832415462,0.26281195879,-0.56569978353,0.0245827550932,0.727235313301,-0.387953917565
-1470076149245892194,-0.010019576177,0.0124319707975,0.262872070074,-0.570308225699,0.0228716989294,0.725648130809,-0.384265797777
-1470076149319640436,-0.00994525104761,0.0127906017005,0.26276832819,-0.574626427996,0.0257766251312,0.726951837652,-0.375074738658
-1470076149394814922,-0.00998184550554,0.0128081440926,0.262657523155,-0.576692383123,0.0260073342625,0.726669980544,-0.372424828911
-1470076149463589612,-0.0100376037881,0.0126508576795,0.262604534626,-0.549442391289,0.024125449694,0.728291143675,-0.408806838709
-1470076149535271091,-0.0100315380841,0.012621127069,0.262634515762,-0.556284352589,0.0241598935631,0.72777324852,-0.400387459026
-1470076149607300574,-0.0100694745779,0.012588378042,0.262542426586,-0.540398610532,0.0228565948876,0.728302089711,-0.420740993877
-1470076149684483429,-0.0100675392896,0.0124381845817,0.262442260981,-0.538044469642,0.0231280739324,0.728530358478,-0.423340002433
-1470076149759422747,-0.010044622235,0.012256976217,0.262440651655,-0.554155671369,0.0252884174341,0.728549026387,-0.401856073718
-1470076149832624249,-0.0100542241707,0.012165366672,0.262401014566,-0.547685528508,0.0240128246342,0.728401935107,-0.410967841868
-1470076149907434490,-0.0100608961657,0.0119147552177,0.262310892344,-0.538407496534,0.0235396595975,0.728788839429,-0.422409847927
-1470076149978839036,-0.0100363353267,0.0117076477036,0.262297362089,-0.549322710574,0.0247600602482,0.728805310649,-0.408012644698
-1470076150052852014,-0.0100467214361,0.0114670358598,0.262284457684,-0.551275357001,0.0244385965376,0.728156712322,-0.406553856289
-1470076150130163207,-0.0100719295442,0.0112028364092,0.262347906828,-0.536980411374,0.02301498144,0.72867336245,-0.424449619254
-1470076150210310330,-0.0100718205795,0.0110886562616,0.262221395969,-0.546030332115,0.0226781226484,0.727519661037,-0.414791178748
-1470076150282689737,-0.010032759048,0.0108570978045,0.262342214584,-0.551422779936,0.0250283915795,0.728710097315,-0.405324674125
-1470076150357798055,-0.0101093184203,0.0106203677133,0.26230469346,-0.528014125977,0.0207212251085,0.727537295501,-0.437562792356
-1470076150433425201,-0.0100308898836,0.0104076191783,0.262299835682,-0.545714872005,0.0247424210191,0.72905639692,-0.412383148523
-1470076150507825286,-0.0100596453995,0.0102886697277,0.262262880802,-0.536948592356,0.0233419511292,0.728875631676,-0.424124599656
-1470076150584897072,-0.0100177126005,0.0100852688774,0.262235045433,-0.556988366066,0.0260876158736,0.728749130381,-0.397502328714
-1470076150664271231,-0.0100342752412,0.00990526843816,0.262339919806,-0.55476488555,0.0251315828969,0.728424516012,-0.401250607196
-1470076150736521479,-0.0100602703169,0.00972895883024,0.262209892273,-0.538996694441,0.023109078181,0.728572412512,-0.422055415335
-1470076150808675015,-0.0100198788568,0.00958949141204,0.26228171587,-0.547696491457,0.0258806902296,0.729695051345,-0.408538707055
-1470076150883733395,-0.0100803906098,0.00932533945888,0.26224526763,-0.535451705669,0.0221006441742,0.727934624241,-0.427684714777
-1470076150957514943,-0.0100095467642,0.00910729449242,0.262257158756,-0.558232054859,0.0261282547791,0.728676045131,-0.395885726546
-1470076151032082045,-0.0100602349266,0.00839795451611,0.262052297592,-0.524670632156,0.0223310573438,0.729019715382,-0.439035654833
-1470076151109477268,-0.00996216014028,0.00740924151614,0.262062370777,-0.559870495389,0.0278158010513,0.729698189508,-0.391550586558
-1470076151187900500,-0.0100129023194,0.00661239586771,0.261938452721,-0.522955707024,0.0229179571663,0.729725460646,-0.439878219301
-1470076151263314618,-0.00992538873106,0.0061672036536,0.261570990086,-0.552251590544,0.0260633673005,0.729379373675,-0.40292010484
-1470076151336511436,-0.00991800799966,0.00607422413304,0.261457204819,-0.551412409032,0.0255881327166,0.729176597626,-0.404463956497
-1470076151408845154,-0.00989938806742,0.00595343625173,0.261111140251,-0.54653856846,0.0250997139511,0.729329234125,-0.410785182054
-1470076151481029668,-0.00991575513035,0.00584818189964,0.260445147753,-0.537761945958,0.0242260668673,0.729654226456,-0.421698822596
-1470076151553654817,-0.00996410474181,0.00583057338372,0.259676605463,-0.533020235382,0.0254621582858,0.731126238379,-0.425082969223
-1470076151627873474,-0.0099003976211,0.00578934978694,0.259311527014,-0.535842773339,0.0257658691959,0.730966489867,-0.421777942685
-1470076151706446605,-0.00990001764148,0.00571044208482,0.25919097662,-0.541695793161,0.0248173090205,0.729458295671,-0.416941679041
-1470076151788134082,-0.009870801121,0.00560746574774,0.258899182081,-0.540760442862,0.0245083752349,0.72935489478,-0.418352626906
-1470076151863033785,-0.00985294952989,0.00529598770663,0.258816480637,-0.548350330932,0.0250133761238,0.72891163605,-0.409113764634
-1470076151936863040,-0.00986442994326,0.00497786654159,0.25862416625,-0.535180968612,0.0227900421497,0.728670132308,-0.42673385511
-1470076152014492673,-0.00988486967981,0.00490284757689,0.258604288101,-0.525393724096,0.0212661749323,0.728531982252,-0.439033410255
-1470076152090550007,-0.00987852271646,0.00526606291533,0.25854191184,-0.520463130212,0.0207013209841,0.728534223997,-0.444890402082
-1470076152165435980,-0.009775608778,0.0056440345943,0.258432120085,-0.548879186291,0.0264596864698,0.730120902456,-0.406146514997
-1470076152236857832,-0.00985452439636,0.00574887916446,0.258253633976,-0.522360065328,0.0211789053308,0.728737116058,-0.442304908179
-1470076152316170278,-0.00980872195214,0.00589034985751,0.25826883316,-0.545970806523,0.0246988585954,0.729179952214,-0.411828170597
-1470076152392378101,-0.00984341744334,0.00610951101407,0.258252471685,-0.537330372646,0.0218832341713,0.728080592655,-0.425083339233
-1470076152469628009,-0.00982362683862,0.00632081413642,0.258133620024,-0.547327397915,0.0246056810483,0.728958183861,-0.410423252428
-1470076152544633269,-0.00978473387659,0.00644471868873,0.258040189743,-0.545928804123,0.0267257251768,0.730694200118,-0.409064129884
-1470076152623781403,-0.00985750183463,0.00666330428794,0.258152097464,-0.550220884424,0.0224148663694,0.727274357428,-0.409666402256
-1470076152700803389,-0.00980150606483,0.0069276439026,0.25811907649,-0.568154780555,0.0268320523358,0.728428308353,-0.381932436288
-1470076152776413169,-0.00985779892653,0.00716983480379,0.257943958044,-0.541958560026,0.0237912896524,0.728943856251,-0.417559275055
-1470076152848429888,-0.00990732479841,0.00746274972335,0.257942140102,-0.527424377316,0.0209887040189,0.728289532239,-0.437009562536
-1470076152924160492,-0.00992370862514,0.00753451697528,0.257815092802,-0.536850417892,0.0218882450262,0.728059757499,-0.425724703357
-1470076153000218150,-0.00987871177495,0.00775735033676,0.257872223854,-0.545237280808,0.0255365890409,0.729952778359,-0.411379546894
-1470076153075938198,-0.00994327664375,0.00799412932247,0.257786124945,-0.528727619008,0.0217333435305,0.728634018435,-0.434818621792
-1470076153148064430,-0.00987965147942,0.0081661650911,0.2578959167,-0.553001841522,0.0260546953766,0.729499196516,-0.40167280018
-1470076153225122698,-0.00994096603245,0.00842209905386,0.257864713669,-0.534394712857,0.0212337227661,0.727763976937,-0.429337878321
-1470076153302383125,-0.00990399625152,0.0085845189169,0.257810801268,-0.555158016823,0.025096219879,0.728594834017,-0.400398955979
-1470076153377744295,-0.00991386082023,0.00868016295135,0.257945030928,-0.556460539741,0.0248036162688,0.72824898351,-0.39923660447
-1470076153449082891,-0.00993864331394,0.00912049226463,0.257839113474,-0.549408191339,0.0253455961506,0.729357478624,-0.406873332158
-1470076153526541358,-0.00990031659603,0.00960504915565,0.258278995752,-0.563721978739,0.0247753083121,0.727442380781,-0.390424509257
-1470076153603341655,-0.0098488163203,0.00982222519815,0.258673012257,-0.55755488772,0.0242399612336,0.727673925263,-0.39879271552
-1470076153676486100,-0.00981045980006,0.0102108465508,0.258420318365,-0.570615719467,0.0251066531275,0.727062407053,-0.380982431244
-1470076153749089944,-0.00981827266514,0.0104070864618,0.258142918348,-0.570860909126,0.026008872766,0.727754802523,-0.379228570091
-1470076153821620467,-0.00994700845331,0.0107314130291,0.257295548916,-0.531591433518,0.0238254716688,0.729940244557,-0.428987335576
-1470076153895086619,-0.00989191606641,0.0108593748882,0.256950229406,-0.532385044012,0.024944571432,0.730783489799,-0.426496687332
-1470076153965864133,-0.00986208114773,0.0109826866537,0.256595373154,-0.536795880267,0.0237908161315,0.729512113372,-0.423197656469
-1470076154039692776,-0.00979229621589,0.0110268369317,0.256333082914,-0.547353805735,0.0250230454802,0.729291142836,-0.409770774365
-1470076154115904869,-0.00975379440933,0.0110530583188,0.256146997213,-0.571232553942,0.0263804295503,0.72761745973,-0.378906683169
-1470076154193736815,-0.00980961881578,0.011105472222,0.255645871162,-0.556457458966,0.0224099256534,0.726492833501,-0.402568074325
-1470076154267482896,-0.00984617415816,0.0111454213038,0.254970520735,-0.550564646637,0.0241452047573,0.72826081204,-0.407347233461
-1470076154346530484,-0.00980742741376,0.0111998682842,0.254580497742,-0.550484401765,0.0261637638815,0.729772305878,-0.404616809398
-1470076154419542375,-0.00983089860529,0.0112523622811,0.254191815853,-0.53351755543,0.0227984379299,0.728935342663,-0.428360263672
-1470076154493480684,-0.00977651961148,0.0112683065236,0.253838598728,-0.53988649645,0.0230082760518,0.728544371703,-0.420970650573
-1470076154565466023,-0.00973761361092,0.011274330318,0.253526717424,-0.53889630941,0.0232920375372,0.728696877516,-0.42195865839
-1470076154643017237,-0.00970873143524,0.0112933963537,0.252923816442,-0.579803746931,0.0262246390298,0.72663371274,-0.36761845827
-1470076154718436599,-0.00985723920166,0.0113533372059,0.252222746611,-0.525374095038,0.0204946022251,0.727708563189,-0.440456897555
-1470076154789894990,-0.00980641692877,0.0114328358322,0.252152979374,-0.544778542126,0.0231459929255,0.72810081345,-0.41539115121
-1470076154863415642,-0.00982154440135,0.0117644080892,0.25198674202,-0.531332226751,0.0215446771866,0.728136474269,-0.432480249885
-1470076154935624926,-0.00974800717086,0.0119924563915,0.252011716366,-0.562643887439,0.0261841242915,0.728424152568,-0.390057049056
-1470076155008591272,-0.00974500179291,0.0119791384786,0.251981049776,-0.560848139798,0.0263559318718,0.728656147712,-0.392192487615
-1470076155082378562,-0.00982053857297,0.011695294641,0.251891165972,-0.534504539216,0.0214142006107,0.727587808837,-0.429490756595
-1470076155156056983,-0.00975300371647,0.0116117447615,0.25194182992,-0.56028972261,0.0255445246913,0.728180643375,-0.393923665968
-1470076155244444758,-0.00974325463176,0.0115705775097,0.251907914877,-0.562126128843,0.0260777515314,0.728338053554,-0.390970390044
-1470076155318669763,-0.00975360348821,0.0114962980151,0.251934915781,-0.557608913336,0.0258130429076,0.728541323563,-0.397030888528
-1470076155391824925,-0.00980527605861,0.0113276466727,0.251877695322,-0.543624545365,0.0224972133567,0.727568423828,-0.417864113937
-1470076155465350306,-0.00983322411776,0.0112673789263,0.251921772957,-0.536712021453,0.0212721640639,0.727312785077,-0.427204650874
-1470076155538256697,-0.00972713716328,0.01111614611,0.25185239315,-0.56592631047,0.0267033097009,0.728416783321,-0.385257490706
-1470076155611173066,-0.00981286261231,0.0108831133693,0.251884162426,-0.53672103992,0.0219632918268,0.727783328821,-0.426356148553
-1470076155682543974,-0.00974518153816,0.0107425907627,0.251824557781,-0.566203462009,0.0254035588185,0.727512591778,-0.386644187352
-1470076155756363549,-0.00973811838776,0.0105413123965,0.251805365086,-0.556625914291,0.025600781903,0.728490763659,-0.398513988171
-1470076155833227455,-0.00980551447719,0.0104432897642,0.251878529787,-0.543482020996,0.0226845308377,0.72771014374,-0.417792594014
-1470076155906023228,-0.00977924559265,0.0103206662461,0.251782476902,-0.548396513734,0.0232227540986,0.727754809702,-0.411211508074
-1470076155981554657,-0.00973527226597,0.0101360175759,0.251841932535,-0.565220900405,0.0261693265937,0.72804102436,-0.387035872936
-1470076156056521089,-0.00979806762189,0.00999043602496,0.251838922501,-0.536694435604,0.0221731010349,0.72804231165,-0.425936414068
-1470076156133601099,-0.00980177056044,0.00992804486305,0.251827985048,-0.540875273206,0.0219852475434,0.727569401938,-0.421441992555
-1470076156206676092,-0.00977129023522,0.00967060215771,0.251823693514,-0.54346488671,0.0238751434918,0.728571190555,-0.416245017664
-1470076156280123984,-0.00973781570792,0.0092198215425,0.251700758934,-0.548584024645,0.0251956387702,0.728969567148,-0.408685842504
-1470076156352921181,-0.00975419115275,0.00868323538452,0.251674473286,-0.542709881985,0.0236453456454,0.728657869672,-0.417090626352
-1470076156428996697,-0.00975769665092,0.00840951409191,0.251791030169,-0.54518682646,0.0242963031256,0.728797746677,-0.413563608588
-1470076156504254678,-0.00975227728486,0.00832009594887,0.251692920923,-0.543700099234,0.0239742880272,0.728659022762,-0.415778142948
-1470076156576788211,-0.0097235981375,0.00803898368031,0.25122025609,-0.542207517233,0.0230701396652,0.728205465128,-0.418563707779
-1470076156650061681,-0.00968610029668,0.00779396947473,0.250739991665,-0.549944050949,0.0261700441235,0.729787431119,-0.405323296883
-1470076156736344240,-0.00975999981165,0.00768588669598,0.250090390444,-0.53594058543,0.0250917730876,0.730508704387,-0.422486833673
-1470076156813384587,-0.00970489531755,0.00760251143947,0.249646693468,-0.54402375366,0.025724271018,0.730062001054,-0.412778260028
-1470076156889703874,-0.00967237353325,0.00756666762754,0.249443665147,-0.555707069729,0.0260151197089,0.728964774548,-0.398902524017
-1470076156965787498,-0.00959245022386,0.0075367721729,0.249052003026,-0.576554594679,0.0279439796248,0.727963029208,-0.369964540819
-1470076157040020610,-0.00965716410428,0.00753798568621,0.248653903604,-0.542376584204,0.0233246378508,0.728369711513,-0.418044454008
-1470076157116601462,-0.00971686560661,0.00754794524983,0.247872129083,-0.513324413995,0.0222159037103,0.730344750941,-0.450112257544
-1470076157189007947,-0.00972206611186,0.00751569354907,0.247431784868,-0.529294874107,0.0232840627659,0.729753556282,-0.432162626518
-1470076157261461058,-0.00963065493852,0.00753614632413,0.247058063745,-0.541438646654,0.0255676264995,0.730247873321,-0.415846764921
-1470076157334169524,-0.00959423929453,0.00753418402746,0.24690747261,-0.553558250696,0.0264118868557,0.729558112029,-0.400775044747
-1470076157406252296,-0.00959572941065,0.00753244385123,0.246439561248,-0.548745636361,0.0243780765863,0.728645550767,-0.40909607344
-1470076157477754742,-0.00966295506805,0.0075071384199,0.245916545391,-0.53886267795,0.0217034747201,0.727430113453,-0.424265722796
-1470076157550880006,-0.00966784916818,0.00751099782065,0.245202705264,-0.535504407452,0.0233485305464,0.729126127311,-0.425517292472
-1470076157624472325,-0.0095899766311,0.0075335809961,0.244822219014,-0.551504661105,0.0258713166947,0.729373719765,-0.403964429954
-1470076157699524394,-0.00954876560718,0.00754759879783,0.24471616745,-0.556211832508,0.0272917227267,0.729801882492,-0.396576312404
-1470076157775661685,-0.00954066775739,0.00756547693163,0.244388133287,-0.552668895066,0.0255784883491,0.729061057198,-0.402955094569
-1470076157849278789,-0.00958138983697,0.0075918356888,0.243952542543,-0.523352268971,0.022780071281,0.729872527202,-0.439169175775
-1470076157923753100,-0.00962791685015,0.00757887307554,0.243343278766,-0.531055535095,0.0235255262913,0.729772789639,-0.429951443491
-1470076157995868262,-0.00961255095899,0.00757366325706,0.24305960536,-0.54175571872,0.0247685277337,0.729730815981,-0.416389478105
-1470076158065782768,-0.00951367802918,0.0075712245889,0.242668703198,-0.571110122772,0.027609096604,0.728417101061,-0.377464557718
-1470076158140153688,-0.00951100233942,0.00760422926396,0.242260023952,-0.550864007572,0.0253869618299,0.729046936725,-0.405456423532
-1470076158217994423,-0.00953160878271,0.00765147060156,0.241791382432,-0.518875635279,0.0232933896988,0.730757688304,-0.442965793369
-1470076158292648148,-0.00956608820707,0.00763547001407,0.241246417165,-0.529728220298,0.0241653091567,0.730345474867,-0.430580466109
-1470076158368856867,-0.0095432093367,0.00765803223476,0.240735992789,-0.535826271314,0.0255911815774,0.73085701669,-0.421999193779
-1470076158442314635,-0.00951616093516,0.00765944179147,0.240498200059,-0.54966512973,0.0255934539872,0.729316974917,-0.406583288356
-1470076158515714760,-0.0095469802618,0.00767512153834,0.240190699697,-0.526439963001,0.0213782578375,0.728445288359,-0.43791711238
-1470076158591572394,-0.00949617940933,0.00769446184859,0.23984977603,-0.525163489828,0.0227664111079,0.729559069338,-0.437525500771
-1470076158664091174,-0.00948467478156,0.00771503662691,0.23947507143,-0.533744933334,0.0242752047115,0.729979170909,-0.426212940459
-1470076158741124875,-0.00948453694582,0.00773098599166,0.238833457232,-0.542971283019,0.0265727833045,0.730775029696,-0.41284855453
-1470076158814699812,-0.00949596986175,0.00775059126318,0.23828984797,-0.531000495518,0.0234654401475,0.729855063359,-0.429883046151
-1470076158883932920,-0.00944659672678,0.0077387415804,0.237983837724,-0.539194082337,0.0235774702529,0.729061131133,-0.420931955951
-1470076158955359904,-0.00937607698143,0.00777902407572,0.237637847662,-0.552289696498,0.0265547922634,0.729799800672,-0.402073606555
-1470076159026753138,-0.00935900304466,0.00780803151429,0.237282782793,-0.548274753804,0.0263559621319,0.729923473915,-0.407322820168
-1470076159101912854,-0.00951412972063,0.00781617965549,0.236586913466,-0.525291973406,0.0220174791872,0.729033725089,-0.438284611832
-1470076159176676342,-0.00949568394572,0.00781785883009,0.23632080853,-0.522280640714,0.0216219070504,0.729010083737,-0.441927282796
-1470076159266702308,-0.00940608605742,0.00785686448216,0.236005291343,-0.536590610815,0.0241916032566,0.729669225693,-0.423164393343
-1470076159341508226,-0.00935318041593,0.00787889771163,0.235714673996,-0.542140173579,0.0255967371624,0.730132432796,-0.415133074829
-1470076159416719045,-0.00937184039503,0.00791507121176,0.235231235623,-0.533280265223,0.023770110372,0.729657774869,-0.427371819555
-1470076159491309844,-0.00945180095732,0.00792678818107,0.23481836915,-0.51429274713,0.021917277,0.730055707673,-0.449490007578
-1470076159565917565,-0.00932887196541,0.00791044812649,0.234019830823,-0.561159414517,0.02675834969,0.728918925892,-0.39123049689
-1470076159639355022,-0.00929859187454,0.00792461633682,0.233748853207,-0.556964122626,0.0259721852824,0.728896698643,-0.397273223873
-1470076159716457590,-0.00933166686445,0.00798286404461,0.233404606581,-0.526724216716,0.0236372721758,0.730240257107,-0.434456034358
-1470076159793994279,-0.00936361867934,0.00800008047372,0.233004510403,-0.495256575172,0.0215569858753,0.731372231526,-0.468349100631
-1470076159868072109,-0.00935193803161,0.00797441694885,0.232419341803,-0.541665648082,0.0248993277789,0.729653555286,-0.416634178174
-1470076159945343349,-0.00930416304618,0.00798518210649,0.23205794394,-0.548477886402,0.0260440714799,0.729805375552,-0.407281018811
-1470076160021379890,-0.00930136721581,0.00798874069005,0.231580868363,-0.537829788034,0.0228953600692,0.728562191001,-0.423570602656
-1470076160093613497,-0.00927982199937,0.00801540724933,0.231265753508,-0.519966616822,0.0228169356498,0.73023067785,-0.442580232235
-1470076160170318700,-0.00925368070602,0.00802430789918,0.230880960822,-0.538893260162,0.0249521150555,0.729987515348,-0.419630401118
-1470076160245817975,-0.00928172655404,0.0080359717831,0.230198204517,-0.548291511511,0.0258579342646,0.729845566829,-0.407471758801
-1470076160323305524,-0.0092893820256,0.00804612506181,0.22997058928,-0.542839137011,0.0238644398833,0.728945489359,-0.416406812361
-1470076160396232909,-0.00928104389459,0.00804293621331,0.229800745845,-0.536018682294,0.0227893903909,0.728736531157,-0.425567484748
-1470076160469657155,-0.00925565045327,0.00806104112417,0.229468882084,-0.520745525447,0.0222758323628,0.729754688315,-0.442477095341
-1470076160542030115,-0.00919311493635,0.00810818560421,0.229008585215,-0.535427510124,0.0252738148353,0.730333747076,-0.423427955581
-1470076160613407130,-0.00926428474486,0.0081446878612,0.228189095855,-0.528463237659,0.0234396101926,0.729912465248,-0.432902973186
-1470076160690699854,-0.00927775353193,0.00814905110747,0.227987229824,-0.521983343801,0.0217648252811,0.729294386323,-0.441802421058
-1470076160765984353,-0.0091929892078,0.00815864093602,0.226466149092,-0.487230586281,0.0189187394891,0.729373392883,-0.479857156708
-1470076160838847650,-0.00913667213172,0.008151197806,0.224305421114,-0.508694477161,0.0200363943417,0.728729199794,-0.458019896048
-1470076160910727357,-0.00910167302936,0.008145888336,0.223727226257,-0.540975976634,0.0218875948877,0.727353950012,-0.421689645708
-1470076160981086823,-0.00916110165417,0.00816626939923,0.223427638412,-0.512551563371,0.0179625191906,0.726580377555,-0.457218982264
-1470076161054142867,-0.00911520794034,0.00821309443563,0.223678454757,-0.546918526041,0.0218303394051,0.726910825905,-0.414733906664
-1470076161126761343,-0.00914614647627,0.00825737137347,0.223494127393,-0.511360832026,0.0194201586462,0.728105089775,-0.456065713633
-1470076161202062058,-0.00909744761884,0.00830998178571,0.223103493452,-0.513263655405,0.0220750727203,0.730007028992,-0.450735896981
-1470076161275430440,-0.00916840229183,0.00821315124631,0.222496673465,-0.530549711832,0.0220672712851,0.728348830141,-0.433056601896
-1470076161349282176,-0.00912958942354,0.00798388011754,0.222369119525,-0.540130354377,0.0232710338469,0.728542946601,-0.42064573482
-1470076161424023470,-0.00911642704159,0.0077887699008,0.222275853157,-0.537556840013,0.0226505509896,0.728519179487,-0.424004011083
-1470076161497427974,-0.00908184051514,0.00781188020483,0.222158581018,-0.547940209059,0.0240838297107,0.728490962661,-0.410466093319
-1470076161570712320,-0.00907498039305,0.00771580822766,0.222069531679,-0.545782156625,0.0234548383368,0.728385633955,-0.413552990942
-1470076161643269265,-0.00907907355577,0.00771148875356,0.222019597888,-0.5393887736,0.0230050690696,0.728575436797,-0.42155468282
-1470076161717328149,-0.00906887091696,0.00769821926951,0.221964165568,-0.541731672616,0.0230511656539,0.72839868604,-0.418844592686
-1470076161795640495,-0.00906647741795,0.00783252809197,0.221851184964,-0.538314419318,0.0225434226152,0.72836636846,-0.423310540085
-1470076161868597683,-0.0091370549053,0.00826788786799,0.221748054028,-0.501088517551,0.0188311549997,0.728630193698,-0.466533735127
-1470076161942086886,-0.00906409882009,0.00884483102709,0.221535205841,-0.525417607797,0.0225778512191,0.729307834804,-0.437649014788
-1470076162014070110,-0.00910878926516,0.0094160810113,0.22090870142,-0.548152186536,0.0230457673864,0.727684033722,-0.411672224065
-1470076162086437947,-0.00914423447102,0.00966230314225,0.220621705055,-0.540970356792,0.0213344906382,0.727129571076,-0.422111951321
-1470076162163553520,-0.00910504162312,0.00991293974221,0.220311284065,-0.541839829034,0.0211679807292,0.726956499396,-0.421302461718
-1470076162241121493,-0.00905096810311,0.0100642386824,0.220037922263,-0.549846843215,0.0221259025685,0.726680513328,-0.411235121301
-1470076162323998384,-0.00902695860714,0.0102369952947,0.219692662358,-0.538487132158,0.0226281802438,0.728257022286,-0.423274477673
-1470076162398320541,-0.00909641478211,0.0103023014963,0.219170182943,-0.543545234588,0.0210330608523,0.726630361814,-0.419671902323
-1470076162471117289,-0.0090674366802,0.0103762764484,0.218739017844,-0.560706096638,0.0227624896573,0.726338946499,-0.39689076212
-1470076162549158563,-0.00900983717293,0.0104346340522,0.218492850661,-0.564784698929,0.023988087992,0.726789841597,-0.390152972104
-1470076162627866099,-0.00906044896692,0.0105047561228,0.21816457808,-0.528477401824,0.019677847124,0.726956586713,-0.438016596864
-1470076162699920112,-0.00896417163312,0.0104628978297,0.217444196343,-0.532676407688,0.0218087194964,0.727934809692,-0.431150944898
-1470076162773210581,-0.00888614077121,0.0103650158271,0.217187970877,-0.543269443354,0.0218445518159,0.727116877831,-0.419144573444
-1470076162849829979,-0.00884838495404,0.0102590480819,0.216874241829,-0.532950178912,0.0207451707611,0.727301232976,-0.431933630549
-1470076162924995796,-0.00882108975202,0.0101882601157,0.216590151191,-0.516317667765,0.0196503635929,0.727774451286,-0.450970372885
-1470076163004897545,-0.00874664541334,0.0100895287469,0.216288372874,-0.531847274009,0.020089892482,0.727090228839,-0.433675768837
-1470076163080014998,-0.00874164234847,0.0099978139624,0.215929910541,-0.521727625795,0.0190027260867,0.727059678699,-0.445896181295
-1470076163153305438,-0.00873721484095,0.00988376140594,0.215486004949,-0.518905567801,0.0187693194529,0.727054522601,-0.44919533114
-1470076163226407593,-0.00857150740921,0.00961655005813,0.21490894258,-0.544599030709,0.0229688613443,0.728091830859,-0.415652033551
-1470076163306523705,-0.00864528398961,0.00948070082814,0.215022087097,-0.527246455308,0.0204822218292,0.727988500592,-0.437749239816
-1470076163383274227,-0.00858954992145,0.00927653256804,0.214995905757,-0.543058413677,0.0234356452991,0.728674807734,-0.416618955928
-1470076163454784510,-0.008674220182,0.00912842713296,0.215154767036,-0.528503823511,0.0206015550649,0.728025279849,-0.436163359721
-1470076163527885392,-0.00861931499094,0.00901532638818,0.215274676681,-0.550073389203,0.0242745505519,0.728669545132,-0.40727227586
-1470076163605380375,-0.00868041906506,0.00882841646671,0.215275585651,-0.530986662382,0.0218252963114,0.728725758038,-0.431897661935
-1470076163680218185,-0.00864879507571,0.00867739878595,0.215085566044,-0.537570319085,0.0222857953535,0.728569825919,-0.423919218867
-1470076163752860849,-0.0086451433599,0.00848641432822,0.214805975556,-0.555795133828,0.0243852365586,0.728321864463,-0.400055485147
-1470076163825494905,-0.00868191290647,0.00842580758035,0.214020848274,-0.536637746744,0.0241771352447,0.730156614716,-0.422263795379
-1470076163903333312,-0.00867896340787,0.00827510748059,0.212275981903,-0.527426249772,0.0218470839833,0.729044721318,-0.435704085696
-1470076163979605206,-0.00863235723227,0.00817654374987,0.211309328675,-0.535876432951,0.01946543183,0.726610478303,-0.429528530359
-1470076164053244970,-0.00870542321354,0.00811626575887,0.210565090179,-0.519135134812,0.019835938329,0.728297419598,-0.446864762497
-1470076164127171040,-0.00872210599482,0.00802512466908,0.210789442062,-0.533042875534,0.0220564423644,0.728795673927,-0.429226830311
-1470076164203137103,-0.00868033990264,0.00791691988707,0.210541456938,-0.554683546356,0.0226639790641,0.727293748644,-0.403554594372
-1470076164274295915,-0.00861707609147,0.007803064771,0.210203275084,-0.563123323676,0.0233391852999,0.726903711767,-0.392375328711
-1470076164349284531,-0.00853221677244,0.00768228713423,0.209575295448,-0.549561203179,0.0237484990404,0.728540720026,-0.408224095342
-1470076164432085332,-0.00852612406015,0.00755762774497,0.209380283952,-0.542298842255,0.02243518682,0.728088571901,-0.418683244886
-1470076164510350607,-0.00852066930383,0.00744440266863,0.208627596498,-0.539558988914,0.0224681113978,0.728442252064,-0.421595975859
-1470076164590229076,-0.00844123307616,0.0074111558497,0.208084240556,-0.534297326758,0.0215687412213,0.728168332723,-0.428756382157
-1470076164668081667,-0.0084027601406,0.00742592290044,0.208195030689,-0.540573703144,0.0237466581599,0.729318422677,-0.418701332742
-1470076164748153018,-0.00835475511849,0.00743727711961,0.208528727293,-0.529638491918,0.0230851368862,0.729769914278,-0.431724468323
-1470076164825952689,-0.0082978233695,0.00742619903758,0.208521127701,-0.534406041995,0.0233178802003,0.729472935853,-0.426304696902
-1470076164899372451,-0.00829698890448,0.00742807146162,0.208647474647,-0.521441806179,0.0226932497028,0.730192500283,-0.440910843276
-1470076164976899009,-0.00828862003982,0.00738997524604,0.208171352744,-0.514490010484,0.0223566209838,0.730560036018,-0.448421949042
-1470076165048986496,-0.00826976448298,0.0073296520859,0.207571551204,-0.536247015926,0.0237189213293,0.72964160555,-0.423674023433
-1470076165122741845,-0.00828380323946,0.00735784461722,0.207219198346,-0.521213214019,0.0211314416339,0.729090021212,-0.443077858481
-1470076165195862145,-0.00830493029207,0.00734564615414,0.206484943628,-0.518130251728,0.0219491063503,0.729927416679,-0.445269856778
-1470076165267868904,-0.00822642538697,0.00731729529798,0.20468403399,-0.515039535577,0.0211266697346,0.729312292924,-0.44987945053
-1470076165339869852,-0.00828068796545,0.0072960704565,0.202723309398,-0.51296836944,0.0180990244702,0.72723682536,-0.455699985854
-1470076165417963907,-0.00821061246097,0.00731147592887,0.203108340502,-0.549732029609,0.0235207821889,0.728133464961,-0.408733563132
-1470076165494085375,-0.0082168392837,0.00730547402054,0.202972754836,-0.543282140524,0.0225170334143,0.728024627372,-0.417513641614
-1470076165566670845,-0.00824635848403,0.00730949593708,0.202731758356,-0.521648138742,0.0198307031044,0.72794521437,-0.444506161303
-1470076165642740988,-0.00824679620564,0.0073010167107,0.202482819557,-0.507735211106,0.0190581859427,0.728364523789,-0.459703014388
-1470076165719399911,-0.00825315993279,0.00729096168652,0.202366173267,-0.497392058119,0.0188456628733,0.728935840342,-0.469998427844
-1470076165793879328,-0.00827724486589,0.00725019117817,0.202225297689,-0.498653641959,0.0186786910819,0.728821552218,-0.468844107229
-1470076165865949733,-0.00823210645467,0.00728247361258,0.202037617564,-0.518791861894,0.0208649180153,0.728852030836,-0.446311972027
-1470076165939561728,-0.00822964590043,0.0073444689624,0.20210956037,-0.518154194718,0.0214105239647,0.729353276669,-0.446208043151
-1470076166011106941,-0.00822488963604,0.00746603123844,0.201971188188,-0.537831284528,0.0221605036593,0.728288152251,-0.424078753006
-1470076166086426475,-0.00823798216879,0.00747629441321,0.201998203993,-0.534790023133,0.0218277298364,0.728340630552,-0.42783537401
-1470076166159114854,-0.00831554085016,0.00747520988807,0.201813310385,-0.525199202511,0.0202928603219,0.728022783526,-0.440155454548
-1470076166242233259,-0.00832593720406,0.00746299792081,0.201745733619,-0.525933311896,0.020091738603,0.727803013175,-0.439651279414
-1470076166319320623,-0.00830768700689,0.00744226993993,0.201695427299,-0.526610529396,0.0205403226233,0.728119951335,-0.438293032049
-1470076166394140709,-0.00831002742052,0.00743111688644,0.201577439904,-0.524789776562,0.0197581825606,0.727572480953,-0.441410907883
-1470076166466637320,-0.00831882283092,0.0074261710979,0.201550126076,-0.518708880531,0.0191601977555,0.727598033689,-0.448525456861
-1470076166542960613,-0.0083289379254,0.00749189639464,0.20177270472,-0.525538555869,0.0203610012173,0.728092444269,-0.439631719196
-1470076166621514908,-0.00825592409819,0.00761486077681,0.202604159713,-0.529235195172,0.0228616027056,0.729405508878,-0.432845306006
-1470076166695675503,-0.00824381504208,0.00770788034424,0.203011289239,-0.546503143023,0.0235614258971,0.72853253481,-0.412334232873
-1470076166768443181,-0.0082936193794,0.00781928095967,0.203217342496,-0.531614366499,0.0215986941544,0.728426600255,-0.43164145976
-1470076166844519634,-0.00828494410962,0.00785053241998,0.203085511923,-0.519539332936,0.0204519314825,0.72847860382,-0.446071209347
-1470076166919795772,-0.00821326486766,0.00780740054324,0.202689513564,-0.526321126271,0.0215543519516,0.728899523399,-0.437295056846
-1470076166993463227,-0.0082644270733,0.0077134068124,0.201929956675,-0.53037038142,0.0223546333837,0.72912358342,-0.431956397081
-1470076167066019200,-0.00820848625153,0.00771526806056,0.20157212019,-0.538692351504,0.0235402054503,0.729245511323,-0.421256920861
-1470076167140257621,-0.00818938948214,0.00773003092036,0.20152913034,-0.544281582285,0.0237600478074,0.728755985174,-0.414858690865
-1470076167211394123,-0.00817275885493,0.00779335014522,0.201230600476,-0.541921124837,0.021791586786,0.727599074993,-0.420055005053
-1470076167286348862,-0.00815812684596,0.00781719665974,0.201163366437,-0.537315177089,0.021786926281,0.727936181512,-0.425354729561
-1470076167359852068,-0.00811787974089,0.0078381318599,0.201077595353,-0.53960386538,0.0223248353437,0.728163821944,-0.422026916921
-1470076167433402098,-0.00808302406222,0.00788673665375,0.201043754816,-0.546891756224,0.023141231749,0.728211032137,-0.41241069705
-1470076167506710649,-0.00806335359812,0.00794700812548,0.201007887721,-0.549948366116,0.0233686520772,0.728054168578,-0.408592496655
-1470076167579827104,-0.00808910932392,0.00800743326545,0.200872197747,-0.528629925196,0.0208065256568,0.728175781048,-0.435749380461
+1470148072485586057,-0.0378360040486,0.374558150768,1.35844314098,-0.175597112654,0.0158307993188,0.789049297885,-0.58848640199
+1470148072611479251,-0.0378360040486,0.374558150768,1.35844314098,-0.175597112654,0.0158307993188,0.789049297885,-0.58848640199
+1470148072688230812,-0.0378360040486,0.374558150768,1.35844314098,-0.175597112654,0.0158307993188,0.789049297885,-0.58848640199
+1470148072771508299,-0.0378360040486,0.374558150768,1.35844314098,-0.175597112654,0.0158307993188,0.789049297885,-0.58848640199
+1470148072853224997,-0.0378360040486,0.374558150768,1.35844314098,-0.175597112654,0.0158307993188,0.789049297885,-0.58848640199
+1470148072928604283,-0.0378360040486,0.374558150768,1.35844314098,-0.175597112654,0.0158307993188,0.789049297885,-0.58848640199
+1470148073007669139,-0.0378360040486,0.374558150768,1.35844314098,-0.175597112654,0.0158307993188,0.789049297885,-0.58848640199
+1470148073080576854,-0.0378360040486,0.374558150768,1.35844314098,-0.175597112654,0.0158307993188,0.789049297885,-0.58848640199
+1470148073158595103,-0.037276469171,0.372738927603,1.35079610348,-0.267216220931,0.0282015375871,0.787033724661,-0.555317999705
+1470148073237164691,-0.0365843661129,0.372201561928,1.34595704079,-0.00248816801344,0.00396070038166,0.374672905423,0.927145261442
+1470148073316189507,-0.0362362153828,0.379605293274,1.36959862709,-0.194434546123,0.0195510482871,0.780640562422,-0.593644065149
+1470148073395512002,-0.0353085882962,0.368188291788,1.35113048553,-0.287069194904,0.0310976704318,0.785667279159,-0.54712991025
+1470148073474148943,-0.0360040515661,0.353751659393,1.32644343376,-0.258990579923,0.0309535009987,0.785223773212,-0.561595393739
+1470148073550403278,-0.0361042879522,0.341275781393,1.30550146103,-0.0560221795246,0.0194157268543,-0.402831019676,-0.913351911663
+1470148073624336924,-0.035078663379,0.334346830845,1.29282987118,-0.281789146513,0.0233814814272,0.783312138093,-0.553597577262
+1470148073699062093,-0.0345481000841,0.317952603102,1.26444530487,-0.132387403628,0.0197392148569,0.801925724529,-0.582236267418
+1470148073774023905,-0.034381929785,0.309249997139,1.26134324074,-0.176392447976,0.0233479867798,0.794316092616,-0.580863599154
+1470148073849138363,-0.0335317254066,0.299729257822,1.24603736401,-0.181351111453,0.0185250338566,0.792859332234,-0.581500366969
+1470148073925121934,-0.032517798245,0.286018043756,1.23651599884,-0.0194135270928,0.00331372900968,-0.411998580548,-0.910971626228
+1470148074000349243,-0.0317612886429,0.275363087654,1.22047460079,-0.254375707839,0.0324612035469,0.797180525656,-0.54657339767
+1470148074074027458,-0.0305349994451,0.267618238926,1.21873033047,-0.20843143912,0.0246931968887,0.785847013339,-0.581713892596
+1470148074149193416,-0.0304611828178,0.263355791569,1.2285567522,-0.202998822943,0.0236303444307,0.779590249999,-0.592006863821
+1470148074223984338,-0.0295251496136,0.248009204865,1.21091794968,-0.230572437583,0.0206994203444,0.779034657277,-0.582677344494
+1470148074300955559,-0.0287223998457,0.236100748181,1.18495202065,-0.220541252242,0.0294469109113,0.790409592232,-0.570742596978
+1470148074374177010,-0.028678715229,0.23127399385,1.19456124306,-0.136822852847,0.0113234295725,0.770257353905,-0.622779973696
+1470148074450464291,-0.0282604210079,0.218245640397,1.15670502186,-0.199642910074,0.0222373526585,0.791664309256,-0.576988587456
+1470148074526143831,-0.0273021906614,0.206513866782,1.14133381844,-0.0914261662421,0.0105959947878,0.787251754828,-0.609724245492
+1470148074602058205,-0.0271100215614,0.200590163469,1.13783860207,-0.251530217536,0.033032761452,0.784699078552,-0.565587077697
+1470148074678274567,-0.0269040893763,0.19505611062,1.13376510143,-0.256779754118,0.0316851802183,0.783894214168,-0.564420116777
+1470148074758665997,-0.0260744746774,0.188013985753,1.11980223656,-0.205776927347,0.0218973349991,0.784997123436,-0.58391427375
+1470148074833905668,-0.0256334580481,0.179591983557,1.11331760883,-0.187885381122,0.0230789776501,0.783204599919,-0.592247413685
+1470148074907679668,-0.0256111156195,0.174650683999,1.11272001266,-0.195333771629,0.0174721284604,0.767079350354,-0.610842625108
+1470148074987674607,-0.0249206423759,0.168642729521,1.09862029552,-0.286732630863,0.0304100627629,0.777638301096,-0.558693385633
+1470148075062106012,-0.0245044603944,0.157087936997,1.06397116184,-0.113919453568,0.0136822564627,0.785558179685,-0.608057152155
+1470148075134565232,-0.024461755529,0.153480514884,1.06284224987,-0.194684340128,0.023393384208,0.782139469469,-0.591446200075
+1470148075213803143,-0.024472894147,0.150240242481,1.06292521954,-0.20548057377,0.0209460926647,0.771378473028,-0.601925449167
+1470148075294999273,-0.0244404561818,0.146583050489,1.06058967113,-0.218441770742,0.0213989757474,0.767540182817,-0.602251894471
+1470148075374159070,-0.0243357066065,0.13802793622,1.03063213825,-0.252749862435,0.0247607130775,0.776105846259,-0.577203715797
+1470148075464910507,-0.0239502973855,0.134013876319,1.02346515656,-0.35511007122,0.0364837302618,0.771576443366,-0.526531638922
+1470148075542347578,-0.0236048512161,0.130055293441,1.01485145092,-0.336386207639,0.036052558901,0.770381259288,-0.540423211608
+1470148075622527539,-0.0237574409693,0.125286817551,0.995230078697,-0.169073202691,0.0208609829693,0.782563322901,-0.598810251392
+1470148075704972439,-0.0237674564123,0.121343530715,0.994728386402,-0.210906568217,0.0198618936606,0.766298251106,-0.606556604955
+1470148075781359121,-0.0237831007689,0.11740090698,0.976817131042,-0.260860615211,0.032732575823,0.776991088323,-0.571983536982
+1470148075858655579,-0.0232324525714,0.112914614379,0.959940671921,-0.290136798159,0.0325611127591,0.780698166706,-0.552513153502
+1470148075935736251,-0.022660728544,0.1100852862,0.952518701553,-0.335171988143,0.0366822138027,0.767809709437,-0.544777389076
+1470148076011569943,-0.0226382017136,0.107632763684,0.949766933918,-0.365884370153,0.0375933192706,0.762172395696,-0.532736904356
+1470148076088329051,-0.0227156262845,0.103853948414,0.928394138813,-0.293734021973,0.0263924794767,0.765640062275,-0.571680904353
+1470148076164421020,-0.0221328642219,0.101069316268,0.919955551624,-0.250790581283,0.0204961837519,0.766288650554,-0.591173151305
+1470148076237570438,-0.0221413783729,0.0975021347404,0.898541927338,-0.246824611809,0.0296143079549,0.779392871581,-0.575106386243
+1470148076326870057,-0.0219268035144,0.0960579067469,0.894617915154,-0.209544534139,0.0192626385124,0.774061473093,-0.597117136618
+1470148076406054847,-0.0212422367185,0.0932771489024,0.882203817368,-0.427520412236,0.0524944522737,0.771510371077,-0.468233250553
+1470148076480899144,-0.021403985098,0.0898977145553,0.866728186607,-0.202313800437,0.0207299886844,0.772629117388,-0.60140139731
+1470148076558186104,-0.0213032700121,0.0885063782334,0.864980518818,-0.251368832639,0.0228965671859,0.765653485407,-0.59166223259
+1470148076633220603,-0.0210952516645,0.0870793610811,0.860086917877,-0.241688993976,0.0164007318561,0.756773867215,-0.607133230919
+1470148076707923999,-0.0207388382405,0.0827814489603,0.836143553257,-0.366656547812,0.0328440030021,0.761550779916,-0.533408527325
+1470148076786046452,-0.0210288576782,0.0805500522256,0.822074770927,-0.0580352127611,0.00479938783008,0.764808045631,-0.641621019991
+1470148076861144968,-0.0207330193371,0.0792260915041,0.816936314106,-0.277935717777,0.0180995825148,0.75345057741,-0.595597489331
+1470148076934161231,-0.0206407047808,0.0766840428114,0.797167003155,-0.292575288568,0.0231884154504,0.763253832802,-0.575591508468
+1470148077010932575,-0.0202781967819,0.076014764607,0.793200969696,-0.277707093557,0.0236289795364,0.759346197681,-0.587974313709
+1470148077090070645,-0.0201483499259,0.0752434283495,0.789619624615,-0.178220631205,0.0104526704993,0.751358458257,-0.635286246898
+1470148077162192339,-0.0197479724884,0.0727583020926,0.768556654453,-0.316408778524,0.0257462825661,0.761187314572,-0.565523196644
+1470148077241973451,-0.019412279129,0.0726335123181,0.764297425747,-0.356945629198,0.0298295599792,0.755876438053,-0.548042722372
+1470148077315007747,-0.0192471966147,0.0705336406827,0.745549142361,-0.269351416044,0.0194584202903,0.7602442022,-0.590846797043
+1470148077392859578,-0.0188828743994,0.0701126009226,0.742001593113,-0.29316102404,0.0244613281023,0.757256918847,-0.583112524535
+1470148077469336408,-0.0186425969005,0.0680924877524,0.722616076469,-0.370617491432,0.0370616297783,0.766832938237,-0.52272015025
+1470148077544055839,-0.0184479001909,0.0673094168305,0.719972610474,-0.413344895987,0.0272328097103,0.746014132194,-0.521408942773
+1470148077617811352,-0.0185630097985,0.0663818493485,0.707432866096,-0.236924304218,0.0190208229565,0.76187190033,-0.602541525417
+1470148077699386778,-0.0185198355466,0.0648054331541,0.692156434059,-0.346702656556,0.0272656760952,0.758083348345,-0.551691478823
+1470148077771742821,-0.0186089742929,0.0632824152708,0.67940300703,-0.442509702866,0.036525926857,0.753034756313,-0.485581790558
+1470148077843706834,-0.0188919696957,0.0627323389053,0.66993278265,-0.329408491878,0.0280616611462,0.762042241899,-0.556771236877
+1470148077916119571,-0.0189734753221,0.0613748803735,0.658841669559,-0.330205599667,0.0246202730883,0.752709070064,-0.569022987185
+1470148078005631782,-0.0188150685281,0.0605767667294,0.644145667553,-0.290335637995,0.0257417248538,0.766856381792,-0.571816290969
+1470148078082650464,-0.0184663534164,0.0598924122751,0.6409740448,-0.392472450619,0.0234842715099,0.741639645189,-0.543492871325
+1470148078156180567,-0.0182601176202,0.0583798401058,0.626129031181,-0.442016002161,0.0350661748615,0.750928431899,-0.489386051476
+1470148078230362467,-0.0182778369635,0.0577603206038,0.615614175797,-0.277527627755,0.020897351399,0.758431737279,-0.589341171501
+1470148078304115044,-0.0179789047688,0.0563931800425,0.601507544518,-0.327930263797,0.0243194727026,0.755986736814,-0.565998550436
+1470148078382347145,-0.0177925601602,0.0551565662026,0.591197907925,-0.289371378696,0.0220713768372,0.755316122717,-0.587600726922
+1470148078460967707,-0.0177488513291,0.0538519360125,0.578463435173,-0.273782849757,0.0172568102645,0.752929803289,-0.598198850716
+1470148078538989355,-0.0173398964107,0.0526842027903,0.568444669247,-0.339468386315,0.0263836164583,0.754189499342,-0.561483141829
+1470148078614101835,-0.0169784445316,0.0517131015658,0.560896813869,-0.414542246822,0.0244453450431,0.743066830979,-0.524794088576
+1470148078691765780,-0.0168657619506,0.0509196072817,0.550765872002,-0.391256802605,0.0244425186153,0.74476740036,-0.540039069939
+1470148078764943906,-0.0166395381093,0.0502079166472,0.538887262344,-0.373881970629,0.0241299793293,0.74831122244,-0.54741239528
+1470148078840911208,-0.0163852032274,0.048998657614,0.525115430355,-0.30207171222,0.0204162377217,0.752677208385,-0.584647652771
+1470148078914809230,-0.0162967462093,0.0478053241968,0.512095034122,-0.284026084641,0.0192240488593,0.754680462953,-0.591115063271
+1470148078994746879,-0.0157491993159,0.0471762791276,0.506339132786,-0.478347692283,0.0288921200855,0.740035597827,-0.471906817743
+1470148079069215332,-0.0156267527491,0.0465713888407,0.491112887859,-0.333329145973,0.0243133809798,0.754959823987,-0.564212906726
+1470148079142227985,-0.0153532596305,0.0457785800099,0.481112539768,-0.368707286336,0.0250938389148,0.75133540741,-0.546736080595
+1470148079221064701,-0.0150438193232,0.045400083065,0.47190785408,-0.388712000699,0.0284318743235,0.753131707477,-0.529987962342
+1470148079296748812,-0.0148363411427,0.0446046106517,0.457195788622,-0.292105337295,0.0197229664695,0.75333436387,-0.588874190919
+1470148079370304233,-0.0145046422258,0.0438483543694,0.447839647532,-0.393505996883,0.0261867735039,0.747858784309,-0.534017342454
+1470148079442874628,-0.0142629146576,0.0431922860444,0.439425647259,-0.404752073192,0.0217029752238,0.740661871579,-0.535840211353
+1470148079521907791,-0.0138843888417,0.0429784469306,0.43066623807,-0.414301464379,0.0267556602367,0.745561643028,-0.521321654744
+1470148079605383407,-0.0135288555175,0.0416079387069,0.41598585248,-0.440434668327,0.0249484770234,0.740700481411,-0.50671261408
+1470148079678689433,-0.0134328380227,0.0409849695861,0.405287176371,-0.437117177046,0.0272490420099,0.744830527824,-0.503401974631
+1470148079750593828,-0.0131338313222,0.0406857654452,0.396939486265,-0.397233352617,0.0249580144561,0.74596832998,-0.533960683711
+1470148079823358726,-0.0129298139364,0.0400538109243,0.386541366577,-0.405314355312,0.0251160754197,0.745528677071,-0.528466127389
+1470148079903684134,-0.0125688556582,0.0394604839385,0.372622191906,-0.356012394424,0.0210652458543,0.745577069217,-0.562962045161
+1470148079980865872,-0.0123533196747,0.0388874337077,0.362815350294,-0.38779348673,0.0234533703861,0.745298039671,-0.541845903491
+1470148080054519547,-0.0121851991862,0.0383475832641,0.353063702583,-0.38198446427,0.0214321236014,0.742206529223,-0.550234496477
+1470148080128431880,-0.011964163743,0.0376979336143,0.338065385818,-0.393026593902,0.0240999567282,0.746257659473,-0.536701774032
+1470148080205607245,-0.0116693340242,0.0372316353023,0.328905522823,-0.405461711705,0.0237954541401,0.744062805447,-0.530476312623
+1470148080278923627,-0.0114053422585,0.0366015359759,0.320114284754,-0.435415391837,0.0218131981842,0.738333205062,-0.514588864278
+1470148080354821330,-0.0111203817651,0.0354510098696,0.305475860834,-0.453629211643,0.0244631887895,0.738405969317,-0.498376078093
+1470148080431437527,-0.0110126985237,0.0350287035108,0.295962572098,-0.397779047019,0.0200335474186,0.739894922455,-0.542149417094
+1470148080505036307,-0.0108736138791,0.0343643091619,0.286922007799,-0.440700711242,0.0230285665384,0.739405997275,-0.50845977169
+1470148080581169267,-0.0106851812452,0.0339085198939,0.280479073524,-0.457553129271,0.024881367505,0.73857291467,-0.494505916204
+1470148080653497147,-0.0106829684228,0.0339126028121,0.274434179068,-0.430147737757,0.0245810007888,0.741531767476,-0.51429498921
+1470148080730318832,-0.0106151578948,0.0343053080142,0.274795264006,-0.447995595102,0.0246035056541,0.739837798067,-0.501332870287
+1470148080804392455,-0.0105821918696,0.0354920402169,0.275134623051,-0.4525481039,0.023953912418,0.739000236896,-0.498502832093
+1470148080885255485,-0.0105213737115,0.0364814214408,0.274388104677,-0.459578784235,0.0238811248033,0.73765256039,-0.49405033459
+1470148080964370405,-0.0105338757858,0.0368440970778,0.273527294397,-0.447194447702,0.0252163707395,0.739264337106,-0.502861313361
+1470148081044683093,-0.0105175962672,0.0364989601076,0.273431867361,-0.456589027024,0.0243720800092,0.737809345966,-0.496557983647
+1470148081119197509,-0.010535207577,0.0362857580185,0.273014068604,-0.468758129616,0.0263103356834,0.738675432034,-0.483665368064
+1470148081192012072,-0.0105656059459,0.0358334667981,0.272918492556,-0.477403789027,0.0263646692605,0.737820590905,-0.476457030669
+1470148081264452728,-0.010551340878,0.0351518169045,0.272706151009,-0.504032066508,0.0279307818989,0.736629515945,-0.450053889654
+1470148081338175818,-0.0105462223291,0.0347833968699,0.272716939449,-0.509606426878,0.0280302763277,0.736072796249,-0.444648661209
+1470148081414471992,-0.0105549981818,0.0343712233007,0.27270963788,-0.501865633726,0.0273650805405,0.736366338691,-0.452931179424
+1470148081489629251,-0.0105430753902,0.0336736701429,0.272813856602,-0.482370633409,0.0259042059763,0.736662742636,-0.473260549538
+1470148081563146152,-0.0105301290751,0.0331532359123,0.272836744785,-0.479554473278,0.0258322798586,0.736601215564,-0.476213029753
+1470148081636099086,-0.0105126406997,0.03266036883,0.272955268621,-0.466270672909,0.0248392558669,0.737096792105,-0.488531462673
+1470148081709898638,-0.010487315245,0.0321302488446,0.273133575916,-0.472909523665,0.0246747601406,0.73651033224,-0.483011665638
+1470148081781627556,-0.0104368561879,0.0314908921719,0.273015260696,-0.486216374481,0.0267648782979,0.736899371162,-0.468888681092
+1470148081857140237,-0.0104263080284,0.0306111834943,0.273126125336,-0.485970072721,0.0253711477424,0.735733312507,-0.471047647429
+1470148081933674343,-0.0104074990377,0.0300446823239,0.273123711348,-0.48392018038,0.026108420535,0.736364202849,-0.472130670643
+1470148082009372859,-0.0103895971552,0.0293813347816,0.273158609867,-0.484458753641,0.0260481148555,0.736464595087,-0.471424555911
+1470148082086118818,-0.0103379702196,0.0287084262818,0.273252248764,-0.509501185774,0.027738165504,0.735388570581,-0.445917914115
+1470148082159967544,-0.0103681050241,0.0278443060815,0.273286670446,-0.496585991985,0.0255044956497,0.735061164676,-0.460908838548
+1470148082231185441,-0.0103376833722,0.027121881023,0.273225963116,-0.507828640754,0.0273830761367,0.734868739765,-0.448696082095
+1470148082305821458,-0.0103317163885,0.0265668872744,0.273273020983,-0.508860882942,0.0273488419551,0.735151234712,-0.447062976276
+1470148082379345626,-0.0103177800775,0.0260593257844,0.273295909166,-0.509056164087,0.0276047311025,0.735438587043,-0.446351750656
+1470148082457157783,-0.0102841742337,0.0251019075513,0.273309618235,-0.529621629778,0.0289205144894,0.734260094548,-0.423705849224
+1470148082532653439,-0.0102902548388,0.0246002972126,0.273272335529,-0.520152929114,0.0278589650711,0.734468360251,-0.434995443872
+1470148082605630041,-0.0102779241279,0.0241539422423,0.273205578327,-0.524169509028,0.0290213940788,0.734840483237,-0.429433986413
+1470148082679105980,-0.0102826328948,0.0236961580813,0.273214548826,-0.52354074005,0.0287538837318,0.734736254024,-0.430396264739
+1470148082751504004,-0.0103363320231,0.0229414626956,0.273209750652,-0.510992826158,0.0252245915819,0.733066457574,-0.448178112333
+1470148082824205163,-0.0103377914056,0.022481398657,0.273177027702,-0.49961519536,0.0250503057052,0.73404898678,-0.45927031665
+1470148082895667039,-0.0103232776746,0.0220256969333,0.273178100586,-0.505019896135,0.0249677612312,0.73337802841,-0.454409708142
+1470148082967475255,-0.0103000150993,0.0216246042401,0.273146182299,-0.516697262462,0.0267034059155,0.733790374291,-0.440298255362
+1470148083039886323,-0.0103194126859,0.0209754295647,0.273246794939,-0.513747740783,0.0255188938678,0.733171858882,-0.444827011589
+1470148083112304546,-0.0103335818276,0.0206172075123,0.273176044226,-0.493339913432,0.0243298611157,0.734055177682,-0.466033028649
+1470148083183977494,-0.0102980481461,0.0202002674341,0.273169755936,-0.511480374415,0.026437002057,0.734142199273,-0.445784861517
+1470148083259589218,-0.0102523015812,0.0198039729148,0.273176401854,-0.529464589781,0.0281077351141,0.733574529311,-0.425141874368
+1470148083336484691,-0.0102504594252,0.0194585099816,0.27312797308,-0.525281449941,0.0285084679541,0.734425905955,-0.428818439744
+1470148083413121974,-0.0103197330609,0.0191141217947,0.27326464653,-0.5012661076,0.0240214219768,0.733297996294,-0.458725745178
+1470148083485258343,-0.0103162685409,0.0187035854906,0.273221880198,-0.507618823589,0.0247099554211,0.733110103456,-0.451953674895
+1470148083559129141,-0.0103084435686,0.0182173382491,0.273228734732,-0.510051473137,0.0245830730104,0.732624617485,-0.450004819004
+1470148083636557608,-0.0102463122457,0.0180076304823,0.27314722538,-0.531463030586,0.0285569954762,0.733744890164,-0.422315026122
+1470148083710810597,-0.010328033939,0.0176966376603,0.273243606091,-0.505643315582,0.0240504780033,0.732793927334,-0.454708117342
+1470148083785849478,-0.0102679301053,0.0173603650182,0.273112386465,-0.523829342765,0.0274272831297,0.733536857309,-0.432173857107
+1470148083864001486,-0.0102227637544,0.0170397367328,0.273092150688,-0.538738338944,0.0296959502209,0.733830736336,-0.412760951522
+1470148083944592942,-0.010329304263,0.0168068669736,0.273234575987,-0.495271970267,0.0238974825249,0.733718327382,-0.464534177279
+1470148084022123694,-0.0102587547153,0.0165299791843,0.273109316826,-0.530865771732,0.0284037145265,0.733620666878,-0.423291245519
+1470148084096035031,-0.010323099792,0.0163193717599,0.273237258196,-0.504691814544,0.0244215314621,0.73324965954,-0.455010656929
+1470148084168681700,-0.0102481711656,0.016027636826,0.273031294346,-0.534382642085,0.0284350170318,0.733231371276,-0.419521629742
+1470148084240843716,-0.0103107644245,0.0158545877784,0.273218125105,-0.51289129357,0.0251448548726,0.732912560483,-0.44626162275
+1470148084314705051,-0.0102844573557,0.0156487934291,0.273178368807,-0.536762289612,0.0276823517921,0.73252052435,-0.417772202589
+1470148084391824878,-0.0103180874139,0.0154065890238,0.273234933615,-0.50860465672,0.025333402118,0.733610350981,-0.449994860897
+1470148084471181151,-0.0103324549273,0.0152384629473,0.273186445236,-0.518063019964,0.0242174716863,0.73185854979,-0.442048961666
+1470148084543606808,-0.0102988677099,0.0150290252641,0.273215085268,-0.521614443883,0.0267285070832,0.733085933019,-0.435647763281
+1470148084619092374,-0.0103149134666,0.014909398742,0.273192882538,-0.509093067539,0.0250553455922,0.733360174511,-0.449865905223
+1470148084692874446,-0.0102680502459,0.0146524338052,0.273102104664,-0.533448059525,0.0280157784197,0.733153064005,-0.420873934438
+1470148084766325688,-0.0102907912806,0.0144784841686,0.273142516613,-0.520520230942,0.0264008603022,0.73319523765,-0.436791056734
+1470148084843535344,-0.0103419823572,0.0143353966996,0.273219376802,-0.509029223094,0.02392131082,0.732519501979,-0.451367034846
+1470148084922850159,-0.0102660898119,0.0141342552379,0.273127436638,-0.530491546517,0.0281062023474,0.733211936457,-0.424486768581
+1470148084997105913,-0.0103268669918,0.0138967595994,0.273198753595,-0.507048242858,0.0243447342261,0.733056839056,-0.452699772523
+1470148085079719028,-0.0102733932436,0.0137279834598,0.273139476776,-0.528604289566,0.0275025983366,0.733112353027,-0.427044950768
+1470148085153966880,-0.0103035494685,0.0135065140203,0.273224413395,-0.525147661678,0.0265107324049,0.732838849736,-0.431815162794
+1470148085226972481,-0.0103434091434,0.013337935321,0.273155659437,-0.508011390389,0.0238736484511,0.732521353499,-0.452511815107
+1470148085304897506,-0.0102770039812,0.0132055627182,0.273011773825,-0.522861266097,0.0284385621552,0.734399087589,-0.431816309033
+1470148085379172982,-0.0103207845241,0.0130475014448,0.273149192333,-0.510603226673,0.0258892571661,0.733808150282,-0.447369746244
+1470148085451637127,-0.0103372782469,0.0129295745865,0.273102939129,-0.508247672717,0.0251553896067,0.733621647489,-0.450389595669
+1470148085527792673,-0.0103573454544,0.0128618655726,0.27303943038,-0.499474582145,0.023480231294,0.732952829244,-0.461252610434
+1470148085604052098,-0.0102896727622,0.0127643439919,0.273081034422,-0.529546353358,0.0273090362641,0.732793755434,-0.426436616838
+1470148085679392531,-0.0102866822854,0.0127311749384,0.273017138243,-0.518192679507,0.0280924472791,0.734539289885,-0.437194685383
+1470148085752641392,-0.0103040486574,0.0125726163387,0.273198068142,-0.521171259869,0.026748144169,0.733542177316,-0.435408921325
+1470148085824871550,-0.0103266062215,0.0124695152044,0.273207187653,-0.524149252841,0.0260250516016,0.732662176691,-0.433354811075
+1470148085898743575,-0.0103673152626,0.0123428301886,0.273056447506,-0.499559347355,0.0244581034129,0.733448754559,-0.460320740444
+1470148085975272984,-0.0103426584974,0.0121303331107,0.273008495569,-0.507543643779,0.0264985544756,0.734475824921,-0.449713841101
+1470148086049431168,-0.0103691639379,0.0120375268161,0.273045390844,-0.501084610473,0.0257438400351,0.73473528264,-0.456525500155
+1470148086123962746,-0.010389813222,0.0119690261781,0.272859364748,-0.487151492138,0.0246235824051,0.735046090237,-0.470939856164
+1470148086196676146,-0.0103699266911,0.0118480930105,0.27282372117,-0.49366188196,0.0257668356888,0.735157542926,-0.463872184504
+1470148086277081679,-0.0103720957413,0.0117952292785,0.27291238308,-0.502859867508,0.0272589814471,0.73529474081,-0.453575292225
+1470148086352705707,-0.0103742918,0.0117689669132,0.272948920727,-0.503928189453,0.0271497438093,0.735317460123,-0.452357716994
+1470148086431110185,-0.0104119246826,0.0118180373684,0.272852212191,-0.482795447301,0.0247691168291,0.735288551957,-0.475021886104
+1470148086506014276,-0.0103566171601,0.0117610022426,0.272887080908,-0.511803905453,0.0281314395504,0.735205294618,-0.443552205763
+1470148086582200519,-0.0103855840862,0.011725647375,0.272876381874,-0.501501616953,0.0264937743451,0.735034265183,-0.455542354914
+1470148086658254211,-0.01038606558,0.0116858482361,0.272877335548,-0.493101807706,0.0263355545392,0.735900602167,-0.463257325398
+1470148086735086369,-0.0104116043076,0.011518554762,0.272849440575,-0.495036759311,0.0251698528543,0.734623534865,-0.463285384467
+1470148086813942323,-0.0103627564386,0.0112498542294,0.272780686617,-0.510038507269,0.0278205834615,0.735279486191,-0.445478185129
+1470148086892292193,-0.0103711783886,0.0111279860139,0.272779166698,-0.486824283414,0.0256372631558,0.736097703699,-0.469579618835
+1470148086964992836,-0.0103447269648,0.0110339717939,0.272795915604,-0.501599601252,0.0255962611725,0.734246093191,-0.456755236501
+1470148087037535069,-0.0103602511808,0.0110162571073,0.272681325674,-0.488219968809,0.0250136898122,0.735270736793,-0.469459818295
+1470148087120656893,-0.0103632463142,0.0109770158306,0.27273607254,-0.488702045542,0.0239575444897,0.734046210648,-0.470927284597
+1470148087193701206,-0.0103172361851,0.0111887296662,0.272722810507,-0.509972363212,0.0268246504896,0.734624501764,-0.446693931339
+1470148087270696304,-0.0103945359588,0.0113195916638,0.272654742002,-0.486269028448,0.0221007371228,0.732676707987,-0.475645698986
+1470148087347622862,-0.0103598283604,0.0114383231848,0.27261286974,-0.490022872144,0.02447490768,0.734545884725,-0.468743967324
+1470148087422158023,-0.0103380838409,0.0115053066984,0.272744715214,-0.511713784867,0.0259292319476,0.733628901942,-0.446391433098
+1470148087497121960,-0.0103949606419,0.011392628774,0.272663712502,-0.481300531965,0.0226718801929,0.733446680765,-0.479470280887
+1470148087577531298,-0.0102675883099,0.0110947275534,0.272678941488,-0.525549300838,0.0271762030386,0.733048475252,-0.430928438732
+1470148087657103394,-0.0103220185265,0.0108302338049,0.272523909807,-0.499636371311,0.0232675129495,0.732463983259,-0.461864300994
+1470148087731246646,-0.010323246941,0.0108368536457,0.272466391325,-0.520951378656,0.0243986940893,0.731275950436,-0.439601921194
+1470148087804801663,-0.0104051735252,0.0111995749176,0.272201836109,-0.483700538129,0.0223570051865,0.733689953841,-0.476689632114
+1470148087877447192,-0.0104129053652,0.011414218694,0.272110551596,-0.511584163421,0.0249587612956,0.732736270409,-0.448058324327
+1470148087952248919,-0.0104368906468,0.0117693170905,0.272003114223,-0.501558534736,0.0237909314233,0.732839261109,-0.459151004782
+1470148088036798680,-0.0104334102944,0.0120166223496,0.271988093853,-0.516318179995,0.0247648318274,0.732291277693,-0.443341544101
+1470148088111572917,-0.0104401055723,0.0122429449111,0.271966844797,-0.517117319098,0.0244588187925,0.731914395737,-0.44304938978
+1470148088189285872,-0.0104046771303,0.0124496901408,0.272007197142,-0.53422929968,0.0276068647114,0.732640867667,-0.42080194321
+1470148088263526484,-0.0104386918247,0.0127946492285,0.27202090621,-0.51829028108,0.0246001473486,0.73180570442,-0.441848874918
+1470148088341195170,-0.010468413122,0.0130186397582,0.272038072348,-0.510363932307,0.0226645431929,0.731308101878,-0.45188874207
+1470148088417377607,-0.0104397572577,0.0131605444476,0.272105902433,-0.53191476439,0.0239299296036,0.729864310163,-0.428709844351
+1470148088495076472,-0.0104006985202,0.0133333932608,0.27206364274,-0.541961053672,0.0265726043954,0.731010750848,-0.413757652669
+1470148088569697561,-0.0104690389708,0.0136181591079,0.271966606379,-0.515898783974,0.0233318968026,0.731024203492,-0.445990673888
+1470148088642921462,-0.0104248793796,0.0138828717172,0.272110134363,-0.535636526026,0.0252521866198,0.730716944763,-0.422502764126
+1470148088716165639,-0.0104482779279,0.0141221256927,0.272095173597,-0.519361575054,0.0231322426929,0.73027537467,-0.443200102501
+1470148088787041012,-0.0103105008602,0.0144856832922,0.27257874608,-0.564515566423,0.0239181295447,0.726766711736,-0.39058961207
+1470148088858626440,-0.0102758016437,0.015007680282,0.272728145123,-0.568250344115,0.023984819151,0.726539544751,-0.385560066366
+1470148088947024287,-0.0103106014431,0.0158832892776,0.27278354764,-0.565016542928,0.0219379841394,0.725442737575,-0.392438358942
+1470148089027430962,-0.0102894194424,0.0165454875678,0.272765100002,-0.589795390499,0.0253128918346,0.725194593674,-0.354391670556
+1470148089101503744,-0.0103125767782,0.0167953968048,0.272711396217,-0.581236246754,0.0228656244617,0.724537422346,-0.369712201985
+1470148089175142054,-0.010325204581,0.0167961642146,0.272734701633,-0.584343310971,0.0227163159013,0.724161817258,-0.365535943981
+1470148089252695578,-0.0103155514225,0.0167834945023,0.272771686316,-0.590244072389,0.0230824984729,0.723767604962,-0.356706584298
+1470148089327480438,-0.0102469716221,0.0166607704014,0.272760212421,-0.592729738745,0.0269250894791,0.725750353283,-0.348185182156
+1470148089400517966,-0.0102391783148,0.0165889002383,0.272778153419,-0.594804254433,0.0272297354283,0.725744212214,-0.344618308937
+1470148089475097999,-0.010285442695,0.0164627153426,0.272732257843,-0.565060147561,0.0239412189083,0.726556446771,-0.390191718685
+1470148089548958529,-0.0102555798367,0.0163111332804,0.27266061306,-0.584247373211,0.0251446293276,0.725614469969,-0.362638105393
+1470148089624088828,-0.0102363238111,0.0160352084786,0.272709220648,-0.573585568196,0.0256282331467,0.726937565434,-0.376702224023
+1470148089699478061,-0.0102244541049,0.0157990641892,0.272679597139,-0.586512202639,0.0264829337119,0.726106155697,-0.357871402931
+1470148089771532393,-0.0102754421532,0.0155072528869,0.272741556168,-0.560460054288,0.0235831002667,0.726584275846,-0.396741294829
+1470148089846777163,-0.0101913744584,0.0152739938349,0.27268704772,-0.587286269377,0.028212730117,0.72696807617,-0.35470592875
+1470148089922236720,-0.0102448193356,0.0148787321523,0.272701710463,-0.571072260398,0.0248256953018,0.726648206104,-0.381106996554
+1470148089997768252,-0.0102779259905,0.0145554635674,0.272719830275,-0.558782604811,0.0234233857364,0.726679493497,-0.398936410086
+1470148090074082295,-0.0101866619661,0.014294619672,0.272668898106,-0.582673695319,0.0279416394769,0.727304250883,-0.36157869989
+1470148090145430671,-0.0102767394856,0.0140273896977,0.272680193186,-0.558891849278,0.0228734786287,0.726409538965,-0.399306757377
+1470148090217986386,-0.0102612124756,0.0136118680239,0.272659868002,-0.545097980707,0.0233190736631,0.727996495168,-0.415145173712
+1470148090294106115,-0.010216881521,0.0133228907362,0.272717237473,-0.563685618441,0.0258004011701,0.728055347602,-0.389266327454
+1470148090371242933,-0.0102653121576,0.013093280606,0.272622197866,-0.540938154266,0.0224299281893,0.727744077477,-0.421036066482
+1470148090444911590,-0.0101651307195,0.0128817949444,0.272586405277,-0.572196004863,0.0284034876043,0.728781335869,-0.375050314491
+1470148090516757088,-0.010248712264,0.0126250088215,0.272628456354,-0.552929327215,0.0237513718963,0.727632251191,-0.405285502413
+1470148090589876457,-0.010237432085,0.012252798304,0.272641807795,-0.544987598742,0.0243192716032,0.728673773495,-0.414043019583
+1470148090664662449,-0.0102602718398,0.0120740579441,0.272608488798,-0.546873964976,0.0227042111052,0.727585714181,-0.413560653048
+1470148090741003395,-0.0102278403938,0.0118296025321,0.272682458162,-0.558694402803,0.0256114652178,0.728251379936,-0.396048664619
+1470148090815017616,-0.0102432239801,0.0116708949208,0.272602528334,-0.556147729348,0.0238504271913,0.727475498531,-0.401136210409
+1470148090890749677,-0.0102168666199,0.0113071734086,0.272600203753,-0.552437305305,0.0250530654352,0.728515993166,-0.404289271836
+1470148090966214788,-0.0102485911921,0.0111789712682,0.272653728724,-0.558714199322,0.0237333480982,0.727135863862,-0.398181625831
+1470148091041878141,-0.0102314222604,0.0109787471592,0.272727996111,-0.551304289984,0.02476946428,0.728462807389,-0.405945799012
+1470148091114478392,-0.0102181993425,0.0108186695725,0.272598743439,-0.554280489075,0.0251191122851,0.728411675883,-0.401943528454
+1470148091184066937,-0.0102398879826,0.0106552485377,0.272624880075,-0.549551447933,0.0236643186823,0.728029047872,-0.409153897146
+1470148091257655482,-0.0102174943313,0.0104415332898,0.272644042969,-0.555830283943,0.0254926173242,0.728461864764,-0.399682540898
+1470148091338378121,-0.0102262869477,0.0103161819279,0.272599220276,-0.555317101525,0.0248305196767,0.728088055406,-0.401116124858
+1470148091413415229,-0.0102404430509,0.0102496119216,0.272530913353,-0.537526128627,0.0228629438623,0.728629707056,-0.423841594038
+1470148091492867699,-0.0102225383744,0.0100566130131,0.272700965405,-0.546708728563,0.0249900603484,0.729074300807,-0.411017915546
+1470148091571546278,-0.0102107636631,0.00950665865093,0.272739201784,-0.550379191756,0.0260403700955,0.72951827092,-0.405225538189
+1470148091644429095,-0.010245943442,0.00910729821771,0.272939920425,-0.556790611051,0.0265627810579,0.729120711124,-0.397066269933
+1470148091716666659,-0.0102548105642,0.00871162675321,0.273042798042,-0.549576406927,0.0268369715477,0.730252390566,-0.404940731441
+1470148091795395901,-0.0102564096451,0.00877545028925,0.272931069136,-0.541656440916,0.0244101000116,0.729314177766,-0.417268830781
+1470148091869856290,-0.0102112302557,0.00849766563624,0.27262404561,-0.54016339893,0.0249383317768,0.729649408816,-0.418584904504
+1470148091943400504,-0.0102076623589,0.00833115540445,0.272367984056,-0.540734396578,0.0232950679514,0.728671090993,-0.419645199327
+1470148092017358599,-0.0102614667267,0.00818544626236,0.272119253874,-0.507783045339,0.0188443226004,0.727787249255,-0.460572459221
+1470148092096934947,-0.010230624117,0.00805207993835,0.271447598934,-0.539374547463,0.0226838023358,0.728374951663,-0.421936573967
+1470148092172602498,-0.0103317759931,0.00804401375353,0.270679950714,-0.493800358087,0.0206751356476,0.731046970954,-0.470429666771
+1470148092246446933,-0.0103033939376,0.00799877755344,0.270326822996,-0.490576144901,0.0201602031552,0.730853739153,-0.474111193951
+1470148092331988118,-0.0102753313258,0.00791930779815,0.270101547241,-0.503029752532,0.0197614244948,0.729132102478,-0.463612911065
+1470148092410374194,-0.0101792784408,0.00785715784878,0.26968061924,-0.52547386131,0.021580330791,0.728616593353,-0.438781688648
+1470148092485714012,-0.0101174991578,0.0078293196857,0.269465237856,-0.550696650516,0.0238210830122,0.727951431477,-0.407740687846
+1470148092564972565,-0.0100881531835,0.00780961522833,0.269270241261,-0.54963009197,0.0244314720705,0.728473178506,-0.408211579173
+1470148092640549814,-0.0101283388212,0.00778562482446,0.268254429102,-0.540760639802,0.0258605816813,0.730538742292,-0.41619983994
+1470148092714718380,-0.010194840841,0.00770054757595,0.26774084568,-0.519045110836,0.0238433562994,0.730960422645,-0.442403128159
+1470148092791681899,-0.010209126398,0.00755436066538,0.267552614212,-0.503263422088,0.0215222845546,0.730888877278,-0.460504254406
+1470148092865934140,-0.0100977038965,0.00718381302431,0.267314940691,-0.535884678115,0.0262560923773,0.731345618794,-0.421036596089
+1470148092942100592,-0.0100528886542,0.00676499819383,0.267070919275,-0.532736636794,0.0270357937577,0.732318355087,-0.423285445623
+1470148093022817680,-0.0101153440773,0.00645335717127,0.266829103231,-0.495868041703,0.0204722221,0.730538366451,-0.469051669311
+1470148093099217607,-0.0100052608177,0.00650644721463,0.266547858715,-0.533840119426,0.024860300576,0.730408843235,-0.425322952674
+1470148093177346210,-0.00997713860124,0.00690026441589,0.266406953335,-0.548694740411,0.0250843240324,0.729013465127,-0.408465697699
+1470148093253119698,-0.0099355103448,0.00743028055876,0.266402602196,-0.567068462712,0.0272732533941,0.728729517926,-0.382939705372
+1470148093327439946,-0.00996101461351,0.00788657460362,0.266276627779,-0.572838062262,0.0263387774134,0.727508799819,-0.376687893905
+1470148093404531232,-0.00996295083314,0.00862481165677,0.266101777554,-0.575057483963,0.0255879703917,0.726898751853,-0.374529505464
+1470148093480342162,-0.00999888405204,0.00872699916363,0.265902131796,-0.569217045677,0.0264932059124,0.727995461669,-0.381198993624
+1470148093552814130,-0.0100471535698,0.0086537078023,0.265697777271,-0.561325093027,0.0257272096339,0.728315688325,-0.392184279087
+1470148093627004067,-0.0100936042145,0.00869604945183,0.265501439571,-0.544993638788,0.0255709176034,0.729924537607,-0.411750204921
+1470148093704240078,-0.010136205703,0.00877523235977,0.265287041664,-0.533868794016,0.0252472882292,0.730774827516,-0.424634945196
+1470148093779731437,-0.0101460944861,0.00883851014078,0.26509308815,-0.534337731083,0.0239394161127,0.729672643583,-0.426013998248
+1470148093853468090,-0.0101454751566,0.008923987858,0.264918327332,-0.526479340212,0.0225110090499,0.729281974686,-0.436417873373
+1470148093931686334,-0.0100858639926,0.00897149462253,0.264815181494,-0.538101513329,0.024785573829,0.730076249143,-0.420501019167
+1470148094006331141,-0.0100366957486,0.00906684994698,0.26470798254,-0.537650775279,0.025791529092,0.730868943043,-0.419639165193
+1470148094084802870,-0.0100198304281,0.00922411493957,0.264704793692,-0.536603582166,0.0251852512937,0.730525440494,-0.421609866483
+1470148094161423681,-0.0099911224097,0.00919978693128,0.264477550983,-0.537369137379,0.0259092123149,0.73095510547,-0.41984253798
+1470148094234926954,-0.00996694527566,0.00914478674531,0.264259874821,-0.526053308935,0.0249397669041,0.731503901394,-0.433068085215
+1470148094308908489,-0.00993279460818,0.00902727525681,0.264028310776,-0.542647011667,0.0256186559041,0.730127546772,-0.414477587624
+1470148094383635687,-0.00987458415329,0.00888923183084,0.263755530119,-0.541939364843,0.0266223959751,0.731086434194,-0.413649124988
+1470148094463769008,-0.00984411686659,0.00871880259365,0.263321608305,-0.556605249445,0.0254320210576,0.72844981752,-0.398628488635
+1470148094540052734,-0.00985401775688,0.0086615504697,0.262923270464,-0.566786727351,0.0253130123831,0.727395345339,-0.386015632691
+1470148094616677031,-0.00996243488044,0.00863622315228,0.262187719345,-0.536842007731,0.0245651772125,0.729892624944,-0.422438121925
+1470148094690065731,-0.00992501713336,0.00858565699309,0.261798650026,-0.541067329046,0.025592606235,0.730313656476,-0.416212838713
+1470148094763104591,-0.0098692746833,0.00854974612594,0.261298596859,-0.549742330944,0.0256355121908,0.72936602823,-0.40638822196
+1470148094836861491,-0.00992611888796,0.00852946937084,0.261044859886,-0.519427145228,0.0205981671117,0.728438375979,-0.446260785543
+1470148094917372786,-0.00994866527617,0.00845020264387,0.258353561163,-0.41882684887,0.0129707544547,0.728886915081,-0.541423766766
+1470148094990781873,-0.00978078879416,0.00839466042817,0.256352186203,-0.538321733228,0.0239345100841,0.729328923989,-0.421563958842
+1470148095061000858,-0.00976370926946,0.00840396434069,0.256179362535,-0.524403731429,0.0225882162028,0.729536465969,-0.438482660745
+1470148095134834879,-0.009760344401,0.00837745144963,0.25625538826,-0.546788829443,0.0240209981251,0.728463746376,-0.412050406942
+1470148095209365451,-0.00976480450481,0.00837715622038,0.256045073271,-0.528184988411,0.0217474050685,0.728535142048,-0.435642301885
+1470148095283417494,-0.00977523718029,0.00838333368301,0.255580127239,-0.496391964537,0.0177761486138,0.727947293707,-0.472622220879
+1470148095367727189,-0.00969064608216,0.00837474502623,0.255295038223,-0.520113755081,0.0205903892795,0.728402188968,-0.445519885921
+1470148095447573058,-0.00963244028389,0.008355287835,0.25495532155,-0.554964683828,0.0236281392575,0.727661358669,-0.402448577881
+1470148095520516898,-0.00966536067426,0.00834727846086,0.254462689161,-0.529578673444,0.0232509731372,0.729827325436,-0.431691899309
+1470148095593966282,-0.00973259005696,0.00830592866987,0.253902882338,-0.520342102872,0.0229745932585,0.730420664923,-0.44181660935
+1470148095671475105,-0.0096994638443,0.00816806219518,0.253589093685,-0.527629903836,0.0222412697365,0.729035365328,-0.435453150867
+1470148095747282798,-0.0096621401608,0.0081467134878,0.253437668085,-0.540785712741,0.0229865459763,0.728254994115,-0.42031785014
+1470148095820732104,-0.00962434709072,0.00812488421798,0.253211706877,-0.545731319954,0.0234140130566,0.728054802838,-0.41420443561
+1470148095898275263,-0.00959674548358,0.00816942658275,0.253053098917,-0.543018905467,0.0236911125072,0.72855456537,-0.416866219274
+1470148095976790964,-0.00959918927401,0.00825733784586,0.252837628126,-0.538910918075,0.0223206617717,0.728079003467,-0.42305764991
+1470148096051859535,-0.00958312768489,0.00833416450769,0.25267252326,-0.533360297896,0.0218603852559,0.728318938604,-0.429651533054
+1470148096130945930,-0.00957300979644,0.00849233660847,0.252053201199,-0.531834730329,0.0244779231197,0.730482330221,-0.427724462862
+1470148096206952422,-0.0096525317058,0.00854073092341,0.251560628414,-0.526372504658,0.023797384861,0.730655882913,-0.434174678648
+1470148096286821904,-0.00968860648572,0.00863358471543,0.251336097717,-0.506173782517,0.0213086798725,0.730544641577,-0.457863045809
+1470148096360386514,-0.00960321165621,0.00870722346008,0.251083254814,-0.528693835427,0.0239152921532,0.730420057254,-0.431737683257
+1470148096433296522,-0.00961458403617,0.00881880801171,0.250727593899,-0.524874802984,0.0200000140355,0.727480033457,-0.441451290125
+1470148096510156829,-0.0095367655158,0.00886543467641,0.250527203083,-0.550049420165,0.022662895878,0.727087598078,-0.410214155348
+1470148096585387420,-0.00949418824166,0.00894494913518,0.250215381384,-0.551983373968,0.0233208006102,0.727432994194,-0.406954216196
+1470148096659477475,-0.00958384759724,0.00902826618403,0.24951633811,-0.532609992252,0.0208339070122,0.727417029599,-0.432153918785
+1470148096734058098,-0.00954746082425,0.00908850226551,0.250408470631,-0.564623732973,0.0237368468323,0.726665692464,-0.390632274219
+1470148096811571480,-0.0095437746495,0.00918276794255,0.250961780548,-0.562369934931,0.0276905617435,0.729479752689,-0.388371702745
+1470148096884833067,-0.0095320623368,0.00922833196819,0.250885426998,-0.56067484965,0.0274298756623,0.729472883893,-0.390846039452
+1470148096958215529,-0.00956360436976,0.00922232214361,0.2505222857,-0.55313416792,0.0223199572525,0.726680056768,-0.406792953336
+1470148097042190696,-0.00953562278301,0.00920363049954,0.250281244516,-0.565227587672,0.0234885532721,0.726460682577,-0.390155018767
+1470148097127427172,-0.00954009685665,0.00923983752728,0.249949023128,-0.549210782164,0.0242458622894,0.728483714041,-0.408767823211
+1470148097201834094,-0.00960505753756,0.00924390088767,0.249287813902,-0.535997743618,0.0241734011765,0.729809873422,-0.423673947945
+1470148097281311487,-0.00956206209958,0.00929341651499,0.248785689473,-0.542068942311,0.0246119608641,0.729657625728,-0.416119288644
+1470148097355309598,-0.00956926494837,0.00934624671936,0.248538061976,-0.529169803477,0.022285236885,0.729117792804,-0.433439651534
+1470148097427108282,-0.00949245411903,0.00937813520432,0.248256474733,-0.539040871861,0.0243359091876,0.729724758976,-0.419933897327
+1470148097500951778,-0.00941624585539,0.00942487642169,0.247691124678,-0.56677435567,0.0281974238132,0.729483474351,-0.381871176831
+1470148097572849879,-0.00952974986285,0.00945682451129,0.247092559934,-0.549129986526,0.0235917531859,0.728019381403,-0.409740731904
+1470148097650838871,-0.00953997671604,0.0094780176878,0.24658703804,-0.539265337746,0.0234302863887,0.728916669068,-0.421099046236
+1470148097724997013,-0.00947016756982,0.00951496325433,0.24630984664,-0.549361005391,0.0254320812344,0.729254320735,-0.407116482951
+1470148097800376294,-0.00941207353026,0.00952717475593,0.245903491974,-0.558662780615,0.0261148168081,0.728831651382,-0.394991566798
+1470148097872567160,-0.00947299599648,0.00956556480378,0.245573237538,-0.527291178756,0.0220204350564,0.728922367246,-0.436063407975
+1470148097943479371,-0.00946376379579,0.00956022832543,0.245142668486,-0.524476917401,0.0223748646574,0.729418941455,-0.43860156907
+1470148098016031812,-0.0094693377614,0.00956089887768,0.244378507137,-0.54201041929,0.0249838490596,0.729721422012,-0.416061484548
+1470148098093336215,-0.00941038038582,0.00957129057497,0.2441188097,-0.565940735809,0.026605383046,0.728218774658,-0.385617236881
+1470148098168974400,-0.00940834730864,0.0096090529114,0.243812978268,-0.552900946352,0.0243073177586,0.728143325416,-0.404372347569
+1470148098243314680,-0.0094129582867,0.00960851926357,0.243502080441,-0.537417962966,0.0226044844143,0.728497789014,-0.424219214284
+1470148098315517696,-0.00937983393669,0.00962038431317,0.243065565825,-0.547196965957,0.0248562691658,0.72916814086,-0.410209054855
+1470148098392267345,-0.00942395720631,0.00963448919356,0.242212608457,-0.538672865283,0.0257122417178,0.730743254088,-0.418550739384
+1470148098467212691,-0.00938596576452,0.00963224563748,0.241911098361,-0.546483717173,0.0260169626865,0.730041684377,-0.409533641585
+1470148098540710161,-0.00943169929087,0.00960898958147,0.241672575474,-0.530687176798,0.0211736375133,0.72788391598,-0.433713963708
+1470148098613026177,-0.00938805285841,0.00959687866271,0.241428956389,-0.538421893661,0.0217403061387,0.727580630296,-0.424565248147
+1470148098684770291,-0.0093302866444,0.00962912198156,0.240793392062,-0.554935692001,0.0253698904843,0.728526894136,-0.400813311806
+1470148098757509130,-0.00935293920338,0.00964820757508,0.240095570683,-0.548248475088,0.0265485930012,0.730212553017,-0.406827247353
+1470148098839668302,-0.0093590086326,0.00965780671686,0.239782854915,-0.54833234039,0.0254046231653,0.729475505559,-0.408107505926
+1470148098912418944,-0.0093731386587,0.00965926982462,0.239517614245,-0.530643652847,0.022295364954,0.728955217918,-0.431908000233
+1470148098984997888,-0.00932646449655,0.00962480064481,0.239268139005,-0.538463119094,0.0228467160545,0.728583061185,-0.42273185342
+1470148099059622563,-0.00930137000978,0.00963657815009,0.238562479615,-0.542075676512,0.024809990433,0.729413680643,-0.416526239029
+1470148099132829169,-0.00931265112013,0.00963065680116,0.237952724099,-0.554330066217,0.0263354539909,0.729268843154,-0.400239398305
+1470148099207131305,-0.00936700776219,0.00964900478721,0.237680017948,-0.531398138063,0.0223197109473,0.728698113838,-0.431412689029
+1470148099287412311,-0.00933946669102,0.00965614896268,0.237431704998,-0.529477900622,0.0220103189434,0.728732856816,-0.433724707632
+1470148099361116017,-0.00921192020178,0.00970588531345,0.236908346415,-0.539657040914,0.0259952514815,0.730760449399,-0.417233376766
+1470148099433700318,-0.00919115636498,0.00971012655646,0.23648327589,-0.547798020172,0.0277700448224,0.731102663544,-0.405752448009
+1470148099509655085,-0.00927132181823,0.00969003234059,0.235863849521,-0.546844339262,0.0260810085732,0.730049067496,-0.409034727936
+1470148099584841880,-0.00930955819786,0.00966095272452,0.235528603196,-0.541320820246,0.0228539241314,0.728273927137,-0.419602853627
+1470148099657202179,-0.00921702943742,0.00965324416757,0.23517459631,-0.561964740509,0.0252022727201,0.727787366691,-0.392283092626
+1470148099730472679,-0.00918559823185,0.00967764295638,0.234784662724,-0.548231820817,0.0255882231025,0.729434742007,-0.408303894955
+1470148099805006396,-0.00919005926698,0.00969751738012,0.234367445111,-0.551345974685,0.0257450692845,0.729250287419,-0.404411703473
+1470148099877218847,-0.00932383351028,0.00970440544188,0.233788207173,-0.517520078473,0.0217641387106,0.729656660778,-0.446430787497
+1470148099949498236,-0.00923915021122,0.0096782669425,0.233359828591,-0.54103123084,0.0237677012848,0.729006240141,-0.418652846003
+1470148100020348381,-0.00915641989559,0.00967854168266,0.233029410243,-0.551983885735,0.025844175667,0.729287310809,-0.403467330482
+1470148100094614551,-0.00910507515073,0.00967832095921,0.232665702701,-0.558473222547,0.026837708549,0.72923930595,-0.394458403074
+1470148100174085525,-0.0091602075845,0.00969114340842,0.232213109732,-0.537214450275,0.0248367033587,0.729921238641,-0.421898990237
+1470148100253777524,-0.00924490392208,0.00970294419676,0.231640607119,-0.525599051961,0.0228992168394,0.729744265793,-0.43668589282
+1470148100338252974,-0.00915952771902,0.00968490540981,0.231233507395,-0.546817223254,0.02489806656,0.72919109767,-0.41067183214
+1470148100412529831,-0.00910365581512,0.0096874050796,0.230939179659,-0.554491747086,0.025962551658,0.729105207865,-0.400337912506
+1470148100484214376,-0.00910747237504,0.00971542764455,0.230492070317,-0.530920499166,0.0248684772674,0.730645829364,-0.42855764424
+1470148100556849971,-0.00915762409568,0.0097135733813,0.230023995042,-0.523713914822,0.0234539433234,0.730332684325,-0.437935860795
+1470148100632435991,-0.00915184617043,0.00971103738993,0.229429453611,-0.540662922871,0.0241172357372,0.729315681253,-0.418569707279
+1470148100713124531,-0.00907642021775,0.0096896700561,0.22912183404,-0.553714911203,0.025903648174,0.729178023954,-0.401283201125
+1470148100789138175,-0.0090853665024,0.00973822269589,0.22877445817,-0.530764316083,0.0251246605866,0.73083704308,-0.428410094028
+1470148100860817833,-0.0091248434037,0.00972570851445,0.228109940886,-0.523935070634,0.0229729282055,0.729849633177,-0.438501766564
+1470148100932637710,-0.00913890637457,0.00972458627075,0.227592006326,-0.528543391795,0.0233412414569,0.729952033649,-0.432743686273
+1470148101008713344,-0.00903588347137,0.00968679413199,0.225844204426,-0.494277647037,0.0200785805092,0.729884536569,-0.471757375693
+1470148101082609422,-0.00905702635646,0.00959812197834,0.223587691784,-0.535913761997,0.0220357828683,0.727949849504,-0.427082990275
+1470148101155973394,-0.00901256129146,0.00961801130325,0.223098605871,-0.525218854809,0.0206262631814,0.727776029681,-0.440524417532
+1470148101231461486,-0.00902412459254,0.00963765382767,0.223639383912,-0.558465315286,0.0245232540266,0.727733362877,-0.397390556242
+1470148101304861060,-0.00898251123726,0.00964061450213,0.223416775465,-0.555977440711,0.0246710184302,0.728032964617,-0.400310415429
+1470148101377460485,-0.00899265054613,0.00967962201685,0.223078280687,-0.526418724591,0.0224756639806,0.729084776863,-0.436822113766
+1470148101450975540,-0.00903245341033,0.00969396997243,0.22267267108,-0.484249439861,0.0194974264261,0.730345736173,-0.481370373009
+1470148101527082289,-0.0089848600328,0.00968512892723,0.222330778837,-0.519601107424,0.0220294696393,0.729397102287,-0.444420137714
+1470148101601879567,-0.00900861062109,0.00962825119495,0.221875563264,-0.552155692383,0.0234000267336,0.727547014211,-0.406511835289
+1470148101675864846,-0.00896207988262,0.00960510596633,0.221689343452,-0.563462003816,0.024536034193,0.727217629743,-0.391232759714
+1470148101747425665,-0.00893730297685,0.00959667656571,0.221423655748,-0.55488327721,0.0243369514409,0.727858247396,-0.402162446239
+1470148101821486116,-0.00897033140063,0.00964657124132,0.221257328987,-0.531076340842,0.0223112876065,0.728561722992,-0.432039283437
+1470148101892483403,-0.00897374469787,0.00976366084069,0.220872014761,-0.502618667546,0.02156600821,0.730557586732,-0.461730435203
+1470148101964914205,-0.00895459670573,0.00979607924819,0.220526441932,-0.534824292629,0.023830570558,0.729459222711,-0.425774966764
+1470148102041502610,-0.00899570435286,0.00979926902801,0.220157384872,-0.543582738546,0.0232672901056,0.728384764253,-0.416451767639
+1470148102116833211,-0.00902073644102,0.00980694405735,0.220010340214,-0.531523426361,0.0209083169969,0.727681100127,-0.433042614564
+1470148102190857936,-0.00892146117985,0.00984894856811,0.219704836607,-0.559850541175,0.0234410010317,0.726815197638,-0.397187058573
+1470148102265860581,-0.00888979528099,0.00993362627923,0.219355165958,-0.544327275185,0.0245297282696,0.728916233341,-0.414472236335
+1470148102336037171,-0.00890866201371,0.0100094722584,0.21921557188,-0.525377981853,0.0235321238916,0.730060031529,-0.436390382219
+1470148102412632523,-0.00889306049794,0.0100313723087,0.219783678651,-0.556236564895,0.0251545835389,0.728348852824,-0.399344562239
+1470148102489392660,-0.00878617540002,0.0101303923875,0.220730036497,-0.536921281523,0.0235429505129,0.729366893849,-0.423302729834
+1470148102563265570,-0.00874619651586,0.0100385276601,0.220440968871,-0.532613190254,0.0226854392876,0.728837542403,-0.429656138319
+1470148102636000897,-0.00866068061441,0.00990893878043,0.22010435164,-0.529583726461,0.0230310285696,0.729718216377,-0.43188189714
+1470148102715905883,-0.00858394987881,0.0096860351041,0.21769683063,-0.506181368034,0.0185906054554,0.727763901977,-0.462379189652
+1470148102787809106,-0.00858076009899,0.00947807449847,0.216348841786,-0.524763596772,0.0203585577925,0.727664618675,-0.44126284611
+1470148102865119439,-0.0084956753999,0.0092700580135,0.216931268573,-0.532165224264,0.0225613275298,0.728777639889,-0.430318849439
+1470148102941534333,-0.00860659126192,0.00907084718347,0.216440081596,-0.513634416078,0.0194541697277,0.728011391998,-0.453652548787
+1470148103019792134,-0.00852183904499,0.00894263572991,0.216256424785,-0.535928485337,0.0218233017385,0.728117984859,-0.426788709118
+1470148103090957387,-0.00846377201378,0.008739749901,0.21601870656,-0.538655688557,0.0232572137375,0.728894370251,-0.421926709526
+1470148103163344761,-0.00853603985161,0.00845827255398,0.215579360723,-0.503895705477,0.0191608360707,0.728789534655,-0.463236218943
+1470148103237012295,-0.00851092580706,0.00822612363845,0.21564270556,-0.518816884327,0.0220634397082,0.729943917878,-0.444436859317
+1470148103314721202,-0.00850325450301,0.00803364161402,0.215789750218,-0.531406775331,0.0242109664604,0.73041345095,-0.42838867738
+1470148103390349936,-0.00860449392349,0.00794194079936,0.216495156288,-0.513428980185,0.021313394292,0.730092861811,-0.45044515167
+1470148103461036283,-0.00855327676982,0.00789506081492,0.216341614723,-0.520190444021,0.0221799095306,0.730159654436,-0.442466758747
+1470148103535436284,-0.00854321941733,0.00785074289888,0.216159746051,-0.512747392143,0.0218547779254,0.730621453846,-0.450338507916
+1470148103613221086,-0.0085274586454,0.00777042564005,0.215337082744,-0.478508230681,0.0194726150829,0.731481049296,-0.485372192192
+1470148103689085096,-0.00850706733763,0.00755921797827,0.212789446115,-0.514799806695,0.0202573069281,0.728992272502,-0.450711734012
+1470148103761447383,-0.00851133465767,0.00731945829466,0.213042914867,-0.540385438307,0.023320524043,0.728931510679,-0.419641017971
+1470148103834183141,-0.00851636659354,0.00727878836915,0.21278360486,-0.536326021816,0.023686593402,0.729753671631,-0.423382713814
+1470148103907335974,-0.0085320211947,0.0072591858916,0.212609380484,-0.534797753168,0.0237910552515,0.730002813224,-0.424877913738
+1470148103977789227,-0.00857484806329,0.00720524741337,0.212310895324,-0.537544308283,0.023911753322,0.729815336293,-0.42171544861
+1470148104061726298,-0.00866161473095,0.00703453132883,0.21204186976,-0.5113812416,0.0204773665309,0.72960750655,-0.453588789087
+1470148104136365660,-0.00864799972624,0.00697814533487,0.211941748857,-0.511230214448,0.0206515226194,0.729994022526,-0.453129020837
+1470148104208134382,-0.00864027161151,0.00695996498689,0.212280139327,-0.532552981395,0.0237974654924,0.730302120329,-0.427176562661
+1470148104280292684,-0.00869703944772,0.00702203763649,0.212497472763,-0.524942106245,0.0235033693489,0.730835232311,-0.435618227275
+1470148104355634106,-0.00862836930901,0.00714304111898,0.213229596615,-0.532741155411,0.0248554365714,0.731130929179,-0.425460495231
+1470148104433041627,-0.00863332580775,0.00717247230932,0.213191181421,-0.527557642899,0.0250904342028,0.731754111514,-0.430800793654
+1470148104508743657,-0.00871190056205,0.00711426744238,0.212521925569,-0.481860618525,0.0184704889034,0.730323567557,-0.483835376987
+1470148104579786297,-0.00860591139644,0.00705795036629,0.210254266858,-0.530933718571,0.0215191128331,0.728483894926,-0.43238585673
+1470148104654684872,-0.00875208340585,0.00712179578841,0.21098908782,-0.509771969684,0.0199498293194,0.729477179183,-0.455628783426
+1470148104729470848,-0.00878229364753,0.00712558301166,0.211028188467,-0.507175185749,0.019977659638,0.729784921051,-0.4580264109
+1470148104808060902,-0.00880453083664,0.0071335406974,0.211111560464,-0.506359367305,0.0196965833091,0.729579024253,-0.459267550692
+1470148104892221841,-0.00880776159465,0.00715993670747,0.21125087142,-0.502416070864,0.0191872577336,0.729391525328,-0.463894323805
+1470148104969531016,-0.00881657935679,0.0071830865927,0.211190968752,-0.497355810814,0.0193014904041,0.729903989996,-0.468513409952
+1470148105044616318,-0.00880743842572,0.00719449482858,0.211196452379,-0.508875506227,0.0200295335429,0.729469787348,-0.456638113055
+1470148105128505113,-0.00880987662822,0.00718526029959,0.211247608066,-0.506355389591,0.0195592694859,0.729285519433,-0.459743717253
+1470148105201844456,-0.00880973879248,0.007204240188,0.21121545136,-0.507368279478,0.0199810005093,0.729619441424,-0.458076040952
+1470148105282651498,-0.00880330894142,0.00720607256517,0.211219280958,-0.508474997897,0.0200892800038,0.729551048814,-0.456951709174
+1470148105358099007,-0.00879141315818,0.00722852256149,0.211143404245,-0.510171532453,0.0206244596814,0.729871920598,-0.454518006971
+1470148105436859949,-0.00876232236624,0.00728782033548,0.211124628782,-0.522721195242,0.0222426539794,0.730035822931,-0.439676601181
+1470148105514063295,-0.00876608677208,0.00731296371669,0.211140841246,-0.529036885745,0.0226230142428,0.729754994658,-0.432511064044
+1470148105599254774,-0.00875155162066,0.00736648775637,0.211123451591,-0.536031358508,0.0233581944487,0.729706566528,-0.423855050948
+1470148105672882898,-0.00884987972677,0.00744131486863,0.211132526398,-0.512300466593,0.0191101550194,0.728597494459,-0.454234218188
+1470148105744769837,-0.00882723275572,0.00748805049807,0.211130186915,-0.518864367245,0.0202193741828,0.728889614993,-0.446196004538
+1470148105815083103,-0.0088247153908,0.00752828549594,0.211157888174,-0.520152212324,0.0204107562662,0.728860371814,-0.44473321828
+1470148105888606385,-0.00879911426455,0.00760253891349,0.211173832417,-0.533472951152,0.022137663585,0.728980967774,-0.428372831612
+1470148105971525147,-0.00879040081054,0.00766237452626,0.211156219244,-0.540278128719,0.0226160545029,0.728712965233,-0.420196944311
+1470148106054988366,-0.00885023921728,0.00773251708597,0.21114833653,-0.524715623418,0.0198869049681,0.728196960807,-0.440462497635
+1470148106128199608,-0.00886047817767,0.00777577981353,0.211123347282,-0.522635354259,0.0193197602008,0.727922299749,-0.443405185888
+1470148106205743157,-0.00885025039315,0.00782639812678,0.211168929935,-0.533605746752,0.0203413961852,0.727744687759,-0.43039377792
+1470148106284385961,-0.00885059963912,0.00785179343075,0.21120493114,-0.538607925399,0.0207549893862,0.727565392683,-0.424404680091
+1470148106361589637,-0.00884252414107,0.00787806510925,0.211197435856,-0.550795675982,0.0216990056074,0.727110744445,-0.409222728827
+1470148106437223040,-0.00881608296186,0.00794355943799,0.211194843054,-0.55728543623,0.0228945412131,0.727372370206,-0.399797720866
+1470148106515860739,-0.00879774987698,0.00798347312957,0.211192578077,-0.562861072509,0.0240909411394,0.727697501832,-0.391233159939
+1470148106593302131,-0.00882276985794,0.00803623348475,0.211264252663,-0.563821840117,0.0236298696395,0.72740489909,-0.390421150358
+1470148106673602171,-0.0088575752452,0.00805066805333,0.21135802567,-0.56745756164,0.0240632372399,0.727340570058,-0.385212371945
+1470148106750570268,-0.00889665074646,0.00807709805667,0.2112801373,-0.55997272832,0.0215933116941,0.726516746588,-0.397665298153
+1470148106826666703,-0.00889508705586,0.00810400675982,0.211218267679,-0.548192097787,0.0203190865014,0.726588241593,-0.41369322671
+1470148106903654690,-0.00882933009416,0.00813298299909,0.211038917303,-0.535279941788,0.0200315086093,0.727425208644,-0.428866749017
+1470148106975718582,-0.00878449622542,0.00817217398435,0.210951119661,-0.528038660172,0.0207204266682,0.728572675465,-0.435806945617
+1470148107050857805,-0.00874067563564,0.00816394947469,0.210805743933,-0.526653783151,0.020742381272,0.728629595979,-0.437383651015
+1470148107126349060,-0.00867161806673,0.00801087915897,0.210347861052,-0.517987370866,0.0191370610087,0.727828549231,-0.448986034798
+1470148107203610172,-0.00861050002277,0.00789507944137,0.210007116199,-0.528427512991,0.0194989356016,0.727374658618,-0.437390284556
+1470148107276290966,-0.00856988132,0.00780610041693,0.20967450738,-0.528058636489,0.0190049713468,0.726973215268,-0.43852346776
+1470148107350208738,-0.00852641370147,0.00777030223981,0.209556847811,-0.528627339432,0.019109639544,0.727001575215,-0.437786097674
+1470148107424263413,-0.00840482395142,0.00772218592465,0.209430098534,-0.538362918664,0.0218402551455,0.728072655919,-0.4237907252
+1470148107497697426,-0.0084634097293,0.00750177074224,0.208070099354,-0.507617984658,0.0188061413558,0.728359650598,-0.459850551897
+1470148107570751059,-0.00826441030949,0.00748015381396,0.207337707281,-0.54296345826,0.0223406763578,0.72783083689,-0.418274849884
+1470148107643726048,-0.00824423134327,0.00747585250065,0.207270234823,-0.534389449754,0.022145518089,0.728572372059,-0.427924982552
+1470148107723535153,-0.00818206276745,0.00746286753565,0.206975415349,-0.545433652583,0.0226448138128,0.727871126911,-0.414961402599
+1470148107796079213,-0.00825051125139,0.0074595939368,0.206352114677,-0.49979839367,0.018404762083,0.728516703494,-0.468109221387
+1470148107873016215,-0.00829481799155,0.0074051944539,0.205891162157,-0.507166696937,0.0185757066854,0.728000787934,-0.46092487176
+1470148107949972896,-0.00821119826287,0.00738714402542,0.205627769232,-0.538477381512,0.0214860163016,0.727612130532,-0.424453823408
+1470148108025925285,-0.00817132927477,0.00743660423905,0.205013081431,-0.533877342191,0.0231309743315,0.729331381638,-0.42721853574
+1470148108102836099,-0.00818183552474,0.00743925524876,0.205517590046,-0.543000857408,0.0234548490963,0.728611174075,-0.416804145758
+1470148108177126986,-0.00823014602065,0.00750115700066,0.205854982138,-0.535417210044,0.0230654101014,0.729384460546,-0.425199608136
+1470148108260977922,-0.00819825101644,0.00748875970021,0.20554086566,-0.522815192445,0.0226034194579,0.729894262316,-0.439781452331
+1470148108344704402,-0.00816550198942,0.00750437984243,0.205286845565,-0.526919945548,0.0235790636995,0.730285509474,-0.43414568222
+1470148108418984379,-0.00820068176836,0.00749694183469,0.204914584756,-0.51888760899,0.0225655524596,0.730324179869,-0.443703772102
+1470148108493434233,-0.00818630494177,0.00744795612991,0.203354567289,-0.502141356625,0.0191509855886,0.728881982948,-0.464992852259
+1470148108566025058,-0.00814014393836,0.00740314414725,0.20241767168,-0.538675121864,0.0223722175227,0.728358959743,-0.422873293944
+1470148108643554391,-0.00812786258757,0.00740089546889,0.202273398638,-0.531957344776,0.0223495237869,0.728884903942,-0.430405249656
+1470148108715780920,-0.00812120642513,0.00740404101089,0.202099874616,-0.524738323436,0.0223035162817,0.729453480085,-0.438234943233
+1470148108790221127,-0.00814274419099,0.00738176098093,0.201675012708,-0.523437810806,0.0212041986316,0.728560489692,-0.44131944557
diff --git a/MobileRobot/docking_data/Pose3.txt~ b/MobileRobot/docking_data/Pose3.txt~
index 72466773..afc15340 100644
--- a/MobileRobot/docking_data/Pose3.txt~
+++ b/MobileRobot/docking_data/Pose3.txt~
@@ -1,440 +1,524 @@
 %time,field.position.x,field.position.y,field.position.z,field.orientation.x,field.orientation.y,field.orientation.z,field.orientation.w
-1470073172939732993,-0.0344990864396,0.247396096587,1.36573696136,-0.276164500313,0.0321816003731,0.79077518373,-0.545318367709
-1470073173050271184,-0.034662168473,0.245415970683,1.35936236382,-0.101505041102,0.0292182623344,-0.456139788235,-0.883617288969
-1470073173134855462,-0.0344856008887,0.245848804712,1.35672414303,-0.290807866487,0.0358876457737,0.794478035796,-0.531928108213
-1470073173213306582,-0.0344787836075,0.246029958129,1.35793161392,-0.294483847906,0.0359066279373,0.793342086839,-0.531599765465
-1470073173288927081,-0.034544326365,0.246297761798,1.35861265659,-0.287280351336,0.0356214623933,0.796680652234,-0.530566724841
-1470073173362291389,-0.0345133505762,0.246486604214,1.36027777195,-0.275161953352,0.0328457121053,0.794235617908,-0.540737313185
-1470073173440405704,-0.0345887616277,0.247113242745,1.36358225346,-0.301875358947,0.0364380994357,0.791975177663,-0.529451461926
-1470073173528274722,-0.0342697240412,0.248253524303,1.37089622021,-0.240422850341,0.0280812287934,0.787338873157,-0.567014811482
-1470073173607337379,-0.034144192934,0.248109728098,1.37281692028,-0.0412707089477,0.00617852209322,-0.45881241935,-0.887552656634
-1470073173695043649,-0.0341421179473,0.250623255968,1.37376642227,-0.0867589192599,0.00639521279343,0.776521835421,-0.624055951255
-1470073173767186484,-0.0322467163205,0.246204808354,1.33941662312,-0.263708667522,0.0372463007343,0.797353393163,-0.541569956853
-1470073173843769449,-0.0328762643039,0.246240898967,1.34901845455,-0.240721179957,0.0241479036503,0.788280717169,-0.565759403995
-1470073173918183452,-0.0340514816344,0.241067171097,1.33252871037,-0.188629827126,0.0247913186314,0.792441610338,-0.579517448437
-1470073173992834011,-0.0323929488659,0.23432970047,1.30253744125,-0.0870418909272,0.00858271069887,0.792733969848,-0.603260225235
-1470073174063515020,-0.0320066027343,0.229502186179,1.29581141472,-0.19651395068,0.0218035546519,0.781751229453,-0.591415156588
-1470073174137412300,-0.0319413803518,0.226801410317,1.29424512386,-0.257476230323,0.0321283895845,0.78335872253,-0.564821094895
-1470073174209885852,-0.0304323453456,0.218791261315,1.26473104954,-0.332605525114,0.0448398206233,0.786767872759,-0.518034042843
-1470073174280852071,-0.0301853232086,0.215982034802,1.26339256763,-0.201564446234,0.025129957583,0.784113031067,-0.586435856473
-1470073174354317717,-0.0297557674348,0.211451262236,1.25362861156,-0.304261665607,0.0419702780238,0.786891724511,-0.535224017118
-1470073174424469608,-0.0285431742668,0.20335111022,1.23265254498,-0.273090507884,0.0318715272231,0.782565175004,-0.55856738817
-1470073174500372953,-0.028287474066,0.200158953667,1.22893977165,-0.231385971799,0.0314167685209,0.786365737456,-0.571928706803
-1470073174580306984,-0.0281897671521,0.196888968349,1.22710072994,-0.267340315993,0.0264269987688,0.76982574277,-0.578963811434
-1470073174652574890,-0.027630219236,0.192960262299,1.21579992771,-0.276623150425,0.0292216833832,0.780133574462,-0.560372493853
-1470073174728721945,-0.0269295275211,0.187565535307,1.19604921341,-0.357636264891,0.0475734531554,0.783587746011,-0.505789791209
-1470073174807013036,-0.0268122553825,0.18093675375,1.16624104977,-0.255808787446,0.0379974376318,0.790584993856,-0.555061642062
-1470073174881625148,-0.0268842726946,0.178301170468,1.1680546999,-0.216029793028,0.0287844872349,0.786153410682,-0.578329833826
-1470073174955134633,-0.0261898934841,0.17399649322,1.1526093483,-0.35609381807,0.0493363391309,0.784822602214,-0.504793622609
-1470073175029930201,-0.0253357104957,0.170338749886,1.14103519917,-0.175626605615,0.0198392223753,0.778966058207,-0.601642402775
-1470073175112036253,-0.0252701714635,0.168396040797,1.13995373249,-0.222793289373,0.0248941296685,0.774568153378,-0.591428447313
-1470073175189032447,-0.0251269880682,0.165577247739,1.13700711727,-0.237662590692,0.0235551061635,0.770959127149,-0.590409751127
-1470073175265203996,-0.0243636630476,0.161806762218,1.12101554871,-0.378884399264,0.0444907990569,0.77558277651,-0.50292995295
-1470073175339546322,-0.0242460891604,0.155935153365,1.0894844532,-0.131377780147,0.0153221701575,0.787464308085,-0.602000891592
-1470073175418624400,-0.0241265259683,0.153149172664,1.08769571781,-0.177963525788,0.0185790939868,0.772912052201,-0.60876166134
-1470073175496869742,-0.0240836124867,0.151122823358,1.08524012566,-0.264863034958,0.0278603276207,0.767827512871,-0.582676827526
-1470073175572443526,-0.0244857594371,0.147066086531,1.06302332878,-0.165643673523,0.0187327061687,0.777165329242,-0.606815713513
-1470073175646688675,-0.0244825277478,0.145082756877,1.06307041645,-0.207486131285,0.0191951441087,0.766585890342,-0.607393714567
-1470073175722696479,-0.0243926532567,0.14369507134,1.05943143368,-0.258298940224,0.0201254634606,0.754771943207,-0.602657395995
-1470073175800819380,-0.0240706913173,0.138400539756,1.02492368221,-0.338869352053,0.0432275423048,0.782403817277,-0.520714133221
-1470073175875171244,-0.023271407932,0.135667711496,1.01404082775,-0.308419243738,0.0385437664442,0.776329030786,-0.548365921733
-1470073175947113221,-0.0234167631716,0.135321557522,1.01697731018,-0.205106693583,0.0184712143398,0.765334349275,-0.609797829045
-1470073176020350618,-0.0236101504415,0.131611213088,0.992548763752,-0.257836822042,0.0300811482512,0.776916377245,-0.57359937281
-1470073176092264135,-0.0232401769608,0.130411237478,0.986102759838,-0.264638860041,0.0258062877454,0.775106197295,-0.573158522735
-1470073176163974774,-0.0223668571562,0.128106489778,0.973545908928,-0.288317424796,0.0288396001691,0.765934155057,-0.573921780505
-1470073176234911417,-0.0224041752517,0.127993315458,0.972478985786,-0.307891279708,0.0267868478413,0.758385144245,-0.573879253547
-1470073176312605005,-0.0226827468723,0.125626757741,0.952975809574,-0.24770170628,0.0250443689513,0.770112744043,-0.587318487494
-1470073176395271052,-0.0222985371947,0.124117039144,0.94598788023,-0.282972445824,0.0182013718201,0.756005785593,-0.589958097766
-1470073176475000677,-0.0218777116388,0.123345658183,0.939624965191,-0.286832221863,0.0216370903693,0.762437138141,-0.579610837722
-1470073176552379706,-0.0218135323375,0.119847334921,0.916248381138,-0.307096022786,0.0299945331332,0.763745534571,-0.566996577762
-1470073176631717945,-0.0217927061021,0.119752801955,0.915968835354,-0.338928899146,0.0283219170666,0.756450675575,-0.558665772855
-1470073176707307093,-0.0216681957245,0.115885958076,0.890045285225,-0.377237640777,0.0407633470653,0.769326139068,-0.513972181799
-1470073176782010674,-0.0210840534419,0.11434301734,0.880903661251,-0.418795380633,0.045675582344,0.76595891399,-0.485624456157
-1470073176859086626,-0.0214478950948,0.112232528627,0.866927981377,-0.147087256289,0.0124038727202,0.765233292755,-0.626601540565
-1470073176934381688,-0.0213748868555,0.112020112574,0.865726530552,-0.193235286324,0.0154609169406,0.760073221738,-0.62024977369
-1470073177007335105,-0.0211460031569,0.109136909246,0.847276687622,-0.269054150234,0.0215973563342,0.766572433852,-0.582674971231
-1470073177078687720,-0.0206707958132,0.107221439481,0.834354221821,-0.403413658506,0.0427414858496,0.765864666717,-0.498880644836
-1470073177150830597,-0.0205942317843,0.107081227005,0.834791481495,-0.345893635252,0.0257148607791,0.750361992612,-0.562719485242
-1470073177231492751,-0.0207476634532,0.104580201209,0.817475199699,-0.363573873761,0.0313811665064,0.756818608124,-0.542268250134
-1470073177306137601,-0.0202073622495,0.103362172842,0.807731151581,-0.343707188859,0.0263201226795,0.75771604032,-0.5541110193
-1470073177384353411,-0.0202615652233,0.100901857018,0.79336220026,-0.250752617742,0.0185883067279,0.754757015984,-0.605903826009
-1470073177457857114,-0.0197409335524,0.0998646989465,0.785075902939,-0.436987616998,0.0421633374064,0.758328414293,-0.481873522457
-1470073177531191442,-0.0196993499994,0.0973992645741,0.76812928915,-0.329512746615,0.0294452850173,0.764241524161,-0.553614683473
-1470073177604175031,-0.0191053170711,0.0961611792445,0.759858548641,-0.456562912013,0.0375776516434,0.750623728245,-0.476132592947
-1470073177678894068,-0.0190624818206,0.0943522900343,0.743830323219,-0.31844372644,0.027002712422,0.761914688802,-0.563338666879
-1470073177751021093,-0.0188822131604,0.0936996340752,0.741778731346,-0.33919831725,0.0233779957185,0.747424078411,-0.570749698118
-1470073177827206537,-0.0184970181435,0.092627376318,0.733559548855,-0.308894028857,0.0209788871713,0.753527716569,-0.579948571506
-1470073177903205620,-0.0183271933347,0.090398080647,0.719681560993,-0.396003180268,0.0282065990253,0.747324689391,-0.53281486242
-1470073177976255763,-0.0184859223664,0.088277131319,0.706637740135,-0.393855426447,0.0289257488543,0.749890521312,-0.530759277033
-1470073178055964178,-0.0185673348606,0.0861647799611,0.692663311958,-0.355338826302,0.0241757761685,0.751858774512,-0.554849739622
-1470073178131018652,-0.0187311805785,0.0849845558405,0.68150395155,-0.284264490627,0.0232858800705,0.764120169483,-0.578594705945
-1470073178206794809,-0.0185333956033,0.0840635597706,0.678199410439,-0.451136341007,0.0335711377096,0.748543795859,-0.484800130173
-1470073178279308164,-0.0190991964191,0.0815766081214,0.659439504147,-0.153046128113,0.00926201024959,0.752329105498,-0.640696507604
-1470073178365277939,-0.0185318291187,0.080428622663,0.652160406113,-0.492812493647,0.0383763296019,0.745893059353,-0.446437730753
-1470073178441473593,-0.0187205858529,0.0795100331306,0.64270055294,-0.276753980017,0.0160496338545,0.749635794861,-0.600995689553
-1470073178534980692,-0.0183917675167,0.0775090754032,0.627799987793,-0.406973970259,0.0293480178511,0.750307734727,-0.52014342694
-1470073178611702503,-0.0183125901967,0.0758046209812,0.615817427635,-0.414501117211,0.027844922181,0.74681226822,-0.519311968064
-1470073178684590397,-0.0183046348393,0.074879989028,0.604665875435,-0.259659659074,0.0178982801252,0.757461938319,-0.598755313142
-1470073178768253026,-0.0180832855403,0.0733067989349,0.592087090015,-0.221848053145,0.0129186960029,0.749428231353,-0.623677700948
-1470073178844120183,-0.0178477298468,0.071619682014,0.579713523388,-0.397390926329,0.028561766319,0.750993561541,-0.526567514854
-1470073178919471333,-0.0175491068512,0.0701109841466,0.566699683666,-0.370978677307,0.0205492015395,0.743815842484,-0.555599265451
-1470073178998516516,-0.0171349309385,0.0692511498928,0.556795835495,-0.401296630994,0.0298881974576,0.752482307593,-0.521380941698
-1470073179072465363,-0.0167512949556,0.068272896111,0.550125837326,-0.457902178628,0.0294280966228,0.742741670396,-0.487641664539
-1470073179151479350,-0.0166719704866,0.0663023591042,0.531320691109,-0.288617700818,0.0158741442959,0.748346253499,-0.597014002508
-1470073179224933657,-0.0161667428911,0.0661596134305,0.526394546032,-0.455060845333,0.0271388805478,0.740636465654,-0.493599771021
-1470073179296962201,-0.0159304589033,0.0648926123977,0.515958070755,-0.51684736521,0.0294435269185,0.73530280977,-0.4374147434
-1470073179368637567,-0.015666089952,0.0631090551615,0.498486548662,-0.442403890365,0.0246806572469,0.739779192204,-0.506356010855
-1470073179443237215,-0.01543969661,0.0624936781824,0.489356726408,-0.393618616545,0.0255534170815,0.747200970392,-0.534885144148
-1470073179516026394,-0.015186755918,0.0613879859447,0.479828387499,-0.435241348326,0.0246275611714,0.740275712943,-0.511810825174
-1470073179592432723,-0.0149801177904,0.0609379820526,0.471110850573,-0.40367877575,0.0236131180469,0.743209040991,-0.533034884463
-1470073179665957624,-0.0147232832387,0.0594840124249,0.455840647221,-0.438409346142,0.0265580312415,0.742259686589,-0.506105200385
-1470073179745098419,-0.0144859524444,0.0590755529702,0.447517842054,-0.404679000953,0.0235521102774,0.742903658592,-0.532704757197
-1470073179823115849,-0.0141824223101,0.0581009276211,0.43870344758,-0.480316151163,0.0257230405284,0.736302965876,-0.475912452621
-1470073179905294834,-0.0141323711723,0.0568175539374,0.426867634058,-0.446596805326,0.0251007649042,0.739519455182,-0.503023081459
-1470073179979069532,-0.0138137890026,0.0558976195753,0.418456822634,-0.488349589138,0.0232491983574,0.733002556404,-0.472949686404
-1470073180051385443,-0.0134716229513,0.0546271838248,0.405115514994,-0.483944549207,0.0264394019841,0.737228540423,-0.470736349246
-1470073180123959514,-0.0133610824123,0.0534967668355,0.394495010376,-0.428327892215,0.0229041300182,0.739352348851,-0.519007439086
-1470073180199253823,-0.0132009452209,0.0524292774498,0.38377520442,-0.41430944789,0.0235660485192,0.742552408705,-0.525745416596
-1470073180270786274,-0.012695286423,0.050901953131,0.370635420084,-0.481942824099,0.0241088531135,0.735087714992,-0.476230961581
-1470073180350740178,-0.0124950380996,0.0500246137381,0.360687464476,-0.500230037382,0.0249050985643,0.734211140682,-0.458348826403
-1470073180422672199,-0.0123319877312,0.0493889935315,0.351580023766,-0.476289167016,0.0219056151838,0.734308253852,-0.483177153569
-1470073180494847502,-0.0120887309313,0.0487801395357,0.342151641846,-0.465728001496,0.0221482447483,0.73517686185,-0.492058803069
-1470073180566128288,-0.0117254117504,0.0473924018443,0.32710146904,-0.498066817969,0.0235880113484,0.733063264184,-0.462591938173
-1470073180637838660,-0.0115407910198,0.0466212928295,0.317502528429,-0.473141942222,0.022201765148,0.73411831443,-0.486532716837
-1470073180710207792,-0.011419496499,0.0458059310913,0.307505428791,-0.421334648671,0.0197226578472,0.736747926193,-0.528479539668
-1470073180784572170,-0.0109790395945,0.0449835471809,0.298570364714,-0.503179619707,0.0230114705587,0.732698249447,-0.457639615627
-1470073180857307766,-0.0110426424071,0.0439583696425,0.284959226847,-0.455376035293,0.0203876786611,0.733962470353,-0.503503824368
-1470073180931615027,-0.0108643323183,0.0433895215392,0.279011577368,-0.481384136179,0.0238219983109,0.734980066174,-0.476976024721
-1470073181004727911,-0.0107259601355,0.0432596057653,0.275583446026,-0.498026204237,0.0234870310417,0.733447818178,-0.462030905108
-1470073181081391396,-0.0107148401439,0.0432260744274,0.273213922977,-0.522020637359,0.0252055684977,0.732142265521,-0.43683731128
-1470073181156495825,-0.0106229996309,0.0435727350414,0.27287337184,-0.484260635409,0.0234725286548,0.735024040844,-0.474004574633
-1470073181231164134,-0.0103556746617,0.0439032204449,0.273400396109,-0.519414443938,0.0241433529717,0.731242962887,-0.441485518635
-1470073181308343422,-0.010429837741,0.0424079708755,0.271743148565,-0.529659365129,0.0263466310029,0.731625183718,-0.428358964555
-1470073181383390700,-0.0105001488701,0.0414789058268,0.271232485771,-0.49556583594,0.0241202528651,0.733329273664,-0.464823506332
-1470073181454847239,-0.0104948775843,0.0409970059991,0.271049201488,-0.487170319448,0.0236107202211,0.733521935383,-0.473342565222
-1470073181527158186,-0.0104001099244,0.0401524789631,0.270623117685,-0.519301520162,0.02683072435,0.732944133892,-0.438633035671
-1470073181599264226,-0.0104337166995,0.0383391715586,0.270451724529,-0.510929408152,0.0248706450541,0.732444480822,-0.449285736936
-1470073181673714638,-0.0103996517137,0.0377863608301,0.270462930202,-0.518107900757,0.0268974197474,0.733474809464,-0.439153089329
-1470073181745878661,-0.0103817684576,0.0369301438332,0.270469158888,-0.514789712012,0.0257909833888,0.732596267903,-0.444554930055
-1470073181819014616,-0.0103087415919,0.0357459671795,0.270428061485,-0.515383490664,0.0274222268311,0.734392518462,-0.440789641274
-1470073181896971325,-0.010300132446,0.0346186645329,0.270415455103,-0.504544314711,0.0264936534536,0.734357856566,-0.453267756761
-1470073181978045366,-0.0102932788432,0.0332719683647,0.270432442427,-0.503142820977,0.0251814515401,0.733270980996,-0.456647418287
-1470073182054245487,-0.0102834887803,0.0323464907706,0.270526796579,-0.511083049127,0.0257339646469,0.733057536667,-0.448060852892
-1470073182126899924,-0.0102362707257,0.0314889959991,0.270458430052,-0.534589762583,0.0276302451307,0.732194444356,-0.421119520978
-1470073182203460838,-0.0102161895484,0.0307731013745,0.270419836044,-0.538487393112,0.0275886021049,0.732203237955,-0.416111301002
-1470073182273152408,-0.0101878708228,0.0294563453645,0.270376324654,-0.532936831518,0.0275956093424,0.732836842996,-0.42209830313
-1470073182345876987,-0.010203320533,0.0285958014429,0.270381212234,-0.52663613267,0.0269219573605,0.73287907614,-0.42990446815
-1470073182421892681,-0.0101964753121,0.0280127711594,0.270337611437,-0.537668923329,0.0269368630492,0.7318658851,-0.417802418041
-1470073182496682249,-0.0101688001305,0.0273420363665,0.270272254944,-0.531494116322,0.0275461337552,0.732697366335,-0.424157735042
-1470073182570788472,-0.0101743610576,0.0263827349991,0.27023229003,-0.522337422076,0.026830667579,0.732891857774,-0.435101433675
-1470073182643018385,-0.0101679256186,0.0258138924837,0.270255237818,-0.524991209365,0.0270546418306,0.733120369561,-0.431493684983
-1470073182715737144,-0.0101645635441,0.0251861438155,0.270209252834,-0.524784476337,0.0266826455774,0.732933231587,-0.432085833899
-1470073182793626039,-0.0101426560432,0.0245621073991,0.270081728697,-0.526103550056,0.0275130050097,0.733272139315,-0.429848879118
-1470073182868077517,-0.0101392269135,0.0235299635679,0.270104914904,-0.516687747975,0.0269019533144,0.733917258319,-0.440085802931
-1470073182941899415,-0.0101313842461,0.0228649061173,0.27013155818,-0.528004507634,0.0274087597564,0.733074492585,-0.427857205301
-1470073183014699770,-0.0101646119729,0.0222559068352,0.270034044981,-0.504957726623,0.0246346034209,0.733032649023,-0.455053805725
-1470073183086269176,-0.0101537983865,0.021704794839,0.270073533058,-0.509641818626,0.0248196064739,0.732772007913,-0.450215935149
-1470073183159281958,-0.0101272938773,0.021200042218,0.270057082176,-0.514324878032,0.0267121297814,0.734091393106,-0.442567744564
-1470073183233487070,-0.0101672764868,0.0202971659601,0.270075857639,-0.500801003906,0.0239727008172,0.733067373536,-0.459604057815
-1470073183305341348,-0.0101248053834,0.0197942331433,0.270054668188,-0.51414594712,0.0261793797329,0.733561937366,-0.44368397445
-1470073183378119664,-0.0101177673787,0.0192947778851,0.270082622766,-0.516330651369,0.0261911242962,0.733233464552,-0.441684695146
-1470073183451494465,-0.010109574534,0.0187964439392,0.270034700632,-0.519736794566,0.0268495109448,0.733419402459,-0.437319960936
-1470073183529976329,-0.0100907431915,0.0183233805001,0.269950807095,-0.517681268621,0.0269515443667,0.733904143074,-0.438935561506
-1470073183605858783,-0.0100729763508,0.0178236979991,0.269966989756,-0.528539426015,0.0283950149743,0.733857747168,-0.425784693471
-1470073183684099711,-0.0101386383176,0.0174519792199,0.270003169775,-0.504650037872,0.0243621104623,0.733036749065,-0.455403064734
-1470073183763837762,-0.0101470472291,0.0171577762812,0.270015716553,-0.506594806332,0.024884266605,0.733202346234,-0.452942374867
-1470073183840491998,-0.0101074622944,0.0169163048267,0.269965171814,-0.519637878857,0.0272710984965,0.734018661361,-0.436405049029
-1470073183917062190,-0.0101837329566,0.0165776312351,0.270034909248,-0.48559550646,0.0225835993952,0.733518265771,-0.475013619725
-1470073183990232575,-0.0101080201566,0.0163051951677,0.26999604702,-0.523789244941,0.0269201408934,0.733185762464,-0.43284959353
-1470073184069323094,-0.0101766847074,0.0161053147167,0.270056694746,-0.502971256709,0.0229807575678,0.731964391088,-0.459042405323
-1470073184144338564,-0.010133927688,0.0157676953822,0.269960999489,-0.515881394257,0.0257651824413,0.73291648185,-0.442759497997
-1470073184216225734,-0.0101794311777,0.0156362205744,0.270035684109,-0.495848064292,0.0228532205892,0.732636997881,-0.465677417084
-1470073184288290273,-0.0100933276117,0.015418077819,0.269946187735,-0.52485913861,0.028013768472,0.733961056551,-0.430161924
-1470073184376776680,-0.0101616764441,0.0151950437576,0.269976913929,-0.503915568083,0.0240512623827,0.732966318987,-0.456345277451
-1470073184456355406,-0.01007991191,0.0149423284456,0.2698610425,-0.531396497647,0.0281725935968,0.733356389597,-0.423098656458
-1470073184528024246,-0.010158364661,0.014763657935,0.269992172718,-0.497830583871,0.024300446632,0.733739276514,-0.461736799657
-1470073184598266925,-0.0101698422804,0.0146051663905,0.269977748394,-0.501526814805,0.0229438021411,0.732375777689,-0.459967559976
-1470073184670873299,-0.0100993579254,0.0144319403917,0.269876331091,-0.523060278197,0.0269720894744,0.733288852649,-0.433552661556
-1470073184742839910,-0.0101381763816,0.0142700783908,0.269895136356,-0.507837423772,0.0247646458996,0.733219741273,-0.451527047183
-1470073184818735014,-0.0101293819025,0.0141363246366,0.269870132208,-0.510146505956,0.0251039114665,0.733290618699,-0.44878191209
-1470073184897630257,-0.0101242288947,0.0138931153342,0.269918054342,-0.510016213461,0.0253155285842,0.733276319278,-0.448941450087
-1470073184974831995,-0.0101458914578,0.013744758442,0.269905775785,-0.503766860238,0.0240453073931,0.733115148739,-0.456270700799
-1470073185052524987,-0.010103341192,0.0135749261826,0.269844561815,-0.524135665668,0.026003451795,0.732466785708,-0.433702700366
-1470073185124938922,-0.0101085631177,0.0134567134082,0.269849389791,-0.513141895881,0.0265759521153,0.734025175872,-0.444056476866
-1470073185198103601,-0.0101205585524,0.0133618833497,0.269892305136,-0.512493342206,0.0255335428601,0.733283388387,-0.446087530312
-1470073185276637092,-0.0101523054764,0.0132293226197,0.26989659667,-0.509537976489,0.023550831188,0.731971036569,-0.451702125842
-1470073185354633267,-0.0101562421769,0.0131338210776,0.269808679819,-0.506572587309,0.0229926819689,0.731717422105,-0.455461485256
-1470073185430099448,-0.0101077640429,0.0130564989522,0.269782811403,-0.517115651882,0.0264662647767,0.733522436978,-0.440267843315
-1470073185505690509,-0.0100911846384,0.0129509847611,0.269855171442,-0.535165959045,0.027176513532,0.7319341646,-0.420869590353
-1470073185582814634,-0.0101159820333,0.0129023967311,0.269920647144,-0.523226851548,0.0260039130866,0.7324289666,-0.434862354324
-1470073185656976017,-0.0101234279573,0.0128640793264,0.26987811923,-0.512894588234,0.0250577185223,0.732954635497,-0.446193628827
-1470073185733297196,-0.0101360138506,0.0128096602857,0.269965201616,-0.519629985583,0.0244427630182,0.731652330371,-0.440536147077
-1470073185809394360,-0.0101540526375,0.012727114372,0.269881635904,-0.503061360426,0.0228949307542,0.732142395494,-0.458663931995
-1470073185895999292,-0.0101432399824,0.0126462168992,0.269831776619,-0.508199717523,0.0236002706131,0.732144173333,-0.452924920701
-1470073185967950272,-0.0101190339774,0.0126054044813,0.269852042198,-0.519825013588,0.0249675330812,0.732023616832,-0.439658960947
-1470073186038911705,-0.0101190777496,0.0125568062067,0.269879490137,-0.528566660034,0.025638290792,0.731558404203,-0.429863077253
-1470073186112585757,-0.0101076643914,0.0125071434304,0.269853919744,-0.525894859418,0.0259699741423,0.732128216822,-0.432143993841
-1470073186190392370,-0.0100847892463,0.0125028006732,0.26980099082,-0.528660408684,0.0266312779545,0.732289411387,-0.428440387096
-1470073186266057551,-0.0101023176685,0.0124641936272,0.269830137491,-0.531583224554,0.0263385804361,0.731643276954,-0.425938575198
-1470073186343480306,-0.0101095540449,0.0124220959842,0.269869834185,-0.535919601276,0.0260565872722,0.731093226407,-0.421442676445
-1470073186418608789,-0.0101285967976,0.0124109424651,0.269910186529,-0.536060870069,0.0257929810672,0.730962848817,-0.421505372869
-1470073186494522409,-0.0101238228381,0.0123700108379,0.269905924797,-0.527602943315,0.025315980153,0.731507716607,-0.431150433027
-1470073186569192141,-0.0101230656728,0.0123454723507,0.269864082336,-0.52140262525,0.0249030594584,0.73189419203,-0.43800688543
-1470073186646510688,-0.0101303337142,0.0122687900439,0.269870191813,-0.523587542921,0.0239849306615,0.730841479181,-0.437208806302
-1470073186722334544,-0.0101385405287,0.0122303487733,0.269841820002,-0.525711749857,0.0235289098502,0.730250595319,-0.435669157159
-1470073186798012185,-0.0101311057806,0.0120968716219,0.269750803709,-0.527507876464,0.0237714125008,0.730108464218,-0.433718792184
-1470073186872678130,-0.0101037705317,0.0119199836627,0.269792586565,-0.523460413915,0.0252367683184,0.731911742385,-0.435496844934
-1470073186952141948,-0.0101375477389,0.0117691736668,0.269844591618,-0.525881241601,0.0237840011705,0.730373342343,-0.435244783788
-1470073187025254513,-0.0101175857708,0.0116379372776,0.269720226526,-0.518147880246,0.0242631119109,0.731349401444,-0.44278903397
-1470073187097653601,-0.0100908642635,0.0114419870079,0.269846588373,-0.534944234119,0.0255542583046,0.730799852135,-0.423217700936
-1470073187173205640,-0.0101380953565,0.0112122893333,0.269749611616,-0.516634673971,0.0226839663816,0.730268203618,-0.446410575709
-1470073187261204262,-0.0100957890972,0.0110162077472,0.269870370626,-0.531359795331,0.0259186901729,0.731431508173,-0.426606303583
-1470073187335359116,-0.010121807456,0.0108597101644,0.269838511944,-0.523491594175,0.0240033872164,0.730837442239,-0.437329419604
-1470073187408176347,-0.0101685142145,0.010695242323,0.26981768012,-0.508762128214,0.0214327589167,0.729986879936,-0.455873764173
-1470073187487499954,-0.0101178819314,0.0104134073481,0.269813627005,-0.524727553635,0.024393744816,0.730899170982,-0.435720485549
-1470073187563598522,-0.0101326825097,0.0103109981865,0.269712507725,-0.515860497117,0.022914721349,0.730559537209,-0.446817217274
-1470073187639033906,-0.0100952796638,0.0101006021723,0.269875347614,-0.530968377615,0.025795177117,0.731311059591,-0.427307061643
-1470073187716812369,-0.0100790634751,0.00999959651381,0.269758462906,-0.530600520386,0.0258927035756,0.731697168473,-0.427097072474
-1470073187794686556,-0.0101320547983,0.00989620573819,0.269792318344,-0.515756812176,0.0231486916656,0.73081765399,-0.446502637601
-1470073187866157072,-0.0101570803672,0.00979899335653,0.269739985466,-0.507365603867,0.0214278820461,0.730152813586,-0.457162836085
-1470073187938031165,-0.0101960971951,0.00977736245841,0.269792824984,-0.489967542456,0.0193331752197,0.729918277624,-0.476211448483
-1470073188024741831,-0.0100742597133,0.00998608861119,0.269744485617,-0.526089925541,0.0253847754591,0.731794746617,-0.432506014113
-1470073188103850467,-0.0100784003735,0.0101751433685,0.269615471363,-0.517862209735,0.0241966584338,0.731567270682,-0.442766961184
-1470073188175980613,-0.0100585576147,0.0104138310999,0.269585102797,-0.523046076939,0.0253221096553,0.732056020111,-0.435747146382
-1470073188248107261,-0.0101147182286,0.0105861201882,0.269650399685,-0.509034793053,0.0220972792447,0.730713982436,-0.454370295667
-1470073188320311694,-0.0100839100778,0.0108033455908,0.269604384899,-0.527213352372,0.0242188502196,0.730657853585,-0.433126574305
-1470073188394600445,-0.0100559936836,0.0110016437247,0.26953715086,-0.53215283567,0.0255564445643,0.731275600611,-0.425906355412
-1470073188472232511,-0.010086379014,0.0110162487254,0.269475728273,-0.533298434492,0.0239310332891,0.729927963327,-0.426878500005
-1470073188547820275,-0.0100716277957,0.0112273637205,0.269469439983,-0.53321836255,0.0245368814638,0.730352627566,-0.426217267008
-1470073188626071776,-0.0100568383932,0.0116507103667,0.269298970699,-0.543413635711,0.0246801846005,0.729354791068,-0.414890464771
-1470073188701852723,-0.0100382771343,0.0117506692186,0.269226253033,-0.539842331476,0.0251846627803,0.730069350579,-0.418251997308
-1470073188773587939,-0.0100339250639,0.0117038208991,0.269194632769,-0.551389161843,0.0259098135859,0.729498116494,-0.403895000952
-1470073188849927838,-0.0100471964106,0.011770750396,0.269278168678,-0.540694728356,0.0249050139245,0.729826014437,-0.417591833805
-1470073188927809083,-0.0100731551647,0.0119723333046,0.269171446562,-0.532331726834,0.0227637136445,0.729187053842,-0.429407715878
-1470073189002059203,-0.0101166768,0.0123900044709,0.269227772951,-0.524080580925,0.0204484332468,0.728065530703,-0.441409095146
-1470073189073897653,-0.0101408325136,0.0131145948544,0.268814265728,-0.542820927682,0.0202835897333,0.726406712347,-0.421031239595
-1470073189158064708,-0.0100872851908,0.0133592821658,0.26847743988,-0.571001936914,0.0256777927873,0.727575695118,-0.379382454618
-1470073189231984185,-0.0101100606844,0.013502297923,0.268125355244,-0.556313815245,0.0254149162418,0.728767336949,-0.398456007102
-1470073189305233438,-0.0101521480829,0.0137256057933,0.26756465435,-0.522334927987,0.0240527131868,0.731075978983,-0.438309939366
-1470073189377779684,-0.0101362857968,0.0136014930904,0.267708778381,-0.527919927499,0.0227970827537,0.729484798103,-0.434318745283
-1470073189458464683,-0.0100808423012,0.0131592545658,0.26812979579,-0.550379093948,0.0227533924101,0.727374223963,-0.409257711464
-1470073189531493603,-0.0099968649447,0.0127936443314,0.268462926149,-0.5652278381,0.0250187505782,0.727593381562,-0.387942552789
-1470073189610199795,-0.00992786791176,0.0125834876671,0.268435716629,-0.583283652927,0.0287191618105,0.728007205053,-0.35911126321
-1470073189698818278,-0.00996267609298,0.0124639645219,0.268511027098,-0.572936852447,0.0271819138023,0.72824256706,-0.375056356021
-1470073189775853635,-0.0100205251947,0.0121988458559,0.268360555172,-0.561553063545,0.0237428977522,0.727016221053,-0.3943879384
-1470073189855752218,-0.00993525609374,0.0120451971889,0.26832562685,-0.573350300813,0.0280622169093,0.728660811808,-0.373544329197
-1470073189930030171,-0.0100167421624,0.0117695201188,0.26829919219,-0.546589229522,0.0228163778944,0.72783001289,-0.413501027092
-1470073190012036437,-0.0099821453914,0.0114562548697,0.268390893936,-0.570504476173,0.0259597098717,0.727645735392,-0.37997686758
-1470073190086177100,-0.00994798820466,0.0111913848668,0.268126994371,-0.562811640158,0.0278334576627,0.729739819451,-0.38723139367
-1470073190161937276,-0.0099582914263,0.0109956730157,0.268244475126,-0.564010532329,0.026699697798,0.728860118341,-0.387223673671
-1470073190236561342,-0.0100189549848,0.0108455168083,0.268178522587,-0.541080539488,0.0236181357692,0.728953292936,-0.41868977796
-1470073190315612590,-0.00996172986925,0.0105964560062,0.268217414618,-0.551431802883,0.0267343967255,0.730264480709,-0.402395361573
-1470073190387304408,-0.0100174602121,0.0104362042621,0.268172353506,-0.534255692641,0.0236555392775,0.729510265071,-0.426410651249
-1470073190461596812,-0.0100119542331,0.0102499183267,0.268043637276,-0.553711933276,0.0245562142389,0.728681440481,-0.402272849679
-1470073190536495245,-0.00999952573329,0.0100210346282,0.268121123314,-0.541761810927,0.0249154905286,0.729687362165,-0.416448930903
-1470073190609505259,-0.010010891594,0.00987480860204,0.268040299416,-0.549995900342,0.0236184812206,0.728151935719,-0.408339852892
-1470073190683866494,-0.00994807016104,0.00972495786846,0.268107712269,-0.55814779647,0.0277361403598,0.730155696703,-0.393159512648
-1470073190756224882,-0.0100054256618,0.00952762365341,0.267967015505,-0.519870376291,0.0239643941979,0.73123203746,-0.440976424605
-1470073190826465303,-0.00995061639696,0.00925817899406,0.267871558666,-0.549960186928,0.0264782803314,0.730245100205,-0.404456162138
-1470073190901598505,-0.0100208679214,0.00864172820002,0.267236858606,-0.517006497461,0.025076804699,0.732296589447,-0.442512305515
-1470073190977338180,-0.0100390631706,0.008276399225,0.266966044903,-0.524540466205,0.0242607142549,0.730781644862,-0.436150094107
-1470073191052897636,-0.010001915507,0.00793091952801,0.26668664813,-0.523336622117,0.0235642110023,0.73036269449,-0.438330745451
-1470073191125641862,-0.00999174080789,0.00771576771513,0.26635363698,-0.528617955238,0.02178588053,0.728617822687,-0.434976437605
-1470073191201962925,-0.00992678012699,0.00757584068924,0.266118973494,-0.538528232049,0.0246842574336,0.729900308738,-0.420266070513
-1470073191275379885,-0.0098596541211,0.00739842792973,0.265797555447,-0.556911230657,0.0265250235324,0.729355688371,-0.396467633149
-1470073191353669868,-0.00987678766251,0.00734023330733,0.265215873718,-0.538991526682,0.0263649502091,0.731114739974,-0.417449710215
-1470073191431521452,-0.00994105264544,0.00730880675837,0.264571279287,-0.523016538625,0.0254589447562,0.732225221392,-0.435490261217
-1470073191508155422,-0.00995283666998,0.0071923667565,0.26429232955,-0.523657314154,0.025619013117,0.732168815781,-0.434805138765
-1470073191582578058,-0.00997254718095,0.00705588981509,0.264198184013,-0.521731700852,0.0241577784692,0.731221697691,-0.438779287219
-1470073191655284885,-0.00999670196325,0.00687202112749,0.264196276665,-0.517308484025,0.0235824111139,0.731186168765,-0.444074981111
-1470073191727912736,-0.0099586006254,0.00678632501513,0.264217615128,-0.523973049662,0.0250667715067,0.731749661321,-0.435162421804
-1470073191805648001,-0.0100335180759,0.00724621023983,0.263892561197,-0.470600792668,0.0176675257284,0.730299900848,-0.494858370947
-1470073191885198235,-0.0099561791867,0.00765245826915,0.263723909855,-0.518786045344,0.0214030345391,0.72924890254,-0.445644463012
-1470073191966778026,-0.00984219647944,0.00791959278286,0.263497024775,-0.549752783465,0.025561744635,0.729367095982,-0.406376812308
-1470073192043380596,-0.00986433029175,0.00808523781598,0.263257265091,-0.542142409748,0.0227202593093,0.728081315298,-0.418883033417
-1470073192114909288,-0.00984020717442,0.00829484593123,0.262840718031,-0.563389464022,0.0239127483932,0.726826855136,-0.392101026454
-1470073192191002036,-0.00979928299785,0.00825782958418,0.262823283672,-0.575786476822,0.0263357278884,0.727117075999,-0.37293044973
-1470073192270485196,-0.0098822535947,0.00804291386157,0.262749612331,-0.549903147658,0.0239624519031,0.728185978405,-0.408384022642
-1470073192345402684,-0.0098346658051,0.00732547370717,0.262807011604,-0.558334828661,0.0271148707556,0.729394339105,-0.39434870479
-1470073192421279802,-0.00986507534981,0.00713416188955,0.262984514236,-0.527382432625,0.022149248624,0.72898654895,-0.435839181342
-1470073192504144107,-0.00978202279657,0.00729361735284,0.263119965792,-0.549118609466,0.0261090691957,0.729765964895,-0.406483340034
-1470073192580589663,-0.00978581886739,0.00738135492429,0.26318487525,-0.55450850295,0.0266067253903,0.729503013421,-0.399546938081
-1470073192659861007,-0.00981992576271,0.00771867390722,0.263205736876,-0.557364886247,0.0253843538364,0.728440454445,-0.397585868068
-1470073192733453620,-0.00982721894979,0.00862189009786,0.263105988503,-0.568555208974,0.0259465844316,0.727910340265,-0.382384996621
-1470073192806880960,-0.00996598321944,0.00966645404696,0.262989968061,-0.549156343088,0.0182956512627,0.724622758505,-0.41595004249
-1470073192881788315,-0.00988275930285,0.0108503103256,0.262541174889,-0.582926562793,0.0249590456045,0.725819221225,-0.364362630538
-1470073192953308467,-0.00993178412318,0.0114273140207,0.262232363224,-0.561097222687,0.0217023936617,0.725777341237,-0.397424412624
-1470073193030029411,-0.00993446446955,0.0118900900707,0.261829078197,-0.541435202321,0.0217212254244,0.727636311193,-0.420620385487
-1470073193106366340,-0.00985405873507,0.012577213347,0.261126190424,-0.545285640342,0.0243118947058,0.729109307986,-0.412882694262
-1470073193184613153,-0.00984790269285,0.0126689597964,0.26095533371,-0.546313289518,0.0230521501106,0.727975769337,-0.413596019479
-1470073193261353374,-0.00978355202824,0.0127088092268,0.260780513287,-0.563295932094,0.0246592477734,0.727447130663,-0.391037448944
-1470073193344249706,-0.00976652186364,0.0127767426893,0.260418355465,-0.592373944465,0.0239050504094,0.724047294144,-0.352529678647
-1470073193422322537,-0.00974595546722,0.0128400623798,0.259921848774,-0.606401922155,0.0249253675888,0.723464356415,-0.329020910969
-1470073193495756041,-0.00978455971926,0.0129432845861,0.259254425764,-0.567589700151,0.0253889000132,0.727601203317,-0.38443962461
-1470073193571653740,-0.00985233299434,0.01308271382,0.258676320314,-0.540718333235,0.0219965162588,0.727750920089,-0.421329367225
-1470073193648247145,-0.00984334386885,0.013375589624,0.258599281311,-0.547789141954,0.0215842073248,0.72683413849,-0.413730967027
-1470073193732476944,-0.00975873786956,0.0137621248141,0.258455723524,-0.572908745252,0.0266913725382,0.727800332818,-0.375991776234
-1470073193811185551,-0.00982608366758,0.0135377468541,0.258617550135,-0.554686841191,0.0232669420455,0.727344724048,-0.403423859008
-1470073193886314779,-0.00975750759244,0.0129847535864,0.258693039417,-0.569478044726,0.0277562930222,0.728866777549,-0.379048236188
-1470073193959540625,-0.00984940305352,0.0127426981926,0.258760035038,-0.536117110049,0.023030167478,0.72880122655,-0.425319677275
-1470073194032721342,-0.0097733521834,0.0124953268096,0.258738040924,-0.567082460253,0.0274165190438,0.72879159917,-0.382790572944
-1470073194104062886,-0.00983570702374,0.0121859777719,0.258695930243,-0.547089443303,0.0230382317197,0.727912737438,-0.412680781697
-1470073194179634462,-0.00977593380958,0.0120185269043,0.258723437786,-0.561487609678,0.0270402948516,0.729161684902,-0.390286720121
-1470073194256470323,-0.00982475187629,0.0117921670899,0.258668631315,-0.550663639631,0.0235970802983,0.727887778955,-0.407911896171
-1470073194329950080,-0.00977500993758,0.0115228686482,0.258643001318,-0.56118641513,0.0263619876871,0.728703769936,-0.391619290587
-1470073194404289472,-0.00986259803176,0.0112362997606,0.25857976079,-0.525078239616,0.0205146944648,0.72799206333,-0.440340260845
-1470073194477334482,-0.00980993360281,0.0109409373254,0.258626908064,-0.553846207805,0.0240879015061,0.727852748133,-0.403614330936
-1470073194560802333,-0.00979305617511,0.0108005134389,0.258539587259,-0.552914198669,0.0245246665399,0.728358065704,-0.403954153049
-1470073194634977294,-0.00976460799575,0.0106135811657,0.258564919233,-0.564508232309,0.0267435828289,0.728566137431,-0.387048601368
-1470073194713440890,-0.00981774087995,0.0103776073083,0.258528023958,-0.543050467033,0.0227748791204,0.728092638704,-0.417682420748
-1470073194788567151,-0.00978677719831,0.0102392826229,0.258538395166,-0.558580404117,0.0253805119276,0.72830208235,-0.396131087642
-1470073194867185437,-0.00979389809072,0.010055700317,0.258581638336,-0.554271326408,0.0246548884467,0.728253839326,-0.402270777841
-1470073194943654409,-0.00983789935708,0.00993119552732,0.258567690849,-0.53513900151,0.0219847463913,0.728192744353,-0.427642662817
-1470073195024060185,-0.0097889713943,0.00973156094551,0.258554369211,-0.543833339427,0.0248125906656,0.729381210961,-0.414285750863
-1470073195098787300,-0.00978988409042,0.00958246458322,0.258541226387,-0.544433042605,0.0243528021992,0.729063658416,-0.414084272972
-1470073195173651759,-0.00972365215421,0.0093044359237,0.258421897888,-0.558346523952,0.0271060617953,0.729447039691,-0.394235255769
-1470073195245305047,-0.00971813313663,0.00889606401324,0.258131355047,-0.560606750505,0.0255936921327,0.728183410701,-0.393464044852
-1470073195317054258,-0.00973099004477,0.00859431084245,0.258200883865,-0.553411232222,0.0246599098724,0.728360762161,-0.403259838119
-1470073195395295839,-0.00964935217053,0.00823766272515,0.257785916328,-0.582740978874,0.0272169609347,0.726910128357,-0.362317338627
-1470073195470265940,-0.009780369699,0.00785581115633,0.256679832935,-0.564312134352,0.0242596767185,0.726875631986,-0.390659824826
-1470073195544976121,-0.00981358904392,0.00776246376336,0.256322473288,-0.534412998084,0.0219535774694,0.727978699887,-0.428914677327
-1470073195620955647,-0.00977566558868,0.00770766334608,0.256106555462,-0.542784461123,0.0224198564664,0.727606454812,-0.418892857084
-1470073195698063979,-0.00972826592624,0.00765011506155,0.255838394165,-0.546269037646,0.0230829499053,0.727885817746,-0.413811010315
-1470073195775846608,-0.00966170523316,0.00757191423327,0.255389243364,-0.558213742412,0.0243804343013,0.727695626577,-0.397821677723
-1470073195851281984,-0.00952363759279,0.00742739904672,0.252260535955,-0.577119702259,0.0241985147754,0.725794319077,-0.373590534599
-1470073195925120223,-0.00971779599786,0.00745925167575,0.250914663076,-0.47461108807,0.015969594713,0.728149380507,-0.494254758999
-1470073195998132118,-0.00973480381072,0.00745475292206,0.250827282667,-0.452351476922,0.0140593018323,0.727741974567,-0.515336876045
-1470073196073429753,-0.00968453101814,0.00746368663386,0.250809341669,-0.496463722957,0.016680253714,0.727011417225,-0.474025252648
-1470073196155189804,-0.00959645118564,0.00743656326085,0.250581532717,-0.540693509202,0.0199641292728,0.726075635958,-0.424342000652
-1470073196227896551,-0.00950728636235,0.00741909258068,0.250259846449,-0.560252271492,0.0228919145327,0.726467929286,-0.397287931174
-1470073196304992192,-0.00946722086519,0.00738769816235,0.250005722046,-0.592136676319,0.0246714521535,0.724619200112,-0.351699432521
-1470073196380092525,-0.00955792702734,0.00741613144055,0.248985081911,-0.542176744045,0.0235486974598,0.728641060682,-0.417818192223
-1470073196453324528,-0.00955669954419,0.00743542658165,0.248603835702,-0.530702778736,0.0231278107854,0.729414236458,-0.431015703498
-1470073196525396374,-0.0095776040107,0.00743215857074,0.248371094465,-0.518381358144,0.01967300111,0.727763371868,-0.448613659092
-1470073196597508003,-0.00945520494133,0.00727527448907,0.248105272651,-0.554589910863,0.024866351158,0.72841644879,-0.401523564043
-1470073196670313791,-0.00945391319692,0.00719069223851,0.248031467199,-0.553953626087,0.0239097224264,0.727691981566,-0.403767365303
-1470073196743043006,-0.00948770996183,0.00721875810996,0.247851386666,-0.565283001567,0.0216135205769,0.72516936362,-0.392577862257
-1470073196815788353,-0.00952653773129,0.00726018100977,0.247590348125,-0.560559593006,0.0201629978134,0.724532698393,-0.400523114399
-1470073196893666778,-0.00948915444314,0.00732009205967,0.247231423855,-0.570452133285,0.0230327127691,0.725555416573,-0.384217640478
-1470073196970315355,-0.00956401787698,0.00761380931363,0.246429175138,-0.528357308677,0.0209385165686,0.727903682759,-0.436527618276
-1470073197048747978,-0.00948961172253,0.00770247494802,0.246136665344,-0.543109053222,0.0226759844075,0.727843487644,-0.418045707469
-1470073197125473272,-0.00953722279519,0.00777427339926,0.245822265744,-0.515087309122,0.0182105802237,0.726879386028,-0.453872004993
-1470073197203610974,-0.0094646345824,0.00781846325845,0.245630905032,-0.549059395568,0.0213445754282,0.726417885235,-0.412789589559
-1470073197276869394,-0.00944924261421,0.00792321655899,0.245843365788,-0.564748560046,0.0241064562221,0.727059130032,-0.389695989371
-1470073197354265637,-0.00952130090445,0.00803153775632,0.246307015419,-0.564090972035,0.0240132217923,0.72684362031,-0.391053822463
-1470073197426967177,-0.00957998633385,0.00809410307556,0.246555402875,-0.544831717087,0.0223399412509,0.727377123093,-0.416631549311
-1470073197500656112,-0.00952143780887,0.0081298975274,0.246362909675,-0.555072217302,0.0239882167882,0.727637209368,-0.402322620018
-1470073197574112113,-0.00951982475817,0.00819693971425,0.245758980513,-0.555090708521,0.0214476208221,0.726053457097,-0.405290861373
-1470073197652506272,-0.00949296820909,0.00820658262819,0.244568884373,-0.552217923108,0.0232560254882,0.727467309818,-0.406578203821
-1470073197728304404,-0.00945450924337,0.00819472689182,0.242305085063,-0.538756577536,0.0228518868969,0.728559101646,-0.422398836215
-1470073197800804074,-0.00941508449614,0.00821873079985,0.241821095347,-0.547928082898,0.0230287590424,0.727648512969,-0.41203414155
-1470073197880681581,-0.0094400215894,0.00824563391507,0.241499081254,-0.526285765508,0.0190175805804,0.72650491138,-0.441420704536
-1470073197958712563,-0.00937377475202,0.00823086407036,0.241318285465,-0.564762706254,0.0215177434259,0.72503158125,-0.393585160458
-1470073198036500462,-0.00935772527009,0.0082525908947,0.240905791521,-0.569584099563,0.0232389313121,0.725772229278,-0.385082558428
-1470073198111440414,-0.00941603258252,0.00834374781698,0.239958807826,-0.544444365768,0.0234619604207,0.728394613801,-0.415296467095
-1470073198187453951,-0.00942615699023,0.00837567262352,0.239669665694,-0.526317377114,0.0205705724985,0.727996600011,-0.438848288668
-1470073198263447489,-0.00935787986964,0.00837912410498,0.239459007978,-0.547258444366,0.0225641645973,0.727518349772,-0.41317805398
-1470073198339420522,-0.00932952575386,0.00838493462652,0.239364221692,-0.560127566562,0.023434865104,0.726916231415,-0.396611533846
-1470073198413130776,-0.00950870476663,0.00847784336656,0.240109309554,-0.533866882968,0.0207380951786,0.72717176678,-0.431018914059
-1470073198487074127,-0.0094915702939,0.00851794797927,0.240308523178,-0.542853542309,0.0223346006812,0.727654863839,-0.418723770936
-1470073198559465181,-0.00945957284421,0.00853753276169,0.239987507463,-0.524800162321,0.0218398101806,0.729014901036,-0.43891352951
-1470073198629218605,-0.00932958442718,0.0085628060624,0.239587560296,-0.557587133394,0.0266076098742,0.729273085823,-0.395663228092
-1470073198706112768,-0.00938053056598,0.00854161102325,0.23857216537,-0.539560188062,0.0207742328027,0.726970091206,-0.424214239745
-1470073198781481564,-0.00930773559958,0.00848065689206,0.236566990614,-0.552676886454,0.0202382229017,0.725363626258,-0.409861297533
-1470073198853734157,-0.00936987902969,0.0085174171254,0.235855102539,-0.540351895946,0.0220032410213,0.72769700723,-0.421891871929
-1470073198928902367,-0.00932035688311,0.00849805958569,0.235628202558,-0.552803761568,0.0228140184237,0.727032692021,-0.40658453794
-1470073199009482478,-0.0092360349372,0.00852291099727,0.235198244452,-0.569739275505,0.0242996913716,0.72638864919,-0.383622487967
-1470073199084799101,-0.00929772667587,0.00851668417454,0.234845221043,-0.559411348535,0.0198963148208,0.724438537884,-0.402308196056
-1470073199157399161,-0.00932420045137,0.00855291262269,0.23421266675,-0.528520007298,0.0204765602978,0.727383251542,-0.437219530374
-1470073199236521273,-0.00936462171376,0.00856663007289,0.233840376139,-0.525877999836,0.0208056104595,0.727910008709,-0.439507081949
-1470073199310669858,-0.00927431508899,0.00859825592488,0.23348467052,-0.545927060888,0.0231668643635,0.727887968378,-0.414253601163
-1470073199382739703,-0.00928767398,0.00860740337521,0.233160212636,-0.537793748182,0.0198669564656,0.726198061797,-0.427807858156
-1470073199454860314,-0.00923984777182,0.00856892112643,0.232810378075,-0.563310876097,0.021064679804,0.724861800633,-0.39599558851
-1470073199529318198,-0.00927113741636,0.00861098431051,0.23206025362,-0.550382825162,0.0225377340378,0.727136587585,-0.409686684317
-1470073199601477382,-0.00923019926995,0.00863022077829,0.231534987688,-0.556594409287,0.0236881983642,0.727370440591,-0.40071657685
-1470073199674739099,-0.00926223583519,0.00864221807569,0.231223374605,-0.532235059899,0.0196623395751,0.726648348116,-0.43396014978
-1470073199753462209,-0.00922220293432,0.00864066835493,0.231053844094,-0.536723379314,0.0206898968275,0.726999830261,-0.427751316851
-1470073199828313309,-0.00919658783823,0.00863575004041,0.230624780059,-0.544154016216,0.0217873019176,0.726992275715,-0.418215197191
-1470073199903708755,-0.00924831535667,0.00864511635154,0.22987793386,-0.553862416964,0.0226687922145,0.726633977769,-0.40586403054
-1470073199976492394,-0.00923274550587,0.00866658426821,0.229662075639,-0.551220697205,0.0225817743651,0.726933005571,-0.408918343745
-1470073200054192765,-0.00921408180147,0.00868064444512,0.229318737984,-0.543932294278,0.0205125532434,0.726188135221,-0.419961529983
-1470073200128345644,-0.00919427350163,0.00869339238852,0.229229435325,-0.55225477721,0.021389706591,0.726097172966,-0.409072165897
-1470073200208792172,-0.00927883666009,0.00874382071197,0.229588389397,-0.537331980192,0.0205641428815,0.726743614377,-0.427428564853
-1470073200287670650,-0.00925483647734,0.00880216807127,0.229956761003,-0.556078340335,0.0251278137637,0.728480960636,-0.399325634509
-1470073200372036264,-0.00925515126437,0.00880471337587,0.229925334454,-0.552616232591,0.0244345474104,0.728268699996,-0.404528062038
-1470073200446034974,-0.00922100804746,0.00881420541555,0.229547798634,-0.548747262339,0.0229436424152,0.727628920173,-0.410981977556
-1470073200522080440,-0.00915448274463,0.00882616452873,0.229093983769,-0.548208451233,0.0243437705738,0.728505413808,-0.410066746864
-1470073200598028928,-0.00918057374656,0.00880243908614,0.225798264146,-0.517786781898,0.0195086342498,0.727666778703,-0.449463369868
-1470073200668844239,-0.00904800090939,0.00879510771483,0.225053861737,-0.558271945704,0.0225376090418,0.726354883163,-0.400291237131
-1470073200741648594,-0.00905743334442,0.00881525594741,0.225396841764,-0.570347974104,0.0244101664785,0.726423133222,-0.38264443512
-1470073200814321953,-0.00904414523393,0.00883956439793,0.225004017353,-0.562803491297,0.0225811158229,0.725957194602,-0.39462447339
-1470073200888339846,-0.0091098099947,0.00885138474405,0.224406942725,-0.536343089767,0.0204835284456,0.726746627143,-0.428667534412
-1470073200964490572,-0.00912944972515,0.00884036067873,0.22397980094,-0.554204411486,0.0220188637784,0.726319891378,-0.405995141985
-1470073201040541634,-0.00904892664403,0.00887390784919,0.223640620708,-0.559809130585,0.0239283273272,0.72714340657,-0.396615227578
-1470073201113264992,-0.00911988411099,0.00888614822179,0.22332380712,-0.526450595346,0.0185222040605,0.725987157899,-0.442096533782
-1470073201185753753,-0.00911105144769,0.00892648659647,0.223053514957,-0.527544343155,0.0198540910553,0.727058533158,-0.438963176628
-1470073201261627998,-0.00910090282559,0.0089609362185,0.223317667842,-0.535606271141,0.0210572929455,0.727319287959,-0.428589741
-1470073201336080985,-0.00904640369117,0.00897249858826,0.223681375384,-0.569094919337,0.0255737040937,0.72743454661,-0.382512664943
-1470073201408514175,-0.00905316136777,0.00901115871966,0.223758891225,-0.554179281027,0.0249675746935,0.728608675626,-0.401735413546
-1470073201484393864,-0.00905542820692,0.00903254374862,0.223459929228,-0.54305284253,0.0235123461428,0.72870985029,-0.416560600501
-1470073201558645708,-0.00905702076852,0.00905836373568,0.222771823406,-0.55053532675,0.0247452599618,0.728771445232,-0.406436596192
-1470073201627996594,-0.00908744055778,0.00904596783221,0.222204118967,-0.54151091811,0.0239374825305,0.729010184223,-0.41801563822
-1470073201699597774,-0.00909873843193,0.00901739671826,0.220198228955,-0.522917999279,0.0188832546696,0.726667652708,-0.445145269806
-1470073201773809085,-0.00895973201841,0.0089922202751,0.21954934299,-0.561562356055,0.022169645231,0.725546408632,-0.39716323598
-1470073201844192222,-0.00896310526878,0.00904180947691,0.219001695514,-0.549652426712,0.0226927880669,0.727114762462,-0.410696200845
-1470073201917857857,-0.00902581866831,0.00905130617321,0.218548923731,-0.544749121774,0.021867855978,0.727107084462,-0.417235519733
-1470073201990778577,-0.00900828372687,0.00905802380294,0.218215018511,-0.542249977923,0.0209735527648,0.726761440854,-0.421120979785
-1470073202066878129,-0.00891331676394,0.0090906880796,0.217852711678,-0.551973290289,0.0234979381068,0.727624880283,-0.4066145193
-1470073202143668266,-0.00893711671233,0.0091166170314,0.217351019382,-0.540887594529,0.0222597405903,0.727615901192,-0.421331478015
-1470073202216136368,-0.00903957337141,0.00908794254065,0.217008054256,-0.525231745622,0.0187129830292,0.726358835264,-0.442926946675
-1470073202289873917,-0.00897028669715,0.00909819360822,0.216549620032,-0.550508060408,0.0216736528637,0.726369921307,-0.410923187004
-1470073202376129152,-0.00897394958884,0.00914812833071,0.216708257794,-0.559753217888,0.0230645727916,0.72665319338,-0.397642423662
-1470073202452476087,-0.00901574362069,0.00920958630741,0.217010602355,-0.540916072912,0.0232605897642,0.728747458379,-0.419280203367
-1470073202525802112,-0.00900827068835,0.00923008751124,0.217116385698,-0.543363934999,0.0239858933555,0.72904597698,-0.415538535532
-1470073202601996817,-0.00892694666982,0.00914099533111,0.217003419995,-0.55040050356,0.0253002436486,0.729257552749,-0.405712466052
-1470073202673470340,-0.00891568232328,0.00901287980378,0.216620713472,-0.546047620626,0.0232169850595,0.727952289691,-0.413978781519
-1470073202748048937,-0.00873496476561,0.00886643212289,0.215284824371,-0.534823025333,0.0211248610059,0.727238658725,-0.429699901183
-1470073202823741203,-0.008670094423,0.00871786102653,0.212958678603,-0.552376002327,0.0222585701848,0.726664864739,-0.407852280195
-1470073202896974174,-0.00871969666332,0.00862114224583,0.212799027562,-0.557485637579,0.0219827594273,0.726074641301,-0.401923049152
-1470073202970465576,-0.00870101060718,0.00858471356332,0.213192790747,-0.536297274814,0.0189747462428,0.725830541098,-0.430343139416
-1470073203044388669,-0.00867113750428,0.00851697754115,0.212657347322,-0.527549337025,0.0194417525029,0.726911462719,-0.439219125985
-1470073203120489034,-0.00866247154772,0.00849051587284,0.212074562907,-0.527617629282,0.0206689819578,0.727944266574,-0.437366637065
-1470073203195464830,-0.00858363416046,0.00841364823282,0.211740016937,-0.545601238374,0.0218013196331,0.727166214397,-0.416020778071
-1470073203269131568,-0.00852823723108,0.0082973735407,0.211337760091,-0.553418814452,0.0218519664494,0.726364103791,-0.406995449724
-1470073203342245314,-0.00850499607623,0.00828383117914,0.21109546721,-0.552415021354,0.0224979865772,0.727047370969,-0.407103924262
-1470073203414384214,-0.00854155607522,0.00824870914221,0.210793316364,-0.543560400334,0.0227413131323,0.728166051424,-0.416892222785
-1470073203486861590,-0.00855137128383,0.00816037598997,0.211210310459,-0.549108290702,0.0220865979821,0.727215859255,-0.411277717996
-1470073203571776951,-0.00850986596197,0.00812081620097,0.211444616318,-0.551224321515,0.0250043374927,0.729097422789,-0.404899343738
-1470073203644351409,-0.00852021947503,0.00803951732814,0.211453303695,-0.547132345683,0.0236367860394,0.728462880346,-0.411617942528
-1470073203727262703,-0.00856099277735,0.0079070944339,0.211193025112,-0.525465959573,0.0213507988817,0.728865716952,-0.438388452595
-1470073203800463052,-0.00852581765503,0.00780905457214,0.210132107139,-0.519507708894,0.0217766649307,0.729587102164,-0.444229870248
-1470073203873691146,-0.00839057844132,0.00773017294705,0.207562342286,-0.522980809645,0.0185395556359,0.726541142857,-0.445292404332
-1470073203945840992,-0.00830635614693,0.00775456149131,0.206729084253,-0.536162030901,0.0221665648562,0.728261053661,-0.426233219896
-1470073204022488243,-0.00832875259221,0.00774763803929,0.206850096583,-0.552156207571,0.0234916054552,0.727770022342,-0.406106465714
-1470073204098711374,-0.00836110860109,0.00769202876836,0.206370279193,-0.542160003091,0.0220879263289,0.727666752284,-0.419613813141
-1470073204170233629,-0.00834436528385,0.00770817091689,0.206259205937,-0.538747542353,0.0220372527769,0.727954257382,-0.423495034515
-1470073204242794741,-0.00834863074124,0.00768490927294,0.205905541778,-0.528042159244,0.0191697117438,0.726647285537,-0.439075987313
-1470073204318980839,-0.00829869322479,0.00770872924477,0.205359324813,-0.537078806968,0.0218702009483,0.727876883463,-0.42575026945
-1470073204395464778,-0.00831757020205,0.00769000034779,0.204797253013,-0.550979444209,0.0227320106154,0.727345595104,-0.408501276664
-1470073204470217837,-0.00829656422138,0.00769808655605,0.204668849707,-0.548445886073,0.0226533311162,0.72759643895,-0.411457602513
-1470073204545085252,-0.00831558462232,0.00772654637694,0.204850271344,-0.549431290966,0.0233290316377,0.727960882474,-0.409455695258
-1470073204620441248,-0.00834316574037,0.00776848802343,0.205277174711,-0.533171139859,0.0228320753712,0.729159680524,-0.428407974078
-1470073204698626118,-0.00832932814956,0.00780530693009,0.205670118332,-0.511064904402,0.0221821215445,0.730638437498,-0.452203594218
-1470073204773537884,-0.00834050308913,0.00778468092903,0.205142468214,-0.535156644616,0.0232956373484,0.729332829345,-0.425603457508
-1470073204852100735,-0.008331367746,0.00777314184234,0.204950332642,-0.542583129208,0.0231196026824,0.728512155389,-0.417539305121
-1470073204925812878,-0.00829291250557,0.00782386958599,0.204504460096,-0.531344204367,0.0223553752583,0.729034484057,-0.43090868492
-1470073204998073663,-0.00830428209156,0.00782492570579,0.204011783004,-0.526252319118,0.0223453176275,0.729302141874,-0.436666427906
-1470073205068957597,-0.00833113491535,0.00778767745942,0.2034984231,-0.535400374892,0.0230942102502,0.729175844315,-0.425576883871
-1470073205141076369,-0.00827540457249,0.0077455136925,0.203224390745,-0.543727455292,0.0233108172136,0.728503961836,-0.416051724851
-1470073205214791244,-0.00824967212975,0.00776209356263,0.203054130077,-0.545925499879,0.0244182296308,0.729039466641,-0.412153557213
-1470073205287477123,-0.00824854243547,0.00777448667213,0.202650159597,-0.533328492159,0.0226469615792,0.728980767867,-0.428526399027
-1470073205359807781,-0.00825321301818,0.00776466215029,0.202053800225,-0.536940479508,0.0233637580544,0.729316166194,-0.423375703134
-1470073205439158804,-0.00820477493107,0.00777936447412,0.201683282852,-0.542483555106,0.024448588396,0.729619523162,-0.415655158017
-1470073205513992292,-0.00818396639079,0.00779488077387,0.201537147164,-0.543492789707,0.0238634054554,0.729021772873,-0.415419523006
-1470073205588239270,-0.00816973205656,0.00780209992081,0.20133779943,-0.548609026507,0.0223362393873,0.727360153149,-0.411675158415
-1470073205656640166,-0.00814166665077,0.00785126909614,0.201238811016,-0.544049907764,0.0226691825526,0.728094121225,-0.41638294473
-1470073205728572414,-0.00808727554977,0.00790322385728,0.201091185212,-0.537804211021,0.022830521725,0.728855527017,-0.423101664642
-1470073205800386655,-0.00804647337645,0.00794698111713,0.20107857883,-0.546243209901,0.0239728286542,0.728929347362,-0.411953475138
-1470073205874884085,-0.00802151858807,0.00797569286078,0.201057434082,-0.537644332341,0.0231303799071,0.729157551133,-0.42276804876
-1470073205948256605,-0.00797170493752,0.00801290664822,0.20104637742,-0.534656901281,0.0225515530417,0.72897564952,-0.426881632042
-1470073206025159007,-0.00794609263539,0.00806983280927,0.200959593058,-0.52300810236,0.0207460971926,0.728601708043,-0.441782384613
+1470147392468381323,-0.036656588316,0.375240117311,1.35773050785,-0.03700793851,0.0102468896007,-0.387048540321,-0.921259377795
+1470147392588972789,-0.0366595126688,0.375291794538,1.35791540146,-0.0355189831445,0.00982659556258,-0.387162235857,-0.92127479233
+1470147392668592005,-0.0366592928767,0.374884098768,1.35644757748,-0.0365400887289,0.0102567181018,-0.386232492949,-0.921620357327
+1470147392757417769,-0.0366587564349,0.375277817249,1.35786533356,-0.0359975803169,0.00993896111864,-0.387133589074,-0.921267048946
+1470147392835836966,-0.0367187783122,0.375361263752,1.35840427876,-0.044564721436,0.0128109299504,-0.389093031082,-0.92003069451
+1470147392915175786,-0.0366511493921,0.375201582909,1.35746240616,-0.0403366833482,0.0107918013732,-0.38764729206,-0.920861588925
+1470147392996104934,-0.0367240682244,0.375068277121,1.35723078251,-0.0429820016666,0.0125426888422,-0.387557586171,-0.920757484841
+1470147393073032647,-0.0366642028093,0.37458845973,1.35526478291,-0.0352681188634,0.00998766965305,-0.384721335455,-0.922304667825
+1470147393148478785,-0.0365235693753,0.379838675261,1.3730880022,-0.00383931790373,0.0054431546245,0.391649916346,0.920090199237
+1470147393224694254,-0.0363374426961,0.38378149271,1.37415754795,-0.17317148765,0.0179115706626,0.778017146399,-0.603639073793
+1470147393305000088,-0.0362162031233,0.375754922628,1.34501552582,-0.283478801632,0.0321207851224,0.784733919087,-0.550273296119
+1470147393379038564,-0.03421812132,0.369893223047,1.33615171909,-0.191231817521,0.0221374066733,0.779555792736,-0.596014339765
+1470147393455904220,-0.0371279753745,0.352725595236,1.30740272999,-0.151368760786,0.0148644387708,0.792890499224,-0.590077285581
+1470147393532759013,-0.0368259735405,0.344892144203,1.30051255226,-0.202127375063,0.02034484377,0.78215822261,-0.589032364463
+1470147393605078348,-0.0346327014267,0.338379412889,1.28133618832,-0.333399012379,0.03355848109,0.779981070455,-0.528534253028
+1470147393677038058,-0.0338546968997,0.332661837339,1.28675353527,-0.242113208591,0.0251899183026,0.783563633623,-0.571642103334
+1470147393755067782,-0.0338314883411,0.315568953753,1.25100314617,-0.250746080237,0.0304332090487,0.789202645449,-0.559785144005
+1470147393830382078,-0.0325712151825,0.306583940983,1.23304665089,-0.166554069154,0.0191706757132,0.783731330711,-0.598044670992
+1470147393903944130,-0.0313434191048,0.30276837945,1.24495375156,-0.217835065138,0.0169321377094,0.773219259134,-0.595309301467
+1470147393976441819,-0.0305041689426,0.293130785227,1.23129940033,-0.116819572385,0.0124412145522,0.779328696937,-0.615504009588
+1470147394049009537,-0.0303999148309,0.285662889481,1.22938740253,-0.201152754171,0.0194998427261,0.769802003539,-0.605443804966
+1470147394132620931,-0.0291544329375,0.274136841297,1.20633375645,-0.282627576442,0.0292711456745,0.778473354681,-0.559682132212
+1470147394215477024,-0.0286341160536,0.262248784304,1.1988106966,-0.218171898116,0.023730260555,0.774837909287,-0.592844087377
+1470147394293459276,-0.0281963162124,0.253438919783,1.18941426277,-0.334169854353,0.0390900085679,0.775528934035,-0.534188498702
+1470147394375267832,-0.0274899452925,0.244084775448,1.17745554447,-0.244441667717,0.0226219723408,0.777302250368,-0.579256186003
+1470147394451237194,-0.0272731259465,0.230450451374,1.1481051445,-0.033117752901,0.00561523901518,-0.454180077296,-0.890276440731
+1470147394525525777,-0.0272027272731,0.221531718969,1.13971102238,-0.172271042391,0.019666995508,0.780432464969,-0.600717125495
+1470147394596423655,-0.0259956307709,0.21158374846,1.11719477177,-0.300788381956,0.0396238044608,0.788490456408,-0.53501318073
+1470147394671775014,-0.0255807396024,0.202931851149,1.11219453812,-0.250406000044,0.0302503658626,0.778080706798,-0.575301802722
+1470147394750572999,-0.0255372673273,0.197387740016,1.11132800579,-0.215987994991,0.0212136079622,0.770830200549,-0.598932359101
+1470147394825302257,-0.0251190382987,0.190562218428,1.1024582386,-0.368828620844,0.0420145803875,0.772089822915,-0.515827033832
+1470147394898588203,-0.0243934113532,0.183518603444,1.09085297585,-0.2975726699,0.0291958066311,0.77101715101,-0.562254981171
+1470147394972514864,-0.0240961890668,0.175262540579,1.08548367023,-0.265530301286,0.0256557532494,0.763467697851,-0.588177282597
+1470147395049285074,-0.0244445465505,0.167115852237,1.06231021881,-0.219106155688,0.0250029322009,0.775329074903,-0.591804166537
+1470147395125978609,-0.0244808476418,0.162966772914,1.06300663948,-0.199434382206,0.0192780465064,0.768538675791,-0.607620430804
+1470147395200215293,-0.0243113897741,0.157996490598,1.05952739716,-0.371381343262,0.035684198118,0.759965485613,-0.532217057749
+1470147395274865921,-0.0243703629822,0.148412778974,1.03110432625,-0.27188653494,0.027304360016,0.774078464892,-0.571082055604
+1470147395352062428,-0.023665541783,0.142960220575,1.01814687252,-0.364930614247,0.043022919935,0.776121456546,-0.512455032012
+1470147395425267583,-0.0233209319413,0.138852193952,1.01523518562,-0.315821535856,0.0323793234264,0.765767067372,-0.559293425164
+1470147395499895594,-0.023470941931,0.135579675436,1.0147087574,-0.185309422497,0.0125795302976,0.75037708494,-0.634378754175
+1470147395572646472,-0.0236053355038,0.128117784858,0.992602586746,-0.345055165477,0.0306077175431,0.759424333785,-0.550703896536
+1470147395646429759,-0.023153193295,0.124167360365,0.984282076359,-0.358082217192,0.0279706696991,0.758266675108,-0.544083097319
+1470147395718374782,-0.0226237922907,0.120750427246,0.974530160427,-0.314220461992,0.0262929825071,0.759795978364,-0.568580910336
+1470147395790369377,-0.022679451853,0.115561977029,0.952938735485,-0.289907158066,0.0349115698312,0.775725884649,-0.559450063795
+1470147395861291721,-0.0227135047317,0.111864045262,0.953337430954,-0.285074193342,0.0193148642542,0.751153808065,-0.595086209669
+1470147395935765234,-0.0220329202712,0.108396850526,0.940210223198,-0.450810107756,0.0477324389826,0.761779497624,-0.462800019461
+1470147396012203706,-0.0218659602106,0.104099802673,0.921756148338,-0.405990073821,0.0439296367411,0.770178314628,-0.489966948529
+1470147396090640403,-0.0218238253146,0.101099796593,0.916573822498,-0.343459666806,0.0289880462344,0.756016762225,-0.55644748691
+1470147396165581920,-0.0216047354043,0.0990299880505,0.912459909916,-0.375470355445,0.03657219605,0.762422119609,-0.525734722259
+1470147396246141565,-0.0214932449162,0.0942615792155,0.887969374657,-0.354943663605,0.0371120024894,0.771143344179,-0.527233949652
+1470147396321999324,-0.0211126618087,0.0911643579602,0.883335649967,-0.276849043952,0.0243888707236,0.764076306688,-0.582191710183
+1470147396412603304,-0.0208387281746,0.0887589007616,0.876937568188,-0.455196318233,0.0443870791558,0.75425451971,-0.471090456885
+1470147396494117627,-0.021243924275,0.0858883410692,0.863809883595,-0.307627072812,0.0220274278354,0.753608699708,-0.580477651784
+1470147396568867041,-0.0205583795905,0.082626208663,0.852791070938,-0.446715111296,0.0296311193704,0.746068758427,-0.49289858369
+1470147396641372053,-0.0206813607365,0.0798463970423,0.836204051971,-0.205039609358,0.0174279379144,0.764085870314,-0.611414596131
+1470147396713327531,-0.0205845218152,0.0786858722568,0.834986627102,-0.32281882253,0.0229820548474,0.750531578754,-0.576161593885
+1470147396788211691,-0.0205606501549,0.0748542621732,0.814274907112,-0.254901360879,0.017095955162,0.75832673343,-0.599727929903
+1470147396864934918,-0.020052075386,0.0731044337153,0.807077765465,-0.434694891522,0.0408049727998,0.759095156254,-0.482855930099
+1470147396939094721,-0.020148223266,0.0698718950152,0.791938066483,-0.359264541827,0.0279303002621,0.752640524753,-0.551072706466
+1470147397014808445,-0.0197928324342,0.0682343095541,0.78524774313,-0.370539742575,0.029456603894,0.757013837372,-0.537366409154
+1470147397092522686,-0.0198023114353,0.0658164024353,0.768468558788,-0.394782607998,0.0409643473546,0.766239439269,-0.505317460986
+1470147397168854528,-0.0200215466321,0.0631865411997,0.75630658865,-0.233306184615,0.0186388033117,0.762607925959,-0.603033971262
+1470147397248354177,-0.0195996165276,0.0618867315352,0.749950766563,-0.265035382073,0.0172465942283,0.754738276632,-0.599857428914
+1470147397324681315,-0.0189722869545,0.060264904052,0.741202771664,-0.411845132425,0.0356536417382,0.755277988424,-0.508593713028
+1470147397400323036,-0.0188839137554,0.0583521202207,0.725962758064,-0.358561944673,0.0354021190592,0.76582372751,-0.532629364737
+1470147397480353908,-0.0185513067991,0.0572638474405,0.721137046814,-0.433829423316,0.0397206413357,0.757674484226,-0.485946167872
+1470147397553590876,-0.0183636266738,0.0547527931631,0.704809367657,-0.526980460311,0.0395486549887,0.741054417186,-0.414205080979
+1470147397628259245,-0.01839973405,0.0534644499421,0.690120816231,-0.456116367797,0.0463239376916,0.758816249013,-0.462611988667
+1470147397706607328,-0.0187611915171,0.0526412241161,0.681467235088,-0.374849592481,0.0359767950856,0.764385163161,-0.523362948222
+1470147397782863577,-0.0188363287598,0.0513143800199,0.669321060181,-0.175320146538,0.0122655517929,0.759291115742,-0.626569552414
+1470147397859528409,-0.0186266377568,0.0499771349132,0.655398666859,-0.380064861754,0.0351884760035,0.761742552385,-0.523508124009
+1470147397950324992,-0.0184383001179,0.0492543764412,0.651178181171,-0.428093915713,0.0255966936044,0.742834930644,-0.514078471073
+1470147398022068830,-0.0180728118867,0.0478973984718,0.635826349258,-0.541508805569,0.0414398321327,0.740784276139,-0.39533480751
+1470147398093543777,-0.0182778481394,0.0475175343454,0.626278877258,-0.27557191868,0.0186752203508,0.755925009242,-0.593539159771
+1470147398164608277,-0.0179319418967,0.0461934655905,0.612103223801,-0.372509552981,0.0333117047788,0.760389008968,-0.530976005393
+1470147398249646182,-0.0177135542035,0.0455585308373,0.608579337597,-0.347129729638,0.0162531796229,0.739717163966,-0.576242398898
+1470147398321761157,-0.0172008946538,0.0441925227642,0.593129336834,-0.461635826376,0.0379064699705,0.750657124602,-0.471136227248
+1470147398393928384,-0.0172502733767,0.043199505657,0.583749294281,-0.380992896285,0.0235500990647,0.745035620261,-0.54700249575
+1470147398466131876,-0.0171801820397,0.0421004556119,0.572933077812,-0.384274525922,0.027186825827,0.750812765123,-0.536539054456
+1470147398537248927,-0.016675375402,0.040289029479,0.558242619038,-0.508322506069,0.0355908468616,0.741594367583,-0.436324782029
+1470147398608517490,-0.016593137756,0.039314802736,0.548419475555,-0.410329649566,0.0244210788591,0.742741705641,-0.528552692071
+1470147398680438438,-0.0164385382086,0.0384319089353,0.537973105907,-0.460170156568,0.0297177181307,0.742729352394,-0.485503237194
+1470147398752248455,-0.0162503588945,0.0382944494486,0.52752494812,-0.29475484172,0.0176780655233,0.750388976506,-0.591374207436
+1470147398827031883,-0.015661502257,0.0375137738883,0.513993680477,-0.44955298997,0.0331777952647,0.747476995022,-0.487933894112
+1470147398909480407,-0.0153348473832,0.0367443487048,0.503414154053,-0.481199711826,0.0360370104191,0.745817504669,-0.45924331345
+1470147398988536065,-0.0150852287188,0.0360040552914,0.493547797203,-0.496962509493,0.0356248534833,0.743040480533,-0.446822087929
+1470147399062395736,-0.0149466721341,0.0358631908894,0.485226124525,-0.388595717259,0.0298154274874,0.753605928805,-0.529322692582
+1470147399134906900,-0.0146720251068,0.0352137573063,0.475540310144,-0.437788148627,0.0342121207021,0.751089039754,-0.492987141902
+1470147399206805164,-0.0144922053441,0.0345283858478,0.460782408714,-0.398688896311,0.0297057833715,0.751227787413,-0.52518714932
+1470147399281052430,-0.0142275197431,0.0339517742395,0.451784819365,-0.412142067558,0.0278583853047,0.747232091677,-0.520583353255
+1470147399351462809,-0.0141049530357,0.0334062837064,0.44374987483,-0.328257115949,0.015929592428,0.741279466385,-0.585233514616
+1470147399427751893,-0.0136813735589,0.0328348651528,0.433493554592,-0.440600565323,0.028908212649,0.743708318477,-0.501929670478
+1470147399503776425,-0.0135281123221,0.0319393947721,0.417957723141,-0.415752447094,0.0281923699652,0.748393692684,-0.516005788497
+1470147399577017560,-0.0133729474619,0.0313582420349,0.409375309944,-0.371910488934,0.0185661170933,0.742406525389,-0.556929473612
+1470147399651578153,-0.0130964266136,0.0306460689753,0.398405939341,-0.403489357987,0.0286908903927,0.749137002351,-0.524563554308
+1470147399725840518,-0.0129269408062,0.0301878601313,0.390638291836,-0.350395752638,0.0180707638066,0.742738744591,-0.570294153321
+1470147399801069102,-0.0125130759552,0.0292413365096,0.374689042568,-0.396138852915,0.0263586386369,0.747664645983,-0.53233148369
+1470147399878930502,-0.0121834380552,0.0288670081645,0.366509824991,-0.405974881945,0.0262830259037,0.746458438063,-0.526586553212
+1470147399954536263,-0.0121911885217,0.028480572626,0.356815069914,-0.276906990183,0.0132340903357,0.744260001812,-0.607638401802
+1470147400033509782,-0.0119424974546,0.0279818903655,0.346778810024,-0.340272189237,0.0193932372382,0.745946549163,-0.572190951845
+1470147400107530143,-0.0117499930784,0.027636539191,0.337029367685,-0.311899528039,0.0171016891255,0.74529344975,-0.58903640838
+1470147400178623770,-0.0113665163517,0.0271100047976,0.322974652052,-0.38011858232,0.018278419553,0.740324303252,-0.554162150248
+1470147400250009331,-0.0112226149067,0.0268663894385,0.313390851021,-0.293831038911,0.0154458591012,0.744858604904,-0.5988408843
+1470147400329184139,-0.0109425261617,0.02661938034,0.30431586504,-0.41832653988,0.0229099230257,0.741308495451,-0.524346980568
+1470147400405533658,-0.0108355190605,0.0262546762824,0.291298598051,-0.3703573305,0.0187778035095,0.740863230173,-0.560004032144
+1470147400478844743,-0.010649359785,0.0263081528246,0.285165190697,-0.433082481306,0.0247224331073,0.741940131995,-0.511227157165
+1470147400552794258,-0.0107479076833,0.0263296980411,0.281064271927,-0.459578424594,0.024906979939,0.738946472873,-0.492062419034
+1470147400625082733,-0.0106933778152,0.0264885183424,0.280770242214,-0.444428834625,0.0240119350954,0.740098610886,-0.504143317014
+1470147400695852279,-0.0104327062145,0.0273623969406,0.281982004642,-0.47573058334,0.0275463806016,0.739750539166,-0.475069204216
+1470147400773146704,-0.010514116846,0.0274885445833,0.281223982573,-0.422738354381,0.0238140072685,0.741742673379,-0.520137465755
+1470147400851519346,-0.0105136511847,0.027683198452,0.280939072371,-0.426632516493,0.0255417591027,0.742710402317,-0.515474124183
+1470147400927874669,-0.0105323363096,0.0280358158052,0.28110319376,-0.425440388279,0.0239004024091,0.74132228318,-0.518527259887
+1470147401002468240,-0.0105441249907,0.0283563435078,0.280802935362,-0.419577310886,0.0241525978158,0.742241096283,-0.521967132295
+1470147401080433788,-0.0105484621599,0.0285751391202,0.280544489622,-0.448132685941,0.026512025333,0.741423931953,-0.498763231837
+1470147401153219541,-0.0106025077403,0.0285829212517,0.280433177948,-0.469322012941,0.0268849587106,0.739621889918,-0.48163628094
+1470147401226721705,-0.0105886524543,0.0285501088947,0.280394256115,-0.475367630351,0.0273419302523,0.739404197059,-0.475982634386
+1470147401304824059,-0.0105941491202,0.0284370835871,0.280497461557,-0.493737048511,0.0277018114045,0.737629841111,-0.459737483871
+1470147401381560308,-0.0106190582737,0.0283013880253,0.28043538332,-0.481916702073,0.0265280166011,0.737733351289,-0.472019129903
+1470147401454449318,-0.0106306960806,0.02815797925,0.280384212732,-0.476571809639,0.0256488373737,0.737366373326,-0.478029579511
+1470147401531783141,-0.0105997771025,0.0280407965183,0.280396491289,-0.481678823033,0.026773715214,0.738172701614,-0.471560963404
+1470147401606495183,-0.0106151020154,0.0277779791504,0.280368894339,-0.487215234887,0.0265030639611,0.737053507309,-0.467622743094
+1470147401679255190,-0.0105986827984,0.0276049859822,0.280442744493,-0.484873760552,0.0264375965919,0.737197950044,-0.469827279184
+1470147401755202105,-0.0105563169345,0.0274385865778,0.28034773469,-0.49597401593,0.027732853676,0.737171543119,-0.458059799988
+1470147401832485548,-0.0106204757467,0.0272564869374,0.280390739441,-0.477174523782,0.0252473602462,0.736500006499,-0.478784695956
+1470147401906027330,-0.0105516826734,0.0269439145923,0.280525803566,-0.482502943413,0.0266642029028,0.73749645137,-0.471782697965
+1470147401979648322,-0.0105379251763,0.0266605485231,0.280604869127,-0.459254646427,0.0249574431969,0.738402367958,-0.493177694912
+1470147402052367539,-0.010581525974,0.0262715835124,0.280574291945,-0.451047145324,0.0231939198147,0.737044865071,-0.502775677267
+1470147402127404009,-0.0104815736413,0.0259708501399,0.280555993319,-0.485540772386,0.0279580406059,0.738222139226,-0.467436176898
+1470147402206152858,-0.0104569289833,0.0254285410047,0.280777066946,-0.489985693277,0.0270331305833,0.736515990348,-0.465539929754
+1470147402281905890,-0.0104526774958,0.0250950623304,0.280765384436,-0.476091104823,0.0264994828293,0.737581464821,-0.478130337952
+1470147402359641962,-0.0104731228203,0.0246979836375,0.28078186512,-0.473968465333,0.0249787120203,0.736732582546,-0.481617129711
+1470147402434483732,-0.010480391793,0.0243711192161,0.280760705471,-0.450808320516,0.0238110214167,0.737530084905,-0.502249208334
+1470147402506765301,-0.0104866707698,0.0237888935953,0.280881524086,-0.462159710163,0.0229446703029,0.735769290174,-0.494495193146
+1470147402579771713,-0.0104441456497,0.0234022773802,0.280872732401,-0.476217611303,0.0248184455415,0.735804112135,-0.480825477706
+1470147402654763247,-0.0104090180248,0.0230133850127,0.280774146318,-0.48446487599,0.0263327112418,0.73604213407,-0.472061806466
+1470147402731679073,-0.0104071600363,0.0226926729083,0.280832052231,-0.479340746281,0.026139072684,0.737032730952,-0.475743577297
+1470147402806152838,-0.0103920614347,0.0221193414181,0.280903637409,-0.502513004303,0.026732709115,0.734861832616,-0.454691246599
+1470147402890752788,-0.0104534607381,0.0218115225434,0.280899703503,-0.46068146828,0.0227100767663,0.735588324419,-0.496151845885
+1470147402964699287,-0.0103896940127,0.0214614607394,0.280885666609,-0.496172466128,0.0261906155741,0.735105519018,-0.461244849751
+1470147403036688080,-0.010377199389,0.0211779363453,0.280901312828,-0.497991292484,0.0263917975786,0.735224006429,-0.459079302518
+1470147403114071046,-0.0104136550799,0.0207181721926,0.280812054873,-0.479108457647,0.0241448540889,0.735088667104,-0.479079078366
+1470147403192533017,-0.0103856958449,0.0204860363156,0.280851662159,-0.494378480938,0.0261750765789,0.735440784083,-0.462635532637
+1470147403271136844,-0.0104384208098,0.0202688891441,0.280849605799,-0.476433790512,0.0231511611596,0.734518683458,-0.482656369114
+1470147403347745743,-0.0104456990957,0.0199197754264,0.280878186226,-0.475087386957,0.0240266939462,0.735490549521,-0.482460717881
+1470147403421185193,-0.0104538798332,0.0196860264987,0.280675292015,-0.463405513638,0.0231607203508,0.735751769295,-0.493343941832
+1470147403505723740,-0.0104050496593,0.0194920953363,0.280770033598,-0.49547797562,0.0261917420067,0.73517892012,-0.461873926237
+1470147403577347882,-0.0104542663321,0.0192869249731,0.280809730291,-0.471960139484,0.023022094746,0.73482842309,-0.486570445578
+1470147403651617312,-0.0103936912492,0.0190420113504,0.280705243349,-0.491444261269,0.0265645229601,0.735790765823,-0.465176109786
+1470147403729238949,-0.0104781985283,0.0188675429672,0.280818849802,-0.466047458991,0.022481748418,0.734712237407,-0.492435036487
+1470147403803203346,-0.0103812860325,0.0186324417591,0.280789941549,-0.502790820112,0.027031548849,0.734980155487,-0.454174919627
+1470147403873415462,-0.010422360152,0.0184177551419,0.280835300684,-0.479790950216,0.0237384850434,0.734780064186,-0.478889742732
+1470147403953437855,-0.010399251245,0.0181312374771,0.280774980783,-0.503880905071,0.0259046523228,0.733903232401,-0.454773600778
+1470147404028529467,-0.010380871594,0.0180171187967,0.280798256397,-0.51480565968,0.0275251498092,0.734349050807,-0.441530259969
+1470147404102479941,-0.0104653900489,0.0178342815489,0.280710160732,-0.486851120801,0.0235295326686,0.733888665627,-0.47310651415
+1470147404174928162,-0.0104664992541,0.0176617596298,0.280618369579,-0.502607757671,0.02565554626,0.733943879364,-0.456128947579
+1470147404252298836,-0.0104303974658,0.0175266712904,0.280669689178,-0.512619943559,0.0272671497159,0.734424633431,-0.44395692789
+1470147404332615121,-0.0105038825423,0.0173838529736,0.28052842617,-0.501974670969,0.0247814443718,0.733599046751,-0.457427314801
+1470147404406483737,-0.0105208968744,0.0172705035657,0.280621856451,-0.48985961468,0.0226786775426,0.732725382351,-0.471843988569
+1470147404484759898,-0.010521704331,0.0172021780163,0.280550152063,-0.483238016747,0.0225099820113,0.733132247552,-0.478007769267
+1470147404563983133,-0.010429716669,0.0171330422163,0.280612945557,-0.518322561515,0.0272909634998,0.73366093481,-0.438564200853
+1470147404643537279,-0.0104012684897,0.0170411560684,0.280650913715,-0.531384182876,0.0287108834996,0.733788152252,-0.422328643325
+1470147404716018635,-0.0104821203277,0.0169039648026,0.280684620142,-0.501037882796,0.0248059061334,0.733847167296,-0.458054627829
+1470147404791731349,-0.0104978224263,0.0167573690414,0.280732095242,-0.508338060458,0.0229882938164,0.731240363269,-0.454259271521
+1470147404869734373,-0.0105354245752,0.0166981555521,0.28065469861,-0.489943963556,0.0210302471203,0.731121408557,-0.474314375948
+1470147404943718233,-0.0104296980426,0.0165070481598,0.280683159828,-0.533673753286,0.027820021525,0.732627334587,-0.421515788638
+1470147405016952412,-0.010465817526,0.0164125468582,0.280779451132,-0.52889831176,0.025785041012,0.731831362985,-0.428980842963
+1470147405087777134,-0.0104860914871,0.0162719544023,0.280704170465,-0.513333899999,0.0235587918587,0.731322859347,-0.448441931396
+1470147405159188066,-0.0105102714151,0.016207292676,0.280828177929,-0.511140240298,0.0218996230695,0.729844617965,-0.4534124997
+1470147405234039318,-0.0104105882347,0.0160398911685,0.280721664429,-0.54533664101,0.028449514697,0.731838246021,-0.407690268153
+1470147405311622081,-0.0104524549097,0.0159232299775,0.280754238367,-0.520327344792,0.0255950297587,0.732288885398,-0.438585609701
+1470147405388763260,-0.0104793310165,0.0158455651253,0.28080946207,-0.524106763614,0.0243624798015,0.73073666318,-0.436740768645
+1470147405468974510,-0.0105144642293,0.015758857131,0.280724138021,-0.496907983995,0.0218787313906,0.731048884959,-0.467088111983
+1470147405542517600,-0.0104931937531,0.0157129559666,0.280758023262,-0.520211824452,0.0225785600226,0.729921578099,-0.442814132738
+1470147405615169460,-0.0103868991137,0.0154999531806,0.280821800232,-0.562905627133,0.0288360425267,0.730136970714,-0.38627159045
+1470147405686998978,-0.010432664305,0.0153105119243,0.280826956034,-0.542129324316,0.0250529740882,0.729668568027,-0.415995102181
+1470147405760075876,-0.0104747572914,0.0152227478102,0.280890345573,-0.523542230218,0.0222168372623,0.729043259442,-0.44034744371
+1470147405839418854,-0.0103621315211,0.0150280045345,0.280894726515,-0.563784611564,0.0284474091835,0.729712243378,-0.385820811439
+1470147405914790116,-0.0104506891221,0.0147816156968,0.280997216702,-0.540135843132,0.0236977125827,0.728640143878,-0.420446465216
+1470147405992288809,-0.0104100080207,0.0146515676752,0.280906170607,-0.549347193052,0.0250927400832,0.728847048806,-0.407884781927
+1470147406069377145,-0.0103693334386,0.0144895855337,0.280970692635,-0.555215601003,0.0272201314441,0.729849557387,-0.397887326299
+1470147406143922517,-0.0104382177815,0.0142880417407,0.280931830406,-0.524459337937,0.0227631568383,0.729301497023,-0.438797866884
+1470147406218495147,-0.0103895142674,0.0141670098528,0.280886620283,-0.560223974317,0.0259623735661,0.728435951387,-0.393517621569
+1470147406294589150,-0.0103559512645,0.0140309436247,0.280928730965,-0.556633883833,0.0277787264695,0.730002768382,-0.395579347134
+1470147406371000282,-0.0104102836922,0.013812834397,0.280927687883,-0.542048862303,0.0241886141817,0.728844739968,-0.417592249498
+1470147406443468066,-0.010438663885,0.0136967077851,0.280933111906,-0.528676955217,0.0222189299049,0.728682235832,-0.434774878942
+1470147406518504739,-0.0103593720123,0.0135141070932,0.281043797731,-0.547879080242,0.0260154169435,0.729742066724,-0.408201209659
+1470147406595233308,-0.0104118604213,0.0133079504594,0.281033754349,-0.525471999594,0.0225374813293,0.729152333978,-0.437844850868
+1470147406670177224,-0.0103413071483,0.0129578132182,0.281044363976,-0.559321982381,0.0264761386223,0.728822708654,-0.394049988528
+1470147406753126455,-0.0103964284062,0.0128228887916,0.280994355679,-0.5312572811,0.0231102877242,0.72902910871,-0.43098512101
+1470147406829000125,-0.0103217372671,0.0126234414056,0.281023949385,-0.558216550985,0.0272212772158,0.729515916753,-0.394283922418
+1470147406901804452,-0.0103489654139,0.0124330874532,0.280972927809,-0.540382099447,0.0257276523726,0.730173477581,-0.417339151216
+1470147406981772369,-0.0103224813938,0.0121326558292,0.281006723642,-0.558968265528,0.0270876300317,0.729299895495,-0.393627235927
+1470147407056840992,-0.0103506138548,0.0119285639375,0.280928879976,-0.543371792725,0.025540554911,0.729619403315,-0.414427679132
+1470147407144807829,-0.0103933634236,0.0118087548763,0.281008541584,-0.531686395587,0.0226149308459,0.728761337607,-0.430935093094
+1470147407224912505,-0.0103305913508,0.0114838937297,0.28095716238,-0.545746310416,0.026321291211,0.730063778208,-0.410457103782
+1470147407300168636,-0.0103821167722,0.0113249523565,0.280911803246,-0.530232710296,0.0229972632246,0.729188489066,-0.431982113321
+1470147407378567468,-0.0102865379304,0.0111575871706,0.280983507633,-0.563968916488,0.029077415392,0.730062421204,-0.384840780447
+1470147407453304136,-0.0103596234694,0.0109405918047,0.280938625336,-0.534832667511,0.0248491906674,0.729935555919,-0.424888949834
+1470147407533455648,-0.0103768389672,0.0107879117131,0.280970722437,-0.531622790007,0.0232270549363,0.729284922879,-0.430094424894
+1470147407605292206,-0.0103449765593,0.0106097701937,0.281026780605,-0.539440521546,0.026051529269,0.730586396703,-0.417814263147
+1470147407677170190,-0.0103532923386,0.0104001564905,0.280948787928,-0.542031814763,0.0246026865686,0.729204630855,-0.416961420204
+1470147407750100351,-0.0104039637372,0.01031075418,0.280995041132,-0.521866011006,0.0216414927673,0.728940568154,-0.44253040624
+1470147407822421641,-0.0103104040027,0.0101279951632,0.280992776155,-0.551033182065,0.0275046771137,0.730459331431,-0.402535824648
+1470147407894069012,-0.0103937573731,0.00985868182033,0.280979990959,-0.518332094582,0.02165249143,0.729339024648,-0.446013000334
+1470147407967276027,-0.0103001268581,0.00959798693657,0.280933648348,-0.538402352979,0.0269243293507,0.731319897966,-0.417814783886
+1470147408038706210,-0.0103026507422,0.00924750976264,0.28088003397,-0.53308736148,0.0261334514577,0.731389622715,-0.424504567148
+1470147408117435668,-0.0102940276265,0.00914589967579,0.280755788088,-0.531384983325,0.0258403411086,0.731331019841,-0.426751936946
+1470147408196031164,-0.0102590965107,0.00907304603606,0.280433803797,-0.537837779814,0.0261853300706,0.730885383267,-0.419346405279
+1470147408270088353,-0.0102774584666,0.00887036137283,0.279778063297,-0.530730303699,0.0272102264271,0.732634417083,-0.42524317657
+1470147408343341215,-0.0103931799531,0.00875477213413,0.278925865889,-0.495927745851,0.0241582940247,0.733594000195,-0.464017123178
+1470147408420744679,-0.0103976158425,0.0086040571332,0.278717130423,-0.511328248111,0.0232305457546,0.731540072094,-0.45039192638
+1470147408497596443,-0.0104447919875,0.00847045797855,0.278564721346,-0.472810818114,0.0188491819621,0.731062986009,-0.491570492505
+1470147408570016971,-0.0103523097932,0.00839491002262,0.278157174587,-0.495178566079,0.0218891714741,0.73175108346,-0.467824116227
+1470147408641058896,-0.01034150552,0.00835001096129,0.277989476919,-0.494699954183,0.0207051977155,0.730730988802,-0.46997390579
+1470147408724966770,-0.0103062232956,0.00830820668489,0.277795016766,-0.511736574449,0.020758317682,0.729210718079,-0.453813286778
+1470147408804948044,-0.0102142691612,0.00833972170949,0.277508944273,-0.539344309079,0.0246692084879,0.729591580655,-0.419756205259
+1470147408878659273,-0.0102162454277,0.00841180793941,0.276578098536,-0.528513167158,0.0268683734555,0.732478241156,-0.428284425214
+1470147408956655463,-0.010287148878,0.00839485507458,0.275997430086,-0.518952359519,0.0264017593049,0.733258697111,-0.438546552565
+1470147409034811734,-0.0102657889947,0.00834209471941,0.275771617889,-0.522664067237,0.0267123645874,0.733158154259,-0.434267018367
+1470147409114586786,-0.0103063425049,0.00806864816695,0.275626987219,-0.512072386012,0.0233571685755,0.731541442305,-0.449536908774
+1470147409189646582,-0.0102900546044,0.00795595999807,0.275658965111,-0.504271924724,0.0237436045208,0.732875247519,-0.456113953693
+1470147409264739087,-0.0102657191455,0.00782198365778,0.275747418404,-0.510704232066,0.0260437025615,0.733869183988,-0.447145316088
+1470147409336711579,-0.0102731576189,0.00781694892794,0.275880336761,-0.507173712335,0.0258895175612,0.734261982613,-0.450515148786
+1470147409415145739,-0.0102537153289,0.00792668480426,0.275841921568,-0.519910419437,0.026929676782,0.733787310378,-0.436490700241
+1470147409489967230,-0.0103189414367,0.00813943240792,0.275759905577,-0.502722887927,0.0232882688651,0.732340903671,-0.458698327116
+1470147409563955510,-0.0103532904759,0.00851583946496,0.27570194006,-0.487509912979,0.0206032586939,0.731664557849,-0.476000593766
+1470147409642566800,-0.0102546140552,0.00879107415676,0.275639414787,-0.523746250003,0.0264935965277,0.732953994987,-0.433320200525
+1470147409719272332,-0.0103012397885,0.00902619305998,0.275612056255,-0.517063107466,0.0234990333233,0.731189234437,-0.444360036203
+1470147409796461491,-0.0103368815035,0.00942349806428,0.275559872389,-0.490948704385,0.0206670388703,0.731463634073,-0.472761245447
+1470147409871505217,-0.0102576473728,0.00954523868859,0.275454491377,-0.5207445022,0.0254221532366,0.732305900424,-0.438071849994
+1470147409946002766,-0.0102442260832,0.00960227008909,0.275498092175,-0.524409044602,0.026292092445,0.732600090306,-0.433129296514
+1470147410017159019,-0.0102514792234,0.00968968681991,0.275540530682,-0.52058678577,0.0258805609785,0.732637870746,-0.437677215986
+1470147410090913264,-0.010247698985,0.00968595407903,0.275518357754,-0.521043747256,0.0262957415935,0.733029448176,-0.436451343824
+1470147410163647720,-0.0103596970439,0.00982810370624,0.275578141212,-0.472047996537,0.018911609654,0.731489980918,-0.491665992115
+1470147410236032294,-0.0102917002514,0.00996168144047,0.275545239449,-0.51876585818,0.0235271108589,0.731013032983,-0.442660598033
+1470147410309499996,-0.0102616427466,0.0100951287895,0.275518506765,-0.52491440049,0.0258885965339,0.732212967596,-0.43319605586
+1470147410380878285,-0.0102829029784,0.0102908378467,0.275453418493,-0.523347914031,0.0236346969391,0.730827081403,-0.437538728648
+1470147410452017603,-0.0102741038427,0.0104283606634,0.275459110737,-0.522992536217,0.0243224248631,0.731314835828,-0.437110784136
+1470147410531266871,-0.0102364029735,0.0106602991,0.275488197803,-0.531920017567,0.0264838003362,0.732005200404,-0.424885972718
+1470147410606547005,-0.0103029431775,0.0107987793162,0.27547237277,-0.520347529744,0.0225645983423,0.730263314291,-0.442091369506
+1470147410680486660,-0.0102521888912,0.0109236165881,0.275430113077,-0.536451935045,0.0256635458838,0.730981571344,-0.420982952333
+1470147410753241031,-0.0102555630729,0.0111116403714,0.275458067656,-0.525006139243,0.0252584625166,0.731747300617,-0.433908345009
+1470147410825828590,-0.0103064887226,0.0112715000287,0.275421559811,-0.510237413116,0.0218481520071,0.730638331246,-0.453153472263
+1470147410899045757,-0.0102521404624,0.0114340065047,0.275434195995,-0.532814966604,0.0255403129762,0.731169226839,-0.42526164358
+1470147410975281775,-0.0102735059336,0.0115645369515,0.275520712137,-0.52729863045,0.0245455725029,0.73088439022,-0.432621864136
+1470147411049687721,-0.0103481691331,0.0117229092866,0.275466531515,-0.499121242881,0.0197709673416,0.729899085541,-0.466620208179
+1470147411125134137,-0.0102773634717,0.0118172988296,0.275441229343,-0.535062141516,0.0245624818889,0.73036065433,-0.423885012481
+1470147411196246840,-0.0103341042995,0.0121761690825,0.275451660156,-0.50860204227,0.0205103834019,0.729755204544,-0.456465363651
+1470147411270368004,-0.0103180883452,0.0126304998994,0.275403410196,-0.517425410783,0.0212766799125,0.729496868795,-0.446824983172
+1470147411345835430,-0.0102545842528,0.0129075339064,0.275307655334,-0.536904195021,0.0251023966288,0.730328942743,-0.421572520978
+1470147411420374945,-0.0102570680901,0.0132083175704,0.275294333696,-0.547224269344,0.0250401544355,0.729489644127,-0.409589366095
+1470147411492887245,-0.0102487066761,0.0134597839788,0.275188148022,-0.550256715171,0.0248496929301,0.728878081729,-0.406616259077
+1470147411568851401,-0.0102126058191,0.0136982705444,0.275123596191,-0.56204338726,0.0264857436087,0.728912316719,-0.389990475214
+1470147411642262465,-0.0102061759681,0.0137605881318,0.275141209364,-0.558982910875,0.0267966808448,0.729313884358,-0.393600433598
+1470147411719170865,-0.0102547341958,0.0136099634692,0.275157213211,-0.558759885094,0.0245918729359,0.72789098421,-0.396682928423
+1470147411793289244,-0.0102464407682,0.0134134646505,0.275107860565,-0.558925543382,0.0259718306846,0.728675902126,-0.394916612245
+1470147411868973772,-0.0103043373674,0.0130914468318,0.275238990784,-0.541955962412,0.0226703216991,0.728270045478,-0.418798916163
+1470147411942708384,-0.0103059029207,0.0130430972204,0.275289833546,-0.548828111504,0.0232267689158,0.727943651286,-0.410300209336
+1470147412021835945,-0.0102607607841,0.0128675270826,0.275262802839,-0.562582927107,0.0265337556718,0.728691121187,-0.389622458081
+1470147412097625439,-0.0102755846456,0.0126928314567,0.275271445513,-0.559515673077,0.0252868284093,0.728393124058,-0.394646987465
+1470147412178924969,-0.0103346817195,0.0125305121765,0.275218784809,-0.531690727151,0.021451659668,0.727958290578,-0.432344219503
+1470147412254805324,-0.0102517297491,0.012277238071,0.275228887796,-0.579335762692,0.0272517800435,0.727589181512,-0.366389679845
+1470147412331846350,-0.0102828722447,0.0121203344315,0.27516362071,-0.573442286572,0.0249121440021,0.726728935921,-0.377370352236
+1470147412408591058,-0.0102331396192,0.0119601897895,0.275130569935,-0.581832766826,0.0285867135085,0.727990491625,-0.361501418203
+1470147412480497386,-0.0102801611647,0.0116973202676,0.275237709284,-0.584772950142,0.0265813491196,0.726651261572,-0.359599739595
+1470147412554522691,-0.0103331934661,0.0115704899654,0.275131255388,-0.560019478813,0.0228909230697,0.726606475239,-0.397362830587
+1470147412633998666,-0.0102811921388,0.0113959722221,0.275263756514,-0.578936889711,0.0268651793135,0.727368031727,-0.367486171568
+1470147412711067143,-0.0103012463078,0.0112132420763,0.275268554688,-0.572976736275,0.0252823153327,0.727061019409,-0.377413219529
+1470147412788855990,-0.0103071630001,0.0110577968881,0.275144845247,-0.568435845933,0.0250378417027,0.727217712852,-0.383937747109
+1470147412865815467,-0.0102670034394,0.0108859976754,0.275238513947,-0.584995831705,0.0277802139056,0.727297565725,-0.357835699021
+1470147412939011913,-0.0102874813601,0.0107513489202,0.275211125612,-0.57523434942,0.0260681614,0.727360712545,-0.373325980952
+1470147413013753231,-0.0102881044149,0.0105535369366,0.275176584721,-0.568701498581,0.0257081251553,0.727620237267,-0.382735532885
+1470147413092489271,-0.0102645521984,0.0104302922264,0.275216698647,-0.580910124748,0.0276152241408,0.727603889502,-0.363831563148
+1470147413171088915,-0.0102617163211,0.0103103034198,0.275158643723,-0.582397056081,0.0277195331186,0.727629702231,-0.361386653023
+1470147413246410697,-0.0103332456201,0.0101138344035,0.275161147118,-0.557722780045,0.023354674316,0.727147111294,-0.399570942817
+1470147413320103344,-0.010334379971,0.0100891226903,0.275077193975,-0.563219896288,0.0227744165682,0.726256036136,-0.393467717039
+1470147413397720598,-0.0102235935628,0.00990296900272,0.275043010712,-0.583718976665,0.0281990971419,0.727644040961,-0.359181175529
+1470147413473389147,-0.0102370679379,0.00969489756972,0.274810343981,-0.552291333733,0.0232567598014,0.727535508291,-0.406356358365
+1470147413549392425,-0.0103082172573,0.00943522900343,0.274099946022,-0.55814368321,0.0203525492888,0.725267557266,-0.402552323317
+1470147413621910489,-0.0104011185467,0.00944887660444,0.273291796446,-0.469744659512,0.0177819778675,0.73025623027,-0.4957313731
+1470147413693941993,-0.0103223044425,0.00929105468094,0.273116677999,-0.51666074156,0.0211618617801,0.728983033651,-0.448550543848
+1470147413767094032,-0.0101808020845,0.00911299884319,0.27268281579,-0.561943544917,0.0267172490506,0.728839108248,-0.390255294926
+1470147413844782196,-0.0101741859689,0.00903363619,0.272368639708,-0.541495874522,0.0255198770707,0.729994278149,-0.416220263346
+1470147413918156164,-0.0101317735389,0.00898793153465,0.272138655186,-0.553915330657,0.0263396692421,0.729445669174,-0.400491003658
+1470147413993813829,-0.0101091973484,0.00892280321568,0.271859258413,-0.575548353881,0.0267271485121,0.727650197533,-0.372229689718
+1470147414073096050,-0.0101735657081,0.0088888220489,0.271514952183,-0.570181153208,0.0243200341735,0.726727714921,-0.382320306589
+1470147414158004312,-0.0102875605226,0.00889831781387,0.270399034023,-0.495462462594,0.0208826976034,0.730893073347,-0.46890956104
+1470147414233496534,-0.0102495737374,0.00883536506444,0.270074576139,-0.507148077558,0.0206095683872,0.729423724601,-0.45860342684
+1470147414308776494,-0.0101972073317,0.00871523283422,0.269986629486,-0.531641514603,0.0221192245905,0.728528634199,-0.431409398375
+1470147414387535581,-0.0101359989494,0.0086726648733,0.269774496555,-0.545023207384,0.0242846226272,0.72895258095,-0.413507067948
+1470147414464652954,-0.0101620806381,0.00863472558558,0.269411325455,-0.525158190512,0.0204834952943,0.727923074679,-0.440360419097
+1470147414543030712,-0.0101500703022,0.00862961634994,0.269253909588,-0.537440584883,0.0204859531445,0.726900156381,-0.42702939723
+1470147414626552805,-0.0100799333304,0.0086426846683,0.268557041883,-0.571532649908,0.0262416718346,0.727784602256,-0.378142007012
+1470147414699280984,-0.0101490244269,0.00871890038252,0.267715185881,-0.530689802962,0.0261031579821,0.731850489886,-0.42671046229
+1470147414773462659,-0.010117447935,0.00873749144375,0.26753115654,-0.540540930003,0.0267339321441,0.731230735987,-0.415213692707
+1470147414848554585,-0.0101310908794,0.0087076453492,0.267160981894,-0.518575726618,0.0234609956412,0.730873701002,-0.443116723482
+1470147414924824364,-0.0101038943976,0.00870693381876,0.266884863377,-0.520704899475,0.022828634079,0.730301582644,-0.441593545601
+1470147414997110951,-0.0101112956181,0.00867893639952,0.266716390848,-0.514037796679,0.0207759659705,0.729305232384,-0.45105141707
+1470147415069299833,-0.0100321592763,0.00855219643563,0.266606867313,-0.550967212594,0.0248295274297,0.728873860058,-0.405661831257
+1470147415142203934,-0.010062796995,0.00854685530066,0.266353160143,-0.562152375204,0.021352704167,0.725474131218,-0.396504796958
+1470147415216095583,-0.0100017031655,0.0086483694613,0.265904486179,-0.569196089328,0.0257752726974,0.727621394176,-0.381992871594
+1470147415292753473,-0.0101251462474,0.00876815337688,0.265118658543,-0.527221307365,0.0237950661325,0.730376399607,-0.433614809232
+1470147415369321423,-0.0100944852456,0.00885304622352,0.26463675499,-0.524558158663,0.0222857639248,0.729491643952,-0.438387983766
+1470147415446354550,-0.0100437477231,0.00886972248554,0.26450163126,-0.542846686655,0.0247239619274,0.729587975989,-0.415219924603
+1470147415525049592,-0.00999316293746,0.00887597538531,0.264304667711,-0.550100211704,0.0260307561841,0.729801860835,-0.405094310918
+1470147415600697092,-0.00997171364725,0.00887119211257,0.264141738415,-0.552180642323,0.0264882020162,0.729849535588,-0.402137499866
+1470147415673541523,-0.0099606635049,0.00885317474604,0.264041215181,-0.549507213514,0.0266365737693,0.730337989813,-0.404893487068
+1470147415752057978,-0.00991667434573,0.00882877875119,0.263754636049,-0.565721776456,0.0272298083005,0.729108957374,-0.38421027766
+1470147415830197967,-0.00990775041282,0.00883766729385,0.263467520475,-0.586423094532,0.0273648649475,0.726877161912,-0.356382813639
+1470147415902808170,-0.00998132489622,0.00893032550812,0.263154685497,-0.572736702402,0.023597648991,0.725998748619,-0.379923199724
+1470147415982121883,-0.0100072743371,0.00907269865274,0.26222345233,-0.536623704408,0.0243651191786,0.729781516784,-0.422918761224
+1470147416057186849,-0.0100543862209,0.00917664915323,0.261877894402,-0.515637648849,0.0197126976973,0.728124511887,-0.451180584498
+1470147416134683737,-0.00994550064206,0.00924041960388,0.261621326208,-0.544850013487,0.0243494126916,0.729039524444,-0.413578215943
+1470147416210234607,-0.00987662188709,0.00929220858961,0.26124843955,-0.550230134959,0.02548116798,0.729282820558,-0.405886777685
+1470147416282567817,-0.00985470879823,0.00932239089161,0.260787934065,-0.568494125852,0.0249860924312,0.727332981143,-0.383636362456
+1470147416367265827,-0.00988805945963,0.00935761537403,0.260322153568,-0.564435890678,0.0241340383086,0.727242286864,-0.389805502407
+1470147416439826475,-0.00995353702456,0.00938322208822,0.259704142809,-0.538872611959,0.0241296438719,0.729530665887,-0.420498603919
+1470147416512987335,-0.00986804254353,0.0093898922205,0.259187966585,-0.549737752706,0.0258323444368,0.729547744567,-0.406055638587
+1470147416584505989,-0.00981735531241,0.00939632672817,0.258961200714,-0.56764380661,0.0271180997227,0.728414758284,-0.382697083081
+1470147416656315402,-0.00988651160151,0.00941069144756,0.258601099253,-0.53492329007,0.0210326469477,0.727482928273,-0.429165807788
+1470147416728720325,-0.00981492828578,0.00939283333719,0.258207350969,-0.572668443199,0.0239900322993,0.726193830567,-0.37962857237
+1470147416804959162,-0.00983504951,0.00940995197743,0.257621228695,-0.552940140956,0.0245902773379,0.728456099662,-0.403737822907
+1470147416884082066,-0.0098264599219,0.00935328099877,0.254008054733,-0.500534373517,0.0201390061076,0.729787751266,-0.465262935837
+1470147416959202088,-0.00970231927931,0.00933016557246,0.253339678049,-0.542795641533,0.0215889321275,0.72706702903,-0.419857529216
+1470147417035945440,-0.00965749099851,0.00936638005078,0.253161728382,-0.541048683456,0.0224500831018,0.72781779277,-0.420765464869
+1470147417110975716,-0.0096625527367,0.00933616701514,0.253243774176,-0.564339846067,0.0230805656783,0.726126346458,-0.392082076367
+1470147417182855388,-0.00963638722897,0.00931509304792,0.252972185612,-0.583694601979,0.0244028460353,0.725225662204,-0.364352647316
+1470147417255189870,-0.00976183917373,0.0093473829329,0.252082705498,-0.539900129968,0.0233664508794,0.728656982883,-0.420738469752
+1470147417326898365,-0.0097298854962,0.00939706806093,0.251682311296,-0.532693325381,0.0231474784822,0.729332775075,-0.428690702648
+1470147417400901568,-0.00971844885498,0.00939372833818,0.251248091459,-0.513452877385,0.0203745549705,0.728946684325,-0.452313775631
+1470147417474480002,-0.00964890420437,0.00938231311738,0.251004129648,-0.535003696863,0.0226536292867,0.728800864419,-0.426740152136
+1470147417552802651,-0.00961669441313,0.00935428123921,0.250758290291,-0.53738783846,0.0226641642707,0.728308208386,-0.424579557129
+1470147417624834087,-0.00957739539444,0.00930449459702,0.250489801168,-0.571178187681,0.0238031976112,0.726048128614,-0.382155728253
+1470147417701623550,-0.00964221637696,0.00932728685439,0.249828234315,-0.559655567024,0.0232666803678,0.726640102772,-0.397791992035
+1470147417780480979,-0.0097213415429,0.00936999265105,0.249131172895,-0.514207746619,0.0192896652938,0.727765354069,-0.453404776713
+1470147417856671063,-0.00964740570635,0.00936074834317,0.248872667551,-0.535044022365,0.02151252552,0.72782215783,-0.428415699934
+1470147417943813560,-0.009591890499,0.00933927670121,0.248644411564,-0.54948786882,0.0229962098223,0.727623352285,-0.409998187268
+1470147418023297429,-0.00954149570316,0.00931439548731,0.248317480087,-0.561506368393,0.0240873197504,0.727338320103,-0.393839265934
+1470147418099268545,-0.00965355243534,0.00930968020111,0.247418865561,-0.52995108295,0.0229328813338,0.729419246992,-0.431941540896
+1470147418175509568,-0.00963428989053,0.00931605696678,0.247072339058,-0.537170840029,0.024358305685,0.72975902227,-0.422262869528
+1470147418250180817,-0.00962775014341,0.00932127889246,0.248037949204,-0.553179386062,0.0247459990091,0.72865285934,-0.403044926708
+1470147418325575360,-0.00964384153485,0.00934440642595,0.248847663403,-0.562126374452,0.0235482669175,0.726884043744,-0.393826110386
+1470147418397517578,-0.00965355057269,0.00932335946709,0.248819351196,-0.540140723243,0.0217927180024,0.72767734977,-0.422207000378
+1470147418471036950,-0.00961315445602,0.00933180004358,0.248194724321,-0.554814179048,0.0246259142205,0.728398222363,-0.401261536575
+1470147418542954054,-0.009690284729,0.00934852100909,0.246791467071,-0.510023578065,0.0190452719059,0.727930676574,-0.457853860459
+1470147418623896446,-0.0095385927707,0.00928621273488,0.24542760849,-0.539319613422,0.0227634415712,0.728451982554,-0.421869517053
+1470147418700163074,-0.00957893766463,0.00928069837391,0.244278401136,-0.525695691852,0.0203705530331,0.727702929207,-0.440088090002
+1470147418778203199,-0.00948809739202,0.00927194673568,0.243949398398,-0.553327320964,0.0227648084923,0.726937926973,-0.406044196728
+1470147418853631972,-0.00948663149029,0.00925832241774,0.243594944477,-0.557245557279,0.0228773589545,0.726647481567,-0.401170104659
+1470147418925374956,-0.00954612158239,0.00929640233517,0.242718443274,-0.54671416363,0.0246646034472,0.728972279903,-0.411211254412
+1470147418997604033,-0.0095977941528,0.00931376032531,0.242407619953,-0.51814061551,0.0196562194726,0.727890021994,-0.448687030653
+1470147419072145299,-0.00950944796205,0.0093019194901,0.242074474692,-0.537020518924,0.0218728066918,0.728049320975,-0.425528763787
+1470147419151223142,-0.00953090935946,0.00932340230793,0.24222111702,-0.544313333746,0.0224225030026,0.727845089973,-0.416487396049
+1470147419222991251,-0.00954130571336,0.00933159422129,0.242826551199,-0.565490410146,0.0272208929288,0.728765921302,-0.385201052658
+1470147419296598237,-0.00957772880793,0.00934750214219,0.242976516485,-0.558435815046,0.0264716293818,0.729017936627,-0.394944985267
+1470147419369525179,-0.00956081785262,0.00935495179147,0.242726355791,-0.555094086835,0.0252833524917,0.728516128505,-0.400618967794
+1470147419446288252,-0.00960028637201,0.00937966816127,0.242487028241,-0.525344542062,0.0210309860514,0.728392188663,-0.439335440462
+1470147419522763576,-0.00940004363656,0.00927489064634,0.239623278379,-0.541063658285,0.0225475183054,0.728108944029,-0.420236948312
+1470147419599099873,-0.00951319374144,0.00925971474499,0.238119572401,-0.521487790673,0.0203231842395,0.728007155039,-0.444570618206
+1470147419673680002,-0.00948212388903,0.00930420961231,0.238382309675,-0.535525840001,0.0238293340828,0.729590037149,-0.424667652667
+1470147419755854474,-0.00952194258571,0.00928300339729,0.238097205758,-0.515181772879,0.0194684697806,0.72785166652,-0.452151159593
+1470147419836907261,-0.00946383271366,0.00927662104368,0.237873852253,-0.526342993061,0.0205264477409,0.727719652225,-0.439278757014
+1470147419909957998,-0.00940381642431,0.00926502607763,0.237650334835,-0.542806147593,0.0216957212602,0.72710922302,-0.419765362571
+1470147419989481493,-0.0093325022608,0.00928303506225,0.23700208962,-0.561197085126,0.0246864618969,0.727612891519,-0.393735812876
+1470147420063358468,-0.00937949120998,0.00927701033652,0.237232983112,-0.56223371681,0.0245507442436,0.727333063324,-0.392781266909
+1470147420137240484,-0.00945281703025,0.00932805333287,0.237924963236,-0.541635052884,0.0229689403035,0.728502741746,-0.418793090365
+1470147420211731634,-0.00947100576013,0.00935977231711,0.23814445734,-0.535335332891,0.0233990756424,0.72949980849,-0.425086572396
+1470147420288783529,-0.0094590075314,0.00932533666492,0.237993553281,-0.540297605013,0.0223779244515,0.728139140478,-0.42117825041
+1470147420363670936,-0.00936004240066,0.00931395217776,0.23706805706,-0.530722017398,0.0220356285093,0.728535336781,-0.432533044272
+1470147420437503970,-0.00944084115326,0.00927993562073,0.233970955014,-0.507160215969,0.0188452155846,0.728079624283,-0.460796521136
+1470147420510363303,-0.00947620440274,0.00935710407794,0.234308376908,-0.509245116292,0.0189377912624,0.727974675363,-0.458654165602
+1470147420591552866,-0.00941717810929,0.0093810223043,0.23408639431,-0.52539607725,0.0209727005752,0.728277259681,-0.439467110114
+1470147420665277789,-0.00934157986194,0.00940170325339,0.233822003007,-0.54585632508,0.0233845437081,0.728090359722,-0.41397882019
+1470147420737663647,-0.00933470297605,0.00947999581695,0.23331131041,-0.52279607965,0.0204001272442,0.728002855129,-0.443034916044
+1470147420815516098,-0.00933613162488,0.00948998332024,0.232996657491,-0.532057889549,0.0207429913606,0.727448424066,-0.432785074605
+1470147420888741039,-0.00936266873032,0.00953011121601,0.232532471418,-0.530186273769,0.0225466099969,0.728994064335,-0.432390818183
+1470147420963551376,-0.00939315650612,0.00954639632255,0.232505843043,-0.532918245545,0.0229890988529,0.729149004011,-0.428732288088
+1470147421035045582,-0.00935103744268,0.00961146689951,0.233771517873,-0.548243489466,0.0236009733208,0.728289902842,-0.410445962015
+1470147421106354764,-0.00932954996824,0.00959147885442,0.23380433023,-0.559224073214,0.0249116714743,0.728064507649,-0.395689167484
+1470147421179818871,-0.00936075113714,0.00960648432374,0.233625516295,-0.534962845959,0.0225084081045,0.728665335338,-0.427030390118
+1470147421257592246,-0.00935226399451,0.00957318395376,0.233132496476,-0.532293531053,0.0227486877764,0.728976751787,-0.429812737547
+1470147421332294744,-0.00933942757547,0.00921620801091,0.230041995645,-0.531763893747,0.0216309066582,0.728272240597,-0.43171612057
+1470147421404862331,-0.00930837914348,0.00914953555912,0.230186894536,-0.556098780152,0.024648629846,0.728177379971,-0.39988035093
+1470147421478592996,-0.00934259966016,0.00942084938288,0.230828255415,-0.509894924984,0.0195484789011,0.728389734287,-0.457245467372
+1470147421547872289,-0.00934578664601,0.00987290684134,0.230258196592,-0.532582433309,0.0223226605072,0.72883208691,-0.42972251471
+1470147421623110358,-0.00929250009358,0.0102469632402,0.229945257306,-0.548783366547,0.0231877920549,0.727739659046,-0.410723911591
+1470147421695113301,-0.00921746902168,0.010563342832,0.229597553611,-0.557027044641,0.0236672324314,0.727389240195,-0.400082025211
+1470147421773936881,-0.00925171375275,0.0107114557177,0.229292064905,-0.537850332534,0.0208339389627,0.726843457653,-0.426592961553
+1470147421850283574,-0.00921885482967,0.010862772353,0.228787779808,-0.557788596318,0.0236132697876,0.727149168013,-0.399460114111
+1470147421922834868,-0.00931513309479,0.0109491441399,0.228241875768,-0.537581605101,0.0213276093775,0.727495498086,-0.42579508123
+1470147422000187265,-0.00922561809421,0.011020090431,0.228058204055,-0.563759269234,0.0250427221287,0.727662188189,-0.389943698886
+1470147422079600504,-0.00923954695463,0.0111713176593,0.229263842106,-0.56552244724,0.0247655206504,0.727290959659,-0.388096496573
+1470147422155872802,-0.00921845808625,0.0112627334893,0.229620456696,-0.562291494644,0.0252575071334,0.728065435467,-0.39129407747
+1470147422231805072,-0.00918211787939,0.0112765487283,0.229230746627,-0.5717105621,0.0262811039267,0.727654408686,-0.378120877868
+1470147422308953505,-0.00925204157829,0.0113272694871,0.22867795825,-0.539316713034,0.0231628697481,0.728807599809,-0.421236806283
+1470147422388782254,-0.00914567243308,0.0112664392218,0.225150763988,-0.53554809794,0.0192241285097,0.725900824529,-0.431145753341
+1470147422466390265,-0.00917382352054,0.0113035580143,0.224756464362,-0.537826578913,0.0210436905749,0.727105030633,-0.426166644084
+1470147422544676177,-0.0091595435515,0.011308430694,0.225205004215,-0.552544290257,0.0203565486692,0.725352823432,-0.410053288939
+1470147422620517376,-0.0091796759516,0.0113462936133,0.224289610982,-0.547654827113,0.0229611536702,0.727568360474,-0.41254243006
+1470147422692859062,-0.0091417580843,0.0113700665534,0.223997339606,-0.552715137412,0.0224498296836,0.72673777658,-0.407251993384
+1470147422766072728,-0.00916352681816,0.0113856066018,0.223749041557,-0.529818827316,0.0192708561862,0.726480374702,-0.43720351039
+1470147422839498999,-0.0090790707618,0.0114159630612,0.223341181874,-0.560986309815,0.023622164908,0.726990240861,-0.395248710584
+1470147422917491535,-0.00913874153048,0.0114377615973,0.223764777184,-0.546087434218,0.0213818246707,0.726640573036,-0.416322962831
+1470147422993590586,-0.00912479124963,0.0114910658449,0.223990693688,-0.55647705209,0.0244887265196,0.7280846499,-0.399532646164
+1470147423065709206,-0.00913210771978,0.0115210553631,0.224214106798,-0.557263171823,0.0252718638463,0.728592473121,-0.397457039614
+1470147423138324902,-0.00909045152366,0.0115381358191,0.223749577999,-0.553717267396,0.0244868552409,0.728340645592,-0.40288644267
+1470147423215940431,-0.0091639906168,0.0115289026871,0.222507506609,-0.499761710432,0.0184868305111,0.728548577752,-0.468095545524
+1470147423292811408,-0.00915039610118,0.0114495251328,0.220550253987,-0.532430335981,0.0203991846452,0.727060805274,-0.432994683602
+1470147423365122167,-0.00896379817277,0.011456977576,0.219506070018,-0.554810150553,0.0233090604329,0.727226897866,-0.403464277931
+1470147423437296909,-0.00895781628788,0.0114492867142,0.219845280051,-0.56620598175,0.0242845065378,0.726927139691,-0.387811787538
+1470147423515885487,-0.00896528363228,0.011451240629,0.219470232725,-0.563574277354,0.0235784034631,0.726641743518,-0.392198762585
+1470147423591341206,-0.00905173551291,0.0115134287626,0.219072178006,-0.549200792752,0.0211928407391,0.726284443932,-0.4128441101
+1470147423667554758,-0.00905919354409,0.0115513950586,0.218790784478,-0.561356955192,0.0231134241953,0.726539442441,-0.395581315354
+1470147423742065477,-0.00906981341541,0.0113708851859,0.218795239925,-0.555936060761,0.0228977988221,0.726661803473,-0.402955841907
+1470147423817101239,-0.00900638476014,0.0109851323068,0.219575539231,-0.54805670438,0.0244056796977,0.72861322451,-0.410074359904
+1470147423889647171,-0.0090505219996,0.010515075177,0.220514833927,-0.55470490975,0.0252937831656,0.728862094631,-0.40052806973
+1470147423960113482,-0.00901763979346,0.0103952726349,0.221106216311,-0.548230241181,0.0261777257416,0.730021230691,-0.407219022236
+1470147424033171667,-0.00898964703083,0.0101580563933,0.221422001719,-0.542106710811,0.0254735995662,0.729993736866,-0.415428157393
+1470147424105817527,-0.00898556876928,0.0100098922849,0.221338525414,-0.533829274936,0.0255757346012,0.730911476843,-0.424429735104
+1470147424177110257,-0.009008965455,0.00991058163345,0.220735877752,-0.52378638705,0.022911627423,0.729897066988,-0.438603636183
+1470147424251267131,-0.00897206552327,0.0097176823765,0.219090908766,-0.536647589626,0.0228153827808,0.728441777792,-0.425278025796
+1470147424323773689,-0.00898150261492,0.00951689947397,0.219089835882,-0.538945338456,0.0229030063339,0.728132788042,-0.422890077249
+1470147424395419687,-0.0090067461133,0.00927938427776,0.218997910619,-0.530821864217,0.0217598154339,0.728196470639,-0.432994871852
+1470147424467091328,-0.00901242718101,0.00902390666306,0.218709081411,-0.550086051339,0.0239376040846,0.728032932111,-0.408412018671
+1470147424538574047,-0.00901072192937,0.00890406034887,0.218552336097,-0.552072523745,0.0234115433771,0.72761687632,-0.406499089121
+1470147424610219736,-0.00901785492897,0.00879928190261,0.218323037028,-0.54458353055,0.0220093009003,0.727011903092,-0.417609939644
+1470147424684964039,-0.00902247894555,0.00858672335744,0.217885807157,-0.508033587514,0.0197504908057,0.728544158099,-0.459059039526
+1470147424757658105,-0.00897458009422,0.00847369991243,0.217302918434,-0.524574833083,0.0223519992008,0.729399584037,-0.438517821114
+1470147424833965063,-0.00901178363711,0.00830136332661,0.216861754656,-0.543800738439,0.0224091517482,0.727535222189,-0.41769736325
+1470147424907787779,-0.00894996896386,0.00820010621101,0.216587483883,-0.5589081732,0.0234581173961,0.726874455674,-0.398402932152
+1470147424981723683,-0.00894584879279,0.00817587133497,0.216289937496,-0.542582688211,0.0223724178947,0.727607197442,-0.419155421773
+1470147425054870673,-0.00900129973888,0.00816483050585,0.215919703245,-0.489364189551,0.0189875819898,0.729287067383,-0.477810145417
+1470147425127720455,-0.00892068631947,0.00805195886642,0.2160705477,-0.530871196889,0.0242278901783,0.729985761561,-0.429778512224
+1470147425199800584,-0.0089520374313,0.0078791687265,0.216759607196,-0.538649089876,0.0247066155989,0.729949251828,-0.420024797931
+1470147425275962582,-0.00893230456859,0.00777203775942,0.216691613197,-0.542991556071,0.024239361064,0.729267970066,-0.415621042834
+1470147425351247633,-0.00890682078898,0.00762023823336,0.216419056058,-0.54176941384,0.0233481289567,0.728693689375,-0.418265793684
+1470147425423849593,-0.00888870563358,0.00755534740165,0.216198861599,-0.528216221692,0.0221441909493,0.729109552985,-0.434622270131
+1470147425495967834,-0.00882160849869,0.00737988995388,0.212718948722,-0.529719826833,0.0204259137029,0.727427567813,-0.435693493979
+1470147425568509573,-0.00875942502171,0.00731485476717,0.212469607592,-0.545082955367,0.0213907831352,0.726839540056,-0.417290413474
+1470147425641939372,-0.00872079189867,0.00732230441645,0.213242083788,-0.527822897419,0.0224979073703,0.729246460275,-0.434852197075
+1470147425714044003,-0.00865476764739,0.00733562745154,0.21297082305,-0.539472785658,0.0235658561329,0.728817253091,-0.420997833197
+1470147425789823031,-0.00870640017092,0.00736862746999,0.212397202849,-0.524311918294,0.020961921368,0.72850533007,-0.440383462731
+1470147425862036603,-0.00861194636673,0.0073843668215,0.211887359619,-0.533241333432,0.0220778775432,0.728591430373,-0.429325954528
+1470147425937644153,-0.00855476688594,0.00735383387655,0.211621984839,-0.5427020228,0.022954859711,0.728268136597,-0.417819470683
+1470147426012184728,-0.00853038113564,0.00732874730602,0.21130399406,-0.542225219564,0.0239248970012,0.728936454822,-0.417218234745
+1470147426098621283,-0.00859582517296,0.00733535084873,0.211701989174,-0.524238920724,0.0220774587939,0.729550156282,-0.438682925678
+1470147426171435225,-0.0085951667279,0.00732651446015,0.212158620358,-0.540326153367,0.0251636523261,0.730474478403,-0.4169190269
+1470147426244679190,-0.00858736410737,0.00729070371017,0.212188526988,-0.539247995542,0.0255533674214,0.730833549268,-0.417661283794
+1470147426316281681,-0.00860007014126,0.00724218599498,0.212079927325,-0.527199259086,0.0242111765228,0.731055157615,-0.432473255445
+1470147426391203356,-0.0086485715583,0.00712131289765,0.209943309426,-0.48631233881,0.0161651873739,0.72748867323,-0.48373466504
+1470147426468293236,-0.00862853508443,0.0070963408798,0.209254428744,-0.52212058506,0.0207224355546,0.728604483014,-0.442827486335
+1470147426543129585,-0.00856500677764,0.00706620654091,0.210033640265,-0.533267192488,0.0235699559878,0.729628340391,-0.427449463082
+1470147426616739726,-0.00858232099563,0.00699974503368,0.210066825151,-0.525772235486,0.0226651381698,0.729779628701,-0.436430454295
+1470147426689400542,-0.00863958895206,0.00691396091133,0.210162609816,-0.515517815519,0.019965600039,0.728571289501,-0.450584767621
+1470147426759606812,-0.00864679552615,0.00688311178237,0.210169419646,-0.512323475908,0.0197954412731,0.728822274994,-0.453818122171
+1470147426831259501,-0.00860961154103,0.00684042135254,0.210183218122,-0.528265071528,0.0213720556829,0.728605839867,-0.4354454955
+1470147426904146440,-0.00859535392374,0.0068446258083,0.210209369659,-0.536267476422,0.0222764187609,0.728561401722,-0.425581060222
+1470147426976710231,-0.00861809402704,0.00686906836927,0.210187345743,-0.525138951824,0.0209838605825,0.728665927025,-0.43912950899
+1470147427050777160,-0.00864215381444,0.00685994746163,0.210206136107,-0.520407924109,0.0201723808168,0.728308220337,-0.445349080798
+1470147427124705096,-0.00862896256149,0.00686607230455,0.210234180093,-0.526326695053,0.0208032228055,0.728386903793,-0.438177993946
+1470147427199267307,-0.00864913593978,0.00689523434266,0.210220694542,-0.517813386932,0.0197815383196,0.728322527824,-0.448357315676
+1470147427274988729,-0.00863625574857,0.00689203385264,0.210193306208,-0.517305137626,0.0203123336053,0.728825347024,-0.448103132353
+1470147427345279256,-0.00862323306501,0.00688047707081,0.210260078311,-0.527959069992,0.02106568016,0.728408863419,-0.436160503973
+1470147427417620627,-0.00862748175859,0.00688040349633,0.210367441177,-0.536815050621,0.0215277440902,0.727940045983,-0.425992308753
+1470147427489713310,-0.00863958802074,0.00690615642816,0.210408657789,-0.528305571212,0.0211075463537,0.728405145612,-0.435744923963
+1470147427562950090,-0.0086799710989,0.00693283928558,0.210400521755,-0.515440805476,0.0192004926914,0.727968696882,-0.45167875032
+1470147427641615989,-0.00869160238653,0.00695322128013,0.210442006588,-0.513328364483,0.0191804853256,0.728121639699,-0.453833644634
+1470147427717203327,-0.00869751255959,0.00697030918673,0.210489585996,-0.511577255807,0.0190349081058,0.728161960556,-0.45574833276
+1470147427791167941,-0.0086999097839,0.00698389718309,0.210513845086,-0.513465020944,0.0190829355812,0.727912440606,-0.454018713984
+1470147427866148297,-0.00869400240481,0.00700766453519,0.21054892242,-0.522399436441,0.0200511574293,0.727968482469,-0.443574873526
+1470147427935554555,-0.00865720305592,0.00707791233435,0.210574865341,-0.531848844461,0.0218874192881,0.728773188855,-0.430752117496
+1470147428005211923,-0.00863709300756,0.00710031576455,0.210565328598,-0.540827206083,0.0228857860802,0.728658775455,-0.419569497114
+1470147428076705120,-0.00863087829202,0.00713230343536,0.210593521595,-0.544025507607,0.0232689585838,0.728636676185,-0.415431578912
+1470147428149272125,-0.00862675718963,0.00719875283539,0.210596039891,-0.547811584306,0.0238342671812,0.728698887778,-0.41028322749
+1470147428223212729,-0.0086314631626,0.00721116364002,0.210567846894,-0.550960440972,0.023856839123,0.728344815133,-0.406678342157
+1470147428296346074,-0.00864101666957,0.00723279407248,0.210590109229,-0.543641164,0.0233490398977,0.728650896453,-0.415905011077
+1470147428371581113,-0.00866070203483,0.00725713837892,0.210581541061,-0.540760554154,0.0226893961535,0.728488615695,-0.419961368672
+1470147428447071157,-0.00867544300854,0.00727343652397,0.210605114698,-0.537354633344,0.0226158401149,0.728795056162,-0.42378802238
+1470147428521583965,-0.00876236334443,0.00732472958043,0.210649177432,-0.509545757427,0.0189110168132,0.728392226576,-0.457657359599
+1470147428596569193,-0.00875747296959,0.00735388556495,0.210632577538,-0.509961314496,0.0192198395934,0.728555069563,-0.456921838062
+1470147428676413171,-0.00875438097864,0.00737299071625,0.210675120354,-0.514789909672,0.0195783362593,0.728440958562,-0.451643451783
+1470147428753629525,-0.00875910092145,0.00738636171445,0.210695207119,-0.51207453223,0.0196371709,0.728765920192,-0.454196310562
+1470147428826178967,-0.00875997450203,0.00737398257479,0.210677623749,-0.510774771604,0.0193398016896,0.728565502761,-0.455990584278
+1470147428904249931,-0.00876209139824,0.00736250029877,0.210684046149,-0.513442612049,0.0193093926948,0.728330152787,-0.453364114181
+1470147428976017113,-0.00875184778124,0.00737348850816,0.210668593645,-0.514400474817,0.0196737325863,0.72858640431,-0.451848367496
+1470147429049492779,-0.00876068416983,0.0073668542318,0.210663586855,-0.512015286699,0.0193476804291,0.728476478679,-0.454739522651
+1470147429123687657,-0.00876040384173,0.00736685516313,0.210684761405,-0.514257711711,0.0194337761511,0.728376256066,-0.452359772626
+1470147429197886033,-0.00874488707632,0.00738574238494,0.210677489638,-0.513458365507,0.0196279656605,0.728643773587,-0.452828335099
+1470147429276669019,-0.00873114727437,0.00740531366318,0.210679456592,-0.520481241683,0.0204753417746,0.728789783568,-0.44446089682
+1470147429351264842,-0.00868674740195,0.00747448951006,0.210653796792,-0.540560612217,0.0228757300399,0.728854810503,-0.419573105313
+1470147429424714080,-0.00869660731405,0.00754249002784,0.210611268878,-0.552241910242,0.0231049286348,0.727868346198,-0.405835810949
+1470147429497139867,-0.00880572851747,0.00762185361236,0.210525736213,-0.515190628404,0.0185661130309,0.727800849221,-0.452260809406
+1470147429570122595,-0.00880647171289,0.00767567334697,0.210523530841,-0.517685982188,0.019395548319,0.728194192959,-0.448729599974
+1470147429648173093,-0.00879717245698,0.00770106073469,0.210477381945,-0.526340429572,0.0203710232651,0.728144277369,-0.438584866296
+1470147429722528050,-0.00877787917852,0.00774689391255,0.210463404655,-0.535296750051,0.0216281988469,0.728341648537,-0.42720961296
+1470147429794725574,-0.00874171312898,0.00777834188193,0.210436329246,-0.543542725542,0.0229379322312,0.728571433487,-0.416195654808
+1470147429866993410,-0.00871802680194,0.00781330838799,0.210515618324,-0.557924196712,0.0237905901141,0.727805110734,-0.398063210225
+1470147429940276940,-0.00869869533926,0.00783481821418,0.210505858064,-0.563180321951,0.0242679243797,0.727666108814,-0.390820965273
+1470147430015562800,-0.00868892017752,0.00790132209659,0.210515543818,-0.559675938056,0.0234290440942,0.727513705159,-0.39615367354
+1470147430092960708,-0.00874060299248,0.00794312730432,0.210500389338,-0.543470413001,0.0198849484779,0.72649574881,-0.420057646017
+1470147430170595814,-0.00866502895951,0.00801630038768,0.210360258818,-0.544950187561,0.0205274871272,0.726508284943,-0.4180832779
+1470147430241744502,-0.00855006836355,0.00807572156191,0.210063397884,-0.545818860388,0.0227285236665,0.728025843527,-0.414178170616
+1470147430315900399,-0.00847418420017,0.00800338387489,0.209751725197,-0.555557437293,0.0236061141435,0.727824209364,-0.401336025678
+1470147430391871003,-0.00846222881228,0.00787553843111,0.209453418851,-0.55401801847,0.0222610607443,0.726877173547,-0.405238269369
+1470147430463393178,-0.00841305591166,0.00782846938819,0.208948329091,-0.545415183132,0.0223356843058,0.727705108675,-0.415293474575
+1470147430535673119,-0.00844929926097,0.00782837159932,0.207976460457,-0.519101496792,0.0193903619784,0.727846318904,-0.447657666022
+1470147430608496879,-0.0084234289825,0.00777393532917,0.207761600614,-0.52094199476,0.0184104721836,0.726608748959,-0.447571467528
+1470147430680511187,-0.00831185095012,0.00779558019713,0.20747564733,-0.534244330111,0.0209609469633,0.727634175622,-0.429758235424
+1470147430753013151,-0.00821096263826,0.00779452407733,0.207099840045,-0.552091320073,0.0232057958554,0.727690636124,-0.406353298789
+1470147430825605472,-0.00835821777582,0.00779365748167,0.206172540784,-0.516794532332,0.0189160771225,0.727666700017,-0.450629301161
+1470147430897572041,-0.00829536002129,0.00776412989944,0.205918520689,-0.534812455522,0.0201999094466,0.726893821294,-0.430340532184
+1470147430969505401,-0.00824660249054,0.00775485346094,0.205723688006,-0.547447971518,0.021752806293,0.726872372986,-0.414106371949
+1470147431043757800,-0.0082714157179,0.00782033707947,0.20597115159,-0.54660194136,0.0223430974341,0.727654651762,-0.41381857313
+1470147431125782979,-0.00829979870468,0.0078867636621,0.206303521991,-0.534170084021,0.0237323393423,0.730054610522,-0.42558120619
+1470147431194817967,-0.00829744432122,0.00787916593254,0.206290617585,-0.536587220633,0.0232714941648,0.729334779744,-0.423796379491
+1470147431267684889,-0.00824434217066,0.00789233949035,0.205937385559,-0.53770954625,0.0229848159897,0.729016320821,-0.422936574539
+1470147431341275469,-0.00824605114758,0.00784577894956,0.203601002693,-0.49076738561,0.0167036895248,0.727453990308,-0.479248424059
+1470147431413751015,-0.0081754475832,0.00784192420542,0.202666178346,-0.553732116846,0.0223968612622,0.726838426208,-0.405690800446
+1470147431486938944,-0.00822341814637,0.00789348501712,0.203299477696,-0.539180897697,0.0210929935271,0.72725790794,-0.424187435602
+1470147431566058391,-0.00821285881102,0.00789063982666,0.202864930034,-0.543788832855,0.022151590305,0.727587504982,-0.417635528784
+1470147431644185121,-0.00823638681322,0.00792613625526,0.202346011996,-0.50984270284,0.0185302109391,0.727729498314,-0.45839592813
+1470147431717323916,-0.00822400208563,0.00790029857308,0.20205283165,-0.52089579921,0.0195667400499,0.727698350212,-0.445802445201
+1470147431789934196,-0.00821015890688,0.00785857532173,0.201451301575,-0.54580806961,0.0216671601159,0.727163204218,-0.415761662197
diff --git a/MobileRobot/docking_data/Vel.txt b/MobileRobot/docking_data/Vel.txt
index a3599c02..8656d54b 100644
--- a/MobileRobot/docking_data/Vel.txt
+++ b/MobileRobot/docking_data/Vel.txt
@@ -1,537 +1,591 @@
 %time,field.linear.x,field.linear.y,field.linear.z,field.angular.x,field.angular.y,field.angular.z
-1470068791617163535,0.16,-0.134309997643,0.0,0.0,0.0,0.0358472942521
-1470068791699334713,0.16,-0.133803751553,0.0,0.0,0.0,0.0430134957337
-1470068791780790626,0.16,-0.134071316804,0.0,0.0,0.0,0.0330886053309
-1470068791861284515,0.16,-0.134223630513,0.0,0.0,0.0,0.0377821335139
-1470068791937247375,0.16,-0.134223630513,0.0,0.0,0.0,0.0377821335139
-1470068792013086465,0.16,-0.134191444005,0.0,0.0,0.0,0.0346793551799
-1470068792093820439,0.16,-0.133642354096,0.0,0.0,0.0,0.0433939635144
-1470068792179375173,0.16,-0.134192874516,0.0,0.0,0.0,0.0343153436592
-1470068792257912135,0.16,-0.134120705212,0.0,0.0,0.0,0.0379381517749
-1470068792336380762,0.16,-0.131907906617,0.0,0.0,0.0,0.0157107771996
-1470068792409333555,0.16,-0.131887712563,0.0,0.0,0.0,0.0313970941282
-1470068792480024989,0.16,-0.131207742776,0.0,0.0,0.0,0.0247250066321
-1470068792550588544,0.16,-0.129460468377,0.0,0.0,0.0,0.0236432982102
-1470068792625002925,0.16,-0.126408829774,0.0,0.0,0.0,0.0272553470592
-1470068792704922812,0.16,-0.124164750661,0.0,0.0,0.0,0.0241429074572
-1470068792779908932,0.16,-0.122557940568,0.0,0.0,0.0,0.0250586987523
-1470068792858942383,0.16,-0.12071110257,0.0,0.0,0.0,0.0423219642323
-1470068792939099288,0.16,-0.120002951707,0.0,0.0,0.0,0.0162572040813
-1470068793020080170,0.16,-0.117732682313,0.0,0.0,0.0,0.0273202787829
-1470068793092436995,0.16,-0.117020001496,0.0,0.0,0.0,0.0239027116715
-1470068793169877662,0.16,-0.114981856431,0.0,0.0,0.0,0.015238756988
-1470068793251188122,0.16,-0.111488571251,0.0,0.0,0.0,0.0266193355366
-1470068793336871197,0.16,-0.110163667286,0.0,0.0,0.0,0.0289270871156
-1470068793412565587,0.16,-0.103664901341,0.0,0.0,0.0,0.0281067805282
-1470068793487868701,0.16,-0.101847925271,0.0,0.0,0.0,0.0237762735206
-1470068793560029252,0.16,-0.100795402611,0.0,0.0,0.0,0.0243600218501
-1470068793632649981,0.16,-0.0976922536741,0.0,0.0,0.0,0.012812393309
-1470068793704535723,0.16,-0.095693507279,0.0,0.0,0.0,0.0248389375105
-1470068793794662060,0.16,-0.0945115948568,0.0,0.0,0.0,0.0231422232803
-1470068793870090500,0.16,-0.0905860091101,0.0,0.0,0.0,0.011491958868
-1470068793944832749,0.16,-0.0875469649683,0.0,0.0,0.0,0.0324873298694
-1470068794024539570,0.16,-0.0864607597242,0.0,0.0,0.0,0.0281534176862
-1470068794102229464,0.16,-0.0854026521097,0.0,0.0,0.0,0.0240737314061
-1470068794180976573,0.16,-0.0822903777014,0.0,0.0,0.0,0.0130663800257
-1470068794257843961,0.16,-0.0795998001944,0.0,0.0,0.0,0.0223692648858
-1470068794331185862,0.16,-0.0790272618185,0.0,0.0,0.0,0.0317977547127
-1470068794418305091,0.16,-0.0761428917299,0.0,0.0,0.0,0.0279953392379
-1470068794500286404,0.16,-0.0752475703608,0.0,0.0,0.0,0.020021735784
-1470068794579951396,0.16,-0.073936721171,0.0,0.0,0.0,0.0186991268913
-1470068794652490624,0.16,-0.0703733945738,0.0,0.0,0.0,0.0217390093989
-1470068794726467665,0.16,-0.0697040105711,0.0,0.0,0.0,0.0300865397239
-1470068794796943925,0.16,-0.0673208797823,0.0,0.0,0.0,0.0292503615828
-1470068794869783518,0.16,-0.0666124010931,0.0,0.0,0.0,0.014672733919
-1470068794947176748,0.16,-0.0640237475287,0.0,0.0,0.0,0.0210806385395
-1470068795026652854,0.16,-0.0629258478533,0.0,0.0,0.0,0.0147019711018
-1470068795101770087,0.16,-0.0619239295374,0.0,0.0,0.0,0.00702633067334
-1470068795180410729,0.16,-0.0598628843676,0.0,0.0,0.0,0.0150866800828
-1470068795253405297,0.16,-0.0591426218401,0.0,0.0,0.0,0.0184876682515
-1470068795329156457,0.16,-0.0575019324671,0.0,0.0,0.0,0.0237238644872
-1470068795409859242,0.16,-0.0566886628519,0.0,0.0,0.0,0.0144973018542
-1470068795487575068,0.16,-0.0551080490004,0.0,0.0,0.0,0.0232304467672
-1470068795563525100,0.16,-0.0548723245512,0.0,0.0,0.0,0.0209454149222
-1470068795644420491,0.16,-0.053044750775,0.0,0.0,0.0,0.0158388037424
-1470068795720525969,0.16,-0.0524944389711,0.0,0.0,0.0,0.0165729838166
-1470068795796614779,0.16,-0.0514833892237,0.0,0.0,0.0,0.00477660025264
-1470068795873961278,0.16,-0.0502620244871,0.0,0.0,0.0,0.012727762889
-1470068795950873386,0.16,-0.0494559193503,0.0,0.0,0.0,0.00813086929834
-1470068796028153244,0.16,-0.0481639588724,0.0,0.0,0.0,0.0155983358438
-1470068796109547041,0.16,-0.0468281830202,0.0,0.0,0.0,0.0123369233005
-1470068796188951732,0.16,-0.046336742724,0.0,0.0,0.0,0.00821928540226
-1470068796264822723,0.16,-0.0453541273724,0.0,0.0,0.0,0.0156165904367
-1470068796341186740,0.16,-0.0441964800011,0.0,0.0,0.0,0.0113778581087
-1470068796421607156,0.16,-0.0431566590916,0.0,0.0,0.0,0.00857564485819
-1470068796498135855,0.16,-0.0424114251982,0.0,0.0,0.0,0.0123289400997
-1470068796572924778,0.16,-0.0415316755425,0.0,0.0,0.0,0.00831911399896
-1470068796649332890,0.16,-0.0405914182316,0.0,0.0,0.0,0.00880884140857
-1470068796726531632,0.16,-0.0396473104607,0.0,0.0,0.0,0.0150476626417
-1470068796816496447,0.16,-0.0383052612196,0.0,0.0,0.0,0.00527538955041
-1470068796887739282,0.16,-0.0374703282963,0.0,0.0,0.0,0.0107307802554
-1470068796965585695,0.16,-0.0365502888809,0.0,0.0,0.0,0.0134341821616
-1470068797042734242,0.16,-0.0354106927763,0.0,0.0,0.0,0.00913165760715
-1470068797120848545,0.16,-0.0346170986544,0.0,0.0,0.0,0.0185166181831
-1470068797197276819,0.16,-0.0333172673832,0.0,0.0,0.0,0.0085430221137
-1470068797277691824,0.16,-0.0325026000391,0.0,0.0,0.0,0.0105403300044
-1470068797353924134,0.16,-0.0318327809225,0.0,0.0,0.0,0.0
-1470068797428164119,0.16,-0.0310663844,0.0,0.0,0.0,0.0
-1470068797499370813,0.16,-0.030038979138,0.0,0.0,0.0,0.00825350022677
-1470068797571596225,0.16,-0.0293382043491,0.0,0.0,0.0,0.00586275939004
-1470068797644984844,0.16,-0.0287919218193,0.0,0.0,0.0,0.00811410569382
-1470068797723207388,0.16,-0.0276654715191,0.0,0.0,0.0,0.00424087961858
-1470068797798395755,0.16,-0.0271214986693,0.0,0.0,0.0,0.0
-1470068797873916609,0.16,-0.0264164144646,0.0,0.0,0.0,0.0087963196746
-1470068797950997885,0.16,-0.0260149354588,0.0,0.0,0.0,0.00894706435171
-1470068798025884352,0.16,-0.0250055188786,0.0,0.0,0.0,0.0
-1470068798099917966,0.16,-0.0244069243322,0.0,0.0,0.0,0.0
-1470068798178335037,0.16,-0.0238629991661,0.0,0.0,0.0,0.00332440067955
-1470068798251210850,0.16,-0.0232235396753,0.0,0.0,0.0,0.00581471963067
-1470068798323494938,0.16,-0.0224369550596,0.0,0.0,0.0,0.0
-1470068798400012539,0.0,-0.0218580062042,0.0,0.0,0.0,0.0
-1470068798472690958,0.0,-0.0213287586819,0.0,0.0,0.0,0.0
-1470068798552817492,0.0,-0.0208176875959,0.0,0.0,0.0,0.0
-1470068798626504163,0.0,-0.0201792115818,0.0,0.0,0.0,0.00648373000922
-1470068798701045116,0.0,-0.0197468037258,0.0,0.0,0.0,0.00506366925672
-1470068798775680370,0.0,-0.0191046411644,0.0,0.0,0.0,0.00380415790871
-1470068798854480993,0.0,-0.0186448524247,0.0,0.0,0.0,0.00749660094725
-1470068798926225060,0.0,-0.017964085425,0.0,0.0,0.0,0.00449475845352
-1470068799006778608,0.0,-0.0175658712636,0.0,0.0,0.0,0.00597879735842
-1470068799082027784,0.0,-0.0171281928669,0.0,0.0,0.0,0.0
-1470068799162142380,0.0,-0.0170192758094,0.0,0.0,0.0,0.0
-1470068799239812297,0.0,-0.0166973019491,0.0,0.0,0.0,0.00355443092192
-1470068799311800771,0.0,-0.0168659100782,0.0,0.0,0.0,0.00364256810979
-1470068799391779752,0.0,-0.0167418594013,0.0,0.0,0.0,0.0
-1470068799467582834,0.0,-0.0157970706473,0.0,0.0,0.0,0.0
-1470068799548554955,0.0,-0.0152819121729,0.0,0.0,0.0,0.0
-1470068799626459124,0.0,-0.015262741829,0.0,0.0,0.0,0.0034746207453
-1470068799700012942,0.0,-0.0149190957199,0.0,0.0,0.0,0.0
-1470068799783468325,0.0,-0.0140902871739,0.0,0.0,0.0,0.0
-1470068799857859896,0.0,-0.0137470821391,0.0,0.0,0.0,0.0
-1470068799931135780,0.0,-0.0131596083294,0.0,0.0,0.0,0.0
-1470068800003946516,0.0,-0.0127152080189,0.0,0.0,0.0,0.0
-1470068800082262239,0.0,-0.0122610221158,0.0,0.0,0.0,0.0
-1470068800158666615,0.0,-0.0116995642434,0.0,0.0,0.0,0.00343873581811
-1470068800232325816,0.0,-0.0112604747068,0.0,0.0,0.0,0.0
-1470068800307584203,0.0,-0.0108657384764,0.0,0.0,0.0,0.0
-1470068800388360294,0.0,-0.0104915867101,0.0,0.0,0.0,0.0
-1470068800465040893,0.0,-0.00990876355277,0.0,0.0,0.0,0.0
-1470068800541305996,0.0,-0.00953031280146,0.0,0.0,0.0,0.0
-1470068800614782214,0.0,-0.00919725992785,0.0,0.0,0.0,0.0
-1470068800688751003,0.0,-0.0088480258833,0.0,0.0,0.0,0.0
-1470068800770278366,0.0,-0.00829109796391,0.0,0.0,0.0,0.0
-1470068800844134725,0.0,-0.00798700996743,0.0,0.0,0.0,0.0
-1470068800916485057,0.0,-0.00769932889448,0.0,0.0,0.0,0.0
-1470068800992657707,0.0,-0.00723894410835,0.0,0.0,0.0,0.0
-1470068801069015843,0.0,-0.00697463997708,0.0,0.0,0.0,0.0
-1470068801150624789,0.0,-0.00668400847421,0.0,0.0,0.0,0.0
-1470068801229583838,0.0,-0.00641293623553,0.0,0.0,0.0,0.0
-1470068801307035515,0.0,-0.00604855814086,0.0,0.0,0.0,0.0
-1470068801388069691,0.0,-0.00580553510295,0.0,0.0,0.0,0.0
-1470068801464941847,0.0,-0.00557838105665,0.0,0.0,0.0,0.0
-1470068801543672404,0.0,-0.00526950904237,0.0,0.0,0.0,0.0030715253016
-1470068801621087878,0.0,-0.00505046271787,0.0,0.0,0.0,0.00317194622887
-1470068801698275444,0.0,-0.00484802373753,0.0,0.0,0.0,0.00347037672971
-1470068801773609315,0.0,-0.00456555881606,0.0,0.0,0.0,0.0033554286464
-1470068801849069163,0.0,-0.0043794157456,0.0,0.0,0.0,0.00366036127581
-1470068801921898007,0.0,-0.00419845827924,0.0,0.0,0.0,0.0
-1470068801996056710,0.0,-0.00392074682818,0.0,0.0,0.0,0.00344946360695
-1470068802068161662,0.0,-0.00377554842339,0.0,0.0,0.0,0.00360843627043
-1470068802140218401,0.0,-0.00362941497074,0.0,0.0,0.0,0.00506267697926
-1470068802211243756,0.0,-0.00343091064201,0.0,0.0,0.0,0.00457469889134
-1470068802291130818,0.0,-0.00331986867891,0.0,0.0,0.0,0.00392730983416
-1470068802368645244,0.0,-0.0031933645259,0.0,0.0,0.0,0.0
-1470068802442284648,0.0,-0.00313200079904,0.0,0.0,0.0,0.00316524555134
-1470068802518890003,0.0,-0.00305842557059,0.0,0.0,0.0,0.00573598852519
-1470068802597800086,0.0,-0.00297084921108,0.0,0.0,0.0,0.00378664165104
-1470068802672980011,0.0,-0.00287519865738,0.0,0.0,0.0,0.00492582556239
-1470068802750851048,0.0,-0.00281512909637,0.0,0.0,0.0,0.00281624045423
-1470068802827914873,0.0,-0.00276864641414,0.0,0.0,0.0,0.00302457076828
-1470068802899375048,0.0,-0.00268492871033,0.0,0.0,0.0,0.00474147014754
-1470068802979435800,0.0,-0.00263689854251,0.0,0.0,0.0,0.00424206975403
-1470068803052736655,0.0,-0.00261515923844,0.0,0.0,0.0,0.00367697495736
-1470068803125034445,0.0,-0.00256038443254,0.0,0.0,0.0,0.00341537535556
-1470068803203398983,0.0,-0.00253060557948,0.0,0.0,0.0,0.00459892933413
-1470068803279548636,0.0,-0.0025256319444,0.0,0.0,0.0,0.00461833591846
-1470068803354021488,0.0,-0.00252390862511,0.0,0.0,0.0,0.00506624855163
-1470068803431871038,0.0,-0.00251755067216,0.0,0.0,0.0,0.004802036054
-1470068803509378596,0.0,-0.00251018204795,0.0,0.0,0.0,0.00521769377595
-1470068803582819508,0.0,-0.00246003330754,0.0,0.0,0.0,0.00396953632566
-1470068803661476694,0.0,-0.00245449193822,0.0,0.0,0.0,0.00471175437871
-1470068803739233116,0.0,-0.00246483669685,0.0,0.0,0.0,0.00511733471094
-1470068803812657324,0.0,-0.0024413099985,0.0,0.0,0.0,0.0036042031988
-1470068803889954578,0.0,-0.00239656479166,0.0,0.0,0.0,0.0
-1470068803964748623,0.0,-0.00239242822932,0.0,0.0,0.0,0.0
-1470068804038925685,0.0,-0.00239423089729,0.0,0.0,0.0,0.0
-1470068804113815219,0.0,-0.00237475396202,0.0,0.0,0.0,0.0
-1470068804189698835,0.0,-0.00238477238522,0.0,0.0,0.0,0.0
-1470068804272478926,0.0,-0.00240216390298,0.0,0.0,0.0,0.0
-1470068804346981104,0.0,-0.00241913669811,0.0,0.0,0.0,0.0
-1470068804421602686,0.0,-0.00244070501135,0.0,0.0,0.0,0.00385762631896
-1470068804495082106,0.0,-0.0024551744114,0.0,0.0,0.0,0.00419520894057
-1470068804566743273,0.0,-0.00245551117764,0.0,0.0,0.0,0.00464649481225
-1470068804639190298,0.0,-0.00243949242936,0.0,0.0,0.0,0.00297270447554
-1470068804719217019,0.0,-0.00243655354784,0.0,0.0,0.0,0.00337794325703
-1470068804792777872,0.0,-0.00241433740662,0.0,0.0,0.0,0.0
-1470068804866985856,0.0,-0.00238435664283,0.0,0.0,0.0,0.0
-1470068804945231934,0.0,-0.00233958312379,0.0,0.0,0.0,0.00338634222009
-1470068805023309267,0.0,-0.00229722247527,0.0,0.0,0.0,0.00528997013305
-1470068805096415725,0.0,-0.00222116061555,0.0,0.0,0.0,0.0
-1470068805171669401,0.0,-0.00218656756984,0.0,0.0,0.0,0.0
-1470068805245946621,0.0,-0.00216026180492,0.0,0.0,0.0,0.0
-1470068805324429731,0.0,-0.00209237546728,0.0,0.0,0.0,0.00477276547286
-1470068805399016324,0.0,-0.00207467922078,0.0,0.0,0.0,0.00473052692971
-1470068805476062249,0.0,-0.00208132029579,0.0,0.0,0.0,0.00426708661795
-1470068805550997085,0.0,-0.00206251950072,0.0,0.0,0.0,0.0
-1470068805629161972,0.0,-0.00203220457838,0.0,0.0,0.0,0.0
-1470068805704012192,0.0,-0.00201584720121,0.0,0.0,0.0,0.0
-1470068805782739012,0.0,-0.00197535590337,0.0,0.0,0.0,0.00344905641753
-1470068805867162951,0.0,-0.00197419249521,0.0,0.0,0.0,0.00326906535866
-1470068805942857216,0.0,-0.00191289209829,0.0,0.0,0.0,0.00466487727662
-1470068806020334415,0.0,-0.00187376127647,0.0,0.0,0.0,0.0
-1470068806096772972,0.0,-0.0018516818534,0.0,0.0,0.0,0.0
-1470068806169751961,0.0,-0.0018247975509,0.0,0.0,0.0,0.0
-1470068806243319336,0.0,-0.00179846645401,0.0,0.0,0.0,0.0
-1470068806320154244,0.0,-0.00177054689334,0.0,0.0,0.0,0.00357398492315
-1470068806391720180,0.0,-0.00173127153025,0.0,0.0,0.0,0.00427194135854
-1470068806468587540,0.0,-0.00171058909105,0.0,0.0,0.0,0.00321277494496
-1470068806546061861,0.0,-0.00168972485767,0.0,0.0,0.0,0.0
-1470068806621836118,0.0,-0.00166545384632,0.0,0.0,0.0,0.0
-1470068806698952027,0.0,-0.00162781016038,0.0,0.0,0.0,0.0
-1470068806773217480,0.0,-0.00160446674631,0.0,0.0,0.0,0.00281365888873
-1470068806848478080,0.0,-0.00158803635345,0.0,0.0,0.0,0.00326662346029
-1470068806921482173,0.0,-0.00156159759568,0.0,0.0,0.0,0.00374127028508
-1470068806996736471,0.0,-0.00154180848108,0.0,0.0,0.0,0.0040387451583
-1470068807070876322,0.0,-0.00150556997464,0.0,0.0,0.0,0.0
-1470068807143861652,0.0,-0.00147938230143,0.0,0.0,0.0,0.0
-1470068807220049275,0.0,-0.00144287073122,0.0,0.0,0.0,0.0
-1470068807293307022,0.0,-0.00141774439321,0.0,0.0,0.0,0.00342784213435
-1470068807368835175,0.0,-0.00138505124555,0.0,0.0,0.0,0.00316433664084
-1470068807446388770,0.0,-0.00137004391359,0.0,0.0,0.0,0.00362646303386
-1470068807520009016,0.0,-0.00136162438498,0.0,0.0,0.0,0.00379383493805
-1470068807593746778,0.0,-0.00137708135949,0.0,0.0,0.0,0.0
-1470068807668275039,0.0,-0.00135855176554,0.0,0.0,0.0,0.00293140967978
-1470068807741073275,0.0,-0.00134240337716,0.0,0.0,0.0,0.00298001760213
-1470068807815424992,0.0,-0.0013371976565,0.0,0.0,0.0,0.0
-1470068807888783683,0.0,-0.00134135694311,0.0,0.0,0.0,0.0
-1470068807960836319,0.0,-0.00132391736911,0.0,0.0,0.0,0.0
-1470068808034338400,0.0,-0.0013141220908,0.0,0.0,0.0,0.0
-1470068808106867636,0.0,-0.00131523408995,0.0,0.0,0.0,0.0
-1470068808183622078,0.0,-0.00131533057497,0.0,0.0,0.0,0.0
-1470068808256867677,0.0,-0.00129405581461,0.0,0.0,0.0,0.0
-1470068808342459373,0.0,-0.00129205980407,0.0,0.0,0.0,0.0
-1470068808413755858,0.0,-0.00131161050008,0.0,0.0,0.0,0.0
-1470068808486695363,0.0,-0.00131195657955,0.0,0.0,0.0,0.0
-1470068808560191749,0.0,-0.00124462754534,0.0,0.0,0.0,0.0
-1470068808632504392,0.0,-0.00120620154844,0.0,0.0,0.0,0.00362599144443
-1470068808704569856,0.0,-0.00118457661079,0.0,0.0,0.0,0.00348100448912
-1470068808780505896,0.0,-0.00115659595536,0.0,0.0,0.0,0.00308267109579
-1470068808855311588,0.0,-0.00111666568623,0.0,0.0,0.0,0.0
-1470068808929777876,0.0,-0.00108621516333,0.0,0.0,0.0,0.0
-1470068809003574628,0.0,-0.00105593116091,0.0,0.0,0.0,0.0
-1470068809081302747,0.0,-0.00103601315127,0.0,0.0,0.0,0.00284057764795
-1470068809158823890,0.0,-0.00100667611764,0.0,0.0,0.0,0.00403338897742
-1470068809232509951,0.0,-0.000965717668398,0.0,0.0,0.0,0.0
-1470068809305687944,0.0,-0.000956278900369,0.0,0.0,0.0,0.0
-1470068809378556068,0.0,-0.000925001735552,0.0,0.0,0.0,0.0
-1470068809451414859,0.0,-0.000922670448883,0.0,0.0,0.0,0.0
-1470068809527630766,0.0,-0.000930772955282,0.0,0.0,0.0,0.0
-1470068809600955338,0.0,-0.000917947525843,0.0,0.0,0.0,0.0
-1470068809673504681,0.0,-0.000917431573136,0.0,0.0,0.0,0.0
-1470068809750139705,0.0,-0.000907879183753,0.0,0.0,0.0,0.0
-1470068809825652833,0.0,-0.000875807041986,0.0,0.0,0.0,0.0
-1470068809901374854,0.0,-0.000864650170072,0.0,0.0,0.0,0.00314267717504
-1470068809977136035,0.0,-0.000844797725542,0.0,0.0,0.0,0.00297894020598
-1470068810051628095,0.0,-0.000837242464288,0.0,0.0,0.0,0.00382018999572
-1470068810129801548,0.0,0.0,0.0,0.0,0.0,0.00350867416394
-1470068810203732255,0.006,0.0,0.0,0.0,0.0,0.0
-1470068810279926207,0.006,0.0,0.0,0.0,0.0,0.0
-1470068810356319313,0.006,0.0,0.0,0.0,0.0,0.0
-1470068810436515498,0.006,0.0,0.0,0.0,0.0,0.0
-1470068810513902845,0.006,0.0,0.0,0.0,0.0,0.0
-1470068810586967387,0.0,0.0,0.0,0.0,0.0,0.00339195038234
-1470068810663730501,0.0,0.0,0.0,0.0,0.0,0.00299109766573
-1470068810736588785,0.006,0.0,0.0,0.0,0.0,0.0
-1470068810809138482,0.006,0.0,0.0,0.0,0.0,0.0
-1470068810884821313,0.006,0.0,0.0,0.0,0.0,0.0
-1470068810959546130,0.0,-0.000878361473544,0.0,0.0,0.0,0.0
-1470068811031085444,0.0,-0.0012048138778,0.0,0.0,0.0,0.0
-1470068811108631505,0.0,-0.00155940526233,0.0,0.0,0.0,0.0
-1470068811197037443,0.0,-0.00165643454598,0.0,0.0,0.0,0.0
-1470068811271198909,0.0,-0.00172272385166,0.0,0.0,0.0,0.0
-1470068811343099188,0.0,-0.0017531453173,0.0,0.0,0.0,0.0
-1470068811416807796,0.0,-0.00177934789167,0.0,0.0,0.0,0.0
-1470068811497671654,0.0,-0.00179279320942,0.0,0.0,0.0,0.0
-1470068811573225201,0.0,-0.00183456749724,0.0,0.0,0.0,0.0
-1470068811647134463,0.0,-0.00194399380194,0.0,0.0,0.0,0.0
-1470068811721167382,0.0,-0.00202807881938,0.0,0.0,0.0,0.0
-1470068811797227484,0.0,-0.0022235507618,0.0,0.0,0.0,0.0
-1470068811869117980,0.0,-0.00236179069684,0.0,0.0,0.0,0.0
-1470068811940900504,0.0,-0.00240009152399,0.0,0.0,0.0,0.0
-1470068812014160930,0.0,-0.00233121723936,0.0,0.0,0.0,0.0
-1470068812088778157,0.0,-0.00231012017535,0.0,0.0,0.0,0.0
-1470068812163134958,0.0,-0.00232204929994,0.0,0.0,0.0,0.0
-1470068812238454065,0.0,-0.00228801318513,0.0,0.0,0.0,0.0
-1470068812313929603,0.0,-0.00224130065249,0.0,0.0,0.0,0.0
-1470068812387202825,0.0,-0.00217548371361,0.0,0.0,0.0,0.0
-1470068812462353105,0.0,-0.00213485830532,0.0,0.0,0.0,0.0
-1470068812538699098,0.0,-0.00208072462188,0.0,0.0,0.0,0.0
-1470068812616518205,0.0,-0.00201299586402,0.0,0.0,0.0,0.00322112168896
-1470068812690652530,0.0,-0.00193584510194,0.0,0.0,0.0,0.0
-1470068812762071905,0.0,-0.00187745341168,0.0,0.0,0.0,0.0
-1470068812834576558,0.0,-0.00181616717087,0.0,0.0,0.0,0.0
-1470068812907558996,0.0,-0.00175867849098,0.0,0.0,0.0,0.0
-1470068812989845332,0.0,-0.00167391360806,0.0,0.0,0.0,0.0
-1470068813065663713,0.0,-0.00162045904504,0.0,0.0,0.0,0.0
-1470068813149086207,0.0,-0.00156087600694,0.0,0.0,0.0,0.0
-1470068813226387533,0.0,-0.00150164500879,0.0,0.0,0.0,0.0
-1470068813310916116,0.0,-0.00145462104188,0.0,0.0,0.0,0.0
-1470068813394624539,0.0,-0.00136348069714,0.0,0.0,0.0,0.0
-1470068813470787026,0.0,-0.00131304138408,0.0,0.0,0.0,0.0
-1470068813543679083,0.0,-0.00124943987535,0.0,0.0,0.0,0.0
-1470068813612731209,0.0,-0.00120382220553,0.0,0.0,0.0,0.0
-1470068813683946526,0.0,-0.00115014598773,0.0,0.0,0.0,0.0
-1470068813759059247,0.0,-0.00108960555003,0.0,0.0,0.0,0.0
-1470068813831063463,0.0,-0.0010476192932,0.0,0.0,0.0,0.0
-1470068813907288184,0.0,-0.000999672571881,0.0,0.0,0.0,0.0
-1470068813982337493,0.0,-0.000954021374448,0.0,0.0,0.0,0.0
-1470068814059163465,0.0,-0.000904199341996,0.0,0.0,0.0,0.0
-1470068814132329181,0.0,-0.000873959670527,0.0,0.0,0.0,0.0
-1470068814209817488,0.0,-0.000830472121699,0.0,0.0,0.0,0.0
-1470068814284632584,0.0,-0.000805290649398,0.0,0.0,0.0,0.0
-1470068814361484991,0.006,0.0,0.0,0.0,0.0,0.0
-1470068814438741847,0.006,0.0,0.0,0.0,0.0,0.0
-1470068814511417438,0.006,0.0,0.0,0.0,0.0,0.0
-1470068814585794045,0.006,0.0,0.0,0.0,0.0,0.0
-1470068814670746677,0.006,0.0,0.0,0.0,0.0,0.0
-1470068814747488606,0.006,0.0,0.0,0.0,0.0,0.0
-1470068814823207537,0.006,0.0,0.0,0.0,0.0,0.0
-1470068814901186699,0.006,0.0,0.0,0.0,0.0,0.0
-1470068814975594517,0.006,0.0,0.0,0.0,0.0,0.0
-1470068815060382826,0.006,0.0,0.0,0.0,0.0,0.0
-1470068815137366893,0.006,0.0,0.0,0.0,0.0,0.0
-1470068815211636120,0.006,0.0,0.0,0.0,0.0,0.0
-1470068815291103411,0.006,0.0,0.0,0.0,0.0,0.0
-1470068815364202328,0.006,0.0,0.0,0.0,0.0,0.0
-1470068815437328124,0.0,0.000819193152027,0.0,0.0,0.0,0.0
-1470068815511703532,0.0,0.000858907540576,0.0,0.0,0.0,0.0
-1470068815586858455,0.0,0.000899869715111,0.0,0.0,0.0,0.0
-1470068815661416204,0.0,0.000901281786398,0.0,0.0,0.0,0.0
-1470068815749258830,0.0,0.000916682509021,0.0,0.0,0.0,0.0
-1470068815821704012,0.0,0.000921888602213,0.0,0.0,0.0,0.0
-1470068815902157179,0.0,0.000931989913122,0.0,0.0,0.0,0.0
-1470068815976332923,0.0,0.000924838100807,0.0,0.0,0.0,0.00305607721623
-1470068816047927640,0.0,0.000934017216103,0.0,0.0,0.0,0.0
-1470068816120126156,0.0,0.000995213118629,0.0,0.0,0.0,0.0
-1470068816194585937,0.0,0.0010657164727,0.0,0.0,0.0,0.0
-1470068816270064413,0.0,0.00118628642453,0.0,0.0,0.0,0.0
-1470068816346497889,0.0,0.00124341449632,0.0,0.0,0.0,0.0
-1470068816422469770,0.0,0.00109383626773,0.0,0.0,0.0,0.0
-1470068816496735872,0.0,0.00104669700308,0.0,0.0,0.0,0.0
-1470068816574316145,0.0,0.00104224267347,0.0,0.0,0.0,0.0
-1470068816647117537,0.0,0.00106443329646,0.0,0.0,0.0,0.0
-1470068816717260264,0.0,0.00101599763079,0.0,0.0,0.0,0.00466161189571
-1470068816788061799,0.0,0.000998135236339,0.0,0.0,0.0,0.0
-1470068816862697777,0.0,0.000968250398771,0.0,0.0,0.0,0.0
-1470068816938774077,0.0,0.000950794433491,0.0,0.0,0.0,0.0
-1470068817007810407,0.0,0.000920566310422,0.0,0.0,0.0,0.0
-1470068817079844237,0.0,0.000903959711329,0.0,0.0,0.0,0.0
-1470068817151716714,0.0,0.000876354378895,0.0,0.0,0.0,0.0
-1470068817222827706,0.0,0.000832364660935,0.0,0.0,0.0,0.0
-1470068817298300739,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817379343484,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817454495019,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817532456615,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817605378127,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817682319987,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817759635240,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817835529746,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817915980678,0.006,0.0,0.0,0.0,0.0,0.0
-1470068817990952731,0.0,0.0,0.0,0.0,0.0,0.00373647973173
-1470068818070688589,0.006,0.0,0.0,0.0,0.0,0.0
-1470068818151085361,0.006,0.0,0.0,0.0,0.0,0.0
-1470068818227787005,0.0,0.0,0.0,0.0,0.0,0.0029866795981
-1470068818304007259,0.006,0.0,0.0,0.0,0.0,0.0
-1470068818377833941,0.006,0.0,0.0,0.0,0.0,0.0
-1470068818459277890,0.0,0.0,0.0,0.0,0.0,0.00387023324008
-1470068818533555530,0.006,0.0,0.0,0.0,0.0,0.0
-1470068818610607451,0.0,0.0,0.0,0.0,0.0,0.00331062328553
-1470068818696346200,0.0,0.0,0.0,0.0,0.0,0.00335800911172
-1470068818772196146,0.006,0.0,0.0,0.0,0.0,0.0
-1470068818849381593,0.006,0.0,0.0,0.0,0.0,0.0
-1470068818924059287,0.0,0.0,0.0,0.0,0.0,0.00317826149878
-1470068819000188438,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819073069850,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819147279696,0.0,0.0,0.0,0.0,0.0,0.00345760116711
-1470068819221279368,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819295674443,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819374258291,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819446757163,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819529908763,0.0,0.0,0.0,0.0,0.0,0.00338917190756
-1470068819607987651,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819696547317,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819774299535,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819861795931,0.006,0.0,0.0,0.0,0.0,0.0
-1470068819939113791,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820011445101,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820082714072,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820153000836,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820226565044,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820302894687,0.0,0.0,0.0,0.0,0.0,0.00349414056654
-1470068820379250695,0.0,0.0,0.0,0.0,0.0,0.00386696947821
-1470068820453440033,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820529518362,0.0,0.0,0.0,0.0,0.0,0.00335207703726
-1470068820603985757,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820679843221,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820753652745,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820830269470,0.006,0.0,0.0,0.0,0.0,0.0
-1470068820905678824,0.0,0.0,0.0,0.0,0.0,0.00305303733936
-1470068820978525073,0.006,0.0,0.0,0.0,0.0,0.0
-1470068821051380541,0.006,0.0,0.0,0.0,0.0,0.0
-1470068821124814705,0.006,0.0,0.0,0.0,0.0,0.0
-1470068821200970132,0.006,0.0,0.0,0.0,0.0,0.0
-1470068821279781926,0.006,0.0,0.0,0.0,0.0,0.0
-1470068821354061195,0.006,0.0,0.0,0.0,0.0,0.0
-1470068821425635103,0.006,0.0,0.0,0.0,0.0,0.0
-1470068821497046362,0.006,0.0,0.0,0.0,0.0,0.0
-1470068821569253441,0.0,-0.00081092664109,0.0,0.0,0.0,0.0
-1470068821642542952,0.0,-0.000833486999138,0.0,0.0,0.0,0.00306025495103
-1470068821713282319,0.0,-0.000850784639581,0.0,0.0,0.0,0.0
-1470068821786007858,0.0,-0.000867540995343,0.0,0.0,0.0,0.0
-1470068821860256473,0.0,-0.000873154635294,0.0,0.0,0.0,0.0
-1470068821936957638,0.0,-0.000893171365126,0.0,0.0,0.0,0.0
-1470068822010893831,0.0,-0.000903742248877,0.0,0.0,0.0,0.0
-1470068822083681379,0.0,-0.00091938474284,0.0,0.0,0.0,0.0
-1470068822159192241,0.0,-0.000929703796967,0.0,0.0,0.0,0.0
-1470068822229030248,0.0,-0.000948807458146,0.0,0.0,0.0,0.0
-1470068822300487174,0.0,-0.00100801722215,0.0,0.0,0.0,0.0
-1470068822372362494,0.0,-0.00101671614753,0.0,0.0,0.0,0.0
-1470068822449974219,0.0,-0.00103195482002,0.0,0.0,0.0,0.0
-1470068822527787365,0.0,-0.000956118340357,0.0,0.0,0.0,0.0
-1470068822605259735,0.0,-0.000914182002409,0.0,0.0,0.0,0.0
-1470068822681754518,0.0,-0.000919323648079,0.0,0.0,0.0,0.0
-1470068822756683346,0.0,-0.000930187339647,0.0,0.0,0.0,0.0
-1470068822832534771,0.0,-0.00090866745518,0.0,0.0,0.0,0.0
-1470068822908484791,0.0,-0.000888378779157,0.0,0.0,0.0,0.0
-1470068822984593579,0.0,-0.000874684239491,0.0,0.0,0.0,0.0
-1470068823062923575,0.0,-0.000851229439242,0.0,0.0,0.0,0.0
-1470068823137278904,0.0,-0.000829839939936,0.0,0.0,0.0,0.0
-1470068823212239978,0.0,-0.000804258371456,0.0,0.0,0.0,0.0
-1470068823284862248,0.006,0.0,0.0,0.0,0.0,0.0
-1470068823363649320,0.006,0.0,0.0,0.0,0.0,0.0
-1470068823436671933,0.006,0.0,0.0,0.0,0.0,0.0
-1470068823513076292,0.0,0.0,0.0,0.0,0.0,0.00285536692843
-1470068823590104480,0.006,0.0,0.0,0.0,0.0,0.0
-1470068823666136311,0.006,0.0,0.0,0.0,0.0,0.0
-1470068823740760850,0.006,0.0,0.0,0.0,0.0,0.0
-1470068823814118210,0.006,0.0,0.0,0.0,0.0,0.0
-1470068823888182039,0.0,0.0,0.0,0.0,0.0,0.00298127935842
-1470068823970959031,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824045707108,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824121619852,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824196823597,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824267940744,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824341476482,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824413098010,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824484081454,0.0,0.0,0.0,0.0,0.0,0.00397898620434
-1470068824560494216,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824633136385,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824710153091,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824782733040,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824856790750,0.006,0.0,0.0,0.0,0.0,0.0
-1470068824940845761,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825019195752,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825092848191,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825166732329,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825246894680,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825327032769,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825402001072,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825477748531,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825549455008,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825623541551,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825696173767,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825779188866,0.006,0.0,0.0,0.0,0.0,0.0
-1470068825852326241,0.0,0.0,0.0,0.0,0.0,0.00338891283559
-1470068825927231518,0.006,0.0,0.0,0.0,0.0,0.0
-1470068826003572673,0.006,0.0,0.0,0.0,0.0,0.0
-1470068826079447296,0.006,0.0,0.0,0.0,0.0,0.0
-1470068826156479576,0.006,0.0,0.0,0.0,0.0,0.0
-1470068826232571298,0.0,0.0,0.0,0.0,0.0,0.00367600967387
-1470068826307547949,0.006,0.0,0.0,0.0,0.0,0.0
-1470068826379767548,0.006,0.0,0.0,0.0,0.0,0.0
-1470068826456300567,0.0,0.0,0.0,0.0,0.0,0.00324978605456
-1470068826532806058,0.006,0.0,0.0,0.0,0.0,0.0
-1470068826607424927,0.0,0.0,0.0,0.0,0.0,0.00328019666659
-1470068826680060347,0.0,0.0,0.0,0.0,0.0,0.00362919400475
-1470068826753475565,0.0,0.0,0.0,0.0,0.0,0.00400750467459
-1470068826830133757,0.0,0.0,0.0,0.0,0.0,0.00350256089564
-1470068826905984123,0.006,0.0,0.0,0.0,0.0,0.0
-1470068826979345187,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827049021864,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827123407243,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827199560371,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827269868739,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827340999717,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827413843142,0.0,0.0,0.0,0.0,0.0,0.00280112482293
-1470068827488119640,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827564579793,0.0,0.0,0.0,0.0,0.0,0.00390430567503
-1470068827637322799,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827711673842,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827790217943,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827868093625,0.006,0.0,0.0,0.0,0.0,0.0
-1470068827940302029,0.006,0.0,0.0,0.0,0.0,0.0
-1470068828010900900,0.0,0.0,0.0,0.0,0.0,0.00348723610467
-1470068828084087152,0.0,0.0,0.0,0.0,0.0,0.00321841912095
-1470068828157467346,0.0,0.0,0.0,0.0,0.0,0.00340788548305
-1470068828242555125,0.0,0.0,0.0,0.0,0.0,0.00321264367301
-1470068828313121931,0.006,0.0,0.0,0.0,0.0,0.0
-1470068828387444835,0.006,0.0,0.0,0.0,0.0,0.0
-1470068828458929296,0.0,0.0,0.0,0.0,0.0,0.00324702143555
-1470068828531534622,0.006,0.0,0.0,0.0,0.0,0.0
-1470068828616690253,0.006,0.0,0.0,0.0,0.0,0.0
-1470068828693658826,0.0,0.0,0.0,0.0,0.0,0.00359590564614
-1470068828768267423,0.0,0.0,0.0,0.0,0.0,0.00297224766784
-1470068828841604309,0.0,0.0,0.0,0.0,0.0,0.00320632914406
-1470068828912062316,0.0,0.0,0.0,0.0,0.0,0.00382792904765
-1470068828985368717,0.0,0.0,0.0,0.0,0.0,0.00382076699355
-1470068829061689963,0.0,0.0,0.0,0.0,0.0,0.00383076386284
-1470068829135565808,0.006,0.0,0.0,0.0,0.0,0.0
-1470068829208628577,0.006,0.0,0.0,0.0,0.0,0.0
-1470068829282107255,0.0,0.0,0.0,0.0,0.0,0.00280446216085
-1470068829358438919,0.0,0.0,0.0,0.0,0.0,0.00379640710279
-1470068829439486478,0.0,0.0,0.0,0.0,0.0,0.00304012274229
-1470068829511748082,0.006,0.0,0.0,0.0,0.0,0.0
-1470068829584107359,0.0,0.0,0.0,0.0,0.0,0.00304916671989
-1470068829660936648,0.0,0.0,0.0,0.0,0.0,0.00316558137843
-1470068829739222177,0.0,0.0,0.0,0.0,0.0,0.0028002519121
-1470068829811389394,0.0,0.0,0.0,0.0,0.0,0.00286664515777
-1470068829890335194,0.006,0.0,0.0,0.0,0.0,0.0
-1470068829964438634,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830039341190,0.0,0.0,0.0,0.0,0.0,0.00290098004485
-1470068830109609990,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830183134826,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830259766417,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830330088813,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830401900619,0.0,0.0,0.0,0.0,0.0,0.00309400216214
-1470068830473661652,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830543428474,0.0,0.0,0.0,0.0,0.0,0.00376885844029
-1470068830616240963,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830687155667,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830765993070,0.0,0.0,0.0,0.0,0.0,0.00317560324023
-1470068830843232114,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830916745101,0.006,0.0,0.0,0.0,0.0,0.0
-1470068830990411510,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831061625251,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831131166199,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831203689654,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831277871177,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831350013477,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831420922593,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831492202232,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831564686649,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831640296297,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831716692034,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831790954627,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831866111877,0.006,0.0,0.0,0.0,0.0,0.0
-1470068831940662750,0.006,0.0,0.0,0.0,0.0,0.0
-1470068832014974288,0.006,0.0,0.0,0.0,0.0,0.0
-1470068832107329629,0.006,0.0,0.0,0.0,0.0,0.0
+1470141525407099813,0.15,-0.60432835549,0.0,0.0,0.0,0.021817087893
+1470141525487318517,0.15,-0.240282154295,0.0,0.0,0.0,0.0223571302718
+1470141525568006077,0.15,-0.23989139876,0.0,0.0,0.0,0.0228609468356
+1470141525647978425,0.15,-0.239532214615,0.0,0.0,0.0,0.0228499107477
+1470141525726518532,0.15,-0.240480888697,0.0,0.0,0.0,0.0228609468356
+1470141525806776149,0.15,-0.23953983328,0.0,0.0,0.0,0.0229210689609
+1470141525881315649,0.15,-0.241081983062,0.0,0.0,0.0,0.0230193514298
+1470141525957380327,0.15,-0.239759374472,0.0,0.0,0.0,0.0228609468356
+1470141526036453769,0.15,-0.23934194586,0.0,0.0,0.0,0.0341365393277
+1470141526108311406,0.15,-0.239196543309,0.0,0.0,0.0,0.0380989505668
+1470141526181107847,0.15,-0.237092160794,0.0,0.0,0.0,0.0250642994873
+1470141526252974495,0.15,-0.224189613673,0.0,0.0,0.0,0.0211332320026
+1470141526322440991,0.15,-0.214839210126,0.0,0.0,0.0,0.0244616910184
+1470141526393896489,0.15,-0.191967608544,0.0,0.0,0.0,0.0285173659799
+1470141526466324568,0.15,-0.184244893405,0.0,0.0,0.0,0.0219978600062
+1470141526540271795,0.15,-0.185813150617,0.0,0.0,0.0,0.0311847395846
+1470141526618986301,0.15,-0.167733293983,0.0,0.0,0.0,0.0296144748221
+1470141526693202049,0.15,-0.1592201992,0.0,0.0,0.0,0.0285396240243
+1470141526766936813,0.15,-0.151593845698,0.0,0.0,0.0,0.0263926225815
+1470141526838916974,0.15,-0.141316542241,0.0,0.0,0.0,0.0334404464925
+1470141526909329764,0.15,-0.12705555937,0.0,0.0,0.0,0.0253694609111
+1470141526984884051,0.15,-0.122563371572,0.0,0.0,0.0,0.0362560356496
+1470141527059361946,0.15,-0.116527476224,0.0,0.0,0.0,0.0296003326896
+1470141527135333696,0.15,-0.108187960896,0.0,0.0,0.0,0.0232523456029
+1470141527212562688,0.15,-0.0863937564818,0.0,0.0,0.0,0.034010182752
+1470141527290646847,0.15,-0.0925024523465,0.0,0.0,0.0,0.0378165788566
+1470141527364290435,0.15,-0.0877574359504,0.0,0.0,0.0,0.0360920904874
+1470141527439877687,0.15,-0.0812646277873,0.0,0.0,0.0,0.0198155727135
+1470141527515398657,0.15,-0.0774758481113,0.0,0.0,0.0,0.0327827266312
+1470141527591116245,0.15,-0.0689232268063,0.0,0.0,0.0,0.026768298923
+1470141527666134389,0.15,-0.0668085934846,0.0,0.0,0.0,0.0178819850417
+1470141527738068907,0.15,-0.0650605147211,0.0,0.0,0.0,0.0151396702628
+1470141527811771518,0.15,-0.0532927916078,0.0,0.0,0.0,0.0206791322736
+1470141527882413027,0.15,-0.0563253029315,0.0,0.0,0.0,0.0253068868686
+1470141527955825904,0.15,-0.0539919301001,0.0,0.0,0.0,0.0222819887144
+1470141528028386587,0.15,-0.0495854139952,0.0,0.0,0.0,0.0407342810585
+1470141528100507722,0.15,-0.0484832856683,0.0,0.0,0.0,0.0317323344582
+1470141528174770411,0.15,-0.0474760546414,0.0,0.0,0.0,0.0214780151074
+1470141528244316645,0.15,-0.0443414654462,0.0,0.0,0.0,0.0293580502413
+1470141528317655180,0.15,-0.041936245623,0.0,0.0,0.0,0.0210424341804
+1470141528391926700,0.15,-0.0417802845565,0.0,0.0,0.0,0.0336598688338
+1470141528470803738,0.15,-0.0390252899257,0.0,0.0,0.0,0.0358645192271
+1470141528546166452,0.15,-0.0351206915704,0.0,0.0,0.0,0.023668149391
+1470141528619386498,0.15,-0.0353445815174,0.0,0.0,0.0,0.0242252853039
+1470141528699281054,0.15,-0.0349052511779,0.0,0.0,0.0,0.0201222847952
+1470141528773355347,0.15,-0.0345413345722,0.0,0.0,0.0,0.0278633719989
+1470141528848292729,0.15,-0.0333023197083,0.0,0.0,0.0,0.0333047165096
+1470141528922854635,0.15,-0.0308334166435,0.0,0.0,0.0,0.0126430187493
+1470141529006426668,0.15,-0.032561925265,0.0,0.0,0.0,0.012404790233
+1470141529080796343,0.15,-0.0314332248149,0.0,0.0,0.0,0.0386949129995
+1470141529155842728,0.15,-0.0305721475063,0.0,0.0,0.0,0.0184231305837
+1470141529229529293,0.15,-0.0297985903052,0.0,0.0,0.0,0.0181813740802
+1470141529303049143,0.15,-0.0313265355555,0.0,0.0,0.0,0.0265904715369
+1470141529384984123,0.15,-0.0288133539138,0.0,0.0,0.0,0.0200526849425
+1470141529459526554,0.15,-0.0297942649452,0.0,0.0,0.0,0.0279854861801
+1470141529541286761,0.15,-0.029378960493,0.0,0.0,0.0,0.0137132814746
+1470141529614795725,0.15,-0.0302893905965,0.0,0.0,0.0,0.0388766303468
+1470141529692914342,0.15,-0.028615118104,0.0,0.0,0.0,0.0251099482271
+1470141529766595314,0.15,-0.0269760720311,0.0,0.0,0.0,0.0246612841036
+1470141529842048996,0.15,-0.0280955009041,0.0,0.0,0.0,0.0196113468383
+1470141529914991810,0.15,-0.025972471076,0.0,0.0,0.0,0.0207259990662
+1470141529994564872,0.15,-0.0270927545307,0.0,0.0,0.0,0.02268860854
+1470141530067140751,0.15,-0.02530570707,0.0,0.0,0.0,0.0193703566535
+1470141530139498651,0.15,-0.026339547473,0.0,0.0,0.0,0.0215478689693
+1470141530214438503,0.15,-0.024996036726,0.0,0.0,0.0,0.0162960705541
+1470141530296244811,0.15,-0.024838156092,0.0,0.0,0.0,0.0244149371612
+1470141530370539525,0.15,-0.0248468470452,0.0,0.0,0.0,0.0173222388957
+1470141530449294325,0.15,-0.0248073292402,0.0,0.0,0.0,0.0211689067008
+1470141530526533674,0.15,-0.0233975144354,0.0,0.0,0.0,0.0155046050221
+1470141530601540062,0.15,-0.0237427980332,0.0,0.0,0.0,0.0274798300025
+1470141530678221151,0.15,-0.0240661647795,0.0,0.0,0.0,0.0104282505951
+1470141530752626124,0.15,-0.0237782805292,0.0,0.0,0.0,0.023386875673
+1470141530828576445,0.15,-0.0222447810946,0.0,0.0,0.0,0.00552128396014
+1470141530906064507,0.15,-0.0229255882529,0.0,0.0,0.0,0.0158516089655
+1470141530978189117,0.15,-0.0231753187505,0.0,0.0,0.0,0.0408232742594
+1470141531050684840,0.15,-0.0211419425038,0.0,0.0,0.0,0.02004217654
+1470141531122541020,0.15,-0.0224758877484,0.0,0.0,0.0,0.0268671380497
+1470141531195647204,0.15,-0.020568865749,0.0,0.0,0.0,0.00611984997521
+1470141531268439825,0.15,-0.0213178388653,0.0,0.0,0.0,0.0139554121364
+1470141531342698999,0.15,-0.0200991514949,0.0,0.0,0.0,0.00690520376136
+1470141531419305217,0.15,-0.0205316991983,0.0,0.0,0.0,0.0144471260906
+1470141531492708096,0.15,-0.0193912646053,0.0,0.0,0.0,0.0139327747203
+1470141531567144844,0.15,-0.0190571892885,0.0,0.0,0.0,0.0218991323049
+1470141531645439561,0.15,-0.0195530172316,0.0,0.0,0.0,0.0300713777122
+1470141531720612028,0.15,-0.0182112241415,0.0,0.0,0.0,0.0135276783894
+1470141531798523272,0.15,-0.0184754864005,0.0,0.0,0.0,0.0241680093355
+1470141531871227044,0.15,-0.017607500094,0.0,0.0,0.0,0.0161921770391
+1470141531949304045,0.15,-0.0174354500202,0.0,0.0,0.0,0.0122473469738
+1470141532027228692,0.15,-0.0154812750844,0.0,0.0,0.0,0.0130253300706
+1470141532102131252,0.15,-0.01569421387,0.0,0.0,0.0,0.0165931237956
+1470141532178945688,0.15,-0.015373918849,0.0,0.0,0.0,0.0209347944642
+1470141532254622134,0.15,-0.0148474453268,0.0,0.0,0.0,0.0141682218972
+1470141532329986889,0.15,-0.0134856924293,0.0,0.0,0.0,0.0138384320207
+1470141532408177467,0.15,-0.0138636771096,0.0,0.0,0.0,0.00929259432108
+1470141532481612308,0.15,-0.0136134380726,0.0,0.0,0.0,0.0213516405281
+1470141532557139370,0.15,-0.0128437305866,0.0,0.0,0.0,0.0138079423726
+1470141532632167192,0.15,-0.0131034059329,0.0,0.0,0.0,0.0190441636469
+1470141532706497305,0.15,-0.0124738590298,0.0,0.0,0.0,0.011614714738
+1470141532781680961,0.0,-0.0120330863325,0.0,0.0,0.0,0.0105832732198
+1470141532856831774,0.0,-0.0120206314577,0.0,0.0,0.0,0.013871097782
+1470141532930281135,0.0,-0.0118860033033,0.0,0.0,0.0,0.0155296855492
+1470141533002579492,0.0,-0.0116631448148,0.0,0.0,0.0,0.0136408736643
+1470141533075480965,0.0,-0.0110907447962,0.0,0.0,0.0,0.0117569536289
+1470141533148115286,0.0,-0.0112761231391,0.0,0.0,0.0,0.0123643788767
+1470141533226529847,0.0,-0.0111873758836,0.0,0.0,0.0,0.017620240381
+1470141533297335247,0.0,-0.0107723282901,0.0,0.0,0.0,0.0104123811597
+1470141533375189051,0.0,-0.0108929438395,0.0,0.0,0.0,0.0132674340366
+1470141533450074013,0.0,-0.0107342005772,0.0,0.0,0.0,0.0159096024142
+1470141533536589508,0.0,-0.0111483911676,0.0,0.0,0.0,0.0123989251362
+1470141533606829014,0.0,-0.0113888562722,0.0,0.0,0.0,0.00824597206962
+1470141533681410164,0.0,-0.0127144590644,0.0,0.0,0.0,0.00985285304263
+1470141533752093113,0.0,-0.0129611121369,0.0,0.0,0.0,0.011212421213
+1470141533828887381,0.0,-0.0123166339351,0.0,0.0,0.0,0.00916039763981
+1470141533906663799,0.0,-0.0120339386789,0.0,0.0,0.0,0.0106157172117
+1470141533980188554,0.0,-0.0121038635699,0.0,0.0,0.0,0.00890516123843
+1470141534056577190,0.0,-0.0119776253281,0.0,0.0,0.0,0.00820667751496
+1470141534134944267,0.0,-0.0118604675187,0.0,0.0,0.0,0.0086835852736
+1470141534210180039,0.0,-0.0118182097254,0.0,0.0,0.0,0.00864243392599
+1470141534283164835,0.0,-0.0116834802804,0.0,0.0,0.0,0.00906607343036
+1470141534364591459,0.0,-0.01149888667,0.0,0.0,0.0,0.00781090709485
+1470141534439982125,0.0,-0.011383076298,0.0,0.0,0.0,0.00858492740463
+1470141534517814253,0.0,-0.0110484828679,0.0,0.0,0.0,0.00861348412099
+1470141534590495888,0.0,-0.0105292079104,0.0,0.0,0.0,0.00901759611439
+1470141534678653408,0.0,-0.0105227883784,0.0,0.0,0.0,0.0111807950993
+1470141534750681624,0.0,-0.0103165357066,0.0,0.0,0.0,0.00995340862648
+1470141534828703362,0.0,-0.00973599108586,0.0,0.0,0.0,0.00984055435939
+1470141534908325184,0.0,-0.00959056394825,0.0,0.0,0.0,0.00866900584331
+1470141534984949538,0.0,-0.0093845631061,0.0,0.0,0.0,0.00836281825835
+1470141535058829744,0.0,-0.00884385431836,0.0,0.0,0.0,0.00717310217063
+1470141535134188814,0.0,-0.00872214114944,0.0,0.0,0.0,0.00689760177884
+1470141535214824718,0.0,-0.00846080186496,0.0,0.0,0.0,0.0102076919229
+1470141535289125640,0.0,-0.00794760047177,0.0,0.0,0.0,0.00683867900373
+1470141535365268193,0.0,-0.00791310450712,0.0,0.0,0.0,0.00927347903645
+1470141535440700261,0.0,-0.00774255296866,0.0,0.0,0.0,0.00695450556024
+1470141535517664762,0.0,-0.00754310178289,0.0,0.0,0.0,0.009027610296
+1470141535591024197,0.0,-0.00703932496438,0.0,0.0,0.0,0.00848118426954
+1470141535671714297,0.0,-0.00701003878096,0.0,0.0,0.0,0.00742911388978
+1470141535751845231,0.0,-0.00699007334838,0.0,0.0,0.0,0.00762583585934
+1470141535824772145,0.0,-0.00658198944012,0.0,0.0,0.0,0.0103635736608
+1470141535906866773,0.0,-0.00667281704674,0.0,0.0,0.0,0.00622076540484
+1470141535980077106,0.0,-0.0064195519192,0.0,0.0,0.0,0.00608158881194
+1470141536055834495,0.0,-0.00621855291257,0.0,0.0,0.0,0.00608144204417
+1470141536138184103,0.0,-0.00609648651162,0.0,0.0,0.0,0.00596675118938
+1470141536215605233,0.0,-0.00606936390231,0.0,0.0,0.0,0.00961951441872
+1470141536300389345,0.0,-0.00570148235837,0.0,0.0,0.0,0.00669545264253
+1470141536379997521,0.0,-0.00581563940922,0.0,0.0,0.0,0.00835970411419
+1470141536451303333,0.0,-0.00572545769343,0.0,0.0,0.0,0.00731242491008
+1470141536526876709,0.0,-0.00553447878638,0.0,0.0,0.0,0.00497482065249
+1470141536599628744,0.0,-0.00552380210439,0.0,0.0,0.0,0.00624007789076
+1470141536678694426,0.0,-0.00552170323858,0.0,0.0,0.0,0.00587020820181
+1470141536752538091,0.0,-0.00529730549732,0.0,0.0,0.0,0.00379226975209
+1470141536830954855,0.0,-0.00526316209415,0.0,0.0,0.0,0.00408448430479
+1470141536906517085,0.0,-0.00518545767943,0.0,0.0,0.0,0.00480829320429
+1470141536984123942,0.0,-0.00516553486416,0.0,0.0,0.0,0.00686316013705
+1470141537059974309,0.0,-0.00490275415311,0.0,0.0,0.0,0.00527023985172
+1470141537137975099,0.0,-0.00491011882851,0.0,0.0,0.0,0.00516835223804
+1470141537220498452,0.0,-0.00492077293525,0.0,0.0,0.0,0.00603643472026
+1470141537294977748,0.0,-0.00480227357427,0.0,0.0,0.0,0.0043543435245
+1470141537371204290,0.0,-0.00476386631558,0.0,0.0,0.0,0.00373478342369
+1470141537446596890,0.0,-0.0047581727309,0.0,0.0,0.0,0.00397970024357
+1470141537518828092,0.0,-0.00452684926519,0.0,0.0,0.0,0.0
+1470141537592090229,0.0,-0.00454045365283,0.0,0.0,0.0,0.00362913283358
+1470141537663185396,0.0,-0.0044917245833,0.0,0.0,0.0,0.0028375424304
+1470141537738010401,0.0,-0.00438794071505,0.0,0.0,0.0,0.00302865171976
+1470141537808723433,0.0,-0.00420288691947,0.0,0.0,0.0,0.0
+1470141537883495538,0.0,-0.00417598998824,0.0,0.0,0.0,0.00293066744054
+1470141537957275150,0.0,-0.00414817067513,0.0,0.0,0.0,0.0
+1470141538037457298,0.0,-0.00408230527023,0.0,0.0,0.0,0.00304218607334
+1470141538111211546,0.0,-0.003931356973,0.0,0.0,0.0,0.0
+1470141538187533420,0.0,-0.00396002077216,0.0,0.0,0.0,0.0
+1470141538263679955,0.0,-0.00387081567848,0.0,0.0,0.0,0.0
+1470141538340103261,0.0,-0.00378734237233,0.0,0.0,0.0,0.0
+1470141538417536294,0.0,-0.00356240980977,0.0,0.0,0.0,0.0
+1470141538491866394,0.0,-0.00352117065991,0.0,0.0,0.0,0.0
+1470141538569815825,0.0,-0.00346759517396,0.0,0.0,0.0,0.0
+1470141538650080156,0.0,-0.00337204090039,0.0,0.0,0.0,0.0035047906044
+1470141538723411151,0.0,-0.00295256205553,0.0,0.0,0.0,0.0
+1470141538801098355,0.0,-0.00294039846117,0.0,0.0,0.0,0.00424954446431
+1470141538880906143,0.0,-0.00280186715255,0.0,0.0,0.0,0.0
+1470141538960905857,0.0,-0.00261479199583,0.0,0.0,0.0,0.00356699325512
+1470141539036032766,0.0,-0.00225865331197,0.0,0.0,0.0,0.0
+1470141539116552180,0.0,-0.00224722689668,0.0,0.0,0.0,0.00379513471163
+1470141539189922984,0.0,-0.00209110586623,0.0,0.0,0.0,0.0
+1470141539268961004,0.0,-0.00171158703694,0.0,0.0,0.0,0.0
+1470141539345595915,0.0,-0.00173534036333,0.0,0.0,0.0,0.0
+1470141539426632043,0.0,-0.00144091027508,0.0,0.0,0.0,0.0027985385076
+1470141539500468164,0.0,-0.00143652626032,0.0,0.0,0.0,0.0030819014527
+1470141539574561789,0.0,-0.00140035441796,0.0,0.0,0.0,0.00512099115691
+1470141539648795810,0.0,-0.00128164493198,0.0,0.0,0.0,0.0
+1470141539726259696,0.006,0.0,0.0,0.0,0.0,0.0
+1470141539800576603,0.0,0.0,0.0,0.0,0.0,0.00506985399083
+1470141539871911802,0.0,0.0,0.0,0.0,0.0,0.00727674417876
+1470141539943916904,0.006,0.0,0.0,0.0,0.0,0.0
+1470141540022757062,0.006,0.0,0.0,0.0,0.0,0.0
+1470141540097179525,0.006,0.0,0.0,0.0,0.0,0.0
+1470141540173477545,0.0,0.0,0.0,0.0,0.0,0.00564772166272
+1470141540251347404,0.0,0.0,0.0,0.0,0.0,0.00393448180715
+1470141540328224405,0.0,0.0,0.0,0.0,0.0,0.00540794309561
+1470141540410571215,0.0,0.0,0.0,0.0,0.0,0.00736484698956
+1470141540483884344,0.0,0.0,0.0,0.0,0.0,0.00406639650271
+1470141540557203463,0.006,0.0,0.0,0.0,0.0,0.0
+1470141540629533182,0.0,0.0,0.0,0.0,0.0,0.00371560834224
+1470141540702100325,0.006,0.0,0.0,0.0,0.0,0.0
+1470141540776858253,0.006,0.0,0.0,0.0,0.0,0.0
+1470141540856005442,0.006,0.0,0.0,0.0,0.0,0.0
+1470141540930569371,0.006,0.0,0.0,0.0,0.0,0.0
+1470141541010741240,0.0,-0.00135104999596,0.0,0.0,0.0,0.0
+1470141541086825392,0.0,-0.00170373144279,0.0,0.0,0.0,0.0
+1470141541159750397,0.0,-0.00194675915593,0.0,0.0,0.0,0.00307063901711
+1470141541234782864,0.0,-0.00158882613013,0.0,0.0,0.0,0.00822125256665
+1470141541307876551,0.0,-0.00173551914001,0.0,0.0,0.0,0.00460402748137
+1470141541381553698,0.0,-0.00327038570026,0.0,0.0,0.0,0.00437680702351
+1470141541456139853,0.0,-0.00368692199419,0.0,0.0,0.0,0.00691481334383
+1470141541530077887,0.0,-0.00380732078755,0.0,0.0,0.0,0.0
+1470141541608635142,0.0,-0.00374465345124,0.0,0.0,0.0,0.00831299506276
+1470141541686474008,0.0,-0.00453332275802,0.0,0.0,0.0,0.0
+1470141541757725797,0.0,-0.00428448046277,0.0,0.0,0.0,0.0
+1470141541833002144,0.0,-0.00405018779168,0.0,0.0,0.0,0.0
+1470141541911101999,0.0,-0.00375650754849,0.0,0.0,0.0,0.0
+1470141541986713994,0.0,-0.0030632632477,0.0,0.0,0.0,0.0
+1470141542062458281,0.0,-0.00349321833531,0.0,0.0,0.0,0.0
+1470141542137926591,0.0,-0.00337192238027,0.0,0.0,0.0,0.0
+1470141542211901484,0.0,-0.00322599936927,0.0,0.0,0.0,0.0
+1470141542287674457,0.0,-0.00244445447529,0.0,0.0,0.0,0.0
+1470141542362519401,0.0,-0.00291462926844,0.0,0.0,0.0,0.0
+1470141542438998221,0.0,-0.0030618856726,0.0,0.0,0.0,0.0
+1470141542510764341,0.0,-0.00286845287958,0.0,0.0,0.0,0.0
+1470141542582733004,0.0,-0.00223192193264,0.0,0.0,0.0,0.0
+1470141542662880156,0.0,-0.00169482585693,0.0,0.0,0.0,0.0
+1470141542738493423,0.0,-0.00189786012003,0.0,0.0,0.0,0.0
+1470141542811790618,0.0,-0.00159063086564,0.0,0.0,0.0,0.0
+1470141542891406154,0.0,-0.00156551967094,0.0,0.0,0.0,0.0
+1470141542964724436,0.0,-0.00138394855613,0.0,0.0,0.0,0.0
+1470141543039950915,0.0,-0.00135368325467,0.0,0.0,0.0,0.0
+1470141543110639793,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543187658835,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543261831771,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543337999123,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543411470604,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543485998599,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543559007143,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543636109325,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543713248071,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543790296525,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543866785216,0.006,0.0,0.0,0.0,0.0,0.0
+1470141543940788899,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544012480563,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544086445365,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544165431753,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544239403148,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544312532412,0.0,0.0,0.0,0.0,0.0,0.00472927594021
+1470141544391068311,0.0,0.0,0.0,0.0,0.0,0.00881274356661
+1470141544464868309,0.0,0.0,0.0,0.0,0.0,0.00545668145652
+1470141544537782504,0.0,0.0,0.0,0.0,0.0,0.00412888926204
+1470141544613950626,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544689238115,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544763724494,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544837167763,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544910628233,0.006,0.0,0.0,0.0,0.0,0.0
+1470141544981886028,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545053705136,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545127813352,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545200547431,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545285003576,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545359127261,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545435834878,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545509978040,0.0,0.0,0.0,0.0,0.0,0.00871695350074
+1470141545589167521,0.0,0.0,0.0,0.0,0.0,0.00398757721749
+1470141545668303700,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545742251672,0.006,0.0,0.0,0.0,0.0,0.0
+1470141545825187128,0.0,-0.00131365139688,0.0,0.0,0.0,0.0
+1470141545905952460,0.0,-0.00148626508842,0.0,0.0,0.0,0.0
+1470141545978509467,0.0,-0.00161514346207,0.0,0.0,0.0,0.0
+1470141546050597724,0.0,-0.00163994493613,0.0,0.0,0.0,0.0
+1470141546122240902,0.0,-0.00163624719436,0.0,0.0,0.0,0.0
+1470141546197557230,0.0,-0.00155818384791,0.0,0.0,0.0,0.0035915546244
+1470141546274861536,0.0,-0.00157184480408,0.0,0.0,0.0,0.0
+1470141546354985267,0.0,-0.0015252908198,0.0,0.0,0.0,0.0
+1470141546427533563,0.0,-0.00162435798625,0.0,0.0,0.0,0.0
+1470141546512101362,0.0,-0.00163955718929,0.0,0.0,0.0,0.0
+1470141546588330090,0.0,-0.00221972324604,0.0,0.0,0.0,0.0
+1470141546663395822,0.0,-0.00211716557572,0.0,0.0,0.0,-0.00301066666151
+1470141546735000122,0.0,-0.0015724509647,0.0,0.0,0.0,0.0
+1470141546807107245,0.006,0.0,0.0,0.0,0.0,0.0
+1470141546881970732,0.006,0.0,0.0,0.0,0.0,0.0
+1470141546954459281,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547035240870,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547110222835,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547181850580,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547259395490,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547334194123,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547407498856,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547480089101,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547554852260,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547629529114,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547704092704,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547777375019,0.0,0.0,0.0,0.0,0.0,0.00357834476985
+1470141547852309890,0.006,0.0,0.0,0.0,0.0,0.0
+1470141547930376358,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548003296661,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548078784492,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548156581174,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548234328630,0.0,0.0,0.0,0.0,0.0,0.00394568631284
+1470141548308943737,0.0,0.0,0.0,0.0,0.0,0.00547286026589
+1470141548380747803,0.0,0.0,0.0,0.0,0.0,0.0034939997001
+1470141548451934320,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548522659909,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548595620886,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548668229213,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548741254685,0.0,0.0,0.0,0.0,0.0,0.00280738195709
+1470141548810060924,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548882649948,0.006,0.0,0.0,0.0,0.0,0.0
+1470141548955319544,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549027037451,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549103852599,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549178165649,0.0,0.0,0.0,0.0,0.0,0.0029187290353
+1470141549252762971,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549325759600,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549397845841,0.0,0.0,0.0,0.0,0.0,0.0028652101626
+1470141549470785284,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549546596841,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549618296593,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549687985566,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549759716713,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549838741034,0.006,0.0,0.0,0.0,0.0,0.0
+1470141549917193634,0.0,0.0,0.0,0.0,0.0,0.00364731951744
+1470141549988481628,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550061970805,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550132905859,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550210467559,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550286565510,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550361130517,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550432145672,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550501811628,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550572482103,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550645536660,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550719636832,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550790340922,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550862198276,0.006,0.0,0.0,0.0,0.0,0.0
+1470141550935942461,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551011459573,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551090193018,0.0,0.0,0.0,0.0,0.0,0.00293790540092
+1470141551166520941,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551242581468,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551316946076,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551390522273,0.0,0.0,0.0,0.0,0.0,0.00281026897686
+1470141551462809749,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551535912389,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551608692509,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551679367347,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551751249336,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551826367992,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551899405008,0.006,0.0,0.0,0.0,0.0,0.0
+1470141551981605497,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552053850498,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552130031696,0.0,0.0,0.0,0.0,0.0,0.00309010698107
+1470141552202940839,0.0,0.0,0.0,0.0,0.0,0.00337489360921
+1470141552276861302,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552352962543,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552426824309,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552503104979,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552577965555,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552651851064,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552727298708,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552800416595,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552877688421,0.006,0.0,0.0,0.0,0.0,0.0
+1470141552952091223,0.0,0.0,0.0,0.0,0.0,0.00297708857628
+1470141553029778287,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553105631154,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553182345882,0.0,0.0,0.0,0.0,0.0,0.00307393462773
+1470141553260074470,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553346074307,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553421376183,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553492714164,0.0,0.0,0.0,0.0,0.0,0.00326656638692
+1470141553567795770,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553649500372,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553724760410,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553798799251,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553870617597,0.006,0.0,0.0,0.0,0.0,0.0
+1470141553944042537,0.0,0.0,0.0,0.0,0.0,0.00307244880098
+1470141554016404826,0.006,0.0,0.0,0.0,0.0,0.0
+1470141554088346838,0.006,0.0,0.0,0.0,0.0,0.0
+1470141554161014586,0.006,0.0,0.0,0.0,0.0,0.0
+1470141554232650380,0.0,0.0,0.0,0.0,0.0,0.00400274526562
+1470141554305562481,0.006,0.0,0.0,0.0,0.0,0.0
+1470141554379575063,0.006,0.0,0.0,0.0,0.0,0.0
+1470141554453305396,0.006,0.0,0.0,0.0,0.0,0.0
+1470141554530620352,0.0,0.0,0.0,0.0,0.0,0.00313963453054
+1470141554606993636,0.0,0.0,0.0,0.0,0.0,0.00300326994758
+1470141554678204784,0.006,0.0,0.0,0.0,0.0,0.0
+1470141554750577893,0.006,0.0,0.0,0.0,0.0,0.0
+1470141554828388514,0.0,0.0,0.0,0.0,0.0,0.00373370672013
+1470141554906369064,0.0,0.0,0.0,0.0,0.0,0.00319992454958
+1470141554978234578,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555052209313,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555129108937,0.0,0.0,0.0,0.0,0.0,0.0028376907602
+1470141555203750060,0.0,0.0,0.0,0.0,0.0,0.00325974960162
+1470141555276456242,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555348323132,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555419756979,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555492574955,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555566195699,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555636402787,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555708642244,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555782162024,0.006,0.0,0.0,0.0,0.0,0.0
+1470141555852819669,0.0,0.0,0.0,0.0,0.0,0.00372218263228
+1470141555924431373,0.0,0.0,0.0,0.0,0.0,0.00288180539031
+1470141555996524043,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556069210521,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556141365877,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556212950838,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556289878661,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556367231577,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556441619665,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556513441920,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556587433327,0.0,0.0,0.0,0.0,0.0,0.00369008964302
+1470141556657531929,0.0,0.0,0.0,0.0,0.0,0.0029303610187
+1470141556731195107,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556803714341,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556874981326,0.006,0.0,0.0,0.0,0.0,0.0
+1470141556947274999,0.0,0.0,0.0,0.0,0.0,0.0037863781043
+1470141557018662434,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557092839991,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557165216602,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557237433613,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557308292350,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557380244525,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557449289521,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557520993934,0.0,0.0,0.0,0.0,0.0,0.00329104045942
+1470141557593193123,0.0,0.0,0.0,0.0,0.0,0.00427128754451
+1470141557669732706,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557740519248,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557809871879,0.006,0.0,0.0,0.0,0.0,0.0
+1470141557882294460,0.0,0.0,0.0,0.0,0.0,0.00296008363723
+1470141557953926979,0.0,0.0,0.0,0.0,0.0,0.00400841387935
+1470141558030444478,0.0,0.0,0.0,0.0,0.0,0.00390586938527
+1470141558104858362,0.006,0.0,0.0,0.0,0.0,0.0
+1470141558177822451,0.006,0.0,0.0,0.0,0.0,0.0
+1470141558251893232,0.006,0.0,0.0,0.0,0.0,0.0
+1470141558326002612,0.0,0.0,0.0,0.0,0.0,0.00390868392085
+1470141558411204576,0.006,0.0,0.0,0.0,0.0,0.0
+1470141558487010850,0.006,0.0,0.0,0.0,0.0,0.0
+1470141558559283564,0.006,0.0,0.0,0.0,0.0,0.0
+1470141558637487125,0.006,0.0,0.0,0.0,0.0,0.0
+1470141558710347121,0.006,0.0,0.0,0.0,0.0,0.0
+1470141558784108534,0.0,0.0,0.0,0.0,0.0,0.00370099746525
+1470141558861273729,0.0,0.0,0.0,0.0,0.0,0.00421959984576
+1470141558933919185,0.0,0.0,0.0,0.0,0.0,0.00498972606316
+1470141559007232553,0.0,0.0,0.0,0.0,0.0,0.00334632910118
+1470141559081595049,0.0,0.0,0.0,0.0,0.0,0.00310744628683
+1470141559152658433,0.0,0.00613915904706,0.0,0.0,0.0,0.004137403764
+1470141559224527067,0.0,0.00146773767939,0.0,0.0,0.0,0.00316172376763
+1470141559296782942,0.0,0.00138691120131,0.0,0.0,0.0,0.0040578576113
+1470141559366372448,0.0,0.00137720426826,0.0,0.0,0.0,0.00336963293758
+1470141559440841284,0.0,0.00136714648736,0.0,0.0,0.0,0.00422376521374
+1470141559516180329,0.0,0.00146010098329,0.0,0.0,0.0,0.00305431462718
+1470141559591369720,0.0,0.00152519670596,0.0,0.0,0.0,0.0
+1470141559668533549,0.0,0.00152272130644,0.0,0.0,0.0,0.0
+1470141559748850565,0.0,0.0014425568497,0.0,0.0,0.0,0.00314373980035
+1470141559826451582,0.0,0.00147740324309,0.0,0.0,0.0,0.003144161422
+1470141559899388016,0.0,0.00142595842762,0.0,0.0,0.0,0.0
+1470141559971365311,0.0,0.00134492093047,0.0,0.0,0.0,0.00367936018796
+1470141560044832309,0.0,0.00132843469551,0.0,0.0,0.0,0.00532633253778
+1470141560116491861,0.0,0.00126526594443,0.0,0.0,0.0,0.00430485882364
+1470141560188227012,0.0,0.0,0.0,0.0,0.0,0.00355561798372
+1470141560258471168,0.0,0.0,0.0,0.0,0.0,0.00348510770322
+1470141560330264187,0.0,0.0,0.0,0.0,0.0,0.00352996370283
+1470141560402737516,0.0,0.0,0.0,0.0,0.0,0.00330459011885
+1470141560476872904,0.0,0.00133451795487,0.0,0.0,0.0,0.00337864726794
+1470141560554111749,0.0,0.001445172227,0.0,0.0,0.0,0.00367417131056
+1470141560630779950,0.0,0.00136800443103,0.0,0.0,0.0,0.00342268266156
+1470141560703429945,0.0,0.00139554850107,0.0,0.0,0.0,0.00333520035809
+1470141560777343747,0.0,0.00138707057854,0.0,0.0,0.0,0.00282517509842
+1470141560849277748,0.0,0.00135210089667,0.0,0.0,0.0,0.00328641292042
+1470141560923248800,0.0,0.00140628706945,0.0,0.0,0.0,0.00337324532692
+1470141560998704897,0.0,0.00156262466965,0.0,0.0,0.0,0.0
+1470141561073873729,0.0,0.00147513213848,0.0,0.0,0.0,0.0
+1470141561147965258,0.0,0.00153945841176,0.0,0.0,0.0,0.0
+1470141561224132531,0.0,0.00145701591207,0.0,0.0,0.0,0.00290976403935
+1470141561302480564,0.0,0.00147276385968,0.0,0.0,0.0,0.0
+1470141561376073556,0.0,0.00145201057477,0.0,0.0,0.0,0.0
+1470141561451535893,0.0,0.00132650899982,0.0,0.0,0.0,0.00288643188341
+1470141561524117921,0.0,0.00124670562615,0.0,0.0,0.0,0.00342372483564
+1470141561605991400,0.0,0.00130272914005,0.0,0.0,0.0,0.0
+1470141561674833334,0.0,0.00133003075888,0.0,0.0,0.0,0.0
+1470141561743343788,0.0,0.00132230138687,0.0,0.0,0.0,0.0
+1470141561814693678,0.0,0.0014915317977,0.0,0.0,0.0,0.0
+1470141561888427517,0.0,0.0015066554798,0.0,0.0,0.0,0.0
+1470141561967245975,0.0,0.0015109110186,0.0,0.0,0.0,0.0
+1470141562046309726,0.0,0.00145730793757,0.0,0.0,0.0,0.00317603583524
+1470141562118536689,0.0,0.00146387524253,0.0,0.0,0.0,0.0
+1470141562192681638,0.0,0.00148318588083,0.0,0.0,0.0,0.0
+1470141562268887215,0.0,0.00149660541026,0.0,0.0,0.0,0.0
+1470141562343869262,0.0,0.00146073887406,0.0,0.0,0.0,0.0
+1470141562419422626,0.0,0.00145398377722,0.0,0.0,0.0,0.00362554268539
+1470141562492479060,0.0,0.00150218970423,0.0,0.0,0.0,0.00364618579499
+1470141562568798254,0.0,0.00151941387264,0.0,0.0,0.0,0.00360424413108
+1470141562642542653,0.0,0.00150244985988,0.0,0.0,0.0,0.00428967831064
+1470141562714996116,0.0,0.00153266051134,0.0,0.0,0.0,0.00519082904871
+1470141562802535475,0.0,0.00151702849475,0.0,0.0,0.0,0.004114096101
+1470141562875418341,0.0,0.00152279227322,0.0,0.0,0.0,0.00528294261965
+1470141562948155666,0.0,0.00153775475269,0.0,0.0,0.0,0.00542834459057
+1470141563023498192,0.0,0.00153700654676,0.0,0.0,0.0,0.00479006142685
+1470141563099540297,0.0,0.00152163773125,0.0,0.0,0.0,0.00615958286875
+1470141563174994361,0.0,0.0015020570839,0.0,0.0,0.0,0.00558264222761
+1470141563248854375,0.0,0.00153506806401,0.0,0.0,0.0,0.00636592205667
+1470141563319644348,0.0,0.00153053756153,0.0,0.0,0.0,0.00491706752894
+1470141563391920254,0.0,0.00146737348569,0.0,0.0,0.0,0.00536750643142
+1470141563465163706,0.0,0.0015091076987,0.0,0.0,0.0,0.00526132232539
+1470141563539573260,0.0,0.00150313233306,0.0,0.0,0.0,0.00514956558922
+1470141563616912392,0.0,0.0015109035494,0.0,0.0,0.0,0.00506745742025
+1470141563690162530,0.0,0.00149640953449,0.0,0.0,0.0,0.00465561521385
+1470141563769012819,0.0,0.00148810820004,0.0,0.0,0.0,0.00513164357186
+1470141563847228308,0.0,0.0014644426508,0.0,0.0,0.0,0.00476074349052
+1470141563919551544,0.0,0.00147902929505,0.0,0.0,0.0,0.00454991841517
+1470141564006918089,0.0,0.00147116391269,0.0,0.0,0.0,0.00434628108897
+1470141564078606664,0.0,0.00146337884759,0.0,0.0,0.0,0.00395128600407
+1470141564155213538,0.0,0.00139814921004,0.0,0.0,0.0,0.00424933184633
+1470141564227556472,0.0,0.0014184474135,0.0,0.0,0.0,0.00426473672173
+1470141564299682602,0.0,0.00139760186245,0.0,0.0,0.0,0.00368564799363
+1470141564375052262,0.0,0.0014173822785,0.0,0.0,0.0,0.00341768105019
+1470141564447258807,0.0,0.00137442421449,0.0,0.0,0.0,0.0031518511312
+1470141564519193788,0.0,0.00136557976065,0.0,0.0,0.0,0.00436195194367
+1470141564593993674,0.0,0.00140466964153,0.0,0.0,0.0,0.00351574937912
+1470141564672255511,0.0,0.00131486478543,0.0,0.0,0.0,0.00560032146948
+1470141564746950245,0.0,0.00139675621224,0.0,0.0,0.0,0.0041804661815
+1470141564819704863,0.0,0.00135874419754,0.0,0.0,0.0,0.00510564206839
+1470141564893722143,0.0,0.00130802777877,0.0,0.0,0.0,0.0051155361841
+1470141564972019148,0.0,0.00139621253406,0.0,0.0,0.0,0.00495436685688
+1470141565043208424,0.0,0.00131205533912,0.0,0.0,0.0,0.00477589612694
+1470141565116771267,0.0,0.00133826765513,0.0,0.0,0.0,0.00606614450206
+1470141565190014505,0.0,0.00134570703191,0.0,0.0,0.0,0.00511677076552
+1470141565268601187,0.0,0.00133941282799,0.0,0.0,0.0,0.00542406961223
+1470141565341382581,0.0,0.00131544238237,0.0,0.0,0.0,0.00497356591793
+1470141565416643525,0.0,0.00134098030908,0.0,0.0,0.0,0.00535405813766
+1470141565491528275,0.0,0.00137891676558,0.0,0.0,0.0,0.0042695271969
+1470141565569173860,0.0,0.00136697579456,0.0,0.0,0.0,0.00482180233577
+1470141565642875690,0.0,0.00131215513965,0.0,0.0,0.0,0.00545124634177
+1470141565716601000,0.0,0.00132591636201,0.0,0.0,0.0,0.00527430628365
+1470141565790474182,0.0,0.00133931993788,0.0,0.0,0.0,0.00490139705142
+1470141565863468454,0.0,0.00136825166924,0.0,0.0,0.0,0.00466045522667
+1470141565938023593,0.0,0.00128435305601,0.0,0.0,0.0,0.0051340519184
+1470141566009026072,0.0,0.00133932602873,0.0,0.0,0.0,0.00416529750491
+1470141566080547978,0.0,0.0,0.0,0.0,0.0,0.00461959441238
+1470141566156066892,0.0,0.0,0.0,0.0,0.0,0.00387541343009
+1470141566236569261,0.0,0.00131337532123,0.0,0.0,0.0,0.00405699725093
+1470141566311143193,0.0,0.0,0.0,0.0,0.0,0.00395293854377
+1470141566386721385,0.0,0.0,0.0,0.0,0.0,0.00335259535832
+1470141566464276892,0.0,0.0,0.0,0.0,0.0,0.00327808610003
+1470141566536716111,0.0,0.0,0.0,0.0,0.0,0.00372948626926
+1470141566606666278,0.0,0.0,0.0,0.0,0.0,0.00326144340792
+1470141566675045389,0.0,0.0,0.0,0.0,0.0,0.00332585877007
+1470141566748653096,0.0,0.0,0.0,0.0,0.0,0.00351384375011
+1470141566820679994,0.0,0.0,0.0,0.0,0.0,0.00328431602272
+1470141566893405373,0.0,0.0,0.0,0.0,0.0,0.00286803019192
+1470141566967396795,0.0,0.0,0.0,0.0,0.0,0.0036299344002
+1470141567040652007,0.0,0.0,0.0,0.0,0.0,0.00336954563193
+1470141567112262177,0.0,0.0,0.0,0.0,0.0,0.0040747561075
+1470141567187030152,0.0,0.0,0.0,0.0,0.0,0.00286445720918
+1470141567256902393,0.0,0.0,0.0,0.0,0.0,0.00284985732414
+1470141567327269963,0.0,0.0,0.0,0.0,0.0,0.0032596369479
+1470141567400290418,0.0,0.0,0.0,0.0,0.0,0.00346177061023
+1470141567471715727,0.0,0.0,0.0,0.0,0.0,0.00367696013838
+1470141567542330813,0.0,0.0,0.0,0.0,0.0,0.00577913611671
+1470141567613322400,0.0,0.0,0.0,0.0,0.0,0.00399818652177
+1470141567687353472,0.0,0.0,0.0,0.0,0.0,0.00402260130922
+1470141567762611978,0.0,0.0,0.0,0.0,0.0,0.00402900916046
+1470141567836945221,0.0,0.0,0.0,0.0,0.0,0.00288017378835
+1470141567910330234,0.0,0.0,0.0,0.0,0.0,0.00279669261855
+1470141567986986185,0.006,0.0,0.0,0.0,0.0,0.0
+1470141568058775060,0.006,0.0,0.0,0.0,0.0,0.0
+1470141568132284349,0.006,0.0,0.0,0.0,0.0,0.0
+1470141568203404076,0.006,0.0,0.0,0.0,0.0,0.0
+1470141568275125747,0.006,0.0,0.0,0.0,0.0,0.0
+1470141568349781672,0.006,0.0,0.0,0.0,0.0,0.0
+1470141568427191707,0.0,0.0,0.0,0.0,0.0,0.00357110825869
+1470141568500303003,0.0,0.0,0.0,0.0,0.0,0.00449053001668
+1470141568577030997,0.0,0.0,0.0,0.0,0.0,0.00436981641068
+1470141568648576072,0.006,0.0,0.0,0.0,0.0,0.0
+1470141568722654926,0.0,0.0,0.0,0.0,0.0,0.00355544801256
+1470141568805038232,0.006,0.0,0.0,0.0,0.0,0.0
+1470141568878904326,0.0,0.0,0.0,0.0,0.0,0.00309629685894
+1470141568956580379,0.006,0.0,0.0,0.0,0.0,0.0
+1470141569030142636,0.0,0.0,0.0,0.0,0.0,0.00283402844006
+1470141569107099439,0.0,0.0,0.0,0.0,0.0,0.00365643254022
+1470141569183386168,0.0,0.0,0.0,0.0,0.0,0.00309036748649
+1470141569257207882,0.006,0.0,0.0,0.0,0.0,0.0
+1470141569330373820,0.006,0.0,0.0,0.0,0.0,0.0
+1470141569401880693,0.006,0.0,0.0,0.0,0.0,0.0
+1470141569474492695,0.006,0.0,0.0,0.0,0.0,0.0
diff --git a/MobileRobot/docking_data/Vel.txt~ b/MobileRobot/docking_data/Vel.txt~
index 31ceac59..7fa321f4 100644
--- a/MobileRobot/docking_data/Vel.txt~
+++ b/MobileRobot/docking_data/Vel.txt~
@@ -1,755 +1,451 @@
 %time,field.linear.x,field.linear.y,field.linear.z,field.angular.x,field.angular.y,field.angular.z
-1470066232432953485,0.1,-0.0520511651884,0.0,0.0,0.0,0.0281848467053
-1470066232518175471,0.1,-0.0520511651884,0.0,0.0,0.0,0.0281848467053
-1470066232592237069,0.1,-0.0520511651884,0.0,0.0,0.0,0.0281848467053
-1470066232663750126,0.1,-0.0520511651884,0.0,0.0,0.0,0.0281848467053
-1470066232736742202,0.1,-0.0520511651884,0.0,0.0,0.0,0.0281848467053
-1470066232808265446,0.1,-0.0520511651884,0.0,0.0,0.0,0.0281848467053
-1470066232880693356,0.1,-0.0520511651884,0.0,0.0,0.0,0.0281848467053
-1470066232951603399,0.1,-0.0520511651884,0.0,0.0,0.0,0.0281848467053
-1470066233023343289,0.1,-0.0516482139479,0.0,0.0,0.0,0.0214510746338
-1470066233093293104,0.1,-0.0516760671984,0.0,0.0,0.0,0.0177945426614
-1470066233170388040,0.1,-0.0527417624842,0.0,0.0,0.0,0.0
-1470066233240910844,0.1,-0.052590861405,0.0,0.0,0.0,0.00404673695953
-1470066233316977907,0.1,-0.0522456491839,0.0,0.0,0.0,0.012124952671
-1470066233394734107,0.1,-0.0511224056135,0.0,0.0,0.0,0.0149591545737
-1470066233480334784,0.1,-0.0514804209124,0.0,0.0,0.0,0.0320673926807
-1470066233555511905,0.1,-0.0514805997263,0.0,0.0,0.0,0.0377072219645
-1470066233632797719,0.1,-0.052147969092,0.0,0.0,0.0,0.0305803081825
-1470066233707444053,0.1,-0.0525006259333,0.0,0.0,0.0,0.040239391397
-1470066233785230923,0.1,-0.0525228763472,0.0,0.0,0.0,0.0283418252388
-1470066233864935605,0.1,-0.0523251260172,0.0,0.0,0.0,0.0131892987342
-1470066233939191697,0.1,-0.0519037807833,0.0,0.0,0.0,0.0122919821992
-1470066234012992728,0.1,-0.0495837593924,0.0,0.0,0.0,0.0235517618661
-1470066234095277992,0.1,-0.0492970014464,0.0,0.0,0.0,0.0330212173083
-1470066234175498498,0.1,-0.0484423304449,0.0,0.0,0.0,0.0193795479242
-1470066234256261780,0.1,-0.0484344089876,0.0,0.0,0.0,0.0212352878545
-1470066234334854311,0.1,-0.0483997369658,0.0,0.0,0.0,0.0235594199228
-1470066234413476161,0.1,-0.0474769616972,0.0,0.0,0.0,0.0437181650625
-1470066234492067301,0.1,-0.0474943066488,0.0,0.0,0.0,0.0221957441419
-1470066234572219112,0.1,-0.0482263410936,0.0,0.0,0.0,0.0284188274019
-1470066234648282797,0.1,-0.0485630536924,0.0,0.0,0.0,0.0296043561021
-1470066234729338454,0.1,-0.0486281956087,0.0,0.0,0.0,0.0250737890321
-1470066234806128128,0.1,-0.0484134519945,0.0,0.0,0.0,0.0167444232268
-1470066234888601499,0.1,-0.0479383791338,0.0,0.0,0.0,0.0149962460742
-1470066234971758816,0.1,-0.0463275427471,0.0,0.0,0.0,0.00759134952223
-1470066235051807987,0.1,-0.0460409099709,0.0,0.0,0.0,0.00805250058327
-1470066235127743643,0.1,-0.0460650200497,0.0,0.0,0.0,0.0398112263752
-1470066235205105547,0.1,-0.0460813696037,0.0,0.0,0.0,0.03222971096
-1470066235282948483,0.1,-0.046077137674,0.0,0.0,0.0,0.0146369991589
-1470066235364444545,0.1,-0.0452538962017,0.0,0.0,0.0,0.0341791980388
-1470066235443794943,0.1,-0.0452368492733,0.0,0.0,0.0,0.0331797865558
-1470066235519142364,0.1,-0.0451822752606,0.0,0.0,0.0,0.0155400140096
-1470066235594708569,0.1,-0.0444570119034,0.0,0.0,0.0,0.00677456035613
-1470066235681271496,0.1,-0.0443647796761,0.0,0.0,0.0,0.0138119143663
-1470066235760701832,0.1,-0.0437926972757,0.0,0.0,0.0,0.005356324817
-1470066235840802317,0.1,-0.0436301524292,0.0,0.0,0.0,0.013001333547
-1470066235917460112,0.1,-0.0424260968815,0.0,0.0,0.0,0.0181463361736
-1470066235992414525,0.1,-0.0421865726362,0.0,0.0,0.0,0.0208995828072
-1470066236075566547,0.1,-0.0415773893248,0.0,0.0,0.0,0.0123193360361
-1470066236152374960,0.1,-0.0416613126646,0.0,0.0,0.0,0.0396208447812
-1470066236230515370,0.1,-0.0416795159231,0.0,0.0,0.0,0.0289580584118
-1470066236304768615,0.1,-0.0415650839459,0.0,0.0,0.0,0.0148940242424
-1470066236387649315,0.1,-0.0404841566931,0.0,0.0,0.0,0.0111494482691
-1470066236466117488,0.1,-0.0401855851065,0.0,0.0,0.0,0.0098678956305
-1470066236554562820,0.1,-0.0397747988354,0.0,0.0,0.0,0.0291584418358
-1470066236627136742,0.1,-0.0390098596464,0.0,0.0,0.0,0.00858988971437
-1470066236707107372,0.1,-0.038312696899,0.0,0.0,0.0,0.0190211830922
-1470066236795158278,0.1,-0.0377933944117,0.0,0.0,0.0,0.0249358619904
-1470066236875797699,0.1,-0.0371911371599,0.0,0.0,0.0,0.0289298614145
-1470066236949553885,0.1,-0.037037223066,0.0,0.0,0.0,0.0177962471774
-1470066237022276873,0.1,-0.0362317169558,0.0,0.0,0.0,0.0
-1470066237095426821,0.1,-0.0351603383671,0.0,0.0,0.0,0.00918170167741
-1470066237174710496,0.1,-0.0350366259466,0.0,0.0,0.0,0.00975501995704
-1470066237253460797,0.1,-0.034885256971,0.0,0.0,0.0,0.023733408556
-1470066237335009756,0.1,-0.0337118084084,0.0,0.0,0.0,0.0436760014048
-1470066237409162775,0.1,-0.0338236624847,0.0,0.0,0.0,0.0366888873381
-1470066237490704863,0.1,-0.0333393807064,0.0,0.0,0.0,0.00412773279303
-1470066237565965738,0.1,-0.0326181496035,0.0,0.0,0.0,0.00858658803676
-1470066237642760057,0.1,-0.0323677206884,0.0,0.0,0.0,0.00659056159558
-1470066237722997671,0.1,-0.0324959064375,0.0,0.0,0.0,0.00996564391747
-1470066237806627377,0.1,-0.0319946909796,0.0,0.0,0.0,0.0115526473758
-1470066237888916287,0.1,-0.0320282990585,0.0,0.0,0.0,0.0248863440426
-1470066237971811473,0.1,-0.0316567654263,0.0,0.0,0.0,-0.00629681152374
-1470066238051668161,0.1,-0.0310126180302,0.0,0.0,0.0,0.0379973608655
-1470066238128896283,0.1,-0.0309131199967,0.0,0.0,0.0,0.0101131952648
-1470066238209096078,0.1,-0.0308893764864,0.0,0.0,0.0,0.00786094434671
-1470066238290607608,0.1,-0.030096956576,0.0,0.0,0.0,0.0
-1470066238365630798,0.1,-0.0299059415709,0.0,0.0,0.0,0.0329872099985
-1470066238444256602,0.1,-0.0294373000513,0.0,0.0,0.0,-0.00318542379658
-1470066238520468297,0.1,-0.0288221830975,0.0,0.0,0.0,0.0169453031078
-1470066238593778122,0.1,-0.0283108974348,0.0,0.0,0.0,0.0138475849109
-1470066238668267260,0.1,-0.0278703475844,0.0,0.0,0.0,-0.00718208591722
-1470066238751232430,0.1,-0.0269363934647,0.0,0.0,0.0,-0.00818421047906
-1470066238828942075,0.1,-0.0267054195057,0.0,0.0,0.0,0.00805982037176
-1470066238902849603,0.1,-0.0261033053051,0.0,0.0,0.0,0.0
-1470066238982414693,0.1,-0.0254578317057,0.0,0.0,0.0,0.0169834457546
-1470066239067427498,0.1,-0.0249993676792,0.0,0.0,0.0,0.00671848014481
-1470066239145087589,0.1,-0.024237864698,0.0,0.0,0.0,-0.00754444338677
-1470066239226964551,0.1,-0.0234057629953,0.0,0.0,0.0,0.0386280130353
-1470066239303377054,0.1,-0.0230157400023,0.0,0.0,0.0,0.00810864354537
-1470066239379498023,0.1,-0.0223571653019,0.0,0.0,0.0,-0.00380228708583
-1470066239459122328,0.1,-0.0215663994204,0.0,0.0,0.0,0.0368214557096
-1470066239535270435,0.1,-0.0211322332274,0.0,0.0,0.0,0.00307076554968
-1470066239613812916,0.1,-0.0206312055241,0.0,0.0,0.0,0.00303764666054
-1470066239692053873,0.1,-0.0195821280132,0.0,0.0,0.0,0.0
-1470066239768737712,0.1,-0.0189126531135,0.0,0.0,0.0,0.0396322078558
-1470066239841485457,0.1,-0.0185479680549,0.0,0.0,0.0,0.0
-1470066239914506388,0.1,-0.0177157963167,0.0,0.0,0.0,0.00692851211012
-1470066239986939770,0.1,-0.017520769919,0.0,0.0,0.0,0.0120849090973
-1470066240063685613,0.1,-0.0169830793987,0.0,0.0,0.0,0.0183725201274
-1470066240137259559,0.1,-0.0165639484774,0.0,0.0,0.0,0.00489696452942
-1470066240214010725,0.1,-0.0160540068995,0.0,0.0,0.0,0.0094066471876
-1470066240291210755,0.1,-0.0159892673145,0.0,0.0,0.0,0.0102188971659
-1470066240369920419,0.1,-0.0154721746694,0.0,0.0,0.0,0.0
-1470066240444371514,0.1,-0.0150415281306,0.0,0.0,0.0,0.0
-1470066240520541794,0.1,-0.0146133775364,0.0,0.0,0.0,-0.00378217162098
-1470066240599934879,0.1,-0.0145734543453,0.0,0.0,0.0,0.0
-1470066240683857523,0.1,-0.0141634339939,0.0,0.0,0.0,0.015350265812
-1470066240763604801,0.1,-0.0137017930399,0.0,0.0,0.0,-0.00579795579953
-1470066240841430071,0.1,-0.0137391383301,0.0,0.0,0.0,0.00816545081205
-1470066240921496902,0.1,-0.01333991387,0.0,0.0,0.0,0.0
-1470066240997405197,0.1,-0.0132520178805,0.0,0.0,0.0,0.0
-1470066241076480453,0.1,-0.0130310470711,0.0,0.0,0.0,0.0
-1470066241155453247,0.1,-0.0127746904741,0.0,0.0,0.0,0.0
-1470066241232015998,0.1,-0.0125393653761,0.0,0.0,0.0,0.0
-1470066241312141728,0.1,-0.0122574070941,0.0,0.0,0.0,-0.00310612111129
-1470066241391637014,0.1,-0.0118568728219,0.0,0.0,0.0,0.0116126838075
-1470066241471500893,0.1,-0.0115691850434,0.0,0.0,0.0,-0.00581369809981
-1470066241546282926,0.1,-0.0113726670395,0.0,0.0,0.0,0.0
-1470066241627228444,0.1,-0.0108607838403,0.0,0.0,0.0,0.0
-1470066241703944040,0.1,-0.0105222756516,0.0,0.0,0.0,0.0116737363054
-1470066241783916774,0.1,-0.0101917619358,0.0,0.0,0.0,0.0
-1470066241864534079,0.1,-0.00967554249869,0.0,0.0,0.0,-0.00609126394444
-1470066241944790993,0.1,-0.00939198234187,0.0,0.0,0.0,-0.00862605170141
-1470066242025990453,0.1,-0.00915639200316,0.0,0.0,0.0,0.00921453642981
-1470066242104694781,0.1,-0.00871428796159,0.0,0.0,0.0,0.0
-1470066242184054714,0.1,-0.00840748348342,0.0,0.0,0.0,0.00431233358095
-1470066242261389955,0.1,-0.00798048474894,0.0,0.0,0.0,0.00852239209856
-1470066242341900779,0.1,-0.0077262314509,0.0,0.0,0.0,0.0
-1470066242419646206,0.1,-0.00745787718402,0.0,0.0,0.0,0.00747839847276
-1470066242495293847,0.1,-0.00709000923739,0.0,0.0,0.0,0.00420479171197
-1470066242566592235,0.1,-0.00689362161861,0.0,0.0,0.0,0.0
-1470066242644926438,0.1,-0.0065384285997,0.0,0.0,0.0,0.00542051341273
-1470066242721898465,0.1,-0.00631361403571,0.0,0.0,0.0,0.00321032867058
-1470066242797724768,0.1,-0.00612777420388,0.0,0.0,0.0,0.00940056311368
-1470066242875206373,0.1,-0.00595321157084,0.0,0.0,0.0,0.0111406778089
-1470066242952242199,0.0,-0.00576039501534,0.0,0.0,0.0,0.0102753641505
-1470066243028496760,0.0,-0.00565763437258,0.0,0.0,0.0,0.0102268570538
-1470066243103178135,0.0,-0.00560218566166,0.0,0.0,0.0,0.00350460340496
-1470066243175464016,0.0,-0.00553355314837,0.0,0.0,0.0,0.0
-1470066243251014271,0.0,-0.00549144544707,0.0,0.0,0.0,0.0
-1470066243327520439,0.0,-0.0055150578271,0.0,0.0,0.0,0.0103446085415
-1470066243403578503,0.0,-0.00547612407313,0.0,0.0,0.0,0.00414937083718
-1470066243476761236,0.0,-0.00545258694397,0.0,0.0,0.0,0.00999457826184
-1470066243549502035,0.0,-0.00546740614878,0.0,0.0,0.0,-0.00447465825806
-1470066243622757976,0.0,-0.00551175274955,0.0,0.0,0.0,0.0
-1470066243699087923,0.0,-0.00557005577789,0.0,0.0,0.0,0.0
-1470066243776560443,0.0,-0.00566268959151,0.0,0.0,0.0,0.0
-1470066243857091494,0.0,-0.00570568689214,0.0,0.0,0.0,0.00534392756735
-1470066243931220041,0.0,-0.00593058490263,0.0,0.0,0.0,-0.00441192008049
-1470066244004447644,0.0,-0.00616210871445,0.0,0.0,0.0,0.0
-1470066244079681885,0.0,-0.0061270134996,0.0,0.0,0.0,-0.00556523515146
-1470066244153734310,0.0,-0.00606782087193,0.0,0.0,0.0,-0.00573866461928
-1470066244229279741,0.0,-0.0060202563654,0.0,0.0,0.0,-0.00572614403739
-1470066244304419359,0.0,-0.0059448646854,0.0,0.0,0.0,-0.00521773678048
-1470066244378780526,0.0,-0.00582963251577,0.0,0.0,0.0,-0.00462034472671
-1470066244458680613,0.0,-0.00568472617374,0.0,0.0,0.0,-0.00444637491368
-1470066244531540842,0.0,-0.00550569840775,0.0,0.0,0.0,-0.0038260077051
-1470066244605191249,0.0,-0.00527930134044,0.0,0.0,0.0,0.0
-1470066244679128955,0.0,-0.00508893081055,0.0,0.0,0.0,0.0
-1470066244758922337,0.0,-0.0048743391882,0.0,0.0,0.0,0.0
-1470066244835773056,0.0,-0.00464164489017,0.0,0.0,0.0,0.0
-1470066244913700662,0.0,-0.0042412328075,0.0,0.0,0.0,0.0
-1470066244989318305,0.0,-0.00397394546376,0.0,0.0,0.0,0.00309648370965
-1470066245061964287,0.0,-0.00372966178761,0.0,0.0,0.0,0.00312473262153
-1470066245143577105,0.0,-0.00349061288939,0.0,0.0,0.0,0.00641365536459
-1470066245217440761,0.0,-0.00314061143504,0.0,0.0,0.0,0.0
-1470066245296991584,0.0,-0.00292753302561,0.0,0.0,0.0,0.0
-1470066245373144260,0.0,-0.00277038016425,0.0,0.0,0.0,0.00309415350885
-1470066245447541790,0.0,-0.00255484976874,0.0,0.0,0.0,0.0
-1470066245524976874,0.0,-0.00242202193545,0.0,0.0,0.0,0.00853165535006
-1470066245605375255,0.0,-0.00229033739374,0.0,0.0,0.0,0.00337589721906
-1470066245682994866,0.0,-0.00212945328162,0.0,0.0,0.0,0.0
-1470066245762184644,0.0,-0.00205000401543,0.0,0.0,0.0,0.0
-1470066245841237560,0.0,-0.00197200574981,0.0,0.0,0.0,0.00657836376982
-1470066245920150427,0.0,-0.00186173529433,0.0,0.0,0.0,-0.00437467054352
-1470066245995308940,0.0,-0.00179891684161,0.0,0.0,0.0,0.0
-1470066246075721994,0.0,-0.00175551944481,0.0,0.0,0.0,0.0
-1470066246152931184,0.0,-0.00168837220476,0.0,0.0,0.0,0.0
-1470066246228962629,0.0,-0.00163287581013,0.0,0.0,0.0,-0.00279464166072
-1470066246312981935,0.0,-0.0016145786743,0.0,0.0,0.0,0.0
-1470066246393631205,0.0,-0.00157833756016,0.0,0.0,0.0,0.0
-1470066246469462967,0.0,-0.00149707333253,0.0,0.0,0.0,0.0
-1470066246548550856,0.0,-0.00149083905922,0.0,0.0,0.0,-0.00372485601691
-1470066246627020537,0.0,-0.00152450897799,0.0,0.0,0.0,0.0
-1470066246702795053,0.0,-0.00147700035082,0.0,0.0,0.0,-0.00404954858768
-1470066246777386595,0.0,-0.00134846665965,0.0,0.0,0.0,-0.00293275863487
-1470066246848503776,0.0,-0.00121089466916,0.0,0.0,0.0,-0.00432868713269
-1470066246921886786,0.0,-0.00118378908442,0.0,0.0,0.0,-0.00354492502453
-1470066246998224584,0.0,-0.00113853649305,0.0,0.0,0.0,0.0
-1470066247076024233,0.0,-0.00106365108,0.0,0.0,0.0,-0.00373103031791
-1470066247155450511,0.0,-0.00101659544812,0.0,0.0,0.0,-0.0036389977504
-1470066247234234593,0.0,-0.000977552915676,0.0,0.0,0.0,-0.00325917313777
-1470066247310877694,0.0,-0.000915170321925,0.0,0.0,0.0,0.0
-1470066247392228424,0.0,-0.000811309973462,0.0,0.0,0.0,-0.00357657867817
-1470066247472412621,0.0,0.0,0.0,0.0,0.0,-0.0033203965898
-1470066247553144142,0.0,0.0,0.0,0.0,0.0,-0.00452256784648
-1470066247628342234,0.006,0.0,0.0,0.0,0.0,0.0
-1470066247702819768,0.0,0.0,0.0,0.0,0.0,-0.00303298935495
-1470066247791091584,0.006,0.0,0.0,0.0,0.0,0.0
-1470066247868650215,0.006,0.0,0.0,0.0,0.0,0.0
-1470066247946391116,0.006,0.0,0.0,0.0,0.0,0.0
-1470066248023141715,0.006,0.0,0.0,0.0,0.0,0.0
-1470066248101211470,0.0,0.0,0.0,0.0,0.0,-0.003129392346
-1470066248182845118,0.006,0.0,0.0,0.0,0.0,0.0
-1470066248265136930,0.0,0.0,0.0,0.0,0.0,-0.00287902924645
-1470066248346960347,0.006,0.0,0.0,0.0,0.0,0.0
-1470066248422172449,0.0,0.0,0.0,0.0,0.0,0.00303716248282
-1470066248497279350,0.0,0.00120306624963,0.0,0.0,0.0,0.0
-1470066248576836295,0.0,0.00149653120829,0.0,0.0,0.0,0.0
-1470066248656849985,0.0,0.00170959900065,0.0,0.0,0.0,0.0
-1470066248734121661,0.0,0.00175757682814,0.0,0.0,0.0,0.00740192730605
-1470066248813077877,0.0,0.00181224062039,0.0,0.0,0.0,0.0
-1470066248892825930,0.0,0.00183213534697,0.0,0.0,0.0,0.00448743274821
-1470066248974369968,0.0,0.00183240543051,0.0,0.0,0.0,0.0
-1470066249049180185,0.0,0.00182816660895,0.0,0.0,0.0,0.0
-1470066249131460052,0.0,0.00182202565415,0.0,0.0,0.0,0.0
-1470066249215170212,0.0,0.00186847890659,0.0,0.0,0.0,0.00509310954848
-1470066249291364250,0.0,0.00189998201026,0.0,0.0,0.0,0.00819931072748
-1470066249369242200,0.0,0.00175456623478,0.0,0.0,0.0,0.00642777576526
-1470066249443474405,0.0,0.00154159660383,0.0,0.0,0.0,0.0078031690654
-1470066249518453289,0.0,0.00139068174108,0.0,0.0,0.0,0.0
-1470066249593433922,0.0,0.00135917975499,0.0,0.0,0.0,0.0
-1470066249669252553,0.0,0.00131383887424,0.0,0.0,0.0,0.00789780795213
-1470066249741510057,0.0,0.00120798475041,0.0,0.0,0.0,0.0
-1470066249816308091,0.0,0.00115651837482,0.0,0.0,0.0,0.0
-1470066249895213585,0.0,0.00108793559416,0.0,0.0,0.0,0.00933191139866
-1470066249971304480,0.0,0.000965058197515,0.0,0.0,0.0,0.0
-1470066250055624064,0.0,0.000804265727536,0.0,0.0,0.0,0.0
-1470066250125208022,0.0,0.0,0.0,0.0,0.0,0.00731906645857
-1470066250196963985,0.006,0.0,0.0,0.0,0.0,0.0
-1470066250270934129,0.0,0.0,0.0,0.0,0.0,0.00364143061101
-1470066250343673630,0.006,0.0,0.0,0.0,0.0,0.0
-1470066250419044161,0.0,0.0,0.0,0.0,0.0,0.00436259452008
-1470066250495901815,0.0,0.0,0.0,0.0,0.0,0.00337473111882
-1470066250569590737,0.006,0.0,0.0,0.0,0.0,0.0
-1470066250644496771,0.0,0.0,0.0,0.0,0.0,0.00412128580935
-1470066250714727423,0.006,0.0,0.0,0.0,0.0,0.0
-1470066250791307821,0.006,0.0,0.0,0.0,0.0,0.0
-1470066250869225044,0.0,0.0,0.0,0.0,0.0,-0.00396732845734
-1470066250942434284,0.006,0.0,0.0,0.0,0.0,0.0
-1470066251024018522,0.0,0.0,0.0,0.0,0.0,-0.00425524293842
-1470066251100382963,0.0,0.0,0.0,0.0,0.0,-0.00455763523515
-1470066251171881070,0.0,0.0,0.0,0.0,0.0,-0.00345045511906
-1470066251250192525,0.0,0.0,0.0,0.0,0.0,0.00383832374706
-1470066251324002067,0.006,0.0,0.0,0.0,0.0,0.0
-1470066251397288417,0.006,0.0,0.0,0.0,0.0,0.0
-1470066251469531447,0.0,-0.000858442346318,0.0,0.0,0.0,0.0
-1470066251542492607,0.0,-0.000976921106441,0.0,0.0,0.0,0.00510761793654
-1470066251617896556,0.0,-0.00101891034351,0.0,0.0,0.0,0.0
-1470066251695285854,0.0,-0.00104915448533,0.0,0.0,0.0,0.0
-1470066251783996455,0.0,-0.00118241706,0.0,0.0,0.0,0.0
-1470066251861790224,0.0,-0.00120818191276,0.0,0.0,0.0,0.00282382551327
-1470066251939793262,0.0,-0.00116019272314,0.0,0.0,0.0,0.00527717160255
-1470066252014887847,0.0,-0.00108444155262,0.0,0.0,0.0,0.00660147253995
-1470066252089822931,0.0,-0.00100785181926,0.0,0.0,0.0,0.0
-1470066252170768687,0.0,-0.000841936330064,0.0,0.0,0.0,0.00305307094177
-1470066252247603778,0.0,0.0,0.0,0.0,0.0,0.0100845974819
-1470066252321372615,0.0,0.0,0.0,0.0,0.0,0.010009737817
-1470066252395007480,0.0,0.0,0.0,0.0,0.0,0.0074059679049
-1470066252473780722,0.0,0.0,0.0,0.0,0.0,0.00751216427051
-1470066252555615608,0.006,0.0,0.0,0.0,0.0,0.0
-1470066252635184215,0.006,0.0,0.0,0.0,0.0,0.0
-1470066252713431889,0.006,0.0,0.0,0.0,0.0,0.0
-1470066252790037025,0.0,0.0,0.0,0.0,0.0,0.00701820316039
-1470066252863512129,0.006,0.0,0.0,0.0,0.0,0.0
-1470066252936627506,0.0,-0.000825485820635,0.0,0.0,0.0,0.00683185707871
-1470066253017178863,0.0,-0.00101262056337,0.0,0.0,0.0,0.00569730417973
-1470066253093077582,0.0,-0.00109448270009,0.0,0.0,0.0,0.0
-1470066253172933099,0.0,-0.00117130228387,0.0,0.0,0.0,0.0
-1470066253244318635,0.0,-0.00135676809655,0.0,0.0,0.0,0.0
-1470066253316516019,0.0,-0.00143662937985,0.0,0.0,0.0,0.0
-1470066253392048779,0.0,-0.00159888477133,0.0,0.0,0.0,0.0
-1470066253470651088,0.0,-0.00181491100298,0.0,0.0,0.0,0.0
-1470066253548050811,0.0,-0.00205116891371,0.0,0.0,0.0,0.0
-1470066253623076061,0.0,-0.00208446667598,0.0,0.0,0.0,-0.00310918904353
-1470066253698898309,0.0,-0.00210529104875,0.0,0.0,0.0,-0.00505944875045
-1470066253772331180,0.0,-0.00209172950195,0.0,0.0,0.0,-0.00455567860522
-1470066253845680412,0.0,-0.00191981257008,0.0,0.0,0.0,-0.00485462939067
-1470066253918509737,0.0,-0.00182296284543,0.0,0.0,0.0,-0.0064383778555
-1470066253992900008,0.0,-0.00174080492066,0.0,0.0,0.0,-0.00364748648803
-1470066254070909633,0.0,-0.00166388214634,0.0,0.0,0.0,-0.00568674811973
-1470066254145962835,0.0,-0.0016244238715,0.0,0.0,0.0,-0.00539401582902
-1470066254219337709,0.0,-0.00155488462256,0.0,0.0,0.0,-0.00489750649158
-1470066254292331885,0.0,-0.00149215706693,0.0,0.0,0.0,-0.00515245627093
-1470066254371626560,0.0,-0.00141967893647,0.0,0.0,0.0,-0.00552679355882
-1470066254444038042,0.0,-0.00120772519217,0.0,0.0,0.0,-0.00538308982814
-1470066254521535890,0.0,-0.00112558738397,0.0,0.0,0.0,-0.00425881583093
-1470066254596673471,0.0,-0.00108240009354,0.0,0.0,0.0,-0.00380836481828
-1470066254671977350,0.0,-0.0010015232961,0.0,0.0,0.0,-0.00295510241773
-1470066254744806051,0.0,-0.000870665768846,0.0,0.0,0.0,0.0
-1470066254823177817,0.006,0.0,0.0,0.0,0.0,0.0
-1470066254901918903,0.0,0.0,0.0,0.0,0.0,-0.00327868887363
-1470066254974562764,0.0,0.0,0.0,0.0,0.0,-0.00311820046325
-1470066255052558146,0.006,0.0,0.0,0.0,0.0,0.0
-1470066255127293060,0.006,0.0,0.0,0.0,0.0,0.0
-1470066255201832114,0.006,0.0,0.0,0.0,0.0,0.0
-1470066255275789408,0.006,0.0,0.0,0.0,0.0,0.0
-1470066255355648141,0.006,0.0,0.0,0.0,0.0,0.0
-1470066255430571214,0.006,0.0,0.0,0.0,0.0,0.0
-1470066255507552955,0.0,0.0,0.0,0.0,0.0,0.00473002936577
-1470066255587287828,0.006,0.0,0.0,0.0,0.0,0.0
-1470066255662417818,0.006,0.0,0.0,0.0,0.0,0.0
-1470066255739644029,0.0,0.0,0.0,0.0,0.0,0.00438969069188
-1470066255813053959,0.0,0.00124055421843,0.0,0.0,0.0,0.00343470917279
-1470066255885442293,0.0,0.00142980548485,0.0,0.0,0.0,0.0
-1470066255958221144,0.0,0.00158507148667,0.0,0.0,0.0,0.0
-1470066256031672851,0.0,0.00177820580943,0.0,0.0,0.0,0.00440456186961
-1470066256116043213,0.0,0.00183311342193,0.0,0.0,0.0,0.0
-1470066256186806108,0.0,0.00184313482537,0.0,0.0,0.0,0.00360859992626
-1470066256265240388,0.0,0.00189104988171,0.0,0.0,0.0,0.0032571321046
-1470066256343653682,0.0,0.00198063510402,0.0,0.0,0.0,0.00458497726778
-1470066256418276246,0.0,0.00209015370278,0.0,0.0,0.0,0.00666920115514
-1470066256498445012,0.0,0.00214385637014,0.0,0.0,0.0,0.0
-1470066256575235692,0.0,0.00212525543688,0.0,0.0,0.0,0.0
-1470066256650969236,0.0,0.00214710957302,0.0,0.0,0.0,0.0
-1470066256728088930,0.0,0.00205823783694,0.0,0.0,0.0,0.00969474220736
-1470066256803832614,0.0,0.00194745003177,0.0,0.0,0.0,0.0
-1470066256878782552,0.0,0.0018997277592,0.0,0.0,0.0,0.00567120330734
-1470066256953172697,0.0,0.00185837815447,0.0,0.0,0.0,0.00975722722486
-1470066257032035870,0.0,0.0017011545126,0.0,0.0,0.0,0.00477831180407
-1470066257110928112,0.0,0.001615986367,0.0,0.0,0.0,0.0045321385936
-1470066257185426680,0.0,0.00152401341988,0.0,0.0,0.0,0.0
-1470066257265223723,0.0,0.00141653171672,0.0,0.0,0.0,0.00553777709776
-1470066257346654261,0.0,0.00132002434625,0.0,0.0,0.0,0.0
-1470066257425214935,0.0,0.00114545538022,0.0,0.0,0.0,0.0
-1470066257507188924,0.0,0.00107717825963,0.0,0.0,0.0,0.00707560017144
-1470066257584370366,0.0,0.000979980220334,0.0,0.0,0.0,0.0
-1470066257659396994,0.006,0.0,0.0,0.0,0.0,0.0
-1470066257733323806,0.006,0.0,0.0,0.0,0.0,0.0
-1470066257811120284,0.0,0.0,0.0,0.0,0.0,0.00834546125507
-1470066257896809151,0.0,0.0,0.0,0.0,0.0,0.00493069323584
-1470066257973560430,0.006,0.0,0.0,0.0,0.0,0.0
-1470066258051769624,0.0,0.0,0.0,0.0,0.0,0.00722219503964
-1470066258131910465,0.006,0.0,0.0,0.0,0.0,0.0
-1470066258204379944,0.006,0.0,0.0,0.0,0.0,0.0
-1470066258282338157,0.006,0.0,0.0,0.0,0.0,0.0
-1470066258366971178,0.006,0.0,0.0,0.0,0.0,0.0
-1470066258446201349,0.006,0.0,0.0,0.0,0.0,0.0
-1470066258521947680,0.0,0.0,0.0,0.0,0.0,0.00328598516314
-1470066258598714315,0.006,0.0,0.0,0.0,0.0,0.0
-1470066258676838188,0.0,-0.00083641992019,0.0,0.0,0.0,0.0
-1470066258751021462,0.0,-0.000965494896038,0.0,0.0,0.0,0.00288462470648
-1470066258824284406,0.0,-0.00111709856497,0.0,0.0,0.0,0.0
-1470066258899060336,0.0,-0.0012728536974,0.0,0.0,0.0,-0.00452672824026
-1470066258978118557,0.0,-0.00155366719769,0.0,0.0,0.0,-0.00285896606091
-1470066259052532696,0.0,-0.0016638046603,0.0,0.0,0.0,-0.00403997812213
-1470066259125462147,0.0,-0.00176389874028,0.0,0.0,0.0,0.0
-1470066259198381948,0.0,-0.00180410840617,0.0,0.0,0.0,0.0
-1470066259274895794,0.0,-0.00184159004198,0.0,0.0,0.0,0.00677155507398
-1470066259355363466,0.0,-0.00186974988387,0.0,0.0,0.0,0.00372491519155
-1470066259429520318,0.0,-0.00196340070175,0.0,0.0,0.0,0.0
-1470066259509434600,0.0,-0.00202254043029,0.0,0.0,0.0,0.00485558757082
-1470066259585275440,0.0,-0.00204605036484,0.0,0.0,0.0,0.0
-1470066259664337933,0.0,-0.0019853400539,0.0,0.0,0.0,0.0
-1470066259741779864,0.0,-0.00194832147167,0.0,0.0,0.0,0.0
-1470066259816921672,0.0,-0.00199625440942,0.0,0.0,0.0,0.0031801317307
-1470066259891787868,0.0,-0.00196463302778,0.0,0.0,0.0,0.0
-1470066259971162103,0.0,-0.00189220965908,0.0,0.0,0.0,0.0
-1470066260048182292,0.0,-0.0018317772548,0.0,0.0,0.0,0.0
-1470066260120540630,0.0,-0.00180652872728,0.0,0.0,0.0,0.0
-1470066260193607408,0.0,-0.00176790640758,0.0,0.0,0.0,0.00412108217949
-1470066260267100833,0.0,-0.00174545780824,0.0,0.0,0.0,0.0
-1470066260342360138,0.0,-0.00170788043247,0.0,0.0,0.0,0.0
-1470066260419521037,0.0,-0.0016678905587,0.0,0.0,0.0,0.0
-1470066260493104961,0.0,-0.00164237120257,0.0,0.0,0.0,0.0
-1470066260564861215,0.0,-0.00161047712968,0.0,0.0,0.0,0.0
-1470066260638873640,0.0,-0.00154623263584,0.0,0.0,0.0,0.0
-1470066260716114391,0.0,-0.00149903730558,0.0,0.0,0.0,0.0
-1470066260793246794,0.0,-0.00145256319152,0.0,0.0,0.0,0.0
-1470066260868558062,0.0,-0.0014077155392,0.0,0.0,0.0,0.0
-1470066260949947706,0.0,-0.00136964381741,0.0,0.0,0.0,0.00389277184389
-1470066261036608790,0.0,-0.00133341425167,0.0,0.0,0.0,0.00326277181028
-1470066261115799329,0.0,-0.00130143077181,0.0,0.0,0.0,0.0
-1470066261189790122,0.0,-0.00125543871032,0.0,0.0,0.0,0.0
-1470066261263796723,0.0,-0.00120095186935,0.0,0.0,0.0,0.0
-1470066261343451125,0.0,-0.0011653149973,0.0,0.0,0.0,0.00387052643186
-1470066261420679971,0.0,-0.00109950476394,0.0,0.0,0.0,0.0
-1470066261495868277,0.0,-0.00106336311506,0.0,0.0,0.0,0.0
-1470066261584358100,0.0,-0.00102805071579,0.0,0.0,0.0,0.0
-1470066261667916725,0.0,-0.000971128652556,0.0,0.0,0.0,0.00534157277347
-1470066261747323572,0.0,-0.000944252918227,0.0,0.0,0.0,0.00731224993984
-1470066261824011116,0.0,-0.00091873952256,0.0,0.0,0.0,0.0
-1470066261899148969,0.0,-0.000881564478143,0.0,0.0,0.0,0.0
-1470066261974040246,0.0,-0.000839415798648,0.0,0.0,0.0,0.0
-1470066262051370018,0.0,-0.000840689102872,0.0,0.0,0.0,0.0
-1470066262126414066,0.0,-0.000833644951447,0.0,0.0,0.0,0.0
-1470066262199225740,0.0,-0.000823542336686,0.0,0.0,0.0,0.0
-1470066262271031103,0.0,0.0,0.0,0.0,0.0,0.00293660223015
-1470066262343427922,0.006,0.0,0.0,0.0,0.0,0.0
-1470066262421274562,0.006,0.0,0.0,0.0,0.0,0.0
-1470066262500663865,0.006,0.0,0.0,0.0,0.0,0.0
-1470066262579773336,0.006,0.0,0.0,0.0,0.0,0.0
-1470066262657233359,0.006,0.0,0.0,0.0,0.0,0.0
-1470066262735426546,0.006,0.0,0.0,0.0,0.0,0.0
-1470066262810647368,0.006,0.0,0.0,0.0,0.0,0.0
-1470066262883700878,0.006,0.0,0.0,0.0,0.0,0.0
-1470066262956217740,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263032904957,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263109410519,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263183533569,0.0,0.0,0.0,0.0,0.0,0.0074267240001
-1470066263260781718,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263344255891,0.0,0.0,0.0,0.0,0.0,0.00666725209108
-1470066263422753385,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263502521527,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263581097698,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263655627847,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263732790694,0.0,0.0,0.0,0.0,0.0,-0.00402568172186
-1470066263806272188,0.0,0.0,0.0,0.0,0.0,-0.00559992192217
-1470066263879366997,0.006,0.0,0.0,0.0,0.0,0.0
-1470066263966142102,0.0,0.0,0.0,0.0,0.0,0.00495909960358
-1470066264046754364,0.006,0.0,0.0,0.0,0.0,0.0
-1470066264125650522,0.006,0.0,0.0,0.0,0.0,0.0
-1470066264200532442,0.006,0.0,0.0,0.0,0.0,0.0
-1470066264274783375,0.0,0.0,0.0,0.0,0.0,0.00479884907264
-1470066264347914613,0.006,0.0,0.0,0.0,0.0,0.0
-1470066264429105536,0.0,0.0,0.0,0.0,0.0,-0.00375292616299
-1470066264518128674,0.006,0.0,0.0,0.0,0.0,0.0
-1470066264596413399,0.0,0.0,0.0,0.0,0.0,0.00808332719825
-1470066264673387155,0.0,0.0,0.0,0.0,0.0,0.00811505060473
-1470066264747441418,0.0,0.0,0.0,0.0,0.0,0.00642893432728
-1470066264823099390,0.006,0.0,0.0,0.0,0.0,0.0
-1470066264897477775,0.006,0.0,0.0,0.0,0.0,0.0
-1470066264968825297,0.006,0.0,0.0,0.0,0.0,0.0
-1470066265043914096,0.006,0.0,0.0,0.0,0.0,0.0
-1470066265121997764,0.006,0.0,0.0,0.0,0.0,0.0
-1470066265202407052,0.006,0.0,0.0,0.0,0.0,0.0
-1470066265279625204,0.006,0.0,0.0,0.0,0.0,0.0
-1470066265355405835,0.0,0.0,0.0,0.0,0.0,0.00683001021647
-1470066265432594386,0.0,0.000833486718373,0.0,0.0,0.0,0.00877369655729
-1470066265509843184,0.0,0.000826162611382,0.0,0.0,0.0,0.00642800831986
-1470066265587763201,0.0,0.0,0.0,0.0,0.0,0.00308173869124
-1470066265663913688,0.0,0.0,0.0,0.0,0.0,0.00424613515899
-1470066265736707003,0.006,0.0,0.0,0.0,0.0,0.0
-1470066265810462690,0.0,0.0,0.0,0.0,0.0,0.00389671817907
-1470066265883865327,0.0,0.0,0.0,0.0,0.0,-0.003932221918
-1470066265960459811,0.0,0.0,0.0,0.0,0.0,-0.00571347222668
-1470066266034995196,0.0,0.0,0.0,0.0,0.0,-0.00365125094399
-1470066266122608680,0.006,0.0,0.0,0.0,0.0,0.0
-1470066266195025639,0.006,0.0,0.0,0.0,0.0,0.0
-1470066266270841869,0.006,0.0,0.0,0.0,0.0,0.0
-1470066266348366338,0.006,0.0,0.0,0.0,0.0,0.0
-1470066266434128225,0.006,0.0,0.0,0.0,0.0,0.0
-1470066266514247883,0.0,0.0,0.0,0.0,0.0,0.00675168101594
-1470066266590568793,0.0,0.0,0.0,0.0,0.0,0.00389570483899
-1470066266665477774,0.0,0.0,0.0,0.0,0.0,0.00318018395564
-1470066266745055071,0.006,0.0,0.0,0.0,0.0,0.0
-1470066266827324682,0.006,0.0,0.0,0.0,0.0,0.0
-1470066266904145891,0.006,0.0,0.0,0.0,0.0,0.0
-1470066266991120669,0.006,0.0,0.0,0.0,0.0,0.0
-1470066267070498424,0.0,0.0,0.0,0.0,0.0,-0.0040789684677
-1470066267150796383,0.0,0.0,0.0,0.0,0.0,-0.00522790553539
-1470066267224817231,0.0,0.0,0.0,0.0,0.0,-0.00384948401128
-1470066267300541727,0.006,0.0,0.0,0.0,0.0,0.0
-1470066267379012492,0.006,0.0,0.0,0.0,0.0,0.0
-1470066267455305145,0.006,0.0,0.0,0.0,0.0,0.0
-1470066267528350121,0.0,0.0,0.0,0.0,0.0,0.00329587676237
-1470066267607006540,0.006,0.0,0.0,0.0,0.0,0.0
-1470066267686675227,0.006,0.0,0.0,0.0,0.0,0.0
-1470066267764939742,0.0,0.0,0.0,0.0,0.0,-0.00347723700289
-1470066267839748267,0.0,0.0,0.0,0.0,0.0,-0.00418492497927
-1470066267933662367,0.0,0.0,0.0,0.0,0.0,-0.00383306741422
-1470066268010321705,0.006,0.0,0.0,0.0,0.0,0.0
-1470066268089174796,0.006,0.0,0.0,0.0,0.0,0.0
-1470066268165490118,0.006,0.0,0.0,0.0,0.0,0.0
-1470066268241851830,0.006,0.0,0.0,0.0,0.0,0.0
-1470066268320604541,0.006,0.0,0.0,0.0,0.0,0.0
-1470066268399216912,0.006,0.0,0.0,0.0,0.0,0.0
-1470066268478754876,0.006,0.0,0.0,0.0,0.0,0.0
-1470066268556533980,0.0,0.0,0.0,0.0,0.0,-0.00527633788782
-1470066268633027558,0.0,0.0,0.0,0.0,0.0,-0.00462498608335
-1470066268711776483,0.006,0.0,0.0,0.0,0.0,0.0
-1470066268788099561,0.0,0.0,0.0,0.0,0.0,0.00470788371124
-1470066268865579161,0.0,0.0,0.0,0.0,0.0,0.0085612526414
-1470066268942056127,0.0,0.0,0.0,0.0,0.0,0.00727068722453
-1470066269013465507,0.0,0.0,0.0,0.0,0.0,0.00564599446824
-1470066269086313783,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269163849482,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269240894018,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269315049538,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269388755961,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269465406893,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269543787658,0.0,0.0,0.0,0.0,0.0,0.00344302053654
-1470066269616482966,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269696709280,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269772531633,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269851184100,0.0,0.0,0.0,0.0,0.0,0.00321807070758
-1470066269924477317,0.006,0.0,0.0,0.0,0.0,0.0
-1470066269999597298,0.006,0.0,0.0,0.0,0.0,0.0
-1470066270079336235,0.006,0.0,0.0,0.0,0.0,0.0
-1470066270155340498,0.0,-0.00083428868161,0.0,0.0,0.0,-0.00412573772476
-1470066270231279789,0.0,-0.000892242277725,0.0,0.0,0.0,-0.00512949605481
-1470066270307273812,0.0,-0.00096697234617,0.0,0.0,0.0,0.0
-1470066270381847440,0.0,-0.000998246903284,0.0,0.0,0.0,0.00304726964193
-1470066270468363025,0.0,-0.000990930805667,0.0,0.0,0.0,0.0
-1470066270546065699,0.0,-0.00100182206438,0.0,0.0,0.0,0.0
-1470066270621406488,0.0,-0.00103301019476,0.0,0.0,0.0,0.0
-1470066270697373370,0.0,-0.00104738646255,0.0,0.0,0.0,0.0
-1470066270775149475,0.0,-0.00105462097631,0.0,0.0,0.0,-0.00389851749037
-1470066270851801254,0.0,-0.00123484903084,0.0,0.0,0.0,0.0
-1470066270926409463,0.0,-0.00132996686803,0.0,0.0,0.0,0.0
-1470066271003112778,0.0,-0.00137081318603,0.0,0.0,0.0,0.0
-1470066271077378251,0.0,-0.00120967016624,0.0,0.0,0.0,0.0
-1470066271151501817,0.0,-0.000925633544786,0.0,0.0,0.0,0.0
-1470066271223723029,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271300857749,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271377243482,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271450278360,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271526148455,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271604222628,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271680825079,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271754033199,0.0,0.0,0.0,0.0,0.0,0.00323770160952
-1470066271829535594,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271912841566,0.006,0.0,0.0,0.0,0.0,0.0
-1470066271987884095,0.006,0.0,0.0,0.0,0.0,0.0
-1470066272063412729,0.0,0.0,0.0,0.0,0.0,0.00324888189754
-1470066272141352864,0.006,0.0,0.0,0.0,0.0,0.0
-1470066272217025267,0.006,0.0,0.0,0.0,0.0,0.0
-1470066272291406833,0.006,0.0,0.0,0.0,0.0,0.0
-1470066272375121740,0.0,0.0,0.0,0.0,0.0,-0.00286329146295
-1470066272452556352,0.0,0.0,0.0,0.0,0.0,-0.00440350660462
-1470066272527158815,0.0,0.0,0.0,0.0,0.0,-0.00373132518135
-1470066272602007603,0.006,0.0,0.0,0.0,0.0,0.0
-1470066272678533509,0.006,0.0,0.0,0.0,0.0,0.0
-1470066272755663706,0.0,0.0,0.0,0.0,0.0,0.00416223855904
-1470066272828391165,0.0,0.0,0.0,0.0,0.0,0.00315400402081
-1470066272902579017,0.0,0.0,0.0,0.0,0.0,-0.00301613621561
-1470066272988917970,0.0,0.0,0.0,0.0,0.0,-0.00401859611252
-1470066273066060082,0.0,0.0,0.0,0.0,0.0,-0.00521423066093
-1470066273139555215,0.0,0.0,0.0,0.0,0.0,-0.00558720241243
-1470066273218968703,0.0,0.0,0.0,0.0,0.0,0.00608342695897
-1470066273297704696,0.0,0.0,0.0,0.0,0.0,0.00401400096457
-1470066273374186541,0.006,0.0,0.0,0.0,0.0,0.0
-1470066273450389012,0.006,0.0,0.0,0.0,0.0,0.0
-1470066273526577137,0.0,0.0,0.0,0.0,0.0,0.00405898140109
-1470066273604914117,0.006,0.0,0.0,0.0,0.0,0.0
-1470066273681634961,0.006,0.0,0.0,0.0,0.0,0.0
-1470066273761796806,0.006,0.0,0.0,0.0,0.0,0.0
-1470066273837847638,0.006,0.0,0.0,0.0,0.0,0.0
-1470066273911717555,0.006,0.0,0.0,0.0,0.0,0.0
-1470066273993375206,0.006,0.0,0.0,0.0,0.0,0.0
-1470066274071524078,0.006,0.0,0.0,0.0,0.0,0.0
-1470066274160796752,0.0,0.0,0.0,0.0,0.0,0.00355979063411
-1470066274235081845,0.0,0.0,0.0,0.0,0.0,0.00497414931939
-1470066274314675602,0.006,0.0,0.0,0.0,0.0,0.0
-1470066274388985453,0.0,-0.000849162275656,0.0,0.0,0.0,0.00452339769473
-1470066274464106447,0.0,-0.00108672739075,0.0,0.0,0.0,0.0
-1470066274543271888,0.0,-0.00130970873938,0.0,0.0,0.0,0.00671285491035
-1470066274615860941,0.0,-0.00141135850058,0.0,0.0,0.0,-0.00310059070323
-1470066274700314140,0.0,-0.00143434018896,0.0,0.0,0.0,-0.00461231906552
-1470066274774992164,0.0,-0.00143129401909,0.0,0.0,0.0,-0.00643575057435
-1470066274854576477,0.0,-0.00142343812691,0.0,0.0,0.0,-0.0053779269436
-1470066274931740197,0.0,-0.00145807475851,0.0,0.0,0.0,0.0
-1470066275012042837,0.0,-0.00147421755896,0.0,0.0,0.0,0.0
-1470066275087482489,0.0,-0.00146646224962,0.0,0.0,0.0,0.0
-1470066275166404467,0.0,-0.00144877233611,0.0,0.0,0.0,0.0
-1470066275241738650,0.0,-0.00146297835813,0.0,0.0,0.0,0.0
-1470066275324426017,0.0,-0.00152682163821,0.0,0.0,0.0,-0.00302608947032
-1470066275400058335,0.0,-0.00153931998716,0.0,0.0,0.0,0.0
-1470066275477487574,0.0,-0.00153390602277,0.0,0.0,0.0,0.0
-1470066275556567185,0.0,-0.00142350294696,0.0,0.0,0.0,0.0
-1470066275635171551,0.0,-0.00135215469704,0.0,0.0,0.0,0.0
-1470066275711231902,0.0,-0.00131119289504,0.0,0.0,0.0,0.0
-1470066275785451779,0.0,-0.00123981745051,0.0,0.0,0.0,0.0
-1470066275863755479,0.0,-0.00120072239147,0.0,0.0,0.0,0.0
-1470066275943533793,0.0,-0.00114632309483,0.0,0.0,0.0,0.0
-1470066276023376691,0.0,-0.0010595793377,0.0,0.0,0.0,0.0
-1470066276101320694,0.0,-0.00103359283016,0.0,0.0,0.0,0.0
-1470066276179620523,0.0,-0.000992022315724,0.0,0.0,0.0,0.0
-1470066276251937320,0.0,-0.000925402204259,0.0,0.0,0.0,0.0
-1470066276331153184,0.0,-0.00090274647878,0.0,0.0,0.0,0.0
-1470066276404048517,0.0,-0.00086170942591,0.0,0.0,0.0,0.0
-1470066276481691928,0.006,0.0,0.0,0.0,0.0,0.0
-1470066276557015432,0.006,0.0,0.0,0.0,0.0,0.0
-1470066276638302347,0.006,0.0,0.0,0.0,0.0,0.0
-1470066276716062960,0.006,0.0,0.0,0.0,0.0,0.0
-1470066276793689456,0.006,0.0,0.0,0.0,0.0,0.0
-1470066276872216879,0.006,0.0,0.0,0.0,0.0,0.0
-1470066276944945373,0.006,0.0,0.0,0.0,0.0,0.0
-1470066277016774171,0.006,0.0,0.0,0.0,0.0,0.0
-1470066277104486696,0.006,0.0,0.0,0.0,0.0,0.0
-1470066277181158691,0.006,0.0,0.0,0.0,0.0,0.0
-1470066277256102630,0.006,0.0,0.0,0.0,0.0,0.0
-1470066277329080799,0.006,0.0,0.0,0.0,0.0,0.0
-1470066277403556015,0.006,0.0,0.0,0.0,0.0,0.0
-1470066277480561311,0.0,0.0,0.0,0.0,0.0,0.00352147715782
-1470066277557038174,0.0,0.00083497590317,0.0,0.0,0.0,0.0
-1470066277630938940,0.0,0.000888594565229,0.0,0.0,0.0,0.0
-1470066277704504531,0.0,0.00095192356898,0.0,0.0,0.0,-0.00355806260744
-1470066277782392596,0.0,0.000979227339165,0.0,0.0,0.0,-0.00449996074857
-1470066277860642700,0.0,0.000941391800777,0.0,0.0,0.0,0.0
-1470066277933852014,0.0,0.000940943275826,0.0,0.0,0.0,0.0
-1470066278014916964,0.0,0.00095042022808,0.0,0.0,0.0,0.0
-1470066278085792787,0.0,0.000965128605501,0.0,0.0,0.0,0.0
-1470066278164433087,0.0,0.000982142937617,0.0,0.0,0.0,0.0
-1470066278237655944,0.0,0.00108673400177,0.0,0.0,0.0,-0.00345233471322
-1470066278311914009,0.0,0.00117511409266,0.0,0.0,0.0,0.0
-1470066278385029782,0.0,0.00115098594619,0.0,0.0,0.0,0.0
-1470066278456547177,0.0,0.00114463637515,0.0,0.0,0.0,0.0
-1470066278543363306,0.0,0.00112978941693,0.0,0.0,0.0,0.0
-1470066278623457153,0.0,0.0010496096213,0.0,0.0,0.0,0.0
-1470066278702623990,0.0,0.00102039012058,0.0,0.0,0.0,0.0
-1470066278782357215,0.0,0.00102639472975,0.0,0.0,0.0,0.0
-1470066278859798630,0.0,0.000992734682993,0.0,0.0,0.0,0.0
-1470066278937050980,0.0,0.000984663282768,0.0,0.0,0.0,0.0
-1470066279015503455,0.0,0.000970172276036,0.0,0.0,0.0,0.0
-1470066279088220004,0.0,0.000930166197257,0.0,0.0,0.0,0.0
-1470066279162800295,0.0,0.000922087346451,0.0,0.0,0.0,0.0
-1470066279238935458,0.0,0.000881570530371,0.0,0.0,0.0,0.0
-1470066279318482918,0.0,0.000848810513751,0.0,0.0,0.0,0.0
-1470066279392312854,0.0,0.000825642002062,0.0,0.0,0.0,0.0
-1470066279466818893,0.006,0.0,0.0,0.0,0.0,0.0
-1470066279545063302,0.006,0.0,0.0,0.0,0.0,0.0
-1470066279619311982,0.006,0.0,0.0,0.0,0.0,0.0
-1470066279692261327,0.006,0.0,0.0,0.0,0.0,0.0
-1470066279765038148,0.006,0.0,0.0,0.0,0.0,0.0
-1470066279843976806,0.006,0.0,0.0,0.0,0.0,0.0
-1470066279919079427,0.006,0.0,0.0,0.0,0.0,0.0
-1470066279992965767,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280068315502,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280148226424,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280221399189,0.0,0.0,0.0,0.0,0.0,-0.0039440914241
-1470066280302407631,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280378765094,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280461446641,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280532992979,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280607280583,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280686322851,0.0,0.0,0.0,0.0,0.0,-0.00446596385198
-1470066280763295977,0.0,0.0,0.0,0.0,0.0,-0.00376028933311
-1470066280837021392,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280921689830,0.006,0.0,0.0,0.0,0.0,0.0
-1470066280996916151,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281069923504,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281146465257,0.0,0.0,0.0,0.0,0.0,-0.004473378313
-1470066281217216477,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281291239826,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281365467584,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281447353201,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281523901488,0.0,0.0,0.0,0.0,0.0,-0.00281121323987
-1470066281598751452,0.0,0.0,0.0,0.0,0.0,-0.0030064366262
-1470066281671992134,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281749304088,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281825180156,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281899955489,0.006,0.0,0.0,0.0,0.0,0.0
-1470066281973039093,0.0,0.0,0.0,0.0,0.0,-0.00391305476699
-1470066282044259004,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282120514410,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282195246868,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282271532926,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282344476020,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282418919686,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282497583803,0.0,0.0,0.0,0.0,0.0,-0.00318652099858
-1470066282571417451,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282644533338,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282721905189,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282796762820,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282872509846,0.006,0.0,0.0,0.0,0.0,0.0
-1470066282944590185,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283016912302,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283090540082,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283166793597,0.0,0.0,0.0,0.0,0.0,-0.0028283844162
-1470066283243763009,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283321156610,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283392632225,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283470394422,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283543429572,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283616255045,0.0,0.0,0.0,0.0,0.0,-0.00309289139304
-1470066283690157810,0.0,0.0,0.0,0.0,0.0,-0.00338709401229
-1470066283763101421,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283836736192,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283914004472,0.006,0.0,0.0,0.0,0.0,0.0
-1470066283989185182,0.0,0.0,0.0,0.0,0.0,-0.00297297233945
-1470066284069271310,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284141134583,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284214214775,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284290135996,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284363757348,0.0,0.0,0.0,0.0,0.0,-0.00317368717465
-1470066284440560347,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284512571148,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284586284703,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284663168008,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284734039281,0.0,0.0,0.0,0.0,0.0,-0.00357729961651
-1470066284814923396,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284889610231,0.006,0.0,0.0,0.0,0.0,0.0
-1470066284960710553,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285034353190,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285108406418,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285186609417,0.0,0.0,0.0,0.0,0.0,-0.00283459548928
-1470066285264984496,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285339441456,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285413770671,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285490221735,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285568581225,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285643554735,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285717393755,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285794800534,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285872839600,0.006,0.0,0.0,0.0,0.0,0.0
-1470066285948367881,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286029120082,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286105175608,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286182455558,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286255871266,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286332286535,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286409260220,0.0,0.0,0.0,0.0,0.0,0.00297317006188
-1470066286482605185,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286561973164,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286638066948,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286712141324,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286783890917,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286863144303,0.006,0.0,0.0,0.0,0.0,0.0
-1470066286936447341,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287010140169,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287084020027,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287160321846,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287238287287,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287312722837,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287384506950,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287455852598,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287532147269,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287608624187,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287686788709,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287763639973,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287841271557,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287914329135,0.006,0.0,0.0,0.0,0.0,0.0
-1470066287985810622,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288068601761,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288139194289,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288212354746,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288287614951,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288363403481,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288440210284,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288512701583,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288585162540,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288661201017,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288736558802,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288811554218,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288884384633,0.006,0.0,0.0,0.0,0.0,0.0
-1470066288960626619,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289037155863,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289112984446,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289184838313,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289263719826,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289337325932,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289411229888,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289484023052,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289557480491,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289627273618,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289698713241,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289773808111,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289850847074,0.006,0.0,0.0,0.0,0.0,0.0
-1470066289928956523,0.006,0.0,0.0,0.0,0.0,0.0
-1470066290001121652,0.006,0.0,0.0,0.0,0.0,0.0
-1470066290074087347,0.006,0.0,0.0,0.0,0.0,0.0
-1470066290146982324,0.006,0.0,0.0,0.0,0.0,0.0
-1470066290220141884,0.006,0.0,0.0,0.0,0.0,0.0
+1470131642540809017,0.15,-0.154272032447,0.0,0.0,0.0,0.0308394600708
+1470131642623106495,0.15,-0.150792980733,0.0,0.0,0.0,0.0324665898975
+1470131642700666117,0.15,-0.150592849496,0.0,0.0,0.0,0.0314108407601
+1470131642776617657,0.15,-0.150796898547,0.0,0.0,0.0,0.0324665898975
+1470131642853821730,0.15,-0.150577651504,0.0,0.0,0.0,0.0306379923058
+1470131642928717913,0.15,-0.150783947351,0.0,0.0,0.0,0.0316258896718
+1470131643005632909,0.15,-0.150779369715,0.0,0.0,0.0,0.0316258896718
+1470131643078691763,0.15,-0.150779369715,0.0,0.0,0.0,0.0316258896718
+1470131643164496202,0.15,-0.150056737307,0.0,0.0,0.0,0.0303796190458
+1470131643239319969,0.15,-0.150439800861,0.0,0.0,0.0,0.0379443638923
+1470131643313275604,0.15,-0.149095841291,0.0,0.0,0.0,0.0355176425045
+1470131643386644786,0.15,-0.146525661293,0.0,0.0,0.0,0.0329873561795
+1470131643458013803,0.15,-0.137591290119,0.0,0.0,0.0,0.0283152124051
+1470131643529312850,0.15,-0.128545342031,0.0,0.0,0.0,0.0313728303671
+1470131643606000241,0.15,-0.125355724636,0.0,0.0,0.0,0.0348957416599
+1470131643681035856,0.15,-0.11910922611,0.0,0.0,0.0,0.0396639807748
+1470131643763802979,0.15,-0.109456353727,0.0,0.0,0.0,0.0356962932455
+1470131643840975622,0.15,-0.106422987822,0.0,0.0,0.0,0.0427647574085
+1470131643912822604,0.15,-0.101221737507,0.0,0.0,0.0,0.0299234327292
+1470131643984884037,0.15,-0.0946635019212,0.0,0.0,0.0,0.0274718363688
+1470131644059875813,0.15,-0.0869308043449,0.0,0.0,0.0,0.0341979667956
+1470131644130193797,0.15,-0.0789839687376,0.0,0.0,0.0,0.0376485413763
+1470131644211603648,0.15,-0.0739202232091,0.0,0.0,0.0,0.0313101915592
+1470131644288591763,0.15,-0.0685684185653,0.0,0.0,0.0,0.0292601700437
+1470131644366770942,0.15,-0.0613629297345,0.0,0.0,0.0,0.0388217913688
+1470131644444570295,0.15,-0.0577696659594,0.0,0.0,0.0,0.03476371443
+1470131644519777801,0.15,-0.0530670807688,0.0,0.0,0.0,0.0275171344966
+1470131644595142241,0.15,-0.0491234056084,0.0,0.0,0.0,0.0269902628086
+1470131644671360661,0.15,-0.0446491830974,0.0,0.0,0.0,0.0329476355431
+1470131644744183292,0.15,-0.0411222133218,0.0,0.0,0.0,0.0319210345032
+1470131644815810209,0.15,-0.038361168298,0.0,0.0,0.0,0.0273746814087
+1470131644892066202,0.15,-0.0342470024704,0.0,0.0,0.0,0.019912638043
+1470131644970101611,0.15,-0.0326357217311,0.0,0.0,0.0,0.0346311202549
+1470131645042323229,0.15,-0.0306254200815,0.0,0.0,0.0,0.0434393457129
+1470131645115677472,0.15,-0.0291042201399,0.0,0.0,0.0,0.0312678742731
+1470131645191268569,0.15,-0.0273758679061,0.0,0.0,0.0,0.0263929084044
+1470131645267133116,0.15,-0.0258265192239,0.0,0.0,0.0,0.0379924735226
+1470131645343642288,0.15,-0.0262081709682,0.0,0.0,0.0,0.0428876080059
+1470131645415685025,0.15,-0.0254687392889,0.0,0.0,0.0,0.0413642804373
+1470131645490438490,0.15,-0.0244526697128,0.0,0.0,0.0,0.0291592481538
+1470131645572415077,0.15,-0.0243985109954,0.0,0.0,0.0,0.0254383297968
+1470131645646465259,0.15,-0.0244834184079,0.0,0.0,0.0,0.0401471785241
+1470131645723166114,0.15,-0.0245360953538,0.0,0.0,0.0,0.0298222615032
+1470131645795685722,0.15,-0.0248927325188,0.0,0.0,0.0,0.0209840301937
+1470131645874688603,0.15,-0.0255957705705,0.0,0.0,0.0,0.0312605260555
+1470131645951672887,0.15,-0.0261199165313,0.0,0.0,0.0,0.0206829277587
+1470131646033091290,0.15,-0.0277926305859,0.0,0.0,0.0,0.0270644607038
+1470131646109329181,0.15,-0.0290824778556,0.0,0.0,0.0,0.0385640887241
+1470131646182262918,0.15,-0.0304077989786,0.0,0.0,0.0,0.0295049587296
+1470131646255145574,0.15,-0.031329597327,0.0,0.0,0.0,0.0288403135437
+1470131646330189988,0.15,-0.0336334039449,0.0,0.0,0.0,0.0270217112349
+1470131646400032320,0.15,-0.0344205761134,0.0,0.0,0.0,0.0306093987099
+1470131646472069271,0.15,-0.0353999560504,0.0,0.0,0.0,0.0334699148945
+1470131646550628664,0.15,-0.0363209585278,0.0,0.0,0.0,0.0277075946077
+1470131646626482422,0.15,-0.0371476021587,0.0,0.0,0.0,0.0303199418759
+1470131646698290095,0.15,-0.037532123196,0.0,0.0,0.0,0.0325876702304
+1470131646771852381,0.15,-0.0379832393109,0.0,0.0,0.0,0.0338115965227
+1470131646843041455,0.15,-0.0382862842261,0.0,0.0,0.0,0.0280098132813
+1470131646915494907,0.15,-0.0380535069286,0.0,0.0,0.0,0.0260692743933
+1470131646991047013,0.15,-0.038944115135,0.0,0.0,0.0,0.0267073185744
+1470131647063681216,0.15,-0.038796495962,0.0,0.0,0.0,0.0291866874917
+1470131647142003606,0.15,-0.0388225511639,0.0,0.0,0.0,0.0239808036741
+1470131647218534469,0.15,-0.0389489720194,0.0,0.0,0.0,0.0189463112109
+1470131647292495308,0.15,-0.0389833606212,0.0,0.0,0.0,0.0311729472987
+1470131647370120301,0.15,-0.0391090312033,0.0,0.0,0.0,0.0289803037172
+1470131647447436200,0.15,-0.0387950231313,0.0,0.0,0.0,0.0248825609295
+1470131647519768170,0.15,-0.0387628109931,0.0,0.0,0.0,0.0322261182074
+1470131647600610360,0.15,-0.0381690053074,0.0,0.0,0.0,0.0273060643682
+1470131647674832989,0.15,-0.037554233688,0.0,0.0,0.0,0.0183587541853
+1470131647752175783,0.15,-0.0371764893262,0.0,0.0,0.0,0.0250733263059
+1470131647827991651,0.15,-0.0369532197892,0.0,0.0,0.0,0.0316990953822
+1470131647907756911,0.15,-0.0357991874396,0.0,0.0,0.0,0.0301139513905
+1470131647986583534,0.15,-0.0350296011745,0.0,0.0,0.0,0.0207736102572
+1470131648063441061,0.15,-0.034599779266,0.0,0.0,0.0,0.0214287757772
+1470131648141878054,0.15,-0.0334939655094,0.0,0.0,0.0,0.0220755514076
+1470131648219332594,0.15,-0.0326191233276,0.0,0.0,0.0,0.0248623801424
+1470131648295801916,0.15,-0.0317767916052,0.0,0.0,0.0,0.0251517802353
+1470131648371412231,0.15,-0.0306977587371,0.0,0.0,0.0,0.0180611889078
+1470131648451184501,0.15,-0.0302287275522,0.0,0.0,0.0,0.0244332939584
+1470131648530539850,0.15,-0.0295738395481,0.0,0.0,0.0,0.0264417528406
+1470131648613516772,0.15,-0.0280395176439,0.0,0.0,0.0,0.0176430900196
+1470131648690036768,0.15,-0.0277447795301,0.0,0.0,0.0,0.027416746966
+1470131648770143636,0.15,-0.0268754106938,0.0,0.0,0.0,0.0242078310394
+1470131648846774823,0.15,-0.0255918035089,0.0,0.0,0.0,0.0205042154833
+1470131648924686333,0.15,-0.0248550158172,0.0,0.0,0.0,0.0213144908696
+1470131649000646113,0.15,-0.0240872101663,0.0,0.0,0.0,0.0211576359633
+1470131649073692045,0.15,-0.0228838404446,0.0,0.0,0.0,0.01943846042
+1470131649146465762,0.15,-0.0222111173897,0.0,0.0,0.0,0.0230148461781
+1470131649224912547,0.15,-0.0211252910822,0.0,0.0,0.0,0.0254091812867
+1470131649301033842,0.15,-0.0204273049711,0.0,0.0,0.0,0.0233904104886
+1470131649376032957,0.15,-0.0194349886655,0.0,0.0,0.0,0.0150101224619
+1470131649448231252,0.15,-0.018975106421,0.0,0.0,0.0,0.015401479757
+1470131649520489637,0.15,-0.0185553346007,0.0,0.0,0.0,0.0282765362679
+1470131649593058349,0.15,-0.017674902509,0.0,0.0,0.0,0.0232634189542
+1470131649664590684,0.15,-0.0172392147212,0.0,0.0,0.0,0.0157980518943
+1470131649735780644,0.15,-0.0168648667066,0.0,0.0,0.0,0.0253557167965
+1470131649813309936,0.0,-0.0160772644906,0.0,0.0,0.0,0.019684839541
+1470131649887878382,0.0,-0.0153997715368,0.0,0.0,0.0,0.0162939937088
+1470131649960035018,0.0,-0.0151732845782,0.0,0.0,0.0,0.0195234084296
+1470131650031837488,0.0,-0.0149413587331,0.0,0.0,0.0,0.0229158194371
+1470131650105741257,0.0,-0.01461541837,0.0,0.0,0.0,0.0196076343603
+1470131650176643960,0.0,-0.0143316282137,0.0,0.0,0.0,0.0210370608645
+1470131650250420622,0.0,-0.0139713041662,0.0,0.0,0.0,0.0199368984309
+1470131650322406887,0.0,-0.0137385937004,0.0,0.0,0.0,0.0206134769429
+1470131650396990256,0.0,-0.0134074772327,0.0,0.0,0.0,0.017187068717
+1470131650468963009,0.0,-0.0132957773088,0.0,0.0,0.0,0.0164797644747
+1470131650542468301,0.0,-0.0133885254516,0.0,0.0,0.0,0.0180313261664
+1470131650613691294,0.0,-0.0135032195031,0.0,0.0,0.0,0.0161502665239
+1470131650686880270,0.0,-0.014487522821,0.0,0.0,0.0,0.0165409410295
+1470131650756804501,0.0,-0.014634517151,0.0,0.0,0.0,0.0156773477441
+1470131650835329240,0.0,-0.014708802159,0.0,0.0,0.0,0.0175838197468
+1470131650912323827,0.0,-0.0145924529611,0.0,0.0,0.0,0.0159873548565
+1470131650986779727,0.0,-0.0146209420069,0.0,0.0,0.0,0.0167853200611
+1470131651060130552,0.0,-0.0147210059865,0.0,0.0,0.0,0.0168604699014
+1470131651138370599,0.0,-0.0147237194135,0.0,0.0,0.0,0.0156210505558
+1470131651215490010,0.0,-0.0146965503125,0.0,0.0,0.0,0.015187712937
+1470131651292534232,0.0,-0.014673399496,0.0,0.0,0.0,0.0146280285073
+1470131651368641569,0.0,-0.0145908817454,0.0,0.0,0.0,0.0147893720285
+1470131651447757347,0.0,-0.0144877980455,0.0,0.0,0.0,0.0145715938622
+1470131651520792598,0.0,-0.014391672182,0.0,0.0,0.0,0.0153081273036
+1470131651593879319,0.0,-0.0142210175275,0.0,0.0,0.0,0.0143760639736
+1470131651670961681,0.0,-0.0140220278307,0.0,0.0,0.0,0.0140790227479
+1470131651748483719,0.0,-0.0139100484728,0.0,0.0,0.0,0.013866388836
+1470131651826553284,0.0,-0.0136979184477,0.0,0.0,0.0,0.0128817775511
+1470131651897752800,0.0,-0.0134379118486,0.0,0.0,0.0,0.0128251929386
+1470131651966209640,0.0,-0.0132009116738,0.0,0.0,0.0,0.0128848629809
+1470131652037777668,0.0,-0.0130345641254,0.0,0.0,0.0,0.0132760277574
+1470131652110291302,0.0,-0.0127516376777,0.0,0.0,0.0,0.0123542756227
+1470131652181432842,0.0,-0.0122467979221,0.0,0.0,0.0,0.0111389652648
+1470131652256465501,0.0,-0.0120069627642,0.0,0.0,0.0,0.00998389862585
+1470131652327675729,0.0,-0.0118634875669,0.0,0.0,0.0,0.0153262540027
+1470131652406775128,0.0,-0.0115066766544,0.0,0.0,0.0,0.00971009247397
+1470131652482618548,0.0,-0.0112949117823,0.0,0.0,0.0,0.0106447481765
+1470131652556755591,0.0,-0.0110353538199,0.0,0.0,0.0,0.0111648876273
+1470131652632453598,0.0,-0.0106580810427,0.0,0.0,0.0,0.011101322367
+1470131652708225222,0.0,-0.0104183642371,0.0,0.0,0.0,0.0108959253537
+1470131652785851634,0.0,-0.0101839518725,0.0,0.0,0.0,0.011890322302
+1470131652864659779,0.0,-0.00997033340771,0.0,0.0,0.0,0.0101691923286
+1470131652938637827,0.0,-0.00961332084525,0.0,0.0,0.0,0.0123271158913
+1470131653011405308,0.0,-0.00935396032322,0.0,0.0,0.0,0.0114953277516
+1470131653082761512,0.0,-0.0091854485302,0.0,0.0,0.0,0.0119180543544
+1470131653160199792,0.0,-0.00885126287032,0.0,0.0,0.0,0.0139888049934
+1470131653235278101,0.0,-0.00858373699624,0.0,0.0,0.0,0.0103969031352
+1470131653311126316,0.0,-0.0084020887493,0.0,0.0,0.0,0.0137975579944
+1470131653383308876,0.0,-0.00815146671522,0.0,0.0,0.0,0.0109122141385
+1470131653455998247,0.0,-0.00799625312824,0.0,0.0,0.0,0.0139762919477
+1470131653526952447,0.0,-0.00776057349432,0.0,0.0,0.0,0.0113180091097
+1470131653602257854,0.0,-0.00760718317617,0.0,0.0,0.0,0.0134807644327
+1470131653678168837,0.0,-0.00746113566596,0.0,0.0,0.0,0.0114665430016
+1470131653753183425,0.0,-0.00732293108392,0.0,0.0,0.0,0.010115825613
+1470131653825661137,0.0,-0.00714291786689,0.0,0.0,0.0,0.0133977801309
+1470131653898635998,0.0,-0.00704829035241,0.0,0.0,0.0,0.014024937185
+1470131653971237258,0.0,-0.00696600744415,0.0,0.0,0.0,0.0139216777356
+1470131654046899551,0.0,-0.00688721461136,0.0,0.0,0.0,0.0109656677601
+1470131654125998378,0.0,-0.00683643629689,0.0,0.0,0.0,0.0120621662671
+1470131654200211332,0.0,-0.00684241665441,0.0,0.0,0.0,0.0113811301606
+1470131654271780060,0.0,-0.00684874148954,0.0,0.0,0.0,0.0111992266907
+1470131654346421305,0.0,-0.00690602047283,0.0,0.0,0.0,0.0125383449732
+1470131654426993784,0.0,-0.00690316310067,0.0,0.0,0.0,0.0125331053593
+1470131654499995235,0.0,-0.00687030600298,0.0,0.0,0.0,0.0118480974625
+1470131654571131071,0.0,-0.00691091714341,0.0,0.0,0.0,0.0148633707438
+1470131654643583094,0.0,-0.00698824016292,0.0,0.0,0.0,0.0124988005872
+1470131654720321680,0.0,-0.00704697390933,0.0,0.0,0.0,0.0115362642112
+1470131654795339129,0.0,-0.00722009854305,0.0,0.0,0.0,0.00973149031142
+1470131654870098152,0.0,-0.00732601156373,0.0,0.0,0.0,0.0127246175035
+1470131654955878572,0.0,-0.00746174687434,0.0,0.0,0.0,0.0103284932984
+1470131655029920236,0.0,-0.00760133555073,0.0,0.0,0.0,0.0091018022221
+1470131655100807873,0.0,-0.00775044204581,0.0,0.0,0.0,0.0123163068976
+1470131655171421360,0.0,-0.00781797179867,0.0,0.0,0.0,0.00886278378195
+1470131655245688328,0.0,-0.00793521312911,0.0,0.0,0.0,0.00866150992153
+1470131655319269248,0.0,-0.00807665513743,0.0,0.0,0.0,0.010823338716
+1470131655398161037,0.0,-0.0081798618092,0.0,0.0,0.0,0.00846301313494
+1470131655471802713,0.0,-0.00824567535806,0.0,0.0,0.0,0.00603555141289
+1470131655545862131,0.0,-0.00834391796876,0.0,0.0,0.0,0.00517092446137
+1470131655618410924,0.0,-0.00843499826182,0.0,0.0,0.0,0.00782455951302
+1470131655696685659,0.0,-0.00845903390933,0.0,0.0,0.0,0.00730702199998
+1470131655772219980,0.0,-0.00846228973854,0.0,0.0,0.0,0.0067432924623
+1470131655846497352,0.0,-0.00847368432123,0.0,0.0,0.0,0.00530398668861
+1470131655927799595,0.0,-0.00845693701792,0.0,0.0,0.0,0.00516255196117
+1470131656004729637,0.0,-0.00844304473985,0.0,0.0,0.0,0.00447510592232
+1470131656081468979,0.0,-0.00840375782836,0.0,0.0,0.0,0.00463646146471
+1470131656157678396,0.0,-0.00831493223,0.0,0.0,0.0,0.0
+1470131656242175016,0.0,-0.00821272784758,0.0,0.0,0.0,0.0
+1470131656312174973,0.0,-0.00803137047131,0.0,0.0,0.0,0.0
+1470131656384162735,0.0,-0.00789691520769,0.0,0.0,0.0,0.0
+1470131656455542775,0.0,-0.00771506084043,0.0,0.0,0.0,0.00294139469227
+1470131656533578744,0.0,-0.00742162777025,0.0,0.0,0.0,0.0
+1470131656611320258,0.0,-0.00719952249814,0.0,0.0,0.0,0.0
+1470131656689651333,0.0,-0.00696990756232,0.0,0.0,0.0,0.0
+1470131656771232278,0.0,-0.00661941753615,0.0,0.0,0.0,0.0
+1470131656842099169,0.0,-0.00632760969836,0.0,0.0,0.0,0.0
+1470131656912530112,0.0,-0.00593531755645,0.0,0.0,0.0,0.0
+1470131656987049224,0.0,-0.00556949345309,0.0,0.0,0.0,0.0
+1470131657066581548,0.0,-0.00492575241167,0.0,0.0,0.0,0.0
+1470131657140266888,0.0,-0.00449188088912,0.0,0.0,0.0,0.0
+1470131657220269003,0.0,-0.00411538369868,0.0,0.0,0.0,0.0
+1470131657296767600,0.0,-0.00367091324095,0.0,0.0,0.0,0.0
+1470131657376515476,0.0,-0.00309404378671,0.0,0.0,0.0,0.0
+1470131657453040983,0.0,-0.00267535548571,0.0,0.0,0.0,0.0
+1470131657527794042,0.0,-0.00230834305201,0.0,0.0,0.0,0.0
+1470131657604605125,0.0,-0.00175702398557,0.0,0.0,0.0,0.00300153767541
+1470131657679990470,0.006,0.0,0.0,0.0,0.0,0.0
+1470131657752460248,0.006,0.0,0.0,0.0,0.0,0.0
+1470131657835945897,0.006,0.0,0.0,0.0,0.0,0.0
+1470131657910003268,0.0,0.0,0.0,0.0,0.0,0.00552956695339
+1470131657992435257,0.006,0.0,0.0,0.0,0.0,0.0
+1470131658068756325,0.006,0.0,0.0,0.0,0.0,0.0
+1470131658145546921,0.0,0.0,0.0,0.0,0.0,0.00343730164562
+1470131658218500318,0.0,0.0,0.0,0.0,0.0,0.00379427712827
+1470131658291507309,0.006,0.0,0.0,0.0,0.0,0.0
+1470131658370025047,0.006,0.0,0.0,0.0,0.0,0.0
+1470131658445241663,0.006,0.0,0.0,0.0,0.0,0.0
+1470131658517434044,0.0,0.0,0.0,0.0,0.0,0.00561549809515
+1470131658591446446,0.0,0.0,0.0,0.0,0.0,0.00355711315631
+1470131658669607928,0.006,0.0,0.0,0.0,0.0,0.0
+1470131658745521646,0.0,0.0,0.0,0.0,0.0,0.00394784705914
+1470131658817960060,0.006,0.0,0.0,0.0,0.0,0.0
+1470131658892983027,0.0,0.0,0.0,0.0,0.0,0.00306750891843
+1470131658968465733,0.0,0.0,0.0,0.0,0.0,0.00707039758118
+1470131659047959421,0.0,0.0,0.0,0.0,0.0,0.00612044827884
+1470131659122424219,0.0,0.0,0.0,0.0,0.0,0.00576527545406
+1470131659196480883,0.0,0.0,0.0,0.0,0.0,0.00292475261917
+1470131659271645709,0.006,0.0,0.0,0.0,0.0,0.0
+1470131659351070278,0.006,0.0,0.0,0.0,0.0,0.0
+1470131659440551166,0.006,0.0,0.0,0.0,0.0,0.0
+1470131659513051386,0.0,0.0,0.0,0.0,0.0,0.00341906571543
+1470131659586799791,0.006,0.0,0.0,0.0,0.0,0.0
+1470131659665437954,0.0,0.0,0.0,0.0,0.0,0.00411994066627
+1470131659740934935,0.0,0.0,0.0,0.0,0.0,0.00453134880504
+1470131659818484757,0.0,0.0,0.0,0.0,0.0,0.00457696100925
+1470131659896749499,0.0,0.0,0.0,0.0,0.0,0.00514878615139
+1470131659970623974,0.006,0.0,0.0,0.0,0.0,0.0
+1470131660044963460,0.0,0.0,0.0,0.0,0.0,0.00908597564023
+1470131660116631179,0.006,0.0,0.0,0.0,0.0,0.0
+1470131660189169694,0.0,0.0,0.0,0.0,0.0,0.00371647868845
+1470131660275887623,0.006,0.0,0.0,0.0,0.0,0.0
+1470131660357209155,0.006,0.0,0.0,0.0,0.0,0.0
+1470131660432664388,0.006,0.0,0.0,0.0,0.0,0.0
+1470131660511058267,0.006,0.0,0.0,0.0,0.0,0.0
+1470131660584304781,0.0,0.0,0.0,0.0,0.0,0.00373842035377
+1470131660657825337,0.006,0.0,0.0,0.0,0.0,0.0
+1470131660738214281,0.006,0.0,0.0,0.0,0.0,0.0
+1470131660811643031,0.0,-0.00206733142871,0.0,0.0,0.0,0.0
+1470131660890075405,0.0,-0.00253254026089,0.0,0.0,0.0,0.00341728032558
+1470131660964897230,0.0,-0.00299188841049,0.0,0.0,0.0,0.00387230671038
+1470131661040439570,0.0,-0.00324060832996,0.0,0.0,0.0,0.00431283215562
+1470131661112477938,0.0,-0.00338624523867,0.0,0.0,0.0,0.0
+1470131661191482065,0.0,-0.00355935914356,0.0,0.0,0.0,0.0
+1470131661265458977,0.0,-0.00380063865248,0.0,0.0,0.0,0.0
+1470131661340591718,0.0,-0.00389018487099,0.0,0.0,0.0,0.0
+1470131661415199096,0.0,-0.00393175577659,0.0,0.0,0.0,0.0
+1470131661493993017,0.0,-0.00405840728346,0.0,0.0,0.0,0.0
+1470131661570286537,0.0,-0.00425056900743,0.0,0.0,0.0,-0.00329631297469
+1470131661642366113,0.0,-0.00421174768273,0.0,0.0,0.0,-0.00315424856634
+1470131661721361275,0.0,-0.00384023087013,0.0,0.0,0.0,0.0
+1470131661795361960,0.0,-0.00360214689661,0.0,0.0,0.0,0.0
+1470131661872160989,0.0,-0.00347784276966,0.0,0.0,0.0,0.0
+1470131661948114818,0.0,-0.00322455365125,0.0,0.0,0.0,0.0
+1470131662024161717,0.0,-0.00305043306116,0.0,0.0,0.0,0.0
+1470131662107274550,0.0,-0.0027709888472,0.0,0.0,0.0,-0.00299952575808
+1470131662180764904,0.0,-0.00256743185136,0.0,0.0,0.0,0.0
+1470131662256255397,0.0,-0.00230337781746,0.0,0.0,0.0,0.0
+1470131662333073080,0.0,-0.00211427314121,0.0,0.0,0.0,0.0
+1470131662413897485,0.0,-0.00174666143868,0.0,0.0,0.0,0.0
+1470131662493052653,0.006,0.0,0.0,0.0,0.0,0.0
+1470131662571827125,0.006,0.0,0.0,0.0,0.0,0.0
+1470131662646176596,0.006,0.0,0.0,0.0,0.0,0.0
+1470131662721401531,0.006,0.0,0.0,0.0,0.0,0.0
+1470131662794421141,0.006,0.0,0.0,0.0,0.0,0.0
+1470131662872779324,0.006,0.0,0.0,0.0,0.0,0.0
+1470131662948579539,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663023765841,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663099403555,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663181391165,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663257684407,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663332626053,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663411237890,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663487613454,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663560625104,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663642225091,0.006,0.0,0.0,0.0,0.0,0.0
+1470131663716846396,0.0,0.0,0.0,0.0,0.0,0.00292681960887
+1470131663790940716,0.0,0.0,0.0,0.0,0.0,0.00442495463623
+1470131663868988452,0.0,0.0,0.0,0.0,0.0,0.00317318028931
+1470131663945873879,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664018693281,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664099813640,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664170946702,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664248260740,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664323771817,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664398634671,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664471661771,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664543909571,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664617618416,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664691709202,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664768118800,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664842219087,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664920039021,0.006,0.0,0.0,0.0,0.0,0.0
+1470131664997700064,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665070766448,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665142706204,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665215230351,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665290453113,0.0,0.0,0.0,0.0,0.0,0.00282384721853
+1470131665361897388,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665436346819,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665522542527,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665596676222,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665668902176,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665744897131,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665817999368,0.0,0.0,0.0,0.0,0.0,0.0028340578798
+1470131665894514287,0.006,0.0,0.0,0.0,0.0,0.0
+1470131665976841729,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666051217562,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666123356251,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666194394591,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666268504690,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666345751874,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666423676954,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666498553340,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666573058992,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666646228678,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666722444864,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666799148708,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666871279856,0.006,0.0,0.0,0.0,0.0,0.0
+1470131666948185898,0.0,0.0,0.0,0.0,0.0,0.00347122053467
+1470131667022448061,0.0,0.0,0.0,0.0,0.0,0.00283065708136
+1470131667095074784,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667167996140,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667251556368,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667323801132,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667396577967,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667472026265,0.0,0.0,0.0,0.0,0.0,0.0031787427523
+1470131667546354400,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667619482324,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667698983756,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667774901361,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667846415854,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667920685893,0.006,0.0,0.0,0.0,0.0,0.0
+1470131667997868606,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668075021638,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668145909746,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668219916321,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668296279208,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668371308109,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668456612551,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668531019209,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668602446232,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668680725918,0.0,0.0,0.0,0.0,0.0,0.00338313447622
+1470131668752422467,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668827524645,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668911650407,0.006,0.0,0.0,0.0,0.0,0.0
+1470131668983240357,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669060374111,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669137686474,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669212109603,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669286359375,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669359618503,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669432480759,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669506781513,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669578357744,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669652082005,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669723784199,0.0,0.0,0.0,0.0,0.0,0.00422570206485
+1470131669795776802,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669872114939,0.006,0.0,0.0,0.0,0.0,0.0
+1470131669943540911,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670020836928,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670100948858,0.0,0.0,0.0,0.0,0.0,0.00289716934795
+1470131670171794922,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670244702826,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670317443865,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670394848549,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670468835486,0.0,0.0,0.0,0.0,0.0,0.003441512094
+1470131670552839438,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670626571371,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670700641130,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670772315350,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670850484709,0.0,0.0,0.0,0.0,0.0,0.00309792559252
+1470131670925366517,0.006,0.0,0.0,0.0,0.0,0.0
+1470131670999358294,0.0,0.0,0.0,0.0,0.0,0.00372070040416
+1470131671070415793,0.0,0.0,0.0,0.0,0.0,0.00523737306597
+1470131671149490194,0.0,0.0,0.0,0.0,0.0,0.00283899359122
+1470131671225989571,0.006,0.0,0.0,0.0,0.0,0.0
+1470131671298830496,0.006,0.0,0.0,0.0,0.0,0.0
+1470131671371573459,0.0,0.0,0.0,0.0,0.0,0.00355349922303
+1470131671447072067,0.0,0.0,0.0,0.0,0.0,0.00417383495179
+1470131671522100420,0.006,0.0,0.0,0.0,0.0,0.0
+1470131671596870840,0.006,0.0,0.0,0.0,0.0,0.0
+1470131671670981186,0.006,0.0,0.0,0.0,0.0,0.0
+1470131671746519232,0.006,0.0,0.0,0.0,0.0,0.0
+1470131671819510997,0.006,0.0,0.0,0.0,0.0,0.0
+1470131671893793571,0.006,0.0,0.0,0.0,0.0,0.0
+1470131671977974639,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672052464051,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672126190036,0.0,0.0,0.0,0.0,0.0,0.00306115630747
+1470131672203106092,0.0,0.0,0.0,0.0,0.0,0.00299593812111
+1470131672280946577,0.0,0.0,0.0,0.0,0.0,0.00283817344374
+1470131672358384654,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672432212614,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672507947301,0.0,0.0,0.0,0.0,0.0,0.00362162781693
+1470131672585528581,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672655902649,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672728770591,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672801439310,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672881036205,0.006,0.0,0.0,0.0,0.0,0.0
+1470131672959658638,0.0,0.0,0.0,0.0,0.0,0.00405567012217
+1470131673038203613,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673111559338,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673186930462,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673261033094,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673335166730,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673413424839,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673486893309,0.0,0.0,0.0,0.0,0.0,0.00303627488556
+1470131673563683531,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673640447436,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673711791555,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673784349908,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673856257888,0.006,0.0,0.0,0.0,0.0,0.0
+1470131673929995371,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674002650707,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674079608859,0.0,0.0,0.0,0.0,0.0,0.00288962132231
+1470131674152434156,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674229220036,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674302049385,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674379063234,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674455619934,0.0,0.0,0.0,0.0,0.0,0.00298201426646
+1470131674527139758,0.0,0.0,0.0,0.0,0.0,0.00328721508306
+1470131674602750248,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674679139423,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674750770559,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674822771491,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674897520107,0.006,0.0,0.0,0.0,0.0,0.0
+1470131674970681799,0.0,0.0,0.0,0.0,0.0,0.0050459035596
+1470131675043803541,0.0,0.0,0.0,0.0,0.0,0.00425327601493
+1470131675116033634,0.006,0.0,0.0,0.0,0.0,0.0
+1470131675189564100,0.0,0.0,0.0,0.0,0.0,0.00350298243405
+1470131675262582802,0.0,0.0,0.0,0.0,0.0,0.00331505234942
+1470131675332121321,0.006,0.0,0.0,0.0,0.0,0.0
+1470131675406971278,0.006,0.0,0.0,0.0,0.0,0.0
+1470131675483795285,0.0,0.0,0.0,0.0,0.0,0.00435037306819
+1470131675556779678,0.006,0.0,0.0,0.0,0.0,0.0
+1470131675631644108,0.006,0.0,0.0,0.0,0.0,0.0
+1470131675707480778,0.006,0.0,0.0,0.0,0.0,0.0
+1470131675778522698,0.006,0.0,0.0,0.0,0.0,0.0
+1470131675852961451,0.006,0.0,0.0,0.0,0.0,0.0
+1470131675927205105,0.006,0.0,0.0,0.0,0.0,0.0
+1470131676000595148,0.0,0.0,0.0,0.0,0.0,0.00333484240667
+1470131676073136983,0.006,0.0,0.0,0.0,0.0,0.0
+1470131676148387239,0.006,0.0,0.0,0.0,0.0,0.0
+1470131676232451056,0.0,0.0,0.0,0.0,0.0,0.00379062748633
+1470131676305811853,0.006,0.0,0.0,0.0,0.0,0.0
+1470131676378032456,0.006,0.0,0.0,0.0,0.0,0.0
diff --git a/MobileRobot/docking_data/Vel2.txt b/MobileRobot/docking_data/Vel2.txt
index 0f4905ce..4ace3c20 100644
--- a/MobileRobot/docking_data/Vel2.txt
+++ b/MobileRobot/docking_data/Vel2.txt
@@ -1,496 +1,524 @@
 %time,field.linear.x,field.linear.y,field.linear.z,field.angular.x,field.angular.y,field.angular.z
-1470074967879730430,0.15,-0.308832122796,0.0,0.0,0.0,0.0357206188539
-1470074967966650667,0.15,-0.122788675328,0.0,0.0,0.0,0.0357206188539
-1470074968055538104,0.15,-0.122788675328,0.0,0.0,0.0,0.0357206188539
-1470074968143197138,0.15,-0.122788675328,0.0,0.0,0.0,0.0357206188539
-1470074968220200325,0.15,-0.122788675328,0.0,0.0,0.0,0.0357206188539
-1470074968295893325,0.15,-0.122783678671,0.0,0.0,0.0,0.0368792204278
-1470074968371887115,0.15,-0.122788890203,0.0,0.0,0.0,0.0346220978702
-1470074968447361009,0.15,-0.122787564,0.0,0.0,0.0,0.0346220978702
-1470074968527972439,0.15,-0.118877061208,0.0,0.0,0.0,0.0268267716271
-1470074968604115557,0.15,-0.124602091213,0.0,0.0,0.0,0.0311929094633
-1470074968677864035,0.15,-0.120768422683,0.0,0.0,0.0,0.0416050924535
-1470074968749316105,0.15,-0.119668963453,0.0,0.0,0.0,0.0344864756547
-1470074968821567589,0.15,-0.109888935884,0.0,0.0,0.0,0.0370085152368
-1470074968892859975,0.15,-0.112473800977,0.0,0.0,0.0,0.030743318528
-1470074968966679880,0.15,-0.118710144063,0.0,0.0,0.0,0.0278805573422
-1470074969044067787,0.15,-0.10821350505,0.0,0.0,0.0,0.0322250457139
-1470074969117361463,0.15,-0.100320114692,0.0,0.0,0.0,0.0244408037889
-1470074969191264705,0.15,-0.103765863081,0.0,0.0,0.0,0.0379673694676
-1470074969262205545,0.15,-0.105100584229,0.0,0.0,0.0,0.0316983395684
-1470074969335238209,0.15,-0.0970837153995,0.0,0.0,0.0,0.0326927014531
-1470074969412982985,0.15,-0.0916341202461,0.0,0.0,0.0,0.0269216117823
-1470074969496116109,0.15,-0.0926100023591,0.0,0.0,0.0,0.0288184585439
-1470074969577129772,0.15,-0.0913786583149,0.0,0.0,0.0,0.0290376816964
-1470074969647402358,0.15,-0.0883381955826,0.0,0.0,0.0,0.0255744032119
-1470074969719798822,0.15,-0.0842768662178,0.0,0.0,0.0,0.0220567425907
-1470074969794941434,0.15,-0.0813511132204,0.0,0.0,0.0,0.0366793611641
-1470074969865115703,0.15,-0.0805029203498,0.0,0.0,0.0,0.0442878940024
-1470074969943315886,0.15,-0.0710797061526,0.0,0.0,0.0,0.0287853117947
-1470074970021609494,0.15,-0.0743361844623,0.0,0.0,0.0,0.0302977936035
-1470074970097808618,0.15,-0.0736471325659,0.0,0.0,0.0,0.031816583111
-1470074970175444776,0.15,-0.0716609220707,0.0,0.0,0.0,0.0313095372596
-1470074970251957453,0.15,-0.069018355062,0.0,0.0,0.0,0.021592796712
-1470074970325933307,0.15,-0.0614384110772,0.0,0.0,0.0,0.0262832082795
-1470074970400943359,0.15,-0.0648758912587,0.0,0.0,0.0,0.0273384620858
-1470074970477879091,0.15,-0.064410084387,0.0,0.0,0.0,0.0362337910736
-1470074970555116267,0.15,-0.0624061947071,0.0,0.0,0.0,0.0246240336315
-1470074970634060752,0.15,-0.054729937216,0.0,0.0,0.0,0.0185401125873
-1470074970705618389,0.15,-0.0587081805372,0.0,0.0,0.0,0.0258478602037
-1470074970777093457,0.15,-0.0572349642717,0.0,0.0,0.0,0.0276977904147
-1470074970850012988,0.15,-0.0531662539148,0.0,0.0,0.0,0.0275796260699
-1470074970926154315,0.15,-0.0542970327043,0.0,0.0,0.0,0.0263562522497
-1470074971002345263,0.15,-0.052882770946,0.0,0.0,0.0,0.0272211848089
-1470074971077371265,0.15,-0.0531806049251,0.0,0.0,0.0,0.0435828500059
-1470074971148556656,0.15,-0.0491039005422,0.0,0.0,0.0,0.0233781829518
-1470074971220118084,0.15,-0.0499114378297,0.0,0.0,0.0,0.0200980328809
-1470074971291071765,0.15,-0.048010558089,0.0,0.0,0.0,0.0269792494882
-1470074971364547137,0.15,-0.046949955424,0.0,0.0,0.0,0.0297920943617
-1470074971435856621,0.15,-0.0463270845019,0.0,0.0,0.0,0.0311591680186
-1470074971507338018,0.15,-0.0442490426206,0.0,0.0,0.0,0.0306111457474
-1470074971581479250,0.15,-0.0448778993392,0.0,0.0,0.0,0.0208692061336
-1470074971656267199,0.15,-0.0431721883022,0.0,0.0,0.0,0.0312325068917
-1470074971733601636,0.15,-0.0440646996104,0.0,0.0,0.0,0.0270144685021
-1470074971808443040,0.15,-0.0428348920249,0.0,0.0,0.0,0.01764022218
-1470074971892938315,0.15,-0.0420077869796,0.0,0.0,0.0,0.0363707716122
-1470074971969073610,0.15,-0.0404853173101,0.0,0.0,0.0,0.0176837107872
-1470074972048926230,0.15,-0.040657773813,0.0,0.0,0.0,0.0317016790811
-1470074972123230469,0.15,-0.0411837485933,0.0,0.0,0.0,0.0219229891244
-1470074972207048929,0.15,-0.0395492952072,0.0,0.0,0.0,0.0214054741805
-1470074972278805737,0.15,-0.0411475839221,0.0,0.0,0.0,0.0328244012227
-1470074972351175853,0.15,-0.0400861432159,0.0,0.0,0.0,0.0335894311296
-1470074972427835135,0.15,-0.0396497269475,0.0,0.0,0.0,0.0174846448389
-1470074972501755558,0.15,-0.0398214611911,0.0,0.0,0.0,0.0144439042672
-1470074972575089348,0.15,-0.038939499309,0.0,0.0,0.0,0.034000144417
-1470074972648855449,0.15,-0.038987736454,0.0,0.0,0.0,0.0254117638386
-1470074972720412435,0.15,-0.0382507455849,0.0,0.0,0.0,0.0263270307234
-1470074972791753520,0.15,-0.0368513641262,0.0,0.0,0.0,0.0202716269975
-1470074972864405299,0.15,-0.0375588329637,0.0,0.0,0.0,0.0222541789333
-1470074972940794892,0.15,-0.0369394597911,0.0,0.0,0.0,0.0199771955351
-1470074973016501946,0.15,-0.0368739019835,0.0,0.0,0.0,0.0184494729539
-1470074973090002425,0.15,-0.0364136738085,0.0,0.0,0.0,0.0217195741895
-1470074973165213643,0.15,-0.0358026946091,0.0,0.0,0.0,0.0201945073488
-1470074973240732321,0.15,-0.0356534041965,0.0,0.0,0.0,0.0231544157012
-1470074973312729662,0.15,-0.0351934832835,0.0,0.0,0.0,0.0206581325533
-1470074973388404317,0.15,-0.0348062249028,0.0,0.0,0.0,0.0230499591792
-1470074973463292711,0.15,-0.034202272644,0.0,0.0,0.0,0.012903179954
-1470074973534660681,0.15,-0.0340075166279,0.0,0.0,0.0,0.0153761743984
-1470074973609518078,0.15,-0.0325200588756,0.0,0.0,0.0,0.0155227728888
-1470074973688250598,0.15,-0.0327302013838,0.0,0.0,0.0,0.0158327136425
-1470074973763264746,0.15,-0.0312578118348,0.0,0.0,0.0,0.012917857308
-1470074973839182920,0.15,-0.0315157437825,0.0,0.0,0.0,0.0185006118711
-1470074973912955895,0.15,-0.0304938092583,0.0,0.0,0.0,0.0215015725758
-1470074973993516042,0.15,-0.0293749288225,0.0,0.0,0.0,0.0176074802721
-1470074974065652855,0.15,-0.0299460549408,0.0,0.0,0.0,0.0207535357417
-1470074974147812602,0.15,-0.0295837513858,0.0,0.0,0.0,0.0150586054156
-1470074974222944957,0.15,-0.0288204425329,0.0,0.0,0.0,0.0120072197235
-1470074974298389253,0.15,-0.0272495250159,0.0,0.0,0.0,0.0157464157989
-1470074974373284274,0.15,-0.0269553719216,0.0,0.0,0.0,0.0143987578174
-1470074974444858231,0.15,-0.026387366181,0.0,0.0,0.0,0.0137802319264
-1470074974517841133,0.15,-0.0242399061971,0.0,0.0,0.0,0.0105170597952
-1470074974594885864,0.15,-0.0247202950471,0.0,0.0,0.0,0.0122089749979
-1470074974666667805,0.15,-0.0240199095511,0.0,0.0,0.0,0.0189941834632
-1470074974744458069,0.15,-0.0232993693405,0.0,0.0,0.0,0.0113470963572
-1470074974817540109,0.15,-0.0228318720066,0.0,0.0,0.0,0.0129197942293
-1470074974892288308,0.15,-0.0225212456786,0.0,0.0,0.0,0.0094217436667
-1470074974969495730,0.15,-0.0218364672118,0.0,0.0,0.0,0.0112148800941
-1470074975044397373,0.15,-0.0215168993675,0.0,0.0,0.0,0.0118329920606
-1470074975119894998,0.0,-0.0204748049879,0.0,0.0,0.0,0.0104277254676
-1470074975192921856,0.0,-0.0198747364187,0.0,0.0,0.0,0.0112773629219
-1470074975265632804,0.0,-0.019857525205,0.0,0.0,0.0,0.0109097301898
-1470074975343210434,0.0,-0.0193563323968,0.0,0.0,0.0,0.0124454433611
-1470074975419875027,0.0,-0.0182329433167,0.0,0.0,0.0,0.0170073053056
-1470074975491856485,0.0,-0.0178215167427,0.0,0.0,0.0,0.0118188692008
-1470074975565931212,0.0,-0.017297398498,0.0,0.0,0.0,0.0130261177011
-1470074975640115258,0.0,-0.0172572115564,0.0,0.0,0.0,0.0172253023384
-1470074975712833657,0.0,-0.0162046517187,0.0,0.0,0.0,0.00994029356428
-1470074975788138324,0.0,-0.0165210892015,0.0,0.0,0.0,0.00980392899221
-1470074975863222346,0.0,-0.016667168563,0.0,0.0,0.0,0.0129274541516
-1470074975939376340,0.0,-0.0170016246044,0.0,0.0,0.0,0.00781560204709
-1470074976012528683,0.0,-0.0186878464126,0.0,0.0,0.0,0.0101843930198
-1470074976088679586,0.0,-0.0165509243065,0.0,0.0,0.0,0.0067083615204
-1470074976159470860,0.0,-0.0157887653762,0.0,0.0,0.0,0.0102961371419
-1470074976232967613,0.0,-0.0157999141269,0.0,0.0,0.0,0.0114248988606
-1470074976305229612,0.0,-0.0163511369133,0.0,0.0,0.0,0.0115595141115
-1470074976379749602,0.0,-0.0148035127425,0.0,0.0,0.0,0.00915459591297
-1470074976450661524,0.0,-0.0142004756385,0.0,0.0,0.0,0.0100178391942
-1470074976523211996,0.0,-0.01445107167,0.0,0.0,0.0,0.0100747972654
-1470074976602958030,0.0,-0.0138462150597,0.0,0.0,0.0,0.0090870804562
-1470074976676398586,0.0,-0.0128783411288,0.0,0.0,0.0,0.00891569694256
-1470074976748167960,0.0,-0.0125148199999,0.0,0.0,0.0,0.00996453170907
-1470074976821586382,0.0,-0.0121376772353,0.0,0.0,0.0,0.0095798160639
-1470074976896636467,0.0,-0.012221897518,0.0,0.0,0.0,0.00901265057269
-1470074976969602679,0.0,-0.0114662582182,0.0,0.0,0.0,0.00980369772123
-1470074977042728825,0.0,-0.0110504688078,0.0,0.0,0.0,0.00816215552796
-1470074977123295827,0.0,-0.0107051805162,0.0,0.0,0.0,0.00889692638764
-1470074977202912120,0.0,-0.0108096304664,0.0,0.0,0.0,0.00915536387041
-1470074977277513687,0.0,-0.0102399933838,0.0,0.0,0.0,0.00837479849642
-1470074977353561117,0.0,-0.00966769674207,0.0,0.0,0.0,0.00813341315782
-1470074977425591933,0.0,-0.00947865967985,0.0,0.0,0.0,0.00761422632507
-1470074977495719798,0.0,-0.00917802685286,0.0,0.0,0.0,0.00725197236737
-1470074977568021191,0.0,-0.00880741638477,0.0,0.0,0.0,0.00680021499077
-1470074977644789968,0.0,-0.00890872908171,0.0,0.0,0.0,0.00849492395561
-1470074977716233048,0.0,-0.00840233047839,0.0,0.0,0.0,0.00737820710922
-1470074977792787517,0.0,-0.00823401225145,0.0,0.0,0.0,0.00676368813672
-1470074977868313507,0.0,-0.00797090054835,0.0,0.0,0.0,0.00654634640767
-1470074977940671330,0.0,-0.00802985710438,0.0,0.0,0.0,0.00657303418545
-1470074978015765552,0.0,-0.00755921476866,0.0,0.0,0.0,0.00711007052773
-1470074978087150128,0.0,-0.00731714506979,0.0,0.0,0.0,0.00391020514068
-1470074978162524249,0.0,-0.00723161028112,0.0,0.0,0.0,0.00367114988148
-1470074978236136375,0.0,-0.00701264904226,0.0,0.0,0.0,0.00678974597546
-1470074978309796239,0.0,-0.00707963430668,0.0,0.0,0.0,0.00350216538041
-1470074978383797268,0.0,-0.00668761034842,0.0,0.0,0.0,0.0052829851718
-1470074978459579065,0.0,-0.0064707914495,0.0,0.0,0.0,0.00307848827206
-1470074978533117071,0.0,-0.00638663848276,0.0,0.0,0.0,0.00421157198318
-1470074978612037880,0.0,-0.00643003882255,0.0,0.0,0.0,0.00311846298216
-1470074978685813351,0.0,-0.00613059894528,0.0,0.0,0.0,0.0042503893769
-1470074978764336162,0.0,-0.00599446227188,0.0,0.0,0.0,0.00307430452015
-1470074978838945941,0.0,-0.00601025999869,0.0,0.0,0.0,0.00459846619425
-1470074978912736470,0.0,-0.00567507100637,0.0,0.0,0.0,0.00462637257433
-1470074978983581983,0.0,-0.00570649904545,0.0,0.0,0.0,0.00308120160012
-1470074979058170576,0.0,-0.00526616511281,0.0,0.0,0.0,0.00535946945806
-1470074979128819132,0.0,-0.00514486120428,0.0,0.0,0.0,0.0
-1470074979203746816,0.0,-0.00502926518555,0.0,0.0,0.0,0.00552622721445
-1470074979285835861,0.0,-0.00465192654516,0.0,0.0,0.0,0.00436793567191
-1470074979358931932,0.0,-0.00486250573184,0.0,0.0,0.0,0.00547444011514
-1470074979437828507,0.0,-0.00439577170993,0.0,0.0,0.0,0.00465165326492
-1470074979511286031,0.0,-0.0042904321232,0.0,0.0,0.0,0.0
-1470074979583497551,0.0,-0.00407782965685,0.0,0.0,0.0,0.0050885522844
-1470074979654803823,0.0,-0.00392899268653,0.0,0.0,0.0,0.0
-1470074979726931617,0.0,-0.00393620086248,0.0,0.0,0.0,0.00514645473272
-1470074979799154495,0.0,-0.00380445641811,0.0,0.0,0.0,0.0039993814573
-1470074979870242653,0.0,-0.00360208233233,0.0,0.0,0.0,0.0
-1470074979942327070,0.0,-0.00362592886548,0.0,0.0,0.0,0.00407975899773
-1470074980019371869,0.0,-0.00367764202292,0.0,0.0,0.0,0.00478580953437
-1470074980089441382,0.0,-0.00335672942336,0.0,0.0,0.0,0.00372700508351
-1470074980162129035,0.0,-0.00348113370474,0.0,0.0,0.0,0.0041688903917
-1470074980236235737,0.0,-0.0033104221278,0.0,0.0,0.0,0.00374037939771
-1470074980312125572,0.0,-0.0033566122071,0.0,0.0,0.0,0.00354198451291
-1470074980384228380,0.0,-0.00327860505666,0.0,0.0,0.0,0.00340477023811
-1470074980459521027,0.0,-0.00292463132526,0.0,0.0,0.0,0.00290413818309
-1470074980530797594,0.0,-0.00312991070907,0.0,0.0,0.0,0.00348968202688
-1470074980601095820,0.0,-0.00307868861939,0.0,0.0,0.0,0.00377953939516
-1470074980674018446,0.0,-0.00289149104963,0.0,0.0,0.0,0.00371378151329
-1470074980746069164,0.0,-0.00279348145585,0.0,0.0,0.0,0.0
-1470074980820208403,0.0,-0.00281287539165,0.0,0.0,0.0,0.00303002272169
-1470074980891720391,0.0,-0.00282807694162,0.0,0.0,0.0,0.00310216451415
-1470074980964453548,0.0,-0.00282561474825,0.0,0.0,0.0,0.00426477118745
-1470074981040251266,0.0,-0.00275267550136,0.0,0.0,0.0,0.00360065968273
-1470074981119611090,0.0,-0.00270575854342,0.0,0.0,0.0,0.00364432127888
-1470074981190981718,0.0,-0.00275198647167,0.0,0.0,0.0,0.00430637123827
-1470074981264939672,0.0,-0.0025640243047,0.0,0.0,0.0,0.0
-1470074981340872387,0.0,-0.00255921219821,0.0,0.0,0.0,0.00289734729233
-1470074981428729865,0.0,-0.00258480650719,0.0,0.0,0.0,0.0
-1470074981503498983,0.0,-0.00243908244531,0.0,0.0,0.0,0.0
-1470074981577915030,0.0,-0.00250279997821,0.0,0.0,0.0,0.00285329651555
-1470074981653388362,0.0,-0.00243391129534,0.0,0.0,0.0,0.0
-1470074981732108653,0.0,-0.00244256168018,0.0,0.0,0.0,0.0
-1470074981805116820,0.0,-0.00236909925352,0.0,0.0,0.0,0.00299696403531
-1470074981882231261,0.0,-0.00234679739337,0.0,0.0,0.0,0.00342034425017
-1470074981958741915,0.0,-0.00231952189814,0.0,0.0,0.0,0.00357371394361
-1470074982031782172,0.0,-0.00242179843943,0.0,0.0,0.0,0.00406780392095
-1470074982102703094,0.0,-0.00220492110933,0.0,0.0,0.0,0.0
-1470074982174234691,0.0,-0.00210676840852,0.0,0.0,0.0,0.0
-1470074982247282776,0.0,-0.00194148897539,0.0,0.0,0.0,0.0
-1470074982319993040,0.0,-0.00198831095706,0.0,0.0,0.0,0.00397480830767
-1470074982403526987,0.0,-0.00190631763424,0.0,0.0,0.0,0.0
-1470074982474794625,0.0,-0.00174829530875,0.0,0.0,0.0,0.0
-1470074982549697667,0.0,-0.00180361529227,0.0,0.0,0.0,0.0
-1470074982624100666,0.0,-0.00177694301467,0.0,0.0,0.0,0.0
-1470074982701535590,0.0,-0.00179021031941,0.0,0.0,0.0,0.0
-1470074982778466570,0.0,-0.00171946407641,0.0,0.0,0.0,0.00434487204104
-1470074982850705417,0.0,-0.0016590190434,0.0,0.0,0.0,0.00443346741737
-1470074982923463331,0.0,-0.00164481425072,0.0,0.0,0.0,0.0
-1470074982995849038,0.0,-0.00147981285463,0.0,0.0,0.0,0.0
-1470074983069307218,0.0,-0.00139521082278,0.0,0.0,0.0,0.0
-1470074983144349304,0.0,-0.00147601393397,0.0,0.0,0.0,0.00285394931803
-1470074983218425914,0.0,-0.00127883282836,0.0,0.0,0.0,0.00360400673185
-1470074983292737742,0.0,-0.0011938075849,0.0,0.0,0.0,0.0
-1470074983364736184,0.006,0.0,0.0,0.0,0.0,0.0
-1470074983440310223,0.006,0.0,0.0,0.0,0.0,0.0
-1470074983512208829,0.0,0.0,0.0,0.0,0.0,0.00346092687241
-1470074983587920947,0.006,0.0,0.0,0.0,0.0,0.0
-1470074983663302384,0.006,0.0,0.0,0.0,0.0,0.0
-1470074983738095541,0.006,0.0,0.0,0.0,0.0,0.0
-1470074983817661678,0.006,0.0,0.0,0.0,0.0,0.0
-1470074983893150360,0.006,0.0,0.0,0.0,0.0,0.0
-1470074983967400835,0.0,0.0,0.0,0.0,0.0,0.00396851326005
-1470074984040119250,0.006,0.0,0.0,0.0,0.0,0.0
-1470074984115220035,0.0,0.0,0.0,0.0,0.0,0.00315332707463
-1470074984190319330,0.0,0.0,0.0,0.0,0.0,0.00382984647692
-1470074984263432114,0.006,0.0,0.0,0.0,0.0,0.0
-1470074984335878406,0.0,0.0,0.0,0.0,0.0,0.00399107268821
-1470074984408180641,0.0,0.0,0.0,0.0,0.0,0.00476460283545
-1470074984483411863,0.0,0.0,0.0,0.0,0.0,0.00457992109429
-1470074984560208619,0.0,0.0,0.0,0.0,0.0,0.00385091655052
-1470074984637672692,0.0,0.0,0.0,0.0,0.0,0.00380994233769
-1470074984709272219,0.006,0.0,0.0,0.0,0.0,0.0
-1470074984782823998,0.006,0.0,0.0,0.0,0.0,0.0
-1470074984854123871,0.0,0.0,0.0,0.0,0.0,0.00293909967744
-1470074984929563085,0.006,0.0,0.0,0.0,0.0,0.0
-1470074985005026032,0.0,0.00594553655599,0.0,0.0,0.0,0.00473154214423
-1470074985080787051,0.0,0.00249358140518,0.0,0.0,0.0,0.0051118294666
-1470074985153566180,0.0,0.00205704547119,0.0,0.0,0.0,0.00735824023538
-1470074985234938783,0.0,0.00154113724482,0.0,0.0,0.0,0.00593357723391
-1470074985311569904,0.0,0.00161079022688,0.0,0.0,0.0,0.00695807510652
-1470074985388574822,0.0,0.0010906260426,0.0,0.0,0.0,0.00680154655072
-1470074985462791894,0.006,0.0,0.0,0.0,0.0,0.0
-1470074985536832415,0.006,0.0,0.0,0.0,0.0,0.0
-1470074985608781250,0.0,0.0,0.0,0.0,0.0,0.00374400579053
-1470074985694807150,0.006,0.0,0.0,0.0,0.0,0.0
-1470074985767366147,0.006,0.0,0.0,0.0,0.0,0.0
-1470074985839731924,0.006,0.0,0.0,0.0,0.0,0.0
-1470074985915549261,0.0,0.0,0.0,0.0,0.0,0.00322908504442
-1470074985991423532,0.006,0.0,0.0,0.0,0.0,0.0
-1470074986064450011,0.0,0.0,0.0,0.0,0.0,0.00433385596701
-1470074986139104885,0.0,0.0,0.0,0.0,0.0,0.00307229113198
-1470074986211808593,0.006,0.0,0.0,0.0,0.0,0.0
-1470074986289006820,0.0,-0.00558370531882,0.0,0.0,0.0,0.00343534677775
-1470074986362466209,0.0,-0.00231389454912,0.0,0.0,0.0,0.00490136138638
-1470074986440521056,0.0,-0.00388925980191,0.0,0.0,0.0,0.00433554414476
-1470074986517297640,0.0,-0.00328710447411,0.0,0.0,0.0,0.00308620965609
-1470074986594896217,0.0,-0.00346496693204,0.0,0.0,0.0,0.00320595154198
-1470074986667202690,0.0,-0.00364480748187,0.0,0.0,0.0,0.0
-1470074986739988462,0.0,-0.00339229635309,0.0,0.0,0.0,0.0
-1470074986821018956,0.0,-0.00323966953318,0.0,0.0,0.0,0.0
-1470074986896359368,0.0,-0.00285465213816,0.0,0.0,0.0,0.0
-1470074986972931932,0.0,-0.00295015796433,0.0,0.0,0.0,0.0
-1470074987048738951,0.0,-0.00294227294038,0.0,0.0,0.0,0.0
-1470074987126308826,0.0,-0.00321634234275,0.0,0.0,0.0,0.0
-1470074987199701508,0.0,-0.00407195770527,0.0,0.0,0.0,0.0
-1470074987273271609,0.0,-0.0040523504221,0.0,0.0,0.0,0.0
-1470074987347383801,0.0,-0.0037603126594,0.0,0.0,0.0,0.0
-1470074987423727618,0.0,-0.00344517103742,0.0,0.0,0.0,0.0
-1470074987500869368,0.0,-0.00328685359444,0.0,0.0,0.0,0.0
-1470074987575615655,0.0,-0.00332343659709,0.0,0.0,0.0,0.0
-1470074987647474194,0.0,-0.0031090523244,0.0,0.0,0.0,0.0
-1470074987721288660,0.0,-0.00300394432034,0.0,0.0,0.0,0.0
-1470074987797116165,0.0,-0.00279130853127,0.0,0.0,0.0,0.0
-1470074987874765414,0.0,-0.00266086814339,0.0,0.0,0.0,0.0
-1470074987952652979,0.0,-0.00258609868,0.0,0.0,0.0,0.0
-1470074988028504326,0.0,-0.00228734451692,0.0,0.0,0.0,0.0
-1470074988103043917,0.0,-0.00217856615196,0.0,0.0,0.0,0.0
-1470074988176403792,0.0,-0.00198729786436,0.0,0.0,0.0,0.0
-1470074988251846399,0.0,-0.00178633577536,0.0,0.0,0.0,0.0
-1470074988332410533,0.0,-0.00162005097951,0.0,0.0,0.0,0.0
-1470074988406034026,0.0,-0.00168909863915,0.0,0.0,0.0,0.0
-1470074988481719567,0.0,-0.0013934238569,0.0,0.0,0.0,0.0
-1470074988556321051,0.0,-0.00132324730392,0.0,0.0,0.0,0.0
-1470074988629798803,0.0,-0.00107947315435,0.0,0.0,0.0,0.0
-1470074988703342735,0.006,0.0,0.0,0.0,0.0,0.0
-1470074988775793496,0.006,0.0,0.0,0.0,0.0,0.0
-1470074988849401395,0.006,0.0,0.0,0.0,0.0,0.0
-1470074988925917201,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989002585578,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989080378770,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989151986469,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989228088561,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989302305542,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989380931948,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989454963031,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989530913014,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989605439502,0.006,0.0,0.0,0.0,0.0,0.0
-1470074989683148391,0.0,0.00572543766004,0.0,0.0,0.0,0.0
-1470074989760751692,0.0,0.00185677055855,0.0,0.0,0.0,0.0
-1470074989834742477,0.0,0.00184772678305,0.0,0.0,0.0,0.00355937174451
-1470074989908621093,0.0,0.00183414835137,0.0,0.0,0.0,0.00340349778883
-1470074989988456288,0.0,0.0018197185791,0.0,0.0,0.0,0.00367100231393
-1470074990059805202,0.0,0.00182480376799,0.0,0.0,0.0,0.00406430099436
-1470074990133405943,0.0,0.00192559990686,0.0,0.0,0.0,0.0
-1470074990205701601,0.0,0.00191773519506,0.0,0.0,0.0,0.0
-1470074990277894129,0.0,0.00201050462787,0.0,0.0,0.0,0.0
-1470074990354212462,0.0,0.00205799327818,0.0,0.0,0.0,0.0
-1470074990429017691,0.0,0.00258380121206,0.0,0.0,0.0,0.0
-1470074990504150980,0.0,0.0030738132133,0.0,0.0,0.0,0.00342097837239
-1470074990576611083,0.0,0.00348289041434,0.0,0.0,0.0,0.00372904580904
-1470074990649423892,0.0,0.00313535884608,0.0,0.0,0.0,0.00421447364385
-1470074990721921704,0.0,0.00262695869085,0.0,0.0,0.0,0.0
-1470074990798463881,0.0,0.00230353523631,0.0,0.0,0.0,0.00392287248275
-1470074990872725186,0.0,0.00238779803392,0.0,0.0,0.0,0.00339782256126
-1470074990946682005,0.0,0.00207341514182,0.0,0.0,0.0,0.00389041391342
-1470074991017390073,0.0,0.00215892547396,0.0,0.0,0.0,0.002905868423
-1470074991092133384,0.0,0.00202892166217,0.0,0.0,0.0,0.00489459485149
-1470074991174177934,0.0,0.00178828742009,0.0,0.0,0.0,0.0
-1470074991247522223,0.0,0.00145080679682,0.0,0.0,0.0,0.00404311407733
-1470074991320038272,0.0,0.00154794219536,0.0,0.0,0.0,0.0
-1470074991395596542,0.0,0.00118496624407,0.0,0.0,0.0,0.0
-1470074991468466647,0.0,0.0,0.0,0.0,0.0,0.00418888930107
-1470074991545697609,0.0,0.0,0.0,0.0,0.0,0.00303071802698
-1470074991620736122,0.006,0.0,0.0,0.0,0.0,0.0
-1470074991695471752,0.006,0.0,0.0,0.0,0.0,0.0
-1470074991767088333,0.006,0.0,0.0,0.0,0.0,0.0
-1470074991842816322,0.006,0.0,0.0,0.0,0.0,0.0
-1470074991921859491,0.0,0.0,0.0,0.0,0.0,0.00420123816926
-1470074991999044325,0.006,0.0,0.0,0.0,0.0,0.0
-1470074992074576688,0.0,0.0,0.0,0.0,0.0,0.00289327636205
-1470074992148409133,0.006,0.0,0.0,0.0,0.0,0.0
-1470074992223902210,0.006,0.0,0.0,0.0,0.0,0.0
-1470074992299748340,0.006,0.0,0.0,0.0,0.0,0.0
-1470074992376977942,0.006,0.0,0.0,0.0,0.0,0.0
-1470074992450389425,0.006,0.0,0.0,0.0,0.0,0.0
-1470074992525572790,0.0,-0.00736396628778,0.0,0.0,0.0,0.0
-1470074992603685703,0.0,-0.00295248589824,0.0,0.0,0.0,0.0
-1470074992679525105,0.0,-0.00273345596503,0.0,0.0,0.0,0.0
-1470074992756489661,0.0,-0.0028709606954,0.0,0.0,0.0,0.0
-1470074992828430162,0.0,-0.00294389260347,0.0,0.0,0.0,0.0
-1470074992899873866,0.0,-0.00288534847434,0.0,0.0,0.0,0.0
-1470074992975028882,0.0,-0.00319243063565,0.0,0.0,0.0,0.0
-1470074993047713281,0.0,-0.00326785558249,0.0,0.0,0.0,0.0
-1470074993120051096,0.0,-0.00334685932259,0.0,0.0,0.0,0.0
-1470074993191729223,0.0,-0.0037202017137,0.0,0.0,0.0,0.0
-1470074993265733725,0.0,-0.00368719752292,0.0,0.0,0.0,-0.00317321477197
-1470074993344031741,0.0,-0.00393361804421,0.0,0.0,0.0,0.0
-1470074993419820265,0.0,-0.00360750736083,0.0,0.0,0.0,0.0
-1470074993495940105,0.0,-0.00308688697751,0.0,0.0,0.0,0.0
-1470074993573988087,0.0,-0.00323265822019,0.0,0.0,0.0,0.0
-1470074993650824451,0.0,-0.00316949128519,0.0,0.0,0.0,0.0
-1470074993725579210,0.0,-0.00298863302331,0.0,0.0,0.0,-0.0030000044117
-1470074993803373620,0.0,-0.00271699712957,0.0,0.0,0.0,0.0
-1470074993879670996,0.0,-0.00265610569502,0.0,0.0,0.0,0.0
-1470074993952810945,0.0,-0.0025337193289,0.0,0.0,0.0,0.0
-1470074994028849759,0.0,-0.00226761614318,0.0,0.0,0.0,0.0
-1470074994102299733,0.0,-0.0021849707828,0.0,0.0,0.0,0.0
-1470074994174762834,0.0,-0.00182590251203,0.0,0.0,0.0,0.0
-1470074994246887007,0.0,-0.00182842607956,0.0,0.0,0.0,0.0
-1470074994318745306,0.0,-0.00156595454897,0.0,0.0,0.0,0.0
-1470074994390112889,0.0,-0.00170999323364,0.0,0.0,0.0,0.0
-1470074994462422204,0.0,-0.00133958050396,0.0,0.0,0.0,0.0
-1470074994539840391,0.0,-0.0013151881599,0.0,0.0,0.0,0.0
-1470074994611204504,0.0,-0.00108118509288,0.0,0.0,0.0,0.0
-1470074994683078456,0.006,0.0,0.0,0.0,0.0,0.0
-1470074994759437566,0.006,0.0,0.0,0.0,0.0,0.0
-1470074994834760469,0.006,0.0,0.0,0.0,0.0,0.0
-1470074994913149203,0.006,0.0,0.0,0.0,0.0,0.0
-1470074994989960263,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995064201559,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995141012991,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995215915247,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995292395100,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995365088165,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995440629916,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995515809262,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995591520153,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995662209486,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995734074577,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995807340091,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995879613863,0.006,0.0,0.0,0.0,0.0,0.0
-1470074995953832292,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996027485271,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996104008680,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996177071657,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996253296822,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996324681636,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996398230027,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996468537136,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996539074861,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996616687766,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996692297403,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996765428978,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996839141413,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996912533412,0.006,0.0,0.0,0.0,0.0,0.0
-1470074996982754892,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997058880183,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997133012630,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997216984192,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997292336929,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997364437678,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997443306356,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997518640708,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997592995643,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997667654927,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997744638589,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997824674740,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997899890837,0.006,0.0,0.0,0.0,0.0,0.0
-1470074997972066790,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998049991109,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998133370247,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998206522589,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998283181710,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998357775928,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998432069069,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998504595931,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998579411788,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998651335278,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998723918673,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998800243363,0.0,0.0,0.0,0.0,0.0,0.00282367099154
-1470074998873522722,0.006,0.0,0.0,0.0,0.0,0.0
-1470074998949061813,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999023788758,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999095266937,0.0,0.0,0.0,0.0,0.0,0.00290296181382
-1470074999172329313,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999247108102,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999323330477,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999399692473,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999475131526,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999550665576,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999623777031,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999700153492,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999774039670,0.0,0.0,0.0,0.0,0.0,0.00291795182148
-1470074999848557353,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999923823502,0.006,0.0,0.0,0.0,0.0,0.0
-1470074999994103805,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000067513451,0.0,0.0,0.0,0.0,0.0,0.00282638717733
-1470075000136997800,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000209323461,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000281799412,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000354613144,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000429717631,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000499523723,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000573790898,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000647380400,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000725827486,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000799405103,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000872519543,0.006,0.0,0.0,0.0,0.0,0.0
-1470075000944606862,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001021692610,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001097213968,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001172798764,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001245750256,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001318898867,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001390492008,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001465042133,0.0,0.0,0.0,0.0,0.0,0.00314002202309
-1470075001543227952,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001619750517,0.0,0.0,0.0,0.0,0.0,0.00292446967764
-1470075001694720696,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001778452827,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001862247889,0.006,0.0,0.0,0.0,0.0,0.0
-1470075001939240480,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002011958323,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002085594965,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002162163122,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002234707338,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002307790902,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002389476526,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002465373695,0.0,0.0,0.0,0.0,0.0,0.00789306321307
-1470075002541304382,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002620420677,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002698772361,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002771375240,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002847547515,0.006,0.0,0.0,0.0,0.0,0.0
-1470075002922863498,0.0,0.0,0.0,0.0,0.0,0.00365319138046
-1470075002997794378,0.0,0.0,0.0,0.0,0.0,0.00348053534741
-1470075003068748836,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003145173275,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003219274922,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003293148744,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003369115974,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003440272142,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003513438087,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003585228820,0.0,0.0,0.0,0.0,0.0,0.00335359545184
-1470075003659551934,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003737932106,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003811383021,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003885490718,0.006,0.0,0.0,0.0,0.0,0.0
-1470075003963072800,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004038411960,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004113005539,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004189974259,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004267141259,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004340536452,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004414501416,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004490175396,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004569392625,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004641314402,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004713848076,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004784522668,0.006,0.0,0.0,0.0,0.0,0.0
-1470075004855819183,0.006,0.0,0.0,0.0,0.0,0.0
+1470144914813604949,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914823361638,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914833628144,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914843345923,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914853473566,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914863337160,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914873570241,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914883462966,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914893391222,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914903323605,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914913370240,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914923457682,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914933344238,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914943439011,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914953350783,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914963273482,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914973399319,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144914983332293,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470144915235818914,0.0,0.0,0.0,0.0,0.0,0.0
+1470144917579223800,0.15,-0.909429292459,0.0,0.0,0.0,0.0249776152756
+1470144917660372235,0.15,-0.182303725505,0.0,0.0,0.0,0.0256183530492
+1470144917740573519,0.15,-0.181667515109,0.0,0.0,0.0,0.0251022938983
+1470144917820105469,0.15,-0.182776813213,0.0,0.0,0.0,0.0268680756184
+1470144917901241305,0.15,-0.182055934041,0.0,0.0,0.0,0.0265178412592
+1470144917981138018,0.15,-0.18133980715,0.0,0.0,0.0,0.0249529320142
+1470144918058582182,0.15,-0.182016343077,0.0,0.0,0.0,0.025085120655
+1470144918133621536,0.15,-0.182395027137,0.0,0.0,0.0,0.0256346008345
+1470144918210072162,0.15,-0.190036382655,0.0,0.0,0.0,0.0373102464456
+1470144918287022092,0.15,-0.187320981659,0.0,0.0,0.0,0.0268416672456
+1470144918362494437,0.15,-0.182840580294,0.0,0.0,0.0,0.0276323749075
+1470144918439304302,0.15,-0.142494813803,0.0,0.0,0.0,0.0287863823563
+1470144918514509944,0.15,-0.162420280513,0.0,0.0,0.0,0.0336831977952
+1470144918590754198,0.15,-0.139959087604,0.0,0.0,0.0,0.0314976080267
+1470144918667030022,0.15,-0.13379157,0.0,0.0,0.0,0.0302040245465
+1470144918747126686,0.15,-0.137517198728,0.0,0.0,0.0,0.0202290593089
+1470144918820470997,0.15,-0.130837165745,0.0,0.0,0.0,0.0332378274926
+1470144918891119756,0.15,-0.127531069085,0.0,0.0,0.0,0.0272108468704
+1470144918962432358,0.15,-0.111344520196,0.0,0.0,0.0,0.0415480249283
+1470144919033962694,0.15,-0.119535567124,0.0,0.0,0.0,0.0207308685952
+1470144919107462293,0.15,-0.113135715935,0.0,0.0,0.0,0.0220355902425
+1470144919182472509,0.15,-0.105963905313,0.0,0.0,0.0,0.0265079847175
+1470144919262058616,0.15,-0.103937593914,0.0,0.0,0.0,0.0185925530749
+1470144919338970770,0.15,-0.102728489725,0.0,0.0,0.0,0.0280416767813
+1470144919415708887,0.15,-0.0949092433658,0.0,0.0,0.0,0.041562106249
+1470144919491966149,0.15,-0.0952493727378,0.0,0.0,0.0,0.0308270631747
+1470144919566531015,0.15,-0.092291603415,0.0,0.0,0.0,0.0253366312106
+1470144919642538903,0.15,-0.0846073434866,0.0,0.0,0.0,0.0378667410941
+1470144919718229101,0.15,-0.0911408867928,0.0,0.0,0.0,0.0299960835761
+1470144919790904602,0.15,-0.0816378336711,0.0,0.0,0.0,0.0171259861317
+1470144919866196456,0.15,-0.0787077295409,0.0,0.0,0.0,0.0303993831485
+1470144919936686115,0.15,-0.0835382139851,0.0,0.0,0.0,0.0231704612096
+1470144920013077159,0.15,-0.0783949163005,0.0,0.0,0.0,0.0161912484852
+1470144920093997847,0.15,-0.070564076886,0.0,0.0,0.0,0.0288580127896
+1470144920176110890,0.15,-0.0689470026269,0.0,0.0,0.0,0.0284817411715
+1470144920249761885,0.15,-0.0754438890788,0.0,0.0,0.0,0.0222965642967
+1470144920324951093,0.15,-0.0740365283242,0.0,0.0,0.0,0.0154541938056
+1470144920401855339,0.15,-0.0715734701159,0.0,0.0,0.0,0.0179529965954
+1470144920479377868,0.15,-0.0594067017494,0.0,0.0,0.0,0.0169247931352
+1470144920559756748,0.15,-0.0684954059342,0.0,0.0,0.0,0.0219782375856
+1470144920639387901,0.15,-0.0582775751417,0.0,0.0,0.0,0.0238502692765
+1470144920718986697,0.15,-0.0622476110265,0.0,0.0,0.0,0.0184646285491
+1470144920798702852,0.15,-0.0628465421219,0.0,0.0,0.0,0.0181654266116
+1470144920874464136,0.15,-0.0546178977243,0.0,0.0,0.0,0.0258975021481
+1470144920952768217,0.15,-0.055123248874,0.0,0.0,0.0,0.0277060174914
+1470144921030882973,0.15,-0.0589028348564,0.0,0.0,0.0,0.0279085423716
+1470144921110757389,0.15,-0.045288630111,0.0,0.0,0.0,0.0151713033031
+1470144921186737025,0.15,-0.0523698318245,0.0,0.0,0.0,0.0156606205734
+1470144921266684020,0.15,-0.0487131935818,0.0,0.0,0.0,0.0202891366486
+1470144921340784953,0.15,-0.0449524044511,0.0,0.0,0.0,0.0158241016342
+1470144921413515790,0.15,-0.0477816684943,0.0,0.0,0.0,0.0157512928118
+1470144921486553450,0.15,-0.0429975695391,0.0,0.0,0.0,0.0257332407167
+1470144921567213653,0.15,-0.0435048999064,0.0,0.0,0.0,0.0189657334106
+1470144921641383431,0.15,-0.0459091133602,0.0,0.0,0.0,0.0272787187187
+1470144921713960550,0.15,-0.039535495685,0.0,0.0,0.0,0.0147518534812
+1470144921793133421,0.15,-0.0426645991909,0.0,0.0,0.0,0.0109410479056
+1470144921866547414,0.15,-0.0390031353357,0.0,0.0,0.0,0.0326691067111
+1470144921937961516,0.15,-0.0403943267038,0.0,0.0,0.0,0.0180526486037
+1470144922010347496,0.15,-0.0361184919884,0.0,0.0,0.0,0.0187202148357
+1470144922089425145,0.15,-0.039278043737,0.0,0.0,0.0,0.0182501596394
+1470144922167058677,0.15,-0.0344062246528,0.0,0.0,0.0,0.0325140526243
+1470144922242171088,0.15,-0.0366166588642,0.0,0.0,0.0,0.0324765198572
+1470144922314019151,0.15,-0.0355552488207,0.0,0.0,0.0,0.016411639733
+1470144922395798951,0.15,-0.0324880408163,0.0,0.0,0.0,0.0316840081457
+1470144922468969686,0.15,-0.0333539197924,0.0,0.0,0.0,0.0158542000273
+1470144922545071223,0.15,-0.0313812608829,0.0,0.0,0.0,0.018551886827
+1470144922620903890,0.15,-0.0323805818645,0.0,0.0,0.0,0.0309760180628
+1470144922695643984,0.15,-0.0308488213347,0.0,0.0,0.0,0.0173306077495
+1470144922767034731,0.15,-0.0288772037906,0.0,0.0,0.0,0.0123116151839
+1470144922839924456,0.15,-0.0309372014583,0.0,0.0,0.0,0.0162220544541
+1470144922912045601,0.15,-0.0291743296653,0.0,0.0,0.0,0.0210212799422
+1470144922983460598,0.15,-0.0296654285792,0.0,0.0,0.0,0.0169350815801
+1470144923055488551,0.15,-0.0285018945846,0.0,0.0,0.0,0.0190690238982
+1470144923130441368,0.15,-0.0303387985582,0.0,0.0,0.0,0.0165622058199
+1470144923211508063,0.15,-0.0291389989527,0.0,0.0,0.0,0.0167892289758
+1470144923286562944,0.15,-0.0286527162885,0.0,0.0,0.0,0.0287235845597
+1470144923359093221,0.15,-0.0268286907753,0.0,0.0,0.0,0.0146895213635
+1470144923437188181,0.15,-0.0272402905931,0.0,0.0,0.0,0.0222311573681
+1470144923512718814,0.15,-0.0256721260474,0.0,0.0,0.0,0.0159298356087
+1470144923592744632,0.15,-0.0265917348109,0.0,0.0,0.0,0.0242976042201
+1470144923664973273,0.15,-0.0242989666175,0.0,0.0,0.0,0.0200814123166
+1470144923738331817,0.15,-0.0257512584067,0.0,0.0,0.0,0.00798481570249
+1470144923811304724,0.15,-0.022796066589,0.0,0.0,0.0,0.0162384716182
+1470144923887502818,0.15,-0.0242609669282,0.0,0.0,0.0,0.00947268741249
+1470144923963824774,0.15,-0.0228031055402,0.0,0.0,0.0,0.0199287123573
+1470144924040013613,0.15,-0.0225678901009,0.0,0.0,0.0,0.0119787292165
+1470144924111108509,0.15,-0.0218946091737,0.0,0.0,0.0,0.0109691746835
+1470144924186115184,0.15,-0.021234858868,0.0,0.0,0.0,0.0171387511991
+1470144924270321259,0.15,-0.0203266905263,0.0,0.0,0.0,0.00942276124446
+1470144924351873862,0.15,-0.0212215646472,0.0,0.0,0.0,0.0192547694467
+1470144924431928502,0.15,-0.0203104512516,0.0,0.0,0.0,0.0128819606348
+1470144924509297138,0.15,-0.0200457889785,0.0,0.0,0.0,0.0111026843174
+1470144924579960060,0.15,-0.0188559162982,0.0,0.0,0.0,0.0102876873925
+1470144924652908539,0.15,-0.019107610333,0.0,0.0,0.0,0.00810156437967
+1470144924724841353,0.15,-0.0192240014855,0.0,0.0,0.0,0.0138610539575
+1470144924799601544,0.15,-0.0170167061826,0.0,0.0,0.0,0.0112232988639
+1470144924875517729,0.15,-0.0174911984556,0.0,0.0,0.0,0.0122169582827
+1470144924949172399,0.0,-0.0174971006874,0.0,0.0,0.0,0.0153150467081
+1470144925022769012,0.0,-0.0161092127273,0.0,0.0,0.0,0.0110202742267
+1470144925102202512,0.0,-0.0159080001441,0.0,0.0,0.0,0.00920882174035
+1470144925178310244,0.0,-0.0160598880963,0.0,0.0,0.0,0.00954478929952
+1470144925249951656,0.0,-0.015861379296,0.0,0.0,0.0,0.0128078352684
+1470144925320983046,0.0,-0.0145210361099,0.0,0.0,0.0,0.0144146745856
+1470144925393537011,0.0,-0.0137554266661,0.0,0.0,0.0,0.016886274609
+1470144925470686664,0.0,-0.0137366072527,0.0,0.0,0.0,0.011360272416
+1470144925542929695,0.0,-0.0141848417762,0.0,0.0,0.0,0.0114378840247
+1470144925620585687,0.0,-0.0133627092725,0.0,0.0,0.0,0.0124830622487
+1470144925695738626,0.0,-0.0148252224397,0.0,0.0,0.0,0.00737304207146
+1470144925767085880,0.0,-0.0159921516254,0.0,0.0,0.0,0.0122223572388
+1470144925839822099,0.0,-0.0151846202548,0.0,0.0,0.0,0.0111875462803
+1470144925910378634,0.0,-0.0127580970525,0.0,0.0,0.0,0.00875352328946
+1470144925983665083,0.0,-0.0133611568045,0.0,0.0,0.0,0.0123740713372
+1470144926054728119,0.0,-0.0139915313629,0.0,0.0,0.0,0.00901194282892
+1470144926132333711,0.0,-0.0127267312115,0.0,0.0,0.0,0.00625508113398
+1470144926208633442,0.0,-0.0128406115814,0.0,0.0,0.0,0.0066004529549
+1470144926281877441,0.0,-0.0130899446959,0.0,0.0,0.0,0.00605813933093
+1470144926355062136,0.0,-0.0126401996456,0.0,0.0,0.0,0.00444300750758
+1470144926429172954,0.0,-0.0117824015524,0.0,0.0,0.0,0.00607159069593
+1470144926507647374,0.0,-0.0120893155362,0.0,0.0,0.0,0.00594399129881
+1470144926581505900,0.0,-0.0119117039365,0.0,0.0,0.0,0.00478624751827
+1470144926654978422,0.0,-0.0117275273625,0.0,0.0,0.0,0.00434556736676
+1470144926727466371,0.0,-0.0109011660241,0.0,0.0,0.0,0.00532578939894
+1470144926799844666,0.0,-0.0110121851855,0.0,0.0,0.0,0.00569533032336
+1470144926872384436,0.0,-0.0107129616601,0.0,0.0,0.0,0.0052027717428
+1470144926943373702,0.0,-0.0104711079763,0.0,0.0,0.0,0.00529905418325
+1470144927015641558,0.0,-0.00959141921972,0.0,0.0,0.0,0.00508108446153
+1470144927097349192,0.0,-0.00970077657046,0.0,0.0,0.0,0.00535623335959
+1470144927172177170,0.0,-0.00963786975978,0.0,0.0,0.0,0.00604639355546
+1470144927244628025,0.0,-0.00925390303852,0.0,0.0,0.0,0.00600733347476
+1470144927322736148,0.0,-0.00901075787419,0.0,0.0,0.0,0.00644270962969
+1470144927397359479,0.0,-0.00888071139102,0.0,0.0,0.0,0.00692854478358
+1470144927471592695,0.0,-0.00784078182268,0.0,0.0,0.0,0.00781498667012
+1470144927542798093,0.0,-0.00836010986932,0.0,0.0,0.0,0.00934342146219
+1470144927620028850,0.0,-0.00798261112736,0.0,0.0,0.0,0.00905912893094
+1470144927701973300,0.0,-0.00732422149119,0.0,0.0,0.0,0.00863170367113
+1470144927779120066,0.0,-0.00770995810702,0.0,0.0,0.0,0.00852435421629
+1470144927851081980,0.0,-0.00736114711747,0.0,0.0,0.0,0.00819115551125
+1470144927924188416,0.0,-0.00720609673374,0.0,0.0,0.0,0.00989369324468
+1470144927998125665,0.0,-0.00670483231774,0.0,0.0,0.0,0.0083381626311
+1470144928071176501,0.0,-0.0068083002533,0.0,0.0,0.0,0.00970215591827
+1470144928142612027,0.0,-0.00693866322001,0.0,0.0,0.0,0.00783570678668
+1470144928217363816,0.0,-0.00661815258733,0.0,0.0,0.0,0.00915776180692
+1470144928288675600,0.0,-0.00644701123022,0.0,0.0,0.0,0.00974833335705
+1470144928368802507,0.0,-0.00675945104253,0.0,0.0,0.0,0.0107847320955
+1470144928441126504,0.0,-0.00636951109404,0.0,0.0,0.0,0.00755035068317
+1470144928518175953,0.0,-0.00650207311097,0.0,0.0,0.0,0.0112053663319
+1470144928589216371,0.0,-0.00626269918058,0.0,0.0,0.0,0.00692064248671
+1470144928660687316,0.0,-0.00626142831042,0.0,0.0,0.0,0.00828496716597
+1470144928731470847,0.0,-0.00635569361199,0.0,0.0,0.0,0.0111563155275
+1470144928802270140,0.0,-0.00654023694422,0.0,0.0,0.0,0.0100501389072
+1470144928874601663,0.0,-0.00575217450256,0.0,0.0,0.0,0.0078583856474
+1470144928953090194,0.0,-0.00648563865535,0.0,0.0,0.0,0.00780892572904
+1470144929030749101,0.0,-0.00613294208744,0.0,0.0,0.0,0.00788894159776
+1470144929104643940,0.0,-0.00606745294706,0.0,0.0,0.0,0.00801603482193
+1470144929175279189,0.0,-0.00606127020211,0.0,0.0,0.0,0.0075668548502
+1470144929247009315,0.0,-0.00608687102294,0.0,0.0,0.0,0.00652130676602
+1470144929316852155,0.0,-0.00626148141909,0.0,0.0,0.0,0.00722354245355
+1470144929389435860,0.0,-0.00600090623678,0.0,0.0,0.0,0.00597528375254
+1470144929463927389,0.0,-0.0063581738919,0.0,0.0,0.0,0.0048049926346
+1470144929536533543,0.0,-0.00612670875113,0.0,0.0,0.0,0.0049018859916
+1470144929612250215,0.0,-0.00621049366324,0.0,0.0,0.0,0.00536479191476
+1470144929687416351,0.0,-0.00616118146215,0.0,0.0,0.0,0.00425013519609
+1470144929762480917,0.0,-0.00610952151736,0.0,0.0,0.0,0.00369451879533
+1470144929840478148,0.0,-0.00621795668739,0.0,0.0,0.0,0.00402534798955
+1470144929918039112,0.0,-0.00607220087874,0.0,0.0,0.0,0.00323586422238
+1470144929994107637,0.0,-0.00622366666094,0.0,0.0,0.0,0.00446499811944
+1470144930067604973,0.0,-0.00591421284093,0.0,0.0,0.0,0.0
+1470144930141813722,0.0,-0.00596141037802,0.0,0.0,0.0,0.00318812052787
+1470144930215789314,0.0,-0.00589363308499,0.0,0.0,0.0,0.0
+1470144930288868905,0.0,-0.0056288539434,0.0,0.0,0.0,0.00421838103387
+1470144930371610291,0.0,-0.00576604911841,0.0,0.0,0.0,0.0
+1470144930447689783,0.0,-0.00550131509819,0.0,0.0,0.0,0.0
+1470144930521500749,0.0,-0.00547134980027,0.0,0.0,0.0,0.0
+1470144930597651156,0.0,-0.00533487254404,0.0,0.0,0.0,0.0
+1470144930671114974,0.0,-0.00504751296854,0.0,0.0,0.0,0.0
+1470144930743143979,0.0,-0.0049731417134,0.0,0.0,0.0,0.0
+1470144930828590385,0.0,-0.00499343790804,0.0,0.0,0.0,0.0
+1470144930906870107,0.0,-0.00444064609722,0.0,0.0,0.0,0.0
+1470144930978488018,0.0,-0.00451091919534,0.0,0.0,0.0,0.00317120654117
+1470144931048745324,0.0,-0.00432540984655,0.0,0.0,0.0,0.0
+1470144931121600436,0.0,-0.0042194461252,0.0,0.0,0.0,0.0
+1470144931192094696,0.0,-0.00354894349919,0.0,0.0,0.0,0.0
+1470144931266424628,0.0,-0.00365426836643,0.0,0.0,0.0,0.00282866431735
+1470144931352580997,0.0,-0.00367758528498,0.0,0.0,0.0,0.0
+1470144931436312759,0.0,-0.00332309247122,0.0,0.0,0.0,0.0
+1470144931514314453,0.0,-0.00287441320747,0.0,0.0,0.0,0.0
+1470144931588647052,0.0,-0.00308370360469,0.0,0.0,0.0,0.00309977886116
+1470144931659615826,0.0,-0.00273922050161,0.0,0.0,0.0,0.0
+1470144931732852712,0.0,-0.00239927515587,0.0,0.0,0.0,0.0
+1470144931805653985,0.0,-0.00270316896168,0.0,0.0,0.0,0.0
+1470144931879478191,0.0,-0.00238173275567,0.0,0.0,0.0,0.0
+1470144931955289711,0.0,-0.00216734062588,0.0,0.0,0.0,0.0
+1470144932030042700,0.0,-0.00221815968768,0.0,0.0,0.0,0.00318898986458
+1470144932107072679,0.0,-0.00210246897463,0.0,0.0,0.0,0.0
+1470144932179516120,0.0,-0.00208080656662,0.0,0.0,0.0,0.0031093767566
+1470144932255839913,0.0,-0.00202857691677,0.0,0.0,0.0,0.0
+1470144932329473411,0.0,-0.0016313538189,0.0,0.0,0.0,0.00307537777959
+1470144932406302191,0.0,-0.00186583557045,0.0,0.0,0.0,0.0
+1470144932478905932,0.0,-0.00173961592173,0.0,0.0,0.0,0.0
+1470144932554011305,0.0,-0.00172459649701,0.0,0.0,0.0,0.0031075752469
+1470144932648508117,0.0,-0.00143755935372,0.0,0.0,0.0,0.0
+1470144932723948334,0.0,-0.00154321989289,0.0,0.0,0.0,0.0
+1470144932796747693,0.0,0.0,0.0,0.0,0.0,0.00346531467782
+1470144932870317629,0.006,0.0,0.0,0.0,0.0,0.0
+1470144932943173148,0.006,0.0,0.0,0.0,0.0,0.0
+1470144933017529941,0.006,0.0,0.0,0.0,0.0,0.0
+1470144933089573821,0.006,0.0,0.0,0.0,0.0,0.0
+1470144933167745287,0.0,0.0,0.0,0.0,0.0,0.00323666176425
+1470144933242816071,0.006,0.0,0.0,0.0,0.0,0.0
+1470144933315127318,0.006,0.0,0.0,0.0,0.0,0.0
+1470144933391556771,0.006,0.0,0.0,0.0,0.0,0.0
+1470144933466787844,0.0,0.0,0.0,0.0,0.0,0.00301432367503
+1470144933540430918,0.006,0.0,0.0,0.0,0.0,0.0
+1470144933613563807,0.006,0.0,0.0,0.0,0.0,0.0
+1470144933685906281,0.0,0.0,0.0,0.0,0.0,0.00300383629025
+1470144933764805813,0.0,0.0,0.0,0.0,0.0,0.00393109603463
+1470144933840121315,0.0,0.0,0.0,0.0,0.0,0.00513074967244
+1470144933923668278,0.0,0.0,0.0,0.0,0.0,0.00565837693418
+1470144934002068265,0.0,0.0,0.0,0.0,0.0,0.00403011266536
+1470144934074712210,0.0,0.0,0.0,0.0,0.0,0.0032245088638
+1470144934152693097,0.006,0.0,0.0,0.0,0.0,0.0
+1470144934229757381,0.006,0.0,0.0,0.0,0.0,0.0
+1470144934303979743,0.0,0.0,0.0,0.0,0.0,0.00315953555736
+1470144934378405368,0.0,0.0,0.0,0.0,0.0,0.00432201184266
+1470144934451758018,0.0,0.0,0.0,0.0,0.0,0.00377302661605
+1470144934522818581,0.0,0.0,0.0,0.0,0.0,0.00690341178329
+1470144934595834498,0.0,0.0,0.0,0.0,0.0,0.00473487537823
+1470144934669637277,0.0,0.0,0.0,0.0,0.0,0.00555194840679
+1470144934746473098,0.0,0.0,0.0,0.0,0.0,0.00766505241288
+1470144934820533962,0.0,0.0,0.0,0.0,0.0,0.00357146157276
+1470144934895520409,0.0,0.0,0.0,0.0,0.0,0.00429550737612
+1470144934968493020,0.0,0.0,0.0,0.0,0.0,0.00449634278035
+1470144935047272503,0.0,0.0,0.0,0.0,0.0,0.00551605567499
+1470144935120803534,0.0,0.0,0.0,0.0,0.0,0.00435183559937
+1470144935198502609,0.0,0.0,0.0,0.0,0.0,0.00673199936606
+1470144935271193642,0.0,0.0,0.0,0.0,0.0,0.00674070872442
+1470144935343016205,0.0,0.0,0.0,0.0,0.0,0.0039009425298
+1470144935414340132,0.0,0.0,0.0,0.0,0.0,0.00435959457481
+1470144935487733283,0.0,0.0,0.0,0.0,0.0,0.00371768074968
+1470144935560781654,0.0,0.0,0.0,0.0,0.0,0.00363955913524
+1470144935633417419,0.0,0.0,0.0,0.0,0.0,0.00643098179188
+1470144935711015068,0.0,0.0,0.0,0.0,0.0,0.00305295899188
+1470144935786116762,0.0,0.0,0.0,0.0,0.0,0.00477432291993
+1470144935857655885,0.006,0.0,0.0,0.0,0.0,0.0
+1470144935931748962,0.0,-0.00182891120797,0.0,0.0,0.0,0.00296432453699
+1470144936003378740,0.0,-0.0023308177526,0.0,0.0,0.0,0.0
+1470144936078119306,0.0,-0.00259044933566,0.0,0.0,0.0,0.00296959654371
+1470144936149791968,0.0,-0.00278271325189,0.0,0.0,0.0,0.0
+1470144936226009815,0.0,-0.00260798546514,0.0,0.0,0.0,0.00348037896666
+1470144936297955804,0.0,-0.00267419767009,0.0,0.0,0.0,0.0
+1470144936370276002,0.0,-0.00286965916736,0.0,0.0,0.0,0.0
+1470144936447202414,0.0,-0.00300673059167,0.0,0.0,0.0,0.0
+1470144936518548046,0.0,-0.00302582553242,0.0,0.0,0.0,0.0
+1470144936590677702,0.0,-0.00272363912472,0.0,0.0,0.0,0.0
+1470144936662992569,0.0,-0.00243704805323,0.0,0.0,0.0,0.0
+1470144936739912340,0.0,-0.00253395137466,0.0,0.0,0.0,0.0
+1470144936816096551,0.0,-0.00268436951708,0.0,0.0,0.0,0.0
+1470144936888589842,0.0,-0.00297887080695,0.0,0.0,0.0,0.0047304526832
+1470144936960563218,0.0,-0.0027103604161,0.0,0.0,0.0,0.00379611969176
+1470144937031500750,0.0,-0.00179441326799,0.0,0.0,0.0,0.00364294265223
+1470144937103117999,0.0,-0.00184937142864,0.0,0.0,0.0,0.0
+1470144937176977462,0.0,-0.00204946997603,0.0,0.0,0.0,0.0
+1470144937250696871,0.0,-0.00189948717929,0.0,0.0,0.0,0.00377267127988
+1470144937322864758,0.0,-0.00163903203421,0.0,0.0,0.0,0.0
+1470144937395107059,0.0,-0.00160349223117,0.0,0.0,0.0,0.00305156546161
+1470144937467173937,0.0,-0.00175241101847,0.0,0.0,0.0,0.0
+1470144937539437402,0.0,-0.00166134433665,0.0,0.0,0.0,0.0
+1470144937618191420,0.006,0.0,0.0,0.0,0.0,0.0
+1470144937693431563,0.006,0.0,0.0,0.0,0.0,0.0
+1470144937767274089,0.006,0.0,0.0,0.0,0.0,0.0
+1470144937840357078,0.006,0.0,0.0,0.0,0.0,0.0
+1470144937913300123,0.006,0.0,0.0,0.0,0.0,0.0
+1470144937987131876,0.0,0.0,0.0,0.0,0.0,0.00335190810951
+1470144938065145926,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938139338524,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938211527060,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938283259087,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938357407155,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938430417059,0.0,0.0,0.0,0.0,0.0,0.00451089872321
+1470144938507291386,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938583012786,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938656678755,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938727136755,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938799562016,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938871013740,0.006,0.0,0.0,0.0,0.0,0.0
+1470144938947652996,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939023308610,0.0,0.0,0.0,0.0,0.0,0.00307034084237
+1470144939097712059,0.0,0.0,0.0,0.0,0.0,0.00305281041719
+1470144939170184513,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939242989881,0.0,0.0,0.0,0.0,0.0,0.00347350634514
+1470144939316843286,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939387964149,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939460480120,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939533239296,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939604749476,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939678123507,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939751129332,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939829853692,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939902531537,0.006,0.0,0.0,0.0,0.0,0.0
+1470144939980607381,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940056416501,0.0,0.0,0.0,0.0,0.0,0.00334702884224
+1470144940128815970,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940203479202,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940282611870,0.0,0.0,0.0,0.0,0.0,0.00325340113627
+1470144940359378147,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940430835660,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940504414714,0.0,0.0,0.0,0.0,0.0,0.0036918858033
+1470144940579083058,0.0,0.0,0.0,0.0,0.0,0.00487065564507
+1470144940655835511,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940731157454,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940804035402,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940875803557,0.006,0.0,0.0,0.0,0.0,0.0
+1470144940958552149,0.006,0.0,0.0,0.0,0.0,0.0
+1470144941030319579,0.0,0.0,0.0,0.0,0.0,0.00360504171059
+1470144941106951767,0.0,0.0,0.0,0.0,0.0,0.00311203605773
+1470144941187980115,0.0,0.0,0.0,0.0,0.0,0.00397760251035
+1470144941259636456,0.006,0.0,0.0,0.0,0.0,0.0
+1470144941331982511,0.006,0.0,0.0,0.0,0.0,0.0
+1470144941407497074,0.006,0.0,0.0,0.0,0.0,0.0
+1470144941478504366,0.006,0.0,0.0,0.0,0.0,0.0
+1470144941553072626,0.0,0.0,0.0,0.0,0.0,0.00416765449001
+1470144941627484534,0.0,0.0,0.0,0.0,0.0,0.00360976155305
+1470144941701478420,0.0,0.0,0.0,0.0,0.0,0.00307562894048
+1470144941771731112,0.006,0.0,0.0,0.0,0.0,0.0
+1470144941843117737,0.0,0.0,0.0,0.0,0.0,0.00287652056184
+1470144941921741335,0.006,0.0,0.0,0.0,0.0,0.0
+1470144941995602012,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942078236146,0.0,0.0,0.0,0.0,0.0,0.00417906055198
+1470144942152468320,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942230198817,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942301978874,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942376092096,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942448427137,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942526469334,0.0,0.0,0.0,0.0,0.0,0.00303854439112
+1470144942600899888,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942676261673,0.0,0.0,0.0,0.0,0.0,0.00312679026515
+1470144942749204222,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942820394616,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942889735298,0.006,0.0,0.0,0.0,0.0,0.0
+1470144942964154769,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943034105289,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943109859044,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943186325610,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943259913815,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943331515701,0.0,0.0,0.0,0.0,0.0,0.0027964751933
+1470144943403936256,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943478519613,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943551119780,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943621946283,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943693253808,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943770998658,0.0,0.0,0.0,0.0,0.0,0.00321602870842
+1470144943845632999,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943922040028,0.006,0.0,0.0,0.0,0.0,0.0
+1470144943994267077,0.006,0.0,0.0,0.0,0.0,0.0
+1470144944071436712,0.006,0.0,0.0,0.0,0.0,0.0
+1470144944145110326,0.0,0.0,0.0,0.0,0.0,0.00510290809657
+1470144944219359440,0.0,0.0,0.0,0.0,0.0,0.00391436095238
+1470144944295278891,0.0,0.0,0.0,0.0,0.0,0.00300972402351
+1470144944366518340,0.006,0.0,0.0,0.0,0.0,0.0
+1470144944437138533,0.006,0.0,0.0,0.0,0.0,0.0
+1470144944509271753,0.006,0.0,0.0,0.0,0.0,0.0
+1470144944583011368,0.006,0.0,0.0,0.0,0.0,0.0
+1470144944653957572,0.006,0.0,0.0,0.0,0.0,0.0
+1470144944725898529,0.006,0.0,0.0,0.0,0.0,0.0
+1470144944796352972,0.0,0.0,0.0,0.0,0.0,0.00446200978555
+1470144944868999872,0.0,0.0,0.0,0.0,0.0,0.00470185287472
+1470144944939742201,0.0,0.0,0.0,0.0,0.0,0.00396022564338
+1470144945013109861,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945084277603,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945158818582,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945230220755,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945302433732,0.0,0.0,0.0,0.0,0.0,0.00478954791015
+1470144945372289822,0.0,0.0,0.0,0.0,0.0,0.00377051998899
+1470144945444267679,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945519272234,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945603185864,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945680744637,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945756015374,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945829917814,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945905189192,0.006,0.0,0.0,0.0,0.0,0.0
+1470144945976773148,0.006,0.0,0.0,0.0,0.0,0.0
+1470144946048722840,0.0,0.0,0.0,0.0,0.0,0.00324504918527
+1470144946124494425,0.006,0.0,0.0,0.0,0.0,0.0
+1470144946197957797,0.006,0.0,0.0,0.0,0.0,0.0
+1470144946272189620,0.0,-0.00161775686479,0.0,0.0,0.0,0.0
+1470144946344902685,0.0,-0.00218163221408,0.0,0.0,0.0,0.0
+1470144946418473740,0.0,-0.00199243102553,0.0,0.0,0.0,0.0
+1470144946491574913,0.0,-0.00211923419927,0.0,0.0,0.0,0.0
+1470144946562995545,0.0,-0.00205949252519,0.0,0.0,0.0,0.0
+1470144946637527758,0.0,-0.00211122104024,0.0,0.0,0.0,0.0
+1470144946708904875,0.0,-0.00204076156805,0.0,0.0,0.0,0.0
+1470144946781243488,0.0,-0.00209593443818,0.0,0.0,0.0,0.0
+1470144946851560223,0.0,-0.00226838602297,0.0,0.0,0.0,0.0
+1470144946924855510,0.0,-0.00294434510813,0.0,0.0,0.0,0.0
+1470144946998298667,0.0,-0.00258304887959,0.0,0.0,0.0,0.0
+1470144947067274552,0.0,-0.00255271350896,0.0,0.0,0.0,0.0
+1470144947141156794,0.0,-0.00160667961125,0.0,0.0,0.0,0.0
+1470144947210932234,0.0,-0.00160130464469,0.0,0.0,0.0,0.0
+1470144947287877734,0.0,-0.00176531163252,0.0,0.0,0.0,0.00279405820904
+1470144947360030698,0.0,-0.00170838763987,0.0,0.0,0.0,0.0
+1470144947436546967,0.0,-0.00171917430217,0.0,0.0,0.0,0.0
+1470144947511170022,0.0,-0.00161716347402,0.0,0.0,0.0,0.0
+1470144947584283108,0.006,0.0,0.0,0.0,0.0,0.0
+1470144947657400351,0.006,0.0,0.0,0.0,0.0,0.0
+1470144947728138596,0.006,0.0,0.0,0.0,0.0,0.0
+1470144947807317759,0.006,0.0,0.0,0.0,0.0,0.0
+1470144947879286599,0.006,0.0,0.0,0.0,0.0,0.0
+1470144947951237997,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948023023734,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948094554678,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948167460293,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948241936008,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948314241925,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948387018222,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948458503414,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948531178905,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948606629813,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948677838657,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948750783247,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948828519635,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948902998460,0.006,0.0,0.0,0.0,0.0,0.0
+1470144948974132467,0.006,0.0,0.0,0.0,0.0,0.0
+1470144949050692483,0.0,0.0,0.0,0.0,0.0,0.00295939476318
+1470144949133856044,0.0,0.0,0.0,0.0,0.0,0.0046993957303
+1470144949209289557,0.0,0.0,0.0,0.0,0.0,0.00297190719365
+1470144949281819332,0.006,0.0,0.0,0.0,0.0,0.0
+1470144949354945258,0.006,0.0,0.0,0.0,0.0,0.0
+1470144949431270146,0.006,0.0,0.0,0.0,0.0,0.0
+1470144949506229823,0.0,0.0,0.0,0.0,0.0,0.00518203953925
+1470144949576480683,0.006,0.0,0.0,0.0,0.0,0.0
+1470144949646295345,0.006,0.0,0.0,0.0,0.0,0.0
+1470144949716568958,0.0,0.0,0.0,0.0,0.0,0.00320537162606
+1470144949791116296,0.0,0.0,0.0,0.0,0.0,0.00373064067219
+1470144949860803149,0.0,0.0,0.0,0.0,0.0,0.00281786482477
+1470144949932493504,0.006,0.0,0.0,0.0,0.0,0.0
+1470144950011220243,0.006,0.0,0.0,0.0,0.0,0.0
+1470144950086684422,0.006,0.0,0.0,0.0,0.0,0.0
+1470144950160437368,0.0,0.0,0.0,0.0,0.0,0.00283008558338
+1470144950231678201,0.006,0.0,0.0,0.0,0.0,0.0
+1470144950305974537,0.0,0.0,0.0,0.0,0.0,0.00319570491442
+1470144950395048672,0.0,0.0,0.0,0.0,0.0,0.00318024136021
+1470144950462527915,0.0,0.00885626790463,0.0,0.0,0.0,0.00351632117123
+1470144950535668219,0.0,3.20764546421e-05,0.0,0.0,0.0,0.00658729960116
+1470144950606952763,0.0,4.87508960611e-05,0.0,0.0,0.0,0.0043416130846
+1470144950679223568,0.0,0.000206066595113,0.0,0.0,0.0,0.00308754995593
+1470144950750324638,0.0,0.0,0.0,0.0,0.0,0.00402399637675
+1470144950827250932,0.0,0.0,0.0,0.0,0.0,0.00282210619791
+1470144950902877155,0.006,0.0,0.0,0.0,0.0,0.0
+1470144950977318633,0.006,0.0,0.0,0.0,0.0,0.0
+1470144951054628607,0.0,0.000124551481609,0.0,0.0,0.0,0.0
+1470144951127558533,0.0,0.000353912418511,0.0,0.0,0.0,0.0
+1470144951202107357,0.0,0.000247269727343,0.0,0.0,0.0,0.0
+1470144951275759332,0.0,8.14281384697e-05,0.0,0.0,0.0,0.0
+1470144951348292599,0.0,0.000120555860893,0.0,0.0,0.0,0.0
+1470144951421460752,0.0,0.00014934014132,0.0,0.0,0.0,0.0
+1470144951493469916,0.006,0.0,0.0,0.0,0.0,0.0
+1470144951567940549,0.0,0.0,0.0,0.0,0.0,0.00368336716477
+1470144951639465226,0.0,0.0,0.0,0.0,0.0,0.00307598835747
+1470144951710434476,0.0,0.0,0.0,0.0,0.0,0.00399724300952
+1470144951779463336,0.0,0.0,0.0,0.0,0.0,0.00328023561723
+1470144951850154458,0.006,0.0,0.0,0.0,0.0,0.0
+1470144951922924063,0.006,0.0,0.0,0.0,0.0,0.0
+1470144951996595089,0.0,0.0,0.0,0.0,0.0,0.00319869777838
+1470144952069991264,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952149899243,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952225715949,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952297080289,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952378958558,0.0,0.0,0.0,0.0,0.0,0.00306551332131
+1470144952452968121,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952527396529,0.0,0.0,0.0,0.0,0.0,0.00390284175652
+1470144952603106093,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952677517177,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952753028169,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952828373978,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952902691496,0.006,0.0,0.0,0.0,0.0,0.0
+1470144952979730771,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953052883024,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953127322183,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953216198071,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953293802005,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953366354475,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953437085132,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953508904700,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953582963428,0.0,0.0,0.0,0.0,0.0,0.00317703681238
+1470144953652471237,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953726136411,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953798792978,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953872210087,0.006,0.0,0.0,0.0,0.0,0.0
+1470144953947811343,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954022461980,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954095116307,0.0,0.0,0.0,0.0,0.0,0.0029556924932
+1470144954172113705,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954241516254,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954311210554,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954385751499,0.0,0.0,0.0,0.0,0.0,0.00324305354151
+1470144954458621993,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954535638346,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954610718699,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954683423149,0.0,0.0,0.0,0.0,0.0,0.0028427430126
+1470144954755960669,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954827964829,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954899417885,0.006,0.0,0.0,0.0,0.0,0.0
+1470144954970716763,0.006,0.0,0.0,0.0,0.0,0.0
+1470144955043542947,0.006,0.0,0.0,0.0,0.0,0.0
diff --git a/MobileRobot/docking_data/Vel2.txt~ b/MobileRobot/docking_data/Vel2.txt~
index b8099c23..c0c33cb6 100644
--- a/MobileRobot/docking_data/Vel2.txt~
+++ b/MobileRobot/docking_data/Vel2.txt~
@@ -1,539 +1,473 @@
 %time,field.linear.x,field.linear.y,field.linear.z,field.angular.x,field.angular.y,field.angular.z
-1469733891362255521,0.1,-0.16968111919,0.0,0.0,0.0,0.0369899222517
-1469733891455961396,0.1,-0.0386866750329,0.0,0.0,0.0,0.0377572663344
-1469733891534184089,0.1,-0.0384394122567,0.0,0.0,0.0,0.0367335766653
-1469733891612312414,0.1,-0.0386100513869,0.0,0.0,0.0,0.0369205175669
-1469733891690652621,0.1,-0.0386447966983,0.0,0.0,0.0,0.0373576832061
-1469733891771473053,0.1,-0.0383827548491,0.0,0.0,0.0,0.0370077293843
-1469733891846744543,0.1,-0.0386443217783,0.0,0.0,0.0,0.0380601704372
-1469733891930118209,0.1,-0.0388450873028,0.0,0.0,0.0,0.0381591485975
-1469733892006072930,0.1,-0.0387266777627,0.0,0.0,0.0,0.0405740718233
-1469733892091350092,0.1,-0.0406519091197,0.0,0.0,0.0,0.0399359158675
-1469733892168950760,0.1,-0.0406146743057,0.0,0.0,0.0,0.0415144275547
-1469733892249021560,0.1,-0.0395219103495,0.0,0.0,0.0,0.0433011119646
-1469733892325194315,0.1,-0.0363135748497,0.0,0.0,0.0,0.0334100738941
-1469733892402827788,0.1,-0.035642841994,0.0,0.0,0.0,0.0300445997878
-1469733892482583595,0.1,-0.0346657075566,0.0,0.0,0.0,0.0440509735622
-1469733892558436355,0.1,-0.0336210308597,0.0,0.0,0.0,0.0384190257885
-1469733892638435207,0.1,-0.0323405758494,0.0,0.0,0.0,0.0265566493719
-1469733892722019430,0.1,-0.0343181565726,0.0,0.0,0.0,0.0320754058837
-1469733892803002616,0.1,-0.032399505177,0.0,0.0,0.0,0.0328708256149
-1469733892883392670,0.1,-0.0311901526794,0.0,0.0,0.0,0.0374050038136
-1469733892961240611,0.1,-0.0324633831546,0.0,0.0,0.0,0.0436078154039
-1469733893039871128,0.1,-0.0310339726743,0.0,0.0,0.0,0.0368027492047
-1469733893117949695,0.1,-0.0297461347392,0.0,0.0,0.0,0.032427133938
-1469733893193174982,0.1,-0.0290984840865,0.0,0.0,0.0,0.0359979967645
-1469733893271679522,0.1,-0.0296344170311,0.0,0.0,0.0,0.034465948623
-1469733893347160818,0.1,-0.0295598033642,0.0,0.0,0.0,0.0291616582619
-1469733893420334783,0.1,-0.02699877973,0.0,0.0,0.0,0.0397810761024
-1469733893503385930,0.1,-0.0273713168581,0.0,0.0,0.0,0.0335456108867
-1469733893580678745,0.1,-0.0270269032346,0.0,0.0,0.0,0.0311182135128
-1469733893660154501,0.1,-0.0278133318844,0.0,0.0,0.0,0.0415898720985
-1469733893740195132,0.1,-0.0280279908267,0.0,0.0,0.0,0.0412394413811
-1469733893817405365,0.1,-0.0247573971869,0.0,0.0,0.0,0.0383701016961
-1469733893903414469,0.1,-0.0251985728527,0.0,0.0,0.0,0.0322177338043
-1469733893980590819,0.1,-0.0230873759768,0.0,0.0,0.0,0.0333689287302
-1469733894055120579,0.1,-0.0233235816477,0.0,0.0,0.0,0.0300706551079
-1469733894134243346,0.1,-0.02272238018,0.0,0.0,0.0,0.0308201862895
-1469733894211653545,0.1,-0.0231832608874,0.0,0.0,0.0,0.0336893250245
-1469733894286748427,0.1,-0.0212893365087,0.0,0.0,0.0,0.0333888034427
-1469733894366323562,0.1,-0.0204747408095,0.0,0.0,0.0,0.0388039847241
-1469733894440365397,0.1,-0.0217224371831,0.0,0.0,0.0,0.0273008713442
-1469733894519355655,0.1,-0.0193458585825,0.0,0.0,0.0,0.0294863056206
-1469733894594002766,0.1,-0.0188466434953,0.0,0.0,0.0,0.0348667806372
-1469733894678563988,0.1,-0.0175720057379,0.0,0.0,0.0,0.0328103029521
-1469733894755251117,0.1,-0.0171902995106,0.0,0.0,0.0,0.0337933698555
-1469733894834931157,0.1,-0.0174929434375,0.0,0.0,0.0,0.0366718462798
-1469733894912162789,0.1,-0.0164969018431,0.0,0.0,0.0,0.0328926856328
-1469733894988173288,0.1,-0.0162910555758,0.0,0.0,0.0,0.0297010119503
-1469733895063554581,0.1,-0.0149997724848,0.0,0.0,0.0,0.0396601058998
-1469733895142648852,0.1,-0.0143842129711,0.0,0.0,0.0,0.0401014584567
-1469733895217996656,0.1,-0.0141600790474,0.0,0.0,0.0,0.0365925750592
-1469733895296744849,0.1,-0.0127074522987,0.0,0.0,0.0,0.0374843678955
-1469733895389456905,0.1,-0.0125570866739,0.0,0.0,0.0,0.0227531502173
-1469733895468028532,0.1,-0.0114494583437,0.0,0.0,0.0,0.0338339442959
-1469733895543826620,0.1,-0.0114228978791,0.0,0.0,0.0,0.0302863681131
-1469733895624312668,0.1,-0.0100930550575,0.0,0.0,0.0,0.0284817032695
-1469733895701294330,0.1,-0.00855055450689,0.0,0.0,0.0,0.0323422941274
-1469733895779407632,0.1,-0.00788771145489,0.0,0.0,0.0,0.0340085879729
-1469733895853188095,0.1,-0.00690167266631,0.0,0.0,0.0,0.0324655483014
-1469733895928159066,0.1,-0.00606914932937,0.0,0.0,0.0,0.0406651083602
-1469733896009312040,0.1,-0.0035529016337,0.0,0.0,0.0,0.0367695784794
-1469733896087036056,0.1,-0.00365937968395,0.0,0.0,0.0,0.0270189058366
-1469733896163107244,0.1,-0.0018394203698,0.0,0.0,0.0,0.0293692364417
-1469733896238713224,0.1,-0.00176209329996,0.0,0.0,0.0,0.0305473515062
-1469733896316246287,0.1,-0.00225017847567,0.0,0.0,0.0,0.0301849808814
-1469733896392913928,0.1,-0.000114573663884,0.0,0.0,0.0,0.0270634723901
-1469733896469723434,0.1,-0.00103540854432,0.0,0.0,0.0,0.0416198272344
-1469733896548282363,0.1,-0.00196370282028,0.0,0.0,0.0,0.0300841856558
-1469733896623602624,0.1,0.0,0.0,0.0,0.0,0.0262834309014
-1469733896698178785,0.1,-0.00804103706803,0.0,0.0,0.0,0.0356955436594
-1469733896778381130,0.1,-0.00564617655105,0.0,0.0,0.0,0.0306162408687
-1469733896867811430,0.1,-0.00441375797357,0.0,0.0,0.0,0.0338139088939
-1469733896945453698,0.1,-0.00739205527051,0.0,0.0,0.0,0.0330985133512
-1469733897023720212,0.1,-0.00806879953546,0.0,0.0,0.0,0.0257782515668
-1469733897099536506,0.1,-0.00922856983964,0.0,0.0,0.0,0.0294038092307
-1469733897173639939,0.1,-0.0107552379551,0.0,0.0,0.0,0.0315481990343
-1469733897247893880,0.1,-0.0113573884342,0.0,0.0,0.0,0.0267864280172
-1469733897326099910,0.1,-0.0123999087203,0.0,0.0,0.0,0.0355358736333
-1469733897402613403,0.1,-0.013374214932,0.0,0.0,0.0,0.0312918558607
-1469733897476631272,0.1,-0.0120325447431,0.0,0.0,0.0,0.0321446204866
-1469733897557772524,0.1,-0.0156182296408,0.0,0.0,0.0,0.0268465917057
-1469733897634848639,0.1,-0.0163891941941,0.0,0.0,0.0,0.0297348175386
-1469733897717546449,0.1,-0.0168041274018,0.0,0.0,0.0,0.03152724412
-1469733897799550575,0.1,-0.0177929248939,0.0,0.0,0.0,0.0310369972893
-1469733897877026590,0.1,-0.0184743168483,0.0,0.0,0.0,0.0259400031497
-1469733897955200756,0.1,-0.0171003252946,0.0,0.0,0.0,0.0244593852895
-1469733898029303052,0.1,-0.019075141164,0.0,0.0,0.0,0.0266690902539
-1469733898107850260,0.1,-0.0196796722381,0.0,0.0,0.0,0.0291630544305
-1469733898188356873,0.1,-0.0204434118509,0.0,0.0,0.0,0.0299765699386
-1469733898264616706,0.1,-0.0205038236761,0.0,0.0,0.0,0.0229108803978
-1469733898344648518,0.1,-0.021014469333,0.0,0.0,0.0,0.0272672095127
-1469733898432506467,0.1,-0.0218112017784,0.0,0.0,0.0,0.0296603587847
-1469733898509837479,0.1,-0.0212285839221,0.0,0.0,0.0,0.0291291904598
-1469733898587970175,0.1,-0.0219463337742,0.0,0.0,0.0,0.027084500191
-1469733898665757820,0.1,-0.0213981623141,0.0,0.0,0.0,0.0267504492709
-1469733898744873157,0.1,-0.0223159998133,0.0,0.0,0.0,0.0252398699476
-1469733898826498699,0.1,-0.0226582838794,0.0,0.0,0.0,0.0258422244722
-1469733898913959826,0.1,-0.0226103723941,0.0,0.0,0.0,0.028268842363
-1469733898989981811,0.1,-0.0226368681573,0.0,0.0,0.0,0.0270038170465
-1469733899069488233,0.1,-0.0223545323312,0.0,0.0,0.0,0.0233861207249
-1469733899151406085,0.1,-0.0226949573306,0.0,0.0,0.0,0.0239724868128
-1469733899228592856,0.1,-0.0228739739529,0.0,0.0,0.0,0.0219629694535
-1469733899308900307,0.1,-0.0228341486955,0.0,0.0,0.0,0.0196996273193
-1469733899388517918,0.1,-0.0226862478453,0.0,0.0,0.0,0.0229547652635
-1469733899467573464,0.1,-0.0230173079573,0.0,0.0,0.0,0.0262201905193
-1469733899547826534,0.1,-0.0226383442983,0.0,0.0,0.0,0.0241512298171
-1469733899637024691,0.1,-0.0224811260869,0.0,0.0,0.0,0.0223599700147
-1469733899718072546,0.1,-0.0228460143244,0.0,0.0,0.0,0.0229884456002
-1469733899799668001,0.1,-0.0224629002865,0.0,0.0,0.0,0.0230648577962
-1469733899879994655,0.1,-0.0219933567885,0.0,0.0,0.0,0.0228600007308
-1469733899958946906,0.1,-0.0221854273711,0.0,0.0,0.0,0.0219119708217
-1469733900035993150,0.1,-0.0219492108809,0.0,0.0,0.0,0.0228724495813
-1469733900115842475,0.1,-0.0214798696318,0.0,0.0,0.0,0.0216215178712
-1469733900202560323,0.1,-0.0213969616207,0.0,0.0,0.0,0.0232684441434
-1469733900297922832,0.0,-0.0210240149032,0.0,0.0,0.0,0.0213896989114
-1469733900375604711,0.0,-0.0208330051859,0.0,0.0,0.0,0.0203720834982
-1469733900451689851,0.0,-0.0207085050339,0.0,0.0,0.0,0.0206250611218
-1469733900529649276,0.0,-0.0205008129883,0.0,0.0,0.0,0.0200549048708
-1469733900607979069,0.0,-0.0200430259935,0.0,0.0,0.0,0.0204284506765
-1469733900688594043,0.0,-0.01972000279,0.0,0.0,0.0,0.0200373000436
-1469733900763238999,0.0,-0.0195806810766,0.0,0.0,0.0,0.0182568610823
-1469733900848765032,0.0,-0.0194677194675,0.0,0.0,0.0,0.0197847411352
-1469733900929202985,0.0,-0.0183160473682,0.0,0.0,0.0,0.0191316984135
-1469733901004018014,0.0,-0.0192378793275,0.0,0.0,0.0,0.0188804191992
-1469733901081824636,0.0,-0.020082817253,0.0,0.0,0.0,0.0172868307567
-1469733901159025122,0.0,-0.0199613689214,0.0,0.0,0.0,0.0171452766018
-1469733901240262111,0.0,-0.0214904162662,0.0,0.0,0.0,0.0187976754332
-1469733901318358310,0.0,-0.0195805313161,0.0,0.0,0.0,0.0158235291995
-1469733901397478790,0.0,-0.0187098213626,0.0,0.0,0.0,0.0176293478747
-1469733901472870200,0.0,-0.0189456466659,0.0,0.0,0.0,0.0183405359968
-1469733901555782520,0.0,-0.0184943688496,0.0,0.0,0.0,0.0167359340879
-1469733901636982780,0.0,-0.0179892479908,0.0,0.0,0.0,0.0170088545567
-1469733901714894862,0.0,-0.0180989488307,0.0,0.0,0.0,0.0159972824379
-1469733901793277008,0.0,-0.017857814554,0.0,0.0,0.0,0.0163986496366
-1469733901872299223,0.0,-0.0178721873866,0.0,0.0,0.0,0.014862460199
-1469733901954055875,0.0,-0.0175046219108,0.0,0.0,0.0,0.0156436536588
-1469733902033418746,0.0,-0.0173029932064,0.0,0.0,0.0,0.0161859873689
-1469733902111283372,0.0,-0.0165949932193,0.0,0.0,0.0,0.0144031280105
-1469733902188205539,0.0,-0.0166558497086,0.0,0.0,0.0,0.015184911527
-1469733902263050377,0.0,-0.0165293328416,0.0,0.0,0.0,0.0147864839519
-1469733902341225430,0.0,-0.0162599768659,0.0,0.0,0.0,0.0148092596733
-1469733902419220089,0.0,-0.01557636964,0.0,0.0,0.0,0.0136491239161
-1469733902499362588,0.0,-0.0158215070211,0.0,0.0,0.0,0.0130343510079
-1469733902582240784,0.0,-0.0156135362757,0.0,0.0,0.0,0.0141328715737
-1469733902660705346,0.0,-0.0155350879009,0.0,0.0,0.0,0.0127955998327
-1469733902741801464,0.0,-0.0152069394311,0.0,0.0,0.0,0.0130056758875
-1469733902820435144,0.0,-0.0150053324614,0.0,0.0,0.0,0.0130749934459
-1469733902910045868,0.0,-0.0148525945858,0.0,0.0,0.0,0.0143995398621
-1469733902989411719,0.0,-0.0144624782449,0.0,0.0,0.0,0.0121274326522
-1469733903066655275,0.0,-0.0139314371582,0.0,0.0,0.0,0.010976984346
-1469733903139407393,0.0,-0.0141217140068,0.0,0.0,0.0,0.0105895561207
-1469733903218483755,0.0,-0.0139008458186,0.0,0.0,0.0,0.0107976448544
-1469733903292051012,0.0,-0.0136766977424,0.0,0.0,0.0,0.0108946097359
-1469733903366743046,0.0,-0.0135177311421,0.0,0.0,0.0,0.0118611479601
-1469733903444249504,0.0,-0.0132016314909,0.0,0.0,0.0,0.0110996951552
-1469733903521668688,0.0,-0.0132793537793,0.0,0.0,0.0,0.0115778178006
-1469733903601309960,0.0,-0.0129350906664,0.0,0.0,0.0,0.0123397498324
-1469733903678496046,0.0,-0.0127067647767,0.0,0.0,0.0,0.0121323334205
-1469733903757914771,0.0,-0.0122560755528,0.0,0.0,0.0,0.0107355300631
-1469733903837013381,0.0,-0.0120498907321,0.0,0.0,0.0,0.0107297719082
-1469733903923547710,0.0,-0.0118886268441,0.0,0.0,0.0,0.00977619328424
-1469733904002808481,0.0,-0.0117152047675,0.0,0.0,0.0,0.00974029473058
-1469733904079861924,0.0,-0.0121864076125,0.0,0.0,0.0,0.0116652359436
-1469733904155823121,0.0,-0.0113664124999,0.0,0.0,0.0,0.0113197976712
-1469733904231071061,0.0,-0.0112776159567,0.0,0.0,0.0,0.0105978603786
-1469733904316609151,0.0,-0.0110159209939,0.0,0.0,0.0,0.0110786107942
-1469733904395516238,0.0,-0.0109204113552,0.0,0.0,0.0,0.0101351022731
-1469733904469755914,0.0,-0.0104238472161,0.0,0.0,0.0,0.00904348139498
-1469733904544190422,0.0,-0.0105662843494,0.0,0.0,0.0,0.0108121271325
-1469733904616962150,0.0,-0.0103223142682,0.0,0.0,0.0,0.0106755956617
-1469733904695871088,0.0,-0.0102155316488,0.0,0.0,0.0,0.00551495192302
-1469733904773930941,0.0,-0.0102979279211,0.0,0.0,0.0,0.0078765348901
-1469733904853118005,0.0,-0.0102853891103,0.0,0.0,0.0,0.00886587403272
-1469733904929701427,0.0,-0.0100753183217,0.0,0.0,0.0,0.0104172936649
-1469733905023848400,0.0,-0.0097014107837,0.0,0.0,0.0,0.0102965583416
-1469733905098848984,0.0,-0.00963749341052,0.0,0.0,0.0,0.00872620336906
-1469733905176166003,0.0,-0.00956654825222,0.0,0.0,0.0,0.0079820922663
-1469733905253411743,0.0,-0.00949521942572,0.0,0.0,0.0,0.00853740559419
-1469733905327896822,0.0,-0.00961304072625,0.0,0.0,0.0,0.0082871524776
-1469733905403762949,0.0,-0.00897708040506,0.0,0.0,0.0,0.00756972657816
-1469733905489747776,0.0,-0.00932500466607,0.0,0.0,0.0,0.00816606344651
-1469733905565838861,0.0,-0.00907811816091,0.0,0.0,0.0,0.00765022294937
-1469733905645744998,0.0,-0.00889803401969,0.0,0.0,0.0,0.00757547231884
-1469733905722312883,0.0,-0.00878967166305,0.0,0.0,0.0,0.00684160800505
-1469733905802458011,0.0,-0.00871155064458,0.0,0.0,0.0,0.00566416906181
-1469733905879507134,0.0,-0.00848170043538,0.0,0.0,0.0,0.00799059391308
-1469733905955929099,0.0,-0.00849179944474,0.0,0.0,0.0,0.00552925995442
-1469733906032131689,0.0,-0.00825428415665,0.0,0.0,0.0,0.00526877276721
-1469733906109714849,0.0,-0.00846448332174,0.0,0.0,0.0,0.00440902745387
-1469733906186864518,0.0,-0.00807439736131,0.0,0.0,0.0,0.00505457585905
-1469733906263661050,0.0,-0.00800973796478,0.0,0.0,0.0,0.00410157632519
-1469733906341251482,0.0,-0.00783638007035,0.0,0.0,0.0,0.00372231173891
-1469733906416707770,0.0,-0.00768497199763,0.0,0.0,0.0,0.00416872665668
-1469733906492938285,0.0,-0.00766099886825,0.0,0.0,0.0,0.00331177206093
-1469733906571645519,0.0,-0.00744767537992,0.0,0.0,0.0,0.00499236040857
-1469733906651349552,0.0,-0.00762520800775,0.0,0.0,0.0,0.00315987973698
-1469733906727028244,0.0,-0.00724058484049,0.0,0.0,0.0,0.00338652801043
-1469733906797674320,0.0,-0.00698383138989,0.0,0.0,0.0,0.00340418110616
-1469733906869778638,0.0,-0.00684408661827,0.0,0.0,0.0,0.00278250480084
-1469733906944131585,0.0,-0.00657360255751,0.0,0.0,0.0,0.00261160576086
-1469733907021396325,0.0,-0.00653727119833,0.0,0.0,0.0,0.00317104184966
-1469733907097897533,0.0,-0.00665960994457,0.0,0.0,0.0,0.00325613264545
-1469733907179359472,0.0,-0.0061647979516,0.0,0.0,0.0,0.00278253820607
-1469733907252875064,0.0,-0.00602656151696,0.0,0.0,0.0,0.00298615019069
-1469733907329351939,0.0,-0.00579965850031,0.0,0.0,0.0,0.00343734270249
-1469733907404277934,0.0,-0.00574651370983,0.0,0.0,0.0,0.00526078401212
-1469733907480942180,0.0,-0.00581723122286,0.0,0.0,0.0,0.00297450140746
-1469733907557364666,0.0,-0.00537248851443,0.0,0.0,0.0,0.00278058440486
-1469733907634969876,0.0,-0.00533310823145,0.0,0.0,0.0,0.00318125222303
-1469733907710222080,0.0,-0.0050955196383,0.0,0.0,0.0,0.00472679168284
-1469733907785619613,0.0,-0.00505651382794,0.0,0.0,0.0,0.00503669800858
-1469733907862715410,0.0,-0.00475762296088,0.0,0.0,0.0,0.00439927115274
-1469733907936069019,0.0,-0.00500800663983,0.0,0.0,0.0,0.00306180905206
-1469733908021222171,0.0,-0.0047098451102,0.0,0.0,0.0,0.00362706631647
-1469733908097497753,0.0,-0.00445081360202,0.0,0.0,0.0,0.00280414109447
-1469733908176438502,0.0,-0.00433560207835,0.0,0.0,0.0,0.00271159681548
-1469733908252689815,0.0,-0.00434810265981,0.0,0.0,0.0,0.00371515257873
-1469733908335597951,0.0,-0.00410990150162,0.0,0.0,0.0,0.00367923923241
-1469733908409514383,0.0,-0.00411619129772,0.0,0.0,0.0,0.00465773898913
-1469733908487638446,0.0,-0.00422470758257,0.0,0.0,0.0,0.00316303371575
-1469733908567389841,0.0,-0.00402650673548,0.0,0.0,0.0,0.00407539644541
-1469733908643084828,0.0,-0.00383140954127,0.0,0.0,0.0,0.00282224733878
-1469733908724343057,0.0,-0.00384344624362,0.0,0.0,0.0,0.00405299838833
-1469733908800760829,0.0,-0.00377463310668,0.0,0.0,0.0,0.003759276395
-1469733908881116358,0.0,-0.00369862064266,0.0,0.0,0.0,0.00404542569224
-1469733908958199385,0.0,-0.00361995114159,0.0,0.0,0.0,0.00469141136124
-1469733909033507352,0.0,-0.0037283829323,0.0,0.0,0.0,0.00353035340225
-1469733909111923373,0.0,-0.00356720813739,0.0,0.0,0.0,0.00274907593148
-1469733909192795584,0.0,-0.00345427687332,0.0,0.0,0.0,0.00370512804089
-1469733909270381910,0.0,-0.00333221807693,0.0,0.0,0.0,0.0035734746084
-1469733909348733200,0.0,-0.00327287228947,0.0,0.0,0.0,0.00257372129887
-1469733909427646383,0.0,-0.00324821823412,0.0,0.0,0.0,0.00426627895422
-1469733909509901115,0.0,-0.00324875467939,0.0,0.0,0.0,0.00436547665539
-1469733909580738297,0.0,-0.00318967797338,0.0,0.0,0.0,0.00307128473019
-1469733909655241276,0.0,-0.00305897594806,0.0,0.0,0.0,0.00341113674282
-1469733909732625066,0.0,-0.00320824219387,0.0,0.0,0.0,0.00343816291734
-1469733909809295139,0.0,-0.0032195713929,0.0,0.0,0.0,0.00404622861525
-1469733909896958474,0.0,-0.00308755108047,0.0,0.0,0.0,0.00410947188218
-1469733909971346918,0.0,-0.00309580172009,0.0,0.0,0.0,0.00280630478279
-1469733910049897271,0.0,-0.00304785616892,0.0,0.0,0.0,0.00266141042578
-1469733910123320768,0.0,-0.00288750152526,0.0,0.0,0.0,0.00305002843562
-1469733910195120752,0.0,-0.00286862757938,0.0,0.0,0.0,0.0042453274115
-1469733910275790197,0.0,-0.00288080900842,0.0,0.0,0.0,0.00304709493319
-1469733910351095139,0.0,-0.00288599587644,0.0,0.0,0.0,0.00252104227319
-1469733910431157495,0.0,-0.00277559284508,0.0,0.0,0.0,0.00258523675368
-1469733910507450932,0.0,-0.00282185097936,0.0,0.0,0.0,0.00240195974632
-1469733910584386728,0.0,-0.00279623137686,0.0,0.0,0.0,0.00389235012049
-1469733910661368891,0.0,-0.00272440374918,0.0,0.0,0.0,0.0039640590823
-1469733910736258548,0.0,-0.00283377120335,0.0,0.0,0.0,0.00382077479354
-1469733910815508447,0.0,-0.00275141050663,0.0,0.0,0.0,0.00447448059606
-1469733910891543353,0.0,-0.00271197606795,0.0,0.0,0.0,0.00270289252184
-1469733910971642245,0.0,-0.00266927422958,0.0,0.0,0.0,0.00212720451984
-1469733911047758206,0.0,-0.00267240796435,0.0,0.0,0.0,0.0014410021256
-1469733911118658422,0.0,-0.00264295489233,0.0,0.0,0.0,0.00161986853822
-1469733911197299015,0.0,-0.00256749177284,0.0,0.0,0.0,0.00252547880809
-1469733911273649859,0.0,-0.00263950453247,0.0,0.0,0.0,0.00322120207333
-1469733911350802156,0.0,-0.00254140514199,0.0,0.0,0.0,0.00392656015954
-1469733911427102186,0.0,-0.00232832569528,0.0,0.0,0.0,0.00233989007024
-1469733911502455542,0.0,-0.00236166135268,0.0,0.0,0.0,0.00164126029575
-1469733911577678451,0.0,-0.00235079939955,0.0,0.0,0.0,0.00268722493447
-1469733911657425941,0.0,-0.00238826758751,0.0,0.0,0.0,0.00291548843872
-1469733911733474713,0.0,-0.00249458460826,0.0,0.0,0.0,0.0029628569799
-1469733911816335773,0.0,-0.00244750275833,0.0,0.0,0.0,0.00265264067736
-1469733911893044800,0.0,-0.00235854058238,0.0,0.0,0.0,0.0031943313952
-1469733911971819689,0.0,-0.00230619525917,0.0,0.0,0.0,0.00349818148564
-1469733912059053281,0.0,-0.002300950448,0.0,0.0,0.0,0.00166047119719
-1469733912137514713,0.0,-0.00229689380564,0.0,0.0,0.0,0.0
-1469733912213373888,0.0,-0.00219803838719,0.0,0.0,0.0,0.0
-1469733912296408731,0.0,-0.00218242337854,0.0,0.0,0.0,0.00186901437469
-1469733912376423987,0.0,-0.00226521358228,0.0,0.0,0.0,0.002291352806
-1469733912451646980,0.0,-0.00222390469385,0.0,0.0,0.0,0.00299708633704
-1469733912532751009,0.0,-0.0021779067677,0.0,0.0,0.0,0.00322127124674
-1469733912620133401,0.0,-0.00219915211223,0.0,0.0,0.0,0.00380584754418
-1469733912692733134,0.0,-0.00210404700238,0.0,0.0,0.0,0.00333607773269
-1469733912772715012,0.0,-0.00217535599037,0.0,0.0,0.0,0.0036540041944
-1469733912850440752,0.0,-0.00202512417275,0.0,0.0,0.0,0.0
-1469733912937096581,0.0,-0.00222851824375,0.0,0.0,0.0,0.00219839160627
-1469733913013480134,0.0,-0.00244345735604,0.0,0.0,0.0,0.00334108218395
-1469733913088986536,0.0,-0.00223774010211,0.0,0.0,0.0,0.00390128137005
-1469733913169054901,0.0,-0.00211854348262,0.0,0.0,0.0,0.00346115924337
-1469733913252872816,0.0,-0.00221173571035,0.0,0.0,0.0,0.00382663226208
-1469733913330894605,0.0,-0.00196291074368,0.0,0.0,0.0,0.00202542197132
-1469733913417933904,0.0,-0.00201232249411,0.0,0.0,0.0,0.0
-1469733913495351047,0.0,-0.00185894116101,0.0,0.0,0.0,0.00297143611653
-1469733913576722729,0.0,-0.00200638133875,0.0,0.0,0.0,0.00269195287953
-1469733913652978601,0.0,-0.00206949127889,0.0,0.0,0.0,0.00324682760081
-1469733913732624364,0.0,-0.00205204231038,0.0,0.0,0.0,0.00302855800144
-1469733913815969722,0.0,-0.00199874123144,0.0,0.0,0.0,0.00316154025665
-1469733913897530157,0.0,-0.00200621703615,0.0,0.0,0.0,0.00286262814824
-1469733913975621250,0.0,-0.00193350146876,0.0,0.0,0.0,0.00216280489027
-1469733914048768769,0.0,-0.0019188152235,0.0,0.0,0.0,0.00224382551066
-1469733914129910194,0.0,-0.00198162006892,0.0,0.0,0.0,0.0
-1469733914209037078,0.0,-0.00193869954502,0.0,0.0,0.0,0.0
-1469733914289259454,0.0,-0.00197159298965,0.0,0.0,0.0,0.0
-1469733914363075013,0.0,-0.00197235821092,0.0,0.0,0.0,0.00150721004725
-1469733914441945528,0.0,-0.00200549411909,0.0,0.0,0.0,0.0
-1469733914519656308,0.0,-0.00197019990118,0.0,0.0,0.0,0.0
-1469733914595446348,0.0,-0.00199574571957,0.0,0.0,0.0,0.0
-1469733914679483070,0.0,-0.00201345440047,0.0,0.0,0.0,0.00200628948786
-1469733914758011564,0.0,-0.00184418904961,0.0,0.0,0.0,0.0
-1469733914836006001,0.0,-0.0019470257403,0.0,0.0,0.0,0.0
-1469733914912064141,0.0,-0.00204578874879,0.0,0.0,0.0,0.00170894246647
-1469733914991806605,0.0,-0.0019243865466,0.0,0.0,0.0,0.0
-1469733915066743281,0.0,-0.00184238196714,0.0,0.0,0.0,0.0
-1469733915142444320,0.0,-0.00175734740793,0.0,0.0,0.0,0.0
-1469733915217333572,0.0,-0.00171803881193,0.0,0.0,0.0,0.00182230215875
-1469733915292378174,0.0,-0.00155589391594,0.0,0.0,0.0,0.0
-1469733915368739825,0.0,-0.00153429359615,0.0,0.0,0.0,0.0
-1469733915447766431,0.0,-0.00148625953823,0.0,0.0,0.0,0.00139792443149
-1469733915523498224,0.0,-0.00153609490958,0.0,0.0,0.0,0.00216734226154
-1469733915604566605,0.0,-0.00134495175749,0.0,0.0,0.0,0.0
-1469733915684453174,0.0,-0.00126091812268,0.0,0.0,0.0,0.0
-1469733915761352292,0.0,-0.00129712943285,0.0,0.0,0.0,0.00164024897041
-1469733915845620549,0.0,-0.001219737648,0.0,0.0,0.0,0.0
-1469733915921809102,0.0,-0.00110471072118,0.0,0.0,0.0,0.0
-1469733916001510052,0.0,-0.00111705330534,0.0,0.0,0.0,0.0
-1469733916076719496,0.0,-0.00110567691868,0.0,0.0,0.0,0.0024417146983
-1469733916157184142,0.0,-0.00115491870218,0.0,0.0,0.0,0.001437154187
-1469733916235949330,0.0,-0.00099104325555,0.0,0.0,0.0,0.0
-1469733916313827521,0.0,-0.000990199923802,0.0,0.0,0.0,0.0
-1469733916392568645,0.0,-0.000910310671795,0.0,0.0,0.0,0.0
-1469733916470625904,0.0,-0.000933923363379,0.0,0.0,0.0,0.0
-1469733916550168391,0.0,-0.000907936410841,0.0,0.0,0.0,0.00154967342379
-1469733916627461250,0.0,-0.000902095680529,0.0,0.0,0.0,0.0026300593868
-1469733916704542010,0.0,-0.000864569397192,0.0,0.0,0.0,0.00211701517906
-1469733916781120962,0.008,0.0,0.0,0.0,0.0,0.0
-1469733916856004915,0.008,0.0,0.0,0.0,0.0,0.0
-1469733916930563091,0.0,0.0,0.0,0.0,0.0,0.00145630160834
-1469733917015633497,0.008,0.0,0.0,0.0,0.0,0.0
-1469733917093487526,0.0,0.0,0.0,0.0,0.0,0.00166505730853
-1469733917175923622,0.008,0.0,0.0,0.0,0.0,0.0
-1469733917256802331,0.0,0.0,0.0,0.0,0.0,-0.00164573540602
-1469733917334781178,0.008,0.0,0.0,0.0,0.0,0.0
-1469733917416956522,0.008,0.0,0.0,0.0,0.0,0.0
-1469733917491578373,0.008,0.0,0.0,0.0,0.0,0.0
-1469733917570628230,0.0,0.0,0.0,0.0,0.0,0.00397312163233
-1469733917646370889,0.008,0.0,0.0,0.0,0.0,0.0
-1469733917724806577,0.008,0.0,0.0,0.0,0.0,0.0
-1469733917802198912,0.0,0.0,0.0,0.0,0.0,0.00382800192897
-1469733917881053886,0.0,0.0,0.0,0.0,0.0,0.00169242010533
-1469733917959941255,0.008,0.0,0.0,0.0,0.0,0.0
-1469733918039616084,0.0,0.0,0.0,0.0,0.0,0.0016454407326
-1469733918115566439,0.008,0.0,0.0,0.0,0.0,0.0
-1469733918191639033,0.008,0.0,0.0,0.0,0.0,0.0
-1469733918267971712,0.0,0.0,0.0,0.0,0.0,0.00283900233475
-1469733918347530339,0.0,0.0,0.0,0.0,0.0,0.00251009063207
-1469733918425410398,0.008,0.0,0.0,0.0,0.0,0.0
-1469733918504352690,0.008,0.0,0.0,0.0,0.0,0.0
-1469733918581730642,0.008,0.0,0.0,0.0,0.0,0.0
-1469733918672732279,0.008,0.0,0.0,0.0,0.0,0.0
-1469733918750176692,0.0,0.0,0.0,0.0,0.0,0.00165369224449
-1469733918828011468,0.0,0.0,0.0,0.0,0.0,0.00347496225673
-1469733918903779597,0.0,0.0,0.0,0.0,0.0,0.00201638178955
-1469733918981048388,0.0,0.0,0.0,0.0,0.0,0.00200747629935
-1469733919058028724,0.0,0.0,0.0,0.0,0.0,0.00199834774527
-1469733919134570719,0.008,0.0,0.0,0.0,0.0,0.0
-1469733919212256829,0.008,0.0,0.0,0.0,0.0,0.0
-1469733919290168191,0.008,0.0,0.0,0.0,0.0,0.0
-1469733919368350754,0.0,0.0,0.0,0.0,0.0,0.00400368912837
-1469733919452878269,0.0,0.0,0.0,0.0,0.0,0.00267164311882
-1469733919532369492,0.0,0.0,0.0,0.0,0.0,0.0015005520079
-1469733919613568403,0.0,0.0,0.0,0.0,0.0,0.00402403982441
-1469733919689176837,0.0,0.0,0.0,0.0,0.0,0.00336041783808
-1469733919767874412,0.008,0.0,0.0,0.0,0.0,0.0
-1469733919851143691,0.008,0.0,0.0,0.0,0.0,0.0
-1469733919929869656,0.008,0.0,0.0,0.0,0.0,0.0
-1469733920007976686,0.0,0.0,0.0,0.0,0.0,0.00156212786816
-1469733920088258527,0.008,0.0,0.0,0.0,0.0,0.0
-1469733920171200197,0.008,0.0,0.0,0.0,0.0,0.0
-1469733920248633636,0.008,0.0,0.0,0.0,0.0,0.0
-1469733920331635856,0.008,0.0,0.0,0.0,0.0,0.0
-1469733920407264670,0.0,0.0,0.0,0.0,0.0,0.00207546597186
-1469733920483113338,0.0,0.0,0.0,0.0,0.0,0.00146893229803
-1469733920560763400,0.0,0.0,0.0,0.0,0.0,0.0038038033401
-1469733920637882469,0.0,0.0,0.0,0.0,0.0,0.00223050212624
-1469733920716128803,0.008,0.0,0.0,0.0,0.0,0.0
-1469733920792005249,0.008,0.0,0.0,0.0,0.0,0.0
-1469733920871264121,0.008,0.0,0.0,0.0,0.0,0.0
-1469733920949313226,0.0,0.0,0.0,0.0,0.0,0.00147790060041
-1469733921026419967,0.008,0.0,0.0,0.0,0.0,0.0
-1469733921106600157,0.008,0.0,0.0,0.0,0.0,0.0
-1469733921188122653,0.008,0.0,0.0,0.0,0.0,0.0
-1469733921267011556,0.008,0.0,0.0,0.0,0.0,0.0
-1469733921348627389,0.0,0.0,0.0,0.0,0.0,-0.00151588381812
-1469733921427709002,0.008,0.0,0.0,0.0,0.0,0.0
-1469733921507513293,0.008,0.0,0.0,0.0,0.0,0.0
-1469733921587270444,0.008,0.0,0.0,0.0,0.0,0.0
-1469733921665576745,0.0,0.0,0.0,0.0,0.0,0.00234924604366
-1469733921741421654,0.008,0.0,0.0,0.0,0.0,0.0
-1469733921820391498,0.0,-0.000971377250875,0.0,0.0,0.0,0.0
-1469733921908738709,0.0,-0.00103635452388,0.0,0.0,0.0,0.00153482933694
-1469733921988992572,0.0,-0.00106635263465,0.0,0.0,0.0,0.00198508391989
-1469733922067647329,0.0,-0.00105083779408,0.0,0.0,0.0,0.0
-1469733922145511945,0.0,-0.00109942244456,0.0,0.0,0.0,0.0
-1469733922222984015,0.0,-0.00110864374684,0.0,0.0,0.0,0.0
-1469733922299897668,0.0,-0.00112295548817,0.0,0.0,0.0,0.0
-1469733922391624148,0.0,-0.00107494031332,0.0,0.0,0.0,0.0
-1469733922471007793,0.0,-0.00119642203497,0.0,0.0,0.0,0.0
-1469733922550176571,0.0,-0.00135108562426,0.0,0.0,0.0,0.0
-1469733922628344470,0.0,-0.00133410139071,0.0,0.0,0.0,0.0
-1469733922707894883,0.0,-0.00142846639882,0.0,0.0,0.0,0.0
-1469733922783537205,0.0,-0.00136337044185,0.0,0.0,0.0,-0.00153484586674
-1469733922862393477,0.0,-0.000158191129196,0.0,0.0,0.0,0.0
-1469733922939152429,0.0,-0.000757112928326,0.0,0.0,0.0,0.0
-1469733923018466099,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923097433283,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923172303296,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923255988323,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923334620904,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923409732801,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923495795144,0.0,0.0,0.0,0.0,0.0,-0.00155069136517
-1469733923575103017,0.0,0.0,0.0,0.0,0.0,-0.00174929979485
-1469733923647773788,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923735066005,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923811821384,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923890720145,0.008,0.0,0.0,0.0,0.0,0.0
-1469733923968535633,0.0,0.0,0.0,0.0,0.0,0.00162133231829
-1469733924049263649,0.008,0.0,0.0,0.0,0.0,0.0
-1469733924127512005,0.008,0.0,0.0,0.0,0.0,0.0
-1469733924202421262,0.008,0.0,0.0,0.0,0.0,0.0
-1469733924283629471,0.0,0.0,0.0,0.0,0.0,0.00147527004388
-1469733924364997532,0.0,0.0,0.0,0.0,0.0,0.00161241774412
-1469733924443195413,0.0,0.0,0.0,0.0,0.0,0.00144039443195
-1469733924520182939,0.0,0.0,0.0,0.0,0.0,0.0018508718291
-1469733924600253349,0.0,0.0,0.0,0.0,0.0,0.0021685402808
-1469733924679602927,0.008,0.0,0.0,0.0,0.0,0.0
-1469733924758483937,0.008,0.0,0.0,0.0,0.0,0.0
-1469733924834223714,0.008,0.0,0.0,0.0,0.0,0.0
-1469733924914626788,0.008,0.0,0.0,0.0,0.0,0.0
-1469733924991084445,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925071385992,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925151295495,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925229453675,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925304189383,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925385230004,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925467316900,0.0,0.0,0.0,0.0,0.0,0.00160338742224
-1469733925547959728,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925623833195,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925704510601,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925786255946,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925865537796,0.008,0.0,0.0,0.0,0.0,0.0
-1469733925942667984,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926021004776,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926099887862,0.0,0.0,0.0,0.0,0.0,0.00154155936623
-1469733926176974142,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926257044183,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926341944567,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926418774227,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926498717644,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926574255055,0.0,0.0,0.0,0.0,0.0,0.0024525982575
-1469733926659860700,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926740160255,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926817554805,0.0,0.0,0.0,0.0,0.0,0.00152192008517
-1469733926897304049,0.008,0.0,0.0,0.0,0.0,0.0
-1469733926977553580,0.008,0.0,0.0,0.0,0.0,0.0
-1469733927061128909,0.008,0.0,0.0,0.0,0.0,0.0
-1469733927141951915,0.008,0.0,0.0,0.0,0.0,0.0
-1469733927221822519,0.008,0.0,0.0,0.0,0.0,0.0
-1469733927300673061,0.008,0.0,0.0,0.0,0.0,0.0
-1469733927377314907,0.0,0.0,0.0,0.0,0.0,0.00280485438778
-1469733927452960187,0.0,0.0,0.0,0.0,0.0,0.00195241589535
-1469733927530690195,0.008,0.0,0.0,0.0,0.0,0.0
-1469733927606637995,0.008,0.0,0.0,0.0,0.0,0.0
-1469733927681757580,0.0,0.0,0.0,0.0,0.0,0.00317734478204
-1469733927761443131,0.0,0.0,0.0,0.0,0.0,0.00297801966328
-1469733927840442767,0.0,0.0,0.0,0.0,0.0,0.00203867350074
-1469733927919456912,0.0,0.0,0.0,0.0,0.0,0.0022542746401
-1469733927998592078,0.0,0.0,0.0,0.0,0.0,0.00332634922989
-1469733928076305627,0.0,0.0,0.0,0.0,0.0,0.00284345900459
-1469733928158148937,0.0,0.0,0.0,0.0,0.0,0.00227802387013
-1469733928235415993,0.0,0.0,0.0,0.0,0.0,0.00209318834811
-1469733928314247956,0.0,0.0,0.0,0.0,0.0,0.00263301701714
-1469733928387280959,0.0,0.0,0.0,0.0,0.0,0.00272614978594
-1469733928470005068,0.0,0.0,0.0,0.0,0.0,0.00281783957944
-1469733928545608689,0.0,0.0,0.0,0.0,0.0,0.00217133382467
-1469733928622770745,0.0,0.0,0.0,0.0,0.0,0.00216453289061
-1469733928701497148,0.0,0.0,0.0,0.0,0.0,0.00305707775048
-1469733928779041724,0.0,0.0,0.0,0.0,0.0,0.00153531887076
-1469733928856409311,0.0,0.0,0.0,0.0,0.0,0.00217971784961
-1469733928938191672,0.0,0.0,0.0,0.0,0.0,0.00173109281052
-1469733929018352432,0.0,0.0,0.0,0.0,0.0,0.00210851732831
-1469733929096864783,0.0,0.0,0.0,0.0,0.0,0.0022331961076
-1469733929176090375,0.0,0.0,0.0,0.0,0.0,0.00313469491765
-1469733929251184069,0.0,0.0,0.0,0.0,0.0,0.00308100048436
-1469733929329981117,0.0,0.0,0.0,0.0,0.0,0.00178623583266
-1469733929405554339,0.008,0.0,0.0,0.0,0.0,0.0
-1469733929485283038,0.008,0.0,0.0,0.0,0.0,0.0
-1469733929562772955,0.0,0.0,0.0,0.0,0.0,0.00266917133014
-1469733929638409088,0.0,0.0,0.0,0.0,0.0,0.0030952863477
-1469733929716419154,0.0,0.0,0.0,0.0,0.0,0.00232168687074
-1469733929792462330,0.008,0.0,0.0,0.0,0.0,0.0
-1469733929872619729,0.0,0.0,0.0,0.0,0.0,0.00180111747129
-1469733929948455149,0.008,0.0,0.0,0.0,0.0,0.0
-1469733930028624855,0.0,0.0,0.0,0.0,0.0,0.00346952669494
-1469733930103783952,0.0,0.0,0.0,0.0,0.0,0.00185900339942
-1469733930180557043,0.0,0.0,0.0,0.0,0.0,0.00145425193598
-1469733930267767110,0.008,0.0,0.0,0.0,0.0,0.0
-1469733930344208995,0.008,0.0,0.0,0.0,0.0,0.0
-1469733930431066196,0.008,0.0,0.0,0.0,0.0,0.0
-1469733930508796131,0.0,0.0,0.0,0.0,0.0,0.00177453909203
-1469733930595907342,0.0,0.0,0.0,0.0,0.0,0.00185913053823
-1469733930671882093,0.0,0.0,0.0,0.0,0.0,0.00230420569972
-1469733930758307814,0.0,0.0,0.0,0.0,0.0,0.0024349790708
-1469733930837952396,0.0,0.0,0.0,0.0,0.0,0.00208437645252
-1469733930917815249,0.008,0.0,0.0,0.0,0.0,0.0
-1469733930998255361,0.0,0.0,0.0,0.0,0.0,0.00203420045078
-1469733931075263635,0.008,0.0,0.0,0.0,0.0,0.0
-1469733931153305951,0.008,0.0,0.0,0.0,0.0,0.0
-1469733931230143438,0.008,0.0,0.0,0.0,0.0,0.0
-1469733931310258465,0.0,0.0,0.0,0.0,0.0,0.0014927071489
-1469733931390816841,0.0,0.0,0.0,0.0,0.0,0.0017427978151
-1469733931469924180,0.008,0.0,0.0,0.0,0.0,0.0
-1469733931555243005,0.008,0.0,0.0,0.0,0.0,0.0
-1469733931639510110,0.008,0.0,0.0,0.0,0.0,0.0
-1469733931730376376,0.0,0.0,0.0,0.0,0.0,0.00181610515157
-1469733931808599798,0.0,0.0,0.0,0.0,0.0,0.00162854367848
-1469733931890682291,0.008,0.0,0.0,0.0,0.0,0.0
-1469733931968462801,0.0,0.0,0.0,0.0,0.0,0.00147413862321
-1469733932047309637,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932128300196,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932204108467,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932283309296,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932363440026,0.0,0.0,0.0,0.0,0.0,0.00192323221417
-1469733932450404639,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932526256018,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932604932986,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932683141829,0.0,0.0,0.0,0.0,0.0,0.00199996675148
-1469733932760838937,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932838079244,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932917736029,0.008,0.0,0.0,0.0,0.0,0.0
-1469733932992686654,0.0,0.0,0.0,0.0,0.0,0.00192016102441
-1469733933069279336,0.008,0.0,0.0,0.0,0.0,0.0
-1469733933149253241,0.008,0.0,0.0,0.0,0.0,0.0
-1469733933237310825,0.0,0.0,0.0,0.0,0.0,0.00191273601317
-1469733933319530852,0.0,0.0,0.0,0.0,0.0,0.00149042863891
-1469733933399384572,0.0,0.0,0.0,0.0,0.0,0.00150571504473
-1469733933478968517,0.008,0.0,0.0,0.0,0.0,0.0
-1469733933556877861,0.0,0.0,0.0,0.0,0.0,0.00199464099604
-1469733933637831611,0.008,0.0,0.0,0.0,0.0,0.0
+1470133505058169962,0.15,-0.324243887134,0.0,0.0,0.0,0.0444696181489
+1470133505145698275,0.15,-0.316234372797,0.0,0.0,0.0,0.0443307831284
+1470133505227770701,0.15,-0.316909979525,0.0,0.0,0.0,0.0445538826451
+1470133505308831859,0.15,-0.316233901921,0.0,0.0,0.0,0.0443307831284
+1470133505389469514,0.15,-0.316586769763,0.0,0.0,0.0,0.044469037577
+1470133505469919892,0.15,-0.317212214413,0.0,0.0,0.0,0.044583034522
+1470133505548172094,0.15,-0.316543695274,0.0,0.0,0.0,0.0443859954055
+1470133505622889269,0.15,-0.316882060113,0.0,0.0,0.0,0.0444696181489
+1470133505702812064,0.15,-0.321452280226,0.0,0.0,0.0,0.0224327594425
+1470133505775420340,0.15,-0.306884319129,0.0,0.0,0.0,0.0293297006373
+1470133505854630885,0.15,-0.302529964986,0.0,0.0,0.0,0.0228032329497
+1470133505934948605,0.15,-0.273064042869,0.0,0.0,0.0,0.0358772188892
+1470133506008176240,0.15,-0.255587352458,0.0,0.0,0.0,0.0274102081058
+1470133506085627589,0.15,-0.240713372174,0.0,0.0,0.0,0.0216888526179
+1470133506162668840,0.15,-0.22733880097,0.0,0.0,0.0,0.0234038345682
+1470133506234105986,0.15,-0.208326345029,0.0,0.0,0.0,0.0245692098934
+1470133506310786048,0.15,-0.193127665463,0.0,0.0,0.0,0.026371489152
+1470133506385634626,0.15,-0.175476702693,0.0,0.0,0.0,0.0371019825678
+1470133506461474158,0.15,-0.153400397244,0.0,0.0,0.0,0.0254948891054
+1470133506534493621,0.15,-0.136548283341,0.0,0.0,0.0,0.0312023952984
+1470133506606982614,0.15,-0.122486947718,0.0,0.0,0.0,0.0325102710667
+1470133506684811563,0.15,-0.108358988705,0.0,0.0,0.0,0.0286205703777
+1470133506760223650,0.15,-0.0853669934897,0.0,0.0,0.0,0.0278024409838
+1470133506834365700,0.15,-0.0745235576658,0.0,0.0,0.0,0.0291221369279
+1470133506911734394,0.15,-0.0647354313164,0.0,0.0,0.0,0.0326324904635
+1470133506988578199,0.15,-0.0538025099962,0.0,0.0,0.0,0.028812954234
+1470133507059907873,0.15,-0.0368749920456,0.0,0.0,0.0,0.0272475043263
+1470133507132338281,0.15,-0.0273292844175,0.0,0.0,0.0,0.0198555850644
+1470133507209580969,0.15,-0.0207441246687,0.0,0.0,0.0,0.0281497685259
+1470133507286639986,0.15,-0.0142313201903,0.0,0.0,0.0,0.0342885316928
+1470133507362891345,0.15,-0.00516565365631,0.0,0.0,0.0,0.00845023952123
+1470133507433907413,0.15,0.0,0.0,0.0,0.0,0.0128491858375
+1470133507513662669,0.15,0.00277699615892,0.0,0.0,0.0,0.0198000876232
+1470133507590537121,0.15,0.00652782598596,0.0,0.0,0.0,0.0444491204174
+1470133507661630641,0.15,0.0102008383054,0.0,0.0,0.0,0.0119104186529
+1470133507732379176,0.15,0.0115720163574,0.0,0.0,0.0,0.0295667236243
+1470133507805969533,0.15,0.0137914478881,0.0,0.0,0.0,0.0129195988704
+1470133507875932866,0.15,0.0137753221587,0.0,0.0,0.0,0.0233141337715
+1470133507956529623,0.15,0.0149421233692,0.0,0.0,0.0,0.0269166012391
+1470133508033801975,0.15,0.0137576117375,0.0,0.0,0.0,0.0149950053605
+1470133508114715198,0.15,0.0132798373428,0.0,0.0,0.0,0.0301700136799
+1470133508192070552,0.15,0.0121081260973,0.0,0.0,0.0,0.0140946745882
+1470133508267803799,0.15,0.011195315822,0.0,0.0,0.0,0.0114096542497
+1470133508342636335,0.15,0.00963323162023,0.0,0.0,0.0,0.0174348471053
+1470133508420603049,0.15,0.00814399266003,0.0,0.0,0.0,0.022650833156
+1470133508500841308,0.15,0.00552200545817,0.0,0.0,0.0,0.0207306897349
+1470133508576457206,0.15,0.00344322837044,0.0,0.0,0.0,0.0349903433199
+1470133508655593362,0.15,0.0017033731946,0.0,0.0,0.0,0.0261689519913
+1470133508730444974,0.15,0.0,0.0,0.0,0.0,0.0161570123745
+1470133508807347851,0.15,-0.00406104276802,0.0,0.0,0.0,0.00406621773035
+1470133508883984463,0.15,-0.00680508205581,0.0,0.0,0.0,0.0117252213055
+1470133508960457719,0.15,-0.00847983507354,0.0,0.0,0.0,0.0141540770853
+1470133509033278047,0.15,-0.0115640382646,0.0,0.0,0.0,0.0
+1470133509109150331,0.15,-0.0139563709675,0.0,0.0,0.0,0.0369928548822
+1470133509183799795,0.15,-0.0152777174293,0.0,0.0,0.0,0.0182603297573
+1470133509256427549,0.15,-0.0178927894487,0.0,0.0,0.0,0.0236542162963
+1470133509330013673,0.15,-0.019493797253,0.0,0.0,0.0,0.01495555632
+1470133509403576683,0.15,-0.0205677952795,0.0,0.0,0.0,0.041735749203
+1470133509479402474,0.15,-0.0232217250942,0.0,0.0,0.0,0.0351264034861
+1470133509554720971,0.15,-0.0243972250252,0.0,0.0,0.0,0.0225009381866
+1470133509627900834,0.15,-0.0257517655371,0.0,0.0,0.0,0.00810204317552
+1470133509699935445,0.15,-0.0257850481002,0.0,0.0,0.0,0.0199009544523
+1470133509770785948,0.15,-0.0260783975749,0.0,0.0,0.0,0.0101603509511
+1470133509842265717,0.15,-0.0266028794079,0.0,0.0,0.0,0.0226541847727
+1470133509915038373,0.15,-0.0268344437509,0.0,0.0,0.0,0.0305913806448
+1470133509987848555,0.15,-0.0266257006108,0.0,0.0,0.0,0.0181838941918
+1470133510063572136,0.15,-0.0269547777056,0.0,0.0,0.0,0.0218293019463
+1470133510139827370,0.15,-0.0278807426422,0.0,0.0,0.0,0.0228192392658
+1470133510215908453,0.15,-0.0277649592786,0.0,0.0,0.0,0.0101802683128
+1470133510288752277,0.15,-0.0288190286784,0.0,0.0,0.0,0.0305477512228
+1470133510360768301,0.15,-0.0283921582429,0.0,0.0,0.0,0.0187644661825
+1470133510437929248,0.15,-0.0279593060343,0.0,0.0,0.0,0.014151611455
+1470133510515776926,0.15,-0.0277297604262,0.0,0.0,0.0,0.0107526494276
+1470133510589967613,0.15,-0.026800093147,0.0,0.0,0.0,0.0111733114587
+1470133510662190326,0.15,-0.0266892582356,0.0,0.0,0.0,0.0237202541401
+1470133510733354313,0.15,-0.02611810984,0.0,0.0,0.0,-0.00533099125568
+1470133510807852655,0.15,-0.025866416636,0.0,0.0,0.0,0.00676111375295
+1470133510884135391,0.15,-0.0250157597839,0.0,0.0,0.0,0.00638734787363
+1470133510962877825,0.15,-0.0248973003208,0.0,0.0,0.0,0.0211696282701
+1470133511039854770,0.15,-0.0243897549986,0.0,0.0,0.0,0.00800984942488
+1470133511115820647,0.15,-0.024016690868,0.0,0.0,0.0,0.0109627528174
+1470133511190775357,0.15,-0.0233284926592,0.0,0.0,0.0,0.0198978839542
+1470133511269273822,0.15,-0.0217849742799,0.0,0.0,0.0,0.0200914203818
+1470133511347889609,0.15,-0.0209737818121,0.0,0.0,0.0,0.0126786103712
+1470133511425343659,0.15,-0.0195811443954,0.0,0.0,0.0,0.00574237861237
+1470133511498347479,0.15,-0.0181824215679,0.0,0.0,0.0,0.00555504401914
+1470133511574602900,0.15,-0.0172545635878,0.0,0.0,0.0,0.00808936569504
+1470133511654094508,0.15,-0.0161431892021,0.0,0.0,0.0,0.0114765316741
+1470133511728631709,0.15,-0.014348430167,0.0,0.0,0.0,0.0049865021475
+1470133511803684126,0.15,-0.0133430093332,0.0,0.0,0.0,0.0
+1470133511880748385,0.15,-0.0125664239182,0.0,0.0,0.0,0.00281144137495
+1470133511958612589,0.15,-0.0116303813263,0.0,0.0,0.0,0.0123512885465
+1470133512032749924,0.15,-0.0104392761915,0.0,0.0,0.0,0.00575807794407
+1470133512109295656,0.15,-0.00965689090926,0.0,0.0,0.0,0.0139680651228
+1470133512183868191,0.15,-0.00876511743206,0.0,0.0,0.0,0.00824789563005
+1470133512257698223,0.15,-0.00754527380604,0.0,0.0,0.0,0.0167468286095
+1470133512331071557,0.15,-0.00668947296131,0.0,0.0,0.0,0.00482047478617
+1470133512412891173,0.15,-0.00584495829333,0.0,0.0,0.0,0.00961713446764
+1470133512486639007,0.15,-0.00497287703592,0.0,0.0,0.0,0.0188429733465
+1470133512558438565,0.0,-0.00362416384656,0.0,0.0,0.0,0.0152853199619
+1470133512634358216,0.0,-0.00314478134651,0.0,0.0,0.0,0.00417830830918
+1470133512708311657,0.0,-0.00256254557434,0.0,0.0,0.0,0.00857504647067
+1470133512784207035,0.0,-0.00194259852085,0.0,0.0,0.0,0.0119630174591
+1470133512867298679,0.0,0.0,0.0,0.0,0.0,0.0155620467824
+1470133512948579866,0.0,0.0,0.0,0.0,0.0,0.0162230368756
+1470133513023162279,0.0,0.0,0.0,0.0,0.0,0.0212815513119
+1470133513095389713,0.0,0.0,0.0,0.0,0.0,0.0112708645058
+1470133513170737458,0.0,0.0,0.0,0.0,0.0,0.0153164299779
+1470133513248625044,0.0,0.0,0.0,0.0,0.0,0.00897622672187
+1470133513326573489,0.0,0.0,0.0,0.0,0.0,0.0114152639209
+1470133513401600598,0.0,0.0,0.0,0.0,0.0,0.00854700296851
+1470133513479360512,0.0,0.0,0.0,0.0,0.0,0.010452523164
+1470133513554370921,0.0,-0.00186315817673,0.0,0.0,0.0,0.00791238472286
+1470133513627482507,0.0,-0.00287141119976,0.0,0.0,0.0,0.00743359149076
+1470133513704633919,0.0,-0.00355058733288,0.0,0.0,0.0,0.0055304359266
+1470133513780879755,0.0,-0.00428639316846,0.0,0.0,0.0,0.00688330024033
+1470133513852996484,0.0,-0.0050837968095,0.0,0.0,0.0,0.00684841691042
+1470133513926589258,0.0,-0.00559001309711,0.0,0.0,0.0,0.00613392238392
+1470133514003859898,0.0,-0.00599749436516,0.0,0.0,0.0,0.00508548857195
+1470133514078498629,0.0,-0.00640976568598,0.0,0.0,0.0,0.00569356239331
+1470133514158701075,0.0,-0.00698941124517,0.0,0.0,0.0,0.0045749552205
+1470133514237991977,0.0,-0.0073445037185,0.0,0.0,0.0,0.00450601064171
+1470133514316555125,0.0,-0.00769508493978,0.0,0.0,0.0,0.00473868236484
+1470133514399142105,0.0,-0.0078651147886,0.0,0.0,0.0,0.00449803401793
+1470133514476340912,0.0,-0.00799671599556,0.0,0.0,0.0,0.00362065166245
+1470133514555767659,0.0,-0.00808532418597,0.0,0.0,0.0,0.00512510367734
+1470133514628501620,0.0,-0.00861136561174,0.0,0.0,0.0,0.00321917053861
+1470133514704004608,0.0,-0.00907329032112,0.0,0.0,0.0,0.0039516707481
+1470133514781235521,0.0,-0.0090394927739,0.0,0.0,0.0,0.00471429292387
+1470133514856317794,0.0,-0.00889713661659,0.0,0.0,0.0,0.00459642052503
+1470133514928092383,0.0,-0.00878260927189,0.0,0.0,0.0,0.0
+1470133515000275785,0.0,-0.00859281303275,0.0,0.0,0.0,0.003937526165
+1470133515072650158,0.0,-0.00841078253377,0.0,0.0,0.0,0.0
+1470133515146558991,0.0,-0.00807866999794,0.0,0.0,0.0,0.00471809883325
+1470133515220940274,0.0,-0.00781629258681,0.0,0.0,0.0,0.00379695212516
+1470133515296600574,0.0,-0.00758737524886,0.0,0.0,0.0,0.00317223527725
+1470133515378916494,0.0,-0.00725590942342,0.0,0.0,0.0,0.00407185216581
+1470133515455348778,0.0,-0.00694996295411,0.0,0.0,0.0,0.00379329811235
+1470133515529024696,0.0,-0.00668641945261,0.0,0.0,0.0,0.0
+1470133515602382574,0.0,-0.00619158970106,0.0,0.0,0.0,0.00298007544864
+1470133515677373449,0.0,-0.00584695545871,0.0,0.0,0.0,0.0
+1470133515750827957,0.0,-0.00547294074584,0.0,0.0,0.0,0.00608690743194
+1470133515830355623,0.0,-0.0049308919898,0.0,0.0,0.0,0.0
+1470133515903086268,0.0,-0.00462895838458,0.0,0.0,0.0,0.00424623796519
+1470133515980137851,0.0,-0.00430295718748,0.0,0.0,0.0,0.00407204245087
+1470133516059648355,0.0,-0.00395793678153,0.0,0.0,0.0,0.0034042203731
+1470133516139830735,0.0,-0.0035724768034,0.0,0.0,0.0,0.0
+1470133516214115623,0.0,-0.00330815547991,0.0,0.0,0.0,0.0035649052498
+1470133516286186883,0.0,-0.00302100313742,0.0,0.0,0.0,0.00383920877299
+1470133516358601405,0.0,-0.0026188728391,0.0,0.0,0.0,0.00363754579155
+1470133516433243747,0.0,-0.00240050196562,0.0,0.0,0.0,0.00318915122957
+1470133516509710751,0.0,-0.0021395350239,0.0,0.0,0.0,0.00290353002077
+1470133516582897504,0.0,-0.0018819447412,0.0,0.0,0.0,0.00281812959279
+1470133516657580640,0.0,0.0,0.0,0.0,0.0,0.00443780187222
+1470133516730730894,0.0,0.0,0.0,0.0,0.0,0.00282369583157
+1470133516802676761,0.0,0.0,0.0,0.0,0.0,0.00431327793428
+1470133516874900356,0.0,0.0,0.0,0.0,0.0,0.00362804441592
+1470133516946427280,0.0,0.0,0.0,0.0,0.0,0.00513043739046
+1470133517018635043,0.0,0.0,0.0,0.0,0.0,0.00394455835553
+1470133517091080891,0.0,0.0,0.0,0.0,0.0,0.00391251993793
+1470133517163580389,0.0,0.0,0.0,0.0,0.0,0.00293651760713
+1470133517234418329,0.0,0.0,0.0,0.0,0.0,0.00321507689453
+1470133517313340726,0.006,0.0,0.0,0.0,0.0,0.0
+1470133517391004349,0.0,0.0,0.0,0.0,0.0,0.00310962537229
+1470133517464129216,0.0,0.0,0.0,0.0,0.0,0.00370749779498
+1470133517549237042,0.0,0.0,0.0,0.0,0.0,0.00281584104498
+1470133517627828379,0.006,0.0,0.0,0.0,0.0,0.0
+1470133517701453250,0.006,0.0,0.0,0.0,0.0,0.0
+1470133517773901891,0.006,0.0,0.0,0.0,0.0,0.0
+1470133517849810553,0.0,0.0,0.0,0.0,0.0,0.00437969209904
+1470133517922468882,0.0,0.0,0.0,0.0,0.0,0.00298015427042
+1470133518000709797,0.0,-0.00173536980439,0.0,0.0,0.0,0.00319552975917
+1470133518077886739,0.0,-0.00186015972782,0.0,0.0,0.0,0.00420529750427
+1470133518156221785,0.0,-0.00197415091012,0.0,0.0,0.0,0.0039166448855
+1470133518235483792,0.0,-0.00228268839333,0.0,0.0,0.0,0.00445117680291
+1470133518315323195,0.0,-0.00259057508696,0.0,0.0,0.0,0.0
+1470133518389180722,0.0,-0.00267956651661,0.0,0.0,0.0,0.0
+1470133518463825930,0.0,-0.00253322821025,0.0,0.0,0.0,0.0
+1470133518540061312,0.0,-0.00233370005999,0.0,0.0,0.0,0.0
+1470133518613775277,0.0,-0.0024828852332,0.0,0.0,0.0,0.0
+1470133518689260735,0.0,-0.00259511284444,0.0,0.0,0.0,0.00353660162172
+1470133518759924877,0.0,-0.00282809821803,0.0,0.0,0.0,0.0
+1470133518832598634,0.0,-0.0030097047976,0.0,0.0,0.0,0.00362411793913
+1470133518904789127,0.0,-0.00294092977334,0.0,0.0,0.0,0.0
+1470133518978051827,0.0,-0.0030859969734,0.0,0.0,0.0,0.0
+1470133519051158716,0.0,-0.0031975804447,0.0,0.0,0.0,0.0
+1470133519127933694,0.0,-0.00328367495824,0.0,0.0,0.0,0.0
+1470133519203390456,0.0,-0.0032470880999,0.0,0.0,0.0,0.0
+1470133519278759226,0.0,-0.00312567355026,0.0,0.0,0.0,0.0
+1470133519351725119,0.0,-0.00302670197476,0.0,0.0,0.0,0.0
+1470133519431990067,0.0,-0.00294323233802,0.0,0.0,0.0,0.0
+1470133519509943962,0.0,-0.00277592724103,0.0,0.0,0.0,0.0
+1470133519586335383,0.0,-0.00258796567012,0.0,0.0,0.0,0.00281320752132
+1470133519660335969,0.0,-0.00240967858497,0.0,0.0,0.0,0.0
+1470133519736631727,0.0,-0.00224182858977,0.0,0.0,0.0,0.0
+1470133519820524835,0.0,-0.00203891748477,0.0,0.0,0.0,0.0
+1470133519899642404,0.0,-0.00189495643515,0.0,0.0,0.0,0.0
+1470133519975697399,0.006,0.0,0.0,0.0,0.0,0.0
+1470133520053058783,0.006,0.0,0.0,0.0,0.0,0.0
+1470133520129161513,0.0,0.0,0.0,0.0,0.0,0.00410472290526
+1470133520203260357,0.006,0.0,0.0,0.0,0.0,0.0
+1470133520280817975,0.0,0.0,0.0,0.0,0.0,0.00401956029442
+1470133520356582885,0.006,0.0,0.0,0.0,0.0,0.0
+1470133520429860654,0.006,0.0,0.0,0.0,0.0,0.0
+1470133520505851284,0.0,0.0,0.0,0.0,0.0,0.00328709636147
+1470133520582844932,0.006,0.0,0.0,0.0,0.0,0.0
+1470133520655234464,0.0,0.0,0.0,0.0,0.0,0.00320171752684
+1470133520727982175,0.006,0.0,0.0,0.0,0.0,0.0
+1470133520804900582,0.006,0.0,0.0,0.0,0.0,0.0
+1470133520882988359,0.0,0.0,0.0,0.0,0.0,0.00467149497831
+1470133520962445493,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521040141226,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521114294406,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521193792911,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521267520235,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521339937969,0.0,0.0,0.0,0.0,0.0,0.00385027316885
+1470133521410987606,0.0,0.0,0.0,0.0,0.0,0.00462805223769
+1470133521487442900,0.0,0.0,0.0,0.0,0.0,0.00415497280285
+1470133521571446757,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521646091470,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521719252708,0.0,0.0,0.0,0.0,0.0,0.00561222228423
+1470133521791744167,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521866610486,0.006,0.0,0.0,0.0,0.0,0.0
+1470133521941066674,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522015020753,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522090888023,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522168544190,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522243204213,0.0,0.0,0.0,0.0,0.0,0.0034141162511
+1470133522319915426,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522398660048,0.0,0.0,0.0,0.0,0.0,0.00547309386292
+1470133522482284562,0.0,0.0,0.0,0.0,0.0,0.00743935292039
+1470133522553346475,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522626411477,0.0,0.0,0.0,0.0,0.0,0.00445085685696
+1470133522698420877,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522772120655,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522847966643,0.006,0.0,0.0,0.0,0.0,0.0
+1470133522921181598,0.0,0.0,0.0,0.0,0.0,0.00624861090542
+1470133522995181835,0.0,0.0,0.0,0.0,0.0,0.00453658872703
+1470133523067553854,0.006,0.0,0.0,0.0,0.0,0.0
+1470133523140949727,0.006,0.0,0.0,0.0,0.0,0.0
+1470133523213904170,0.0,0.0,0.0,0.0,0.0,0.00542236404923
+1470133523290566140,0.006,0.0,0.0,0.0,0.0,0.0
+1470133523364804600,0.0,-0.00173731457356,0.0,0.0,0.0,0.0
+1470133523439121408,0.0,-0.00183511415411,0.0,0.0,0.0,0.0
+1470133523512100606,0.0,-0.00191243788142,0.0,0.0,0.0,0.0
+1470133523584519643,0.0,-0.00205745430577,0.0,0.0,0.0,0.0
+1470133523655648511,0.0,-0.00221667054955,0.0,0.0,0.0,0.0
+1470133523729450251,0.0,-0.00227702343751,0.0,0.0,0.0,0.0
+1470133523805227434,0.0,-0.00232273945499,0.0,0.0,0.0,0.0
+1470133523881151161,0.0,-0.00239415123973,0.0,0.0,0.0,0.0
+1470133523953956471,0.0,-0.00248216416601,0.0,0.0,0.0,0.0
+1470133524025242517,0.0,-0.00270240362648,0.0,0.0,0.0,0.0
+1470133524098675586,0.0,-0.00275211512957,0.0,0.0,0.0,0.0
+1470133524171251938,0.0,-0.00264623515222,0.0,0.0,0.0,0.0
+1470133524246370609,0.0,-0.00217754349027,0.0,0.0,0.0,0.0
+1470133524324455430,0.0,-0.00205154308964,0.0,0.0,0.0,0.0
+1470133524396401307,0.0,-0.00201147707093,0.0,0.0,0.0,0.0
+1470133524470051369,0.0,-0.00196217885155,0.0,0.0,0.0,-0.00282725566259
+1470133524543416849,0.0,-0.00183397307906,0.0,0.0,0.0,0.0
+1470133524614772377,0.006,0.0,0.0,0.0,0.0,0.0
+1470133524687307071,0.006,0.0,0.0,0.0,0.0,0.0
+1470133524758557323,0.006,0.0,0.0,0.0,0.0,0.0
+1470133524830255721,0.006,0.0,0.0,0.0,0.0,0.0
+1470133524902174790,0.006,0.0,0.0,0.0,0.0,0.0
+1470133524974126326,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525046795734,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525118923319,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525196852601,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525277069888,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525350214595,0.0,0.0,0.0,0.0,0.0,0.00338597606701
+1470133525422931495,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525499150130,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525575588822,0.0,0.0,0.0,0.0,0.0,0.00469076388204
+1470133525648909892,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525721729620,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525795161876,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525883430493,0.006,0.0,0.0,0.0,0.0,0.0
+1470133525969058548,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526046826634,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526125805789,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526202524539,0.0,0.0,0.0,0.0,0.0,0.00328166761645
+1470133526274982226,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526351452122,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526427478372,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526501036315,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526576457584,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526654074871,0.0,0.0,0.0,0.0,0.0,0.00489668429471
+1470133526729812204,0.0,0.0,0.0,0.0,0.0,0.00287996682831
+1470133526807347316,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526883498671,0.006,0.0,0.0,0.0,0.0,0.0
+1470133526957218175,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527029796331,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527105584855,0.0,0.0,0.0,0.0,0.0,0.00546563127622
+1470133527180738082,0.0,0.0,0.0,0.0,0.0,0.00377850005156
+1470133527257209133,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527330107542,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527403318851,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527482519820,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527564490375,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527642243928,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527715155267,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527789476033,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527865757027,0.006,0.0,0.0,0.0,0.0,0.0
+1470133527939263816,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528013876386,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528086097427,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528163404463,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528240049092,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528312495284,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528383817110,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528463380003,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528543866917,0.0,0.0,0.0,0.0,0.0,0.00283620734027
+1470133528618511670,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528690537717,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528763471970,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528838407015,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528911206823,0.006,0.0,0.0,0.0,0.0,0.0
+1470133528981261209,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529057147547,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529131416745,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529208188414,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529281359889,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529357659553,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529432657079,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529509542952,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529583008173,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529657284763,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529729843900,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529802086093,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529879545052,0.006,0.0,0.0,0.0,0.0,0.0
+1470133529955976465,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530033226301,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530107808416,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530181460700,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530256726714,0.0,0.0,0.0,0.0,0.0,0.00428399321252
+1470133530329385918,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530406201026,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530480393317,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530553135886,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530626309261,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530708992504,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530784402978,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530858556348,0.006,0.0,0.0,0.0,0.0,0.0
+1470133530930126010,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531006372843,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531080184726,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531159067883,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531235044691,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531308513290,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531381153692,0.0,0.0,0.0,0.0,0.0,0.0046939917702
+1470133531454074400,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531527350485,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531599733072,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531670071487,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531748427646,0.0,0.0,0.0,0.0,0.0,0.00379553943584
+1470133531827308973,0.0,0.0,0.0,0.0,0.0,0.00287431832909
+1470133531901349589,0.006,0.0,0.0,0.0,0.0,0.0
+1470133531975642360,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532052992455,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532126941336,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532203579860,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532282198265,0.0,0.0,0.0,0.0,0.0,0.00317240644666
+1470133532365824161,0.0,0.0,0.0,0.0,0.0,0.00329575636172
+1470133532437531245,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532509958016,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532586371217,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532657098330,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532728043078,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532799532017,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532876839095,0.006,0.0,0.0,0.0,0.0,0.0
+1470133532954711714,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533029444981,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533108284095,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533179958944,0.0,0.0,0.0,0.0,0.0,0.0031774937553
+1470133533255079305,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533327107615,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533400609968,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533473992535,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533547481865,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533622712750,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533700035399,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533774507259,0.0,0.0,0.0,0.0,0.0,0.00289040743225
+1470133533850293783,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533923474695,0.006,0.0,0.0,0.0,0.0,0.0
+1470133533997963139,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534070370536,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534142625728,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534214445846,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534290603086,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534365844935,0.0,0.0,0.0,0.0,0.0,0.00438516717572
+1470133534439123830,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534513976539,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534592457271,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534671791044,0.0,0.0,0.0,0.0,0.0,0.00368361929418
+1470133534749783797,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534827109903,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534908042377,0.006,0.0,0.0,0.0,0.0,0.0
+1470133534983931632,0.0,0.0,0.0,0.0,0.0,0.00414857443938
+1470133535066414710,0.0,0.0,0.0,0.0,0.0,0.00280079548123
+1470133535136811241,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535210135554,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535282892514,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535367850469,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535441893505,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535510825781,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535586031362,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535658571620,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535735278456,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535809900852,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535883472224,0.006,0.0,0.0,0.0,0.0,0.0
+1470133535956604489,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536030244119,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536101699709,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536176002561,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536254020420,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536326692896,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536400056331,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536473390129,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536545026581,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536616418794,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536687493959,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536758319981,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536827647333,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536899430117,0.006,0.0,0.0,0.0,0.0,0.0
+1470133536973125671,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537045816773,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537116584346,0.0,0.0,0.0,0.0,0.0,0.00289702584102
+1470133537188614263,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537261291345,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537333064791,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537407444200,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537482711537,0.0,0.0,0.0,0.0,0.0,0.00400943904779
+1470133537554959810,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537640530420,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537718933144,0.0,0.0,0.0,0.0,0.0,0.00416562126812
+1470133537798437824,0.0,0.0,0.0,0.0,0.0,0.00297881617532
+1470133537875645968,0.006,0.0,0.0,0.0,0.0,0.0
+1470133537949301137,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538020612543,0.0,0.0,0.0,0.0,0.0,0.00367829918156
+1470133538091122384,0.0,0.0,0.0,0.0,0.0,0.00349020393002
+1470133538166568670,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538241055071,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538316133458,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538394060742,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538468520112,0.0,0.0,0.0,0.0,0.0,0.00390910696006
+1470133538543017179,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538618197351,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538689100426,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538767527874,0.006,0.0,0.0,0.0,0.0,0.0
+1470133538839130140,0.0,0.0,0.0,0.0,0.0,0.00346348757941
+1470133538922607023,0.0,0.0,0.0,0.0,0.0,0.00350740236286
+1470133538996624722,0.0,0.0,0.0,0.0,0.0,0.00300447216267
+1470133539072763399,0.006,0.0,0.0,0.0,0.0,0.0
+1470133539149133292,0.006,0.0,0.0,0.0,0.0,0.0
+1470133539223403574,0.0,0.0,0.0,0.0,0.0,0.00375469407421
+1470133539302493765,0.0,0.0,0.0,0.0,0.0,0.00343200643577
+1470133539377928507,0.0,0.0,0.0,0.0,0.0,0.00300203982842
+1470133539467292157,0.006,0.0,0.0,0.0,0.0,0.0
+1470133539543588502,0.006,0.0,0.0,0.0,0.0,0.0
+1470133539619726658,0.006,0.0,0.0,0.0,0.0,0.0
+1470133539701889266,0.006,0.0,0.0,0.0,0.0,0.0
+1470133539777930774,0.006,0.0,0.0,0.0,0.0,0.0
+1470133539852970092,0.006,0.0,0.0,0.0,0.0,0.0
+1470133539928843976,0.006,0.0,0.0,0.0,0.0,0.0
+1470133540007432077,0.006,0.0,0.0,0.0,0.0,0.0
+1470133540084299600,0.006,0.0,0.0,0.0,0.0,0.0
+1470133540170127019,0.006,0.0,0.0,0.0,0.0,0.0
+1470133540241546916,0.006,0.0,0.0,0.0,0.0,0.0
+1470133540314312793,0.006,0.0,0.0,0.0,0.0,0.0
+1470133540386465161,0.006,0.0,0.0,0.0,0.0,0.0
+1470133540464606829,0.006,0.0,0.0,0.0,0.0,0.0
+1470133540539842006,0.006,0.0,0.0,0.0,0.0,0.0
diff --git a/MobileRobot/docking_data/Vel3.txt b/MobileRobot/docking_data/Vel3.txt
index c5bffef9..fdef06ca 100644
--- a/MobileRobot/docking_data/Vel3.txt
+++ b/MobileRobot/docking_data/Vel3.txt
@@ -1,448 +1,480 @@
 %time,field.linear.x,field.linear.y,field.linear.z,field.angular.x,field.angular.y,field.angular.z
-1470076134103313750,0.15,-0.651112749731,0.0,0.0,0.0,0.032814681371
-1470076134184604640,0.15,-0.300929293576,0.0,0.0,0.0,0.0314467952154
-1470076134262064125,0.15,-0.300778096262,0.0,0.0,0.0,0.035873367533
-1470076134343406684,0.15,-0.300695889535,0.0,0.0,0.0,0.0328316105027
-1470076134423813296,0.15,-0.30145448679,0.0,0.0,0.0,0.0343912551289
-1470076134503393184,0.15,-0.300991632882,0.0,0.0,0.0,0.032814681371
-1470076134582053737,0.15,-0.301164659205,0.0,0.0,0.0,0.0343912551289
-1470076134658918391,0.15,-0.300558484736,0.0,0.0,0.0,0.0342482074128
-1470076134730296486,0.15,-0.303318929616,0.0,0.0,0.0,0.0316828813386
-1470076134804172671,0.15,-0.305134950223,0.0,0.0,0.0,0.0276803625106
-1470076134878079501,0.15,-0.297601201478,0.0,0.0,0.0,0.0254932727671
-1470076134953118406,0.15,-0.278488876763,0.0,0.0,0.0,0.0309506247224
-1470076135024150463,0.15,-0.256229257527,0.0,0.0,0.0,0.0308161701552
-1470076135101202636,0.15,-0.229871621075,0.0,0.0,0.0,0.0251059852439
-1470076135175163435,0.15,-0.241489471736,0.0,0.0,0.0,0.0332104307753
-1470076135246053525,0.15,-0.212379303518,0.0,0.0,0.0,0.0226822533986
-1470076135322138633,0.15,-0.205645186248,0.0,0.0,0.0,0.0310709153552
-1470076135397897774,0.15,-0.188373912516,0.0,0.0,0.0,0.027847958981
-1470076135469375831,0.15,-0.158732185605,0.0,0.0,0.0,0.037191979229
-1470076135540972043,0.15,-0.15360917801,0.0,0.0,0.0,0.0253033802667
-1470076135612328336,0.15,-0.137469072285,0.0,0.0,0.0,0.0338549114347
-1470076135685311687,0.15,-0.128752754274,0.0,0.0,0.0,0.0300040405851
-1470076135768369694,0.15,-0.103034705165,0.0,0.0,0.0,0.0240500204721
-1470076135842410142,0.15,-0.102486840728,0.0,0.0,0.0,0.0182494505444
-1470076135915457695,0.15,-0.0911718087821,0.0,0.0,0.0,0.0262186461519
-1470076135985694614,0.15,-0.0843029052942,0.0,0.0,0.0,0.0284769068001
-1470076136055784331,0.15,-0.0720270415573,0.0,0.0,0.0,0.0288770190219
-1470076136132383438,0.15,-0.0518763189941,0.0,0.0,0.0,0.0224872382289
-1470076136203207320,0.15,-0.0576360248952,0.0,0.0,0.0,0.0391589388894
-1470076136273442101,0.15,-0.0497914446323,0.0,0.0,0.0,0.0350610621947
-1470076136349235338,0.15,-0.0446906649499,0.0,0.0,0.0,0.0227228664312
-1470076136423520184,0.15,-0.0393323325543,0.0,0.0,0.0,0.0205248291171
-1470076136500391584,0.15,-0.0323912873297,0.0,0.0,0.0,0.0328888089129
-1470076136583634923,0.15,-0.0326730758129,0.0,0.0,0.0,0.0375659966345
-1470076136663715368,0.15,-0.0265673100381,0.0,0.0,0.0,0.0212639555184
-1470076136739605358,0.15,-0.0267780368953,0.0,0.0,0.0,0.0262370266872
-1470076136819373131,0.15,-0.0229252044289,0.0,0.0,0.0,0.0210995270711
-1470076136891872873,0.15,-0.0210640629559,0.0,0.0,0.0,0.00601696042953
-1470076136963202017,0.15,-0.0206770797252,0.0,0.0,0.0,0.0363527752913
-1470076137048380671,0.15,-0.0201866214155,0.0,0.0,0.0,0.00869146617543
-1470076137132143451,0.15,-0.0210278690039,0.0,0.0,0.0,0.0116729381959
-1470076137213244597,0.15,-0.0200350888251,0.0,0.0,0.0,0.0261488499262
-1470076137287684112,0.15,-0.0217361752867,0.0,0.0,0.0,0.0384899497334
-1470076137368301944,0.15,-0.0221624550401,0.0,0.0,0.0,0.0120660500762
-1470076137439011075,0.15,-0.0236916564583,0.0,0.0,0.0,0.0312044666719
-1470076137511575299,0.15,-0.0231820430784,0.0,0.0,0.0,0.00733194710756
-1470076137583190022,0.15,-0.0261306798636,0.0,0.0,0.0,0.0
-1470076137656871781,0.15,-0.0267011347591,0.0,0.0,0.0,0.0181246534605
-1470076137732563443,0.15,-0.0261795425593,0.0,0.0,0.0,0.0108928901852
-1470076137812490185,0.15,-0.0257037408083,0.0,0.0,0.0,0.0123389154041
-1470076137885087939,0.15,-0.0282699871241,0.0,0.0,0.0,0.0145720710989
-1470076137964036701,0.15,-0.025433899182,0.0,0.0,0.0,0.0323792337662
-1470076138041987458,0.15,-0.0279431501209,0.0,0.0,0.0,0.0
-1470076138118690311,0.15,-0.0299053784638,0.0,0.0,0.0,0.00858347057513
-1470076138193237891,0.15,-0.0280158338128,0.0,0.0,0.0,0.0169533924461
-1470076138268233117,0.15,-0.0287989024251,0.0,0.0,0.0,0.0192185162398
-1470076138343364708,0.15,-0.0282717634915,0.0,0.0,0.0,0.00901792396434
-1470076138423466900,0.15,-0.0279854465454,0.0,0.0,0.0,0.00671323147172
-1470076138501227082,0.15,-0.0280478629648,0.0,0.0,0.0,0.0168545592739
-1470076138575370095,0.15,-0.0261682928531,0.0,0.0,0.0,0.010814796913
-1470076138649557747,0.15,-0.0265524652778,0.0,0.0,0.0,0.00604301911306
-1470076138730119708,0.15,-0.0253505110918,0.0,0.0,0.0,-0.00843692934535
-1470076138807657867,0.15,-0.0251392264842,0.0,0.0,0.0,0.0239279551498
-1470076138882363006,0.15,-0.0236204021602,0.0,0.0,0.0,0.0115464946307
-1470076138965173665,0.15,-0.0226770912288,0.0,0.0,0.0,0.00590818567876
-1470076139043035245,0.15,-0.0237834672808,0.0,0.0,0.0,0.0172064621395
-1470076139117372285,0.15,-0.0218276770591,0.0,0.0,0.0,0.00695322071616
-1470076139191438972,0.15,-0.0207815712868,0.0,0.0,0.0,0.0157901849436
-1470076139265817252,0.15,-0.0218222984104,0.0,0.0,0.0,0.00873690092335
-1470076139345392599,0.15,-0.0202690071045,0.0,0.0,0.0,0.00839183433038
-1470076139421501126,0.15,-0.0190913930713,0.0,0.0,0.0,0.0
-1470076139495574561,0.15,-0.0202340351223,0.0,0.0,0.0,0.0331682649495
-1470076139571567056,0.15,-0.0186715093433,0.0,0.0,0.0,-0.00418502277883
-1470076139645753864,0.15,-0.0178587374269,0.0,0.0,0.0,-0.00399922299551
-1470076139718041854,0.15,-0.0189023412569,0.0,0.0,0.0,0.015004236139
-1470076139791973851,0.15,-0.0170285027652,0.0,0.0,0.0,0.00609917444814
-1470076139864140606,0.15,-0.0166612391352,0.0,0.0,0.0,0.00502154837827
-1470076139936798389,0.15,-0.0161739045559,0.0,0.0,0.0,0.0133933079428
-1470076140010040860,0.15,-0.0168121018811,0.0,0.0,0.0,0.0100182170731
-1470076140086268543,0.15,-0.0152980864971,0.0,0.0,0.0,0.0141861335485
-1470076140166252856,0.15,-0.0150147386818,0.0,0.0,0.0,0.0
-1470076140243318674,0.15,-0.0144479918285,0.0,0.0,0.0,0.0170177389364
-1470076140320979371,0.15,-0.0135331835403,0.0,0.0,0.0,0.00970191787847
-1470076140394458644,0.15,-0.0129248960866,0.0,0.0,0.0,0.0188413435533
-1470076140467603329,0.15,-0.0118365658625,0.0,0.0,0.0,0.0
-1470076140544050708,0.15,-0.0111650619461,0.0,0.0,0.0,0.0153011368423
-1470076140618350073,0.15,-0.0110906671538,0.0,0.0,0.0,0.0159527919857
-1470076140692545086,0.15,-0.0108824538245,0.0,0.0,0.0,0.0130413983906
-1470076140765040481,0.15,-0.0109522021367,0.0,0.0,0.0,0.00799474886543
-1470076140838660793,0.15,-0.010177429448,0.0,0.0,0.0,0.0176131396603
-1470076140917404223,0.15,-0.010376088935,0.0,0.0,0.0,0.0
-1470076140992085372,0.15,-0.0102295324384,0.0,0.0,0.0,0.0122593531034
-1470076141064783222,0.15,-0.0104328772603,0.0,0.0,0.0,0.0
-1470076141137192468,0.15,-0.0107596185981,0.0,0.0,0.0,0.0156706945135
-1470076141211475527,0.15,-0.0107368529021,0.0,0.0,0.0,0.0
-1470076141283360660,0.15,-0.0111052788972,0.0,0.0,0.0,0.0139924396532
-1470076141354973227,0.0,-0.0114935461237,0.0,0.0,0.0,0.0136112707761
-1470076141429498330,0.0,-0.0117762741252,0.0,0.0,0.0,0.0
-1470076141503785063,0.0,-0.0121346732407,0.0,0.0,0.0,0.0
-1470076141576801127,0.0,-0.0124308591514,0.0,0.0,0.0,0.0
-1470076141650039136,0.0,-0.0125795959114,0.0,0.0,0.0,0.0100351755698
-1470076141723465382,0.0,-0.0125843492328,0.0,0.0,0.0,0.00639609613777
-1470076141794909650,0.0,-0.0125353921382,0.0,0.0,0.0,0.00622126691608
-1470076141868969354,0.0,-0.0125779351397,0.0,0.0,0.0,0.00500310185518
-1470076141939564930,0.0,-0.0126331459536,0.0,0.0,0.0,0.00958653141558
-1470076142014518615,0.0,-0.0122689522981,0.0,0.0,0.0,0.0
-1470076142085069326,0.0,-0.012615750338,0.0,0.0,0.0,0.00403145440342
-1470076142167534826,0.0,-0.0134027050613,0.0,0.0,0.0,0.0
-1470076142241158262,0.0,-0.0132250245093,0.0,0.0,0.0,0.0
-1470076142318340537,0.0,-0.0122975093304,0.0,0.0,0.0,0.0
-1470076142392648640,0.0,-0.0111348890691,0.0,0.0,0.0,0.0
-1470076142466535958,0.0,-0.0113587749555,0.0,0.0,0.0,0.0
-1470076142544277640,0.0,-0.0111994924574,0.0,0.0,0.0,0.0
-1470076142615590872,0.0,-0.0100074897512,0.0,0.0,0.0,0.0
-1470076142692082913,0.0,-0.00951257714916,0.0,0.0,0.0,0.0
-1470076142768085309,0.0,-0.00878282440741,0.0,0.0,0.0,0.0
-1470076142844856715,0.0,-0.00788104837675,0.0,0.0,0.0,0.0
-1470076142922565053,0.0,-0.00676678771067,0.0,0.0,0.0,0.0
-1470076142999210231,0.0,-0.00687142623503,0.0,0.0,0.0,0.0
-1470076143072764211,0.0,-0.00565294841219,0.0,0.0,0.0,0.0
-1470076143149655761,0.0,-0.0048344024821,0.0,0.0,0.0,0.0
-1470076143223356878,0.0,-0.00406468070958,0.0,0.0,0.0,0.0
-1470076143299842632,0.0,-0.00323225160975,0.0,0.0,0.0,0.0
-1470076143372807033,0.0,-0.0033937273166,0.0,0.0,0.0,0.0
-1470076143448177447,0.0,-0.00230363232929,0.0,0.0,0.0,0.00306467203639
-1470076143522250300,0.0,-0.0017789659268,0.0,0.0,0.0,0.0
-1470076143606434179,0.0,-0.00131721274842,0.0,0.0,0.0,0.0
-1470076143682946285,0.006,0.0,0.0,0.0,0.0,0.0
-1470076143755341989,0.006,0.0,0.0,0.0,0.0,0.0
-1470076143831302110,0.006,0.0,0.0,0.0,0.0,0.0
-1470076143905394961,0.006,0.0,0.0,0.0,0.0,0.0
-1470076143979477603,0.006,0.0,0.0,0.0,0.0,0.0
-1470076144052727737,0.006,0.0,0.0,0.0,0.0,0.0
-1470076144126724700,0.0,0.0,0.0,0.0,0.0,0.00293258338852
-1470076144202140689,0.0,0.0,0.0,0.0,0.0,0.00351383440654
-1470076144276608067,0.006,0.0,0.0,0.0,0.0,0.0
-1470076144348972343,0.0,0.0,0.0,0.0,0.0,0.00595573096224
-1470076144423685845,0.006,0.0,0.0,0.0,0.0,0.0
-1470076144495298671,0.006,0.0,0.0,0.0,0.0,0.0
-1470076144567653123,0.0,0.0,0.0,0.0,0.0,0.0052995663337
-1470076144640967332,0.0,0.0,0.0,0.0,0.0,0.003699200676
-1470076144715658792,0.006,0.0,0.0,0.0,0.0,0.0
-1470076144787537456,0.006,0.0,0.0,0.0,0.0,0.0
-1470076144864251170,0.006,0.0,0.0,0.0,0.0,0.0
-1470076144938099527,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145010985898,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145084176834,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145155098780,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145225727601,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145299378080,0.0,0.0,0.0,0.0,0.0,0.00719685003837
-1470076145371846690,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145446467698,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145525072403,0.0,0.0,0.0,0.0,0.0,0.00446263704866
-1470076145602764279,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145676073275,0.0,0.0,0.0,0.0,0.0,0.00439621796067
-1470076145752788332,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145828359585,0.006,0.0,0.0,0.0,0.0,0.0
-1470076145905550345,0.0,0.0,0.0,0.0,0.0,0.00452359527778
-1470076145988621220,0.0,0.0,0.0,0.0,0.0,0.00441385737483
-1470076146066080176,0.006,0.0,0.0,0.0,0.0,0.0
-1470076146140536374,0.006,0.0,0.0,0.0,0.0,0.0
-1470076146215644029,0.006,0.0,0.0,0.0,0.0,0.0
-1470076146293319649,0.006,0.0,0.0,0.0,0.0,0.0
-1470076146376051128,0.0,0.0,0.0,0.0,0.0,0.00328809565263
-1470076146450270640,0.006,0.0,0.0,0.0,0.0,0.0
-1470076146521894826,0.0,0.0,0.0,0.0,0.0,0.00516680877662
-1470076146599157196,0.0,0.0,0.0,0.0,0.0,0.00346535475874
-1470076146670994758,0.006,0.0,0.0,0.0,0.0,0.0
-1470076146747448015,0.0,0.0,0.0,0.0,0.0,0.00568302593887
-1470076146821416153,0.006,0.0,0.0,0.0,0.0,0.0
-1470076146899591959,0.006,0.0,0.0,0.0,0.0,0.0
-1470076146970807843,0.006,0.0,0.0,0.0,0.0,0.0
-1470076147040217268,0.006,0.0,0.0,0.0,0.0,0.0
-1470076147112050256,0.0,0.0,0.0,0.0,0.0,0.00283302739304
-1470076147184773037,0.0,0.0,0.0,0.0,0.0,0.00357214405116
-1470076147261345629,0.0,0.0,0.0,0.0,0.0,0.00359170341865
-1470076147338826455,0.0,0.0,0.0,0.0,0.0,0.00453231089943
-1470076147412914590,0.0,0.0,0.0,0.0,0.0,0.00282594033671
-1470076147488731771,0.0,0.0,0.0,0.0,0.0,0.00293085205553
-1470076147569166380,0.006,0.0,0.0,0.0,0.0,0.0
-1470076147645057854,0.006,0.0,0.0,0.0,0.0,0.0
-1470076147720371033,0.006,0.0,0.0,0.0,0.0,0.0
-1470076147796783318,0.006,0.0,0.0,0.0,0.0,0.0
-1470076147874761238,0.0,0.0,0.0,0.0,0.0,0.00322689515563
-1470076147948014434,0.006,0.0,0.0,0.0,0.0,0.0
-1470076148023457235,0.0,0.0,0.0,0.0,0.0,0.00322355342314
-1470076148104064539,0.006,0.0,0.0,0.0,0.0,0.0
-1470076148181643206,0.0,0.0,0.0,0.0,0.0,0.00337905675015
-1470076148255765626,0.0,0.0,0.0,0.0,0.0,0.00285719669855
-1470076148331398012,0.0,0.0,0.0,0.0,0.0,0.00477266194931
-1470076148404344403,0.006,0.0,0.0,0.0,0.0,0.0
-1470076148477157965,0.006,0.0,0.0,0.0,0.0,0.0
-1470076148550490374,0.0,-0.00156214980323,0.0,0.0,0.0,0.0
-1470076148623902288,0.0,-0.00239935388703,0.0,0.0,0.0,0.0
-1470076148698540736,0.0,-0.00212392739866,0.0,0.0,0.0,0.0
-1470076148771248565,0.0,-0.00208417618561,0.0,0.0,0.0,0.0
-1470076148843826029,0.0,-0.00169373575512,0.0,0.0,0.0,0.0
-1470076148918097701,0.0,-0.00183922428552,0.0,0.0,0.0,0.0
-1470076148992373020,0.0,-0.00197391757656,0.0,0.0,0.0,0.0
-1470076149064629461,0.0,-0.00283680010501,0.0,0.0,0.0,0.0
-1470076149136876782,0.0,-0.00263113537718,0.0,0.0,0.0,0.0
-1470076149209215373,0.0,-0.00298262955535,0.0,0.0,0.0,0.0
-1470076149281385701,0.0,-0.00317336633716,0.0,0.0,0.0,0.0
-1470076149355816714,0.0,-0.00359169056553,0.0,0.0,0.0,0.0
-1470076149430496107,0.0,-0.00326568851162,0.0,0.0,0.0,0.0
-1470076149498982301,0.0,-0.0029555933914,0.0,0.0,0.0,0.0
-1470076149571616452,0.0,-0.00305758086879,0.0,0.0,0.0,0.0
-1470076149643997530,0.0,-0.00302639828909,0.0,0.0,0.0,0.0
-1470076149721918059,0.0,-0.00277978747997,0.0,0.0,0.0,0.0
-1470076149795577719,0.0,-0.00259293338198,0.0,0.0,0.0,0.0
-1470076149869355951,0.0,-0.00260374799285,0.0,0.0,0.0,0.0
-1470076149942975328,0.0,-0.002229220233,0.0,0.0,0.0,0.0
-1470076150014942454,0.0,-0.00209461171094,0.0,0.0,0.0,0.0
-1470076150089872457,0.0,-0.00185418119568,0.0,0.0,0.0,0.0
-1470076150165415374,0.0,-0.00160338206131,0.0,0.0,0.0,0.0
-1470076150245981717,0.0,-0.0016552064373,0.0,0.0,0.0,0.0
-1470076150319547219,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150393434194,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150469794709,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150544540504,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150622124123,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150700223312,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150772106651,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150844562513,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150920277805,0.006,0.0,0.0,0.0,0.0,0.0
-1470076150993031416,0.006,0.0,0.0,0.0,0.0,0.0
-1470076151068304245,0.0,0.0,0.0,0.0,0.0,0.0028263494275
-1470076151146230481,0.006,0.0,0.0,0.0,0.0,0.0
-1470076151223781592,0.0,0.00655645774763,0.0,0.0,0.0,0.00296354343809
-1470076151298920793,0.0,0.002908254872,0.0,0.0,0.0,0.0
-1470076151372643971,0.0,0.00263600456614,0.0,0.0,0.0,0.0
-1470076151444184995,0.0,0.00276769050483,0.0,0.0,0.0,0.0
-1470076151516906040,0.0,0.0028426757184,0.0,0.0,0.0,0.0
-1470076151589525577,0.0,0.00277017320592,0.0,0.0,0.0,0.0
-1470076151663546970,0.0,0.00282924058002,0.0,0.0,0.0,0.0
-1470076151742959087,0.0,0.00293478530917,0.0,0.0,0.0,0.0
-1470076151824161096,0.0,0.00304741359402,0.0,0.0,0.0,0.0
-1470076151899574773,0.0,0.00352378641341,0.0,0.0,0.0,0.0
-1470076151973644818,0.0,0.00380401373927,0.0,0.0,0.0,0.0
-1470076152051406875,0.0,0.00362542784859,0.0,0.0,0.0,0.0
-1470076152127606150,0.0,0.00287482835438,0.0,0.0,0.0,0.00316294958308
-1470076152201931957,0.0,0.00253501636993,0.0,0.0,0.0,0.0
-1470076152272842956,0.0,0.00271797714841,0.0,0.0,0.0,0.00301119477373
-1470076152352907773,0.0,0.00255968622949,0.0,0.0,0.0,0.0
-1470076152429753688,0.0,0.00229351717133,0.0,0.0,0.0,0.0
-1470076152505166311,0.0,0.00211965452034,0.0,0.0,0.0,0.0
-1470076152581858088,0.0,0.00210049517538,0.0,0.0,0.0,0.0
-1470076152659651992,0.0,0.00181783051316,0.0,0.0,0.0,0.0
-1470076152738052205,0.0,0.0015447444291,0.0,0.0,0.0,0.0
-1470076152812154097,0.006,0.0,0.0,0.0,0.0,0.0
-1470076152884304973,0.006,0.0,0.0,0.0,0.0,0.0
-1470076152960747461,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153037202041,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153112017623,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153184282932,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153260377225,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153337804942,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153413128269,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153484903032,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153562609550,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153639461155,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153712504584,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153784238338,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153857075542,0.006,0.0,0.0,0.0,0.0,0.0
-1470076153931629129,0.006,0.0,0.0,0.0,0.0,0.0
-1470076154001936522,0.006,0.0,0.0,0.0,0.0,0.0
-1470076154076258338,0.006,0.0,0.0,0.0,0.0,0.0
-1470076154152511714,0.0,-0.00586418677036,0.0,0.0,0.0,0.0
-1470076154231218352,0.0,-0.00183626221407,0.0,0.0,0.0,0.0
-1470076154304302171,0.0,-0.00185815360311,0.0,0.0,0.0,0.0
-1470076154382823584,0.0,-0.00191947590474,0.0,0.0,0.0,0.0
-1470076154455935365,0.0,-0.00196266775865,0.0,0.0,0.0,0.0
-1470076154529838793,0.0,-0.00193983005274,0.0,0.0,0.0,0.0
-1470076154601887012,0.0,-0.00193509006787,0.0,0.0,0.0,0.0
-1470076154679368315,0.0,-0.00196452909995,0.0,0.0,0.0,0.0
-1470076154754321093,0.0,-0.00205695304934,0.0,0.0,0.0,0.0
-1470076154826033013,0.0,-0.00214487964202,0.0,0.0,0.0,0.0
-1470076154900006606,0.0,-0.00268210541371,0.0,0.0,0.0,0.0
-1470076154971993179,0.0,-0.00277470299888,0.0,0.0,0.0,0.0
-1470076155044183188,0.0,-0.00252188337881,0.0,0.0,0.0,0.0
-1470076155118681201,0.0,-0.00200725175355,0.0,0.0,0.0,0.0
-1470076155192806899,0.0,-0.00213569281537,0.0,0.0,0.0,0.0
-1470076155280223347,0.0,-0.00214267160658,0.0,0.0,0.0,0.0
-1470076155355699650,0.0,-0.00204567899842,0.0,0.0,0.0,0.0
-1470076155428290900,0.0,-0.00180626699615,0.0,0.0,0.0,0.0
-1470076155501519906,0.0,-0.00186282033015,0.0,0.0,0.0,0.0
-1470076155575415788,0.0,-0.00164179503832,0.0,0.0,0.0,0.0
-1470076155647038170,0.006,0.0,0.0,0.0,0.0,0.0
-1470076155719263364,0.006,0.0,0.0,0.0,0.0,0.0
-1470076155792773146,0.006,0.0,0.0,0.0,0.0,0.0
-1470076155869307964,0.006,0.0,0.0,0.0,0.0,0.0
-1470076155942189616,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156017988060,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156092267192,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156169340768,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156242571991,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156316400245,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156388493206,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156464662012,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156539605175,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156613052427,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156685825418,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156772479633,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156850171649,0.006,0.0,0.0,0.0,0.0,0.0
-1470076156925874126,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157001648191,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157076218326,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157151902399,0.0,0.0,0.0,0.0,0.0,0.00373404688041
-1470076157225027172,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157297008983,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157370299880,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157441464147,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157514185614,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157586672135,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157661180500,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157736939953,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157812508948,0.006,0.0,0.0,0.0,0.0,0.0
-1470076157885659834,0.0,0.0,0.0,0.0,0.0,0.00293181848232
-1470076157960133799,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158030711082,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158102909619,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158176114631,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158255278463,0.0,0.0,0.0,0.0,0.0,0.00328994917771
-1470076158329701506,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158404968862,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158478731717,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158552591660,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158626989199,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158700989013,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158777174083,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158850681963,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158919839696,0.006,0.0,0.0,0.0,0.0,0.0
-1470076158991664898,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159062799115,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159139079900,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159213260306,0.0,0.0,0.0,0.0,0.0,0.00301754874287
-1470076159303171159,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159378495571,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159452029864,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159527416046,0.0,0.0,0.0,0.0,0.0,0.00365658022963
-1470076159601845217,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159679128810,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159752233722,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159831897571,0.0,0.0,0.0,0.0,0.0,0.00517947398625
-1470076159904708030,0.006,0.0,0.0,0.0,0.0,0.0
-1470076159981993145,0.006,0.0,0.0,0.0,0.0,0.0
-1470076160057564112,0.006,0.0,0.0,0.0,0.0,0.0
-1470076160129755518,0.0,0.0,0.0,0.0,0.0,0.00320267065427
-1470076160206275507,0.006,0.0,0.0,0.0,0.0,0.0
-1470076160283031780,0.006,0.0,0.0,0.0,0.0,0.0
-1470076160358943543,0.006,0.0,0.0,0.0,0.0,0.0
-1470076160432297522,0.006,0.0,0.0,0.0,0.0,0.0
-1470076160507060323,0.0,0.0,0.0,0.0,0.0,0.00314035796423
-1470076160578978698,0.006,0.0,0.0,0.0,0.0,0.0
-1470076160650048337,0.006,0.0,0.0,0.0,0.0,0.0
-1470076160726131318,0.0,0.0,0.0,0.0,0.0,0.00304133249591
-1470076160802802381,0.0,0.0,0.0,0.0,0.0,0.00582155309755
-1470076160875108450,0.0,0.0,0.0,0.0,0.0,0.00410444182714
-1470076160946760010,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161016949490,0.0,0.0,0.0,0.0,0.0,0.00379587493031
-1470076161090249221,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161163172436,0.0,0.0,0.0,0.0,0.0,0.00389113343793
-1470076161238123266,0.0,0.0,0.0,0.0,0.0,0.00373890756763
-1470076161311511043,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161384883470,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161459116054,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161533648970,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161605865649,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161680187519,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161754562866,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161831290202,0.006,0.0,0.0,0.0,0.0,0.0
-1470076161904562634,0.0,0.0,0.0,0.0,0.0,0.00471291859591
-1470076161978294248,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162049399737,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162122574604,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162199689391,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162277181471,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162360248123,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162434975587,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162508376713,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162586151550,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162663421197,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162736006817,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162809540664,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162885514364,0.006,0.0,0.0,0.0,0.0,0.0
-1470076162961679040,0.0,0.0,0.0,0.0,0.0,0.00349458657879
-1470076163041474803,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163115392218,0.0,0.0,0.0,0.0,0.0,0.00306178993638
-1470076163189099444,0.0,0.0,0.0,0.0,0.0,0.00328755457592
-1470076163263485024,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163342387473,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163419812103,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163490788863,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163564383215,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163642442754,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163715677579,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163789387836,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163860933805,0.006,0.0,0.0,0.0,0.0,0.0
-1470076163940951958,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164016083117,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164088819865,0.0,0.0,0.0,0.0,0.0,0.00326918921506
-1470076164163745430,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164238753927,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164310504104,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164385831588,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164469101170,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164546437502,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164626630789,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164704242276,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164784747011,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164861640694,0.006,0.0,0.0,0.0,0.0,0.0
-1470076164935281424,0.0,0.0,0.0,0.0,0.0,0.00308465550572
-1470076165013371684,0.0,0.0,0.0,0.0,0.0,0.00364079916127
-1470076165085677391,0.006,0.0,0.0,0.0,0.0,0.0
-1470076165160098891,0.0,0.0,0.0,0.0,0.0,0.0031029428785
-1470076165232897458,0.0,0.0,0.0,0.0,0.0,0.00334957986177
-1470076165303713569,0.0,0.0,0.0,0.0,0.0,0.00359683715384
-1470076165375778482,0.0,0.0,0.0,0.0,0.0,0.00376253044476
-1470076165454029226,0.006,0.0,0.0,0.0,0.0,0.0
-1470076165531366487,0.006,0.0,0.0,0.0,0.0,0.0
-1470076165603024647,0.0,0.0,0.0,0.0,0.0,0.00306814890062
-1470076165679014394,0.0,0.0,0.0,0.0,0.0,0.00418118311151
-1470076165755879336,0.0,0.0,0.0,0.0,0.0,0.00500863535051
-1470076165829613048,0.0,0.0,0.0,0.0,0.0,0.00490770864326
-1470076165901601685,0.0,0.0,0.0,0.0,0.0,0.00329665104846
-1470076165975479599,0.0,0.0,0.0,0.0,0.0,0.00334766442257
-1470076166047065559,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166122810779,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166195800327,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166279785269,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166355074132,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166429898908,0.0,0.0,0.0,0.0,0.0,0.00281681787505
-1470076166502948436,0.0,0.0,0.0,0.0,0.0,0.00330328955752
-1470076166579668646,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166658636228,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166732453171,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166804209582,0.006,0.0,0.0,0.0,0.0,0.0
-1470076166881553927,0.0,0.0,0.0,0.0,0.0,0.00323685336515
-1470076166960013310,0.006,0.0,0.0,0.0,0.0,0.0
-1470076167028861723,0.006,0.0,0.0,0.0,0.0,0.0
-1470076167102354619,0.006,0.0,0.0,0.0,0.0,0.0
-1470076167178167848,0.006,0.0,0.0,0.0,0.0,0.0
-1470076167247408705,0.006,0.0,0.0,0.0,0.0,0.0
-1470076167322778531,0.006,0.0,0.0,0.0,0.0,0.0
-1470076167396230249,0.006,0.0,0.0,0.0,0.0,0.0
-1470076167468547009,0.006,0.0,0.0,0.0,0.0,0.0
-1470076167542884317,0.006,0.0,0.0,0.0,0.0,0.0
+1470148072567969162,0.15,-0.368810708228,0.0,0.0,0.0,0.0307812709877
+1470148072648350081,0.15,-0.186258444896,0.0,0.0,0.0,0.0307812709877
+1470148072723976768,0.15,-0.186276701948,0.0,0.0,0.0,0.0307812709877
+1470148072808083667,0.15,-0.186294959,0.0,0.0,0.0,0.0307812709877
+1470148072888426150,0.15,-0.186313216052,0.0,0.0,0.0,0.0307812709877
+1470148072965392949,0.15,-0.186331473104,0.0,0.0,0.0,0.0307812709877
+1470148073042767609,0.15,-0.186349730156,0.0,0.0,0.0,0.0307812709877
+1470148073117220063,0.15,-0.186367987208,0.0,0.0,0.0,0.0307812709877
+1470148073195372621,0.15,-0.184548737902,0.0,0.0,0.0,0.0234517423256
+1470148073272591476,0.15,-0.184933749375,0.0,0.0,0.0,0.0446299865589
+1470148073356777395,0.15,-0.192698710282,0.0,0.0,0.0,0.0292742763102
+1470148073431433957,0.15,-0.177483611667,0.0,0.0,0.0,0.0218635044077
+1470148073510185556,0.15,-0.168628330419,0.0,0.0,0.0,0.0241097936062
+1470148073586737325,0.15,-0.163262602769,0.0,0.0,0.0,0.040347265638
+1470148073659538638,0.15,-0.162518548202,0.0,0.0,0.0,0.022285908279
+1470148073735199806,0.15,-0.14944028023,0.0,0.0,0.0,0.0342380477098
+1470148073809541670,0.15,-0.148862753724,0.0,0.0,0.0,0.0307176441619
+1470148073884542949,0.15,-0.143612625602,0.0,0.0,0.0,0.0303209510837
+1470148073961527744,0.15,-0.134538499101,0.0,0.0,0.0,0.0432759578326
+1470148074036874310,0.15,-0.13064589777,0.0,0.0,0.0,0.0244789833729
+1470148074110544555,0.15,-0.128163988662,0.0,0.0,0.0,0.0281545248704
+1470148074186833002,0.15,-0.127744038129,0.0,0.0,0.0,0.0285891341646
+1470148074260225853,0.15,-0.114387138841,0.0,0.0,0.0,0.0263832449933
+1470148074337622354,0.15,-0.110044225125,0.0,0.0,0.0,0.0271857398206
+1470148074410034046,0.15,-0.111134524436,0.0,0.0,0.0,0.0338832117723
+1470148074486076493,0.15,-0.100399706041,0.0,0.0,0.0,0.0288576071941
+1470148074562715235,0.15,-0.0950746462543,0.0,0.0,0.0,0.0375149467006
+1470148074640329705,0.15,-0.0949671513684,0.0,0.0,0.0,0.0247066225971
+1470148074715885375,0.15,-0.0923488915976,0.0,0.0,0.0,0.0242866596705
+1470148074794833811,0.15,-0.0880123017497,0.0,0.0,0.0,0.0283668858123
+1470148074868343792,0.15,-0.0830356507088,0.0,0.0,0.0,0.0297982095102
+1470148074944570860,0.15,-0.0822642009324,0.0,0.0,0.0,0.0292023382697
+1470148075023153266,0.15,-0.0786747779691,0.0,0.0,0.0,0.021890429531
+1470148075097019442,0.15,-0.070015798301,0.0,0.0,0.0,0.0357154837146
+1470148075170474922,0.15,-0.0721569013984,0.0,0.0,0.0,0.0292542927898
+1470148075249980162,0.15,-0.0706949784849,0.0,0.0,0.0,0.0283905940984
+1470148075330141347,0.15,-0.0686282090716,0.0,0.0,0.0,0.0273536983406
+1470148075411582708,0.15,-0.0618225701969,0.0,0.0,0.0,0.0246090510052
+1470148075501004512,0.15,-0.0620521566696,0.0,0.0,0.0,0.0164202343024
+1470148075578357693,0.15,-0.0600670498225,0.0,0.0,0.0,0.0179181433889
+1470148075657559794,0.15,-0.0572359740978,0.0,0.0,0.0,0.0313031837847
+1470148075740812663,0.15,-0.0556430886594,0.0,0.0,0.0,0.0279565145426
+1470148075818622123,0.15,-0.0536380812956,0.0,0.0,0.0,0.0239601907831
+1470148075895618052,0.15,-0.0510834125114,0.0,0.0,0.0,0.0216180961473
+1470148075971493551,0.15,-0.0504739707593,0.0,0.0,0.0,0.0180152809486
+1470148076047160676,0.15,-0.0494164978903,0.0,0.0,0.0,0.0155582903877
+1470148076124909791,0.15,-0.0468308775682,0.0,0.0,0.0,0.0213303182421
+1470148076200054550,0.15,-0.0459123893454,0.0,0.0,0.0,0.0247657934974
+1470148076273993760,0.15,-0.0437062563269,0.0,0.0,0.0,0.0250830710553
+1470148076362856339,0.15,-0.0440355088571,0.0,0.0,0.0,0.0280654772689
+1470148076442739887,0.15,-0.0419532504329,0.0,0.0,0.0,0.0106274070212
+1470148076515700850,0.15,-0.0399344246948,0.0,0.0,0.0,0.0286439359651
+1470148076593880800,0.15,-0.0402228466467,0.0,0.0,0.0,0.0247195333889
+1470148076669420535,0.15,-0.0394811105963,0.0,0.0,0.0,0.0254939204819
+1470148076743991552,0.15,-0.0358573961474,0.0,0.0,0.0,0.0154965161751
+1470148076821878127,0.15,-0.0357561981529,0.0,0.0,0.0,0.0401862229791
+1470148076897904093,0.15,-0.0355381866406,0.0,0.0,0.0,0.0225941825778
+1470148076970033400,0.15,-0.0336360611684,0.0,0.0,0.0,0.0214230169145
+1470148077047642676,0.15,-0.034234444411,0.0,0.0,0.0,0.0226124725155
+1470148077125572867,0.15,-0.0337933252091,0.0,0.0,0.0,0.0305713895036
+1470148077198056123,0.15,-0.0316721828779,0.0,0.0,0.0,0.0195163377181
+1470148077277989896,0.15,-0.0327918691543,0.0,0.0,0.0,0.0162733896642
+1470148077351056403,0.15,-0.0307364495163,0.0,0.0,0.0,0.0232809267165
+1470148077428480942,0.15,-0.0313641699508,0.0,0.0,0.0,0.0213761580768
+1470148077505293160,0.15,-0.0295373092979,0.0,0.0,0.0,0.0151796406854
+1470148077580143300,0.15,-0.0297593588672,0.0,0.0,0.0,0.011761448321
+1470148077655460902,0.15,-0.0292168994083,0.0,0.0,0.0,0.0258750956626
+1470148077735643243,0.15,-0.0280912722091,0.0,0.0,0.0,0.0170928274755
+1470148077806851127,0.15,-0.0273439255094,0.0,0.0,0.0,0.00942826377069
+1470148077879860046,0.15,-0.0275525230834,0.0,0.0,0.0,0.0184763606497
+1470148077952086506,0.15,-0.0264591260375,0.0,0.0,0.0,0.0184125920266
+1470148078042179644,0.15,-0.0263343185057,0.0,0.0,0.0,0.0216021889604
+1470148078118521033,0.15,-0.026044701094,0.0,0.0,0.0,0.0134312439505
+1470148078193376016,0.15,-0.0248616285667,0.0,0.0,0.0,0.00946775982708
+1470148078267069431,0.15,-0.0249946171149,0.0,0.0,0.0,0.0226268297796
+1470148078340905440,0.15,-0.0239259137024,0.0,0.0,0.0,0.0185946188962
+1470148078418456240,0.15,-0.0233627909776,0.0,0.0,0.0,0.0216793297043
+1470148078496761042,0.15,-0.0226656431468,0.0,0.0,0.0,0.0229264120195
+1470148078574915655,0.15,-0.0221407110421,0.0,0.0,0.0,0.0176715690948
+1470148078649876112,0.15,-0.0217458802161,0.0,0.0,0.0,0.0116656602542
+1470148078727120995,0.15,-0.0214320767262,0.0,0.0,0.0,0.0135284957916
+1470148078801243358,0.15,-0.0211120558678,0.0,0.0,0.0,0.0149184823497
+1470148078877394048,0.15,-0.0202485286389,0.0,0.0,0.0,0.0206633030224
+1470148078951156840,0.15,-0.0196498108148,0.0,0.0,0.0,0.0221069532287
+1470148079030764530,0.15,-0.019613029962,0.0,0.0,0.0,0.00656122461732
+1470148079105106419,0.15,-0.0193184710207,0.0,0.0,0.0,0.0181627083222
+1470148079178390112,0.15,-0.0188219973186,0.0,0.0,0.0,0.0153324570931
+1470148079257147619,0.15,-0.0188379189683,0.0,0.0,0.0,0.0137320799441
+1470148079332677368,0.15,-0.0182254996784,0.0,0.0,0.0,0.0214606130164
+1470148079406771451,0.15,-0.0178611386021,0.0,0.0,0.0,0.0133485602494
+1470148079479967388,0.15,-0.0175783264937,0.0,0.0,0.0,0.0124488741447
+1470148079558502236,0.15,-0.0176920612183,0.0,0.0,0.0,0.0116849228497
+1470148079641220468,0.15,-0.0164163770105,0.0,0.0,0.0,0.00959426653384
+1470148079714098552,0.15,-0.0164740107035,0.0,0.0,0.0,0.00985966583635
+1470148079786360256,0.15,-0.0164848625143,0.0,0.0,0.0,0.0130503717906
+1470148079858894548,0.15,-0.0159977223536,0.0,0.0,0.0,0.0124038915751
+1470148079940531062,0.0,-0.0157159415271,0.0,0.0,0.0,0.0163480484461
+1470148080017992188,0.0,-0.0154352978032,0.0,0.0,0.0,0.0138055610616
+1470148080090447737,0.0,-0.0151780204942,0.0,0.0,0.0,0.0142702828584
+1470148080165620996,0.0,-0.0147932136108,0.0,0.0,0.0,0.0133869124878
+1470148080241953028,0.0,-0.0146484678669,0.0,0.0,0.0,0.0123921030636
+1470148080315727671,0.0,-0.0142465759246,0.0,0.0,0.0,0.00999580865303
+1470148080391074188,0.0,-0.0134008959153,0.0,0.0,0.0,0.00853870306856
+1470148080467433923,0.0,-0.0135509101258,0.0,0.0,0.0,0.0130067162385
+1470148080541143168,0.0,-0.0130922723728,0.0,0.0,0.0,0.00957298310061
+1470148080617150123,0.0,-0.012965346957,0.0,0.0,0.0,0.00822478965832
+1470148080690107253,0.0,-0.013198590113,0.0,0.0,0.0,0.0104172209794
+1470148080766796094,0.0,-0.0135944253179,0.0,0.0,0.0,0.00898939239187
+1470148080840051539,0.0,-0.0145979759882,0.0,0.0,0.0,0.00862519168799
+1470148080922284447,0.0,-0.0150052381385,0.0,0.0,0.0,0.00806273726119
+1470148081000778978,0.0,-0.0148782212693,0.0,0.0,0.0,0.00905348418388
+1470148081081884875,0.0,-0.0143496492033,0.0,0.0,0.0,0.00830191783812
+1470148081155266217,0.0,-0.0143082270109,0.0,0.0,0.0,0.00732838963069
+1470148081228130627,0.0,-0.0139593347407,0.0,0.0,0.0,0.00663673687783
+1470148081301122614,0.0,-0.0134983006938,0.0,0.0,0.0,0.00450647467939
+1470148081374389715,0.0,-0.0134682897199,0.0,0.0,0.0,0.00406052584975
+1470148081450647304,0.0,-0.013237452138,0.0,0.0,0.0,0.00467978930195
+1470148081526727051,0.0,-0.0127402230612,0.0,0.0,0.0,0.00623938932726
+1470148081599481953,0.0,-0.0125645478735,0.0,0.0,0.0,0.00646468213776
+1470148081672030216,0.0,-0.0123281313986,0.0,0.0,0.0,0.00752738616726
+1470148081745975359,0.0,-0.0120402794115,0.0,0.0,0.0,0.0069962781068
+1470148081818039756,0.0,-0.0116606928538,0.0,0.0,0.0,0.00593173004149
+1470148081893440673,0.0,-0.0110929251295,0.0,0.0,0.0,0.00595143418229
+1470148081970613531,0.0,-0.0109616446648,0.0,0.0,0.0,0.0061154255696
+1470148082046478392,0.0,-0.0105759124435,0.0,0.0,0.0,0.00607233970874
+1470148082122046038,0.0,-0.0102289131957,0.0,0.0,0.0,0.00406894513811
+1470148082195531634,0.0,-0.0096935274031,0.0,0.0,0.0,0.00510216064122
+1470148082267835231,0.0,-0.00939682343272,0.0,0.0,0.0,0.00420274873969
+1470148082343245878,0.0,-0.00919834976468,0.0,0.0,0.0,0.00412016936464
+1470148082416109636,0.0,-0.00896404164496,0.0,0.0,0.0,0.00410454687304
+1470148082492666369,0.0,-0.00825161421432,0.0,0.0,0.0,0.0
+1470148082568882064,0.0,-0.00822445604818,0.0,0.0,0.0,0.00321680567088
+1470148082642624459,0.0,-0.0080251795391,0.0,0.0,0.0,0.00289547927776
+1470148082715232297,0.0,-0.00778670897409,0.0,0.0,0.0,0.002945780796
+1470148082788838683,0.0,-0.00725403493266,0.0,0.0,0.0,0.00394961390738
+1470148082860247453,0.0,-0.00716737116092,0.0,0.0,0.0,0.00485982437118
+1470148082932914211,0.0,-0.00693777486865,0.0,0.0,0.0,0.00442744830923
+1470148083003367786,0.0,-0.00676113248507,0.0,0.0,0.0,0.00349325900306
+1470148083075712680,0.0,-0.00630659032555,0.0,0.0,0.0,0.00372922073736
+1470148083148275252,0.0,-0.00626993339512,0.0,0.0,0.0,0.00536184692544
+1470148083220772034,0.0,-0.0060284741003,0.0,0.0,0.0,0.00391061004679
+1470148083295837034,0.0,-0.00583720601802,0.0,0.0,0.0,0.0
+1470148083372626367,0.0,-0.00568693778515,0.0,0.0,0.0,0.00280652400469
+1470148083449531154,0.0,-0.00551232203353,0.0,0.0,0.0,0.00472775139201
+1470148083522527096,0.0,-0.00527033878362,0.0,0.0,0.0,0.00421953411286
+1470148083595854785,0.0,-0.00498493723318,0.0,0.0,0.0,0.00402492214907
+1470148083672233869,0.0,-0.00501668553551,0.0,0.0,0.0,0.0
+1470148083747835661,0.0,-0.00480785064501,0.0,0.0,0.0,0.00437757475342
+1470148083822105141,0.0,-0.00462410885035,0.0,0.0,0.0,0.00292269257878
+1470148083900478964,0.0,-0.00446879173443,0.0,0.0,0.0,0.0
+1470148083981169632,0.0,-0.00439427690819,0.0,0.0,0.0,0.00520728237862
+1470148084058144237,0.0,-0.00423141076399,0.0,0.0,0.0,0.0
+1470148084132725594,0.0,-0.00415748627314,0.0,0.0,0.0,0.0044536948365
+1470148084204630677,0.0,-0.00396846822847,0.0,0.0,0.0,0.0
+1470148084277512387,0.0,-0.00393987803122,0.0,0.0,0.0,0.00379773651439
+1470148084351338763,0.0,-0.00381886184639,0.0,0.0,0.0,0.0
+1470148084428324469,0.0,-0.00367743204557,0.0,0.0,0.0,0.00414066746239
+1470148084508067743,0.0,-0.00362901797868,0.0,0.0,0.0,0.00338399840288
+1470148084579410432,0.0,-0.00350182955261,0.0,0.0,0.0,0.00309988448937
+1470148084655233671,0.0,-0.00348600022138,0.0,0.0,0.0,0.0041015945969
+1470148084729369055,0.0,-0.00328654066238,0.0,0.0,0.0,0.0
+1470148084802253200,0.0,-0.00323958706663,0.0,0.0,0.0,0.00318742152462
+1470148084881304258,0.0,-0.00318228945549,0.0,0.0,0.0,0.00410670215249
+1470148084959144252,0.0,-0.00305091617093,0.0,0.0,0.0,0.0
+1470148085034393573,0.0,-0.00291184028946,0.0,0.0,0.0,0.00426518057132
+1470148085117174527,0.0,-0.00286033975133,0.0,0.0,0.0,0.0
+1470148085190861852,0.0,-0.00272124815738,0.0,0.0,0.0,0.00281722706576
+1470148085264391681,0.0,-0.00266191443221,0.0,0.0,0.0,0.00418812876884
+1470148085341572041,0.0,-0.00261269687561,0.0,0.0,0.0,0.00300013871227
+1470148085415636869,0.0,-0.00251942281046,0.0,0.0,0.0,0.00398078186615
+1470148085488374762,0.0,-0.00247952294344,0.0,0.0,0.0,0.00416922618264
+1470148085564351537,0.0,-0.00247027250644,0.0,0.0,0.0,0.00487107342838
+1470148085641916948,0.0,-0.00240579757849,0.0,0.0,0.0,0.0
+1470148085714846795,0.0,-0.00242122332809,0.0,0.0,0.0,0.00337362563948
+1470148085788702175,0.0,-0.0022778214445,0.0,0.0,0.0,0.00313533921051
+1470148085861530471,0.0,-0.00225312121895,0.0,0.0,0.0,0.00289709977269
+1470148085935703554,0.0,-0.00217686620609,0.0,0.0,0.0,0.00486429221156
+1470148086011661498,0.0,-0.00202572232651,0.0,0.0,0.0,0.00422554849771
+1470148086084939983,0.0,-0.00203836752879,0.0,0.0,0.0,0.00474227116213
+1470148086160317814,0.0,-0.00201571262749,0.0,0.0,0.0,0.00585692062894
+1470148086233577879,0.0,-0.00192794199633,0.0,0.0,0.0,0.00533608944319
+1470148086314846151,0.0,-0.00193513511681,0.0,0.0,0.0,0.00460025059933
+1470148086389944996,0.0,-0.00193515958671,0.0,0.0,0.0,0.00451478484376
+1470148086468120233,0.0,-0.00199797197541,0.0,0.0,0.0,0.00620540421591
+1470148086543068637,0.0,-0.0019159484654,0.0,0.0,0.0,0.00388472756375
+1470148086618482795,0.0,-0.00190887303892,0.0,0.0,0.0,0.00470891064373
+1470148086694876124,0.0,-0.00188646677932,0.0,0.0,0.0,0.00538089538352
+1470148086771726947,0.0,-0.00173750501219,0.0,0.0,0.0,0.00522609925511
+1470148086850727773,0.0,0.0,0.0,0.0,0.0,0.0040259594185
+1470148086928257225,0.0,0.0,0.0,0.0,0.0,0.00588309732692
+1470148087001783352,0.0,0.0,0.0,0.0,0.0,0.00470107189984
+1470148087075151710,0.0,0.0,0.0,0.0,0.0,0.00577144249528
+1470148087156421866,0.0,0.0,0.0,0.0,0.0,0.00573287635664
+1470148087230162181,0.0,0.0,0.0,0.0,0.0,0.00403125094304
+1470148087307462938,0.0,0.0,0.0,0.0,0.0,0.00592751772418
+1470148087383153052,0.0,-0.00174021891696,0.0,0.0,0.0,0.00562721022845
+1470148087458909055,0.0,-0.00184809246405,0.0,0.0,0.0,0.00389193721066
+1470148087533431723,0.0,0.0,0.0,0.0,0.0,0.00632499744281
+1470148087615235305,0.006,0.0,0.0,0.0,0.0,0.0
+1470148087693538890,0.0,0.0,0.0,0.0,0.0,0.0048581302951
+1470148087767271027,0.0,0.0,0.0,0.0,0.0,0.00315292970752
+1470148087841631796,0.0,0.0,0.0,0.0,0.0,0.00613299694966
+1470148087915012430,0.0,0.0,0.0,0.0,0.0,0.00390230692632
+1470148087988875389,0.0,-0.00208136881368,0.0,0.0,0.0,0.00470435722112
+1470148088075511550,0.0,-0.00219927190494,0.0,0.0,0.0,0.00352358560037
+1470148088148733670,0.0,-0.00230434635425,0.0,0.0,0.0,0.00345965447212
+1470148088226337025,0.0,-0.00240014938446,0.0,0.0,0.0,0.0
+1470148088300761476,0.0,-0.00264535432514,0.0,0.0,0.0,0.00336581751359
+1470148088377420828,0.0,-0.00269928529286,0.0,0.0,0.0,0.00399992541543
+1470148088454356508,0.0,-0.00273080093596,0.0,0.0,0.0,0.0
+1470148088531507233,0.0,-0.00283462170681,0.0,0.0,0.0,0.0
+1470148088606089960,0.0,-0.00303602085814,0.0,0.0,0.0,0.00355713728212
+1470148088679323874,0.0,-0.00316122095816,0.0,0.0,0.0,0.0
+1470148088751674383,0.0,-0.00327074641947,0.0,0.0,0.0,0.0032801139957
+1470148088822938006,0.0,-0.00351856603589,0.0,0.0,0.0,0.0
+1470148088895050853,0.0,-0.00386428372441,0.0,0.0,0.0,0.0
+1470148088984557763,0.0,-0.00448797362396,0.0,0.0,0.0,0.0
+1470148089065073366,0.0,-0.00471934581819,0.0,0.0,0.0,0.0
+1470148089138148388,0.0,-0.00464102391682,0.0,0.0,0.0,0.0
+1470148089211246815,0.0,-0.00451721333491,0.0,0.0,0.0,0.0
+1470148089287963371,0.0,-0.00450440153981,0.0,0.0,0.0,0.0
+1470148089363943703,0.0,-0.00438714723703,0.0,0.0,0.0,0.0
+1470148089436834848,0.0,-0.0043762790123,0.0,0.0,0.0,0.0
+1470148089510208075,0.0,-0.00428511962952,0.0,0.0,0.0,0.0
+1470148089585109803,0.0,-0.00419545889563,0.0,0.0,0.0,0.0
+1470148089660240969,0.0,-0.00399289678183,0.0,0.0,0.0,0.0
+1470148089735270188,0.0,-0.00389267254819,0.0,0.0,0.0,0.0
+1470148089808285424,0.0,-0.00371631978469,0.0,0.0,0.0,0.0
+1470148089882745917,0.0,-0.00362692663748,0.0,0.0,0.0,0.0
+1470148089958600375,0.0,-0.00334461494521,0.0,0.0,0.0,0.0
+1470148090033673673,0.0,-0.00321600143341,0.0,0.0,0.0,0.0
+1470148090109753488,0.0,-0.00311442726702,0.0,0.0,0.0,0.0
+1470148090181881189,0.0,-0.00297517745468,0.0,0.0,0.0,0.0
+1470148090254374398,0.0,-0.00268932528912,0.0,0.0,0.0,0.0
+1470148090330465509,0.0,-0.0026054143545,0.0,0.0,0.0,0.0
+1470148090407590079,0.0,-0.00251818057539,0.0,0.0,0.0,0.0
+1470148090480799394,0.0,-0.00241955835655,0.0,0.0,0.0,0.0
+1470148090552645017,0.0,-0.00226610759813,0.0,0.0,0.0,0.0
+1470148090626463145,0.0,-0.0020187098213,0.0,0.0,0.0,0.0
+1470148090701430387,0.0,-0.00202442016402,0.0,0.0,0.0,0.0
+1470148090777544694,0.0,-0.00186701100242,0.0,0.0,0.0,0.0
+1470148090851237095,0.0,-0.00182905671031,0.0,0.0,0.0,0.0
+1470148090927605683,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091001813502,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091078609006,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091150229171,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091219713401,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091294176189,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091375253418,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091450117131,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091529705665,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091607542153,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091681556352,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091753394023,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091831861459,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091905871937,0.006,0.0,0.0,0.0,0.0,0.0
+1470148091979429126,0.006,0.0,0.0,0.0,0.0,0.0
+1470148092053935969,0.0,0.0,0.0,0.0,0.0,0.00420639637286
+1470148092132780187,0.006,0.0,0.0,0.0,0.0,0.0
+1470148092208687056,0.0,0.0,0.0,0.0,0.0,0.00532501135301
+1470148092283014800,0.0,0.0,0.0,0.0,0.0,0.0055829484079
+1470148092368161109,0.0,0.0,0.0,0.0,0.0,0.00458665979744
+1470148092446557428,0.006,0.0,0.0,0.0,0.0,0.0
+1470148092522238648,0.006,0.0,0.0,0.0,0.0,0.0
+1470148092601935959,0.006,0.0,0.0,0.0,0.0,0.0
+1470148092677051722,0.006,0.0,0.0,0.0,0.0,0.0
+1470148092751653019,0.0,0.0,0.0,0.0,0.0,0.0033054311331
+1470148092827309496,0.0,0.0,0.0,0.0,0.0,0.00456796623294
+1470148092902316457,0.0,0.00262365386439,0.0,0.0,0.0,0.0
+1470148092978428680,0.0,0.000803248500511,0.0,0.0,0.0,0.0
+1470148093059976206,0.0,0.0009087467057,0.0,0.0,0.0,0.00515959666372
+1470148093134561080,0.0,0.000699450783758,0.0,0.0,0.0,0.0
+1470148093212732664,0.0,0.000328366274451,0.0,0.0,0.0,0.0
+1470148093289648141,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093362659079,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093440911020,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093516222629,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093589340527,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093663053182,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093740310916,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093814951405,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093889776677,0.006,0.0,0.0,0.0,0.0,0.0
+1470148093967568980,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094043138010,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094120647721,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094196751171,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094271081965,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094345878034,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094419681483,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094500286728,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094576955704,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094653152765,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094725879012,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094799181316,0.006,0.0,0.0,0.0,0.0,0.0
+1470148094874752152,0.0,0.0,0.0,0.0,0.0,0.00327486838173
+1470148094954909448,0.0,0.0,0.0,0.0,0.0,0.0113228920904
+1470148095026414841,0.006,0.0,0.0,0.0,0.0,0.0
+1470148095096832780,0.0,0.0,0.0,0.0,0.0,0.00287674148571
+1470148095171347833,0.006,0.0,0.0,0.0,0.0,0.0
+1470148095245814267,0.006,0.0,0.0,0.0,0.0,0.0
+1470148095319334351,0.0,0.0,0.0,0.0,0.0,0.00511768283707
+1470148095404900915,0.0,0.0,0.0,0.0,0.0,0.00321993959349
+1470148095483110243,0.006,0.0,0.0,0.0,0.0,0.0
+1470148095556744122,0.006,0.0,0.0,0.0,0.0,0.0
+1470148095630618867,0.0,0.0,0.0,0.0,0.0,0.00320167177025
+1470148095708014067,0.006,0.0,0.0,0.0,0.0,0.0
+1470148095784120685,0.006,0.0,0.0,0.0,0.0,0.0
+1470148095856546620,0.006,0.0,0.0,0.0,0.0,0.0
+1470148095934035739,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096013098962,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096087757591,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096168401181,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096242814998,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096322708542,0.0,0.0,0.0,0.0,0.0,0.00433513739865
+1470148096396286358,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096468871947,0.0,0.0,0.0,0.0,0.0,0.00283905576128
+1470148096546625043,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096622110001,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096695651501,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096770541535,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096848283314,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096921183252,0.006,0.0,0.0,0.0,0.0,0.0
+1470148096994277801,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097078676605,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097163459288,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097238249120,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097318183369,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097391562902,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097464044106,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097536652561,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097610019677,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097686732872,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097761353852,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097836347596,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097908718039,0.006,0.0,0.0,0.0,0.0,0.0
+1470148097979836765,0.0,0.0,0.0,0.0,0.0,0.0028708866079
+1470148098052475924,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098129312547,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098205385258,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098278642550,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098351566480,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098429101547,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098502653474,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098577322055,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098648231428,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098721928941,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098794909251,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098875942609,0.006,0.0,0.0,0.0,0.0,0.0
+1470148098948297446,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099021672590,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099096164561,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099168061821,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099243994312,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099325091295,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099397288960,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099469910613,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099546492071,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099620680412,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099693692132,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099766742417,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099841363515,0.006,0.0,0.0,0.0,0.0,0.0
+1470148099913876483,0.0,0.0,0.0,0.0,0.0,0.00342743372216
+1470148099985485028,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100055585584,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100132470484,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100211411211,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100290410135,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100375898362,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100447837151,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100520580793,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100593149243,0.0,0.0,0.0,0.0,0.0,0.00293192681422
+1470148100668072750,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100751826749,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100824311541,0.006,0.0,0.0,0.0,0.0,0.0
+1470148100897483348,0.0,0.0,0.0,0.0,0.0,0.00291423434926
+1470148100969506522,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101044683739,0.0,0.0,0.0,0.0,0.0,0.00528682823704
+1470148101119298817,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101192448800,0.0,0.0,0.0,0.0,0.0,0.00281153161528
+1470148101267186804,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101341274293,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101414836725,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101486707702,0.0,0.0,0.0,0.0,0.0,0.00608908481108
+1470148101563206495,0.0,0.0,0.0,0.0,0.0,0.00326095140607
+1470148101638504894,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101712232809,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101782959753,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101857511023,0.006,0.0,0.0,0.0,0.0,0.0
+1470148101929369290,0.0,0.0,0.0,0.0,0.0,0.00461954659633
+1470148102002525896,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102078172871,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102152889069,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102227726949,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102302512780,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102373212330,0.0,0.0,0.0,0.0,0.0,0.00279880145178
+1470148102449838016,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102525489201,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102599248614,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102672728395,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102750185802,0.0,0.0,0.0,0.0,0.0,0.00433453055724
+1470148102829398070,0.0,0.0,0.0,0.0,0.0,0.00284795225828
+1470148102901988764,0.006,0.0,0.0,0.0,0.0,0.0
+1470148102978536373,0.0,0.0,0.0,0.0,0.0,0.00373828671375
+1470148103055276082,0.006,0.0,0.0,0.0,0.0,0.0
+1470148103127592737,0.006,0.0,0.0,0.0,0.0,0.0
+1470148103200325136,0.0,0.0,0.0,0.0,0.0,0.00451738356185
+1470148103273341836,0.0,0.0,0.0,0.0,0.0,0.00332368925387
+1470148103350969894,0.006,0.0,0.0,0.0,0.0,0.0
+1470148103426478391,0.0,0.0,0.0,0.0,0.0,0.0037547215852
+1470148103498747919,0.0,0.0,0.0,0.0,0.0,0.00321380447831
+1470148103570155675,0.0,0.0,0.0,0.0,0.0,0.00380924862859
+1470148103650456363,0.0,0.0,0.0,0.0,0.0,0.00654838154549
+1470148103725169913,0.0,0.0,0.0,0.0,0.0,0.00364505546442
+1470148103798195924,0.0,0.000101993940107,0.0,0.0,0.0,0.0
+1470148103870365836,0.0,0.00035277442034,0.0,0.0,0.0,0.0
+1470148103943301824,0.0,0.000352345856116,0.0,0.0,0.0,0.0
+1470148104015570306,0.0,0.000397133073484,0.0,0.0,0.0,0.0
+1470148104099886326,0.0,0.000542706208687,0.0,0.0,0.0,0.003918540672
+1470148104172262141,0.0,0.000514419968547,0.0,0.0,0.0,0.00393062284414
+1470148104246411165,0.0,0.000504711980278,0.0,0.0,0.0,0.0
+1470148104315572567,0.0,0.000433048183813,0.0,0.0,0.0,0.00283367150042
+1470148104395381891,0.0,0.00034198469474,0.0,0.0,0.0,0.0
+1470148104469509457,0.0,0.000372873165625,0.0,0.0,0.0,0.0
+1470148104546102229,0.0,0.000446490818539,0.0,0.0,0.0,0.00628019051796
+1470148104616600505,0.0,0.000474386589895,0.0,0.0,0.0,0.0
+1470148104690527813,0.0,0.000381858941222,0.0,0.0,0.0,0.00404728242525
+1470148104766852700,0.0,0.000410071133149,0.0,0.0,0.0,0.00425502514004
+1470148104844842196,0.0,0.000404041660643,0.0,0.0,0.0,0.00432029061564
+1470148104928606151,0.0,0.000381473392005,0.0,0.0,0.0,0.0046357543309
+1470148105006745205,0.0,0.000371401714121,0.0,0.0,0.0,0.00504057513485
+1470148105080228069,0.0,0.000371565469262,0.0,0.0,0.0,0.00411899950184
+1470148105164943143,0.0,0.000386708053964,0.0,0.0,0.0,0.00432060883268
+1470148105241730563,0.0,0.000363031745667,0.0,0.0,0.0,0.00423957764179
+1470148105318259241,0.0,0.000370781540806,0.0,0.0,0.0,0.00415104016823
+1470148105396068030,0.0,0.000349132662476,0.0,0.0,0.0,0.0040153174038
+1470148105472716012,0.0,0.000300573373393,0.0,0.0,0.0,0.00301134438065
+1470148105550841142,0.0,0.00030493265268,0.0,0.0,0.0,0.0
+1470148105635585916,0.0,0.000263547594314,0.0,0.0,0.0,0.0
+1470148105709159365,0.0,0.0,0.0,0.0,0.0,0.00384500267257
+1470148105780817809,0.0,0.0,0.0,0.0,0.0,0.00331989062036
+1470148105851512654,0.0,0.0,0.0,0.0,0.0,0.00321686301408
+1470148105924674379,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106008338967,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106091331654,0.0,0.0,0.0,0.0,0.0,0.00285179012659
+1470148106164689954,0.0,0.0,0.0,0.0,0.0,0.00301821165928
+1470148106242190640,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106321487467,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106399048004,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106474996770,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106552862474,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106629986492,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106709776152,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106786638894,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106863392383,0.006,0.0,0.0,0.0,0.0,0.0
+1470148106939313559,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107012212977,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107087794423,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107163165760,0.0,0.0,0.0,0.0,0.0,0.00339005033071
+1470148107239543719,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107312443937,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107386708195,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107460851039,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107533959769,0.0,0.0,0.0,0.0,0.0,0.00421960122736
+1470148107607194184,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107679371668,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107759707276,0.006,0.0,0.0,0.0,0.0,0.0
+1470148107833037393,0.0,0.0,0.0,0.0,0.0,0.00484516850642
+1470148107910203426,0.0,0.000251316445436,0.0,0.0,0.0,0.00425570424502
+1470148107986969464,0.0,0.000289002225261,0.0,0.0,0.0,0.0
+1470148108062537722,0.006,0.0,0.0,0.0,0.0,0.0
+1470148108140054651,0.006,0.0,0.0,0.0,0.0,0.0
+1470148108217788222,0.006,0.0,0.0,0.0,0.0,0.0
+1470148108297637994,0.0,0.0,0.0,0.0,0.0,0.00300382460437
+1470148108381445124,0.006,0.0,0.0,0.0,0.0,0.0
+1470148108455560021,0.0,0.0,0.0,0.0,0.0,0.00331803128082
+1470148108530369655,0.0,0.0,0.0,0.0,0.0,0.00465773147004
+1470148108603113596,0.0,0.000263917586263,0.0,0.0,0.0,0.0
+1470148108680084166,0.0,0.000274289623046,0.0,0.0,0.0,0.0
+1470148108753016109,0.0,0.000270088939901,0.0,0.0,0.0,0.00284997412511
diff --git a/MobileRobot/docking_data/Vel3.txt~ b/MobileRobot/docking_data/Vel3.txt~
index b29177bf..67390894 100644
--- a/MobileRobot/docking_data/Vel3.txt~
+++ b/MobileRobot/docking_data/Vel3.txt~
@@ -1,439 +1,547 @@
 %time,field.linear.x,field.linear.y,field.linear.z,field.angular.x,field.angular.y,field.angular.z
-1470073172999692074,0.15,-0.595936002955,0.0,0.0,0.0,0.022706839975
-1470073173087730129,0.15,-0.114279593494,0.0,0.0,0.0,0.0366795967119
-1470073173171397777,0.15,-0.119345612133,0.0,0.0,0.0,0.021535370681
-1470073173250776923,0.15,-0.118956527489,0.0,0.0,0.0,0.0212412921675
-1470073173324555270,0.15,-0.119287456481,0.0,0.0,0.0,0.0218175718931
-1470073173398472750,0.15,-0.11924770072,0.0,0.0,0.0,0.0227870437318
-1470073173476087141,0.15,-0.120460420419,0.0,0.0,0.0,0.0206499712843
-1470073173564085114,0.15,-0.12208176948,0.0,0.0,0.0,0.0255661719727
-1470073173642898803,0.15,-0.1194656237,0.0,0.0,0.0,0.0414983432842
-1470073173732200525,0.15,-0.126061194989,0.0,0.0,0.0,0.0378592864592
-1470073173803783924,0.15,-0.110011737572,0.0,0.0,0.0,0.0237033065982
-1470073173879240745,0.15,-0.118962580298,0.0,0.0,0.0,0.0255423056034
-1470073173954082372,0.15,-0.105979282992,0.0,0.0,0.0,0.0297096138299
-1470073174028606357,0.15,-0.0995055920119,0.0,0.0,0.0,0.0378366487258
-1470073174099660211,0.15,-0.100933794634,0.0,0.0,0.0,0.0290788839456
-1470073174174359978,0.15,-0.103858660579,0.0,0.0,0.0,0.0242019015741
-1470073174245196648,0.15,-0.0892558158009,0.0,0.0,0.0,0.0181915579909
-1470073174315787243,0.15,-0.0982737426033,0.0,0.0,0.0,0.0286748443013
-1470073174389010896,0.15,-0.0925855062153,0.0,0.0,0.0,0.0204590667515
-1470073174460207948,0.15,-0.0814161032977,0.0,0.0,0.0,0.0229527593693
-1470073174536592471,0.15,-0.0896551287183,0.0,0.0,0.0,0.0262891222561
-1470073174617268487,0.15,-0.0878832643032,0.0,0.0,0.0,0.0234127747205
-1470073174688266697,0.15,-0.084619862718,0.0,0.0,0.0,0.022670147966
-1470073174764395442,0.15,-0.0790083107692,0.0,0.0,0.0,0.0161890988087
-1470073174843911443,0.15,-0.0732430014122,0.0,0.0,0.0,0.0243352970043
-1470073174916212357,0.15,-0.0799285333166,0.0,0.0,0.0,0.0275176165578
-1470073174991392197,0.15,-0.074454503286,0.0,0.0,0.0,0.0163124945544
-1470073175066837471,0.15,-0.0739356301971,0.0,0.0,0.0,0.0307498715508
-1470073175147399618,0.15,-0.0764102806269,0.0,0.0,0.0,0.0269765368501
-1470073175224847546,0.15,-0.0732643707593,0.0,0.0,0.0,0.0257869927446
-1470073175301485835,0.15,-0.0694910206284,0.0,0.0,0.0,0.0144892480589
-1470073175376154448,0.15,-0.0623676599281,0.0,0.0,0.0,0.0342897775882
-1470073175455753741,0.15,-0.0671603376754,0.0,0.0,0.0,0.0305629179369
-1470073175532348083,0.15,-0.0676806349724,0.0,0.0,0.0,0.0236109572033
-1470073175608524601,0.15,-0.061605295003,0.0,0.0,0.0,0.0315485061181
-1470073175681991298,0.15,-0.0647740496752,0.0,0.0,0.0,0.0282011094972
-1470073175759651546,0.15,-0.0652849615234,0.0,0.0,0.0,0.0241360847821
-1470073175836589617,0.15,-0.0548369405696,0.0,0.0,0.0,0.0176904518358
-1470073175911486873,0.15,-0.0586065967367,0.0,0.0,0.0,0.0201264605009
-1470073175982345906,0.15,-0.063219497352,0.0,0.0,0.0,0.0283914645133
-1470073176055742087,0.15,-0.0546482022149,0.0,0.0,0.0,0.0241730542366
-1470073176128023126,0.15,-0.0590810900588,0.0,0.0,0.0,0.0236288911967
-1470073176199004296,0.15,-0.0557310795526,0.0,0.0,0.0,0.0217346060163
-1470073176270864930,0.15,-0.0600695353644,0.0,0.0,0.0,0.0201686976234
-1470073176348360665,0.15,-0.0543911492624,0.0,0.0,0.0,0.0249838634976
-1470073176431266844,0.15,-0.0553614767856,0.0,0.0,0.0,0.0221622043341
-1470073176510167651,0.15,-0.0564638930199,0.0,0.0,0.0,0.0218534222509
-1470073176587966923,0.15,-0.049271928398,0.0,0.0,0.0,0.0202323181771
-1470073176667520135,0.15,-0.0560433146621,0.0,0.0,0.0,0.0176856880683
-1470073176743803426,0.15,-0.0465759563701,0.0,0.0,0.0,0.0146209887378
-1470073176817232682,0.15,-0.0504628234677,0.0,0.0,0.0,0.0112963695494
-1470073176894901644,0.15,-0.0482828032872,0.0,0.0,0.0,0.0330330194969
-1470073176970631033,0.15,-0.051983039469,0.0,0.0,0.0,0.0293411770941
-1470073177043045275,0.15,-0.0452098738235,0.0,0.0,0.0,0.0232756679813
-1470073177114529739,0.15,-0.0461974250856,0.0,0.0,0.0,0.0125269073195
-1470073177186560973,0.15,-0.0496876384259,0.0,0.0,0.0,0.0171285091798
-1470073177267903732,0.15,-0.0437250537857,0.0,0.0,0.0,0.0157140900991
-1470073177342026617,0.15,-0.0456914675555,0.0,0.0,0.0,0.0173034248913
-1470073177419989242,0.15,-0.0419859217924,0.0,0.0,0.0,0.0247397905806
-1470073177493748671,0.15,-0.0443227416064,0.0,0.0,0.0,0.00984099064016
-1470073177567373787,0.15,-0.0402423086228,0.0,0.0,0.0,0.0184389802708
-1470073177639627209,0.15,-0.0420866770388,0.0,0.0,0.0,0.00827496703897
-1470073177714921214,0.15,-0.0400491567783,0.0,0.0,0.0,0.0193245018848
-1470073177787537371,0.15,-0.0420437621413,0.0,0.0,0.0,0.01766413462
-1470073177863278103,0.15,-0.0406767892812,0.0,0.0,0.0,0.0200884776915
-1470073177939179262,0.15,-0.0372562023032,0.0,0.0,0.0,0.0131197455786
-1470073178012173456,0.15,-0.0364203449154,0.0,0.0,0.0,0.0132915658842
-1470073178091619727,0.15,-0.0353890785315,0.0,0.0,0.0,0.0163728938958
-1470073178166602563,0.15,-0.0366708162784,0.0,0.0,0.0,0.0220588407499
-1470073178241624617,0.15,-0.0367362775778,0.0,0.0,0.0,0.00870909271943
-1470073178314980989,0.15,-0.0323681451325,0.0,0.0,0.0,0.0325563097509
-1470073178401168229,0.15,-0.0344792245242,0.0,0.0,0.0,0.0053750005082
-1470073178478820093,0.15,-0.0344857694903,0.0,0.0,0.0,0.0226596815986
-1470073178572229157,0.15,-0.031327402021,0.0,0.0,0.0,0.0122420823793
-1470073178647542822,0.15,-0.03107485876,0.0,0.0,0.0,0.0116399106231
-1470073178720819735,0.15,-0.0321787725968,0.0,0.0,0.0,0.0240272272741
-1470073178805886551,0.15,-0.0301014888276,0.0,0.0,0.0,0.0270521557484
-1470073178880394830,0.15,-0.0290363355565,0.0,0.0,0.0,0.0130087258936
-1470073178955758353,0.15,-0.0286449327053,0.0,0.0,0.0,0.0151217058154
-1470073179034271158,0.15,-0.0295187647976,0.0,0.0,0.0,0.0126962695204
-1470073179108643000,0.15,-0.0287987230173,0.0,0.0,0.0,0.00816782570978
-1470073179188064959,0.15,-0.0258346151767,0.0,0.0,0.0,0.0217105839345
-1470073179261456699,0.15,-0.0294245378446,0.0,0.0,0.0,0.0083951323734
-1470073179333150435,0.15,-0.0265481127481,0.0,0.0,0.0,0.00345221078324
-1470073179404856260,0.15,-0.0246286295058,0.0,0.0,0.0,0.00940768877079
-1470073179479573980,0.15,-0.0266626477752,0.0,0.0,0.0,0.0133105106764
-1470073179552194189,0.15,-0.025134406815,0.0,0.0,0.0,0.00998069213396
-1470073179629235931,0.15,-0.026225972235,0.0,0.0,0.0,0.01250569794
-1470073179702701896,0.15,-0.0234961012285,0.0,0.0,0.0,0.00972725230864
-1470073179783005261,0.15,-0.0253878962791,0.0,0.0,0.0,0.0124256799237
-1470073179859489028,0.15,-0.0237731587858,0.0,0.0,0.0,0.00637470790696
-1470073179942207923,0.15,-0.0225187539071,0.0,0.0,0.0,0.00907225557394
-1470073180014678582,0.15,-0.022790352008,0.0,0.0,0.0,0.00573203286893
-1470073180087429453,0.15,-0.0214586909515,0.0,0.0,0.0,0.00608443606343
-1470073180160757047,0.15,-0.0211779665328,0.0,0.0,0.0,0.0105337686228
-1470073180235894092,0.15,-0.0207744168522,0.0,0.0,0.0,0.0116552441688
-1470073180307484168,0.0,-0.0190952718985,0.0,0.0,0.0,0.00624457407205
-1470073180387116896,0.0,-0.0199606713924,0.0,0.0,0.0,0.00478159700945
-1470073180459257627,0.0,-0.0201303354381,0.0,0.0,0.0,0.00669686663874
-1470073180530910633,0.0,-0.0198834157527,0.0,0.0,0.0,0.00754175988028
-1470073180601216311,0.0,-0.017635615633,0.0,0.0,0.0,0.00495465456246
-1470073180673668053,0.0,-0.0184870774852,0.0,0.0,0.0,0.00694864462222
-1470073180746286807,0.0,-0.0179945686393,0.0,0.0,0.0,0.0110932281063
-1470073180820182876,0.0,-0.0175729275714,0.0,0.0,0.0,0.00454563042343
-1470073180893661829,0.0,-0.0166582442602,0.0,0.0,0.0,0.00836991717659
-1470073180968697990,0.0,-0.0172899149079,0.0,0.0,0.0,0.00628926910567
-1470073181040243482,0.0,-0.0181062445174,0.0,0.0,0.0,0.004957903661
-1470073181118564689,0.0,-0.0182856672047,0.0,0.0,0.0,0.00303834901128
-1470073181194239487,0.0,-0.0192228355662,0.0,0.0,0.0,0.00605914916729
-1470073181267349221,0.0,-0.019359215046,0.0,0.0,0.0,0.00324684448499
-1470073181344722939,0.0,-0.0149634579895,0.0,0.0,0.0,0.0
-1470073181419545163,0.0,-0.0156345392742,0.0,0.0,0.0,0.00515473312479
-1470073181490584535,0.0,-0.0162911163799,0.0,0.0,0.0,0.00582637444415
-1470073181563578579,0.0,-0.0151467105703,0.0,0.0,0.0,0.00325587838705
-1470073181635492458,0.0,-0.0123054269251,0.0,0.0,0.0,0.00392564734785
-1470073181709464022,0.0,-0.0145528904258,0.0,0.0,0.0,0.00335136793948
-1470073181781486934,0.0,-0.013520759282,0.0,0.0,0.0,0.00361682303904
-1470073181855167862,0.0,-0.0122754231155,0.0,0.0,0.0,0.00356932074689
-1470073181932986634,0.0,-0.0118280785496,0.0,0.0,0.0,0.00443645482311
-1470073182015326667,0.0,-0.0107183674963,0.0,0.0,0.0,0.00454857432186
-1470073182089593247,0.0,-0.0111003973734,0.0,0.0,0.0,0.00391335606986
-1470073182163131651,0.0,-0.0108098614095,0.0,0.0,0.0,0.0
-1470073182239347929,0.0,-0.0107372885782,0.0,0.0,0.0,0.0
-1470073182309835750,0.0,-0.00887923031374,0.0,0.0,0.0,0.0
-1470073182382452969,0.0,-0.00936333898702,0.0,0.0,0.0,0.0
-1470073182457486171,0.0,-0.00962874927569,0.0,0.0,0.0,0.0
-1470073182532925883,0.0,-0.00911980394086,0.0,0.0,0.0,0.0
-1470073182606963387,0.0,-0.00806475525875,0.0,0.0,0.0,0.00301300623394
-1470073182680040281,0.0,-0.00856292997143,0.0,0.0,0.0,0.00280070325083
-1470073182750938416,0.0,-0.00813285882302,0.0,0.0,0.0,0.002817241893
-1470073182828767225,0.0,-0.00782981820612,0.0,0.0,0.0,0.0
-1470073182904364722,0.0,-0.00649898133417,0.0,0.0,0.0,0.00346498016199
-1470073182977319365,0.0,-0.00690200873795,0.0,0.0,0.0,0.0
-1470073183050285624,0.0,-0.0067109479014,0.0,0.0,0.0,0.00440338187015
-1470073183121833314,0.0,-0.00655243383169,0.0,0.0,0.0,0.00402865450994
-1470073183194972348,0.0,-0.00639399315263,0.0,0.0,0.0,0.00365400975747
-1470073183269209170,0.0,-0.00514743434359,0.0,0.0,0.0,0.0047359196875
-1470073183341742911,0.0,-0.00569693111784,0.0,0.0,0.0,0.00366832423038
-1470073183414567706,0.0,-0.00545518496049,0.0,0.0,0.0,0.0034935478905
-1470073183488963959,0.0,-0.00520923713371,0.0,0.0,0.0,0.0032210564347
-1470073183565706167,0.0,-0.00502417564267,0.0,0.0,0.0,0.00338549851034
-1470073183642330932,0.0,-0.00472197551534,0.0,0.0,0.0,0.0
-1470073183720653840,0.0,-0.00479288564416,0.0,0.0,0.0,0.00442799697025
-1470073183799561058,0.0,-0.00480162851051,0.0,0.0,0.0,0.00427241549344
-1470073183878220868,0.0,-0.00478714425909,0.0,0.0,0.0,0.00322896969144
-1470073183954119079,0.0,-0.00442415782918,0.0,0.0,0.0,0.00595235948316
-1470073184027084284,0.0,-0.00442114224027,0.0,0.0,0.0,0.00289686040472
-1470073184106096736,0.0,-0.00446702065626,0.0,0.0,0.0,0.00456229946326
-1470073184180261257,0.0,-0.00402340686858,0.0,0.0,0.0,0.00352948845947
-1470073184252123819,0.0,-0.00437061901691,0.0,0.0,0.0,0.00513215485661
-1470073184329202958,0.0,-0.00408885042908,0.0,0.0,0.0,0.00281126891117
-1470073184414849793,0.0,-0.00396816716739,0.0,0.0,0.0,0.00448675455335
-1470073184491368384,0.0,-0.00378303812035,0.0,0.0,0.0,0.0
-1470073184563577294,0.0,-0.00384236571041,0.0,0.0,0.0,0.00497355329035
-1470073184633720220,0.0,-0.00380403526429,0.0,0.0,0.0,0.00467785481561
-1470073184707112973,0.0,-0.00368849342698,0.0,0.0,0.0,0.00295517774421
-1470073184780258918,0.0,-0.00363081430752,0.0,0.0,0.0,0.00417300609826
-1470073184855895045,0.0,-0.00362066443313,0.0,0.0,0.0,0.00398827952355
-1470073184935444158,0.0,-0.003280634874,0.0,0.0,0.0,0.00399870292316
-1470073185011543015,0.0,-0.00339663260127,0.0,0.0,0.0,0.00449865118094
-1470073185088284633,0.0,-0.00326922010669,0.0,0.0,0.0,0.00286914674656
-1470073185160208676,0.0,-0.00331379523787,0.0,0.0,0.0,0.00374864832952
-1470073185235341300,0.0,-0.00331357870571,0.0,0.0,0.0,0.00380053262348
-1470073185313254565,0.0,-0.00317225680705,0.0,0.0,0.0,0.0040369618809
-1470073185391486172,0.0,-0.00319903467089,0.0,0.0,0.0,0.0042741930153
-1470073185466595692,0.0,-0.00319713496838,0.0,0.0,0.0,0.00343074784942
-1470073185541352786,0.0,-0.003088385717,0.0,0.0,0.0,0.0
-1470073185619608968,0.0,-0.00317833114075,0.0,0.0,0.0,0.00294185187615
-1470073185692871123,0.0,-0.00318009697405,0.0,0.0,0.0,0.00376843294125
-1470073185769947545,0.0,-0.00312106202475,0.0,0.0,0.0,0.00322960115334
-1470073185846137064,0.0,-0.00302390491016,0.0,0.0,0.0,0.00455509116595
-1470073185932031504,0.0,-0.00298711455436,0.0,0.0,0.0,0.00414402259819
-1470073186003929656,0.0,-0.00304723587275,0.0,0.0,0.0,0.00321399891296
-1470073186075322859,0.0,-0.00300771757963,0.0,0.0,0.0,0.0
-1470073186149778107,0.0,-0.00298110477942,0.0,0.0,0.0,0.0
-1470073186226452953,0.0,-0.00306992059615,0.0,0.0,0.0,0.0
-1470073186302221013,0.0,-0.00298243179183,0.0,0.0,0.0,0.0
-1470073186379007935,0.0,-0.0029547408629,0.0,0.0,0.0,0.0
-1470073186455409950,0.0,-0.0030113903223,0.0,0.0,0.0,0.0
-1470073186531423275,0.0,-0.0029317021708,0.0,0.0,0.0,0.0
-1470073186605925007,0.0,-0.00295255063136,0.0,0.0,0.0,0.00308778997997
-1470073186684118568,0.0,-0.00281024559469,0.0,0.0,0.0,0.00291299656633
-1470073186759350396,0.0,-0.00286782694374,0.0,0.0,0.0,0.0
-1470073186834325694,0.0,-0.0026113231706,0.0,0.0,0.0,0.0
-1470073186908703885,0.0,-0.00243634645065,0.0,0.0,0.0,0.0029231668868
-1470073186988989202,0.0,-0.00241337117392,0.0,0.0,0.0,0.0
-1470073187060591113,0.0,-0.00238716086311,0.0,0.0,0.0,0.0033481695803
-1470073187134576214,0.0,-0.00215999904312,0.0,0.0,0.0,0.0
-1470073187210529174,0.0,-0.00197787350217,0.0,0.0,0.0,0.0034692260823
-1470073187298686162,0.006,0.0,0.0,0.0,0.0,0.0
-1470073187371198061,0.0,0.0,0.0,0.0,0.0,0.00292067246596
-1470073187445140758,0.0,0.0,0.0,0.0,0.0,0.00409902974289
-1470073187524497306,0.0,0.0,0.0,0.0,0.0,0.00282179570922
-1470073187599767412,0.0,0.0,0.0,0.0,0.0,0.00353116023063
-1470073187675755651,0.006,0.0,0.0,0.0,0.0,0.0
-1470073187752937558,0.006,0.0,0.0,0.0,0.0,0.0
-1470073187830365457,0.0,0.0,0.0,0.0,0.0,0.0035394550259
-1470073187901697904,0.0,0.0,0.0,0.0,0.0,0.00421075169068
-1470073187974792647,0.0,0.0,0.0,0.0,0.0,0.00560259660355
-1470073188061155333,0.006,0.0,0.0,0.0,0.0,0.0
-1470073188140496219,0.0,0.0,0.0,0.0,0.0,0.00337102322119
-1470073188212246497,0.0,0.0,0.0,0.0,0.0,0.0029563138449
-1470073188283967330,0.0,0.0,0.0,0.0,0.0,0.00407721655576
-1470073188357023736,0.006,0.0,0.0,0.0,0.0,0.0
-1470073188430853455,0.006,0.0,0.0,0.0,0.0,0.0
-1470073188508021144,0.006,0.0,0.0,0.0,0.0,0.0
-1470073188585296902,0.0,-0.00247517443255,0.0,0.0,0.0,0.0
-1470073188662292355,0.0,-0.00350365422153,0.0,0.0,0.0,0.0
-1470073188738076574,0.0,-0.00290713000303,0.0,0.0,0.0,0.0
-1470073188810448604,0.0,-0.00259035875957,0.0,0.0,0.0,0.0
-1470073188886107731,0.0,-0.00285165309261,0.0,0.0,0.0,0.0
-1470073188964284814,0.0,-0.00322204548087,0.0,0.0,0.0,0.0
-1470073189038712559,0.0,-0.00386339345696,0.0,0.0,0.0,0.00287355352604
-1470073189110175139,0.0,-0.0048399354194,0.0,0.0,0.0,0.0
-1470073189193486137,0.0,-0.00400290573605,0.0,0.0,0.0,0.0
-1470073189267708567,0.0,-0.00387151761315,0.0,0.0,0.0,0.0
-1470073189340474322,0.0,-0.00414422521214,0.0,0.0,0.0,0.00301320576106
-1470073189414860751,0.0,-0.00338778474053,0.0,0.0,0.0,0.0
-1470073189494655382,0.0,-0.00253082663741,0.0,0.0,0.0,0.0
-1470073189568111105,0.0,-0.00250165434186,0.0,0.0,0.0,0.0
-1470073189647003408,0.0,-0.00270783837587,0.0,0.0,0.0,0.0
-1470073189737845341,0.0,-0.00282968711468,0.0,0.0,0.0,0.0
-1470073189812328927,0.0,-0.0024062535018,0.0,0.0,0.0,0.0
-1470073189892497300,0.0,-0.00255267056291,0.0,0.0,0.0,0.0
-1470073189966471497,0.0,-0.00217104905095,0.0,0.0,0.0,0.0
-1470073190048074005,0.0,-0.00193948257064,0.0,0.0,0.0,0.0
-1470073190122848575,0.0,-0.00190405407723,0.0,0.0,0.0,0.0
-1470073190198072296,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190272118346,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190350941534,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190423477864,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190498275937,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190571998877,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190645523360,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190718891125,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190791656770,0.0,0.0,0.0,0.0,0.0,0.00321036989671
-1470073190862319931,0.006,0.0,0.0,0.0,0.0,0.0
-1470073190938316794,0.0,0.0,0.0,0.0,0.0,0.00343948020308
-1470073191012831151,0.0,0.0,0.0,0.0,0.0,0.00283676270358
-1470073191088500313,0.0,0.0,0.0,0.0,0.0,0.00293307023061
-1470073191161749964,0.006,0.0,0.0,0.0,0.0,0.0
-1470073191238374849,0.006,0.0,0.0,0.0,0.0,0.0
-1470073191311638413,0.006,0.0,0.0,0.0,0.0,0.0
-1470073191389695718,0.006,0.0,0.0,0.0,0.0,0.0
-1470073191466809934,0.0,0.0,0.0,0.0,0.0,0.00295867690998
-1470073191544043855,0.0,0.0,0.0,0.0,0.0,0.00290741486765
-1470073191618884595,0.0,0.0,0.0,0.0,0.0,0.00306146393186
-1470073191691401073,0.0,0.00836483118628,0.0,0.0,0.0,0.00341532127802
-1470073191764298220,0.0,-5.94315209958e-05,0.0,0.0,0.0,0.00288215602702
-1470073191841805035,0.0,0.0,0.0,0.0,0.0,0.00715193658659
-1470073191925539478,0.0,0.0,0.0,0.0,0.0,0.00329711637247
-1470073192002990427,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192079623010,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192151510019,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192226756924,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192306265229,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192381367820,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192458523159,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192540335622,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192616877869,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192695907280,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192768934474,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192842529245,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192917147173,0.006,0.0,0.0,0.0,0.0,0.0
-1470073192988418318,0.0,-0.011833535868,0.0,0.0,0.0,0.0
-1470073193068103055,0.0,-0.00370878386785,0.0,0.0,0.0,0.0
-1470073193143137659,0.0,-0.00450139455697,0.0,0.0,0.0,0.0
-1470073193220982466,0.0,-0.00335687790104,0.0,0.0,0.0,0.0
-1470073193298802073,0.0,-0.00327337633583,0.0,0.0,0.0,0.0
-1470073193381462852,0.0,-0.00336388568285,0.0,0.0,0.0,0.0
-1470073193459191130,0.0,-0.00338669886728,0.0,0.0,0.0,-0.00371215377236
-1470073193531644544,0.0,-0.00351850620728,0.0,0.0,0.0,0.0
-1470073193608837339,0.0,-0.00366104002811,0.0,0.0,0.0,0.0
-1470073193685309186,0.0,-0.00411480550615,0.0,0.0,0.0,0.0
-1470073193768692894,0.0,-0.00449586496274,0.0,0.0,0.0,0.0
-1470073193847459980,0.0,-0.00316230033441,0.0,0.0,0.0,0.0
-1470073193921731224,0.0,-0.00222896843727,0.0,0.0,0.0,0.0
-1470073193994893998,0.0,-0.00273018763525,0.0,0.0,0.0,0.0
-1470073194068608164,0.0,-0.00259621637491,0.0,0.0,0.0,0.0
-1470073194143003375,0.0,-0.00231790202145,0.0,0.0,0.0,0.0
-1470073194215943823,0.0,-0.00251827165757,0.0,0.0,0.0,0.0
-1470073194291863206,0.0,-0.00228754995045,0.0,0.0,0.0,0.0
-1470073194366275186,0.0,-0.00206727263885,0.0,0.0,0.0,0.0
-1470073194439938299,0.0,-0.00188966781042,0.0,0.0,0.0,0.0027937408307
-1470073194513644641,0.006,0.0,0.0,0.0,0.0,0.0
-1470073194597083086,0.006,0.0,0.0,0.0,0.0,0.0
-1470073194670710913,0.006,0.0,0.0,0.0,0.0,0.0
-1470073194749219469,0.006,0.0,0.0,0.0,0.0,0.0
-1470073194824643641,0.006,0.0,0.0,0.0,0.0,0.0
-1470073194904345575,0.006,0.0,0.0,0.0,0.0,0.0
-1470073194979368647,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195060243006,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195135041256,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195210103602,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195281700129,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195356566304,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195431298308,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195505905853,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195581671922,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195658336293,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195735053041,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195811724305,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195886900473,0.006,0.0,0.0,0.0,0.0,0.0
-1470073195960915579,0.0,0.0,0.0,0.0,0.0,0.00683111295441
-1470073196035096366,0.0,0.0,0.0,0.0,0.0,0.0086118818462
-1470073196113861626,0.0,0.0,0.0,0.0,0.0,0.00508290216346
-1470073196191142870,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196264833427,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196340823570,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196415275749,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196488537376,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196561065651,0.0,0.0,0.0,0.0,0.0,0.00332949134852
-1470073196633391762,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196707362492,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196778893569,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196851617667,0.006,0.0,0.0,0.0,0.0,0.0
-1470073196929882347,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197006935748,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197085370712,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197161436840,0.0,0.0,0.0,0.0,0.0,0.00359301527021
-1470073197240106792,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197313440453,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197389590825,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197463326440,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197537204737,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197610505393,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197688829140,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197764710966,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197837248694,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197917641239,0.006,0.0,0.0,0.0,0.0,0.0
-1470073197997809531,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198072705166,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198148709891,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198223814414,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198299585407,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198375652956,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198449626511,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198523660823,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198595542769,0.0,0.0,0.0,0.0,0.0,0.00281598701429
-1470073198665632140,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198742282954,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198816730208,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198889131289,0.006,0.0,0.0,0.0,0.0,0.0
-1470073198964921856,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199045042255,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199120271541,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199194507342,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199274118741,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199346712650,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199418000174,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199490799827,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199564628765,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199636976676,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199711192032,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199789313204,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199864044335,0.006,0.0,0.0,0.0,0.0,0.0
-1470073199939809881,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200012303391,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200090831820,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200165395564,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200245469700,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200323431610,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200408165305,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200483119079,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200558269771,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200635137884,0.0,0.0,0.0,0.0,0.0,0.00337705744812
-1470073200704821656,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200776957839,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200850490954,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200924648865,0.006,0.0,0.0,0.0,0.0,0.0
-1470073200999987364,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201075997137,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201149053503,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201222220174,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201297097039,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201371336178,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201445168179,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201521216624,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201594838996,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201664511215,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201737238838,0.0,0.0,0.0,0.0,0.0,0.00296656005769
-1470073201811124922,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201880504298,0.006,0.0,0.0,0.0,0.0,0.0
-1470073201954438787,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202026888269,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202104037987,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202179007843,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202252582212,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202326370129,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202413287088,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202488833033,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202562485309,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202637782387,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202709485809,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202784114776,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202860557462,0.006,0.0,0.0,0.0,0.0,0.0
-1470073202933261641,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203006870555,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203080759307,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203156200307,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203231298905,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203304989597,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203378572039,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203449791613,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203523108981,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203608402471,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203681246811,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203764578248,0.006,0.0,0.0,0.0,0.0,0.0
-1470073203837113978,0.0,0.0,0.0,0.0,0.0,0.00323938328852
-1470073203909590694,0.0,0.0,0.0,0.0,0.0,0.00296153522838
-1470073203982069894,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204058920894,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204134626775,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204205374962,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204279640526,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204355574449,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204431750071,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204506821988,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204581678696,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204657167397,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204735495629,0.0,0.0,0.0,0.0,0.0,0.00391480764785
-1470073204809534418,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204888839632,0.006,0.0,0.0,0.0,0.0,0.0
-1470073204962192854,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205033344910,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205104368135,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205176348423,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205251260921,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205323842394,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205395499829,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205475055921,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205549504890,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205623598492,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205694270944,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205765218019,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205836626498,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205911423513,0.006,0.0,0.0,0.0,0.0,0.0
-1470073205984302595,0.006,0.0,0.0,0.0,0.0,0.0
+1470147390516371149,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390526022830,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390535936821,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390546074154,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390555897490,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390565977217,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390575964537,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390585957001,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390595979618,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390606029202,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390615882733,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390626001319,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390635908505,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390646048831,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390655885449,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390666233313,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390675949128,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390686044904,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390695954223,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390706045866,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390715986348,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390725937634,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147390735878885,-0.0,-0.0,0.0,0.0,0.0,-0.0
+1470147391008518970,0.0,0.0,0.0,0.0,0.0,0.0
+1470147392531832648,0.15,-0.369499528535,0.0,0.0,0.0,0.0418684049192
+1470147392625316888,0.15,-0.186658512613,0.0,0.0,0.0,0.0419875213484
+1470147392703791012,0.15,-0.186239174621,0.0,0.0,0.0,0.0419058329017
+1470147392791035172,0.15,-0.186858971207,0.0,0.0,0.0,0.0419492335746
+1470147392875747811,0.15,-0.186764690142,0.0,0.0,0.0,0.0412638622851
+1470147392951253432,0.15,-0.186579978462,0.0,0.0,0.0,0.0416021053321
+1470147393031631691,0.15,-0.186543462597,0.0,0.0,0.0,0.0413904798667
+1470147393109860252,0.15,-0.186143758494,0.0,0.0,0.0,0.0420075904909
+1470147393185068311,0.15,-0.191704905953,0.0,0.0,0.0,0.0445218945677
+1470147393260337678,0.15,-0.193080762031,0.0,0.0,0.0,0.030975320988
+1470147393340500532,0.15,-0.183020834414,0.0,0.0,0.0,0.0221507358694
+1470147393415565292,0.15,-0.181131826684,0.0,0.0,0.0,0.0295304945983
+1470147393491808771,0.15,-0.166740537809,0.0,0.0,0.0,0.0327195391371
+1470147393569001303,0.15,-0.167429339924,0.0,0.0,0.0,0.028658849995
+1470147393640435970,0.15,-0.164784654928,0.0,0.0,0.0,0.0181571190096
+1470147393714282387,0.15,-0.162282431516,0.0,0.0,0.0,0.0254599833127
+1470147393789769325,0.15,-0.14789271446,0.0,0.0,0.0,0.024769353581
+1470147393866651613,0.15,-0.147379151698,0.0,0.0,0.0,0.0315047144677
+1470147393939935152,0.15,-0.148032608498,0.0,0.0,0.0,0.027402234789
+1470147394011839353,0.15,-0.140220604783,0.0,0.0,0.0,0.0354834742092
+1470147394084846096,0.15,-0.13751063948,0.0,0.0,0.0,0.0287368196663
+1470147394171355472,0.15,-0.129616514674,0.0,0.0,0.0,0.0222188338846
+1470147394250911140,0.15,-0.123385242786,0.0,0.0,0.0,0.0273752881507
+1470147394334368580,0.15,-0.120443509207,0.0,0.0,0.0,0.0180954516518
+1470147394411181795,0.15,-0.115412489073,0.0,0.0,0.0,0.0252737065826
+1470147394486871704,0.15,-0.106329945593,0.0,0.0,0.0,0.0421796197679
+1470147394560263131,0.15,-0.104149793631,0.0,0.0,0.0,0.0310473566088
+1470147394631492982,0.15,-0.0985718179509,0.0,0.0,0.0,0.0207659694435
+1470147394707550696,0.15,-0.0948170626584,0.0,0.0,0.0,0.0247965599965
+1470147394786264028,0.15,-0.0935528576016,0.0,0.0,0.0,0.0275500004007
+1470147394860517519,0.15,-0.0894401936191,0.0,0.0,0.0,0.0153227503324
+1470147394934773479,0.15,-0.0857476083545,0.0,0.0,0.0,0.021023226408
+1470147395008526349,0.15,-0.0809390846239,0.0,0.0,0.0,0.0235866158971
+1470147395084328649,0.15,-0.0768468457681,0.0,0.0,0.0,0.0273005475449
+1470147395161073884,0.15,-0.0767372973063,0.0,0.0,0.0,0.0288742894235
+1470147395235335070,0.15,-0.0737992807974,0.0,0.0,0.0,0.015118532539
+1470147395310127533,0.15,-0.0666118229985,0.0,0.0,0.0,0.0230781172048
+1470147395387259059,0.15,-0.0659032719839,0.0,0.0,0.0,0.0156345908602
+1470147395459956616,0.15,-0.0644869160473,0.0,0.0,0.0,0.0195633171315
+1470147395534678684,0.15,-0.0632419937867,0.0,0.0,0.0,0.0300042862003
+1470147395608860312,0.15,-0.0573476785941,0.0,0.0,0.0,0.0172246267618
+1470147395682240495,0.15,-0.0570944326585,0.0,0.0,0.0,0.0161824626246
+1470147395753505016,0.15,-0.0556241091201,0.0,0.0,0.0,0.0196914030407
+1470147395825797369,0.15,-0.0520975482036,0.0,0.0,0.0,0.0216364673548
+1470147395896742476,0.15,-0.0509619845749,0.0,0.0,0.0,0.0220231045326
+1470147395971090113,0.15,-0.0493140327618,0.0,0.0,0.0,0.00876423137951
+1470147396049202003,0.15,-0.0467123459324,0.0,0.0,0.0,0.0123498340943
+1470147396126628545,0.15,-0.045835447853,0.0,0.0,0.0,0.0173522666555
+1470147396201287457,0.15,-0.0452494249086,0.0,0.0,0.0,0.0147914115644
+1470147396282537561,0.15,-0.0414724784801,0.0,0.0,0.0,0.0164335469116
+1470147396358384003,0.15,-0.0407325767921,0.0,0.0,0.0,0.0226811164838
+1470147396451164131,0.15,-0.0398556427387,0.0,0.0,0.0,0.00841333454133
+1470147396530306402,0.15,-0.0381629296103,0.0,0.0,0.0,0.0202188741751
+1470147396603984826,0.15,-0.0363071161811,0.0,0.0,0.0,0.00909183109629
+1470147396676263863,0.15,-0.0351340941116,0.0,0.0,0.0,0.0284258712513
+1470147396748835294,0.15,-0.0353553333267,0.0,0.0,0.0,0.0190035341976
+1470147396823179931,0.15,-0.0320689413927,0.0,0.0,0.0,0.0244369311297
+1470147396900791253,0.15,-0.0322206040583,0.0,0.0,0.0,0.0100534486782
+1470147396975461710,0.15,-0.0298336769393,0.0,0.0,0.0,0.0160878766539
+1470147397050818923,0.15,-0.0297989258336,0.0,0.0,0.0,0.015185860594
+1470147397127622836,0.15,-0.0281784523388,0.0,0.0,0.0,0.0132464313602
+1470147397204330399,0.15,-0.0267339345218,0.0,0.0,0.0,0.0261645452308
+1470147397284755755,0.15,-0.0267386808595,0.0,0.0,0.0,0.0236262094341
+1470147397360330443,0.15,-0.0257530823235,0.0,0.0,0.0,0.011881429406
+1470147397435563075,0.15,-0.0246345311459,0.0,0.0,0.0,0.0161440844261
+1470147397516599003,0.15,-0.0244941598905,0.0,0.0,0.0,0.0101226861347
+1470147397588775016,0.15,-0.0225043982445,0.0,0.0,0.0,0.0
+1470147397664790970,0.15,-0.0224609010971,0.0,0.0,0.0,0.00833973057623
+1470147397743281373,0.15,-0.022275775829,0.0,0.0,0.0,0.0148410726015
+1470147397818385053,0.15,-0.0213493710683,0.0,0.0,0.0,0.030803428277
+1470147397896723758,0.15,-0.0206642035599,0.0,0.0,0.0,0.0144238510597
+1470147397986251217,0.15,-0.0206048319199,0.0,0.0,0.0,0.010581526743
+1470147398057674138,0.15,-0.0195975874212,0.0,0.0,0.0,0.0
+1470147398129941360,0.15,-0.0198943186594,0.0,0.0,0.0,0.0227832865056
+1470147398199639116,0.15,-0.018748780098,0.0,0.0,0.0,0.0150282757615
+1470147398284897407,0.15,-0.0187713374457,0.0,0.0,0.0,0.017058661629
+1470147398358382892,0.15,-0.0177108754392,0.0,0.0,0.0,0.00789817388995
+1470147398430446039,0.15,-0.0173926213172,0.0,0.0,0.0,0.0143496082972
+1470147398501708790,0.15,-0.0167807234926,0.0,0.0,0.0,0.0140870779262
+1470147398572351614,0.15,-0.0155022517168,0.0,0.0,0.0,0.00416323951447
+1470147398643740360,0.15,-0.0154254906575,0.0,0.0,0.0,0.0120026680347
+1470147398715378014,0.15,-0.0150223320302,0.0,0.0,0.0,0.00801542747455
+1470147398788362908,0.15,-0.015326388716,0.0,0.0,0.0,0.0212486526624
+1470147398863110417,0.15,-0.0146080409767,0.0,0.0,0.0,0.00886480080243
+1470147398946518026,0.15,-0.0142226256834,0.0,0.0,0.0,0.00633306305392
+1470147399023745764,0.15,-0.0138609712749,0.0,0.0,0.0,0.00507203924053
+1470147399097918367,0.15,-0.0140901672395,0.0,0.0,0.0,0.0137413826193
+1470147399170425365,0.15,-0.0135059613541,0.0,0.0,0.0,0.00980598810987
+1470147399242244137,0.15,-0.0131397085363,0.0,0.0,0.0,0.0129339282951
+1470147399315969141,0.15,-0.0129012432744,0.0,0.0,0.0,0.0118576745954
+1470147399388466715,0.15,-0.0126398030988,0.0,0.0,0.0,0.0185684707241
+1470147399462776762,0.15,-0.0123365865139,0.0,0.0,0.0,0.00958099477416
+1470147399539451442,0.15,-0.0117189968204,0.0,0.0,0.0,0.0115688442325
+1470147399612306080,0.15,-0.0115808648029,0.0,0.0,0.0,0.0150762008853
+1470147399687641022,0.15,-0.0111532078292,0.0,0.0,0.0,0.012549891361
+1470147399761972277,0.15,-0.011047541964,0.0,0.0,0.0,0.016797379789
+1470147399837217233,0.0,-0.0103216487395,0.0,0.0,0.0,0.0131379317668
+1470147399915915331,0.0,-0.0104178114167,0.0,0.0,0.0,0.0123510494444
+1470147399990807846,0.0,-0.0102156288684,0.0,0.0,0.0,0.0226764807854
+1470147400069670948,0.0,-0.00990610579361,0.0,0.0,0.0,0.017607264861
+1470147400142981201,0.0,-0.00980755320911,0.0,0.0,0.0,0.0198770777569
+1470147400213919516,0.0,-0.00944931370372,0.0,0.0,0.0,0.0144195534144
+1470147400286159164,0.0,-0.00946740185175,0.0,0.0,0.0,0.0213225568871
+1470147400365783241,0.0,-0.00934059045529,0.0,0.0,0.0,0.0113629168096
+1470147400442685721,0.0,-0.00909658578472,0.0,0.0,0.0,0.01520045356
+1470147400514539602,0.0,-0.0093337936733,0.0,0.0,0.0,0.0101824414955
+1470147400587900197,0.0,-0.00932966170019,0.0,0.0,0.0,0.00806276603247
+1470147400662090223,0.0,-0.0094801511667,0.0,0.0,0.0,0.00927473322996
+1470147400731530149,0.0,-0.0102842556646,0.0,0.0,0.0,0.00677059333282
+1470147400810241811,0.0,-0.00997562905637,0.0,0.0,0.0,0.0110099716495
+1470147400888714253,0.0,-0.0101100689468,0.0,0.0,0.0,0.0106984386806
+1470147400963241511,0.0,-0.0103698164745,0.0,0.0,0.0,0.0107938089377
+1470147401039115329,0.0,-0.0105181877391,0.0,0.0,0.0,0.0112628551291
+1470147401116427621,0.0,-0.0105798653579,0.0,0.0,0.0,0.00897842512475
+1470147401189915425,0.0,-0.010479285795,0.0,0.0,0.0,0.00728327896471
+1470147401263876034,0.0,-0.0104432108987,0.0,0.0,0.0,0.00679962957195
+1470147401340735560,0.0,-0.0103464125151,0.0,0.0,0.0,0.00533007611914
+1470147401418238172,0.0,-0.0102668168655,0.0,0.0,0.0,0.00627570383414
+1470147401491585057,0.0,-0.0101907588267,0.0,0.0,0.0,0.00670329522889
+1470147401568580181,0.0,-0.0101450398398,0.0,0.0,0.0,0.00629473415733
+1470147401642528272,0.0,-0.00993910370745,0.0,0.0,0.0,0.00585182120901
+1470147401715859460,0.0,-0.00989669868529,0.0,0.0,0.0,0.00603913915584
+1470147401791405516,0.0,-0.00981603294478,0.0,0.0,0.0,0.00515111872557
+1470147401870235266,0.0,-0.00971620397906,0.0,0.0,0.0,0.00665507809745
+1470147401941776247,0.0,-0.00949243207088,0.0,0.0,0.0,0.00622880452698
+1470147402015688128,0.0,-0.00936338068549,0.0,0.0,0.0,0.00808866828582
+1470147402088831612,0.0,-0.00911305178301,0.0,0.0,0.0,0.00874526837409
+1470147402163163389,0.0,-0.00900462126905,0.0,0.0,0.0,0.00598577820909
+1470147402241894134,0.0,-0.00860805630033,0.0,0.0,0.0,0.00563018453782
+1470147402319005857,0.0,-0.00854318130451,0.0,0.0,0.0,0.00674175161412
+1470147402396511421,0.0,-0.0083096352055,0.0,0.0,0.0,0.00691156277338
+1470147402470297121,0.0,-0.00817878918683,0.0,0.0,0.0,0.00876437435869
+1470147402543359300,0.0,-0.00775489210974,0.0,0.0,0.0,0.00785626318695
+1470147402616226522,0.0,-0.00765622180123,0.0,0.0,0.0,0.00673163109579
+1470147402691267332,0.0,-0.00745742843137,0.0,0.0,0.0,0.0060718499208
+1470147402767635627,0.0,-0.00732861916778,0.0,0.0,0.0,0.00648178029756
+1470147402842372423,0.0,-0.00691054552651,0.0,0.0,0.0,0.00462799965575
+1470147402925970522,0.0,-0.00688693392875,0.0,0.0,0.0,0.00797452253759
+1470147403000491028,0.0,-0.00668788316155,0.0,0.0,0.0,0.0051352427098
+1470147403073341636,0.0,-0.00657714246692,0.0,0.0,0.0,0.00498973660124
+1470147403150789432,0.0,-0.00625510792275,0.0,0.0,0.0,0.00650036338823
+1470147403229983331,0.0,-0.00625108620967,0.0,0.0,0.0,0.00527876152492
+1470147403308774112,0.0,-0.00614837809392,0.0,0.0,0.0,0.00671433675906
+1470147403383484263,0.0,-0.00590487195809,0.0,0.0,0.0,0.00682204904344
+1470147403460379378,0.0,-0.00584385584576,0.0,0.0,0.0,0.00775659890898
+1470147403542656390,0.0,-0.0057653635849,0.0,0.0,0.0,0.00519080195043
+1470147403614030762,0.0,-0.00565560059001,0.0,0.0,0.0,0.00707222884125
+1470147403687216273,0.0,-0.00551130425771,0.0,0.0,0.0,0.00551349909848
+1470147403766508604,0.0,-0.0054580205237,0.0,0.0,0.0,0.00754524328072
+1470147403838499780,0.0,-0.00530826326171,0.0,0.0,0.0,0.00460577439104
+1470147403910622933,0.0,-0.00520943041459,0.0,0.0,0.0,0.00644576398275
+1470147403990630847,0.0,-0.00502782658815,0.0,0.0,0.0,0.00451856759435
+1470147404064108382,0.0,-0.00505625555382,0.0,0.0,0.0,0.00364458722563
+1470147404138304735,0.0,-0.00492907013225,0.0,0.0,0.0,0.00588095033592
+1470147404211110668,0.0,-0.00484665385046,0.0,0.0,0.0,0.00462041938636
+1470147404289172236,0.0,-0.00479688106518,0.0,0.0,0.0,0.00381944451525
+1470147404370418711,0.0,-0.00472057707207,0.0,0.0,0.0,0.00467106632246
+1470147404443388047,0.0,-0.00467789599817,0.0,0.0,0.0,0.00564027082562
+1470147404521873593,0.0,-0.00466595115067,0.0,0.0,0.0,0.00616999866021
+1470147404599525933,0.0,-0.00463067256396,0.0,0.0,0.0,0.00336323507884
+1470147404679934189,0.0,-0.00457281665693,0.0,0.0,0.0,0.0
+1470147404752304401,0.0,-0.00448057089511,0.0,0.0,0.0,0.00474600937631
+1470147404829335047,0.0,-0.00440147182219,0.0,0.0,0.0,0.00416199516337
+1470147404906911284,0.0,-0.00441532813087,0.0,0.0,0.0,0.00563352291553
+1470147404980447052,0.0,-0.00425227090619,0.0,0.0,0.0,0.0
+1470147405052898609,0.0,-0.00425272805952,0.0,0.0,0.0,0.0
+1470147405124074988,0.0,-0.00415832307214,0.0,0.0,0.0,0.00376232800009
+1470147405195209176,0.0,-0.00416365046559,0.0,0.0,0.0,0.00393782077616
+1470147405270172278,0.0,-0.00402723694525,0.0,0.0,0.0,0.0
+1470147405348677483,0.0,-0.0039934352021,0.0,0.0,0.0,0.00320285241668
+1470147405429702229,0.0,-0.00397364571969,0.0,0.0,0.0,0.00290049891084
+1470147405505071973,0.0,-0.00392522015883,0.0,0.0,0.0,0.00507640128043
+1470147405578792991,0.0,-0.00392252877225,0.0,0.0,0.0,0.00321209404382
+1470147405651072166,0.0,-0.00373065068271,0.0,0.0,0.0,0.0
+1470147405723045241,0.0,-0.00364611107704,0.0,0.0,0.0,0.0
+1470147405796999558,0.0,-0.00365248023176,0.0,0.0,0.0,0.00294566158255
+1470147405875309945,0.0,-0.00349995212516,0.0,0.0,0.0,0.0
+1470147405951600939,0.0,-0.00334873926219,0.0,0.0,0.0,0.0
+1470147406028268427,0.0,-0.00334084690203,0.0,0.0,0.0,0.0
+1470147406106286083,0.0,-0.0032425225738,0.0,0.0,0.0,0.0
+1470147406180164871,0.0,-0.00312019796009,0.0,0.0,0.0,0.00287229296504
+1470147406254304177,0.0,-0.00309896514491,0.0,0.0,0.0,0.0
+1470147406330756398,0.0,-0.00302228489008,0.0,0.0,0.0,0.0
+1470147406406713522,0.0,-0.00287024747038,0.0,0.0,0.0,0.0
+1470147406479575013,0.0,-0.00286222818618,0.0,0.0,0.0,0.0
+1470147406554695211,0.0,-0.00273606964311,0.0,0.0,0.0,0.0
+1470147406631696199,0.0,-0.00261934633096,0.0,0.0,0.0,0.0
+1470147406707293190,0.0,-0.00236896306942,0.0,0.0,0.0,0.0
+1470147406789292869,0.0,-0.00240792830801,0.0,0.0,0.0,0.0
+1470147406864668914,0.0,-0.0022741089781,0.0,0.0,0.0,0.0
+1470147406938754131,0.0,-0.00218172597808,0.0,0.0,0.0,0.0
+1470147407017068953,0.0,-0.00197360279125,0.0,0.0,0.0,0.0
+1470147407094099093,0.0,-0.00191781136541,0.0,0.0,0.0,0.0
+1470147407180867441,0.0,-0.00189896974158,0.0,0.0,0.0,0.0
+1470147407261246627,0.0,-0.00163086785343,0.0,0.0,0.0,0.0
+1470147407337069704,0.006,0.0,0.0,0.0,0.0,0.0
+1470147407414607938,0.006,0.0,0.0,0.0,0.0,0.0
+1470147407489585589,0.006,0.0,0.0,0.0,0.0,0.0
+1470147407570185979,0.006,0.0,0.0,0.0,0.0,0.0
+1470147407641528547,0.006,0.0,0.0,0.0,0.0,0.0
+1470147407713499616,0.006,0.0,0.0,0.0,0.0,0.0
+1470147407786407669,0.0,0.0,0.0,0.0,0.0,0.00307975911952
+1470147407858529137,0.006,0.0,0.0,0.0,0.0,0.0
+1470147407930658119,0.0,0.0,0.0,0.0,0.0,0.00336247243341
+1470147408002636166,0.006,0.0,0.0,0.0,0.0,0.0
+1470147408075419356,0.006,0.0,0.0,0.0,0.0,0.0
+1470147408153688143,0.006,0.0,0.0,0.0,0.0,0.0
+1470147408232268302,0.006,0.0,0.0,0.0,0.0,0.0
+1470147408306681028,0.006,0.0,0.0,0.0,0.0,0.0
+1470147408379188288,0.0,0.0,0.0,0.0,0.0,0.00515482033188
+1470147408456976105,0.0,0.0,0.0,0.0,0.0,0.00392278015111
+1470147408534194780,0.0,0.0,0.0,0.0,0.0,0.0070041745509
+1470147408606297532,0.0,0.0,0.0,0.0,0.0,0.00521475471366
+1470147408677023292,0.0,0.0,0.0,0.0,0.0,0.00525304366537
+1470147408763208037,0.0,0.0,0.0,0.0,0.0,0.00389011404404
+1470147408840488370,0.006,0.0,0.0,0.0,0.0,0.0
+1470147408914924831,0.006,0.0,0.0,0.0,0.0,0.0
+1470147408992309600,0.0,0.0,0.0,0.0,0.0,0.00331285123846
+1470147409071721407,0.0,0.0,0.0,0.0,0.0,0.00301591462106
+1470147409150858022,0.0,0.0,0.0,0.0,0.0,0.00386324911901
+1470147409226859015,0.0,0.0,0.0,0.0,0.0,0.00448728602208
+1470147409300332276,0.0,0.0,0.0,0.0,0.0,0.00397270143473
+1470147409373295968,0.0,0.0,0.0,0.0,0.0,0.00425514301318
+1470147409451450864,0.0,0.0,0.0,0.0,0.0,0.00323620644507
+1470147409525486189,0.0,0.0,0.0,0.0,0.0,0.00461120896586
+1470147409600745505,0.0,0.0,0.0,0.0,0.0,0.00582824696168
+1470147409678725397,0.0,0.0,0.0,0.0,0.0,0.00292933999975
+1470147409755814931,0.0,0.0,0.0,0.0,0.0,0.00346399140275
+1470147409831930325,0.0,0.0,0.0,0.0,0.0,0.00555314364923
+1470147409906864132,0.0,0.0,0.0,0.0,0.0,0.00316947982398
+1470147409980861139,0.0,0.0,0.0,0.0,0.0,0.00287631643181
+1470147410054919392,0.0,0.0,0.0,0.0,0.0,0.00318209713839
+1470147410127344123,0.0,0.0,0.0,0.0,0.0,0.0031455402195
+1470147410199240892,0.0,0.0,0.0,0.0,0.0,0.00706520027702
+1470147410272684815,0.0,0.0,0.0,0.0,0.0,0.00332777134561
+1470147410346431186,0.0,0.0,0.0,0.0,0.0,0.0028358879608
+1470147410416673238,0.0,0.0,0.0,0.0,0.0,0.00296120687748
+1470147410488394207,0.0,0.0,0.0,0.0,0.0,0.0029896371026
+1470147410569081343,0.006,0.0,0.0,0.0,0.0,0.0
+1470147410642706854,0.0,0.0,0.0,0.0,0.0,0.00320123762051
+1470147410717077532,0.006,0.0,0.0,0.0,0.0,0.0
+1470147410789310226,0.0,0.0,0.0,0.0,0.0,0.00282854886054
+1470147410862683984,0.0,0.0,0.0,0.0,0.0,0.00401004695068
+1470147410936257575,0.0,-0.00174301317423,0.0,0.0,0.0,0.0
+1470147411011024578,0.0,-0.00189989990933,0.0,0.0,0.0,0.0
+1470147411087181271,0.0,-0.0019947060344,0.0,0.0,0.0,0.0048993405695
+1470147411160538816,0.0,-0.00201097331464,0.0,0.0,0.0,0.0
+1470147411231526684,0.0,-0.00232637545162,0.0,0.0,0.0,0.00414087661843
+1470147411306608593,0.0,-0.00260597511967,0.0,0.0,0.0,0.00343500713736
+1470147411382320075,0.0,-0.00265878857951,0.0,0.0,0.0,0.0
+1470147411455635315,0.0,-0.00282425263701,0.0,0.0,0.0,0.0
+1470147411530106015,0.0,-0.00292804401117,0.0,0.0,0.0,0.0
+1470147411606112600,0.0,-0.00304339629632,0.0,0.0,0.0,0.0
+1470147411678822636,0.0,-0.00298731095071,0.0,0.0,0.0,0.0
+1470147411755700975,0.0,-0.0028042308904,0.0,0.0,0.0,0.0
+1470147411830062812,0.0,-0.00268127923257,0.0,0.0,0.0,0.0
+1470147411905514795,0.0,-0.00245447436188,0.0,0.0,0.0,0.0
+1470147411979571767,0.0,-0.00256683146301,0.0,0.0,0.0,0.0
+1470147412057848109,0.0,-0.00241385295042,0.0,0.0,0.0,0.0
+1470147412133972098,0.0,-0.00232535922323,0.0,0.0,0.0,0.0
+1470147412215807607,0.0,-0.00224892023328,0.0,0.0,0.0,0.0
+1470147412290864809,0.0,-0.00207441603325,0.0,0.0,0.0,0.0
+1470147412367556799,0.0,-0.00204271557138,0.0,0.0,0.0,0.0
+1470147412445055969,0.0,-0.00195954845668,0.0,0.0,0.0,0.0
+1470147412516075304,0.0,-0.00177423657099,0.0,0.0,0.0,0.0
+1470147412590828128,0.0,-0.00177768039578,0.0,0.0,0.0,0.0
+1470147412670174779,0.006,0.0,0.0,0.0,0.0,0.0
+1470147412746571755,0.006,0.0,0.0,0.0,0.0,0.0
+1470147412825388950,0.006,0.0,0.0,0.0,0.0,0.0
+1470147412901392126,0.006,0.0,0.0,0.0,0.0,0.0
+1470147412976266067,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413050111826,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413128685571,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413206957717,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413282030025,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413356383223,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413433123616,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413509329782,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413585795759,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413658267805,0.0,0.0,0.0,0.0,0.0,0.00724946723907
+1470147413730087122,0.0,0.0,0.0,0.0,0.0,0.00349618067521
+1470147413802585124,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413879955951,0.006,0.0,0.0,0.0,0.0,0.0
+1470147413954950772,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414030426961,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414109357427,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414195036672,0.0,0.0,0.0,0.0,0.0,0.0051920429925
+1470147414270851524,0.0,0.0,0.0,0.0,0.0,0.00425719379534
+1470147414345864516,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414423203700,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414500606901,0.0,0.0,0.0,0.0,0.0,0.00281638475901
+1470147414578830976,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414662133094,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414735250339,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414809869113,0.006,0.0,0.0,0.0,0.0,0.0
+1470147414884599305,0.0,0.0,0.0,0.0,0.0,0.00334298187056
+1470147414960325656,0.0,0.0,0.0,0.0,0.0,0.00317264804204
+1470147415032336573,0.0,0.0,0.0,0.0,0.0,0.00370601626569
+1470147415104875287,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415178254805,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415252961518,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415329331314,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415406509651,0.0,0.0,0.0,0.0,0.0,0.00286438730694
+1470147415482535883,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415561470757,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415636496943,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415709835948,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415788732246,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415866347762,0.006,0.0,0.0,0.0,0.0,0.0
+1470147415938505692,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416018899746,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416093954285,0.0,0.0,0.0,0.0,0.0,0.00357802809206
+1470147416171367913,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416246679884,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416318451485,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416403409750,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416476444494,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416548157505,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416620087671,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416692361038,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416764995471,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416841520892,0.006,0.0,0.0,0.0,0.0,0.0
+1470147416920120574,0.0,0.0,0.0,0.0,0.0,0.00478629011868
+1470147416994987711,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417072320007,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417146186165,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417218324911,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417291082803,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417362581156,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417436438056,0.0,0.0,0.0,0.0,0.0,0.00375280980917
+1470147417510557467,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417587751371,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417661164096,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417737486027,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417816613164,0.0,0.0,0.0,0.0,0.0,0.00369242027047
+1470147417893857670,0.006,0.0,0.0,0.0,0.0,0.0
+1470147417980526471,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418059254349,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418135463172,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418211501866,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418286118205,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418360749213,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418434259939,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418506518279,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418579024876,0.0,0.0,0.0,0.0,0.0,0.00402715375476
+1470147418660577314,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418736185202,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418815089133,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418889459378,0.006,0.0,0.0,0.0,0.0,0.0
+1470147418960968160,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419034044837,0.0,0.0,0.0,0.0,0.0,0.0033777907592
+1470147419108511563,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419186854509,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419258823005,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419332075738,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419405808805,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419486480376,0.0,0.0,0.0,0.0,0.0,0.00280147663508
+1470147419559370795,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419635924718,0.0,0.0,0.0,0.0,0.0,0.00311001674613
+1470147419711440558,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419792694900,0.0,0.0,0.0,0.0,0.0,0.00361449816964
+1470147419872620374,0.006,0.0,0.0,0.0,0.0,0.0
+1470147419947143523,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420026165240,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420099506239,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420173655478,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420248506533,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420325378246,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420400210202,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420474829245,0.0,0.0,0.0,0.0,0.0,0.00425622272248
+1470147420546904582,0.0,0.0,0.0,0.0,0.0,0.00408943069661
+1470147420628046136,0.0,0.0,0.0,0.0,0.0,0.00279735381997
+1470147420701321506,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420775150708,0.0,0.0,0.0,0.0,0.0,0.003005353628
+1470147420851056372,0.006,0.0,0.0,0.0,0.0,0.0
+1470147420924411187,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421000145148,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421071055841,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421142852940,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421215632815,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421295341188,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421368665870,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421440544871,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421514691015,0.0,0.0,0.0,0.0,0.0,0.00403744600125
+1470147421584415802,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421659283203,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421732162915,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421810269690,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421886264901,0.006,0.0,0.0,0.0,0.0,0.0
+1470147421959070842,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422037403033,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422116821694,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422192034759,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422268646351,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422346503684,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422425985745,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422502813756,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422580869084,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422656984777,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422729001543,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422802761314,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422876139593,0.006,0.0,0.0,0.0,0.0,0.0
+1470147422953204666,0.0,-0.00170714092772,0.0,0.0,0.0,0.0
+1470147423030572885,0.0,-0.00182744609957,0.0,0.0,0.0,0.0
+1470147423102449557,0.0,-0.00183118858647,0.0,0.0,0.0,0.0
+1470147423174983315,0.0,-0.00183355113922,0.0,0.0,0.0,0.0
+1470147423252168130,0.0,-0.00181579103752,0.0,0.0,0.0,0.00484810316546
+1470147423330247208,0.0,-0.00174033789438,0.0,0.0,0.0,0.0
+1470147423401118846,0.0,-0.00178765563261,0.0,0.0,0.0,0.0
+1470147423473670258,0.0,-0.00177626324939,0.0,0.0,0.0,0.0
+1470147423552705485,0.0,-0.00178218384074,0.0,0.0,0.0,0.0
+1470147423628881105,0.0,-0.00184412171423,0.0,0.0,0.0,0.0
+1470147423704088508,0.0,-0.00185148032072,0.0,0.0,0.0,0.0
+1470147423779037536,0.006,0.0,0.0,0.0,0.0,0.0
+1470147423852682369,0.006,0.0,0.0,0.0,0.0,0.0
+1470147423925965433,0.006,0.0,0.0,0.0,0.0,0.0
+1470147423995858610,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424069585758,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424141759116,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424214205594,0.0,0.0,0.0,0.0,0.0,0.00292612903604
+1470147424286514430,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424359544236,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424431379973,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424502727179,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424573874061,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424646822620,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424721578663,0.0,0.0,0.0,0.0,0.0,0.00418635299888
+1470147424796523105,0.0,0.0,0.0,0.0,0.0,0.00286305335333
+1470147424870997086,0.006,0.0,0.0,0.0,0.0,0.0
+1470147424945908368,0.006,0.0,0.0,0.0,0.0,0.0
+1470147425017161690,0.006,0.0,0.0,0.0,0.0,0.0
+1470147425090631669,0.0,0.0,0.0,0.0,0.0,0.00567990483593
+1470147425163647588,0.006,0.0,0.0,0.0,0.0,0.0
+1470147425235968345,0.006,0.0,0.0,0.0,0.0,0.0
+1470147425313539865,0.006,0.0,0.0,0.0,0.0,0.0
+1470147425387348793,0.006,0.0,0.0,0.0,0.0,0.0
+1470147425459882592,0.006,0.0,0.0,0.0,0.0,0.0
+1470147425531545984,0.0,0.00238082484412,0.0,0.0,0.0,0.0
+1470147425603913788,0.0,0.000360862943078,0.0,0.0,0.0,0.0
+1470147425677692251,0.0,0.000320925944236,0.0,0.0,0.0,0.0
+1470147425750085578,0.0,0.000311298577558,0.0,0.0,0.0,0.0
+1470147425826986209,0.0,0.000284732500598,0.0,0.0,0.0,0.0028840865365
+1470147425898708917,0.0,0.000285437401955,0.0,0.0,0.0,0.0
+1470147425973779740,0.0,0.000324248515914,0.0,0.0,0.0,0.0
+1470147426048540315,0.0,0.000334423897811,0.0,0.0,0.0,0.0
+1470147426135369846,0.0,0.00031531512236,0.0,0.0,0.0,0.00288992634212
+1470147426207533088,0.0,0.000327646175969,0.0,0.0,0.0,0.0
+1470147426280731726,0.0,0.000359503159467,0.0,0.0,0.0,0.0
+1470147426352756495,0.0,0.000390709423016,0.0,0.0,0.0,0.0
+1470147426427789188,0.0,0.000488647183582,0.0,0.0,0.0,0.00592405289519
+1470147426504723733,0.0,0.000453548411406,0.0,0.0,0.0,0.00305939319521
+1470147426579683065,0.0,0.000471615629926,0.0,0.0,0.0,0.0
+1470147426653265844,0.0,0.000523795451035,0.0,0.0,0.0,0.0
+1470147426726115226,0.0,0.000577331818445,0.0,0.0,0.0,0.00358761475845
+1470147426795052969,0.0,0.000565724077433,0.0,0.0,0.0,0.00384316192735
+1470147426868220042,0.0,0.00059354568152,0.0,0.0,0.0,0.0
+1470147426940294741,0.0,0.00056808259049,0.0,0.0,0.0,0.0
+1470147427011385610,0.0,0.000545625233873,0.0,0.0,0.0,0.00281792385411
+1470147427086132954,0.0,0.000567186489196,0.0,0.0,0.0,0.00319640607132
+1470147427161133852,0.0,0.000556567495922,0.0,0.0,0.0,0.0
+1470147427235963175,0.0,0.000530302352662,0.0,0.0,0.0,0.00340396904542
+1470147427310930797,0.0,0.000548242120457,0.0,0.0,0.0,0.0034446289899
+1470147427381463398,0.0,0.000558441056736,0.0,0.0,0.0,0.0
+1470147427453799466,0.0,0.000552863811375,0.0,0.0,0.0,0.0
+1470147427525813813,0.0,0.00052694211066,0.0,0.0,0.0,0.0
+1470147427599982810,0.0,0.000512993104114,0.0,0.0,0.0,0.00359377556195
+1470147427678380973,0.0,0.000505871912772,0.0,0.0,0.0,0.00376277084135
+1470147427753200312,0.0,0.00049892646442,0.0,0.0,0.0,0.00390285953542
+1470147427827372517,0.0,0.000493868202033,0.0,0.0,0.0,0.00375183832445
+1470147427902737039,0.0,0.000476777646863,0.0,0.0,0.0,0.00303708508469
+1470147427971161856,0.0,0.000417828005649,0.0,0.0,0.0,0.0
+1470147428041033436,0.0,0.000430440280444,0.0,0.0,0.0,0.0
+1470147428113039073,0.0,0.000409448688352,0.0,0.0,0.0,0.0
+1470147428186032461,0.0,0.000358439547577,0.0,0.0,0.0,0.0
+1470147428259863578,0.0,0.000379239632238,0.0,0.0,0.0,0.0
+1470147428333429965,0.0,0.000363707513567,0.0,0.0,0.0,0.0
+1470147428408530090,0.0,0.000350042978873,0.0,0.0,0.0,0.0
+1470147428483569637,0.0,0.00034586118926,0.0,0.0,0.0,0.0
+1470147428559319161,0.0,0.000302308893786,0.0,0.0,0.0,0.00406537940582
+1470147428633882215,0.0,0.000298611038871,0.0,0.0,0.0,0.00403213484031
+1470147428714923327,0.0,0.000293995034287,0.0,0.0,0.0,0.00364584722621
+1470147428790392898,0.0,0.000290144439163,0.0,0.0,0.0,0.00386307742164
+1470147428863851615,0.0,0.000309435025695,0.0,0.0,0.0,0.00396705827169
+1470147428939937285,0.0,0.000314945285132,0.0,0.0,0.0,0.00375363103607
+1470147429012001529,0.0,0.000298208236705,0.0,0.0,0.0,0.00367700201467
+1470147429085923397,0.0,0.000310505473315,0.0,0.0,0.0,0.00386781706407
+1470147429161058293,0.0,0.000307289907241,0.0,0.0,0.0,0.00368842306309
+1470147429234530382,0.0,0.000288315847252,0.0,0.0,0.0,0.00375237075944
+1470147429312484722,0.0,0.000278093056949,0.0,0.0,0.0,0.00319054066533
+1470147429387637290,0.006,0.0,0.0,0.0,0.0,0.0
+1470147429461205419,0.006,0.0,0.0,0.0,0.0,0.0
+1470147429534000187,0.0,0.0,0.0,0.0,0.0,0.0036137897277
+1470147429606702910,0.0,0.0,0.0,0.0,0.0,0.00341416142499
+1470147429684038454,0.006,0.0,0.0,0.0,0.0,0.0
+1470147429758595845,0.006,0.0,0.0,0.0,0.0,0.0
+1470147429830600657,0.006,0.0,0.0,0.0,0.0,0.0
+1470147429903082818,0.006,0.0,0.0,0.0,0.0,0.0
+1470147429976687950,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430051632804,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430130073137,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430207038675,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430277773887,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430351924607,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430427342036,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430499538123,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430571465490,0.0,0.0,0.0,0.0,0.0,0.0033009202566
+1470147430644296942,0.0,0.0,0.0,0.0,0.0,0.00315368041919
+1470147430715906424,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430789382739,0.006,0.0,0.0,0.0,0.0,0.0
+1470147430862803804,0.0,0.0,0.0,0.0,0.0,0.00348547741342
+1470147430934038088,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431006067139,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431080413167,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431161803819,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431230268580,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431303395956,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431376851099,0.0,0.0,0.0,0.0,0.0,0.00556764915123
+1470147431449590314,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431523174083,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431602828571,0.006,0.0,0.0,0.0,0.0,0.0
+1470147431681277922,0.0,0.0,0.0,0.0,0.0,0.0040416237728
+1470147431754481036,0.0,0.0,0.0,0.0,0.0,0.00315737606322
-- 
GitLab