aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-04-16 08:45:36 -0500
committerBlaise Thompson <blaise@untzag.com>2018-04-16 08:45:36 -0500
commit3671f4e2c92f28319e9c8e44071604e98d8d783f (patch)
treeeaf532281be6a18d51587d769c59b2482c5ed0e1
parent1df434357600bcae9d11f20a3062cb915704979a (diff)
2018-04-16 08:45
-rw-r--r--acquisition/chapter.tex103
-rw-r--r--acquisition/shots_processing.py29
-rw-r--r--bibliography.bib61
-rw-r--r--processing/chapter.tex204
-rw-r--r--processing/outlier.pngbin0 -> 291978 bytes
-rw-r--r--processing/outlier.py50
-rw-r--r--processing/outliers.data624
7 files changed, 925 insertions, 146 deletions
diff --git a/acquisition/chapter.tex b/acquisition/chapter.tex
index 7f6d43f..8ca947c 100644
--- a/acquisition/chapter.tex
+++ b/acquisition/chapter.tex
@@ -605,7 +605,7 @@ Each of these classes can be directly instantiated as a minimum-viable instance,
\begin{figure}
\includebash{"acquisition/hardware_inheritance"}
\caption[Hardware inheritance.]{
- CAPTION TODO
+ Full PyCMDS hardware inheritance tree.
}
\label{acq:fig:hardware_inheritance}
\end{figure}
@@ -674,8 +674,8 @@ Nothing can be changed in the advanced menu except the label, and the offset can
\begin{landscape}
\begin{figure}
\includegraphics[width=9in]{"acquisition/screenshots/007"}
- \caption[Representative spectrometer advanced menu.]{
- CAPTION TODO
+ \caption{
+ Representative spectrometer advanced menu.
}
\label{acq:fig:spectrometer_advanced}
\end{figure}
@@ -728,8 +728,8 @@ Each motor can be independently set and homed. %
\begin{landscape}
\begin{figure}
\includegraphics[width=9in]{"acquisition/screenshots/008"}
- \caption[Representative OPA advanced menu.]{
- CAPTION TODO
+ \caption{
+ Representative OPA advanced menu.
}
\label{acq:fig:opa_advanced}
\end{figure}
@@ -765,7 +765,12 @@ Each point is one processed value from all of the samples designated for that pa
Because this instrument is using dual chopping at this time, only one out of four shots has a large
amount of light, so most shots are near zero in \autoref{acq:fig:shots}. %
-[SHOTS PROCESSING]
+Finally, the shot-level information is passed through a ``shots processing'' script that is
+entirely user defined. %
+\autoref{acq:fig:shots_processing} shows a typical shots processing script for a dual chopping
+experiment. %
+Because the script is entirely user defined, exciting statistical treatments are possible moving
+forward. %
% BJT: more about the power of digital processing
%Old boxcar: 300 ns window, ~10 micosecond delay. Onset of saturation ~2 V.
@@ -774,7 +779,7 @@ amount of light, so most shots are near zero in \autoref{acq:fig:shots}. %
\begin{figure}
\includegraphics[width=9in]{"acquisition/screenshots/003"}
\caption{
- CAPTION TODO
+ PCI-6251 samples tab.
}
\label{acq:fig:samples}
\end{figure}
@@ -784,16 +789,18 @@ amount of light, so most shots are near zero in \autoref{acq:fig:shots}. %
\begin{figure}
\includegraphics[width=9in]{"acquisition/screenshots/002"}
\caption{
- CAPTION TODO
+ PCI-6251 shots tab.
}
\label{acq:fig:shots}
\end{figure}
\end{landscape}
\begin{figure}
+ \includepython{acquisition/shots_processing.py}
\caption{
- TODO: SHOTS PROCESSING SCRIPT
+ Simple shots processing script for dual chopping.
}
+ \label{acq:fig:shots_processing}
\end{figure}
\subsection{Multidimensional sensors} % ----------------------------------------------------------
@@ -821,7 +828,7 @@ It has been derived previously by \textcite{KainSchuyler2017a}. %
\begin{figure}
\includegraphics[scale=0.5]{"acquisition/tune_test"}
\caption[Array detector serving as an axis.]{
- CAPTION TODO (2017-11-06 OPA2)
+ Array detector serving as an axis. Data collected 2017-11-06. % OPA2
}
\label{acq:fig:array_as_axis}
\end{figure}
@@ -853,12 +860,21 @@ of linear interpolation and extrapolation at the edges. %
A single hardware can be offset by multiple other hardwares. %
In such cases, \emph{offsets always add}. %
-[DESCRIPTION OF FIGURE]
+\autoref{acq:fig:autonomic} displays the GUI of the autonomic system, in this case for ``d1'' on
+the picosecond system. %
+Note the triple-nested tab structure---there are one of these tabs for each hardware loaded by
+PyCMDS. %
+A large display occupies the middle of the program, displaying the offsets as applied by ``w1'' in
+this case. %
+On the right-hand side users can add as many \bash{.coset} files as desired. %
\begin{landscape}
\begin{figure}
\includegraphics[width=9in]{"acquisition/screenshots/009"}
- \caption{AUTONOMIC SDC SCREENSHOT}
+ \caption{
+ Autonomic tab.
+ }
+ \label{acq:fig:autonomic}
\end{figure}
\end{landscape}
@@ -873,8 +889,7 @@ PyCMDS uses the words ``scan'' and ``acquisition'' in very careful ways. %
\item An acquisition is a single user-defined, enqueable, instruction.
\item A scan is a single traversal in the multidimensional hardware space. %
\end{ditemize}
-Each scan corresponds to one \bash{.data} file, and one WrightTools \python{Data} instance (see
-section ...) %
+Each scan corresponds to one \bash{.data} file, and one WrightTools \python{Data} instance. %
There can be many scans within a single acquisition. %
And there can be many acquisitions in a queue. %
@@ -984,8 +999,8 @@ Acquisition modules are defined interfaces which know how to assemble a scan. %
\begin{figure}
\includebash{"acquisition/example.aqn"}
- \caption[Example aqn file.]{
- CAPTION TODO
+ \caption{
+ Representative aqn file.
}
\label{acq:fig:aqn_file}
\end{figure}
@@ -1010,17 +1025,23 @@ As a convinience, a new point curve with remapped colors is automatically create
\subsubsection{MOTORTUNE}
-Arbitrary tuning acquisitions.
+MOTORTUNE is capable of arbitrary acquisitions in OPA motor space. %
+Users are free to choose any set of positions for any set of motors, and PyCMDS will broadcast all
+of those positions against eachother to form a multidimensional acquisition. %
+Optionally, a leading dimension of \emph{setpoint} may be added, with motor positions being scanned
+about the points in the old curve. %
\subsubsection{AUTOTUNE}
-Automatically do appropriate scans and process as in chapter...
+AUTOTUNE does multiple scans to tune OPAs as automatically as possible. %
+The interface and procedure is different for each model of OPA. %
+The procedures are like those described in \autoref{cha:opa}. %
\subsubsection{POYNTING TUNE}
-Dedicated to poynting (get content from Kyle S)...
+POYNTING TUNE is much like AUTOTUNE, except that it deals with Poynting correction instead of
+regular tuning. See \autoref{act:sec:poynting} for more information. %
-\clearpage
\section{Conditional validity} % =================================================================
The central conceit of the PyCMDS modular hardware abstraction is that experiments can be boiled
@@ -1060,17 +1081,29 @@ Conceptually, can imagine a 4 quadrant system. %
Thus PyCMDS can be proud to try and generalize the hardware-complex part of acquisition software
because indeed that is all that can be generalized. %
-\clearpage
\section{Integrations} % =========================================================================
-[GOOGLE DRIVE]
+PyCMDS has several \emph{integrations} to assist users. %
-[SLACK]
+PyCMDS automatically uploads all collected data to Google Drive. %
+This provides an easy way for remote users to access the newest data, and it provides a data backup
+in case something goes wrong. %
+
+PyCMDS interacts with users through a custom slack bot, the Wright Instrument Technology
+Communication Handler (WITCH). %
+WITCH automatically posts when scans are done, and responds to simple commands like ``status''. %
+This allows users to be aware of what PyCMDS is doing without physically being in the laser lab. %
+\autoref{acq:fig:slack} is a screenshot of a typical interaction with WITCH. %
+Note Kyle Sunden asking for the status of the queue. %
+
+These integrations are particularly useful because MR-CMDS scans take so long. %
+When the lasers are working and everything is tuned, PyCMDS is typically \emph{constantly} scanning
+to get as much use as possible out of the available time. %
\begin{figure}
\frame{\includegraphics[width=\textwidth]{"acquisition/slack"}}
- \caption[TODO]{
- TODO
+ \caption{
+ Slack screenshot.
}
\label{acq:fig:slack}
\end{figure}
@@ -1141,7 +1174,6 @@ constitute a regular array with-respect-to the scanned axes. %
We can acquire arbitrary points along each axis, but not for the multidimensional scan. %
This means that we cannot achieve strictly ideal pixel distributions for arbitrary datasets. %
Still, we can do much better than linear spacing.
-% TODO: refer to PyCMDS/WrightTools 'regularity' requirement when that section exists
Almost all CMDS lineshapes (in frequency and delay) can be described using just a few lineshape
functions:
@@ -1160,10 +1192,7 @@ The measured line-shapes are actually convolutions of the above. %
I will ignore the convolution except for a few illustrative special cases. %
More exotic lineshapes are possible in CMDS---quantum beating and breathing modes, for example---I
will also ignore these. %
-Derivations of the ideal pixel positions for each of these lineshapes appear below.
-% TODO: cite Wright Group quantum beating paper, Kambempati breathing paper
-
-\subsubsection{Exponential}
+Derivation of the ideal pixel positions for a single exponential appear below.
Simple exponential decays are typically used to describe population and coherence-level dynamics in
CMDS. %
@@ -1201,16 +1230,12 @@ S_n &=& (1-c)\left(\frac{n}{N}\right)^{\frac{\tau_{\mathrm{step}}}{\tau_{\mathrm
\begin{figure}
\includegraphics[scale=0.5]{"processing/PyCMDS/ideal axis positions/exponential"}
- \caption[TODO]{TODO}
+ \caption{
+ Ideal axis positions, exponential decay.
+ }
\label{acq:fig:exponential_steps}
\end{figure}
-\subsubsection{Gaussian}
-
-\subsubsection{Lorentzian}
-
-\subsubsection{Bimolecular}
-
\subsection{Simultanious acquisitions} % ---------------------------------------------------------
Sometimes PyCMDS needs to do multiple scans that are completely orthogonal. %
@@ -1240,8 +1265,8 @@ wt5 files are smaller on disk, have richer metadata and self-descriptive propert
scans can be stored in the same file using \python{Collections}. % TODO: again, link
Because wt5 files are stored on disk but fully accessible through slicing, PyCMDS could have full
access to the scan arrays without risk of memory overflow, which promises to allow for new
-potential visualizations during acquisition. % TODO: presumably we talk about buffered file
- % writing above?
+potential visualizations during acquisition.
+See \autoref{cha:pro} for more information about WrightTools. %
Even more exciting, wt5 files can be instantiated as empty and \textit{then} filled. %
This means that the wt5 file can be a self-describing set of destinations that actually defines
diff --git a/acquisition/shots_processing.py b/acquisition/shots_processing.py
new file mode 100644
index 0000000..a112ebd
--- /dev/null
+++ b/acquisition/shots_processing.py
@@ -0,0 +1,29 @@
+import numpy as np
+
+def process(shots, names, kinds):
+ channel_indicies = [i for i, x in enumerate(kinds) if x == 'channel']
+ out = np.full(len(channel_indicies)+1, np.nan)
+ channel_indicies.pop(0)
+ out_names = []
+ # signal diff
+ # A B C D
+ # chopper 1: - + + -
+ # chopper 2: - - + +
+ # we want A-B+C-D
+ c1 = shots[-2]
+ c2 = shots[-1]
+ a = np.mean(shots[0, (c1==-1)*(c2==-1)])
+ b = np.mean(shots[0, (c1==+1)*(c2==-1)])
+ c = np.mean(shots[0, (c1==+1)*(c2==+1)])
+ d = np.mean(shots[0, (c1==-1)*(c2==+1)])
+ out[0] = a-b+c-d
+ out_names.append('signal_diff')
+ # signal mean
+ out[1] = np.mean(shots[0])
+ out_names.append('signal_mean')
+ # others
+ for i in channel_indicies:
+ out[i+1] = np.mean(shots[i])
+ out_names.append(names[i])
+ # finish
+ return [out, out_names]
diff --git a/bibliography.bib b/bibliography.bib
index e427773..f933496 100644
--- a/bibliography.bib
+++ b/bibliography.bib
@@ -677,8 +677,6 @@
year = 2012,
}
-
-
@article{DonaldsonPaulMurray2007b,
author = {Donaldson, Paul M and Guo, Rui and Fournier, Frederic and Gardner, Elizabeth M
and Barter, Laura M C and Barnett, Chris J and Gould, Ian R and Klug, David R and
@@ -695,6 +693,8 @@
month = {sep},
}
+
+
@article{DonaldsonPaulMurray2008a,
author = {Donaldson, Paul M and Guo, Rui and Fournier, Frederic and Gardner, Elizabeth M
and Gould, Ian R and Klug, David R},
@@ -1061,6 +1061,17 @@
url = {https://about.gitlab.com/},
}
+@article{GreenDA2009a,
+ author = {D. A. Green},
+ title = {A colour scheme for the display of astronomical intensity images},
+ journal = {Bulletin of the Astronomical Society of India},
+ volume = 39,
+ pages = {289--295},
+ year = 2011,
+ doi = {10.1111/j.1365-2966.2004.08414.x},
+ month = {dec},
+}
+
@article{GriffinGrahamB2013a,
author = {Graham B. Griffin and Sandrine Ithurria and Dmitriy S. Dolzhnikov and Alexander
Linkin and Dmitri V. Talapin and Gregory S. Engel},
@@ -1757,6 +1768,12 @@
publisher = {American Chemical Society ({ACS})},
}
+@misc{MFA,
+ note = {Accessed: 2018-04-15},
+ title = {Miniature Steel Linear Stages},
+ url = {https://www.newport.com/f/miniature-mfa-motorized-linear-stages},
+}
+
@article{MaiCong2013a,
author = {Cong Mai and Andrew Barrette and Yifei Yu and Yuriy G. Semenov and Ki Wook Kim
and Linyou Cao and Kenan Gundogdu},
@@ -1947,6 +1964,7 @@
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
+
@article{MolinaSanchezAlejandro2013a,
author = {Alejandro Molina-S{\'{a}}nchez and Davide Sangalli and Kerstin
Hummer and Andrea Marini and Ludger Wirtz},
@@ -1960,7 +1978,6 @@
month = {jul},
}
-
@article{Moreels2006,
author = {Moreels, I. and Hens, Z. and Kockaert, P. and Loicq, J. and {Van Thourhout}, D.},
title = {{Spectroscopy of the nonlinear refractive index of colloidal PbSe nanocrystals}},
@@ -2165,7 +2182,6 @@
pages = {233--236},
year = 1977,
}
-
@article{OmariAbdoulghafar2012a,
author = {Abdoulghafar Omari and Iwan Moreels and Francesco Masia and Wolfgang Langbein and
Paola Borri and Dries Van Thourhout and Pascal Kockaert and Zeger Hens},
@@ -2179,6 +2195,7 @@
month = {mar},
publisher = {American Physical Society ({APS})},
}
+
@article{OudarJL1980a,
author = {Oudar, J-L. and Shen, Y. R.},
title = {{Nonlinear spectroscopy by multiresonant four-wave mixing}},
@@ -2205,6 +2222,12 @@
month = {sep},
}
+@misc{PCI6251,
+ note = {Accessed: 2018-04-15},
+ title = {NI PCI-6251},
+ url = {http://sine.ni.com/nips/cds/view/p/lang/en/nid/14124},
+}
+
@article{PakoulevAndreiV2006a,
author = {Pakoulev, Andrei V. and Rickard, Mark a and Meyer, Kent a. and Kornau, Kathryn
and Mathew, Nathan a. and Thompson, David E. and Wright, John C.},
@@ -3267,6 +3290,7 @@
publisher = {Elsevier B.V.},
}
+
@article{XiaoDi2012a,
author = {Di Xiao and Gui-Bin Liu and Wanxiang Feng and Xiaodong Xu and
Wang Yao},
@@ -3294,7 +3318,6 @@
publisher = {Proceedings of the National Academy of Sciences},
}
-
@article{XuXiaodong2014a,
author = {Xiaodong Xu and Wang Yao and Di Xiao and Tony F. Heinz},
title = {Spin and pseudospins in layered transition metal dichalcogenides},
@@ -3494,6 +3517,7 @@
publisher = {American Physical Society ({APS})},
}
+
@article{gDeGeyterBram2012a,
author = {{De Geyter}, Bram and Geiregat, Pieter and Gao, Yunan and {Ten Cate}, Sybren and
Houtepen, Arjan J. and Schins, Juleon M. and {Van Thourhout}, Dries and
@@ -3515,7 +3539,6 @@
url = {https://git.chem.wisc.edu/},
}
-
@misc{h5py,
note = {Accessed: 2018-04-04},
title = {h5py: HDF5 for Python},
@@ -3534,27 +3557,21 @@
url = {http://bwtek.com/products/nanoram/},
}
-@misc{pyqtgraph,
- note = {Accessed: 2018-03-27},
- title = {PyQtGraph: Scientific Graphics and GUI Library for Python},
- url = {http://pyqtgraph.org/},
-}
-
-@misc{PCI6251,
- note = {Accessed: 2018-04-15},
- title = {NI PCI-6251},
- url = {http://sine.ni.com/nips/cds/view/p/lang/en/nid/14124},
-}
-
@misc{ndindex,
note = {Accessed: 2018-04-15},
title = {numpy.ndindex},
url = {https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndindex.html},
}
-@misc{MFA,
- note = {Accessed: 2018-04-15},
- title = {Miniature Steel Linear Stages},
- url = {https://www.newport.com/f/miniature-mfa-motorized-linear-stages},
+@misc{pyqtgraph,
+ note = {Accessed: 2018-03-27},
+ title = {PyQtGraph: Scientific Graphics and GUI Library for Python},
+ url = {http://pyqtgraph.org/},
+}
+
+@misc{ReadTheDocs,
+ note = {Accessed: 2018-03-27},
+ title = {Read the Docs: Create, host, and browse documentation},
+ url = {https://readthedocs.org/},
}
diff --git a/processing/chapter.tex b/processing/chapter.tex
index 0d89055..1d11788 100644
--- a/processing/chapter.tex
+++ b/processing/chapter.tex
@@ -507,8 +507,8 @@ WrightTools. %
\texttt{wt.data.from\_shimamdzu} & Shimadzu brand spectrometers. \\ \hline
\texttt{wt.data.from\_Tensor27} & Tensor 27 FT-IR. \\ \hline
\end{tabular}
- \caption[CAPTION TODO]{
- CAPTION TODO
+ \caption{
+ WrightTools data import functions.
}
\label{pro:tab:from_functions}
\end{table}
@@ -586,10 +586,11 @@ After importing and manipulating data, one typically wants to create a plot. %
The artists sub-package contains everything users need to plot their data objects. %
This includes both ``quick'' artists, which generate simple plots as quickly as possible, and a
full figure layout toolkit that allows users to generate full publication quality figures. %
-It also includes ``specialty'' artists which are made to perform certain popular plotting
-operations, as I will describe below. %
+It also includes ``specialty'' artists which are made to perform certain common plotting
+operations. %
-Currently the artists sub-package is built on-top of the wonderful matplotlib library. %
+Currently the artists sub-package is built on-top of the wonderful matplotlib library
+\cite{HunterJohnD2007a}. %
In the future, other libraries (e.g. Mayavi \cite{Mayavi}), may be incorporated. %
\subsection{Strategies for 2D visualization} % ---------------------------------------------------
@@ -598,19 +599,36 @@ Representing two-dimensional data is an important capability for WrightTools, so
discussion about how such representations work is warranted. %
WrightTools data is typically very structured, with values recorded at a grid of positions. %
To represent two-dimensional data, then, WrightTools needs to map the values onto a color axis. %
-There are better and worse choices of colormap... % TODO: elaborate
+When doing this mapping, choosing an appropriate colormap and interpolation type is crucial. %
\subsubsection{Colormap}
+For the purposes of this discussion, there are two types of colormaps: 1. qualitative 2.
+perceptual. %
+Qualitative colormaps have random orderings of color. %
+They are best used to represent unordered things, and they typically have high dynamic range. %
+Perceptual colormaps are monotonic in lightness, and are best at representing ordered information
+(like signal levels in MR-CMDS). %
+
+Historically the Wright Group has used a qualitative colormap for all plotting. %
\autoref{pro:fig:cmaps} shows the red, green, and blue components of four different colormaps. %
-The black line is the net brightness of each color (larger value means lighter color). %
+The black line is the net lightness of each color (larger value means lighter color). %
Below each figure is a gray-scale representation of the corresponding colormap. %
The r, g, and b components are scaled according to human perception. % TODO: values, from where
-The traditional Wright Group colormap (derived from jet) is shown first. %
+The traditional Wright Group colormap (derived from jet) is shown first. i%
Following are two perceptual colormaps, cubehelix from \texcite{GreenDA2009a}, and viridis, the new
matplotlib default.
WrightTools uses the algorithm from \textcite{GreenDA2009a} to define a custom cubehelix colormap
with good perceptual properties and familiar Wright Group coloration. %
+The lightness is not perfectly straight as in viridis and cubehelix, but it is monotonic at
+least. %
+
+\autoref{pro:fig:cmap_comparison} compares the new (top row) and old (bottom row) colormaps in full
+color and greyscale. %
+While the old colormap shows a greater dynamic range, the new colormap is more perceptually
+uniform. %
+In my opinion, users should use logarithmic scaling of an appropriate base if more dynamic range is
+required, rather than using a non-perceptual colormap. %
\subsubsection{Interpolation type}
@@ -635,22 +653,27 @@ plots. %
\includegraphics[scale=0.5]{"processing/cubehelix_cmap"}
\includegraphics[scale=0.5]{"processing/viridis_cmap"}
\includegraphics[scale=0.5]{"processing/default_cmap"}
- \caption[CAPTION TODO]{
- CAPTION TODO}
+ \caption[Colormap lightness.]{
+ Comparison of four different colormaps.
+ R, G, and B components are each shown.
+ Black line is human-perceived lightness.
+ }
\label{pro:fig:cmaps}
\end{figure}
\begin{figure}
\includegraphics[width=\textwidth]{"processing/cmap_comparison"}
- \caption[CAPTION TODO]{
- CAPTION TODO}
+ \caption{
+ Colormap comparison.
+ }
\label{pro:fig:cmap_comparison}
\end{figure}
\begin{figure}
\includegraphics[width=\textwidth]{"processing/fill_types"}
- \caption[CAPTION TODO]{
- CAPTION TODO}
+ \caption{
+ Interpolation types in 2D plotting.
+ }
\label{pro:fig:fill_types}
\end{figure}
@@ -684,39 +707,40 @@ These functionalities are derived from \python{wt.Data.chop}, discussed further
\begin{figure}
\includegraphics[width=0.5\textwidth]{"processing/quick1D 000"}
\includepython{"processing/quick1D.py"}
- \caption[CAPTION TODO]{
- CAPTION TODO}
+ \caption[quick1D example.]{
+ Minimal example of the \python{quick1D} function.
+ }
\label{pro:fig:quick1D}
\end{figure}
\begin{figure}
\includegraphics[width=0.5\textwidth]{"processing/quick2D 000"}
\includepython{"processing/quick2D.py"}
- \caption[CAPTION TODO]{
- CAPTION TODO}
+ \caption[quick2D example.]{
+ Minimal example of the \python{quick2D} function.
+ }
\label{pro:fig:quick2D}
\end{figure}
% TODO: signed data (with and without dynamic_range=True)
-\subsection{API} % -------------------------------------------------------------------------------
+% \subsection{API} % -------------------------------------------------------------------------------
-The artists sub-package offers a thin wrapper on the default matplotlib object-oriented figure
-creation API. %
-The wrapper allows WrightTools to add the following capabilities on top of matplotlib:
-\begin{ditemize}
- \item More consistent multi-axes figure layout.
- \item Ability to plot data objects directly.
-\end{ditemize}
-Each of these is meant to lower the barrier to plotting data. %
-Without going into every detail of matplotlib figure generation capabilities, this section
-introduces the unique strategy that the WrightTools wrapper takes. %
+% The artists sub-package offers a thin wrapper on the default matplotlib object-oriented figure
+% creation API. %
+% The wrapper allows WrightTools to add the following capabilities on top of matplotlib:
+% \begin{ditemize}
+% \item More consistent multi-axes figure layout.
+% \item Ability to plot data objects directly.
+% \end{ditemize}
+% Each of these is meant to lower the barrier to plotting data. %
+% Without going into every detail of matplotlib figure generation capabilities, this section
+% introduces the unique strategy that the WrightTools wrapper takes. %
-% \subsection{Gotchas} % -------------------------------------------------------------------------
+% % \subsection{Gotchas} % -------------------------------------------------------------------------
% TODO: mention gotcha of apparently narrowing linewidths with wigners (how to READ colormaps)
-\clearpage
\section{Variables and channels} % ===============================================================
Data objects are made up of many component channels and variables, each array having the same
@@ -728,7 +752,7 @@ may not have even moved across some (or any) dimensions. %
To avoid unnecessarily large arrays, WrightTools allows Channels and Variables to have different
sizes than the parent data. %
As an example, consider the following object.
-\begin{codefragment}{bash} % TODO: need to use bash here because of box charachters :-(
+\begin{codefragment}{bash}
>>> import WrightTools as wt; from WrightTools import datasets
>>> data = wt.data.from_COLORS(datasets.COLORS.v2p1_MoS2_TrEE_movie)
>>> data.print_tree()
@@ -763,18 +787,34 @@ propagated. %
\section{Axes} \label{pro:sec:axes} % ============================================================
-The axes have the joint shape of their component variables. %
-Although not shown in this example, channels also may have axes with length 1.
+Axes are the primary interface to coordinate positions in WrightTools. %
+Axes are \emph{not} arrays, although they do behave like arrays. %
+They are merely \emph{interfaces} into the information stored in one or more variables. %
+
+Each axis has an expression, like \python{'w1'}, \python{'d1=d2'}, \python{2*w3} or
+\python{'w1+w2-wm'}. %
+These expressions describe an unambiguous mathematical operation involving one or more
+variables. %
+The axis computes these expressions on the fly when needed, giving users real flexability over how
+they would like to represent and process their results. %
Axes, variables, and channels are array-likes, so they support slicing operations. %
+The axes have the joint shape of their component variables. %
In addition, all three classes have \python{points} and \python{full} attributes that return the
squeezed and broadcasted array, respectively. %
+One of the coolest features enabled by this approach to axes is \emph{transformation}. %
+\autoref{pro:fig:transform} shows how easy it is to transform data from one coordinate system into
+another. %
+Transforming is essentially free, since axes compute coordinates on the fly. %
+
\begin{figure}
- \includegraphics[width=\textwidth]{"processing/fringes_transform"}
+ \includegraphics[width=0.8\textwidth]{"processing/fringes_transform"}
\includepython{"processing/fringes_transform.py"}
- \caption[CAPTION TODO]{
- CAPTION TODO}
+ \caption{
+ Example using transform.
+ }
+ \label{pro:fig:transform}
\end{figure}
\section{Math} % =================================================================================
@@ -783,8 +823,6 @@ Now that we know the basics of how the WrightTools \python{Data} class stores da
some data manipulation. %
Let's start with some elementary algebra. %
-% TODO: mention chunkwise strategy
-
\subsection{In-place operators} \label{pro:sec:in_place} % ---------------------------------------
In Python, operators are symbols that carry out some computation. %
@@ -847,10 +885,11 @@ Variables also support in-place operators. %
\subsection{Clip} % ------------------------------------------------------------------------------
Clip allows users to exclude values outside of a certain range. %
+Excluded values can be replaced with a user-specified value or with not-a-number. %
This can be particularly useful in cases like fitting. %
-See section ... for an example. % TODO: link to section
+See \autoref{pro:sec:fit} for an example. %
-It's also useful for when noise in a certain region of a spectrum obscures useful data...
+It's also useful for when noise in a certain region of a spectrum obscures useful data. %
Particularly true for normalized and signed data. %
\subsection{Symmetric root} % --------------------------------------------------------------------
@@ -885,7 +924,7 @@ keyword arguments. %
These may be slightly faster than \python{channel.log(base=10)} and
\python{channel.log(base=2)}. %
-\subsection{Level} % -----------------------------------------------------------------------------
+% \subsection{Level} % -----------------------------------------------------------------------------
% TODO: figure from wright.tools
@@ -894,6 +933,7 @@ These may be slightly faster than \python{channel.log(base=10)} and
Trim uses statistical treatment to find and remove outliers from a dataset. %
It is useful in cases where the naive strategy employed by \python{wt.Channel.clip} is not
sufficient, and when preparing for fitting. %
+See \autoref{pro:fig:outlier} for an example of outlier detection. %
Currently \python{trim} only supports one statistical treatment: the z-test. %
Z-testing compares each pixel to its multidimensional neighborhood of pixels. %
@@ -902,8 +942,6 @@ neighborhood standard deviation) it is either masked, replaced with \python{np.n
with the neighborhood mean. %
All outliers are found before any outliers are modified, so the algorithm is not directional. %
-% TODO: z-test citation
-
\python{wt.Channel.trim} can easily be enhanced with other statistical methods as needed. %
\subsection{Smooth} % ----------------------------------------------------------------------------
@@ -922,13 +960,20 @@ can confidently smooth collected data in post to achieve clean results. %
This strategy is similar to that accomplished in time domain CMDS where a low-pass filter is
applied on the very high resolution raw data. %
+\begin{figure}
+ \includegraphics[width=0.8\textwidth]{"processing/outlier"}
+ \caption{
+ Outlier detection using a z-test.
+ }
+ \label{pro:fig:outlier}
+\end{figure}
+
% TODO: figure: example of smoothed data
-\clearpage
\section{Dimensionality manipulation} % ==========================================================
WrightTools offers several strategies for reducing the dimensionality of a data object. %
-Also consider using the fit sub-package. % TODO: more info, link to section
+Also consider using the fit sub-package described in \autoref{pro:sec:fit}. %
\subsection{Chop} \label{pro:sec:chop} % ---------------------------------------------------------
@@ -941,7 +986,7 @@ This dataset can be chopped to it's component 2D \python{('wm'', 'w1')} spectra.
>>> import WrightTools as wt; from WrightTools import datasets
>>> data = wt.data.from_PyCMDS(datasets.PyCMDS.wm_w2_w1_000)
data created at /tmp/lzyjg4au.wt5::/
- axes ('wm', 'w2', 'w1')
+ axes ('wm'', 'w2', 'w1')
shape (35, 11, 11)
>>> chopped = data.chop('wm', 'w1')
chopped data into 11 piece(s) in ('wm', 'w1'')
@@ -977,8 +1022,8 @@ chopped data into 1 piece(s) in ('wm', 'w1')
>>> chopped.w2.points
array([1580.0])
\end{codefragment}
-Note the [0]... % TODO
-This same syntax used in artists... % TODO
+% Note the [0]... % TODO
+% This same syntax used in artists... % TODO
\subsection{Collapse} % --------------------------------------------------------------------------
@@ -1016,8 +1061,9 @@ To do this, the variable and channel names must agree. %
\begin{figure}
\includegraphics[width=\textwidth]{"processing/join_example"}
- \caption[CAPTION TODO]{
- CAPTION TODO}
+ \caption{
+ Join example.
+ }
\label{pro:fig:join_example}
\end{figure}
@@ -1032,7 +1078,7 @@ Rather than attempt to visualize \python{w1, w2} at some specific value of \pyth
powerful to instead consider the parameters (amplitude, offset, and time constant) of an
exponential fit at each \python{w1, w2} coordinate. %
On a more practical note, this kind of slice-by-slice dimensionality reduction via fitting can
-greatly simplify automated instrumental calibration (see ...) % TODO: link to opa chapter
+greatly simplify automated instrumental calibration (see \autoref{cha:opa}). %
WrightTools employs some simple tricks to enable these kind of fit operations, described here. %
% TODO: consider inserting figures that demonstrate this story (need to use wt2?)
@@ -1043,22 +1089,16 @@ One challenge of slice-by-slice fitting is making a good intial guess to optimiz
It is not tractable to ask the user to provide a guess for each slice, so some kind of reasonable
automated guessing must be used. %
WrightTools ``function'' objects are self contained describers of a particular function. %
-As an example, consider the \python{wt.fit.Expontial} class...
-It has parameters...
-Fit...
-Evaluate...
-Guess...
-
-Can be used directly...
-
-[USERS CAN WRITE THEIR OWN FUNCTION OBJECTS]
+As an example, consider the \python{wt.fit.Expontial} class.
+It can be used directly, as shown in \autoref{pro:fig:fit_function}
\begin{figure}
\includegraphics[width=0.5\textwidth]{"processing/fit_function"}
\includepython{"processing/fit_function.py"}
- \caption[CAPTION TODO]{
- CAPTION TODO
+ \caption{
+ Fitting a Gaussian.
}
+ \label{pro:fig:fit_function}
\end{figure}
\subsection{Fitter} % ----------------------------------------------------------------------------
@@ -1117,13 +1157,11 @@ the fit parameters, in this case amplitude, tau, and offset. Accordingly, outs i
than the original data object. model contains the fit evaluated at each coordinate of the original
dataset—it’s really useful for inspecting the quality of your fit procedure.
-[ALSO GOOD FOR WORKUP OF TUNING DATA: SEE SECTION ...]
-
\begin{figure}
\includegraphics[width=0.4\textwidth]{"processing/fit_amplitude"}
\includegraphics[width=0.4\textwidth]{"processing/fit_tau"}
- \caption[CAPTION TODO]{
- CAPTION TODO
+ \caption{
+ Fitting as dimensionality reduction.
}
\label{pro:fig:fitted_movie}
\end{figure}
@@ -1197,12 +1235,12 @@ returned to again and again. %
Developers can collaborate together to edit the software by making incremental changes that are
easy to review. %
-WrightTools uses git \cite{git} for source control, and the package is hosted on GitHub
-\cite{GitHub, WrightToolsGitHub}. %
+WrightTools uses git for source control, and the package is hosted on GitHub
+\cite{GitHub}. %
As of 2018-04-08, WrightTools has 1,018 commits from seven developers, as shown in
\autoref{pro:tab:commits}. %
-In addition to simply hosting the git repo, GitHub gives us issue tracking and automated
-integration with zenodo. %
+In addition to simply hosting the git repository, GitHub gives us issue tracking, continuous
+integration, and Zenodo support. %
The WrightTools package has a developer controlled version as well, following the semantic
versioning convention \cite{SemanticVersioning}. %
@@ -1223,9 +1261,8 @@ These attributes can be accessed through python: \python{wt.__version__} and
Daniel Kohler & 3 & 113 & 29 \\ \hline
Rachel Swedin & 1 & 5,197 & 0 \\ \hline
\end{tabular}
- \caption[CAPTION TODO]{
+ \caption[Commits to WrightTools.]{
Commits to WrightTools by individual, ordered by number of commits.
- Wright Stuff is...
Note that datasets...
}
\label{pro:tab:commits}
@@ -1260,7 +1297,8 @@ of the tests and receive a report on what failed and why. %
If a future programmer unintentionally breaks \python{convert}, the above test will fail and alert
her to the unexpected side effect of her modification. %
-[PARAGRAPH ABOUT CONTINUOUS INTEGRATION]
+WrightTools uses continuous integration services to run unit tests every time a pull request is
+made on GitHub. %
\subsection{Distribution} \label{pro:sec:distribution} % ------------------------------------------
@@ -1272,8 +1310,7 @@ Luckily for us, distribution is fairly simple within the Python ecosystem. %
The same tools that are used to distribute hugely popular packages like numpy are also available
for anyone else, including WrightTools. %
-The Python Package Index (PyPI), affectionately known as the cheese shop, is the official third
-party software repository for Python. %
+The Python Package Index (PyPI) is the official third party software repository for Python. %
It is community maintained, and supported by the Python Software Foundation and The Python
Packaging Group. %
As of 2018-04-08 PyPI hosts 134,758 Python packages, all for free. %
@@ -1291,10 +1328,9 @@ Since the scientific Python ecosystem has so many non-Python binary dependencies
popular choice---especially on Windows where the necessary compilers are not typically
pre-installed. %
Unlike pip, conda is not tied to a single repository. %
-There is the official repository, maintained by Anaconda, the company that develops conda.
-[CITE] %
+There is the official repository, maintained by Anaconda, the company that develops conda. %
There is also the popular conda-forge repository, which is maintained by the community via
-GitHub. [CITE] %
+GitHub. %
WrightTools is on conda-forge: %
\begin{codefragment}{bash}
conda config --add channels conda-forge
@@ -1308,13 +1344,11 @@ using such a thing immediately. %
To this end, it is important to have easy to use, searchable documentation with end-users in
mind. %
-wright.tools
-
-Built and hosted by readthedocs
-
-Both master and development versions...
+I have built a website for WrightTools documentation at \href{http://wright.tools/}. %
+The documentation is built and hosted by Read the Docs. \cite{ReadTheDocs}. %
+Both master and development versions are built, so users of both can get documentation that is up
+to date for them. %
-% \clearpage
% \section{Future directions} % ====================================================================
% Single variable decomposition. %
diff --git a/processing/outlier.png b/processing/outlier.png
new file mode 100644
index 0000000..6e96ec7
--- /dev/null
+++ b/processing/outlier.png
Binary files differ
diff --git a/processing/outlier.py b/processing/outlier.py
new file mode 100644
index 0000000..520aa60
--- /dev/null
+++ b/processing/outlier.py
@@ -0,0 +1,50 @@
+### import ####################################################################
+
+
+import os
+
+import numpy as np
+
+import matplotlib.pyplot as plt
+
+import WrightTools as wt
+
+
+### define ####################################################################
+
+
+directory = os.path.dirname(__file__)
+google_drive_directory = wt.kit.get_path_matching('Google Drive')
+
+### workspace #################################################################
+
+
+# get data
+p = os.path.join(google_drive_directory, 'MX2', 'CMDS', '2017-01-15', '2017-01-18', '2', '000 [wm=w1, d1]', '000.data')
+d = wt.data.from_PyCMDS(p)
+d.convert('eV')
+
+# clean up axes
+d.axes[0].name = 'w1'
+d._update()
+d.transpose()
+d.flip('d1')
+
+# turn into DT/T
+d.divide(d, 'signal_diff', 'signal_mean')
+d.signal_diff.znull = 0
+d.signal_diff.signed = True
+
+# trim
+if True:
+ # higher factors are more permissive
+ d.trim('signal_diff', w1=6, d1=0, replace='nan', factor=3)
+ d.trim('signal_diff', w1=6, d1=0, replace='nan', factor=3)
+
+# heal
+if False:
+ d.heal('signal_diff')
+
+# plot
+a = wt.artists.mpl_2D(d)
+a.plot(contours=0)
diff --git a/processing/outliers.data b/processing/outliers.data
new file mode 100644
index 0000000..d052a00
--- /dev/null
+++ b/processing/outliers.data
@@ -0,0 +1,624 @@
+# PyCMDS version: '0.5.15.6f4971e'
+# system name: 'fs'
+# file created: '2017-01-13T15:48:57-06:00'
+# data name: 'PEDOT'
+# data info: ''
+# data origin: 'SCAN'
+# queue url: 'https://drive.google.com/open?id=0BzJTClorMBuwOVE2RmNPM1RFTlk'
+# acquisition url: 'https://drive.google.com/open?id=0BzJTClorMBuwWlJMQmY5R2ZJNDQ'
+# scan url: 'https://drive.google.com/open?id=0BzJTClorMBuwam15VUY5VENKcWc'
+# axis names: ['d1']
+# axis identities: ['d1']
+# axis units: ['ps']
+# axis interpolate: [False]
+# d1 points: [-1. -0.99 -0.98 -0.97 -0.96 -0.95 -0.94 -0.93 -0.92 -0.91 -0.9 -0.89 -0.88 -0.87 -0.86 -0.85 -0.84 -0.83 -0.82 -0.81 -0.8 -0.79 -0.78 -0.77 -0.76 -0.75 -0.74 -0.73 -0.72 -0.71 -0.7 -0.69 -0.68 -0.67 -0.66 -0.65 -0.64 -0.63 -0.62 -0.61 -0.6 -0.59 -0.58 -0.57 -0.56 -0.55 -0.54 -0.53 -0.52 -0.51 -0.5 -0.49 -0.48 -0.47 -0.46 -0.45 -0.44 -0.43 -0.42 -0.41 -0.4 -0.39 -0.38 -0.37 -0.36 -0.35 -0.34 -0.33 -0.32 -0.31 -0.3 -0.29 -0.28 -0.27 -0.26 -0.25 -0.24 -0.23 -0.22 -0.21 -0.2 -0.19 -0.18 -0.17 -0.16 -0.15 -0.14 -0.13 -0.12 -0.11 -0.1 -0.09 -0.08 -0.07 -0.06 -0.05 -0.04 -0.03 -0.02 -0.01 0. 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.2 0.21 0.22 0.23 0.24 0.25 0.26 0.27 0.28 0.29 0.3 0.31 0.32 0.33 0.34 0.35 0.36 0.37 0.38 0.39 0.4 0.41 0.42 0.43 0.44 0.45 0.46 0.47 0.48 0.49 0.5 0.51 0.52 0.53 0.54 0.55 0.56 0.57 0.58 0.59 0.6 0.61 0.62 0.63 0.64 0.65 0.66 0.67 0.68 0.69 0.7 0.71 0.72 0.73 0.74 0.75 0.76 0.77 0.78 0.79 0.8 0.81 0.82 0.83 0.84 0.85 0.86 0.87 0.88 0.89 0.9 0.91 0.92 0.93 0.94 0.95 0.96 0.97 0.98 0.99 1. 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.2 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.3 1.31 1.32 1.33 1.34 1.35 1.36 1.37 1.38 1.39 1.4 1.41 1.42 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.5 1.51 1.52 1.53 1.54 1.55 1.56 1.57 1.58 1.59 1.6 1.61 1.62 1.63 1.64 1.65 1.66 1.67 1.68 1.69 1.7 1.71 1.72 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.91 1.92 1.93 1.94 1.95 1.96 1.97 1.98 1.99 2. 2.01 2.02 2.03 2.04 2.05 2.06 2.07 2.08 2.09 2.1 2.11 2.12 2.13 2.14 2.15 2.16 2.17 2.18 2.19 2.2 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.3 2.31 2.32 2.33 2.34 2.35 2.36 2.37 2.38 2.39 2.4 2.41 2.42 2.43 2.44 2.45 2.46 2.47 2.48 2.49 2.5 2.51 2.52 2.53 2.54 2.55 2.56 2.57 2.58 2.59 2.6 2.61 2.62 2.63 2.64 2.65 2.66 2.67 2.68 2.69 2.7 2.71 2.72 2.73 2.74 2.75 2.76 2.77 2.78 2.79 2.8 2.81 2.82 2.83 2.84 2.85 2.86 2.87 2.88 2.89 2.9 2.91 2.92 2.93 2.94 2.95 2.96 2.97 2.98 2.99 3. 3.01 3.02 3.03 3.04 3.05 3.06 3.07 3.08 3.09 3.1 3.11 3.12 3.13 3.14 3.15 3.16 3.17 3.18 3.19 3.2 3.21 3.22 3.23 3.24 3.25 3.26 3.27 3.28 3.29 3.3 3.31 3.32 3.33 3.34 3.35 3.36 3.37 3.38 3.39 3.4 3.41 3.42 3.43 3.44 3.45 3.46 3.47 3.48 3.49 3.5 3.51 3.52 3.53 3.54 3.55 3.56 3.57 3.58 3.59 3.6 3.61 3.62 3.63 3.64 3.65 3.66 3.67 3.68 3.69 3.7 3.71 3.72 3.73 3.74 3.75 3.76 3.77 3.78 3.79 3.8 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.9 3.91 3.92 3.93 3.94 3.95 3.96 3.97 3.98 3.99 4. 4.01 4.02 4.03 4.04 4.05 4.06 4.07 4.08 4.09 4.1 4.11 4.12 4.13 4.14 4.15 4.16 4.17 4.18 4.19 4.2 4.21 4.22 4.23 4.24 4.25 4.26 4.27 4.28 4.29 4.3 4.31 4.32 4.33 4.34 4.35 4.36 4.37 4.38 4.39 4.4 4.41 4.42 4.43 4.44 4.45 4.46 4.47 4.48 4.49 4.5 4.51 4.52 4.53 4.54 4.55 4.56 4.57 4.58 4.59 4.6 4.61 4.62 4.63 4.64 4.65 4.66 4.67 4.68 4.69 4.7 4.71 4.72 4.73 4.74 4.75 4.76 4.77 4.78 4.79 4.8 4.81 4.82 4.83 4.84 4.85 4.86 4.87 4.88 4.89 4.9 4.91 4.92 4.93 4.94 4.95 4.96 4.97 4.98 4.99 5. ]
+# constant names: []
+# constant identities: []
+# channel signed: [False False]
+# NI 6251 shots: 3000.0
+# kind: [None None 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'hardware' 'channel' 'channel']
+# tolerance: [None 0.01 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 None None]
+# label: ['' 'lab' '1' 'Crystal_1' 'Delay_1' 'Crystal_2' 'Delay_2' 'Mixer_1' 'Mixer_2' 'Mixer_3' '2' 'Crystal_1' 'Delay_1' 'Crystal_2' 'Delay_2' 'Mixer_1' 'Mixer_2' 'Mixer_3' 'm' '21' '21' '21' '22\'' '22\'' '22\'' '21' '21' '21' '0' '0' '0' '0' '0' '0' '' '']
+# units: [None 's' 'nm' None None None None None None None 'nm' None None None None None None None 'nm' 'ps' 'mm' 'mm' 'fs' 'mm' 'mm' 'fs' 'mm' 'mm' 'OD' 'deg' 'deg' 'OD' 'deg' 'deg' 'V' 'V']
+# name: ['d1_index' 'time' 'w1' 'w1_Crystal_1' 'w1_Delay_1' 'w1_Crystal_2' 'w1_Delay_2' 'w1_Mixer_1' 'w1_Mixer_2' 'w1_Mixer_3' 'w2' 'w2_Crystal_1' 'w2_Delay_1' 'w2_Crystal_2' 'w2_Delay_2' 'w2_Mixer_1' 'w2_Mixer_2' 'w2_Mixer_3' 'wm' 'd0' 'd0_position' 'd0_zero' 'd1' 'd1_position' 'd1_zero' 'd2' 'd2_position' 'd2_zero' 'nd1' 'nd1_position' 'nd1_home' 'nd2' 'nd2_position' 'nd2_home' 'signal_diff' 'signal_mean']
+0.000000 1484344141.533000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -1000.142056 19.837010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000781 1.558123
+1.000000 1484344145.032000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -989.640882 19.838760 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001977 1.528738
+2.000000 1484344148.507000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -979.619761 19.840430 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000462 1.514524
+3.000000 1484344152.259000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -969.898673 19.842050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000471 1.562892
+4.000000 1484344155.686000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -959.757539 19.843740 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000293 1.573652
+5.000000 1484344159.082000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -949.916438 19.845380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000991 1.578171
+6.000000 1484344162.512000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -939.595283 19.847100 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000416 1.542350
+7.000000 1484344166.003000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -929.394142 19.848800 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000420 1.497681
+8.000000 1484344169.421000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -919.853075 19.850390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004564 1.526523
+9.000000 1484344172.843000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -909.891960 19.852050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001325 1.559860
+10.000000 1484344176.296000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -899.870839 19.853720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003068 1.560093
+11.000000 1484344179.667000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -889.789712 19.855400 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001189 1.551451
+12.000000 1484344183.087000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -879.708584 19.857080 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001387 1.548940
+13.000000 1484344186.436000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -869.747470 19.858740 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001740 1.510552
+14.000000 1484344189.821000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -859.846362 19.860390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003657 1.512683
+15.000000 1484344193.188000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -849.765234 19.862070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001710 1.558179
+16.000000 1484344196.526000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -839.744113 19.863740 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001226 1.576490
+17.000000 1484344199.844000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -829.602979 19.865430 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000698 1.615434
+18.000000 1484344203.148000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -819.701871 19.867080 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004321 1.584717
+19.000000 1484344206.505000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -809.620743 19.868760 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000242 1.539278
+20.000000 1484344209.836000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -799.419602 19.870460 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005500 1.543371
+21.000000 1484344213.172000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -789.758521 19.872070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001709 1.553834
+22.000000 1484344216.505000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -779.857414 19.873720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000334 1.571020
+23.000000 1484344219.838000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -769.896299 19.875380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002795 1.538247
+24.000000 1484344223.164000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -759.815172 19.877060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.006261 1.535438
+25.000000 1484344226.577000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -749.914064 19.878710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.015344 1.545796
+26.000000 1484344229.993000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -739.832936 19.880390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002744 1.534561
+27.000000 1484344233.344000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -729.871822 19.882050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.007503 1.561909
+28.000000 1484344236.817000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -719.850701 19.883720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002606 1.570855
+29.000000 1484344240.340000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -709.769573 19.885400 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000900 1.551596
+30.000000 1484344243.750000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -699.808459 19.887060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001618 1.494015
+31.000000 1484344247.102000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -689.907351 19.888710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000063 1.596045
+32.000000 1484344250.512000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -679.706210 19.890410 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002225 1.559476
+33.000000 1484344253.860000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -669.745096 19.892070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000817 1.524815
+34.000000 1484344257.164000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -659.964002 19.893700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000994 1.541234
+35.000000 1484344260.519000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -649.882874 19.895380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000375 1.563159
+36.000000 1484344263.848000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -639.801746 19.897060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000766 1.574992
+37.000000 1484344267.184000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -629.660612 19.898750 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000172 1.565497
+38.000000 1484344270.563000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -619.699497 19.900410 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000165 1.567465
+39.000000 1484344273.935000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -609.858396 19.902050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001599 1.553571
+40.000000 1484344277.318000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -599.717262 19.903740 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000013 1.550839
+41.000000 1484344280.632000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -589.756148 19.905400 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000223 1.550633
+42.000000 1484344284.013000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -579.975053 19.907030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001450 1.543271
+43.000000 1484344287.336000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -569.773912 19.908730 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000804 1.554933
+44.000000 1484344290.718000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -559.512764 19.910440 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000347 1.548874
+45.000000 1484344294.118000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -549.731670 19.912070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000794 1.518106
+46.000000 1484344297.502000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -539.950576 19.913700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000334 1.537059
+47.000000 1484344300.891000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -529.749435 19.915400 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000146 1.531497
+48.000000 1484344304.219000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -519.848327 19.917050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001328 1.529202
+49.000000 1484344307.612000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -509.767199 19.918730 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000377 1.563700
+50.000000 1484344311.042000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -499.686072 19.920410 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001733 1.530763
+51.000000 1484344314.512000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -489.784964 19.922060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001029 1.518038
+52.000000 1484344317.968000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -479.823850 19.923720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000978 1.522354
+53.000000 1484344321.414000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -469.862735 19.925380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001783 1.501737
+54.000000 1484344324.802000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -459.781608 19.927060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000325 1.536203
+55.000000 1484344328.126000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -449.640473 19.928750 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000509 1.536915
+56.000000 1484344331.462000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -439.799372 19.930390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000591 1.508268
+57.000000 1484344334.788000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -429.718244 19.932070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001416 1.551030
+58.000000 1484344338.128000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -419.817137 19.933720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000357 1.549246
+59.000000 1484344341.451000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -409.736009 19.935400 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001064 1.567940
+60.000000 1484344344.774000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -399.834901 19.937050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003777 1.579992
+61.000000 1484344348.112000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -389.873787 19.938710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001648 1.506962
+62.000000 1484344351.420000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -379.912673 19.940370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000586 1.534419
+63.000000 1484344354.730000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -369.771538 19.942060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003845 1.571093
+64.000000 1484344358.070000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -359.810424 19.943720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000187 1.564137
+65.000000 1484344361.409000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -349.849310 19.945380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001048 1.525744
+66.000000 1484344364.729000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -339.948202 19.947030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001798 1.524351
+67.000000 1484344368.053000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -329.747061 19.948730 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.008755 1.546465
+68.000000 1484344371.365000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -319.485913 19.950440 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000287 1.521973
+69.000000 1484344374.700000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -309.764826 19.952060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000151 1.518174
+70.000000 1484344378.047000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -299.803711 19.953720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000441 1.562385
+71.000000 1484344381.362000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -289.842597 19.955380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001263 1.555522
+72.000000 1484344384.670000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -279.761469 19.957060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000788 1.505471
+73.000000 1484344388.009000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -269.740348 19.958730 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000353 1.551043
+74.000000 1484344391.349000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -259.779234 19.960390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001126 1.488254
+75.000000 1484344394.715000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -249.758113 19.962060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001760 1.548980
+76.000000 1484344398.030000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -239.796998 19.963720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001929 1.573105
+77.000000 1484344401.340000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -229.835884 19.965380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000618 1.545882
+78.000000 1484344404.669000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -219.814763 19.967050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001565 1.499280
+79.000000 1484344407.993000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -209.973662 19.968690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000859 1.521022
+80.000000 1484344411.292000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -199.892534 19.970370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000671 1.516443
+81.000000 1484344414.617000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -189.751400 19.972060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000507 1.529758
+82.000000 1484344417.973000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -179.550259 19.973760 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000558 1.529131
+83.000000 1484344421.289000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -169.829171 19.975380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000282 1.523012
+84.000000 1484344424.656000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -159.748043 19.977060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000413 1.540543
+85.000000 1484344427.972000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -149.726922 19.978730 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000154 1.510476
+86.000000 1484344431.328000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -139.645795 19.980410 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000451 1.491175
+87.000000 1484344434.645000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -129.744687 19.982060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000178 1.505623
+88.000000 1484344438.016000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -119.783573 19.983720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000316 1.511310
+89.000000 1484344441.335000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -109.702445 19.985400 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001314 1.505794
+90.000000 1484344444.702000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -99.801337 19.987050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000329 1.529137
+91.000000 1484344448.015000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -89.600196 19.988750 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004209 1.562304
+92.000000 1484344451.338000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -79.759095 19.990390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.007444 1.549863
+93.000000 1484344454.687000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -69.677968 19.992070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.009730 1.550055
+94.000000 1484344458.061000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -59.536833 19.993760 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.010672 1.555219
+95.000000 1484344461.371000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -49.695732 19.995400 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.010419 1.530081
+96.000000 1484344464.689000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -39.674611 19.997070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.010290 1.513527
+97.000000 1484344468.010000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -29.713497 19.998730 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.004557 1.484646
+98.000000 1484344471.302000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -19.512356 20.000430 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.022267 1.497803
+99.000000 1484344474.625000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 -9.671255 20.002070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.040056 1.514654
+100.000000 1484344477.936000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 0.229853 20.003720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.054616 1.529091
+101.000000 1484344481.263000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 10.430994 20.005420 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.063767 1.489551
+102.000000 1484344484.606000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 20.512122 20.007100 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.074380 1.533566
+103.000000 1484344487.960000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 30.473236 20.008760 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.072452 1.508253
+104.000000 1484344491.278000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 40.794391 20.010480 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.067453 1.526316
+105.000000 1484344494.607000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 50.575485 20.012110 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.059026 1.520704
+106.000000 1484344497.954000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 60.656613 20.013790 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.048548 1.531682
+107.000000 1484344501.266000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 70.617727 20.015450 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.036906 1.521536
+108.000000 1484344504.597000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 80.518835 20.017100 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.025896 1.503507
+109.000000 1484344507.914000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 90.299929 20.018730 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.019489 1.540127
+110.000000 1484344511.242000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 100.261043 20.020390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.016243 1.513043
+111.000000 1484344514.560000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 110.342171 20.022070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.012434 1.534527
+112.000000 1484344517.878000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 120.243279 20.023720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.009066 1.521784
+113.000000 1484344521.190000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 130.204393 20.025380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.008445 1.519367
+114.000000 1484344524.549000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 140.345527 20.027070 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.006586 1.542052
+115.000000 1484344527.897000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 150.426655 20.028750 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.005675 1.529302
+116.000000 1484344531.208000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 160.267756 20.030390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.004417 1.545887
+117.000000 1484344534.569000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 170.168864 20.032040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.004503 1.517968
+118.000000 1484344537.883000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 180.129978 20.033700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.006710 1.517120
+119.000000 1484344541.211000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 190.211106 20.035380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.006253 1.481271
+120.000000 1484344544.534000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 200.232227 20.037050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.006891 1.513804
+121.000000 1484344547.853000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 210.193341 20.038710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.005933 1.524117
+122.000000 1484344551.176000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 220.274469 20.040390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.006333 1.549929
+123.000000 1484344554.490000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 230.295590 20.042060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.005387 1.517421
+124.000000 1484344557.809000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 240.256704 20.043720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003671 1.509173
+125.000000 1484344561.133000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 250.217819 20.045380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.006356 1.486732
+126.000000 1484344564.472000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 260.238940 20.047050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.004477 1.531625
+127.000000 1484344567.797000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 270.080040 20.048690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001025 1.499037
+128.000000 1484344571.109000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 280.281182 20.050390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.004860 1.524200
+129.000000 1484344574.431000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 290.182289 20.052040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.005155 1.552349
+130.000000 1484344577.742000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 300.263417 20.053720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003643 1.529259
+131.000000 1484344581.061000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 310.464558 20.055420 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.005160 1.543416
+132.000000 1484344584.418000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 320.245652 20.057050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.005010 1.528094
+133.000000 1484344587.746000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 330.206767 20.058710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003791 1.510057
+134.000000 1484344591.057000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 340.287894 20.060390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003802 1.517066
+135.000000 1484344594.378000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 350.189002 20.062040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.004325 1.575392
+136.000000 1484344597.720000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 360.150116 20.063700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003944 1.500380
+137.000000 1484344601.051000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 370.231244 20.065380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002570 1.507218
+138.000000 1484344604.443000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 380.252365 20.067050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003574 1.510450
+139.000000 1484344607.765000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 390.093466 20.068690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003799 1.548856
+140.000000 1484344611.098000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 400.234601 20.070380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002413 1.526696
+141.000000 1484344614.424000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 410.195715 20.072040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.006571 1.488860
+142.000000 1484344617.722000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 420.396856 20.073740 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002275 1.518995
+143.000000 1484344621.058000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 430.297964 20.075390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002271 1.523029
+144.000000 1484344624.418000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 440.139065 20.077030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002257 1.543158
+145.000000 1484344627.749000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 450.220192 20.078710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000225 1.513492
+146.000000 1484344631.067000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 460.241313 20.080380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001064 1.477269
+147.000000 1484344634.410000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 470.202428 20.082040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002306 1.554380
+148.000000 1484344637.726000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 480.103535 20.083690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000286 1.551934
+149.000000 1484344641.041000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 490.184663 20.085370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000739 1.529607
+150.000000 1484344644.419000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 500.145777 20.087030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001547 1.534889
+151.000000 1484344647.745000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 510.106892 20.088690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001456 1.509346
+152.000000 1484344651.057000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 520.128013 20.090360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000052 1.517848
+153.000000 1484344654.442000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 529.969114 20.092000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000518 1.507422
+154.000000 1484344657.762000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 540.290268 20.093720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001273 1.521695
+155.000000 1484344661.078000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 550.491409 20.095420 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000500 1.516882
+156.000000 1484344664.406000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 560.272504 20.097050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000553 1.508344
+157.000000 1484344667.727000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 570.173611 20.098700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002107 1.495715
+158.000000 1484344671.070000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 580.254739 20.100380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000777 1.533778
+159.000000 1484344674.440000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 590.335867 20.102060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001088 1.512559
+160.000000 1484344677.785000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 600.296981 20.103720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000547 1.514283
+161.000000 1484344681.106000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 610.318102 20.105390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000629 1.539109
+162.000000 1484344684.449000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 620.279216 20.107050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003172 1.520208
+163.000000 1484344687.777000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 630.240331 20.108710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000068 1.545485
+164.000000 1484344691.100000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 640.021425 20.110340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003468 1.492294
+165.000000 1484344694.438000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 650.102553 20.112020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002186 1.489536
+166.000000 1484344697.782000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 660.123674 20.113690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002469 1.526388
+167.000000 1484344701.109000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 670.324815 20.115390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002932 1.509442
+168.000000 1484344704.432000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 680.285929 20.117050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000354 1.511936
+169.000000 1484344707.751000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 690.247044 20.118710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001311 1.523954
+170.000000 1484344711.075000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 700.148151 20.120360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000426 1.514980
+171.000000 1484344714.442000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 710.109266 20.122020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000357 1.498869
+172.000000 1484344717.867000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 720.310407 20.123720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000187 1.528916
+173.000000 1484344721.251000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 730.331528 20.125390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002815 1.497843
+174.000000 1484344724.562000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 740.292642 20.127050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002346 1.448247
+175.000000 1484344727.890000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 750.193750 20.128700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002466 1.480222
+176.000000 1484344731.280000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 760.154864 20.130360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001471 1.521116
+177.000000 1484344734.634000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 770.235992 20.132040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002904 1.493370
+178.000000 1484344738.010000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 780.197106 20.133700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000421 1.522997
+179.000000 1484344741.349000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 790.338241 20.135390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000216 1.535360
+180.000000 1484344744.655000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 800.299355 20.137050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000712 1.525174
+181.000000 1484344747.986000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 810.620510 20.138770 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.007070 1.538708
+182.000000 1484344751.307000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 820.281590 20.140380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001486 1.511354
+183.000000 1484344754.638000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 830.122691 20.142020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000751 1.476719
+184.000000 1484344757.962000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 840.203819 20.143700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004410 1.485613
+185.000000 1484344761.301000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 850.224940 20.145370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000102 1.501906
+186.000000 1484344764.614000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 860.306068 20.147050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000254 1.494577
+187.000000 1484344767.985000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 870.267182 20.148710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001618 1.500483
+188.000000 1484344771.301000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 880.168290 20.150360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001439 1.496947
+189.000000 1484344774.622000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 890.249417 20.152040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000118 1.512364
+190.000000 1484344777.933000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 900.150525 20.153690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001169 1.522196
+191.000000 1484344781.251000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 910.231653 20.155370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000920 1.527588
+192.000000 1484344784.572000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 920.192767 20.157030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000538 1.512465
+193.000000 1484344787.944000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 930.273895 20.158710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003382 1.525414
+194.000000 1484344791.281000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 940.595050 20.160430 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004558 1.546493
+195.000000 1484344794.636000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 950.256130 20.162040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001059 1.515771
+196.000000 1484344797.966000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 960.277251 20.163710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000324 1.498858
+197.000000 1484344801.287000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 970.238366 20.165370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000491 1.508841
+198.000000 1484344804.607000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 980.079467 20.167010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000837 1.496779
+199.000000 1484344807.951000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 990.280608 20.168710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000962 1.523155
+200.000000 1484344811.288000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1000.181715 20.170360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000528 1.517329
+201.000000 1484344814.607000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1010.142830 20.172020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001330 1.496115
+202.000000 1484344817.931000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1020.163951 20.173690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000167 1.505272
+203.000000 1484344821.268000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1030.005052 20.175330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000427 1.511458
+204.000000 1484344824.634000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1040.326206 20.177050 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000798 1.525409
+205.000000 1484344827.997000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1050.227314 20.178700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000352 1.492601
+206.000000 1484344831.331000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1060.308442 20.180380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000656 1.537742
+207.000000 1484344834.686000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1070.389569 20.182060 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000402 1.506595
+208.000000 1484344838.015000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1080.170664 20.183690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001460 1.503609
+209.000000 1484344841.340000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1090.131778 20.185350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000182 1.488280
+210.000000 1484344844.638000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1100.212906 20.187030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001438 1.506488
+211.000000 1484344847.962000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1110.114013 20.188680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000970 1.487497
+212.000000 1484344851.275000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1120.195141 20.190360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000511 1.545399
+213.000000 1484344854.632000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1130.156255 20.192020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000593 1.533089
+214.000000 1484344857.952000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1140.177376 20.193690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001299 1.523031
+215.000000 1484344861.360000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1150.138491 20.195350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001524 1.515061
+216.000000 1484344864.686000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1159.919585 20.196980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000339 1.539413
+217.000000 1484344868.013000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1170.300746 20.198710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002198 1.535085
+218.000000 1484344871.334000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1180.501887 20.200410 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000630 1.532489
+219.000000 1484344874.650000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1190.282982 20.202040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000037 1.535414
+220.000000 1484344877.984000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1200.184089 20.203690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001199 1.523441
+221.000000 1484344881.324000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1210.265217 20.205370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002172 1.487587
+222.000000 1484344884.647000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1220.166325 20.207020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000828 1.561911
+223.000000 1484344887.964000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1230.247452 20.208700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001313 1.499771
+224.000000 1484344891.298000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1240.208567 20.210360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001381 1.506821
+225.000000 1484344894.631000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1250.169681 20.212020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000173 1.509751
+226.000000 1484344897.961000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1260.070789 20.213670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001089 1.500614
+227.000000 1484344901.285000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1270.151916 20.215350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000713 1.501736
+228.000000 1484344904.623000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1280.173037 20.217020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001179 1.545253
+229.000000 1484344907.965000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1290.254165 20.218700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000394 1.536160
+230.000000 1484344911.301000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1300.095266 20.220340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001455 1.529594
+231.000000 1484344914.622000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1310.296407 20.222040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000860 1.501452
+232.000000 1484344917.939000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1320.317528 20.223710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000775 1.516340
+233.000000 1484344921.265000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1330.158629 20.225350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000860 1.532613
+234.000000 1484344924.584000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1340.179750 20.227020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000151 1.524325
+235.000000 1484344927.990000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1350.260878 20.228700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001780 1.487091
+236.000000 1484344931.310000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1360.101979 20.230340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001254 1.567489
+237.000000 1484344934.634000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1370.183107 20.232020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002462 1.528045
+238.000000 1484344937.994000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1380.204228 20.233690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000586 1.520117
+239.000000 1484344941.324000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1390.165342 20.235350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000738 1.521740
+240.000000 1484344944.639000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1400.066450 20.237000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002206 1.507342
+241.000000 1484344947.984000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1410.387604 20.238720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001666 1.533860
+242.000000 1484344951.362000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1420.648752 20.240430 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001130 1.527605
+243.000000 1484344954.691000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1430.309833 20.242040 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000299 1.563460
+244.000000 1484344958.039000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1440.210940 20.243690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001129 1.514591
+245.000000 1484344961.393000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1450.172055 20.245350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000327 1.501150
+246.000000 1484344964.705000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1460.193176 20.247020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001256 1.524213
+247.000000 1484344968.026000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1470.154290 20.248680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001131 1.524502
+248.000000 1484344971.339000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1480.115404 20.250340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000714 1.527020
+249.000000 1484344974.685000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1490.136526 20.252010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001377 1.494512
+250.000000 1484344978.014000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1500.217653 20.253690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000337 1.479833
+251.000000 1484344981.329000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1510.058754 20.255330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002845 1.492510
+252.000000 1484344984.725000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1520.199889 20.257020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001332 1.517422
+253.000000 1484344988.138000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1530.040990 20.258660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002082 1.541432
+254.000000 1484344991.459000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1540.122117 20.260340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001365 1.547435
+255.000000 1484344994.842000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1550.143238 20.262010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001322 1.554250
+256.000000 1484344998.246000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1560.344380 20.263710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001269 1.492139
+257.000000 1484345001.586000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1570.305494 20.265370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001531 1.512392
+258.000000 1484345004.910000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1580.266608 20.267030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000667 1.496214
+259.000000 1484345008.233000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1590.167716 20.268680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000446 1.536706
+260.000000 1484345011.552000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1600.128830 20.270340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001166 1.455778
+261.000000 1484345014.863000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1610.149951 20.272010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000998 1.508656
+262.000000 1484345018.201000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1620.231079 20.273690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002226 1.524662
+263.000000 1484345021.520000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1630.192193 20.275350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002456 1.512261
+264.000000 1484345024.836000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1640.213314 20.277020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005340 1.498076
+265.000000 1484345028.155000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1650.294442 20.278700 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000025 1.514366
+266.000000 1484345031.489000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1660.135543 20.280340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001529 1.510890
+267.000000 1484345034.809000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1670.276677 20.282030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001761 1.542527
+268.000000 1484345038.147000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1680.237792 20.283690 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000354 1.522552
+269.000000 1484345041.483000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1690.138899 20.285340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000227 1.491023
+270.000000 1484345044.806000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1700.220027 20.287020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003888 1.525210
+271.000000 1484345048.129000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1710.181141 20.288680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001935 1.506303
+272.000000 1484345051.457000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1720.262269 20.290360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002139 1.477339
+273.000000 1484345054.795000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1730.043363 20.291990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001811 1.526067
+274.000000 1484345058.114000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1740.124491 20.293670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001518 1.471451
+275.000000 1484345061.463000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1750.205619 20.295350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002177 1.517267
+276.000000 1484345064.834000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1760.286747 20.297030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001755 1.482166
+277.000000 1484345068.240000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1770.067841 20.298660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000470 1.505771
+278.000000 1484345071.578000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1780.148969 20.300340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001726 1.512180
+279.000000 1484345074.932000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1790.170090 20.302010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001447 1.493369
+280.000000 1484345078.294000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1800.131204 20.303670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001710 1.527716
+281.000000 1484345081.624000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1810.452359 20.305390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002033 1.523469
+282.000000 1484345084.942000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1820.293459 20.307030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001005 1.523968
+283.000000 1484345088.270000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1830.194567 20.308680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001803 1.531477
+284.000000 1484345091.635000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1840.275695 20.310360 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001803 1.477149
+285.000000 1484345094.963000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1850.176802 20.312010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002047 1.521122
+286.000000 1484345098.284000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1860.137917 20.313670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001800 1.506021
+287.000000 1484345101.601000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1870.219045 20.315350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.012018 1.519118
+288.000000 1484345104.921000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1880.240166 20.317020 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.013967 1.519210
+289.000000 1484345108.251000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1890.201280 20.318680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001972 1.530385
+290.000000 1484345111.573000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1900.102387 20.320330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001931 1.501701
+291.000000 1484345114.922000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1910.303529 20.322030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002848 1.506337
+292.000000 1484345118.241000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1920.144630 20.323670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001889 1.498254
+293.000000 1484345121.595000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1930.225757 20.325350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001756 1.502367
+294.000000 1484345124.970000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1940.126865 20.327000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002626 1.501269
+295.000000 1484345128.288000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1950.207993 20.328680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000550 1.510127
+296.000000 1484345131.634000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1960.169107 20.330340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000266 1.483052
+297.000000 1484345135.037000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1970.190228 20.332010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001617 1.521509
+298.000000 1484345138.372000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1980.151342 20.333670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000192 1.521108
+299.000000 1484345141.699000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 1990.172463 20.335340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002346 1.533948
+300.000000 1484345145.028000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2000.133578 20.337000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000995 1.551451
+301.000000 1484345148.386000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2010.034685 20.338650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002179 1.505174
+302.000000 1484345151.700000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2020.235827 20.340350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002244 1.543448
+303.000000 1484345155.031000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2029.956914 20.341970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002393 1.562167
+304.000000 1484345158.434000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2040.158055 20.343670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001031 1.548463
+305.000000 1484345161.806000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2050.359196 20.345370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002898 1.538996
+306.000000 1484345165.221000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2060.140291 20.347000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001898 1.531534
+307.000000 1484345168.622000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2070.041398 20.348650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000771 1.519090
+308.000000 1484345172.009000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2080.242539 20.350350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001490 1.527575
+309.000000 1484345175.511000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2090.203654 20.352010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001360 1.509744
+310.000000 1484345178.929000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2100.164768 20.353670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001673 1.516849
+311.000000 1484345182.372000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2110.065876 20.355320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004538 1.518814
+312.000000 1484345185.803000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2120.147003 20.357000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005651 1.541730
+313.000000 1484345189.238000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2130.228131 20.358680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002323 1.534577
+314.000000 1484345192.613000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2140.129239 20.360330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004944 1.516503
+315.000000 1484345196.058000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2150.330380 20.362030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001181 1.517397
+316.000000 1484345199.472000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2160.411508 20.363710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003143 1.498020
+317.000000 1484345202.843000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2170.192602 20.365340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000647 1.542045
+318.000000 1484345206.319000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2180.153716 20.367000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003690 1.547624
+319.000000 1484345209.744000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2190.114831 20.368660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005168 1.490743
+320.000000 1484345213.141000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2200.135952 20.370330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.008182 1.509622
+321.000000 1484345216.649000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2210.217079 20.372010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004421 1.505427
+322.000000 1484345220.072000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2220.178194 20.373670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005193 1.497514
+323.000000 1484345223.521000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2230.199315 20.375340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001143 1.565584
+324.000000 1484345226.884000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2240.160429 20.377000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001868 1.539780
+325.000000 1484345230.332000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2250.121543 20.378660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000896 1.515263
+326.000000 1484345233.737000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2260.142664 20.380330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002643 1.483439
+327.000000 1484345237.109000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2269.923759 20.381960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005137 1.486773
+328.000000 1484345240.547000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2280.424933 20.383710 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001002 1.538756
+329.000000 1484345243.987000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2290.626075 20.385410 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000712 1.510019
+330.000000 1484345247.425000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2300.167142 20.387000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003846 1.487887
+331.000000 1484345250.878000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2310.248270 20.388680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003154 1.474605
+332.000000 1484345254.311000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2320.269391 20.390350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000958 1.547103
+333.000000 1484345257.737000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2330.350518 20.392030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002202 1.538554
+334.000000 1484345261.294000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2340.131613 20.393660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001390 1.511946
+335.000000 1484345264.721000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2350.272747 20.395350 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001390 1.531134
+336.000000 1484345268.086000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2360.173855 20.397000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003903 1.485950
+337.000000 1484345271.536000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2370.134969 20.398660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002165 1.501295
+338.000000 1484345274.904000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2379.916063 20.400290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001347 1.538953
+339.000000 1484345278.357000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2390.237218 20.402010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003435 1.515576
+340.000000 1484345281.785000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2400.018312 20.403640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001519 1.534848
+341.000000 1484345285.161000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2410.219453 20.405340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001408 1.521098
+342.000000 1484345288.575000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2420.060554 20.406980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002810 1.526147
+343.000000 1484345292.033000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2430.261695 20.408680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002226 1.535237
+344.000000 1484345295.520000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2440.042789 20.410310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001964 1.539297
+345.000000 1484345298.977000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2450.243931 20.412010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001173 1.501242
+346.000000 1484345302.393000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2460.145038 20.413660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000784 1.503756
+347.000000 1484345305.818000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2470.226166 20.415340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.002525 1.510920
+348.000000 1484345309.178000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2480.187280 20.417000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003851 1.467034
+349.000000 1484345312.611000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2490.268408 20.418680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002794 1.472515
+350.000000 1484345316.035000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2500.169516 20.420330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001562 1.507985
+351.000000 1484345319.579000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2510.010617 20.421970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000774 1.498494
+352.000000 1484345322.976000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2520.151751 20.423660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002679 1.512371
+353.000000 1484345326.376000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2530.232879 20.425340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003277 1.525597
+354.000000 1484345329.745000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2540.193993 20.427000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002338 1.517722
+355.000000 1484345333.177000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2550.095101 20.428650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000525 1.545411
+356.000000 1484345336.655000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2560.176228 20.430330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000828 1.554892
+357.000000 1484345340.118000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2570.137343 20.431990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001051 1.502100
+358.000000 1484345343.554000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2580.158464 20.433660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001400 1.491081
+359.000000 1484345347.082000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2590.119578 20.435320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002141 1.516204
+360.000000 1484345350.553000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2600.080693 20.436980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003303 1.492639
+361.000000 1484345354.013000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2610.221827 20.438670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001836 1.505602
+362.000000 1484345357.435000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2620.182941 20.440330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000304 1.525824
+363.000000 1484345360.892000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2630.144056 20.441990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000274 1.512349
+364.000000 1484345364.353000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2640.045163 20.443640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002003 1.541757
+365.000000 1484345367.732000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2650.006278 20.445300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001017 1.532834
+366.000000 1484345371.136000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2660.207419 20.447000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002257 1.519715
+367.000000 1484345374.511000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2670.228540 20.448670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000454 1.535984
+368.000000 1484345377.910000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2680.609701 20.450400 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002053 1.533583
+369.000000 1484345381.263000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2690.270782 20.452010 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000286 1.528822
+370.000000 1484345384.695000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2700.231896 20.453670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000369 1.552648
+371.000000 1484345388.116000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2710.133004 20.455320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002569 1.542440
+372.000000 1484345391.550000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2720.094118 20.456980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002651 1.498001
+373.000000 1484345394.992000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2730.115239 20.458650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001615 1.480509
+374.000000 1484345398.445000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2740.196367 20.460330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003307 1.507243
+375.000000 1484345401.871000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2750.097475 20.461980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001492 1.524960
+376.000000 1484345405.261000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2760.058589 20.463640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000704 1.530825
+377.000000 1484345408.722000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2769.959697 20.465290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002810 1.502787
+378.000000 1484345412.095000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2780.100831 20.466980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001138 1.532573
+379.000000 1484345415.534000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2790.121952 20.468650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001918 1.525739
+380.000000 1484345418.968000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2800.203080 20.470330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001739 1.506236
+381.000000 1484345422.399000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2810.164194 20.471990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001881 1.525255
+382.000000 1484345425.766000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2820.185315 20.473660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001579 1.532976
+383.000000 1484345429.132000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2830.146429 20.475320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002426 1.543386
+384.000000 1484345432.617000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2840.227557 20.477000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000141 1.508136
+385.000000 1484345436.061000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2850.008651 20.478630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002025 1.552390
+386.000000 1484345439.489000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2860.209793 20.480330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002878 1.539395
+387.000000 1484345442.877000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2870.170907 20.481990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001003 1.542175
+388.000000 1484345446.320000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2880.192028 20.483660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001320 1.482418
+389.000000 1484345449.738000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2890.033129 20.485300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001013 1.541594
+390.000000 1484345453.103000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2899.934236 20.486950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001580 1.516020
+391.000000 1484345456.518000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2910.255391 20.488670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003383 1.554647
+392.000000 1484345459.905000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2920.456532 20.490370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002373 1.529883
+393.000000 1484345463.374000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2930.177620 20.491990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000119 1.525771
+394.000000 1484345466.808000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2940.198741 20.493660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003380 1.485607
+395.000000 1484345470.275000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2950.159855 20.495320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001451 1.543876
+396.000000 1484345473.701000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2960.060963 20.496970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002583 1.556264
+397.000000 1484345477.151000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2970.142090 20.498650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000093 1.515923
+398.000000 1484345480.583000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2980.103205 20.500310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001977 1.528390
+399.000000 1484345484.016000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 2990.184333 20.501990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001601 1.519673
+400.000000 1484345487.473000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3000.325467 20.503680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001530 1.498660
+401.000000 1484345490.867000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3010.166568 20.505320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002610 1.507141
+402.000000 1484345494.314000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3020.127682 20.506980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002656 1.497259
+403.000000 1484345497.701000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3030.328823 20.508680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002330 1.529026
+404.000000 1484345501.234000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3040.229931 20.510330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003029 1.513544
+405.000000 1484345504.678000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3050.131039 20.511980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001440 1.504943
+406.000000 1484345508.112000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3060.212166 20.513660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002378 1.497064
+407.000000 1484345511.481000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3070.173281 20.515320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002776 1.532415
+408.000000 1484345514.860000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3080.194402 20.516990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001969 1.482093
+409.000000 1484345518.309000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3090.155516 20.518650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000632 1.481224
+410.000000 1484345521.743000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3099.996617 20.520290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001177 1.509115
+411.000000 1484345525.119000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3110.137751 20.521980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002572 1.535365
+412.000000 1484345528.671000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3120.098866 20.523640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000988 1.518067
+413.000000 1484345532.088000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3130.179994 20.525320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005075 1.558417
+414.000000 1484345535.466000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3139.961088 20.526950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.007989 1.534354
+415.000000 1484345538.902000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3150.282242 20.528670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001799 1.512372
+416.000000 1484345542.322000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3160.543390 20.530380 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000541 1.523199
+417.000000 1484345545.751000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3170.204471 20.531990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002563 1.480448
+418.000000 1484345549.160000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3180.345605 20.533680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002991 1.455227
+419.000000 1484345552.652000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3190.306720 20.535340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002192 1.487222
+420.000000 1484345556.079000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3200.207827 20.536990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001202 1.512889
+421.000000 1484345559.513000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3210.168942 20.538650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002844 1.502157
+422.000000 1484345562.967000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3220.130056 20.540310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001200 1.529484
+423.000000 1484345566.426000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3230.151177 20.541980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000213 1.516906
+424.000000 1484345569.834000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3240.112291 20.543640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001967 1.530414
+425.000000 1484345573.268000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3250.073406 20.545300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000759 1.507909
+426.000000 1484345576.698000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3260.214540 20.546990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001527 1.523548
+427.000000 1484345580.067000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3269.935628 20.548610 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002819 1.539127
+428.000000 1484345583.449000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3280.256782 20.550330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001436 1.536481
+429.000000 1484345586.859000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3290.157890 20.551980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003413 1.500044
+430.000000 1484345590.269000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3300.119004 20.553640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000062 1.548945
+431.000000 1484345593.709000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3310.020112 20.555290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001709 1.548858
+432.000000 1484345597.187000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3320.221253 20.556990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003437 1.552145
+433.000000 1484345600.629000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3330.182367 20.558650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003233 1.505221
+434.000000 1484345604.091000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3340.143482 20.560310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002912 1.523276
+435.000000 1484345607.537000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3350.164603 20.561980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000641 1.533130
+436.000000 1484345610.938000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3360.005704 20.563620 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000775 1.508440
+437.000000 1484345614.402000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3370.206845 20.565320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004259 1.455864
+438.000000 1484345617.814000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3380.107952 20.566970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002663 1.483271
+439.000000 1484345621.263000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3390.189080 20.568650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001674 1.530888
+440.000000 1484345624.675000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3400.270208 20.570330 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003097 1.474174
+441.000000 1484345628.084000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3410.051302 20.571960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001079 1.524517
+442.000000 1484345631.527000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3420.012416 20.573620 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003350 1.496942
+443.000000 1484345634.954000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3430.093544 20.575300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001127 1.489768
+444.000000 1484345638.374000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3440.234679 20.576990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001265 1.509346
+445.000000 1484345641.800000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3450.195793 20.578650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.007291 1.524631
+446.000000 1484345645.232000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3460.156907 20.580310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002493 1.521728
+447.000000 1484345648.729000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3470.058015 20.581960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001819 1.492688
+448.000000 1484345652.209000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3480.259156 20.583660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002811 1.542291
+449.000000 1484345655.673000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3490.100257 20.585300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003912 1.522283
+450.000000 1484345659.205000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3500.241392 20.586990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000625 1.531480
+451.000000 1484345662.637000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3509.962479 20.588610 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002677 1.564428
+452.000000 1484345666.074000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3520.163620 20.590310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001488 1.527465
+453.000000 1484345669.454000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3530.184741 20.591980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002824 1.516721
+454.000000 1484345672.869000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3540.145856 20.593640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.011899 1.521378
+455.000000 1484345676.324000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3550.346997 20.595340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001701 1.474496
+456.000000 1484345679.659000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3560.128091 20.596970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002074 1.510222
+457.000000 1484345683.050000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3570.209219 20.598650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001667 1.515533
+458.000000 1484345686.415000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3580.170333 20.600310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.006682 1.482878
+459.000000 1484345689.749000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3590.071441 20.601960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000584 1.524183
+460.000000 1484345693.069000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3600.152568 20.603640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001741 1.498738
+461.000000 1484345696.425000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3610.173689 20.605310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004806 1.488777
+462.000000 1484345699.765000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3620.134804 20.606970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001356 1.502967
+463.000000 1484345703.087000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3630.095918 20.608630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003646 1.537055
+464.000000 1484345706.421000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3639.997026 20.610280 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001687 1.510308
+465.000000 1484345709.744000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3650.498200 20.612030 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002775 1.490920
+466.000000 1484345713.075000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3660.159281 20.613640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002314 1.513364
+467.000000 1484345716.401000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3670.180402 20.615310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002919 1.498081
+468.000000 1484345719.719000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3680.141517 20.616970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001994 1.504199
+469.000000 1484345723.037000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3690.342658 20.618670 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001946 1.507742
+470.000000 1484345726.373000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3700.123752 20.620300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002627 1.507586
+471.000000 1484345729.729000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3710.084866 20.621960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001566 1.513670
+472.000000 1484345733.053000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3720.286007 20.623660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001895 1.529958
+473.000000 1484345736.386000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3730.067102 20.625290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001458 1.552603
+474.000000 1484345739.694000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3740.028216 20.626950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002742 1.517465
+475.000000 1484345743.044000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3750.049337 20.628620 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001589 1.487941
+476.000000 1484345746.385000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3760.010451 20.630280 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003831 1.503830
+477.000000 1484345749.719000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3769.971566 20.631940 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000624 1.505066
+478.000000 1484345753.064000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3780.292720 20.633660 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002897 1.513588
+479.000000 1484345756.391000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3790.373848 20.635340 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001932 1.483574
+480.000000 1484345759.706000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3800.154942 20.636970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003238 1.481572
+481.000000 1484345763.029000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3810.056050 20.638620 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000687 1.515380
+482.000000 1484345766.390000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3820.137178 20.640300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001309 1.520874
+483.000000 1484345769.709000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3830.218305 20.641980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001082 1.516445
+484.000000 1484345773.037000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3840.179420 20.643640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000621 1.522417
+485.000000 1484345776.386000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3850.080527 20.645290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001138 1.505614
+486.000000 1484345779.713000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3860.161655 20.646970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003216 1.515547
+487.000000 1484345783.023000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3870.122769 20.648630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001286 1.506935
+488.000000 1484345786.377000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3880.143890 20.650300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001948 1.491646
+489.000000 1484345789.701000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3890.105005 20.651960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002420 1.494278
+490.000000 1484345793.038000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3900.426159 20.653680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001927 1.483765
+491.000000 1484345796.367000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3910.207253 20.655310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005977 1.529997
+492.000000 1484345799.690000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3920.168368 20.656970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002334 1.522679
+493.000000 1484345803.025000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3930.129482 20.658630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001074 1.512050
+494.000000 1484345806.351000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3940.150603 20.660300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003371 1.498202
+495.000000 1484345809.677000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3950.111718 20.661960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002551 1.497258
+496.000000 1484345812.987000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3960.192845 20.663640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003906 1.505195
+497.000000 1484345816.308000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3970.213966 20.665310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005071 1.542269
+498.000000 1484345819.650000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3980.055067 20.666950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000599 1.539129
+499.000000 1484345822.973000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 3990.136195 20.668630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003005 1.529334
+500.000000 1484345826.323000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4000.157316 20.670300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000999 1.533443
+501.000000 1484345829.662000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4009.818397 20.671910 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000364 1.501442
+502.000000 1484345832.997000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4020.439585 20.673680 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002088 1.530622
+503.000000 1484345836.349000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4030.700733 20.675390 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002301 1.520335
+504.000000 1484345839.667000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4040.061780 20.676950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003828 1.473354
+505.000000 1484345842.985000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4050.262921 20.678650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002650 1.495509
+506.000000 1484345846.311000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4060.164029 20.680300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.006636 1.511834
+507.000000 1484345849.635000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4070.125143 20.681960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001893 1.500287
+508.000000 1484345852.952000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4080.086257 20.683620 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001220 1.493363
+509.000000 1484345856.271000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4090.287399 20.685320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002031 1.508867
+510.000000 1484345859.600000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4100.188506 20.686970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002997 1.503553
+511.000000 1484345862.938000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4110.089614 20.688620 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001529 1.483728
+512.000000 1484345866.237000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4120.050728 20.690280 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001900 1.486826
+513.000000 1484345869.558000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4130.251869 20.691980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002026 1.496054
+514.000000 1484345872.884000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4140.032964 20.693610 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001821 1.490262
+515.000000 1484345876.244000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4150.294111 20.695320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002047 1.510845
+516.000000 1484345879.604000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4160.195219 20.696970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003267 1.548351
+517.000000 1484345882.946000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4170.276347 20.698650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003157 1.536290
+518.000000 1484345886.335000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4180.177454 20.700300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000794 1.540613
+519.000000 1484345889.657000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4190.258582 20.701980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002043 1.490127
+520.000000 1484345892.982000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4200.219697 20.703640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.007391 1.515186
+521.000000 1484345896.321000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4210.240818 20.705310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004003 1.512795
+522.000000 1484345899.649000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4220.201932 20.706970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001498 1.480439
+523.000000 1484345902.960000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4230.163046 20.708630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.005500 1.493656
+524.000000 1484345906.287000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4240.184167 20.710300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.003656 1.463886
+525.000000 1484345909.612000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4250.145282 20.711960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002348 1.480929
+526.000000 1484345912.939000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4260.166403 20.713630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.011450 1.506781
+527.000000 1484345916.293000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4270.307537 20.715320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.027940 1.530655
+528.000000 1484345919.631000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4280.088631 20.716950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004180 1.479747
+529.000000 1484345923.027000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4290.169759 20.718630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001394 1.487731
+530.000000 1484345926.361000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4300.310894 20.720320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000728 1.500102
+531.000000 1484345929.712000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4310.151994 20.721960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000470 1.522828
+532.000000 1484345933.049000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4320.233122 20.723640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000627 1.542194
+533.000000 1484345936.369000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4330.134230 20.725290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001094 1.536180
+534.000000 1484345939.705000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4340.215358 20.726970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002962 1.527909
+535.000000 1484345943.024000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4350.176472 20.728630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000843 1.515540
+536.000000 1484345946.364000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4360.317606 20.730320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001125 1.536892
+537.000000 1484345949.681000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4370.278721 20.731980 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.012012 1.504361
+538.000000 1484345953.009000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4379.939801 20.733590 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003990 1.480112
+539.000000 1484345956.354000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4390.260956 20.735310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001192 1.498090
+540.000000 1484345959.671000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4400.342084 20.736990 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001783 1.489731
+541.000000 1484345962.986000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4410.003165 20.738600 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001666 1.525266
+542.000000 1484345966.308000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4420.624353 20.740370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001431 1.508175
+543.000000 1484345969.636000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4430.165420 20.741960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003236 1.502053
+544.000000 1484345972.961000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4440.186541 20.743630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002113 1.480607
+545.000000 1484345976.277000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4449.907629 20.745250 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001586 1.507158
+546.000000 1484345979.601000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4460.108770 20.746950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001680 1.514757
+547.000000 1484345982.928000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4470.129891 20.748620 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002338 1.533726
+548.000000 1484345986.233000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4480.211019 20.750300 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001641 1.494275
+549.000000 1484345989.573000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4490.052119 20.751940 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003580 1.514948
+550.000000 1484345992.916000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4500.193254 20.753630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001414 1.519993
+551.000000 1484345996.244000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4509.914341 20.755250 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002843 1.520387
+552.000000 1484345999.561000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4520.235496 20.756970 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001454 1.498477
+553.000000 1484346002.877000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4530.196610 20.758630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001790 1.515140
+554.000000 1484346006.201000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4539.977705 20.760260 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001465 1.529966
+555.000000 1484346009.522000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4550.178846 20.761960 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001182 1.453276
+556.000000 1484346012.863000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4560.199967 20.763630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003030 1.466326
+557.000000 1484346016.205000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4570.161081 20.765290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001006 1.519536
+558.000000 1484346019.526000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4580.122195 20.766950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001091 1.490947
+559.000000 1484346022.840000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4589.903290 20.768580 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000881 1.481740
+560.000000 1484346026.179000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4600.344458 20.770320 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003582 1.506052
+561.000000 1484346029.498000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4610.065545 20.771940 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001216 1.514901
+562.000000 1484346032.825000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4619.966653 20.773590 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003283 1.495374
+563.000000 1484346036.171000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4630.167794 20.775290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001923 1.490069
+564.000000 1484346039.486000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4639.948888 20.776920 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000527 1.529081
+565.000000 1484346042.806000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4650.330049 20.778650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002180 1.516593
+566.000000 1484346046.168000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4659.931123 20.780250 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001204 1.530409
+567.000000 1484346049.485000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4670.432298 20.782000 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001222 1.513170
+568.000000 1484346052.799000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4679.973366 20.783590 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000524 1.513773
+569.000000 1484346056.125000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4690.294520 20.785310 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002764 1.484050
+570.000000 1484346059.466000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4700.135621 20.786950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000535 1.528535
+571.000000 1484346062.799000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4710.036729 20.788600 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001865 1.512358
+572.000000 1484346066.123000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4719.997843 20.790260 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.000275 1.492800
+573.000000 1484346069.459000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4730.138977 20.791950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002653 1.522569
+574.000000 1484346072.785000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4740.220105 20.793630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001359 1.494727
+575.000000 1484346076.108000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4750.061206 20.795270 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003074 1.498679
+576.000000 1484346079.433000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4760.142334 20.796950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003653 1.496069
+577.000000 1484346082.763000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4770.283468 20.798640 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001290 1.442375
+578.000000 1484346086.084000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4780.124569 20.800280 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002069 1.427910
+579.000000 1484346089.406000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4790.145690 20.801950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000248 1.524827
+580.000000 1484346092.731000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4800.226818 20.803630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001169 1.496804
+581.000000 1484346096.045000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4810.067919 20.805270 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000779 1.523016
+582.000000 1484346099.394000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4820.089040 20.806940 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001509 1.517347
+583.000000 1484346102.740000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4830.050154 20.808600 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001444 1.510779
+584.000000 1484346106.104000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4840.131282 20.810280 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000766 1.483577
+585.000000 1484346109.441000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4850.152403 20.811950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003678 1.484297
+586.000000 1484346112.779000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4860.233531 20.813630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000117 1.484110
+587.000000 1484346116.138000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4870.074632 20.815270 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 -0.001420 1.495226
+588.000000 1484346119.471000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4879.975739 20.816920 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001562 1.487454
+589.000000 1484346122.818000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4890.356901 20.818650 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002973 1.508693
+590.000000 1484346126.123000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4900.678055 20.820370 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002596 1.481100
+591.000000 1484346129.446000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4910.039102 20.821930 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001821 1.498169
+592.000000 1484346132.774000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4920.780304 20.823720 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001395 1.491969
+593.000000 1484346136.112000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4930.201358 20.825290 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.000662 1.482212
+594.000000 1484346139.449000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4940.162472 20.826950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001972 1.489415
+595.000000 1484346142.768000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4950.183593 20.828620 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001731 1.508130
+596.000000 1484346146.149000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4960.024694 20.830260 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.003471 1.508322
+597.000000 1484346149.491000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4970.165829 20.831950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001235 1.501211
+598.000000 1484346152.813000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4980.246956 20.833630 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.002254 1.493168
+599.000000 1484346156.156000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 4990.088057 20.835270 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.001975 1.445059
+600.000000 1484346159.486000 1176.470588 -9.408167 2.185313 7.100000 55.941667 0.000000 1.666667 0.000000 1333.333333 3.387500 2.492812 5.340833 56.145500 0.000000 0.000000 0.000000 1176.477100 0.000165 20.000025 20.000000 5000.169185 20.836950 20.003682 -0.174686 20.006590 20.006561 1.009342 74.993750 125.000000 nan -0.015625 125.000000 0.004643 1.478061