commit 80592c0da1cede071707d0aebb159a5b0781d2df Author: ckloss Date: Fri Feb 3 14:10:31 2012 +0100 Committer: ckloss On branch master Initial commit for lpp, version 2011-10-11 diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..d0f3552 --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,8 @@ +to install liggghts post processing copy the following lines of code into your bashrc (please change the variable CFDEM_lppPath according to your system): + +============================================ +CFDEM_lppPath=/Users/s/work/parallelpizza/nightly_build + +alias lpp="python $CFDEM_lppPath/src/lpp.py" +alias pizza ="python $CFDEM_lppPath/src/pizza.py" +============================================ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a0c2723 --- /dev/null +++ b/LICENSE @@ -0,0 +1,350 @@ +GNU GENERAL PUBLIC LICENSE + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom +to share and change it. By contrast, the GNU General Public License is +intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, +we want its recipients to know that what they have is not the +original, so that any problems introduced by others will not reflect +on the original authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at +all. + +The precise terms and conditions for copying, distribution and +modification follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a +notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the Program +(independent of having been made by running the Program). Whether that +is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source +code as you receive it, in any medium, provided that you conspicuously +and appropriately publish on each copy an appropriate copyright notice +and disclaimer of warranty; keep intact all the notices that refer to +this License and to the absence of any warranty; and give any other +recipients of the Program a copy of this License along with the +Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a +fee. + +2. You may modify your copy or copies of the Program or any portion of +it, thus forming a work based on the Program, and copy and distribute +such modifications or work under the terms of Section 1 above, +provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that + in whole or in part contains or is derived from the Program or + any part thereof, to be licensed as a whole at no charge to all + third parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you + provide a warranty) and that users may redistribute the program + under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive + but does not normally print such an announcement, your work based + on the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of + Sections 1 and 2 above on a medium customarily used for software + interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt otherwise +to copy, modify, sublicense or distribute the Program is void, and +will automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted +herein. You are not responsible for enforcing compliance by third +parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new +versions of the General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Program does not specify a +version number of this License, you may choose any version ever +published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the +author to ask for permission. For software which is copyrighted by the +Free Software Foundation, write to the Free Software Foundation; we +sometimes make exceptions for this. Our decision will be guided by the +two goals of preserving the free status of all derivatives of our free +software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS +AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF +ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these +terms. + +To do so, attach the following notices to the program. It is safest to +attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + +one line to give the program's name and an idea of what it does. +Copyright (C) yyyy name of author + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details +type `show w'. This is free software, and you are welcome +to redistribute it under certain conditions; type `show c' +for details. + +The hypothetical commands `show w' and `show c' should show the +appropriate parts of the General Public License. Of course, the +commands you use may be called something other than `show w' and `show +c'; they could even be mouse-clicks or menu items--whatever suits your +program. + +You should also get your employer (if you work as a programmer) or +your school, if any, to sign a "copyright disclaimer" for the program, +if necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright +interest in the program `Gnomovision' +(which makes passes at compilers) written +by James Hacker. + +signature of Ty Coon, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, +you may consider it more useful to permit linking proprietary +applications with the library. If this is what you want to do, use the +GNU Library General Public License instead of this License. diff --git a/README b/README new file mode 100644 index 0000000..d467e90 --- /dev/null +++ b/README @@ -0,0 +1,41 @@ +This is the Pizza.py (1 Oct 2006) software package. + +Copyright (2005) Sandia Corporation. Under the terms of Contract +DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +certain rights in this software. This software is distributed under +the GNU General Public License. + +---------------------------------------------------------------------- + +Pizza.py is a loosely integrated collection of tools written in +Python, many of which provide pre- and post-processing capability for +the LAMMPS molecular dynamics package. There are tools to create +input files, convert between file formats, process log and dump files, +create plots, and visualize and animate simulation snapshots. + +Pizza.py was developed at Sandia National Laboratories, a US +Department of Energy facility, with funding from the DOE. It is an +open-source code, distributed freely under the terms of the GNU Public +License (GPL). + +The maintainer of Pizza.py is Steve Plimpton, who can be emailed at +sjplimp@sandia.gov. The Pizza.py WWW site +(www.cs.sandia.gov/~sjplimp/lammps.html) and LAMMPS WWW Site +(www.cs.sandia.gov/~sjplimp/lammps.html) have more information about +the code and its uses. + +The Pizza.py (1 Oct 2006) distribution includes the following files +and directories: + +README this file +LICENSE the GNU open-source license +doc HTML documentation for Pizza.py +examples scripts and data sets that exercise Pizza.py tools +scripts various Pizza.py script files +src source code for Pizza.py and its tools + +Point your browser at any of these files to get started: + +doc/Manual.html the Pizza.py manual +doc/Section_intro.html hi-level introduction to Pizza.py +doc/Section_install.html how to install Pizza.py diff --git a/README_GRANULAR b/README_GRANULAR new file mode 100644 index 0000000..649c995 --- /dev/null +++ b/README_GRANULAR @@ -0,0 +1,28 @@ +================================================================= +This is lpp (liggghts post processing), an update to pizza.py offering better visualization +of granular (DEM) LIGGGHTS or LAMMPS simulations using pizza.py + +LAMMPS=Large Atomic and Molecular Massively Parallel Simulator. +http://lammps.sandia.gov/ + +LIGGGHTS=LAMMPS Improved for General Granular and Granular + Heat Transfer Simulations +http://www.liggghts.com // www.cfdem.com + +pizza.py=LAMMPS post processor +http://www.sandia.gov/~sjplimp/pizza.html +================================================================= +Christoph Kloss, Linz, Aug. 2010 - +Stefan Amberger Linz, July 2011 - +Philippe Seil Linz, Sept 2011 - + +all +Christian-Doppler Laboratory on Particulate Flow Modelling +Institute of Fluid Mechanics and Heat Transfer +Johannes Kepler University, +Altenbergerstrasse 69, A-4040 Linz/Austria +www.particulate-flow.at +================================================================= + +For information on how to use the lpp tool, see doc/lpp.html + diff --git a/changelog_lpp.txt b/changelog_lpp.txt new file mode 100644 index 0000000..1f95bfa --- /dev/null +++ b/changelog_lpp.txt @@ -0,0 +1,18 @@ +2011-10-11 - Christoph Kloss ++ included pizza patches from Steve Plimpton (Sandia) until 2011-10-07 OK ++ changed the doc in pizza-style (removed readme_granular.txt, new lpp.txt/html file) OK ++ Automatic recognition of variables extended to computes (c_) and variables (v_) OK ++ included a new functionality written by Mark Bentley (Space Research Institute, Austrian Academy of Sciences) + to convert dump/local output into VTK to viz stress chains TODO ++ test+debug force chains TODO + +2011-09-27 - Philippe Seil ++ added LPP command line options that give control over things like output filenames, chunksizes etc. + +2011-08-10 - Stefan Amberger ++ bugfix for (dump.py, vtk.py) parallelpizza would crash if empty dumpfiles were processed (i.e. number of atoms == 0) + +2011-08-12 - Stefan Amberger ++ removed (vtk.py) the binding of variables to specific positions in liggghts dump files. + scalars / vectors are now recognized automatically (rules: x,y,z in the end --> vector; f_variable[i], f_variable[i+1], f_variable[i+2] --> vector) ++ lpp now uses command line arguments. new usage: User$ lpp dump* diff --git a/doc/Manual.html b/doc/Manual.html new file mode 100644 index 0000000..9910981 --- /dev/null +++ b/doc/Manual.html @@ -0,0 +1,205 @@ + + +Pizza.py Users Manual + + + + + + + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

+ +

Pizza.py Documentation +

+

Version info: +

+

The Pizza.py "version" is the date when it was released, such as 1 May +2010. Pizza.py is updated continuously. Whenever we fix a bug or add a +feature, we release it immediately, and post a notice on this page of +the WWW site. Each dated copy of Pizza.py contains all the +features and bug-fixes up to and including that version date. The +version date is printed to the screen and logfile every time you run +Pizza.py. It is also in the file src/version.h and in the Pizza.py +directory name created when you unpack a tarball. +

+ +

Pizza.py is a loosely integrated collection of tools written in +Python, many of which provide pre- and post-processing capability for +the LAMMPS molecular dynamics and ChemCell cell +simulator packages. There are tools to create input files, convert +between file formats, process log and dump files, create plots, and +visualize and animate simulation snapshots. +

+

The name Pizza.py is meant to evoke the aroma of a collection of +"toppings" that the user can combine in different ways on a "crust" of +basic functionality, with Python as the "cheese" that glues everything +together. +

+

The maintainer of Pizza.py is Steve +Plimpton at Sandia National +Laboratories, a US Department of Energy (DOE) +laboratory. Many of the tools were written by Matt Jones, a BYU +student who spent a summer at Sandia. The Pizza.py WWW Site at +www.cs.sandia.gov/~sjplimp/pizza.html has more information about +Pizza.py and its uses. +

+ + + + + + + + + + + + +
+ +

The Pizza.py documentation is organized into the following sections. +If you find errors or omissions in this manual or have suggestions for +useful information to add, please send an email to sjplimp@sandia.gov +so we can improve the Pizza.py documentation. +

+

PDF file of the entire manual, generated by +htmldoc +

+
  1. Introduction + + +
  2. Installing Pizza.py + + +
  3. Basics of using Pizza.py + + +
  4. Tools within Pizza.py + +
  5. Example scripts + +
  6. Extending Pizza.py + + +
+
+ +

List of tools in Pizza.py: +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
animate.py Animate a series of image files
bdump.py Read LAMMPS dump local files with bond info
cdata.py Read, write, manipulate ChemCell data files
chain.py Create bead-spring chains for LAMMPS input
cfg.py Convert LAMMPS snapshots to CFG format
clog.py Read ChemCell log files and extract species data
data.py Read, write, manipulate LAMMPS data files
dump.py Read, write, manipulate dump files and particle attributes
ensight.py Convert LAMMPS snapshots to Ensight format
gl.py 3d interactive visualization via OpenGL
gnu.py Create plots via GnuPlot plotting program
histo.py Particle density histogram from a dump
image.py View and manipulate images
ldump.py Read LAMMPS dump files with line info
log.py Read LAMMPS log files and extract thermodynamic data
matlab.py Create plots via MatLab numerical analysis program
mdump.py Read, write, manipulate mesh dump files
pair.py Compute LAMMPS pairwise energies
patch.py Create patchy Lennard-Jones particles for LAMMPS input
pdbfile.py Read, write PDB files in combo with LAMMPS snapshots
plotview.py Plot multiple vectors from a data set
rasmol.py 3d visualization via RasMol program
raster.py 3d visualization via Raster3d program
svg.py 3d visualization via SVG files
tdump.py Read LAMMPS dump files with triangle info
vcr.py VCR-style GUI for 3d interactive OpenGL visualization
vec.py Create numeric vectors from columns in file or list of vecs
vtk.py Convert LAMMPS snapshots to VTK format
vmd.py Wrapper on VMD visualization package
xyz.py Convert LAMMPS snapshots to XYZ format +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/Manual.pdf b/doc/Manual.pdf new file mode 100644 index 0000000..ed26298 Binary files /dev/null and b/doc/Manual.pdf differ diff --git a/doc/Manual.txt b/doc/Manual.txt new file mode 100644 index 0000000..f24d4b1 --- /dev/null +++ b/doc/Manual.txt @@ -0,0 +1,156 @@ + +Pizza.py Users Manual + + + + + + + +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +

+ +Pizza.py Documentation :c,h3 + +Version info: :h4 + +The Pizza.py "version" is the date when it was released, such as 1 May +2010. Pizza.py is updated continuously. Whenever we fix a bug or add a +feature, we release it immediately, and post a notice on "this page of +the WWW site"_bug. Each dated copy of Pizza.py contains all the +features and bug-fixes up to and including that version date. The +version date is printed to the screen and logfile every time you run +Pizza.py. It is also in the file src/version.h and in the Pizza.py +directory name created when you unpack a tarball. + +If you browse the HTML or PDF doc pages on the Pizza.py WWW site, they +always describe the most current version of Pizza.py. :ulb,l + +If you browse the HTML or PDF doc pages included in your tarball, they +describe the version you have. :ule,l + +Pizza.py is a loosely integrated collection of tools written in +Python, many of which provide pre- and post-processing capability for +the "LAMMPS"_lammps molecular dynamics and "ChemCell"_cccell cell +simulator packages. There are tools to create input files, convert +between file formats, process log and dump files, create plots, and +visualize and animate simulation snapshots. + +The name Pizza.py is meant to evoke the aroma of a collection of +"toppings" that the user can combine in different ways on a "crust" of +basic functionality, with Python as the "cheese" that glues everything +together. + +The maintainer of Pizza.py is "Steve +Plimpton"_http://www.cs.sandia.gov/~sjplimp at "Sandia National +Laboratories"_sandia, a US Department of Energy ("DOE"_doe) +laboratory. Many of the tools were written by Matt Jones, a BYU +student who spent a summer at Sandia. The "Pizza.py WWW Site"_pws at +www.cs.sandia.gov/~sjplimp/pizza.html has more information about +Pizza.py and its uses. + +:link(sandia,http://www.sandia.gov) +:link(bug,http://www.cs.sandia.gov/pizza/bug.html) +:link(sjp,http://www.cs.sandia.gov/~sjplimp) +:link(doe,http://www.doe.gov) +:link(lammps,http://www.cs.sandia.gov/~sjplimp/lammps.html) +:link(ccell,http://www.cs.sandia.gov/~sjplimp/chemcell.html) + +:line + +The Pizza.py documentation is organized into the following sections. +If you find errors or omissions in this manual or have suggestions for +useful information to add, please send an email to sjplimp@sandia.gov +so we can improve the Pizza.py documentation. + +"PDF file"_Manual.pdf of the entire manual, generated by +"htmldoc"_http://www.easysw.com/htmldoc + +"Introduction"_Section_intro.html :olb,l + 1.1 "What is Pizza.py"_1_1 :ulb,b + 1.2 "Open source distribution"_1_2 :b + 1.3 "Acknowledgements"_1_3 :ule,b +"Installing Pizza.py"_Section_install.html :l + 2.1 "Installing Python"_2_1 :ulb,b + 2.2 "Running Pizza.py"_2_2 :b + 2.3 "Setting up the DEFAULTS.py file"_2_3 :b + 2.4 "Installing additional Python packages"_2_4 :b + 2.5 "Installing other software"_2_5 :ule,b +"Basics of using Pizza.py"_Section_basics.html :l + 3.1 "Python syntax"_3_1 :ulb,b + 3.2 "Pizza.py command line arguments"_3_2 :b + 3.3 "Pizza.py extensions to the Python interpreter"_3_3 :b + 3.4 "Using Pizza.py tools"_3_4 :b + 3.5 "Runnning Pizza.py and Python scripts"_3_5 :b + 3.6 "Error messages"_3_6 :ule,b +"Tools within Pizza.py"_Section_tools.html :l +"Example scripts"_Section_examples.html :l +"Extending Pizza.py"_Section_extend.html :l +:ole + +:line + +List of tools in Pizza.py: + +"animate.py"_animate.html; Animate a series of image files +"bdump.py"_bdump.html; Read LAMMPS dump local files with bond info +"cdata.py"_cdata.html; Read, write, manipulate "ChemCell"_ccell data files +"chain.py"_chain.html; Create bead-spring chains for LAMMPS input +"cfg.py"_cfg.html; Convert LAMMPS snapshots to CFG format +"clog.py"_clog.html; Read "ChemCell"_ccell log files and extract species data +"data.py"_data.html; Read, write, manipulate LAMMPS data files +"dump.py"_dump.html; Read, write, manipulate dump files and particle attributes +"ensight.py"_ensight.html; Convert LAMMPS snapshots to "Ensight"_ensight format +"gl.py"_gl.html; 3d interactive visualization via OpenGL +"gnu.py"_gnu.html; Create plots via "GnuPlot"_gnuplot plotting program +"histo.py"_histo.html; Particle density histogram from a dump +"image.py"_image.html; View and manipulate images +"ldump.py"_ldump.html; Read LAMMPS dump files with line info +"log.py"_log.html; Read LAMMPS log files and extract thermodynamic data +"matlab.py"_matlab.html; Create plots via "MatLab"_matlab numerical analysis program +"mdump.py"_mdump.html; Read, write, manipulate mesh dump files +"pair.py"_pair.html; Compute LAMMPS pairwise energies +"patch.py"_patch.html; Create patchy Lennard-Jones particles for LAMMPS input +"pdbfile.py"_pdbfile.html; Read, write PDB files in combo with LAMMPS snapshots +"plotview.py"_plotview.html; Plot multiple vectors from a data set +"rasmol.py"_rasmol.html; 3d visualization via "RasMol"_rasmol program +"raster.py"_raster.html; 3d visualization via "Raster3d"_raster3d program +"svg.py"_svg.html; 3d visualization via "SVG"_svg files +"tdump.py"_tdump.html; Read LAMMPS dump files with triangle info +"vcr.py"_vcr.html; VCR-style GUI for 3d interactive OpenGL visualization +"vec.py"_vec.html; Create numeric vectors from columns in file or list of vecs +"vtk.py"_vtk.html; Convert LAMMPS snapshots to VTK format +"vmd.py"_vmd.html; Wrapper on "VMD visualization package"_vmd +"xyz.py"_xyz.html; Convert LAMMPS snapshots to XYZ format :tb(s=;) + +:link(gnuplot,http://www.gnuplot.info) +:link(matlab,http://www.mathworks.com) +:link(rasmol,http://www.openrasmol.org) +:link(raster3d,http://www.bmsc.washington.edu/raster3d/raster3d.html) +:link(svg,http://www.w3.org/Graphics/SVG) +:link(ensight,http://www.ensight.com) +:link(vmd,http://www.ks.uiuc.edu/Research/vmd) + +:link(1_1,Section_intro.html#1_1) +:link(1_2,Section_intro.html#1_2) +:link(1_3,Section_intro.html#1_3) + +:link(2_1,Section_install.html#2_1) +:link(2_2,Section_install.html#2_2) +:link(2_3,Section_install.html#2_3) +:link(2_4,Section_install.html#2_4) +:link(2_5,Section_install.html#2_5) + +:link(3_1,Section_basics.html#3_1) +:link(3_2,Section_basics.html#3_2) +:link(3_3,Section_basics.html#3_3) +:link(3_4,Section_basics.html#3_4) +:link(3_5,Section_basics.html#3_5) +:link(3_6,Section_basics.html#3_6) diff --git a/doc/Section_basics.html b/doc/Section_basics.html new file mode 100644 index 0000000..c086fcb --- /dev/null +++ b/doc/Section_basics.html @@ -0,0 +1,297 @@ + +
Previous Section - Pizza.py WWW Site - +Pizza.py Documentation - Pizza.py Tools - Next +Section +
+ + + + + + +
+ +

3. Basics of using Pizza.py +

+

The previous section describes how to install +and run Pizza.py and the various software it uses. After Pizza.py has +started you should see a ">" prompt. The following sections describe +what comes next: +

+3.1 Python syntax
+3.2 Pizza.py command line arguments
+3.3 Pizza.py extensions to the Python interpreter
+3.4 Using Pizza.py tools
+3.5 Runnning Pizza.py and Python scripts
+3.6 Error messages
+ +
+ +

3.1 Python syntax +

+

Aside from its tools, Pizza.py itself simply adds a bit of +functionality to the Python interpreter to enable it to more easily +launch shell commands and scripts and invoke its tools. Pizza.py's +">" prompt is different from Python's ">>>" prompt to indicate the +extra functionality is available, but you can type any Python command +you would type at the Python prompt. +

+

Python is a powerful scripting and programming language, similar in +scope and universality to Perl. This little Pizza.py manual cannot +attempt to teach you how to use Python, its syntax, or its rich set of +powerful built-in commands. If you only use the extra tools provided +by Pizza.py, you can think of Pizza.py as an application with a +self-contained set of commands. However, if you learn more about +Python, you will be able to write more powerful Pizza.py scripts, +access and manipulate data stored inside Pizza.py tools, or even add +your own commands and tools, which need not have anything to do with +LAMMPS or ChemCell. +

+

You can learn about Python at www.python.org. My most-used +Python book is Essential Python by Dave Beazley which +assumes some programming experience but covers both the basics of +Python and its many powerful libraries in a well-written, concise +manner. +

+ + +
+ +

3.2 Pizza.py command line arguments +

+

When running Pizza.py, several command-line options can be added +as switches, e.g. +

+
pizza.py switch args switch args ... 
+
+
+ + + + + +
-s silent (else print start-up help)
-t log dump raster load only these tools
-x raster rasmol load all tools except these
-f file arg1 arg2 run script file with args
-c "vec = range(100)" run Python command
-q quit (else interactive) +
+ +

Switches can appear in any order and be used multiple times. The -f +scripts and -c commands are executed in the order they appear. Script +files are Python files which can contain Python or Pizza.py tool +commands. Pizza.py looks for script files in 3 places: your current +working directory, the pizza/scripts directory, and any extra +directories you list in the src/DEFAULTS.py file. This means you can +add your own scripts to pizza/scripts or to directories of your +choosing. +

+

The argument of the -c switch will typically need to be enclosed in +quotes to avoid being interpreted by the shell. This also allows +multiple Python commands to be separated by semi-colons, e.g. +

+
-c "a = range(100); print a" 
+
+
+ +

3.3 Pizza.py extensions to the Python interpreter +

+

As mentioned above, the standard Python syntax is extended a bit at +the Pizza.py ">" interactive prompt. These options were inspired by +the LazyPython.py code of Nathan Gray, which taught me how to +extend the Python interpreter. These are the short-cuts: +

+
+ + + + + + + + +
? print help message
?? one-line for each tool and script
? raster list tool commands or script syntax
?? energy.py full documentation of tool or script
!ls -l shell command
@cd .. cd to a new directory
@log tmp.log log all commands typed so far to file
@run block.py arg1 arg2 run script file with args
@time d = dump("*.dump") time a command +
+ + + +

Shell commands begun with a "!" can include the redirection operators +"<" or ">". The shell command "!cd" will not change directories +permanently; use the "@cd" short-cut instead. Any short-cut command +starting with "@" can be abbreviated with one or more letters. +E.g. "@r" is the same as "@run". The @log command requires that the +Python readline library be available on your system. +

+

Each of the above short-cuts can be performed by native Python +commands; they are just not as simple to type. Here is how several of +the short-cuts can be written in Python, which is what you need to do +in a script, since the above short-cuts only work at the Pizza.py +interactive prompt: +

+
+ + + + +
Short-cut Native Python
!ls -l sys.command("ls -l")
@cd .. os.chdir("..")
@run myfile.py execfile("myfile.py")
CTRL-D sys.exit() +
+ +
+ +

3.4 Using Pizza.py tools +

+

The tools that Pizza.py adds to Python are each implemented as a +single Python class (e.g. dump, log, raster), so the first step in +using a tool is to create an instance of the class (an object). Each +class defines a set of methods (functions) that operate on the objects +you create and their associated data. Each method, including the +constructor, takes zero or more arguments, which may be previously +created objects. In practical terms, this means that you type +commands like this: +

+
d = dump("dump.*")
+p = pdb("my.pdb",d)
+p.many()
+dnew = dump("dump.all") 
+
+

The first 2 commands create dump and pdb objects named "d" and "p" +respectively. The "d" and "p" are Python variable names; you could +use any names you wish: "dump12" or "Dump_mine" or whatever. The 3rd +line invokes the "many" method within the pdb class for the pdb object +"p". This method writes out a series of PDB files using the snapshots +in "d" which was passed to "p" when it was created. The final command +creates a new dump object "dnew" from another dump file. You can +create and manage as many objects (of the same or different classes) +simultaneously as you wish. If the last line assigned the object to +"d", the original dump object with the same name would be deleted by +Python. +

+

Various Pizza.py tools create temporary files as they operate. These +are all named tmp.*. Pizza.py does not clean up all of these files, +since they are sometimes useful to look at for debugging or other +purposes. +

+

Python syntax allows for powerful combinations of tools to be invoked +in one or a few commands. For example +

+
lg = log("log.*")
+m = matlab()
+plotview(lg,m) 
+
+

could be abbreviated as +

+
plotview(log("log.*"),matlab()) 
+
+

With the -c command line switch, this one-liner could be specified +when Pizza.py is launched. This example also illustrates that created +objects (like the plotview object) do not need to be assigned to +variables if they will not be accessed in subsequent commands. +

+
+ +

3.5 Running Pizza.py and Python scripts +

+

A file containing Python and/or Pizza.py commands can be executed as a +script and arguments can be passed to it (if desired). The script can +be run in several different ways: +

+

(1) From the Pizza.py command line +

+
% pizza -f script.sample file.test 10 ... 
+
+

(2) From the Pizza.py interactive prompt +

+
> @run script.sample file.test 10 ... 
+
+

(3) From the Python command line +

+
% python -i script.sample file.test 10 ... 
+
+

(4) From a shell prompt with #!/usr/local/bin/python -i as 1st line of script +

+
% script.sample arg1 arg2 ... 
+
+

(5) From the Python interactive prompt +

+
>>> argv = 0,"file.test","10",...
+>>> execfile("script.sample") 
+
+

(6) As a nested script from within another Python or Pizza.py script file +

+
argv = 0,"file.test","10",...
+execfile("script.sample") 
+
+

The Pizza.py interpreter short-cut commands described +in the next section cannot be used in a script file. +

+

There are 2 additional issues to address in your script files. +

+

(A) First, if the script uses Pizza.py commands and you want to run it +from Python itself (methods 3,4,5,6), then your script should import +the necessary Pizza.py tools directly. E.g. if your script uses the +log and matlab tools, you would put these lines at the top: +

+
from log import log
+from matlab import matlab 
+
+

This is OK to do even if the script will be run by Pizza.py since it +doesn't matter that Pizza.py already imported the tools. Note that if +you do this, you can then give your script file and the Python tool +*.py files it uses to someone who doesn't have Pizza.py and they can +run your script with their Python. +

+

(B) Second, if your script takes arguments and you want the same +script to run identically for all 6 methods, then you need to include +this line at the beginning of the script: +

+
if not globals().has_key("argv"): argv = sys.argv 
+
+

This will enable the arguments to be accessed in the script as +argv1 for the 1st argument, argv2 for the 2nd, etc. +

+

This works because in methods 3,4 Python stores the script arguments +in sys.argv and the script name in sys.argv0. The above line of +Python code copies sys.argv to argv. When Pizza.py runs the script +(methods 1,2) it loads the arguments directly into the "argv" +variable. Methods 5,6 load the arguments into argv explicitly before +executing the script via execfile(). In this case argv0 is a dummy +argument to conform with the Python convention for sys.argv. +

+

Also note in methods 5,6 that all arguments such as "10" must be +strings even if they are numeric values, since this is the way they +are passed to the script in methods 1,2,3,4. +

+

As an example of the flexibility enabled by combining scripts, +arguments, and command-line options in Pizza.py, consider the 3-line +example of the previous sub-section. We modify the script as follows +and save it as logview.py: +

+
files = ' '.join(argv1:)   # create one string from list of filenames
+lg = log(files)
+m = matlab()
+plotview(lg,m) 
+
+

If an alias is defined in your shell start-up file, such as +

+
alias logview ~/pizza/src/pizza.py -f logview.py 
+
+

then you can type the following one-liner at the shell prompt to +invoke Pizza.py on the logview.py script with a list of files you +specfiy. +

+
% logview log.1 log.2 ... 
+
+

A set of plots and a control GUI will appear on your screen. +

+
+ +

3.6 Error messages +

+

If you mistype a Pizza.py or Python command or pass an invalid +argument to a tool method, an error message will be printed by Python. +Usually these will be self-explanatory. Sometimes they will point to +a line of code inside a tool which Python was unable to execute +successfully. This could be because you passed the wrong arguments to +the tool, the data the tool is operating on is invalid, or because +there's a bug in the tool. In the latter case, please figure out as +much as you can about the bug and email a description and the +necessary files to reproduce the bug in the simplest possible way to +sjplimp@sandia.gov. +

+ diff --git a/doc/Section_basics.txt b/doc/Section_basics.txt new file mode 100644 index 0000000..1af7219 --- /dev/null +++ b/doc/Section_basics.txt @@ -0,0 +1,286 @@ +"Previous Section"_Section_install.html - "Pizza.py WWW Site"_pws - +"Pizza.py Documentation"_pd - "Pizza.py Tools"_pt - "Next +Section"_Section_tools.html :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pt,Section_tools.html) + +:line + +3. Basics of using Pizza.py :h3 + +The "previous section"_Section_install.txt describes how to install +and run Pizza.py and the various software it uses. After Pizza.py has +started you should see a ">" prompt. The following sections describe +what comes next: + +3.1 "Python syntax"_#3_1 +3.2 "Pizza.py command line arguments"_#3_2 +3.3 "Pizza.py extensions to the Python interpreter"_#3_3 +3.4 "Using Pizza.py tools"_#3_4 +3.5 "Runnning Pizza.py and Python scripts"_#3_5 +3.6 "Error messages"_#3_6 :all(b) + +:line + +3.1 Python syntax :h4,link(3_1) + +Aside from its tools, Pizza.py itself simply adds a bit of +functionality to the Python interpreter to enable it to more easily +launch shell commands and scripts and invoke its tools. Pizza.py's +">" prompt is different from Python's ">>>" prompt to indicate the +extra functionality is available, but you can type any Python command +you would type at the Python prompt. + +Python is a powerful scripting and programming language, similar in +scope and universality to Perl. This little Pizza.py manual cannot +attempt to teach you how to use Python, its syntax, or its rich set of +powerful built-in commands. If you only use the extra tools provided +by Pizza.py, you can think of Pizza.py as an application with a +self-contained set of commands. However, if you learn more about +Python, you will be able to write more powerful Pizza.py scripts, +access and manipulate data stored inside Pizza.py tools, or even add +your own commands and tools, which need not have anything to do with +LAMMPS or ChemCell. + +You can learn about Python at "www.python.org"_python. My most-used +Python book is "Essential Python"_beazley by Dave Beazley which +assumes some programming experience but covers both the basics of +Python and its many powerful libraries in a well-written, concise +manner. + +:link(beazley,http://www.amazon.com/exec/obidos/tg/detail/-/0735709017/104-4868532-2659916?v=glance) + +:line + +3.2 Pizza.py command line arguments :h4,link(3_2) + +When running Pizza.py, several command-line options can be added +as switches, e.g. + +pizza.py switch args switch args ... :pre + + -s, silent (else print start-up help) + -t log dump raster, load only these tools + -x raster rasmol, load all tools except these + -f file arg1 arg2, run script file with args + -c "vec = range(100)", run Python command + -q, quit (else interactive) :tb() + +Switches can appear in any order and be used multiple times. The -f +scripts and -c commands are executed in the order they appear. Script +files are Python files which can contain Python or Pizza.py tool +commands. Pizza.py looks for script files in 3 places: your current +working directory, the pizza/scripts directory, and any extra +directories you list in the src/DEFAULTS.py file. This means you can +add your own scripts to pizza/scripts or to directories of your +choosing. + +The argument of the -c switch will typically need to be enclosed in +quotes to avoid being interpreted by the shell. This also allows +multiple Python commands to be separated by semi-colons, e.g. + +-c "a = range(100); print a" :pre + +:line + +3.3 Pizza.py extensions to the Python interpreter :h4,link(3_3) + +As mentioned above, the standard Python syntax is extended a bit at +the Pizza.py ">" interactive prompt. These options were inspired by +the "LazyPython.py"_gray code of Nathan Gray, which taught me how to +extend the Python interpreter. These are the short-cuts: + + ?, print help message + ??, one-line for each tool and script + ? raster, list tool commands or script syntax + ?? energy.py, full documentation of tool or script + !ls -l, shell command + @cd .., cd to a new directory + @log tmp.log, log all commands typed so far to file + @run block.py arg1 arg2, run script file with args + @time d = dump("*.dump"), time a command :tb() + +:link(gray,http://www.idyll.org/~n8gray/code/index.html) + +Shell commands begun with a "!" can include the redirection operators +"<" or ">". The shell command "!cd" will not change directories +permanently; use the "@cd" short-cut instead. Any short-cut command +starting with "@" can be abbreviated with one or more letters. +E.g. "@r" is the same as "@run". The @log command requires that the +Python readline library be available on your system. + +Each of the above short-cuts can be performed by native Python +commands; they are just not as simple to type. Here is how several of +the short-cuts can be written in Python, which is what you need to do +in a script, since the above short-cuts only work at the Pizza.py +interactive prompt: + +Short-cut, Native Python +!ls -l, sys.command("ls -l") +@cd .., os.chdir("..") +@run myfile.py, execfile("myfile.py") +CTRL-D, sys.exit() :tb() + +:line + +3.4 Using Pizza.py tools :h4,link(3_4) + +The tools that Pizza.py adds to Python are each implemented as a +single Python class (e.g. dump, log, raster), so the first step in +using a tool is to create an instance of the class (an object). Each +class defines a set of methods (functions) that operate on the objects +you create and their associated data. Each method, including the +constructor, takes zero or more arguments, which may be previously +created objects. In practical terms, this means that you type +commands like this: + +d = dump("dump.*") +p = pdb("my.pdb",d) +p.many() +dnew = dump("dump.all") :pre + +The first 2 commands create dump and pdb objects named "d" and "p" +respectively. The "d" and "p" are Python variable names; you could +use any names you wish: "dump12" or "Dump_mine" or whatever. The 3rd +line invokes the "many" method within the pdb class for the pdb object +"p". This method writes out a series of PDB files using the snapshots +in "d" which was passed to "p" when it was created. The final command +creates a new dump object "dnew" from another dump file. You can +create and manage as many objects (of the same or different classes) +simultaneously as you wish. If the last line assigned the object to +"d", the original dump object with the same name would be deleted by +Python. + +Various Pizza.py tools create temporary files as they operate. These +are all named tmp.*. Pizza.py does not clean up all of these files, +since they are sometimes useful to look at for debugging or other +purposes. + +Python syntax allows for powerful combinations of tools to be invoked +in one or a few commands. For example + +lg = log("log.*") +m = matlab() +plotview(lg,m) :pre + +could be abbreviated as + +plotview(log("log.*"),matlab()) :pre + +With the -c command line switch, this one-liner could be specified +when Pizza.py is launched. This example also illustrates that created +objects (like the plotview object) do not need to be assigned to +variables if they will not be accessed in subsequent commands. + +:line + +3.5 Running Pizza.py and Python scripts :h4,link(3_5) + +A file containing Python and/or Pizza.py commands can be executed as a +script and arguments can be passed to it (if desired). The script can +be run in several different ways: + +(1) From the Pizza.py command line + +% pizza -f script.sample file.test 10 ... :pre + +(2) From the Pizza.py interactive prompt + +> @run script.sample file.test 10 ... :pre + +(3) From the Python command line + +% python -i script.sample file.test 10 ... :pre + +(4) From a shell prompt with #!/usr/local/bin/python -i as 1st line of script + +% script.sample arg1 arg2 ... :pre + +(5) From the Python interactive prompt + +>>> argv = [0,"file.test","10",...] +>>> execfile("script.sample") :pre + +(6) As a nested script from within another Python or Pizza.py script file + +argv = [0,"file.test","10",...] +execfile("script.sample") :pre + +The Pizza.py interpreter short-cut commands described +in the next section cannot be used in a script file. + +There are 2 additional issues to address in your script files. + +(A) First, if the script uses Pizza.py commands and you want to run it +from Python itself (methods 3,4,5,6), then your script should import +the necessary Pizza.py tools directly. E.g. if your script uses the +log and matlab tools, you would put these lines at the top: + +from log import log +from matlab import matlab :pre + +This is OK to do even if the script will be run by Pizza.py since it +doesn't matter that Pizza.py already imported the tools. Note that if +you do this, you can then give your script file and the Python tool +*.py files it uses to someone who doesn't have Pizza.py and they can +run your script with their Python. + +(B) Second, if your script takes arguments and you want the same +script to run identically for all 6 methods, then you need to include +this line at the beginning of the script: + +if not globals().has_key("argv"): argv = sys.argv :pre + +This will enable the arguments to be accessed in the script as +argv[1] for the 1st argument, argv[2] for the 2nd, etc. + +This works because in methods 3,4 Python stores the script arguments +in sys.argv and the script name in sys.argv[0]. The above line of +Python code copies sys.argv to argv. When Pizza.py runs the script +(methods 1,2) it loads the arguments directly into the "argv" +variable. Methods 5,6 load the arguments into argv explicitly before +executing the script via execfile(). In this case argv[0] is a dummy +argument to conform with the Python convention for sys.argv. + +Also note in methods 5,6 that all arguments such as "10" must be +strings even if they are numeric values, since this is the way they +are passed to the script in methods 1,2,3,4. + +As an example of the flexibility enabled by combining scripts, +arguments, and command-line options in Pizza.py, consider the 3-line +example of the previous sub-section. We modify the script as follows +and save it as logview.py: + +files = ' '.join(argv[1:]) # create one string from list of filenames +lg = log(files) +m = matlab() +plotview(lg,m) :pre + +If an alias is defined in your shell start-up file, such as + +alias logview ~/pizza/src/pizza.py -f logview.py :pre + +then you can type the following one-liner at the shell prompt to +invoke Pizza.py on the logview.py script with a list of files you +specfiy. + +% logview log.1 log.2 ... :pre + +A set of plots and a control GUI will appear on your screen. + +:line + +3.6 Error messages :h4,link(3_6) + +If you mistype a Pizza.py or Python command or pass an invalid +argument to a tool method, an error message will be printed by Python. +Usually these will be self-explanatory. Sometimes they will point to +a line of code inside a tool which Python was unable to execute +successfully. This could be because you passed the wrong arguments to +the tool, the data the tool is operating on is invalid, or because +there's a bug in the tool. In the latter case, please figure out as +much as you can about the bug and email a description and the +necessary files to reproduce the bug in the simplest possible way to +sjplimp@sandia.gov. diff --git a/doc/Section_examples.html b/doc/Section_examples.html new file mode 100644 index 0000000..554196a --- /dev/null +++ b/doc/Section_examples.html @@ -0,0 +1,57 @@ + +
Previous Section - Pizza.py WWW Site - +Pizza.py Documentation - Pizza.py Tools - Next +Section +
+ + + + + + +
+ +

5. Example scripts +

+

The Pizza.py distribution includes 2 sets of example scripts. A +listing of included scripts is given on the Pizza.py WWW +site. +

+ + +

(A) The examples directory has a README file and a variety of scripts. +For each tool in Pizza.py there is a test_tool.py script that invokes +the tool on a simple data set (from the files sub-directory) and +exercises various tool methods. These scripts are meant to illustrate +how the tool is used. +

+

Assuming pizza.py is in your path, each of the test scripts can be run +from within the examples directory by typing one of these lines (from +the shell or from within Pizza.py): +

+
% pizza.py -f test_animate.py
+> @run test_animate.py 
+
+

The remaining scripts in the examples directory illustrate how to do +various tasks in Pizza.py. They are not meant to be generically +useful nor are they well documented. Rather they are illustrations of +how to do some specific task quickly and straightforwardly. Most of +these scripts are not meant to be run by other users, since their data +files are not included. +

+

(B) The scripts directory contains several scripts you may find useful +either to use directly or to modify to create a new script for your +purposes. +

+

The top of each script file describes its purpose and syntax. That +information can be be accessed from within Pizza.py by typing "??" or +"? name.py" or "?? name.py". +

+

As explained in this section, any file in +the scripts directory can be run from the directory where your data +lives, by typing a line appropriate to the script's syntax, e.g. +

+
% pizza.py -f movie.py svg 60 135 dump.protein      from the shell
+> @run movie.py svg 60 135 dump.protein             from Pizza.py 
+
+ diff --git a/doc/Section_examples.txt b/doc/Section_examples.txt new file mode 100644 index 0000000..75401aa --- /dev/null +++ b/doc/Section_examples.txt @@ -0,0 +1,52 @@ +"Previous Section"_Section_tools.html - "Pizza.py WWW Site"_pws - +"Pizza.py Documentation"_pd - "Pizza.py Tools"_pt - "Next +Section"_Section_extend.html :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pt,Section_tools.html) + +:line + +5. Example scripts :h3 + +The Pizza.py distribution includes 2 sets of example scripts. A +listing of included scripts is given on the "Pizza.py WWW +site"_scripts. + +:link(scripts,http://www.cs.sandia.gov/~sjplimp/pizza/scripts.html) + +(A) The examples directory has a README file and a variety of scripts. +For each tool in Pizza.py there is a test_tool.py script that invokes +the tool on a simple data set (from the files sub-directory) and +exercises various tool methods. These scripts are meant to illustrate +how the tool is used. + +Assuming pizza.py is in your path, each of the test scripts can be run +from within the examples directory by typing one of these lines (from +the shell or from within Pizza.py): + +% pizza.py -f test_animate.py +> @run test_animate.py :pre + +The remaining scripts in the examples directory illustrate how to do +various tasks in Pizza.py. They are not meant to be generically +useful nor are they well documented. Rather they are illustrations of +how to do some specific task quickly and straightforwardly. Most of +these scripts are not meant to be run by other users, since their data +files are not included. + +(B) The scripts directory contains several scripts you may find useful +either to use directly or to modify to create a new script for your +purposes. + +The top of each script file describes its purpose and syntax. That +information can be be accessed from within Pizza.py by typing "??" or +"? name.py" or "?? name.py". + +As explained in "this section"_Section_basics.html#3_5, any file in +the scripts directory can be run from the directory where your data +lives, by typing a line appropriate to the script's syntax, e.g. + +% pizza.py -f movie.py svg 60 135 dump.protein from the shell +> @run movie.py svg 60 135 dump.protein from Pizza.py :pre diff --git a/doc/Section_extend.html b/doc/Section_extend.html new file mode 100644 index 0000000..d24a344 --- /dev/null +++ b/doc/Section_extend.html @@ -0,0 +1,101 @@ + +
Previous Section - Pizza.py WWW Site - +Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

6. Extending Pizza.py +

+

Pizza.py can easily be extended in several ways: +

+
  1. fix a bug +
  2. make a tool method faster or cleaner +
  3. add a new method or setting to a tool +
  4. add a new tool +
  5. add a generically useful script to the scripts dir +
  6. add a script that does something interesting to the examples dir +
  7. send a picture or movie you made with Pizza.py for the WWW page. +
+

You might be able to do (2) because you're better with Python than we +are! Note that generally, we've opted for simplicity versus speed in +writing the tools, unless the operation is very costly. An example of +something I'd like to speed up is the reading of large dump files in +dump.py. +

+

Some of the ideas we've had for (3), but haven't gotten around to, are +listed at the top of the src/*.py files as ToDo items. +

+

If you think your addition will be useful to other Pizza.py users, +email it to sjplimp@sandia.gov and it can be added to the distribution +with an attribution to you, both in the source code and on the +Pizza.py WWW site. +

+ + +
+ +

Here are ideas to consider when creating new Pizza.py tools or +scripts: +

+

(1) For tools, your *.py file should contain a Python class with the +same name as the *.py file since it will be imported into Pizza.py +with a statement like +

+
from dump import dump 
+
+

(2) Your scripts can use methods from Pizza.py classes to make data +analysis easier. E.g. scripts can be written that use the dump tool +to read dump files, then use the iterator calls and vecs() method from +dump.py to loop over snapshots and extract lists of particles for +further computation. See the scripts and examples directories for +examples of this. +

+

(3) To flag an error in your script or tool and exit back to the +Pizza.py prompt, use a line like: +

+
raise StandardError,"error message" 
+
+

(4) Document your tool be defining the "oneline" and "docstr" +variables at the top of the file. This is what will be printed when +you type "? dump", for example. +

+

(5) If you intend your tool to interact with other Pizza.py tools, you +should follow the Pizza.py philosophy of having objects be passed as +arguments to the tool methods. If you're creating a tool that is +similar to an existing tool, but a different flavor (e.g. wrapping +another plotting package in addition to MatLab or GnuPlot), then try +to make the interface similar to the others so all the related tools +can be used interchangeably. +

+

(6) From the Pizza.py perspective, the difference between a script and +a tool is as follows. A script typically does a specific operation +(with or without arguments). E.g. process a dump file and compute a +quantity. A tool version of the same operation would allow it to +store internal state and persist, or to be packaged in a way that +other tools or scripts can create instances of it and call its +methods. From the Python perspective the code for the 2 cases may not +look very different. The tool version might just be some Python +variables and methods stuck inside a Python class, which is what a +Pizza.py tool basically is. +

+

(7) The various Pizza.py tools are mostly related to the "LAMMPS" +molecular dynamics or ChemCell cell simulator packages. But +of course you can write Pizza.py tools that have nothing to do with +LAMMPS or ChemCell. If you think they will still be of general +interest to Pizza.py users, you can send them to us to include in the +Pizza.py distribution. Or you can keep the top-level pizza.py file, +throw away the LAMMPS and ChemCell tool files, build your own toolkit +for whatever application you wish, and use or even distribute it +yourself. That's the open-source philosophy. +

+ + + + + diff --git a/doc/Section_extend.txt b/doc/Section_extend.txt new file mode 100644 index 0000000..5d54805 --- /dev/null +++ b/doc/Section_extend.txt @@ -0,0 +1,95 @@ +"Previous Section"_Section_tools.html - "Pizza.py WWW Site"_pws - +"Pizza.py Documentation"_pd - "Pizza.py Tools"_pt :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pt,Section_tools.html) + +:line + +6. Extending Pizza.py :h3 + +Pizza.py can easily be extended in several ways: + +fix a bug +make a tool method faster or cleaner +add a new method or setting to a tool +add a new tool +add a generically useful script to the scripts dir +add a script that does something interesting to the examples dir +send a picture or movie you made with Pizza.py for the "WWW page"_pws. :ol + +You might be able to do (2) because you're better with Python than we +are! Note that generally, we've opted for simplicity versus speed in +writing the tools, unless the operation is very costly. An example of +something I'd like to speed up is the reading of large dump files in +dump.py. + +Some of the ideas we've had for (3), but haven't gotten around to, are +listed at the top of the src/*.py files as ToDo items. + +If you think your addition will be useful to other Pizza.py users, +email it to sjplimp@sandia.gov and it can be added to the distribution +with an attribution to you, both in the source code and on the +"Pizza.py WWW site"_thanks. + +:link(thanks,http://www.cs.sandia.gov/~sjplimp/pizza/thanks.html) + +:line + +Here are ideas to consider when creating new Pizza.py tools or +scripts: + +(1) For tools, your *.py file should contain a Python class with the +same name as the *.py file since it will be imported into Pizza.py +with a statement like + +from dump import dump :pre + +(2) Your scripts can use methods from Pizza.py classes to make data +analysis easier. E.g. scripts can be written that use the dump tool +to read dump files, then use the iterator calls and vecs() method from +dump.py to loop over snapshots and extract lists of particles for +further computation. See the scripts and examples directories for +examples of this. + +(3) To flag an error in your script or tool and exit back to the +Pizza.py prompt, use a line like: + +raise StandardError,"error message" :pre + +(4) Document your tool be defining the "oneline" and "docstr" +variables at the top of the file. This is what will be printed when +you type "? dump", for example. + +(5) If you intend your tool to interact with other Pizza.py tools, you +should follow the Pizza.py philosophy of having objects be passed as +arguments to the tool methods. If you're creating a tool that is +similar to an existing tool, but a different flavor (e.g. wrapping +another plotting package in addition to MatLab or GnuPlot), then try +to make the interface similar to the others so all the related tools +can be used interchangeably. + +(6) From the Pizza.py perspective, the difference between a script and +a tool is as follows. A script typically does a specific operation +(with or without arguments). E.g. process a dump file and compute a +quantity. A tool version of the same operation would allow it to +store internal state and persist, or to be packaged in a way that +other tools or scripts can create instances of it and call its +methods. From the Python perspective the code for the 2 cases may not +look very different. The tool version might just be some Python +variables and methods stuck inside a Python class, which is what a +Pizza.py tool basically is. + +(7) The various Pizza.py tools are mostly related to the "LAMMPS" +molecular dynamics or "ChemCell"_ccell cell simulator packages. But +of course you can write Pizza.py tools that have nothing to do with +LAMMPS or ChemCell. If you think they will still be of general +interest to Pizza.py users, you can send them to us to include in the +Pizza.py distribution. Or you can keep the top-level pizza.py file, +throw away the LAMMPS and ChemCell tool files, build your own toolkit +for whatever application you wish, and use or even distribute it +yourself. That's the open-source philosophy. + +:link(lammps,http://www.cs.sandia.gov/~sjplimp/lammps.html) +:link(ccell,http://www.cs.sandia.gov/~sjplimp/chemcell.html) diff --git a/doc/Section_install.html b/doc/Section_install.html new file mode 100644 index 0000000..73b5d32 --- /dev/null +++ b/doc/Section_install.html @@ -0,0 +1,548 @@ + +
Previous Section - Pizza.py WWW Site - +Pizza.py Documentation - Pizza.py Tools - Next +Section +
+ + + + + + +
+ +

2. Installing Pizza.py +

+

Unpack the Pizza.py distribution by typing the following: +

+
gunzip pizza.tar.gz
+tar xvf pizza.tar 
+
+

The Pizza.py main directory should then contain the following +directories: +

+
+ + + + + +
README initial instructions
LICENSE the GNU open-source license
doc HTML documentation for Pizza.py
examples scripts and data sets that exercise Pizza.py tools
scripts various Pizza.py script files
src source code for Pizza.py and its tools +
+ +

Because Python is an interpreted language, there is no need to compile +or "make" Pizza.py. You run Pizza.py by executing the src/pizza.py +file directly, as described below. However there are 3 issues to +consider: (a) you must have Python installed on your machine, (b) some +Pizza.py tools require your Python to be extended with additional +Python packages, and (c) some Pizza.py tools are wrappers on other +software which needs to be available on your system. +

+

If you don't plan to use a particular Pizza.py tool, you don't need to +install additional Python packages or other software it requires. +

+2.1 Installing Python
+2.2 Running Pizza.py
+2.3 Setting up the DEFAULTS.py file
+2.4 Installing additional Python packages
+2.5 Installing other software
+ +

Note that we cannot provide help on installing the various software +packages described here. If you have problems, you'll need to talk to +a local expert who can help you with your machine. If you find that +instructions on this page are incorrect or incomplete or you can +provide a better description of the install procedure, please send an +email to sjplimp@sandia.gov. +

+
+ +

Installing Python +

+

Python is open-source software available for Unix, Macintosh, and +Windows machines. If you have a Linux box or Mac it is probably +already installed. If the python executable is in your path, typing +"python" should give you a Python prompt ">>>" and tell you what +version you are running. Version 2.4 or newer is sufficiently current +to run Pizza.py, though older versions may work as well. +

+

If Python is not installed on your machine, go to +www.python.org to download a binary or +source-code version and then build and/or install it. +

+

On my Linux box, this was as easy as +

+
./configure; make; sudo make install 
+
+

To use the Pizza.py tools that have GUIs, you need to +insure your Python supports Tcl/Tk via the Tkinter module. This is +the case if you can type the following from your Python prompt: +

+
>>> import Tkinter
+>>> Tkinter._test() 
+
+

If this fails, see further instructions below for Tkinter. +

+

IMPORTANT NOTE: If you are installing a new version of Python, read +the Tkinter section first, since it describes how to make sure the +Tcl/Tk and Togl libraries are installed. If you want to use the +Pizza.py tools that require them, you need to do this step first +before building Python. +

+
+ +

Running Pizza.py +

+

Typically Pizza.py should be run from the directory where your LAMMPS +or other data files are. Like any Python program, Pizza.py can be run +in one of 2 ways, by typing either +

+
python -i ~/pizza/src/pizza.py
+~/pizza/src/pizza.py 
+
+

where the last argument is the full pathname of the pizza.py file. +

+

The -i switch leaves Python in interactive mode (instead of exiting) +after the pizza.py script is run. In the 2nd case, if the src dir is +in your path, just pizza.py could be typed. For the 2nd case, you +must also set src/pizza.py to be an executable file (chmod +x +pizza.py) and edit the 1st line of pizza.py to reflect where Python +lives on your system (find it by typing "which python"), e.g. +

+
#!/usr/local/bin/python -i 
+
+

Putting a definition like one of the following in your .cshrc file (or +equivalent syntax for other Unix shell start-up files) will let you +simply type "pizza" at the command-line to start Pizza.py. +

+

alias pizza python -i ~/pizza/src/pizza.py +alias pizza ~/pizza/src/pizza.py +

+

Pizza.py accepts several command-line options; they are described in +this section of the documentation. +

+

When Pizza.py starts, it reads a few values from the src/DEFAULTS.py +file (described below) and imports the *.py files from the src +directory as Python modules. These are the Pizza.py tools. Error +messages will be printed if your Python has not been extended with a +Python package that a tool requires. If you don't plan to use the +tool you can ignore the message, or exclude that tool via the +command-line switch "-x". +

+

Once all tools have been loaded and any initial scripts and commands +have been run (via command-line arguments) you should see the Pizza.py +">" prompt. From this point on, everything you type is a Python +command. Python interprets what you type, operates on your data, and +produces output or error messages, just as if you were typing in +response to Python's interactive prompt ">>>". +

+

You can also type special commands that have been added to the Python +interpreter by Pizza.py or commands that invoke Pizza.py tools. More +details about these options are explained in this +section of the documentation. +

+

As with Python, type Ctrl-D to exit Pizza.py at any time. +

+
+ +

Setting up the DEFAULTS.py file +

+

When Pizza.py starts it reads 3 values from the src/DEFAULTS.py file: +

+
+ + +
PIZZA_TOOLS directories that contain additional Pizza.py tools
PIZZA_SCRIPTS directories that contain additional Pizza.py scripts
PIZZA_EXCLUDE Python files that are not loaded, since they are not tools +
+ +

These are designed to allow users to augment Pizza.py with their own +tools and scripts, which need not be stored in the directories of the +Pizza.py pacakge. Follow the instructions in the DEFAULTS.py file for +using these options. +

+

The DEFAULTS.py files also contains various variables that specify the +name and path of programs that Pizza.py tools will execute on your +system. In some cases the variables contain settings that are used by +these programs. Read the comments in the DEFAULTS.py file for more +information. +

+

The following table lists the keywords in the DEFAULTS.py, the program +or setting that will be used by default if the keyword line is +commented out, and the Pizza.py tools that use the keyword. If the +program is not in your path or you wish to use an alternate program or +setting, you must edit the DEFAULTS.py file accordingly. If you don't +plan to use any tool that needs the keyword, you can ignore its +setting. +

+
+ + + + + + + + + + + + + + +
Keyword Default Value Purpose Tools that Use it
DISPLAY display display image files (ImageMagick) rasmol, raster, svg
CONVERT convert convert image files (ImageMagick) image
MONTAGE montage montage image files (ImageMagick) image
GNUPLOT gnuplot Gnu Plotting package gnu
GNUTERM x11 GnuPlot terminal gnu
GUNZIP gunzip unzip a compressed *.gz file dump, log
LABEL3D label3d put a label on a Raster3D image raster
MATLAB matlab MatLab numerical analysis & plotting package matlab
RASMOL rasmol RasMol molecular vizualization package rasmol
RENDER render Raster3D vizualization rendering engine raster
VMDNAME vmd VMD visualization package vmd
VMDDIR /usr/local/lib/vmd VMD visualization package vmd
VMDDEV win VMD visualization package vmd
VMDARCH LINUX VMD visualization package vmd +
+ +
+ +

Installing additional Python packages +

+

This is the list of extra Python packages various Pizza.py tools +require. If a tool is not listed it requires no extra packages. +Instructions on where to find the Python extensions and how to install +them are listed below. +

+
+ + + + + + + +
Package Tools that Use it
Numeric or Numpy dump, mdump, bdump, ldump, tdump
pexpect vmd
PIL animate, gl, image
Pmw image
PyOpenGL gl, vcr
readline Pizza.py itself
Tkinter animate, image, plotview, vcr +
+ +
+ +

Numeric or Numpy +

+

Numeric and its follow-on NumPy enables Python to +process vectors and arrays of numbers efficiently, both in terms of +memory and CPU speed. It's an extremely useful extension to have in +your Python if you do any numerical work on large data sets. Pizza.py +can use either Numeric or NumPy. +

+

If Numeric or NumPy is already installed in your Python, you should be +able to type one of the following without getting an error: +

+
>>> import Numeric
+>>> import numpy 
+
+

Numeric can be downloaded from this site on SourceForge and +NumPy from this site. Numeric version 24.2 is fine for +Pizza.py as is a current version of NumPy. Once unpacked, you can +type the following from the Numeric or NumPy directories to install it +in your Python. +

+
sudo python setup.py install 
+
+

Note: on my Linux box, when Numeric installed itself under the Python +lib in /usr/local, it did not set all file permsissions correctly to +allow a user to import it. So I also needed to do this: +

+
sudo chmod -R 755 /usr/local/lib/python2.5/site-packages/Numeric 
+
+ + + + +
+ +

pexpect +

+

Pexpect in a pure Python +implementation of the Expect capability of the Tcl language. It +allows Python to send commands to another program, and handshake the +interaction between them, one command at a time. +

+

If pexpect is already installed in your Python, you should be able to +type the following without getting an error: +

+
>>> import pexpect 
+
+

Pexpect can be downloaded from this +site. As of Nov 2010, Version +2.4 is fine. On my Linux box, this command installed it: +

+
sudo python setup.py install 
+
+
+ +

PIL +

+

The PIL (Python Imaging Library) allows Python to read image +files, manipulate them, and convert between several common image +formats. +

+ + + + +

If PIL is already installed in your Python, you should be able to type +the following without getting an error: +

+
>>> import Image,ImageTk 
+
+

PIL can be downloaded from this site. As of July 2007, +Version 1.1.6 is fine. On my Linux box, this command installed it: +

+
sudo python setup.py install 
+
+

with a notice that Tkinter and ZLIB (PNG) support were enabled. If +you want the Pizza.py tools to recognize other image formats +(e.g. JPEG), then look at the README for further details, if the PIL +build did not find the correct libraries. +

+
+ +

Pmw +

+

Pmw (Python mega-widgets) is a common Tkinter extension that +provides a host of more powerful GUI widgets. +

+ + +

If Pmw is already installed in your Python, you should be able to type +the following without getting an error: +

+
>>> import Pmw 
+
+

Pmw can be downloaded from this site. As of July 2007, Version +1.2 is fine. Pmw is installed by putting its files in your Python's +site-packages directory. After unpacking the tarball and +naming the resulting dir "pmw", I installed it on my Linux +box as follows: +

+
sudo cp -r pmw /usr/local/lib/python2.5/site-packages/Pmw
+sudo chmod -R 755 /usr/local/lib/python2.5/site-packages/Pmw 
+
+
+ +

PyOpenGL +

+

The PyOpenGL package is a wrapper on the ubiquitous OpenGL +graphics library and allows a Python program to make graphics calls in +standard OpenGL syntax. It also includes Togl support for opening a +Tk OpenGL widget, assuming your Python has Tkinter intstalled and that +Tkinter was built with Togl (read on!). The Pizza.py tools that use +PyOpenGL require this capability. +

+ + +

If PyOpenGL is already installed in your Python, you should be able to +type the following without getting an error: +

+
>>> import OpenGL 
+
+

If your PyOpenGL supports Togl, you should be able to type the +following without getting an error: +

+
>>> from OpenGL.Tk import *
+>>> from OpenGL.GLUT import * 
+
+

PyOpenGL can be downloaded from this site on SourceForge. +You want the latest PyOpenGL release (not OpenGLContext). As of July +2007, Version 3.0.0a6 is what I used. +

+

IMPORTANT NOTE: I had many problems installing earlier versions of +PyOpenGL on various boxes. But the 3.0 release was much easier to +install on my Linux box, as outlined here. Note that version 3.0 +requires Python 2.4 or later. +

+

IMPORTANT NOTE #2: By default, your Python may or may not have Tkinter +installed. Even if Tkinter is installed, it probably was not built +with Togl. If this is the case, you should install them first before +installing PyOpenGl, otherwise you will still get errors when you try +to use the Pizza.py tools that use PyOpenGL, because they require +Tkinter and Togl. See the Tkinter section below for instructions on +installing Tkinter and Togl in your Python. +

+

Installing 3.0 version of PyOpenGL requires the setuptools package be +part of your Python. As of July 2007, it can be downloaded from this +site. It is a single file, ez_setup.py, which can be +installed in your Python by typing: +

+
sudo python ez_setup.py 
+
+ + +

Once setuptools and Tkinter and Togl are in place, installing PyOpenGL +on my Linux box was as simple as: +

+
sudo python setup.py install 
+
+
+ +

readline +

+

The readline library is part of Python but is not supported +on all systems. If it works in your Python, then Pizza.py (and +Python) prompts are more shell-like and should support arrow keys, +Emacs-style editing, command history, etc. If you get an error "No +module named readline" when Pizza.py starts up, you can ignore it, or +comment out the line "import readline" in src/pizza.py. +

+

If readline is already installed in your Python, you should be able to +type the following without getting an error: +

+
>>> import readline 
+
+

The readline library can be downloaded from this site. +After building the library, I believe you then have to rebuild Python +itself. +

+ + + + +
+ +

Tkinter +

+

The Tkinter package is part of Python but is not always enabled when +Python is built, typically due to not finding the Tcl/Tk libraries. +If you can type the following without an error message in your Python, +then Tkinter is operational in your Python: +

+
>>> import Tkinter
+>>> Tkinter._test() 
+
+

If this fails, you need to rebuild Python and either insure it finds +the Tcl/Tk libraries or build those libraries first as described here. +Since I wanted a more current Python then was installed with Linux on +my box, I download the latest Python (Python 2.5.1 as of July 2007) +and installed it under /usr/local. +

+

IMPORTANT NOTE: If you want to use any of the Pizza.py tools that use +PyOpenGL, you also need the Togl library. You should install it +before building the Tcl/Tk libraries which you then build before +re-building Python, as described here. Unfortunately, if Tkinter is +already in your Python but without Togl support, I think you need to +go thru these 3 steps in order. +

+

(1) To intstall Togl, download it from this site on +SourceForge. As of July 2007, Version 1.7 is fine. +

+ + +

After unpacking the tarball, installing it on my Linux box was +as simple as: +

+
./configure; make; sudo make install 
+
+

(2) To build Tck/Tk libraries with Togl support, go to this +site on SourceForce to download the latest versions of Tcl and +Tk. +

+ + +

As of July 2007, I was unable to build version 8.4.15 on my Redhat +Linux box due to an odd error, but 8.4.7 built fine. After unpacking +the two tarballs I did the following: +

+
cd tcl8.4.7/unix
+./configure; make; sudo make install 
+cd tk8.4.7/unix
+./configure; make; sudo make install 
+
+

This build should find the Togl library previously installed under +/usr/local. +

+

(3) Now you can re-build Python and it should find the correct Tcl/Tk +libraries under /usr/local. Note that when you run ./configure as the +first step in building Python, it will tell you what it found for +Tcl/Tk. +

+
+ +

Installing other software +

+

Some Pizza.py tools invoke other software which must be installed on +your system for the tool to work. This is an alphabetic list of the +needed software. Except where noted, it is freely available for +download on the WWW. The Pizza.py tools that use this software are +listed above in this section. To see if you already have the +software on your box, type "which command", e.g. "which display". +

+

ImageMagick display, convert, montage commands +

+

Several Pizza.py tools display image files. The ImageMagick "display" +program can be used for this purpose. Likewise, the ImageMagick +"convert" and "montage" comands are used by the image tool. The +ImageMagick toolkit can be downloaded from this site and +contains a variety of useful image conversion and manipulation +software. +

+ + +

GnuPlot +

+

The Pizza.py gnu tool is a wrapper on the open-source GnuPlot program. +GnuPlot can be downloaded from this site. +

+ + +

Gunzip +

+

Gunzip is invoked by Python to read compressed (*.gz) data and dump +files. It is almost certainly on your Unix system. If not if can be +downloaded from this site. +

+ + +

Label3d +

+

The Pizza.py tool raster uses the label3d and render programs from the +Raster3d visualization package to produce high-quality ray-traced +images. See the description of "Render" below for information about +Raster3d. +

+

MatLab +

+

The Pizza.py matlab tool is a wrapper on MatLab which is a widely-used +commercial numerical analysis package that also produces nice plots. +Further information is available at the MathWorks WWW site. +When MatLab is installed on your system and the appropriate +environment variables are set, the command "matlab" should launch the +program. +

+ + +

RasMol +

+

The Pizza.py rasmol tool invokes the RasMol visualization package to +view molecular systems and produce nice images. RasMol can be +downloaded from this site, which is for the original +open-source version of RasMol, not the Protein Explorer derivative +version of RasMol. +

+ + +

Note that when using RasMol on a Mac, you will need to launch X11 +first (or run Pizza.py from an X11 xterm) to get RasMol to display +properly. +

+

Render +

+

The Pizza.py tool raster uses the render and label3d programs from the +Raster3d visualization package to produce high-quality ray-traced +images. Raster3d can be downloaded from this site. +

+ + +

For Macs, Raster3d is available for download via Fink as an +unstable package. +

+ + + + +

VMD +

+

The Pizza.py vmd tool is a simple wrapper on the VMD visualization +package which is a popular tool for visualizing the output of +molecular dynamics simulations. VMD can be downloaded from this +site. +

+ + + diff --git a/doc/Section_install.txt b/doc/Section_install.txt new file mode 100644 index 0000000..564ab05 --- /dev/null +++ b/doc/Section_install.txt @@ -0,0 +1,531 @@ +"Previous Section"_Section_intro.html - "Pizza.py WWW Site"_pws - +"Pizza.py Documentation"_pd - "Pizza.py Tools"_pt - "Next +Section"_Section_basics.html :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pt,Section_tools.html) + +:line + +2. Installing Pizza.py :h3 + +Unpack the Pizza.py distribution by typing the following: + +gunzip pizza.tar.gz +tar xvf pizza.tar :pre + +The Pizza.py main directory should then contain the following +directories: + +README: initial instructions +LICENSE: the GNU open-source license +doc: HTML documentation for Pizza.py +examples: scripts and data sets that exercise Pizza.py tools +scripts: various Pizza.py script files +src: source code for Pizza.py and its tools :tb(s=:) + +Because Python is an interpreted language, there is no need to compile +or "make" Pizza.py. You run Pizza.py by executing the src/pizza.py +file directly, as described below. However there are 3 issues to +consider: (a) you must have Python installed on your machine, (b) some +Pizza.py tools require your Python to be extended with additional +Python packages, and (c) some Pizza.py tools are wrappers on other +software which needs to be available on your system. + +If you don't plan to use a particular Pizza.py tool, you don't need to +install additional Python packages or other software it requires. + +2.1 "Installing Python"_#2_1 +2.2 "Running Pizza.py"_#2_2 +2.3 "Setting up the DEFAULTS.py file"_#2_3 +2.4 "Installing additional Python packages"_#2_4 +2.5 "Installing other software"_#2_5 :all(b) + +Note that we cannot provide help on installing the various software +packages described here. If you have problems, you'll need to talk to +a local expert who can help you with your machine. If you find that +instructions on this page are incorrect or incomplete or you can +provide a better description of the install procedure, please send an +email to sjplimp@sandia.gov. + +:line + +Installing Python :h4,link(2_1) + +Python is open-source software available for Unix, Macintosh, and +Windows machines. If you have a Linux box or Mac it is probably +already installed. If the python executable is in your path, typing +"python" should give you a Python prompt ">>>" and tell you what +version you are running. Version 2.4 or newer is sufficiently current +to run Pizza.py, though older versions may work as well. + +If Python is not installed on your machine, go to +"www.python.org"_http://www.python.org to download a binary or +source-code version and then build and/or install it. + +On my Linux box, this was as easy as + +./configure; make; sudo make install :pre + +To use the Pizza.py tools that have GUIs, you need to +insure your Python supports Tcl/Tk via the Tkinter module. This is +the case if you can type the following from your Python prompt: + +>>> import Tkinter +>>> Tkinter._test() :pre + +If this fails, see further instructions below for Tkinter. + +IMPORTANT NOTE: If you are installing a new version of Python, read +the Tkinter section first, since it describes how to make sure the +Tcl/Tk and Togl libraries are installed. If you want to use the +Pizza.py tools that require them, you need to do this step first +before building Python. + +:line + +Running Pizza.py :h4,link(2_2) + +Typically Pizza.py should be run from the directory where your LAMMPS +or other data files are. Like any Python program, Pizza.py can be run +in one of 2 ways, by typing either + +python -i ~/pizza/src/pizza.py +~/pizza/src/pizza.py :pre + +where the last argument is the full pathname of the pizza.py file. + +The -i switch leaves Python in interactive mode (instead of exiting) +after the pizza.py script is run. In the 2nd case, if the src dir is +in your path, just pizza.py could be typed. For the 2nd case, you +must also set src/pizza.py to be an executable file (chmod +x +pizza.py) and edit the 1st line of pizza.py to reflect where Python +lives on your system (find it by typing "which python"), e.g. + +#!/usr/local/bin/python -i :pre + +Putting a definition like one of the following in your .cshrc file (or +equivalent syntax for other Unix shell start-up files) will let you +simply type "pizza" at the command-line to start Pizza.py. + +alias pizza python -i ~/pizza/src/pizza.py +alias pizza ~/pizza/src/pizza.py + +Pizza.py accepts several command-line options; they are described in +"this section"_Section_basics.html of the documentation. + +When Pizza.py starts, it reads a few values from the src/DEFAULTS.py +file (described below) and imports the *.py files from the src +directory as Python modules. These are the Pizza.py tools. Error +messages will be printed if your Python has not been extended with a +Python package that a tool requires. If you don't plan to use the +tool you can ignore the message, or exclude that tool via the +command-line switch "-x". + +Once all tools have been loaded and any initial scripts and commands +have been run (via command-line arguments) you should see the Pizza.py +">" prompt. From this point on, everything you type is a Python +command. Python interprets what you type, operates on your data, and +produces output or error messages, just as if you were typing in +response to Python's interactive prompt ">>>". + +You can also type special commands that have been added to the Python +interpreter by Pizza.py or commands that invoke Pizza.py tools. More +details about these options are explained in "this +section"_Section_basics.html of the documentation. + +As with Python, type Ctrl-D to exit Pizza.py at any time. + +:line + +Setting up the DEFAULTS.py file :h4,link(2_3) + +When Pizza.py starts it reads 3 values from the src/DEFAULTS.py file: + +PIZZA_TOOLS: directories that contain additional Pizza.py tools +PIZZA_SCRIPTS: directories that contain additional Pizza.py scripts +PIZZA_EXCLUDE: Python files that are not loaded, since they are not tools :tb(s=:) + +These are designed to allow users to augment Pizza.py with their own +tools and scripts, which need not be stored in the directories of the +Pizza.py pacakge. Follow the instructions in the DEFAULTS.py file for +using these options. + +The DEFAULTS.py files also contains various variables that specify the +name and path of programs that Pizza.py tools will execute on your +system. In some cases the variables contain settings that are used by +these programs. Read the comments in the DEFAULTS.py file for more +information. + +The following table lists the keywords in the DEFAULTS.py, the program +or setting that will be used by default if the keyword line is +commented out, and the Pizza.py tools that use the keyword. If the +program is not in your path or you wish to use an alternate program or +setting, you must edit the DEFAULTS.py file accordingly. If you don't +plan to use any tool that needs the keyword, you can ignore its +setting. + +Keyword: Default Value: Purpose: Tools that Use it +DISPLAY: display: display image files (ImageMagick): rasmol, raster, svg +CONVERT: convert: convert image files (ImageMagick): image +MONTAGE: montage: montage image files (ImageMagick): image +GNUPLOT: gnuplot: Gnu Plotting package: gnu +GNUTERM: x11: GnuPlot terminal: gnu +GUNZIP: gunzip: unzip a compressed *.gz file: dump, log +LABEL3D: label3d: put a label on a Raster3D image: raster +MATLAB: matlab: MatLab numerical analysis & plotting package: matlab +RASMOL: rasmol: RasMol molecular vizualization package: rasmol +RENDER: render: Raster3D vizualization rendering engine: raster +VMDNAME: vmd: VMD visualization package: vmd +VMDDIR: /usr/local/lib/vmd: VMD visualization package: vmd +VMDDEV: win: VMD visualization package: vmd +VMDARCH: LINUX: VMD visualization package: vmd :tb(s=:) + +:line + +Installing additional Python packages :h4,link(2_4) + +This is the list of extra Python packages various Pizza.py tools +require. If a tool is not listed it requires no extra packages. +Instructions on where to find the Python extensions and how to install +them are listed below. + +Package : Tools that Use it +Numeric or Numpy : dump, mdump, bdump, ldump, tdump +pexpect : vmd +PIL : animate, gl, image +Pmw : image +PyOpenGL: gl, vcr +readline: Pizza.py itself +Tkinter : animate, image, plotview, vcr :tb(s=:) + +:line + +Numeric or Numpy :h4 + +"Numeric"_numeric and its follow-on "NumPy"_numpy enables Python to +process vectors and arrays of numbers efficiently, both in terms of +memory and CPU speed. It's an extremely useful extension to have in +your Python if you do any numerical work on large data sets. Pizza.py +can use either Numeric or NumPy. + +If Numeric or NumPy is already installed in your Python, you should be +able to type one of the following without getting an error: + +>>> import Numeric +>>> import numpy :pre + +Numeric can be downloaded from "this site"_numdown on SourceForge and +NumPy from "this site"_numeric. Numeric version 24.2 is fine for +Pizza.py as is a current version of NumPy. Once unpacked, you can +type the following from the Numeric or NumPy directories to install it +in your Python. + +sudo python setup.py install :pre + +Note: on my Linux box, when Numeric installed itself under the Python +lib in /usr/local, it did not set all file permsissions correctly to +allow a user to import it. So I also needed to do this: + +sudo chmod -R 755 /usr/local/lib/python2.5/site-packages/Numeric :pre + +:link(numeric,http://numeric.scipy.org) +:link(numdown,http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=1351) + +:line + +pexpect :h4 + +"Pexpect"_http://pypi.python.org/pypi/pexpect in a pure Python +implementation of the Expect capability of the Tcl language. It +allows Python to send commands to another program, and handshake the +interaction between them, one command at a time. + +If pexpect is already installed in your Python, you should be able to +type the following without getting an error: + +>>> import pexpect :pre + +Pexpect can be downloaded from "this +site"_http://pypi.python.org/pypi/pexpect. As of Nov 2010, Version +2.4 is fine. On my Linux box, this command installed it: + +sudo python setup.py install :pre + +:line + +PIL :h4 + +The PIL ("Python Imaging Library"_pil) allows Python to read image +files, manipulate them, and convert between several common image +formats. + +:link(pil,http://www.pythonware.com/products/pil) +:link(pildown,http://effbot.org/zone/pil-index.htm) + +If PIL is already installed in your Python, you should be able to type +the following without getting an error: + +>>> import Image,ImageTk :pre + +PIL can be downloaded from "this site"_pildown. As of July 2007, +Version 1.1.6 is fine. On my Linux box, this command installed it: + +sudo python setup.py install :pre + +with a notice that Tkinter and ZLIB (PNG) support were enabled. If +you want the Pizza.py tools to recognize other image formats +(e.g. JPEG), then look at the README for further details, if the PIL +build did not find the correct libraries. + +:line + +Pmw :h4 + +Pmw ("Python mega-widgets"_pmw) is a common Tkinter extension that +provides a host of more powerful GUI widgets. + +:link(pmw,http://pmw.sourceforge.net) + +If Pmw is already installed in your Python, you should be able to type +the following without getting an error: + +>>> import Pmw :pre + +Pmw can be downloaded from "this site"_pmw. As of July 2007, Version +1.2 is fine. Pmw is installed by putting its files in your Python's +site-packages directory. After unpacking the tarball and +naming the resulting dir "pmw", I installed it on my Linux +box as follows: + +sudo cp -r pmw /usr/local/lib/python2.5/site-packages/Pmw +sudo chmod -R 755 /usr/local/lib/python2.5/site-packages/Pmw :pre + +:line + +PyOpenGL :h4 + +The "PyOpenGL"_pyopengl package is a wrapper on the ubiquitous OpenGL +graphics library and allows a Python program to make graphics calls in +standard OpenGL syntax. It also includes Togl support for opening a +Tk OpenGL widget, assuming your Python has Tkinter intstalled and that +Tkinter was built with Togl (read on!). The Pizza.py tools that use +PyOpenGL require this capability. + +:link(pyopengl,http://pyopengl.sourceforge.net) + +If PyOpenGL is already installed in your Python, you should be able to +type the following without getting an error: + +>>> import OpenGL :pre + +If your PyOpenGL supports Togl, you should be able to type the +following without getting an error: + +>>> from OpenGL.Tk import * +>>> from OpenGL.GLUT import * :pre + +PyOpenGL can be downloaded from "this site"_pyopengl on SourceForge. +You want the latest PyOpenGL release (not OpenGLContext). As of July +2007, Version 3.0.0a6 is what I used. + +IMPORTANT NOTE: I had many problems installing earlier versions of +PyOpenGL on various boxes. But the 3.0 release was much easier to +install on my Linux box, as outlined here. Note that version 3.0 +requires Python 2.4 or later. + +IMPORTANT NOTE #2: By default, your Python may or may not have Tkinter +installed. Even if Tkinter is installed, it probably was not built +with Togl. If this is the case, you should install them first before +installing PyOpenGl, otherwise you will still get errors when you try +to use the Pizza.py tools that use PyOpenGL, because they require +Tkinter and Togl. See the Tkinter section below for instructions on +installing Tkinter and Togl in your Python. + +Installing 3.0 version of PyOpenGL requires the setuptools package be +part of your Python. As of July 2007, it can be downloaded from "this +site"_setuptools. It is a single file, ez_setup.py, which can be +installed in your Python by typing: + +sudo python ez_setup.py :pre + +:link(setuptools,http://peak.telecommunity.com/DevCenter/setuptools) + +Once setuptools and Tkinter and Togl are in place, installing PyOpenGL +on my Linux box was as simple as: + +sudo python setup.py install :pre + +:line + +readline :h4 + +The "readline"_readline library is part of Python but is not supported +on all systems. If it works in your Python, then Pizza.py (and +Python) prompts are more shell-like and should support arrow keys, +Emacs-style editing, command history, etc. If you get an error "No +module named readline" when Pizza.py starts up, you can ignore it, or +comment out the line "import readline" in src/pizza.py. + +If readline is already installed in your Python, you should be able to +type the following without getting an error: + +>>> import readline :pre + +The readline library can be downloaded from "this site"_readdown. +After building the library, I believe you then have to rebuild Python +itself. + +:link(readline,http://cnswww.cns.cwru.edu/~chet/readline/rltop.html) +:link(readdown,http://cnswww.cns.cwru.edu/~chet/readline/rltop.html#Availability) + +:line + +Tkinter :h4 + +The Tkinter package is part of Python but is not always enabled when +Python is built, typically due to not finding the Tcl/Tk libraries. +If you can type the following without an error message in your Python, +then Tkinter is operational in your Python: + +>>> import Tkinter +>>> Tkinter._test() :pre + +If this fails, you need to rebuild Python and either insure it finds +the Tcl/Tk libraries or build those libraries first as described here. +Since I wanted a more current Python then was installed with Linux on +my box, I download the latest Python (Python 2.5.1 as of July 2007) +and installed it under /usr/local. + +IMPORTANT NOTE: If you want to use any of the Pizza.py tools that use +PyOpenGL, you also need the Togl library. You should install it +before building the Tcl/Tk libraries which you then build before +re-building Python, as described here. Unfortunately, if Tkinter is +already in your Python but without Togl support, I think you need to +go thru these 3 steps in order. + +(1) To intstall Togl, download it from "this site"_togl on +SourceForge. As of July 2007, Version 1.7 is fine. + +:link(togl,http://togl.sourceforge.net) + +After unpacking the tarball, installing it on my Linux box was +as simple as: + +./configure; make; sudo make install :pre + +(2) To build Tck/Tk libraries with Togl support, go to "this +site"_tcltk on SourceForce to download the latest versions of Tcl and +Tk. + +:link(tcltk,http://sourceforge.net/project/showfiles.php?group_id=10894) + +As of July 2007, I was unable to build version 8.4.15 on my Redhat +Linux box due to an odd error, but 8.4.7 built fine. After unpacking +the two tarballs I did the following: + +cd tcl8.4.7/unix +./configure; make; sudo make install +cd tk8.4.7/unix +./configure; make; sudo make install :pre + +This build should find the Togl library previously installed under +/usr/local. + +(3) Now you can re-build Python and it should find the correct Tcl/Tk +libraries under /usr/local. Note that when you run ./configure as the +first step in building Python, it will tell you what it found for +Tcl/Tk. + +:line + +Installing other software :h4,link(2_5) + +Some Pizza.py tools invoke other software which must be installed on +your system for the tool to work. This is an alphabetic list of the +needed software. Except where noted, it is freely available for +download on the WWW. The Pizza.py tools that use this software are +listed above in "this section"_#2_3. To see if you already have the +software on your box, type "which command", e.g. "which display". + +ImageMagick display, convert, montage commands :h4 + +Several Pizza.py tools display image files. The ImageMagick "display" +program can be used for this purpose. Likewise, the ImageMagick +"convert" and "montage" comands are used by the image tool. The +ImageMagick toolkit can be downloaded from "this site"_imagemagick and +contains a variety of useful image conversion and manipulation +software. + +:link(imagemagick,http://www.imagemagick.org/script/index.php) + +GnuPlot :h4 + +The Pizza.py gnu tool is a wrapper on the open-source GnuPlot program. +GnuPlot can be downloaded from "this site"_gnuplot. + +:link(gnuplot,http://www.gnuplot.info) + +Gunzip :h4 + +Gunzip is invoked by Python to read compressed (*.gz) data and dump +files. It is almost certainly on your Unix system. If not if can be +downloaded from "this site"_gzip. + +:link(gzip,http://www.gnu.org/software/gzip/gzip.html) + +Label3d :h4 + +The Pizza.py tool raster uses the label3d and render programs from the +Raster3d visualization package to produce high-quality ray-traced +images. See the description of "Render" below for information about +Raster3d. + +MatLab :h4 + +The Pizza.py matlab tool is a wrapper on MatLab which is a widely-used +commercial numerical analysis package that also produces nice plots. +Further information is available at "the MathWorks WWW site"_matlab. +When MatLab is installed on your system and the appropriate +environment variables are set, the command "matlab" should launch the +program. + +:link(matlab,http://www.mathworks.com) + +RasMol :h4 + +The Pizza.py rasmol tool invokes the RasMol visualization package to +view molecular systems and produce nice images. RasMol can be +downloaded from "this site"_rasmol, which is for the original +open-source version of RasMol, not the Protein Explorer derivative +version of RasMol. + +:link(rasmol,http://www.openrasmol.org) + +Note that when using RasMol on a Mac, you will need to launch X11 +first (or run Pizza.py from an X11 xterm) to get RasMol to display +properly. + +Render :h4 + +The Pizza.py tool raster uses the render and label3d programs from the +Raster3d visualization package to produce high-quality ray-traced +images. Raster3d can be downloaded from "this site"_raster. + +:link(raster,http://www.bmsc.washington.edu/raster3d/raster3d.html) + +For Macs, Raster3d is available for download via "Fink"_fink as an +"unstable package"_unstable. + +:link(fink,http://fink.sourceforge.net/pdb/package.php/raster3d) +:link(unstable,http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#unstable) + +VMD :h4 + +The Pizza.py vmd tool is a simple wrapper on the "VMD visualization +package"_vmd which is a popular tool for visualizing the output of +molecular dynamics simulations. VMD can be downloaded from "this +site"_vmd. + +:link(vmd,http://www.ks.uiuc.edu/Research/vmd) diff --git a/doc/Section_intro.html b/doc/Section_intro.html new file mode 100644 index 0000000..a77227c --- /dev/null +++ b/doc/Section_intro.html @@ -0,0 +1,160 @@ + +
Previous Section - Pizza.py WWW Site - Pizza.py +Documentation - Pizza.py Tools - Next +Section +
+ + + + + + +
+ +

1. Introduction +

+

These sections describe what Pizza.py is, what it means to be +open-source software, and acknowledge the funding and people who have +contributed to Pizza.py. +

+1.1 What is Pizza.Py
+1.2 Open source distribution
+1.3 Acknowledgements
+ +
+ +

1.1 What is Pizza.py +

+

Pizza.py is a loosely integrated collection of tools, many of which +provide pre- and post-processing capabilities for the LAMMPS +molecular dynamics and ChemCell cell simulator packages. +

+ + + + +

There are tools to create input files, convert between file formats to +connect to other codes, process log and dump files, plot output, and +visualize and animate simulation snapshots. +

+

Python is used in Pizza.py in 3 ways: +

+ +

Python makes it easy for users of Pizza.py to: +

+ +

The topmost level of Pizza.py adds a modest bit of functionality to +the Python interpreter to make it easier to invoke tools and pass data +between them. As such, Python is an ideal "framework" or "glue" +language that enables various tools to be hooked together, while also +providing a rich programming environment of its own. +

+
+ +

1.2 Open source distribution +

+

Pizza.py comes with no warranty of any kind. As each source file +states in its header, it is distributed free-of-charge, under the +terms of the GNU Public License (GPL). This is often referred +to as open-source distribution - see www.gnu.org or +www.opensource.org for more details. The legal text of +the GPL is in the LICENSE file that is included in the Pizza.py +distribution. +

+ + + + + + +

Here is a summary of what the GPL means for Pizza.py users: +

+

(1) Anyone is free to use, modify, or extend Pizza.py in any way they +choose, including for commercial purposes. +

+

(2) If you distribute a modified version of Pizza.py, it must remain +open-source, meaning you distribute it under the terms of the GPL. +You should clearly annotate such a code as a derivative version of +Pizza.py. +

+

(3) If you release any code that includes Pizza.py source code, then +it must also be open-sourced, meaning you distribute it under the +terms of the GPL. +

+

(4) If you give Pizza.py to someone else, the GPL LICENSE file and +source file headers (including the GPL notices) should remain part of +the code. +

+

In the spirit of an open-source code, these are various ways you can +contribute to making Pizza.py better. You can send email to +sjplimp@sandia.gov on any of these items. +

+ +
+ +

1.3 Acknowledgements +

+

Pizza.py has been developed at Sandia National Laboratories +which is a multiprogram laboratory operated by Sandia Corporation, a +Lockheed Martin Company, for the United States Department of Energy's +National Nuclear Security Administration under contract +DE-AC04-94AL85000. +

+

Funding for Pizza.py development has come from the US Department of +Energy (DOE), through its LDRD and Genomes-to-Life programs. +The latter effort has been funded by DOE's OASCR and +OBER offices as part of the US Department of Energy's +Genomics:GTL program (www.doegenomestolife.org) under the +project, "Carbon Sequestration in Synechococcus Sp.: From +Molecular Machines to Hierarchical Modeling". +

+ + + + + + + + + + + + +

The maintainer of Pizza.py is Steve Plimpton. +

+ + +

Matt Jones, a BYU student who was a summer intern at Sandia, wrote +several of the coolest tools in Pizza.py and about half the code in +the initial version. +

+

Others who have written tools or scripts that are part of the Pizza.py +distribution are listed on the Pizza.py WWW site. +

+ + + diff --git a/doc/Section_intro.txt b/doc/Section_intro.txt new file mode 100644 index 0000000..f80f25b --- /dev/null +++ b/doc/Section_intro.txt @@ -0,0 +1,147 @@ +"Previous Section"_Manual.html - "Pizza.py WWW Site"_pws - "Pizza.py +Documentation"_pd - "Pizza.py Tools"_pt - "Next +Section"_Section_install.html :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pt,Section_tools.html) + +:line + +1. Introduction :h3 + +These sections describe what Pizza.py is, what it means to be +open-source software, and acknowledge the funding and people who have +contributed to Pizza.py. + +1.1 "What is Pizza.Py"_#1_1 +1.2 "Open source distribution"_#1_2 +1.3 "Acknowledgements"_#1_3 :all(b) + +:line + +1.1 What is Pizza.py :link(1_1),h4 + +Pizza.py is a loosely integrated collection of tools, many of which +provide pre- and post-processing capabilities for the "LAMMPS"_lammps +molecular dynamics and "ChemCell"_ccell cell simulator packages. + +:link(lammps,http://www.cs.sandia.gov/~sjplimp/lammps.html) +:link(ccell,http://www.cs.sandia.gov/~sjplimp/chemcell.html) + +There are tools to create input files, convert between file formats to +connect to other codes, process log and dump files, plot output, and +visualize and animate simulation snapshots. + +Python is used in Pizza.py in 3 ways: + +to provide an interactive and scripting interface to the tools +as a language for writing tools +to wrap existing stand-alone codes :ul + +Python makes it easy for users of Pizza.py to: + +experiment with tools interactively +automate tasks as script files of commands +extend tools or create new ones :ul + +The topmost level of Pizza.py adds a modest bit of functionality to +the Python interpreter to make it easier to invoke tools and pass data +between them. As such, Python is an ideal "framework" or "glue" +language that enables various tools to be hooked together, while also +providing a rich programming environment of its own. + +:line + +1.2 Open source distribution :link(1_2),h4 + +Pizza.py comes with no warranty of any kind. As each source file +states in its header, it is distributed free-of-charge, under the +terms of the "GNU Public License"_gnu (GPL). This is often referred +to as open-source distribution - see "www.gnu.org"_gnuorg or +"www.opensource.org"_opensource for more details. The legal text of +the GPL is in the LICENSE file that is included in the Pizza.py +distribution. + +:link(gnu,http://www.gnu.org/copyleft/gpl.html) +:link(gnuorg,http://www.gnu.org) +:link(opensource,http://www.opensource.org) + +Here is a summary of what the GPL means for Pizza.py users: + +(1) Anyone is free to use, modify, or extend Pizza.py in any way they +choose, including for commercial purposes. + +(2) If you distribute a modified version of Pizza.py, it must remain +open-source, meaning you distribute it under the terms of the GPL. +You should clearly annotate such a code as a derivative version of +Pizza.py. + +(3) If you release any code that includes Pizza.py source code, then +it must also be open-sourced, meaning you distribute it under the +terms of the GPL. + +(4) If you give Pizza.py to someone else, the GPL LICENSE file and +source file headers (including the GPL notices) should remain part of +the code. + +In the spirit of an open-source code, these are various ways you can +contribute to making Pizza.py better. You can send email to +sjplimp@sandia.gov on any of these items. + +If you write a Pizza.py script that is generally useful or illustrates +how to do something cool with Pizza.py, it can be added to the +Pizza.py distribution. Ditto for a picture or movie that can be added +to the "Pizza.py WWW site"_pws. :ulb,l + +If you add a new method to one of the tools or create a new tool that +is useful for Pizza.py or LAMMPS or ChemCell users, it can be added to +the Pizza.py distribution. See the ToDo list at the beginning of the +src/*.py files for features that haven't yet been implemented. :l + +If you find a bug, report it. :l + +Report if you find an error or omission in the "Pizza.py +documentation"_pd or on the "Pizza.py WWW Site"_pws, or have a +suggestion for something to clarify or include. :l + +Point prospective users to the "Pizza.py WWW Site"_pws or link to it +from your WWW site. :ule,l + +:line + +1.3 Acknowledgements :h4,link(1_3) + +Pizza.py has been developed at "Sandia National Laboratories"_sandia +which is a multiprogram laboratory operated by Sandia Corporation, a +Lockheed Martin Company, for the United States Department of Energy's +National Nuclear Security Administration under contract +DE-AC04-94AL85000. + +Funding for Pizza.py development has come from the US Department of +Energy ("DOE"_doe), through its LDRD and Genomes-to-Life programs. +The latter effort has been funded by DOE's "OASCR"_oascr and +"OBER"_ober offices as part of the US Department of Energy's +Genomics:GTL program ("www.doegenomestolife.org"_gtl) under the +"project"_ourgtl, "Carbon Sequestration in Synechococcus Sp.: From +Molecular Machines to Hierarchical Modeling". + +:link(sandia,http://www.sandia.gov) +:link(doe,http://www.doe.gov) +:link(gtl,http://www.doegenomestolife.org) +:link(ourgtl,http://www.genomes2life.org) +:link(oascr,http://www.sc.doe.gov/ascr/home.html) +:link(ober,http://www.er.doe.gov/production/ober/ober_top.html) + +The maintainer of Pizza.py is "Steve Plimpton"_sjp. + +:link(sjp,http://www.cs.sandia.gov/~sjplimp) + +Matt Jones, a BYU student who was a summer intern at Sandia, wrote +several of the coolest tools in Pizza.py and about half the code in +the initial version. + +Others who have written tools or scripts that are part of the Pizza.py +distribution are listed on the "Pizza.py WWW site"_authors. + +:link(authors,http://www.cs.sandia.gov/~sjplimp/pizza/thanks.html) diff --git a/doc/Section_tools.html b/doc/Section_tools.html new file mode 100644 index 0000000..352d288 --- /dev/null +++ b/doc/Section_tools.html @@ -0,0 +1,101 @@ + +
Previous Section - Pizza.py WWW Site - +Pizza.py Documentation - Pizza.py Tools - Next +Section +
+ + + + + + +
+ +

4. Tools within Pizza.py +

+

Th previous section describes how Pizza.py +tools are used in Pizza.py. +

+

Help on the syntax for invoking a tool and using its methods and +settings can be accessed interactively within Pizza.py itself by +typing "? tool" or "?? tool". Typing "??" gives a one-line +description of each tool. +

+

These are the different categories of Pizza.py tools: +

+
+ + + + + + +
LAMMPS in/out files chain, data, dump, log, patch, bdump, ldump, tdump
ChemCell in/out files cdata, clog, dump
Visualization gl, rasmol, raster, svg, vmd
File conversion cfg, ensight, pdbfile, vtk, xyz
GUI wrappers animate, image, plotview, vcr
Plotting gnu, matlab
Miscellaneous histo, mdump, pair, vec +
+ +

Within the plotting and viz categories, individual tools share many +common methods, so the tools can often be used interchangeably. For +example, the same script can produce an animation using either +Raster3d or SVG to generate the movie frames, by simply changing the +line that creates the visualizer object, or by passing the object into +the script as an argument. +

+

This is the complete list of tools in Pizza.py; the link is to each +tool's documentation page. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
animate.py Animate a series of image files
bdump.py Read LAMMPS dump local files with bond info
cdata.py Read, write, manipulate Chemcell data files
chain.py Create bead-spring chains for LAMMPS input
cfg.py Convert LAMMPS snapshots to CFG format
clog.py Read ChemCell log files and extract species data
data.py Read, write, manipulate LAMMPS data files
dump.py Read, write, manipulate dump files and particle attributes
ensight.py Convert LAMMPS snapshots to Ensight format
gl.py 3d interactive visualization via OpenGL
gnu.py Create plots via GnuPlot plotting program
histo.py Particle density histogram from a dump
image.py View and manipulate images
ldump.py Read LAMMPS dump files with line info
log.py Read LAMMPS log files and extract thermodynamic data
matlab.py Create plots via MatLab numerical analysis program
mdump.py Read, write, manipulate mesh dump files
pair.py Compute LAMMPS pairwise energies
patch.py Create patchy Lennard-Jones particles for LAMMPS input
pdbfile.py Read, write PDB files in combo with LAMMPS snapshots
plotview.py Plot multiple vectors from a data set
rasmol.py 3d visualization via RasMol program
raster.py 3d visualization via Raster3d program
svg.py 3d visualization via SVG files
tdump.py Read LAMMPS dump files with triangle info
vcr.py VCR-style GUI for 3d interactive OpenGL visualization
vec.py Create numeric vectors from columns in file or list of vecs
vtk.py Convert LAMMPS snapshots to VTK format
vmd.py Wrapper on VMD visualization package
xyz.py Convert LAMMPS snapshots to XYZ format +
+ + + + + + + + + + + + + + + + + +

This diagram represents the different ways tools can be interconnected +by Pizza.py. Tools within the same red box are tools that are +(roughly) interchangeable. +

+
+
+ diff --git a/doc/Section_tools.txt b/doc/Section_tools.txt new file mode 100644 index 0000000..10181f6 --- /dev/null +++ b/doc/Section_tools.txt @@ -0,0 +1,85 @@ +"Previous Section"_Section_basics.html - "Pizza.py WWW Site"_pws - +"Pizza.py Documentation"_pd - "Pizza.py Tools"_pt - "Next +Section"_Section_examples.html :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pt,Section_tools.html) + +:line + +4. Tools within Pizza.py :h3 + +"Th previous section"_Section_basics.html#3_4 describes how Pizza.py +tools are used in Pizza.py. + +Help on the syntax for invoking a tool and using its methods and +settings can be accessed interactively within Pizza.py itself by +typing "? tool" or "?? tool". Typing "??" gives a one-line +description of each tool. + +These are the different categories of Pizza.py tools: + +LAMMPS in/out files: chain, data, dump, log, patch, bdump, ldump, tdump +ChemCell in/out files: cdata, clog, dump +Visualization: gl, rasmol, raster, svg, vmd +File conversion: cfg, ensight, pdbfile, vtk, xyz +GUI wrappers: animate, image, plotview, vcr +Plotting: gnu, matlab +Miscellaneous: histo, mdump, pair, vec :tb(s=:) + +Within the plotting and viz categories, individual tools share many +common methods, so the tools can often be used interchangeably. For +example, the same script can produce an animation using either +Raster3d or SVG to generate the movie frames, by simply changing the +line that creates the visualizer object, or by passing the object into +the script as an argument. + +This is the complete list of tools in Pizza.py; the link is to each +tool's documentation page. + +"animate.py"_animate.html; Animate a series of image files +"bdump.py"_bdump.html; Read LAMMPS dump local files with bond info +"cdata.py"_data.html; Read, write, manipulate "Chemcell"_ccell data files +"chain.py"_chain.html; Create bead-spring chains for LAMMPS input +"cfg.py"_cfg.html; Convert LAMMPS snapshots to CFG format +"clog.py"_clog.html; Read "ChemCell"_ccell log files and extract species data +"data.py"_data.html; Read, write, manipulate LAMMPS data files +"dump.py"_dump.html; Read, write, manipulate dump files and particle attributes +"ensight.py"_ensight.html; Convert LAMMPS snapshots to "Ensight"_ensight format +"gl.py"_gl.html; 3d interactive visualization via OpenGL +"gnu.py"_gnu.html; Create plots via "GnuPlot"_gnuplot plotting program +"histo.py"_histo.html; Particle density histogram from a dump +"image.py"_image.html; View and manipulate images +"ldump.py"_ldump.html; Read LAMMPS dump files with line info +"log.py"_log.html; Read LAMMPS log files and extract thermodynamic data +"matlab.py"_matlab.html; Create plots via "MatLab"_matlab numerical analysis program +"mdump.py"_mdump.html; Read, write, manipulate mesh dump files +"pair.py"_pair.html; Compute LAMMPS pairwise energies +"patch.py"_patch.html; Create patchy Lennard-Jones particles for LAMMPS input +"pdbfile.py"_pdbfile.html; Read, write PDB files in combo with LAMMPS snapshots +"plotview.py"_plotview.html; Plot multiple vectors from a data set +"rasmol.py"_rasmol.html; 3d visualization via "RasMol"_rasmol program +"raster.py"_raster.html; 3d visualization via "Raster3d"_raster3d program +"svg.py"_svg.html; 3d visualization via "SVG"_svg files +"tdump.py"_tdump.html; Read LAMMPS dump files with triangle info +"vcr.py"_vcr.html; VCR-style GUI for 3d interactive OpenGL visualization +"vec.py"_vec.html; Create numeric vectors from columns in file or list of vecs +"vtk.py"_vtk.html; Convert LAMMPS snapshots to VTK format +"vmd.py"_vmd.html; Wrapper on "VMD visualization package"_vmd +"xyz.py"_xyz.html; Convert LAMMPS snapshots to XYZ format :tb(s=;) + +:link(gnuplot,http://www.gnuplot.info) +:link(matlab,http://www.mathworks.com) +:link(rasmol,http://www.openrasmol.org) +:link(raster3d,http://www.bmsc.washington.edu/raster3d/raster3d.html) +:link(svg,http://www.w3.org/Graphics/SVG) +:link(ensight,http://www.ensight.com) +:link(ccell,http://www.cs.sandia.gov/~sjplimp/cell.html) +:link(vmd,http://www.ks.uiuc.edu/Research/vmd) + +This diagram represents the different ways tools can be interconnected +by Pizza.py. Tools within the same red box are tools that are +(roughly) interchangeable. + +:c,image(tools.jpg) diff --git a/doc/animate.html b/doc/animate.html new file mode 100644 index 0000000..336582e --- /dev/null +++ b/doc/animate.html @@ -0,0 +1,61 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

animate tool +

+

Purpose: +

+

Animate a series of image files. +

+

Description: +

+

The animate tool displays a GUI to view and animate a series of image +files. +

+

The animate constructor creates the GUI. The animation can be +controlled by the GUI widgets or by invoking the tool methods: play(), +stop(), next(), etc. The frame slider can be dragged to view a +desired frame. +

+

Image files can be in any format (PNG, GIF, BMP, etc) recognized by +the Python Image Library (PIL) installed in your Python. Various +Pizza.py visualization tools (raster, rasmol, etc) create such image +files. If a particular image format fails to load, your PIL +installation was linked without support for that format. Rebuild PIL, +and follow its install instructions. +

+

Usage: +

+
a = animate("image*.png")     create GUI to animate set of image files 
+
+
Actions (same as GUI widgets): 
+
+
a.first()		      go to first frame
+a.prev()                      go to previous frame
+a.back()                      play backwards from current frame to start
+a.stop()         	      stop on current frame		
+a.play()                      play from current frame to end
+a.next()		      go to next frame
+a.last()		      go to last frame 
+
+
a.frame(31)    	              set frame slider
+a.delay(0.4)     	      set delay slider 
+
+

Related tools: +

+

gl, raster, rasmol, +svg, vcr +

+

Prerequisites: +

+

Python Tkinter and PIL packages. +

+ diff --git a/doc/animate.txt b/doc/animate.txt new file mode 100644 index 0000000..b2507c1 --- /dev/null +++ b/doc/animate.txt @@ -0,0 +1,56 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +animate tool :h3 + +[Purpose:] + +Animate a series of image files. + +[Description:] + +The animate tool displays a GUI to view and animate a series of image +files. + +The animate constructor creates the GUI. The animation can be +controlled by the GUI widgets or by invoking the tool methods: play(), +stop(), next(), etc. The frame slider can be dragged to view a +desired frame. + +Image files can be in any format (PNG, GIF, BMP, etc) recognized by +the Python Image Library (PIL) installed in your Python. Various +Pizza.py visualization tools (raster, rasmol, etc) create such image +files. If a particular image format fails to load, your PIL +installation was linked without support for that format. Rebuild PIL, +and follow its install instructions. + +[Usage:] + +a = animate("image*.png") create GUI to animate set of image files :pre + +Actions (same as GUI widgets): :pre + +a.first() go to first frame +a.prev() go to previous frame +a.back() play backwards from current frame to start +a.stop() stop on current frame +a.play() play from current frame to end +a.next() go to next frame +a.last() go to last frame :pre + +a.frame(31) set frame slider +a.delay(0.4) set delay slider :pre + +[Related tools:] + +"gl"_gl.html, "raster"_raster.html, "rasmol"_rasmol.html, +"svg"_svg.html, "vcr"_vcr.html + +[Prerequisites:] + +Python Tkinter and PIL packages. diff --git a/doc/bdump.html b/doc/bdump.html new file mode 100644 index 0000000..61587ea --- /dev/null +++ b/doc/bdump.html @@ -0,0 +1,109 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

bdump tool +

+

Purpose: +

+

Read dump files with bond info. +

+

Description: +

+

The bdump tool reads one or more LAMMPS dump files, and stores their +contents as a series of snapshots with 2d arrays of atom attributes. +It is assumed that each entry contains info for a bond in a LAMMPS +simulation as is typically written by the dump local command in +LAMMPS. Other tools use bdump objects to extract bond info for +visualization, like the dump tool via its extra() method. +

+

The constructor method is passed a string containing one or more dump +filenames. They can be listed in any order since snapshots are sorted +by timestep after they are read and duplicate snapshots (with the same +time stamp) are deleted. If a 2nd argument is specified, the files +are not immediately read, but snapshots can be read one-at-a-time by +the next() method. +

+

The map() method assigns names to columns of attributes. The +id,type,atom1,atom2 names must be assigned in order for bond info to +be extracted. +

+

The viz() method is called by Pizza.py tools that visualize snapshots +of atoms (e.g. gl, raster, svg tools). +

+
+ +

Normally, LAMMPS creates the dump files +read in by this tool. If you want to create them yourself, the format +of LAMMPS dump local files is simple. Each snapshot is formatted as +follows: +

+
ITEM: TIMESTEP
+100
+ITEM: NUMBER OF ENTRIES
+32
+ITEM: ENTRIES
+1 1 5 10
+2 1 11 45
+3 2 6 8
+...
+N -3 23 456 
+
+

There are N lines following "ITEM: ENTRIES" where N is the number of +entries. Entries do not have to be listed in any particular order. +There can be a different number of entries in each snapshot. Each +line must contain the bond ID, type, and the 2 atom IDs of the atoms +in the bond, as specified by the map() command. +

+
+ +

Usage: +

+
b = bdump("dump.one")             read in one or more dump files
+b = bdump("dump.1 dump.2.gz")	  can be gzipped
+b = bdump("dump.*")		  wildcard expands to multiple files
+b = bdump("dump.*",0)		  two args = store filenames, but don't read 
+
+
  incomplete and duplicate snapshots are deleted
+  no column name assignment is performed 
+
+
time = b.next()             	  read next snapshot from dump files 
+
+
  used with 2-argument constructor to allow reading snapshots one-at-a-time
+  snapshot will be skipped only if another snapshot has same time stamp
+  return time stamp of snapshot read
+  return -1 if no snapshots left or last snapshot is incomplete
+  no column name assignment is performed 
+
+
b.map(1,"id",3,"x")               assign names to atom columns (1-N) 
+
+
  must assign id,type,atom1,atom2 
+
+
time,box,atoms,bonds,tris,lines = b.viz(index)   return list of viz objects 
+
+
  viz() returns line info for specified timestep index
+    can also call as viz(time,1) and will find index of preceding snapshot
+    time = timestep value
+    box = NULL
+    atoms = NULL
+    bonds = id,type,atom1,atom2 for each line as 2d array
+    tris = NULL
+    lines = NULL 
+
+

Related tools: +

+

dump, gl, raster, svg +

+

Prerequisites: +

+

Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). +

+ diff --git a/doc/bdump.txt b/doc/bdump.txt new file mode 100644 index 0000000..cd736f7 --- /dev/null +++ b/doc/bdump.txt @@ -0,0 +1,104 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +bdump tool :h3 + +[Purpose:] + +Read dump files with bond info. + +[Description:] + +The bdump tool reads one or more LAMMPS dump files, and stores their +contents as a series of snapshots with 2d arrays of atom attributes. +It is assumed that each entry contains info for a bond in a LAMMPS +simulation as is typically written by the dump local command in +LAMMPS. Other tools use bdump objects to extract bond info for +visualization, like the dump tool via its extra() method. + +The constructor method is passed a string containing one or more dump +filenames. They can be listed in any order since snapshots are sorted +by timestep after they are read and duplicate snapshots (with the same +time stamp) are deleted. If a 2nd argument is specified, the files +are not immediately read, but snapshots can be read one-at-a-time by +the next() method. + +The map() method assigns names to columns of attributes. The +id,type,atom1,atom2 names must be assigned in order for bond info to +be extracted. + +The viz() method is called by Pizza.py tools that visualize snapshots +of atoms (e.g. gl, raster, svg tools). + +:line + +Normally, "LAMMPS"_http://lammps.sandia.gov creates the dump files +read in by this tool. If you want to create them yourself, the format +of LAMMPS dump local files is simple. Each snapshot is formatted as +follows: + +ITEM: TIMESTEP +100 +ITEM: NUMBER OF ENTRIES +32 +ITEM: ENTRIES +1 1 5 10 +2 1 11 45 +3 2 6 8 +... +N -3 23 456 :pre + +There are N lines following "ITEM: ENTRIES" where N is the number of +entries. Entries do not have to be listed in any particular order. +There can be a different number of entries in each snapshot. Each +line must contain the bond ID, type, and the 2 atom IDs of the atoms +in the bond, as specified by the map() command. + +:line + +[Usage:] + +b = bdump("dump.one") read in one or more dump files +b = bdump("dump.1 dump.2.gz") can be gzipped +b = bdump("dump.*") wildcard expands to multiple files +b = bdump("dump.*",0) two args = store filenames, but don't read :pre + + incomplete and duplicate snapshots are deleted + no column name assignment is performed :pre + +time = b.next() read next snapshot from dump files :pre + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment is performed :pre + +b.map(1,"id",3,"x") assign names to atom columns (1-N) :pre + + must assign id,type,atom1,atom2 :pre + +time,box,atoms,bonds,tris,lines = b.viz(index) return list of viz objects :pre + + viz() returns line info for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = NULL + atoms = NULL + bonds = id,type,atom1,atom2 for each line as 2d array + tris = NULL + lines = NULL :pre + +[Related tools:] + +"dump"_dump.html, "gl"_gl.html, "raster"_raster.html, "svg"_svg.html + +[Prerequisites:] + +Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). diff --git a/doc/cdata.html b/doc/cdata.html new file mode 100644 index 0000000..a1a5993 --- /dev/null +++ b/doc/cdata.html @@ -0,0 +1,224 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

cdata tool +

+

Purpose: +

+

Read, create, manipulate ChemCell data files. +

+

Description: +

+

The cdata tool reads and writes ChemCell data files which contain +particle and surface information. It enables the creation of +geometric models of cells for input to ChemCell. +

+

The cdata constructor reads in the specified LAMMPS data file. With +no argument, an empty cdata object is created which can have objects +added to it later, and then be written out. +

+

A cdata object or file contains "objects" of different types. Each +object has a unique user-assigned ID. Objects can be of several +types: "group", "triangles", "region", "facets", or "lines". A group +is a list of particles, all of the same type. Triangles define a +surface and include a list of vertices, triangle definitions, and +adjacent edge connections. A region is a geometric object that +defines a surface, such as a sphere. Facets are a CUBIT meshing +format that defines a set of vertices and triangles; it is converted +into a triangles entry. Lines are a collection of line segments. +

+

The box(), sphere(), shell(), cyl(), and cap() methods create a new +"region" object. The q() method sets triangulations factors that are +used when the region is converted into a triangulated surface for +output or visualization. +

+

The line() and ibox() methods create a "lines" object. +

+

The surf() method creates a "triangles" object from a region, using +the q() parameters. The surftri() method creats a new "triangles" +object from a list of triangle indices belonging to another surface. +The surfselect() method applies an if test to vertices and triangles +in another surface to choose a subset of them to form a new +"triangles" object. The bins() method sets the number of bins in x,y +when surfaces are binned for the purpose of creating particles +inside/outside the surface. +

+

The part(), part2d(), partarray(), and partring() methods create a +"group" of particles inside, outside, or on regions or triangulated +surfaces. Particles are 3d by default, or 2d if created on a surface. +The partsurf() method can be used to change the name of the surface 2d +particles are on, since that attribute is written to a file when the +particles are output. The creation of particles uses a random # +generator whose initial seed can be set via the seed() method. +

+

The random() method can be used to pick a random point on the surface +of a "region" or "triangles" object. The project() method maps +particles to the surface of a "region" or "triangulate" object. +

+

The center(), trans(), rotate(), and scale() methods are used to +perform a geometric transformation on a "group" of particles or a +"triangles" object. The union() method creates a new object of +"union" type from a list of objects. The join() method does the same +thing except all objects in the list must be of the same type and the +new object is also of that type. A join() can only be done for +"group", "triangles", or "line" objects. The delete(), rename(), and +copy() methods manipulate the IDs of previously defined objects. +

+

Be default all objects are selected when created. The select() and +unselect() methods can be used to select a subset of existing objects. +The write() and append() methods write out selected objects to a file. +

+

The iterator() and viz() methods are called by Pizza.py tools that +visualize snapshots of atoms (e.g. gl, raster, svg tools). Only +selected objects are returned to the caller. A cdata file can be +visualzed similarly to a snapshots from a dump file. In the case of a +cdata file, there is only a single snapshot with index 0. +

+

Usage: +

+
c = cdata()			   create a datafile object
+c = cdata("mem.surf")              read in one or more ChemCell data files
+c = cdata("mem.part.gz mem.surf")  can be gzipped
+c = cdata("mem.*")		   wildcard expands to multiple files
+c.read("mem.surf")		   read in one or more data files 
+
+
  read() has same argument options as constructor
+  files contain the following kinds of entries, each of which becomes an object
+    particles, triangles, region, facets
+    particles is a list of particles -> becomes a group
+    triangles is 3 lists of vertices, triangles, connections -> becomes a surf
+    region is a ChemCell command defining a region -> becomes a region
+    facets is a CUBIT format of vertices and triangles -> becomes a surf
+  each object is assigned an ID = name in file
+  ID can be any number or string, must be unique 
+
+
c.box(ID,xlo,ylo,zlo,xhi,yhi,zhi)  create a box region
+c.sphere(ID,x,y,z,r)		   create a sphere region
+c.shell(ID,x,y,z,r,rinner)	   create a shell region
+c.cyl(ID,'x',c1,c2,r,lo,hi)	   create a axis-aligned cylinder region
+c.cap(ID,'x',c1,c2,r,lo,hi)	   create a axis-aligned capped-cylinder region
+c.q(ID,q1,q2,...)                  set region triangulation quality factors 
+
+
  box() can create an axis-aligned plane, line, or point if lo=hi
+  cyl() can create an axis-aligned circle if lo=hi
+  for cyl() and cap(): 'x' c1,c2 = y,z; 'y' c1,c2 = x,z; 'z' c,c2 = x,y
+  q's are size factors for region triangulation
+    for box, q1,q2,q3 = # of divisions per xyz of box
+    for sphere or shell, q1 = # of divisions per face edge of embedded cube
+    for cyl or cap, q1 = # of divisions per face edge of end cap, must be even
+                    q2 = # of divisions along length of cylinder 
+
+
c.line(ID,x1,y1,z1,x2,y2,z2)       create a line object with one line
+c.lbox(ID,xlo,ylo,zlo,xhi,yhi,zhi) create a line object with 12 box lines 
+
+
c.surf(ID,id-region)               create a triangulated surf from a region
+c.surftri(ID,id-surf,t1,t2,...)    create a tri surf from list of id-surf tris
+c.surfselect(ID,id-surf,test)      create a tri surf from test on id-surf tris
+c.bins(ID,nx,ny)                   set binning parameters for a surf 
+
+
  triangulation of a shell is just done for the outer sphere
+  for surftri(), one or more tri indices (1-N) must be listed
+  for surfselect(), test is string like "$x < 2.0 and $y > 0.0"
+  bins are used when particles are created inside/outside a surf 
+
+
c.part(ID,n,id_in)  	           create N particles inside object id_in
+c.part(ID,n,id_in,id_out)	   particles are also outside object id_out
+c.part2d(ID,n,id_on)               create 2d particles on object id_on
+c.partarray(ID,nx,nz,nz,x,y,z,dx,dy,dz)   create 3d grid of particles
+c.partring(ID,n,x,y,z,r,'x')              create ring of particles
+c.partsurf(ID,id_on)               change surf of existing 2d particle group
+c.seed(43284)			   set random # seed (def = 12345) 
+
+
  generate particle positions randomly (unless otherwise noted)
+  for part(), id_in and id_out must be IDs of a surf, region, or union object
+    inside a union object means inside any of the lower-level objects
+    outside a union object means outside all of the lower-level objects
+  for part2d(), id_on must be ID of a surf, region, or union object
+  for part2d(), particles will be written as 2d assigned to surf id_on
+  for partring(), ring axis is in 'x','y', or 'z' direction
+  partsurf() changes surf id_on for an existing 2d particle group 
+
+
x,n = c.random(ID)                 pick a random pt on surf of object ID
+c.project(ID,ID2,dx,dy,dz,eps,fg)  project particles in ID to surf of obj ID2 
+
+
  random() returns pt = [x,y,z] and normal vec n [nx,ny,nz]
+  for random(), ID can be surf or region obj
+  project() remaps particle coords in group ID
+    moves each particle along dir until they are within eps of surface
+    if no fg arg, dir = (dx,dy,dz)
+    if fg arg, dir = line from particle coord to (dx,dy,dz)
+    ID2 can be surf or region obj
+    particles are converted to 2d assigned to surf ID2 
+
+
c.center(ID,x,y,z)                 set center point of object
+c.trans(ID,dx,dy,dz)   	 	   translate an object
+c.rotate(ID,'x',1,1,0,'z',-1,1,0)  rotate an object
+c.scale(ID,sx,sy,sz)		   scale an object 
+
+
  objects must be surface or particle group, regions cannot be changed
+  for center(), default is middle of bounding box (set when obj is created)
+  for rotate(), set any 2 axes, must be orthogonal, 3rd is inferred
+    object is rotated so that it's current xyz axes point along new ones
+  rotation and scaling occur relative to center point 
+
+
c.union(ID,id1,id2,...)		   create a new union object from id1,id2,etc
+c.join(ID,id1,id2,...)             create a new object by joining id1,id2,etc
+c.delete(id1,id2,...)              delete one or more objects
+c.rename(ID,IDnew)                 rename an object
+c.copy(ID,IDnew) 	           create a new object as copy of old object 
+
+
  for union, all lower-level objects must be of surface, region, or union style
+  for join, all joined objects must be of same style: group, surf, line
+    new object is the same style 
+
+
c.select(id1,id2,...)              select one or more objects
+c.select()                         select all objects
+c.unselect(id1,id2,...)            unselect one or more objects
+c.unselect()                       unselect all objects 
+
+
  selection applies to write() and viz() 
+
+
c.write("file")			   write all selected objs to ChemCell file
+c.write("file",id1,id2,...)	   write only listed & selected objects to file
+c.append("file")		   append all selected objs to ChemCell file
+c.append("file",id1,id2,...)	   append only listed & selected objects 
+
+
  union objects are skipped, not written to file 
+
+
index,time,flag = c.iterator(0/1)          loop over single snapshot
+time,box,atoms,bonds,tris,lines = c.viz(index)   return list of viz objects 
+
+
  iterator() and viz() are compatible with equivalent dump calls
+  iterator() called with arg = 0 first time, with arg = 1 on subsequent calls
+    index = timestep index within dump object (only 0 for data file)
+    time = timestep value (only 0 for data file)
+    flag = -1 when iteration is done, 1 otherwise
+  viz() returns info for selected objs for specified timestep index (must be 0)
+    time = 0
+    box = [xlo,ylo,zlo,xhi,yhi,zhi]
+    atoms = id,type,x,y,z for each atom as 2d array
+      NULL if atoms do not exist
+    bonds = NULL
+    tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array
+      regions are triangulated according to q() settings by viz()
+      NULL if surfaces do not exist
+    lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array
+      NULL if lines do not exist
+    types are assigned to each object of same style in ascending order 
+
+

Related tools: +

+

clog, data, gl, +raster, svg +

+

Prerequisites: none +

+ diff --git a/doc/cdata.txt b/doc/cdata.txt new file mode 100644 index 0000000..e3ebbbf --- /dev/null +++ b/doc/cdata.txt @@ -0,0 +1,219 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +cdata tool :h3 + +[Purpose:] + +Read, create, manipulate ChemCell data files. + +[Description:] + +The cdata tool reads and writes ChemCell data files which contain +particle and surface information. It enables the creation of +geometric models of cells for input to ChemCell. + +The cdata constructor reads in the specified LAMMPS data file. With +no argument, an empty cdata object is created which can have objects +added to it later, and then be written out. + +A cdata object or file contains "objects" of different types. Each +object has a unique user-assigned ID. Objects can be of several +types: "group", "triangles", "region", "facets", or "lines". A group +is a list of particles, all of the same type. Triangles define a +surface and include a list of vertices, triangle definitions, and +adjacent edge connections. A region is a geometric object that +defines a surface, such as a sphere. Facets are a CUBIT meshing +format that defines a set of vertices and triangles; it is converted +into a triangles entry. Lines are a collection of line segments. + +The box(), sphere(), shell(), cyl(), and cap() methods create a new +"region" object. The q() method sets triangulations factors that are +used when the region is converted into a triangulated surface for +output or visualization. + +The line() and ibox() methods create a "lines" object. + +The surf() method creates a "triangles" object from a region, using +the q() parameters. The surftri() method creats a new "triangles" +object from a list of triangle indices belonging to another surface. +The surfselect() method applies an if test to vertices and triangles +in another surface to choose a subset of them to form a new +"triangles" object. The bins() method sets the number of bins in x,y +when surfaces are binned for the purpose of creating particles +inside/outside the surface. + +The part(), part2d(), partarray(), and partring() methods create a +"group" of particles inside, outside, or on regions or triangulated +surfaces. Particles are 3d by default, or 2d if created on a surface. +The partsurf() method can be used to change the name of the surface 2d +particles are on, since that attribute is written to a file when the +particles are output. The creation of particles uses a random # +generator whose initial seed can be set via the seed() method. + +The random() method can be used to pick a random point on the surface +of a "region" or "triangles" object. The project() method maps +particles to the surface of a "region" or "triangulate" object. + +The center(), trans(), rotate(), and scale() methods are used to +perform a geometric transformation on a "group" of particles or a +"triangles" object. The union() method creates a new object of +"union" type from a list of objects. The join() method does the same +thing except all objects in the list must be of the same type and the +new object is also of that type. A join() can only be done for +"group", "triangles", or "line" objects. The delete(), rename(), and +copy() methods manipulate the IDs of previously defined objects. + +Be default all objects are selected when created. The select() and +unselect() methods can be used to select a subset of existing objects. +The write() and append() methods write out selected objects to a file. + +The iterator() and viz() methods are called by Pizza.py tools that +visualize snapshots of atoms (e.g. gl, raster, svg tools). Only +selected objects are returned to the caller. A cdata file can be +visualzed similarly to a snapshots from a dump file. In the case of a +cdata file, there is only a single snapshot with index 0. + +[Usage:] + +c = cdata() create a datafile object +c = cdata("mem.surf") read in one or more ChemCell data files +c = cdata("mem.part.gz mem.surf") can be gzipped +c = cdata("mem.*") wildcard expands to multiple files +c.read("mem.surf") read in one or more data files :pre + + read() has same argument options as constructor + files contain the following kinds of entries, each of which becomes an object + particles, triangles, region, facets + particles is a list of particles -> becomes a group + triangles is 3 lists of vertices, triangles, connections -> becomes a surf + region is a ChemCell command defining a region -> becomes a region + facets is a CUBIT format of vertices and triangles -> becomes a surf + each object is assigned an ID = name in file + ID can be any number or string, must be unique :pre + +c.box(ID,xlo,ylo,zlo,xhi,yhi,zhi) create a box region +c.sphere(ID,x,y,z,r) create a sphere region +c.shell(ID,x,y,z,r,rinner) create a shell region +c.cyl(ID,'x',c1,c2,r,lo,hi) create a axis-aligned cylinder region +c.cap(ID,'x',c1,c2,r,lo,hi) create a axis-aligned capped-cylinder region +c.q(ID,q1,q2,...) set region triangulation quality factors :pre + + box() can create an axis-aligned plane, line, or point if lo=hi + cyl() can create an axis-aligned circle if lo=hi + for cyl() and cap(): 'x' c1,c2 = y,z; 'y' c1,c2 = x,z; 'z' c,c2 = x,y + q's are size factors for region triangulation + for box, q1,q2,q3 = # of divisions per xyz of box + for sphere or shell, q1 = # of divisions per face edge of embedded cube + for cyl or cap, q1 = # of divisions per face edge of end cap, must be even + q2 = # of divisions along length of cylinder :pre + +c.line(ID,x1,y1,z1,x2,y2,z2) create a line object with one line +c.lbox(ID,xlo,ylo,zlo,xhi,yhi,zhi) create a line object with 12 box lines :pre + +c.surf(ID,id-region) create a triangulated surf from a region +c.surftri(ID,id-surf,t1,t2,...) create a tri surf from list of id-surf tris +c.surfselect(ID,id-surf,test) create a tri surf from test on id-surf tris +c.bins(ID,nx,ny) set binning parameters for a surf :pre + + triangulation of a shell is just done for the outer sphere + for surftri(), one or more tri indices (1-N) must be listed + for surfselect(), test is string like "$x < 2.0 and $y > 0.0" + bins are used when particles are created inside/outside a surf :pre + +c.part(ID,n,id_in) create N particles inside object id_in +c.part(ID,n,id_in,id_out) particles are also outside object id_out +c.part2d(ID,n,id_on) create 2d particles on object id_on +c.partarray(ID,nx,nz,nz,x,y,z,dx,dy,dz) create 3d grid of particles +c.partring(ID,n,x,y,z,r,'x') create ring of particles +c.partsurf(ID,id_on) change surf of existing 2d particle group +c.seed(43284) set random # seed (def = 12345) :pre + + generate particle positions randomly (unless otherwise noted) + for part(), id_in and id_out must be IDs of a surf, region, or union object + inside a union object means inside any of the lower-level objects + outside a union object means outside all of the lower-level objects + for part2d(), id_on must be ID of a surf, region, or union object + for part2d(), particles will be written as 2d assigned to surf id_on + for partring(), ring axis is in 'x','y', or 'z' direction + partsurf() changes surf id_on for an existing 2d particle group :pre + +x,n = c.random(ID) pick a random pt on surf of object ID +c.project(ID,ID2,dx,dy,dz,eps,fg) project particles in ID to surf of obj ID2 :pre + + random() returns pt = \[x,y,z\] and normal vec n \[nx,ny,nz\] + for random(), ID can be surf or region obj + project() remaps particle coords in group ID + moves each particle along dir until they are within eps of surface + if no fg arg, dir = (dx,dy,dz) + if fg arg, dir = line from particle coord to (dx,dy,dz) + ID2 can be surf or region obj + particles are converted to 2d assigned to surf ID2 :pre + +c.center(ID,x,y,z) set center point of object +c.trans(ID,dx,dy,dz) translate an object +c.rotate(ID,'x',1,1,0,'z',-1,1,0) rotate an object +c.scale(ID,sx,sy,sz) scale an object :pre + + objects must be surface or particle group, regions cannot be changed + for center(), default is middle of bounding box (set when obj is created) + for rotate(), set any 2 axes, must be orthogonal, 3rd is inferred + object is rotated so that it's current xyz axes point along new ones + rotation and scaling occur relative to center point :pre + +c.union(ID,id1,id2,...) create a new union object from id1,id2,etc +c.join(ID,id1,id2,...) create a new object by joining id1,id2,etc +c.delete(id1,id2,...) delete one or more objects +c.rename(ID,IDnew) rename an object +c.copy(ID,IDnew) create a new object as copy of old object :pre + + for union, all lower-level objects must be of surface, region, or union style + for join, all joined objects must be of same style: group, surf, line + new object is the same style :pre + +c.select(id1,id2,...) select one or more objects +c.select() select all objects +c.unselect(id1,id2,...) unselect one or more objects +c.unselect() unselect all objects :pre + + selection applies to write() and viz() :pre + +c.write("file") write all selected objs to ChemCell file +c.write("file",id1,id2,...) write only listed & selected objects to file +c.append("file") append all selected objs to ChemCell file +c.append("file",id1,id2,...) append only listed & selected objects :pre + + union objects are skipped, not written to file :pre + +index,time,flag = c.iterator(0/1) loop over single snapshot +time,box,atoms,bonds,tris,lines = c.viz(index) return list of viz objects :pre + + iterator() and viz() are compatible with equivalent dump calls + iterator() called with arg = 0 first time, with arg = 1 on subsequent calls + index = timestep index within dump object (only 0 for data file) + time = timestep value (only 0 for data file) + flag = -1 when iteration is done, 1 otherwise + viz() returns info for selected objs for specified timestep index (must be 0) + time = 0 + box = \[xlo,ylo,zlo,xhi,yhi,zhi\] + atoms = id,type,x,y,z for each atom as 2d array + NULL if atoms do not exist + bonds = NULL + tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array + regions are triangulated according to q() settings by viz() + NULL if surfaces do not exist + lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array + NULL if lines do not exist + types are assigned to each object of same style in ascending order :pre + +[Related tools:] + +"clog"_clog.html, "data"_data.html, "gl"_gl.html, +"raster"_raster.html, "svg"_svg.html + +[Prerequisites:] none diff --git a/doc/cfg.html b/doc/cfg.html new file mode 100644 index 0000000..5a99847 --- /dev/null +++ b/doc/cfg.html @@ -0,0 +1,60 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

cfg tool +

+

Purpose: +

+

Convert LAMMPS snapshots to AtomEye CFG format. +

+

Description: +

+

The cfg tool converts atom snapshots in a LAMMPS dump or data file to +the CFG format used by the AtomEye visualization tool. +

+ + +

The cfg constructor takes an object that stores atom snapshots +(dump, data) as its first argument. The atom +snapshots must have "id", "type", "x", "y", and "z" defined; see the +map() methods of those tools. +

+

The one(), many(), and single() methods convert specific snapshots to +the CFG format and write them out. Optionally, a file prefix for the +CFG output files can also be specified. A ".cfg" suffix will be +appended to all output files. +

+

If your atom snapshots are not sorted by atom ID (e.g. because they +were written out by a parallel LAMMPS run), then you may want to sort +them before converting them to CFG files with this tool. This can be +done by "d = dump("tmp.dump"); d.sort()". This is because AtomEye +does not use atom IDs directly but infers an ID by the order of atoms +as they appear in the CFG file. +

+

Usage: +

+
c = cfg(d)		d = object containing atom coords (dump, data) 
+
+
c.one()                 write all snapshots to tmp.cfg
+c.one("new")            write all snapshots to new.cfg
+c.many()                write snapshots to tmp0000.cfg, tmp0001.cfg, etc
+c.many("new")           write snapshots to new0000.cfg, new0001.cfg, etc
+c.single(N)             write snapshot for timestep N to tmp.cfg 
+c.single(N,"file")      write snapshot for timestep N to file.cfg  
+
+

Related tools: +

+

data, dump, ensight, +vtk, xyz +

+

Prerequisites: none +

+ diff --git a/doc/cfg.txt b/doc/cfg.txt new file mode 100644 index 0000000..22efaeb --- /dev/null +++ b/doc/cfg.txt @@ -0,0 +1,55 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +cfg tool :h3 + +[Purpose:] + +Convert LAMMPS snapshots to AtomEye CFG format. + +[Description:] + +The cfg tool converts atom snapshots in a LAMMPS dump or data file to +the CFG format used by the "AtomEye"_atomeye visualization tool. + +:link(atomeye,http://164.107.79.177/Archive/Graphics/A) + +The cfg constructor takes an object that stores atom snapshots +("dump"_dump.html, "data"_data.html) as its first argument. The atom +snapshots must have "id", "type", "x", "y", and "z" defined; see the +map() methods of those tools. + +The one(), many(), and single() methods convert specific snapshots to +the CFG format and write them out. Optionally, a file prefix for the +CFG output files can also be specified. A ".cfg" suffix will be +appended to all output files. + +If your atom snapshots are not sorted by atom ID (e.g. because they +were written out by a parallel LAMMPS run), then you may want to sort +them before converting them to CFG files with this tool. This can be +done by "d = dump("tmp.dump"); d.sort()". This is because AtomEye +does not use atom IDs directly but infers an ID by the order of atoms +as they appear in the CFG file. + +[Usage:] + +c = cfg(d) d = object containing atom coords (dump, data) :pre + +c.one() write all snapshots to tmp.cfg +c.one("new") write all snapshots to new.cfg +c.many() write snapshots to tmp0000.cfg, tmp0001.cfg, etc +c.many("new") write snapshots to new0000.cfg, new0001.cfg, etc +c.single(N) write snapshot for timestep N to tmp.cfg +c.single(N,"file") write snapshot for timestep N to file.cfg :pre + +[Related tools:] + +"data"_data.html, "dump"_dump.html, "ensight"_ensight.html, +"vtk"_vtk.html, "xyz"_xyz.html + +[Prerequisites:] none diff --git a/doc/chain.html b/doc/chain.html new file mode 100644 index 0000000..22857f2 --- /dev/null +++ b/doc/chain.html @@ -0,0 +1,72 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

chain tool +

+

Purpose: +

+

Create bead-spring chains for LAMMPS input. +

+

Description: +

+

The chain tool creates random, overlapping bead-spring (FENE) chains +and writes them out as a LAMMPS data file. They need to be simulated +with a soft potential in LAMMPS to un-overlap them before they form +a proper melt. +

+

The chain constructor uses the total number of monomers and the +Lennard-Jones reduced density to create a simulation box of the +appropriate size. Optionally, the box shape can also be specified. +

+

The build() method creates N chains, each with M monomers. It can be +invoked multiple times to create sets of chains with different +properties. The starting point of each chain is chosen randomly, as +is the position of subsequent monomers. The seed value sets the +random number generator used for coordinate generation. +

+

The mtype, btype, blen, and dmin settings affect how the chain and its +monomers are created. Dmin is the minimum distance allowed between a +new monomer and the monomer two before it, so it determines the +stiffness of the chain. Each monomer is assigned a molecule ID as it +is created, in accord with the id setting. +

+

Once N total monomers have been created, the ensemble of chains is +written to a LAMMPS data file via the write() method. +

+

Usage: +

+
c = chain(N,rho)            setup box with N monomers at reduced density rho
+c = chain(N,rho,1,1,2)	    x,y,z = aspect ratio of box (def = 1,1,1) 
+
+
c.seed = 48379              set random # seed (def = 12345)
+c.mtype = 2    		    set type of monomers (def = 1)
+c.btype = 1           	    set type of bonds (def = 1)
+c.blen = 0.97               set length of bonds (def = 0.97)
+c.dmin = 1.02               set min dist from i-1 to i+1 site (def = 1.02) 
+
+
c.id = "chain"              set molecule ID to chain # (default)
+c.id = "end1"               set molecule ID to count from one end of chain
+c.id = "end2"               set molecule ID to count from either end of chain 
+
+
c.build(100,10)		    create 100 chains, each of length 10 
+
+
  can be invoked multiple times interleaved with different settings
+  must fill box with total of N monomers 
+
+
c.write("data.file")        write out all built chains to LAMMPS data file 
+
+

Related tools: +

+

data, patch +

+

Prerequisites: none +

+ diff --git a/doc/chain.txt b/doc/chain.txt new file mode 100644 index 0000000..1b53589 --- /dev/null +++ b/doc/chain.txt @@ -0,0 +1,67 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +chain tool :h3 + +[Purpose:] + +Create bead-spring chains for LAMMPS input. + +[Description:] + +The chain tool creates random, overlapping bead-spring (FENE) chains +and writes them out as a LAMMPS data file. They need to be simulated +with a soft potential in LAMMPS to un-overlap them before they form +a proper melt. + +The chain constructor uses the total number of monomers and the +Lennard-Jones reduced density to create a simulation box of the +appropriate size. Optionally, the box shape can also be specified. + +The build() method creates N chains, each with M monomers. It can be +invoked multiple times to create sets of chains with different +properties. The starting point of each chain is chosen randomly, as +is the position of subsequent monomers. The seed value sets the +random number generator used for coordinate generation. + +The mtype, btype, blen, and dmin settings affect how the chain and its +monomers are created. Dmin is the minimum distance allowed between a +new monomer and the monomer two before it, so it determines the +stiffness of the chain. Each monomer is assigned a molecule ID as it +is created, in accord with the id setting. + +Once N total monomers have been created, the ensemble of chains is +written to a LAMMPS data file via the write() method. + +[Usage:] + +c = chain(N,rho) setup box with N monomers at reduced density rho +c = chain(N,rho,1,1,2) x,y,z = aspect ratio of box (def = 1,1,1) :pre + +c.seed = 48379 set random # seed (def = 12345) +c.mtype = 2 set type of monomers (def = 1) +c.btype = 1 set type of bonds (def = 1) +c.blen = 0.97 set length of bonds (def = 0.97) +c.dmin = 1.02 set min dist from i-1 to i+1 site (def = 1.02) :pre + +c.id = "chain" set molecule ID to chain # (default) +c.id = "end1" set molecule ID to count from one end of chain +c.id = "end2" set molecule ID to count from either end of chain :pre + +c.build(100,10) create 100 chains, each of length 10 :pre + + can be invoked multiple times interleaved with different settings + must fill box with total of N monomers :pre + +c.write("data.file") write out all built chains to LAMMPS data file :pre + +[Related tools:] + +"data"_data.html, "patch"_patch.html + +[Prerequisites:] none diff --git a/doc/clog.html b/doc/clog.html new file mode 100644 index 0000000..61eca3f --- /dev/null +++ b/doc/clog.html @@ -0,0 +1,62 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

clog tool +

+

Purpose: +

+

Read ChemCell and SPPARKS log files and extract time-series data. +

+

Description: +

+

Read one or more ChemCell log files and combine their species +statistical data into long, named vectors (versus time). The vectors +can be used in Python for further processing and plotting, or they can +be output to a file. +

+

The log constructor reads one or more log files. If 2 arguments are +specified, a single file is specified, and it is assumed to contain +data for multiple runs, which are averaged. +

+

The nvec, nlen, and names values give the # of vectors, their length, +and names. The get() method returns one of more vectors as a Python +list. The write() method outputs the numeric vectors to a file. +

+

Usage: +

+
c = clog("file1")                    read in one or more log files
+c = clog("log1 log2.gz")             can be gzipped
+c = clog("file*")                    wildcard expands to multiple files
+c = clog("log.cell","Time")          2nd arg = start string for time section
+c = clog("log.cell","",0)            3rd arg = average all runs 
+
+
  incomplete and duplicate thermo entries are deleted
+  if specify 2nd arg, it delimits a time section
+  no 2nd arg or empty string, use default which is ChemCell specific
+  if specify any 3rd arg, average all runs, assume all start at time 0 
+
+
nvec = c.nvec                        # of vectors of thermo info
+nlen = c.nlen                        length of each vectors
+names = c.names                      list of vector names
+a,b,... = c.get("A","B",...)         return one or more vectors of values
+c.write("file.txt")	 	     write all vectors to a file
+c.write("file.txt","A","B",...)      write listed vectors to a file 
+
+
  get and write allow abbreviated (uniquely) vector names 
+
+

Related tools: +

+

plotview, gnu, log, +matlab +

+

Prerequisites: none +

+ diff --git a/doc/clog.txt b/doc/clog.txt new file mode 100644 index 0000000..9a175a0 --- /dev/null +++ b/doc/clog.txt @@ -0,0 +1,57 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +clog tool :h3 + +[Purpose:] + +Read ChemCell and SPPARKS log files and extract time-series data. + +[Description:] + +Read one or more ChemCell log files and combine their species +statistical data into long, named vectors (versus time). The vectors +can be used in Python for further processing and plotting, or they can +be output to a file. + +The log constructor reads one or more log files. If 2 arguments are +specified, a single file is specified, and it is assumed to contain +data for multiple runs, which are averaged. + +The nvec, nlen, and names values give the # of vectors, their length, +and names. The get() method returns one of more vectors as a Python +list. The write() method outputs the numeric vectors to a file. + +[Usage:] + +c = clog("file1") read in one or more log files +c = clog("log1 log2.gz") can be gzipped +c = clog("file*") wildcard expands to multiple files +c = clog("log.cell","Time") 2nd arg = start string for time section +c = clog("log.cell","",0) 3rd arg = average all runs :pre + + incomplete and duplicate thermo entries are deleted + if specify 2nd arg, it delimits a time section + no 2nd arg or empty string, use default which is ChemCell specific + if specify any 3rd arg, average all runs, assume all start at time 0 :pre + +nvec = c.nvec # of vectors of thermo info +nlen = c.nlen length of each vectors +names = c.names list of vector names +a,b,... = c.get("A","B",...) return one or more vectors of values +c.write("file.txt") write all vectors to a file +c.write("file.txt","A","B",...) write listed vectors to a file :pre + + get and write allow abbreviated (uniquely) vector names :pre + +[Related tools:] + +"plotview"_plotview.html, "gnu"_gnu.html, "log"_log.html, +"matlab"_matlab.html + +[Prerequisites:] none diff --git a/doc/data.html b/doc/data.html new file mode 100644 index 0000000..f6ec222 --- /dev/null +++ b/doc/data.html @@ -0,0 +1,107 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

data tool +

+

Purpose: +

+

Read, write, manipulate LAMMPS data files. +

+

Description: +

+

The data tool reads and writes LAMMPS data files. It also allows +their content to be accessed or modified. +

+

The data constructor reads in the specified LAMMPS data file. With no +argument, an empty data object is created which can have fields added +to it later, and then be written out. +

+

The map() method assigns names to different atom attributes by their +column number (1-N). The get() method extracts columns of information +from the specified section of the data file. +

+

The title, headers, and sections variables can be set directly. The +header values correspond to one-line definition that appear at the top +of the data file. The box size values should be set to a Python +tuple, e.g. +

+
d.headers["xlo xhi"] = (-30, 30) 
+
+

The section value should be a list of text lines, each of which +includes a newline at the end. +

+

The delete() method deletes a header or entire section of the data +file. The replace() method allows one column of a section to be +replaced with a vector of new values. The newxyz() methods replaces +the xyz coords of the "Atoms" section of the data file with xyz values +from the Nth snapshot of a dump object containing snapshots. +

+

The iterator() and viz() methods are called by Pizza.py tools that +visualize snapshots of atoms (e.g. raster, svg tools). A data file +can be visualzed similarly to snapshots from a dump file. In the case +of a data file, there is only a single snapshot with index 0. +

+

The write() method outputs a LAMMPS data file. +

+

Usage: +

+
d = data("data.poly")            read a LAMMPS data file, can be gzipped
+d = data()			 create an empty data file 
+
+
d.map(1,"id",3,"x")              assign names to atom columns (1-N) 
+
+
coeffs = d.get("Pair Coeffs")    extract info from data file section
+q = d.get("Atoms",4) 
+
+
  1 arg = all columns returned as 2d array of floats
+  2 args = Nth column returned as vector of floats 
+
+
d.reorder("Atoms",1,3,2,4,5)     reorder columns (1-N) in a data file section 
+
+
  1,3,2,4,5 = new order of previous columns, can delete columns this way 
+
+
d.title = "My LAMMPS data file"	 set title of the data file
+d.headers["atoms"] = 1500        set a header value
+d.sections["Bonds"] = lines      set a section to list of lines (with newlines)
+d.delete("bonds")		 delete a keyword or section of data file
+d.delete("Bonds")
+d.replace("Atoms",5,vec)      	 replace Nth column of section with vector
+d.newxyz(dmp,1000)		 replace xyz in Atoms with xyz of snapshot N 
+
+
  newxyz assumes id,x,y,z are defined in both data and dump files
+    also replaces ix,iy,iz if they are defined 
+
+
index,time,flag = d.iterator(0/1)          loop over single data file snapshot
+time,box,atoms,bonds,tris,lines = d.viz(index)   return list of viz objects 
+
+
  iterator() and viz() are compatible with equivalent dump calls
+  iterator() called with arg = 0 first time, with arg = 1 on subsequent calls
+    index = timestep index within dump object (only 0 for data file)
+    time = timestep value (only 0 for data file)
+    flag = -1 when iteration is done, 1 otherwise
+  viz() returns info for specified timestep index (must be 0)
+    time = 0
+    box = [xlo,ylo,zlo,xhi,yhi,zhi]
+    atoms = id,type,x,y,z for each atom as 2d array
+    bonds = id,type,x1,y1,z1,x2,y2,z2,t1,t2 for each bond as 2d array
+      NULL if bonds do not exist
+    tris = NULL
+    lines = NULL 
+
+
d.write("data.new")             write a LAMMPS data file 
+
+

Related tools: +

+

gl, raster, svg +

+

Prerequisites: none +

+ diff --git a/doc/data.txt b/doc/data.txt new file mode 100644 index 0000000..ac1c970 --- /dev/null +++ b/doc/data.txt @@ -0,0 +1,102 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +data tool :h3 + +[Purpose:] + +Read, write, manipulate LAMMPS data files. + +[Description:] + +The data tool reads and writes LAMMPS data files. It also allows +their content to be accessed or modified. + +The data constructor reads in the specified LAMMPS data file. With no +argument, an empty data object is created which can have fields added +to it later, and then be written out. + +The map() method assigns names to different atom attributes by their +column number (1-N). The get() method extracts columns of information +from the specified section of the data file. + +The title, headers, and sections variables can be set directly. The +header values correspond to one-line definition that appear at the top +of the data file. The box size values should be set to a Python +tuple, e.g. + +d.headers\["xlo xhi"\] = (-30, 30) :pre + +The section value should be a list of text lines, each of which +includes a newline at the end. + +The delete() method deletes a header or entire section of the data +file. The replace() method allows one column of a section to be +replaced with a vector of new values. The newxyz() methods replaces +the xyz coords of the "Atoms" section of the data file with xyz values +from the Nth snapshot of a dump object containing snapshots. + +The iterator() and viz() methods are called by Pizza.py tools that +visualize snapshots of atoms (e.g. raster, svg tools). A data file +can be visualzed similarly to snapshots from a dump file. In the case +of a data file, there is only a single snapshot with index 0. + +The write() method outputs a LAMMPS data file. + +[Usage:] + +d = data("data.poly") read a LAMMPS data file, can be gzipped +d = data() create an empty data file :pre + +d.map(1,"id",3,"x") assign names to atom columns (1-N) :pre + +coeffs = d.get("Pair Coeffs") extract info from data file section +q = d.get("Atoms",4) :pre + + 1 arg = all columns returned as 2d array of floats + 2 args = Nth column returned as vector of floats :pre + +d.reorder("Atoms",1,3,2,4,5) reorder columns (1-N) in a data file section :pre + + 1,3,2,4,5 = new order of previous columns, can delete columns this way :pre + +d.title = "My LAMMPS data file" set title of the data file +d.headers\["atoms"\] = 1500 set a header value +d.sections\["Bonds"\] = lines set a section to list of lines (with newlines) +d.delete("bonds") delete a keyword or section of data file +d.delete("Bonds") +d.replace("Atoms",5,vec) replace Nth column of section with vector +d.newxyz(dmp,1000) replace xyz in Atoms with xyz of snapshot N :pre + + newxyz assumes id,x,y,z are defined in both data and dump files + also replaces ix,iy,iz if they are defined :pre + +index,time,flag = d.iterator(0/1) loop over single data file snapshot +time,box,atoms,bonds,tris,lines = d.viz(index) return list of viz objects :pre + + iterator() and viz() are compatible with equivalent dump calls + iterator() called with arg = 0 first time, with arg = 1 on subsequent calls + index = timestep index within dump object (only 0 for data file) + time = timestep value (only 0 for data file) + flag = -1 when iteration is done, 1 otherwise + viz() returns info for specified timestep index (must be 0) + time = 0 + box = \[xlo,ylo,zlo,xhi,yhi,zhi\] + atoms = id,type,x,y,z for each atom as 2d array + bonds = id,type,x1,y1,z1,x2,y2,z2,t1,t2 for each bond as 2d array + NULL if bonds do not exist + tris = NULL + lines = NULL :pre + +d.write("data.new") write a LAMMPS data file :pre + +[Related tools:] + +"gl"_gl.html, "raster"_raster.html, "svg"_svg.html + +[Prerequisites:] none diff --git a/doc/dump.html b/doc/dump.html new file mode 100644 index 0000000..d176805 --- /dev/null +++ b/doc/dump.html @@ -0,0 +1,236 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

dump tool +

+

Purpose: +

+

Read, write, manipulate dump files and particle attributes. +

+

Description: +

+

The dump tool reads one or more LAMMPS dump files, stores their +contents as a series of snapshots with 2d arrays of atom attributes, +and allows the values to be accessed and manipulated. Other tools use +dump objects to convert LAMMPS files to other formats or visualize the +atoms. +

+

The constructor method is passed a string containing one or more dump +filenames. They can be listed in any order since snapshots are sorted +by timestep after they are read and duplicate snapshots (with the same +time stamp) are deleted. If a 2nd argument is specified, the files +are not immediately read, but snapshots can be read one-at-a-time by +the next() method. +

+

The map() method assigns names to columns of atom attributes. The +tselect() methods select one or more snapshots by their time stamp. +The delete() method deletes unselected timesteps so their memory is +freed up. This can be useful to do when reading snapshots +one-at-a-time for huge data sets. The aselect() methods selects atoms +within selected snapshots. The write() and scatter() methods write +selected snapshots and atoms to one or more files. +

+

The scale(), unscale(), wrap(), unwrap(), and owrap() methods change +the coordinates of all atoms with respect to the simulation box size. +The sort() method sorts atoms within snapshots by their ID or another +specified column. +

+

The set() method enables new or existing columns to be set to new +values. The minmax() method sets a column to an integer value between +the min and max values in another column; it can be used to create a +color map. The clone() method copies that column values at one +timestep to other timesteps on a per-atom basis. +

+

The time(), atom(), and vecs() methods return time or atom data as +vectors of values. +

+

The iterator() and viz() methods are called by Pizza.py tools that +visualize snapshots of atoms (e.g. gl, raster, svg tools). You can +also use the iterator() method in your scripts to loop over selected +snapshots. The atype setting determines what atom column is returned +as the atom "type" by the viz() method. The bonds() method can be +used to create a static list of bonds that are returned by the viz() +method. +

+
+ +

Normally, LAMMPS creates the dump files +read in by this tool. If you want to create them yourself, the format +of LAMMPS dump files is simple. Each snapshot is formatted as +follows: +

+
ITEM: TIMESTEP
+100
+ITEM: NUMBER OF ATOMS
+32
+ITEM: BOX BOUNDS
+0 3.35919
+0 3.35919
+0 7.50
+ITEM: ATOMS
+1 1 0 0 0
+2 1 0.25 0.25 0
+3 1 0.25 0 0.25
+...
+N 3 0.7 0.5 0.6 
+
+

The box bounds are listed as xlo xhi on the 1st line, ylo yhi on the +next line, zlo zhi on the last. There are N lines following "ITEM: +ATOMS" where N is the number of atoms. As the dump tool commands +indicate, atoms do not have to be listed in any particular order. +There can be a different number of atoms in each snapshot. The values +on each atom line are "ID type x y z" by default, but other quantities +can be listed in any desired order. The map() command can be used to +specify the ordering if it is not the default. +

+
+ +

Usage: +

+
d = dump("dump.one")              read in one or more dump files
+d = dump("dump.1 dump.2.gz")	  can be gzipped
+d = dump("dump.*")		  wildcard expands to multiple files
+d = dump("dump.*",0)		  two args = store filenames, but don't read 
+
+
  incomplete and duplicate snapshots are deleted
+  atoms will be unscaled if stored in files as scaled 
+
+
time = d.next()             	  read next snapshot from dump files 
+
+
  used with 2-argument constructor to allow reading snapshots one-at-a-time
+  snapshot will be skipped only if another snapshot has same time stamp
+  return time stamp of snapshot read
+  return -1 if no snapshots left or last snapshot is incomplete
+  no column name assignment or unscaling is performed 
+
+
d.map(1,"id",3,"x")               assign names to atom columns (1-N) 
+
+
  not needed if dump file is self-describing 
+
+
d.tselect.all()			  select all timesteps
+d.tselect.one(N)		  select only timestep N
+d.tselect.none()		  deselect all timesteps
+d.tselect.skip(M)		  select every Mth step
+d.tselect.test("$t >= 100 and $t < 10000")      select matching timesteps
+d.delete()	      	      	  delete non-selected timesteps 
+
+
  selecting a timestep also selects all atoms in the timestep
+  skip() and test() only select from currently selected timesteps
+  test() uses a Python Boolean expression with $t for timestep value
+    Python comparison syntax: == != < > <= >= and or 
+
+
d.aselect.all()	      	                      select all atoms in all steps
+d.aselect.all(N)      	                      select all atoms in one step
+d.aselect.test("$id > 100 and $type == 2")    select match atoms in all steps
+d.aselect.test("$id > 100 and $type == 2",N)  select matching atoms in one step 
+
+
  all() with no args selects atoms from currently selected timesteps
+  test() with one arg selects atoms from currently selected timesteps
+  test() sub-selects from currently selected atoms
+  test() uses a Python Boolean expression with $ for atom attributes
+    Python comparison syntax: == != < > <= >= and or
+    $name must end with a space 
+
+
d.write("file")	   	           write selected steps/atoms to dump file
+d.write("file",head,app)	   write selected steps/atoms to dump file
+d.scatter("tmp")		   write selected steps/atoms to multiple files 
+
+
  write() can be specified with 2 additional flags
+    headd = 0/1 for no/yes snapshot header, app = 0/1 for write vs append
+  scatter() files are given timestep suffix: e.g. tmp.0, tmp.100, etc 
+
+
d.scale() 	    	  	   scale x,y,z to 0-1 for all timesteps
+d.scale(100)			   scale atom coords for timestep N
+d.unscale()			   unscale x,y,z to box size to all timesteps
+d.unscale(1000)			   unscale atom coords for timestep N
+d.wrap()			   wrap x,y,z into periodic box via ix,iy,iz
+d.unwrap()			   unwrap x,y,z out of box via ix,iy,iz
+d.owrap("other")		   wrap x,y,z to same image as another atom
+d.sort()              	  	   sort atoms by atom ID in all selected steps
+d.sort("x")            	  	   sort atoms by column value in all steps
+d.sort(1000)			   sort atoms in timestep N 
+
+
  scale(), unscale(), wrap(), unwrap(), owrap() operate on all steps and atoms
+  wrap(), unwrap(), owrap() require ix,iy,iz be defined
+  owrap() requires a column be defined which contains an atom ID
+    name of that column is the argument to owrap()
+    x,y,z for each atom is wrapped to same image as the associated atom ID
+    useful for wrapping all molecule's atoms the same so it is contiguous 
+
+
m1,m2 = d.minmax("type")               find min/max values for a column
+d.set("$ke = $vx * $vx + $vy * $vy")   set a column to a computed value
+d.setv("type",vector)                  set a column to a vector of values
+d.spread("ke",N,"color")	       2nd col = N ints spread over 1st col
+d.clone(1000,"color")	       	       clone timestep N values to other steps 
+
+
  minmax() operates on selected timesteps and atoms
+  set() operates on selected timesteps and atoms
+    left hand side column is created if necessary
+    left-hand side column is unset or unchanged for non-selected atoms
+    equation is in Python syntax
+    use $ for column names, $name must end with a space
+  setv() operates on selected timesteps and atoms
+    if column label does not exist, column is created
+    values in vector are assigned sequentially to atoms, so may want to sort()
+    length of vector must match # of selected atoms
+  spread() operates on selected timesteps and atoms
+    min and max are found for 1st specified column across all selected atoms
+    atom's value is linear mapping (1-N) between min and max
+    that is stored in 2nd column (created if needed)
+    useful for creating a color map
+  clone() operates on selected timesteps and atoms
+    values at every timestep are set to value at timestep N for that atom ID
+    useful for propagating a color map 
+
+
t = d.time()  	     	       	   return vector of selected timestep values
+fx,fy,... = d.atom(100,"fx","fy",...)   return vector(s) for atom ID N
+fx,fy,... = d.vecs(1000,"fx","fy",...)  return vector(s) for timestep N 
+
+
  atom() returns vectors with one value for each selected timestep
+  vecs() returns vectors with one value for each selected atom in the timestep 
+
+
index,time,flag = d.iterator(0/1)          loop over dump snapshots
+time,box,atoms,bonds,tris,lines = d.viz(index)   return list of viz objects
+d.atype = "color"                          set column returned as "type" by viz
+d.extra(obj)				   extract bond/tri/line info from obj 
+
+
  iterator() loops over selected timesteps
+  iterator() called with arg = 0 first time, with arg = 1 on subsequent calls
+    index = index within dump object (0 to # of snapshots)
+    time = timestep value
+    flag = -1 when iteration is done, 1 otherwise
+  viz() returns info for selected atoms for specified timestep index
+    can also call as viz(time,1) and will find index of preceding snapshot
+    time = timestep value
+    box = \[xlo,ylo,zlo,xhi,yhi,zhi\]
+    atoms = id,type,x,y,z for each atom as 2d array
+    bonds = id,type,x1,y1,z1,x2,y2,z2,t1,t2 for each bond as 2d array
+      if extra() used to define bonds, else NULL
+    tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array
+      if extra() used to define tris, else NULL
+    lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array
+      if extra() used to define lines, else NULL
+  atype is column name viz() will return as atom type (def = "type")
+  extra() extracts bonds/tris/lines from obj each time viz() is called
+    obj can be data object for bonds, cdata object for tris and lines, 
+      bdump object for bonds, mdump object for tris, ldump object for lines 
+
+

Related tools: +

+

data, gl, mdump, tdump, +raster, svg +

+

Prerequisites: +

+

Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). +

+ diff --git a/doc/dump.txt b/doc/dump.txt new file mode 100644 index 0000000..a10f8b2 --- /dev/null +++ b/doc/dump.txt @@ -0,0 +1,231 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +dump tool :h3 + +[Purpose:] + +Read, write, manipulate dump files and particle attributes. + +[Description:] + +The dump tool reads one or more LAMMPS dump files, stores their +contents as a series of snapshots with 2d arrays of atom attributes, +and allows the values to be accessed and manipulated. Other tools use +dump objects to convert LAMMPS files to other formats or visualize the +atoms. + +The constructor method is passed a string containing one or more dump +filenames. They can be listed in any order since snapshots are sorted +by timestep after they are read and duplicate snapshots (with the same +time stamp) are deleted. If a 2nd argument is specified, the files +are not immediately read, but snapshots can be read one-at-a-time by +the next() method. + +The map() method assigns names to columns of atom attributes. The +tselect() methods select one or more snapshots by their time stamp. +The delete() method deletes unselected timesteps so their memory is +freed up. This can be useful to do when reading snapshots +one-at-a-time for huge data sets. The aselect() methods selects atoms +within selected snapshots. The write() and scatter() methods write +selected snapshots and atoms to one or more files. + +The scale(), unscale(), wrap(), unwrap(), and owrap() methods change +the coordinates of all atoms with respect to the simulation box size. +The sort() method sorts atoms within snapshots by their ID or another +specified column. + +The set() method enables new or existing columns to be set to new +values. The minmax() method sets a column to an integer value between +the min and max values in another column; it can be used to create a +color map. The clone() method copies that column values at one +timestep to other timesteps on a per-atom basis. + +The time(), atom(), and vecs() methods return time or atom data as +vectors of values. + +The iterator() and viz() methods are called by Pizza.py tools that +visualize snapshots of atoms (e.g. gl, raster, svg tools). You can +also use the iterator() method in your scripts to loop over selected +snapshots. The atype setting determines what atom column is returned +as the atom "type" by the viz() method. The bonds() method can be +used to create a static list of bonds that are returned by the viz() +method. + +:line + +Normally, "LAMMPS"_http://lammps.sandia.gov creates the dump files +read in by this tool. If you want to create them yourself, the format +of LAMMPS dump files is simple. Each snapshot is formatted as +follows: + +ITEM: TIMESTEP +100 +ITEM: NUMBER OF ATOMS +32 +ITEM: BOX BOUNDS +0 3.35919 +0 3.35919 +0 7.50 +ITEM: ATOMS +1 1 0 0 0 +2 1 0.25 0.25 0 +3 1 0.25 0 0.25 +... +N 3 0.7 0.5 0.6 :pre + +The box bounds are listed as xlo xhi on the 1st line, ylo yhi on the +next line, zlo zhi on the last. There are N lines following "ITEM: +ATOMS" where N is the number of atoms. As the dump tool commands +indicate, atoms do not have to be listed in any particular order. +There can be a different number of atoms in each snapshot. The values +on each atom line are "ID type x y z" by default, but other quantities +can be listed in any desired order. The map() command can be used to +specify the ordering if it is not the default. + +:line + +[Usage:] + +d = dump("dump.one") read in one or more dump files +d = dump("dump.1 dump.2.gz") can be gzipped +d = dump("dump.*") wildcard expands to multiple files +d = dump("dump.*",0) two args = store filenames, but don't read :pre + + incomplete and duplicate snapshots are deleted + atoms will be unscaled if stored in files as scaled :pre + +time = d.next() read next snapshot from dump files :pre + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment or unscaling is performed :pre + +d.map(1,"id",3,"x") assign names to atom columns (1-N) :pre + + not needed if dump file is self-describing :pre + +d.tselect.all() select all timesteps +d.tselect.one(N) select only timestep N +d.tselect.none() deselect all timesteps +d.tselect.skip(M) select every Mth step +d.tselect.test("$t >= 100 and $t < 10000") select matching timesteps +d.delete() delete non-selected timesteps :pre + + selecting a timestep also selects all atoms in the timestep + skip() and test() only select from currently selected timesteps + test() uses a Python Boolean expression with $t for timestep value + Python comparison syntax: == != < > <= >= and or :pre + +d.aselect.all() select all atoms in all steps +d.aselect.all(N) select all atoms in one step +d.aselect.test("$id > 100 and $type == 2") select match atoms in all steps +d.aselect.test("$id > 100 and $type == 2",N) select matching atoms in one step :pre + + all() with no args selects atoms from currently selected timesteps + test() with one arg selects atoms from currently selected timesteps + test() sub-selects from currently selected atoms + test() uses a Python Boolean expression with $ for atom attributes + Python comparison syntax: == != < > <= >= and or + $name must end with a space :pre + +d.write("file") write selected steps/atoms to dump file +d.write("file",head,app) write selected steps/atoms to dump file +d.scatter("tmp") write selected steps/atoms to multiple files :pre + + write() can be specified with 2 additional flags + headd = 0/1 for no/yes snapshot header, app = 0/1 for write vs append + scatter() files are given timestep suffix: e.g. tmp.0, tmp.100, etc :pre + +d.scale() scale x,y,z to 0-1 for all timesteps +d.scale(100) scale atom coords for timestep N +d.unscale() unscale x,y,z to box size to all timesteps +d.unscale(1000) unscale atom coords for timestep N +d.wrap() wrap x,y,z into periodic box via ix,iy,iz +d.unwrap() unwrap x,y,z out of box via ix,iy,iz +d.owrap("other") wrap x,y,z to same image as another atom +d.sort() sort atoms by atom ID in all selected steps +d.sort("x") sort atoms by column value in all steps +d.sort(1000) sort atoms in timestep N :pre + + scale(), unscale(), wrap(), unwrap(), owrap() operate on all steps and atoms + wrap(), unwrap(), owrap() require ix,iy,iz be defined + owrap() requires a column be defined which contains an atom ID + name of that column is the argument to owrap() + x,y,z for each atom is wrapped to same image as the associated atom ID + useful for wrapping all molecule's atoms the same so it is contiguous :pre + +m1,m2 = d.minmax("type") find min/max values for a column +d.set("$ke = $vx * $vx + $vy * $vy") set a column to a computed value +d.setv("type",vector) set a column to a vector of values +d.spread("ke",N,"color") 2nd col = N ints spread over 1st col +d.clone(1000,"color") clone timestep N values to other steps :pre + + minmax() operates on selected timesteps and atoms + set() operates on selected timesteps and atoms + left hand side column is created if necessary + left-hand side column is unset or unchanged for non-selected atoms + equation is in Python syntax + use $ for column names, $name must end with a space + setv() operates on selected timesteps and atoms + if column label does not exist, column is created + values in vector are assigned sequentially to atoms, so may want to sort() + length of vector must match # of selected atoms + spread() operates on selected timesteps and atoms + min and max are found for 1st specified column across all selected atoms + atom's value is linear mapping (1-N) between min and max + that is stored in 2nd column (created if needed) + useful for creating a color map + clone() operates on selected timesteps and atoms + values at every timestep are set to value at timestep N for that atom ID + useful for propagating a color map :pre + +t = d.time() return vector of selected timestep values +fx,fy,... = d.atom(100,"fx","fy",...) return vector(s) for atom ID N +fx,fy,... = d.vecs(1000,"fx","fy",...) return vector(s) for timestep N :pre + + atom() returns vectors with one value for each selected timestep + vecs() returns vectors with one value for each selected atom in the timestep :pre + +index,time,flag = d.iterator(0/1) loop over dump snapshots +time,box,atoms,bonds,tris,lines = d.viz(index) return list of viz objects +d.atype = "color" set column returned as "type" by viz +d.extra(obj) extract bond/tri/line info from obj :pre + + iterator() loops over selected timesteps + iterator() called with arg = 0 first time, with arg = 1 on subsequent calls + index = index within dump object (0 to # of snapshots) + time = timestep value + flag = -1 when iteration is done, 1 otherwise + viz() returns info for selected atoms for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = \\[xlo,ylo,zlo,xhi,yhi,zhi\\] + atoms = id,type,x,y,z for each atom as 2d array + bonds = id,type,x1,y1,z1,x2,y2,z2,t1,t2 for each bond as 2d array + if extra() used to define bonds, else NULL + tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array + if extra() used to define tris, else NULL + lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array + if extra() used to define lines, else NULL + atype is column name viz() will return as atom type (def = "type") + extra() extracts bonds/tris/lines from obj each time viz() is called + obj can be data object for bonds, cdata object for tris and lines, + bdump object for bonds, mdump object for tris, ldump object for lines :pre + +[Related tools:] + +"data"_data.html, "gl"_gl.html, "mdump"_mdump.html, "tdump"_tdump.html, +"raster"_raster.html, "svg"_svg.html + +[Prerequisites:] + +Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). diff --git a/doc/ensight.html b/doc/ensight.html new file mode 100644 index 0000000..c93dd51 --- /dev/null +++ b/doc/ensight.html @@ -0,0 +1,78 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

ensight tool +

+

Purpose: +

+

Convert LAMMPS snapshots or meshes to Ensight format. +

+

Description: +

+

The ensight tool converts atom snapshots in a LAMMPS dump or data file +or mesh data from a mesh file to the format used by the Ensight +visualization package. See the dump or +mdump tools for info about the format of these files and +what data they contain. +

+ + +

The ensight constructor takes an object that stores atom or mesh +snapshots (dump, data) as its first argument. +The atom snapshots must have "id", "type", "x", "y", and "z" defined; +see the map() methods of those tools. +

+

The one(), many(), and single() methods convert specific snapshots to +Ensight format and write them out. These methods take a file prefix +as an optional first argument; the prefix "tmp" will be used if not +specified. These methods all create a prefix.case file which is used +by Ensight to define the format and list all associated files. One or +more prefix*.xyz files are also produced which contain atom +coordinates sorted by atom type. If additional pairs of arguments are +specified, attributes from the shapshot data (atoms or elements) can +be written into Ensight variable files, and used by Ensight as display +attributes for the atoms or mesh elements. +

+

Usage: +

+
e = ensight(d)	     d = object with atoms or elements (dump,data,mdump)
+e.change = 1         set to 1 if element nodal xyz change with time (def = 0)
+e.maxtype = 10       max particle type, set if query to data will be bad 
+
+
e.one()
+e.one("new")
+e.one("cns","Centro","eng","Energy")
+e.one("new","cns","Centro","eng","Energy")
+                     write all snapshots as an Ensight data set
+                     Ensight header file = tmp.case (no 1st arg) or new.case
+                     Ensight coord file = tmp.xyz or new.xyz
+                     additional pairs of args create auxiliary files:
+                       tmp.cns, tmp.eng or new.cns, new.eng
+                     cns,eng = column name in dump file and file name suffix
+                     Centro,Energy = Ensight name for the variable 
+
+
e.increment()        same args as one(), but process dump out-of-core 
+
+
e.many()             same args as one(), but create multiple Ensight files
+                     tmp0000.xyz, tmp0001.xyz, etc
+                     new0000.cns, new0001.cns, etc
+                     new0000.eng, new0001.eng, etc 
+
+
e.single(N)          same args as one() prepended by N, but write a single snap 
+
+

Related tools: +

+

cfg, data, dump, +mdump, vtk, xyz +

+

Prerequisites: none +

+ diff --git a/doc/ensight.txt b/doc/ensight.txt new file mode 100644 index 0000000..be66162 --- /dev/null +++ b/doc/ensight.txt @@ -0,0 +1,73 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +ensight tool :h3 + +[Purpose:] + +Convert LAMMPS snapshots or meshes to Ensight format. + +[Description:] + +The ensight tool converts atom snapshots in a LAMMPS dump or data file +or mesh data from a mesh file to the format used by the "Ensight +visualization package"_ensight. See the "dump"_dump.html or +"mdump"_mdump.html tools for info about the format of these files and +what data they contain. + +:link(ensight,http://www.ensight.com) + +The ensight constructor takes an object that stores atom or mesh +snapshots ("dump"_dump.html, "data"_data.html) as its first argument. +The atom snapshots must have "id", "type", "x", "y", and "z" defined; +see the map() methods of those tools. + +The one(), many(), and single() methods convert specific snapshots to +Ensight format and write them out. These methods take a file prefix +as an optional first argument; the prefix "tmp" will be used if not +specified. These methods all create a prefix.case file which is used +by Ensight to define the format and list all associated files. One or +more prefix*.xyz files are also produced which contain atom +coordinates sorted by atom type. If additional pairs of arguments are +specified, attributes from the shapshot data (atoms or elements) can +be written into Ensight variable files, and used by Ensight as display +attributes for the atoms or mesh elements. + +[Usage:] + +e = ensight(d) d = object with atoms or elements (dump,data,mdump) +e.change = 1 set to 1 if element nodal xyz change with time (def = 0) +e.maxtype = 10 max particle type, set if query to data will be bad :pre + +e.one() +e.one("new") +e.one("cns","Centro","eng","Energy") +e.one("new","cns","Centro","eng","Energy") + write all snapshots as an Ensight data set + Ensight header file = tmp.case (no 1st arg) or new.case + Ensight coord file = tmp.xyz or new.xyz + additional pairs of args create auxiliary files: + tmp.cns, tmp.eng or new.cns, new.eng + cns,eng = column name in dump file and file name suffix + Centro,Energy = Ensight name for the variable :pre + +e.increment() same args as one(), but process dump out-of-core :pre + +e.many() same args as one(), but create multiple Ensight files + tmp0000.xyz, tmp0001.xyz, etc + new0000.cns, new0001.cns, etc + new0000.eng, new0001.eng, etc :pre + +e.single(N) same args as one() prepended by N, but write a single snap :pre + +[Related tools:] + +"cfg"_cfg.html, "data"_data.html, "dump"_dump.html, +"mdump"_mdump.html, "vtk"_vtk.html, "xyz"_xyz.html + +[Prerequisites:] none diff --git a/doc/gl.html b/doc/gl.html new file mode 100644 index 0000000..4e2f20e --- /dev/null +++ b/doc/gl.html @@ -0,0 +1,187 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

gl tool +

+

Purpose: +

+

3d interactive visualization via OpenGL. +

+

Description: +

+

The gl tool does visualizes LAMMPS or ChemCell snapshots or data files +and mesh files via OpenGL graphics calls. The interface to OpenGL is +provided to Python by the open-source PyOpenGL +toolkit. To do interactive +visualization, consider using this tool in conjunction with the +vcr tool. +

+

The gl constructor takes a data object containing atom or mesh +snapshots as an argument (dump, data, +cdata, mdump). +

+

The show() method displays a single image of the selected atoms or +triangles of snapshot N and saves it as image.png. While an image is +displayed, the view can be changed directly by using the mouse buttons +in the OpenGl window to translate (left), rotate (middle), or zoom +(right) the image. However, these mouse changes are not permanent, +unless the corresponding trans(), rotate(), and zoom() methods are +invoked. The all() method loops thru all selected snapshots, +displaying each one in turn. The resulting image files are saved to +image0000.png, image0001.png, etc. The prefix "image" can be changed +via the file setting. +

+

The bg(), size(), rotate(), trans(), zoom(), box(), label(), and +nolabel() methods control various aspects of the images produced. +Without the trans() and zoom() settings, the GL image should roughly +fill the window and be centered. +

+

Additional movie effects can be produced using the pan() and select() +methods. The pan() method specifies an initial and final viewpoint +that is applied to the images produced by the all() method. For +intermediate images, the view parameters will be interpolated between +their initial and final values. The pan() method can thus be used to +rotate a single image or fly-by the simulation as it animates. The +select() method performs additional atom selection for each image of +the all() sequence. An image-dependent %g variable can be used in the +select() string. The select() method can thus be used to slice thru +the data set. +

+

The acol(), arad(), bcol(), brad(), tcol(), and tfill() methods change +attributes of the atoms, bonds, and triangles displayed. Each atom or +bond returned from the data object has an integer "type" from 1 to N. +The type is used to index into a list of RGB colors or radii for atoms +and bond thickness. The adef(), bdef(), and tdef() methods setup +default mappings of types to colors/radii. The other methods enable +specific assignments to be made. The interpolation option (e.g. many +types assigned to a few colors), enables a smooth rainbow of colors to +be assigned to a range of types. Note that the dump tool +allows any vector to be returned as an atom "type" via its atype +setting. Thus displayed colors can be keyed to atom velocity or other +properties. +

+

Colors are specified with a string, e.g. "red". There are 140 +pre-defined colors from this WWW page which can be +examined by importing the "colors" variable from "vizinfo". New +colors can be defined by assigning a nickname of your choice to an RGB +triplet, as described below. +

+ + +

The visual quality of atom spheres can be set via the q() method. The +axis() method toggles whether xyz axes are displayed in the OpenGL +window. Red is the +x axis, green is +y, and blue is +z. The ortho() +method toggles between an orthographic and perspective display of the +snapshot. The clip() method can be used to narrow the amount of data +that is visualized. The reload() method is needed if you change the +selection attributes of the underlying data assigned to the +gl tool, such as via the dump tool's methods. +These changes will not be visible in the OpenGL window until the data +is reloaded. +

+

Usage: +

+
g = gl(d)                   create OpenGL display for data in d 
+
+
  d = atom snapshot object (dump, data) 
+
+
g.bg("black")               set background color (def = "black")
+g.size(N)		    set image size to NxN
+g.size(N,M)		    set image size to NxM
+g.rotate(60,135)            view from z theta and azimuthal phi (def = 60,30)
+g.shift(x,y)                translate by x,y pixels in view window (def = 0,0)
+g.zoom(0.5)                 scale image by factor (def = 1)
+g.box(0/1/2)                0/1/2 = none/variable/fixed box
+g.box(0/1/2,"green")        set box color
+g.box(0/1/2,"red",4)        set box edge thickness
+g.file = "image"            file prefix for created images (def = "image") 
+
+
g.show(N)                   show image of snapshot at timestep N 
+
+
g.all()                     make images of all selected snapshots
+g.all(P)                    images of all, start file label at P
+g.all(N,M,P)                make M images of snapshot N, start label at P 
+
+
g.pan(60,135,1.0,40,135,1.5)    pan during all() operation
+g.pan()                         no pan during all() (default) 
+
+
  args = z theta, azimuthal phi, zoom factor at beginning and end
+  values at each step are interpolated between beginning and end values 
+
+
g.select = "$x > %g*3.0"    string to pass to d.aselect.test() during all()
+g.select = ""               no extra aselect (default) 
+
+
  %g varies from 0.0 to 1.0 from beginning to end of all() 
+
+
g.acol(2,"green")		   set atom colors by atom type (1-N)
+g.acol([2,4],["red","blue"])	   1st arg = one type or list of types
+g.acol(0,"blue")	           2nd arg = one color or list of colors
+g.acol(range(20),["red","blue"])   if list lengths unequal, interpolate
+g.acol(range(10),"loop")           assign colors in loop, randomly ordered 
+
+
  if 1st arg is 0, set all types to 2nd arg
+  if list of types has a 0 (e.g. range(10)), +1 is added to each value
+  interpolate means colors blend smoothly from one value to the next 
+
+
g.arad([1,2],[0.5,0.3])            set atom radii, same rules as acol() 
+
+
g.bcol()			   set bond color, same args as acol()
+g.brad()			   set bond thickness, same args as arad() 
+
+
g.tcol()			   set triangle color, same args as acol()
+g.tfill()			   set triangle fill, 0 fill, 1 line, 2 both 
+
+
g.lcol()                           set line color, same args as acol()
+g.lrad()                           set line thickness, same args as arad() 
+
+
g.adef()                           set atom/bond/tri/line properties to default
+g.bdef()			   default = "loop" for colors, 0.45 for radii
+g.tdef()  			   default = 0.25 for bond/line thickness
+g.ldef()  			   default = 0 fill 
+
+
  by default 100 types are assigned
+  if atom/bond/tri/line has type > # defined properties, is an error 
+
+
from vizinfo import colors         access color list
+print colors                       list defined color names and RGB values
+colors["nickname"] = [R,G,B]       set new RGB values from 0 to 255 
+
+
  140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc 
+
+
Settings specific to gl tool: 
+
+
g.q(10)                     set quality of image (def = 5)
+g.axis(0/1)                 turn xyz axes off/on
+g.ortho(0/1)                perspective (0) vs orthographic (1) view
+g.clip('xlo',0.25)          clip in xyz from lo/hi at box fraction (0-1)
+g.reload()                  force all data to be reloaded
+g.cache = 0/1               turn off/on GL cache lists (def = on)
+theta,phi,x,y,scale,up = g.gview()   grab all current view parameters
+g.sview(theta,phi,x,y,scale,up)      set all view parameters 
+
+
  data reload is necessary if dump selection is used to change the data
+  cache lists usually improve graphics performance
+  gview returns values to use in other commands:
+    theta,phi are args to rotate()
+    x,y are args to shift()
+    scale is arg to zoom()
+    up is a 3-vector arg to sview() 
+
+

Related tools: +

+

dump, rasmol, raster, +svg, vcr, vmd +

+

Prerequisites: +

+

Python PyOpenGL and PIL packages. +

+ diff --git a/doc/gl.txt b/doc/gl.txt new file mode 100644 index 0000000..a7a1ba8 --- /dev/null +++ b/doc/gl.txt @@ -0,0 +1,182 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +gl tool :h3 + +[Purpose:] + +3d interactive visualization via OpenGL. + +[Description:] + +The gl tool does visualizes LAMMPS or ChemCell snapshots or data files +and mesh files via OpenGL graphics calls. The interface to OpenGL is +provided to Python by the open-source "PyOpenGL +toolkit"_http://pyopengl.sourceforge.net. To do interactive +visualization, consider using this tool in conjunction with the +"vcr"_vcr.html tool. + +The gl constructor takes a data object containing atom or mesh +snapshots as an argument ("dump"_dump.html, "data"_data.html, +"cdata"_cdata.html, "mdump"_mdump.html). + +The show() method displays a single image of the selected atoms or +triangles of snapshot N and saves it as image.png. While an image is +displayed, the view can be changed directly by using the mouse buttons +in the OpenGl window to translate (left), rotate (middle), or zoom +(right) the image. However, these mouse changes are not permanent, +unless the corresponding trans(), rotate(), and zoom() methods are +invoked. The all() method loops thru all selected snapshots, +displaying each one in turn. The resulting image files are saved to +image0000.png, image0001.png, etc. The prefix "image" can be changed +via the file setting. + +The bg(), size(), rotate(), trans(), zoom(), box(), label(), and +nolabel() methods control various aspects of the images produced. +Without the trans() and zoom() settings, the GL image should roughly +fill the window and be centered. + +Additional movie effects can be produced using the pan() and select() +methods. The pan() method specifies an initial and final viewpoint +that is applied to the images produced by the all() method. For +intermediate images, the view parameters will be interpolated between +their initial and final values. The pan() method can thus be used to +rotate a single image or fly-by the simulation as it animates. The +select() method performs additional atom selection for each image of +the all() sequence. An image-dependent %g variable can be used in the +select() string. The select() method can thus be used to slice thru +the data set. + +The acol(), arad(), bcol(), brad(), tcol(), and tfill() methods change +attributes of the atoms, bonds, and triangles displayed. Each atom or +bond returned from the data object has an integer "type" from 1 to N. +The type is used to index into a list of RGB colors or radii for atoms +and bond thickness. The adef(), bdef(), and tdef() methods setup +default mappings of types to colors/radii. The other methods enable +specific assignments to be made. The interpolation option (e.g. many +types assigned to a few colors), enables a smooth rainbow of colors to +be assigned to a range of types. Note that the "dump"_dump.html tool +allows any vector to be returned as an atom "type" via its atype +setting. Thus displayed colors can be keyed to atom velocity or other +properties. + +Colors are specified with a string, e.g. "red". There are 140 +pre-defined colors from "this WWW page"_colortable which can be +examined by importing the "colors" variable from "vizinfo". New +colors can be defined by assigning a nickname of your choice to an RGB +triplet, as described below. + +:link(colortable,http://www.oreilly.com/catalog/wdnut/excerpt/color_names.html) + +The visual quality of atom spheres can be set via the q() method. The +axis() method toggles whether xyz axes are displayed in the OpenGL +window. Red is the +x axis, green is +y, and blue is +z. The ortho() +method toggles between an orthographic and perspective display of the +snapshot. The clip() method can be used to narrow the amount of data +that is visualized. The reload() method is needed if you change the +selection attributes of the underlying data assigned to the +"gl"_gl.html tool, such as via the "dump"_dump.html tool's methods. +These changes will not be visible in the OpenGL window until the data +is reloaded. + +[Usage:] + +g = gl(d) create OpenGL display for data in d :pre + + d = atom snapshot object (dump, data) :pre + +g.bg("black") set background color (def = "black") +g.size(N) set image size to NxN +g.size(N,M) set image size to NxM +g.rotate(60,135) view from z theta and azimuthal phi (def = 60,30) +g.shift(x,y) translate by x,y pixels in view window (def = 0,0) +g.zoom(0.5) scale image by factor (def = 1) +g.box(0/1/2) 0/1/2 = none/variable/fixed box +g.box(0/1/2,"green") set box color +g.box(0/1/2,"red",4) set box edge thickness +g.file = "image" file prefix for created images (def = "image") :pre + +g.show(N) show image of snapshot at timestep N :pre + +g.all() make images of all selected snapshots +g.all(P) images of all, start file label at P +g.all(N,M,P) make M images of snapshot N, start label at P :pre + +g.pan(60,135,1.0,40,135,1.5) pan during all() operation +g.pan() no pan during all() (default) :pre + + args = z theta, azimuthal phi, zoom factor at beginning and end + values at each step are interpolated between beginning and end values :pre + +g.select = "$x > %g*3.0" string to pass to d.aselect.test() during all() +g.select = "" no extra aselect (default) :pre + + %g varies from 0.0 to 1.0 from beginning to end of all() :pre + +g.acol(2,"green") set atom colors by atom type (1-N) +g.acol(\[2,4\],\["red","blue"\]) 1st arg = one type or list of types +g.acol(0,"blue") 2nd arg = one color or list of colors +g.acol(range(20),\["red","blue"\]) if list lengths unequal, interpolate +g.acol(range(10),"loop") assign colors in loop, randomly ordered :pre + + if 1st arg is 0, set all types to 2nd arg + if list of types has a 0 (e.g. range(10)), +1 is added to each value + interpolate means colors blend smoothly from one value to the next :pre + +g.arad(\[1,2\],\[0.5,0.3\]) set atom radii, same rules as acol() :pre + +g.bcol() set bond color, same args as acol() +g.brad() set bond thickness, same args as arad() :pre + +g.tcol() set triangle color, same args as acol() +g.tfill() set triangle fill, 0 fill, 1 line, 2 both :pre + +g.lcol() set line color, same args as acol() +g.lrad() set line thickness, same args as arad() :pre + +g.adef() set atom/bond/tri/line properties to default +g.bdef() default = "loop" for colors, 0.45 for radii +g.tdef() default = 0.25 for bond/line thickness +g.ldef() default = 0 fill :pre + + by default 100 types are assigned + if atom/bond/tri/line has type > # defined properties, is an error :pre + +from vizinfo import colors access color list +print colors list defined color names and RGB values +colors\["nickname"\] = \[R,G,B\] set new RGB values from 0 to 255 :pre + + 140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc :pre + +Settings specific to gl tool: :pre + +g.q(10) set quality of image (def = 5) +g.axis(0/1) turn xyz axes off/on +g.ortho(0/1) perspective (0) vs orthographic (1) view +g.clip('xlo',0.25) clip in xyz from lo/hi at box fraction (0-1) +g.reload() force all data to be reloaded +g.cache = 0/1 turn off/on GL cache lists (def = on) +theta,phi,x,y,scale,up = g.gview() grab all current view parameters +g.sview(theta,phi,x,y,scale,up) set all view parameters :pre + + data reload is necessary if dump selection is used to change the data + cache lists usually improve graphics performance + gview returns values to use in other commands: + theta,phi are args to rotate() + x,y are args to shift() + scale is arg to zoom() + up is a 3-vector arg to sview() :pre + +[Related tools:] + +"dump"_dump.html, "rasmol"_rasmol.html, "raster"_raster.html, +"svg"_svg.html, "vcr"_vcr.html, "vmd"_vmd.html + +[Prerequisites:] + +Python PyOpenGL and PIL packages. diff --git a/doc/gnu.html b/doc/gnu.html new file mode 100644 index 0000000..f45bcf5 --- /dev/null +++ b/doc/gnu.html @@ -0,0 +1,116 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

gnu tool +

+

Purpose: +

+

Create plots via GnuPlot plotting program. +

+

Description: +

+

The gnu tool is a wrapper on the GnuPlot +plotting package. GnuPlot is open source software and runs on any +platform. +

+

The gnu constructor launches GnuPlot as a process which the gnu tool +sends commands to. The GnuPlot process can be killed via the stop() +method, though this is typically unnecessary. +

+

The plot() method plots a single vector against a linear index or +pairs of vectors against each other. The pairs of vectors are written +to files and read-in by GnuPlot's plot command. +

+

The mplot() method creates a series of plots and saves them each to a +numbered file. Each file is a plot of an increasing portion of the +vector(s). This can be used to make an animation of a plot. +

+

The enter() method can be used to interact with GnuPlot directly. +Each subsequent line you type is a GnuPlot command, until you type +"quit" or "exit" to return to Pizza.py. Single GnuPlot commands can +be issued as string arguments to the gnu tool. +

+

The export() method writes numeric data as columns to text files, so +that GnuPlot can read them via its "plot" command. +

+

Mutliple windows can be displayed, plotted to, and manipulated using +the select() and hide() methods. The save() method writes the +currently selected plot to a PostScript file. +

+

The remaining methods (aspect, title, xrange, etc) set attributes of +the currently selected plot. The erase() method resets all attributes +to their default values. +

+

Usage: +

+
g = gnu()		       start up GnuPlot
+g.stop()		       shut down GnuPlot process 
+
+
g.plot(a)                      plot vector A against linear index
+g.plot(a,b)	 	       plot B against A
+g.plot(a,b,c,d,...)	       plot B against A, D against C, etc
+g.mplot(M,N,S,"file",a,b,...)  multiple plots saved to file0000.eps, etc 
+
+
  each plot argument can be a tuple, list, or Numeric/NumPy vector
+  mplot loops over range(M,N,S) and create one plot per iteration
+    last args are same as list of vectors for plot(), e.g. 1, 2, 4 vectors
+    each plot is made from a portion of the vectors, depending on loop index i
+      Ith plot is of b[0:i] vs a[0:i], etc
+    series of plots saved as file0000.eps, file0001.eps, etc
+    if use xrange(),yrange() then plot axes will be same for all plots 
+
+
g("plot 'file.dat' using 2:3 with lines")      execute string in GnuPlot 
+
+
g.enter()	   	                enter GnuPlot shell
+gnuplot> plot sin(x) with lines         type commands directly to GnuPlot
+gnuplot> exit, quit	      	        exit GnuPlot shell 
+
+
g.export("data",range(100),a,...)       create file with columns of numbers 
+
+
  all vectors must be of equal length
+  could plot from file with GnuPlot command: plot 'data' using 1:2 with lines 
+
+
g.select(N)  	               figure N becomes the current plot 
+
+
  subsequent commands apply to this plot 
+
+
g.hide(N)  	               delete window for figure N
+g.save("file")	               save current plot as file.eps 
+
+
Set attributes for current plot: 
+
+
g.erase()                      reset all attributes to default values
+g.aspect(1.3)                  aspect ratio
+g.xtitle("Time")               x axis text
+g.ytitle("Energy")             y axis text
+g.title("My Plot")             title text
+g.title("title","x","y")       title, x axis, y axis text
+g.xrange(xmin,xmax)            x axis range
+g.xrange()                     default x axis range
+g.yrange(ymin,ymax)            y axis range
+g.yrange()                     default y axis range
+g.xlog()                       toggle x axis between linear and log
+g.ylog()                       toggle y axis between linear and log
+g.label(x,y,"text")            place label at x,y coords
+g.curve(N,'r')                 set color of curve N 
+
+
  colors: 'k' = black, 'r' = red, 'g' = green, 'b' = blue
+          'm' = magenta, 'c' = cyan, 'y' = yellow 
+
+

Related tools: +

+

matlab, plotview +

+

Prerequisites: +

+

GnuPlot plotting package. +

+ diff --git a/doc/gnu.txt b/doc/gnu.txt new file mode 100644 index 0000000..439bd0f --- /dev/null +++ b/doc/gnu.txt @@ -0,0 +1,111 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +gnu tool :h3 + +[Purpose:] + +Create plots via GnuPlot plotting program. + +[Description:] + +The gnu tool is a wrapper on the "GnuPlot"_http://www.gnuplot.info/ +plotting package. GnuPlot is open source software and runs on any +platform. + +The gnu constructor launches GnuPlot as a process which the gnu tool +sends commands to. The GnuPlot process can be killed via the stop() +method, though this is typically unnecessary. + +The plot() method plots a single vector against a linear index or +pairs of vectors against each other. The pairs of vectors are written +to files and read-in by GnuPlot's plot command. + +The mplot() method creates a series of plots and saves them each to a +numbered file. Each file is a plot of an increasing portion of the +vector(s). This can be used to make an animation of a plot. + +The enter() method can be used to interact with GnuPlot directly. +Each subsequent line you type is a GnuPlot command, until you type +"quit" or "exit" to return to Pizza.py. Single GnuPlot commands can +be issued as string arguments to the gnu tool. + +The export() method writes numeric data as columns to text files, so +that GnuPlot can read them via its "plot" command. + +Mutliple windows can be displayed, plotted to, and manipulated using +the select() and hide() methods. The save() method writes the +currently selected plot to a PostScript file. + +The remaining methods (aspect, title, xrange, etc) set attributes of +the currently selected plot. The erase() method resets all attributes +to their default values. + +[Usage:] + +g = gnu() start up GnuPlot +g.stop() shut down GnuPlot process :pre + +g.plot(a) plot vector A against linear index +g.plot(a,b) plot B against A +g.plot(a,b,c,d,...) plot B against A, D against C, etc +g.mplot(M,N,S,"file",a,b,...) multiple plots saved to file0000.eps, etc :pre + + each plot argument can be a tuple, list, or Numeric/NumPy vector + mplot loops over range(M,N,S) and create one plot per iteration + last args are same as list of vectors for plot(), e.g. 1, 2, 4 vectors + each plot is made from a portion of the vectors, depending on loop index i + Ith plot is of b\[0:i\] vs a\[0:i\], etc + series of plots saved as file0000.eps, file0001.eps, etc + if use xrange(),yrange() then plot axes will be same for all plots :pre + +g("plot 'file.dat' using 2:3 with lines") execute string in GnuPlot :pre + +g.enter() enter GnuPlot shell +gnuplot> plot sin(x) with lines type commands directly to GnuPlot +gnuplot> exit, quit exit GnuPlot shell :pre + +g.export("data",range(100),a,...) create file with columns of numbers :pre + + all vectors must be of equal length + could plot from file with GnuPlot command: plot 'data' using 1:2 with lines :pre + +g.select(N) figure N becomes the current plot :pre + + subsequent commands apply to this plot :pre + +g.hide(N) delete window for figure N +g.save("file") save current plot as file.eps :pre + +Set attributes for current plot: :pre + +g.erase() reset all attributes to default values +g.aspect(1.3) aspect ratio +g.xtitle("Time") x axis text +g.ytitle("Energy") y axis text +g.title("My Plot") title text +g.title("title","x","y") title, x axis, y axis text +g.xrange(xmin,xmax) x axis range +g.xrange() default x axis range +g.yrange(ymin,ymax) y axis range +g.yrange() default y axis range +g.xlog() toggle x axis between linear and log +g.ylog() toggle y axis between linear and log +g.label(x,y,"text") place label at x,y coords +g.curve(N,'r') set color of curve N :pre + + colors: 'k' = black, 'r' = red, 'g' = green, 'b' = blue + 'm' = magenta, 'c' = cyan, 'y' = yellow :pre + +[Related tools:] + +"matlab"_matlab.html, "plotview"_plotview.html + +[Prerequisites:] + +GnuPlot plotting package. diff --git a/doc/histo.html b/doc/histo.html new file mode 100644 index 0000000..5374232 --- /dev/null +++ b/doc/histo.html @@ -0,0 +1,45 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

histo tool +

+

Purpose: +

+

Particle density histogram from a dump. +

+

Description: +

+

The histo tool creates spatial histograms of particle snapshots in +a dump file. +

+

The histo constructor takes an object that stores atom snapshots +(dump, data) as its argument. +

+

The compute() method creates a histogram in a specific dimension at a +desired resolution, averaged across all selected snapshots and atoms +in the dump. The returned vectors can be plotted; x is the distance +along the chosen dimension, y is the histogram counts. +

+

Usage: +

+
h = histo(d)                        d = dump/cdump object 
+
+
x,y = h.compute('x',N,lo,hi)        compute histogram in dim with N bins 
+
+
  lo/hi are optional, if not used histo will be over entire box 
+
+

Related tools: +

+

dump +

+

Prerequisites: none +

+ diff --git a/doc/histo.txt b/doc/histo.txt new file mode 100644 index 0000000..dc8688a --- /dev/null +++ b/doc/histo.txt @@ -0,0 +1,40 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +histo tool :h3 + +[Purpose:] + +Particle density histogram from a dump. + +[Description:] + +The histo tool creates spatial histograms of particle snapshots in +a dump file. + +The histo constructor takes an object that stores atom snapshots +("dump"_dump.html, "data"_data.html) as its argument. + +The compute() method creates a histogram in a specific dimension at a +desired resolution, averaged across all selected snapshots and atoms +in the dump. The returned vectors can be plotted; x is the distance +along the chosen dimension, y is the histogram counts. + +[Usage:] + +h = histo(d) d = dump/cdump object :pre + +x,y = h.compute('x',N,lo,hi) compute histogram in dim with N bins :pre + + lo/hi are optional, if not used histo will be over entire box :pre + +[Related tools:] + +"dump"_dump.html + +[Prerequisites:] none diff --git a/doc/image.html b/doc/image.html new file mode 100644 index 0000000..51cf785 --- /dev/null +++ b/doc/image.html @@ -0,0 +1,91 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

image tool +

+

Purpose: +

+

View and manipulate images. +

+

Description: +

+

The image tool can be used to display image files or convert them to +other formats via the ImageMagick tools (or alternate tools if +specified in the DEFAULTS.py file). +

+

The image constructor creates a GUI to view a set of image files as a +palette of thumbnail-size images. Each thumbnail can be clicked on to +view the full-size image. Clicking on the full-size image removes it. +The view() method does the same operation for a new set of files. +

+

The convert() method invokes the ImageMagick "convert" command to +convert an image file to a different format. If both arguments have a +wildcard character, one conversion is done for each file in the 1st +argument to create a file in the 2nd argument, e.g. "convert +image0012.svg new0012.png". If either argument has no wildcard, one +"convert" command is issued using both arguments. This form can be +used to create a movie file, e.g. "convert *.png ligand.mpg". +

+

The montage() method invokes the ImageMagick "montage" command to +combine 2 image files to create a 3rd. If all 3 arguments have a +wildcard character, one montage is created for each file in the 1st +argument, paired with one file in the 2nd argument, e.g. "montage +image0012.svg plot0012.eps combine0012.png". For this to work, the +1st arguments must each expand to the same number of files. If any of +the 3 arguments does not have a wildcard, one "montage" command is +issued using all 3 arguements. +

+

Image files can be in any format (PNG, GIF, JPG, etc) recognized by +the Python Image Library (PIL) installed in your Python or by +ImageMagick. Various Pizza.py visualization tools (raster, deja, +rasmol, etc) create such image files. If a particular image format +fails to load, your PIL installation was linked without support for +that format. Rebuild PIL, and follow the install instructions +included in its top directory. +

+

Usage: +

+
i = image("my1.gif my2.gif")    display thumbnails of matching images
+i = image("*.png *.gif")        wildcards allowed
+i = image("")	   		blank string matches all image suffixes
+i = image()			no display window opened if no arg 
+
+
  image suffixes for blank string = *.png, *.bmp, *.gif, *.tiff, *.tif
+  click on a thumbnail to view it full-size
+  click on thumbnail again to remove full-sized version 
+
+
i.view("*.png *.gif")	        display thumbnails of matching images 
+
+
  view arg is same as constructor arg 
+
+
i.convert("image*.svg","new*.png")                      each SVG file to PNG
+i.convert("image*.svg","new*.jpg","-quality 50")        3rd arg is switch
+i.convert("image*.png","movie.mpg")                     all PNGs to MPG movie
+i.convert("image*.png","movie.mpg","-resize 128x128")   3rd arg is switch
+i.montage("","image*.png","plot*.png","two*.png")       image + plot = two
+i.montage("-geometry 512x512","i*.png","new.png")       1st arg is switch 
+
+
  convert with 2 wildcard args loops over 1st set of files to make 2nd set
+  convert with not all wildcard args will issue single convert command
+  montage with all wildcard args loops over 1st set of files,
+    combines with one file from other sets, to make last set of files
+  montage with not all wildcard args will issue single montage command 
+
+

Related tools: +

+

raster, rasmol, animate +

+

Prerequisites: +

+

Python Tkinter, Pmw, and PIL packages. ImageMagick convert and +montage commands or equivalent. +

+ diff --git a/doc/image.txt b/doc/image.txt new file mode 100644 index 0000000..bd9d4f7 --- /dev/null +++ b/doc/image.txt @@ -0,0 +1,86 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +image tool :h3 + +[Purpose:] + +View and manipulate images. + +[Description:] + +The image tool can be used to display image files or convert them to +other formats via the ImageMagick tools (or alternate tools if +specified in the DEFAULTS.py file). + +The image constructor creates a GUI to view a set of image files as a +palette of thumbnail-size images. Each thumbnail can be clicked on to +view the full-size image. Clicking on the full-size image removes it. +The view() method does the same operation for a new set of files. + +The convert() method invokes the ImageMagick "convert" command to +convert an image file to a different format. If both arguments have a +wildcard character, one conversion is done for each file in the 1st +argument to create a file in the 2nd argument, e.g. "convert +image0012.svg new0012.png". If either argument has no wildcard, one +"convert" command is issued using both arguments. This form can be +used to create a movie file, e.g. "convert *.png ligand.mpg". + +The montage() method invokes the ImageMagick "montage" command to +combine 2 image files to create a 3rd. If all 3 arguments have a +wildcard character, one montage is created for each file in the 1st +argument, paired with one file in the 2nd argument, e.g. "montage +image0012.svg plot0012.eps combine0012.png". For this to work, the +1st arguments must each expand to the same number of files. If any of +the 3 arguments does not have a wildcard, one "montage" command is +issued using all 3 arguements. + +Image files can be in any format (PNG, GIF, JPG, etc) recognized by +the Python Image Library (PIL) installed in your Python or by +ImageMagick. Various Pizza.py visualization tools (raster, deja, +rasmol, etc) create such image files. If a particular image format +fails to load, your PIL installation was linked without support for +that format. Rebuild PIL, and follow the install instructions +included in its top directory. + +[Usage:] + +i = image("my1.gif my2.gif") display thumbnails of matching images +i = image("*.png *.gif") wildcards allowed +i = image("") blank string matches all image suffixes +i = image() no display window opened if no arg :pre + + image suffixes for blank string = *.png, *.bmp, *.gif, *.tiff, *.tif + click on a thumbnail to view it full-size + click on thumbnail again to remove full-sized version :pre + +i.view("*.png *.gif") display thumbnails of matching images :pre + + view arg is same as constructor arg :pre + +i.convert("image*.svg","new*.png") each SVG file to PNG +i.convert("image*.svg","new*.jpg","-quality 50") 3rd arg is switch +i.convert("image*.png","movie.mpg") all PNGs to MPG movie +i.convert("image*.png","movie.mpg","-resize 128x128") 3rd arg is switch +i.montage("","image*.png","plot*.png","two*.png") image + plot = two +i.montage("-geometry 512x512","i*.png","new.png") 1st arg is switch :pre + + convert with 2 wildcard args loops over 1st set of files to make 2nd set + convert with not all wildcard args will issue single convert command + montage with all wildcard args loops over 1st set of files, + combines with one file from other sets, to make last set of files + montage with not all wildcard args will issue single montage command :pre + +[Related tools:] + +"raster"_raster.html, "rasmol"_rasmol.html, "animate"_animate.html + +[Prerequisites:] + +Python Tkinter, Pmw, and PIL packages. ImageMagick convert and +montage commands or equivalent. diff --git a/doc/ldump.html b/doc/ldump.html new file mode 100644 index 0000000..c5f0e21 --- /dev/null +++ b/doc/ldump.html @@ -0,0 +1,121 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

ldump tool +

+

Purpose: +

+

Read dump files with line segment info. +

+

Description: +

+

The ldump tool reads one or more LAMMPS dump files, and stores their +contents as a series of snapshots with 2d arrays of atom attributes. +It is assumed that each atom contains line segment info from a 2d +LAMMPS simulation using atom_style line. Other tools use ldump +objects to extract line segment info for visualization, like the dump +tool via its extra() method. +

+

The constructor method is passed a string containing one or more dump +filenames. They can be listed in any order since snapshots are sorted +by timestep after they are read and duplicate snapshots (with the same +time stamp) are deleted. If a 2nd argument is specified, the files +are not immediately read, but snapshots can be read one-at-a-time by +the next() method. +

+

The map() method assigns names to columns of atom attributes. +The id,type,end1x,end1y,end2x,end2y names must be assigned +in order for line segment info to be extracted. +

+

The viz() method is called by Pizza.py tools that visualize snapshots +of atoms (e.g. gl, raster, svg tools). +

+
+ +

Normally, LAMMPS creates the dump files +read in by this tool. If you want to create them yourself, the format +of LAMMPS dump files is simple. Each snapshot is formatted as +follows: +

+
ITEM: TIMESTEP
+100
+ITEM: NUMBER OF ATOMS
+32
+ITEM: BOX BOUNDS
+0 3.35919
+0 3.35919
+0 7.50
+ITEM: ATOMS
+1 1 0 0 0 
+2 1 0.25 0.25 0
+3 1 0.25 0 0.25
+...
+N 3 0.7 0.5 0.6 
+
+

The box bounds are listed as xlo xhi on the 1st line, ylo yhi on the +next line, zlo zhi on the last. There are N lines following "ITEM: +ATOMS" where N is the number of atoms. Atoms do not have to be listed +in any particular order. There can be a different number of atoms in +each snapshot. Each line must contain the atom ID, type, and the end +points of the associated line segment, as specified by the map() +command. +

+
+ +

Usage: +

+
l = ldump("dump.one")             read in one or more dump files
+l = ldump("dump.1 dump.2.gz")	  can be gzipped
+l = ldump("dump.*")		  wildcard expands to multiple files
+l = ldump("dump.*",0)		  two args = store filenames, but don't read 
+
+
  incomplete and duplicate snapshots are deleted
+  no column name assignment is performed 
+
+
time = l.next()             	  read next snapshot from dump files 
+
+
  used with 2-argument constructor to allow reading snapshots one-at-a-time
+  snapshot will be skipped only if another snapshot has same time stamp
+  return time stamp of snapshot read
+  return -1 if no snapshots left or last snapshot is incomplete
+  no column name assignment is performed 
+
+
l.map(1,"id",3,"x")               assign names to atom columns (1-N) 
+
+
  must assign id,type,end1x,end1y,end2x,end2y 
+
+
time,box,atoms,bonds,tris,lines = l.viz(index)   return list of viz objects 
+
+
  viz() returns line info for specified timestep index
+    can also call as viz(time,1) and will find index of preceding snapshot
+    time = timestep value
+    box = \[xlo,ylo,zlo,xhi,yhi,zhi\]
+    atoms = NULL
+    bonds = NULL
+    tris = NULL
+    lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array
+      id,type are from associated atom 
+
+
l.owrap(...)		          wrap lines to same image as their atoms 
+
+
  owrap() is called by dump tool's owrap()
+  useful for wrapping all molecule's atoms/lines the same so it is contiguous 
+
+

Related tools: +

+

dump, gl, raster, svg +

+

Prerequisites: +

+

Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). +

+ diff --git a/doc/ldump.txt b/doc/ldump.txt new file mode 100644 index 0000000..6b51bb8 --- /dev/null +++ b/doc/ldump.txt @@ -0,0 +1,116 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +ldump tool :h3 + +[Purpose:] + +Read dump files with line segment info. + +[Description:] + +The ldump tool reads one or more LAMMPS dump files, and stores their +contents as a series of snapshots with 2d arrays of atom attributes. +It is assumed that each atom contains line segment info from a 2d +LAMMPS simulation using atom_style line. Other tools use ldump +objects to extract line segment info for visualization, like the dump +tool via its extra() method. + +The constructor method is passed a string containing one or more dump +filenames. They can be listed in any order since snapshots are sorted +by timestep after they are read and duplicate snapshots (with the same +time stamp) are deleted. If a 2nd argument is specified, the files +are not immediately read, but snapshots can be read one-at-a-time by +the next() method. + +The map() method assigns names to columns of atom attributes. +The id,type,end1x,end1y,end2x,end2y names must be assigned +in order for line segment info to be extracted. + +The viz() method is called by Pizza.py tools that visualize snapshots +of atoms (e.g. gl, raster, svg tools). + +:line + +Normally, "LAMMPS"_http://lammps.sandia.gov creates the dump files +read in by this tool. If you want to create them yourself, the format +of LAMMPS dump files is simple. Each snapshot is formatted as +follows: + +ITEM: TIMESTEP +100 +ITEM: NUMBER OF ATOMS +32 +ITEM: BOX BOUNDS +0 3.35919 +0 3.35919 +0 7.50 +ITEM: ATOMS +1 1 0 0 0 +2 1 0.25 0.25 0 +3 1 0.25 0 0.25 +... +N 3 0.7 0.5 0.6 :pre + +The box bounds are listed as xlo xhi on the 1st line, ylo yhi on the +next line, zlo zhi on the last. There are N lines following "ITEM: +ATOMS" where N is the number of atoms. Atoms do not have to be listed +in any particular order. There can be a different number of atoms in +each snapshot. Each line must contain the atom ID, type, and the end +points of the associated line segment, as specified by the map() +command. + +:line + +[Usage:] + +l = ldump("dump.one") read in one or more dump files +l = ldump("dump.1 dump.2.gz") can be gzipped +l = ldump("dump.*") wildcard expands to multiple files +l = ldump("dump.*",0) two args = store filenames, but don't read :pre + + incomplete and duplicate snapshots are deleted + no column name assignment is performed :pre + +time = l.next() read next snapshot from dump files :pre + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment is performed :pre + +l.map(1,"id",3,"x") assign names to atom columns (1-N) :pre + + must assign id,type,end1x,end1y,end2x,end2y :pre + +time,box,atoms,bonds,tris,lines = l.viz(index) return list of viz objects :pre + + viz() returns line info for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = \\[xlo,ylo,zlo,xhi,yhi,zhi\\] + atoms = NULL + bonds = NULL + tris = NULL + lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array + id,type are from associated atom :pre + +l.owrap(...) wrap lines to same image as their atoms :pre + + owrap() is called by dump tool's owrap() + useful for wrapping all molecule's atoms/lines the same so it is contiguous :pre + +[Related tools:] + +"dump"_dump.html, "gl"_gl.html, "raster"_raster.html, "svg"_svg.html + +[Prerequisites:] + +Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). diff --git a/doc/log.html b/doc/log.html new file mode 100644 index 0000000..8208309 --- /dev/null +++ b/doc/log.html @@ -0,0 +1,64 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +
+ +

log tool +

+

Purpose: +

+

Read LAMMPS log files and extract thermodynamic data. +

+

Description: +

+

Read one or more LAMMPS log files and combine their thermodynamic data +into long, named vectors (versus time). The vectors can be used in +Python for further processing and plotting, or they can be output to a +file. +

+

The log constructor reads one or more log files. If 2 arguments are +specified, a single file is specified, and it can be read +incrementally (e.g. as it is created) by the next() method. +

+

The nvec, nlen, and names values give the # of vectors, their length, +and names. The get() method returns one of more vectors as a Python +list. The write() method outputs the numeric vectors to a file. +

+

Usage: +

+
l = log("file1")                     read in one or more log files
+l = log("log1 log2.gz")              can be gzipped
+l = log("file*")                     wildcard expands to multiple files
+l = log("log.lammps",0)              two args = store filename, but don't read 
+
+
  incomplete and duplicate thermo entries are deleted 
+
+
time = l.next()                      read new thermo info from file 
+
+
  used with 2-argument constructor to allow reading thermo incrementally
+  return time stamp of last thermo read
+  return -1 if no new thermo since last read 
+
+
nvec = l.nvec                        # of vectors of thermo info
+nlen = l.nlen                        length of each vectors
+names = l.names                      list of vector names
+t,pe,... = l.get("Time","KE",...)    return one or more vectors of values
+l.write("file.txt")	 	     write all vectors to a file
+l.write("file.txt","Time","PE",...)  write listed vectors to a file 
+
+
  get and write allow abbreviated (uniquely) vector names 
+
+

Related tools: +

+

clog, plotview, gnu, +matlab +

+

Prerequisites: none +

+ diff --git a/doc/log.txt b/doc/log.txt new file mode 100644 index 0000000..54a9465 --- /dev/null +++ b/doc/log.txt @@ -0,0 +1,59 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +log tool :h3 + +[Purpose:] + +Read LAMMPS log files and extract thermodynamic data. + +[Description:] + +Read one or more LAMMPS log files and combine their thermodynamic data +into long, named vectors (versus time). The vectors can be used in +Python for further processing and plotting, or they can be output to a +file. + +The log constructor reads one or more log files. If 2 arguments are +specified, a single file is specified, and it can be read +incrementally (e.g. as it is created) by the next() method. + +The nvec, nlen, and names values give the # of vectors, their length, +and names. The get() method returns one of more vectors as a Python +list. The write() method outputs the numeric vectors to a file. + +[Usage:] + +l = log("file1") read in one or more log files +l = log("log1 log2.gz") can be gzipped +l = log("file*") wildcard expands to multiple files +l = log("log.lammps",0) two args = store filename, but don't read :pre + + incomplete and duplicate thermo entries are deleted :pre + +time = l.next() read new thermo info from file :pre + + used with 2-argument constructor to allow reading thermo incrementally + return time stamp of last thermo read + return -1 if no new thermo since last read :pre + +nvec = l.nvec # of vectors of thermo info +nlen = l.nlen length of each vectors +names = l.names list of vector names +t,pe,... = l.get("Time","KE",...) return one or more vectors of values +l.write("file.txt") write all vectors to a file +l.write("file.txt","Time","PE",...) write listed vectors to a file :pre + + get and write allow abbreviated (uniquely) vector names :pre + +[Related tools:] + +"clog"_clog.html, "plotview"_plotview.html, "gnu"_gnu.html, +"matlab"_matlab.html + +[Prerequisites:] none diff --git a/doc/lpp.html b/doc/lpp.html new file mode 100644 index 0000000..be3e841 --- /dev/null +++ b/doc/lpp.html @@ -0,0 +1,135 @@ + +
Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
+ + + + + + +

lpp tool +

+

Purpose: +

+

This is lpp (liggghts post processing), an update to pizza.py offering better visualization +of granular (DEM) LIGGGHTS or LAMMPS simulations using pizza.py via VTK files +

+
+ +

Description: +

+

This update provides the possibilty to convert LIGGGHTS/LAMMPS dump files to VTK exporting: +

+
  • particle radius, + +
  • particle velocity and rotational velocity vector, + +
  • particle force and torque vector, + +
  • customized vectors (e.g. calculated by a fix, compute or variable) + +
  • customized scalars (e.g. calculated by a fix, compute or variable) + +

    where the names are automatically assigned. +

    +

    The lpp tool runs in parallel (shared-memory) using the python "multiprocessing" tool. The number of processors can be controlled via command line args (see below). +

    +

    Additionally, the simulation box is also exported into VTK format +and stored in an "*_boundingBox.vtk" file +

    +
    + +

    Prerequisites for Usage: +

    +

    To be able to use the lpp tool, please use a dump custom command like the +following in your LIGGGHTS/LAMMPS input script: +

    +
    dump d0 all custom 100 dump*.example id type x y z ix iy iz vx vy vz fx fy fz 
    +omegax omegay omegaz radius (customScalars) (customVectors) 
    +
    +

    It is mandatory to use "x y z" in the dump custom command. The dump file +generated by LIGGGHTS/LAMMPS will look like this: +

    +
    ITEM: TIMESTEP
    +5000
    +ITEM: NUMBER OF ATOMS
    +2988
    +ITEM: BOX BOUNDS
    +-0.05 0.05
    +-0.05 0.05
    +0 0.6
    +ITEM: ATOMS id type x y z vx vy vz fx fy fz omegax omegay omegaz radius 
    +
    +

    The last line contains the name strings for the per-atom quanitites. +If the syntax of a name string triple of names meets one of the following +specifications this triple is recognized as a vector: +

    +
  • f_vectorname[i] f_vectorname[i+1] f_vectorname[i+2] + +
  • c_vectorname[i] c_vectorname[i+1] c_vectorname[i+2] + +
  • v_vectorname[i] v_vectorname[i+1] v_vectorname[i+2] + +
  • vectornamex vectornamey vectornamez + +

    "vectorname" can be any name (e.g. "v" for velocity, "tq" for torque, +etc., a fix or compute id, or a per-atom variable name.) +

    +

    All other quantities are recognized as scalars. +

    +
    + +

    Usage: +

    +

    After the simulation is finished, type "lpp dump.mySimulation" where "dump.mySimulation" +has to be replaced the name of your dump file or type "lpp dump*.mySimulation" +

    +

    For more command line options, see below. +

    +

    Now open paraview (www.paraview.org) and import the VTK files. To display the +particles correctly, you should first create a glyph by clicking on the "glyph" +button and then in the object inspector: +

    +
  • Choose Scalars -->"radius" + +
  • Glyph type -->"Sphere" + +
  • Radius -->"1" + +
  • Scale mode -->"Scalar" + +
  • Set Scale Factor -->"1" + +

    In a similar fashion, you can set up vector glyphs to visualize velocity etc. +

    +
    + +

    Command Line Options: +

    +

    A few command line options are avaliable to control lpp: +

    +

    -o fname : define output file names (default is liggghts + timestep number). This option can also be used to write to a specified folder, eg. "lpp -o foo/bar dump*" will create files bar1000.vtk, bar2000.vtk etc. in the directory ./foo while "lpp -o foo/ dump*" will create files named liggghts1000.vtk, ligggghts2000.vtk etc. in ./foo (providing the directory exists, lpp will not create any directories for you!) +

    +

    --chunksize : sets the amount of dumpfiles processed per chunk, the default is 8. Increasing the chunksize can improve performance, but the chunksize is limited by the amount of RAM on your system. Also keep in mind that multiple chunks may be processed depending on your --cpunum settings, and thus RAM demand is multiplied. +

    +

    --cpunum : sets the number of processes to start, default (and maximum) is the amount of cpu cores avaliable at your system. +

    +

    --debug : prints debug information, usually not needed +

    +

    --quiet : suppresses all output but error messages (also discards --debug) +

    +

    --help : writes a help message and exits +

    +
    + +

    Related tools: +

    +

    vtk, dump, +

    +
    + +

    Prerequisites: +

    +

    Python "multiprocessing" tool +

    + diff --git a/doc/lpp.txt b/doc/lpp.txt new file mode 100644 index 0000000..c877a74 --- /dev/null +++ b/doc/lpp.txt @@ -0,0 +1,119 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +lpp tool :h3 + +[Purpose:] + +This is lpp (liggghts post processing), an update to pizza.py offering better visualization +of granular (DEM) LIGGGHTS or LAMMPS simulations using pizza.py via VTK files + +:line + +[Description:] + +This update provides the possibilty to convert LIGGGHTS/LAMMPS dump files to VTK exporting: + +particle radius, :l +particle velocity and rotational velocity vector, :l +particle force and torque vector, :l +customized vectors (e.g. calculated by a fix, compute or variable) :l +customized scalars (e.g. calculated by a fix, compute or variable) :l + +where the names are automatically assigned. + +The lpp tool runs in parallel (shared-memory) using the python "multiprocessing" tool. The number of processors can be controlled via command line args (see below). + +Additionally, the simulation box is also exported into VTK format +and stored in an "*_boundingBox.vtk" file + +:line + +[Prerequisites for Usage:] + +To be able to use the lpp tool, please use a dump custom command like the +following in your LIGGGHTS/LAMMPS input script: + +dump d0 all custom 100 dump*.example id type x y z ix iy iz vx vy vz fx fy fz +omegax omegay omegaz radius (customScalars) (customVectors) :pre + +It is mandatory to use "x y z" in the dump custom command. The dump file +generated by LIGGGHTS/LAMMPS will look like this: + +ITEM: TIMESTEP +5000 +ITEM: NUMBER OF ATOMS +2988 +ITEM: BOX BOUNDS +-0.05 0.05 +-0.05 0.05 +0 0.6 +ITEM: ATOMS id type x y z vx vy vz fx fy fz omegax omegay omegaz radius :pre + +The last line contains the name strings for the per-atom quanitites. +If the syntax of a name string triple of names meets one of the following +specifications this triple is recognized as a vector: + +f_vectorname\[i\] f_vectorname\[i+1\] f_vectorname\[i+2\] :l +c_vectorname\[i\] c_vectorname\[i+1\] c_vectorname\[i+2\] :l +v_vectorname\[i\] v_vectorname\[i+1\] v_vectorname\[i+2\] :l +vectornamex vectornamey vectornamez :l + +"vectorname" can be any name (e.g. "v" for velocity, "tq" for torque, +etc., a fix or compute id, or a per-atom variable name.) + +All other quantities are recognized as scalars. + +:line + +[Usage:] + +After the simulation is finished, type "lpp dump.mySimulation" where "dump.mySimulation" +has to be replaced the name of your dump file or type "lpp dump*.mySimulation" + +For more command line options, see below. + +Now open paraview (www.paraview.org) and import the VTK files. To display the +particles correctly, you should first create a glyph by clicking on the "glyph" +button and then in the object inspector: + +Choose Scalars -->"radius" :l +Glyph type -->"Sphere" :l +Radius -->"1" :l +Scale mode -->"Scalar" :l +Set Scale Factor -->"1" :l + +In a similar fashion, you can set up vector glyphs to visualize velocity etc. + +:line + +[Command Line Options:] + +A few command line options are avaliable to control lpp: + +-o fname : define output file names (default is liggghts + timestep number). This option can also be used to write to a specified folder, eg. "lpp -o foo/bar dump*" will create files bar1000.vtk, bar2000.vtk etc. in the directory ./foo while "lpp -o foo/ dump*" will create files named liggghts1000.vtk, ligggghts2000.vtk etc. in ./foo (providing the directory exists, lpp will not create any directories for you!) + +--chunksize : sets the amount of dumpfiles processed per chunk, the default is 8. Increasing the chunksize can improve performance, but the chunksize is limited by the amount of RAM on your system. Also keep in mind that multiple chunks may be processed depending on your --cpunum settings, and thus RAM demand is multiplied. + +--cpunum : sets the number of processes to start, default (and maximum) is the amount of cpu cores avaliable at your system. + +--debug : prints debug information, usually not needed + +--quiet : suppresses all output but error messages (also discards --debug) + +--help : writes a help message and exits + +:line + +[Related tools:] + +"vtk"_vtk.html, "dump"_dump.html, + +:line + +[Prerequisites:] + +Python "multiprocessing" tool diff --git a/doc/matlab.html b/doc/matlab.html new file mode 100644 index 0000000..a58dd4c --- /dev/null +++ b/doc/matlab.html @@ -0,0 +1,128 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    matlab tool +

    +

    Purpose: +

    +

    Create plots via MatLab numerical analysis program. +

    +

    Description: +

    +

    The matlab tool is a wrapper on the MatLab +numerical analysis package, primarily designed to use its plotting +capabilities. MatLab is commercial software available on a variety +of platforms. +

    +

    The matlab constructor launches MatLab as a process which the matlab +tool sends commands to. The MatLab process can be killed via the +stop() method, though this is typically unnecessary. +

    +

    The plot() method plots a single vector against a linear index or +pairs of vectors against each other. The pairs of vectors are written +to files and read-in by MatLab. The Nth curve in a plot is stored in +the MatLab variable pizzaN, so the 2 vectors can be accessed within +MatLab as pizzaN(:,1) and pizzaN(:,2). +

    +

    The mplot() method creates a series of plots and saves them each to a +numbered file. Each file is a plot of an increasing portion of the +vector(s). This can be used to make an animation of a plot. +

    +

    The enter() method can be used to interact with MatLab directly. +Each subsequent line you type is a MatLab command, until you type +"quit" or "exit" to return to Pizza.py. Single MatLab commands can +be issued as string arguments to the gnu tool. +

    +

    The export() method writes numeric data as columns to text files, so +that MatLab can read them via its "importdata" command. +

    +

    Mutliple windows can be displayed, plotted to, and manipulated using +the select() and hide() methods. The save() method writes the +currently selected plot to a PostScript file. +

    +

    The remaining methods (aspect, title, xrange, etc) set attributes of +the currently selected plot. The erase() method resets all attributes +to their default values. +

    +

    Usage: +

    +
    m = matlab()		       start up MatLab
    +m.stop()		       shut down MatLab process 
    +
    +
    m.plot(a)                      plot vector A against linear index
    +m.plot(a,b)	 	       plot B against A
    +m.plot(a,b,c,d,...)	       plot B against A, D against C, etc
    +m.mplot(M,N,S,"file",a,b,...)  multiple plots saved to file0000.eps, etc 
    +
    +
      each plot argument can be a tuple, list, or Numeric/NumPy vector
    +  mplot loops over range(M,N,S) and create one plot per iteration
    +    last args are same as list of vectors for plot(), e.g. 1, 2, 4 vectors
    +    each plot is made from a portion of the vectors, depending on loop index i
    +      Ith plot is of b[0:i] vs a[0:i], etc
    +    series of plots saved as file0000.eps, file0001.eps, etc
    +    if use xrange(),yrange() then plot axes will be same for all plots 
    +
    +
    m("c = a + b")                 execute string in MatLab 
    +
    +
    m.enter()	   	       enter MatLab shell
    +matlab> c = a + b              type commands directly to MatLab
    +matlab> exit, quit	       exit MatLab shell 
    +
    +
    m.export("data",range(100),a,...)       create file with columns of numbers 
    +
    +
      all vectors must be of equal length
    +  could plot from file with MatLab commands:
    +    cols = importdata('data')
    +    plot(cols(:,1),cols(:,2)) 
    +
    +
    m.select(N)  	               figure N becomes the current plot 
    +
    +
      subsequent commands apply to this plot 
    +
    +
    m.hide(N)  	               delete window for figure N
    +m.save("file")	               save current plot as file.eps 
    +
    +
    Set attributes for current plot: 
    +
    +
    m.erase()                      reset all attributes to default values
    +m.aspect(1.3)                  aspect ratio
    +m.xtitle("Time")               x axis text
    +m.ytitle("Energy")             y axis text
    +m.title("My Plot")             title text
    +m.title("title","x","y")       title, x axis, y axis text
    +m.xrange(xmin,xmax)            x axis range
    +m.xrange()                     default x axis range
    +m.yrange(ymin,ymax)            y axis range
    +m.yrange()                     default y axis range
    +m.xlog()                       toggle x axis between linear and log
    +m.ylog()                       toggle y axis between linear and log
    +m.label(x,y,"text")            place label at x,y coords
    +m.curve(N,'r')                 set color of curve N
    +m.curve(N,'g','--')            set color and line style of curve N
    +m.curve(N,'b','-','v')         set color, line style, symbol of curve N 
    +
    +
      colors:  'k' = black, 'r' = red, 'g' = green, 'b' = blue
    +           'm' = magenta, 'c' = cyan, 'y' = yellow
    +  styles:  '-' = solid, '--' = dashed, ':' = dotted, '-.' = dash-dot
    +  symbols: '+' = plus, 'o' = circle, '*' = asterik, 'x' = X,
    +           's' = square, 'd' = diamond, '^' = up triangle,
    +           'v' = down triangle, '>' = right triangle,
    +           '<' = left triangle, 'p' = pentagram, 'h' = hexagram 
    +
    +

    Related tools: +

    +

    gnu, plotview +

    +

    Prerequisites: +

    +

    The MatLab numerical analysis package. +

    + diff --git a/doc/matlab.txt b/doc/matlab.txt new file mode 100644 index 0000000..7212258 --- /dev/null +++ b/doc/matlab.txt @@ -0,0 +1,123 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +matlab tool :h3 + +[Purpose:] + +Create plots via MatLab numerical analysis program. + +[Description:] + +The matlab tool is a wrapper on the "MatLab"_http://www.mathworks.com +numerical analysis package, primarily designed to use its plotting +capabilities. MatLab is commercial software available on a variety +of platforms. + +The matlab constructor launches MatLab as a process which the matlab +tool sends commands to. The MatLab process can be killed via the +stop() method, though this is typically unnecessary. + +The plot() method plots a single vector against a linear index or +pairs of vectors against each other. The pairs of vectors are written +to files and read-in by MatLab. The Nth curve in a plot is stored in +the MatLab variable pizzaN, so the 2 vectors can be accessed within +MatLab as pizzaN(:,1) and pizzaN(:,2). + +The mplot() method creates a series of plots and saves them each to a +numbered file. Each file is a plot of an increasing portion of the +vector(s). This can be used to make an animation of a plot. + +The enter() method can be used to interact with MatLab directly. +Each subsequent line you type is a MatLab command, until you type +"quit" or "exit" to return to Pizza.py. Single MatLab commands can +be issued as string arguments to the gnu tool. + +The export() method writes numeric data as columns to text files, so +that MatLab can read them via its "importdata" command. + +Mutliple windows can be displayed, plotted to, and manipulated using +the select() and hide() methods. The save() method writes the +currently selected plot to a PostScript file. + +The remaining methods (aspect, title, xrange, etc) set attributes of +the currently selected plot. The erase() method resets all attributes +to their default values. + +[Usage:] + +m = matlab() start up MatLab +m.stop() shut down MatLab process :pre + +m.plot(a) plot vector A against linear index +m.plot(a,b) plot B against A +m.plot(a,b,c,d,...) plot B against A, D against C, etc +m.mplot(M,N,S,"file",a,b,...) multiple plots saved to file0000.eps, etc :pre + + each plot argument can be a tuple, list, or Numeric/NumPy vector + mplot loops over range(M,N,S) and create one plot per iteration + last args are same as list of vectors for plot(), e.g. 1, 2, 4 vectors + each plot is made from a portion of the vectors, depending on loop index i + Ith plot is of b\[0:i\] vs a\[0:i\], etc + series of plots saved as file0000.eps, file0001.eps, etc + if use xrange(),yrange() then plot axes will be same for all plots :pre + +m("c = a + b") execute string in MatLab :pre + +m.enter() enter MatLab shell +matlab> c = a + b type commands directly to MatLab +matlab> exit, quit exit MatLab shell :pre + +m.export("data",range(100),a,...) create file with columns of numbers :pre + + all vectors must be of equal length + could plot from file with MatLab commands: + cols = importdata('data') + plot(cols(:,1),cols(:,2)) :pre + +m.select(N) figure N becomes the current plot :pre + + subsequent commands apply to this plot :pre + +m.hide(N) delete window for figure N +m.save("file") save current plot as file.eps :pre + +Set attributes for current plot: :pre + +m.erase() reset all attributes to default values +m.aspect(1.3) aspect ratio +m.xtitle("Time") x axis text +m.ytitle("Energy") y axis text +m.title("My Plot") title text +m.title("title","x","y") title, x axis, y axis text +m.xrange(xmin,xmax) x axis range +m.xrange() default x axis range +m.yrange(ymin,ymax) y axis range +m.yrange() default y axis range +m.xlog() toggle x axis between linear and log +m.ylog() toggle y axis between linear and log +m.label(x,y,"text") place label at x,y coords +m.curve(N,'r') set color of curve N +m.curve(N,'g','--') set color and line style of curve N +m.curve(N,'b','-','v') set color, line style, symbol of curve N :pre + + colors: 'k' = black, 'r' = red, 'g' = green, 'b' = blue + 'm' = magenta, 'c' = cyan, 'y' = yellow + styles: '-' = solid, '--' = dashed, ':' = dotted, '-.' = dash-dot + symbols: '+' = plus, 'o' = circle, '*' = asterik, 'x' = X, + 's' = square, 'd' = diamond, '^' = up triangle, + 'v' = down triangle, '>' = right triangle, + '<' = left triangle, 'p' = pentagram, 'h' = hexagram :pre + +[Related tools:] + +"gnu"_gnu.html, "plotview"_plotview.html + +[Prerequisites:] + +The MatLab numerical analysis package. diff --git a/doc/mdump.html b/doc/mdump.html new file mode 100644 index 0000000..da7a880 --- /dev/null +++ b/doc/mdump.html @@ -0,0 +1,287 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    mdump tool +

    +

    Purpose: +

    +

    Read, write, manipulate mesh dump files. +

    +

    Description: +

    +

    The mdump tool reads one or more mesh dump files, stores their +contents as a series of snapshots with node and element values, and +allows the values to be accessed and manipulated. Other tools use +mdump objects to convert mesh files to other formats or visualize the +mesh. +

    +

    The constructor method is passed a string containing one or more mesh +dump filenames. They can be listed in any order since snapshots are +sorted by timestep after they are read and duplicate snapshots (with +the same time stamp) are deleted. If a 2nd argument is specified, the +files are not immediately read, but snapshots can be read +one-at-a-time by the next() method. +

    +

    The map() method assigns names to columns of element values. The +tselect() methods select one or more snapshots by their time stamp. +The delete() method deletes unselected timesteps so their memory is +freed up. This can be useful to do when reading snapshots +one-at-a-time for huge data sets. The eselect() methods selects +elements within selected snapshots. +

    +

    The time() and vecs() methods return time or element values as vectors +of values. +

    +

    The iterator() and viz() methods are called by Pizza.py tools that +visualize triangles (e.g. gl, raster, svg tools). You can also use +the iterator() method in your scripts to loop over selected snapshots. +The etype setting determines what element value is returned as the +element "type" by the viz() method. The mviz() method is called by +the ensight tool to extract per-node and per-element data to include +in Ensight files it outputs, so that it can visualized in the Ensight +package. +

    +
    + +

    The format of mesh dump files read in by this tool is simple. There +are 4 kinds of entries that can appear within each timestep, in any +order. These are a list of node coordinates, a list of element +topologies (trianglular, tetrahedral, square, and cubic elements are +currently supported), a list of nodal values, and a list of element +values. Note that a mesh file does not need to include all 4 entries +every timestep. For example, if the file only defines a mesh, but no +nodal or element values, then those two entries need not appear. If +the mesh is static, then the nodal coordinates and element topologies +only need to be defined once (e.g. for timestep 0). If the mesh +moves, but its topology is static, then the element topology will be +defined once (timestep 0), but new nodal coordinates could be defined +every timestamp. +

    +

    A single mesh file can contain multiple snapshots, listed one after +the other. +

    +

    The format of a nodal coordinates entry is as follows: +

    +
    ITEM: TIMESTEP
    +0
    +ITEM: NUMBER OF NODES
    +121
    +ITEM: BOX BOUNDS
    +0 10
    +0 10
    +0 0
    +ITEM: NODES
    +1 1 0 0 0
    +2 1 0 1 0
    +3 1 0 2 0
    +...
    +N 3 7.5 3 2.5 
    +
    +

    The box bounds are listed as xlo xhi on the 1st line, ylo yhi on the +next line, zlo zhi on the last. There are N lines following "ITEM: +NODES" where N is the number of nodes. The nodes do not need to be +listed in any particular order. There can be a different number of +nodes in each snapshot. The values on each node line are "ID type x y +z". +

    +

    The format of an element topology entry is in one of the following +styles (triangles, tetrahedra, squares, cubes): +

    +
    ITEM: TIMESTEP
    +0
    +ITEM: NUMBER OF TRIANGLES
    +200
    +ITEM: TRIANGLES
    +1 1 1 13 12
    +2 1 1 2 13
    +3 1 2 14 13
    +...
    +N 3 259 340 432 
    +
    +
    ITEM: TIMESTEP
    +0
    +ITEM: NUMBER OF TETS
    +200
    +ITEM: TETS
    +1 1 1 13 12 27
    +2 1 1 2 13 35
    +3 1 2 14 13 103
    +...
    +N 3 259 340 432 1005 
    +
    +
    ITEM: TIMESTEP
    +0
    +ITEM: NUMBER OF SQUARES
    +200
    +ITEM: SQUARES
    +1 1 1 13 12 4
    +2 1 1 2 13 6
    +3 1 2 14 13 11
    +...
    +N 3 259 340 432 500 
    +
    +
    ITEM: TIMESTEP
    +0
    +ITEM: NUMBER OF CUBES
    +200
    +ITEM: CUBES
    +1 1 1 13 12 5 3 6 10 20
    +2 1 1 2 13 10 3 4 5 6
    +3 1 2 14 13 15 10 18 19
    +...
    +N 3 259 340 432 200 456 918 1002 988 
    +
    +

    There are N lines following "ITEM: TRIANGLES" or "ITEM: TETS" or +"ITEM: SQUARES" or "ITEM: CUBES" where N is the number of elements. +The elements do not need to be listed in any particular order. There +can be a different number of elements in each snapshot. The values on +each element line are "ID type node1 node2 ... nodeN", where N depends +on the type of element. For triangles, N = 3, and the order should +give an outward normal via the right-hand rule. For tets, N = 4, and +the order should give a right-hand rule for the first 3 nodes that +points towards the 4th node. For squares, N = 4, and the nodes should +be listed in counter-clockwise order around the square. For cubes, N += 8, and the first 4 nodes are the lower face (ordered same as a +square), and the last 4 nodes are directly above the lower 4 as the +upper face. +

    +

    The format of a nodal values entry is as follows: +

    +
    ITEM: TIMESTEP
    +0
    +ITEM: NUMBER OF NODE VALUES
    +200
    +ITEM: NODE VALUES
    +1 1
    +2 1
    +3 9
    +...
    +N 32 
    +
    +

    There are N lines following "ITEM: NODE VALUES" where N is the number +of nodes. The nodes do not need to be listed in any particular order. +There can be a different number of nodes in each snapshot, but it +should be consistent with the current nodal coordinates entry. The +values on each node line are "ID value1 value2 ..." where there are +as many columns as desired. Each line should have the same number of +values. +

    +

    The format of an element values entry is as follows: +

    +
    ITEM: TIMESTEP
    +0
    +ITEM: NUMBER OF ELEMENT VALUES
    +200
    +ITEM: ELEMENT VALUES
    +1 1
    +2 1
    +3 9
    +...
    +N 32 
    +
    +

    There are N lines following "ITEM: ELEMENT VALUES" where N is the +number of elements. The elements do not need to be listed in any +particular order. There can be a different number of elements in each +snapshot, but it should be consistent with the current element +topology entry. The values on each element line are "ID value1 value2 +..." where there are as many columns as desired. Each line should +have the same number of values. The map() command can be used to +assign names to each of these columns of values. +

    +
    + +

    Usage: +

    +
    m = mdump("mesh.one")             read in one or more mesh dump files
    +m = mdump("mesh.1 mesh.2.gz")	  can be gzipped
    +m = mdump("mesh.*")		  wildcard expands to multiple files
    +m = mdump("mesh.*",0)		  two args = store filenames, but don't read 
    +
    +
      incomplete and duplicate snapshots are deleted 
    +
    +
    time = m.next()             	  read next snapshot from dump files 
    +
    +
      used with 2-argument constructor to allow reading snapshots one-at-a-time
    +  snapshot will be skipped only if another snapshot has same time stamp
    +  return time stamp of snapshot read
    +  return -1 if no snapshots left or last snapshot is incomplete
    +  no column name assignment or unscaling is performed 
    +
    +
    m.map(2,"temperature")            assign names to element value columns (1-N) 
    +
    +
    m.tselect.all()			  select all timesteps
    +m.tselect.one(N)		  select only timestep N
    +m.tselect.none()		  deselect all timesteps
    +m.tselect.skip(M)		  select every Mth step
    +m.tselect.test("$t >= 100 and $t < 10000")      select matching timesteps
    +m.delete()	      	      	  delete non-selected timesteps 
    +
    +
      selecting a timestep also selects all elements in the timestep
    +  skip() and test() only select from currently selected timesteps
    +  test() uses a Python Boolean expression with $t for timestep value
    +    Python comparison syntax: == != < > <= >= and or 
    +
    +
    m.eselect.all()	      	                      select all elems in all steps
    +m.eselect.all(N)      	                      select all elems in one step
    +m.eselect.test("$id > 100 and $type == 2")    select match elems in all steps
    +m.eselect.test("$id > 100 and $type == 2",N)  select matching elems in one step 
    +
    +
      all() with no args selects atoms from currently selected timesteps
    +  test() with one arg selects atoms from currently selected timesteps
    +  test() sub-selects from currently selected elements
    +  test() uses a Python Boolean expression with $ for atom attributes
    +    Python comparison syntax: == != < > <= >= and or
    +    $name must end with a space 
    +
    +
    t = m.time()  	     	       	   return vector of selected timestep values
    +fx,fy,... = m.vecs(1000,"fx","fy",...)  return vector(s) for timestep N 
    +
    +
      vecs() returns vectors with one value for each selected elem in the timestep 
    +
    +
    index,time,flag = m.iterator(0/1)          loop over mesh dump snapshots
    +time,box,atoms,bonds,tris,lines = m.viz(index)  return list of viz objects
    +nodes,elements,nvalues,evalues = m.mviz(index)  return list of mesh viz objects
    +m.etype = "color"                          set column returned as "type" by viz 
    +
    +
      iterator() loops over selected timesteps
    +  iterator() called with arg = 0 first time, with arg = 1 on subsequent calls
    +    index = index within dump object (0 to # of snapshots)
    +    time = timestep value
    +    flag = -1 when iteration is done, 1 otherwise
    +  viz() returns info for selected elements for specified timestep index
    +    can also call as viz(time,1) and will find index of preceding snapshot
    +    time = timestep value
    +    box = \[xlo,ylo,zlo,xhi,yhi,zhi\]
    +    atoms = NULL
    +    bonds = NULL
    +    tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array
    +      each element is decomposed into tris
    +    lines = NULL
    +  mviz() returns info for all elements for specified timestep index
    +    can also call as mviz(time,1) and will find index of preceding snapshot
    +    time = timestep value
    +    box = \[xlo,ylo,zlo,xhi,yhi,zhi\]
    +    nodes = list of nodes = id,type,x,y,z
    +    elements = list of elements = id,type,node1,node2,...
    +    nvalues = list of node values = id,type,value1,value2,...
    +    evalues = list of element values = id,type,value1,value2,...
    +  etype is column name viz() will return as element type (def = "" = elem type) 
    +
    +

    Related tools: +

    +

    dump, gl, raster, svg +

    +

    Prerequisites: +

    +

    Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). +

    + diff --git a/doc/mdump.txt b/doc/mdump.txt new file mode 100644 index 0000000..46ea7be --- /dev/null +++ b/doc/mdump.txt @@ -0,0 +1,282 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +mdump tool :h3 + +[Purpose:] + +Read, write, manipulate mesh dump files. + +[Description:] + +The mdump tool reads one or more mesh dump files, stores their +contents as a series of snapshots with node and element values, and +allows the values to be accessed and manipulated. Other tools use +mdump objects to convert mesh files to other formats or visualize the +mesh. + +The constructor method is passed a string containing one or more mesh +dump filenames. They can be listed in any order since snapshots are +sorted by timestep after they are read and duplicate snapshots (with +the same time stamp) are deleted. If a 2nd argument is specified, the +files are not immediately read, but snapshots can be read +one-at-a-time by the next() method. + +The map() method assigns names to columns of element values. The +tselect() methods select one or more snapshots by their time stamp. +The delete() method deletes unselected timesteps so their memory is +freed up. This can be useful to do when reading snapshots +one-at-a-time for huge data sets. The eselect() methods selects +elements within selected snapshots. + +The time() and vecs() methods return time or element values as vectors +of values. + +The iterator() and viz() methods are called by Pizza.py tools that +visualize triangles (e.g. gl, raster, svg tools). You can also use +the iterator() method in your scripts to loop over selected snapshots. +The etype setting determines what element value is returned as the +element "type" by the viz() method. The mviz() method is called by +the ensight tool to extract per-node and per-element data to include +in Ensight files it outputs, so that it can visualized in the Ensight +package. + +:line + +The format of mesh dump files read in by this tool is simple. There +are 4 kinds of entries that can appear within each timestep, in any +order. These are a list of node coordinates, a list of element +topologies (trianglular, tetrahedral, square, and cubic elements are +currently supported), a list of nodal values, and a list of element +values. Note that a mesh file does not need to include all 4 entries +every timestep. For example, if the file only defines a mesh, but no +nodal or element values, then those two entries need not appear. If +the mesh is static, then the nodal coordinates and element topologies +only need to be defined once (e.g. for timestep 0). If the mesh +moves, but its topology is static, then the element topology will be +defined once (timestep 0), but new nodal coordinates could be defined +every timestamp. + +A single mesh file can contain multiple snapshots, listed one after +the other. + +The format of a nodal coordinates entry is as follows: + +ITEM: TIMESTEP +0 +ITEM: NUMBER OF NODES +121 +ITEM: BOX BOUNDS +0 10 +0 10 +0 0 +ITEM: NODES +1 1 0 0 0 +2 1 0 1 0 +3 1 0 2 0 +... +N 3 7.5 3 2.5 :pre + +The box bounds are listed as xlo xhi on the 1st line, ylo yhi on the +next line, zlo zhi on the last. There are N lines following "ITEM: +NODES" where N is the number of nodes. The nodes do not need to be +listed in any particular order. There can be a different number of +nodes in each snapshot. The values on each node line are "ID type x y +z". + +The format of an element topology entry is in one of the following +styles (triangles, tetrahedra, squares, cubes): + +ITEM: TIMESTEP +0 +ITEM: NUMBER OF TRIANGLES +200 +ITEM: TRIANGLES +1 1 1 13 12 +2 1 1 2 13 +3 1 2 14 13 +... +N 3 259 340 432 :pre + +ITEM: TIMESTEP +0 +ITEM: NUMBER OF TETS +200 +ITEM: TETS +1 1 1 13 12 27 +2 1 1 2 13 35 +3 1 2 14 13 103 +... +N 3 259 340 432 1005 :pre + +ITEM: TIMESTEP +0 +ITEM: NUMBER OF SQUARES +200 +ITEM: SQUARES +1 1 1 13 12 4 +2 1 1 2 13 6 +3 1 2 14 13 11 +... +N 3 259 340 432 500 :pre + +ITEM: TIMESTEP +0 +ITEM: NUMBER OF CUBES +200 +ITEM: CUBES +1 1 1 13 12 5 3 6 10 20 +2 1 1 2 13 10 3 4 5 6 +3 1 2 14 13 15 10 18 19 +... +N 3 259 340 432 200 456 918 1002 988 :pre + +There are N lines following "ITEM: TRIANGLES" or "ITEM: TETS" or +"ITEM: SQUARES" or "ITEM: CUBES" where N is the number of elements. +The elements do not need to be listed in any particular order. There +can be a different number of elements in each snapshot. The values on +each element line are "ID type node1 node2 ... nodeN", where N depends +on the type of element. For triangles, N = 3, and the order should +give an outward normal via the right-hand rule. For tets, N = 4, and +the order should give a right-hand rule for the first 3 nodes that +points towards the 4th node. For squares, N = 4, and the nodes should +be listed in counter-clockwise order around the square. For cubes, N += 8, and the first 4 nodes are the lower face (ordered same as a +square), and the last 4 nodes are directly above the lower 4 as the +upper face. + +The format of a nodal values entry is as follows: + +ITEM: TIMESTEP +0 +ITEM: NUMBER OF NODE VALUES +200 +ITEM: NODE VALUES +1 1 +2 1 +3 9 +... +N 32 :pre + +There are N lines following "ITEM: NODE VALUES" where N is the number +of nodes. The nodes do not need to be listed in any particular order. +There can be a different number of nodes in each snapshot, but it +should be consistent with the current nodal coordinates entry. The +values on each node line are "ID value1 value2 ..." where there are +as many columns as desired. Each line should have the same number of +values. + +The format of an element values entry is as follows: + +ITEM: TIMESTEP +0 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 9 +... +N 32 :pre + +There are N lines following "ITEM: ELEMENT VALUES" where N is the +number of elements. The elements do not need to be listed in any +particular order. There can be a different number of elements in each +snapshot, but it should be consistent with the current element +topology entry. The values on each element line are "ID value1 value2 +..." where there are as many columns as desired. Each line should +have the same number of values. The map() command can be used to +assign names to each of these columns of values. + +:line + +[Usage:] + +m = mdump("mesh.one") read in one or more mesh dump files +m = mdump("mesh.1 mesh.2.gz") can be gzipped +m = mdump("mesh.*") wildcard expands to multiple files +m = mdump("mesh.*",0) two args = store filenames, but don't read :pre + + incomplete and duplicate snapshots are deleted :pre + +time = m.next() read next snapshot from dump files :pre + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment or unscaling is performed :pre + +m.map(2,"temperature") assign names to element value columns (1-N) :pre + +m.tselect.all() select all timesteps +m.tselect.one(N) select only timestep N +m.tselect.none() deselect all timesteps +m.tselect.skip(M) select every Mth step +m.tselect.test("$t >= 100 and $t < 10000") select matching timesteps +m.delete() delete non-selected timesteps :pre + + selecting a timestep also selects all elements in the timestep + skip() and test() only select from currently selected timesteps + test() uses a Python Boolean expression with $t for timestep value + Python comparison syntax: == != < > <= >= and or :pre + +m.eselect.all() select all elems in all steps +m.eselect.all(N) select all elems in one step +m.eselect.test("$id > 100 and $type == 2") select match elems in all steps +m.eselect.test("$id > 100 and $type == 2",N) select matching elems in one step :pre + + all() with no args selects atoms from currently selected timesteps + test() with one arg selects atoms from currently selected timesteps + test() sub-selects from currently selected elements + test() uses a Python Boolean expression with $ for atom attributes + Python comparison syntax: == != < > <= >= and or + $name must end with a space :pre + +t = m.time() return vector of selected timestep values +fx,fy,... = m.vecs(1000,"fx","fy",...) return vector(s) for timestep N :pre + + vecs() returns vectors with one value for each selected elem in the timestep :pre + +index,time,flag = m.iterator(0/1) loop over mesh dump snapshots +time,box,atoms,bonds,tris,lines = m.viz(index) return list of viz objects +nodes,elements,nvalues,evalues = m.mviz(index) return list of mesh viz objects +m.etype = "color" set column returned as "type" by viz :pre + + iterator() loops over selected timesteps + iterator() called with arg = 0 first time, with arg = 1 on subsequent calls + index = index within dump object (0 to # of snapshots) + time = timestep value + flag = -1 when iteration is done, 1 otherwise + viz() returns info for selected elements for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = \\[xlo,ylo,zlo,xhi,yhi,zhi\\] + atoms = NULL + bonds = NULL + tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array + each element is decomposed into tris + lines = NULL + mviz() returns info for all elements for specified timestep index + can also call as mviz(time,1) and will find index of preceding snapshot + time = timestep value + box = \\[xlo,ylo,zlo,xhi,yhi,zhi\\] + nodes = list of nodes = id,type,x,y,z + elements = list of elements = id,type,node1,node2,... + nvalues = list of node values = id,type,value1,value2,... + evalues = list of element values = id,type,value1,value2,... + etype is column name viz() will return as element type (def = "" = elem type) :pre + +[Related tools:] + +"dump"_dump.html, "gl"_gl.html, "raster"_raster.html, "svg"_svg.html + +[Prerequisites:] + +Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). diff --git a/doc/pair.html b/doc/pair.html new file mode 100644 index 0000000..ddc3b52 --- /dev/null +++ b/doc/pair.html @@ -0,0 +1,68 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    pair tool +

    +

    Purpose: +

    +

    Compute LAMMPS pairwise energies. +

    +

    Description: +

    +

    The pair tool computes a pairwise energy between 2 particles using a +LAMMPS molecular dynamics force field. Thus it can be used in an +analysis script to compute energies between groups of atoms from a +LAMMPS snapshot file. +

    +

    The pair constructor specifies the force field style. Only some of +the LAMMPS pair styles are currently included in this tool, but new +styles can easily be added. Code from the LAMMPS pair*.cpp file needs +to be re-coded in Python to make this work. +

    +

    The coeff() method reads the pairwise coefficients for the force field +from a data file object (see the data tool). The init() +method does pre-computations for the force field parameters needed by +the single() method which does a pairwise computation between two +atoms of type = itype,jtype separated by a squared distance rsq. The +arguments for init() and single() can be different for a particular +force field style. When you write the init() and single() methods for +a new style, you can define what arguments are needed. +

    +

    Usage: +

    +
    p = pair("lj/charmm/coul/charmm")   create pair object for specific pair style 
    +
    +
      available styles: lj/cut, lj/cut/coul/cut, lj/charmm/coul/charmm 
    +
    +
    p.coeff(d)			    extract pairwise coeffs from data object
    +p.init(cut1,cut2,...)		    setup based on coeffs and cutoffs 
    +
    +
      init args are specific to pair style:
    +    lj/cut = cutlj
    +    lj/cut/coul/cut = cutlj,cut_coul (cut_coul optional)
    +    lj/charmm/coul/charmm = cutlj_inner,cutlj,cutcoul_inner,cut_coul
    +      (last 2 optional) 
    +
    +
    e_vdwl,e_coul = p.single(rsq,itype,jtype,q1,q2,...)   compute LJ/Coul energy 
    +
    +
      pairwise energy between 2 atoms at distance rsq with their attributes
    +  args are specific to pair style:
    +    lj/cut = rsq,itype,jtype
    +    lj/cut/coul/cut = rsq,itype,jtype,q1,q2
    +    lj/charmm/coul/charmm = rsq,itype,jtype,q1,q2 
    +
    +

    Related tools: +

    +

    data +

    +

    Prerequisites: none +

    + diff --git a/doc/pair.txt b/doc/pair.txt new file mode 100644 index 0000000..3c83085 --- /dev/null +++ b/doc/pair.txt @@ -0,0 +1,63 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +pair tool :h3 + +[Purpose:] + +Compute LAMMPS pairwise energies. + +[Description:] + +The pair tool computes a pairwise energy between 2 particles using a +LAMMPS molecular dynamics force field. Thus it can be used in an +analysis script to compute energies between groups of atoms from a +LAMMPS snapshot file. + +The pair constructor specifies the force field style. Only some of +the LAMMPS pair styles are currently included in this tool, but new +styles can easily be added. Code from the LAMMPS pair*.cpp file needs +to be re-coded in Python to make this work. + +The coeff() method reads the pairwise coefficients for the force field +from a data file object (see the "data"_data.html tool). The init() +method does pre-computations for the force field parameters needed by +the single() method which does a pairwise computation between two +atoms of type = itype,jtype separated by a squared distance rsq. The +arguments for init() and single() can be different for a particular +force field style. When you write the init() and single() methods for +a new style, you can define what arguments are needed. + +[Usage:] + +p = pair("lj/charmm/coul/charmm") create pair object for specific pair style :pre + + available styles: lj/cut, lj/cut/coul/cut, lj/charmm/coul/charmm :pre + +p.coeff(d) extract pairwise coeffs from data object +p.init(cut1,cut2,...) setup based on coeffs and cutoffs :pre + + init args are specific to pair style: + lj/cut = cutlj + lj/cut/coul/cut = cutlj,cut_coul (cut_coul optional) + lj/charmm/coul/charmm = cutlj_inner,cutlj,cutcoul_inner,cut_coul + (last 2 optional) :pre + +e_vdwl,e_coul = p.single(rsq,itype,jtype,q1,q2,...) compute LJ/Coul energy :pre + + pairwise energy between 2 atoms at distance rsq with their attributes + args are specific to pair style: + lj/cut = rsq,itype,jtype + lj/cut/coul/cut = rsq,itype,jtype,q1,q2 + lj/charmm/coul/charmm = rsq,itype,jtype,q1,q2 :pre + +[Related tools:] + +"data"_data.html + +[Prerequisites:] none diff --git a/doc/patch.html b/doc/patch.html new file mode 100644 index 0000000..cedef79 --- /dev/null +++ b/doc/patch.html @@ -0,0 +1,107 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    patch tool +

    +

    Purpose: +

    +

    Create patchy Lennard-Jones particles for LAMMPS input. +

    +

    Description: +

    +

    The patch tool creates large multi-atom particles and writes them out +as a LAMMPS data file. They need to be simulated with a soft +potential in LAMMPS to un-overlap them before they form a proper +ensemble. +

    +

    The individual particles consist of a collection of Lennard-Jones +atoms of various types. By defining force field coefficients +appropriately, specific atoms can be made attractive or repulsive, so +that "patches" of atoms on the particle surface are reactive. The +Pizza.py WWW site has example images and movies of simulations +using such particles. A paper by Sharon Glotzer's +group at U Michigan describing a variety of patchy particle +models was the motivation for this tool. +

    + + +

    The patch constructor takes a volume fraction as an argument to determine +how densely to fill the simulation box. Optionally, the box shape can +also be specified. +

    +

    The build() method creates N particles, each of speficied style and +with specified atom types. Several styles are available and new ones +can easily be added to patch.py. You will need to look in patch.py +for the details of what each style represents. For example, "hex2" +uses a C60 bucky ball as a template and creates hexagonal 6-atom +patches (atoms of a different type) on either side of the ball. +

    +

    The build() method can be invoked multiple times to create collections +of particles. The position and orientation of each particle is chosen +randomly. The seed value sets the random number generator used for +coordinate generation. +

    +

    The ensemble of chains is written to a LAMMPS data file via the +write() method. +

    +

    Usage: +

    +
    p = patch(vfrac)           setup box with a specified volume fraction
    +p = patch(vfrac,1,1,2)     x,y,z = aspect ratio of box (def = 1,1,1) 
    +
    +
    p.seed = 48379		   set random # seed (def = 12345)
    +p.randomized = 0	   1 = choose next particle randomly, 0 = as generated
    +p.dim = 2		   set dimension of created box (def = 3)
    +p.blen = 0.97              set length of tether bonds (def = 0.97)
    +p.dmin = 1.02              set min r from i-1 to i+1 tether site (def = 1.02)
    +p.lattice = [Nx,Ny,Nz]     generate Nx by Ny by Nz lattice of particles 
    +
    +
      if lattice is set, Nx*Ny*Nz must equal N for build
    +  lattice = [0,0,0] = generate N particles randomly, default 
    +
    +
    p.build(100,"hex2",1,2,3)  create 100 "hex2" particles with types 1,2,3 
    +
    +
      can be invoked multiple times
    +  keywords:
    +    c60hex2: diam,1,2,3 = C-60 with 2 hex patches and ctr part, types 1,2,3
    +    hex2: diam,1,2 = one large particle with 2 7-mer hex patches, types 1,2
    +    hex4: diam,1,2 = one large particle with 4 7-mer hex patches, types 1,2
    +    ring: diam,N,1,2 = one large part with equatorial ring of N, types 1,2
    +    ball: diam,m1,m2,1,2,3 = large ball with m12-len tethers, types 1,2,3
    +    tri5: 1,2 = 3-layer 5-size hollow tri, types 1,2
    +    rod: N,m1,m2,1,2,3 = N-length rod with m12-len tethers, types 1,2,3
    +    tri: N,m1,m2,m3,1,2,3,4 = N-size tri with m123-len tethers, types 1-4
    +    hex: m1,m2,m3,m4,m5,m6,1,2,3,4,5,6,7 = 7-atom hex with m-len tethers, t 1-7
    +    dimer: r,1 = two particles r apart, type 1, no bond
    +    star2d: N,r,1 = 2d star of length N (odd), beads r apart, type 1, no bonds
    +    box2d: N,M,r,1 = 2d NxM box, beads r apart, type 1, no bonds
    +    tritet: A,m = 4-tri tet with edge length A, tri type m
    +    tribox: Alo,Ahi,Blo,Bhi,Clo,Chi,m = 12-tri box with side lengths A,B,C & m
    +    linebox: Alo,Ahi,Blo,Bhi,m = 4-line 2d rectangle with random side lengths
    +                                 from Alo to Ahi and Blo to Bhi, line type m
    +    linetri: Alo,Ahi,Blo,Bhi,m = 3-line 2d triangle with random base
    +                                 from Alo to Ahi and height Blo to Bhi, type m 
    +
    +
    p.write("data.patch")      write out system to LAMMPS data file 
    +
    +

    Related tools: +

    +

    chain, data +

    +

    Prerequisites: none +

    +
    + + + +

    (Glotzer) Zhang and Glotzer, NanoLetters, 4, 1407-1413 (2004). +

    + diff --git a/doc/patch.txt b/doc/patch.txt new file mode 100644 index 0000000..a5e1783 --- /dev/null +++ b/doc/patch.txt @@ -0,0 +1,101 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +patch tool :h3 + +[Purpose:] + +Create patchy Lennard-Jones particles for LAMMPS input. + +[Description:] + +The patch tool creates large multi-atom particles and writes them out +as a LAMMPS data file. They need to be simulated with a soft +potential in LAMMPS to un-overlap them before they form a proper +ensemble. + +The individual particles consist of a collection of Lennard-Jones +atoms of various types. By defining force field coefficients +appropriately, specific atoms can be made attractive or repulsive, so +that "patches" of atoms on the particle surface are reactive. The +"Pizza.py WWW site"_pws has example images and movies of simulations +using such particles. A "paper"_#Glotzer by "Sharon Glotzer's +group"_glotzer at U Michigan describing a variety of patchy particle +models was the motivation for this tool. + +:link(glotzer,http://www.engin.umich.edu/dept/che/research/glotzer) + +The patch constructor takes a volume fraction as an argument to determine +how densely to fill the simulation box. Optionally, the box shape can +also be specified. + +The build() method creates N particles, each of speficied style and +with specified atom types. Several styles are available and new ones +can easily be added to patch.py. You will need to look in patch.py +for the details of what each style represents. For example, "hex2" +uses a C60 bucky ball as a template and creates hexagonal 6-atom +patches (atoms of a different type) on either side of the ball. + +The build() method can be invoked multiple times to create collections +of particles. The position and orientation of each particle is chosen +randomly. The seed value sets the random number generator used for +coordinate generation. + +The ensemble of chains is written to a LAMMPS data file via the +write() method. + +[Usage:] + +p = patch(vfrac) setup box with a specified volume fraction +p = patch(vfrac,1,1,2) x,y,z = aspect ratio of box (def = 1,1,1) :pre + +p.seed = 48379 set random # seed (def = 12345) +p.randomized = 0 1 = choose next particle randomly, 0 = as generated +p.dim = 2 set dimension of created box (def = 3) +p.blen = 0.97 set length of tether bonds (def = 0.97) +p.dmin = 1.02 set min r from i-1 to i+1 tether site (def = 1.02) +p.lattice = \[Nx,Ny,Nz\] generate Nx by Ny by Nz lattice of particles :pre + + if lattice is set, Nx*Ny*Nz must equal N for build + lattice = \[0,0,0\] = generate N particles randomly, default :pre + +p.build(100,"hex2",1,2,3) create 100 "hex2" particles with types 1,2,3 :pre + + can be invoked multiple times + keywords: + c60hex2: diam,1,2,3 = C-60 with 2 hex patches and ctr part, types 1,2,3 + hex2: diam,1,2 = one large particle with 2 7-mer hex patches, types 1,2 + hex4: diam,1,2 = one large particle with 4 7-mer hex patches, types 1,2 + ring: diam,N,1,2 = one large part with equatorial ring of N, types 1,2 + ball: diam,m1,m2,1,2,3 = large ball with m12-len tethers, types 1,2,3 + tri5: 1,2 = 3-layer 5-size hollow tri, types 1,2 + rod: N,m1,m2,1,2,3 = N-length rod with m12-len tethers, types 1,2,3 + tri: N,m1,m2,m3,1,2,3,4 = N-size tri with m123-len tethers, types 1-4 + hex: m1,m2,m3,m4,m5,m6,1,2,3,4,5,6,7 = 7-atom hex with m-len tethers, t 1-7 + dimer: r,1 = two particles r apart, type 1, no bond + star2d: N,r,1 = 2d star of length N (odd), beads r apart, type 1, no bonds + box2d: N,M,r,1 = 2d NxM box, beads r apart, type 1, no bonds + tritet: A,m = 4-tri tet with edge length A, tri type m + tribox: Alo,Ahi,Blo,Bhi,Clo,Chi,m = 12-tri box with side lengths A,B,C & m + linebox: Alo,Ahi,Blo,Bhi,m = 4-line 2d rectangle with random side lengths + from Alo to Ahi and Blo to Bhi, line type m + linetri: Alo,Ahi,Blo,Bhi,m = 3-line 2d triangle with random base + from Alo to Ahi and height Blo to Bhi, type m :pre + +p.write("data.patch") write out system to LAMMPS data file :pre + +[Related tools:] + +"chain"_chain.html, "data"_data.html + +[Prerequisites:] none + +:line + +:link(Glotzer) +[(Glotzer)] Zhang and Glotzer, NanoLetters, 4, 1407-1413 (2004). diff --git a/doc/pdbfile.html b/doc/pdbfile.html new file mode 100644 index 0000000..3160988 --- /dev/null +++ b/doc/pdbfile.html @@ -0,0 +1,98 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    pdbfile tool +

    +

    Purpose: +

    +

    Read, write PDB files in combo with LAMMPS snapshots. +

    +

    Description: +

    +

    The pdbfile tool reads in PDB (Protein Data Bank) files of protein +coordinates and uses them in conjunction with LAMMPS snapshots in +various ways. The PDB format is commonly used by various +vizualization and analysis programs. +

    +

    The pdbfile constructor takes a string argument listing one or more +PDB filenames and a data argument with LAMMPS atom information +(data or dump object). The atom snapshots +must have "id", "type", "x", "y", and "z" defined; see the map() +methods of those tools. +

    +

    Both arguments to the constructor are optional, as described below. +If a single PDB file is given as a constructor argument, and it is 4 +letters long, and it does not exist on your system, then it is treated +as a PDB identifier and the matching PDB file is downloaded from a PDB +repository on the WWW to your machine. +

    +

    The one(), many(), and single() methods write out PDB files in various +manners, depending on the 1 or 2 arguments used in the constructor. +If only a string was specified (no data object), the specified PDB +files are written out as-is. Thus the one() method concatenates the +files together. If only a data object was specified (no string of PDB +files), then PDB files in a generic format (Lennard-Jones atoms) are +created. If both arguments are specified, then only a single PDB file +can be listed. It is treated as a template file, and the atom +coordinates in the data object replace the atom coordinates in the +template PDB file to create a series of new PDB files. This +replacement is only done for selected atoms (in the dump object) and +for atom IDs that appear in the PDB file. +

    +

    The iterator() method is called by the rasmol tool to +create a series of PDB files for visualization purposes. +

    +

    Usage: +

    +
    p = pdbfile("3CRO")         create pdb object from PDB file or WWW
    +p = pdbfile("pep1 pep2")    read in multiple PDB files
    +p = pdbfile("pep*")         can use wildcards
    +p = pdbfile(d)              read in snapshot data with no PDB file
    +p = pdbfile("3CRO",d)       read in single PDB file with snapshot data 
    +
    +
      string arg contains one or more PDB files
    +    don't need .pdb suffix except wildcard must expand to file.pdb
    +    if only one 4-char file specified and it is not found,
    +      it will be downloaded from http://www.rcsb.org as 3CRO.pdb
    +  d arg is object with atom coordinates (dump, data) 
    +
    +
    p.one()                     write all output as one big PDB file to tmp.pdb
    +p.one("mine")               write to mine.pdb
    +p.many()                    write one PDB file per snapshot: tmp0000.pdb, ...
    +p.many("mine")              write as mine0000.pdb, mine0001.pdb, ...
    +p.single(N)                 write timestamp N as tmp.pdb
    +p.single(N,"new")           write as new.pdb 
    +
    +
      how new PDB files are created depends on constructor inputs:
    +    if no d: one new PDB file for each file in string arg (just a copy)
    +    if only d specified: one new PDB file per snapshot in generic format
    +    if one file in str arg and d: one new PDB file per snapshot
    +      using input PDB file as template
    +    multiple input PDB files with a d is not allowed 
    +
    +
    index,time,flag = p.iterator(0)
    +index,time,flag = p.iterator(1) 
    +
    +
      iterator = loop over number of PDB files
    +    call first time with arg = 0, thereafter with arg = 1
    +    N = length = # of snapshots or # of input PDB files
    +    index = index of snapshot or input PDB file (0 to N-1)
    +    time = timestep value (time stamp for snapshot, index for multiple PDB)
    +    flag = -1 when iteration is done, 1 otherwise
    +  typically call p.single(time) in iterated loop to write out one PDB file 
    +
    +

    Related tools: +

    +

    data, dump, rasmol +

    +

    Prerequisites: none +

    + diff --git a/doc/pdbfile.txt b/doc/pdbfile.txt new file mode 100644 index 0000000..f4bc92e --- /dev/null +++ b/doc/pdbfile.txt @@ -0,0 +1,93 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +pdbfile tool :h3 + +[Purpose:] + +Read, write PDB files in combo with LAMMPS snapshots. + +[Description:] + +The pdbfile tool reads in PDB (Protein Data Bank) files of protein +coordinates and uses them in conjunction with LAMMPS snapshots in +various ways. The PDB format is commonly used by various +vizualization and analysis programs. + +The pdbfile constructor takes a string argument listing one or more +PDB filenames and a data argument with LAMMPS atom information +("data"_data.html or "dump"_dump.html object). The atom snapshots +must have "id", "type", "x", "y", and "z" defined; see the map() +methods of those tools. + +Both arguments to the constructor are optional, as described below. +If a single PDB file is given as a constructor argument, and it is 4 +letters long, and it does not exist on your system, then it is treated +as a PDB identifier and the matching PDB file is downloaded from a PDB +repository on the WWW to your machine. + +The one(), many(), and single() methods write out PDB files in various +manners, depending on the 1 or 2 arguments used in the constructor. +If only a string was specified (no data object), the specified PDB +files are written out as-is. Thus the one() method concatenates the +files together. If only a data object was specified (no string of PDB +files), then PDB files in a generic format (Lennard-Jones atoms) are +created. If both arguments are specified, then only a single PDB file +can be listed. It is treated as a template file, and the atom +coordinates in the data object replace the atom coordinates in the +template PDB file to create a series of new PDB files. This +replacement is only done for selected atoms (in the dump object) and +for atom IDs that appear in the PDB file. + +The iterator() method is called by the "rasmol"_rasmol.html tool to +create a series of PDB files for visualization purposes. + +[Usage:] + +p = pdbfile("3CRO") create pdb object from PDB file or WWW +p = pdbfile("pep1 pep2") read in multiple PDB files +p = pdbfile("pep*") can use wildcards +p = pdbfile(d) read in snapshot data with no PDB file +p = pdbfile("3CRO",d) read in single PDB file with snapshot data :pre + + string arg contains one or more PDB files + don't need .pdb suffix except wildcard must expand to file.pdb + if only one 4-char file specified and it is not found, + it will be downloaded from http://www.rcsb.org as 3CRO.pdb + d arg is object with atom coordinates (dump, data) :pre + +p.one() write all output as one big PDB file to tmp.pdb +p.one("mine") write to mine.pdb +p.many() write one PDB file per snapshot: tmp0000.pdb, ... +p.many("mine") write as mine0000.pdb, mine0001.pdb, ... +p.single(N) write timestamp N as tmp.pdb +p.single(N,"new") write as new.pdb :pre + + how new PDB files are created depends on constructor inputs: + if no d: one new PDB file for each file in string arg (just a copy) + if only d specified: one new PDB file per snapshot in generic format + if one file in str arg and d: one new PDB file per snapshot + using input PDB file as template + multiple input PDB files with a d is not allowed :pre + +index,time,flag = p.iterator(0) +index,time,flag = p.iterator(1) :pre + + iterator = loop over number of PDB files + call first time with arg = 0, thereafter with arg = 1 + N = length = # of snapshots or # of input PDB files + index = index of snapshot or input PDB file (0 to N-1) + time = timestep value (time stamp for snapshot, index for multiple PDB) + flag = -1 when iteration is done, 1 otherwise + typically call p.single(time) in iterated loop to write out one PDB file :pre + +[Related tools:] + +"data"_data.html, "dump"_dump.html, "rasmol"_rasmol.html + +[Prerequisites:] none diff --git a/doc/plotview.html b/doc/plotview.html new file mode 100644 index 0000000..7604d40 --- /dev/null +++ b/doc/plotview.html @@ -0,0 +1,69 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    plotview tool +

    +

    Purpose: +

    +

    Plot multiple vectors from a data set. +

    +

    Description: +

    +

    The plotview tool displays a GUI for showing a series of plots of +vectors stored in another Pizza.py tool. Individual plots can be +displayed or hidden or saved to a file. +

    +

    The plotview constructor creates the GUI and takes a data object +(log, vec) and a plot object (gnu, +matlab) as arguments. +

    +

    The vectors in the data object are converted to individual plots. The +2nd thru Nth vectors are each plotted against the 1st vector to create +N-1 plots. One or more plots can be displayed simultaneously (right +buttons in GUI), but only one is selected at a time (left buttons in +GUI). The yes(), no(), and select() methods perform the same function +as the GUI buttons. +

    +

    The currently selected plot can be modified (title, range, etc) +by the methods of the plot object. +

    +

    The file() and save() methods (or corresponding GUI widgets) save the +currently selected plot to a PostScript file. +

    +

    Usage: +

    +
    p = plotview(d,pl)      create GUI for viewing plots 
    +
    +
      d = Pizza.py object that contains vectors (log, vec)
    +  pl = Pizza.py plotting object (gnu, matlab) 
    +
    +
    p.select(2)             select one plot as current (1-N)
    +p.yes(3)                toggle one plot's visibility
    +p.no(3) 
    +
    +
      only one plot is selected at a time
    +  multiple plots can be visible at same time
    +  select is same as clicking on left-side radio-button
    +  yes/no is same as clicking on right-side checkbox 
    +
    +
    p.x = "Time"            which vector is X vector (1st vec by default)
    +p.file("pressure")      filename prefix for saving a plot
    +p.save()                save currently selected plot to file.eps 
    +
    +

    Related tools: +

    +

    log, gnu, matlab +

    +

    Prerequisites: +

    +

    Python Tkinter package. +

    + diff --git a/doc/plotview.txt b/doc/plotview.txt new file mode 100644 index 0000000..689eb6c --- /dev/null +++ b/doc/plotview.txt @@ -0,0 +1,64 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +plotview tool :h3 + +[Purpose:] + +Plot multiple vectors from a data set. + +[Description:] + +The plotview tool displays a GUI for showing a series of plots of +vectors stored in another Pizza.py tool. Individual plots can be +displayed or hidden or saved to a file. + +The plotview constructor creates the GUI and takes a data object +("log"_log.html, "vec"_vec.html) and a plot object ("gnu"_gnu.html, +"matlab"_matlab.html) as arguments. + +The vectors in the data object are converted to individual plots. The +2nd thru Nth vectors are each plotted against the 1st vector to create +N-1 plots. One or more plots can be displayed simultaneously (right +buttons in GUI), but only one is selected at a time (left buttons in +GUI). The yes(), no(), and select() methods perform the same function +as the GUI buttons. + +The currently selected plot can be modified (title, range, etc) +by the methods of the plot object. + +The file() and save() methods (or corresponding GUI widgets) save the +currently selected plot to a PostScript file. + +[Usage:] + +p = plotview(d,pl) create GUI for viewing plots :pre + + d = Pizza.py object that contains vectors (log, vec) + pl = Pizza.py plotting object (gnu, matlab) :pre + +p.select(2) select one plot as current (1-N) +p.yes(3) toggle one plot's visibility +p.no(3) :pre + + only one plot is selected at a time + multiple plots can be visible at same time + select is same as clicking on left-side radio-button + yes/no is same as clicking on right-side checkbox :pre + +p.x = "Time" which vector is X vector (1st vec by default) +p.file("pressure") filename prefix for saving a plot +p.save() save currently selected plot to file.eps :pre + +[Related tools:] + +"log"_log.html, "gnu"_gnu.html, "matlab"_matlab.html + +[Prerequisites:] + +Python Tkinter package. diff --git a/doc/rasmol.html b/doc/rasmol.html new file mode 100644 index 0000000..0ff9cb2 --- /dev/null +++ b/doc/rasmol.html @@ -0,0 +1,77 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    rasmol tool +

    +

    Purpose: +

    +

    3d visualization via RasMol program. +

    +

    Description: +

    +

    The rasmol tool is a wrapper on the RasMol +visualization program. RasMol is open source software and runs on +many platforms. The link above is for the Open Rasmol WWW site, not +the Protein Explorer WWW site. Protein Explorer is a derivative of +RasMol and runs primarily on Windows machines within a browser. This +Pizza.py tool wraps the original RasMol program, not Protein Explorer. +

    +

    The rasmol constructor takes a pdbfile object as its +argument which produces PDB files that RasMol reads in. The pdbfile +object can produce PDB files from a LAMMPS dump or data file, as well +as in other ways. +

    +

    The show() method runs RasMol on the atoms of snapshot N (converted to +a PDB file) and displays the resulting image stored as image.gif. +Either a default RasMol script or one you specify is used to format +the RasMol image. The all() method loops thru all selected snapshots +and runs RasMol on each one. The resulting image files are saved to +image0000.gif, image0001.gif, etc. The prefix "image" can be changed +via the file setting. +

    +

    A RasMol script can be created by running RasMol itself (outside of +Pizza.py), typing commands or choosing menu options to format the +display as desired, then typing "write script filename". +Alternatively the run() method will do this for you. It runs RasMol +on snapshot N and lets you interact with RasMol directly either via +typing or mouse operations in the RasMol window. When you type "quit" +or "exit" the script file will be saved (do not exit via the Rasmol +menu). +

    +

    Usage: +

    +
    r = rasmol(p)           create RasMol wrapper for pdb object p 
    +
    +
    r.file = "image"        file prefix for created images (def = "image") 
    +
    +
    r.show(N)               show snapshot at timestep N with default script
    +r.show(N,"my.rasmol")   use file as RasMol script 
    +
    +
    r.all()                 make images of all selected snapshots with def script
    +r.all("my.rasmol")      use file as RasMol script 
    +
    +
    r.run(N)                run RasMol interactivly on snapshot N
    +r.run(N,"new.rasmol")                 adjust via mouse or RasMol commands
    +r.run(N,"new.rasmol","old.rasmol")    type quit to save RasMol script file 
    +
    +
      if 2 args, 2nd arg is new script file, else save to "tmp.rasmol"
    +  if 3 args, 3rd arg is initial script file, else use default script 
    +
    +

    Related tools: +

    +

    dump, gl, pdbfile, +raster, svg +

    +

    Prerequisites: +

    +

    The RasMol program. +

    + diff --git a/doc/rasmol.txt b/doc/rasmol.txt new file mode 100644 index 0000000..f937d3c --- /dev/null +++ b/doc/rasmol.txt @@ -0,0 +1,72 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +rasmol tool :h3 + +[Purpose:] + +3d visualization via RasMol program. + +[Description:] + +The rasmol tool is a wrapper on the "RasMol"_http://www.openrasmol.org +visualization program. RasMol is open source software and runs on +many platforms. The link above is for the Open Rasmol WWW site, not +the Protein Explorer WWW site. Protein Explorer is a derivative of +RasMol and runs primarily on Windows machines within a browser. This +Pizza.py tool wraps the original RasMol program, not Protein Explorer. + +The rasmol constructor takes a "pdbfile"_pdbfile.html object as its +argument which produces PDB files that RasMol reads in. The pdbfile +object can produce PDB files from a LAMMPS dump or data file, as well +as in other ways. + +The show() method runs RasMol on the atoms of snapshot N (converted to +a PDB file) and displays the resulting image stored as image.gif. +Either a default RasMol script or one you specify is used to format +the RasMol image. The all() method loops thru all selected snapshots +and runs RasMol on each one. The resulting image files are saved to +image0000.gif, image0001.gif, etc. The prefix "image" can be changed +via the file setting. + +A RasMol script can be created by running RasMol itself (outside of +Pizza.py), typing commands or choosing menu options to format the +display as desired, then typing "write script filename". +Alternatively the run() method will do this for you. It runs RasMol +on snapshot N and lets you interact with RasMol directly either via +typing or mouse operations in the RasMol window. When you type "quit" +or "exit" the script file will be saved (do not exit via the Rasmol +menu). + +[Usage:] + +r = rasmol(p) create RasMol wrapper for pdb object p :pre + +r.file = "image" file prefix for created images (def = "image") :pre + +r.show(N) show snapshot at timestep N with default script +r.show(N,"my.rasmol") use file as RasMol script :pre + +r.all() make images of all selected snapshots with def script +r.all("my.rasmol") use file as RasMol script :pre + +r.run(N) run RasMol interactivly on snapshot N +r.run(N,"new.rasmol") adjust via mouse or RasMol commands +r.run(N,"new.rasmol","old.rasmol") type quit to save RasMol script file :pre + + if 2 args, 2nd arg is new script file, else save to "tmp.rasmol" + if 3 args, 3rd arg is initial script file, else use default script :pre + +[Related tools:] + +"dump"_dump.html, "gl"_gl.html, "pdbfile"_pdbfile.html, +"raster"_raster.html, "svg"_svg.html + +[Prerequisites:] + +The RasMol program. diff --git a/doc/raster.html b/doc/raster.html new file mode 100644 index 0000000..da1f420 --- /dev/null +++ b/doc/raster.html @@ -0,0 +1,156 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    raster tool +

    +

    Purpose: +

    +

    3d visualization via Raster3d program. +

    +

    Description: +

    +

    The raster tool is a wrapper on the +Raster3d +visualization program. Raster3d is open source software and runs on +many platforms. +

    +

    The raster constructor takes a data object containing atom or mesh +snapshots as an argument (dump, data, +cdata, mdump). +

    +

    The show() method runs Raster3d on the selected atoms or triangles of +snapshot N and displays the resulting image stored as image.png. The +all() method loops thru all selected snapshots and runs Raster3d on +each one. The resulting image files are saved to image0000.png, +image0001.png, etc. The prefix "image" can be changed via the file +setting. +

    +

    The bg(), size(), rotate(), trans(), zoom(), box(), label(), and +nolabel() methods control various aspects of the images produced. +Without the trans() and zoom() settings, the Raster3d image should +roughly fill the window and be centered. +

    +

    Additional movie effects can be produced using the pan() and select() +methods. The pan() method specifies an initial and final viewpoint +that is applied to the images produced by the all() method. For +intermediate images, the view parameters will be interpolated between +their initial and final values. The pan() method can thus be used to +rotate a single image or fly-by the simulation as it animates. The +select() method performs additional atom selection for each image of +the all() sequence. An image-dependent %g variable can be used in the +select() string. The select() method can thus be used to slice thru +the data set. +

    +

    The acol(), arad(), bcol(), brad(), and tcol() methods change +attributes of the atoms, bonds, and triangles displayed. Each atom or +bond returned from the data object has an integer "type" from 1 to N. +The type is used to index into a list of RGB colors or radii for atoms +and bond thickness. The adef(), bdef(), and tdef() methods setup +default mappings of types to colors/radii. The other methods enable +specific assignments to be made. The interpolation option (e.g. many +types assigned to a few colors), enables a smooth rainbow of colors to +be assigned to a range of types. Note that the dump tool +allows any vector to be returned as an atom "type" via its atype +setting. Thus displayed colors can be keyed to atom velocity or other +properties. +

    +

    Colors are specified with a string, e.g. "red". There are 140 +pre-defined colors from this WWW page which can be +examined by importing the "colors" variable from "vizinfo". New +colors can be defined by assigning a nickname of your choice to an RGB +triplet, as described below. +

    + + +

    Usage: +

    +
    r = raster(d)               create Raster3d wrapper for data in d 
    +
    +
      d = atom snapshot object (dump, data) 
    +
    +
    r.bg("black")               set background color (def = "black")
    +r.size(N)		    set image size to NxN
    +r.size(N,M)		    set image size to NxM
    +r.rotate(60,135)            view from z theta and azimuthal phi (def = 60,30)
    +r.shift(x,y)                translate by x,y pixels in view window (def = 0,0)
    +r.zoom(0.5)                 scale image by factor (def = 1)
    +r.box(0/1/2)                0/1/2 = none/variable/fixed box
    +r.box(0/1/2,"green")        set box color
    +r.box(0/1/2,"red",4)        set box edge thickness
    +r.file = "image"            file prefix for created images (def = "image") 
    +
    +
    r.show(N)                   show image of snapshot at timestep N 
    +
    +
    r.all()                     make images of all selected snapshots
    +r.all(P)                    images of all, start file label at P
    +r.all(N,M,P)                make M images of snapshot N, start label at P 
    +
    +
    r.pan(60,135,1.0,40,135,1.5)    pan during all() operation
    +r.pan()                         no pan during all() (default) 
    +
    +
      args = z theta, azimuthal phi, zoom factor at beginning and end
    +  values at each step are interpolated between beginning and end values 
    +
    +
    r.select = "$x > %g*3.0"    string to pass to d.aselect.test() during all()
    +r.select = ""               no extra aselect (default) 
    +
    +
      %g varies from 0.0 to 1.0 from beginning to end of all() 
    +
    +
    r.label(x,y,"h",size,"red","This is a label")    add label to each image
    +r.nolabel()                                      delete all labels 
    +
    +
      x,y coords = -0.5 to 0.5, "h" or "t" for Helvetica or Times font
    +  size = fontsize (e.g. 10), "red" = color of text 
    +
    +
    r.acol(2,"green")		   set atom colors by atom type (1-N)
    +r.acol([2,4],["red","blue"])	   1st arg = one type or list of types
    +r.acol(0,"blue")	           2nd arg = one color or list of colors
    +r.acol(range(20),["red","blue"])   if list lengths unequal, interpolate
    +r.acol(range(10),"loop")           assign colors in loop, randomly ordered 
    +
    +
      if 1st arg is 0, set all types to 2nd arg
    +  if list of types has a 0 (e.g. range(10)), +1 is added to each value
    +  interpolate means colors blend smoothly from one value to the next 
    +
    +
    r.arad([1,2],[0.5,0.3])            set atom radii, same rules as acol() 
    +
    +
    r.bcol()			   set bond color, same args as acol()
    +r.brad()			   set bond thickness, same args as arad() 
    +
    +
    r.tcol()			   set triangle color, same args as acol()
    +r.tfill()			   set triangle fill, 0 fill, 1 line, 2 both 
    +
    +
    r.lcol()                           set line color, same args as acol()
    +r.lrad()                           set line thickness, same args as arad() 
    +
    +
    r.adef()                           set atom/bond/tri/line properties to default
    +r.bdef()			   default = "loop" for colors, 0.45 for radii
    +r.tdef()  			   default = 0.25 for bond/line thickness
    +r.ldef()  			   default = 0 fill 
    +
    +
      by default 100 types are assigned
    +  if atom/bond/tri/line has type > # defined properties, is an error 
    +
    +
    from vizinfo import colors         access color list
    +print colors                       list defined color names and RGB values
    +colors["nickname"] = [R,G,B]       set new RGB values from 0 to 255 
    +
    +
      140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc 
    +
    +

    Related tools: +

    +

    dump, gl, rasmol, svg +

    +

    Prerequisites: +

    +

    The Raster3d render and label3d programs. +

    + diff --git a/doc/raster.txt b/doc/raster.txt new file mode 100644 index 0000000..6f4ef64 --- /dev/null +++ b/doc/raster.txt @@ -0,0 +1,151 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +raster tool :h3 + +[Purpose:] + +3d visualization via Raster3d program. + +[Description:] + +The raster tool is a wrapper on the +"Raster3d"_http://www.bmsc.washington.edu/raster3d/raster3d.html +visualization program. Raster3d is open source software and runs on +many platforms. + +The raster constructor takes a data object containing atom or mesh +snapshots as an argument ("dump"_dump.html, "data"_data.html, +"cdata"_cdata.html, "mdump"_mdump.html). + +The show() method runs Raster3d on the selected atoms or triangles of +snapshot N and displays the resulting image stored as image.png. The +all() method loops thru all selected snapshots and runs Raster3d on +each one. The resulting image files are saved to image0000.png, +image0001.png, etc. The prefix "image" can be changed via the file +setting. + +The bg(), size(), rotate(), trans(), zoom(), box(), label(), and +nolabel() methods control various aspects of the images produced. +Without the trans() and zoom() settings, the Raster3d image should +roughly fill the window and be centered. + +Additional movie effects can be produced using the pan() and select() +methods. The pan() method specifies an initial and final viewpoint +that is applied to the images produced by the all() method. For +intermediate images, the view parameters will be interpolated between +their initial and final values. The pan() method can thus be used to +rotate a single image or fly-by the simulation as it animates. The +select() method performs additional atom selection for each image of +the all() sequence. An image-dependent %g variable can be used in the +select() string. The select() method can thus be used to slice thru +the data set. + +The acol(), arad(), bcol(), brad(), and tcol() methods change +attributes of the atoms, bonds, and triangles displayed. Each atom or +bond returned from the data object has an integer "type" from 1 to N. +The type is used to index into a list of RGB colors or radii for atoms +and bond thickness. The adef(), bdef(), and tdef() methods setup +default mappings of types to colors/radii. The other methods enable +specific assignments to be made. The interpolation option (e.g. many +types assigned to a few colors), enables a smooth rainbow of colors to +be assigned to a range of types. Note that the "dump"_dump.html tool +allows any vector to be returned as an atom "type" via its atype +setting. Thus displayed colors can be keyed to atom velocity or other +properties. + +Colors are specified with a string, e.g. "red". There are 140 +pre-defined colors from "this WWW page"_colortable which can be +examined by importing the "colors" variable from "vizinfo". New +colors can be defined by assigning a nickname of your choice to an RGB +triplet, as described below. + +:link(colortable,http://www.oreilly.com/catalog/wdnut/excerpt/color_names.html) + +[Usage:] + +r = raster(d) create Raster3d wrapper for data in d :pre + + d = atom snapshot object (dump, data) :pre + +r.bg("black") set background color (def = "black") +r.size(N) set image size to NxN +r.size(N,M) set image size to NxM +r.rotate(60,135) view from z theta and azimuthal phi (def = 60,30) +r.shift(x,y) translate by x,y pixels in view window (def = 0,0) +r.zoom(0.5) scale image by factor (def = 1) +r.box(0/1/2) 0/1/2 = none/variable/fixed box +r.box(0/1/2,"green") set box color +r.box(0/1/2,"red",4) set box edge thickness +r.file = "image" file prefix for created images (def = "image") :pre + +r.show(N) show image of snapshot at timestep N :pre + +r.all() make images of all selected snapshots +r.all(P) images of all, start file label at P +r.all(N,M,P) make M images of snapshot N, start label at P :pre + +r.pan(60,135,1.0,40,135,1.5) pan during all() operation +r.pan() no pan during all() (default) :pre + + args = z theta, azimuthal phi, zoom factor at beginning and end + values at each step are interpolated between beginning and end values :pre + +r.select = "$x > %g*3.0" string to pass to d.aselect.test() during all() +r.select = "" no extra aselect (default) :pre + + %g varies from 0.0 to 1.0 from beginning to end of all() :pre + +r.label(x,y,"h",size,"red","This is a label") add label to each image +r.nolabel() delete all labels :pre + + x,y coords = -0.5 to 0.5, "h" or "t" for Helvetica or Times font + size = fontsize (e.g. 10), "red" = color of text :pre + +r.acol(2,"green") set atom colors by atom type (1-N) +r.acol(\[2,4\],\["red","blue"\]) 1st arg = one type or list of types +r.acol(0,"blue") 2nd arg = one color or list of colors +r.acol(range(20),\["red","blue"\]) if list lengths unequal, interpolate +r.acol(range(10),"loop") assign colors in loop, randomly ordered :pre + + if 1st arg is 0, set all types to 2nd arg + if list of types has a 0 (e.g. range(10)), +1 is added to each value + interpolate means colors blend smoothly from one value to the next :pre + +r.arad(\[1,2\],\[0.5,0.3\]) set atom radii, same rules as acol() :pre + +r.bcol() set bond color, same args as acol() +r.brad() set bond thickness, same args as arad() :pre + +r.tcol() set triangle color, same args as acol() +r.tfill() set triangle fill, 0 fill, 1 line, 2 both :pre + +r.lcol() set line color, same args as acol() +r.lrad() set line thickness, same args as arad() :pre + +r.adef() set atom/bond/tri/line properties to default +r.bdef() default = "loop" for colors, 0.45 for radii +r.tdef() default = 0.25 for bond/line thickness +r.ldef() default = 0 fill :pre + + by default 100 types are assigned + if atom/bond/tri/line has type > # defined properties, is an error :pre + +from vizinfo import colors access color list +print colors list defined color names and RGB values +colors\["nickname"\] = \[R,G,B\] set new RGB values from 0 to 255 :pre + + 140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc :pre + +[Related tools:] + +"dump"_dump.html, "gl"_gl.html, "rasmol"_rasmol.html, "svg"_svg.html + +[Prerequisites:] + +The Raster3d render and label3d programs. diff --git a/doc/svg.html b/doc/svg.html new file mode 100644 index 0000000..a317725 --- /dev/null +++ b/doc/svg.html @@ -0,0 +1,158 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    svg tool +

    +

    Purpose: +

    +

    3d visualization via SVG files. +

    +

    Description: +

    +

    The svg tool creates Scalable Vector Graphics +(SVG) files from atom or mesh +snapshots. The SVG format can be displayed or animated by various +tools and is a popular format for viewing solid state lattices. +

    +

    The svg constructor takes a data object containing atom or mesh +snapshots as an argument (dump, data, +cdata, mdump). +

    +

    The show() method creates an image.svg file for snapshot N. The all() +method loops thru all selected snapshots and creates the image files +image0000.svg, image0001.svg, etc. The prefix "image" can be changed +via the file setting. +

    +

    The bg(), size(), rotate(), trans(), zoom(), box(), label(), and +nolabel() methods control various aspects of the images produced. +Without the trans() and zoom() settings, the Raster3d image should +roughly fill the window and be centered. +

    +

    Additional movie effects can be produced using the pan() and select() +methods. The pan() method specifies an initial and final viewpoint +that is applied to the images produced by the all() method. For +intermediate images, the view parameters will be interpolated between +their initial and final values. The pan() method can thus be used to +rotate a single image or fly-by the simulation as it animates. The +select() method performs additional atom selection for each image of +the all() sequence. An image-dependent %g variable can be used in the +select() string. The select() method can thus be used to slice thru +the data set. +

    +

    The acol(), arad(), bcol(), brad(), and tcol() methods change +attributes of the atoms, bonds, and triangles displayed. Each atom or +bond returned from the data object has an integer "type" from 1 to N. +The type is used to index into a list of RGB colors or radii for atoms +and bond thickness. The adef(), bdef(), and tdef() methods setup +default mappings of types to colors/radii. The other methods enable +specific assignments to be made. The interpolation option (e.g. many +types assigned to a few colors), enables a smooth rainbow of colors to +be assigned to a range of types. Note that the dump tool +allows any vector to be returned as an atom "type" via its atype +setting. Thus displayed colors can be keyed to atom velocity or other +properties. +

    +

    Colors are specified with a string, e.g. "red". There are 140 +pre-defined colors from this WWW page which can be +examined by importing the "colors" variable from "vizinfo". New +colors can be defined by assigning a nickname of your choice to an RGB +triplet, as described below. +

    + + +

    Usage: +

    +
    s = svg(d)                  create SVG object for data in d 
    +
    +
      d = atom snapshot object (dump, data) 
    +
    +
    s.bg("black")               set background color (def = "black")
    +s.size(N)		    set image size to NxN
    +s.size(N,M)		    set image size to NxM
    +s.rotate(60,135)            view from z theta and azimuthal phi (def = 60,30)
    +s.shift(x,y)                translate by x,y pixels in view window (def = 0,0)
    +s.zoom(0.5)                 scale image by factor (def = 1)
    +s.box(0/1/2)                0/1/2 = none/variable/fixed box
    +s.box(0/1/2,"green")        set box color
    +s.box(0/1/2,"red",4)        set box edge thickness
    +s.file = "image"            file prefix for created images (def = "image") 
    +
    +
    s.show(N)                   show image of snapshot at timestep N 
    +
    +
    s.all()                     make images of all selected snapshots
    +s.all(P)                    images of all, start file label at P
    +s.all(N,M,P)                make M images of snapshot N, start label at P 
    +
    +
    s.pan(60,135,1.0,40,135,1.5)    pan during all() operation
    +s.pan()                         no pan during all() (default) 
    +
    +
      args = z theta, azimuthal phi, zoom factor at beginning and end
    +  values at each step are interpolated between beginning and end values 
    +
    +
    s.select = "$x > %g*3.0"    string to pass to d.aselect.test() during all()
    +s.select = ""               no extra aselect (default) 
    +
    +
      %g varies from 0.0 to 1.0 from beginning to end of all() 
    +
    +
    s.label(x,y,"h",size,"red","This is a label")    add label to each image
    +s.nolabel()                                      delete all labels 
    +
    +
      x,y coords = -0.5 to 0.5, "h" or "t" for Helvetica or Times font
    +  size = fontsize (e.g. 10), "red" = color of text 
    +
    +
    s.acol(2,"green")		   set atom colors by atom type (1-N)
    +s.acol([2,4],["red","blue"])	   1st arg = one type or list of types
    +s.acol(0,"blue")          	   2nd arg = one color or list of colors
    +s.acol(range(20),["red","blue"])   if list lengths unequal, interpolate
    +s.acol(range(10),"loop")           assign colors in loop, randomly ordered 
    +
    +
      if 1st arg is 0, set all types to 2nd arg
    +  if list of types has a 0 (e.g. range(10)), +1 is added to each value
    +  interpolate means colors blend smoothly from one value to the next 
    +
    +
    s.arad([1,2],[0.5,0.3])            set atom radii, same rules as acol() 
    +
    +
    s.bcol()			   set bond color, same args as acol()
    +s.brad()			   set bond thickness, same args as arad() 
    +
    +
    s.tcol()			   set triangle color, same args as acol()
    +s.tfill()			   set triangle fill, 0 fill, 1 line, 2 both 
    +
    +
    s.lcol()                           set line color, same args as acol()
    +s.lrad()                           set line thickness, same args as arad() 
    +
    +
    s.adef()                           set atom/bond/tri/line properties to default
    +s.bdef()			   default = "loop" for colors, 0.45 for radii
    +s.tdef()  			   default = 0.25 for bond/line thickness
    +s.ldef()  			   default = 0 fill 
    +
    +
      by default 100 types are assigned
    +  if atom/bond/tri/line has type > # defined properties, is an error 
    +
    +
    from vizinfo import colors         access color list
    +print colors                       list defined color names and RGB values
    +colors["nickname"] = [R,G,B]       set new RGB values from 0 to 255 
    +
    +
      140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc 
    +
    +
    Settings specific to svg tool: 
    +
    +
    s.thick = 2.0               pixel thickness of black atom border 
    +
    +

    Related tools: +

    +

    dump, gl, raster, rasmol +

    +

    Prerequisites: +

    +

    Display program for viewing *.svg image files. +

    + diff --git a/doc/svg.txt b/doc/svg.txt new file mode 100644 index 0000000..770a064 --- /dev/null +++ b/doc/svg.txt @@ -0,0 +1,153 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +svg tool :h3 + +[Purpose:] + +3d visualization via SVG files. + +[Description:] + +The svg tool creates Scalable Vector Graphics +("SVG"_http://www.w3.org/Graphics/SVG) files from atom or mesh +snapshots. The SVG format can be displayed or animated by various +tools and is a popular format for viewing solid state lattices. + +The svg constructor takes a data object containing atom or mesh +snapshots as an argument ("dump"_dump.html, "data"_data.html, +"cdata"_cdata.html, "mdump"_mdump.html). + +The show() method creates an image.svg file for snapshot N. The all() +method loops thru all selected snapshots and creates the image files +image0000.svg, image0001.svg, etc. The prefix "image" can be changed +via the file setting. + +The bg(), size(), rotate(), trans(), zoom(), box(), label(), and +nolabel() methods control various aspects of the images produced. +Without the trans() and zoom() settings, the Raster3d image should +roughly fill the window and be centered. + +Additional movie effects can be produced using the pan() and select() +methods. The pan() method specifies an initial and final viewpoint +that is applied to the images produced by the all() method. For +intermediate images, the view parameters will be interpolated between +their initial and final values. The pan() method can thus be used to +rotate a single image or fly-by the simulation as it animates. The +select() method performs additional atom selection for each image of +the all() sequence. An image-dependent %g variable can be used in the +select() string. The select() method can thus be used to slice thru +the data set. + +The acol(), arad(), bcol(), brad(), and tcol() methods change +attributes of the atoms, bonds, and triangles displayed. Each atom or +bond returned from the data object has an integer "type" from 1 to N. +The type is used to index into a list of RGB colors or radii for atoms +and bond thickness. The adef(), bdef(), and tdef() methods setup +default mappings of types to colors/radii. The other methods enable +specific assignments to be made. The interpolation option (e.g. many +types assigned to a few colors), enables a smooth rainbow of colors to +be assigned to a range of types. Note that the "dump"_dump.html tool +allows any vector to be returned as an atom "type" via its atype +setting. Thus displayed colors can be keyed to atom velocity or other +properties. + +Colors are specified with a string, e.g. "red". There are 140 +pre-defined colors from "this WWW page"_colortable which can be +examined by importing the "colors" variable from "vizinfo". New +colors can be defined by assigning a nickname of your choice to an RGB +triplet, as described below. + +:link(colortable,http://www.oreilly.com/catalog/wdnut/excerpt/color_names.html) + +[Usage:] + +s = svg(d) create SVG object for data in d :pre + + d = atom snapshot object (dump, data) :pre + +s.bg("black") set background color (def = "black") +s.size(N) set image size to NxN +s.size(N,M) set image size to NxM +s.rotate(60,135) view from z theta and azimuthal phi (def = 60,30) +s.shift(x,y) translate by x,y pixels in view window (def = 0,0) +s.zoom(0.5) scale image by factor (def = 1) +s.box(0/1/2) 0/1/2 = none/variable/fixed box +s.box(0/1/2,"green") set box color +s.box(0/1/2,"red",4) set box edge thickness +s.file = "image" file prefix for created images (def = "image") :pre + +s.show(N) show image of snapshot at timestep N :pre + +s.all() make images of all selected snapshots +s.all(P) images of all, start file label at P +s.all(N,M,P) make M images of snapshot N, start label at P :pre + +s.pan(60,135,1.0,40,135,1.5) pan during all() operation +s.pan() no pan during all() (default) :pre + + args = z theta, azimuthal phi, zoom factor at beginning and end + values at each step are interpolated between beginning and end values :pre + +s.select = "$x > %g*3.0" string to pass to d.aselect.test() during all() +s.select = "" no extra aselect (default) :pre + + %g varies from 0.0 to 1.0 from beginning to end of all() :pre + +s.label(x,y,"h",size,"red","This is a label") add label to each image +s.nolabel() delete all labels :pre + + x,y coords = -0.5 to 0.5, "h" or "t" for Helvetica or Times font + size = fontsize (e.g. 10), "red" = color of text :pre + +s.acol(2,"green") set atom colors by atom type (1-N) +s.acol(\[2,4\],\["red","blue"\]) 1st arg = one type or list of types +s.acol(0,"blue") 2nd arg = one color or list of colors +s.acol(range(20),\["red","blue"\]) if list lengths unequal, interpolate +s.acol(range(10),"loop") assign colors in loop, randomly ordered :pre + + if 1st arg is 0, set all types to 2nd arg + if list of types has a 0 (e.g. range(10)), +1 is added to each value + interpolate means colors blend smoothly from one value to the next :pre + +s.arad(\[1,2\],\[0.5,0.3\]) set atom radii, same rules as acol() :pre + +s.bcol() set bond color, same args as acol() +s.brad() set bond thickness, same args as arad() :pre + +s.tcol() set triangle color, same args as acol() +s.tfill() set triangle fill, 0 fill, 1 line, 2 both :pre + +s.lcol() set line color, same args as acol() +s.lrad() set line thickness, same args as arad() :pre + +s.adef() set atom/bond/tri/line properties to default +s.bdef() default = "loop" for colors, 0.45 for radii +s.tdef() default = 0.25 for bond/line thickness +s.ldef() default = 0 fill :pre + + by default 100 types are assigned + if atom/bond/tri/line has type > # defined properties, is an error :pre + +from vizinfo import colors access color list +print colors list defined color names and RGB values +colors\["nickname"\] = \[R,G,B\] set new RGB values from 0 to 255 :pre + + 140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc :pre + +Settings specific to svg tool: :pre + +s.thick = 2.0 pixel thickness of black atom border :pre + +[Related tools:] + +"dump"_dump.html, "gl"_gl.html, "raster"_raster.html, "rasmol"_rasmol.html + +[Prerequisites:] + +Display program for viewing *.svg image files. diff --git a/doc/tdump.html b/doc/tdump.html new file mode 100644 index 0000000..fa23862 --- /dev/null +++ b/doc/tdump.html @@ -0,0 +1,122 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    tdump tool +

    +

    Purpose: +

    +

    Read dump files with triangle info. +

    +

    Description: +

    +

    The tdump tool reads one or more LAMMPS dump files, and stores their +contents as a series of snapshots with 2d arrays of atom attributes. +It is assumed that each atom contains triangle segment info from a +LAMMPS simulation using atom_style tri. Other tools use tdump objects +to extract triangle info for visualization, like the dump tool via its +extra() method. +

    +

    The constructor method is passed a string containing one or more dump +filenames. They can be listed in any order since snapshots are sorted +by timestep after they are read and duplicate snapshots (with the same +time stamp) are deleted. If a 2nd argument is specified, the files +are not immediately read, but snapshots can be read one-at-a-time by +the next() method. +

    +

    The map() method assigns names to columns of atom attributes. The +id,type, corner1x,corner1y,corner1z, corner2x,corner2y,corner2z, +corner3x,corner3y,corner3z names must be assigned in order for line +segment info to be extracted. +

    +

    The viz() method is called by Pizza.py tools that visualize snapshots +of atoms (e.g. gl, raster, svg tools). +

    +
    + +

    Normally, LAMMPS creates the dump files +read in by this tool. If you want to create them yourself, the format +of LAMMPS dump files is simple. Each snapshot is formatted as +follows: +

    +
    ITEM: TIMESTEP
    +100
    +ITEM: NUMBER OF ATOMS
    +32
    +ITEM: BOX BOUNDS
    +0 3.35919
    +0 3.35919
    +0 7.50
    +ITEM: ATOMS
    +1 1 0 0 0 
    +2 1 0.25 0.25 0
    +3 1 0.25 0 0.25
    +...
    +N 3 0.7 0.5 0.6 
    +
    +

    The box bounds are listed as xlo xhi on the 1st line, ylo yhi on the +next line, zlo zhi on the last. There are N lines following "ITEM: +ATOMS" where N is the number of atoms. Atoms do not have to be listed +in any particular order. There can be a different number of atoms in +each snapshot. Each line must contain the atom ID, type, and the end +points of the associated line segment, as specified by the map() +command. +

    +
    + +

    Usage: +

    +
    t = tdump("dump.one")             read in one or more dump files
    +t = tdump("dump.1 dump.2.gz")	  can be gzipped
    +t = tdump("dump.*")		  wildcard expands to multiple files
    +t = tdump("dump.*",0)		  two args = store filenames, but don't read 
    +
    +
      incomplete and duplicate snapshots are deleted
    +  no column name assignment is performed 
    +
    +
    time = t.next()             	  read next snapshot from dump files 
    +
    +
      used with 2-argument constructor to allow reading snapshots one-at-a-time
    +  snapshot will be skipped only if another snapshot has same time stamp
    +  return time stamp of snapshot read
    +  return -1 if no snapshots left or last snapshot is incomplete
    +  no column name assignment is performed 
    +
    +
    t.map(1,"id",3,"x")               assign names to atom columns (1-N) 
    +
    +
      must assign id,type,corner1x,corner1y,corner1z,corner2x,corner2y,corner2z,corner3x,corner3y,corner3z 
    +
    +
    time,box,atoms,bonds,tris,lines = t.viz(index)   return list of viz objects 
    +
    +
      viz() returns line info for specified timestep index
    +    can also call as viz(time,1) and will find index of preceding snapshot
    +    time = timestep value
    +    box = \[xlo,ylo,zlo,xhi,yhi,zhi\]
    +    atoms = NULL
    +    bonds = NULL
    +    tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3 for each tri as 2d array
    +      id,type are from associated atom
    +    lines = NULL 
    +
    +
    t.owrap(...)		          wrap tris to same image as their atoms 
    +
    +
      owrap() is called by dump tool's owrap()
    +  useful for wrapping all molecule's atoms/tris the same so it is contiguous 
    +
    +

    Related tools: +

    +

    dump, gl, raster, svg +

    +

    Prerequisites: +

    +

    Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). +

    + diff --git a/doc/tdump.txt b/doc/tdump.txt new file mode 100644 index 0000000..4e7ecd6 --- /dev/null +++ b/doc/tdump.txt @@ -0,0 +1,117 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +tdump tool :h3 + +[Purpose:] + +Read dump files with triangle info. + +[Description:] + +The tdump tool reads one or more LAMMPS dump files, and stores their +contents as a series of snapshots with 2d arrays of atom attributes. +It is assumed that each atom contains triangle segment info from a +LAMMPS simulation using atom_style tri. Other tools use tdump objects +to extract triangle info for visualization, like the dump tool via its +extra() method. + +The constructor method is passed a string containing one or more dump +filenames. They can be listed in any order since snapshots are sorted +by timestep after they are read and duplicate snapshots (with the same +time stamp) are deleted. If a 2nd argument is specified, the files +are not immediately read, but snapshots can be read one-at-a-time by +the next() method. + +The map() method assigns names to columns of atom attributes. The +id,type, corner1x,corner1y,corner1z, corner2x,corner2y,corner2z, +corner3x,corner3y,corner3z names must be assigned in order for line +segment info to be extracted. + +The viz() method is called by Pizza.py tools that visualize snapshots +of atoms (e.g. gl, raster, svg tools). + +:line + +Normally, "LAMMPS"_http://lammps.sandia.gov creates the dump files +read in by this tool. If you want to create them yourself, the format +of LAMMPS dump files is simple. Each snapshot is formatted as +follows: + +ITEM: TIMESTEP +100 +ITEM: NUMBER OF ATOMS +32 +ITEM: BOX BOUNDS +0 3.35919 +0 3.35919 +0 7.50 +ITEM: ATOMS +1 1 0 0 0 +2 1 0.25 0.25 0 +3 1 0.25 0 0.25 +... +N 3 0.7 0.5 0.6 :pre + +The box bounds are listed as xlo xhi on the 1st line, ylo yhi on the +next line, zlo zhi on the last. There are N lines following "ITEM: +ATOMS" where N is the number of atoms. Atoms do not have to be listed +in any particular order. There can be a different number of atoms in +each snapshot. Each line must contain the atom ID, type, and the end +points of the associated line segment, as specified by the map() +command. + +:line + +[Usage:] + +t = tdump("dump.one") read in one or more dump files +t = tdump("dump.1 dump.2.gz") can be gzipped +t = tdump("dump.*") wildcard expands to multiple files +t = tdump("dump.*",0) two args = store filenames, but don't read :pre + + incomplete and duplicate snapshots are deleted + no column name assignment is performed :pre + +time = t.next() read next snapshot from dump files :pre + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment is performed :pre + +t.map(1,"id",3,"x") assign names to atom columns (1-N) :pre + + must assign id,type,corner1x,corner1y,corner1z,corner2x,corner2y,corner2z,corner3x,corner3y,corner3z :pre + +time,box,atoms,bonds,tris,lines = t.viz(index) return list of viz objects :pre + + viz() returns line info for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = \\[xlo,ylo,zlo,xhi,yhi,zhi\\] + atoms = NULL + bonds = NULL + tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3 for each tri as 2d array + id,type are from associated atom + lines = NULL :pre + +t.owrap(...) wrap tris to same image as their atoms :pre + + owrap() is called by dump tool's owrap() + useful for wrapping all molecule's atoms/tris the same so it is contiguous :pre + +[Related tools:] + +"dump"_dump.html, "gl"_gl.html, "raster"_raster.html, "svg"_svg.html + +[Prerequisites:] + +Numeric or NumPy Python packages. Gunzip command (if you want to read +gzipped files). diff --git a/doc/tools.jpg b/doc/tools.jpg new file mode 100644 index 0000000..d1ed2d0 Binary files /dev/null and b/doc/tools.jpg differ diff --git a/doc/vcr.html b/doc/vcr.html new file mode 100644 index 0000000..e8d10a5 --- /dev/null +++ b/doc/vcr.html @@ -0,0 +1,94 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    vcr tool +

    +

    Purpose: +

    +

    VCR-style GUI for 3d interactive OpenGL visualization. +

    +

    Description: +

    +

    The vcr tool displays a GUI to do 3d interactive visualization of +LAMMPS snapshots or data files. It is a wrapper on the gl +tool which draws the individual images in OpenGL windows +

    +

    The vcr constructor creates the GUI. Note that multiple OpenGL +windows can be run by the same GUI so that multiple views of the same +data set can be manipulated simultaneously (or views of different data +sets so long as they have the same # of snapshots). +

    +

    The view can be controlled by the GUI widgets or by invoking the tool +methods: play(), stop(), axis(), etc. The frame slider can be dragged +to view a desired frame. The mouse can also be used in the OpenGL +window to translage, rotate, or zoom the scene. The clipping sliders +or methods can be used to narrow the view of displayed data, though +their interactivity can be slow for scenes with lots of data. +

    +

    The reload() method is needed if you change the selection attributes +of the underlying data assigned to the gl tool, such as via +the dump tool's methods. These changes will not be +visible in the OpenGL windows until the data is reloaded. +

    +

    The save() method will save the current OpenGL window contents +to a PNG file. If multiple OpenGL windows are being used, multiple +files will be created. The save-all checkbox or method will store one +file per snapshot if the Play or Back buttons are used to start an +animation. +

    +

    Usage: +

    +
    v = vcr(gl1,gl2,...)       start vcr GUI with one or more gl windows
    +v.add(gl)                  add a gl window to vcr GUI 
    +
    +
    Actions (same as GUI widgets): 
    +
    +
    v.first()		   go to first frame
    +v.prev()                   go to previous frame
    +v.back()                   play backwards from current frame to start
    +v.stop()         	   stop on current frame		
    +v.play()                   play from current frame to end
    +v.next()		   go to next frame
    +v.last()		   go to last frame 
    +
    +
    v.frame(31)    	           set frame slider
    +v.delay(0.4)     	   set delay slider
    +v.q(5)          	   set quality slider 
    +
    +
    v.xaxis()		   view scene from x axis
    +v.yaxis()  		   view scene from y axis
    +v.zaxis()		   view scene from z axis
    +v.box()		 	   toggle bounding box
    +v.axis() 	           toggle display of xyz axes
    +v.norm()	           recenter and resize the view
    +v.ortho()	           toggle ortho/perspective button
    +v.reload()           	   reload all frames from gl viewer data files 
    +
    +
    v.clipxlo(0.2)             clip scene at x lo fraction of box
    +v.clipxhi(1.0)             clip at x hi
    +v.clipylo(0.2)             clip in y
    +v.clipyhi(1.0)
    +v.clipzlo(0.2)             clip in z
    +v.clipzhi(1.0) 
    +
    +
    v.save()		   save current scene to file.png
    +v.file("image")		   set filename
    +v.saveall()		   toggle save-all checkbox 
    +
    +

    Related tools: +

    +

    animate, gl +

    +

    Prerequisites: +

    +

    Python Tkinter package. +

    + diff --git a/doc/vcr.txt b/doc/vcr.txt new file mode 100644 index 0000000..cee15a4 --- /dev/null +++ b/doc/vcr.txt @@ -0,0 +1,89 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +vcr tool :h3 + +[Purpose:] + +VCR-style GUI for 3d interactive OpenGL visualization. + +[Description:] + +The vcr tool displays a GUI to do 3d interactive visualization of +LAMMPS snapshots or data files. It is a wrapper on the "gl"_gl.html +tool which draws the individual images in OpenGL windows + +The vcr constructor creates the GUI. Note that multiple OpenGL +windows can be run by the same GUI so that multiple views of the same +data set can be manipulated simultaneously (or views of different data +sets so long as they have the same # of snapshots). + +The view can be controlled by the GUI widgets or by invoking the tool +methods: play(), stop(), axis(), etc. The frame slider can be dragged +to view a desired frame. The mouse can also be used in the OpenGL +window to translage, rotate, or zoom the scene. The clipping sliders +or methods can be used to narrow the view of displayed data, though +their interactivity can be slow for scenes with lots of data. + +The reload() method is needed if you change the selection attributes +of the underlying data assigned to the "gl"_gl.html tool, such as via +the "dump"_dump.html tool's methods. These changes will not be +visible in the OpenGL windows until the data is reloaded. + +The save() method will save the current OpenGL window contents +to a PNG file. If multiple OpenGL windows are being used, multiple +files will be created. The save-all checkbox or method will store one +file per snapshot if the Play or Back buttons are used to start an +animation. + +[Usage:] + +v = vcr(gl1,gl2,...) start vcr GUI with one or more gl windows +v.add(gl) add a gl window to vcr GUI :pre + +Actions (same as GUI widgets): :pre + +v.first() go to first frame +v.prev() go to previous frame +v.back() play backwards from current frame to start +v.stop() stop on current frame +v.play() play from current frame to end +v.next() go to next frame +v.last() go to last frame :pre + +v.frame(31) set frame slider +v.delay(0.4) set delay slider +v.q(5) set quality slider :pre + +v.xaxis() view scene from x axis +v.yaxis() view scene from y axis +v.zaxis() view scene from z axis +v.box() toggle bounding box +v.axis() toggle display of xyz axes +v.norm() recenter and resize the view +v.ortho() toggle ortho/perspective button +v.reload() reload all frames from gl viewer data files :pre + +v.clipxlo(0.2) clip scene at x lo fraction of box +v.clipxhi(1.0) clip at x hi +v.clipylo(0.2) clip in y +v.clipyhi(1.0) +v.clipzlo(0.2) clip in z +v.clipzhi(1.0) :pre + +v.save() save current scene to file.png +v.file("image") set filename +v.saveall() toggle save-all checkbox :pre + +[Related tools:] + +"animate"_animate.html, "gl"_gl.html + +[Prerequisites:] + +Python Tkinter package. diff --git a/doc/vec.html b/doc/vec.html new file mode 100644 index 0000000..8b72ec9 --- /dev/null +++ b/doc/vec.html @@ -0,0 +1,60 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    vec tool +

    +

    Purpose: +

    +

    Create numeric vectors from columns in file or list of vecs. +

    +

    Description: +

    +

    The vec tool creates numeric vectors that can be extracted, written to +files, or imported into other tools like plotview for +plotting. +

    +

    The vec constructor takes either a file or list argument. For a file +argument, columns of numeric data are read from the file. Blank lines +or lines that do not start with a numeric character (0123456789.-) are +skipped. Each column must have the same number of values. For a list +argument, each element of the list is assumed to be a vector of values +(i.e. the list is a list of lists), as shown in the example below. +

    +

    The columns of data may be accessed by number (1-N) or by name ("col1" +thru "colN"). +

    +

    The get() and write() methods extract the numeric vectors of data. +

    +

    Usage: +

    +
    v = vec("file1")                    read in numeric vectors from a file
    +v = vec(array)                      array = list of numeric vectors 
    +
    +
      skip blank lines and lines that start with non-numeric characters
    +  example array with 2 vecs = [[1,2,3,4,5], [10,20,30,40,50]]
    +  assigns names = "col1", "col2", etc 
    +
    +
    nvec = v.nvec                       # of vectors
    +nlen = v.nlen		            lengths of vectors
    +names = v.names		            list of vector names
    +x,y,... = l.get(1,"col2",...)       return one or more vectors of values
    +l.write("file.txt")	            write all vectors to a file
    +l.write("file.txt","col1",7,...)    write listed vectors to a file 
    +
    +
      get and write allow abbreviated (uniquely) vector names or digits (1-Nvec) 
    +
    +

    Related tools: +

    +

    data, dump +

    +

    Prerequisites: none +

    + diff --git a/doc/vec.txt b/doc/vec.txt new file mode 100644 index 0000000..4196352 --- /dev/null +++ b/doc/vec.txt @@ -0,0 +1,55 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +vec tool :h3 + +[Purpose:] + +Create numeric vectors from columns in file or list of vecs. + +[Description:] + +The vec tool creates numeric vectors that can be extracted, written to +files, or imported into other tools like "plotview"_plotview.html for +plotting. + +The vec constructor takes either a file or list argument. For a file +argument, columns of numeric data are read from the file. Blank lines +or lines that do not start with a numeric character (0123456789.-) are +skipped. Each column must have the same number of values. For a list +argument, each element of the list is assumed to be a vector of values +(i.e. the list is a list of lists), as shown in the example below. + +The columns of data may be accessed by number (1-N) or by name ("col1" +thru "colN"). + +The get() and write() methods extract the numeric vectors of data. + +[Usage:] + +v = vec("file1") read in numeric vectors from a file +v = vec(array) array = list of numeric vectors :pre + + skip blank lines and lines that start with non-numeric characters + example array with 2 vecs = \[\[1,2,3,4,5\], \[10,20,30,40,50\]\] + assigns names = "col1", "col2", etc :pre + +nvec = v.nvec # of vectors +nlen = v.nlen lengths of vectors +names = v.names list of vector names +x,y,... = l.get(1,"col2",...) return one or more vectors of values +l.write("file.txt") write all vectors to a file +l.write("file.txt","col1",7,...) write listed vectors to a file :pre + + get and write allow abbreviated (uniquely) vector names or digits (1-Nvec) :pre + +[Related tools:] + +"data"_data.html, "dump"_dump.html + +[Prerequisites:] none diff --git a/doc/vmd.html b/doc/vmd.html new file mode 100644 index 0000000..e67c543 --- /dev/null +++ b/doc/vmd.html @@ -0,0 +1,60 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    vmd tool +

    +

    Purpose: +

    +

    Control VMD from python. +

    +

    Description: +

    +

    The vmd tool is a simple wrapper on the VMD visualization +package, a popular tool for visualizing snapshots from molecular +dynamics simulations. +

    + + +

    The vmd constructor invokes VMD in its own window. Data can be passed +to it for visualization via the new(), data(), replace(), and append() +methods. The other methods permit more specialized interactions with +VMD through its command syntax. +

    +

    Usage: +

    +
    v = vmd()		       start up VMD
    +v.stop()		       shut down VMD instance
    +v.clear()		       delete all visualizations 
    +
    +
    v.rep(style)		       set default representation style. One of
    +			       (Lines|VDW|Licorice|DynamicBonds|Points|CPK) 
    +v.new(file[,type])   	       load new file (default file type 'lammpstrj')
    +v.data(file[,atomstyle])       load new data file (default atom style 'full')
    +v.replace(file[,type])	       replace current frames with new file
    +v.append(file[,type]) 	       append file to current frame(s)
    +v.set(snap,x,y,z,(True|False)) set coordinates from a pizza.py snapshot to new or current frame 
    +
    +
    v.frame(frame)		       set current frame
    +v.flush()		       flush pending input to VMD and update GUI
    +v.read(file)		       read Tcl script file (e.g. saved state) 
    +
    +
    v.enter()		       enter interactive shell
    +v.debug([True|False])	       display generated VMD script commands? 
    +
    +

    Related tools: +

    +

    gl +

    +

    Prerequisites: +

    +

    Python pexpect package. +

    + diff --git a/doc/vmd.txt b/doc/vmd.txt new file mode 100644 index 0000000..b19211d --- /dev/null +++ b/doc/vmd.txt @@ -0,0 +1,55 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +vmd tool :h3 + +[Purpose:] + +Control VMD from python. + +[Description:] + +The vmd tool is a simple wrapper on the "VMD visualization +package"_vmd, a popular tool for visualizing snapshots from molecular +dynamics simulations. + +:link(vmd,http://www.ks.uiuc.edu/Research/vmd) + +The vmd constructor invokes VMD in its own window. Data can be passed +to it for visualization via the new(), data(), replace(), and append() +methods. The other methods permit more specialized interactions with +VMD through its command syntax. + +[Usage:] + +v = vmd() start up VMD +v.stop() shut down VMD instance +v.clear() delete all visualizations :pre + +v.rep(style) set default representation style. One of + (Lines|VDW|Licorice|DynamicBonds|Points|CPK) +v.new(file\[,type\]) load new file (default file type 'lammpstrj') +v.data(file\[,atomstyle\]) load new data file (default atom style 'full') +v.replace(file\[,type\]) replace current frames with new file +v.append(file\[,type\]) append file to current frame(s) +v.set(snap,x,y,z,(True|False)) set coordinates from a pizza.py snapshot to new or current frame :pre + +v.frame(frame) set current frame +v.flush() flush pending input to VMD and update GUI +v.read(file) read Tcl script file (e.g. saved state) :pre + +v.enter() enter interactive shell +v.debug(\[True|False\]) display generated VMD script commands? :pre + +[Related tools:] + +"gl"_gl.html + +[Prerequisites:] + +Python pexpect package. diff --git a/doc/vtk.html b/doc/vtk.html new file mode 100644 index 0000000..f6ea78c --- /dev/null +++ b/doc/vtk.html @@ -0,0 +1,54 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    vtk tool +

    +

    Purpose: +

    +

    Convert LAMMPS snapshots to VTK format. +

    +

    Description: +

    +

    The vtk tool converts atom snapshots in a LAMMPS dump or data file to +the VTK format used by various visualization packages. +

    +

    The vtk constructor takes an object that stores atom snapshots +(dump, data) as its first argument. The atom +snapshots must have "id", "type", "x", "y", and "z" defined; see the +map() methods of those tools. +

    +

    The one(), many(), and single() methods convert specific snapshots to +the VTK format and write them out. Optionally, a file prefix for the +XYZ output files can also be specified. A ".xyz" suffix will be +appended to all output files. +

    +

    Usage: +

    +
    v = vtk(d)	        d = object containing atom coords (dump, data) 
    +
    +
    v.one()                 write all snapshots to tmp.vtk
    +v.one("new")            write all snapshots to new.vtk
    +v.many()                write snapshots to tmp0000.vtk, tmp0001.vtk, etc
    +v.many("new")           write snapshots to new0000.vtk, new0001.vtk, etc
    +v.single(N)             write snapshot for timestep N to tmp.vtk 
    +v.single(N,"file")      write snapshot for timestep N to file.vtk 
    +
    +
      surfaces in snapshot will be written to SURF1.vtk, SURF2.vtk, etc
    +    where each surface (triangle type) is in a different file 
    +
    +

    Related tools: +

    +

    cfg, data, dump, +ensight, xyz +

    +

    Prerequisites: none +

    + diff --git a/doc/vtk.txt b/doc/vtk.txt new file mode 100644 index 0000000..af3e9fe --- /dev/null +++ b/doc/vtk.txt @@ -0,0 +1,49 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +vtk tool :h3 + +[Purpose:] + +Convert LAMMPS snapshots to VTK format. + +[Description:] + +The vtk tool converts atom snapshots in a LAMMPS dump or data file to +the VTK format used by various visualization packages. + +The vtk constructor takes an object that stores atom snapshots +("dump"_dump.html, "data"_data.html) as its first argument. The atom +snapshots must have "id", "type", "x", "y", and "z" defined; see the +map() methods of those tools. + +The one(), many(), and single() methods convert specific snapshots to +the VTK format and write them out. Optionally, a file prefix for the +XYZ output files can also be specified. A ".xyz" suffix will be +appended to all output files. + +[Usage:] + +v = vtk(d) d = object containing atom coords (dump, data) :pre + +v.one() write all snapshots to tmp.vtk +v.one("new") write all snapshots to new.vtk +v.many() write snapshots to tmp0000.vtk, tmp0001.vtk, etc +v.many("new") write snapshots to new0000.vtk, new0001.vtk, etc +v.single(N) write snapshot for timestep N to tmp.vtk +v.single(N,"file") write snapshot for timestep N to file.vtk :pre + + surfaces in snapshot will be written to SURF1.vtk, SURF2.vtk, etc + where each surface (triangle type) is in a different file :pre + +[Related tools:] + +"cfg"_cfg.html, "data"_data.html, "dump"_dump.html, +"ensight"_ensight.html, "xyz"_xyz.html + +[Prerequisites:] none diff --git a/doc/xyz.html b/doc/xyz.html new file mode 100644 index 0000000..e77987d --- /dev/null +++ b/doc/xyz.html @@ -0,0 +1,51 @@ + +
    Pizza.py WWW Site - Pizza.py Documentation - Pizza.py Tools +
    + + + + + + +
    + +

    xyz tool +

    +

    Purpose: +

    +

    Convert LAMMPS snapshots to XYZ format. +

    +

    Description: +

    +

    The xyz tool converts atom snapshots in a LAMMPS dump or data file to +the XYZ format used by various visualization packages. +

    +

    The xyz constructor takes an object that stores atom snapshots +(dump, data) as its first argument. The atom +snapshots must have "id", "type", "x", "y", and "z" defined; see the +map() methods of those tools. +

    +

    The one(), many(), and single() methods convert specific snapshots to +the XYZ format and write them out. Optionally, a file prefix for the +XYZ output files can also be specified. A ".xyz" suffix will be +appended to all output files. +

    +

    Usage: +

    +
    x = xyz(d)		d = object containing atom coords (dump, data) 
    +
    +
    x.one()                 write all snapshots to tmp.xyz
    +x.one("new")            write all snapshots to new.xyz
    +x.many()                write snapshots to tmp0000.xyz, tmp0001.xyz, etc
    +x.many("new")           write snapshots to new0000.xyz, new0001.xyz, etc
    +x.single(N)             write snapshot for timestep N to tmp.xyz 
    +x.single(N,"file")      write snapshot for timestep N to file.xyz  
    +
    +

    Related tools: +

    +

    cfg, data, dump, +ensight, vtk +

    +

    Prerequisites: none +

    + diff --git a/doc/xyz.txt b/doc/xyz.txt new file mode 100644 index 0000000..e8d210d --- /dev/null +++ b/doc/xyz.txt @@ -0,0 +1,46 @@ +"Pizza.py WWW Site"_pws - "Pizza.py Documentation"_pd - "Pizza.py Tools"_pc :c + +:link(pws,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pd,Manual.html) +:link(pc,Section_tools.html) + +:line + +xyz tool :h3 + +[Purpose:] + +Convert LAMMPS snapshots to XYZ format. + +[Description:] + +The xyz tool converts atom snapshots in a LAMMPS dump or data file to +the XYZ format used by various visualization packages. + +The xyz constructor takes an object that stores atom snapshots +("dump"_dump.html, "data"_data.html) as its first argument. The atom +snapshots must have "id", "type", "x", "y", and "z" defined; see the +map() methods of those tools. + +The one(), many(), and single() methods convert specific snapshots to +the XYZ format and write them out. Optionally, a file prefix for the +XYZ output files can also be specified. A ".xyz" suffix will be +appended to all output files. + +[Usage:] + +x = xyz(d) d = object containing atom coords (dump, data) :pre + +x.one() write all snapshots to tmp.xyz +x.one("new") write all snapshots to new.xyz +x.many() write snapshots to tmp0000.xyz, tmp0001.xyz, etc +x.many("new") write snapshots to new0000.xyz, new0001.xyz, etc +x.single(N) write snapshot for timestep N to tmp.xyz +x.single(N,"file") write snapshot for timestep N to file.xyz :pre + +[Related tools:] + +"cfg"_cfg.html, "data"_data.html, "dump"_dump.html, +"ensight"_ensight.html, "vtk"_vtk.html + +[Prerequisites:] none diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..ca30508 --- /dev/null +++ b/examples/README @@ -0,0 +1,21 @@ +This directory contains a collection of example scripts. There is one +test_*.py script for each tool in Pizza.py. These illustrate how to +use the tool. The small data sets used by these scripts are in the +files sub-directly. + +A test_*.py script can be run by launching Pizza.py from this +directory, e.g. + +% pizza.py -f test_animate.py from the shell +> @run test_animtate.py from Pizza.py + +The other scripts in this directory perform specific tasks. Read the +comments at the top of the script file for an explanation. Most of +these scripts require a data set to operate on, which is not provided. +These scripts are included simply to illustrate how a particular task +can be done in Pizza.py. + +These scripts create output and temporary files as they operate. +These are all named tmp*. Pizza.py does not clean up all the +temporary files, since they are sometimes useful to look at for +debugging or other purposes. diff --git a/examples/files/bucky0000.png b/examples/files/bucky0000.png new file mode 100644 index 0000000..0c13a88 Binary files /dev/null and b/examples/files/bucky0000.png differ diff --git a/examples/files/bucky0001.png b/examples/files/bucky0001.png new file mode 100644 index 0000000..c7ffdf9 Binary files /dev/null and b/examples/files/bucky0001.png differ diff --git a/examples/files/bucky0002.png b/examples/files/bucky0002.png new file mode 100644 index 0000000..cecec07 Binary files /dev/null and b/examples/files/bucky0002.png differ diff --git a/examples/files/bucky0003.png b/examples/files/bucky0003.png new file mode 100644 index 0000000..cf7f7d6 Binary files /dev/null and b/examples/files/bucky0003.png differ diff --git a/examples/files/data.micelle b/examples/files/data.micelle new file mode 100644 index 0000000..afd5f42 --- /dev/null +++ b/examples/files/data.micelle @@ -0,0 +1,1530 @@ + LAMMPS 2d micelle data file + + 1200 atoms + 300 bonds + 0 angles + 0 dihedrals + 0 impropers + + 4 atom types + 1 bond types + 0 angle types + 0 dihedral types + 0 improper types + + 0.000000E+00 35.85686 xlo xhi + 0.000000E+00 35.85686 ylo yhi + -0.1000000 0.1000000 zlo zhi + + Masses + + 1 1.000000 + 2 1.000000 + 3 1.000000 + 4 1.000000 + + Atoms + + 1 139 2 0.000 0.000 0.000 + 2 0 1 1.195 0.000 0.000 + 3 0 1 2.390 0.000 0.000 + 4 0 1 3.586 0.000 0.000 + 5 0 1 4.781 0.000 0.000 + 6 0 1 5.976 0.000 0.000 + 7 0 1 7.171 0.000 0.000 + 8 0 1 8.367 0.000 0.000 + 9 0 1 9.562 0.000 0.000 + 10 114 2 10.757 0.000 0.000 + 11 0 1 11.952 0.000 0.000 + 12 52 2 13.148 0.000 0.000 + 13 0 1 14.343 0.000 0.000 + 14 0 1 15.538 0.000 0.000 + 15 0 1 16.733 0.000 0.000 + 16 0 1 17.928 0.000 0.000 + 17 0 1 19.124 0.000 0.000 + 18 0 1 20.319 0.000 0.000 + 19 0 1 21.514 0.000 0.000 + 20 0 1 22.709 0.000 0.000 + 21 0 1 23.905 0.000 0.000 + 22 0 1 25.100 0.000 0.000 + 23 0 1 26.295 0.000 0.000 + 24 110 2 27.490 0.000 0.000 + 25 128 2 28.685 0.000 0.000 + 26 0 1 29.881 0.000 0.000 + 27 0 1 31.076 0.000 0.000 + 28 0 1 32.271 0.000 0.000 + 29 0 1 33.466 0.000 0.000 + 30 0 1 34.662 0.000 0.000 + 31 0 1 0.000 1.195 0.000 + 32 0 1 1.195 1.195 0.000 + 33 113 2 2.390 1.195 0.000 + 34 0 1 3.586 1.195 0.000 + 35 75 2 4.781 1.195 0.000 + 36 0 1 5.976 1.195 0.000 + 37 0 1 7.171 1.195 0.000 + 38 89 2 8.367 1.195 0.000 + 39 0 1 9.562 1.195 0.000 + 40 94 2 10.757 1.195 0.000 + 41 0 1 11.952 1.195 0.000 + 42 35 2 13.148 1.195 0.000 + 43 0 1 14.343 1.195 0.000 + 44 0 1 15.538 1.195 0.000 + 45 0 1 16.733 1.195 0.000 + 46 0 1 17.928 1.195 0.000 + 47 0 1 19.124 1.195 0.000 + 48 0 1 20.319 1.195 0.000 + 49 0 1 21.514 1.195 0.000 + 50 0 1 22.709 1.195 0.000 + 51 0 1 23.905 1.195 0.000 + 52 0 1 25.100 1.195 0.000 + 53 0 1 26.295 1.195 0.000 + 54 0 1 27.490 1.195 0.000 + 55 0 1 28.685 1.195 0.000 + 56 0 1 29.881 1.195 0.000 + 57 0 1 31.076 1.195 0.000 + 58 0 1 32.271 1.195 0.000 + 59 0 1 33.466 1.195 0.000 + 60 0 1 34.662 1.195 0.000 + 61 0 1 0.000 2.390 0.000 + 62 0 1 1.195 2.390 0.000 + 63 119 2 2.390 2.390 0.000 + 64 0 1 3.586 2.390 0.000 + 65 24 2 4.781 2.390 0.000 + 66 0 1 5.976 2.390 0.000 + 67 0 1 7.171 2.390 0.000 + 68 0 1 8.367 2.390 0.000 + 69 0 1 9.562 2.390 0.000 + 70 0 1 10.757 2.390 0.000 + 71 0 1 11.952 2.390 0.000 + 72 0 1 13.148 2.390 0.000 + 73 0 1 14.343 2.390 0.000 + 74 0 1 15.538 2.390 0.000 + 75 0 1 16.733 2.390 0.000 + 76 0 1 17.928 2.390 0.000 + 77 0 1 19.124 2.390 0.000 + 78 0 1 20.319 2.390 0.000 + 79 0 1 21.514 2.390 0.000 + 80 0 1 22.709 2.390 0.000 + 81 0 1 23.905 2.390 0.000 + 82 74 2 25.100 2.390 0.000 + 83 0 1 26.295 2.390 0.000 + 84 0 1 27.490 2.390 0.000 + 85 0 1 28.685 2.390 0.000 + 86 47 2 29.881 2.390 0.000 + 87 0 1 31.076 2.390 0.000 + 88 0 1 32.271 2.390 0.000 + 89 0 1 33.466 2.390 0.000 + 90 0 1 34.662 2.390 0.000 + 91 0 1 0.000 3.586 0.000 + 92 0 1 1.195 3.586 0.000 + 93 0 1 2.390 3.586 0.000 + 94 0 1 3.586 3.586 0.000 + 95 0 1 4.781 3.586 0.000 + 96 0 1 5.976 3.586 0.000 + 97 0 1 7.171 3.586 0.000 + 98 0 1 8.367 3.586 0.000 + 99 0 1 9.562 3.586 0.000 + 100 121 2 10.757 3.586 0.000 + 101 0 1 11.952 3.586 0.000 + 102 0 1 13.148 3.586 0.000 + 103 129 2 14.343 3.586 0.000 + 104 0 1 15.538 3.586 0.000 + 105 0 1 16.733 3.586 0.000 + 106 0 1 17.928 3.586 0.000 + 107 0 1 19.124 3.586 0.000 + 108 0 1 20.319 3.586 0.000 + 109 117 2 21.514 3.586 0.000 + 110 0 1 22.709 3.586 0.000 + 111 0 1 23.905 3.586 0.000 + 112 0 1 25.100 3.586 0.000 + 113 0 1 26.295 3.586 0.000 + 114 0 1 27.490 3.586 0.000 + 115 0 1 28.685 3.586 0.000 + 116 49 2 29.881 3.586 0.000 + 117 0 1 31.076 3.586 0.000 + 118 0 1 32.271 3.586 0.000 + 119 0 1 33.466 3.586 0.000 + 120 0 1 34.662 3.586 0.000 + 121 0 1 0.000 4.781 0.000 + 122 0 1 1.195 4.781 0.000 + 123 0 1 2.390 4.781 0.000 + 124 0 1 3.586 4.781 0.000 + 125 38 2 4.781 4.781 0.000 + 126 0 1 5.976 4.781 0.000 + 127 67 2 7.171 4.781 0.000 + 128 0 1 8.367 4.781 0.000 + 129 3 2 9.562 4.781 0.000 + 130 0 1 10.757 4.781 0.000 + 131 41 2 11.952 4.781 0.000 + 132 0 1 13.148 4.781 0.000 + 133 131 2 14.343 4.781 0.000 + 134 0 1 15.538 4.781 0.000 + 135 0 1 16.733 4.781 0.000 + 136 0 1 17.928 4.781 0.000 + 137 0 1 19.124 4.781 0.000 + 138 0 1 20.319 4.781 0.000 + 139 0 1 21.514 4.781 0.000 + 140 0 1 22.709 4.781 0.000 + 141 0 1 23.905 4.781 0.000 + 142 0 1 25.100 4.781 0.000 + 143 0 1 26.295 4.781 0.000 + 144 0 1 27.490 4.781 0.000 + 145 0 1 28.685 4.781 0.000 + 146 0 1 29.881 4.781 0.000 + 147 0 1 31.076 4.781 0.000 + 148 0 1 32.271 4.781 0.000 + 149 0 1 33.466 4.781 0.000 + 150 0 1 34.662 4.781 0.000 + 151 53 2 0.000 5.976 0.000 + 152 0 1 1.195 5.976 0.000 + 153 0 1 2.390 5.976 0.000 + 154 0 1 3.586 5.976 0.000 + 155 0 1 4.781 5.976 0.000 + 156 0 1 5.976 5.976 0.000 + 157 48 2 7.171 5.976 0.000 + 158 0 1 8.367 5.976 0.000 + 159 30 2 9.562 5.976 0.000 + 160 0 1 10.757 5.976 0.000 + 161 0 1 11.952 5.976 0.000 + 162 104 2 13.148 5.976 0.000 + 163 0 1 14.343 5.976 0.000 + 164 136 2 15.538 5.976 0.000 + 165 0 1 16.733 5.976 0.000 + 166 0 1 17.928 5.976 0.000 + 167 0 1 19.124 5.976 0.000 + 168 116 2 20.319 5.976 0.000 + 169 0 1 21.514 5.976 0.000 + 170 0 1 22.709 5.976 0.000 + 171 0 1 23.905 5.976 0.000 + 172 0 1 25.100 5.976 0.000 + 173 40 2 26.295 5.976 0.000 + 174 0 1 27.490 5.976 0.000 + 175 145 2 28.685 5.976 0.000 + 176 33 2 29.881 5.976 0.000 + 177 0 1 31.076 5.976 0.000 + 178 0 1 32.271 5.976 0.000 + 179 0 1 33.466 5.976 0.000 + 180 0 1 34.662 5.976 0.000 + 181 0 1 0.000 7.171 0.000 + 182 0 1 1.195 7.171 0.000 + 183 0 1 2.390 7.171 0.000 + 184 0 1 3.586 7.171 0.000 + 185 0 1 4.781 7.171 0.000 + 186 0 1 5.976 7.171 0.000 + 187 0 1 7.171 7.171 0.000 + 188 0 1 8.367 7.171 0.000 + 189 0 1 9.562 7.171 0.000 + 190 0 1 10.757 7.171 0.000 + 191 0 1 11.952 7.171 0.000 + 192 15 2 13.148 7.171 0.000 + 193 0 1 14.343 7.171 0.000 + 194 0 1 15.538 7.171 0.000 + 195 0 1 16.733 7.171 0.000 + 196 0 1 17.928 7.171 0.000 + 197 0 1 19.124 7.171 0.000 + 198 0 1 20.319 7.171 0.000 + 199 0 1 21.514 7.171 0.000 + 200 0 1 22.709 7.171 0.000 + 201 108 2 23.905 7.171 0.000 + 202 0 1 25.100 7.171 0.000 + 203 0 1 26.295 7.171 0.000 + 204 0 1 27.490 7.171 0.000 + 205 132 2 28.685 7.171 0.000 + 206 0 1 29.881 7.171 0.000 + 207 0 1 31.076 7.171 0.000 + 208 0 1 32.271 7.171 0.000 + 209 0 1 33.466 7.171 0.000 + 210 0 1 34.662 7.171 0.000 + 211 0 1 0.000 8.367 0.000 + 212 0 1 1.195 8.367 0.000 + 213 0 1 2.390 8.367 0.000 + 214 0 1 3.586 8.367 0.000 + 215 0 1 4.781 8.367 0.000 + 216 0 1 5.976 8.367 0.000 + 217 0 1 7.171 8.367 0.000 + 218 0 1 8.367 8.367 0.000 + 219 0 1 9.562 8.367 0.000 + 220 0 1 10.757 8.367 0.000 + 221 0 1 11.952 8.367 0.000 + 222 0 1 13.148 8.367 0.000 + 223 0 1 14.343 8.367 0.000 + 224 0 1 15.538 8.367 0.000 + 225 0 1 16.733 8.367 0.000 + 226 0 1 17.928 8.367 0.000 + 227 0 1 19.124 8.367 0.000 + 228 0 1 20.319 8.367 0.000 + 229 0 1 21.514 8.367 0.000 + 230 97 2 22.709 8.367 0.000 + 231 0 1 23.905 8.367 0.000 + 232 12 2 25.100 8.367 0.000 + 233 71 2 26.295 8.367 0.000 + 234 0 1 27.490 8.367 0.000 + 235 0 1 28.685 8.367 0.000 + 236 0 1 29.881 8.367 0.000 + 237 0 1 31.076 8.367 0.000 + 238 6 2 32.271 8.367 0.000 + 239 0 1 33.466 8.367 0.000 + 240 34 2 34.662 8.367 0.000 + 241 0 1 0.000 9.562 0.000 + 242 0 1 1.195 9.562 0.000 + 243 0 1 2.390 9.562 0.000 + 244 0 1 3.586 9.562 0.000 + 245 146 2 4.781 9.562 0.000 + 246 0 1 5.976 9.562 0.000 + 247 90 2 7.171 9.562 0.000 + 248 0 1 8.367 9.562 0.000 + 249 0 1 9.562 9.562 0.000 + 250 0 1 10.757 9.562 0.000 + 251 0 1 11.952 9.562 0.000 + 252 0 1 13.148 9.562 0.000 + 253 0 1 14.343 9.562 0.000 + 254 0 1 15.538 9.562 0.000 + 255 0 1 16.733 9.562 0.000 + 256 0 1 17.928 9.562 0.000 + 257 61 2 19.124 9.562 0.000 + 258 0 1 20.319 9.562 0.000 + 259 0 1 21.514 9.562 0.000 + 260 0 1 22.709 9.562 0.000 + 261 0 1 23.905 9.562 0.000 + 262 64 2 25.100 9.562 0.000 + 263 0 1 26.295 9.562 0.000 + 264 0 1 27.490 9.562 0.000 + 265 0 1 28.685 9.562 0.000 + 266 0 1 29.881 9.562 0.000 + 267 0 1 31.076 9.562 0.000 + 268 0 1 32.271 9.562 0.000 + 269 0 1 33.466 9.562 0.000 + 270 0 1 34.662 9.562 0.000 + 271 0 1 0.000 10.757 0.000 + 272 0 1 1.195 10.757 0.000 + 273 0 1 2.390 10.757 0.000 + 274 0 1 3.586 10.757 0.000 + 275 68 2 4.781 10.757 0.000 + 276 0 1 5.976 10.757 0.000 + 277 0 1 7.171 10.757 0.000 + 278 0 1 8.367 10.757 0.000 + 279 0 1 9.562 10.757 0.000 + 280 0 1 10.757 10.757 0.000 + 281 0 1 11.952 10.757 0.000 + 282 0 1 13.148 10.757 0.000 + 283 0 1 14.343 10.757 0.000 + 284 109 2 15.538 10.757 0.000 + 285 0 1 16.733 10.757 0.000 + 286 0 1 17.928 10.757 0.000 + 287 0 1 19.124 10.757 0.000 + 288 0 1 20.319 10.757 0.000 + 289 0 1 21.514 10.757 0.000 + 290 0 1 22.709 10.757 0.000 + 291 0 1 23.905 10.757 0.000 + 292 0 1 25.100 10.757 0.000 + 293 0 1 26.295 10.757 0.000 + 294 73 2 27.490 10.757 0.000 + 295 0 1 28.685 10.757 0.000 + 296 0 1 29.881 10.757 0.000 + 297 0 1 31.076 10.757 0.000 + 298 0 1 32.271 10.757 0.000 + 299 0 1 33.466 10.757 0.000 + 300 0 1 34.662 10.757 0.000 + 301 0 1 0.000 11.952 0.000 + 302 0 1 1.195 11.952 0.000 + 303 0 1 2.390 11.952 0.000 + 304 0 1 3.586 11.952 0.000 + 305 0 1 4.781 11.952 0.000 + 306 134 2 5.976 11.952 0.000 + 307 0 1 7.171 11.952 0.000 + 308 0 1 8.367 11.952 0.000 + 309 57 2 9.562 11.952 0.000 + 310 101 2 10.757 11.952 0.000 + 311 120 2 11.952 11.952 0.000 + 312 0 1 13.148 11.952 0.000 + 313 0 1 14.343 11.952 0.000 + 314 0 1 15.538 11.952 0.000 + 315 0 1 16.733 11.952 0.000 + 316 0 1 17.928 11.952 0.000 + 317 32 2 19.124 11.952 0.000 + 318 0 1 20.319 11.952 0.000 + 319 0 1 21.514 11.952 0.000 + 320 0 1 22.709 11.952 0.000 + 321 0 1 23.905 11.952 0.000 + 322 0 1 25.100 11.952 0.000 + 323 0 1 26.295 11.952 0.000 + 324 0 1 27.490 11.952 0.000 + 325 0 1 28.685 11.952 0.000 + 326 0 1 29.881 11.952 0.000 + 327 0 1 31.076 11.952 0.000 + 328 42 2 32.271 11.952 0.000 + 329 0 1 33.466 11.952 0.000 + 330 0 1 34.662 11.952 0.000 + 331 0 1 0.000 13.148 0.000 + 332 10 2 1.195 13.148 0.000 + 333 54 2 2.390 13.148 0.000 + 334 0 1 3.586 13.148 0.000 + 335 0 1 4.781 13.148 0.000 + 336 0 1 5.976 13.148 0.000 + 337 0 1 7.171 13.148 0.000 + 338 0 1 8.367 13.148 0.000 + 339 20 2 9.562 13.148 0.000 + 340 0 1 10.757 13.148 0.000 + 341 0 1 11.952 13.148 0.000 + 342 0 1 13.148 13.148 0.000 + 343 11 2 14.343 13.148 0.000 + 344 0 1 15.538 13.148 0.000 + 345 0 1 16.733 13.148 0.000 + 346 0 1 17.928 13.148 0.000 + 347 0 1 19.124 13.148 0.000 + 348 0 1 20.319 13.148 0.000 + 349 17 2 21.514 13.148 0.000 + 350 0 1 22.709 13.148 0.000 + 351 0 1 23.905 13.148 0.000 + 352 0 1 25.100 13.148 0.000 + 353 0 1 26.295 13.148 0.000 + 354 0 1 27.490 13.148 0.000 + 355 0 1 28.685 13.148 0.000 + 356 0 1 29.881 13.148 0.000 + 357 0 1 31.076 13.148 0.000 + 358 0 1 32.271 13.148 0.000 + 359 0 1 33.466 13.148 0.000 + 360 0 1 34.662 13.148 0.000 + 361 0 1 0.000 14.343 0.000 + 362 0 1 1.195 14.343 0.000 + 363 8 2 2.390 14.343 0.000 + 364 0 1 3.586 14.343 0.000 + 365 0 1 4.781 14.343 0.000 + 366 0 1 5.976 14.343 0.000 + 367 0 1 7.171 14.343 0.000 + 368 0 1 8.367 14.343 0.000 + 369 0 1 9.562 14.343 0.000 + 370 0 1 10.757 14.343 0.000 + 371 106 2 11.952 14.343 0.000 + 372 0 1 13.148 14.343 0.000 + 373 0 1 14.343 14.343 0.000 + 374 0 1 15.538 14.343 0.000 + 375 0 1 16.733 14.343 0.000 + 376 102 2 17.928 14.343 0.000 + 377 0 1 19.124 14.343 0.000 + 378 81 2 20.319 14.343 0.000 + 379 9 2 21.514 14.343 0.000 + 380 0 1 22.709 14.343 0.000 + 381 0 1 23.905 14.343 0.000 + 382 0 1 25.100 14.343 0.000 + 383 0 1 26.295 14.343 0.000 + 384 0 1 27.490 14.343 0.000 + 385 0 1 28.685 14.343 0.000 + 386 0 1 29.881 14.343 0.000 + 387 0 1 31.076 14.343 0.000 + 388 0 1 32.271 14.343 0.000 + 389 0 1 33.466 14.343 0.000 + 390 0 1 34.662 14.343 0.000 + 391 0 1 0.000 15.538 0.000 + 392 0 1 1.195 15.538 0.000 + 393 0 1 2.390 15.538 0.000 + 394 0 1 3.586 15.538 0.000 + 395 0 1 4.781 15.538 0.000 + 396 0 1 5.976 15.538 0.000 + 397 0 1 7.171 15.538 0.000 + 398 0 1 8.367 15.538 0.000 + 399 70 2 9.562 15.538 0.000 + 400 0 1 10.757 15.538 0.000 + 401 0 1 11.952 15.538 0.000 + 402 0 1 13.148 15.538 0.000 + 403 0 1 14.343 15.538 0.000 + 404 0 1 15.538 15.538 0.000 + 405 0 1 16.733 15.538 0.000 + 406 0 1 17.928 15.538 0.000 + 407 0 1 19.124 15.538 0.000 + 408 0 1 20.319 15.538 0.000 + 409 0 1 21.514 15.538 0.000 + 410 0 1 22.709 15.538 0.000 + 411 0 1 23.905 15.538 0.000 + 412 0 1 25.100 15.538 0.000 + 413 93 2 26.295 15.538 0.000 + 414 0 1 27.490 15.538 0.000 + 415 0 1 28.685 15.538 0.000 + 416 27 2 29.881 15.538 0.000 + 417 0 1 31.076 15.538 0.000 + 418 60 2 32.271 15.538 0.000 + 419 107 2 33.466 15.538 0.000 + 420 111 2 34.662 15.538 0.000 + 421 0 1 0.000 16.733 0.000 + 422 0 1 1.195 16.733 0.000 + 423 0 1 2.390 16.733 0.000 + 424 0 1 3.586 16.733 0.000 + 425 0 1 4.781 16.733 0.000 + 426 0 1 5.976 16.733 0.000 + 427 133 2 7.171 16.733 0.000 + 428 0 1 8.367 16.733 0.000 + 429 0 1 9.562 16.733 0.000 + 430 0 1 10.757 16.733 0.000 + 431 65 2 11.952 16.733 0.000 + 432 0 1 13.148 16.733 0.000 + 433 0 1 14.343 16.733 0.000 + 434 0 1 15.538 16.733 0.000 + 435 0 1 16.733 16.733 0.000 + 436 0 1 17.928 16.733 0.000 + 437 80 2 19.124 16.733 0.000 + 438 0 1 20.319 16.733 0.000 + 439 0 1 21.514 16.733 0.000 + 440 0 1 22.709 16.733 0.000 + 441 0 1 23.905 16.733 0.000 + 442 0 1 25.100 16.733 0.000 + 443 51 2 26.295 16.733 0.000 + 444 0 1 27.490 16.733 0.000 + 445 0 1 28.685 16.733 0.000 + 446 0 1 29.881 16.733 0.000 + 447 44 2 31.076 16.733 0.000 + 448 0 1 32.271 16.733 0.000 + 449 0 1 33.466 16.733 0.000 + 450 137 2 34.662 16.733 0.000 + 451 0 1 0.000 17.928 0.000 + 452 86 2 1.195 17.928 0.000 + 453 0 1 2.390 17.928 0.000 + 454 0 1 3.586 17.928 0.000 + 455 112 2 4.781 17.928 0.000 + 456 0 1 5.976 17.928 0.000 + 457 0 1 7.171 17.928 0.000 + 458 0 1 8.367 17.928 0.000 + 459 0 1 9.562 17.928 0.000 + 460 2 2 10.757 17.928 0.000 + 461 0 1 11.952 17.928 0.000 + 462 0 1 13.148 17.928 0.000 + 463 0 1 14.343 17.928 0.000 + 464 147 2 15.538 17.928 0.000 + 465 0 1 16.733 17.928 0.000 + 466 0 1 17.928 17.928 0.000 + 467 14 2 19.124 17.928 0.000 + 468 0 1 20.319 17.928 0.000 + 469 0 1 21.514 17.928 0.000 + 470 142 2 22.709 17.928 0.000 + 471 0 1 23.905 17.928 0.000 + 472 0 1 25.100 17.928 0.000 + 473 0 1 26.295 17.928 0.000 + 474 0 1 27.490 17.928 0.000 + 475 84 2 28.685 17.928 0.000 + 476 0 1 29.881 17.928 0.000 + 477 0 1 31.076 17.928 0.000 + 478 0 1 32.271 17.928 0.000 + 479 0 1 33.466 17.928 0.000 + 480 26 2 34.662 17.928 0.000 + 481 0 1 0.000 19.124 0.000 + 482 0 1 1.195 19.124 0.000 + 483 56 2 2.390 19.124 0.000 + 484 0 1 3.586 19.124 0.000 + 485 0 1 4.781 19.124 0.000 + 486 0 1 5.976 19.124 0.000 + 487 21 2 7.171 19.124 0.000 + 488 0 1 8.367 19.124 0.000 + 489 0 1 9.562 19.124 0.000 + 490 0 1 10.757 19.124 0.000 + 491 0 1 11.952 19.124 0.000 + 492 0 1 13.148 19.124 0.000 + 493 58 2 14.343 19.124 0.000 + 494 0 1 15.538 19.124 0.000 + 495 0 1 16.733 19.124 0.000 + 496 0 1 17.928 19.124 0.000 + 497 0 1 19.124 19.124 0.000 + 498 0 1 20.319 19.124 0.000 + 499 0 1 21.514 19.124 0.000 + 500 0 1 22.709 19.124 0.000 + 501 0 1 23.905 19.124 0.000 + 502 0 1 25.100 19.124 0.000 + 503 0 1 26.295 19.124 0.000 + 504 0 1 27.490 19.124 0.000 + 505 0 1 28.685 19.124 0.000 + 506 0 1 29.881 19.124 0.000 + 507 0 1 31.076 19.124 0.000 + 508 0 1 32.271 19.124 0.000 + 509 0 1 33.466 19.124 0.000 + 510 123 2 34.662 19.124 0.000 + 511 0 1 0.000 20.319 0.000 + 512 0 1 1.195 20.319 0.000 + 513 0 1 2.390 20.319 0.000 + 514 0 1 3.586 20.319 0.000 + 515 0 1 4.781 20.319 0.000 + 516 0 1 5.976 20.319 0.000 + 517 0 1 7.171 20.319 0.000 + 518 0 1 8.367 20.319 0.000 + 519 118 2 9.562 20.319 0.000 + 520 36 2 10.757 20.319 0.000 + 521 76 2 11.952 20.319 0.000 + 522 0 1 13.148 20.319 0.000 + 523 0 1 14.343 20.319 0.000 + 524 22 2 15.538 20.319 0.000 + 525 0 1 16.733 20.319 0.000 + 526 127 2 17.928 20.319 0.000 + 527 0 1 19.124 20.319 0.000 + 528 0 1 20.319 20.319 0.000 + 529 0 1 21.514 20.319 0.000 + 530 0 1 22.709 20.319 0.000 + 531 62 2 23.905 20.319 0.000 + 532 0 1 25.100 20.319 0.000 + 533 0 1 26.295 20.319 0.000 + 534 0 1 27.490 20.319 0.000 + 535 0 1 28.685 20.319 0.000 + 536 4 2 29.881 20.319 0.000 + 537 0 1 31.076 20.319 0.000 + 538 0 1 32.271 20.319 0.000 + 539 0 1 33.466 20.319 0.000 + 540 0 1 34.662 20.319 0.000 + 541 0 1 0.000 21.514 0.000 + 542 0 1 1.195 21.514 0.000 + 543 0 1 2.390 21.514 0.000 + 544 0 1 3.586 21.514 0.000 + 545 0 1 4.781 21.514 0.000 + 546 0 1 5.976 21.514 0.000 + 547 0 1 7.171 21.514 0.000 + 548 0 1 8.367 21.514 0.000 + 549 0 1 9.562 21.514 0.000 + 550 0 1 10.757 21.514 0.000 + 551 0 1 11.952 21.514 0.000 + 552 0 1 13.148 21.514 0.000 + 553 99 2 14.343 21.514 0.000 + 554 0 1 15.538 21.514 0.000 + 555 0 1 16.733 21.514 0.000 + 556 0 1 17.928 21.514 0.000 + 557 0 1 19.124 21.514 0.000 + 558 0 1 20.319 21.514 0.000 + 559 0 1 21.514 21.514 0.000 + 560 1 2 22.709 21.514 0.000 + 561 130 2 23.905 21.514 0.000 + 562 0 1 25.100 21.514 0.000 + 563 0 1 26.295 21.514 0.000 + 564 0 1 27.490 21.514 0.000 + 565 79 2 28.685 21.514 0.000 + 566 0 1 29.881 21.514 0.000 + 567 0 1 31.076 21.514 0.000 + 568 0 1 32.271 21.514 0.000 + 569 0 1 33.466 21.514 0.000 + 570 0 1 34.662 21.514 0.000 + 571 0 1 0.000 22.709 0.000 + 572 0 1 1.195 22.709 0.000 + 573 0 1 2.390 22.709 0.000 + 574 0 1 3.586 22.709 0.000 + 575 0 1 4.781 22.709 0.000 + 576 0 1 5.976 22.709 0.000 + 577 0 1 7.171 22.709 0.000 + 578 0 1 8.367 22.709 0.000 + 579 0 1 9.562 22.709 0.000 + 580 0 1 10.757 22.709 0.000 + 581 0 1 11.952 22.709 0.000 + 582 0 1 13.148 22.709 0.000 + 583 0 1 14.343 22.709 0.000 + 584 0 1 15.538 22.709 0.000 + 585 0 1 16.733 22.709 0.000 + 586 0 1 17.928 22.709 0.000 + 587 100 2 19.124 22.709 0.000 + 588 0 1 20.319 22.709 0.000 + 589 0 1 21.514 22.709 0.000 + 590 0 1 22.709 22.709 0.000 + 591 0 1 23.905 22.709 0.000 + 592 0 1 25.100 22.709 0.000 + 593 126 2 26.295 22.709 0.000 + 594 0 1 27.490 22.709 0.000 + 595 0 1 28.685 22.709 0.000 + 596 0 1 29.881 22.709 0.000 + 597 0 1 31.076 22.709 0.000 + 598 0 1 32.271 22.709 0.000 + 599 0 1 33.466 22.709 0.000 + 600 0 1 34.662 22.709 0.000 + 601 0 1 0.000 23.905 0.000 + 602 0 1 1.195 23.905 0.000 + 603 0 1 2.390 23.905 0.000 + 604 37 2 3.586 23.905 0.000 + 605 0 1 4.781 23.905 0.000 + 606 140 2 5.976 23.905 0.000 + 607 0 1 7.171 23.905 0.000 + 608 0 1 8.367 23.905 0.000 + 609 0 1 9.562 23.905 0.000 + 610 0 1 10.757 23.905 0.000 + 611 0 1 11.952 23.905 0.000 + 612 0 1 13.148 23.905 0.000 + 613 0 1 14.343 23.905 0.000 + 614 0 1 15.538 23.905 0.000 + 615 0 1 16.733 23.905 0.000 + 616 0 1 17.928 23.905 0.000 + 617 0 1 19.124 23.905 0.000 + 618 0 1 20.319 23.905 0.000 + 619 0 1 21.514 23.905 0.000 + 620 0 1 22.709 23.905 0.000 + 621 0 1 23.905 23.905 0.000 + 622 0 1 25.100 23.905 0.000 + 623 0 1 26.295 23.905 0.000 + 624 0 1 27.490 23.905 0.000 + 625 0 1 28.685 23.905 0.000 + 626 141 2 29.881 23.905 0.000 + 627 0 1 31.076 23.905 0.000 + 628 0 1 32.271 23.905 0.000 + 629 0 1 33.466 23.905 0.000 + 630 0 1 34.662 23.905 0.000 + 631 148 2 0.000 25.100 0.000 + 632 0 1 1.195 25.100 0.000 + 633 0 1 2.390 25.100 0.000 + 634 0 1 3.586 25.100 0.000 + 635 0 1 4.781 25.100 0.000 + 636 0 1 5.976 25.100 0.000 + 637 0 1 7.171 25.100 0.000 + 638 0 1 8.367 25.100 0.000 + 639 39 2 9.562 25.100 0.000 + 640 0 1 10.757 25.100 0.000 + 641 0 1 11.952 25.100 0.000 + 642 0 1 13.148 25.100 0.000 + 643 69 2 14.343 25.100 0.000 + 644 0 1 15.538 25.100 0.000 + 645 0 1 16.733 25.100 0.000 + 646 143 2 17.928 25.100 0.000 + 647 98 2 19.124 25.100 0.000 + 648 0 1 20.319 25.100 0.000 + 649 31 2 21.514 25.100 0.000 + 650 138 2 22.709 25.100 0.000 + 651 0 1 23.905 25.100 0.000 + 652 0 1 25.100 25.100 0.000 + 653 0 1 26.295 25.100 0.000 + 654 0 1 27.490 25.100 0.000 + 655 0 1 28.685 25.100 0.000 + 656 0 1 29.881 25.100 0.000 + 657 0 1 31.076 25.100 0.000 + 658 0 1 32.271 25.100 0.000 + 659 0 1 33.466 25.100 0.000 + 660 0 1 34.662 25.100 0.000 + 661 0 1 0.000 26.295 0.000 + 662 0 1 1.195 26.295 0.000 + 663 0 1 2.390 26.295 0.000 + 664 0 1 3.586 26.295 0.000 + 665 0 1 4.781 26.295 0.000 + 666 0 1 5.976 26.295 0.000 + 667 0 1 7.171 26.295 0.000 + 668 0 1 8.367 26.295 0.000 + 669 0 1 9.562 26.295 0.000 + 670 124 2 10.757 26.295 0.000 + 671 0 1 11.952 26.295 0.000 + 672 0 1 13.148 26.295 0.000 + 673 0 1 14.343 26.295 0.000 + 674 0 1 15.538 26.295 0.000 + 675 0 1 16.733 26.295 0.000 + 676 0 1 17.928 26.295 0.000 + 677 0 1 19.124 26.295 0.000 + 678 0 1 20.319 26.295 0.000 + 679 16 2 21.514 26.295 0.000 + 680 0 1 22.709 26.295 0.000 + 681 0 1 23.905 26.295 0.000 + 682 0 1 25.100 26.295 0.000 + 683 0 1 26.295 26.295 0.000 + 684 0 1 27.490 26.295 0.000 + 685 0 1 28.685 26.295 0.000 + 686 0 1 29.881 26.295 0.000 + 687 0 1 31.076 26.295 0.000 + 688 0 1 32.271 26.295 0.000 + 689 0 1 33.466 26.295 0.000 + 690 0 1 34.662 26.295 0.000 + 691 0 1 0.000 27.490 0.000 + 692 0 1 1.195 27.490 0.000 + 693 0 1 2.390 27.490 0.000 + 694 0 1 3.586 27.490 0.000 + 695 0 1 4.781 27.490 0.000 + 696 0 1 5.976 27.490 0.000 + 697 0 1 7.171 27.490 0.000 + 698 0 1 8.367 27.490 0.000 + 699 0 1 9.562 27.490 0.000 + 700 0 1 10.757 27.490 0.000 + 701 0 1 11.952 27.490 0.000 + 702 0 1 13.148 27.490 0.000 + 703 66 2 14.343 27.490 0.000 + 704 0 1 15.538 27.490 0.000 + 705 0 1 16.733 27.490 0.000 + 706 0 1 17.928 27.490 0.000 + 707 0 1 19.124 27.490 0.000 + 708 135 2 20.319 27.490 0.000 + 709 0 1 21.514 27.490 0.000 + 710 0 1 22.709 27.490 0.000 + 711 0 1 23.905 27.490 0.000 + 712 0 1 25.100 27.490 0.000 + 713 0 1 26.295 27.490 0.000 + 714 105 2 27.490 27.490 0.000 + 715 0 1 28.685 27.490 0.000 + 716 0 1 29.881 27.490 0.000 + 717 0 1 31.076 27.490 0.000 + 718 0 1 32.271 27.490 0.000 + 719 0 1 33.466 27.490 0.000 + 720 0 1 34.662 27.490 0.000 + 721 95 2 0.000 28.685 0.000 + 722 0 1 1.195 28.685 0.000 + 723 115 2 2.390 28.685 0.000 + 724 0 1 3.586 28.685 0.000 + 725 0 1 4.781 28.685 0.000 + 726 78 2 5.976 28.685 0.000 + 727 0 1 7.171 28.685 0.000 + 728 0 1 8.367 28.685 0.000 + 729 0 1 9.562 28.685 0.000 + 730 0 1 10.757 28.685 0.000 + 731 0 1 11.952 28.685 0.000 + 732 96 2 13.148 28.685 0.000 + 733 0 1 14.343 28.685 0.000 + 734 0 1 15.538 28.685 0.000 + 735 0 1 16.733 28.685 0.000 + 736 82 2 17.928 28.685 0.000 + 737 0 1 19.124 28.685 0.000 + 738 0 1 20.319 28.685 0.000 + 739 0 1 21.514 28.685 0.000 + 740 0 1 22.709 28.685 0.000 + 741 0 1 23.905 28.685 0.000 + 742 0 1 25.100 28.685 0.000 + 743 0 1 26.295 28.685 0.000 + 744 0 1 27.490 28.685 0.000 + 745 0 1 28.685 28.685 0.000 + 746 0 1 29.881 28.685 0.000 + 747 0 1 31.076 28.685 0.000 + 748 0 1 32.271 28.685 0.000 + 749 0 1 33.466 28.685 0.000 + 750 0 1 34.662 28.685 0.000 + 751 0 1 0.000 29.881 0.000 + 752 0 1 1.195 29.881 0.000 + 753 0 1 2.390 29.881 0.000 + 754 0 1 3.586 29.881 0.000 + 755 0 1 4.781 29.881 0.000 + 756 72 2 5.976 29.881 0.000 + 757 0 1 7.171 29.881 0.000 + 758 0 1 8.367 29.881 0.000 + 759 0 1 9.562 29.881 0.000 + 760 0 1 10.757 29.881 0.000 + 761 0 1 11.952 29.881 0.000 + 762 63 2 13.148 29.881 0.000 + 763 0 1 14.343 29.881 0.000 + 764 0 1 15.538 29.881 0.000 + 765 0 1 16.733 29.881 0.000 + 766 0 1 17.928 29.881 0.000 + 767 0 1 19.124 29.881 0.000 + 768 0 1 20.319 29.881 0.000 + 769 13 2 21.514 29.881 0.000 + 770 5 2 22.709 29.881 0.000 + 771 0 1 23.905 29.881 0.000 + 772 88 2 25.100 29.881 0.000 + 773 0 1 26.295 29.881 0.000 + 774 29 2 27.490 29.881 0.000 + 775 0 1 28.685 29.881 0.000 + 776 0 1 29.881 29.881 0.000 + 777 0 1 31.076 29.881 0.000 + 778 0 1 32.271 29.881 0.000 + 779 0 1 33.466 29.881 0.000 + 780 0 1 34.662 29.881 0.000 + 781 0 1 0.000 31.076 0.000 + 782 0 1 1.195 31.076 0.000 + 783 149 2 2.390 31.076 0.000 + 784 0 1 3.586 31.076 0.000 + 785 46 2 4.781 31.076 0.000 + 786 0 1 5.976 31.076 0.000 + 787 0 1 7.171 31.076 0.000 + 788 0 1 8.367 31.076 0.000 + 789 0 1 9.562 31.076 0.000 + 790 0 1 10.757 31.076 0.000 + 791 0 1 11.952 31.076 0.000 + 792 0 1 13.148 31.076 0.000 + 793 0 1 14.343 31.076 0.000 + 794 0 1 15.538 31.076 0.000 + 795 0 1 16.733 31.076 0.000 + 796 0 1 17.928 31.076 0.000 + 797 0 1 19.124 31.076 0.000 + 798 0 1 20.319 31.076 0.000 + 799 0 1 21.514 31.076 0.000 + 800 0 1 22.709 31.076 0.000 + 801 0 1 23.905 31.076 0.000 + 802 0 1 25.100 31.076 0.000 + 803 0 1 26.295 31.076 0.000 + 804 0 1 27.490 31.076 0.000 + 805 0 1 28.685 31.076 0.000 + 806 0 1 29.881 31.076 0.000 + 807 0 1 31.076 31.076 0.000 + 808 0 1 32.271 31.076 0.000 + 809 0 1 33.466 31.076 0.000 + 810 0 1 34.662 31.076 0.000 + 811 0 1 0.000 32.271 0.000 + 812 0 1 1.195 32.271 0.000 + 813 92 2 2.390 32.271 0.000 + 814 0 1 3.586 32.271 0.000 + 815 0 1 4.781 32.271 0.000 + 816 0 1 5.976 32.271 0.000 + 817 0 1 7.171 32.271 0.000 + 818 0 1 8.367 32.271 0.000 + 819 91 2 9.562 32.271 0.000 + 820 0 1 10.757 32.271 0.000 + 821 0 1 11.952 32.271 0.000 + 822 0 1 13.148 32.271 0.000 + 823 0 1 14.343 32.271 0.000 + 824 0 1 15.538 32.271 0.000 + 825 0 1 16.733 32.271 0.000 + 826 7 2 17.928 32.271 0.000 + 827 0 1 19.124 32.271 0.000 + 828 0 1 20.319 32.271 0.000 + 829 0 1 21.514 32.271 0.000 + 830 0 1 22.709 32.271 0.000 + 831 83 2 23.905 32.271 0.000 + 832 0 1 25.100 32.271 0.000 + 833 0 1 26.295 32.271 0.000 + 834 87 2 27.490 32.271 0.000 + 835 0 1 28.685 32.271 0.000 + 836 0 1 29.881 32.271 0.000 + 837 0 1 31.076 32.271 0.000 + 838 0 1 32.271 32.271 0.000 + 839 0 1 33.466 32.271 0.000 + 840 0 1 34.662 32.271 0.000 + 841 25 2 0.000 33.466 0.000 + 842 150 2 1.195 33.466 0.000 + 843 0 1 2.390 33.466 0.000 + 844 0 1 3.586 33.466 0.000 + 845 0 1 4.781 33.466 0.000 + 846 19 2 5.976 33.466 0.000 + 847 0 1 7.171 33.466 0.000 + 848 0 1 8.367 33.466 0.000 + 849 0 1 9.562 33.466 0.000 + 850 0 1 10.757 33.466 0.000 + 851 0 1 11.952 33.466 0.000 + 852 0 1 13.148 33.466 0.000 + 853 0 1 14.343 33.466 0.000 + 854 77 2 15.538 33.466 0.000 + 855 125 2 16.733 33.466 0.000 + 856 0 1 17.928 33.466 0.000 + 857 0 1 19.124 33.466 0.000 + 858 0 1 20.319 33.466 0.000 + 859 103 2 21.514 33.466 0.000 + 860 28 2 22.709 33.466 0.000 + 861 0 1 23.905 33.466 0.000 + 862 0 1 25.100 33.466 0.000 + 863 0 1 26.295 33.466 0.000 + 864 0 1 27.490 33.466 0.000 + 865 0 1 28.685 33.466 0.000 + 866 0 1 29.881 33.466 0.000 + 867 144 2 31.076 33.466 0.000 + 868 85 2 32.271 33.466 0.000 + 869 43 2 33.466 33.466 0.000 + 870 0 1 34.662 33.466 0.000 + 871 0 1 0.000 34.662 0.000 + 872 0 1 1.195 34.662 0.000 + 873 0 1 2.390 34.662 0.000 + 874 0 1 3.586 34.662 0.000 + 875 0 1 4.781 34.662 0.000 + 876 59 2 5.976 34.662 0.000 + 877 0 1 7.171 34.662 0.000 + 878 122 2 8.367 34.662 0.000 + 879 0 1 9.562 34.662 0.000 + 880 18 2 10.757 34.662 0.000 + 881 45 2 11.952 34.662 0.000 + 882 0 1 13.148 34.662 0.000 + 883 0 1 14.343 34.662 0.000 + 884 0 1 15.538 34.662 0.000 + 885 0 1 16.733 34.662 0.000 + 886 0 1 17.928 34.662 0.000 + 887 0 1 19.124 34.662 0.000 + 888 0 1 20.319 34.662 0.000 + 889 0 1 21.514 34.662 0.000 + 890 0 1 22.709 34.662 0.000 + 891 0 1 23.905 34.662 0.000 + 892 0 1 25.100 34.662 0.000 + 893 0 1 26.295 34.662 0.000 + 894 55 2 27.490 34.662 0.000 + 895 0 1 28.685 34.662 0.000 + 896 0 1 29.881 34.662 0.000 + 897 23 2 31.076 34.662 0.000 + 898 0 1 32.271 34.662 0.000 + 899 0 1 33.466 34.662 0.000 + 900 50 2 34.662 34.662 0.000 + 901 1 3 -12.411 21.656 0.000 + 902 1 4 -11.675 21.798 0.000 + 903 2 3 -25.654 17.423 0.000 + 904 2 4 -26.208 16.918 0.000 + 905 3 3 -26.953 4.421 0.000 + 906 3 4 -27.611 4.062 0.000 + 907 4 3 -5.845 21.057 0.000 + 908 4 4 -5.713 21.796 0.000 + 909 5 3 -13.885 29.746 0.000 + 910 5 4 -14.623 29.611 0.000 + 911 6 3 -2.886 8.637 0.000 + 912 6 4 -2.186 8.907 0.000 + 913 7 3 -17.206 32.471 0.000 + 914 7 4 -16.483 32.671 0.000 + 915 8 3 -32.886 14.818 0.000 + 916 8 4 -32.306 15.293 0.000 + 917 9 3 -15.072 14.519 0.000 + 918 9 4 -15.801 14.695 0.000 + 919 10 3 -34.093 12.658 0.000 + 920 10 4 -33.525 12.169 0.000 + 921 11 3 -20.870 12.763 0.000 + 922 11 4 -20.226 12.378 0.000 + 923 12 3 -11.305 8.879 0.000 + 924 12 4 -11.853 9.391 0.000 + 925 13 3 -14.894 29.372 0.000 + 926 13 4 -15.445 28.864 0.000 + 927 14 3 -16.826 18.673 0.000 + 928 14 4 -16.918 19.417 0.000 + 929 15 3 -23.132 6.552 0.000 + 930 15 4 -23.555 5.933 0.000 + 931 16 3 -14.752 25.667 0.000 + 932 16 4 -15.162 25.038 0.000 + 933 17 3 -13.594 13.198 0.000 + 934 17 4 -12.846 13.249 0.000 + 935 18 3 -24.397 34.399 0.000 + 936 18 4 -23.695 34.136 0.000 + 937 19 3 -30.609 33.289 0.000 + 938 19 4 -31.338 33.112 0.000 + 939 20 3 -26.229 12.400 0.000 + 940 20 4 -26.163 11.653 0.000 + 941 21 3 -28.403 19.819 0.000 + 942 21 4 -28.121 20.513 0.000 + 943 22 3 -19.576 20.219 0.000 + 944 22 4 -18.832 20.119 0.000 + 945 23 3 -5.486 34.916 0.000 + 946 23 4 -6.192 35.170 0.000 + 947 24 3 -30.706 1.738 0.000 + 948 24 4 -30.336 1.086 0.000 + 949 25 3 -35.180 33.143 0.000 + 950 25 4 -34.504 32.819 0.000 + 951 26 3 -0.786 18.557 0.000 + 952 26 4 -0.377 19.186 0.000 + 953 27 3 -6.725 15.504 0.000 + 954 27 4 -7.475 15.470 0.000 + 955 28 3 -12.401 33.395 0.000 + 956 28 4 -11.654 33.323 0.000 + 957 29 3 -8.175 29.156 0.000 + 958 29 4 -7.983 28.430 0.000 + 959 30 3 -26.893 5.523 0.000 + 960 30 4 -27.491 5.071 0.000 + 961 31 3 -14.983 24.710 0.000 + 962 31 4 -15.624 24.320 0.000 + 963 32 3 -17.165 11.339 0.000 + 964 32 4 -17.597 10.726 0.000 + 965 33 3 -6.029 6.724 0.000 + 966 33 4 -6.081 7.472 0.000 + 967 34 3 -0.992 9.089 0.000 + 968 34 4 -0.789 9.811 0.000 + 969 35 3 -22.060 0.821 0.000 + 970 35 4 -21.410 0.446 0.000 + 971 36 3 -24.673 20.935 0.000 + 972 36 4 -24.245 21.552 0.000 + 973 37 3 -31.930 23.237 0.000 + 974 37 4 -31.589 22.569 0.000 + 975 38 3 -31.268 5.506 0.000 + 976 38 4 -31.461 6.231 0.000 + 977 39 3 -25.613 24.788 0.000 + 978 39 4 -24.931 24.477 0.000 + 979 40 3 -9.102 5.384 0.000 + 980 40 4 -8.642 4.792 0.000 + 981 41 3 -23.279 4.368 0.000 + 982 41 4 -22.653 3.955 0.000 + 983 42 3 -3.096 12.521 0.000 + 984 42 4 -2.607 13.089 0.000 + 985 43 3 -2.520 34.205 0.000 + 986 43 4 -2.649 34.944 0.000 + 987 44 3 -5.367 17.201 0.000 + 988 44 4 -5.953 17.669 0.000 + 989 45 3 -24.507 34.215 0.000 + 990 45 4 -25.110 33.768 0.000 + 991 46 3 -31.650 31.559 0.000 + 992 46 4 -32.224 32.042 0.000 + 993 47 3 -6.726 2.378 0.000 + 994 47 4 -7.476 2.365 0.000 + 995 48 3 -29.016 5.303 0.000 + 996 48 4 -29.347 4.630 0.000 + 997 49 3 -5.245 3.421 0.000 + 998 49 4 -4.513 3.255 0.000 + 999 50 3 -1.939 34.761 0.000 + 1000 50 4 -2.682 34.860 0.000 + 1001 51 3 -10.132 17.220 0.000 + 1002 51 4 -10.703 17.707 0.000 + 1003 52 3 -23.173 0.590 0.000 + 1004 52 4 -23.637 1.179 0.000 + 1005 53 3 -0.584 6.447 0.000 + 1006 53 4 -1.167 6.918 0.000 + 1007 54 3 -33.028 13.756 0.000 + 1008 54 4 -32.589 14.364 0.000 + 1009 55 3 -9.117 34.672 0.000 + 1010 55 4 -9.866 34.682 0.000 + 1011 56 3 -33.086 18.477 0.000 + 1012 56 4 -32.706 17.831 0.000 + 1013 57 3 -26.222 12.699 0.000 + 1014 57 4 -26.149 13.445 0.000 + 1015 58 3 -22.066 19.631 0.000 + 1016 58 4 -22.618 20.139 0.000 + 1017 59 3 -30.623 34.554 0.000 + 1018 59 4 -31.365 34.447 0.000 + 1019 60 3 -2.850 15.392 0.000 + 1020 60 4 -2.114 15.246 0.000 + 1021 61 3 -16.150 10.034 0.000 + 1022 61 4 -15.567 10.506 0.000 + 1023 62 3 -11.679 19.620 0.000 + 1024 62 4 -11.406 18.922 0.000 + 1025 63 3 -22.122 30.347 0.000 + 1026 63 4 -21.534 30.813 0.000 + 1027 64 3 -10.114 9.947 0.000 + 1028 64 4 -9.470 10.333 0.000 + 1029 65 3 -23.247 17.093 0.000 + 1030 65 4 -22.589 17.453 0.000 + 1031 66 3 -21.537 26.741 0.000 + 1032 66 4 -21.560 25.991 0.000 + 1033 67 3 -29.026 5.449 0.000 + 1034 67 4 -29.367 6.117 0.000 + 1035 68 3 -30.339 10.617 0.000 + 1036 68 4 -29.602 10.478 0.000 + 1037 69 3 -22.253 25.229 0.000 + 1038 69 4 -22.992 25.359 0.000 + 1039 70 3 -27.026 15.371 0.000 + 1040 70 4 -27.758 15.205 0.000 + 1041 71 3 -10.115 8.873 0.000 + 1042 71 4 -10.669 9.379 0.000 + 1043 72 3 -30.543 30.232 0.000 + 1044 72 4 -31.206 30.583 0.000 + 1045 73 3 -7.993 11.407 0.000 + 1046 73 4 -7.619 12.057 0.000 + 1047 74 3 -10.133 2.806 0.000 + 1048 74 4 -9.508 3.221 0.000 + 1049 75 3 -30.500 0.715 0.000 + 1050 75 4 -29.923 0.235 0.000 + 1051 76 3 -24.502 20.772 0.000 + 1052 76 4 -25.100 21.225 0.000 + 1053 77 3 -20.417 32.723 0.000 + 1054 77 4 -20.516 31.979 0.000 + 1055 78 3 -29.168 28.919 0.000 + 1056 78 4 -28.456 29.153 0.000 + 1057 79 3 -7.557 20.871 0.000 + 1058 79 4 -7.942 20.227 0.000 + 1059 80 3 -16.590 15.997 0.000 + 1060 80 4 -16.447 15.261 0.000 + 1061 81 3 -15.564 15.092 0.000 + 1062 81 4 -15.590 15.842 0.000 + 1063 82 3 -17.399 29.216 0.000 + 1064 82 4 -16.869 29.747 0.000 + 1065 83 3 -12.481 32.803 0.000 + 1066 83 4 -13.010 33.335 0.000 + 1067 84 3 -7.919 17.869 0.000 + 1068 84 4 -8.667 17.809 0.000 + 1069 85 3 -2.836 33.461 0.000 + 1070 85 4 -2.086 33.455 0.000 + 1071 86 3 -35.304 18.315 0.000 + 1072 86 4 -0.090 18.701 0.000 + 1073 87 3 -7.831 32.796 0.000 + 1074 87 4 -7.295 33.321 0.000 + 1075 88 3 -11.506 29.925 0.000 + 1076 88 4 -12.254 29.968 0.000 + 1077 89 3 -28.236 1.112 0.000 + 1078 89 4 -28.981 1.029 0.000 + 1079 90 3 -28.773 10.307 0.000 + 1080 90 4 -28.860 11.052 0.000 + 1081 91 3 -27.042 32.201 0.000 + 1082 91 4 -27.789 32.132 0.000 + 1083 92 3 -32.813 31.903 0.000 + 1084 92 4 -32.160 31.534 0.000 + 1085 93 3 -9.687 16.278 0.000 + 1086 93 4 -9.811 17.017 0.000 + 1087 94 3 -25.477 0.547 0.000 + 1088 94 4 -25.854 -0.102 0.000 + 1089 95 3 -35.438 29.308 0.000 + 1090 95 4 -35.020 29.930 0.000 + 1091 96 3 -22.145 28.191 0.000 + 1092 96 4 -21.581 27.697 0.000 + 1093 97 3 -13.639 7.800 0.000 + 1094 97 4 -14.130 7.233 0.000 + 1095 98 3 -17.473 25.220 0.000 + 1096 98 4 -18.214 25.340 0.000 + 1097 99 3 -21.984 20.929 0.000 + 1098 99 4 -22.453 20.344 0.000 + 1099 100 3 -16.019 22.480 0.000 + 1100 100 4 -15.305 22.252 0.000 + 1101 101 3 -25.341 12.663 0.000 + 1102 101 4 -25.582 13.373 0.000 + 1103 102 3 -18.521 14.803 0.000 + 1104 102 4 -19.113 15.263 0.000 + 1105 103 3 -14.327 32.717 0.000 + 1106 103 4 -14.310 31.967 0.000 + 1107 104 3 -22.340 6.629 0.000 + 1108 104 4 -21.971 7.282 0.000 + 1109 105 3 -7.630 27.629 0.000 + 1110 105 4 -6.893 27.769 0.000 + 1111 106 3 -23.367 14.866 0.000 + 1112 106 4 -22.829 15.388 0.000 + 1113 107 3 -2.966 16.018 0.000 + 1114 107 4 -3.542 16.499 0.000 + 1115 108 3 -12.512 6.672 0.000 + 1116 108 4 -13.071 6.172 0.000 + 1117 109 3 -19.642 10.435 0.000 + 1118 109 4 -18.964 10.113 0.000 + 1119 110 3 -8.896 0.531 0.000 + 1120 110 4 -9.426 1.062 0.000 + 1121 111 3 -1.925 15.366 0.000 + 1122 111 4 -2.655 15.193 0.000 + 1123 112 3 -30.394 17.616 0.000 + 1124 112 4 -29.712 17.304 0.000 + 1125 113 3 -34.149 1.505 0.000 + 1126 113 4 -34.832 1.815 0.000 + 1127 114 3 -24.715 0.643 0.000 + 1128 114 4 -24.329 1.287 0.000 + 1129 115 3 -33.620 29.419 0.000 + 1130 115 4 -33.775 30.153 0.000 + 1131 116 3 -15.343 5.252 0.000 + 1132 116 4 -15.147 4.528 0.000 + 1133 117 3 -14.020 2.908 0.000 + 1134 117 4 -13.698 2.231 0.000 + 1135 118 3 -26.338 21.068 0.000 + 1136 118 4 -26.380 21.816 0.000 + 1137 119 3 -32.982 1.818 0.000 + 1138 119 4 -32.498 1.245 0.000 + 1139 120 3 -24.653 11.996 0.000 + 1140 120 4 -25.402 12.040 0.000 + 1141 121 3 -25.040 4.333 0.000 + 1142 121 4 -24.979 5.081 0.000 + 1143 122 3 -27.891 34.028 0.000 + 1144 122 4 -28.293 33.394 0.000 + 1145 123 3 -1.491 18.435 0.000 + 1146 123 4 -1.787 17.745 0.000 + 1147 124 3 -25.804 26.554 0.000 + 1148 124 4 -26.507 26.814 0.000 + 1149 125 3 -19.706 32.994 0.000 + 1150 125 4 -20.289 32.521 0.000 + 1151 126 3 -9.069 22.144 0.000 + 1152 126 4 -8.577 21.578 0.000 + 1153 127 3 -18.242 19.638 0.000 + 1154 127 4 -18.555 18.956 0.000 + 1155 128 3 -6.445 -0.186 0.000 + 1156 128 4 -5.718 -0.371 0.000 + 1157 129 3 -22.049 3.060 0.000 + 1158 129 4 -22.583 2.533 0.000 + 1159 130 3 -11.256 21.792 0.000 + 1160 130 4 -10.559 22.070 0.000 + 1161 131 3 -21.052 5.371 0.000 + 1162 131 4 -20.589 5.962 0.000 + 1163 132 3 -7.719 6.659 0.000 + 1164 132 4 -8.267 6.147 0.000 + 1165 133 3 -27.944 16.622 0.000 + 1166 133 4 -27.202 16.511 0.000 + 1167 134 3 -29.296 11.483 0.000 + 1168 134 4 -28.711 11.013 0.000 + 1169 135 3 -14.800 27.626 0.000 + 1170 135 4 -14.063 27.761 0.000 + 1171 136 3 -20.656 5.306 0.000 + 1172 136 4 -20.994 4.637 0.000 + 1173 137 3 -1.170 17.483 0.000 + 1174 137 4 -1.144 18.232 0.000 + 1175 138 3 -12.486 24.747 0.000 + 1176 138 4 -11.824 24.394 0.000 + 1177 139 3 0.161 0.733 0.000 + 1178 139 4 -35.536 1.465 0.000 + 1179 140 3 -29.142 24.032 0.000 + 1180 140 4 -28.403 24.160 0.000 + 1181 141 3 -5.348 24.315 0.000 + 1182 141 4 -4.721 24.725 0.000 + 1183 142 3 -12.424 18.125 0.000 + 1184 142 4 -11.700 18.322 0.000 + 1185 143 3 -18.178 25.807 0.000 + 1186 143 4 -18.427 26.515 0.000 + 1187 144 3 -5.525 33.373 0.000 + 1188 144 4 -6.269 33.280 0.000 + 1189 145 3 -7.910 6.108 0.000 + 1190 145 4 -8.648 6.240 0.000 + 1191 146 3 -31.776 9.292 0.000 + 1192 146 4 -32.475 9.022 0.000 + 1193 147 3 -20.551 18.641 0.000 + 1194 147 4 -20.784 19.355 0.000 + 1195 148 3 -0.625 25.514 0.000 + 1196 148 4 -1.251 25.928 0.000 + 1197 149 3 -32.865 30.628 0.000 + 1198 149 4 -32.264 30.179 0.000 + 1199 150 3 -34.001 33.110 0.000 + 1200 150 4 -33.341 32.754 0.000 + + Bonds + + 1 1 560 901 + 2 1 901 902 + 3 1 460 903 + 4 1 903 904 + 5 1 129 905 + 6 1 905 906 + 7 1 536 907 + 8 1 907 908 + 9 1 770 909 + 10 1 909 910 + 11 1 238 911 + 12 1 911 912 + 13 1 826 913 + 14 1 913 914 + 15 1 363 915 + 16 1 915 916 + 17 1 379 917 + 18 1 917 918 + 19 1 332 919 + 20 1 919 920 + 21 1 343 921 + 22 1 921 922 + 23 1 232 923 + 24 1 923 924 + 25 1 769 925 + 26 1 925 926 + 27 1 467 927 + 28 1 927 928 + 29 1 192 929 + 30 1 929 930 + 31 1 679 931 + 32 1 931 932 + 33 1 349 933 + 34 1 933 934 + 35 1 880 935 + 36 1 935 936 + 37 1 846 937 + 38 1 937 938 + 39 1 339 939 + 40 1 939 940 + 41 1 487 941 + 42 1 941 942 + 43 1 524 943 + 44 1 943 944 + 45 1 897 945 + 46 1 945 946 + 47 1 65 947 + 48 1 947 948 + 49 1 841 949 + 50 1 949 950 + 51 1 480 951 + 52 1 951 952 + 53 1 416 953 + 54 1 953 954 + 55 1 860 955 + 56 1 955 956 + 57 1 774 957 + 58 1 957 958 + 59 1 159 959 + 60 1 959 960 + 61 1 649 961 + 62 1 961 962 + 63 1 317 963 + 64 1 963 964 + 65 1 176 965 + 66 1 965 966 + 67 1 240 967 + 68 1 967 968 + 69 1 42 969 + 70 1 969 970 + 71 1 520 971 + 72 1 971 972 + 73 1 604 973 + 74 1 973 974 + 75 1 125 975 + 76 1 975 976 + 77 1 639 977 + 78 1 977 978 + 79 1 173 979 + 80 1 979 980 + 81 1 131 981 + 82 1 981 982 + 83 1 328 983 + 84 1 983 984 + 85 1 869 985 + 86 1 985 986 + 87 1 447 987 + 88 1 987 988 + 89 1 881 989 + 90 1 989 990 + 91 1 785 991 + 92 1 991 992 + 93 1 86 993 + 94 1 993 994 + 95 1 157 995 + 96 1 995 996 + 97 1 116 997 + 98 1 997 998 + 99 1 900 999 + 100 1 999 1000 + 101 1 443 1001 + 102 1 1001 1002 + 103 1 12 1003 + 104 1 1003 1004 + 105 1 151 1005 + 106 1 1005 1006 + 107 1 333 1007 + 108 1 1007 1008 + 109 1 894 1009 + 110 1 1009 1010 + 111 1 483 1011 + 112 1 1011 1012 + 113 1 309 1013 + 114 1 1013 1014 + 115 1 493 1015 + 116 1 1015 1016 + 117 1 876 1017 + 118 1 1017 1018 + 119 1 418 1019 + 120 1 1019 1020 + 121 1 257 1021 + 122 1 1021 1022 + 123 1 531 1023 + 124 1 1023 1024 + 125 1 762 1025 + 126 1 1025 1026 + 127 1 262 1027 + 128 1 1027 1028 + 129 1 431 1029 + 130 1 1029 1030 + 131 1 703 1031 + 132 1 1031 1032 + 133 1 127 1033 + 134 1 1033 1034 + 135 1 275 1035 + 136 1 1035 1036 + 137 1 643 1037 + 138 1 1037 1038 + 139 1 399 1039 + 140 1 1039 1040 + 141 1 233 1041 + 142 1 1041 1042 + 143 1 756 1043 + 144 1 1043 1044 + 145 1 294 1045 + 146 1 1045 1046 + 147 1 82 1047 + 148 1 1047 1048 + 149 1 35 1049 + 150 1 1049 1050 + 151 1 521 1051 + 152 1 1051 1052 + 153 1 854 1053 + 154 1 1053 1054 + 155 1 726 1055 + 156 1 1055 1056 + 157 1 565 1057 + 158 1 1057 1058 + 159 1 437 1059 + 160 1 1059 1060 + 161 1 378 1061 + 162 1 1061 1062 + 163 1 736 1063 + 164 1 1063 1064 + 165 1 831 1065 + 166 1 1065 1066 + 167 1 475 1067 + 168 1 1067 1068 + 169 1 868 1069 + 170 1 1069 1070 + 171 1 452 1071 + 172 1 1071 1072 + 173 1 834 1073 + 174 1 1073 1074 + 175 1 772 1075 + 176 1 1075 1076 + 177 1 38 1077 + 178 1 1077 1078 + 179 1 247 1079 + 180 1 1079 1080 + 181 1 819 1081 + 182 1 1081 1082 + 183 1 813 1083 + 184 1 1083 1084 + 185 1 413 1085 + 186 1 1085 1086 + 187 1 40 1087 + 188 1 1087 1088 + 189 1 721 1089 + 190 1 1089 1090 + 191 1 732 1091 + 192 1 1091 1092 + 193 1 230 1093 + 194 1 1093 1094 + 195 1 647 1095 + 196 1 1095 1096 + 197 1 553 1097 + 198 1 1097 1098 + 199 1 587 1099 + 200 1 1099 1100 + 201 1 310 1101 + 202 1 1101 1102 + 203 1 376 1103 + 204 1 1103 1104 + 205 1 859 1105 + 206 1 1105 1106 + 207 1 162 1107 + 208 1 1107 1108 + 209 1 714 1109 + 210 1 1109 1110 + 211 1 371 1111 + 212 1 1111 1112 + 213 1 419 1113 + 214 1 1113 1114 + 215 1 201 1115 + 216 1 1115 1116 + 217 1 284 1117 + 218 1 1117 1118 + 219 1 24 1119 + 220 1 1119 1120 + 221 1 420 1121 + 222 1 1121 1122 + 223 1 455 1123 + 224 1 1123 1124 + 225 1 33 1125 + 226 1 1125 1126 + 227 1 10 1127 + 228 1 1127 1128 + 229 1 723 1129 + 230 1 1129 1130 + 231 1 168 1131 + 232 1 1131 1132 + 233 1 109 1133 + 234 1 1133 1134 + 235 1 519 1135 + 236 1 1135 1136 + 237 1 63 1137 + 238 1 1137 1138 + 239 1 311 1139 + 240 1 1139 1140 + 241 1 100 1141 + 242 1 1141 1142 + 243 1 878 1143 + 244 1 1143 1144 + 245 1 510 1145 + 246 1 1145 1146 + 247 1 670 1147 + 248 1 1147 1148 + 249 1 855 1149 + 250 1 1149 1150 + 251 1 593 1151 + 252 1 1151 1152 + 253 1 526 1153 + 254 1 1153 1154 + 255 1 25 1155 + 256 1 1155 1156 + 257 1 103 1157 + 258 1 1157 1158 + 259 1 561 1159 + 260 1 1159 1160 + 261 1 133 1161 + 262 1 1161 1162 + 263 1 205 1163 + 264 1 1163 1164 + 265 1 427 1165 + 266 1 1165 1166 + 267 1 306 1167 + 268 1 1167 1168 + 269 1 708 1169 + 270 1 1169 1170 + 271 1 164 1171 + 272 1 1171 1172 + 273 1 450 1173 + 274 1 1173 1174 + 275 1 650 1175 + 276 1 1175 1176 + 277 1 1 1177 + 278 1 1177 1178 + 279 1 606 1179 + 280 1 1179 1180 + 281 1 626 1181 + 282 1 1181 1182 + 283 1 470 1183 + 284 1 1183 1184 + 285 1 646 1185 + 286 1 1185 1186 + 287 1 867 1187 + 288 1 1187 1188 + 289 1 175 1189 + 290 1 1189 1190 + 291 1 245 1191 + 292 1 1191 1192 + 293 1 464 1193 + 294 1 1193 1194 + 295 1 631 1195 + 296 1 1195 1196 + 297 1 783 1197 + 298 1 1197 1198 + 299 1 842 1199 + 300 1 1199 1200 diff --git a/examples/files/data.rhodo b/examples/files/data.rhodo new file mode 100644 index 0000000..2658e21 --- /dev/null +++ b/examples/files/data.rhodo @@ -0,0 +1,1057 @@ +LAMMPS data file from restart file: timestep = 5000, procs = 1 + +1 atoms +1 bonds +1 angles +1 dihedrals +1 impropers + +68 atom types +152 bond types +367 angle types +300 dihedral types +47 improper types + +-27.5 27.5 xlo xhi +-38.5 38.5 ylo yhi +-36.3646 36.3615 zlo zhi + +Masses + +1 1.008 +2 1.008 +3 1.008 +4 1.008 +5 1.008 +6 1.008 +7 1.008 +8 1.008 +9 1.008 +10 12.011 +11 12.011 +12 12.011 +13 12.011 +14 12.011 +15 12.011 +16 12.011 +17 12.011 +18 12.011 +19 12.011 +20 12.011 +21 12.011 +22 12.011 +23 14.007 +24 14.007 +25 14.007 +26 14.007 +27 14.007 +28 14.007 +29 14.007 +30 15.999 +31 15.999 +32 15.999 +33 15.9994 +34 32.06 +35 32.06 +36 1.008 +37 1.008 +38 1.008 +39 1.008 +40 1.008 +41 12.011 +42 12.011 +43 12.011 +44 12.011 +45 12.011 +46 12.011 +47 14.007 +48 15.9994 +49 15.9994 +50 15.9994 +51 30.974 +52 35.45 +53 22.9898 +54 1.008 +55 1.008 +56 1.008 +57 14.007 +58 12.011 +59 12.011 +60 12.011 +61 12.011 +62 12.011 +63 12.011 +64 12.011 +65 12.011 +66 12.011 +67 12.011 +68 12.011 + +Pair Coeffs + +1 0.046 0.400014 0.046 0.400014 +2 0.046 0.400014 0.046 0.400014 +3 0.022 2.35197 0.022 2.35197 +4 0.046 0.400014 0.046 0.400014 +5 0.03 2.42004 0.03 2.42004 +6 0.022 2.35197 0.022 2.35197 +7 0.046 1.60362 0.046 1.60362 +8 0.046 1.24726 0.046 1.24726 +9 0.1 0.801809 0.1 0.801809 +10 0.11 3.56359 0.11 3.56359 +11 0.07 3.55005 0.07 3.55005 +12 0.02 4.05359 0.01 3.38542 +13 0.055 3.87541 0.01 3.38542 +14 0.08 3.6705 0.01 3.38542 +15 0.05 3.20723 0.05 3.20723 +16 0.05 3.20723 0.05 3.20723 +17 0.09 3.20723 0.09 3.38542 +18 0.07 3.55005 0.07 3.55005 +19 0.02 4.05359 0.01 3.38542 +20 0.055 3.87541 0.01 3.38542 +21 0.055 3.87541 0.01 3.38542 +22 0.07 3.56359 0.07 3.56359 +23 0.2 3.29632 0.0001 3.29632 +24 0.2 3.29632 0.2 3.29632 +25 0.2 3.29632 0.2 2.76179 +26 0.2 3.29632 0.2 3.29632 +27 0.2 3.29632 0.2 3.29632 +28 0.2 3.29632 0.2 3.29632 +29 0.2 3.29632 0.2 3.29632 +30 0.12 3.02906 0.12 2.49452 +31 0.12 3.02906 0.12 3.02906 +32 0.1521 3.15378 0.1521 3.15378 +33 0.1521 3.15057 0.1521 3.15057 +34 0.45 3.56359 0.45 3.56359 +35 0.38 3.51905 0.38 3.51905 +36 0.046 1.24726 0.046 1.24726 +37 0.022 2.35197 0.022 2.35197 +38 0.028 2.38761 0.028 2.38761 +39 0.024 2.38761 0.024 2.38761 +40 0.031 2.22725 0.031 2.22725 +41 0.07 3.56359 0.07 3.56359 +42 0.02 4.05359 0.01 3.38542 +43 0.056 3.58141 0.01 3.38542 +44 0.078 3.63487 0.01 3.38542 +45 0.08 3.6705 0.01 3.38542 +46 0.068 3.72396 0.068 3.72396 +47 0.2 3.29632 0.2 3.29632 +48 0.12 3.02906 0.12 2.49452 +49 0.1521 3.15378 0.1521 3.15378 +50 0.12 3.02906 0.12 3.02906 +51 0.585 3.83087 0.585 3.83087 +52 0.15 4.04468 0.15 4.04468 +53 0.0469 2.42993 0.0469 2.42993 +54 0.046 1.55016 0.046 1.55016 +55 0.0078 1.55016 0.0078 1.55016 +56 0.046 0.400014 0.046 0.400014 +57 0.2 3.47451 0.2 3.47451 +58 0.11 3.74178 0.11 3.74178 +59 0.11 3.74178 0.11 3.74178 +60 0.11 3.74178 0.11 3.74178 +61 0.11 3.74178 0.11 3.74178 +62 0.11 3.74178 0.11 3.74178 +63 0.11 3.74178 0.11 3.74178 +64 0.11 3.74178 0.11 3.74178 +65 0.11 3.74178 0.11 3.74178 +66 0.11 3.74178 0.11 3.74178 +67 0.11 3.74178 0.11 3.74178 +68 0.11 3.74178 0.11 3.74178 + +Bond Coeffs + +1 600 1.335 +2 305 1.375 +3 250 1.49 +4 250 1.49 +5 222.5 1.527 +6 222.5 1.537 +7 222.5 1.537 +8 410 1.36 +9 305 1.368 +10 360 1.4 +11 250 1.49 +12 200 1.522 +13 222.5 1.5 +14 250 1.49 +15 230 1.49 +16 200 1.522 +17 229.63 1.5 +18 222.5 1.538 +19 222.5 1.53 +20 250 1.49 +21 230 1.49 +22 200 1.522 +23 229.63 1.5 +24 222.5 1.538 +25 222.5 1.528 +26 222.5 1.53 +27 350 1.365 +28 350 1.44 +29 230 1.51 +30 330 1.1 +31 340 1.083 +32 317.13 1.1 +33 309 1.111 +34 309 1.111 +35 309 1.111 +36 309 1.111 +37 322 1.111 +38 330 1.08 +39 330 1.08 +40 330 1.08 +41 330 1.08 +42 330 1.08 +43 340 1.08 +44 350 1.08 +45 375 1.083 +46 340 1.09 +47 333 1.07 +48 0 1.5139 +49 260 1.3 +50 320 1.434 +51 320 1.455 +52 463 1.365 +53 261 1.49 +54 261 1.49 +55 455 1 +56 370 1.345 +57 320 1.43 +58 320 1.43 +59 320 1.43 +60 440 0.997 +61 405 0.98 +62 430 1.36 +63 240 1.455 +64 240 1.455 +65 480 1 +66 460 1 +67 200 1.48 +68 200 1.48 +69 200 1.48 +70 403 1.04 +71 380 1.37 +72 380 1.32 +73 453 1 +74 270 1.37 +75 270 1.375 +76 465 0.976 +77 620 1.23 +78 650 1.23 +79 525 1.26 +80 525 1.26 +81 450 1.33 +82 450 1.33 +83 334.3 1.411 +84 428 1.42 +85 428 1.42 +86 428 1.42 +87 545 0.96 +88 450 0.9572 +89 198 1.818 +90 240 1.816 +91 275 1.325 +92 214 1.816 +93 214 1.816 +94 173 2.029 +95 330 1.081 +96 330 1.081 +97 330 1.081 +98 330 1.081 +99 330 1.081 +100 330 1.081 +101 330 1.081 +102 330 1.081 +103 330 1.081 +104 250 1.3285 +105 187 1.5344 +106 187 1.4909 +107 187 1.493 +108 187 1.5125 +109 187 1.5125 +110 250 1.4839 +111 250 1.4839 +112 250 1.3168 +113 250 1.4684 +114 250 1.3462 +115 250 1.4439 +116 250 1.4439 +117 250 1.3386 +118 250 1.4545 +119 250 1.3455 +120 400 1.4578 +121 200 1.522 +122 435 1.274 +123 440 1.013 +124 290 1.43 +125 200 1.522 +126 200 1.522 +127 200 1.522 +128 750 1.22 +129 198 1.818 +130 150 1.334 +131 309 1.111 +132 309 1.111 +133 322 1.111 +134 340 1.43 +135 340 1.43 +136 340 1.43 +137 270 1.6 +138 580 1.48 +139 215 1.51 +140 215 1.51 +141 300 1.08 +142 300 1.08 +143 222.5 1.5 +144 222.5 1.538 +145 222.5 1.538 +146 222.5 1.53 +147 222.5 1.528 +148 222.5 1.53 +149 383 1.504 +150 360.5 1.1 +151 365 1.502 +152 440 1.34 + +Angle Coeffs + +1 40 120 35 2.4162 +2 60 117 0 0 +3 52 112.3 0 0 +4 52 112.3 0 0 +5 70 108.5 0 0 +6 70 108.5 0 0 +7 60 117 0 0 +8 100 114.2 0 0 +9 145 108 0 0 +10 60 118 0 0 +11 60 122 0 0 +12 120 107.4 25 2.261 +13 110 108 0 0 +14 52 108 0 0 +15 52 108 0 0 +16 53.35 111 8 2.561 +17 51.8 107.5 0 0 +18 52 108 0 0 +19 58.35 113 0 0 +20 58.35 113.5 11.16 2.561 +21 50 120 0 0 +22 45.8 122.3 0 0 +23 45.8 130 0 0 +24 52 108 0 0 +25 52 108 0 0 +26 53.35 111 8 2.561 +27 52 108 0 0 +28 52 108 0 0 +29 58.35 113.5 11.16 2.561 +30 58.35 113.6 11.16 2.561 +31 58.35 113.5 11.16 2.561 +32 45.8 129.4 0 0 +33 45.8 124 0 0 +34 62.3 120 0 0 +35 50 120 0 0 +36 45.8 122.3 0 0 +37 45.8 130 0 0 +38 52 108 0 0 +39 52 108 0 0 +40 53.35 108.5 8 2.561 +41 53.35 114 8 2.561 +42 53.35 114 8 2.561 +43 51.8 107.5 0 0 +44 58.35 113 0 0 +45 58.35 113.5 11.16 2.561 +46 58 115 8 2.561 +47 53.35 114 8 2.561 +48 62.3 120 0 0 +49 50 120 0 0 +50 34 95 0 0 +51 160 130.6 0 0 +52 110 107.4 0 0 +53 58.35 114 0 0 +54 58.35 114 0 0 +55 34 123 0 0 +56 35 117 0 0 +57 35 117 0 0 +58 35 117 0 0 +59 50 120 0 0 +60 23 120 0 0 +61 25 126 15 2.13 +62 25 126 15 2.09 +63 28 126 0 0 +64 28 126 0 0 +65 65 108 0 0 +66 57.5 106 0 0 +67 57.5 106 0 0 +68 57.5 106 0 0 +69 50 120.5 0 0 +70 50 118 0 0 +71 29 120 25 2.1525 +72 41 122 0 0 +73 32 125 25 2.173 +74 33.43 110.1 22.53 2.179 +75 26.5 110.1 22.53 2.179 +76 26.5 110.1 22.53 2.179 +77 35.5 109 5.4 1.802 +78 26.5 110.1 22.53 2.179 +79 35.5 109 5.4 1.802 +80 33 109.5 30 2.163 +81 34.5 110.1 22.53 2.179 +82 34.5 110.1 22.53 2.179 +83 34.5 110.1 22.53 2.179 +84 35.5 109 5.4 1.802 +85 33 109.5 30 2.163 +86 49.3 107.5 0 0 +87 33 109.5 30 2.163 +88 33.43 109.5 0 0 +89 33.43 110.1 22.53 2.179 +90 26.5 110.1 22.53 2.179 +91 34.6 110.1 22.53 2.179 +92 33.43 109.5 0 0 +93 35.5 109 5.4 1.802 +94 33 109.5 30 2.163 +95 49.3 107.5 0 0 +96 33 109.5 30 2.163 +97 33.43 109.5 0 0 +98 33.43 110.1 22.53 2.179 +99 34.6 110.1 22.53 2.179 +100 37.5 110.1 22.53 2.179 +101 35.5 108.4 5.4 1.802 +102 20 126.4 25 2.186 +103 32 126.4 25 2.255 +104 50 112 0 0 +105 50 112 0 0 +106 35 118 0 0 +107 50 109.5 0 0 +108 50 109.5 0 0 +109 35 111 0 0 +110 35 111 0 0 +111 35 111 0 0 +112 50 109.5 0 0 +113 50 109.5 0 0 +114 36 115 0 0 +115 50 109.5 0 0 +116 49 120 0 0 +117 40.4 120 0 0 +118 40.4 120 0 0 +119 25 120 0 0 +120 50 111 0 0 +121 50 111 0 0 +122 39 106.5 0 0 +123 30 109.5 20 2.074 +124 30 109.5 20 2.074 +125 30 109.5 20 2.074 +126 44 109.5 0 0 +127 30 120 22 2.1525 +128 30 122 22 2.146 +129 32 125 25 2.173 +130 32 126.4 25 2.186 +131 32 126.4 25 2.255 +132 22 130 15 2.215 +133 38.8 95 0 0 +134 43 95 0 0 +135 55 104.52 0 0 +136 20 112.5 0 0 +137 20 112.5 0 0 +138 20 112.5 0 0 +139 20 112.5 0 0 +140 50 108.2 0 0 +141 50 108.2 0 0 +142 70 110.8 0 0 +143 48 112 0 0 +144 70 110.5 0 0 +145 48 108 0 0 +146 52 120 90 2.3642 +147 67.7 107.5 0 0 +148 51.5 107.5 0 0 +149 51.5 107.5 0 0 +150 80 116.5 0 0 +151 80 116.5 0 0 +152 80 116.5 0 0 +153 80 116.5 0 0 +154 50 107 0 0 +155 50 107 0 0 +156 70 113.5 0 0 +157 70 113.5 0 0 +158 70 113.5 0 0 +159 48 108 0 0 +160 50 107 0 0 +161 50 107 0 0 +162 70 113.5 0 0 +163 51.5 109.5 0 0 +164 48 108 0 0 +165 51.5 109.5 0 0 +166 80 112.5 0 0 +167 50 116.5 50 2.45 +168 50 116.5 50 2.45 +169 50 116.5 50 2.45 +170 44 111 50 1.98 +171 38 109.5 50 2.14 +172 38 109.5 50 2.14 +173 43.7 110 0 0 +174 43.7 110 0 0 +175 67.7 110 0 0 +176 67.7 110 0 0 +177 67.7 110 0 0 +178 51.5 107.5 0 0 +179 43.7 110 0 0 +180 43.7 110 0 0 +181 67.7 110 0 0 +182 45 107.5 35 2.101 +183 51.5 107.5 0 0 +184 45 107.5 35 2.101 +185 145 108 0 0 +186 45.8 122 0 0 +187 22 122 15 2.18 +188 32 126 25 2.14 +189 145 108 0 0 +190 120 110 25 2.24 +191 32 125 25 2.177 +192 32 125 25 2.177 +193 160 130.6 0 0 +194 110 107.4 0 0 +195 80 118 0 0 +196 80 121 0 0 +197 80 121 0 0 +198 80 121 0 0 +199 50 121.7 0 0 +200 80 122.5 0 0 +201 80 122.5 0 0 +202 80 118 0 0 +203 15 121 50 2.44 +204 15 121 50 2.44 +205 15 121 50 2.44 +206 44 122 0 0 +207 75 122.5 50 2.37 +208 40 120 0 0 +209 40 118 50 2.388 +210 40 118 50 2.388 +211 40 118 50 2.388 +212 40 118 50 2.388 +213 100 124 70 2.225 +214 65 122 0 0 +215 65 118.3 0 0 +216 65 118.3 0 0 +217 45.2 120 0 0 +218 75.7 110.1 0 0 +219 75.7 110.1 0 0 +220 45.9 108.89 0 0 +221 75.7 110.1 0 0 +222 75.7 110.1 0 0 +223 75.7 110.1 0 0 +224 45.9 108.89 0 0 +225 45.9 108.89 0 0 +226 58 112.5 0 0 +227 58 114.5 0 0 +228 58 114.5 0 0 +229 46.1 111.3 0 0 +230 46.1 111.3 0 0 +231 58 112.5 0 0 +232 38 111 0 0 +233 38 111 0 0 +234 72.5 103.3 0 0 +235 72.5 103.3 0 0 +236 41 117.78 0 0 +237 41 117.78 0 0 +238 41 117.78 0 0 +239 41 116.77 0 0 +240 41 116.77 0 0 +241 41 116.77 0 0 +242 41 116.77 0 0 +243 41 116.39 0 0 +244 41 116.39 0 0 +245 41 116.39 0 0 +246 41 116.39 0 0 +247 41 116.39 0 0 +248 41 118.22 0 0 +249 41 118.22 0 0 +250 41 117 0 0 +251 41 117 0 0 +252 70 117.07 0 0 +253 50 118.41 0 0 +254 50 117.07 0 0 +255 49.3 107.5 0 0 +256 49.3 107.5 0 0 +257 49.3 107.5 0 0 +258 49.3 107.5 0 0 +259 49.3 107.5 0 0 +260 95 124.43 0 0 +261 95 124.43 0 0 +262 95 126.46 0 0 +263 95 126.46 0 0 +264 95 126.46 0 0 +265 95 126.46 0 0 +266 95 118.36 0 0 +267 95 127.21 0 0 +268 95 127.21 0 0 +269 95 123.56 0 0 +270 95 125.99 0 0 +271 95 118.23 0 0 +272 95 125.86 0 0 +273 75.7 110.1 0 0 +274 60 122.55 0 0 +275 45.8 122.4 0 0 +276 45.8 115.04 0 0 +277 45.8 118.37 0 0 +278 45.8 123.28 0 0 +279 45.8 118.28 0 0 +280 45.8 123.45 0 0 +281 45.8 123.06 0 0 +282 51.8 115.15 0 0 +283 51.8 110.25 0 0 +284 51.1 113.09 0 0 +285 58.35 113.5 0 0 +286 51.8 110.25 0 0 +287 58.35 113.5 0 0 +288 45.8 123.06 0 0 +289 58 118.1 0 0 +290 50 124.72 0 0 +291 50 117.3 0 0 +292 70 123.78 0 0 +293 35 117.18 0 0 +294 70 113.5 0 0 +295 51.5 109.5 0 0 +296 70 125 20 2.442 +297 70 125 20 2.442 +298 70 125 20 2.442 +299 90 125.9 160 2.2576 +300 90 125.9 160 2.2576 +301 40 109.6 30 2.2651 +302 40 109.6 30 2.2651 +303 40 109.6 30 2.2651 +304 40 109.6 30 2.2651 +305 33 109.5 30 2.163 +306 33 109.5 30 2.163 +307 52 108 0 0 +308 52 108 0 0 +309 55 109 20 2.326 +310 55 109 20 2.326 +311 58 112.5 0 0 +312 75.7 110.1 0 0 +313 75.7 110.1 0 0 +314 75.7 110.1 0 0 +315 75.7 110.1 0 0 +316 75.7 110.1 0 0 +317 35.5 109 5.4 1.802 +318 35.5 108.4 5.4 1.802 +319 60 109.5 0 0 +320 60 109.5 0 0 +321 60 109.5 0 0 +322 46.1 111.3 0 0 +323 46.1 111.3 0 0 +324 46.1 111.3 0 0 +325 20 120 35 2.33 +326 20 120 35 2.33 +327 80 104.3 0 0 +328 98.9 111.6 0 0 +329 120 120 0 0 +330 40 109.5 27 2.13 +331 40 109.5 27 2.13 +332 24 109.5 28 1.767 +333 24 109.5 28 1.767 +334 60 109.5 26 2.466 +335 60 109.5 26 2.466 +336 33.43 110.1 22.53 2.179 +337 33.43 110.1 22.53 2.179 +338 34.5 110.1 22.53 2.179 +339 34.5 110.1 22.53 2.179 +340 34.5 110.1 22.53 2.179 +341 26.5 110.1 22.53 2.179 +342 26.5 110.1 22.53 2.179 +343 34.6 110.1 22.53 2.179 +344 33.43 110.1 22.53 2.179 +345 34.6 110.1 22.53 2.179 +346 37.5 110.1 22.53 2.179 +347 67.7 115 0 0 +348 67.7 115 0 0 +349 53.35 111 8 2.561 +350 58.35 113.5 11.16 2.561 +351 53.35 108.5 8 2.561 +352 58.35 113.5 11.16 2.561 +353 58.35 113.5 11.16 2.561 +354 58.35 113.5 11.16 2.561 +355 58.35 113.5 11.16 2.561 +356 58.35 113.5 11.16 2.561 +357 58.35 113.6 11.16 2.561 +358 58 115 8 2.561 +359 48 123.5 0 0 +360 48 123.5 0 0 +361 52 119.5 0 0 +362 40 116 0 0 +363 22 117 0 0 +364 32 112.2 0 0 +365 32 112.2 0 0 +366 45 111.5 0 0 +367 42 111.5 0 0 + +Dihedral Coeffs + +1 0.2 3 0 1 +2 0 1 0 1 +3 0.6 1 0 1 +4 0.1 3 0 1 +5 0.195 3 0 1 +6 2.5 2 180 1 +7 1.6 1 0 1 +8 2.5 2 180 0 +9 0 1 0 1 +10 0 1 0 1 +11 1.4 1 0 1 +12 0 1 0 1 +13 0.24 1 180 1 +14 0.37 3 0 0 +15 0.01 3 0 1 +16 0.28 3 0 1 +17 0.28 3 0 1 +18 0 1 0 1 +19 1.8 1 0 1 +20 0.2 1 180 1 +21 2.5 2 180 1 +22 2.5 2 180 1 +23 0 1 0 1 +24 0.6 1 0 1 +25 0 1 0 1 +26 0 1 0 1 +27 0 1 0 1 +28 0.05 6 180 1 +29 1.6 1 0 1 +30 2.5 2 180 0 +31 1.4 2 180 1 +32 0 3 180 1 +33 0 3 180 1 +34 1.4 2 180 1 +35 0 1 0 1 +36 0.2 1 180 1 +37 2.5 2 180 1 +38 0 1 0 1 +39 0.6 1 0 1 +40 0 1 0 1 +41 0 1 0 1 +42 2.5 2 180 1 +43 1.6 1 0 1 +44 2.5 2 180 0 +45 0 1 0 1 +46 0 1 0 1 +47 1.8 1 0 1 +48 0.2 3 0 1 +49 0 1 0 1 +50 1.33 1 0 1 +51 0.18 2 0 0 +52 0.32 3 0 0 +53 0.2 3 0 1 +54 1.4 1 0 1 +55 0 1 0 1 +56 0.14 3 0 1 +57 1.33 1 0 1 +58 0.18 2 0 0 +59 0.32 3 0 0 +60 0.4 1 0 1 +61 2.75 2 180 1 +62 0.3 4 0 0 +63 2.75 2 180 1 +64 0.3 4 0 0 +65 0 1 0 1 +66 0 3 180 1 +67 0 3 180 1 +68 0.8 3 0 1 +69 0.8 3 0 1 +70 0.8 3 0 1 +71 2.75 2 180 1 +72 0.3 4 0 0 +73 2.75 2 180 1 +74 0.3 4 0 0 +75 0.14 3 0 0 +76 0.14 3 0 1 +77 0.14 3 0 1 +78 0.14 3 0 0 +79 -0.3 4 0 1 +80 0.3 1 0 1 +81 -0.3 4 0 0 +82 0.1 3 0 1 +83 0.1 3 0 0 +84 0.1 3 0 1 +85 0.16 3 0 0 +86 0.16 3 0 1 +87 0.1 3 0 1 +88 0.1 3 0 0 +89 2.5 2 180 1 +90 1.6 1 0 1 +91 2.5 2 180 0 +92 0.4 1 0 1 +93 0.6 2 0 0 +94 0.4 1 180 1 +95 0.6 2 0 0 +96 0.4 1 180 1 +97 0.6 2 0 0 +98 0.4 1 0 1 +99 0.6 2 0 0 +100 0.23 2 180 1 +101 4.2 2 180 1 +102 3.1 2 180 1 +103 0 6 0 1 +104 0.04 3 0 1 +105 4.2 2 180 1 +106 3.1 2 180 0.5 +107 2.4 2 180 1 +108 3.1 2 180 1 +109 0.99 2 180 1 +110 4.2 2 180 1 +111 0.4 1 0 1 +112 2.75 2 180 1 +113 0.3 4 0 0 +114 2.75 2 180 1 +115 0.3 4 0 0 +116 0 1 0 1 +117 0 1 0 1 +118 1.3 1 0 1 +119 0.3 2 0 0 +120 0.42 3 0 0 +121 0.14 3 0 1 +122 0.15 1 0 1 +123 0.1 3 0 1 +124 0 6 180 1 +125 2.25 2 180 1 +126 0 1 0 1 +127 1.8 1 0 1 +128 0 1 0 1 +129 1.4 1 0 1 +130 0 1 0 1 +131 0 1 0 1 +132 0.23 2 180 1 +133 0.23 2 180 1 +134 1.2 2 180 1 +135 3.5 2 180 1 +136 3 2 180 1 +137 3 2 180 1 +138 0.25 2 180 1 +139 0.25 2 180 1 +140 0.8 2 180 1 +141 5 2 180 0 +142 5 2 180 0 +143 10 2 180 1 +144 3 2 180 1 +145 3 2 180 1 +146 4 2 180 0 +147 3 2 180 1 +148 5 2 180 0 +149 3 2 180 1 +150 2 2 180 1 +151 0.4 2 180 1 +152 2 2 180 1 +153 4 2 180 0 +154 10 2 180 1 +155 3 2 180 1 +156 2.8 2 180 1 +157 0.8 2 180 1 +158 0.8 2 180 1 +159 3 2 180 1 +160 3.1 2 180 0.5 +161 3.1 2 180 0.5 +162 3 2 180 1 +163 3.1 2 180 0.5 +164 0.16 3 0 1 +165 0.2 1 0 1 +166 0.27 2 0 0 +167 0 3 0 0 +168 0.19 3 0 1 +169 1 2 180 1 +170 2.5 2 180 1 +171 3 2 180 1 +172 2.5 2 180 1 +173 0 3 0 1 +174 0.19 3 0 1 +175 1.4 2 180 1 +176 12 2 180 0 +177 12 2 180 0 +178 3 2 180 1 +179 2.5 2 180 1 +180 3 2 180 1 +181 2.5 2 180 1 +182 12 2 180 0 +183 1.4 2 180 1 +184 0 2 180 1 +185 1.6 1 0 1 +186 2.5 2 180 0 +187 1 1 0 1 +188 4.1 2 0 0 +189 0.9 3 0 0 +190 0.31 3 0 1 +191 0.158 3 0 1 +192 0.24 1 0 1 +193 0.15 2 0 0 +194 0.27 3 0 0 +195 0.2 3 0 1 +196 0.3 1 0 1 +197 -0.3 4 0 0 +198 2.75 2 180 1 +199 0.3 4 0 0 +200 2.75 2 180 1 +201 0.3 4 0 0 +202 0.4 1 180 1 +203 0.6 2 0 0 +204 0.4 1 0 1 +205 0.6 2 0 0 +206 0.3 1 0 1 +207 0.3 1 0 1 +208 8 2 180 1 +209 0 3 0 1 +210 0 3 0 1 +211 0 3 0 1 +212 1.504 1 180 1 +213 5.301 2 180 0 +214 0.916 3 0 0 +215 0.401 4 0 0 +216 8 2 180 1 +217 0 3 0 1 +218 0 3 0 1 +219 0.167 3 180 1 +220 0 3 0 1 +221 0.16 1 0 1 +222 2.2318 2 180 0 +223 1.1324 3 0 0 +224 0.3006 4 0 0 +225 8 2 180 1 +226 0 3 0 1 +227 0 3 0 1 +228 0.16 1 0 1 +229 2.2318 2 180 0 +230 1.1324 3 0 0 +231 0.3006 4 0 0 +232 8 2 180 1 +233 0.167 3 180 1 +234 0 3 0 1 +235 0.16 1 0 1 +236 2.2318 2 180 0 +237 1.1324 3 0 0 +238 0.3006 4 0 0 +239 8 2 180 1 +240 0 3 0 1 +241 0.16 1 0 1 +242 2.2318 2 180 0 +243 1.1324 3 0 0 +244 0.3006 4 0 0 +245 0 3 0 1 +246 8 2 180 1 +247 0 3 0 1 +248 0.167 3 180 1 +249 0 3 0 1 +250 0 3 0 0.5 +251 0.16 3 0 0.5 +252 0.155 3 0 1 +253 0 3 0 0.5 +254 0.195 3 0 0.5 +255 0 3 0 1 +256 8 2 180 0.5 +257 0.15 1 0 0.5 +258 0.2 1 180 1 +259 0.05 6 180 1 +260 0 1 0 1 +261 0.19 3 0 1 +262 3.3 1 180 1 +263 -0.4 3 180 0 +264 0.23 3 0 1 +265 0.26 3 0 1 +266 0 3 0 1 +267 0.1 3 0 1 +268 1.2 1 180 1 +269 0.1 2 180 0 +270 0.1 3 180 0 +271 0.2 3 0 1 +272 0.7 1 180 1 +273 0.965 1 180 1 +274 3.85 2 180 0 +275 2.05 2 180 1 +276 0 3 0 1 +277 0 6 180 1 +278 -0.15 1 180 1 +279 0.53 2 180 0 +280 0 6 180 1 +281 0.05 6 180 1 +282 0.1 2 180 1 +283 0.15 4 0 0 +284 0.1 6 180 0 +285 0.965 1 180 1 +286 3.85 2 180 0 +287 0.12 3 0 1 +288 0.4 3 0 1 +289 0.13 1 180 1 +290 24 2 180 0 +291 0.87 3 0 1 +292 0.03 3 0 1 +293 1 2 180 1 +294 0.1 2 180 1 +295 0.15 4 0 0 +296 0.1 6 180 0 +297 0.16 3 0 1 +298 2.05 2 180 1 +299 0.28 3 0 1 +300 0 0 0 1 + +Improper Coeffs + +1 20 0 +2 20 0.0548311 +3 0 0 +4 1.2 0 +5 1.2 0 +6 100 0 +7 45 0 +8 45 0 +9 45 0 +10 45 0 +11 45 0 +12 120 0 +13 45 0 +14 45 0 +15 45 0 +16 45 0 +17 45 0 +18 100 0 +19 100 0 +20 100 0 +21 100 0 +22 100 0 +23 100 0 +24 100 0 +25 100 0 +26 100 0 +27 100 0 +28 100 0 +29 100 0 +30 100 0 +31 100 0 +32 100 0 +33 100 0 +34 100 0 +35 100 0 +36 100 0 +37 100 0 +38 45 0 +39 40 0 +40 20 0 +41 4 0 +42 120 0 +43 96 0 +44 96 0 +45 96 0 +46 96 0 +47 100 0 + +Atoms + +1 1 27 -0.3 -6.80572 -9.10264 -32.2296 0 0 0 + +Bonds + +1 67 1 5 + +Angles + +1 126 2 1 3 + +Dihedrals + +1 4 2 1 5 6 + +Impropers + +1 42 18 5 20 19 diff --git a/examples/files/dump.bond b/examples/files/dump.bond new file mode 100644 index 0000000..f47810f --- /dev/null +++ b/examples/files/dump.bond @@ -0,0 +1,2740 @@ +ITEM: TIMESTEP +0 +ITEM: NUMBER OF ENTRIES +1365 +ITEM: ENTRIES index c_bnd[1] c_bnd[2] c_bnd[3] +1 3 1 7 +2 2 1 3 +3 1 1 2 +4 -4 2 5 +5 -4 2 6 +6 -4 2 4 +7 -6 7 19 +8 5 7 8 +9 1 8 9 +10 7 8 11 +11 -8 8 20 +12 3 9 28 +13 2 9 10 +14 -10 11 21 +15 9 11 12 +16 -10 11 22 +17 11 12 14 +18 11 12 13 +19 -12 13 23 +20 11 13 15 +21 -12 14 24 +22 11 14 16 +23 11 15 17 +24 -12 15 25 +25 11 16 17 +26 -12 16 26 +27 13 17 18 +28 -14 18 27 +29 5 28 29 +30 -6 28 32 +31 1 29 30 +32 -8 29 33 +33 -8 29 34 +34 3 30 35 +35 2 30 31 +36 5 35 36 +37 -6 35 39 +38 1 36 37 +39 -8 36 40 +40 -8 36 41 +41 2 37 38 +42 3 37 42 +43 -6 42 53 +44 5 42 43 +45 1 43 44 +46 7 43 46 +47 -8 43 54 +48 3 44 62 +49 2 44 45 +50 -10 46 56 +51 -10 46 55 +52 9 46 47 +53 11 47 48 +54 11 47 49 +55 11 48 50 +56 -12 48 57 +57 11 49 51 +58 -12 49 58 +59 11 50 52 +60 -12 50 59 +61 11 51 52 +62 -12 51 60 +63 -12 52 61 +64 -6 62 70 +65 5 62 63 +66 7 63 66 +67 1 63 64 +68 -8 63 71 +69 2 64 65 +70 3 64 79 +71 15 66 67 +72 -10 66 73 +73 -10 66 72 +74 -10 67 75 +75 -10 67 74 +76 16 67 68 +77 17 68 69 +78 -4 69 76 +79 -4 69 78 +80 -4 69 77 +81 5 79 80 +82 -6 79 81 +83 -4 80 84 +84 -4 80 83 +85 -4 80 82 +86 -18 85 86 +87 -18 85 87 +88 -18 88 90 +89 -18 88 89 +90 -18 91 93 +91 -18 91 92 +92 -18 94 96 +93 -18 94 95 +94 -18 97 98 +95 -18 97 99 +96 -18 100 101 +97 -18 100 102 +98 -18 103 104 +99 -18 103 105 +100 -18 106 107 +101 -18 106 108 +102 -18 109 111 +103 -18 109 110 +104 -18 112 114 +105 -18 112 113 +106 -18 115 116 +107 -18 115 117 +108 -18 118 120 +109 -18 118 119 +110 -18 121 123 +111 -18 121 122 +112 -18 124 126 +113 -18 124 125 +114 -18 127 128 +115 -18 127 129 +116 -18 130 132 +117 -18 130 131 +118 -18 133 134 +119 -18 133 135 +120 -18 136 137 +121 -18 136 138 +122 -18 139 140 +123 -18 139 141 +124 -18 142 144 +125 -18 142 143 +126 -18 145 147 +127 -18 145 146 +128 -18 148 150 +129 -18 148 149 +130 -18 151 152 +131 -18 151 153 +132 -18 154 156 +133 -18 154 155 +134 -18 157 159 +135 -18 157 158 +136 -18 160 162 +137 -18 160 161 +138 -18 163 164 +139 -18 163 165 +140 -18 166 168 +141 -18 166 167 +142 -18 169 171 +143 -18 169 170 +144 -18 172 174 +145 -18 172 173 +146 -18 175 177 +147 -18 175 176 +148 -18 178 180 +149 -18 178 179 +150 -18 181 182 +151 -18 181 183 +152 -18 184 186 +153 -18 184 185 +154 -18 187 188 +155 -18 187 189 +156 -18 190 191 +157 -18 190 192 +158 -18 193 194 +159 -18 193 195 +160 -18 196 197 +161 -18 196 198 +162 -18 199 201 +163 -18 199 200 +164 -18 202 204 +165 -18 202 203 +166 -18 205 206 +167 -18 205 207 +168 -18 208 210 +169 -18 208 209 +170 -18 211 212 +171 -18 211 213 +172 -18 214 215 +173 -18 214 216 +174 -18 217 219 +175 -18 217 218 +176 -18 220 222 +177 -18 220 221 +178 -18 223 224 +179 -18 223 225 +180 -18 226 228 +181 -18 226 227 +182 -18 229 231 +183 -18 229 230 +184 -18 232 233 +185 -18 232 234 +186 -18 235 236 +187 -18 235 237 +188 -18 238 240 +189 -18 238 239 +190 -18 241 242 +191 -18 241 243 +192 -18 244 246 +193 -18 244 245 +194 -18 247 248 +195 -18 247 249 +196 -18 250 251 +197 -18 250 252 +198 -18 253 254 +199 -18 253 255 +200 -18 256 257 +201 -18 256 258 +202 -18 259 261 +203 -18 259 260 +204 -18 262 264 +205 -18 262 263 +206 -18 265 266 +207 -18 265 267 +208 -18 268 269 +209 -18 268 270 +210 -18 271 272 +211 -18 271 273 +212 -18 274 275 +213 -18 274 276 +214 -18 277 279 +215 -18 277 278 +216 -18 280 282 +217 -18 280 281 +218 -18 283 284 +219 -18 283 285 +220 -18 286 287 +221 -18 286 288 +222 -18 289 290 +223 -18 289 291 +224 -18 292 294 +225 -18 292 293 +226 -18 295 296 +227 -18 295 297 +228 -18 298 299 +229 -18 298 300 +230 -18 301 303 +231 -18 301 302 +232 -18 304 305 +233 -18 304 306 +234 -18 307 309 +235 -18 307 308 +236 -18 310 311 +237 -18 310 312 +238 -18 313 314 +239 -18 313 315 +240 -18 316 317 +241 -18 316 318 +242 -18 319 321 +243 -18 319 320 +244 -18 322 323 +245 -18 322 324 +246 -18 325 327 +247 -18 325 326 +248 -18 328 329 +249 -18 328 330 +250 -18 331 332 +251 -18 331 333 +252 -18 334 335 +253 -18 334 336 +254 -18 337 339 +255 -18 337 338 +256 -18 340 341 +257 -18 340 342 +258 -18 343 344 +259 -18 343 345 +260 -18 346 347 +261 -18 346 348 +262 -18 349 350 +263 -18 349 351 +264 -18 352 353 +265 -18 352 354 +266 -18 355 356 +267 -18 355 357 +268 -18 358 359 +269 -18 358 360 +270 -18 361 362 +271 -18 361 363 +272 -18 364 365 +273 -18 364 366 +274 -18 367 369 +275 -18 367 368 +276 -18 370 372 +277 -18 370 371 +278 -18 373 374 +279 -18 373 375 +280 -18 376 378 +281 -18 376 377 +282 -18 379 381 +283 -18 379 380 +284 -18 382 383 +285 -18 382 384 +286 -18 385 386 +287 -18 385 387 +288 -18 388 390 +289 -18 388 389 +290 -18 391 393 +291 -18 391 392 +292 -18 394 395 +293 -18 394 396 +294 -18 397 399 +295 -18 397 398 +296 -18 400 402 +297 -18 400 401 +298 -18 403 405 +299 -18 403 404 +300 -18 406 407 +301 -18 406 408 +302 -18 409 411 +303 -18 409 410 +304 -18 412 413 +305 -18 412 414 +306 -18 415 417 +307 -18 415 416 +308 -18 418 420 +309 -18 418 419 +310 -18 421 422 +311 -18 421 423 +312 -18 424 425 +313 -18 424 426 +314 -18 427 428 +315 -18 427 429 +316 -18 430 432 +317 -18 430 431 +318 -18 433 435 +319 -18 433 434 +320 -18 436 437 +321 -18 436 438 +322 -18 439 440 +323 -18 439 441 +324 -18 442 443 +325 -18 442 444 +326 -18 445 447 +327 -18 445 446 +328 -18 448 449 +329 -18 448 450 +330 -18 451 453 +331 -18 451 452 +332 -18 454 456 +333 -18 454 455 +334 -18 457 458 +335 -18 457 459 +336 -18 460 462 +337 -18 460 461 +338 -18 463 465 +339 -18 463 464 +340 -18 466 467 +341 -18 466 468 +342 -18 469 470 +343 -18 469 471 +344 -18 472 473 +345 -18 472 474 +346 -18 475 476 +347 -18 475 477 +348 -18 478 479 +349 -18 478 480 +350 -18 481 482 +351 -18 481 483 +352 -18 484 485 +353 -18 484 486 +354 -18 487 489 +355 -18 487 488 +356 -18 490 492 +357 -18 490 491 +358 -18 493 495 +359 -18 493 494 +360 -18 496 497 +361 -18 496 498 +362 -18 499 501 +363 -18 499 500 +364 -18 502 503 +365 -18 502 504 +366 -18 505 507 +367 -18 505 506 +368 -18 508 509 +369 -18 508 510 +370 -18 511 513 +371 -18 511 512 +372 -18 514 516 +373 -18 514 515 +374 -18 517 518 +375 -18 517 519 +376 -18 520 521 +377 -18 520 522 +378 -18 523 525 +379 -18 523 524 +380 -18 526 528 +381 -18 526 527 +382 -18 529 530 +383 -18 529 531 +384 -18 532 533 +385 -18 532 534 +386 -18 535 536 +387 -18 535 537 +388 -18 538 540 +389 -18 538 539 +390 -18 541 542 +391 -18 541 543 +392 -18 544 546 +393 -18 544 545 +394 -18 547 549 +395 -18 547 548 +396 -18 550 551 +397 -18 550 552 +398 -18 553 555 +399 -18 553 554 +400 -18 556 557 +401 -18 556 558 +402 -18 559 561 +403 -18 559 560 +404 -18 562 563 +405 -18 562 564 +406 -18 565 567 +407 -18 565 566 +408 -18 568 570 +409 -18 568 569 +410 -18 571 573 +411 -18 571 572 +412 -18 574 575 +413 -18 574 576 +414 -18 577 579 +415 -18 577 578 +416 -18 580 581 +417 -18 580 582 +418 -18 583 585 +419 -18 583 584 +420 -18 586 588 +421 -18 586 587 +422 -18 589 590 +423 -18 589 591 +424 -18 592 594 +425 -18 592 593 +426 -18 595 597 +427 -18 595 596 +428 -18 598 600 +429 -18 598 599 +430 -18 601 602 +431 -18 601 603 +432 -18 604 606 +433 -18 604 605 +434 -18 607 609 +435 -18 607 608 +436 -18 610 611 +437 -18 610 612 +438 -18 613 615 +439 -18 613 614 +440 -18 616 618 +441 -18 616 617 +442 -18 619 620 +443 -18 619 621 +444 -18 622 623 +445 -18 622 624 +446 -18 625 627 +447 -18 625 626 +448 -18 628 629 +449 -18 628 630 +450 -18 631 632 +451 -18 631 633 +452 -18 634 635 +453 -18 634 636 +454 -18 637 639 +455 -18 637 638 +456 -18 640 642 +457 -18 640 641 +458 -18 643 644 +459 -18 643 645 +460 -18 646 647 +461 -18 646 648 +462 -18 649 650 +463 -18 649 651 +464 -18 652 653 +465 -18 652 654 +466 -18 655 657 +467 -18 655 656 +468 -18 658 660 +469 -18 658 659 +470 -18 661 663 +471 -18 661 662 +472 -18 664 665 +473 -18 664 666 +474 -18 667 669 +475 -18 667 668 +476 -18 670 672 +477 -18 670 671 +478 -18 673 674 +479 -18 673 675 +480 -18 676 677 +481 -18 676 678 +482 -18 679 681 +483 -18 679 680 +484 -18 682 684 +485 -18 682 683 +486 -18 685 686 +487 -18 685 687 +488 -18 688 690 +489 -18 688 689 +490 -18 691 693 +491 -18 691 692 +492 -18 694 695 +493 -18 694 696 +494 -18 697 698 +495 -18 697 699 +496 -18 700 701 +497 -18 700 702 +498 -18 703 704 +499 -18 703 705 +500 -18 706 707 +501 -18 706 708 +502 -18 709 710 +503 -18 709 711 +504 -18 712 714 +505 -18 712 713 +506 -18 715 716 +507 -18 715 717 +508 -18 718 719 +509 -18 718 720 +510 -18 721 722 +511 -18 721 723 +512 -18 724 726 +513 -18 724 725 +514 -18 727 728 +515 -18 727 729 +516 -18 730 731 +517 -18 730 732 +518 -18 733 735 +519 -18 733 734 +520 -18 736 737 +521 -18 736 738 +522 -18 739 741 +523 -18 739 740 +524 -18 742 743 +525 -18 742 744 +526 -18 745 746 +527 -18 745 747 +528 -18 748 750 +529 -18 748 749 +530 -18 751 753 +531 -18 751 752 +532 -18 754 756 +533 -18 754 755 +534 -18 757 758 +535 -18 757 759 +536 -18 760 762 +537 -18 760 761 +538 -18 763 764 +539 -18 763 765 +540 -18 766 767 +541 -18 766 768 +542 -18 769 770 +543 -18 769 771 +544 -18 772 774 +545 -18 772 773 +546 -18 775 777 +547 -18 775 776 +548 -18 778 780 +549 -18 778 779 +550 -18 781 783 +551 -18 781 782 +552 -18 784 786 +553 -18 784 785 +554 -18 787 789 +555 -18 787 788 +556 -18 790 791 +557 -18 790 792 +558 -18 793 795 +559 -18 793 794 +560 -18 796 797 +561 -18 796 798 +562 -18 799 801 +563 -18 799 800 +564 -18 802 803 +565 -18 802 804 +566 -18 805 806 +567 -18 805 807 +568 -18 808 809 +569 -18 808 810 +570 -18 811 813 +571 -18 811 812 +572 -18 814 815 +573 -18 814 816 +574 -18 817 818 +575 -18 817 819 +576 -18 820 821 +577 -18 820 822 +578 -18 823 824 +579 -18 823 825 +580 -18 826 828 +581 -18 826 827 +582 -18 829 830 +583 -18 829 831 +584 -18 832 834 +585 -18 832 833 +586 -18 835 837 +587 -18 835 836 +588 -18 838 839 +589 -18 838 840 +590 -18 841 842 +591 -18 841 843 +592 -18 844 845 +593 -18 844 846 +594 -18 847 848 +595 -18 847 849 +596 -18 850 852 +597 -18 850 851 +598 -18 853 854 +599 -18 853 855 +600 -18 856 858 +601 -18 856 857 +602 -18 859 861 +603 -18 859 860 +604 -18 862 863 +605 -18 862 864 +606 -18 865 866 +607 -18 865 867 +608 -18 868 869 +609 -18 868 870 +610 -18 871 873 +611 -18 871 872 +612 -18 874 875 +613 -18 874 876 +614 -18 877 878 +615 -18 877 879 +616 -18 880 882 +617 -18 880 881 +618 -18 883 884 +619 -18 883 885 +620 -18 886 887 +621 -18 886 888 +622 -18 889 891 +623 -18 889 890 +624 -18 892 894 +625 -18 892 893 +626 -18 895 896 +627 -18 895 897 +628 -18 898 899 +629 -18 898 900 +630 -18 901 903 +631 -18 901 902 +632 -18 904 905 +633 -18 904 906 +634 -18 907 908 +635 -18 907 909 +636 -18 910 911 +637 -18 910 912 +638 -18 913 915 +639 -18 913 914 +640 -18 916 917 +641 -18 916 918 +642 -18 919 920 +643 -18 919 921 +644 -18 922 924 +645 -18 922 923 +646 -18 925 927 +647 -18 925 926 +648 -18 928 930 +649 -18 928 929 +650 -18 931 932 +651 -18 931 933 +652 -18 934 935 +653 -18 934 936 +654 -18 937 939 +655 -18 937 938 +656 -18 940 942 +657 -18 940 941 +658 -18 943 945 +659 -18 943 944 +660 -18 946 948 +661 -18 946 947 +662 -18 949 950 +663 -18 949 951 +664 -18 952 953 +665 -18 952 954 +666 -18 955 956 +667 -18 955 957 +668 -18 958 960 +669 -18 958 959 +670 -18 961 963 +671 -18 961 962 +672 -18 964 965 +673 -18 964 966 +674 -18 967 969 +675 -18 967 968 +676 -18 970 972 +677 -18 970 971 +678 -18 973 975 +679 -18 973 974 +680 -18 976 978 +681 -18 976 977 +682 -18 979 981 +683 -18 979 980 +684 -18 982 983 +685 -18 982 984 +686 -18 985 987 +687 -18 985 986 +688 -18 988 989 +689 -18 988 990 +690 -18 991 993 +691 -18 991 992 +692 -18 994 996 +693 -18 994 995 +694 -18 997 998 +695 -18 997 999 +696 -18 1000 1001 +697 -18 1000 1002 +698 -18 1003 1005 +699 -18 1003 1004 +700 -18 1006 1007 +701 -18 1006 1008 +702 -18 1009 1011 +703 -18 1009 1010 +704 -18 1012 1013 +705 -18 1012 1014 +706 -18 1015 1017 +707 -18 1015 1016 +708 -18 1018 1020 +709 -18 1018 1019 +710 -18 1021 1023 +711 -18 1021 1022 +712 -18 1024 1025 +713 -18 1024 1026 +714 -18 1027 1028 +715 -18 1027 1029 +716 -18 1030 1032 +717 -18 1030 1031 +718 -18 1033 1034 +719 -18 1033 1035 +720 -18 1036 1037 +721 -18 1036 1038 +722 -18 1039 1041 +723 -18 1039 1040 +724 -18 1042 1043 +725 -18 1042 1044 +726 -18 1045 1046 +727 -18 1045 1047 +728 -18 1048 1050 +729 -18 1048 1049 +730 -18 1051 1053 +731 -18 1051 1052 +732 -18 1054 1056 +733 -18 1054 1055 +734 -18 1057 1058 +735 -18 1057 1059 +736 -18 1060 1062 +737 -18 1060 1061 +738 -18 1063 1064 +739 -18 1063 1065 +740 -18 1066 1068 +741 -18 1066 1067 +742 -18 1069 1071 +743 -18 1069 1070 +744 -18 1072 1074 +745 -18 1072 1073 +746 -18 1075 1077 +747 -18 1075 1076 +748 -18 1078 1079 +749 -18 1078 1080 +750 -18 1081 1082 +751 -18 1081 1083 +752 -18 1084 1085 +753 -18 1084 1086 +754 -18 1087 1089 +755 -18 1087 1088 +756 -18 1090 1092 +757 -18 1090 1091 +758 -18 1093 1095 +759 -18 1093 1094 +760 -18 1096 1097 +761 -18 1096 1098 +762 -18 1099 1100 +763 -18 1099 1101 +764 -18 1102 1103 +765 -18 1102 1104 +766 -18 1105 1107 +767 -18 1105 1106 +768 -18 1108 1110 +769 -18 1108 1109 +770 -18 1111 1112 +771 -18 1111 1113 +772 -18 1114 1116 +773 -18 1114 1115 +774 -18 1117 1119 +775 -18 1117 1118 +776 -18 1120 1121 +777 -18 1120 1122 +778 -18 1123 1124 +779 -18 1123 1125 +780 -18 1126 1128 +781 -18 1126 1127 +782 -18 1129 1130 +783 -18 1129 1131 +784 -18 1132 1133 +785 -18 1132 1134 +786 -18 1135 1137 +787 -18 1135 1136 +788 -18 1138 1140 +789 -18 1138 1139 +790 -18 1141 1142 +791 -18 1141 1143 +792 -18 1144 1146 +793 -18 1144 1145 +794 -18 1147 1149 +795 -18 1147 1148 +796 -18 1150 1152 +797 -18 1150 1151 +798 -18 1153 1155 +799 -18 1153 1154 +800 -18 1156 1158 +801 -18 1156 1157 +802 -18 1159 1160 +803 -18 1159 1161 +804 -18 1162 1164 +805 -18 1162 1163 +806 -18 1165 1166 +807 -18 1165 1167 +808 -18 1168 1170 +809 -18 1168 1169 +810 -18 1171 1172 +811 -18 1171 1173 +812 -18 1174 1175 +813 -18 1174 1176 +814 -18 1177 1179 +815 -18 1177 1178 +816 -18 1180 1182 +817 -18 1180 1181 +818 -18 1183 1185 +819 -18 1183 1184 +820 -18 1186 1187 +821 -18 1186 1188 +822 -18 1189 1190 +823 -18 1189 1191 +824 -18 1192 1194 +825 -18 1192 1193 +826 -18 1195 1196 +827 -18 1195 1197 +828 -18 1198 1199 +829 -18 1198 1200 +830 -18 1201 1202 +831 -18 1201 1203 +832 -18 1204 1205 +833 -18 1204 1206 +834 -18 1207 1209 +835 -18 1207 1208 +836 -18 1210 1212 +837 -18 1210 1211 +838 -18 1213 1214 +839 -18 1213 1215 +840 -18 1216 1218 +841 -18 1216 1217 +842 -18 1219 1221 +843 -18 1219 1220 +844 -18 1222 1224 +845 -18 1222 1223 +846 -18 1225 1226 +847 -18 1225 1227 +848 -18 1228 1229 +849 -18 1228 1230 +850 -18 1231 1232 +851 -18 1231 1233 +852 -18 1234 1236 +853 -18 1234 1235 +854 -18 1237 1239 +855 -18 1237 1238 +856 -18 1240 1242 +857 -18 1240 1241 +858 -18 1243 1244 +859 -18 1243 1245 +860 -18 1246 1248 +861 -18 1246 1247 +862 -18 1249 1250 +863 -18 1249 1251 +864 -18 1252 1254 +865 -18 1252 1253 +866 -18 1255 1256 +867 -18 1255 1257 +868 -18 1258 1259 +869 -18 1258 1260 +870 -18 1261 1263 +871 -18 1261 1262 +872 -18 1264 1265 +873 -18 1264 1266 +874 -18 1267 1268 +875 -18 1267 1269 +876 -18 1270 1271 +877 -18 1270 1272 +878 -18 1273 1274 +879 -18 1273 1275 +880 -18 1276 1277 +881 -18 1276 1278 +882 -18 1279 1280 +883 -18 1279 1281 +884 -18 1282 1283 +885 -18 1282 1284 +886 -18 1285 1286 +887 -18 1285 1287 +888 -18 1288 1289 +889 -18 1288 1290 +890 -18 1291 1293 +891 -18 1291 1292 +892 -18 1294 1295 +893 -18 1294 1296 +894 -18 1297 1299 +895 -18 1297 1298 +896 -18 1300 1302 +897 -18 1300 1301 +898 -18 1303 1304 +899 -18 1303 1305 +900 -18 1306 1308 +901 -18 1306 1307 +902 -18 1309 1311 +903 -18 1309 1310 +904 -18 1312 1314 +905 -18 1312 1313 +906 -18 1315 1317 +907 -18 1315 1316 +908 -18 1318 1320 +909 -18 1318 1319 +910 -18 1321 1323 +911 -18 1321 1322 +912 -18 1324 1325 +913 -18 1324 1326 +914 -18 1327 1329 +915 -18 1327 1328 +916 -18 1330 1332 +917 -18 1330 1331 +918 -18 1333 1334 +919 -18 1333 1335 +920 -18 1336 1337 +921 -18 1336 1338 +922 -18 1339 1340 +923 -18 1339 1341 +924 -18 1342 1344 +925 -18 1342 1343 +926 -18 1345 1347 +927 -18 1345 1346 +928 -18 1348 1350 +929 -18 1348 1349 +930 -18 1351 1352 +931 -18 1351 1353 +932 -18 1354 1355 +933 -18 1354 1356 +934 -18 1357 1358 +935 -18 1357 1359 +936 -18 1360 1362 +937 -18 1360 1361 +938 -18 1363 1365 +939 -18 1363 1364 +940 -18 1366 1368 +941 -18 1366 1367 +942 -18 1369 1370 +943 -18 1369 1371 +944 -18 1372 1373 +945 -18 1372 1374 +946 -18 1375 1377 +947 -18 1375 1376 +948 -18 1378 1379 +949 -18 1378 1380 +950 -18 1381 1382 +951 -18 1381 1383 +952 -18 1384 1385 +953 -18 1384 1386 +954 -18 1387 1388 +955 -18 1387 1389 +956 -18 1390 1392 +957 -18 1390 1391 +958 -18 1393 1395 +959 -18 1393 1394 +960 -18 1396 1397 +961 -18 1396 1398 +962 -18 1399 1401 +963 -18 1399 1400 +964 -18 1402 1403 +965 -18 1402 1404 +966 -18 1405 1406 +967 -18 1405 1407 +968 -18 1408 1409 +969 -18 1408 1410 +970 -18 1411 1412 +971 -18 1411 1413 +972 -18 1414 1416 +973 -18 1414 1415 +974 -18 1417 1419 +975 -18 1417 1418 +976 -18 1420 1422 +977 -18 1420 1421 +978 -18 1423 1425 +979 -18 1423 1424 +980 -18 1426 1428 +981 -18 1426 1427 +982 -18 1429 1430 +983 -18 1429 1431 +984 -18 1432 1434 +985 -18 1432 1433 +986 -18 1435 1436 +987 -18 1435 1437 +988 -18 1438 1439 +989 -18 1438 1440 +990 -18 1441 1442 +991 -18 1441 1443 +992 -18 1444 1445 +993 -18 1444 1446 +994 -18 1447 1448 +995 -18 1447 1449 +996 -18 1450 1451 +997 -18 1450 1452 +998 -18 1453 1455 +999 -18 1453 1454 +1000 -18 1456 1457 +1001 -18 1456 1458 +1002 -18 1459 1461 +1003 -18 1459 1460 +1004 -18 1462 1463 +1005 -18 1462 1464 +1006 -18 1465 1466 +1007 -18 1465 1467 +1008 -18 1468 1470 +1009 -18 1468 1469 +1010 -18 1471 1472 +1011 -18 1471 1473 +1012 -18 1474 1476 +1013 -18 1474 1475 +1014 -18 1477 1478 +1015 -18 1477 1479 +1016 -18 1480 1482 +1017 -18 1480 1481 +1018 -18 1483 1485 +1019 -18 1483 1484 +1020 -18 1486 1488 +1021 -18 1486 1487 +1022 -18 1489 1491 +1023 -18 1489 1490 +1024 -18 1492 1493 +1025 -18 1492 1494 +1026 -18 1495 1496 +1027 -18 1495 1497 +1028 -18 1498 1499 +1029 -18 1498 1500 +1030 -18 1501 1502 +1031 -18 1501 1503 +1032 -18 1504 1505 +1033 -18 1504 1506 +1034 -18 1507 1509 +1035 -18 1507 1508 +1036 -18 1510 1512 +1037 -18 1510 1511 +1038 -18 1513 1515 +1039 -18 1513 1514 +1040 -18 1516 1518 +1041 -18 1516 1517 +1042 -18 1519 1520 +1043 -18 1519 1521 +1044 -18 1522 1524 +1045 -18 1522 1523 +1046 -18 1525 1526 +1047 -18 1525 1527 +1048 -18 1528 1529 +1049 -18 1528 1530 +1050 -18 1531 1533 +1051 -18 1531 1532 +1052 -18 1534 1536 +1053 -18 1534 1535 +1054 -18 1537 1539 +1055 -18 1537 1538 +1056 -18 1540 1541 +1057 -18 1540 1542 +1058 -18 1543 1545 +1059 -18 1543 1544 +1060 -18 1546 1547 +1061 -18 1546 1548 +1062 -18 1549 1551 +1063 -18 1549 1550 +1064 -18 1552 1553 +1065 -18 1552 1554 +1066 -18 1555 1557 +1067 -18 1555 1556 +1068 -18 1558 1559 +1069 -18 1558 1560 +1070 -18 1561 1562 +1071 -18 1561 1563 +1072 -18 1564 1565 +1073 -18 1564 1566 +1074 -18 1567 1569 +1075 -18 1567 1568 +1076 -18 1570 1571 +1077 -18 1570 1572 +1078 -18 1573 1575 +1079 -18 1573 1574 +1080 -18 1576 1578 +1081 -18 1576 1577 +1082 -18 1579 1581 +1083 -18 1579 1580 +1084 -18 1582 1584 +1085 -18 1582 1583 +1086 -18 1585 1586 +1087 -18 1585 1587 +1088 -18 1588 1590 +1089 -18 1588 1589 +1090 -18 1591 1592 +1091 -18 1591 1593 +1092 -18 1594 1596 +1093 -18 1594 1595 +1094 -18 1597 1598 +1095 -18 1597 1599 +1096 -18 1600 1602 +1097 -18 1600 1601 +1098 -18 1603 1605 +1099 -18 1603 1604 +1100 -18 1606 1608 +1101 -18 1606 1607 +1102 -18 1609 1610 +1103 -18 1609 1611 +1104 -18 1612 1614 +1105 -18 1612 1613 +1106 -18 1615 1617 +1107 -18 1615 1616 +1108 -18 1618 1620 +1109 -18 1618 1619 +1110 -18 1621 1623 +1111 -18 1621 1622 +1112 -18 1624 1625 +1113 -18 1624 1626 +1114 -18 1627 1629 +1115 -18 1627 1628 +1116 -18 1630 1631 +1117 -18 1630 1632 +1118 -18 1633 1635 +1119 -18 1633 1634 +1120 -18 1636 1637 +1121 -18 1636 1638 +1122 -18 1639 1641 +1123 -18 1639 1640 +1124 -18 1642 1643 +1125 -18 1642 1644 +1126 -18 1645 1646 +1127 -18 1645 1647 +1128 -18 1648 1650 +1129 -18 1648 1649 +1130 -18 1651 1653 +1131 -18 1651 1652 +1132 -18 1654 1656 +1133 -18 1654 1655 +1134 -18 1657 1658 +1135 -18 1657 1659 +1136 -18 1660 1661 +1137 -18 1660 1662 +1138 -18 1663 1664 +1139 -18 1663 1665 +1140 -18 1666 1668 +1141 -18 1666 1667 +1142 -18 1669 1670 +1143 -18 1669 1671 +1144 -18 1672 1674 +1145 -18 1672 1673 +1146 -18 1675 1676 +1147 -18 1675 1677 +1148 -18 1678 1680 +1149 -18 1678 1679 +1150 -18 1681 1683 +1151 -18 1681 1682 +1152 -18 1684 1685 +1153 -18 1684 1686 +1154 -18 1687 1688 +1155 -18 1687 1689 +1156 -18 1690 1691 +1157 -18 1690 1692 +1158 -18 1693 1695 +1159 -18 1693 1694 +1160 -18 1696 1697 +1161 -18 1696 1698 +1162 -18 1699 1701 +1163 -18 1699 1700 +1164 -18 1702 1703 +1165 -18 1702 1704 +1166 -18 1705 1707 +1167 -18 1705 1706 +1168 -18 1708 1709 +1169 -18 1708 1710 +1170 -18 1711 1712 +1171 -18 1711 1713 +1172 -18 1714 1716 +1173 -18 1714 1715 +1174 -18 1717 1718 +1175 -18 1717 1719 +1176 -18 1720 1721 +1177 -18 1720 1722 +1178 -18 1723 1724 +1179 -18 1723 1725 +1180 -18 1726 1727 +1181 -18 1726 1728 +1182 -18 1729 1730 +1183 -18 1729 1731 +1184 -18 1732 1734 +1185 -18 1732 1733 +1186 -18 1735 1737 +1187 -18 1735 1736 +1188 -18 1738 1740 +1189 -18 1738 1739 +1190 -18 1741 1743 +1191 -18 1741 1742 +1192 -18 1744 1745 +1193 -18 1744 1746 +1194 -18 1747 1749 +1195 -18 1747 1748 +1196 -18 1750 1751 +1197 -18 1750 1752 +1198 -18 1753 1755 +1199 -18 1753 1754 +1200 -18 1756 1758 +1201 -18 1756 1757 +1202 -18 1759 1760 +1203 -18 1759 1761 +1204 -18 1762 1764 +1205 -18 1762 1763 +1206 -18 1765 1767 +1207 -18 1765 1766 +1208 -18 1768 1769 +1209 -18 1768 1770 +1210 -18 1771 1773 +1211 -18 1771 1772 +1212 -18 1774 1776 +1213 -18 1774 1775 +1214 -18 1777 1779 +1215 -18 1777 1778 +1216 -18 1780 1781 +1217 -18 1780 1782 +1218 -18 1783 1784 +1219 -18 1783 1785 +1220 -18 1786 1787 +1221 -18 1786 1788 +1222 -18 1789 1790 +1223 -18 1789 1791 +1224 -18 1792 1793 +1225 -18 1792 1794 +1226 -18 1795 1796 +1227 -18 1795 1797 +1228 -18 1798 1799 +1229 -18 1798 1800 +1230 -18 1801 1803 +1231 -18 1801 1802 +1232 -18 1804 1806 +1233 -18 1804 1805 +1234 -18 1807 1809 +1235 -18 1807 1808 +1236 -18 1810 1812 +1237 -18 1810 1811 +1238 -18 1813 1815 +1239 -18 1813 1814 +1240 -18 1816 1818 +1241 -18 1816 1817 +1242 -18 1819 1821 +1243 -18 1819 1820 +1244 -18 1822 1823 +1245 -18 1822 1824 +1246 -18 1825 1827 +1247 -18 1825 1826 +1248 -18 1828 1830 +1249 -18 1828 1829 +1250 -18 1831 1832 +1251 -18 1831 1833 +1252 -18 1834 1835 +1253 -18 1834 1836 +1254 -18 1837 1838 +1255 -18 1837 1839 +1256 -18 1840 1842 +1257 -18 1840 1841 +1258 -18 1843 1845 +1259 -18 1843 1844 +1260 -18 1846 1848 +1261 -18 1846 1847 +1262 -18 1849 1851 +1263 -18 1849 1850 +1264 -18 1852 1854 +1265 -18 1852 1853 +1266 -18 1855 1856 +1267 -18 1855 1857 +1268 -18 1858 1859 +1269 -18 1858 1860 +1270 -18 1861 1862 +1271 -18 1861 1863 +1272 -18 1864 1866 +1273 -18 1864 1865 +1274 -18 1867 1869 +1275 -18 1867 1868 +1276 -18 1870 1871 +1277 -18 1870 1872 +1278 -18 1873 1874 +1279 -18 1873 1875 +1280 -18 1876 1877 +1281 -18 1876 1878 +1282 -18 1879 1881 +1283 -18 1879 1880 +1284 -18 1882 1883 +1285 -18 1882 1884 +1286 -18 1885 1886 +1287 -18 1885 1887 +1288 -18 1888 1890 +1289 -18 1888 1889 +1290 -18 1891 1892 +1291 -18 1891 1893 +1292 -18 1894 1896 +1293 -18 1894 1895 +1294 -18 1897 1898 +1295 -18 1897 1899 +1296 -18 1900 1902 +1297 -18 1900 1901 +1298 -18 1903 1905 +1299 -18 1903 1904 +1300 -18 1906 1908 +1301 -18 1906 1907 +1302 -18 1909 1911 +1303 -18 1909 1910 +1304 -18 1912 1913 +1305 -18 1912 1914 +1306 -18 1915 1916 +1307 -18 1915 1917 +1308 -18 1918 1920 +1309 -18 1918 1919 +1310 -18 1921 1923 +1311 -18 1921 1922 +1312 -18 1924 1926 +1313 -18 1924 1925 +1314 -18 1927 1929 +1315 -18 1927 1928 +1316 -18 1930 1932 +1317 -18 1930 1931 +1318 -18 1933 1935 +1319 -18 1933 1934 +1320 -18 1936 1937 +1321 -18 1936 1938 +1322 -18 1939 1940 +1323 -18 1939 1941 +1324 -18 1942 1944 +1325 -18 1942 1943 +1326 -18 1945 1947 +1327 -18 1945 1946 +1328 -18 1948 1950 +1329 -18 1948 1949 +1330 -18 1951 1953 +1331 -18 1951 1952 +1332 -18 1954 1955 +1333 -18 1954 1956 +1334 -18 1957 1959 +1335 -18 1957 1958 +1336 -18 1960 1961 +1337 -18 1960 1962 +1338 -18 1963 1965 +1339 -18 1963 1964 +1340 -18 1966 1967 +1341 -18 1966 1968 +1342 -18 1969 1970 +1343 -18 1969 1971 +1344 -18 1972 1974 +1345 -18 1972 1973 +1346 -18 1975 1977 +1347 -18 1975 1976 +1348 -18 1978 1979 +1349 -18 1978 1980 +1350 -18 1981 1982 +1351 -18 1981 1983 +1352 -18 1984 1986 +1353 -18 1984 1985 +1354 -18 1987 1988 +1355 -18 1987 1989 +1356 -18 1990 1992 +1357 -18 1990 1991 +1358 -18 1993 1995 +1359 -18 1993 1994 +1360 -18 1996 1998 +1361 -18 1996 1997 +1362 -18 1999 2000 +1363 -18 1999 2001 +1364 -18 2002 2004 +1365 -18 2002 2003 +ITEM: TIMESTEP +300 +ITEM: NUMBER OF ENTRIES +1365 +ITEM: ENTRIES index c_bnd[1] c_bnd[2] c_bnd[3] +1 3 1 7 +2 2 1 3 +3 1 1 2 +4 -4 2 5 +5 -4 2 6 +6 -4 2 4 +7 -6 7 19 +8 5 7 8 +9 1 8 9 +10 7 8 11 +11 -8 8 20 +12 3 9 28 +13 2 9 10 +14 -10 11 21 +15 9 11 12 +16 -10 11 22 +17 11 12 14 +18 11 12 13 +19 -12 13 23 +20 11 13 15 +21 -12 14 24 +22 11 14 16 +23 11 15 17 +24 -12 15 25 +25 11 16 17 +26 -12 16 26 +27 13 17 18 +28 -14 18 27 +29 5 28 29 +30 -6 28 32 +31 1 29 30 +32 -8 29 33 +33 -8 29 34 +34 3 30 35 +35 2 30 31 +36 5 35 36 +37 -6 35 39 +38 1 36 37 +39 -8 36 40 +40 -8 36 41 +41 2 37 38 +42 3 37 42 +43 -6 42 53 +44 5 42 43 +45 1 43 44 +46 7 43 46 +47 -8 43 54 +48 3 44 62 +49 2 44 45 +50 -10 46 56 +51 -10 46 55 +52 9 46 47 +53 11 47 48 +54 11 47 49 +55 11 48 50 +56 -12 48 57 +57 11 49 51 +58 -12 49 58 +59 11 50 52 +60 -12 50 59 +61 11 51 52 +62 -12 51 60 +63 -12 52 61 +64 -6 62 70 +65 5 62 63 +66 7 63 66 +67 1 63 64 +68 -8 63 71 +69 2 64 65 +70 3 64 79 +71 15 66 67 +72 -10 66 73 +73 -10 66 72 +74 -10 67 75 +75 -10 67 74 +76 16 67 68 +77 17 68 69 +78 -4 69 76 +79 -4 69 78 +80 -4 69 77 +81 5 79 80 +82 -6 79 81 +83 -4 80 84 +84 -4 80 83 +85 -4 80 82 +86 -18 85 86 +87 -18 85 87 +88 -18 88 90 +89 -18 88 89 +90 -18 91 93 +91 -18 91 92 +92 -18 94 96 +93 -18 94 95 +94 -18 97 98 +95 -18 97 99 +96 -18 100 101 +97 -18 100 102 +98 -18 103 104 +99 -18 103 105 +100 -18 106 107 +101 -18 106 108 +102 -18 109 111 +103 -18 109 110 +104 -18 112 114 +105 -18 112 113 +106 -18 115 116 +107 -18 115 117 +108 -18 118 120 +109 -18 118 119 +110 -18 121 123 +111 -18 121 122 +112 -18 124 126 +113 -18 124 125 +114 -18 127 128 +115 -18 127 129 +116 -18 130 132 +117 -18 130 131 +118 -18 133 134 +119 -18 133 135 +120 -18 136 137 +121 -18 136 138 +122 -18 139 140 +123 -18 139 141 +124 -18 142 144 +125 -18 142 143 +126 -18 145 147 +127 -18 145 146 +128 -18 148 150 +129 -18 148 149 +130 -18 151 152 +131 -18 151 153 +132 -18 154 156 +133 -18 154 155 +134 -18 157 159 +135 -18 157 158 +136 -18 160 162 +137 -18 160 161 +138 -18 163 164 +139 -18 163 165 +140 -18 166 168 +141 -18 166 167 +142 -18 169 171 +143 -18 169 170 +144 -18 172 174 +145 -18 172 173 +146 -18 175 177 +147 -18 175 176 +148 -18 178 180 +149 -18 178 179 +150 -18 181 182 +151 -18 181 183 +152 -18 184 186 +153 -18 184 185 +154 -18 187 188 +155 -18 187 189 +156 -18 190 191 +157 -18 190 192 +158 -18 193 194 +159 -18 193 195 +160 -18 196 197 +161 -18 196 198 +162 -18 199 201 +163 -18 199 200 +164 -18 202 204 +165 -18 202 203 +166 -18 205 206 +167 -18 205 207 +168 -18 208 210 +169 -18 208 209 +170 -18 211 212 +171 -18 211 213 +172 -18 214 215 +173 -18 214 216 +174 -18 217 219 +175 -18 217 218 +176 -18 220 222 +177 -18 220 221 +178 -18 223 224 +179 -18 223 225 +180 -18 226 228 +181 -18 226 227 +182 -18 229 231 +183 -18 229 230 +184 -18 232 233 +185 -18 232 234 +186 -18 235 236 +187 -18 235 237 +188 -18 238 240 +189 -18 238 239 +190 -18 241 242 +191 -18 241 243 +192 -18 244 246 +193 -18 244 245 +194 -18 247 248 +195 -18 247 249 +196 -18 250 251 +197 -18 250 252 +198 -18 253 254 +199 -18 253 255 +200 -18 256 257 +201 -18 256 258 +202 -18 259 261 +203 -18 259 260 +204 -18 262 264 +205 -18 262 263 +206 -18 265 266 +207 -18 265 267 +208 -18 268 269 +209 -18 268 270 +210 -18 271 272 +211 -18 271 273 +212 -18 274 275 +213 -18 274 276 +214 -18 277 279 +215 -18 277 278 +216 -18 280 282 +217 -18 280 281 +218 -18 283 284 +219 -18 283 285 +220 -18 286 287 +221 -18 286 288 +222 -18 289 290 +223 -18 289 291 +224 -18 292 294 +225 -18 292 293 +226 -18 295 296 +227 -18 295 297 +228 -18 298 299 +229 -18 298 300 +230 -18 301 303 +231 -18 301 302 +232 -18 304 305 +233 -18 304 306 +234 -18 307 309 +235 -18 307 308 +236 -18 310 311 +237 -18 310 312 +238 -18 313 314 +239 -18 313 315 +240 -18 316 317 +241 -18 316 318 +242 -18 319 321 +243 -18 319 320 +244 -18 322 323 +245 -18 322 324 +246 -18 325 327 +247 -18 325 326 +248 -18 328 329 +249 -18 328 330 +250 -18 331 332 +251 -18 331 333 +252 -18 334 335 +253 -18 334 336 +254 -18 337 339 +255 -18 337 338 +256 -18 340 341 +257 -18 340 342 +258 -18 343 344 +259 -18 343 345 +260 -18 346 347 +261 -18 346 348 +262 -18 349 350 +263 -18 349 351 +264 -18 352 353 +265 -18 352 354 +266 -18 355 356 +267 -18 355 357 +268 -18 358 359 +269 -18 358 360 +270 -18 361 362 +271 -18 361 363 +272 -18 364 365 +273 -18 364 366 +274 -18 367 369 +275 -18 367 368 +276 -18 370 372 +277 -18 370 371 +278 -18 373 374 +279 -18 373 375 +280 -18 376 378 +281 -18 376 377 +282 -18 379 381 +283 -18 379 380 +284 -18 382 383 +285 -18 382 384 +286 -18 385 386 +287 -18 385 387 +288 -18 388 390 +289 -18 388 389 +290 -18 391 393 +291 -18 391 392 +292 -18 394 395 +293 -18 394 396 +294 -18 397 399 +295 -18 397 398 +296 -18 400 402 +297 -18 400 401 +298 -18 403 405 +299 -18 403 404 +300 -18 406 407 +301 -18 406 408 +302 -18 409 411 +303 -18 409 410 +304 -18 412 413 +305 -18 412 414 +306 -18 415 417 +307 -18 415 416 +308 -18 418 420 +309 -18 418 419 +310 -18 421 422 +311 -18 421 423 +312 -18 424 425 +313 -18 424 426 +314 -18 427 428 +315 -18 427 429 +316 -18 430 432 +317 -18 430 431 +318 -18 433 435 +319 -18 433 434 +320 -18 436 437 +321 -18 436 438 +322 -18 439 440 +323 -18 439 441 +324 -18 442 443 +325 -18 442 444 +326 -18 445 447 +327 -18 445 446 +328 -18 448 449 +329 -18 448 450 +330 -18 451 453 +331 -18 451 452 +332 -18 454 456 +333 -18 454 455 +334 -18 457 458 +335 -18 457 459 +336 -18 460 462 +337 -18 460 461 +338 -18 463 465 +339 -18 463 464 +340 -18 466 467 +341 -18 466 468 +342 -18 469 470 +343 -18 469 471 +344 -18 472 473 +345 -18 472 474 +346 -18 475 476 +347 -18 475 477 +348 -18 478 479 +349 -18 478 480 +350 -18 481 482 +351 -18 481 483 +352 -18 484 485 +353 -18 484 486 +354 -18 487 489 +355 -18 487 488 +356 -18 490 492 +357 -18 490 491 +358 -18 493 495 +359 -18 493 494 +360 -18 496 497 +361 -18 496 498 +362 -18 499 501 +363 -18 499 500 +364 -18 502 503 +365 -18 502 504 +366 -18 505 507 +367 -18 505 506 +368 -18 508 509 +369 -18 508 510 +370 -18 511 513 +371 -18 511 512 +372 -18 514 516 +373 -18 514 515 +374 -18 517 518 +375 -18 517 519 +376 -18 520 521 +377 -18 520 522 +378 -18 523 525 +379 -18 523 524 +380 -18 526 528 +381 -18 526 527 +382 -18 529 530 +383 -18 529 531 +384 -18 532 533 +385 -18 532 534 +386 -18 535 536 +387 -18 535 537 +388 -18 538 540 +389 -18 538 539 +390 -18 541 542 +391 -18 541 543 +392 -18 544 546 +393 -18 544 545 +394 -18 547 549 +395 -18 547 548 +396 -18 550 551 +397 -18 550 552 +398 -18 553 555 +399 -18 553 554 +400 -18 556 557 +401 -18 556 558 +402 -18 559 561 +403 -18 559 560 +404 -18 562 563 +405 -18 562 564 +406 -18 565 567 +407 -18 565 566 +408 -18 568 570 +409 -18 568 569 +410 -18 571 573 +411 -18 571 572 +412 -18 574 575 +413 -18 574 576 +414 -18 577 579 +415 -18 577 578 +416 -18 580 581 +417 -18 580 582 +418 -18 583 585 +419 -18 583 584 +420 -18 586 588 +421 -18 586 587 +422 -18 589 590 +423 -18 589 591 +424 -18 592 594 +425 -18 592 593 +426 -18 595 597 +427 -18 595 596 +428 -18 598 600 +429 -18 598 599 +430 -18 601 602 +431 -18 601 603 +432 -18 604 606 +433 -18 604 605 +434 -18 607 609 +435 -18 607 608 +436 -18 610 611 +437 -18 610 612 +438 -18 613 615 +439 -18 613 614 +440 -18 616 618 +441 -18 616 617 +442 -18 619 620 +443 -18 619 621 +444 -18 622 623 +445 -18 622 624 +446 -18 625 627 +447 -18 625 626 +448 -18 628 629 +449 -18 628 630 +450 -18 631 632 +451 -18 631 633 +452 -18 634 635 +453 -18 634 636 +454 -18 637 639 +455 -18 637 638 +456 -18 640 642 +457 -18 640 641 +458 -18 643 644 +459 -18 643 645 +460 -18 646 647 +461 -18 646 648 +462 -18 649 650 +463 -18 649 651 +464 -18 652 653 +465 -18 652 654 +466 -18 655 657 +467 -18 655 656 +468 -18 658 660 +469 -18 658 659 +470 -18 661 663 +471 -18 661 662 +472 -18 664 665 +473 -18 664 666 +474 -18 667 669 +475 -18 667 668 +476 -18 670 672 +477 -18 670 671 +478 -18 673 674 +479 -18 673 675 +480 -18 676 677 +481 -18 676 678 +482 -18 679 681 +483 -18 679 680 +484 -18 682 684 +485 -18 682 683 +486 -18 685 686 +487 -18 685 687 +488 -18 688 690 +489 -18 688 689 +490 -18 691 693 +491 -18 691 692 +492 -18 694 695 +493 -18 694 696 +494 -18 697 698 +495 -18 697 699 +496 -18 700 701 +497 -18 700 702 +498 -18 703 704 +499 -18 703 705 +500 -18 706 707 +501 -18 706 708 +502 -18 709 710 +503 -18 709 711 +504 -18 712 714 +505 -18 712 713 +506 -18 715 716 +507 -18 715 717 +508 -18 718 719 +509 -18 718 720 +510 -18 721 722 +511 -18 721 723 +512 -18 724 726 +513 -18 724 725 +514 -18 727 728 +515 -18 727 729 +516 -18 730 731 +517 -18 730 732 +518 -18 733 735 +519 -18 733 734 +520 -18 736 737 +521 -18 736 738 +522 -18 739 741 +523 -18 739 740 +524 -18 742 743 +525 -18 742 744 +526 -18 745 746 +527 -18 745 747 +528 -18 748 750 +529 -18 748 749 +530 -18 751 753 +531 -18 751 752 +532 -18 754 756 +533 -18 754 755 +534 -18 757 758 +535 -18 757 759 +536 -18 760 762 +537 -18 760 761 +538 -18 763 764 +539 -18 763 765 +540 -18 766 767 +541 -18 766 768 +542 -18 769 770 +543 -18 769 771 +544 -18 772 774 +545 -18 772 773 +546 -18 775 777 +547 -18 775 776 +548 -18 778 780 +549 -18 778 779 +550 -18 781 783 +551 -18 781 782 +552 -18 784 786 +553 -18 784 785 +554 -18 787 789 +555 -18 787 788 +556 -18 790 791 +557 -18 790 792 +558 -18 793 795 +559 -18 793 794 +560 -18 796 797 +561 -18 796 798 +562 -18 799 801 +563 -18 799 800 +564 -18 802 803 +565 -18 802 804 +566 -18 805 806 +567 -18 805 807 +568 -18 808 809 +569 -18 808 810 +570 -18 811 813 +571 -18 811 812 +572 -18 814 815 +573 -18 814 816 +574 -18 817 818 +575 -18 817 819 +576 -18 820 821 +577 -18 820 822 +578 -18 823 824 +579 -18 823 825 +580 -18 826 828 +581 -18 826 827 +582 -18 829 830 +583 -18 829 831 +584 -18 832 834 +585 -18 832 833 +586 -18 835 837 +587 -18 835 836 +588 -18 838 839 +589 -18 838 840 +590 -18 841 842 +591 -18 841 843 +592 -18 844 845 +593 -18 844 846 +594 -18 847 848 +595 -18 847 849 +596 -18 850 852 +597 -18 850 851 +598 -18 853 854 +599 -18 853 855 +600 -18 856 858 +601 -18 856 857 +602 -18 859 861 +603 -18 859 860 +604 -18 862 863 +605 -18 862 864 +606 -18 865 866 +607 -18 865 867 +608 -18 868 869 +609 -18 868 870 +610 -18 871 873 +611 -18 871 872 +612 -18 874 875 +613 -18 874 876 +614 -18 877 878 +615 -18 877 879 +616 -18 880 882 +617 -18 880 881 +618 -18 883 884 +619 -18 883 885 +620 -18 886 887 +621 -18 886 888 +622 -18 889 891 +623 -18 889 890 +624 -18 892 894 +625 -18 892 893 +626 -18 895 896 +627 -18 895 897 +628 -18 898 899 +629 -18 898 900 +630 -18 901 903 +631 -18 901 902 +632 -18 904 905 +633 -18 904 906 +634 -18 907 908 +635 -18 907 909 +636 -18 910 911 +637 -18 910 912 +638 -18 913 915 +639 -18 913 914 +640 -18 916 917 +641 -18 916 918 +642 -18 919 920 +643 -18 919 921 +644 -18 922 924 +645 -18 922 923 +646 -18 925 927 +647 -18 925 926 +648 -18 928 930 +649 -18 928 929 +650 -18 931 932 +651 -18 931 933 +652 -18 934 935 +653 -18 934 936 +654 -18 937 939 +655 -18 937 938 +656 -18 940 942 +657 -18 940 941 +658 -18 943 945 +659 -18 943 944 +660 -18 946 948 +661 -18 946 947 +662 -18 949 950 +663 -18 949 951 +664 -18 952 953 +665 -18 952 954 +666 -18 955 956 +667 -18 955 957 +668 -18 958 960 +669 -18 958 959 +670 -18 961 963 +671 -18 961 962 +672 -18 964 965 +673 -18 964 966 +674 -18 967 969 +675 -18 967 968 +676 -18 970 972 +677 -18 970 971 +678 -18 973 975 +679 -18 973 974 +680 -18 976 978 +681 -18 976 977 +682 -18 979 981 +683 -18 979 980 +684 -18 982 983 +685 -18 982 984 +686 -18 985 987 +687 -18 985 986 +688 -18 988 989 +689 -18 988 990 +690 -18 991 993 +691 -18 991 992 +692 -18 994 996 +693 -18 994 995 +694 -18 997 998 +695 -18 997 999 +696 -18 1000 1001 +697 -18 1000 1002 +698 -18 1003 1005 +699 -18 1003 1004 +700 -18 1006 1007 +701 -18 1006 1008 +702 -18 1009 1011 +703 -18 1009 1010 +704 -18 1012 1013 +705 -18 1012 1014 +706 -18 1015 1017 +707 -18 1015 1016 +708 -18 1018 1020 +709 -18 1018 1019 +710 -18 1021 1023 +711 -18 1021 1022 +712 -18 1024 1025 +713 -18 1024 1026 +714 -18 1027 1028 +715 -18 1027 1029 +716 -18 1030 1032 +717 -18 1030 1031 +718 -18 1033 1034 +719 -18 1033 1035 +720 -18 1036 1037 +721 -18 1036 1038 +722 -18 1039 1041 +723 -18 1039 1040 +724 -18 1042 1043 +725 -18 1042 1044 +726 -18 1045 1046 +727 -18 1045 1047 +728 -18 1048 1050 +729 -18 1048 1049 +730 -18 1051 1053 +731 -18 1051 1052 +732 -18 1054 1056 +733 -18 1054 1055 +734 -18 1057 1058 +735 -18 1057 1059 +736 -18 1060 1062 +737 -18 1060 1061 +738 -18 1063 1064 +739 -18 1063 1065 +740 -18 1066 1068 +741 -18 1066 1067 +742 -18 1069 1071 +743 -18 1069 1070 +744 -18 1072 1074 +745 -18 1072 1073 +746 -18 1075 1077 +747 -18 1075 1076 +748 -18 1078 1079 +749 -18 1078 1080 +750 -18 1081 1082 +751 -18 1081 1083 +752 -18 1084 1085 +753 -18 1084 1086 +754 -18 1087 1089 +755 -18 1087 1088 +756 -18 1090 1092 +757 -18 1090 1091 +758 -18 1093 1095 +759 -18 1093 1094 +760 -18 1096 1097 +761 -18 1096 1098 +762 -18 1099 1100 +763 -18 1099 1101 +764 -18 1102 1103 +765 -18 1102 1104 +766 -18 1105 1107 +767 -18 1105 1106 +768 -18 1108 1110 +769 -18 1108 1109 +770 -18 1111 1112 +771 -18 1111 1113 +772 -18 1114 1116 +773 -18 1114 1115 +774 -18 1117 1119 +775 -18 1117 1118 +776 -18 1120 1121 +777 -18 1120 1122 +778 -18 1123 1124 +779 -18 1123 1125 +780 -18 1126 1128 +781 -18 1126 1127 +782 -18 1129 1130 +783 -18 1129 1131 +784 -18 1132 1133 +785 -18 1132 1134 +786 -18 1135 1137 +787 -18 1135 1136 +788 -18 1138 1140 +789 -18 1138 1139 +790 -18 1141 1142 +791 -18 1141 1143 +792 -18 1144 1146 +793 -18 1144 1145 +794 -18 1147 1149 +795 -18 1147 1148 +796 -18 1150 1152 +797 -18 1150 1151 +798 -18 1153 1155 +799 -18 1153 1154 +800 -18 1156 1158 +801 -18 1156 1157 +802 -18 1159 1160 +803 -18 1159 1161 +804 -18 1162 1164 +805 -18 1162 1163 +806 -18 1165 1166 +807 -18 1165 1167 +808 -18 1168 1170 +809 -18 1168 1169 +810 -18 1171 1172 +811 -18 1171 1173 +812 -18 1174 1175 +813 -18 1174 1176 +814 -18 1177 1179 +815 -18 1177 1178 +816 -18 1180 1182 +817 -18 1180 1181 +818 -18 1183 1185 +819 -18 1183 1184 +820 -18 1186 1187 +821 -18 1186 1188 +822 -18 1189 1190 +823 -18 1189 1191 +824 -18 1192 1194 +825 -18 1192 1193 +826 -18 1195 1196 +827 -18 1195 1197 +828 -18 1198 1199 +829 -18 1198 1200 +830 -18 1201 1202 +831 -18 1201 1203 +832 -18 1204 1205 +833 -18 1204 1206 +834 -18 1207 1209 +835 -18 1207 1208 +836 -18 1210 1212 +837 -18 1210 1211 +838 -18 1213 1214 +839 -18 1213 1215 +840 -18 1216 1218 +841 -18 1216 1217 +842 -18 1219 1221 +843 -18 1219 1220 +844 -18 1222 1224 +845 -18 1222 1223 +846 -18 1225 1226 +847 -18 1225 1227 +848 -18 1228 1229 +849 -18 1228 1230 +850 -18 1231 1232 +851 -18 1231 1233 +852 -18 1234 1236 +853 -18 1234 1235 +854 -18 1237 1239 +855 -18 1237 1238 +856 -18 1240 1242 +857 -18 1240 1241 +858 -18 1243 1244 +859 -18 1243 1245 +860 -18 1246 1248 +861 -18 1246 1247 +862 -18 1249 1250 +863 -18 1249 1251 +864 -18 1252 1254 +865 -18 1252 1253 +866 -18 1255 1256 +867 -18 1255 1257 +868 -18 1258 1259 +869 -18 1258 1260 +870 -18 1261 1263 +871 -18 1261 1262 +872 -18 1264 1265 +873 -18 1264 1266 +874 -18 1267 1268 +875 -18 1267 1269 +876 -18 1270 1271 +877 -18 1270 1272 +878 -18 1273 1274 +879 -18 1273 1275 +880 -18 1276 1277 +881 -18 1276 1278 +882 -18 1279 1280 +883 -18 1279 1281 +884 -18 1282 1283 +885 -18 1282 1284 +886 -18 1285 1286 +887 -18 1285 1287 +888 -18 1288 1289 +889 -18 1288 1290 +890 -18 1291 1293 +891 -18 1291 1292 +892 -18 1294 1295 +893 -18 1294 1296 +894 -18 1297 1299 +895 -18 1297 1298 +896 -18 1300 1302 +897 -18 1300 1301 +898 -18 1303 1304 +899 -18 1303 1305 +900 -18 1306 1308 +901 -18 1306 1307 +902 -18 1309 1311 +903 -18 1309 1310 +904 -18 1312 1314 +905 -18 1312 1313 +906 -18 1315 1317 +907 -18 1315 1316 +908 -18 1318 1320 +909 -18 1318 1319 +910 -18 1321 1323 +911 -18 1321 1322 +912 -18 1324 1325 +913 -18 1324 1326 +914 -18 1327 1329 +915 -18 1327 1328 +916 -18 1330 1332 +917 -18 1330 1331 +918 -18 1333 1334 +919 -18 1333 1335 +920 -18 1336 1337 +921 -18 1336 1338 +922 -18 1339 1340 +923 -18 1339 1341 +924 -18 1342 1344 +925 -18 1342 1343 +926 -18 1345 1347 +927 -18 1345 1346 +928 -18 1348 1350 +929 -18 1348 1349 +930 -18 1351 1352 +931 -18 1351 1353 +932 -18 1354 1355 +933 -18 1354 1356 +934 -18 1357 1358 +935 -18 1357 1359 +936 -18 1360 1362 +937 -18 1360 1361 +938 -18 1363 1365 +939 -18 1363 1364 +940 -18 1366 1368 +941 -18 1366 1367 +942 -18 1369 1370 +943 -18 1369 1371 +944 -18 1372 1373 +945 -18 1372 1374 +946 -18 1375 1377 +947 -18 1375 1376 +948 -18 1378 1379 +949 -18 1378 1380 +950 -18 1381 1382 +951 -18 1381 1383 +952 -18 1384 1385 +953 -18 1384 1386 +954 -18 1387 1388 +955 -18 1387 1389 +956 -18 1390 1392 +957 -18 1390 1391 +958 -18 1393 1395 +959 -18 1393 1394 +960 -18 1396 1397 +961 -18 1396 1398 +962 -18 1399 1401 +963 -18 1399 1400 +964 -18 1402 1403 +965 -18 1402 1404 +966 -18 1405 1406 +967 -18 1405 1407 +968 -18 1408 1409 +969 -18 1408 1410 +970 -18 1411 1412 +971 -18 1411 1413 +972 -18 1414 1416 +973 -18 1414 1415 +974 -18 1417 1419 +975 -18 1417 1418 +976 -18 1420 1422 +977 -18 1420 1421 +978 -18 1423 1425 +979 -18 1423 1424 +980 -18 1426 1428 +981 -18 1426 1427 +982 -18 1429 1430 +983 -18 1429 1431 +984 -18 1432 1434 +985 -18 1432 1433 +986 -18 1435 1436 +987 -18 1435 1437 +988 -18 1438 1439 +989 -18 1438 1440 +990 -18 1441 1442 +991 -18 1441 1443 +992 -18 1444 1445 +993 -18 1444 1446 +994 -18 1447 1448 +995 -18 1447 1449 +996 -18 1450 1451 +997 -18 1450 1452 +998 -18 1453 1455 +999 -18 1453 1454 +1000 -18 1456 1457 +1001 -18 1456 1458 +1002 -18 1459 1461 +1003 -18 1459 1460 +1004 -18 1462 1463 +1005 -18 1462 1464 +1006 -18 1465 1466 +1007 -18 1465 1467 +1008 -18 1468 1470 +1009 -18 1468 1469 +1010 -18 1471 1472 +1011 -18 1471 1473 +1012 -18 1474 1476 +1013 -18 1474 1475 +1014 -18 1477 1478 +1015 -18 1477 1479 +1016 -18 1480 1482 +1017 -18 1480 1481 +1018 -18 1483 1485 +1019 -18 1483 1484 +1020 -18 1486 1488 +1021 -18 1486 1487 +1022 -18 1489 1491 +1023 -18 1489 1490 +1024 -18 1492 1493 +1025 -18 1492 1494 +1026 -18 1495 1496 +1027 -18 1495 1497 +1028 -18 1498 1499 +1029 -18 1498 1500 +1030 -18 1501 1502 +1031 -18 1501 1503 +1032 -18 1504 1505 +1033 -18 1504 1506 +1034 -18 1507 1509 +1035 -18 1507 1508 +1036 -18 1510 1512 +1037 -18 1510 1511 +1038 -18 1513 1515 +1039 -18 1513 1514 +1040 -18 1516 1518 +1041 -18 1516 1517 +1042 -18 1519 1520 +1043 -18 1519 1521 +1044 -18 1522 1524 +1045 -18 1522 1523 +1046 -18 1525 1526 +1047 -18 1525 1527 +1048 -18 1528 1529 +1049 -18 1528 1530 +1050 -18 1531 1533 +1051 -18 1531 1532 +1052 -18 1534 1536 +1053 -18 1534 1535 +1054 -18 1537 1539 +1055 -18 1537 1538 +1056 -18 1540 1541 +1057 -18 1540 1542 +1058 -18 1543 1545 +1059 -18 1543 1544 +1060 -18 1546 1547 +1061 -18 1546 1548 +1062 -18 1549 1551 +1063 -18 1549 1550 +1064 -18 1552 1553 +1065 -18 1552 1554 +1066 -18 1555 1557 +1067 -18 1555 1556 +1068 -18 1558 1559 +1069 -18 1558 1560 +1070 -18 1561 1562 +1071 -18 1561 1563 +1072 -18 1564 1565 +1073 -18 1564 1566 +1074 -18 1567 1569 +1075 -18 1567 1568 +1076 -18 1570 1571 +1077 -18 1570 1572 +1078 -18 1573 1575 +1079 -18 1573 1574 +1080 -18 1576 1578 +1081 -18 1576 1577 +1082 -18 1579 1581 +1083 -18 1579 1580 +1084 -18 1582 1584 +1085 -18 1582 1583 +1086 -18 1585 1586 +1087 -18 1585 1587 +1088 -18 1588 1590 +1089 -18 1588 1589 +1090 -18 1591 1592 +1091 -18 1591 1593 +1092 -18 1594 1596 +1093 -18 1594 1595 +1094 -18 1597 1598 +1095 -18 1597 1599 +1096 -18 1600 1602 +1097 -18 1600 1601 +1098 -18 1603 1605 +1099 -18 1603 1604 +1100 -18 1606 1608 +1101 -18 1606 1607 +1102 -18 1609 1610 +1103 -18 1609 1611 +1104 -18 1612 1614 +1105 -18 1612 1613 +1106 -18 1615 1617 +1107 -18 1615 1616 +1108 -18 1618 1620 +1109 -18 1618 1619 +1110 -18 1621 1623 +1111 -18 1621 1622 +1112 -18 1624 1625 +1113 -18 1624 1626 +1114 -18 1627 1629 +1115 -18 1627 1628 +1116 -18 1630 1631 +1117 -18 1630 1632 +1118 -18 1633 1635 +1119 -18 1633 1634 +1120 -18 1636 1637 +1121 -18 1636 1638 +1122 -18 1639 1641 +1123 -18 1639 1640 +1124 -18 1642 1643 +1125 -18 1642 1644 +1126 -18 1645 1646 +1127 -18 1645 1647 +1128 -18 1648 1650 +1129 -18 1648 1649 +1130 -18 1651 1653 +1131 -18 1651 1652 +1132 -18 1654 1656 +1133 -18 1654 1655 +1134 -18 1657 1658 +1135 -18 1657 1659 +1136 -18 1660 1661 +1137 -18 1660 1662 +1138 -18 1663 1664 +1139 -18 1663 1665 +1140 -18 1666 1668 +1141 -18 1666 1667 +1142 -18 1669 1670 +1143 -18 1669 1671 +1144 -18 1672 1674 +1145 -18 1672 1673 +1146 -18 1675 1676 +1147 -18 1675 1677 +1148 -18 1678 1680 +1149 -18 1678 1679 +1150 -18 1681 1683 +1151 -18 1681 1682 +1152 -18 1684 1685 +1153 -18 1684 1686 +1154 -18 1687 1688 +1155 -18 1687 1689 +1156 -18 1690 1691 +1157 -18 1690 1692 +1158 -18 1693 1695 +1159 -18 1693 1694 +1160 -18 1696 1697 +1161 -18 1696 1698 +1162 -18 1699 1701 +1163 -18 1699 1700 +1164 -18 1702 1703 +1165 -18 1702 1704 +1166 -18 1705 1707 +1167 -18 1705 1706 +1168 -18 1708 1709 +1169 -18 1708 1710 +1170 -18 1711 1712 +1171 -18 1711 1713 +1172 -18 1714 1716 +1173 -18 1714 1715 +1174 -18 1717 1718 +1175 -18 1717 1719 +1176 -18 1720 1721 +1177 -18 1720 1722 +1178 -18 1723 1724 +1179 -18 1723 1725 +1180 -18 1726 1727 +1181 -18 1726 1728 +1182 -18 1729 1730 +1183 -18 1729 1731 +1184 -18 1732 1734 +1185 -18 1732 1733 +1186 -18 1735 1737 +1187 -18 1735 1736 +1188 -18 1738 1740 +1189 -18 1738 1739 +1190 -18 1741 1743 +1191 -18 1741 1742 +1192 -18 1744 1745 +1193 -18 1744 1746 +1194 -18 1747 1749 +1195 -18 1747 1748 +1196 -18 1750 1751 +1197 -18 1750 1752 +1198 -18 1753 1755 +1199 -18 1753 1754 +1200 -18 1756 1758 +1201 -18 1756 1757 +1202 -18 1759 1760 +1203 -18 1759 1761 +1204 -18 1762 1764 +1205 -18 1762 1763 +1206 -18 1765 1767 +1207 -18 1765 1766 +1208 -18 1768 1769 +1209 -18 1768 1770 +1210 -18 1771 1773 +1211 -18 1771 1772 +1212 -18 1774 1776 +1213 -18 1774 1775 +1214 -18 1777 1779 +1215 -18 1777 1778 +1216 -18 1780 1781 +1217 -18 1780 1782 +1218 -18 1783 1784 +1219 -18 1783 1785 +1220 -18 1786 1787 +1221 -18 1786 1788 +1222 -18 1789 1790 +1223 -18 1789 1791 +1224 -18 1792 1793 +1225 -18 1792 1794 +1226 -18 1795 1796 +1227 -18 1795 1797 +1228 -18 1798 1799 +1229 -18 1798 1800 +1230 -18 1801 1803 +1231 -18 1801 1802 +1232 -18 1804 1806 +1233 -18 1804 1805 +1234 -18 1807 1809 +1235 -18 1807 1808 +1236 -18 1810 1812 +1237 -18 1810 1811 +1238 -18 1813 1815 +1239 -18 1813 1814 +1240 -18 1816 1818 +1241 -18 1816 1817 +1242 -18 1819 1821 +1243 -18 1819 1820 +1244 -18 1822 1823 +1245 -18 1822 1824 +1246 -18 1825 1827 +1247 -18 1825 1826 +1248 -18 1828 1830 +1249 -18 1828 1829 +1250 -18 1831 1832 +1251 -18 1831 1833 +1252 -18 1834 1835 +1253 -18 1834 1836 +1254 -18 1837 1838 +1255 -18 1837 1839 +1256 -18 1840 1842 +1257 -18 1840 1841 +1258 -18 1843 1845 +1259 -18 1843 1844 +1260 -18 1846 1848 +1261 -18 1846 1847 +1262 -18 1849 1851 +1263 -18 1849 1850 +1264 -18 1852 1854 +1265 -18 1852 1853 +1266 -18 1855 1856 +1267 -18 1855 1857 +1268 -18 1858 1859 +1269 -18 1858 1860 +1270 -18 1861 1862 +1271 -18 1861 1863 +1272 -18 1864 1866 +1273 -18 1864 1865 +1274 -18 1867 1869 +1275 -18 1867 1868 +1276 -18 1870 1871 +1277 -18 1870 1872 +1278 -18 1873 1874 +1279 -18 1873 1875 +1280 -18 1876 1877 +1281 -18 1876 1878 +1282 -18 1879 1881 +1283 -18 1879 1880 +1284 -18 1882 1883 +1285 -18 1882 1884 +1286 -18 1885 1886 +1287 -18 1885 1887 +1288 -18 1888 1890 +1289 -18 1888 1889 +1290 -18 1891 1892 +1291 -18 1891 1893 +1292 -18 1894 1896 +1293 -18 1894 1895 +1294 -18 1897 1898 +1295 -18 1897 1899 +1296 -18 1900 1902 +1297 -18 1900 1901 +1298 -18 1903 1905 +1299 -18 1903 1904 +1300 -18 1906 1908 +1301 -18 1906 1907 +1302 -18 1909 1911 +1303 -18 1909 1910 +1304 -18 1912 1913 +1305 -18 1912 1914 +1306 -18 1915 1916 +1307 -18 1915 1917 +1308 -18 1918 1920 +1309 -18 1918 1919 +1310 -18 1921 1923 +1311 -18 1921 1922 +1312 -18 1924 1926 +1313 -18 1924 1925 +1314 -18 1927 1929 +1315 -18 1927 1928 +1316 -18 1930 1932 +1317 -18 1930 1931 +1318 -18 1933 1935 +1319 -18 1933 1934 +1320 -18 1936 1937 +1321 -18 1936 1938 +1322 -18 1939 1940 +1323 -18 1939 1941 +1324 -18 1942 1944 +1325 -18 1942 1943 +1326 -18 1945 1947 +1327 -18 1945 1946 +1328 -18 1948 1950 +1329 -18 1948 1949 +1330 -18 1951 1953 +1331 -18 1951 1952 +1332 -18 1954 1955 +1333 -18 1954 1956 +1334 -18 1957 1959 +1335 -18 1957 1958 +1336 -18 1960 1961 +1337 -18 1960 1962 +1338 -18 1963 1965 +1339 -18 1963 1964 +1340 -18 1966 1967 +1341 -18 1966 1968 +1342 -18 1969 1970 +1343 -18 1969 1971 +1344 -18 1972 1974 +1345 -18 1972 1973 +1346 -18 1975 1977 +1347 -18 1975 1976 +1348 -18 1978 1979 +1349 -18 1978 1980 +1350 -18 1981 1982 +1351 -18 1981 1983 +1352 -18 1984 1986 +1353 -18 1984 1985 +1354 -18 1987 1988 +1355 -18 1987 1989 +1356 -18 1990 1992 +1357 -18 1990 1991 +1358 -18 1993 1995 +1359 -18 1993 1994 +1360 -18 1996 1998 +1361 -18 1996 1997 +1362 -18 1999 2000 +1363 -18 1999 2001 +1364 -18 2002 2004 +1365 -18 2002 2003 diff --git a/examples/files/dump.kinase b/examples/files/dump.kinase new file mode 100644 index 0000000..08d8bdf --- /dev/null +++ b/examples/files/dump.kinase @@ -0,0 +1,10018 @@ +ITEM: TIMESTEP +0 +ITEM: NUMBER OF ATOMS +5000 +ITEM: BOX BOUNDS +-6.2035 6.2035 +-6.2035 6.2035 +-6.2035 6.2035 +ITEM: ATOMS +1965739326 1 -2.73852 3.76042 0.0137829 +1638062651 1 -4.08446 0.411239 0.994664 +574343881 1 -2.25466 -3.0259 -0.036883 +139596981 1 0.458509 1.40377 -4.91262 +1829669212 1 2.25912 3.56181 -0.516258 +402582283 1 -4.2504 3.16903 -1.48312 +469860990 1 -1.17479 -5.09076 -1.6916 +1085052323 1 -4.94158 -0.619894 3.32586 +1582016850 1 4.12502 -1.23867 0.613164 +1016879030 1 -2.44926 1.78496 -0.283199 +733937651 1 4.57246 0.270752 -2.84532 +866626862 1 1.55203 5.47517 -1.67802 +2111295689 1 -1.36 -3.87647 -2.60296 +1222768040 1 -0.759193 -5.3543 -1.61195 +648021045 1 4.82956 3.70284 0.129738 +377060993 1 -2.88069 -3.55063 2.21801 +1187284778 1 -5.12521 2.50319 -0.991866 +1527431349 1 3.80108 1.01128 -0.973026 +1082595128 1 -1.20504 -4.92968 0.919393 +1082357590 1 2.53048 -1.46759 -0.669716 +353579027 1 -2.75725 -0.932397 -0.743352 +1560669608 1 -2.45668 1.03259 -2.71376 +1356311008 1 -1.99799 5.5861 1.76576 +154721079 1 -0.388517 -3.71004 2.95254 +1740563790 1 0.848184 -0.221332 2.17393 +604501862 1 -3.46892 -1.65739 -2.04911 +2049068813 1 2.4825 -1.43206 1.05024 +1798858797 1 -3.80247 0.381385 -4.49414 +1359207189 1 0.88079 1.87234 4.1832 +369837075 1 -3.42612 -1.80885 -4.16966 +373889814 1 -4.66326 -0.389143 -1.82965 +582642206 1 0.769409 3.34639 1.78508 +1276084714 1 1.72157 1.21232 3.09312 +1611782593 1 0.760451 1.68624 3.04697 +1172499540 1 4.6174 -1.22969 2.60812 +793778655 1 -2.60884 -0.451055 -0.200069 +1086225731 1 -0.254385 4.97557 1.12057 +241535949 1 -0.346425 -3.47745 3.9852 +493074616 1 -1.184 1.34672 3.94949 +643529235 1 1.62682 -3.09448 1.25299 +448748830 1 -0.0895214 -3.33876 2.40489 +2034709288 1 -5.05219 1.39014 1.7515 +139961856 1 -4.37239 -0.0533145 -2.75219 +115197514 1 -2.75026 4.92959 -2.38048 +864036211 1 1.06446 -0.55793 2.57185 +1612032794 1 -1.00931 -3.16045 -3.35022 +365050129 1 -2.89721 4.05253 -3.67908 +1231453324 1 2.24262 -0.862374 -2.53304 +1136053844 1 -4.33021 1.62251 -1.147 +312693932 1 2.78544 3.17939 -0.971918 +1533720456 1 5.01373 -2.64793 0.2505 +1868884898 1 2.37193 1.23711 -2.0315 +1449868182 1 0.714171 5.50095 -2.59883 +94957592 1 3.61795 0.201633 1.72972 +967820734 1 5.27656 -2.20661 -1.8601 +1315394076 1 3.75459 1.26653 -3.89796 +738451747 1 -4.08018 -1.97989 -0.490067 +1870706531 1 1.69341 -0.510036 1.06978 +1335085198 1 2.04477 -0.96363 -4.57644 +2060829835 1 1.23997 -3.5314 2.92934 +431985304 1 -4.71547 3.15721 -1.57491 +296397014 1 1.75886 -4.78194 2.61083 +844206480 1 -3.2945 1.76721 -0.832402 +41310608 1 2.84055 -0.987119 -2.33208 +1239534352 1 3.46597 1.66387 -0.801074 +373332678 1 -2.05297 -0.333665 0.0630939 +1606417761 1 5.82292 -0.654905 -1.96746 +2052215355 1 0.0644075 3.08724 1.10073 +1214248742 1 -2.01088 -0.150785 -3.21379 +1729847511 1 0.919065 -0.00141578 1.01907 +862557180 1 1.10821 2.76616 1.81427 +1084687744 1 -3.21766 2.96404 2.42541 +1163293117 1 -2.02597 -5.60894 -0.996791 +919648951 1 4.84125 1.75326 0.424699 +1740046584 1 3.87917 -1.66784 -4.00237 +1408254800 1 -3.38615 0.00276806 -3.10524 +1420088662 1 -3.09524 0.974419 -0.188595 +1421791162 1 -3.34458 3.78338 1.41921 +1998790076 1 -3.83525 -4.70613 -1.20666 +1450466180 1 5.06031 -1.49044 -0.00969227 +1043631639 1 -1.60687 3.37942 -1.3736 +1471454843 1 -5.01241 -0.052606 -3.25073 +575101928 1 5.47311 0.973103 2.50203 +224061719 1 4.66264 2.31945 0.116068 +955591557 1 -1.80111 1.8235 2.20282 +1558794034 1 0.355585 -3.85813 -4.57667 +1014791628 1 3.38698 1.58697 -2.91872 +904687118 1 5.3337 2.84056 -0.965756 +1071911233 1 -3.09743 1.2883 2.25209 +756137325 1 -0.935199 1.78709 -1.73774 +872750663 1 -0.0319745 -3.89332 -0.493041 +1360550474 1 1.33692 0.50764 -4.11727 +787037900 1 -3.59335 3.92359 0.461685 +2120755470 1 0.676371 2.94626 1.3772 +441839880 1 0.56936 3.4357 1.52491 +1392749123 1 -3.79514 -0.472304 2.46478 +269863351 1 -1.38292 -4.35098 -0.056994 +2085497066 1 -2.55888 -4.34857 3.19791 +1437952467 1 0.0665654 2.13413 -0.26376 +437096223 1 -3.71456 1.4794 0.701789 +44948658 1 2.04809 5.15547 -2.59689 +758186848 1 1.94448 0.751766 4.60221 +1021027634 1 -0.50253 3.14964 -4.79144 +1275222164 1 2.08816 -3.79939 2.57339 +777820836 1 -4.58498 0.197849 0.166362 +1732974055 1 3.17271 -1.65673 -3.27164 +1460107314 1 1.45336 -2.82379 -2.69487 +426859554 1 -4.42126 -2.6031 -3.15897 +1979421816 1 -3.18178 -1.98333 3.84493 +680574165 1 -2.92014 3.28816 3.32971 +1938170556 1 -5.53584 -0.733131 -1.57188 +158343474 1 -0.868659 3.50267 -1.92254 +503533781 1 -4.20238 3.64823 0.293402 +859225905 1 1.93933 1.09164 -2.76644 +1341985744 1 0.158191 3.61504 0.888208 +149636869 1 -4.86249 1.14425 0.488224 +1133798638 1 0.028067 0.256455 4.99831 +973311103 1 -1.23155 -3.699 2.40502 +53023847 1 -0.808883 3.18896 -1.36306 +1861094960 1 -1.204 0.213014 -5.5057 +1231409209 1 -2.82295 -0.896079 1.7067 +1154062326 1 -0.569175 -0.31261 -5.86885 +2016735166 1 -1.9868 -4.93476 2.40691 +94512182 1 -0.205836 2.06473 -0.446034 +942271094 1 -2.6556 -4.61443 1.50219 +664335014 1 -0.898569 -2.92152 5.00719 +1889643790 1 -0.915288 1.45369 2.69955 +627480765 1 -1.05138 -2.92599 4.26184 +1014650027 1 3.12437 4.73705 -0.105482 +511916188 1 1.37172 2.30306 -2.34539 +1759468566 1 5.04714 0.492387 0.0714622 +476394183 1 4.4187 -3.24821 -1.81037 +768715517 1 -2.3059 4.25633 -2.72676 +296784594 1 2.8305 3.76178 -1.9012 +225727837 1 3.01128 2.35756 -4.54169 +1923878596 1 5.18901 2.89232 0.513511 +1760876648 1 -4.69264 2.24414 -0.0885051 +1873927348 1 1.33522 -3.18773 -2.74273 +40836374 1 -4.51126 -1.54114 3.96708 +1970105055 1 -0.575164 -1.71686 3.39342 +1922769804 1 1.39136 -2.64996 3.20516 +1925469191 1 -2.04314 3.61797 0.514204 +1231076601 1 1.4354 5.60302 0.687362 +131127087 1 1.55911 0.295784 -3.96711 +1001308868 1 0.0252761 2.97625 -3.30582 +765924199 1 1.13196 4.86343 2.21274 +848543177 1 -3.21064 -3.17568 1.26877 +1072097736 1 -3.38124 -4.35906 0.601051 +1168889050 1 -4.8026 2.68111 -0.848511 +457991272 1 -5.26871 -2.36008 -0.661656 +1500028494 1 3.44951 -2.07283 0.749657 +1169307975 1 -6.03254 1.1339 0.300464 +1352567124 1 0.24264 -3.85028 3.24598 +1969806510 1 1.61117 -5.61034 0.352278 +396605991 1 2.58456 1.77179 1.69166 +1898562203 1 -2.40605 -4.1131 3.05489 +1631465288 1 3.38529 -2.0381 1.35111 +2088097911 1 -2.75623 3.8248 2.69489 +281806289 1 -0.343723 4.71916 -3.053 +909956221 1 3.56756 -3.08114 2.13719 +2013711800 1 1.52246 4.72678 0.869456 +182499992 1 0.0379411 4.91781 -1.87452 +479193838 1 -3.71448 2.74687 0.239611 +619392261 1 -5.33866 0.594343 1.48126 +1416497197 1 -0.297907 5.50487 1.20302 +2004359554 1 -4.34866 1.7372 3.50396 +1859282843 1 -0.333797 -2.15287 -4.39876 +1805539029 1 -1.74519 -1.21393 -5.37071 +1698139011 1 -2.71446 -1.33409 -2.52742 +1417393991 1 3.18953 -4.2639 -0.467144 +196346141 1 2.35504 2.81646 3.50788 +979238000 1 -1.20905 2.1976 -0.627942 +534943883 1 1.13413 4.2094 2.54041 +932804765 1 -0.386925 -1.78086 -5.13208 +1129184666 1 -1.25411 1.65716 -1.87827 +1590567979 1 0.0346558 -0.66985 -5.01642 +1471566765 1 -5.37633 0.33077 0.9177 +1682721496 1 1.87492 -2.0942 1.38566 +227869288 1 0.896714 -3.44823 -1.32198 +67161114 1 2.51336 -3.89311 3.07642 +1381310571 1 -2.76218 3.12803 4.31846 +22817038 1 -0.58743 3.04947 -0.991464 +1889614034 1 0.743622 4.18864 1.11998 +1338612536 1 2.06628 0.761006 -1.3919 +530270673 1 -2.60049 3.45779 0.700505 +838067790 1 5.02861 -0.694079 -2.8007 +73348904 1 0.876994 0.116526 -1.85709 +1571894728 1 -2.17615 1.26679 0.428214 +2038199484 1 0.920781 4.0241 2.47927 +1111488506 1 -3.06134 -0.111933 4.60711 +2077720125 1 -0.47877 5.45402 2.68029 +1846871681 1 2.74328 1.81692 3.28449 +1854275640 1 3.67625 -0.103979 1.81807 +621011480 1 1.99888 -2.98845 -3.29539 +120922607 1 -0.698186 2.6137 -4.72226 +194609951 1 0.664461 1.28025 3.44526 +923472743 1 0.991603 3.26446 1.90498 +1634716574 1 1.65239 4.78351 -0.895078 +117134539 1 1.68965 -1.62109 0.127694 +2024373165 1 -0.261271 0.897535 -2.05319 +1568658274 1 -4.03655 -0.706303 2.67952 +430151034 1 -2.69128 3.66741 0.177522 +1948663018 1 5.30842 -0.130787 -2.09348 +1981319631 1 1.16057 1.80505 2.32966 +2095688856 1 -1.41662 -0.0169627 0.269689 +1632092394 1 -0.487123 1.54672 3.07754 +146876932 1 -0.527066 0.20265 -5.99622 +1052865825 1 -3.51084 1.02909 0.503694 +538248673 1 4.18365 4.14491 -1.79221 +1544532977 1 1.24429 -5.48188 0.433225 +1961559868 1 -1.69487 0.832641 -0.90944 +1754908351 1 -4.65226 -1.47431 -1.88723 +1541071559 1 -3.56397 1.4446 -1.1114 +231692409 1 -6.12713 -0.556584 0.373039 +2076924910 1 4.12637 -3.27522 3.26303 +2115754062 1 -0.442378 -3.24441 0.043318 +1684526423 1 -3.96811 -4.36284 -0.770528 +1454154625 1 2.6626 -1.81815 0.84033 +847417533 1 0.776427 -2.76983 -1.45414 +423227387 1 2.11244 -5.04264 0.67429 +597263966 1 -2.84653 -0.166029 1.13177 +560941811 1 -5.30324 0.403723 -1.27017 +1748337405 1 4.61894 -0.0577077 -2.14734 +35033302 1 -2.83703 -1.79085 0.545213 +1022890653 1 0.773839 3.36649 4.59758 +1010699139 1 0.715407 1.44886 -4.04164 +924646123 1 0.465152 1.38557 -0.766058 +292884085 1 3.33736 -1.14254 3.44563 +922818834 1 -5.2104 -2.5949 -1.92508 +134646293 1 2.96896 -1.60016 4.5477 +1225693581 1 -1.4802 -1.73348 -2.92794 +132889954 1 -0.831897 1.00526 -2.88842 +197315945 1 4.95617 -2.34 1.83352 +548006650 1 -3.10713 -0.389697 1.27132 +125438404 1 2.12031 3.10268 0.140049 +1280798591 1 1.26579 -3.86144 1.8802 +1522072678 1 -0.134125 3.84176 2.34175 +112224927 1 2.67285 -3.18547 -2.02888 +1255693483 1 4.29036 -1.48801 3.56089 +854181318 1 -0.129752 2.88394 -3.74238 +500378778 1 -1.44755 1.19594 0.889564 +1035415029 1 5.19113 1.19425 -2.81018 +2131948228 1 2.82886 0.942169 3.68319 +1709065901 1 4.77262 2.09814 2.68039 +588324019 1 -0.476109 0.557786 -4.9956 +664973221 1 -2.89554 -5.08335 -1.19004 +484279182 1 -0.862118 1.7711 2.41917 +1280896727 1 1.14498 0.413148 -4.15547 +1964228240 1 -1.97084 2.74595 -2.95852 +1710874343 1 3.21925 -1.05359 -2.90196 +1984281921 1 -1.24166 0.0225586 -5.47428 +1206985097 1 4.08827 1.46896 -1.15904 +1146274177 1 -1.20182 -0.344788 -0.786593 +1884633012 1 2.23696 3.38023 -0.112848 +1417868038 1 1.64338 2.32305 -1.30131 +1604232408 1 0.654666 -2.0478 -0.285326 +1789739395 1 -0.571259 1.88262 3.32925 +1390700882 1 -0.832698 -0.0511884 -4.24004 +183469802 1 3.59498 -1.37625 -3.96117 +48252114 1 0.63776 -0.816072 -5.97779 +1305521546 1 3.28796 -0.068366 4.8253 +922925751 1 1.23364 1.71604 -4.88343 +1000669506 1 -3.40685 -0.514326 3.40926 +2115535802 1 3.80117 2.63968 -2.35384 +1886316198 1 4.84021 -3.29534 0.151455 +1062560858 1 2.06341 2.05903 3.0051 +375751570 1 -2.2765 2.11623 -3.47006 +257152908 1 4.0867 -0.036087 1.43 +572542408 1 1.56971 4.88993 0.992067 +1227523325 1 -1.34596 -3.50915 4.59745 +409633051 1 -1.50891 -0.2399 0.286969 +1515066892 1 -3.23923 0.155939 2.97985 +1238345147 1 -5.75787 2.23011 -0.193161 +951276592 1 4.18098 -3.52492 0.190148 +1577032278 1 4.71344 -0.0190222 2.87547 +924772482 1 -0.786152 0.605936 -2.19528 +2097392080 1 2.34611 1.58764 -4.02861 +96555865 1 1.67263 -2.32383 0.690655 +808645425 1 -0.17914 4.09794 2.77894 +1460542303 1 -4.66674 3.18769 1.9595 +2096860750 1 0.782497 -0.00722084 2.70945 +218529199 1 -2.19832 0.851001 -2.50766 +183290865 1 0.362453 -0.0987867 2.23209 +718775 1 2.06633 1.62249 -1.3515 +336249673 1 2.55489 -0.602372 0.0556579 +426561357 1 -4.36943 0.138105 1.01626 +470056311 1 -5.11799 -0.229416 2.78837 +1923457726 1 2.93074 1.19286 -1.36711 +772413701 1 0.688161 2.59264 1.11491 +570681757 1 3.74859 -0.281047 3.50604 +1606352078 1 -5.34618 -1.72739 0.121023 +1029114909 1 -0.718473 -3.36082 3.77112 +814049935 1 -1.02713 -4.8442 -1.59715 +348639579 1 1.17518 -0.699826 -0.127935 +1499260017 1 -3.79244 -4.71941 -1.11538 +581376707 1 0.723163 -4.67661 -1.30423 +318724601 1 3.04372 1.72548 4.9459 +582367763 1 -1.26777 -4.51987 2.5889 +913348543 1 0.245156 1.211 5.84007 +408246243 1 -4.79996 -2.59392 2.2832 +1144450981 1 -1.15196 -6.03927 -0.345298 +1923968423 1 3.04933 -3.18888 2.79347 +1801948471 1 -5.16538 -2.63552 -2.18995 +177005553 1 5.4826 -0.730956 -2.23882 +1545101097 1 2.55342 -0.554565 -2.90983 +1467992977 1 2.87242 1.16114 -0.987422 +971092708 1 4.98591 1.32416 -2.98814 +343061152 1 0.162463 0.966297 -0.221235 +658466175 1 -2.84938 1.57624 2.86598 +2062757825 1 -1.86324 -0.247474 -2.94665 +1156193773 1 4.51412 -0.101213 -1.32926 +1824598247 1 2.26197 1.7673 0.636264 +435166526 1 -1.16133 -2.30511 5.14664 +1385825239 1 -2.13391 4.12123 -2.85902 +1054507719 1 0.717003 3.45631 0.522162 +337219008 1 -2.0687 -4.18652 -2.62181 +2120174555 1 -5.56977 -0.172585 2.60116 +317779326 1 0.611292 0.977406 0.384046 +50154825 1 3.02353 -2.58686 -3.13826 +809487406 1 -2.49447 -1.23051 1.36125 +1301617861 1 0.00498568 -3.0547 -0.0662484 +1466708052 1 3.19365 2.93573 -1.83363 +1223503796 1 1.19354 -2.28018 2.27604 +1803960569 1 2.18653 -0.573125 -4.66774 +666223996 1 -1.17771 -4.51877 -3.59788 +730897091 1 2.19275 4.68704 3.0126 +124643098 1 -0.212665 -1.04422 5.6498 +1545288311 1 5.33071 2.23014 0.407802 +1915065383 1 -1.51808 -5.62293 -0.421346 +1540034031 1 2.84701 -4.11628 -0.76192 +1688785849 1 -1.56007 -4.13906 0.946512 +902476959 1 2.23919 3.53089 0.880463 +1759508494 1 4.69582 1.66599 -2.31339 +256275024 1 2.46195 0.649102 3.69542 +1145876784 1 -0.532915 1.15622 3.27313 +2029428332 1 -1.12625 4.14411 -2.86351 +773488773 1 -0.28936 0.280104 5.45815 +925874741 1 -2.34328 -3.60616 -0.497279 +1617445094 1 -2.02712 -0.128382 1.09617 +1776662142 1 -1.09483 -1.22564 -3.77332 +1498813537 1 -2.02428 -2.01232 0.43351 +504177097 1 -2.69612 -3.25818 4.2963 +1847961483 1 -0.857852 -0.977371 0.201672 +773016807 1 2.38515 0.245697 -2.10252 +1765924072 1 -1.82347 -1.7247 -4.17609 +704995494 1 -1.09715 -2.95129 0.904321 +1811620512 1 0.336535 -1.4524 -5.8219 +1052145265 1 2.01156 -0.874918 -2.44197 +115835265 1 0.200291 3.98999 -0.133761 +1584143674 1 -2.45619 -3.01308 4.57411 +601585278 1 3.19669 4.39763 2.43632 +849079604 1 1.84768 -0.785248 3.38808 +1196161689 1 -1.12792 0.931725 1.848 +528072830 1 -1.98336 3.33515 -1.04772 +2120170687 1 -3.40964 2.16303 1.53179 +131067098 1 0.260366 -3.71007 2.42741 +253063496 1 3.2054 1.89269 -1.08221 +741031280 1 -0.0996389 0.31454 1.08809 +1833292448 1 -0.470383 -2.45901 -0.802394 +1353631832 1 1.27035 -1.71665 -5.50161 +1824718850 1 3.8232 0.648213 1.16137 +1961826645 1 2.94773 1.2688 -2.87825 +1747599036 1 0.178708 1.04236 0.175001 +900445302 1 0.777835 -3.91304 3.02763 +326157562 1 4.29865 1.39175 3.99646 +749059145 1 -1.32369 -1.5144 -5.66807 +651823756 1 0.939467 -4.49419 -0.0442994 +1401613679 1 -0.119083 -3.90498 2.03536 +821600274 1 -1.22556 -2.29679 -3.90801 +1886317105 1 0.713777 -1.13295 3.23063 +1106342655 1 4.09324 -1.77785 -4.29619 +642965909 1 2.71658 -0.308731 -2.71933 +1173726895 1 -0.250078 2.91118 -5.02104 +2057373391 1 3.86516 -1.28534 -2.08611 +1089701446 1 2.32156 -1.62152 5.28741 +514050248 1 0.733558 -3.65707 -0.0745321 +1693463770 1 0.447595 4.08248 3.41598 +1224618615 1 5.17123 1.7708 -2.64916 +1930297343 1 3.17994 -4.18989 2.7247 +215084270 1 0.201754 3.77012 1.77762 +1396847572 1 2.2878 1.68749 -0.749358 +537599506 1 -1.34488 2.12682 0.802193 +273363778 1 -3.95378 0.681487 2.0763 +1403400670 1 0.987803 1.41815 0.911626 +1182096955 1 -0.954695 -3.29343 -5.07792 +214130368 1 -4.4854 -1.12718 0.964237 +448200717 1 2.38105 5.64213 0.555211 +1346550429 1 1.36735 3.27029 0.750693 +1448214510 1 -1.03347 0.361582 -2.33435 +1874935066 1 -2.38705 5.13127 0.118231 +1439751718 1 1.97996 1.5074 -0.187122 +1389395364 1 1.40278 3.16755 -1.48338 +1589319834 1 -1.22107 -1.25887 -3.83628 +1351901586 1 5.41322 -0.569004 2.56034 +2055876417 1 4.16269 -0.812259 -3.92417 +1843713490 1 2.21154 -1.97001 4.41365 +1876576816 1 -1.23003 -2.98631 -4.50601 +1231771029 1 -1.87242 -5.5167 -1.64146 +1439606370 1 0.804705 1.03914 -4.20093 +815752997 1 3.34388 -3.22795 3.77118 +952766795 1 -5.14587 2.59337 1.02294 +496177293 1 -3.5527 4.68911 0.548593 +88995412 1 -0.290683 2.85266 3.90743 +930238652 1 1.35235 -0.747842 -0.687439 +1814395569 1 -0.516829 -1.43637 3.01141 +1862935598 1 2.83826 -2.25872 3.2227 +2034016580 1 -0.329224 0.250693 -4.97898 +1061992340 1 3.53972 0.396602 3.13084 +850106603 1 1.96086 3.19993 -3.23203 +1378306537 1 -2.89381 -0.714091 -4.14958 +1043979820 1 -2.22257 2.84553 -4.23306 +1098630718 1 -3.18833 -0.454215 -3.67654 +2042209560 1 2.90043 0.440602 -1.78883 +1408338872 1 -2.73387 -4.95925 0.191591 +1183360880 1 -2.27378 -1.86492 -3.55143 +1095511927 1 1.26692 2.64961 3.27786 +1818904489 1 4.67528 3.78036 0.157148 +469680924 1 -1.50153 -0.333572 1.61643 +983021025 1 -2.43094 -0.577741 4.60269 +609233663 1 1.57693 2.06031 -0.268045 +677084655 1 -1.28585 1.78701 -3.12309 +999757812 1 2.79632 0.0782948 0.756871 +1056827668 1 3.55136 -2.44593 -4.28515 +654327543 1 2.18344 -2.94293 4.97902 +2002831724 1 -2.90011 5.05517 -0.993646 +1123844911 1 -0.367567 0.991073 -5.6494 +1533292014 1 1.44078 -3.2327 -1.73847 +514913939 1 0.0154276 -1.25514 -3.26521 +435019091 1 4.03374 3.15518 1.5421 +711441295 1 -0.0967131 -0.138214 -2.85673 +1571751768 1 2.0522 -0.147458 3.06912 +1579828265 1 -2.31488 2.12378 -0.613 +598391198 1 -4.87786 3.37502 -0.887703 +1286466508 1 -1.35101 -1.53302 3.96913 +240187369 1 -3.2896 -2.63395 -0.510798 +1967762493 1 0.664494 1.83966 0.829833 +514109146 1 4.07189 -0.86967 -1.08382 +241561834 1 0.34405 0.78224 -4.3301 +1742569451 1 2.8406 -0.26303 -3.8546 +782999878 1 0.631738 -2.77575 -1.63054 +474923738 1 -0.710073 1.34552 -3.76688 +655825273 1 -4.19063 2.62199 -1.98203 +1285312556 1 -1.63016 -3.43924 0.906995 +372345199 1 -2.64429 -0.603398 -4.78699 +1184459186 1 4.54007 1.87433 0.515423 +424749678 1 2.62949 0.080347 -1.97193 +1065328829 1 -3.16715 -4.23584 -0.266377 +844493597 1 0.674748 0.481846 -3.39543 +1015833433 1 4.02977 -1.50757 -2.59698 +1801532392 1 0.37803 1.15377 -0.671482 +1567292614 1 0.44352 -2.37908 2.53342 +1080370231 1 4.29614 -3.53378 0.0354669 +1058536853 1 0.555656 -3.57437 0.251546 +1554018092 1 -0.0433444 3.52504 1.79549 +256045575 1 2.91588 -0.436183 1.60842 +807562340 1 -2.21462 -0.0790683 -1.35112 +718553796 1 -3.41572 -0.822136 3.76265 +1301904019 1 0.251827 1.67326 -4.29414 +247455341 1 -2.65554 -3.67478 0.152011 +612720797 1 -0.989105 1.51184 -0.0975949 +1500805503 1 -4.51572 -2.06247 1.17862 +21603768 1 2.98707 4.92168 1.18537 +1305916333 1 -3.10663 -4.38701 2.42787 +652336205 1 1.41149 0.648822 -1.0114 +368235594 1 -0.920072 -4.51108 1.43882 +378211755 1 1.02885 -3.40728 4.65908 +901142458 1 0.309488 3.02325 4.9938 +1766320133 1 -2.57029 2.3823 1.91892 +495903202 1 -2.34162 -0.572635 3.56786 +1890734280 1 3.68747 2.26059 3.53468 +1726916027 1 4.20903 -3.63206 -1.55162 +1090813718 1 3.18068 -4.13465 0.526254 +517440785 1 -1.44796 -5.78966 1.38564 +1834478 1 0.421012 3.95101 2.27018 +505258011 1 -0.430865 4.14781 -2.80514 +337670002 1 0.638319 -3.83197 0.792004 +267785812 1 -1.51193 -1.4473 5.45308 +584859759 1 -0.602903 3.53542 2.56421 +945403227 1 -5.4539 -0.731648 -1.46549 +1531671767 1 -0.911811 -2.15101 1.99546 +1760865941 1 1.5962 3.3561 3.71273 +1357089751 1 1.35187 3.5867 -3.94402 +1238202433 1 3.431 -2.90459 4.17455 +504780039 1 -3.26971 -3.42907 -1.80781 +887803707 1 0.844761 4.27874 1.7607 +2136564712 1 1.6763 -2.72348 -4.13538 +1213065777 1 0.81777 -2.70559 -1.21961 +461518818 1 -1.53758 1.64956 -5.4366 +2126993347 1 -0.00514709 0.341962 2.90513 +902689967 1 -1.97256 -1.26132 4.62728 +1304199427 1 3.54041 -0.265649 1.76718 +1527428912 1 -2.98963 1.72695 4.78409 +964958701 1 -0.421917 5.6555 1.95872 +601152541 1 3.05418 3.84537 1.04176 +1435268347 1 -2.67694 -3.54564 -0.70108 +1868442170 1 3.61265 -2.01742 1.61506 +1553781364 1 -2.18525 -2.71274 2.78679 +1713850169 1 -2.66267 0.521645 -4.46997 +1748974418 1 -2.28352 -4.28982 -1.91018 +719516767 1 4.89288 1.03638 -1.04835 +540836926 1 0.987074 1.57304 -1.26 +1928042014 1 1.91946 2.21099 1.06998 +869764108 1 -3.5671 -1.50538 -3.10594 +1077958418 1 -0.542287 4.93991 -2.59638 +602028468 1 -1.85892 -2.04998 0.308987 +767467624 1 3.73043 4.75477 -0.0923778 +189283707 1 -1.7169 2.81333 0.529539 +1518386259 1 -3.42142 2.65259 3.69115 +406236079 1 1.63711 -3.76471 2.22723 +748588652 1 1.13468 0.911704 0.344139 +1562976270 1 2.28295 -5.36589 2.08245 +1032042766 1 -0.397002 2.55584 3.01708 +410714480 1 0.661833 -5.66355 -0.676114 +29634976 1 -3.11521 0.194648 -3.99565 +285817594 1 2.24217 4.09935 1.68651 +1266131646 1 -4.80266 1.63659 -0.252814 +56090446 1 -5.84503 1.36861 -0.378439 +1712523646 1 4.36959 2.59036 -0.0198676 +2140892095 1 1.07434 4.23636 -3.36758 +1794256811 1 1.88419 4.92762 1.63803 +407556624 1 -0.83439 -3.66393 -3.62656 +68106937 1 3.97608 1.80713 0.0799562 +1939976017 1 -1.44409 -2.73181 4.82295 +1410405525 1 1.22641 4.30911 3.49766 +11036434 1 0.818861 3.22527 0.94376 +163761158 1 3.21866 1.43738 1.5779 +27553211 1 2.69734 -0.965394 2.99872 +728670688 1 2.2049 -1.99443 3.42978 +28126235 1 1.28063 -2.59226 5.36819 +471824781 1 -0.622478 -2.88346 -0.594011 +1389927216 1 -0.525879 -4.66034 -0.888992 +1492543962 1 -3.24129 2.78133 -3.79729 +660716499 1 0.528088 4.56008 3.20186 +1166481632 1 2.57942 2.2042 -1.26615 +213633932 1 -1.00834 0.888482 -5.32921 +107058678 1 -1.78622 3.88969 1.49929 +983791056 1 -0.0275001 -3.13564 4.31747 +1272178065 1 -4.90466 -0.417091 -0.0865335 +2012489650 1 -2.74844 -1.80146 -4.04951 +1317639458 1 4.68373 -3.07746 1.8996 +1751103919 1 3.35364 -0.440171 -3.36991 +433444482 1 -0.123048 3.90317 4.74327 +2012901548 1 -3.48735 -1.11884 4.61732 +1873014993 1 -2.5563 1.74879 -0.309778 +1097704756 1 0.882891 -0.0368319 1.31669 +294770798 1 -1.44015 1.48485 5.43102 +1802028883 1 -1.36434 -2.34964 1.14168 +1911089558 1 -1.39469 -3.74549 2.79864 +749030039 1 1.74199 -2.94196 -3.66842 +1394331677 1 -4.66332 -1.32579 0.484204 +1499399840 1 -0.986379 -2.31054 0.618602 +888321799 1 -4.39671 0.620822 -0.145595 +1375579880 1 -2.84161 -4.41464 -2.94038 +422022240 1 -1.90537 -1.09968 4.17673 +405671598 1 -0.54486 -1.09579 -4.96347 +1417813712 1 3.75251 3.61421 -0.725608 +1129345709 1 0.800446 3.90501 -1.62132 +774340044 1 -3.76687 3.24238 3.15235 +1215387889 1 4.34867 -1.52581 0.934827 +883037526 1 -2.52674 2.29627 -4.7392 +1848991890 1 1.33775 2.11612 -5.34228 +1119669223 1 1.85228 2.12004 -1.46324 +1832119384 1 -1.96758 -4.44103 0.157755 +563234310 1 -5.27513 1.40937 2.23687 +740406990 1 1.91137 2.71445 1.1259 +1762960916 1 2.31628 -3.41051 -0.0274725 +1551896567 1 -2.6713 4.48748 -1.12485 +927127356 1 2.86991 -3.89636 -1.96892 +1952881643 1 -2.20649 0.0581506 -2.81739 +1607620541 1 5.62517 0.744937 1.48131 +2129550266 1 4.22978 -2.24989 2.7299 +1921159137 1 0.363792 -2.39906 1.69791 +1486373726 1 0.706358 -1.75609 1.75288 +1317481476 1 -0.0150016 -3.99197 4.138 +567605738 1 3.40775 3.23908 -2.66884 +1300210572 1 -1.46756 -0.181876 -4.66982 +107453790 1 1.06685 2.46092 -4.3358 +728889585 1 4.01888 1.60499 2.14398 +2004568734 1 3.84324 2.4495 2.20825 +1219192388 1 -3.11164 -1.81078 0.602655 +1993898760 1 4.69486 -2.14757 -2.22525 +1564952714 1 -5.01025 -0.946283 1.60226 +1947690622 1 0.371874 -3.04711 3.38187 +139948902 1 5.06941 2.67979 1.8528 +1637378627 1 -1.61957 0.950017 -0.892334 +1915559729 1 2.62384 4.33121 2.69035 +1780289680 1 -3.27323 -0.505834 -2.7439 +510041281 1 0.205245 0.395844 2.80023 +1450145943 1 -3.62904 -0.464824 4.11292 +617856941 1 2.47978 2.51666 1.95517 +319509475 1 -3.00443 1.1568 0.558344 +1961798618 1 4.38647 0.983239 -0.84219 +394707719 1 1.71812 5.38166 2.46021 +461387665 1 -4.62323 2.42408 -3.09421 +91074178 1 -2.8574 3.2724 -1.06506 +342620829 1 2.79177 -1.96376 -2.1966 +878471112 1 -2.32448 2.19594 -3.61496 +466953690 1 0.565309 -2.62046 2.75483 +333211078 1 0.539862 3.94371 3.66842 +1926913755 1 0.815117 2.32668 -2.42166 +94665094 1 -2.11957 -3.04667 -1.68958 +1881035305 1 2.8237 1.05725 2.39423 +1699128848 1 3.23319 -2.45693 -3.04113 +1953175584 1 4.67057 -0.882375 -3.70656 +764061023 1 -2.15254 1.14886 3.66093 +1105487655 1 2.85399 1.51529 -4.12575 +173450202 1 1.25597 4.79532 -0.936026 +1723444736 1 0.302711 0.793644 1.24107 +1031850323 1 2.46064 3.46499 -2.40002 +1858716662 1 5.13433 1.87445 2.41658 +245219742 1 -5.08328 0.0382036 -3.07699 +72303818 1 -2.55001 -4.21215 0.807336 +516672303 1 -4.36668 -3.31985 -2.46956 +1561145502 1 1.87721 -0.696667 3.33106 +705870165 1 -1.25946 -1.30744 -1.33706 +1083191413 1 -2.86595 -4.04977 0.313173 +1948343414 1 -4.79298 3.11514 -1.48814 +1586100476 1 1.32968 2.92991 -0.388429 +569094152 1 -2.2441 0.793562 -0.145643 +132998768 1 0.918781 -4.77397 -0.00187052 +1154909245 1 5.78319 1.59311 1.08534 +2096172922 1 3.0436 -0.247339 -0.677477 +1376122163 1 3.2815 2.98971 -0.289062 +828761169 1 -1.07824 4.73498 2.24375 +1805012483 1 2.95633 -3.11943 3.83403 +2051040809 1 2.01539 1.48108 4.03342 +352313598 1 -0.145126 5.04286 3.09559 +606688465 1 -1.89623 3.63141 3.08963 +224399876 1 4.11171 -1.50084 -1.21217 +98898928 1 -0.568476 -0.977677 -4.9322 +94006207 1 -1.03698 3.34803 4.55964 +140671986 1 -4.27887 -3.94724 -0.933173 +34144392 1 -1.37984 -2.23413 -5.43497 +1063988983 1 -5.20206 1.16946 2.34736 +593296741 1 -2.19548 -1.00895 2.90705 +185068419 1 0.222679 -4.35195 -3.98261 +2053165676 1 0.0775696 0.976532 -1.89938 +1990037146 1 -0.293226 -2.67394 -2.76957 +1992060609 1 2.93118 -3.9721 2.99166 +882395320 1 -4.81881 3.14028 -0.794518 +913837122 1 2.7017 -2.12236 -0.405534 +370123035 1 3.10705 -0.883503 2.15949 +1292563092 1 4.12061 -0.875995 4.27664 +323133994 1 -2.53586 -2.13633 0.65513 +827296213 1 5.74773 1.16267 -0.0800376 +1957081758 1 -5.2345 1.93709 0.635894 +340425241 1 3.47392 -1.29549 0.95768 +121941467 1 3.83995 -3.14263 -1.56316 +2131360777 1 0.749918 -1.65306 -3.614 +1269506091 1 -2.99199 -0.792312 -3.66913 +1882651516 1 -4.28179 -3.3833 -1.81757 +258355090 1 -1.81688 -2.63003 3.32989 +621011261 1 -2.62716 1.92748 0.381311 +110351258 1 -3.73894 1.18767 -1.73356 +1006130358 1 -4.27193 1.07997 -0.465639 +1575834113 1 -4.68165 0.843004 -0.443386 +1070208236 1 -3.02204 2.94027 0.0756823 +155147724 1 1.06524 0.186728 -0.640308 +860308115 1 -4.78044 2.93347 -2.6037 +2041737126 1 -0.786754 2.90212 3.96197 +78313728 1 0.363732 -3.42029 -3.05295 +710745568 1 4.4139 2.91593 0.350439 +200568456 1 -2.65089 0.00596618 1.01754 +783658900 1 3.88139 -1.50534 -2.41836 +74319995 1 -0.0817316 3.51472 2.13451 +1202788155 1 -1.34949 -0.835954 -5.14518 +419149713 1 1.77586 -4.42168 2.86948 +1332357836 1 1.31249 -0.681511 -2.48607 +1404841200 1 3.35495 -3.25548 0.110467 +1998443881 1 3.32313 -4.53331 0.065226 +1919156511 1 1.62909 -2.07185 4.84355 +1454378195 1 3.17954 1.56594 3.42105 +901946768 1 3.56427 3.72258 -3.208 +1936462497 1 4.05282 1.28088 1.62497 +1460489718 1 -3.51531 0.431621 -3.84341 +1706013862 1 3.51473 2.31278 -0.192568 +1439721093 1 1.73109 -0.0582799 0.643672 +2058579636 1 -0.723471 -0.506011 -5.72269 +1334295372 1 -2.08666 4.0625 2.67495 +442360988 1 -1.32542 -5.72635 -1.5768 +777349627 1 0.146422 4.33473 -0.121701 +462080886 1 1.72291 -0.993093 -3.49048 +1341290364 1 -3.96343 -0.178623 0.385721 +942687241 1 2.03146 -1.41088 -2.81644 +1424814028 1 -3.20997 -4.27567 0.248177 +1886666766 1 2.34761 2.02573 1.60553 +804959610 1 -1.13061 5.44343 -1.51389 +1783709139 1 2.76542 1.75564 3.17875 +214505851 1 0.649602 -0.299947 -3.95758 +1393271434 1 -1.04917 -3.11675 -0.785368 +1860017515 1 1.38273 1.28004 -0.117794 +761669142 1 2.3748 -0.062566 3.04869 +1611116842 1 -1.59727 3.51408 3.80564 +1248287724 1 3.33289 -1.77525 2.2224 +2000557678 1 -2.19055 -5.02365 -2.72179 +875036442 1 -0.426895 -3.56422 -2.7536 +28238939 1 -1.56141 -1.75119 -2.89793 +1617192271 1 4.38327 -3.18402 -2.31207 +310061344 1 -0.129826 1.64793 4.39035 +1157600281 1 3.7825 -1.00754 1.83822 +998669211 1 4.78188 -3.60176 -0.962689 +48576325 1 2.55215 2.96842 1.64209 +1923125198 1 1.80554 -1.78893 -4.36392 +1900823789 1 4.07109 -1.76794 0.977197 +1278817097 1 4.51842 -2.21396 -1.33956 +362656272 1 -1.33409 -2.56539 -2.16131 +1641699015 1 2.66317 -4.58877 -1.51582 +11611471 1 3.72078 3.74862 0.291077 +4084774 1 1.26874 -4.01211 0.591214 +1755113877 1 -1.48058 4.42328 -0.748615 +724598870 1 -1.26314 -1.19055 3.01702 +1045895081 1 -0.39648 -1.07733 -4.92436 +1208397628 1 3.51666 -2.56217 2.41659 +611081374 1 -4.88305 2.90322 -2.35522 +1821112809 1 -2.90659 -4.73499 -2.48155 +1840796941 1 4.87721 -1.81293 1.76356 +678277092 1 -0.257477 2.63072 -4.05642 +577825770 1 -4.75172 1.83908 3.50957 +710136434 1 2.39107 0.344513 -3.84643 +861832200 1 1.82961 5.68418 0.0862466 +448916516 1 -2.07295 -1.24812 3.16783 +1539145606 1 3.31879 -3.02231 -1.6574 +1753295614 1 -2.19146 4.53713 2.07414 +1002055124 1 -3.67799 -4.25868 0.453753 +281225576 1 -4.08976 -1.79509 3.75161 +795646409 1 0.437808 0.884543 2.91911 +1050265891 1 4.15735 -3.73452 0.965401 +1738369732 1 -2.76437 3.42579 -3.60409 +2069310494 1 1.80001 4.49408 -1.89978 +1779982963 1 0.310497 -4.8265 -1.94401 +736890503 1 -5.25741 1.51316 -2.6347 +1669825052 1 -0.861611 -2.1126 2.32524 +473878594 1 -1.7289 -0.422715 4.651 +1745286777 1 -1.49283 -3.02951 1.38788 +954540757 1 0.660098 2.40663 1.45987 +227751115 1 -2.1423 -0.454613 2.03365 +805283172 1 -1.80875 -2.5299 -1.20632 +222501265 1 -1.54205 0.959172 4.09151 +792844168 1 -0.71289 3.63214 2.94056 +1074760341 1 4.9467 -0.202285 -0.277252 +846476185 1 -0.381968 -5.31344 2.70216 +80574666 1 -4.82514 -3.86229 0.0354755 +326817769 1 5.39988 -1.43282 0.634077 +405656537 1 -0.854943 -1.70123 5.51863 +690804181 1 0.24458 3.93813 -3.32901 +1830034082 1 -3.05557 -2.35317 3.74215 +835352877 1 3.24118 -4.7023 1.16623 +18285948 1 -2.26617 1.94665 0.0952117 +65216991 1 3.36606 -2.57096 3.47957 +2025829706 1 5.57999 -1.61956 1.00828 +1010388534 1 -1.52378 -2.13199 -0.904618 +963817697 1 -0.385069 4.60365 3.5121 +1358323279 1 -1.23947 -0.379686 -4.18526 +652290405 1 2.656 -1.0642 4.90499 +304907441 1 5.91082 0.253281 1.28831 +1481651620 1 2.40337 -3.7422 -4.01518 +1009969332 1 -1.34872 -0.298026 3.50437 +55870778 1 1.92868 -4.11104 0.372212 +1846347853 1 4.99706 2.46477 -1.69112 +190894369 1 1.84086 -3.67106 0.474405 +1957240369 1 5.65014 -1.34059 -0.181684 +1554285881 1 -1.44361 5.32259 2.29752 +297586512 1 4.27138 2.06314 -2.40212 +280405969 1 0.0199619 0.511139 5.05655 +2034586205 1 0.416504 2.62712 -2.50115 +641073304 1 -1.93532 4.28209 -4.01656 +10104114 1 0.298745 -3.84017 -0.438193 +256899025 1 5.04937 0.758688 -3.13493 +1202257997 1 3.81213 0.742453 -3.03824 +597696659 1 -1.42463 1.82369 5.37378 +2120112791 1 5.17044 0.894565 -2.33656 +1631336576 1 -0.21399 1.50085 1.30509 +170008253 1 -0.899729 2.39572 4.04108 +933365376 1 -3.01349 -2.27283 1.65753 +273150836 1 -3.60741 3.38595 -3.23102 +1861895623 1 1.79872 -4.77175 0.0890648 +1225507236 1 -4.33695 0.087959 1.89294 +1875248694 1 3.13764 4.48099 1.50675 +1546503377 1 1.30438 -0.48771 4.09586 +437974153 1 -2.42423 0.589567 -4.34194 +1621318395 1 3.04424 -1.931 2.35102 +1913697424 1 -2.6968 -2.36182 -5.03975 +2079278199 1 -0.4373 -4.74834 -3.44422 +1894734090 1 4.1238 3.18746 -1.8701 +1528216307 1 -5.23597 2.01762 1.74282 +318597100 1 -1.43448 -2.40333 4.41191 +870217933 1 2.64499 0.0751478 -2.50539 +1509708523 1 1.24011 -1.29631 -0.336088 +282552788 1 -3.4466 1.27246 -3.5193 +436987451 1 -4.68382 1.58122 -0.234301 +1236866387 1 0.841387 -2.79264 -0.108284 +437012983 1 -5.03475 -3.1618 -1.16384 +321837912 1 0.200784 -0.125009 -4.23529 +541147754 1 -3.49231 2.29731 0.333873 +1899634873 1 3.44131 -3.35673 -1.87516 +1870711330 1 -1.96232 -2.90723 -2.98035 +1566737727 1 2.19629 2.11182 -3.10554 +65223618 1 1.53697 0.382988 -2.36521 +198237976 1 2.25793 -3.98765 2.24111 +2105692111 1 -1.29037 0.268725 0.310928 +1315393924 1 2.41167 -0.82981 -1.13918 +731114555 1 -4.59671 1.50297 -0.330831 +2031913254 1 -1.93824 4.79815 -3.01669 +464074403 1 -4.12366 -0.877793 -1.13453 +933585356 1 1.60925 -0.54196 -1.96812 +154387181 1 2.06361 5.49139 -1.98581 +655358961 1 -0.577619 -5.76392 -0.290042 +250802474 1 1.22463 -0.866191 -4.64929 +1120904315 1 -1.29192 -1.00978 1.38208 +1321703200 1 -4.46332 -2.19482 -2.338 +343498477 1 -1.8064 -0.136583 -0.253269 +293744780 1 -1.08945 2.42779 -2.71317 +1667237886 1 2.74258 2.48713 1.99428 +142840134 1 0.0575183 -1.03614 5.02195 +1613601444 1 1.14474 -3.58415 -2.72354 +923426634 1 0.287154 -0.135179 -1.47591 +1556472682 1 -4.02596 3.5575 1.53997 +629958880 1 1.28111 5.52264 2.19811 +376654960 1 -0.393459 0.0637413 4.29782 +915018658 1 -0.0928196 3.26386 4.32079 +1569472469 1 1.28095 2.84516 1.91312 +1077452233 1 0.910975 0.510588 -4.19395 +1937776097 1 -3.5211 2.36806 -1.70198 +444765908 1 5.33415 -1.91192 0.570719 +901126009 1 3.91025 -0.367464 2.72978 +972310454 1 -1.73332 -0.185785 4.07828 +1142819849 1 1.60974 -4.84922 0.818466 +497006943 1 4.93996 -1.73402 0.462386 +1482324916 1 4.53649 3.68148 0.877898 +1298385843 1 2.88857 -0.385861 3.70004 +72789758 1 2.66271 0.00202532 -3.18154 +351161926 1 2.02921 -1.91168 4.5617 +848904175 1 -1.50096 -3.14391 1.75465 +1317963018 1 -1.13003 2.68912 -2.64983 +189799503 1 3.15339 -3.64398 -3.28948 +646571211 1 -0.663264 -5.9772 0.788737 +1259084330 1 3.93314 -0.185809 3.68298 +1324999683 1 1.23695 -4.77462 1.42739 +554239492 1 -5.04938 -0.939103 -1.79326 +343244006 1 -2.75368 -2.87578 4.50814 +895077021 1 -1.3302 0.807748 2.55639 +1039386698 1 -0.222057 2.40213 0.24833 +574854297 1 -2.08118 -3.10404 1.91883 +1155567600 1 -2.27712 4.1281 0.917409 +1663372422 1 -3.01212 -4.14557 3.11941 +384104679 1 -4.09698 0.989856 -1.28337 +1890635458 1 3.45023 -2.27667 -0.739344 +1251646559 1 0.32713 1.77189 3.33103 +926124791 1 4.23647 -1.46759 -0.598443 +802706762 1 0.981244 2.84996 -4.13916 +410665681 1 -0.763937 1.76601 3.68287 +1969025741 1 -0.634108 0.167835 4.41806 +1362811238 1 -1.69194 0.402123 -3.3387 +394710947 1 3.41621 -3.42453 0.0112911 +617206453 1 1.37529 0.29297 -1.64058 +1132057932 1 -4.90467 -0.589738 1.47443 +699554010 1 0.844585 1.32296 1.63326 +1138751282 1 5.80366 -1.75921 -1.07826 +1671704810 1 4.37366 -3.36558 -1.69416 +1017363838 1 -3.39304 -4.14149 -2.66572 +513784502 1 0.541704 -2.32621 -2.05825 +1750540486 1 1.08414 -4.81512 3.15699 +1153257550 1 -1.47941 -0.839965 1.89257 +1824098516 1 -3.21865 -1.27104 2.44484 +2082455189 1 -1.64397 0.215011 3.248 +632395796 1 -1.48759 -1.74312 -3.71406 +2044910258 1 -2.51732 -0.756724 -1.07992 +777229563 1 1.20254 0.149403 4.80367 +1108922483 1 0.711284 -5.80389 -2.06932 +619791771 1 2.35624 -1.91496 -0.892346 +1373891584 1 2.42293 2.44927 -1.61999 +530664610 1 0.332143 -0.828029 3.97485 +526447894 1 -5.53643 1.73473 -0.888485 +992296323 1 2.82049 -3.27847 -1.78115 +1660544845 1 2.29982 5.3202 -0.753375 +1333088720 1 -3.30656 -2.30197 -4.08346 +178120765 1 4.87072 0.774597 3.69487 +1690408374 1 1.861 -0.323921 2.53354 +1913969942 1 0.350672 0.420096 0.972231 +201609048 1 -4.98592 -1.46156 1.42522 +1621951451 1 -5.12698 -2.55063 -2.26815 +259688895 1 0.778422 5.9425 -0.807582 +580603006 1 0.246357 -3.41671 -4.98255 +1626109276 1 0.31072 -1.08565 4.17623 +1246080299 1 -3.04361 0.120912 -2.57564 +672644206 1 1.47846 -2.81105 0.605727 +1403208833 1 2.41915 0.910091 -1.94306 +511867716 1 1.23168 5.93225 0.542752 +1567160301 1 2.87844 2.94486 2.77366 +1135940349 1 2.91664 -0.18927 -4.86308 +1276627728 1 2.61441 -5.28177 1.37252 +2053807623 1 -1.28386 -1.97642 -4.07398 +765206078 1 2.83904 -1.59028 -3.18009 +543862738 1 1.64689 -0.778461 5.79635 +1958125070 1 -0.576051 -4.21936 3.76959 +1310014912 1 5.33787 -1.43368 -1.36271 +926347590 1 0.296257 3.98038 -0.305418 +820019056 1 3.33364 -1.60175 2.66697 +721270672 1 -1.9513 -3.71692 -0.895172 +1451722948 1 -2.28488 -2.33348 -0.220238 +1579537651 1 -4.25405 3.73609 0.503523 +1602548333 1 1.12438 1.62874 4.34776 +2102133656 1 -4.481 -1.53229 3.72743 +1343904379 1 3.27706 2.86571 0.0568487 +422270133 1 -4.33543 0.845321 1.27701 +1634296366 1 -1.33908 0.481489 3.00681 +1308110641 1 1.62551 -0.345009 -4.49316 +1347078970 1 4.85797 -2.66777 1.66737 +1191613357 1 -3.9961 -3.27904 1.059 +18870852 1 -5.50467 2.10971 -1.3191 +381830564 1 1.13095 0.316163 3.54745 +1638496290 1 -4.40997 1.06138 -2.72809 +31695580 1 3.83766 -4.46404 -1.94992 +968985516 1 4.34659 0.684176 -2.3517 +1706011176 1 3.68075 1.05415 -0.0484013 +1310065187 1 4.20563 1.2134 -3.45478 +1205688468 1 0.362695 3.96881 3.69544 +833721481 1 -0.23957 5.81702 -0.651472 +726064571 1 1.22164 -1.57711 -5.0327 +929787701 1 -1.57168 -0.74266 -0.427321 +1521376318 1 1.67862 -0.991916 3.88934 +857969719 1 -1.04128 5.43533 -1.17327 +834173454 1 -4.48478 -3.14391 1.82631 +1068416784 1 -0.2009 -1.818 3.35265 +1726797759 1 4.33393 -1.14417 0.845567 +1824350031 1 -2.87371 1.99733 -4.29764 +1338433872 1 3.16114 2.47522 0.301765 +495915317 1 -2.70133 -3.93778 -3.2614 +328053798 1 -0.226151 -4.37773 -2.87828 +2087953927 1 1.50395 3.74646 1.15766 +1921489213 1 -4.49271 0.141715 -0.342274 +239603146 1 -1.25183 2.73776 -4.14308 +1684021471 1 -4.02782 -2.85264 -3.70439 +701936750 1 -1.23764 5.58379 0.143143 +191876884 1 -1.15019 -1.19189 5.28166 +2139581700 1 -3.26639 2.7646 0.432547 +817205529 1 -0.688586 2.67253 3.79432 +200978616 1 -0.912934 3.78971 -3.88211 +1255139437 1 -0.2017 -2.85765 -1.02581 +2027114263 1 -1.47407 2.10084 -1.46204 +740213718 1 -0.134294 0.990751 1.33681 +1023462792 1 -1.39497 3.92965 3.19623 +711133397 1 3.75282 -3.65922 1.00869 +1741592939 1 4.18621 -2.6015 -1.04393 +890429360 1 -1.79579 4.37891 -2.06346 +30441855 1 -2.96082 2.06393 -1.52783 +579968157 1 1.23521 3.32653 3.07397 +1046084255 1 1.40136 4.17181 3.58111 +1750081194 1 -3.80101 0.15559 -2.87811 +457609888 1 2.55935 -0.0500578 2.35472 +270110606 1 -3.23419 -2.0045 -4.5646 +1135841289 1 5.96986 -0.0966255 1.33414 +789869762 1 -3.92061 0.00152197 0.765761 +1378612664 1 4.07415 -0.0119214 -1.85016 +788650708 1 5.09963 1.90367 -2.74766 +515715499 1 -1.02066 4.6398 3.13338 +472416205 1 2.04966 -5.69377 0.0872932 +2021267709 1 3.10887 4.8545 1.14365 +1989046988 1 2.91676 1.83938 -3.77784 +1440784025 1 1.30696 5.6584 0.984818 +1827762680 1 0.883763 2.21184 2.92839 +714172932 1 -1.10423 2.07127 -2.18537 +286615281 1 -0.649889 -4.52145 0.908002 +1116575177 1 0.167496 -1.28775 -5.31441 +655796561 1 -1.14053 -0.117862 4.21475 +2046839251 1 2.82222 1.02621 1.8024 +1549853845 1 -1.12578 -0.236363 -2.30389 +1107141456 1 0.357688 -5.74031 -0.402136 +547183334 1 3.1207 5.23974 -0.718768 +1185341061 1 4.08865 -4.43951 0.906377 +44064863 1 -2.32177 -2.01164 -0.546459 +1046191343 1 1.09775 0.619081 -4.58661 +476875101 1 -2.44319 4.48514 -3.30076 +360788178 1 0.36651 6.05331 0.497631 +1661246715 1 1.36368 3.55352 -3.2795 +853317138 1 5.80224 -0.789126 0.247987 +1735218938 1 3.59292 1.35256 2.75734 +301188610 1 2.97419 -0.656928 1.25045 +211103120 1 -1.22497 -4.89428 0.334831 +348800505 1 -5.28546 1.50077 0.0621892 +677384375 1 3.58238 -2.19833 0.800605 +435156403 1 -5.83413 -1.61227 -0.587852 +897177906 1 -4.04829 0.420923 2.46486 +1519475124 1 -0.0356286 -3.27392 0.238857 +1427230966 1 -5.40277 2.61248 -0.512083 +443080379 1 3.88792 -3.46054 2.77289 +1143334236 1 3.29221 -3.08581 -1.85466 +1704661703 1 -4.88992 -0.774462 -1.43094 +594163414 1 -1.75873 -5.47903 -1.16349 +1218051509 1 -1.67063 -1.18208 -3.64883 +609619726 1 1.96889 1.69001 4.29057 +2132862552 1 2.01455 -0.166723 1.87374 +747243118 1 2.93667 1.599 0.82323 +1037213966 1 2.21833 0.342035 4.14133 +921606628 1 0.0531995 0.818894 3.77555 +1749792583 1 -1.09099 1.25474 -3.5026 +1558453836 1 -4.03521 -3.10193 0.0348151 +1772963146 1 2.00802 1.79653 -4.3394 +1185720322 1 2.82426 -1.94981 -3.61596 +1171503418 1 -3.93602 1.4112 -4.12801 +2102097474 4 0.602137 -3.99974 -2.45884 +1744846704 4 3.77965 0.742786 2.55055 +1186613444 4 0.868237 1.81047 -5.82751 +1333722540 4 -2.03113 -5.4353 1.65082 +708474927 4 2.05294 -0.151262 1.18116 +116122742 4 -0.691182 -3.73828 -0.191582 +428560412 4 -2.42116 2.53183 -3.57774 +329676101 4 -1.09552 -0.371132 3.10924 +941247101 4 -1.37207 4.229 -2.9995 +627292792 4 -2.84741 -2.51364 -0.939066 +530939932 4 0.676794 -2.34484 -5.02818 +931614274 4 0.396303 -1.89175 4.54038 +1645052074 4 1.88022 0.262342 4.69522 +805848935 4 4.03568 -1.44021 0.395565 +1762643274 4 1.71536 -3.76062 -3.48576 +1251385114 4 1.61366 -1.00203 -4.7929 +1190815078 4 -0.595541 3.2054 1.87162 +139850889 4 0.675241 -3.63558 1.33132 +1201160398 4 3.26613 5.21029 0.674133 +1302586505 4 2.558 1.95998 0.823763 +979482342 4 -1.23473 4.83983 2.62731 +1592158330 4 0.623487 -4.98143 -0.38713 +929988594 4 -2.31531 -5.02855 1.73938 +481264086 4 2.85392 0.255684 4.45757 +1768085707 4 4.82622 -2.76689 -1.63831 +1970063523 4 -3.89787 -2.46644 -1.65109 +2065462279 4 -1.76044 3.05754 -1.80672 +706390340 4 -0.468622 2.32575 -5.62057 +422755074 4 2.13724 2.27791 -3.16418 +1420563260 4 -2.51653 0.126206 -0.448257 +708791103 4 -2.79217 -4.70229 1.33858 +345868909 4 3.68391 4.42119 1.38534 +900234561 4 -4.47632 2.60677 2.83563 +890896986 4 -2.2923 -2.92971 3.71106 +1128380031 4 1.74825 2.96471 1.26493 +1404737540 4 -5.92862 -1.66543 -0.637068 +1289639315 4 0.0456497 -2 -3.4591 +923415129 4 2.21676 -1.19049 3.93638 +1001114827 4 4.56357 -0.194072 1.27231 +2136789323 4 -5.84728 0.75381 1.72222 +1317845123 4 -0.213543 -3.39669 -3.57851 +941340899 4 -2.18418 2.81156 -4.33921 +860048756 4 -0.733085 -0.798754 -0.275568 +259637072 4 0.696943 1.31109 0.631047 +226538620 4 -1.98144 -1.61438 1.30063 +258995496 4 -1.39951 2.10589 -3.51721 +1469278229 4 5.76897 -1.67202 0.309143 +734466237 4 -2.77781 0.8928 5.20694 +612197904 4 3.89013 -3.56983 2.19475 +2030041264 4 1.06529 0.990148 3.62347 +295558287 4 0.0846295 -4.43803 0.966354 +1160204756 4 0.729878 -3.47871 -4.85921 +17746763 4 -5.79056 -1.3132 1.17675 +1955505267 4 0.810075 4.44051 3.40891 +1551039472 4 -2.03746 -0.284196 0.221632 +356483904 4 -3.38892 2.94327 0.816407 +48066573 4 -0.805278 1.74449 1.91764 +939206523 4 -3.60519 3.4764 3.30291 +910799916 4 -0.78475 -0.646225 -4.97655 +1937523852 4 -5.25894 0.510231 2.21119 +1153549395 4 1.07924 -0.265593 2.7081 +879362982 4 0.642123 -1.93022 3.12627 +568737520 4 -1.9032 -1.74264 4.44619 +97884672 4 -2.6052 -1.18931 -0.959916 +526978712 4 -1.3537 2.74545 1.18085 +845608237 4 -4.64482 -0.521805 1.77636 +1133529698 4 4.0423 -1.80993 2.47272 +876210245 4 -4.43588 -0.140948 0.829321 +854308730 4 5.31798 -0.85839 2.39645 +208232489 4 2.9346 4.03883 1.87847 +1367008559 4 -4.44638 -2.96696 -2.00101 +1140130120 4 4.4226 0.171053 -3.53875 +1657600851 4 -4.9193 1.62422 2.84997 +957475048 4 2.95721 -0.647715 -5.19578 +134991274 4 0.589566 -4.36748 -4.33096 +698402256 4 -0.467359 -1.26346 5.8478 +1377008770 4 5.50183 -0.155762 -0.0189248 +676494726 4 1.25924 -2.31135 -0.527572 +440582464 4 3.53438 -2.46196 -0.803591 +825563503 4 5.27955 -1.5523 2.41253 +2069299581 4 1.28427 -3.39071 -2.25805 +1253201540 4 1.94832 3.25983 -1.47611 +824684997 4 3.18543 1.27974 -5.11359 +465125748 4 -0.686573 -0.704724 4.40402 +143452323 4 -1.8634 -2.93079 -1.895 +1099805605 4 -0.490786 2.01551 3.62198 +773121468 4 -0.00850646 5.91598 0.10897 +375564262 4 0.0749981 -5.02189 2.06744 +1953026675 4 3.26529 3.48714 -2.39527 +18525625 4 3.41556 -1.86817 3.85578 +897247223 4 1.6094 1.88918 1.89792 +570508737 4 -3.39441 -2.36284 2.57074 +1844438246 4 -0.48481 3.19935 -0.563076 +354051693 4 1.4411 2.04643 2.16884 +754409977 4 -0.0521685 4.10124 -3.8062 +1243797588 4 -2.20821 -3.95387 -0.757077 +5567522 4 -3.81272 1.82134 3.2171 +314398587 4 0.0923569 1.36636 -0.969837 +67259728 4 2.75567 -0.74112 0.626881 +1846539671 4 2.4401 5.51741 1.04932 +860206459 4 0.37263 -2.75378 -4.63973 +1429667644 4 -2.93341 3.71221 -3.73697 +2099847179 4 -3.02175 -4.58348 0.514465 +495039109 4 -4.0064 -2.70417 -2.02578 +982290370 4 -2.41982 0.189021 0.682752 +1847008157 4 -1.46387 -0.110977 -4.13452 +1999657695 4 2.82436 -0.147313 5.51512 +381629989 4 -0.194121 0.448404 5.27934 +546475053 4 -0.698852 3.83303 4.48624 +1355647262 4 2.86296 3.34478 -0.40123 +327292618 4 5.93441 -0.364617 0.946923 +1852256146 4 -3.25408 -1.1583 -0.924191 +1922264368 4 0.70047 -1.46115 -4.12446 +1149888152 4 2.25762 3.12313 -3.53533 +241161183 4 -1.05573 -1.64376 3.74233 +1730097853 4 -0.543047 4.57114 2.8835 +61913980 4 1.26955 -2.75106 3.80536 +1499975603 4 -1.41665 -0.631714 3.1762 +763690161 4 -5.04644 -1.18833 2.98658 +383477229 4 -1.66035 -2.06934 -2.51276 +1667767566 4 1.58479 -2.31333 3.37801 +2088703297 4 -0.250489 -3.98936 -1.70731 +1587106484 4 2.72097 -0.933292 -3.37305 +1885466086 4 -3.17926 3.1203 -1.61964 +828993799 4 -0.233558 -4.78937 1.71475 +149393331 4 -0.154822 3.37496 -1.85629 +115394075 4 -1.7254 -3.63716 -0.390944 +1762297654 4 0.245083 -0.0211217 4.81037 +1747831270 4 0.994689 5.48996 -1.10593 +1373194481 4 -1.71547 1.95521 -4.977 +1240544049 4 -0.419466 -2.7898 -2.07146 +1867776331 4 -3.57488 4.16564 -0.841455 +1625321700 4 1.65752 4.11893 -4.22578 +1883704849 4 0.312403 2.3994 3.90778 +1711668452 4 1.75675 -2.91093 -3.13747 +1662011814 4 1.07456 -4.41524 -0.588949 +1278188968 4 2.32881 -3.83357 -1.17952 +107012371 4 2.22433 1.92583 -2.47364 +895989506 4 1.35194 4.88097 -0.629143 +2136277193 4 -3.22735 1.40819 -5.07478 +219138010 4 4.57708 3.49832 -0.576023 +1653919235 4 -3.75395 -2.92252 0.57742 +1483331813 4 -2.41114 -2.80434 1.69186 +510187049 4 -1.81204 4.22352 4.16102 +2044062130 4 -0.25232 2.4498 -5.03323 +639432168 4 -2.4995 1.00567 3.93638 +247723197 4 -0.685528 4.43933 -3.98722 +657495891 4 -3.02493 3.92651 -0.0910838 +323335448 4 -0.0514445 3.86303 0.109578 +1961747659 4 -2.63959 3.87872 3.29155 +82349477 4 -1.72957 0.756798 2.31486 +99373670 4 -2.47315 -2.77364 -3.4094 +1535440819 4 -5.03664 2.25459 1.86855 +1160665038 4 2.53197 -1.20089 2.92724 +761182715 4 4.25874 0.538143 -0.147159 +1753119242 4 -4.30461 -2.37323 1.73637 +1078336900 4 1.96375 2.12096 1.66692 +1691863914 4 0.885325 3.64833 2.00589 +1307380931 4 3.14892 -4.42176 1.47422 +482985912 4 -0.769569 -6.04145 0.307858 +1130486320 4 0.440758 0.842141 -2.53077 +2145682450 4 -3.39342 1.74649 -1.68489 +1101249140 4 4.78668 2.7019 1.12783 +1734522749 4 -2.47943 3.35296 0.479303 +1055187743 4 3.49751 -1.76123 2.10159 +950402807 4 -1.40136 -4.22182 -0.379618 +200745836 4 -3.03237 2.93953 0.0181173 +756034292 4 -0.545063 -4.50135 3.8045 +194212014 4 4.47708 -2.19818 3.22912 +1042008639 4 2.26201 2.52081 -2.67348 +437033135 4 -0.604296 4.94284 -2.98058 +1294595104 4 0.131948 -3.19851 2.28477 +1773621131 4 0.468055 0.562076 5.07484 +735059552 4 1.17373 -0.254387 4.93692 +1334818858 4 -3.24719 2.99208 2.19563 +2089233577 4 3.09007 -0.882058 1.63113 +1414448600 4 0.515473 3.46243 4.18889 +1900781529 4 2.61081 -3.6666 1.11207 +1386368284 4 0.929732 5.58385 1.09241 +1498029150 4 -2.22443 -3.7027 2.34976 +1295737866 4 0.859099 -2.88052 -0.706812 +1101310811 4 -5.88127 0.211764 -1.69267 +416476296 4 0.53012 1.48763 2.53509 +1132864649 4 1.50809 -0.993763 -2.33912 +985884671 4 5.37791 1.39654 -2.39014 +1401336321 4 2.84896 3.75438 -2.21894 +318154138 4 1.69877 2.70596 -5.03804 +962835701 4 2.94309 -2.22929 1.49916 +1201034597 4 -2.18277 1.66903 -0.840515 +1672497375 4 -5.2584 -2.8096 0.131352 +620563307 4 2.02829 -4.93852 1.16545 +2109483841 4 1.40843 -1.17401 -4.36271 +1809882759 4 1.38708 -0.195326 5.00892 +920932435 4 -2.99077 -5.13124 0.314552 +1418076985 4 1.29452 -4.82105 2.71366 +952894810 4 0.316476 -3.59946 0.500198 +233138417 4 -3.40037 -3.25197 -2.95658 +1010216727 4 -1.10887 -1.51373 5.58759 +1260456588 4 1.93275 2.10038 3.22324 +993272544 4 3.38615 0.0922946 0.319796 +1539068502 4 -1.42381 3.15833 4.93585 +178892077 4 -0.17339 1.47761 -4.58139 +267704280 4 -2.40577 0.7318 4.02189 +944195881 4 0.716298 4.02262 2.39036 +1233931470 4 0.880823 2.42407 -3.28939 +499555178 4 0.909398 -1.18788 -1.89368 +2081608722 4 -3.09878 3.42613 2.0081 +574776532 4 3.12178 -1.51392 2.25107 +1696740579 4 -1.14433 -1.80881 -3.47266 +485675976 4 -2.4518 -3.67697 0.53571 +2133546844 4 -0.583729 3.21737 4.58419 +1566447545 4 -1.03388 5.81183 -1.01044 +1090233825 4 2.72832 -1.44509 5.37933 +442713193 4 0.576962 -5.28481 -0.0477252 +598768006 4 -2.07058 1.36145 3.31014 +148012653 4 0.459377 3.58088 -2.59806 +40679394 4 0.166889 0.924445 3.57007 +834974416 4 1.85722 -1.80522 -5.2769 +1076947840 4 -3.48259 4.35381 -1.98192 +1212541711 4 2.71124 -3.21497 -1.50553 +934132696 4 -0.702973 -3.39399 4.69073 +805232557 4 3.0232 4.23126 -2.15155 +2074231894 4 -0.0722573 1.45915 -4.67575 +970197546 4 0.596428 -0.69737 3.9266 +82369190 4 1.13809 -3.73208 4.77815 +1050939893 4 -4.15826 0.729333 -0.231026 +2060865569 4 0.538557 -5.58245 -2.44216 +9417571 4 -2.98212 3.74844 -2.72471 +1476520224 4 0.0323656 -1.93912 2.48511 +272972421 4 5.17869 3.00518 -0.79453 +1839559746 4 -3.71851 -2.86922 3.07321 +1087179363 4 1.12493 -1.60846 1.50684 +1177149634 4 -3.40113 -3.68211 0.887042 +1920166841 4 -4.712 -0.563233 0.288708 +831893744 4 1.17207 -3.35122 3.81674 +546201371 4 3.72299 3.79518 1.17882 +1029645322 4 -1.98995 4.17911 2.21706 +647812094 4 1.57919 2.89029 3.68267 +1028205507 4 -3.88148 -0.0585786 -4.37591 +2013462580 4 2.81972 -3.75076 0.978094 +1037303254 4 4.47714 -1.19609 -3.34692 +936660382 4 1.69701 -2.12754 -0.616518 +412595584 4 -1.97123 -3.67724 -4.11421 +638092986 4 1.51332 0.0179235 3.47211 +28578285 4 0.312816 -3.07532 0.753556 +817893861 4 -2.54667 2.32021 0.613504 +1215197883 4 0.94075 4.64793 3.18845 +301192488 4 3.22885 -0.966218 1.54648 +398298058 4 -0.983254 0.585841 -4.94098 +1971949774 4 -2.87607 -0.429782 -2.46098 +774887479 4 -0.0582465 1.20453 -3.67306 +1870819010 4 4.16326 -3.69834 1.18337 +322108066 4 0.442883 -0.67862 -3.52193 +696849606 4 0.84416 -5.81927 0.0145334 +1590968265 4 -2.30784 -3.48877 -0.297524 +1466419448 4 -0.457107 -2.6537 2.4461 +177201994 4 -5.16288 2.17165 -2.50396 +290086373 4 0.547932 3.09894 -0.796028 +1165932643 4 -4.08591 0.919892 1.48258 +1630673324 4 -2.26842 1.35817 -2.18702 +366425666 4 -0.703096 -5.4576 -0.781671 +1058006794 4 1.48092 1.34535 5.67318 +1737343867 4 -0.504996 -1.07454 4.86356 +1941904960 4 -1.47142 -3.0362 0.617522 +33132610 4 0.353098 3.97058 -3.83379 +1616383942 4 0.708798 2.03268 -5.61231 +2093401478 4 4.36215 1.58639 -0.147801 +739734953 4 2.15599 -5.0706 2.1998 +1535317594 4 -0.843848 -1.34589 -2.44113 +1654922004 4 1.91917 -2.71314 -4.05132 +495870331 4 -0.868815 0.881015 5.66135 +304018239 4 0.908139 2.47065 -1.97265 +1508654818 4 -3.01246 2.58399 4.57184 +958766261 4 -0.978702 2.6443 0.864699 +186108234 4 4.3923 -0.397098 0.948324 +706468013 4 -0.199875 3.00125 -4.96293 +2024624810 4 4.17698 3.57303 2.06204 +830912187 4 3.85176 -3.26 -1.43539 +410103658 4 1.60108 -1.53474 -0.2469 +609417272 4 3.67775 0.18778 4.63027 +950140106 4 4.12044 -3.76487 -0.447147 +404807747 4 3.44534 2.37841 -1.41683 +521051384 4 -4.02025 0.302613 -0.850678 +342883400 4 -0.916125 -0.20771 -4.61264 +668133971 4 -3.09362 3.36183 0.744486 +585503495 4 1.96801 -0.737523 -0.951494 +1954412625 4 0.8745 -4.59112 -3.69901 +347725018 4 2.29433 -0.226727 -1.6506 +302158926 4 0.359646 2.35456 -5.32378 +1952070169 4 2.56674 -0.0349767 -4.72377 +1091664733 4 0.078678 -5.20966 -2.56686 +794596557 4 -2.02154 -5.68342 0.354094 +1912467527 4 -4.10979 -3.35527 -2.15475 +692978581 4 5.08179 -0.208779 2.23948 +1563797779 4 3.64806 -2.56974 -0.866645 +2032398059 4 0.119299 -4.87217 -0.228949 +243776441 4 1.60784 0.582901 -4.72088 +1269681598 4 -0.972709 4.11526 -3.85089 +1764615325 4 5.50478 -0.159421 0.530948 +1954978467 4 2.9993 -0.466292 4.26851 +1891680436 4 3.57897 2.48197 2.05159 +154172069 4 -0.906236 4.69786 -1.34227 +1009105844 4 -0.328636 -2.26057 -3.14861 +1324114470 4 0.778613 -3.2415 -0.779491 +773795709 4 0.889714 2.97512 2.58752 +709596868 4 1.8698 -1.23163 -5.14038 +586245578 4 -4.38071 -3.35732 0.675822 +1268279119 4 -1.84363 -5.51064 0.969964 +637544573 4 -0.630892 4.58581 1.3044 +1473421773 4 -0.179703 -5.35997 2.23749 +1031499490 4 -0.151085 4.14354 -0.0925995 +2103526095 4 -1.61791 3.88061 -2.1629 +1986334291 4 0.662225 0.934716 2.49735 +1492689605 4 0.0506537 -4.74723 2.8569 +1248598811 4 0.748508 -0.542081 -4.00823 +1984652726 4 0.07125 -5.98088 0.978653 +1926244076 4 -3.47326 -0.0966728 0.537809 +2128328437 4 4.62629 -0.727971 -1.70357 +924309947 4 1.71929 0.165317 -0.695764 +1245201565 4 3.52494 0.274096 3.73394 +1204948232 4 1.74512 -0.00780694 5.26587 +1609011524 4 4.23198 -2.53037 3.37856 +554213955 4 -1.00315 1.10238 4.02464 +1258031126 4 -0.967859 -1.22157 2.69747 +2025396927 4 -0.600428 -4.50031 -3.61994 +1594549895 4 -1.47132 -1.35478 -3.00111 +409105771 4 2.19692 0.373292 -4.03302 +1832537776 4 4.9136 1.88925 3.07829 +1432081719 4 -0.359582 -1.28013 -1.3062 +518060919 4 -2.76608 -0.389887 -1.92334 +2019035381 4 -4.05208 -1.21603 -3.54748 +1606524450 4 -2.56832 -1.79332 -3.72071 +759749133 4 -2.68759 3.59742 2.4333 +1272159224 4 4.71337 -1.15249 -2.59108 +1103015739 4 0.406446 -5.11741 -2.92177 +1110677198 4 1.49933 0.573463 -2.05163 +1569777303 4 -2.61384 2.36171 3.26075 +759708718 4 1.63065 -0.77412 4.32429 +1468770406 4 -1.9967 2.38015 3.05604 +1991145968 4 -2.22044 1.42468 -0.852182 +1828916196 4 0.327296 4.55046 2.75792 +560968946 4 -0.151956 1.92604 1.07028 +910687343 4 -1.94021 -3.46343 3.76126 +798479863 4 0.470396 2.67642 -5.23848 +384970517 4 -3.89336 -1.05808 -3.85404 +735828616 4 0.199497 3.05977 -1.49623 +1951085203 4 1.78925 -2.66035 2.36119 +791011181 4 -0.917742 -2.57453 5.44703 +641474391 4 5.22878 1.25109 -2.79192 +43621868 4 -0.520595 -2.6956 5.46059 +1137216168 4 1.54191 -3.31593 1.44628 +584660914 4 1.15963 -1.52223 -0.7926 +2084374467 4 3.90755 3.81662 1.74386 +936067313 4 -3.31732 2.82603 3.11819 +1849332943 4 0.197772 -1.12898 -4.38352 +402769410 4 -0.940968 4.08902 1.74656 +912733819 4 -0.6089 1.9991 0.766964 +799675097 4 -0.516759 -0.25357 -6.14748 +98052462 4 1.19588 -0.240605 0.844933 +36435214 4 -4.58704 2.74459 -0.973142 +2122591748 4 -0.110488 4.08593 -0.574306 +1033985691 4 0.291478 -1.8935 -0.0851276 +1855850334 4 -3.9338 1.59594 -1.02844 +1471137909 4 0.746492 2.80225 0.452685 +308766343 4 -0.651137 -0.674826 -1.79262 +923632773 4 -4.82116 0.913101 -0.98881 +769590116 4 2.48271 2.12517 -1.98537 +1712363630 4 0.848488 4.88535 -1.50083 +859210700 4 0.959902 3.95371 -1.95527 +608025189 4 3.96957 4.08509 -2.23774 +324894670 4 -5.22127 0.827501 -0.44615 +2065025176 4 -4.60268 0.401379 -3.43481 +1081827897 4 0.932143 -3.52505 -2.0599 +554571988 4 -1.73783 -1.67397 4.74199 +1360772893 4 -4.04143 4.14424 -0.658428 +786007214 4 0.847506 0.792039 -0.920968 +1760635445 4 -3.64319 -2.57716 -1.41987 +968235570 4 -4.99113 -2.18058 1.25785 +2012589809 4 -0.810512 0.619391 0.620862 +1857447253 4 0.534991 -3.48235 -3.94686 +1246603666 4 0.897745 1.47501 1.24304 +166288899 4 -1.70653 3.33143 -1.48071 +1785054790 4 2.20382 4.7201 0.339233 +745915862 4 -1.6225 1.20896 -3.76424 +1393749000 4 -1.12429 -0.071031 -2.74481 +1290285784 4 -2.70789 -2.61889 4.36222 +2064349170 4 2.83075 -4.40644 -1.66465 +662596976 4 0.109337 1.39531 1.68419 +1744673725 4 -4.93511 -3.53523 0.506541 +1426678723 4 2.22069 2.92383 -3.40632 +1703045937 4 -0.70484 2.44072 3.56419 +2056417767 4 2.23041 4.96586 -0.74852 +57931929 4 -3.59854 3.5654 -2.25631 +408436365 4 -2.14395 -3.37793 1.63341 +1731895455 4 -3.14867 -3.86357 3.29619 +934614242 4 1.73454 -4.09489 -1.05399 +427619406 4 0.732182 -1.96679 -3.51538 +3532062 4 -0.741272 -1.91961 -4.73729 +844956689 4 -3.78257 -0.187783 -4.69397 +1894910895 4 2.81638 2.12253 3.13808 +1472835874 4 -3.1431 2.95869 -0.554627 +666856272 4 -3.95076 1.87801 0.232387 +1186720829 4 -2.48335 -0.412766 -1.84728 +74852934 4 -4.9364 -0.346182 0.611124 +1158482860 4 -1.84476 0.206941 4.1019 +651967180 4 -1.99176 -1.36129 -0.744805 +1882382642 4 0.741932 0.600373 3.56377 +164440118 4 -1.07316 3.19153 4.51456 +589376666 4 -4.4506 0.645419 3.83562 +2085172677 4 1.85975 3.5562 4.55424 +811756577 4 1.53712 3.03775 0.651275 +1315105205 4 3.00391 2.60387 3.77409 +1826745235 4 -1.7403 -5.88794 -0.349143 +993209218 4 0.471363 -5.88489 1.36085 +629742803 4 -1.11266 -3.06844 4.69322 +683820328 4 -0.152016 0.914142 4.1064 +1867398498 4 -3.96333 1.58591 4.16596 +566814133 4 4.61615 2.66723 1.60197 +1743351263 4 1.11748 -2.71652 1.27334 +2014624931 4 -1.04759 -1.30661 0.245101 +1310573553 4 5.13285 1.86914 0.0569262 +2122703537 4 1.41851 -5.32621 -1.07512 +2135185216 4 -2.38935 3.64178 3.55394 +1195407418 4 -1.69315 4.94099 3.05367 +625879388 4 -1.14208 -1.29898 4.44721 +1023992152 4 -4.17251 -2.87215 3.37371 +494066193 4 1.95246 -1.51496 -2.8321 +1263302368 4 1.82769 -1.78991 4.02873 +922965516 4 -3.54338 0.0797641 0.638763 +772682174 4 3.62156 -1.18545 1.77012 +645240058 4 -1.64424 -4.30945 3.20782 +1427507277 4 0.66678 3.0495 -0.482165 +895986778 4 -2.33275 -0.359984 4.36792 +2004593905 4 -0.696019 1.81577 -3.63778 +286738082 4 1.50275 -3.90855 4.14362 +601851307 4 1.34781 -2.57141 -4.13691 +805663581 4 -0.0888371 -4.24328 -1.27617 +1405354928 4 3.14117 1.84625 -0.0538446 +1026804405 4 0.74553 -0.95295 1.21342 +952860995 4 -3.21057 -1.90112 -4.12819 +748338199 4 -2.44502 -1.36114 1.87597 +210777742 4 3.28415 -2.03431 3.15509 +1822348243 4 -0.0305571 -4.88603 2.5442 +1346889439 4 -3.19423 -0.228905 -1.02522 +632697044 4 2.46812 5.10614 -0.399056 +1554066937 4 1.8699 0.371811 -4.10445 +466358923 4 2.0634 2.01009 -0.655532 +1687984279 4 -0.106293 0.135243 2.55122 +864597135 4 -0.323122 3.55591 -0.403974 +771107787 4 -2.96366 3.83261 -2.54451 +1957416473 4 1.31099 -1.10882 -0.667386 +1465067477 4 -0.822352 0.14599 -2.93004 +1488202910 4 2.54387 0.25305 -2.59654 +1567192813 4 -0.748645 -1.77603 1.50678 +557843454 4 1.6856 4.69043 -2.02707 +363918301 4 0.752817 -2.5586 0.372905 +284075111 4 -1.88185 -2.7687 5.11877 +906596986 4 0.899305 2.88169 -4.4202 +921352640 4 2.90848 -0.749561 -4.76335 +226956070 4 4.75919 -0.256967 -1.19812 +1082371623 4 2.17834 -1.7671 2.68258 +1030965970 4 -0.947102 0.249357 -2.62976 +2119785939 4 -1.74483 4.87941 -2.1538 +886249213 4 2.44909 -4.59218 3.29245 +114028836 4 1.01238 4.99833 -0.887126 +285355295 4 3.30518 4.04371 -2.89304 +425333087 4 1.45818 3.74806 3.2092 +1309777257 4 3.71016 -0.916698 2.56272 +191921320 4 -3.52191 1.08051 -3.79722 +2137068209 4 1.79313 0.519168 3.52614 +1895049347 4 1.30472 5.30014 -2.8347 +1713601425 4 -2.60361 0.591607 5.12177 +479271029 4 -1.49401 1.91174 -3.47795 +50511728 4 -0.867479 -1.4816 -0.421989 +857682943 4 4.35639 4.12438 0.462569 +2023594687 4 -4.79327 -1.72743 -0.508391 +497968735 4 3.89764 -1.29752 4.14141 +664346314 4 1.3095 -1.21706 4.04427 +287622443 4 3.84886 -2.39417 -2.92794 +341168198 4 -3.66737 0.545304 -3.85312 +1625480462 4 -3.80912 0.281032 -3.77268 +957370763 4 -1.29782 -0.955954 0.364231 +1543500980 4 0.553091 2.95492 -1.96689 +1538156562 4 -2.99182 2.04724 3.27307 +1255792924 4 -2.2168 0.41086 -5.38677 +1359330535 4 0.958277 1.46997 3.49523 +2028904547 4 -2.84637 2.43232 -1.10555 +1259666802 4 -3.70439 -1.24783 -4.4841 +1524218184 4 -4.05736 -3.11378 -0.454413 +598729997 4 5.39687 -2.51806 -0.719227 +460763861 4 -3.61366 -2.45974 -0.649054 +44202352 4 -5.25537 -1.58055 -0.904138 +1240471921 4 3.19044 -1.40058 -3.39394 +533569290 4 5.4391 0.0670226 -2.58989 +1151819119 4 -3.52517 -4.12001 -1.46563 +1109072419 4 4.2483 -1.14353 -0.833146 +1414901486 4 0.115456 4.96882 -0.702268 +139721518 4 -1.08146 0.240201 4.78184 +1398743798 4 4.52352 -3.29229 1.75017 +1876011578 4 -1.89568 0.532489 4.09254 +1864454942 4 2.02015 -5.3218 -1.29826 +212343159 4 4.11928 1.70132 -4.15561 +77180958 4 -2.1189 -4.20851 -0.0993855 +1865379720 4 6.05179 -0.254001 -0.989026 +1902629057 4 2.82815 1.46887 -2.72927 +374079198 4 -2.12028 -2.67845 -4.00364 +1134462682 4 1.42307 -3.17191 2.59403 +815124322 4 -0.300671 -3.72374 -3.96247 +670766928 4 3.56794 3.26194 -3.14233 +979435669 4 -2.80645 3.42517 -1.61223 +1486689594 4 0.234698 -0.86461 -2.89566 +1532360175 4 0.608738 -4.71718 -0.838499 +631270157 4 -0.934663 -1.60955 -4.39314 +1396281264 4 -1.46297 2.57931 0.37869 +1118633449 4 -1.0696 1.03724 1.0802 +1226396511 4 3.49612 -0.372351 -4.97816 +1851769279 4 4.86629 0.796543 0.334752 +2043027528 4 0.406006 -0.117717 -5.7584 +90282907 4 0.474883 3.65656 3.9526 +801884034 4 4.24695 0.961283 2.3615 +1498951686 4 -0.336195 -5.24639 0.616085 +730316535 4 2.73343 -2.39932 -2.63157 +17911833 4 2.25277 -3.92112 3.81949 +1333664649 4 0.225902 0.188656 -5.45573 +61502113 4 2.40135 -0.555171 -0.685986 +946096469 4 -1.0846 -2.9806 4.53804 +635417997 4 2.48047 1.70885 -1.58151 +1900686733 4 3.82742 -2.96747 1.87211 +1105437862 4 0.327678 -1.43375 -2.61435 +2064859593 4 2.56211 -3.36819 4.01054 +1678905492 4 -3.67376 4.77026 -0.411604 +709133846 4 5.27813 -0.566199 0.0630116 +1858030733 4 -0.832579 1.95765 -1.09162 +1494479335 4 -1.50063 2.39759 -1.59486 +1741309761 4 -0.180077 0.763383 1.32748 +106046004 4 -0.499019 0.122695 2.56703 +1493128283 4 -1.99683 0.295087 -3.28301 +949188079 4 -1.34197 1.43344 -2.5302 +1694152664 4 -1.95301 4.7476 3.41151 +118482537 4 -0.361421 5.03669 -1.37669 +521591566 4 1.02406 2.77473 -3.06908 +648204958 4 -4.61831 -1.66558 -3.10481 +664790828 4 1.26963 -1.42504 -5.12725 +269921267 4 -3.72325 4.28662 -2.26688 +586193008 4 -0.765947 5.19919 0.167022 +878156296 4 3.15342 -3.25469 0.866777 +302856083 4 2.08783 3.05981 -0.900418 +1244797364 4 -4.76056 2.09485 -3.01893 +1021114584 4 1.05408 -1.35151 2.43934 +1177418320 4 -0.716201 -2.38296 -0.565406 +2005006865 4 -1.87508 -0.64397 -4.28999 +893377419 4 -1.66529 1.74173 5.16644 +602277142 4 -4.2434 -3.32346 -1.11102 +2033792043 4 -0.419436 -2.27943 2.4275 +960785048 4 3.6927 3.34346 2.1151 +998211396 4 2.39386 -2.36644 4.08473 +1571708577 4 4.11244 -1.6034 -0.295287 +1642439151 4 -0.0770022 -3.84659 3.33116 +1378977975 4 0.890552 4.65603 2.94056 +1242708813 4 -2.79396 2.5234 3.6713 +1136400672 4 -2.07447 -1.91207 -1.9315 +2022042791 4 2.42441 2.43108 2.82225 +748324564 4 1.55085 -1.93621 1.65919 +1700086304 4 -5.26417 -0.46009 -3.16459 +925893926 4 1.66373 -3.06034 4.27812 +396040582 4 3.57042 -4.58347 0.77363 +375508128 4 -0.147628 0.223455 -3.70906 +1390866008 4 -5.35359 -2.13496 -1.1844 +1711816007 4 -1.04164 -0.483704 -3.02132 +194704631 4 2.54224 -2.35099 3.16017 +1198803729 4 -1.38107 1.9206 -3.55243 +1360450497 4 -3.12692 1.87147 2.04135 +256015427 4 -5.25816 1.17604 1.3727 +1499771879 4 2.04548 -1.39614 -3.23033 +1667147192 4 0.966834 -3.61079 -3.78146 +59917354 4 3.14409 1.34747 4.0794 +1757606072 4 1.32117 -3.60622 -1.51151 +766259483 4 1.17429 -3.24203 2.7426 +2000651612 4 5.15778 -1.03942 -0.542694 +1114357262 4 -4.09837 2.44176 -3.79704 +969003946 4 0.144071 2.03609 2.01886 +448162059 4 -2.26335 -0.180332 -3.53376 +1627973758 4 0.418339 -3.74339 0.790232 +1052177747 4 2.53158 4.67292 1.37063 +1683773887 4 -3.6481 1.80147 4.25401 +1635711368 4 -3.25684 2.02884 4.31237 +892195479 4 -3.73437 3.51908 1.00414 +1530909871 4 3.07784 4.40697 -1.91115 +1490606124 4 1.11593 -3.96551 2.18925 +1608618869 4 5.05321 3.31452 -0.322489 +927717273 4 1.79544 2.04896 -5.01899 +363994092 4 1.05858 -0.0853013 5.55501 +1795098825 4 0.291377 -3.59356 0.366552 +250225125 4 3.77824 1.75685 -1.25204 +1168978147 4 -0.76063 -4.68193 -3.94402 +463825265 4 -4.00307 3.56699 -0.192927 +1792346840 4 -1.67037 3.17235 4.79503 +553143304 4 2.08591 -4.2763 1.98991 +1116244233 4 -1.40714 -2.01553 -3.90183 +1860667913 4 -4.30393 -3.26745 -2.65182 +2092259942 4 -3.12254 1.14058 0.967309 +1471225519 4 -5.41851 -1.40467 2.23806 +242821359 4 -2.93705 4.48008 -1.50038 +264074963 4 -1.69408 1.61847 5.45689 +1847094028 4 -4.34447 -2.24708 0.276171 +1849769442 4 1.3917 3.11517 -0.993894 +2145659816 4 1.59533 1.22056 5.09761 +8683326 4 5.14614 1.92244 2.65419 +393518181 4 -1.20535 2.33909 -4.70839 +1023257336 4 -0.97668 -0.580888 1.3277 +1530985056 4 0.645854 -1.26263 -5.02696 +824893965 4 3.6539 -3.52108 2.58576 +1962285488 4 -6.07762 0.30264 -0.399932 +274089372 4 0.393014 4.86109 0.11578 +2068810292 4 -0.0415257 -3.12931 -0.929965 +1257052338 4 -0.201406 2.08891 -3.53199 +2022961613 4 5.46265 -1.11106 -0.96476 +3624739 4 1.24145 -3.52153 -4.85651 +1023600862 4 2.33633 -1.45474 4.45145 +933459426 4 1.21591 1.44561 3.47645 +518071092 4 4.09652 3.77145 -0.626073 +362612617 4 1.17296 -0.775905 -0.860434 +1681912157 4 2.20771 -4.4064 -0.985904 +1962455712 4 3.04411 -4.16571 -0.262593 +2048521135 4 -2.00944 -0.837619 4.09187 +1131697823 4 0.060706 2.91069 -0.837973 +496601647 4 -1.85979 -4.22776 -1.0225 +1245634523 4 -1.36572 -0.64741 -0.0764692 +629427380 4 -3.31032 -3.53527 -0.138118 +490422224 4 -1.24552 -2.82973 -3.13617 +1458933823 4 3.29903 -0.141729 0.0996166 +1763333962 4 3.7827 2.35646 1.77783 +231847210 4 3.84816 -1.66638 -4.19447 +959389393 4 1.63087 2.95799 0.0424687 +200541948 4 4.46409 2.80441 -0.49032 +1651574879 4 -2.65888 2.26017 -3.56278 +2135556628 4 2.71923 -5.25905 -1.29528 +1943966894 4 0.214835 0.294451 -1.55361 +780500962 4 2.59233 -4.13373 3.59893 +108833734 4 3.01325 -1.65008 -3.22877 +768173352 4 2.34021 1.67565 -1.30821 +2043225290 4 -3.52409 1.66375 -2.77312 +1046517821 4 -0.429851 -3.62261 -3.95666 +1203909110 4 2.03991 4.19667 -0.401398 +841677343 4 3.11913 3.66652 -2.34225 +363906360 4 1.1402 -5.49016 -2.14795 +1855154747 4 0.0456967 -1.2094 -3.69891 +106712537 4 3.93554 2.89606 1.34142 +1455088021 4 1.65655 0.268278 5.19944 +806219262 4 4.40426 2.09214 1.08087 +311345068 4 -2.31584 -1.49218 -4.50256 +847215722 4 -5.06847 0.783133 -1.72944 +1419026841 4 0.43094 -2.88063 -2.55301 +1706237199 4 -4.13916 -0.781804 -0.752035 +1483003185 4 0.838754 2.57347 1.50501 +1826854037 4 -3.22131 3.62101 1.98018 +1950223266 4 3.73971 -0.66955 0.0392822 +2134123194 4 2.64453 4.63235 1.88258 +1470150984 4 -1.95258 -0.387843 -4.79197 +2061033549 4 -0.18228 0.953655 -1.78527 +1675529210 4 -0.0120097 -3.33533 -2.04964 +941382596 4 -2.85764 -0.758007 2.17351 +725320996 4 0.729074 -4.57556 -2.73338 +1543900875 4 3.18526 -1.50174 -3.87216 +1514135284 4 -4.58801 -1.11451 2.946 +1365851966 4 -2.92907 2.11848 -2.88526 +1144804239 4 1.40914 -1.58214 -2.81827 +1796216165 4 0.748343 -3.3123 0.438962 +498253090 4 0.496793 -0.319568 1.25374 +1505544637 4 4.07996 -1.57763 -1.37029 +1151074500 4 0.401748 2.76699 3.25214 +1672790669 4 2.80566 -4.23518 -1.68845 +1893256099 4 -2.94477 -1.15409 -4.70388 +1051073097 4 1.39355 -2.99133 -2.0295 +2048304912 4 1.66699 2.06803 5.26446 +1431815625 4 0.517513 0.530197 2.78472 +558339327 4 -4.52351 3.44222 -0.579633 +677883767 4 -2.38949 1.40057 3.26004 +918987518 4 2.12161 0.184352 -3.34726 +2024268946 4 -4.38134 -1.57111 -3.54494 +832870219 4 -1.31099 0.994243 -1.99503 +436985862 4 2.79414 0.520934 -4.00959 +1160163768 4 -0.302592 1.20248 -0.964258 +186698662 4 -2.72605 2.37576 3.59233 +1289730590 4 3.79497 -2.30248 -0.27909 +1034383360 4 -0.821648 -0.44023 -4.36705 +1724377810 4 5.21766 0.543367 0.81753 +975108790 4 4.23653 -0.486567 -1.51317 +929827144 4 2.56916 3.49181 1.69582 +1277845724 4 -1.61272 4.27629 -2.25403 +718150423 4 0.621843 4.61918 3.8218 +1158038759 4 1.93766 -2.13046 0.0371396 +689604279 4 -1.01143 -1.55337 -3.13954 +1891623109 4 0.720316 -2.89375 0.216533 +1681907746 4 -3.72185 3.07524 -1.99762 +1749532331 4 -0.705726 -0.0297312 -3.41116 +1880731426 4 1.36887 3.97376 0.0916813 +2062971168 4 2.41847 1.93502 3.06378 +717055491 4 1.75398 0.0287009 -1.49674 +1991667362 4 4.33747 -3.73687 -1.26265 +1227322206 4 -1.00896 2.83461 -1.57552 +1438836037 4 -0.781602 2.64333 -3.1353 +138230753 4 2.20973 4.77173 -0.503495 +304986834 4 -0.666548 0.86099 4.07777 +1019063829 4 -1.28365 1.50158 1.14311 +969671477 4 -2.32167 -0.231764 0.541098 +458296255 4 -1.41632 4.97786 2.40722 +1189477358 4 -1.08286 1.5179 2.53131 +2138761826 4 0.0288289 0.653585 4.59332 +2043256968 4 4.76495 -2.67532 -1.13162 +428162912 4 0.977237 -2.4555 -3.91867 +469306424 4 -1.5219 4.76434 -0.502652 +85400701 4 -0.69913 -0.836309 1.28997 +1356119378 4 -1.47179 3.12202 2.46269 +1641967584 4 0.601409 -3.83873 -1.07114 +90803788 4 -0.0089003 -0.703161 5.86081 +175527021 4 3.31087 0.348567 2.25566 +1041843276 4 -2.55551 2.64774 -3.35388 +1044730350 4 -3.53139 3.03402 -0.0417556 +820242349 4 5.41392 -1.17969 -0.706984 +762428840 4 2.68043 0.116309 -5.49627 +1775277001 4 -5.63989 -0.110728 0.0396963 +1208665383 4 -2.803 -0.62386 -1.28552 +650981097 4 -0.856333 -0.248849 -1.24209 +1527810383 4 -1.88545 -1.23771 4.32156 +51592519 4 1.88375 -2.55942 -1.10584 +1488937776 4 2.01385 0.409399 -5.12515 +532687500 4 3.52655 2.44176 -3.64585 +1536606969 4 -2.35808 -4.34284 0.397262 +1617316866 4 1.81704 5.32975 -1.52933 +2029419295 4 2.27837 4.50016 1.09976 +337263746 4 -2.73788 2.11986 -4.36746 +2132238906 4 -3.99868 3.00837 3.05112 +707998110 4 -0.118855 -0.0681007 -3.12396 +722009452 4 2.10222 -3.21252 2.41569 +606150329 4 0.58104 1.2152 1.93861 +17840784 4 1.4857 -5.21633 -2.88598 +51542017 4 -2.98079 1.39049 -4.91456 +1198639381 4 -5.2642 -0.976478 2.81612 +2017142777 4 -2.17132 -4.31843 1.09984 +442949940 4 -0.923821 -5.48989 2.41322 +1289364208 4 0.390921 -5.498 2.57905 +528627014 4 1.06312 1.72604 1.88581 +953899140 4 -4.20268 -1.36572 -0.76403 +1468511613 4 0.210337 -0.869313 4.91348 +236367300 4 -0.251069 -1.33769 -1.0111 +105321789 4 0.112882 -1.06543 -3.40352 +894284370 4 3.1058 2.96963 -2.86085 +1432035923 4 -4.13306 2.55206 1.38682 +454925850 4 -4.40624 1.68731 -3.80574 +1705414775 4 -3.79284 0.921349 1.1656 +438479927 4 -0.394228 -0.439521 -4.86054 +265731385 4 -3.33375 -0.296207 -3.13356 +199861804 4 2.05543 4.53259 0.209686 +1032598560 4 0.597038 -2.84916 5.1725 +1469642890 4 -1.68092 -0.392901 -2.96313 +1157148192 4 0.350811 2.75743 4.02558 +650717562 4 2.4337 -2.73447 -2.65151 +1691614280 4 2.04357 3.63719 0.837127 +2142199999 4 0.0409915 -5.84815 -1.48525 +503581385 4 -1.36716 -0.0924405 -2.77065 +1009634942 4 -2.74596 2.65168 0.763355 +1094400264 4 0.864597 2.67466 2.43251 +1844910991 4 2.15746 -5.29892 -1.3949 +1699089118 4 -0.0870558 0.880948 4.52739 +35368754 4 -0.311345 2.97993 -3.41485 +35624969 4 -1.08084 -1.78216 -2.16247 +1665960999 4 -4.56643 1.71048 0.996705 +783253520 4 2.15553 -0.394934 0.0877583 +1981058485 4 -1.48105 -3.60588 4.25605 +227328525 4 5.02868 0.520276 -2.65704 +1881277752 4 -4.68693 -1.14999 2.17114 +517386103 4 1.30837 4.6087 1.38332 +1657246950 4 -1.26483 -4.82348 -0.834295 +1054189053 4 -2.07379 -2.84717 1.4048 +2134761698 4 0.00265955 -4.929 -0.157288 +79122863 4 -0.851443 -4.92306 0.515496 +1113795507 4 -3.50276 0.300546 1.63149 +1769815752 4 0.926214 -3.91381 2.51486 +1729203485 4 -3.50367 -2.46111 1.08512 +1987032839 4 2.81978 -2.8045 -1.05981 +852561761 4 4.17012 -0.0397834 1.33919 +1779637770 4 1.4656 4.3844 3.3115 +1253948376 4 -1.4857 5.0967 2.20912 +367983554 4 -3.39656 -1.26175 -2.72003 +1096890797 4 4.3062 4.29629 -0.973306 +1806345202 4 -2.77051 -0.435815 -4.6 +1958210248 4 -4.12227 -2.29561 3.4854 +1126674856 4 0.351902 -3.71929 -3.603 +698613701 4 2.96317 0.278117 -3.1265 +846252130 4 -3.28353 0.0320487 5.1404 +2633996 4 -3.42547 -3.39357 -0.682024 +444085743 4 1.29179 -1.21851 4.4596 +281135999 4 1.83165 2.68679 -4.56677 +766642336 4 3.85619 -3.23407 0.0404669 +1153995952 4 -2.25915 -4.08596 0.00781394 +960279459 4 -5.14828 -0.605888 3.00239 +215244894 4 1.01265 -2.75196 1.06953 +560394088 4 -2.09886 -2.35363 -3.90539 +1079004236 4 1.67821 4.58194 -1.64033 +1692585265 4 0.825738 -5.26412 0.390134 +1767976700 4 -2.78222 1.21809 0.904511 +1003153920 4 3.53672 -0.324799 0.190586 +1781599764 4 2.17333 0.920694 2.55612 +1472080282 4 -0.906405 1.86345 3.76897 +700896839 4 1.45415 -1.98602 -4.11125 +1533940531 4 -0.0291727 5.97422 -1.29972 +1754706988 4 4.37596 -2.03611 -2.32929 +411012774 4 -4.26657 4.27198 -0.243822 +1543682768 4 2.37911 -2.04849 0.412464 +1723310522 4 -3.22813 0.610712 3.63918 +995657270 4 -2.89086 -0.769796 2.55101 +688060310 4 -5.36148 1.66025 0.497065 +377139508 4 4.2514 1.37581 -3.43032 +682315049 4 -4.88554 -1.65819 -3.0072 +73036240 4 1.6298 -2.56068 2.56784 +1511676313 4 4.88383 -2.25091 -2.00379 +780463410 4 -5.15703 1.09612 -1.98992 +443644789 4 0.763852 -3.20098 -2.01329 +470681935 4 4.43568 -3.1979 0.0783105 +2058182772 4 -2.07062 0.830397 -1.40655 +1504626051 4 -4.57175 -0.855516 1.07415 +1907166281 4 -0.726955 2.96604 -1.05603 +347086908 4 1.45341 -1.97668 3.95111 +1712205821 4 -0.674744 -0.421157 6.01476 +1831547049 4 -2.16512 0.63295 5.18008 +853338936 4 1.63747 2.25589 -1.02988 +639946549 4 -1.38653 -3.0073 2.41637 +1455088331 4 -1.32772 5.26924 -1.16366 +821183272 4 -4.2638 1.25486 -1.47705 +1084566386 4 1.63511 -0.196365 -0.0404541 +1747672040 4 2.47316 2.96046 4.38588 +129454092 4 4.98587 0.652023 3.15867 +1848545809 4 -1.75051 -3.74807 -3.50177 +1061729742 4 0.483116 5.55201 -0.556742 +1059140427 4 -2.2759 -0.22676 -2.19816 +624367588 4 -0.838389 3.55249 4.15232 +1062338350 4 -1.38707 0.343309 0.742833 +372486137 4 -3.51588 3.21846 -1.89904 +1545226443 4 1.79971 -0.537545 -2.21127 +1076118802 4 3.21696 -2.2277 3.44612 +1996237706 4 -0.545435 1.6593 -3.17861 +651581789 4 -4.54528 -2.63676 1.83098 +459042857 4 3.27518 -3.99751 -2.15176 +721480501 4 3.12766 -1.93402 1.27714 +842960372 4 0.787649 -0.255042 -6.07802 +19973456 4 -2.94375 3.47405 1.04554 +2066020720 4 2.52822 -2.18056 1.62072 +1893092087 4 -0.07089 -0.374648 6.04985 +1723984433 4 0.724958 0.677945 4.59404 +1313760446 4 3.2615 1.84319 -1.84084 +1338392956 4 4.06229 -0.899364 -3.87659 +668342728 4 -4.71356 -2.06643 -3.33547 +2072478054 4 -4.33241 1.99242 0.0195245 +62449139 4 2.52236 -1.43576 0.886996 +1562831928 4 -0.421087 -5.21916 -0.82493 +506961025 4 -1.98959 -2.10272 -5.18154 +939480210 4 0.902682 -2.39025 1.03179 +1237043211 4 0.149111 -0.102693 -1.39497 +382549699 4 -0.465982 -2.94238 1.71939 +1992123523 4 -2.789 -1.10337 4.16487 +1771833367 4 -1.39065 2.2092 -4.10115 +337249388 4 5.34682 -0.015505 -0.046022 +1439163888 4 -4.25792 0.781261 4.0339 +931540845 4 1.62856 1.27847 -1.72596 +248044462 4 -0.646794 -2.12893 0.936755 +1132893177 4 -0.447021 5.56682 0.363456 +215476112 4 4.35341 3.68282 -1.33742 +984099931 4 -3.63724 -1.77367 3.90485 +1149497661 4 -2.26455 4.47738 2.88656 +719122945 4 1.84624 -0.246786 -3.79029 +858007987 4 -2.79323 2.35258 -1.25633 +533924435 4 1.59225 -1.037 3.05304 +1115154238 4 -3.03098 1.56522 3.75627 +785126796 4 4.68885 -3.83653 -1.26073 +64167460 4 1.36334 -2.03343 5.533 +756042686 4 2.70005 -5.12375 2.21681 +599398788 4 -0.363183 0.238533 1.55295 +531719517 4 -3.92704 3.46665 0.693705 +2055739810 4 4.91122 -0.989965 -0.543403 +1692007934 4 -2.83035 -1.18703 0.114467 +1816919410 4 0.757331 -1.13343 -4.85689 +1284696630 4 -3.9817 3.04003 1.77285 +705752311 4 4.03451 3.62669 -1.86606 +1836711920 4 2.11518 3.68745 1.93152 +1058723925 4 -2.2809 2.54989 2.10562 +1994236016 4 -3.17825 -4.59157 1.16542 +664767914 4 -3.42245 -2.145 3.73035 +1311323220 4 3.32864 1.20422 3.55153 +1802657295 4 -3.53019 -1.55621 -1.26648 +32910505 4 -2.50565 -3.008 3.08717 +1632571722 4 -0.0537136 2.9477 0.852236 +1809682350 4 -1.06216 2.04577 3.46964 +1984407831 4 -2.5702 3.93088 -1.00112 +842335766 4 -1.97735 5.02867 0.249265 +2081871935 4 -4.17028 -2.77433 -2.53818 +395429373 4 -3.01246 2.53437 1.89428 +936609547 4 0.842214 -1.30272 3.53473 +106222946 4 3.46672 1.88534 -0.608776 +1444360977 4 -0.157025 3.56989 -1.07555 +544637265 4 0.231816 0.336702 1.35696 +690612241 4 -0.126167 1.10806 0.301717 +1154832930 4 -1.36048 0.610235 -4.37425 +559855204 4 -5.64135 0.12701 0.646356 +836338436 4 3.55667 -0.0774373 1.2471 +347564203 4 2.79459 -4.32456 -2.6369 +1129392649 4 -0.540349 0.289268 -1.81985 +892697137 4 3.69231 -3.12838 2.19476 +2124123072 4 1.21861 -2.75469 4.87415 +1938082497 4 -1.38531 5.06767 -1.7987 +202614779 4 5.06034 -0.953754 0.106376 +777468671 4 -0.827529 -0.0293581 2.8589 +1913486516 4 -2.87363 3.31451 -0.450275 +488472719 4 0.508467 -2.62357 0.147614 +1843658436 4 -0.451159 -1.94994 -5.74424 +1366548829 4 -4.49732 -3.02371 -0.326393 +423339760 4 -2.38677 -2.65398 -2.31227 +1726653755 4 2.6818 -1.70244 -2.35932 +1315583888 4 -0.305114 -3.96135 -2.36608 +1310932211 4 -2.32323 -1.6433 -0.953141 +108131032 4 -1.98512 -1.40834 2.57392 +1207783462 4 -3.20162 -0.505675 -0.0800035 +1029445446 4 4.97191 1.63646 -2.33516 +1737015933 4 -3.70937 1.91285 2.69752 +1144588375 4 1.97 -4.60261 1.57078 +2113663256 4 -2.07522 -2.10887 2.9705 +1690961406 4 -0.622666 -6.04141 0.994756 +692090203 4 -3.36182 -0.55203 2.47607 +1630576281 4 2.18815 1.79516 -2.65456 +2124513954 4 -3.28142 -1.7437 -1.03976 +1478994696 4 -2.83892 3.65855 0.138975 +1606609748 4 2.46479 -1.3131 2.79136 +582201597 4 -3.85355 -2.10368 3.42113 +1482284145 4 4.87418 -3.16627 -1.77131 +1477812549 4 -1.46125 -5.83617 1.36463 +377766733 4 -0.660932 -4.00249 1.00475 +894321966 4 2.10537 0.133637 0.367721 +1099348792 4 1.58941 0.894037 1.18252 +197137615 4 -1.39194 5.32824 -1.99588 +529773808 4 -3.71456 1.48377 -0.300692 +476217492 4 -0.0407438 -2.39562 -2.45191 +829598844 4 -0.699844 -0.429728 -1.5523 +1438233115 4 1.21485 -3.96761 4.14125 +1099353949 4 -1.41634 4.62926 -0.330502 +446071162 4 -0.758755 2.01622 3.05071 +1630016080 4 -1.92041 -5.76101 -1.06178 +852855247 4 -3.98116 -0.371948 1.81013 +914114947 4 0.837965 1.71734 4.6504 +896111728 4 -2.56779 -5.29007 -1.60512 +1593604414 4 -4.47947 -0.702783 -0.206425 +2014432654 4 -0.289231 2.43955 -3.61298 +619105074 4 -3.5001 -4.5952 2.11555 +438595402 4 -2.47086 -1.54564 2.69262 +1544857816 4 1.70365 -2.1342 -0.77523 +461994061 4 -1.92236 -1.19339 4.80182 +1445128083 4 -3.45694 1.28609 2.22456 +1066388992 4 -2.5658 3.33642 -4.42514 +480014242 4 -1.89349 0.0841209 -0.579381 +1566408099 4 2.97143 2.55837 -4.10909 +1333619606 4 -4.10219 0.191891 -0.709074 +34715107 4 1.83291 -0.811818 3.48665 +695685337 4 -3.76652 -3.4193 1.01647 +1225114188 4 -0.611339 -1.77044 -3.72297 +82297862 4 -0.479179 -1.41691 -4.93624 +1902833299 4 2.30586 -4.84709 -0.696372 +1643110192 4 -4.1057 3.34244 -2.51412 +1558543381 4 -1.01788 1.71717 1.72977 +1800422547 4 2.6776 2.15202 2.53073 +1681055794 4 2.73041 -3.48369 -1.70396 +1427146632 4 -3.15135 0.819622 3.60347 +667161159 4 1.44849 2.20309 4.79382 +871535677 4 -1.40548 1.03703 -2.54879 +694019737 4 2.15313 -3.62284 4.50336 +281831527 4 0.246117 4.95688 -2.70764 +2128219719 4 1.5325 -0.165637 -4.68368 +2118834310 4 3.89496 3.26964 2.12043 +47322341 4 -3.05175 -0.251293 -5.09757 +1521605650 4 -0.15599 -3.84066 3.71642 +1190636456 4 3.97911 3.12571 2.49164 +107522915 4 1.91995 -2.03432 2.87776 +1918138813 4 -1.3774 1.48628 4.53736 +1721201918 4 3.09285 -3.84587 3.05605 +142964995 4 -1.98127 1.14642 -0.158524 +1198315834 4 4.84694 -1.88401 -1.91396 +1431591069 4 3.40906 0.422224 -0.486288 +456214886 4 3.17967 3.68285 -0.855403 +1651445768 4 -1.78814 -3.43778 0.752667 +198206841 4 -5.07081 -1.43424 1.6162 +602774526 4 2.90043 0.356123 5.18545 +273211343 4 0.513763 -0.459966 -1.07864 +487661726 4 -2.12332 -4.13316 0.830635 +1350920979 4 2.60385 3.39588 2.31338 +1965636154 4 -2.53507 -1.24407 -3.33323 +952814333 4 -3.97765 -3.31169 -1.73798 +643400444 4 -2.87533 -0.318714 3.20945 +674329410 4 -4.47923 3.34918 -0.946361 +1145312531 4 -0.935807 3.98782 0.676991 +562175533 4 5.24044 -1.33334 -2.42325 +1171789951 4 1.45518 3.00656 -2.56386 +900946388 4 -1.16799 -2.45867 4.84194 +891759751 6 0.934094 4.45727 -0.186178 +1972720053 6 4.42199 2.40354 -0.964504 +1449803089 6 -3.07629 -3.26431 0.574907 +1247820683 6 -2.59116 -0.980362 -0.436125 +930858037 6 -0.518748 3.52801 2.21743 +1647957846 6 -2.36398 -4.20715 -2.03058 +1483932092 6 -5.40804 0.879032 -2.85406 +1568967247 6 -2.73304 -3.50954 -1.83098 +312201188 6 -3.94302 -4.44768 0.104788 +1370794949 6 -0.626546 3.1955 -3.15823 +1376851815 6 -3.26162 -3.79795 1.99949 +1690054509 6 -5.18811 -0.165229 2.17365 +2012421703 6 2.23742 -1.34087 -4.94482 +185253468 6 -0.316633 0.962074 3.24841 +248247720 6 1.68576 -5.11648 0.297426 +206941860 6 -1.18624 0.848152 -0.764617 +1344081863 6 -4.62192 -0.280627 -1.82798 +399665709 6 -1.64467 0.829585 -2.64711 +1417838138 6 1.57486 4.44936 3.33977 +160929508 6 2.20354 0.041056 -4.76498 +779929469 6 2.28682 -2.37572 -2.93981 +439582542 6 -4.61463 -1.81956 1.87819 +1950452522 6 -3.19652 -1.63392 -4.56379 +315637688 6 -1.64469 0.585082 -5.27926 +1897845630 6 -3.524 3.12416 1.30052 +1401508357 6 0.35168 4.94949 -2.88052 +32569306 6 -0.680692 -1.12113 3.41068 +194940322 6 2.98335 4.43072 0.247195 +1838425755 6 -1.74531 -3.27346 -4.33456 +35390977 6 -0.496725 1.4576 -5.93271 +1108351402 6 4.16622 -3.53313 -1.4403 +970428231 6 -1.10068 -0.235075 -5.47303 +480346590 6 0.310583 -3.37599 -3.04228 +429309231 6 -3.19009 -5.18362 0.850553 +2116179698 6 2.36182 5.06713 1.59929 +755565309 6 0.81721 0.288558 -1.345 +1178253738 6 -1.07244 2.91545 4.71149 +1529279850 6 2.63564 4.16782 -1.51083 +117273725 6 -4.55104 -0.072848 3.9375 +153085983 6 -1.43551 5.01091 -0.399467 +122256066 6 -3.75153 0.424727 4.34972 +137499930 6 3.69349 4.22833 -1.83445 +1534651800 6 -2.7464 -4.7134 0.643096 +1728634535 6 2.00501 0.765765 4.14232 +293051153 6 1.2321 0.589881 0.937001 +397423674 6 2.62132 -0.775328 -3.58377 +566749003 6 3.62605 -0.248614 2.69995 +746944680 6 -4.96813 -0.169626 2.71218 +1663698797 6 0.282134 2.35608 -4.4868 +1106166775 6 0.226063 2.88741 4.83893 +742997017 6 -0.0449179 1.8923 4.72954 +84619060 6 -2.30943 -5.50545 1.39069 +132748666 6 -1.50677 -1.55199 -4.74011 +1967137485 6 -1.5347 0.519913 3.64692 +409119036 6 1.68524 -1.43261 4.0543 +325368944 6 1.24405 2.90025 -2.56082 +1336385313 6 0.282747 0.237499 -3.41554 +394171590 6 -4.16204 -0.718956 0.92692 +351708470 6 -1.00367 4.8078 -2.12687 +1461325835 6 -1.70903 -1.39864 4.30484 +1264028276 6 2.01973 0.0346488 -0.787052 +1603532232 6 0.29666 -1.64542 0.599955 +203798404 6 0.0799232 3.31285 -3.58508 +2077656224 6 0.0752023 -1.5906 3.93866 +909790157 6 5.62358 -1.04462 -0.963419 +440087397 6 -1.02911 -0.946964 2.56805 +550504463 6 1.45455 4.78635 -2.83291 +438285495 6 -1.48232 -0.100274 2.04287 +1617722548 6 4.35469 0.277722 2.63273 +137258647 6 4.85313 2.84345 -1.88013 +625098342 6 1.26245 1.97835 -0.681142 +1976826332 6 0.748427 -1.88917 -1.82131 +2095501174 6 -1.77759 0.123594 5.26625 +1162429160 6 -1.70514 1.9712 3.1629 +17769897 6 3.84176 2.42632 -2.66944 +924722934 6 -1.54483 3.9794 -4.48661 +1853144219 6 -2.51206 0.834175 0.0527093 +1840763211 6 -2.0687 -4.18186 1.27169 +1197579909 6 0.758317 3.03018 -2.54146 +267493746 6 2.95932 -2.39035 -0.775564 +1518927402 6 -4.79893 2.42497 -0.552297 +757946068 6 -2.00654 -1.66363 4.72205 +135754489 6 -2.37349 -2.67652 3.62232 +1032331522 6 -0.850175 3.97592 -0.850062 +1464353474 6 -1.29535 3.34774 -0.240495 +1382302449 6 2.68123 1.09624 0.175747 +657119742 6 0.907838 -2.5867 -0.516314 +1493599892 6 -2.71284 1.11343 3.64006 +91906001 6 5.2022 1.20468 -1.12006 +1840843216 6 -3.38609 0.95592 -0.934898 +764533970 6 -2.73978 -5.06117 -0.660159 +312792175 6 1.41082 1.88359 -5.2706 +1981041015 6 3.67029 -1.07982 2.95028 +1531517802 6 -2.16614 -4.22193 -2.31544 +771272367 6 1.35327 2.28347 3.33832 +1311923065 6 -3.01274 -2.11797 -1.06486 +693004232 6 0.0272695 -0.740765 -5.80681 +654513553 6 -1.54782 3.24692 5.03836 +244302199 6 1.88396 0.956247 4.56612 +878742252 6 1.34875 0.842379 1.46886 +670250748 6 -2.18993 5.41849 1.13259 +1832714653 6 1.89104 -4.08137 2.83746 +1380176798 6 -4.15402 -2.42221 -2.61426 +1129035377 6 -1.58887 -4.22348 -3.53831 +826689601 6 1.08802 -1.57666 2.37947 +592601317 6 -0.395587 1.52702 -5.50972 +975994867 6 4.75039 0.612874 2.75696 +751977071 6 -3.97513 1.73824 -3.98165 +1916592647 6 3.82967 -2.37986 1.87344 +100666930 6 -2.15486 -0.682912 -1.22479 +1685368516 6 -1.74779 4.68333 2.59126 +1300636535 6 2.72752 -2.54873 4.9289 +1341760940 6 3.41337 -1.52282 1.56 +35541220 6 2.91159 1.91728 2.63828 +1918280314 6 -1.0038 2.70953 5.31654 +2109145748 6 -0.163205 -1.03513 -2.73283 +522181085 6 0.12421 3.22001 -0.687825 +1187589196 6 3.0615 2.77922 -1.98299 +1189607098 6 -2.96299 2.74049 4.55603 +1958990425 6 4.61373 -0.834796 1.90867 +131893177 6 -3.50862 1.09575 4.22423 +1474017259 6 -0.266677 -3.1145 -0.247958 +1858916785 6 1.32158 3.16537 -0.882078 +1315422487 6 1.28613 2.93874 -0.833838 +2109879128 6 -2.8276 -4.621 2.70602 +1563428713 6 -3.78575 -3.89322 1.20245 +1397082349 6 -1.37626 -4.15081 1.96159 +1133101838 6 2.94084 -2.79797 -2.84625 +1697816655 6 -3.15064 0.362547 1.48727 +889333044 6 -3.49708 -3.33653 2.55681 +797263394 6 2.21092 -0.00600807 -1.72163 +1794337534 6 -2.29189 3.89043 1.47316 +9169263 6 -3.15962 -1.69067 -3.01968 +227862991 6 2.74381 -1.68576 5.10473 +1910682274 6 -5.0026 3.5316 0.438731 +416376898 6 3.98042 0.401774 3.20598 +629791085 6 -0.689067 -5.4111 -1.03604 +866957103 6 0.140157 -1.71584 -4.29825 +872489824 6 1.11892 -3.28071 -2.18747 +1654492987 6 -2.89941 4.26843 2.21536 +1261627194 6 0.184699 2.47914 4.12818 +1665019948 6 -1.21123 2.69277 -3.38517 +454937286 6 3.99072 -0.192524 2.47489 +109958284 6 -5.27596 -0.140848 2.50248 +1364235227 6 -0.542753 -2.90174 2.4017 +412607262 6 0.96666 5.88356 1.08838 +1201801724 6 4.38786 -0.517406 1.27483 +47779146 6 -0.849924 -4.20308 4.34068 +2097203335 6 0.518748 -3.52248 3.95697 +1723064205 6 2.23145 -2.44625 2.74562 +1990591245 6 4.01079 2.02144 3.96345 +821686027 6 0.528772 3.64983 2.48942 +1730732874 6 -3.01984 2.64484 -2.46203 +650241613 6 -1.89579 -1.38352 -2.15608 +191916571 6 -0.88577 1.28009 0.756317 +1907829230 6 2.01092 0.813311 -3.20897 +136043382 6 -3.97751 -0.974352 1.31536 +2092583643 6 -1.96167 -4.36503 -0.48665 +2064210961 6 -2.28604 3.10863 0.768944 +433561278 6 -2.71495 2.7946 -4.0484 +1208310323 6 -1.47722 -1.26571 5.26417 +691749013 6 2.06909 -1.62563 -1.69636 +193379320 6 0.536319 -5.98314 0.164989 +1649225858 6 1.75811 -5.02069 -2.71457 +415113581 6 2.53329 -3.83034 3.47121 +1925241941 6 -0.369359 -4.30764 -3.67879 +998910086 6 0.870549 3.4597 -4.55275 +938435215 6 -4.10439 0.549955 -0.133244 +186213447 6 2.52223 -3.55452 -1.03035 +1490237442 6 -0.919074 -0.155598 2.74518 +991839223 6 -1.81546 -3.64885 1.60699 +1070707215 6 -1.30426 2.54073 -2.81229 +619042916 6 4.50459 1.11831 -1.22321 +1733133878 6 2.67677 0.655015 3.82249 +584988759 6 1.16607 -4.87812 -0.96854 +729911286 6 -0.246747 -3.1332 -4.32223 +1930973824 6 -0.729481 -2.25595 0.133531 +657243916 6 -1.40905 3.09751 0.072872 +1045152105 6 -3.53356 3.88216 -1.06374 +1851425131 6 -0.349119 0.880259 5.35122 +463044949 6 -0.450425 -2.02356 -2.36754 +632935203 6 -1.89187 2.5161 5.01681 +165338144 6 -0.530103 -1.21458 -3.97107 +988316772 6 2.44663 3.70777 -3.99342 +689683107 6 -3.30835 4.77108 1.01102 +1401762203 6 2.46793 1.92732 -2.292 +1548551337 6 2.13123 0.603328 3.60176 +510803551 6 1.04008 -0.86394 -4.03294 +1738459114 6 -2.09475 4.68607 -0.839315 +2088901722 6 0.403687 -1.86754 1.9849 +427861424 6 -2.25949 2.67584 -2.6273 +948564705 6 -0.515704 5.06759 -3.06316 +1668037368 6 5.03895 -0.680714 -1.50352 +79930110 6 3.46267 -4.13528 2.39325 +1425709798 6 3.4911 2.16639 -3.99426 +29223849 6 4.32718 -2.91826 -2.36418 +1915142647 6 3.68606 3.42468 2.53462 +974677281 6 -3.36533 2.51851 -4.13219 +1575292675 6 4.76936 -3.00013 -1.07625 +704258302 6 0.854256 2.56274 -5.20285 +586363832 6 0.323618 4.78562 -2.65199 +534067012 6 0.298073 -2.71144 -0.221754 +1555037664 6 -3.93546 -1.47857 0.998934 +79681706 6 2.39426 4.37971 -1.02905 +172418549 6 0.139217 -5.10323 -0.247902 +1316646654 6 2.27376 1.42281 4.89698 +1072102269 6 -2.64717 0.478285 -1.21123 +1387701493 6 -1.11845 -1.12326 4.82968 +1428851379 6 5.81568 1.75173 -0.441903 +1352625010 6 4.74309 2.11423 0.22792 +469054322 6 4.3688 1.77666 -3.30114 +801086941 6 1.92505 -3.10129 -1.60176 +1677181129 6 2.50335 1.63192 -4.16592 +1224269706 6 2.7688 -3.46299 -1.11812 +120496533 6 3.09398 2.67538 2.11459 +1102428367 6 5.08476 0.141596 -2.33752 +674930797 6 -2.89537 -2.15243 2.98613 +110093350 6 1.50818 0.475582 2.99354 +1441555172 6 -3.42602 -0.103062 4.81704 +397093871 6 4.25359 0.936763 -0.315254 +1826697566 6 -0.676649 4.78559 -3.23684 +839662566 6 3.25033 0.245914 1.54929 +1892853555 6 2.34371 -1.54734 -1.08121 +947224496 6 0.778276 3.49185 2.28552 +1399318139 6 0.65428 3.87825 -4.72867 +1682738578 6 -0.0664317 0.112802 -2.41097 +1052434510 6 0.0812356 0.555999 2.19988 +1193078778 6 3.02313 2.97807 2.48006 +2036731239 6 -5.19694 0.453798 -3.32674 +1104794462 6 -0.0649834 -0.35866 1.80304 +1072069251 6 1.78368 2.99324 -2.96556 +1941373262 6 -2.10911 -0.990479 3.23028 +137342216 6 -1.72753 -2.18369 -1.3314 +364090247 6 2.46979 -4.15383 0.783611 +2141629536 6 -6.08729 -0.80168 0.173303 +884049323 6 -2.95075 -2.36385 -2.01498 +1297320996 6 2.81819 -4.72437 2.40477 +211167749 6 -1.5268 -3.17926 3.09291 +1321023317 6 -2.78163 -1.23481 3.40748 +1884604536 6 -1.26741 1.44101 0.625348 +43303042 6 1.47989 -3.5744 -0.175217 +779551851 6 4.79005 -2.77405 2.10222 +1538936887 6 -3.18378 1.61153 0.458335 +268155353 6 -1.52511 0.368998 -1.75248 +1243104194 6 0.287236 1.24328 2.37573 +894484100 6 3.08517 3.52366 3.57103 +335784518 6 -0.819025 -5.97869 0.476587 +1595384469 6 -0.820229 -1.40186 -0.187219 +2040121679 6 4.79774 2.4553 0.578171 +1555966530 6 -1.68534 -0.222486 -4.81855 +1967299452 6 -4.87579 0.927325 2.34293 +1784977152 6 -2.25957 1.30738 0.324967 +1293219258 6 1.016 3.94732 2.28337 +1932151922 6 1.78858 -1.58716 -0.395274 +1690637652 6 -2.59501 -3.74885 -4.08922 +96546398 6 -5.01015 0.794267 -0.694867 +351663868 6 -3.63216 -3.29033 -2.45429 +1455826340 6 -3.17802 -0.80673 2.15682 +2085877359 6 -1.74379 -2.45521 0.932831 +467723047 6 -2.92826 3.27999 2.48482 +963620826 6 0.305145 4.47434 1.30075 +445097826 6 0.62244 2.24686 -3.89409 +1890754258 6 -0.975427 -4.33973 2.91369 +543790418 6 -0.403084 -0.409223 -4.32628 +614649997 6 -3.05149 4.22384 -2.83897 +135938235 6 2.80765 4.28741 -1.35006 +1312000100 6 1.97827 -2.03882 1.70905 +116593423 6 1.71752 -4.67586 -1.1314 +1673966493 6 4.47136 0.935231 -1.25089 +669397934 6 -0.242881 -0.187696 -3.23258 +1468719352 6 -0.101319 -3.11448 0.0823822 +1674201981 6 -5.2382 1.68752 -0.265791 +1299220947 6 -0.622982 1.06607 1.76568 +1729389296 6 -0.993027 -2.38419 3.48513 +218897385 6 -5.11649 0.129051 -2.25976 +776128095 6 -3.17879 -1.31135 -5.03539 +1627051830 6 5.127 2.75338 -2.06311 +1646947846 6 -4.29333 1.20104 -0.296844 +2122345973 6 -4.75908 2.18424 -1.75451 +2055082548 6 -3.39509 -1.43958 -1.35627 +30084990 6 -3.08439 -2.92184 -0.481492 +533606918 6 3.06657 1.19305 1.81851 +820676660 6 1.85263 -4.40474 2.21085 +252218651 6 -1.23299 -3.1049 -0.168451 +761707578 6 -2.35113 0.89236 -2.18804 +1318977351 6 -2.65982 -1.19819 -1.42464 +1908027512 6 1.55607 -1.05484 0.97273 +1117379216 6 -3.76337 0.0412423 -1.63305 +812857484 6 -2.43009 1.27271 0.799109 +769895827 6 2.7093 1.53812 -5.10631 +1436953782 6 -2.45321 -2.65756 -0.356465 +1621696469 6 1.48478 4.27366 3.26172 +836354655 6 5.48713 0.871029 -0.889027 +1130471552 6 -3.13216 0.748991 -4.81972 +1432816322 6 -3.91766 -0.127204 -3.90364 +1618343980 6 -0.165579 -3.71169 0.0892289 +69631661 6 -1.30499 2.61329 0.673126 +378000576 6 -2.08849 -1.8767 -3.08712 +1444739184 6 1.36863 -0.111506 -0.625726 +1621198186 6 3.22895 0.672764 4.35451 +406056079 6 -2.69253 -4.92812 2.23276 +649743240 6 1.38572 1.88929 3.73878 +1904757252 6 1.9702 -1.17696 -4.36439 +24964987 6 0.150361 -3.91446 4.06083 +346561510 6 -0.584042 -2.04545 1.89709 +2120522727 6 -1.68968 1.11577 5.7948 +2092004409 6 -1.84912 1.39421 -4.40719 +2021293958 6 -1.71541 2.9373 -0.346839 +1108628820 6 1.43568 -2.237 -4.06713 +1476770627 6 3.83932 -1.37323 -2.75708 +1622757399 6 2.01901 0.386562 -4.32132 +508899157 6 2.28814 -5.01469 -1.03979 +5769514 6 -3.07095 -0.332821 1.84033 +1474819831 6 -0.20762 -3.09853 -4.73831 +1945164151 6 3.85724 1.97707 2.72386 +591235140 6 -1.89117 1.86861 3.57552 +1601257957 6 -3.81051 1.76818 2.99679 +2091419523 6 -1.9786 -3.55007 -0.722344 +1705549263 6 0.0709988 2.20405 -3.91673 +487899234 6 -0.354233 1.77051 4.88314 +2078251412 6 -1.4162 -5.46507 -2.37145 +1722822694 6 -1.36743 -4.66341 -2.89272 +1070031999 6 -0.311641 -1.991 -1.107 +237946085 6 -1.57744 1.68764 1.72888 +1152924879 6 -0.0120103 -3.34427 -3.30866 +798122204 6 -0.412412 4.11021 -1.98457 +300282104 6 -2.23775 -4.23141 -0.359305 +1550308581 6 4.1968 1.81816 -0.717593 +1582866442 6 -0.968055 -4.51701 1.09133 +1225345169 6 -1.05782 0.460195 4.93145 +494563478 6 4.06326 2.99139 3.13879 +1645426486 6 2.46355 2.76754 0.166034 +1699221411 6 -1.04185 -4.09764 2.27152 +2126316863 6 1.06727 -2.85484 -3.42847 +460385508 6 -4.14779 3.08033 -3.39154 +1108077512 6 -3.79234 -3.09383 -0.195885 +634385923 6 -4.37985 -1.42772 -0.605445 +1473566560 6 -1.97196 -3.5609 3.38541 +1578061826 6 4.07722 1.89869 0.386514 +1229960109 6 -5.12998 -3.25407 -1.05838 +2071516577 6 -1.42609 2.07346 -2.57189 +895633106 6 0.321251 2.20801 0.629201 +2112361969 6 2.51424 -1.51782 -1.20179 +1153562392 6 3.77242 3.1669 0.0661855 +1506741169 6 -0.0829601 -4.72465 -2.25437 +926812203 6 1.78491 -1.17615 -3.1385 +1772516709 6 0.81323 -4.56674 -3.49195 +1110596365 6 -3.96703 1.33236 -1.61229 +1962854854 6 -0.784192 -3.66873 2.48097 +1988151794 6 -2.3809 -3.20381 0.00804277 +1178547391 6 -1.30227 -1.24221 3.19596 +671818284 6 0.0551142 -4.22171 1.3789 +189833617 6 -1.17947 3.09319 1.92742 +145804458 6 -0.532902 1.36907 -5.02925 +823080899 6 -0.89092 1.56627 -3.39143 +343122482 6 0.50885 3.80894 -3.31673 +1471442958 6 0.474017 1.49907 -3.68911 +1401093 6 -1.9029 3.23908 -2.81585 +1060167146 6 -5.64278 1.06009 0.534661 +792996556 6 -0.713777 1.13402 2.31426 +1988230548 6 -0.22649 2.33805 2.56466 +685114431 6 2.27889 0.880481 -3.32116 +2058018648 6 0.478485 2.14888 -0.596759 +24647388 6 -2.81454 3.98476 -1.19847 +48125710 6 -6.0296 0.959731 1.09406 +1646325003 6 0.676744 -3.18603 1.02819 +2121862578 6 -2.17747 4.01742 1.85894 +195958973 6 -2.13576 -2.27212 1.27678 +1617604295 6 5.5386 -2.51955 -1.03448 +871519025 6 -0.50557 1.68026 1.75244 +2037694692 6 -0.972775 3.015 2.91494 +366993991 6 5.1755 -0.935434 -2.15029 +574335458 6 1.66462 -0.530856 -1.46402 +1880493995 6 2.45151 -1.23124 1.44225 +1339357602 6 -3.41053 -0.374709 5.03184 +2135613207 6 3.93373 -2.77339 0.690729 +380124509 6 -1.97594 3.86011 0.619817 +889893971 6 3.59737 1.55909 0.0183642 +2103966847 6 -1.52865 2.9483 -1.5328 +1787037613 6 -1.46406 -3.41982 4.77783 +1969484427 6 2.73802 0.325451 -1.63606 +2029206674 6 1.92206 -3.73579 4.46945 +811253690 6 0.775441 5.47444 -1.48866 +662566945 6 5.10259 1.974 0.67809 +295047324 6 -5.03737 2.31733 1.81404 +117829900 6 4.54445 1.09043 1.67921 +1230405644 6 -3.4892 4.99318 -0.579684 +2103100092 6 -3.2399 1.30195 -4.07761 +750096301 6 3.8852 0.488755 1.06276 +1324257151 6 -4.29185 1.21062 -0.571661 +1218699319 6 4.18994 -1.80185 1.86235 +1815285178 6 -2.29706 3.87044 0.568026 +1855578697 6 -3.36018 2.20854 -2.79783 +1243850164 6 -0.578919 -2.79714 -1.30205 +395979971 6 2.36289 -1.72391 -3.39677 +1744721841 6 3.53845 3.98863 1.76918 +1601802512 6 4.47585 1.90314 0.821529 +460346517 6 -1.56104 4.44381 -3.15419 +1373426598 6 2.69531 2.02403 -2.1014 +1707645521 6 -2.92328 0.141158 2.69781 +744637743 6 -1.01449 -3.31075 1.65396 +1974692514 6 1.15304 -0.561158 -2.06169 +25703905 6 1.93201 2.2279 -0.110381 +1655133936 6 -3.79382 -3.16041 -2.55981 +2136105315 6 4.76515 0.549916 -0.788779 +512349660 6 -5.92697 1.23274 -1.08407 +1208759008 6 -2.39489 -2.55573 -1.10486 +875386178 6 2.33419 -0.302963 -5.02389 +1877959866 6 2.34174 2.54254 2.72384 +1420984522 6 -2.30609 1.11217 -5.12851 +1716176282 6 -3.37713 2.62937 -1.94025 +216141750 6 -4.65155 -2.05897 -2.02641 +902857124 6 -0.584972 -5.26708 0.178226 +783100386 6 5.35486 -1.33316 0.588461 +1031578112 6 1.873 2.90756 -3.84942 +1603721363 6 -5.28639 -1.74746 -2.16975 +743406317 6 1.05393 -3.87975 4.30796 +514586537 6 -3.40315 -0.487996 -0.71855 +1810866325 6 3.99009 1.49201 1.72729 +1154006587 6 1.55773 2.02277 1.54102 +1473641544 6 -1.73977 3.04203 -1.92872 +902647196 6 3.49192 3.53678 0.603883 +1387084133 6 0.53061 -2.67407 -4.91232 +1693037877 6 -0.602453 -1.31513 5.92245 +2141174082 6 -0.442958 -0.582345 1.66439 +373665759 6 -1.64403 -0.725032 -1.92978 +504701536 6 4.8204 -1.35674 1.31191 +1393352688 6 1.9858 0.41342 0.423947 +1487262055 6 3.65731 4.01891 1.99029 +1248337695 6 1.42367 -5.56228 1.50313 +117740525 6 2.46133 2.64116 -2.26094 +1211152313 6 2.99504 2.44842 -3.53025 +438494895 6 -2.66978 5.2428 1.20844 +988251713 6 0.0344978 -3.32578 -2.80278 +1844187412 6 3.10048 0.350518 -2.17757 +1130945561 6 2.22648 0.829598 -2.43242 +691384644 6 -0.533721 0.0246152 4.27578 +1932276144 6 1.56287 1.51452 -4.57085 +1244506873 6 1.91323 -3.31427 4.57875 +2031209052 6 -4.80211 -1.52147 -0.571418 +831278013 6 -0.796128 -5.76461 0.606225 +889021328 6 2.6636 2.58657 -1.70373 +782805887 6 0.859152 -1.98776 3.74016 +1848202412 6 -5.4429 -1.90595 1.55773 +1665482331 6 1.90431 -4.36598 -3.88918 +1299790609 6 -0.499635 2.18535 4.40192 +1310256287 6 -3.55279 3.16238 -1.54376 +1840341980 6 -2.94769 -0.604724 -2.24667 +191691131 6 -2.15426 -3.01648 -2.94093 +1763033225 6 1.37542 2.49145 0.184008 +747357012 6 0.223298 6.06066 0.027009 +92540299 6 -1.33187 -2.47785 5.04094 +246787269 6 -5.99782 1.53397 -0.38444 +576471990 6 2.77259 -1.82622 1.63024 +1933815111 6 1.34042 -2.74749 1.82926 +370055285 6 -0.237573 2.1705 3.0068 +169686489 6 1.50258 5.52549 0.515075 +433880861 6 -3.21983 3.74265 -0.842942 +1602515787 6 1.48179 3.63499 1.19237 +531105690 6 1.10454 3.19097 -4.91947 +342984104 6 -1.16192 0.197903 1.07417 +1234249461 6 1.33457 -1.81994 -4.43654 +816913210 6 1.19878 -1.04341 -5.50345 +1122833696 6 -2.69044 5.33949 0.903534 +2113056630 6 -0.492116 4.48698 2.92936 +325805171 6 2.72011 -2.97105 3.7011 +918662360 6 -4.32225 -1.03574 -0.645315 +1360952657 6 -2.08963 3.77068 -1.21847 +873460670 6 5.12904 -0.0576688 -1.49259 +1273560019 6 2.7397 3.69048 3.29767 +1314480 6 1.87627 -4.08521 0.204526 +1174238317 6 0.724745 -2.89851 -5.32924 +974420989 6 -2.38651 1.8226 -0.387836 +2088723425 6 -4.68156 2.23583 -3.19733 +411221525 6 4.33919 0.337104 -4.30177 +882884054 6 -4.17239 -1.00459 1.71464 +883195919 6 -2.98895 0.620745 -1.42783 +904845805 6 -2.30181 -1.53968 3.5734 +141956822 6 -5.61419 -2.44864 -0.244968 +1924920832 6 1.95432 4.93936 0.547408 +531043076 6 2.094 -4.87861 3.10684 +1615511004 6 1.07249 -2.11009 -5.02893 +758000573 6 -2.04641 -1.83472 -4.64352 +619281697 6 0.0100354 -5.03297 1.87931 +374429647 6 -2.75916 4.20939 2.42719 +871117185 6 4.25138 0.917586 -0.0410006 +1967828875 6 -3.82493 -4.84191 -0.431107 +1570951021 6 2.64354 0.528064 4.15264 +1581675474 6 4.0386 -2.07047 3.26124 +1718187310 6 -0.272622 -3.76932 -0.803995 +653710223 6 -1.51418 -2.0653 3.32609 +121465415 6 -4.71707 0.925161 3.20495 +626691155 6 -2.69582 1.69343 -0.195426 +1554091363 6 3.33324 4.04533 -0.635744 +1645426369 6 -2.51875 0.160824 -1.76291 +1693573704 6 -1.31578 -5.08035 -0.392703 +88791788 6 3.09855 5.1439 1.51923 +1838522783 6 5.48281 2.69451 0.969038 +424062271 6 -3.78717 -3.02723 2.42313 +95760237 6 -2.84338 3.16227 -3.43424 +1057591883 6 -1.8211 0.883897 4.46033 +1036527809 6 1.55149 -3.62483 -4.10178 +12376786 6 -5.18601 -2.08692 -0.300479 +439383140 6 -0.49996 -3.28547 4.76766 +915053168 6 1.53168 -1.66633 -3.37251 +1087821032 6 -2.67541 -2.59116 -1.04765 +2086382875 6 0.584194 4.60253 -2.93787 +1247165766 6 3.06134 0.032795 5.27759 +1529614235 6 -3.35221 -0.422126 2.12983 +1225986531 6 1.88986 0.978255 2.24664 +1388977522 6 -2.41683 0.863231 4.52419 +747021475 6 -0.388449 -2.5691 -2.39475 +1075702948 6 -0.401635 -0.857672 2.05221 +1249902095 6 -0.0589986 0.971407 -1.19208 +470965280 6 3.00963 -0.503323 2.23922 +703143738 6 4.18992 -2.25891 0.0215413 +472336163 6 0.750327 5.21923 2.03637 +305043974 6 2.21733 -3.9414 -2.11494 +1629785122 6 0.345871 -5.83841 0.929756 +441699864 6 -1.84865 -3.13066 1.1563 +1076487728 6 -3.89838 1.4194 -2.87441 +477311829 6 2.73328 -4.95407 0.355967 +2114732643 6 2.5502 -4.97535 2.50414 +1771733755 6 2.09954 1.48028 2.99891 +1971329477 6 2.45406 4.42023 -2.33247 +897302050 6 4.91273 -0.465745 1.04627 +1069579207 6 0.952256 -0.475136 4.50088 +2003543570 6 1.59282 -3.85491 -0.0339219 +1125624825 6 0.596619 2.51408 -4.14705 +1552174828 6 0.432704 1.94705 -5.63789 +1474162205 6 -3.70869 0.830633 2.56297 +265670563 6 -1.28663 0.950589 -3.67286 +1558890336 6 -0.855671 -1.53682 1.99096 +1368418176 6 0.328535 0.574592 4.50574 +464275623 6 3.8558 2.60497 -2.63932 +2056741388 6 2.30383 -1.8198 -2.07765 +647055691 6 4.19204 -3.84599 1.01167 +1023098293 6 -1.44398 -0.886389 3.28031 +296271344 6 1.16865 1.22138 -5.79346 +1220440851 6 -0.489707 -4.66415 -2.93931 +2128914117 6 3.69477 0.844005 3.98541 +1278381816 6 -4.67587 -1.41669 -1.21132 +826043591 6 1.32684 4.77783 2.74919 +1621307312 6 5.41622 0.189005 0.410576 +1378709931 6 2.25302 0.363987 0.873947 +1188858771 6 1.57014 -0.393108 5.97181 +196236160 6 -0.012039 -3.82667 3.14632 +2112796090 6 1.48287 -3.00962 0.650238 +634180713 6 -2.03236 -1.32573 1.48532 +157809238 6 0.931692 1.29831 -3.31616 +485231589 6 -2.33351 -0.663023 -1.92543 +9894790 6 -4.00267 -2.14669 0.195096 +890038456 6 5.13282 1.42684 -1.86151 +488467694 6 4.41526 0.885886 0.680588 +1601096661 6 -0.619614 -4.37754 0.28452 +747951248 6 5.23539 0.766891 -1.74519 +859618844 6 -1.30268 4.23804 0.117568 +982191390 6 3.6703 -0.84891 0.429923 +1364111871 6 -2.66626 2.34404 3.97484 +900540727 6 2.98811 -2.34361 3.25439 +637450443 6 3.47377 -3.71818 2.59771 +1224639837 6 -0.78265 -2.57054 -1.88639 +807220858 6 -4.69035 3.49107 1.66943 +1414745350 6 -3.85733 -3.52789 -0.118571 +1192815250 6 4.71251 -3.12491 -1.41111 +53389386 6 3.27828 -1.52303 -1.901 +178675206 6 -2.06837 1.4148 -5.63288 +536542474 6 -1.91734 -3.7 -1.90162 +788979634 6 -0.0865981 -3.83443 -3.27321 +1360916916 6 -0.20239 -2.05422 3.51335 +1295690506 6 2.84865 -1.35396 -1.47401 +962679898 6 4.56042 -3.60306 2.01818 +122718925 6 -1.28212 2.44431 1.83783 +1005330249 6 -2.08631 -2.46907 3.77279 +1608478220 6 -1.50465 -3.13742 -0.820157 +580900335 6 -0.18974 -0.358319 -4.86438 +946091906 6 0.18806 -3.0708 2.22669 +415157424 6 4.37828 -0.199087 3.83485 +1894103747 6 -2.11285 -1.78556 2.5855 +1165700412 6 0.241272 -2.03513 1.76043 +1158068958 6 0.845602 6.00898 -0.104679 +2147340208 6 2.44876 2.24041 -0.694436 +1665990619 6 3.61367 2.68103 -2.14725 +65556893 6 -0.81447 -3.86353 4.02503 +1253369972 6 2.15253 -1.27277 -1.70332 +365131481 6 0.327327 5.07374 0.985463 +863428422 6 -0.684448 -2.22335 2.09563 +190737386 6 -2.29933 3.03085 -3.65864 +821964917 6 2.14322 3.57283 -1.40343 +160646535 6 -1.75771 -0.758048 1.48574 +5441668 6 -2.93041 4.4441 1.76013 +681751094 6 -3.51677 0.703636 2.13349 +767651846 6 1.3363 2.51213 0.309005 +491929281 6 4.86761 -1.86097 0.699802 +1191638272 6 -0.265813 -0.993328 4.97274 +1221542817 6 4.20848 -0.517988 3.89582 +1634823728 6 5.23166 0.0155989 1.62422 +994597979 6 2.81462 -2.60135 1.43256 +1094631977 6 1.3821 3.05071 -4.90985 +145027332 6 -1.98443 -2.2111 -2.94832 +1965137399 6 1.26004 -1.33006 3.1783 +499731845 6 -5.21689 0.143223 0.193695 +2019566891 6 -3.68381 -2.87747 0.944145 +1493239896 6 2.28545 -0.554055 5.66193 +2041891908 6 -1.65954 -0.95278 4.07326 +1107344709 6 -2.5786 -0.809936 -2.09734 +1768474309 6 -1.6922 -4.01679 -3.60747 +1400917842 6 0.0549088 4.73323 -2.34204 +1592590799 6 -2.56744 0.545652 1.98707 +330863223 6 -2.93779 4.43717 -2.95828 +262754694 6 0.141222 3.78389 -2.47954 +393414892 6 1.51909 -2.28333 -0.995254 +332361311 6 2.17249 -0.864022 -5.41353 +1710000191 6 -4.62915 2.24846 -1.92587 +590280022 6 1.83569 -3.87389 3.46936 +593913566 6 -3.48213 -0.255917 4.02789 +2042540583 6 4.0434 4.29863 1.08957 +207280929 6 -0.29136 3.88457 2.34749 +531412386 6 -1.04024 -1.84724 -4.23736 +115121191 6 -1.08394 -4.318 -4.04949 +1474815972 6 5.17423 2.58221 -0.508789 +1758886362 6 -2.79277 -2.35386 4.6091 +290112310 6 -4.30764 -3.6417 -2.24481 +270453923 6 1.17888 -0.590571 -0.120844 +528227020 6 -0.410623 -3.05159 2.5297 +973141589 6 -2.09194 2.23623 3.43317 +460348141 6 -3.70728 -0.266456 0.598673 +1451818702 6 -0.185692 5.63327 0.44879 +1906711691 6 -0.644377 1.27726 2.76659 +2025893135 6 -3.47935 -3.14418 -2.7805 +1924686146 6 -0.365376 0.60048 5.37336 +2087417052 6 -0.644926 4.44833 -1.55424 +1775799852 6 -5.41268 -2.7217 1.08362 +677402240 6 -1.06008 -0.316959 -4.52107 +1297517818 6 -5.13651 -1.29616 2.22507 +1122027923 6 2.02117 -0.638494 0.8961 +1872293793 6 -1.35062 4.90008 -2.11027 +644397908 6 2.33707 -1.4197 -2.21179 +1578273920 6 -2.10478 -2.57421 -1.52111 +730531348 6 -1.68593 2.26936 1.94221 +1797215568 6 -0.0997676 -1.84714 -2.56255 +1495795069 6 -4.89081 -3.36988 0.41344 +828596265 6 0.755259 1.26192 5.57424 +287382440 6 0.926386 -1.03523 -4.46124 +1640885267 6 -0.38184 -3.16555 -2.0637 +1533371056 6 5.39035 -0.44071 -0.022893 +35383027 6 1.15364 -2.88142 -3.52129 +724596952 6 -0.925829 -2.01029 -2.65273 +953311303 6 -4.3888 -2.80501 2.76038 +1010319197 6 3.94501 0.776014 2.70624 +1911818664 6 -0.266069 -5.29067 0.799619 +1583967413 6 1.01057 -0.59907 5.91928 +683225135 6 -0.795351 -5.112 1.14318 +1054124606 6 -5.00141 -1.24915 -1.74307 +1171324208 6 -1.83486 5.36886 -1.8119 +2041386152 6 -1.96216 -0.196145 3.65796 +316316950 6 3.95012 -0.182204 2.22579 +326763280 6 1.64605 -2.53269 1.58436 +2070385312 6 2.84104 -5.1696 0.777803 +2122915113 6 -4.44846 -0.686576 -0.760266 +1610752077 6 1.29534 -3.52622 3.1381 +820585585 6 -0.231861 -1.08312 -2.98199 +150904620 6 -2.79129 -2.32166 -0.0292097 +52381396 6 3.79432 -0.930218 -1.34339 +914113797 6 -3.92744 -3.18075 3.00264 +840600078 6 -1.39127 4.2168 2.92079 +2050338720 6 2.28821 -3.8113 0.79407 +821513831 6 3.89181 -0.0359367 3.95494 +2008594346 6 -0.70174 4.91927 -2.08351 +118497363 6 -3.77716 3.96923 -1.71111 +1237257412 6 0.818728 0.979502 -1.61164 +2132311582 6 2.12608 0.843284 4.26809 +2068657659 6 -3.50937 0.906318 -3.31959 +331755736 6 -3.51095 -0.829053 -0.825269 +395576777 6 4.14656 1.09557 1.24476 +1609497090 6 2.41784 3.61878 1.66727 +370650224 6 -2.21408 -3.42172 -2.33145 +970699547 6 -4.44938 -3.68807 -0.045296 +692139344 6 -4.46156 2.55624 -2.73447 +1855177845 6 -0.59081 -4.13367 4.58383 +1221676095 6 5.34311 -0.350036 -2.13338 +1625835125 6 0.579519 0.472501 0.844932 +897439260 6 -5.24852 1.96148 1.17048 +1250392176 6 1.22221 -4.3923 0.355053 +505345114 6 -0.400707 2.33007 4.92879 +247251621 6 2.80544 4.41981 3.02455 +1516370912 6 0.277946 -6.00974 -0.252251 +1907668804 6 3.62182 3.16908 -0.561044 +982054524 6 -0.147037 -2.26023 2.54729 +1199904126 6 1.25388 -5.5992 1.38714 +790622909 6 0.846188 3.44956 -1.28602 +1226549502 6 0.460821 3.05018 -1.33755 +646863252 6 3.40149 -2.62273 1.9569 +323809912 6 -1.42622 -0.0541339 -4.11626 +1242279286 6 -3.86208 3.53163 0.924919 +1877539325 6 -0.861966 4.32051 -3.47878 +448402734 6 0.259771 -1.29844 1.12097 +360694801 6 -0.121513 4.88455 -2.60127 +1448812842 6 -0.966965 1.39997 5.61322 +692247980 6 -1.36168 5.17182 -0.713377 +656695260 6 5.54315 -0.475465 -1.03023 +330782093 6 3.68375 1.78779 -2.39649 +641495758 6 -3.0828 -0.980422 -1.44744 +1075028325 6 3.01777 -0.202487 -3.67902 +897429967 6 -3.13469 -4.54942 2.32223 +801809773 6 -3.21425 -1.76209 0.109461 +61782602 6 3.47377 -3.69604 2.48128 +1600679106 6 2.91222 -0.0230302 -2.45204 +2066990313 6 -2.2767 -1.20602 3.55375 +1451675556 6 0.606614 -3.20749 0.210873 +1439362066 6 2.88119 -0.362684 -3.78869 +1907856495 6 -2.45675 -0.0124228 2.12899 +1452152197 6 0.332415 3.73683 0.537589 +824979660 6 -1.13698 -2.44062 -1.92511 +1803901539 6 2.20961 2.69967 0.925033 +2111754160 6 1.04599 -0.816005 -4.85626 +1878785211 6 -0.0713176 4.84547 -1.86398 +459023724 6 -0.162396 0.146393 3.83806 +1945395105 6 2.16384 2.7003 -0.936329 +1002197439 6 2.22722 0.985527 0.390081 +708462000 6 1.51313 -3.12089 3.98078 +1639607172 6 0.472059 5.81113 -0.399459 +2115473074 6 -1.51539 2.39928 1.94661 +1005856557 6 -0.609553 3.42555 4.64172 +1244087924 6 6.14334 -0.103389 -0.676982 +1135474696 6 -0.809127 -0.913492 -5.58159 +273928235 6 -0.308071 -4.03285 -0.561703 +733017106 6 1.19473 5.32482 2.49157 +1528155754 6 2.21616 1.08705 -5.48034 +1690610531 6 1.72762 3.70712 -2.43589 +934872254 6 1.26918 3.47095 -1.54148 +2144698423 6 -1.87078 -2.85012 1.41497 +845922057 6 3.30353 1.07321 -2.39209 +1249549389 6 -2.67912 -2.85044 -3.85727 +625363130 6 -2.566 0.0468067 5.03909 +1873505998 6 -0.644284 2.84458 4.64548 +1176686994 6 -0.681497 -2.25361 2.13242 +1062907871 6 -4.25869 0.214882 1.08447 +2094030564 6 0.821639 0.286032 5.83098 +1041574201 6 -1.58474 3.09374 -1.2787 +941112907 6 -2.95956 -1.54703 4.17792 +592065159 6 2.16534 3.15198 -2.55669 +864915813 6 -0.969267 -0.0684515 3.38761 +1121627996 6 -0.196422 -0.998267 -3.59067 +1894770399 6 -0.648713 2.83623 0.791691 +1133404399 6 4.37147 -3.03907 1.98614 +1270353157 6 -1.98462 -5.38235 -1.61609 +1969185109 6 -2.63846 -2.0082 -4.82679 +465729378 6 4.03555 -3.56034 0.44437 +1363988642 6 -0.493479 -6.02602 -0.929855 +1394604609 6 3.41939 0.397234 1.3391 +1789198530 6 0.00722506 -2.63847 -2.1021 +1052410231 6 -0.116938 -5.0654 2.74064 +21107169 6 0.97451 1.33688 -0.232567 +956906121 6 -0.55099 -4.85205 2.95506 +589603468 6 0.63865 1.73429 4.16879 +148230137 6 2.69647 -3.15891 -2.16804 +1948914970 6 1.17436 -2.11585 -2.52707 +1258392741 6 -3.18755 0.265973 3.688 +153561769 6 -1.7276 -3.31405 -4.20228 +1614085602 6 3.66225 0.233567 4.95027 +671897335 6 -2.23442 2.17598 -4.14042 +1858220791 6 -4.80699 3.44453 1.03396 +2078834465 6 -2.76899 0.277657 1.5449 +1950086646 6 -0.276934 -1.80631 1.29975 +1981790115 6 2.72118 2.69676 1.69735 +1184101903 6 1.67674 4.68704 2.9289 +358211161 6 3.01454 -4.91652 -1.29385 +1820110634 6 3.70786 -2.35881 -4.04578 +709447750 6 0.130873 3.54719 1.96881 +1978105188 6 0.270377 3.26745 2.63725 +1550133387 6 -5.9351 1.1664 0.662418 +1716011456 6 4.17607 0.796424 -1.67069 +849760492 6 4.37524 -1.73634 -1.34482 +1851051632 6 3.11308 1.16589 4.5234 +1761227543 6 -1.86637 -3.23018 3.39341 +1632110717 6 -2.00624 3.37741 2.0455 +1031346465 6 -1.09609 2.37473 -1.2609 +1159307261 6 -0.770726 -0.67023 1.01682 +1791922205 6 3.84188 4.34515 1.27886 +1530423689 6 1.56588 2.42625 -3.93749 +1644434919 6 1.53242 -1.60255 1.56711 +1079930988 6 -1.65789 1.97121 3.49042 +1330674470 6 3.97443 -1.09502 -4.34961 +1751459600 6 -1.71028 2.31991 -4.57873 +422652857 6 0.0757285 -5.1525 2.8054 +781413747 6 3.6931 -2.29565 2.76393 +1220205529 6 1.59177 3.28551 -4.05823 +1507104090 6 -5.36244 -2.06611 2.08563 +1265502618 6 3.39932 -1.85955 -0.25076 +1904534563 6 3.8558 2.69362 -1.47306 +12962503 6 1.18394 -2.41863 -4.51579 +795241036 6 -3.20439 2.61301 -3.95193 +809858631 6 3.15375 2.40974 4.05378 +2041150660 6 1.42593 -4.68696 -1.64114 +1833784500 6 -1.72576 2.79411 0.0182379 +1483153807 6 -1.24957 3.56472 -1.15603 +507594011 6 -0.0286697 2.02099 -3.64001 +1429576358 6 1.33569 4.65295 0.75331 +1988347967 6 2.0251 3.44611 2.85167 +2058079686 6 3.71632 3.34332 -0.169124 +823529039 6 -1.26532 -0.624489 0.540008 +500451952 6 0.0767827 0.157689 -4.82709 +272629889 6 0.555217 1.46455 -0.832384 +337583103 6 -0.124093 -1.24981 -0.531518 +368051477 6 -0.183232 -2.64055 0.0877878 +80634636 6 -0.983795 3.90053 -2.50757 +1074145992 6 1.89375 4.25507 0.940906 +1256006664 6 2.28978 -2.21527 1.31805 +939355840 6 -1.72315 -2.97002 -3.74635 +1676029882 6 0.663774 2.1438 0.811818 +1487000591 6 -3.48364 -0.801112 -2.67549 +1512110833 6 -3.91631 -2.24114 0.785728 +280341860 6 4.67069 1.16725 2.49238 +1087464313 6 3.41875 1.99661 -3.85814 +2047069202 6 -4.75174 1.3692 -2.83484 +1912400331 6 -4.85438 0.899952 1.35484 +1744327759 6 3.98709 0.684484 2.8315 +1906423113 6 0.19966 5.79795 1.4081 +980846379 6 -0.165914 3.0572 4.92634 +863595300 6 5.02954 2.44996 -2.30632 +1803654383 6 0.871714 -1.77772 -2.04741 +918705119 6 -4.40407 1.07261 -0.0933807 +1277488699 6 -0.408955 0.178763 1.96822 +664065824 6 2.81534 -2.98463 -1.07174 +1780475182 6 2.22873 1.51751 -3.9381 +874473735 6 3.68722 -1.88478 -2.41713 +783096753 6 2.33537 -5.23305 1.41571 +856209569 6 4.1832 -3.48428 0.782539 +1769318684 6 0.699001 -1.3311 -1.97197 +1357554174 6 2.80132 -2.84274 1.45695 +34044949 6 1.52909 4.43532 3.18802 +558743224 6 4.20779 0.384493 -1.8809 +847043031 6 2.00274 -0.108588 -1.20753 +1672994168 6 2.92981 -2.09111 3.77188 +978938093 6 -1.69805 -2.97291 -2.64903 +1090518615 6 -1.04095 -1.41716 3.2448 +1304909401 6 -5.8341 -1.1154 0.390589 +1438845514 6 1.31692 -0.661898 4.57348 +595695020 6 1.58469 -3.89017 2.85516 +2135760737 6 -4.34967 -2.80948 2.22361 +1059094198 6 0.459844 -0.966418 -1.81412 +540331176 6 2.81478 0.085362 -4.53447 +1137303881 6 -2.00114 2.21994 2.61292 +523687843 6 0.868938 1.19648 -2.54747 +905860616 6 1.27386 -4.70922 -3.54792 +1883258369 6 -1.76808 -1.37704 -4.78895 +1634468842 6 1.93653 3.66393 3.74464 +1043765049 6 -4.76567 3.03491 2.45452 +1468838012 6 -0.734025 -4.19313 -2.06546 +959587900 6 0.640836 1.25359 1.95242 +1192738757 6 -0.791876 3.65914 -2.33549 +655963077 6 3.2379 2.22037 -2.51902 +1494798499 6 -0.343013 4.24014 -1.78878 +2115289676 6 -1.91909 4.14229 3.71839 +742986287 6 0.858046 4.23863 -2.33378 +1714154877 6 1.36729 2.22693 -3.88374 +1425148757 6 -0.775238 -2.06607 2.82739 +864501149 6 1.13087 -1.00277 -4.86173 +432734875 6 1.48515 -1.90659 3.16497 +2119200403 6 -2.00895 -4.91271 0.759964 +539128368 6 2.3725 -1.56478 3.61279 +1058617382 6 0.307977 2.44572 0.745982 +1146266157 6 -0.825337 -0.395384 4.93694 +1497499592 6 -2.87315 -0.934 -2.87014 +1503247412 6 0.00189912 -5.30244 1.4291 +1930876169 6 1.5079 -4.30018 -2.25505 +238306705 6 -4.2903 2.43592 -2.66897 +1380543723 6 -1.75709 -2.78895 -0.18964 +1661002876 6 1.31853 1.66249 0.94048 +1967866651 6 0.113563 -2.02365 -3.86368 +1246952670 6 0.988588 2.22038 -2.27685 +1980675454 6 0.756296 -6.11678 -0.249292 +1065391947 6 3.71595 -2.99879 -3.38372 +1743778928 6 3.62287 -4.0329 -1.43698 +1183605676 6 4.0426 3.1176 2.67864 +27157761 6 -3.33133 3.18747 -1.71124 +967256561 6 -1.3113 -4.14361 -1.09486 +1999486604 6 -1.69737 -3.90452 -2.59612 +712830916 6 1.23722 -0.225209 -0.949174 +2078154002 6 2.64986 -4.95921 0.819742 +1315711878 6 3.57313 3.68072 0.563013 +1046686560 6 2.26101 -1.94285 1.81305 +759174791 6 0.295391 1.83639 -4.42661 +1465383953 6 1.01435 1.02138 -4.95958 +1732430377 6 0.904719 -5.38433 2.23842 +986030340 6 1.43667 2.04566 1.54022 +1990473679 6 3.35453 2.19263 2.75161 +1589108582 6 -1.22417 -3.86608 -1.75646 +1891974529 6 -4.4965 -1.60652 -3.15739 +1465433390 6 -2.35547 2.35976 -4.66088 +1971320157 6 2.37627 -0.221457 0.0683715 +447416330 6 -4.73179 1.71502 2.92787 +2138111198 6 2.42718 -0.553123 -3.4816 +701563838 6 -3.75228 0.264428 2.52971 +1518394555 6 -2.05368 0.0760242 -0.183511 +806692295 6 2.69312 2.51571 -1.57524 +1670284541 6 1.48775 4.56568 -1.98788 +1179035643 6 1.71714 1.27825 -5.39583 +617910459 6 -5.4715 1.30516 0.311034 +755393206 6 4.19077 -0.391168 1.35107 +1460604413 6 -2.05241 -3.37142 -0.561721 +800005266 6 0.884104 -4.46908 0.240623 +1003254732 6 -0.535372 -2.91288 1.3381 +205444875 6 -4.51499 -2.08851 -2.22491 +2097562926 6 -0.0377055 -0.959453 3.58586 +1901012190 6 4.65739 0.863034 1.21467 +1783187180 6 5.4376 -0.315138 1.27685 +788826726 6 2.8673 1.80873 2.10615 +422345789 6 -4.04467 -0.677574 1.64057 +991319848 6 4.7629 0.0293048 -3.75447 +1769760354 6 0.726973 -2.66794 -1.16471 +1202570274 6 3.06189 -3.09079 1.1862 +639234197 6 -1.64915 0.0795714 -2.60046 +1428883291 6 4.00525 -4.13761 0.408438 +745565515 6 3.53851 4.87798 -1.27548 +1662018139 6 2.25316 2.64938 -0.697007 +1583503043 6 -2.3829 0.434646 -2.62834 +1889940982 6 0.270225 0.699302 3.73626 +2088333915 6 3.7721 -2.13175 3.11802 +936537138 6 -2.65401 -2.78283 3.39931 +905935401 6 -0.462923 -1.15325 -2.9146 +1198237810 6 -2.84065 -0.59836 5.44618 +1960261859 6 -5.43253 -1.35319 -0.961328 +1375741675 6 -5.52262 -1.86175 0.0581699 +1789577744 6 0.359734 3.84323 2.19276 +30096402 6 -1.97082 3.21699 -1.84424 +1084475570 6 -3.46799 1.60405 -1.19262 +1658860198 6 5.34101 1.59448 -0.758752 +1617871969 6 2.06933 2.44488 -0.901335 +907508797 6 0.227464 1.62893 -4.76565 +1985708481 6 3.33835 3.1442 3.15453 +1348986153 6 3.06497 -0.973553 2.33618 +911447129 6 -4.01415 3.54549 -1.82483 +966887870 6 0.202712 -4.94597 0.0489444 +1382272519 6 -1.36106 3.23132 3.33933 +1359852359 6 -2.0036 -1.81372 0.817995 +1448067087 6 1.07274 2.09151 2.91271 +1201130374 6 -4.11618 0.841037 3.72291 +2000781648 6 1.82666 5.76766 1.07561 +948874077 6 0.80615 0.505438 -3.90409 +1569347651 6 4.71876 2.54736 -3.08102 +1494813496 6 4.09166 -3.53216 2.54222 +691726216 6 -2.73037 4.17583 -3.24204 +1240428980 6 2.58976 2.38313 3.40486 +608247926 6 4.31174 -1.98409 3.40527 +339214162 6 -1.14103 3.88829 2.68523 +1791489174 6 -3.28871 -0.19253 2.37274 +2102420758 6 2.44426 1.13957 -3.70026 +170219492 6 3.29387 0.0775441 0.548216 +392664910 6 -4.54435 0.597881 -1.0896 +637202188 6 -0.112098 1.82873 3.35832 +2126024614 6 3.77803 -1.7394 -3.10813 +1385619558 6 5.43902 -1.2792 1.87794 +1863498403 6 -0.856513 -3.28678 -4.85551 +1283889324 6 -3.91471 -0.10212 -4.15792 +390990031 6 -5.90866 -1.18551 0.828909 +1393496565 6 -2.25756 -2.16221 -0.212193 +1989897781 6 -5.51665 -0.816482 -0.459668 +1707223635 6 0.522247 5.6427 -2.24697 +1854615107 6 2.11567 -0.44629 5.43805 +1975037508 6 -3.58471 0.217887 1.95201 +1646523750 6 3.31985 2.38139 -0.966149 +978160780 6 2.70947 4.32805 -0.841661 +76064791 6 3.16397 0.376783 5.01166 +1673973638 6 -0.166342 -4.13785 -3.5976 +1014294229 6 -5.43161 1.73687 -2.14202 +517060106 6 4.17443 -2.06766 0.882572 +953431292 6 -5.39481 -0.21696 1.21641 +359857275 6 -2.62715 2.09129 -0.806677 +1822784589 6 3.03724 4.48546 2.05227 +934910735 6 1.02718 5.70714 1.3034 +1854731127 6 -4.60646 -1.0675 -0.862605 +1132987987 6 -2.32706 -4.06737 2.39795 +497082328 6 0.685661 -2.20162 -4.8425 +826266957 6 2.09006 3.42204 -4.61134 +1665989263 6 3.72256 -3.55591 0.332022 +101417 6 -2.86144 -2.63587 4.28463 +600532713 6 1.41207 -1.97751 2.40362 +1580322017 6 -0.422739 4.2356 -3.68499 +809973873 6 0.600792 -1.79909 -1.40072 +1161546301 6 5.3654 2.09071 1.90714 +350956048 6 -5.04573 -1.74668 -1.5355 +1648385472 6 -0.516633 1.86412 2.63199 +651030268 6 -4.32377 -1.68173 -1.59462 +1753860077 6 -1.59179 -3.74723 -1.67607 +331961186 6 3.5877 0.426513 -2.8513 +1722919139 6 3.74935 0.164634 0.233712 +1430561300 6 0.14931 3.24392 4.18655 +140359368 6 3.22102 3.92372 2.69474 +2123630090 6 4.84864 1.92982 2.61849 +1763668492 6 1.27388 -4.44326 -0.0491198 +1347559311 6 5.71307 1.63428 -1.69385 +755833651 6 -0.43807 -5.27966 -0.37449 +1246488538 6 -0.701158 2.29625 -5.21587 +1051396152 6 4.8241 -1.19068 0.693761 +462623641 6 -2.54437 3.72494 -0.743893 +1770813205 6 3.6541 -0.297788 -4.89719 +485133367 6 -1.73281 -4.089 -1.4635 +1711071569 6 0.721438 3.55418 -4.58388 +767159932 8 -3.95393 -1.73625 0.098789 +369068704 8 -2.19344 -3.99139 1.4404 +1938558919 8 2.66547 -3.09675 0.2592 +1725144671 8 1.51171 -2.28122 -2.82266 +1485034122 8 -4.27793 -0.553544 1.83979 +1077966202 8 3.14678 -3.15948 0.559763 +977769932 8 3.42921 4.16059 1.14789 +536793806 8 -0.346254 -0.610611 -1.94961 +36124724 8 5.65247 0.667426 1.49167 +19830840 8 -5.04361 -3.30046 0.911974 +1624254725 8 0.485986 4.15824 -1.18523 +1919362152 8 -1.80327 2.81612 -2.19103 +643456671 8 -0.623266 -3.7126 -2.81459 +1240979280 8 3.19416 -0.958651 4.65863 +1401975462 8 -3.12682 3.68902 3.58377 +1105358291 8 -3.64838 -2.89894 -0.0848535 +371371499 8 0.673004 -4.02093 1.24578 +1427626720 8 -0.026129 -4.90545 -1.29196 +219168890 8 -1.74009 -2.28673 3.89342 +997044068 8 0.00669554 0.868768 -1.66084 +1058193511 8 4.22898 -3.25167 2.07029 +12941939 8 -2.58101 -4.04959 3.35955 +1950079839 8 -0.358056 -0.454986 -4.23758 +1653209418 8 -4.51057 -2.26777 0.00348274 +1579493758 8 -3.50065 -1.41452 -1.92934 +1631272977 8 -4.00993 -0.0636899 -3.43381 +1394988218 8 0.171241 -0.372351 -4.97583 +979035746 8 2.12183 3.81635 -2.85808 +1509359284 8 4.12283 -0.691065 -1.76682 +604306195 8 -3.69751 2.59162 -3.64714 +1193961644 8 2.0864 3.9825 -1.93697 +1703882985 8 1.29265 0.828477 3.54045 +1659372482 8 0.27618 1.52968 2.06301 +576529169 8 -3.4051 4.05943 0.680257 +398935326 8 2.26937 2.127 3.82594 +521258697 8 0.147639 -0.0373112 5.66862 +1760154635 8 2.20528 4.4712 -1.8412 +1381376177 8 -0.488765 -1.2322 -2.32655 +1042200617 8 -3.05156 2.9957 1.00789 +1114068585 8 -2.93229 -2.29076 -1.77657 +2066662008 8 -2.70329 0.318632 -4.57664 +636450430 8 3.83336 -2.39305 3.50397 +197652548 8 2.64439 2.33249 -3.97989 +1763784534 8 -3.74637 0.394899 -0.686682 +506571752 8 -2.55218 -3.51112 -3.6855 +1476236050 8 1.13625 2.62814 2.1939 +1587994796 8 -4.29571 -1.52388 -3.75048 +1815501698 8 0.874027 -0.123639 -6.02219 +1569797382 8 1.43614 5.62893 1.90814 +1728942127 8 -2.09533 -5.12743 2.44828 +108439056 8 -0.909691 -3.73974 0.0557688 +1044024437 8 3.34492 1.82842 -1.87343 +1104854278 8 2.23351 -4.95473 1.72492 +1811963740 8 -4.37374 2.0346 1.83731 +440234877 8 -1.41065 1.06511 -2.07419 +1227060602 8 2.76096 1.24537 0.332072 +1695851235 8 -2.01257 -3.83509 -1.89746 +505824692 8 3.6174 3.28725 0.470274 +1922124789 8 0.635533 -1.03538 5.47045 +854721184 8 -3.87702 0.532382 2.29091 +790446700 8 2.4752 0.0288118 0.366649 +1310699451 8 4.01423 -2.12596 1.21595 +1757474954 8 0.324162 1.51192 1.22911 +879513446 8 -0.0611208 2.52402 1.59058 +1389334323 8 -0.438449 0.751348 -2.43136 +790293370 8 4.8257 0.948729 2.27807 +351757962 8 -0.438534 -0.679933 -0.781193 +1702870520 8 -0.775706 2.48434 4.63911 +31314701 8 3.83282 0.972126 -1.51117 +1910928130 8 2.10565 4.83385 1.4426 +1546673639 8 2.52764 0.393237 -3.80352 +66756567 8 -4.2883 -1.20778 -1.31101 +1180775157 8 0.621566 -0.0351099 5.44388 +834128520 8 1.97315 -1.17664 1.06205 +1046891317 8 -3.83808 -2.53283 -0.759779 +2053065350 8 1.33471 0.632077 2.91122 +1442168094 8 -4.43901 -3.11375 -0.0657144 +2066164322 8 -0.23882 6.01926 -1.01106 +234969641 8 3.25762 -1.25845 3.11466 +1358400904 8 2.88398 -3.10403 2.01681 +104359486 8 0.573532 -0.886696 -1.88376 +1687596491 8 2.32512 -3.86543 -3.22611 +1473035410 8 -2.5935 -3.19113 2.22178 +1708723940 8 -3.58786 -3.01505 -3.77846 +1261393764 8 -3.92292 -1.59614 -2.41266 +1134538653 8 -3.45033 0.742556 -1.3142 +187353169 8 -3.29439 3.70342 -2.52601 +671183282 8 2.07788 -2.8866 -3.59449 +1749906780 8 -2.85712 -4.41536 -2.70227 +628406282 8 0.410979 -3.38104 -0.972735 +593124547 8 3.68821 2.31301 3.63655 +463026433 8 2.27124 -3.69848 -1.29953 +1886633014 8 -4.78348 1.45429 0.400262 +1323200465 8 2.60272 -3.16906 0.872644 +1751016941 8 1.44682 -0.99687 -4.92604 +529896738 8 -0.0538433 0.767669 -1.06938 +2115204228 8 0.381929 4.64868 3.40584 +913293173 8 0.705816 1.55064 -5.56685 +2030448267 8 -1.19494 3.58128 4.16586 +614647277 8 2.81754 -3.21927 0.641879 +4641115 8 -3.63503 -1.77965 2.78336 +692962877 8 -3.51778 -3.98054 -2.34177 +805749995 8 -3.12496 -2.27288 0.80828 +1281677828 8 -0.907346 -1.5451 -0.558368 +1014048965 8 4.44705 1.81814 -1.04822 +1562823444 8 0.444252 -2.48378 4.76754 +97429861 8 4.71937 0.407318 -2.87641 +47633401 8 -0.807588 0.133234 5.99372 +1504397381 8 3.94802 1.61277 -3.44917 +1606454946 8 2.68647 2.44002 4.24052 +1699688843 8 0.0345682 -2.14153 0.111183 +1067406818 8 -4.89221 -2.19598 2.9533 +219369207 8 2.13781 -0.540582 -3.63607 +2076611387 8 3.19033 -3.22094 -2.63605 +2014070858 8 1.30787 -3.82907 0.047847 +334719534 8 -4.61806 2.5534 -0.805088 +1727149333 8 -0.126737 3.93073 -3.49285 +1615309409 8 0.52878 3.78199 2.77391 +1764226563 8 -2.977 2.9888 -3.26997 +368917141 8 4.58573 0.0684852 -2.82199 +1064912287 8 5.22886 2.58886 -0.358817 +64947538 8 -3.41208 -1.65739 -2.03755 +1903965825 8 -1.82277 -2.46142 -4.16857 +476697916 8 1.15166 1.07795 2.92909 +397825631 8 -1.78794 -0.159035 -5.38937 +642262527 8 -3.24786 4.10138 -1.4038 +1580512725 8 4.41954 -1.62497 -3.113 +1425705153 8 0.201493 -0.613544 -1.61502 +1952488701 8 2.81612 -2.23754 -0.705159 +1967270082 8 -2.90552 0.98924 0.768502 +367257882 8 0.512197 -1.97132 -5.31292 +427716037 8 -1.06259 -5.32319 0.1048 +373039769 8 -0.42302 -0.48685 6.13158 +352309304 8 0.841091 4.64043 1.23589 +399412791 8 2.32452 -1.40039 -0.242405 +2094135242 8 -4.60497 -0.846913 -3.22659 +1799518645 8 1.69492 -0.00164347 -2.80781 +998475292 8 2.47802 -2.20275 0.879162 +1425330511 8 -0.676457 -4.39016 -0.96665 +1048013895 8 0.38473 2.10474 1.96965 +406453166 8 2.0885 1.91943 1.55642 +490176994 8 4.83886 -1.29044 -1.02593 +358854728 8 2.87509 -3.61517 -3.09048 +673478586 8 -2.39572 -4.07633 0.637501 +877376520 8 -5.18439 0.343892 -1.88117 +1316994433 8 -3.70964 -2.6153 2.67674 +679873202 8 1.35239 -0.0193845 -3.21243 +314240288 8 3.97669 -0.257465 2.82628 +1015943287 8 -5.08489 -2.32085 1.06482 +661843885 8 -1.35998 -3.47427 -4.71812 +1899440063 8 3.94804 1.95098 -1.63631 +1056972408 8 4.887 1.39015 1.90686 +1198621142 8 1.34055 -0.443943 -4.73469 +1136728008 8 2.55473 -3.32482 0.986603 +643009671 8 -3.85711 0.263356 -3.07888 +1138678750 8 2.90357 3.52216 3.10526 +317996285 8 -3.5596 0.330939 3.7456 +1933048126 8 -1.82966 5.83697 -0.324973 +2001627996 8 -2.73296 -2.04165 3.83584 +1000749092 8 2.08252 0.689373 -1.85145 +1662264314 8 -0.551859 5.34766 1.77882 +581714586 8 -2.39796 -4.57674 2.1366 +1596096281 8 3.91827 -2.04692 2.00199 +2040260379 8 -0.384438 2.80415 -4.93069 +1808703289 8 -1.00783 -3.02678 -2.31866 +1968794534 8 0.653448 2.29337 -3.95426 +939636376 8 -2.74137 5.41257 0.915894 +185397609 8 -0.328529 -0.473508 -5.36384 +763626990 8 4.98349 -2.17165 2.50988 +1629117182 8 -0.252583 -1.95843 0.518831 +411822829 8 -2.13247 3.50334 -3.09894 +1991142027 8 0.729416 1.17122 -5.20342 +1638680185 8 1.66311 -1.15975 -0.544199 +318556537 8 -2.37949 -4.36489 1.97177 +1059685007 8 0.494617 0.333297 6.1562 +1141985004 8 5.16955 -1.74649 1.70683 +1000393241 8 1.69534 -5.36527 -0.016226 +1664849869 8 -4.67413 3.11094 2.50576 +834988465 8 1.89397 -4.44848 -0.904764 +1755107119 8 4.6317 3.35223 0.703722 +398383452 8 3.57225 1.27931 0.0810873 +1799036254 8 -4.90409 -3.19344 0.525949 +1335299448 8 -0.390005 -3.92014 -4.53364 +1665473350 8 2.79506 3.5805 3.45907 +866268758 8 -0.19294 -4.50771 -3.81622 +2005126681 8 -0.460806 -2.79927 0.0179987 +234564614 8 0.344341 5.68035 -2.33694 +1134695410 8 3.55905 2.71487 -4.14267 +1311719375 8 2.32243 0.62501 -4.19067 +1598102477 8 2.08628 1.8148 4.89206 +97099733 8 -0.360125 2.00038 -2.61105 +1291893889 8 -0.280592 -1.24964 2.36153 +232290686 8 0.27409 3.62461 0.361121 +891582919 8 2.32976 -0.193819 5.52343 +2026797169 8 -4.37693 -1.91631 1.18868 +466154773 8 2.80419 -4.25059 -0.076992 +423394217 8 -0.152875 -1.11566 -3.88034 +60380308 8 -1.60703 0.768546 1.25609 +482538489 8 0.970838 1.65934 -2.51007 +1007767157 8 -2.84001 -2.34699 -3.91719 +1128863703 8 3.63474 -2.96329 -2.32755 +1129748535 8 2.08029 0.430646 4.58011 +891801067 8 -1.01357 -0.282258 -4.42697 +1819601042 8 0.685192 2.32102 1.68627 +1880736082 8 -0.755532 -5.85018 1.57759 +140237297 8 0.777291 -0.652542 0.521987 +526108143 8 -1.28659 1.74682 3.89371 +1772044978 8 -1.74006 -1.88541 -0.502652 +1961989381 8 1.10885 1.04366 -2.78897 +1013093904 8 3.69471 -0.138762 0.338324 +558230500 8 5.61324 -1.25277 -0.583208 +1867146591 8 -0.442027 2.65764 1.65423 +1291913218 8 -0.100898 3.96182 -2.19665 +1165320845 8 4.16787 -0.585641 -4.10573 +15859477 8 -4.02777 -2.1003 -1.784 +1048635935 8 4.09783 0.88429 -1.33881 +368174948 8 -0.92702 2.77152 5.07396 +1745735983 8 -2.60366 -0.205696 4.41732 +1163327113 8 -1.71737 -5.06571 -2.43829 +413186220 8 0.0707723 -1.6037 -5.44062 +1231395931 8 -0.770007 -0.998159 -1.77855 +513119988 8 1.83574 -2.93453 -2.7768 +1886039897 8 -2.00773 3.11517 -0.921941 +610137169 8 1.29051 2.11891 4.4369 +1340549841 8 2.07617 5.67017 0.227064 +1704123507 8 -5.08915 0.527048 -0.505607 +384708062 8 1.05949 2.73161 4.17831 +951765193 8 1.15031 3.1513 -1.54682 +1539971032 8 -5.01547 -1.70599 0.0163574 +795244767 8 1.96493 -2.84418 2.08736 +989957732 8 4.44117 2.16803 -1.33759 +443568328 8 0.688768 0.386278 3.30081 +1074800298 8 -3.70968 -3.34541 2.27191 +627756885 8 -3.8357 0.289875 -4.02388 +1458336665 8 1.22157 -2.67368 1.71372 +855207555 8 0.0958321 -2.26184 0.408655 +645741124 8 4.54352 -2.12906 -1.35689 +1992144046 8 -1.11816 3.66464 3.15793 +615015453 8 -1.787 3.24932 -4.32601 +596995635 8 0.980365 0.493318 3.30601 +493237992 8 -3.25902 2.59237 -3.37537 +2087401190 8 -2.13403 1.94887 0.076519 +1010125250 8 -4.27394 4.43954 -0.329398 +1139737615 8 -2.67159 -0.38509 4.2572 +2038344819 8 4.46331 2.11568 -0.18431 +1684503350 8 4.06028 2.61975 -2.29387 +340397842 8 -3.29608 0.115155 -0.0822281 +946847985 8 2.57714 1.16478 -1.82986 +404624834 8 -2.8658 -1.49036 1.21913 +281592549 8 -1.44037 -2.22405 2.73428 +1329930916 8 -0.485073 -1.22015 1.78322 +219102818 8 -1.88999 -3.05313 1.4822 +2102649850 8 -1.90915 -2.57622 1.89178 +491301189 8 3.79353 -1.7009 -1.25938 +937780398 8 -0.11066 1.18453 -4.90571 +789796745 8 -1.25349 -0.23178 0.270767 +1492704 8 -2.59266 -1.42865 -3.73114 +1187354433 8 -4.19535 -2.24767 2.75199 +594780560 8 4.12583 -0.0310321 -0.462827 +943535017 8 0.453883 -1.89808 -2.54676 +1545620031 8 0.869804 3.34377 -4.97364 +747652327 8 -0.0861741 3.29284 -4.84084 +1462788782 8 -1.01931 2.45838 2.62715 +1014982562 8 -2.06487 -1.94423 3.47207 +1531327644 8 -0.252767 -5.06268 -1.1133 +182090137 8 -1.46925 -3.76801 -3.54327 +22435956 8 1.89285 1.55167 -0.56486 +674273988 8 -2.23678 -0.340849 3.3921 +617520816 8 0.865191 0.254867 3.12884 +1274288776 8 0.381277 6.09911 0.950955 +819405275 8 2.47019 2.62223 2.04255 +1158219079 8 -1.04757 -1.02307 1.36597 +803896411 8 4.85202 -3.42523 0.6716 +2001637738 8 -4.22041 -1.56371 -3.23311 +1471005174 8 -1.04971 0.224446 0.529128 +343966099 8 -2.77735 -3.81821 -3.59615 +1391489872 8 4.48853 4.06231 -0.524066 +1761584093 8 1.0062 0.430016 -6.00244 +1663266591 8 -1.53183 -0.892499 -0.148517 +1717987419 8 0.901992 -1.58739 -4.22099 +1742189997 8 3.65332 -0.932235 1.97987 +1793728667 8 0.064567 5.76832 -0.265673 +683321364 8 1.3511 3.09131 -4.98124 +1404227371 8 2.72149 -4.59541 -1.3673 +285591633 8 -2.43842 -2.18704 4.39322 +1096186450 8 2.81065 5.02571 0.195342 +19065870 8 0.511318 -4.33205 -4.37632 +1205609854 8 -3.98353 -2.90771 1.27972 +1333912381 8 -1.04125 5.92851 -0.175429 +1282355250 8 4.44121 2.86134 0.893285 +1501631622 8 0.961728 -2.56731 2.78064 +1244488371 8 -0.388018 4.67441 1.62986 +1138099010 8 0.886511 -1.22126 -4.60616 +250654156 8 3.97228 0.0589908 -1.10317 +403897078 8 -4.96158 -1.77331 -2.43417 +1659304672 8 -5.13719 -0.355125 -0.815882 +1598239953 8 -2.78848 -4.66926 -1.84496 +290752788 8 -3.07073 3.38181 1.56844 +1122196403 8 -5.03024 -1.84685 2.34847 +1415057285 8 4.11389 -2.14215 1.98711 +1217844106 8 -2.31848 3.79217 0.152711 +1335487748 8 -1.64116 -2.19095 0.759659 +17484415 8 0.768548 1.29212 4.37504 +29123194 8 0.261022 -5.08233 3.49171 +1351392436 8 0.0344093 -4.81154 1.41937 +1101016884 8 -3.31438 2.76159 -0.583267 +1260711608 8 0.529489 3.30006 4.70645 +418441082 8 1.70879 -2.60283 1.39355 +1485769187 8 0.556377 -3.85356 -2.14718 +53066818 8 4.30291 -1.46809 3.3442 +1787864454 8 2.20238 5.25089 0.710713 +1079737045 8 3.73522 -1.55531 1.45284 +558786505 8 2.63966 -2.70865 -2.91504 +788776535 8 2.76854 4.62707 0.0359124 +147059675 8 3.28728 0.982292 -4.34269 +1284118590 8 2.77189 -1.20271 -3.00585 +720470882 8 2.056 1.60437 4.23285 +1499765504 8 -0.336754 -2.22971 -5.50479 +1359419567 8 -1.17217 1.72049 -4.38268 +2031600925 8 0.795876 1.53592 -4.81389 +420026773 8 -0.879175 0.458172 -4.25688 +719248156 8 -2.98367 2.63889 -3.19511 +459617227 8 -2.69324 -4.44124 -3.31733 +529607360 8 -1.22911 0.0277178 -5.61335 +1031540672 8 -5.98014 0.951545 -0.0146628 +1943938770 8 1.7017 2.27379 2.00989 +1570411005 8 -1.07054 -2.32373 2.37964 +1284366902 8 1.96585 0.14858 3.37736 +1969321199 8 -0.357905 2.0919 -2.93924 +592478827 8 -3.51182 -3.09607 -0.707951 +1505731018 8 -0.207475 -0.670496 -3.46792 +1557937163 8 2.75403 -3.6489 0.797942 +454960880 8 4.29836 -3.44673 -0.92224 +1248864258 8 1.99656 -4.83314 -1.90968 +1913142981 8 -4.85666 -0.0884952 1.50253 +1085563910 8 -1.40573 -3.10136 -2.66036 +507029163 8 2.97794 0.390428 -1.39048 +2081085961 8 -1.89442 -3.10207 -2.15813 +1110384065 8 -4.15997 -3.04498 1.88519 +304856142 8 3.37456 3.72281 0.653257 +1152881238 8 -0.908177 -3.1157 4.38548 +839011140 8 -4.0102 -4.63 0.337607 +512640167 8 -3.90898 -3.1092 1.94322 +199436876 8 4.52129 -3.56995 0.118806 +1995735542 8 -0.750759 -0.0791275 -2.34641 +33943462 8 5.73658 -0.258269 1.72973 +2102315188 8 -4.6471 -1.74077 -1.43464 +1516700963 8 4.00199 3.10199 0.933387 +659691449 8 2.68558 -0.162488 -1.38733 +1078416963 8 -1.66232 1.90946 -4.65351 +1261617693 8 2.11601 5.21106 1.15283 +1206397177 8 -3.5833 -0.85619 2.15219 +684075268 8 5.64583 0.643104 2.13979 +1288705356 8 -4.51404 1.4151 -0.683012 +937436827 8 4.11409 1.17543 3.47682 +1385150180 8 -2.1429 1.85817 1.90007 +680989435 8 -1.20414 -2.21308 1.04971 +508832256 8 -0.32883 -5.53067 -0.643524 +1071358637 8 -0.350437 3.53311 1.09268 +1999063220 8 3.96631 -1.15154 0.936813 +1750498322 8 0.514676 2.46822 -5.65257 +1265442753 8 2.67007 -0.212151 -4.80985 +1162274795 8 4.93491 0.17483 -2.09754 +1156351570 8 -0.416605 -4.33417 -2.8874 +851682646 8 -1.69466 4.27548 -3.34349 +146066898 8 0.364714 0.67827 -2.35439 +606420257 8 -2.01403 -3.49665 3.73015 +162633390 8 2.73073 1.88517 -3.49251 +1423638905 8 -1.66344 -4.49361 -2.70102 +996879255 8 1.17026 3.5047 -4.96595 +1692439776 8 -0.777338 -0.142236 3.98429 +1187528122 8 3.3163 4.78504 -0.149174 +388987691 8 -0.958338 -2.49352 2.21416 +1375306540 8 2.24112 -1.15811 2.1852 +112528982 8 1.97904 -1.54022 -5.43309 +900346859 8 1.62028 -1.30445 -0.78413 +2016666450 8 1.18953 4.79554 2.63237 +1072489440 8 -1.15913 -2.43236 0.41846 +749480011 8 -1.71794 -2.35218 -4.35287 +1640093619 8 -1.18717 -2.32376 1.82607 +1974436094 8 -4.23072 -1.19449 -1.3183 +532955967 8 2.23148 -1.82907 3.41785 +1610875644 8 -3.1364 3.84314 0.803813 +342837301 8 -1.54404 4.76212 -0.715935 +590372789 8 2.49396 5.13722 0.897148 +776902129 8 3.67786 2.08029 0.554451 +335741398 8 0.990514 -2.63495 -4.99485 +1661422596 8 -2.57774 1.13238 -0.507002 +753334301 8 2.42807 1.96209 -0.986167 +859448920 8 -0.44901 -3.0485 4.75725 +1369724574 8 1.8161 1.88012 -1.39616 +1248387718 8 4.55917 0.296876 1.9757 +384917111 8 4.41133 -3.0317 1.76468 +305351237 8 -4.92471 -2.43161 0.641001 +1429291866 8 2.72563 2.93583 -0.233197 +1140536517 8 1.2658 -3.68316 -4.28138 +1947437615 8 2.78533 1.4537 2.87958 +811949887 8 -1.65004 -2.51439 -1.09024 +2056437627 8 1.53117 2.27767 5.2198 +1016593989 8 -0.776878 -4.81965 1.53452 +2007109069 8 -3.50181 3.87252 -1.75713 +1437135294 8 -3.33913 -3.82623 -1.90426 +1793527633 8 3.50001 2.99137 2.72757 +1716627385 8 -1.66199 -4.95847 0.825261 +516498193 8 -0.877038 -0.857219 -2.73658 +1746616280 8 -0.943537 -1.86784 -2.99419 +706470660 8 -0.561743 0.515699 -5.14363 +4914500 8 4.67369 1.84641 2.71628 +1004628330 8 5.65233 -1.75983 0.870205 +2085884523 8 -2.33291 -3.14768 0.418024 +813536491 8 0.270981 1.00603 -2.39681 +1333988019 8 2.33398 -3.79164 -3.6548 +638509854 8 5.24936 -0.17424 -0.397115 +823860690 8 0.655853 5.49972 1.53852 +1477191844 8 1.69218 3.58527 -3.26515 +480486736 8 0.451216 2.90164 -4.15827 +751845856 8 2.0194 -5.5322 -1.54877 +2025164323 8 -0.292227 1.72437 -1.36192 +1103940446 8 1.16326 -2.48721 -3.29855 +650052208 8 -1.66463 0.294316 -3.82201 +1786566051 8 -5.33667 -3.10713 -0.448443 +681551595 8 -3.88204 3.04229 2.44698 +1875053852 8 -2.86857 1.58434 2.47604 +731219783 8 3.38236 -1.59875 3.4074 +668923101 8 -2.59188 -0.735552 -5.03963 +22892079 8 1.63126 -2.89348 4.74663 +1216950851 8 -0.544207 -2.51408 4.1789 +1166848583 8 0.232692 2.64052 -0.586406 +746856477 8 1.08686 3.74222 4.34319 +1701019078 8 -5.80305 -0.304224 -1.40555 +854671093 8 -0.0841116 0.735327 1.25285 +519987686 8 1.95856 1.698 2.22804 +536724770 8 2.32183 2.88196 0.21389 +998655262 8 2.07479 -5.11793 0.753061 +1522727793 8 -1.94707 5.25026 2.48226 +1670510034 8 -3.73175 -2.08017 1.59645 +1326390011 8 -5.77123 0.913991 1.56524 +1094769323 8 -1.81816 0.658458 -0.353452 +332405157 8 2.48671 -5.03589 2.35167 +1679006810 8 3.36723 4.64709 1.48559 +1304887730 8 -1.82413 -0.462064 0.88665 +392764673 8 1.00881 -5.30605 2.81891 +1157894667 8 -3.16244 0.455444 -0.470809 +176590288 8 2.78276 -4.5856 2.16389 +827197105 8 3.48886 1.77308 -1.42592 +1468006784 8 1.59754 1.13904 -0.197589 +1637570405 8 4.19866 -4.25056 0.333652 +435457332 8 -0.284777 2.85243 0.0723886 +390936136 8 0.748457 -1.38366 -4.47982 +939414667 8 5.79354 1.81961 -1.02388 +220700705 8 0.0918138 4.64531 -3.57251 +1924841935 8 -0.764769 0.192972 5.04798 +1017573283 8 2.28089 -2.75331 3.20872 +2033969509 8 -0.82001 2.27888 0.698609 +937311746 8 4.49182 -2.60799 1.50747 +1789816170 8 0.249075 5.0347 2.31129 +801739613 8 -0.566766 2.94394 -0.313584 +970056536 8 2.57642 1.49261 -0.666477 +1865610068 8 2.05097 4.0231 -1.98808 +136855483 8 -1.50878 1.91848 -1.92204 +491321721 8 -0.367432 3.25626 0.721874 +1928880570 8 -1.52504 1.60947 3.15131 +545511491 8 -1.47467 4.41247 3.63452 +2088186194 8 3.45186 0.27232 -1.30901 +248347688 8 -2.85337 -3.48269 2.7694 +737529894 8 -5.72994 0.080425 -0.661642 +321613308 8 -3.52803 -2.52097 0.0423116 +436706305 8 2.89792 -4.56126 1.83456 +550569703 8 2.0074 3.78131 3.78204 +1440001888 8 -2.95745 -3.45979 2.96281 +580449552 8 -0.411701 3.64595 -0.797974 +661182183 8 0.436949 -1.14361 -2.13781 +23193879 8 0.594085 -2.84881 -1.23701 +752753122 8 3.67252 -0.855368 3.55549 +722644822 8 4.92179 2.93291 0.436482 +1211324541 8 2.11573 0.562986 -4.44078 +162178095 8 -1.55806 4.83749 0.530055 +920930430 8 0.398928 4.99564 3.40795 +1321293630 8 3.34942 3.13454 2.01186 +2047981477 8 2.72373 -4.13102 -0.39144 +851670269 8 -3.22311 -1.77141 4.77008 +1696100378 8 -1.09992 0.0843739 3.67251 +1794788210 8 -0.925864 -2.60378 -2.14356 +288913989 8 3.18111 3.05418 3.85887 +408359401 8 4.56228 2.94322 0.0165789 +164249858 8 3.79269 -3.55611 -2.98129 +2142754441 8 0.373912 -6.0142 -0.777473 +1497247403 8 -2.41122 -3.99957 0.468102 +67250428 8 1.10596 2.20205 -0.269637 +1397619371 8 -3.23309 4.0896 -0.974156 +1285887036 8 4.60848 -2.30228 3.06549 +185781868 8 -1.69652 -2.06261 -1.13076 +2132324003 8 -2.44789 -0.0924371 -2.71481 +520748103 8 5.09739 1.45297 3.06098 +735591778 8 3.65195 0.809611 -3.36464 +1256096340 8 -4.28596 0.893162 -1.10586 +973138742 8 -0.509273 1.48876 -3.37262 +322920604 8 3.94704 -2.36023 -3.17553 +1264165758 8 -2.20956 -1.92975 -1.38258 +1797474913 8 1.36841 -3.68903 -3.68689 +1129735682 8 -4.9513 -2.71961 -0.98761 +271373904 8 1.82321 -2.61255 -0.766651 +1986956931 8 0.828518 4.23579 -0.442175 +1483373987 8 0.161342 -5.46066 -2.71413 +398484556 8 4.25665 2.67968 -0.135168 +236976497 8 -1.28627 -5.34978 -0.199413 +1594582765 8 -1.63985 -4.99169 0.898436 +1995773541 8 -1.82716 -1.7619 3.27391 +1868193191 8 -0.434711 1.53779 1.85037 +272734290 8 -1.30724 2.05121 -4.36001 +1082156480 8 -2.90693 2.02166 -4.76311 +1383216452 8 -3.39402 4.06006 -1.16955 +1827285615 8 -3.91478 -1.31541 1.24331 +1308088434 8 2.91891 0.88152 1.73919 +275124873 8 -0.289563 -3.12914 1.83851 +513871535 8 -3.59217 -1.07039 0.0542966 +1656743135 8 1.58551 -2.52668 3.24506 +356855305 8 -1.56638 1.58097 -4.45415 +796095068 8 2.954 -4.96897 -1.93774 +1232648010 8 2.62426 -1.01388 -5.39011 +822683281 8 4.47791 -0.639423 -2.30543 +477056827 8 -1.3826 0.988647 3.20568 +542949336 8 2.60504 -1.46915 -2.03717 +816970068 8 0.458815 -5.85402 -0.975038 +1719942567 8 2.1925 0.557398 0.896066 +1629858637 8 -1.93411 -0.193854 4.93218 +1842858782 8 2.16788 -3.84029 -2.47442 +1421156241 8 0.738956 0.217663 -1.81069 +1415289543 8 -1.9031 -0.177841 1.11436 +1691751789 8 3.93687 0.349044 -2.13967 +189962350 8 2.47834 3.12455 -4.60882 +2064907807 8 3.34645 2.80387 2.8937 +1858759839 8 -1.13211 5.04331 -1.79719 +181933062 8 -5.24418 0.514467 -1.03492 +1030203219 8 0.69011 -1.87866 1.27475 +1808254417 8 -2.22877 -2.17567 -3.04863 +1776130692 8 2.6047 5.2273 1.2219 +1614994351 8 -4.77232 2.96475 2.03767 +1588447374 8 3.72053 -0.335967 -1.40941 +39574219 8 -2.91125 3.92068 1.26867 +1174163166 8 -4.36106 4.30223 -0.405197 +1641774362 8 1.29487 0.924752 -3.66928 +1501202861 8 -3.47531 2.6836 3.72066 +2022602610 8 2.73425 -1.08536 -3.28723 +2001543749 8 -0.103909 2.98824 -0.219213 +1229029449 8 3.15364 0.531987 -4.35503 +97300657 8 0.14231 -2.74527 1.92165 +253278058 8 1.71514 4.81028 2.32248 +360735347 8 1.49126 1.37522 -0.952458 +1258525161 8 -2.92683 2.61569 3.795 +103156648 8 -1.90756 -0.723455 -0.240437 +1607461862 8 -3.08819 -4.76951 0.491309 +912407198 8 3.8739 -3.40673 1.52025 +65738335 8 -1.46146 3.17568 -1.34956 +1421822166 8 -4.57023 -0.0229001 -0.264046 +1347900513 8 -2.99411 0.764474 -5.15293 +46126217 8 -0.11301 -1.09101 1.03131 +1765562515 8 0.610943 -4.8923 -3.68242 +432146723 8 -0.805307 1.25083 5.16685 +1645802622 8 0.708834 2.63539 0.0335099 +528329444 8 4.88616 -0.381745 -1.55919 +1622283199 8 -3.56558 -0.844251 4.2937 +1241111074 8 -0.0791441 -2.6248 4.26214 +1321352695 8 -4.2342 2.35097 -3.56771 +604140798 8 2.82797 -1.52041 4.82898 +1800017645 8 -1.66767 -1.05834 4.06706 +1463384175 8 -4.6676 1.1841 0.364893 +1837910654 8 3.70057 -0.944256 -1.54729 +940754370 8 -0.160007 3.09008 -0.715334 +464994808 8 -0.225178 -0.434728 1.25037 +265298524 8 -2.51507 -0.0686127 0.678372 +780064943 8 -0.640928 -2.78605 -1.07615 +536597055 8 -0.831234 -0.256397 -4.03827 +1276175438 8 0.520912 -4.3746 0.102389 +1696153503 8 -3.72414 1.70179 3.76634 +64217791 8 0.363995 1.01203 -0.895652 +1038086740 8 -3.51992 -2.74264 -3.45456 +101607442 8 0.819588 3.03562 1.9922 +1987666681 8 -3.66942 3.34325 -1.4162 +1383977885 8 2.2995 -0.222861 1.2983 +2075195959 8 -3.46608 -3.50404 3.62214 +261938927 8 0.435918 -6.07617 -0.0827898 +1817715328 8 -1.86237 1.95633 1.51298 +1049748762 8 -2.99992 2.3731 -3.89951 +398355890 8 -3.9093 3.83728 1.60183 +468590952 8 -0.221235 3.80747 -3.17337 +2056073788 8 2.13856 -0.399607 -3.99994 +633590796 8 4.47638 -1.66974 1.37848 +1746696789 8 3.52133 1.5165 3.80143 +297753305 8 -0.774806 5.19754 -2.72221 +1889219931 8 1.77019 -0.349871 0.637423 +1642219446 8 -0.220504 3.6886 -3.4767 +1511016155 8 -0.386174 -1.55676 1.90294 +1126231297 8 -2.54548 -2.46432 -3.18089 +762413682 8 -2.88134 -2.11108 3.08532 +1043585183 8 2.42705 -2.8857 -1.00946 +1376460914 8 -0.0384602 -1.23627 3.68464 +741514 8 4.35592 -3.77088 -2.09347 +1433883942 8 2.40799 -0.530655 1.92988 +1613821472 8 -4.17834 -1.73923 -0.380634 +806979987 8 0.687024 -4.11931 -2.16469 +525079544 8 2.7208 -3.81188 3.60305 +1512666530 8 -2.18393 -5.35569 -0.189766 +1334587983 8 -0.79285 -0.293663 2.40295 +1682084687 8 2.17298 -4.94309 -1.215 +1700716754 8 1.45597 3.84356 -4.62915 +1293574818 8 0.881483 1.10891 2.04565 +1915519506 8 1.41001 0.62254 3.92226 +1986168894 8 2.96695 1.68252 2.47638 +2098745606 8 -4.95342 -1.08203 2.98072 +1008100001 8 -2.49871 1.92725 -3.4712 +15707251 8 -2.76828 -0.277976 5.49753 +142985630 8 1.9665 -1.36467 4.53014 +46904272 8 -3.74639 0.0265915 0.270761 +668349774 8 -2.6885 0.707877 -1.03203 +265111873 8 -0.320397 -0.278223 1.35351 +360169110 8 -1.56594 -3.42008 0.348622 +1842986345 8 3.17638 -1.92228 0.0126132 +1136298873 8 1.84104 -0.676735 3.33761 +1403070556 8 -0.969286 -0.384615 -0.173675 +279549590 8 0.205997 0.636835 -3.96662 +1498504789 8 -0.559478 1.37452 -0.365073 +632987918 8 2.05718 -3.26716 2.20201 +562460262 8 -0.904295 0.104599 -3.80605 +2031041628 8 2.28563 2.54068 -3.7569 +1339488697 8 2.98256 3.64373 -0.889006 +2021249011 8 -3.48191 3.39375 3.77113 +1086475830 8 0.482682 -1.74306 -2.67769 +1576646543 8 2.17125 3.26488 -3.39515 +1632311120 8 -2.44255 2.93887 1.29065 +2115065090 8 4.55695 0.104178 1.53001 +639413716 8 -4.93193 0.312847 -2.54854 +1504510352 8 -0.416278 1.16703 -1.12748 +617227146 8 -3.99077 -0.618859 -4.08479 +2130929735 8 5.22068 1.60132 2.64083 +1937514179 8 4.56659 0.993709 1.43336 +686624012 8 -3.98411 -0.256137 0.34394 +1912559101 8 2.86402 -3.55618 -4.16622 +818379841 8 -4.72066 2.77416 -0.244174 +1051618346 8 0.66013 2.93448 1.94891 +450731980 8 0.788955 -3.12317 2.90416 +1126578823 8 1.66466 0.190028 5.19283 +357972052 8 -0.797219 0.714256 -5.48944 +1015498330 8 -2.53938 0.694372 -4.69179 +658161008 8 1.20061 4.90074 -3.35892 +216943450 8 4.02529 -2.32905 -0.215481 +947012178 8 1.25114 -2.05472 -5.05055 +1887934196 8 0.879408 3.46523 1.58105 +1855531024 8 1.3208 2.4746 2.37316 +1090110428 8 3.17517 2.5423 -1.36687 +928667547 8 3.84154 -1.24908 -0.644853 +1137513759 8 5.68784 -0.56335 -1.66653 +2064774193 8 5.57777 -1.72302 -0.886216 +1851529386 8 0.222238 0.642689 -4.83368 +1200570760 8 2.55498 0.838425 -2.95055 +757458018 8 0.844587 1.35471 1.79278 +199413056 8 -5.40657 0.733832 0.950119 +845920322 8 0.836565 2.99999 -1.21768 +1165799204 8 -1.48016 -0.962005 -2.08765 +1631890296 8 -0.175493 3.3627 2.98276 +1128822609 8 2.01665 -2.09589 -2.19357 +1293583708 8 -4.4469 0.848863 -1.22363 +197165049 8 -2.64081 -4.14595 -3.2059 +1854040422 8 2.06859 2.40062 -0.393092 +4221637 8 4.36188 -2.86194 1.37066 +1919176809 8 -3.12395 2.30992 1.24567 +286699306 8 -3.91642 -4.02898 2.35205 +877578658 8 2.12487 5.30835 -1.35845 +336979596 8 -2.49367 -0.30456 5.3582 +1300936138 8 4.02387 -1.41655 1.08709 +771511824 8 -0.802388 0.687085 -3.09178 +2133333677 8 0.443552 -1.83988 -4.54679 +2014081523 8 -3.19079 -4.49943 -1.1662 +849529749 8 2.81179 -0.571564 -3.2428 +1450274514 8 2.20506 0.763752 -4.8721 +381656741 8 0.898209 -3.12579 -3.89515 +1837820845 8 -3.3292 1.81683 1.73213 +900551425 8 1.87198 -1.89217 -2.49299 +1153853601 8 -1.29016 3.73604 -0.29281 +531305279 8 -0.675358 1.67577 0.812884 +1387410135 8 -3.48784 2.93216 0.239868 +249611243 8 -2.8511 -2.56774 -4.50122 +1601051183 8 2.28784 2.40041 -3.84564 +700166357 8 0.426035 1.5282 1.98255 +632582261 8 -4.53327 0.767661 -1.21698 +308344038 8 -2.68285 -3.58386 2.03018 +2013384588 8 -3.00158 -0.685481 5.22711 +1567518716 8 -1.92673 -0.221207 4.28036 +1257121638 8 4.13471 0.375822 1.27491 +1073174619 8 0.497364 -3.12602 4.63653 +1611500815 8 -2.32766 -1.71826 4.68539 +455695584 8 0.0507369 -3.34867 -2.86568 +206539043 8 0.543241 -1.31318 1.53175 +1227055279 8 -0.403908 -1.84913 1.23622 +1438904702 8 1.98202 -1.094 0.260386 +1305275321 8 5.12168 0.313618 -1.99653 +1922300658 8 4.48739 -2.67373 0.893985 +754159095 8 0.315888 -1.07877 -4.31821 +2018374448 8 -1.96443 -1.04982 -1.47416 +1914882312 8 0.646647 -0.344354 -5.88717 +1292948378 8 0.159654 3.39711 -1.78163 +1741405324 8 4.41589 -0.862254 -0.522836 +424000283 8 -3.14795 -4.0676 -1.45679 +1398504783 8 -5.31201 1.85278 -1.9937 +1075936748 8 3.2441 -5.20137 0.403501 +1798243660 8 0.42884 -0.964565 4.52175 +1730700120 8 -2.16424 2.95308 4.45693 +1216656926 8 -3.64822 -0.114443 -0.362612 +2011180437 8 -2.57491 -0.904498 -3.30387 +397644498 8 2.95811 2.05791 -3.37525 +488726072 8 -3.05551 -1.27515 -4.53923 +1188359217 8 -0.105154 -5.52408 -1.54012 +1852068790 8 -2.08604 2.10986 1.24099 +1468337480 8 -1.05449 -5.58292 2.03212 +420727845 8 -2.72905 1.55492 4.43999 +200956316 8 -5.17188 -0.335226 -1.3601 +178696137 8 -5.40505 1.5179 2.47926 +1546902775 8 0.611371 2.3144 2.16824 +389962188 8 2.15109 -0.680316 5.20039 +1170610993 8 1.25849 -2.50039 -1.54343 +1973523239 8 2.59867 3.20325 2.96921 +1565688849 8 2.57173 -3.02641 3.85604 +974441208 8 1.05675 -6.10791 -0.0949027 +917231127 8 5.4754 2.33209 1.71166 +993381218 8 -4.01796 1.53042 1.98735 +342420215 8 1.79806 -3.49086 1.7908 +1932050953 8 -1.47127 -0.525146 -4.75222 +1111730347 8 -0.4422 -0.256973 -1.30173 +866725154 8 -3.56167 2.83029 0.243294 +413497880 8 -0.701532 -3.99508 1.42397 +1243150262 8 2.60899 2.88462 -4.76216 +970748881 8 0.0135007 3.58038 1.51597 +926057211 8 0.341689 -1.67245 5.4876 +1835519876 8 -5.11882 -1.86188 -2.06399 +1499626470 8 0.505055 2.06973 -3.24084 +1090560294 8 -2.25067 1.96427 -1.53775 +1169312763 8 -1.24271 -5.24501 -1.00448 +1583688672 8 3.63726 2.01905 1.00821 +113020206 8 -2.92137 -4.86265 -1.52489 +989900446 8 -1.01863 1.62979 -2.75925 +1973283116 8 1.05072 4.30913 3.75867 +712129751 8 -4.4718 4.05786 -0.898004 +444472992 8 0.592826 0.801382 -5.19007 +1794163302 8 4.19363 -1.96584 0.0414482 +188750979 8 1.82678 -4.62701 0.940641 +1572876735 8 -3.48813 -1.94322 -4.48478 +48535500 8 3.3989 3.42475 3.57837 +2099945270 8 4.88312 -1.8117 -2.40564 +935022476 8 -0.0919733 5.08159 -3.5552 +806129997 8 -0.0780555 3.26421 -2.1699 +297401547 8 -0.79383 -4.37221 2.90518 +2089378689 8 1.98913 -5.52327 -0.423072 +1976699011 8 -1.35543 -1.38105 2.21074 +244556477 8 1.28766 3.894 -0.531497 +268093708 8 -1.68086 0.552191 0.229091 +414922046 8 4.15481 3.27523 -3.1268 +1269590544 8 4.04364 -4.15818 2.19081 +1664314985 8 4.63083 1.15153 -1.16024 +785406665 8 3.59886 1.90095 1.26106 +688822077 8 -3.5102 -0.545047 -4.22684 +641172366 8 2.03435 -2.37177 1.46154 +496958622 8 -1.71284 -3.40507 4.48007 +1297305572 8 -1.53193 -2.68257 1.10305 +1614119492 8 2.84852 -3.5471 -0.388185 +160317878 8 -1.69409 1.5338 -3.23982 +1320708797 8 -3.48933 2.69362 -1.54617 +1734795145 8 -0.97153 -0.883475 2.62325 +1319113177 8 -2.63078 2.9882 -0.881253 +2022033417 8 0.363053 -2.41526 2.38508 +295832210 8 -1.09169 1.99234 -1.22921 +1497840007 8 -1.57912 -1.73391 2.31635 +755550701 8 -2.2751 0.857851 0.96436 +473110970 8 -2.74627 -2.4015 -2.04677 +1198530672 8 4.5747 0.77806 -0.136171 +1064617932 8 1.2142 -2.40308 -3.81117 +888522862 8 2.97721 0.505413 -4.33172 +343673718 8 0.28378 5.19919 0.253248 +162868503 8 0.740947 -3.53353 4.35708 +2035360293 8 1.73657 5.32474 1.0969 +1499853153 8 -1.2237 4.07413 -0.416351 +1295357152 8 -0.0497483 -4.84987 2.33317 +2051218140 8 0.183179 1.75557 1.95439 +322323711 8 3.1432 -1.33486 -3.08769 +368831166 8 -1.80361 -2.9729 -2.43735 +1209780356 8 3.37057 -1.27543 3.17601 +784751605 8 4.32604 2.68988 -2.24824 +1280675522 8 1.74532 3.40377 -1.57475 +2023859920 8 1.20109 0.47162 -1.56395 +416128996 8 5.08338 1.76711 -2.49925 +1548215525 8 2.99189 -0.979117 -4.31936 +1480691675 8 -2.01964 1.4682 -1.56597 +1917104471 8 -4.04464 -0.284798 2.51345 +1184603117 8 -2.38939 3.0043 -3.21507 +929992038 8 -3.12033 0.997989 -1.06818 +647509410 8 -1.16248 3.24119 -4.53363 +1449731672 8 -1.08722 2.59505 4.39632 +2095417970 8 -4.41517 0.624339 -3.07242 +1441056170 8 -0.254136 -3.24655 1.31404 +2079572093 8 2.50616 -0.781317 -4.98346 +1048905835 8 -0.770173 -3.78323 1.11427 +511615966 8 -2.86337 2.21606 -0.48901 +152354286 8 -5.35427 -1.21791 2.10429 +1309732178 8 -1.07876 -4.15265 -4.23532 +163396558 8 -4.07793 -1.47938 -0.357174 +1755299434 8 1.4362 -5.79939 -0.953335 +1091686229 8 5.28407 -0.0591676 -1.86873 +1832229973 8 -3.17509 -1.17452 -0.602326 +1606508635 8 0.823539 -4.9984 -0.180898 +2143826915 8 1.37389 1.60718 1.79387 +1727032329 8 0.613534 1.4484 0.672181 +262376619 8 -5.43908 0.163886 0.0695288 +1470709390 8 2.31147 2.59924 0.333289 +1098562164 8 1.37163 0.682624 -3.61846 +880523073 8 5.16002 -0.507065 1.3817 +732915359 8 2.33723 1.25769 -3.55879 +911693611 8 1.68617 1.8934 -1.63231 +2127402257 8 -1.74212 0.727169 0.623616 +1313831754 8 -2.80314 -3.02732 0.906397 +485534130 8 -1.99231 1.80618 -3.41424 +1728949519 8 -0.662825 1.39439 -1.41072 +465258288 8 -2.20101 5.26192 -0.115481 +98839722 8 -5.38907 -2.96459 0.729056 +1531040675 8 -1.89406 2.86407 -2.84326 +1362195067 8 5.1445 -0.7989 -2.72622 +716291664 8 -0.557884 3.34847 -0.522593 +1628196244 8 0.950818 0.170333 -3.24024 +1054381218 8 0.76636 1.72874 -2.31876 +673340178 8 -1.08203 3.04733 0.415979 +638734893 8 2.27789 -3.52725 -1.74077 +949300024 8 3.2076 1.64057 4.64133 +655398818 8 3.93366 -3.9761 -2.12621 +27256074 8 -2.97292 -2.86324 4.30433 +1417956090 8 4.7423 1.22771 1.24765 +1559623206 8 1.41607 3.21425 1.80161 +237563947 8 -4.51273 -1.46818 1.84883 +2034094304 8 -2.67473 -3.59812 -1.90446 +518840250 8 3.56171 -2.14427 3.65838 +983416436 8 3.20326 3.17119 -2.40846 +368765221 8 -5.42943 1.19082 1.53579 +174032908 8 5.51155 1.9054 1.55877 +1933958651 8 4.01431 -0.786826 1.68291 +856423684 8 -3.33916 -4.35621 -1.07606 +1367445614 8 3.3035 0.577211 -1.08962 +762375555 8 -0.561389 -5.92994 1.05278 +1350640413 8 1.61722 -3.15389 -4.64852 +1307336650 8 -0.768945 4.45341 -2.97156 +492981408 8 0.673811 -2.85446 2.99831 +439253161 8 -4.6435 -3.19942 -0.691383 +1083287800 8 2.34066 -3.21034 1.90993 +158589350 8 3.25534 -2.47373 -0.115751 +1634795942 8 2.47814 -0.312081 3.01655 +1800823620 8 -3.41798 -1.47694 3.46169 +1713897754 8 4.23707 -3.86534 -1.65054 +1898466306 8 1.52749 2.41632 2.92949 +1297388495 8 -2.33325 3.54906 -3.83395 +1321928331 8 4.82042 -0.975132 0.611004 +473378743 8 -2.42706 2.59634 1.22524 +1239299273 8 -3.10644 -1.30567 3.52752 +1910736151 8 4.28817 -1.00371 4.12586 +869589918 8 0.480015 3.05306 -2.63781 +1259567516 8 1.42326 0.0303124 0.772405 +1026550972 8 4.07051 0.793038 3.45637 +1604298534 8 1.53377 -3.71882 4.30973 +686740247 8 -0.792298 -3.43269 -0.62775 +1080887845 8 -0.575193 -2.2081 -2.18565 +274478483 8 3.00376 0.0984516 4.54321 +1524234550 8 4.93327 -2.634 -1.46735 +1388733183 8 3.40953 -3.96718 -1.18568 +1837435488 8 -2.08279 -5.21616 -0.135475 +1626336501 8 3.4953 -1.71137 -3.53775 +1477040039 8 -2.45105 -3.58862 -3.46938 +1742642169 8 3.13081 1.4505 -1.29904 +2145686809 8 3.44823 1.26138 -3.5007 +1311662429 8 -2.28212 -5.52907 1.44413 +996745758 8 3.4356 -0.0352297 3.43018 +1690857030 8 -4.32731 0.831158 -1.02564 +2096207248 8 -3.60845 -1.75528 2.85992 +885588862 8 4.29643 1.29091 -3.46232 +450480420 8 -2.31299 -3.34165 3.469 +1868427945 8 3.98613 -2.89001 1.00938 +867126389 8 5.70398 -2.10462 0.0522967 +454159742 8 -1.94752 -2.2963 4.29593 +1231837506 8 1.7513 4.58877 1.41707 +353550343 8 1.74664 0.747516 -4.80785 +176064244 8 1.39657 -1.95978 2.5447 +1204330945 8 -4.40185 1.18704 0.110907 +1876721805 8 2.95492 -1.84483 -1.01217 +1788084107 8 -1.56724 -0.505635 0.591359 +945188773 8 0.949009 -5.41552 -0.739103 +1917180968 8 -2.69056 3.38823 -2.22121 +582222510 8 0.885689 -2.63962 3.45497 +344291921 8 1.97991 0.685922 2.17409 +2086858105 8 1.20402 0.137621 5.2942 +564672979 8 -3.49447 3.19915 -3.90901 +1466921585 8 -3.62909 -1.19969 -1.81739 +793537004 8 -4.54818 -1.62169 2.49204 +158908545 8 -1.50613 -3.17477 4.17171 +2010272258 8 1.97262 2.28545 -0.544733 +1656092576 8 1.04191 5.01681 -0.57545 +1165976521 8 0.0244169 0.943726 5.04676 +1601224615 8 1.84111 0.409931 3.82628 +481967841 8 -1.58708 1.03076 3.86698 +1379304960 8 4.37955 -3.69692 0.130169 +1994216219 8 2.6183 -1.93718 -2.24866 +1856630574 8 -1.44366 4.45732 0.644528 +479397303 8 1.26729 -3.415 -1.01859 +1850916688 8 1.66252 1.46269 5.20322 +1689796660 8 -1.14349 -0.133041 -2.76606 +303210859 8 -0.0264344 2.36876 -2.37734 +1190320484 8 -0.124236 -3.66367 0.735542 +2035107679 8 4.87009 2.52536 -0.665998 +43340994 8 -2.30406 -2.08107 -1.24201 +464049196 8 2.25522 0.0538917 0.0458497 +1864301906 8 1.36205 1.06173 3.19289 +1415076991 8 2.55851 -1.85983 -4.83018 +21588785 8 -3.64895 -0.134818 4.59101 +582671940 8 1.36129 0.709751 5.64592 +563890981 8 2.20955 1.73778 0.759656 +226318126 8 0.719415 -5.63249 0.20265 +352947857 8 -1.43852 4.00393 -1.51137 +1158233596 8 -1.95625 -0.170835 -5.20888 +1504646518 8 -1.86269 -3.38825 1.86785 +747645191 8 0.318025 -2.37533 3.63302 +1118326926 8 3.42881 -2.62362 -0.721156 +1462610307 8 1.17924 5.48412 -0.0708905 +989750425 8 -0.384067 -3.36912 0.812803 +1174070366 8 0.665023 -1.67205 -0.240939 +1457192856 8 4.83168 2.11634 -1.4952 +1476978138 8 -4.44012 3.07031 1.919 +902102645 8 -1.6563 3.91196 3.50755 +870866576 8 0.0906062 -3.24429 1.95321 +608100071 8 -1.27883 -4.34941 1.57992 +1792040045 8 -0.844853 -5.82878 1.49351 +776227388 8 2.04643 2.20069 1.73934 +2125056939 8 2.09807 1.61868 -3.38153 +1919619867 8 -3.52547 3.2613 -1.48177 +198715554 8 -3.29174 -1.36507 -2.11298 +1536539632 8 -4.07192 0.243557 -0.847426 +514376186 8 0.564862 2.27397 5.04277 +246947792 8 1.53147 -5.04635 0.363647 +1882626782 8 -1.73917 0.752253 0.369332 +1211903823 8 3.86078 -0.501143 1.64608 +207412106 8 -1.94793 3.21862 0.708727 +421006412 8 0.838912 5.23678 -0.747445 +762762091 8 0.506953 -3.25703 -1.19406 +681766846 8 0.0441253 -2.80747 -1.27366 +1528016638 8 -1.80149 -4.53832 2.6834 +1417793036 8 0.431339 3.82561 3.9706 +131294513 8 -3.26941 1.71548 -1.76372 +493194726 8 -2.56003 1.08567 -3.93405 +2146391751 8 -2.68052 -1.71985 2.82835 +980179359 8 4.81742 -1.72897 -1.50569 +878127585 8 4.14292 1.92917 4.11514 +1064431049 8 -3.3043 -1.51928 -0.863549 +457428157 8 -2.62304 -3.28553 3.61545 +87708093 8 0.820287 2.37327 -1.00345 +1067088966 8 -3.85923 1.71246 -3.01685 +2056204491 8 3.17311 5.08544 -0.854976 +500304368 8 -2.26947 -3.89998 -0.705256 +1738537213 8 0.15282 0.190569 1.88892 +1563851257 8 -2.48108 0.471879 2.79543 +318867303 8 -2.49732 0.538075 -1.28743 +1028285064 8 0.0595993 -3.28264 2.62349 +1558791233 8 -1.58055 -0.828495 -3.85331 +879584557 8 2.02218 3.92508 0.781603 +526966110 8 -2.61905 1.70163 1.15091 +237297095 8 0.73219 -1.83356 2.314 +2037783294 8 1.32916 -5.83032 0.298511 +348933839 8 4.63742 0.310287 4.04969 +671098948 8 -1.6593 3.17036 -3.8975 +1973987560 8 3.78857 1.69506 2.39939 +356607723 8 4.45057 -1.14511 -2.51375 +1729966228 8 -2.75487 1.84758 -2.47676 +150694546 8 -1.42918 -0.287113 0.822855 +649317577 8 -5.67301 1.67416 -1.52209 +684931402 8 1.47385 -5.72634 -1.34686 +1812960377 8 2.76093 0.677617 -0.926585 +1304259270 8 -2.3143 -0.451961 -3.01455 +121143071 8 4.70105 2.75351 0.160519 +99209460 8 0.293999 3.25275 3.69463 +51310850 8 -1.41555 5.42053 -1.82877 +777395359 8 -0.777725 5.76322 0.955206 +522126611 8 3.61638 -1.49257 1.39552 +705558389 8 1.71248 -2.59378 4.53965 +1065837646 8 -4.99977 1.58192 -0.857711 +1783278887 8 -0.367531 1.60116 -0.0423845 +920648029 8 -1.9227 5.4413 -0.103343 +574416841 8 0.0916761 2.33147 3.69857 +1513965494 8 2.78625 4.47423 -0.547482 +1759853464 8 4.46539 -0.131593 -3.23169 +1875936365 8 2.85093 -0.234906 -2.63504 +381331866 8 -0.0421089 -0.52395 2.94833 +1188165249 8 -1.20981 1.73881 5.65182 +1078974050 8 2.14184 5.11416 -2.10192 +235476859 8 -4.16947 -1.41647 2.45234 +72517218 8 0.343541 4.63895 1.12979 +80285468 8 -0.315915 0.615016 1.53314 +1399326640 8 -1.95689 1.52264 -4.69746 +2093090349 8 -4.28832 -1.51278 -3.29853 +753612523 8 -3.79926 4.67876 0.209452 +1404601200 9 -3.33665 0.533788 1.11284 +1150822116 9 2.52889 -3.30395 4.3147 +227380840 9 -1.83316 -3.38784 -3.60249 +111607823 9 -0.898586 -3.19622 3.51335 +1532237357 9 -2.19721 -5.20052 2.32008 +1145173420 9 -1.64275 -4.1715 1.6049 +289599393 9 0.775714 -2.34752 -0.461128 +1281241180 9 4.20567 1.98119 -2.59509 +1411449827 9 -4.95641 -1.65661 -1.38466 +1028414395 9 1.53496 3.9191 -0.545357 +1359276993 9 2.97172 -4.85673 -1.30324 +1591862312 9 -5.16909 -2.97646 -0.325596 +1673289245 9 -0.80741 3.1263 0.0480547 +190214431 9 -2.25172 -3.26445 -1.84322 +1348207876 9 1.31037 1.01297 2.48901 +1997943708 9 -3.63797 -1.58198 -0.0928189 +1397625745 9 3.27668 -3.58262 -1.94608 +1593566390 9 0.110679 -0.877685 0.680017 +178976150 9 2.188 -0.58345 -4.51137 +31024769 9 -3.36752 2.79763 -2.81469 +800522440 9 1.83294 -0.400009 1.64743 +197957122 9 -4.16364 -2.79632 -0.00420605 +1433490559 9 3.751 2.98541 1.82621 +1952183502 9 -1.90096 -1.36632 1.64071 +119911035 9 -3.81922 4.27195 -0.661554 +757141820 9 2.81763 -1.58223 -4.37588 +2116088574 9 3.27299 -3.52253 3.03324 +651885999 9 -0.432703 -1.93433 -3.89751 +111178238 9 -2.63828 1.06983 2.82023 +123092645 9 1.39593 -0.244074 4.57169 +1865299193 9 -0.165044 5.26916 -2.41094 +162993887 9 2.25867 -4.01641 2.76989 +1645320416 9 3.35447 1.12364 1.51699 +874083735 9 -0.33959 -0.269543 -1.6515 +1284759576 9 -2.26908 2.74159 -1.67755 +1596735030 9 4.7487 -2.81615 1.75126 +661058653 9 3.91556 2.01899 0.00504913 +502728190 9 4.57406 2.43599 -1.39684 +627248390 9 -2.67654 3.22741 -0.405811 +535094637 9 -0.764605 2.95008 3.60823 +1767400158 9 -1.96828 -3.84704 -4.32309 +1090182449 9 -2.73161 -4.18472 2.8014 +110225944 9 -1.53779 -1.81435 2.65877 +1399549205 9 -4.08802 2.72749 -2.95277 +2099107229 9 0.850268 -2.41977 1.15518 +1284134658 9 -1.78634 1.9227 -5.46072 +1496089310 9 -3.71253 -1.59372 1.01809 +2147001694 9 1.84181 -0.203574 2.85927 +357966854 9 3.36458 -2.71949 0.893641 +764585672 9 -5.45837 -1.40272 -2.16051 +661015770 9 3.6968 -2.13765 3.16767 +580206544 9 -1.65202 1.32905 4.66388 +1815844897 9 -1.72245 -3.66587 0.94368 +956487135 9 -3.3523 -1.9174 -4.69898 +1839566732 9 1.52566 -3.57143 0.0347489 +1424400569 9 1.19519 0.659934 -0.350572 +1255940200 9 1.26763 2.23245 1.93128 +2026039390 9 -2.47798 2.888 2.3736 +394626663 9 4.48242 0.593381 -2.27909 +843700783 9 -2.93144 -0.519537 2.67256 +1400614485 9 4.37975 -0.400218 -1.86183 +1981630581 9 -1.3803 2.45998 4.76297 +2073170777 9 1.17083 0.690188 -0.561275 +1288626367 9 -4.02092 1.46115 4.10649 +1419526102 9 -2.3897 -2.11889 -4.0245 +36261166 9 -4.36815 -3.21136 -2.81571 +163571681 9 -3.28738 -2.51155 -2.96039 +1618727179 9 -3.122 -2.28276 -3.83317 +1387161414 9 5.5343 -0.433903 2.70979 +1128501734 9 -2.62971 -3.70603 -4.10094 +837012112 9 -3.62104 -2.43015 0.317522 +654323694 9 1.04528 -0.252798 -5.58372 +1817036645 9 -1.42162 2.69938 -3.92491 +501296374 9 4.97837 -1.47046 0.750561 +231534958 9 2.58868 -3.44588 1.03231 +919058630 9 4.97769 -0.380184 -0.136778 +1161949004 9 -4.83531 -1.14806 -2.54622 +462479738 9 -2.46178 2.30522 -3.23383 +1266922433 9 -0.942689 -0.0194223 -3.84855 +1720947724 9 -5.3564 0.289351 -0.425077 +757668303 9 -4.7321 -3.39418 1.39189 +1760145703 9 3.66612 3.35016 3.18113 +950219605 9 3.45036 -0.183638 2.94583 +2094820329 9 2.00498 0.26637 -2.04685 +509614870 9 -3.82078 2.8142 2.65829 +194213385 9 5.1555 -2.14003 0.521308 +1108188180 9 2.27834 3.96785 -0.0187866 +1681473657 9 -5.57134 -1.85067 0.223191 +122975035 9 3.25945 4.54597 1.74952 +483114177 9 -0.378931 -3.90368 -0.916176 +879515194 9 -0.39726 -1.78072 -2.90873 +1473712031 9 -0.394352 -2.53333 3.21238 +10157879 9 -3.11748 -0.716312 -4.25547 +704705693 9 4.71121 -0.15579 -0.476372 +707538323 9 -3.85501 -1.70504 3.50812 +2467645 9 -1.05902 5.12607 -0.445137 +1004091210 9 0.0144924 -4.56601 -3.53527 +1928368767 9 -0.0966559 0.821929 5.15384 +1610072642 9 -5.07655 1.49653 3.09944 +235833405 9 -1.42279 -4.47652 -0.84656 +103480008 9 2.71284 -1.13528 1.37234 +36503246 9 0.326438 2.55027 -3.75206 +1111597126 9 2.38162 2.79635 0.553317 +878465204 9 -0.59623 4.02388 -1.17787 +181768622 9 5.05588 -1.43586 -0.929391 +1682454567 9 0.149823 -0.55501 2.01432 +227841411 9 -4.07663 -4.33693 0.406841 +868994094 9 -3.45095 2.6012 -3.95691 +415834623 9 -2.26908 2.69683 2.80237 +223438324 9 2.39637 2.68727 3.45365 +928462570 9 5.49083 1.0602 2.28929 +1980487227 9 1.98449 3.34127 2.55521 +569421018 9 0.346201 -0.279715 1.08137 +878761925 9 -1.68381 0.52468 -3.09536 +1619886131 9 -1.82324 2.19841 0.659127 +1496358584 9 -1.51617 1.796 -0.808765 +112741419 9 4.66703 1.57254 2.71779 +417475051 9 -0.33347 3.33504 -2.89537 +2099127020 9 5.16452 0.645145 -0.780114 +91982372 9 2.83245 -0.762827 -4.39951 +1232380463 9 3.23312 -3.63992 2.85378 +792823926 9 -2.02475 2.41098 -0.0248195 +97658759 9 -0.516205 -3.36172 1.10744 +359350524 9 -2.75273 0.608511 3.86615 +983727185 9 2.94537 -1.10305 -2.96466 +336544671 9 -0.413153 4.06109 3.77321 +1781507933 9 -0.568549 -2.20067 -1.4389 +1334273375 9 -2.37206 -3.56823 4.16947 +1528027448 9 1.55668 -3.18973 0.823775 +1939602546 9 -1.03111 2.78947 -3.52209 +562456060 9 -1.99034 -2.34002 1.5659 +1828206886 9 -1.68252 -2.4993 4.42094 +681604288 9 2.11287 2.19912 0.137091 +123630361 9 -3.61723 -0.379928 4.15648 +2051584465 9 4.72596 -0.385472 -2.1658 +825328610 9 1.56544 -4.99894 3.11485 +1468197813 9 -2.29111 4.66985 -0.615814 +121313029 9 -2.54744 1.68965 -1.67187 +1860801137 9 2.68027 -2.51418 2.46058 +2080664705 9 2.44727 1.97273 4.20273 +103288512 9 -1.57847 -3.1219 -0.454621 +1530218065 9 1.89809 2.82214 -0.359043 +308693403 9 -4.27434 -2.21368 3.31618 +1697713327 9 2.71968 2.22362 2.45107 +196554450 9 3.85507 2.72112 1.59631 +297103504 9 -0.139457 1.07865 2.14983 +587446918 9 3.01425 2.64647 0.0200583 +1276103790 9 2.13089 -5.09432 0.589405 +385116542 9 -0.459207 -0.735114 2.32458 +1342150450 9 -0.529386 -1.55805 5.06927 +1657709254 9 0.290603 -4.19286 2.48774 +1895228967 9 -0.12314 2.35983 -3.46527 +1794103857 9 -2.27902 -3.09576 4.52341 +1614248678 9 0.705821 1.63851 -5.0495 +2101287990 9 -2.99446 -5.02357 -1.48636 +1324950186 9 -0.803423 -4.30248 -3.67551 +312453452 9 -0.544187 -2.17781 -1.83403 +662928611 9 3.4047 1.59221 -1.72147 +573157634 9 -2.15265 -0.811233 0.909159 +860326513 9 2.37093 -3.17771 4.48367 +782343337 9 3.21888 5.12162 -0.819657 +995287832 9 -0.411262 -1.37695 -3.38981 +34787788 9 0.520403 -0.532163 1.39284 +2056586241 9 -2.49124 3.45197 2.08055 +1747889442 9 5.14529 -0.0479307 0.884935 +2033731446 9 0.879756 -3.09926 -4.6575 +183190908 9 -2.82226 -1.68553 -3.559 +1618145369 9 -1.96418 3.13324 4.93252 +1219898315 9 -2.80654 2.00098 -4.89684 +1709962625 9 -0.62595 0.806585 -4.5833 +924415283 9 3.64532 1.07504 3.59566 +2034908327 9 1.73409 0.774788 -5.49234 +1157838837 9 -1.60442 -5.07977 -3.04525 +1776587652 9 -2.60432 1.20638 2.49064 +50590394 9 -1.05033 2.21612 0.45181 +360002135 9 1.12724 -0.00302616 -1.23259 +225387061 9 3.50288 1.64897 -3.06856 +506665829 9 2.64767 -4.5391 2.04876 +1722459623 9 3.58673 -3.51823 0.865246 +724100934 9 0.162991 -2.55599 -5.48085 +632346542 9 -0.177963 -0.931093 -3.6476 +1814854071 9 -2.23526 0.393888 -5.26735 +372965523 9 -4.30681 -2.07566 2.95685 +1063347932 9 4.55024 -0.936606 2.95273 +1861378625 9 -1.43997 4.54152 1.43637 +2039300542 9 3.42768 3.2601 3.16953 +573568049 9 2.71456 2.97006 4.37178 +1344116155 9 2.25055 -3.9567 1.24154 +2054974841 9 -2.05267 4.7232 2.85381 +1273411334 9 5.00517 2.30107 1.36365 +1414075433 9 -2.975 -0.598194 -4.16924 +1067506448 9 2.30156 -2.73493 1.92899 +733641643 9 1.08498 -3.11935 5.0644 +1610410223 9 5.34992 2.47228 0.461272 +1498820327 9 -3.56487 -1.36871 -1.3861 +831937187 9 0.837465 5.7196 -0.123697 +495754777 9 0.300611 2.70825 -3.75703 +1168562046 9 -1.98447 -2.91305 -1.54224 +1853050364 9 -2.1007 3.85851 -1.46638 +1605255800 9 -3.49174 -0.458356 1.16408 +1797770746 9 -1.08236 -2.4732 -3.52783 +377504896 9 0.883423 -3.49552 -1.9919 +1140090021 9 -3.75961 1.09355 4.51549 +1869465669 9 -0.710012 2.37257 -0.352657 +1566977712 9 -5.04282 -2.45365 2.38661 +912121318 9 -0.161969 -5.08052 -3.23138 +1298410384 9 0.905047 0.135615 -3.60972 +1257408369 9 0.169683 -1.75476 -0.746267 +2029064838 9 0.974912 -4.31845 0.828048 +407139075 9 -1.37512 2.55862 0.030456 +1387435628 9 3.18626 2.80345 -4.26028 +1480183846 9 -1.70955 2.28755 -2.39855 +1026010929 9 -2.11568 0.243736 2.1572 +1305686645 9 2.72093 -1.50415 5.17964 +302484992 9 -3.47249 0.479902 1.14811 +511732879 9 3.46237 3.19418 -0.615202 +1500894415 9 -3.88874 2.042 2.02426 +18507626 9 1.708 -3.4041 -3.91208 +28417494 9 -2.17395 1.13769 1.91324 +1646286088 9 -3.08637 1.09473 -0.535394 +243396613 9 0.727098 -0.565493 -0.467569 +114873386 9 -0.542423 2.64481 -2.93336 +250439052 9 -0.790965 -5.83337 -1.2869 +758030129 9 -3.55397 -4.14423 0.915942 +2045979373 9 -4.43093 -3.69994 -0.992554 +844872200 9 -3.09475 -3.34576 -3.53759 +2111509670 9 -1.92251 -3.76844 1.69257 +814426656 9 -2.18571 1.99516 -3.4128 +1353469794 9 -1.31888 4.94666 -0.813832 +445433493 9 0.653442 2.19627 1.78041 +913866839 9 -2.34214 3.01384 -4.24359 +1804592342 9 3.57374 1.58709 -0.782475 +1097767421 9 0.377761 -3.35214 0.823302 +1172189366 9 -1.78691 4.84422 1.97886 +853755030 9 -4.47561 2.16824 2.25441 +1397867200 9 -1.83207 2.5576 -4.78073 +363938813 9 0.532336 1.51982 -2.3786 +1274209863 9 2.21903 -0.288075 -2.94186 +1305163146 9 -1.98283 -0.141406 5.53266 +802468527 9 -3.14311 2.81605 -3.39597 +1795725878 9 1.84615 -1.75944 -4.97719 +453929430 9 -3.52721 -1.13854 -3.91187 +851865189 9 0.607004 3.35592 0.629163 +367665463 9 3.08424 0.362628 2.83952 +774705665 9 -1.6809 -0.0504231 -3.78474 +1684410004 9 0.598597 -1.47317 4.89464 +129460370 9 0.535165 -0.55832 -3.97894 +4107500 9 -0.187989 4.26078 -2.28136 +704636976 9 4.50175 2.97651 1.20728 +1685467310 9 3.38856 3.40546 1.98584 +1774554415 9 1.15693 2.71731 -0.437602 +688454929 9 -1.25315 5.38605 1.74389 +98440434 9 4.18052 1.09472 -0.647741 +1584362450 9 0.737948 -4.32135 1.76612 +424703339 9 4.91884 3.11233 0.921312 +975982607 9 0.534634 2.92406 0.511059 +160174611 9 3.7182 -2.35991 2.22499 +847518381 9 0.639214 -1.20675 3.68835 +996293901 9 -2.86209 -1.24594 2.47438 +1354104253 9 -1.37022 -1.79535 -0.549123 +1006632824 9 1.7023 -0.0684192 3.9307 +60566635 9 -4.03206 0.24947 -0.734724 +886794518 9 -3.53758 -1.64606 2.28721 +666642727 9 1.2622 -2.11265 1.57008 +1616108369 9 1.1271 -2.34483 -4.91545 +1676119077 9 4.32726 -1.64176 0.0646481 +1497565142 9 -5.27665 0.733764 -0.189176 +372444168 9 -2.96556 -3.25395 0.99241 +1666824491 9 -4.35842 -1.01668 -2.91967 +1662686559 9 -1.20883 5.80814 -1.00541 +1636550158 9 0.487677 -4.64973 3.82381 +579238276 9 -3.45997 -0.0102558 1.32844 +173736856 9 2.61133 4.97032 -0.232328 +528134441 9 0.529977 -0.917482 1.79718 +799227974 9 -0.734732 -3.66973 -1.93055 +2137298246 9 -0.673926 0.918249 -1.3047 +114263492 9 -2.65087 0.457781 1.57993 +875016836 9 2.92543 -1.34857 2.17263 +1229321360 9 -0.461617 -4.01196 3.07955 +1303234656 9 -5.06929 -0.593658 -2.37587 +54124558 9 1.16329 -1.99898 1.31684 +1306424466 9 -1.95306 3.85426 1.57961 +1558104131 9 -2.57297 -5.40881 0.294593 +2072222267 9 0.821498 -2.07879 -0.0163452 +600256744 9 2.9218 -0.225021 2.21217 +1143924300 9 -3.85428 -1.95083 4.19873 +122869989 9 1.0742 1.85795 -1.96041 +1854889652 9 -3.38625 -1.69292 -3.65604 +195213674 9 -2.58648 3.25046 2.43401 +1014618 9 -1.68308 0.454167 2.877 +1731985244 9 3.68491 -3.50585 -1.88098 +973851767 9 -0.486437 0.676771 -2.74431 +381612027 9 -3.62294 2.90137 3.79623 +1826914998 9 -0.223653 0.385749 -5.5745 +597904403 9 3.65395 -2.79835 3.0294 +1410705180 9 2.77135 2.20189 -3.00432 +1590781057 9 2.9862 2.69146 -0.523352 +1019636668 9 0.592237 3.31109 4.08874 +703895435 9 -3.04804 0.118583 -4.50209 +250280051 9 2.76176 2.33911 -4.38941 +1672827446 9 -0.806836 0.363348 2.54907 +1521035019 9 0.764953 2.90458 -4.36011 +1562994866 9 -4.64098 1.99907 0.201637 +1929690282 9 1.80332 -1.91841 3.02046 +976413797 9 0.250993 0.0588562 -3.36448 +1646794278 9 4.30886 -0.763165 2.33073 +1151915986 9 0.318164 -0.0345903 1.77099 +1489972082 9 2.65765 1.84824 -3.77959 +1067548545 9 0.249498 -0.259508 5.71725 +618222283 9 -2.48419 -2.25691 -3.6274 +775063981 9 -4.37889 2.44662 3.55774 +1800812464 9 5.61106 -0.538924 -0.572446 +1175386478 9 2.92185 0.625397 2.31079 +562725798 9 0.682642 -3.32346 -1.10578 +1963828002 9 0.858989 -4.72749 -0.462 +1718338668 9 1.94962 0.4083 1.21525 +1517461300 9 2.78682 1.56737 2.71033 +854696777 9 -5.98246 -0.715256 1.08851 +1759780050 9 1.68984 1.41859 -4.10409 +479652818 9 3.5728 -1.95701 -0.478923 +1299979371 9 2.85089 -0.934428 2.34978 +1832052201 9 1.2311 -3.85737 -4.13128 +1615211011 9 -4.78132 0.599936 -3.76907 +1309423999 9 -0.868043 1.4437 -3.77683 +319673578 9 1.17845 4.65528 2.60451 +1293279943 9 2.02459 -5.11643 1.1929 +566510263 9 -0.671574 3.23379 -4.84011 +2107628022 9 3.26517 1.42945 4.83468 +274473337 9 -4.02639 -3.62085 0.764208 +1275831984 9 2.78176 3.41776 -2.15418 +149670998 9 -1.66997 -2.51278 1.11491 +633755950 9 -1.2604 -4.80367 -2.91777 +1128910935 9 -4.6512 3.81646 -0.928573 +1262200760 9 4.04826 -0.861377 1.8105 +1434336923 9 2.93792 -2.34871 4.38196 +2004830853 9 -0.470375 -2.31928 2.70727 +987036755 9 -2.2869 0.934533 -0.581943 +1179008263 9 -0.673743 4.0024 -2.50536 +1443734126 9 1.34972 4.69119 -1.74316 +350683702 9 -4.28075 1.76891 2.8083 +1386873588 9 2.8634 -1.64607 2.06242 +119754770 9 -2.04972 4.64565 2.1598 +1804008593 9 -3.15661 -0.754284 2.70797 +836906853 9 3.96346 0.647139 -4.48217 +2015817446 9 3.51781 4.49266 -1.00446 +892406649 9 3.90001 1.2902 -3.1109 +986878706 9 -1.68884 2.95088 4.68391 +2139759572 9 -0.0647815 3.03379 -3.95748 +813330253 9 -0.981931 -1.99739 3.19592 +2116091756 9 3.93884 -3.69093 1.62881 +805484321 9 -4.72521 0.692589 2.56069 +1342230056 9 -2.32888 2.68718 1.9844 +1205403186 9 1.79016 0.264535 4.33464 +2095259588 9 -1.75088 2.45481 4.6385 +238249589 9 3.20063 -3.8669 -3.09548 +770980934 9 -3.05608 1.41799 -1.77557 +129062604 9 -3.14762 1.40031 -1.15421 +130897737 9 -1.36611 5.10997 1.91771 +667773253 9 -5.24706 1.6078 -0.132448 +353154093 9 -2.56351 4.62763 -2.90008 +376033317 9 5.57719 0.832034 1.2976 +972460463 9 -2.69245 -3.70561 2.98652 +1941453347 9 0.406978 3.81868 -0.942023 +1855641604 9 -1.22972 2.24098 -3.591 +2132950314 9 0.979678 1.3422 2.38217 +688635326 9 3.34635 1.12081 3.58251 +216449433 9 4.12805 0.117873 -4.03133 +722637688 9 0.144486 -3.39658 -1.68298 +866959227 9 -0.718442 -2.83191 -2.60196 +975017428 9 3.72514 2.73633 -3.22106 +814659336 9 -4.63586 1.05047 -0.00287576 +1847747839 9 1.29516 5.88132 0.628458 +1197625518 9 -2.98229 0.948025 2.8608 +321602138 9 -2.58134 2.79931 0.592869 +2045002882 9 1.51984 -2.11196 0.766547 +953315373 9 4.88688 -0.643548 2.80718 +1206782167 9 -3.5958 -0.0514223 4.23532 +2088058382 9 0.404745 3.5114 -4.05014 +521185577 9 -1.40387 3.21324 -2.79051 +378062762 9 -1.68517 2.55152 4.75385 +151552296 9 -3.22759 -2.58425 3.51463 +1251578534 9 0.544851 0.942565 -2.06671 +1937457310 9 4.37162 -0.511316 4.36458 +88984160 9 3.56129 3.17712 -1.84957 +387093360 9 -1.87119 2.74111 2.65039 +128368013 9 3.97212 -2.72599 3.42164 +962033928 9 1.03048 -0.85858 -0.806553 +1153355760 9 2.54316 0.673517 4.60968 +122342485 9 -0.486087 -5.85247 0.300265 +14064185 9 -3.10631 1.02846 2.35321 +287441683 9 -3.15809 -0.762311 4.28062 +205636826 9 -3.88903 -2.7595 -1.4565 +625811412 9 -0.296465 4.93028 -3.18266 +2037689950 9 2.03317 2.54725 -4.91984 +138092909 9 -2.89383 -1.16057 -1.80155 +93570051 9 -0.388552 -4.3146 3.51992 +561822180 9 2.67962 -1.11153 3.52194 +1294956464 9 -0.529842 3.18675 -1.32437 +2036960515 9 -0.458397 0.481362 0.875614 +1434758023 9 1.73253 -0.662772 2.29229 +856912483 9 2.68269 0.853069 -4.97332 +1339942026 9 5.61702 0.242032 -1.65926 +281573053 9 1.49024 -3.33401 -4.64297 +388839500 9 -3.82734 4.22018 -2.25666 +664429720 9 0.469617 1.99643 5.46957 +18746175 9 3.60639 4.39679 0.726175 +805998038 9 -3.67332 -0.172924 -3.09619 +370059599 9 -1.55448 3.02306 1.83838 +377927583 9 4.22921 0.514425 -1.73726 +68777728 9 -0.230268 0.87364 5.76638 +2107473673 9 2.38038 -5.48418 -1.00704 +1413827346 9 -4.09333 0.300934 -4.26164 +1977000753 9 0.298941 -0.54123 -2.11544 +1925042677 9 4.24559 2.98676 -0.230153 +2117655777 9 -2.08117 -2.84361 -0.756765 +1140414367 9 -1.7609 -4.68468 -0.596563 +346102259 9 -1.56578 -0.840087 -0.159682 +1426854176 9 -2.0852 3.9073 -0.32477 +1582403112 9 0.668619 -3.27917 -1.00238 +334779209 9 1.74469 5.26872 2.60585 +312753964 9 -0.304332 -3.21446 -5.26348 +136557834 9 -1.39306 -1.14552 2.94038 +1155892371 9 1.81361 -2.66225 -4.76023 +160524187 9 2.98248 2.25235 1.53078 +542032301 9 0.513103 0.843934 2.78756 +1647930170 9 1.71582 3.93965 -2.5163 +147983896 9 0.177908 0.0071694 -3.57395 +800033894 9 -5.01838 -1.08875 1.79011 +237673273 9 0.474099 2.87918 3.09235 +868918709 9 0.0900767 0.263235 -5.11656 +1071892582 9 -1.07268 -1.1638 5.92143 +2003318551 9 4.77683 -1.54377 -3.001 +1001150911 9 -3.26287 -0.104256 -2.83535 +1731116440 9 3.48228 2.74415 4.10889 +1985486823 9 0.750432 -5.41985 0.901239 +1386751070 9 -1.82838 2.54586 -3.48435 +648139333 9 -0.419291 0.16297 -2.90769 +1791973747 9 1.59278 -4.51763 3.12485 +1870923924 9 0.518157 -1.0486 -5.83931 +1091444466 9 0.225018 -2.25257 -5.07529 +899506435 9 -2.16599 -1.69816 -4.81357 +103265192 9 3.26237 4.04175 1.34036 +404538345 9 -3.69783 -2.64139 -1.59351 +401649324 9 4.54221 0.612834 2.0788 +532153688 9 0.24434 -0.0926694 5.78861 +1538771681 9 -4.52687 -3.23998 0.0756517 +883431115 9 -2.87574 5.19251 -0.358346 +1520573686 9 -5.31746 -2.82664 -0.923186 +768826093 9 0.136694 2.11811 3.36267 +1339431396 9 2.53765 -5.03149 1.9318 +1402756087 9 -1.30069 0.489084 -5.80692 +132202020 9 -3.37489 3.06055 -0.789738 +1349792183 9 -0.903494 1.15144 -2.73038 +1164615613 9 4.02028 0.188042 -3.3622 +333343957 9 -0.801804 -1.90943 5.06396 +1898665023 9 -2.09779 3.11309 1.35194 +152238567 9 4.84629 -0.423099 -1.812 +18827623 9 5.27451 0.636974 -1.6222 +442607152 9 1.08048 -4.20126 -2.28551 +1922513836 9 -0.395795 -1.97263 -2.45043 +307056098 9 1.95836 -1.57025 -1.48008 +2120258611 9 0.28789 -0.1719 1.70674 +80279208 9 -4.86564 -2.2426 1.11765 +1097150180 9 0.211005 -2.04213 -4.21313 +1442120113 9 2.56542 2.58962 -0.0182005 +1897557118 9 -0.735955 0.587537 -1.24026 +359647487 9 -1.81133 3.80625 1.18246 +286042629 9 -3.06341 2.39917 0.0635141 +1391377896 9 0.478225 -2.2074 -2.82741 +651357891 9 -1.40615 2.124 3.11124 +388680734 9 -4.87381 -2.99564 -0.0544505 +1590570722 9 2.96976 -0.620805 0.427773 +1603974118 9 -2.17392 1.53445 -4.74433 +59241040 9 1.91795 1.64608 -1.93823 +1323507683 9 -4.17225 1.35974 -0.597984 +1548351490 9 -0.638719 -2.87912 -2.06608 +1601407249 9 2.67523 -0.354423 -1.4189 +707959067 9 -1.19864 3.3926 -3.25952 +984848446 9 3.19618 -4.17394 -2.11347 +773843227 9 0.261165 -2.67887 1.29979 +855854599 9 -3.155 1.49204 2.09754 +1814430990 9 -2.1144 -3.03038 -0.765048 +1425259042 9 -4.50724 3.9731 1.34266 +1893101090 9 -2.25251 -4.21225 -0.827762 +11084599 9 -1.0891 -4.2371 3.33031 +341250226 9 2.68496 1.77257 2.42457 +1290086756 9 1.95386 -2.74673 2.1154 +1047003170 9 -4.95638 -1.20771 -0.153949 +1009870572 9 -0.790671 -0.895452 -0.156122 +1731077759 9 3.21721 1.84874 4.5365 +118316272 9 2.45613 2.07906 4.58246 +1085748339 9 -5.27603 -1.36559 1.43397 +819666834 9 -3.73513 3.13059 -2.22782 +899031686 9 1.39387 2.39103 -0.297525 +808976330 9 0.5218 -1.86404 -1.29567 +253788382 9 -2.05617 -4.47111 3.33395 +1372265034 9 2.8125 -0.955812 2.74701 +1472364499 9 2.55957 3.55203 -3.52882 +1535433764 9 -3.43662 -4.66176 -0.00203058 +820113133 9 3.09308 0.0685037 -2.51078 +967494245 9 -2.45586 2.43822 -1.23949 +587829086 9 -0.738963 -0.336807 -3.11324 +396382495 9 -3.79677 -3.09451 0.807485 +1847605022 9 -1.87165 -5.01383 0.988941 +746157052 9 1.57072 -2.98302 1.03281 +151329608 9 1.05787 0.36886 -4.06749 +1239624321 9 -1.7251 1.39446 -0.0794534 +421258983 9 0.762089 4.39894 -0.342674 +69714950 9 -2.4701 -1.05733 -3.74239 +103476601 9 -2.89894 -0.126802 2.85261 +2019527596 9 3.15654 -0.452206 5.26952 +1743914598 9 3.52878 2.72894 -3.37053 +1290081305 9 1.84338 1.34662 2.31828 +783877949 9 4.81016 0.220032 0.79412 +2058099686 9 -3.17116 2.86076 3.57166 +1788949039 9 3.80301 -3.77365 0.83625 +1894132052 9 -2.284 0.124541 -3.62753 +384527420 9 0.112705 -4.04626 -2.7462 +821929799 9 -1.29551 0.625786 -3.55661 +612949204 9 2.59629 0.456966 0.280921 +1788821565 9 4.04392 0.525432 -2.85049 +35801892 9 -4.66827 2.35206 2.33403 +1616276544 9 -2.24124 -0.797518 -4.30746 +1204159914 9 0.389497 -4.63317 -3.37715 +63335345 9 2.26378 -4.9151 -2.26811 +1391208814 9 3.8216 -1.44624 -1.63888 +1079535257 9 -1.07792 -2.32871 5.48702 +1555696192 9 -0.986044 3.3269 -3.23543 +1802715736 9 1.9838 4.07023 -3.94145 +706432369 9 -2.98876 3.96183 -2.0207 +304053286 9 -3.94046 1.36032 -3.18712 +1052924908 9 0.592246 3.45043 1.07043 +1242760519 9 0.59512 2.14017 1.96178 +1484817351 9 -4.31248 1.84943 3.7819 +1351631496 9 -3.4949 -3.97066 2.45329 +1903263909 9 -0.405238 0.621174 5.77373 +954249032 9 3.90241 4.27574 0.931125 +1178279169 9 -0.86949 1.93886 5.59757 +609376004 9 0.540442 1.27611 -4.12705 +1105576125 9 -1.35179 -2.36254 -4.7794 +149018278 9 5.12551 2.65971 -0.693061 +1338563535 9 1.90232 -0.623815 -0.540946 +312427049 9 -1.44501 -5.7101 -1.44063 +1535913045 9 -0.657856 -1.93477 1.10917 +333166167 9 -4.31538 2.72681 -2.01591 +1906498521 9 2.07578 -0.914602 0.574121 +325898653 9 -0.427476 -0.934974 5.57008 +1136164688 9 0.48466 -5.72341 -1.83477 +1368277362 9 2.25791 -4.3075 -1.30077 +109493970 9 -0.842862 2.83034 1.11391 +426170603 9 -0.709438 -0.395141 -3.37713 +935322800 9 -4.06978 -0.976577 1.15141 +270684272 9 1.45912 -5.29895 -2.00314 +909985364 9 3.37336 -3.93822 1.71188 +1272989906 9 5.51502 -1.91331 1.98019 +398677268 9 -1.3007 0.232541 0.113254 +949442861 9 -3.71226 2.9387 -1.5956 +1107832704 9 1.19057 -2.51656 -0.276475 +1702160837 9 -3.44722 3.38929 3.25464 +133944960 9 -1.74098 -4.99983 0.479719 +1731386690 9 -0.126554 -5.40135 1.5585 +2145822691 9 2.52089 -1.35406 -3.23621 +1428371510 9 1.29468 -2.15173 2.38855 +1811188628 9 -4.76659 0.0249599 -2.33658 +1679509171 9 -2.79143 -4.64919 0.457371 +1932035444 9 -2.74297 3.29443 -3.06576 +363095408 9 0.151991 -1.33158 2.33345 +1364396401 9 -0.34538 1.67816 3.69569 +1750186475 9 -4.78063 -0.320217 2.75359 +1244661745 9 1.4076 -2.66392 4.40128 +917100776 9 1.40775 -0.0818846 0.943755 +1143659038 9 -0.165492 -2.26099 2.25493 +203309869 9 5.27387 2.1947 0.256139 +2117903356 9 -0.305002 -2.0732 -5.43942 +206398394 9 -1.2681 2.28562 2.33599 +880238341 9 5.15558 -0.652036 -3.38609 +2021002516 9 0.987478 -4.03937 1.5339 +2072817567 9 -1.46994 -2.94622 -0.733125 +1418695633 9 -2.49138 0.984709 -0.942529 +750881360 9 2.67438 -2.34334 -4.72312 +565134494 9 -1.47963 -4.47293 -2.50951 +122392033 9 -3.36851 -1.36404 2.69568 +258312046 9 -4.16933 0.809299 3.80693 +690717984 9 0.15986 -5.5556 2.25407 +1964185989 9 3.59647 -1.10974 -3.6282 +1818859969 9 5.6105 2.42503 0.440473 +468139651 9 -4.04979 0.105764 3.36724 +1746159687 9 4.77157 -3.08708 1.49315 +141106427 9 3.39897 4.66542 -0.660869 +1677693080 9 -2.9432 0.331434 -0.333765 +166852663 9 -1.61405 -5.59992 1.63884 +1081219423 9 0.450931 -1.88345 -4.78683 +1247694592 9 0.905956 3.00826 1.25047 +1286770317 9 -2.79953 -4.24021 0.683669 +2020449726 9 1.52744 1.51317 -2.44235 +1158895241 9 3.13467 4.25287 1.19633 +1230657608 9 -0.633487 -1.80325 3.08111 +1380752454 9 -2.60513 -0.041076 4.429 +999238742 9 -3.78493 -2.51779 3.81504 +1770603462 9 -0.033553 -5.60956 0.921181 +1098047249 9 4.22397 -0.607375 2.8256 +1794864872 9 -0.549729 3.93449 -2.39015 +1841981744 9 2.64427 0.259852 0.0637089 +2035327883 9 3.7524 1.79607 0.347038 +2082873690 9 -1.18379 4.93726 2.37122 +1506504744 9 1.85013 3.18257 2.91724 +251759263 9 -2.50186 -1.46552 -3.13712 +61425900 9 4.16855 -1.61154 -0.618455 +1562186040 9 2.69369 -0.284336 -2.14416 +1541556082 9 1.95048 2.381 4.93125 +2145265672 9 -1.45786 1.55633 3.17735 +310311125 9 1.89701 -3.04416 3.34151 +329877050 9 5.78762 1.57835 1.14267 +2051321692 9 -1.21705 4.26469 1.32628 +1025915009 9 -4.53677 4.066 -0.534246 +970499619 9 1.47787 -0.238513 -1.22038 +1778833091 9 -2.06648 -4.10898 -2.22347 +1065994013 9 -4.49626 2.50341 2.65431 +741335756 9 3.17107 -4.41147 0.665622 +1498267915 9 0.309627 5.37204 2.10989 +2083744946 9 2.52525 -2.53958 -2.57233 +613230180 9 -0.0650567 -1.5903 -3.47372 +319428532 9 -1.66943 -5.86427 0.507548 +202082712 9 2.69192 -5.21242 0.815749 +863866278 9 0.554553 2.70456 -3.81317 +1999131539 9 -1.72865 3.72285 1.45979 +753357477 9 -1.18834 2.87375 -1.4489 +1978177616 9 0.558747 -1.2505 0.314838 +751338081 9 3.12312 -3.83955 -2.39433 +1136677415 9 -0.254534 2.47083 0.906614 +348318615 9 1.64755 -1.9905 -5.08295 +1038392302 9 -2.65754 -0.00641249 3.88835 +1966488862 9 3.74247 -3.76406 0.845553 +1311692908 9 -3.63266 0.860601 -2.45971 +320513920 9 -0.205784 2.94176 0.165663 +1055239332 9 5.12695 1.93637 0.927604 +1293171779 9 4.11126 3.26804 0.103558 +1787776760 9 3.52275 0.535641 -4.97764 +1141627265 9 1.35596 -2.05637 4.49034 +911843148 9 -1.93696 1.44869 5.55835 +755768196 9 0.417998 2.925 3.87038 +234393880 9 -0.511066 -3.84181 -3.19352 +1483129084 9 -0.805317 1.07769 -1.43214 +1461673725 9 -0.401045 -3.35311 -3.05716 +877157290 9 2.58476 5.10918 1.11819 +1471961338 9 -3.17738 -2.45544 -2.83453 +1401801956 9 3.03312 -2.79564 -1.0503 +1319984753 9 2.77348 0.785607 2.63806 +1144205573 9 -3.17191 2.68473 -2.08363 +815297090 9 5.40001 0.742555 -1.3378 +420516468 9 -4.56452 -3.27157 2.53663 +734995384 9 2.58026 3.91774 1.52731 +384848977 9 -0.521109 1.07304 -5.26786 +1311422217 9 -0.45156 3.7184 0.962722 +138890541 9 1.72914 4.39748 -0.0874576 +2088842324 9 -0.0539122 -0.390853 -5.75117 +1855627860 9 3.08581 1.96944 -1.59069 +1469513690 9 2.33143 2.97507 1.6937 +1362985933 9 -2.02679 5.37185 -1.0568 +237478704 9 3.04666 1.46703 3.57075 +66813098 9 -4.24539 0.482297 4.18823 +1762099411 9 -2.00058 -0.824901 -5.48412 +768378005 9 0.0793384 5.89014 0.114301 +1184612018 9 -2.02172 3.68673 2.28557 +1359652209 9 1.88093 -0.307079 0.231364 +376561025 9 -0.716174 -1.94289 1.03827 +675649567 9 -4.27472 3.77082 1.17742 +446101668 9 -0.34759 1.76424 -1.15462 +955087559 9 2.27646 -2.69088 -1.99685 +852626693 9 -0.0208828 -3.58032 -0.394148 +619003048 9 0.905922 2.42973 4.946 +1956149297 9 0.401414 -2.85016 0.795944 +426756897 9 -1.54933 2.75048 -1.26837 +1319033063 9 -2.18155 -2.57649 -2.57209 +302334170 9 -3.12499 -2.84957 -1.7094 +1821338705 9 4.79977 -0.591413 -1.85643 +2007604522 9 2.67815 -0.895346 1.62997 +1730826940 9 0.211869 0.0673957 3.68085 +895934205 9 2.75402 -3.76406 0.750588 +1614326269 9 -4.20782 -0.90224 -2.57925 +1551715857 9 0.666514 -1.42408 -1.44293 +794009534 9 -3.03448 4.78937 -1.70086 +1493567705 9 -0.654245 -3.29311 0.345415 +685690971 9 -1.08904 -3.20238 -0.805315 +1970893577 9 1.11828 -1.6456 -2.34864 +1330809620 9 -0.043294 4.37176 1.91351 +1832834309 9 1.40731 4.88829 -1.73763 +713640633 9 1.80655 2.7628 -5.06911 +361814016 9 4.10748 1.89432 1.52232 +1787348932 9 -1.06516 1.0954 -1.53148 +1964778347 9 4.93769 -2.73072 -1.63202 +347801929 9 2.48771 -0.704683 5.09169 +1867246160 9 4.96809 -0.487948 0.0930271 +1803241123 9 0.223552 -2.09173 5.73083 +297584482 9 2.35944 2.24735 4.19508 +182415839 9 -3.74111 1.81655 -2.90847 +712011669 9 0.983286 -0.0573154 4.44694 +1186987711 9 -0.10448 5.7979 0.625649 +72612074 9 -0.642332 -1.57215 3.86532 +364112150 9 1.40807 5.29814 0.728988 +1051425602 9 4.72525 0.0842262 1.19001 +1884204591 9 -1.93275 -2.22584 -2.56346 +64910770 9 -2.08675 2.61685 -1.47631 +129137697 9 1.7555 0.854034 -1.16413 +1608228293 9 0.357393 1.7148 -0.80638 +1401576000 9 0.842667 -6.10569 0.112749 +1150280912 9 0.867903 -3.80406 -1.44099 +2020209967 9 -2.16873 1.90594 -1.7698 +322906787 9 -3.63804 -2.7203 -0.309822 +597205351 9 3.75817 -0.549067 2.64049 +2026504440 9 -1.08444 -0.304766 1.89321 +1368218743 9 -0.0269075 -5.58165 -1.37833 +1574863515 9 -1.66932 -4.05876 -1.80471 +1463112412 9 3.33361 -2.07609 -4.30695 +1604540763 9 1.36897 5.74917 0.549728 +1641958071 9 -3.9375 1.42648 4.50509 +1779085412 9 4.92377 -0.902949 -2.09246 +360879122 9 -1.95865 -3.26125 2.40162 +1756237245 9 4.00473 -0.505698 -0.458992 +1263604423 9 2.88135 2.24246 -3.44975 +471076892 9 -1.98593 -2.58598 -0.752385 +1795799296 9 -2.58384 -2.00961 -3.65493 +1850406061 9 -1.33477 -1.58717 -0.500338 +663640860 9 2.7771 -0.39368 -3.63836 +594390761 9 4.17734 -2.67986 -2.87674 +1454900311 9 0.801001 0.810258 -4.88488 +335204440 9 -3.00248 -3.39597 -3.75088 +1511726742 9 -1.00609 1.47745 5.11298 +1067238022 9 2.90838 -2.54187 -3.82654 +661352079 9 5.21779 2.66941 1.06407 +1781792754 9 -2.12731 3.32125 1.15438 +50482337 9 -2.90018 3.81139 0.649932 +1586433629 9 -3.48574 1.03271 -0.718706 +1618337086 9 -5.1978 -1.74292 -0.314135 +1884335034 9 -0.0233035 5.36302 -0.615664 +2066557529 9 -0.0115329 4.67819 3.14942 +2035595562 9 -2.30217 4.83808 -1.93955 +2119104817 9 -0.822576 -3.61875 -1.08864 +220063856 9 -0.764003 0.664773 -5.87122 +1248274914 9 3.71659 -4.52146 0.757106 +1382206168 9 -0.151533 -3.37564 2.88306 +304506885 9 -6.11087 -0.178636 0.161124 +1473765767 9 3.29085 -1.12072 -2.16968 +456564688 9 -1.57427 5.38075 -0.511187 +1356868934 9 1.84754 -3.062 1.32208 +1316563261 9 -0.699979 -2.70502 -3.95246 +1341606060 9 2.80166 2.82354 -1.56926 +1149263328 9 3.89409 0.961153 0.170297 +145052937 9 -0.0683687 4.7784 -0.00114084 +1053632707 9 4.72738 -1.4411 -2.06265 +1049187696 9 -1.75706 -2.25664 0.928909 +1232426415 9 4.26072 -3.28189 2.79116 +863489271 9 0.200661 -2.20289 -1.47012 +980495818 9 -2.85684 0.269314 -2.19869 +1121534445 9 1.46981 0.821437 -3.11156 +1673937372 9 3.10428 2.19372 -3.77988 +1411181790 9 -2.23587 2.58899 1.748 +974902250 9 -1.14202 -0.319121 -3.64439 +1697353039 9 -0.776692 -1.6885 -3.83131 +2132445225 9 -0.409745 -0.691351 5.84015 +2077287971 9 -2.60637 3.88071 -0.625876 +313718770 9 -3.06864 1.35369 -2.95801 +1611551673 9 -0.389511 4.39605 0.706188 +763178455 9 -2.9053 4.6861 -0.389442 +1452720667 9 1.59427 -4.29802 -3.15203 +348307619 9 1.72045 -5.10307 2.29898 +507604386 9 3.57209 -1.40604 4.08196 +1930387983 9 -4.18576 -2.35023 3.62828 +295400416 9 0.12615 -1.40335 -0.381292 +2129548303 9 -5.40367 -0.183652 2.71434 +1826403164 9 0.552194 0.282497 -3.96206 +1660969153 9 -1.8994 0.0689099 4.31635 +340023718 9 1.14647 0.634216 1.64049 +67377557 9 4.80422 -0.245052 0.546248 +1091812389 9 -0.389026 0.140742 -4.28993 +1479648392 9 -3.76997 0.634099 -0.312711 +948914659 9 4.71937 0.46587 1.06016 +1380797726 9 1.64929 2.41177 0.925888 +1037079807 9 3.01403 -0.993494 2.18475 +888068480 9 -1.7628 0.531676 2.83479 +2032520313 9 -0.780734 4.82121 -0.171825 +1850131981 9 2.96741 -2.84575 0.548236 +318427062 9 -0.893 3.82695 1.54448 +1252248223 9 2.58004 0.303711 5.18817 +2051760324 9 4.57394 0.355877 1.05357 +724283811 9 2.569 0.707221 0.34159 +870067621 9 -3.35085 -2.3371 0.875347 +696448912 9 -2.76144 3.0547 0.18413 +1576421014 9 5.32841 0.846683 -0.632137 +1483218996 9 -3.9302 0.0029002 -0.884421 +1506848583 9 -0.858414 1.98338 -3.01306 +1816826103 9 0.812222 3.30815 4.2931 +1075641727 9 -4.97995 -0.399204 2.77651 +442186851 9 2.03 -1.09012 3.55711 +961517088 9 1.80616 -3.73963 2.02791 +1974775884 9 0.979561 -0.624017 -3.92893 +1902573528 9 -3.36045 -2.35787 -0.658404 +1988606133 9 1.26368 -2.04966 5.5854 +1635108790 9 -1.55957 4.38813 4.09717 +1869923899 9 2.14712 -5.41909 1.13466 +63877925 9 0.0852355 5.74611 -1.33194 +1812284230 9 2.37848 -0.241315 1.30541 +878222138 9 0.469716 3.65639 0.984296 +1333631618 9 4.51189 -0.268179 -3.54278 +614546359 9 -2.34217 2.65233 -0.70989 +1575679278 9 3.31917 3.30358 1.96897 +38618892 9 3.01855 0.568679 4.39692 +156730136 9 -2.56431 3.64032 3.87373 +2082990122 9 4.1423 3.9693 -0.461507 +684342875 9 -2.16149 -0.448652 2.96094 +1321460971 9 -0.0736336 3.14128 3.68031 +1535764300 9 5.97277 -0.82612 -1.15529 +1743030860 9 -3.24515 0.0141067 1.35848 +1580837247 9 -1.55549 -1.54401 5.23627 +2058321086 9 0.549835 -2.14568 4.73673 +1738730204 9 -3.46005 -1.48329 -3.98482 +142301583 9 -5.07896 -1.77673 2.20301 +1387009887 9 3.52353 1.35701 3.1608 +256592858 9 0.36864 4.64169 -2.37351 +1455656269 9 -3.07891 2.47351 -3.68462 +318831059 9 -4.04083 1.78727 1.34 +1426234587 9 -3.74553 2.12514 -2.55206 +1738993551 9 2.38495 -3.25599 3.906 +2116906385 9 2.65386 0.247307 0.140115 +1473735134 9 -2.41449 2.96748 -1.81802 +1125362792 9 2.97939 -0.152307 -3.98465 +1788481767 9 2.83683 -1.47507 -2.30659 +813281810 9 -1.77694 -1.43869 1.12642 +1925183350 9 -1.39739 0.498902 -2.0959 +318147572 9 -2.31136 -0.658562 -1.39739 +645888315 9 0.517545 1.07105 -1.36567 +507266219 9 0.0960985 2.21689 1.01586 +639114255 9 -4.47004 -3.54497 -1.9003 +2081613950 9 -2.76305 0.874702 -1.18673 +827137320 9 2.50749 -3.1719 2.79329 +729608696 9 -1.34855 2.50608 -2.10054 +209553816 9 3.76483 -0.268202 -3.92779 +724274766 9 -0.817963 -0.529937 1.58389 +433456426 9 -4.97536 2.3077 1.25398 +441966725 9 2.04562 0.874103 1.15539 +1073233177 9 1.61737 -0.632056 -2.56544 +143186739 9 -2.92996 -0.477428 3.20617 +1164702223 9 2.52335 2.83516 -4.87137 +219127973 9 0.760114 -3.98101 2.16027 +1169423208 9 -1.50326 -4.62699 1.23865 +472528326 9 -2.01236 -0.259215 -1.76611 +991009559 9 -3.93852 -3.35004 -1.11704 +1824185564 9 -2.22501 -1.02811 3.57845 +1989381903 9 -1.94459 -2.65962 2.16629 +427596814 9 -0.863394 5.13056 0.648035 +1060477277 9 -1.83684 -3.16005 3.43341 +730944528 9 0.346041 -2.97254 3.48906 +266990878 9 5.1798 -3.01701 0.613988 +867306291 9 -3.33155 -0.585328 1.15205 +548274596 9 5.24776 -2.31045 2.24622 +174557888 9 -2.25674 -0.821837 -3.61876 +1505464467 9 -1.22394 0.130725 1.05867 +1576155724 9 1.34307 4.57316 -0.275754 +1562307288 9 1.34525 4.07323 -3.04401 +951867349 9 1.52457 2.95112 -3.67871 +28692367 9 -4.02989 -0.473988 -1.02143 +2029778789 9 4.11566 2.90031 -1.57436 +510529444 9 3.91043 2.65027 1.87841 +1391941999 9 5.00779 -3.26284 0.464081 +2111370040 9 -4.19175 -3.80925 -1.84045 +516797867 9 -1.75772 -0.931666 -0.866202 +1179794405 9 -0.379712 -4.62135 -3.06999 +736888962 9 -0.00678336 -2.34481 -4.61608 +1595439441 9 -1.49162 4.94894 0.2924 +398707797 9 1.19228 1.36865 0.289136 +275624573 9 -4.03872 -0.057419 2.70542 +1012570118 9 -1.72025 -3.8976 1.98898 +1044360258 9 0.0462813 -3.79165 -3.78074 +135400593 9 5.26045 -0.0509722 -0.606387 +1129286882 9 -3.29785 -4.88915 -0.312953 +82185574 9 0.764002 -0.678756 -5.80926 +777546545 9 -2.40062 0.401637 0.891463 +1377575076 9 0.364248 5.26111 -1.36623 +95364241 9 3.09666 -1.86022 1.0311 +1269821790 9 -2.93658 0.051245 5.19057 +2089372416 9 4.13965 -3.33222 0.563403 +1673895028 9 -5.34523 1.92216 -2.04311 +1514678213 9 1.93439 4.95039 -0.235478 +1803773961 9 0.152482 -5.49076 0.09677 +248403816 9 1.09467 -1.5203 -5.62016 +1299400935 9 0.637653 -2.62071 -1.38462 +1827655456 9 4.21957 -0.225957 -1.11899 +1980814169 9 2.18589 1.08869 -2.68384 +1318852771 9 4.66167 -1.60248 2.73311 +189393626 9 5.12762 0.788315 -1.47272 +381835367 9 0.0503118 1.91437 3.36079 +1870341903 9 0.51923 4.57844 1.51343 +913996186 9 1.80217 3.55719 -3.67605 +1605850438 9 -0.19209 -2.64075 -3.1356 +436770586 9 -0.0845756 5.34331 3.08824 +1505994207 9 -2.19343 -3.68736 -0.484989 +1377431500 9 0.187345 -2.68034 1.42819 +1754741733 9 -3.93233 1.39986 3.69633 +2088188669 9 2.38809 -0.114908 4.24256 +367818413 9 2.53811 2.63596 -2.80314 +1715304174 9 4.99029 0.38101 1.62514 +1068289422 9 2.43066 -4.15403 -2.5731 +2021357598 9 -2.98955 3.09084 -0.429677 +2033111613 9 -0.696928 -1.05892 -5.54874 +328003223 9 -3.10415 0.0637035 3.662 +1794131749 9 4.65126 -2.90118 -0.619933 +813139763 9 2.68091 -4.23717 2.1044 +1510883554 9 -3.7811 -0.31803 2.29658 +1167899367 9 0.372633 -2.69057 3.19033 +2077127060 9 -3.13948 1.83301 0.723071 +1136318477 9 -0.179543 -2.67647 4.44982 +201891593 9 -4.66174 0.365306 -1.77726 +228295617 9 -1.96958 -0.79976 -4.77894 +1319135450 9 3.32991 -2.30099 -0.114341 +949689753 9 1.3525 1.79176 2.2817 +140654554 9 0.552831 -1.41923 5.69143 +1340167967 9 -2.20261 3.29156 -1.60936 +450552829 9 4.24674 -2.52263 -3.15095 +1068715490 9 1.20164 -2.61895 3.31304 +1113249556 9 -0.467041 4.08608 1.87538 +1186018795 9 4.1539 0.384427 -2.99398 +546708072 9 2.99053 1.09763 -1.30363 +1866289176 9 0.62752 0.770413 -4.58764 +705823046 9 5.08554 0.704188 -1.00068 +956193811 9 3.80547 0.445081 -0.954147 +565425810 9 4.28286 -3.51669 1.96547 +1299604787 9 4.15828 -0.43725 -3.91705 +930377113 9 -2.2655 0.862785 -2.96916 +2055595559 9 -1.61799 2.58168 3.03574 +1171318854 9 -0.160706 3.74126 0.706545 +1782943218 9 0.812353 5.5077 -0.744428 +1897438906 9 0.336302 -5.37492 -0.865169 +1095886976 9 0.126258 0.417309 3.75679 +595541945 9 1.96692 5.79863 0.487554 +1189128353 9 4.78288 0.821602 -0.339789 +324327000 9 -3.6113 -0.0755479 -4.21901 +432830370 9 -2.77072 -3.96634 0.580682 +286388607 9 -2.74247 -0.578206 -3.21789 +912212758 9 -0.997233 1.38239 -4.54918 +1417343330 9 -1.11641 -4.15658 4.28362 +2045856304 9 -3.14908 1.71573 2.30892 +1346659442 9 4.12207 -1.11043 -2.87739 +267930092 9 1.00673 -3.04129 1.85636 +1106948698 9 2.92028 -0.910236 -0.489825 +1979980151 9 5.76829 -0.717488 0.788711 +1862159186 9 -2.32609 -0.10922 0.569937 +1063054927 9 0.714012 2.82939 -2.58847 +602636152 9 -0.25443 4.21011 2.20763 +36210930 9 0.136512 -0.937394 2.12719 +2033597019 9 -1.16069 -3.88983 -3.77274 +136716132 9 3.82114 3.29186 3.43023 +207160541 9 -0.472615 -2.74881 4.48658 +1162614179 9 2.76139 -3.90745 -2.22949 +358887458 9 -1.92814 0.822574 3.58651 +105904769 9 1.11827 -1.92729 2.7243 +1118024539 9 -2.53213 -1.53933 -2.88234 +1898472959 9 1.20534 -2.53689 5.42211 +1618535458 9 -0.0170792 -1.68886 2.64725 +722531611 9 0.730245 2.69153 0.565257 +41483654 9 -4.86569 -2.96533 0.674015 +1002703230 9 0.57809 1.27139 3.39798 +1501179244 9 0.301384 3.30172 -4.54158 +882586403 9 0.278573 4.53173 -1.81778 +1547670027 9 -1.0327 0.753371 -5.64975 +918761481 9 -4.54205 2.11126 -0.079924 +1850655154 9 -3.32489 -0.269603 -2.66107 +1950190828 9 2.71378 2.38756 3.46613 +568308496 9 4.29571 1.68293 -2.96299 +863303638 9 2.80749 1.59167 1.72596 +609739863 9 -3.30558 1.62783 1.42064 +1489544738 9 3.79371 1.25508 2.13203 +1914062791 9 1.59181 4.00484 1.30078 +388555833 9 4.01536 4.42481 0.119249 +2003925492 9 4.69064 1.42189 1.8781 +234028864 9 3.73604 -0.327184 -2.6694 +1043310924 9 -0.896477 -4.98081 -2.29384 +1022606607 9 -4.66612 1.19164 3.0393 +184416555 9 1.90007 -1.17598 -0.402167 +651809590 9 2.60733 -0.222896 0.703839 +717806693 9 0.31437 -1.76593 -2.43899 +1745717105 9 0.622521 3.6061 -0.59434 +252067175 9 -1.43076 -2.05006 -1.1088 +2039744170 9 -0.227321 0.781327 5.14999 +513098767 9 -0.783516 -4.7089 1.7988 +861681006 9 -3.44019 -2.66915 3.30308 +1740565530 9 1.41966 1.61092 2.65276 +688493402 9 -2.9563 3.55765 3.98286 +1955570617 9 4.10587 -0.448904 -1.27562 +410582028 9 0.00457169 2.39429 4.8558 +78495425 9 -1.90033 -3.17476 4.34591 +891506867 9 1.70949 -3.22391 -2.79863 +503174724 9 -1.63275 2.69397 4.36305 +707054634 9 0.058251 -1.1286 1.96772 +276636043 9 2.36214 -1.94063 1.93642 +445114607 9 1.7587 4.94885 -1.2723 +553306262 9 -4.17847 -3.88285 1.75075 +392455263 9 5.14323 2.62358 0.0687288 +1254750086 9 1.2724 -4.39429 4.16227 +412621318 9 4.56438 1.05183 -1.96388 +1880298900 9 -4.28828 -0.716931 -2.25991 +ITEM: TIMESTEP +50 +ITEM: NUMBER OF ATOMS +5000 +ITEM: BOX BOUNDS +-6.2035 6.2035 +-6.2035 6.2035 +-6.2035 6.2035 +ITEM: ATOMS +733988571 1 -0.582252 1.00563 1.27544 +1549750167 1 -4.42077 0.192024 0.794181 +309643517 1 0.850263 -0.954637 2.70666 +1018713885 1 1.80253 0.877415 -3.61416 +1109289862 1 2.57641 3.59898 0.15745 +1173674304 1 -4.55382 3.13206 -1.05627 +641734577 1 -1.3948 -4.34651 -1.54559 +1316650594 1 3.06173 -4.07514 3.40365 +1680127624 1 4.26742 -0.865459 0.283236 +1720609149 1 -3.50564 2.4961 -0.534682 +1743617566 1 4.16801 0.944524 -3.04144 +1984435162 1 2.03621 4.85034 -0.514052 +14146820 1 -1.80488 -3.07708 -3.40042 +2128832121 1 -0.459375 -5.24603 -1.74005 +1615320194 1 4.71315 2.3501 0.6869 +1632614351 9 0.355434 -3.08696 -0.386905 +1237751231 1 -4.79838 2.42204 -0.65324 +1494966452 4 0.119198 -3.07467 0.366048 +1293423768 1 -2.75502 -5.1744 1.15285 +965415721 7 0.161452 -0.438831 -4.65944 +2097024341 1 3.94954 -3.82746 -0.574724 +1494214775 1 -2.64634 0.900122 -3.41789 +243305989 1 -4.22915 0.125885 -0.25341 +641092071 1 -1.78944 -3.15958 3.11805 +1983418058 3 0.977776 -0.402964 2.66038 +548142556 3 -5.11966 -0.0404384 0.542711 +1549320109 1 3.21273 -1.97795 1.49304 +1112974764 1 -3.91912 0.581931 -4.32885 +1155069301 1 0.948536 1.11639 3.91184 +1288980044 2 -1.92759 -3.45188 3.61645 +1353899132 1 -5.55256 -0.735776 -0.170706 +1465924718 1 0.861257 1.83217 1.98414 +2065893928 1 2.18112 0.962501 3.04822 +67682749 1 0.699154 2.1567 3.02003 +244093186 1 4.61299 -1.21192 2.68933 +1959007543 1 -1.55643 -0.432887 0.815441 +912287557 1 0.288337 4.10753 2.51677 +583808919 1 0.0204874 -3.87652 4.09873 +1247496554 1 -1.61063 -5.43711 -1.37251 +430811649 1 1.42186 -2.92001 0.350104 +962492176 1 -1.35473 -2.69803 2.4824 +1798608498 1 -5.46543 0.516993 1.8088 +1132245585 1 -4.7928 0.982839 -2.9634 +983303048 1 -2.89156 4.96763 -2.03679 +468898046 1 1.07569 -0.905263 2.36755 +1847422733 1 0.372016 -3.75693 -3.77261 +536819321 1 -2.84422 4.6254 -1.97777 +2134502755 1 -2.35859 5.05144 2.02081 +1438623873 1 -4.6339 1.34769 -1.61698 +575691447 1 1.70863 3.09481 -0.671164 +1366978705 1 4.40295 -2.2727 -0.413987 +1480407827 1 1.50277 0.842007 -2.75127 +1366978705 1 0.496632 5.60817 -2.31431 +1846531333 1 2.36792 0.742187 2.80695 +457722861 1 5.27345 -1.77228 -1.72204 +480488288 1 3.28735 1.58115 -3.99785 +1932293769 1 -4.73323 -1.82238 -0.676566 +1961515207 1 1.7547 -0.892703 0.881185 +1380341449 1 1.05098 0.264593 -4.30224 +179113384 1 1.00636 -2.48091 2.93482 +212996242 1 -4.29424 3.07319 -1.73632 +1537379393 1 1.79708 -4.84632 3.12082 +248290124 1 -3.54445 0.41747 0.0611512 +106341697 1 3.73082 -2.09871 -1.02354 +734139557 1 4.16555 3.11474 -2.3138 +2022896800 1 -2.03284 -0.320121 -0.0172577 +1170003710 1 5.66177 -0.692329 -0.83572 +576652957 1 0.16625 2.48382 2.58081 +2123215670 1 -1.53716 -4.73915 0.623107 +141366184 1 0.564868 -0.543034 -4.94531 +1407366028 1 -0.465449 3.04491 2.03701 +1361998626 9 -2.27488 5.15797 2.07376 +1475430055 3 -2.18422 -5.3208 0.408951 +1735445542 1 4.87683 1.96382 0.692547 +1154223449 1 4.13039 -1.69159 -3.81418 +2058850974 1 -2.59473 0.0109019 -3.00783 +1547150088 1 -3.77674 0.468092 0.581167 +1590589776 1 -4.32316 4.02947 1.11014 +1454489513 1 -3.63287 -4.47681 -1.26792 +506531776 1 4.76651 -2.08015 -0.459291 +1454489513 1 -2.05676 3.79258 -1.06378 +2056007056 1 -4.43449 0.70077 -3.66314 +405317332 1 -0.0973485 1.6446 5.60917 +1941146521 1 4.68077 2.46268 -0.493726 +163175147 1 -1.19157 4.3216 3.11448 +1775950700 1 -0.374275 -3.95437 -4.73048 +338752600 1 2.60532 0.0536873 -3.50715 +1570157815 1 5.13455 1.9784 -0.785524 +338752600 1 -3.37453 0.784754 1.73333 +1182205263 1 -1.00268 1.15694 -1.65805 +506531776 3 -3.70095 -4.2038 -1.1838 +1378508297 1 1.69051 -0.424103 -3.32854 +45718545 1 -2.86075 3.02867 0.503853 +1414180226 1 -0.411997 3.76125 0.932935 +470843508 1 0.207277 2.86353 1.57415 +1267538467 1 -4.20345 -0.74566 3.62353 +862156487 1 4.59471 2.56945 -0.470091 +683976023 1 -1.15916 -5.12519 3.04077 +1010382089 1 0.501614 1.2765 -0.776347 +984990282 3 2.1653 -3.4684 4.29288 +1088382904 1 -1.0444 -1.80805 5.58443 +1777054032 3 -1.8531 -0.773356 4.74174 +1518921285 1 -0.433904 3.29076 -4.19344 +1024824390 1 3.47584 4.16295 2.90328 +1890920676 3 -2.22645 5.24824 1.88927 +14667526 1 3.14207 -2.04722 -3.07254 +1002611982 1 1.10234 -3.07692 -3.15677 +1391514330 1 -3.55652 -2.36974 -2.11773 +2090920998 1 -1.64184 -2.39048 3.40951 +1069790483 1 -2.25262 4.73735 2.9273 +1464629131 1 -4.86534 -0.0307364 -1.6342 +1803639614 1 -0.578008 2.43653 -2.56058 +1939632046 3 0.98945 -4.1993 -1.57156 +910940895 1 2.39755 2.84874 -3.47145 +2002747144 1 -0.308006 3.7612 0.278159 +459839370 1 -5.73346 0.816132 1.45596 +1437624718 1 1.13829 -0.205226 4.51586 +1392002245 5 -0.372007 -5.01855 1.61136 +1794406712 5 -1.70751 -0.918646 4.48817 +1116124295 1 -1.80977 -0.0813231 -4.42982 +389945590 1 -2.71698 -0.643789 3.08439 +172779617 1 -1.87293 0.672459 -5.8566 +1918775050 1 -1.03961 3.49651 2.71709 +2082056901 3 -0.353279 0.569966 1.64854 +1051800235 1 -1.75326 -4.05694 1.22177 +1956295151 3 2.17619 3.72018 1.99759 +278495094 1 -3.405 1.33401 0.539333 +268337089 1 -1.76781 -2.95343 3.43468 +1624473045 1 2.37315 4.23399 1.0559 +1720468637 1 0.396672 2.44157 -2.11272 +635853118 1 5.24275 1.39411 -0.517842 +1886927111 1 3.52224 -3.76131 -1.04274 +487171223 1 -2.54031 4.32712 -2.07213 +1296170783 1 2.25468 4.01233 -1.98608 +1207908218 1 3.45127 1.63095 -4.74615 +609091381 1 5.15205 2.1804 0.249786 +630001719 1 -3.62656 2.06729 -1.28407 +215573020 3 3.80358 -3.69688 -1.30341 +1805462430 1 -4.03002 -1.89152 4.22589 +148112329 1 -0.872588 -1.808 3.0696 +1061561764 1 -1.13602 0.140844 -2.57135 +336433347 1 -3.02027 3.45776 1.4784 +1983803596 1 2.0039 5.72286 1.12872 +1740079139 1 0.878912 0.651604 -2.77025 +1491667022 1 0.466854 1.81169 -4.69395 +363759437 1 1.90918 4.32967 3.05702 +244666599 7 0.814794 1.52559 -3.29755 +721306142 1 -3.57174 -4.84631 0.600406 +462672361 1 2.34902 0.677274 3.87034 +368859017 1 -5.65729 -1.69815 -1.47709 +406692330 1 3.1472 -1.95871 1.92611 +81374804 1 -5.4808 0.742508 0.3235 +31252551 1 0.430335 -3.36796 3.76297 +1058369127 1 1.57629 -5.79754 -0.469721 +2047650934 1 1.12353 0.823128 3.08465 +1655235657 1 -1.67705 -3.04878 3.77401 +603828765 1 2.91669 -1.93177 1.30052 +1719800795 5 -0.686399 -4.98532 0.110901 +575907350 1 -0.782093 4.16262 -3.72348 +447881435 1 3.53182 -3.64648 1.11552 +966874536 1 2.14293 5.49721 0.499586 +203962453 1 -1.11704 5.23421 -0.790052 +1740650861 1 -4.52348 3.46517 0.526783 +1958298060 1 -5.78769 0.98296 1.87788 +1749235799 1 -1.47665 5.12551 2.84868 +418204280 1 -2.9272 1.95042 3.86041 +254340218 1 -0.896578 -1.96424 -4.78718 +366552022 1 -1.36419 -1.216 -4.69466 +1376398542 1 -2.83491 -1.09771 -3.59816 +2008875356 1 -0.825133 -5.87673 -1.15261 +889203081 1 2.26047 3.09276 2.76803 +543907530 1 -0.240104 0.806721 -1.36134 +1639314909 1 0.309495 4.44109 2.24932 +892547683 1 0.141085 -0.855501 -5.94186 +1352279979 1 -1.25069 2.20743 -2.15165 +993932097 1 0.503828 0.116354 -5.91606 +16472165 1 -4.8026 1.28634 0.0926931 +725781577 1 1.71867 -1.54914 1.47605 +84942510 1 1.34519 -3.13612 -0.446782 +1185063623 1 1.96551 -4.05798 3.70976 +1420979697 1 -2.12294 3.39616 4.63065 +1695269224 3 -2.79883 -1.72626 4.31123 +339191219 1 0.215712 4.01239 0.607848 +684007621 1 1.07047 0.607214 -0.476885 +1194994080 1 4.17399 -2.61245 2.2654 +202086777 1 4.92641 -1.34388 -2.54914 +1060087893 1 1.11748 0.69523 -1.27312 +1368914100 1 -3.11347 1.82062 1.02241 +780702910 1 1.39374 3.43654 2.54853 +1267131054 1 -4.33584 0.380837 4.36718 +775904945 1 -0.741882 4.97871 2.74397 +1327636973 1 2.69191 1.3228 4.03946 +1291723524 1 3.48522 -0.446661 1.91673 +331609650 1 1.43428 -1.91266 -3.06803 +1351369134 1 -1.15999 2.61361 -4.22857 +1089195282 1 1.20971 1.63784 3.30192 +1850811568 1 0.874162 3.03622 3.22079 +1131711809 1 1.443 3.47481 -0.978384 +1138466112 1 1.98285 -0.795648 -0.435754 +1548215168 1 -0.232831 1.07679 -2.1399 +1654044961 1 -3.51265 -0.752018 3.0399 +1089605201 3 -1.19693 4.3743 3.26431 +1865612920 1 5.93794 0.495294 -0.87357 +1900252329 1 1.48578 0.0369128 -0.520632 +36894577 1 -2.34678 0.0853517 0.496585 +2052640837 1 -0.180958 0.944776 3.21268 +520599446 1 1.91349 0.709135 -5.48132 +396017152 3 -0.305715 -4.98713 1.48339 +1557721933 1 3.31517 3.91314 -0.517407 +384194205 1 1.23399 -5.85232 0.621098 +579146223 1 -1.82217 0.958071 -1.24348 +424955592 1 -4.71175 -2.19359 -2.70827 +267585288 1 -2.35992 1.65255 -0.511804 +1642783990 1 -6.03186 0.333305 0.914359 +1078828010 1 4.82527 -2.31277 2.87549 +1775914607 1 0.209516 -3.38086 -0.681236 +1921773551 1 -3.03012 -4.82298 -1.04314 +1967359409 2 -3.85803 0.97546 1.28467 +482705480 1 1.26734 -2.27915 -1.36169 +1710613121 1 1.94351 -5.76644 -0.0856728 +385222157 1 -2.74349 0.672258 1.70732 +1255648689 1 -4.63125 0.552388 -0.629953 +1018008857 1 4.44556 -0.230267 -1.2694 +621653765 1 -2.42698 -2.30356 0.120837 +2127149875 1 0.0838959 1.26136 1.04665 +757431866 5 -4.60529 1.8731 -0.386555 +404009973 1 1.03792 1.07041 -0.714371 +1693607518 1 3.0293 -0.740475 4.8486 +1036342383 1 -4.17697 -3.19706 -3.15142 +307872327 1 2.0036 -1.66437 5.26998 +546629560 1 -1.93633 -2.64167 -3.36649 +1371017109 3 -0.783118 -3.15276 4.98541 +1275375886 1 5.27563 -1.33672 1.99742 +1401480913 1 -4.08002 -0.955932 1.08208 +855303629 1 2.37088 2.18033 0.990923 +376462984 1 -0.224104 -3.08468 1.95576 +244423864 1 0.545671 3.1221 2.0103 +738066012 1 0.902535 0.577235 4.24054 +1164631176 1 4.5329 -1.37991 3.75312 +34732690 1 0.839442 1.2415 -4.00992 +487823157 1 -1.48123 1.43329 1.70599 +1490364416 1 -1.41413 0.137759 3.74258 +2025654667 1 2.35196 0.0299946 3.54963 +850656380 1 3.30795 2.43335 1.59447 +974843679 1 -1.15161 0.24133 -5.38875 +88071178 1 -3.0595 -4.82254 -1.60922 +1172181983 3 -3.36146 2.05231 0.653117 +536989510 1 -0.148072 -1.56801 -2.97956 +1450593314 3 0.612618 0.539784 3.86331 +1341598882 1 3.11078 -1.84663 -4.0943 +1984864592 1 -0.730242 0.313265 -5.97027 +1513171922 1 4.9569 1.5762 -1.22755 +1022095689 1 -1.48227 -0.830042 -0.592103 +1291697541 1 2.74042 2.75118 0.293309 +1262429473 1 1.82355 2.16119 -1.78903 +1825556243 1 -0.316591 -2.84218 2.33149 +698857132 1 -0.812143 1.37817 2.76857 +1327241034 1 -0.355583 0.702374 -4.67074 +1372311263 1 4.48738 -1.40262 -3.35271 +1434197554 3 -0.794969 -4.4847 0.68708 +1460468233 1 3.5452 0.231815 4.53149 +668911427 1 1.03942 1.52553 -4.53774 +1606860072 1 -3.68177 -0.0439315 4.00018 +1928173166 1 3.30701 2.14706 -1.70705 +758151359 1 5.40348 -2.38267 -1.14022 +2030141978 3 4.36328 3.17435 -0.321301 +1883845544 1 -2.13094 4.20305 -3.06352 +1055039213 1 4.63593 -0.973101 0.948748 +223162118 1 0.36939 4.88365 0.759891 +1049493581 5 0.250281 -0.673099 -4.03176 +1288980044 1 -2.12816 -0.477355 -0.34366 +2028762659 1 -2.23793 -0.556917 3.07368 +853042095 1 -5.51057 1.79615 -1.1489 +1343520167 1 3.58903 -3.26258 0.377682 +333763507 1 4.97207 -0.43025 2.42521 +1910260672 3 -0.495811 1.3693 -2.33689 +1910260672 1 2.23812 1.54565 -3.35497 +1326057285 3 -0.780681 2.38904 2.74349 +1513589680 3 1.61501 -0.878121 -4.56099 +1524716804 1 -3.59013 3.09592 1.29266 +1622450671 1 1.28929 1.74858 2.38875 +1525940829 1 -2.04429 0.971997 -3.0993 +980641310 1 1.01244 -0.19709 2.47584 +624405025 6 2.46242 1.17552 -1.91161 +78846470 3 2.12278 -1.63463 -0.312107 +1396692378 1 -3.44545 -0.41776 0.933867 +1636164520 1 -4.88334 0.698672 2.31576 +1291459201 1 2.57472 1.55354 -1.76711 +80627049 1 1.92198 3.21381 1.71603 +707913915 1 3.7461 -0.00400895 4.78881 +1898646716 1 -5.56855 -1.28331 -1.15869 +2094237019 1 -0.337469 -3.39266 3.35843 +269945271 1 -1.79977 -4.73666 -1.90306 +344845436 1 0.757411 -1.49501 -0.392526 +1133511945 1 -3.27355 -4.2864 -0.546945 +19255182 1 0.355973 -5.09355 -2.22755 +795472749 1 1.84408 0.283903 5.14478 +610236703 1 -1.75209 -4.54105 2.06695 +1850188261 1 0.735805 0.775736 5.9116 +2038594293 1 -4.2598 -2.49103 2.35688 +311002530 1 2.97506 2.75938 -3.77348 +171911689 1 3.68572 -2.76103 2.2638 +540731099 1 -4.27698 -3.61792 -2.19133 +1671174004 3 4.16987 -1.58196 3.79984 +1451741823 1 3.45656 -1.65161 -2.81259 +1231501093 1 3.30403 0.85172 -0.825257 +388235101 1 4.48711 1.18626 -2.67175 +130293404 1 0.991998 0.834516 -0.320341 +1560786068 1 -2.08654 1.63771 2.64069 +774188318 1 -1.70449 -0.178104 -2.04655 +244423864 3 -0.0612738 -3.62639 1.57262 +719253352 1 1.86641 2.43653 0.329171 +1553973114 1 -0.57547 -2.36941 4.66607 +1560581048 3 -2.83491 -1.09771 -3.59816 +1731537626 1 0.945607 3.20581 0.313222 +841719759 1 -1.72546 -4.77243 -2.49693 +492003631 1 -5.40505 0.00399127 2.16551 +866868682 1 0.986492 0.296645 0.361558 +1570710383 1 3.82201 -2.42259 -3.3327 +561581120 1 -1.75015 -1.07067 0.991602 +1922523202 9 1.39798 -0.357357 3.11419 +2071346068 9 -0.48483 -1.60605 5.15191 +1307975277 1 1.76958 -2.5922 1.98967 +789447766 1 2.57365 -0.0412281 -3.82374 +477691311 1 -1.46519 -3.59531 -4.35994 +1105355442 1 2.2827 4.37384 2.81234 +545706940 1 -0.313365 -2.11183 -0.36957 +766052671 9 0.555037 3.91389 2.99731 +1088382904 1 -1.3144 -5.84466 -0.40502 +46809332 3 0.12534 -3.94199 1.32158 +672703610 3 -2.2498 -4.15349 1.29143 +1480863499 1 2.25263 3.4486 1.22865 +1593333299 1 4.06617 2.32557 -2.35716 +611562497 3 -2.48451 -3.84178 -2.62402 +1544759144 1 -1.92456 0.18559 3.02757 +1057949804 1 -1.54734 3.73927 -2.88027 +1133863224 1 0.0598883 1.13275 5.79396 +1787359639 1 -3.02261 -4.32243 0.817799 +490709039 1 -1.44824 4.67365 3.15865 +1773836323 1 -0.79786 -1.22057 -3.67322 +1185087529 1 -2.38644 -0.33825 0.932021 +690723573 1 -2.11132 -3.82935 3.77055 +521234360 1 0.187854 -2.17983 -0.219354 +200426663 1 2.37397 0.122162 -2.17826 +381619938 1 -1.96416 -2.81616 -4.07011 +61303232 1 0.0729977 -3.12238 0.994011 +1031288126 3 -0.758249 4.21706 3.47478 +1383699184 1 0.869174 3.37757 2.03744 +367343394 1 1.59194 1.05897 4.02425 +2088134940 1 -3.25839 -2.32049 4.57559 +14667526 1 2.31429 -3.88421 2.80126 +1316141518 3 2.4901 2.17111 -1.13481 +1109289862 1 -1.73341 -3.84558 0.977504 +892058582 1 -1.6594 2.68626 -1.06069 +1406237253 1 -2.9278 1.66131 1.20203 +417683000 1 0.849465 -3.69152 2.43172 +333325651 3 1.26524 -3.0735 2.43437 +1687833713 1 0.125344 1.84074 1.40932 +735217398 5 2.32767 0.750746 3.74561 +780260924 1 1.85027 -2.03561 -4.9238 +77201844 9 1.21491 -0.0678202 -1.87606 +727312097 1 3.03501 1.1638 -2.52003 +623653595 1 1.84979 -0.573085 5.00674 +452151681 1 -0.285995 -3.44686 2.72099 +880091414 1 3.55148 2.07141 4.2729 +1760453806 1 -1.44334 -2.02711 -5.0962 +864524500 1 1.78771 -3.39244 0.29098 +747033811 1 0.403865 -5.34044 2.27493 +1673027262 1 -1.35179 -1.93478 -4.66996 +935740180 1 0.0379871 -1.22878 2.2846 +1090681429 1 4.08229 -1.27195 -4.17777 +574169407 1 2.85827 -0.68184 -2.5399 +211817534 1 -1.8875 2.61058 -5.08496 +1725273523 1 4.85019 0.569346 -2.16448 +1476511135 1 1.42212 -1.08093 4.91764 +500019313 1 0.102187 -3.23456 0.594715 +863549190 1 0.289447 4.93271 3.05415 +1725362220 1 5.22445 1.68989 -2.19784 +1308884284 1 -2.25429 3.8616 -0.160757 +1966480429 1 -0.159466 2.82879 2.11384 +1778763994 1 2.2599 1.86701 -0.568417 +151628017 1 -1.13621 2.89273 1.23301 +2107166223 1 -4.1973 1.14658 1.49143 +510004822 5 -3.07438 -2.76941 -0.0463184 +498053763 1 -1.58883 -2.67311 -4.60139 +829516259 3 0.206439 0.993509 5.11772 +586306865 1 2.40209 5.15566 -0.191504 +2112440398 1 -1.53095 3.1095 -4.4659 +2103292346 1 0.273154 3.83086 -0.925772 +1681989870 1 -1.68758 5.81188 0.790899 +1125932567 1 1.75901 2.17794 -0.417597 +1374803381 1 1.71884 3.78782 -1.88742 +949198290 1 -0.930307 -1.10754 -4.29966 +1407366028 1 -3.97189 -0.0565231 -2.83071 +2069196248 1 3.30549 -1.25854 -2.55469 +1391195290 1 1.78015 -1.48405 5.48836 +1169507077 1 -1.54574 -3.79239 -4.17634 +226001531 1 -2.39135 -5.00882 -2.38973 +426718253 1 0.294129 2.97385 -3.73468 +1601132186 1 4.1418 -2.98462 3.40105 +786887506 1 -3.97025 3.65653 -0.136055 +1323285496 1 -1.8248 -2.34347 3.18479 +1256914681 1 -0.426555 3.31667 4.84945 +514418047 3 -2.89203 -0.241615 -4.12056 +1481411863 1 -0.863883 -0.236867 3.52228 +39637898 3 -3.82821 1.16846 -0.193799 +1935113756 1 0.17221 0.576184 -5.0212 +779922317 1 3.19043 -0.296519 2.61256 +39076690 1 3.04398 2.33391 -1.29432 +1793768314 1 -3.52316 0.249741 -3.67241 +171583078 3 -1.99495 1.61788 -3.2316 +171583078 1 -3.03427 -1.61991 -2.57164 +1789815306 1 2.97942 0.326777 -2.18142 +1865612920 3 -1.33043 4.76181 0.933058 +2112440398 1 -2.33312 -2.0065 -3.40324 +354099419 1 1.39383 3.03257 2.53985 +1710613121 1 2.15096 -2.53201 0.307156 +1965082836 1 -1.49407 -0.261104 2.51835 +300633371 1 -2.64535 -0.776912 4.16557 +1326448762 1 0.905265 1.21318 0.102845 +315419998 3 -1.71165 0.338497 1.11706 +1924591686 1 2.22058 0.386928 0.970641 +1822705686 1 2.99457 -2.42465 -4.18318 +1676089230 1 1.14532 -3.45952 4.90259 +1177554868 1 -2.5751 5.35439 0.789996 +450806736 1 0.0301024 -0.0916469 -6.09681 +440158405 1 0.869193 -3.55355 -2.32003 +739795273 1 -4.95011 -0.00175506 2.15067 +1644195175 5 1.06542 2.44639 -2.70585 +1286577089 1 -0.375774 -0.658757 -2.4081 +1283075526 1 1.98349 0.095111 3.46103 +1910336066 1 -2.4855 2.16717 -0.230214 +884439706 1 -4.42443 3.92072 -0.824865 +814145966 1 -1.0345 -0.688706 4.69733 +689184686 1 -3.34201 -2.83149 -1.33264 +210520464 1 -0.637382 1.1173 0.0780909 +1638027217 1 4.04027 -0.833823 -0.811639 +796574155 1 3.68684 1.65051 -3.70848 +1098974471 1 3.06786 0.222944 -5.18991 +1124828964 1 0.745764 -3.99791 -2.19936 +1095375523 1 -0.47799 0.109757 -4.11028 +1452670649 1 -3.53931 2.50918 -2.4717 +971777701 1 -1.90482 -3.62605 1.09652 +178950785 1 -3.15072 -1.22769 -5.11613 +2016612455 1 5.13411 1.88047 0.80704 +613580442 1 2.99052 -0.577309 -1.1201 +803119967 5 -1.39627 -2.39 -4.41004 +2034693606 1 0.265967 0.468525 -2.63712 +791375153 1 3.80127 -2.55312 -1.81027 +1030897627 1 0.421673 -0.183701 -1.7673 +639510760 1 -3.2064 3.4797 -0.509826 +85942588 1 3.73823 -3.71928 -0.47344 +1159396195 1 1.25238 -4.41395 0.1452 +1843482343 1 -0.336604 2.93094 1.28587 +432764015 1 3.41756 0.276212 1.37699 +1622450671 3 1.1209 1.36505 3.21712 +207488262 1 -2.98841 0.222469 3.34651 +231933529 1 0.259198 1.18109 -4.1035 +185511983 1 -2.39251 -3.78417 -0.831855 +20105254 1 -0.0790699 1.35435 0.137273 +1985591037 1 -3.25567 -1.66321 0.939306 +1418772641 9 1.40167 4.12334 1.60266 +1875759182 1 -2.48032 -4.36705 2.82227 +924800424 1 0.231179 -0.519566 -1.2968 +709186155 3 3.77248 1.71807 -3.71929 +726638921 1 0.708461 -2.57773 4.46677 +1607920701 1 0.207299 3.289 4.93737 +1586188097 1 -2.85764 2.61303 2.0239 +2004742359 3 -3.72481 3.64646 -0.224223 +749856386 1 3.20409 2.47252 4.39754 +1129100351 1 -1.66908 -0.643802 -5.36549 +323663198 1 3.59282 -3.63657 0.231946 +635300770 3 1.00708 -0.486703 -2.17448 +1332996755 2 0.304516 3.12223 -3.47757 +831194167 1 -1.12423 5.04786 -2.94587 +1939901526 1 2.15383 -4.00329 -0.909356 +832352376 1 -0.93806 -0.95542 5.23603 +1825556243 1 -0.525653 4.09315 2.96881 +1581434855 1 -5.17779 -1.0813 -1.99201 +1613550441 1 -0.183583 -2.14145 2.37439 +608944468 1 2.08826 3.9357 3.97523 +416660940 1 0.934969 2.95861 -3.62561 +1455880585 1 3.22803 -2.04193 3.957 +409370460 1 -3.13927 -3.68385 -2.71068 +1751067773 1 0.713449 3.92894 1.73127 +1687833713 3 3.91669 3.34944 -0.255198 +1419464736 1 0.31384 -2.51929 -1.4723 +602422035 1 -1.5252 1.09526 -4.87272 +708535270 1 0.834708 0.0053826 2.92842 +717534308 3 0.84338 4.18851 0.238531 +671394997 1 3.42343 -1.03285 1.57621 +93731704 4 1.30297 -0.169014 2.83791 +2013469698 1 -0.231595 5.45041 1.84012 +1380896232 1 2.20682 3.91884 0.390837 +1424585143 1 -3.63563 -2.60166 -1.61592 +1575577166 1 4.97206 -2.42829 1.52331 +901177768 3 -2.22341 -2.29087 2.70236 +1979967940 1 -3.36731 0.404796 -4.28752 +1401734925 1 -1.99838 -4.80193 -2.58436 +231814999 1 4.5078 1.1022 -2.19116 +352103127 1 0.863943 2.76966 0.149845 +243020547 1 1.08431 2.37779 1.10868 +2061681635 3 0.403865 -5.34044 2.27493 +1636081118 1 -1.19784 4.4479 -1.97659 +1489224295 1 2.19195 4.16438 0.922941 +989896044 1 4.53693 3.83973 0.572327 +750518008 2 2.24737 -0.918061 -3.18848 +40308541 1 -2.82704 1.92591 2.91693 +1032844285 1 0.597019 -3.52781 2.78784 +2067233703 1 1.20345 0.180615 1.13847 +295074777 1 1.56631 -5.15462 0.911157 +1542005414 1 0.04106 3.07562 2.75011 +212650527 1 0.0202141 -5.04936 -0.918108 +2029239804 1 -1.95219 0.491625 -3.44098 +1618516243 1 0.849222 4.20983 1.66404 +931088566 1 -4.5723 0.775155 0.211783 +259431142 1 -5.08346 0.161417 0.718062 +747875315 3 2.06803 3.89038 1.04875 +2030141978 1 1.11537 4.83217 -3.10855 +305314141 1 2.18297 4.88492 1.5358 +1786114497 1 -0.859598 -3.81422 -3.72581 +1362698459 1 3.33057 1.26168 0.976523 +1125932567 1 -1.09746 0.724483 -2.44994 +356824260 1 2.57705 4.25869 3.41152 +1445005520 1 1.0379 4.81245 1.92078 +1624473045 1 -1.05103 0.906282 4.00387 +975301098 1 3.44395 -1.3488 2.84077 +1622792024 1 2.09994 -1.55737 2.98133 +369514521 1 1.70724 -1.80824 5.01595 +160865579 1 3.04711 2.10549 -2.00036 +1118249747 1 -0.914031 -5.0804 -1.32594 +1148012030 1 -2.98614 1.9822 -3.68427 +2010563501 1 -0.599771 4.83781 2.22147 +1619188336 1 2.94408 1.32902 -1.23966 +1392720508 1 -1.20723 1.83526 -5.7967 +1792395581 1 -1.91582 3.43824 1.40106 +758436468 1 -0.00155138 -2.90738 5.24749 +1711163941 2 5.07196 -2.11534 -2.254 +1743742991 1 0.582013 -2.99249 1.75528 +467433244 1 4.48027 -2.29428 2.28365 +2006925742 1 3.11657 -0.92044 -2.27715 +1679849947 1 -0.00951961 4.11299 4.621 +196220431 1 -2.30766 -1.10887 4.98112 +401512433 1 -1.6355 2.61709 -0.669153 +425584915 1 0.964077 -0.375979 1.36266 +1158676307 1 -0.693999 2.11111 4.71835 +1399912729 1 -1.43638 -3.3929 0.851422 +899885431 1 -1.37646 -4.25745 2.59142 +85942588 3 -0.388389 -2.63072 2.01089 +370918025 1 -5.46244 -1.24653 0.628538 +899876010 1 -2.32803 -2.51423 -0.170945 +208768854 1 -4.4484 0.226382 -0.494204 +119765273 1 -2.59416 -4.61087 -2.61782 +163515259 1 -2.58756 -0.533711 4.37987 +268337089 3 -1.81192 0.999615 2.27528 +2029590652 1 3.79862 2.62408 -0.598499 +1693773377 9 -2.82602 1.3119 -3.80918 +600617830 1 -3.47195 2.86755 3.44246 +661589650 1 5.42823 -0.927349 0.508164 +1865037203 1 -2.80168 2.48928 -4.58374 +1351933685 1 -3.88155 -0.0516408 -4.30646 +266056804 1 0.0927797 3.9021 3.51394 +927507204 9 -1.62661 -3.01994 4.9473 +175093972 1 -4.81155 1.27897 0.965445 +81518151 1 2.28033 3.54873 0.70775 +772625617 1 1.1578 -3.49308 -0.349279 +62660758 1 -4.33666 3.73921 -0.53447 +371905872 1 -1.84767 -5.77385 0.379506 +1541737393 1 -1.23365 0.61449 -3.04465 +159910718 1 5.46063 -0.245915 2.08378 +1378508297 9 3.34332 0.301893 -3.53454 +2138536539 1 -0.00918266 -4.53021 2.89276 +1905846426 1 0.639236 -1.94271 0.474975 +1060875613 1 -0.440016 -4.4073 4.10099 +2013121973 1 2.34214 2.84895 -2.76451 +1309942125 1 -0.657955 0.314877 -5.19193 +1707813607 1 3.28433 2.33721 -4.14023 +268382461 1 2.93581 1.74509 2.81913 +2005836133 2 -1.78168 0.902684 -1.16358 +823869907 1 -2.23938 -1.58266 0.96651 +1772121316 3 -3.88155 -0.0516408 -4.30646 +1156051511 1 -5.46638 -0.140329 1.98116 +931081450 1 -0.018522 -2.38849 3.10834 +1694908534 1 4.35448 2.44935 1.26133 +800329872 1 -1.99423 0.922794 -0.741263 +1855142002 3 0.652531 4.93063 3.69257 +34017099 1 -3.11337 -1.61637 -1.86041 +1128653544 1 1.35233 1.43001 1.89066 +1428021807 1 4.21286 2.59735 1.91043 +633006219 1 1.94722 2.56634 1.69648 +1445867833 1 -2.47612 0.377037 0.998433 +1592159659 1 4.57724 1.78861 -0.522966 +994140753 1 1.12854 4.93821 2.5584 +685475002 1 -3.01885 2.54627 -3.40709 +1984313961 1 -2.85438 3.57349 -0.81029 +1865668401 1 1.86886 -1.4755 -2.69102 +714386606 1 -2.15921 1.20498 -3.7305 +1522880316 1 2.06658 0.235002 2.06892 +1681989870 4 2.30316 3.99805 1.97428 +123029378 1 3.7344 4.45304 -0.89341 +1572710639 1 -2.89032 -3.32763 -1.9848 +1281739162 1 3.35739 0.44275 3.76828 +243189218 1 4.2988 -3.65577 1.99969 +2002747144 1 -4.21171 4.14087 -0.135227 +1280554963 1 -2.57479 0.626488 3.84831 +499323725 1 3.65383 2.37636 -3.76682 +1646559194 1 0.725772 4.8663 -0.846667 +146737833 3 -3.37889 -1.88513 4.03565 +1100877873 1 1.57029 3.45813 -1.98302 +992962568 1 3.77779 3.01699 1.39853 +1608602535 1 -4.9446 -0.803398 -3.2567 +1279674072 6 -0.712205 -2.68758 4.68432 +535740579 1 -3.61536 -2.96123 -1.4464 +1966480429 3 2.68081 -4.83533 2.7079 +1155175275 1 -1.1395 -1.18619 -1.66845 +1892963793 1 -2.03254 -4.5138 0.817848 +1767921196 1 -5.11133 2.48989 -1.11582 +471403983 1 1.43125 3.96376 -0.043593 +713575100 9 4.66978 2.58166 0.871072 +2005836133 1 0.959927 -4.47543 -0.936667 +717383527 1 5.72239 1.51457 0.828716 +646423942 1 3.97293 0.393538 -0.625107 +592713372 1 4.00866 3.02887 -0.532165 +2090034478 1 -1.35348 3.07937 2.28114 +1876374478 3 -4.32584 -1.13329 2.40064 +984990282 1 1.28383 0.79367 5.75064 +1316650594 1 -0.22097 4.35038 3.45836 +1207124398 3 3.44471 2.94049 2.14748 +1190664655 3 -0.0428784 3.25871 3.22402 +1018713885 3 -0.634318 -4.30244 1.86217 +662738063 1 -3.07984 -2.09346 -4.35516 +1682638729 1 -4.49248 -4.0181 -0.382572 +1327272784 3 -4.09085 1.57858 -0.490784 +1113449492 1 -4.6032 1.62063 2.91493 +949843552 1 4.07933 -1.86308 -1.09415 +43068471 1 0.570075 -3.85792 -4.37135 +193993345 1 -0.918256 1.57012 -1.16989 +760033469 3 -1.36209 3.15102 -4.529 +1366854924 1 3.13834 -3.89551 1.86558 +923397929 1 -4.11907 2.55073 -0.459529 +1884470648 1 3.73934 -1.30444 -0.332534 +22846335 1 4.20379 -0.771331 2.6365 +782342780 1 3.58596 -1.37232 4.49609 +593712977 3 4.57989 -1.85708 -1.5359 +1402575586 1 5.14315 0.938309 0.567394 +9172837 1 -4.60538 2.57924 0.928099 +1119514546 1 3.37656 -1.66701 1.87076 +1708761342 1 4.15631 -2.46393 -2.62917 +919342059 1 1.58144 -1.56367 -4.15876 +12853138 1 -2.25736 3.66819 -1.98118 +136233084 1 -4.10369 -3.38165 -1.7658 +300606443 1 -2.29995 -1.50248 1.65617 +1689834592 1 -2.23941 2.85617 0.764682 +149186383 1 -3.44021 1.37681 -2.303 +469018048 9 -3.86374 -1.06695 0.997646 +767420814 4 0.733409 0.0203687 -3.06408 +1329602138 1 -2.99227 3.44171 -0.398579 +1006902104 1 1.02821 -0.868952 -0.324237 +1459257181 1 1.92394 -1.26924 -0.25536 +1550287545 1 0.427883 2.75928 3.48041 +1193215133 1 1.22759 -3.19045 -2.78155 +1797980558 1 4.36194 3.26071 -0.352961 +379876132 1 -2.10983 -0.267618 1.01622 +771194622 1 3.92924 -2.8463 -3.17273 +1854061464 1 -1.27763 3.75557 1.76268 +84448074 4 -5.0292 -1.13776 1.41382 +392874663 1 1.8652 -3.89718 2.84636 +90531646 4 -0.226994 -1.632 4.78319 +1488521045 1 4.25562 -2.9862 -0.546966 +1891501869 1 3.81724 -4.16874 0.0284905 +1586262247 1 1.67015 -2.57775 4.77482 +1031984694 1 2.28567 2.19794 3.10981 +1902488262 1 3.02172 2.96756 -3.12498 +20214694 1 4.43217 0.671708 2.01157 +2069811751 1 2.00243 -4.70915 0.236217 +2017574148 1 2.99325 2.12955 0.434658 +1938306658 1 1.60632 0.643562 0.581728 +820227324 3 -3.03006 4.60295 0.219403 +505423653 1 -2.2906 3.98555 3.93333 +1626396449 1 -0.921539 -5.55247 -1.78281 +1509559268 1 1.45819 4.18757 -0.797102 +1117972548 1 0.871794 -1.77811 -3.60091 +1536299045 1 -3.0741 0.176365 1.92062 +1487892942 1 0.772427 -0.930524 -2.5625 +1637113014 1 -3.38313 -4.06547 0.186865 +1979056488 1 1.73765 2.53149 1.03474 +946821672 1 5.00829 -0.857189 -0.294133 +360670532 1 2.63304 1.35804 3.25416 +650498630 1 0.773785 0.645595 -3.1446 +1438480802 1 -1.42812 -2.38555 -0.984541 +170551244 1 1.5438 0.733041 -0.539447 +1374280173 1 3.14652 0.195177 3.53338 +2108375053 1 -1.50127 3.02882 3.3651 +706487639 1 3.04146 -1.32229 1.8754 +1498896698 1 -0.909052 -4.34952 -3.18033 +1513809945 1 -0.439419 -4.08127 -2.79544 +524044733 1 -2.26355 -2.65556 -3.50928 +948518035 1 3.84346 -2.76957 -2.76038 +1965870833 5 -1.7557 -5.9168 0.255632 +234624103 1 4.37485 -1.88375 1.15833 +1363043050 1 4.71926 -3.70001 -0.578801 +847089764 1 2.86192 2.73799 1.01045 +857268755 1 0.375261 -1.87229 -4.55615 +254068815 9 -0.682106 2.17556 -0.0654542 +836380077 3 -2.11747 -5.26389 0.0620163 +593712977 1 -1.72818 -2.63155 -2.50109 +1488521045 9 -1.41079 -0.214493 -5.41116 +1122235142 1 3.20496 3.42357 -0.227783 +805791714 3 -3.20742 2.95853 -3.49343 +1372564654 1 -2.09033 4.96341 1.02857 +902935990 1 -1.04807 -0.340461 1.78825 +295073778 1 0.880188 -1.53234 -5.86287 +1394790934 1 4.38331 -3.5826 2.4454 +45874370 1 -4.41284 2.78156 -2.40131 +346074213 1 -2.79126 -4.13224 -3.63878 +73045710 1 5.23153 -0.979943 2.55893 +888950894 1 4.51384 -3.25553 -2.07106 +1332996755 1 -3.77934 1.70384 3.00242 +1664453544 1 1.85619 0.398519 -5.16035 +1670682704 1 0.598072 6.06639 0.701841 +1071408993 1 -3.02348 -2.11231 3.80092 +740658203 1 3.39998 -3.06896 -2.08214 +1522884532 1 -1.74113 4.87129 2.44309 +646523715 1 -3.1783 -4.36743 0.560529 +1113888561 1 -4.49078 -2.09179 3.08203 +543591029 1 1.42783 1.362 4.06607 +890659650 1 3.95807 -2.88386 2.59524 +1486737858 5 -2.05809 2.3061 -4.17176 +843492863 1 0.269473 3.61192 -2.91358 +1388799215 5 5.09274 -1.43991 -2.51619 +2095821061 1 -4.62388 1.53508 -1.83006 +553617081 1 -0.620412 -1.80064 2.63967 +363613683 1 -1.9826 -0.638091 4.91807 +612245162 1 -1.20688 -3.10215 1.6603 +2013708579 1 -0.0348935 1.99075 1.59174 +1778763994 3 2.52111 1.85432 -0.323605 +1824731417 1 -2.78009 -3.52418 -1.60533 +1662143764 1 -1.46767 1.84906 3.99992 +1297234759 3 5.35454 0.216776 -2.70956 +1025969282 3 -0.430235 -2.93078 -0.475544 +1918775050 1 -0.360094 -4.68635 3.11109 +222565174 1 -4.46208 -3.40083 -0.0824616 +2110544291 3 2.11998 -1.00537 -0.0854445 +953656839 1 1.16959 -0.814234 -4.27606 +330716315 1 0.815816 1.91526 -3.87857 +954332300 1 -3.43339 -0.741471 1.60479 +902741503 1 2.63571 -3.07403 1.20123 +155748803 1 -3.61049 1.73978 0.339959 +2026287342 1 4.33635 -2.71843 2.58089 +365623388 1 5.24242 -1.77245 2.42006 +1892621314 1 1.60604 4.9661 -1.47524 +1129100351 4 -1.34171 -0.318634 -5.51965 +659151889 3 -1.08164 -2.51906 -3.3279 +490709039 1 1.74359 -0.681704 4.55595 +271395159 1 5.64589 1.2348 0.337598 +865473389 1 2.46186 -2.79587 -4.83692 +119091681 1 -1.71509 -0.604631 2.89266 +1761503539 3 2.08368 -4.19439 0.449636 +328908959 1 4.97 2.09 -1.40673 +1376495842 1 0.359112 -2.54835 0.484929 +231933529 1 -2.35783 -0.517882 -1.60951 +744082734 3 1.23315 -0.874806 -4.3015 +2094867291 1 2.73198 1.67101 -1.09111 +90339251 1 -0.0984549 -4.68767 -0.425742 +1952680147 1 0.955454 1.66572 -2.34297 +405317332 1 -2.3546 4.5725 -3.06665 +629806493 1 -0.673161 -2.33677 -1.19226 +414336798 1 5.29648 0.879652 -2.82046 +1242329601 1 3.39689 0.948901 -3.7889 +11327396 1 -1.29853 1.36695 4.69233 +1980354710 1 1.4389 -3.77546 -0.0545293 +94271907 1 -4.29845 1.2526 -0.299386 +343388816 1 -0.194471 2.62185 3.90427 +291796030 3 -2.33328 2.17423 -5.13851 +70786680 1 -2.21464 2.31225 -4.84455 +349235391 1 1.13401 -4.89522 -0.102982 +1287385740 1 -4.52467 1.22638 1.99681 +944399642 1 2.39109 3.94812 0.471785 +530207462 1 2.11533 0.0995939 3.07942 +2064963620 1 -2.40722 0.362659 -4.16893 +103106995 1 1.86212 -1.58668 1.8462 +1874923564 1 -2.57643 -2.64038 -4.72199 +662875350 1 -0.76512 -4.24975 -3.14299 +1955370946 5 -0.481903 -5.62605 -0.807399 +756090719 1 -4.31172 2.01429 2.50338 +1388961519 1 1.57633 -2.76126 3.64208 +762869311 1 2.20804 -0.360722 -1.77925 +1562416172 1 1.48175 -1.32747 0.238412 +779922317 1 2.37066 -3.53907 2.09211 +1474362337 1 -4.76685 1.91993 -0.0841406 +1585644072 3 -2.25736 3.66819 -1.98118 +944950498 1 -5.15083 -2.81111 -1.71698 +999051963 1 2.49667 -0.474437 -2.39414 +207488262 3 -2.0141 0.786481 -2.16684 +1314484470 1 0.505398 -2.7406 -0.249873 +632914786 1 -1.99151 -4.50705 -2.18272 +1527769826 9 -1.88484 -4.61848 0.100868 +168206297 1 0.235324 -0.1142 -1.05325 +1941371843 1 1.69633 -3.12462 2.54642 +1738933766 6 2.49544 -0.0610209 -3.16209 +2082056901 1 3.20018 -0.496454 0.400617 +733988571 1 -3.37214 2.42971 -0.424873 +462278875 1 -2.04959 4.57181 -2.73382 +1794134659 1 -3.6633 -0.751161 -0.429769 +953608373 1 2.11955 -0.0788172 -1.96497 +625363526 3 1.60718 5.20242 -1.55081 +367480223 1 5.27537 -1.32515 0.314668 +1194116765 1 1.81022 -2.00623 -5.08857 +601794188 1 -0.850676 -1.25319 1.8376 +195955979 1 -4.60736 -2.02092 -2.61041 +1473080921 1 -2.41658 0.289563 -0.324849 +848104623 1 -0.691818 1.96305 -2.02912 +1071970608 1 2.68932 1.81599 0.737926 +1385912136 9 2.64729 -3.58615 -0.893216 +1337445150 1 0.627155 -2.83975 -3.95877 +268874564 1 4.9617 0.550887 1.97133 +1688071242 1 -3.20689 4.23616 0.818338 +767420814 1 2.04737 4.87544 1.44804 +77201844 1 -0.0780705 0.152384 4.62073 +726084179 1 -0.532949 1.77662 4.0521 +716409195 1 0.690187 3.51214 2.39111 +53061874 1 1.45027 0.994923 -4.3824 +944387714 1 -3.55562 3.48905 -3.29827 +1903967625 1 4.3668 -1.19542 -0.755094 +371352652 1 4.41434 -0.807109 4.121 +384302829 1 -0.800963 -0.335896 4.88181 +826412349 3 -4.68093 2.06223 -1.53904 +1366405890 1 5.20135 -1.09282 0.359036 +1261464500 4 -0.719183 2.54554 -0.0152975 +2029182080 1 3.181 0.249989 3.98229 +1546923906 5 1.10902 -2.31735 -0.566192 +355577433 3 1.52862 -2.38638 3.83361 +1012360170 1 -1.30641 -3.79507 2.1121 +1647378585 1 -1.10717 2.03879 -1.62049 +751709937 1 2.89742 -2.87946 -2.71166 +1961122347 1 -0.639209 -5.69709 1.57049 +2123017786 1 3.18817 0.12426 3.90601 +2143953664 1 2.50581 -4.8154 1.29991 +1402882367 1 -3.90178 -0.43029 -1.84981 +1932896606 1 -1.70599 -2.50124 4.38514 +921363129 1 -1.77505 2.17752 1.63011 +549103855 1 -0.537561 -0.00340987 -3.35985 +879131765 1 -2.29774 -2.60869 0.938196 +787271067 1 -1.5595 5.07175 0.417839 +209997041 1 -3.22592 -3.40729 2.80131 +334670646 1 -3.8185 0.541759 -0.403932 +1514760332 1 3.608 -2.16323 -1.10047 +1533944577 1 -0.598098 2.1884 4.69617 +437026406 5 2.20846 -0.207278 5.71279 +1023659312 1 0.761951 3.65545 -3.79212 +1699678373 1 -1.90303 0.626358 2.30695 +1023659312 1 -0.386729 1.05219 4.69907 +1744635504 1 -1.60814 0.812642 -4.32246 +833004802 1 3.14259 -2.95806 0.264971 +1648846213 1 0.955029 1.20196 -2.04048 +1938846867 3 -2.14102 0.114408 -3.36086 +1985605843 1 1.46851 0.605208 1.06396 +1310867360 1 5.94441 -1.09404 -1.28892 +791115639 3 4.97823 -1.24697 -2.36571 +1764238736 1 -3.51913 -4.1146 -2.20689 +1452628440 1 -0.0308192 -2.3895 -2.63171 +1988422680 1 0.373204 -4.61301 3.58057 +634598776 1 -1.3514 -0.634742 1.94861 +886606770 1 -4.0784 -0.940837 3.13842 +166495566 3 0.754115 3.59221 -4.14844 +1339267083 1 1.809 2.12488 2.96074 +214285337 1 -2.01149 -1.02723 -0.177992 +1182138823 1 -4.28127 -1.06441 0.725896 +803119967 1 -0.0489248 -4.37562 -4.29548 +782973313 3 -3.87473 -2.15964 -3.91095 +1610714519 1 2.90892 2.02779 -0.721408 +1712865506 1 -0.0131237 -1.92487 3.93619 +349992328 1 -5.43979 1.91858 -0.861943 +823869907 3 4.61072 2.84222 2.55488 +1824731417 2 -3.10846 -1.25186 1.63257 +1058748219 3 0.51569 -2.86825 -0.808119 +514638095 1 4.51502 1.11219 2.78656 +4655249 1 2.15308 -0.856602 2.03936 +1375225191 1 -1.1714 1.65088 1.07257 +1029080143 1 -1.32176 -3.31768 4.87959 +245997052 1 -4.63261 -2.46465 -2.2643 +1086612829 1 1.5123 5.97939 -0.141714 +1800377562 1 -0.533654 -3.03574 -4.99083 +1639956595 1 0.580686 -1.06592 5.41404 +1030453317 1 -1.69624 -0.0885692 -3.25579 +995833093 1 1.00963 -3.44317 -0.248003 +585277755 1 3.22932 -0.287224 -1.76638 +1795135320 1 1.43855 5.7137 0.625534 +354821430 1 2.26252 1.69324 3.61726 +1403162705 1 2.83405 -0.878196 -5.21182 +1023777253 1 2.07447 -4.19345 0.630852 +757958203 1 -0.878054 -2.26087 -3.31294 +547319987 3 2.75936 1.68167 2.11156 +374604290 1 0.215946 -3.40771 -1.05534 +177045023 3 2.31738 4.08504 0.681973 +623653595 1 5.05103 -1.10632 -1.64619 +956920599 1 0.224625 4.0657 -0.951727 +1247457703 1 3.89752 -1.46224 0.879199 +589319633 1 -2.58919 -3.86573 -0.683116 +1479616381 1 -1.66777 -3.29673 0.18271 +717376104 1 -4.23041 4.09604 0.989523 +818730241 4 2.84086 -4.51061 -1.96242 +1711163941 2 3.99418 2.42521 1.86532 +96526500 1 4.31213 2.40405 -1.06495 +1538651157 1 -5.17019 0.0861802 1.85427 +694702634 1 -2.30908 -0.0634581 3.13693 +552272086 1 0.96901 1.28431 -4.51875 +2011353095 1 5.32403 -2.90233 1.25362 +1882854738 1 -4.03167 -4.2657 1.33099 +1478149664 1 -4.7427 1.3811 -0.605168 +1914485489 1 0.0673283 -1.03111 4.57342 +280341374 1 -4.23962 1.57663 -1.78464 +2103113583 1 4.0451 -2.96184 -1.46172 +533660462 1 4.19344 -0.0828458 -1.7525 +1695280896 1 3.49547 1.80324 -0.438996 +892278234 1 3.95747 1.56674 -2.63199 +901986096 1 -0.187366 -1.11789 1.16234 +1858918869 1 1.15622 1.96275 3.72346 +266056804 1 0.84488 -1.42007 -5.38592 +1553138313 1 -1.20055 -0.23266 -0.441847 +737906406 1 0.667918 -1.26345 4.2249 +1316354884 1 -1.46657 5.32104 -0.737202 +1694393986 1 -3.15062 -3.18609 1.53211 +1564468183 1 0.660262 -0.444193 3.62022 +952574794 1 4.66234 -0.455888 1.19362 +1965515257 1 -3.17639 2.7164 -4.34289 +1682031139 1 4.1017 3.14238 -0.194017 +510004822 3 -3.22293 -2.58708 -0.355534 +611562497 1 0.250508 -3.94072 -2.76596 +869222213 1 0.773185 3.93217 2.71013 +340180787 1 -4.8111 -0.0100522 -0.195076 +1901329442 1 -1.34551 1.76672 -3.58682 +831766544 1 -3.4164 -2.43666 -3.7204 +175839695 1 -2.15946 5.20471 0.530897 +1981040717 2 -1.21992 -0.683418 5.40808 +537439218 1 -4.12601 3.13428 -0.0297096 +1517133044 1 -1.11696 1.85919 3.64204 +2088000608 1 -0.0800805 3.59533 -4.00781 +875819850 1 -0.666903 -3.05471 -1.5958 +1336904508 1 -2.18285 3.04788 -1.06655 +1944607447 1 0.489592 -0.0512689 2.92464 +736049147 3 0.667323 2.05467 3.54762 +2032379912 1 3.03615 -4.14461 1.60743 +1515286251 1 4.03317 -2.88249 -0.286764 +1089605201 1 -3.19613 3.65553 -1.64428 +163175147 1 -2.75484 1.80688 -0.846586 +1960709427 1 1.19113 2.92886 2.62918 +834852964 1 2.44969 3.87821 3.64317 +1656789289 1 -3.11932 -0.527652 -3.2265 +83388239 1 2.34489 0.450684 1.07404 +849330291 1 -2.15131 -2.43767 -4.26827 +863593969 1 5.941 -0.242676 1.63361 +1983803596 3 1.91347 -2.44751 3.51901 +575204825 1 3.65455 1.19713 -1.29672 +417813033 1 4.41864 2.0978 -3.00809 +1233986966 1 -1.0993 4.79178 3.40803 +1030918947 1 1.17318 -5.94033 -0.680733 +1284466649 1 3.1782 4.98948 1.12011 +341757695 1 3.42733 2.31856 -4.37415 +16319091 1 0.924897 5.22764 0.160071 +1759826859 1 1.39053 2.52137 2.17096 +1001742130 1 -1.53612 2.70109 -1.55532 +1518921285 1 3.06142 4.45527 -1.74936 +818600369 1 0.334881 -2.73256 -4.402 +2124445054 3 -2.60712 -1.57791 3.11943 +1274997390 9 -0.0684527 -1.38481 -1.65722 +1367121448 1 -1.34969 -0.86079 -1.31059 +226739610 1 0.6386 -5.69298 -0.251391 +1739162904 1 3.54817 4.30052 -0.807466 +456300328 1 2.85534 -3.92295 1.39687 +434125075 1 -2.41507 -3.02769 -0.884522 +1258865907 3 2.14412 5.1752 -0.889976 +777068004 1 -2.04695 3.34147 -3.25589 +1247064161 1 0.85951 5.75115 1.43967 +2091855699 1 2.12057 2.77062 -2.95585 +220237289 1 5.6138 -1.68537 -0.133999 +1741954874 1 3.35535 -1.44972 -2.79588 +1830898744 1 0.238383 3.14851 0.378091 +521068506 1 -0.986823 -5.09007 0.0764255 +1169379462 1 -4.66103 0.410914 0.343639 +1387642187 4 3.83175 3.19002 0.501084 +2068583906 1 2.27682 2.2739 -1.95378 +168320590 1 -4.63624 -0.511138 2.9573 +1201322834 1 -0.396361 -2.3282 0.372139 +300991272 1 -5.27848 2.54208 -1.25331 +661686286 1 2.78024 -4.21015 2.52025 +62220793 1 1.92122 -4.2494 -1.98946 +994797249 1 -5.89598 -1.23208 -1.28432 +1394285622 1 -2.24931 -5.12551 -0.586945 +1038682944 1 -0.764022 -1.24231 -2.5007 +1519061421 1 2.50765 2.25815 4.42407 +1029067703 3 2.42152 1.3712 1.88137 +1103278552 1 3.37167 1.17771 0.546513 +2017363873 3 -1.74386 -3.26277 4.32497 +200173326 2 1.38013 -0.081458 5.8743 +1753158930 7 2.41809 2.29969 -0.108232 +113452340 3 -0.487096 -3.51068 -1.58083 +474936565 4 -0.428547 -1.71144 -1.2875 +1916754556 9 -1.48294 0.699621 3.43008 +1133075719 3 2.13978 -0.660649 5.20157 +324818444 4 2.20543 -4.05587 -2.00308 +533003577 4 3.64385 0.81831 2.88266 +1742097524 4 0.887181 2.52541 -5.39504 +1190886585 4 -2.24622 -4.41678 2.23718 +1444081639 4 3.23169 -0.324563 0.604579 +1134740397 9 -5.70314 -0.812698 1.46502 +2017666220 4 -3.67929 2.49393 -4.15061 +740923034 1 0.999367 -1.18051 -3.32588 +516864980 4 -1.79403 3.49515 -3.69192 +1244624967 4 -4.27571 -1.99774 -1.35013 +1270173351 4 0.585687 -3.17464 -4.12972 +1879704271 4 0.324804 -3.15705 3.67907 +347924771 1 0.622746 -4.92314 0.902594 +658584547 4 4.50993 -1.32692 0.480294 +260213340 4 1.96868 -3.21224 -3.59903 +126283837 4 1.06906 -1.36859 -3.73323 +770351965 3 1.06022 -3.04056 -0.74794 +1391815284 1 4.9373 -0.220857 -0.264964 +1068756878 4 3.48469 4.20852 1.87534 +963606057 4 2.49421 3.52638 1.24288 +1334258951 1 -2.57417 -3.1301 -3.15909 +77759657 4 -0.261739 -4.60392 0.0243217 +81832176 4 -2.17204 -4.77942 2.62689 +1458399470 4 1.94627 0.364557 5.61048 +699089218 4 5.83884 -1.65572 -0.0272778 +177613120 4 -4.98141 -1.84238 -2.40557 +808196696 4 -2.33309 3.53116 -2.75235 +781201329 4 -0.0751365 2.28415 -4.75928 +967559856 4 1.55971 1.93431 -3.92234 +1607454020 4 -2.30034 0.684566 -0.153695 +533866016 4 -3.06797 -4.54696 0.291591 +442694336 4 3.04687 4.29662 1.94866 +1836005406 4 -4.54859 2.46413 3.28256 +534071815 4 -3.2382 -2.74745 3.81664 +671871072 4 1.65173 3.04064 1.17205 +1639615448 3 5.67978 -1.41174 -0.315951 +1633850394 4 -0.603324 -1.16069 -4.36981 +47406064 4 2.21789 -0.981778 3.7997 +1150778736 4 3.59148 -1.03416 2.21034 +280868507 4 -5.68355 -0.73847 0.924281 +202387984 4 -0.423456 -2.57878 -4.0308 +1458752218 1 -0.255744 -2.73662 -0.251602 +2054568681 4 -0.206928 -0.960097 0.555849 +464938343 4 0.0781153 2.07109 -0.0351346 +790947342 4 -2.0192 -2.27768 1.40038 +617838189 4 -1.5755 2.11646 -4.50048 +540170148 9 0.639406 -3.05848 2.60467 +1851117478 4 -2.0857 0.801912 4.82631 +309039762 3 -0.0325898 1.13115 4.33546 +967581657 1 0.719855 -3.22195 0.566969 +1721027382 1 1.2316 2.34471 3.85436 +1236939440 4 -0.442627 -2.37625 -5.66108 +1994899081 4 -5.82539 -0.784466 1.34686 +1918775050 3 5.33982 -0.194506 0.270893 +1855142002 4 -3.02433 0.525954 1.70665 +1513272693 4 -2.33311 2.61885 0.331371 +2016516839 4 -1.70688 1.29825 1.91253 +408962681 1 -0.742349 -1.95256 4.85491 +1693607518 3 1.38483 2.79905 4.90106 +1716041216 4 -5.56977 0.700788 1.66753 +344104224 5 0.495239 -0.344942 1.57707 +1529243060 4 1.25126 -2.03282 3.4752 +948840547 4 -1.75826 -1.73214 4.28274 +1422938094 4 -3.04133 -4.88912 0.253773 +1808071143 4 -1.44347 2.28186 1.09119 +828939701 1 -1.94298 1.23126 -3.78572 +1828581082 4 4.25688 -1.99992 2.61786 +2042991026 4 -4.07314 -0.696519 -0.164077 +767420814 1 1.07033 -0.191452 -1.96471 +930804379 4 3.03997 3.95396 2.52688 +268874564 4 -4.62709 -1.82949 -2.08632 +1600400023 4 5.02708 -0.572006 -2.36034 +1480276702 4 -2.62037 0.169842 1.92788 +1213295611 4 2.03562 -0.0654614 -4.98697 +153050857 4 0.910172 -4.48066 -3.98081 +802917673 1 -1.35343 -4.27862 1.91445 +460033475 4 6.02427 -0.0212518 0.610009 +415689504 4 1.79385 -1.97235 -0.525608 +988218587 4 3.31463 -2.6526 -1.63468 +1306447064 4 5.09677 -1.49202 1.64672 +305242577 4 2.61014 -2.81772 -1.47155 +479132300 4 1.27317 3.29131 -0.211746 +1386611489 4 2.80191 1.8077 -3.63548 +352875823 4 -1.0181 -0.766213 5.24919 +1925705768 4 -2.56363 -3.18527 -1.2206 +1983307030 4 0.502552 2.53185 4.64528 +2121962393 4 -0.294706 5.214 1.29423 +1773108035 9 1.96875 -1.73716 1.53893 +1969813643 3 0.637088 -0.938136 -2.8878 +811225696 3 -0.534563 -2.25795 -0.0704909 +1671174004 4 0.662659 1.29333 2.63325 +1437282854 4 -3.20565 -2.09412 3.05551 +1084585530 4 0.229717 3.00376 -1.34794 +524288417 4 1.11463 1.51256 2.26826 +1051723456 4 0.0397234 2.46821 -3.13133 +333015482 4 -2.07247 -2.98841 -0.586572 +1075233827 4 -3.80324 1.34714 2.41747 +791064462 4 0.332244 1.42232 -1.63345 +1576707501 4 3.23758 -2.06333 0.942095 +412032761 4 2.07709 4.74417 1.25967 +1387351364 4 0.448634 -2.79787 -5.19505 +1707643596 4 -3.63945 3.18244 -3.36453 +1161402501 4 -3.85285 -4.46397 0.530902 +1119831533 4 -3.64026 -3.55181 -1.81787 +217760141 4 -1.87511 0.473103 0.760516 +1714797793 4 -1.37356 0.00155719 -5.77303 +1460235751 4 3.29609 0.98414 4.97104 +184191040 4 0.586922 0.67539 4.4508 +503393260 4 -1.65335 2.76389 4.67119 +306320791 4 2.94323 3.01826 -0.43341 +985992766 4 5.69188 0.311102 0.790806 +859483704 4 -3.42544 -1.99918 -0.654867 +625698045 4 2.38315 -1.39243 -3.53748 +1413531930 4 1.99162 4.77555 -3.00446 +1349187436 4 -1.06026 -2.10268 4.79699 +1470455619 9 -0.896866 2.03813 2.17137 +78819520 4 2.28587 -2.50339 3.86411 +1503511083 4 -1.24306 -0.932254 4.16357 +663081222 4 -3.6921 -0.698814 2.24676 +1507250739 4 -2.41795 -2.23141 -2.73709 +820526435 4 0.693158 -1.65464 2.31616 +662659563 3 -0.149397 -3.55895 -2.04793 +1641221528 4 2.69194 -0.140676 -3.56765 +585156611 4 -3.47461 3.67612 -1.18764 +242360590 4 -1.23243 -5.3063 2.59496 +1983602278 4 -0.551345 3.06931 -2.79583 +1167287902 4 -1.83001 -4.05949 0.526716 +247658816 4 -0.738004 0.0395459 3.82524 +1486742503 1 -0.464058 0.568659 -3.22004 +1154076225 4 0.581646 -3.01201 2.15656 +36016695 4 -0.430243 -2.01868 -1.70147 +1693607518 1 1.10539 2.17532 -4.55741 +2004742359 4 1.35095 3.93746 -3.54451 +2145221884 3 -0.273647 0.481193 1.90472 +1354501401 5 0.323336 -5.31174 0.993519 +2034693606 3 -2.63267 -4.3173 0.0992739 +1761063752 1 2.84338 -4.50637 -2.17423 +854305096 1 0.617576 3.2494 -1.72126 +368418297 4 -4.3768 -1.73128 2.68004 +1222934143 4 -1.96003 2.2001 -5.33093 +419687478 4 3.84409 2.74753 0.507059 +1521008387 4 -2.06556 -4.18743 0.921817 +277441594 4 -2.58929 -3.14697 2.05441 +1740321944 1 4.92173 3.42972 0.923482 +498416550 4 0.336589 2.68569 -4.61714 +1168621263 4 -3.32964 1.06152 3.68959 +2018952087 4 -0.943401 4.50106 -3.70693 +244912806 4 -1.33189 3.5743 1.24575 +288581691 4 0.700422 2.97188 0.727949 +1547871819 4 -2.69697 3.67603 3.2298 +1382805563 4 -1.07314 -0.314579 2.82603 +1320615519 4 -2.31359 -2.33785 -3.03591 +1527140101 4 -4.48782 2.01746 1.72114 +2056148449 4 1.15443 -1.32019 3.7298 +162417544 3 3.39246 -1.61703 -3.02753 +1389768842 1 2.22755 -0.654636 3.46714 +1558037592 4 1.46771 1.9108 1.18554 +1007801845 4 0.783179 1.91954 2.34542 +655804504 4 1.61942 -3.93471 2.03304 +277323943 1 0.498156 5.83265 0.0424085 +284576406 4 0.137996 0.73641 -2.57149 +127339235 4 -3.16739 1.66132 -1.5575 +694014971 4 5.05924 2.18325 1.03675 +328043884 1 3.23355 -3.52789 -2.06164 +1673233418 4 3.42919 -2.25227 1.40342 +1356880677 4 -1.01126 -5.45789 0.218321 +1119418547 4 -3.25619 2.69266 1.61306 +1450176974 1 -0.156291 -4.7493 3.43346 +1058668166 4 3.81956 -2.12002 2.57171 +456204039 3 -1.06741 -3.44666 3.87375 +2115754342 4 -1.94684 4.53808 -1.80763 +985933872 4 -0.636911 -2.5671 1.99673 +1044169417 4 1.40292 1.1168 4.38822 +1781729331 4 0.994663 0.422114 6.0443 +1821577644 4 -2.84604 1.51158 2.90923 +1776601293 3 -0.198481 2.9323 -0.0919273 +844297436 3 1.91498 4.90376 2.91207 +462645139 4 2.35485 -4.46863 0.324642 +984969885 4 1.15778 5.28542 0.882821 +544386063 4 -2.22484 -3.15854 1.92791 +1558037592 1 3.86002 0.87649 -1.3382 +1082218828 4 -5.40853 0.1255 -1.66573 +97849466 4 0.524239 1.96871 4.01764 +60737773 4 2.14641 -1.26872 -3.04895 +1409976689 5 0.568119 -3.23755 -0.375842 +1798859819 4 1.8699 2.84094 -2.03465 +733143353 4 1.73216 1.96895 -4.81699 +1043661122 4 2.95779 -1.77293 1.20683 +1503843662 4 -2.25456 0.999797 -1.36609 +347924771 3 0.586502 -5.71524 1.25188 +1507384510 4 -1.07146 0.307858 3.15791 +1547812842 2 -1.20044 -3.75323 1.79889 +47406064 1 -5.89037 -1.32251 -0.516281 +1866891394 3 2.33666 -3.46201 -2.06456 +973887480 4 0.965207 -4.40247 1.77632 +1422938094 4 -0.0107447 -3.2384 0.353892 +404009973 3 1.0261 1.69668 -4.81795 +1182081960 9 2.42885 -2.7756 3.8726 +550256868 4 -1.52089 1.18479 1.51408 +736049147 4 3.03094 -0.648291 -0.360867 +200173326 2 2.4533 -1.98003 0.36294 +802551308 4 -1.05951 0.926019 -3.75045 +964080678 4 -2.1425 -0.709769 3.81815 +1112780810 3 -2.94463 -1.71479 -2.595 +2075975495 4 -1.24306 1.33835 -2.33545 +1383699184 4 1.07206 -1.94551 -2.23881 +1506921870 4 -3.17108 4.02994 2.55385 +1339483337 4 3.34104 -0.694884 2.11366 +1762516451 4 -1.24653 -1.35815 -3.09071 +1147390196 4 -4.28003 -3.51094 0.223477 +2068894986 4 -0.33959 3.89674 4.79181 +1554045813 4 -0.636911 5.51404 0.323819 +1756022432 3 -2.85517 -3.05947 -0.205243 +1203821835 4 0.131059 -4.70754 0.630437 +923793112 4 -2.31055 0.0889771 2.99914 +1019836820 4 -0.781267 4.9561 -2.75401 +1984864592 1 -0.251584 2.38934 -3.50409 +1140972446 4 1.59879 -1.94681 -5.33116 +1515329904 4 -2.21524 4.99625 -1.18422 +1936523817 1 0.71755 3.38664 -1.4782 +164051014 2 3.7995 1.50258 2.40365 +456204039 4 2.24988 4.35071 -3.01815 +1923795038 4 0.584457 2.61345 -4.08557 +2022415724 4 0.334934 -1.18322 3.44908 +1522521393 4 1.39505 -2.82388 5.1093 +1760295588 4 -3.43283 0.844057 -1.0208 +1742867499 4 0.0166363 -5.62942 -1.94178 +2059032991 4 -3.35928 3.19318 -1.72313 +1715114027 4 0.441905 -2.64778 3.1806 +479638173 4 4.77302 3.40082 -1.2551 +1229145135 4 -4.33265 -3.24527 2.94277 +932968608 4 1.06862 -1.53175 2.23611 +598282300 1 1.81434 2.42671 -3.97482 +1695269224 1 -2.69148 -1.56406 4.44817 +939748005 4 1.70021 -2.60078 4.05273 +1278873774 4 3.98079 3.66066 1.5321 +428371985 4 -1.59089 4.11525 1.96266 +1971534619 4 1.60468 4.18291 3.90101 +1861908239 4 -3.45507 -0.246327 -4.88591 +1834494172 4 3.18079 -2.86786 0.480342 +461249375 4 3.57985 -1.82471 -2.79456 +1052495401 3 -0.741267 2.40811 -3.51111 +47573642 4 -1.96184 -3.16322 -4.10351 +767254339 4 1.32716 -0.820866 3.90213 +631221707 4 0.227087 -3.32642 1.10538 +1565458616 3 2.72069 3.18585 -4.25526 +596094426 1 -0.139681 -1.16164 -4.84304 +1150652864 4 3.24365 -0.768864 1.10949 +647352136 4 -1.30468 -0.890093 -5.89544 +1068584437 4 -2.09496 -0.9913 -3.65706 +1229641134 4 -0.165535 0.735471 -4.87926 +1706659881 4 3.55106 -3.46223 0.749494 +1495476424 4 1.3722 -0.99953 -4.07658 +1151833071 4 -0.69907 -6.13811 0.399697 +2081052422 4 -1.94437 -3.51235 0.298745 +168320590 1 3.72564 -2.21568 -0.402244 +512492420 4 -4.74269 2.97861 -2.31686 +1657476027 4 -0.0112816 2.79603 -3.12944 +1374546685 4 -4.91002 1.85043 2.11661 +901730549 4 -1.71259 1.12517 -1.76884 +1546923906 3 0.196694 -2.22894 -0.106333 +105166927 4 1.97076 0.622159 4.93539 +1958534062 1 0.15316 -1.26515 2.65171 +2063259974 4 1.96875 -1.73716 1.53893 +1169684287 4 0.0537322 3.24452 -4.08347 +1402670393 4 -0.892084 1.83091 -5.68172 +1254927755 4 3.79864 1.71647 1.33772 +398947029 4 1.56793 -4.72154 2.6453 +1086174210 4 -0.0636842 -2.37907 -1.87474 +2049533052 4 0.821337 -3.07623 -4.39673 +585819449 4 -1.69786 0.360998 4.79005 +632914786 1 -3.4839 1.17229 0.991087 +1624156356 4 -1.59193 3.44046 3.7022 +1936523817 4 -1.16586 3.31447 1.60596 +889698545 4 3.60144 -1.41021 0.776289 +1260492989 4 -0.177445 3.87634 -4.64374 +583409025 1 -4.1022 -0.374303 3.96846 +1460880561 4 2.29092 -3.48787 -0.727243 +960659574 9 2.50639 -4.80245 -1.33013 +2110544291 4 3.77335 0.684522 4.79086 +1459257181 4 3.16119 -4.02797 -0.268516 +1390915803 4 3.36823 2.17376 -1.09673 +65825550 4 -3.39869 0.0734371 -0.448054 +604455463 4 -0.357484 -0.33432 -5.13801 +1573498071 4 -3.74701 2.7819 1.37841 +830763755 4 1.47581 -0.909804 0.0932237 +1502560456 4 1.97235 -4.33629 -3.88139 +1604794698 4 1.72284 0.347431 -1.11389 +1202239499 4 -0.378536 1.75152 -4.43705 +1852263348 4 3.19289 -0.356293 -4.32794 +122428463 4 -0.365648 -5.36403 -2.81754 +273709276 4 -1.1918 -5.25147 0.323877 +380691399 4 -4.20707 -3.6599 -2.65067 +408144493 4 5.56923 -0.688343 1.48448 +477050994 4 3.39113 -2.23556 -0.495666 +1245948650 4 0.352703 -5.26807 0.203426 +454206960 4 1.57218 0.341879 -5.3008 +464979045 4 -0.99098 3.76518 -4.59526 +487088730 4 4.42249 0.67502 1.1062 +1609118474 4 3.55278 -0.870166 3.43159 +642237767 1 2.18293 4.4943 -0.253558 +1731413608 4 0.33145 4.55806 -1.08206 +1941546146 4 0.296362 -3.61915 -2.32267 +2049295451 4 3.06667 -4.91772 -1.0918 +1974569243 4 -0.0944095 2.73139 2.23619 +517740405 4 1.42061 -1.18658 -4.7963 +711374850 4 -4.4958 -2.65491 2.04996 +1412381672 4 -1.92635 -5.49369 2.06346 +912347803 4 -0.709198 5.53635 1.39428 +1493649584 4 0.584794 -5.05791 1.22423 +1058668166 3 -1.67096 -4.84689 3.0229 +717534308 4 -0.343541 4.37151 -1.46445 +2103292346 4 1.05726 0.589969 1.98695 +200221997 4 0.536415 -4.82312 2.73777 +1239605687 4 0.584676 -0.763528 -3.94426 +348683933 3 4.41148 0.81565 -0.673705 +1459796824 4 -3.4255 0.217705 0.627693 +347924771 4 4.24713 0.66062 -1.24326 +1354501401 4 2.04267 0.287363 -0.523487 +744085983 4 3.29403 0.101045 4.04728 +567437686 1 -2.81566 2.88215 -3.32973 +1442749590 1 -0.294729 2.04503 1.33412 +1145972606 3 2.75746 -0.412822 3.02488 +1194994080 4 -1.01649 -1.52841 2.01637 +1490364416 4 -0.922625 -4.9651 -3.50021 +1499578885 4 -1.1769 -1.60815 -1.88558 +744942339 4 2.99159 1.02699 -3.27015 +1645460501 4 5.24624 2.11297 1.95824 +552652152 4 -0.11025 -0.955236 -1.0975 +433825460 4 -2.22876 0.0672208 -2.72883 +579613648 1 -1.19139 3.09998 3.8704 +1072563289 9 3.76092 -2.6361 -0.425818 +1340088270 4 -2.15178 3.48801 1.41536 +685056060 7 -0.311038 -6.00221 -0.648094 +1369023742 4 0.506181 -5.24695 -2.51177 +1778264598 4 0.651676 0.342244 -1.83702 +1541555821 4 -3.78644 1.50455 2.50582 +1728164300 1 -2.23151 -1.68511 -0.964071 +350712824 4 -2.6381 2.36197 1.31458 +430744383 4 -1.67884 1.50536 -0.789963 +796177666 4 -0.737201 4.83415 2.29133 +343388816 3 0.607679 2.09852 1.00943 +1760794174 1 -1.18741 -2.28472 0.578309 +607564148 1 1.16193 4.22598 3.34289 +2071346068 1 -1.35045 -2.77558 0.667869 +1007424324 4 1.5754 2.68127 -1.89621 +1710865805 4 2.1308 -3.32706 2.53859 +1572144123 4 -1.59958 -3.07882 5.12791 +474936565 1 -0.54649 -2.61458 0.216613 +168320590 4 3.91822 -2.59278 -0.567142 +645355270 4 0.44871 -3.69599 2.12535 +546454788 4 2.28683 -1.19229 -1.30194 +1155907527 4 4.65963 3.42794 1.8388 +1179743731 4 -2.33914 3.7147 2.44382 +2055939547 3 0.674807 -0.634088 -4.31553 +843089559 4 -2.00647 3.89609 1.90524 +523429664 4 -0.0846294 3.09155 1.04029 +2041937479 3 -3.3097 3.19401 -2.53209 +610471834 4 1.34966 0.285719 -0.485101 +835036857 4 -5.42522 2.12389 -0.531199 +382546191 4 -0.204178 3.20591 -1.42489 +632914786 3 2.82811 -4.55867 -2.36282 +1401480913 1 -1.50354 0.615797 -2.84888 +1314484470 4 1.17647 2.61085 -0.483645 +417294497 4 -0.748747 -1.76726 -1.90052 +1815010229 4 -3.9009 0.967493 -0.506701 +1682638729 3 -2.21668 2.30318 5.22673 +2131062518 4 -0.0649122 4.57962 -1.20266 +179405501 4 1.71594 3.97425 -2.09363 +1428874067 4 3.11137 4.15198 -3.00825 +380605368 9 3.20238 -1.5553 -0.256426 +432270635 4 -3.71735 -0.0486117 -3.85726 +816553719 1 -3.38615 -2.03466 -3.26042 +1689770780 4 -1.20989 -0.397016 4.29533 +1018220869 4 -3.22951 3.54803 -0.00669943 +1584099396 4 1.02265 1.56367 -0.964873 +2023456260 4 -3.26123 -2.11606 -0.723748 +258409959 4 -4.94605 -2.66974 1.27018 +766052671 3 0.564559 3.79595 2.83887 +1496448989 4 0.211004 -4.3353 -3.60675 +181713880 4 1.26191 2.3597 1.68578 +1389297512 1 3.93803 3.39431 -1.44087 +557843048 4 2.81411 5.12813 0.760282 +1920923077 3 -1.03973 1.29199 -3.64662 +1920923077 4 0.404143 0.19383 -2.63306 +586283138 4 -3.28379 -2.27893 4.32613 +933854232 4 2.90396 -3.97248 -1.25355 +248398695 4 1.64118 2.81244 2.61146 +1819759030 4 -4.52945 -3.25731 1.21382 +917040242 4 1.98871 1.89399 -3.35372 +1940370368 1 -2.93966 -0.545885 3.22014 +683489173 1 -0.141708 0.0278443 -5.22792 +1519592326 4 -3.28559 2.48427 -1.81249 +559322648 1 -1.78143 -4.34221 2.11971 +1459752561 4 -3.12452 -3.26399 3.62944 +559322648 4 2.56096 -3.05067 0.290447 +899131524 4 1.15674 -0.358651 -3.59214 +1333289134 4 -0.40153 -1.99681 -5.24018 +1262370371 4 -3.94977 -0.139821 -3.82543 +1031694916 4 3.23917 1.99024 2.71029 +469980053 4 -1.97836 3.26465 -0.155016 +389891455 4 -3.67901 1.65556 0.563767 +1761063752 5 -3.98301 1.70321 -0.297073 +372546620 1 -3.46609 -1.18959 -1.92427 +548142556 4 -1.55353 0.430681 4.3817 +243305989 4 -1.31023 -1.15337 -1.50998 +35329576 4 1.77896 0.775795 3.03952 +291947378 4 -1.19432 3.43462 3.71129 +159559438 1 5.1698 -0.66559 0.474494 +484150844 4 0.95097 3.62931 4.15409 +948840547 1 1.1175 -0.103798 2.742 +1153985408 4 3.87955 2.81692 3.04996 +451310035 4 -2.3185 -4.7784 0.641769 +678445884 4 1.28268 -6.05456 0.153289 +2121868601 9 -4.79031 -0.762787 1.1078 +1422938094 1 -3.14594 -4.76083 -0.00134711 +1954808471 4 -3.75109 1.93471 4.42343 +805987709 1 -2.70569 3.60859 2.59798 +1206971546 4 1.77525 -4.15269 2.23496 +989896044 3 -1.08082 -2.3371 0.391425 +1294679862 4 4.15483 1.92334 0.314001 +180385743 4 1.61082 -4.7459 -1.63716 +1501495415 4 -2.07674 3.34387 3.38256 +141078856 4 -2.13699 4.74117 2.14611 +346813339 4 -0.57201 -2.14707 3.89571 +1291218776 1 4.29109 2.25032 0.331815 +1166954015 4 2.1628 -1.01536 -2.11502 +924224959 4 2.03318 -1.75038 3.33994 +198728395 4 -3.66907 0.163007 1.31553 +8903896 4 3.20108 -0.972252 0.373278 +1293435282 4 -1.17431 -4.6867 3.61213 +1622428191 4 1.28148 2.338 -1.4666 +122568349 4 -3.42236 0.748786 3.16959 +179327094 4 -0.870732 0.67943 -2.96074 +1284786133 4 0.332221 -4.57934 4.14031 +544622253 4 1.37391 -2.55355 -4.02818 +388482979 4 0.726422 -5.6221 -1.90262 +634673705 4 2.31767 1.17946 -0.145506 +2032777947 3 -0.981321 1.5515 -2.09246 +1118750887 4 -2.60267 -1.79045 -5.24851 +60576788 4 -1.34015 -0.896095 1.939 +1376889981 4 2.4272 -0.926645 1.76342 +1384881848 4 -0.483215 -4.95845 1.97559 +1397478738 4 -3.08286 -0.31105 -0.855417 +665290247 4 1.94123 4.40019 -0.85423 +755055699 4 3.56671 1.04508 -3.7655 +1808071143 3 -2.45396 -1.95204 -1.37354 +699474961 4 0.759927 0.277597 3.2422 +1778763994 4 -0.515477 3.57265 -0.328995 +78846470 1 -2.5955 3.85386 -2.32677 +1636164520 1 3.25696 0.129613 -0.41544 +78846470 4 -0.284089 -0.51341 -2.03041 +1088382904 3 4.22013 2.14224 0.184034 +967266504 4 -0.276422 -1.47654 0.85829 +452795268 1 0.804566 1.02477 0.665952 +1060087893 1 -2.3204 3.62395 1.161 +993000618 4 -1.1817 -2.63866 5.18411 +78285670 4 0.771935 1.37145 -5.11902 +1870342495 4 3.18808 -1.17259 -4.36472 +543182146 4 3.41036 -0.601953 -3.80008 +1317523343 4 2.04301 -2.20876 2.86883 +1234451194 3 1.31012 -1.38771 -3.39628 +1415204650 4 -1.79262 3.1852 -0.97899 +1888849080 4 2.01089 -3.50739 3.83726 +920740001 4 1.338 5.57774 -1.55702 +719029959 4 2.26466 4.55134 -2.39734 +1701332328 4 2.19496 4.07314 2.93068 +943176314 4 3.73804 -0.494988 2.32999 +328875343 1 0.631333 -1.60971 -2.83975 +2052763528 1 -1.671 -1.24373 4.26 +1505336563 4 0.837327 4.97873 -3.071 +367343394 4 -3.07766 0.787016 5.1377 +34732690 1 2.45827 -3.42262 -3.01431 +1706323809 4 -0.2705 -1.73449 1.09317 +202086777 3 -2.80578 2.6433 0.832834 +70624871 4 -4.51469 -2.24791 -0.49857 +161054429 9 2.31298 4.60317 -0.127429 +387318404 4 1.46974 -0.476978 3.54536 +1725989866 5 1.96864 3.46952 -2.20687 +1002190647 4 2.98108 -1.80538 0.210061 +90531646 3 -1.35045 -2.77558 0.667869 +2029084909 4 -1.50352 -0.0966919 0.465741 +1375986316 4 1.59635 2.40931 -2.00817 +1457843599 4 -3.01451 2.46218 2.18069 +676738786 4 -2.28122 0.691012 -4.50223 +1484184489 4 1.35924 0.724316 4.70617 +867520952 4 -2.73407 1.49114 -0.611211 +868154356 4 -4.29658 -1.10782 -4.02907 +497895031 4 -4.554 -3.8664 -1.23824 +1401547824 4 5.93819 -0.749345 -1.06007 +1937680863 4 -3.36565 -3.65709 -1.20605 +142692788 4 -5.95097 -1.41444 0.235145 +656511190 4 2.08537 -0.127875 -3.3006 +1582976284 5 2.27005 0.727228 3.5068 +1769109855 4 -2.81742 -3.78214 -2.2709 +1994834175 4 3.58875 -0.529074 -0.635216 +298637214 4 0.104914 4.54653 -1.39231 +724537412 1 -1.6572 -0.394877 3.8482 +221308476 4 4.29181 -2.84659 1.33855 +1197784818 4 -2.07594 0.438102 5.43774 +1568721497 4 2.08327 -5.37994 -1.66021 +465514437 3 1.70488 3.77024 -2.37101 +385322765 3 -2.00849 -3.80615 2.04268 +2042991026 1 -4.33091 -0.689586 1.59746 +1137272583 1 -3.67019 1.51231 -4.20965 +1768126078 4 -2.23931 -1.45329 -3.55739 +1771328417 4 1.44639 -3.92755 2.81414 +1732611702 4 -0.103137 -4.28123 -3.97412 +1148834827 4 2.98358 2.2663 -3.04921 +935717636 4 -2.35426 2.5925 -1.46411 +2072905616 1 1.4143 -3.06903 2.82948 +635300770 4 1.21927 -4.79193 0.189284 +536989510 4 -1.27198 -3.40417 -3.84694 +1781197197 3 -0.616563 0.403974 5.27605 +1842697510 3 -3.42772 3.76331 -2.64486 +1861059980 4 2.48737 1.0088 -4.16738 +1690373276 4 4.93002 0.0984197 0.826979 +219754384 4 -0.132944 -0.183956 -6.06735 +1633850394 3 -5.79539 -0.765405 -0.980435 +1034096205 4 4.96575 1.02366 1.71694 +1941146521 2 5.20539 1.05571 1.6139 +12853138 3 2.2614 -1.19949 3.51607 +1916519896 4 1.50567 -3.93129 3.03901 +1613996866 3 0.1503 -0.288726 -5.28557 +31816659 4 3.0532 -0.371334 -0.781948 +2042845665 4 -2.13908 -3.33162 4.69051 +1817820089 1 3.87683 -2.57047 -2.10426 +251487020 4 5.01406 -2.41734 1.76875 +2068583906 4 0.479509 -1.13253 -2.83952 +1066591967 4 2.67497 -3.88006 3.90948 +1499195050 3 4.85827 3.40052 0.804804 +409698029 4 5.59965 -0.486033 1.58349 +498416550 3 -1.54386 4.42569 3.88298 +1750478004 4 -1.05337 1.48764 -0.589777 +1610986299 3 4.55051 2.80645 -2.02074 +1829494319 4 -0.347198 0.756233 2.26318 +550256868 4 -2.98453 -0.164839 -2.98552 +1649250310 4 -1.03864 1.68249 -1.03997 +1733684105 4 -2.1537 3.32201 4.10114 +1375192512 4 0.291767 5.83269 -0.729713 +1050734335 4 -0.119229 2.77059 -3.36862 +1993943604 4 -4.43083 -0.509554 -2.95685 +1941764079 4 1.63795 -0.519557 -4.23709 +1822600447 4 -3.22371 4.38138 -1.74986 +636126841 4 -1.0085 3.42814 0.70003 +1757557105 4 2.99698 -2.46281 0.260642 +1927369004 4 2.45419 3.06536 -0.902437 +317159275 4 -3.83362 1.59614 -3.70025 +1746688994 4 0.425658 -0.823125 2.51216 +640524262 1 -2.44431 1.82032 4.0029 +1844803999 1 -0.727822 -1.89682 5.16846 +474936565 4 -1.30792 1.51574 5.53706 +1436186459 4 -4.23168 -1.86726 -1.65739 +552927448 4 0.076519 -1.5151 1.68281 +1553178610 4 4.25858 3.09038 3.12168 +367115385 4 2.98064 4.82971 -0.464855 +2079878696 3 -3.51363 -1.72372 -3.98412 +1388961519 4 0.210668 -4.35345 2.53762 +1788246879 3 1.60843 0.817232 3.571 +1560425133 4 -2.80478 2.10827 3.89552 +1465250516 4 -2.25712 -1.53996 -1.06507 +1640770412 4 3.06576 1.69029 3.56311 +2142169567 6 2.39222 -2.50425 4.0679 +1319693406 4 -5.55649 0.00915923 -2.43957 +2112980065 4 1.11717 -2.11403 4.63151 +924903350 4 3.51576 -4.79494 0.260217 +237850089 9 4.96489 -0.506703 0.860333 +153581241 4 -5.36071 -2.07299 -1.03212 +344320275 1 -2.02861 3.31704 -2.1934 +114296666 3 0.125421 -1.34606 -4.20168 +865934613 4 -1.10631 1.90553 -3.02075 +907998915 4 -3.89438 1.83251 2.54326 +1341706555 4 -5.10989 2.55388 0.55603 +299189322 4 1.98466 -3.15964 -4.51637 +866557352 4 1.3161 -3.35048 -3.88363 +1733534068 4 3.17181 1.32246 4.14976 +2069864517 4 0.599905 -3.10754 -0.924489 +605939785 4 1.58049 -2.68766 2.4461 +1278392932 4 5.54502 -1.21248 1.05281 +805528624 9 4.75442 -1.08435 -3.80479 +805791714 4 1.97571 2.05196 2.00701 +1587170592 5 -0.554196 -5.87075 -0.24669 +1513034246 4 -0.042957 -4.21443 1.53192 +2014587750 1 5.54021 0.0135701 -1.69966 +1235556795 4 -2.26239 1.44049 4.08884 +1905303861 3 -2.73355 2.00831 4.09097 +718824490 4 -4.56896 3.17161 1.42487 +52553910 4 2.61554 4.52133 -3.23474 +1909153378 4 2.359 -3.51668 1.63498 +1255374267 1 3.27023 2.69038 -2.5751 +1815255478 1 2.05757 2.41829 -4.63748 +1741284929 4 1.97484 -0.462861 4.915 +1196228714 9 2.16368 3.01577 -1.03197 +364030492 4 3.63382 0.424237 -2.58285 +247977039 4 -0.194785 -4.2013 -2.74776 +639239260 4 -3.7833 3.48958 -0.596776 +1673279364 4 -1.06316 3.24049 3.69219 +906620842 3 1.17722 -3.88252 2.25506 +906620842 4 -0.942337 -2.60217 -3.67912 +1841625763 4 -3.28798 -1.99944 -0.506938 +1373941618 4 -4.28148 1.41642 1.30735 +1247064161 1 2.16252 0.555077 -3.55218 +1629310552 4 -2.76709 4.27465 -1.55764 +1156051511 4 -1.97524 3.1689 4.94597 +1399920186 4 -4.05172 -1.5707 1.01417 +776779734 4 0.646827 3.22212 -1.09706 +45070310 4 1.461 0.675069 3.69489 +187999599 4 4.69793 1.50174 2.46305 +1810234754 4 -2.06494 2.13256 -4.18497 +667131678 1 -0.793126 0.103125 0.627994 +1286577089 3 4.72372 2.57809 1.91652 +834455393 4 4.12345 -3.15934 1.69105 +1740321944 3 2.05757 2.41829 -4.63748 +1944585367 4 0.444977 4.62022 -0.141874 +1116286136 1 4.64224 -0.671182 -2.30611 +856781717 4 -1.4091 3.81276 -3.14212 +1386074637 1 0.969567 -3.55957 -0.0942961 +1587013595 4 1.07995 -3.6242 -3.82999 +1696588461 4 1.72616 -1.27004 3.98974 +1732722586 4 1.46539 1.56144 2.82843 +743514444 5 -0.619772 3.62757 -0.568615 +2029084909 1 -3.79469 1.02947 -3.74735 +823417269 4 1.9082 -3.36512 -0.780788 +430744383 1 3.18912 -0.367362 3.77127 +107615597 4 -1.89625 -2.14239 2.76713 +2097024341 4 0.505966 2.96137 -0.792124 +1053589228 4 -1.71701 -3.88389 -0.377343 +1350207349 4 -1.68056 -0.618065 -0.974067 +103576820 4 -2.076 -3.4122 -0.731787 +414748004 4 -1.38075 -3.2093 -2.75801 +1458343750 4 3.29654 -1.56347 0.509268 +1197207590 4 4.74986 1.42143 1.04246 +1622636120 4 3.68871 -0.202111 -3.38111 +1476775227 3 -0.668336 -1.85807 5.10994 +747875315 4 4.43851 2.28914 -0.46832 +1489224295 4 -2.28136 1.32704 -4.03747 +390230479 4 2.75459 -4.40008 -1.63147 +1481411863 3 1.20803 0.395684 -0.29633 +772678635 4 1.57983 -3.72297 3.20654 +1538961933 1 3.40252 -2.78592 -1.40934 +1840013986 4 1.88902 1.29361 -0.991205 +1538961933 4 -3.05054 0.848772 -0.557166 +1119165847 4 0.13162 -2.62895 -4.80015 +647652608 4 2.81483 5.2344 -0.0744847 +1919591389 4 3.22902 3.15089 -1.33439 +971537663 4 0.8384 -5.36257 -2.31193 +411057526 2 2.08161 -2.86587 -4.11894 +114296666 4 4.09963 2.78827 1.37385 +328875343 4 2.3501 0.12318 5.5366 +932406739 4 5.70974 2.0242 0.356284 +1243424443 4 -1.96754 -1.74351 -4.35163 +725225430 4 -5.61857 1.31948 -1.47192 +1531515767 4 1.48791 -2.24766 -3.01752 +673040882 4 -4.70848 -0.999049 0.113717 +1659885933 4 0.7571 2.59397 2.00489 +1224395150 4 -3.84877 3.59746 1.98 +854431693 4 2.05981 2.22051 -1.55242 +728604328 4 2.60797 5.22773 1.74069 +2042322772 3 1.84735 -0.608561 2.50997 +1001554962 4 0.269402 1.55808 -1.1289 +1907709438 4 0.19449 -2.73449 -0.607307 +1350011758 4 -2.84994 -1.33518 1.08248 +1026302203 4 0.797284 -4.57357 -2.45931 +486294078 4 2.27619 -1.56123 -3.84808 +1895041299 4 -4.61589 -2.21587 3.22141 +1325116417 4 -3.65318 2.17848 -3.08166 +1894139112 4 0.531867 -0.33352 -1.51866 +328859122 3 5.51888 -1.25858 0.537843 +1279674072 1 0.227437 -3.27018 3.91573 +671394997 3 -1.81275 -2.11533 4.43978 +1300972187 4 0.533295 3.35651 3.71443 +1411497658 3 -0.917336 0.586731 1.21159 +2066795191 4 -3.59181 -0.531148 -4.82746 +622876082 4 2.02821 -3.38626 -3.3203 +2080296222 4 1.48031 1.96481 5.18354 +688790686 5 -1.33612 4.17351 -2.1014 +1504539014 4 -5.35282 2.65576 -0.103047 +470916179 4 -3.48159 1.58632 2.08802 +413065977 4 2.86791 -0.267741 -3.73112 +1882797806 9 -3.64595 -0.359279 4.77541 +1983803596 1 1.5894 -1.78702 3.35258 +897983930 4 2.55505 0.671218 -4.2728 +1772353982 4 -0.953784 1.14742 -1.43477 +1560727208 4 -2.10217 1.78612 3.52297 +1801038155 4 3.6045 -2.15531 -0.736814 +2021036120 4 -0.745062 -0.120584 -3.65518 +2128016194 1 -3.88148 1.18747 0.120432 +195534083 4 3.26842 -1.01747 -2.17889 +946821672 4 2.74881 3.65981 1.13744 +1281953658 4 -0.947281 4.54842 -1.64657 +1972427023 1 -0.096442 4.32926 3.04867 +977917600 4 2.2978 -0.668083 -0.312288 +1972427023 4 -2.20756 -1.48428 -3.51706 +345179460 4 0.276393 -2.32708 1.79491 +1769109855 3 5.6496 -0.037908 -2.35089 +451864280 4 -1.14927 -0.667474 -3.38018 +1230635711 4 1.30667 3.86177 -0.460337 +1307975277 3 3.12925 2.17267 -2.53438 +1094718238 4 0.754327 -0.756943 -1.06712 +1905610613 1 4.3847 -3.74665 -1.24323 +735217398 4 -0.59766 2.01495 -1.40884 +364268536 4 -2.14102 2.47114 -1.61354 +474177084 4 2.494 4.33575 -1.1727 +988642899 4 0.575073 1.47865 4.96918 +340937945 4 -1.15513 1.76074 0.954574 +1248356134 4 -3.3162 -1.13466 -0.568475 +1170119913 1 -2.28863 5.00373 2.26347 +1336307747 1 -3.60254 2.24126 -3.47424 +1170119913 4 -0.474885 0.972791 4.6777 +1693773377 3 -3.07586 1.81931 -3.95695 +1971306388 4 -0.154566 -2.22171 -3.48435 +464587192 4 -0.252344 4.40908 0.345718 +2064103058 4 -1.03097 -1.03335 1.46205 +1667426506 4 -1.86827 2.5852 2.73836 +657781566 4 0.411274 -3.41843 -1.3919 +1228251491 4 -0.598341 -1.99977 4.72494 +2017171278 4 4.47506 0.400548 3.42089 +2142742617 4 -2.63506 2.56271 -4.09382 +127339235 1 -0.74515 -5.89173 0.30465 +988176407 4 4.94492 -1.51826 -2.70803 +356575133 4 2.78425 -0.335326 -3.96854 +156814338 4 -5.80646 -0.475077 0.783282 +984092801 4 -3.89052 -0.956739 -2.17132 +474496743 4 0.156868 0.426798 -2.38943 +114901807 4 -1.46342 -2.03333 4.59651 +360558802 4 1.29275 -1.75787 -1.11287 +1326456054 4 2.10754 1.85649 -4.24581 +113398429 1 -2.84925 3.44443 0.287054 +1744241136 1 -2.63752 -4.41432 -0.289758 +793017255 1 -0.976115 -5.00424 -0.830148 +625363526 4 2.2746 3.54858 2.08387 +1892621314 4 -1.74819 0.530544 -4.88151 +474137420 4 -2.80617 1.33691 3.32511 +1034401366 4 -0.440994 -1.03554 -3.49891 +1419464736 2 0.407759 -2.46051 -4.65688 +1708277636 4 0.818075 0.512491 1.9912 +1192689850 4 1.44596 -4.62884 -2.78929 +2035166608 4 -2.13454 1.14413 -5.49284 +318876539 4 -4.18825 -0.746751 2.04062 +1840013986 3 2.50111 -2.15067 -2.65789 +672703610 4 -1.25651 -5.05788 2.47853 +2123215670 4 0.355996 -5.58626 1.95646 +284576406 3 -0.462767 -5.39953 0.804604 +320755591 4 -3.10697 -1.92644 -0.921431 +586101041 4 -0.309486 -0.987041 5.62153 +75153145 4 -0.144467 -0.817422 -1.41006 +2065402472 4 -0.281545 -0.899565 -3.21553 +2114413937 4 3.9231 2.82721 -2.96 +530558890 4 -3.89351 2.8468 1.16154 +1215980613 4 -4.71361 1.34726 -3.761 +1577130319 4 -2.12283 0.539824 0.277116 +1362342299 4 0.042929 -0.621707 -5.73312 +1850080419 1 -2.37763 2.23873 1.9651 +549198012 4 1.24027 4.67995 1.02506 +372546620 4 1.13419 -3.21286 5.07007 +169834042 4 -1.6918 -0.632052 -4.03132 +1113960783 4 -0.974999 2.69115 3.18854 +1817926064 4 1.32975 -2.56497 -3.03001 +1349237691 4 1.8438 3.96343 0.209553 +1253489681 4 -0.676492 -5.44385 -1.71025 +1848637326 4 -0.49488 -0.565817 -3.04569 +1184379555 4 -2.49091 2.69542 1.03272 +1611994787 4 0.361312 4.05804 2.70268 +689948637 3 -2.87378 -3.14125 -3.34233 +2120167689 4 -0.667822 0.310752 4.3576 +1332650470 5 1.81794 -3.03946 -2.46381 +166465976 1 -0.0790352 -2.02927 -3.28644 +1167387576 4 -3.84805 2.74601 0.832577 +994783816 4 1.79036 -1.2842 -0.0713535 +1349381933 3 -1.46563 4.28228 -1.50199 +2017363873 4 5.75385 -0.317804 -2.20997 +1029080143 4 -3.74668 -0.818293 3.3893 +1283343996 4 2.62735 4.06648 1.12747 +486659520 4 -1.09185 -4.8053 -1.13216 +43068471 3 -2.06022 -0.962422 2.52833 +683976023 3 -0.538275 -5.13237 -0.631599 +1631784335 4 0.105184 -5.27032 0.930641 +308946472 4 -3.22064 0.694398 0.884981 +1028705144 4 0.360308 -4.36518 2.4974 +1820669271 3 4.4342 -3.43027 -1.29115 +1805657237 4 2.65116 -2.06067 -1.06525 +961706438 4 3.49613 0.659998 1.01317 +854305096 3 1.22494 3.01937 -1.04867 +1675467081 4 -1.03902 5.39433 1.05879 +89837284 4 -2.83365 -2.34359 -3.06606 +1600400023 5 4.72743 -0.245438 2.59781 +607564148 4 -2.50893 -1.07016 -3.43219 +2064035255 4 -3.55386 -2.16363 4.55302 +1108566963 4 0.937584 -2.66215 -3.71237 +1827839586 4 2.58618 -0.355098 -3.75536 +131535164 4 -2.91815 -0.250338 4.1851 +792136961 4 -2.80369 -3.05426 -0.818518 +1296909596 4 0.919001 -1.02806 4.32207 +1827314819 4 2.06463 2.61908 -5.13403 +1216657585 3 -4.40645 -0.299726 1.65932 +550256868 1 -1.44556 1.08599 1.2624 +2043684625 3 -2.49511 -4.37361 -0.102011 +1876374478 4 1.90396 -3.81602 1.04539 +659151889 1 -1.45466 -2.61748 -2.84084 +152057020 4 1.03524 4.54269 -0.708295 +1992790621 4 -0.85129 -3.94465 0.819461 +1761066220 4 -3.16509 1.16645 0.891048 +287339125 4 3.77854 -1.38742 -0.489339 +40308541 3 -1.6865 2.54026 -0.175056 +1145675847 4 0.0266412 0.700151 3.87782 +919932993 4 1.94406 -1.97083 -3.48657 +266056804 3 -0.194668 5.31961 -0.828175 +151490868 4 5.25101 -1.85114 -1.49951 +1363318940 3 -1.06957 -3.50932 4.5248 +469324673 4 2.9542 -2.3822 0.550311 +9143971 4 -2.93981 -0.187406 3.94338 +607149914 4 -2.35775 -1.32226 1.32577 +534781476 4 -5.42345 1.43807 0.545531 +396593448 4 3.88312 2.92836 -3.48379 +1293099050 4 -4.82207 -1.67554 -2.85129 +309409601 9 -0.797509 0.613238 -1.65206 +443708487 4 5.18701 -1.60016 -1.77051 +1368013933 4 -5.04178 2.1881 -2.15959 +977917600 3 1.00757 4.86741 3.09014 +1414976144 4 4.72877 -2.78533 0.596574 +1596054189 4 -2.85589 0.986126 -2.03228 +1945550813 1 -0.441073 -2.96905 -0.574781 +1409594854 4 -0.802123 2.79823 -1.61217 +942123860 4 1.51649 -1.05172 3.14891 +1329859219 4 -1.02189 -0.438979 4.91728 +455946787 4 -1.48079 1.20122 4.53301 +1594940821 4 0.617822 1.51148 -1.40404 +2099625541 4 -1.41536 -2.96663 3.37616 +533769446 4 -1.41107 4.92468 -1.61756 +1797358245 3 -4.74406 0.758527 -0.889379 +1858184234 4 1.09198 -0.0983499 0.285223 +2128016194 4 2.74856 2.80017 4.54149 +884413623 4 4.83062 -0.245532 3.51152 +1056859493 1 -1.49026 -2.45941 -5.29863 +400024705 4 0.678523 4.98425 0.191197 +792993886 4 -2.37651 -1.41451 -2.32954 +824744010 4 -0.875358 3.32686 4.0748 +606432320 4 -1.56385 1.15377 0.631766 +744926463 4 -4.11572 4.218 -1.3858 +633376775 1 2.77932 -0.888366 -3.51985 +35018550 4 2.57761 -2.61154 3.13156 +633376775 4 0.148224 1.36822 -3.96565 +154519389 4 -5.61437 -1.54796 1.51268 +594720388 4 2.59628 -3.97514 -2.07423 +1704659519 4 2.60402 -2.35145 0.521999 +316121515 4 0.211786 -0.28199 -6.15903 +1838955755 4 -3.11815 3.12854 2.03282 +1390280768 4 3.26603 -1.90972 2.89749 +1533652053 4 -0.480688 -0.288983 6.10792 +1930256578 1 4.22913 -2.92226 -0.504116 +1307032689 4 4.23028 2.72021 -2.59008 +975301098 2 3.91623 0.955566 1.38836 +1555198676 4 -4.54811 -1.68534 -2.81432 +738034404 1 -0.314005 1.61335 1.81618 +1954808471 3 -0.431041 1.10893 4.31002 +2104136870 4 -0.496679 -5.90031 -0.535552 +1113449492 3 -1.78535 -2.00338 -4.97476 +835829363 4 1.20142 -3.43894 1.40537 +619390524 3 1.9697 -3.06946 -2.54409 +76470934 1 5.57446 -0.697622 -0.635014 +1274997390 1 -1.23811 0.0178471 -5.69462 +903117076 4 -1.38488 1.04392 -5.08366 +540391108 4 -3.2396 -0.0935155 4.79399 +1794406712 4 -4.08381 0.5626 3.89275 +159559438 4 0.24586 0.689632 -2.46826 +1032668669 4 -1.77328 -1.0991 1.27143 +1144222616 1 -0.291405 6.01534 -0.86583 +1598335567 4 4.25179 3.32282 -1.24159 +1144222616 4 -2.90929 -1.37444 3.66979 +1750533809 4 -2.26688 3.30356 3.41017 +867259107 4 3.14024 0.278068 -2.65201 +6806633 1 -3.68475 -2.5364 -3.8061 +1066591967 3 3.06991 2.252 -2.21757 +12853138 4 -3.34236 1.64342 3.97906 +1137890099 3 1.1339 -0.0730295 -4.44803 +1053149928 4 1.08687 -2.69182 5.25864 +259961327 4 3.4042 -4.43114 1.36494 +1689221612 4 -1.10657 0.140362 1.79522 +462356262 4 -3.2597 2.27854 0.496738 +1749063378 4 4.57097 -1.86971 -2.09343 +718737633 4 -2.86052 -0.470395 0.5926 +1634705351 4 0.632374 -0.725025 -5.0377 +484437015 4 -4.34263 3.06048 1.16329 +1598335567 3 -0.746284 5.93567 -0.490647 +1059495586 5 0.447922 3.67293 1.98616 +1389297512 4 -1.77146 2.83207 2.06233 +1612971467 1 -2.49835 -3.24276 -0.0729226 +1963562825 4 -3.01732 -2.15799 4.80218 +1802881583 4 3.60554 0.346994 1.70931 +35018550 3 1.50856 -0.904841 -2.37227 +1112780810 4 -2.33201 -2.83912 2.3569 +1053589228 5 3.07204 -4.02892 -0.146204 +1361879521 4 -1.132 2.52115 2.83919 +516956227 4 -3.33888 4.58647 -1.79188 +234055377 4 -1.81938 4.14796 0.989335 +725154493 4 -4.23896 -3.32653 -3.05903 +193095174 4 -3.80591 1.6425 1.72078 +1605244952 4 0.680819 -0.932635 4.82579 +449638054 1 2.46431 2.12028 -2.91469 +1016411671 1 -3.88774 -2.68426 0.908307 +124196074 4 0.922729 0.273357 1.12697 +1682638729 5 2.85447 -2.59364 -0.796192 +743514444 4 -1.82815 -0.307327 -3.7452 +1439017660 4 -5.57513 0.779879 1.57779 +315419998 4 1.93176 -1.4023 1.24098 +712031708 3 -3.68475 -2.5364 -3.8061 +2016002114 4 -1.4652 0.621977 -2.2407 +1216581089 4 2.47704 -2.76243 2.92214 +497936257 4 1.9667 -1.33506 4.3213 +598583162 4 -1.9877 4.22018 -2.8818 +1962826164 4 5.13061 -1.51994 -0.841485 +921170247 4 -0.805076 -0.310741 2.41139 +2078416211 4 -1.5806 3.91831 -0.607479 +1633931994 3 1.34777 -4.27628 0.147034 +1633931994 4 0.0375234 -3.13087 -5.0085 +711767679 4 -5.08482 -2.33595 -0.521571 +394542603 4 -2.39752 -1.69527 -2.73987 +2075641970 4 3.3285 -0.809928 -3.01762 +316499438 4 -0.706572 -5.22139 -2.06843 +545706940 4 -3.33677 -1.04712 -1.38599 +1100877873 2 -0.39384 1.01625 0.854376 +1337449701 4 -3.8056 -0.0472716 0.159489 +233637210 4 5.41984 0.748136 -1.23951 +939748005 3 -4.38289 -0.384249 0.964867 +1135566262 4 2.28601 -3.50662 2.05203 +1861059980 1 -1.1605 2.7815 -0.194521 +1244611659 4 -0.924607 -5.28456 1.76021 +1313735167 4 -4.10688 0.439287 1.96743 +118150347 4 2.43358 0.704179 -2.16474 +573679556 4 -3.50979 -1.0239 -2.03803 +712031708 9 -3.68114 -2.37195 -3.67194 +2120869796 4 1.89335 -0.817193 1.97242 +1519592326 1 -0.241857 1.24825 5.03025 +146737833 4 5.38306 -2.63714 -0.559988 +1541737393 2 3.51534 -3.83618 -1.88024 +865698868 4 -0.736962 -3.92722 0.472691 +371905872 4 1.74243 -0.116038 -0.313294 +1452542039 4 1.65454 2.76627 2.63278 +315690019 4 -1.94899 5.15572 -2.26269 +1409441017 1 3.63872 -1.59179 -3.7641 +1043085021 4 -0.695035 -1.48678 -3.03371 +7241063 4 -0.727804 0.540625 -1.46687 +1641001259 4 1.66045 -4.85765 3.33785 +2031355188 4 -0.736739 4.01201 -0.898764 +1303650615 4 3.93907 -0.773845 -3.49784 +474936565 3 -1.42112 -0.0386982 -5.79503 +1475430055 4 -4.06325 -0.22756 3.25895 +803119967 3 0.938669 0.264473 1.85303 +1136363710 4 4.52482 0.0138561 0.394349 +611349387 4 -4.71484 -1.25282 -0.370123 +251633904 4 0.0300795 2.81183 -4.06527 +1079771813 4 -2.60856 -4.51987 1.67391 +1170403752 9 -0.215826 -2.55446 0.95444 +1624771103 4 2.48895 -1.94888 -0.0539306 +1817820089 3 3.67439 -2.61805 -2.46182 +398694680 4 -1.99408 1.25644 2.86132 +1366854924 3 -0.524847 -1.75885 -3.84095 +216636625 4 -0.645521 0.486377 -0.861734 +671053680 4 3.58986 2.3451 -4.27066 +1936339579 4 -4.05608 0.272619 -0.433933 +1827342044 4 0.636847 -1.31233 3.35862 +1884489046 4 -4.07992 -4.03643 0.797029 +910936193 4 -0.548664 -1.44691 -4.09093 +1897613835 4 0.624325 -1.5905 -3.16502 +1082836897 4 1.52087 -5.12501 0.597692 +2015370754 4 -4.73197 2.38435 -1.98718 +1210378929 4 -1.897 0.166146 1.11585 +1761181477 4 3.33685 2.33033 3.14238 +2025654667 3 4.72395 0.372987 -2.89503 +480903957 4 -3.75102 -0.819811 3.61592 +1969151950 4 1.94741 3.04602 4.6908 +1978582663 3 1.53188 -0.11255 0.932639 +328043884 4 2.37638 -3.30306 3.98605 +855500915 4 0.0377239 4.50153 -1.42645 +75153145 2 1.01483 1.5679 1.74327 +100813824 4 3.61206 3.34963 1.84291 +532672950 4 -2.20884 0.641656 -5.19566 +1185885408 4 -0.148097 -2.01775 3.34868 +1534187279 4 4.21996 2.52991 3.18427 +1386769172 4 2.57454 -3.45081 4.17658 +1521940975 4 -0.699864 1.8802 4.77756 +2070801503 3 -2.60341 1.6366 3.15569 +1194169054 4 -2.79148 1.0381 -1.06797 +1444802896 3 0.0853125 2.57272 4.7321 +1916031359 4 2.98388 0.0341619 0.244688 +924021293 4 2.84876 3.2027 -1.46371 +196486213 4 -1.44574 -4.54531 1.51638 +2007629846 4 -5.25475 -1.71379 0.757791 +805758097 4 3.32063 0.185334 4.24737 +1672769470 4 0.636441 -0.0627676 -1.59154 +645576700 4 -0.65782 -4.81839 1.72578 +1570304231 1 -0.369163 -2.21053 5.36343 +1560528553 1 -3.68987 -1.35427 -2.96837 +1024824390 4 -3.63917 -3.23541 -1.83037 +2012321045 4 -3.43096 -1.25785 3.56956 +1768842091 4 -4.47185 3.88378 -1.68509 +502066463 4 -1.31122 2.65745 0.161047 +897279078 4 4.21987 -1.74584 -2.51208 +1756553673 4 1.39466 3.26282 -2.3917 +1626396449 1 -0.529373 -1.20861 -5.79316 +1862254542 6 0.508174 4.61194 0.435085 +1371017109 6 4.69122 1.36372 -0.896296 +1363318940 6 -2.76007 -3.77353 0.597209 +1279674072 6 -1.63456 -1.02834 -1.03715 +1505991854 6 -1.53467 3.10597 1.93823 +1416618985 6 -2.73056 -3.7726 -2.60583 +331461753 6 -5.17943 0.711415 -2.83779 +1237108913 6 -3.13751 -3.2925 -2.84841 +798576211 6 -4.42674 -3.97349 -0.145831 +740817531 6 -0.101758 3.4443 -3.81511 +1919740369 6 -2.02052 -3.83542 1.54429 +63054351 6 -4.89663 0.454733 1.079 +929868940 6 2.58851 -0.957126 -5.08653 +925932750 6 0.475413 0.523338 3.49999 +753035009 6 1.37229 -4.75779 -0.474156 +902510997 6 -1.5007 0.506777 -0.0155509 +1205213563 6 -4.27229 -1.79077 -3.16078 +1531902343 6 -2.50494 0.990352 -3.0278 +122197351 6 1.11646 5.23673 1.9651 +158780366 6 1.50809 0.610753 -5.365 +1542636780 6 2.45724 -2.43271 -3.42218 +830511321 6 -4.28737 -1.76055 1.95884 +1074352949 6 -2.69643 -1.26348 -4.17556 +1940775634 6 -1.71951 -0.78841 -5.69818 +1350681944 6 -1.9842 3.43165 1.84131 +852606861 6 -0.0725546 5.3045 -3.0168 +1809176223 6 -0.989001 -1.73768 5.29089 +1175471531 6 1.80561 3.94871 -0.0748677 +373351867 6 -1.60629 -1.80097 -2.76999 +768868424 6 0.173663 0.275757 -5.23712 +1506921870 3 0.0480695 4.05113 2.32336 +347492701 6 -0.826453 -0.789035 -5.72491 +2006434381 6 0.0450172 -3.68752 -2.83548 +1081525551 6 -2.96626 -4.89997 -0.0214612 +992413751 6 1.78956 5.25811 1.76495 +886460892 6 0.290557 0.471871 -1.65584 +1742051257 6 -0.998078 2.64482 4.97481 +1539061068 6 3.0508 4.97649 -1.42268 +1967529110 6 -3.66979 -0.467273 4.11745 +2133380235 6 -1.74235 5.47537 0.0761277 +1117894481 6 -3.70456 0.976518 4.71632 +722328328 6 2.67605 4.413 -2.74747 +966228196 6 -3.28387 -5.15127 0.115369 +1751403570 6 1.8179 1.18366 4.21885 +53740504 6 2.07785 -0.119635 -0.149521 +2138353882 6 3.21042 -2.57492 -3.25945 +1678744967 6 4.00621 -0.515299 1.9364 +1471556184 6 -4.71802 -1.43627 3.45297 +67246786 6 1.10499 2.57713 -4.40545 +587373395 6 -0.285486 2.46551 5.13983 +2022042351 6 0.643921 1.8517 5.05991 +727085324 6 -2.67693 -5.09299 2.25024 +1599165858 6 -1.98281 -1.02825 -4.63846 +2035440103 6 -2.5923 0.292936 4.00387 +1057394369 6 0.92046 -1.89201 3.51175 +2097024341 3 3.99554 -3.95733 -0.859657 +395508189 6 0.283875 0.351504 -2.14622 +446169389 6 -4.35957 -1.55536 -0.319159 +1538295332 6 -0.579447 5.03826 -1.65908 +1511908653 6 -2.49864 -0.829423 4.34623 +1048037426 6 2.03524 1.0822 0.261462 +1386892617 6 0.0718226 -1.93892 0.463915 +272337961 6 0.626769 3.84431 -3.61577 +1981121773 6 0.0823435 -0.963493 4.33364 +1757873773 6 5.01814 -1.24568 -1.91248 +803552572 6 -1.38781 -1.78289 2.08047 +1384293745 6 2.56076 4.2572 -2.53496 +1535867064 6 -0.775576 -0.523717 2.51079 +1012240641 6 3.47499 0.782366 1.86191 +23060730 6 5.32426 2.52208 -1.19689 +1775548854 6 1.26226 2.6836 -0.704783 +1446379664 6 0.321384 -1.96022 -2.22274 +59258336 6 -2.61828 1.08857 4.32149 +10919252 6 -1.99967 2.26831 4.42867 +949719777 6 3.91884 2.60279 -3.05979 +1313930142 6 -0.924442 3.75236 -4.03522 +1370776232 6 -2.25442 0.624164 0.854684 +941168596 6 -1.5663 -3.69303 1.99729 +1132745231 6 0.805504 2.26156 -1.55847 +1663909334 6 3.37365 -2.49187 -0.968214 +531580067 6 -5.86724 1.40766 0.0764597 +1908523669 6 -1.1642 -1.18719 5.09312 +1445053646 6 -2.58096 -1.85476 3.7485 +1768207859 6 -0.0594436 3.5491 -0.565341 +1424011774 6 -1.3748 2.26339 -0.0394815 +1945624215 6 1.45125 2.66252 1.24125 +1012360170 1 2.61251 -0.444585 -2.55415 +639043834 6 -3.29138 1.31124 3.07668 +1414989560 6 5.21662 2.05219 -1.93865 +96174278 6 -3.10479 -0.246001 -0.473347 +1491462987 6 -3.03925 -4.59277 0.413833 +865321434 6 1.76522 1.60787 -5.06699 +1374006464 6 4.63083 -1.29615 3.68385 +125460509 6 0.0849812 -4.07941 -1.2588 +292676518 1 0.951902 3.93504 2.88377 +1824014302 6 -2.9613 -2.59827 -1.17863 +164844842 6 0.0656501 -0.97183 -6.10663 +1400175645 6 -1.42334 2.41183 3.52282 +125737764 6 1.13105 0.00145779 4.36879 +1369066631 6 2.11864 1.20659 1.38972 +203788914 6 -0.757095 5.27197 1.23467 +2079164947 6 1.7026 -3.29782 4.95467 +722914092 6 -3.93732 -2.28426 -2.25779 +1309656525 6 -2.06072 -4.63186 -3.35332 +1858280247 6 0.587011 -1.05722 2.04562 +653867747 6 -0.12612 1.68475 -5.77999 +1373129839 6 4.90143 0.673288 3.32352 +2025817293 6 -3.1661 2.15699 -4.29355 +411200611 6 4.03742 -1.42155 1.93003 +2020828007 6 -0.808866 -1.01429 -0.653855 +91544569 6 -2.58786 3.73154 3.1185 +1574028320 6 2.96927 -1.9572 4.02759 +1584725593 9 2.461 -1.68335 0.728541 +1297992564 6 2.51642 1.90073 2.84022 +161916463 6 -0.97968 3.50582 4.20269 +1475226374 6 0.796431 -0.929115 -1.07394 +94564834 6 0.952457 2.41761 -1.24581 +1865800976 6 2.59371 2.64543 -1.37193 +940313083 6 -2.44474 2.20406 4.45382 +1296200922 6 5.35612 -0.804895 2.37487 +1978650517 6 -4.27375 1.17678 3.76465 +2103905782 6 -0.285527 -2.0589 -0.269728 +1684154915 6 1.95841 2.61131 -1.61627 +1603441295 6 2.19529 3.0335 -0.684955 +747494571 6 -2.6656 -4.54983 2.33483 +290199847 6 -2.71636 -5.02666 1.05737 +1193569297 6 -1.50256 -4.00012 2.06181 +1585698131 6 2.11661 -2.16298 -1.65157 +576982927 6 -2.35506 -0.642824 1.61816 +827451274 6 -3.78022 -2.80513 1.84321 +1319283115 6 1.88407 -0.862082 -2.67724 +1561068895 6 -2.54108 5.37766 1.39973 +820553832 6 -2.45502 -2.29894 -2.86061 +276438649 6 3.31829 -1.27802 3.78658 +189477961 6 -3.67039 3.53797 0.453767 +157802858 6 3.75253 0.718126 4.12947 +177262609 6 -0.5758 -5.98924 -1.05092 +439668217 6 0.347966 -2.36797 -5.53847 +350517413 6 1.10244 -3.24088 -2.26508 +1949871857 6 -3.00554 2.34008 2.1668 +203644884 6 -0.583121 0.983077 3.89557 +1109543245 6 -1.27885 3.43172 -3.56284 +519823215 6 3.74457 0.741238 2.82246 +351869223 6 -5.14844 -0.00831862 3.1231 +199913583 6 -0.261738 -4.76533 1.87686 +1384539022 6 1.70957 4.77941 0.344171 +2108969547 6 4.16716 -1.76395 1.72842 +606717202 6 0.851136 -4.43715 3.35383 +93049736 6 -1.15086 -3.41129 4.64923 +719253352 3 5.28241 -0.0394292 -0.91698 +2027729222 6 3.93047 1.87944 3.60037 +641614021 6 1.10406 3.75276 1.07241 +2032549961 6 -2.42904 3.14626 -1.35515 +1133786942 6 -1.8054 -0.920697 -2.22656 +293205445 6 -1.46631 1.40161 0.534344 +1402801865 6 2.70454 0.284074 -3.88923 +194468211 6 -3.43286 -1.42786 2.00029 +523992144 6 -3.0729 -4.26498 0.312818 +703326477 6 -2.88592 2.45136 0.0671401 +722128591 6 -2.41252 2.53346 -4.37279 +2062141704 6 -1.35029 -1.27225 5.76308 +1480188040 6 2.93539 -1.55207 -1.41341 +1560425133 3 0.919539 3.64307 3.16821 +1628438726 6 2.01249 -4.73673 -2.04349 +2021811605 6 2.15771 -4.26426 2.93738 +1408728324 6 -0.234741 -4.21255 -3.23514 +655245549 6 0.576472 4.7607 -3.80603 +1976857474 1 0.541127 -4.09179 -2.00598 +300043916 6 1.81876 -3.26546 -1.21381 +790153868 6 -2.00643 -0.216427 2.17612 +60307861 6 -3.17707 -4.14594 1.71593 +740267254 6 -0.604271 3.54598 -3.53233 +265074759 6 4.67752 2.03783 -1.44284 +716122863 6 1.89152 1.75499 4.38287 +1769678317 6 1.32705 -5.12671 -0.410926 +1537529541 6 -0.480207 -3.13936 -5.06313 +1053633291 6 -1.29652 -1.51263 0.468143 +906780391 6 -0.74156 2.68378 0.190368 +500027761 6 -3.39447 2.04439 -0.593201 +1035129675 6 -0.227443 0.463097 4.98712 +338367739 6 1.02139 -1.39693 -2.13851 +1735993834 6 -1.98772 1.29139 5.57102 +1938365928 6 -0.117366 -1.67696 -2.35782 +999210698 6 3.6609 3.44781 -2.83541 +416891538 6 -4.07448 4.23525 0.807791 +703498945 6 2.50285 1.96946 -2.79775 +1130025480 6 1.39872 0.528169 4.28252 +1753730574 6 0.33299 -0.554078 -4.33998 +1284339894 6 -1.32684 4.31117 -0.551581 +1659099941 6 0.471432 -1.95983 3.05927 +305604440 6 -3.00034 2.21517 -2.67791 +766751997 6 -0.47242 4.92382 -2.7556 +189192827 6 5.44172 -0.598295 -0.890202 +1426485073 6 3.81197 -3.39745 3.06906 +945301375 6 3.23679 2.93547 -3.68926 +910141169 6 4.31097 -3.58321 -1.6694 +1058031228 6 3.93151 3.75687 2.71883 +851657848 6 -3.4034 1.81806 -4.62678 +396834073 6 5.64156 -1.40586 -1.84982 +998551763 6 0.621172 2.56525 -5.24435 +280838831 6 0.496824 5.38305 -2.68461 +529901132 2 -2.21081 -4.17215 2.10856 +1319680603 6 -3.18601 -1.79613 0.460419 +1494966452 6 1.27746 4.39692 -1.50602 +1632614351 6 0.0464168 -5.85552 -1.80901 +1719943162 6 2.05751 1.74923 5.33718 +268027844 6 -3.5329 -1.0276 -1.36083 +1530568196 6 -1.42474 -0.0606485 5.6981 +29997728 6 4.66696 2.92505 0.618276 +616350210 6 4.80257 0.69542 -0.0707865 +602541372 6 3.66928 2.95529 -2.42731 +2048425271 6 1.91294 -3.55407 -2.15666 +799213973 6 1.73345 0.630306 -3.88217 +1854849111 6 2.90805 -4.31536 -0.562445 +385742710 6 2.84227 2.65094 3.05527 +1867525690 6 4.30408 -0.430626 -3.13146 +264048224 6 -2.44879 -2.86783 2.91361 +556375759 6 0.902454 0.595387 3.74715 +383773307 6 -4.49596 0.143453 3.91381 +927363175 6 4.76486 0.572306 -0.234395 +888809126 6 -0.367204 3.94579 -3.06198 +33782536 6 3.63001 0.302617 2.19364 +562450952 6 3.06337 -1.24544 -1.88825 +1600187870 3 0.449244 -4.32829 -2.05714 +2086594981 6 0.36294 3.73076 -4.76873 +141309602 6 0.675223 -0.121949 -1.62605 +661457058 6 -0.670764 1.43834 3.23411 +143017950 6 2.40839 3.11763 2.52356 +685192013 6 -4.81313 0.517145 -3.1479 +418465861 1 2.35521 4.81663 1.90695 +2145221884 6 1.98269 3.67907 -2.74327 +344104224 6 -0.228673 -0.862082 4.10314 +400495070 6 -2.84955 -2.26394 0.299625 +649733676 6 1.83753 -5.1397 0.779531 +1443093408 6 -4.75694 -1.49292 0.248039 +1304910406 6 -2.39874 -2.52295 -1.88535 +1771809350 6 3.36202 -4.40951 2.29841 +1578407995 6 -0.817572 -3.07845 4.35769 +760014732 6 -1.06899 -2.44252 2.05547 +1207986671 6 -2.12622 2.18507 0.0613224 +101128850 6 1.63351 -3.88152 -0.640259 +360388719 6 4.16519 -1.97192 2.33205 +1471343949 6 -4.21302 0.889766 0.827554 +902489341 6 -1.52869 0.300904 -1.42951 +1219378749 6 -0.858185 0.6294 2.19116 +105587315 6 2.45103 2.63371 3.50251 +1034119674 6 -0.941855 -5.52896 0.914593 +1880892786 6 -1.12754 -1.36621 -0.441541 +1262045140 6 3.86059 1.91984 1.18832 +1653782175 6 -1.88617 0.698368 -4.80616 +394785677 6 -4.41896 0.0746858 1.65145 +2077014636 6 -2.58019 0.45944 0.533759 +4466867 6 0.593031 4.62267 1.40826 +871772257 6 2.33879 -1.56714 0.551564 +1376554682 6 -2.83169 -3.84188 -3.70995 +232049348 6 -5.54599 0.171872 -0.39042 +2126858203 6 -3.06295 -3.67737 -2.25765 +821604884 6 -2.89173 -1.20112 1.2034 +2108846415 6 -1.54607 -1.85044 1.63012 +493207992 6 -3.09817 2.48461 2.73382 +1052164559 6 0.0653304 5.24121 1.28299 +1674360531 6 -0.680718 2.33927 -2.79911 +502135840 6 -1.54682 -3.81764 2.85521 +728061805 6 0.303324 -0.5686 -4.89885 +596834480 6 -2.48813 4.00673 -3.42527 +1304059575 6 3.43146 3.88073 -1.54998 +1219083961 6 2.4148 -3.20672 0.837424 +1054986337 6 1.01822 -3.82759 -0.516014 +1965752016 6 4.06737 1.5724 -0.565173 +103137994 6 0.430404 -0.0642369 -2.44118 +707014628 6 -1.05012 -2.20844 1.25343 +317119020 6 -5.42271 2.63983 0.0870663 +857086937 6 0.461358 1.65337 2.2702 +1171076472 6 0.807724 -1.55594 3.26329 +1727010171 6 -4.839 -0.384751 -1.4487 +874173322 6 -2.35038 -0.100501 -5.01548 +994564303 6 4.64947 2.9946 -2.10146 +1616541428 6 -3.15565 0.097129 -1.45374 +1468195904 6 -4.89837 2.34243 -2.72717 +1642291860 6 -3.48599 -1.38746 -1.30871 +1158691205 6 -3.25455 -4.74494 0.2294 +2119054087 6 2.71279 0.721128 0.885379 +1508796224 6 2.1641 -5.45997 0.6676 +1342124346 6 -0.242442 -3.24123 -2.14159 +55774770 6 -2.04836 0.770266 -2.62664 +419795084 6 -2.78893 -0.901999 -1.10636 +272806672 6 3.26739 -2.02125 0.610515 +537901179 6 -4.20752 -0.726135 -1.46444 +550655411 6 -3.74427 2.14289 1.06863 +2051221098 6 2.37119 1.4318 -4.77748 +848171669 6 -1.46585 -2.74343 0.590567 +318904244 6 1.80168 4.71308 1.99249 +782445131 6 5.71995 1.64644 -0.409925 +1614018712 6 -3.14931 0.90528 -5.17467 +1738017439 6 -2.03249 -0.892523 -3.86817 +553136288 6 0.106887 -3.79685 -0.875761 +1057126853 6 -1.17281 2.42217 1.42858 +598670821 6 -2.99108 -2.34688 -2.97085 +1899246459 6 1.82599 -0.0223341 -1.73904 +1962604420 6 3.61195 -0.332913 4.49338 +931850080 6 -2.10145 -5.01894 2.46309 +1143395660 6 0.161239 1.99636 4.18915 +1153102902 6 2.50032 -0.87328 -4.71561 +805086240 6 0.272706 -4.16867 3.71272 +1871582727 6 -0.82795 -1.43967 2.11163 +1118159429 6 -1.72273 0.414118 5.81044 +110506077 6 -1.11067 2.80304 -3.44428 +2036947366 6 -2.38527 1.77621 -1.41131 +1695194099 6 1.90547 -2.776 -3.18632 +660044523 6 4.75312 -1.13709 -1.49133 +1209285164 6 1.70268 0.322582 -5.07232 +718194568 6 1.68986 -4.70341 -2.22065 +1141478407 6 -2.70607 -0.824811 1.58771 +168769571 6 -0.485335 -4.80734 -3.36624 +1804936910 6 4.09367 2.25864 2.44739 +1720079281 6 -1.35962 1.63955 2.56244 +470627319 6 -4.07837 1.905 3.09673 +562790349 6 -1.77329 -2.17437 -0.00225285 +1499962277 6 0.28839 1.98658 -3.67814 +889490926 6 0.00312142 2.11344 4.41488 +1975934475 6 -1.46555 -5.78374 -1.52896 +1712716326 6 -0.805971 -4.48137 -3.24937 +902865673 9 -0.998275 1.66084 -3.25738 +1025969282 6 -2.76043 2.0188 1.29112 +1738980508 6 -0.700318 -2.99961 -1.70892 +88098650 6 -1.23098 3.23129 -1.59196 +1305728515 6 -1.75218 -4.38267 -0.933714 +2095374879 6 3.33133 3.08128 -1.68042 +1197218610 6 -1.2976 -3.55637 0.862034 +7098893 6 -0.936983 0.86465 5.67758 +1220764130 6 3.41387 3.26809 2.42433 +1685278600 6 3.0038 3.64703 -0.172341 +1718887959 6 -2.17545 -4.19969 2.07366 +324481069 6 0.0388416 -1.74237 -5.44284 +1427444128 6 -3.8077 3.90085 -2.58604 +844796130 6 -3.39807 -2.19761 -0.189458 +587018347 6 -3.63149 -2.03694 -1.1004 +2063389519 6 -2.26375 -3.31254 4.09728 +1975089729 6 3.8164 2.6643 1.65258 +724934678 6 -5.3262 -2.23182 -0.755231 +2007936574 6 -1.09866 3.09072 -2.62635 +183660655 6 -0.0174256 2.12706 1.20846 +1314270448 6 2.86325 -0.833843 -1.38014 +102550588 6 3.73347 3.80161 -1.37549 +65174867 6 0.00135752 -5.45156 -1.66891 +328643818 6 0.460304 -1.24103 -2.01854 +1369327597 6 1.69411 -3.91148 -2.38935 +1570891336 6 -3.7077 0.795453 -1.1437 +848104486 6 -0.690918 -2.8664 2.19976 +43975186 3 2.31168 -0.400683 -4.14302 +1232997437 6 -0.611552 -1.70671 2.85892 +510004822 6 -0.448582 -4.62044 1.97526 +1642738314 6 -1.39169 2.85423 3.11016 +192519195 6 -0.0361138 0.639487 -4.49144 +932321276 6 -1.70383 2.83735 -1.97936 +1413007264 6 1.09566 3.9485 -2.29644 +98936136 6 1.56767 0.952151 -2.98354 +677443820 6 -1.18656 1.74863 -4.0077 +1157142351 6 -6.02224 1.06514 0.558476 +368766651 6 -1.04268 1.00661 1.03736 +243060438 6 0.405994 2.13478 2.7517 +1067239137 6 3.22432 1.15719 -3.52524 +1065401641 6 0.302628 2.1118 -0.556777 +1376306599 6 -2.37578 3.28449 -1.76939 +1141736737 6 -5.86703 0.783644 1.16474 +1901198766 6 1.7638 -3.27624 -0.410687 +51979041 6 -3.40624 4.45537 1.45564 +819388415 6 -1.82903 -1.92866 1.64551 +345325494 6 4.00591 -1.50497 -2.05392 +438852860 6 -0.0855328 1.58426 1.08668 +273073064 6 -0.573429 2.73532 3.76329 +1072505589 6 4.98854 -1.27584 -1.79673 +1529008390 6 1.16012 -0.714387 -1.43912 +1953754642 6 3.47171 -0.0479773 2.17723 +349270444 6 -4.09765 -0.726974 3.51014 +758263661 6 4.73419 -2.38916 0.0810841 +433900663 6 -2.79119 4.77145 0.794242 +410894482 6 3.32396 1.5627 2.15121 +128576930 6 -1.2049 3.20463 -1.62751 +468783952 5 1.9709 0.634656 5.29166 +561031903 6 1.91525 0.415013 -1.80757 +1624012886 6 2.19807 -3.39755 4.4863 +1631490330 6 1.60465 4.89362 -0.853473 +1149416646 6 4.51677 2.00305 0.0682581 +1103415174 6 -4.98746 2.54125 2.61717 +1064451260 6 3.09577 2.31584 1.86203 +1433033338 6 -2.58525 5.23801 -0.650097 +1356505081 6 -3.47822 0.485472 -4.02687 +932884274 6 3.63039 -0.53101 0.470719 +325274533 6 -4.00398 1.85219 -1.11762 +1257705758 6 4.06346 -1.68678 3.19658 +397272372 6 -2.83731 5.01921 0.0958282 +1853184749 6 -2.94034 2.91499 -2.82086 +1649703194 6 -1.16497 -2.14785 -0.243202 +161796707 6 2.07058 -1.68148 -3.85505 +2030778642 6 3.82394 4.23599 0.954455 +557403768 6 4.36838 1.81831 0.266644 +900160283 6 -0.913404 5.06162 -3.1592 +1244624967 1 -1.24268 0.17318 3.60167 +1041927751 6 -3.27693 0.532509 2.26608 +930002421 6 -0.747392 -3.23424 1.05208 +1069654098 6 1.33612 -0.144886 -2.08002 +1217630473 6 1.16142 1.35656 0.9539 +1480279183 6 -3.48106 -2.18735 -2.20523 +1388545047 6 4.55603 0.788077 -0.375975 +1345857220 6 -4.56266 -0.458645 -1.45015 +80177834 6 -2.91029 -2.78949 -2.05579 +1318654535 6 2.45444 -0.0982592 -4.77695 +1357761905 6 1.19065 3.32384 3.23784 +1891301096 6 0.298125 -3.0817 1.20791 +2074193638 6 -3.03787 2.3822 -2.59148 +2088407104 6 -4.60471 -2.90194 -1.0022 +79417617 6 -0.0678641 -5.46763 0.0394785 +644424485 6 5.57884 -0.388245 0.0913011 +1027892020 6 1.17112 2.5115 -4.86318 +1913517132 6 -5.28125 -2.56567 -1.67569 +1966337655 6 1.54911 -3.61637 4.58567 +81705883 6 -1.99803 -0.18492 -1.87536 +1244702401 6 5.18584 0.763789 1.96477 +1114305004 6 2.30449 2.94135 1.86419 +1313852223 6 -1.7518 2.44113 -0.847835 +1473593229 6 2.49193 3.83394 0.833429 +717917478 6 0.732262 -3.39375 -4.52519 +1020409417 6 -0.293947 -1.1766 5.16485 +1498040415 6 0.152677 -0.343781 2.22323 +1839510681 6 -2.04132 -1.06507 -1.19727 +866246395 6 4.9054 -1.62429 1.1762 +802502146 6 1.59814 -0.367073 0.755006 +1597133979 6 3.08513 5.06992 0.858581 +1030944648 6 1.12819 -4.58805 1.31778 +1090551677 6 1.67851 1.68197 -2.61269 +538441941 6 2.42936 1.87568 -3.3983 +1948797113 6 -2.33447 4.12124 -0.299162 +2071899862 6 -0.99793 -3.92424 -2.52544 +959031318 6 2.25025 -0.0991978 -1.27413 +95772799 6 1.27315 0.795259 -3.1283 +1663972185 6 -1.70998 1.5728 4.11447 +1417977041 6 0.459801 0.800162 -4.04694 +714703947 6 2.516 -2.95815 3.69878 +1481408314 6 -5.41485 -1.27054 -1.52713 +1636081118 3 -3.83597 -1.1869 -2.92069 +836380077 6 1.33286 3.35297 -2.04816 +1965870833 6 0.0821634 -2.07014 3.19762 +1536550392 6 -5.24481 -2.09923 2.5249 +1352354685 6 2.24411 -4.4991 -3.57324 +1233322573 6 -1.29246 2.83212 3.41879 +2096417480 6 -3.45638 3.33244 -1.36019 +647848625 6 -3.3337 -1.09355 -1.85496 +644109761 6 -1.86341 -3.52832 -3.162 +925513169 6 2.27338 3.31312 0.0357018 +1343872258 6 0.131561 6.0118 1.0605 +988947340 6 -1.0892 -2.93594 4.76701 +1063059977 6 -6.03386 0.978528 0.645535 +846404702 6 2.92885 -2.62693 2.34574 +1278054412 6 1.6804 -2.63676 2.24581 +1669935380 6 1.23223 2.77628 3.39941 +2112322027 6 0.941868 4.63226 -1.0535 +1373005757 6 -3.6798 4.05007 -1.1798 +1019479503 6 1.33303 3.49083 1.07227 +441992884 6 0.840125 3.42257 -4.64654 +2129608196 6 -1.92604 0.112548 1.70158 +422530873 6 -0.422512 -0.801248 -3.24002 +1335575024 6 1.50315 -1.614 -5.6422 +1635172275 6 -1.92192 5.55965 0.946005 +656255951 6 -0.762883 3.66773 3.67752 +599733824 6 1.78166 -2.31145 2.60022 +1671856744 6 -4.53595 -0.556155 -0.0920293 +1908919011 6 -1.0332 3.57576 -1.06405 +1201254505 6 5.55206 0.213785 -1.0394 +1592004440 6 3.57775 3.89099 3.16232 +2091498992 6 1.53561 -3.45916 -1.07849 +496144108 6 1.17316 -2.11168 -5.67386 +1440739841 6 -2.19058 2.10912 0.429138 +1842440463 6 -3.83032 2.1341 -4.00556 +555832615 6 3.78144 -1.23807 -4.39999 +2082956694 6 -4.70362 -1.48952 1.4701 +724116282 6 -4.26829 1.28271 -0.968819 +1373209850 6 -2.06435 -0.342165 3.37016 +1503787086 6 -5.04344 -1.47476 -0.0276674 +1575097688 6 1.99358 5.6564 -0.209449 +1960500678 6 1.86195 -4.72651 2.855 +18871742 6 0.386192 -3.53798 -4.91637 +424791754 6 -1.88894 -0.965447 -4.42922 +2022415724 3 -0.373813 -2.20325 5.45894 +555435372 6 -4.28996 3.79299 2.21014 +87509017 6 3.91448 0.177133 -0.431355 +47425958 6 -3.98109 -4.17688 0.115539 +931886714 6 1.5638 -1.36248 3.43086 +1911101432 6 4.67707 -1.14186 3.13109 +865381007 6 0.180537 -2.45721 -2.03146 +2102171100 6 -1.20693 -1.62461 2.72049 +1003880056 6 -4.62268 1.07379 3.37738 +325688621 6 -2.84945 1.85645 -1.95776 +314734096 6 3.96915 2.74137 -1.09616 +218603727 6 -3.55588 0.254092 -2.44043 +25429907 6 -1.45672 -5.62601 -0.401948 +1313878360 6 3.36128 4.83056 1.75352 +1639705882 6 4.38508 2.78669 0.797531 +1174598804 6 -2.8031 -3.18717 2.64786 +46049379 6 -3.92254 3.44363 -2.85828 +203999064 6 -1.53357 -0.905134 3.59422 +1026296849 6 2.47649 -3.30087 -3.34506 +74945436 6 -5.44762 -1.8273 -0.0528699 +637395583 6 -0.490728 -2.70323 4.39848 +2094240113 6 -0.0295344 -1.77643 -3.77625 +419295745 6 -2.03899 -2.65936 -2.11591 +1939017567 6 0.614871 4.11369 -2.54209 +242222162 6 2.823 -0.689874 4.62099 +2038396337 6 -4.24282 -0.803405 1.5764 +1442444907 6 1.35791 0.00344938 2.17791 +1229357095 6 -2.08963 0.0502281 3.96189 +1971306388 3 4.39139 -2.80158 -0.465193 +1416853562 6 -0.982093 -1.30565 0.682798 +1376616944 6 0.525129 0.529368 -0.558406 +1841764549 6 4.64176 -0.797571 3.05067 +141042626 6 4.79886 -3.18401 -0.223116 +745438656 6 0.299477 5.13298 2.42578 +751162365 3 -1.50847 0.061859 3.63438 +1301182186 6 1.0242 -5.75852 1.50091 +1751428972 6 -3.2925 -2.69722 2.44325 +642765069 6 -1.71922 2.65875 -2.01508 +1167614637 6 2.64388 -5.48569 0.760283 +1217827112 6 2.45307 -4.75296 2.07662 +1075640826 1 -3.80912 -2.45568 1.76605 +2075974741 6 2.64811 3.62386 -2.9088 +1347302850 6 3.89017 -0.20719 0.541132 +701139526 6 1.55918 -1.48388 4.09489 +157843633 6 1.80778 -3.32443 -0.502364 +1282644548 6 0.777987 2.59816 -5.28252 +1237356026 6 1.4565 1.13736 -4.92865 +450057035 6 -4.0069 2.26901 3.75725 +145863272 6 -0.993377 0.593057 -3.92283 +2019292993 6 -1.35459 -1.87395 2.29026 +1563355005 6 0.760397 -0.516592 5.20843 +1574265526 6 4.18923 2.93966 -2.80029 +472915577 6 2.68828 -1.49226 -2.35194 +596875153 6 3.27708 -4.33967 1.46563 +1119902311 6 -1.89402 -1.22876 3.64014 +627868228 6 0.917779 0.880617 -5.9539 +390523677 6 -0.734861 -4.30643 -2.19745 +1120029561 6 1.80197 1.26177 3.76057 +2046125806 6 -5.27994 -1.34039 -1.98328 +1248372682 6 2.29824 4.07591 3.37589 +811992091 6 4.95132 0.152113 0.388132 +1946183264 6 2.0761 -0.568773 1.5297 +631541917 5 1.90992 0.752601 5.2478 +901916953 6 0.301304 -3.62812 2.51918 +1556735577 6 1.40658 -3.00497 0.680422 +435261543 6 -3.26021 -1.80941 2.54387 +1001794835 6 -0.700087 1.27351 -2.5959 +601717139 6 -2.68012 -0.664117 -2.00915 +1884479784 6 -3.50238 -2.69692 0.789055 +44630512 6 4.68514 0.860798 -3.27268 +848066139 6 5.10246 2.23099 1.95813 +175093972 3 -2.11824 -4.0653 -0.343301 +1792787786 6 5.19893 1.54548 -1.22617 +363211200 6 -1.59082 3.37039 -0.883784 +511341092 6 3.86894 -0.820054 0.542012 +1916296961 6 -3.24748 2.0716 3.13039 +1503703234 6 4.82784 -2.19312 2.35726 +311539814 6 4.07391 -3.46778 2.56744 +127131456 6 -1.06735 -2.76306 -1.55517 +1401733097 6 -4.29743 2.46281 2.08554 +143575611 6 -4.54625 -3.56016 -1.33661 +316038388 6 4.60837 -1.86721 -1.29673 +1805180639 6 3.73223 -1.54332 -2.32863 +1578164497 6 -1.70063 2.06605 -4.33745 +1891024656 6 -1.78291 -3.67817 -1.5385 +485671097 6 -0.0225212 -2.99725 -3.73003 +1912124185 6 -0.50845 -0.783975 4.37996 +1299386075 6 3.32675 -1.51134 -0.578346 +1091605329 6 4.79262 -2.85535 2.06294 +730561490 6 -0.160613 1.78509 3.02336 +1337781748 6 -1.96672 -4.27693 3.89978 +1599050556 6 -1.43627 -4.16654 0.264824 +764664555 6 -0.973128 -1.08155 -5.12736 +1086388995 6 -1.24073 -3.24423 2.01554 +1680001552 6 3.30585 0.121189 3.88783 +2077438578 6 -1.56956 -1.92803 2.03496 +897151155 6 0.687745 -1.6389 0.898996 +499301502 6 0.199726 5.97133 0.273446 +662942016 1 1.80416 -3.23384 -3.21829 +907914282 6 3.23235 3.30515 -2.62377 +143022199 6 -1.50851 -3.54802 2.4741 +1812126471 6 1.27732 -1.61249 -2.65989 +1901796006 6 -0.726221 5.14564 0.507053 +2119300477 6 0.321047 -1.88095 3.44401 +1074833128 6 -2.51331 3.84829 -3.93765 +65010168 6 2.97807 4.08051 -0.685494 +1388071867 6 -1.7797 0.338345 1.44855 +2127305557 6 -2.84971 4.90557 1.62018 +940993348 6 -2.46681 0.495798 2.00002 +1961425710 6 1.22264 2.83509 0.753867 +1721418474 6 4.08802 -1.99239 0.458582 +2006405083 6 -0.304634 -0.244977 4.47502 +1566901516 6 3.85119 -0.649324 3.15441 +1382503255 6 5.33515 0.729445 1.41725 +1013879673 6 2.25343 -2.30345 1.14407 +1655039291 6 1.24344 2.31092 -5.24925 +1571934225 6 -1.56734 -1.69832 -3.61333 +1797275524 6 1.57599 -2.30844 3.14508 +94963851 6 -5.68895 -0.0520573 0.234584 +1843216702 6 -3.35976 -2.98499 2.04873 +1783758518 6 2.16758 -1.16621 5.24286 +907474968 9 -3.19132 3.68081 3.37388 +1000939607 6 -2.50193 -2.07313 -2.02161 +1359903781 6 -1.73039 -3.66092 -4.33629 +1782774802 6 -0.526322 5.13208 -2.85098 +210281111 6 -3.08721 -0.980618 2.36814 +585237132 6 -2.80677 3.93959 -3.60576 +398943327 4 -3.20273 3.7843 3.30421 +1425222346 6 1.11912 -3.62308 -0.902419 +121748474 6 0.590587 0.513417 -5.89296 +878192951 6 -4.52037 1.70639 -2.47902 +1079799789 6 2.63633 -3.56544 3.17591 +953648735 6 -3.56644 -0.24896 4.09635 +1381458526 6 3.73904 3.77218 0.399123 +822046679 6 -0.625086 3.78967 1.73243 +543855062 6 -1.29271 -0.915359 -4.86332 +1062140193 6 -0.814264 -3.4847 -3.74094 +1934761659 6 5.16236 1.7381 -0.424302 +963717206 6 -2.51941 -2.12116 4.77222 +802489512 6 -4.3863 -3.1094 -1.74618 +661209166 6 1.55567 -0.520169 0.618007 +1325690272 6 -1.24763 -4.01949 0.931861 +1677406406 6 -2.00202 1.65919 4.19906 +1361197538 6 -4.71403 -0.410981 1.77622 +1956693186 6 0.164606 4.92923 -0.294511 +911019052 6 0.0800693 1.34925 0.793436 +179486697 6 -4.34347 -3.13684 -2.03737 +1551046498 5 0.553956 0.255926 4.8058 +889067112 6 -0.241795 4.37483 -1.71507 +845361704 6 -4.42583 -2.82557 1.61382 +695635950 6 0.155218 -1.4146 -3.80246 +221690104 6 -5.48833 -0.889815 1.55008 +1161266984 6 1.81509 0.0450158 -0.00946095 +1900430670 6 -0.991295 5.71478 -1.91869 +1317458257 6 1.53946 -0.768428 -1.18685 +1594285036 6 -2.70208 -2.28064 -0.620069 +508998864 6 -2.45635 1.98921 1.2957 +523758817 6 0.457528 -1.03733 -2.4285 +36879276 6 -4.21033 -3.54786 -0.12871 +351925390 6 1.56428 1.8259 5.34411 +2006004680 7 3.73502 3.01998 -0.973133 +1513589680 6 0.444459 -2.75104 -1.77027 +798805046 6 5.43476 0.258038 1.0916 +1049493581 6 0.626053 -2.75492 -3.01546 +1972153001 6 -1.1595 -1.55741 -2.64637 +1994923408 6 -4.22575 -2.05586 2.89887 +425752513 6 4.96809 1.06806 1.26926 +81053233 6 -0.166919 -5.76143 -0.257906 +1952888956 6 1.70592 -0.765549 5.46621 +1018543967 6 -0.439262 -4.505 0.820593 +1790893354 6 -4.8957 -2.36944 -1.93172 +1258880949 6 -2.29273 4.82684 -1.00069 +97530020 6 -1.57396 -0.847464 3.55923 +268874564 3 4.75306 0.253385 2.547 +999897128 6 1.28579 -1.75782 1.66195 +1339299363 6 1.8363 -3.52843 1.34732 +1839608541 6 -3.13273 -1.16643 -0.566696 +1536477971 6 1.75216 -2.88369 3.14272 +1517216461 6 -0.392227 -0.419381 -3.59283 +1018008857 1 3.58994 -0.694838 1.21143 +1876191896 6 3.77854 -1.44563 -1.11155 +1233710599 6 -4.51839 -3.36047 1.89569 +841560675 6 -1.55165 4.87661 2.32206 +1174676273 6 1.375 -4.26906 -0.703697 +640158595 6 3.42412 -0.514872 4.12704 +1551016715 6 -1.28141 5.85806 -1.56373 +1894747983 6 -3.5919 4.57926 -1.17576 +51361663 6 0.165676 0.226963 -2.30635 +979495016 6 1.52629 1.21203 4.6534 +418891581 6 -4.71068 1.31103 -2.05414 +1756969946 6 -4.02824 -0.0912912 -1.78194 +2018938192 6 3.67949 0.266607 1.5397 +1210081525 6 1.78068 3.16216 0.233949 +1055494418 6 -1.94555 -2.89561 -1.47547 +1576332685 6 -5.02994 -3.4163 -0.594401 +1514457131 6 -3.41591 1.18413 -4.14316 +1869342974 6 -0.798906 -4.12928 4.07643 +26150649 2 -2.21079 0.631152 1.89633 +1303237516 6 0.920238 -0.234672 0.913106 +674920229 6 -4.63927 1.53864 0.377776 +1747449069 6 -0.789819 -5.07798 -0.232156 +103839186 6 -1.13015 1.54834 5.04627 +436013668 6 2.7091 4.35576 2.60638 +649927784 6 0.288332 -6.0587 -0.342757 +75462441 6 3.54459 3.07159 -1.35847 +441959963 6 -0.0618129 -1.83924 2.20183 +746824675 6 1.4764 -5.85862 0.644399 +165904736 6 -0.500584 3.14311 -2.43329 +371905872 1 -3.83211 -2.67859 2.81969 +1960952672 6 3.55779 -1.75023 2.02757 +461152112 6 -2.39264 -0.323988 -3.78756 +1773354599 6 -2.53271 2.5107 0.597057 +1097476157 6 -0.633356 4.67768 -3.53682 +2144970351 6 0.682595 -1.15499 1.09518 +332618080 6 -1.3023 5.32717 -1.97379 +1962209368 6 -1.26183 0.863253 5.81474 +1938031310 6 -1.58009 5.56292 0.535196 +629934396 6 6.16482 -0.262141 0.439824 +1731006584 6 2.59663 1.47997 -2.27331 +245160431 6 -1.49435 -1.06632 -0.677615 +689392033 6 4.08776 0.207882 -3.46993 +236231031 6 -2.82698 -4.49432 1.75752 +2117415478 6 -3.03027 -0.947936 1.61507 +278359573 6 3.18189 -3.41511 3.43285 +2037252651 6 2.37665 -0.147145 -3.44551 +466457751 6 -1.74867 -1.8197 3.39782 +16059726 6 0.344412 -3.08658 -0.488538 +2124920826 6 2.91602 -0.388528 -4.12295 +1896565948 6 -1.14601 1.40209 2.00733 +152007210 6 -0.82035 1.75863 0.351469 +1117940103 6 -0.123296 -2.63983 -2.33582 +2117630097 6 1.73237 3.47584 2.65717 +2048298734 6 0.944784 -0.957023 -4.57233 +1133597387 6 0.956919 4.48756 -0.211848 +1417300095 6 0.239213 0.956261 3.93417 +342026664 6 1.59167 2.99836 -0.621931 +535042224 6 2.18206 1.27413 1.35425 +1384855882 6 0.970232 -3.21359 3.9267 +1507316206 6 0.577306 5.42218 0.221129 +767135819 6 -1.54541 1.71969 2.10484 +1352593728 6 -0.680861 3.02778 4.69298 +994668826 6 5.75309 0.275354 -0.836951 +833140053 6 0.0114678 -1.81832 -4.86049 +548792113 6 -0.998744 -3.73449 -1.49849 +399701549 6 1.04019 5.41476 1.46362 +942788083 6 2.5283 2.17917 -4.79425 +1369914059 6 1.13124 3.14755 -2.06153 +1547872289 6 1.88411 3.72021 -0.849111 +1187272737 6 -2.37997 -2.94335 1.51368 +946200238 6 3.21453 -0.149107 -2.00867 +1349484102 6 -3.94006 -3.20106 -3.1178 +740373057 6 -1.62528 -0.386417 4.41679 +124981073 6 -0.607378 3.14403 4.25053 +1228652712 6 -1.58745 -1.53401 2.25126 +1239181753 6 -5.05028 -0.0776201 1.58606 +615786605 6 1.38569 0.74478 5.95374 +2064050103 1 -4.64367 -2.11233 2.5889 +205096986 6 -2.58443 -0.613287 4.841 +688790686 6 0.854269 3.40442 -2.75726 +1273381052 6 -0.270657 0.985221 3.2374 +898910660 6 -0.691328 -0.276414 -3.68929 +1169243565 6 -1.1258 1.56459 0.411077 +1079203962 6 4.16145 -3.27898 1.58059 +2098549589 6 -0.56365 -4.47974 -1.59642 +1157931413 6 -3.5333 -2.5907 -4.38341 +1950356454 6 4.94134 -3.30926 0.934736 +792235735 3 -0.989875 -1.10072 -5.31102 +1301423126 6 4.15441 -0.400252 1.66913 +1156187269 6 0.65317 -2.67058 -1.51947 +1510643663 6 0.657329 -5.3366 2.76286 +325539141 6 1.05486 0.954074 -1.48452 +1587170592 6 -1.23986 -5.03094 3.11032 +969153624 6 1.51236 2.11297 2.9205 +1230817856 6 1.24276 -1.74094 -2.04532 +1250669522 6 0.0427381 -2.90686 -2.04743 +1600341632 6 -3.25041 0.0988062 2.86595 +1801507939 6 -0.940891 -2.21249 -3.74596 +957325867 6 3.09784 0.209386 4.43331 +1523809811 6 -1.65111 2.17935 -4.14156 +567569622 6 -4.74684 3.70597 0.0129391 +1704338783 6 -3.61333 1.39992 1.96255 +38877623 6 -0.990185 -2.25859 -0.0017346 +1300487490 6 2.92327 4.18219 2.2174 +589660686 6 1.70525 4.75393 3.27032 +230059858 6 1.62281 -4.39974 -0.666818 +199033482 6 3.17709 -1.4193 -4.04053 +1850856591 6 0.719021 3.71927 3.18833 +936338020 6 0.936391 2.96314 2.38273 +2031728658 6 -6.02858 1.23682 0.739165 +143375475 6 2.79992 0.404799 -1.24714 +353025922 3 1.90992 0.752601 5.2478 +2143937790 1 -3.12655 4.0202 2.71205 +923143745 6 -2.61375 -2.99875 3.97892 +786039645 6 -1.62626 3.13846 2.90453 +1178628599 6 -2.50483 2.12604 0.748514 +1197701879 6 -0.990294 0.184909 1.29023 +714645737 6 3.32237 3.93851 1.29476 +1525289148 6 2.40008 2.72866 -4.58886 +709134979 6 1.06539 -0.793291 1.3422 +1912721776 6 -1.5815 1.71647 2.96012 +478870363 6 4.01426 -0.522875 -4.60733 +337974041 6 -2.95535 2.78753 -4.6794 +526044255 6 -0.13645 -5.21921 3.34053 +973135834 6 4.10352 -2.42886 2.53003 +1949795126 6 1.67128 3.00067 -3.59873 +550851229 6 -4.52841 -2.2103 3.28755 +222561381 6 3.35287 -3.2419 -0.937218 +1547219957 6 3.62141 2.59695 -1.12175 +704507928 6 1.78755 -2.07828 -4.66517 +1621598338 6 -3.03351 2.7249 -3.02465 +302909358 6 3.80231 2.21891 3.28145 +2016939986 6 2.3405 -4.397 -1.61064 +1391443814 6 -1.648 3.15494 -0.21227 +1306371031 6 -1.20922 4.30917 -0.46534 +1126226893 6 -0.302516 1.75668 -1.68838 +1506898990 6 0.700119 4.88221 0.608846 +2102538753 6 2.13817 3.75843 2.41378 +610080226 6 4.1223 3.85703 -0.00302943 +1259897589 6 -1.54262 -0.57321 0.688929 +1698214539 6 -0.138045 0.110577 -4.72718 +768238785 6 1.27333 0.780777 0.42771 +906774339 6 -0.219778 -0.816763 -0.320449 +892424715 6 0.76007 -2.88979 0.919556 +365566564 6 -0.669133 3.83193 -3.68188 +841361801 6 2.0996 4.86825 0.695341 +562403876 6 1.54881 -2.29752 0.611695 +1792533922 6 -2.07776 -2.39544 -4.79082 +3403916 6 -0.918122 2.52616 -0.36258 +1947356560 5 4.07411 2.44214 -1.74068 +674650683 6 -5.19892 -1.534 -0.0187888 +1254070330 6 4.45264 1.21776 2.84928 +1661569592 6 4.37072 1.58302 -3.51344 +1198472883 6 -5.34503 1.44434 -2.41475 +422568760 6 -4.45336 1.50393 0.769181 +140443171 6 3.39731 -0.482493 2.33138 +1873917409 6 0.351992 5.97561 1.22632 +1614372232 6 -0.0754965 3.32536 3.85661 +1622912183 6 4.46272 3.46309 -1.77802 +111272322 6 1.46592 -1.06256 -1.6384 +369654115 6 -4.2148 2.0539 -0.157913 +962991695 6 -0.670576 0.0205822 1.50808 +1898476172 6 2.21234 -3.5422 -0.939026 +710149156 6 2.23474 2.5068 -4.26028 +1183888536 6 4.30546 -1.30572 -2.14468 +2130005377 6 0.719834 -5.32224 2.8878 +1565469757 6 4.28455 -2.73145 0.185227 +1922231607 6 0.987397 -2.31534 -1.42572 +1898854859 6 2.7287 -2.75722 -0.026789 +1970477250 6 1.92765 4.43166 2.78818 +1917567154 6 3.46889 0.581856 -1.67849 +1179023118 6 2.47881 0.810511 -1.91006 +13316184 6 4.20707 -1.43065 3.23099 +1995025503 6 -2.44518 -4.02369 -3.5918 +1586486467 6 -0.720318 -1.45912 3.23165 +2021396537 6 -5.39675 -1.86315 -1.17371 +1587170592 7 -0.683434 -6.00346 -0.170449 +496660572 6 2.66818 -4.88331 2.28077 +437026406 6 -3.32079 -2.44751 4.21592 +969779545 6 0.91529 -0.651983 -2.61632 +1379879389 6 2.85367 -0.475891 -3.67387 +1876622962 6 -2.6046 1.25626 2.75029 +613028237 6 0.984933 0.982412 -2.36216 +1240745466 6 0.718313 -4.21997 -3.52215 +507191265 6 -3.35129 -1.64265 -4.79619 +1315977015 6 1.4509 3.13709 4.96749 +1105682730 6 -4.6353 2.65074 1.48083 +999980939 6 0.0656994 -5.10636 -2.34765 +1089972850 6 -0.472991 0.717954 1.98342 +2031295493 6 -2.20412 3.04277 -2.17619 +246041367 6 2.43167 2.23781 -3.10026 +156231689 6 0.279963 3.7311 -1.62621 +1900691906 6 -1.85081 3.34135 4.8646 +1355143745 6 0.537364 4.56719 -2.92152 +458038003 6 1.88592 1.60064 -4.32527 +1608296948 6 -1.42285 -1.88737 3.20496 +420654211 6 0.726125 -0.187343 -4.68256 +941536796 6 1.3218 -2.74068 3.54207 +1726258255 6 -1.66539 -4.97348 0.0779272 +1551756211 6 3.0444 -2.50875 4.27753 +594453821 6 0.64997 1.69394 0.301708 +1522320906 6 -0.74101 -0.560613 5.01916 +649258866 6 -2.21475 -2.01698 -2.27582 +1843365066 6 0.242973 -5.36039 1.95962 +1082554667 6 1.7039 -3.84717 -2.11516 +251455033 6 -4.11022 2.59801 -3.17401 +408325099 6 -1.41075 -1.83785 -0.116357 +1314820282 6 1.63026 1.12099 1.10244 +461123305 6 -0.494032 -2.25941 -4.1429 +215054500 6 0.365083 1.75178 -0.61359 +2107303549 6 -0.133017 -5.94207 0.248575 +1813918180 6 4.17053 -3.64594 -2.69675 +800065770 1 -3.98994 0.00286022 0.608333 +828479501 6 4.66714 3.34513 1.91728 +806656799 6 -2.77107 3.32965 -0.942953 +2104340772 6 -1.46465 -4.25815 -0.396278 +812659904 6 -1.25478 -4.47375 -3.58195 +1969929882 6 1.0758 -0.441628 0.130768 +1541606157 6 2.0273 -5.24997 0.903441 +1089638894 6 2.98189 3.90642 -0.325125 +1789569950 6 3.19697 -2.102 0.496106 +1901215036 6 1.27535 1.94287 -3.94711 +837348211 6 1.54329 1.22847 -4.7911 +1782972203 6 1.56641 -4.6338 2.79311 +1149090194 6 2.86608 2.42039 1.7153 +377636211 6 3.03002 1.80147 1.831 +1878146434 6 -1.568 -5.00558 -1.56064 +797674826 6 -4.81968 -1.7043 -2.27221 +745280153 6 -2.41189 3.12265 -3.71916 +160815976 6 2.10179 -0.804798 -0.0904537 +1742077238 6 -4.57866 1.63907 3.19583 +1984413591 6 2.44729 -1.21544 -3.32212 +1120376726 6 -3.18945 0.249818 2.6898 +1579412673 6 -1.24078 0.0180827 0.575492 +395508189 3 1.28611 2.80549 -1.63685 +57631766 6 2.14816 4.03685 -2.67321 +951653721 6 0.246686 0.879953 -5.7844 +864251651 6 -4.83755 0.702559 -0.0597801 +1274118799 6 4.97295 1.07356 1.95042 +1204380096 6 -2.49243 -3.03458 -2.26178 +2101806079 6 0.925524 -5.0193 0.556845 +1164973246 6 -0.323708 -2.93813 0.971582 +1121076180 6 -5.2746 -0.618522 -1.43679 +631401708 6 0.706889 -1.3475 3.12068 +562267029 6 4.47025 1.80131 1.74361 +1341364601 6 6.16337 0.193325 0.191152 +947745682 6 3.77342 1.08915 2.47235 +1660507620 6 -4.80077 -1.35559 3.19891 +1683684392 6 4.04508 0.121764 -3.36284 +1610665517 6 1.26118 -2.39645 -1.00491 +937215119 6 3.1879 -1.78143 1.15528 +213627668 6 -0.72664 -0.45205 -3.04959 +2024810174 6 4.96003 -3.40947 0.950833 +1188683243 6 2.63785 4.45669 -1.71151 +1545510410 6 2.31407 3.34716 -1.21976 +1898587977 6 -2.24883 0.467694 -2.704 +728118395 6 0.181953 0.534378 3.45847 +707044343 6 3.70921 -1.94669 3.29538 +639541009 6 -2.18645 -2.86358 4.82287 +297079678 6 -0.969001 -0.800348 -2.99206 +60065531 6 -2.84454 -1.52052 4.95793 +1312324768 6 -5.34987 -1.88518 -1.1714 +756256922 6 -5.33303 -1.65537 -0.167782 +1506921870 5 -0.250403 4.58841 2.25164 +557005502 6 -1.42734 2.91843 -0.749041 +1018008857 6 2.31142 -1.34056 1.96735 +46080914 6 5.3104 0.791127 -1.20163 +710348979 6 1.93102 1.10909 0.071532 +384173660 6 0.838137 1.79521 -3.20724 +1480277385 6 3.40071 4.00585 2.51702 +442849171 6 3.95298 -0.467925 3.05539 +720111103 6 -4.09864 3.58537 -1.74874 +1312742571 6 0.296672 -5.68172 -0.866453 +1429237422 6 -1.71953 3.36874 2.29412 +1947873769 6 -0.66804 -2.03214 2.1388 +390703151 6 0.654634 1.55263 3.11841 +455862243 6 -4.28084 1.18737 3.03723 +157269473 6 1.81552 4.91726 1.00066 +200039038 6 1.39817 0.517204 -4.77359 +902920442 6 4.35054 2.50023 -3.04788 +698892749 6 4.58888 -3.5103 1.9344 +1431276256 6 -2.9922 2.79256 -3.58108 +292262092 6 2.66055 3.1884 1.99359 +963365789 6 4.06787 -3.28767 2.68154 +1019108681 6 -0.873917 4.981 2.85044 +987238722 6 -3.82216 -0.979348 2.06293 +1667759056 6 2.03404 0.882312 -3.26777 +903977346 6 3.71639 -0.0582124 0.938557 +156702463 6 -3.11722 0.118271 -0.236282 +788807925 6 0.584826 1.71042 2.64402 +354388152 6 3.0411 -3.04313 -2.6202 +1646138407 6 5.08448 -1.03266 2.13654 +1704621650 6 -1.11807 -2.51448 -5.26733 +1071218686 6 -4.13811 0.520504 -4.00013 +1637486109 6 -4.90725 -2.38374 0.96773 +942421528 6 -2.65986 -1.52065 -0.849331 +615706808 6 -5.54318 -1.21547 0.178563 +1369782733 6 0.569804 4.50779 -1.85575 +365119081 6 1.70771 -1.55864 5.21689 +220055117 6 -3.44005 0.958634 2.10506 +826434645 6 2.79067 2.11274 -0.71078 +1170522123 6 2.49748 4.6617 -0.981465 +203948967 6 3.69894 -0.433304 4.54557 +1922696448 6 -0.0950791 -3.6406 -2.7983 +531985362 6 -5.43453 1.94119 -1.81108 +1411425188 6 4.39195 -2.4949 1.12892 +1986548873 6 -5.24488 -1.21719 2.02909 +922193131 6 -3.05869 1.79917 -0.298163 +30980110 6 2.82356 4.37638 2.42412 +792271498 6 0.401443 4.41298 0.772854 +1494969444 6 -4.63403 -1.87016 -1.24589 +517506082 6 -3.0142 -1.91724 2.92503 +947111965 6 0.593869 -2.71799 -5.12888 +1286580685 6 2.15989 2.26883 -4.52006 +2141152107 6 4.41795 -3.77795 1.40734 +1460394181 6 -2.72942 -2.41416 3.84436 +1389314629 6 0.524593 -2.12307 2.37752 +1987127943 6 -0.46041 4.63727 -3.66474 +1142646672 6 0.90166 -0.460631 -1.61342 +1620817057 6 4.92025 2.55486 2.27919 +579387752 6 -4.28751 -1.57685 -3.08942 +2083597437 6 -0.77531 1.16136 3.17808 +1194645015 6 -4.50574 -2.8344 -1.19147 +331146174 6 -1.29958 -3.12374 -2.08236 +15813670 1 2.99754 -0.77212 0.21712 +1534160132 6 3.34198 0.160141 0.0727251 +1617648624 6 0.574066 3.429 3.62228 +863840537 6 4.11933 4.09688 1.08701 +2113656833 6 4.65936 2.36425 3.1997 +1139317406 6 0.654037 -4.47101 -0.591018 +1081789003 6 5.47877 0.524612 -2.07628 +41750883 9 -0.224686 5.96029 -0.0668205 +819441686 6 -0.974012 3.45556 -4.53351 +768330813 6 5.1587 -1.86149 0.988314 +1054090633 6 -1.15503 2.43642 -0.995085 +1678897172 6 2.71429 0.172947 -4.49293 +307519126 6 -1.13242 -4.01763 -2.7288 +848763082 6 1.09778 2.38907 -3.11994 +949713756 8 -5.19039 -1.38407 -0.569071 +68006848 8 -1.81629 -3.89673 1.17579 +1412917822 8 2.82552 -3.0351 0.797395 +1023040689 8 1.66648 -2.49668 -3.71581 +1810635954 8 -5.00551 0.52228 1.65004 +1278066392 8 2.06184 -3.36439 0.515059 +632597216 8 3.3225 2.50982 1.12817 +107753838 8 -0.476918 -0.540028 -1.79951 +567795253 8 5.47817 1.60081 1.90916 +1858354549 8 -5.2399 -2.70322 0.952984 +2093015942 8 -0.714588 2.44183 -0.822586 +1456879520 8 -1.7712 3.31303 -2.70217 +1935317531 8 -1.58735 -2.36261 -3.14689 +1450947792 8 3.22238 -1.06173 4.97271 +2116536502 8 -2.94766 3.50986 3.94494 +823178833 8 -3.59607 -3.47498 -0.29874 +1002126134 8 1.26439 -4.3418 1.10573 +880616385 8 0.298038 -5.12572 -1.70263 +1861227493 8 -1.32117 -2.6797 3.555 +1154426557 8 -0.533227 0.755223 -0.923084 +19709867 8 3.84479 -4.18054 1.55126 +8495504 8 -1.76133 -4.52817 2.56126 +2064580654 8 -0.2716 -0.188571 -3.67541 +1667339617 8 -4.61125 -1.30242 2.13223 +1475008546 8 -4.10272 -1.78585 -0.955135 +402600661 8 -4.63406 0.0415728 -3.40131 +1356985428 8 -0.552891 0.148135 -4.88744 +497394194 8 0.872341 3.24137 -3.61497 +373915731 8 4.48548 -0.0104461 -2.01701 +1833681713 8 -4.66343 1.34683 -2.86701 +926976666 8 2.6903 4.6264 -2.7493 +1121375594 8 0.701353 0.957639 3.9751 +448491692 8 0.935572 2.36164 1.22431 +359819125 8 -3.22074 3.94085 0.179926 +135490386 8 2.23803 1.52333 3.86138 +960820503 8 -0.871822 -0.916138 4.40398 +886915896 8 1.87638 4.46707 -1.43389 +1196939142 8 -1.38513 -0.164361 -2.42391 +199470750 8 -3.43394 2.33325 0.8296 +1546113846 8 -3.40288 -1.1684 -2.42649 +365205912 8 -2.54644 0.646801 -3.53271 +1504583930 8 3.26277 -1.90684 3.22852 +2021427137 8 3.80494 2.53398 -3.84447 +1094861388 8 -3.98037 0.318869 -0.0754984 +481507478 8 -2.18544 -3.44907 -3.50434 +1428338464 8 0.406288 3.43566 2.45617 +216025162 8 -4.69967 -0.640702 -3.43078 +1717488717 8 2.38218 -0.258279 -5.54253 +1291665872 8 0.428112 4.80336 2.11956 +1870618122 8 -1.66912 -5.20583 2.21716 +1226684104 8 -0.440973 -3.62635 0.531673 +699762588 8 4.47879 1.50568 -1.77262 +1068921801 8 1.49602 -4.83536 2.64214 +1807885537 8 -5.2627 0.94379 1.77701 +1149793388 8 -0.604152 1.94106 -3.46859 +1580976098 8 2.85445 1.09588 0.328412 +170863119 8 -2.1184 -4.11967 -0.771982 +1396412769 8 3.23242 3.80566 1.19933 +101833259 8 0.556791 -1.20171 4.83503 +3177206 8 -4.50077 0.231764 1.72653 +895571889 8 1.06585 0.202096 1.59893 +627818169 8 4.53102 -2.10641 1.70939 +121609335 8 1.04281 -0.0347726 1.05234 +1501501918 8 0.665965 2.37333 0.756104 +1425997528 8 -0.50344 1.11482 -2.87934 +1033336797 8 5.04578 0.61007 1.4165 +1038584057 8 -0.572939 -1.94444 -1.03898 +485276232 8 -1.0624 2.60935 4.05762 +17373396 8 2.46466 1.49568 -2.07427 +476899262 8 2.80859 4.79604 1.80295 +884376030 8 2.30263 0.676701 -3.44339 +520940964 8 -3.57904 -0.735228 -1.94907 +1455250521 8 -1.04693 -0.36382 4.12447 +60322174 8 1.66995 -0.578978 0.731022 +1971319469 8 -4.37051 -2.26825 -0.229368 +1922060150 8 0.375918 -0.383069 3.01736 +1059376452 8 -4.49705 -3.57583 -1.04323 +2052135893 8 -0.138173 5.28359 -0.080142 +598071910 8 4.52441 -1.14083 3.31449 +906500989 8 2.03644 -3.39515 1.38473 +582448747 8 1.77706 -0.92678 -2.06067 +84930183 8 2.30212 -3.44424 -3.6433 +1816149827 8 -2.71674 -3.20165 1.64677 +1002219115 8 -3.21078 -2.66166 -3.28801 +1720848089 8 -4.95255 -1.09061 -2.49002 +243154512 8 -3.09051 1.86799 -0.500996 +1973336058 8 -2.63948 3.20095 -1.57722 +73938600 8 1.84041 -3.03375 -4.62217 +2119822933 8 -3.14175 -4.10081 -2.75787 +524502940 8 0.718526 -3.77852 -0.557519 +751665980 8 3.81295 2.64343 3.76785 +1226556817 8 1.94742 -4.41601 -0.920987 +466519767 8 -5.22214 1.74704 -0.640966 +1778001124 8 3.77002 -3.3291 0.673985 +1708304249 8 2.80703 0.193203 -3.68327 +329842326 8 -0.082862 0.764357 -1.9899 +375159488 8 0.321171 4.7385 3.61538 +1741533744 8 0.821716 1.42015 -5.6257 +1552222308 8 -0.534129 4.4425 3.99027 +1618585638 8 1.53468 -3.17553 0.486597 +997286744 8 -5.20583 -2.39555 2.19019 +104664816 8 -3.12077 -4.05661 -2.06927 +731550838 8 -3.48385 -1.23035 1.1942 +1616893477 8 0.627348 -2.28001 -0.246483 +919361699 8 5.21298 1.66997 -1.02911 +907051134 8 -0.166523 -1.10206 5.17462 +1577405953 8 4.53376 0.971358 -3.54906 +907093383 8 -1.59189 0.0883945 5.25591 +1260612110 8 4.56722 1.7057 -3.40351 +1030264545 8 2.74884 2.55517 4.77178 +1952254447 8 -1.33592 -2.32887 0.0173522 +1397013483 8 -4.36847 -1.73148 3.62214 +630700539 8 2.29181 -1.74929 -3.85831 +2031443883 8 3.34605 -4.67088 -1.77302 +1429386979 8 1.12584 -3.59536 -0.202876 +1436768846 8 -5.14479 2.07234 -0.47129 +1284585401 8 -0.577802 3.76369 -3.77086 +2062259345 8 -0.289186 3.86591 2.80671 +1677184420 8 -2.28823 2.6628 -2.70061 +1383129567 8 5.60545 -0.151611 -2.41782 +1928227074 8 5.33463 1.84636 0.333515 +1212860780 8 -3.71001 -2.76091 -1.5012 +2010400445 8 -1.92813 -2.04396 -3.30852 +1287566547 8 2.76406 1.05584 2.54382 +1800562410 8 -2.5423 0.228479 -5.04345 +1231393815 8 -3.02532 4.30375 -0.303102 +410978552 8 4.77233 -0.851415 -3.58199 +2039236253 8 -0.447457 -0.152348 -1.08389 +1676984167 8 1.64864 -2.66528 0.198425 +306651592 8 -3.27883 2.81835 0.51528 +1286941807 8 -1.62161 -1.15922 -4.41753 +117521193 8 -2.23622 -5.26917 -1.26811 +1361195576 8 0.782782 -0.841495 6.00025 +1203224105 8 0.405159 4.8252 2.01181 +2135539340 8 2.59792 -0.0189331 -0.525776 +2091956601 8 -4.76102 -1.3791 -3.08659 +1861037637 8 2.57216 -0.198304 -2.0017 +611854323 8 2.11157 -1.97206 0.656046 +631981337 8 -1.2111 -4.29612 -1.07893 +2004193380 8 0.927067 2.33603 2.66737 +452635601 8 2.86396 1.7242 1.19139 +1414258983 8 5.85659 -1.10338 -1.61676 +1337713910 8 2.72946 -4.78026 -2.49117 +102367967 8 -2.66903 -3.37997 1.41604 +44263310 8 -4.20131 -0.277001 -1.48707 +2035491892 8 -2.38686 -2.38993 3.08586 +1409817541 8 2.69394 -0.0874502 -3.91785 +1444215784 8 3.17146 -0.0207535 2.89803 +765964568 8 -5.42316 -1.71827 0.11399 +440669861 8 -1.89243 -2.55659 -4.79271 +749336796 8 4.08314 2.08466 -1.45902 +1176027412 8 5.13288 2.34429 1.28928 +1436479854 8 2.03661 -2.0065 -4.46382 +1148488058 8 3.03831 -2.55549 1.44582 +1376700413 8 -4.42059 0.510171 -2.58908 +1479367050 8 2.46967 2.99155 4.34648 +22715217 8 -3.86658 0.322381 4.18661 +1269579837 8 -1.65409 5.75123 0.537072 +826840470 8 -2.45568 -0.838543 4.65486 +1613270824 3 -3.27375 4.52642 2.62321 +758840213 8 0.528368 5.05049 2.28618 +347354844 8 -2.19354 -3.57826 2.76448 +1760842595 8 4.35651 -1.45357 3.39461 +1193307561 8 -0.5757 3.57011 -4.48103 +195413550 8 -0.592939 -3.04543 -3.71853 +1059294426 8 0.790628 1.44017 -3.32652 +1615602376 8 -2.20865 5.2133 -0.312191 +873651091 8 -0.0701311 -1.02516 -5.15229 +1875437522 8 5.06122 -1.07272 2.69559 +2071485177 8 0.648805 -2.10498 0.113859 +186031894 8 -1.27978 2.58807 -2.3025 +1316427167 8 -0.0594732 1.34428 -4.42642 +140364646 8 0.515044 -1.62994 -1.39674 +230920781 8 -3.09074 -3.93139 1.4746 +942574331 8 -0.113205 0.490806 5.72086 +1216672041 8 5.59683 -0.783507 1.63542 +593312955 8 0.614165 -5.47221 0.240498 +967734413 8 -4.48365 3.48588 2.3981 +1443560379 8 2.47933 -4.49779 -1.43738 +475834465 8 4.27042 3.90024 1.05225 +1101384248 8 4.47163 -0.146562 0.622805 +420712247 8 -4.73456 -3.46856 0.517303 +1595508905 8 0.660642 -3.98665 -3.35254 +1604320894 8 2.23808 3.75812 2.27313 +1267825164 8 0.505742 -4.49903 -3.17785 +1956438354 8 -0.637051 -3.23427 -0.135144 +1676464350 8 0.271775 4.84964 -2.6378 +296207631 8 3.38854 2.55517 -3.6824 +292434275 8 1.5737 0.381895 -4.07232 +706617645 8 2.49136 2.10015 4.90109 +657576494 8 -0.294154 2.31833 -2.01634 +333633539 8 -0.191929 -0.829123 2.11031 +1683644903 8 -0.115882 3.21884 0.502546 +2013436594 8 2.28109 -0.54056 5.65684 +1267102479 8 -4.33967 -1.31212 1.54237 +1822013602 8 1.57988 -3.58369 -0.634907 +225819257 8 -1.17536 -0.88391 -3.62169 +2031572649 8 -1.78906 0.679261 2.46932 +1329602138 1 -4.1674 1.42263 0.0864374 +1133427996 8 -2.05905 -2.50175 -3.25773 +261920297 8 4.28422 -3.67287 -2.21097 +918426598 8 1.72669 -0.00429229 4.75849 +656822036 8 -0.326546 0.752577 -4.74543 +7935448 8 0.180692 1.21671 1.22971 +1073983959 8 -0.849047 -5.38151 1.15055 +2024446309 8 0.821822 -0.0189805 0.729378 +706867634 8 -1.61473 2.35557 4.06557 +1747546677 8 -1.74757 -2.11145 0.321656 +520507660 8 1.51403 0.554817 -4.10728 +688180353 8 5.31843 0.335975 1.06011 +1876767867 8 5.57231 -0.466252 -0.583594 +545774073 8 0.343742 2.7197 0.639668 +439826702 8 0.213675 2.78383 -2.47389 +722585153 8 3.94304 -0.448342 -4.56258 +1531689658 8 -4.24715 -1.64845 -3.16862 +291773321 8 4.03415 0.252544 -1.14977 +1708296442 8 0.00153644 3.224 5.25511 +807549786 8 -1.90712 -0.670433 4.44321 +1600874444 8 -1.61994 -4.66084 -1.90616 +109897760 8 0.0614542 -1.06029 -5.52846 +1577591347 8 -1.32581 -2.35059 -2.6858 +1477862315 8 1.52041 -2.89309 -3.22583 +632537672 8 -2.33223 2.7199 -1.96744 +303472066 8 1.49756 2.45591 3.91703 +10329576 8 1.80608 5.12527 0.49042 +402756992 8 -5.43497 -0.561336 0.963907 +1138508577 8 1.80006 1.94794 4.12054 +693509990 8 0.827382 2.34424 -1.15076 +964233910 8 -4.7865 -1.75347 -0.148921 +1476066100 8 2.90974 -3.28654 2.60448 +644580907 8 4.77281 0.917845 -1.74882 +1821884061 8 -0.115886 0.882793 4.01303 +1837645082 8 -3.878 -3.48207 2.54617 +465762293 8 -3.88299 0.448401 -3.50994 +1435866324 8 1.91191 -2.87007 1.05541 +668618879 8 0.827698 -2.8071 0.981304 +801377768 8 4.20529 -3.01241 -1.29835 +683305717 8 -0.487456 4.08249 3.9249 +1827640306 8 -0.813927 2.94848 -3.79595 +1353467072 8 0.730416 -1.04175 3.01872 +800011007 8 -2.23632 1.29599 -3.54139 +1280378543 8 -2.93583 2.7631 0.0525331 +573288493 8 -4.99225 3.43741 -0.0538382 +1171004776 8 -4.43447 -0.326522 2.91623 +1343400214 8 4.50344 1.75491 -1.0319 +154459197 8 3.69336 2.332 -1.92644 +865993732 8 -2.96276 1.0039 0.0844752 +1444991558 8 1.31153 0.817149 -1.95647 +918641658 8 -1.85772 -1.34237 0.917833 +1990188410 8 -1.06218 -2.41292 2.72621 +703790565 8 -0.596317 -2.44923 1.29765 +976708099 8 -1.59998 -2.16449 2.28293 +1855327279 8 -1.82405 -1.18616 2.32724 +1992553768 8 2.63757 -1.66783 -0.723621 +1065353292 8 0.741004 1.3524 -5.66591 +824883935 8 -0.219572 -0.172992 1.32746 +1335386295 8 -3.53702 -0.264471 -4.02083 +945204825 8 -4.74128 -2.32133 3.16128 +464927181 8 4.006 0.765565 -0.398349 +1295842901 8 0.716056 -3.06534 -3.28343 +155357502 8 0.718741 2.63436 -5.27558 +1239597729 8 -0.109084 4.39501 -4.04437 +1285120198 8 -2.19413 2.61526 1.9341 +881633100 8 -2.49826 -2.37052 5.05723 +1635199274 8 0.198335 -4.09566 0.270637 +1586917013 8 -1.46545 -4.23932 -3.61337 +2005850106 8 0.765395 1.18887 0.126259 +795274437 8 -2.8512 0.0536404 4.47618 +274674655 8 0.02561 -0.233074 2.94446 +256234927 8 -1.26872 5.75371 0.607086 +1357838144 8 2.50203 1.80329 2.66738 +856658937 8 -0.396824 -1.73397 1.36842 +1985924942 8 4.90865 -1.66623 0.91743 +923279015 8 -3.04853 -1.53479 -3.35773 +1665753881 8 -1.74241 -0.383488 0.919034 +1796459973 8 -3.05521 -2.27533 -4.05984 +1435171116 8 4.07048 3.92511 -1.19313 +337047474 8 1.00481 -0.564 -5.77285 +1375923285 8 -1.58479 -1.22788 -0.975765 +1475966750 8 1.61837 -1.91692 -4.55506 +1199043995 8 3.37761 -0.96823 2.1565 +1563679722 8 -0.760435 5.57447 -0.534096 +628635906 8 1.1265 2.95907 -4.94454 +939886416 8 2.7855 -4.80834 -2.21452 +2108942924 8 -2.27025 -0.660584 5.39678 +1287301937 8 3.52212 4.23858 0.567658 +2070282408 8 1.45117 -3.3117 -4.61415 +1052838886 8 -3.74514 -3.85442 0.493773 +1385359851 8 -1.0223 5.4909 -1.8354 +1704280295 8 5.14333 2.09448 -0.776054 +1510570669 8 1.00165 -2.70924 3.21517 +1505385501 8 -1.54601 5.33181 1.44033 +2059355232 8 -0.113003 -1.14927 -4.17659 +118384242 8 3.93054 -0.416361 -1.70734 +1372342188 8 -4.81994 -2.11059 -1.88174 +80005354 8 -6.06978 -0.794312 0.0470332 +1138193092 8 -3.66225 -4.70678 -1.43444 +419214079 8 -3.22818 3.64169 0.674881 +453032186 8 -5.09165 -1.61979 2.51878 +1831377773 8 4.09518 -1.38638 0.920332 +679481592 8 -2.69407 3.7945 0.0530027 +1622051243 8 -2.84178 -3.57695 0.25417 +1966400047 8 -0.661843 0.27592 3.90055 +1319471337 8 -0.00197263 -4.50815 3.01595 +1794510314 8 0.0927619 -5.8037 0.648703 +1906981702 8 -3.45725 3.4589 -0.787045 +27208587 8 0.837701 3.25127 4.52487 +1273194760 8 1.8412 -2.03767 1.02621 +503642629 8 0.401948 -3.44455 -2.18028 +1818460419 8 4.25697 -0.556479 2.7686 +582045304 8 1.52422 4.76531 1.07591 +210590165 8 3.87363 -0.5977 1.98659 +1416789991 8 2.19765 -3.23993 -3.0668 +1064037951 8 2.93695 3.7769 1.31837 +1358215826 8 2.54378 1.10699 -2.73336 +2051166550 8 3.57591 -2.21235 -3.50142 +478926616 8 1.73997 1.54443 3.5693 +746678095 8 -0.714346 -2.01014 -4.54274 +1680276144 8 -1.26266 3.23801 -4.22967 +617303880 8 0.401116 1.50201 -4.28545 +1635730571 8 -0.939355 -0.641823 -4.14587 +1679714300 8 -2.22159 3.19243 -2.85229 +1537759853 8 -3.46918 -4.47812 -2.22735 +1433605608 8 -0.303911 0.408049 -4.63024 +1060691010 8 -4.57364 0.6489 -0.874616 +2048869987 8 0.971731 2.56081 2.12321 +783359302 8 -0.675698 -3.06261 2.60642 +644810466 8 1.62241 -0.467476 4.31537 +153756619 8 -0.689749 1.52825 -4.32088 +1439523224 8 -3.12676 -3.3907 -0.00603285 +1901794739 8 -0.687101 -1.92402 -2.90043 +902904313 8 3.2814 -3.68049 1.08738 +973108939 8 4.05151 -3.38655 -1.95399 +164515767 8 2.57283 -4.0648 -2.86905 +2093545898 8 -4.33167 1.06809 1.36367 +1268581832 8 -1.90122 -2.88127 -3.69932 +125160397 8 2.38502 -0.264569 -2.87865 +746024576 8 -1.35396 -2.69437 -2.62706 +1929505874 8 -3.94736 -3.24676 1.82635 +1757741832 8 3.59783 2.98174 -0.0280863 +877079502 8 -0.906686 -2.55589 4.28952 +547579550 8 -4.80844 -3.32917 0.170393 +983730774 8 -4.60138 -3.17976 2.41449 +1284631951 8 4.69011 -3.76443 -0.403349 +23706617 8 -0.648846 0.325682 -3.29727 +89136647 8 4.93003 -0.428943 2.98166 +1305342396 8 -5.45683 -2.18135 -0.364786 +1175046404 8 3.73323 1.91094 1.47722 +125638740 8 1.27722 -1.46572 -2.10303 +1429967506 8 -2.24866 1.06812 -4.35731 +1542100252 8 1.42516 5.2788 0.520277 +495608331 8 -5.35286 -0.103298 2.38989 +541918121 8 5.46559 0.554976 2.2355 +1656287442 8 -5.42016 0.534963 -1.43586 +1982418619 8 3.05323 0.991853 3.35164 +1457847429 8 -3.22592 1.53892 1.81931 +2008023448 8 -0.963054 -2.19233 1.23044 +497624339 9 2.95253 0.722557 -3.50433 +1592410636 8 0.468258 4.01249 -0.468625 +2043626344 8 4.39752 -1.73385 1.37135 +1078442632 8 -0.822385 1.87673 -5.04636 +386853706 8 2.83074 -0.402218 -3.98543 +557721962 8 4.60171 0.160921 -1.69232 +174837218 8 0.144608 -3.5613 -3.42498 +2104101015 8 -1.42385 3.73204 -3.92439 +1821010200 8 0.398065 1.39068 -3.58877 +1182725196 8 -2.1516 -5.011 2.92506 +497230451 8 3.40981 0.567453 -2.80902 +170922684 8 -1.60031 -4.46885 -2.96124 +2124191237 8 1.68638 3.25422 -3.67108 +933507918 8 -2.02118 0.0584484 3.92249 +711344777 8 3.40757 4.59137 -0.836358 +1207698684 8 -0.206091 -1.63201 2.06941 +1707777123 8 2.50093 -0.48522 2.26233 +1992623424 8 1.69609 -0.361523 -5.68775 +986691881 8 2.13009 -1.52236 -1.43011 +467151344 8 2.28659 4.35283 2.43734 +1284232724 8 -0.134115 -3.34492 0.7014 +1934865902 8 -1.25696 -2.92003 -3.89514 +1700663765 8 -1.50925 -1.7126 1.41004 +883226446 8 -3.33473 -0.797871 -0.989863 +230930975 8 2.75239 -1.79154 3.24066 +1828966295 8 -3.36568 4.99816 1.29339 +1267640983 8 -2.06515 5.36513 -0.640136 +2046336422 8 2.21444 4.95424 0.351001 +743764858 8 4.12004 0.907811 0.473506 +27135737 8 2.31308 -3.02568 -4.79937 +1558263406 8 -1.60724 1.708 -0.490221 +1170651204 8 2.10574 2.42757 -1.52955 +1900762848 8 -0.58514 -3.01178 3.28608 +2080682290 8 2.60647 1.70667 -1.64995 +765139640 8 4.21817 0.28752 2.97688 +1579162898 8 4.41391 -2.11347 0.681708 +1129505201 8 -4.74153 -3.09291 0.906214 +2030727435 8 2.69276 3.00769 -0.557035 +1272484848 8 0.18906 -3.56931 -4.34164 +1788826314 8 1.93326 1.55999 1.8079 +265040871 8 -2.53823 -3.59652 -1.18222 +1529448888 8 1.71825 2.72703 5.13577 +825177696 8 -1.65549 -4.64378 1.46729 +1688833824 8 -3.73005 3.02976 -2.32198 +1008159264 8 -2.12136 -3.52695 -2.24578 +728907877 8 2.77906 2.16145 2.48893 +740058219 8 -2.29253 -5.55319 1.07328 +1255436434 8 -0.759738 -1.7997 -3.86342 +1331070921 8 -1.63862 -2.48964 -2.73739 +176562148 8 -1.0355 0.558822 -6.0621 +851065934 8 4.23206 2.21956 2.75756 +441533004 8 5.02985 -1.80829 1.0848 +1503752899 8 -1.52529 -4.1422 0.382083 +561435382 8 1.70118 1.38267 -1.76845 +1951183029 8 2.2253 -2.76599 -3.59621 +1218202733 8 5.03266 0.926757 -0.346926 +1466902489 8 1.83916 5.61658 1.20308 +2019237635 8 1.25892 3.34171 -3.78088 +85175627 8 1.58148 3.40809 -4.25193 +1088247703 8 2.70487 -4.93731 -1.9086 +1207382246 8 0.000419118 2.41754 -1.17167 +989700733 8 1.63969 -2.57967 -2.53548 +1601190619 8 -2.35469 -1.12736 -4.16938 +1689916993 8 -5.06383 -2.45752 -1.70066 +588642680 8 -3.96018 2.36171 2.177 +741867384 8 -2.49109 0.848014 2.32982 +1612301904 8 3.20774 -0.951386 3.28469 +470357057 8 -2.99233 -0.610114 -5.37673 +1408382363 8 0.383364 -2.96215 4.89174 +1436139333 8 0.0203375 -3.58205 4.53817 +1092460528 8 -0.988347 1.56864 -0.978165 +1710010134 8 1.10786 4.37968 2.95047 +611524972 8 -4.98336 0.779154 -1.25506 +1619641593 8 0.399196 1.15987 1.43835 +1126226814 8 1.80207 1.66563 2.07018 +940983983 1 -5.93214 1.44283 -0.429193 +533347197 8 1.62492 -4.44073 -0.968327 +1669099288 8 -2.03068 5.03956 2.1788 +196246508 8 -4.15861 -2.63648 1.14936 +976443820 8 -5.35333 1.65222 1.94089 +453327665 8 -1.78174 0.217763 -2.72045 +999918457 8 1.47013 -5.36934 1.72437 +1330256043 8 4.39252 2.76997 2.22192 +880922706 8 -2.19901 0.713174 0.769486 +696247079 8 0.223711 -4.77396 2.31628 +423674859 8 -3.0085 1.01449 -1.03651 +2056725900 8 3.60865 -3.69398 1.57906 +2046918090 8 2.89452 2.73963 -1.11703 +573678014 8 2.05582 0.939655 0.556823 +1127612024 8 4.35584 -3.72516 0.266061 +628896418 8 -0.291702 2.07465 0.621064 +713441508 8 0.865788 -2.5746 -5.52168 +1460518398 8 5.50547 1.12405 -1.12573 +942942495 8 -0.315618 5.18487 -2.87266 +515863248 8 -0.645099 -0.584641 4.51923 +1613450307 8 1.87314 -4.25811 3.27254 +70343448 8 -0.879752 1.44344 0.946409 +376932501 8 3.05265 -3.8773 1.2774 +1427298387 8 0.935716 3.73555 2.25962 +1550075823 8 -0.936267 2.69801 1.35696 +1084823259 8 2.4004 1.97396 -1.38995 +1262286741 8 1.20571 3.85414 -1.58801 +1791380003 8 -1.29427 1.81622 -1.99405 +1955434995 8 0.504783 4.17223 0.684607 +306423407 8 -2.55389 1.59856 3.06535 +1644402408 8 -1.42881 4.73492 3.57586 +1012543125 8 3.57073 -0.00601165 -0.777263 +1888864802 8 -2.13751 -2.70445 4.96697 +517619704 8 -5.83664 -0.0629556 -1.58806 +48498939 8 -4.39791 -2.88776 -0.599814 +1340267766 8 3.18546 -4.72035 1.66796 +716851648 8 2.61302 4.7485 2.86185 +741896497 8 -2.23782 -2.85696 1.3759 +2015600743 8 -0.115333 4.092 -0.331516 +1169354371 8 1.17899 -0.265666 -1.54632 +744781365 8 1.28346 -3.2906 -0.00452903 +317535488 8 4.35882 -1.39288 4.05568 +1164752609 8 5.01418 2.73853 0.0360003 +503826932 8 -0.248423 1.51522 -4.69852 +76670933 8 -2.29908 4.23441 -0.0526741 +868283062 8 0.394927 4.89694 3.34091 +402183966 8 3.47021 3.09982 0.652269 +669300183 8 3.20472 -3.75918 0.538627 +1045148125 8 -3.15244 -2.279 4.72605 +1655692251 8 -1.18022 -0.291269 3.85203 +1169241269 8 -1.24615 -3.07745 -1.09595 +299662233 8 2.97193 2.55278 3.19403 +1594957730 8 5.59464 2.0696 0.167632 +768356233 8 3.21978 -2.7743 -3.55142 +133655806 8 0.0680775 -6.10553 0.191022 +658535838 8 -3.05437 -4.20667 -0.00351272 +1130493204 8 0.984496 1.4337 -0.159998 +1871151780 8 -3.54127 3.57435 -1.19966 +1881601541 8 4.79353 -0.734922 2.69086 +1229643474 8 -2.01894 -1.75544 -0.203772 +1819614021 8 -2.4045 -0.240033 -2.74545 +359761744 8 4.69701 1.77546 3.3924 +1506374982 8 2.22409 0.719652 -3.33685 +956982001 8 -5.05416 0.102727 -0.62935 +102945870 8 -0.486829 1.38768 -2.99487 +711388413 8 3.22008 -1.80547 -3.0648 +977764647 8 -1.52607 -3.18075 -1.18546 +106706869 8 2.37995 -4.037 -3.07403 +1181487993 8 -5.6432 -2.28693 -0.699398 +1607457051 8 1.38967 -1.89189 -2.07172 +1799207596 8 2.12908 4.31574 0.194593 +532334872 8 0.969719 -4.78013 -2.22083 +618189895 8 5.2524 1.84576 0.197379 +1359146480 8 -1.81969 -5.3158 0.543828 +1734320230 8 -1.71212 -5.13769 0.893113 +86460178 8 -1.12041 -2.1546 3.31285 +1623492708 8 -1.67551 2.74745 0.8206 +1285229098 8 -1.1822 0.266222 -4.34396 +947657309 8 -3.00844 1.63061 -4.86223 +1961546293 8 -3.93823 4.24127 -1.53046 +2003596559 8 -4.55213 -2.78446 2.59172 +1535973197 8 3.14333 0.537707 2.42182 +1089279712 8 -0.507185 -4.51126 2.64453 +1631364804 8 -3.91469 -1.49258 -0.160245 +1532602041 8 1.07187 -1.77798 2.94242 +1568965608 8 -1.14692 2.06009 -4.96421 +783794527 8 3.26815 -4.99687 -0.776816 +580125516 8 2.31713 -0.833454 -4.40129 +52025956 8 3.67528 -1.18778 -2.09577 +1814587562 8 -1.29229 0.892892 3.9011 +393211466 8 3.7098 -1.2989 -3.04008 +1250203100 8 0.571026 -5.27864 -1.61338 +150803909 8 4.17617 1.40999 1.85235 +1116221743 8 -2.67712 -1.05886 3.63496 +775053123 8 3.41634 -4.41788 -2.32279 +1276685946 8 0.814188 -0.388989 -2.7026 +1784912857 8 -0.998358 0.114873 2.12447 +1279569828 8 3.86058 -0.631198 -3.15471 +1716338063 8 2.0674 3.5753 -4.15819 +697828900 8 4.15844 2.24194 3.09486 +118284459 8 -1.88064 4.9452 -1.87403 +966595900 8 -5.679 1.22704 -0.862054 +173490531 8 0.582648 -1.02887 0.969398 +1522682248 8 -3.93996 -2.42683 -3.53106 +1174998604 8 2.56934 5.18164 1.07493 +1749667112 8 -4.12481 2.76075 2.06033 +1944294136 8 3.5514 -0.951714 -1.36715 +1631505407 8 -3.53193 3.80268 0.93882 +1877198513 8 -4.39741 3.78794 0.153298 +1176935858 8 2.36252 0.749655 -3.59213 +190920133 8 -3.09952 2.04513 4.49786 +1053410766 8 4.48203 -0.148597 -3.08569 +1073291920 8 0.0358877 2.98877 -0.39059 +831286445 8 3.33575 0.316709 -3.57809 +494832055 8 -0.406775 -3.50333 1.59675 +769085996 8 1.72377 4.70962 2.33574 +1000307227 8 1.43701 0.859002 -1.65588 +1086638591 8 -3.105 2.57751 3.3811 +875617507 8 -2.95592 -0.565204 -1.79107 +331907932 8 -2.87534 -5.39172 0.104581 +285884611 8 2.37133 -3.82598 0.867954 +206141959 8 -1.47596 1.96245 -0.391492 +2138175420 8 -4.69551 -1.29621 0.0188791 +261870499 8 -3.06691 0.167736 -5.05645 +662110987 8 -1.03676 -3.37625 0.813151 +950613847 8 1.26563 -3.68767 -3.47087 +408299086 8 -0.91738 0.686659 5.14198 +357605410 8 0.475781 1.75675 -0.166462 +1470295285 8 5.1633 -0.206684 -1.48042 +1802299779 8 -3.8966 -0.479536 3.28607 +102376867 8 -0.136068 -2.83624 4.76312 +473875210 8 -4.51191 2.12546 -2.53246 +1427338645 8 2.28739 -1.4223 5.58085 +1345886094 8 -1.50846 -0.058494 2.8376 +1592354430 8 -4.13366 1.16483 -0.530414 +1805997106 8 3.89688 -1.11841 -1.5842 +1760863434 8 0.642132 2.6726 -0.353207 +148674185 8 -0.924363 0.77509 1.35194 +1908719508 8 -3.24388 -0.218495 1.95992 +1383140513 8 -1.21502 -3.10314 -1.27636 +779658152 8 -0.906369 -0.487712 -3.68568 +227741517 8 -0.0402567 -5.92489 -0.516711 +228545410 8 -3.17788 2.04789 3.28181 +491991471 8 -0.121881 1.17685 -2.02497 +2046128115 8 -3.44654 -3.1863 -3.63339 +1582346341 8 0.400522 2.21879 1.19777 +1889353562 8 -4.21358 3.5741 -0.638374 +848450419 8 1.83064 -0.605442 0.858542 +1449193308 8 -3.37398 -2.80683 2.89998 +224173087 8 -0.202965 -5.54545 -0.0738167 +2036468991 8 -0.914637 1.80888 0.949971 +1330723136 8 -1.69822 1.11656 -4.48427 +1953132439 8 -3.45566 2.17639 2.52077 +828892375 8 0.0666673 4.2824 -3.55466 +1989914255 8 1.63557 -0.244135 -3.12546 +1551798794 8 4.05521 -1.12378 2.47471 +1477876016 8 3.16202 3.2534 2.826 +1293898643 8 0.201562 3.70233 -2.03746 +1503940675 8 1.8236 -1.02054 1.75418 +1035636090 8 -0.482448 3.63436 -2.46769 +2065365524 8 -1.18949 -1.42961 2.88523 +330897029 8 -2.1087 -0.884447 -3.913 +1894604120 8 -2.57518 -1.90772 4.66397 +766532483 8 2.43327 -2.09084 -1.85317 +146249083 8 0.604831 -1.43777 4.69911 +1624771103 3 -2.85686 -2.06249 2.61325 +1530037603 8 1.67425 0.279271 1.63887 +1994988500 8 -4.14711 -1.73892 -0.154918 +1427479714 8 0.867966 -4.73972 -2.65647 +1712976852 8 2.35203 -4.23817 3.3807 +114433796 8 -2.66512 -5.22051 -0.236252 +505826632 8 0.313748 -0.441307 2.24258 +1715042348 8 1.95498 -5.13481 -0.431838 +257652883 8 2.60958 2.54574 -4.2254 +2130593138 8 1.64348 1.01231 2.66028 +722025921 8 0.813429 0.309654 4.10004 +986970234 8 3.6764 1.43277 1.96248 +1859363975 8 -4.72994 -1.59238 1.97565 +1503363310 8 -2.53654 1.80718 -3.12696 +1381737166 8 -2.34787 0.934554 5.51749 +400224719 8 2.64194 -2.04225 4.9715 +444780039 8 -3.85327 0.0518709 0.738017 +1370106208 8 -3.65419 0.390846 -0.889661 +342889709 8 -1.09057 -0.34098 2.34648 +972675710 8 -0.877061 -2.73362 -0.142704 +1594223049 8 4.43024 -2.07092 -0.810109 +1873219621 8 1.36511 -1.26664 3.19576 +724709476 8 -1.2494 -0.356247 0.243041 +337727630 8 1.15582 -0.680871 -3.30914 +1421148757 8 -0.383989 1.07963 -1.12594 +1054029379 8 2.21501 -3.40193 1.56371 +869588985 8 -0.575173 0.0809723 -4.10824 +1047790649 8 2.63745 2.64451 -4.39246 +306553283 8 2.63015 3.35169 -1.09504 +1471195863 8 -2.92937 1.90184 3.82377 +958780230 8 0.829555 -1.25689 -2.77157 +860405833 8 1.94167 3.69141 -3.80527 +364896958 8 -3.02592 2.28853 2.31006 +280186924 8 5.15032 0.798192 1.69903 +50999598 8 -4.97448 0.504883 -2.33273 +1211546300 8 -1.00821 1.52478 -0.81901 +129288549 8 -4.11907 -0.106585 -4.03599 +273677401 8 5.26979 1.77115 1.32443 +2078072419 8 4.85418 1.50868 1.31006 +1672586179 8 -3.81607 -0.371244 1.71665 +231605440 8 3.43994 -3.05989 -4.12157 +402282319 8 -4.67444 2.16477 0.435495 +772138362 8 0.764364 2.69465 2.31845 +1609940342 8 0.919737 -3.38113 3.91048 +2144265123 8 2.75627 -0.386426 5.24946 +547962558 8 -0.577094 0.901696 -4.73891 +144557119 8 -2.9764 0.97304 -4.54861 +742322146 8 0.884909 4.62241 -3.37147 +1867659371 8 4.17958 -1.30208 -0.290892 +735028199 8 0.0797864 -2.43812 -4.88991 +1968861842 8 0.312302 3.65508 1.56459 +1280629990 8 0.107551 2.04825 3.76044 +1254070330 5 -3.62379 -0.499326 -2.84769 +1947356560 8 5.00668 -1.76606 -0.675053 +2006004680 8 5.79782 0.776347 -1.38343 +1401100081 8 5.22153 -0.886291 -2.29003 +2005103890 8 -0.0354192 0.138149 -3.84039 +1623160459 8 2.581 -0.516352 -3.0977 +637655594 8 1.01929 1.8934 2.12486 +390065523 8 -4.74979 1.20847 -0.784333 +931876957 8 1.67194 3.14981 -2.51784 +1604440040 8 -1.90797 -0.901362 -2.0264 +1074925432 8 0.0916154 3.03384 2.86997 +1991184057 8 0.650051 -2.99324 -2.52231 +871879401 8 -5.53276 1.93757 -0.637975 +118435529 8 -2.98278 -3.78616 -3.5578 +399952045 8 2.0497 1.66541 -1.15856 +207177665 8 3.77038 -2.6499 1.2468 +1382975570 8 -2.56528 1.68569 1.00726 +1348061302 8 -3.62793 -3.78405 1.74302 +1312819474 8 1.15053 5.23888 -0.915673 +1013890131 8 -2.65859 -1.62634 5.07005 +183159700 8 4.38751 -0.462003 0.608277 +111704001 8 -1.69219 0.243004 -2.60785 +1879878301 8 0.0452332 -1.67204 -4.65641 +1683963586 8 -2.69004 -4.27041 -2.17998 +1013821120 8 3.31758 -0.28232 -3.91808 +2117485375 8 1.39163 1.13622 -4.16227 +1504874013 8 1.34357 -2.91843 -3.36306 +1799210083 8 -3.11718 1.59351 2.36294 +2099765388 8 1.35308 -1.56622 -2.56503 +1892252269 8 -1.9678 3.44198 0.966832 +1987319048 8 0.159194 0.933222 1.40056 +1351065026 8 -2.68004 3.01059 -0.138449 +1914389788 8 -3.16997 -2.10999 -3.97004 +239939439 8 2.84306 2.37939 -2.90201 +737351698 8 0.572465 1.61522 2.62203 +523208551 8 -4.54627 0.960026 -1.83628 +1634341672 8 -2.40557 -4.85957 2.82623 +1083074006 8 -3.44638 -1.01883 4.6746 +575957411 8 -1.4564 -0.825676 4.94529 +716892319 8 3.64234 -0.0206179 0.593764 +750130209 8 0.85236 -3.5673 3.42548 +813546572 8 -1.31417 -2.52278 3.46912 +1820607970 8 0.847002 -3.37674 -2.65778 +770858686 8 0.148065 -1.34055 2.11121 +1329838342 8 -0.0822674 -2.38987 1.61287 +30303390 8 1.58902 -1.41028 -0.208625 +1753114195 8 5.2875 0.494421 -2.31023 +834713163 8 4.67158 -3.65027 1.18552 +1875759182 3 2.68724 5.02229 2.39523 +1796635587 8 -0.550754 -1.27791 -1.75428 +299588657 8 1.38733 -0.320583 -4.96308 +545451988 8 -0.311189 2.5907 -1.62539 +104020405 8 4.00311 -0.274056 0.0545635 +352203069 8 -2.41821 -4.93078 -1.96184 +1713794047 8 -5.1359 1.48059 -2.41587 +1296957835 8 2.85548 -4.87633 2.09996 +309109383 8 0.633188 -0.472773 5.13928 +313287843 8 -2.53758 3.40957 3.94296 +1910664533 8 -4.78124 0.17123 0.101139 +1707484734 8 -2.58678 -1.49661 -3.67245 +1753277255 8 4.34499 2.00483 -3.02379 +115847835 8 -2.96802 -2.06498 -4.34229 +727247352 4 -0.367911 5.86465 -0.193744 +576222890 8 -2.74515 2.71231 1.68097 +646927246 8 -1.46894 -4.8752 2.13021 +237853203 8 -2.02743 2.16919 5.25288 +311453548 8 -4.06418 -0.629432 -0.76337 +393523969 8 -4.35395 1.67469 1.61111 +1302649884 8 1.22233 3.28884 3.16728 +178845405 8 2.06497 -0.585743 5.59793 +27918926 8 0.683908 -3.21411 -2.14249 +1471552129 8 3.50496 2.48327 2.84576 +976227140 8 2.50825 -3.33474 4.44378 +1906459090 8 1.12442 -5.70557 -0.701953 +1362670512 8 4.9763 1.91985 1.79834 +1319769865 8 -4.01443 2.42223 0.947193 +23560011 8 2.49733 -4.22075 1.86729 +1990117649 8 -1.83078 -1.28704 -3.52008 +938831579 8 -0.380906 -0.955924 -1.45059 +1671065987 8 -3.76706 3.652 0.0759776 +245509863 8 -1.03132 -4.70597 1.25209 +1191832727 8 2.70443 2.87673 -4.24898 +237970342 8 0.536749 3.08753 1.92343 +1602392853 8 -0.39803 -1.3672 3.67725 +1039409517 8 -4.66272 -1.78748 -2.89072 +1676350246 8 0.0298187 2.89958 -3.55787 +1152482974 8 -3.17772 1.9377 -2.56901 +85188275 8 0.586924 -4.43724 -1.43972 +1462309058 8 3.40733 0.874138 1.38206 +1420687101 8 -2.22558 -3.31466 -1.05874 +549076486 8 -1.38776 1.59496 -2.91891 +1427200753 8 1.57824 4.27999 3.5401 +798177138 8 -3.49855 2.14109 -1.54678 +804517571 8 0.329681 0.838928 -4.91502 +1920881040 8 5.29391 -1.71783 0.623853 +947255321 8 1.61813 -5.53139 1.00899 +739788067 8 -3.92636 -2.53648 -3.92798 +1951699841 8 2.52955 3.38525 2.96249 +61452285 8 4.75725 -2.28682 -3.1056 +1016160155 8 0.727599 4.61492 -3.98663 +392860878 8 0.404415 4.11664 -0.77628 +2072522795 8 -1.48951 -4.32811 4.12729 +661522695 8 1.67161 -4.82393 0.522332 +1100774844 8 -0.420046 -0.93043 1.81699 +1975364412 8 1.72048 3.98371 -1.09138 +246637558 8 -1.86369 0.724683 0.584711 +659866244 8 3.79972 3.86231 -2.15593 +1368793322 8 3.96257 -3.92016 1.8721 +1791934562 8 4.15217 0.977673 -0.325299 +2126908436 8 3.60529 2.52747 2.01796 +1807735405 8 -3.41664 -0.503904 -4.15248 +216465680 8 2.63421 -1.98812 1.18328 +558763233 8 -2.12919 -3.40555 3.95569 +1988377838 8 -2.05909 -3.60471 0.686688 +415159120 8 3.58162 -2.73255 -0.733231 +832738233 8 -1.14257 1.71669 -2.90499 +1627481868 8 -3.25711 1.89121 -1.67297 +960807165 8 -0.598778 -0.887815 2.94725 +370782649 8 -2.05283 2.82075 -1.087 +1024991254 8 0.571732 -2.09742 2.66184 +1598544574 8 -1.05565 1.0551 -1.27343 +2110211197 8 -1.2261 -2.00488 3.7406 +1835973634 8 -2.30899 0.661466 2.08983 +1928142418 8 -3.26936 -1.73694 -1.46393 +1992353408 8 4.77445 0.587894 -0.792446 +549271789 8 1.31591 -1.40341 -4.10282 +1046523846 8 4.27171 0.26265 -3.80782 +996636991 8 0.865508 5.18209 0.402057 +735532467 8 0.763034 -4.1907 4.24776 +1314371601 8 1.77654 4.46445 0.993324 +1764840988 8 -0.835569 4.3731 0.293798 +700074607 8 -0.528737 -5.09286 2.00373 +1990076108 8 0.0862906 2.17132 1.96612 +894158432 8 1.94315 -1.25759 -2.59391 +1492044846 8 -0.905428 -2.16621 -2.86886 +867932149 8 2.47751 -1.60427 3.59296 +1395299958 8 3.07646 3.08753 -2.53213 +994651757 8 1.80742 4.83261 -2.17289 +1543066168 8 0.632168 0.18243 -1.30378 +2024182980 8 4.78327 0.923193 -2.24232 +978172727 8 2.7074 -0.69163 -4.67017 +652758428 8 -1.59567 1.18148 -0.486224 +1616459758 8 -4.45213 0.785458 1.4943 +1786477223 8 -1.76338 3.30068 -2.34934 +688702501 8 -2.62177 1.89123 -0.493035 +1311570211 8 -1.24099 3.30137 -3.88578 +367683243 8 -1.29415 1.99899 4.91937 +569022065 8 -3.51457 1.34117 -2.9729 +948254485 8 -2.32502 -3.03517 2.24592 +235379726 8 2.35275 -0.879885 -5.4943 +581639643 8 -0.720076 -4.99003 1.5506 +126006375 8 -2.97296 2.08095 -0.218361 +780039321 8 -4.45537 -1.41435 2.00397 +207221416 8 -0.199304 -3.47749 -4.48534 +1917388383 8 -4.96435 -1.91967 0.175367 +256403064 8 1.83794 -5.41662 -0.955251 +355972292 8 5.61116 1.25562 -1.51996 +1121847485 8 -3.23618 -1.80671 -1.73968 +1752305683 8 0.476577 -4.90658 0.327443 +254582527 8 1.89035 1.77883 1.21714 +1875918881 8 0.198934 0.0559251 -0.0126767 +1674926013 8 -4.92693 -0.0181005 -0.487126 +1816646042 8 1.47007 1.62973 0.310062 +973851784 8 0.869673 -0.431892 -3.50667 +1612392071 8 4.23419 -1.24553 1.12676 +636246202 8 1.2113 1.17437 -2.98773 +1076780995 8 1.21338 3.70109 -0.979893 +497775428 8 -1.56057 2.00991 1.65771 +420932755 8 -2.81872 -3.62094 0.634298 +1502232338 8 -1.97721 1.9382 -3.43028 +720013302 8 0.0701685 1.23184 -2.44075 +1895558754 8 -2.96218 5.22297 -0.786814 +533382958 8 -4.61204 -3.2034 0.575829 +1265042109 8 -1.96594 1.06657 -3.44424 +537167879 8 3.70405 -1.5861 -3.53911 +913133331 8 0.290661 1.96974 -1.23803 +757166026 8 0.467054 0.716372 -3.34227 +1682155152 8 2.17835 0.614577 -1.94269 +807165475 8 -1.85731 2.72622 -0.150249 +843823022 8 2.80549 -3.72231 -1.89654 +652209777 8 2.72728 0.498242 4.41367 +707880547 8 4.22753 -3.75949 -1.91685 +1489576820 8 -3.16429 -2.36292 4.5522 +581886080 8 4.60861 0.183692 0.537914 +1284348567 8 1.05044 3.40861 1.35182 +1084272414 8 -4.46099 -1.04063 1.14594 +1513524912 8 -3.68399 -3.64802 -1.39117 +1967356212 8 2.92689 -2.54958 3.30668 +222152971 8 3.79423 2.70142 -3.27661 +1597861101 8 -5.45178 1.66227 1.25531 +1446558231 8 4.76642 2.21936 1.39245 +1381586396 8 3.42287 -1.23289 1.97654 +385221709 8 -2.87415 -4.76142 -1.2961 +2051287346 8 3.77844 1.12226 -1.00798 +1515482890 8 -0.124029 -5.40705 1.78383 +1414560154 8 1.31701 -3.06707 -4.09648 +843153722 8 0.232619 5.26555 -3.1975 +763236718 8 0.39679 -3.03238 2.95801 +2117650293 8 -4.78353 -3.0541 -1.43469 +1315939802 8 2.92264 -3.47188 1.22765 +1311387729 8 2.59562 -2.7009 0.223389 +1977263556 8 3.35287 1.50222 3.17027 +517301540 8 -2.37571 -2.53977 3.23998 +1904440288 8 3.29398 -2.79632 -1.4521 +1904664919 8 0.485272 2.53774 2.73828 +2010409685 8 -1.6144 3.04003 -3.58119 +701744945 8 5.45833 -1.3719 1.69428 +638529717 8 -1.32252 2.06857 0.749956 +1782667563 8 -4.89831 -1.11142 3.49889 +536806146 8 3.90994 -0.757289 4.4969 +1912427586 8 1.00882 2.78709 -1.51817 +664983097 8 0.817976 -0.434947 0.663379 +960244837 8 4.16564 0.79034 2.80167 +809454791 8 2.71222 -2.3396 4.75044 +1874742843 8 0.82374 -3.60655 -0.949922 +1014791684 8 -0.133592 -2.64588 -3.34472 +907390294 8 2.85095 0.397897 5.1386 +560417462 8 4.4526 -2.96137 -2.26808 +59806943 8 3.15445 -3.7011 -1.8829 +1306620035 8 -1.46205 -4.87581 -0.761532 +1801899832 8 3.01042 -1.47477 -2.94163 +1451699443 8 -2.3134 -4.12147 -3.60054 +1774250723 8 2.44682 1.80786 -2.18789 +1061323926 8 3.24323 1.20865 -3.80974 +797349114 8 -2.07569 -5.12988 1.41671 +674746820 8 3.73411 0.424084 2.69663 +854397972 8 -3.3882 0.560984 -0.95534 +110455355 8 -2.23527 -0.900946 2.39318 +293438094 8 3.95788 -0.509027 -3.53661 +765928887 8 -1.82124 -3.62855 3.23133 +2030379862 8 4.50195 -2.10049 0.858229 +282084855 8 5.18936 -1.16626 0.284429 +767677144 8 -2.41703 -3.21103 4.06799 +1713089039 8 2.3996 4.31131 1.79178 +1019702616 8 1.03092 -0.25912 -3.81717 +1739787696 8 1.43217 -2.90874 2.63422 +1596356822 8 -4.24173 1.11707 1.08088 +1731933108 8 3.2491 -1.58563 -0.403441 +1479160295 8 -1.6504 -1.4361 0.838928 +1010304489 8 1.26672 -5.39017 -2.21974 +1034785859 8 -2.5776 3.70621 -3.50128 +172508011 8 1.5624 -1.92726 3.27782 +683829459 8 2.45606 1.74813 1.81168 +160677352 8 0.206371 0.0479262 4.97492 +520667756 8 -3.82609 2.84355 -3.14214 +741709779 8 -3.28509 -1.01288 -1.63595 +1895958987 8 -4.32553 -1.89053 1.48447 +525677278 8 -2.19991 -3.18637 4.17346 +98284759 8 2.73164 1.84037 -0.364485 +874932710 8 0.423356 5.76321 -1.15461 +1463442508 8 -0.729538 2.37874 4.22914 +358735603 8 1.9224 0.0489007 3.51765 +1365646652 8 -2.67662 2.47685 3.69657 +1971510380 8 4.58592 -3.86329 0.409016 +1876645058 8 2.94385 -2.74946 -2.58107 +230913317 8 -0.690508 5.46933 0.10665 +1101485069 8 1.95125 -3.50011 -0.379291 +1458177171 8 1.00723 1.40574 5.69514 +240634255 8 0.0819682 0.42056 -2.63368 +290453502 8 -0.135948 1.25793 -1.44497 +1707747426 8 -0.221583 -2.98543 1.67418 +371226638 8 4.75774 2.35911 -0.427911 +324845182 8 -3.29717 -1.39834 -0.375505 +464808002 8 2.6179 0.111132 0.188559 +897481001 8 0.739773 0.453183 3.40499 +1699843574 8 2.91257 -1.56926 -4.4969 +1234329265 8 -4.04175 -0.932439 4.45209 +374164800 8 1.85625 0.867082 5.44836 +1840330997 8 2.10106 2.76108 1.11516 +702835797 8 1.62808 -4.4407 0.570218 +640101681 8 -1.58971 3.95892 -1.56216 +353530515 8 -1.60347 -0.109567 -4.29155 +1366430503 8 -0.697555 -2.79082 1.06215 +1398631067 8 -0.0536117 -1.96587 3.39876 +546445378 8 3.34494 -2.51464 -0.327742 +2070688984 8 2.05396 5.76517 0.377003 +1817185554 8 0.444281 -4.23994 0.890274 +1554694811 8 1.48134 -2.09049 -0.203503 +709693719 8 4.81236 1.37815 -1.23247 +966372905 8 -5.27302 1.55054 1.27422 +146717121 8 -2.16537 3.33901 4.05778 +1928563632 8 1.95105 -3.64676 2.65927 +278982822 8 -2.41428 -5.11826 1.44306 +880848066 8 -1.66869 -5.5584 0.988203 +1339217644 8 0.703802 3.0748 1.75654 +1822151530 8 0.537945 2.50847 -3.18277 +441290804 8 -2.43361 4.0672 -2.32178 +658105291 8 -4.95948 -2.14684 -2.93601 +732599824 8 -4.08338 0.500511 -1.4018 +1477507366 8 -0.369207 2.56142 5.50887 +678663669 8 1.5045 -5.42556 0.681826 +2058414961 8 -1.56213 0.543169 0.313725 +1421167080 8 4.2445 -0.384431 1.59393 +2096977758 8 -2.81485 1.99839 0.324599 +976030421 8 0.912995 3.7249 -1.56356 +320720558 8 0.17297 -2.77805 -1.13508 +1115328195 8 -0.706794 -1.65728 -1.62033 +592270555 8 -2.12602 -4.96069 2.04531 +1115029492 8 1.68949 4.72333 3.38801 +1819397565 8 -2.37764 1.755 -1.02027 +401394735 8 -2.24737 0.872252 -3.87746 +1002880491 8 -2.66239 -2.46398 3.9396 +1467810387 8 4.33494 -1.5415 -0.0805714 +939196163 8 4.11123 1.75679 3.85884 +611287611 8 -3.63396 -1.85614 -0.112519 +1038960801 8 -2.56682 -2.13897 4.98648 +1125651245 8 -0.0536844 1.30291 -0.889056 +1088284716 8 -4.88718 1.55552 -2.44356 +1667788630 8 1.7852 5.09491 -1.4474 +404919715 8 -2.13111 -3.47206 0.059104 +205847497 8 0.227673 -0.168205 1.87189 +57693018 8 -3.72831 1.3298 2.60905 +1760865366 8 -1.5715 -1.59163 -1.59142 +1329333926 8 -0.150191 -3.20816 3.03383 +1466569586 8 -1.75248 -1.44263 -3.734 +982062451 8 3.13379 3.89005 1.31486 +1582548343 8 -1.03292 2.08498 1.54575 +902773869 8 0.252316 -2.14176 2.81647 +1059265575 8 1.27745 -5.23297 0.475074 +222935755 8 4.57369 0.416939 3.73612 +291274488 8 -1.81555 1.7973 -4.46875 +665130979 8 3.56098 1.07733 2.62501 +188238871 8 2.73018 -0.568295 -2.18579 +2040215808 8 -1.02151 0.534632 -2.54137 +483474010 8 -3.24153 -0.759334 0.196462 +1069144761 8 -4.69617 1.09189 -1.52048 +359753527 8 2.15772 -5.76528 -0.0350182 +172017662 8 2.04776 0.262211 -1.89309 +1726134170 8 -2.45427 0.159193 -2.81363 +1900317319 8 4.60897 2.41149 0.151327 +1376138952 8 0.928081 4.04541 4.00444 +1639182988 8 -0.720912 5.34869 -1.52539 +967040033 8 -0.310273 5.48825 0.0487354 +1378484106 8 2.7115 -2.10138 1.76748 +1025478431 8 1.77491 -2.80563 3.97626 +624470417 8 -5.28465 0.259711 -1.02296 +1141927740 8 -0.431215 2.43148 0.793934 +1245442491 8 -1.62571 4.6254 0.634218 +443679398 8 -0.192861 1.90826 3.36285 +595060679 8 3.07655 4.4076 0.401717 +1817734197 8 4.51942 -0.123087 -2.51368 +365489191 8 2.76032 -0.113138 -1.20861 +1423313088 8 0.149551 -1.39444 3.40487 +301752377 8 -1.45535 2.19961 5.21129 +479329807 8 1.91548 5.70527 -1.47856 +1398396617 8 -3.92377 -1.09843 3.28135 +149623056 8 0.232137 3.60015 0.350945 +1550779668 8 0.638596 1.68678 1.18603 +1932763806 8 -2.19602 2.3976 -4.75611 +1738625794 8 -3.96206 -1.58082 -3.15583 +86048884 8 -3.63098 4.5893 0.727573 +875876413 9 -4.81945 -0.145112 2.01244 +757168187 9 1.6281 -3.98609 3.10903 +1241366384 9 -1.43324 -4.20038 -4.12961 +760519823 9 -1.29877 -1.95113 3.78485 +1966914215 9 -2.2753 -4.48953 1.39299 +369071101 9 -2.24621 -3.9396 1.69228 +1997054067 9 0.277355 -2.17456 -0.580871 +1344568901 9 3.88631 3.76368 -2.61942 +2110772294 9 -4.42781 -2.15272 -1.79063 +322541460 9 1.16046 3.99328 -1.77673 +1385400169 9 3.50095 -4.44641 0.0971218 +631610210 9 -5.35739 -2.23561 -0.554373 +1435609418 9 0.245281 3.00866 -1.0056 +129563879 9 -2.24518 -2.84683 -3.92976 +1773816444 9 1.12618 0.726143 2.4844 +199971458 9 -3.69236 -2.13079 -0.954217 +1927194137 1 -5.1018 -2.35596 0.377437 +2049295451 9 -0.184515 -2.50997 0.614124 +552810809 9 1.69244 -0.0194246 -5.47098 +466302777 9 -2.63702 2.25348 -2.66944 +1125244360 9 1.1312 -0.244399 1.49613 +366617989 9 -4.24587 -2.96942 0.932296 +1307295515 9 3.59499 2.55586 1.66578 +1464468191 9 -1.27206 -1.58243 1.28484 +477355815 9 -3.25386 4.8349 -0.186293 +1857628029 9 1.79584 -1.75224 -3.79503 +133865212 9 3.99154 -3.63364 2.61688 +2092437596 9 0.67653 -1.52665 -3.12993 +2039700956 9 -3.44401 0.161066 2.35642 +1894465447 9 1.8039 0.126792 4.22018 +1737301815 9 0.333669 4.96623 -1.92127 +538506727 9 2.57559 -3.92848 3.67535 +495804994 9 4.15659 0.151218 1.8434 +1445103206 9 -0.287681 -0.604454 -1.44241 +563511441 9 -3.75661 2.93816 -1.13967 +1232895609 9 5.14065 -2.48076 1.54994 +2037116375 9 3.31565 2.1874 0.383385 +77464802 9 4.70961 2.03614 -1.44746 +391201910 9 -3.81318 2.74913 -0.193714 +947091617 9 -0.151493 4.03984 3.38157 +1427566871 9 -1.79637 -3.54365 -4.43732 +1682875571 9 -2.36296 -3.66297 1.60432 +1713351970 9 -1.35102 -2.04072 3.19563 +302116827 9 -3.4918 3.08567 -3.25368 +2067392987 9 0.764523 -1.68671 0.409254 +2115765930 9 -1.94686 1.89458 -4.9639 +57298295 9 -4.31416 -0.469106 0.574865 +2034544256 9 2.36698 -0.335081 3.54423 +315755533 9 3.41636 -1.22599 0.949895 +1803278396 9 -4.41944 -1.6398 -1.62234 +647675700 9 3.29469 -2.89849 3.05024 +769621578 9 -1.42795 2.67655 4.59452 +1083582185 9 -3.451 -2.50906 0.748802 +1483945803 9 -2.58961 -1.50083 -4.04923 +83327281 9 1.41073 -3.51836 -0.539614 +377605525 9 1.45045 0.271755 0.169059 +1683407380 9 1.70882 1.5438 2.25102 +860596131 9 -2.5962 3.10193 1.37301 +712387460 9 5.45708 -0.561366 -2.65001 +1661225469 9 -3.26954 -0.797749 3.72321 +1080054991 9 4.59298 -0.841225 -1.98548 +873972342 9 -0.620298 2.79956 4.46193 +202675367 9 1.39303 0.947721 -0.456364 +1986658186 9 -3.50255 1.22616 4.59723 +2095039621 9 -2.36511 -2.62817 -2.89755 +426718253 9 1.82899 -1.17146 4.78569 +1723518405 9 -3.86181 -2.44913 -3.43312 +712031708 9 -2.66412 -1.77661 -4.28466 +6806633 9 5.4616 -0.340259 2.34142 +342030729 9 -2.31412 -3.43105 -3.97495 +1448286354 9 -3.41334 -2.9343 1.47703 +2055340216 9 1.01397 -0.23934 -5.46567 +1592816331 9 -0.796057 2.74652 -3.19742 +480100160 9 5.42107 -2.28126 -0.0422856 +1514543505 9 2.59428 -4.59762 1.19398 +942703516 9 5.31351 -0.564844 -0.200621 +62940906 9 -4.13042 -1.43461 -3.63255 +342844092 9 -2.17375 2.07241 -2.94797 +918181150 9 -0.474516 -0.163172 -2.81071 +1726874697 9 -4.66171 0.216895 -0.52065 +1243256935 9 -4.75826 -2.75793 1.26412 +1824993970 9 2.43821 3.09148 2.7064 +209758636 9 3.2817 0.115794 1.84912 +1321486427 9 1.29294 0.520985 -1.93811 +1176987354 9 -4.0765 2.53558 2.47048 +529199902 9 5.35948 -2.29906 -0.642137 +690488377 9 1.6259 3.51176 0.347277 +1511061188 9 -4.32685 -2.56839 0.328392 +1684635951 9 2.68971 5.05869 2.09431 +298729772 9 -0.412446 -3.70236 -2.46466 +1337073868 9 0.500769 -3.05206 -1.643 +1227512591 9 0.41098 -2.03887 2.28719 +1464147937 9 -3.69276 -1.39191 -4.74389 +50760510 9 4.20612 -1.66928 -0.522836 +2129220630 9 -3.77904 -1.88678 4.19313 +1041685310 9 -1.90316 4.87241 -0.779781 +1157626622 9 0.783675 -5.30487 -2.39819 +313733849 9 -1.14245 0.743184 5.705 +1851910446 9 -4.07205 1.2199 3.92129 +1201910727 9 -1.12013 -3.68855 -1.43874 +2010563501 9 -1.1127 -2.98891 -0.892745 +1755489056 9 0.270585 1.72582 -3.77453 +86762013 9 2.41053 1.08956 0.606084 +496017873 9 -0.375664 4.05857 -2.20729 +927314317 9 5.63268 -2.24171 -0.218336 +1202877904 9 0.107812 -0.76606 2.5257 +456456398 9 -4.09822 -4.06391 -0.0851021 +1022399502 9 -3.31705 2.19093 -3.16236 +346180380 4 -1.02309 1.56157 -3.53447 +324493760 9 4.1421 2.93289 3.35937 +171304908 9 5.3712 2.33722 1.46018 +310481587 9 0.638113 4.33385 2.14321 +1884502627 9 -0.532508 0.871573 1.88808 +1624715255 9 -2.29941 1.34575 -2.17903 +527285665 9 -2.78276 2.17148 1.31209 +1876935191 9 -0.610896 1.51787 0.297549 +1059145033 9 4.85266 1.2625 1.49847 +389195946 9 -0.565688 2.68641 -2.49966 +331035890 9 4.21437 0.654628 -1.22845 +7628863 9 2.58249 0.0280096 -3.3262 +227798744 9 3.04809 -3.18109 2.23006 +2007502814 9 -2.6505 1.29547 0.707134 +245093341 9 -0.361722 -2.3177 0.113687 +413252088 9 -2.52667 1.77213 4.20756 +115942865 9 2.8159 -1.56779 -4.07163 +605082730 9 -1.25664 4.11728 3.751 +1657133275 9 -0.843661 -2.86629 0.454128 +2009434069 9 -1.40686 -3.03437 4.73898 +253565608 9 1.92764 -3.33029 0.852034 +1356159515 9 -0.157647 2.34313 -3.07011 +1302942570 9 -1.43261 -1.79409 1.51182 +987226781 9 -0.959269 -3.33136 3.648 +709628139 9 2.26354 2.34929 0.368368 +1391195290 4 1.6009 -1.64402 4.77351 +696859370 9 4.2565 -0.00186494 -1.99132 +2083812587 9 0.837998 -4.6982 3.73827 +2017965054 9 -2.39801 5.53017 -0.464221 +1480377361 9 -2.76636 1.74348 -1.53644 +1777238906 9 3.18748 -2.32527 2.63544 +1422501170 9 2.5237 2.22301 4.79503 +907430142 9 -2.44356 -3.43394 -1.57498 +336436623 9 1.72123 3.08291 -0.63435 +860890219 9 -4.03106 -2.08541 3.1869 +1771272942 9 3.24138 1.51919 1.84757 +1643348745 9 4.8165 1.84372 1.30038 +719796455 9 -0.749436 1.85937 2.09608 +858880706 9 3.84895 2.10181 -1.08777 +538715367 9 1.41838 -4.67064 0.549572 +2047127901 9 0.445343 -0.561745 1.73115 +450892466 9 0.289103 -0.709063 4.5168 +283463941 9 -0.33512 -3.57054 3.07216 +666326590 9 -0.203128 2.90459 -2.55791 +1802881583 1 -3.21944 -3.72851 0.27359 +931777713 9 0.0251067 2.24581 -4.60865 +241610757 9 -3.4673 -4.77914 -1.2976 +2133972142 9 -1.47359 -4.19307 -3.57412 +621170833 9 0.589587 -2.12708 -2.43941 +1370600329 9 3.93407 1.40077 -1.00027 +572284383 9 -2.14419 -0.772065 0.292709 +1657300432 9 1.94734 -4.21595 3.44731 +1488335028 9 2.40511 4.64691 0.450199 +1532879271 9 0.606404 0.266415 -3.50149 +1976803612 3 4.55362 -3.18452 -1.92317 +1405344908 9 -2.72508 4.53502 3.00046 +1512658208 9 5.26512 -0.963503 0.426509 +1704242876 9 1.34309 -3.38076 -3.27601 +1708037301 9 -2.45641 -1.43024 -3.85803 +328897300 9 -2.02623 2.729 3.26762 +1317094444 9 -3.30416 1.36608 -4.83774 +250928963 9 -1.32601 0.943752 -4.4016 +784203893 9 3.57681 0.969052 3.84446 +1459471073 9 1.02814 0.50713 -4.98826 +1395108323 9 -0.978359 -4.53128 -1.79955 +334173260 9 -2.63428 1.13994 3.35186 +287671074 9 -0.565915 1.721 0.616927 +1029067703 9 2.13117 1.87691 2.25054 +2082968131 9 3.37322 1.41932 -2.69619 +242703011 9 2.20051 -4.90986 1.74591 +1431865007 9 3.15402 -3.56623 0.477526 +794574202 9 -0.00508255 -1.77269 -5.00974 +2111474457 9 0.581069 -0.32423 -2.77531 +1262143580 9 -2.26025 0.225881 -5.34485 +78528729 9 -3.80229 -3.28295 2.31194 +1671021647 9 5.16568 -2.13583 2.50769 +252657370 9 -1.80128 4.7797 0.991931 +164051413 9 3.79363 3.26263 3.16992 +1153550434 9 3.31691 3.20559 3.85438 +1507848771 9 1.38054 -4.8236 1.42281 +1066653004 9 -1.434 4.09 4.08946 +2013479157 9 4.63023 3.0086 1.62778 +679418477 9 -2.79886 0.205886 -4.88928 +746758831 9 3.41141 -2.44267 1.22526 +1321805876 9 1.03964 -2.81392 4.46021 +686031210 9 5.52669 1.49545 0.311861 +1214701170 9 -3.01095 -2.0429 -1.65003 +550768807 9 0.578717 4.75531 -1.06637 +993341275 9 -0.523085 2.09911 -4.09676 +1226314418 9 -1.99858 -2.91122 -0.713361 +963286423 9 -2.09312 4.05746 -2.40351 +1482999789 9 -3.46292 0.405475 1.72362 +435107958 9 -0.272004 -2.45057 -3.7285 +706172958 9 0.443317 -2.80472 -2.67313 +1718697512 9 -2.72513 0.366206 5.12795 +295583100 9 -1.41891 2.46921 -1.34215 +210469432 9 -4.78562 -2.27025 3.03259 +1275098410 9 0.512041 -4.45806 -3.86158 +1246542443 9 1.36422 -0.53228 -3.26951 +1505960760 9 -0.0724059 -1.41826 -0.0145406 +109164591 9 -0.563171 -3.45288 0.635776 +1582241883 9 -1.72416 3.35833 0.880233 +506324835 9 2.97749 2.82546 -3.47812 +963993508 9 -0.482948 1.5444 -1.72924 +1254961472 9 -2.12043 -0.113849 1.99701 +1426276384 9 2.15236 -0.090058 4.70532 +1170114559 9 -4.35465 0.65987 1.46062 +472726276 9 3.64181 2.60799 -0.491518 +1956319421 9 -4.72294 2.95552 1.39577 +1233710888 9 1.13457 -5.20015 -2.49292 +1448694017 9 -0.865906 1.2893 2.06749 +733639746 9 -3.45585 1.71209 -0.971742 +732304992 9 0.648015 -1.12554 -0.308583 +924933175 9 -0.430581 2.0123 -3.79974 +1334679672 9 -1.69475 -5.62876 -0.303855 +352858499 9 -3.40427 -4.76007 0.327161 +1139800872 9 -4.25028 -2.94333 -1.46623 +1260918248 9 -3.46521 -1.40124 -3.54458 +1464677195 9 -1.41256 -3.25932 2.17853 +1711879910 9 -2.55672 2.58718 -3.11168 +950891922 9 -2.33312 4.8261 -0.461227 +188495884 9 -0.585728 3.10075 2.96606 +1866263639 9 -1.99818 2.32776 -4.70894 +1438785794 9 3.51335 1.84137 -0.380251 +1972762731 9 -0.305979 -4.47336 1.54717 +1839702523 9 -2.73855 4.9648 2.13599 +1133856261 9 -4.15361 2.93949 1.79898 +485641345 9 -0.484373 2.6683 -4.68351 +2047568088 9 1.15228 1.10906 -1.76394 +224322673 9 2.74775 -1.84457 -3.57486 +140885534 9 -2.07943 -0.494996 5.34196 +1752385312 9 -2.82097 2.83779 -2.09601 +10540222 9 2.62272 -1.03746 -5.42637 +1980915470 9 -2.6582 -1.51179 -4.43273 +1913786048 9 0.641039 4.45892 0.626452 +2023780448 9 3.46593 0.514341 4.09773 +1713857754 9 -1.99331 0.444465 -2.66847 +1104851530 9 0.383822 -1.95493 5.19652 +657511942 9 -0.4594 -0.0654439 -4.57552 +1098133269 9 -0.0494845 2.95022 -1.40732 +116898718 9 4.30876 2.40193 1.3655 +749503819 9 2.74879 3.86547 1.83788 +641845940 9 0.660773 3.40705 -1.03695 +798794471 9 -0.769493 4.81334 1.29938 +539027756 9 3.68777 1.60474 -0.805809 +496942824 9 0.227301 -4.45927 0.696183 +476434039 4 -1.34717 0.355614 -1.67238 +878323801 9 -0.0940991 2.23123 1.34582 +1946038997 9 2.97822 -3.87974 2.07092 +1998340782 9 -3.51975 1.6255 -3.83709 +860731814 9 -3.46199 -1.74223 2.23647 +1922523202 9 -0.233754 -2.46925 0.180944 +759162284 9 1.08885 -0.471838 3.99327 +861658556 9 -3.82267 0.0622841 -0.023162 +656881580 9 -3.33591 -3.04953 2.63544 +489386625 9 1.39721 -1.62016 0.825594 +861658375 9 2.05407 -1.99918 -4.67566 +648144529 9 3.96285 -1.90886 0.723731 +925657932 9 -4.72726 0.424937 0.617927 +1502857574 9 -2.16943 -3.5188 1.30135 +58103241 9 -2.90316 -2.28532 -2.6654 +496199736 9 -0.689676 5.70973 -1.61434 +1901391334 9 0.614276 -4.80201 3.62586 +757494381 9 -2.48157 -0.389198 0.46937 +886690003 3 -5.06437 -1.75448 2.00771 +920971020 9 0.120218 -1.11132 1.06187 +1668556315 9 -2.06881 -4.75374 -1.39786 +1201441026 1 2.34105 -2.91912 -1.72072 +476434039 9 -2.72463 -0.573504 2.21495 +309409601 9 2.72493 -1.93638 1.94896 +411230575 9 -0.495855 -3.04915 3.17647 +1379488706 9 -4.29876 -1.48886 -3.06661 +126401150 9 3.07352 -2.76549 1.09199 +1045760254 9 -0.888648 3.40333 1.3862 +691485783 3 -4.27758 -2.3182 2.98479 +1502739162 9 -3.774 -2.93103 1.21229 +1664916120 9 2.51549 -1.10553 3.03141 +1253128953 9 -2.70859 -3.0424 4.50354 +648698215 9 1.95756 1.75503 -0.831989 +2074909601 9 -3.39736 -2.16578 -3.26573 +1471537438 9 -2.79285 3.35525 2.15652 +1406619923 9 -2.56384 0.32468 2.11109 +771964268 9 3.58121 -3.65509 -0.256448 +143268823 9 -0.481564 0.274011 -4.2083 +832011693 9 -3.34152 2.92687 3.88821 +1428302981 9 0.74727 -0.782818 -5.07168 +1821026954 9 3.40465 -2.90259 3.04254 +515622845 9 2.93599 1.85442 -2.73664 +294882265 9 3.06726 3.14818 -0.760896 +740201499 9 0.723233 2.67676 4.98336 +433639443 9 -2.85944 0.0666125 -4.70094 +1212513521 9 3.07303 2.73155 -3.36559 +1897319061 9 -0.662853 0.266178 1.86016 +1753299922 9 0.461199 1.95986 -5.09374 +1731460476 9 -4.13774 1.40895 0.416462 +298519018 7 2.96535 1.10176 -0.752526 +1867086316 9 0.623563 0.944678 -3.62715 +529862340 9 3.82263 -0.412718 2.4451 +1699050478 9 -0.00212787 0.898063 1.82706 +315969612 9 2.85225 2.70943 -4.2803 +740279858 9 -0.502144 -0.974159 5.22452 +1377629241 9 -3.45773 -2.25309 -3.93842 +810317829 9 -4.45937 2.40141 3.52853 +584777201 9 5.91876 -0.907259 -0.933971 +1255213303 9 3.40828 0.63331 3.23949 +1941949915 9 -0.2479 -3.4149 -1.17082 +422640116 9 0.718558 -4.31076 -0.800406 +37060292 9 2.1984 -0.53203 1.57077 +192714619 9 4.23945 2.21338 2.61542 +2072026305 3 -4.03449 -0.184239 -0.186698 +1224096521 9 0.747208 1.04888 -3.72367 +469018048 9 4.71316 -3.10713 -0.792103 +1197588334 9 2.16885 -2.05309 2.04181 +674176921 9 0.953453 -4.59224 -3.48589 +226966953 9 -4.37928 1.33775 -3.37597 +1607704916 9 -0.191971 1.40244 -3.05193 +1689770780 3 1.31883 -2.46924 -2.5081 +1413478474 9 2.34101 -5.14265 0.479463 +1757114843 9 0.399761 2.75029 -5.33177 +676464541 9 2.3455 2.67962 4.81252 +1131005976 9 -4.24792 -2.36869 1.16084 +1460193462 9 2.42342 2.8381 -3.89227 +95543695 9 -2.71336 -2.29584 0.536515 +460322119 9 -1.58208 -4.44492 -3.10742 +1376880458 9 -3.88101 4.0024 -0.173525 +925197115 9 3.63723 -0.426083 1.69834 +1236975534 9 3.61129 -1.87642 4.55232 +1847186082 4 -3.51238 1.37728 -3.84128 +1779732786 9 -1.06733 0.886641 -1.26044 +1545498418 9 -0.987847 4.93089 -2.5543 +1954255881 9 0.923724 4.85731 -2.21939 +1352756687 9 -4.62321 1.44816 2.00152 +1927614423 9 2.62696 -1.29668 1.88288 +409828020 9 -2.97553 3.7758 2.20702 +188997256 9 -2.5462 -0.767458 2.80002 +260840540 9 4.54828 -0.166691 -3.3707 +1645133737 9 2.90536 3.53125 0.288691 +2044640637 9 4.57918 0.993758 -3.0902 +647256154 9 -1.03191 3.71942 4.12721 +2109713178 9 0.743516 2.95673 -3.39975 +786890486 9 -1.61193 -0.851788 2.76593 +1107310866 9 3.30629 -3.32978 1.49481 +134838856 9 -4.63302 -0.034345 2.61261 +1837363575 9 -2.15262 3.16596 2.50844 +302507725 9 2.87706 1.17638 3.77072 +759393457 9 -1.86815 2.10469 5.10564 +1283192204 9 3.18676 -3.23026 -1.70114 +1100048863 9 -2.72317 2.53824 -2.15102 +1778010151 9 -3.48482 1.28749 -0.670114 +359295241 3 3.1346 -1.17317 1.62944 +1592387515 9 -4.61107 2.52508 -0.580358 +2145127617 9 -2.3561 3.86394 -2.95223 +88709161 9 4.98234 -0.549549 1.46085 +1761320430 9 -1.69257 -4.36096 2.87883 +475225255 9 -0.0495634 3.50185 -1.46584 +1909889737 9 -1.77953 2.78352 -3.88539 +814529017 9 0.707294 1.78784 2.34426 +444280515 9 2.42381 -0.386642 3.93138 +986266342 4 3.18739 0.407494 -3.33866 +717256048 9 -0.457194 -3.2107 -2.23849 +133705550 9 -1.31494 -2.85214 -1.77665 +912244815 9 3.49406 2.93842 -2.92487 +817283130 9 -3.73005 2.39102 0.911389 +1110661302 9 0.784848 5.23402 0.139958 +402773078 9 -3.12938 0.227045 2.48558 +1089791847 9 -3.11835 3.27238 -0.353343 +582829625 9 0.965906 -0.76958 0.665649 +1733052675 9 5.9118 -0.153324 1.71835 +489233202 9 -3.9254 -1.33522 3.60317 +966203639 9 -0.475449 4.73291 -3.8318 +992252049 9 -1.79955 1.75826 -2.55088 +1708367699 9 -1.18332 1.61528 5.60484 +1245153629 9 -3.81251 -2.17127 4.23643 +1006562933 9 -0.56134 0.0993947 -2.79313 +1361015512 9 4.22298 0.0113393 3.47751 +880560185 9 4.44081 3.89777 -1.05407 +231438216 9 -1.23996 3.05227 2.7448 +39984704 9 3.50111 -2.04222 4.05113 +1661331778 9 2.77037 -1.68293 -1.29783 +192232868 9 1.93729 0.704756 3.87379 +712513411 9 -1.20358 -5.94991 1.24049 +1228182135 9 -3.46209 1.22122 4.09868 +826589614 9 -3.4382 -1.51985 4.45878 +61096134 9 -3.18205 -2.99985 -2.92328 +1925203059 9 0.15882 4.43459 -2.69203 +1269520711 9 2.43545 2.41565 -4.8372 +1353725235 9 -2.40461 -1.02267 -1.27296 +632890149 9 -0.543635 -3.4817 2.34301 +138020157 9 2.62498 -0.895345 2.56951 +1255648689 3 3.53944 -0.560248 1.31092 +1261464500 9 -0.433173 1.31783 1.12234 +2143766442 9 2.03138 -0.651639 2.36076 +955423793 9 2.05781 0.363149 -3.69694 +2050592578 9 5.82084 0.350898 -1.46588 +1782752969 9 1.28417 -3.21823 -5.12552 +220759809 9 -3.47932 4.18441 -2.89032 +369141789 9 0.297438 1.48999 4.35501 +1171477660 9 2.79132 5.01749 0.328438 +626046332 9 -4.14629 -0.309974 -2.53676 +492611388 9 -0.888423 3.00921 1.15274 +1958831886 9 4.38527 0.529239 -1.01918 +1712861128 9 0.465263 1.19048 5.87454 +1251616541 9 1.51611 -5.29031 -0.791314 +674650683 3 -3.7445 0.648633 -2.81308 +1867733261 9 -0.139214 0.408141 -1.07197 +544289355 9 4.61285 3.78775 -0.732898 +1137272583 9 -1.82049 -2.72484 -1.25444 +1160385732 9 -1.71289 -5.1419 -0.622896 +163704671 9 -1.96309 -0.491813 0.508576 +1595836528 9 -1.85869 3.93522 -1.52837 +1489440907 9 -0.0134685 -2.83882 0.340393 +877205696 9 1.69052 5.31836 2.21251 +1661083717 9 0.160789 -2.30037 -5.09556 +1575175268 9 -1.87019 -1.70293 1.9987 +1479355946 9 1.59624 -1.79132 -3.53153 +1864639322 9 3.47567 3.12574 -0.115936 +1712596346 9 0.577197 2.0969 2.42509 +684861012 9 2.10205 3.94313 -3.97448 +562648334 9 -0.364121 0.667794 -4.86785 +419687478 1 1.23787 3.66703 -0.361818 +368418297 9 0.255487 2.41267 3.14104 +1134740397 9 -0.814028 0.213752 -6.07215 +221583848 9 -1.53625 -0.236373 5.49186 +212523733 9 5.00457 -0.838982 -2.59672 +203733924 9 -2.20742 -0.783502 -3.57847 +625043800 9 2.62965 2.79338 3.66567 +465567683 9 -0.864317 -5.19055 0.88213 +2040051389 9 -1.90877 4.13431 3.45223 +346180380 9 -0.360562 0.901916 -3.47715 +902865673 9 1.74519 -3.59665 2.2533 +1195769165 9 0.245604 0.066419 -6.16656 +907899649 9 -0.562803 -3.10216 -5.32545 +98291238 9 -2.22774 -1.05021 -5.57469 +824973275 9 2.67646 3.35273 2.62608 +629039121 9 -4.67158 -3.3652 -0.234041 +109896144 9 4.09609 0.653961 0.69234 +141083235 9 0.0655964 -0.43608 5.49454 +558192048 9 -4.7705 -2.72571 -0.359508 +11030099 9 -2.32009 3.72962 0.0614669 +2005448020 9 -4.97264 -2.54926 -0.805019 +713533954 9 -0.236959 2.08733 4.1836 +1654762948 9 2.41185 -5.18989 0.842777 +1486165024 9 -0.342405 0.429629 -4.9238 +303622931 9 -2.89145 4.16252 -1.12191 +2067019105 9 -1.42104 0.0374991 -1.93601 +694010541 9 3.17438 0.477138 -4.17814 +2133071670 9 -0.253539 -3.01527 5.25579 +70066402 9 -1.58869 3.23853 0.488203 +666053262 9 4.90206 -0.335878 -2.05175 +1642249889 9 5.55683 0.980215 -1.8313 +833046561 9 1.0717 -4.57746 -3.13416 +359255956 9 -0.309549 -1.51821 -3.14577 +713802551 9 1.90501 -1.51181 -1.837 +1649942098 9 -0.189314 -0.286164 1.44717 +1067769221 9 -4.91219 -2.03331 0.941067 +1559221305 9 -0.262029 -1.15761 -3.80285 +548008415 9 3.13949 3.11686 -0.140234 +210636719 9 -1.37887 0.55996 -2.32781 +60503512 9 -2.99821 3.56882 1.4807 +2134751479 9 -3.37491 2.6206 0.555464 +1602372501 9 0.119706 -1.46323 -3.25349 +970503588 9 -1.14723 2.99175 2.94243 +429940068 9 -4.18787 -2.87284 0.217403 +922521799 9 3.10506 -0.554936 0.68416 +828855337 9 -2.08789 2.18391 -5.14314 +1222934143 3 2.03686 5.00867 -2.27967 +204704105 9 -4.40367 1.13984 -0.652711 +699592608 9 -1.24066 -2.59496 -1.35263 +854431693 9 2.75502 -0.10937 -0.909752 +1196228714 9 -0.884163 4.32569 -2.60586 +1615952958 9 3.27558 -3.58004 -1.36431 +1428491543 9 1.77091 -3.30949 1.92073 +1544908913 9 -4.29322 1.38386 1.56718 +781013701 9 -1.21647 -2.39561 -0.0378958 +1903257375 9 -4.52915 3.75863 1.48148 +1740857565 9 -2.77266 -3.95293 -1.84911 +2032928905 9 -0.153179 -4.02308 3.94754 +777215456 9 3.69796 1.79348 2.80069 +427963486 9 2.38233 -2.82709 1.99615 +959571659 9 -4.8618 -1.98157 -1.30105 +770012283 9 -0.493702 -1.05236 0.964888 +630179230 9 2.7387 2.36452 4.05799 +631486292 9 3.37385 1.39432 4.97805 +700632719 9 -3.75538 -1.61257 1.65322 +1669505893 9 -4.48177 3.06879 -2.70481 +1407013208 9 0.582016 2.41427 -0.654076 +1616743346 9 0.416299 -1.43836 -0.826612 +122415193 9 -2.3164 -3.57682 3.38972 +1376268406 9 3.17473 -1.26466 3.16398 +1445606081 9 1.94868 3.20862 -3.0419 +1945027342 9 -2.88917 -4.33844 -0.577085 +1211502339 9 4.01331 0.379503 -3.02611 +1162452162 9 -1.70565 2.29448 -0.731645 +60633049 9 -0.460915 -1.11932 -3.35269 +377023040 6 -3.68325 -2.39305 0.84946 +377023040 9 -2.14326 -4.28276 1.98268 +1502739162 9 1.55394 -2.29964 2.59518 +1019460536 9 1.02591 -1.09114 -2.6442 +1089523074 9 -2.62905 0.857397 -0.80053 +1162163316 9 0.929133 4.74562 -1.31147 +734205793 9 -4.07536 -1.32306 -3.95916 +221924831 9 -1.02384 -1.76666 2.5525 +885085965 9 3.85012 -0.102952 4.46092 +1944943097 9 3.83942 3.32369 -2.14088 +543128985 9 0.0275823 -0.710087 0.428717 +2110183740 9 5.18378 0.305268 0.811369 +1234969036 9 -2.33625 3.32973 3.71729 +770322922 9 4.50015 -3.17708 1.64528 +1605142257 9 -2.10069 1.7853 -3.83414 +1479676800 9 0.842877 -3.58172 -3.22031 +722448539 9 -1.17323 0.959767 -3.7925 +326482436 9 2.46464 0.543816 0.829316 +1398666470 9 3.7285 0.0888543 -1.91616 +810724094 9 -4.76239 1.03645 1.88471 +1357311835 9 -3.1092 -0.108401 -3.62327 +1513151345 9 0.155633 -4.89131 -3.08259 +1248744787 9 2.08861 -4.3082 -1.68401 +1696755222 9 3.7448 -1.76134 -2.64833 +1098206031 9 -2.6503 -1.10376 5.3311 +265564224 9 -0.896991 3.80474 -2.41531 +720767761 9 2.37954 3.68418 -3.60202 +1892776775 9 -4.1404 3.33792 -2.63283 +324493760 4 -1.76537 4.22858 3.18959 +1945946456 9 0.983187 3.29283 2.05186 +1846657796 9 0.499224 2.64286 2.16121 +1237431976 9 -2.63364 1.87986 3.68223 +1968755838 9 -3.33067 -3.58968 2.12353 +1219225407 9 1.31929 1.11844 5.5085 +1440275262 9 3.35647 3.49743 2.31031 +891584024 9 -1.49975 1.97252 5.57072 +2070984203 9 0.651689 0.917252 -4.25733 +967211516 9 -1.07653 -1.47369 -4.97001 +193411912 9 4.55357 1.34291 -0.160703 +555291898 9 1.79374 -0.297708 -0.274291 +1225965792 9 -0.912366 -5.59801 -0.763925 +1219270302 9 -0.237921 -1.2521 0.580858 +1459918160 9 -4.83579 1.8176 -1.62204 +1670197671 9 1.34356 -1.20762 0.297383 +1280701167 9 -0.56365 -1.25294 4.62851 +1114286068 9 -0.702952 -5.77484 -0.546821 +1827365666 9 1.60229 -3.82282 -1.1539 +877262961 9 -0.617423 3.71746 1.13463 +1307388557 9 0.454523 -0.00729636 -2.43132 +436283433 9 -1.16676 -0.479231 -5.48182 +313150997 9 0.21645 -5.00002 -1.7624 +2121868601 9 3.1606 -3.96199 2.18977 +486695206 9 5.23095 -0.653241 1.73378 +288639855 9 -0.657399 -0.674296 -0.838682 +140789092 9 -3.42665 3.47851 -2.67168 +265423306 9 0.404215 -1.77973 -0.256169 +1322351049 3 0.57872 0.176785 4.7763 +1651289293 9 -3.0493 -5.19111 -0.175615 +249950730 9 -0.917817 -5.82916 1.62631 +808558984 9 2.78226 -1.50577 -2.99638 +1582916086 9 1.0144 -1.92375 2.89727 +1474227046 9 -5.14815 -0.383342 -2.24923 +1633388771 9 -3.12908 -3.76495 1.50365 +676349532 9 -3.18458 3.43521 -3.74906 +1291930765 9 -0.0222089 -2.31418 2.76525 +2012332082 9 -0.12839 1.58604 4.05096 +2126190791 9 -4.14266 -0.455213 3.54866 +907257433 9 0.882509 -2.63342 4.65998 +51179070 9 1.68974 0.404474 0.854649 +1141654115 9 -0.190382 -2.97926 1.60687 +60435851 9 5.13572 2.26385 -0.488781 +1016170995 9 -0.307764 -2.69103 -4.8094 +428770089 3 -1.09124 2.18661 0.422893 +973723354 9 5.01224 -0.996791 -2.46943 +625439045 9 1.63592 -3.63638 2.6447 +1263903244 4 -0.481831 -3.23971 -1.22592 +1688597119 9 -2.71912 -0.519422 -0.353325 +382225717 9 3.51851 -1.92323 -4.69351 +1723760245 9 -1.39015 -5.36734 -2.46363 +1808472862 9 -3.14745 -1.3595 1.37545 +791410445 9 -4.22554 0.215557 3.58131 +1428921656 9 0.322091 -5.22017 2.20817 +449998783 9 3.64162 -1.109 -4.7186 +2096302666 9 5.42145 2.85162 0.0945229 +1196543846 9 -3.43391 0.00193571 3.04652 +1795304201 9 5.0655 -2.78637 1.77774 +1573995433 9 3.57043 2.92475 -0.228004 +438140517 9 -3.76977 1.52645 0.430035 +1007928387 9 -1.29681 -5.59712 1.79434 +842387300 9 -0.178995 -1.89264 -4.97032 +844112235 9 1.39587 2.82518 1.58038 +529076215 9 -2.09443 -3.62415 0.942112 +1162444141 9 2.16783 1.67578 -2.36099 +511361147 9 2.44011 4.56229 1.85059 +1604631186 9 -0.899436 -2.15657 3.2894 +1559755562 9 -1.86269 0.0187017 5.15632 +1541034491 9 -3.43529 -2.38954 3.44894 +589866628 9 0.0322669 -6.11371 0.362235 +2113808262 9 4.43377 -0.387232 2.24763 +1202864738 9 -0.638441 3.93392 -3.04231 +1968404059 9 2.67555 -0.225708 1.06389 +1063397197 9 3.3108 2.01938 0.316384 +87516800 9 -1.64771 4.46991 3.00779 +157261022 9 1.91564 2.44653 2.55205 +1815054951 9 -1.85622 -1.70081 -3.771 +1837103485 9 4.17545 -2.43405 -1.58189 +1445196346 4 -0.351157 0.657311 0.740733 +1416453114 9 1.62288 2.4061 4.15582 +2023912708 9 -0.929129 2.66436 4.09349 +447750508 9 2.73522 -3.87159 3.70002 +1089348260 9 5.45061 1.42224 1.8638 +1913043475 9 -1.3081 4.03159 1.09786 +1112390790 9 -4.045 3.66972 -0.862124 +2141512313 9 0.535271 -0.295956 -1.19396 +597772749 9 -2.23349 -2.13018 -0.858684 +1498085887 9 -4.33609 2.42853 3.00842 +1742196513 9 1.86094 -5.15442 1.07954 +1827556270 9 1.24865 5.05935 3.24281 +443101895 9 4.18334 -2.87057 -2.22665 +34449425 9 0.149071 -1.33231 -4.55508 +755851397 9 -1.60692 -5.21398 -0.656235 +174230031 9 3.19337 -5.13831 1.27518 +711864749 9 0.445527 2.50015 -3.38738 +1758273460 9 -2.05312 3.82832 2.26977 +142559565 9 -1.41596 2.62917 -2.08484 +81032270 3 -5.93214 1.44283 -0.429193 +67582638 9 3.40276 -3.54577 -0.816198 +1773108035 9 0.657728 2.96308 0.926178 +1737206300 9 1.57032 -1.17458 -4.75294 +1987296537 9 -2.676 0.344981 3.57991 +765572018 9 3.78858 -4.62909 0.793368 +1028283302 9 -4.96067 0.820388 -2.27356 +1473737731 9 -0.0992356 4.35249 0.377663 +1510673390 9 5.19427 1.78924 1.56114 +1760491158 9 4.16163 2.93188 -0.253813 +445808734 9 4.18706 0.323329 -3.8384 +1355068321 5 2.30554 1.37124 -1.22114 +1160923108 9 -1.759 1.60141 5.19775 +1986642742 9 1.29759 3.80335 3.45558 +1349542297 9 -0.390513 -3.2183 -3.10533 +135556512 9 -0.556243 1.31857 -2.05462 +65718343 9 -0.505606 -3.32205 -3.62354 +616333070 9 1.83721 5.30112 0.911376 +1415066765 9 -3.51155 -1.33242 -2.69642 +1675453186 9 4.0489 -2.57921 -0.824374 +832756461 9 2.21585 1.17037 3.81241 +1784215795 9 -2.77293 3.28797 -2.38795 +141876206 9 5.73015 0.918468 -1.08515 +1823956244 9 -4.36343 -2.87742 1.92005 +1657294418 9 2.05214 3.59308 1.87746 +1198033234 9 0.0542505 1.36299 -5.80404 +675108351 9 0.945688 4.82411 1.80079 +1227298792 9 2.20159 4.559 -0.293242 +322725501 4 -0.437587 -1.48063 -5.96814 +246111214 9 3.89345 1.55105 -1.4376 +154875790 9 1.6444 2.85061 1.74567 +1713060272 9 -1.48714 5.37674 -1.68189 +1038644976 9 3.29111 1.54799 4.35937 +984771598 9 -3.94763 -0.749491 3.87004 +622876082 1 2.83611 -3.87166 -1.56731 +1771430432 9 -0.787417 5.45255 -0.410722 +1029090981 9 -1.7648 4.5111 2.43596 +1806505094 9 1.61886 0.340011 -0.0416194 +1174799589 9 -0.339578 -2.01307 0.640129 +1558163381 9 -4.41368 3.1687 1.95164 +1709583316 9 0.837041 2.29094 -0.381257 +1226173783 9 2.85972 -2.40615 -2.54818 +803858672 9 -1.26696 -3.94036 -1.10606 +54508523 9 1.12512 2.19604 4.55062 +1385968631 9 0.523021 -2.24858 0.759162 +1533732010 9 -1.9161 1.7615 -1.58137 +683016604 9 -2.63945 -2.051 -2.4163 +300787057 9 -1.46399 -4.01469 -1.99009 +1382524198 9 5.59002 -0.204904 -2.15301 +623747486 9 2.87293 -1.13441 1.77368 +1194165766 9 -0.223569 -0.654804 2.97559 +819637812 9 1.7396 -4.44275 0.51503 +1645594371 9 -4.04931 -0.620543 -1.9612 +452291415 9 0.37702 -2.47054 -1.67913 +1423497981 9 -3.74588 3.81742 -1.43122 +636787792 9 0.92701 -3.66836 -0.204667 +1920844367 9 1.11256 -2.34093 -0.315082 +1172385102 9 0.65982 -1.67243 -3.34545 +217160077 9 0.0221373 3.78692 1.70498 +1083912854 9 0.698623 3.20795 -1.73575 +265799926 9 1.36622 2.44899 -5.42738 +2074923826 9 3.81077 2.50661 1.9128 +10708766 9 -0.492828 1.52688 -0.873305 +1526768306 9 4.57108 -2.02417 -1.57603 +1289101180 9 2.33653 -1.30639 4.65081 +1955370946 3 -0.620404 -5.82119 -0.818383 +483813681 9 0.346126 -2.11758 3.79821 +237850089 9 2.10478 1.7326 4.06169 +814069257 9 -4.29043 2.74741 -2.15666 +1197351167 9 1.81805 -0.10153 4.70628 +2110790546 9 0.660364 4.2741 0.50113 +1300869506 9 -0.569882 -2.50256 4.14052 +1850085846 9 0.866555 6.05602 0.450694 +238928124 9 5.48893 -0.269599 0.42147 +767804664 9 -2.6535 -3.0216 -2.1081 +1187513435 9 -2.64698 1.78461 -0.343975 +93872999 9 2.27264 0.661167 -3.0403 +153039559 9 1.55722 2.49199 -0.974266 +28806809 9 0.211179 -5.88424 0.315164 +696708705 9 0.341684 -2.79113 -1.31736 +1119437435 9 -1.2105 1.70908 -1.29796 +1129013761 9 -3.8573 -2.8439 0.269889 +1930747312 9 3.59732 -0.217655 2.95136 +460701399 9 -0.86253 -0.518362 2.2588 +1324066444 9 0.348901 -4.42617 -1.26448 +603016310 9 -0.283253 -3.42201 -2.59505 +1206948572 9 3.10404 -2.79193 -3.46552 +1488311930 9 1.23004 5.76564 0.568765 +387246292 9 -3.9886 1.44168 3.80039 +550479596 9 4.71358 -1.29854 -1.55872 +1385414185 9 -1.74147 -3.51825 1.52239 +539872908 9 4.19112 -0.12395 -1.78685 +491085723 9 3.01995 1.62393 -4.38503 +876093340 9 -1.65858 -2.82766 -0.849311 +1645167075 9 -2.61125 -2.50394 -4.01395 +812819746 9 -1.05225 -1.07083 0.0991567 +1368975055 9 3.4579 1.19465 -4.29438 +1575578068 9 4.03005 -2.38665 -3.18262 +1955373619 9 -0.0509117 1.52267 -4.34238 +1638709805 9 -2.41888 -2.50817 -3.47572 +156301776 9 -1.07496 1.44566 4.49816 +732977385 9 3.71837 -2.92437 -3.70651 +1840660409 9 5.6213 1.92697 1.05622 +458142976 9 -2.69214 2.92104 0.632139 +232997690 9 -2.09684 3.50965 1.34891 +980914370 9 -4.6966 0.574016 -0.339792 +484204352 9 -5.74806 -1.67523 1.25648 +416547069 9 -0.169185 4.09194 -0.0390797 +254180838 9 -0.0901022 4.80594 3.55856 +989155787 9 -3.04941 4.54379 -2.2425 +387586879 9 0.836403 -3.11377 -1.87205 +938166571 9 0.204483 0.455736 -5.7598 +103400805 9 4.00474 -4.22383 0.165591 +508262527 9 -0.454122 -3.96822 3.33696 +1487257489 9 -6.06056 -0.43803 1.07 +1027932309 9 3.6301 0.138308 -2.64596 +160134252 9 0.0464633 4.2639 -0.720401 +1692197499 9 1.408 -2.70686 1.62016 +229993290 9 -0.306805 -2.5836 -4.50184 +1376012869 9 2.11368 3.25337 -1.65282 +1578977136 9 3.90321 -0.699596 -0.787446 +94348350 9 3.21192 -2.60814 2.33049 +727247352 9 3.31504 -2.04876 -2.14316 +1009821438 9 -1.67434 -0.911611 2.05974 +1017212407 9 4.20848 -3.5438 1.9272 +151911042 9 0.897994 -1.56394 -2.62421 +1388737524 9 -3.21266 0.4807 -1.16569 +237622445 9 0.494021 2.58761 -3.46975 +1896622512 9 3.10658 1.49075 -1.97786 +342437848 9 -1.71177 2.50484 1.39889 +635729849 9 -1.3394 0.213292 -4.66541 +1921709096 9 -2.38233 -0.502759 -2.65005 +1189049245 9 0.268973 -0.209303 5.27742 +2092075614 9 -2.68308 4.78955 -0.830791 +1163463219 9 -3.13918 2.59063 -3.1997 +540708005 9 0.165786 4.85587 -0.56703 +1256728151 9 -2.87547 3.91434 -1.19289 +1406516465 9 0.292058 -4.17383 -3.61541 +2092092422 9 1.57851 -4.90665 3.20506 +1974802187 9 3.46567 -1.83724 4.71304 +1160341993 9 -4.36477 -1.70251 3.61154 +1258621378 9 -0.46605 -0.620133 0.434703 +1092695955 9 -5.33496 -0.54984 1.45322 +1180589838 9 -0.572799 0.239542 -3.94249 +478529659 9 -2.11102 0.237697 4.12082 +1536840926 9 0.261687 1.15092 0.753199 +1916775690 9 4.61477 0.111785 0.610208 +346400995 9 0.299241 0.149137 -5.63375 +814754103 9 -3.44094 1.68826 0.866317 +2127278402 9 4.68037 -0.481877 0.845522 +843894620 9 2.69056 3.23872 0.459189 +1142688464 9 3.6629 -0.507833 1.44744 +270222571 1 -3.18062 4.43115 0.0963165 +1507384510 9 -2.02995 3.96803 0.120655 +1916754556 9 3.32566 -3.94985 -0.00423667 +1481716610 9 -2.06898 4.6383 2.61825 +1961053941 9 2.7072 0.43109 5.24996 +611789516 9 3.92619 0.413362 0.381382 +1086024461 9 2.88942 0.933669 1.06965 +1624142649 9 -3.95217 -1.79429 -0.323628 +804308850 9 -2.78326 3.01853 0.21892 +435644237 9 5.48825 1.27986 1.13553 +1304012225 9 -4.53564 1.36852 -1.57035 +1080935758 9 -0.729234 2.09479 -2.95248 +439803259 9 1.46971 3.084 3.50027 +1078178811 9 -4.18745 -0.64174 3.25955 +503200736 9 2.77742 -0.865766 2.11609 +1345916229 9 0.361088 -3.30575 1.86608 +899517368 9 0.538554 -0.0726933 -4.86276 +1269682865 9 -3.96992 -2.36279 -1.21043 +1825774682 9 0.822113 -2.18587 4.53359 +1388285589 9 -2.39666 4.60666 2.63053 +1706461984 9 1.96284 -4.50011 0.550247 +1596181685 9 -0.184664 5.4197 -1.02829 +1867829569 9 1.23489 0.30384 1.85569 +2047689551 9 -0.533 4.46214 1.942 +1010775488 7 3.60768 -3.04143 -1.18802 +1303650615 9 -2.36163 2.71246 -0.0691265 +805528624 9 4.5057 3.24315 1.52048 +1333296522 9 3.78248 0.163173 3.46038 +1618996519 9 -2.50386 3.96866 3.9788 +1503570672 9 3.95979 3.56674 0.0940671 +355090453 9 -2.14079 -0.760919 2.80943 +713438468 9 -0.0645508 3.11857 3.38753 +1340525536 9 4.20808 -2.14223 -1.95147 +74930215 9 -3.15391 0.425183 0.679816 +593946717 9 -1.62098 -1.62286 4.95516 +1256914681 3 -3.66739 4.32215 0.380282 +15556930 9 -4.23819 -1.56363 -4.17146 +444482584 9 -4.46592 -2.42153 2.18935 +109695087 9 4.5839 2.39901 1.14517 +829445580 9 0.352299 4.01441 -1.85094 +482477512 9 -2.28587 2.99386 -3.2172 +768736460 9 -3.84123 2.6632 1.3046 +1307724147 9 -4.75104 2.21609 -1.05483 +1821636756 9 1.85409 -3.18757 4.19081 +1362438814 9 2.24836 0.566734 0.466384 +1238939474 9 -2.35637 3.34555 -1.96069 +349114993 9 2.37647 0.458467 -4.47744 +825649094 9 1.5841 -1.85783 -2.38355 +1905895448 9 -2.13172 -1.20135 1.5544 +1357520256 9 -0.969874 0.982796 -1.75133 +2019578422 9 -2.61121 -0.335147 -0.33518 +252130057 9 0.621195 1.39533 -0.248363 +987844815 9 -1.0236 1.83832 0.590239 +231397329 9 -3.60143 -4.34317 -1.32943 +2132764749 9 -3.27894 2.19022 0.00866501 +779922317 4 3.2521 -2.81842 2.49141 +667987615 9 -1.49825 1.9392 -2.37646 +2110687607 9 3.94268 -0.953515 -4.06628 +1196317766 9 -1.0526 -0.60478 1.04914 +1619614756 9 -5.58996 2.5085 0.850735 +1032158125 9 2.47527 0.565436 2.12566 +1684241475 9 0.999355 -1.44691 -1.21939 +584331599 9 -2.31945 -1.14511 3.09218 +1220395631 9 1.48979 2.7477 -4.57024 +2093583144 9 0.862973 -4.77858 3.72136 +1311245499 9 -1.18799 -5.23587 1.30045 +472111542 9 -3.24407 0.923467 -1.15636 +447418054 9 -4.07657 -3.27366 -1.94766 +73846755 9 -2.25695 -0.991137 3.8632 +1646153397 9 -3.49541 -3.29998 2.073 +1899687076 9 -1.76159 4.49686 2.15112 +95635049 9 -1.73192 -3.14928 2.27764 +81749544 9 1.01045 -4.20235 3.43973 +945810852 9 4.67665 -1.77353 0.524159 +1880785319 9 -2.4329 -1.08928 0.940342 +533027065 9 5.25893 -1.94282 2.16721 +700431223 9 -2.18306 -1.18378 -3.0011 +1338742937 9 -0.596331 -1.52629 0.645155 +747879908 9 1.14991 5.22629 -0.0790372 +1517533248 9 1.77185 4.08746 -2.86926 +32731391 9 2.34524 2.64633 -4.24418 +1576494416 9 -3.76704 -0.450295 -0.498293 +731439644 9 4.05669 2.7054 -2.3127 +1202090508 9 3.73435 3.31131 1.16791 +218925821 9 4.55286 -2.14386 0.315188 +196442874 9 -4.5426 -3.03358 -2.35928 +1589951568 9 -1.07078 -1.01219 0.266117 +121059826 9 0.219649 -5.32121 -3.10255 +1078176261 9 0.340966 -1.49727 -4.85434 +1068726433 9 -1.32838 4.46621 1.12934 +1641479109 9 0.122386 1.05311 0.747614 +133947180 9 -5.00274 -0.346981 3.25167 +1838548310 9 -1.23924 -4.40787 1.49497 +1656276088 9 0.193105 -2.96942 -3.40354 +1434349685 9 4.97988 0.490328 -0.817247 +473381708 9 -2.89839 -3.78971 -0.515275 +293123172 9 0.849751 0.379927 -5.59128 +23552670 9 -3.24515 0.162597 0.131914 +892084307 9 -0.507426 5.01586 -1.02318 +2066795191 3 1.94584 -3.57397 -1.96633 +1315854328 9 -2.61829 -0.184816 5.40026 +380605368 9 3.47599 -2.91821 0.991239 +479118643 9 -5.2654 0.876658 -1.6294 +1284621710 9 0.572177 4.70763 0.293991 +489464653 9 1.79794 -5.30173 1.67247 +333180669 9 0.801332 -2.0321 -5.7379 +334613096 9 -0.690966 -1.806 -3.23538 +884247929 9 4.91601 -1.18795 -2.21941 +739915973 9 1.86822 1.36012 -2.16743 +113660377 9 4.04942 -1.36839 2.3588 +1826823729 9 5.4244 0.495294 -2.33382 +487225798 9 0.340987 0.944138 2.47732 +1320585826 9 0.0217827 3.96419 1.39871 +1910896318 9 0.927969 2.75335 -4.05347 +1963562825 3 -3.13244 -3.51884 1.3214 +2101986621 9 0.576231 4.94915 2.97817 +688828835 9 -2.37183 -3.67898 -1.49533 +634598776 5 4.40797 -3.31896 -1.55064 +1891301096 9 -4.00323 1.45076 3.62334 +275384208 9 1.93435 0.400563 3.90587 +559727516 9 0.689756 3.10355 -3.21443 +1420946481 9 4.38468 0.523874 2.35052 +427467909 3 3.21288 -1.15965 -3.38133 +31023976 9 -2.5392 2.83048 -0.732859 +785907570 9 -1.24807 -0.327374 -4.8131 +1420450476 9 -3.7478 1.03495 4.22264 +700431223 4 5.09559 -1.88193 2.18994 +1849656790 9 2.15594 -3.09452 2.42095 +1002802418 9 -3.68634 0.370959 3.55464 +1293919059 9 2.03953 -3.08847 3.76998 +1352507641 9 -3.84562 1.46959 1.75125 +1466529986 9 0.702171 -2.58618 5.38432 +428448015 9 -3.60982 1.59157 -1.8651 +970545392 9 -2.31208 -1.91128 -5.37205 +1807182953 9 3.76703 -2.4431 -0.0183875 +1474648651 9 1.31199 0.488077 2.35461 +1168126458 9 0.0855772 -2.0328 5.28629 +903383952 9 -2.97362 2.66751 -1.99499 +439703963 9 4.10227 -2.60576 -3.02542 +2051884885 9 -0.191164 -3.30312 3.58183 +294516901 9 -1.02325 4.64294 2.11108 +1379943523 9 4.09922 1.37692 -1.60721 +872265423 9 2.33005 1.13969 -1.98178 +353164657 9 0.970726 1.54605 -5.90945 +474316207 9 4.72275 0.95033 -1.8151 +1394467430 9 3.52223 0.111871 0.284264 +1609881962 9 5.03693 -2.07797 2.22895 +23536925 9 3.02476 -0.477721 -3.87503 +130532546 9 -2.72027 0.977828 -2.86253 +811870356 9 -2.20012 2.19348 2.48097 +170327730 9 0.650146 4.35058 0.807975 +1322454114 9 0.00901745 4.77988 -1.15866 +1598675232 9 1.26312 -4.95098 -0.984021 +2003046464 9 -0.827113 0.353102 4.65958 +1861089782 9 2.69448 5.03444 -0.717081 +981461971 9 5.5896 1.73266 -1.78528 +514065674 9 -3.99821 0.58351 -4.5862 +290608569 9 -2.11335 -4.46137 0.19269 +603051995 9 -1.54044 -1.21027 -3.54809 +376516887 9 -0.528205 2.23185 -4.52168 +205549794 9 -1.45347 -3.65668 3.45764 +97693287 9 -1.98447 1.46548 2.01986 +869214342 9 4.48957 -0.651499 -1.47276 +310007596 9 0.760176 -2.87518 1.63164 +710614220 9 2.24132 -0.194361 0.0592295 +302720089 9 4.88989 -0.350625 -0.408266 +1122681931 9 -2.94953 1.42727 0.210267 +331925702 9 1.06596 2.63432 -3.15699 +433943296 9 0.447322 5.79314 1.29136 +321348378 9 -0.496618 -0.825352 2.36117 +533172157 9 -1.25114 -3.28269 -3.57482 +677151272 9 3.42608 2.96072 3.72656 +2067943372 9 -0.267169 -3.00772 5.40897 +1491765247 9 3.53778 -4.69418 -1.5576 +762432705 9 -1.1986 1.63871 2.56778 +1072776674 9 1.01045 -2.03988 1.47872 +1729650543 9 -2.69386 -0.846442 -2.94732 +2092133087 9 0.861814 -1.79032 5.6209 +1790258755 9 -1.2627 -0.676722 2.78372 +703016118 9 1.73201 4.18044 1.13071 +1155822828 9 -5.25383 -2.9009 -1.04111 +1098581328 9 1.19379 0.540251 4.38781 +299439170 9 0.646604 3.20413 -3.83661 +1663230760 9 0.467576 4.53963 -2.12905 +1601740887 9 -0.788407 -0.210507 -5.23368 +29173945 9 -4.35078 1.36145 -0.489888 +1653710310 9 -2.09063 -0.582349 -1.34694 +2135731373 9 3.5154 2.8396 2.52983 +1789148201 9 3.86579 1.94391 -2.74609 +1394584439 9 3.10328 1.7438 1.86457 +884110103 9 -3.02652 2.0566 1.24311 +827999856 9 4.34523 0.432011 2.79907 +531716854 3 -4.66091 -2.77021 0.696754 +1774896547 9 3.40068 3.99224 -0.554655 +23639525 9 4.82823 1.7385 2.04653 +1782638857 9 3.879 0.487149 -2.38666 +1518998328 9 -0.927767 -5.21616 -2.92288 +1625205007 9 -5.00287 1.078 3.34019 +545784340 9 2.20773 -0.342319 0.637245 +226494744 9 0.895986 -0.500934 0.535172 +288540747 9 -0.0995535 -1.29988 -3.18128 +1867886924 9 0.497653 3.21866 -0.805058 +848474196 9 -1.89185 -2.29001 -0.734426 +416064739 9 -0.00712134 1.8503 5.66661 +1977686438 9 0.387806 -5.66353 2.17345 +1588923473 9 -2.79648 -2.74316 2.50429 +989992685 9 0.933321 1.83213 1.48683 +882115624 9 -3.1598 3.16087 3.76089 +1373719096 9 3.92994 -0.846993 -2.01681 +794430950 9 0.318451 3.23164 4.74004 +360902971 9 -3.09195 -2.40963 4.17706 +91736502 9 1.90855 -2.69684 -3.57281 +101407928 9 -1.27647 1.75954 3.93408 +946860975 9 -0.0589409 0.564313 1.95392 +1876001301 9 1.08622 -2.47478 2.42769 +1508910321 9 2.0414 5.12074 -1.78058 +1583743518 9 -3.9705 -3.60231 1.34327 +1234271382 9 4.57694 2.9093 0.149477 +1554115062 9 0.727674 -2.79656 4.14351 +440731409 9 4.61017 1.46906 -1.86483 +1382364706 9 -4.01518 -1.07088 -2.25806 diff --git a/examples/files/dump.lines b/examples/files/dump.lines new file mode 100644 index 0000000..60c6c1c --- /dev/null +++ b/examples/files/dump.lines @@ -0,0 +1,1417 @@ +ITEM: TIMESTEP +0 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0 0 0 -3.06162e-17 -0.5 3.06162e-17 0.5 +2 1 2 0 0 2 -0.5 2 0.5 +3 1 4 0 0 4 -0.5 4 0.5 +4 1 6 0 0 6 -0.5 6 0.5 +5 1 8 0 0 8 -0.5 8 0.5 +6 1 10 0 0 10 -0.5 10 0.5 +7 1 12 0 0 12 -0.5 12 0.5 +8 1 14 0 0 14 -0.5 14 0.5 +9 1 16 0 0 16 -0.5 16 0.5 +10 1 18 0 0 18 -0.5 18 0.5 +11 1 0 2 0 -3.06162e-17 1.5 3.06162e-17 2.5 +12 1 2 2 0 2 1.5 2 2.5 +13 1 4 2 0 4 1.5 4 2.5 +14 1 6 2 0 6 1.5 6 2.5 +15 1 8 2 0 8 1.5 8 2.5 +16 1 10 2 0 10 1.5 10 2.5 +17 1 12 2 0 12 1.5 12 2.5 +18 1 14 2 0 14 1.5 14 2.5 +19 1 16 2 0 16 1.5 16 2.5 +20 1 18 2 0 18 1.5 18 2.5 +21 1 0 4 0 -3.06162e-17 3.5 3.06162e-17 4.5 +22 1 2 4 0 2 3.5 2 4.5 +23 1 4 4 0 4 3.5 4 4.5 +24 1 6 4 0 6 3.5 6 4.5 +25 1 8 4 0 8 3.5 8 4.5 +26 1 10 4 0 10 3.5 10 4.5 +27 1 12 4 0 12 3.5 12 4.5 +28 1 14 4 0 14 3.5 14 4.5 +29 1 16 4 0 16 3.5 16 4.5 +30 1 18 4 0 18 3.5 18 4.5 +31 1 0 6 0 -3.06162e-17 5.5 3.06162e-17 6.5 +32 1 2 6 0 2 5.5 2 6.5 +33 1 4 6 0 4 5.5 4 6.5 +34 1 6 6 0 6 5.5 6 6.5 +35 1 8 6 0 8 5.5 8 6.5 +36 1 10 6 0 10 5.5 10 6.5 +37 1 12 6 0 12 5.5 12 6.5 +38 1 14 6 0 14 5.5 14 6.5 +39 1 16 6 0 16 5.5 16 6.5 +40 1 18 6 0 18 5.5 18 6.5 +41 1 0 8 0 -3.06162e-17 7.5 3.06162e-17 8.5 +42 1 2 8 0 2 7.5 2 8.5 +43 1 4 8 0 4 7.5 4 8.5 +44 1 6 8 0 6 7.5 6 8.5 +45 1 8 8 0 8 7.5 8 8.5 +46 1 10 8 0 10 7.5 10 8.5 +47 1 12 8 0 12 7.5 12 8.5 +48 1 14 8 0 14 7.5 14 8.5 +49 1 16 8 0 16 7.5 16 8.5 +50 1 18 8 0 18 7.5 18 8.5 +51 1 0 10 0 -3.06162e-17 9.5 3.06162e-17 10.5 +52 1 2 10 0 2 9.5 2 10.5 +53 1 4 10 0 4 9.5 4 10.5 +54 1 6 10 0 6 9.5 6 10.5 +55 1 8 10 0 8 9.5 8 10.5 +56 1 10 10 0 10 9.5 10 10.5 +57 1 12 10 0 12 9.5 12 10.5 +58 1 14 10 0 14 9.5 14 10.5 +59 1 16 10 0 16 9.5 16 10.5 +60 1 18 10 0 18 9.5 18 10.5 +61 1 0 12 0 -3.06162e-17 11.5 3.06162e-17 12.5 +62 1 2 12 0 2 11.5 2 12.5 +63 1 4 12 0 4 11.5 4 12.5 +64 1 6 12 0 6 11.5 6 12.5 +65 1 8 12 0 8 11.5 8 12.5 +66 1 10 12 0 10 11.5 10 12.5 +67 1 12 12 0 12 11.5 12 12.5 +68 1 14 12 0 14 11.5 14 12.5 +69 1 16 12 0 16 11.5 16 12.5 +70 1 18 12 0 18 11.5 18 12.5 +71 1 0 14 0 -3.06162e-17 13.5 3.06162e-17 14.5 +72 1 2 14 0 2 13.5 2 14.5 +73 1 4 14 0 4 13.5 4 14.5 +74 1 6 14 0 6 13.5 6 14.5 +75 1 8 14 0 8 13.5 8 14.5 +76 1 10 14 0 10 13.5 10 14.5 +77 1 12 14 0 12 13.5 12 14.5 +78 1 14 14 0 14 13.5 14 14.5 +79 1 16 14 0 16 13.5 16 14.5 +80 1 18 14 0 18 13.5 18 14.5 +81 1 0 16 0 -3.06162e-17 15.5 3.06162e-17 16.5 +82 1 2 16 0 2 15.5 2 16.5 +83 1 4 16 0 4 15.5 4 16.5 +84 1 6 16 0 6 15.5 6 16.5 +85 1 8 16 0 8 15.5 8 16.5 +86 1 10 16 0 10 15.5 10 16.5 +87 1 12 16 0 12 15.5 12 16.5 +88 1 14 16 0 14 15.5 14 16.5 +89 1 16 16 0 16 15.5 16 16.5 +90 1 18 16 0 18 15.5 18 16.5 +91 1 0 18 0 -3.06162e-17 17.5 3.06162e-17 18.5 +92 1 2 18 0 2 17.5 2 18.5 +93 1 4 18 0 4 17.5 4 18.5 +94 1 6 18 0 6 17.5 6 18.5 +95 1 8 18 0 8 17.5 8 18.5 +96 1 10 18 0 10 17.5 10 18.5 +97 1 12 18 0 12 17.5 12 18.5 +98 1 14 18 0 14 17.5 14 18.5 +99 1 16 18 0 16 17.5 16 18.5 +100 1 18 18 0 18 17.5 18 18.5 +ITEM: TIMESTEP +10 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 -0.0101369 -0.0315232 0 0.0317119 -0.529769 -0.0519857 0.466722 +2 1 1.92534 0.016855 0 1.93492 -0.483053 1.91576 0.516763 +3 1 4.01422 0.0417669 0 4.01681 -0.458226 4.01162 0.54176 +4 1 5.97078 -0.058564 0 6.00367 -0.557481 5.93789 0.440353 +5 1 7.96645 0.0440917 0 7.97581 -0.455821 7.9571 0.544004 +6 1 10.0154 -0.0765757 0 10.0092 -0.576538 10.0216 0.423386 +7 1 11.98 -0.0527888 0 11.9551 -0.552171 12.0048 0.446593 +8 1 13.8973 -0.0494252 0 13.9023 -0.5494 13.8923 0.450549 +9 1 16.0334 -0.0707435 0 16.0359 -0.570738 16.031 0.429251 +10 1 18.0257 -0.126366 0 18.0241 -0.626363 18.0274 0.373631 +11 1 0.0935072 2.00661 0 0.0917903 1.50661 0.095224 2.50661 +12 1 2.07709 2.03669 0 2.07995 1.53669 2.07423 2.53668 +13 1 4.08825 1.99036 0 4.09336 1.49038 4.08314 2.49033 +14 1 6.08223 1.92483 0 6.08193 1.42483 6.08253 2.42483 +15 1 8.06123 2.05752 0 8.06321 1.55753 8.05925 2.55752 +16 1 10.056 1.96744 0 10.057 1.46744 10.055 2.46744 +17 1 11.9281 1.92063 0 11.9253 1.42064 11.931 2.42062 +18 1 13.9984 2.02271 0 14.0002 1.52271 13.9966 2.52271 +19 1 16.0775 2.02671 0 16.0717 1.52674 16.0833 2.52668 +20 1 17.9143 1.91937 0 17.9116 1.41937 17.9171 2.41936 +21 1 0.00428341 3.98668 0 -8.64372e-05 3.4867 0.00865326 4.48666 +22 1 2.01175 4.05766 0 2.01264 3.55766 2.01087 4.55766 +23 1 4.05893 3.97016 0 4.05796 3.47016 4.05991 4.47016 +24 1 5.9503 3.93289 0 5.94636 3.4329 5.95425 4.43287 +25 1 8.00799 4.08817 0 8.00741 3.58818 8.00857 4.58817 +26 1 10.0644 4.02366 0 10.0609 3.52367 10.0679 4.52364 +27 1 11.9467 4.03471 0 11.9474 3.53472 11.946 4.53471 +28 1 14.004 3.96883 0 14.0051 3.46883 14.003 4.46883 +29 1 16.0086 3.96329 0 15.9982 3.4634 16.0191 4.46318 +30 1 17.8934 3.96102 0 17.8952 3.46102 17.8916 4.46102 +31 1 -0.0122912 5.96293 0 -0.0120982 5.46293 -0.0124843 6.46293 +32 1 2.05336 6.01682 0 2.05506 5.51683 2.05167 6.51682 +33 1 4.05352 5.9758 0 4.05377 5.4758 4.05327 6.4758 +34 1 5.93476 5.97934 0 5.93853 5.47936 5.93099 6.47933 +35 1 8.02512 6.04606 0 8.0176 5.54612 8.03263 6.546 +36 1 9.99869 5.9881 0 9.99534 5.48811 10.002 6.48809 +37 1 11.9551 6.00198 0 11.9614 5.50202 11.9488 6.50194 +38 1 14.0353 6.02466 0 14.0353 5.52466 14.0353 6.52466 +39 1 15.9252 5.91693 0 15.9238 5.41693 15.9267 6.41693 +40 1 18.0593 6.02521 0 18.0615 5.52521 18.0571 6.5252 +41 1 0.0203838 7.95698 0 0.0224033 7.45699 0.0183644 8.45698 +42 1 2.03847 7.98497 0 2.03921 7.48497 2.03773 8.48497 +43 1 4.08756 8.01979 0 4.07654 7.51991 4.09858 8.51967 +44 1 6.05105 7.97766 0 6.05504 7.47768 6.04706 8.47764 +45 1 7.95713 7.96607 0 7.95186 7.4661 7.96241 8.46604 +46 1 10.0108 7.9866 0 10.0112 7.4866 10.0103 8.4866 +47 1 12.0803 7.96739 0 12.0843 7.4674 12.0764 8.46737 +48 1 14.0299 7.99814 0 14.02 7.49824 14.0397 8.49804 +49 1 16.0611 7.95721 0 16.0633 7.45721 16.0589 8.4572 +50 1 18.0469 8.02605 0 18.0407 7.52609 18.0531 8.52602 +51 1 0.0960046 9.99473 0 0.086178 9.49482 0.105831 10.4946 +52 1 2.07837 9.97713 0 2.07686 9.47713 2.07987 10.4771 +53 1 3.93811 9.95794 0 3.92506 9.45811 3.95115 10.4578 +54 1 6.03943 10.0569 0 6.04128 9.55695 6.03759 10.5569 +55 1 8.0342 9.93017 0 8.03578 9.43017 8.03261 10.4302 +56 1 10.0174 9.9979 0 10.016 9.4979 10.0188 10.4979 +57 1 11.975 10.0185 0 11.9746 9.51855 11.9754 10.5185 +58 1 13.8948 9.94303 0 13.886 9.44311 13.9036 10.443 +59 1 16.0446 10.0452 0 16.042 9.54518 16.0472 10.5452 +60 1 17.9283 9.99268 0 17.9239 9.4927 17.9326 10.4927 +61 1 -0.053715 11.946 0 -0.0643434 11.4462 -0.0430866 12.4459 +62 1 1.92381 12.0079 0 1.92626 11.5079 1.92136 12.5079 +63 1 3.90216 11.9376 0 3.90356 11.4376 3.90076 12.4376 +64 1 6.09388 12.0321 0 6.0874 11.5322 6.10037 12.5321 +65 1 7.94561 11.9955 0 7.94446 11.4955 7.94677 12.4955 +66 1 9.93675 12.0322 0 9.94052 11.5323 9.93298 12.5322 +67 1 12.0454 12.0697 0 12.048 11.5697 12.0428 12.5697 +68 1 13.9495 12.0238 0 13.9488 11.5238 13.9503 12.5238 +69 1 15.9403 12.0637 0 15.9406 11.5637 15.94 12.5637 +70 1 18.0931 12.0568 0 18.0854 11.5569 18.1008 12.5568 +71 1 -0.0360287 14.0636 0 -0.0308496 13.5636 -0.0412078 14.5636 +72 1 2.07591 13.9951 0 2.07798 13.4951 2.07383 14.495 +73 1 4.06957 13.9834 0 4.07206 13.4834 4.06708 14.4834 +74 1 5.97729 13.9775 0 5.96867 13.4776 5.98591 14.4775 +75 1 7.94424 13.9604 0 7.94426 13.4604 7.94423 14.4604 +76 1 10.1006 14.0289 0 10.1039 13.5289 10.0972 14.5289 +77 1 12.0875 14.0555 0 12.0803 13.5555 12.0947 14.5554 +78 1 13.9163 14.0195 0 13.9166 13.5195 13.916 14.5195 +79 1 16.0042 14.039 0 16.0092 13.539 15.9992 14.5389 +80 1 17.9185 14.0066 0 17.9069 13.5067 17.9301 14.5064 +81 1 0.0790034 16.0437 0 0.0833712 15.5437 0.0746356 16.5437 +82 1 1.96369 15.9914 0 1.95789 15.4914 1.96948 16.4914 +83 1 4.05287 16.0075 0 4.05347 15.5075 4.05228 16.5075 +84 1 5.94247 16.0658 0 5.94701 15.5658 5.93792 16.5658 +85 1 7.94892 15.9493 0 7.94886 15.4493 7.94897 16.4493 +86 1 9.9746 16.0728 0 9.97043 15.5728 9.97878 16.5728 +87 1 11.9181 16.0076 0 11.9087 15.5077 11.9275 16.5075 +88 1 14.0399 16.0837 0 14.0405 15.5837 14.0393 16.5837 +89 1 16.077 16.0429 0 16.0775 15.5429 16.0765 16.5429 +90 1 17.8918 15.9748 0 17.8907 15.4748 17.8928 16.4748 +91 1 0.0201342 18.0716 0 0.033027 17.5717 0.00724136 18.5714 +92 1 1.89214 17.994 0 1.89134 17.494 1.89294 18.494 +93 1 4.06412 17.9598 0 4.06405 17.4598 4.06419 18.4598 +94 1 6.03704 18.0186 0 6.04965 17.5188 6.02442 18.5184 +95 1 7.94161 17.9584 0 7.94335 17.4584 7.93987 18.4584 +96 1 9.93195 18.0576 0 9.92722 17.5576 9.93668 18.5576 +97 1 11.9033 17.9904 0 11.8968 17.4904 11.9098 18.4903 +98 1 14.0093 18.0976 0 14.0098 17.5976 14.0087 18.5976 +99 1 15.9604 18.1147 0 15.9598 17.6147 15.9609 18.6147 +100 1 17.9137 18.0135 0 17.914 17.5135 17.9134 18.5135 +ITEM: TIMESTEP +20 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 19.9872 0.0452985 0 20.1799 -0.416086 19.7945 0.506683 +2 1 1.84752 0.00662775 0 1.89065 -0.491508 1.80438 0.504763 +3 1 4.01908 19.9772 0 4.04926 19.4781 3.98889 20.4763 +4 1 5.93511 19.9964 0 6.10956 19.5278 5.76067 20.465 +5 1 7.92998 0.0451194 0 7.96941 -0.453323 7.89055 0.543562 +6 1 10.0591 20.0622 0 10.1218 19.5661 9.99642 20.5582 +7 1 11.9654 19.9237 0 11.8267 19.4434 12.1041 20.4041 +8 1 13.7484 0.100338 0 13.6445 -0.38876 13.8522 0.589437 +9 1 16.1156 0.159128 0 16.3488 -0.283169 15.8824 0.601425 +10 1 18.0953 19.9254 0 18.2131 19.4395 17.9775 20.4114 +11 1 0.19507 1.95997 0 0.177171 1.46029 0.212968 2.45965 +12 1 2.16058 2.06203 0 2.17144 1.56215 2.14972 2.56191 +13 1 4.18788 2.00833 0 4.2263 1.50981 4.14946 2.50686 +14 1 6.17885 1.86252 0 6.19654 1.36284 6.16116 2.36221 +15 1 8.12785 2.11666 0 8.13703 1.61675 8.11867 2.61658 +16 1 10.1129 1.9384 0 10.1146 1.4384 10.1112 2.43839 +17 1 11.8489 1.91235 0 11.8188 1.41326 11.8789 2.41145 +18 1 13.9995 1.94006 0 14.0218 1.44055 13.9773 2.43956 +19 1 16.1717 1.94383 0 16.1271 1.44583 16.2164 2.44184 +20 1 17.8271 1.83407 0 17.8127 1.33427 17.8415 2.33386 +21 1 0.0034362 3.97159 0 -0.0408133 3.47355 0.0476857 4.46963 +22 1 2.01551 4.04931 0 2.02649 3.54943 2.00453 4.54919 +23 1 4.11648 3.97657 0 4.10446 3.47671 4.1285 4.47642 +24 1 5.89514 3.88238 0 5.86898 3.38306 5.92131 4.38169 +25 1 8.01346 4.08113 0 8.00641 3.58118 8.02051 4.58109 +26 1 10.1363 3.97628 0 10.1066 3.47716 10.1659 4.4754 +27 1 11.8909 3.98093 0 11.8982 3.48099 11.8837 4.48088 +28 1 14.0081 4.03895 0 14.018 3.53904 13.9981 4.53885 +29 1 16.0191 3.95433 0 15.9052 3.46746 16.1329 4.4412 +30 1 17.7858 3.93559 0 17.7927 3.43563 17.7789 4.43554 +31 1 19.968 5.95062 0 19.9544 5.4508 19.9817 6.45043 +32 1 2.11344 6.0379 0 2.13186 5.53824 2.09501 6.53756 +33 1 4.10679 5.97524 0 4.10805 5.47524 4.10554 6.47524 +34 1 5.86305 5.93492 0 5.88704 5.4355 5.83905 6.43435 +35 1 8.06638 6.03925 0 7.98347 5.54618 8.1493 6.53233 +36 1 9.99037 6.00467 0 9.96087 5.50554 10.0199 6.5038 +37 1 11.9001 6.01589 0 11.9605 5.51956 11.8396 6.51223 +38 1 14.0745 5.98953 0 14.0723 5.48953 14.0767 6.48952 +39 1 15.834 5.91919 0 15.7989 5.42042 15.8691 6.41796 +40 1 18.124 6.00622 0 18.1314 5.50627 18.1165 6.50616 +41 1 0.0371484 7.93126 0 0.0529693 7.43151 0.0213276 8.43101 +42 1 2.07275 8.00674 0 2.07977 7.50679 2.06573 8.50669 +43 1 4.19316 7.96129 0 4.11067 7.46814 4.27564 8.45444 +44 1 6.10764 7.99093 0 6.13312 7.49158 6.08215 8.49028 +45 1 7.88804 8.00472 0 7.84881 7.50626 7.92728 8.50318 +46 1 10.0218 7.98957 0 10.0256 7.48958 10.018 8.48955 +47 1 12.1742 7.99537 0 12.2143 7.49699 12.134 8.49375 +48 1 14.0724 7.9817 0 13.987 7.48905 14.1579 8.47435 +49 1 16.1253 7.92919 0 16.1386 7.42937 16.112 8.42901 +50 1 18.1052 8.02868 0 18.0552 7.53119 18.1552 8.52618 +51 1 0.205173 9.93338 0 0.149137 9.43653 0.26121 10.4302 +52 1 2.16397 9.99421 0 2.15723 9.49425 2.17071 10.4942 +53 1 3.86255 9.94511 0 3.75292 9.45727 3.97218 10.4329 +54 1 6.0747 10.0411 0 6.09381 9.54147 6.05558 10.5407 +55 1 8.08052 9.95385 0 8.11365 9.45495 8.04739 10.4528 +56 1 10.0372 10.0138 0 10.0279 9.51392 10.0465 10.5137 +57 1 11.9472 10.0362 0 11.9452 9.53625 11.9493 10.5362 +58 1 13.7733 9.97689 0 13.7054 9.48152 13.8412 10.4723 +59 1 16.0938 10.0626 0 16.0765 9.56285 16.1112 10.5623 +60 1 17.8452 10.0501 0 17.811 9.55129 17.8793 10.549 +61 1 19.8779 11.9759 0 19.816 11.4798 19.9398 12.4721 +62 1 1.8352 11.9884 0 1.85352 11.4888 1.81688 12.4881 +63 1 3.79646 11.9356 0 3.79383 11.4356 3.79909 12.4356 +64 1 6.2073 12.0401 0 6.15693 11.5427 6.25766 12.5376 +65 1 7.88888 11.9136 0 7.87953 11.4137 7.89823 12.4135 +66 1 9.86464 12.0498 0 9.88702 11.5503 9.84225 12.5493 +67 1 12.0903 12.0888 0 12.1095 11.5892 12.0711 12.5884 +68 1 13.9008 12.0028 0 13.8951 11.5029 13.9066 12.5028 +69 1 15.8709 12.0856 0 15.8776 11.5856 15.8642 12.5855 +70 1 18.2077 12.0435 0 18.1484 11.547 18.2669 12.54 +71 1 19.9206 14.0738 0 19.9489 13.5746 19.8922 14.573 +72 1 2.16629 13.9912 0 2.17678 13.4913 2.1558 14.4911 +73 1 4.14273 13.9436 0 4.15528 13.4438 4.13019 14.4435 +74 1 5.94115 14.0518 0 5.8737 13.5564 6.0086 14.5472 +75 1 7.88722 13.9432 0 7.88781 13.4432 7.88663 14.4432 +76 1 10.2107 14.0794 0 10.2304 13.5797 10.1911 14.579 +77 1 12.1946 14.0977 0 12.1301 13.6018 12.2591 14.5935 +78 1 13.8281 14.0824 0 13.8282 13.5824 13.828 14.5824 +79 1 16.0107 14.1064 0 16.055 13.6084 15.9664 14.6044 +80 1 17.827 14.0056 0 17.7286 13.5154 17.9254 14.4959 +81 1 0.165015 16.0999 0 0.190203 15.6005 0.139827 16.5992 +82 1 1.92372 15.986 0 1.87814 15.488 1.96931 16.4839 +83 1 4.10482 15.9381 0 4.10839 15.4381 4.10125 16.4381 +84 1 5.86931 16.035 0 5.92692 15.5384 5.81171 16.5317 +85 1 7.89841 15.9249 0 7.89871 15.4249 7.89811 16.4249 +86 1 9.95226 16.0747 0 9.91481 15.5761 9.98971 16.5733 +87 1 11.8233 16.0156 0 11.7292 15.5245 11.9175 16.5066 +88 1 14.0841 16.1235 0 14.0817 15.6235 14.0864 16.6235 +89 1 16.1636 16.0994 0 16.1645 15.5994 16.1627 16.5994 +90 1 17.7767 15.9959 0 17.7655 15.496 17.7878 16.4958 +91 1 0.0267656 18.0609 0 0.102922 17.5667 -0.0493912 18.5551 +92 1 1.77807 18.0344 0 1.76962 17.5344 1.78651 18.5343 +93 1 4.13116 18.0271 0 4.13143 17.5271 4.13089 18.5271 +94 1 6.08653 17.9792 0 6.18915 17.4898 5.98391 18.4685 +95 1 7.8816 17.9689 0 7.88728 17.4689 7.87593 18.4688 +96 1 9.82993 17.9686 0 9.88725 17.4718 9.7726 18.4653 +97 1 11.8035 17.9608 0 11.7631 17.4624 11.8439 18.4592 +98 1 14.058 18.0288 0 13.912 17.5506 14.204 18.507 +99 1 15.864 17.938 0 16.0321 17.4671 15.6959 18.4089 +100 1 17.7908 17.8744 0 17.9339 17.3953 17.6477 18.3534 +ITEM: TIMESTEP +30 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 19.9823 0.151432 0 20.3051 -0.230439 19.6596 0.533303 +2 1 1.77177 0.0414769 0 1.87174 -0.448426 1.67179 0.53138 +3 1 4.01275 0.00650187 0 4.07003 -0.490207 3.95548 0.503211 +4 1 5.89207 0.0661448 0 6.24899 -0.284016 5.53516 0.416305 +5 1 7.89141 0.0393308 0 7.96698 -0.454925 7.81583 0.533586 +6 1 10.0749 0.114212 0 10.4703 -0.191764 9.67945 0.420188 +7 1 11.9554 19.9624 0 11.6498 19.5666 12.2609 20.3581 +8 1 13.5223 0.0930948 0 13.2511 -0.326921 13.7936 0.513111 +9 1 16.1719 0.314336 0 16.6548 0.444093 15.6891 0.184579 +10 1 18.1893 0.0396494 0 18.49 -0.359823 17.8886 0.439122 +11 1 0.304147 1.88725 0 0.266762 1.38865 0.341533 2.38585 +12 1 2.25171 2.03126 0 2.25299 1.53126 2.25044 2.53126 +13 1 4.29388 1.94844 0 4.38183 1.45624 4.20594 2.44065 +14 1 6.28914 1.80559 0 6.35146 1.30949 6.22682 2.30169 +15 1 8.20827 2.08927 0 8.19335 1.5895 8.22318 2.58905 +16 1 10.2163 2.07097 0 10.3693 1.59497 10.0633 2.54698 +17 1 11.7623 1.90736 0 11.6803 1.41414 11.8444 2.40058 +18 1 14.0547 2.09525 0 14.31 1.66538 13.7993 2.52513 +19 1 16.3232 2.02072 0 16.3168 1.52077 16.3296 2.52068 +20 1 17.7292 1.77404 0 17.6709 1.27744 17.7874 2.27064 +21 1 0.00336854 3.94622 0 -0.128821 3.46401 0.135558 4.42843 +22 1 2.00349 4.03364 0 2.03456 3.53461 1.97242 4.53268 +23 1 4.17351 4.0088 0 4.12124 3.51154 4.22579 4.50606 +24 1 5.83469 3.82962 0 5.76696 3.33423 5.90242 4.32502 +25 1 8.00873 4.0535 0 7.937 3.55868 8.08046 4.54833 +26 1 10.2149 3.94439 0 10.1321 3.4513 10.2978 4.43747 +27 1 11.8317 3.91095 0 11.8538 3.41144 11.8095 4.41046 +28 1 14.0033 4.01514 0 14.0679 3.51933 13.9387 4.51095 +29 1 16.0363 3.92638 0 15.7584 3.51073 16.3142 4.34204 +30 1 17.6765 3.91504 0 17.6896 3.41521 17.6634 4.41487 +31 1 19.9394 5.96422 0 19.8732 5.46862 20.0056 6.45982 +32 1 2.18317 6.0271 0 2.25438 5.53219 2.11196 6.522 +33 1 4.16005 5.9796 0 4.15753 5.4796 4.16257 6.47959 +34 1 5.78708 5.90061 0 5.83839 5.40325 5.73576 6.39797 +35 1 8.11687 6.09934 0 7.86953 5.66481 8.36421 6.53388 +36 1 9.97764 5.97895 0 9.89469 5.48588 10.0606 6.47202 +37 1 11.8388 6.0366 0 11.9909 5.5603 11.6867 6.5129 +38 1 14.1306 6.0082 0 14.1434 5.50837 14.1177 6.50804 +39 1 15.7252 5.94465 0 15.6334 5.45315 15.817 6.43615 +40 1 18.1917 5.953 0 18.2005 5.45308 18.183 6.45292 +41 1 0.0466866 7.87757 0 0.100158 7.38043 -0.00678493 8.3747 +42 1 2.09909 8.05919 0 2.13542 7.56051 2.06276 8.55787 +43 1 4.30187 7.95389 0 4.10838 7.49284 4.49536 8.41493 +44 1 6.1662 7.98984 0 6.22681 7.49353 6.10559 8.48615 +45 1 7.78906 7.98909 0 7.70492 7.49622 7.87319 8.48196 +46 1 10.0328 8.02369 0 10.0446 7.52383 10.021 8.52355 +47 1 12.279 8.03236 0 12.3758 7.54182 12.1822 8.52291 +48 1 14.113 8.01002 0 13.9043 7.55566 14.3217 8.46437 +49 1 16.1951 7.92232 0 16.2386 7.42422 16.1515 8.42042 +50 1 18.1684 8.0498 0 18.048 7.5645 18.2887 8.5351 +51 1 0.319116 9.91096 0 0.220218 9.42084 0.418015 10.4011 +52 1 2.2659 10.056 0 2.25045 9.55628 2.28135 10.5558 +53 1 3.78739 9.89826 0 3.53895 9.46435 4.03582 10.3322 +54 1 6.10621 9.99474 0 6.16693 9.49844 6.0455 10.491 +55 1 8.16459 9.9804 0 8.26337 9.49026 8.06582 10.4706 +56 1 10.0607 10.047 0 10.0306 9.54791 10.0907 10.5461 +57 1 11.9151 10.0552 0 11.9104 9.5552 11.9197 10.5552 +58 1 13.645 9.99428 0 13.4957 9.51708 13.7942 10.4715 +59 1 16.1498 10.0589 0 16.1036 9.56105 16.196 10.5568 +60 1 17.7494 10.0965 0 17.6893 9.60015 17.8096 10.5929 +61 1 19.8101 12.0031 0 19.6952 11.5165 19.925 12.4898 +62 1 1.73216 11.9756 0 1.75966 11.4764 1.70465 12.4748 +63 1 3.67883 11.9649 0 3.66709 11.4651 3.69058 12.4648 +64 1 6.33305 12.0846 0 6.22541 11.5964 6.44069 12.5729 +65 1 7.8096 11.8884 0 7.715 11.3974 7.90421 12.3793 +66 1 9.78707 12.0815 0 9.82709 11.5831 9.74705 12.5799 +67 1 12.1369 12.0785 0 12.1935 11.5818 12.0802 12.5753 +68 1 13.8533 11.9992 0 13.8431 11.4993 13.8634 12.4991 +69 1 15.7919 12.0974 0 15.8076 11.5977 15.7763 12.5972 +70 1 18.3361 12.0457 0 18.2267 11.5578 18.4456 12.5336 +71 1 19.8763 14.086 0 19.9308 13.589 19.8217 14.583 +72 1 2.2687 13.9753 0 2.28307 13.4755 2.25433 14.4751 +73 1 4.22298 13.8595 0 4.26302 13.3611 4.18295 14.3579 +74 1 5.90587 14.0805 0 5.71665 13.6177 6.09508 14.5433 +75 1 7.82742 13.8921 0 7.83009 13.3921 7.82475 14.3921 +76 1 10.3342 14.1057 0 10.3474 13.6059 10.3211 14.6055 +77 1 12.3144 14.1644 0 12.159 13.6892 12.4699 14.6396 +78 1 13.7309 14.1428 0 13.744 13.643 13.7178 14.6427 +79 1 16.0075 14.1358 0 16.1857 13.6687 15.8292 14.603 +80 1 17.7382 13.9623 0 17.4986 13.5234 17.9777 14.4012 +81 1 0.25686 16.0743 0 0.313382 15.5775 0.200339 16.5711 +82 1 1.87716 15.9935 0 1.754 15.5089 2.00031 16.4781 +83 1 4.15748 15.9099 0 4.16135 15.4099 4.15361 16.4099 +84 1 5.7769 16.0217 0 5.94231 15.5499 5.6115 16.4936 +85 1 7.84894 15.9499 0 7.8516 15.4499 7.84627 16.4499 +86 1 9.94287 15.9193 0 9.72224 15.4706 10.1635 16.368 +87 1 11.7317 15.9577 0 11.4625 15.5363 12.0009 16.379 +88 1 14.1501 16.0824 0 14.102 15.5847 14.1982 16.5801 +89 1 16.3074 15.9829 0 16.2356 15.488 16.3792 16.4777 +90 1 17.6254 15.9227 0 17.6458 15.4231 17.605 16.4223 +91 1 0.033805 18.1028 0 0.206806 17.6336 -0.139196 18.5719 +92 1 1.6536 18.0422 0 1.63932 17.5424 1.66788 18.542 +93 1 4.20973 18.003 0 4.17859 17.504 4.24088 18.5021 +94 1 6.14767 17.948 0 6.39977 17.5162 5.89558 18.3798 +95 1 7.81961 18.0054 0 7.82826 17.5055 7.81096 18.5054 +96 1 9.68942 17.9502 0 9.85145 17.4772 9.52739 18.4232 +97 1 11.6912 17.9365 0 11.5491 17.4571 11.8332 18.4159 +98 1 14.0858 17.9597 0 13.7028 17.6383 14.4688 18.2811 +99 1 15.7395 17.8902 0 16.1772 17.6484 15.3019 18.1319 +100 1 17.6711 17.7894 0 18.1197 17.5686 17.2225 18.0103 +ITEM: TIMESTEP +40 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 19.9794 0.257608 0 20.4083 0.000573216 19.5506 0.514642 +2 1 1.69295 0.0858626 0 1.84746 -0.389665 1.53844 0.56139 +3 1 3.99557 0.0737201 0 4.09186 -0.41692 3.89927 0.56436 +4 1 5.8486 0.137244 0 6.32227 -0.0228804 5.37494 0.297369 +5 1 7.85168 0.0326096 0 7.98337 -0.449736 7.71999 0.514955 +6 1 10.0637 0.0438546 0 10.5063 0.276565 9.6212 -0.188856 +7 1 11.8651 0.0601985 0 11.644 -0.388277 12.0862 0.508674 +8 1 13.3649 0.00135849 0 13.1513 -0.450751 13.5784 0.453468 +9 1 16.2648 0.307094 0 16.6014 0.676801 15.9281 -0.0626133 +10 1 18.3162 0.0176086 0 18.81 -0.0603838 17.8223 0.0956009 +11 1 0.415714 1.81297 0 0.384464 1.31395 0.446964 2.312 +12 1 2.34734 1.96234 0 2.31358 1.46348 2.3811 2.4612 +13 1 4.40984 1.88144 0 4.5801 1.41132 4.23958 2.35156 +14 1 6.39918 1.74473 0 6.50522 1.2561 6.29314 2.23335 +15 1 8.3015 2.00502 0 8.22131 1.51149 8.38168 2.49855 +16 1 10.333 2.16787 0 10.7927 1.97116 9.87334 2.36457 +17 1 11.6788 1.85403 0 11.5502 1.37086 11.8074 2.33721 +18 1 14.112 2.26074 0 14.5763 2.07504 13.6478 2.44645 +19 1 16.453 2.2637 0 16.395 1.76708 16.511 2.76033 +20 1 17.5855 1.85159 0 17.3281 1.42294 17.8429 2.28024 +21 1 0.00693494 3.91019 0 -0.214914 3.4621 0.228783 4.35828 +22 1 1.97746 4.02684 0 2.03908 3.53065 1.91583 4.52303 +23 1 4.23867 3.97968 0 4.09964 3.4994 4.3777 4.45996 +24 1 5.77098 3.76775 0 5.65558 3.28125 5.88638 4.25425 +25 1 7.99142 4.07736 0 7.80529 3.6133 8.17756 4.54143 +26 1 10.3103 4.06843 0 10.1271 3.60318 10.4934 4.53368 +27 1 11.7682 3.88409 0 11.8142 3.38622 11.7221 4.38197 +28 1 13.997 3.95501 0 14.179 3.48931 13.815 4.42071 +29 1 16.0569 3.89997 0 15.6482 3.61197 16.4656 4.18798 +30 1 17.5622 3.8954 0 17.5789 3.39569 17.5454 4.39512 +31 1 19.9024 5.95638 0 19.7696 5.47433 20.0352 6.43843 +32 1 2.25979 6.01117 0 2.42202 5.53821 2.09757 6.48412 +33 1 4.21323 6.01846 0 4.18081 5.51952 4.24566 6.51741 +34 1 5.70804 5.87927 0 5.78264 5.38486 5.63345 6.37367 +35 1 8.16831 6.16451 0 7.78183 5.84728 8.55478 6.48174 +36 1 9.96504 5.93126 0 9.8153 5.45421 10.1148 6.40832 +37 1 11.7776 6.05878 0 12.0082 5.61517 11.5469 6.50238 +38 1 14.2026 6.06898 0 14.2557 5.57181 14.1495 6.56615 +39 1 15.6094 5.95696 0 15.4703 5.47669 15.7484 6.43724 +40 1 18.2605 5.8931 0 18.2656 5.39313 18.2553 6.39308 +41 1 0.0533549 7.84047 0 0.178303 7.35633 -0.0715927 8.3246 +42 1 2.1192 8.10179 0 2.21855 7.61176 2.01985 8.59182 +43 1 4.4081 7.99344 0 4.07677 7.61898 4.73943 8.3679 +44 1 6.22268 7.94619 0 6.34211 7.46066 6.10326 8.43172 +45 1 7.68225 7.96062 0 7.55489 7.47711 7.80962 8.44412 +46 1 10.0433 8.04722 0 10.0671 7.54779 10.0195 8.54665 +47 1 12.3889 8.05472 0 12.5325 7.57578 12.2453 8.53366 +48 1 14.1458 8.05595 0 13.8132 7.6826 14.4784 8.42931 +49 1 16.2687 7.92776 0 16.3583 7.43586 16.1791 8.41967 +50 1 18.2325 8.0769 0 18.0474 7.61243 18.4176 8.54137 +51 1 0.434845 9.90812 0 0.302038 9.42608 0.567652 10.3902 +52 1 2.38757 10.1459 0 2.35847 9.64677 2.41666 10.6451 +53 1 3.70832 9.85076 0 3.34646 9.50571 4.07018 10.1958 +54 1 6.14023 9.98279 0 6.26495 9.49859 6.0155 10.467 +55 1 8.27677 9.94014 0 8.42759 9.46343 8.12594 10.4168 +56 1 10.0873 10.1027 0 10.0182 9.60751 10.1565 10.5979 +57 1 11.8781 10.0727 0 11.8753 9.57271 11.8809 10.5727 +58 1 13.5131 9.97676 0 13.2707 9.53946 13.7555 10.4141 +59 1 16.2117 10.0501 0 16.134 9.55618 16.2894 10.544 +60 1 17.6441 10.1209 0 17.5797 9.62503 17.7085 10.6167 +61 1 19.7412 12.0223 0 19.574 11.5511 19.9084 12.4935 +62 1 1.62004 11.9787 0 1.62641 11.4787 1.61367 12.4787 +63 1 3.55214 11.9817 0 3.54975 11.4817 3.55452 12.4817 +64 1 6.46601 12.1369 0 6.30707 11.6629 6.62496 12.611 +65 1 7.70377 11.9062 0 7.40817 11.5029 7.99937 12.3094 +66 1 9.70822 12.129 0 9.75263 11.631 9.66381 12.6271 +67 1 12.1897 12.0776 0 12.3023 11.5904 12.0772 12.5647 +68 1 13.8048 12.028 0 13.7918 11.5282 13.8179 12.5278 +69 1 15.7116 12.1128 0 15.7322 11.6132 15.691 12.6124 +70 1 18.477 12.0683 0 18.3348 11.589 18.6192 12.5477 +71 1 19.8315 14.104 0 19.9126 13.6106 19.7503 14.5974 +72 1 2.37094 13.9568 0 2.38857 13.4571 2.35332 14.4565 +73 1 4.31354 13.763 0 4.41002 13.2724 4.21705 14.2536 +74 1 5.87591 14.0588 0 5.53232 13.6956 6.2195 14.4221 +75 1 7.76006 13.8563 0 7.75424 13.3563 7.76589 14.3563 +76 1 10.4692 14.1116 0 10.4343 13.6128 10.504 14.6104 +77 1 12.4284 14.2381 0 12.2089 13.7888 12.6479 14.6874 +78 1 13.623 14.1708 0 13.6668 13.6727 13.5791 14.6688 +79 1 15.9752 14.0897 0 16.374 13.7881 15.5764 14.3913 +80 1 17.6563 13.9032 0 17.2897 13.5633 18.023 14.2432 +81 1 0.355454 16.0219 0 0.456718 15.5323 0.25419 16.5115 +82 1 1.82588 16.0008 0 1.62229 15.5441 2.02947 16.4575 +83 1 4.21468 15.8985 0 4.21194 15.3985 4.21742 16.3985 +84 1 5.67625 16.0574 0 5.95823 15.6445 5.39427 16.4703 +85 1 7.80029 15.9791 0 7.80688 15.4791 7.79369 16.479 +86 1 9.93009 15.7565 0 9.51115 15.4836 10.349 16.0294 +87 1 11.6383 15.8895 0 11.2292 15.602 12.0474 16.1769 +88 1 14.2327 16.0639 0 14.158 15.5695 14.3073 16.5583 +89 1 16.4783 15.9153 0 16.4272 15.4179 16.5293 16.4127 +90 1 17.4728 15.8488 0 17.4744 15.3488 17.4712 16.3488 +91 1 0.0447459 18.1716 0 0.332622 17.7628 -0.243131 18.5804 +92 1 1.52112 18.0441 0 1.49472 17.5448 1.54752 18.5434 +93 1 4.298 17.937 0 4.20905 17.445 4.38696 18.4291 +94 1 6.20961 17.9171 0 6.58523 17.5871 5.83399 18.2471 +95 1 7.75233 18.0605 0 7.75974 17.5606 7.74492 18.5605 +96 1 9.54572 17.9616 0 9.80577 17.5345 9.28567 18.3886 +97 1 11.5766 17.9151 0 11.3331 17.4784 11.8201 18.3518 +98 1 13.8358 17.9471 0 13.7413 17.4561 13.9304 18.4381 +99 1 15.7841 17.8076 0 16.1742 17.4949 15.3939 18.1202 +100 1 17.6563 17.7317 0 18.1305 17.8903 17.1821 17.5732 +ITEM: TIMESTEP +50 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0.0867384 0.447009 0 0.391385 0.0505368 -0.217908 0.843482 +2 1 1.60684 0.133493 0 1.81761 -0.31991 1.39606 0.586896 +3 1 3.97909 0.131645 0 4.12673 -0.346062 3.83146 0.609352 +4 1 5.80334 0.213213 0 6.29911 0.278171 5.30758 0.148256 +5 1 7.80913 0.0317614 0 8.03377 -0.414938 7.5845 0.47846 +6 1 10.0574 19.9724 0 10.0367 20.472 10.0781 19.4729 +7 1 11.7964 0.101199 0 11.5596 -0.339206 12.0331 0.541603 +8 1 13.2273 19.8925 0 13.1621 19.3968 13.2925 20.3883 +9 1 16.3813 0.135404 0 16.7833 0.432765 15.9793 -0.161957 +10 1 18.3289 19.8978 0 18.8268 19.9434 17.831 19.8522 +11 1 0.539292 1.74152 0 0.570491 1.2425 0.508093 2.24055 +12 1 2.43984 1.88648 0 2.36022 1.39286 2.51947 2.3801 +13 1 4.53427 1.82127 0 4.80057 1.39809 4.26798 2.24446 +14 1 6.50745 1.68139 0 6.66324 1.20628 6.35166 2.1565 +15 1 8.39462 1.92333 0 8.24769 1.44541 8.54155 2.40126 +16 1 10.3607 2.27749 0 10.7993 2.51754 9.92214 2.03743 +17 1 11.6338 1.82266 0 11.3111 1.44073 11.9565 2.20459 +18 1 14.1694 2.4281 0 14.649 2.56923 13.6897 2.28697 +19 1 16.4807 2.6591 0 16.2674 2.2069 16.6941 3.1113 +20 1 17.4764 1.93953 0 17.1504 1.5604 17.8023 2.31867 +21 1 0.0129094 3.8739 0 -0.276116 3.4659 0.301935 4.2819 +22 1 1.94977 4.02175 0 2.04376 3.53066 1.85577 4.51283 +23 1 4.31345 3.93042 0 4.07502 3.49094 4.55189 4.36991 +24 1 5.70329 3.70242 0 5.54985 3.22655 5.85672 4.1783 +25 1 7.97437 4.10297 0 7.6956 3.6879 8.25315 4.51804 +26 1 10.4099 4.20825 0 10.1385 3.78829 10.6812 4.62821 +27 1 11.7013 3.88416 0 11.7676 3.38858 11.635 4.37974 +28 1 13.9953 3.89519 0 14.2834 3.48651 13.7073 4.30386 +29 1 16.0683 3.8646 0 15.5862 3.73215 16.5504 3.99705 +30 1 17.5011 3.90273 0 17.5902 3.41074 17.412 4.39473 +31 1 19.8557 5.90798 0 19.6493 5.45261 20.0622 6.36336 +32 1 2.33765 5.99556 0 2.58624 5.56173 2.08906 6.42938 +33 1 4.27081 6.06986 0 4.19208 5.5761 4.34953 6.56363 +34 1 5.623 5.86119 0 5.71645 5.37 5.52954 6.35238 +35 1 8.22149 6.22829 0 7.75037 6.06082 8.69261 6.39576 +36 1 9.95484 5.88332 0 9.74037 5.43165 10.1693 6.33499 +37 1 11.7127 6.07731 0 12.0064 5.67267 11.419 6.48194 +38 1 14.2751 6.12991 0 14.3567 5.63661 14.1936 6.62321 +39 1 15.4938 5.97014 0 15.3185 5.50188 15.6691 6.43841 +40 1 18.3299 5.83362 0 18.3277 5.33362 18.332 6.33361 +41 1 0.0626681 7.84462 0 0.29394 7.40132 -0.168604 8.28791 +42 1 2.13908 8.14099 0 2.3029 7.66859 1.97526 8.61339 +43 1 4.5176 8.0379 0 4.07578 7.80382 4.95943 8.27197 +44 1 6.27105 7.8859 0 6.45144 7.41958 6.09065 8.35223 +45 1 7.57955 7.93148 0 7.42268 7.45672 7.73641 8.40623 +46 1 10.0538 8.05363 0 10.0917 7.55507 10.0159 8.55219 +47 1 12.5056 8.074 0 12.6886 7.6087 12.3226 8.53931 +48 1 14.1735 8.10035 0 13.7446 7.84337 14.6024 8.35733 +49 1 16.3405 7.93261 0 16.4739 7.45072 16.2071 8.41449 +50 1 18.2987 8.10042 0 18.0603 7.66093 18.5371 8.53992 +51 1 0.551357 9.90749 0 0.388813 9.43465 0.713902 10.3803 +52 1 2.46207 10.2513 0 2.25534 9.79608 2.6688 10.7066 +53 1 3.67652 9.7985 0 3.30737 9.46127 4.04568 10.1357 +54 1 6.17801 9.98877 0 6.36716 9.52593 5.98886 10.4516 +55 1 8.38704 9.8985 0 8.58648 9.44 8.1876 10.357 +56 1 10.1142 10.1722 0 9.99129 9.68749 10.237 10.6568 +57 1 11.8426 10.0895 0 11.8522 9.58955 11.833 10.5894 +58 1 13.3732 9.95225 0 13.0397 9.57973 13.7068 10.3248 +59 1 16.281 10.0433 0 16.1769 9.55426 16.3852 10.5323 +60 1 17.5333 10.1432 0 17.4681 9.64752 17.5985 10.639 +61 1 19.668 12.0396 0 19.4473 11.5909 19.8886 12.4883 +62 1 1.5079 11.9845 0 1.4733 11.4857 1.5425 12.4833 +63 1 3.42202 11.9952 0 3.42492 11.4952 3.41912 12.4952 +64 1 6.56815 12.1911 0 6.25202 11.8037 6.88428 12.5784 +65 1 7.63489 11.905 0 7.22989 11.6118 8.03989 12.1982 +66 1 9.63062 12.1833 0 9.66781 11.6847 9.59342 12.6819 +67 1 12.2503 12.0852 0 12.425 11.6167 12.0756 12.5537 +68 1 13.7521 12.0638 0 13.733 11.5642 13.7713 12.5634 +69 1 15.6343 12.1284 0 15.6596 11.6291 15.6091 12.6278 +70 1 18.6274 12.0893 0 18.4404 11.6256 18.8145 12.553 +71 1 19.7855 14.125 0 19.8861 13.6352 19.6848 14.6147 +72 1 2.47029 13.936 0 2.4943 13.4366 2.44628 14.4354 +73 1 4.40689 13.6652 0 4.55069 13.1863 4.26308 14.1441 +74 1 5.84371 14.0383 0 5.38892 13.8305 6.29851 14.246 +75 1 7.68278 13.832 0 7.65552 13.3327 7.71005 14.3312 +76 1 10.6006 14.1221 0 10.5147 13.6295 10.6865 14.6146 +77 1 12.456 14.3096 0 12.4149 13.8113 12.497 14.8079 +78 1 13.5875 14.1773 0 13.4216 13.7056 13.7535 14.6489 +79 1 15.8508 14.0677 0 16.3294 13.9231 15.3722 14.2124 +80 1 17.6664 13.8224 0 17.3744 13.4166 17.9584 14.2283 +81 1 0.450518 15.971 0 0.565877 15.4845 0.335159 16.4575 +82 1 1.77954 16.0097 0 1.53605 15.573 2.02303 16.4464 +83 1 4.26881 15.866 0 4.28451 15.3662 4.25311 16.3657 +84 1 5.58041 16.0931 0 5.94744 15.7536 5.21338 16.4327 +85 1 7.7517 16.0007 0 7.76546 15.5009 7.73795 16.5006 +86 1 9.81787 15.634 0 9.39969 15.3599 10.2361 15.9081 +87 1 11.6443 15.7746 0 11.2974 15.4145 11.9912 16.1347 +88 1 14.3321 16.0557 0 14.2312 15.566 14.4331 16.5454 +89 1 16.4481 15.8637 0 16.3625 15.3711 16.5336 16.3563 +90 1 17.5246 15.7559 0 17.5605 15.2572 17.4886 16.2546 +91 1 0.0577467 18.2418 0 0.439496 17.9189 -0.324003 18.5647 +92 1 1.3851 18.0403 0 1.36509 17.5407 1.40512 18.5399 +93 1 4.39238 17.8934 0 4.23606 17.4185 4.5487 18.3684 +94 1 6.26672 17.8891 0 6.72754 17.695 5.8059 18.0831 +95 1 7.68499 18.1182 0 7.71143 17.6189 7.65856 18.6175 +96 1 9.40296 17.9725 0 9.754 17.6165 9.05192 18.3286 +97 1 11.4606 17.8948 0 11.134 17.5162 11.7871 18.2734 +98 1 13.5738 17.9454 0 13.8118 17.5057 13.3357 18.385 +99 1 15.6933 17.705 0 15.8057 17.2178 15.5809 18.1922 +100 1 17.7795 17.6863 0 18.0219 18.1236 17.537 17.249 +ITEM: TIMESTEP +60 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0.132478 0.6207 0 0.443639 0.22932 -0.178684 1.01208 +2 1 1.6122 0.0672505 0 1.7766 -0.404951 1.44781 0.539452 +3 1 3.97321 0.193882 0 4.16551 -0.267659 3.78091 0.655424 +4 1 5.73464 0.250808 0 6.20634 0.416639 5.26294 0.084977 +5 1 7.76603 0.0332403 0 8.08835 -0.349005 7.44372 0.415485 +6 1 10.0477 19.9003 0 9.59634 20.1155 10.499 19.6851 +7 1 11.7509 0.0989918 0 11.4259 -0.280951 12.0759 0.478934 +8 1 13.0946 19.8016 0 13.1279 19.3027 13.0613 20.3005 +9 1 16.5005 -0.0344261 0 16.9513 0.181771 16.0496 -0.250623 +10 1 18.2731 19.7271 0 18.7726 19.751 17.7737 19.7032 +11 1 0.702873 1.84869 0 1.0567 1.49541 0.349047 2.20197 +12 1 2.52607 1.8101 0 2.39696 1.32706 2.65519 2.29314 +13 1 4.65831 1.75891 0 4.9948 1.38908 4.32182 2.12874 +14 1 6.6317 1.66564 0 6.93439 1.26767 6.329 2.0636 +15 1 8.48527 1.83931 0 8.26386 1.39101 8.70669 2.28761 +16 1 10.3514 2.39038 0 10.4717 2.8757 10.2312 1.90505 +17 1 11.5952 1.83628 0 11.0958 1.81243 12.0947 1.86012 +18 1 14.2782 2.49035 0 14.7675 2.59327 13.7889 2.38743 +19 1 16.3864 2.81555 0 16.0024 2.49528 16.7703 3.13582 +20 1 17.3718 2.02518 0 17.0281 1.66204 17.7155 2.38833 +21 1 0.021064 3.84011 0 -0.314872 3.46977 0.357001 4.21044 +22 1 1.92504 4.01632 0 2.04853 3.53181 1.80155 4.50083 +23 1 4.39929 3.87917 0 4.07634 3.49746 4.72224 4.26088 +24 1 5.62732 3.63958 0 5.44985 3.17214 5.80479 4.10702 +25 1 7.95802 4.12838 0 7.605 3.77429 8.31104 4.48246 +26 1 10.4646 4.36307 0 10.2501 3.9114 10.679 4.81473 +27 1 11.6749 3.87153 0 11.6099 3.37577 11.7399 4.36728 +28 1 13.9531 3.94655 0 14.3925 3.70803 13.5136 4.18506 +29 1 15.9388 3.96116 0 15.6815 3.53247 16.1962 4.38985 +30 1 17.6931 4.0185 0 17.9168 3.57132 17.4694 4.46567 +31 1 19.8016 5.85014 0 19.5223 5.43544 20.0809 6.26485 +32 1 2.41554 5.98079 0 2.7267 5.58941 2.10438 6.37218 +33 1 4.33384 6.12224 0 4.22032 5.6353 4.44736 6.60919 +34 1 5.53149 5.83995 0 5.63169 5.3501 5.4313 6.32981 +35 1 8.2792 6.2919 0 7.77948 6.30851 8.77893 6.27529 +36 1 9.94904 5.83887 0 9.68086 5.41688 10.2172 6.26086 +37 1 11.6403 6.08997 0 11.9871 5.72978 11.2935 6.45016 +38 1 14.2958 6.20109 0 14.2354 5.70475 14.3562 6.69742 +39 1 15.4311 5.97915 0 15.3865 5.48114 15.4756 6.47717 +40 1 18.4026 5.77401 0 18.3914 5.27414 18.4137 6.27389 +41 1 0.0700289 7.86136 0 0.393211 7.47985 -0.253153 8.24288 +42 1 2.16043 8.18152 0 2.37092 7.72799 1.94994 8.63506 +43 1 4.6281 8.07612 0 4.13293 8.00677 5.12327 8.14546 +44 1 6.26488 7.82551 0 6.33112 7.32992 6.19863 8.3211 +45 1 7.5327 7.9043 0 7.50869 7.40488 7.55671 8.40372 +46 1 10.0637 8.05578 0 10.1175 7.55869 10.0099 8.55288 +47 1 12.6127 8.09524 0 12.7795 7.62386 12.446 8.56661 +48 1 14.2143 8.14422 0 13.7305 8.0181 14.6982 8.27035 +49 1 16.4093 7.93609 0 16.5798 7.46604 16.2389 8.40614 +50 1 18.3686 8.11824 0 18.0798 7.71004 18.6573 8.52643 +51 1 0.670617 9.90685 0 0.477371 9.44571 0.863863 10.368 +52 1 2.5001 10.3396 0 2.08642 10.0588 2.91377 10.6205 +53 1 3.66082 9.74655 0 3.33022 9.37145 3.99143 10.1216 +54 1 6.21823 9.99471 0 6.45423 9.55391 5.98224 10.4355 +55 1 8.49752 9.85522 0 8.74482 9.42066 8.25022 10.2898 +56 1 10.1373 10.2438 0 9.95745 9.77723 10.3172 10.7103 +57 1 11.8104 10.1065 0 11.8278 9.60681 11.7931 10.6062 +58 1 13.2273 9.92962 0 12.8258 9.63171 13.6289 10.2275 +59 1 16.3597 10.0371 0 16.2385 9.55203 16.481 10.5222 +60 1 17.4153 10.169 0 17.3316 9.67603 17.4991 10.6619 +61 1 19.6861 12.05 0 19.4429 11.6132 19.9294 12.4869 +62 1 1.39654 11.9884 0 1.3043 11.497 1.48879 12.4799 +63 1 3.30308 12.0286 0 3.34552 11.5304 3.26064 12.5268 +64 1 6.57292 12.2879 0 6.10685 12.1069 7.03899 12.469 +65 1 7.65668 11.8508 0 7.34141 11.4628 7.97196 12.2389 +66 1 9.55612 12.2374 0 9.58115 11.738 9.53109 12.7368 +67 1 12.3195 12.0942 0 12.5477 11.6493 12.0913 12.5391 +68 1 13.6914 12.0985 0 13.6612 11.5994 13.7216 12.5976 +69 1 15.5595 12.144 0 15.5936 11.6452 15.5253 12.6429 +70 1 18.6901 12.1155 0 18.4341 11.6861 18.9462 12.545 +71 1 19.7378 14.1446 0 19.8443 13.6561 19.6313 14.6331 +72 1 2.56906 13.9106 0 2.60497 13.4119 2.53314 14.4093 +73 1 4.48328 13.5632 0 4.63717 13.0874 4.3294 14.0389 +74 1 5.82739 14.0259 0 5.32747 14.0174 6.32732 14.0345 +75 1 7.60832 13.8167 0 7.59172 13.317 7.62492 14.3165 +76 1 10.6898 14.0938 0 10.6418 13.5961 10.7377 14.5915 +77 1 12.3992 14.3881 0 12.321 13.8942 12.4773 14.8819 +78 1 13.6224 14.1492 0 13.4688 13.6734 13.776 14.625 +79 1 15.7063 14.055 0 16.2059 14.0733 15.2066 14.0366 +80 1 17.7022 13.7165 0 17.5211 13.2504 17.8833 14.1825 +81 1 0.496753 15.9165 0 0.451605 15.4185 0.5419 16.4144 +82 1 1.78215 16.0267 0 1.64162 15.5469 1.92268 16.5066 +83 1 4.26395 15.8087 0 4.49248 15.364 4.03541 16.2534 +84 1 5.54362 16.133 0 5.88938 15.7718 5.19786 16.4941 +85 1 7.70215 16.0191 0 7.72912 15.5198 7.67518 16.5183 +86 1 9.6648 15.5252 0 9.31317 15.1698 10.0164 15.8807 +87 1 11.7305 15.6795 0 11.576 15.204 11.885 16.155 +88 1 14.4467 16.0694 0 14.3345 15.5821 14.5588 16.5567 +89 1 16.2915 15.8208 0 16.1793 15.3335 16.4037 16.308 +90 1 17.6962 15.6277 0 17.7676 15.1329 17.6247 16.1226 +91 1 0.018029 18.3204 0 0.418279 18.0207 -0.382221 18.62 +92 1 1.30143 18.0271 0 1.36455 17.5311 1.2383 18.5231 +93 1 4.49579 17.865 0 4.26374 17.4221 4.72784 18.3079 +94 1 6.27228 17.8672 0 6.76726 17.7965 5.7773 17.9378 +95 1 7.66892 18.1684 0 7.86891 17.7101 7.46894 18.6266 +96 1 9.25972 17.9832 0 9.6917 17.7314 8.82773 18.235 +97 1 11.3431 17.8761 0 10.944 17.5749 11.7421 18.1773 +98 1 13.3121 17.927 0 13.7831 17.759 12.8412 18.0949 +99 1 15.6006 17.6013 0 15.3898 17.1479 15.8114 18.0547 +100 1 17.9017 17.6793 0 17.8334 18.1746 17.9701 17.184 +ITEM: TIMESTEP +70 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0.16392 0.788134 0 0.462335 0.38695 -0.134494 1.18932 +2 1 1.71539 19.8865 0 1.71466 19.3865 1.71613 20.3865 +3 1 3.9723 0.260458 0 4.19604 -0.18669 3.74856 0.707606 +4 1 5.65815 0.281137 0 6.11025 0.494687 5.20605 0.0675874 +5 1 7.74056 0.000565357 0 8.14918 -0.287573 7.33193 0.288704 +6 1 9.83186 19.8197 0 9.34211 19.719 10.3216 19.9205 +7 1 11.8189 0.119359 0 11.9977 -0.34757 11.6401 0.586287 +8 1 13.05 19.6948 0 12.9025 19.217 13.1975 20.1725 +9 1 16.5549 19.842 0 16.9431 20.1571 16.1666 19.527 +10 1 18.2875 19.5122 0 18.7653 19.6597 17.8098 19.3647 +11 1 0.789148 2.07978 0 1.28705 2.03406 0.291243 2.1255 +12 1 2.6044 1.73229 0 2.4188 1.26801 2.79 2.19656 +13 1 4.7842 1.69337 0 5.17134 1.37695 4.39707 2.0098 +14 1 6.74276 1.69978 0 7.19762 1.49218 6.28789 1.90738 +15 1 8.57076 1.74958 0 8.26533 1.35372 8.8762 2.14544 +16 1 10.1643 2.51203 0 10.4491 2.92296 9.87945 2.1011 +17 1 11.7382 1.8352 0 11.3359 2.13217 12.1404 1.53823 +18 1 14.4132 2.50542 0 14.8989 2.3865 13.9276 2.62434 +19 1 16.3202 2.8612 0 15.8993 2.59131 16.7411 3.13109 +20 1 17.2595 2.11972 0 16.9024 1.76976 17.6167 2.46968 +21 1 0.0305793 3.80854 0 -0.336209 3.46874 0.397368 4.14835 +22 1 1.90094 4.00963 0 2.05401 3.53364 1.74788 4.48563 +23 1 4.47685 3.82794 0 4.12182 3.47588 4.83188 4.18001 +24 1 5.56227 3.57925 0 5.30716 3.14923 5.81739 4.00927 +25 1 7.94131 4.15434 0 7.52848 3.87226 8.35414 4.43642 +26 1 10.5123 4.53591 0 10.3915 4.05073 10.6332 5.02108 +27 1 11.6493 3.85507 0 11.4136 3.41411 11.885 4.29602 +28 1 13.8936 4.05003 0 14.3918 4.09257 13.3954 4.0075 +29 1 15.7592 4.14151 0 15.8864 3.65796 15.632 4.62506 +30 1 17.912 4.14008 0 18.1669 3.70996 17.657 4.57019 +31 1 19.7472 5.79326 0 19.4098 5.4243 20.0847 6.16222 +32 1 2.4952 5.96728 0 2.85304 5.61807 2.13735 6.3165 +33 1 4.37525 6.18456 0 4.32984 5.68662 4.42065 6.68249 +34 1 5.46042 5.80586 0 5.47052 5.30596 5.45031 6.30576 +35 1 8.34861 6.33392 0 7.87524 6.49494 8.82197 6.17291 +36 1 9.92965 5.7958 0 9.63492 5.39191 10.2244 6.1997 +37 1 11.5746 6.09894 0 11.9414 5.75915 11.2078 6.43873 +38 1 14.2831 6.28457 0 14.1531 5.80177 14.4131 6.76737 +39 1 15.3996 5.99097 0 15.4258 5.49166 15.3734 6.49029 +40 1 18.4745 5.71112 0 18.4279 5.2133 18.5212 6.20894 +41 1 0.0764421 7.88076 0 0.465034 7.56612 -0.31215 8.1954 +42 1 2.18218 8.22384 0 2.42518 7.78686 1.93918 8.66082 +43 1 4.73588 8.10802 0 4.24768 8.216 5.22409 8.00004 +44 1 6.25566 7.76953 0 6.13725 7.28375 6.37408 8.2553 +45 1 7.48444 7.8976 0 7.62026 7.4164 7.34862 8.3788 +46 1 10.0715 8.05916 0 10.1452 7.56462 9.99785 8.5537 +47 1 12.6968 8.10883 0 12.7631 7.61324 12.6305 8.60442 +48 1 14.2787 8.1943 0 13.7794 8.22087 14.778 8.16774 +49 1 16.4771 7.94165 0 16.6821 7.48562 16.2721 8.39769 +50 1 18.4391 8.1318 0 18.1057 7.75914 18.7724 8.50446 +51 1 0.79254 9.90783 0 0.57424 9.45801 1.01084 10.3577 +52 1 2.51446 10.3865 0 2.01474 10.4032 3.01418 10.3697 +53 1 3.64221 9.69813 0 3.33228 9.30578 3.95215 10.0905 +54 1 6.26088 9.99553 0 6.52849 9.57317 5.99327 10.4179 +55 1 8.61204 9.81247 0 8.91458 9.41439 8.3095 10.2106 +56 1 10.1553 10.3126 0 9.92003 9.87143 10.3905 10.7538 +57 1 11.7391 10.1208 0 11.6258 9.6338 11.8524 10.6078 +58 1 13.122 9.91671 0 12.7067 9.63835 13.5374 10.1951 +59 1 16.3823 10.0211 0 16.2689 9.53408 16.4957 10.508 +60 1 17.3543 10.2059 0 17.2191 9.72453 17.4895 10.6873 +61 1 19.8382 12.0432 0 19.544 11.6389 20.1324 12.4474 +62 1 1.28272 11.9897 0 1.11569 11.5184 1.44975 12.4609 +63 1 3.21741 12.0775 0 3.33707 11.5921 3.09775 12.563 +64 1 6.47627 12.4047 0 5.98675 12.3029 6.96578 12.5066 +65 1 7.75793 11.7448 0 7.4733 11.3338 8.04256 12.1559 +66 1 9.48495 12.289 0 9.49788 11.7891 9.47202 12.7888 +67 1 12.3833 12.1039 0 12.6234 11.6652 12.1433 12.5425 +68 1 13.6374 12.1184 0 13.6271 11.6185 13.6476 12.6183 +69 1 15.4851 12.1621 0 15.5342 11.6645 15.436 12.6597 +70 1 18.6233 12.1619 0 18.3872 11.7212 18.8594 12.6026 +71 1 19.6877 14.1597 0 19.7863 13.6695 19.5891 14.6499 +72 1 2.65382 13.9046 0 2.67054 13.4049 2.6371 14.4043 +73 1 4.51891 13.4654 0 4.77406 13.0354 4.26377 13.8954 +74 1 5.8555 14.0126 0 5.39492 14.2072 6.31607 13.818 +75 1 7.55044 13.837 0 7.62138 13.342 7.47949 14.3319 +76 1 10.7432 14.0377 0 10.818 13.5433 10.6685 14.5321 +77 1 12.3695 14.4476 0 11.9682 14.1494 12.7708 14.7459 +78 1 13.6912 14.1211 0 13.6564 13.6223 13.726 14.6199 +79 1 15.5628 14.0434 0 16.0266 14.2301 15.099 13.8566 +80 1 17.7499 13.5237 0 17.5655 13.0589 17.9343 13.9884 +81 1 0.54942 15.8618 0 0.324754 15.4151 0.774085 16.3084 +82 1 1.78011 16.0467 0 1.77124 15.5468 1.78898 16.5466 +83 1 4.26202 15.7521 0 4.67327 15.4678 3.85077 16.0365 +84 1 5.50358 16.1734 0 5.81657 15.7835 5.19058 16.5633 +85 1 7.65238 16.0382 0 7.69454 15.5399 7.61022 16.5364 +86 1 9.51618 15.4127 0 9.23759 14.9975 9.79478 15.8279 +87 1 11.7798 15.6333 0 11.6721 15.145 11.8874 16.1216 +88 1 14.4972 16.0305 0 14.5514 15.5334 14.443 16.5275 +89 1 16.1324 15.7768 0 16.0156 15.2907 16.2493 16.263 +90 1 17.8512 15.5757 0 17.9625 15.0883 17.74 16.0632 +91 1 19.9004 18.3725 0 20.1615 17.9461 19.6394 18.799 +92 1 1.29195 18.0344 0 1.29732 17.5344 1.28658 18.5343 +93 1 4.59798 17.8347 0 4.33288 17.4108 4.86308 18.2586 +94 1 6.25984 17.8273 0 6.75932 17.8502 5.76037 17.8043 +95 1 7.63125 18.2014 0 7.80855 17.7339 7.45395 18.6689 +96 1 9.16871 18.0224 0 9.60144 17.7719 8.73598 18.2729 +97 1 11.2052 17.8632 0 10.7646 17.6268 11.6458 18.0995 +98 1 13.0685 17.9038 0 13.5284 18.1002 12.6087 17.7074 +99 1 15.5774 17.5513 0 15.1621 17.2729 15.9928 17.8296 +100 1 18.0251 17.6852 0 17.6808 18.0478 18.3693 17.3226 +ITEM: TIMESTEP +80 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0.181814 0.92063 0 0.539281 0.571034 -0.175652 1.27023 +2 1 1.86355 19.8005 0 1.81506 19.3029 1.91203 20.2981 +3 1 3.95174 0.327832 0 4.14138 -0.134813 3.76211 0.790476 +4 1 5.60689 0.331623 0 6.02752 0.601947 5.18627 0.0612979 +5 1 7.71506 19.9625 0 8.1809 19.7809 7.24922 20.1441 +6 1 9.55831 19.7368 0 9.21008 19.378 9.90654 20.0956 +7 1 11.8519 0.192387 0 12.3316 0.333395 11.3722 0.0513795 +8 1 13.0812 19.5536 0 12.8042 19.1374 13.3582 19.9699 +9 1 16.5856 19.7373 0 16.8148 20.1816 16.3564 19.2929 +10 1 18.3313 19.2719 0 18.7242 19.5812 17.9384 18.9627 +11 1 0.897375 2.34212 0 1.36071 2.53006 0.434041 2.15418 +12 1 2.67743 1.65262 0 2.43136 1.21736 2.92351 2.08787 +13 1 4.91322 1.62317 0 5.3374 1.35847 4.48904 1.88788 +14 1 6.83817 1.73162 0 7.33631 1.77468 6.34003 1.68856 +15 1 8.53791 1.64727 0 8.41363 1.16297 8.6622 2.13158 +16 1 10.0827 2.63067 0 10.3278 3.0665 9.83768 2.19485 +17 1 11.8905 1.84344 0 11.7628 2.32686 12.0182 1.36001 +18 1 14.5227 2.52403 0 14.8813 2.17556 14.1641 2.87251 +19 1 16.3288 2.81094 0 15.9449 2.4906 16.7127 3.13128 +20 1 17.1489 2.21956 0 16.7601 1.9051 17.5376 2.53402 +21 1 0.0398268 3.77982 0 -0.346727 3.46268 0.42638 4.09696 +22 1 1.87339 4.00015 0 2.05661 3.53493 1.69017 4.46538 +23 1 4.51135 3.78957 0 4.2145 3.38723 4.80819 4.19192 +24 1 5.54284 3.50944 0 5.1463 3.20488 5.93939 3.81399 +25 1 7.92336 4.18128 0 7.46537 3.98066 8.38134 4.3819 +26 1 10.5812 4.71393 0 10.5132 4.21858 10.6493 5.20927 +27 1 11.6262 3.84354 0 11.268 3.49473 11.9845 4.19235 +28 1 13.835 4.14974 0 14.2232 4.46479 13.4467 3.83469 +29 1 15.5753 4.21885 0 15.9746 3.9179 15.176 4.51981 +30 1 18.0819 4.21826 0 18.4975 3.94021 17.6663 4.49631 +31 1 19.7393 5.74572 0 19.4181 5.36253 20.0605 6.12891 +32 1 2.57763 5.95508 0 2.97389 5.65016 2.18137 6.26 +33 1 4.407 6.25645 0 4.45991 5.75926 4.35408 6.75364 +34 1 5.39851 5.76013 0 5.29704 5.27053 5.49999 6.24972 +35 1 8.44456 6.29601 0 7.95383 6.39184 8.93529 6.20017 +36 1 9.86321 5.74706 0 9.57862 5.33596 10.1478 6.15817 +37 1 11.5363 6.11084 0 11.8523 5.72329 11.2204 6.49838 +38 1 14.2148 6.38919 0 14.2243 5.88928 14.2053 6.8891 +39 1 15.3803 6.18922 0 15.1718 5.73477 15.5888 6.64368 +40 1 18.5491 5.67396 0 18.4392 5.1862 18.6591 6.16171 +41 1 0.104645 7.89079 0 0.542142 7.64872 -0.332852 8.13286 +42 1 2.20311 8.26789 0 2.46977 7.84493 1.93644 8.69084 +43 1 4.84312 8.13923 0 4.42727 8.41685 5.25896 7.86161 +44 1 6.17868 7.70147 0 6.07363 7.21263 6.28374 8.19031 +45 1 7.47587 7.98546 0 7.55103 7.49114 7.4007 8.47978 +46 1 10.0768 8.06385 0 10.1782 7.57424 9.97539 8.55346 +47 1 12.7838 8.10402 0 12.7561 7.60479 12.8115 8.60325 +48 1 14.3397 8.23949 0 13.8748 8.42367 14.8045 8.0553 +49 1 16.5451 7.95002 0 16.7876 7.51272 16.3027 8.38733 +50 1 18.4865 8.15361 0 18.1659 7.76993 18.8071 8.5373 +51 1 0.880156 9.90818 0 0.736943 9.42913 1.02337 10.3872 +52 1 2.50845 10.4672 0 2.08237 10.7288 2.93453 10.2055 +53 1 3.67602 9.62013 0 3.30679 9.28299 4.04525 9.95728 +54 1 6.30687 9.98945 0 6.59451 9.58047 6.01923 10.3984 +55 1 8.72163 9.7658 0 9.05819 9.39603 8.38508 10.1356 +56 1 10.1805 10.3822 0 9.90811 9.96294 10.4529 10.8015 +57 1 11.654 10.1343 0 11.3619 9.72854 11.9461 10.5401 +58 1 13.0317 9.93237 0 12.5937 9.69119 13.4697 10.1735 +59 1 16.2812 9.99061 0 16.1305 9.51386 16.4319 10.4674 +60 1 17.4178 10.2587 0 17.3233 9.76775 17.5124 10.7497 +61 1 19.9806 12.0584 0 19.7002 11.6444 20.261 12.4724 +62 1 1.18004 11.9696 0 0.997561 11.5041 1.36252 12.4351 +63 1 3.17968 12.0288 0 3.29064 11.5413 3.06871 12.5164 +64 1 6.35531 12.5133 0 5.85536 12.5207 6.85525 12.5059 +65 1 7.87371 11.6414 0 7.58732 11.2315 8.1601 12.0512 +66 1 9.41331 12.3379 0 9.41455 11.8379 9.41207 12.8379 +67 1 12.4159 12.1142 0 12.5673 11.6376 12.2646 12.5907 +68 1 13.6139 12.0893 0 13.7451 11.6069 13.4827 12.5718 +69 1 15.4097 12.1839 0 15.48 11.6889 15.3394 12.6789 +70 1 18.5543 12.2105 0 18.3293 11.764 18.7794 12.6569 +71 1 19.6329 14.1681 0 19.7187 13.6755 19.5471 14.6606 +72 1 2.6887 13.9933 0 2.54779 13.5136 2.8296 14.473 +73 1 4.55359 13.372 0 4.91974 13.0315 4.18745 13.7125 +74 1 5.89249 13.994 0 5.54789 14.3563 6.23709 13.6317 +75 1 7.49685 13.8709 0 7.6901 13.4097 7.3036 14.332 +76 1 10.8028 13.987 0 10.9917 13.524 10.614 14.4499 +77 1 12.3045 14.4194 0 11.8706 14.171 12.7384 14.6678 +78 1 13.8291 14.1337 0 13.6911 13.6532 13.9672 14.6143 +79 1 15.4157 14.0033 0 15.8302 14.2829 15.0012 13.7237 +80 1 17.8056 13.3111 0 17.61 12.851 18.0012 13.7713 +81 1 0.570326 15.7937 0 0.263148 15.3992 0.877504 16.1883 +82 1 1.81684 16.0752 0 1.79188 15.5758 1.84179 16.5745 +83 1 4.26695 15.6991 0 4.76238 15.6316 3.77153 15.7666 +84 1 5.45957 16.2144 0 5.74472 15.8036 5.17442 16.6251 +85 1 7.60208 16.0584 0 7.65846 15.5616 7.5457 16.5552 +86 1 9.37016 15.2976 0 9.17062 14.8391 9.5697 15.756 +87 1 11.7902 15.6728 0 11.56 15.2289 12.0205 16.1166 +88 1 14.49 15.9306 0 14.834 15.5677 14.1461 16.2935 +89 1 15.9695 15.7614 0 15.8268 15.2822 16.1122 16.2406 +90 1 18.0043 15.5433 0 18.1642 15.0696 17.8443 16.017 +91 1 19.7842 18.4282 0 19.8774 17.937 19.6909 18.9194 +92 1 1.22599 17.9558 0 1.29804 17.461 1.15393 18.4505 +93 1 4.67193 17.8154 0 4.48529 17.3515 4.85857 18.2792 +94 1 6.20824 17.7588 0 6.67225 17.945 5.74423 17.5725 +95 1 7.61379 18.2083 0 7.66635 17.711 7.56122 18.7055 +96 1 9.13143 18.0974 0 9.47035 17.7298 8.79252 18.465 +97 1 11.0393 17.8594 0 10.5881 17.6438 11.4904 18.0749 +98 1 12.8598 17.8502 0 13.0988 18.2894 12.6208 17.411 +99 1 15.617 17.5531 0 15.1185 17.5145 16.1155 17.5916 +100 1 18.148 17.6935 0 17.6602 17.8032 18.6358 17.5838 +ITEM: TIMESTEP +90 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0.189008 1.03157 0 0.63441 0.804375 -0.256394 1.25876 +2 1 2.03166 19.7487 0 1.98151 19.2512 2.08182 20.2462 +3 1 3.9153 0.400132 0 4.02028 -0.0887233 3.81032 0.888987 +4 1 5.60787 0.350268 0 6.07036 0.540288 5.14539 0.160248 +5 1 7.68439 19.9235 0 8.17702 19.838 7.19175 20.009 +6 1 9.33384 19.7459 0 9.2171 19.2597 9.45059 20.2321 +7 1 11.9193 0.128289 0 12.2681 0.486526 11.5705 -0.229949 +8 1 13.0742 19.5549 0 12.5747 19.5311 13.5736 19.5788 +9 1 16.6198 19.6298 0 16.6509 20.1288 16.5887 19.1308 +10 1 18.3767 19.0237 0 18.6391 19.4493 18.1144 18.598 +11 1 1.01182 2.62065 0 1.3837 2.95487 0.639945 2.28643 +12 1 2.75291 1.57068 0 2.4435 1.17791 3.06231 1.96345 +13 1 4.98931 1.58278 0 5.44627 1.37982 4.53235 1.78573 +14 1 6.9389 1.7652 0 7.35941 2.03571 6.51839 1.49469 +15 1 8.44854 1.53642 0 8.64786 1.07786 8.24923 1.99497 +16 1 10.0498 2.74768 0 10.0827 3.2466 10.0168 2.24877 +17 1 11.9788 2.01336 0 12.3287 2.37046 11.6288 1.65626 +18 1 14.6263 2.54752 0 14.7369 2.05991 14.5157 3.03513 +19 1 16.2719 2.81256 0 15.8594 2.53001 16.6845 3.09512 +20 1 17.1287 2.2616 0 16.7276 1.9631 17.5298 2.56009 +21 1 0.0796763 3.74744 0 -0.314952 3.44041 0.474304 4.05447 +22 1 1.84773 3.99588 0 2.09453 3.56103 1.60093 4.43072 +23 1 4.4696 3.78542 0 4.11054 3.43746 4.82866 4.13338 +24 1 5.60301 3.40741 0 5.23632 3.0675 5.9697 3.74732 +25 1 7.9042 4.21006 0 7.41731 4.09629 8.39108 4.32382 +26 1 10.6608 4.89454 0 10.5449 4.40815 10.7767 5.38093 +27 1 11.6337 3.82831 0 11.2354 3.52604 12.032 4.13058 +28 1 13.7139 4.24793 0 13.7327 4.74757 13.6951 3.74828 +29 1 15.4401 4.27175 0 15.931 4.17708 14.9491 4.36643 +30 1 18.1907 4.26865 0 18.6861 4.33631 17.6953 4.201 +31 1 19.7814 5.70179 0 19.5837 5.24252 19.9791 6.16105 +32 1 2.66367 5.94426 0 3.09398 5.68964 2.23335 6.19888 +33 1 4.39646 6.3579 0 4.37978 5.85818 4.41315 6.85762 +34 1 5.37777 5.68344 0 5.34431 5.18456 5.41122 6.18232 +35 1 8.53969 6.25861 0 8.03972 6.25296 9.03966 6.26426 +36 1 9.78284 5.70191 0 9.54759 5.2607 10.0181 6.14311 +37 1 11.4939 6.11812 0 11.7374 5.68143 11.2504 6.55481 +38 1 14.0775 6.5064 0 13.9922 6.01373 14.1628 6.99907 +39 1 15.4262 6.41827 0 15.1818 5.98209 15.6706 6.85446 +40 1 18.6098 5.66138 0 18.3765 5.21913 18.8431 6.10363 +41 1 0.157044 7.88958 0 0.630276 7.72817 -0.316188 8.05098 +42 1 2.22233 8.31569 0 2.50877 7.90587 1.93589 8.72552 +43 1 4.91629 8.17525 0 4.67427 8.61278 5.15831 7.73773 +44 1 6.11024 7.62385 0 6.0941 7.12411 6.12639 8.12359 +45 1 7.48282 8.08834 0 7.41398 7.5931 7.55167 8.58358 +46 1 10.0789 8.06971 0 10.215 7.58858 9.94284 8.55084 +47 1 12.8675 8.09752 0 12.7866 7.60411 12.9484 8.59093 +48 1 14.406 8.2743 0 14.0324 8.60649 14.7797 7.94211 +49 1 16.6125 7.96015 0 16.8941 7.54698 16.331 8.37333 +50 1 18.5073 8.18633 0 18.2691 7.74675 18.7456 8.62592 +51 1 0.960162 9.9001 0 0.934645 9.40075 0.985679 10.3994 +52 1 2.48928 10.5996 0 2.18553 10.9967 2.79304 10.2024 +53 1 3.73101 9.49477 0 3.37978 9.13892 4.08225 9.85063 +54 1 6.35684 9.97628 0 6.65701 9.57641 6.05667 10.3761 +55 1 8.80972 9.70293 0 9.11198 9.30463 8.50747 10.1012 +56 1 10.2331 10.4621 0 9.95431 10.0471 10.512 10.8772 +57 1 11.5546 10.1792 0 11.1789 9.84936 11.9304 10.509 +58 1 12.9511 9.93328 0 12.5295 9.66457 13.3728 10.202 +59 1 16.1741 9.95937 0 16.0137 9.48579 16.3344 10.433 +60 1 17.4896 10.3144 0 17.4118 9.82048 17.5673 10.8083 +61 1 0.0806297 12.1189 0 -0.0598932 11.6391 0.221153 12.5988 +62 1 1.12305 11.9106 0 1.04815 11.4163 1.19795 12.405 +63 1 3.14485 11.9607 0 3.22035 11.4665 3.06935 12.455 +64 1 6.28969 12.5893 0 5.78973 12.5955 6.78965 12.583 +65 1 7.99165 11.5419 0 7.71085 11.1281 8.27244 11.9556 +66 1 9.33706 12.3841 0 9.32525 11.8842 9.34888 12.8839 +67 1 12.4454 12.1254 0 12.5144 11.6302 12.3765 12.6207 +68 1 13.5909 12.0434 0 13.86 11.622 13.3218 12.4648 +69 1 15.3346 12.2016 0 15.4257 11.71 15.2436 12.6933 +70 1 18.4815 12.2638 0 18.2796 11.8064 18.6834 12.7212 +71 1 19.5688 14.1689 0 19.6504 13.6756 19.4872 14.6622 +72 1 2.71953 14.0978 0 2.41762 13.6993 3.02143 14.4964 +73 1 4.53793 13.3122 0 4.98354 13.0854 4.09231 13.5389 +74 1 5.93665 13.9828 0 5.72945 14.4379 6.14385 13.5278 +75 1 7.43483 13.9001 0 7.73009 13.4966 7.13956 14.3036 +76 1 10.8503 13.9274 0 11.0651 13.4758 10.6355 14.3789 +77 1 12.2548 14.3397 0 11.9254 13.9636 12.5842 14.7159 +78 1 13.9896 14.1609 0 13.707 13.7485 14.2723 14.5734 +79 1 15.2574 13.9209 0 15.6979 14.1574 14.8169 13.6843 +80 1 17.8706 13.0967 0 17.6683 12.6394 18.0728 13.554 +81 1 0.549035 15.7197 0 0.262229 15.3101 0.835841 16.1293 +82 1 1.91138 16.0969 0 1.73628 15.6285 2.08647 16.5652 +83 1 4.22582 15.6227 0 4.7185 15.708 3.73315 15.5375 +84 1 5.48923 16.2183 0 5.83135 15.8537 5.1471 16.583 +85 1 7.55039 16.0782 0 7.61932 15.5829 7.48146 16.5734 +86 1 9.22535 15.1806 0 9.11158 14.6937 9.33912 15.6675 +87 1 11.7855 15.7718 0 11.386 15.4711 12.1849 16.0725 +88 1 14.4226 15.8502 0 14.9029 15.7114 13.9422 15.989 +89 1 15.8656 15.7759 0 15.8672 15.2759 15.8641 16.2759 +90 1 18.1595 15.5065 0 18.3692 15.0526 17.9499 15.9605 +91 1 19.6798 18.4871 0 19.6454 17.9883 19.7142 18.9859 +92 1 1.12013 17.8558 0 1.29789 17.3885 0.942365 18.3232 +93 1 4.70943 17.8368 0 4.48905 17.388 4.92981 18.2856 +94 1 6.10069 17.7155 0 6.42222 18.0984 5.77916 17.3326 +95 1 7.67608 18.2042 0 7.79937 17.7197 7.55278 18.6888 +96 1 9.02935 18.0824 0 9.46486 17.8368 8.59383 18.328 +97 1 10.8838 17.8533 0 10.4212 17.6635 11.3464 18.043 +98 1 12.7042 17.6351 0 13.0087 18.0317 12.3996 17.2386 +99 1 15.6566 17.5475 0 15.2033 17.7586 16.1098 17.3365 +100 1 18.2634 17.7067 0 17.7966 17.5276 18.7303 17.8857 +ITEM: TIMESTEP +100 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0.200414 1.14861 0 0.692435 1.05964 -0.291607 1.23758 +2 1 2.19632 19.6851 0 2.1362 19.1888 2.25643 20.1815 +3 1 3.87479 0.476164 0 3.91427 -0.0222753 3.83532 0.974603 +4 1 5.63156 0.328243 0 6.12622 0.255367 5.1369 0.40112 +5 1 7.65577 19.8826 0 8.15576 19.881 7.15577 19.8842 +6 1 9.16816 19.7585 0 9.21668 19.2608 9.11964 20.2561 +7 1 11.6308 0.519496 0 11.2441 0.202558 12.0175 0.836433 +8 1 13.4582 19.0058 0 13.3783 18.5123 13.538 19.4994 +9 1 16.6566 19.52 0 16.48 19.9877 16.8332 19.0522 +10 1 18.2867 18.8901 0 18.6831 19.1949 17.8903 18.5854 +11 1 1.04914 2.83917 0 1.27136 3.28707 0.826915 2.39127 +12 1 2.83969 1.49426 0 2.45283 1.1775 3.22656 1.81102 +13 1 5.02526 1.57358 0 5.50796 1.44317 4.54257 1.70399 +14 1 6.91495 1.81407 0 6.96682 2.31137 6.86308 1.31677 +15 1 8.46349 1.46586 0 8.55886 0.975037 8.36811 1.95668 +16 1 10.0215 2.86966 0 9.8455 3.33767 10.1975 2.40165 +17 1 12.0267 2.28214 0 12.4696 2.04997 11.5839 2.51431 +18 1 14.7386 2.57778 0 14.5724 2.10623 14.9049 3.04934 +19 1 16.1232 2.87512 0 15.7021 2.60561 16.5443 3.14464 +20 1 17.1938 2.25026 0 16.7669 1.99008 17.6208 2.51044 +21 1 0.144495 3.70079 0 -0.232441 3.37228 0.521432 4.0293 +22 1 1.89876 4.05379 0 2.35887 3.85811 1.43864 4.24947 +23 1 4.42619 3.78514 0 3.99722 3.52826 4.85516 4.04201 +24 1 5.66884 3.30248 0 5.37219 2.89998 5.96548 3.70497 +25 1 7.8846 4.24127 0 7.38545 4.21206 8.38374 4.27047 +26 1 10.6957 5.0472 0 10.6089 4.55479 10.7825 5.5396 +27 1 11.6415 3.80976 0 11.2229 3.53641 12.0602 4.08312 +28 1 13.5811 4.35131 0 13.2203 4.69745 13.9419 4.00517 +29 1 15.3151 4.31696 0 15.8022 4.42966 14.8279 4.20427 +30 1 18.3068 4.2496 0 18.7678 4.44323 17.8458 4.05596 +31 1 19.8539 5.65425 0 19.7128 5.17457 19.995 6.13392 +32 1 2.75475 5.935 0 3.21567 5.74122 2.29382 6.12877 +33 1 4.36331 6.43897 0 4.24095 5.95417 4.48566 6.92377 +34 1 5.36475 5.60614 0 5.40226 5.10755 5.32724 6.10473 +35 1 8.56835 6.23479 0 8.09039 6.08795 9.0463 6.38162 +36 1 9.76335 5.66313 0 9.48851 5.24544 10.0382 6.08081 +37 1 11.4963 6.13429 0 11.8227 5.75551 11.1699 6.51306 +38 1 13.9205 6.61701 0 13.6918 6.1724 14.1492 7.06162 +39 1 15.4855 6.65244 0 15.2554 6.20852 15.7156 7.09636 +40 1 18.6049 5.72588 0 18.1688 5.48125 19.041 5.97052 +41 1 0.206816 7.89107 0 0.700838 7.81398 -0.287206 7.96815 +42 1 2.24213 8.36747 0 2.54775 7.97174 1.93652 8.7632 +43 1 4.97564 8.22669 0 4.98153 8.72665 4.96974 7.72672 +44 1 6.0703 7.5531 0 6.07588 7.05313 6.06471 8.05307 +45 1 7.47839 8.1925 0 7.27031 7.73785 7.68647 8.64714 +46 1 10.084 8.07049 0 10.2463 7.59758 9.92162 8.54339 +47 1 12.9486 8.09324 0 12.8488 7.6033 13.0484 8.58318 +48 1 14.4854 8.30905 0 14.235 8.7418 14.7359 7.8763 +49 1 16.6773 7.97124 0 16.9987 7.58824 16.3559 8.35424 +50 1 18.528 8.21759 0 18.3777 7.74073 18.6784 8.69444 +51 1 1.04393 9.85742 0 1.13682 9.36612 0.951039 10.3487 +52 1 2.45055 10.7314 0 2.2322 11.1813 2.66889 10.2816 +53 1 3.78168 9.36248 0 3.45521 8.98378 4.10814 9.74119 +54 1 6.41116 9.95693 0 6.72021 9.56387 6.10212 10.35 +55 1 8.89086 9.64304 0 9.13665 9.20763 8.64507 10.0785 +56 1 10.2937 10.5372 0 10.0051 10.1289 10.5824 10.9455 +57 1 11.4334 10.2641 0 11.0511 9.94189 11.8158 10.5862 +58 1 12.8858 9.90591 0 12.5627 9.52432 13.2089 10.2875 +59 1 16.0801 9.92552 0 15.9024 9.45819 16.2579 10.3929 +60 1 17.5515 10.3739 0 17.4742 9.87993 17.6288 10.8679 +61 1 0.126071 12.1939 0 0.198556 11.6991 0.0535869 12.6886 +62 1 1.13688 11.8684 0 1.12688 11.3685 1.14687 12.3683 +63 1 3.12166 11.8973 0 3.19901 11.4033 3.04432 12.3913 +64 1 6.33476 12.5607 0 5.90686 12.3021 6.76266 12.8194 +65 1 8.08913 11.4434 0 7.88292 10.9879 8.29534 11.8989 +66 1 9.28259 12.4257 0 9.34041 11.9291 9.22476 12.9224 +67 1 12.4105 12.1471 0 12.5991 11.6841 12.2218 12.6102 +68 1 13.6315 11.9883 0 13.8836 11.5565 13.3794 12.42 +69 1 15.2624 12.2082 0 15.3635 11.7185 15.1613 12.6978 +70 1 18.5037 12.2271 0 18.2429 11.8006 18.7646 12.6537 +71 1 19.4995 14.1593 0 19.5706 13.6644 19.4284 14.6542 +72 1 2.75811 14.2005 0 2.33736 13.9304 3.17887 14.4706 +73 1 4.40888 13.3217 0 4.90241 13.2415 3.91536 13.402 +74 1 5.99328 14.0199 0 5.8642 14.5029 6.12236 13.5368 +75 1 7.36214 13.9244 0 7.74084 13.5979 6.98344 14.2508 +76 1 10.857 13.8419 0 10.9262 13.3468 10.7877 14.3371 +77 1 12.248 14.2916 0 12.0979 13.8147 12.398 14.7686 +78 1 14.1227 14.2292 0 13.7661 13.8787 14.4792 14.5797 +79 1 15.1173 13.8106 0 15.536 14.0838 14.6986 13.5373 +80 1 17.8371 12.977 0 17.5967 12.5386 18.0775 13.4155 +81 1 0.519564 15.665 0 0.336063 15.1998 0.703065 16.1301 +82 1 2.0213 16.1035 0 1.77365 15.6691 2.26895 16.5378 +83 1 4.14164 15.4773 0 4.63766 15.5402 3.64562 15.4143 +84 1 5.54482 16.2056 0 5.94953 15.9119 5.14012 16.4992 +85 1 7.49781 16.098 0 7.57634 15.6042 7.41927 16.5918 +86 1 9.07966 15.0625 0 9.05907 14.5629 9.10024 15.562 +87 1 11.7837 15.8626 0 11.2973 15.7469 12.2702 15.9784 +88 1 14.2682 15.7643 0 14.7669 15.8008 13.7695 15.7279 +89 1 15.8431 15.7835 0 16.0507 15.3287 15.6355 16.2384 +90 1 18.3108 15.4712 0 18.557 15.036 18.0645 15.9064 +91 1 19.7289 18.5494 0 19.8366 18.0612 19.6213 19.0377 +92 1 1.01279 17.7561 0 1.26942 17.327 0.756165 18.1852 +93 1 4.73307 17.8809 0 4.38657 17.5204 5.07957 18.2414 +94 1 6.03353 17.7264 0 6.17043 18.2073 5.89663 17.2455 +95 1 7.61827 18.1503 0 7.58253 17.6516 7.65401 18.649 +96 1 8.94152 18.085 0 9.37731 17.8399 8.50574 18.3301 +97 1 10.8016 17.8307 0 10.3731 17.5731 11.2302 18.0883 +98 1 12.5421 17.4185 0 12.9115 17.7554 12.1726 17.0816 +99 1 15.6998 17.5478 0 15.3871 17.9379 16.0125 17.1576 +100 1 18.3608 17.5981 0 17.8836 17.4488 18.838 17.7474 +ITEM: TIMESTEP +110 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0.214513 1.27215 0 0.710189 1.33776 -0.281163 1.20653 +2 1 2.35618 19.5909 0 2.28473 19.096 2.42762 20.0858 +3 1 3.84721 0.479276 0 3.81234 -0.0195066 3.88209 0.978058 +4 1 5.63699 0.30416 0 6.05718 0.0331599 5.2168 0.575161 +5 1 7.6249 19.8297 0 8.1211 19.8912 7.1287 19.7682 +6 1 9.17744 19.6284 0 9.0568 19.1432 9.29808 20.1136 +7 1 10.8583 1.64044 0 11.2157 1.29078 10.5009 1.9901 +8 1 14.3905 17.7958 0 13.9174 17.9577 14.8636 17.6339 +9 1 16.6697 19.425 0 16.3397 19.8007 16.9996 19.0493 +10 1 18.0792 18.7892 0 18.426 19.1494 17.7323 18.4291 +11 1 1.06793 2.95152 0 1.20174 3.43328 0.934127 2.46975 +12 1 2.90682 1.49692 0 2.52928 1.1691 3.28436 1.82473 +13 1 5.09467 1.60195 0 5.58481 1.50312 4.60453 1.70077 +14 1 6.87796 1.85927 0 6.51432 2.20244 7.24159 1.51609 +15 1 8.34204 1.58142 0 8.08519 1.15244 8.59889 2.01041 +16 1 9.9921 3.00946 0 9.64469 3.36905 10.3395 2.64986 +17 1 12.1378 2.54637 0 12.2096 2.05153 12.0661 3.0412 +18 1 14.7492 2.66811 0 14.6765 2.17343 14.8219 3.1628 +19 1 16.0773 2.87095 0 15.8954 2.40525 16.2593 3.33665 +20 1 17.2537 2.24831 0 16.8019 2.03417 17.7055 2.46246 +21 1 0.119016 3.64938 0 -0.0860161 3.19335 0.324047 4.1054 +22 1 2.05343 4.22299 0 2.47725 3.95771 1.6296 4.48826 +23 1 4.394 3.78213 0 3.91561 3.63672 4.87239 3.92753 +24 1 5.72842 3.20023 0 5.51087 2.75004 5.94598 3.65042 +25 1 7.86489 4.27514 0 7.36707 4.32176 8.36271 4.22852 +26 1 10.756 5.0761 0 10.5394 4.62545 10.9726 5.52675 +27 1 11.619 3.83039 0 11.1352 3.70423 12.1028 3.95655 +28 1 13.3092 4.42594 0 12.8942 4.70478 13.7242 4.1471 +29 1 15.3302 4.39327 0 15.7289 4.69503 14.9315 4.09152 +30 1 18.4343 4.22442 0 18.8484 4.50465 18.0202 3.94418 +31 1 0.0232273 5.59813 0 -0.238105 5.17186 0.284559 6.0244 +32 1 2.81063 5.91883 0 3.27528 5.73417 2.34598 6.10349 +33 1 4.30898 6.42659 0 4.26281 5.92873 4.35514 6.92446 +34 1 5.35316 5.53275 0 5.42487 5.03792 5.28145 6.02758 +35 1 8.54928 6.21929 0 8.17252 5.89058 8.92604 6.54801 +36 1 9.7204 5.67913 0 9.54768 5.20991 9.89312 6.14835 +37 1 11.5447 6.20544 0 11.939 5.89801 11.1504 6.51286 +38 1 13.743 6.69672 0 13.4052 6.32814 14.0809 7.06531 +39 1 15.5382 6.8979 0 15.3174 6.44929 15.7589 7.34651 +40 1 18.4958 5.79764 0 18.011 5.67545 18.9807 5.91983 +41 1 0.250356 7.89738 0 0.750145 7.9119 -0.249433 7.88286 +42 1 2.31614 8.38538 0 2.60522 7.97742 2.02705 8.79334 +43 1 5.09544 8.37066 0 5.17085 8.86494 5.02004 7.87638 +44 1 6.02827 7.48658 0 6.02223 6.98661 6.03431 7.98654 +45 1 7.46324 8.30051 0 7.1264 7.931 7.80008 8.67003 +46 1 10.1122 8.04795 0 10.2523 7.56795 9.97223 8.52795 +47 1 13.0471 8.07566 0 12.9041 7.59656 13.1902 8.55476 +48 1 14.587 8.36943 0 14.3647 8.81729 14.8094 7.92157 +49 1 16.7369 7.98272 0 17.1007 7.63973 16.3731 8.32572 +50 1 18.5523 8.24619 0 18.4853 7.75069 18.6193 8.74168 +51 1 1.07656 9.82623 0 1.17573 9.33616 0.977382 10.3163 +52 1 2.41801 10.8468 0 2.26927 11.3242 2.56676 10.3695 +53 1 3.82861 9.22483 0 3.51717 8.83367 4.14005 9.61599 +54 1 6.46952 9.93158 0 6.78569 9.54424 6.15334 10.3189 +55 1 8.95365 9.60629 0 9.10521 9.12981 8.8021 10.0828 +56 1 10.3282 10.6152 0 9.98617 10.2505 10.6702 10.98 +57 1 11.3388 10.3416 0 10.99 9.98341 11.6877 10.6999 +58 1 12.8072 9.89874 0 12.5781 9.45431 13.0363 10.3432 +59 1 15.9961 9.88687 0 15.7958 9.42876 16.1965 10.345 +60 1 17.6016 10.429 0 17.5246 9.935 17.6786 10.9231 +61 1 0.105979 12.2782 0 0.218755 11.7911 -0.00679599 12.7653 +62 1 1.16752 11.8423 0 1.23013 11.3463 1.10492 12.3384 +63 1 3.14372 11.8444 0 3.35203 11.3899 2.93542 12.299 +64 1 6.4311 12.4928 0 6.04775 12.1718 6.81446 12.8138 +65 1 8.16427 11.346 0 8.11056 10.8489 8.21797 11.8431 +66 1 9.25176 12.463 0 9.46365 12.0101 9.03987 12.9159 +67 1 12.3611 12.163 0 12.6544 11.7581 12.0678 12.5679 +68 1 13.6864 11.9411 0 13.8579 11.4714 13.515 12.4108 +69 1 15.2376 12.1287 0 15.2416 11.6287 15.2335 12.6287 +70 1 18.6389 12.0864 0 18.324 11.698 18.9538 12.4749 +71 1 19.4793 14.11 0 19.3493 13.6272 19.6093 14.5928 +72 1 2.79554 14.2825 0 2.29973 14.2179 3.29134 14.3471 +73 1 4.27937 13.3354 0 4.77268 13.4169 3.78605 13.2539 +74 1 5.98591 14.1106 0 6.01251 14.6099 5.95932 13.6113 +75 1 7.29883 13.9406 0 7.73042 13.6882 6.86724 14.1931 +76 1 10.8721 13.7573 0 10.7819 13.2655 10.9623 14.2491 +77 1 12.2354 14.245 0 12.2936 13.7484 12.1772 14.7416 +78 1 14.1884 14.3571 0 13.7509 14.115 14.6259 14.5992 +79 1 14.9895 13.7376 0 15.4284 13.9772 14.5507 13.498 +80 1 17.7077 12.9705 0 17.387 12.5869 18.0283 13.3542 +81 1 0.512228 15.6249 0 0.479134 15.126 0.545322 16.1238 +82 1 2.12339 16.1109 0 1.81967 15.7137 2.4271 16.5081 +83 1 4.05794 15.3278 0 4.55366 15.2625 3.56221 15.393 +84 1 5.5932 16.2038 0 6.03863 15.9767 5.14778 16.431 +85 1 7.44161 16.1051 0 7.54643 15.6162 7.33679 16.594 +86 1 8.92975 14.9435 0 9.00857 14.4497 8.85094 15.4372 +87 1 11.7872 15.9453 0 11.2965 16.0413 12.2779 15.8494 +88 1 14.0369 15.625 0 14.5298 15.7093 13.5441 15.5407 +89 1 15.8693 15.7706 0 16.1311 15.3447 15.6074 16.1966 +90 1 18.388 15.4698 0 18.5298 14.9903 18.2462 15.9493 +91 1 19.8689 18.5883 0 19.7081 18.1149 20.0296 19.0618 +92 1 0.990556 17.6627 0 1.09722 17.1742 0.883892 18.1512 +93 1 4.71507 17.9136 0 4.3293 17.5955 5.10083 18.2317 +94 1 6.03264 17.7509 0 6.11821 18.2435 5.94706 17.2582 +95 1 7.38202 18.1375 0 7.44708 17.6417 7.31697 18.6332 +96 1 8.95894 18.0357 0 9.37729 17.7619 8.54058 18.3095 +97 1 10.7629 17.794 0 10.4261 17.4244 11.0996 18.1636 +98 1 12.2781 17.0926 0 12.749 17.2609 11.8073 16.9243 +99 1 15.7665 17.6076 0 15.5092 18.0363 16.0239 17.1789 +100 1 18.4268 17.4462 0 17.9276 17.4188 18.9261 17.4736 +ITEM: TIMESTEP +120 +ITEM: NUMBER OF ATOMS +100 +ITEM: BOX BOUNDS +0 20 +0 20 +-1 1 +ITEM: ATOMS id type x y z c_10[1] c_10[2] c_10[3] c_10[4] +1 1 0.228101 1.39437 0 0.68376 1.60022 -0.227559 1.18852 +2 1 2.52024 19.4898 0 2.42137 18.9997 2.61912 19.98 +3 1 3.8271 0.409834 0 3.67978 -0.0679714 3.97441 0.887638 +4 1 5.61343 0.24708 0 5.99169 -0.0799042 5.23517 0.574064 +5 1 7.6054 19.7768 0 8.09179 19.8927 7.11902 19.6609 +6 1 9.24422 19.602 0 9.08813 19.127 9.40032 20.077 +7 1 10.5007 0.903352 0 10.9638 0.714823 10.0376 1.09188 +8 1 14.5397 16.6408 0 14.7848 16.2051 14.2945 17.0766 +9 1 16.6138 19.388 0 16.1976 19.6651 17.0301 19.111 +10 1 17.9344 18.6903 0 18.0973 19.163 17.7715 18.2175 +11 1 1.08203 3.02708 0 1.16709 3.51979 0.996958 2.53437 +12 1 2.94997 1.55436 0 2.71509 1.11296 3.18485 1.99576 +13 1 5.13617 1.6425 0 5.59482 1.44338 4.67753 1.84161 +14 1 6.78824 2.01592 0 6.32934 2.21446 7.24713 1.81738 +15 1 8.37033 1.61211 0 8.26028 1.12437 8.48037 2.09985 +16 1 9.51423 4.66355 0 10.0005 4.54729 9.02794 4.7798 +17 1 12.3765 2.67823 0 12.4043 2.17901 12.3486 3.17745 +18 1 14.7418 2.66936 0 14.8191 2.17538 14.6644 3.16334 +19 1 15.9722 2.88273 0 15.9384 2.38387 16.0059 3.38159 +20 1 17.3742 2.22821 0 16.9749 1.92719 17.7734 2.52922 +21 1 0.0836564 3.60641 0 0.1584 3.11203 0.00891284 4.10079 +22 1 2.22152 4.42871 0 2.5032 4.01559 1.93985 4.84182 +23 1 4.36374 3.78046 0 3.86432 3.75647 4.86317 3.80445 +24 1 5.75681 3.11781 0 5.51298 2.68129 6.00064 3.55433 +25 1 7.31037 4.20959 0 7.32767 4.70929 7.29306 3.70989 +26 1 11.0301 5.31478 0 10.9227 4.82643 11.1374 5.80312 +27 1 11.6955 4.02011 0 11.2561 3.78145 12.1349 4.25877 +28 1 13.0769 4.56382 0 12.843 5.00572 13.3108 4.12193 +29 1 15.383 4.56951 0 15.7836 4.86871 14.9824 4.27032 +30 1 18.5653 4.20379 0 18.9071 4.56874 18.2236 3.83883 +31 1 0.19754 5.53036 0 -0.137639 5.15934 0.532718 5.90138 +32 1 2.81437 5.89122 0 3.24798 5.64226 2.38075 6.14017 +33 1 4.27077 6.40746 0 4.33409 5.91149 4.20745 6.90343 +34 1 5.37614 5.46465 0 5.34647 4.96554 5.4058 5.96377 +35 1 8.5164 6.20587 0 8.35724 5.73188 8.67555 6.67987 +36 1 9.70964 5.74362 0 9.57433 5.26227 9.84495 6.22496 +37 1 11.6412 6.3635 0 12.0492 6.0744 11.2333 6.6526 +38 1 13.5579 6.77625 0 13.1324 6.5137 13.9834 7.03879 +39 1 15.5883 7.13865 0 15.3429 6.70306 15.8338 7.57423 +40 1 18.3839 5.86984 0 17.8846 5.84296 18.8832 5.89672 +41 1 0.288628 7.90924 0 0.775973 8.02101 -0.198717 7.79746 +42 1 2.44293 8.37436 0 2.67768 7.93289 2.20819 8.81583 +43 1 5.19428 8.51736 0 5.39452 8.97552 4.99405 8.05921 +44 1 5.99141 7.42709 0 5.92024 6.93218 6.06258 7.922 +45 1 7.45827 8.41482 0 7.03831 8.14347 7.87824 8.68616 +46 1 10.156 8.0069 0 10.2382 7.51371 10.0737 8.5001 +47 1 13.1634 8.04637 0 12.9681 7.58609 13.3587 8.50666 +48 1 14.6843 8.4348 0 14.4729 8.88789 14.8958 7.9817 +49 1 16.7972 8.00642 0 17.1799 7.68466 16.4145 8.32818 +50 1 18.5792 8.27289 0 18.5976 7.77322 18.5609 8.77255 +51 1 1.0621 9.80938 0 1.05469 9.30944 1.06951 10.3093 +52 1 2.42934 10.9272 0 2.44936 11.4268 2.40933 10.4276 +53 1 3.87361 9.07994 0 3.56152 8.6893 4.18571 9.47057 +54 1 6.53098 9.89907 0 6.85292 9.5165 6.20904 10.2816 +55 1 9.01695 9.56134 0 9.00061 9.06161 9.03328 10.0611 +56 1 10.2957 10.7245 0 9.95404 10.3595 10.6374 11.0895 +57 1 11.3168 10.3879 0 11.008 9.99463 11.6256 10.7811 +58 1 12.72 9.90675 0 12.5839 9.42565 12.8562 10.3878 +59 1 15.918 9.84213 0 15.6941 9.39505 16.1418 10.2892 +60 1 17.619 10.4519 0 17.6047 9.95213 17.6332 10.9517 +61 1 0.0763664 12.3521 0 0.0975654 11.8526 0.0551673 12.8517 +62 1 1.14417 11.8495 0 1.03389 11.3619 1.25444 12.3372 +63 1 3.19838 11.8213 0 3.4701 11.4016 2.92667 12.2411 +64 1 6.53719 12.4325 0 6.18875 12.0739 6.88563 12.7911 +65 1 8.2279 11.2725 0 8.25786 10.7734 8.19793 11.7716 +66 1 9.21391 12.4965 0 9.55973 12.1354 8.86809 12.8576 +67 1 12.3107 12.1727 0 12.6629 11.8178 11.9585 12.5275 +68 1 13.7448 11.902 0 13.7909 11.4041 13.6987 12.3999 +69 1 15.2271 12.021 0 15.085 11.5416 15.3691 12.5004 +70 1 18.7903 11.9832 0 18.4425 11.6239 19.138 12.3424 +71 1 19.4354 14.0429 0 19.1179 13.6567 19.753 14.4291 +72 1 2.83497 14.3518 0 2.37535 14.5487 3.29459 14.155 +73 1 4.14948 13.3521 0 4.59082 13.5872 3.70815 13.1171 +74 1 5.88248 14.2379 0 5.8823 14.7379 5.88266 13.7379 +75 1 7.32025 13.9207 0 7.76934 13.7009 6.87116 14.1405 +76 1 10.8965 13.6716 0 10.6504 13.2364 11.1426 14.1069 +77 1 12.2185 14.1971 0 12.4641 13.7616 11.973 14.6326 +78 1 14.1954 14.5322 0 13.7045 14.4377 14.6864 14.6268 +79 1 14.895 13.6476 0 15.3799 13.7694 14.4101 13.5257 +80 1 17.5916 12.9594 0 17.1958 12.6538 17.9873 13.265 +81 1 0.538114 15.603 0 0.711763 15.1341 0.364466 16.0719 +82 1 2.21696 16.1169 0 1.85611 15.7708 2.5778 16.463 +83 1 3.97953 15.1919 0 4.42996 14.9748 3.5291 15.4089 +84 1 5.64211 16.205 0 6.12005 16.0581 5.16417 16.3518 +85 1 7.37977 16.0927 0 7.54245 15.6199 7.21708 16.5655 +86 1 8.77161 14.8224 0 8.95254 14.3563 8.59067 15.2885 +87 1 11.7326 15.8793 0 11.2509 16.0132 12.2143 15.7454 +88 1 13.7864 15.4478 0 14.2834 15.5019 13.2893 15.3938 +89 1 16.1418 15.5998 0 16.2031 15.1036 16.0806 16.096 +90 1 18.4548 15.4764 0 18.457 14.9764 18.4525 15.9764 +91 1 0.046917 18.6486 0 -0.28062 18.2708 0.374455 19.0264 +92 1 0.972362 17.5688 0 0.900414 17.074 1.04431 18.0636 +93 1 4.63035 17.9356 0 4.29679 17.5632 4.9639 18.3081 +94 1 6.07703 17.7558 0 6.27494 18.215 5.87913 17.2966 +95 1 7.17777 18.1631 0 7.25301 17.6688 7.10252 18.6574 +96 1 8.9032 17.8859 0 9.40007 17.9418 8.40633 17.83 +97 1 10.7325 17.7501 0 10.5242 17.2956 10.9407 18.2047 +98 1 12.0026 16.8535 0 12.4687 16.6723 11.5366 17.0347 +99 1 16.4501 17.8591 0 16.8211 18.1943 16.0792 17.5238 +100 1 18.4591 17.2045 0 17.9606 17.1657 18.9576 17.2432 diff --git a/examples/files/dump.micelle b/examples/files/dump.micelle new file mode 100644 index 0000000..d1bba4e --- /dev/null +++ b/examples/files/dump.micelle @@ -0,0 +1,6045 @@ +ITEM: TIMESTEP +0 +ITEM: NUMBER OF ATOMS +1200 +ITEM: BOX BOUNDS +0 35.8569 +0 35.8569 +-0.1 0.1 +ITEM: ATOMS +1 2 0.972698 0.992397 0.5 +2 1 0.0517232 0.999069 0.5 +3 1 0.0504894 0.0385782 0.5 +4 1 0.0753815 0.0186588 0.5 +5 1 0.101582 0.0037848 0.5 +6 1 0.183199 0.0203537 0.5 +7 1 0.204727 0.0420042 0.5 +8 1 0.214286 0.00459287 0.5 +9 1 0.214984 0.976716 0.5 +10 2 0.308406 0.00042825 0.5 +11 1 0.337314 0.992107 0.5 +12 2 0.37121 0.978323 0.5 +13 1 0.417916 0.957371 0.5 +14 1 0.450154 0.0148253 0.5 +15 1 0.483997 0.0103531 0.5 +16 1 0.50438 0.986676 0.5 +17 1 0.519758 0.0132212 0.5 +18 1 0.602914 0.000665177 0.5 +19 1 0.635391 0.974366 0.5 +20 1 0.649394 0.0219459 0.5 +21 1 0.684257 0.0127787 0.5 +22 1 0.681101 0.068793 0.5 +23 1 0.713975 0.0173326 0.5 +24 2 0.776847 0.0221365 0.5 +25 2 0.79174 0.954316 0.5 +26 1 0.852325 0.0303799 0.5 +27 1 0.868221 0.995845 0.5 +28 1 0.839286 0.975502 0.5 +29 1 0.934362 0.993728 0.5 +30 1 0.950943 0.97181 0.5 +31 1 0.972928 0.0411065 0.5 +32 1 0.0227598 0.986157 0.5 +33 2 0.0263798 0.0201954 0.5 +34 1 0.109566 0.0679061 0.5 +35 2 0.12026 0.0297607 0.5 +36 1 0.202744 0.0752928 0.5 +37 1 0.174184 0.0607847 0.5 +38 2 0.25533 0.0401598 0.5 +39 1 0.239916 0.0149523 0.5 +40 2 0.275518 0.0162305 0.5 +41 1 0.389136 0.0624393 0.5 +42 2 0.390736 0.0285367 0.5 +43 1 0.440349 0.0451613 0.5 +44 1 0.46948 0.0407288 0.5 +45 1 0.482863 0.0695084 0.5 +46 1 0.498041 0.0347362 0.5 +47 1 0.552212 0.0188236 0.5 +48 1 0.569813 0.999316 0.5 +49 1 0.616465 0.0264442 0.5 +50 1 0.604252 0.056156 0.5 +51 1 0.673269 0.0408288 0.5 +52 1 0.70208 0.0461079 0.5 +53 1 0.765163 0.0517309 0.5 +54 1 0.795151 0.0589026 0.5 +55 1 0.809477 0.0204525 0.5 +56 1 0.836968 0.00670928 0.5 +57 1 0.901112 0.00949102 0.5 +58 1 0.893257 0.97963 0.5 +59 1 0.910812 0.0405756 0.5 +60 1 0.930771 0.020795 0.5 +61 1 0.977905 0.0709653 0.5 +62 1 0.0343748 0.0680054 0.5 +63 2 0.0628054 0.0650172 0.5 +64 1 0.084896 0.0841678 0.5 +65 2 0.132003 0.0905072 0.5 +66 1 0.161829 0.0924907 0.5 +67 1 0.189318 0.103647 0.5 +68 1 0.221854 0.0968462 0.5 +69 1 0.285722 0.0470641 0.5 +70 1 0.315695 0.0501747 0.5 +71 1 0.345317 0.0619092 0.5 +72 1 0.363676 0.011246 0.5 +73 1 0.421953 0.0677358 0.5 +74 1 0.452023 0.0733431 0.5 +75 1 0.465732 0.095597 0.5 +76 1 0.51216 0.0684772 0.5 +77 1 0.530719 0.0433155 0.5 +78 1 0.562678 0.0443982 0.5 +79 1 0.585841 0.0259204 0.5 +80 1 0.640194 0.0557799 0.5 +81 1 0.654727 0.0825737 0.5 +82 2 0.711342 0.081405 0.5 +83 1 0.737361 0.0408379 0.5 +84 1 0.774877 0.0793862 0.5 +85 1 0.814973 0.113737 0.5 +86 2 0.832561 0.0831037 0.5 +87 1 0.855188 0.0611137 0.5 +88 1 0.879889 0.0293702 0.5 +89 1 0.887088 0.0640797 0.5 +90 1 0.946249 0.0516894 0.5 +91 1 0.00646736 0.0813848 0.5 +92 1 0.0282019 0.0999645 0.5 +93 1 0.0560289 0.0940503 0.5 +94 1 0.0762948 0.117363 0.5 +95 1 0.106189 0.108427 0.5 +96 1 0.144406 0.118181 0.5 +97 1 0.174054 0.127719 0.5 +98 1 0.261859 0.0698824 0.5 +99 1 0.252385 0.0996868 0.5 +100 2 0.288955 0.0801593 0.5 +101 1 0.318159 0.0796752 0.5 +102 1 0.364232 0.0409757 0.5 +103 2 0.382756 0.120955 0.5 +104 1 0.400815 0.0895738 0.5 +105 1 0.479749 0.125405 0.5 +106 1 0.499931 0.0999983 0.5 +107 1 0.546567 0.0717751 0.5 +108 1 0.562049 0.0981389 0.5 +109 2 0.593042 0.104772 0.5 +110 1 0.624796 0.087327 0.5 +111 1 0.642932 0.109528 0.5 +112 1 0.682228 0.100487 0.5 +113 1 0.724807 0.106669 0.5 +114 1 0.803963 0.0882073 0.5 +115 1 0.79338 0.142691 0.5 +116 2 0.824104 0.150658 0.5 +117 1 0.86466 0.0894554 0.5 +118 1 0.893736 0.0912655 0.5 +119 1 0.919425 0.0683174 0.5 +120 1 0.948719 0.0833667 0.5 +121 1 0.976206 0.132478 0.5 +122 1 0.00576534 0.11945 0.5 +123 1 0.0436759 0.12281 0.5 +124 1 0.0623007 0.144631 0.5 +125 2 0.0933732 0.141365 0.5 +126 1 0.150881 0.15139 0.5 +127 2 0.134424 0.173573 0.5 +128 1 0.208357 0.125941 0.5 +129 2 0.255879 0.156433 0.5 +130 1 0.269742 0.128887 0.5 +131 2 0.355436 0.135217 0.5 +132 1 0.341905 0.163082 0.5 +133 2 0.378587 0.152631 0.5 +134 1 0.431151 0.0973658 0.5 +135 1 0.509294 0.128581 0.5 +136 1 0.541226 0.125844 0.5 +137 1 0.530138 0.0980597 0.5 +138 1 0.569488 0.128653 0.5 +139 1 0.617536 0.153525 0.5 +140 1 0.617588 0.123708 0.5 +141 1 0.666432 0.125964 0.5 +142 1 0.695532 0.127884 0.5 +143 1 0.718695 0.14414 0.5 +144 1 0.756077 0.100153 0.5 +145 1 0.801705 0.171276 0.5 +146 1 0.84635 0.169038 0.5 +147 1 0.865862 0.142286 0.5 +148 1 0.918819 0.13345 0.5 +149 1 0.923941 0.098039 0.5 +150 1 0.98063 0.100953 0.5 +151 2 0.97481 0.162008 0.5 +152 1 0.0137279 0.177362 0.5 +153 1 0.00219381 0.148536 0.5 +154 1 0.0335241 0.155074 0.5 +155 1 0.122182 0.13944 0.5 +156 1 0.118366 0.198792 0.5 +157 2 0.193793 0.152788 0.5 +158 1 0.246365 0.186027 0.5 +159 2 0.221956 0.167427 0.5 +160 1 0.287695 0.15347 0.5 +161 1 0.319281 0.139275 0.5 +162 2 0.422593 0.203277 0.5 +163 1 0.433096 0.232571 0.5 +164 2 0.448914 0.12368 0.5 +165 1 0.459848 0.152972 0.5 +166 1 0.535086 0.15699 0.5 +167 1 0.556611 0.185562 0.5 +168 2 0.561721 0.158466 0.5 +169 1 0.608923 0.181707 0.5 +170 1 0.63877 0.177535 0.5 +171 1 0.646783 0.1504 0.5 +172 1 0.678521 0.154299 0.5 +173 2 0.767763 0.156781 0.5 +174 1 0.784682 0.112451 0.5 +175 2 0.773269 0.186537 0.5 +176 2 0.851075 0.199266 0.5 +177 1 0.879638 0.175161 0.5 +178 1 0.882326 0.119083 0.5 +179 1 0.947868 0.146048 0.5 +180 1 0.951572 0.116231 0.5 +181 1 0.988305 0.188336 0.5 +182 1 0.0183819 0.211832 0.5 +183 1 0.0608325 0.174254 0.5 +184 1 0.0899401 0.189274 0.5 +185 1 0.102162 0.22455 0.5 +186 1 0.163312 0.232957 0.5 +187 1 0.184479 0.20971 0.5 +188 1 0.20983 0.223633 0.5 +189 1 0.274824 0.180343 0.5 +190 1 0.29873 0.201043 0.5 +191 1 0.312137 0.171523 0.5 +192 2 0.363616 0.213065 0.5 +193 1 0.452684 0.208721 0.5 +194 1 0.438714 0.175941 0.5 +195 1 0.490398 0.153291 0.5 +196 1 0.485296 0.20583 0.5 +197 1 0.503003 0.179099 0.5 +198 1 0.581257 0.197577 0.5 +199 1 0.548711 0.213098 0.5 +200 1 0.637855 0.240047 0.5 +201 2 0.663838 0.219702 0.5 +202 1 0.704768 0.169058 0.5 +203 1 0.736257 0.172752 0.5 +204 1 0.753512 0.230356 0.5 +205 2 0.786145 0.212529 0.5 +206 1 0.888097 0.201857 0.5 +207 1 0.90521 0.180099 0.5 +208 1 0.89446 0.149563 0.5 +209 1 0.933191 0.173801 0.5 +210 1 0.959325 0.223552 0.5 +211 1 0.987551 0.216115 0.5 +212 1 0.0374198 0.193558 0.5 +213 1 0.0739222 0.210309 0.5 +214 1 0.118177 0.254676 0.5 +215 1 0.139636 0.286954 0.5 +216 1 0.131555 0.226794 0.5 +217 1 0.193177 0.247467 0.5 +218 1 0.240739 0.222459 0.5 +219 1 0.267948 0.208174 0.5 +220 1 0.287366 0.262192 0.5 +221 1 0.294533 0.233178 0.5 +222 1 0.37489 0.243581 0.5 +223 1 0.399994 0.238906 0.5 +224 1 0.44677 0.258708 0.5 +225 1 0.469722 0.182661 0.5 +226 1 0.498613 0.247064 0.5 +227 1 0.510532 0.220411 0.5 +228 1 0.527436 0.191903 0.5 +229 1 0.563458 0.242759 0.5 +230 2 0.606694 0.229725 0.5 +231 1 0.599605 0.258677 0.5 +232 2 0.71061 0.199211 0.5 +233 2 0.715735 0.26038 0.5 +234 1 0.725481 0.231385 0.5 +235 1 0.782492 0.24686 0.5 +236 1 0.866133 0.253941 0.5 +237 1 0.869914 0.225872 0.5 +238 2 0.896182 0.238438 0.5 +239 1 0.930236 0.201839 0.5 +240 2 0.98367 0.242457 0.5 +241 1 0.0473018 0.237697 0.5 +242 1 0.0566085 0.26856 0.5 +243 1 0.0756965 0.246035 0.5 +244 1 0.0392897 0.297033 0.5 +245 2 0.0990481 0.275216 0.5 +246 1 0.148412 0.258066 0.5 +247 2 0.222992 0.251896 0.5 +248 1 0.256421 0.268544 0.5 +249 1 0.264065 0.238582 0.5 +250 1 0.32058 0.25393 0.5 +251 1 0.344012 0.23622 0.5 +252 1 0.38551 0.272563 0.5 +253 1 0.415592 0.264516 0.5 +254 1 0.47899 0.26768 0.5 +255 1 0.466843 0.23601 0.5 +256 1 0.497275 0.292773 0.5 +257 2 0.520946 0.272724 0.5 +258 1 0.531933 0.242469 0.5 +259 1 0.577054 0.278782 0.5 +260 1 0.66872 0.25285 0.5 +261 1 0.664811 0.31068 0.5 +262 2 0.729299 0.288831 0.5 +263 1 0.749938 0.261984 0.5 +264 1 0.777914 0.276019 0.5 +265 1 0.811572 0.247249 0.5 +266 1 0.838519 0.266879 0.5 +267 1 0.889521 0.274725 0.5 +268 1 0.912999 0.296581 0.5 +269 1 0.922727 0.259928 0.5 +270 1 0.0135207 0.241016 0.5 +271 1 0.977049 0.295477 0.5 +272 1 0.994097 0.269122 0.5 +273 1 0.00743889 0.295923 0.5 +274 1 0.116891 0.303591 0.5 +275 2 0.161228 0.305772 0.5 +276 1 0.19014 0.318212 0.5 +277 1 0.23438 0.293755 0.5 +278 1 0.256475 0.317445 0.5 +279 1 0.270581 0.29246 0.5 +280 1 0.326916 0.213975 0.5 +281 1 0.354563 0.265828 0.5 +282 1 0.360198 0.296779 0.5 +283 1 0.407896 0.296032 0.5 +284 2 0.436784 0.285991 0.5 +285 1 0.46255 0.331914 0.5 +286 1 0.489561 0.319494 0.5 +287 1 0.523383 0.308596 0.5 +288 1 0.55068 0.321712 0.5 +289 1 0.578119 0.308397 0.5 +290 1 0.626676 0.270305 0.5 +291 1 0.65811 0.281515 0.5 +292 1 0.704817 0.311169 0.5 +293 1 0.73284 0.318726 0.5 +294 2 0.79616 0.303973 0.5 +295 1 0.809566 0.278044 0.5 +296 1 0.832217 0.297515 0.5 +297 1 0.86297 0.288488 0.5 +298 1 0.930744 0.324247 0.5 +299 1 0.942207 0.293339 0.5 +300 1 0.959936 0.319902 0.5 +301 1 0.992479 0.325468 0.5 +302 1 0.0265691 0.268064 0.5 +303 1 0.0532043 0.322592 0.5 +304 1 0.13902 0.327688 0.5 +305 1 0.172711 0.33966 0.5 +306 2 0.203636 0.348646 0.5 +307 1 0.17538 0.36882 0.5 +308 1 0.222171 0.321034 0.5 +309 2 0.238482 0.345503 0.5 +310 2 0.323745 0.339048 0.5 +311 2 0.331834 0.305269 0.5 +312 1 0.35813 0.326978 0.5 +313 1 0.382969 0.354331 0.5 +314 1 0.385307 0.314438 0.5 +315 1 0.431759 0.317735 0.5 +316 1 0.513393 0.369963 0.5 +317 2 0.528342 0.343429 0.5 +318 1 0.573213 0.338474 0.5 +319 1 0.603865 0.292965 0.5 +320 1 0.633663 0.302378 0.5 +321 1 0.684655 0.332906 0.5 +322 1 0.716669 0.343153 0.5 +323 1 0.716223 0.375617 0.5 +324 1 0.756816 0.338002 0.5 +325 1 0.820895 0.332585 0.5 +326 1 0.853108 0.348951 0.5 +327 1 0.849081 0.320542 0.5 +328 2 0.883529 0.309032 0.5 +329 1 0.940675 0.35186 0.5 +330 1 0.969494 0.34809 0.5 +331 1 0.0189356 0.385996 0.5 +332 2 0.0162757 0.352277 0.5 +333 2 0.0473485 0.371995 0.5 +334 1 0.0889495 0.322203 0.5 +335 1 0.113063 0.341924 0.5 +336 1 0.142184 0.358953 0.5 +337 1 0.212017 0.440842 0.5 +338 1 0.218991 0.409819 0.5 +339 2 0.276164 0.340836 0.5 +340 1 0.324634 0.367995 0.5 +341 1 0.355917 0.361848 0.5 +342 1 0.377527 0.383153 0.5 +343 2 0.413275 0.412028 0.5 +344 1 0.406301 0.333104 0.5 +345 1 0.432735 0.352369 0.5 +346 1 0.510935 0.398232 0.5 +347 1 0.549224 0.361027 0.5 +348 1 0.576336 0.371772 0.5 +349 2 0.60074 0.32812 0.5 +350 1 0.637685 0.371479 0.5 +351 1 0.66136 0.353864 0.5 +352 1 0.690916 0.363981 0.5 +353 1 0.733476 0.402183 0.5 +354 1 0.747607 0.36621 0.5 +355 1 0.812017 0.365117 0.5 +356 1 0.843844 0.377219 0.5 +357 1 0.875786 0.370622 0.5 +358 1 0.898151 0.390673 0.5 +359 1 0.910585 0.352567 0.5 +360 1 0.991513 0.369189 0.5 +361 1 0.992971 0.398953 0.5 +362 1 0.0412796 0.401216 0.5 +363 2 0.0766088 0.410329 0.5 +364 1 0.0954422 0.366645 0.5 +365 1 0.122538 0.377731 0.5 +366 1 0.151617 0.38805 0.5 +367 1 0.18109 0.398528 0.5 +368 1 0.242291 0.398261 0.5 +369 1 0.277336 0.392078 0.5 +370 1 0.308324 0.393246 0.5 +371 2 0.346717 0.388677 0.5 +372 1 0.383978 0.41249 0.5 +373 1 0.428044 0.43721 0.5 +374 1 0.441548 0.383606 0.5 +375 1 0.461353 0.359193 0.5 +376 2 0.480322 0.397904 0.5 +377 1 0.542834 0.391073 0.5 +378 2 0.569788 0.404461 0.5 +379 2 0.608937 0.35878 0.5 +380 1 0.641509 0.400959 0.5 +381 1 0.665787 0.382644 0.5 +382 1 0.67544 0.408959 0.5 +383 1 0.704434 0.406077 0.5 +384 1 0.763052 0.39167 0.5 +385 1 0.780258 0.363701 0.5 +386 1 0.835609 0.408495 0.5 +387 1 0.864291 0.400354 0.5 +388 1 0.927281 0.379836 0.5 +389 1 0.972339 0.41891 0.5 +390 1 0.957335 0.377414 0.5 +391 1 0.993756 0.436187 0.5 +392 1 0.0152267 0.416789 0.5 +393 1 0.0522965 0.42812 0.5 +394 1 0.0694159 0.454351 0.5 +395 1 0.0947557 0.433769 0.5 +396 1 0.141747 0.417204 0.5 +397 1 0.169217 0.432171 0.5 +398 1 0.1843 0.458376 0.5 +399 2 0.287654 0.420024 0.5 +400 1 0.31968 0.431014 0.5 +401 1 0.330813 0.457319 0.5 +402 1 0.409618 0.464314 0.5 +403 1 0.38869 0.442223 0.5 +404 1 0.440168 0.463045 0.5 +405 1 0.460064 0.442182 0.5 +406 1 0.487328 0.42972 0.5 +407 1 0.545266 0.425426 0.5 +408 1 0.601382 0.456708 0.5 +409 1 0.621852 0.425224 0.5 +410 1 0.639227 0.452125 0.5 +411 1 0.654126 0.426908 0.5 +412 1 0.671187 0.453025 0.5 +413 2 0.696097 0.433086 0.5 +414 1 0.749467 0.428935 0.5 +415 1 0.812603 0.469157 0.5 +416 2 0.788253 0.39256 0.5 +417 1 0.886573 0.418959 0.5 +418 2 0.94237 0.405911 0.5 +419 2 0.88396 0.447703 0.5 +420 2 0.965484 0.471368 0.5 +421 1 0.993159 0.467151 0.5 +422 1 0.0211177 0.44819 0.5 +423 1 0.0459696 0.471706 0.5 +424 1 0.0766639 0.483928 0.5 +425 1 0.102954 0.46531 0.5 +426 1 0.123327 0.441437 0.5 +427 2 0.201388 0.508401 0.5 +428 1 0.265197 0.475448 0.5 +429 1 0.244422 0.454396 0.5 +430 1 0.273614 0.447774 0.5 +431 2 0.322069 0.48529 0.5 +432 1 0.361229 0.455472 0.5 +433 1 0.420404 0.492717 0.5 +434 1 0.485938 0.498408 0.5 +435 1 0.459114 0.486264 0.5 +436 1 0.481326 0.464029 0.5 +437 2 0.532613 0.455409 0.5 +438 1 0.565524 0.450838 0.5 +439 1 0.575674 0.479171 0.5 +440 1 0.621393 0.477261 0.5 +441 1 0.648409 0.487347 0.5 +442 1 0.700551 0.463425 0.5 +443 2 0.748166 0.484469 0.5 +444 1 0.775635 0.420861 0.5 +445 1 0.796079 0.443568 0.5 +446 1 0.825698 0.438227 0.5 +447 2 0.856879 0.433542 0.5 +448 1 0.903327 0.48946 0.5 +449 1 0.914364 0.461313 0.5 +450 2 0.989149 0.497646 0.5 +451 1 0.0155281 0.512234 0.5 +452 2 0.0333108 0.53793 0.5 +453 1 0.0177329 0.481539 0.5 +454 1 0.131252 0.482652 0.5 +455 2 0.174736 0.485863 0.5 +456 1 0.142735 0.511381 0.5 +457 1 0.173742 0.515852 0.5 +458 1 0.237737 0.489694 0.5 +459 1 0.229262 0.524887 0.5 +460 2 0.294773 0.527115 0.5 +461 1 0.301377 0.462494 0.5 +462 1 0.324013 0.514359 0.5 +463 1 0.390914 0.487452 0.5 +464 2 0.410134 0.516915 0.5 +465 1 0.510371 0.520575 0.5 +466 1 0.509377 0.481339 0.5 +467 2 0.546566 0.479784 0.5 +468 1 0.567745 0.507769 0.5 +469 1 0.600801 0.505408 0.5 +470 2 0.630756 0.515429 0.5 +471 1 0.665565 0.516008 0.5 +472 1 0.682306 0.491562 0.5 +473 1 0.767467 0.506782 0.5 +474 1 0.790548 0.537961 0.5 +475 2 0.787986 0.48802 0.5 +476 1 0.873041 0.539312 0.5 +477 1 0.881624 0.510858 0.5 +478 1 0.847547 0.522223 0.5 +479 1 0.904009 0.530092 0.5 +480 2 0.985182 0.528067 0.5 +481 1 0.0416585 0.568621 0.5 +482 1 0.0633319 0.547539 0.5 +483 2 0.0758007 0.519015 0.5 +484 1 0.104002 0.500018 0.5 +485 1 0.0938025 0.54815 0.5 +486 1 0.146339 0.53943 0.5 +487 2 0.20134 0.538014 0.5 +488 1 0.232201 0.550104 0.5 +489 1 0.262618 0.542701 0.5 +490 1 0.28813 0.559958 0.5 +491 1 0.315093 0.548688 0.5 +492 1 0.29166 0.489395 0.5 +493 2 0.380398 0.521573 0.5 +494 1 0.445022 0.542129 0.5 +495 1 0.441562 0.512581 0.5 +496 1 0.511637 0.550843 0.5 +497 1 0.553668 0.574029 0.5 +498 1 0.59194 0.565608 0.5 +499 1 0.568938 0.545133 0.5 +500 1 0.599612 0.537114 0.5 +501 1 0.670874 0.562788 0.5 +502 1 0.723185 0.576179 0.5 +503 1 0.737551 0.513105 0.5 +504 1 0.731592 0.546638 0.5 +505 1 0.807372 0.510541 0.5 +506 1 0.8327 0.49582 0.5 +507 1 0.894148 0.559659 0.5 +508 1 0.923598 0.552236 0.5 +509 1 0.938904 0.579033 0.5 +510 2 0.927647 0.52043 0.5 +511 1 0.989218 0.600697 0.5 +512 1 0.0762857 0.579682 0.5 +513 1 0.104296 0.585264 0.5 +514 1 0.126731 0.565105 0.5 +515 1 0.115498 0.526943 0.5 +516 1 0.157891 0.576048 0.5 +517 1 0.173678 0.546191 0.5 +518 1 0.224131 0.57762 0.5 +519 2 0.257451 0.577367 0.5 +520 2 0.340894 0.599163 0.5 +521 2 0.313814 0.584246 0.5 +522 1 0.339604 0.567986 0.5 +523 1 0.373228 0.554478 0.5 +524 2 0.425499 0.569335 0.5 +525 1 0.527178 0.576031 0.5 +526 2 0.470037 0.55846 0.5 +527 1 0.540842 0.5456 0.5 +528 1 0.576683 0.596177 0.5 +529 1 0.614437 0.588114 0.5 +530 1 0.622472 0.562079 0.5 +531 2 0.699571 0.549731 0.5 +532 1 0.696653 0.578661 0.5 +533 1 0.760223 0.536451 0.5 +534 1 0.81406 0.564304 0.5 +535 1 0.820718 0.536702 0.5 +536 2 0.849394 0.558749 0.5 +537 1 0.875071 0.581397 0.5 +538 1 0.906474 0.589136 0.5 +539 1 0.960204 0.598802 0.5 +540 1 0.979696 0.57296 0.5 +541 1 0.0179875 0.590508 0.5 +542 1 0.0398691 0.612148 0.5 +543 1 0.0684467 0.613139 0.5 +544 1 0.103876 0.615654 0.5 +545 1 0.135236 0.594943 0.5 +546 1 0.157453 0.615737 0.5 +547 1 0.181622 0.60322 0.5 +548 1 0.210024 0.603483 0.5 +549 1 0.251273 0.635649 0.5 +550 1 0.278226 0.620662 0.5 +551 1 0.365248 0.581688 0.5 +552 1 0.392392 0.637561 0.5 +553 2 0.408029 0.611591 0.5 +554 1 0.434798 0.61207 0.5 +555 1 0.471893 0.60673 0.5 +556 1 0.507258 0.600794 0.5 +557 1 0.542218 0.602056 0.5 +558 1 0.593442 0.621782 0.5 +559 1 0.622726 0.624756 0.5 +560 2 0.645675 0.582495 0.5 +561 2 0.673515 0.59467 0.5 +562 1 0.756561 0.582176 0.5 +563 1 0.730035 0.605305 0.5 +564 1 0.759625 0.615022 0.5 +565 2 0.782022 0.598542 0.5 +566 1 0.813102 0.60909 0.5 +567 1 0.86362 0.608359 0.5 +568 1 0.896108 0.621476 0.5 +569 1 0.931513 0.607384 0.5 +570 1 0.970554 0.626848 0.5 +571 1 0.0112199 0.620286 0.5 +572 1 0.0482838 0.639767 0.5 +573 1 0.0519285 0.667849 0.5 +574 1 0.0842377 0.639279 0.5 +575 1 0.131478 0.626995 0.5 +576 1 0.156447 0.646629 0.5 +577 1 0.185682 0.633039 0.5 +578 1 0.216426 0.633159 0.5 +579 1 0.282997 0.649978 0.5 +580 1 0.307074 0.636937 0.5 +581 1 0.375849 0.611497 0.5 +582 1 0.384893 0.666989 0.5 +583 1 0.413515 0.671435 0.5 +584 1 0.422703 0.642729 0.5 +585 1 0.475991 0.658484 0.5 +586 1 0.494792 0.574621 0.5 +587 2 0.542723 0.645166 0.5 +588 1 0.579028 0.649138 0.5 +589 1 0.614032 0.652698 0.5 +590 1 0.680213 0.639082 0.5 +591 1 0.698199 0.661205 0.5 +592 1 0.699899 0.690501 0.5 +593 2 0.712219 0.638511 0.5 +594 1 0.780767 0.658071 0.5 +595 1 0.785459 0.629545 0.5 +596 1 0.839086 0.626662 0.5 +597 1 0.872415 0.636839 0.5 +598 1 0.892664 0.658812 0.5 +599 1 0.918877 0.644304 0.5 +600 1 0.946946 0.63984 0.5 +601 1 0.00292338 0.673279 0.5 +602 1 0.0222181 0.650146 0.5 +603 1 0.0638385 0.699668 0.5 +604 2 0.0817145 0.669469 0.5 +605 1 0.152489 0.675973 0.5 +606 2 0.182894 0.66227 0.5 +607 1 0.207037 0.707807 0.5 +608 1 0.23348 0.657999 0.5 +609 1 0.263839 0.674205 0.5 +610 1 0.30652 0.669392 0.5 +611 1 0.339073 0.658258 0.5 +612 1 0.363954 0.640581 0.5 +613 1 0.455241 0.63551 0.5 +614 1 0.445151 0.663206 0.5 +615 1 0.487914 0.629089 0.5 +616 1 0.521462 0.625627 0.5 +617 1 0.547799 0.674525 0.5 +618 1 0.613354 0.681737 0.5 +619 1 0.651624 0.645705 0.5 +620 1 0.63978 0.670631 0.5 +621 1 0.668766 0.671601 0.5 +622 1 0.730608 0.664932 0.5 +623 1 0.757137 0.677533 0.5 +624 1 0.807494 0.671711 0.5 +625 1 0.812313 0.64056 0.5 +626 2 0.831033 0.692598 0.5 +627 1 0.865819 0.669313 0.5 +628 1 0.913465 0.680582 0.5 +629 1 0.940216 0.668819 0.5 +630 1 0.992945 0.643812 0.5 +631 2 0.00738615 0.705657 0.5 +632 1 0.0295835 0.685292 0.5 +633 1 0.0391386 0.715257 0.5 +634 1 0.125954 0.692232 0.5 +635 1 0.156708 0.706423 0.5 +636 1 0.181973 0.689517 0.5 +637 1 0.181108 0.721339 0.5 +638 1 0.238589 0.691498 0.5 +639 2 0.285582 0.697378 0.5 +640 1 0.330441 0.741154 0.5 +641 1 0.331913 0.690195 0.5 +642 1 0.344935 0.7181 0.5 +643 2 0.392493 0.697511 0.5 +644 1 0.435935 0.695606 0.5 +645 1 0.493007 0.688994 0.5 +646 2 0.506182 0.721944 0.5 +647 2 0.521137 0.689462 0.5 +648 1 0.578826 0.731394 0.5 +649 2 0.580225 0.677846 0.5 +650 2 0.662139 0.697514 0.5 +651 1 0.644859 0.753883 0.5 +652 1 0.702453 0.72398 0.5 +653 1 0.730465 0.693085 0.5 +654 1 0.783827 0.69034 0.5 +655 1 0.802211 0.712313 0.5 +656 1 0.856954 0.706398 0.5 +657 1 0.886187 0.697606 0.5 +658 1 0.910225 0.713555 0.5 +659 1 0.936743 0.698886 0.5 +660 1 0.969775 0.662998 0.5 +661 1 0.985717 0.73822 0.5 +662 1 0.0151429 0.733607 0.5 +663 1 0.0969969 0.698282 0.5 +664 1 0.12845 0.722333 0.5 +665 1 0.129477 0.755441 0.5 +666 1 0.155082 0.739581 0.5 +667 1 0.207825 0.766453 0.5 +668 1 0.204982 0.738228 0.5 +669 1 0.229818 0.722856 0.5 +670 2 0.261806 0.721313 0.5 +671 1 0.361182 0.751901 0.5 +672 1 0.375489 0.725561 0.5 +673 1 0.445587 0.729491 0.5 +674 1 0.464909 0.687321 0.5 +675 1 0.477668 0.718239 0.5 +676 1 0.511609 0.765225 0.5 +677 1 0.551485 0.74847 0.5 +678 1 0.617181 0.743559 0.5 +679 2 0.642503 0.72392 0.5 +680 1 0.643979 0.799634 0.5 +681 1 0.686491 0.75477 0.5 +682 1 0.759848 0.710315 0.5 +683 1 0.750512 0.743714 0.5 +684 1 0.778801 0.73248 0.5 +685 1 0.832075 0.720612 0.5 +686 1 0.829097 0.762513 0.5 +687 1 0.8835 0.728763 0.5 +688 1 0.911136 0.74155 0.5 +689 1 0.935144 0.729033 0.5 +690 1 0.962933 0.717286 0.5 +691 1 0.98259 0.767791 0.5 +692 1 0.0120044 0.763229 0.5 +693 1 0.0676709 0.734519 0.5 +694 1 0.0689005 0.771966 0.5 +695 1 0.0951105 0.728105 0.5 +696 1 0.149234 0.780203 0.5 +697 1 0.267919 0.752859 0.5 +698 1 0.26323 0.784124 0.5 +699 1 0.291992 0.773247 0.5 +700 1 0.318623 0.765536 0.5 +701 1 0.344457 0.780636 0.5 +702 1 0.379117 0.77633 0.5 +703 2 0.399722 0.748377 0.5 +704 1 0.406653 0.783685 0.5 +705 1 0.458089 0.762258 0.5 +706 1 0.484961 0.749591 0.5 +707 1 0.535895 0.782119 0.5 +708 2 0.56317 0.774482 0.5 +709 1 0.623881 0.774958 0.5 +710 1 0.615262 0.806185 0.5 +711 1 0.665267 0.773022 0.5 +712 1 0.718064 0.749426 0.5 +713 1 0.729776 0.723228 0.5 +714 2 0.784815 0.76031 0.5 +715 1 0.809036 0.742569 0.5 +716 1 0.859189 0.768738 0.5 +717 1 0.856674 0.736616 0.5 +718 1 0.886963 0.758807 0.5 +719 1 0.932565 0.759823 0.5 +720 1 0.958537 0.75036 0.5 +721 2 0.984079 0.796591 0.5 +722 1 0.0431629 0.753636 0.5 +723 2 0.0605153 0.801005 0.5 +724 1 0.0964295 0.763368 0.5 +725 1 0.118005 0.783064 0.5 +726 2 0.174572 0.797017 0.5 +727 1 0.175448 0.763128 0.5 +728 1 0.239955 0.750475 0.5 +729 1 0.287098 0.807364 0.5 +730 1 0.274012 0.83609 0.5 +731 1 0.311785 0.795078 0.5 +732 2 0.345668 0.812913 0.5 +733 1 0.438417 0.78614 0.5 +734 1 0.425699 0.75908 0.5 +735 1 0.46748 0.790338 0.5 +736 2 0.48437 0.817562 0.5 +737 1 0.497416 0.790273 0.5 +738 1 0.52295 0.809896 0.5 +739 1 0.588668 0.797746 0.5 +740 1 0.665578 0.851216 0.5 +741 1 0.683374 0.800193 0.5 +742 1 0.709162 0.778108 0.5 +743 1 0.739678 0.781325 0.5 +744 1 0.767289 0.786963 0.5 +745 1 0.810041 0.815924 0.5 +746 1 0.827193 0.791832 0.5 +747 1 0.854649 0.799849 0.5 +748 1 0.881129 0.789227 0.5 +749 1 0.930362 0.796722 0.5 +750 1 0.95194 0.780693 0.5 +751 1 0.985197 0.823841 0.5 +752 1 0.0350333 0.784453 0.5 +753 1 0.0901775 0.792137 0.5 +754 1 0.106655 0.814602 0.5 +755 1 0.137086 0.809067 0.5 +756 2 0.165016 0.824075 0.5 +757 1 0.19498 0.822981 0.5 +758 1 0.235048 0.782175 0.5 +759 1 0.223687 0.82542 0.5 +760 1 0.252496 0.812891 0.5 +761 1 0.31217 0.826341 0.5 +762 2 0.33921 0.843168 0.5 +763 1 0.40374 0.835104 0.5 +764 1 0.420174 0.809893 0.5 +765 1 0.44844 0.812589 0.5 +766 1 0.434142 0.840078 0.5 +767 1 0.534442 0.837172 0.5 +768 1 0.565004 0.883612 0.5 +769 2 0.56456 0.84416 0.5 +770 2 0.643679 0.832488 0.5 +771 1 0.693563 0.864293 0.5 +772 2 0.716518 0.807234 0.5 +773 1 0.731295 0.834827 0.5 +774 2 0.7474 0.809863 0.5 +775 1 0.817028 0.846494 0.5 +776 1 0.838883 0.824172 0.5 +777 1 0.878538 0.819053 0.5 +778 1 0.908287 0.775402 0.5 +779 1 0.903868 0.808003 0.5 +780 1 0.959974 0.808234 0.5 +781 1 0.991342 0.856147 0.5 +782 1 0.0154896 0.840187 0.5 +783 2 0.049101 0.855703 0.5 +784 1 0.113408 0.844523 0.5 +785 2 0.180405 0.881865 0.5 +786 1 0.182903 0.850286 0.5 +787 1 0.216524 0.855713 0.5 +788 1 0.245378 0.88383 0.5 +789 1 0.272238 0.867898 0.5 +790 1 0.298511 0.853394 0.5 +791 1 0.360688 0.87404 0.5 +792 1 0.323862 0.865652 0.5 +793 1 0.384733 0.893043 0.5 +794 1 0.417909 0.862677 0.5 +795 1 0.454533 0.86976 0.5 +796 1 0.513089 0.887527 0.5 +797 1 0.484273 0.868254 0.5 +798 1 0.590562 0.905796 0.5 +799 1 0.60299 0.832663 0.5 +800 1 0.643592 0.878434 0.5 +801 1 0.672711 0.88601 0.5 +802 1 0.724007 0.864775 0.5 +803 1 0.757037 0.855684 0.5 +804 1 0.791007 0.838716 0.5 +805 1 0.819557 0.874399 0.5 +806 1 0.849215 0.869222 0.5 +807 1 0.86153 0.842353 0.5 +808 1 0.90584 0.845509 0.5 +809 1 0.935356 0.828746 0.5 +810 1 0.962693 0.84487 0.5 +811 1 0.996275 0.892455 0.5 +812 1 0.0169562 0.873569 0.5 +813 2 0.0486474 0.889209 0.5 +814 1 0.119896 0.87425 0.5 +815 1 0.120334 0.910168 0.5 +816 1 0.165925 0.911941 0.5 +817 1 0.209783 0.886974 0.5 +818 1 0.246873 0.846668 0.5 +819 2 0.263867 0.930158 0.5 +820 1 0.299232 0.883666 0.5 +821 1 0.37451 0.920161 0.5 +822 1 0.387222 0.861009 0.5 +823 1 0.341675 0.919751 0.5 +824 1 0.415679 0.890687 0.5 +825 1 0.465608 0.84139 0.5 +826 2 0.519667 0.918034 0.5 +827 1 0.540096 0.864814 0.5 +828 1 0.574302 0.938817 0.5 +829 1 0.588995 0.866419 0.5 +830 1 0.615917 0.891053 0.5 +831 2 0.685307 0.913128 0.5 +832 1 0.708698 0.892468 0.5 +833 1 0.736316 0.906863 0.5 +834 2 0.744425 0.881189 0.5 +835 1 0.786297 0.866441 0.5 +836 1 0.837772 0.895747 0.5 +837 1 0.877105 0.866046 0.5 +838 1 0.906072 0.876895 0.5 +839 1 0.935868 0.859619 0.5 +840 1 0.965868 0.873243 0.5 +841 2 0.0329365 0.951425 0.5 +842 2 0.0613878 0.938062 0.5 +843 1 0.0944285 0.922295 0.5 +844 1 0.112746 0.974328 0.5 +845 1 0.0964637 0.892151 0.5 +846 2 0.162386 0.940637 0.5 +847 1 0.195466 0.914248 0.5 +848 1 0.237048 0.950447 0.5 +849 1 0.267495 0.960844 0.5 +850 1 0.273933 0.899927 0.5 +851 1 0.332776 0.890991 0.5 +852 1 0.403658 0.927071 0.5 +853 1 0.385439 0.950094 0.5 +854 2 0.438612 0.934746 0.5 +855 2 0.466965 0.932634 0.5 +856 1 0.496127 0.939726 0.5 +857 1 0.520918 0.963902 0.5 +858 1 0.542933 0.939986 0.5 +859 2 0.611944 0.95131 0.5 +860 2 0.646029 0.946629 0.5 +861 1 0.71358 0.92477 0.5 +862 1 0.714516 0.960296 0.5 +863 1 0.74192 0.93614 0.5 +864 1 0.773769 0.934035 0.5 +865 1 0.818628 0.949065 0.5 +866 1 0.801199 0.895203 0.5 +867 2 0.900023 0.906595 0.5 +868 2 0.936332 0.894067 0.5 +869 2 0.91589 0.933693 0.5 +870 1 0.998277 0.932706 0.5 +871 1 0.00170887 0.96059 0.5 +872 1 0.0540125 0.968287 0.5 +873 1 0.0876417 0.952613 0.5 +874 1 0.0824171 0.983418 0.5 +875 1 0.131537 0.996876 0.5 +876 2 0.158306 0.0021583 0.5 +877 1 0.186991 0.990438 0.5 +878 2 0.180931 0.960691 0.5 +879 1 0.246259 0.983836 0.5 +880 2 0.309749 0.968747 0.5 +881 2 0.31063 0.912807 0.5 +882 1 0.354932 0.945451 0.5 +883 1 0.424894 0.988057 0.5 +884 1 0.46132 0.986458 0.5 +885 1 0.450415 0.958902 0.5 +886 1 0.481492 0.965591 0.5 +887 1 0.535986 0.989653 0.5 +888 1 0.556837 0.967013 0.5 +889 1 0.587056 0.973378 0.5 +890 1 0.657859 0.994801 0.5 +891 1 0.678309 0.973349 0.5 +892 1 0.702553 0.987705 0.5 +893 1 0.733289 0.981842 0.5 +894 2 0.778667 0.988171 0.5 +895 1 0.799004 0.92434 0.5 +896 1 0.828794 0.922886 0.5 +897 2 0.86617 0.961109 0.5 +898 1 0.885256 0.932132 0.5 +899 1 0.957717 0.0188494 0.5 +900 2 0.973174 0.94971 0.5 +901 3 0.643053 0.599939 0.5 +902 4 0.65356 0.61593 0.5 +903 3 0.279253 0.514296 0.5 +904 4 0.257086 0.513341 0.5 +905 3 0.242501 0.143861 0.5 +906 4 0.236359 0.127206 0.5 +907 3 0.845302 0.574267 0.5 +908 4 0.834833 0.588375 0.5 +909 3 0.630307 0.842379 0.5 +910 4 0.624742 0.859201 0.5 +911 3 0.911727 0.22619 0.5 +912 4 0.929403 0.230305 0.5 +913 3 0.538783 0.908875 0.5 +914 4 0.557198 0.912924 0.5 +915 3 0.0882761 0.397804 0.5 +916 4 0.109631 0.404922 0.5 +917 3 0.609981 0.379997 0.5 +918 4 0.601755 0.398058 0.5 +919 3 0.031976 0.343708 0.5 +920 4 0.022975 0.322718 0.5 +921 3 0.407058 0.393959 0.5 +922 4 0.406614 0.373442 0.5 +923 3 0.694127 0.215591 0.5 +924 4 0.694321 0.234352 0.5 +925 3 0.566283 0.822531 0.5 +926 4 0.558582 0.805273 0.5 +927 3 0.540583 0.496592 0.5 +928 4 0.536069 0.512011 0.5 +929 3 0.35218 0.195553 0.5 +930 4 0.370237 0.183521 0.5 +931 3 0.632248 0.709161 0.5 +932 4 0.611044 0.712987 0.5 +933 3 0.620037 0.331004 0.5 +934 4 0.637338 0.335057 0.5 +935 3 0.326102 0.959431 0.5 +936 4 0.32419 0.941992 0.5 +937 3 0.144125 0.942415 0.5 +938 4 0.126152 0.94674 0.5 +939 3 0.284308 0.321771 0.5 +940 4 0.297418 0.310436 0.5 +941 3 0.204333 0.555758 0.5 +942 4 0.19322 0.572852 0.5 +943 3 0.434476 0.58158 0.5 +944 4 0.449673 0.584345 0.5 +945 3 0.854443 0.94904 0.5 +946 4 0.854447 0.932407 0.5 +947 3 0.143675 0.0711933 0.5 +948 4 0.138357 0.0548475 0.5 +949 3 0.0273001 0.931177 0.5 +950 4 0.021517 0.911685 0.5 +951 3 0.969909 0.541473 0.5 +952 4 0.954498 0.547505 0.5 +953 3 0.806076 0.396216 0.5 +954 4 0.808059 0.415838 0.5 +955 3 0.666762 0.945783 0.5 +956 4 0.686334 0.942868 0.5 +957 3 0.762675 0.824158 0.5 +958 4 0.780082 0.815797 0.5 +959 3 0.204847 0.183557 0.5 +960 4 0.216016 0.195157 0.5 +961 3 0.581451 0.698929 0.5 +962 4 0.561666 0.701427 0.5 +963 3 0.509462 0.338623 0.5 +964 4 0.491993 0.349918 0.5 +965 3 0.841295 0.216411 0.5 +966 4 0.83716 0.233571 0.5 +967 3 0.968253 0.25133 0.5 +968 4 0.962799 0.268491 0.5 +969 3 0.411364 0.0376365 0.5 +970 4 0.418821 0.0190685 0.5 +971 3 0.327985 0.614846 0.5 +972 4 0.3391 0.629522 0.5 +973 3 0.100929 0.66487 0.5 +974 4 0.122347 0.66242 0.5 +975 3 0.0897592 0.157788 0.5 +976 4 0.10662 0.16416 0.5 +977 3 0.301923 0.699921 0.5 +978 4 0.312424 0.715298 0.5 +979 3 0.748458 0.144137 0.5 +980 4 0.742916 0.128796 0.5 +981 3 0.343361 0.12043 0.5 +982 4 0.339701 0.100968 0.5 +983 3 0.897531 0.322082 0.5 +984 4 0.883863 0.339627 0.5 +985 3 0.909387 0.952181 0.5 +986 4 0.922917 0.968258 0.5 +987 3 0.853146 0.453778 0.5 +988 4 0.841837 0.467954 0.5 +989 3 0.296303 0.921597 0.5 +990 4 0.294677 0.942762 0.5 +991 3 0.164803 0.87495 0.5 +992 4 0.147962 0.891027 0.5 +993 3 0.824591 0.0640885 0.5 +994 4 0.827563 0.0456409 0.5 +995 3 0.178463 0.16068 0.5 +996 4 0.175915 0.178892 0.5 +997 3 0.837459 0.135606 0.5 +998 4 0.843725 0.118929 0.5 +999 3 0.958624 0.935608 0.5 +1000 4 0.943078 0.944695 0.5 +1001 3 0.728843 0.481163 0.5 +1002 4 0.712263 0.491795 0.5 +1003 3 0.390172 0.980939 0.5 +1004 4 0.394322 0.000159306 0.5 +1005 3 0.960885 0.17446 0.5 +1006 4 0.957408 0.193317 0.5 +1007 3 0.063604 0.36982 0.5 +1008 4 0.0653602 0.349419 0.5 +1009 3 0.762022 0.979673 0.5 +1010 4 0.759287 0.963349 0.5 +1011 3 0.0585148 0.516415 0.5 +1012 4 0.0457733 0.506301 0.5 +1013 3 0.246252 0.366211 0.5 +1014 4 0.261386 0.367542 0.5 +1015 3 0.363198 0.525609 0.5 +1016 4 0.344983 0.535565 0.5 +1017 3 0.158578 0.981963 0.5 +1018 4 0.145294 0.971145 0.5 +1019 3 0.922359 0.411876 0.5 +1020 4 0.916316 0.429055 0.5 +1021 3 0.542114 0.270895 0.5 +1022 4 0.547361 0.287101 0.5 +1023 3 0.694007 0.532656 0.5 +1024 4 0.707895 0.520673 0.5 +1025 3 0.354452 0.842006 0.5 +1026 4 0.373685 0.835576 0.5 +1027 3 0.747601 0.296097 0.5 +1028 4 0.761947 0.302354 0.5 +1029 3 0.340166 0.490946 0.5 +1030 4 0.358566 0.492833 0.5 +1031 3 0.405665 0.730172 0.5 +1032 4 0.416871 0.714981 0.5 +1033 3 0.14727 0.186659 0.5 +1034 4 0.151368 0.204512 0.5 +1035 3 0.170401 0.290046 0.5 +1036 4 0.179111 0.271647 0.5 +1037 3 0.37356 0.69228 0.5 +1038 4 0.358249 0.681948 0.5 +1039 3 0.264347 0.419514 0.5 +1040 4 0.246252 0.426806 0.5 +1041 3 0.698376 0.270097 0.5 +1042 4 0.690435 0.285772 0.5 +1043 3 0.148477 0.836749 0.5 +1044 4 0.140329 0.853807 0.5 +1045 3 0.79149 0.320616 0.5 +1046 4 0.791391 0.337726 0.5 +1047 3 0.723259 0.0679508 0.5 +1048 4 0.740906 0.0752579 0.5 +1049 3 0.138318 0.0245438 0.5 +1050 4 0.154586 0.0309722 0.5 +1051 3 0.30032 0.600843 0.5 +1052 4 0.28658 0.587223 0.5 +1053 3 0.442822 0.916452 0.5 +1054 4 0.449933 0.901322 0.5 +1055 3 0.192092 0.790501 0.5 +1056 4 0.210982 0.798507 0.5 +1057 3 0.789586 0.581811 0.5 +1058 4 0.777381 0.564611 0.5 +1059 3 0.516792 0.45281 0.5 +1060 4 0.517903 0.430341 0.5 +1061 3 0.576386 0.421551 0.5 +1062 4 0.591525 0.430765 0.5 +1063 3 0.500236 0.831392 0.5 +1064 4 0.505841 0.848633 0.5 +1065 3 0.667325 0.914724 0.5 +1066 4 0.647656 0.911975 0.5 +1067 3 0.78128 0.466836 0.5 +1068 4 0.768216 0.452537 0.5 +1069 3 0.953116 0.899918 0.5 +1070 4 0.970737 0.909208 0.5 +1071 3 0.0139851 0.542954 0.5 +1072 4 0.00437958 0.558273 0.5 +1073 3 0.764983 0.885707 0.5 +1074 4 0.773732 0.906149 0.5 +1075 3 0.703459 0.820395 0.5 +1076 4 0.692734 0.834392 0.5 +1077 3 0.235471 0.0439927 0.5 +1078 4 0.231648 0.0633789 0.5 +1079 3 0.216543 0.268698 0.5 +1080 4 0.204672 0.288741 0.5 +1081 3 0.248611 0.922345 0.5 +1082 4 0.229373 0.919182 0.5 +1083 3 0.0672102 0.876992 0.5 +1084 4 0.0841405 0.864161 0.5 +1085 3 0.715905 0.436373 0.5 +1086 4 0.729057 0.452045 0.5 +1087 3 0.27075 0.999901 0.5 +1088 4 0.283899 0.985843 0.5 +1089 3 0.00409384 0.792371 0.5 +1090 4 0.0146509 0.810517 0.5 +1091 3 0.365358 0.805346 0.5 +1092 4 0.388959 0.809142 0.5 +1093 3 0.607442 0.211996 0.5 +1094 4 0.626938 0.207686 0.5 +1095 3 0.516956 0.669541 0.5 +1096 4 0.506576 0.654628 0.5 +1097 3 0.406907 0.59301 0.5 +1098 4 0.393065 0.576848 0.5 +1099 3 0.552263 0.630656 0.5 +1100 4 0.565445 0.622339 0.5 +1101 3 0.30572 0.34329 0.5 +1102 4 0.296341 0.362276 0.5 +1103 3 0.464169 0.406626 0.5 +1104 4 0.449015 0.414293 0.5 +1105 3 0.605253 0.930441 0.5 +1106 4 0.619927 0.92149 0.5 +1107 3 0.404089 0.189788 0.5 +1108 4 0.391557 0.209117 0.5 +1109 3 0.800325 0.771197 0.5 +1110 4 0.802081 0.788637 0.5 +1111 3 0.335752 0.405563 0.5 +1112 4 0.350985 0.418341 0.5 +1113 3 0.880692 0.465855 0.5 +1114 4 0.869168 0.482879 0.5 +1115 3 0.655969 0.203262 0.5 +1116 4 0.668642 0.187949 0.5 +1117 3 0.453241 0.298642 0.5 +1118 4 0.467347 0.296762 0.5 +1119 3 0.760936 0.0161899 0.5 +1120 4 0.740069 0.00934726 0.5 +1121 3 0.961817 0.451268 0.5 +1122 4 0.943134 0.443814 0.5 +1123 3 0.157915 0.474884 0.5 +1124 4 0.153417 0.456373 0.5 +1125 3 0.0206259 0.0383449 0.5 +1126 4 0.00559826 0.0492539 0.5 +1127 3 0.31661 0.020316 0.5 +1128 4 0.3337 0.0258327 0.5 +1129 3 0.049791 0.812535 0.5 +1130 4 0.0413303 0.825217 0.5 +1131 3 0.582572 0.160737 0.5 +1132 4 0.592448 0.14086 0.5 +1133 3 0.592869 0.0862765 0.5 +1134 4 0.578623 0.0729483 0.5 +1135 3 0.251023 0.592972 0.5 +1136 4 0.241421 0.607538 0.5 +1137 3 0.0776285 0.0516352 0.5 +1138 4 0.0942291 0.0414807 0.5 +1139 3 0.328027 0.286984 0.5 +1140 4 0.309026 0.283173 0.5 +1141 3 0.288376 0.0970919 0.5 +1142 4 0.300647 0.113033 0.5 +1143 3 0.194643 0.954369 0.5 +1144 4 0.207372 0.9433 0.5 +1145 3 0.928291 0.502515 0.5 +1146 4 0.937872 0.484505 0.5 +1147 3 0.283413 0.724362 0.5 +1148 4 0.296326 0.739812 0.5 +1149 3 0.47886 0.915578 0.5 +1150 4 0.483149 0.896426 0.5 +1151 3 0.734074 0.634963 0.5 +1152 4 0.751095 0.645934 0.5 +1153 3 0.483491 0.540128 0.5 +1154 4 0.47085 0.524335 0.5 +1155 3 0.801069 0.969556 0.5 +1156 4 0.80859 0.989471 0.5 +1157 3 0.37152 0.105734 0.5 +1158 4 0.369303 0.0849315 0.5 +1159 3 0.683954 0.609581 0.5 +1160 4 0.701403 0.609243 0.5 +1161 3 0.39859 0.152972 0.5 +1162 4 0.414262 0.160107 0.5 +1163 3 0.802566 0.218697 0.5 +1164 4 0.815869 0.199769 0.5 +1165 3 0.206812 0.488993 0.5 +1166 4 0.217103 0.469428 0.5 +1167 3 0.215067 0.366812 0.5 +1168 4 0.20657 0.382567 0.5 +1169 3 0.578308 0.768544 0.5 +1170 4 0.597284 0.762692 0.5 +1171 3 0.430554 0.131888 0.5 +1172 4 0.412301 0.124628 0.5 +1173 3 0.968897 0.500491 0.5 +1174 4 0.956831 0.514721 0.5 +1175 3 0.673987 0.708941 0.5 +1176 4 0.67041 0.729744 0.5 +1177 3 0.993166 0.995549 0.5 +1178 4 0.993823 0.0167639 0.5 +1179 3 0.202814 0.663357 0.5 +1180 4 0.212441 0.678413 0.5 +1181 3 0.837173 0.676526 0.5 +1182 4 0.839324 0.657318 0.5 +1183 3 0.631832 0.530286 0.5 +1184 4 0.646619 0.540154 0.5 +1185 3 0.520114 0.735845 0.5 +1186 4 0.534586 0.717616 0.5 +1187 3 0.882463 0.897556 0.5 +1188 4 0.868163 0.905319 0.5 +1189 3 0.759855 0.200149 0.5 +1190 4 0.74052 0.202083 0.5 +1191 3 0.083535 0.287422 0.5 +1192 4 0.0688666 0.296424 0.5 +1193 3 0.418135 0.534494 0.5 +1194 4 0.40283 0.546444 0.5 +1195 3 0.991879 0.707531 0.5 +1196 4 0.980982 0.693072 0.5 +1197 3 0.0642203 0.841777 0.5 +1198 4 0.0811722 0.831706 0.5 +1199 3 0.0569206 0.918647 0.5 +1200 4 0.0711024 0.908492 0.5 +ITEM: TIMESTEP +250 +ITEM: NUMBER OF ATOMS +1200 +ITEM: BOX BOUNDS +0 35.8569 +0 35.8569 +-0.1 0.1 +ITEM: ATOMS +1 2 0.988605 0.985343 0.5 +2 1 0.0479704 1.00083 0.5 +3 1 0.0477233 0.0298701 0.5 +4 1 0.0743944 0.0178855 0.5 +5 1 0.102038 0.00709367 0.5 +6 1 0.193743 0.0274914 0.5 +7 1 0.223198 0.0370784 0.5 +8 1 0.228127 0.00650742 0.5 +9 1 0.215311 0.968501 0.5 +10 2 0.322071 0.00559475 0.5 +11 1 0.337383 0.979079 0.5 +12 2 0.369735 0.976706 0.5 +13 1 0.420786 0.958122 0.5 +14 1 0.449945 0.0168127 0.5 +15 1 0.481982 0.0149243 0.5 +16 1 0.507513 0.983956 0.5 +17 1 0.512633 0.0158667 0.5 +18 1 0.604434 0.00504484 0.5 +19 1 0.609228 0.977258 0.5 +20 1 0.628326 0.0235571 0.5 +21 1 0.663046 0.00706241 0.5 +22 1 0.675075 0.0655555 0.5 +23 1 0.710686 0.0194003 0.5 +24 2 0.777498 0.0296886 0.5 +25 2 0.799308 0.967978 0.5 +26 1 0.846147 0.0353272 0.5 +27 1 0.865534 0.00978587 0.5 +28 1 0.854083 0.982318 0.5 +29 1 0.911157 0.982261 0.5 +30 1 0.971276 0.961622 0.5 +31 1 0.966039 0.0180498 0.5 +32 1 0.0198195 0.979193 0.5 +33 2 0.0173279 0.0137317 0.5 +34 1 0.0932879 0.0790314 0.5 +35 2 0.122275 0.0303797 0.5 +36 1 0.203805 0.0677482 0.5 +37 1 0.177034 0.0521279 0.5 +38 2 0.27036 0.0409962 0.5 +39 1 0.257543 0.0104949 0.5 +40 2 0.287259 0.0129932 0.5 +41 1 0.384238 0.0625578 0.5 +42 2 0.40025 0.0345158 0.5 +43 1 0.429662 0.0358578 0.5 +44 1 0.460951 0.0434164 0.5 +45 1 0.472568 0.0696672 0.5 +46 1 0.49589 0.0404879 0.5 +47 1 0.544141 0.0205945 0.5 +48 1 0.579144 0.987432 0.5 +49 1 0.598852 0.037569 0.5 +50 1 0.59447 0.0701541 0.5 +51 1 0.655638 0.0413735 0.5 +52 1 0.693861 0.0449196 0.5 +53 1 0.757716 0.0514767 0.5 +54 1 0.799569 0.0509407 0.5 +55 1 0.81244 0.0254079 0.5 +56 1 0.835282 0.00723787 0.5 +57 1 0.8965 0.0102877 0.5 +58 1 0.882661 0.981639 0.5 +59 1 0.909544 0.0451899 0.5 +60 1 0.92476 0.0172413 0.5 +61 1 0.970342 0.0546418 0.5 +62 1 0.0337106 0.0615116 0.5 +63 2 0.0633321 0.0544383 0.5 +64 1 0.0815227 0.110261 0.5 +65 2 0.135535 0.0817264 0.5 +66 1 0.169354 0.08502 0.5 +67 1 0.195362 0.0949827 0.5 +68 1 0.228214 0.0881022 0.5 +69 1 0.297477 0.053011 0.5 +70 1 0.325291 0.0596295 0.5 +71 1 0.35778 0.0754212 0.5 +72 1 0.353427 0.00596405 0.5 +73 1 0.414627 0.0620547 0.5 +74 1 0.442969 0.0709863 0.5 +75 1 0.458323 0.0966157 0.5 +76 1 0.505018 0.068568 0.5 +77 1 0.526624 0.0463789 0.5 +78 1 0.570346 0.0534902 0.5 +79 1 0.572121 0.0209679 0.5 +80 1 0.621864 0.0554753 0.5 +81 1 0.646364 0.0747431 0.5 +82 2 0.70959 0.0953289 0.5 +83 1 0.724008 0.046929 0.5 +84 1 0.769233 0.0817474 0.5 +85 1 0.811182 0.113105 0.5 +86 2 0.840809 0.0984606 0.5 +87 1 0.859215 0.0652099 0.5 +88 1 0.880283 0.0392263 0.5 +89 1 0.892173 0.0668993 0.5 +90 1 0.945467 0.0396743 0.5 +91 1 0.00487501 0.0698865 0.5 +92 1 0.0295469 0.0930649 0.5 +93 1 0.0597258 0.0827431 0.5 +94 1 0.0510266 0.111842 0.5 +95 1 0.111627 0.102109 0.5 +96 1 0.146221 0.108634 0.5 +97 1 0.175774 0.117934 0.5 +98 1 0.273312 0.0724027 0.5 +99 1 0.255888 0.095424 0.5 +100 2 0.287147 0.0994624 0.5 +101 1 0.322611 0.0897727 0.5 +102 1 0.370119 0.035608 0.5 +103 2 0.39385 0.119146 0.5 +104 1 0.396404 0.0906947 0.5 +105 1 0.476412 0.126509 0.5 +106 1 0.486592 0.098012 0.5 +107 1 0.536457 0.0747241 0.5 +108 1 0.543747 0.102341 0.5 +109 2 0.599867 0.112404 0.5 +110 1 0.616873 0.0899851 0.5 +111 1 0.645542 0.106094 0.5 +112 1 0.677223 0.0967154 0.5 +113 1 0.725091 0.122719 0.5 +114 1 0.801826 0.0801612 0.5 +115 1 0.795491 0.138985 0.5 +116 2 0.818865 0.162149 0.5 +117 1 0.869707 0.0965772 0.5 +118 1 0.901564 0.095493 0.5 +119 1 0.931988 0.0654588 0.5 +120 1 0.957177 0.0808931 0.5 +121 1 0.983709 0.130969 0.5 +122 1 0.0121819 0.11643 0.5 +123 1 0.0335426 0.135376 0.5 +124 1 0.0658478 0.138228 0.5 +125 2 0.0978964 0.134929 0.5 +126 1 0.153988 0.139787 0.5 +127 2 0.131355 0.160351 0.5 +128 1 0.206548 0.13032 0.5 +129 2 0.256177 0.15721 0.5 +130 1 0.270444 0.126613 0.5 +131 2 0.34754 0.134574 0.5 +132 1 0.350684 0.167332 0.5 +133 2 0.378137 0.150721 0.5 +134 1 0.427315 0.0957744 0.5 +135 1 0.510133 0.127816 0.5 +136 1 0.540044 0.131505 0.5 +137 1 0.515115 0.0958671 0.5 +138 1 0.570524 0.122176 0.5 +139 1 0.622011 0.170835 0.5 +140 1 0.633472 0.140647 0.5 +141 1 0.663191 0.127202 0.5 +142 1 0.695249 0.124222 0.5 +143 1 0.710217 0.147787 0.5 +144 1 0.745469 0.100911 0.5 +145 1 0.785508 0.166437 0.5 +146 1 0.85203 0.172352 0.5 +147 1 0.87666 0.155586 0.5 +148 1 0.924906 0.123173 0.5 +149 1 0.932036 0.094548 0.5 +150 1 0.987564 0.0966319 0.5 +151 2 0.978713 0.16238 0.5 +152 1 0.024951 0.184447 0.5 +153 1 0.0102376 0.156677 0.5 +154 1 0.0475769 0.16549 0.5 +155 1 0.126422 0.131252 0.5 +156 1 0.114569 0.202091 0.5 +157 2 0.182836 0.149804 0.5 +158 1 0.243152 0.189527 0.5 +159 2 0.226473 0.165105 0.5 +160 1 0.289306 0.149454 0.5 +161 1 0.32098 0.150653 0.5 +162 2 0.419741 0.197983 0.5 +163 1 0.431191 0.229137 0.5 +164 2 0.442018 0.126954 0.5 +165 1 0.461832 0.150918 0.5 +166 1 0.520387 0.156829 0.5 +167 1 0.571654 0.186726 0.5 +168 2 0.5645 0.149274 0.5 +169 1 0.601262 0.196838 0.5 +170 1 0.643488 0.189433 0.5 +171 1 0.652547 0.161036 0.5 +172 1 0.680831 0.150359 0.5 +173 2 0.755882 0.163797 0.5 +174 1 0.782804 0.110021 0.5 +175 2 0.773917 0.193625 0.5 +176 2 0.85536 0.206805 0.5 +177 1 0.877872 0.189577 0.5 +178 1 0.882128 0.123251 0.5 +179 1 0.950432 0.136314 0.5 +180 1 0.958674 0.10831 0.5 +181 1 0.994591 0.186725 0.5 +182 1 0.0128614 0.210322 0.5 +183 1 0.0726343 0.181044 0.5 +184 1 0.0789336 0.212465 0.5 +185 1 0.100421 0.239546 0.5 +186 1 0.164341 0.233194 0.5 +187 1 0.18239 0.209534 0.5 +188 1 0.21391 0.201726 0.5 +189 1 0.274725 0.178204 0.5 +190 1 0.304608 0.205713 0.5 +191 1 0.307897 0.175524 0.5 +192 2 0.355828 0.211989 0.5 +193 1 0.450161 0.205477 0.5 +194 1 0.438338 0.174839 0.5 +195 1 0.491569 0.152623 0.5 +196 1 0.485555 0.208151 0.5 +197 1 0.510007 0.185371 0.5 +198 1 0.57506 0.215767 0.5 +199 1 0.547649 0.205545 0.5 +200 1 0.628109 0.246401 0.5 +201 2 0.680216 0.238628 0.5 +202 1 0.696507 0.178636 0.5 +203 1 0.727701 0.177962 0.5 +204 1 0.765421 0.223169 0.5 +205 2 0.797757 0.218733 0.5 +206 1 0.908352 0.20704 0.5 +207 1 0.907207 0.174113 0.5 +208 1 0.903673 0.144049 0.5 +209 1 0.930114 0.157475 0.5 +210 1 0.937201 0.217707 0.5 +211 1 0.978254 0.211574 0.5 +212 1 0.0472152 0.205774 0.5 +213 1 0.0646358 0.239531 0.5 +214 1 0.117605 0.262818 0.5 +215 1 0.134577 0.288737 0.5 +216 1 0.132567 0.227293 0.5 +217 1 0.201885 0.231689 0.5 +218 1 0.240561 0.220122 0.5 +219 1 0.27498 0.207357 0.5 +220 1 0.284313 0.264155 0.5 +221 1 0.290553 0.23351 0.5 +222 1 0.375349 0.234902 0.5 +223 1 0.403139 0.227008 0.5 +224 1 0.449902 0.254112 0.5 +225 1 0.474844 0.178763 0.5 +226 1 0.498893 0.235014 0.5 +227 1 0.519152 0.213022 0.5 +228 1 0.543133 0.177435 0.5 +229 1 0.575374 0.245298 0.5 +230 2 0.605406 0.226497 0.5 +231 1 0.600062 0.26057 0.5 +232 2 0.714044 0.208095 0.5 +233 2 0.716983 0.271842 0.5 +234 1 0.732392 0.233472 0.5 +235 1 0.790328 0.247442 0.5 +236 1 0.871561 0.257143 0.5 +237 1 0.880637 0.224562 0.5 +238 2 0.902031 0.25578 0.5 +239 1 0.93425 0.187078 0.5 +240 2 0.964371 0.236364 0.5 +241 1 0.0333834 0.232678 0.5 +242 1 0.0473672 0.267248 0.5 +243 1 0.0892496 0.268356 0.5 +244 1 0.0304857 0.28938 0.5 +245 2 0.10611 0.291512 0.5 +246 1 0.14903 0.259182 0.5 +247 2 0.230715 0.24697 0.5 +248 1 0.252412 0.267914 0.5 +249 1 0.262859 0.241055 0.5 +250 1 0.316735 0.253683 0.5 +251 1 0.328645 0.224737 0.5 +252 1 0.375074 0.269054 0.5 +253 1 0.414029 0.257578 0.5 +254 1 0.480047 0.25845 0.5 +255 1 0.467383 0.230012 0.5 +256 1 0.496336 0.283418 0.5 +257 2 0.518288 0.259766 0.5 +258 1 0.543865 0.233658 0.5 +259 1 0.573336 0.27508 0.5 +260 1 0.659327 0.262054 0.5 +261 1 0.668132 0.317857 0.5 +262 2 0.739157 0.290891 0.5 +263 1 0.749658 0.262305 0.5 +264 1 0.778079 0.275045 0.5 +265 1 0.819167 0.239144 0.5 +266 1 0.838607 0.261768 0.5 +267 1 0.889699 0.283556 0.5 +268 1 0.910437 0.303324 0.5 +269 1 0.924965 0.276378 0.5 +270 1 0.99425 0.236103 0.5 +271 1 0.970113 0.293853 0.5 +272 1 0.983338 0.267732 0.5 +273 1 0.00104793 0.293996 0.5 +274 1 0.114471 0.319745 0.5 +275 2 0.162829 0.296503 0.5 +276 1 0.198176 0.297011 0.5 +277 1 0.229852 0.29078 0.5 +278 1 0.247234 0.316139 0.5 +279 1 0.270271 0.294424 0.5 +280 1 0.333742 0.191582 0.5 +281 1 0.349891 0.252163 0.5 +282 1 0.344632 0.282083 0.5 +283 1 0.405991 0.286507 0.5 +284 2 0.435938 0.280945 0.5 +285 1 0.454386 0.328764 0.5 +286 1 0.480232 0.309793 0.5 +287 1 0.509477 0.314088 0.5 +288 1 0.535379 0.325001 0.5 +289 1 0.568607 0.310151 0.5 +290 1 0.632662 0.281086 0.5 +291 1 0.660231 0.289452 0.5 +292 1 0.698451 0.304338 0.5 +293 1 0.722716 0.322036 0.5 +294 2 0.799082 0.301421 0.5 +295 1 0.810718 0.27301 0.5 +296 1 0.828863 0.294354 0.5 +297 1 0.858306 0.284753 0.5 +298 1 0.924926 0.328687 0.5 +299 1 0.939755 0.301606 0.5 +300 1 0.958047 0.324513 0.5 +301 1 0.985679 0.319437 0.5 +302 1 0.0167353 0.261701 0.5 +303 1 0.049997 0.318578 0.5 +304 1 0.141919 0.317571 0.5 +305 1 0.171864 0.325102 0.5 +306 2 0.198054 0.340571 0.5 +307 1 0.168319 0.357995 0.5 +308 1 0.218204 0.318542 0.5 +309 2 0.228232 0.347897 0.5 +310 2 0.323415 0.344822 0.5 +311 2 0.319255 0.304121 0.5 +312 1 0.343458 0.320494 0.5 +313 1 0.359204 0.345708 0.5 +314 1 0.369467 0.305622 0.5 +315 1 0.425757 0.313805 0.5 +316 1 0.517756 0.37417 0.5 +317 2 0.509387 0.344274 0.5 +318 1 0.567678 0.340193 0.5 +319 1 0.60272 0.293949 0.5 +320 1 0.631581 0.312319 0.5 +321 1 0.690334 0.335462 0.5 +322 1 0.719011 0.354515 0.5 +323 1 0.716922 0.383883 0.5 +324 1 0.750613 0.337714 0.5 +325 1 0.824205 0.323772 0.5 +326 1 0.844097 0.347677 0.5 +327 1 0.853881 0.314772 0.5 +328 2 0.882661 0.314878 0.5 +329 1 0.943412 0.352209 0.5 +330 1 0.976659 0.347657 0.5 +331 1 0.0174738 0.398411 0.5 +332 2 0.00800169 0.345686 0.5 +333 2 0.027584 0.369723 0.5 +334 1 0.0809684 0.329979 0.5 +335 1 0.108666 0.352115 0.5 +336 1 0.139513 0.354156 0.5 +337 1 0.223035 0.450696 0.5 +338 1 0.219737 0.404038 0.5 +339 2 0.275252 0.329465 0.5 +340 1 0.310458 0.375243 0.5 +341 1 0.339036 0.369851 0.5 +342 1 0.369257 0.372372 0.5 +343 2 0.410516 0.403346 0.5 +344 1 0.391904 0.330719 0.5 +345 1 0.422501 0.346033 0.5 +346 1 0.522434 0.404257 0.5 +347 1 0.540645 0.353946 0.5 +348 1 0.569135 0.370548 0.5 +349 2 0.594172 0.322694 0.5 +350 1 0.634762 0.367947 0.5 +351 1 0.66143 0.350706 0.5 +352 1 0.689822 0.36581 0.5 +353 1 0.723328 0.413743 0.5 +354 1 0.742759 0.368877 0.5 +355 1 0.80939 0.351955 0.5 +356 1 0.829817 0.375615 0.5 +357 1 0.879586 0.366814 0.5 +358 1 0.903194 0.385355 0.5 +359 1 0.909191 0.355969 0.5 +360 1 0.996129 0.373002 0.5 +361 1 0.989489 0.4048 0.5 +362 1 0.0517232 0.397305 0.5 +363 2 0.0807929 0.405455 0.5 +364 1 0.0869627 0.375814 0.5 +365 1 0.119566 0.381745 0.5 +366 1 0.148805 0.383582 0.5 +367 1 0.187475 0.38141 0.5 +368 1 0.25806 0.386891 0.5 +369 1 0.286644 0.394969 0.5 +370 1 0.312575 0.410298 0.5 +371 2 0.344903 0.401756 0.5 +372 1 0.378364 0.406139 0.5 +373 1 0.431415 0.424093 0.5 +374 1 0.429597 0.37754 0.5 +375 1 0.454484 0.356303 0.5 +376 2 0.490696 0.396515 0.5 +377 1 0.546207 0.388355 0.5 +378 2 0.579783 0.400247 0.5 +379 2 0.598284 0.3633 0.5 +380 1 0.635905 0.402976 0.5 +381 1 0.663396 0.380598 0.5 +382 1 0.665483 0.410266 0.5 +383 1 0.692953 0.400406 0.5 +384 1 0.751037 0.397647 0.5 +385 1 0.772457 0.364016 0.5 +386 1 0.835092 0.405912 0.5 +387 1 0.864601 0.393727 0.5 +388 1 0.934199 0.379856 0.5 +389 1 0.950922 0.405839 0.5 +390 1 0.965031 0.374778 0.5 +391 1 0.992168 0.43438 0.5 +392 1 0.0343935 0.421406 0.5 +393 1 0.0621641 0.429152 0.5 +394 1 0.0762005 0.455887 0.5 +395 1 0.0981682 0.43521 0.5 +396 1 0.162856 0.411646 0.5 +397 1 0.190409 0.414457 0.5 +398 1 0.190326 0.444369 0.5 +399 2 0.28807 0.424722 0.5 +400 1 0.316256 0.440441 0.5 +401 1 0.343444 0.461511 0.5 +402 1 0.407349 0.461044 0.5 +403 1 0.397289 0.430807 0.5 +404 1 0.438344 0.451112 0.5 +405 1 0.460815 0.431371 0.5 +406 1 0.491977 0.42488 0.5 +407 1 0.548509 0.418817 0.5 +408 1 0.600242 0.456029 0.5 +409 1 0.621456 0.432623 0.5 +410 1 0.629853 0.461097 0.5 +411 1 0.651418 0.438791 0.5 +412 1 0.661523 0.466087 0.5 +413 2 0.682255 0.436554 0.5 +414 1 0.748398 0.433224 0.5 +415 1 0.833583 0.463953 0.5 +416 2 0.782645 0.39264 0.5 +417 1 0.89015 0.413666 0.5 +418 2 0.934807 0.429787 0.5 +419 2 0.899167 0.452267 0.5 +420 2 0.955209 0.464363 0.5 +421 1 0.995909 0.46504 0.5 +422 1 0.0209175 0.447488 0.5 +423 1 0.0447115 0.466197 0.5 +424 1 0.0764718 0.484506 0.5 +425 1 0.103945 0.466401 0.5 +426 1 0.125638 0.445869 0.5 +427 2 0.20446 0.506669 0.5 +428 1 0.271323 0.481841 0.5 +429 1 0.250395 0.461442 0.5 +430 1 0.284885 0.453779 0.5 +431 2 0.32957 0.486495 0.5 +432 1 0.37406 0.466824 0.5 +433 1 0.423002 0.48731 0.5 +434 1 0.48336 0.487051 0.5 +435 1 0.453904 0.479475 0.5 +436 1 0.47804 0.454901 0.5 +437 2 0.537913 0.449945 0.5 +438 1 0.569688 0.451695 0.5 +439 1 0.582651 0.480868 0.5 +440 1 0.61149 0.484261 0.5 +441 1 0.640356 0.495583 0.5 +442 1 0.694797 0.473537 0.5 +443 2 0.739025 0.468009 0.5 +444 1 0.776663 0.421312 0.5 +445 1 0.803605 0.43278 0.5 +446 1 0.835095 0.43615 0.5 +447 2 0.863246 0.425821 0.5 +448 1 0.898713 0.487208 0.5 +449 1 0.925494 0.466375 0.5 +450 2 0.988027 0.502355 0.5 +451 1 0.0148258 0.511502 0.5 +452 2 0.0368853 0.531324 0.5 +453 1 0.0188449 0.482502 0.5 +454 1 0.130227 0.477906 0.5 +455 2 0.159105 0.490489 0.5 +456 1 0.135533 0.506132 0.5 +457 1 0.168624 0.520624 0.5 +458 1 0.234441 0.491628 0.5 +459 1 0.232435 0.521856 0.5 +460 2 0.294418 0.534951 0.5 +461 1 0.306113 0.469972 0.5 +462 1 0.319653 0.519049 0.5 +463 1 0.394301 0.489098 0.5 +464 2 0.406225 0.523867 0.5 +465 1 0.498032 0.511564 0.5 +466 1 0.510963 0.48476 0.5 +467 2 0.552571 0.475495 0.5 +468 1 0.56516 0.507447 0.5 +469 1 0.593056 0.51134 0.5 +470 2 0.623512 0.522168 0.5 +471 1 0.658431 0.523319 0.5 +472 1 0.668638 0.498177 0.5 +473 1 0.788092 0.511057 0.5 +474 1 0.793531 0.54089 0.5 +475 2 0.777583 0.480715 0.5 +476 1 0.882672 0.548333 0.5 +477 1 0.873231 0.502903 0.5 +478 1 0.842998 0.529058 0.5 +479 1 0.903519 0.524691 0.5 +480 2 0.995832 0.534476 0.5 +481 1 0.0432064 0.567091 0.5 +482 1 0.0613094 0.54437 0.5 +483 2 0.0835365 0.516545 0.5 +484 1 0.104709 0.496036 0.5 +485 1 0.090665 0.551044 0.5 +486 1 0.141276 0.536739 0.5 +487 2 0.196876 0.534244 0.5 +488 1 0.234299 0.55512 0.5 +489 1 0.261645 0.544556 0.5 +490 1 0.288051 0.564029 0.5 +491 1 0.325292 0.555497 0.5 +492 1 0.298514 0.497235 0.5 +493 2 0.370816 0.527609 0.5 +494 1 0.444557 0.54289 0.5 +495 1 0.436611 0.514366 0.5 +496 1 0.504613 0.543357 0.5 +497 1 0.550662 0.571513 0.5 +498 1 0.578745 0.568027 0.5 +499 1 0.565295 0.541272 0.5 +500 1 0.593553 0.541309 0.5 +501 1 0.675961 0.558955 0.5 +502 1 0.733199 0.555807 0.5 +503 1 0.756788 0.504237 0.5 +504 1 0.738018 0.525528 0.5 +505 1 0.809819 0.489517 0.5 +506 1 0.842572 0.499214 0.5 +507 1 0.904989 0.572653 0.5 +508 1 0.928247 0.549643 0.5 +509 1 0.933581 0.581367 0.5 +510 2 0.944616 0.524153 0.5 +511 1 0.988023 0.594178 0.5 +512 1 0.0721879 0.574822 0.5 +513 1 0.105656 0.586148 0.5 +514 1 0.121296 0.562421 0.5 +515 1 0.111987 0.531158 0.5 +516 1 0.148496 0.56767 0.5 +517 1 0.17238 0.550175 0.5 +518 1 0.229121 0.587709 0.5 +519 2 0.256164 0.574479 0.5 +520 2 0.354145 0.611737 0.5 +521 2 0.314022 0.585257 0.5 +522 1 0.34398 0.582363 0.5 +523 1 0.360319 0.557824 0.5 +524 2 0.420377 0.559164 0.5 +525 1 0.517988 0.571624 0.5 +526 2 0.471733 0.555175 0.5 +527 1 0.535919 0.544749 0.5 +528 1 0.569505 0.594983 0.5 +529 1 0.599617 0.59684 0.5 +530 1 0.608334 0.567661 0.5 +531 2 0.703555 0.536858 0.5 +532 1 0.706085 0.56515 0.5 +533 1 0.7602 0.544901 0.5 +534 1 0.821049 0.547416 0.5 +535 1 0.815923 0.517392 0.5 +536 2 0.856072 0.562349 0.5 +537 1 0.876885 0.585023 0.5 +538 1 0.898652 0.603164 0.5 +539 1 0.960453 0.60076 0.5 +540 1 0.979463 0.565092 0.5 +541 1 0.0176349 0.588445 0.5 +542 1 0.0496029 0.596645 0.5 +543 1 0.079733 0.605977 0.5 +544 1 0.112525 0.613915 0.5 +545 1 0.135101 0.595024 0.5 +546 1 0.165369 0.609502 0.5 +547 1 0.175009 0.581081 0.5 +548 1 0.202155 0.6031 0.5 +549 1 0.252372 0.629799 0.5 +550 1 0.28249 0.622576 0.5 +551 1 0.37544 0.5809 0.5 +552 1 0.404636 0.635228 0.5 +553 2 0.41861 0.606198 0.5 +554 1 0.449037 0.603398 0.5 +555 1 0.477095 0.605608 0.5 +556 1 0.508118 0.604864 0.5 +557 1 0.537428 0.600651 0.5 +558 1 0.589018 0.624994 0.5 +559 1 0.621567 0.617912 0.5 +560 2 0.639322 0.572475 0.5 +561 2 0.665059 0.589953 0.5 +562 1 0.754342 0.581406 0.5 +563 1 0.723482 0.587902 0.5 +564 1 0.753236 0.614948 0.5 +565 2 0.787201 0.592696 0.5 +566 1 0.811048 0.611594 0.5 +567 1 0.86944 0.614661 0.5 +568 1 0.895086 0.631983 0.5 +569 1 0.928586 0.613244 0.5 +570 1 0.978945 0.624515 0.5 +571 1 0.0301266 0.617772 0.5 +572 1 0.0591449 0.629748 0.5 +573 1 0.0690515 0.657373 0.5 +574 1 0.0909781 0.637592 0.5 +575 1 0.140676 0.624356 0.5 +576 1 0.165375 0.645047 0.5 +577 1 0.191234 0.629004 0.5 +578 1 0.218608 0.635343 0.5 +579 1 0.275383 0.653855 0.5 +580 1 0.30572 0.64402 0.5 +581 1 0.385527 0.608496 0.5 +582 1 0.387937 0.662082 0.5 +583 1 0.420539 0.662494 0.5 +584 1 0.435777 0.633101 0.5 +585 1 0.482383 0.672274 0.5 +586 1 0.488821 0.577953 0.5 +587 2 0.530566 0.65835 0.5 +588 1 0.578459 0.657834 0.5 +589 1 0.61128 0.645663 0.5 +590 1 0.671449 0.625281 0.5 +591 1 0.697382 0.641512 0.5 +592 1 0.689069 0.683467 0.5 +593 2 0.719844 0.617952 0.5 +594 1 0.778389 0.659234 0.5 +595 1 0.782805 0.621907 0.5 +596 1 0.838196 0.627159 0.5 +597 1 0.865781 0.649416 0.5 +598 1 0.899591 0.663153 0.5 +599 1 0.921872 0.641568 0.5 +600 1 0.951499 0.636935 0.5 +601 1 0.00996407 0.665842 0.5 +602 1 0.0391354 0.65123 0.5 +603 1 0.0763176 0.688305 0.5 +604 2 0.102336 0.675519 0.5 +605 1 0.162519 0.675831 0.5 +606 2 0.191907 0.660267 0.5 +607 1 0.210844 0.714402 0.5 +608 1 0.24074 0.660063 0.5 +609 1 0.258164 0.684052 0.5 +610 1 0.309401 0.673914 0.5 +611 1 0.33854 0.660255 0.5 +612 1 0.370629 0.636367 0.5 +613 1 0.464391 0.636984 0.5 +614 1 0.45162 0.66129 0.5 +615 1 0.493362 0.631567 0.5 +616 1 0.525224 0.628763 0.5 +617 1 0.562165 0.678842 0.5 +618 1 0.604681 0.673065 0.5 +619 1 0.644588 0.637655 0.5 +620 1 0.631841 0.665685 0.5 +621 1 0.66562 0.658389 0.5 +622 1 0.714184 0.666909 0.5 +623 1 0.745527 0.677801 0.5 +624 1 0.806024 0.67555 0.5 +625 1 0.805053 0.640689 0.5 +626 2 0.832438 0.696319 0.5 +627 1 0.871065 0.679314 0.5 +628 1 0.924809 0.680222 0.5 +629 1 0.952853 0.667899 0.5 +630 1 0.00621526 0.636361 0.5 +631 2 0.0180643 0.695045 0.5 +632 1 0.0458451 0.678692 0.5 +633 1 0.0527313 0.708679 0.5 +634 1 0.133678 0.69115 0.5 +635 1 0.161881 0.708674 0.5 +636 1 0.187662 0.69558 0.5 +637 1 0.184167 0.728473 0.5 +638 1 0.237771 0.704682 0.5 +639 2 0.287228 0.690485 0.5 +640 1 0.334335 0.737645 0.5 +641 1 0.332966 0.692216 0.5 +642 1 0.351245 0.713603 0.5 +643 2 0.398525 0.691229 0.5 +644 1 0.431931 0.693229 0.5 +645 1 0.493698 0.699816 0.5 +646 2 0.509974 0.732359 0.5 +647 2 0.529815 0.688802 0.5 +648 1 0.580375 0.741932 0.5 +649 2 0.591305 0.702306 0.5 +650 2 0.64417 0.691965 0.5 +651 1 0.647917 0.74932 0.5 +652 1 0.690473 0.716666 0.5 +653 1 0.720343 0.695436 0.5 +654 1 0.780059 0.688407 0.5 +655 1 0.805622 0.706491 0.5 +656 1 0.864049 0.709679 0.5 +657 1 0.896291 0.69892 0.5 +658 1 0.923405 0.716529 0.5 +659 1 0.950563 0.697733 0.5 +660 1 0.981059 0.65501 0.5 +661 1 0.999284 0.73571 0.5 +662 1 0.024669 0.724832 0.5 +663 1 0.101196 0.708569 0.5 +664 1 0.128033 0.721184 0.5 +665 1 0.129983 0.757503 0.5 +666 1 0.15754 0.744593 0.5 +667 1 0.209624 0.775265 0.5 +668 1 0.211185 0.743612 0.5 +669 1 0.240325 0.736396 0.5 +670 2 0.265465 0.717583 0.5 +671 1 0.364174 0.751267 0.5 +672 1 0.380521 0.721357 0.5 +673 1 0.439178 0.722377 0.5 +674 1 0.463853 0.696843 0.5 +675 1 0.472542 0.724574 0.5 +676 1 0.53102 0.754587 0.5 +677 1 0.559011 0.763723 0.5 +678 1 0.612549 0.749431 0.5 +679 2 0.623899 0.721934 0.5 +680 1 0.640507 0.805437 0.5 +681 1 0.680266 0.749221 0.5 +682 1 0.751747 0.709253 0.5 +683 1 0.749835 0.741602 0.5 +684 1 0.777955 0.718527 0.5 +685 1 0.830245 0.727191 0.5 +686 1 0.831509 0.75943 0.5 +687 1 0.897052 0.726325 0.5 +688 1 0.91992 0.747409 0.5 +689 1 0.947331 0.736402 0.5 +690 1 0.973513 0.718446 0.5 +691 1 0.996591 0.771738 0.5 +692 1 0.0208212 0.754334 0.5 +693 1 0.0789125 0.725891 0.5 +694 1 0.071159 0.761688 0.5 +695 1 0.102233 0.745209 0.5 +696 1 0.158866 0.775885 0.5 +697 1 0.267596 0.758505 0.5 +698 1 0.262511 0.791217 0.5 +699 1 0.290865 0.779331 0.5 +700 1 0.321199 0.764716 0.5 +701 1 0.352133 0.778905 0.5 +702 1 0.383117 0.774703 0.5 +703 2 0.39755 0.750052 0.5 +704 1 0.411257 0.783658 0.5 +705 1 0.457622 0.754294 0.5 +706 1 0.489211 0.752156 0.5 +707 1 0.543488 0.786199 0.5 +708 2 0.566803 0.804504 0.5 +709 1 0.627808 0.775996 0.5 +710 1 0.616561 0.831359 0.5 +711 1 0.658824 0.775416 0.5 +712 1 0.712364 0.758499 0.5 +713 1 0.725617 0.725108 0.5 +714 2 0.775096 0.76004 0.5 +715 1 0.798654 0.737906 0.5 +716 1 0.862022 0.770004 0.5 +717 1 0.867561 0.739684 0.5 +718 1 0.89115 0.759663 0.5 +719 1 0.945556 0.765251 0.5 +720 1 0.97069 0.751644 0.5 +721 2 0.997202 0.802105 0.5 +722 1 0.0491081 0.741079 0.5 +723 2 0.0628712 0.79749 0.5 +724 1 0.101489 0.777597 0.5 +725 1 0.129503 0.785816 0.5 +726 2 0.178862 0.794964 0.5 +727 1 0.182762 0.758202 0.5 +728 1 0.238336 0.766977 0.5 +729 1 0.28927 0.808957 0.5 +730 1 0.276388 0.835563 0.5 +731 1 0.322074 0.79514 0.5 +732 2 0.350957 0.808878 0.5 +733 1 0.446401 0.784018 0.5 +734 1 0.427227 0.756764 0.5 +735 1 0.47637 0.780967 0.5 +736 2 0.489872 0.810527 0.5 +737 1 0.508319 0.775655 0.5 +738 1 0.519249 0.804934 0.5 +739 1 0.607704 0.795933 0.5 +740 1 0.67693 0.860724 0.5 +741 1 0.67352 0.804305 0.5 +742 1 0.687085 0.779461 0.5 +743 1 0.714258 0.792745 0.5 +744 1 0.740698 0.771257 0.5 +745 1 0.795221 0.809162 0.5 +746 1 0.821141 0.789815 0.5 +747 1 0.849056 0.796792 0.5 +748 1 0.886707 0.78964 0.5 +749 1 0.942499 0.795899 0.5 +750 1 0.970241 0.781278 0.5 +751 1 0.996579 0.832136 0.5 +752 1 0.0439446 0.772615 0.5 +753 1 0.0924553 0.80555 0.5 +754 1 0.124381 0.816764 0.5 +755 1 0.151214 0.808035 0.5 +756 2 0.167427 0.841699 0.5 +757 1 0.196748 0.840823 0.5 +758 1 0.229296 0.797945 0.5 +759 1 0.223347 0.828416 0.5 +760 1 0.252789 0.819684 0.5 +761 1 0.31849 0.831376 0.5 +762 2 0.347873 0.843831 0.5 +763 1 0.406784 0.84129 0.5 +764 1 0.426481 0.80725 0.5 +765 1 0.458583 0.813837 0.5 +766 1 0.437147 0.838518 0.5 +767 1 0.530742 0.842173 0.5 +768 1 0.575454 0.875655 0.5 +769 2 0.560346 0.850851 0.5 +770 2 0.649511 0.832733 0.5 +771 1 0.703001 0.87575 0.5 +772 2 0.712045 0.822946 0.5 +773 1 0.737509 0.839803 0.5 +774 2 0.743924 0.80479 0.5 +775 1 0.811575 0.851524 0.5 +776 1 0.822013 0.819637 0.5 +777 1 0.88205 0.822917 0.5 +778 1 0.916098 0.778801 0.5 +779 1 0.909683 0.810702 0.5 +780 1 0.967265 0.810131 0.5 +781 1 0.98842 0.867534 0.5 +782 1 0.0188494 0.860567 0.5 +783 2 0.0442846 0.850272 0.5 +784 1 0.102553 0.836769 0.5 +785 2 0.16713 0.890212 0.5 +786 1 0.186374 0.870052 0.5 +787 1 0.219817 0.861453 0.5 +788 1 0.239703 0.882395 0.5 +789 1 0.272009 0.869935 0.5 +790 1 0.300082 0.856129 0.5 +791 1 0.356976 0.877697 0.5 +792 1 0.329395 0.867258 0.5 +793 1 0.376276 0.900695 0.5 +794 1 0.417972 0.87061 0.5 +795 1 0.447771 0.871313 0.5 +796 1 0.506514 0.885556 0.5 +797 1 0.476875 0.881811 0.5 +798 1 0.58252 0.901517 0.5 +799 1 0.588526 0.821944 0.5 +800 1 0.646419 0.882843 0.5 +801 1 0.67866 0.892531 0.5 +802 1 0.732791 0.874426 0.5 +803 1 0.761777 0.86885 0.5 +804 1 0.777579 0.839384 0.5 +805 1 0.818337 0.883007 0.5 +806 1 0.839853 0.862826 0.5 +807 1 0.85218 0.833826 0.5 +808 1 0.91012 0.841612 0.5 +809 1 0.941995 0.828263 0.5 +810 1 0.968679 0.846787 0.5 +811 1 0.984749 0.899243 0.5 +812 1 0.0168215 0.893844 0.5 +813 2 0.047152 0.880145 0.5 +814 1 0.101672 0.866513 0.5 +815 1 0.124009 0.908709 0.5 +816 1 0.154449 0.917658 0.5 +817 1 0.210787 0.893504 0.5 +818 1 0.245625 0.850294 0.5 +819 2 0.249945 0.922232 0.5 +820 1 0.301165 0.886411 0.5 +821 1 0.36819 0.928022 0.5 +822 1 0.385197 0.868741 0.5 +823 1 0.335222 0.927324 0.5 +824 1 0.406246 0.897417 0.5 +825 1 0.466889 0.843527 0.5 +826 2 0.518015 0.912248 0.5 +827 1 0.538425 0.871622 0.5 +828 1 0.567805 0.931529 0.5 +829 1 0.592411 0.849713 0.5 +830 1 0.606361 0.88203 0.5 +831 2 0.676232 0.92113 0.5 +832 1 0.719261 0.903796 0.5 +833 1 0.735541 0.930261 0.5 +834 2 0.748025 0.899954 0.5 +835 1 0.788483 0.874256 0.5 +836 1 0.848871 0.892559 0.5 +837 1 0.881552 0.857452 0.5 +838 1 0.911595 0.874114 0.5 +839 1 0.938124 0.857052 0.5 +840 1 0.95999 0.876631 0.5 +841 2 0.0344066 0.937878 0.5 +842 2 0.0677487 0.937867 0.5 +843 1 0.0991169 0.921348 0.5 +844 1 0.106398 0.97919 0.5 +845 1 0.0986446 0.893729 0.5 +846 2 0.1652 0.945062 0.5 +847 1 0.183764 0.916579 0.5 +848 1 0.239704 0.951788 0.5 +849 1 0.272499 0.971296 0.5 +850 1 0.270064 0.898465 0.5 +851 1 0.331859 0.896816 0.5 +852 1 0.401864 0.927281 0.5 +853 1 0.391083 0.95522 0.5 +854 2 0.435344 0.929471 0.5 +855 2 0.478733 0.929985 0.5 +856 1 0.508845 0.940554 0.5 +857 1 0.5283 0.962903 0.5 +858 1 0.539046 0.932728 0.5 +859 2 0.612805 0.945481 0.5 +860 2 0.638503 0.960172 0.5 +861 1 0.703773 0.930027 0.5 +862 1 0.697612 0.967562 0.5 +863 1 0.727578 0.957867 0.5 +864 1 0.760967 0.947026 0.5 +865 1 0.823261 0.944654 0.5 +866 1 0.794927 0.905021 0.5 +867 2 0.901637 0.901851 0.5 +868 2 0.93011 0.898667 0.5 +869 2 0.919103 0.928401 0.5 +870 1 0.0115003 0.921535 0.5 +871 1 0.0025182 0.954005 0.5 +872 1 0.0476803 0.969408 0.5 +873 1 0.093167 0.953059 0.5 +874 1 0.0776183 0.986824 0.5 +875 1 0.131426 0.999957 0.5 +876 2 0.164318 0.999156 0.5 +877 1 0.195827 0.994877 0.5 +878 2 0.185527 0.964377 0.5 +879 1 0.245802 0.980205 0.5 +880 2 0.300001 0.964412 0.5 +881 2 0.302442 0.917206 0.5 +882 1 0.353175 0.953828 0.5 +883 1 0.443147 0.980735 0.5 +884 1 0.474895 0.98813 0.5 +885 1 0.453793 0.95133 0.5 +886 1 0.484273 0.959374 0.5 +887 1 0.547789 0.986587 0.5 +888 1 0.558194 0.959488 0.5 +889 1 0.586369 0.955144 0.5 +890 1 0.634437 0.991454 0.5 +891 1 0.665812 0.974819 0.5 +892 1 0.691678 0.99467 0.5 +893 1 0.720431 0.984805 0.5 +894 2 0.791597 0.000962113 0.5 +895 1 0.794608 0.937081 0.5 +896 1 0.828547 0.911897 0.5 +897 2 0.867406 0.954262 0.5 +898 1 0.888306 0.933353 0.5 +899 1 0.956208 0.99156 0.5 +900 2 0.98293 0.928999 0.5 +901 3 0.633906 0.589895 0.5 +902 4 0.645793 0.604889 0.5 +903 3 0.277361 0.520232 0.5 +904 4 0.25986 0.514505 0.5 +905 3 0.238978 0.140683 0.5 +906 4 0.238204 0.119813 0.5 +907 3 0.840769 0.578152 0.5 +908 4 0.836956 0.596848 0.5 +909 3 0.645857 0.850786 0.5 +910 4 0.627734 0.859248 0.5 +911 3 0.907826 0.237219 0.5 +912 4 0.927802 0.247877 0.5 +913 3 0.532496 0.901338 0.5 +914 4 0.553368 0.904545 0.5 +915 3 0.100363 0.405179 0.5 +916 4 0.119431 0.415551 0.5 +917 3 0.602193 0.383203 0.5 +918 4 0.606846 0.401325 0.5 +919 3 0.0270178 0.341513 0.5 +920 4 0.0193072 0.326965 0.5 +921 3 0.401511 0.383943 0.5 +922 4 0.396333 0.363342 0.5 +923 3 0.694171 0.214053 0.5 +924 4 0.702043 0.233742 0.5 +925 3 0.561532 0.832636 0.5 +926 4 0.546579 0.816385 0.5 +927 3 0.540727 0.48958 0.5 +928 4 0.530043 0.507861 0.5 +929 3 0.372625 0.200385 0.5 +930 4 0.379396 0.177456 0.5 +931 3 0.616777 0.703152 0.5 +932 4 0.603053 0.719711 0.5 +933 3 0.60954 0.335927 0.5 +934 4 0.628415 0.339868 0.5 +935 3 0.314352 0.950387 0.5 +936 4 0.293908 0.943008 0.5 +937 3 0.147641 0.947355 0.5 +938 4 0.129008 0.95772 0.5 +939 3 0.291813 0.325972 0.5 +940 4 0.309177 0.324926 0.5 +941 3 0.20579 0.548583 0.5 +942 4 0.201267 0.566 0.5 +943 3 0.436809 0.573937 0.5 +944 4 0.457972 0.573302 0.5 +945 3 0.8532 0.938466 0.5 +946 4 0.862177 0.919653 0.5 +947 3 0.146548 0.0631404 0.5 +948 4 0.129003 0.0521088 0.5 +949 3 0.0483313 0.922049 0.5 +950 4 0.0520932 0.902333 0.5 +951 3 0.973321 0.529182 0.5 +952 4 0.958744 0.540789 0.5 +953 3 0.796603 0.377962 0.5 +954 4 0.805171 0.396194 0.5 +955 3 0.636913 0.937414 0.5 +956 4 0.657275 0.943706 0.5 +957 3 0.765501 0.807209 0.5 +958 4 0.768242 0.785142 0.5 +959 3 0.205369 0.161181 0.5 +960 4 0.189409 0.175157 0.5 +961 3 0.572987 0.712004 0.5 +962 4 0.549357 0.715761 0.5 +963 3 0.491675 0.343425 0.5 +964 4 0.488813 0.361771 0.5 +965 3 0.837598 0.214502 0.5 +966 4 0.847005 0.23121 0.5 +967 3 0.947941 0.248705 0.5 +968 4 0.953056 0.26777 0.5 +969 3 0.404493 0.0148457 0.5 +970 4 0.416284 1.00028 0.5 +971 3 0.331701 0.609103 0.5 +972 4 0.336496 0.627676 0.5 +973 3 0.112093 0.656939 0.5 +974 4 0.132308 0.659219 0.5 +975 3 0.105165 0.155173 0.5 +976 4 0.104395 0.173293 0.5 +977 3 0.30019 0.703874 0.5 +978 4 0.306222 0.725554 0.5 +979 3 0.739051 0.148474 0.5 +980 4 0.754814 0.134542 0.5 +981 3 0.337388 0.120507 0.5 +982 4 0.349929 0.105203 0.5 +983 3 0.890717 0.328859 0.5 +984 4 0.870777 0.338781 0.5 +985 3 0.926972 0.945758 0.5 +986 4 0.938976 0.957652 0.5 +987 3 0.873651 0.441241 0.5 +988 4 0.860024 0.455581 0.5 +989 3 0.284962 0.923371 0.5 +990 4 0.276759 0.939089 0.5 +991 3 0.147381 0.887607 0.5 +992 4 0.130771 0.871379 0.5 +993 3 0.833272 0.0807756 0.5 +994 4 0.829837 0.063006 0.5 +995 3 0.171234 0.165843 0.5 +996 4 0.162006 0.187712 0.5 +997 3 0.833475 0.145715 0.5 +998 4 0.842471 0.125448 0.5 +999 3 0.963321 0.925561 0.5 +1000 4 0.943303 0.935552 0.5 +1001 3 0.7252 0.486312 0.5 +1002 4 0.716074 0.500812 0.5 +1003 3 0.384869 0.988213 0.5 +1004 4 0.401676 0.994781 0.5 +1005 3 0.958187 0.167201 0.5 +1006 4 0.963442 0.185577 0.5 +1007 3 0.0445892 0.356803 0.5 +1008 4 0.0610868 0.360633 0.5 +1009 3 0.77094 0.00125949 0.5 +1010 4 0.766878 0.982818 0.5 +1011 3 0.0630296 0.511273 0.5 +1012 4 0.0494167 0.500509 0.5 +1013 3 0.240102 0.364061 0.5 +1014 4 0.253775 0.350725 0.5 +1015 3 0.356687 0.517959 0.5 +1016 4 0.346147 0.530823 0.5 +1017 3 0.160477 0.978844 0.5 +1018 4 0.144708 0.966867 0.5 +1019 3 0.921338 0.417943 0.5 +1020 4 0.913454 0.434511 0.5 +1021 3 0.526655 0.278274 0.5 +1022 4 0.545109 0.288702 0.5 +1023 3 0.691486 0.521961 0.5 +1024 4 0.711253 0.515077 0.5 +1025 3 0.366047 0.832607 0.5 +1026 4 0.384303 0.824197 0.5 +1027 3 0.749608 0.306239 0.5 +1028 4 0.774801 0.30691 0.5 +1029 3 0.343571 0.500389 0.5 +1030 4 0.365693 0.498136 0.5 +1031 3 0.407641 0.732247 0.5 +1032 4 0.407934 0.713114 0.5 +1033 3 0.145191 0.176371 0.5 +1034 4 0.15049 0.197181 0.5 +1035 3 0.176643 0.279432 0.5 +1036 4 0.179527 0.259796 0.5 +1037 3 0.375974 0.688229 0.5 +1038 4 0.362043 0.679176 0.5 +1039 3 0.267148 0.423112 0.5 +1040 4 0.248413 0.422101 0.5 +1041 3 0.703348 0.255496 0.5 +1042 4 0.692234 0.275211 0.5 +1043 3 0.147794 0.840655 0.5 +1044 4 0.157042 0.860746 0.5 +1045 3 0.792983 0.321927 0.5 +1046 4 0.781191 0.335311 0.5 +1047 3 0.700558 0.0799628 0.5 +1048 4 0.72494 0.0768423 0.5 +1049 3 0.142096 0.035491 0.5 +1050 4 0.15788 0.0226563 0.5 +1051 3 0.310232 0.604001 0.5 +1052 4 0.293964 0.591347 0.5 +1053 3 0.447907 0.921929 0.5 +1054 4 0.435309 0.907671 0.5 +1055 3 0.182981 0.814562 0.5 +1056 4 0.200946 0.807048 0.5 +1057 3 0.803275 0.577146 0.5 +1058 4 0.781246 0.569385 0.5 +1059 3 0.517513 0.457654 0.5 +1060 4 0.518716 0.439464 0.5 +1061 3 0.5816 0.425222 0.5 +1062 4 0.59724 0.416306 0.5 +1063 3 0.499621 0.831381 0.5 +1064 4 0.497947 0.856988 0.5 +1065 3 0.657663 0.917517 0.5 +1066 4 0.636914 0.915376 0.5 +1067 3 0.783811 0.462593 0.5 +1068 4 0.762125 0.460657 0.5 +1069 3 0.941864 0.91602 0.5 +1070 4 0.95637 0.905079 0.5 +1071 3 0.0216594 0.54118 0.5 +1072 4 0.0112839 0.558504 0.5 +1073 3 0.767542 0.89803 0.5 +1074 4 0.763405 0.916913 0.5 +1075 3 0.691447 0.832863 0.5 +1076 4 0.706577 0.846272 0.5 +1077 3 0.25118 0.0457835 0.5 +1078 4 0.243594 0.0617105 0.5 +1079 3 0.216403 0.259973 0.5 +1080 4 0.197711 0.263671 0.5 +1081 3 0.234226 0.911473 0.5 +1082 4 0.223774 0.927615 0.5 +1083 3 0.0632275 0.871086 0.5 +1084 4 0.0684212 0.849904 0.5 +1085 3 0.69973 0.428292 0.5 +1086 4 0.712377 0.444033 0.5 +1087 3 0.291676 0.99567 0.5 +1088 4 0.307228 0.985854 0.5 +1089 3 0.0172039 0.796288 0.5 +1090 4 0.027259 0.814349 0.5 +1091 3 0.370146 0.808283 0.5 +1092 4 0.389432 0.805601 0.5 +1093 3 0.625147 0.214873 0.5 +1094 4 0.643154 0.220472 0.5 +1095 3 0.513111 0.676956 0.5 +1096 4 0.508838 0.655082 0.5 +1097 3 0.419164 0.584675 0.5 +1098 4 0.406097 0.577136 0.5 +1099 3 0.547842 0.649696 0.5 +1100 4 0.554537 0.627256 0.5 +1101 3 0.302413 0.346436 0.5 +1102 4 0.281569 0.351324 0.5 +1103 3 0.468818 0.399788 0.5 +1104 4 0.451939 0.397533 0.5 +1105 3 0.602744 0.930002 0.5 +1106 4 0.623081 0.922251 0.5 +1107 3 0.409584 0.179146 0.5 +1108 4 0.392833 0.190127 0.5 +1109 3 0.797226 0.766733 0.5 +1110 4 0.782499 0.78159 0.5 +1111 3 0.340811 0.420516 0.5 +1112 4 0.35588 0.432633 0.5 +1113 3 0.883601 0.460396 0.5 +1114 4 0.86543 0.469459 0.5 +1115 3 0.660654 0.231455 0.5 +1116 4 0.669425 0.212592 0.5 +1117 3 0.450454 0.297241 0.5 +1118 4 0.464799 0.283991 0.5 +1119 3 0.761719 0.0231135 0.5 +1120 4 0.74393 0.0207651 0.5 +1121 3 0.966018 0.451838 0.5 +1122 4 0.950488 0.444887 0.5 +1123 3 0.167858 0.470742 0.5 +1124 4 0.161767 0.451432 0.5 +1125 3 0.0147198 0.0308048 0.5 +1126 4 0.999259 0.0394165 0.5 +1127 3 0.313561 0.0246818 0.5 +1128 4 0.332337 0.0304087 0.5 +1129 3 0.0473993 0.811331 0.5 +1130 4 0.0330967 0.828081 0.5 +1131 3 0.590515 0.148703 0.5 +1132 4 0.603572 0.132877 0.5 +1133 3 0.585377 0.0986101 0.5 +1134 4 0.567814 0.0853043 0.5 +1135 3 0.272874 0.589041 0.5 +1136 4 0.258086 0.600204 0.5 +1137 3 0.0837139 0.0454462 0.5 +1138 4 0.107 0.0508438 0.5 +1139 3 0.310692 0.284613 0.5 +1140 4 0.297345 0.300853 0.5 +1141 3 0.300533 0.110811 0.5 +1142 4 0.31637 0.121796 0.5 +1143 3 0.192457 0.948475 0.5 +1144 4 0.209784 0.938512 0.5 +1145 3 0.930656 0.507771 0.5 +1146 4 0.951292 0.501383 0.5 +1147 3 0.285551 0.721178 0.5 +1148 4 0.294248 0.740178 0.5 +1149 3 0.470335 0.909379 0.5 +1150 4 0.492586 0.911039 0.5 +1151 3 0.728273 0.636851 0.5 +1152 4 0.751482 0.647184 0.5 +1153 3 0.47194 0.532518 0.5 +1154 4 0.468283 0.51542 0.5 +1155 3 0.81922 0.972314 0.5 +1156 4 0.810933 0.991196 0.5 +1157 3 0.372115 0.120966 0.5 +1158 4 0.365609 0.1063 0.5 +1159 3 0.685791 0.587799 0.5 +1160 4 0.696338 0.610564 0.5 +1161 3 0.394892 0.162881 0.5 +1162 4 0.403237 0.142255 0.5 +1163 3 0.801882 0.197944 0.5 +1164 4 0.817864 0.209176 0.5 +1165 3 0.186476 0.495449 0.5 +1166 4 0.201281 0.484609 0.5 +1167 3 0.204457 0.358233 0.5 +1168 4 0.221323 0.369255 0.5 +1169 3 0.579173 0.793315 0.5 +1170 4 0.586583 0.774187 0.5 +1171 3 0.428856 0.14614 0.5 +1172 4 0.415149 0.131642 0.5 +1173 3 0.971294 0.489447 0.5 +1174 4 0.96319 0.512138 0.5 +1175 3 0.661707 0.702756 0.5 +1176 4 0.647727 0.715712 0.5 +1177 3 0.993564 0.00423121 0.5 +1178 4 0.9963 0.0229278 0.5 +1179 3 0.210071 0.66633 0.5 +1180 4 0.219242 0.682764 0.5 +1181 3 0.83726 0.676982 0.5 +1182 4 0.836112 0.657247 0.5 +1183 3 0.630726 0.538946 0.5 +1184 4 0.647596 0.549436 0.5 +1185 3 0.519258 0.715641 0.5 +1186 4 0.535753 0.709172 0.5 +1187 3 0.882665 0.888469 0.5 +1188 4 0.873162 0.908886 0.5 +1189 3 0.754475 0.188522 0.5 +1190 4 0.738895 0.205424 0.5 +1191 3 0.0882336 0.300015 0.5 +1192 4 0.0691839 0.297993 0.5 +1193 3 0.395861 0.542146 0.5 +1194 4 0.398483 0.56222 0.5 +1195 3 0.995342 0.696756 0.5 +1196 4 0.977437 0.6831 0.5 +1197 3 0.0528048 0.834639 0.5 +1198 4 0.0705882 0.830808 0.5 +1199 3 0.0693508 0.91715 0.5 +1200 4 0.0666271 0.897913 0.5 +ITEM: TIMESTEP +500 +ITEM: NUMBER OF ATOMS +1200 +ITEM: BOX BOUNDS +0 35.8569 +0 35.8569 +-0.1 0.1 +ITEM: ATOMS +1 2 0.000620241 0.98514 0.5 +2 1 0.0532778 0.990002 0.5 +3 1 0.0480511 0.0263468 0.5 +4 1 0.0758131 0.0185038 0.5 +5 1 0.103177 0.00207319 0.5 +6 1 0.207843 0.0322221 0.5 +7 1 0.237791 0.0449155 0.5 +8 1 0.229375 0.0152471 0.5 +9 1 0.220932 0.98922 0.5 +10 2 0.329954 0.00790835 0.5 +11 1 0.336856 0.980188 0.5 +12 2 0.369502 0.981435 0.5 +13 1 0.422543 0.955114 0.5 +14 1 0.449232 0.0111958 0.5 +15 1 0.479628 0.00868649 0.5 +16 1 0.50097 0.987473 0.5 +17 1 0.510966 0.0136167 0.5 +18 1 0.600187 0.00484425 0.5 +19 1 0.60574 0.97661 0.5 +20 1 0.626378 0.0269928 0.5 +21 1 0.655304 0.0161376 0.5 +22 1 0.680651 0.0628079 0.5 +23 1 0.710868 0.0168744 0.5 +24 2 0.763253 0.0404446 0.5 +25 2 0.80179 0.962171 0.5 +26 1 0.838292 0.0403167 0.5 +27 1 0.854696 0.0108313 0.5 +28 1 0.841238 0.977254 0.5 +29 1 0.904551 0.9772 0.5 +30 1 0.977048 0.964729 0.5 +31 1 0.954673 0.0101353 0.5 +32 1 0.0268856 0.971094 0.5 +33 2 0.0262654 0.00573616 0.5 +34 1 0.0803085 0.0845648 0.5 +35 2 0.127417 0.021917 0.5 +36 1 0.207126 0.0646089 0.5 +37 1 0.180146 0.0511063 0.5 +38 2 0.276784 0.0443519 0.5 +39 1 0.257197 0.0223948 0.5 +40 2 0.284936 0.0128532 0.5 +41 1 0.390962 0.0561297 0.5 +42 2 0.379839 0.0286057 0.5 +43 1 0.42676 0.0365717 0.5 +44 1 0.463527 0.0370129 0.5 +45 1 0.481854 0.0687827 0.5 +46 1 0.497184 0.0424432 0.5 +47 1 0.542523 0.0219208 0.5 +48 1 0.576717 0.982372 0.5 +49 1 0.595338 0.0371862 0.5 +50 1 0.59325 0.0660015 0.5 +51 1 0.655402 0.0455178 0.5 +52 1 0.68201 0.0286858 0.5 +53 1 0.740938 0.0573723 0.5 +54 1 0.785178 0.061285 0.5 +55 1 0.797333 0.0316047 0.5 +56 1 0.824618 0.0125904 0.5 +57 1 0.89181 0.0112814 0.5 +58 1 0.874091 0.98743 0.5 +59 1 0.904747 0.039386 0.5 +60 1 0.926851 0.998587 0.5 +61 1 0.957067 0.0457199 0.5 +62 1 0.0356888 0.0541228 0.5 +63 2 0.0922071 0.0474207 0.5 +64 1 0.0872552 0.117986 0.5 +65 2 0.143409 0.0739492 0.5 +66 1 0.174173 0.0810181 0.5 +67 1 0.201984 0.0991692 0.5 +68 1 0.233875 0.0892162 0.5 +69 1 0.307184 0.0516783 0.5 +70 1 0.335506 0.0686036 0.5 +71 1 0.371302 0.080136 0.5 +72 1 0.359104 0.0101634 0.5 +73 1 0.419557 0.067092 0.5 +74 1 0.449578 0.0622751 0.5 +75 1 0.460293 0.0926819 0.5 +76 1 0.514392 0.0743362 0.5 +77 1 0.528118 0.0473849 0.5 +78 1 0.562035 0.0424616 0.5 +79 1 0.57225 0.0141894 0.5 +80 1 0.624006 0.0596261 0.5 +81 1 0.649359 0.077046 0.5 +82 2 0.697992 0.0906861 0.5 +83 1 0.70741 0.0467232 0.5 +84 1 0.765129 0.0820384 0.5 +85 1 0.812997 0.118716 0.5 +86 2 0.844767 0.118087 0.5 +87 1 0.859902 0.0663836 0.5 +88 1 0.873224 0.0378227 0.5 +89 1 0.890025 0.0673973 0.5 +90 1 0.932903 0.0312504 0.5 +91 1 0.999222 0.0646524 0.5 +92 1 0.0241468 0.0828777 0.5 +93 1 0.0524321 0.0883632 0.5 +94 1 0.0422492 0.114155 0.5 +95 1 0.108779 0.0963291 0.5 +96 1 0.137619 0.103251 0.5 +97 1 0.173985 0.109968 0.5 +98 1 0.287767 0.0762499 0.5 +99 1 0.262654 0.105026 0.5 +100 2 0.292109 0.112448 0.5 +101 1 0.313277 0.0884318 0.5 +102 1 0.357608 0.0473144 0.5 +103 2 0.393608 0.126516 0.5 +104 1 0.400012 0.0916358 0.5 +105 1 0.473368 0.121513 0.5 +106 1 0.491936 0.0997109 0.5 +107 1 0.547127 0.0699167 0.5 +108 1 0.548837 0.107283 0.5 +109 2 0.601441 0.115355 0.5 +110 1 0.612887 0.0874819 0.5 +111 1 0.636638 0.107561 0.5 +112 1 0.669345 0.0998164 0.5 +113 1 0.717793 0.118777 0.5 +114 1 0.801267 0.0881602 0.5 +115 1 0.795149 0.142959 0.5 +116 2 0.813187 0.171632 0.5 +117 1 0.875654 0.0915534 0.5 +118 1 0.904959 0.107913 0.5 +119 1 0.932256 0.0630027 0.5 +120 1 0.964049 0.0796702 0.5 +121 1 0.98387 0.131763 0.5 +122 1 0.00914187 0.115969 0.5 +123 1 0.0313285 0.142894 0.5 +124 1 0.0637056 0.136205 0.5 +125 2 0.0963977 0.144515 0.5 +126 1 0.153943 0.128823 0.5 +127 2 0.139935 0.156725 0.5 +128 1 0.199952 0.13347 0.5 +129 2 0.247402 0.154961 0.5 +130 1 0.26642 0.133377 0.5 +131 2 0.352062 0.143154 0.5 +132 1 0.348758 0.180309 0.5 +133 2 0.373014 0.166617 0.5 +134 1 0.42836 0.0973005 0.5 +135 1 0.499475 0.128974 0.5 +136 1 0.540078 0.139698 0.5 +137 1 0.519266 0.107013 0.5 +138 1 0.568595 0.129611 0.5 +139 1 0.617714 0.165323 0.5 +140 1 0.625402 0.136806 0.5 +141 1 0.658717 0.129096 0.5 +142 1 0.686972 0.123859 0.5 +143 1 0.706397 0.147921 0.5 +144 1 0.748396 0.116465 0.5 +145 1 0.783931 0.1713 0.5 +146 1 0.847202 0.168133 0.5 +147 1 0.875012 0.153157 0.5 +148 1 0.930912 0.124571 0.5 +149 1 0.931247 0.0938028 0.5 +150 1 0.990085 0.0949202 0.5 +151 2 0.974472 0.167442 0.5 +152 1 0.0290957 0.177769 0.5 +153 1 0.00577438 0.157576 0.5 +154 1 0.0578858 0.165736 0.5 +155 1 0.124501 0.129335 0.5 +156 1 0.110191 0.206489 0.5 +157 2 0.176403 0.151082 0.5 +158 1 0.23957 0.186772 0.5 +159 2 0.213677 0.165673 0.5 +160 1 0.288863 0.153602 0.5 +161 1 0.321803 0.155779 0.5 +162 2 0.418527 0.195079 0.5 +163 1 0.42781 0.225271 0.5 +164 2 0.438713 0.125728 0.5 +165 1 0.456904 0.150798 0.5 +166 1 0.516033 0.157542 0.5 +167 1 0.57684 0.188254 0.5 +168 2 0.565953 0.157471 0.5 +169 1 0.607656 0.197419 0.5 +170 1 0.638776 0.191593 0.5 +171 1 0.647401 0.15998 0.5 +172 1 0.677382 0.154564 0.5 +173 2 0.754038 0.166536 0.5 +174 1 0.781302 0.116142 0.5 +175 2 0.766697 0.194128 0.5 +176 2 0.846423 0.203336 0.5 +177 1 0.871371 0.186153 0.5 +178 1 0.876651 0.122981 0.5 +179 1 0.95699 0.140248 0.5 +180 1 0.962988 0.109109 0.5 +181 1 0.00203248 0.186553 0.5 +182 1 0.0121158 0.216037 0.5 +183 1 0.0856745 0.176146 0.5 +184 1 0.0693683 0.205912 0.5 +185 1 0.0958053 0.233108 0.5 +186 1 0.1528 0.228031 0.5 +187 1 0.180012 0.21308 0.5 +188 1 0.211703 0.196506 0.5 +189 1 0.269057 0.174447 0.5 +190 1 0.298478 0.207541 0.5 +191 1 0.305117 0.178454 0.5 +192 2 0.367571 0.209048 0.5 +193 1 0.450215 0.206551 0.5 +194 1 0.442894 0.177666 0.5 +195 1 0.48655 0.156827 0.5 +196 1 0.485552 0.205491 0.5 +197 1 0.517302 0.189709 0.5 +198 1 0.584786 0.216556 0.5 +199 1 0.553829 0.204249 0.5 +200 1 0.634869 0.251307 0.5 +201 2 0.684462 0.252449 0.5 +202 1 0.689564 0.181543 0.5 +203 1 0.719175 0.174155 0.5 +204 1 0.760452 0.229847 0.5 +205 2 0.794943 0.21999 0.5 +206 1 0.898768 0.201279 0.5 +207 1 0.900539 0.172516 0.5 +208 1 0.902836 0.14001 0.5 +209 1 0.927079 0.154979 0.5 +210 1 0.952557 0.216942 0.5 +211 1 0.982783 0.212488 0.5 +212 1 0.0405082 0.204912 0.5 +213 1 0.0636912 0.235522 0.5 +214 1 0.111811 0.259134 0.5 +215 1 0.138039 0.290373 0.5 +216 1 0.125164 0.234612 0.5 +217 1 0.208828 0.228396 0.5 +218 1 0.237766 0.219286 0.5 +219 1 0.266988 0.204967 0.5 +220 1 0.28192 0.263273 0.5 +221 1 0.295964 0.23525 0.5 +222 1 0.376579 0.236238 0.5 +223 1 0.399196 0.217104 0.5 +224 1 0.441745 0.252661 0.5 +225 1 0.472061 0.180082 0.5 +226 1 0.493606 0.237232 0.5 +227 1 0.519527 0.221827 0.5 +228 1 0.542119 0.176171 0.5 +229 1 0.576433 0.243191 0.5 +230 2 0.611825 0.229575 0.5 +231 1 0.606032 0.261085 0.5 +232 2 0.701961 0.207087 0.5 +233 2 0.723894 0.272111 0.5 +234 1 0.730488 0.238441 0.5 +235 1 0.784838 0.253771 0.5 +236 1 0.862451 0.249989 0.5 +237 1 0.873912 0.221347 0.5 +238 2 0.89464 0.242734 0.5 +239 1 0.927334 0.190899 0.5 +240 2 0.964302 0.245844 0.5 +241 1 0.0317125 0.238775 0.5 +242 1 0.0508448 0.263983 0.5 +243 1 0.081355 0.260438 0.5 +244 1 0.0347125 0.29121 0.5 +245 2 0.0980124 0.289897 0.5 +246 1 0.141613 0.259454 0.5 +247 2 0.2276 0.252349 0.5 +248 1 0.253757 0.271498 0.5 +249 1 0.261632 0.238629 0.5 +250 1 0.321632 0.265141 0.5 +251 1 0.325225 0.233092 0.5 +252 1 0.378806 0.266571 0.5 +253 1 0.404772 0.248929 0.5 +254 1 0.4732 0.258617 0.5 +255 1 0.462869 0.231494 0.5 +256 1 0.49937 0.274932 0.5 +257 2 0.519092 0.253323 0.5 +258 1 0.547126 0.23575 0.5 +259 1 0.573745 0.271287 0.5 +260 1 0.658947 0.269252 0.5 +261 1 0.646921 0.32872 0.5 +262 2 0.746842 0.295657 0.5 +263 1 0.75436 0.260477 0.5 +264 1 0.775666 0.279964 0.5 +265 1 0.814579 0.240537 0.5 +266 1 0.835366 0.263627 0.5 +267 1 0.88749 0.273247 0.5 +268 1 0.91093 0.294878 0.5 +269 1 0.918274 0.265344 0.5 +270 1 0.996427 0.241749 0.5 +271 1 0.971683 0.299602 0.5 +272 1 0.987119 0.272955 0.5 +273 1 0.00736306 0.298754 0.5 +274 1 0.118327 0.317035 0.5 +275 2 0.165081 0.277494 0.5 +276 1 0.189405 0.296235 0.5 +277 1 0.217679 0.287043 0.5 +278 1 0.241414 0.304462 0.5 +279 1 0.27169 0.296204 0.5 +280 1 0.326997 0.197928 0.5 +281 1 0.349418 0.250702 0.5 +282 1 0.34678 0.280398 0.5 +283 1 0.401946 0.284908 0.5 +284 2 0.430819 0.281369 0.5 +285 1 0.455267 0.320799 0.5 +286 1 0.482919 0.310201 0.5 +287 1 0.510341 0.302597 0.5 +288 1 0.536348 0.320574 0.5 +289 1 0.566826 0.3005 0.5 +290 1 0.630132 0.282153 0.5 +291 1 0.65408 0.298378 0.5 +292 1 0.683998 0.303934 0.5 +293 1 0.71736 0.30687 0.5 +294 2 0.79633 0.301906 0.5 +295 1 0.806789 0.27188 0.5 +296 1 0.828752 0.293871 0.5 +297 1 0.857508 0.282616 0.5 +298 1 0.925552 0.330042 0.5 +299 1 0.941364 0.300404 0.5 +300 1 0.954523 0.330684 0.5 +301 1 0.984517 0.327535 0.5 +302 1 0.0172687 0.265313 0.5 +303 1 0.0454682 0.319611 0.5 +304 1 0.150787 0.316469 0.5 +305 1 0.181172 0.322982 0.5 +306 2 0.205243 0.342255 0.5 +307 1 0.164353 0.351582 0.5 +308 1 0.214827 0.316168 0.5 +309 2 0.238927 0.337344 0.5 +310 2 0.326913 0.333349 0.5 +311 2 0.321548 0.299423 0.5 +312 1 0.347604 0.313054 0.5 +313 1 0.357981 0.339834 0.5 +314 1 0.372865 0.295992 0.5 +315 1 0.415549 0.317586 0.5 +316 1 0.516581 0.368168 0.5 +317 2 0.502623 0.343329 0.5 +318 1 0.563872 0.33191 0.5 +319 1 0.600213 0.295961 0.5 +320 1 0.624633 0.311293 0.5 +321 1 0.680584 0.335477 0.5 +322 1 0.710886 0.341389 0.5 +323 1 0.720035 0.372599 0.5 +324 1 0.741519 0.34583 0.5 +325 1 0.81862 0.322973 0.5 +326 1 0.837748 0.348443 0.5 +327 1 0.847417 0.316489 0.5 +328 2 0.879484 0.304503 0.5 +329 1 0.942797 0.359872 0.5 +330 1 0.971447 0.355469 0.5 +331 1 0.0242044 0.400102 0.5 +332 2 0.00862118 0.348149 0.5 +333 2 0.0314254 0.36846 0.5 +334 1 0.0754558 0.33806 0.5 +335 1 0.107199 0.345496 0.5 +336 1 0.137181 0.345421 0.5 +337 1 0.209642 0.436381 0.5 +338 1 0.228901 0.410039 0.5 +339 2 0.263573 0.32314 0.5 +340 1 0.305455 0.367873 0.5 +341 1 0.339125 0.363006 0.5 +342 1 0.366533 0.372309 0.5 +343 2 0.399904 0.378843 0.5 +344 1 0.385115 0.324988 0.5 +345 1 0.42998 0.344334 0.5 +346 1 0.518004 0.397331 0.5 +347 1 0.540383 0.349811 0.5 +348 1 0.569332 0.366358 0.5 +349 2 0.594369 0.325331 0.5 +350 1 0.63652 0.378626 0.5 +351 1 0.659534 0.356319 0.5 +352 1 0.68774 0.362835 0.5 +353 1 0.726916 0.406199 0.5 +354 1 0.748955 0.376743 0.5 +355 1 0.806435 0.354854 0.5 +356 1 0.827336 0.378156 0.5 +357 1 0.861495 0.366947 0.5 +358 1 0.88929 0.377027 0.5 +359 1 0.911726 0.357302 0.5 +360 1 0.996542 0.375174 0.5 +361 1 0.990073 0.403816 0.5 +362 1 0.0596102 0.399475 0.5 +363 2 0.0908094 0.401453 0.5 +364 1 0.0876146 0.371206 0.5 +365 1 0.117701 0.374065 0.5 +366 1 0.148232 0.377708 0.5 +367 1 0.191016 0.378457 0.5 +368 1 0.251137 0.388953 0.5 +369 1 0.28367 0.390949 0.5 +370 1 0.314058 0.403516 0.5 +371 2 0.346854 0.396792 0.5 +372 1 0.379771 0.397996 0.5 +373 1 0.421483 0.402245 0.5 +374 1 0.434504 0.375539 0.5 +375 1 0.454886 0.355465 0.5 +376 2 0.492407 0.385211 0.5 +377 1 0.544519 0.383523 0.5 +378 2 0.568568 0.400268 0.5 +379 2 0.606226 0.362028 0.5 +380 1 0.638348 0.405965 0.5 +381 1 0.665808 0.386275 0.5 +382 1 0.666086 0.418063 0.5 +383 1 0.694805 0.395779 0.5 +384 1 0.757548 0.405981 0.5 +385 1 0.777413 0.353758 0.5 +386 1 0.824468 0.405687 0.5 +387 1 0.854167 0.398952 0.5 +388 1 0.921387 0.390101 0.5 +389 1 0.945404 0.407302 0.5 +390 1 0.965084 0.384038 0.5 +391 1 0.00891412 0.426332 0.5 +392 1 0.0411346 0.423886 0.5 +393 1 0.0734071 0.428644 0.5 +394 1 0.0693849 0.455557 0.5 +395 1 0.102407 0.429452 0.5 +396 1 0.167822 0.401603 0.5 +397 1 0.199734 0.406185 0.5 +398 1 0.179025 0.430849 0.5 +399 2 0.289611 0.419564 0.5 +400 1 0.317768 0.432852 0.5 +401 1 0.341001 0.454357 0.5 +402 1 0.405479 0.457108 0.5 +403 1 0.390696 0.425303 0.5 +404 1 0.424814 0.430838 0.5 +405 1 0.456614 0.424766 0.5 +406 1 0.487352 0.41692 0.5 +407 1 0.541621 0.414561 0.5 +408 1 0.603659 0.463457 0.5 +409 1 0.613621 0.428659 0.5 +410 1 0.632554 0.467774 0.5 +411 1 0.644005 0.439023 0.5 +412 1 0.664258 0.460766 0.5 +413 2 0.695381 0.42713 0.5 +414 1 0.745337 0.436052 0.5 +415 1 0.831193 0.457205 0.5 +416 2 0.778373 0.386434 0.5 +417 1 0.890937 0.407339 0.5 +418 2 0.921779 0.446865 0.5 +419 2 0.899881 0.47897 0.5 +420 2 0.971785 0.452492 0.5 +421 1 0.00269233 0.461501 0.5 +422 1 0.0364166 0.455148 0.5 +423 1 0.0543031 0.481738 0.5 +424 1 0.0870489 0.483639 0.5 +425 1 0.108813 0.461364 0.5 +426 1 0.13391 0.446865 0.5 +427 2 0.202387 0.500768 0.5 +428 1 0.261124 0.478568 0.5 +429 1 0.242242 0.456283 0.5 +430 1 0.280597 0.451073 0.5 +431 2 0.328776 0.484383 0.5 +432 1 0.374195 0.449383 0.5 +433 1 0.428892 0.476752 0.5 +434 1 0.467863 0.479286 0.5 +435 1 0.448483 0.455545 0.5 +436 1 0.478895 0.447815 0.5 +437 2 0.532005 0.442577 0.5 +438 1 0.57433 0.452113 0.5 +439 1 0.581199 0.485486 0.5 +440 1 0.61251 0.49218 0.5 +441 1 0.641433 0.498555 0.5 +442 1 0.695433 0.470675 0.5 +443 2 0.748075 0.466196 0.5 +444 1 0.774293 0.429328 0.5 +445 1 0.806826 0.433616 0.5 +446 1 0.83896 0.42887 0.5 +447 2 0.866696 0.426915 0.5 +448 1 0.917485 0.502516 0.5 +449 1 0.935095 0.475767 0.5 +450 2 0.981893 0.483624 0.5 +451 1 0.0113817 0.510828 0.5 +452 2 0.0298962 0.542273 0.5 +453 1 0.0262743 0.486258 0.5 +454 1 0.137182 0.476744 0.5 +455 2 0.175895 0.485354 0.5 +456 1 0.145775 0.514059 0.5 +457 1 0.174082 0.517031 0.5 +458 1 0.232083 0.502142 0.5 +459 1 0.233267 0.53257 0.5 +460 2 0.297023 0.532066 0.5 +461 1 0.309255 0.462082 0.5 +462 1 0.325154 0.520484 0.5 +463 1 0.398621 0.48699 0.5 +464 2 0.409389 0.539218 0.5 +465 1 0.492839 0.505264 0.5 +466 1 0.499708 0.47672 0.5 +467 2 0.553074 0.472749 0.5 +468 1 0.561568 0.510117 0.5 +469 1 0.591081 0.51194 0.5 +470 2 0.631016 0.531195 0.5 +471 1 0.662439 0.523788 0.5 +472 1 0.673835 0.492991 0.5 +473 1 0.788507 0.50555 0.5 +474 1 0.793882 0.535256 0.5 +475 2 0.785972 0.477684 0.5 +476 1 0.878189 0.533244 0.5 +477 1 0.873903 0.497556 0.5 +478 1 0.844983 0.530256 0.5 +479 1 0.913228 0.535476 0.5 +480 2 0.992298 0.534686 0.5 +481 1 0.0469626 0.566925 0.5 +482 1 0.0624396 0.539883 0.5 +483 2 0.0792233 0.512378 0.5 +484 1 0.115042 0.497298 0.5 +485 1 0.0911745 0.539342 0.5 +486 1 0.143903 0.544335 0.5 +487 2 0.200419 0.530843 0.5 +488 1 0.237353 0.564698 0.5 +489 1 0.261679 0.54798 0.5 +490 1 0.285863 0.565235 0.5 +491 1 0.316565 0.554544 0.5 +492 1 0.299369 0.496828 0.5 +493 2 0.383505 0.518023 0.5 +494 1 0.440865 0.533783 0.5 +495 1 0.422809 0.508783 0.5 +496 1 0.504687 0.537997 0.5 +497 1 0.55189 0.567363 0.5 +498 1 0.581035 0.569337 0.5 +499 1 0.569917 0.541034 0.5 +500 1 0.602135 0.541274 0.5 +501 1 0.689197 0.544432 0.5 +502 1 0.748876 0.569394 0.5 +503 1 0.755785 0.495094 0.5 +504 1 0.748763 0.539823 0.5 +505 1 0.81528 0.487299 0.5 +506 1 0.843411 0.500046 0.5 +507 1 0.897584 0.563845 0.5 +508 1 0.93592 0.557514 0.5 +509 1 0.925685 0.586233 0.5 +510 2 0.943225 0.52598 0.5 +511 1 0.98966 0.599662 0.5 +512 1 0.0808245 0.567262 0.5 +513 1 0.111565 0.587837 0.5 +514 1 0.113568 0.558414 0.5 +515 1 0.117884 0.52779 0.5 +516 1 0.140786 0.572605 0.5 +517 1 0.173271 0.548458 0.5 +518 1 0.226442 0.591751 0.5 +519 2 0.256933 0.585569 0.5 +520 2 0.351735 0.606481 0.5 +521 2 0.31002 0.585028 0.5 +522 1 0.342566 0.573705 0.5 +523 1 0.360838 0.552365 0.5 +524 2 0.424229 0.566617 0.5 +525 1 0.521545 0.563152 0.5 +526 2 0.472096 0.545738 0.5 +527 1 0.540434 0.537757 0.5 +528 1 0.565968 0.593953 0.5 +529 1 0.598512 0.601488 0.5 +530 1 0.616059 0.575167 0.5 +531 2 0.717288 0.528565 0.5 +532 1 0.721936 0.557561 0.5 +533 1 0.776896 0.559362 0.5 +534 1 0.819459 0.552665 0.5 +535 1 0.816632 0.51965 0.5 +536 2 0.850185 0.560159 0.5 +537 1 0.875086 0.585406 0.5 +538 1 0.900082 0.601097 0.5 +539 1 0.947653 0.607159 0.5 +540 1 0.974112 0.573095 0.5 +541 1 0.0217694 0.581308 0.5 +542 1 0.0539365 0.595052 0.5 +543 1 0.0836215 0.601272 0.5 +544 1 0.111305 0.616799 0.5 +545 1 0.138327 0.603291 0.5 +546 1 0.1648 0.616601 0.5 +547 1 0.171265 0.581712 0.5 +548 1 0.194772 0.600598 0.5 +549 1 0.250307 0.641324 0.5 +550 1 0.285372 0.626906 0.5 +551 1 0.373281 0.582412 0.5 +552 1 0.398002 0.638796 0.5 +553 2 0.41272 0.612376 0.5 +554 1 0.445378 0.611274 0.5 +555 1 0.474942 0.598793 0.5 +556 1 0.506783 0.596543 0.5 +557 1 0.5362 0.593147 0.5 +558 1 0.591129 0.630138 0.5 +559 1 0.621511 0.621321 0.5 +560 2 0.647012 0.574574 0.5 +561 2 0.683672 0.594348 0.5 +562 1 0.772193 0.592339 0.5 +563 1 0.73566 0.596287 0.5 +564 1 0.755476 0.619364 0.5 +565 2 0.807432 0.599778 0.5 +566 1 0.813942 0.626801 0.5 +567 1 0.870089 0.617985 0.5 +568 1 0.894013 0.633924 0.5 +569 1 0.922785 0.622361 0.5 +570 1 0.976743 0.62443 0.5 +571 1 0.0271415 0.615248 0.5 +572 1 0.0583508 0.626178 0.5 +573 1 0.0678682 0.657207 0.5 +574 1 0.0861922 0.635173 0.5 +575 1 0.138419 0.634211 0.5 +576 1 0.168719 0.64991 0.5 +577 1 0.1926 0.63087 0.5 +578 1 0.225959 0.622147 0.5 +579 1 0.277505 0.655542 0.5 +580 1 0.30917 0.64886 0.5 +581 1 0.382908 0.612374 0.5 +582 1 0.374993 0.659131 0.5 +583 1 0.416061 0.663542 0.5 +584 1 0.43403 0.638783 0.5 +585 1 0.483716 0.659283 0.5 +586 1 0.492224 0.566332 0.5 +587 2 0.538439 0.648197 0.5 +588 1 0.583471 0.660663 0.5 +589 1 0.612857 0.650383 0.5 +590 1 0.680226 0.626863 0.5 +591 1 0.700184 0.648458 0.5 +592 1 0.693017 0.688492 0.5 +593 2 0.707635 0.611225 0.5 +594 1 0.770611 0.667777 0.5 +595 1 0.78392 0.622324 0.5 +596 1 0.842522 0.637851 0.5 +597 1 0.868454 0.648516 0.5 +598 1 0.893894 0.665564 0.5 +599 1 0.922367 0.651937 0.5 +600 1 0.949383 0.638296 0.5 +601 1 0.0094859 0.666196 0.5 +602 1 0.0349053 0.64836 0.5 +603 1 0.0775225 0.685376 0.5 +604 2 0.105825 0.673739 0.5 +605 1 0.159219 0.678631 0.5 +606 2 0.194543 0.66296 0.5 +607 1 0.217907 0.709722 0.5 +608 1 0.253887 0.673316 0.5 +609 1 0.279047 0.691394 0.5 +610 1 0.307649 0.681054 0.5 +611 1 0.345657 0.659448 0.5 +612 1 0.363626 0.633591 0.5 +613 1 0.462401 0.637784 0.5 +614 1 0.446508 0.666419 0.5 +615 1 0.492152 0.628476 0.5 +616 1 0.520448 0.623796 0.5 +617 1 0.555261 0.672728 0.5 +618 1 0.606918 0.680273 0.5 +619 1 0.652487 0.634368 0.5 +620 1 0.640505 0.661833 0.5 +621 1 0.671403 0.660918 0.5 +622 1 0.721986 0.671768 0.5 +623 1 0.749453 0.685203 0.5 +624 1 0.801227 0.681586 0.5 +625 1 0.79762 0.653073 0.5 +626 2 0.831382 0.690759 0.5 +627 1 0.865729 0.68574 0.5 +628 1 0.92045 0.685421 0.5 +629 1 0.951656 0.672038 0.5 +630 1 0.00561009 0.635454 0.5 +631 2 0.0105022 0.69666 0.5 +632 1 0.0375524 0.676645 0.5 +633 1 0.0534464 0.701125 0.5 +634 1 0.131336 0.69331 0.5 +635 1 0.159658 0.714272 0.5 +636 1 0.186954 0.693396 0.5 +637 1 0.186681 0.7236 0.5 +638 1 0.247533 0.703009 0.5 +639 2 0.30909 0.712954 0.5 +640 1 0.335682 0.751037 0.5 +641 1 0.33568 0.691253 0.5 +642 1 0.349577 0.717012 0.5 +643 2 0.403148 0.694935 0.5 +644 1 0.435875 0.698734 0.5 +645 1 0.498167 0.689496 0.5 +646 2 0.511557 0.718685 0.5 +647 2 0.529795 0.693887 0.5 +648 1 0.583983 0.751238 0.5 +649 2 0.569101 0.700863 0.5 +650 2 0.636958 0.690295 0.5 +651 1 0.643863 0.751267 0.5 +652 1 0.695814 0.720461 0.5 +653 1 0.720302 0.703184 0.5 +654 1 0.777528 0.696765 0.5 +655 1 0.806131 0.709956 0.5 +656 1 0.8619 0.713782 0.5 +657 1 0.891463 0.696875 0.5 +658 1 0.916111 0.714448 0.5 +659 1 0.944282 0.706401 0.5 +660 1 0.977636 0.654465 0.5 +661 1 0.994755 0.738198 0.5 +662 1 0.0225779 0.727342 0.5 +663 1 0.103424 0.702274 0.5 +664 1 0.132485 0.726039 0.5 +665 1 0.129409 0.757203 0.5 +666 1 0.160499 0.742567 0.5 +667 1 0.21308 0.777619 0.5 +668 1 0.213844 0.737985 0.5 +669 1 0.243407 0.734356 0.5 +670 2 0.274847 0.719587 0.5 +671 1 0.36859 0.750582 0.5 +672 1 0.379515 0.72061 0.5 +673 1 0.450023 0.726641 0.5 +674 1 0.468972 0.69076 0.5 +675 1 0.48034 0.725841 0.5 +676 1 0.524951 0.750627 0.5 +677 1 0.554982 0.765346 0.5 +678 1 0.612867 0.744444 0.5 +679 2 0.634778 0.72108 0.5 +680 1 0.655668 0.820684 0.5 +681 1 0.674699 0.748526 0.5 +682 1 0.749597 0.714989 0.5 +683 1 0.74832 0.746302 0.5 +684 1 0.780401 0.725826 0.5 +685 1 0.830459 0.724196 0.5 +686 1 0.831459 0.766852 0.5 +687 1 0.889727 0.729485 0.5 +688 1 0.912521 0.746169 0.5 +689 1 0.939579 0.7351 0.5 +690 1 0.969899 0.720104 0.5 +691 1 0.997812 0.769574 0.5 +692 1 0.0254291 0.754927 0.5 +693 1 0.0787508 0.716708 0.5 +694 1 0.0765393 0.746768 0.5 +695 1 0.103779 0.734765 0.5 +696 1 0.155817 0.77441 0.5 +697 1 0.266938 0.752295 0.5 +698 1 0.260703 0.783694 0.5 +699 1 0.290729 0.776461 0.5 +700 1 0.32097 0.77677 0.5 +701 1 0.350266 0.780503 0.5 +702 1 0.378238 0.78062 0.5 +703 2 0.398902 0.753493 0.5 +704 1 0.405937 0.787891 0.5 +705 1 0.462827 0.753267 0.5 +706 1 0.493501 0.753732 0.5 +707 1 0.531603 0.780723 0.5 +708 2 0.572129 0.795494 0.5 +709 1 0.625027 0.77442 0.5 +710 1 0.630545 0.84076 0.5 +711 1 0.650065 0.784292 0.5 +712 1 0.703107 0.760192 0.5 +713 1 0.722895 0.734589 0.5 +714 2 0.780583 0.755729 0.5 +715 1 0.808845 0.742756 0.5 +716 1 0.860936 0.773155 0.5 +717 1 0.86089 0.743826 0.5 +718 1 0.886798 0.759539 0.5 +719 1 0.938273 0.76769 0.5 +720 1 0.967189 0.750753 0.5 +721 2 0.996812 0.802873 0.5 +722 1 0.0528637 0.732083 0.5 +723 2 0.068735 0.792618 0.5 +724 1 0.0997806 0.766905 0.5 +725 1 0.12361 0.787959 0.5 +726 2 0.186163 0.790452 0.5 +727 1 0.184349 0.761405 0.5 +728 1 0.240429 0.764617 0.5 +729 1 0.280425 0.806341 0.5 +730 1 0.284481 0.838273 0.5 +731 1 0.309752 0.802408 0.5 +732 2 0.340592 0.810887 0.5 +733 1 0.437245 0.787093 0.5 +734 1 0.431378 0.75677 0.5 +735 1 0.468618 0.785321 0.5 +736 2 0.488962 0.811293 0.5 +737 1 0.501583 0.781554 0.5 +738 1 0.519989 0.808413 0.5 +739 1 0.62641 0.803419 0.5 +740 1 0.672327 0.88084 0.5 +741 1 0.687804 0.813739 0.5 +742 1 0.680506 0.782432 0.5 +743 1 0.71051 0.793359 0.5 +744 1 0.730311 0.769806 0.5 +745 1 0.796047 0.814785 0.5 +746 1 0.817299 0.793488 0.5 +747 1 0.848408 0.799575 0.5 +748 1 0.883966 0.792191 0.5 +749 1 0.940676 0.79879 0.5 +750 1 0.968549 0.780223 0.5 +751 1 0.990569 0.834155 0.5 +752 1 0.0514131 0.767269 0.5 +753 1 0.0959306 0.802914 0.5 +754 1 0.125553 0.823994 0.5 +755 1 0.149489 0.801982 0.5 +756 2 0.169151 0.837086 0.5 +757 1 0.200054 0.835282 0.5 +758 1 0.232009 0.803901 0.5 +759 1 0.229874 0.833966 0.5 +760 1 0.256794 0.82387 0.5 +761 1 0.315694 0.832656 0.5 +762 2 0.351266 0.837711 0.5 +763 1 0.40927 0.849062 0.5 +764 1 0.421734 0.811333 0.5 +765 1 0.452467 0.815367 0.5 +766 1 0.44137 0.848825 0.5 +767 1 0.528742 0.842773 0.5 +768 1 0.58279 0.865132 0.5 +769 2 0.560328 0.840314 0.5 +770 2 0.675984 0.847819 0.5 +771 1 0.703739 0.878694 0.5 +772 2 0.714601 0.823118 0.5 +773 1 0.742895 0.83837 0.5 +774 2 0.738156 0.799559 0.5 +775 1 0.800728 0.846079 0.5 +776 1 0.825234 0.820576 0.5 +777 1 0.884119 0.825696 0.5 +778 1 0.910866 0.781052 0.5 +779 1 0.909099 0.811859 0.5 +780 1 0.967098 0.81274 0.5 +781 1 0.987433 0.863169 0.5 +782 1 0.0164756 0.855136 0.5 +783 2 0.0356109 0.83395 0.5 +784 1 0.0936888 0.832743 0.5 +785 2 0.16957 0.886415 0.5 +786 1 0.192645 0.864498 0.5 +787 1 0.224045 0.863561 0.5 +788 1 0.242298 0.885287 0.5 +789 1 0.27535 0.873391 0.5 +790 1 0.303151 0.861734 0.5 +791 1 0.360689 0.870249 0.5 +792 1 0.33349 0.85975 0.5 +793 1 0.374465 0.898488 0.5 +794 1 0.424802 0.87415 0.5 +795 1 0.45502 0.877632 0.5 +796 1 0.520457 0.873851 0.5 +797 1 0.487307 0.876642 0.5 +798 1 0.58054 0.892733 0.5 +799 1 0.597775 0.835418 0.5 +800 1 0.648617 0.899005 0.5 +801 1 0.681272 0.908313 0.5 +802 1 0.730933 0.883761 0.5 +803 1 0.753983 0.867951 0.5 +804 1 0.773572 0.835647 0.5 +805 1 0.816973 0.877618 0.5 +806 1 0.831395 0.850229 0.5 +807 1 0.853906 0.831655 0.5 +808 1 0.908143 0.841529 0.5 +809 1 0.937147 0.829527 0.5 +810 1 0.960964 0.847802 0.5 +811 1 0.985637 0.900522 0.5 +812 1 0.0149886 0.885531 0.5 +813 2 0.0442941 0.871571 0.5 +814 1 0.116075 0.858537 0.5 +815 1 0.129139 0.919002 0.5 +816 1 0.159296 0.916595 0.5 +817 1 0.208709 0.891201 0.5 +818 1 0.253485 0.854182 0.5 +819 2 0.261352 0.933543 0.5 +820 1 0.309114 0.889232 0.5 +821 1 0.37158 0.927595 0.5 +822 1 0.392238 0.872986 0.5 +823 1 0.345219 0.918769 0.5 +824 1 0.404008 0.89832 0.5 +825 1 0.47017 0.847755 0.5 +826 2 0.508907 0.903203 0.5 +827 1 0.552855 0.86918 0.5 +828 1 0.569923 0.924786 0.5 +829 1 0.611083 0.869382 0.5 +830 1 0.61799 0.898752 0.5 +831 2 0.678538 0.937477 0.5 +832 1 0.709362 0.915278 0.5 +833 1 0.73313 0.937863 0.5 +834 2 0.745875 0.90952 0.5 +835 1 0.784057 0.872667 0.5 +836 1 0.846989 0.874103 0.5 +837 1 0.874454 0.855477 0.5 +838 1 0.907621 0.872297 0.5 +839 1 0.935432 0.860155 0.5 +840 1 0.960777 0.883591 0.5 +841 2 0.0310484 0.935994 0.5 +842 2 0.0647815 0.927712 0.5 +843 1 0.0978815 0.922803 0.5 +844 1 0.110652 0.970146 0.5 +845 1 0.0997761 0.89405 0.5 +846 2 0.17268 0.942395 0.5 +847 1 0.195628 0.921477 0.5 +848 1 0.240229 0.964335 0.5 +849 1 0.275741 0.966626 0.5 +850 1 0.270959 0.902838 0.5 +851 1 0.336882 0.888786 0.5 +852 1 0.400091 0.930943 0.5 +853 1 0.386839 0.956732 0.5 +854 2 0.428991 0.921161 0.5 +855 2 0.473032 0.927568 0.5 +856 1 0.506997 0.932951 0.5 +857 1 0.518926 0.962372 0.5 +858 1 0.537106 0.936042 0.5 +859 2 0.605334 0.946957 0.5 +860 2 0.634803 0.966198 0.5 +861 1 0.705664 0.952578 0.5 +862 1 0.681052 0.967916 0.5 +863 1 0.736138 0.970431 0.5 +864 1 0.770003 0.952667 0.5 +865 1 0.821573 0.937682 0.5 +866 1 0.801242 0.901191 0.5 +867 2 0.890804 0.8986 0.5 +868 2 0.927419 0.895598 0.5 +869 2 0.901035 0.928199 0.5 +870 1 0.00491331 0.920145 0.5 +871 1 0.0037593 0.950207 0.5 +872 1 0.0570092 0.956703 0.5 +873 1 0.0862394 0.950613 0.5 +874 1 0.0808162 0.984127 0.5 +875 1 0.131332 0.991846 0.5 +876 2 0.170909 0.989271 0.5 +877 1 0.194504 0.00762665 0.5 +878 2 0.195891 0.974279 0.5 +879 1 0.252593 0.991886 0.5 +880 2 0.30592 0.973249 0.5 +881 2 0.312914 0.918562 0.5 +882 1 0.353731 0.954164 0.5 +883 1 0.43804 0.981515 0.5 +884 1 0.468516 0.981136 0.5 +885 1 0.45571 0.951523 0.5 +886 1 0.487103 0.957095 0.5 +887 1 0.534639 0.988913 0.5 +888 1 0.550604 0.964797 0.5 +889 1 0.578155 0.953508 0.5 +890 1 0.631223 0.997746 0.5 +891 1 0.657075 0.985514 0.5 +892 1 0.68405 0.000202903 0.5 +893 1 0.710032 0.986671 0.5 +894 2 0.778624 0.00610844 0.5 +895 1 0.790427 0.930696 0.5 +896 1 0.830348 0.907809 0.5 +897 2 0.85388 0.942644 0.5 +898 1 0.882944 0.956349 0.5 +899 1 0.95049 0.982985 0.5 +900 2 0.97404 0.92866 0.5 +901 3 0.642115 0.593485 0.5 +902 4 0.660158 0.602026 0.5 +903 3 0.276954 0.522086 0.5 +904 4 0.264006 0.5084 0.5 +905 3 0.236697 0.137907 0.5 +906 4 0.230898 0.119084 0.5 +907 3 0.83941 0.580071 0.5 +908 4 0.830401 0.598688 0.5 +909 3 0.658721 0.852797 0.5 +910 4 0.645992 0.865212 0.5 +911 3 0.908379 0.228687 0.5 +912 4 0.926789 0.236088 0.5 +913 3 0.529194 0.906858 0.5 +914 4 0.546528 0.901649 0.5 +915 3 0.109527 0.402515 0.5 +916 4 0.127855 0.404713 0.5 +917 3 0.602307 0.38234 0.5 +918 4 0.589042 0.393964 0.5 +919 3 0.0255435 0.343085 0.5 +920 4 0.0161926 0.326498 0.5 +921 3 0.408225 0.363946 0.5 +922 4 0.396242 0.351267 0.5 +923 3 0.683807 0.22431 0.5 +924 4 0.698647 0.233997 0.5 +925 3 0.571984 0.822571 0.5 +926 4 0.55359 0.80908 0.5 +927 3 0.535527 0.480255 0.5 +928 4 0.524339 0.499602 0.5 +929 3 0.377535 0.190295 0.5 +930 4 0.393597 0.173615 0.5 +931 3 0.616803 0.713806 0.5 +932 4 0.5926 0.708143 0.5 +933 3 0.609298 0.336333 0.5 +934 4 0.626005 0.349204 0.5 +935 3 0.3179 0.953842 0.5 +936 4 0.299607 0.9396 0.5 +937 3 0.153145 0.946634 0.5 +938 4 0.136176 0.952772 0.5 +939 3 0.286834 0.325655 0.5 +940 4 0.307786 0.317842 0.5 +941 3 0.202103 0.549142 0.5 +942 4 0.203306 0.57162 0.5 +943 3 0.441454 0.581486 0.5 +944 4 0.458613 0.568605 0.5 +945 3 0.856915 0.922351 0.5 +946 4 0.877718 0.924185 0.5 +947 3 0.149333 0.053928 0.5 +948 4 0.130297 0.0537905 0.5 +949 3 0.0367973 0.913193 0.5 +950 4 0.0439769 0.893884 0.5 +951 3 0.974859 0.528611 0.5 +952 4 0.961762 0.541254 0.5 +953 3 0.796858 0.382348 0.5 +954 4 0.795085 0.405835 0.5 +955 3 0.632587 0.947481 0.5 +956 4 0.651747 0.952312 0.5 +957 3 0.755335 0.790021 0.5 +958 4 0.763935 0.771652 0.5 +959 3 0.19576 0.171679 0.5 +960 4 0.179339 0.181937 0.5 +961 3 0.568024 0.723496 0.5 +962 4 0.549143 0.727059 0.5 +963 3 0.485735 0.340409 0.5 +964 4 0.488125 0.362785 0.5 +965 3 0.827066 0.214178 0.5 +966 4 0.84311 0.225619 0.5 +967 3 0.943658 0.250479 0.5 +968 4 0.949918 0.268783 0.5 +969 3 0.389829 0.00848487 0.5 +970 4 0.407057 0.00998819 0.5 +971 3 0.330364 0.604348 0.5 +972 4 0.32886 0.62517 0.5 +973 3 0.113961 0.655756 0.5 +974 4 0.133538 0.662694 0.5 +975 3 0.113107 0.15558 0.5 +976 4 0.119954 0.176887 0.5 +977 3 0.319488 0.726495 0.5 +978 4 0.308153 0.737162 0.5 +979 3 0.745413 0.14649 0.5 +980 4 0.762461 0.142646 0.5 +981 3 0.339931 0.128611 0.5 +982 4 0.339852 0.109499 0.5 +983 3 0.88738 0.321107 0.5 +984 4 0.883442 0.341535 0.5 +985 3 0.916004 0.944246 0.5 +986 4 0.933139 0.952555 0.5 +987 3 0.877875 0.442434 0.5 +988 4 0.861819 0.449961 0.5 +989 3 0.294021 0.920354 0.5 +990 4 0.283687 0.936121 0.5 +991 3 0.148751 0.889197 0.5 +992 4 0.132876 0.885573 0.5 +993 3 0.834349 0.0959533 0.5 +994 4 0.827105 0.0710757 0.5 +995 3 0.163602 0.165857 0.5 +996 4 0.160678 0.186599 0.5 +997 3 0.823253 0.152612 0.5 +998 4 0.840428 0.138963 0.5 +999 3 0.957499 0.9396 0.5 +1000 4 0.940776 0.931853 0.5 +1001 3 0.730571 0.471523 0.5 +1002 4 0.725245 0.493937 0.5 +1003 3 0.386281 0.987432 0.5 +1004 4 0.406832 0.994105 0.5 +1005 3 0.954137 0.173362 0.5 +1006 4 0.966146 0.190026 0.5 +1007 3 0.045983 0.353296 0.5 +1008 4 0.0613999 0.367104 0.5 +1009 3 0.759453 0.994911 0.5 +1010 4 0.772581 0.980277 0.5 +1011 3 0.0614893 0.510987 0.5 +1012 4 0.041157 0.513442 0.5 +1013 3 0.245338 0.355258 0.5 +1014 4 0.264276 0.350228 0.5 +1015 3 0.367732 0.501637 0.5 +1016 4 0.360621 0.521353 0.5 +1017 3 0.168589 0.968244 0.5 +1018 4 0.146963 0.965188 0.5 +1019 3 0.912153 0.426854 0.5 +1020 4 0.897728 0.440912 0.5 +1021 3 0.538297 0.263178 0.5 +1022 4 0.531899 0.282466 0.5 +1023 3 0.698222 0.51767 0.5 +1024 4 0.712009 0.503343 0.5 +1025 3 0.37441 0.84025 0.5 +1026 4 0.387211 0.824351 0.5 +1027 3 0.746683 0.315574 0.5 +1028 4 0.765063 0.311601 0.5 +1029 3 0.3477 0.489686 0.5 +1030 4 0.364954 0.482295 0.5 +1031 3 0.409026 0.737437 0.5 +1032 4 0.411258 0.718904 0.5 +1033 3 0.14228 0.179441 0.5 +1034 4 0.149559 0.19615 0.5 +1035 3 0.170341 0.25396 0.5 +1036 4 0.181152 0.242106 0.5 +1037 3 0.385265 0.687727 0.5 +1038 4 0.366052 0.687781 0.5 +1039 3 0.26833 0.41666 0.5 +1040 4 0.252936 0.426398 0.5 +1041 3 0.712688 0.260906 0.5 +1042 4 0.695166 0.27126 0.5 +1043 3 0.15476 0.845777 0.5 +1044 4 0.145973 0.866115 0.5 +1045 3 0.784754 0.319842 0.5 +1046 4 0.765121 0.327277 0.5 +1047 3 0.715891 0.08587 0.5 +1048 4 0.733474 0.0853737 0.5 +1049 3 0.140243 0.0351616 0.5 +1050 4 0.150114 0.0184982 0.5 +1051 3 0.307445 0.607384 0.5 +1052 4 0.291945 0.59716 0.5 +1053 3 0.449057 0.922041 0.5 +1054 4 0.446239 0.906079 0.5 +1055 3 0.181307 0.808331 0.5 +1056 4 0.202541 0.805552 0.5 +1057 3 0.815911 0.585628 0.5 +1058 4 0.7981 0.577501 0.5 +1059 3 0.52399 0.45778 0.5 +1060 4 0.509327 0.442318 0.5 +1061 3 0.571558 0.421494 0.5 +1062 4 0.58874 0.413503 0.5 +1063 3 0.499336 0.829695 0.5 +1064 4 0.498009 0.847626 0.5 +1065 3 0.656401 0.929411 0.5 +1066 4 0.636307 0.927178 0.5 +1067 3 0.795602 0.464262 0.5 +1068 4 0.776005 0.458269 0.5 +1069 3 0.929183 0.915786 0.5 +1070 4 0.950146 0.919521 0.5 +1071 3 0.0134094 0.548473 0.5 +1072 4 1.00051 0.560191 0.5 +1073 3 0.763633 0.900974 0.5 +1074 4 0.76072 0.923713 0.5 +1075 3 0.702765 0.83912 0.5 +1076 4 0.717236 0.851789 0.5 +1077 3 0.262454 0.0567874 0.5 +1078 4 0.259354 0.0743893 0.5 +1079 3 0.206135 0.258989 0.5 +1080 4 0.190434 0.266784 0.5 +1081 3 0.244744 0.921061 0.5 +1082 4 0.231109 0.933518 0.5 +1083 3 0.0614277 0.868687 0.5 +1084 4 0.0571355 0.849468 0.5 +1085 3 0.710925 0.438917 0.5 +1086 4 0.720881 0.454157 0.5 +1087 3 0.286552 0.993472 0.5 +1088 4 0.305941 0.00104544 0.5 +1089 3 0.0148046 0.794973 0.5 +1090 4 0.0161001 0.815145 0.5 +1091 3 0.365571 0.818294 0.5 +1092 4 0.382173 0.80959 0.5 +1093 3 0.631213 0.220908 0.5 +1094 4 0.650145 0.222079 0.5 +1095 3 0.52489 0.674417 0.5 +1096 4 0.516481 0.657941 0.5 +1097 3 0.419253 0.595148 0.5 +1098 4 0.403059 0.582477 0.5 +1099 3 0.559101 0.643278 0.5 +1100 4 0.556064 0.621541 0.5 +1101 3 0.304867 0.338875 0.5 +1102 4 0.283117 0.346094 0.5 +1103 3 0.47727 0.378559 0.5 +1104 4 0.466647 0.396247 0.5 +1105 3 0.600596 0.92916 0.5 +1106 4 0.621022 0.931365 0.5 +1107 3 0.412527 0.172424 0.5 +1108 4 0.398407 0.188044 0.5 +1109 3 0.78536 0.774619 0.5 +1110 4 0.774982 0.789493 0.5 +1111 3 0.341788 0.412375 0.5 +1112 4 0.360126 0.421451 0.5 +1113 3 0.88541 0.464361 0.5 +1114 4 0.865962 0.465178 0.5 +1115 3 0.66702 0.239671 0.5 +1116 4 0.665662 0.215375 0.5 +1117 3 0.44269 0.296012 0.5 +1118 4 0.454074 0.281449 0.5 +1119 3 0.755448 0.0199373 0.5 +1120 4 0.739295 0.00650898 0.5 +1121 3 0.956888 0.436312 0.5 +1122 4 0.972886 0.429794 0.5 +1123 3 0.183882 0.467072 0.5 +1124 4 0.164109 0.458741 0.5 +1125 3 0.0182808 0.023033 0.5 +1126 4 0.997005 0.0221729 0.5 +1127 3 0.315354 0.0195407 0.5 +1128 4 0.332746 0.0316455 0.5 +1129 3 0.0485239 0.794837 0.5 +1130 4 0.0324434 0.806921 0.5 +1131 3 0.586617 0.160512 0.5 +1132 4 0.595593 0.143107 0.5 +1133 3 0.587103 0.102077 0.5 +1134 4 0.573565 0.0915257 0.5 +1135 3 0.273082 0.595566 0.5 +1136 4 0.261478 0.609628 0.5 +1137 3 0.113601 0.0455355 0.5 +1138 4 0.108612 0.0624893 0.5 +1139 3 0.301909 0.28702 0.5 +1140 4 0.298455 0.304797 0.5 +1141 3 0.308089 0.123302 0.5 +1142 4 0.323409 0.116505 0.5 +1143 3 0.210319 0.960363 0.5 +1144 4 0.219155 0.943508 0.5 +1145 3 0.947203 0.503788 0.5 +1146 4 0.959371 0.492941 0.5 +1147 3 0.289269 0.72924 0.5 +1148 4 0.297919 0.74784 0.5 +1149 3 0.46616 0.906381 0.5 +1150 4 0.487404 0.907885 0.5 +1151 3 0.724403 0.625192 0.5 +1152 4 0.733912 0.64222 0.5 +1153 3 0.469659 0.528082 0.5 +1154 4 0.462238 0.51259 0.5 +1155 3 0.808238 0.980921 0.5 +1156 4 0.791374 0.982551 0.5 +1157 3 0.371415 0.127046 0.5 +1158 4 0.3589 0.109442 0.5 +1159 3 0.676455 0.572081 0.5 +1160 4 0.69591 0.574464 0.5 +1161 3 0.391681 0.151801 0.5 +1162 4 0.406607 0.145821 0.5 +1163 3 0.807131 0.205316 0.5 +1164 4 0.823803 0.190558 0.5 +1165 3 0.201395 0.483458 0.5 +1166 4 0.214227 0.470166 0.5 +1167 3 0.214951 0.357663 0.5 +1168 4 0.222842 0.372306 0.5 +1169 3 0.592553 0.800071 0.5 +1170 4 0.590701 0.78359 0.5 +1171 3 0.426771 0.142821 0.5 +1172 4 0.414906 0.126299 0.5 +1173 3 0.977469 0.504115 0.5 +1174 4 0.962288 0.5155 0.5 +1175 3 0.660788 0.697745 0.5 +1176 4 0.661693 0.716268 0.5 +1177 3 0.979742 0.995495 0.5 +1178 4 0.998109 0.00748949 0.5 +1179 3 0.213314 0.659808 0.5 +1180 4 0.223138 0.678664 0.5 +1181 3 0.826452 0.671093 0.5 +1182 4 0.843264 0.667787 0.5 +1183 3 0.641636 0.549591 0.5 +1184 4 0.661968 0.556197 0.5 +1185 3 0.530267 0.720879 0.5 +1186 4 0.548943 0.710073 0.5 +1187 3 0.873959 0.888036 0.5 +1188 4 0.869902 0.908333 0.5 +1189 3 0.745502 0.203488 0.5 +1190 4 0.726224 0.207744 0.5 +1191 3 0.0819911 0.304314 0.5 +1192 4 0.0660807 0.289558 0.5 +1193 3 0.390643 0.544225 0.5 +1194 4 0.39863 0.564799 0.5 +1195 3 0.994585 0.708694 0.5 +1196 4 0.985633 0.691882 0.5 +1197 3 0.0493914 0.818916 0.5 +1198 4 0.0688332 0.814684 0.5 +1199 3 0.0596274 0.908333 0.5 +1200 4 0.067019 0.890784 0.5 +ITEM: TIMESTEP +750 +ITEM: NUMBER OF ATOMS +1200 +ITEM: BOX BOUNDS +0 35.8569 +0 35.8569 +-0.1 0.1 +ITEM: ATOMS +1 2 0.994418 0.989083 0.5 +2 1 0.0544322 0.986633 0.5 +3 1 0.0579409 0.0480086 0.5 +4 1 0.0654658 0.0176679 0.5 +5 1 0.0990277 0.993335 0.5 +6 1 0.203134 0.0427996 0.5 +7 1 0.238715 0.0588166 0.5 +8 1 0.225903 0.0243263 0.5 +9 1 0.232276 0.988034 0.5 +10 2 0.321023 0.0133122 0.5 +11 1 0.342715 0.986866 0.5 +12 2 0.372916 0.989769 0.5 +13 1 0.417412 0.961784 0.5 +14 1 0.450032 0.0084129 0.5 +15 1 0.480597 0.00512668 0.5 +16 1 0.502779 0.982922 0.5 +17 1 0.514159 0.0104208 0.5 +18 1 0.601517 0.00243257 0.5 +19 1 0.606863 0.971876 0.5 +20 1 0.625248 0.0220944 0.5 +21 1 0.655206 0.0152559 0.5 +22 1 0.672706 0.0711373 0.5 +23 1 0.71095 0.0260947 0.5 +24 2 0.770266 0.0417198 0.5 +25 2 0.791727 0.967301 0.5 +26 1 0.831425 0.0368975 0.5 +27 1 0.856236 0.0111177 0.5 +28 1 0.847579 0.982902 0.5 +29 1 0.901516 0.975448 0.5 +30 1 0.969946 0.965966 0.5 +31 1 0.944921 0.0102953 0.5 +32 1 0.0242564 0.969275 0.5 +33 2 0.0204651 0.00699406 0.5 +34 1 0.0797159 0.0708792 0.5 +35 2 0.130499 0.0164128 0.5 +36 1 0.197812 0.0698124 0.5 +37 1 0.167925 0.0600353 0.5 +38 2 0.285945 0.0376019 0.5 +39 1 0.255494 0.0293592 0.5 +40 2 0.286793 0.00378976 0.5 +41 1 0.38448 0.0556216 0.5 +42 2 0.384226 0.0180642 0.5 +43 1 0.434268 0.037564 0.5 +44 1 0.462679 0.0345364 0.5 +45 1 0.473511 0.0637015 0.5 +46 1 0.493492 0.0389738 0.5 +47 1 0.541977 0.0122841 0.5 +48 1 0.580629 0.977257 0.5 +49 1 0.597122 0.0314606 0.5 +50 1 0.588804 0.0674397 0.5 +51 1 0.649819 0.0486189 0.5 +52 1 0.67526 0.0353916 0.5 +53 1 0.733876 0.0472139 0.5 +54 1 0.791646 0.065409 0.5 +55 1 0.803168 0.0317931 0.5 +56 1 0.825638 0.00317307 0.5 +57 1 0.884985 0.0211747 0.5 +58 1 0.878161 0.992385 0.5 +59 1 0.898085 0.0467901 0.5 +60 1 0.911259 0.00797114 0.5 +61 1 0.964771 0.0411366 0.5 +62 1 0.0258075 0.0509561 0.5 +63 2 0.0946625 0.0422191 0.5 +64 1 0.081332 0.107562 0.5 +65 2 0.135142 0.0668702 0.5 +66 1 0.160717 0.0885225 0.5 +67 1 0.1921 0.100337 0.5 +68 1 0.221586 0.0869804 0.5 +69 1 0.311686 0.0577606 0.5 +70 1 0.340198 0.0654969 0.5 +71 1 0.369688 0.0820234 0.5 +72 1 0.354047 0.0127731 0.5 +73 1 0.412177 0.0624816 0.5 +74 1 0.438897 0.0736895 0.5 +75 1 0.462135 0.0977325 0.5 +76 1 0.508607 0.0615255 0.5 +77 1 0.536038 0.0412663 0.5 +78 1 0.564763 0.0380246 0.5 +79 1 0.570369 0.00706143 0.5 +80 1 0.618563 0.0556829 0.5 +81 1 0.643804 0.0797146 0.5 +82 2 0.698606 0.0836029 0.5 +83 1 0.699712 0.053355 0.5 +84 1 0.767619 0.0907394 0.5 +85 1 0.814703 0.121729 0.5 +86 2 0.845071 0.104426 0.5 +87 1 0.873664 0.0658725 0.5 +88 1 0.861391 0.0397071 0.5 +89 1 0.901953 0.077153 0.5 +90 1 0.932507 0.0360007 0.5 +91 1 0.992414 0.0629325 0.5 +92 1 0.022353 0.0834978 0.5 +93 1 0.0499709 0.0755319 0.5 +94 1 0.0510926 0.10597 0.5 +95 1 0.104636 0.0802595 0.5 +96 1 0.13005 0.0963269 0.5 +97 1 0.167007 0.116441 0.5 +98 1 0.293554 0.086582 0.5 +99 1 0.253693 0.106655 0.5 +100 2 0.293516 0.116246 0.5 +101 1 0.324029 0.0907922 0.5 +102 1 0.357914 0.0411826 0.5 +103 2 0.391253 0.117745 0.5 +104 1 0.403439 0.0909366 0.5 +105 1 0.482948 0.119967 0.5 +106 1 0.493077 0.0893092 0.5 +107 1 0.549714 0.0666883 0.5 +108 1 0.549738 0.100402 0.5 +109 2 0.609266 0.122892 0.5 +110 1 0.614176 0.0851825 0.5 +111 1 0.641133 0.110843 0.5 +112 1 0.670212 0.0988525 0.5 +113 1 0.723124 0.113373 0.5 +114 1 0.805335 0.0920447 0.5 +115 1 0.795804 0.144965 0.5 +116 2 0.813445 0.172823 0.5 +117 1 0.8712 0.094465 0.5 +118 1 0.897183 0.110166 0.5 +119 1 0.931533 0.066574 0.5 +120 1 0.962557 0.0723105 0.5 +121 1 0.988827 0.123815 0.5 +122 1 0.0170927 0.115327 0.5 +123 1 0.0391391 0.146951 0.5 +124 1 0.0668243 0.132565 0.5 +125 2 0.0942744 0.143543 0.5 +126 1 0.139553 0.12919 0.5 +127 2 0.136139 0.158623 0.5 +128 1 0.197561 0.128326 0.5 +129 2 0.23493 0.156463 0.5 +130 1 0.258938 0.133408 0.5 +131 2 0.340586 0.142369 0.5 +132 1 0.345386 0.172063 0.5 +133 2 0.370264 0.158606 0.5 +134 1 0.43163 0.102551 0.5 +135 1 0.511974 0.11777 0.5 +136 1 0.535389 0.133303 0.5 +137 1 0.522008 0.0888195 0.5 +138 1 0.566943 0.130551 0.5 +139 1 0.614434 0.170178 0.5 +140 1 0.633737 0.142072 0.5 +141 1 0.663737 0.129116 0.5 +142 1 0.69389 0.118667 0.5 +143 1 0.710119 0.143083 0.5 +144 1 0.754758 0.120655 0.5 +145 1 0.777437 0.176196 0.5 +146 1 0.843643 0.178558 0.5 +147 1 0.867537 0.158781 0.5 +148 1 0.9231 0.125657 0.5 +149 1 0.924472 0.0960866 0.5 +150 1 0.991273 0.0954897 0.5 +151 2 0.974185 0.154261 0.5 +152 1 0.0218949 0.174461 0.5 +153 1 0.00617326 0.148214 0.5 +154 1 0.0533737 0.177173 0.5 +155 1 0.107886 0.11686 0.5 +156 1 0.100128 0.199555 0.5 +157 2 0.168498 0.148325 0.5 +158 1 0.238695 0.186561 0.5 +159 2 0.205533 0.165878 0.5 +160 1 0.284708 0.143299 0.5 +161 1 0.313821 0.154922 0.5 +162 2 0.420203 0.190548 0.5 +163 1 0.435206 0.219051 0.5 +164 2 0.432675 0.151261 0.5 +165 1 0.465922 0.147063 0.5 +166 1 0.519716 0.160644 0.5 +167 1 0.580348 0.187563 0.5 +168 2 0.568111 0.159945 0.5 +169 1 0.607125 0.201491 0.5 +170 1 0.636397 0.192339 0.5 +171 1 0.653527 0.166673 0.5 +172 1 0.683573 0.158774 0.5 +173 2 0.733746 0.163859 0.5 +174 1 0.785925 0.117764 0.5 +175 2 0.758339 0.200642 0.5 +176 2 0.84483 0.206561 0.5 +177 1 0.87526 0.190238 0.5 +178 1 0.869059 0.122575 0.5 +179 1 0.954729 0.131375 0.5 +180 1 0.958409 0.101731 0.5 +181 1 0.993599 0.179525 0.5 +182 1 0.0133783 0.208022 0.5 +183 1 0.0831579 0.173967 0.5 +184 1 0.0703091 0.201298 0.5 +185 1 0.0888683 0.230177 0.5 +186 1 0.150812 0.224535 0.5 +187 1 0.177032 0.213168 0.5 +188 1 0.209674 0.19533 0.5 +189 1 0.263079 0.164839 0.5 +190 1 0.29107 0.204919 0.5 +191 1 0.291171 0.175169 0.5 +192 2 0.356309 0.201408 0.5 +193 1 0.46256 0.203442 0.5 +194 1 0.450182 0.175231 0.5 +195 1 0.496204 0.144289 0.5 +196 1 0.495304 0.210197 0.5 +197 1 0.516764 0.189702 0.5 +198 1 0.58496 0.220082 0.5 +199 1 0.554971 0.206096 0.5 +200 1 0.641608 0.260362 0.5 +201 2 0.67254 0.254289 0.5 +202 1 0.670581 0.189381 0.5 +203 1 0.70527 0.174794 0.5 +204 1 0.753878 0.228408 0.5 +205 2 0.783444 0.217325 0.5 +206 1 0.900698 0.206878 0.5 +207 1 0.900271 0.175351 0.5 +208 1 0.896337 0.141925 0.5 +209 1 0.925355 0.155541 0.5 +210 1 0.949043 0.205217 0.5 +211 1 0.980094 0.20643 0.5 +212 1 0.041855 0.20375 0.5 +213 1 0.0607873 0.233493 0.5 +214 1 0.107589 0.255755 0.5 +215 1 0.130779 0.290159 0.5 +216 1 0.11956 0.224883 0.5 +217 1 0.204806 0.225384 0.5 +218 1 0.234556 0.216708 0.5 +219 1 0.263289 0.20621 0.5 +220 1 0.273357 0.2671 0.5 +221 1 0.29111 0.237588 0.5 +222 1 0.375889 0.22428 0.5 +223 1 0.405032 0.220595 0.5 +224 1 0.444052 0.246386 0.5 +225 1 0.48064 0.17947 0.5 +226 1 0.498132 0.246274 0.5 +227 1 0.522528 0.2219 0.5 +228 1 0.544108 0.177457 0.5 +229 1 0.586227 0.251819 0.5 +230 2 0.612306 0.233954 0.5 +231 1 0.612683 0.265133 0.5 +232 2 0.708035 0.215706 0.5 +233 2 0.711484 0.272142 0.5 +234 1 0.72697 0.239906 0.5 +235 1 0.776394 0.247492 0.5 +236 1 0.8654 0.252749 0.5 +237 1 0.876927 0.224132 0.5 +238 2 0.898675 0.243916 0.5 +239 1 0.926995 0.186 0.5 +240 2 0.963703 0.235079 0.5 +241 1 0.0299073 0.233898 0.5 +242 1 0.0453312 0.259737 0.5 +243 1 0.0787097 0.258785 0.5 +244 1 0.031838 0.286076 0.5 +245 2 0.100759 0.286373 0.5 +246 1 0.134513 0.256278 0.5 +247 2 0.223701 0.253483 0.5 +248 1 0.241051 0.278255 0.5 +249 1 0.257364 0.23622 0.5 +250 1 0.321344 0.2517 0.5 +251 1 0.317053 0.222849 0.5 +252 1 0.365132 0.251952 0.5 +253 1 0.396774 0.248454 0.5 +254 1 0.471014 0.26184 0.5 +255 1 0.470578 0.231695 0.5 +256 1 0.511585 0.273063 0.5 +257 2 0.531499 0.252657 0.5 +258 1 0.560757 0.23837 0.5 +259 1 0.571371 0.283323 0.5 +260 1 0.662822 0.282132 0.5 +261 1 0.633779 0.351493 0.5 +262 2 0.745789 0.292815 0.5 +263 1 0.747207 0.261567 0.5 +264 1 0.771541 0.276834 0.5 +265 1 0.810451 0.237724 0.5 +266 1 0.834536 0.259186 0.5 +267 1 0.887928 0.272265 0.5 +268 1 0.907502 0.299648 0.5 +269 1 0.916474 0.272274 0.5 +270 1 0.995955 0.236589 0.5 +271 1 0.9633 0.292804 0.5 +272 1 0.977927 0.263728 0.5 +273 1 0.995997 0.2919 0.5 +274 1 0.124274 0.31758 0.5 +275 2 0.158307 0.276796 0.5 +276 1 0.18238 0.300057 0.5 +277 1 0.212548 0.285444 0.5 +278 1 0.233257 0.308115 0.5 +279 1 0.265799 0.294495 0.5 +280 1 0.318727 0.192512 0.5 +281 1 0.344145 0.228166 0.5 +282 1 0.344136 0.269677 0.5 +283 1 0.387025 0.277604 0.5 +284 2 0.422324 0.27366 0.5 +285 1 0.460892 0.318376 0.5 +286 1 0.478982 0.291596 0.5 +287 1 0.503053 0.307855 0.5 +288 1 0.533201 0.322883 0.5 +289 1 0.564679 0.312139 0.5 +290 1 0.628477 0.290584 0.5 +291 1 0.654913 0.311543 0.5 +292 1 0.684685 0.301671 0.5 +293 1 0.717187 0.313096 0.5 +294 2 0.800641 0.305008 0.5 +295 1 0.800279 0.267396 0.5 +296 1 0.823943 0.289217 0.5 +297 1 0.85572 0.281479 0.5 +298 1 0.911118 0.330517 0.5 +299 1 0.935535 0.303436 0.5 +300 1 0.940506 0.339544 0.5 +301 1 0.973086 0.321662 0.5 +302 1 0.0131614 0.262158 0.5 +303 1 0.0407696 0.316565 0.5 +304 1 0.152541 0.309724 0.5 +305 1 0.174903 0.330104 0.5 +306 2 0.206411 0.352283 0.5 +307 1 0.176155 0.363676 0.5 +308 1 0.205546 0.317523 0.5 +309 2 0.233005 0.336504 0.5 +310 2 0.323064 0.338442 0.5 +311 2 0.313813 0.282033 0.5 +312 1 0.339044 0.300926 0.5 +313 1 0.354838 0.327685 0.5 +314 1 0.367713 0.300226 0.5 +315 1 0.402013 0.30459 0.5 +316 1 0.511572 0.373806 0.5 +317 2 0.502724 0.340176 0.5 +318 1 0.557327 0.342169 0.5 +319 1 0.597819 0.299737 0.5 +320 1 0.620968 0.320397 0.5 +321 1 0.675098 0.33205 0.5 +322 1 0.703292 0.344307 0.5 +323 1 0.724189 0.376124 0.5 +324 1 0.732256 0.345697 0.5 +325 1 0.823927 0.32705 0.5 +326 1 0.852147 0.343305 0.5 +327 1 0.849304 0.313074 0.5 +328 2 0.877837 0.300661 0.5 +329 1 0.944792 0.37218 0.5 +330 1 0.972145 0.355931 0.5 +331 1 0.012386 0.398437 0.5 +332 2 0.999022 0.344368 0.5 +333 2 0.0373871 0.377541 0.5 +334 1 0.0659217 0.330829 0.5 +335 1 0.0947845 0.332384 0.5 +336 1 0.145024 0.338785 0.5 +337 1 0.214577 0.440835 0.5 +338 1 0.232379 0.413122 0.5 +339 2 0.2619 0.323883 0.5 +340 1 0.317642 0.369647 0.5 +341 1 0.348789 0.364859 0.5 +342 1 0.380216 0.366188 0.5 +343 2 0.411511 0.382625 0.5 +344 1 0.385256 0.331863 0.5 +345 1 0.427855 0.319772 0.5 +346 1 0.510973 0.404417 0.5 +347 1 0.531637 0.353519 0.5 +348 1 0.572868 0.374149 0.5 +349 2 0.593435 0.327811 0.5 +350 1 0.642455 0.379691 0.5 +351 1 0.664799 0.361469 0.5 +352 1 0.691126 0.372427 0.5 +353 1 0.736831 0.405851 0.5 +354 1 0.753942 0.379625 0.5 +355 1 0.793506 0.340494 0.5 +356 1 0.825415 0.35664 0.5 +357 1 0.858843 0.373056 0.5 +358 1 0.892819 0.379563 0.5 +359 1 0.915766 0.361773 0.5 +360 1 0.997221 0.373032 0.5 +361 1 0.980219 0.417212 0.5 +362 1 0.0670013 0.385388 0.5 +363 2 0.107309 0.387216 0.5 +364 1 0.0840462 0.361014 0.5 +365 1 0.117628 0.351056 0.5 +366 1 0.145736 0.371188 0.5 +367 1 0.200871 0.383721 0.5 +368 1 0.259224 0.396587 0.5 +369 1 0.291174 0.384411 0.5 +370 1 0.309506 0.408376 0.5 +371 2 0.335284 0.392734 0.5 +372 1 0.363947 0.394833 0.5 +373 1 0.393844 0.406136 0.5 +374 1 0.434886 0.402578 0.5 +375 1 0.452561 0.347441 0.5 +376 2 0.479751 0.391938 0.5 +377 1 0.538562 0.386508 0.5 +378 2 0.564767 0.402762 0.5 +379 2 0.610826 0.380403 0.5 +380 1 0.642217 0.418756 0.5 +381 1 0.666704 0.394489 0.5 +382 1 0.683784 0.426204 0.5 +383 1 0.705253 0.404503 0.5 +384 1 0.768038 0.407067 0.5 +385 1 0.761871 0.351096 0.5 +386 1 0.833441 0.387312 0.5 +387 1 0.869855 0.401769 0.5 +388 1 0.923013 0.390458 0.5 +389 1 0.948057 0.40827 0.5 +390 1 0.971833 0.387974 0.5 +391 1 0.0117343 0.42859 0.5 +392 1 0.047694 0.41317 0.5 +393 1 0.0866668 0.407717 0.5 +394 1 0.0696568 0.438046 0.5 +395 1 0.113149 0.428122 0.5 +396 1 0.171715 0.39555 0.5 +397 1 0.197903 0.412897 0.5 +398 1 0.168965 0.424098 0.5 +399 2 0.289462 0.43065 0.5 +400 1 0.319057 0.436059 0.5 +401 1 0.340509 0.458961 0.5 +402 1 0.412503 0.454523 0.5 +403 1 0.387045 0.437771 0.5 +404 1 0.417551 0.426305 0.5 +405 1 0.460291 0.41649 0.5 +406 1 0.488921 0.421592 0.5 +407 1 0.539571 0.416358 0.5 +408 1 0.606706 0.463089 0.5 +409 1 0.612175 0.432883 0.5 +410 1 0.64326 0.478064 0.5 +411 1 0.633833 0.448774 0.5 +412 1 0.664909 0.452101 0.5 +413 2 0.719194 0.431918 0.5 +414 1 0.753023 0.434631 0.5 +415 1 0.827588 0.447342 0.5 +416 2 0.785261 0.371151 0.5 +417 1 0.899536 0.408808 0.5 +418 2 0.919408 0.457834 0.5 +419 2 0.897952 0.482652 0.5 +420 2 0.963808 0.452303 0.5 +421 1 0.00487143 0.458065 0.5 +422 1 0.038308 0.444586 0.5 +423 1 0.0591913 0.466232 0.5 +424 1 0.0904163 0.474275 0.5 +425 1 0.114131 0.456143 0.5 +426 1 0.141186 0.440085 0.5 +427 2 0.200797 0.518522 0.5 +428 1 0.258663 0.478858 0.5 +429 1 0.243884 0.451129 0.5 +430 1 0.273653 0.455322 0.5 +431 2 0.331413 0.49074 0.5 +432 1 0.373442 0.468074 0.5 +433 1 0.432267 0.477876 0.5 +434 1 0.462101 0.475173 0.5 +435 1 0.442679 0.444723 0.5 +436 1 0.475901 0.448539 0.5 +437 2 0.542359 0.445824 0.5 +438 1 0.573794 0.451191 0.5 +439 1 0.582624 0.482044 0.5 +440 1 0.617488 0.495386 0.5 +441 1 0.648148 0.508849 0.5 +442 1 0.695137 0.454646 0.5 +443 2 0.753335 0.480189 0.5 +444 1 0.79293 0.426949 0.5 +445 1 0.821488 0.416453 0.5 +446 1 0.85004 0.422523 0.5 +447 2 0.879275 0.433406 0.5 +448 1 0.909993 0.511645 0.5 +449 1 0.925588 0.487675 0.5 +450 2 0.994356 0.485928 0.5 +451 1 0.0211696 0.509738 0.5 +452 2 0.0303129 0.539195 0.5 +453 1 0.0299793 0.476145 0.5 +454 1 0.140242 0.471627 0.5 +455 2 0.168088 0.490451 0.5 +456 1 0.143363 0.509247 0.5 +457 1 0.17081 0.525628 0.5 +458 1 0.230145 0.495347 0.5 +459 1 0.236065 0.532752 0.5 +460 2 0.290564 0.533841 0.5 +461 1 0.303053 0.467973 0.5 +462 1 0.321768 0.52281 0.5 +463 1 0.401943 0.48362 0.5 +464 2 0.409141 0.537982 0.5 +465 1 0.500143 0.503103 0.5 +466 1 0.495466 0.471017 0.5 +467 2 0.547931 0.481889 0.5 +468 1 0.567987 0.509253 0.5 +469 1 0.596551 0.515308 0.5 +470 2 0.650476 0.539031 0.5 +471 1 0.678462 0.513601 0.5 +472 1 0.669819 0.482408 0.5 +473 1 0.798057 0.509226 0.5 +474 1 0.788409 0.536427 0.5 +475 2 0.786396 0.47657 0.5 +476 1 0.876573 0.549518 0.5 +477 1 0.878767 0.507336 0.5 +478 1 0.852171 0.529095 0.5 +479 1 0.905369 0.54416 0.5 +480 2 0.998981 0.536282 0.5 +481 1 0.0534752 0.557877 0.5 +482 1 0.061897 0.527407 0.5 +483 2 0.0932753 0.505782 0.5 +484 1 0.116859 0.491793 0.5 +485 1 0.0901563 0.537749 0.5 +486 1 0.144914 0.53994 0.5 +487 2 0.194422 0.550669 0.5 +488 1 0.239883 0.565117 0.5 +489 1 0.265586 0.548353 0.5 +490 1 0.294759 0.568249 0.5 +491 1 0.318321 0.553908 0.5 +492 1 0.301416 0.501482 0.5 +493 2 0.388271 0.512154 0.5 +494 1 0.443863 0.526504 0.5 +495 1 0.416123 0.509084 0.5 +496 1 0.512953 0.533606 0.5 +497 1 0.555209 0.565778 0.5 +498 1 0.586794 0.568497 0.5 +499 1 0.571537 0.542332 0.5 +500 1 0.624178 0.527128 0.5 +501 1 0.696739 0.54017 0.5 +502 1 0.737845 0.569459 0.5 +503 1 0.769179 0.510792 0.5 +504 1 0.756736 0.54441 0.5 +505 1 0.819004 0.480501 0.5 +506 1 0.850896 0.491124 0.5 +507 1 0.907962 0.5724 0.5 +508 1 0.940215 0.557635 0.5 +509 1 0.933088 0.5924 0.5 +510 2 0.933876 0.528519 0.5 +511 1 0.00605342 0.599877 0.5 +512 1 0.0847265 0.571964 0.5 +513 1 0.111937 0.590705 0.5 +514 1 0.114879 0.557236 0.5 +515 1 0.118562 0.523924 0.5 +516 1 0.142689 0.582191 0.5 +517 1 0.165603 0.560302 0.5 +518 1 0.232392 0.594294 0.5 +519 2 0.266845 0.57911 0.5 +520 2 0.360059 0.598907 0.5 +521 2 0.315579 0.590467 0.5 +522 1 0.341278 0.571797 0.5 +523 1 0.350121 0.544307 0.5 +524 2 0.436658 0.557229 0.5 +525 1 0.525427 0.564904 0.5 +526 2 0.483469 0.537204 0.5 +527 1 0.542359 0.534488 0.5 +528 1 0.571822 0.592757 0.5 +529 1 0.605186 0.592542 0.5 +530 1 0.616712 0.559069 0.5 +531 2 0.734583 0.514823 0.5 +532 1 0.726807 0.542595 0.5 +533 1 0.775157 0.565172 0.5 +534 1 0.817759 0.539431 0.5 +535 1 0.827395 0.512187 0.5 +536 2 0.844367 0.559759 0.5 +537 1 0.876816 0.580963 0.5 +538 1 0.898435 0.602704 0.5 +539 1 0.953617 0.615119 0.5 +540 1 0.964218 0.585572 0.5 +541 1 0.0332924 0.582539 0.5 +542 1 0.0603598 0.592864 0.5 +543 1 0.086649 0.603796 0.5 +544 1 0.116585 0.621239 0.5 +545 1 0.148131 0.61445 0.5 +546 1 0.176697 0.627941 0.5 +547 1 0.172211 0.59545 0.5 +548 1 0.201145 0.606585 0.5 +549 1 0.249845 0.646716 0.5 +550 1 0.275407 0.633187 0.5 +551 1 0.372237 0.572743 0.5 +552 1 0.404616 0.634432 0.5 +553 2 0.417564 0.596816 0.5 +554 1 0.447152 0.616507 0.5 +555 1 0.472229 0.593772 0.5 +556 1 0.508652 0.592112 0.5 +557 1 0.540055 0.591696 0.5 +558 1 0.588355 0.61872 0.5 +559 1 0.616655 0.620561 0.5 +560 2 0.644545 0.570239 0.5 +561 2 0.677399 0.594675 0.5 +562 1 0.764618 0.592807 0.5 +563 1 0.733701 0.604686 0.5 +564 1 0.753311 0.625141 0.5 +565 2 0.796847 0.592009 0.5 +566 1 0.812805 0.617606 0.5 +567 1 0.867698 0.61484 0.5 +568 1 0.897917 0.63436 0.5 +569 1 0.925373 0.624242 0.5 +570 1 0.985827 0.623098 0.5 +571 1 0.03686 0.615346 0.5 +572 1 0.063431 0.6281 0.5 +573 1 0.0697241 0.658274 0.5 +574 1 0.0922512 0.636498 0.5 +575 1 0.149228 0.646507 0.5 +576 1 0.178169 0.659787 0.5 +577 1 0.203744 0.638276 0.5 +578 1 0.230584 0.624416 0.5 +579 1 0.285093 0.661852 0.5 +580 1 0.316801 0.646852 0.5 +581 1 0.390848 0.602964 0.5 +582 1 0.378665 0.66127 0.5 +583 1 0.408665 0.663449 0.5 +584 1 0.433911 0.641633 0.5 +585 1 0.490794 0.658051 0.5 +586 1 0.492148 0.564672 0.5 +587 2 0.539777 0.644 0.5 +588 1 0.586936 0.652318 0.5 +589 1 0.615431 0.649313 0.5 +590 1 0.673518 0.623248 0.5 +591 1 0.689895 0.64757 0.5 +592 1 0.68359 0.676077 0.5 +593 2 0.709165 0.62102 0.5 +594 1 0.764911 0.664411 0.5 +595 1 0.781723 0.619562 0.5 +596 1 0.837925 0.633062 0.5 +597 1 0.866513 0.645755 0.5 +598 1 0.890258 0.664895 0.5 +599 1 0.921218 0.652829 0.5 +600 1 0.951745 0.644444 0.5 +601 1 0.00573909 0.666877 0.5 +602 1 0.0384993 0.652012 0.5 +603 1 0.0715791 0.695297 0.5 +604 2 0.0969687 0.67969 0.5 +605 1 0.156906 0.683202 0.5 +606 2 0.205302 0.670102 0.5 +607 1 0.208339 0.710906 0.5 +608 1 0.257301 0.677767 0.5 +609 1 0.287837 0.697473 0.5 +610 1 0.312406 0.679447 0.5 +611 1 0.345245 0.661518 0.5 +612 1 0.368282 0.629677 0.5 +613 1 0.470893 0.635309 0.5 +614 1 0.45736 0.662728 0.5 +615 1 0.495054 0.619457 0.5 +616 1 0.524301 0.617686 0.5 +617 1 0.562072 0.670641 0.5 +618 1 0.603858 0.678232 0.5 +619 1 0.643183 0.632655 0.5 +620 1 0.635006 0.674681 0.5 +621 1 0.661829 0.656212 0.5 +622 1 0.712699 0.669849 0.5 +623 1 0.743436 0.683176 0.5 +624 1 0.795985 0.677477 0.5 +625 1 0.794051 0.647807 0.5 +626 2 0.834206 0.690539 0.5 +627 1 0.863169 0.679282 0.5 +628 1 0.917198 0.684604 0.5 +629 1 0.942236 0.670886 0.5 +630 1 0.0131106 0.63169 0.5 +631 2 0.0089442 0.699303 0.5 +632 1 0.0360368 0.681329 0.5 +633 1 0.0467019 0.709576 0.5 +634 1 0.129185 0.695348 0.5 +635 1 0.155707 0.713982 0.5 +636 1 0.18269 0.695146 0.5 +637 1 0.183964 0.728761 0.5 +638 1 0.244574 0.704302 0.5 +639 2 0.311464 0.716079 0.5 +640 1 0.340414 0.750612 0.5 +641 1 0.337169 0.695321 0.5 +642 1 0.356546 0.722169 0.5 +643 2 0.404973 0.694563 0.5 +644 1 0.434935 0.681279 0.5 +645 1 0.494118 0.689969 0.5 +646 2 0.514636 0.713573 0.5 +647 2 0.526643 0.687747 0.5 +648 1 0.592349 0.752487 0.5 +649 2 0.581807 0.697261 0.5 +650 2 0.659187 0.694295 0.5 +651 1 0.647496 0.764942 0.5 +652 1 0.6998 0.733689 0.5 +653 1 0.715755 0.708667 0.5 +654 1 0.769682 0.698169 0.5 +655 1 0.797448 0.711137 0.5 +656 1 0.857866 0.712258 0.5 +657 1 0.887368 0.697926 0.5 +658 1 0.914602 0.716662 0.5 +659 1 0.939904 0.702049 0.5 +660 1 0.980471 0.653483 0.5 +661 1 0.992875 0.731927 0.5 +662 1 0.0216334 0.724201 0.5 +663 1 0.100619 0.710238 0.5 +664 1 0.127475 0.72672 0.5 +665 1 0.124889 0.757091 0.5 +666 1 0.155002 0.744622 0.5 +667 1 0.20371 0.771971 0.5 +668 1 0.21303 0.74113 0.5 +669 1 0.243753 0.740661 0.5 +670 2 0.272207 0.72389 0.5 +671 1 0.368658 0.750164 0.5 +672 1 0.391592 0.72533 0.5 +673 1 0.451971 0.724648 0.5 +674 1 0.464853 0.693569 0.5 +675 1 0.481425 0.717068 0.5 +676 1 0.530667 0.742605 0.5 +677 1 0.564464 0.765902 0.5 +678 1 0.625849 0.745462 0.5 +679 2 0.63373 0.715412 0.5 +680 1 0.646679 0.82396 0.5 +681 1 0.670056 0.746085 0.5 +682 1 0.747099 0.717641 0.5 +683 1 0.751779 0.75291 0.5 +684 1 0.773927 0.731635 0.5 +685 1 0.829044 0.721272 0.5 +686 1 0.823502 0.764757 0.5 +687 1 0.887621 0.726449 0.5 +688 1 0.911518 0.747065 0.5 +689 1 0.940137 0.736403 0.5 +690 1 0.965356 0.722555 0.5 +691 1 0.9943 0.770921 0.5 +692 1 0.0175303 0.753253 0.5 +693 1 0.0736308 0.726179 0.5 +694 1 0.0703728 0.757266 0.5 +695 1 0.0985544 0.739857 0.5 +696 1 0.150936 0.771996 0.5 +697 1 0.27181 0.756653 0.5 +698 1 0.258021 0.790348 0.5 +699 1 0.288815 0.781564 0.5 +700 1 0.320947 0.777687 0.5 +701 1 0.352636 0.777155 0.5 +702 1 0.38769 0.770594 0.5 +703 2 0.413289 0.748915 0.5 +704 1 0.415072 0.779113 0.5 +705 1 0.472717 0.746803 0.5 +706 1 0.500358 0.739942 0.5 +707 1 0.530857 0.773178 0.5 +708 2 0.54884 0.797622 0.5 +709 1 0.616792 0.775805 0.5 +710 1 0.620451 0.839138 0.5 +711 1 0.645395 0.795573 0.5 +712 1 0.696228 0.765111 0.5 +713 1 0.727243 0.737126 0.5 +714 2 0.783595 0.760444 0.5 +715 1 0.804927 0.738461 0.5 +716 1 0.856377 0.78022 0.5 +717 1 0.852588 0.746569 0.5 +718 1 0.88681 0.764156 0.5 +719 1 0.935362 0.766136 0.5 +720 1 0.965676 0.756022 0.5 +721 2 0.997158 0.801636 0.5 +722 1 0.0456665 0.741437 0.5 +723 2 0.0695353 0.787303 0.5 +724 1 0.100281 0.771774 0.5 +725 1 0.124529 0.78821 0.5 +726 2 0.174892 0.791543 0.5 +727 1 0.177701 0.762695 0.5 +728 1 0.232798 0.768416 0.5 +729 1 0.285926 0.81502 0.5 +730 1 0.271996 0.842831 0.5 +731 1 0.311979 0.805183 0.5 +732 2 0.347915 0.812851 0.5 +733 1 0.440783 0.790664 0.5 +734 1 0.439831 0.75871 0.5 +735 1 0.468449 0.780324 0.5 +736 2 0.486141 0.805432 0.5 +737 1 0.497906 0.775528 0.5 +738 1 0.515719 0.801378 0.5 +739 1 0.619248 0.809367 0.5 +740 1 0.678665 0.871423 0.5 +741 1 0.674626 0.813316 0.5 +742 1 0.672029 0.780545 0.5 +743 1 0.704522 0.796615 0.5 +744 1 0.726375 0.769256 0.5 +745 1 0.802652 0.809838 0.5 +746 1 0.829399 0.794271 0.5 +747 1 0.859538 0.809315 0.5 +748 1 0.88626 0.795127 0.5 +749 1 0.940026 0.797329 0.5 +750 1 0.967706 0.787493 0.5 +751 1 0.994308 0.834376 0.5 +752 1 0.040687 0.773527 0.5 +753 1 0.0959646 0.801491 0.5 +754 1 0.111467 0.829646 0.5 +755 1 0.141863 0.810846 0.5 +756 2 0.161815 0.835643 0.5 +757 1 0.19262 0.835991 0.5 +758 1 0.225662 0.798204 0.5 +759 1 0.221573 0.828155 0.5 +760 1 0.252419 0.817482 0.5 +761 1 0.322087 0.83489 0.5 +762 2 0.351155 0.841588 0.5 +763 1 0.406392 0.852572 0.5 +764 1 0.418717 0.815649 0.5 +765 1 0.458537 0.813459 0.5 +766 1 0.436099 0.841897 0.5 +767 1 0.52965 0.845638 0.5 +768 1 0.58679 0.858605 0.5 +769 2 0.562145 0.838907 0.5 +770 2 0.675572 0.841471 0.5 +771 1 0.708074 0.885416 0.5 +772 2 0.704814 0.825569 0.5 +773 1 0.735715 0.828256 0.5 +774 2 0.738053 0.79718 0.5 +775 1 0.801139 0.840603 0.5 +776 1 0.830406 0.831558 0.5 +777 1 0.883755 0.826135 0.5 +778 1 0.911848 0.781854 0.5 +779 1 0.910701 0.813628 0.5 +780 1 0.967843 0.817157 0.5 +781 1 0.985987 0.870941 0.5 +782 1 0.0122215 0.858198 0.5 +783 2 0.0290907 0.833762 0.5 +784 1 0.0842009 0.846663 0.5 +785 2 0.17817 0.894407 0.5 +786 1 0.183309 0.863141 0.5 +787 1 0.21421 0.859611 0.5 +788 1 0.242952 0.88061 0.5 +789 1 0.271842 0.87103 0.5 +790 1 0.298337 0.854677 0.5 +791 1 0.355071 0.87068 0.5 +792 1 0.325781 0.868146 0.5 +793 1 0.367024 0.90535 0.5 +794 1 0.422086 0.881982 0.5 +795 1 0.457157 0.867554 0.5 +796 1 0.52269 0.874923 0.5 +797 1 0.489332 0.870995 0.5 +798 1 0.593807 0.891505 0.5 +799 1 0.593356 0.829515 0.5 +800 1 0.663231 0.895961 0.5 +801 1 0.687013 0.912676 0.5 +802 1 0.738725 0.876771 0.5 +803 1 0.762686 0.855177 0.5 +804 1 0.773205 0.828685 0.5 +805 1 0.83264 0.891412 0.5 +806 1 0.820496 0.861595 0.5 +807 1 0.858573 0.839928 0.5 +808 1 0.91049 0.84311 0.5 +809 1 0.938462 0.82793 0.5 +810 1 0.964826 0.84765 0.5 +811 1 0.979193 0.90021 0.5 +812 1 0.00951805 0.889237 0.5 +813 2 0.0370634 0.873029 0.5 +814 1 0.110366 0.862103 0.5 +815 1 0.129746 0.913219 0.5 +816 1 0.165227 0.921345 0.5 +817 1 0.21236 0.888752 0.5 +818 1 0.242256 0.8497 0.5 +819 2 0.258809 0.929047 0.5 +820 1 0.294778 0.885619 0.5 +821 1 0.3793 0.934664 0.5 +822 1 0.391746 0.877553 0.5 +823 1 0.344894 0.934031 0.5 +824 1 0.398521 0.906167 0.5 +825 1 0.46954 0.840163 0.5 +826 2 0.509612 0.901998 0.5 +827 1 0.553896 0.870305 0.5 +828 1 0.582088 0.918573 0.5 +829 1 0.617124 0.872252 0.5 +830 1 0.62909 0.898647 0.5 +831 2 0.684872 0.944343 0.5 +832 1 0.71982 0.917706 0.5 +833 1 0.73799 0.939081 0.5 +834 2 0.746541 0.905744 0.5 +835 1 0.788775 0.871219 0.5 +836 1 0.853778 0.870562 0.5 +837 1 0.885747 0.858422 0.5 +838 1 0.909643 0.875061 0.5 +839 1 0.935382 0.85933 0.5 +840 1 0.956218 0.881652 0.5 +841 2 0.0256894 0.935393 0.5 +842 2 0.0623725 0.925062 0.5 +843 1 0.0964172 0.905722 0.5 +844 1 0.107142 0.959744 0.5 +845 1 0.0823948 0.876334 0.5 +846 2 0.186067 0.944381 0.5 +847 1 0.19568 0.915934 0.5 +848 1 0.238912 0.956039 0.5 +849 1 0.273266 0.958309 0.5 +850 1 0.264447 0.899974 0.5 +851 1 0.338018 0.899309 0.5 +852 1 0.40877 0.934234 0.5 +853 1 0.388769 0.963524 0.5 +854 2 0.426621 0.910928 0.5 +855 2 0.470262 0.926288 0.5 +856 1 0.512962 0.93117 0.5 +857 1 0.521243 0.958667 0.5 +858 1 0.543864 0.935143 0.5 +859 2 0.60792 0.940033 0.5 +860 2 0.635046 0.963615 0.5 +861 1 0.714955 0.95744 0.5 +862 1 0.687566 0.975399 0.5 +863 1 0.741509 0.975749 0.5 +864 1 0.767853 0.951198 0.5 +865 1 0.823139 0.95703 0.5 +866 1 0.799934 0.900302 0.5 +867 2 0.897022 0.903685 0.5 +868 2 0.92966 0.895516 0.5 +869 2 0.902012 0.933653 0.5 +870 1 0.00113376 0.919741 0.5 +871 1 0.996053 0.949586 0.5 +872 1 0.0506916 0.952424 0.5 +873 1 0.0888336 0.937392 0.5 +874 1 0.079592 0.969396 0.5 +875 1 0.128252 0.982822 0.5 +876 2 0.162034 0.00293913 0.5 +877 1 0.193796 0.0103783 0.5 +878 2 0.199131 0.980251 0.5 +879 1 0.26062 0.983888 0.5 +880 2 0.319144 0.969449 0.5 +881 2 0.315548 0.923373 0.5 +882 1 0.358953 0.96172 0.5 +883 1 0.443263 0.978722 0.5 +884 1 0.472032 0.978419 0.5 +885 1 0.457445 0.951539 0.5 +886 1 0.490849 0.952005 0.5 +887 1 0.53429 0.984927 0.5 +888 1 0.553387 0.961788 0.5 +889 1 0.577295 0.946905 0.5 +890 1 0.632663 0.993025 0.5 +891 1 0.660226 0.984699 0.5 +892 1 0.685973 0.00537851 0.5 +893 1 0.717442 0.996552 0.5 +894 2 0.793345 0.0044921 0.5 +895 1 0.789584 0.934568 0.5 +896 1 0.827477 0.924019 0.5 +897 2 0.849743 0.945017 0.5 +898 1 0.876091 0.961318 0.5 +899 1 0.930618 0.980879 0.5 +900 2 0.971837 0.930738 0.5 +901 3 0.637892 0.586274 0.5 +902 4 0.655519 0.590592 0.5 +903 3 0.276601 0.51931 0.5 +904 4 0.264607 0.508301 0.5 +905 3 0.222262 0.142055 0.5 +906 4 0.227142 0.124243 0.5 +907 3 0.841484 0.58139 0.5 +908 4 0.838501 0.600841 0.5 +909 3 0.655543 0.850996 0.5 +910 4 0.646702 0.869193 0.5 +911 3 0.9197 0.232894 0.5 +912 4 0.939365 0.233077 0.5 +913 3 0.529321 0.90443 0.5 +914 4 0.550614 0.903471 0.5 +915 3 0.127144 0.395866 0.5 +916 4 0.142587 0.411412 0.5 +917 3 0.614086 0.399421 0.5 +918 4 0.595251 0.396426 0.5 +919 3 0.0212359 0.337794 0.5 +920 4 0.00682501 0.323037 0.5 +921 3 0.424222 0.365835 0.5 +922 4 0.40753 0.35171 0.5 +923 3 0.686088 0.213431 0.5 +924 4 0.692945 0.234764 0.5 +925 3 0.563552 0.820221 0.5 +926 4 0.542135 0.818813 0.5 +927 3 0.527555 0.478724 0.5 +928 4 0.531977 0.499813 0.5 +929 3 0.370667 0.187797 0.5 +930 4 0.384226 0.179242 0.5 +931 3 0.613463 0.708501 0.5 +932 4 0.593319 0.721019 0.5 +933 3 0.586906 0.345898 0.5 +934 4 0.601964 0.35755 0.5 +935 3 0.308036 0.953307 0.5 +936 4 0.295087 0.937144 0.5 +937 3 0.174966 0.962979 0.5 +938 4 0.154937 0.952206 0.5 +939 3 0.281573 0.324496 0.5 +940 4 0.300275 0.321465 0.5 +941 3 0.210984 0.550764 0.5 +942 4 0.208353 0.570956 0.5 +943 3 0.434278 0.576299 0.5 +944 4 0.454759 0.568602 0.5 +945 3 0.857962 0.922232 0.5 +946 4 0.869882 0.933015 0.5 +947 3 0.135181 0.0451642 0.5 +948 4 0.116733 0.0534442 0.5 +949 3 0.0333219 0.914954 0.5 +950 4 0.0447408 0.896008 0.5 +951 3 0.980526 0.5267 0.5 +952 4 0.976851 0.545076 0.5 +953 3 0.803827 0.378868 0.5 +954 4 0.795392 0.397765 0.5 +955 3 0.645425 0.947125 0.5 +956 4 0.666174 0.955485 0.5 +957 3 0.759616 0.797143 0.5 +958 4 0.769707 0.776814 0.5 +959 3 0.187456 0.168733 0.5 +960 4 0.178757 0.184308 0.5 +961 3 0.574517 0.71223 0.5 +962 4 0.55516 0.710453 0.5 +963 3 0.4809 0.338335 0.5 +964 4 0.486661 0.356347 0.5 +965 3 0.82717 0.213988 0.5 +966 4 0.844415 0.228075 0.5 +967 3 0.952912 0.248009 0.5 +968 4 0.945206 0.267069 0.5 +969 3 0.40557 0.0139747 0.5 +970 4 0.403837 0.0322202 0.5 +971 3 0.337983 0.606129 0.5 +972 4 0.332537 0.621488 0.5 +973 3 0.10372 0.664375 0.5 +974 4 0.122554 0.663432 0.5 +975 3 0.107904 0.158818 0.5 +976 4 0.1176 0.175338 0.5 +977 3 0.32737 0.725252 0.5 +978 4 0.311761 0.739272 0.5 +979 3 0.743097 0.148002 0.5 +980 4 0.762564 0.150493 0.5 +981 3 0.352967 0.128772 0.5 +982 4 0.353084 0.111492 0.5 +983 3 0.877848 0.321135 0.5 +984 4 0.883012 0.344051 0.5 +985 3 0.913834 0.945942 0.5 +986 4 0.934684 0.944657 0.5 +987 3 0.873451 0.45119 0.5 +988 4 0.852931 0.459824 0.5 +989 3 0.297419 0.915444 0.5 +990 4 0.281112 0.927848 0.5 +991 3 0.155539 0.886427 0.5 +992 4 0.140365 0.87209 0.5 +993 3 0.839079 0.0856378 0.5 +994 4 0.829943 0.0677176 0.5 +995 3 0.163873 0.167991 0.5 +996 4 0.160256 0.190398 0.5 +997 3 0.825231 0.151745 0.5 +998 4 0.841105 0.147161 0.5 +999 3 0.95393 0.93217 0.5 +1000 4 0.937942 0.929325 0.5 +1001 3 0.734821 0.489028 0.5 +1002 4 0.714953 0.482861 0.5 +1003 3 0.393158 0.994261 0.5 +1004 4 0.417761 0.994054 0.5 +1005 3 0.954433 0.159432 0.5 +1006 4 0.962463 0.178326 0.5 +1007 3 0.0270967 0.361087 0.5 +1008 4 0.045104 0.357279 0.5 +1009 3 0.777485 0.0159991 0.5 +1010 4 0.761168 0.00314688 0.5 +1011 3 0.073598 0.496908 0.5 +1012 4 0.0524684 0.497255 0.5 +1013 3 0.247581 0.348075 0.5 +1014 4 0.263967 0.348965 0.5 +1015 3 0.376345 0.499965 0.5 +1016 4 0.36596 0.5169 0.5 +1017 3 0.171542 0.986915 0.5 +1018 4 0.155552 0.971108 0.5 +1019 3 0.921862 0.436222 0.5 +1020 4 0.902138 0.442954 0.5 +1021 3 0.546564 0.266269 0.5 +1022 4 0.537472 0.285356 0.5 +1023 3 0.716707 0.503831 0.5 +1024 4 0.700963 0.490356 0.5 +1025 3 0.36747 0.829722 0.5 +1026 4 0.387986 0.828022 0.5 +1027 3 0.748959 0.316449 0.5 +1028 4 0.765374 0.307508 0.5 +1029 3 0.345198 0.505119 0.5 +1030 4 0.357212 0.492104 0.5 +1031 3 0.420948 0.730376 0.5 +1032 4 0.42109 0.710149 0.5 +1033 3 0.140575 0.178672 0.5 +1034 4 0.146486 0.19635 0.5 +1035 3 0.164809 0.2586 0.5 +1036 4 0.181409 0.248485 0.5 +1037 3 0.38558 0.695454 0.5 +1038 4 0.366312 0.686538 0.5 +1039 3 0.279471 0.417953 0.5 +1040 4 0.260286 0.42788 0.5 +1041 3 0.699857 0.256411 0.5 +1042 4 0.689466 0.271159 0.5 +1043 3 0.142841 0.851212 0.5 +1044 4 0.155522 0.864772 0.5 +1045 3 0.784561 0.313482 0.5 +1046 4 0.769371 0.323714 0.5 +1047 3 0.717673 0.0774488 0.5 +1048 4 0.740457 0.0798664 0.5 +1049 3 0.151479 0.0286015 0.5 +1050 4 0.168314 0.028532 0.5 +1051 3 0.312244 0.613654 0.5 +1052 4 0.296149 0.60677 0.5 +1053 3 0.445312 0.919036 0.5 +1054 4 0.445781 0.898854 0.5 +1055 3 0.172912 0.810398 0.5 +1056 4 0.192583 0.806915 0.5 +1057 3 0.815832 0.583093 0.5 +1058 4 0.803773 0.570239 0.5 +1059 3 0.524484 0.457423 0.5 +1060 4 0.518388 0.436952 0.5 +1061 3 0.570101 0.421609 0.5 +1062 4 0.588649 0.411744 0.5 +1063 3 0.493299 0.821892 0.5 +1064 4 0.500044 0.843879 0.5 +1065 3 0.665073 0.936711 0.5 +1066 4 0.644388 0.926498 0.5 +1067 3 0.79066 0.456731 0.5 +1068 4 0.77205 0.458835 0.5 +1069 3 0.923228 0.915825 0.5 +1070 4 0.945263 0.91224 0.5 +1071 3 0.016032 0.557867 0.5 +1072 4 0.998848 0.562711 0.5 +1073 3 0.767259 0.894487 0.5 +1074 4 0.768407 0.914167 0.5 +1075 3 0.702352 0.846116 0.5 +1076 4 0.718622 0.851304 0.5 +1077 3 0.274266 0.0538841 0.5 +1078 4 0.265713 0.0707708 0.5 +1079 3 0.202589 0.257023 0.5 +1080 4 0.182009 0.267462 0.5 +1081 3 0.236778 0.926055 0.5 +1082 4 0.219733 0.936113 0.5 +1083 3 0.0562097 0.863936 0.5 +1084 4 0.0536336 0.843894 0.5 +1085 3 0.723988 0.450425 0.5 +1086 4 0.733677 0.467295 0.5 +1087 3 0.291292 0.982298 0.5 +1088 4 0.30565 0.993621 0.5 +1089 3 0.015891 0.791105 0.5 +1090 4 0.0191683 0.812438 0.5 +1091 3 0.367926 0.806775 0.5 +1092 4 0.385092 0.813152 0.5 +1093 3 0.631728 0.232333 0.5 +1094 4 0.648835 0.221709 0.5 +1095 3 0.527922 0.671215 0.5 +1096 4 0.52068 0.655333 0.5 +1097 3 0.409707 0.579005 0.5 +1098 4 0.413253 0.561112 0.5 +1099 3 0.5605 0.635318 0.5 +1100 4 0.558208 0.617256 0.5 +1101 3 0.301927 0.341109 0.5 +1102 4 0.280826 0.344571 0.5 +1103 3 0.475287 0.373997 0.5 +1104 4 0.455153 0.378632 0.5 +1105 3 0.611473 0.920616 0.5 +1106 4 0.629688 0.931471 0.5 +1107 3 0.407053 0.173608 0.5 +1108 4 0.393583 0.190653 0.5 +1109 3 0.790819 0.779034 0.5 +1110 4 0.778715 0.790034 0.5 +1111 3 0.341149 0.417176 0.5 +1112 4 0.357018 0.42267 0.5 +1113 3 0.892897 0.461281 0.5 +1114 4 0.875189 0.473018 0.5 +1115 3 0.674027 0.234851 0.5 +1116 4 0.66556 0.219105 0.5 +1117 3 0.429694 0.292369 0.5 +1118 4 0.444898 0.277364 0.5 +1119 3 0.757447 0.0254058 0.5 +1120 4 0.746563 0.00899755 0.5 +1121 3 0.95497 0.470098 0.5 +1122 4 0.942116 0.451273 0.5 +1123 3 0.185179 0.481236 0.5 +1124 4 0.170205 0.467824 0.5 +1125 3 0.0130641 0.0261067 0.5 +1126 4 0.990526 0.025527 0.5 +1127 3 0.312172 0.0277663 0.5 +1128 4 0.328989 0.0343617 0.5 +1129 3 0.0519803 0.800647 0.5 +1130 4 0.0343709 0.808062 0.5 +1131 3 0.584363 0.157537 0.5 +1132 4 0.594432 0.14089 0.5 +1133 3 0.590746 0.113862 0.5 +1134 4 0.57985 0.0988281 0.5 +1135 3 0.278968 0.593467 0.5 +1136 4 0.261301 0.602563 0.5 +1137 3 0.103114 0.0238689 0.5 +1138 4 0.114704 0.0359541 0.5 +1139 3 0.296628 0.294501 0.5 +1140 4 0.304319 0.305361 0.5 +1141 3 0.310472 0.125939 0.5 +1142 4 0.33223 0.121736 0.5 +1143 3 0.208042 0.96445 0.5 +1144 4 0.209452 0.946885 0.5 +1145 3 0.944631 0.516905 0.5 +1146 4 0.958131 0.498553 0.5 +1147 3 0.292367 0.733622 0.5 +1148 4 0.302082 0.754017 0.5 +1149 3 0.467337 0.906611 0.5 +1150 4 0.487288 0.909097 0.5 +1151 3 0.718224 0.636779 0.5 +1152 4 0.736158 0.649711 0.5 +1153 3 0.473984 0.519288 0.5 +1154 4 0.464515 0.503718 0.5 +1155 3 0.804539 0.981106 0.5 +1156 4 0.780617 0.986804 0.5 +1157 3 0.374887 0.133196 0.5 +1158 4 0.368766 0.113456 0.5 +1159 3 0.693964 0.58167 0.5 +1160 4 0.700196 0.600121 0.5 +1161 3 0.389555 0.158861 0.5 +1162 4 0.397643 0.140833 0.5 +1163 3 0.80163 0.206646 0.5 +1164 4 0.818114 0.195456 0.5 +1165 3 0.198219 0.499737 0.5 +1166 4 0.205092 0.476798 0.5 +1167 3 0.225362 0.361972 0.5 +1168 4 0.23324 0.377656 0.5 +1169 3 0.570183 0.798916 0.5 +1170 4 0.590023 0.79459 0.5 +1171 3 0.412321 0.152624 0.5 +1172 4 0.415949 0.131818 0.5 +1173 3 0.979237 0.502646 0.5 +1174 4 0.963529 0.513267 0.5 +1175 3 0.677125 0.707677 0.5 +1176 4 0.656983 0.718716 0.5 +1177 3 0.980113 0.00239493 0.5 +1178 4 0.998418 0.0102669 0.5 +1179 3 0.222188 0.6616 0.5 +1180 4 0.226498 0.67992 0.5 +1181 3 0.8259 0.673656 0.5 +1182 4 0.839424 0.662128 0.5 +1183 3 0.666813 0.550758 0.5 +1184 4 0.668948 0.572693 0.5 +1185 3 0.535685 0.712475 0.5 +1186 4 0.547736 0.697287 0.5 +1187 3 0.873953 0.90522 0.5 +1188 4 0.882104 0.923431 0.5 +1189 3 0.73838 0.18894 0.5 +1190 4 0.728809 0.207677 0.5 +1191 3 0.0907549 0.303174 0.5 +1192 4 0.0756009 0.29052 0.5 +1193 3 0.38792 0.539811 0.5 +1194 4 0.398617 0.558225 0.5 +1195 3 0.987182 0.698725 0.5 +1196 4 0.968543 0.685518 0.5 +1197 3 0.0434496 0.824909 0.5 +1198 4 0.0635593 0.821794 0.5 +1199 3 0.0653651 0.903296 0.5 +1200 4 0.0562822 0.886062 0.5 +ITEM: TIMESTEP +1000 +ITEM: NUMBER OF ATOMS +1200 +ITEM: BOX BOUNDS +0 35.8569 +0 35.8569 +-0.1 0.1 +ITEM: ATOMS +1 2 0.00824545 0.98531 0.5 +2 1 0.0498155 0.977101 0.5 +3 1 0.0579974 0.0473558 0.5 +4 1 0.0753377 0.0109554 0.5 +5 1 0.0980062 0.990181 0.5 +6 1 0.193853 0.0381602 0.5 +7 1 0.229108 0.0518034 0.5 +8 1 0.218873 0.0211923 0.5 +9 1 0.231125 0.995112 0.5 +10 2 0.32249 0.99955 0.5 +11 1 0.346257 0.981259 0.5 +12 2 0.376954 0.987677 0.5 +13 1 0.428656 0.950227 0.5 +14 1 0.450941 0.00899429 0.5 +15 1 0.486737 0.0143275 0.5 +16 1 0.504876 0.987321 0.5 +17 1 0.517051 0.0180186 0.5 +18 1 0.605202 0.00559982 0.5 +19 1 0.610872 0.972911 0.5 +20 1 0.628645 0.0272733 0.5 +21 1 0.666863 0.0130615 0.5 +22 1 0.675177 0.0684209 0.5 +23 1 0.721401 0.0197978 0.5 +24 2 0.771049 0.0470799 0.5 +25 2 0.795531 0.969767 0.5 +26 1 0.833248 0.0358986 0.5 +27 1 0.864923 0.00070744 0.5 +28 1 0.845471 0.977516 0.5 +29 1 0.91406 0.976465 0.5 +30 1 0.97867 0.979385 0.5 +31 1 0.95681 0.00145155 0.5 +32 1 0.0258902 0.95868 0.5 +33 2 0.0474013 0.00962323 0.5 +34 1 0.0816976 0.0758885 0.5 +35 2 0.127737 0.0174123 0.5 +36 1 0.197202 0.0695348 0.5 +37 1 0.163549 0.049456 0.5 +38 2 0.278929 0.0385527 0.5 +39 1 0.24833 0.0275795 0.5 +40 2 0.282813 0.00650822 0.5 +41 1 0.381341 0.0555685 0.5 +42 2 0.376588 0.0245516 0.5 +43 1 0.436051 0.0365077 0.5 +44 1 0.464943 0.0416056 0.5 +45 1 0.474723 0.0698332 0.5 +46 1 0.497759 0.0403087 0.5 +47 1 0.547829 0.0176714 0.5 +48 1 0.578088 0.990069 0.5 +49 1 0.600769 0.0385675 0.5 +50 1 0.584947 0.0646316 0.5 +51 1 0.652217 0.0474423 0.5 +52 1 0.687574 0.032941 0.5 +53 1 0.739941 0.0620379 0.5 +54 1 0.78909 0.073041 0.5 +55 1 0.807403 0.0504531 0.5 +56 1 0.824854 0.00305339 0.5 +57 1 0.896332 0.0281132 0.5 +58 1 0.894424 1.00005 0.5 +59 1 0.913024 0.0509859 0.5 +60 1 0.92356 0.00736408 0.5 +61 1 0.979386 0.0246482 0.5 +62 1 0.029041 0.0555593 0.5 +63 2 0.0915932 0.0414022 0.5 +64 1 0.0679705 0.107678 0.5 +65 2 0.137297 0.064536 0.5 +66 1 0.167673 0.0781107 0.5 +67 1 0.189437 0.0979518 0.5 +68 1 0.22175 0.0880819 0.5 +69 1 0.294318 0.0712584 0.5 +70 1 0.32629 0.069651 0.5 +71 1 0.355962 0.0800644 0.5 +72 1 0.351918 0.00831897 0.5 +73 1 0.41224 0.0622048 0.5 +74 1 0.444218 0.0657115 0.5 +75 1 0.45784 0.102491 0.5 +76 1 0.504655 0.068165 0.5 +77 1 0.528907 0.0439511 0.5 +78 1 0.560889 0.0456288 0.5 +79 1 0.579332 0.0203061 0.5 +80 1 0.624034 0.0577449 0.5 +81 1 0.644953 0.0799922 0.5 +82 2 0.698278 0.0918755 0.5 +83 1 0.710681 0.0577648 0.5 +84 1 0.767374 0.0955452 0.5 +85 1 0.810096 0.130103 0.5 +86 2 0.830015 0.102412 0.5 +87 1 0.880996 0.0559262 0.5 +88 1 0.863336 0.032723 0.5 +89 1 0.902546 0.0791341 0.5 +90 1 0.950563 0.0369117 0.5 +91 1 0.995604 0.053453 0.5 +92 1 0.0214733 0.084354 0.5 +93 1 0.0517296 0.0770922 0.5 +94 1 0.0360535 0.10846 0.5 +95 1 0.10841 0.0827112 0.5 +96 1 0.13799 0.0958952 0.5 +97 1 0.163674 0.111881 0.5 +98 1 0.286049 0.100615 0.5 +99 1 0.254361 0.10121 0.5 +100 2 0.300756 0.128477 0.5 +101 1 0.315382 0.0960275 0.5 +102 1 0.353512 0.0447582 0.5 +103 2 0.397972 0.118709 0.5 +104 1 0.387537 0.0852235 0.5 +105 1 0.482617 0.128313 0.5 +106 1 0.492677 0.0999076 0.5 +107 1 0.540203 0.0724209 0.5 +108 1 0.546571 0.103822 0.5 +109 2 0.603646 0.129836 0.5 +110 1 0.610905 0.0821789 0.5 +111 1 0.630402 0.109732 0.5 +112 1 0.665746 0.102192 0.5 +113 1 0.721279 0.119245 0.5 +114 1 0.79792 0.099708 0.5 +115 1 0.790459 0.154463 0.5 +116 2 0.812774 0.176607 0.5 +117 1 0.862417 0.0876047 0.5 +118 1 0.886264 0.108924 0.5 +119 1 0.937086 0.0688732 0.5 +120 1 0.966263 0.0615073 0.5 +121 1 0.975806 0.120443 0.5 +122 1 0.0065757 0.11542 0.5 +123 1 0.0277669 0.137689 0.5 +124 1 0.0594331 0.138017 0.5 +125 2 0.0874927 0.13211 0.5 +126 1 0.135564 0.125602 0.5 +127 2 0.128459 0.152852 0.5 +128 1 0.190269 0.128136 0.5 +129 2 0.234691 0.146954 0.5 +130 1 0.272527 0.130084 0.5 +131 2 0.338332 0.144775 0.5 +132 1 0.343375 0.178306 0.5 +133 2 0.365379 0.15657 0.5 +134 1 0.422906 0.0908345 0.5 +135 1 0.513183 0.122742 0.5 +136 1 0.542029 0.13691 0.5 +137 1 0.520965 0.0921589 0.5 +138 1 0.571037 0.124413 0.5 +139 1 0.615917 0.173759 0.5 +140 1 0.62908 0.144832 0.5 +141 1 0.657615 0.134461 0.5 +142 1 0.686312 0.125006 0.5 +143 1 0.704027 0.145966 0.5 +144 1 0.749839 0.121937 0.5 +145 1 0.780061 0.185835 0.5 +146 1 0.841987 0.183153 0.5 +147 1 0.860253 0.161224 0.5 +148 1 0.913264 0.12172 0.5 +149 1 0.927054 0.0967194 0.5 +150 1 0.989078 0.0873808 0.5 +151 2 0.963906 0.145301 0.5 +152 1 0.0165019 0.165575 0.5 +153 1 0.99654 0.144152 0.5 +154 1 0.0474346 0.165328 0.5 +155 1 0.108808 0.115487 0.5 +156 1 0.101241 0.195972 0.5 +157 2 0.162112 0.144264 0.5 +158 1 0.231694 0.176731 0.5 +159 2 0.197257 0.159321 0.5 +160 1 0.287936 0.154944 0.5 +161 1 0.317688 0.165273 0.5 +162 2 0.416984 0.176366 0.5 +163 1 0.446468 0.19652 0.5 +164 2 0.44099 0.137861 0.5 +165 1 0.480538 0.159696 0.5 +166 1 0.537606 0.169116 0.5 +167 1 0.591167 0.196778 0.5 +168 2 0.569081 0.154452 0.5 +169 1 0.617688 0.213614 0.5 +170 1 0.644975 0.200276 0.5 +171 1 0.64939 0.167658 0.5 +172 1 0.677318 0.15511 0.5 +173 2 0.729823 0.164467 0.5 +174 1 0.778205 0.126302 0.5 +175 2 0.747912 0.196375 0.5 +176 2 0.849267 0.2147 0.5 +177 1 0.869733 0.190252 0.5 +178 1 0.859996 0.123518 0.5 +179 1 0.944009 0.123816 0.5 +180 1 0.957548 0.0913094 0.5 +181 1 0.983134 0.178635 0.5 +182 1 0.0051186 0.206144 0.5 +183 1 0.077964 0.162879 0.5 +184 1 0.0694939 0.192972 0.5 +185 1 0.0904183 0.225961 0.5 +186 1 0.150602 0.228165 0.5 +187 1 0.17993 0.214446 0.5 +188 1 0.203764 0.195071 0.5 +189 1 0.259139 0.167235 0.5 +190 1 0.28436 0.221834 0.5 +191 1 0.291907 0.186631 0.5 +192 2 0.351338 0.205622 0.5 +193 1 0.475873 0.189677 0.5 +194 1 0.448746 0.167943 0.5 +195 1 0.512269 0.15254 0.5 +196 1 0.497148 0.211525 0.5 +197 1 0.531271 0.196152 0.5 +198 1 0.589199 0.225849 0.5 +199 1 0.55482 0.221191 0.5 +200 1 0.637015 0.270108 0.5 +201 2 0.675042 0.264557 0.5 +202 1 0.671733 0.185612 0.5 +203 1 0.70032 0.17512 0.5 +204 1 0.753028 0.22858 0.5 +205 2 0.786683 0.219478 0.5 +206 1 0.898355 0.199159 0.5 +207 1 0.893058 0.170323 0.5 +208 1 0.888269 0.139242 0.5 +209 1 0.920553 0.151166 0.5 +210 1 0.943441 0.205403 0.5 +211 1 0.97243 0.207471 0.5 +212 1 0.0337872 0.196312 0.5 +213 1 0.057222 0.223365 0.5 +214 1 0.10458 0.253208 0.5 +215 1 0.120692 0.291103 0.5 +216 1 0.12251 0.229028 0.5 +217 1 0.209928 0.223145 0.5 +218 1 0.23373 0.205989 0.5 +219 1 0.263532 0.198246 0.5 +220 1 0.2852 0.278317 0.5 +221 1 0.292094 0.250905 0.5 +222 1 0.385967 0.21499 0.5 +223 1 0.416465 0.207528 0.5 +224 1 0.441781 0.235249 0.5 +225 1 0.502331 0.180919 0.5 +226 1 0.495987 0.240278 0.5 +227 1 0.528462 0.233965 0.5 +228 1 0.56301 0.186111 0.5 +229 1 0.580438 0.256504 0.5 +230 2 0.617175 0.241164 0.5 +231 1 0.606369 0.273909 0.5 +232 2 0.702107 0.207249 0.5 +233 2 0.716324 0.266555 0.5 +234 1 0.723306 0.236301 0.5 +235 1 0.775662 0.248401 0.5 +236 1 0.859513 0.252033 0.5 +237 1 0.880401 0.222223 0.5 +238 2 0.903637 0.242941 0.5 +239 1 0.924381 0.181871 0.5 +240 2 0.964356 0.236495 0.5 +241 1 0.025314 0.227945 0.5 +242 1 0.0414907 0.255423 0.5 +243 1 0.0717112 0.252241 0.5 +244 1 0.0310348 0.285721 0.5 +245 2 0.0859423 0.285444 0.5 +246 1 0.134374 0.259842 0.5 +247 2 0.226288 0.248349 0.5 +248 1 0.255872 0.265749 0.5 +249 1 0.254647 0.234369 0.5 +250 1 0.315818 0.271833 0.5 +251 1 0.312251 0.228195 0.5 +252 1 0.372492 0.240257 0.5 +253 1 0.407461 0.236699 0.5 +254 1 0.46937 0.253335 0.5 +255 1 0.467163 0.220077 0.5 +256 1 0.495767 0.270126 0.5 +257 2 0.52741 0.271247 0.5 +258 1 0.550616 0.251733 0.5 +259 1 0.578244 0.290461 0.5 +260 1 0.662812 0.291002 0.5 +261 1 0.62666 0.363529 0.5 +262 2 0.73683 0.289499 0.5 +263 1 0.744897 0.258547 0.5 +264 1 0.766248 0.28023 0.5 +265 1 0.806542 0.246925 0.5 +266 1 0.828861 0.266579 0.5 +267 1 0.888128 0.274101 0.5 +268 1 0.909846 0.300723 0.5 +269 1 0.918524 0.270959 0.5 +270 1 0.992635 0.233546 0.5 +271 1 0.967628 0.290607 0.5 +272 1 0.979348 0.263643 0.5 +273 1 0.998135 0.287661 0.5 +274 1 0.124631 0.320851 0.5 +275 2 0.156291 0.28034 0.5 +276 1 0.184047 0.29585 0.5 +277 1 0.222898 0.282678 0.5 +278 1 0.237592 0.312417 0.5 +279 1 0.265078 0.298145 0.5 +280 1 0.319978 0.198118 0.5 +281 1 0.344108 0.236058 0.5 +282 1 0.351952 0.268412 0.5 +283 1 0.388052 0.265528 0.5 +284 2 0.418475 0.264792 0.5 +285 1 0.447675 0.304218 0.5 +286 1 0.472982 0.288923 0.5 +287 1 0.500196 0.301153 0.5 +288 1 0.527282 0.320863 0.5 +289 1 0.557185 0.313171 0.5 +290 1 0.641106 0.311194 0.5 +291 1 0.649796 0.341906 0.5 +292 1 0.671399 0.319214 0.5 +293 1 0.7041 0.318008 0.5 +294 2 0.793141 0.310103 0.5 +295 1 0.797602 0.274592 0.5 +296 1 0.824884 0.295986 0.5 +297 1 0.857127 0.282593 0.5 +298 1 0.920329 0.329073 0.5 +299 1 0.942245 0.30743 0.5 +300 1 0.947637 0.342737 0.5 +301 1 0.970972 0.323045 0.5 +302 1 0.0103572 0.258856 0.5 +303 1 0.0475293 0.313065 0.5 +304 1 0.156653 0.311705 0.5 +305 1 0.183158 0.333076 0.5 +306 2 0.201376 0.357184 0.5 +307 1 0.171026 0.364191 0.5 +308 1 0.208696 0.319236 0.5 +309 2 0.230522 0.34278 0.5 +310 2 0.328917 0.340147 0.5 +311 2 0.304428 0.300184 0.5 +312 1 0.33804 0.293904 0.5 +313 1 0.356558 0.331244 0.5 +314 1 0.36939 0.294308 0.5 +315 1 0.399637 0.291848 0.5 +316 1 0.498077 0.375568 0.5 +317 2 0.500766 0.339677 0.5 +318 1 0.548807 0.3428 0.5 +319 1 0.61123 0.301887 0.5 +320 1 0.620394 0.334755 0.5 +321 1 0.679945 0.348115 0.5 +322 1 0.712033 0.346005 0.5 +323 1 0.728349 0.377233 0.5 +324 1 0.743694 0.3518 0.5 +325 1 0.817379 0.323466 0.5 +326 1 0.858803 0.34434 0.5 +327 1 0.850237 0.31381 0.5 +328 2 0.880172 0.304396 0.5 +329 1 0.950336 0.376951 0.5 +330 1 0.974324 0.35707 0.5 +331 1 0.00426042 0.399011 0.5 +332 2 0.00457224 0.355819 0.5 +333 2 0.0448578 0.37282 0.5 +334 1 0.0616456 0.349848 0.5 +335 1 0.0895491 0.333024 0.5 +336 1 0.149119 0.339318 0.5 +337 1 0.207605 0.445505 0.5 +338 1 0.230085 0.425476 0.5 +339 2 0.261171 0.328951 0.5 +340 1 0.324662 0.381525 0.5 +341 1 0.35285 0.363917 0.5 +342 1 0.379931 0.353941 0.5 +343 2 0.401017 0.37373 0.5 +344 1 0.38884 0.319351 0.5 +345 1 0.417489 0.317283 0.5 +346 1 0.510163 0.404409 0.5 +347 1 0.523415 0.361202 0.5 +348 1 0.562296 0.369826 0.5 +349 2 0.588435 0.325104 0.5 +350 1 0.639095 0.391196 0.5 +351 1 0.662355 0.371762 0.5 +352 1 0.69601 0.374603 0.5 +353 1 0.736956 0.410457 0.5 +354 1 0.761816 0.37546 0.5 +355 1 0.808942 0.349845 0.5 +356 1 0.834019 0.363576 0.5 +357 1 0.863501 0.373345 0.5 +358 1 0.891646 0.382046 0.5 +359 1 0.92233 0.361579 0.5 +360 1 0.973822 0.391866 0.5 +361 1 0.974906 0.420092 0.5 +362 1 0.0650859 0.391343 0.5 +363 2 0.112941 0.391735 0.5 +364 1 0.088773 0.366872 0.5 +365 1 0.118657 0.351264 0.5 +366 1 0.141589 0.370917 0.5 +367 1 0.194112 0.385803 0.5 +368 1 0.255685 0.399361 0.5 +369 1 0.288211 0.39041 0.5 +370 1 0.315775 0.410993 0.5 +371 2 0.349021 0.40178 0.5 +372 1 0.374949 0.384715 0.5 +373 1 0.405247 0.400087 0.5 +374 1 0.433951 0.395405 0.5 +375 1 0.441922 0.333873 0.5 +376 2 0.460577 0.375759 0.5 +377 1 0.537127 0.385831 0.5 +378 2 0.563094 0.403899 0.5 +379 2 0.603778 0.383003 0.5 +380 1 0.651248 0.417809 0.5 +381 1 0.677879 0.400626 0.5 +382 1 0.693835 0.430903 0.5 +383 1 0.707908 0.404915 0.5 +384 1 0.767751 0.41171 0.5 +385 1 0.778906 0.343369 0.5 +386 1 0.84272 0.393794 0.5 +387 1 0.870259 0.403096 0.5 +388 1 0.924227 0.391473 0.5 +389 1 0.955706 0.443022 0.5 +390 1 0.9468 0.411074 0.5 +391 1 0.00431475 0.428118 0.5 +392 1 0.0382249 0.407754 0.5 +393 1 0.0925845 0.414764 0.5 +394 1 0.065313 0.425794 0.5 +395 1 0.114817 0.434525 0.5 +396 1 0.165534 0.395735 0.5 +397 1 0.198691 0.416152 0.5 +398 1 0.171964 0.431323 0.5 +399 2 0.295107 0.437062 0.5 +400 1 0.327401 0.438342 0.5 +401 1 0.343159 0.464006 0.5 +402 1 0.408416 0.45297 0.5 +403 1 0.391174 0.425664 0.5 +404 1 0.426102 0.424864 0.5 +405 1 0.457166 0.418674 0.5 +406 1 0.479695 0.398378 0.5 +407 1 0.536942 0.419232 0.5 +408 1 0.607683 0.467532 0.5 +409 1 0.602719 0.437295 0.5 +410 1 0.635293 0.474604 0.5 +411 1 0.634174 0.445621 0.5 +412 1 0.664545 0.444998 0.5 +413 2 0.722539 0.438505 0.5 +414 1 0.758302 0.43955 0.5 +415 1 0.820773 0.450149 0.5 +416 2 0.791179 0.371511 0.5 +417 1 0.898505 0.412711 0.5 +418 2 0.929291 0.455087 0.5 +419 2 0.893876 0.489495 0.5 +420 2 0.982956 0.464141 0.5 +421 1 0.0119494 0.458744 0.5 +422 1 0.0367163 0.438047 0.5 +423 1 0.0645024 0.455186 0.5 +424 1 0.0917447 0.459211 0.5 +425 1 0.126887 0.463714 0.5 +426 1 0.145024 0.442204 0.5 +427 2 0.207522 0.524699 0.5 +428 1 0.259443 0.490526 0.5 +429 1 0.242083 0.460344 0.5 +430 1 0.278025 0.464863 0.5 +431 2 0.322965 0.492498 0.5 +432 1 0.379212 0.454362 0.5 +433 1 0.442252 0.477977 0.5 +434 1 0.471717 0.466092 0.5 +435 1 0.442602 0.448329 0.5 +436 1 0.482058 0.437659 0.5 +437 2 0.552013 0.444632 0.5 +438 1 0.577146 0.459695 0.5 +439 1 0.588738 0.492853 0.5 +440 1 0.61737 0.501538 0.5 +441 1 0.648479 0.501131 0.5 +442 1 0.690941 0.46041 0.5 +443 2 0.760292 0.488439 0.5 +444 1 0.79477 0.433354 0.5 +445 1 0.815131 0.411443 0.5 +446 1 0.840929 0.426082 0.5 +447 2 0.870766 0.433584 0.5 +448 1 0.915574 0.511486 0.5 +449 1 0.925504 0.483016 0.5 +450 2 0.0119003 0.49144 0.5 +451 1 0.0236844 0.518426 0.5 +452 2 0.0230548 0.549695 0.5 +453 1 0.0418543 0.471632 0.5 +454 1 0.151817 0.479586 0.5 +455 2 0.172596 0.501208 0.5 +456 1 0.143422 0.510197 0.5 +457 1 0.172414 0.531967 0.5 +458 1 0.23067 0.502075 0.5 +459 1 0.238934 0.535333 0.5 +460 2 0.28879 0.541477 0.5 +461 1 0.307753 0.464698 0.5 +462 1 0.317305 0.524077 0.5 +463 1 0.389985 0.482087 0.5 +464 2 0.408752 0.537789 0.5 +465 1 0.500603 0.501646 0.5 +466 1 0.500385 0.469052 0.5 +467 2 0.551809 0.476193 0.5 +468 1 0.56125 0.50568 0.5 +469 1 0.60105 0.528278 0.5 +470 2 0.669556 0.529708 0.5 +471 1 0.685155 0.50259 0.5 +472 1 0.666509 0.478143 0.5 +473 1 0.80002 0.506508 0.5 +474 1 0.792016 0.540245 0.5 +475 2 0.794541 0.476894 0.5 +476 1 0.880462 0.549689 0.5 +477 1 0.888497 0.520912 0.5 +478 1 0.856215 0.53236 0.5 +479 1 0.912149 0.540679 0.5 +480 2 0.996782 0.531652 0.5 +481 1 0.0568434 0.559131 0.5 +482 1 0.0544783 0.529596 0.5 +483 2 0.0791 0.509102 0.5 +484 1 0.108974 0.49435 0.5 +485 1 0.0874602 0.542658 0.5 +486 1 0.139749 0.539885 0.5 +487 2 0.190514 0.555651 0.5 +488 1 0.235699 0.564692 0.5 +489 1 0.263824 0.556544 0.5 +490 1 0.291642 0.572982 0.5 +491 1 0.314887 0.554335 0.5 +492 1 0.293019 0.49273 0.5 +493 2 0.39079 0.511637 0.5 +494 1 0.436925 0.522035 0.5 +495 1 0.419326 0.497533 0.5 +496 1 0.50146 0.540575 0.5 +497 1 0.550779 0.561664 0.5 +498 1 0.590806 0.558335 0.5 +499 1 0.569946 0.535768 0.5 +500 1 0.634867 0.529719 0.5 +501 1 0.702033 0.527755 0.5 +502 1 0.744847 0.56912 0.5 +503 1 0.772801 0.514841 0.5 +504 1 0.759229 0.542025 0.5 +505 1 0.824531 0.480772 0.5 +506 1 0.860756 0.497872 0.5 +507 1 0.907506 0.57229 0.5 +508 1 0.938579 0.557322 0.5 +509 1 0.936284 0.587566 0.5 +510 2 0.943779 0.524538 0.5 +511 1 0.00106599 0.592928 0.5 +512 1 0.0834201 0.575637 0.5 +513 1 0.110062 0.591083 0.5 +514 1 0.115911 0.559855 0.5 +515 1 0.111883 0.523532 0.5 +516 1 0.13877 0.583001 0.5 +517 1 0.161817 0.558305 0.5 +518 1 0.230224 0.594461 0.5 +519 2 0.260097 0.586363 0.5 +520 2 0.357028 0.600931 0.5 +521 2 0.316719 0.592329 0.5 +522 1 0.34037 0.574392 0.5 +523 1 0.343277 0.542224 0.5 +524 2 0.440656 0.55318 0.5 +525 1 0.519453 0.564933 0.5 +526 2 0.46787 0.541267 0.5 +527 1 0.537702 0.534827 0.5 +528 1 0.57695 0.589183 0.5 +529 1 0.607663 0.583732 0.5 +530 1 0.621042 0.557062 0.5 +531 2 0.733862 0.527159 0.5 +532 1 0.71904 0.553497 0.5 +533 1 0.779602 0.570629 0.5 +534 1 0.822915 0.538527 0.5 +535 1 0.833992 0.50999 0.5 +536 2 0.852919 0.561881 0.5 +537 1 0.878575 0.580639 0.5 +538 1 0.903488 0.602795 0.5 +539 1 0.966095 0.604936 0.5 +540 1 0.971215 0.577167 0.5 +541 1 0.0311464 0.581619 0.5 +542 1 0.0591189 0.591117 0.5 +543 1 0.0839977 0.608704 0.5 +544 1 0.114178 0.620489 0.5 +545 1 0.147699 0.61157 0.5 +546 1 0.175612 0.623262 0.5 +547 1 0.175369 0.583401 0.5 +548 1 0.198232 0.601903 0.5 +549 1 0.259574 0.647641 0.5 +550 1 0.289074 0.634549 0.5 +551 1 0.370184 0.574695 0.5 +552 1 0.397501 0.634256 0.5 +553 2 0.41544 0.598214 0.5 +554 1 0.447419 0.607725 0.5 +555 1 0.480159 0.605925 0.5 +556 1 0.510082 0.593735 0.5 +557 1 0.540371 0.590677 0.5 +558 1 0.594425 0.613395 0.5 +559 1 0.627675 0.611273 0.5 +560 2 0.64873 0.557992 0.5 +561 2 0.685663 0.592489 0.5 +562 1 0.761384 0.592923 0.5 +563 1 0.732174 0.59896 0.5 +564 1 0.75322 0.633019 0.5 +565 2 0.796003 0.59921 0.5 +566 1 0.816338 0.626456 0.5 +567 1 0.872869 0.610908 0.5 +568 1 0.894977 0.630777 0.5 +569 1 0.931967 0.621824 0.5 +570 1 0.981911 0.630076 0.5 +571 1 0.0373725 0.610239 0.5 +572 1 0.061302 0.626213 0.5 +573 1 0.0607174 0.659346 0.5 +574 1 0.0906777 0.642998 0.5 +575 1 0.149446 0.643625 0.5 +576 1 0.178582 0.653318 0.5 +577 1 0.203168 0.636517 0.5 +578 1 0.236258 0.626303 0.5 +579 1 0.285786 0.668149 0.5 +580 1 0.311463 0.652628 0.5 +581 1 0.386056 0.606686 0.5 +582 1 0.380141 0.660717 0.5 +583 1 0.410321 0.663633 0.5 +584 1 0.436544 0.639026 0.5 +585 1 0.496494 0.658173 0.5 +586 1 0.485816 0.566054 0.5 +587 2 0.553629 0.639604 0.5 +588 1 0.607406 0.643709 0.5 +589 1 0.637561 0.639688 0.5 +590 1 0.686547 0.626753 0.5 +591 1 0.693827 0.655481 0.5 +592 1 0.683088 0.684451 0.5 +593 2 0.719621 0.625713 0.5 +594 1 0.771914 0.657681 0.5 +595 1 0.782888 0.628082 0.5 +596 1 0.84424 0.623739 0.5 +597 1 0.866692 0.642745 0.5 +598 1 0.893728 0.66221 0.5 +599 1 0.922686 0.649717 0.5 +600 1 0.954048 0.642315 0.5 +601 1 0.00896392 0.657554 0.5 +602 1 0.0347001 0.643122 0.5 +603 1 0.0735415 0.695739 0.5 +604 2 0.0911735 0.6722 0.5 +605 1 0.157852 0.673688 0.5 +606 2 0.20386 0.671255 0.5 +607 1 0.207932 0.716169 0.5 +608 1 0.258545 0.681007 0.5 +609 1 0.281122 0.700062 0.5 +610 1 0.311158 0.6848 0.5 +611 1 0.352275 0.651877 0.5 +612 1 0.366957 0.627692 0.5 +613 1 0.464758 0.631223 0.5 +614 1 0.470178 0.670773 0.5 +615 1 0.501101 0.629907 0.5 +616 1 0.530364 0.619791 0.5 +617 1 0.578063 0.663991 0.5 +618 1 0.606709 0.673912 0.5 +619 1 0.655943 0.617996 0.5 +620 1 0.636204 0.670069 0.5 +621 1 0.664239 0.65614 0.5 +622 1 0.714411 0.676245 0.5 +623 1 0.741613 0.686268 0.5 +624 1 0.795827 0.680667 0.5 +625 1 0.800773 0.651672 0.5 +626 2 0.829711 0.688195 0.5 +627 1 0.860994 0.676024 0.5 +628 1 0.919341 0.681661 0.5 +629 1 0.953281 0.673497 0.5 +630 1 0.00974365 0.621666 0.5 +631 2 0.0138515 0.690193 0.5 +632 1 0.0426681 0.681788 0.5 +633 1 0.0461073 0.71178 0.5 +634 1 0.125676 0.693168 0.5 +635 1 0.155935 0.709606 0.5 +636 1 0.182091 0.694797 0.5 +637 1 0.180027 0.732905 0.5 +638 1 0.245596 0.70701 0.5 +639 2 0.311013 0.713119 0.5 +640 1 0.344751 0.744376 0.5 +641 1 0.340749 0.680748 0.5 +642 1 0.356262 0.715371 0.5 +643 2 0.421203 0.693616 0.5 +644 1 0.440158 0.667624 0.5 +645 1 0.491629 0.690626 0.5 +646 2 0.51684 0.704201 0.5 +647 2 0.523662 0.675 0.5 +648 1 0.581701 0.756 0.5 +649 2 0.58106 0.69088 0.5 +650 2 0.656322 0.697894 0.5 +651 1 0.644274 0.759112 0.5 +652 1 0.69214 0.722265 0.5 +653 1 0.713654 0.704821 0.5 +654 1 0.767509 0.698049 0.5 +655 1 0.806727 0.707721 0.5 +656 1 0.860408 0.711331 0.5 +657 1 0.889424 0.692572 0.5 +658 1 0.911256 0.711337 0.5 +659 1 0.939617 0.705998 0.5 +660 1 0.980308 0.66313 0.5 +661 1 0.991495 0.740903 0.5 +662 1 0.0183262 0.726869 0.5 +663 1 0.099913 0.709912 0.5 +664 1 0.127086 0.726835 0.5 +665 1 0.125716 0.758265 0.5 +666 1 0.153328 0.744233 0.5 +667 1 0.202701 0.776803 0.5 +668 1 0.206973 0.748618 0.5 +669 1 0.231736 0.735506 0.5 +670 2 0.271103 0.726316 0.5 +671 1 0.374351 0.746992 0.5 +672 1 0.387537 0.722012 0.5 +673 1 0.453281 0.731277 0.5 +674 1 0.452664 0.698201 0.5 +675 1 0.481678 0.721061 0.5 +676 1 0.523465 0.732953 0.5 +677 1 0.551828 0.746481 0.5 +678 1 0.616323 0.737236 0.5 +679 2 0.612766 0.703345 0.5 +680 1 0.64028 0.821434 0.5 +681 1 0.669051 0.744794 0.5 +682 1 0.746805 0.718554 0.5 +683 1 0.752393 0.747518 0.5 +684 1 0.778317 0.729313 0.5 +685 1 0.830484 0.728171 0.5 +686 1 0.82854 0.765952 0.5 +687 1 0.885222 0.729046 0.5 +688 1 0.910202 0.746726 0.5 +689 1 0.937142 0.735056 0.5 +690 1 0.966052 0.725261 0.5 +691 1 0.990742 0.773161 0.5 +692 1 0.0174604 0.75731 0.5 +693 1 0.071862 0.726307 0.5 +694 1 0.0693398 0.756834 0.5 +695 1 0.100254 0.740982 0.5 +696 1 0.151513 0.776671 0.5 +697 1 0.265824 0.756789 0.5 +698 1 0.257713 0.789003 0.5 +699 1 0.286915 0.776106 0.5 +700 1 0.31545 0.766965 0.5 +701 1 0.342885 0.776253 0.5 +702 1 0.376886 0.77821 0.5 +703 2 0.407372 0.746404 0.5 +704 1 0.406372 0.775317 0.5 +705 1 0.470144 0.755038 0.5 +706 1 0.498138 0.745072 0.5 +707 1 0.524203 0.761824 0.5 +708 2 0.553306 0.77459 0.5 +709 1 0.616175 0.772588 0.5 +710 1 0.619846 0.84831 0.5 +711 1 0.645762 0.787411 0.5 +712 1 0.696115 0.757273 0.5 +713 1 0.721776 0.736698 0.5 +714 2 0.779264 0.759327 0.5 +715 1 0.805534 0.7438 0.5 +716 1 0.854566 0.776653 0.5 +717 1 0.857343 0.74216 0.5 +718 1 0.880312 0.762602 0.5 +719 1 0.93701 0.766689 0.5 +720 1 0.963472 0.752893 0.5 +721 2 0.993628 0.805539 0.5 +722 1 0.0457081 0.74266 0.5 +723 2 0.0666338 0.792761 0.5 +724 1 0.0939206 0.773096 0.5 +725 1 0.1231 0.790294 0.5 +726 2 0.175668 0.796362 0.5 +727 1 0.178359 0.765058 0.5 +728 1 0.233055 0.764681 0.5 +729 1 0.282188 0.811079 0.5 +730 1 0.27327 0.840369 0.5 +731 1 0.309494 0.798931 0.5 +732 2 0.339691 0.805496 0.5 +733 1 0.4349 0.78984 0.5 +734 1 0.440108 0.758488 0.5 +735 1 0.464142 0.784506 0.5 +736 2 0.485307 0.803868 0.5 +737 1 0.493122 0.771661 0.5 +738 1 0.515372 0.794047 0.5 +739 1 0.618795 0.800258 0.5 +740 1 0.701573 0.875292 0.5 +741 1 0.670599 0.802946 0.5 +742 1 0.670622 0.773059 0.5 +743 1 0.699896 0.789502 0.5 +744 1 0.72563 0.769686 0.5 +745 1 0.798227 0.804768 0.5 +746 1 0.832155 0.795365 0.5 +747 1 0.854922 0.811701 0.5 +748 1 0.878898 0.796111 0.5 +749 1 0.93737 0.799577 0.5 +750 1 0.964258 0.783279 0.5 +751 1 0.98624 0.83665 0.5 +752 1 0.0423927 0.77252 0.5 +753 1 0.0937893 0.803064 0.5 +754 1 0.119492 0.819152 0.5 +755 1 0.150338 0.810745 0.5 +756 2 0.155938 0.840884 0.5 +757 1 0.19338 0.847028 0.5 +758 1 0.224412 0.803552 0.5 +759 1 0.22041 0.83199 0.5 +760 1 0.24938 0.818603 0.5 +761 1 0.307217 0.826878 0.5 +762 2 0.345711 0.83412 0.5 +763 1 0.406709 0.846829 0.5 +764 1 0.419767 0.815211 0.5 +765 1 0.454357 0.819236 0.5 +766 1 0.436232 0.844231 0.5 +767 1 0.53543 0.822187 0.5 +768 1 0.587091 0.856225 0.5 +769 2 0.567568 0.827344 0.5 +770 2 0.667544 0.832202 0.5 +771 1 0.721582 0.898102 0.5 +772 2 0.717936 0.820157 0.5 +773 1 0.743488 0.838867 0.5 +774 2 0.744265 0.805486 0.5 +775 1 0.792386 0.844236 0.5 +776 1 0.820414 0.824754 0.5 +777 1 0.880812 0.825753 0.5 +778 1 0.911163 0.781472 0.5 +779 1 0.906753 0.812367 0.5 +780 1 0.966182 0.812787 0.5 +781 1 0.983312 0.871565 0.5 +782 1 0.0106686 0.861936 0.5 +783 2 0.0177625 0.831918 0.5 +784 1 0.095698 0.83691 0.5 +785 2 0.146906 0.90067 0.5 +786 1 0.185514 0.87748 0.5 +787 1 0.216111 0.864676 0.5 +788 1 0.237741 0.88386 0.5 +789 1 0.266865 0.869915 0.5 +790 1 0.297174 0.8582 0.5 +791 1 0.353871 0.867157 0.5 +792 1 0.325919 0.855772 0.5 +793 1 0.361158 0.896994 0.5 +794 1 0.419829 0.884105 0.5 +795 1 0.448244 0.876064 0.5 +796 1 0.516067 0.865408 0.5 +797 1 0.483345 0.873323 0.5 +798 1 0.583788 0.890511 0.5 +799 1 0.599247 0.826261 0.5 +800 1 0.669843 0.882333 0.5 +801 1 0.693364 0.904168 0.5 +802 1 0.739295 0.869817 0.5 +803 1 0.768464 0.863441 0.5 +804 1 0.772845 0.822098 0.5 +805 1 0.829626 0.894739 0.5 +806 1 0.817624 0.865191 0.5 +807 1 0.846741 0.841687 0.5 +808 1 0.905901 0.842617 0.5 +809 1 0.932525 0.828147 0.5 +810 1 0.956123 0.847067 0.5 +811 1 0.973932 0.898114 0.5 +812 1 0.00818483 0.895372 0.5 +813 2 0.0374569 0.877923 0.5 +814 1 0.123676 0.849354 0.5 +815 1 0.110076 0.929263 0.5 +816 1 0.138138 0.938255 0.5 +817 1 0.210134 0.897393 0.5 +818 1 0.244669 0.850025 0.5 +819 2 0.253264 0.937797 0.5 +820 1 0.296911 0.885531 0.5 +821 1 0.374575 0.924912 0.5 +822 1 0.385825 0.869706 0.5 +823 1 0.341651 0.92131 0.5 +824 1 0.395682 0.899869 0.5 +825 1 0.467425 0.846133 0.5 +826 2 0.516895 0.897429 0.5 +827 1 0.559054 0.867114 0.5 +828 1 0.582112 0.921534 0.5 +829 1 0.610152 0.879367 0.5 +830 1 0.640048 0.891463 0.5 +831 2 0.684572 0.939327 0.5 +832 1 0.712646 0.926342 0.5 +833 1 0.742577 0.930127 0.5 +834 2 0.750624 0.902886 0.5 +835 1 0.791274 0.880098 0.5 +836 1 0.859852 0.884019 0.5 +837 1 0.871764 0.855417 0.5 +838 1 0.895881 0.87146 0.5 +839 1 0.927557 0.861911 0.5 +840 1 0.952236 0.879308 0.5 +841 2 0.0213544 0.927564 0.5 +842 2 0.057982 0.917433 0.5 +843 1 0.093404 0.901527 0.5 +844 1 0.105652 0.957139 0.5 +845 1 0.0989961 0.868909 0.5 +846 2 0.182077 0.933825 0.5 +847 1 0.175702 0.903891 0.5 +848 1 0.23754 0.962159 0.5 +849 1 0.268308 0.964126 0.5 +850 1 0.263977 0.900308 0.5 +851 1 0.328606 0.89089 0.5 +852 1 0.403035 0.9294 0.5 +853 1 0.385591 0.95596 0.5 +854 2 0.431995 0.915515 0.5 +855 2 0.476873 0.930718 0.5 +856 1 0.510307 0.932365 0.5 +857 1 0.523164 0.961303 0.5 +858 1 0.555258 0.936422 0.5 +859 2 0.610335 0.942304 0.5 +860 2 0.641278 0.967484 0.5 +861 1 0.72427 0.958136 0.5 +862 1 0.696072 0.968958 0.5 +863 1 0.758637 0.973997 0.5 +864 1 0.770191 0.946049 0.5 +865 1 0.824887 0.956567 0.5 +866 1 0.802431 0.909118 0.5 +867 2 0.893641 0.900487 0.5 +868 2 0.922668 0.892358 0.5 +869 2 0.900671 0.946637 0.5 +870 1 0.991721 0.921199 0.5 +871 1 0.995948 0.949805 0.5 +872 1 0.0536586 0.946593 0.5 +873 1 0.081894 0.935274 0.5 +874 1 0.075727 0.967162 0.5 +875 1 0.129746 0.980356 0.5 +876 2 0.165588 0.992285 0.5 +877 1 0.19422 0.00605547 0.5 +878 2 0.20779 0.967592 0.5 +879 1 0.259289 0.989598 0.5 +880 2 0.325969 0.949361 0.5 +881 2 0.307701 0.919189 0.5 +882 1 0.355623 0.949653 0.5 +883 1 0.441417 0.977992 0.5 +884 1 0.472515 0.981396 0.5 +885 1 0.459625 0.954313 0.5 +886 1 0.491876 0.958315 0.5 +887 1 0.535796 0.990918 0.5 +888 1 0.555065 0.967027 0.5 +889 1 0.58252 0.954177 0.5 +890 1 0.635366 0.997868 0.5 +891 1 0.669164 0.978235 0.5 +892 1 0.693692 0.998134 0.5 +893 1 0.731836 0.990261 0.5 +894 2 0.80038 0.0202928 0.5 +895 1 0.796985 0.938147 0.5 +896 1 0.829418 0.923777 0.5 +897 2 0.855528 0.948475 0.5 +898 1 0.876205 0.972532 0.5 +899 1 0.946103 0.973109 0.5 +900 2 0.966303 0.937773 0.5 +901 3 0.648683 0.580332 0.5 +902 4 0.668532 0.578462 0.5 +903 3 0.283736 0.523331 0.5 +904 4 0.267568 0.519535 0.5 +905 3 0.217811 0.139269 0.5 +906 4 0.223426 0.119556 0.5 +907 3 0.830866 0.566246 0.5 +908 4 0.835455 0.584293 0.5 +909 3 0.676253 0.851194 0.5 +910 4 0.651077 0.848708 0.5 +911 3 0.924648 0.240699 0.5 +912 4 0.917429 0.221398 0.5 +913 3 0.531073 0.910068 0.5 +914 4 0.549229 0.904005 0.5 +915 3 0.131111 0.400469 0.5 +916 4 0.135907 0.413192 0.5 +917 3 0.603608 0.404218 0.5 +918 4 0.583848 0.393169 0.5 +919 3 0.0127811 0.33623 0.5 +920 4 0.0106119 0.314218 0.5 +921 3 0.420534 0.362452 0.5 +922 4 0.408415 0.349443 0.5 +923 3 0.692812 0.223008 0.5 +924 4 0.683182 0.24105 0.5 +925 3 0.574101 0.806395 0.5 +926 4 0.555215 0.799203 0.5 +927 3 0.534336 0.468845 0.5 +928 4 0.53542 0.490826 0.5 +929 3 0.369096 0.189801 0.5 +930 4 0.382712 0.172607 0.5 +931 3 0.592913 0.71517 0.5 +932 4 0.573608 0.723598 0.5 +933 3 0.57809 0.339746 0.5 +934 4 0.596026 0.353373 0.5 +935 3 0.306655 0.953417 0.5 +936 4 0.293906 0.937799 0.5 +937 3 0.18626 0.954518 0.5 +938 4 0.168547 0.956046 0.5 +939 3 0.275206 0.340839 0.5 +940 4 0.294702 0.33261 0.5 +941 3 0.209621 0.55181 0.5 +942 4 0.207744 0.571536 0.5 +943 3 0.428508 0.575059 0.5 +944 4 0.449482 0.573251 0.5 +945 3 0.85907 0.925936 0.5 +946 4 0.875535 0.939703 0.5 +947 3 0.132045 0.0463036 0.5 +948 4 0.11331 0.0521908 0.5 +949 3 0.0323777 0.913723 0.5 +950 4 0.0436176 0.900332 0.5 +951 3 0.974077 0.523331 0.5 +952 4 0.972208 0.5452 0.5 +953 3 0.807175 0.379747 0.5 +954 4 0.788361 0.393378 0.5 +955 3 0.636354 0.944139 0.5 +956 4 0.657101 0.952631 0.5 +957 3 0.750167 0.78745 0.5 +958 4 0.759638 0.776175 0.5 +959 3 0.180375 0.165321 0.5 +960 4 0.171712 0.181178 0.5 +961 3 0.565419 0.705043 0.5 +962 4 0.547512 0.712978 0.5 +963 3 0.483245 0.329575 0.5 +964 4 0.481047 0.351168 0.5 +965 3 0.829093 0.215321 0.5 +966 4 0.833939 0.234477 0.5 +967 3 0.948637 0.243624 0.5 +968 4 0.949967 0.264315 0.5 +969 3 0.395737 0.0157158 0.5 +970 4 0.402485 0.0332204 0.5 +971 3 0.340285 0.611236 0.5 +972 4 0.330307 0.627832 0.5 +973 3 0.108034 0.668524 0.5 +974 4 0.120131 0.650132 0.5 +975 3 0.10089 0.14509 0.5 +976 4 0.109121 0.164421 0.5 +977 3 0.324297 0.724299 0.5 +978 4 0.30902 0.73766 0.5 +979 3 0.746679 0.150693 0.5 +980 4 0.752776 0.169827 0.5 +981 3 0.354884 0.131346 0.5 +982 4 0.351974 0.110788 0.5 +983 3 0.884856 0.322448 0.5 +984 4 0.891638 0.34409 0.5 +985 3 0.919206 0.936648 0.5 +986 4 0.939632 0.941761 0.5 +987 3 0.876587 0.452389 0.5 +988 4 0.853366 0.456335 0.5 +989 3 0.289473 0.917451 0.5 +990 4 0.27874 0.934832 0.5 +991 3 0.124263 0.899269 0.5 +992 4 0.130791 0.88251 0.5 +993 3 0.834221 0.082431 0.5 +994 4 0.837582 0.0646011 0.5 +995 3 0.158117 0.166908 0.5 +996 4 0.152163 0.188254 0.5 +997 3 0.822254 0.159121 0.5 +998 4 0.836518 0.145526 0.5 +999 3 0.952628 0.923137 0.5 +1000 4 0.936988 0.926645 0.5 +1001 3 0.743231 0.50156 0.5 +1002 4 0.736901 0.485259 0.5 +1003 3 0.398754 0.991388 0.5 +1004 4 0.415836 0.00567432 0.5 +1005 3 0.949316 0.154819 0.5 +1006 4 0.953793 0.170318 0.5 +1007 3 0.0253313 0.37456 0.5 +1008 4 0.0288641 0.355728 0.5 +1009 3 0.776818 0.0219306 0.5 +1010 4 0.765421 0.00754034 0.5 +1011 3 0.0800893 0.486844 0.5 +1012 4 0.0614763 0.497159 0.5 +1013 3 0.242335 0.361629 0.5 +1014 4 0.262291 0.359856 0.5 +1015 3 0.370186 0.505701 0.5 +1016 4 0.371685 0.524889 0.5 +1017 3 0.177721 0.975155 0.5 +1018 4 0.157687 0.970855 0.5 +1019 3 0.919033 0.432675 0.5 +1020 4 0.901401 0.443971 0.5 +1021 3 0.529037 0.292902 0.5 +1022 4 0.550195 0.28149 0.5 +1023 3 0.723096 0.509206 0.5 +1024 4 0.720056 0.487672 0.5 +1025 3 0.363976 0.827574 0.5 +1026 4 0.380756 0.835748 0.5 +1027 3 0.732577 0.308932 0.5 +1028 4 0.751383 0.308157 0.5 +1029 3 0.34497 0.499332 0.5 +1030 4 0.359585 0.488436 0.5 +1031 3 0.420539 0.733425 0.5 +1032 4 0.422845 0.716501 0.5 +1033 3 0.128587 0.170133 0.5 +1034 4 0.136148 0.188964 0.5 +1035 3 0.166729 0.262509 0.5 +1036 4 0.175578 0.244548 0.5 +1037 3 0.401159 0.693846 0.5 +1038 4 0.380896 0.692327 0.5 +1039 3 0.285575 0.420029 0.5 +1040 4 0.273336 0.435637 0.5 +1041 3 0.69918 0.254224 0.5 +1042 4 0.694916 0.273863 0.5 +1043 3 0.152338 0.860002 0.5 +1044 4 0.145204 0.878928 0.5 +1045 3 0.772501 0.309442 0.5 +1046 4 0.755081 0.324704 0.5 +1047 3 0.71602 0.0869075 0.5 +1048 4 0.735374 0.0913209 0.5 +1049 3 0.14623 0.0126706 0.5 +1050 4 0.166968 0.0172082 0.5 +1051 3 0.317265 0.610935 0.5 +1052 4 0.297018 0.605508 0.5 +1053 3 0.449735 0.924297 0.5 +1054 4 0.453412 0.904103 0.5 +1055 3 0.177631 0.822309 0.5 +1056 4 0.195136 0.810201 0.5 +1057 3 0.81622 0.5957 0.5 +1058 4 0.809322 0.581668 0.5 +1059 3 0.533505 0.447156 0.5 +1060 4 0.512918 0.439855 0.5 +1061 3 0.572987 0.422901 0.5 +1062 4 0.585087 0.40842 0.5 +1063 3 0.49707 0.818445 0.5 +1064 4 0.50738 0.834333 0.5 +1065 3 0.66666 0.936796 0.5 +1066 4 0.651657 0.924277 0.5 +1067 3 0.782735 0.463951 0.5 +1068 4 0.767277 0.467314 0.5 +1069 3 0.921369 0.911359 0.5 +1070 4 0.939374 0.907051 0.5 +1071 3 0.00710999 0.563107 0.5 +1072 4 0.989336 0.552132 0.5 +1073 3 0.769836 0.899095 0.5 +1074 4 0.768169 0.916068 0.5 +1075 3 0.699456 0.830679 0.5 +1076 4 0.715207 0.842822 0.5 +1077 3 0.273041 0.052851 0.5 +1078 4 0.257384 0.0679497 0.5 +1079 3 0.208684 0.25557 0.5 +1080 4 0.186343 0.256491 0.5 +1081 3 0.239438 0.921446 0.5 +1082 4 0.221008 0.926499 0.5 +1083 3 0.0488606 0.859924 0.5 +1084 4 0.0354624 0.845199 0.5 +1085 3 0.725203 0.461389 0.5 +1086 4 0.745608 0.471375 0.5 +1087 3 0.296122 0.99308 0.5 +1088 4 0.312358 0.978461 0.5 +1089 3 0.010018 0.796199 0.5 +1090 4 0.0216966 0.808971 0.5 +1091 3 0.363932 0.804329 0.5 +1092 4 0.382247 0.817265 0.5 +1093 3 0.636157 0.236638 0.5 +1094 4 0.652202 0.229533 0.5 +1095 3 0.544346 0.6693 0.5 +1096 4 0.534797 0.652804 0.5 +1097 3 0.40493 0.57788 0.5 +1098 4 0.417183 0.557154 0.5 +1099 3 0.575174 0.635981 0.5 +1100 4 0.563574 0.619811 0.5 +1101 3 0.30744 0.347939 0.5 +1102 4 0.286883 0.357126 0.5 +1103 3 0.459952 0.357533 0.5 +1104 4 0.439985 0.365767 0.5 +1105 3 0.611792 0.922284 0.5 +1106 4 0.630538 0.924223 0.5 +1107 3 0.402967 0.170383 0.5 +1108 4 0.394995 0.185118 0.5 +1109 3 0.790586 0.773866 0.5 +1110 4 0.773219 0.784604 0.5 +1111 3 0.364006 0.410299 0.5 +1112 4 0.360729 0.431914 0.5 +1113 3 0.894423 0.467564 0.5 +1114 4 0.877013 0.473098 0.5 +1115 3 0.663038 0.245966 0.5 +1116 4 0.669427 0.2272 0.5 +1117 3 0.428431 0.281805 0.5 +1118 4 0.442515 0.266225 0.5 +1119 3 0.7555 0.0364358 0.5 +1120 4 0.753305 0.0156826 0.5 +1121 3 0.974962 0.484455 0.5 +1122 4 0.96065 0.473116 0.5 +1123 3 0.187466 0.486579 0.5 +1124 4 0.183228 0.465349 0.5 +1125 3 0.0331841 0.0247777 0.5 +1126 4 0.0135955 0.0217631 0.5 +1127 3 0.307693 0.0170361 0.5 +1128 4 0.311044 0.0390764 0.5 +1129 3 0.0559116 0.811856 0.5 +1130 4 0.035024 0.801633 0.5 +1131 3 0.584252 0.165433 0.5 +1132 4 0.594043 0.150335 0.5 +1133 3 0.596773 0.110686 0.5 +1134 4 0.582907 0.0964336 0.5 +1135 3 0.276978 0.601485 0.5 +1136 4 0.263369 0.614968 0.5 +1137 3 0.102229 0.021753 0.5 +1138 4 0.115345 0.0373758 0.5 +1139 3 0.290094 0.312232 0.5 +1140 4 0.31069 0.325108 0.5 +1141 3 0.32001 0.124265 0.5 +1142 4 0.338668 0.118043 0.5 +1143 3 0.206895 0.948826 0.5 +1144 4 0.204884 0.928616 0.5 +1145 3 0.952934 0.505451 0.5 +1146 4 0.953751 0.485783 0.5 +1147 3 0.290172 0.728894 0.5 +1148 4 0.295476 0.745493 0.5 +1149 3 0.475236 0.909406 0.5 +1150 4 0.491751 0.904089 0.5 +1151 3 0.725209 0.644228 0.5 +1152 4 0.739412 0.65828 0.5 +1153 3 0.476748 0.522368 0.5 +1154 4 0.467704 0.503116 0.5 +1155 3 0.799975 0.987301 0.5 +1156 4 0.781135 0.989842 0.5 +1157 3 0.380347 0.130536 0.5 +1158 4 0.368191 0.110458 0.5 +1159 3 0.688073 0.570544 0.5 +1160 4 0.705419 0.578933 0.5 +1161 3 0.386671 0.152314 0.5 +1162 4 0.404569 0.144216 0.5 +1163 3 0.805173 0.217976 0.5 +1164 4 0.817622 0.198665 0.5 +1165 3 0.20131 0.504359 0.5 +1166 4 0.206369 0.484663 0.5 +1167 3 0.217896 0.369939 0.5 +1168 4 0.226968 0.38877 0.5 +1169 3 0.571799 0.784514 0.5 +1170 4 0.591375 0.789228 0.5 +1171 3 0.425552 0.150279 0.5 +1172 4 0.415318 0.132987 0.5 +1173 3 0.992908 0.506595 0.5 +1174 4 0.975301 0.503986 0.5 +1175 3 0.656942 0.718561 0.5 +1176 4 0.637583 0.710171 0.5 +1177 3 0.0053859 0.00256648 0.5 +1178 4 0.0216895 0.00569873 0.5 +1179 3 0.223683 0.663657 0.5 +1180 4 0.227252 0.681814 0.5 +1181 3 0.823094 0.670498 0.5 +1182 4 0.839911 0.655479 0.5 +1183 3 0.678924 0.546588 0.5 +1184 4 0.669789 0.563758 0.5 +1185 3 0.53755 0.697432 0.5 +1186 4 0.555806 0.684702 0.5 +1187 3 0.882286 0.91766 0.5 +1188 4 0.904188 0.922963 0.5 +1189 3 0.726322 0.190545 0.5 +1190 4 0.728914 0.207629 0.5 +1191 3 0.0744347 0.302052 0.5 +1192 4 0.0636228 0.28381 0.5 +1193 3 0.38436 0.541433 0.5 +1194 4 0.400098 0.557226 0.5 +1195 3 0.997156 0.694686 0.5 +1196 4 0.977456 0.691974 0.5 +1197 3 0.0369574 0.824036 0.5 +1198 4 0.0532039 0.839033 0.5 +1199 3 0.0639567 0.898099 0.5 +1200 4 0.0660667 0.874764 0.5 diff --git a/examples/files/dump.peptide b/examples/files/dump.peptide new file mode 100644 index 0000000..e0b61d9 --- /dev/null +++ b/examples/files/dump.peptide @@ -0,0 +1,22143 @@ + ITEM: TIMESTEP + 0 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.22450 0.39503 0.37295 0 0 0 + 306 14 0.29326 0.17604 0.15395 0 0 0 + 16 8 0.31495 0.27307 0.07008 0 0 0 + 653 14 0.23083 0.86062 0.39871 0 0 0 + 1181 14 0.17179 0.16142 0.28138 2 0 0 + 1036 13 0.35873 0.42722 0.46145 0 -1 1 + 5 4 0.17286 0.26344 0.14295 0 0 0 + 1928 14 0.44181 0.07828 0.43059 0 0 0 + 817 13 0.30015 0.49304 0.06282 0 -1 -1 + 948 14 0.10407 0.39488 0.20132 0 0 1 + 21 4 0.28383 0.39720 0.13339 0 0 0 + 1703 14 0.40239 0.03188 0.26123 0 0 1 + 1605 14 0.30387 0.11469 0.07574 0 0 1 + 34 4 0.26574 0.47800 0.30585 0 0 0 + 1923 14 0.35387 0.74228 0.03164 1 0 2 + 1967 14 0.28425 0.56018 0.21924 1 0 1 + 1475 14 0.20289 0.06091 0.12061 1 -1 2 + 657 14 0.11944 0.37905 0.26768 0 0 0 + 405 14 0.33587 0.86465 0.41111 0 0 1 + 1797 14 0.47979 0.54724 0.13825 -1 0 1 + 1979 14 0.03511 0.33033 0.37226 2 0 -1 + 4 4 0.16934 0.22915 0.19964 0 0 0 + 1980 14 0.02415 0.33321 0.31813 2 0 -1 + 308 14 0.43362 0.25548 0.40783 0 1 0 + 881 14 0.49763 0.43393 0.31147 0 0 -1 + 1890 14 0.10416 0.49276 0.12333 1 0 0 + 1470 14 0.19342 0.08089 0.48032 1 1 0 + 90 14 0.20074 0.35511 0.06540 -1 -1 0 + 1342 13 0.44520 0.64159 0.07496 0 -1 1 + 1004 14 0.16386 0.41656 0.02411 1 0 1 + 1343 14 0.43392 0.60944 0.08281 0 -1 1 + 1236 14 0.45300 0.80020 0.06095 1 0 1 + 37 1 0.25398 0.51222 0.46723 0 0 0 + 1344 14 0.45533 0.65505 0.10561 0 -1 1 + 6 4 0.14715 0.29408 0.19518 0 0 0 + 1067 14 0.21056 0.10297 0.03234 1 0 0 + 404 14 0.31806 0.87412 0.35962 0 0 1 + 1652 14 0.28675 0.63676 0.27858 1 0 0 + 198 14 0.07379 0.05602 0.25826 -1 1 1 + 797 14 0.11228 0.20610 0.33218 0 0 -1 + 1906 13 0.18318 0.60977 0.40427 1 1 -2 + 946 13 0.09261 0.41936 0.22350 0 0 1 + 106 13 0.08122 0.59777 0.30180 0 -1 1 + 77 4 0.35884 0.65444 0.35158 0 0 0 + 237 14 0.23931 0.81311 0.45473 0 0 -1 + 1867 13 0.49517 0.45220 0.42142 1 0 1 + 1816 13 0.34176 0.80201 0.16915 0 -1 0 + 1907 14 0.20891 0.60394 0.42723 1 1 -2 + 761 14 0.01022 0.21362 0.13748 0 1 1 + 1066 13 0.19805 0.08566 0.00465 1 0 0 + 1450 13 0.23032 0.41287 0.04118 1 0 1 + 1038 14 0.33621 0.40493 0.44665 0 -1 1 + 211 13 0.46835 0.55108 0.43712 -1 0 -2 + 244 13 0.08552 0.00813 0.44350 0 1 0 + 63 6 0.37408 0.66738 0.48085 0 0 0 + 1234 13 0.45724 0.83353 0.05125 1 0 1 + 1911 14 0.41601 0.14746 0.08986 0 0 0 + 1358 14 0.35233 0.30713 0.25866 1 -1 0 + 1952 14 0.28099 0.04067 0.02533 1 0 1 + 954 14 0.37186 0.52196 0.39934 0 0 0 + 582 14 0.47331 0.72317 0.19713 -1 0 0 + 858 14 0.05980 0.92528 0.21379 0 -1 0 + 440 14 0.23024 0.50471 0.21430 -1 0 0 + 1761 14 0.39354 0.55836 0.13988 0 0 1 + 1030 13 0.32448 0.92672 0.30369 0 -1 0 + 788 14 0.39285 0.08447 0.21095 -1 1 1 + 1144 13 0.02750 0.42969 0.39014 0 1 -1 + 1909 13 0.43088 0.12115 0.10746 0 0 0 + 282 14 0.10606 0.55647 0.18023 0 0 0 + 1655 14 0.27787 0.65403 0.13448 1 -1 -1 + 1878 14 0.09155 0.83943 0.49053 1 1 -1 + 1132 13 0.20468 0.02983 0.38489 0 2 -1 + 953 14 0.36192 0.48989 0.35539 0 0 0 + 1506 14 0.05843 0.45698 0.29818 0 0 0 + 1501 13 0.01554 0.14457 0.46850 1 0 0 + 1908 14 0.16633 0.57921 0.40203 1 1 -2 + 1589 14 0.01117 0.72000 0.02121 1 -1 0 + 944 14 0.20593 0.96202 0.28895 0 0 0 + 1462 13 0.17615 0.20249 0.05344 1 0 2 + 256 13 0.15501 0.66388 0.30692 -1 -1 0 + 1735 13 0.21622 0.12621 0.09806 1 1 1 + 1103 14 0.12485 0.12834 0.38494 -1 0 0 + 109 13 0.36781 0.28656 0.49415 0 0 0 + 39 10 0.24650 0.50894 0.37285 0 0 0 + 1440 14 0.01533 0.98483 0.10735 0 -1 0 + 53 10 0.31825 0.47492 0.48705 0 0 0 + 1587 14 0.29073 0.00237 0.49514 1 0 0 + 821 14 0.43201 0.25025 0.04992 -1 -1 0 + 992 14 0.28944 0.21997 0.24917 1 -1 -1 + 799 13 0.41364 0.00780 0.07812 0 0 1 + 1603 13 0.31386 0.10022 0.04551 0 0 1 + 1037 14 0.37122 0.44607 0.43478 0 -1 1 + 605 14 0.31821 0.83346 0.23383 -1 -2 0 + 196 13 0.05524 0.07385 0.28195 -1 1 1 + 910 13 0.21774 0.60818 0.14695 1 0 1 + 1235 14 0.49187 0.83753 0.04852 1 0 1 + 1457 14 0.40586 0.89776 0.38482 0 0 0 + 1653 14 0.25344 0.67203 0.25201 1 0 0 + 1146 14 0.02626 0.40230 0.36844 0 1 -1 + 1065 14 0.34275 0.91547 0.21596 1 -1 -1 + 1966 13 0.30828 0.57213 0.24166 1 0 1 + 1553 14 0.10275 0.76419 0.24625 0 0 -2 + 8 6 0.26984 0.36343 0.20420 0 0 0 + 505 13 0.30389 0.04646 0.31957 1 -1 -1 + 787 13 0.39237 0.11631 0.19649 -1 1 1 + 1634 14 0.36334 0.19191 0.26887 1 0 1 + 796 13 0.11734 0.17221 0.32522 0 0 -1 + 320 14 0.23069 0.17004 0.34034 0 1 1 + 1968 14 0.33794 0.57288 0.22314 1 0 1 + 108 14 0.05920 0.60488 0.32802 0 -1 1 + 765 14 0.39642 0.83355 0.28298 0 -1 0 + 1465 13 0.38460 0.90651 0.06311 1 0 1 + 1172 14 0.44137 0.73295 0.07135 0 -2 0 + 1049 14 0.46258 0.13193 0.36384 0 -1 0 + 1359 14 0.37900 0.27869 0.29788 1 -1 0 + 1668 14 0.37987 0.48442 0.26868 0 1 0 + 1264 13 0.16789 0.01284 0.49773 0 0 0 + 14 8 0.30049 0.31422 0.09468 0 0 0 + 1424 14 0.47671 0.35976 0.12649 0 0 0 + 411 14 0.34689 0.02317 0.18169 0 0 -1 + 1728 14 0.40278 0.76950 0.19096 1 1 0 + 438 14 0.46094 0.32752 0.04492 0 1 0 + 257 14 0.12353 0.65023 0.30017 -1 -1 0 + 212 14 0.43471 0.56061 0.43771 -1 0 -2 + 1268 14 0.20954 0.83289 0.11792 1 0 1 + 1430 14 0.14874 0.99385 0.04368 1 0 0 + 1425 14 0.47651 0.39003 0.17278 0 0 0 + 1423 13 0.48887 0.36023 0.15928 0 0 0 + 642 14 0.17985 0.47021 0.12174 0 0 1 + 27 10 0.34098 0.19616 0.03783 0 0 0 + 1242 14 0.36030 0.93515 0.00018 0 -1 0 + 75 4 0.39750 0.76724 0.43949 0 0 0 + 1645 13 0.09593 0.07194 0.15468 0 1 0 + 1842 14 0.05769 0.62951 0.14767 1 0 1 + 1726 13 0.42775 0.76290 0.21454 1 1 0 + 1889 14 0.06239 0.46110 0.10566 1 0 0 + 762 14 0.04229 0.19426 0.09678 0 1 1 + 752 14 0.28303 0.78307 0.18323 0 0 0 + 1536 14 0.17075 0.73355 0.37206 2 1 1 + 626 14 0.00126 0.59730 0.06810 1 0 1 + 270 14 0.00852 0.65357 0.18375 0 0 1 + 1766 14 0.23873 0.30706 0.29262 1 0 1 + 1179 14 0.42870 0.38052 0.29229 0 -1 -1 + 1429 13 0.12334 0.01100 0.02684 1 1 0 + 13 8 0.36531 0.30425 0.15080 0 0 0 + 1779 14 0.05545 0.99605 0.33805 0 -1 0 + 1104 14 0.17631 0.13182 0.40490 -1 0 0 + 22 4 0.33609 0.39786 0.17392 0 0 0 + 1817 14 0.35588 0.83339 0.17541 0 -1 0 + 364 13 0.14795 0.96412 0.26315 0 0 0 + 1702 13 0.37513 0.02686 0.23990 0 0 1 + 1266 14 0.18545 0.98637 0.48310 0 -1 0 + 26 11 0.29043 0.26374 0.04061 0 0 0 + 745 13 0.11231 0.53388 0.37780 0 0 -1 + 1175 14 0.45531 0.54128 0.29240 2 -2 1 + 1190 14 0.37960 0.86815 0.47009 -1 -1 -2 + 76 4 0.37615 0.70289 0.30700 0 0 0 + 1145 14 0.02659 0.45760 0.36909 0 1 -1 + 1926 14 0.40377 0.96712 0.24623 0 0 -1 + 1633 13 0.39576 0.17916 0.27200 1 0 1 + 1955 14 0.08997 0.83813 0.10662 2 0 1 + 617 14 0.09828 0.75612 0.41624 1 -1 0 + 1176 14 0.45179 0.55493 0.23892 2 -2 1 + 775 13 0.02099 0.16679 0.27023 0 1 0 + 1960 13 0.40034 0.15692 0.38434 -1 0 0 + 1900 13 0.07123 0.74267 0.35602 1 -1 1 + 609 14 0.10384 0.23660 0.41860 0 1 0 + 989 14 0.02136 0.94983 0.30582 0 -2 -1 + 1177 13 0.40768 0.36991 0.26643 0 -1 -1 + 991 13 0.30010 0.18668 0.24802 1 -1 -1 + 947 14 0.08508 0.44679 0.20315 0 0 1 + 1790 14 0.18580 0.66609 0.14268 1 -1 2 + 467 14 0.32302 0.61843 0.05594 -1 0 0 + 507 14 0.27539 0.06303 0.33124 1 -1 -1 + 1372 13 0.22950 0.68533 0.47008 1 -1 0 + 1759 13 0.36729 0.56820 0.16079 0 0 1 + 1666 13 0.36251 0.46521 0.29220 0 1 0 + 1250 14 0.38390 0.32947 0.40238 1 -1 1 + 89 14 0.15130 0.33194 0.05657 -1 -1 0 + 1727 14 0.42433 0.78834 0.23829 1 1 0 + 1959 14 0.16684 0.02403 0.25166 0 1 1 + 321 14 0.20564 0.21132 0.36731 0 1 1 + 819 14 0.27406 0.48962 0.08586 0 -1 -1 + 1913 14 0.30297 0.22213 0.44004 1 -1 -1 + 1502 14 0.04274 0.16420 0.45862 1 0 0 + 1982 14 0.39650 0.42805 0.08910 0 0 0 + 1474 13 0.18337 0.03543 0.13449 1 -1 2 + 1930 13 0.43608 0.43530 0.20411 0 0 0 + 1961 14 0.37043 0.16495 0.40058 -1 0 0 + 1281 14 0.49450 0.02045 0.28570 -1 0 1 + 29 7 0.23685 0.45113 0.30527 0 0 0 + 1704 14 0.34709 0.03210 0.26013 0 0 1 + 1478 14 0.15112 0.85972 0.05070 0 -1 1 + 18 9 0.36830 0.20360 0.05852 0 0 0 + 666 14 0.03219 0.67821 0.39551 0 -1 1 + 1876 13 0.11696 0.86288 0.49576 1 1 -1 + 571 13 0.29399 0.85110 0.03779 0 -1 0 + 1504 13 0.09000 0.46069 0.31276 0 0 0 + 1542 14 0.43740 0.93012 0.19179 0 -1 0 + 1134 14 0.22586 0.03978 0.41088 0 2 -1 + 1841 14 0.10725 0.64955 0.13347 1 0 1 + 1267 13 0.22202 0.80929 0.09532 1 0 1 + 1535 14 0.21485 0.76521 0.38266 2 1 1 + 1791 14 0.15518 0.70720 0.16344 1 -1 2 + 753 14 0.24012 0.77490 0.14930 0 0 0 + 1737 14 0.24443 0.13719 0.11556 1 1 1 + 822 14 0.47962 0.22350 0.04116 -1 -1 0 + 309 14 0.42926 0.20093 0.41588 0 1 0 + 1635 14 0.39941 0.15768 0.24465 1 0 1 + 32 10 0.26035 0.37953 0.29804 0 0 0 + 180 14 0.10838 0.16351 0.19184 0 0 1 + 1466 14 0.40529 0.93471 0.06332 1 0 1 + 973 13 0.42581 0.97609 0.48185 0 0 0 + 1962 14 0.39271 0.15916 0.35029 -1 0 0 + 25 11 0.41394 0.24439 0.14068 0 0 0 + 66 7 0.34774 0.70578 0.44881 0 0 0 + 1534 13 0.18667 0.75107 0.39780 2 1 1 + 107 14 0.06470 0.57350 0.28280 0 -1 1 + 1829 14 0.09856 0.37954 0.12850 2 0 0 + 1438 13 0.01820 0.01918 0.11324 0 0 0 + 741 14 0.29339 0.78939 0.32198 0 1 -1 + 307 13 0.45020 0.22823 0.42217 0 1 0 + 456 14 0.23516 0.81881 0.26794 0 -1 0 + 286 13 0.06178 0.93156 0.00229 0 -1 1 + 1924 13 0.42246 0.94025 0.25854 0 0 -1 + 280 13 0.11388 0.52290 0.18612 0 0 0 + 441 14 0.22856 0.54590 0.25118 -1 0 0 + 798 14 0.08545 0.15993 0.31778 0 0 -1 + 1902 14 0.06650 0.76983 0.33451 1 -1 1 + 1415 14 0.22611 0.97733 0.14824 1 0 0 + 694 13 0.20496 0.30068 0.40629 0 0 0 + 1171 13 0.46928 0.74766 0.08645 0 -2 0 + 305 14 0.32372 0.13172 0.16687 0 0 0 + 74 4 0.35397 0.76574 0.39707 0 0 0 + 608 14 0.11659 0.21990 0.46976 0 1 0 + 1997 14 0.19291 0.74434 0.22217 0 -1 0 + 1818 14 0.34416 0.79808 0.13448 0 -1 0 + 993 14 0.27350 0.16848 0.26158 1 -1 -1 + 618 14 0.14360 0.76594 0.44638 1 -1 0 + 1005 14 0.11726 0.44343 0.03696 1 0 1 + 1978 13 0.04616 0.34511 0.34256 2 0 -1 + 1957 13 0.17530 0.05744 0.24574 0 1 1 + 30 1 0.23213 0.43785 0.35860 0 0 0 + 1269 14 0.24063 0.82806 0.07243 1 0 1 + 1545 14 0.17332 0.71353 0.06839 1 0 1 + 1667 14 0.36294 0.43280 0.27907 0 1 0 + 344 14 0.08975 0.29181 0.33560 -1 -1 1 + 1965 14 0.25684 0.58733 0.32931 0 0 1 + 1180 13 0.20403 0.15031 0.27362 2 0 0 + 287 14 0.04028 0.92625 0.02934 0 -1 1 + 911 14 0.20097 0.59187 0.12095 1 0 1 + 1554 14 0.04858 0.75414 0.25114 0 0 -2 + 820 13 0.46295 0.25337 0.03391 -1 -1 0 + 12 8 0.32325 0.33207 0.13546 0 0 0 + 40 4 0.25527 0.43671 0.45177 0 0 0 + 912 14 0.22238 0.58346 0.17125 1 0 1 + 607 13 0.09213 0.21683 0.44496 0 1 0 + 803 14 0.29766 0.32646 0.37284 1 0 -1 + 19 10 0.19831 0.35648 0.17398 0 0 0 + 654 14 0.17770 0.85974 0.38334 0 0 0 + 751 13 0.24957 0.77293 0.18291 0 0 0 + 1765 13 0.26024 0.30276 0.31986 1 0 1 + 28 5 0.25314 0.40914 0.27810 0 0 0 + 1102 13 0.14785 0.11151 0.40520 -1 0 0 + 655 13 0.13715 0.35517 0.28609 0 0 0 + 1505 14 0.11169 0.44385 0.29110 0 0 0 + 1543 13 0.17513 0.73457 0.04051 1 0 1 + 1544 14 0.19273 0.76259 0.05180 1 0 1 + 111 14 0.34614 0.28755 0.46672 0 0 0 + 173 14 0.01291 0.79131 0.16180 0 0 0 + 917 14 0.18882 0.86089 0.20912 0 0 0 + 1456 13 0.42305 0.90544 0.35534 0 0 0 + 988 13 0.03297 0.93224 0.27792 0 -2 -1 + 1705 13 0.49593 0.06189 0.03515 1 1 1 + 73 4 0.32679 0.68445 0.42136 0 0 0 + 640 13 0.20573 0.48700 0.10527 0 0 1 + 343 13 0.11164 0.26842 0.34961 -1 -1 1 + 1828 13 0.12784 0.37193 0.14603 2 0 0 + 1964 14 0.20356 0.57623 0.33915 0 0 1 + 1651 13 0.27231 0.66850 0.28124 1 0 0 + 1056 14 0.22521 0.91909 0.45216 0 0 1 + 45 3 0.37228 0.57076 0.45479 0 0 0 + 36 7 0.23485 0.46887 0.44148 0 0 0 + 1373 14 0.22293 0.66844 0.44017 1 -1 0 + 1981 13 0.38773 0.45298 0.11201 0 0 0 + 1932 14 0.44760 0.46735 0.21204 0 0 0 + 178 13 0.07664 0.16468 0.17722 0 0 1 + 78 4 0.41141 0.65000 0.31405 0 0 0 + 641 14 0.19034 0.51497 0.09099 0 0 1 + 1048 13 0.48969 0.12524 0.34279 0 -1 0 + 38 3 0.23152 0.54971 0.46981 0 0 0 + 1760 14 0.35126 0.59387 0.14326 0 0 1 + 24 11 0.26553 0.32896 0.08385 0 0 0 + 581 14 0.48488 0.67028 0.18581 -1 0 0 + 33 4 0.20257 0.46548 0.29202 0 0 0 + 281 14 0.14176 0.52395 0.20720 0 0 0 + 1352 14 0.38671 0.99724 0.40318 1 -1 0 + 1279 13 0.46740 0.04242 0.28806 -1 0 1 + 1328 14 0.00508 0.45807 0.00980 0 -1 0 + 1910 14 0.43129 0.09455 0.08476 0 0 0 + 882 14 0.49048 0.42540 0.36564 0 0 -1 + 2 2 0.17407 0.26606 0.18343 0 0 0 + 340 13 0.10100 0.86196 0.29436 -1 -1 0 + 69 2 0.38873 0.67634 0.33501 0 0 0 + 351 14 0.48174 0.85832 0.18929 0 -2 1 + 436 13 0.45983 0.35316 0.06868 0 1 0 + 1963 13 0.23355 0.56124 0.32919 0 0 1 + 71 4 0.39900 0.64844 0.45681 0 0 0 + 1646 14 0.07613 0.04531 0.14364 0 1 0 + 604 13 0.32238 0.83513 0.26851 -1 -2 0 + 943 13 0.23340 0.95724 0.31007 0 0 0 + 304 13 0.30254 0.14446 0.14214 0 0 0 + 1540 13 0.43394 0.91006 0.16336 0 -1 0 + 258 14 0.16487 0.64878 0.33688 -1 -1 0 + 345 14 0.14328 0.27815 0.33831 -1 -1 1 + 1796 14 0.47119 0.54710 0.08361 -1 0 1 + 10 3 0.24495 0.44502 0.20716 0 0 0 + 68 12 0.42125 0.70696 0.38146 0 0 0 + 1178 14 0.41343 0.39270 0.24054 0 -1 -1 + 15 8 0.38318 0.26367 0.12523 0 0 0 + 506 14 0.32490 0.04445 0.34745 1 -1 -1 + 1925 14 0.41622 0.94026 0.29295 0 0 -1 + 1477 13 0.11791 0.84880 0.04955 0 -1 1 + 1357 13 0.34698 0.28545 0.28557 1 -1 0 + 1032 14 0.29080 0.93200 0.29591 0 -1 0 + 1956 14 0.09858 0.81628 0.15670 2 0 1 + 990 14 0.06084 0.91466 0.28961 0 -2 -1 + 1476 14 0.15128 0.04916 0.13663 1 -1 2 + 44 1 0.34486 0.58313 0.48613 0 0 0 + 747 14 0.11469 0.50198 0.36366 0 0 -1 + 854 14 0.48778 0.92720 0.11994 -1 -1 0 + 1468 13 0.22444 0.09680 0.47757 1 1 0 + 656 14 0.12814 0.36128 0.31932 0 0 0 + 409 13 0.33450 0.01889 0.14927 0 0 -1 + 35 5 0.23933 0.47691 0.38864 0 0 0 + 649 13 0.02060 0.31204 0.43993 1 0 1 + 1 1 0.21991 0.28862 0.19794 0 0 0 + 1001 14 0.01154 0.41728 0.18305 0 1 1 + 1922 14 0.32815 0.78906 0.04611 1 0 2 + 17 8 0.35612 0.24580 0.08618 0 0 0 + 437 14 0.46562 0.38237 0.05034 0 1 0 + 1431 14 0.12701 0.04427 0.03697 1 1 0 + 1434 14 0.49540 0.23202 0.30074 1 0 0 + 802 13 0.31224 0.33404 0.40371 1 0 -1 + 652 13 0.19832 0.86004 0.41159 0 0 0 + 665 14 0.01351 0.62919 0.41303 0 -1 1 + 1064 14 0.29809 0.91383 0.18337 1 -1 -1 + 366 14 0.12849 0.96844 0.29188 0 0 0 + 1931 14 0.42073 0.43897 0.17290 0 0 0 + 897 14 0.36581 0.09055 0.01473 0 1 0 + 740 14 0.27859 0.73624 0.32586 0 1 -1 + 1795 13 0.45537 0.55378 0.11408 -1 0 1 + 1253 14 0.02669 0.63446 0.27371 0 1 1 + 1869 14 0.47208 0.47620 0.41075 1 0 1 + 606 14 0.32862 0.86893 0.27497 -1 -2 0 + 1280 14 0.47877 0.06818 0.30881 -1 0 1 + 1063 13 0.33098 0.90220 0.18582 1 -1 -1 + 1775 14 0.02488 0.96555 0.43711 1 -2 0 + 760 13 0.01234 0.21134 0.10265 0 1 1 + 197 14 0.06929 0.06483 0.31268 -1 1 1 + 1133 14 0.17545 0.04839 0.38982 0 2 -1 + 651 14 0.05146 0.29575 0.43772 1 0 1 + 23 11 0.39212 0.31367 0.17816 0 0 0 + 1778 14 0.09223 0.00868 0.37738 0 0 0 + 67 7 0.37739 0.73965 0.41753 0 0 0 + 857 14 0.08161 0.90336 0.16794 0 -1 0 + 1432 13 0.49363 0.20022 0.28629 1 0 0 + 81 10 0.46596 0.68966 0.48000 0 0 0 + 213 14 0.47266 0.53231 0.46631 -1 0 -2 + 662 14 0.10396 0.53175 0.45460 0 2 -1 + 1351 13 0.36128 0.98802 0.38101 1 -1 0 + 1433 14 0.46009 0.19662 0.27709 1 0 0 + 1031 14 0.33180 0.95094 0.32783 0 -1 0 + 572 14 0.32120 0.87230 0.04355 0 -1 0 + 916 13 0.18146 0.86801 0.17568 0 0 0 + 695 14 0.20781 0.33447 0.41483 0 0 0 + 763 13 0.43113 0.83744 0.28458 0 -1 0 + 269 14 0.00157 0.70318 0.16031 0 0 1 + 945 14 0.23103 0.98307 0.33352 0 0 0 + 1046 14 0.00126 0.31246 0.06258 0 0 -1 + 365 14 0.12637 0.94905 0.24012 0 0 0 + 804 14 0.28568 0.34545 0.42339 1 0 -1 + 764 14 0.43619 0.86049 0.31038 0 -1 0 + 1050 14 0.48824 0.15026 0.31840 0 -1 0 + 454 13 0.20764 0.84029 0.26994 0 -1 0 + 1656 14 0.29987 0.70477 0.13396 1 -1 -1 + 341 14 0.09176 0.83098 0.28102 -1 -1 0 + 1630 13 0.47282 0.12619 0.47810 2 -1 0 + 789 14 0.39169 0.11029 0.16205 -1 1 1 + 288 14 0.07486 0.96355 0.00763 0 -1 1 + 746 14 0.10676 0.55513 0.35059 0 0 -1 + 179 14 0.05482 0.16996 0.20404 0 0 1 + 468 14 0.28799 0.60236 0.01626 -1 0 0 + 580 13 0.48571 0.70236 0.17191 -1 0 0 + 403 13 0.31003 0.85678 0.38890 0 0 1 + 1654 13 0.30610 0.67182 0.12403 1 -1 -1 + 1954 13 0.07939 0.84020 0.13989 2 0 1 + 1998 14 0.16987 0.71362 0.26198 0 -1 0 + 1182 14 0.19909 0.11971 0.25743 2 0 0 + 20 4 0.29093 0.34249 0.23015 0 0 0 + 1901 14 0.08003 0.71620 0.33491 1 -1 1 + 1789 13 0.16590 0.69325 0.13322 1 -1 2 + 1888 13 0.09287 0.47488 0.09547 1 0 0 + 110 14 0.39981 0.28657 0.48005 0 0 0 + 1416 14 0.22016 0.92368 0.16032 1 0 0 + 1464 14 0.15378 0.21971 0.07408 1 0 2 + 1958 14 0.18885 0.05747 0.21350 0 1 1 + 72 4 0.31777 0.72114 0.47146 0 0 0 + 1921 13 0.35489 0.76833 0.05495 1 0 2 + 410 14 0.32168 0.98635 0.14901 0 -1 -1 + 1541 14 0.40023 0.91307 0.15455 0 -1 0 + 3 3 0.25499 0.26631 0.21909 0 0 0 + 1767 14 0.28844 0.28709 0.30637 1 0 1 + 952 13 0.37597 0.48935 0.38741 0 0 0 + 856 13 0.08938 0.92386 0.19519 0 -1 0 + 1552 13 0.07452 0.77317 0.26484 0 0 -2 + 466 13 0.30477 0.59080 0.04469 -1 0 0 + 664 13 0.02653 0.64537 0.38490 0 -1 1 + 319 13 0.22506 0.18269 0.37245 0 1 1 + 1912 13 0.31696 0.20468 0.41316 1 -1 -1 + 455 14 0.21886 0.86713 0.28935 0 -1 0 + 1840 13 0.09172 0.62709 0.15533 1 0 1 + 1604 14 0.30816 0.12508 0.02158 0 0 1 + 1927 13 0.44179 0.04952 0.41069 0 0 0 + 904 13 0.09446 0.42052 0.46680 0 0 -1 + 7 5 0.22538 0.33663 0.18812 0 0 0 + 1647 14 0.07384 0.09896 0.15691 0 1 0 + 1353 14 0.34181 0.96521 0.39900 1 -1 0 + 41 4 0.19719 0.46622 0.45295 0 0 0 + 1249 13 0.41703 0.31829 0.40196 1 -1 1 + 1451 14 0.22534 0.43558 0.06731 1 0 1 + 650 14 0.00872 0.30403 0.47183 1 0 1 + 9 1 0.25515 0.40817 0.22936 0 0 0 + 1736 14 0.20190 0.15544 0.08527 1 1 1 + 1777 13 0.08967 0.00089 0.34338 0 0 0 + 1252 13 0.01003 0.65308 0.24924 0 1 1 + 818 14 0.30281 0.52753 0.05764 0 -1 -1 + 777 14 0.02601 0.13284 0.27696 0 1 0 + 1000 13 0.01901 0.43542 0.15410 0 1 1 + 739 13 0.26899 0.76840 0.33566 0 1 -1 + 1463 14 0.15950 0.19975 0.02281 1 0 2 + 1414 13 0.24442 0.94826 0.15477 1 0 0 + 1983 14 0.35829 0.46676 0.09912 0 0 0 + 11 7 0.30452 0.37585 0.16102 0 0 0 + 696 14 0.21766 0.29875 0.37376 0 0 0 + 1707 14 0.46609 0.04720 0.04595 1 1 1 + 1830 14 0.14941 0.35884 0.12182 2 0 0 + 1467 14 0.40615 0.87979 0.06980 1 0 1 + 906 14 0.10101 0.45295 0.47814 0 0 -1 + 1173 14 0.47253 0.73095 0.11700 0 -2 0 + 880 13 0.48899 0.40923 0.33467 0 0 -1 + 350 14 0.48355 0.84150 0.24195 0 -2 1 + 1251 14 0.43613 0.34737 0.40549 1 -1 1 + 1458 14 0.45329 0.91926 0.36618 0 0 0 + 616 13 0.10873 0.76450 0.44854 1 -1 0 + 1914 14 0.28945 0.19365 0.39459 1 -1 -1 + 88 13 0.18036 0.32864 0.07574 -1 -1 0 + 918 14 0.15293 0.88819 0.17709 0 0 0 + 1174 13 0.44510 0.52892 0.26132 2 -2 1 + 801 14 0.40006 0.01458 0.04661 0 0 1 + 439 13 0.21588 0.53606 0.22011 -1 0 0 + 342 14 0.13546 0.86400 0.28876 -1 -1 0 + 1868 14 0.49997 0.45915 0.45536 1 0 1 + 42 5 0.29808 0.50524 0.48807 0 0 0 + 1996 13 0.16355 0.72719 0.23038 0 -1 0 + 800 14 0.38710 0.01273 0.10036 0 0 1 + 385 13 0.17958 0.57502 0.06298 0 1 0 + 661 13 0.11164 0.52988 0.48867 0 2 -1 + 1951 13 0.26541 0.01161 0.01368 1 0 1 + 271 13 0.26280 0.24808 0.48339 -2 1 0 + 596 14 0.05062 0.77482 0.47082 1 -1 0 + 1452 14 0.26218 0.42046 0.02893 1 0 1 + 272 14 0.24722 0.27510 0.46758 -2 1 0 + 974 14 0.43369 0.00094 0.45854 0 1 0 + 1929 14 0.45888 0.05893 0.38167 0 0 0 + 1274 14 0.23180 0.90778 0.05139 0 0 0 + 595 13 0.02627 0.78417 0.49410 1 -1 0 + 1189 13 0.38125 0.89127 0.44390 -1 -1 -2 + 245 14 0.11834 0.01656 0.45214 0 1 0 + 62 5 0.34115 0.63086 0.49967 0 0 0 + 1936 13 0.25946 0.34760 0.49099 1 0 0 + 235 13 0.24513 0.78991 0.48025 0 0 -1 + 387 14 0.20937 0.58650 0.04872 0 1 0 + 573 14 0.29351 0.84666 0.00311 0 -1 0 + 386 14 0.15457 0.58620 0.04123 0 1 0 + 1374 14 0.22815 0.71920 0.46150 1 -1 0 + 1003 13 0.12911 0.41486 0.02064 1 0 1 + 1191 14 0.40311 0.91602 0.45542 -1 -1 -2 + 921 14 0.09812 0.72916 0.49993 0 0 -1 + 1479 14 0.10212 0.87106 0.02768 0 -1 1 + 1953 14 0.29182 0.99025 0.00535 1 -1 1 + 1877 14 0.13712 0.86047 0.46729 1 1 -1 + 1273 13 0.20208 0.92094 0.03848 0 0 0 + 597 14 0.00696 0.80812 0.47745 1 -1 0 + 246 14 0.06609 0.02039 0.46987 0 1 0 + 1153 13 0.49993 0.42737 0.01004 0 1 1 + 905 14 0.07089 0.42474 0.44131 0 0 -1 + 1054 13 0.24650 0.94007 0.47031 0 0 1 + 1949 14 0.20647 0.27626 0.00195 0 0 0 + 1275 14 0.21198 0.94975 0.02130 0 0 0 + 515 14 0.13652 0.37190 0.48213 1 1 0 + 236 14 0.27760 0.79690 0.49121 0 0 -1 + 895 13 0.39538 0.07620 0.00278 0 1 0 + 1661 14 0.14442 0.67196 0.00590 1 -1 0 + 1938 14 0.22474 0.34393 0.49300 1 0 0 + 1068 14 0.21722 0.05644 0.00318 1 0 0 + 1055 14 0.25298 0.92253 0.49987 0 0 1 + 1770 14 0.21594 0.21784 0.79112 0 0 0 + 251 14 0.06857 0.66891 0.73022 1 0 -1 + 564 14 0.08887 0.49024 0.76134 1 0 -1 + 1621 13 0.26573 0.29830 0.58007 1 0 1 + 1131 14 0.42487 0.86417 0.99165 0 0 0 + 84 4 0.49941 0.70316 0.57580 0 0 0 + 1851 14 0.34034 0.67428 0.60950 0 -2 -1 + 835 13 0.09533 0.74201 0.62678 1 -1 -1 + 563 14 0.12085 0.52947 0.78365 1 0 -1 + 1814 14 0.09530 0.94844 0.77769 1 -1 0 + 61 11 0.27489 0.41731 0.70334 0 0 0 + 1125 14 0.15877 0.95915 0.86449 1 1 -1 + 985 13 0.02000 0.53916 0.93132 1 0 0 + 987 14 0.02994 0.57259 0.93387 1 0 0 + 1580 14 0.19711 0.93865 0.74142 1 -1 -1 + 1856 14 0.44574 0.57954 0.83999 1 0 0 + 738 14 0.17830 0.52541 0.61045 0 0 0 + 1915 13 0.18264 0.82852 0.80102 2 0 0 + 865 13 0.33012 0.82672 0.93847 0 -2 0 + 1335 14 0.00521 0.72158 0.86422 1 -1 -1 + 120 14 0.17319 0.76916 0.89349 1 -2 -1 + 70 10 0.31718 0.64359 0.52396 0 0 0 + 669 14 0.39838 0.34444 0.75407 0 0 -1 + 1211 14 0.27182 0.07589 0.86828 0 -1 0 + 339 14 0.24446 0.91293 0.88068 0 -1 0 + 355 13 0.16421 0.54375 0.82962 0 -1 -1 + 303 14 0.15436 0.86362 0.61235 -1 0 0 + 114 14 0.21922 0.42739 0.81679 0 -1 0 + 514 13 0.15241 0.34959 0.50387 1 1 0 + 192 14 0.26176 0.96496 0.66199 1 0 0 + 167 14 0.17739 0.08760 0.87959 0 1 -1 + 1347 14 0.34480 0.84286 0.73486 0 -2 0 + 250 13 0.05937 0.69909 0.71513 1 0 -1 + 1411 13 0.43807 0.67959 0.90085 -1 -1 -1 + 1679 14 0.00241 0.58588 0.62548 1 0 0 + 1493 14 0.15975 0.34996 0.89450 -1 -1 1 + 681 14 0.16632 0.18548 0.54292 0 0 1 + 1947 14 0.06066 0.65784 0.89906 2 1 0 + 1210 13 0.30383 0.08345 0.85640 0 -1 0 + 86 14 0.44608 0.10748 0.58461 -1 0 0 + 238 13 0.32193 0.11764 0.51431 0 0 0 + 1265 14 0.15155 0.99845 0.52509 0 -1 0 + 1136 14 0.45067 0.55460 0.70917 0 0 0 + 1255 13 0.15897 0.03641 0.75357 1 0 0 + 1164 14 0.38082 0.21066 0.89088 1 0 -1 + 50 8 0.32301 0.41960 0.63832 0 0 0 + 1399 13 0.38159 0.67280 0.78766 1 0 0 + 1684 13 0.47718 0.45349 0.82155 0 0 -1 + 1712 14 0.41010 0.39433 0.50173 1 0 1 + 872 14 0.15806 0.72874 0.76421 0 -1 0 + 423 14 0.02685 0.82872 0.84693 -1 -2 0 + 737 14 0.15192 0.50347 0.56707 0 0 0 + 1370 14 0.45253 0.50448 0.90807 0 0 0 + 724 13 0.48573 0.24592 0.63607 0 0 0 + 587 14 0.33759 0.15778 0.76759 0 0 0 + 1320 14 0.23701 0.73935 0.93129 1 -1 -1 + 162 14 0.03109 0.75523 0.60965 -1 -1 0 + 337 13 0.26946 0.90159 0.90235 0 -1 0 + 578 14 0.27463 0.59615 0.77499 0 0 -1 + 1362 14 0.20311 0.79897 0.61700 0 -1 -1 + 318 14 0.00307 0.09967 0.94496 1 1 0 + 113 14 0.21348 0.42231 0.76202 0 -1 0 + 1459 13 0.46233 0.23552 0.81525 0 1 0 + 1813 13 0.09083 0.95963 0.74486 1 -1 0 + 85 13 0.45733 0.14049 0.58722 -1 0 0 + 118 13 0.19058 0.74029 0.88417 1 -2 -1 + 1638 14 0.25127 0.87224 0.59544 1 -1 -1 + 1293 14 0.16437 0.62447 0.70423 0 -1 -1 + 701 14 0.39187 0.78090 0.61485 1 -1 -1 + 679 13 0.18245 0.15774 0.55683 0 0 1 + 1220 14 0.35366 0.16887 0.53690 0 0 1 + 585 14 0.28994 0.18479 0.95600 1 0 0 + 301 13 0.12889 0.87747 0.59279 -1 0 0 + 503 14 0.39292 0.01650 0.85282 0 0 -1 + 129 14 0.48298 0.58827 0.94782 1 0 0 + 1041 14 0.07343 0.78092 0.97710 0 -1 1 + 447 14 0.28948 0.06924 0.58006 -1 0 -1 + 445 13 0.27027 0.06236 0.60846 -1 0 -1 + 1226 14 0.35219 0.67776 0.96267 1 -1 -1 + 203 14 0.24807 0.28026 0.73258 -1 1 0 + 264 14 0.05223 0.05665 0.54555 0 1 -1 + 1556 14 0.45960 0.28065 0.95529 -1 0 -1 + 836 14 0.09682 0.72654 0.59545 1 -1 -1 + 663 14 0.08064 0.52633 0.50446 0 2 -1 + 619 13 0.42846 0.74764 0.66225 -1 -1 -1 + 262 13 0.03422 0.05454 0.51565 0 1 -1 + 1863 14 0.00501 0.10315 0.85640 1 -1 0 + 46 7 0.35031 0.52946 0.55799 0 0 0 + 105 14 0.19623 0.24331 0.50246 0 -1 0 + 528 14 0.10620 0.88865 0.71245 0 0 -1 + 1445 14 0.44424 0.80613 0.75429 1 0 -1 + 1217 14 0.02669 0.01028 0.94488 1 0 -1 + 1367 14 0.24029 0.66331 0.52829 0 -1 0 + 1918 13 0.14241 0.11577 0.93001 1 1 -1 + 883 13 0.37597 0.12477 0.92115 0 1 -1 + 1916 14 0.19134 0.86002 0.78857 2 0 0 + 291 14 0.17811 0.80146 0.74500 0 0 -1 + 1919 14 0.12408 0.14206 0.94401 1 1 -1 + 1785 14 0.05152 0.38330 0.95387 0 -1 -1 + 1307 14 0.03282 0.63005 0.56159 0 -2 0 + 1557 14 0.49806 0.30622 0.92486 -1 0 -1 + 1095 14 0.29098 0.43697 0.94991 -1 0 1 + 1442 14 0.46928 0.45776 0.52629 0 0 -1 + 1632 14 0.45713 0.14339 0.50419 2 -1 0 + 112 13 0.22297 0.40453 0.79059 0 -1 0 + 43 6 0.31697 0.54493 0.51855 0 0 0 + 1241 14 0.33841 0.91559 0.95330 0 -1 -1 + 1400 14 0.39531 0.68735 0.81635 1 0 0 + 1329 14 0.03585 0.46738 0.96480 0 -1 -1 + 1318 13 0.26182 0.74089 0.95590 1 -1 -1 + 52 8 0.28750 0.43800 0.67220 0 0 0 + 1155 14 0.47608 0.42764 0.98447 0 1 0 + 1994 14 0.24487 0.63376 0.94505 1 -1 -1 + 1199 14 0.20102 0.16924 0.67692 0 0 -1 + 289 13 0.16466 0.78800 0.71565 0 0 -1 + 516 14 0.14057 0.35834 0.53559 1 1 0 + 611 14 0.15851 0.09338 0.64801 -1 1 0 + 1574 14 0.40867 0.05902 0.64783 1 1 -1 + 168 14 0.18662 0.08810 0.82505 0 1 -1 + 1738 13 0.37073 0.34321 0.90036 0 1 0 + 1937 14 0.27156 0.33273 0.52024 1 0 0 + 51 8 0.27001 0.48553 0.66489 0 0 0 + 869 14 0.06050 0.74750 0.82853 0 0 0 + 900 14 0.05760 0.37295 0.57867 1 0 1 + 546 14 0.42558 0.94919 0.73427 1 0 -1 + 1492 13 0.19266 0.36123 0.89806 -1 -1 1 + 132 14 0.26600 0.62714 0.85061 1 -1 -1 + 898 13 0.08484 0.39404 0.57265 1 0 1 + 682 13 0.45021 0.01871 0.89049 -1 0 -2 + 722 14 0.32732 0.62919 0.90916 0 0 1 + 999 14 0.01758 0.43803 0.76165 1 0 -1 + 131 14 0.25264 0.67517 0.87457 1 -1 -1 + 191 14 0.25602 0.01988 0.65897 1 1 0 + 1815 14 0.10165 0.99288 0.74538 1 -1 0 + 575 14 0.13360 0.83478 0.91914 0 -2 -1 + 190 13 0.24416 0.99173 0.67599 1 0 0 + 1724 14 0.01161 0.48272 0.56789 0 0 -1 + 398 14 0.28061 0.31651 0.81788 -1 0 0 + 239 14 0.34035 0.08813 0.51078 0 0 0 + 502 13 0.36510 0.00688 0.83394 0 0 -1 + 1555 13 0.46471 0.29572 0.92415 -1 0 -1 + 1319 14 0.24421 0.74085 0.98611 1 -1 -1 + 783 14 0.07712 0.21431 0.96991 1 0 -1 + 1716 14 0.34454 0.71284 0.68212 0 0 0 + 1739 14 0.40130 0.32627 0.90157 0 1 0 + 565 13 0.23096 0.72102 0.69925 0 1 0 + 736 13 0.15066 0.50575 0.60194 0 0 0 + 1821 14 0.37683 0.93567 0.85868 0 -1 0 + 128 14 0.47961 0.62188 0.99162 1 0 0 + 255 14 0.28353 0.34015 0.97988 -1 -1 -1 + 1346 14 0.34206 0.80032 0.69962 0 -2 0 + 1361 14 0.20150 0.82084 0.66778 0 -1 -1 + 1093 13 0.28104 0.47050 0.94987 -1 0 1 + 879 14 0.05784 0.24783 0.63832 0 -1 0 + 877 13 0.03024 0.26418 0.62438 0 -1 0 + 471 14 0.35466 0.54196 0.71693 0 -1 0 + 1993 13 0.23621 0.62277 0.97710 1 -1 -1 + 878 14 0.02972 0.29543 0.64007 0 -1 0 + 721 13 0.35977 0.62541 0.92165 0 0 1 + 781 13 0.08757 0.18519 0.98621 1 0 -1 + 302 14 0.12756 0.85708 0.56441 -1 0 0 + 1944 14 0.10338 0.19650 0.65823 -1 1 0 + 1714 13 0.33302 0.72554 0.71260 0 0 0 + 65 3 0.38584 0.70126 0.55981 0 0 0 + 141 14 0.43273 0.74825 0.87687 0 -2 -1 + 567 14 0.21848 0.71036 0.66837 0 1 0 + 54 4 0.28535 0.56408 0.53236 0 0 0 + 1393 13 0.07369 0.18922 0.86493 1 -1 0 + 735 14 0.14254 0.60363 0.60919 -1 0 0 + 1756 13 0.31726 0.16275 0.63466 0 1 1 + 469 13 0.36268 0.50795 0.71835 0 -1 0 + 901 13 0.44503 0.62326 0.72793 0 -1 0 + 527 14 0.05537 0.87380 0.69648 0 0 -1 + 1740 14 0.35758 0.33531 0.86893 0 1 0 + 493 13 0.08497 0.39457 0.84587 -1 1 0 + 1135 13 0.47280 0.52945 0.69912 0 0 0 + 1784 14 0.10093 0.37146 0.97572 0 -1 -1 + 1917 14 0.17954 0.83329 0.83553 2 0 0 + 1350 14 0.12763 0.93672 0.56948 0 -1 1 + 1162 13 0.37291 0.21657 0.85734 1 0 -1 + 252 14 0.08533 0.70596 0.69273 1 0 -1 + 1623 14 0.24581 0.30978 0.60643 1 0 1 + 1327 13 0.01934 0.44196 0.98223 0 -1 -1 + 1449 14 0.30499 0.28588 0.67336 1 0 0 + 997 13 0.05070 0.42736 0.75811 1 0 -1 + 1345 13 0.33383 0.83416 0.70282 0 -2 0 + 1256 14 0.17891 0.01041 0.74136 1 0 0 + 362 14 0.06932 0.87764 0.95830 0 -1 0 + 576 14 0.17617 0.86846 0.90853 0 -2 -1 + 216 14 0.38441 0.85822 0.81080 0 0 0 + 1340 14 0.35672 0.15146 0.68824 -1 -1 -2 + 1581 14 0.20300 0.94551 0.79599 1 -1 -1 + 562 13 0.10640 0.51945 0.75342 1 0 -1 + 1348 13 0.11775 0.97001 0.56531 0 -1 1 + 315 14 0.03104 0.58831 0.68563 -1 1 -1 + 1130 14 0.40607 0.85633 0.94023 0 0 0 + 1382 14 0.11250 0.41135 0.63317 0 0 1 + 1443 14 0.49860 0.50179 0.54246 0 0 -1 + 316 13 0.00939 0.13127 0.95854 1 1 0 + 700 13 0.37753 0.81104 0.60440 1 -1 -1 + 1354 13 0.16670 0.06945 0.58976 1 0 0 + 1850 14 0.28807 0.65657 0.61311 0 -2 -1 + 1820 14 0.34000 0.89748 0.87433 0 -1 0 + 1315 13 0.24267 0.20197 0.90019 1 0 -1 + 161 14 0.01733 0.78474 0.56494 -1 -1 0 + 868 13 0.06679 0.71906 0.84789 0 0 0 + 214 13 0.39440 0.83253 0.78929 0 0 0 + 171 14 0.44752 0.07271 0.72700 0 1 0 + 1163 14 0.40375 0.22256 0.84198 1 0 -1 + 475 13 0.18098 0.76693 0.55915 0 0 0 + 1349 14 0.08305 0.96841 0.56123 0 -1 1 + 1678 13 0.03320 0.58063 0.60976 1 0 0 + 103 13 0.16202 0.24564 0.50932 0 -1 0 + 60 11 0.24055 0.49558 0.68913 0 0 0 + 424 13 0.08157 0.03392 0.90904 0 1 0 + 1745 14 0.44464 0.27234 0.68475 0 1 -1 + 57 11 0.36465 0.43148 0.57330 0 0 0 + 361 13 0.07672 0.84496 0.94828 0 -1 0 + 1413 14 0.41213 0.65618 0.90228 -1 -1 -1 + 852 14 0.11123 0.50935 0.86872 0 1 0 + 1771 13 0.48992 0.62248 0.63649 1 1 -2 + 1366 13 0.24566 0.64641 0.55843 0 -1 0 + 579 14 0.22233 0.61416 0.77502 0 0 -1 + 356 14 0.17789 0.51498 0.84406 0 -1 -1 + 1317 14 0.21366 0.19019 0.88462 1 0 -1 + 80 2 0.48363 0.72736 0.54730 0 0 0 + 1330 13 0.31482 0.61084 0.72137 1 0 -2 + 979 13 0.00823 0.25114 0.52577 0 1 1 + 1934 14 0.06487 0.46693 0.69001 1 1 0 + 577 13 0.24909 0.60686 0.79633 0 0 -1 + 1355 14 0.20142 0.07094 0.58587 1 0 0 + 223 13 0.14157 0.33270 0.78696 0 -1 -1 + 399 14 0.27738 0.37172 0.81848 -1 0 0 + 357 14 0.18745 0.56894 0.83655 0 -1 -1 + 1773 14 0.46639 0.61355 0.66077 1 1 -2 + 1410 14 0.16957 0.35899 0.65427 1 0 1 + 1948 13 0.21378 0.28813 0.96988 0 0 -1 + 1446 14 0.49773 0.79922 0.76654 1 0 -1 + 703 13 0.20737 0.45600 0.88594 0 -1 -1 + 1007 14 0.33402 0.81126 0.53931 0 -2 -1 + 127 13 0.49297 0.61973 0.95937 1 0 0 + 792 14 0.35572 0.94462 0.66149 0 -1 -1 + 899 14 0.08160 0.40317 0.53904 1 0 1 + 734 14 0.09405 0.62066 0.62964 -1 0 0 + 1573 13 0.40542 0.05773 0.68262 1 1 -1 + 689 14 0.02781 0.08352 0.77884 1 1 0 + 867 14 0.30645 0.83824 0.91544 0 -2 0 + 1239 14 0.06548 0.31919 0.70871 0 0 0 + 659 14 0.06470 0.90579 0.52618 0 -1 0 + 1950 14 0.22019 0.25931 0.95112 0 0 -1 + 58 11 0.27886 0.55474 0.62673 0 0 0 + 1460 14 0.48794 0.24252 0.79249 0 1 0 + 1299 14 0.32626 0.50660 0.90337 1 1 -1 + 635 14 0.08237 0.97713 0.86731 0 0 0 + 668 14 0.35622 0.36679 0.78204 0 0 -1 + 583 13 0.31175 0.17969 0.98286 1 0 0 + 48 8 0.34004 0.44775 0.59950 0 0 0 + 1238 14 0.04738 0.37139 0.70602 0 0 0 + 1401 14 0.36909 0.69978 0.76926 1 0 0 + 871 13 0.15309 0.71123 0.79407 0 -1 0 + 470 14 0.34595 0.49384 0.69107 0 -1 0 + 219 14 0.42568 0.39602 0.91510 0 0 0 + 1124 14 0.20213 0.99239 0.87309 1 1 -1 + 64 1 0.40558 0.68785 0.52204 0 0 0 + 1313 14 0.43087 0.40271 0.67324 1 1 -1 + 873 14 0.15317 0.67756 0.78462 0 -1 0 + 892 13 0.01094 0.21989 0.78826 1 1 -1 + 1660 13 0.13555 0.64373 0.98724 1 -1 -1 + 49 8 0.29164 0.51747 0.62901 0 0 0 + 540 14 0.00930 0.73623 0.70502 -1 0 0 + 526 13 0.08593 0.86063 0.70724 0 0 -1 + 934 13 0.08530 0.26834 0.73836 0 0 0 + 1008 14 0.30418 0.85766 0.53533 0 -2 -1 + 338 14 0.27050 0.92553 0.92782 0 -1 0 + 1412 14 0.46540 0.66328 0.91535 -1 -1 -1 + 699 14 0.48950 0.97860 0.60491 1 -1 -1 + 790 13 0.33139 0.92513 0.64565 0 -1 -1 + 56 4 0.38232 0.50885 0.54391 0 0 0 + 1758 14 0.33410 0.18926 0.61928 0 1 1 + 1219 13 0.37578 0.19253 0.55010 0 0 1 + 170 14 0.49111 0.06343 0.75976 0 1 0 + 636 14 0.07403 0.92388 0.85491 0 0 0 + 1441 13 0.48220 0.48813 0.51475 0 0 -1 + 425 14 0.06793 0.05508 0.88477 0 1 0 + 1723 13 0.02209 0.50551 0.54353 0 0 -1 + 1747 13 0.01514 0.10218 0.65993 2 1 -1 + 1586 14 0.30745 0.97758 0.54167 1 -1 0 + 603 14 0.13310 0.18065 0.83921 0 -1 -1 + 450 14 0.41348 0.31773 0.59932 0 0 -1 + 1448 14 0.36016 0.28393 0.67679 1 0 0 + 1381 13 0.13796 0.41923 0.65581 0 0 1 + 896 14 0.39599 0.08441 0.96879 0 1 -1 + 1408 13 0.18687 0.33042 0.64392 1 0 1 + 224 14 0.12468 0.35123 0.81133 0 -1 -1 + 1461 14 0.47896 0.22715 0.84485 0 1 0 + 119 14 0.17903 0.73311 0.85195 1 -2 -1 + 1836 14 0.00591 0.26428 0.93240 1 -1 0 + 130 13 0.26383 0.64284 0.88179 1 -1 -1 + 884 14 0.40356 0.12851 0.89998 0 1 -1 + 1819 13 0.37134 0.90113 0.85924 0 -1 0 + 684 14 0.45643 0.02803 0.92362 -1 0 -2 + 850 13 0.08110 0.49223 0.86396 0 1 0 + 290 14 0.13844 0.80958 0.70733 0 0 -1 + 1685 14 0.48392 0.42008 0.81374 0 0 -1 + 1920 14 0.16448 0.10602 0.95533 1 1 -1 + 602 14 0.14779 0.14569 0.79895 0 -1 -1 + 397 13 0.30029 0.34534 0.81990 -1 0 0 + 1933 13 0.04370 0.48475 0.66861 1 1 0 + 866 14 0.32830 0.79187 0.93622 0 -2 0 + 1746 14 0.44404 0.26212 0.73911 0 1 -1 + 1575 14 0.39993 0.02392 0.68968 1 1 -1 + 215 14 0.40226 0.80588 0.81052 0 0 0 + 1123 13 0.19125 0.95944 0.87744 1 1 -1 + 1080 14 0.47569 0.90746 0.79447 0 -1 -1 + 202 13 0.24692 0.28409 0.69784 -1 1 0 + 1221 14 0.36926 0.22171 0.53196 0 0 1 + 1769 14 0.26981 0.21249 0.77979 0 0 0 + 218 14 0.48009 0.40150 0.90682 0 0 0 + 429 14 0.44848 0.11028 0.81861 -1 0 -1 + 449 14 0.45721 0.33054 0.63067 0 0 -1 + 1409 14 0.20796 0.32275 0.67074 1 0 1 + 660 14 0.01531 0.88122 0.53011 0 -1 0 + 476 14 0.15287 0.74867 0.54919 0 0 0 + 1687 13 0.37319 0.46087 0.80100 0 0 0 + 1744 13 0.42773 0.28053 0.71425 0 1 -1 + 140 14 0.46484 0.78512 0.85102 0 -2 -1 + 384 14 0.14192 0.24870 0.58494 0 0 0 + 1849 13 0.31799 0.65831 0.63113 0 -2 -1 + 1945 13 0.05152 0.64409 0.92989 2 1 0 + 519 14 0.49731 0.14921 0.73441 -1 0 -1 + 1341 14 0.38813 0.11337 0.71317 -1 -1 -2 + 837 14 0.12719 0.73732 0.64040 1 -1 -1 + 477 14 0.19588 0.77714 0.52921 0 0 0 + 723 14 0.36731 0.59167 0.91639 0 0 1 + 1713 14 0.43196 0.37655 0.54932 1 0 1 + 1006 13 0.32378 0.83568 0.51647 0 -2 -1 + 1662 14 0.10565 0.65269 0.97147 1 -1 -1 + 160 13 0.00537 0.77477 0.59626 -1 -1 0 + 1757 14 0.28366 0.17243 0.63450 0 1 1 + 1292 14 0.13947 0.59407 0.74315 0 -1 -1 + 1237 13 0.04244 0.33966 0.69217 0 0 0 + 1680 14 0.02671 0.55602 0.58577 1 0 0 + 217 13 0.45201 0.41879 0.91846 0 0 0 + 851 14 0.05812 0.50914 0.88417 0 1 0 + 1225 13 0.34423 0.69427 0.99245 1 -1 -1 + 1316 14 0.26141 0.21611 0.87427 1 0 -1 + 980 14 0.02399 0.25084 0.55699 0 1 1 + 1977 14 0.01073 0.88874 0.60882 0 0 0 + 1995 14 0.20140 0.62587 0.97833 1 -1 -1 + 1291 13 0.15750 0.62367 0.73851 0 -1 -1 + 634 13 0.09714 0.94986 0.85116 0 0 0 + 658 13 0.03299 0.90957 0.54043 0 -1 0 + 620 14 0.44840 0.71907 0.65923 -1 -1 -1 + 446 14 0.27119 0.09197 0.62705 -1 0 -1 + 1331 14 0.31893 0.62839 0.69140 1 0 -2 + 166 13 0.20038 0.07729 0.85533 0 1 -1 + 1637 14 0.29180 0.90986 0.59470 1 -1 -1 + 870 14 0.10077 0.71243 0.84296 0 0 0 + 705 14 0.19850 0.42251 0.89074 0 -1 -1 + 448 13 0.43648 0.34332 0.60556 0 0 -1 + 82 4 0.46608 0.75945 0.56491 0 0 0 + 1369 13 0.47592 0.52967 0.91449 0 0 0 + 1942 13 0.08005 0.18682 0.68242 -1 1 0 + 667 13 0.38429 0.37519 0.76296 0 0 -1 + 1122 14 0.14489 0.57544 0.51260 0 -1 0 + 584 14 0.33889 0.16257 0.96898 1 0 0 + 688 13 0.00488 0.08176 0.75250 1 1 0 + 1835 14 0.05034 0.29606 0.94109 1 -1 0 + 1783 13 0.07726 0.35965 0.95284 0 -1 -1 + 1232 14 0.42399 0.01438 0.57158 0 0 0 + 610 13 0.15723 0.10572 0.68071 -1 1 0 + 1579 13 0.19558 0.92138 0.77179 1 -1 -1 + 975 14 0.45196 0.97721 0.50504 0 0 0 + 254 14 0.32294 0.35532 0.94415 -1 -1 -1 + 1861 13 0.03866 0.10150 0.84702 1 -1 0 + 1682 14 0.06834 0.81855 0.76507 0 -1 -1 + 139 13 0.43162 0.77461 0.85391 0 -2 -1 + 504 14 0.34070 0.03077 0.84149 0 0 -1 + 1683 14 0.11410 0.81044 0.79507 0 -1 -1 + 383 14 0.15367 0.27483 0.63225 0 0 0 + 313 13 0.02700 0.59049 0.72030 -1 1 -1 + 702 14 0.37623 0.83063 0.63334 1 -1 -1 + 1862 14 0.05351 0.12895 0.86279 1 -1 0 + 1129 13 0.42661 0.87727 0.95927 0 0 0 + 1636 13 0.26976 0.89254 0.57379 1 -1 -1 + 363 14 0.05043 0.83616 0.92697 0 -1 0 + 885 14 0.35152 0.10980 0.90112 0 1 -1 + 494 14 0.07098 0.37890 0.87383 -1 1 0 + 47 8 0.32707 0.49812 0.59564 0 0 0 + 1494 14 0.20944 0.33461 0.91332 -1 -1 1 + 1768 13 0.24445 0.23637 0.78295 0 0 0 + 1447 13 0.33389 0.28458 0.65371 1 0 0 + 1681 13 0.07920 0.81014 0.79723 0 -1 -1 + 1834 13 0.04087 0.26340 0.93293 1 -1 0 + 1198 13 0.21909 0.19330 0.65909 0 0 -1 + 621 14 0.44358 0.76623 0.68773 -1 -1 -1 + 733 13 0.12806 0.61831 0.63744 -1 0 0 + 601 13 0.15876 0.17393 0.81643 0 -1 -1 + 545 14 0.38334 0.97552 0.75838 1 0 -1 + 791 14 0.32607 0.89831 0.66746 0 -1 -1 + 1121 14 0.14504 0.63046 0.51829 0 -1 0 + 427 13 0.44658 0.11157 0.85350 -1 0 -1 + 544 13 0.39706 0.96809 0.72708 1 0 -1 + 1715 14 0.29818 0.72526 0.70961 0 0 0 + 683 14 0.47123 0.99130 0.88500 -1 -1 -2 + 1332 14 0.31808 0.63515 0.74629 1 0 -2 + 421 13 0.00328 0.83520 0.87193 -1 -2 0 + 612 14 0.12652 0.12233 0.68261 -1 1 0 + 704 14 0.23268 0.46181 0.90936 0 -1 -1 + 574 13 0.16556 0.83532 0.90497 0 -2 -1 + 1039 13 0.07806 0.74716 0.98496 0 -1 1 + 1094 14 0.28549 0.48100 0.98293 -1 0 1 + 902 14 0.42612 0.64892 0.74230 0 -1 0 + 697 13 0.49410 0.98569 0.57097 1 -1 -1 + 903 14 0.45402 0.60285 0.75488 0 -1 0 + 1689 14 0.37430 0.42857 0.78764 0 0 0 + 588 14 0.33765 0.17546 0.81999 0 0 0 + 1749 14 0.03422 0.13082 0.66612 2 1 -1 + 1306 13 0.02846 0.65535 0.53785 0 -2 0 + 1793 14 0.47730 0.90926 0.93157 0 -1 0 + 1855 13 0.47374 0.57161 0.82060 1 0 0 + 1308 14 0.00919 0.64056 0.51270 0 -2 0 + 1212 14 0.29869 0.10879 0.83285 0 -1 0 + 314 14 0.04217 0.56153 0.73272 -1 1 -1 + 1312 13 0.44913 0.41914 0.69813 1 1 -1 + 1360 13 0.20573 0.82935 0.63412 0 -1 -1 + 1711 13 0.43913 0.39599 0.52115 1 0 1 + 1339 13 0.37661 0.14622 0.71652 -1 -1 -2 + 428 14 0.45013 0.07831 0.86371 -1 0 -1 + 1394 14 0.06747 0.21224 0.89051 1 -1 0 + 1227 14 0.31099 0.70431 0.98830 1 -1 -1 + 998 14 0.06062 0.41867 0.79050 1 0 -1 + 782 14 0.06193 0.16215 0.98031 1 0 -1 + 1694 14 0.49928 0.99991 0.69828 0 0 -1 + 382 13 0.13902 0.24568 0.61966 0 0 0 + 1078 13 0.48150 0.93079 0.76907 0 -1 -1 + 1368 14 0.21626 0.62821 0.56364 0 -1 0 + 253 13 0.30412 0.36706 0.97119 -1 -1 -1 + 1231 13 0.40176 0.03965 0.58107 0 0 0 + 936 14 0.11155 0.28408 0.75527 0 0 0 + 55 4 0.36782 0.55756 0.58147 0 0 0 + 1356 14 0.15844 0.03633 0.58213 1 0 0 + 1314 14 0.43065 0.41402 0.72738 1 1 -1 + 586 13 0.31640 0.16400 0.79470 0 0 0 + 726 14 0.49192 0.21337 0.62487 0 0 0 + 680 14 0.15667 0.13516 0.56376 0 0 1 + 1943 14 0.08380 0.21027 0.70809 -1 1 0 + 1233 14 0.37029 0.02762 0.57171 0 0 0 + 1688 14 0.36202 0.48090 0.77460 0 0 0 + 87 14 0.42811 0.15970 0.58764 -1 0 0 + 1686 14 0.44331 0.45762 0.81391 0 0 -1 + 1137 14 0.45254 0.50135 0.69431 0 0 0 + 935 14 0.06751 0.25163 0.76340 0 0 0 + 1935 14 0.06521 0.49967 0.64543 1 1 0 + 1857 14 0.48628 0.54227 0.83490 1 0 0 + 225 14 0.17225 0.34906 0.78319 0 -1 -1 + 79 5 0.45261 0.69604 0.51328 0 0 0 + 495 14 0.08301 0.42873 0.85307 -1 1 0 + 1585 13 0.31007 0.00753 0.52382 1 0 0 + 1622 14 0.29855 0.30318 0.59111 1 0 1 + 1395 14 0.05225 0.19888 0.83905 1 -1 0 + 1444 13 0.47479 0.79648 0.74028 1 0 -1 + 1200 14 0.20081 0.19795 0.62964 0 0 -1 + 919 13 0.10010 0.71585 0.53221 0 0 -1 + 169 13 0.46786 0.08804 0.75096 0 1 0 + 1298 14 0.36532 0.49846 0.86506 1 1 -1 + 1748 14 0.00803 0.08934 0.69167 2 1 -1 + 1297 13 0.35971 0.51371 0.89603 1 1 -1 + 59 11 0.32996 0.38079 0.63975 0 0 0 + 1257 14 0.16390 0.06261 0.73094 1 0 0 + 204 14 0.23867 0.25232 0.68578 -1 1 0 + 566 14 0.21317 0.75030 0.70626 0 1 0 + 1120 13 0.15220 0.60086 0.53548 0 -1 0 + 1725 14 0.00379 0.49688 0.51500 0 0 -1 + 426 14 0.10014 0.05514 0.92973 0 1 0 + 1946 14 0.02825 0.66667 0.94300 2 1 0 + 1240 13 0.33359 0.93979 0.97809 0 -1 -1 + 920 14 0.07309 0.69373 0.53425 0 0 -1 + 273 14 0.26928 0.25944 0.51582 -2 1 0 + 263 14 0.02681 0.08773 0.50751 0 1 -1 + 1383 14 0.14647 0.45230 0.64828 0 0 1 + 240 14 0.28938 0.10882 0.50505 0 0 0 + 1040 14 0.10961 0.74589 0.99999 0 -1 1 + 104 14 0.15566 0.28000 0.51065 0 -1 0 + 1469 14 0.22330 0.12242 0.50136 1 1 0 + 1733 14 0.65693 0.57440 0.49114 1 0 0 + 376 13 0.87967 0.57855 0.05969 -1 0 1 + 891 14 0.91660 0.50083 0.16450 0 0 0 + 853 13 0.51842 0.92989 0.10330 -1 -1 0 + 1518 14 0.81844 0.89704 0.14920 0 0 1 + 121 13 0.54856 0.96731 0.31687 0 0 0 + 1417 13 0.98007 0.61008 0.46324 -1 0 0 + 1099 13 0.58707 0.31140 0.47525 0 0 1 + 1012 13 0.66049 0.05316 0.48982 0 0 0 + 758 14 0.56535 0.28289 0.33276 -2 0 1 + 1149 14 0.99094 0.92094 0.21806 0 0 0 + 1140 14 0.74627 0.83500 0.33007 0 0 0 + 732 14 0.57887 0.13431 0.36487 0 2 0 + 1673 14 0.76086 0.38911 0.45184 0 1 1 + 199 13 0.65235 0.48612 0.29165 -1 1 0 + 115 13 0.74478 0.66681 0.05024 1 0 -1 + 452 14 0.55358 0.62643 0.10656 -1 0 0 + 1336 13 0.88478 0.25036 0.25921 1 1 0 + 1205 14 0.67657 0.35826 0.35904 0 -1 0 + 1472 14 0.82364 0.28259 0.41351 -1 0 0 + 228 14 0.86887 0.50307 0.28725 -2 1 0 + 1675 13 0.71790 0.17218 0.05731 0 0 0 + 334 13 0.59423 0.23003 0.03832 0 0 0 + 1258 13 0.78907 0.41582 0.01936 0 0 0 + 1027 13 0.67410 0.78708 0.09181 1 0 1 + 1892 14 0.70517 0.66206 0.11827 -1 1 0 + 1597 13 0.98171 0.99822 0.32866 0 -1 1 + 1077 14 0.79150 0.78787 0.02937 1 0 0 + 416 14 0.50092 0.14362 0.02285 -1 0 0 + 839 14 0.68139 0.06521 0.42393 -1 0 1 + 1491 14 0.77302 0.93709 0.01023 -1 0 1 + 521 14 0.60832 0.77971 0.36076 -1 0 1 + 541 13 0.54391 0.73905 0.27563 0 1 1 + 1708 13 0.70809 0.95937 0.33004 0 0 2 + 165 14 0.80814 0.47542 0.12030 -2 0 2 + 1259 14 0.79078 0.44256 0.04183 0 0 0 + 193 13 0.84563 0.05337 0.22356 -1 0 0 + 1405 13 0.66609 0.07123 0.23726 0 0 0 + 1601 14 0.91056 0.71424 0.30467 0 0 -1 + 1871 14 0.59397 0.69825 0.04351 0 0 1 + 1165 13 0.97788 0.10122 0.05191 -1 0 1 + 1893 14 0.65158 0.65132 0.12669 -1 1 0 + 486 14 0.65145 0.19727 0.23610 -1 1 1 + 377 14 0.90279 0.60432 0.06463 -1 0 1 + 560 14 0.55650 0.17433 0.26121 -1 0 0 + 500 14 0.82314 0.72502 0.24651 -1 1 0 + 380 14 0.55926 0.43673 0.24096 -1 1 2 + 1532 14 0.83589 0.79342 0.11670 -1 1 1 + 1514 14 0.60942 0.63526 0.21869 -1 1 0 + 1159 13 0.72516 0.84972 0.15981 0 0 2 + 1903 13 0.85137 0.82359 0.04311 0 0 0 + 1805 14 0.56696 0.28644 0.00377 0 0 0 + 1990 13 0.76347 0.13601 0.37526 1 0 1 + 779 14 0.79194 0.89518 0.40244 -1 0 0 + 156 14 0.78415 0.70189 0.43605 -1 0 1 + 1700 14 0.56034 0.68970 0.35859 1 1 0 + 1206 14 0.64045 0.39596 0.37730 0 -1 0 + 769 13 0.54588 0.21661 0.43928 0 0 0 + 444 14 0.68641 0.44210 0.24319 -1 0 0 + 743 14 0.72518 0.94078 0.09242 0 0 0 + 194 14 0.87600 0.04882 0.20683 -1 0 0 + 770 14 0.51173 0.21787 0.43185 0 0 0 + 533 14 0.85492 0.10325 0.04893 0 2 1 + 1161 14 0.70808 0.83437 0.13344 0 0 2 + 1196 14 0.85659 0.79019 0.28354 -2 -2 0 + 928 13 0.62392 0.03804 0.04337 -1 1 1 + 845 14 0.91607 0.95996 0.45034 -1 -1 0 + 278 14 0.86712 0.59533 0.32229 -1 0 0 + 1776 14 0.98904 0.96384 0.39502 0 -2 0 + 814 13 0.53536 0.08345 0.13721 1 0 1 + 242 14 0.86496 0.94082 0.18943 -1 0 1 + 534 14 0.90602 0.08243 0.05268 0 2 1 + 1471 13 0.83818 0.26460 0.43974 -1 0 0 + 443 14 0.73667 0.42604 0.25979 -1 0 0 + 164 14 0.77847 0.51373 0.09364 -2 0 2 + 874 13 0.60571 0.40679 0.00145 -1 1 0 + 842 14 0.94877 0.47544 0.46835 0 0 0 + 644 14 0.63599 0.28270 0.17067 -1 0 0 + 431 14 0.91265 0.21919 0.05254 0 0 1 + 1991 14 0.78087 0.12502 0.40353 1 0 1 + 481 13 0.89303 0.68555 0.11149 0 0 1 + 629 14 0.92847 0.58496 0.19496 0 -1 0 + 1607 14 0.63279 0.83473 0.22669 1 0 -1 + 554 14 0.68188 0.87247 0.00757 -1 -1 1 + 460 13 0.84162 0.34935 0.24760 -1 0 2 + 189 14 0.67799 0.98574 0.14385 -1 -1 1 + 825 14 0.97451 0.80084 0.31578 0 -1 1 + 1403 14 0.93810 0.94900 0.03230 0 -1 2 + 347 14 0.73311 0.59881 0.48887 0 0 2 + 1611 14 0.54860 0.81449 0.40436 0 -1 0 + 1690 13 0.53627 0.51195 0.16316 0 0 1 + 1147 13 0.98638 0.91345 0.18420 0 0 0 + 864 14 0.86006 0.10670 0.25089 -1 0 0 + 284 14 0.87513 0.94201 0.29343 -1 0 0 + 1833 14 0.96380 0.32109 0.41300 0 1 1 + 473 14 0.61274 0.37346 0.47084 0 1 0 + 1485 14 0.81315 0.39719 0.30199 0 0 0 + 1719 14 0.71418 0.90170 0.22686 1 -1 -1 + 1254 14 0.99111 0.67632 0.26728 -1 1 1 + 1592 14 0.87385 0.64875 0.26018 -1 0 1 + 1800 14 0.71973 0.39646 0.03938 -1 0 -1 + 1674 14 0.71141 0.40689 0.43458 0 1 1 + 1612 13 0.75056 0.27836 0.22510 0 0 0 + 187 13 0.71170 0.98713 0.13464 -1 -1 1 + 1338 14 0.86799 0.21993 0.26313 1 1 0 + 832 13 0.79289 0.21051 0.31676 0 0 1 + 1559 14 0.54415 0.34651 0.10951 0 -1 0 + 1284 14 0.72249 0.09428 0.24933 0 1 -1 + 1615 13 0.68506 0.26833 0.04492 -1 0 0 + 941 14 0.69902 0.35055 0.15404 -1 1 -1 + 843 14 0.91459 0.51720 0.48048 0 0 0 + 1531 13 0.84931 0.77711 0.14457 -1 1 1 + 457 13 0.50171 0.60574 0.20541 0 0 1 + 1497 14 0.98411 0.87883 0.07435 0 0 1 + 1730 14 0.51397 0.57052 0.39397 0 1 0 + 1641 14 0.83229 0.88257 0.25659 0 -1 1 + 145 13 0.84831 0.32109 0.08596 0 0 -1 + 1520 14 0.71311 0.47816 0.13376 -1 1 0 + 292 13 0.87009 0.40641 0.40941 -1 0 1 + 1076 14 0.73746 0.78395 0.04048 1 0 0 + 1002 14 0.98957 0.45285 0.14683 -1 1 1 + 499 13 0.79463 0.72213 0.22648 -1 1 0 + 537 14 0.63257 0.74950 0.00559 -1 0 1 + 420 14 0.97628 0.34944 0.24327 -2 2 0 + 966 14 0.67531 0.09794 0.15861 0 0 0 + 1699 13 0.54979 0.66048 0.34253 1 1 0 + 1512 14 0.91590 0.99890 0.12681 1 0 1 + 1215 14 0.77668 0.44064 0.19576 -1 -1 1 + 117 14 0.74391 0.64947 0.01987 1 0 -1 + 1617 14 0.65262 0.25652 0.03935 -1 0 0 + 1696 13 0.57920 0.47741 0.35989 0 0 0 + 1560 14 0.59323 0.32661 0.12547 0 -1 0 + 430 13 0.90477 0.23520 0.08262 0 0 1 + 1209 14 0.58590 0.35237 0.24938 0 0 0 + 325 13 0.96723 0.45518 0.27709 -1 0 1 + 1516 13 0.84156 0.89210 0.12342 0 0 1 + 381 14 0.55128 0.47367 0.28134 -1 1 2 + 841 13 0.94505 0.51004 0.46485 0 0 0 + 1610 14 0.51472 0.77508 0.38545 0 -1 0 + 1294 13 0.97170 0.03024 0.21592 0 2 -1 + 1539 14 0.52566 0.94090 0.41484 0 0 0 + 889 13 0.91568 0.46632 0.15892 0 0 0 + 1114 13 0.69828 0.74248 0.40323 -1 0 0 + 116 14 0.75744 0.69834 0.04197 1 0 -1 + 1406 14 0.63539 0.07478 0.25363 0 0 0 + 794 14 0.80314 0.02399 0.39580 0 0 0 + 1018 13 0.60695 0.84360 0.36759 0 -1 0 + 838 13 0.68202 0.08665 0.39630 -1 0 1 + 1618 13 0.88608 0.18125 0.42212 0 1 0 + 487 13 0.96898 0.85091 0.46018 -1 0 0 + 1311 14 0.86583 0.69395 0.02785 0 0 0 + 1244 14 0.73861 0.30803 0.08671 0 1 -1 + 731 14 0.58665 0.16293 0.41156 0 2 0 + 294 14 0.88712 0.37598 0.40674 -1 0 1 + 511 13 0.85164 0.86221 0.37573 0 0 1 + 1588 13 0.97641 0.72381 0.02208 0 -1 0 + 1296 14 0.98922 0.03844 0.24505 0 2 -1 + 485 14 0.70440 0.18149 0.23350 -1 1 1 + 961 13 0.66397 0.59082 0.34884 0 0 -1 + 327 14 0.94420 0.47282 0.25756 -1 0 1 + 484 13 0.68362 0.20935 0.22961 -1 1 1 + 1709 14 0.71182 0.92469 0.33262 0 0 2 + 1484 14 0.80491 0.44986 0.31670 0 0 0 + 1436 14 0.56975 0.15806 0.12807 0 0 1 + 1495 13 0.98898 0.91336 0.07698 0 0 1 + 1620 14 0.86991 0.20928 0.43540 0 1 0 + 1204 13 0.67472 0.38974 0.37415 0 -1 0 + 1483 13 0.79196 0.42445 0.29647 0 0 0 + 1538 14 0.52175 0.93450 0.36004 0 0 0 + 1187 14 0.93867 0.48172 0.07195 0 -1 0 + 418 13 0.98302 0.37616 0.22174 -2 2 0 + 833 14 0.79012 0.17959 0.33287 0 0 1 + 285 14 0.85499 0.97616 0.33201 -1 0 0 + 1896 14 0.71101 0.49160 0.38370 1 0 1 + 453 14 0.56564 0.57246 0.10591 -1 0 0 + 2000 14 0.84031 0.08006 0.45308 0 2 0 + 1606 13 0.63867 0.85414 0.25518 1 0 -1 + 1090 13 0.63081 0.02154 0.32914 0 0 0 + 1453 13 0.98950 0.55181 0.29996 0 0 1 + 1207 13 0.60181 0.38349 0.24806 0 0 0 + 709 13 0.96015 0.30928 0.29049 -2 0 0 + 926 14 0.71579 0.66819 0.35928 0 -1 0 + 793 13 0.81149 0.00966 0.42659 0 0 0 + 1698 14 0.55830 0.45188 0.37149 0 0 0 + 336 14 0.57784 0.20641 0.01841 0 0 0 + 1734 14 0.67971 0.56960 0.44096 1 0 0 + 1385 14 0.87872 0.32536 0.14170 -1 1 0 + 776 14 0.99640 0.17671 0.29303 -1 1 0 + 1883 14 0.61737 0.44317 0.15885 1 -1 0 + 1886 14 0.61122 0.96732 0.11754 0 0 0 + 1677 14 0.69550 0.15161 0.07458 0 0 0 + 1999 13 0.82092 0.10881 0.45758 0 2 0 + 148 13 0.50486 0.30672 0.31978 -1 0 0 + 715 13 0.61363 0.76840 0.46812 0 0 0 + 927 14 0.68921 0.64661 0.31584 0 -1 0 + 1075 13 0.76374 0.76712 0.02470 1 0 0 + 645 14 0.60830 0.23871 0.15178 -1 0 0 + 598 13 0.54933 0.87048 0.01506 -1 -3 0 + 1287 14 0.67563 0.29680 0.29888 0 0 1 + 1321 13 0.72568 0.06679 0.04272 1 1 1 + 599 14 0.58322 0.87314 0.02324 -1 -3 0 + 863 14 0.83171 0.14194 0.28273 -1 0 0 + 1609 13 0.52961 0.78703 0.41475 0 -1 0 + 459 14 0.51623 0.57535 0.19598 0 0 1 + 1755 14 0.79407 0.46356 0.48648 0 1 -1 + 1706 14 0.50846 0.03970 0.01119 1 1 1 + 149 14 0.50417 0.33828 0.33484 -1 0 0 + 1549 13 0.86796 0.48244 0.35385 0 1 0 + 996 14 0.55964 0.81417 0.19657 1 -1 -1 + 138 14 0.67992 0.56820 0.21729 0 -1 1 + 1614 14 0.75500 0.27556 0.19053 0 0 0 + 123 14 0.55627 0.95287 0.28597 0 0 0 + 1616 14 0.68337 0.30246 0.03750 -1 0 0 + 1289 14 0.99209 0.42451 0.44460 0 0 0 + 512 14 0.87302 0.88676 0.38850 0 0 1 + 963 14 0.65704 0.57523 0.31832 0 0 -1 + 275 14 0.77118 0.59624 0.13926 -1 0 1 + 274 13 0.78614 0.58299 0.11056 -1 0 1 + 136 13 0.64972 0.57511 0.23351 0 -1 1 + 1473 14 0.81255 0.24389 0.45144 -1 0 0 + 1894 13 0.72408 0.51142 0.35803 1 0 1 + 1260 14 0.82245 0.40760 0.01295 0 0 0 + 358 13 0.75407 0.22100 0.43383 -1 -1 -1 + 1885 13 0.61472 0.98783 0.14565 0 0 0 + 1837 13 0.95823 0.81337 0.08416 0 -1 1 + 283 13 0.88478 0.96183 0.32058 -1 0 0 + 1285 13 0.69229 0.29162 0.32919 0 0 1 + 1839 14 0.94500 0.79788 0.11259 0 -1 1 + 1138 13 0.72415 0.86147 0.32430 0 0 0 + 795 14 0.80007 0.97669 0.42431 0 -1 0 + 1595 14 0.91725 0.36641 0.03908 -1 0 1 + 1091 14 0.64507 0.03854 0.35617 0 0 0 + 815 14 0.50470 0.07886 0.15339 1 0 1 + 472 13 0.61732 0.40782 0.47547 0 1 0 + 543 14 0.51349 0.75593 0.27204 0 1 1 + 369 14 0.55119 0.51913 0.03204 -1 1 1 + 742 13 0.74136 0.91468 0.07569 0 0 0 + 1115 14 0.67659 0.75692 0.42656 -1 0 0 + 1028 14 0.66340 0.81244 0.07023 1 0 1 + 1186 13 0.95319 0.50077 0.04646 0 -1 0 + 1376 14 0.86691 0.78570 0.43412 0 -1 0 + 432 14 0.92174 0.21680 0.10704 0 0 1 + 1671 14 0.60536 0.14855 0.49484 0 0 2 + 965 14 0.71982 0.12636 0.14214 0 0 0 + 553 13 0.65378 0.87393 0.02834 -1 -1 1 + 208 13 0.81318 0.16138 0.06905 -1 0 1 + 862 13 0.86391 0.13512 0.27090 -1 0 0 + 1062 14 0.59648 0.97947 0.47158 -1 0 1 + 771 14 0.54758 0.19981 0.46990 0 0 0 + 994 13 0.58949 0.80349 0.18179 1 -1 -1 + 359 14 0.75605 0.19457 0.41102 -1 -1 -1 + 647 14 0.51341 0.31700 0.19841 0 0 0 + 1029 14 0.66114 0.75771 0.07793 1 0 1 + 925 13 0.70338 0.67634 0.32762 0 -1 0 + 532 13 0.87234 0.07306 0.05186 0 2 1 + 1407 14 0.67190 0.03674 0.23691 0 0 0 + 1060 13 0.56241 0.97701 0.46412 -1 0 1 + 1533 14 0.82205 0.76072 0.15911 -1 1 1 + 241 13 0.84941 0.94273 0.22070 -1 0 1 + 625 13 0.97792 0.62322 0.07064 0 0 1 + 1853 14 0.79113 0.56728 0.32851 1 -1 0 + 1454 14 0.97979 0.51842 0.29630 0 0 1 + 522 14 0.59589 0.74105 0.32321 -1 0 1 + 335 14 0.59961 0.21363 0.06874 0 0 0 + 462 14 0.86641 0.34535 0.22326 -1 0 2 + 1503 14 0.98821 0.16638 0.46765 0 0 0 + 209 14 0.82844 0.19136 0.05949 -1 0 1 + 147 14 0.86411 0.34327 0.06402 0 0 -1 + 824 14 0.92959 0.79784 0.34791 0 -1 1 + 513 14 0.87002 0.83255 0.37797 0 0 1 + 1884 14 0.60478 0.41601 0.11235 1 -1 0 + 1558 13 0.57856 0.35155 0.10582 0 -1 0 + 1870 13 0.62822 0.69289 0.04809 0 0 1 + 520 13 0.61171 0.74555 0.35406 -1 0 1 + 1106 14 0.75894 0.76353 0.37648 0 0 -1 + 561 14 0.56335 0.16944 0.20655 -1 0 0 + 1105 13 0.78797 0.77381 0.35991 0 0 -1 + 552 14 0.77387 0.32453 0.33269 0 1 1 + 1019 14 0.61612 0.86858 0.34490 0 -1 0 + 1243 13 0.75829 0.30495 0.11546 0 1 -1 + 1517 14 0.85366 0.92412 0.11625 0 0 1 + 1831 13 0.93082 0.32859 0.40409 0 1 1 + 1510 13 0.88770 0.98105 0.11637 1 0 1 + 482 14 0.92382 0.67678 0.12557 0 0 1 + 1904 14 0.85149 0.84951 0.06658 0 0 0 + 1872 14 0.63220 0.65830 0.04478 0 0 1 + 1439 14 0.99573 0.03383 0.09080 -1 0 0 + 1245 14 0.79091 0.31108 0.10445 0 1 -1 + 172 13 0.99609 0.76369 0.17512 -1 0 0 + 1377 14 0.92020 0.77091 0.43406 0 -1 0 + 730 13 0.60191 0.13939 0.39068 0 2 0 + 876 14 0.63338 0.40186 0.02225 -1 1 0 + 1619 14 0.86176 0.15613 0.42244 0 1 0 + 483 14 0.88048 0.71040 0.13265 0 0 1 + 1213 13 0.80845 0.45349 0.18881 -1 -1 1 + 1290 14 0.95013 0.39495 0.46520 0 0 0 + 268 13 0.99953 0.66891 0.15364 -1 0 1 + 807 14 0.54639 0.91120 0.21492 1 -1 0 + 559 13 0.57998 0.16507 0.23700 -1 0 0 + 550 13 0.80298 0.31120 0.34675 0 1 1 + 1887 14 0.58989 0.01217 0.14189 0 1 0 + 1283 14 0.73638 0.10951 0.30065 0 1 -1 + 1419 14 0.95431 0.61940 0.48498 -1 0 0 + 1375 13 0.89547 0.78529 0.41395 0 -1 0 + 1882 13 0.60183 0.44725 0.12779 1 -1 0 + 639 14 0.91367 0.66707 0.43228 -1 0 0 + 1323 14 0.69117 0.06361 0.03803 1 1 1 + 1875 14 0.51291 0.72235 0.03865 1 0 1 + 1295 14 0.99637 0.01951 0.19358 0 2 -1 + 1640 14 0.83938 0.85985 0.30652 0 -1 1 + 1891 13 0.68151 0.65762 0.14364 -1 1 0 + 1166 14 0.97878 0.13214 0.06821 -1 0 1 + 711 14 0.93735 0.29167 0.27067 -2 0 0 + 1626 14 0.81170 0.32240 0.46518 0 -1 0 + 1701 14 0.54640 0.66965 0.30896 1 1 0 + 279 14 0.90669 0.59304 0.36087 -1 0 0 + 1047 14 0.95697 0.27933 0.06315 -1 0 -1 + 840 14 0.65518 0.10845 0.40152 -1 0 1 + 1422 14 0.77321 0.65522 0.22259 0 0 0 + 367 13 0.52190 0.51803 0.05110 -1 1 1 + 1992 14 0.73356 0.11790 0.37579 1 0 1 + 632 14 0.66476 0.77078 0.27571 -1 0 0 + 638 14 0.86300 0.67652 0.41222 -1 0 0 + 1435 13 0.59878 0.17611 0.13545 0 0 1 + 1802 14 0.79796 0.51657 0.01772 0 0 0 + 967 13 0.93703 0.72012 0.48574 -1 1 -1 + 1513 13 0.59699 0.66784 0.21608 -1 1 0 + 419 14 0.95850 0.37383 0.19692 -2 2 0 + 442 13 0.71761 0.43195 0.23107 -1 0 0 + 154 13 0.81108 0.68999 0.45491 -1 0 1 + 346 13 0.76806 0.59965 0.48934 0 0 2 + 1384 13 0.90065 0.31813 0.16796 -1 1 0 + 163 13 0.79419 0.48282 0.08910 -2 0 2 + 1599 14 0.94982 0.99231 0.31560 0 -1 1 + 2001 14 0.79681 0.09953 0.48114 0 2 0 + 1613 14 0.72484 0.25584 0.23249 0 0 0 + 759 14 0.58778 0.23603 0.35175 -2 0 1 + 1591 13 0.89813 0.63739 0.23773 -1 0 1 + 1847 14 0.89458 0.82465 0.22005 0 0 2 + 1598 14 0.97955 0.03005 0.34299 0 0 1 + 231 14 0.65133 0.65577 0.49269 -1 0 0 + 1774 13 0.99940 0.94601 0.42326 0 -2 0 + 1208 14 0.63036 0.37792 0.22865 0 0 0 + 1732 13 0.67509 0.59227 0.46719 1 0 0 + 458 14 0.52795 0.62394 0.21966 0 0 1 + 379 13 0.54044 0.46501 0.24924 -1 1 2 + 846 14 0.86451 0.96461 0.43086 -1 -1 0 + 643 13 0.60368 0.26983 0.16706 -1 0 0 + 1602 14 0.93344 0.69876 0.35259 0 0 -1 + 412 13 0.79455 0.09305 0.13501 0 1 -1 + 1116 14 0.67813 0.73592 0.37541 -1 0 0 + 488 14 0.93420 0.85116 0.46377 -1 0 0 + 195 14 0.82577 0.07123 0.20098 -1 0 0 + 1058 14 0.98195 0.12128 0.36183 0 1 -1 + 207 14 0.94471 0.22612 0.22881 0 0 0 + 1455 14 0.95959 0.56909 0.30542 0 0 1 + 633 14 0.70380 0.73990 0.29982 -1 0 0 + 1600 13 0.93972 0.70049 0.31823 0 0 -1 + 206 14 0.99255 0.20218 0.21476 0 0 0 + 1672 13 0.73862 0.41596 0.45459 0 1 1 + 1107 14 0.80069 0.79966 0.37974 0 0 -1 + 349 13 0.50366 0.84629 0.21374 0 -2 1 + 648 14 0.55304 0.27935 0.20682 0 0 0 + 1798 13 0.69157 0.38805 0.05835 -1 0 -1 + 1188 14 0.93075 0.52710 0.04133 0 -1 0 + 402 14 0.91489 0.18442 0.36295 0 1 1 + 1322 14 0.73415 0.04020 0.06380 1 1 1 + 823 13 0.94696 0.81947 0.32661 0 -1 1 + 1197 14 0.83192 0.75495 0.31830 -2 -2 0 + 806 14 0.58307 0.94832 0.19658 1 -1 0 + 1092 14 0.65096 0.99327 0.32494 0 -1 0 + 716 14 0.58014 0.76377 0.45918 0 0 0 + 942 14 0.68688 0.38860 0.19230 -1 1 -1 + 451 13 0.57975 0.60402 0.10061 -1 0 0 + 1627 13 0.81481 0.80375 0.47030 1 0 0 + 201 14 0.68074 0.48322 0.31186 -1 1 0 + 1811 14 0.76439 0.24869 0.01647 0 1 0 + 1718 14 0.72063 0.94276 0.26335 1 -1 -1 + 1020 14 0.59090 0.86076 0.39350 0 -1 0 + 1011 14 0.62573 0.48408 0.39881 0 0 0 + 1101 14 0.57612 0.29143 0.44871 0 0 1 + 1167 14 0.98807 0.10825 0.01920 -1 0 1 + 805 13 0.57125 0.93324 0.22584 1 -1 0 + 348 14 0.77647 0.62653 0.46861 0 0 2 + 555 14 0.65703 0.90431 0.04535 -1 -1 1 + 501 14 0.76800 0.72897 0.24809 -1 1 0 + 1418 14 0.97203 0.57744 0.45362 -1 0 0 + 1496 14 0.98072 0.92088 0.11011 0 0 1 + 1551 14 0.88833 0.50796 0.36638 0 1 0 + 276 14 0.77476 0.60338 0.08453 -1 0 1 + 1044 14 0.82559 0.02283 0.48871 0 0 -2 + 1717 13 0.72917 0.93304 0.23086 1 -1 -1 + 227 14 0.86558 0.54738 0.25433 -2 1 0 + 551 14 0.80043 0.27677 0.34122 0 1 1 + 1010 14 0.65137 0.47879 0.44753 0 0 0 + 780 14 0.74916 0.89984 0.43718 -1 0 0 + 1009 13 0.64730 0.50081 0.42067 0 0 0 + 293 14 0.83718 0.39739 0.41708 -1 0 1 + 778 13 0.77608 0.91778 0.42390 -1 0 0 + 1420 13 0.75404 0.62598 0.22177 0 0 0 + 184 13 0.78964 0.01723 0.33096 -1 1 1 + 378 14 0.85855 0.58028 0.08751 -1 0 1 + 1309 13 0.85279 0.67674 0.00033 0 0 0 + 1310 14 0.85330 0.64313 0.00996 0 0 0 + 1421 14 0.72950 0.63225 0.19767 0 0 0 + 1045 13 0.96630 0.31300 0.06171 -1 0 -1 + 1160 14 0.71224 0.83463 0.18859 0 0 2 + 1729 13 0.53985 0.56451 0.37123 0 1 0 + 1731 14 0.54845 0.59618 0.35916 0 1 0 + 962 14 0.63356 0.59020 0.36611 0 0 -1 + 200 14 0.62572 0.48834 0.31421 -1 1 0 + 1804 13 0.55827 0.32026 0.00186 0 0 0 + 890 14 0.88590 0.45580 0.17394 0 0 0 + 1799 14 0.70198 0.39160 0.09154 -1 0 -1 + 185 14 0.79925 0.04035 0.30655 -1 1 1 + 834 14 0.76100 0.21647 0.30369 0 0 1 + 1061 14 0.54661 0.99601 0.48887 -1 0 1 + 205 13 0.96383 0.21670 0.20108 0 0 0 + 1214 14 0.81816 0.46935 0.21843 -1 -1 1 + 940 13 0.67316 0.37128 0.16520 -1 1 -1 + 1846 13 0.92943 0.82708 0.22157 0 0 2 + 401 14 0.91268 0.16276 0.31211 0 1 1 + 631 13 0.69908 0.76409 0.27501 -1 0 0 + 1195 13 0.85821 0.75732 0.29536 -2 -2 0 + 1059 14 0.99429 0.10702 0.41383 0 1 -1 + 757 13 0.59542 0.26935 0.34439 -2 0 1 + 816 14 0.52684 0.08942 0.10382 1 0 1 + 1519 13 0.69226 0.50087 0.11725 -1 1 0 + 1848 14 0.93730 0.81966 0.25482 0 0 2 + 413 14 0.78798 0.06896 0.11053 0 1 -1 + 137 14 0.63208 0.54494 0.23242 0 -1 1 + 226 13 0.86987 0.51269 0.25365 -2 1 0 + 1895 14 0.70633 0.54147 0.36025 1 0 1 + 277 13 0.90020 0.58520 0.32741 -1 0 0 + 1288 13 0.97566 0.41696 0.47453 0 0 0 + 210 14 0.78035 0.16411 0.05729 -1 0 1 + 1593 14 0.92819 0.63958 0.25546 -1 0 1 + 1905 14 0.88435 0.81194 0.04275 0 0 0 + 637 13 0.89487 0.66563 0.40282 -1 0 0 + 489 14 0.97580 0.87787 0.43897 -1 0 0 + 1537 13 0.51211 0.91994 0.39035 0 0 0 + 1590 14 0.96419 0.69151 0.02758 0 -1 0 + 628 13 0.94384 0.55574 0.18345 0 -1 0 + 542 14 0.55347 0.73117 0.24292 0 1 1 + 1676 14 0.70569 0.20457 0.06231 0 0 0 + 1852 13 0.80210 0.59575 0.31142 1 -1 0 + 368 14 0.50927 0.48583 0.04593 -1 1 1 + 360 14 0.71980 0.22522 0.43942 -1 -1 -1 + 744 14 0.76817 0.90621 0.09649 0 0 0 + 150 14 0.51029 0.31331 0.28587 -1 0 0 + 122 14 0.57411 0.99057 0.32230 0 0 0 + 1854 14 0.77810 0.60082 0.28650 1 -1 0 + 995 14 0.58108 0.79755 0.14837 1 -1 -1 + 1594 13 0.89016 0.37971 0.02140 -1 0 1 + 1692 14 0.53682 0.49089 0.19108 0 0 1 + 414 14 0.80703 0.12045 0.11722 0 1 -1 + 146 14 0.86334 0.29018 0.07952 0 0 -1 + 1057 13 0.99262 0.09426 0.38131 0 1 -1 + 844 13 0.88697 0.94149 0.44442 -1 -1 0 + 1139 14 0.70330 0.85005 0.29866 0 0 0 + 1697 14 0.56222 0.50693 0.36785 0 0 0 + 1386 14 0.90860 0.28434 0.16370 -1 1 0 + 630 14 0.96547 0.54644 0.20931 0 -1 0 + 461 14 0.81153 0.34674 0.22997 -1 0 2 + 1838 14 0.97161 0.78714 0.06531 0 -1 1 + 186 14 0.75827 0.00590 0.32044 -1 1 1 + 1286 14 0.66888 0.27526 0.34937 0 0 1 + 1515 14 0.62282 0.68588 0.20089 -1 1 0 + 1608 14 0.61449 0.87937 0.25374 1 0 -1 + 1148 14 0.96246 0.88794 0.18401 0 0 0 + 243 14 0.84859 0.97691 0.22801 -1 0 1 + 855 14 0.51457 0.91026 0.07462 -1 -1 0 + 710 14 0.94043 0.32489 0.31479 -2 0 0 + 1521 14 0.66550 0.48147 0.10581 -1 1 0 + 1437 14 0.62299 0.15163 0.14160 0 0 1 + 1337 14 0.86138 0.27457 0.26865 1 1 0 + 188 14 0.72913 0.98584 0.16493 -1 -1 1 + 1832 14 0.91388 0.29811 0.40673 0 1 1 + 964 13 0.68488 0.12636 0.14061 0 0 0 + 1691 14 0.54857 0.49222 0.13705 0 0 1 + 174 14 0.97154 0.77753 0.19583 -1 0 0 + 1511 14 0.88164 0.99247 0.08387 1 0 1 + 1282 13 0.74931 0.10621 0.26833 0 1 -1 + 1639 13 0.83783 0.85192 0.27250 0 -1 1 + 646 13 0.52489 0.29369 0.22181 0 0 0 + 1803 14 0.84737 0.54142 0.01755 0 0 0 + 1710 14 0.71793 0.97159 0.36129 0 0 2 + 1550 14 0.87599 0.45448 0.37326 0 1 0 + 326 14 0.96790 0.42315 0.26306 -1 0 1 + 400 13 0.93436 0.17865 0.33448 0 1 1 + 1806 14 0.56088 0.33186 0.03475 0 0 0 + 717 14 0.62369 0.73740 0.48081 0 0 0 + 155 14 0.82475 0.71858 0.46969 -1 0 1 + 1184 14 0.67451 0.54019 0.06888 -1 0 -1 + 1624 13 0.80992 0.35490 0.47796 0 -1 0 + 1629 14 0.83075 0.83258 0.48204 1 0 0 + 929 14 0.61280 0.05353 0.01405 -1 1 1 + 1183 13 0.65500 0.55709 0.04528 -1 0 -1 + 627 14 0.98407 0.63750 0.10196 0 0 1 + 415 13 0.51902 0.16913 0.00719 -1 0 0 + 1185 14 0.63177 0.57500 0.06432 -1 0 -1 + 930 14 0.60169 0.01148 0.04822 -1 1 1 + 372 14 0.66050 0.82183 0.48207 -1 -2 0 + 1873 13 0.53057 0.69626 0.02346 1 0 1 + 1100 14 0.61337 0.29331 0.48955 0 0 1 + 1631 14 0.50693 0.12818 0.48555 2 -1 0 + 1628 14 0.79444 0.79358 0.49684 1 0 0 + 1402 13 0.91741 0.96068 0.00664 0 -1 2 + 1874 14 0.50631 0.67196 0.01682 1 0 1 + 1246 13 0.85690 0.55461 0.49818 1 0 1 + 1014 14 0.67913 0.08193 0.49671 0 0 0 + 1625 14 0.84212 0.36138 0.48997 0 -1 0 + 1247 14 0.82681 0.56527 0.48389 1 0 1 + 1154 14 0.53067 0.42714 0.99336 0 1 0 + 939 14 0.62659 0.30023 0.79521 1 0 -1 + 333 14 0.93310 0.63777 0.76216 -1 -2 -1 + 1084 13 0.75716 0.26969 0.60894 -1 2 -1 + 232 13 0.86170 0.54410 0.61344 -1 0 0 + 1858 13 0.86587 0.94660 0.67992 0 0 -1 + 1864 13 0.64196 0.26581 0.90897 0 0 -1 + 1052 14 0.55608 0.55990 0.50099 -1 1 1 + 1300 13 0.62494 0.24019 0.62364 0 0 1 + 95 14 0.80881 0.85949 0.71978 -1 -1 -1 + 774 14 0.94048 0.52797 0.66901 -1 0 -1 + 1987 13 0.67702 0.90201 0.88539 0 -1 -1 + 933 14 0.94526 0.78389 0.97461 -1 -1 -1 + 932 14 0.89890 0.76252 0.95332 -1 -1 -1 + 1194 14 0.97589 0.32430 0.69892 -1 0 0 + 959 14 0.55051 0.31060 0.53263 0 1 1 + 1481 14 0.73040 0.66728 0.85861 0 1 -1 + 508 13 0.57078 0.57916 0.72067 -1 0 1 + 706 13 0.68804 0.73693 0.70661 -1 0 -1 + 728 14 0.72554 0.47294 0.55113 -1 0 0 + 497 14 0.77910 0.18322 0.87785 0 0 -1 + 1565 14 0.51045 0.83080 0.69676 1 -1 0 + 1643 14 0.69147 0.17137 0.88980 0 0 -1 + 538 13 0.97821 0.75117 0.69924 -2 0 0 + 678 14 0.94175 0.20683 0.63039 -1 1 0 + 248 14 0.62082 0.06321 0.84241 -1 1 -1 + 388 13 0.97712 0.96397 0.76197 -1 -1 1 + 523 13 0.53764 0.99715 0.97491 0 0 -1 + 1809 14 0.71296 0.58474 0.72080 -1 0 0 + 1859 14 0.89645 0.96339 0.67755 0 0 -1 + 786 14 0.58472 0.14788 0.82130 -1 1 0 + 1564 13 0.53961 0.84656 0.68561 1 -1 0 + 93 14 0.66993 0.12992 0.63425 0 0 0 + 913 13 0.80336 0.20821 0.52637 -1 1 -1 + 810 14 0.59009 0.46980 0.58813 0 -1 1 + 230 14 0.61583 0.67168 0.53200 -1 0 0 + 1081 13 0.91018 0.21591 0.53365 -1 0 -1 + 371 14 0.70520 0.82392 0.51458 -1 -2 0 + 949 13 0.59044 0.93370 0.74499 1 0 -1 + 353 14 0.81301 0.10160 0.95976 -1 0 1 + 1528 13 0.72965 0.33338 0.76113 -1 1 1 + 1396 13 0.75484 0.08168 0.54504 1 0 0 + 92 14 0.68033 0.13252 0.68851 0 0 0 + 435 14 0.93233 0.17615 0.71946 -1 1 -1 + 600 14 0.54874 0.85011 0.98664 -1 -3 -1 + 720 14 0.65656 0.63947 0.91417 0 0 -1 + 1880 14 0.90061 0.84779 0.69246 -1 -1 -1 + 984 14 0.81901 0.09460 0.78258 -1 1 0 + 151 13 0.55057 0.16934 0.61258 0 1 1 + 950 14 0.61738 0.95466 0.73738 1 0 -1 + 809 14 0.63228 0.46217 0.55318 0 -1 1 + 727 13 0.69985 0.45034 0.54393 -1 0 0 + 134 14 0.75218 0.84574 0.94566 -1 0 -1 + 1772 14 0.50988 0.64660 0.65208 1 1 -2 + 859 13 0.65914 0.38704 0.90125 0 0 -1 + 1648 13 0.77815 0.47295 0.90197 0 0 0 + 1644 14 0.68406 0.13906 0.84552 0 0 -1 + 1152 14 0.89831 0.07157 0.68074 -1 1 0 + 773 14 0.97956 0.48914 0.67398 -1 0 -1 + 1035 14 0.88897 0.85098 0.82282 0 0 0 + 143 14 0.82264 0.28719 0.85233 -1 0 0 + 556 13 0.75287 0.48162 0.78436 0 1 0 + 267 14 0.56238 0.01429 0.76177 -1 0 1 + 623 14 0.54985 0.82412 0.82649 1 1 -1 + 311 14 0.57928 0.61132 0.56310 -1 2 0 + 924 14 0.67213 0.20878 0.72487 -1 1 0 + 1021 13 0.88542 0.40904 0.65067 -1 -1 0 + 229 13 0.64244 0.68321 0.51246 -1 0 0 + 1151 14 0.94713 0.07490 0.65495 -1 1 0 + 375 14 0.59296 0.46689 0.98729 -1 0 0 + 1486 13 0.54901 0.44365 0.72083 0 0 -1 + 142 13 0.84153 0.29106 0.88151 -1 0 0 + 558 14 0.77778 0.46839 0.80503 0 1 0 + 691 13 0.89437 0.75301 0.77002 -1 -1 0 + 1721 14 0.78334 0.91212 0.83560 -1 0 -1 + 1822 13 0.67970 0.58534 0.82902 1 -1 -1 + 509 14 0.57586 0.55532 0.69560 -1 0 1 + 1488 14 0.51596 0.44171 0.70955 0 0 -1 + 698 14 0.51859 0.01064 0.57047 1 0 -1 + 329 14 0.75333 0.74971 0.96322 -1 -1 -1 + 1192 13 0.94395 0.31193 0.69186 -1 0 0 + 1865 14 0.64673 0.30000 0.91455 0 0 -1 + 614 14 0.86154 0.19321 0.97139 0 -1 -2 + 1126 13 0.68612 0.50714 0.88824 0 0 -1 + 536 14 0.67957 0.76183 0.97916 -1 0 0 + 1547 14 0.83325 0.37704 0.79672 0 0 0 + 322 13 0.68075 0.72996 0.59542 0 0 1 + 1301 14 0.63444 0.23754 0.65720 0 0 1 + 1665 14 0.82182 0.36364 0.57483 0 0 0 + 887 14 0.91408 0.45754 0.96151 -1 0 0 + 968 14 0.92638 0.69419 0.50665 -1 1 -1 + 893 14 0.99398 0.24661 0.80314 0 1 -1 + 1490 14 0.81613 0.95669 0.98165 -1 0 0 + 1073 14 0.52348 0.35997 0.85814 -1 0 -2 + 1974 14 0.84835 0.27610 0.66835 -1 0 0 + 1033 13 0.92003 0.86654 0.82679 0 0 0 + 622 13 0.52836 0.79656 0.82517 1 1 -1 + 1844 14 0.72899 0.98985 0.93926 0 -2 0 + 1224 14 0.92481 0.24917 0.94387 1 1 -1 + 955 13 0.66046 0.17468 0.94879 0 1 -1 + 1812 14 0.77554 0.29288 0.98513 0 1 -1 + 144 14 0.81781 0.29619 0.90669 -1 0 0 + 183 14 0.63001 0.06425 0.70117 -1 0 0 + 718 13 0.68775 0.64913 0.90166 0 0 -1 + 266 14 0.55801 0.02089 0.81651 -1 0 1 + 1763 14 0.59548 0.47111 0.67000 0 1 -1 + 676 13 0.93836 0.20874 0.66514 -1 1 0 + 517 13 0.52537 0.16991 0.73181 -1 0 -1 + 1193 14 0.93370 0.29664 0.72159 -1 0 0 + 176 14 0.76374 0.67781 0.76777 -1 -1 -1 + 1127 14 0.66482 0.52388 0.91035 0 0 -1 + 1780 13 0.93561 0.30411 0.79858 0 0 -1 + 1577 14 0.78898 0.11275 0.71105 1 0 -1 + 1141 13 0.67114 0.41656 0.76405 1 2 -2 + 1527 14 0.55075 0.14461 0.89166 0 2 1 + 1042 13 0.83780 0.02181 0.52146 0 0 -2 + 299 14 0.90418 0.24740 0.81941 -1 2 0 + 1522 13 0.93272 0.38229 0.86078 0 1 -1 + 2003 14 0.91055 0.78636 0.63523 1 1 1 + 1897 13 0.82488 0.24771 0.73384 0 1 0 + 729 14 0.70541 0.44105 0.51068 -1 0 0 + 748 13 0.56973 0.82804 0.92936 0 -1 -1 + 1567 13 0.76693 0.98195 0.57694 1 -1 2 + 784 13 0.56453 0.17607 0.81671 -1 1 0 + 1523 14 0.92594 0.37911 0.89494 0 1 -1 + 1526 14 0.50477 0.11406 0.89508 0 2 1 + 352 13 0.84765 0.10410 0.96382 -1 0 1 + 539 14 0.98503 0.77725 0.67696 -2 0 0 + 1150 13 0.91562 0.05991 0.65267 -1 1 0 + 1529 14 0.70556 0.35827 0.76596 -1 1 1 + 977 14 0.54491 0.35346 0.77229 -1 0 0 + 1487 14 0.54814 0.46743 0.74645 0 0 -1 + 100 13 0.83083 0.90171 0.59726 -1 -1 0 + 1489 13 0.78207 0.94932 0.97874 -1 0 0 + 970 13 0.63222 0.65558 0.76063 -2 1 -1 + 831 14 0.61490 0.57691 0.97579 0 -1 0 + 496 13 0.80669 0.16211 0.87389 0 0 -1 + 1969 13 0.66601 0.17761 0.50668 1 2 0 + 829 13 0.61700 0.60552 0.95578 0 -1 0 + 754 13 0.56229 0.06438 0.58784 -1 1 0 + 221 14 0.59658 0.72254 0.84435 0 0 0 + 848 14 0.91592 0.90142 0.89291 -1 -1 -1 + 1218 14 0.97905 0.99271 0.96681 0 -1 -1 + 1364 14 0.55111 0.35668 0.94611 0 1 -1 + 1845 14 0.72748 0.99032 0.88397 0 -2 0 + 1584 14 0.89752 0.67295 0.68030 1 -1 -1 + 1428 14 0.90939 0.54005 0.80896 0 0 -1 + 671 14 0.99086 0.97794 0.89223 -1 -1 -1 + 1561 13 0.66304 0.01567 0.59217 1 -1 1 + 1079 14 0.50804 0.95023 0.78093 0 -1 -1 + 1168 13 0.55874 0.89896 0.60110 0 -2 -1 + 1096 13 0.75669 0.24905 0.81412 0 0 -1 + 1379 14 0.61285 0.82706 0.59391 -1 -1 1 + 768 14 0.82877 0.61444 0.63686 0 0 0 + 549 14 0.57494 0.48018 0.84816 0 0 -2 + 1334 14 0.96753 0.76200 0.86186 0 -1 -1 + 1695 14 0.50012 0.94578 0.68696 0 0 -1 + 1792 13 0.50709 0.92018 0.91688 0 -1 0 + 849 14 0.94058 0.87186 0.93262 -1 -1 -1 + 1985 14 0.51897 0.68481 0.86091 1 1 0 + 295 13 0.70492 0.54405 0.67113 -1 0 0 + 978 14 0.58289 0.38282 0.74481 -1 0 0 + 465 14 0.55630 0.22834 0.85696 0 0 -1 + 1986 14 0.53159 0.70747 0.90976 1 1 0 + 1043 14 0.87226 0.01715 0.51784 0 0 -2 + 557 14 0.76198 0.51510 0.77998 0 1 0 + 708 14 0.66354 0.71354 0.71533 -1 0 -1 + 1670 14 0.57378 0.11763 0.52810 0 0 2 + 914 14 0.78988 0.20964 0.55861 -1 1 -1 + 1098 14 0.73472 0.26962 0.79631 0 0 -1 + 1143 14 0.69898 0.43713 0.76898 1 2 -2 + 894 14 0.98598 0.20171 0.77186 0 1 -1 + 1378 13 0.61275 0.80362 0.61986 -1 -1 1 + 1013 14 0.65245 0.04018 0.52128 0 0 0 + 135 14 0.74848 0.89607 0.96829 -1 0 -1 + 674 14 0.79112 0.46411 0.69260 0 0 -1 + 259 13 0.84357 0.43135 0.83146 -1 3 -1 + 1530 14 0.72811 0.32620 0.72694 -1 1 1 + 479 14 0.93831 0.61939 0.66549 -1 0 1 + 1548 14 0.80699 0.33158 0.77931 0 0 0 + 1546 13 0.83730 0.34880 0.77650 0 0 0 + 1976 14 0.98752 0.83977 0.61987 -1 0 0 + 749 14 0.59010 0.83359 0.90149 0 -1 -1 + 687 14 0.77682 0.60334 0.55761 -2 0 0 + 2004 14 0.93151 0.75009 0.59911 1 1 1 + 1801 13 0.82578 0.52268 0.99742 0 0 -1 + 1015 13 0.73554 0.02968 0.67675 -1 -1 -1 + 847 13 0.92776 0.90365 0.92574 -1 -1 -1 + 756 14 0.54898 0.07440 0.61859 -1 1 0 + 1509 14 0.88836 0.31510 0.55723 -1 1 0 + 1082 14 0.91018 0.18740 0.55391 -1 0 -1 + 1389 14 0.92345 0.15321 0.87062 1 1 -1 + 590 14 0.81692 0.59986 0.80308 0 0 0 + 909 14 0.90611 0.58442 0.92494 -1 1 -2 + 1427 14 0.87301 0.53531 0.76757 0 0 -1 + 713 14 0.92183 0.63425 0.57255 -1 0 -1 + 938 14 0.64755 0.25083 0.78178 1 0 -1 + 1807 13 0.72058 0.61316 0.73969 -1 0 0 + 1053 14 0.58758 0.53160 0.53658 -1 1 1 + 860 14 0.67245 0.37569 0.87097 0 0 -1 + 1390 13 0.72585 0.58509 0.98376 0 0 0 + 1826 14 0.73822 0.75758 0.56225 0 0 1 + 296 14 0.72740 0.52054 0.65829 -1 0 0 + 593 14 0.73505 0.09092 0.97613 0 1 0 + 463 13 0.54641 0.25271 0.88001 0 0 -1 + 677 14 0.95311 0.23927 0.67372 -1 1 0 + 1881 14 0.87805 0.80531 0.71977 -1 -1 -1 + 1866 14 0.64520 0.26203 0.87436 0 0 -1 + 1202 14 0.58165 0.08815 0.94104 -1 -1 0 + 1023 14 0.90811 0.43315 0.66195 -1 -1 0 + 1111 13 0.82679 0.93974 0.87985 -1 -1 -1 + 725 14 0.50321 0.26635 0.61371 0 0 0 + 2002 13 0.90400 0.75556 0.62000 1 1 1 + 1720 13 0.75070 0.90803 0.82373 -1 0 -1 + 1380 14 0.58701 0.81413 0.64107 -1 -1 1 + 958 13 0.52702 0.30093 0.55666 0 1 1 + 1524 14 0.90368 0.39642 0.84736 0 1 -1 + 707 14 0.68636 0.73879 0.67172 -1 0 -1 + 1572 14 0.53927 0.52158 0.61503 1 -1 0 + 1860 14 0.87293 0.91817 0.69902 0 0 -1 + 1788 14 0.81446 0.77744 0.67592 0 -2 0 + 124 13 0.59182 0.87667 0.83350 -1 -1 0 + 1657 13 0.66394 0.91105 0.58222 0 0 0 + 1109 14 0.84826 0.66914 0.89480 0 0 0 + 907 13 0.91370 0.55227 0.93641 -1 1 -2 + 1169 14 0.55622 0.88472 0.63294 0 -2 -1 + 1879 13 0.86984 0.83298 0.70003 -1 -1 -1 + 374 14 0.57738 0.49685 0.94348 -1 0 0 + 1507 13 0.88742 0.34854 0.54704 -1 1 0 + 408 14 0.83987 0.00155 0.75468 -1 0 0 + 298 13 0.89178 0.21502 0.82393 -1 2 0 + 159 14 0.71879 0.15712 0.77913 -1 -1 0 + 983 14 0.81441 0.14295 0.80903 -1 1 0 + 331 13 0.94482 0.61529 0.78625 -1 -2 -1 + 260 14 0.82425 0.44194 0.85862 -1 3 -1 + 525 14 0.57145 0.98839 0.97682 0 0 -1 + 1750 13 0.60816 0.00466 0.87286 0 1 0 + 714 14 0.89502 0.60822 0.53177 -1 0 -1 + 1989 14 0.69317 0.88429 0.91086 0 -1 -1 + 976 13 0.57543 0.35037 0.75549 -1 0 0 + 755 14 0.58604 0.04007 0.59608 -1 1 0 + 297 14 0.68987 0.55814 0.64289 -1 0 0 + 1024 13 0.61158 0.51875 0.79712 1 0 0 + 265 13 0.53889 0.01864 0.78731 -1 0 1 + 1786 13 0.80680 0.76029 0.64642 0 -2 0 + 312 14 0.54473 0.63941 0.59591 -1 2 0 + 1325 14 0.94541 0.99231 0.54615 -1 -1 0 + 986 14 0.98533 0.53995 0.93582 0 0 0 + 1659 14 0.66935 0.89680 0.55074 0 0 0 + 570 14 0.62921 0.78450 0.71817 -2 0 0 + 94 13 0.77750 0.87269 0.72804 -1 -1 -1 + 592 13 0.75043 0.08733 0.94493 0 1 0 + 531 14 0.73743 0.15274 0.61483 -1 0 0 + 126 14 0.58342 0.88551 0.80073 -1 -1 0 + 1017 14 0.73865 0.06449 0.67571 -1 -1 -1 + 530 14 0.72722 0.20660 0.60746 -1 0 0 + 99 14 0.91459 0.03674 0.90609 -2 0 -1 + 981 14 0.97622 0.23851 0.53199 -1 1 1 + 1741 13 0.66831 0.61826 0.60961 0 0 0 + 1304 14 0.70352 0.95292 0.75558 0 0 0 + 712 13 0.91335 0.63718 0.53875 -1 0 -1 + 535 13 0.64703 0.77344 0.98459 -1 0 0 + 373 13 0.58801 0.49984 0.97666 -1 0 0 + 474 14 0.59509 0.41625 0.50112 0 1 0 + 1088 14 0.67194 0.27443 0.69589 -1 0 0 + 1022 14 0.89563 0.37944 0.66624 -1 -1 0 + 234 14 0.83196 0.54969 0.63096 -1 0 0 + 785 14 0.55165 0.17245 0.78441 -1 1 0 + 1025 14 0.59414 0.54091 0.77643 1 0 0 + 1898 14 0.82605 0.21497 0.74608 0 1 0 + 808 13 0.59833 0.47051 0.55415 0 -1 1 + 1899 14 0.80354 0.26454 0.75585 0 1 0 + 830 14 0.58428 0.61084 0.94464 0 -1 0 + 1693 13 0.50519 0.97717 0.67239 0 0 -1 + 323 14 0.66669 0.70868 0.57149 0 0 1 + 591 14 0.82568 0.54625 0.81347 0 0 0 + 1808 14 0.75521 0.61684 0.73641 -1 0 0 + 220 13 0.61594 0.73713 0.81915 0 0 0 + 1563 14 0.67657 0.02714 0.62230 1 -1 1 + 1568 14 0.77528 0.94935 0.58645 1 -1 2 + 1753 13 0.81798 0.46405 0.51199 0 1 -1 + 956 14 0.67775 0.17791 0.97902 0 1 -1 + 417 14 0.52544 0.15687 0.97507 -1 0 -1 + 685 13 0.77209 0.60062 0.59215 -2 0 0 + 1112 14 0.81835 0.91572 0.90383 -1 -1 -1 + 750 14 0.59129 0.81476 0.95348 0 -1 -1 + 1016 14 0.75887 0.01809 0.65343 -1 -1 -1 + 982 13 0.80803 0.12753 0.77830 -1 1 0 + 675 14 0.77582 0.44517 0.64294 0 0 -1 + 672 14 0.98115 0.92551 0.87753 -1 -1 -1 + 1117 13 0.83956 0.81923 0.82031 -1 0 0 + 1578 14 0.79132 0.14310 0.66487 1 0 -1 + 1782 14 0.90817 0.32208 0.78643 0 0 -1 + 1071 14 0.93166 0.66785 0.89410 0 0 -1 + 181 13 0.61841 0.04267 0.72612 -1 0 0 + 826 13 0.89444 0.12239 0.57262 -1 0 -1 + 1525 13 0.53503 0.12042 0.91142 0 2 1 + 1387 13 0.92751 0.12815 0.89467 1 1 -1 + 396 14 0.97003 0.90831 0.72821 -1 0 0 + 772 13 0.94558 0.49508 0.67974 -1 0 -1 + 153 14 0.51809 0.15693 0.60882 0 1 1 + 951 14 0.59407 0.90653 0.72328 1 0 -1 + 1277 14 0.85742 0.87803 0.54727 -1 0 0 + 1576 13 0.77401 0.11657 0.67967 1 0 -1 + 1230 14 0.69105 0.39313 0.58089 0 0 0 + 1087 13 0.69400 0.29655 0.68016 -1 0 0 + 1074 14 0.50172 0.31559 0.83332 -1 0 -2 + 915 14 0.77595 0.20151 0.50570 -1 1 -1 + 300 14 0.86677 0.21850 0.84812 -1 2 0 + 1480 13 0.74713 0.67913 0.83027 0 1 -1 + 480 14 0.91419 0.57985 0.63526 -1 0 1 + 1305 14 0.70526 0.99058 0.71511 0 0 0 + 133 13 0.72992 0.86707 0.96217 -1 0 -1 + 1482 14 0.77849 0.68907 0.84213 0 1 -1 + 1113 14 0.84867 0.96139 0.89644 -1 -1 -1 + 1388 14 0.89632 0.12590 0.91032 1 1 -1 + 1582 13 0.91621 0.67683 0.70960 1 -1 -1 + 1118 14 0.80620 0.81477 0.81082 -1 0 0 + 1203 14 0.62506 0.11906 0.95585 -1 -1 0 + 125 14 0.61778 0.89848 0.84208 -1 -1 0 + 1787 14 0.83767 0.74883 0.63466 0 -2 0 + 1825 13 0.76002 0.78348 0.55346 0 0 1 + 158 14 0.74328 0.14954 0.73012 -1 -1 0 + 690 14 0.97689 0.09925 0.76405 0 1 0 + 1070 14 0.92934 0.62910 0.85471 0 0 -1 + 324 14 0.65579 0.75357 0.60191 0 0 1 + 1569 14 0.79172 0.99101 0.55400 1 -1 2 + 422 14 0.97429 0.84416 0.85454 -2 -2 0 + 478 13 0.94550 0.59170 0.64538 -1 0 1 + 1669 13 0.57208 0.13984 0.50114 0 0 2 + 922 13 0.64022 0.22252 0.72091 -1 1 0 + 613 13 0.87866 0.22182 0.98194 0 -1 -2 + 328 13 0.73681 0.73266 0.93755 -1 -1 -1 + 615 14 0.85365 0.24588 0.98633 0 -1 -2 + 1940 14 0.85752 0.83329 0.93689 0 0 0 + 1566 14 0.56451 0.83544 0.70750 1 -1 0 + 247 13 0.61887 0.08950 0.81944 -1 1 -1 + 1228 13 0.68115 0.36385 0.59725 0 0 0 + 1752 14 0.63320 0.99032 0.89263 0 0 0 + 886 13 0.92803 0.42813 0.94873 -1 0 0 + 1751 14 0.58241 0.01205 0.89533 0 1 0 + 923 14 0.61857 0.19512 0.72281 -1 1 0 + 97 13 0.89197 0.01165 0.91513 -2 0 -1 + 98 14 0.90554 0.99766 0.94417 -2 -1 -1 + 1500 14 0.64385 0.26607 0.56573 0 1 -2 + 157 13 0.71483 0.16344 0.74496 -1 -1 0 + 673 13 0.77748 0.47439 0.66209 0 0 -1 + 1303 13 0.68351 0.97562 0.73805 0 0 0 + 1034 14 0.92714 0.88009 0.79534 0 0 0 + 972 14 0.66524 0.64477 0.76460 -2 1 -1 + 1398 14 0.78198 0.09283 0.56406 1 0 0 + 624 14 0.54924 0.76952 0.81769 1 1 -1 + 1276 13 0.87430 0.86992 0.51774 -1 0 0 + 1324 13 0.93553 0.00832 0.51667 -1 0 0 + 1570 13 0.51313 0.53441 0.59567 1 -1 0 + 827 14 0.89626 0.11776 0.53801 -1 0 -1 + 1110 14 0.82495 0.68940 0.94068 0 0 0 + 1365 14 0.57001 0.40262 0.92180 0 1 -1 + 1562 14 0.68015 0.98587 0.58565 1 -2 1 + 102 14 0.81045 0.88144 0.61718 -1 -1 0 + 1128 14 0.69219 0.53026 0.86271 0 0 -1 + 1596 14 0.90399 0.39088 0.99128 -1 0 0 + 1571 14 0.50136 0.56184 0.61390 1 -1 0 + 828 14 0.90329 0.09136 0.58610 -1 0 -1 + 390 14 0.98364 0.99808 0.75780 -1 -1 1 + 1170 14 0.53214 0.92161 0.59949 0 -2 -1 + 529 13 0.71459 0.17481 0.60019 -1 0 0 + 1658 14 0.62932 0.91573 0.58389 0 0 0 + 1051 13 0.58425 0.56297 0.52149 -1 1 1 + 83 4 0.51511 0.74182 0.52615 0 0 0 + 1742 14 0.63579 0.62140 0.59714 0 0 0 + 937 13 0.64279 0.27241 0.80889 1 0 -1 + 1939 13 0.82991 0.84800 0.92126 0 0 0 + 1069 13 0.91551 0.63803 0.88556 0 0 -1 + 548 14 0.52195 0.47259 0.86209 0 0 -2 + 1722 14 0.75462 0.89371 0.79206 -1 0 -1 + 719 14 0.69572 0.67816 0.91946 0 0 -1 + 569 14 0.62063 0.80397 0.76923 -2 0 0 + 888 14 0.96253 0.43380 0.94936 -1 0 0 + 1649 14 0.74605 0.48679 0.90323 0 0 0 + 1498 13 0.65731 0.27775 0.53564 0 1 -2 + 1086 14 0.78371 0.29229 0.61166 -1 2 -1 + 317 14 0.98240 0.15088 0.94806 0 1 0 + 96 14 0.75884 0.87009 0.69858 -1 -1 -1 + 406 13 0.83265 0.03162 0.77101 -1 0 0 + 518 14 0.53030 0.17372 0.69740 -1 0 -1 + 1810 13 0.79030 0.26437 0.99898 0 1 -1 + 1262 14 0.53170 0.67362 0.72204 1 -1 0 + 1157 14 0.84877 0.21389 0.62015 0 1 0 + 1333 13 0.97080 0.72746 0.86627 0 -1 -1 + 393 14 0.74467 0.35710 0.92149 -1 0 0 + 1263 14 0.55429 0.71377 0.69143 1 -1 0 + 249 14 0.61977 0.07390 0.78815 -1 1 -1 + 813 14 0.70088 0.87636 0.63855 0 -2 -1 + 1827 14 0.78238 0.78558 0.58027 0 0 1 + 1222 13 0.93738 0.25648 0.91207 1 1 -1 + 692 14 0.87488 0.72449 0.76452 -1 -1 0 + 1089 14 0.67326 0.31982 0.66431 -1 0 0 + 960 14 0.50180 0.32506 0.55449 0 1 1 + 1097 14 0.73715 0.22177 0.82394 0 0 -1 + 310 13 0.57608 0.64146 0.58054 -1 2 0 + 1663 13 0.80522 0.37895 0.60154 0 0 0 + 1664 14 0.83023 0.38459 0.62532 0 0 0 + 434 14 0.91484 0.17730 0.77192 -1 1 -1 + 1302 14 0.59881 0.21722 0.62009 0 0 1 + 498 14 0.80098 0.13590 0.89633 0 0 -1 + 811 13 0.73288 0.86244 0.64082 0 -2 -1 + 1201 13 0.61109 0.08726 0.95989 -1 -1 0 + 1650 14 0.79245 0.48117 0.93281 0 0 0 + 1371 14 0.50388 0.51272 0.92689 0 0 0 + 766 13 0.84662 0.64018 0.65241 0 0 0 + 510 14 0.53614 0.58390 0.72137 -1 0 1 + 233 14 0.86221 0.50959 0.60781 -1 0 0 + 1085 14 0.73499 0.27912 0.63429 -1 2 -1 + 971 14 0.61412 0.62633 0.75430 -2 1 -1 + 392 14 0.76739 0.36738 0.97085 -1 0 0 + 1824 14 0.68401 0.60779 0.85548 1 -1 -1 + 1970 14 0.68747 0.17009 0.53325 1 2 0 + 670 13 0.99219 0.95619 0.86488 -1 -1 -1 + 1229 14 0.70910 0.34290 0.59540 0 0 0 + 1270 13 0.75573 0.78131 0.79764 -1 -1 -1 + 261 14 0.86344 0.45901 0.82352 -1 3 -1 + 686 14 0.73737 0.60098 0.59630 -2 0 0 + 91 13 0.66328 0.11367 0.66449 0 0 0 + 1426 13 0.88538 0.51843 0.79559 0 0 -1 + 1975 13 0.99144 0.87205 0.63274 -1 0 0 + 101 14 0.85565 0.91326 0.61902 -1 -1 0 + 594 14 0.72802 0.06801 0.92628 0 1 0 + 389 14 0.98882 0.95668 0.79412 -1 -1 1 + 354 14 0.85796 0.07155 0.97137 -1 0 1 + 407 14 0.84691 0.02801 0.80274 -1 0 0 + 1984 13 0.54535 0.69940 0.87864 1 1 0 + 1119 14 0.85709 0.79481 0.80245 -1 0 0 + 490 13 0.62819 0.96122 0.96896 -1 -1 -1 + 568 13 0.60850 0.80592 0.73649 -2 0 0 + 1988 14 0.69803 0.89859 0.85765 0 -1 -1 + 861 14 0.66153 0.42188 0.89937 0 0 -1 + 1508 14 0.91081 0.36460 0.56749 -1 1 0 + 908 14 0.88292 0.53906 0.94649 -1 1 -2 + 1781 14 0.95232 0.32666 0.81944 0 0 -1 + 1397 14 0.75236 0.04759 0.55242 1 0 0 + 1223 14 0.91105 0.27273 0.89576 1 1 -1 + 1083 14 0.87709 0.21892 0.52276 -1 0 -1 + 1583 14 0.93820 0.70310 0.70256 1 -1 -1 + 330 14 0.76250 0.72006 0.91744 -1 -1 -1 + 1794 14 0.52553 0.89093 0.91165 0 -1 0 + 394 13 0.95854 0.87634 0.71988 -1 0 0 + 1941 14 0.83138 0.83653 0.88826 0 0 0 + 1156 13 0.83340 0.18428 0.63065 0 1 0 + 957 14 0.64709 0.20645 0.94290 0 1 -1 + 464 14 0.57633 0.26737 0.89064 0 0 -1 + 395 14 0.97393 0.86919 0.68931 -1 0 0 + 175 13 0.78558 0.68586 0.74167 -1 -1 -1 + 1072 13 0.50444 0.35034 0.83043 -1 0 -2 + 491 14 0.63855 0.93526 0.94795 -1 -1 -1 + 222 14 0.63607 0.71108 0.80737 0 0 0 + 524 14 0.52186 0.96854 0.96244 0 0 -1 + 152 14 0.56732 0.15897 0.58369 0 1 1 + 177 14 0.76517 0.70052 0.71736 -1 -1 -1 + 182 14 0.64590 0.02241 0.73366 -1 0 0 + 1026 14 0.64086 0.53588 0.80560 1 0 0 + 812 14 0.73758 0.84624 0.61019 0 -2 -1 + 1272 14 0.73942 0.76673 0.82492 -1 -1 -1 + 1499 14 0.66689 0.31067 0.54252 0 1 -2 + 1743 14 0.67312 0.64703 0.62891 0 0 0 + 693 14 0.92678 0.74071 0.77462 -1 -1 0 + 1248 14 0.84889 0.52449 0.51404 1 0 1 + 1108 13 0.82151 0.68875 0.90588 0 0 0 + 1642 13 0.70360 0.16545 0.85754 0 0 -1 + 1972 13 0.86396 0.29262 0.64177 -1 0 0 + 1363 13 0.54411 0.37917 0.92026 0 1 -1 + 547 13 0.55376 0.47734 0.87584 0 0 -2 + 1843 13 0.70874 0.99891 0.91223 0 -2 0 + 433 13 0.93954 0.16360 0.75130 -1 1 -1 + 1142 14 0.64477 0.43877 0.75817 1 2 -2 + 589 13 0.80243 0.56825 0.79938 0 0 0 + 1261 13 0.52614 0.69312 0.69355 1 -1 0 + 492 14 0.65625 0.98189 0.97185 -1 -1 -1 + 1764 14 0.63689 0.50774 0.67153 0 1 -1 + 332 14 0.96704 0.59462 0.76888 -1 -2 -1 + 1391 14 0.71156 0.59809 0.95460 0 0 0 + 1158 14 0.85308 0.15884 0.61690 0 1 0 + 1271 14 0.73112 0.78359 0.77290 -1 -1 -1 + 1823 14 0.70459 0.59399 0.80603 1 -1 -1 + 1404 14 0.91860 0.93559 0.98231 0 -1 1 + 1973 14 0.89218 0.30753 0.65608 -1 0 0 + 391 13 0.75651 0.34125 0.95031 -1 0 0 + 1762 13 0.60964 0.49761 0.65210 0 1 -1 + 1754 14 0.81210 0.43471 0.53009 0 1 -1 + 767 14 0.82221 0.66349 0.66156 0 0 0 + 1326 14 0.96389 0.02600 0.50638 -1 0 0 + 1216 13 0.99292 0.01877 0.94806 0 0 -1 + 931 13 0.91525 0.79290 0.95908 -1 -1 -1 + 875 14 0.59437 0.37452 0.99414 -1 1 -1 + 1971 14 0.65586 0.21054 0.51266 1 2 0 + 969 14 0.96639 0.73190 0.50064 -1 1 -1 + 1278 14 0.88440 0.90074 0.50466 -1 0 0 + 370 13 0.67972 0.84384 0.50127 -1 -2 0 + 1392 14 0.70021 0.56648 0.99855 0 0 0 + ITEM: TIMESTEP + 1000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.27540 0.40058 0.36045 0 0 0 + 306 14 0.31950 0.14397 0.18846 0 0 0 + 16 8 0.35001 0.27103 0.07464 0 0 0 + 653 14 0.27269 0.89815 0.39276 0 0 0 + 1181 14 0.12198 0.17784 0.20113 2 0 0 + 1036 13 0.39954 0.46237 0.44815 0 -1 1 + 5 4 0.14292 0.39132 0.13507 0 0 0 + 1928 14 0.46870 0.03683 0.42005 0 0 0 + 817 13 0.38281 0.46152 0.10081 0 -1 -1 + 677 14 0.00247 0.21488 0.79848 0 1 0 + 21 4 0.33105 0.39950 0.14722 0 0 0 + 1703 14 0.42503 0.06779 0.28920 0 0 1 + 1605 14 0.25991 0.09529 0.10684 0 0 1 + 34 4 0.32081 0.47596 0.29368 0 0 0 + 1923 14 0.42134 0.75457 0.95968 1 0 1 + 1967 14 0.37293 0.56369 0.19729 1 0 1 + 1475 14 0.24572 0.09299 0.17596 1 -1 2 + 657 14 0.03638 0.42507 0.25856 0 0 0 + 405 14 0.36269 0.90615 0.39716 0 0 1 + 1797 14 0.43460 0.43084 0.19405 -1 0 1 + 1430 14 0.03204 0.02446 0.00049 1 1 0 + 4 4 0.16562 0.35772 0.08421 0 0 0 + 1325 14 0.03079 -0.00005 0.58218 0 0 0 + 308 14 0.37733 0.14621 0.42026 0 1 0 + 1000 13 0.00682 0.47564 0.20352 0 1 1 + 1890 14 0.02906 0.53866 0.04798 1 0 0 + 1470 14 0.20162 0.18541 0.41861 1 1 0 + 90 14 0.14714 0.40605 0.95909 -1 -1 -1 + 1342 13 0.43466 0.64982 0.02293 0 -1 1 + 1004 14 0.10746 0.47005 0.01141 1 0 1 + 1343 14 0.43201 0.66045 0.05614 0 -1 1 + 648 14 0.49695 0.20083 0.17673 0 0 0 + 37 1 0.26547 0.50915 0.46635 0 0 0 + 1344 14 0.40695 0.66397 0.00696 0 -1 1 + 6 4 0.12994 0.32517 0.12991 0 0 0 + 1067 14 0.04700 0.08561 0.02022 1 0 0 + 404 14 0.34289 0.88630 0.34948 0 0 1 + 1652 14 0.36348 0.62457 0.23518 1 0 0 + 622 13 0.45068 0.70293 0.77763 1 1 -1 + 797 14 0.08326 0.24992 0.24031 0 0 -1 + 1906 13 0.23756 0.61059 0.40021 1 1 -2 + 946 13 0.09490 0.53948 0.24923 0 0 1 + 106 13 0.04964 0.65658 0.44241 0 -1 1 + 77 4 0.36305 0.75539 0.39644 0 0 0 + 237 14 0.25473 0.83466 0.44516 0 0 -1 + 1975 13 0.10316 0.87815 0.68599 0 0 0 + 1816 13 0.29290 0.78656 0.13075 0 -1 0 + 1907 14 0.21151 0.63392 0.39979 1 1 -2 + 1469 14 0.23371 0.22450 0.44100 1 1 0 + 1066 13 0.05739 0.11899 0.02092 1 0 0 + 1450 13 0.22548 0.46037 0.04591 1 0 1 + 1038 14 0.40795 0.43400 0.42950 0 -1 1 + 770 14 0.47537 0.15192 0.42922 0 0 0 + 244 13 0.16719 0.02759 0.53265 0 1 0 + 63 6 0.37755 0.67939 0.51457 0 0 0 + 646 13 0.47277 0.21076 0.19996 0 0 0 + 1911 14 0.38553 0.12259 0.09374 0 0 0 + 1358 14 0.43880 0.35706 0.40533 1 -1 0 + 1952 14 0.24005 0.05862 0.02670 1 0 1 + 954 14 0.36312 0.55905 0.42033 0 0 0 + 582 14 0.37930 0.68181 0.13866 -1 0 0 + 858 14 0.12103 0.93562 0.22965 0 -1 0 + 440 14 0.16796 0.47203 0.18894 -1 0 0 + 1761 14 0.36331 0.58235 0.11072 0 0 1 + 1030 13 0.27299 1.00011 0.26654 0 -1 0 + 788 14 0.35609 0.18233 0.27001 -1 1 1 + 1678 13 0.01427 0.61065 0.57443 1 0 0 + 1909 13 0.40453 0.09388 0.09986 0 0 0 + 282 14 0.11964 0.63664 0.13890 0 0 0 + 1655 14 0.26724 0.55401 0.02521 1 -1 -1 + 1878 14 0.13032 0.80800 0.43487 1 1 -1 + 1132 13 0.22856 0.06917 0.43137 0 2 -1 + 953 14 0.36294 0.56466 0.36531 0 0 0 + 1506 14 0.10727 0.43135 0.30813 0 0 0 + 1501 13 0.04076 0.16147 0.47459 1 0 0 + 1908 14 0.23296 0.59285 0.43000 1 1 -2 + 1328 14 0.03997 0.54286 0.95345 0 -1 -1 + 944 14 0.17972 0.99342 0.36801 0 0 0 + 1462 13 0.13773 0.22451 0.98849 1 0 1 + 256 13 0.26309 0.57969 0.30095 -1 -1 0 + 1735 13 0.16792 0.15779 0.07168 1 1 1 + 1103 14 0.14515 0.20249 0.29516 -1 0 0 + 109 13 0.46167 0.18258 0.52195 0 0 0 + 39 10 0.26871 0.51057 0.37169 0 0 0 + 624 14 0.45989 0.67524 0.79689 1 1 -1 + 53 10 0.33883 0.50513 0.48504 0 0 0 + 1587 14 0.29651 0.02752 0.52177 1 0 0 + 647 14 0.45932 0.24015 0.18660 0 0 0 + 992 14 0.21848 0.25721 0.19061 1 -1 -1 + 799 13 0.43496 0.88968 0.12109 0 -1 1 + 1603 13 0.24517 0.09319 0.07520 0 0 1 + 1037 14 0.40197 0.48884 0.42543 0 -1 1 + 605 14 0.37326 0.84708 0.26269 -1 -2 0 + 1679 14 0.04098 0.63306 0.57724 1 0 0 + 910 13 0.15332 0.52202 0.08270 1 0 1 + 892 13 0.00160 0.28115 0.80162 1 1 -1 + 1457 14 0.47359 0.93487 0.30382 0 0 0 + 1653 14 0.31444 0.61855 0.26002 1 0 0 + 760 13 0.02800 0.15351 0.17512 0 1 1 + 1065 14 0.36060 0.87803 0.12944 1 -1 -1 + 1966 13 0.38988 0.56057 0.22771 1 0 1 + 1553 14 0.06154 0.62073 0.20226 0 0 -2 + 8 6 0.27949 0.36357 0.19100 0 0 0 + 505 13 0.34595 0.00297 0.33414 1 -1 -1 + 787 13 0.34907 0.15655 0.24744 -1 1 1 + 1634 14 0.25502 0.24985 0.30950 1 0 1 + 796 13 0.09525 0.21719 0.24316 0 0 -1 + 320 14 0.29086 0.18082 0.27118 0 1 1 + 1968 14 0.39162 0.52608 0.23328 1 0 1 + 108 14 0.03620 0.62664 0.43033 0 -1 1 + 765 14 0.45170 0.79383 0.22261 0 -1 0 + 1465 13 0.42560 0.90808 0.98957 1 0 0 + 1172 14 0.43629 0.76480 0.04364 0 -2 0 + 394 13 0.00520 0.86145 0.79790 0 0 0 + 1359 14 0.38383 0.36215 0.40874 1 -1 0 + 1668 14 0.43564 0.39320 0.32512 0 1 0 + 1264 13 0.18104 0.12564 0.49706 0 0 0 + 14 8 0.34223 0.31775 0.09466 0 0 0 + 1349 14 0.02069 0.97311 0.64929 0 -1 1 + 411 14 0.37232 0.03908 0.22036 0 0 -1 + 1728 14 0.37641 0.75038 0.20905 1 1 0 + 438 14 0.45681 0.32469 0.02805 0 1 0 + 257 14 0.23198 0.56587 0.30899 -1 -1 0 + 1280 14 0.49337 0.07396 0.29753 -1 0 1 + 1268 14 0.22059 0.77579 0.10733 1 0 1 + 206 14 0.01462 0.28452 0.25163 1 0 0 + 1425 14 0.44021 0.31128 0.12866 0 0 0 + 894 14 0.00214 0.31076 0.82022 1 1 -1 + 642 14 0.27688 0.49420 0.14930 0 0 1 + 27 10 0.36367 0.19005 0.04264 0 0 0 + 1242 14 0.38902 0.93659 0.93711 0 -1 -1 + 75 4 0.40324 0.78214 0.52338 0 0 0 + 1645 13 0.14415 0.03811 0.08428 0 1 0 + 1842 14 0.00278 0.65119 0.06642 1 0 1 + 1726 13 0.35492 0.73164 0.18880 1 1 0 + 1889 14 0.01090 0.58070 0.01696 1 0 0 + 597 14 0.11629 0.80888 0.51323 1 -1 0 + 752 14 0.26476 0.75176 0.18399 0 0 0 + 1536 14 0.22933 0.73290 0.35785 2 1 1 + 104 14 0.16822 0.29430 0.46155 0 -1 0 + 1040 14 0.09092 0.72636 0.99889 0 -1 1 + 1766 14 0.17340 0.34480 0.24870 1 0 1 + 1179 14 0.48427 0.36981 0.27546 0 -1 -1 + 1429 13 0.04644 0.01818 0.03173 1 1 0 + 13 8 0.35659 0.28050 0.17370 0 0 0 + 1779 14 0.09130 0.97519 0.38120 0 -1 0 + 1104 14 0.19858 0.19525 0.30749 -1 0 0 + 22 4 0.35791 0.36954 0.20274 0 0 0 + 1817 14 0.30144 0.81989 0.13700 0 -1 0 + 364 13 0.14038 0.03327 0.32592 0 1 0 + 1702 13 0.39171 0.06661 0.27864 0 0 1 + 1266 14 0.15158 0.13597 0.51282 0 0 0 + 26 11 0.34400 0.26328 0.03642 0 0 0 + 745 13 0.17159 0.53562 0.31296 0 0 -1 + 1439 14 0.02928 0.00968 0.19886 0 0 0 + 1190 14 0.40155 0.88406 0.47548 -1 -1 -2 + 76 4 0.39677 0.80966 0.38382 0 0 0 + 1371 14 0.43754 0.49989 0.95521 0 0 0 + 1984 13 0.43968 0.60705 0.80440 1 1 0 + 1633 13 0.25850 0.28453 0.30659 1 0 1 + 1955 14 0.20343 0.86732 0.18018 2 0 1 + 617 14 0.14467 0.65919 0.41950 1 -1 0 + 422 14 0.02924 0.84556 0.93402 -1 -2 0 + 344 14 0.11152 0.32357 0.25870 -1 -1 1 + 1960 13 0.35459 0.22152 0.31904 -1 0 0 + 429 14 0.46348 0.11364 0.82700 -1 0 -1 + 609 14 0.12404 0.19029 0.37534 0 1 0 + 1080 14 0.41809 0.82188 0.73175 0 -1 -1 + 83 4 0.48655 0.72876 0.61330 0 0 0 + 991 13 0.22597 0.22330 0.19466 1 -1 -1 + 947 14 0.07140 0.56539 0.24905 0 0 1 + 1790 14 0.17031 0.59342 0.09035 1 -1 2 + 467 14 0.45313 0.54609 0.08530 -1 0 0 + 507 14 0.34884 0.96965 0.34433 1 -2 -1 + 1372 13 0.22784 0.72421 0.50999 1 -1 0 + 1759 13 0.33589 0.59254 0.12989 0 0 1 + 1666 13 0.42838 0.39272 0.29091 0 1 0 + 1250 14 0.35328 0.24706 0.47932 1 -1 1 + 89 14 0.11914 0.37154 0.99201 -1 -1 -1 + 1727 14 0.35504 0.69972 0.20308 1 1 0 + 1959 14 0.19350 0.07334 0.30155 0 1 1 + 321 14 0.24401 0.19899 0.24807 0 1 1 + 819 14 0.34801 0.46491 0.10012 0 -1 -1 + 1913 14 0.29313 0.17079 0.40465 1 -1 -1 + 1502 14 0.05999 0.17099 0.44697 1 0 0 + 1982 14 0.46187 0.38143 0.07472 0 0 0 + 1474 13 0.22665 0.06487 0.18424 1 -1 2 + 1423 13 0.45931 0.30007 0.15572 0 0 0 + 1961 14 0.35085 0.19983 0.34621 -1 0 0 + 844 13 0.00076 0.91719 0.51094 0 -1 0 + 29 7 0.28648 0.45657 0.29523 0 0 0 + 1704 14 0.37678 0.04273 0.29937 0 0 1 + 1478 14 0.18300 0.93264 0.09895 0 -1 1 + 18 9 0.36812 0.18454 0.07699 0 0 0 + 211 13 0.49180 0.60937 0.48758 -1 0 -2 + 1876 13 0.15083 0.79530 0.46019 1 1 -1 + 571 13 0.27196 0.80030 0.02713 0 -1 0 + 1504 13 0.14054 0.44196 0.31003 0 0 0 + 897 14 0.48798 0.02600 0.00458 0 1 0 + 1134 14 0.25629 0.06750 0.45260 0 2 -1 + 1841 14 0.05511 0.65586 0.04911 1 0 1 + 1267 13 0.19677 0.76169 0.08597 1 0 1 + 1535 14 0.20777 0.78376 0.35501 2 1 1 + 1791 14 0.20000 0.62951 0.11993 1 -1 2 + 753 14 0.21997 0.76749 0.21239 0 0 0 + 1737 14 0.15603 0.15274 0.10418 1 1 1 + 888 14 0.00851 0.46919 0.78881 0 0 0 + 309 14 0.41852 0.11112 0.43172 0 1 0 + 1635 14 0.27938 0.29351 0.33316 1 0 1 + 32 10 0.29847 0.38300 0.28711 0 0 0 + 180 14 0.11050 0.02723 0.21811 0 0 1 + 1466 14 0.40424 0.90264 0.01672 1 0 1 + 846 14 0.02673 0.93683 0.52369 0 -1 0 + 1962 14 0.38420 0.23890 0.32570 -1 0 0 + 25 11 0.37042 0.20343 0.17578 0 0 0 + 66 7 0.35058 0.72847 0.50419 0 0 0 + 1534 13 0.20491 0.75342 0.37217 2 1 1 + 107 14 0.03716 0.68111 0.42083 0 -1 1 + 1829 14 0.02824 0.52323 0.13023 2 0 0 + 349 13 0.49094 0.81376 0.14493 0 -2 1 + 741 14 0.31377 0.69797 0.29034 0 1 -1 + 307 13 0.40733 0.14365 0.43804 0 1 0 + 456 14 0.22178 0.86475 0.30837 0 -1 0 + 286 13 0.09647 0.93196 0.03292 0 -1 1 + 1684 13 0.48652 0.41549 0.79538 0 0 -1 + 280 13 0.10594 0.61064 0.15787 0 0 0 + 441 14 0.11977 0.49642 0.20082 -1 0 0 + 798 14 0.06758 0.19860 0.25372 0 0 -1 + 1699 13 0.48904 0.56108 0.36622 1 1 0 + 1415 14 0.24053 0.99437 0.16515 1 0 0 + 694 13 0.13247 0.36544 0.39556 0 0 0 + 1171 13 0.44562 0.75963 0.07695 0 -2 0 + 305 14 0.32161 0.15879 0.13521 0 0 0 + 74 4 0.36552 0.80136 0.47307 0 0 0 + 608 14 0.12700 0.22170 0.42076 0 1 0 + 1997 14 0.19995 0.65512 0.20738 0 -1 0 + 1818 14 0.31802 0.76798 0.14646 0 -1 0 + 993 14 0.25038 0.21676 0.17048 1 -1 -1 + 618 14 0.17224 0.70704 0.41639 1 -1 0 + 1005 14 0.08174 0.46102 0.05953 1 0 1 + 396 14 0.03658 0.87685 0.79697 0 0 0 + 1957 13 0.21886 0.08145 0.27887 0 1 1 + 30 1 0.27765 0.44262 0.34709 0 0 0 + 1269 14 0.20980 0.76653 0.05388 1 0 1 + 1545 14 0.13480 0.67886 0.06079 1 0 1 + 1667 14 0.41849 0.42546 0.28359 0 1 0 + 1985 14 0.43521 0.57258 0.80824 1 1 0 + 1965 14 0.37106 0.65983 0.35333 0 0 1 + 1180 13 0.14300 0.16187 0.17820 2 0 0 + 287 14 0.12370 0.93085 0.05484 0 -1 1 + 911 14 0.16926 0.50074 0.05999 1 0 1 + 1554 14 0.01343 0.64300 0.21804 0 0 -2 + 1748 14 0.00441 0.21228 0.61113 2 1 -1 + 12 8 0.34412 0.32216 0.14544 0 0 0 + 40 4 0.30626 0.45201 0.44307 0 0 0 + 912 14 0.15189 0.50364 0.11242 1 0 1 + 607 13 0.10783 0.19665 0.40566 0 1 0 + 803 14 0.30185 0.34375 0.39146 1 0 -1 + 19 10 0.24169 0.38674 0.12502 0 0 0 + 654 14 0.22658 0.91904 0.41505 0 0 0 + 751 13 0.24209 0.74073 0.20824 0 0 0 + 1765 13 0.17970 0.35249 0.28223 1 0 1 + 28 5 0.28561 0.41058 0.26710 0 0 0 + 1102 13 0.16637 0.19040 0.32020 -1 0 0 + 655 13 0.04768 0.42193 0.29151 0 0 0 + 1505 14 0.15879 0.41637 0.29470 0 0 0 + 1543 13 0.10491 0.69699 0.06188 1 0 1 + 1544 14 0.11257 0.72539 0.08079 1 0 1 + 1438 13 0.00494 0.98524 0.20462 0 -1 0 + 173 14 0.06264 0.74487 0.16001 0 0 0 + 917 14 0.27360 0.93407 0.25991 0 0 0 + 1456 13 0.44264 0.94075 0.28864 0 0 0 + 212 14 0.46728 0.59307 0.46872 -1 0 -2 + 1693 13 0.47670 0.81466 0.57248 0 0 -1 + 73 4 0.32769 0.71828 0.47226 0 0 0 + 640 13 0.28447 0.49578 0.11520 0 0 1 + 343 13 0.07778 0.31991 0.26714 -1 -1 1 + 1828 13 0.05231 0.51627 0.10584 2 0 0 + 1964 14 0.31737 0.66406 0.36592 0 0 1 + 1651 13 0.33433 0.64204 0.24342 1 0 0 + 1056 14 0.33774 0.97410 0.61748 0 0 1 + 45 3 0.38027 0.57884 0.48499 0 0 0 + 36 7 0.26991 0.46491 0.43478 0 0 0 + 1373 14 0.21263 0.71187 0.48101 1 -1 0 + 1981 13 0.45184 0.38885 0.10739 0 0 0 + 1685 14 0.50053 0.39812 0.76846 0 0 -1 + 178 13 0.09572 0.05770 0.20940 0 0 1 + 78 4 0.41744 0.75027 0.35894 0 0 0 + 641 14 0.29263 0.52932 0.10958 0 0 1 + 670 13 0.04953 0.95419 0.93789 0 -1 -1 + 38 3 0.22784 0.53161 0.47519 0 0 0 + 1760 14 0.31505 0.60914 0.10724 0 0 1 + 24 11 0.33034 0.34977 0.07491 0 0 0 + 581 14 0.43458 0.68085 0.14017 -1 0 0 + 33 4 0.25795 0.48031 0.28184 0 0 0 + 281 14 0.13196 0.60051 0.17893 0 0 0 + 1352 14 0.39895 0.01293 0.45071 1 0 0 + 169 13 0.48427 0.05576 0.72567 0 1 0 + 240 14 0.30513 0.16574 0.47958 0 0 0 + 1910 14 0.38745 0.07736 0.12552 0 0 0 + 1571 14 0.46715 0.47183 0.65710 1 -1 0 + 2 2 0.15684 0.35492 0.12374 0 0 0 + 340 13 0.11820 0.85874 0.27218 -1 -1 0 + 69 2 0.40050 0.76976 0.39026 0 0 0 + 351 14 0.47357 0.80464 0.11599 0 -2 1 + 436 13 0.43497 0.34242 0.00727 0 1 0 + 1963 13 0.34025 0.64393 0.34876 0 0 1 + 71 4 0.40222 0.67071 0.48502 0 0 0 + 1646 14 0.16318 0.06274 0.06833 0 1 0 + 604 13 0.36539 0.87622 0.28037 -1 -2 0 + 943 13 0.19825 0.97761 0.39310 0 0 0 + 304 13 0.30162 0.14199 0.15847 0 0 0 + 665 14 0.03642 0.50561 0.39062 0 -1 1 + 258 14 0.27584 0.59094 0.33150 -1 -1 0 + 345 14 0.06953 0.34974 0.28342 -1 -1 1 + 1796 14 0.40425 0.46828 0.16691 -1 0 1 + 10 3 0.26020 0.45022 0.20115 0 0 0 + 68 12 0.43674 0.75572 0.44363 0 0 0 + 1632 14 0.49309 0.10447 0.50209 2 -1 0 + 15 8 0.36609 0.23469 0.15210 0 0 0 + 506 14 0.32330 0.00207 0.30750 1 -1 -1 + 1925 14 0.43998 0.96519 0.20815 0 0 -1 + 1477 13 0.15834 0.92352 0.12201 0 -1 1 + 1357 13 0.41228 0.37764 0.39554 1 -1 0 + 1032 14 0.26163 0.99617 0.23370 0 -1 0 + 1956 14 0.22540 0.86250 0.23072 2 0 1 + 990 14 0.04516 0.87937 0.29223 0 -2 -1 + 1476 14 0.21748 0.07001 0.21759 1 -1 2 + 44 1 0.34662 0.59489 0.51108 0 0 0 + 747 14 0.17065 0.50070 0.31140 0 0 -1 + 111 14 0.47965 0.21135 0.51346 0 0 0 + 1468 13 0.23437 0.19159 0.42919 1 1 0 + 656 14 0.01851 0.41850 0.31049 0 0 0 + 409 13 0.35939 0.04476 0.18837 0 0 -1 + 35 5 0.27190 0.47567 0.38161 0 0 0 + 672 14 0.07722 0.94279 0.95594 0 -1 -1 + 1 1 0.19684 0.34348 0.16037 0 0 0 + 1700 14 0.45745 0.55519 0.38001 1 1 0 + 1922 14 0.37659 0.75312 0.99215 1 0 1 + 17 8 0.36168 0.23043 0.10145 0 0 0 + 437 14 0.42042 0.31797 0.98694 0 1 -1 + 1431 14 0.02165 1.00112 0.04955 1 0 0 + 161 14 0.17524 0.90041 0.57332 -1 -1 0 + 802 13 0.31834 0.32167 0.41298 1 0 -1 + 652 13 0.24251 0.88878 0.40774 0 0 0 + 1079 14 0.46184 0.85477 0.73972 0 -1 -1 + 1064 14 0.32831 0.90539 0.16504 1 -1 -1 + 366 14 0.11045 0.04102 0.34225 0 1 0 + 1384 13 0.00246 0.34522 0.09233 0 1 0 + 649 13 0.01153 0.25030 0.36586 1 0 1 + 740 14 0.27057 0.72377 0.26738 0 1 -1 + 1795 13 0.41876 0.46176 0.19806 -1 0 1 + 542 14 0.48949 0.61250 0.25549 0 1 1 + 541 13 0.46140 0.61693 0.27585 0 1 1 + 606 14 0.39638 0.88946 0.28969 -1 -2 0 + 666 14 0.02759 0.53760 0.34637 0 -1 1 + 1063 13 0.32775 0.87972 0.14130 1 -1 -1 + 1775 14 0.09221 0.86776 0.38429 1 -2 0 + 1695 14 0.44189 0.81280 0.57529 0 0 -1 + 488 14 0.02818 0.77117 0.44756 0 0 0 + 1133 14 0.20747 0.09271 0.44632 0 2 -1 + 651 14 0.03712 0.25120 0.38968 1 0 1 + 23 11 0.35476 0.28647 0.21266 0 0 0 + 1778 14 0.13851 0.94734 0.38863 0 -1 0 + 67 7 0.38691 0.77033 0.48815 0 0 0 + 857 14 0.17546 0.94546 0.22967 0 -1 0 + 1279 13 0.47898 0.04609 0.31300 -1 0 1 + 81 10 0.46388 0.70535 0.51601 0 0 0 + 1001 14 0.01256 0.44471 0.18824 0 1 1 + 662 14 0.14338 0.57739 0.35384 0 2 -1 + 1351 13 0.38848 0.99281 0.47733 1 -1 0 + 1926 14 0.49237 0.98197 0.20237 0 0 -1 + 1031 14 0.25640 0.02860 0.27820 0 0 0 + 572 14 0.28331 0.80615 0.05968 0 -1 0 + 916 13 0.26749 0.89988 0.26403 0 0 0 + 695 14 0.12707 0.39989 0.39827 0 0 0 + 763 13 0.42635 0.78277 0.24402 0 -1 0 + 1383 14 0.06260 0.40106 0.58452 0 0 1 + 945 14 0.20223 1.00205 0.41779 0 0 0 + 170 14 0.49763 0.02765 0.74161 0 1 0 + 365 14 0.13217 0.00671 0.30470 0 1 0 + 804 14 0.30996 0.33280 0.44506 1 0 -1 + 764 14 0.43886 0.78860 0.27616 0 -1 0 + 171 14 0.46961 0.04318 0.69652 0 1 0 + 454 13 0.19826 0.85015 0.32974 0 -1 0 + 1656 14 0.30775 0.58229 0.00035 1 -1 -1 + 341 14 0.13157 0.84303 0.24394 -1 -1 0 + 776 14 0.03549 0.13791 0.31001 0 1 0 + 789 14 0.36988 0.13027 0.25741 -1 1 1 + 288 14 0.08559 0.96517 0.03413 0 -1 1 + 746 14 0.14811 0.54609 0.28925 0 0 -1 + 179 14 0.12010 0.07417 0.19049 0 0 1 + 468 14 0.42083 0.57374 0.04993 -1 0 0 + 580 13 0.40744 0.67730 0.11840 -1 0 0 + 403 13 0.33583 0.90918 0.37497 0 0 1 + 1654 13 0.29896 0.56761 0.03085 1 -1 -1 + 1954 13 0.20388 0.84649 0.20827 2 0 1 + 1998 14 0.22189 0.60512 0.21620 0 -1 0 + 1182 14 0.17529 0.17093 0.18812 2 0 0 + 20 4 0.27779 0.33467 0.21781 0 0 0 + 988 13 0.02579 0.89940 0.31336 0 -2 -1 + 1789 13 0.18312 0.62595 0.08951 1 -1 2 + 1888 13 0.01559 0.54605 0.01656 1 0 0 + 110 14 0.44353 0.17474 0.49310 0 0 0 + 1416 14 0.26388 0.94847 0.14498 1 0 0 + 1464 14 0.11087 0.23603 0.00769 1 0 2 + 1958 14 0.22318 0.11596 0.28251 0 1 1 + 72 4 0.32983 0.74419 0.53533 0 0 0 + 1921 13 0.40822 0.76774 0.98930 1 0 1 + 410 14 0.32953 0.06209 0.19393 0 0 -1 + 487 13 0.03793 0.80435 0.45272 0 0 0 + 3 3 0.19053 0.31585 0.19650 0 0 0 + 1767 14 0.20626 0.33159 0.29119 1 0 1 + 952 13 0.37322 0.54313 0.39088 0 0 0 + 856 13 0.14501 0.95841 0.24099 0 -1 0 + 1552 13 0.03802 0.62027 0.22814 0 0 -2 + 466 13 0.41962 0.55161 0.07698 -1 0 0 + 664 13 0.05009 0.53229 0.37261 0 -1 1 + 319 13 0.25687 0.18575 0.27777 0 1 1 + 1912 13 0.31525 0.14959 0.38779 1 -1 -1 + 455 14 0.20607 0.86287 0.36136 0 -1 0 + 1840 13 0.02423 0.64194 0.04039 1 0 1 + 1604 14 0.22486 0.12158 0.07308 0 0 1 + 1927 13 0.44302 0.05716 0.40780 0 0 0 + 904 13 0.06038 0.30119 0.44085 0 0 -1 + 7 5 0.23989 0.36355 0.15306 0 0 0 + 1647 14 0.11101 0.04648 0.07689 0 1 0 + 1353 14 0.39446 0.96011 0.46648 1 -1 0 + 41 4 0.24253 0.43762 0.44270 0 0 0 + 1249 13 0.32545 0.24033 0.45925 1 -1 1 + 1451 14 0.24954 0.47192 0.06851 1 0 1 + 948 14 0.07581 0.51036 0.25248 0 0 1 + 9 1 0.27338 0.41282 0.22001 0 0 0 + 1736 14 0.14839 0.18396 0.05916 1 1 1 + 1777 13 0.10514 0.94314 0.37904 0 -1 0 + 172 13 0.03618 0.73176 0.17873 0 0 0 + 818 14 0.39475 0.49044 0.08519 0 -1 -1 + 775 13 0.04062 0.13758 0.27542 0 1 0 + 1495 13 0.05234 0.90136 0.17035 1 0 1 + 739 13 0.28799 0.72048 0.29753 0 1 -1 + 1463 14 0.12292 0.20520 0.96339 1 0 1 + 1414 13 0.24908 0.96159 0.17382 1 0 0 + 1983 14 0.42651 0.41266 0.10359 0 0 0 + 11 7 0.33136 0.36744 0.17211 0 0 0 + 696 14 0.15002 0.36164 0.36555 0 0 0 + 1497 14 0.04226 0.86876 0.17803 1 0 1 + 1830 14 0.08146 0.53154 0.11768 2 0 0 + 1467 14 0.45632 0.91632 0.00409 1 0 1 + 906 14 0.08250 0.31408 0.41704 0 0 -1 + 1173 14 0.42175 0.73730 0.08938 0 -2 0 + 1217 14 0.00566 0.06590 0.92125 1 0 -1 + 1599 14 0.02820 0.02117 0.35078 1 0 1 + 1251 14 0.32483 0.26650 0.43606 1 -1 1 + 1458 14 0.43485 0.97377 0.29711 0 0 0 + 616 13 0.16561 0.68029 0.43793 1 -1 0 + 1914 14 0.29484 0.13061 0.36668 1 -1 -1 + 88 13 0.14751 0.37342 0.97166 -1 -1 -1 + 918 14 0.29917 0.88579 0.26857 0 0 0 + 1707 14 0.46285 0.12082 0.09029 1 1 1 + 801 14 0.45125 0.86571 0.14067 0 -1 1 + 439 13 0.13809 0.48282 0.17431 -1 0 0 + 342 14 0.14526 0.86187 0.29411 -1 -1 0 + 273 14 0.26250 0.27481 0.55244 -2 1 0 + 42 5 0.30630 0.51997 0.49199 0 0 0 + 1996 13 0.20255 0.62320 0.19334 0 -1 0 + 800 14 0.44615 0.92034 0.13366 0 -1 1 + 385 13 0.13363 0.49850 0.95080 0 1 -1 + 661 13 0.12369 0.59791 0.37419 0 2 -1 + 1951 13 0.23089 0.04070 0.99810 1 0 0 + 271 13 0.24926 0.25708 0.52536 -2 1 0 + 596 14 0.06734 0.81758 0.53747 1 -1 0 + 1452 14 0.24047 0.43281 0.03047 1 0 1 + 272 14 0.27726 0.24506 0.50821 -2 1 0 + 678 14 0.01932 0.17264 0.76700 0 1 0 + 1929 14 0.45044 0.06116 0.37386 0 0 0 + 1274 14 0.24071 0.98260 0.03613 0 0 0 + 595 13 0.10169 0.81686 0.54399 1 -1 0 + 1189 13 0.40900 0.89256 0.44238 -1 -1 -2 + 245 14 0.19210 0.02002 0.55600 0 1 0 + 62 5 0.34208 0.64224 0.52412 0 0 0 + 1936 13 0.28529 0.36115 0.50405 1 0 0 + 235 13 0.26545 0.81262 0.47011 0 0 -1 + 387 14 0.15356 0.52273 0.96624 0 1 -1 + 573 14 0.27163 0.83189 0.01214 0 -1 0 + 386 14 0.10962 0.51682 0.93316 0 1 -1 + 1374 14 0.23653 0.75712 0.50200 1 -1 0 + 1003 13 0.08398 0.44913 0.02672 1 0 1 + 1191 14 0.44346 0.88735 0.43953 -1 -1 -2 + 921 14 0.05487 0.67720 0.51710 0 0 -1 + 1479 14 0.16050 0.94770 0.14718 0 -1 1 + 1953 14 0.22829 0.06494 0.97303 1 0 0 + 1877 14 0.18267 0.79389 0.44580 1 1 -1 + 1273 13 0.22994 0.96594 0.06493 0 0 0 + 1297 13 0.34140 0.50860 0.90259 1 1 -1 + 246 14 0.17652 0.05868 0.51964 0 1 0 + 1145 14 0.01339 0.42850 0.45565 0 1 -1 + 905 14 0.07554 0.30816 0.47159 0 0 -1 + 1054 13 0.32000 0.95473 0.64058 0 0 1 + 1949 14 0.19035 0.32110 0.99122 0 0 -1 + 1275 14 0.20321 0.98517 0.07671 0 0 0 + 515 14 0.19300 0.33461 0.56602 1 1 0 + 236 14 0.27720 0.83338 0.49568 0 0 -1 + 822 14 0.49408 0.23955 0.01777 -1 -1 0 + 1661 14 0.15917 0.66181 0.91952 1 -1 -1 + 1938 14 0.25050 0.36450 0.50525 1 0 0 + 1068 14 0.05047 0.12965 0.05350 1 0 0 + 1055 14 0.33437 0.96260 0.67148 0 0 1 + 1770 14 0.20394 0.15381 0.87207 0 0 0 + 251 14 0.03483 0.70009 0.68231 1 0 -1 + 564 14 0.05969 0.53113 0.69075 1 0 -1 + 1621 13 0.30940 0.32255 0.59728 1 0 1 + 1131 14 0.42762 0.85378 0.91453 0 0 0 + 174 14 0.02882 0.75667 0.20214 0 0 0 + 1851 14 0.34506 0.65389 0.67566 0 -2 -1 + 835 13 0.16028 0.68258 0.69090 1 -1 -1 + 563 14 0.05955 0.52721 0.74592 1 0 -1 + 1814 14 0.05737 0.97681 0.72973 1 -1 0 + 61 11 0.18952 0.42847 0.67400 0 0 0 + 1125 14 0.08447 0.00037 0.82489 1 2 -1 + 1442 14 0.49834 0.56934 0.59191 0 0 -1 + 987 14 0.01966 0.63895 0.86788 1 0 0 + 1580 14 0.25716 0.86887 0.77137 1 -1 -1 + 1856 14 0.39763 0.52173 0.76729 1 0 0 + 738 14 0.14070 0.50328 0.44688 0 0 0 + 1915 13 0.19324 0.73817 0.82044 2 0 0 + 865 13 0.28488 0.88198 0.92938 0 -2 0 + 1976 14 0.11808 0.88091 0.65448 0 0 0 + 120 14 0.14051 0.68274 0.83926 1 -2 -1 + 70 10 0.31526 0.65291 0.54634 0 0 0 + 669 14 0.41515 0.32911 0.81455 0 0 -1 + 1211 14 0.27146 0.06041 0.79422 0 -1 0 + 339 14 0.21013 0.98585 0.89321 0 -1 0 + 355 13 0.17485 0.47046 0.79648 0 -1 -1 + 303 14 0.26816 0.00903 0.60025 -1 1 0 + 114 14 0.25582 0.32286 0.81662 0 -1 0 + 514 13 0.19531 0.36236 0.54486 1 1 0 + 192 14 0.23018 0.92454 0.72003 1 0 0 + 167 14 0.18837 0.06666 0.88251 0 1 -1 + 1347 14 0.31745 0.78051 0.78767 0 -2 0 + 250 13 0.03921 0.73257 0.69452 1 0 -1 + 1411 13 0.39391 0.65898 0.88714 -1 -1 -1 + 920 14 0.04884 0.71874 0.55312 0 0 -1 + 1493 14 0.08604 0.32915 0.88806 -1 -1 1 + 681 14 0.08418 0.16752 0.52750 0 0 1 + 1947 14 0.04565 0.71480 0.85054 2 1 0 + 1210 13 0.29336 0.07522 0.81711 0 -1 0 + 86 14 0.35951 0.09885 0.67922 -1 0 0 + 238 13 0.30271 0.14587 0.50826 0 0 0 + 1265 14 0.19429 0.15489 0.48320 0 0 0 + 1136 14 0.37804 0.43605 0.72487 0 0 0 + 1255 13 0.21769 0.03172 0.76057 1 0 0 + 1164 14 0.47480 0.21341 0.87786 1 0 -1 + 50 8 0.25124 0.43258 0.62314 0 0 0 + 1399 13 0.35621 0.64626 0.78845 1 0 0 + 845 14 0.01419 0.90248 0.48220 0 -1 0 + 1712 14 0.43087 0.45224 0.50841 1 0 1 + 872 14 0.15534 0.62660 0.74388 0 -1 0 + 1924 13 0.46754 0.96293 0.18674 0 0 -1 + 737 14 0.11846 0.49319 0.39725 0 0 0 + 1370 14 0.39806 0.52651 0.92707 0 0 0 + 899 14 0.00917 0.34791 0.45525 1 0 1 + 587 14 0.30478 0.19963 0.81288 0 0 0 + 1320 14 0.21639 0.68100 0.99818 1 -1 -1 + 989 14 0.04912 0.91755 0.33205 0 -2 -1 + 337 13 0.21968 0.95879 0.91321 0 -1 0 + 578 14 0.27320 0.55083 0.74855 0 0 -1 + 1362 14 0.20131 0.74569 0.57964 0 -1 -1 + 1496 14 0.07552 0.89749 0.14445 1 0 1 + 113 14 0.27357 0.27158 0.80591 0 -1 0 + 1459 13 0.41896 0.21643 0.70236 0 1 0 + 1813 13 0.08256 0.99736 0.74264 1 -1 0 + 85 13 0.37864 0.12812 0.67881 -1 0 0 + 118 13 0.13210 0.65435 0.85787 1 -2 -1 + 1638 14 0.23574 0.81576 0.56919 1 -1 -1 + 1293 14 0.14554 0.56213 0.55009 0 -1 -1 + 701 14 0.39632 0.78092 0.63307 1 -1 -1 + 679 13 0.10554 0.16769 0.55519 0 0 1 + 1220 14 0.34701 0.13695 0.55823 0 0 1 + 585 14 0.30229 0.18333 0.97501 1 0 0 + 301 13 0.26365 0.99104 0.57061 -1 0 0 + 503 14 0.35840 0.98095 0.86012 0 -1 -1 + 129 14 0.47343 0.58040 0.94850 1 0 0 + 1041 14 0.06922 0.76384 0.96448 0 -1 1 + 447 14 0.28775 0.03567 0.71282 -1 0 -1 + 445 13 0.30925 0.05580 0.69396 -1 0 -1 + 1226 14 0.32647 0.66930 0.95800 1 -1 -1 + 203 14 0.34992 0.27383 0.72123 -1 1 0 + 1049 14 0.48230 0.15388 0.24705 0 -1 0 + 1556 14 0.39736 0.26605 0.91479 -1 0 -1 + 836 14 0.14680 0.67438 0.65968 1 -1 -1 + 663 14 0.09492 0.57903 0.38046 0 2 -1 + 619 13 0.38861 0.60757 0.66245 -1 -1 -1 + 1424 14 0.49112 0.31348 0.15015 0 0 0 + 150 14 0.48565 0.24749 0.25173 -1 0 0 + 46 7 0.31845 0.54778 0.58057 0 0 0 + 105 14 0.18595 0.25532 0.49656 0 -1 0 + 528 14 0.09830 0.93501 0.78721 0 0 -1 + 1445 14 0.36720 0.74545 0.69544 1 0 -1 + 699 14 0.49092 0.95567 0.63545 1 -1 -1 + 1367 14 0.25766 0.69269 0.56127 0 -1 0 + 1918 13 0.09232 0.14255 0.92441 1 1 -1 + 883 13 0.36176 0.13513 0.88755 0 1 -1 + 1916 14 0.20633 0.73679 0.85284 2 0 0 + 291 14 0.16473 0.81743 0.70852 0 0 -1 + 1919 14 0.05828 0.14110 0.91654 1 1 -1 + 1785 14 0.05118 0.44299 0.92175 0 -1 -1 + 726 14 0.47638 0.32140 0.64030 0 0 0 + 1557 14 0.37564 0.24781 0.96227 -1 0 -1 + 1095 14 0.22857 0.43291 0.94464 -1 0 1 + 1503 14 0.01362 0.18352 0.47439 1 0 0 + 762 14 0.02078 0.14869 0.20900 0 1 1 + 112 13 0.26841 0.30276 0.79093 0 -1 0 + 43 6 0.30638 0.56167 0.52585 0 0 0 + 1241 14 0.33630 0.92879 0.92233 0 -1 -1 + 1400 14 0.35913 0.65346 0.82255 1 0 0 + 1329 14 0.02290 0.56038 0.90385 0 -1 -1 + 1318 13 0.24412 0.67578 0.01885 1 -1 0 + 52 8 0.21547 0.45154 0.65527 0 0 0 + 660 14 0.09832 0.94624 0.56747 0 -1 0 + 1994 14 0.21585 0.57608 0.92151 1 -1 -1 + 1199 14 0.16225 0.19857 0.63679 0 0 -1 + 289 13 0.17185 0.78450 0.69914 0 0 -1 + 516 14 0.16676 0.38124 0.55202 1 1 0 + 611 14 0.22049 0.20029 0.71306 -1 1 0 + 1574 14 0.41376 0.01265 0.63618 1 1 -1 + 168 14 0.18794 0.04689 0.83086 0 1 -1 + 1738 13 0.33813 0.37088 0.90981 0 1 0 + 1937 14 0.29464 0.35483 0.53715 1 0 0 + 51 8 0.21462 0.50374 0.66232 0 0 0 + 869 14 0.06733 0.78874 0.81428 0 0 0 + 1461 14 0.44200 0.20749 0.72711 0 1 0 + 546 14 0.39848 0.91961 0.73306 1 0 -1 + 1492 13 0.12060 0.32563 0.88399 -1 -1 1 + 132 14 0.24526 0.57852 0.82852 1 -1 -1 + 777 14 0.05212 0.10528 0.26856 0 1 0 + 682 13 0.48203 0.01413 0.88560 -1 0 -2 + 722 14 0.28326 0.59859 0.89689 0 0 1 + 419 14 0.03780 0.37869 0.13619 -1 2 0 + 131 14 0.20355 0.61025 0.84618 1 -1 -1 + 191 14 0.26246 0.94669 0.68096 1 0 0 + 1815 14 0.07776 0.02814 0.72675 1 0 0 + 575 14 0.14572 0.90846 0.84562 0 -2 -1 + 190 13 0.23806 0.95493 0.70463 1 0 0 + 623 14 0.42287 0.71624 0.79414 1 1 -1 + 398 14 0.20250 0.26905 0.92721 -1 0 0 + 239 14 0.30147 0.11309 0.49614 0 0 0 + 502 13 0.36941 0.00299 0.83530 0 0 -1 + 1555 13 0.38290 0.27713 0.94464 -1 0 -1 + 1319 14 0.23046 0.66956 0.05044 1 -1 0 + 783 14 0.04045 0.27055 0.01477 1 0 0 + 1716 14 0.29752 0.80561 0.92232 0 0 0 + 1739 14 0.34509 0.33882 0.92191 0 1 0 + 565 13 0.25547 0.69949 0.74954 0 1 0 + 736 13 0.12205 0.47952 0.42924 0 0 0 + 1821 14 0.37345 0.85974 0.84811 0 -1 0 + 128 14 0.48316 0.61289 0.99219 1 0 0 + 255 14 0.24826 0.35403 0.99924 -1 -1 -1 + 1346 14 0.27551 0.77458 0.75209 0 -2 0 + 1361 14 0.15506 0.77590 0.57696 0 -1 -1 + 1093 13 0.22638 0.44716 0.91278 -1 0 1 + 879 14 0.01014 0.30706 0.55383 0 -1 0 + 1460 14 0.40333 0.18638 0.69368 0 1 0 + 471 14 0.31755 0.50490 0.71408 0 -1 0 + 1993 13 0.20864 0.56984 0.95516 1 -1 -1 + 543 14 0.43832 0.59339 0.26419 0 1 1 + 721 13 0.31602 0.60030 0.90903 0 0 1 + 781 13 0.06018 0.29937 0.01661 1 0 0 + 302 14 0.27164 0.95806 0.57906 -1 0 0 + 1944 14 0.03010 0.22322 0.70097 -1 1 0 + 1714 13 0.30560 0.77232 0.92938 0 0 0 + 65 3 0.39906 0.68516 0.60122 0 0 0 + 141 14 0.49859 0.73996 0.92324 0 -2 -1 + 567 14 0.22432 0.69399 0.73463 0 1 0 + 54 4 0.27259 0.58204 0.52550 0 0 0 + 1393 13 0.10466 0.25262 0.81474 1 -1 0 + 735 14 0.07027 0.53125 0.50617 -1 0 0 + 1756 13 0.25143 0.09295 0.60808 0 1 1 + 469 13 0.31621 0.47004 0.71160 0 -1 0 + 901 13 0.48337 0.58665 0.66192 0 -1 0 + 527 14 0.10864 0.89286 0.75293 0 0 -1 + 1740 14 0.35754 0.37374 0.88086 0 1 0 + 493 13 0.11703 0.38971 0.76022 -1 1 0 + 1135 13 0.40863 0.41928 0.72737 0 0 0 + 1784 14 0.04916 0.41010 0.96618 0 -1 -1 + 1917 14 0.21755 0.72285 0.80050 2 0 0 + 1837 13 0.10735 0.77931 0.12417 1 -1 1 + 1162 13 0.44234 0.22564 0.87350 1 0 -1 + 252 14 0.04344 0.75221 0.66590 1 0 -1 + 1623 14 0.30317 0.31811 0.63140 1 0 1 + 1327 13 0.03722 0.53290 0.92005 0 -1 -1 + 1449 14 0.38462 0.31044 0.67535 1 0 0 + 418 13 0.05998 0.39721 0.15591 -1 2 0 + 1345 13 0.30001 0.79730 0.76243 0 -2 0 + 1256 14 0.18492 0.04350 0.75728 1 0 0 + 362 14 0.06642 0.87058 0.04714 0 -1 1 + 576 14 0.17878 0.92399 0.88716 0 -2 -1 + 216 14 0.36791 0.71204 0.85471 0 0 0 + 1340 14 0.28512 0.15956 0.74476 -1 -1 -2 + 1581 14 0.22129 0.89477 0.80457 1 -1 -1 + 562 13 0.06661 0.54935 0.71979 1 0 -1 + 1348 13 0.01505 0.95468 0.67848 0 -1 1 + 315 14 0.00636 0.62527 0.64269 -1 1 -1 + 1130 14 0.45264 0.81231 0.88781 0 0 0 + 1382 14 0.08086 0.43710 0.62230 0 0 1 + 213 14 0.49877 0.58734 0.51383 -1 0 -2 + 671 14 0.06002 0.95377 0.90454 0 -1 -1 + 700 13 0.38308 0.80289 0.60930 1 -1 -1 + 1354 13 0.13440 0.09402 0.77660 1 0 0 + 1850 14 0.31025 0.68333 0.64435 0 -2 -1 + 1820 14 0.33640 0.82932 0.82052 0 -1 0 + 1315 13 0.23205 0.18118 0.97578 1 0 -1 + 426 14 0.04842 0.08541 0.64919 0 1 0 + 868 13 0.04931 0.76331 0.79842 0 0 0 + 214 13 0.34714 0.73478 0.83813 0 0 0 + 316 13 0.00844 0.22342 0.98665 1 1 0 + 1163 14 0.42221 0.19705 0.87281 1 0 -1 + 475 13 0.16375 0.66197 0.58822 0 0 0 + 1167 14 0.04603 0.23926 0.12453 0 0 1 + 1395 14 0.07068 0.25918 0.81977 1 -1 0 + 103 13 0.16641 0.25996 0.46793 0 -1 0 + 60 11 0.18582 0.51968 0.68408 0 0 0 + 424 13 0.04745 0.08783 0.68406 0 1 0 + 1745 14 0.46044 0.26571 0.83270 0 1 -1 + 57 11 0.31180 0.45103 0.57654 0 0 0 + 361 13 0.05912 0.83640 0.04841 0 -1 1 + 1413 14 0.36506 0.64697 0.90284 -1 -1 -1 + 852 14 0.10447 0.49242 0.80957 0 1 0 + 1597 13 0.05017 0.03412 0.37470 1 0 1 + 1366 13 0.26188 0.66992 0.58748 0 -1 0 + 579 14 0.22311 0.57063 0.76115 0 0 -1 + 356 14 0.19755 0.45383 0.81724 0 -1 -1 + 1317 14 0.20227 0.19381 0.98907 1 0 -1 + 1776 14 0.11330 0.82965 0.35020 1 -2 0 + 1330 13 0.33665 0.56209 0.72842 1 0 -2 + 761 14 0.06019 0.14046 0.17108 0 1 1 + 1934 14 0.00945 0.47519 0.64654 1 1 0 + 577 13 0.24663 0.54666 0.77091 0 0 -1 + 1355 14 0.13409 0.11011 0.74555 1 0 0 + 223 13 0.19905 0.33655 0.71557 0 -1 -1 + 399 14 0.22735 0.24649 0.88325 -1 0 0 + 357 14 0.19253 0.49820 0.78459 0 -1 -1 + 1165 13 0.03988 0.23199 0.09088 0 0 1 + 1410 14 0.11644 0.34132 0.63505 1 0 1 + 1948 13 0.21065 0.29354 0.99841 0 0 -1 + 1446 14 0.42034 0.74155 0.71028 1 0 -1 + 703 13 0.21126 0.36087 0.84492 0 -1 -1 + 1007 14 0.38408 0.86527 0.56210 0 -2 -1 + 1218 14 0.01077 0.01250 0.93474 1 0 -1 + 792 14 0.31201 0.86475 0.66383 0 -1 -1 + 1986 14 0.41129 0.61768 0.78696 1 1 0 + 734 14 0.03160 0.55213 0.53976 -1 0 0 + 1573 13 0.43136 0.99913 0.66321 1 0 -1 + 1701 14 0.48501 0.59015 0.34719 1 1 0 + 867 14 0.25368 0.89629 0.92269 0 -2 0 + 1239 14 0.00250 0.36982 0.71698 0 0 0 + 659 14 0.11494 0.99505 0.54744 0 -1 0 + 1950 14 0.18821 0.26808 0.00683 0 0 0 + 58 11 0.24767 0.57233 0.64438 0 0 0 + 162 14 0.13188 0.86669 0.56682 -1 -1 0 + 1299 14 0.31848 0.49313 0.92401 1 1 -1 + 635 14 0.07750 0.07589 0.81383 0 1 0 + 668 14 0.39537 0.36554 0.77793 0 0 -1 + 583 13 0.33691 0.18832 0.97462 1 0 0 + 48 8 0.28372 0.46611 0.59979 0 0 0 + 1238 14 0.05781 0.36923 0.71629 0 0 0 + 1401 14 0.33127 0.66795 0.77702 1 0 0 + 871 13 0.14266 0.60626 0.76934 0 -1 0 + 470 14 0.28537 0.46350 0.69647 0 -1 0 + 219 14 0.43790 0.41451 0.98488 0 0 0 + 1124 14 0.12219 0.99832 0.86530 1 1 -1 + 64 1 0.41153 0.68383 0.55877 0 0 0 + 1313 14 0.43421 0.43768 0.59688 1 1 -1 + 873 14 0.11294 0.59330 0.75623 0 -1 0 + 1200 14 0.15169 0.15629 0.60273 0 0 -1 + 1660 13 0.16932 0.67384 0.95074 1 -1 -1 + 49 8 0.24435 0.53382 0.63645 0 0 0 + 1838 14 0.09714 0.79796 0.09640 1 -1 1 + 526 13 0.10612 0.90093 0.78686 0 0 -1 + 934 13 0.14746 0.23647 0.72125 0 0 0 + 1008 14 0.33228 0.87326 0.54443 0 -2 -1 + 338 14 0.23489 0.97344 0.94109 0 -1 0 + 1412 14 0.41604 0.63190 0.88757 -1 -1 -1 + 1146 14 0.05504 0.45630 0.43216 0 1 -1 + 790 13 0.29990 0.83213 0.66034 0 -1 -1 + 56 4 0.35422 0.52886 0.58377 0 0 0 + 1758 14 0.26688 0.11127 0.58262 0 1 1 + 1219 13 0.37831 0.13003 0.57222 0 0 1 + 1298 14 0.33836 0.49116 0.87243 1 1 -1 + 636 14 0.03643 0.11261 0.80889 0 1 0 + 1774 13 0.10109 0.83397 0.38268 1 -2 0 + 425 14 0.01378 0.08309 0.69224 0 1 0 + 1570 13 0.49545 0.48985 0.66698 1 -1 0 + 1747 13 0.00577 0.17756 0.61507 2 1 -1 + 1586 14 0.33592 0.03211 0.48323 1 0 0 + 603 14 0.14735 0.20803 0.83735 0 -1 -1 + 450 14 0.41211 0.22983 0.55109 0 0 -1 + 1448 14 0.42691 0.27482 0.67679 1 0 0 + 1381 13 0.09070 0.40917 0.60369 0 0 1 + 896 14 0.48633 0.00138 0.95508 0 1 -1 + 1408 13 0.14578 0.32372 0.62780 1 0 1 + 224 14 0.17420 0.35028 0.73600 0 -1 -1 + 1622 14 0.33817 0.30366 0.59109 1 0 1 + 119 14 0.12748 0.62925 0.83396 1 -2 -1 + 1059 14 0.02157 0.09258 0.45790 1 1 -1 + 130 13 0.23298 0.59474 0.85696 1 -1 -1 + 884 14 0.33441 0.11934 0.87253 0 1 -1 + 1819 13 0.33924 0.85267 0.84640 0 -1 0 + 423 14 0.07968 0.82765 0.92008 -1 -2 0 + 850 13 0.06978 0.49671 0.80829 0 1 0 + 290 14 0.19034 0.78760 0.66962 0 0 -1 + 1166 14 0.00747 0.21885 0.09053 0 0 1 + 1920 14 0.09466 0.12771 0.95599 1 1 -1 + 602 14 0.13104 0.17008 0.87415 0 -1 -1 + 397 13 0.19602 0.25629 0.89530 -1 0 0 + 1933 13 0.03933 0.48847 0.63413 1 1 0 + 866 14 0.29618 0.87066 0.89829 0 -2 0 + 1705 13 0.49209 0.11986 0.07113 1 1 1 + 1575 14 0.41171 0.97224 0.67388 1 0 -1 + 215 14 0.33564 0.75613 0.86333 0 0 0 + 1123 13 0.09700 0.97950 0.85000 1 1 -1 + 1120 13 0.12595 0.57909 0.48804 0 -1 0 + 202 13 0.33821 0.30565 0.71268 -1 1 0 + 1221 14 0.40003 0.15264 0.55674 0 0 1 + 1769 14 0.25446 0.13282 0.86394 0 0 0 + 650 14 0.00343 0.21640 0.36297 1 0 1 + 684 14 0.44917 0.01352 0.87365 -1 0 -2 + 449 14 0.40552 0.25579 0.59949 0 0 -1 + 1409 14 0.16365 0.32372 0.65786 1 0 1 + 1444 13 0.39529 0.76485 0.70303 1 0 -1 + 476 14 0.13513 0.67581 0.57365 0 0 0 + 1687 13 0.33820 0.44706 0.81914 0 0 0 + 1744 13 0.47026 0.29444 0.81534 0 1 -1 + 140 14 0.45934 0.72369 0.88783 0 -2 -1 + 384 14 0.09728 0.26577 0.52941 0 0 0 + 1849 13 0.32024 0.67846 0.67750 0 -2 -1 + 1945 13 0.03017 0.70475 0.88024 2 1 0 + 1240 13 0.36437 0.94842 0.91531 0 -1 -1 + 1341 14 0.33810 0.14394 0.74187 -1 -1 -2 + 837 14 0.15809 0.71744 0.69251 1 -1 -1 + 477 14 0.16176 0.62786 0.58077 0 0 0 + 723 14 0.32909 0.56834 0.90349 0 0 1 + 1713 14 0.48452 0.44347 0.51858 1 0 1 + 1006 13 0.36542 0.88237 0.53797 0 -2 -1 + 1662 14 0.14377 0.69565 0.96046 1 -1 -1 + 566 14 0.27867 0.69000 0.72515 0 1 0 + 1757 14 0.21889 0.10567 0.60954 0 1 1 + 1292 14 0.16500 0.52937 0.59018 0 -1 -1 + 1237 13 0.02980 0.35610 0.69996 0 0 0 + 269 14 0.00855 0.68126 0.14816 0 0 1 + 1839 14 0.14229 0.78025 0.12300 1 -1 1 + 851 14 0.06076 0.50497 0.84105 0 1 0 + 1225 13 0.33519 0.68333 0.98883 1 -1 -1 + 1316 14 0.22240 0.16539 0.94610 1 0 -1 + 160 13 0.14263 0.89480 0.58463 -1 -1 0 + 1977 14 0.07093 0.89098 0.68158 0 0 0 + 1995 14 0.19971 0.60106 0.96814 1 -1 -1 + 1291 13 0.16118 0.56299 0.58136 0 -1 -1 + 634 13 0.04329 0.08008 0.81975 0 1 0 + 658 13 0.08624 0.97611 0.55386 0 -1 0 + 620 14 0.38509 0.62144 0.63054 -1 -1 -1 + 446 14 0.29202 0.06140 0.66405 -1 0 -1 + 1331 14 0.35477 0.57319 0.70065 1 0 -2 + 166 13 0.18298 0.03739 0.86415 0 1 -1 + 1637 14 0.27939 0.83114 0.59948 1 -1 -1 + 870 14 0.05813 0.76604 0.76469 0 0 0 + 705 14 0.19449 0.33510 0.86160 0 -1 -1 + 448 13 0.39209 0.25350 0.56728 0 0 -1 + 218 14 0.46199 0.41241 0.93513 0 0 0 + 1369 13 0.42973 0.53098 0.94123 0 0 0 + 1942 13 0.05491 0.19882 0.70443 -1 1 0 + 667 13 0.39280 0.35583 0.81142 0 0 -1 + 1122 14 0.15831 0.58911 0.47935 0 -1 0 + 584 14 0.34887 0.16495 0.95152 1 0 0 + 204 14 0.31310 0.31233 0.73609 -1 1 0 + 1835 14 0.01720 0.36762 0.90015 1 -1 0 + 1783 13 0.03681 0.41340 0.93363 0 -1 -1 + 1232 14 0.37597 0.06766 0.59198 0 0 0 + 610 13 0.24413 0.17838 0.69949 -1 1 0 + 1579 13 0.22504 0.88270 0.77197 1 -1 -1 + 217 13 0.45400 0.43445 0.96108 0 0 0 + 254 14 0.29147 0.37504 0.97185 -1 -1 -1 + 489 14 0.05471 0.81323 0.42335 0 0 0 + 1682 14 0.14020 0.83893 0.85397 0 -1 -1 + 139 13 0.47073 0.75158 0.90559 0 -2 -1 + 504 14 0.34039 0.01924 0.82450 0 0 -1 + 1683 14 0.14280 0.78422 0.84630 0 -1 -1 + 383 14 0.12052 0.30393 0.56201 0 0 0 + 313 13 0.01599 0.63926 0.67325 -1 1 -1 + 702 14 0.34876 0.80342 0.61602 1 -1 -1 + 1846 13 0.00815 0.80136 0.24446 1 0 2 + 1129 13 0.44108 0.84503 0.88346 0 0 0 + 1636 13 0.26394 0.83644 0.56856 1 -1 -1 + 363 14 0.04564 0.82913 0.01697 0 -1 1 + 885 14 0.38943 0.12394 0.86933 0 1 -1 + 494 14 0.11216 0.37104 0.78939 -1 1 0 + 47 8 0.27984 0.51514 0.60473 0 0 0 + 1494 14 0.13433 0.34002 0.91275 -1 -1 1 + 1768 13 0.22872 0.13459 0.88755 0 0 0 + 1447 13 0.41498 0.30291 0.65971 1 0 0 + 1681 13 0.12060 0.80998 0.85446 0 -1 -1 + 1834 13 0.01416 0.33373 0.89209 1 -1 0 + 1198 13 0.16878 0.16454 0.63211 0 0 -1 + 621 14 0.42283 0.60102 0.66545 -1 -1 -1 + 733 13 0.04337 0.52198 0.52650 -1 0 0 + 601 13 0.14872 0.17376 0.84420 0 -1 -1 + 545 14 0.38252 0.96751 0.75566 1 0 -1 + 791 14 0.29416 0.82135 0.69312 0 -1 -1 + 1121 14 0.10554 0.60560 0.47788 0 -1 0 + 427 13 0.42881 0.11261 0.82254 -1 0 -1 + 544 13 0.37646 0.94639 0.72845 1 0 -1 + 1715 14 0.30408 0.77014 0.96425 0 0 0 + 683 14 0.49626 0.98451 0.87365 -1 -1 -2 + 1332 14 0.34785 0.58215 0.75479 1 0 -2 + 1598 14 0.02939 0.04906 0.39852 1 0 1 + 612 14 0.22777 0.16350 0.67240 -1 1 0 + 704 14 0.22007 0.38338 0.87019 0 -1 -1 + 574 13 0.16783 0.89581 0.86958 0 -2 -1 + 1039 13 0.08670 0.73355 0.96493 0 -1 1 + 1094 14 0.20119 0.47125 0.91566 -1 0 1 + 1440 14 0.01949 0.95553 0.19327 0 -1 0 + 919 13 0.06387 0.68739 0.54932 0 0 -1 + 903 14 0.49224 0.55482 0.67337 0 -1 0 + 1689 14 0.35031 0.41425 0.81912 0 0 0 + 588 14 0.31791 0.20946 0.86570 0 0 0 + 1749 14 0.02325 0.17280 0.64498 2 1 -1 + 421 13 0.05491 0.82427 0.94454 -1 -2 0 + 1793 14 0.47590 0.89815 0.85407 0 -1 0 + 1855 13 0.40925 0.52136 0.80027 1 0 0 + 1257 14 0.21876 0.00307 0.74053 1 0 0 + 1212 14 0.30409 0.10451 0.80130 0 -1 0 + 314 14 0.02817 0.61225 0.69181 -1 1 -1 + 1312 13 0.43213 0.42244 0.62829 1 1 -1 + 1360 13 0.18712 0.77558 0.59094 0 -1 -1 + 1711 13 0.45428 0.45116 0.53437 1 0 1 + 1339 13 0.31506 0.15983 0.76284 -1 -1 -2 + 428 14 0.42385 0.08828 0.79792 -1 0 -1 + 1394 14 0.12113 0.27452 0.83646 1 -1 0 + 1227 14 0.30531 0.68388 0.00698 1 -1 0 + 420 14 0.06001 0.42907 0.14150 -1 2 0 + 782 14 0.05594 0.31082 0.04938 1 0 0 + 59 11 0.25193 0.39328 0.61970 0 0 0 + 382 13 0.09290 0.29836 0.54129 0 0 0 + 1078 13 0.42744 0.85258 0.74565 0 -1 -1 + 1368 14 0.22994 0.65675 0.59289 0 -1 0 + 253 13 0.26408 0.38425 0.99155 -1 -1 -1 + 1231 13 0.37532 0.03347 0.58465 0 0 0 + 936 14 0.15576 0.26989 0.71514 0 0 0 + 55 4 0.32135 0.58164 0.60276 0 0 0 + 1356 14 0.14012 0.11965 0.79969 1 0 0 + 1314 14 0.44943 0.39228 0.62456 1 1 -1 + 586 13 0.29337 0.21593 0.84164 0 0 0 + 1946 14 0.05235 0.71456 0.90544 2 1 0 + 680 14 0.08554 0.15684 0.58175 0 0 1 + 1943 14 0.08395 0.21684 0.71186 -1 1 0 + 1233 14 0.38852 0.03117 0.55235 0 0 0 + 1688 14 0.31901 0.44933 0.78999 0 0 0 + 87 14 0.38721 0.13253 0.64520 -1 0 0 + 1686 14 0.45289 0.41951 0.78667 0 0 -1 + 1137 14 0.42205 0.42067 0.69511 0 0 0 + 935 14 0.14240 0.23487 0.75581 0 0 0 + 1935 14 0.03119 0.49997 0.60212 1 1 0 + 1857 14 0.38823 0.49877 0.81672 1 0 0 + 225 14 0.22730 0.33480 0.73610 0 -1 -1 + 79 5 0.45726 0.69614 0.55063 0 0 0 + 495 14 0.13847 0.41560 0.76986 -1 1 0 + 1585 13 0.30677 0.04747 0.49494 1 0 0 + 1144 13 0.02015 0.45392 0.43261 0 1 -1 + 318 14 0.00657 0.21896 0.95201 1 1 0 + 1443 14 0.49880 0.51437 0.58587 0 0 -1 + 522 14 0.49748 0.67918 0.28192 -1 0 1 + 80 2 0.49415 0.69805 0.58787 0 0 0 + 1216 13 0.00186 0.04363 0.94795 1 0 -1 + 1194 14 0.00814 0.29761 0.68736 0 0 0 + 127 13 0.49931 0.59564 0.96641 1 0 0 + 82 4 0.49449 0.66572 0.61240 0 0 0 + 1454 14 0.00796 0.56795 0.27854 1 0 1 + 1694 14 0.48868 0.79404 0.59805 0 0 -1 + 1733 14 0.62078 0.65396 0.42824 1 0 0 + 376 13 0.84843 0.66119 0.04150 -1 0 1 + 891 14 0.93755 0.54702 0.11232 0 0 0 + 1631 14 0.52498 0.07717 0.53809 2 -1 0 + 1518 14 0.74965 0.90969 0.17149 0 0 1 + 121 13 0.55120 0.99378 0.23717 0 0 0 + 1417 13 0.89438 0.67557 0.41395 -1 0 0 + 1099 13 0.52225 0.24684 0.46356 0 0 1 + 1012 13 0.61641 0.99899 0.52898 0 -1 0 + 758 14 0.54869 0.23700 0.32711 -2 0 1 + 416 14 0.50758 0.14053 0.01046 -1 0 0 + 1140 14 0.64500 0.88956 0.31438 0 0 0 + 732 14 0.57612 0.15816 0.26430 0 2 0 + 1673 14 0.77577 0.36869 0.45009 0 1 1 + 199 13 0.67626 0.52439 0.26542 -1 1 0 + 115 13 0.81066 0.69290 0.17879 1 0 -1 + 452 14 0.60839 0.51179 0.15499 -1 0 0 + 1336 13 0.88261 0.28072 0.32516 1 1 0 + 1205 14 0.65003 0.36475 0.36255 0 -1 0 + 1472 14 0.84873 0.21385 0.46151 -1 0 0 + 228 14 0.80081 0.43196 0.26661 -2 1 0 + 1675 13 0.79528 0.20519 0.04600 0 0 0 + 334 13 0.59480 0.22369 0.01632 0 0 0 + 1258 13 0.83525 0.35259 0.95998 0 0 -1 + 1027 13 0.63825 0.84915 0.06941 1 0 1 + 1892 14 0.56404 0.69135 0.10940 -1 1 0 + 1306 13 0.97690 0.73995 0.56779 -1 -2 0 + 1077 14 0.80283 0.84757 0.05508 1 0 0 + 1350 14 0.99187 0.97368 0.69650 -1 -1 1 + 839 14 0.55665 0.04053 0.42268 -1 0 1 + 1491 14 0.78137 0.00412 0.09817 -1 1 1 + 521 14 0.52071 0.72704 0.29705 -1 0 1 + 997 13 0.96225 0.46171 0.68699 0 0 -1 + 1708 13 0.77453 0.03229 0.32387 0 1 2 + 165 14 0.85609 0.46787 0.02998 -2 0 2 + 1259 14 0.86283 0.33866 0.94359 0 0 -1 + 193 13 0.87851 0.12826 0.15244 -1 0 0 + 1405 13 0.65357 0.06980 0.23725 0 0 0 + 1601 14 0.83422 0.76111 0.27617 0 0 -1 + 1871 14 0.57908 0.67511 0.97568 0 0 0 + 1874 14 0.57871 0.75601 0.06343 1 0 1 + 1794 14 0.53094 0.89818 0.84857 0 -1 0 + 486 14 0.71242 0.22735 0.18361 -1 1 1 + 377 14 0.87754 0.64550 0.05288 -1 0 1 + 560 14 0.62241 0.19858 0.16197 -1 0 0 + 500 14 0.75447 0.77602 0.28647 -1 1 0 + 380 14 0.68876 0.39562 0.24915 -1 1 2 + 1532 14 0.84023 0.84663 0.26926 -1 1 1 + 1514 14 0.57014 0.57394 0.20070 -1 1 0 + 1159 13 0.69222 0.76206 0.05798 0 0 2 + 1903 13 0.83366 0.89860 0.07862 0 0 0 + 1805 14 0.62465 0.27774 0.00408 0 0 0 + 1990 13 0.65019 0.13138 0.38374 1 0 1 + 779 14 0.81916 0.98150 0.42709 -1 0 0 + 156 14 0.83534 0.70817 0.43390 -1 0 1 + 1538 14 0.54608 0.90628 0.35773 0 0 0 + 1206 14 0.68669 0.37760 0.40193 0 -1 0 + 769 13 0.50925 0.15670 0.42200 0 0 0 + 444 14 0.68243 0.43451 0.14484 -1 0 0 + 743 14 0.72812 0.91958 0.08353 0 0 0 + 194 14 0.89509 0.14931 0.17491 -1 0 0 + 509 14 0.52511 0.48517 0.78147 -1 0 1 + 1073 14 0.58386 0.28517 0.69864 -1 0 -2 + 1161 14 0.72461 0.77483 0.05465 0 0 2 + 1196 14 0.76191 0.82580 0.37756 -2 -2 0 + 928 13 0.66026 0.07802 0.02162 -1 1 1 + 1155 14 0.57296 0.45483 0.98882 0 1 0 + 278 14 0.88370 0.51517 0.19915 -1 0 0 + 1455 14 0.96281 0.53710 0.27024 0 0 1 + 814 13 0.54702 0.16298 0.14957 1 0 1 + 242 14 0.82127 0.95738 0.25585 -1 0 1 + 534 14 0.97060 0.05773 0.10800 0 2 1 + 1471 13 0.86584 0.23856 0.44363 -1 0 0 + 443 14 0.72653 0.41189 0.16938 -1 0 0 + 164 14 0.83510 0.51843 0.03789 -2 0 2 + 874 13 0.64718 0.45155 0.95252 -1 1 -1 + 842 14 0.89487 0.56367 0.47210 0 0 0 + 644 14 0.64342 0.26538 0.14493 -1 0 0 + 431 14 0.95488 0.25984 0.20149 0 0 1 + 1991 14 0.67371 0.10579 0.37986 1 0 1 + 481 13 0.91992 0.74668 0.15693 0 0 1 + 629 14 0.84178 0.46148 0.12904 0 -1 0 + 1607 14 0.55609 0.86107 0.20700 1 0 -1 + 554 14 0.79472 0.87022 0.93101 -1 -1 0 + 460 13 0.78071 0.33822 0.31552 -1 0 2 + 189 14 0.64165 0.01122 0.13776 -1 0 1 + 1188 14 0.99849 0.47887 0.04589 0 -1 0 + 1403 14 0.94726 0.88960 0.17107 0 -1 2 + 347 14 0.69836 0.66164 0.45511 0 0 2 + 1611 14 0.58191 0.77470 0.43696 0 -1 0 + 1690 13 0.58891 0.45457 0.24318 0 0 1 + 980 14 0.96412 0.24432 0.51976 -1 1 1 + 864 14 0.77508 0.21535 0.25829 -1 0 0 + 284 14 0.88325 0.07539 0.28036 -1 1 0 + 1833 14 0.97238 0.29770 0.38340 0 1 1 + 473 14 0.52948 0.37972 0.42014 0 1 0 + 1485 14 0.84408 0.43707 0.35159 0 0 0 + 1719 14 0.68643 0.85026 0.22124 1 -1 -1 + 1254 14 0.91914 0.60116 0.19948 -1 1 1 + 1592 14 0.80839 0.60414 0.27416 -1 0 1 + 1800 14 0.68591 0.43171 0.03519 -1 0 -1 + 1674 14 0.74998 0.32066 0.44076 0 1 1 + 1612 13 0.80300 0.30890 0.19583 0 0 0 + 187 13 0.62742 0.04211 0.12962 -1 0 1 + 1338 14 0.87604 0.24726 0.31738 1 1 0 + 832 13 0.69270 0.19652 0.32919 0 0 1 + 1559 14 0.54247 0.30009 0.08593 0 -1 0 + 1284 14 0.72106 0.07412 0.24688 0 1 -1 + 1615 13 0.80475 0.32224 0.04163 -1 0 0 + 941 14 0.84555 0.35082 0.09818 -1 1 -1 + 843 14 0.84399 0.58354 0.48081 0 0 0 + 1531 13 0.86063 0.83919 0.24184 -1 1 1 + 1526 14 0.51010 0.06326 0.90681 0 2 1 + 697 13 0.52047 0.94318 0.62153 1 -1 -1 + 1730 14 0.64397 0.46435 0.35597 0 1 0 + 1641 14 0.72173 0.87601 0.32169 0 -1 1 + 145 13 0.88052 0.26874 0.08951 0 0 -1 + 1520 14 0.76739 0.56484 0.01963 -1 1 0 + 292 13 0.84493 0.35951 0.43434 -1 0 1 + 1076 14 0.79682 0.79463 0.06991 1 0 0 + 548 14 0.54519 0.43592 0.88621 0 0 -2 + 499 13 0.77229 0.80399 0.27536 -1 1 0 + 537 14 0.68765 0.69872 0.91585 -1 0 0 + 881 14 0.51626 0.45289 0.40979 0 0 -1 + 966 14 0.71801 0.09760 0.17286 0 0 0 + 1540 13 0.54610 0.90638 0.13626 0 -1 0 + 1512 14 0.89901 0.95411 0.18527 1 0 1 + 1215 14 0.74995 0.51348 0.17744 -1 -1 1 + 117 14 0.81091 0.66347 0.15990 1 0 -1 + 1617 14 0.82629 0.29600 0.05002 -1 0 0 + 1696 13 0.63877 0.47535 0.49582 0 0 0 + 1560 14 0.57701 0.31354 0.12699 0 -1 0 + 430 13 0.93716 0.26648 0.17208 0 0 1 + 1209 14 0.69742 0.32548 0.18263 0 0 0 + 325 13 0.91404 0.42908 0.26269 -1 0 1 + 1516 13 0.75603 0.92384 0.14015 0 0 1 + 381 14 0.68454 0.39895 0.30420 -1 1 2 + 841 13 0.87655 0.59345 0.47277 0 0 0 + 1610 14 0.53723 0.78928 0.46611 0 -1 0 + 1294 13 0.93054 0.16766 0.24088 0 2 -1 + 458 14 0.52347 0.52674 0.17460 0 0 1 + 889 13 0.95634 0.52427 0.13108 0 0 0 + 1114 13 0.60437 0.74160 0.33903 -1 0 0 + 116 14 0.82273 0.71743 0.15698 1 0 -1 + 1406 14 0.63495 0.09935 0.23897 0 0 0 + 794 14 0.90445 0.98481 0.42453 0 -1 0 + 1875 14 0.52768 0.77722 0.06572 1 0 1 + 838 13 0.57345 0.06648 0.40633 -1 0 1 + 1618 13 0.89366 0.18458 0.36382 0 1 0 + 1565 14 0.53446 0.77351 0.67684 1 -1 0 + 1311 14 0.84566 0.72556 0.08010 0 0 0 + 1244 14 0.74533 0.29573 0.05162 0 1 -1 + 731 14 0.60833 0.18404 0.30106 0 2 0 + 294 14 0.87099 0.35944 0.41102 -1 0 1 + 511 13 0.86170 0.95643 0.37407 0 0 1 + 1588 13 0.96605 0.68664 0.96334 0 -1 -1 + 1296 14 0.96545 0.16622 0.24230 0 2 -1 + 485 14 0.74433 0.18218 0.18298 -1 1 1 + 961 13 0.64168 0.60385 0.33407 0 0 -1 + 327 14 0.93303 0.42640 0.29193 -1 0 1 + 484 13 0.74210 0.21427 0.19669 -1 1 1 + 1709 14 0.78538 0.00108 0.31239 0 1 2 + 1484 14 0.86602 0.41723 0.30485 0 0 0 + 1436 14 0.66406 0.15307 0.10769 0 0 1 + 390 14 0.92735 0.99065 0.88467 -1 -1 1 + 1620 14 0.89428 0.20594 0.39150 0 1 0 + 1204 13 0.67234 0.38979 0.37246 0 -1 0 + 1483 13 0.83761 0.41512 0.32514 0 0 0 + 1433 14 0.54491 0.04391 0.18930 1 0 0 + 1187 14 0.95133 0.45220 0.03474 0 -1 0 + 1541 14 0.53862 0.89830 0.10307 0 -1 0 + 833 14 0.66949 0.17372 0.34202 0 0 1 + 285 14 0.92494 0.10044 0.25402 -1 1 0 + 1896 14 0.80566 0.51068 0.36657 1 0 1 + 453 14 0.65063 0.53619 0.18108 -1 0 0 + 2000 14 0.74134 0.03816 0.43116 0 2 0 + 1606 13 0.55551 0.84538 0.23824 1 0 -1 + 1090 13 0.61909 0.01400 0.31638 0 0 0 + 1893 14 0.51136 0.67951 0.09744 -1 1 0 + 1207 13 0.71105 0.34789 0.20575 0 0 0 + 709 13 0.89923 0.33443 0.23277 -2 0 0 + 926 14 0.68103 0.72230 0.31488 0 -1 0 + 793 13 0.91035 0.99645 0.45697 0 -1 0 + 1698 14 0.66786 0.46292 0.51073 0 0 0 + 336 14 0.56666 0.20476 0.00775 0 0 0 + 1734 14 0.64757 0.65035 0.37998 1 0 0 + 1979 14 0.96342 0.37967 0.36705 1 0 -1 + 1724 14 0.97784 0.41372 0.52515 -1 0 -1 + 1883 14 0.59404 0.38262 0.10882 1 -1 0 + 1886 14 0.55882 0.02269 0.03980 0 1 0 + 1677 14 0.81087 0.22103 0.07299 0 0 0 + 1999 13 0.72852 0.07067 0.42991 0 2 0 + 2002 13 0.95070 0.86935 0.64566 1 1 1 + 715 13 0.61066 0.73915 0.49930 0 0 0 + 927 14 0.72515 0.69140 0.30233 0 -1 0 + 1075 13 0.78353 0.81910 0.04876 1 0 0 + 645 14 0.66592 0.29547 0.10434 -1 0 0 + 598 13 0.57079 0.90363 0.95147 -1 -3 -1 + 1287 14 0.59081 0.29437 0.35031 0 0 1 + 1321 13 0.74658 0.06311 0.98199 1 1 0 + 599 14 0.53845 0.90150 0.93832 -1 -3 -1 + 863 14 0.78281 0.22500 0.31220 -1 0 0 + 1609 13 0.54948 0.78728 0.43341 0 -1 0 + 152 14 0.50804 0.19022 0.58492 0 1 1 + 1755 14 0.72025 0.39562 0.51023 0 1 -1 + 1706 14 0.50599 0.08849 0.07792 1 1 1 + 1392 14 0.64293 0.65750 0.08674 0 0 1 + 1549 13 0.87883 0.50007 0.36663 0 1 0 + 996 14 0.55639 0.70944 0.22439 1 -1 -1 + 138 14 0.62183 0.67349 0.23878 0 -1 1 + 1614 14 0.83710 0.31208 0.20287 0 0 0 + 123 14 0.56946 0.97097 0.21796 0 0 0 + 1616 14 0.81924 0.33676 0.01330 -1 0 0 + 370 13 0.67252 0.82136 0.45602 -1 -2 0 + 512 14 0.85444 0.92337 0.38286 0 0 1 + 963 14 0.63752 0.61201 0.30032 0 0 -1 + 275 14 0.81052 0.56995 0.13901 -1 0 1 + 274 13 0.81325 0.60401 0.13156 -1 0 1 + 136 13 0.64665 0.65178 0.25042 0 -1 1 + 1473 14 0.84500 0.26660 0.44530 -1 0 0 + 1894 13 0.77796 0.53155 0.36210 1 0 1 + 1260 14 0.84365 0.38626 0.96422 0 0 -1 + 358 13 0.67928 0.17425 0.47279 -1 -1 -1 + 1885 13 0.54857 0.03691 0.07006 0 1 0 + 886 13 0.97380 0.46846 0.78461 -1 0 0 + 283 13 0.91568 0.06996 0.26846 -1 1 0 + 1285 13 0.59714 0.32703 0.33954 0 0 1 + 508 13 0.52744 0.51838 0.77075 -1 0 1 + 1138 13 0.63153 0.90682 0.28710 0 0 0 + 795 14 0.93528 0.02068 0.45319 0 0 0 + 1595 14 0.97243 0.28567 0.01835 -1 0 1 + 1091 14 0.60257 0.02635 0.34462 0 0 0 + 725 14 0.52905 0.33188 0.65355 0 0 0 + 472 13 0.53133 0.34480 0.42060 0 1 0 + 263 14 0.95796 0.16683 0.52404 -1 1 -1 + 197 14 0.99277 0.99341 0.26833 -2 0 1 + 742 13 0.70415 0.92520 0.05869 0 0 0 + 1115 14 0.61734 0.71738 0.36067 -1 0 0 + 1028 14 0.61233 0.84488 0.09249 1 0 1 + 1186 13 0.97591 0.45580 0.05935 0 -1 0 + 1376 14 0.81677 0.83165 0.34325 0 -1 0 + 432 14 0.92578 0.29933 0.17593 0 0 1 + 1671 14 0.60545 0.10624 0.56424 0 0 2 + 965 14 0.76165 0.11692 0.14491 0 0 0 + 553 13 0.76540 0.85672 0.94447 -1 -1 0 + 208 13 0.81839 0.10749 0.07805 -1 0 1 + 862 13 0.79673 0.23120 0.28072 -1 0 0 + 1062 14 0.50099 0.96234 0.44250 -1 0 1 + 771 14 0.51607 0.18917 0.43304 0 0 0 + 994 13 0.58106 0.71753 0.20096 1 -1 -1 + 359 14 0.66748 0.20718 0.47291 -1 -1 -1 + 1773 14 0.60021 0.63772 0.70292 1 1 -2 + 1029 14 0.62380 0.84158 0.03848 1 0 1 + 925 13 0.71599 0.72290 0.31444 0 -1 0 + 532 13 0.96008 0.08074 0.13213 0 2 1 + 1407 14 0.64196 0.05054 0.26403 0 0 0 + 1931 14 0.50935 0.38565 0.15074 0 0 0 + 1533 14 0.86382 0.80437 0.24248 -1 1 1 + 241 13 0.84367 0.96932 0.27991 -1 0 1 + 625 13 0.92757 0.60649 0.07338 0 0 1 + 1853 14 0.75042 0.60027 0.33541 1 -1 0 + 853 13 0.52452 0.91796 0.03938 -1 -1 0 + 1018 13 0.50430 0.78925 0.32176 0 -1 0 + 335 14 0.60816 0.20738 0.04422 0 0 0 + 462 14 0.79180 0.37028 0.32402 -1 0 2 + 626 14 0.94218 0.59811 0.04273 0 0 1 + 209 14 0.84511 0.11020 0.10045 -1 0 1 + 147 14 0.91103 0.27203 0.07274 0 0 -1 + 824 14 0.92544 0.81910 0.34439 0 -1 1 + 513 14 0.85448 0.95820 0.33990 0 0 1 + 1884 14 0.58024 0.41859 0.06914 1 -1 0 + 1558 13 0.54748 0.32370 0.11124 0 -1 0 + 1870 13 0.58009 0.70388 0.99554 0 0 0 + 520 13 0.52528 0.69953 0.27595 -1 0 1 + 1106 14 0.63123 0.80912 0.35231 0 0 -1 + 561 14 0.63641 0.19956 0.21547 -1 0 0 + 1105 13 0.65135 0.83606 0.36193 0 0 -1 + 552 14 0.75917 0.28870 0.36850 0 1 1 + 1019 14 0.51961 0.81745 0.30785 0 -1 0 + 1243 13 0.71935 0.27363 0.05935 0 1 -1 + 1517 14 0.76821 0.95583 0.14729 0 0 1 + 1831 13 0.94414 0.31727 0.38991 0 1 1 + 1510 13 0.89248 0.98802 0.19078 1 0 1 + 482 14 0.95143 0.75941 0.14869 0 0 1 + 1904 14 0.80421 0.90110 0.09732 0 0 0 + 1872 14 0.59826 0.69435 0.02386 0 0 1 + 1278 14 0.90680 0.92639 0.47528 -1 0 0 + 1245 14 0.73458 0.24217 0.06026 0 1 -1 + 151 13 0.53032 0.20129 0.60950 0 1 1 + 1377 14 0.86279 0.81607 0.36969 0 -1 0 + 730 13 0.60958 0.16277 0.27334 0 2 0 + 876 14 0.68072 0.45682 0.96089 -1 1 -1 + 1619 14 0.86189 0.16999 0.36471 0 1 0 + 483 14 0.92670 0.71777 0.17541 0 0 1 + 1213 13 0.75716 0.53965 0.19949 -1 -1 1 + 1060 13 0.51615 0.99360 0.44655 -1 0 1 + 270 14 0.96596 0.64763 0.15884 -1 0 1 + 807 14 0.61202 0.93709 0.15218 1 -1 0 + 559 13 0.64211 0.21592 0.18509 -1 0 0 + 550 13 0.75460 0.26655 0.39517 0 1 1 + 1887 14 0.57802 0.04016 0.08864 0 1 0 + 1283 14 0.77070 0.06008 0.26683 0 1 -1 + 1419 14 0.89268 0.66793 0.37987 -1 0 0 + 1375 13 0.85117 0.83775 0.34483 0 -1 0 + 1882 13 0.60243 0.41397 0.09577 1 -1 0 + 639 14 0.89305 0.68845 0.30069 -1 0 0 + 1323 14 0.71585 0.07866 0.98810 1 1 0 + 2003 14 0.95801 0.84172 0.66581 1 1 1 + 1295 14 0.92190 0.19312 0.26324 0 2 -1 + 1640 14 0.73619 0.91797 0.35470 0 -1 1 + 1891 13 0.53694 0.67198 0.12006 -1 1 0 + 368 14 0.52239 0.49343 0.04209 -1 1 1 + 711 14 0.91755 0.32004 0.25885 -2 0 0 + 1626 14 0.87423 0.31043 0.53512 0 -1 0 + 1289 14 0.95918 0.50089 0.44448 0 0 0 + 279 14 0.87420 0.55121 0.24002 -1 0 0 + 1047 14 0.89164 0.38823 0.06082 -1 0 -1 + 840 14 0.55100 0.09328 0.40703 -1 0 1 + 1422 14 0.73617 0.68863 0.18091 0 0 0 + 1154 14 0.52174 0.43879 0.97548 0 1 0 + 1992 14 0.62046 0.11481 0.39181 1 0 1 + 632 14 0.68563 0.76942 0.22059 -1 0 0 + 638 14 0.86384 0.64170 0.29623 -1 0 0 + 1435 13 0.64097 0.16528 0.08444 0 0 1 + 1802 14 0.90529 0.54935 0.99596 0 0 -1 + 967 13 0.88770 0.80345 0.43394 -1 1 -1 + 1513 13 0.54001 0.59154 0.19843 -1 1 0 + 1253 14 0.88686 0.64318 0.21533 -1 1 1 + 442 13 0.71398 0.44237 0.15770 -1 0 0 + 154 13 0.80712 0.72607 0.44423 -1 0 1 + 346 13 0.72914 0.66986 0.46954 0 0 2 + 958 13 0.57136 0.39286 0.51598 0 1 1 + 163 13 0.86262 0.50174 0.02421 -2 0 2 + 367 13 0.51379 0.52604 0.05132 -1 1 1 + 2001 14 0.73259 0.08296 0.46240 0 2 0 + 1613 14 0.79411 0.27790 0.20936 0 0 0 + 759 14 0.54874 0.20051 0.36868 -2 0 1 + 1591 13 0.83058 0.59466 0.24885 -1 0 1 + 1176 14 0.51071 0.49657 0.34560 2 -2 1 + 1153 13 0.54250 0.44503 0.00292 0 1 1 + 231 14 0.66712 0.67616 0.55007 -1 0 0 + 1869 14 0.55012 0.56066 0.39928 1 0 1 + 1208 14 0.74564 0.34428 0.20212 0 0 0 + 1732 13 0.64123 0.67221 0.40653 1 0 0 + 1175 14 0.53217 0.45775 0.31255 2 -2 1 + 379 13 0.68444 0.41852 0.27522 -1 1 2 + 893 14 0.99486 0.29147 0.76890 0 1 -1 + 643 13 0.63970 0.29546 0.12748 -1 0 0 + 1602 14 0.83954 0.72305 0.23639 0 0 -1 + 412 13 0.80075 0.00520 0.15988 0 1 -1 + 1116 14 0.58718 0.72330 0.31468 -1 0 0 + 1972 13 0.90048 0.27092 0.64901 -1 0 0 + 195 14 0.90156 0.10287 0.14557 -1 0 0 + 1058 14 0.96734 0.08721 0.46736 0 1 -1 + 207 14 0.99040 0.26666 0.29804 0 0 0 + 1234 13 0.60815 0.80406 0.98735 1 0 0 + 633 14 0.63052 0.76975 0.22528 -1 0 0 + 1600 13 0.85762 0.73993 0.26111 0 0 -1 + 902 14 0.50765 0.60790 0.67541 0 -1 0 + 1672 13 0.74828 0.34963 0.46028 0 1 1 + 1107 14 0.67111 0.82342 0.38787 0 0 -1 + 417 14 0.51290 0.14869 0.95602 -1 0 -1 + 825 14 0.97474 0.84385 0.34838 0 -1 1 + 1798 13 0.68904 0.46159 0.05310 -1 0 -1 + 1307 14 0.96798 0.77311 0.56115 -1 -2 0 + 1386 14 0.97882 0.31962 0.09526 -1 1 0 + 1322 14 0.75639 0.05055 0.01311 1 1 1 + 332 14 0.94728 0.65690 0.68559 -1 -2 -1 + 1197 14 0.75122 0.77434 0.36034 -2 -2 0 + 806 14 0.65692 0.93197 0.18407 1 -1 0 + 1092 14 0.62072 0.97945 0.32159 0 -1 0 + 716 14 0.60675 0.76177 0.52568 0 0 0 + 942 14 0.85174 0.36746 0.15056 -1 1 -1 + 451 13 0.62776 0.54091 0.15504 -1 0 0 + 1627 13 0.77022 0.90816 0.47941 1 0 0 + 201 14 0.69544 0.52028 0.29437 -1 1 0 + 1811 14 0.81694 0.10586 0.97411 0 1 -1 + 1718 14 0.67529 0.90073 0.24093 1 -1 -1 + 1564 13 0.53038 0.79474 0.64936 1 -1 0 + 1011 14 0.70157 0.52249 0.40548 0 0 0 + 1101 14 0.52023 0.27896 0.44988 0 0 1 + 882 14 0.55468 0.47435 0.44330 0 0 -1 + 805 13 0.63388 0.95552 0.17232 1 -1 0 + 348 14 0.74828 0.68211 0.44296 0 0 2 + 555 14 0.77527 0.84322 0.97519 -1 -1 0 + 501 14 0.76155 0.80871 0.24241 -1 1 0 + 1418 14 0.88993 0.64485 0.43006 -1 0 0 + 518 14 0.56351 0.08255 0.65917 -1 0 -1 + 1551 14 0.89600 0.52417 0.34797 0 1 0 + 276 14 0.81781 0.60507 0.09691 -1 0 1 + 1044 14 0.86518 0.02387 0.51719 0 0 -2 + 1717 13 0.69449 0.88402 0.21695 1 -1 -1 + 227 14 0.75040 0.43934 0.24507 -2 1 0 + 551 14 0.73374 0.24158 0.38236 0 1 1 + 1010 14 0.68594 0.51814 0.45836 0 0 0 + 780 14 0.77002 0.96148 0.44270 -1 0 0 + 1009 13 0.71341 0.52601 0.43820 0 0 0 + 293 14 0.86058 0.35340 0.46501 -1 0 1 + 778 13 0.78518 0.98965 0.42857 -1 0 0 + 1420 13 0.70156 0.69290 0.18350 0 0 0 + 184 13 0.80247 0.13695 0.36824 -1 1 1 + 378 14 0.85143 0.66101 0.00666 -1 0 1 + 1309 13 0.83827 0.75333 0.10004 0 0 0 + 1310 14 0.86742 0.75883 0.11855 0 0 0 + 1421 14 0.68969 0.68825 0.15093 0 0 0 + 1045 13 0.90641 0.39408 0.02967 -1 0 -1 + 1160 14 0.67350 0.78882 0.07050 0 0 2 + 1729 13 0.65149 0.49772 0.36322 0 1 0 + 1731 14 0.62371 0.50931 0.38101 0 1 0 + 962 14 0.64771 0.56940 0.33408 0 0 -1 + 200 14 0.65327 0.49806 0.26632 -1 1 0 + 1804 13 0.64950 0.29784 0.98991 0 0 -1 + 890 14 0.96206 0.49754 0.10927 0 0 0 + 1799 14 0.67382 0.45499 0.08389 -1 0 -1 + 185 14 0.80420 0.11761 0.33916 -1 1 1 + 834 14 0.69091 0.19228 0.29453 0 0 1 + 1391 14 0.65436 0.70770 0.06655 0 0 1 + 205 13 0.99214 0.26058 0.26365 0 0 0 + 1214 14 0.73056 0.53956 0.22220 -1 -1 1 + 940 13 0.86441 0.37230 0.11833 -1 1 -1 + 266 14 0.51139 0.95070 0.79086 -1 -1 1 + 401 14 0.95493 0.15337 0.37107 0 1 1 + 631 13 0.65879 0.78983 0.22985 -1 0 0 + 1195 13 0.76885 0.79226 0.38465 -2 -2 0 + 969 14 0.89611 0.82975 0.45540 -1 1 -1 + 757 13 0.56797 0.22580 0.35406 -2 0 1 + 816 14 0.54381 0.13022 0.16137 1 0 1 + 1519 13 0.76845 0.54270 0.04668 -1 1 0 + 960 14 0.55611 0.40808 0.48843 0 1 1 + 413 14 0.79009 0.02949 0.18268 0 1 -1 + 137 14 0.67378 0.65720 0.22901 0 -1 1 + 226 13 0.78165 0.42526 0.23813 -2 1 0 + 1895 14 0.76456 0.53532 0.39418 1 0 1 + 277 13 0.89614 0.52587 0.23004 -1 0 0 + 1288 13 0.92685 0.50346 0.45757 0 0 0 + 210 14 0.80614 0.07510 0.08290 -1 0 1 + 1593 14 0.81018 0.58873 0.22107 -1 0 1 + 1905 14 0.85566 0.92110 0.09388 0 0 0 + 637 13 0.88027 0.66192 0.31955 -1 0 0 + 1263 14 0.55088 0.70397 0.72825 1 -1 0 + 1680 14 0.99281 0.62547 0.55114 0 0 0 + 1590 14 0.98425 0.66240 0.98079 0 -1 -1 + 628 13 0.84186 0.49075 0.14817 0 -1 0 + 998 14 0.97162 0.47056 0.71950 0 0 -1 + 1676 14 0.80072 0.17109 0.05151 0 0 0 + 1852 13 0.74170 0.61879 0.30706 1 -1 0 + 880 13 0.53254 0.44745 0.44026 0 0 -1 + 360 14 0.67639 0.16403 0.43947 -1 -1 -1 + 744 14 0.67831 0.90288 0.06624 0 0 0 + 688 13 0.95136 0.04021 0.83316 0 1 0 + 122 14 0.57349 0.00411 0.26205 0 1 0 + 1854 14 0.70990 0.60710 0.29839 1 -1 0 + 995 14 0.56518 0.71415 0.16998 1 -1 -1 + 1594 13 0.94291 0.30408 0.01479 -1 0 1 + 1692 14 0.61358 0.43584 0.25941 0 0 1 + 414 14 0.83277 0.99636 0.17081 0 0 -1 + 146 14 0.88934 0.26559 0.12320 0 0 -1 + 895 13 0.50107 0.99895 0.98670 0 0 -1 + 1836 14 0.98243 0.32476 0.90375 0 -1 0 + 1139 14 0.60320 0.88836 0.27816 0 0 0 + 1697 14 0.61271 0.45929 0.51272 0 0 0 + 1324 13 0.99836 0.01006 0.59052 -1 0 0 + 630 14 0.81956 0.48421 0.17431 0 -1 0 + 461 14 0.78824 0.33507 0.28151 -1 0 2 + 198 14 0.95633 0.02810 0.29130 -2 1 1 + 186 14 0.78132 0.11896 0.38949 -1 1 1 + 1286 14 0.57303 0.33297 0.31491 0 0 1 + 1515 14 0.54395 0.61208 0.17040 -1 1 0 + 1608 14 0.54776 0.81202 0.23115 1 0 -1 + 540 14 0.98844 0.77472 0.71778 -2 0 0 + 243 14 0.87065 0.98167 0.26140 -1 0 1 + 1236 14 0.60099 0.76983 0.98703 1 0 0 + 710 14 0.90037 0.36879 0.23917 -2 0 0 + 1521 14 0.73665 0.52817 0.04737 -1 1 0 + 1437 14 0.64240 0.14255 0.05790 0 0 1 + 1337 14 0.85252 0.29273 0.33834 1 1 0 + 188 14 0.62666 0.05965 0.15987 -1 0 1 + 1832 14 0.92021 0.30601 0.36703 0 1 1 + 964 13 0.72830 0.12415 0.15257 0 0 0 + 1691 14 0.57245 0.43150 0.22269 0 0 1 + 1980 14 0.97172 0.43348 0.37683 1 0 -1 + 1511 14 0.92408 0.00294 0.19206 1 1 1 + 1282 13 0.75507 0.07384 0.23873 0 1 -1 + 1639 13 0.74796 0.88774 0.34163 0 -1 1 + 1048 13 0.50829 0.13091 0.25149 0 -1 0 + 1803 14 0.94350 0.53346 0.95926 0 0 -1 + 1710 14 0.77575 0.02971 0.35872 0 1 2 + 1550 14 0.89635 0.49827 0.39684 0 1 0 + 326 14 0.91557 0.46300 0.25433 -1 0 1 + 400 13 0.98674 0.14011 0.36514 0 1 1 + 1806 14 0.67576 0.29689 0.01299 0 0 0 + 717 14 0.60724 0.70768 0.51415 0 0 0 + 155 14 0.80117 0.74878 0.41830 -1 0 1 + 1184 14 0.67036 0.58507 0.10167 -1 0 -1 + 1624 13 0.89241 0.33710 0.52165 0 -1 0 + 1629 14 0.80518 0.90892 0.48003 1 0 0 + 929 14 0.64205 0.05705 1.00036 -1 1 0 + 1183 13 0.69342 0.61135 0.10264 -1 0 -1 + 627 14 0.95205 0.62521 0.08992 0 0 1 + 1861 13 0.99877 0.14934 0.89430 0 -1 0 + 1185 14 0.71889 0.59990 0.12369 -1 0 -1 + 930 14 0.66159 0.06072 0.05198 -1 1 1 + 372 14 0.65676 0.79051 0.46085 -1 -2 0 + 1764 14 0.59136 0.43907 0.63004 0 1 -1 + 1100 14 0.55363 0.24584 0.47897 0 0 1 + 1261 13 0.54220 0.73735 0.73401 1 -1 0 + 1628 14 0.76205 0.87485 0.48625 1 0 0 + 1402 13 0.93364 0.90243 0.14152 0 -1 2 + 415 13 0.51702 0.16458 0.98690 -1 0 -1 + 1246 13 0.78849 0.56204 0.50759 1 0 1 + 1014 14 0.62890 0.99714 0.49636 0 -1 0 + 1625 14 0.90520 0.35394 0.54950 0 -1 0 + 1247 14 0.77614 0.54757 0.53694 1 0 1 + 1290 14 0.92684 0.48199 0.48517 0 0 0 + 939 14 0.60133 0.20902 0.72593 1 0 -1 + 333 14 0.90191 0.68379 0.70225 -1 -2 -1 + 1084 13 0.71426 0.28343 0.53298 -1 2 -1 + 232 13 0.75542 0.47662 0.59148 -1 0 0 + 1858 13 0.95692 0.01420 0.73733 0 1 -1 + 1864 13 0.72644 0.26423 0.93117 0 0 -1 + 1052 14 0.60170 0.63741 0.50304 -1 1 1 + 1300 13 0.57871 0.28210 0.58509 0 0 1 + 95 14 0.86285 0.94382 0.80851 -1 -1 -1 + 774 14 0.87976 0.60286 0.70439 -1 0 -1 + 1987 13 0.66811 0.83177 0.91064 0 -1 -1 + 933 14 0.93611 0.75490 0.98066 -1 -1 -1 + 932 14 0.93917 0.80534 0.95817 -1 -1 -1 + 1525 13 0.52691 0.09174 0.91817 0 2 1 + 959 14 0.57300 0.35898 0.50748 0 1 1 + 1481 14 0.82671 0.64173 0.86866 0 1 -1 + 539 14 0.98210 0.81858 0.75088 -2 0 0 + 706 13 0.76127 0.82480 0.68200 -1 0 -1 + 728 14 0.64842 0.36722 0.63309 -1 0 0 + 497 14 0.81632 0.24568 0.81552 0 0 -1 + 492 14 0.69328 0.93472 0.99554 -1 -1 -1 + 1643 14 0.71688 0.14725 0.87084 0 0 -1 + 538 13 0.96724 0.80183 0.72402 -2 0 0 + 1252 13 0.91895 0.63590 0.20351 -1 1 1 + 248 14 0.55181 0.07350 0.80741 -1 1 -1 + 388 13 0.92100 0.95627 0.88526 -1 -1 1 + 523 13 0.60077 0.01242 0.98400 0 1 -1 + 1809 14 0.68413 0.56747 0.84093 -1 0 0 + 1859 14 0.95198 0.01368 0.77195 0 1 -1 + 786 14 0.63470 0.15398 0.83588 -1 1 0 + 1566 14 0.52660 0.82657 0.66335 1 -1 0 + 93 14 0.73998 0.05406 0.67856 0 0 0 + 913 13 0.79433 0.19269 0.50789 -1 1 -1 + 810 14 0.60871 0.51822 0.62015 0 -1 1 + 230 14 0.64147 0.64856 0.59056 -1 0 0 + 1081 13 0.84840 0.26284 0.56529 -1 0 -1 + 371 14 0.70280 0.81854 0.47328 -1 -2 0 + 949 13 0.53857 0.86364 0.72809 1 0 -1 + 353 14 0.91243 0.05473 0.01871 -1 0 2 + 1528 13 0.74158 0.36413 0.92738 -1 1 1 + 1396 13 0.73280 0.10612 0.52631 1 0 0 + 92 14 0.70573 0.02115 0.70689 0 0 0 + 435 14 0.93979 0.17377 0.76934 -1 1 -1 + 600 14 0.58592 0.87342 0.94245 -1 -3 -1 + 720 14 0.72217 0.64833 0.04027 0 0 0 + 1880 14 0.90570 0.90848 0.75754 -1 -1 -1 + 984 14 0.80494 0.06787 0.78277 -1 1 0 + 821 14 0.53427 0.27752 0.01933 -1 -1 0 + 1539 14 0.54091 0.95707 0.37902 0 0 0 + 809 14 0.58083 0.53499 0.57542 0 -1 1 + 727 13 0.65902 0.34945 0.60490 -1 0 0 + 134 14 0.85823 0.93638 0.89735 -1 0 -1 + 1002 14 0.98168 0.49043 0.18422 -1 1 1 + 859 13 0.73815 0.48572 0.95965 0 0 -1 + 1648 13 0.85002 0.49313 0.91466 0 0 0 + 1644 14 0.70328 0.09376 0.86714 0 0 -1 + 1152 14 0.90040 0.10855 0.73010 -1 1 0 + 773 14 0.86254 0.56183 0.67154 -1 0 -1 + 1035 14 0.93755 0.84930 0.89522 0 0 0 + 143 14 0.85996 0.37833 0.81943 -1 0 0 + 556 13 0.75298 0.43316 0.85010 0 1 0 + 267 14 0.55979 0.96252 0.76685 -1 -1 1 + 1771 13 0.56573 0.64265 0.70602 1 1 -2 + 311 14 0.67574 0.56098 0.58248 -1 2 0 + 924 14 0.60443 0.14691 0.66883 -1 1 0 + 1021 13 0.84986 0.53903 0.60854 -1 -1 0 + 229 13 0.63723 0.65967 0.55768 -1 0 0 + 1589 14 0.98693 0.69590 0.93686 0 -1 -1 + 375 14 0.64894 0.51953 0.04647 -1 0 1 + 1486 13 0.62626 0.43205 0.77900 0 0 -1 + 142 13 0.86501 0.34389 0.82285 -1 0 0 + 558 14 0.78546 0.43548 0.83733 0 1 0 + 691 13 0.88465 0.81090 0.85110 -1 -1 0 + 1721 14 0.74021 0.95055 0.74346 -1 0 -1 + 1822 13 0.66505 0.58661 0.95931 1 -1 -1 + 1860 14 0.93086 0.03403 0.72505 0 1 -1 + 1488 14 0.59923 0.41541 0.79368 0 0 -1 + 698 14 0.54512 0.95057 0.64520 1 -1 -1 + 329 14 0.72553 0.76135 0.95969 -1 -1 -1 + 1308 14 0.95673 0.72100 0.54642 -1 -2 0 + 1865 14 0.71333 0.29662 0.93263 0 0 -1 + 614 14 0.95137 0.14924 0.10009 0 -1 -1 + 1126 13 0.79135 0.56431 0.94015 0 0 -1 + 536 14 0.64964 0.65969 0.90629 -1 0 0 + 1547 14 0.85222 0.45859 0.67935 0 0 0 + 322 13 0.68031 0.78155 0.62288 0 0 1 + 1301 14 0.55197 0.30447 0.58786 0 0 1 + 1665 14 0.75322 0.37801 0.69654 0 0 0 + 887 14 0.96189 0.49370 0.80568 -1 0 0 + 968 14 0.90795 0.77688 0.44427 -1 1 -1 + 1754 14 0.68479 0.38381 0.55100 0 1 -1 + 1490 14 0.74533 0.98783 0.05950 -1 0 1 + 1151 14 0.87997 0.09216 0.68139 -1 1 0 + 1974 14 0.87498 0.26365 0.67182 -1 0 0 + 1033 13 0.96400 0.86615 0.91070 0 0 0 + 900 14 0.96596 0.34162 0.48920 0 0 1 + 1844 14 0.85531 0.97767 0.98416 0 -2 0 + 1224 14 0.92006 0.31369 0.87280 1 1 -1 + 955 13 0.76301 0.17953 0.90055 0 1 -1 + 1812 14 0.87161 0.10687 0.98238 0 1 -1 + 144 14 0.83279 0.33029 0.82314 -1 0 0 + 183 14 0.65007 0.93591 0.78163 -1 -1 0 + 718 13 0.72077 0.64701 0.00536 0 0 0 + 433 13 0.90664 0.16547 0.76189 -1 1 -1 + 1763 14 0.55199 0.41928 0.59662 0 1 -1 + 1281 14 0.50191 0.02025 0.30759 -1 0 1 + 517 13 0.54951 0.11366 0.66687 -1 0 -1 + 1193 14 0.96491 0.27032 0.66626 -1 0 0 + 176 14 0.76249 0.76676 0.71474 -1 -1 -1 + 1127 14 0.79270 0.59626 0.92599 0 0 -1 + 1780 13 0.94451 0.37126 0.75508 0 0 -1 + 1577 14 0.79838 0.01465 0.71097 1 0 -1 + 1141 13 0.65269 0.38883 0.87164 1 2 -2 + 1900 13 0.98096 0.72208 0.39944 0 -1 1 + 1042 13 0.84515 0.02085 0.54569 0 0 -2 + 299 14 0.80757 0.22770 0.71316 -1 2 0 + 1522 13 0.85872 0.44311 0.81417 0 1 -1 + 974 14 0.52741 0.86078 0.43528 0 0 0 + 1897 13 0.76925 0.26766 0.61836 0 1 0 + 729 14 0.63473 0.32467 0.60051 -1 0 0 + 748 13 0.58139 0.73823 0.85350 0 -1 -1 + 1567 13 0.74575 0.96463 0.55800 1 -1 2 + 784 13 0.60780 0.16722 0.81786 -1 1 0 + 1523 14 0.83925 0.46152 0.79169 0 1 -1 + 264 14 0.97645 0.13924 0.56826 -1 1 -1 + 352 13 0.93173 0.08388 0.01976 -1 0 2 + 98 14 0.96830 0.96883 0.11218 -2 -1 0 + 1150 13 0.88580 0.08112 0.71405 -1 1 0 + 1529 14 0.73877 0.39860 0.93252 -1 1 1 + 977 14 0.65228 0.31171 0.81420 -1 0 0 + 1487 14 0.65439 0.41907 0.79521 0 0 -1 + 100 13 0.90475 0.96434 0.60109 -1 -1 0 + 1489 13 0.77031 0.01148 0.06582 -1 1 1 + 970 13 0.56353 0.62307 0.80806 -2 1 -1 + 831 14 0.52592 0.64033 0.92047 0 -1 0 + 496 13 0.83250 0.21611 0.80620 0 0 -1 + 1969 13 0.63983 0.17018 0.56223 1 2 0 + 829 13 0.53038 0.66990 0.90234 0 -1 0 + 754 13 0.58838 0.01346 0.65629 -1 1 0 + 221 14 0.69093 0.68391 0.82969 0 0 0 + 1932 14 0.53317 0.43426 0.16210 0 0 0 + 1235 14 0.63476 0.80765 0.96494 1 0 0 + 1364 14 0.60736 0.31036 0.92173 0 1 -1 + 1845 14 0.82972 0.99648 0.02944 0 -2 1 + 1584 14 0.86240 0.74990 0.73147 1 -1 -1 + 1428 14 0.77545 0.65151 0.71582 0 0 -1 + 815 14 0.55226 0.15943 0.11517 1 0 1 + 1561 13 0.64660 0.94850 0.61174 1 -2 1 + 1642 13 0.69255 0.12573 0.85788 0 0 -1 + 1168 13 0.54027 0.89672 0.54239 0 -2 -1 + 1096 13 0.77841 0.29609 0.83872 0 0 -1 + 1379 14 0.59310 0.84370 0.55660 -1 -1 1 + 768 14 0.77875 0.69498 0.61104 0 0 0 + 268 13 0.98790 0.65723 0.13336 -1 0 1 + 1334 14 0.97138 0.72305 0.84442 0 -1 -1 + 1971 14 0.64264 0.20489 0.56542 1 2 0 + 1046 14 0.92579 0.36559 0.02367 -1 0 -1 + 849 14 0.95674 0.79882 0.06359 -1 -1 0 + 999 14 0.92793 0.45539 0.68917 0 0 -1 + 295 13 0.62665 0.53917 0.74838 -1 0 0 + 978 14 0.66873 0.27290 0.77839 -1 0 0 + 465 14 0.56904 0.21119 0.83453 0 0 -1 + 1108 13 0.88999 0.63091 0.91092 0 0 0 + 1043 14 0.86307 0.99946 0.56677 0 -1 -2 + 557 14 0.74541 0.46559 0.86077 0 1 0 + 708 14 0.73886 0.81167 0.65859 -1 0 -1 + 1670 14 0.60178 0.05170 0.55582 0 0 2 + 914 14 0.78582 0.16019 0.51760 -1 1 -1 + 1098 14 0.76642 0.30058 0.87126 0 0 -1 + 1143 14 0.68680 0.38758 0.87924 1 2 -2 + 1823 14 0.68828 0.61000 0.97100 1 -1 -1 + 1378 13 0.59646 0.81031 0.56645 -1 -1 1 + 1013 14 0.62902 0.97047 0.54482 0 -1 0 + 135 14 0.86608 0.91023 0.94545 -1 0 -1 + 674 14 0.75159 0.46646 0.71626 0 0 -1 + 259 13 0.80464 0.50165 0.75584 -1 3 -1 + 1530 14 0.77513 0.35695 0.93416 -1 1 1 + 479 14 0.90058 0.65566 0.54841 -1 0 1 + 1548 14 0.84454 0.40508 0.69101 0 0 0 + 1546 13 0.86823 0.43072 0.69312 0 0 0 + 875 14 0.63958 0.47732 0.93013 -1 1 -1 + 749 14 0.56615 0.71806 0.87766 0 -1 -1 + 687 14 0.73692 0.66005 0.53985 -2 0 0 + 533 14 0.98972 0.09421 0.14491 0 2 1 + 1801 13 0.92339 0.56063 0.96824 0 0 -1 + 1015 13 0.80591 0.89606 0.62298 -1 -2 -1 + 847 13 0.96575 0.82304 0.08716 -1 -1 0 + 756 14 0.61064 0.98740 0.64937 -1 0 0 + 1509 14 0.91532 0.35053 0.64087 -1 1 0 + 1082 14 0.84179 0.23488 0.54536 -1 0 -1 + 1389 14 0.86777 0.11839 0.84699 1 1 -1 + 590 14 0.76027 0.58606 0.83965 0 0 0 + 909 14 0.92667 0.56518 0.81573 -1 1 -2 + 1427 14 0.80110 0.60287 0.70990 0 0 -1 + 713 14 0.97727 0.85813 0.53447 -1 0 -1 + 938 14 0.61942 0.21304 0.77804 1 0 -1 + 1807 13 0.65383 0.57635 0.85597 -1 0 0 + 1053 14 0.55432 0.61909 0.48116 -1 1 1 + 860 14 0.74354 0.51834 0.94825 0 0 -1 + 1390 13 0.62892 0.68915 0.08176 0 0 1 + 1826 14 0.77051 0.80831 0.53325 0 0 1 + 296 14 0.64151 0.52384 0.77608 -1 0 0 + 593 14 0.74331 0.04479 0.92043 0 1 0 + 463 13 0.54252 0.23115 0.84557 0 0 -1 + 979 13 0.95576 0.22219 0.49400 -1 1 1 + 1881 14 0.95038 0.89955 0.78889 -1 -1 -1 + 1866 14 0.69913 0.24341 0.93781 0 0 -1 + 1202 14 0.63422 0.07257 0.85272 -1 -1 0 + 1023 14 0.82149 0.51926 0.60331 -1 -1 0 + 1111 13 0.96308 0.94664 0.99656 -1 -1 -1 + 931 13 0.93496 0.78891 0.98875 -1 -1 -1 + 1781 14 0.91313 0.36525 0.76931 0 0 -1 + 1720 13 0.71457 0.93906 0.76428 -1 0 -1 + 1380 14 0.57509 0.80709 0.59395 -1 -1 1 + 1271 14 0.67040 0.82230 0.78913 -1 -1 -1 + 1524 14 0.88807 0.46179 0.81768 0 1 -1 + 707 14 0.77754 0.85068 0.66502 -1 0 -1 + 350 14 0.52369 0.80283 0.13933 0 -2 1 + 1762 13 0.56324 0.44877 0.61166 0 1 -1 + 1788 14 0.86751 0.79206 0.56750 0 -2 0 + 124 13 0.58145 0.84764 0.85335 -1 -1 0 + 1657 13 0.60846 0.90854 0.41623 0 0 0 + 1109 14 0.91204 0.61032 0.92861 0 0 0 + 907 13 0.92337 0.53390 0.83102 -1 1 -2 + 1169 14 0.52283 0.87097 0.55837 0 -2 -1 + 1879 13 0.91818 0.91316 0.78987 -1 -1 -1 + 374 14 0.60592 0.54970 0.06374 -1 0 1 + 1507 13 0.92881 0.36198 0.61070 -1 1 0 + 408 14 0.77863 0.94853 0.85136 -1 -1 0 + 298 13 0.81262 0.26230 0.71237 -1 2 0 + 159 14 0.63261 0.04722 0.77846 -1 -1 0 + 983 14 0.77158 0.07692 0.82595 -1 1 0 + 331 13 0.91385 0.65184 0.69451 -1 -2 -1 + 260 14 0.78938 0.52102 0.78065 -1 3 -1 + 525 14 0.56934 0.01188 0.96868 0 1 -1 + 1750 13 0.63065 0.95128 0.88850 0 0 0 + 714 14 0.94860 0.85327 0.58151 -1 0 -1 + 1989 14 0.69609 0.85049 0.92011 0 -1 -1 + 976 13 0.67790 0.30391 0.79171 -1 0 0 + 755 14 0.58708 0.03199 0.62666 -1 1 0 + 297 14 0.59374 0.52733 0.74841 -1 0 0 + 1024 13 0.59515 0.50729 0.88121 1 0 0 + 265 13 0.52541 0.96831 0.76410 -1 -1 1 + 1786 13 0.83572 0.80433 0.57537 0 -2 0 + 312 14 0.72289 0.53364 0.59188 -1 2 0 + 153 14 0.53927 0.17232 0.62692 0 1 1 + 689 14 0.98163 0.05757 0.83087 0 1 0 + 1659 14 0.62433 0.88155 0.40063 0 0 0 + 570 14 0.63834 0.78643 0.70715 -2 0 0 + 94 13 0.83420 0.96092 0.81900 -1 -1 -1 + 592 13 0.73679 0.03726 0.88691 0 1 0 + 531 14 0.75003 0.14059 0.65973 -1 0 0 + 126 14 0.60462 0.82818 0.87089 -1 -1 0 + 1017 14 0.78472 0.91675 0.60439 -1 -2 -1 + 530 14 0.69867 0.12261 0.64984 -1 0 0 + 99 14 0.96041 0.97052 0.05746 -2 -1 0 + 981 14 0.93152 0.23918 0.47538 -1 1 1 + 1741 13 0.66076 0.62369 0.71899 0 0 0 + 1304 14 0.64153 0.86047 0.70170 0 0 0 + 712 13 0.95333 0.83818 0.55032 -1 0 -1 + 535 13 0.67044 0.68262 0.89001 -1 0 0 + 373 13 0.63296 0.55025 0.04158 -1 0 1 + 474 14 0.56041 0.33732 0.40267 0 1 0 + 1088 14 0.66398 0.21619 0.65503 -1 0 0 + 1022 14 0.85600 0.55394 0.57751 -1 -1 0 + 234 14 0.73852 0.45244 0.57270 -1 0 0 + 785 14 0.58494 0.14085 0.81560 -1 1 0 + 1025 14 0.58658 0.50337 0.84754 1 0 0 + 1898 14 0.73595 0.27022 0.62872 0 1 0 + 808 13 0.60679 0.54429 0.59692 0 -1 1 + 1899 14 0.78782 0.26989 0.64791 0 1 0 + 830 14 0.53052 0.65974 0.86888 0 -1 0 + 457 13 0.52176 0.50279 0.14917 0 0 1 + 323 14 0.68557 0.75255 0.60405 0 0 1 + 591 14 0.74468 0.59195 0.78691 0 0 0 + 1808 14 0.66158 0.57989 0.88989 -1 0 0 + 220 13 0.69451 0.69881 0.79826 0 0 0 + 1563 14 0.68074 0.95128 0.60467 1 -2 1 + 1568 14 0.75606 0.94986 0.52802 1 -1 2 + 1753 13 0.70677 0.40858 0.53978 0 1 -1 + 956 14 0.79180 0.17078 0.91836 0 1 -1 + 391 13 0.83164 0.24638 0.95805 -1 0 0 + 685 13 0.74635 0.65794 0.57346 -2 0 0 + 1112 14 0.93469 0.92725 0.99019 -1 -1 -1 + 750 14 0.61188 0.72245 0.84687 0 -1 -1 + 1016 14 0.83359 0.89093 0.60222 -1 -2 -1 + 982 13 0.79447 0.09287 0.80487 -1 1 0 + 675 14 0.71972 0.51045 0.70583 0 0 -1 + 1772 14 0.55932 0.63859 0.74016 1 1 -2 + 1117 13 0.78872 0.75925 0.85233 -1 0 0 + 1578 14 0.84762 0.03673 0.72311 1 0 -1 + 1782 14 0.95420 0.40228 0.76799 0 0 -1 + 1071 14 0.91568 0.65976 0.80073 0 0 -1 + 181 13 0.61574 0.93117 0.78631 -1 -1 0 + 826 13 0.83979 0.11020 0.62158 -1 0 -1 + 1158 14 0.83687 0.14943 0.71902 0 1 0 + 1387 13 0.89211 0.11239 0.87137 1 1 -1 + 986 14 0.97410 0.61893 0.84374 0 0 0 + 772 13 0.85769 0.57575 0.70326 -1 0 -1 + 848 14 1.00050 0.82561 0.08424 -1 -1 0 + 951 14 0.57102 0.85497 0.73783 1 0 -1 + 1277 14 0.89704 0.89125 0.51686 -1 0 0 + 1576 13 0.82601 0.01073 0.73206 1 0 -1 + 1230 14 0.62116 0.42372 0.71509 0 0 0 + 1087 13 0.67847 0.24587 0.64355 -1 0 0 + 1061 14 0.51116 0.00146 0.48026 -1 1 1 + 915 14 0.76444 0.21068 0.51032 -1 1 -1 + 300 14 0.83268 0.26887 0.74025 -1 2 0 + 1480 13 0.79218 0.64658 0.86599 0 1 -1 + 480 14 0.92491 0.65314 0.49880 -1 0 1 + 1305 14 0.69131 0.88429 0.69799 0 0 0 + 133 13 0.84115 0.91940 0.92270 -1 0 -1 + 1482 14 0.78734 0.68013 0.87459 0 1 -1 + 1113 14 0.98705 0.93477 0.97403 -1 -1 -1 + 1388 14 0.87464 0.11341 0.90165 1 1 -1 + 1582 13 0.89513 0.74092 0.73988 1 -1 -1 + 1118 14 0.76909 0.77414 0.82750 -1 0 0 + 1203 14 0.61671 0.02129 0.86382 -1 -1 0 + 125 14 0.56224 0.82447 0.83554 -1 -1 0 + 1787 14 0.82237 0.78061 0.59733 0 -2 0 + 1825 13 0.75185 0.80385 0.50401 0 0 1 + 158 14 0.62093 0.03444 0.72593 -1 -1 0 + 690 14 0.92899 0.06336 0.84682 0 1 0 + 1070 14 0.92466 0.62785 0.75646 0 0 -1 + 324 14 0.65134 0.79568 0.60932 0 0 1 + 1569 14 0.76068 0.99626 0.55778 1 -1 2 + 1542 14 0.52005 0.92746 0.14625 0 -1 0 + 478 13 0.93104 0.66144 0.53222 -1 0 1 + 1669 13 0.58590 0.07831 0.57203 0 0 2 + 922 13 0.63602 0.15763 0.65832 -1 1 0 + 613 13 0.95947 0.16766 0.07149 0 -1 -1 + 328 13 0.74539 0.73499 0.94815 -1 -1 -1 + 615 14 0.93942 0.15402 0.04630 0 -1 -1 + 1940 14 0.87526 0.88017 0.02611 0 0 1 + 1723 13 0.96642 0.44518 0.53528 -1 0 -1 + 247 13 0.52948 0.09891 0.79855 -1 1 -1 + 1228 13 0.63245 0.42646 0.68210 0 0 0 + 1752 14 0.60938 0.93262 0.90905 0 0 0 + 1973 14 0.88519 0.26842 0.61766 -1 0 0 + 1751 14 0.66119 0.95166 0.90554 0 0 0 + 923 14 0.63472 0.15583 0.62342 -1 1 0 + 97 13 0.97638 0.98734 0.08363 -2 -1 0 + 196 13 0.97988 0.00349 0.29923 -2 1 1 + 1500 14 0.60369 0.26413 0.52420 0 1 -2 + 157 13 0.64514 0.04985 0.74591 -1 -1 0 + 673 13 0.72894 0.47929 0.69290 0 0 -1 + 1303 13 0.66013 0.88278 0.68223 0 0 0 + 1034 14 0.95567 0.90000 0.90790 0 0 0 + 972 14 0.59483 0.60750 0.80868 -2 1 -1 + 1398 14 0.71159 0.13389 0.52782 1 0 0 + 395 14 0.99934 0.85554 0.83187 -1 0 0 + 1276 13 0.88504 0.90098 0.48548 -1 0 0 + 519 14 0.52148 0.10608 0.68636 -1 0 -1 + 1902 14 0.95055 0.70489 0.40099 0 -1 1 + 827 14 0.84433 0.11667 0.58751 -1 0 -1 + 1110 14 0.90484 0.66256 0.91190 0 0 0 + 1365 14 0.56145 0.33115 0.89895 0 1 -1 + 1562 14 0.64391 0.91915 0.63057 1 -2 1 + 102 14 0.90655 0.93179 0.61374 -1 -1 0 + 1128 14 0.82167 0.54942 0.93110 0 0 -1 + 1596 14 0.93945 0.30851 0.98028 -1 0 0 + 767 14 0.78546 0.72355 0.65792 0 0 0 + 828 14 0.80736 0.09730 0.62381 -1 0 -1 + 1863 14 0.97238 0.12752 0.90142 0 -1 0 + 1170 14 0.54014 0.92302 0.56544 0 -2 -1 + 529 13 0.73227 0.11353 0.64649 -1 0 0 + 1658 14 0.62015 0.90773 0.44918 0 0 0 + 1051 13 0.58684 0.62871 0.47261 -1 1 1 + 1147 13 0.94883 0.88201 0.23779 0 0 0 + 1742 14 0.64974 0.59422 0.73424 0 0 0 + 937 13 0.61951 0.22983 0.74736 1 0 -1 + 1939 13 0.89534 0.87848 0.99753 0 0 0 + 1069 13 0.93586 0.63369 0.78907 0 0 -1 + 1262 14 0.51395 0.73565 0.75455 1 -1 0 + 1722 14 0.72430 0.94887 0.79641 -1 0 -1 + 719 14 0.73600 0.67668 0.99484 0 0 -1 + 569 14 0.59173 0.77934 0.73607 -2 0 0 + 262 13 0.95802 0.13514 0.53883 -1 1 -1 + 1649 14 0.87162 0.48510 0.94097 0 0 0 + 1498 13 0.61948 0.25977 0.49330 0 1 -2 + 1086 14 0.73057 0.30320 0.50919 -1 2 -1 + 1177 13 0.51623 0.35875 0.26658 0 -1 -1 + 96 14 0.82924 0.98549 0.79461 -1 -1 -1 + 406 13 0.74932 0.93490 0.86470 -1 -1 0 + 1867 13 0.57217 0.54778 0.42318 1 0 1 + 1810 13 0.84672 0.11823 0.96060 0 1 -1 + 1148 14 0.91862 0.86636 0.24588 0 0 0 + 1157 14 0.79551 0.14496 0.75547 0 1 0 + 1333 13 0.93784 0.73088 0.83832 0 -1 -1 + 393 14 0.79873 0.25045 0.96914 -1 0 0 + 1868 14 0.57890 0.57479 0.44435 1 0 1 + 249 14 0.51493 0.08779 0.76875 -1 1 -1 + 813 14 0.83805 0.89984 0.68432 0 -2 -1 + 1827 14 0.76054 0.77186 0.49286 0 0 1 + 1222 13 0.91756 0.30585 0.90679 1 1 -1 + 692 14 0.88209 0.81993 0.81741 -1 -1 0 + 1089 14 0.67005 0.26967 0.66775 -1 0 0 + 854 14 0.54439 0.89683 0.01985 -1 -1 0 + 1097 14 0.74978 0.29676 0.81865 0 0 -1 + 310 13 0.70972 0.56591 0.58911 -1 2 0 + 1663 13 0.78550 0.36540 0.69190 0 0 0 + 1664 14 0.78240 0.33103 0.69757 0 0 0 + 434 14 0.88786 0.19201 0.77478 -1 1 -1 + 1302 14 0.56659 0.25223 0.59864 0 0 1 + 498 14 0.81709 0.19126 0.82539 0 0 -1 + 811 13 0.85891 0.91046 0.71031 0 -2 -1 + 1201 13 0.60798 0.05034 0.84641 -1 -1 0 + 1650 14 0.85575 0.46830 0.89072 0 0 0 + 1142 14 0.63813 0.40465 0.89922 1 2 -2 + 766 13 0.80202 0.71438 0.62851 0 0 0 + 459 14 0.51146 0.52068 0.12095 0 0 1 + 233 14 0.74290 0.47285 0.62392 -1 0 0 + 1085 14 0.73315 0.28743 0.56214 -1 2 -1 + 971 14 0.54074 0.59719 0.81392 -2 1 -1 + 392 14 0.84267 0.21719 0.97385 -1 0 0 + 1824 14 0.65204 0.57195 0.98827 1 -1 -1 + 1970 14 0.64709 0.16385 0.52861 1 2 0 + 1335 14 0.93509 0.73108 0.80346 0 -1 -1 + 1229 14 0.66198 0.44506 0.68446 0 0 0 + 1270 13 0.68916 0.80757 0.81471 -1 -1 -1 + 261 14 0.82631 0.52375 0.73956 -1 3 -1 + 686 14 0.73506 0.62649 0.58377 -2 0 0 + 91 13 0.73788 0.02237 0.69320 0 0 0 + 1426 13 0.77106 0.61716 0.72069 0 0 -1 + 1978 13 0.97094 0.40985 0.35106 1 0 -1 + 101 14 0.92985 0.98176 0.61811 -1 -1 0 + 594 14 0.73642 0.00231 0.88568 0 1 0 + 389 14 0.91622 0.94766 0.85171 -1 -1 1 + 354 14 0.96349 0.07375 0.00921 -1 0 2 + 407 14 0.76030 0.90834 0.88464 -1 -1 0 + 1843 13 0.85768 0.00199 0.00917 0 -1 1 + 1119 14 0.82085 0.77191 0.84687 -1 0 0 + 490 13 0.69874 0.93450 0.96100 -1 -1 -1 + 568 13 0.61781 0.80203 0.73077 -2 0 0 + 1988 14 0.67047 0.82948 0.87582 0 -1 -1 + 861 14 0.75474 0.48432 0.99040 0 0 -1 + 1508 14 0.93287 0.39639 0.61541 -1 1 0 + 908 14 0.90318 0.53988 0.85894 -1 1 -2 + 1572 14 0.52218 0.46805 0.66123 1 -1 0 + 1397 14 0.73359 0.09390 0.55906 1 0 0 + 1404 14 0.94179 0.87876 0.11711 0 -1 2 + 1083 14 0.81775 0.27032 0.58036 -1 0 -1 + 1583 14 0.91508 0.76548 0.72498 1 -1 -1 + 330 14 0.76599 0.74949 0.92389 -1 -1 -1 + 589 13 0.74597 0.56861 0.81292 0 0 0 + 1074 14 0.56289 0.30494 0.74585 -1 0 -2 + 1941 14 0.90960 0.84657 0.99871 0 0 0 + 1156 13 0.80230 0.15359 0.72227 0 1 0 + 957 14 0.75520 0.21172 0.91177 0 1 -1 + 464 14 0.55603 0.24997 0.87176 0 0 -1 + 1223 14 0.88629 0.29053 0.90997 1 1 -1 + 175 13 0.75641 0.73264 0.71944 -1 -1 -1 + 1432 13 0.53653 0.07185 0.17002 1 0 0 + 491 14 0.72920 0.91777 0.95705 -1 -1 -1 + 222 14 0.67729 0.67757 0.77646 0 0 0 + 524 14 0.61562 0.98218 0.97463 0 0 -1 + 1363 13 0.58327 0.30388 0.89723 0 1 -1 + 177 14 0.73654 0.73115 0.74818 -1 -1 -1 + 182 14 0.61333 0.91378 0.81656 -1 -1 0 + 1026 14 0.61670 0.53483 0.88163 1 0 0 + 812 14 0.85052 0.94407 0.71509 0 -2 -1 + 1272 14 0.69121 0.77383 0.80577 -1 -1 -1 + 1499 14 0.65061 0.27525 0.49710 0 1 -2 + 1743 14 0.68271 0.61295 0.69398 0 0 0 + 693 14 0.90578 0.78303 0.85112 -1 -1 0 + 1248 14 0.76362 0.55609 0.48374 1 0 1 + 1901 14 0.97480 0.74884 0.37777 0 -1 1 + 1057 13 0.99374 0.07332 0.44911 0 1 -1 + 1873 13 0.55660 0.77262 0.08484 1 0 1 + 1527 14 0.54837 0.10030 0.89191 0 2 1 + 1072 13 0.56453 0.31132 0.71150 -1 0 -2 + 823 13 0.95967 0.81342 0.34003 0 -1 1 + 1326 14 0.98516 0.02266 0.56069 -1 0 0 + 878 14 0.96362 0.31169 0.58339 -1 -1 0 + 547 13 0.53047 0.40422 0.88519 0 0 -2 + 1930 13 0.52725 0.40254 0.17558 0 0 0 + 369 14 0.50872 0.54270 0.02099 -1 1 1 + 950 14 0.53750 0.89846 0.73115 1 0 -1 + 724 13 0.50605 0.33464 0.62735 0 0 0 + 1192 13 0.99333 0.26595 0.68617 -1 0 0 + 898 13 0.99171 0.36383 0.48104 0 0 1 + 1020 14 0.51945 0.78560 0.35307 0 -1 0 + 1174 13 0.51631 0.46212 0.34341 2 -2 1 + 973 13 0.50814 0.88615 0.44971 0 0 0 + 877 13 0.98312 0.28847 0.56597 -1 -1 0 + 1630 13 0.50008 0.07235 0.51402 2 -1 0 + 510 14 0.50388 0.52096 0.74503 -1 0 1 + 1537 13 0.53096 0.93728 0.35196 0 0 0 + 1050 14 0.51203 0.11576 0.22019 0 -1 0 + 2004 14 0.97126 0.89484 0.65794 1 1 1 + 402 14 0.98804 0.11129 0.38490 0 1 1 + 1434 14 0.53891 0.06073 0.13695 1 0 0 + 1848 14 0.99328 0.83050 0.23208 0 0 2 + 84 4 0.53148 0.69678 0.57200 0 0 0 + 1453 13 0.98717 0.54458 0.29419 0 0 1 + 855 14 0.51724 0.94499 0.01842 -1 -1 0 + 1792 13 0.50362 0.91947 0.85340 0 -1 0 + 1178 14 0.51827 0.36455 0.23216 0 -1 -1 + 975 14 0.52628 0.89593 0.47797 0 0 0 + 1149 14 0.96107 0.89378 0.26836 0 0 0 + 1441 13 0.50382 0.54416 0.56827 0 0 -1 + 549 14 0.51321 0.40353 0.85478 0 0 -2 + 1385 14 0.99224 0.36343 0.06428 -1 1 0 + 1847 14 0.98901 0.79299 0.27250 0 0 2 + 676 13 0.99944 0.18024 0.79475 -1 1 0 + 1725 14 0.99253 0.46701 0.52722 -1 0 -1 + 820 13 0.50233 0.27054 0.03173 -1 -1 0 + 1862 14 0.98525 0.17237 0.87172 0 -1 0 + 148 13 0.50119 0.26275 0.27909 -1 0 0 + 985 13 0.99845 0.61115 0.86761 0 0 0 + 149 14 0.50649 0.29577 0.26887 -1 0 0 + 317 14 0.99502 0.19403 0.00002 0 1 1 + 1746 14 0.50443 0.29753 0.82212 0 1 -1 + ITEM: TIMESTEP + 2000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.24578 0.42931 0.36885 0 0 0 + 306 14 0.33827 0.03613 0.12524 0 0 0 + 16 8 0.40241 0.26860 0.07058 0 0 0 + 653 14 0.27682 0.91512 0.42873 0 0 0 + 1181 14 0.13611 0.15199 0.17093 2 0 0 + 1036 13 0.42179 0.43404 0.51672 0 -1 1 + 5 4 0.21608 0.28833 0.12309 0 0 0 + 1934 14 0.04290 0.49752 0.70182 1 1 0 + 817 13 0.45253 0.42735 0.08450 0 -1 -1 + 878 14 0.03153 0.30075 0.59455 0 -1 0 + 21 4 0.35260 0.38211 0.14521 0 0 0 + 1703 14 0.35840 0.14159 0.24017 0 0 1 + 1605 14 0.20659 0.05609 0.02372 0 0 1 + 34 4 0.33719 0.47403 0.30646 0 0 0 + 1923 14 0.43913 0.74779 0.01243 1 0 2 + 1967 14 0.34216 0.53033 0.20052 1 0 1 + 1475 14 0.16874 0.96162 0.24331 1 -2 2 + 657 14 0.02273 0.35332 0.19842 0 0 0 + 405 14 0.32730 0.87963 0.38751 0 0 1 + 1795 13 0.41621 0.51054 0.15335 -1 0 1 + 1430 14 0.04707 0.07367 0.99688 1 1 -1 + 4 4 0.16728 0.28106 0.16797 0 0 0 + 1325 14 0.01797 0.02594 0.54722 0 0 0 + 308 14 0.39339 0.18805 0.37865 0 1 0 + 994 13 0.49299 0.73547 0.27658 1 -1 -1 + 1890 14 0.09813 0.58401 0.94901 1 0 -1 + 1470 14 0.24766 0.14201 0.42382 1 1 0 + 90 14 0.11891 0.34774 0.96526 -1 -1 -1 + 1342 13 0.41193 0.59418 0.96571 0 -1 0 + 1434 14 0.40777 0.01958 0.17698 1 0 0 + 473 14 0.49346 0.33248 0.52172 0 1 0 + 1694 14 0.44632 0.85039 0.67946 0 0 -1 + 37 1 0.30299 0.47529 0.47299 0 0 0 + 1344 14 0.39199 0.59177 0.93709 0 -1 0 + 6 4 0.17794 0.34063 0.14620 0 0 0 + 1253 14 0.04246 0.59370 0.14224 0 1 1 + 404 14 0.31541 0.86049 0.33700 0 0 1 + 1652 14 0.28462 0.54903 0.24135 1 0 0 + 622 13 0.34559 0.76954 0.80925 1 1 -1 + 797 14 0.11077 0.21193 0.22974 0 0 -1 + 1906 13 0.23640 0.57613 0.43365 1 1 -2 + 946 13 0.12813 0.55394 0.35615 0 0 1 + 846 14 0.01813 0.95905 0.50138 0 -1 0 + 77 4 0.33385 0.78566 0.40531 0 0 0 + 237 14 0.26751 0.86561 0.48960 0 0 -1 + 1975 13 0.02527 0.86306 0.67594 0 0 0 + 1816 13 0.30082 0.70827 0.18920 0 -1 0 + 1907 14 0.21185 0.59548 0.44934 1 1 -2 + 1469 14 0.25431 0.19687 0.42600 1 1 0 + 1385 14 0.02711 0.27453 0.02467 0 1 0 + 1450 13 0.26575 0.39345 0.08431 1 0 1 + 1038 14 0.43976 0.44164 0.54574 0 -1 1 + 1867 13 0.42267 0.62318 0.39583 1 0 1 + 244 13 0.19264 0.06682 0.52448 0 1 0 + 63 6 0.39348 0.66985 0.51850 0 0 0 + 1868 14 0.43062 0.60492 0.42458 1 0 1 + 1911 14 0.31398 0.16924 0.05515 0 0 0 + 1358 14 0.43616 0.37722 0.40636 1 -1 0 + 1952 14 0.30697 0.04257 0.01656 1 0 1 + 954 14 0.40612 0.53462 0.36378 0 0 0 + 582 14 0.39693 0.63568 0.18900 -1 0 0 + 858 14 0.06367 0.02857 0.30242 0 0 0 + 440 14 0.16184 0.50392 0.20158 -1 0 0 + 1761 14 0.34480 0.59017 0.11338 0 0 1 + 1030 13 0.30847 0.97271 0.31999 0 -1 0 + 788 14 0.26985 0.24340 0.29624 -1 1 1 + 985 13 0.04126 0.51133 0.82214 1 0 0 + 1909 13 0.29487 0.15440 0.08040 0 0 0 + 282 14 0.08561 0.63140 0.21660 0 0 0 + 1655 14 0.31044 0.55357 0.01073 1 -1 -1 + 1565 14 0.46705 0.75219 0.73598 1 -1 0 + 1132 13 0.18539 0.06929 0.40262 0 2 -1 + 953 14 0.36082 0.54189 0.39466 0 0 0 + 1506 14 0.09205 0.40940 0.22226 0 0 0 + 897 14 0.45013 0.04665 0.05338 0 1 0 + 1908 14 0.23319 0.54446 0.44814 1 1 -2 + 1328 14 0.02665 0.52843 0.92728 0 -1 -1 + 944 14 0.13981 0.98081 0.34574 0 0 0 + 1462 13 0.13732 0.24277 0.99377 1 0 1 + 256 13 0.23030 0.55713 0.33825 -1 -1 0 + 1735 13 0.21922 0.03756 0.15939 1 1 1 + 1103 14 0.20090 0.17588 0.32880 -1 0 0 + 1187 14 -0.00576 0.51211 0.03601 1 -1 0 + 39 10 0.35741 0.44865 0.38426 0 0 0 + 624 14 0.34789 0.74254 0.83136 1 1 -1 + 53 10 0.36908 0.47934 0.50320 0 0 0 + 1587 14 0.33988 0.98561 0.41667 1 -1 0 + 1860 14 0.04158 0.03192 0.65546 1 1 -1 + 992 14 0.26754 0.15513 0.13914 1 -1 -1 + 799 13 0.34933 0.82071 0.08960 0 -1 1 + 1603 13 0.17214 0.05477 0.02957 0 0 1 + 1037 14 0.41094 0.40114 0.52149 0 -1 1 + 605 14 0.35585 0.81599 0.28223 -1 -2 0 + 635 14 0.10756 0.99819 0.80366 0 0 0 + 910 13 0.18365 0.44581 0.08901 1 0 1 + 395 14 0.08509 0.79130 0.73434 0 0 0 + 1457 14 0.43662 0.92413 0.22609 0 0 0 + 1653 14 0.24659 0.56325 0.27892 1 0 0 + 647 14 0.49450 0.22635 0.19360 0 0 0 + 1065 14 0.28154 0.83104 0.23659 1 -1 -1 + 1966 13 0.34240 0.52942 0.23547 1 0 1 + 1553 14 0.03138 0.59028 0.25192 0 0 -2 + 8 6 0.31339 0.35555 0.20585 0 0 0 + 505 13 0.32404 0.09646 0.34108 1 -1 -1 + 787 13 0.30132 0.24722 0.31102 -1 1 1 + 1634 14 0.39179 0.31841 0.33897 1 0 1 + 796 13 0.10515 0.17938 0.21825 0 0 -1 + 320 14 0.22816 0.17005 0.25533 0 1 1 + 1968 14 0.32929 0.49801 0.24351 1 0 1 + 108 14 0.01868 0.67938 0.43054 0 -1 1 + 765 14 0.40822 0.79015 0.22156 0 -1 0 + 1465 13 0.31313 0.76490 0.00755 1 0 1 + 419 14 0.01477 0.43600 0.16207 -1 2 0 + 394 13 0.06179 0.76573 0.72921 0 0 0 + 1359 14 0.44558 0.42200 0.43743 1 -1 0 + 1668 14 0.48404 0.41309 0.35587 0 1 0 + 1264 13 0.19663 0.15965 0.58615 0 0 0 + 14 8 0.39046 0.31120 0.09318 0 0 0 + 1349 14 0.02579 0.92841 0.57091 0 -1 1 + 411 14 0.24817 0.98753 0.12138 0 -1 -1 + 1728 14 0.36844 0.71034 0.26708 1 1 0 + 1343 14 0.44426 0.59946 0.95345 0 -1 0 + 257 14 0.19719 0.54604 0.33623 -1 -1 0 + 315 14 0.02962 0.61079 0.78300 -1 1 -1 + 1268 14 0.22527 0.71354 0.16873 1 0 1 + 1254 14 0.00802 0.58487 0.09988 0 1 1 + 649 13 0.00671 0.31900 0.40775 1 0 1 + 111 14 0.48061 0.15668 0.46910 0 0 0 + 642 14 0.36365 0.46399 0.10610 0 0 1 + 27 10 0.37976 0.17920 0.04406 0 0 0 + 1242 14 0.26075 0.81069 0.01823 0 -1 0 + 75 4 0.40056 0.77384 0.52205 0 0 0 + 1645 13 0.09244 0.99816 0.06330 0 0 0 + 436 13 0.49119 0.32486 0.02740 0 1 0 + 1726 13 0.35738 0.67730 0.27007 1 1 0 + 1889 14 0.08947 0.55481 0.99518 1 0 -1 + 824 14 0.04913 0.80151 0.34192 1 -1 1 + 752 14 0.24338 0.75740 0.24549 0 0 0 + 1536 14 0.24038 0.70909 0.40144 2 1 1 + 104 14 0.19586 0.26820 0.41445 0 -1 0 + 1040 14 0.16892 0.64668 0.91381 0 -1 1 + 1766 14 0.20588 0.32091 0.29659 1 0 1 + 1585 13 0.32253 0.01336 0.40435 1 0 0 + 1429 13 0.04680 0.08610 0.02956 1 1 0 + 13 8 0.36169 0.26288 0.16271 0 0 0 + 1779 14 0.01655 0.93936 0.39779 0 -1 0 + 1104 14 0.18214 0.19398 0.37758 -1 0 0 + 22 4 0.39470 0.35847 0.19435 0 0 0 + 1817 14 0.30988 0.74131 0.19620 0 -1 0 + 364 13 0.00246 0.05181 0.25998 0 1 0 + 1702 13 0.32528 0.15157 0.24529 0 0 1 + 1266 14 0.17070 0.15454 0.56326 0 0 0 + 26 11 0.41657 0.27023 0.03378 0 0 0 + 745 13 0.12871 0.50876 0.26172 0 0 -1 + 646 13 0.49789 0.19326 0.18280 0 0 0 + 1190 14 0.38284 0.94930 0.54023 -1 -1 -2 + 76 4 0.37012 0.77253 0.35864 0 0 0 + 1333 13 0.02312 0.75382 0.85544 1 -1 -1 + 1984 13 0.41027 0.62017 0.86111 1 1 0 + 1633 13 0.36406 0.32610 0.31909 1 0 1 + 1955 14 0.13314 0.89195 0.28490 2 0 1 + 617 14 0.13339 0.63543 0.46666 1 -1 0 + 422 14 0.08167 0.81805 0.89893 -1 -2 0 + 344 14 0.13120 0.30029 0.28964 -1 -1 1 + 1960 13 0.44938 0.31036 0.40871 -1 0 0 + 429 14 0.34706 0.00802 0.93881 -1 0 -1 + 609 14 0.08105 0.24667 0.33519 0 1 0 + 1080 14 0.45994 0.81111 0.79651 0 -1 -1 + 1177 13 0.44345 0.27952 0.23730 0 -1 -1 + 991 13 0.25116 0.15796 0.16990 1 -1 -1 + 947 14 0.13263 0.58842 0.35993 0 0 1 + 1790 14 0.23091 0.52828 0.10925 1 -1 2 + 467 14 0.44924 0.58522 0.08396 -1 0 0 + 507 14 0.34928 0.07777 0.32570 1 -1 -1 + 1372 13 0.22492 0.74705 0.52397 1 -1 0 + 1759 13 0.33377 0.57648 0.14361 0 0 1 + 1855 13 0.49125 0.49921 0.85732 1 0 0 + 1250 14 0.28216 0.24680 0.55210 1 -1 1 + 89 14 0.07629 0.33437 0.93265 -1 -1 -1 + 1727 14 0.38413 0.66043 0.28501 1 1 0 + 1959 14 0.25675 0.07884 0.30801 0 1 1 + 321 14 0.21129 0.21953 0.23724 0 1 1 + 819 14 0.44192 0.40942 0.05642 0 -1 -1 + 1913 14 0.32118 0.13230 0.45368 1 -1 -1 + 1502 14 0.04165 0.19641 0.42264 1 0 0 + 1067 14 0.02693 0.13144 0.06838 1 0 0 + 1474 13 0.17011 0.99560 0.23516 1 -2 2 + 1834 13 0.00936 0.32941 0.93858 1 -1 0 + 1961 14 0.44983 0.27559 0.40504 -1 0 0 + 1503 14 0.00614 0.19489 0.46501 1 0 0 + 29 7 0.30518 0.45097 0.30623 0 0 0 + 1704 14 0.32033 0.14820 0.27974 0 0 1 + 1478 14 0.05250 0.94855 0.20810 0 -1 1 + 18 9 0.40210 0.17928 0.07110 0 0 0 + 900 14 0.00508 0.40636 0.55399 1 0 1 + 1432 13 0.42899 0.04096 0.19475 1 0 0 + 571 13 0.33026 0.68919 0.07637 0 -1 0 + 1504 13 0.10608 0.41635 0.25353 0 0 0 + 877 13 0.04270 0.29847 0.56149 0 -1 0 + 1134 14 0.17608 0.06931 0.43633 0 2 -1 + 1858 13 0.01153 0.01437 0.65198 1 1 -1 + 1267 13 0.19034 0.71475 0.16763 1 0 1 + 1535 14 0.22952 0.76321 0.39788 2 1 1 + 1791 14 0.20641 0.57622 0.12192 1 -1 2 + 753 14 0.22584 0.70498 0.24363 0 0 0 + 1737 14 0.19363 0.06081 0.15415 1 1 1 + 1539 14 0.39909 0.02827 0.26591 0 1 0 + 309 14 0.40597 0.17598 0.43113 0 1 0 + 1635 14 0.34225 0.29915 0.32367 1 0 1 + 32 10 0.33712 0.38162 0.29617 0 0 0 + 180 14 0.12355 0.04175 0.18824 0 0 1 + 1466 14 0.32221 0.73786 0.02779 1 0 1 + 1163 14 0.48347 0.21482 0.96042 1 0 -1 + 1962 14 0.46546 0.31617 0.43923 -1 0 0 + 25 11 0.36679 0.18669 0.15925 0 0 0 + 66 7 0.35777 0.71083 0.50338 0 0 0 + 1534 13 0.22851 0.73620 0.42007 2 1 1 + 898 13 0.03563 0.40312 0.53728 1 0 1 + 1829 14 0.07643 0.50783 0.04759 2 0 0 + 495 14 0.18692 0.35905 0.77254 -1 1 0 + 741 14 0.28825 0.65230 0.31124 0 1 -1 + 307 13 0.38407 0.19502 0.41162 0 1 0 + 456 14 0.22860 0.78119 0.32037 0 -1 0 + 286 13 0.12886 0.89201 0.03404 0 -1 1 + 1537 13 0.39213 0.02702 0.30016 0 1 0 + 280 13 0.08379 0.60161 0.19838 0 0 0 + 441 14 0.21222 0.51769 0.18339 -1 0 0 + 798 14 0.07130 0.17350 0.22478 0 0 -1 + 1699 13 0.48685 0.50614 0.45112 1 1 0 + 1415 14 0.14755 0.83025 0.17614 1 0 0 + 694 13 0.16211 0.40242 0.41859 0 0 0 + 1171 13 0.46417 0.74856 0.14461 0 -2 0 + 305 14 0.31792 0.07678 0.15674 0 0 0 + 74 4 0.34765 0.78884 0.49027 0 0 0 + 608 14 0.10396 0.25424 0.38496 0 1 0 + 1997 14 0.19214 0.64566 0.27494 0 -1 0 + 1818 14 0.31789 0.68925 0.21307 0 -1 0 + 993 14 0.27696 0.16096 0.19333 1 -1 -1 + 618 14 0.16823 0.67459 0.48434 1 -1 0 + 597 14 0.02229 0.75788 0.58589 1 -1 0 + 396 14 0.03389 0.78189 0.71567 0 0 0 + 1957 13 0.22270 0.07314 0.30240 0 1 1 + 30 1 0.28763 0.44325 0.35626 0 0 0 + 1269 14 0.18000 0.69069 0.19081 1 0 1 + 1545 14 0.16230 0.66550 0.05727 1 0 1 + 1667 14 0.47845 0.42516 0.30218 0 1 0 + 1985 14 0.44428 0.61292 0.85739 1 1 0 + 1965 14 0.29812 0.63825 0.38381 0 0 1 + 1180 13 0.15281 0.13506 0.14530 2 0 0 + 287 14 0.13791 0.90990 0.00539 0 -1 1 + 911 14 0.20867 0.42138 0.08914 1 0 1 + 79 5 0.46804 0.70184 0.55610 0 0 0 + 1192 13 0.01043 0.29168 0.66032 0 0 0 + 12 8 0.36900 0.30947 0.14228 0 0 0 + 40 4 0.35190 0.41629 0.45671 0 0 0 + 912 14 0.18496 0.45986 0.12101 1 0 1 + 607 13 0.07345 0.24733 0.36932 0 1 0 + 803 14 0.28599 0.26196 0.39072 1 0 -1 + 19 10 0.26875 0.35914 0.14343 0 0 0 + 654 14 0.22696 0.93899 0.43046 0 0 0 + 751 13 0.23648 0.72981 0.26584 0 0 0 + 1765 13 0.18051 0.34137 0.30926 1 0 1 + 28 5 0.31646 0.40535 0.27783 0 0 0 + 1102 13 0.19870 0.16708 0.36258 -1 0 0 + 655 13 0.02757 0.32692 0.22085 0 0 0 + 1505 14 0.13384 0.39518 0.25559 0 0 0 + 1543 13 0.18267 0.68705 0.03873 1 0 1 + 1544 14 0.16431 0.71673 0.03652 1 0 1 + 1033 13 0.02395 0.89553 0.82409 1 0 0 + 173 14 0.11640 0.69782 0.21289 0 0 0 + 917 14 0.20694 0.93741 0.32291 0 0 0 + 1456 13 0.40377 0.91247 0.22331 0 0 0 + 1335 14 0.04078 0.72864 0.87209 1 -1 -1 + 1693 13 0.42947 0.87676 0.66385 0 0 -1 + 73 4 0.33783 0.70135 0.46931 0 0 0 + 640 13 0.34231 0.45626 0.07950 0 0 1 + 343 13 0.10756 0.28017 0.27353 -1 -1 1 + 1828 13 0.11030 0.51575 0.05115 2 0 0 + 1964 14 0.29419 0.59144 0.41301 0 0 1 + 1651 13 0.25162 0.56019 0.24444 1 0 0 + 1056 14 0.32438 0.96566 0.68177 0 0 1 + 45 3 0.41182 0.57033 0.49740 0 0 0 + 36 7 0.31837 0.43245 0.44363 0 0 0 + 1373 14 0.22091 0.74156 0.48966 1 -1 0 + 1552 13 0.00016 0.57465 0.25393 0 0 -2 + 1048 13 0.42671 0.13512 0.22585 0 -1 0 + 178 13 0.11438 0.04660 0.15484 0 0 1 + 78 4 0.35471 0.72327 0.39687 0 0 0 + 641 14 0.34167 0.48531 0.06004 0 0 1 + 670 13 0.01221 0.90971 0.92443 0 -1 -1 + 38 3 0.26219 0.49222 0.46762 0 0 0 + 1760 14 0.29939 0.57189 0.13913 0 0 1 + 24 11 0.39466 0.34510 0.07343 0 0 0 + 581 14 0.43090 0.62784 0.14607 -1 0 0 + 33 4 0.27451 0.46929 0.28947 0 0 0 + 281 14 0.10440 0.57939 0.21584 0 0 0 + 1352 14 0.40137 0.90063 0.40406 1 -1 0 + 1178 14 0.41636 0.30157 0.23559 0 -1 -1 + 240 14 0.30821 0.11567 0.61346 0 0 0 + 1910 14 0.30835 0.12231 0.08387 0 0 0 + 171 14 0.47027 0.01134 0.78313 0 1 0 + 2 2 0.19664 0.30552 0.15429 0 0 0 + 340 13 0.11735 0.79685 0.36311 -1 -1 0 + 69 2 0.36611 0.76222 0.39770 0 0 0 + 351 14 0.46194 0.84713 0.13613 0 -2 1 + 1748 14 0.05052 0.22060 0.62221 2 1 -1 + 1963 13 0.31669 0.61050 0.39422 0 0 1 + 71 4 0.41547 0.66209 0.48667 0 0 0 + 1646 14 0.09124 0.00383 0.09779 0 1 0 + 604 13 0.33826 0.84525 0.27463 -1 -2 0 + 943 13 0.16683 0.97106 0.36568 0 0 0 + 304 13 0.33369 0.07078 0.12611 0 0 0 + 784 13 0.48038 0.20836 0.84379 -1 1 0 + 258 14 0.23605 0.56136 0.37248 -1 -1 0 + 345 14 0.08768 0.30266 0.25559 -1 -1 1 + 1796 14 0.44084 0.51293 0.12864 -1 0 1 + 10 3 0.29802 0.44193 0.20908 0 0 0 + 68 12 0.41661 0.76857 0.43908 0 0 0 + 844 13 0.02135 0.92426 0.50274 0 -1 0 + 15 8 0.37444 0.22081 0.14097 0 0 0 + 506 14 0.31780 0.07970 0.37114 1 -1 -1 + 1925 14 0.33514 0.96289 0.13640 0 0 -1 + 1477 13 0.02198 0.93258 0.20206 0 -1 1 + 1357 13 0.44124 0.41176 0.40427 1 -1 0 + 1032 14 0.29839 0.99578 0.34427 0 -1 0 + 1956 14 0.12857 0.91916 0.33284 2 0 1 + 1928 14 0.40762 0.10581 0.45662 0 0 0 + 1476 14 0.17969 0.01137 0.26486 1 -1 2 + 44 1 0.37102 0.58038 0.51604 0 0 0 + 747 14 0.12895 0.47379 0.26124 0 0 -1 + 724 13 0.49958 0.32295 0.58540 0 0 0 + 1468 13 0.26628 0.16700 0.43969 1 1 0 + 656 14 0.00576 0.33379 0.24731 0 0 0 + 409 13 0.27227 0.96349 0.11337 0 -1 -1 + 35 5 0.32233 0.44261 0.39199 0 0 0 + 823 13 0.02675 0.82529 0.32940 1 -1 1 + 1 1 0.23562 0.31522 0.19119 0 0 0 + 1700 14 0.46795 0.51966 0.42498 1 1 0 + 1922 14 0.42296 0.71181 0.05120 1 0 2 + 17 8 0.39534 0.22384 0.09544 0 0 0 + 1172 14 0.45044 0.75490 0.11307 0 -2 0 + 1431 14 0.05623 0.05888 0.04938 1 1 0 + 161 14 0.16481 0.92346 0.60403 -1 -1 0 + 802 13 0.26355 0.26880 0.41666 1 0 -1 + 652 13 0.25095 0.92357 0.45069 0 0 0 + 1079 14 0.44655 0.78419 0.84293 0 -1 -1 + 1064 14 0.23382 0.83131 0.20862 1 -1 -1 + 1239 14 0.02708 0.35798 0.76342 0 0 0 + 1066 13 0.01291 0.15654 0.08828 1 0 0 + 899 14 0.04062 0.36860 0.53477 1 0 1 + 740 14 0.25691 0.69776 0.31443 0 1 -1 + 269 14 0.14021 0.57025 0.07727 0 0 1 + 521 14 0.44120 0.61542 0.28363 -1 0 1 + 541 13 0.44031 0.54583 0.27953 0 1 1 + 606 14 0.36226 0.86655 0.26074 -1 -2 0 + 1280 14 0.44876 0.21580 0.31513 -1 0 1 + 1063 13 0.26047 0.81054 0.21765 1 -1 -1 + 1775 14 0.06781 0.85619 0.42210 1 -2 0 + 1695 14 0.39942 0.86267 0.65283 0 0 -1 + 350 14 0.42203 0.87159 0.16559 0 -2 1 + 1133 14 0.18115 0.10245 0.39233 0 2 -1 + 689 14 0.00603 0.03304 0.80301 1 1 0 + 23 11 0.35104 0.25966 0.20057 0 0 0 + 1778 14 0.06557 0.92235 0.37862 0 -1 0 + 67 7 0.37795 0.76184 0.49054 0 0 0 + 857 14 0.10174 0.05774 0.32996 0 0 0 + 1279 13 0.41937 0.19689 0.31373 -1 0 1 + 81 10 0.48433 0.70902 0.52432 0 0 0 + 1179 14 0.43038 0.25071 0.25219 0 -1 -1 + 662 14 0.12795 0.53393 0.47550 0 2 -1 + 1351 13 0.37432 0.91425 0.42154 1 -1 0 + 1926 14 0.37926 0.96164 0.10307 0 0 -1 + 1031 14 0.31026 0.94224 0.33706 0 -1 0 + 572 14 0.31878 0.70947 0.10245 0 -1 0 + 916 13 0.21814 0.92034 0.29452 0 0 0 + 695 14 0.13450 0.40949 0.39833 0 0 0 + 763 13 0.40439 0.77094 0.25053 0 -1 0 + 1383 14 0.07768 0.40723 0.67049 0 0 1 + 945 14 0.18192 1.00111 0.37530 0 0 0 + 1216 13 0.01447 0.02138 0.94353 1 0 -1 + 785 14 0.48870 0.18229 0.82202 -1 1 0 + 804 14 0.28135 0.28964 0.43838 1 0 -1 + 764 14 0.43669 0.75980 0.25799 0 -1 0 + 1334 14 0.04239 0.76077 0.82710 1 -1 -1 + 454 13 0.22031 0.80279 0.34660 0 -1 0 + 1656 14 0.36538 0.55954 0.01304 1 -1 -1 + 341 14 0.11987 0.82485 0.34232 -1 -1 0 + 996 14 0.47698 0.70438 0.27613 1 -1 -1 + 789 14 0.32021 0.22062 0.29842 -1 1 1 + 288 14 0.10132 0.90933 0.04686 0 -1 1 + 746 14 0.13200 0.51709 0.29553 0 0 -1 + 179 14 0.12234 0.08003 0.14833 0 0 1 + 468 14 0.41997 0.60283 0.04046 -1 0 0 + 580 13 0.42904 0.64324 0.17741 -1 0 0 + 403 13 0.30171 0.87844 0.36370 0 0 1 + 1654 13 0.33954 0.53767 0.02182 1 -1 -1 + 1954 13 0.11407 0.89338 0.31418 2 0 1 + 1998 14 0.21159 0.61122 0.23628 0 -1 0 + 1182 14 0.18559 0.14718 0.14669 2 0 0 + 20 4 0.31446 0.33087 0.23661 0 0 0 + 84 4 0.46858 0.74158 0.62275 0 0 0 + 1789 13 0.23759 0.56219 0.11460 1 -1 2 + 1888 13 0.08122 0.55593 0.96122 1 0 -1 + 855 14 0.48555 0.95498 0.07873 -1 -1 0 + 1416 14 0.19408 0.85485 0.15913 1 0 0 + 1464 14 0.11990 0.27293 0.99699 1 0 1 + 1958 14 0.20657 0.09025 0.32829 0 1 1 + 72 4 0.32895 0.71319 0.53187 0 0 0 + 1921 13 0.44591 0.73750 0.04516 1 0 2 + 410 14 0.25444 0.93346 0.11157 0 -1 -1 + 1564 13 0.46122 0.78289 0.72028 1 -1 0 + 3 3 0.23503 0.29159 0.22922 0 0 0 + 1767 14 0.19654 0.36163 0.33284 1 0 1 + 952 13 0.39047 0.52343 0.39298 0 0 0 + 856 13 0.09252 0.02500 0.32186 0 0 0 + 1870 13 0.46112 0.72155 0.84520 0 0 0 + 466 13 0.41960 0.60168 0.07541 -1 0 0 + 1979 14 0.03302 0.43768 0.47504 2 0 -1 + 319 13 0.20798 0.19726 0.26401 0 1 1 + 1912 13 0.34273 0.11138 0.47160 1 -1 -1 + 455 14 0.24471 0.82781 0.34539 0 -1 0 + 457 13 0.49383 0.52724 0.06357 0 0 1 + 1604 14 0.16406 0.08660 0.04161 0 0 1 + 1927 13 0.44222 0.10980 0.45353 0 0 0 + 904 13 0.09179 0.33845 0.46101 0 0 -1 + 7 5 0.27103 0.34521 0.17701 0 0 0 + 1647 14 0.12154 0.01442 0.05275 0 1 0 + 1353 14 0.38770 0.92365 0.45246 1 -1 0 + 41 4 0.28945 0.40570 0.44589 0 0 0 + 1249 13 0.28646 0.21348 0.54239 1 -1 1 + 1451 14 0.29707 0.40883 0.08665 1 0 1 + 948 14 0.10767 0.54477 0.38299 0 0 1 + 9 1 0.30766 0.40357 0.23131 0 0 0 + 1736 14 0.21060 0.02164 0.18931 1 1 1 + 1777 13 0.04480 0.92077 0.40671 0 -1 0 + 172 13 0.09423 0.68954 0.23864 0 0 0 + 818 14 0.45957 0.45936 0.07232 0 -1 -1 + 775 13 0.01691 0.14971 0.24836 0 1 0 + 1495 13 0.04654 0.84414 0.15213 1 0 1 + 739 13 0.27519 0.67534 0.33408 0 1 -1 + 1463 14 0.11235 0.21830 0.99270 1 0 1 + 1414 13 0.17412 0.84999 0.18743 1 0 0 + 839 14 0.47396 0.06812 0.38191 -1 0 1 + 11 7 0.36056 0.35356 0.17294 0 0 0 + 696 14 0.18831 0.42073 0.40441 0 0 0 + 1497 14 0.03758 0.81780 0.17331 1 0 1 + 1830 14 0.12589 0.48506 0.05735 2 0 0 + 1467 14 0.32451 0.79304 0.02491 1 0 1 + 906 14 0.11752 0.35562 0.44469 0 0 -1 + 1173 14 0.45345 0.71621 0.15249 0 -2 0 + 1217 14 0.04366 0.03497 0.92990 1 0 -1 + 1306 13 0.01636 0.66002 0.53321 0 -2 0 + 1251 14 0.27917 0.21331 0.50818 1 -1 1 + 1458 14 0.38884 0.93380 0.19996 0 0 0 + 616 13 0.16668 0.64065 0.47603 1 -1 0 + 1914 14 0.33253 0.11472 0.50488 1 -1 -1 + 88 13 0.10829 0.34846 0.93195 -1 -1 -1 + 918 14 0.24966 0.93400 0.28794 0 0 0 + 1707 14 0.47107 0.14697 0.09125 1 1 1 + 801 14 0.37168 0.83118 0.11438 0 -1 1 + 439 13 0.18522 0.49652 0.17665 -1 0 0 + 342 14 0.15028 0.79009 0.37276 -1 -1 0 + 273 14 0.27855 0.26835 0.72532 -2 1 0 + 42 5 0.33751 0.49736 0.50095 0 0 0 + 1996 13 0.19536 0.64193 0.24031 0 -1 0 + 800 14 0.33574 0.85035 0.07697 0 -1 1 + 385 13 0.16593 0.35740 0.02517 0 1 0 + 661 13 0.10328 0.53775 0.45100 0 2 -1 + 1951 13 0.27590 0.04241 0.03260 1 0 1 + 271 13 0.25917 0.25138 0.70166 -2 1 0 + 596 14 0.07657 0.76411 0.59451 1 -1 0 + 1452 14 0.26744 0.37453 0.05495 1 0 1 + 272 14 0.24085 0.27653 0.68568 -2 1 0 + 678 14 0.05219 0.25324 0.79595 0 1 0 + 1929 14 0.45426 0.07753 0.44747 0 0 0 + 1274 14 0.17736 0.89714 0.07618 0 0 0 + 595 13 0.05173 0.73973 0.59107 1 -1 0 + 1189 13 0.40243 0.97164 0.52178 -1 -1 -2 + 245 14 0.20809 0.09154 0.54380 0 1 0 + 62 5 0.36318 0.62585 0.52702 0 0 0 + 1936 13 0.27312 0.30655 0.52839 1 0 0 + 235 13 0.27829 0.84377 0.51469 0 0 -1 + 387 14 0.14758 0.37763 0.04701 0 1 0 + 573 14 0.30396 0.66694 0.07035 0 -1 0 + 386 14 0.18035 0.33309 0.04576 0 1 0 + 1374 14 0.24978 0.77155 0.52608 1 -1 0 + 1856 14 0.48608 0.46788 0.84265 1 0 0 + 1191 14 0.42887 0.97983 0.54315 -1 -1 -2 + 921 14 0.07270 0.59341 0.44922 0 0 -1 + 1479 14 0.03084 0.90039 0.19165 0 -1 1 + 1953 14 0.27521 0.01213 0.05009 1 0 1 + 1871 14 0.48125 0.70220 0.86625 0 0 0 + 1273 13 0.20531 0.88860 0.09539 0 0 0 + 1297 13 0.39104 0.50077 0.84499 1 1 -1 + 246 14 0.21888 0.04621 0.51400 0 1 0 + 225 14 0.22983 0.32359 0.62226 0 -1 -1 + 905 14 0.10800 0.31276 0.47834 0 0 -1 + 1054 13 0.33045 0.93770 0.66166 0 0 1 + 1949 14 0.23418 0.28388 0.94585 0 0 -1 + 1275 14 0.22726 0.87353 0.07271 0 0 0 + 515 14 0.17298 0.37055 0.53004 1 1 0 + 236 14 0.30747 0.85847 0.52717 0 0 -1 + 169 13 0.49069 0.03457 0.76680 0 1 0 + 1661 14 0.17527 0.52803 0.90643 1 -1 -1 + 1938 14 0.24300 0.31930 0.51600 1 0 0 + 1610 14 0.43748 0.86433 0.32066 0 -1 0 + 1055 14 0.36357 0.92891 0.66864 0 0 1 + 1770 14 0.17005 0.14819 0.96889 0 0 0 + 838 13 0.48018 0.06525 0.34762 -1 0 1 + 564 14 0.11795 0.50273 0.75899 1 0 -1 + 1621 13 0.36004 0.34852 0.55692 1 0 1 + 1131 14 0.42545 0.88173 0.95923 0 0 0 + 174 14 0.08208 0.72031 0.24997 0 0 0 + 1851 14 0.34077 0.70695 0.68219 0 -2 -1 + 835 13 0.18825 0.71346 0.62877 1 -1 -1 + 563 14 0.14558 0.47725 0.79958 1 0 -1 + 1814 14 0.14002 0.98396 0.73496 1 -1 0 + 61 11 0.16382 0.46951 0.65899 0 0 0 + 1125 14 0.10839 0.03855 0.89005 1 2 -1 + 725 14 0.49327 0.35580 0.59560 0 0 0 + 987 14 0.07617 0.51216 0.82030 1 0 0 + 1580 14 0.19249 0.86772 0.80191 1 -1 -1 + 1609 13 0.43182 0.86198 0.35509 0 -1 0 + 738 14 0.05644 0.46891 0.35435 0 0 0 + 1915 13 0.24745 0.64236 0.79442 2 0 0 + 865 13 0.29147 0.91733 0.84018 0 -2 0 + 1976 14 0.03164 0.87925 0.64561 0 0 0 + 120 14 0.22378 0.58303 0.84060 1 -2 -1 + 70 10 0.33295 0.63253 0.54620 0 0 0 + 669 14 0.42701 0.37552 0.83200 0 0 -1 + 1211 14 0.32314 0.15879 0.82957 0 -1 0 + 339 14 0.14191 0.97276 0.94757 0 -1 0 + 355 13 0.20964 0.44714 0.81335 0 -1 -1 + 303 14 0.26222 0.97968 0.48581 -1 0 0 + 114 14 0.26141 0.41084 0.75373 0 -1 0 + 514 13 0.19607 0.36132 0.50546 1 1 0 + 192 14 0.22684 0.02096 0.81230 1 1 0 + 167 14 0.22489 0.09423 0.92570 0 1 -1 + 1347 14 0.23666 0.81733 0.79672 0 -2 0 + 1983 14 0.48878 0.39969 0.14575 0 0 0 + 1411 13 0.35670 0.69863 0.88077 -1 -1 -1 + 920 14 0.05143 0.63072 0.48408 0 0 -1 + 1493 14 0.07842 0.25668 0.86764 -1 -1 1 + 681 14 0.08424 0.15734 0.54298 0 0 1 + 1947 14 0.05821 0.65211 0.84262 2 1 0 + 1210 13 0.34334 0.18650 0.83642 0 -1 0 + 86 14 0.46280 0.05353 0.64719 -1 0 0 + 238 13 0.31534 0.11867 0.57935 0 0 0 + 1265 14 0.21992 0.17914 0.56882 0 0 0 + 1136 14 0.44534 0.41939 0.70907 0 0 0 + 1255 13 0.28411 0.09600 0.82885 1 0 0 + 1678 13 0.01339 0.56382 0.56261 1 0 0 + 50 8 0.22394 0.45267 0.61018 0 0 0 + 1399 13 0.37263 0.63700 0.76713 1 0 0 + 845 14 0.02925 0.91489 0.46999 0 -1 0 + 1692 14 0.47917 0.44860 0.21833 0 0 1 + 872 14 0.12738 0.69259 0.80800 0 -1 0 + 1924 13 0.37009 0.96207 0.13681 0 0 -1 + 737 14 0.08077 0.42866 0.32524 0 0 0 + 1370 14 0.46504 0.42458 0.95214 0 0 0 + 1384 13 0.05338 0.27952 0.04720 0 1 0 + 587 14 0.35599 0.25991 0.75174 0 0 0 + 1320 14 0.23047 0.63608 0.03722 1 -1 0 + 1842 14 0.00789 0.65242 0.07292 1 0 1 + 337 13 0.16439 0.96695 0.97372 0 -1 0 + 578 14 0.29476 0.48854 0.78960 0 0 -1 + 1362 14 0.15398 0.81233 0.57616 0 -1 -1 + 1496 14 0.06425 0.82886 0.12613 1 0 1 + 113 14 0.30399 0.39261 0.78395 0 -1 0 + 1459 13 0.41657 0.27334 0.63030 0 1 0 + 1813 13 0.14380 0.95562 0.75510 1 -1 0 + 85 13 0.48726 0.07446 0.66084 -1 0 0 + 118 13 0.19256 0.57028 0.84984 1 -2 -1 + 1638 14 0.22184 0.87140 0.55408 1 -1 -1 + 1293 14 0.09347 0.42507 0.55072 0 -1 -1 + 701 14 0.34558 0.78821 0.65319 1 -1 -1 + 679 13 0.10495 0.16104 0.51504 0 0 1 + 1220 14 0.40585 0.10580 0.57269 0 0 1 + 585 14 0.32420 0.21110 0.97220 1 0 0 + 301 13 0.26751 0.01374 0.49172 -1 1 0 + 503 14 0.32629 0.05347 0.85398 0 0 -1 + 1350 14 0.03454 0.95381 0.61926 0 -1 1 + 1041 14 0.15040 0.60306 0.88529 0 -1 1 + 447 14 0.28967 0.01998 0.73856 -1 0 -1 + 445 13 0.29895 0.02139 0.70488 -1 0 -1 + 1226 14 0.29745 0.63069 0.90706 1 -1 -1 + 203 14 0.34670 0.32007 0.66867 -1 1 0 + 1049 14 0.44988 0.15161 0.20550 0 -1 0 + 1556 14 0.42488 0.27586 0.94397 -1 0 -1 + 836 14 0.18857 0.68102 0.61571 1 -1 -1 + 663 14 0.08273 0.50972 0.45481 0 2 -1 + 619 13 0.46480 0.59686 0.64025 -1 -1 -1 + 1050 14 0.42800 0.10178 0.21538 0 -1 0 + 349 13 0.42861 0.85756 0.13424 0 -2 1 + 46 7 0.33515 0.53267 0.58244 0 0 0 + 105 14 0.15691 0.25226 0.45035 0 -1 0 + 528 14 0.11105 0.89142 0.75329 0 0 -1 + 1445 14 0.35400 0.76643 0.74586 1 0 -1 + 1980 14 0.05185 0.44370 0.42338 2 0 -1 + 1367 14 0.25890 0.67932 0.56035 0 -1 0 + 1918 13 0.04557 0.20050 0.90429 1 1 -1 + 883 13 0.38552 0.10684 0.94028 0 1 -1 + 1916 14 0.28069 0.63695 0.78502 2 0 0 + 291 14 0.07563 0.68660 0.70024 0 0 -1 + 1919 14 0.03029 0.21085 0.93400 1 1 -1 + 650 14 0.02474 0.29320 0.39251 1 0 1 + 666 14 0.02912 0.53851 0.31539 0 -1 1 + 1557 14 0.37083 0.28146 0.93363 -1 0 -1 + 1095 14 0.25749 0.38804 0.94584 -1 0 1 + 141 14 0.40355 0.74646 0.92308 0 -2 -1 + 489 14 0.01225 0.84621 0.54758 0 0 0 + 112 13 0.29549 0.40327 0.75175 0 -1 0 + 43 6 0.33147 0.54288 0.52747 0 0 0 + 1241 14 0.22605 0.84440 0.99142 0 -1 -1 + 1400 14 0.37186 0.60470 0.75375 1 0 0 + 1329 14 0.01505 0.50171 0.88026 0 -1 -1 + 1318 13 0.25631 0.61358 0.03024 1 -1 0 + 52 8 0.19904 0.47882 0.64383 0 0 0 + 660 14 0.10677 0.99674 0.57186 0 -1 0 + 1994 14 0.21152 0.47861 0.04053 1 -1 0 + 1199 14 0.12688 0.04747 0.66011 0 0 -1 + 289 13 0.05691 0.67260 0.67423 0 0 -1 + 516 14 0.18258 0.37370 0.47567 1 1 0 + 611 14 0.27973 0.12605 0.70039 -1 1 0 + 1574 14 0.44244 0.98601 0.71490 1 0 -1 + 168 14 0.22977 0.04046 0.93772 0 1 -1 + 1738 13 0.42613 0.38443 0.99115 0 1 0 + 1937 14 0.29488 0.33393 0.52841 1 0 0 + 51 8 0.21877 0.52480 0.65650 0 0 0 + 869 14 0.11245 0.82118 0.80361 0 0 0 + 1461 14 0.41632 0.25380 0.60130 0 1 0 + 546 14 0.42022 0.94231 0.80439 1 0 -1 + 1492 13 0.09025 0.28409 0.84942 -1 -1 1 + 132 14 0.28402 0.45816 0.91414 1 -1 -1 + 777 14 0.02467 0.11563 0.24966 0 1 0 + 682 13 0.32761 0.93389 0.01366 -1 -1 -1 + 722 14 0.31820 0.54081 0.87852 0 0 1 + 1263 14 0.48382 0.66581 0.74035 1 -1 0 + 131 14 0.23583 0.48469 0.90845 1 -1 -1 + 191 14 0.24655 0.97094 0.79930 1 0 0 + 1815 14 0.17482 0.95999 0.77064 1 -1 0 + 575 14 0.20161 0.87729 0.90081 0 -2 -1 + 190 13 0.23023 0.99866 0.78557 1 0 0 + 623 14 0.37756 0.78369 0.80934 1 1 -1 + 398 14 0.31644 0.23496 0.87200 -1 0 0 + 239 14 0.29858 0.14771 0.56942 0 0 0 + 502 13 0.33575 0.02298 0.86826 0 0 -1 + 1555 13 0.40135 0.29836 0.93121 -1 0 -1 + 1319 14 0.26020 0.59527 0.05978 1 -1 0 + 676 13 0.05537 0.23668 0.76532 0 1 0 + 1716 14 0.26016 0.71007 0.92439 0 0 0 + 1739 14 0.41363 0.37194 0.96097 0 1 0 + 565 13 0.23473 0.73309 0.71589 0 1 0 + 736 13 0.06992 0.43679 0.35748 0 0 0 + 1821 14 0.39397 0.89432 0.88589 0 -1 0 + 1847 14 0.02599 0.80085 0.27068 1 0 2 + 255 14 0.29033 0.44449 0.00314 -1 -1 0 + 1346 14 0.22787 0.78937 0.74981 0 -2 0 + 1361 14 0.16327 0.76479 0.54945 0 -1 -1 + 1093 13 0.23756 0.35936 0.94426 -1 0 1 + 664 13 0.02902 0.52787 0.34870 0 -1 1 + 1460 14 0.44702 0.29048 0.62907 0 1 0 + 471 14 0.33493 0.43778 0.71380 0 -1 0 + 1993 13 0.23108 0.49203 0.01483 1 -1 0 + 543 14 0.41163 0.54660 0.25954 0 1 1 + 721 13 0.32136 0.57447 0.88744 0 0 1 + 781 13 0.06224 0.37442 0.04716 1 0 0 + 302 14 0.28396 0.01483 0.52257 -1 1 0 + 1944 14 0.06682 0.15700 0.75050 -1 1 0 + 1714 13 0.25075 0.74374 0.92357 0 0 0 + 65 3 0.40274 0.68112 0.60264 0 0 0 + 1194 14 0.02658 0.31764 0.67730 0 0 0 + 567 14 0.21219 0.72919 0.68944 0 1 0 + 54 4 0.29715 0.56039 0.51895 0 0 0 + 1393 13 0.17350 0.24783 0.81789 1 -1 0 + 735 14 0.10892 0.51199 0.59087 -1 0 0 + 1756 13 0.23168 0.09183 0.65182 0 1 1 + 469 13 0.35287 0.44399 0.68443 0 -1 0 + 463 13 0.44886 0.30592 0.84255 0 0 -1 + 527 14 0.06842 0.86932 0.72584 0 0 -1 + 1740 14 0.44577 0.35847 0.00392 0 1 1 + 493 13 0.15709 0.36261 0.75464 -1 1 0 + 1135 13 0.43731 0.38598 0.71556 0 0 0 + 542 14 0.45798 0.51776 0.26844 0 1 1 + 1917 14 0.23566 0.66615 0.77166 2 0 0 + 1837 13 0.11843 0.77926 0.12339 1 -1 1 + 1162 13 0.48624 0.24961 0.96251 1 0 -1 + 1060 13 0.47162 0.01405 0.44016 -1 1 1 + 1623 14 0.35680 0.35336 0.59140 1 0 1 + 1327 13 0.00267 0.50779 0.91239 0 -1 -1 + 1449 14 0.43925 0.28501 0.70319 1 0 0 + 418 13 0.03454 0.40725 0.15980 -1 2 0 + 1345 13 0.22118 0.81992 0.76546 0 -2 0 + 1256 14 0.26792 0.09401 0.85978 1 0 0 + 362 14 0.12983 0.81620 0.02302 0 -1 1 + 576 14 0.19371 0.90814 0.94603 0 -2 -1 + 216 14 0.28888 0.78750 0.83650 0 0 0 + 1340 14 0.35787 0.17380 0.73650 -1 -1 -2 + 1581 14 0.15413 0.90516 0.81555 1 -1 -1 + 562 13 0.13468 0.50879 0.78910 1 0 -1 + 1348 13 0.04093 0.92400 0.60212 0 -1 1 + 783 14 0.04593 0.38580 0.01839 1 0 0 + 1130 14 0.40045 0.83309 0.96753 0 0 0 + 1382 14 0.12949 0.39966 0.68831 0 0 1 + 1262 14 0.43075 0.66773 0.75582 1 -1 0 + 671 14 0.03255 0.88284 0.93374 0 -1 -1 + 700 13 0.33740 0.80930 0.62651 1 -1 -1 + 1354 13 0.16062 0.09942 0.80763 1 0 0 + 1850 14 0.34036 0.66229 0.64956 0 -2 -1 + 1820 14 0.41369 0.86972 0.84044 0 -1 0 + 1315 13 0.12496 0.14334 0.03803 1 0 0 + 426 14 0.06842 0.10038 0.68004 0 1 0 + 868 13 0.11039 0.79539 0.82714 0 0 0 + 214 13 0.26430 0.80697 0.85198 0 0 0 + 1797 14 0.39877 0.54078 0.15131 -1 0 1 + 672 14 0.01717 0.91293 0.88996 0 -1 -1 + 475 13 0.16208 0.60322 0.58547 0 0 0 + 1261 13 0.46056 0.68599 0.75692 1 -1 0 + 1395 14 0.14710 0.27012 0.82326 1 -1 0 + 103 13 0.16519 0.25149 0.41638 0 -1 0 + 60 11 0.20111 0.54538 0.68517 0 0 0 + 424 13 0.07497 0.08872 0.64773 0 1 0 + 1386 14 0.06034 0.24763 0.05976 0 1 0 + 57 11 0.28926 0.44524 0.56592 0 0 0 + 361 13 0.12516 0.78157 0.02165 0 -1 1 + 1413 14 0.33253 0.68365 0.90113 -1 -1 -1 + 852 14 0.10205 0.38836 0.87221 0 1 0 + 599 14 0.49540 0.92636 0.91897 -1 -3 -1 + 1366 13 0.26456 0.64485 0.55864 0 -1 0 + 579 14 0.33091 0.52579 0.80871 0 0 -1 + 356 14 0.21116 0.41804 0.83268 0 -1 -1 + 1317 14 0.12581 0.14478 0.07296 1 0 0 + 1776 14 0.08201 0.80278 0.41992 1 -2 0 + 1330 13 0.47510 0.49584 0.67334 1 0 -2 + 1846 13 0.02846 0.78741 0.23849 1 0 2 + 1701 14 0.46570 0.50768 0.47893 1 1 0 + 577 13 0.30258 0.52260 0.78844 0 0 -1 + 1355 14 0.14416 0.10668 0.77764 1 0 0 + 223 13 0.20359 0.32788 0.64498 0 -1 -1 + 399 14 0.27824 0.25030 0.90894 -1 0 0 + 357 14 0.22919 0.47029 0.83081 0 -1 -1 + 1747 13 0.04823 0.19412 0.59949 2 1 -1 + 1410 14 0.16145 0.28167 0.61550 1 0 1 + 1948 13 0.22644 0.24997 0.94950 0 0 -1 + 1446 14 0.39182 0.77917 0.70757 1 0 -1 + 703 13 0.22942 0.33874 0.83676 0 -1 -1 + 1007 14 0.34181 0.86025 0.57858 0 -2 -1 + 1218 14 0.01286 0.98904 0.93033 1 -1 -1 + 792 14 0.27000 0.89180 0.67637 0 -1 -1 + 1986 14 0.39996 0.63040 0.82930 1 1 0 + 734 14 0.06967 0.55084 0.59384 -1 0 0 + 1573 13 0.44187 0.97519 0.68165 1 0 -1 + 879 14 0.07608 0.28840 0.56419 0 -1 0 + 867 14 0.27638 0.88642 0.84655 0 -2 0 + 1062 14 0.44916 0.99036 0.45271 -1 0 1 + 659 14 0.12581 0.04070 0.54421 0 0 0 + 1950 14 0.19913 0.24951 0.97134 0 0 -1 + 58 11 0.27393 0.57564 0.65493 0 0 0 + 162 14 0.11130 0.93129 0.61562 -1 -1 0 + 1299 14 0.42454 0.50313 0.85472 1 1 -1 + 895 13 0.44034 0.01308 0.05394 0 1 0 + 668 14 0.43591 0.40707 0.78745 0 0 -1 + 583 13 0.34329 0.18848 0.99083 1 0 0 + 48 8 0.26783 0.46701 0.59089 0 0 0 + 1238 14 0.07819 0.35462 0.74256 0 0 0 + 1401 14 0.35156 0.65561 0.74633 1 0 0 + 871 13 0.09966 0.68314 0.78888 0 -1 0 + 470 14 0.33537 0.42660 0.65963 0 -1 0 + 1679 14 0.01880 0.59719 0.55368 1 0 0 + 1124 14 0.12351 0.08790 0.90993 1 2 -1 + 64 1 0.42187 0.68454 0.56262 0 0 0 + 1313 14 0.47672 0.46110 0.61474 1 1 -1 + 873 14 0.09366 0.71054 0.76799 0 -1 0 + 1200 14 0.14770 0.99627 0.65812 0 -1 -1 + 1660 13 0.17243 0.50317 0.93086 1 -1 -1 + 49 8 0.26115 0.54278 0.63721 0 0 0 + 1838 14 0.11992 0.77194 0.08922 1 -1 1 + 526 13 0.09158 0.86245 0.75113 0 0 -1 + 934 13 0.15545 0.22834 0.71645 0 0 0 + 1008 14 0.33905 0.91414 0.59073 0 -2 -1 + 338 14 0.16723 0.99784 0.98986 0 -1 0 + 1412 14 0.38250 0.67509 0.87902 -1 -1 -1 + 472 13 0.49651 0.34088 0.48791 0 1 0 + 790 13 0.25852 0.85909 0.67172 0 -1 -1 + 56 4 0.35993 0.50114 0.58868 0 0 0 + 1758 14 0.21669 0.11564 0.63106 0 1 1 + 1219 13 0.43390 0.09582 0.55434 0 0 1 + 1298 14 0.38952 0.47159 0.82579 1 1 -1 + 636 14 0.12509 0.04583 0.82563 0 1 0 + 1774 13 0.06132 0.82522 0.43698 1 -2 0 + 1186 13 0.01185 0.48210 0.03957 1 -1 0 + 1501 13 0.02080 0.17474 0.44049 1 0 0 + 1872 14 0.46508 0.70713 0.81358 0 0 0 + 1586 14 0.30540 0.02601 0.43210 1 0 0 + 603 14 0.15692 0.17294 0.89717 0 -1 -1 + 450 14 0.35890 0.22542 0.53203 0 0 -1 + 1448 14 0.45647 0.23620 0.72267 1 0 0 + 1381 13 0.10877 0.39467 0.66058 0 0 1 + 896 14 0.41502 0.01093 0.02991 0 1 0 + 1408 13 0.13783 0.26099 0.60007 1 0 1 + 224 14 0.19410 0.36133 0.64121 0 -1 -1 + 1622 14 0.36479 0.31406 0.55332 1 0 1 + 119 14 0.17912 0.55762 0.82014 1 -2 -1 + 677 14 0.05220 0.26192 0.74133 0 1 0 + 130 13 0.26571 0.47772 0.89167 1 -1 -1 + 884 14 0.36792 0.10182 0.91048 0 1 -1 + 1819 13 0.39322 0.89605 0.85097 0 -1 0 + 423 14 0.12464 0.83664 0.92839 -1 -2 0 + 850 13 0.10331 0.40175 0.83993 0 1 0 + 290 14 0.06378 0.69289 0.64658 0 0 -1 + 1566 14 0.48937 0.80216 0.72799 1 -1 0 + 1433 14 0.45905 0.04030 0.17690 1 0 0 + 602 14 0.10322 0.17849 0.88510 0 -1 -1 + 397 13 0.31162 0.25549 0.89990 -1 0 0 + 1933 13 0.07455 0.48736 0.71267 1 1 0 + 866 14 0.32570 0.91028 0.83895 0 -2 0 + 1705 13 0.49074 0.11839 0.09563 1 1 1 + 1575 14 0.43986 0.94034 0.68381 1 0 -1 + 215 14 0.25716 0.79005 0.88174 0 0 0 + 1123 13 0.10918 0.05746 0.91946 1 2 -1 + 1120 13 0.17775 0.51860 0.52653 0 -1 0 + 202 13 0.33001 0.34991 0.66132 -1 1 0 + 1221 14 0.42873 0.10922 0.52246 0 0 1 + 1769 14 0.21648 0.17737 0.96170 0 0 0 + 1281 14 0.42945 0.16595 0.30093 -1 0 1 + 684 14 0.29489 0.92279 0.00827 -1 -1 -1 + 449 14 0.41398 0.22062 0.53045 0 0 -1 + 1409 14 0.13366 0.23433 0.62232 1 0 1 + 1444 13 0.35901 0.76766 0.71128 1 0 -1 + 476 14 0.17237 0.58029 0.56116 0 0 0 + 1687 13 0.35479 0.55271 0.70748 0 0 0 + 1744 13 0.47244 0.17473 0.69773 0 1 -1 + 986 14 0.03057 0.52001 0.78999 1 0 0 + 384 14 0.11808 0.22294 0.50298 0 0 0 + 1849 13 0.33489 0.67248 0.68257 0 -2 -1 + 1945 13 0.04586 0.64613 0.87479 2 1 0 + 1240 13 0.25100 0.84420 0.01593 0 -1 0 + 1341 14 0.41096 0.18513 0.72589 -1 -1 -2 + 837 14 0.17184 0.73253 0.60448 1 -1 -1 + 477 14 0.13194 0.59025 0.59756 0 0 0 + 723 14 0.34807 0.58618 0.86814 0 0 1 + 1869 14 0.38783 0.62601 0.39660 1 0 1 + 1006 13 0.35112 0.89179 0.56669 0 -2 -1 + 1662 14 0.13847 0.50293 0.93921 1 -1 -1 + 566 14 0.26461 0.71931 0.70404 0 1 0 + 1757 14 0.20862 0.06557 0.65313 0 1 1 + 1292 14 0.11027 0.43110 0.60307 0 -1 -1 + 1237 13 0.04521 0.34459 0.73668 0 0 0 + 840 14 0.44996 0.05393 0.33414 -1 0 1 + 1839 14 0.14155 0.75749 0.13803 1 -1 1 + 851 14 0.07423 0.42100 0.83728 0 1 0 + 1225 13 0.28292 0.65411 0.92859 1 -1 -1 + 1316 14 0.09780 0.12255 0.03076 1 0 0 + 160 13 0.14208 0.94785 0.61458 -1 -1 0 + 1977 14 0.00021 0.88222 0.69102 0 0 0 + 1995 14 0.20818 0.50005 0.98965 1 -1 -1 + 1291 13 0.11704 0.44174 0.57046 0 -1 -1 + 634 13 0.10041 0.02128 0.82894 0 1 0 + 658 13 0.09622 0.02552 0.55502 0 0 0 + 620 14 0.44906 0.62646 0.63029 -1 -1 -1 + 446 14 0.27230 0.03765 0.68912 -1 0 -1 + 1331 14 0.49043 0.52679 0.66783 1 0 -2 + 166 13 0.24020 0.06474 0.91481 0 1 -1 + 1637 14 0.21366 0.85906 0.60737 1 -1 -1 + 870 14 0.14174 0.77993 0.82596 0 0 0 + 705 14 0.22165 0.30539 0.82966 0 -1 -1 + 448 13 0.38836 0.24158 0.54172 0 0 -1 + 1690 13 0.45136 0.45082 0.23942 0 0 1 + 1369 13 0.49643 0.43592 0.94172 0 0 0 + 1942 13 0.09262 0.14527 0.73000 -1 1 0 + 667 13 0.42792 0.40885 0.82145 0 0 -1 + 1122 14 0.17257 0.49897 0.55501 0 -1 0 + 584 14 0.35070 0.16270 0.96839 1 0 0 + 204 14 0.31986 0.36218 0.69245 -1 1 0 + 1526 14 0.45684 0.13682 0.94296 0 2 1 + 1252 13 0.04025 0.59613 0.10743 0 1 1 + 1232 14 0.29969 0.04777 0.59239 0 0 0 + 610 13 0.29822 0.14876 0.71951 -1 1 0 + 1579 13 0.18293 0.88942 0.82762 1 -1 -1 + 139 13 0.39845 0.76102 0.95447 0 -2 -1 + 254 14 0.34161 0.43434 0.98506 -1 -1 -1 + 140 14 0.36370 0.76167 0.95829 0 -2 -1 + 1682 14 0.19090 0.72650 0.88003 0 -1 -1 + 825 14 0.04552 0.85472 0.32723 1 -1 1 + 504 14 0.31112 1.00043 0.85790 0 -1 -1 + 1683 14 0.20967 0.70111 0.83461 0 -1 -1 + 383 14 0.14506 0.25852 0.53562 0 0 0 + 464 14 0.42616 0.30322 0.86901 0 0 -1 + 702 14 0.30373 0.81724 0.63161 1 -1 -1 + 621 14 0.48685 0.60673 0.66553 -1 -1 -1 + 1129 13 0.39388 0.86678 0.96081 0 0 0 + 1636 13 0.19781 0.87292 0.57944 1 -1 -1 + 363 14 0.10720 0.77630 0.99211 0 -1 0 + 885 14 0.38470 0.07576 0.95629 0 1 -1 + 494 14 0.13216 0.36317 0.77915 -1 1 0 + 47 8 0.28810 0.51340 0.60371 0 0 0 + 1494 14 0.10808 0.30308 0.87275 -1 -1 1 + 1768 13 0.19721 0.15205 0.94720 0 0 0 + 1447 13 0.46403 0.27034 0.72303 1 0 0 + 1681 13 0.18046 0.71359 0.84925 0 -1 -1 + 1935 14 0.09604 0.49626 0.68655 1 1 0 + 1198 13 0.14868 0.02581 0.67680 0 0 -1 + 1525 13 0.48741 0.15358 0.94015 0 2 1 + 733 13 0.09621 0.53691 0.61185 -1 0 0 + 601 13 0.13489 0.17704 0.87032 0 -1 -1 + 545 14 0.38845 0.98378 0.78625 1 0 -1 + 791 14 0.24076 0.85179 0.70095 0 -1 -1 + 1121 14 0.20800 0.50705 0.51332 0 -1 0 + 427 13 0.36405 0.01220 0.96909 -1 0 -1 + 544 13 0.41791 0.96636 0.77910 1 0 -1 + 1715 14 0.26900 0.75857 0.94946 0 0 0 + 683 14 0.34773 0.90923 -0.00083 -1 -1 -1 + 1332 14 0.44407 0.50380 0.68736 1 0 -2 + 1691 14 0.42439 0.45621 0.21782 0 0 1 + 612 14 0.28726 0.18020 0.70881 -1 1 0 + 704 14 0.24271 0.33795 0.86909 0 -1 -1 + 574 13 0.19436 0.87498 0.93494 0 -2 -1 + 1039 13 0.14110 0.62581 0.91017 0 -1 1 + 1094 14 0.21044 0.36636 0.96519 -1 0 1 + 268 13 0.14623 0.59903 0.09621 0 0 1 + 919 13 0.06114 0.62638 0.45077 0 0 -1 + 935 14 0.14943 0.23564 0.75011 0 0 0 + 1689 14 0.33049 0.53807 0.72794 0 0 0 + 588 14 0.38260 0.30560 0.76797 0 0 0 + 270 14 0.11439 0.61105 0.10425 0 0 1 + 421 13 0.09200 0.82452 0.93171 -1 -2 0 + 651 14 0.02837 0.33162 0.43214 1 0 1 + 425 14 0.07461 0.11746 0.62780 0 1 0 + 1257 14 0.25823 0.09977 0.80563 1 0 0 + 1212 14 0.36561 0.18799 0.80950 0 -1 0 + 314 14 0.04382 0.61529 0.72973 -1 1 -1 + 1312 13 0.48530 0.43092 0.59929 1 1 -1 + 1360 13 0.14200 0.77964 0.57291 0 -1 -1 + 598 13 0.48851 0.90459 0.94546 -1 -3 -1 + 1339 13 0.38387 0.19538 0.74550 -1 -1 -2 + 428 14 0.35413 0.98489 0.98855 -1 -1 -1 + 1394 14 0.16569 0.22006 0.83765 1 -1 0 + 1227 14 0.27211 0.63528 0.95601 1 -1 -1 + 420 14 0.04976 0.40952 0.12840 -1 2 0 + 782 14 0.05740 0.33979 0.04686 1 0 0 + 59 11 0.21012 0.41649 0.60260 0 0 0 + 382 13 0.12769 0.25648 0.50533 0 0 0 + 1078 13 0.43895 0.81287 0.82442 0 -1 -1 + 1368 14 0.23344 0.63126 0.55027 0 -1 0 + 253 13 0.30794 0.42970 0.97680 -1 -1 -1 + 1231 13 0.28794 0.01483 0.59265 0 0 0 + 936 14 0.18951 0.23492 0.71200 0 0 0 + 55 4 0.34884 0.56405 0.60426 0 0 0 + 1356 14 0.15848 0.12899 0.82618 1 0 0 + 1746 14 0.47728 0.14494 0.68007 0 1 -1 + 586 13 0.35509 0.29478 0.74929 0 0 0 + 1946 14 0.07393 0.63655 0.89331 2 1 0 + 680 14 0.08444 0.15322 0.48782 0 0 1 + 1943 14 0.11303 0.17318 0.72477 -1 1 0 + 1233 14 0.29666 0.00266 0.62425 0 0 0 + 1688 14 0.35476 0.53317 0.67848 0 0 0 + 87 14 0.49821 0.05764 0.68948 -1 0 0 + 1137 14 0.41116 0.37879 0.69348 0 0 0 + 1749 14 0.01579 0.18175 0.60369 2 1 -1 + 1978 13 0.03449 0.46056 0.44862 2 0 -1 + 520 13 0.45217 0.64639 0.29564 -1 0 1 + 313 13 0.02157 0.59885 0.75113 -1 1 -1 + 465 14 0.45678 0.27286 0.83438 0 0 -1 + 1745 14 0.48758 0.16910 0.72875 0 1 -1 + 1611 14 0.45958 0.84462 0.36737 0 -1 0 + 1538 14 0.37143 0.99908 0.30388 0 0 0 + 1034 14 0.04817 0.89423 0.79889 1 0 0 + 522 14 0.45410 0.64217 0.33030 -1 0 1 + 1515 14 0.48327 0.61217 0.20070 -1 1 0 + 80 2 0.49345 0.72078 0.59832 0 0 0 + 1308 14 0.03659 0.68381 0.54895 0 -2 0 + 437 14 0.49000 0.29530 0.00874 0 1 0 + 1680 14 -0.00537 0.55061 0.53622 1 0 0 + 1857 14 0.50384 0.49201 0.88914 1 0 0 + 1166 14 -0.00645 0.26801 0.19424 0 0 1 + 786 14 0.47898 0.19333 0.87533 -1 1 0 + 1920 14 0.01895 0.19239 0.88311 1 1 -1 + 1005 14 0.00432 0.50489 0.11905 1 0 1 + 109 13 0.49877 0.18347 0.48235 0 0 0 + 1527 14 0.50683 0.13299 0.91961 0 2 1 + 1848 14 0.00605 0.76057 0.23846 1 0 2 + 435 14 0.00382 0.19418 0.78976 0 1 -1 + 123 14 0.51418 0.90350 0.22268 0 0 0 + 249 14 0.49464 0.10141 0.77886 -1 1 -1 + 1733 14 0.58405 0.75876 0.49414 1 0 0 + 376 13 0.86721 0.63724 0.14142 -1 0 1 + 891 14 0.97922 0.44787 0.23806 0 0 0 + 902 14 0.63816 0.68383 0.56343 0 -1 0 + 1518 14 0.77554 0.85614 0.09981 0 0 1 + 1314 14 0.51964 0.43360 0.59328 1 1 -1 + 1417 13 0.81348 0.71761 0.39450 -1 0 0 + 1099 13 0.61591 0.26702 0.42955 0 0 1 + 1012 13 0.77902 0.98753 0.37185 0 -1 0 + 758 14 0.59102 0.14985 0.37398 -2 0 1 + 822 14 0.61263 0.32282 0.10261 -1 -1 0 + 1140 14 0.60019 0.03560 0.31311 0 1 0 + 732 14 0.53548 0.11665 0.25953 0 2 0 + 1673 14 0.79114 0.37464 0.56747 0 1 1 + 199 13 0.64140 0.54101 0.16211 -1 1 0 + 115 13 0.82438 0.71455 0.19049 1 0 -1 + 452 14 0.57390 0.68246 0.16849 -1 0 0 + 1336 13 0.79071 0.24427 0.36959 1 1 0 + 1205 14 0.65075 0.38181 0.36083 0 -1 0 + 1472 14 0.83930 0.25194 0.47769 -1 0 0 + 228 14 0.74621 0.38974 0.21519 -2 1 0 + 1675 13 0.86840 0.27630 0.03221 0 0 0 + 334 13 0.65498 0.16156 0.03435 0 0 0 + 1258 13 0.88179 0.39254 0.88898 0 0 -1 + 1027 13 0.58049 0.85735 0.99415 1 0 0 + 1892 14 0.59598 0.76561 0.19865 -1 1 0 + 1686 14 0.53801 0.39677 0.72754 0 0 -1 + 1077 14 0.80644 0.89510 -0.00194 1 0 0 + 317 14 0.96097 0.21253 0.99173 0 1 0 + 1188 14 0.99020 0.45769 0.02700 0 -1 0 + 1491 14 0.86028 -0.00010 0.97115 -1 1 0 + 933 14 0.98646 0.80017 0.91161 -1 -1 -1 + 997 13 0.97952 0.50376 0.65271 0 0 -1 + 1708 13 0.83141 0.95901 0.22423 0 0 2 + 165 14 0.86372 0.48900 0.93075 -2 0 1 + 1259 14 0.85563 0.40114 0.86742 0 0 -1 + 193 13 0.88765 0.22132 0.20820 -1 0 0 + 1405 13 0.67212 0.11283 0.27133 0 0 0 + 1601 14 0.92349 0.72990 0.14235 0 0 -1 + 1712 14 0.57418 0.51754 0.52938 1 0 1 + 247 13 0.50630 0.13118 0.79304 -1 1 -1 + 1794 14 0.55707 0.84588 0.80600 0 -1 0 + 486 14 0.70521 0.28624 0.18715 -1 1 1 + 377 14 0.89824 0.65336 0.14103 -1 0 1 + 560 14 0.59053 0.29837 0.17696 -1 0 0 + 500 14 0.80487 0.80902 0.25755 -1 1 0 + 380 14 0.57758 0.34059 0.33133 -1 1 2 + 1532 14 0.93358 0.74339 0.28045 -1 1 1 + 1554 14 1.00124 0.54971 0.22943 -1 0 -2 + 1159 13 0.69039 0.78816 0.11163 0 0 2 + 1903 13 0.91355 0.98975 0.13076 0 0 0 + 1805 14 0.69008 0.21497 0.00671 0 0 0 + 1990 13 0.75582 0.08908 0.45153 1 0 1 + 779 14 0.91235 0.88888 0.40982 -1 0 0 + 156 14 0.82667 0.69771 0.53027 -1 0 1 + 1875 14 0.56036 0.74762 0.07606 1 0 1 + 1206 14 0.65080 0.42153 0.39931 0 -1 0 + 1443 14 0.51611 0.57593 0.58194 0 0 -1 + 444 14 0.72396 0.49395 0.14101 -1 0 0 + 743 14 0.74172 0.95077 0.01318 0 0 0 + 194 14 0.90026 0.24544 0.23016 -1 0 0 + 1862 14 0.90938 0.19889 0.90125 0 -1 0 + 1440 14 0.89654 0.04726 0.17339 -1 0 0 + 1161 14 0.70491 0.81993 0.11006 0 0 2 + 1196 14 0.81182 0.78277 0.38917 -2 -2 0 + 928 13 0.67197 0.94706 0.08026 -1 0 1 + 1155 14 0.65548 0.46800 0.96458 0 1 0 + 278 14 0.78996 0.52215 0.21032 -1 0 0 + 1455 14 0.84153 0.58141 0.22760 0 0 1 + 217 13 0.55917 0.42711 0.02165 0 0 1 + 242 14 0.80878 0.96512 0.07440 -1 0 1 + 534 14 0.85083 0.07373 0.04719 0 2 1 + 1471 13 0.87059 0.26554 0.48540 -1 0 0 + 443 14 0.71332 0.49926 0.19502 -1 0 0 + 164 14 0.88913 0.48931 0.97988 -2 0 1 + 874 13 0.62791 0.51903 0.93214 -1 1 -1 + 842 14 0.85126 0.63315 0.47961 0 0 0 + 644 14 0.73069 0.33955 0.06206 -1 0 0 + 431 14 0.93030 0.32448 0.27953 0 0 1 + 1991 14 0.73047 0.10062 0.47267 1 0 1 + 481 13 0.89555 0.78615 0.11421 0 0 1 + 629 14 0.86369 0.50776 0.11438 0 -1 0 + 1607 14 0.61581 0.89181 0.32521 1 0 -1 + 554 14 0.81922 0.93177 0.84011 -1 -1 0 + 460 13 0.65421 0.47702 0.23882 -1 0 2 + 189 14 0.66761 0.00359 0.17426 -1 0 1 + 1793 14 0.54520 0.80003 0.77743 0 -1 0 + 887 14 0.94208 0.47666 0.79872 -1 0 0 + 347 14 0.69987 0.77080 0.50307 0 0 2 + 1174 13 0.57707 0.56783 0.40378 2 -2 1 + 990 14 0.95605 0.91945 0.22203 -1 -2 -1 + 1588 13 0.96240 0.70747 0.96976 0 -1 -1 + 864 14 0.76364 0.34503 0.28603 -1 0 0 + 284 14 0.81008 0.07827 0.33809 -1 1 0 + 1833 14 0.91028 0.37200 0.41374 0 1 1 + 903 14 0.63907 0.70043 0.51068 0 -1 0 + 1485 14 0.76610 0.41026 0.38354 0 0 0 + 1719 14 0.71075 0.83752 0.27622 1 -1 -1 + 402 14 0.96650 0.11623 0.35417 0 1 1 + 1592 14 0.72162 0.64323 0.23244 -1 0 1 + 1800 14 0.66972 0.47281 0.05230 -1 0 -1 + 1674 14 0.81354 0.36069 0.61608 0 1 1 + 1612 13 0.67884 0.23907 0.29367 0 0 0 + 187 13 0.70125 0.00018 0.16536 -1 0 1 + 1338 14 0.82442 0.23497 0.36929 1 1 0 + 832 13 0.72970 0.19711 0.42198 0 0 1 + 1559 14 0.61688 0.32515 0.01111 0 -1 0 + 1284 14 0.73003 0.09393 0.23372 0 1 -1 + 1615 13 0.81239 0.41634 0.00666 -1 0 0 + 941 14 0.84837 0.37886 0.19887 -1 1 -1 + 843 14 0.79895 0.62084 0.46650 0 0 0 + 1531 13 0.93695 0.73817 0.24604 -1 1 1 + 1570 13 0.58902 0.41550 0.61010 1 -1 0 + 697 13 0.56917 0.95134 0.54599 1 -1 -1 + 1730 14 0.60273 0.46513 0.33353 0 1 0 + 1641 14 0.77604 0.92863 0.20608 0 -1 1 + 145 13 0.92764 0.32528 0.10402 0 0 -1 + 1520 14 0.78425 0.55030 0.01445 -1 1 0 + 292 13 0.84101 0.40315 0.47023 -1 0 1 + 1076 14 0.81520 0.84260 0.01308 1 0 0 + 548 14 0.57299 0.39421 0.85924 0 0 -2 + 499 13 0.83691 0.79961 0.24717 -1 1 0 + 537 14 0.64170 0.74048 0.85631 -1 0 0 + 881 14 0.61406 0.38659 0.49154 0 0 -1 + 966 14 0.78879 0.19831 0.16529 0 0 0 + 1540 13 0.52747 0.84441 0.12904 0 -1 0 + 1512 14 0.85771 0.11082 0.22602 1 1 1 + 1215 14 0.64749 0.63928 0.13734 -1 -1 1 + 117 14 0.79128 0.70358 0.18780 1 0 -1 + 1617 14 0.84214 0.42356 0.98975 -1 0 -1 + 1696 13 0.68908 0.40477 0.45145 0 0 0 + 1560 14 0.63116 0.28252 0.97890 0 -1 -1 + 430 13 0.90680 0.30722 0.26021 0 0 1 + 1209 14 0.67402 0.40466 0.25415 0 0 0 + 325 13 0.94225 0.43069 0.41917 -1 0 1 + 1516 13 0.74602 0.87377 0.10620 0 0 1 + 381 14 0.53108 0.36035 0.30883 -1 1 2 + 841 13 0.81940 0.64729 0.47676 0 0 0 + 1893 14 0.54270 0.76042 0.18474 -1 1 0 + 1294 13 0.95273 0.23449 0.36484 0 2 -1 + 989 14 0.92565 0.89504 0.26126 -1 -2 -1 + 1598 14 0.97806 0.01550 0.37863 0 0 1 + 1114 13 0.54886 0.74546 0.36943 -1 0 0 + 116 14 0.84262 0.69235 0.17056 1 0 -1 + 1406 14 0.66926 0.13774 0.29570 0 0 0 + 794 14 0.88206 0.97866 0.41642 0 -1 0 + 1784 14 0.93961 0.43504 0.94646 -1 -1 -1 + 127 13 0.52956 0.53449 0.96415 1 0 0 + 1618 13 0.87032 0.17797 0.38926 0 1 0 + 1035 14 1.00129 0.87022 0.81578 0 0 0 + 1311 14 0.79338 0.76614 0.04156 0 0 0 + 1244 14 0.77642 0.33656 0.98700 0 1 -2 + 731 14 0.55459 0.06748 0.24290 0 2 0 + 294 14 0.82048 0.38731 0.44676 -1 0 1 + 511 13 0.89811 0.91875 0.51334 0 0 1 + 458 14 0.51866 0.51708 0.08599 0 0 1 + 1296 14 0.98096 0.22710 0.38411 0 2 -1 + 485 14 0.75710 0.28020 0.16898 -1 1 1 + 961 13 0.62475 0.59118 0.30425 0 0 -1 + 327 14 0.97372 0.44311 0.42799 -1 0 1 + 484 13 0.73281 0.30443 0.17574 -1 1 1 + 1709 14 0.85926 0.93786 0.22384 0 0 2 + 1484 14 0.79464 0.45652 0.39376 0 0 0 + 1436 14 0.69021 0.08177 0.11522 0 0 1 + 390 14 0.91597 0.88049 0.76779 -1 -1 1 + 1620 14 0.87171 0.17098 0.42350 0 1 0 + 1204 13 0.64139 0.41507 0.36626 0 -1 0 + 1483 13 0.76859 0.44386 0.37417 0 0 0 + 1404 14 0.95879 0.87603 0.08998 0 -1 2 + 1175 14 0.56182 0.53658 0.40747 2 -2 1 + 1541 14 0.52566 0.81819 0.10596 0 -1 0 + 833 14 0.73684 0.20344 0.45562 0 0 1 + 285 14 0.84270 0.11415 0.36469 -1 1 0 + 1896 14 0.74692 0.47229 0.31545 1 0 1 + 453 14 0.55688 0.62983 0.16894 -1 0 0 + 2000 14 0.74351 0.08809 0.38981 0 2 0 + 1606 13 0.59220 0.88107 0.34867 1 0 -1 + 1090 13 0.53662 0.01655 0.27201 0 0 0 + 264 14 0.94953 0.14676 0.50176 -1 1 -1 + 1207 13 0.69667 0.37814 0.25161 0 0 0 + 709 13 0.86211 0.38780 0.30869 -2 0 0 + 926 14 0.68531 0.69950 0.36219 0 -1 0 + 793 13 0.88311 0.01315 0.42213 0 0 0 + 1698 14 0.71510 0.42628 0.44233 0 0 0 + 336 14 0.62168 0.15125 0.03720 0 0 0 + 1734 14 0.61319 0.79744 0.46742 1 0 0 + 890 14 0.92538 0.44139 0.22718 0 0 0 + 1724 14 0.90940 0.45025 0.54733 -1 0 -1 + 1883 14 0.77808 0.39047 0.09272 1 -1 0 + 1886 14 0.54682 0.04792 0.16130 0 1 0 + 1677 14 0.89518 0.28704 0.05197 0 0 0 + 1999 13 0.73628 0.07730 0.35734 0 2 0 + 415 13 0.55715 0.11471 0.01227 -1 0 0 + 715 13 0.63044 0.87432 0.48613 0 0 0 + 927 14 0.71496 0.70146 0.31554 0 -1 0 + 1075 13 0.82796 0.86805 0.99278 1 0 -1 + 645 14 0.72234 0.34406 0.11655 -1 0 0 + 1169 14 0.51845 0.85054 0.54924 0 -2 -1 + 1287 14 0.63099 0.30065 0.37707 0 0 1 + 1321 13 0.68506 0.98497 0.99085 1 0 0 + 151 13 0.52735 0.21038 0.57867 0 1 1 + 863 14 0.77205 0.30253 0.25164 -1 0 0 + 1442 14 0.57082 0.56782 0.58151 0 0 -1 + 416 14 0.57228 0.09020 0.99244 -1 0 -1 + 1755 14 0.80774 0.45056 0.59286 0 1 -1 + 1002 14 0.91669 0.47150 0.30989 -1 1 1 + 1392 14 0.59989 0.67160 0.09117 0 0 1 + 1549 13 0.86144 0.57278 0.33908 0 1 0 + 1101 14 0.61403 0.27771 0.46279 0 0 1 + 138 14 0.60852 0.70728 0.24397 0 -1 1 + 1614 14 0.65847 0.21650 0.27640 0 0 0 + 248 14 0.52167 0.12126 0.82285 -1 1 -1 + 1616 14 0.82200 0.41246 0.04006 -1 0 0 + 370 13 0.71813 0.95294 0.44817 -1 -2 0 + 512 14 0.93275 0.91638 0.50912 0 0 1 + 963 14 0.61541 0.61764 0.28338 0 0 -1 + 275 14 0.79362 0.59608 0.09692 -1 0 1 + 274 13 0.76345 0.59893 0.07947 -1 0 1 + 136 13 0.61708 0.67981 0.26384 0 -1 1 + 1473 14 0.87735 0.28747 0.45902 -1 0 0 + 1894 13 0.72745 0.50070 0.30939 1 0 1 + 1260 14 0.88407 0.41946 0.91118 0 0 -1 + 358 13 0.64163 0.15588 0.41757 -1 -1 -1 + 1885 13 0.53073 0.03770 0.13198 0 1 0 + 205 13 0.97837 0.36669 0.30893 0 0 0 + 283 13 0.84340 0.08397 0.34704 -1 1 0 + 1285 13 0.64979 0.31347 0.35052 0 0 1 + 508 13 0.62995 0.51120 0.61196 -1 0 1 + 1138 13 0.62512 0.04891 0.33371 0 1 0 + 795 14 0.86635 0.02708 0.39478 0 0 0 + 1595 14 0.91029 0.37594 0.05652 -1 0 1 + 83 4 0.50957 0.69006 0.61939 0 0 0 + 417 14 0.52971 0.12549 0.99346 -1 0 -1 + 538 13 0.95849 0.71742 0.67792 -2 0 0 + 263 14 0.94638 0.11892 0.54945 -1 1 -1 + 318 14 0.97822 0.25457 0.96020 0 1 0 + 742 13 0.76637 0.93372 0.03119 0 0 0 + 1115 14 0.58219 0.74830 0.35927 -1 0 0 + 1028 14 0.58307 0.82730 0.01184 1 0 1 + 149 14 0.52808 0.25244 0.28165 -1 0 0 + 1376 14 0.87151 0.72340 0.35733 0 -1 0 + 432 14 0.87596 0.31550 0.27446 0 0 1 + 1671 14 0.69084 0.15870 0.52868 0 0 2 + 965 14 0.82859 0.23427 0.17878 0 0 0 + 553 13 0.80228 0.90310 0.85080 -1 -1 0 + 208 13 0.81621 0.19582 0.03764 -1 0 1 + 862 13 0.77868 0.31351 0.28418 -1 0 0 + 1165 13 0.97957 0.25681 0.16420 -1 0 1 + 853 13 0.51360 0.94896 0.09873 -1 -1 0 + 519 14 0.57998 0.15426 0.54857 -1 0 -1 + 359 14 0.67442 0.16735 0.42162 -1 -1 -1 + 1773 14 0.56003 0.61969 0.69948 1 1 -2 + 1029 14 0.60250 0.85360 0.96723 1 0 0 + 925 13 0.68593 0.71407 0.33041 0 -1 0 + 532 13 0.83000 0.10161 0.04380 0 2 1 + 1407 14 0.65599 0.08508 0.28523 0 0 0 + 1931 14 0.55614 0.45887 0.08180 0 0 0 + 1533 14 0.90717 0.75037 0.23236 -1 1 1 + 241 13 0.81262 0.97610 0.10739 -1 0 1 + 625 13 0.94625 0.56430 0.05947 0 0 1 + 1853 14 0.72646 0.56685 0.28341 1 -1 0 + 950 14 0.57871 0.96867 0.66893 1 0 -1 + 1324 13 0.98968 0.02002 0.52753 -1 0 0 + 335 14 0.66985 0.15157 0.06439 0 0 0 + 462 14 0.67567 0.48781 0.26424 -1 0 2 + 626 14 0.91615 0.55871 0.07638 0 0 1 + 209 14 0.80402 0.18788 0.00584 -1 0 1 + 147 14 0.94573 0.30448 0.12554 0 0 -1 + 150 14 0.54165 0.20100 0.29679 -1 0 0 + 513 14 0.88514 0.91627 0.48096 0 0 1 + 1884 14 0.80719 0.40089 0.13858 1 -1 0 + 1558 13 0.61472 0.31337 0.97825 0 -1 -1 + 1841 14 0.97393 0.69212 0.09109 0 0 1 + 1571 14 0.58468 0.40443 0.64299 1 -1 0 + 1106 14 0.69070 0.81599 0.39818 0 0 -1 + 561 14 0.60431 0.25075 0.15243 -1 0 0 + 1105 13 0.66063 0.80259 0.38638 0 0 -1 + 552 14 0.78790 0.31220 0.39251 0 1 1 + 316 13 0.98977 0.22984 0.98206 0 1 0 + 1243 13 0.76531 0.31381 0.01113 0 1 -1 + 1517 14 0.75404 0.89495 0.13285 0 0 1 + 1831 13 0.90244 0.33936 0.42355 0 1 1 + 1510 13 0.83374 0.13598 0.22991 1 1 1 + 482 14 0.91938 0.78858 0.08873 0 0 1 + 1904 14 0.88709 0.97801 0.15038 0 0 0 + 1424 14 0.50610 0.30405 0.22740 0 0 0 + 1278 14 0.78522 0.88032 0.55604 -1 0 0 + 1245 14 0.79462 0.30041 0.02470 0 1 -1 + 1785 14 0.99348 0.44743 0.94839 -1 -1 -1 + 1377 14 0.92222 0.70286 0.34926 0 -1 0 + 730 13 0.55836 0.10185 0.23762 0 2 0 + 876 14 0.60748 0.53832 0.91132 -1 1 -1 + 1619 14 0.90102 0.19313 0.38215 0 1 0 + 483 14 0.88138 0.81807 0.11602 0 0 1 + 1213 13 0.67982 0.62883 0.12907 -1 -1 1 + 1874 14 0.51448 0.76115 0.04828 1 0 1 + 931 13 0.96029 0.79649 0.93452 -1 -1 -1 + 807 14 0.61027 0.95781 0.20436 1 -1 0 + 559 13 0.61104 0.28506 0.15196 -1 0 0 + 550 13 0.79659 0.34476 0.40183 0 1 1 + 1887 14 0.51507 0.06660 0.12004 0 1 0 + 1283 14 0.78233 0.09967 0.21666 0 1 -1 + 1419 14 0.79711 0.69858 0.37015 -1 0 0 + 1375 13 0.90248 0.73103 0.34299 0 -1 0 + 1882 13 0.80933 0.40169 0.10368 1 -1 0 + 639 14 0.77139 0.64757 0.29190 -1 0 0 + 1323 14 0.65492 0.98277 0.97326 1 0 0 + 518 14 0.56181 0.15401 0.49633 -1 0 -1 + 1295 14 0.96413 0.25742 0.34102 0 2 -1 + 1640 14 0.72773 0.94654 0.18597 0 -1 1 + 1891 13 0.56638 0.74955 0.20806 -1 1 0 + 368 14 0.61905 0.57034 0.04759 -1 1 1 + 711 14 0.87549 0.41602 0.32441 -2 0 0 + 1626 14 0.91123 0.36647 0.59203 0 -1 0 + 1289 14 0.93397 0.65714 0.46120 0 0 0 + 279 14 0.80043 0.50583 0.26213 -1 0 0 + 1047 14 0.87925 0.44068 0.16732 -1 0 -1 + 1020 14 0.53453 0.86567 0.29820 0 -1 0 + 1422 14 0.67312 0.80045 0.21446 0 0 0 + 1154 14 0.67474 0.41624 0.96762 0 1 0 + 1992 14 0.77947 0.07499 0.47309 1 0 1 + 632 14 0.62276 0.86825 0.19310 -1 0 0 + 638 14 0.79060 0.69320 0.26724 -1 0 0 + 1435 13 0.66026 0.09976 0.11694 0 0 1 + 1802 14 0.90580 0.61425 0.94506 0 0 -1 + 967 13 0.92861 0.85302 0.32224 -1 1 -1 + 848 14 0.93397 0.86321 0.01757 -1 -1 0 + 1631 14 0.54932 0.06743 0.50283 2 -1 0 + 442 13 0.73965 0.49685 0.17213 -1 0 0 + 154 13 0.81518 0.72717 0.54521 -1 0 1 + 346 13 0.71574 0.76940 0.53420 0 0 2 + 958 13 0.66859 0.35170 0.58788 0 1 1 + 163 13 0.88782 0.47199 0.94953 -2 0 1 + 367 13 0.58852 0.58727 0.04555 -1 1 1 + 2001 14 0.70175 0.08178 0.35409 0 2 0 + 1613 14 0.70685 0.22028 0.30294 0 0 0 + 759 14 0.56604 0.11084 0.34375 -2 0 1 + 1591 13 0.73104 0.66529 0.20699 -1 0 1 + 251 14 0.87637 0.65131 0.67535 0 0 -1 + 1153 13 0.66404 0.44297 0.98746 0 1 0 + 231 14 0.67728 0.67026 0.46371 -1 0 0 + 1307 14 0.98374 0.66903 0.54202 -1 -2 0 + 1208 14 0.67657 0.34957 0.24991 0 0 0 + 1732 13 0.61680 0.76930 0.48787 1 0 0 + 1402 13 0.96219 0.89663 0.11803 0 -1 2 + 379 13 0.55576 0.33597 0.30440 -1 1 2 + 699 14 0.55468 0.98221 0.53827 1 -1 -1 + 643 13 0.71592 0.36013 0.08617 -1 0 0 + 1602 14 0.94820 0.70793 0.18668 0 0 -1 + 412 13 0.75893 0.06517 0.10621 0 1 -1 + 1116 14 0.53099 0.74089 0.33972 -1 0 0 + 1972 13 0.87077 0.31099 0.59351 -1 0 0 + 195 14 0.91541 0.21109 0.18955 -1 0 0 + 1058 14 0.96678 0.06973 0.43946 0 1 -1 + 847 13 0.94966 0.83322 0.02638 -1 -1 0 + 1234 13 0.64120 0.85282 0.91002 1 0 0 + 633 14 0.57510 0.87775 0.16669 -1 0 0 + 1600 13 0.94036 0.70128 0.15326 0 0 -1 + 949 13 0.55419 0.95775 0.69133 1 0 -1 + 1672 13 0.78726 0.37895 0.60196 0 1 1 + 1107 14 0.66994 0.78296 0.35897 0 0 -1 + 213 14 0.58571 0.64010 0.50387 -1 0 -2 + 218 14 0.59391 0.43107 0.02107 0 0 1 + 1798 13 0.67955 0.49194 0.07988 -1 0 -1 + 1441 13 0.54181 0.56172 0.56295 0 0 -1 + 211 13 0.56510 0.61957 0.48445 -1 0 -2 + 1322 14 0.67944 0.96679 0.02019 1 0 1 + 332 14 0.95766 0.57596 0.74319 -1 -2 -1 + 1197 14 0.83987 0.81030 0.35025 -2 -2 0 + 806 14 0.59623 0.99437 0.24342 1 -1 0 + 1092 14 0.51185 0.02742 0.29417 0 0 0 + 716 14 0.61441 0.89872 0.50539 0 0 0 + 942 14 0.89420 0.35087 0.21210 -1 1 -1 + 451 13 0.57842 0.65179 0.15230 -1 0 0 + 1627 13 0.76052 0.88577 0.33639 1 0 0 + 201 14 0.63741 0.52812 0.19438 -1 1 0 + 1811 14 0.81200 0.12353 0.89591 0 1 -1 + 1718 14 0.74319 0.84659 0.23235 1 -1 -1 + 148 13 0.51455 0.22302 0.29487 -1 0 0 + 1011 14 0.66296 0.56367 0.35265 0 0 0 + 901 13 0.64049 0.67178 0.53068 0 -1 0 + 882 14 0.57772 0.42818 0.48849 0 0 -1 + 805 13 0.61452 0.99122 0.21378 1 -1 0 + 348 14 0.73691 0.79724 0.53451 0 0 2 + 555 14 0.82751 0.87946 0.85606 -1 -1 0 + 501 14 0.83251 0.76811 0.23263 -1 1 0 + 1418 14 0.80914 0.69955 0.42413 -1 0 0 + 815 14 0.61894 0.14029 0.15810 1 0 1 + 1551 14 0.85384 0.58190 0.30619 0 1 0 + 276 14 0.74353 0.61937 0.09969 -1 0 1 + 1044 14 0.83091 0.02995 0.47076 0 0 -2 + 1717 13 0.72719 0.82106 0.25011 1 -1 -1 + 227 14 0.76535 0.43966 0.20103 -2 1 0 + 551 14 0.83098 0.34325 0.40797 0 1 1 + 1010 14 0.64507 0.54126 0.39995 0 0 0 + 780 14 0.85723 0.88884 0.40523 -1 0 0 + 1009 13 0.67371 0.54507 0.38024 0 0 0 + 293 14 0.87311 0.39114 0.46330 -1 0 1 + 778 13 0.88356 0.90450 0.42208 -1 0 0 + 1420 13 0.64554 0.79424 0.19387 0 0 0 + 184 13 0.76045 0.18007 0.30298 -1 1 1 + 378 14 0.87251 0.60758 0.12367 -1 0 1 + 1309 13 0.81359 0.79276 0.05186 0 0 0 + 1310 14 0.83592 0.77850 0.07468 0 0 0 + 1421 14 0.65790 0.79784 0.16136 0 0 0 + 1045 13 0.89583 0.45573 0.14046 -1 0 -1 + 1160 14 0.70709 0.76966 0.08709 0 0 2 + 1729 13 0.57600 0.48324 0.32010 0 1 0 + 1731 14 0.54827 0.46234 0.32428 0 1 0 + 962 14 0.59508 0.58162 0.32010 0 0 -1 + 200 14 0.60911 0.54118 0.14868 -1 1 0 + 1804 13 0.69007 0.24352 0.98652 0 0 -1 + 369 14 0.59738 0.62096 0.04237 -1 1 1 + 1799 14 0.65782 0.48222 0.10550 -1 0 -1 + 185 14 0.74745 0.15606 0.32482 -1 1 1 + 834 14 0.75569 0.21259 0.40443 0 0 1 + 1391 14 0.64269 0.69229 0.06290 0 0 1 + 893 14 0.97953 0.30607 0.81578 0 1 -1 + 1214 14 0.68139 0.59566 0.14003 -1 -1 1 + 940 13 0.88047 0.37130 0.18726 -1 1 -1 + 266 14 0.58338 0.98014 0.74968 -1 -1 1 + 401 14 0.91935 0.13326 0.33080 0 1 1 + 631 13 0.60320 0.89397 0.17974 -1 0 0 + 1195 13 0.81931 0.81510 0.37813 -2 -2 0 + 969 14 0.95972 0.84173 0.33354 -1 1 -1 + 757 13 0.56931 0.14551 0.34691 -2 0 1 + 1685 14 0.53189 0.44862 0.70928 0 0 -1 + 1519 13 0.79536 0.51788 0.00753 -1 1 0 + 960 14 0.69607 0.35268 0.60948 0 1 1 + 413 14 0.76202 0.07573 0.13941 0 1 -1 + 137 14 0.64067 0.69233 0.28641 0 -1 1 + 226 13 0.77541 0.40651 0.20578 -2 1 0 + 1895 14 0.71858 0.51219 0.34121 1 0 1 + 277 13 0.81398 0.52424 0.23566 -1 0 0 + 1288 13 0.91338 0.63021 0.46978 0 0 0 + 210 14 0.81537 0.16557 0.05517 -1 0 1 + 1593 14 0.70794 0.65951 0.18138 -1 0 1 + 1905 14 0.93957 0.96715 0.13670 0 0 0 + 637 13 0.78449 0.67927 0.29873 -1 0 0 + 1706 14 0.52312 0.12868 0.08733 1 1 1 + 1772 14 0.52161 0.59701 0.73218 1 1 -2 + 1091 14 0.52173 0.99023 0.25443 0 -1 0 + 628 13 0.85566 0.53796 0.09869 0 -1 0 + 998 14 0.94630 0.51464 0.65368 0 0 -1 + 1676 14 0.85548 0.24862 0.04925 0 0 0 + 1852 13 0.71831 0.60015 0.27653 1 -1 0 + 880 13 0.57995 0.39328 0.48775 0 0 -1 + 360 14 0.63317 0.14236 0.44869 -1 -1 -1 + 744 14 0.75012 0.92287 0.06019 0 0 0 + 688 13 0.98570 0.00633 0.79319 0 1 0 + 886 13 0.95108 0.45668 0.77147 -1 0 0 + 1854 14 0.68389 0.60215 0.28238 1 -1 0 + 892 13 0.98281 0.27271 0.82577 0 1 -1 + 1594 13 0.90887 0.40649 0.03956 -1 0 1 + 1514 14 0.51985 0.61082 0.24216 -1 1 0 + 414 14 0.77435 0.03380 0.10551 0 1 -1 + 146 14 0.90609 0.34305 0.12506 0 0 -1 + 820 13 0.61743 0.34405 0.07523 -1 -1 0 + 1836 14 0.97994 0.31312 0.92898 0 -1 0 + 1139 14 0.62700 0.02670 0.36066 0 1 0 + 1697 14 0.70292 0.38423 0.47614 0 0 0 + 830 14 0.53048 0.61599 0.86685 0 -1 0 + 630 14 0.83390 0.52890 0.07285 0 -1 0 + 461 14 0.62307 0.47383 0.25440 -1 0 2 + 198 14 0.87591 0.03645 0.30333 -2 1 1 + 186 14 0.78111 0.16196 0.28134 -1 1 1 + 1286 14 0.67088 0.28717 0.34121 0 0 1 + 1111 13 0.92065 0.92459 0.97821 -1 -1 -1 + 1608 14 0.61022 0.86049 0.37046 1 0 -1 + 510 14 0.64262 0.51019 0.64454 -1 0 1 + 243 14 0.81465 0.94670 0.12622 -1 0 1 + 1236 14 0.66696 0.83677 0.92739 1 0 0 + 710 14 0.82750 0.39138 0.31222 -2 0 0 + 1521 14 0.76918 0.49720 0.01801 -1 1 0 + 1437 14 0.63653 0.07868 0.10226 0 0 1 + 1337 14 0.77953 0.23773 0.33711 1 1 0 + 188 14 0.71787 0.02426 0.18452 -1 0 1 + 1832 14 0.93327 0.32290 0.42468 0 1 1 + 964 13 0.79539 0.23255 0.16794 0 0 0 + 988 13 0.92299 0.91259 0.23113 -1 -2 -1 + 1783 13 0.97076 0.42171 0.95513 -1 -1 -1 + 1511 14 0.85169 0.16580 0.22652 1 1 1 + 1282 13 0.75203 0.08435 0.20828 0 1 -1 + 1639 13 0.74510 0.91735 0.19430 0 -1 1 + 539 14 0.99311 0.71296 0.68006 -2 0 0 + 1803 14 0.86060 0.58637 0.96053 0 0 -1 + 1710 14 0.84382 0.98963 0.23571 0 0 2 + 1550 14 0.84009 0.59229 0.35874 0 1 0 + 326 14 0.93438 0.44714 0.38932 -1 0 1 + 400 13 0.95119 0.12100 0.32309 0 1 1 + 1806 14 0.71463 0.26414 1.00047 0 0 -1 + 717 14 0.63682 0.84826 0.50855 0 0 0 + 155 14 0.78063 0.72682 0.53985 -1 0 1 + 1184 14 0.68561 0.54770 0.03955 -1 0 -1 + 1624 13 0.93447 0.39142 0.58425 0 -1 0 + 1629 14 0.77549 0.91625 0.34477 1 0 0 + 929 14 0.66503 0.91707 0.09686 -1 0 1 + 1183 13 0.68799 0.57317 0.01570 -1 0 -1 + 1003 13 0.99274 0.49724 0.15115 0 0 1 + 1861 13 0.93161 0.17622 0.88659 0 -1 0 + 1185 14 0.70627 0.59839 0.03160 -1 0 -1 + 930 14 0.67801 0.97007 0.10589 -1 0 1 + 372 14 0.70527 0.92129 0.45565 -1 -2 0 + 1764 14 0.70014 0.40822 0.63203 0 1 -1 + 1100 14 0.61688 0.23212 0.43160 0 0 1 + 1876 13 0.96038 0.78965 0.45302 0 1 -1 + 1628 14 0.78022 0.86167 0.35233 1 0 0 + 2002 13 0.97881 0.94370 0.71835 1 1 1 + 1930 13 0.57067 0.47116 0.11114 0 0 0 + 1246 13 0.75015 0.56767 0.43939 1 0 1 + 1014 14 0.76500 0.01930 0.37598 0 0 0 + 1625 14 0.95772 0.39019 0.61034 0 -1 0 + 1247 14 0.75600 0.53726 0.45563 1 0 1 + 1290 14 0.93228 0.60186 0.46188 0 0 0 + 939 14 0.65942 0.22313 0.77320 1 0 -1 + 333 14 0.92090 0.56129 0.78182 -1 -2 -1 + 1084 13 0.68616 0.31031 0.49552 -1 2 -1 + 232 13 0.75760 0.47804 0.47876 -1 0 0 + 1164 14 0.51383 0.25743 0.94250 1 0 -1 + 1864 13 0.76634 0.36447 0.91884 0 0 -1 + 1052 14 0.53598 0.72627 0.43278 -1 1 1 + 1300 13 0.54028 0.29333 0.66999 0 0 1 + 95 14 0.80895 0.97843 0.73874 -1 -1 -1 + 774 14 0.86061 0.55163 0.75035 -1 0 -1 + 1987 13 0.70548 0.87716 0.82160 0 -1 -1 + 1711 13 0.57359 0.49181 0.50571 1 0 1 + 128 14 0.56087 0.53142 0.97943 1 0 0 + 1176 14 0.57005 0.58460 0.43366 2 -2 1 + 959 14 0.68025 0.33467 0.55964 0 1 1 + 1481 14 0.78571 0.68476 0.89125 0 1 -1 + 814 13 0.59799 0.16387 0.17320 1 0 1 + 706 13 0.72847 0.79328 0.70402 -1 0 -1 + 728 14 0.68492 0.32722 0.70621 -1 0 0 + 497 14 0.82356 0.17557 0.82474 0 0 -1 + 492 14 0.64527 0.92858 0.87372 -1 -1 -1 + 1643 14 0.64852 0.13924 0.90430 0 0 -1 + 1146 14 0.98037 0.52588 0.44593 -1 1 -1 + 1071 14 0.97306 0.64068 0.88056 0 0 -1 + 1599 14 0.94975 0.98855 0.33951 0 -1 1 + 388 13 0.93090 0.84893 0.76975 -1 -1 1 + 523 13 0.55817 0.95227 0.01153 0 0 0 + 1809 14 0.62086 0.61753 0.83903 -1 0 0 + 1859 14 0.98671 0.03887 0.65462 0 1 -1 + 1507 13 0.98271 0.40617 0.67295 -1 1 0 + 1057 13 0.98450 0.08414 0.41298 0 1 -1 + 93 14 0.73158 0.03970 0.64650 0 0 0 + 913 13 0.77389 0.23898 0.51448 -1 1 -1 + 810 14 0.67703 0.51052 0.56071 0 -1 1 + 230 14 0.72962 0.66708 0.44612 -1 0 0 + 1081 13 0.86183 0.20221 0.58021 -1 0 -1 + 371 14 0.72666 0.96650 0.47925 -1 -2 0 + 1145 14 0.94223 0.51968 0.48551 -1 1 -1 + 353 14 0.91177 0.06656 0.97305 -1 0 1 + 1528 13 0.65740 0.37124 0.90668 -1 1 1 + 1396 13 0.85564 0.14735 0.48303 1 0 0 + 92 14 0.75388 0.02443 0.59824 0 0 0 + 980 14 0.98435 0.25863 0.51415 -1 1 1 + 1752 14 0.49934 0.03088 0.97210 0 1 0 + 720 14 0.73791 0.70629 0.01439 0 0 0 + 1880 14 0.89125 0.79376 0.66608 -1 -1 -1 + 984 14 0.79687 0.10029 0.80292 -1 1 0 + 932 14 0.95631 0.76190 0.93778 -1 -1 -1 + 762 14 0.98821 0.12759 0.19625 -1 1 1 + 809 14 0.64572 0.49577 0.51757 0 -1 1 + 727 13 0.71255 0.33477 0.68615 -1 0 0 + 134 14 0.93706 0.94937 0.83334 -1 0 -1 + 206 14 0.96503 0.39901 0.30928 0 0 0 + 859 13 0.67807 0.53666 0.80592 0 0 -1 + 1648 13 0.82364 0.51879 0.89569 0 0 0 + 1644 14 0.66935 0.08918 0.91527 0 0 -1 + 1152 14 0.91972 0.08711 0.70195 -1 1 0 + 773 14 0.80900 0.54621 0.73120 -1 0 -1 + 2004 14 0.97760 0.96316 0.74738 1 1 1 + 143 14 0.90517 0.23682 0.70463 -1 0 0 + 556 13 0.70714 0.45686 0.75700 0 1 0 + 267 14 0.58406 0.96904 0.80386 -1 -1 1 + 129 14 0.51958 0.50155 0.95793 1 0 0 + 311 14 0.69545 0.61255 0.52415 -1 2 0 + 924 14 0.71744 0.20027 0.70234 -1 1 0 + 1021 13 0.88911 0.57352 0.59878 -1 -1 0 + 229 13 0.69743 0.67587 0.43568 -1 0 0 + 197 14 0.89572 0.02589 0.25279 -2 1 1 + 375 14 0.63455 0.70689 0.95955 -1 0 0 + 1486 13 0.61570 0.32001 0.73359 0 0 -1 + 142 13 0.93032 0.25878 0.71503 -1 0 0 + 558 14 0.73389 0.43436 0.75583 0 1 0 + 691 13 0.88404 0.74840 0.79960 -1 -1 0 + 1721 14 0.82659 0.87928 0.70768 -1 0 -1 + 1822 13 0.63667 0.64129 0.94471 1 -1 -1 + 894 14 0.95532 0.26707 0.84664 0 1 -1 + 1488 14 0.62621 0.29300 0.75316 0 0 -1 + 698 14 0.59810 0.95947 0.56389 1 -1 -1 + 329 14 0.76364 0.84005 0.94880 -1 -1 -1 + 1439 14 0.92445 0.08552 0.20196 -1 0 0 + 1865 14 0.73285 0.37246 0.91274 0 0 -1 + 614 14 0.89930 0.15836 0.03314 0 -1 -1 + 1126 13 0.73047 0.57160 0.92907 0 0 -1 + 536 14 0.61179 0.73833 0.90279 -1 0 0 + 1547 14 0.81431 0.56250 0.65798 0 0 0 + 322 13 0.68084 0.75949 0.62411 0 0 1 + 1301 14 0.56702 0.30511 0.68919 0 0 1 + 1665 14 0.83721 0.28853 0.69695 0 0 0 + 250 13 0.89926 0.64248 0.70026 0 0 -1 + 968 14 0.91272 0.82431 0.31016 -1 1 -1 + 1754 14 0.83685 0.48811 0.56455 0 1 -1 + 1490 14 0.80801 0.98501 0.96089 -1 0 0 + 1151 14 0.89528 0.06780 0.65625 -1 1 0 + 1974 14 0.87747 0.28267 0.61290 -1 0 0 + 1193 14 0.98101 0.28631 0.67844 -1 0 0 + 1403 14 0.98962 0.88349 0.13529 0 -1 2 + 1844 14 0.86980 0.99801 0.83951 0 -2 0 + 1224 14 0.90267 0.33010 0.90008 1 1 -1 + 955 13 0.76916 0.15286 0.95459 0 1 -1 + 1812 14 0.83541 0.08794 0.86064 0 1 -1 + 144 14 0.93150 0.25495 0.74977 -1 0 0 + 183 14 0.54625 0.89351 0.85893 -1 -1 0 + 718 13 0.71856 0.73325 0.02543 0 0 0 + 433 13 0.98931 0.16464 0.80159 -1 1 -1 + 1763 14 0.72384 0.45572 0.61650 0 1 -1 + 821 14 0.64916 0.35785 0.08029 -1 -1 0 + 517 13 0.58773 0.14226 0.51665 -1 0 -1 + 2003 14 0.98483 0.96665 0.69265 1 1 1 + 176 14 0.82157 0.72702 0.76097 -1 -1 -1 + 1127 14 0.71357 0.57408 0.95959 0 0 -1 + 1780 13 0.97692 0.37349 0.81814 0 0 -1 + 1577 14 0.81675 0.99034 0.64910 1 -1 -1 + 1141 13 0.65132 0.21232 0.89432 1 2 -2 + 1900 13 0.97782 0.65830 0.31270 0 -1 1 + 1042 13 0.82234 0.03399 0.50443 0 0 -2 + 299 14 0.83307 0.18624 0.69394 -1 2 0 + 1522 13 0.86601 0.35505 0.79062 0 1 -1 + 974 14 0.62064 0.95168 0.38713 0 0 0 + 1897 13 0.74551 0.24520 0.65700 0 1 0 + 729 14 0.72670 0.36309 0.70100 -1 0 0 + 748 13 0.56099 0.73404 0.78230 0 -1 -1 + 1567 13 0.74588 0.98426 0.53923 1 -1 2 + 771 14 0.54629 0.24996 0.41346 0 0 0 + 1523 14 0.86159 0.38891 0.79817 0 1 -1 + 1542 14 0.52244 0.87327 0.10994 0 -1 0 + 352 13 0.93504 0.08710 0.95692 -1 0 1 + 98 14 0.90981 0.00849 0.05900 -2 0 0 + 1150 13 0.92624 0.07814 0.66878 -1 1 0 + 1529 14 0.63592 0.39494 0.89255 -1 1 1 + 977 14 0.69662 0.31225 0.79337 -1 0 0 + 1487 14 0.58339 0.32705 0.74498 0 0 -1 + 100 13 0.89930 -0.00017 0.57294 -1 0 0 + 1489 13 0.83810 0.99307 0.94499 -1 0 0 + 970 13 0.52140 0.55908 0.78426 -2 1 -1 + 219 14 0.55400 0.39777 0.03997 0 0 1 + 496 13 0.83011 0.20424 0.80581 0 0 -1 + 1969 13 0.68989 0.20828 0.57386 1 2 0 + 122 14 0.50576 0.92825 0.17394 0 0 0 + 754 13 0.69254 0.07899 0.70754 -1 1 0 + 221 14 0.65836 0.73103 0.68919 0 0 0 + 1932 14 0.56188 0.44786 0.13570 0 0 0 + 1235 14 0.64888 0.88685 0.91243 1 0 0 + 1364 14 0.58158 0.28937 0.92033 0 1 -1 + 1845 14 0.84763 0.01702 0.88648 0 -1 0 + 1584 14 0.86516 0.67496 0.81245 1 -1 -1 + 1428 14 0.77155 0.65906 0.78847 0 0 -1 + 761 14 0.97930 0.12781 0.14166 -1 1 1 + 1561 13 0.66019 0.96250 0.58710 1 -2 1 + 1642 13 0.64620 0.10564 0.89486 0 0 -1 + 1168 13 0.54030 0.85950 0.57504 0 -2 -1 + 1096 13 0.79013 0.29050 0.84143 0 0 -1 + 1379 14 0.58096 0.82623 0.61783 -1 -1 1 + 768 14 0.79977 0.69841 0.63735 0 0 0 + 533 14 0.79841 0.09019 0.05355 0 2 1 + 488 14 0.98151 0.81275 0.51604 -1 0 0 + 1971 14 0.66116 0.22801 0.57680 1 2 0 + 1046 14 0.89445 0.43194 0.11486 -1 0 -1 + 770 14 0.52941 0.22067 0.36969 0 0 0 + 627 14 0.93710 0.58255 0.03108 0 0 1 + 295 13 0.67559 0.54012 0.69602 -1 0 0 + 978 14 0.68669 0.36166 0.81614 -1 0 0 + 951 14 0.52945 0.94362 0.67105 1 0 -1 + 1108 13 0.83277 0.69879 0.99115 0 0 0 + 1043 14 0.84938 0.02049 0.52203 0 0 -2 + 557 14 0.69741 0.46066 0.72363 0 1 0 + 708 14 0.71996 0.78226 0.67194 -1 0 -1 + 1670 14 0.64918 0.12479 0.51549 0 0 2 + 914 14 0.75054 0.22015 0.53246 -1 1 -1 + 1098 14 0.79411 0.30207 0.87419 0 0 -1 + 1143 14 0.62250 0.23199 0.89672 1 2 -2 + 1823 14 0.63190 0.61152 0.96243 1 -1 -1 + 1378 13 0.60890 0.82373 0.63871 -1 -1 1 + 1013 14 0.76642 0.96885 0.39859 0 -1 0 + 135 14 0.90138 0.94487 0.79132 -1 0 -1 + 674 14 0.72864 0.63892 0.72373 0 0 -1 + 259 13 0.82569 0.44674 0.81212 -1 3 -1 + 1530 14 0.63706 0.35276 0.92831 -1 1 1 + 479 14 0.92766 0.70363 0.60151 -1 0 1 + 1548 14 0.78750 0.52554 0.62677 0 0 0 + 1546 13 0.78732 0.54027 0.65849 0 0 0 + 875 14 0.66013 0.52333 0.91924 -1 1 -1 + 749 14 0.58061 0.72323 0.75544 0 -1 -1 + 687 14 0.71744 0.70139 0.60188 -2 0 0 + 1144 13 0.96521 0.54267 0.47261 -1 1 -1 + 1801 13 0.88612 0.60677 0.97299 0 0 -1 + 1015 13 0.75165 0.89942 0.61163 -1 -2 -1 + 854 14 0.52414 0.98074 0.10883 -1 -1 0 + 756 14 0.68889 0.11210 0.69690 -1 1 0 + 760 13 0.96281 0.12494 0.17237 -1 1 1 + 1082 14 0.87394 0.20654 0.54769 -1 0 -1 + 1389 14 0.93599 0.10192 0.78381 1 1 -1 + 590 14 0.70231 0.67432 0.85605 0 0 0 + 909 14 0.95035 0.51708 0.87117 -1 1 -2 + 1427 14 0.77669 0.60446 0.78131 0 0 -1 + 713 14 0.92294 0.82817 0.59636 -1 0 -1 + 938 14 0.66579 0.23682 0.82641 1 0 -1 + 1807 13 0.60090 0.58885 0.83778 -1 0 0 + 1053 14 0.53868 0.68033 0.46346 -1 1 1 + 860 14 0.67718 0.50385 0.79386 0 0 -1 + 1390 13 0.60788 0.68906 0.06195 0 0 1 + 1826 14 0.75878 0.87043 0.47209 0 0 1 + 296 14 0.68491 0.57374 0.69359 -1 0 0 + 593 14 0.71484 0.03569 0.95840 0 1 0 + 1068 14 0.98713 0.16985 0.06874 0 0 0 + 979 13 0.96771 0.23823 0.49112 -1 1 1 + 1881 14 0.90853 0.75385 0.70025 -1 -1 -1 + 1866 14 0.77615 0.38652 0.94415 0 0 -1 + 1202 14 0.57592 0.11075 0.88767 -1 -1 0 + 1023 14 0.90910 0.60203 0.59552 -1 -1 0 + 547 13 0.55421 0.37505 0.88168 0 0 -2 + 252 14 0.90190 0.60770 0.69782 0 0 -1 + 1781 14 0.95856 0.37573 0.84782 0 0 -1 + 1720 13 0.79433 0.87406 0.72014 -1 0 -1 + 1380 14 0.61143 0.85519 0.65377 -1 -1 1 + 1271 14 0.69440 0.78419 0.76219 -1 -1 -1 + 1524 14 0.85256 0.33811 0.81810 0 1 -1 + 707 14 0.74117 0.82550 0.69914 -1 0 -1 + 509 14 0.61451 0.48013 0.60759 -1 0 1 + 1762 13 0.71376 0.43780 0.64479 0 1 -1 + 1788 14 0.83052 0.81864 0.61274 0 -2 0 + 124 13 0.55482 0.83108 0.87318 -1 -1 0 + 1657 13 0.67665 0.90834 0.28463 0 0 0 + 1109 14 0.85032 0.66897 0.98608 0 0 0 + 907 13 0.92434 0.51680 0.84779 -1 1 -2 + 1438 13 0.89715 0.06378 0.20421 -1 0 0 + 1879 13 0.88828 0.78233 0.69900 -1 -1 -1 + 374 14 0.60718 0.73603 0.99777 -1 0 0 + 207 14 0.98583 0.35992 0.34242 0 0 0 + 408 14 0.74671 0.00051 0.84266 -1 0 0 + 298 13 0.83937 0.21819 0.70668 -1 2 0 + 159 14 0.66089 0.09048 0.82608 -1 -1 0 + 983 14 0.74744 0.08541 0.78304 -1 1 0 + 331 13 0.92678 0.56008 0.74737 -1 -2 -1 + 260 14 0.83852 0.47548 0.79687 -1 3 -1 + 525 14 0.55372 0.95041 0.04617 0 0 0 + 1750 13 0.53283 0.03000 0.96208 0 1 0 + 714 14 0.89064 0.87202 0.60601 -1 0 -1 + 1989 14 0.73761 0.87805 0.83539 0 -1 -1 + 976 13 0.71059 0.34401 0.79770 -1 0 0 + 755 14 0.67783 0.07830 0.73926 -1 1 0 + 297 14 0.70446 0.52237 0.68738 -1 0 0 + 1024 13 0.60992 0.43413 0.81975 1 0 0 + 265 13 0.59121 0.99425 0.78070 -1 -1 1 + 1786 13 0.79801 0.80580 0.61154 0 -2 0 + 312 14 0.73243 0.57167 0.52855 -1 2 0 + 816 14 0.58589 0.14781 0.20181 1 0 1 + 1019 14 0.53752 0.83181 0.25457 0 -1 0 + 1659 14 0.70341 0.90069 0.30581 0 0 0 + 570 14 0.65640 0.87486 0.76846 -2 0 0 + 94 13 0.80308 0.98595 0.77239 -1 -1 -1 + 592 13 0.72817 0.06148 0.93890 0 1 0 + 531 14 0.75046 0.15108 0.59685 -1 0 0 + 126 14 0.58788 0.82483 0.88268 -1 -1 0 + 1017 14 0.73909 0.91429 0.64069 -1 -2 -1 + 530 14 0.80048 0.13222 0.61104 -1 0 0 + 99 14 0.91174 0.97269 0.01689 -2 -1 0 + 981 14 0.93455 0.24930 0.49196 -1 1 1 + 1741 13 0.61087 0.62808 0.64675 0 0 0 + 1304 14 0.66449 0.92395 0.70481 0 0 0 + 712 13 0.89312 0.83765 0.61197 -1 0 -1 + 535 13 0.61023 0.73137 0.86855 -1 0 0 + 373 13 0.62352 0.73922 0.96702 -1 0 0 + 1112 14 0.89620 0.91275 0.95618 -1 -1 -1 + 1088 14 0.57921 0.21934 0.62241 -1 0 0 + 1022 14 0.88343 0.56299 0.56592 -1 -1 0 + 234 14 0.72560 0.48069 0.49261 -1 0 0 + 1425 14 0.55489 0.32486 0.24305 0 0 0 + 1025 14 0.63589 0.42993 0.79671 1 0 0 + 1898 14 0.73817 0.27909 0.66158 0 1 0 + 808 13 0.67889 0.49682 0.52859 0 -1 1 + 1899 14 0.77852 0.24181 0.66804 0 1 0 + 549 14 0.53530 0.39846 0.89950 0 0 -2 + 1597 13 0.97678 0.98509 0.36141 0 -1 1 + 323 14 0.66007 0.78757 0.62242 0 0 1 + 591 14 0.69813 0.63191 0.82079 0 0 0 + 1808 14 0.62276 0.56338 0.82794 -1 0 0 + 220 13 0.62808 0.72426 0.70533 0 0 0 + 1563 14 0.68987 0.97301 0.57189 1 -2 1 + 1568 14 0.75969 0.95384 0.54956 1 -1 2 + 1753 13 0.80475 0.48143 0.57672 0 1 -1 + 956 14 0.73784 0.16815 0.95752 0 1 -1 + 391 13 0.85383 0.22558 0.93482 -1 0 0 + 685 13 0.74214 0.67752 0.60845 -2 0 0 + 487 13 0.98575 0.82343 0.54907 -1 0 0 + 750 14 0.57581 0.71946 0.81042 0 -1 -1 + 1016 14 0.76733 0.87023 0.62280 -1 -2 -1 + 982 13 0.78166 0.08403 0.77595 -1 1 0 + 675 14 0.73561 0.65249 0.67057 0 0 -1 + 212 14 0.55179 0.59653 0.50715 -1 0 -2 + 1117 13 0.80168 0.78755 0.85359 -1 0 0 + 1578 14 0.86816 0.98791 0.62883 1 -1 -1 + 1018 13 0.51613 0.85426 0.27074 0 -1 0 + 1061 14 0.50015 0.99558 0.43192 -1 0 1 + 181 13 0.56071 0.92383 0.84920 -1 -1 0 + 826 13 0.95151 0.16313 0.60975 -1 0 -1 + 1158 14 0.79601 0.10347 0.71345 0 1 0 + 1387 13 0.91596 0.07464 0.77500 1 1 -1 + 849 14 0.95942 0.81914 -0.00411 -1 -1 0 + 772 13 0.82717 0.55154 0.76060 -1 0 -1 + 1725 14 0.86772 0.45011 0.51097 -1 0 -1 + 1840 13 0.98158 0.67309 0.06276 0 0 1 + 1277 14 0.82915 0.90006 0.52884 -1 0 0 + 1576 13 0.85011 0.98620 0.65874 1 -1 -1 + 1230 14 0.78391 0.41382 0.68789 0 0 0 + 1087 13 0.60949 0.22518 0.63890 -1 0 0 + 726 14 0.51218 0.30717 0.61395 0 0 0 + 915 14 0.76780 0.27204 0.52415 -1 1 -1 + 300 14 0.83876 0.21407 0.74141 -1 2 0 + 1480 13 0.75619 0.70278 0.88609 0 1 -1 + 480 14 0.87736 0.68107 0.59706 -1 0 1 + 1305 14 0.68188 0.97546 0.69463 0 0 0 + 133 13 0.90309 0.94507 0.82625 -1 0 -1 + 1482 14 0.76658 0.73237 0.87061 0 1 -1 + 1792 13 0.54066 0.83470 0.77721 0 -1 0 + 1388 14 0.89608 0.06890 0.80320 1 1 -1 + 1582 13 0.87944 0.64412 0.80420 1 -1 -1 + 1118 14 0.81678 0.78241 0.82247 -1 0 0 + 1203 14 0.54232 0.06909 0.90163 -1 -1 0 + 125 14 0.53602 0.80738 0.89072 -1 -1 0 + 1787 14 0.80032 0.77806 0.59038 0 -2 0 + 1825 13 0.74575 0.84237 0.45578 0 0 1 + 158 14 0.66531 0.03976 0.80446 -1 -1 0 + 690 14 0.95409 0.02058 0.78863 0 1 0 + 1070 14 0.92136 0.63275 0.86256 0 0 -1 + 324 14 0.69831 0.75966 0.59382 0 0 1 + 1569 14 0.77347 0.00512 0.53408 1 0 2 + 1326 14 0.97773 0.05190 0.51954 -1 0 0 + 478 13 0.91057 0.67684 0.58692 -1 0 1 + 1669 13 0.68323 0.13033 0.50970 0 0 2 + 922 13 0.68684 0.18487 0.70939 -1 1 0 + 613 13 0.93362 0.16418 0.02976 0 -1 -1 + 328 13 0.73510 0.82954 0.93153 -1 -1 -1 + 615 14 0.94537 0.13687 0.01134 0 -1 -1 + 1940 14 0.85858 0.83512 0.94776 0 0 0 + 1723 13 0.89177 0.47101 0.52539 -1 0 -1 + 1666 13 0.50197 0.41478 0.32589 0 1 0 + 1228 13 0.78375 0.40770 0.72232 0 0 0 + 648 14 0.53219 0.18933 0.17723 0 0 0 + 1973 14 0.86878 0.29892 0.56075 -1 0 0 + 1751 14 0.54455 -0.00096 0.97336 0 1 0 + 923 14 0.66394 0.20078 0.68829 -1 1 0 + 97 13 0.90381 0.00585 0.02465 -2 0 0 + 196 13 0.89173 0.01162 0.28447 -2 1 1 + 1500 14 0.57669 0.26321 0.55723 0 1 -2 + 157 13 0.68074 0.07114 0.80475 -1 -1 0 + 673 13 0.71378 0.63584 0.69223 0 0 -1 + 1303 13 0.67991 0.94360 0.68034 0 0 0 + 889 13 0.94742 0.45314 0.25165 0 0 0 + 972 14 0.55071 0.56330 0.80287 -2 1 -1 + 1398 14 0.82236 0.15326 0.49201 1 0 0 + 1423 13 0.53805 0.31167 0.21539 0 0 0 + 1276 13 0.79525 0.89247 0.52482 -1 0 0 + 1149 14 0.88828 0.87473 0.17200 0 0 0 + 1902 14 0.94709 0.65980 0.29607 0 -1 1 + 827 14 0.95212 0.14050 0.63641 -1 0 -1 + 1110 14 0.85746 0.72355 0.99145 0 0 0 + 1365 14 0.54387 0.28755 0.87992 0 1 -1 + 1562 14 0.66891 0.95705 0.62052 1 -2 1 + 102 14 0.92808 0.01523 0.56038 -1 0 0 + 1128 14 0.72633 0.60297 0.91418 0 0 -1 + 1596 14 0.93354 0.40399 0.01490 -1 0 1 + 767 14 0.82359 0.73691 0.66912 0 0 0 + 828 14 0.92084 0.17963 0.61296 -1 0 -1 + 1863 14 0.92641 0.14634 0.90400 0 -1 0 + 1170 14 0.54992 0.89224 0.56740 0 -2 -1 + 529 13 0.78267 0.14591 0.58424 -1 0 0 + 1658 14 0.68685 0.93718 0.26768 0 0 0 + 1051 13 0.53648 0.71514 0.46593 -1 1 1 + 1147 13 0.85595 0.86858 0.16018 0 0 0 + 1742 14 0.62954 0.60201 0.63279 0 0 0 + 937 13 0.65998 0.25063 0.79481 1 0 -1 + 1939 13 0.86873 0.82462 0.91598 0 0 0 + 1069 13 0.94051 0.63454 0.89177 0 0 -1 + 829 13 0.51108 0.62182 0.89535 0 -1 0 + 1722 14 0.79541 0.88656 0.75278 -1 0 -1 + 719 14 0.69645 0.73955 -0.00093 0 0 0 + 569 14 0.60370 0.86552 0.75449 -2 0 0 + 262 13 0.95331 0.11479 0.51542 -1 1 -1 + 1649 14 0.79403 0.53188 0.90893 0 0 0 + 1498 13 0.59172 0.28417 0.53361 0 1 -2 + 1086 14 0.65471 0.30715 0.51048 -1 2 -1 + 1453 13 0.85536 0.61241 0.23599 0 0 1 + 96 14 0.80477 0.02084 0.77399 -1 0 -1 + 406 13 0.73940 0.98509 0.87318 -1 -1 0 + 474 14 0.52255 0.36420 0.48699 0 1 0 + 1810 13 0.82353 0.12074 0.86302 0 1 -1 + 1148 14 0.84038 0.85090 0.18601 0 0 0 + 1157 14 0.80286 0.07559 0.66617 0 1 0 + 1981 13 0.50858 0.40332 0.17434 0 0 0 + 393 14 0.85336 0.24302 0.96512 -1 0 0 + 1835 14 0.99996 0.36285 0.94261 0 -1 0 + 540 14 0.94513 0.68588 0.68497 -2 0 0 + 813 14 0.91951 0.92437 0.71729 0 -2 -1 + 1827 14 0.77341 0.82759 0.44031 0 0 1 + 1222 13 0.92116 0.30167 0.90862 1 1 -1 + 692 14 0.89062 0.77430 0.77705 -1 -1 0 + 1089 14 0.60604 0.25723 0.65246 -1 0 0 + 973 13 0.62010 0.97805 0.41009 0 0 0 + 1097 14 0.76941 0.31422 0.82622 0 0 -1 + 310 13 0.71546 0.59575 0.54739 -1 2 0 + 1663 13 0.83760 0.32334 0.70029 0 0 0 + 1664 14 0.85897 0.32931 0.72733 0 0 0 + 434 14 0.95776 0.17437 0.81312 -1 1 -1 + 1302 14 0.51574 0.28483 0.69341 0 0 1 + 498 14 0.81556 0.23029 0.82405 0 0 -1 + 811 13 0.88678 0.92666 0.72940 0 -2 -1 + 1201 13 0.54339 0.09874 0.88311 -1 -1 0 + 1650 14 0.81311 0.49761 0.86993 0 0 0 + 1142 14 0.66839 0.21809 0.92430 1 2 -2 + 766 13 0.82806 0.70441 0.65701 0 0 0 + 459 14 0.51127 0.53601 0.03455 0 0 1 + 233 14 0.77668 0.46259 0.50366 -1 0 0 + 1085 14 0.67927 0.31554 0.46163 -1 2 -1 + 971 14 0.50247 0.53624 0.80278 -2 1 -1 + 392 14 0.82589 0.20460 0.93634 -1 0 0 + 1824 14 0.61177 0.64096 0.92015 1 -1 -1 + 1970 14 0.70271 0.20658 0.60635 1 2 0 + 1782 14 0.96505 0.39986 0.79848 0 0 -1 + 1229 14 0.79819 0.37603 0.72567 0 0 0 + 1270 13 0.67092 0.78735 0.78791 -1 -1 -1 + 261 14 0.80080 0.43558 0.79023 -1 3 -1 + 686 14 0.73203 0.64927 0.59049 -2 0 0 + 91 13 0.76098 0.02709 0.63238 0 0 0 + 1426 13 0.75288 0.62957 0.78637 0 0 -1 + 1001 14 0.89850 0.50962 0.34560 -1 1 1 + 101 14 0.89870 0.96846 0.55750 -1 -1 0 + 594 14 0.73473 0.04658 0.90795 0 1 0 + 389 14 0.91771 0.83129 0.74259 -1 -1 1 + 354 14 0.96446 0.06821 0.95630 -1 0 1 + 407 14 0.75716 0.95498 0.87228 -1 -1 0 + 1843 13 0.85678 0.02694 0.85422 0 -1 0 + 1119 14 0.82819 0.79539 0.87502 -1 0 0 + 490 13 0.64585 0.95386 0.89787 -1 -1 -1 + 568 13 0.63295 0.88106 0.74327 -2 0 0 + 1988 14 0.69585 0.84362 0.82397 0 -1 -1 + 861 14 0.69685 0.55422 0.78221 0 0 -1 + 1073 14 0.52671 0.35266 0.80751 -1 0 -2 + 908 14 0.89611 0.52662 0.86596 -1 1 -2 + 1572 14 0.61093 0.39227 0.59585 1 -1 0 + 1397 14 0.86025 0.11312 0.48850 1 0 0 + 1000 13 0.90554 0.47548 0.34280 -1 1 1 + 1083 14 0.83038 0.18751 0.57597 -1 0 -1 + 1583 14 0.88608 0.64641 0.76994 1 -1 -1 + 330 14 0.74751 0.81277 0.90347 -1 -1 -1 + 589 13 0.67987 0.65018 0.84437 0 0 0 + 365 14 0.98861 0.02087 0.25140 -1 1 0 + 1941 14 0.90237 0.81593 0.91995 0 0 0 + 1156 13 0.81248 0.10490 0.68263 0 1 0 + 957 14 0.76283 0.11886 0.95977 0 1 -1 + 1684 13 0.55619 0.42531 0.71874 0 0 -1 + 1223 14 0.89710 0.27688 0.91409 1 1 -1 + 175 13 0.78843 0.71926 0.76897 -1 -1 -1 + 831 14 0.51873 0.59524 0.91675 0 -1 0 + 491 14 0.67543 0.97140 0.89150 -1 -1 -1 + 222 14 0.60387 0.72768 0.68033 0 0 0 + 524 14 0.56984 0.92057 0.00248 0 0 0 + 1363 13 0.56685 0.26766 0.89721 0 1 -1 + 177 14 0.76934 0.74088 0.74919 -1 -1 -1 + 182 14 0.57939 0.93395 0.87697 -1 -1 0 + 1026 14 0.58569 0.45243 0.80241 1 0 0 + 812 14 0.87253 0.95293 0.71124 0 -2 -1 + 1272 14 0.64166 0.77335 0.77484 -1 -1 -1 + 1499 14 0.57409 0.31427 0.53613 0 1 -2 + 1743 14 0.62759 0.63592 0.67645 0 0 0 + 693 14 0.90723 0.75310 0.82536 -1 -1 0 + 1248 14 0.73101 0.55913 0.41140 1 0 1 + 1901 14 0.98921 0.62570 0.30715 0 -1 1 + 975 14 0.65225 0.97834 0.42386 0 0 0 + 1873 13 0.54583 0.77353 0.05761 1 0 1 + 1509 14 0.96902 0.40558 0.70513 -1 1 0 + 1072 13 0.52751 0.34410 0.77362 -1 0 -2 + 152 14 0.51286 0.21945 0.54816 0 1 1 + 1454 14 0.86389 0.62681 0.20529 0 0 1 + 1004 14 0.95860 0.49096 0.14689 0 0 1 + 1630 13 0.54368 0.04498 0.52905 2 -1 0 + 107 14 0.99318 0.69076 0.38280 -1 -1 1 + 995 14 0.52029 0.73157 0.25508 1 -1 -1 + 82 4 0.52251 0.74762 0.58926 0 0 0 + 106 13 0.98929 0.69311 0.41748 -1 -1 1 + 1590 14 0.96684 0.69210 0.00085 0 -1 0 + 769 13 0.51923 0.23139 0.40138 0 0 0 + 1113 14 0.95076 0.92057 0.96088 -1 -1 -1 + 1508 14 0.98904 0.44000 0.66674 -1 1 0 + 170 14 0.52128 0.01809 0.76284 0 1 0 + 1877 14 0.99021 0.80161 0.43922 0 1 -1 + 1878 14 0.95351 0.76043 0.43506 0 1 -1 + 888 14 0.94242 0.47568 0.74342 -1 0 0 + 1771 13 0.52694 0.62360 0.71009 1 1 -2 + 1513 13 0.51424 0.59873 0.20983 -1 1 0 + 1982 14 0.51635 0.37058 0.18385 0 0 0 + 1589 14 0.96293 0.68111 0.94679 0 -1 -1 + 1713 14 0.54570 0.49883 0.48582 1 0 1 + 1371 14 0.51873 0.42287 0.96528 0 0 0 + 110 14 0.50809 0.20239 0.45446 0 0 0 + 366 14 0.97606 0.06949 0.27458 -1 1 0 + 1632 14 0.51418 0.05627 0.54406 2 -1 0 + 600 14 0.51326 0.91152 0.96917 -1 -3 -1 + 1074 14 0.50226 0.32018 0.77002 -1 0 -2 + 776 14 0.99056 0.15357 0.27103 -1 1 0 + 438 14 0.50759 0.31591 0.05696 0 1 0 + 1059 14 0.99628 0.11448 0.42579 0 1 -1 + 665 14 0.99887 0.53995 0.36167 -1 -1 1 + 1167 14 0.99577 0.22649 0.15776 -1 0 1 + 153 14 0.50395 0.18903 0.59349 0 1 1 + 121 13 0.50210 0.93305 0.20839 0 0 0 + 999 14 0.99152 0.51498 0.62184 0 0 -1 + ITEM: TIMESTEP + 3000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.28709 0.42001 0.35274 0 0 0 + 306 14 0.31610 0.10063 0.08508 0 0 0 + 16 8 0.38607 0.24862 0.08744 0 0 0 + 653 14 0.18226 0.91837 0.41328 0 0 0 + 1181 14 0.09110 0.16474 0.16862 2 0 0 + 1036 13 0.42191 0.45902 0.48884 0 -1 1 + 5 4 0.19230 0.27620 0.14406 0 0 0 + 1934 14 0.11521 0.49988 0.77570 1 1 0 + 817 13 0.45329 0.41882 0.04056 0 -1 -1 + 878 14 0.05988 0.33974 0.63039 0 -1 0 + 21 4 0.38178 0.39238 0.13654 0 0 0 + 1703 14 0.30160 0.03235 0.28794 0 0 1 + 1605 14 0.12397 0.10062 0.10646 0 0 1 + 34 4 0.32212 0.48871 0.27665 0 0 0 + 676 13 0.00234 0.28202 0.77107 0 1 0 + 1967 14 0.37290 0.58721 0.18680 1 0 1 + 1475 14 0.18826 0.02060 0.31388 1 -1 2 + 1020 14 0.45823 0.90669 0.22002 0 -1 0 + 405 14 0.38204 0.88323 0.29615 0 0 1 + 1795 13 0.43914 0.49015 0.11604 -1 0 1 + 1430 14 0.06295 0.99148 0.05982 1 0 0 + 4 4 0.21274 0.32850 0.10616 0 0 0 + 1325 14 0.06428 0.02307 0.56980 0 0 0 + 308 14 0.32421 0.20824 0.40053 0 1 0 + 994 13 0.39866 0.68253 0.24385 1 -1 -1 + 1890 14 0.02724 0.58253 0.02414 1 0 0 + 1470 14 0.20864 0.18520 0.44783 1 1 0 + 90 14 0.15914 0.36943 0.87825 -1 -1 -1 + 1342 13 0.41307 0.60450 0.96572 0 -1 0 + 1434 14 0.38411 0.04555 0.24394 1 0 0 + 1596 14 0.03595 0.42653 0.05361 0 0 1 + 1694 14 0.43150 0.85890 0.67841 0 0 -1 + 37 1 0.30213 0.53474 0.44574 0 0 0 + 1344 14 0.42178 0.62096 0.93612 0 -1 0 + 6 4 0.24043 0.27142 0.09731 0 0 0 + 1625 14 0.02553 0.40152 0.57667 1 -1 0 + 404 14 0.38534 0.82913 0.28510 0 0 1 + 1652 14 0.27708 0.58728 0.22169 1 0 0 + 622 13 0.36246 0.86911 0.82042 1 1 -1 + 797 14 0.11690 0.23226 0.19759 0 0 -1 + 1906 13 0.17359 0.49939 0.41961 1 1 -2 + 946 13 0.10694 0.62429 0.29063 0 0 1 + 1858 13 0.04463 0.02815 0.70060 1 1 -1 + 77 4 0.35387 0.70765 0.38022 0 0 0 + 237 14 0.21032 0.79416 0.41387 0 0 -1 + 1975 13 0.05561 0.84448 0.72028 0 0 0 + 1816 13 0.26113 0.72316 0.19345 0 -1 0 + 1907 14 0.16044 0.53124 0.42557 1 1 -2 + 1469 14 0.26351 0.18013 0.44303 1 1 0 + 1385 14 0.11546 0.25906 0.11677 0 1 0 + 1450 13 0.28423 0.40398 0.05938 1 0 1 + 1038 14 0.43951 0.45574 0.51889 0 -1 1 + 1867 13 0.47710 0.62328 0.40910 1 0 1 + 244 13 0.18251 0.02185 0.57081 0 1 0 + 63 6 0.37093 0.71275 0.49342 0 0 0 + 1868 14 0.46893 0.58928 0.40914 1 0 1 + 1911 14 0.31111 0.17956 0.18400 0 0 0 + 1358 14 0.47988 0.37800 0.41947 1 -1 0 + 1952 14 0.19109 0.07299 0.04032 1 0 1 + 954 14 0.33701 0.59771 0.33895 0 0 0 + 582 14 0.41455 0.62636 0.13998 -1 0 0 + 1019 14 0.45140 0.87923 0.26754 0 -1 0 + 440 14 0.16889 0.65834 0.18105 -1 0 0 + 1761 14 0.32749 0.50294 0.09272 0 0 1 + 1030 13 0.24022 0.93609 0.27893 0 -1 0 + 788 14 0.29152 0.24042 0.24531 -1 1 1 + 985 13 0.10472 0.55704 0.89932 1 0 0 + 1909 13 0.28491 0.16454 0.16637 0 0 0 + 282 14 0.05237 0.66573 0.14772 0 0 0 + 1655 14 0.32474 0.54437 0.00742 1 -1 -1 + 1565 14 0.42914 0.76314 0.70566 1 -1 0 + 1132 13 0.12834 0.00110 0.46502 0 2 -1 + 953 14 0.29538 0.63310 0.33031 0 0 0 + 1506 14 0.13775 0.47200 0.19928 0 0 0 + 897 14 0.45518 0.09593 0.06909 0 1 0 + 1908 14 0.20817 0.50436 0.41791 1 1 -2 + 1328 14 0.00888 0.53680 0.95480 0 -1 -1 + 944 14 0.06182 0.98244 0.44306 0 0 0 + 1462 13 0.12671 0.25815 0.94475 1 0 1 + 256 13 0.21509 0.54073 0.31374 -1 -1 0 + 1735 13 0.20750 0.00539 0.10577 1 1 1 + 1103 14 0.16921 0.19618 0.37537 -1 0 0 + 1092 14 0.45382 0.95766 0.28549 0 -1 0 + 39 10 0.30234 0.53389 0.35133 0 0 0 + 624 14 0.35106 0.83614 0.82279 1 1 -1 + 53 10 0.36082 0.51795 0.48896 0 0 0 + 1587 14 0.29763 0.88761 0.36320 1 -1 0 + 1860 14 0.06001 0.05936 0.69708 1 1 -1 + 992 14 0.21213 0.23106 0.19216 1 -1 -1 + 799 13 0.29929 0.74846 0.06209 0 -1 1 + 1603 13 0.13713 0.07760 0.08365 0 0 1 + 1037 14 0.39415 0.43809 0.49261 0 -1 1 + 605 14 0.32931 0.81809 0.22472 -1 -2 0 + 635 14 0.03963 0.00889 0.80538 0 1 0 + 910 13 0.18095 0.43136 0.17909 1 0 1 + 395 14 0.16269 0.78583 0.71538 0 0 0 + 1457 14 0.32457 0.93297 0.18350 0 0 0 + 1653 14 0.24902 0.57292 0.26714 1 0 0 + 1307 14 0.02661 0.62301 0.58998 0 -2 0 + 1065 14 0.24723 0.82021 0.22217 1 -1 -1 + 1966 13 0.35285 0.56188 0.20019 1 0 1 + 1835 14 0.06935 0.35654 0.94331 1 -1 0 + 8 6 0.32586 0.35854 0.18596 0 0 0 + 505 13 0.28529 0.06921 0.39867 1 -1 -1 + 787 13 0.30324 0.23763 0.27814 -1 1 1 + 1634 14 0.39748 0.35652 0.34166 1 0 1 + 796 13 0.09230 0.25302 0.18393 0 0 -1 + 320 14 0.17679 0.16937 0.27406 0 1 1 + 1968 14 0.34690 0.54029 0.17334 1 0 1 + 1005 14 0.04966 0.49254 0.19685 1 0 1 + 765 14 0.44094 0.79693 0.23547 0 -1 0 + 1465 13 0.38992 0.71008 0.04400 1 0 1 + 419 14 0.09909 0.32653 0.16517 -1 2 0 + 394 13 0.13167 0.77028 0.71978 0 0 0 + 1359 14 0.45798 0.42818 0.42737 1 -1 0 + 1668 14 0.41992 0.43995 0.31736 0 1 0 + 1264 13 0.23195 0.16049 0.59923 0 0 0 + 14 8 0.37982 0.29855 0.10129 0 0 0 + 1145 14 0.05817 0.54226 0.40746 0 1 -1 + 411 14 0.27233 0.97613 0.22766 0 -1 -1 + 1728 14 0.32066 0.70742 0.27080 1 1 0 + 1343 14 0.42698 0.62414 0.99109 0 -1 0 + 257 14 0.19801 0.51991 0.33605 -1 -1 0 + 315 14 0.05115 0.62550 0.80918 -1 1 -1 + 1268 14 0.14076 0.71102 0.10358 1 0 1 + 1746 14 0.44114 0.14774 0.63563 0 1 -1 + 467 14 0.47646 0.61130 0.07197 -1 0 0 + 111 14 0.41227 0.12853 0.41136 0 0 0 + 642 14 0.39399 0.42170 0.00236 0 0 1 + 27 10 0.39430 0.15288 0.07893 0 0 0 + 1242 14 0.20729 0.82261 0.02426 0 -1 0 + 75 4 0.38506 0.81734 0.46595 0 0 0 + 1645 13 0.12117 0.95795 0.15131 0 0 0 + 1666 13 0.42390 0.47437 0.31257 0 1 0 + 1726 13 0.29137 0.69121 0.28092 1 1 0 + 1889 14 0.01395 0.60706 0.97638 1 0 -1 + 1773 14 0.46316 0.64152 0.80269 1 1 -2 + 752 14 0.14829 0.77931 0.24182 0 0 0 + 1536 14 0.14594 0.70831 0.42047 2 1 1 + 104 14 0.18115 0.29041 0.38669 0 -1 0 + 1040 14 0.13366 0.71550 0.94988 0 -1 1 + 1766 14 0.11130 0.50027 0.33862 1 0 1 + 1585 13 0.27793 0.86566 0.34442 1 -1 0 + 1429 13 0.05846 0.02581 0.06478 1 1 0 + 13 8 0.41255 0.28106 0.17881 0 0 0 + 1349 14 0.14545 0.84013 0.56506 0 -1 1 + 1104 14 0.13715 0.21665 0.41553 -1 0 0 + 22 4 0.40039 0.37238 0.19990 0 0 0 + 1817 14 0.28104 0.75190 0.19389 0 -1 0 + 466 13 0.47277 0.64294 0.08640 -1 0 0 + 1702 13 0.26985 0.03187 0.30259 0 0 1 + 1266 14 0.19912 0.17239 0.60120 0 0 0 + 26 11 0.37043 0.23443 0.05411 0 0 0 + 745 13 0.12147 0.59297 0.20238 0 0 -1 + 109 13 0.41426 0.12842 0.44628 0 0 0 + 1190 14 0.32199 0.90840 0.43818 -1 -1 -2 + 76 4 0.34952 0.75955 0.33973 0 0 0 + 1333 13 0.04248 0.66175 0.95688 1 -1 -1 + 1921 13 0.48580 0.73089 0.02025 1 0 2 + 1633 13 0.40033 0.36858 0.30896 1 0 1 + 1955 14 0.10652 0.83866 0.22782 2 0 1 + 617 14 0.15292 0.57682 0.49061 1 -1 0 + 422 14 0.08028 0.77710 0.94737 -1 -2 0 + 344 14 0.11917 0.36486 0.30524 -1 -1 1 + 1960 13 0.40153 0.35220 0.41791 -1 0 0 + 429 14 0.31230 0.02714 1.00415 -1 0 -1 + 609 14 0.19753 0.38457 0.28547 0 1 0 + 1080 14 0.44597 0.83771 0.75430 0 -1 -1 + 1218 14 0.01537 0.92112 0.08562 1 -1 0 + 991 13 0.19242 0.20262 0.19721 1 -1 -1 + 947 14 0.07926 0.63851 0.27467 0 0 1 + 1790 14 0.23859 0.65505 0.10750 1 -1 2 + 620 14 0.48232 0.62393 0.64439 -1 -1 -1 + 507 14 0.28452 0.05834 0.43190 1 -1 -1 + 1372 13 0.09629 0.72575 0.53915 1 -1 0 + 1759 13 0.34008 0.50076 0.12528 0 0 1 + 400 13 0.07447 0.19291 0.38592 1 1 1 + 1250 14 0.23159 0.24440 0.49853 1 -1 1 + 89 14 0.15718 0.32992 0.91691 -1 -1 -1 + 1727 14 0.28511 0.66783 0.25568 1 1 0 + 1959 14 0.10434 0.01858 0.32007 0 1 1 + 321 14 0.20740 0.20909 0.29741 0 1 1 + 819 14 0.48240 0.43385 0.02835 0 -1 -1 + 1913 14 0.26064 0.08248 0.51303 1 -1 -1 + 1502 14 0.10292 0.15423 0.44426 1 0 0 + 1067 14 0.08759 0.18689 0.01433 1 0 0 + 1474 13 0.16535 0.04388 0.32637 1 -1 2 + 1834 13 0.06069 0.35046 0.97664 1 -1 0 + 1961 14 0.39757 0.35446 0.45258 -1 0 0 + 972 14 0.47039 0.49744 0.77476 -2 1 -1 + 29 7 0.29324 0.46208 0.28042 0 0 0 + 1704 14 0.27428 0.04736 0.33363 0 0 1 + 1478 14 0.04059 0.98063 0.22651 0 -1 1 + 18 9 0.40543 0.16080 0.11123 0 0 0 + 1508 14 0.01914 0.42504 0.73741 0 1 0 + 1432 13 0.37641 0.04358 0.27800 1 0 0 + 571 13 0.36690 0.61061 0.08191 0 -1 0 + 1504 13 0.11428 0.49369 0.21349 0 0 0 + 877 13 0.07257 0.35338 0.60080 0 -1 0 + 1134 14 0.14203 0.03087 0.45280 0 2 -1 + 829 13 0.48170 0.65884 0.88346 0 -1 0 + 1267 13 0.12170 0.73682 0.08965 1 0 1 + 1535 14 0.16329 0.74452 0.45851 2 1 1 + 1791 14 0.27096 0.69001 0.07940 1 -1 2 + 753 14 0.13803 0.72499 0.24370 0 0 0 + 1737 14 0.18515 0.03215 0.10298 1 1 1 + 1539 14 0.40564 0.14893 0.32115 0 1 0 + 309 14 0.30101 0.21002 0.35035 0 1 0 + 1635 14 0.42765 0.35132 0.29560 1 0 1 + 32 10 0.32002 0.38915 0.27891 0 0 0 + 180 14 0.08358 0.06816 0.19521 0 0 1 + 1466 14 0.39473 0.67860 0.05844 1 0 1 + 1146 14 0.03201 0.54493 0.35880 0 1 -1 + 1962 14 0.38932 0.32046 0.40974 -1 0 0 + 25 11 0.44166 0.20864 0.19090 0 0 0 + 66 7 0.33883 0.75308 0.47000 0 0 0 + 1534 13 0.13456 0.72847 0.44668 2 1 1 + 83 4 0.46925 0.81687 0.57105 0 0 0 + 1829 14 0.11638 0.49514 0.08498 2 0 0 + 495 14 0.20478 0.40453 0.79074 -1 1 0 + 741 14 0.22478 0.73847 0.35632 0 1 -1 + 307 13 0.29447 0.20115 0.38354 0 1 0 + 456 14 0.19693 0.80712 0.29820 0 -1 0 + 286 13 0.15563 0.91259 0.98547 0 -1 0 + 1537 13 0.39628 0.12951 0.34869 0 1 0 + 280 13 0.05057 0.63093 0.14482 0 0 0 + 441 14 0.21317 0.68640 0.16340 -1 0 0 + 798 14 0.06624 0.25226 0.20723 0 0 -1 + 1699 13 0.44867 0.52923 0.41701 1 1 0 + 1415 14 0.15136 0.85567 0.12067 1 0 0 + 694 13 0.11790 0.43202 0.48036 0 0 0 + 1171 13 0.45176 0.77028 0.11378 0 -2 0 + 305 14 0.33518 0.04902 0.09063 0 0 0 + 74 4 0.33823 0.81358 0.41743 0 0 0 + 608 14 0.19987 0.37592 0.34005 0 1 0 + 1997 14 0.16468 0.66158 0.27990 0 -1 0 + 1818 14 0.24853 0.72072 0.22599 0 -1 0 + 993 14 0.21442 0.17580 0.19275 1 -1 -1 + 618 14 0.16816 0.60946 0.44865 1 -1 0 + 597 14 0.03693 0.82361 0.56782 1 -1 0 + 396 14 0.10856 0.79652 0.71921 0 0 0 + 1957 13 0.07481 0.00348 0.33117 0 1 1 + 30 1 0.29085 0.45900 0.33333 0 0 0 + 1269 14 0.09548 0.74156 0.11230 1 0 1 + 1545 14 0.15802 0.66686 0.02125 1 0 1 + 1667 14 0.44073 0.47708 0.28204 0 1 0 + 1985 14 0.46727 0.40898 0.77575 1 1 0 + 1965 14 0.22710 0.67719 0.41299 0 0 1 + 1180 13 0.11745 0.14768 0.15320 2 0 0 + 287 14 0.13070 0.90189 0.00754 0 -1 1 + 911 14 0.17599 0.43846 0.14521 1 0 1 + 79 5 0.44003 0.76036 0.52788 0 0 0 + 1071 14 0.00972 0.69947 0.85118 1 0 -1 + 12 8 0.39246 0.31513 0.14726 0 0 0 + 40 4 0.35007 0.48176 0.41818 0 0 0 + 912 14 0.21342 0.44252 0.18572 1 0 1 + 607 13 0.18639 0.39745 0.31601 0 1 0 + 803 14 0.25024 0.32124 0.34230 1 0 -1 + 19 10 0.28536 0.35550 0.12071 0 0 0 + 654 14 0.15558 0.96673 0.41628 0 0 0 + 751 13 0.12222 0.75617 0.24464 0 0 0 + 1765 13 0.12610 0.48247 0.31240 1 0 1 + 28 5 0.31066 0.41571 0.25580 0 0 0 + 1102 13 0.17028 0.21568 0.40438 -1 0 0 + 249 14 0.40205 0.17082 0.73185 -1 1 -1 + 1505 14 0.11724 0.48846 0.24794 0 0 0 + 1543 13 0.16676 0.69683 0.00549 1 0 1 + 1544 14 0.14962 0.72148 0.02342 1 0 1 + 1033 13 0.06940 0.92803 0.87563 1 0 0 + 173 14 0.08763 0.74701 0.18708 0 0 0 + 917 14 0.14317 0.92756 0.33065 0 0 0 + 1456 13 0.34866 0.91384 0.16686 0 0 0 + 1335 14 0.01204 0.67896 0.95641 1 -1 -1 + 1693 13 0.42774 0.88444 0.65482 0 0 -1 + 73 4 0.31774 0.73208 0.44240 0 0 0 + 640 13 0.36195 0.42962 0.99080 0 0 0 + 343 13 0.08580 0.35905 0.31394 -1 -1 1 + 1828 13 0.14417 0.50032 0.10556 2 0 0 + 1964 14 0.24133 0.62537 0.42607 0 0 1 + 1651 13 0.26299 0.60052 0.25083 1 0 0 + 1056 14 0.30528 0.90720 0.72735 0 0 1 + 45 3 0.39241 0.61927 0.46961 0 0 0 + 36 7 0.31142 0.48870 0.41430 0 0 0 + 1373 14 0.10056 0.71679 0.50562 1 -1 0 + 1503 14 0.07336 0.15693 0.49093 1 0 0 + 1048 13 0.40460 0.23681 0.29485 0 -1 0 + 178 13 0.06241 0.05752 0.22093 0 0 1 + 78 4 0.39909 0.72329 0.33286 0 0 0 + 641 14 0.35980 0.46438 0.99405 0 0 0 + 670 13 0.02409 0.89502 0.96379 0 -1 -1 + 38 3 0.26744 0.56280 0.43626 0 0 0 + 1760 14 0.32449 0.47253 0.13883 0 0 1 + 24 11 0.36903 0.32129 0.07090 0 0 0 + 581 14 0.46576 0.62746 0.16083 -1 0 0 + 33 4 0.25799 0.47401 0.26731 0 0 0 + 281 14 0.07818 0.61919 0.16279 0 0 0 + 619 13 0.46141 0.62227 0.61641 -1 -1 -1 + 769 13 0.48638 0.21652 0.42855 0 0 0 + 240 14 0.43643 0.07994 0.56409 0 0 0 + 1910 14 0.29980 0.13756 0.14984 0 0 0 + 853 13 0.42699 0.96037 0.06812 -1 -1 0 + 2 2 0.22352 0.29473 0.12592 0 0 0 + 340 13 0.10554 0.76611 0.34577 -1 -1 0 + 69 2 0.37493 0.73736 0.36229 0 0 0 + 351 14 0.36510 0.85077 0.10383 0 -2 1 + 2004 14 0.06224 0.93089 0.62825 2 1 1 + 1963 13 0.22456 0.65342 0.43851 0 0 1 + 71 4 0.39550 0.70220 0.46440 0 0 0 + 1646 14 0.10769 0.97656 0.17768 0 0 0 + 604 13 0.30878 0.82330 0.19689 -1 -2 0 + 943 13 0.04385 0.96834 0.41658 0 0 0 + 304 13 0.31930 0.07468 0.10830 0 0 0 + 784 13 0.49149 0.15741 0.81669 -1 1 0 + 258 14 0.23652 0.55956 0.33397 -1 -1 0 + 345 14 0.06749 0.36979 0.28616 -1 -1 1 + 1796 14 0.40457 0.49437 0.11926 -1 0 1 + 10 3 0.29157 0.44025 0.18064 0 0 0 + 68 12 0.41258 0.77068 0.40096 0 0 0 + 1859 14 0.01814 0.02881 0.67779 1 1 -1 + 15 8 0.42312 0.23221 0.16525 0 0 0 + 506 14 0.29199 0.10347 0.40081 1 -1 -1 + 1925 14 0.35831 0.01322 0.18454 0 1 -1 + 1477 13 0.02705 0.94870 0.22201 0 -1 1 + 1357 13 0.48778 0.41206 0.41870 1 -1 0 + 1032 14 0.24402 0.96909 0.28987 0 -1 0 + 1956 14 0.10658 0.87983 0.26476 2 0 1 + 1928 14 0.35700 0.10870 0.48191 0 0 0 + 1476 14 0.18519 0.06949 0.33956 1 -1 2 + 44 1 0.35698 0.62631 0.49626 0 0 0 + 747 14 0.12089 0.55813 0.20532 0 0 -1 + 1163 14 0.49470 0.21216 0.97423 1 0 -1 + 1468 13 0.23762 0.17950 0.46654 1 1 0 + 995 14 0.42125 0.66902 0.26688 1 -1 -1 + 409 13 0.28892 0.99119 0.20081 0 -1 -1 + 35 5 0.29966 0.49919 0.36209 0 0 0 + 1870 13 0.46211 0.74698 0.83998 0 0 0 + 1 1 0.25779 0.30651 0.16343 0 0 0 + 1700 14 0.42917 0.50713 0.43585 1 1 0 + 1920 14 0.02264 0.17379 0.93802 1 1 -1 + 17 8 0.40515 0.21364 0.12034 0 0 0 + 1172 14 0.43402 0.79943 0.10611 0 -2 0 + 1431 14 0.02393 0.02965 0.06872 1 1 0 + 161 14 0.14119 0.94241 0.64576 -1 -1 0 + 802 13 0.27612 0.32915 0.32015 1 0 -1 + 652 13 0.16759 0.94314 0.39342 0 0 0 + 1691 14 0.50004 0.49348 0.21593 0 0 1 + 1064 14 0.20102 0.84711 0.20799 1 -1 -1 + 1239 14 0.08998 0.46215 0.86065 0 0 0 + 1066 13 0.05580 0.20055 0.01946 1 0 0 + 1541 14 0.47942 0.89653 0.13488 0 -1 0 + 740 14 0.26942 0.71293 0.33599 0 1 -1 + 269 14 0.15271 0.62249 0.09516 0 0 1 + 521 14 0.43595 0.61138 0.30955 -1 0 1 + 541 13 0.38995 0.56570 0.30629 0 1 1 + 606 14 0.32239 0.85137 0.18108 -1 -2 0 + 1280 14 0.42166 0.24345 0.41560 -1 0 1 + 1063 13 0.21320 0.82269 0.22987 1 -1 -1 + 1775 14 0.02868 0.83825 0.39888 1 -2 0 + 1695 14 0.42000 0.86780 0.62505 0 0 -1 + 350 14 0.37853 0.83630 0.05217 0 -2 1 + 1133 14 0.12267 0.00734 0.49896 0 2 -1 + 106 13 0.01815 0.66284 0.25942 0 -1 1 + 23 11 0.42040 0.29372 0.21535 0 0 0 + 1778 14 0.02222 0.91665 0.38403 0 -1 0 + 67 7 0.36586 0.79346 0.43933 0 0 0 + 1630 13 0.38867 0.96753 0.51730 2 -2 0 + 1279 13 0.39185 0.25274 0.39984 -1 0 1 + 81 10 0.44331 0.77438 0.49442 0 0 0 + 262 13 0.02634 0.15091 0.56425 0 1 -1 + 662 14 0.17283 0.52161 0.55618 0 2 -1 + 1351 13 0.49149 0.85911 0.32432 1 -1 0 + 1926 14 0.37142 0.05896 0.15635 0 1 -1 + 1031 14 0.25329 0.91668 0.30492 0 -1 0 + 572 14 0.36195 0.58509 0.05852 0 -1 0 + 916 13 0.14684 0.90667 0.30284 0 0 0 + 695 14 0.12375 0.45769 0.50338 0 0 0 + 763 13 0.41031 0.78313 0.24519 0 -1 0 + 1383 14 0.09051 0.36693 0.74479 0 0 1 + 945 14 0.05863 0.98172 0.38784 0 0 0 + 1216 13 0.04587 0.93050 0.07132 1 -1 0 + 785 14 0.46414 0.15842 0.79493 -1 1 0 + 804 14 0.28976 0.35875 0.33283 1 0 -1 + 764 14 0.41518 0.74857 0.24301 0 -1 0 + 1334 14 0.06547 0.68423 0.94312 1 -1 -1 + 454 13 0.20311 0.80095 0.33206 0 -1 0 + 1656 14 0.37978 0.54135 0.00285 1 -1 -1 + 341 14 0.13240 0.78825 0.34235 -1 -1 0 + 996 14 0.40377 0.66398 0.21465 1 -1 -1 + 789 14 0.29754 0.26915 0.29219 -1 1 1 + 288 14 0.14401 0.90317 0.95387 0 -1 0 + 746 14 0.12293 0.60453 0.23536 0 0 -1 + 179 14 0.06047 0.08490 0.24259 0 0 1 + 1192 13 0.01552 0.31210 0.68176 0 0 0 + 580 13 0.43209 0.62663 0.17023 -1 0 0 + 403 13 0.36822 0.85232 0.30491 0 0 1 + 1654 13 0.35234 0.52543 0.01755 1 -1 -1 + 1954 13 0.09168 0.86954 0.23484 2 0 1 + 1998 14 0.21500 0.64992 0.26012 0 -1 0 + 1182 14 0.14579 0.16678 0.16062 2 0 0 + 20 4 0.32753 0.33218 0.21527 0 0 0 + 1836 14 0.02890 0.33598 0.97494 1 -1 0 + 1789 13 0.26625 0.65601 0.08613 1 -1 2 + 1888 13 0.00295 0.58275 0.99898 1 0 -1 + 855 14 0.43638 0.99336 0.07496 -1 -1 0 + 1416 14 0.15556 0.89837 0.15558 1 0 0 + 1464 14 0.09593 0.24274 0.95092 1 0 1 + 1958 14 0.05014 0.02775 0.32617 0 1 1 + 72 4 0.31343 0.77367 0.49406 0 0 0 + 538 13 0.05286 0.72638 0.65828 -1 0 0 + 410 14 0.26350 0.00634 0.18218 0 0 -1 + 1564 13 0.44171 0.79510 0.69907 1 -1 0 + 3 3 0.25888 0.28129 0.20057 0 0 0 + 1767 14 0.15083 0.46313 0.32780 1 0 1 + 952 13 0.30240 0.60112 0.34262 0 0 0 + 921 14 0.04285 0.59014 0.49201 0 0 -1 + 824 14 0.03237 0.79242 0.30424 1 -1 1 + 121 13 0.48265 0.03170 0.19442 0 1 0 + 1772 14 0.45492 0.60960 0.75828 1 1 -2 + 319 13 0.17717 0.19184 0.30086 0 1 1 + 1912 13 0.22940 0.09676 0.51957 1 -1 -1 + 455 14 0.22324 0.82765 0.34230 0 -1 0 + 854 14 0.40743 0.96264 0.03922 -1 -1 0 + 1604 14 0.10937 0.05951 0.07245 0 0 1 + 1927 13 0.33320 0.08540 0.49258 0 0 0 + 904 13 0.15972 0.33561 0.48388 0 0 -1 + 7 5 0.28703 0.34265 0.15475 0 0 0 + 1647 14 0.09359 0.94951 0.13154 0 0 0 + 390 14 0.00624 0.80280 0.82944 0 -1 1 + 41 4 0.29312 0.45732 0.42972 0 0 0 + 1249 13 0.24171 0.27684 0.50675 1 -1 1 + 1451 14 0.27592 0.43785 0.05670 1 0 1 + 948 14 0.09512 0.59390 0.30328 0 0 1 + 9 1 0.30912 0.40841 0.20656 0 0 0 + 1736 14 0.18962 0.98080 0.12306 1 0 1 + 1187 14 0.04122 0.52429 0.12473 1 -1 0 + 172 13 0.06541 0.72826 0.16764 0 0 0 + 818 14 0.46471 0.39213 0.06006 0 -1 -1 + 775 13 0.05959 0.14111 0.28339 0 1 0 + 1495 13 0.01407 0.80585 0.07847 1 0 1 + 739 13 0.25136 0.71771 0.36555 0 1 -1 + 1463 14 0.13546 0.27281 0.97527 1 0 1 + 1414 13 0.16480 0.86487 0.15161 1 0 0 + 839 14 0.46601 0.02510 0.41787 -1 0 1 + 11 7 0.37995 0.36428 0.16578 0 0 0 + 696 14 0.13545 0.44176 0.45172 0 0 0 + 1872 14 0.43240 0.74221 0.82215 0 0 0 + 1830 14 0.13088 0.51351 0.13510 2 0 0 + 1467 14 0.35651 0.71784 0.05082 1 0 1 + 906 14 0.14039 0.36412 0.47783 0 0 -1 + 1173 14 0.42813 0.74465 0.11100 0 -2 0 + 1217 14 0.05295 0.90512 0.04832 1 -1 0 + 1624 13 0.01622 0.42573 0.55321 1 -1 0 + 1251 14 0.21240 0.29584 0.50517 1 -1 1 + 1458 14 0.37808 0.91907 0.18502 0 0 0 + 616 13 0.14403 0.58597 0.45805 1 -1 0 + 1914 14 0.22983 0.12713 0.50224 1 -1 -1 + 88 13 0.13829 0.35573 0.90276 -1 -1 -1 + 918 14 0.18138 0.90505 0.29759 0 0 0 + 472 13 0.43367 0.33086 0.52146 0 1 0 + 801 14 0.27181 0.76973 0.06599 0 -1 1 + 439 13 0.18768 0.66515 0.15236 -1 0 0 + 342 14 0.10228 0.75136 0.31423 -1 -1 0 + 273 14 0.33488 0.20538 0.61442 -2 1 0 + 42 5 0.33176 0.53934 0.48394 0 0 0 + 1996 13 0.18878 0.67289 0.25723 0 -1 0 + 800 14 0.32515 0.76425 0.07954 0 -1 1 + 385 13 0.22682 0.38348 0.97006 0 1 -1 + 661 13 0.16606 0.55583 0.55382 0 2 -1 + 1951 13 0.20492 0.05713 0.01238 1 0 1 + 271 13 0.30699 0.21899 0.63054 -2 1 0 + 596 14 0.07906 0.78806 0.57230 1 -1 0 + 1452 14 0.31456 0.40101 0.04224 1 0 1 + 272 14 0.28059 0.19780 0.62178 -2 1 0 + 524 14 0.48558 0.94511 0.96725 0 0 -1 + 1929 14 0.34607 0.07282 0.52256 0 0 0 + 1274 14 0.28341 0.90983 0.09719 0 0 0 + 595 13 0.06049 0.81138 0.59058 1 -1 0 + 1189 13 0.31482 0.92948 0.41122 -1 -1 -2 + 245 14 0.20044 0.05179 0.56841 0 1 0 + 62 5 0.34360 0.67145 0.50954 0 0 0 + 1936 13 0.27127 0.36421 0.45645 1 0 0 + 235 13 0.22336 0.77663 0.44118 0 0 -1 + 387 14 0.25054 0.38466 0.99573 0 1 -1 + 573 14 0.33470 0.61892 0.09276 0 -1 0 + 386 14 0.19888 0.36830 0.98462 0 1 -1 + 1374 14 0.08376 0.69688 0.55440 1 -1 0 + 1091 14 0.46365 0.00652 0.26151 0 0 0 + 1191 14 0.28784 0.94885 0.42216 -1 -1 -2 + 657 14 0.04228 0.38880 0.21100 0 0 0 + 1479 14 0.05336 0.92689 0.22947 0 -1 1 + 1953 14 0.20113 0.02299 0.01891 1 0 1 + 170 14 0.45626 0.07202 0.70980 0 1 0 + 1273 13 0.25644 0.91074 0.07495 0 0 0 + 1297 13 0.36831 0.54296 0.88938 1 1 -1 + 246 14 0.20203 0.00159 0.59159 0 1 0 + 225 14 0.29214 0.30610 0.57098 0 -1 -1 + 905 14 0.14306 0.31904 0.50978 0 0 -1 + 1054 13 0.29516 0.89333 0.69689 0 0 1 + 1949 14 0.18052 0.23548 0.91834 0 0 -1 + 1275 14 0.23679 0.93744 0.08609 0 0 0 + 515 14 0.18694 0.35420 0.59661 1 1 0 + 236 14 0.25490 0.76596 0.43049 0 0 -1 + 110 14 0.42857 0.15930 0.45433 0 0 0 + 1661 14 0.14604 0.57893 0.95933 1 -1 -1 + 1938 14 0.24511 0.34343 0.46679 1 0 0 + 831 14 0.47982 0.69308 0.87659 0 -1 0 + 1055 14 0.31374 0.86385 0.69407 0 0 1 + 1770 14 0.15248 0.13565 0.93858 0 0 0 + 838 13 0.48409 0.04873 0.43624 -1 0 1 + 564 14 0.19489 0.53836 0.79736 1 0 -1 + 1621 13 0.34201 0.40279 0.50505 1 0 1 + 1131 14 0.48952 0.90736 0.89506 0 0 0 + 174 14 0.03550 0.72858 0.18575 0 0 0 + 1851 14 0.36504 0.50428 0.69011 0 -2 -1 + 835 13 0.18241 0.72866 0.61144 1 -1 -1 + 563 14 0.24652 0.55795 0.79422 1 0 -1 + 1814 14 0.17731 0.93055 0.74250 1 -1 0 + 61 11 0.22230 0.46310 0.68215 0 0 0 + 1125 14 0.16252 0.98540 0.87384 1 1 -1 + 1509 14 0.06069 0.44404 0.76858 0 1 0 + 987 14 0.11910 0.52528 0.89662 1 0 0 + 1580 14 0.14643 0.84680 0.85587 1 -1 -1 + 1595 14 0.05486 0.37580 0.04229 0 0 1 + 738 14 0.04265 0.46810 0.36784 0 0 0 + 1915 13 0.27765 0.66076 0.81155 2 0 0 + 865 13 0.32682 0.95058 0.87360 0 -2 0 + 1976 14 0.04940 0.86769 0.69488 0 0 0 + 120 14 0.18232 0.61505 0.84170 1 -2 -1 + 70 10 0.31257 0.67482 0.52832 0 0 0 + 669 14 0.48143 0.43840 0.91577 0 0 -1 + 1211 14 0.28460 0.14765 0.79323 0 -1 0 + 339 14 0.22549 0.91900 0.96951 0 -1 0 + 355 13 0.28086 0.47223 0.87146 0 -1 -1 + 303 14 0.21036 0.97294 0.47866 -1 0 0 + 114 14 0.35600 0.35272 0.78917 0 -1 0 + 514 13 0.19352 0.37912 0.57297 1 1 0 + 192 14 0.29941 0.99247 0.76886 1 0 0 + 167 14 0.28702 0.13333 0.95447 0 1 -1 + 1347 14 0.23323 0.82725 0.61847 0 -2 0 + 171 14 0.48309 0.02874 0.68822 0 1 0 + 1411 13 0.30992 0.78168 0.84291 -1 -1 -1 + 920 14 0.08449 0.56367 0.46702 0 0 -1 + 1493 14 0.04824 0.26200 0.88873 -1 -1 1 + 681 14 0.10675 0.16014 0.60158 0 0 1 + 1947 14 0.09223 0.78653 0.81697 2 1 0 + 1210 13 0.30964 0.16735 0.77881 0 -1 0 + 86 14 0.40183 0.98645 0.68220 -1 -1 0 + 238 13 0.43061 0.06136 0.53504 0 0 0 + 1265 14 0.23061 0.13500 0.57533 0 0 0 + 1136 14 0.42653 0.30925 0.72450 0 0 0 + 1255 13 0.28949 0.06919 0.84254 1 0 0 + 540 14 0.08237 0.73219 0.67611 -1 0 0 + 50 8 0.28283 0.46154 0.63399 0 0 0 + 1399 13 0.32047 0.56868 0.79063 1 0 0 + 108 14 0.00548 0.63700 0.23956 0 -1 1 + 122 14 0.49258 0.02258 0.16216 0 1 0 + 872 14 0.17018 0.68871 0.76358 0 -1 0 + 1924 13 0.38560 0.03265 0.17450 0 1 -1 + 737 14 0.06948 0.42170 0.35422 0 0 0 + 474 14 0.43417 0.35689 0.54480 0 1 0 + 1384 13 0.11559 0.26733 0.08279 0 1 0 + 587 14 0.31634 0.22813 0.81339 0 0 0 + 1320 14 0.27233 0.60495 0.98155 1 -1 -1 + 1632 14 0.40228 0.99386 0.49872 2 -2 0 + 337 13 0.24173 0.92282 0.93878 0 -1 0 + 578 14 0.30865 0.44046 0.81911 0 0 -1 + 1922 14 0.48447 0.75526 0.04530 1 0 2 + 1496 14 0.04567 0.81605 0.06751 1 0 1 + 113 14 0.36418 0.29827 0.79435 0 -1 0 + 1459 13 0.41350 0.22728 0.56002 0 1 0 + 1813 13 0.19047 0.91087 0.76825 1 -1 0 + 85 13 0.37200 0.97912 0.66549 -1 -1 0 + 118 13 0.17723 0.64543 0.85827 1 -2 -1 + 1638 14 0.17778 0.80617 0.48946 1 -1 -1 + 1293 14 0.10241 0.42600 0.63593 0 -1 -1 + 701 14 0.36654 0.81033 0.57474 1 -1 -1 + 679 13 0.12993 0.17090 0.57771 0 0 1 + 1220 14 0.34799 0.01675 0.59973 0 0 1 + 585 14 0.33780 0.17036 0.01178 1 0 1 + 301 13 0.22850 0.94310 0.47685 -1 0 0 + 503 14 0.34683 0.05212 0.83022 0 0 -1 + 1350 14 0.12171 0.85333 0.61324 0 -1 1 + 1041 14 0.12738 0.69504 0.89888 0 -1 1 + 447 14 0.29209 0.07348 0.71980 -1 0 -1 + 445 13 0.31174 0.04538 0.72666 -1 0 -1 + 1226 14 0.22498 0.67359 0.93436 1 -1 -1 + 203 14 0.38551 0.29027 0.59295 -1 1 0 + 1049 14 0.43009 0.25535 0.27972 0 -1 0 + 1556 14 0.45050 0.13746 0.98312 -1 0 -1 + 836 14 0.17445 0.69461 0.61213 1 -1 -1 + 663 14 0.17542 0.56879 0.58492 0 2 -1 + 826 13 0.03889 0.18921 0.72658 0 0 -1 + 1050 14 0.37744 0.23979 0.27303 0 -1 0 + 349 13 0.36653 0.82324 0.08231 0 -2 1 + 46 7 0.33761 0.57238 0.56904 0 0 0 + 105 14 0.17060 0.33664 0.41514 0 -1 0 + 528 14 0.14111 0.87307 0.78450 0 0 -1 + 1445 14 0.33188 0.78780 0.76359 1 0 -1 + 468 14 0.49862 0.66197 0.07254 -1 0 0 + 1367 14 0.23696 0.66028 0.50383 0 -1 0 + 1918 13 0.03571 0.18059 0.90630 1 1 -1 + 883 13 0.46358 0.04455 0.90564 0 1 -1 + 1916 14 0.26829 0.66795 0.84447 2 0 0 + 1923 14 0.45686 0.71184 0.02500 1 0 2 + 1919 14 0.06711 0.16520 0.90627 1 1 -1 + 650 14 0.01261 0.30654 0.45933 1 0 1 + 1979 14 0.00492 0.46153 0.42375 2 0 -1 + 1557 14 0.44420 0.10008 0.94285 -1 0 -1 + 1095 14 0.24348 0.41911 0.86703 -1 0 1 + 141 14 0.40473 0.79396 0.90288 0 -2 -1 + 247 13 0.40858 0.15738 0.76347 -1 1 -1 + 112 13 0.37544 0.32639 0.77688 0 -1 0 + 43 6 0.32494 0.58244 0.51475 0 0 0 + 1241 14 0.22733 0.85203 0.06659 0 -1 0 + 1400 14 0.33772 0.56639 0.82097 1 0 0 + 1329 14 0.04716 0.51299 0.92275 0 -1 -1 + 1318 13 0.27062 0.58850 0.01236 1 -1 0 + 52 8 0.24363 0.48500 0.65720 0 0 0 + 660 14 0.10531 0.92063 0.55982 0 -1 0 + 1994 14 0.20444 0.49961 0.08024 1 -1 0 + 1199 14 0.11028 0.02232 0.74813 0 0 -1 + 289 13 0.02400 0.58070 0.63867 0 0 -1 + 516 14 0.17561 0.36924 0.54460 1 1 0 + 611 14 0.23284 0.09608 0.69088 -1 1 0 + 1984 13 0.49283 0.41156 0.79948 1 1 0 + 168 14 0.24258 0.10217 0.96510 0 1 -1 + 1738 13 0.43299 0.31085 0.91064 0 1 0 + 1937 14 0.26456 0.37063 0.42273 1 0 0 + 51 8 0.23623 0.53717 0.65256 0 0 0 + 869 14 0.21261 0.81728 0.78325 0 0 0 + 1461 14 0.38709 0.22850 0.53713 0 1 0 + 546 14 0.42998 0.09570 0.76972 1 1 -1 + 1492 13 0.05488 0.28689 0.86508 -1 -1 1 + 132 14 0.22395 0.47835 0.99288 1 -1 -1 + 777 14 0.04543 0.11220 0.29706 0 1 0 + 682 13 0.39348 0.94841 0.97385 -1 -1 -2 + 722 14 0.26349 0.57900 0.87495 0 0 1 + 1068 14 0.04508 0.18666 0.04971 1 0 0 + 131 14 0.22487 0.52179 0.95865 1 -1 -1 + 191 14 0.30161 0.95535 0.80980 1 0 0 + 1815 14 0.22302 0.92286 0.77268 1 -1 0 + 575 14 0.31907 0.84135 0.96118 0 -2 -1 + 190 13 0.29071 0.95955 0.77683 1 0 0 + 623 14 0.39723 0.86620 0.81794 1 1 -1 + 398 14 0.31073 0.24588 0.97160 -1 0 0 + 239 14 0.42736 0.08535 0.50979 0 0 0 + 502 13 0.37608 0.03471 0.83823 0 0 -1 + 1555 13 0.43289 0.13140 0.95352 -1 0 -1 + 1319 14 0.26491 0.61399 0.03561 1 -1 0 + 1780 13 0.02352 0.38545 0.87479 1 0 -1 + 1716 14 0.33924 0.77133 0.97667 0 0 0 + 1566 14 0.47403 0.78949 0.68696 1 -1 0 + 565 13 0.27214 0.71662 0.65310 0 1 0 + 736 13 0.04381 0.43382 0.37464 0 0 0 + 1497 14 0.01472 0.81097 0.11306 1 0 1 + 1294 13 0.05040 0.28344 0.35640 1 2 -1 + 255 14 0.36490 0.40244 0.91106 -1 -1 -1 + 1346 14 0.25772 0.77912 0.60654 0 -2 0 + 1893 14 0.48900 0.79609 0.16341 -1 1 0 + 1093 13 0.22806 0.38838 0.87342 -1 0 1 + 697 13 0.49016 0.95721 0.48842 1 -1 -1 + 1460 14 0.43970 0.21228 0.54238 0 1 0 + 471 14 0.43750 0.37539 0.61956 0 -1 0 + 1993 13 0.23333 0.49654 0.06078 1 -1 0 + 543 14 0.37675 0.55988 0.27443 0 1 1 + 721 13 0.27817 0.58985 0.90478 0 0 1 + 781 13 0.15503 0.33234 0.01408 1 0 0 + 302 14 0.24198 0.93907 0.50887 -1 0 0 + 1944 14 0.09955 0.16883 0.77566 -1 1 0 + 1714 13 0.32122 0.77747 0.94733 0 0 0 + 65 3 0.39768 0.71575 0.57957 0 0 0 + 1194 14 0.00969 0.30323 0.71509 0 0 0 + 567 14 0.23910 0.71920 0.64192 0 1 0 + 54 4 0.28799 0.59590 0.51147 0 0 0 + 1393 13 0.15801 0.27299 0.79938 1 -1 0 + 735 14 0.13590 0.55701 0.70226 -1 0 0 + 1756 13 0.18901 0.04769 0.67418 0 1 1 + 469 13 0.42610 0.40729 0.62823 0 -1 0 + 463 13 0.43032 0.21379 0.88328 0 0 -1 + 527 14 0.08944 0.85880 0.77088 0 0 -1 + 1771 13 0.45056 0.64223 0.77008 1 1 -2 + 493 13 0.19650 0.40778 0.75692 -1 1 0 + 1135 13 0.45357 0.29371 0.70869 0 0 0 + 542 14 0.40227 0.53460 0.31649 0 1 1 + 1917 14 0.29723 0.63189 0.81410 2 0 0 + 1837 13 0.10731 0.83421 0.05572 1 -1 1 + 1061 14 0.36564 0.01095 0.36989 -1 1 1 + 1060 13 0.39163 0.99820 0.38952 -1 0 1 + 1623 14 0.33545 0.39601 0.53872 1 0 1 + 1327 13 0.01883 0.50583 0.94197 0 -1 -1 + 1887 14 0.46887 0.14946 0.15583 0 1 0 + 418 13 0.08179 0.35620 0.17178 -1 2 0 + 1345 13 0.25935 0.81339 0.59979 0 -2 0 + 1256 14 0.28030 0.06536 0.87607 1 0 0 + 362 14 0.18598 0.81748 0.93335 0 -1 0 + 576 14 0.30189 0.89383 0.96430 0 -2 -1 + 216 14 0.22481 0.85344 0.70327 0 0 0 + 1340 14 0.38201 0.22719 0.65987 -1 -1 -2 + 1581 14 0.18031 0.87985 0.88450 1 -1 -1 + 562 13 0.22088 0.55108 0.81700 1 0 -1 + 1348 13 0.14888 0.86127 0.59270 0 -1 1 + 783 14 0.12351 0.34442 0.00492 1 0 0 + 1130 14 0.44103 0.88191 0.90284 0 0 0 + 1382 14 0.14572 0.36793 0.74791 0 0 1 + 1262 14 0.36044 0.69917 0.76690 1 -1 0 + 671 14 0.03423 0.86164 0.96127 0 -1 -1 + 700 13 0.35408 0.83939 0.58968 1 -1 -1 + 1354 13 0.20888 0.10533 0.79825 1 0 0 + 1850 14 0.37673 0.45552 0.71346 0 -2 -1 + 264 14 0.00263 0.15401 0.53874 0 1 -1 + 1315 13 0.13918 0.15534 0.01733 1 0 0 + 426 14 0.12279 0.12060 0.69491 0 1 0 + 868 13 0.21355 0.78835 0.80287 0 0 0 + 214 13 0.22124 0.81870 0.70495 0 0 0 + 1797 14 0.44449 0.48765 0.08157 -1 0 1 + 672 14 0.03395 0.90949 0.93352 0 -1 -1 + 475 13 0.13965 0.64077 0.61706 0 0 0 + 1261 13 0.39149 0.71383 0.76027 1 -1 0 + 1395 14 0.19146 0.28317 0.79988 1 -1 0 + 103 13 0.18852 0.32458 0.38764 0 -1 0 + 60 11 0.20525 0.55598 0.66815 0 0 0 + 424 13 0.09164 0.11107 0.68217 0 1 0 + 1386 14 0.09078 0.24707 0.06874 0 1 0 + 57 11 0.34791 0.47855 0.58798 0 0 0 + 361 13 0.19476 0.80075 0.96278 0 -1 0 + 1413 14 0.31661 0.77147 0.87568 -1 -1 -1 + 852 14 0.12637 0.42654 0.93363 0 1 0 + 1003 13 0.01824 0.50151 0.18437 1 0 1 + 1366 13 0.24301 0.67623 0.53435 0 -1 0 + 579 14 0.33061 0.43897 0.76837 0 0 -1 + 356 14 0.28247 0.47717 0.90604 0 -1 -1 + 1317 14 0.14021 0.12588 0.03615 1 0 0 + 1776 14 0.06570 0.79719 0.39729 1 -2 0 + 828 14 0.03786 0.21697 0.74784 0 0 -1 + 699 14 0.46200 0.95867 0.50909 1 -1 -1 + 1701 14 0.44478 0.51839 0.38399 1 1 0 + 577 13 0.31464 0.41896 0.79219 0 0 -1 + 1355 14 0.18673 0.12893 0.78500 1 0 0 + 223 13 0.28976 0.33997 0.57934 0 -1 -1 + 399 14 0.27356 0.20909 0.95360 -1 0 0 + 357 14 0.26412 0.50044 0.85934 0 -1 -1 + 1018 13 0.43472 0.90021 0.24508 0 -1 0 + 1410 14 0.16931 0.30717 0.68518 1 0 1 + 1948 13 0.21453 0.23968 0.91135 0 0 -1 + 1446 14 0.34122 0.77291 0.71115 1 0 -1 + 703 13 0.25135 0.30800 0.81128 0 -1 -1 + 1007 14 0.35435 0.91442 0.50878 0 -2 -1 + 1112 14 0.00727 0.96357 0.88107 0 -1 -1 + 792 14 0.19249 0.90258 0.58311 0 -1 -1 + 1326 14 0.04208 0.07231 0.55787 0 0 0 + 734 14 0.10917 0.52405 0.66678 -1 0 0 + 1573 13 0.49307 0.96211 0.68603 1 0 -1 + 879 14 0.09773 0.33116 0.59097 0 -1 0 + 867 14 0.29789 0.94049 0.89045 0 -2 0 + 1062 14 0.38069 0.96635 0.39893 -1 0 1 + 659 14 0.13090 0.96823 0.57161 0 -1 0 + 1950 14 0.21530 0.25195 0.87861 0 0 -1 + 58 11 0.26159 0.60355 0.61447 0 0 0 + 162 14 0.10604 0.93586 0.68796 -1 -1 0 + 1299 14 0.39215 0.54787 0.91449 1 1 -1 + 895 13 0.44004 0.06606 0.07918 0 1 0 + 1188 14 0.02467 0.51464 0.07284 1 -1 0 + 583 13 0.35839 0.14279 0.01802 1 0 1 + 48 8 0.31457 0.49112 0.60494 0 0 0 + 1238 14 0.05755 0.42925 0.83022 0 0 0 + 1401 14 0.33503 0.54415 0.77040 1 0 0 + 871 13 0.13772 0.68122 0.77421 0 -1 0 + 470 14 0.45152 0.42885 0.61764 0 -1 0 + 1312 13 0.48501 0.46079 0.57358 1 1 -1 + 1124 14 0.17349 0.94686 0.83572 1 1 -1 + 64 1 0.40475 0.72965 0.53797 0 0 0 + 1626 14 0.03695 0.41973 0.52570 1 -1 0 + 873 14 0.11711 0.70110 0.75413 0 -1 0 + 1200 14 0.16383 0.02978 0.73649 0 0 -1 + 1660 13 0.16558 0.57477 0.98802 1 -1 -1 + 49 8 0.26243 0.56460 0.62078 0 0 0 + 1838 14 0.12340 0.83745 0.02484 1 -1 1 + 526 13 0.11190 0.85907 0.79768 0 0 -1 + 934 13 0.27207 0.34279 0.70626 0 0 0 + 1008 14 0.34420 0.86346 0.52773 0 -2 -1 + 338 14 0.21656 0.93307 0.91677 0 -1 0 + 1412 14 0.27501 0.78231 0.84087 -1 -1 -1 + 1631 14 0.36811 0.98316 0.54088 2 -2 0 + 790 13 0.22459 0.91626 0.58091 0 -1 -1 + 56 4 0.37575 0.55849 0.56908 0 0 0 + 1758 14 0.21310 0.02385 0.66558 0 1 1 + 1219 13 0.31983 0.02099 0.57944 0 0 1 + 1298 14 0.38027 0.51562 0.87116 1 1 -1 + 636 14 0.07259 0.03973 0.83734 0 1 0 + 1774 13 0.03722 0.80809 0.41440 1 -2 0 + 1186 13 0.05090 0.52846 0.09139 1 -1 0 + 1501 13 0.10613 0.15849 0.47882 1 0 0 + 1745 14 0.46465 0.09778 0.63237 0 1 -1 + 1586 14 0.30086 0.84759 0.32517 1 -1 0 + 603 14 0.13727 0.07151 0.87660 0 -1 -1 + 450 14 0.30480 0.25187 0.49609 0 0 -1 + 1308 14 0.01991 0.65518 0.54550 0 -2 0 + 1381 13 0.11837 0.34615 0.74865 0 0 1 + 896 14 0.40588 0.07132 0.07387 0 1 0 + 1408 13 0.18479 0.31507 0.65484 1 0 1 + 224 14 0.25715 0.34894 0.57042 0 -1 -1 + 1622 14 0.31576 0.38747 0.48774 1 0 1 + 119 14 0.16415 0.66669 0.83378 1 -2 -1 + 473 14 0.44982 0.30434 0.53755 0 1 0 + 130 13 0.23535 0.48854 0.96143 1 -1 -1 + 884 14 0.44191 0.05476 0.88016 0 1 -1 + 724 13 0.49778 0.34246 0.61701 0 0 0 + 423 14 0.11172 0.81930 0.93034 -1 -2 0 + 850 13 0.13832 0.45803 0.92423 0 1 0 + 290 14 0.05551 0.57362 0.65209 0 0 -1 + 539 14 0.05113 0.75274 0.63536 -1 0 0 + 1433 14 0.39515 0.01646 0.28968 1 0 0 + 602 14 0.14018 0.04252 0.82959 0 -1 -1 + 397 13 0.29834 0.21378 0.97783 -1 0 0 + 1933 13 0.14908 0.50495 0.76863 1 1 0 + 866 14 0.33859 0.92147 0.85819 0 -2 0 + 525 14 0.48976 0.94625 0.02239 0 0 0 + 1575 14 0.47486 0.93286 0.68005 1 0 -1 + 215 14 0.25301 0.80703 0.71377 0 0 0 + 1123 13 0.17782 0.95424 0.86963 1 1 -1 + 1120 13 0.21946 0.46953 0.52844 0 -1 0 + 202 13 0.38170 0.29947 0.62647 -1 1 0 + 1221 14 0.29271 0.01536 0.60080 0 0 1 + 1769 14 0.19048 0.13650 0.89841 0 0 0 + 1281 14 0.39604 0.24279 0.36658 -1 0 1 + 684 14 0.41506 0.94417 0.94666 -1 -1 -2 + 449 14 0.35349 0.25344 0.46991 0 0 -1 + 1409 14 0.21596 0.32802 0.66400 1 0 1 + 1444 13 0.32116 0.79372 0.73083 1 0 -1 + 476 14 0.11286 0.64032 0.59459 0 0 0 + 1687 13 0.43063 0.40053 0.72661 0 0 0 + 1744 13 0.45106 0.12329 0.61268 0 1 -1 + 986 14 0.10543 0.56979 0.86677 1 0 0 + 384 14 0.12960 0.24618 0.56674 0 0 0 + 1849 13 0.36809 0.48851 0.72118 0 -2 -1 + 1945 13 0.06640 0.76877 0.83249 2 1 0 + 1240 13 0.22009 0.81930 0.05664 0 -1 0 + 1341 14 0.41555 0.22692 0.70385 -1 -1 -2 + 837 14 0.15294 0.74433 0.60100 1 -1 -1 + 477 14 0.13165 0.61632 0.64075 0 0 0 + 723 14 0.30947 0.57425 0.90533 0 0 1 + 1869 14 0.45561 0.63749 0.43274 1 0 1 + 1006 13 0.33728 0.88491 0.50099 0 -2 -1 + 1662 14 0.14305 0.57817 0.01455 1 -1 0 + 566 14 0.28432 0.68761 0.63783 0 1 0 + 1757 14 0.16570 0.04637 0.64815 0 1 1 + 1292 14 0.07662 0.45979 0.67132 0 -1 -1 + 1237 13 0.08110 0.45497 0.82759 0 0 0 + 840 14 0.46370 0.07714 0.43646 -1 0 1 + 1839 14 0.12531 0.80929 0.07241 1 -1 1 + 851 14 0.17261 0.45678 0.93100 0 1 0 + 1225 13 0.23299 0.70444 0.91999 1 -1 -1 + 1316 14 0.17201 0.16737 0.01807 1 0 0 + 160 13 0.13998 0.94000 0.68063 -1 -1 0 + 1306 13 0.04308 0.64676 0.57030 0 -2 0 + 1995 14 0.23554 0.52687 0.04351 1 -1 0 + 1291 13 0.09687 0.45984 0.64281 0 -1 -1 + 634 13 0.04587 0.04195 0.81489 0 1 0 + 658 13 0.10264 0.94928 0.57970 0 -1 0 + 1324 13 0.05935 0.04554 0.54345 0 0 0 + 446 14 0.32239 0.03424 0.69527 -1 0 -1 + 317 14 0.00830 0.24341 0.99573 1 1 0 + 166 13 0.25662 0.12290 0.94069 0 1 -1 + 1637 14 0.12302 0.79924 0.48605 1 -1 -1 + 870 14 0.21191 0.76208 0.77984 0 0 0 + 705 14 0.28044 0.29332 0.82398 0 -1 -1 + 448 13 0.33559 0.23543 0.49396 0 0 -1 + 1690 13 0.46797 0.50741 0.21604 0 0 1 + 1977 14 0.02596 0.82611 0.72282 0 0 0 + 1942 13 0.13387 0.17457 0.77214 -1 1 0 + 151 13 0.49385 0.17527 0.53641 0 1 1 + 1122 14 0.20728 0.44098 0.54455 0 -1 0 + 584 14 0.38016 0.14174 0.99068 1 0 0 + 204 14 0.35166 0.31736 0.62729 -1 1 0 + 1507 13 0.05261 0.43503 0.73577 0 1 0 + 402 14 0.04505 0.17533 0.39290 1 1 1 + 1232 14 0.27320 0.97780 0.68611 0 -1 0 + 610 13 0.25666 0.12163 0.69238 -1 1 0 + 1579 13 0.15743 0.85368 0.88835 1 -1 -1 + 139 13 0.40906 0.82834 0.90762 0 -2 -1 + 254 14 0.40986 0.37532 0.89368 -1 -1 -1 + 140 14 0.37657 0.84122 0.90858 0 -2 -1 + 1682 14 0.25024 0.69988 0.77017 0 -1 -1 + 1692 14 0.45739 0.50532 0.18277 0 0 1 + 504 14 0.36517 0.00767 0.85754 0 0 -1 + 1683 14 0.24893 0.71493 0.71696 0 -1 -1 + 383 14 0.16894 0.27803 0.58904 0 0 0 + 464 14 0.42581 0.18978 0.90830 0 0 -1 + 702 14 0.32231 0.83041 0.60119 1 -1 -1 + 621 14 0.44661 0.65390 0.61463 -1 -1 -1 + 1129 13 0.45672 0.91302 0.90579 0 0 0 + 1636 13 0.14754 0.81816 0.50229 1 -1 -1 + 363 14 0.20132 0.76794 0.95258 0 -1 0 + 1594 13 0.05266 0.39940 0.06801 0 0 1 + 494 14 0.22488 0.39658 0.73982 -1 1 0 + 47 8 0.30373 0.53953 0.59832 0 0 0 + 1494 14 0.08838 0.29538 0.87046 -1 -1 1 + 1768 13 0.15593 0.13610 0.90378 0 0 0 + 1296 14 0.03036 0.30167 0.37851 1 2 -1 + 1681 13 0.22833 0.70960 0.74470 0 -1 -1 + 1935 14 0.16144 0.47300 0.76159 1 1 0 + 1198 13 0.14035 0.03334 0.76217 0 0 -1 + 1525 13 0.48609 0.15152 0.03064 0 2 2 + 733 13 0.11411 0.55771 0.67491 -1 0 0 + 601 13 0.13462 0.03902 0.86394 0 -1 -1 + 545 14 0.42246 0.04823 0.79709 1 1 -1 + 791 14 0.24391 0.89100 0.56637 0 -1 -1 + 1121 14 0.25419 0.46545 0.52844 0 -1 0 + 427 13 0.34547 0.02703 0.01523 -1 0 0 + 544 13 0.44587 0.06561 0.77778 1 1 -1 + 1715 14 0.28949 0.76415 0.95358 0 0 0 + 683 14 0.37560 0.91841 0.97562 -1 -1 -2 + 147 14 0.01152 0.32631 0.15575 1 0 -1 + 1144 13 0.05969 0.53049 0.37457 0 1 -1 + 612 14 0.24974 0.14172 0.66460 -1 1 0 + 704 14 0.24314 0.33277 0.83457 0 -1 -1 + 574 13 0.33012 0.87367 0.96870 0 -2 -1 + 1039 13 0.11664 0.72092 0.91982 0 -1 1 + 1094 14 0.23084 0.38419 0.90802 -1 0 1 + 268 13 0.12959 0.62854 0.06963 0 0 1 + 919 13 0.04995 0.56217 0.47225 0 0 -1 + 935 14 0.28669 0.35413 0.73594 0 0 0 + 1689 14 0.41167 0.37435 0.73996 0 0 0 + 588 14 0.36232 0.23841 0.84237 0 0 0 + 270 14 0.10526 0.60377 0.07379 0 0 1 + 421 13 0.08445 0.81165 0.95085 -1 -2 0 + 2003 14 0.02268 0.95544 0.65810 2 1 1 + 425 14 0.07037 0.13763 0.69025 0 1 0 + 1257 14 0.26110 0.08260 0.82714 1 0 0 + 1212 14 0.30097 0.16919 0.74498 0 -1 0 + 314 14 0.10096 0.62557 0.78513 -1 1 -1 + 80 2 0.47495 0.77719 0.56468 0 0 0 + 1166 14 0.03632 0.20042 0.26940 0 0 1 + 678 14 0.02688 0.28869 0.79508 0 1 0 + 1339 13 0.39803 0.20567 0.68230 -1 -1 -2 + 428 14 0.36002 0.99963 -0.00092 -1 -1 0 + 1394 14 0.14162 0.29765 0.78077 1 -1 0 + 1227 14 0.21703 0.70403 0.88888 1 -1 -1 + 420 14 0.08081 0.37282 0.14102 -1 2 0 + 782 14 0.15023 0.31856 0.04586 1 0 0 + 59 11 0.28861 0.42284 0.63905 0 0 0 + 382 13 0.14342 0.27826 0.56513 0 0 0 + 1078 13 0.45600 0.85745 0.78137 0 -1 -1 + 1368 14 0.22660 0.70699 0.53159 0 -1 0 + 253 13 0.39322 0.40595 0.89084 -1 -1 -1 + 1231 13 0.25758 0.98356 0.65535 0 -1 0 + 936 14 0.29529 0.32017 0.69314 0 0 0 + 55 4 0.33649 0.60821 0.58809 0 0 0 + 1356 14 0.19168 0.07497 0.79608 1 0 0 + 1740 14 0.42847 0.27647 0.90615 0 1 0 + 586 13 0.33143 0.25230 0.83366 0 0 0 + 1946 14 0.07940 0.75988 0.86371 2 1 0 + 680 14 0.11903 0.15646 0.54778 0 0 1 + 1943 14 0.13999 0.20318 0.79129 -1 1 0 + 1233 14 0.25685 0.95221 0.63989 0 -1 0 + 1688 14 0.42964 0.39533 0.69204 0 0 0 + 1079 14 0.47563 0.83615 0.80096 0 -1 -1 + 1137 14 0.44814 0.29921 0.67458 0 0 0 + 82 4 0.47226 0.75541 0.59882 0 0 0 + 1167 14 0.03860 0.24805 0.29742 0 0 1 + 520 13 0.45729 0.63909 0.30957 -1 0 1 + 313 13 0.07662 0.60416 0.79828 -1 1 -1 + 465 14 0.45112 0.19824 0.85986 0 0 -1 + 1781 14 0.02957 0.35105 0.87658 1 0 -1 + 1542 14 0.44096 0.90316 0.09569 0 -1 0 + 1538 14 0.38093 0.10135 0.33476 0 1 0 + 1034 14 0.09949 0.92615 0.89336 1 0 0 + 522 14 0.47314 0.63794 0.34072 -1 0 1 + 2002 13 0.04090 0.92571 0.65546 2 1 1 + 1295 14 0.06238 0.30725 0.33377 1 2 -1 + 1263 14 0.41230 0.68696 0.75205 1 -1 0 + 87 14 0.37413 0.94496 0.65831 -1 -1 0 + 1090 13 0.46728 0.98932 0.29175 0 -1 0 + 401 14 0.06366 0.22500 0.37721 1 1 1 + 1035 14 0.07338 0.90550 0.84919 1 0 0 + 206 14 0.02801 0.38109 0.40510 1 0 0 + 970 13 0.49200 0.52381 0.76700 -2 1 -1 + 205 13 0.00688 0.35431 0.41280 1 0 0 + 123 14 0.45055 0.04496 0.19029 0 1 0 + 776 14 0.08318 0.15136 0.30709 0 1 0 + 1540 13 0.45914 0.87862 0.11273 0 -1 0 + 169 13 0.47589 0.06248 0.68248 0 1 0 + 248 14 0.37696 0.15120 0.77707 -1 1 -1 + 1871 14 0.48740 0.73907 0.81717 0 0 0 + 1739 14 0.46633 0.31408 0.92070 0 1 0 + 655 13 0.01982 0.40115 0.23480 0 0 0 + 1177 13 0.47651 0.30177 0.27631 0 -1 -1 + 885 14 0.46266 0.00961 0.90446 0 1 -1 + 263 14 0.01044 0.16376 0.59262 0 1 -1 + 146 14 0.00501 0.36093 0.11311 1 0 -1 + 1165 13 0.03313 0.23501 0.26543 0 0 1 + 152 14 0.48136 0.15578 0.56262 0 1 1 + 1514 14 0.48297 0.61346 0.21532 -1 1 0 + 1362 14 0.00980 0.81366 0.47399 0 -1 -1 + 1777 13 0.00226 0.89085 0.37141 0 -1 0 + 1980 14 -0.00013 0.48485 0.47365 2 0 -1 + 1178 14 0.49557 0.31765 0.25166 0 -1 -1 + 698 14 0.49167 0.98877 0.47342 1 -1 -1 + 942 14 -0.00034 0.28325 0.25070 0 1 -1 + 201 14 0.49436 0.46128 0.12470 -1 1 0 + 316 13 -0.00035 0.27396 0.98106 1 1 0 + 1602 14 0.00361 0.69837 0.05873 1 0 -1 + 825 14 0.00272 0.83607 0.32080 1 -1 1 + 823 13 0.00104 0.80753 0.30066 1 -1 1 + 689 14 -0.00054 0.07439 0.77531 1 1 0 + 827 14 0.00710 0.17489 0.72932 0 0 -1 + 291 14 0.01281 0.55011 0.62594 0 0 -1 + 1733 14 0.59595 0.68760 0.48612 1 0 0 + 376 13 0.88701 0.73866 0.09585 -1 0 1 + 891 14 0.92119 0.41627 0.44676 0 0 0 + 902 14 0.64676 0.62776 0.62146 0 -1 0 + 1518 14 0.68190 0.93346 0.08802 0 0 1 + 193 13 0.98764 0.15846 0.42232 -1 0 0 + 1417 13 0.85265 0.75935 0.45380 -1 0 0 + 1099 13 0.57600 0.20611 0.35464 0 0 1 + 1012 13 0.70676 0.98810 0.33620 0 -1 0 + 758 14 0.57958 0.13963 0.45244 -2 0 1 + 822 14 0.69088 0.22853 0.11914 -1 -1 0 + 1140 14 0.53080 0.96289 0.31181 0 0 0 + 732 14 0.57362 0.08503 0.30541 0 2 0 + 1673 14 0.79492 0.37447 0.71149 0 1 1 + 199 13 0.52809 0.45336 0.12942 -1 1 0 + 115 13 0.84685 0.73041 0.20250 1 0 -1 + 452 14 0.57245 0.69014 0.21394 -1 0 0 + 1336 13 0.81854 0.21689 0.28888 1 1 0 + 1205 14 0.63720 0.34374 0.38789 0 -1 0 + 1472 14 0.82129 0.24234 0.40854 -1 0 0 + 228 14 0.80507 0.31712 0.20238 -2 1 0 + 1675 13 0.93185 0.28530 0.05319 0 0 0 + 334 13 0.73405 0.12573 0.02953 0 0 0 + 1258 13 0.94078 0.40403 0.92968 0 0 -1 + 1027 13 0.61954 0.91796 0.05548 1 0 1 + 1892 14 0.54269 0.80123 0.17566 -1 1 0 + 1686 14 0.58245 0.41253 0.67479 0 0 -1 + 1077 14 0.82139 0.79490 0.00784 1 0 0 + 1983 14 0.53434 0.23377 0.15650 0 0 0 + 373 13 0.53486 0.71855 0.78214 -1 0 0 + 1491 14 0.90742 0.94552 0.90050 -1 0 0 + 1441 13 0.53448 0.55754 0.57601 0 0 -1 + 1162 13 0.52777 0.22181 0.96818 1 0 -1 + 1708 13 0.83177 0.97538 0.19538 0 0 2 + 165 14 0.85409 0.43908 0.98487 -2 0 1 + 1259 14 0.93781 0.42802 0.90441 0 0 -1 + 1931 14 0.53629 0.35443 0.04254 0 0 0 + 1405 13 0.67029 0.12197 0.33601 0 0 0 + 1601 14 0.98916 0.75143 0.05279 0 0 -1 + 1712 14 0.53665 0.53806 0.50635 1 0 1 + 1706 14 0.61815 0.20029 0.07350 1 1 1 + 1794 14 0.68400 0.82783 0.82050 0 -1 0 + 486 14 0.75258 0.28088 0.16746 -1 1 1 + 377 14 0.91347 0.71792 0.08620 -1 0 1 + 560 14 0.73224 0.20491 0.20579 -1 0 0 + 500 14 0.73453 0.84263 0.32404 -1 1 0 + 380 14 0.65868 0.24304 0.26277 -1 1 2 + 1532 14 0.96853 0.69441 0.21690 -1 1 1 + 1554 14 0.88012 0.63929 0.21337 -1 0 -2 + 1159 13 0.70687 0.78008 0.17703 0 0 2 + 1903 13 0.95083 0.90756 0.10715 0 0 0 + 1805 14 0.71932 0.22807 0.96295 0 0 -1 + 1990 13 0.80301 0.00073 0.36990 1 0 1 + 779 14 0.90532 0.84983 0.40947 -1 0 0 + 156 14 0.84794 0.69057 0.52882 -1 0 1 + 1875 14 0.54486 0.81930 0.06434 1 0 1 + 1206 14 0.63648 0.38728 0.42200 0 -1 0 + 762 14 0.96934 0.15817 0.13763 -1 1 1 + 444 14 0.72793 0.48289 0.19450 -1 0 0 + 743 14 0.77192 0.92221 0.99776 0 0 -1 + 1193 14 0.98780 0.33148 0.67287 -1 0 0 + 1862 14 0.94475 0.13860 0.95531 0 -1 0 + 1440 14 0.90554 0.04815 0.18834 -1 0 0 + 1161 14 0.72688 0.79612 0.15326 0 0 2 + 1196 14 0.86828 0.80728 0.34048 -2 -2 0 + 928 13 0.54043 0.97585 0.10963 -1 0 1 + 1155 14 0.64540 0.43937 0.00088 0 1 1 + 278 14 0.72717 0.60473 0.24162 -1 0 0 + 1455 14 0.80215 0.60104 0.20239 0 0 1 + 217 13 0.55923 0.35531 0.97922 0 0 0 + 242 14 0.77933 0.01374 0.17207 -1 1 1 + 534 14 0.95396 0.01858 0.12649 0 2 1 + 1471 13 0.84461 0.22844 0.38651 -1 0 0 + 443 14 0.70684 0.49095 0.24500 -1 0 0 + 164 14 0.86937 0.47855 0.02048 -2 0 2 + 874 13 0.70659 0.47460 0.99578 -1 1 -1 + 842 14 0.89755 0.64217 0.44176 0 0 0 + 644 14 0.59693 0.30170 0.11977 -1 0 0 + 431 14 0.89080 0.33324 0.31649 0 0 1 + 1991 14 0.80800 0.98443 0.40043 1 -1 1 + 481 13 0.82809 0.82627 0.07203 0 0 1 + 629 14 0.82755 0.48414 0.18995 0 -1 0 + 1607 14 0.61228 0.86761 0.33248 1 0 -1 + 554 14 0.92355 0.95669 0.78835 -1 -1 0 + 460 13 0.64948 0.50591 0.34279 -1 0 2 + 189 14 0.65260 0.03470 0.05338 -1 0 1 + 1793 14 0.69029 0.88046 0.83628 0 -1 0 + 887 14 0.96159 0.40008 0.82160 -1 0 0 + 347 14 0.66796 0.78017 0.52432 0 0 2 + 1174 13 0.55968 0.48048 0.38780 2 -2 1 + 990 14 0.92834 0.87482 0.27110 -1 -2 -1 + 1443 14 0.50857 0.57986 0.58331 0 0 -1 + 864 14 0.78270 0.36948 0.25733 -1 0 0 + 284 14 0.87924 0.17246 0.34335 -1 1 0 + 1833 14 0.91499 0.31042 0.41024 0 1 1 + 903 14 0.62742 0.64119 0.57142 0 -1 0 + 1485 14 0.79146 0.54279 0.46644 0 0 0 + 1719 14 0.63073 0.93263 0.21331 1 -1 -1 + 375 14 0.56187 0.72126 0.76010 -1 0 0 + 1592 14 0.72496 0.69241 0.25194 -1 0 1 + 1800 14 0.61621 0.39233 0.12388 -1 0 -1 + 1674 14 0.78387 0.33691 0.67243 0 1 1 + 1612 13 0.70287 0.22374 0.30294 0 0 0 + 187 13 0.62068 0.02200 0.05991 -1 0 1 + 1338 14 0.82786 0.22512 0.32156 1 1 0 + 832 13 0.74470 0.14719 0.40290 0 0 1 + 1559 14 0.64306 0.33862 0.88606 0 -1 -1 + 1284 14 0.69887 0.09629 0.27409 0 1 -1 + 1615 13 0.84784 0.37646 0.08974 -1 0 0 + 941 14 0.95223 0.29289 0.22395 -1 1 -1 + 843 14 0.84245 0.64620 0.43911 0 0 0 + 1531 13 0.96135 0.72283 0.19783 -1 1 1 + 1570 13 0.64109 0.41043 0.58869 1 -1 0 + 1747 13 0.97037 0.22512 0.63311 1 1 -1 + 1730 14 0.54867 0.50658 0.32602 0 1 0 + 1641 14 0.77524 0.86825 0.18053 0 -1 1 + 145 13 0.98872 0.33562 0.13092 0 0 -1 + 1520 14 0.71396 0.51714 0.10962 -1 1 0 + 292 13 0.76509 0.35255 0.48643 -1 0 1 + 1076 14 0.78853 0.76064 0.97947 1 0 -1 + 548 14 0.58734 0.35198 0.82403 0 0 -2 + 499 13 0.74803 0.81040 0.32560 -1 1 0 + 537 14 0.65241 0.74153 0.81862 -1 0 0 + 881 14 0.53828 0.41617 0.47770 0 0 -1 + 966 14 0.83815 0.22483 0.09170 0 0 0 + 1685 14 0.53793 0.44061 0.65779 0 0 -1 + 1512 14 0.79866 0.14069 0.25172 1 1 1 + 1215 14 0.65136 0.64623 0.20625 -1 -1 1 + 117 14 0.81365 0.72077 0.20780 1 0 -1 + 1617 14 0.86223 0.40251 0.07138 -1 0 0 + 1696 13 0.66771 0.39147 0.48709 0 0 0 + 1560 14 0.64870 0.30862 0.93218 0 -1 -1 + 430 13 0.86016 0.32583 0.33163 0 0 1 + 1209 14 0.69334 0.35195 0.29366 0 0 0 + 325 13 0.88450 0.48791 0.41365 -1 0 1 + 1516 13 0.71033 0.94167 0.10666 0 0 1 + 381 14 0.64042 0.29524 0.26288 -1 1 2 + 841 13 0.87181 0.66435 0.43350 0 0 0 + 1749 14 0.96365 0.20181 0.65830 1 1 -1 + 951 14 0.55404 0.94127 0.64323 1 0 -1 + 989 14 0.94261 0.82290 0.25847 -1 -2 -1 + 1598 14 0.93708 0.97341 0.30503 0 -1 1 + 690 14 0.97277 0.12280 0.77712 0 1 0 + 116 14 0.85178 0.72633 0.16812 1 0 -1 + 1406 14 0.70110 0.12296 0.35253 0 0 0 + 794 14 0.84033 0.90604 0.30626 0 -1 0 + 1784 14 0.95029 0.45136 0.02647 -1 -1 0 + 127 13 0.56396 0.62278 0.93139 1 0 0 + 1618 13 0.83448 0.08998 0.40479 0 1 0 + 1750 13 0.52230 0.05783 0.00379 0 1 1 + 1311 14 0.79389 0.68834 0.04813 0 0 0 + 1244 14 0.77476 0.27682 0.00763 0 1 -1 + 731 14 0.52666 0.10964 0.32118 0 2 0 + 294 14 0.77759 0.37501 0.46273 -1 0 1 + 511 13 0.84966 0.80995 0.55321 0 0 1 + 1369 13 0.55596 0.48756 0.97239 0 0 0 + 656 14 0.99759 0.37475 0.24042 -1 0 0 + 485 14 0.79186 0.28744 0.12908 -1 1 1 + 961 13 0.53861 0.69016 0.33417 0 0 -1 + 327 14 0.91839 0.48195 0.41989 -1 0 1 + 484 13 0.76875 0.30528 0.14833 -1 1 1 + 1709 14 0.82901 0.96798 0.22945 0 0 2 + 1484 14 0.81987 0.51013 0.43201 0 0 0 + 1436 14 0.57789 0.08018 0.15429 0 0 1 + 435 14 0.95745 0.20443 0.81970 -1 1 -1 + 1620 14 0.84235 0.08599 0.43863 0 1 0 + 1204 13 0.61635 0.36912 0.39991 0 -1 0 + 1483 13 0.78796 0.52330 0.43762 0 0 0 + 1404 14 0.91175 0.86649 -0.00125 0 -1 2 + 1332 14 0.53042 0.54134 0.66856 1 0 -2 + 726 14 0.52160 0.36545 0.62827 0 0 0 + 833 14 0.77745 0.14938 0.39082 0 0 1 + 285 14 0.91986 0.15628 0.37722 -1 1 0 + 1896 14 0.74853 0.54523 0.38587 1 0 1 + 453 14 0.56406 0.63896 0.19472 -1 0 0 + 2000 14 0.59037 0.02553 0.39133 0 2 0 + 1606 13 0.60965 0.84193 0.30889 1 0 -1 + 518 14 0.51331 0.04095 0.53477 -1 0 -1 + 374 14 0.52510 0.68503 0.77996 -1 0 0 + 1207 13 0.65905 0.34771 0.29906 0 0 0 + 709 13 0.79452 0.46128 0.33074 -2 0 0 + 926 14 0.69480 0.68565 0.44962 0 -1 0 + 793 13 0.83105 0.93752 0.29418 0 -1 0 + 1698 14 0.65087 0.38208 0.51626 0 0 0 + 336 14 0.70224 0.12456 0.01505 0 0 0 + 1734 14 0.62612 0.71418 0.52409 1 0 0 + 890 14 0.87608 0.39724 0.42104 0 0 0 + 1724 14 0.85568 0.41389 0.50915 -1 0 -1 + 1883 14 0.71978 0.40272 0.11256 1 -1 0 + 1360 13 0.99042 0.81472 0.50308 -1 -1 -1 + 1677 14 0.95780 0.29185 0.03068 0 0 0 + 1999 13 0.60957 0.99727 0.39881 0 1 0 + 415 13 0.61964 0.11454 0.00330 -1 0 0 + 715 13 0.60865 0.79744 0.52005 0 0 0 + 927 14 0.72972 0.72516 0.43292 0 -1 0 + 1075 13 0.81457 0.78363 0.97545 1 0 -1 + 645 14 0.65114 0.30695 0.11015 -1 0 0 + 1169 14 0.52988 0.90379 0.52431 0 -2 -1 + 1287 14 0.62553 0.24364 0.37346 0 0 1 + 1321 13 0.65674 0.90221 0.95392 1 0 0 + 771 14 0.50465 0.23816 0.40802 0 0 0 + 863 14 0.73927 0.40256 0.24844 -1 0 0 + 1442 14 0.56303 0.57763 0.57386 0 0 -1 + 416 14 0.59650 0.08860 -0.00053 -1 0 0 + 1755 14 0.82486 0.40812 0.63098 0 1 -1 + 1002 14 0.87744 0.53813 0.32275 -1 1 1 + 1392 14 0.60839 0.75328 0.12062 0 0 1 + 1549 13 0.79808 0.66611 0.31550 0 1 0 + 1101 14 0.57527 0.17146 0.35930 0 0 1 + 138 14 0.53580 0.77924 0.24984 0 -1 1 + 1614 14 0.69143 0.19276 0.31446 0 0 0 + 1978 13 0.98116 0.47402 0.44617 1 0 -1 + 1616 14 0.81405 0.38513 0.09227 -1 0 0 + 370 13 0.70480 0.92579 0.42043 -1 -2 0 + 512 14 0.82861 0.78206 0.55173 0 0 1 + 963 14 0.54509 0.71877 0.31512 0 0 -1 + 275 14 0.66400 0.67816 0.09064 -1 0 1 + 274 13 0.69001 0.65479 0.08972 -1 0 1 + 136 13 0.55342 0.76850 0.27808 0 -1 1 + 1473 14 0.87392 0.24666 0.39212 -1 0 0 + 1894 13 0.74332 0.55046 0.35169 1 0 1 + 1260 14 0.91861 0.41469 0.95454 0 0 -1 + 358 13 0.64249 0.12125 0.43831 -1 -1 -1 + 458 14 0.52804 0.59502 0.99086 0 0 0 + 888 14 0.95170 0.44607 0.79251 -1 0 0 + 283 13 0.89567 0.14395 0.35518 -1 1 0 + 1285 13 0.64744 0.27035 0.37885 0 0 1 + 508 13 0.56188 0.61951 0.78389 -1 0 1 + 1138 13 0.55820 0.94597 0.32544 0 0 0 + 795 14 0.81838 0.95426 0.32215 0 -1 0 + 457 13 0.52332 0.57767 0.02085 0 0 1 + 1331 14 0.51716 0.51366 0.71457 1 0 -2 + 417 14 0.62793 0.12378 0.97061 -1 0 -1 + 899 14 0.98567 0.47616 0.58814 0 0 1 + 1074 14 0.50259 0.32577 0.81272 -1 0 -2 + 84 4 0.51272 0.77210 0.55073 0 0 0 + 742 13 0.77282 0.90938 0.03028 0 0 0 + 664 13 0.97636 0.57225 0.33808 -1 -1 1 + 1028 14 0.59831 0.89050 0.05980 1 0 1 + 149 14 0.55881 0.32937 0.36115 -1 0 0 + 1376 14 0.91805 0.65359 0.36294 0 -1 0 + 432 14 0.83737 0.32454 0.30513 0 0 1 + 1671 14 0.71859 0.07211 0.54542 0 0 2 + 965 14 0.87399 0.26673 0.09608 0 0 0 + 553 13 0.89158 0.96788 0.79704 -1 -1 0 + 208 13 0.82710 0.17801 0.03778 -1 0 1 + 862 13 0.75777 0.38748 0.27400 -1 0 0 + 1713 14 0.50805 0.51249 0.46651 1 0 1 + 1114 13 0.51521 0.79882 0.45902 -1 0 0 + 519 14 0.56729 0.02902 0.53660 -1 0 -1 + 359 14 0.67496 0.13269 0.43215 -1 -1 -1 + 1022 14 0.97937 0.63246 0.65502 -1 -1 0 + 1029 14 0.63566 0.91188 0.02505 1 0 1 + 925 13 0.69776 0.72033 0.44629 0 -1 0 + 532 13 0.96346 0.03005 0.09485 0 2 1 + 1407 14 0.64876 0.10615 0.35857 0 0 0 + 1447 13 0.57530 0.25701 0.65865 1 0 0 + 1533 14 0.92975 0.73301 0.20883 -1 1 1 + 241 13 0.75564 0.02654 0.14975 -1 1 1 + 625 13 0.85350 0.51155 0.06801 0 0 1 + 1853 14 0.64519 0.63991 0.36105 1 -1 0 + 950 14 0.59462 0.97801 0.63526 1 0 -1 + 1610 14 0.55238 0.88230 0.42284 0 -1 0 + 335 14 0.72800 0.12580 0.06398 0 0 0 + 462 14 0.67128 0.49177 0.36619 -1 0 2 + 626 14 0.84299 0.49684 0.09794 0 0 1 + 209 14 0.80360 0.15216 0.03943 -1 0 1 + 1847 14 0.99518 0.84869 0.20554 0 0 2 + 150 14 0.55925 0.27409 0.35958 -1 0 0 + 513 14 0.87787 0.80064 0.53477 0 0 1 + 1884 14 0.76195 0.36829 0.12235 1 -1 0 + 1558 13 0.66615 0.31926 0.90381 0 -1 -1 + 1841 14 0.88530 0.61805 0.10561 0 0 1 + 1571 14 0.60621 0.41246 0.59025 1 -1 0 + 1106 14 0.67157 0.75590 0.38503 0 0 -1 + 561 14 0.68691 0.23491 0.19556 -1 0 0 + 1105 13 0.64251 0.77269 0.37520 0 0 -1 + 552 14 0.82338 0.37132 0.37471 0 1 1 + 845 14 0.95513 0.99029 0.39031 -1 -1 0 + 1243 13 0.75313 0.25301 0.02133 0 1 -1 + 1517 14 0.71086 0.91825 0.13262 0 0 1 + 1831 13 0.92897 0.27865 0.41452 0 1 1 + 1510 13 0.79957 0.11192 0.23185 1 1 1 + 482 14 0.83573 0.82702 0.10615 0 0 1 + 1904 14 0.94479 0.87853 0.12570 0 0 0 + 1855 13 0.61723 0.47137 0.81929 1 0 0 + 1278 14 0.78362 0.90863 0.58297 -1 0 0 + 1245 14 0.77430 0.22870 0.03489 0 1 -1 + 599 14 0.55764 0.88528 0.86496 -1 -3 -1 + 1377 14 0.96037 0.68886 0.36786 0 -1 0 + 730 13 0.55822 0.10020 0.33291 0 2 0 + 876 14 0.70547 0.50763 0.00720 -1 1 0 + 1619 14 0.86275 0.10522 0.39096 0 1 0 + 483 14 0.81083 0.85613 0.06625 0 0 1 + 1213 13 0.67215 0.64475 0.23433 -1 -1 1 + 1874 14 0.51669 0.86690 0.06435 1 0 1 + 931 13 0.94466 0.69906 0.95721 -1 -1 -1 + 807 14 0.58534 0.04201 0.23610 1 0 0 + 559 13 0.71841 0.22708 0.18255 -1 0 0 + 550 13 0.81421 0.39129 0.40191 0 1 1 + 1203 14 0.54461 0.08139 0.89361 -1 -1 0 + 1283 14 0.73604 0.10209 0.23354 0 1 -1 + 1419 14 0.81877 0.75419 0.44684 -1 0 0 + 1375 13 0.94659 0.66502 0.34629 0 -1 0 + 1882 13 0.75412 0.39882 0.10720 1 -1 0 + 639 14 0.77019 0.77445 0.37307 -1 0 0 + 1323 14 0.65090 0.93404 0.94066 1 0 0 + 1589 14 0.91501 0.59338 0.96038 0 -1 -1 + 437 14 0.58950 0.25515 0.97105 0 1 -1 + 1640 14 0.78348 0.92102 0.19490 0 -1 1 + 1891 13 0.51160 0.79417 0.19003 -1 1 0 + 368 14 0.56911 0.51693 0.10993 -1 1 1 + 711 14 0.77948 0.43599 0.31185 -2 0 0 + 786 14 0.50995 0.12959 0.80629 -1 1 0 + 1289 14 0.96637 0.58173 0.45116 0 0 0 + 279 14 0.75766 0.57093 0.27305 -1 0 0 + 1047 14 0.93098 0.35327 0.16256 -1 0 -1 + 1115 14 0.51887 0.76536 0.44953 -1 0 0 + 1422 14 0.60998 0.84817 0.17235 0 0 0 + 1154 14 0.61995 0.42752 0.04854 0 1 1 + 1992 14 0.81129 0.03410 0.37632 1 0 1 + 632 14 0.55242 0.90362 0.20587 -1 0 0 + 638 14 0.78109 0.72042 0.36846 -1 0 0 + 1435 13 0.56982 0.08921 0.12148 0 0 1 + 1802 14 0.75624 0.62643 0.07248 0 0 0 + 967 13 0.88129 0.75928 0.30497 -1 1 -1 + 848 14 0.87340 0.78387 0.94475 -1 -1 -1 + 487 13 0.97873 0.68466 0.50345 -1 0 0 + 442 13 0.73524 0.47895 0.22848 -1 0 0 + 154 13 0.81298 0.69095 0.52793 -1 0 1 + 346 13 0.70142 0.77368 0.53217 0 0 2 + 958 13 0.65920 0.30829 0.59717 0 1 1 + 163 13 0.88198 0.45702 0.99598 -2 0 1 + 367 13 0.58889 0.52840 0.08347 -1 1 1 + 2001 14 0.59776 0.97262 0.37699 0 1 0 + 1613 14 0.73640 0.21819 0.29472 0 0 0 + 759 14 0.54360 0.09864 0.46163 -2 0 1 + 1591 13 0.74265 0.72256 0.25101 -1 0 1 + 251 14 0.85975 0.64915 0.71101 0 0 -1 + 1153 13 0.61713 0.42344 0.01392 0 1 1 + 231 14 0.64181 0.61010 0.42873 -1 0 0 + 107 14 0.99884 0.66179 0.28855 -1 -1 1 + 1208 14 0.64983 0.37509 0.31877 0 0 0 + 1732 13 0.60569 0.68615 0.51968 1 0 0 + 1402 13 0.92953 0.89232 0.01423 0 -1 2 + 379 13 0.64115 0.26624 0.24336 -1 1 2 + 688 13 0.96919 0.08962 0.76667 0 1 0 + 643 13 0.62106 0.32478 0.10939 -1 0 0 + 1986 14 0.52233 0.41092 0.78071 1 1 0 + 412 13 0.73693 0.12350 0.12636 0 1 -1 + 1878 14 0.92760 0.76340 0.41293 0 1 -1 + 1972 13 0.86014 0.33667 0.52301 -1 0 0 + 195 14 0.97549 0.18107 0.44607 -1 0 0 + 1058 14 0.96320 0.05195 0.45072 0 1 -1 + 847 13 0.90721 0.79253 0.94261 -1 -1 -1 + 1234 13 0.61831 0.81521 0.90114 1 0 0 + 633 14 0.52994 0.93705 0.16797 -1 0 0 + 1600 13 0.97720 0.71885 0.04844 0 0 -1 + 1116 14 0.50428 0.81502 0.43002 -1 0 0 + 1672 13 0.77165 0.36642 0.68666 0 1 1 + 1107 14 0.61644 0.75149 0.38487 0 0 -1 + 213 14 0.57709 0.56197 0.43935 -1 0 -2 + 218 14 0.58060 0.38207 0.98630 0 0 0 + 1798 13 0.62917 0.42414 0.11733 -1 0 -1 + 909 14 0.96108 0.48844 0.89951 -1 1 -2 + 211 13 0.58078 0.59081 0.41991 -1 0 -2 + 1322 14 0.68940 0.89448 0.94408 1 0 0 + 647 14 0.52244 0.18458 0.23046 0 0 0 + 1197 14 0.81709 0.82522 0.35130 -2 -2 0 + 806 14 0.53948 0.06340 0.21379 1 0 0 + 318 14 0.96754 0.26873 0.96823 0 1 0 + 716 14 0.59400 0.82643 0.53300 0 0 0 + 651 14 1.00193 0.30900 0.51354 0 0 1 + 451 13 0.58425 0.66717 0.19036 -1 0 0 + 1627 13 0.70876 0.90257 0.28444 1 0 0 + 1499 14 0.50398 0.28674 0.48221 0 1 -2 + 1811 14 0.84153 0.17208 0.81459 0 1 -1 + 1718 14 0.62917 0.88780 0.24566 1 -1 -1 + 148 13 0.54003 0.30130 0.37021 -1 0 0 + 1011 14 0.68338 0.43957 0.44460 0 0 0 + 901 13 0.64887 0.61889 0.58770 0 -1 0 + 882 14 0.55984 0.37773 0.51112 0 0 -1 + 805 13 0.57192 0.07184 0.22374 1 0 0 + 348 14 0.71325 0.75483 0.50519 0 0 2 + 555 14 0.86986 0.94521 0.78163 -1 -1 0 + 501 14 0.73676 0.79476 0.29642 -1 1 0 + 1418 14 0.86861 0.73088 0.44126 -1 0 0 + 815 14 0.65570 0.15440 0.20434 1 0 1 + 1551 14 0.79469 0.68716 0.28777 0 1 0 + 276 14 0.71887 0.67355 0.09590 -1 0 1 + 1044 14 0.86774 0.01633 0.44624 0 0 -2 + 1717 13 0.61915 0.89965 0.21432 1 -1 -1 + 227 14 0.85492 0.33868 0.21288 -2 1 0 + 551 14 0.80376 0.42141 0.38754 0 1 1 + 1010 14 0.72143 0.47514 0.42600 0 0 0 + 780 14 0.88449 0.82469 0.45412 -1 0 0 + 1009 13 0.69145 0.45953 0.41704 0 0 0 + 293 14 0.79226 0.34593 0.50743 -1 0 1 + 778 13 0.91038 0.84583 0.44384 -1 0 0 + 1420 13 0.60307 0.81832 0.15549 0 0 0 + 184 13 0.90777 0.22326 0.23863 -1 1 1 + 378 14 0.89672 0.77063 0.08553 -1 0 1 + 1309 13 0.78106 0.71343 0.06884 0 0 0 + 1310 14 0.80801 0.73508 0.07412 0 0 0 + 1421 14 0.63258 0.79974 0.15810 0 0 0 + 1045 13 0.89842 0.35950 0.17368 -1 0 -1 + 1160 14 0.68992 0.75538 0.15899 0 0 2 + 1729 13 0.55645 0.51458 0.29288 0 1 0 + 1731 14 0.58565 0.53371 0.29510 0 1 0 + 962 14 0.51582 0.67184 0.31500 0 0 -1 + 200 14 0.52834 0.41878 0.13462 -1 1 0 + 1804 13 0.71490 0.22784 0.92826 0 0 -1 + 369 14 0.57179 0.55634 0.07121 -1 1 1 + 1799 14 0.60117 0.44358 0.10952 -1 0 -1 + 185 14 0.92377 0.20559 0.26422 -1 1 1 + 834 14 0.73811 0.17887 0.41615 0 0 1 + 1391 14 0.61917 0.71047 0.15394 0 0 1 + 893 14 0.91809 0.27368 0.84973 0 1 -1 + 1214 14 0.65112 0.65228 0.26123 -1 -1 1 + 940 13 0.97977 0.30912 0.23813 -1 1 -1 + 266 14 0.59258 0.93878 0.77465 -1 -1 1 + 949 13 0.58872 0.94512 0.64559 1 0 -1 + 631 13 0.52163 0.91408 0.19299 -1 0 0 + 1195 13 0.85053 0.83547 0.35111 -2 -2 0 + 969 14 0.90384 0.73420 0.31421 -1 1 -1 + 757 13 0.54573 0.13342 0.45861 -2 0 1 + 438 14 0.62488 0.26225 0.01296 0 1 0 + 1519 13 0.72065 0.49469 0.13558 -1 1 0 + 960 14 0.68466 0.28579 0.60546 0 1 1 + 413 14 0.74829 0.13988 0.15510 0 1 -1 + 137 14 0.57740 0.79339 0.28344 0 -1 1 + 226 13 0.82410 0.33168 0.22786 -2 1 0 + 1895 14 0.70854 0.55057 0.34803 1 0 1 + 277 13 0.76021 0.59518 0.24798 -1 0 0 + 1288 13 0.93874 0.59066 0.47064 0 0 0 + 210 14 0.84328 0.17320 0.00715 -1 0 1 + 1593 14 0.72445 0.74274 0.22900 -1 0 1 + 1905 14 0.94346 0.89858 0.07416 0 0 0 + 637 13 0.77701 0.74589 0.39207 -1 0 0 + 971 14 0.50602 0.53300 0.79769 -2 1 -1 + 1932 14 0.54574 0.33137 0.09191 0 0 0 + 648 14 0.57160 0.20831 0.23941 0 0 0 + 628 13 0.82290 0.50169 0.16006 0 -1 0 + 1680 14 0.87212 0.54033 0.56923 0 0 0 + 1676 14 0.94296 0.29871 0.08352 0 0 0 + 1852 13 0.63395 0.65243 0.33040 1 -1 0 + 880 13 0.54367 0.40874 0.51144 0 0 -1 + 360 14 0.64628 0.09721 0.46342 -1 -1 -1 + 744 14 0.74915 0.92824 0.04780 0 0 0 + 666 14 0.96623 0.60440 0.32875 -1 -1 1 + 886 13 0.95906 0.41208 0.78885 -1 0 0 + 1854 14 0.60239 0.66577 0.33741 1 -1 0 + 892 13 0.91714 0.25427 0.82065 0 1 -1 + 207 14 0.97503 0.36860 0.41494 0 0 0 + 600 14 0.57960 0.91109 0.90868 -1 -3 -1 + 414 14 0.74499 0.08988 0.13167 0 1 -1 + 1819 13 0.52626 0.93536 0.77227 0 -1 0 + 820 13 0.67869 0.24003 0.08845 -1 -1 0 + 844 13 0.94114 0.02226 0.38806 -1 0 0 + 1139 14 0.54427 0.92443 0.34920 0 0 0 + 1697 14 0.69251 0.36714 0.48306 0 0 0 + 194 14 0.98360 0.12708 0.43722 -1 0 0 + 630 14 0.79018 0.49401 0.15038 0 -1 0 + 461 14 0.61755 0.49905 0.35529 -1 0 2 + 198 14 0.87188 0.00330 0.29518 -2 1 1 + 186 14 0.92072 0.20964 0.20914 -1 1 1 + 1286 14 0.67177 0.26689 0.35397 0 0 1 + 1111 13 0.97251 0.96013 0.87938 -1 -1 -1 + 1608 14 0.62559 0.81463 0.32383 1 0 -1 + 510 14 0.59560 0.62233 0.79275 -1 0 1 + 243 14 0.73427 0.99963 0.14326 -1 0 1 + 1236 14 0.62942 0.84437 0.91693 1 0 0 + 710 14 0.76920 0.48494 0.33544 -2 0 0 + 1521 14 0.69074 0.47708 0.13988 -1 1 0 + 1437 14 0.59942 0.08429 0.10351 0 0 1 + 1337 14 0.84269 0.23222 0.26875 1 1 0 + 188 14 0.62143 0.98943 0.04718 -1 -1 1 + 1832 14 0.95006 0.28201 0.44221 0 1 1 + 964 13 0.84815 0.25053 0.11320 0 0 0 + 988 13 0.92162 0.84902 0.24847 -1 -2 -1 + 998 14 0.87936 0.47302 0.66452 0 0 -1 + 1511 14 0.83273 0.10099 0.23378 1 1 1 + 1282 13 0.70347 0.11096 0.24267 0 1 -1 + 1639 13 0.75830 0.89713 0.19062 0 -1 1 + 1876 13 0.95648 0.74424 0.40824 0 1 -1 + 1803 14 0.79280 0.58534 0.07827 0 0 0 + 1710 14 0.86575 0.97119 0.18823 0 0 2 + 1550 14 0.77678 0.63921 0.30874 0 1 0 + 326 14 0.88194 0.48832 0.37878 -1 0 1 + 1254 14 0.97534 0.55388 0.17120 -1 1 1 + 1806 14 0.70544 0.26058 0.92041 0 0 -1 + 717 14 0.58168 0.77840 0.50851 0 0 0 + 155 14 0.80366 0.65812 0.53556 -1 0 1 + 1184 14 0.66068 0.54229 0.06925 -1 0 -1 + 1179 14 0.49872 0.27949 0.29158 0 -1 -1 + 1629 14 0.72432 0.89724 0.25358 1 0 0 + 929 14 0.56933 0.96308 0.09465 -1 0 1 + 1183 13 0.69109 0.55834 0.06287 -1 0 -1 + 981 14 0.97441 0.22201 0.51101 -1 1 1 + 1861 13 0.96434 0.12158 0.97875 0 -1 0 + 1185 14 0.68587 0.59138 0.07306 -1 0 -1 + 930 14 0.54239 0.01038 0.10446 -1 1 1 + 372 14 0.72534 0.89748 0.42074 -1 -2 0 + 1764 14 0.62124 0.51518 0.71601 0 1 -1 + 1100 14 0.57954 0.21023 0.32009 0 0 1 + 1403 14 0.95884 0.89531 0.99539 0 -1 1 + 1628 14 0.71592 0.93590 0.29223 1 0 0 + 1371 14 0.57442 0.46235 0.98808 0 0 0 + 1527 14 0.50865 0.17287 0.04670 0 2 2 + 1246 13 0.79417 0.58586 0.51777 1 0 1 + 1014 14 0.68725 0.96877 0.35785 0 -1 0 + 433 13 0.97522 0.17433 0.82072 -1 1 -1 + 1247 14 0.79757 0.57145 0.54946 1 0 1 + 1290 14 0.92598 0.56023 0.48222 0 0 0 + 939 14 0.55493 0.08230 0.72948 1 0 -1 + 980 14 0.92313 0.20445 0.52200 -1 1 1 + 1084 13 0.64147 0.27431 0.48494 -1 2 -1 + 232 13 0.81034 0.53272 0.60099 -1 0 0 + 1164 14 0.52961 0.22555 0.93346 1 0 -1 + 1864 13 0.83863 0.32502 0.98581 0 0 -1 + 598 13 0.55806 0.91605 0.88157 -1 -3 -1 + 1300 13 0.53356 0.26391 0.56944 0 0 1 + 95 14 0.77674 0.08899 0.73959 -1 0 -1 + 774 14 0.87907 0.62085 0.79084 -1 0 -1 + 1987 13 0.77812 0.00243 0.83305 0 0 -1 + 1711 13 0.54054 0.51716 0.47858 1 0 1 + 128 14 0.56548 0.65724 0.93715 1 0 0 + 1176 14 0.53845 0.45276 0.38971 2 -2 1 + 959 14 0.65673 0.30630 0.56235 0 1 1 + 1481 14 0.76877 0.64108 0.86119 0 1 -1 + 814 13 0.62168 0.16157 0.20052 1 0 1 + 706 13 0.75352 0.84416 0.73553 -1 0 -1 + 728 14 0.68359 0.24385 0.74494 -1 0 0 + 497 14 0.80869 0.25392 0.82779 0 0 -1 + 492 14 0.71510 0.00112 0.92857 -1 0 -1 + 1643 14 0.69093 0.13986 0.86913 0 0 -1 + 1026 14 0.58494 0.44356 0.76732 1 0 0 + 1314 14 0.50794 0.44907 0.54992 1 1 -1 + 1599 14 0.97065 0.95560 0.26484 0 -1 1 + 488 14 0.95927 0.67531 0.47593 -1 0 0 + 523 13 0.50765 0.95317 0.99315 0 0 -1 + 1809 14 0.56949 0.55780 0.87697 -1 0 0 + 333 14 0.97645 0.61137 0.83397 -1 -2 -1 + 365 14 0.97450 0.96830 0.19292 -1 0 0 + 1057 13 0.97553 0.07027 0.47783 0 1 -1 + 93 14 0.86141 0.98921 0.60736 0 -1 0 + 913 13 0.76572 0.25196 0.45743 -1 1 -1 + 810 14 0.64615 0.46467 0.54006 0 -1 1 + 230 14 0.68604 0.59849 0.45985 -1 0 0 + 1081 13 0.89510 0.25160 0.56612 -1 0 -1 + 371 14 0.71462 0.94405 0.44859 -1 -2 0 + 1609 13 0.52230 0.89042 0.40697 0 -1 0 + 353 14 0.91450 0.01773 0.94410 -1 0 1 + 1528 13 0.74748 0.40560 0.90250 -1 1 1 + 1396 13 0.87532 0.07879 0.50502 1 0 0 + 92 14 0.85740 0.00871 0.55576 0 0 0 + 1783 13 0.98466 0.45752 0.02452 -1 -1 0 + 665 14 0.95037 0.55143 0.32742 -1 -1 1 + 720 14 0.70861 0.74061 0.90226 0 0 -1 + 1880 14 0.95059 0.79023 0.69536 -1 -1 -1 + 984 14 0.82691 0.20836 0.74286 -1 1 0 + 932 14 0.92040 0.67399 0.95979 -1 -1 -1 + 933 14 0.95819 0.70151 0.98937 -1 -1 -1 + 809 14 0.60291 0.48207 0.51028 0 -1 1 + 727 13 0.71285 0.22782 0.73446 -1 0 0 + 134 14 0.96405 0.89848 0.74306 -1 0 -1 + 517 13 0.54353 0.05160 0.54879 -1 0 -1 + 859 13 0.71401 0.49321 0.81818 0 0 -1 + 1648 13 0.79583 0.41237 0.98959 0 0 0 + 1644 14 0.74416 0.15488 0.86817 0 0 -1 + 1152 14 0.95026 0.01878 0.66478 -1 1 0 + 773 14 0.90412 0.58215 0.82140 -1 0 -1 + 1051 13 0.54605 0.70151 0.43354 -1 1 1 + 143 14 0.91713 0.35642 0.68707 -1 0 0 + 556 13 0.68884 0.42977 0.71515 0 1 0 + 267 14 0.63510 0.92142 0.80547 -1 -1 1 + 129 14 0.59608 0.61119 0.93897 1 0 0 + 311 14 0.68101 0.59413 0.53722 -1 2 0 + 924 14 0.59065 0.16373 0.67190 -1 1 0 + 1021 13 0.96041 0.66174 0.65255 -1 -1 0 + 229 13 0.67590 0.61718 0.43208 -1 0 0 + 197 14 0.88952 0.05245 0.27695 -2 1 1 + 846 14 0.92434 0.02234 0.35738 -1 0 0 + 1486 13 0.64637 0.30640 0.71030 0 0 -1 + 142 13 0.92587 0.36475 0.65425 -1 0 0 + 558 14 0.68302 0.45677 0.69370 0 1 0 + 691 13 0.81590 0.89507 0.81229 -1 -1 0 + 1721 14 0.88059 0.93076 0.66085 -1 0 -1 + 1822 13 0.56509 0.72699 0.95535 1 -1 -1 + 894 14 0.88307 0.25088 0.81349 0 1 -1 + 1488 14 0.62092 0.29090 0.69199 0 0 -1 + 1821 14 0.51342 0.95714 0.79643 0 -1 0 + 329 14 0.82892 0.79175 0.85464 -1 -1 -1 + 1439 14 0.91073 0.10281 0.18171 -1 0 0 + 1865 14 0.82283 0.35556 0.97941 0 0 -1 + 614 14 0.98654 0.12998 0.03817 0 -1 -1 + 1126 13 0.75408 0.60138 0.97092 0 0 -1 + 536 14 0.68973 0.72288 0.78231 -1 0 0 + 1547 14 0.75941 0.54895 0.71019 0 0 0 + 322 13 0.66487 0.77060 0.62736 0 0 1 + 1301 14 0.54044 0.27777 0.53808 0 0 1 + 1665 14 0.85710 0.28875 0.63284 0 0 0 + 250 13 0.88745 0.65028 0.73233 0 0 -1 + 968 14 0.86666 0.74749 0.27547 -1 1 -1 + 1754 14 0.85253 0.42820 0.58750 0 1 -1 + 1490 14 0.86337 0.95920 0.86999 -1 0 0 + 1151 14 0.95280 0.01822 0.60953 -1 1 0 + 1974 14 0.87319 0.30976 0.54113 -1 0 0 + 1886 14 0.51418 0.11842 0.14928 0 1 0 + 979 13 0.95454 0.19324 0.51149 -1 1 1 + 1844 14 0.92163 0.07753 0.88377 0 -1 0 + 1224 14 0.88365 0.29178 0.95274 1 1 -1 + 955 13 0.80310 0.24352 0.89152 0 1 -1 + 1812 14 0.87583 0.12896 0.81946 0 1 -1 + 144 14 0.91074 0.39580 0.64876 -1 0 0 + 183 14 0.60418 0.96839 0.88607 -1 -1 0 + 718 13 0.70364 0.76130 0.87451 0 0 -1 + 1252 13 0.96487 0.58550 0.16054 -1 1 1 + 1763 14 0.60808 0.50023 0.66441 0 1 -1 + 821 14 0.70364 0.23167 0.06542 -1 -1 0 + 646 13 0.53896 0.20676 0.25187 0 0 0 + 1848 14 0.99028 0.79501 0.19315 0 0 2 + 176 14 0.72727 0.66589 0.75828 -1 -1 -1 + 1127 14 0.77478 0.58183 0.95061 0 0 -1 + 1515 14 0.51319 0.57299 0.23786 -1 1 0 + 1577 14 0.88965 0.90492 0.57002 1 -1 -1 + 1141 13 0.63637 0.16837 0.91026 1 2 -2 + 1900 13 0.86694 0.60086 0.34336 0 -1 1 + 1042 13 0.85223 0.98569 0.45284 0 -1 -2 + 299 14 0.89448 0.16928 0.69455 -1 2 0 + 1522 13 0.88285 0.34625 0.74550 0 1 -1 + 974 14 0.64652 0.89232 0.42207 0 0 0 + 1897 13 0.72253 0.23724 0.63556 0 1 0 + 729 14 0.71736 0.20188 0.75748 -1 0 0 + 748 13 0.60194 0.81509 0.76719 0 -1 -1 + 1567 13 0.76670 0.97618 0.50393 1 -1 2 + 1552 13 0.90546 0.62774 0.23452 -1 0 -2 + 1523 14 0.91239 0.35911 0.75912 0 1 -1 + 1881 14 0.98972 0.75295 0.70710 -1 -1 -1 + 352 13 0.94731 0.02977 0.94301 -1 0 1 + 98 14 0.85300 0.95893 0.06552 -2 -1 0 + 1150 13 0.97263 0.01505 0.63816 -1 1 0 + 1529 14 0.77661 0.40282 0.88336 -1 1 1 + 977 14 0.68350 0.37275 0.82000 -1 0 0 + 1487 14 0.66973 0.31627 0.68622 0 0 -1 + 100 13 0.95039 0.93483 0.46427 -1 -1 0 + 1489 13 0.87581 0.96032 0.90265 -1 0 0 + 1370 14 0.54587 0.47343 0.94203 0 0 0 + 219 14 0.58052 0.32780 0.97563 0 0 0 + 496 13 0.82071 0.25623 0.79503 0 0 -1 + 1969 13 0.73106 0.20356 0.54437 1 2 0 + 1785 14 0.98950 0.47007 0.99224 -1 -1 -1 + 754 13 0.72212 0.12580 0.74941 -1 1 0 + 221 14 0.56056 0.78611 0.72284 0 0 0 + 857 14 0.98074 0.07256 0.35353 -1 0 0 + 1235 14 0.64502 0.79285 0.90422 1 0 0 + 1364 14 0.53995 0.24994 0.84988 0 1 -1 + 1845 14 0.94677 0.10684 0.84417 0 -1 0 + 1584 14 0.87138 0.73604 0.81897 1 -1 -1 + 1428 14 0.79557 0.55491 0.87611 0 0 -1 + 761 14 0.92299 0.18683 0.12814 -1 1 1 + 1561 13 0.61930 0.98624 0.50338 1 -2 1 + 1642 13 0.72099 0.13413 0.85219 0 0 -1 + 1168 13 0.53687 0.87220 0.53758 0 -2 -1 + 1096 13 0.80982 0.36973 0.81326 0 0 -1 + 1379 14 0.57792 0.85258 0.59759 -1 -1 1 + 768 14 0.80050 0.68749 0.62196 0 0 0 + 533 14 0.93816 0.01881 0.07348 0 2 1 + 997 13 0.88807 0.50689 0.66409 0 0 -1 + 1971 14 0.69840 0.19248 0.53860 1 2 0 + 1046 14 0.88090 0.36868 0.14484 -1 0 -1 + 1248 14 0.76019 0.58253 0.51022 1 0 1 + 627 14 0.86761 0.54205 0.07771 0 0 1 + 295 13 0.68193 0.61744 0.74869 -1 0 0 + 978 14 0.70051 0.39200 0.77102 -1 0 0 + 489 14 0.97992 0.71957 0.50189 -1 0 0 + 1108 13 0.75101 0.69696 0.93401 0 0 0 + 1043 14 0.87824 0.96477 0.46327 0 -1 -2 + 557 14 0.71670 0.41359 0.70152 0 1 0 + 708 14 0.74959 0.86035 0.70478 -1 0 -1 + 1670 14 0.72326 0.02372 0.51904 0 0 2 + 914 14 0.75722 0.23268 0.48535 -1 1 -1 + 1098 14 0.82085 0.39973 0.82745 0 0 -1 + 1143 14 0.60614 0.18458 0.91705 1 2 -2 + 1823 14 0.56699 0.76135 0.94911 1 -1 -1 + 1378 13 0.59239 0.84486 0.62847 -1 -1 1 + 1013 14 0.73689 0.99274 0.35334 0 -1 0 + 135 14 0.96652 0.87076 0.79085 -1 0 -1 + 674 14 0.63852 0.68199 0.69916 0 0 -1 + 259 13 0.83939 0.45602 0.85375 -1 3 -1 + 1530 14 0.72538 0.38257 0.88822 -1 1 1 + 479 14 0.91499 0.64267 0.60526 -1 0 1 + 1548 14 0.79796 0.55025 0.74983 0 0 0 + 1546 13 0.76339 0.55193 0.74481 0 0 0 + 875 14 0.72162 0.47671 0.96427 -1 1 -1 + 749 14 0.61105 0.78406 0.78051 0 -1 -1 + 687 14 0.69213 0.53448 0.65110 -2 0 0 + 1513 13 0.51600 0.60315 0.22039 -1 1 0 + 1801 13 0.78797 0.61599 0.06214 0 0 0 + 1015 13 0.75118 0.90487 0.65636 -1 -2 -1 + 1454 14 0.83355 0.56651 0.17272 0 0 1 + 756 14 0.68922 0.11988 0.73912 -1 1 0 + 760 13 0.94172 0.17226 0.15382 -1 1 1 + 1082 14 0.91694 0.24753 0.59312 -1 0 -1 + 1389 14 0.91687 0.04282 0.73796 1 1 -1 + 590 14 0.67389 0.58840 0.90332 0 0 0 + 1253 14 0.99393 0.60073 0.14842 -1 1 1 + 1427 14 0.84110 0.58442 0.88687 0 0 -1 + 713 14 0.88620 0.78405 0.63369 -1 0 -1 + 938 14 0.59427 0.09529 0.76612 1 0 -1 + 1807 13 0.54793 0.54320 0.85363 -1 0 0 + 1053 14 0.54693 0.69857 0.39870 -1 1 1 + 860 14 0.73050 0.50926 0.79184 0 0 -1 + 1390 13 0.63418 0.73198 0.13082 0 0 1 + 1826 14 0.73546 0.83035 0.48992 0 0 1 + 296 14 0.68353 0.61114 0.78305 -1 0 0 + 593 14 0.76514 0.11310 0.96856 0 1 0 + 1679 14 0.89811 0.58232 0.54431 0 0 0 + 1901 14 0.88083 0.61238 0.31340 0 -1 1 + 1175 14 0.56015 0.49341 0.42029 2 -2 1 + 1866 14 0.84880 0.32724 0.01920 0 0 0 + 1877 14 0.98138 0.76762 0.40072 0 1 -1 + 770 14 0.50592 0.18758 0.43036 0 0 0 + 547 13 0.60711 0.37163 0.84516 0 0 -2 + 252 14 0.91449 0.65704 0.71121 0 0 -1 + 999 14 0.91689 0.50829 0.64433 0 0 -1 + 1720 13 0.85275 0.95175 0.66349 -1 0 -1 + 1380 14 0.59628 0.87580 0.64431 -1 -1 1 + 1271 14 0.72891 0.93397 0.87628 -1 -1 -1 + 1524 14 0.85912 0.35003 0.77091 0 1 -1 + 707 14 0.72478 0.85256 0.75360 -1 0 -1 + 509 14 0.54808 0.59875 0.80841 -1 0 1 + 1762 13 0.63485 0.51123 0.68404 0 1 -1 + 1788 14 0.72861 0.76930 0.66469 0 -2 0 + 124 13 0.52307 0.82362 0.85291 -1 -1 0 + 1657 13 0.62829 0.99230 0.26618 0 0 0 + 1109 14 0.74286 0.66587 0.94780 0 0 0 + 907 13 0.94380 0.48757 0.86912 -1 1 -2 + 1438 13 0.89752 0.07871 0.20333 -1 0 0 + 1879 13 0.97569 0.78285 0.71857 -1 -1 -1 + 182 14 0.60999 0.01658 0.91258 -1 0 0 + 1313 14 0.50320 0.48361 0.59286 1 1 -1 + 408 14 0.84545 0.99396 0.94754 -1 -1 0 + 298 13 0.92760 0.16100 0.70215 -1 2 0 + 159 14 0.66575 0.04250 0.82837 -1 -1 0 + 983 14 0.79058 0.18765 0.70666 -1 1 0 + 331 13 0.96874 0.57883 0.82373 -1 -2 -1 + 260 14 0.86884 0.46842 0.83955 -1 3 -1 + 1073 14 0.50946 0.28120 0.78070 -1 0 -2 + 1779 14 0.98416 0.90568 0.34542 -1 -1 0 + 714 14 0.92550 0.81485 0.60990 -1 0 -1 + 1989 14 0.79909 0.97806 0.81928 0 -1 -1 + 976 13 0.71237 0.37948 0.80144 -1 0 0 + 755 14 0.72099 0.12327 0.78427 -1 1 0 + 297 14 0.70681 0.59711 0.73488 -1 0 0 + 1024 13 0.58573 0.41772 0.74378 1 0 0 + 265 13 0.62413 0.94847 0.78621 -1 -1 1 + 1786 13 0.75580 0.75926 0.68425 0 -2 0 + 312 14 0.66947 0.54656 0.51147 -1 2 0 + 816 14 0.60532 0.13301 0.21232 1 0 1 + 1678 13 0.90296 0.54956 0.55556 0 0 0 + 1659 14 0.65819 -0.00048 0.28282 0 1 0 + 570 14 0.65103 0.96215 0.66547 -2 0 0 + 94 13 0.80971 0.07932 0.73310 -1 0 -1 + 592 13 0.78054 0.11842 0.93762 0 1 0 + 531 14 0.79483 0.18094 0.57320 -1 0 0 + 126 14 0.55568 0.81174 0.84860 -1 -1 0 + 1017 14 0.78256 0.91709 0.66579 -1 -2 -1 + 530 14 0.83314 0.15143 0.60005 -1 0 0 + 99 14 0.89780 0.95281 0.03367 -2 -1 0 + 388 13 0.97788 0.81537 0.81330 -1 -1 1 + 1741 13 0.53986 0.61623 0.68990 0 0 0 + 1304 14 0.61713 0.06556 0.64940 0 1 0 + 712 13 0.91448 0.80328 0.64101 -1 0 -1 + 535 13 0.65668 0.73406 0.78473 -1 0 0 + 1856 14 0.60657 0.50271 0.83058 1 0 0 + 1448 14 0.56472 0.25420 0.62544 1 0 0 + 1088 14 0.60773 0.18257 0.52333 -1 0 0 + 1330 13 0.52981 0.50918 0.68228 1 0 -2 + 234 14 0.82714 0.50497 0.61406 -1 0 0 + 1425 14 0.58538 0.33047 0.21557 0 0 0 + 1025 14 0.61659 0.40209 0.74896 1 0 0 + 1898 14 0.71014 0.23342 0.66804 0 1 0 + 808 13 0.63598 0.49011 0.51833 0 -1 1 + 1899 14 0.75664 0.23004 0.63828 0 1 0 + 549 14 0.60040 0.40452 0.83536 0 0 -2 + 1597 13 0.95557 0.94556 0.29475 0 -1 1 + 323 14 0.64772 0.80106 0.62620 0 0 1 + 591 14 0.67813 0.59958 0.95732 0 0 0 + 1808 14 0.52647 0.52330 0.87277 -1 0 0 + 220 13 0.54263 0.78286 0.69299 0 0 0 + 1563 14 0.64742 -0.00011 0.51906 1 -1 1 + 1568 14 0.77292 0.94343 0.51449 1 -1 2 + 1753 13 0.85040 0.43039 0.62234 0 1 -1 + 956 14 0.80986 0.27560 0.90367 0 1 -1 + 391 13 0.87205 0.15598 0.93873 -1 0 0 + 685 13 0.72089 0.55363 0.64576 -2 0 0 + 1748 14 1.00061 0.23986 0.64265 1 1 -1 + 750 14 0.63055 0.83489 0.77074 0 -1 -1 + 1016 14 0.72863 0.92929 0.66725 -1 -2 -1 + 982 13 0.82356 0.19896 0.70934 -1 1 0 + 675 14 0.62590 0.71422 0.65602 0 0 -1 + 212 14 0.54814 0.59960 0.41098 -1 0 -2 + 1117 13 0.83636 0.65594 0.89334 -1 0 0 + 1578 14 0.93297 0.91955 0.53891 1 -1 -1 + 1069 13 0.99344 0.67349 0.83434 0 0 -1 + 177 14 0.75328 0.70793 0.73346 -1 -1 -1 + 181 13 0.62552 0.98562 0.90776 -1 -1 0 + 667 13 0.50243 0.45204 0.89136 0 0 -1 + 1158 14 0.82596 0.08855 0.66348 0 1 0 + 1387 13 0.89923 0.02849 0.71137 1 1 -1 + 849 14 0.92383 0.76205 0.93836 -1 -1 -1 + 772 13 0.87253 0.59450 0.81288 -1 0 -1 + 1725 14 0.86211 0.46209 0.48279 -1 0 -1 + 1840 13 0.90527 0.60692 0.07914 0 0 1 + 1277 14 0.82828 0.87851 0.57043 -1 0 0 + 1576 13 0.92380 0.89886 0.56556 1 -1 -1 + 1230 14 0.87214 0.53862 0.77860 0 0 0 + 1087 13 0.62962 0.19959 0.54464 -1 0 0 + 366 14 0.94297 0.96214 0.14790 -1 0 0 + 915 14 0.75239 0.28357 0.46422 -1 1 -1 + 300 14 0.92531 0.13068 0.71943 -1 2 0 + 1480 13 0.73526 0.63295 0.85536 0 1 -1 + 480 14 0.86262 0.65923 0.61178 -1 0 1 + 1305 14 0.57750 0.06153 0.61103 0 1 0 + 133 13 0.96959 0.90285 0.77731 -1 0 -1 + 1482 14 0.71885 0.66380 0.85410 0 1 -1 + 1792 13 0.68267 0.86064 0.80849 0 -1 0 + 1388 14 0.86762 0.04338 0.71278 1 1 -1 + 1582 13 0.89286 0.70861 0.81593 1 -1 -1 + 1118 14 0.86168 0.66210 0.87001 -1 0 0 + 1363 13 0.54632 0.22261 0.87075 0 1 -1 + 1526 14 0.50509 0.12339 0.02225 0 2 2 + 1787 14 0.76228 0.78667 0.70498 0 -2 0 + 1825 13 0.75252 0.85972 0.48156 0 0 1 + 158 14 0.63139 0.01757 0.79291 -1 -1 0 + 1113 14 0.96593 0.95412 0.84556 -1 -1 -1 + 1070 14 0.96666 0.68901 0.81808 0 0 -1 + 324 14 0.67948 0.76755 0.59574 0 0 1 + 1569 14 0.79449 0.98453 0.48441 1 -1 2 + 1052 14 0.54154 0.66878 0.44499 -1 1 1 + 478 13 0.88532 0.64818 0.58759 -1 0 1 + 1669 13 0.70867 0.05539 0.51635 0 0 2 + 922 13 0.62102 0.15427 0.65737 -1 1 0 + 613 13 0.99546 0.12971 0.07199 0 -1 -1 + 328 13 0.79556 0.78509 0.86277 -1 -1 -1 + 668 14 0.50270 0.42824 0.86573 0 0 -1 + 1940 14 0.91756 0.82880 0.83080 0 0 0 + 1723 13 0.84935 0.44815 0.51221 -1 0 -1 + 1553 14 0.91875 0.59997 0.21793 -1 0 -2 + 1228 13 0.87191 0.50811 0.76152 0 0 0 + 900 14 0.95023 0.51834 0.58329 0 0 1 + 1973 14 0.88195 0.34041 0.49593 -1 0 0 + 1751 14 0.50669 0.04601 0.97481 0 1 0 + 923 14 0.63606 0.18443 0.64804 -1 1 0 + 97 13 0.87878 0.97700 0.05029 -2 -1 0 + 196 13 0.89505 0.02861 0.30193 -2 1 1 + 1500 14 0.53263 0.31469 0.44404 0 1 -2 + 157 13 0.64347 0.04904 0.80223 -1 -1 0 + 673 13 0.62346 0.68131 0.66760 0 0 -1 + 1303 13 0.59596 0.04249 0.63382 0 1 0 + 889 13 0.90655 0.38688 0.43472 0 0 0 + 1272 14 0.76965 0.89667 0.87904 -1 -1 -1 + 1398 14 0.86561 0.10413 0.52706 1 0 0 + 1423 13 0.55127 0.32731 0.20853 0 0 0 + 1276 13 0.81298 0.90929 0.56398 -1 0 0 + 1149 14 0.86911 0.85698 0.18995 0 0 0 + 1902 14 0.83911 0.62138 0.34858 0 -1 1 + 1574 14 0.51422 0.95398 0.71266 1 0 -1 + 1110 14 0.77975 0.69087 0.91504 0 0 0 + 693 14 0.84010 0.87097 0.81980 -1 -1 0 + 1562 14 0.62815 0.98437 0.46959 1 -2 1 + 102 14 0.98273 0.94327 0.45396 -1 -1 0 + 1128 14 0.76679 0.59699 0.00320 0 0 0 + 858 14 0.97265 0.07868 0.29916 -1 0 0 + 767 14 0.80768 0.71357 0.67020 0 0 0 + 1846 13 0.99698 0.82620 0.17883 0 0 2 + 1863 14 0.96235 0.08802 0.96914 0 -1 0 + 1170 14 0.52058 0.84988 0.51615 0 -2 -1 + 529 13 0.82856 0.18129 0.58242 -1 0 0 + 1658 14 0.61204 0.96931 0.28693 0 0 0 + 830 14 0.51106 0.65525 0.90211 0 -1 0 + 1147 13 0.84816 0.83518 0.17237 0 0 0 + 1742 14 0.54678 0.61382 0.72410 0 0 0 + 937 13 0.56257 0.10498 0.75497 1 0 -1 + 1939 13 0.89013 0.83148 0.85233 0 0 0 + 1353 14 0.51065 0.83113 0.31582 1 -1 0 + 812 14 0.96775 0.90416 0.66047 0 -2 -1 + 1722 14 0.86398 0.97886 0.68251 -1 0 -1 + 719 14 0.73588 0.77037 0.86445 0 0 -1 + 569 14 0.65562 0.96658 0.72041 -2 0 0 + 615 14 0.98398 0.09887 0.08383 0 -1 -1 + 1649 14 0.77515 0.41801 0.01722 0 0 1 + 1498 13 0.53440 0.30319 0.47702 0 1 -2 + 1086 14 0.60779 0.27736 0.47604 -1 2 -1 + 1453 13 0.82490 0.60025 0.17585 0 0 1 + 96 14 0.82890 0.09787 0.75570 -1 0 -1 + 406 13 0.82601 0.00763 0.97319 -1 0 0 + 1361 14 0.95936 0.82682 0.49248 -1 -1 -1 + 1810 13 0.85186 0.14297 0.79819 0 1 -1 + 1148 14 0.85940 0.80324 0.18115 0 0 0 + 1157 14 0.83873 0.07046 0.61279 0 1 0 + 1842 14 0.93542 0.59762 0.09422 0 0 1 + 393 14 0.83791 0.14925 0.93529 -1 0 0 + 1857 14 0.65210 0.47380 0.81832 1 0 0 + 1611 14 0.50756 0.91431 0.42783 0 -1 0 + 813 14 0.92910 0.86471 0.66353 0 -2 -1 + 1827 14 0.78481 0.85498 0.49414 0 0 1 + 1222 13 0.90394 0.27036 0.93397 1 1 -1 + 692 14 0.79582 0.88004 0.78792 -1 -1 0 + 1089 14 0.64291 0.22521 0.52490 -1 0 0 + 973 13 0.61719 0.87354 0.42531 0 0 0 + 1097 14 0.77503 0.37302 0.81176 0 0 -1 + 310 13 0.69444 0.57080 0.51490 -1 2 0 + 1663 13 0.82598 0.28382 0.64803 0 0 0 + 1664 14 0.83146 0.25808 0.67107 0 0 0 + 1873 13 0.54120 0.84927 0.04670 1 0 1 + 1302 14 0.51896 0.23293 0.56233 0 0 1 + 498 14 0.80913 0.28719 0.78361 0 0 -1 + 811 13 0.94202 0.89218 0.68089 0 -2 -1 + 1201 13 0.57924 0.07660 0.89453 -1 -1 0 + 1650 14 0.77512 0.41765 0.96191 0 0 0 + 1142 14 0.65982 0.19420 0.90779 1 2 -2 + 766 13 0.82332 0.69137 0.64818 0 0 0 + 436 13 0.61946 0.27105 0.97955 0 1 -1 + 233 14 0.78785 0.54198 0.62612 -1 0 0 + 1085 14 0.65894 0.27983 0.45515 -1 2 -1 + 1590 14 0.88716 0.61714 0.00184 0 -1 0 + 392 14 0.88592 0.14692 0.90793 -1 0 0 + 1824 14 0.53919 0.72372 0.97862 1 -1 -1 + 1970 14 0.72935 0.22031 0.57502 1 2 0 + 1449 14 0.54584 0.26191 0.67685 1 0 0 + 1229 14 0.87769 0.51671 0.72812 0 0 0 + 1270 13 0.73492 0.89992 0.88151 -1 -1 -1 + 261 14 0.83107 0.47935 0.87844 -1 3 -1 + 686 14 0.71067 0.57888 0.62384 -2 0 0 + 91 13 0.86644 0.01805 0.58822 0 0 0 + 1426 13 0.82383 0.55564 0.89670 0 0 -1 + 1001 14 0.85885 0.48615 0.31935 -1 1 1 + 101 14 0.94616 0.90178 0.45367 -1 -1 0 + 594 14 0.76508 0.09561 0.91609 0 1 0 + 1743 14 0.56712 0.63365 0.67664 0 0 0 + 354 14 0.96401 0.00781 0.92153 -1 0 1 + 407 14 0.84778 0.00984 0.00047 -1 0 1 + 1843 13 0.91792 0.10609 0.86393 0 -1 0 + 1119 14 0.85315 0.64366 0.92145 -1 0 0 + 490 13 0.73028 0.97858 0.95058 -1 -1 -1 + 568 13 0.67460 0.96257 0.69131 -2 0 0 + 1988 14 0.78639 0.03179 0.81594 0 0 -1 + 861 14 0.73331 0.46475 0.82456 0 0 -1 + 1752 14 0.53013 0.02897 0.02192 0 1 1 + 908 14 0.95388 0.51662 0.85246 -1 1 -2 + 1572 14 0.64913 0.38255 0.60821 1 -1 0 + 1397 14 0.90979 0.08328 0.50112 1 0 0 + 1000 13 0.88716 0.50584 0.31351 -1 1 1 + 1083 14 0.86625 0.23419 0.57547 -1 0 -1 + 1583 14 0.89189 0.70044 0.78194 1 -1 -1 + 330 14 0.79325 0.79234 0.89691 -1 -1 -1 + 589 13 0.65734 0.58413 0.93383 0 0 0 + 1424 14 0.54949 0.30118 0.18536 0 0 0 + 1941 14 0.90276 0.82280 0.88376 0 0 0 + 1156 13 0.82218 0.09629 0.62959 0 1 0 + 957 14 0.77571 0.23261 0.91033 0 1 -1 + 1684 13 0.55851 0.41363 0.64933 0 0 -1 + 1223 14 0.88762 0.23945 0.93526 1 1 -1 + 175 13 0.74998 0.69180 0.76431 -1 -1 -1 + 975 14 0.62801 0.84029 0.42508 0 0 0 + 491 14 0.76117 0.99314 0.95811 -1 -1 -1 + 222 14 0.55988 0.80297 0.67016 0 0 0 + 1820 14 0.50544 0.90730 0.77381 0 -1 0 + 389 14 0.97990 0.80261 0.78080 -1 -1 1 + 1365 14 0.54146 0.19465 0.85031 0 1 -1 + 1707 14 0.59530 0.15963 0.04377 1 1 1 + 364 13 0.94618 0.98125 0.17701 -1 0 0 + 677 14 0.97417 0.27282 0.78965 -1 1 0 + 1588 13 0.88833 0.61501 0.96695 0 -1 -1 + 1202 14 0.59232 0.10372 0.87674 -1 -1 0 + 1705 13 0.58725 0.18648 0.06469 1 1 1 + 1885 13 0.50053 0.14351 0.16945 0 1 0 + 459 14 0.52826 0.54409 0.01242 0 0 1 + 1072 13 0.52208 0.29693 0.80927 -1 0 -2 + 898 13 0.96939 0.50088 0.60676 0 0 1 + 1982 14 0.55312 0.23256 0.10449 0 0 0 + 153 14 0.50754 0.15214 0.51404 0 1 1 + 1981 13 0.54749 0.25422 0.13136 0 0 0 + 1782 14 0.99519 0.39040 0.89469 0 0 -1 + 725 14 0.51651 0.31491 0.60638 0 0 0 + 1023 14 0.98257 0.68546 0.63953 -1 -1 0 + 856 13 0.99782 0.07441 0.32306 -1 0 0 + 1930 13 0.52725 0.35658 0.07625 0 0 0 + 434 14 0.99261 0.17543 0.85104 -1 1 -1 + 332 14 0.99909 0.56585 0.81217 -1 -2 -1 + 649 13 0.99842 0.28830 0.48557 0 0 1 + 1059 14 0.99864 0.04890 0.49308 0 1 -1 + 1004 14 0.99747 0.47468 0.19282 0 0 1 + 1352 14 0.50220 0.86764 0.35650 1 -1 0 + 125 14 0.50531 0.79616 0.86531 -1 -1 0 + ITEM: TIMESTEP + 4000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.24788 0.42763 0.36070 0 0 0 + 306 14 0.34217 0.20205 0.10950 0 0 0 + 16 8 0.42599 0.26949 0.12537 0 0 0 + 653 14 0.20502 0.94503 0.40096 0 0 0 + 1181 14 0.20675 0.16601 0.13607 2 0 0 + 1036 13 0.37263 0.44580 0.48272 0 -1 1 + 5 4 0.25627 0.27607 0.15069 0 0 0 + 1934 14 0.18550 0.49612 0.79586 1 1 0 + 817 13 0.44421 0.39428 0.96331 0 -1 -2 + 878 14 0.07492 0.38993 0.67326 0 -1 0 + 21 4 0.38577 0.40053 0.18966 0 0 0 + 1703 14 0.34335 0.96797 0.34197 0 -1 1 + 1605 14 0.17788 0.09362 0.09811 0 0 1 + 34 4 0.35237 0.47815 0.34671 0 0 0 + 634 13 0.03093 0.96675 0.73625 0 0 0 + 1967 14 0.39792 0.56374 0.20601 1 0 1 + 1475 14 0.22296 1.00387 0.26311 1 -2 2 + 1020 14 0.41768 0.94331 0.24229 0 -1 0 + 405 14 0.40675 0.86867 0.35376 0 0 1 + 1795 13 0.48977 0.47235 0.12294 -1 0 1 + 1430 14 0.05763 0.05281 0.03513 1 1 0 + 4 4 0.20350 0.26917 0.19085 0 0 0 + 1070 14 0.04866 0.73042 0.74451 1 0 -1 + 308 14 0.14165 0.31562 0.43022 0 1 0 + 994 13 0.40040 0.70782 0.24028 1 -1 -1 + 366 14 0.01243 0.12207 0.06484 0 1 0 + 1470 14 0.13831 0.19741 0.47630 1 1 0 + 90 14 0.08198 0.37123 0.88736 -1 -1 -1 + 1342 13 0.38436 0.64788 0.04907 0 -1 1 + 1434 14 0.29756 0.07062 0.23466 1 0 0 + 1596 14 0.14149 0.45714 0.05627 0 0 1 + 1694 14 0.41959 0.93446 0.80918 0 0 -1 + 37 1 0.25783 0.52838 0.48265 0 0 0 + 1344 14 0.39605 0.62808 0.02272 0 -1 1 + 6 4 0.21605 0.32320 0.15662 0 0 0 + 1625 14 0.07906 0.45874 0.64001 1 -1 0 + 404 14 0.39533 0.83554 0.31097 0 0 1 + 1652 14 0.23120 0.59139 0.15948 1 0 0 + 622 13 0.36802 0.83372 0.88992 1 1 -1 + 797 14 0.09586 0.12442 0.20940 0 0 -1 + 1906 13 0.08371 0.52932 0.39181 1 1 -2 + 946 13 0.01931 0.61805 0.15625 0 0 1 + 1858 13 0.07763 0.09440 0.68768 1 1 -1 + 77 4 0.34899 0.71615 0.35609 0 0 0 + 237 14 0.25066 0.79429 0.37474 0 0 -1 + 1975 13 0.01968 0.78359 0.63504 0 0 0 + 1816 13 0.21718 0.71334 0.15243 0 -1 0 + 1907 14 0.06884 0.56097 0.39116 1 1 -2 + 1469 14 0.17114 0.20627 0.51993 1 1 0 + 1385 14 0.13091 0.18267 0.14278 0 1 0 + 1450 13 0.31891 0.37606 0.10886 1 0 1 + 1038 14 0.40263 0.44969 0.46518 0 -1 1 + 1867 13 0.46372 0.59905 0.41121 1 0 1 + 244 13 0.15844 0.99832 0.57957 0 0 0 + 63 6 0.37150 0.68013 0.49531 0 0 0 + 122 14 0.36306 0.01742 0.23085 0 1 0 + 1911 14 0.37119 0.16139 0.19884 0 0 0 + 1597 13 0.01286 0.97914 0.37451 1 -1 1 + 1952 14 0.14534 0.04176 0.00607 1 0 1 + 954 14 0.38249 0.54876 0.44551 0 0 0 + 582 14 0.46812 0.57908 0.14769 -1 0 0 + 1019 14 0.42067 0.90005 0.27663 0 -1 0 + 440 14 0.11982 0.68761 0.12585 -1 0 0 + 1761 14 0.30913 0.47735 0.14920 0 0 1 + 1030 13 0.30071 0.93817 0.25013 0 -1 0 + 788 14 0.29906 0.26401 0.30416 -1 1 1 + 985 13 0.10439 0.55406 0.93499 1 0 0 + 1909 13 0.38114 0.14976 0.23029 0 0 0 + 282 14 0.03656 0.62829 0.05182 0 0 0 + 1655 14 0.37274 0.52528 0.99554 1 -1 -2 + 1565 14 0.35762 0.82254 0.76981 1 -1 0 + 1132 13 0.09462 0.06835 0.57740 0 2 -1 + 953 14 0.38712 0.56841 0.39401 0 0 0 + 1506 14 0.15121 0.51130 0.19072 0 0 0 + 897 14 0.40578 0.12345 0.06207 0 1 0 + 1908 14 0.08962 0.52310 0.42571 1 1 -2 + 1169 14 0.38419 0.87709 0.65851 0 -2 -1 + 1677 14 0.05075 0.31421 0.12389 1 0 0 + 1462 13 0.23461 0.17279 0.00902 1 0 2 + 256 13 0.17560 0.59793 0.31553 -1 -1 0 + 1735 13 0.16849 0.94038 0.07370 1 0 1 + 1103 14 0.20188 0.18385 0.27956 -1 0 0 + 1092 14 0.34878 0.06283 0.36021 0 0 0 + 39 10 0.30925 0.51291 0.40543 0 0 0 + 624 14 0.38727 0.80751 0.87705 1 1 -1 + 53 10 0.32672 0.50089 0.49926 0 0 0 + 1587 14 0.29909 0.86538 0.38970 1 -1 0 + 1860 14 0.09395 0.07998 0.66031 1 1 -1 + 992 14 0.29571 0.16769 0.24635 1 -1 -1 + 799 13 0.30187 0.70724 0.03219 0 -1 1 + 1603 13 0.14848 0.07579 0.09169 0 0 1 + 1037 14 0.36263 0.41301 0.47584 0 -1 1 + 605 14 0.34668 0.78259 0.15650 -1 -2 0 + 785 14 0.44514 0.11031 0.79949 -1 1 0 + 910 13 0.19631 0.41378 0.17166 1 0 1 + 395 14 0.12955 0.73560 0.68968 0 0 0 + 1457 14 0.35534 0.86431 0.18572 0 0 0 + 1653 14 0.28548 0.60193 0.16090 1 0 0 + 1986 14 0.45905 0.44191 0.66931 1 1 0 + 1065 14 0.22962 0.77274 0.24478 1 -1 -1 + 1966 13 0.36829 0.56476 0.22456 1 0 1 + 1835 14 0.10808 0.34652 0.98361 1 -1 0 + 8 6 0.33555 0.35559 0.23863 0 0 0 + 505 13 0.27712 0.99879 0.42824 1 -2 -1 + 787 13 0.31306 0.25839 0.33571 -1 1 1 + 1634 14 0.40815 0.36582 0.38700 1 0 1 + 796 13 0.09002 0.13603 0.17693 0 0 -1 + 320 14 0.16078 0.06930 0.27980 0 1 1 + 1968 14 0.35033 0.53670 0.21393 1 0 1 + 813 14 0.02919 0.92884 0.54563 1 -2 -1 + 765 14 0.46305 0.80610 0.27047 0 -1 0 + 1465 13 0.38001 0.66835 0.14355 1 0 1 + 419 14 0.09044 0.38767 0.21479 -1 2 0 + 394 13 0.12435 0.76688 0.70442 0 0 0 + 1357 13 0.47565 0.27839 0.50536 1 -1 0 + 1668 14 0.46973 0.44548 0.34601 0 1 0 + 1264 13 0.26611 0.22912 0.52752 0 0 0 + 14 8 0.40675 0.31382 0.14254 0 0 0 + 1145 14 0.09130 0.65077 0.36546 0 1 -1 + 411 14 0.24607 0.85301 0.18918 0 -1 -1 + 1728 14 0.31749 0.59146 0.25509 1 1 0 + 1343 14 0.35844 0.66671 0.03505 0 -1 1 + 257 14 0.16422 0.56504 0.31218 -1 -1 0 + 1807 13 0.44688 0.52331 0.89931 -1 0 0 + 1268 14 0.17243 0.75635 0.03649 1 0 1 + 1985 14 0.47687 0.49419 0.67225 1 1 0 + 697 13 0.40689 0.98912 0.47600 1 -1 -1 + 111 14 0.40097 0.11906 0.54237 0 0 0 + 642 14 0.43347 0.40760 0.04673 0 0 1 + 27 10 0.46095 0.19148 0.10592 0 0 0 + 1242 14 0.24349 0.79561 0.01473 0 -1 0 + 75 4 0.38638 0.78094 0.48509 0 0 0 + 1645 13 0.07716 0.95437 0.11127 0 0 0 + 1666 13 0.46640 0.47875 0.33576 0 1 0 + 1726 13 0.29139 0.61044 0.26855 1 1 0 + 1359 14 0.48220 0.31094 0.51634 1 -1 0 + 1773 14 0.47257 0.66863 0.85930 1 1 -2 + 752 14 0.03198 0.77940 0.17246 0 0 0 + 1536 14 0.11678 0.73731 0.41695 2 1 1 + 104 14 0.19148 0.31827 0.29835 0 -1 0 + 1040 14 0.04778 0.73081 0.89806 0 -1 1 + 1766 14 0.11355 0.50879 0.33406 1 0 1 + 1585 13 0.28725 0.85156 0.35983 1 -1 0 + 1429 13 0.06762 0.08494 0.02561 1 1 0 + 13 8 0.42854 0.29039 0.22575 0 0 0 + 1349 14 0.21682 0.87399 0.49302 0 -1 1 + 1104 14 0.14740 0.17760 0.27239 -1 0 0 + 22 4 0.41474 0.37846 0.24235 0 0 0 + 1817 14 0.24611 0.72628 0.13764 0 -1 0 + 829 13 0.43699 0.60362 0.96858 0 -1 0 + 1702 13 0.31172 0.95339 0.34517 0 -1 1 + 1266 14 0.24249 0.22927 0.50173 0 0 0 + 26 11 0.42861 0.25678 0.08811 0 0 0 + 745 13 0.12005 0.61951 0.17436 0 0 -1 + 109 13 0.43497 0.11840 0.55052 0 0 0 + 1190 14 0.32153 0.88952 0.48378 -1 -1 -2 + 76 4 0.34329 0.77824 0.36503 0 0 0 + 840 14 0.47166 0.11186 0.43890 -1 0 1 + 435 14 0.01339 0.18278 0.92041 0 1 -1 + 1633 13 0.41988 0.37446 0.35521 1 0 1 + 1955 14 0.05436 0.84086 0.20783 2 0 1 + 617 14 0.17965 0.61626 0.44084 1 -1 0 + 422 14 0.10286 0.81137 0.85714 -1 -2 0 + 344 14 0.07769 0.41607 0.34856 -1 -1 1 + 1960 13 0.36032 0.35879 0.44825 -1 0 0 + 429 14 0.25717 0.99458 0.06281 -1 -1 0 + 609 14 0.14678 0.37900 0.31822 0 1 0 + 1080 14 0.43973 0.83711 0.80708 0 -1 -1 + 970 13 0.49204 0.58350 0.78350 -2 1 -1 + 991 13 0.27330 0.17313 0.27264 1 -1 -1 + 972 14 0.49051 0.54881 0.77933 -2 1 -1 + 1790 14 0.24279 0.59920 0.06201 1 -1 2 + 620 14 0.43525 0.64924 0.66890 -1 -1 -1 + 507 14 0.29479 0.02560 0.44208 1 -1 -1 + 1372 13 0.13126 0.67630 0.51907 1 -1 0 + 1759 13 0.31373 0.49459 0.17927 0 0 1 + 400 13 0.08522 0.17436 0.44735 1 1 1 + 1250 14 0.25671 0.29567 0.62249 1 -1 1 + 89 14 0.04706 0.36314 0.92948 -1 -1 -1 + 1727 14 0.26988 0.61615 0.24157 1 1 0 + 1959 14 0.11186 0.03557 0.31410 0 1 1 + 321 14 0.16556 0.10484 0.32191 0 1 1 + 1783 13 0.06430 0.46437 0.05355 0 -1 0 + 1913 14 0.22533 0.14883 0.40765 1 -1 -1 + 1502 14 0.05060 0.18244 0.52900 1 0 0 + 1067 14 0.08006 0.17366 0.07730 1 0 0 + 1474 13 0.19140 0.00505 0.27813 1 -1 2 + 1834 13 0.10728 0.32672 0.01242 1 -1 1 + 1961 14 0.33088 0.35182 0.43071 -1 0 0 + 845 14 0.01740 0.04494 0.28470 0 0 0 + 29 7 0.32081 0.46368 0.32797 0 0 0 + 1704 14 0.29876 0.96696 0.37468 0 -1 1 + 1575 14 0.45758 0.96987 0.67841 1 0 -1 + 18 9 0.46706 0.19275 0.14043 0 0 0 + 1745 14 0.48893 0.06239 0.72182 0 1 -1 + 1432 13 0.32265 0.07111 0.25902 1 0 0 + 571 13 0.31914 0.58076 0.11280 0 -1 0 + 1504 13 0.17504 0.53367 0.20316 0 0 0 + 877 13 0.10915 0.39630 0.67000 0 -1 0 + 1134 14 0.09531 0.10331 0.57788 0 2 -1 + 650 14 -0.00156 0.28979 0.56742 1 0 1 + 1267 13 0.14183 0.74306 0.02601 1 0 1 + 1535 14 0.15749 0.70029 0.41134 2 1 1 + 1791 14 0.22045 0.62285 0.01728 1 -1 2 + 753 14 0.05538 0.74462 0.13638 0 0 0 + 1737 14 0.15765 0.94285 0.04054 1 0 1 + 1539 14 0.46076 0.18925 0.39036 0 1 0 + 309 14 0.18396 0.28478 0.44804 0 1 0 + 1635 14 0.43632 0.34577 0.34383 1 0 1 + 32 10 0.35833 0.39736 0.31653 0 0 0 + 180 14 0.06224 0.99178 0.22245 0 -1 1 + 1466 14 0.38472 0.65238 0.11280 1 0 1 + 1146 14 0.09838 0.61290 0.32577 0 1 -1 + 1962 14 0.37332 0.32737 0.45639 -1 0 0 + 25 11 0.46356 0.22051 0.23346 0 0 0 + 66 7 0.34343 0.72104 0.46628 0 0 0 + 1534 13 0.12266 0.70311 0.41257 2 1 1 + 858 14 0.01130 0.16745 0.26921 0 0 0 + 1829 14 0.18302 0.55863 0.05987 2 0 0 + 495 14 0.23829 0.42490 0.84362 -1 1 0 + 741 14 0.25447 0.70215 0.26898 0 1 -1 + 307 13 0.17658 0.31467 0.43145 0 1 0 + 456 14 0.19810 0.85733 0.27913 0 -1 0 + 286 13 0.10697 0.94796 0.96611 0 -1 0 + 1537 13 0.44808 0.17586 0.42008 0 1 0 + 280 13 0.06805 0.62394 0.06639 0 0 0 + 441 14 0.15503 0.72865 0.13749 -1 0 0 + 798 14 0.06162 0.15623 0.17982 0 0 -1 + 147 14 0.06949 0.28294 0.19299 1 0 -1 + 1415 14 0.12419 0.85557 0.16091 1 0 0 + 694 13 0.01859 0.40326 0.48471 0 0 0 + 1171 13 0.47344 0.72211 0.14764 0 -2 0 + 305 14 0.34981 0.14865 0.12169 0 0 0 + 74 4 0.34641 0.79123 0.43400 0 0 0 + 608 14 0.17489 0.41230 0.35228 0 1 0 + 1997 14 0.16334 0.65817 0.21980 0 -1 0 + 1818 14 0.22534 0.68022 0.16016 0 -1 0 + 993 14 0.29117 0.19267 0.29549 1 -1 -1 + 618 14 0.22311 0.62526 0.40783 1 -1 0 + 597 14 0.05040 0.76771 0.51568 1 -1 0 + 396 14 0.14513 0.78857 0.68651 0 0 0 + 1957 13 0.08058 0.01994 0.31457 0 1 1 + 30 1 0.28086 0.45748 0.36488 0 0 0 + 1269 14 0.13198 0.72204 0.05217 1 0 1 + 1545 14 0.11789 0.67947 0.92279 1 0 0 + 1667 14 0.43189 0.48363 0.33287 0 1 0 + 1352 14 0.48403 0.86444 0.41104 1 -1 0 + 1965 14 0.27005 0.59982 0.32658 0 0 1 + 1180 13 0.22819 0.13839 0.13579 2 0 0 + 287 14 0.07819 0.96320 0.95335 0 -1 0 + 911 14 0.20629 0.42934 0.14198 1 0 1 + 79 5 0.44608 0.70275 0.54105 0 0 0 + 1777 13 0.05450 0.86871 0.37577 0 -1 0 + 12 8 0.40872 0.32293 0.19267 0 0 0 + 40 4 0.25193 0.45308 0.46426 0 0 0 + 912 14 0.21880 0.42554 0.19572 1 0 1 + 607 13 0.14414 0.40903 0.33594 0 1 0 + 803 14 0.26183 0.36426 0.38428 1 0 -1 + 19 10 0.30839 0.34162 0.16934 0 0 0 + 654 14 0.17258 0.93337 0.35771 0 0 0 + 751 13 0.03307 0.77148 0.13842 0 0 0 + 1765 13 0.13812 0.50293 0.30988 1 0 1 + 28 5 0.33126 0.41784 0.30333 0 0 0 + 1102 13 0.17226 0.20199 0.27549 -1 0 0 + 249 14 0.37468 0.10247 0.77130 -1 1 -1 + 1505 14 0.17453 0.52867 0.23777 0 0 0 + 1543 13 0.09534 0.70203 0.93713 1 0 0 + 1544 14 0.10986 0.71069 0.96774 1 0 0 + 1033 13 0.06476 0.92790 0.82243 1 0 0 + 1676 14 -0.00150 0.30166 0.11079 1 0 0 + 917 14 0.13622 0.91657 0.27392 0 0 0 + 1456 13 0.38284 0.84402 0.17832 0 0 0 + 1131 14 0.44843 0.93615 0.98185 0 0 0 + 1693 13 0.40126 0.93598 0.77943 0 0 -1 + 73 4 0.32303 0.70280 0.43630 0 0 0 + 640 13 0.41113 0.42462 0.06757 0 0 1 + 343 13 0.04301 0.42054 0.34887 -1 -1 1 + 1828 13 0.20060 0.54994 0.08882 2 0 0 + 1964 14 0.29600 0.59732 0.37536 0 0 1 + 1651 13 0.25483 0.61294 0.17364 1 0 0 + 1056 14 0.32994 0.94078 0.74624 0 0 1 + 45 3 0.39587 0.58780 0.51350 0 0 0 + 36 7 0.24835 0.48698 0.44440 0 0 0 + 1373 14 0.16125 0.66428 0.53247 1 -1 0 + 1069 13 0.02761 0.70453 0.73402 1 0 -1 + 1048 13 0.34632 0.18227 0.41070 0 -1 0 + 178 13 0.07187 0.01799 0.20139 0 0 1 + 78 4 0.38664 0.74783 0.32279 0 0 0 + 641 14 0.39785 0.44991 0.04739 0 0 1 + 670 13 0.02134 1.00340 0.92864 0 -1 -1 + 38 3 0.22880 0.56128 0.49241 0 0 0 + 1760 14 0.29731 0.47505 0.20318 0 0 1 + 24 11 0.39848 0.34331 0.11766 0 0 0 + 581 14 0.45069 0.52783 0.15903 -1 0 0 + 33 4 0.31188 0.49108 0.30102 0 0 0 + 281 14 0.06161 0.62167 0.10069 0 0 0 + 619 13 0.40358 0.64444 0.65485 -1 -1 -1 + 811 13 0.02897 0.89438 0.55160 1 -2 -1 + 240 14 0.42940 0.08649 0.67672 0 0 0 + 1910 14 0.39940 0.17622 0.24405 0 0 0 + 853 13 0.36594 0.02047 0.12566 -1 0 0 + 2 2 0.23331 0.29401 0.17894 0 0 0 + 340 13 0.14919 0.80045 0.34524 -1 -1 0 + 69 2 0.37164 0.74954 0.36047 0 0 0 + 351 14 0.41856 0.82414 0.12489 0 -2 1 + 2004 14 0.14171 0.90664 0.49321 2 1 1 + 1963 13 0.26433 0.59489 0.36073 0 0 1 + 71 4 0.40034 0.66698 0.47181 0 0 0 + 1646 14 0.06958 0.97871 0.13520 0 0 0 + 604 13 0.33221 0.75525 0.14018 -1 -2 0 + 943 13 0.03062 0.96835 0.47248 0 0 0 + 304 13 0.33636 0.17828 0.13448 0 0 0 + 133 13 0.03308 0.90292 0.65439 0 0 -1 + 258 14 0.20560 0.59507 0.33327 -1 -1 0 + 345 14 0.03015 0.39014 0.33732 -1 -1 1 + 1234 13 0.48838 0.78514 0.92299 1 0 0 + 10 3 0.28007 0.42682 0.23873 0 0 0 + 68 12 0.41997 0.74677 0.40556 0 0 0 + 1859 14 0.04431 0.08433 0.68432 1 1 -1 + 15 8 0.44573 0.24682 0.21008 0 0 0 + 506 14 0.24999 0.99410 0.44980 1 -2 -1 + 1925 14 0.26500 0.03082 0.15732 0 1 -1 + 474 14 0.47241 0.39791 0.55760 0 1 0 + 1236 14 0.46906 0.81169 0.91095 1 0 0 + 1032 14 0.29325 0.94023 0.28423 0 -1 0 + 1956 14 0.05073 0.80023 0.24519 2 0 1 + 1928 14 0.31065 0.10028 0.49511 0 0 0 + 1476 14 0.19799 0.00426 0.31246 1 -1 2 + 44 1 0.35384 0.59937 0.52056 0 0 0 + 747 14 0.12960 0.59060 0.19156 0 0 -1 + 1313 14 0.47374 0.51168 0.46441 1 1 -1 + 1468 13 0.16976 0.20987 0.48517 1 1 0 + 995 14 0.41858 0.68210 0.25549 1 -1 -1 + 409 13 0.27514 0.86958 0.17900 0 -1 -1 + 35 5 0.28143 0.48945 0.40386 0 0 0 + 649 13 0.01411 0.30410 0.53963 1 0 1 + 1 1 0.26499 0.31062 0.21821 0 0 0 + 1068 14 0.08985 0.18907 0.02509 1 0 0 + 1920 14 0.02442 0.11961 0.97396 1 1 -1 + 17 8 0.44488 0.23452 0.15996 0 0 0 + 1172 14 0.45379 0.74937 0.13797 0 -2 0 + 819 14 0.41352 0.38698 0.94821 0 -1 -2 + 161 14 0.15867 0.88011 0.59478 -1 -1 0 + 802 13 0.27078 0.33211 0.39474 1 0 -1 + 652 13 0.17397 0.95269 0.38683 0 0 0 + 827 14 0.00253 0.19078 0.78881 0 0 -1 + 1064 14 0.18166 0.78227 0.21894 1 -1 -1 + 1239 14 0.07541 0.42130 0.79757 0 0 0 + 1066 13 0.06700 0.19302 0.05127 1 0 0 + 1137 14 0.48262 0.32982 0.61884 0 0 0 + 740 14 0.30001 0.70727 0.29996 0 1 -1 + 269 14 0.12888 0.61600 0.03364 0 0 1 + 635 14 0.01960 0.99982 0.73698 0 0 0 + 541 13 0.40396 0.58392 0.33126 0 1 1 + 606 14 0.32493 0.76706 0.10808 -1 -2 0 + 1280 14 0.38968 0.23704 0.44108 -1 0 1 + 1063 13 0.20828 0.79855 0.23472 1 -1 -1 + 1775 14 0.06805 0.78916 0.44404 1 -2 0 + 1695 14 0.39560 0.90254 0.77090 0 0 -1 + 350 14 0.40362 0.79270 0.08191 0 -2 1 + 1133 14 0.06081 0.06030 0.57354 0 2 -1 + 1808 14 0.42168 0.52929 0.87580 -1 0 0 + 23 11 0.43108 0.29995 0.26395 0 0 0 + 1778 14 0.05856 0.90341 0.37730 0 -1 0 + 67 7 0.37243 0.76483 0.45054 0 0 0 + 1630 13 0.35343 0.02065 0.55719 2 -1 0 + 1279 13 0.39695 0.27100 0.44524 -1 0 1 + 81 10 0.46662 0.69150 0.51315 0 0 0 + 1431 14 0.09908 0.08905 0.04033 1 1 0 + 662 14 0.12259 0.49360 0.50323 0 2 -1 + 1351 13 0.47114 0.88152 0.38338 1 -1 0 + 1926 14 0.25360 0.08475 0.16195 0 1 -1 + 1031 14 0.32332 0.96425 0.24451 0 -1 0 + 572 14 0.34676 0.58565 0.09191 0 -1 0 + 916 13 0.10209 0.92155 0.26815 0 0 0 + 695 14 0.00263 0.37275 0.47857 0 0 0 + 763 13 0.42874 0.80311 0.26442 0 -1 0 + 1383 14 0.07450 0.31328 0.76755 0 0 1 + 945 14 0.02583 0.97471 0.43843 0 0 0 + 1216 13 0.01178 0.99558 0.03600 1 -1 0 + 1821 14 0.47509 0.96936 0.84233 0 -1 0 + 804 14 0.24143 0.31883 0.40835 1 0 -1 + 764 14 0.42437 0.76971 0.25503 0 -1 0 + 1441 13 0.49275 0.56200 0.51062 0 0 -1 + 454 13 0.20948 0.88212 0.30102 0 -1 0 + 1656 14 0.42799 0.52566 0.99310 1 -1 -2 + 341 14 0.18204 0.79012 0.35134 -1 -1 0 + 996 14 0.38615 0.69295 0.21202 1 -1 -1 + 789 14 0.30556 0.28729 0.35391 -1 1 1 + 288 14 0.09983 0.91373 0.96536 0 -1 0 + 746 14 0.08535 0.61667 0.17104 0 0 -1 + 179 14 0.04989 0.04404 0.20922 0 0 1 + 1541 14 0.47359 0.96602 0.09397 0 -1 0 + 580 13 0.45135 0.56031 0.17197 -1 0 0 + 403 13 0.38114 0.85995 0.33160 0 0 1 + 1654 13 0.40035 0.50437 0.99074 1 -1 -2 + 1954 13 0.03120 0.82211 0.22614 2 0 1 + 1998 14 0.17995 0.64657 0.27127 0 -1 0 + 1182 14 0.26019 0.15217 0.13278 2 0 0 + 20 4 0.34224 0.32874 0.26676 0 0 0 + 1836 14 0.07424 0.31543 0.01439 1 -1 1 + 1789 13 0.25107 0.61727 0.03324 1 -1 2 + 1377 14 0.01188 0.63033 0.32895 1 -1 0 + 855 14 0.37786 0.05047 0.11220 -1 0 0 + 1416 14 0.09371 0.90148 0.15619 1 0 0 + 1464 14 0.21070 0.15549 0.99025 1 0 1 + 1958 14 0.08724 0.98672 0.30593 0 0 1 + 72 4 0.31188 0.73056 0.48998 0 0 0 + 538 13 0.06068 0.62171 0.56182 -1 0 0 + 410 14 0.28023 0.89412 0.20339 0 -1 -1 + 1564 13 0.39163 0.82895 0.76480 1 -1 0 + 3 3 0.25823 0.30061 0.25923 0 0 0 + 1767 14 0.14386 0.46846 0.31139 1 0 1 + 952 13 0.36484 0.55215 0.41551 0 0 0 + 657 14 0.05056 0.40152 0.14323 0 0 0 + 831 14 0.45786 0.63167 0.96928 0 -1 0 + 121 13 0.38227 0.98983 0.22122 0 0 0 + 1772 14 0.46624 0.64153 0.81151 1 1 -2 + 319 13 0.14835 0.09967 0.29191 0 1 1 + 1912 13 0.23834 0.15276 0.43988 1 -1 -1 + 455 14 0.23717 0.86779 0.31685 0 -1 0 + 854 14 0.33170 0.02068 0.11858 -1 0 0 + 1604 14 0.13643 0.06708 0.12335 0 0 1 + 1927 13 0.28567 0.07583 0.49391 0 0 0 + 904 13 0.07829 0.29612 0.45387 0 0 -1 + 7 5 0.30355 0.33370 0.20456 0 0 0 + 1647 14 0.05481 0.96055 0.08509 0 0 0 + 84 4 0.45465 0.75260 0.60131 0 0 0 + 41 4 0.21370 0.49336 0.42663 0 0 0 + 1249 13 0.22621 0.30299 0.63795 1 -1 1 + 1451 14 0.29557 0.38897 0.08624 1 0 1 + 948 14 0.00510 0.58617 0.15399 0 0 1 + 9 1 0.31184 0.40222 0.26087 0 0 0 + 1736 14 0.14043 0.94888 0.09276 1 0 1 + 1187 14 0.07416 0.47822 0.16567 1 -1 0 + 1819 13 0.49409 0.94171 0.83245 0 -1 0 + 1312 13 0.45956 0.48760 0.44339 1 1 -1 + 775 13 0.04435 0.11315 0.38478 0 1 0 + 184 13 0.00157 0.32645 0.32896 0 1 1 + 739 13 0.26854 0.72152 0.29448 0 1 -1 + 1463 14 0.21733 0.20027 0.02204 1 0 2 + 1414 13 0.10262 0.87641 0.17889 1 0 0 + 203 14 0.46649 0.21756 0.62808 -1 1 0 + 11 7 0.38704 0.36841 0.21443 0 0 0 + 696 14 0.04771 0.40196 0.46539 0 0 0 + 1116 14 0.44800 0.86221 0.48327 -1 0 0 + 1830 14 0.17635 0.54953 0.11401 2 0 0 + 1467 14 0.35775 0.69441 0.13658 1 0 1 + 906 14 0.07628 0.26154 0.45870 0 0 -1 + 1173 14 0.45170 0.69475 0.14640 0 -2 0 + 1217 14 0.01017 0.98226 0.00370 1 -1 0 + 1624 13 0.06472 0.46146 0.60822 1 -1 0 + 1251 14 0.23511 0.31653 0.66894 1 -1 1 + 1458 14 0.40190 0.84403 0.20764 0 0 0 + 616 13 0.20504 0.63938 0.43424 1 -1 0 + 1914 14 0.21323 0.16959 0.45747 1 -1 -1 + 88 13 0.07944 0.37411 0.92212 -1 -1 -1 + 918 14 0.09648 0.90792 0.23644 0 0 0 + 812 14 0.05306 0.88155 0.52974 1 -2 -1 + 801 14 0.28631 0.73724 0.04116 0 -1 1 + 439 13 0.12241 0.72248 0.12650 -1 0 0 + 342 14 0.13590 0.80660 0.37700 -1 -1 0 + 273 14 0.32351 0.17807 0.65687 -2 1 0 + 42 5 0.30134 0.52625 0.50551 0 0 0 + 1996 13 0.17580 0.67310 0.24887 0 -1 0 + 800 14 0.28177 0.68236 0.04634 0 -1 1 + 385 13 0.32062 0.26424 0.07277 0 1 0 + 661 13 0.12910 0.52324 0.48586 0 2 -1 + 1951 13 0.16336 0.03451 0.97699 1 0 0 + 271 13 0.32540 0.20838 0.67420 -2 1 0 + 596 14 0.08238 0.72517 0.53073 1 -1 0 + 1452 14 0.34844 0.39343 0.10185 1 0 1 + 272 14 0.32831 0.23263 0.64916 -2 1 0 + 1556 14 0.45108 0.08987 0.96657 -1 0 -1 + 1929 14 0.25582 0.09390 0.49161 0 0 0 + 1274 14 0.24982 0.86779 0.11079 0 0 0 + 595 13 0.05956 0.74844 0.54339 1 -1 0 + 1189 13 0.31969 0.89009 0.44886 -1 -1 -2 + 245 14 0.13253 0.02119 0.57422 0 1 0 + 62 5 0.33786 0.64250 0.50869 0 0 0 + 1936 13 0.27477 0.34326 0.53210 1 0 0 + 235 13 0.23316 0.76401 0.37513 0 0 -1 + 387 14 0.29062 0.27796 0.06117 0 1 0 + 573 14 0.31906 0.54640 0.11933 0 -1 0 + 386 14 0.33225 0.28727 0.09638 0 1 0 + 1374 14 0.13764 0.67955 0.48484 1 -1 0 + 1091 14 0.32799 0.09570 0.32089 0 0 0 + 1191 14 0.32499 0.92360 0.44035 -1 -1 -2 + 1170 14 0.41338 0.86041 0.61459 0 -2 -1 + 968 14 0.05864 0.73072 0.29340 0 1 -1 + 1953 14 0.14861 0.00533 0.96458 1 0 0 + 1785 14 0.04786 0.48890 0.03482 0 -1 0 + 1273 13 0.21709 0.86318 0.09935 0 0 0 + 1297 13 0.37141 0.55531 0.84649 1 1 -1 + 246 14 0.17724 0.01230 0.60554 0 1 0 + 225 14 0.34747 0.31839 0.59521 0 -1 -1 + 905 14 0.07934 0.30943 0.48620 0 0 -1 + 1054 13 0.30993 0.93429 0.71831 0 0 1 + 1949 14 0.29212 0.29511 0.86834 0 0 -1 + 1275 14 0.20781 0.89437 0.08653 0 0 0 + 515 14 0.13796 0.34015 0.58515 1 1 0 + 236 14 0.24070 0.74914 0.34439 0 0 -1 + 944 14 0.05869 0.94752 0.47365 0 0 0 + 1661 14 0.19800 0.57313 0.87836 1 -1 -1 + 1938 14 0.26997 0.30870 0.52977 1 0 0 + 1115 14 0.43378 0.91522 0.49009 -1 0 0 + 1055 14 0.31400 0.90007 0.71236 0 0 1 + 1770 14 0.13504 0.18263 0.84831 0 0 0 + 838 13 0.47727 0.08826 0.46410 -1 0 1 + 564 14 0.17929 0.57059 0.78092 1 0 -1 + 1621 13 0.36442 0.37461 0.55441 1 0 1 + 1165 13 0.03825 0.19074 0.32418 0 0 1 + 186 14 0.03168 0.30888 0.33174 0 1 1 + 1851 14 0.36445 0.60266 0.74859 0 -2 -1 + 835 13 0.20175 0.64210 0.59978 1 -1 -1 + 563 14 0.20068 0.61839 0.76311 1 0 -1 + 1814 14 0.14110 0.91139 0.69329 1 -1 0 + 61 11 0.20422 0.42820 0.68746 0 0 0 + 1125 14 0.18572 0.92158 0.82731 1 1 -1 + 1739 14 0.45123 0.25880 0.86180 0 1 0 + 987 14 0.10643 0.52134 0.92282 1 0 0 + 1580 14 0.12100 0.73121 0.81906 1 -1 -1 + 1595 14 0.15076 0.40642 0.03626 0 0 1 + 1779 14 0.06143 0.86053 0.34249 0 -1 0 + 1915 13 0.33759 0.70391 0.83855 2 0 0 + 865 13 0.35423 0.92643 0.92390 0 -2 0 + 1976 14 0.03536 0.78835 0.66594 0 0 0 + 120 14 0.18878 0.68794 0.82183 1 -2 -1 + 70 10 0.30372 0.65512 0.51010 0 0 0 + 669 14 0.39393 0.51117 0.74228 0 0 -1 + 1211 14 0.29261 0.12242 0.84589 0 -1 0 + 339 14 0.26195 0.87837 0.95314 0 -1 0 + 355 13 0.33483 0.46681 0.89584 0 -1 -1 + 303 14 0.19042 0.02756 0.39476 -1 1 0 + 114 14 0.43013 0.31674 0.70817 0 -1 0 + 514 13 0.16837 0.35546 0.57714 1 1 0 + 192 14 0.18049 0.00949 0.78023 1 1 0 + 167 14 0.23463 0.01843 0.99489 0 1 -1 + 1347 14 0.19888 0.71601 0.59673 0 -2 0 + 818 14 0.46439 0.40562 0.93710 0 -1 -2 + 1411 13 0.28483 0.80182 0.84401 -1 -1 -1 + 373 13 0.43051 0.73372 0.73257 -1 0 0 + 1493 14 0.24526 0.31026 0.93562 -1 -1 1 + 681 14 0.14889 0.19943 0.60988 0 0 1 + 1947 14 0.02555 0.82741 0.79297 2 1 0 + 1210 13 0.31174 0.14798 0.83163 0 -1 0 + 86 14 0.37527 0.00704 0.76645 -1 0 0 + 238 13 0.40367 0.09882 0.65650 0 0 0 + 1265 14 0.25611 0.20291 0.54841 0 0 0 + 1422 14 0.46937 0.89699 0.19843 0 0 0 + 1255 13 0.26616 0.07116 0.88475 1 0 0 + 540 14 0.08108 0.64339 0.54347 -1 0 0 + 50 8 0.25600 0.43366 0.62971 0 0 0 + 1399 13 0.25624 0.64252 0.78385 1 0 0 + 1443 14 0.46175 0.57739 0.51561 0 0 -1 + 1177 13 0.49508 0.29682 0.33546 0 -1 -1 + 872 14 0.02201 0.66829 0.63874 0 -1 0 + 1924 13 0.27006 0.05847 0.17813 0 1 -1 + 1809 14 0.43243 0.50119 0.92222 -1 0 0 + 1059 14 0.04389 0.04468 0.48363 1 1 -1 + 1384 13 0.15343 0.20899 0.13795 0 1 0 + 587 14 0.37112 0.23213 0.91518 0 0 0 + 1320 14 0.29379 0.54579 0.97017 1 -1 -1 + 1632 14 0.33707 0.00762 0.58521 2 -1 0 + 337 13 0.25331 0.91160 0.94650 0 -1 0 + 578 14 0.37298 0.42283 0.72467 0 0 -1 + 1332 14 0.44001 0.58252 0.65093 1 0 -2 + 1496 14 0.03595 0.85507 0.00901 1 0 1 + 113 14 0.43431 0.27623 0.67075 0 -1 0 + 1459 13 0.43006 0.21313 0.57019 0 1 0 + 1813 13 0.15126 0.90223 0.72548 1 -1 0 + 85 13 0.35542 0.03557 0.77032 -1 0 0 + 118 13 0.16084 0.68830 0.84287 1 -2 -1 + 1638 14 0.21350 0.77242 0.44494 1 -1 -1 + 1293 14 0.15258 0.43039 0.72940 0 -1 -1 + 701 14 0.31773 0.76680 0.59758 1 -1 -1 + 679 13 0.13744 0.20692 0.57770 0 0 1 + 1220 14 0.33400 0.09632 0.66178 0 0 1 + 585 14 0.42061 0.20377 0.03140 1 0 1 + 301 13 0.20380 0.05099 0.37251 -1 1 0 + 503 14 0.29472 0.00877 0.86568 0 0 -1 + 1350 14 0.24148 0.88602 0.44500 0 -1 1 + 1041 14 0.04103 0.74282 0.84450 0 -1 1 + 447 14 0.27698 0.05269 0.75470 -1 0 -1 + 445 13 0.24652 0.03557 0.75607 -1 0 -1 + 1226 14 0.17675 0.74375 0.96127 1 -1 -1 + 145 13 0.09986 0.28611 0.17595 1 0 -1 + 1049 14 0.33646 0.15663 0.38905 0 -1 0 + 522 14 0.44560 0.61655 0.22442 -1 0 1 + 836 14 0.22329 0.64561 0.57245 1 -1 -1 + 663 14 0.15360 0.53937 0.50490 0 2 -1 + 826 13 0.01301 0.22134 0.80220 0 0 -1 + 1050 14 0.31943 0.20463 0.41063 0 -1 0 + 349 13 0.43167 0.80415 0.09936 0 -2 1 + 46 7 0.33435 0.53986 0.58777 0 0 0 + 105 14 0.17459 0.26595 0.29232 0 -1 0 + 528 14 0.09412 0.84989 0.73989 0 0 -1 + 1445 14 0.32999 0.81597 0.70628 1 0 -1 + 315 14 0.06717 0.61623 0.84423 -1 1 -1 + 1367 14 0.24007 0.71173 0.49949 0 -1 0 + 1918 13 0.00564 0.11447 0.94491 1 1 -1 + 883 13 0.36147 0.03945 0.99848 0 1 -1 + 1916 14 0.32908 0.70677 0.87235 2 0 0 + 1508 14 0.00469 0.44196 0.79727 0 1 0 + 1919 14 0.02260 0.08906 0.92789 1 1 -1 + 1877 14 0.12337 0.77324 0.28878 1 1 -1 + 289 13 0.00603 0.52538 0.67230 0 0 -1 + 1557 14 0.39617 0.09459 0.96190 -1 0 -1 + 1095 14 0.32252 0.40727 0.93567 -1 0 1 + 776 14 0.04644 0.09693 0.41569 0 1 0 + 247 13 0.39034 0.13263 0.77956 -1 1 -1 + 112 13 0.42137 0.30839 0.67536 0 -1 0 + 43 6 0.31350 0.56410 0.54100 0 0 0 + 1241 14 0.22762 0.81328 0.06468 0 -1 0 + 1400 14 0.25976 0.67407 0.79852 1 0 0 + 1329 14 0.04465 0.54552 0.97156 0 -1 -1 + 1318 13 0.29169 0.52615 0.99903 1 -1 -1 + 52 8 0.22988 0.45117 0.66820 0 0 0 + 660 14 0.20491 0.96378 0.50728 0 -1 0 + 1994 14 0.27550 0.47486 0.05257 1 -1 0 + 1199 14 0.04385 0.07550 0.79767 0 0 -1 + 784 13 0.47721 0.10496 0.81237 -1 1 0 + 516 14 0.19158 0.34069 0.59873 1 1 0 + 611 14 0.22341 0.23193 0.73014 -1 1 0 + 123 14 0.38180 -0.00942 0.18626 0 1 0 + 168 14 0.26332 0.97866 0.96932 0 0 -1 + 1738 13 0.47069 0.28776 0.86420 0 1 0 + 1937 14 0.24244 0.35656 0.53299 1 0 0 + 51 8 0.23628 0.50228 0.68109 0 0 0 + 869 14 0.21924 0.77937 0.74549 0 0 0 + 291 14 0.01967 0.51416 0.64212 0 0 -1 + 546 14 0.45058 0.04000 0.85027 1 1 -1 + 1492 13 0.23841 0.32563 0.96628 -1 -1 1 + 132 14 0.22679 0.40559 0.04247 1 -1 0 + 777 14 0.03926 0.08739 0.36168 0 1 0 + 682 13 0.32280 0.91245 0.07227 -1 -1 -1 + 722 14 0.26208 0.59712 0.91710 0 0 1 + 1461 14 0.43571 0.18084 0.55802 0 1 0 + 131 14 0.24712 0.37393 0.00193 1 -1 0 + 191 14 0.13087 0.98597 0.78687 1 0 0 + 1815 14 0.14656 0.93107 0.74469 1 -1 0 + 575 14 0.32921 0.80566 0.01749 0 -2 0 + 190 13 0.16498 0.97850 0.78495 1 0 0 + 623 14 0.33683 0.83008 0.87452 1 1 -1 + 398 14 0.40286 0.26627 0.98888 -1 0 0 + 239 14 0.41591 0.09573 0.62388 0 0 0 + 502 13 0.31104 0.98798 0.84279 0 -1 -1 + 1555 13 0.42597 0.11213 0.95669 -1 0 -1 + 1319 14 0.27783 0.54739 0.02310 1 -1 0 + 374 14 0.42357 0.71715 0.76257 -1 0 0 + 1716 14 0.30122 0.70854 0.96642 0 0 0 + 1566 14 0.40131 0.80614 0.74012 1 -1 0 + 565 13 0.27817 0.67091 0.67971 0 1 0 + 523 13 0.49472 0.04985 0.00031 0 1 0 + 110 14 0.45026 0.10295 0.52313 0 0 0 + 1294 13 0.08107 0.27299 0.35344 1 2 -1 + 255 14 0.47895 0.35256 0.79319 -1 -1 -1 + 1346 14 0.18698 0.75135 0.55588 0 -2 0 + 317 14 0.01770 0.24141 0.02963 1 1 1 + 1093 13 0.32655 0.37389 0.94528 -1 0 1 + 667 13 0.38907 0.54162 0.72579 0 0 -1 + 331 13 0.01317 0.64897 0.82520 0 -2 -1 + 1421 14 0.47513 0.91043 0.14509 0 0 0 + 1993 13 0.27247 0.47932 0.08713 1 -1 0 + 543 14 0.38680 0.56667 0.30615 0 1 1 + 721 13 0.29694 0.59467 0.91580 0 0 1 + 781 13 0.18311 0.25229 0.04707 1 0 0 + 302 14 0.23822 0.05028 0.37868 -1 1 0 + 1944 14 0.16193 0.18379 0.68858 -1 1 0 + 1714 13 0.29508 0.70129 0.93277 0 0 0 + 65 3 0.37115 0.72118 0.57378 0 0 0 + 1868 14 0.45382 0.59349 0.37813 1 0 1 + 567 14 0.27605 0.66245 0.64584 0 1 0 + 54 4 0.28271 0.58781 0.54782 0 0 0 + 1393 13 0.15429 0.25071 0.68490 1 -1 0 + 735 14 0.07921 0.55145 0.67745 -1 0 0 + 1756 13 0.20670 0.00672 0.66962 0 1 1 + 469 13 0.48200 0.46122 0.57913 0 -1 0 + 463 13 0.46822 0.18882 0.90354 0 0 -1 + 527 14 0.05667 0.86753 0.70320 0 0 -1 + 1771 13 0.46776 0.67374 0.82504 1 1 -2 + 493 13 0.22756 0.44277 0.87170 -1 1 0 + 1192 13 0.00456 0.35471 0.68159 0 0 0 + 542 14 0.42080 0.60950 0.31437 0 1 1 + 1917 14 0.36263 0.67950 0.83785 2 0 0 + 1837 13 0.10540 0.83706 0.98796 1 -1 0 + 1061 14 0.42685 0.98290 0.36433 -1 0 1 + 1060 13 0.40370 0.00668 0.37535 -1 1 1 + 1623 14 0.37138 0.40390 0.53661 1 0 1 + 885 14 0.38807 0.01674 0.99836 0 1 -1 + 1330 13 0.45990 0.55615 0.63942 1 0 -2 + 418 13 0.11981 0.37189 0.22535 -1 2 0 + 1345 13 0.20516 0.74857 0.58562 0 -2 0 + 1256 14 0.27887 0.08418 0.91461 1 0 0 + 362 14 0.29196 0.80236 0.92441 0 -1 0 + 576 14 0.33626 0.84612 0.05454 0 -2 0 + 216 14 0.24278 0.83837 0.67661 0 0 0 + 1340 14 0.37891 0.24274 0.72156 -1 -1 -2 + 1581 14 0.11276 0.75360 0.76916 1 -1 -1 + 562 13 0.17101 0.59988 0.76371 1 0 -1 + 1348 13 0.21119 0.87495 0.45852 0 -1 1 + 783 14 0.16078 0.27916 0.04542 1 0 0 + 1130 14 0.41019 0.95230 0.94529 0 0 0 + 1382 14 0.11145 0.29162 0.80255 0 0 1 + 1262 14 0.32744 0.71758 0.76661 1 -1 0 + 1856 14 0.49846 0.44364 0.75565 1 0 0 + 700 13 0.29523 0.79157 0.60773 1 -1 -1 + 1354 13 0.18607 0.22268 0.83063 1 0 0 + 1850 14 0.36002 0.64497 0.71324 0 -2 -1 + 83 4 0.49997 0.70384 0.60082 0 0 0 + 1315 13 0.15549 0.13628 0.95799 1 0 -1 + 426 14 0.26323 0.13232 0.60072 0 1 0 + 868 13 0.21556 0.74895 0.76235 0 0 0 + 214 13 0.22623 0.82213 0.70279 0 0 0 + 1797 14 0.47421 0.44681 0.10481 -1 0 1 + 672 14 0.03547 0.03124 0.91288 0 0 -1 + 475 13 0.14352 0.56262 0.58519 0 0 0 + 1261 13 0.31916 0.74044 0.74147 1 -1 0 + 1395 14 0.17854 0.26726 0.66591 1 -1 0 + 103 13 0.16403 0.29728 0.30373 0 -1 0 + 60 11 0.21340 0.51937 0.70832 0 0 0 + 424 13 0.23893 0.15706 0.59619 0 1 0 + 1386 14 0.13920 0.23596 0.15507 0 1 0 + 57 11 0.31023 0.44421 0.57656 0 0 0 + 361 13 0.27335 0.80636 0.95375 0 -1 0 + 1413 14 0.28756 0.77196 0.82600 -1 -1 -1 + 852 14 0.11321 0.43288 0.91698 0 1 0 + 1878 14 0.12857 0.72948 0.25534 1 1 -1 + 1366 13 0.24004 0.67888 0.51148 0 -1 0 + 579 14 0.39767 0.40568 0.77110 0 0 -1 + 356 14 0.34502 0.47457 0.92838 0 -1 -1 + 1317 14 0.14584 0.15312 0.92889 1 0 -1 + 1776 14 0.09709 0.83592 0.43862 1 -2 0 + 828 14 0.01144 0.21674 0.83683 0 0 -1 + 699 14 0.38268 0.98927 0.50124 1 -1 -1 + 1784 14 0.05125 0.43414 0.04179 0 -1 0 + 577 13 0.38256 0.43364 0.75652 0 0 -1 + 1355 14 0.20382 0.21256 0.80225 1 0 0 + 223 13 0.33636 0.30181 0.62394 0 -1 -1 + 399 14 0.35014 0.25827 0.00358 -1 0 1 + 357 14 0.34445 0.49451 0.87679 0 -1 -1 + 1018 13 0.43784 0.91598 0.25065 0 -1 0 + 1410 14 0.24159 0.36012 0.75765 1 0 1 + 1948 13 0.25837 0.29858 0.85986 0 0 -1 + 1446 14 0.31538 0.82451 0.65362 1 0 -1 + 703 13 0.35346 0.33677 0.84456 0 -1 -1 + 1007 14 0.36193 0.88737 0.54791 0 -2 -1 + 1168 13 0.41172 0.88567 0.63872 0 -2 -1 + 792 14 0.21772 0.91789 0.58526 0 -1 -1 + 1876 13 0.10880 0.75777 0.26100 1 1 -1 + 734 14 0.12230 0.56817 0.70784 -1 0 0 + 316 13 0.00409 0.26637 0.00926 1 1 1 + 879 14 0.12078 0.37107 0.64876 0 -1 0 + 867 14 0.32015 0.92722 0.93170 0 -2 0 + 1062 14 0.39411 0.99553 0.40708 -1 0 1 + 659 14 0.16987 0.00585 0.49946 0 0 0 + 1950 14 0.25759 0.32583 0.83796 0 0 -1 + 58 11 0.27343 0.56948 0.66096 0 0 0 + 162 14 0.15036 0.93422 0.60271 -1 -1 0 + 1299 14 0.36432 0.55911 0.81245 1 1 -1 + 895 13 0.37783 0.10769 0.07597 0 1 0 + 1188 14 0.08676 0.49015 0.11315 1 -1 0 + 583 13 0.44686 0.18088 0.03454 1 0 1 + 48 8 0.28807 0.46184 0.60404 0 0 0 + 1238 14 0.08406 0.45809 0.83796 0 0 0 + 1401 14 0.28648 0.63721 0.76711 1 0 0 + 871 13 0.05209 0.66023 0.65465 0 -1 0 + 520 13 0.45654 0.62267 0.25707 -1 0 1 + 146 14 0.12023 0.30446 0.19767 1 0 -1 + 1124 14 0.17758 0.87904 0.86170 1 1 -1 + 64 1 0.39689 0.70307 0.53982 0 0 0 + 1626 14 0.09197 0.46158 0.58630 1 -1 0 + 873 14 0.05422 0.68276 0.68132 0 -1 0 + 1200 14 0.08231 0.07465 0.75792 0 0 -1 + 1660 13 0.19898 0.58717 0.91037 1 -1 -1 + 49 8 0.26818 0.53202 0.64974 0 0 0 + 1838 14 0.10772 0.83496 0.95313 1 -1 0 + 526 13 0.05999 0.84854 0.73238 0 0 -1 + 934 13 0.27963 0.39288 0.80141 0 0 0 + 1008 14 0.31619 0.85654 0.55204 0 -2 -1 + 338 14 0.23380 0.90996 0.91752 0 -1 0 + 1412 14 0.25853 0.81897 0.82861 -1 -1 -1 + 1631 14 0.32763 0.03167 0.53631 2 -1 0 + 790 13 0.23066 0.91457 0.55294 0 -1 -1 + 56 4 0.36432 0.51507 0.57617 0 0 0 + 1758 14 0.20436 0.98474 0.69673 0 0 1 + 1219 13 0.30106 0.09731 0.65008 0 0 1 + 1298 14 0.34304 0.56768 0.86278 1 1 -1 + 135 14 0.04008 0.90627 0.62029 0 0 -1 + 1774 13 0.10055 0.80192 0.44604 1 -2 0 + 1186 13 0.09763 0.49512 0.14601 1 -1 0 + 1501 13 0.05647 0.16217 0.55689 1 0 0 + 470 14 0.47144 0.49440 0.58230 0 -1 0 + 1586 14 0.31571 0.84839 0.33976 1 -1 0 + 603 14 0.09229 0.10600 0.88949 0 -1 -1 + 450 14 0.34067 0.18807 0.52961 0 0 -1 + 1503 14 0.02635 0.16277 0.57465 1 0 0 + 1381 13 0.09775 0.32207 0.79215 0 0 1 + 896 14 0.36074 0.09434 0.04853 0 1 0 + 1408 13 0.23258 0.33655 0.73343 1 0 1 + 224 14 0.36042 0.30927 0.64821 0 -1 -1 + 1622 14 0.33535 0.36204 0.53959 1 0 1 + 119 14 0.16103 0.65688 0.85822 1 -2 -1 + 473 14 0.42683 0.36677 0.55423 0 1 0 + 130 13 0.25686 0.39414 0.02875 1 -1 0 + 884 14 0.33287 0.01946 0.99616 0 1 -1 + 1599 14 0.02974 0.00447 0.35729 1 0 1 + 423 14 0.09534 0.86611 0.85472 -1 -2 0 + 850 13 0.12999 0.46193 0.90711 0 1 0 + 1058 14 0.01208 0.08815 0.49621 1 1 -1 + 539 14 0.06029 0.63522 0.59407 -1 0 0 + 1433 14 0.34344 0.09763 0.24965 1 0 0 + 602 14 0.08976 0.06261 0.85528 0 -1 -1 + 397 13 0.37743 0.24226 0.98867 -1 0 0 + 1933 13 0.18740 0.52019 0.82116 1 1 0 + 866 14 0.35989 0.89381 0.91263 0 -2 0 + 1114 13 0.42843 0.88325 0.50321 -1 0 0 + 698 14 0.42284 0.02010 0.47897 1 0 -1 + 215 14 0.20796 0.84740 0.71863 0 0 0 + 1123 13 0.20255 0.90001 0.84909 1 1 -1 + 1120 13 0.14603 0.44276 0.55360 0 -1 0 + 1478 14 0.03295 0.92924 0.25886 0 -1 1 + 1221 14 0.29782 0.06850 0.63053 0 0 1 + 1769 14 0.08331 0.19341 0.86463 0 0 0 + 1281 14 0.42889 0.27145 0.45947 -1 0 1 + 684 14 0.32643 0.91784 0.10664 -1 -1 -1 + 449 14 0.35415 0.16694 0.48031 0 0 -1 + 1409 14 0.21281 0.31341 0.75065 1 0 1 + 1444 13 0.32791 0.84091 0.68185 1 0 -1 + 476 14 0.11274 0.57895 0.58219 0 0 0 + 1687 13 0.38527 0.40469 0.65845 0 0 0 + 1744 13 0.49868 0.08750 0.69952 0 1 -1 + 986 14 0.09367 0.57296 0.90759 1 0 0 + 384 14 0.05407 0.32115 0.62014 0 0 0 + 1849 13 0.34876 0.63362 0.74435 0 -2 -1 + 1573 13 0.46953 0.97703 0.71049 1 0 -1 + 1240 13 0.23215 0.78421 0.04578 0 -1 0 + 1341 14 0.39341 0.20042 0.75409 -1 -1 -2 + 837 14 0.18843 0.60995 0.59638 1 -1 -1 + 477 14 0.14039 0.54327 0.61415 0 0 0 + 723 14 0.30796 0.62776 0.91327 0 0 1 + 1869 14 0.46151 0.56764 0.42642 1 0 1 + 1006 13 0.32704 0.88935 0.54663 0 -2 -1 + 1662 14 0.17686 0.56768 0.92917 1 -1 -1 + 566 14 0.24815 0.68752 0.68649 0 1 0 + 1757 14 0.20940 0.03838 0.68421 0 1 1 + 1292 14 0.14195 0.39137 0.76713 0 -1 -1 + 1237 13 0.05910 0.43845 0.82332 0 0 0 + 1574 14 0.44641 0.96202 0.73201 1 0 -1 + 1839 14 0.11773 0.80642 0.99944 1 -1 0 + 851 14 0.16344 0.45218 0.90420 0 1 0 + 1225 13 0.20026 0.73986 0.93567 1 -1 -1 + 1316 14 0.14790 0.10274 0.95163 1 0 -1 + 160 13 0.15262 0.90379 0.61980 -1 -1 0 + 830 14 0.44491 0.58755 0.93855 0 -1 0 + 1995 14 0.24574 0.50157 0.09079 1 -1 0 + 1291 13 0.14580 0.42593 0.76342 0 -1 -1 + 1420 13 0.48543 0.88708 0.16899 0 0 0 + 658 13 0.19784 0.99019 0.48548 0 -1 0 + 1886 14 0.48044 0.14392 0.22405 0 1 0 + 446 14 0.25417 0.00531 0.77183 -1 0 -1 + 1035 14 0.04921 0.95175 0.84274 1 0 0 + 166 13 0.26654 0.00427 0.99292 0 1 -1 + 1637 14 0.16614 0.77909 0.47273 1 -1 -1 + 870 14 0.20146 0.72744 0.73865 0 0 0 + 705 14 0.37333 0.30970 0.85434 0 -1 -1 + 448 13 0.35005 0.15825 0.51394 0 0 -1 + 1675 13 0.02231 0.32714 0.10818 1 0 0 + 1977 14 0.04522 0.77255 0.61386 0 0 0 + 1942 13 0.16929 0.15246 0.67489 -1 1 0 + 1460 14 0.44554 0.23412 0.54690 0 1 0 + 1122 14 0.15879 0.41038 0.55025 0 -1 0 + 584 14 0.45048 0.16725 0.00255 1 0 1 + 204 14 0.48515 0.18963 0.67202 -1 1 0 + 1314 14 0.48042 0.48708 0.41533 1 1 -1 + 402 14 0.05470 0.18041 0.46331 1 1 1 + 1232 14 0.30948 0.97333 0.66458 0 -1 0 + 610 13 0.24353 0.20956 0.74796 -1 1 0 + 1579 13 0.09827 0.75057 0.80085 1 -1 -1 + 139 13 0.45558 0.87681 0.01450 0 -2 0 + 254 14 0.43876 0.31459 0.79177 -1 -1 -1 + 140 14 0.45255 0.88977 0.04685 0 -2 0 + 1682 14 0.16169 0.65256 0.70289 0 -1 -1 + 2003 14 0.12800 0.91712 0.44066 2 1 1 + 504 14 0.33823 0.97501 0.86056 0 -1 -1 + 1683 14 0.17755 0.67353 0.65422 0 -1 -1 + 383 14 0.08933 0.28155 0.60441 0 0 0 + 464 14 0.44843 0.16914 0.92462 0 0 -1 + 702 14 0.26432 0.77528 0.60917 1 -1 -1 + 621 14 0.39613 0.67491 0.63939 -1 -1 -1 + 1129 13 0.43647 0.96434 0.96496 0 0 0 + 1636 13 0.19800 0.76492 0.47538 1 -1 -1 + 363 14 0.24601 0.78492 0.94979 0 -1 0 + 1594 13 0.16663 0.43317 0.05224 0 0 1 + 494 14 0.25608 0.44555 0.89175 -1 1 0 + 47 8 0.29758 0.51078 0.61608 0 0 0 + 1494 14 0.21598 0.30397 0.98213 -1 -1 1 + 1768 13 0.11005 0.17155 0.87012 0 0 0 + 1296 14 0.08753 0.28351 0.38616 1 2 -1 + 1681 13 0.16696 0.68285 0.68622 0 -1 -1 + 1935 14 0.19699 0.50226 0.84962 1 1 0 + 1198 13 0.07551 0.06273 0.79009 0 0 -1 + 1057 13 0.02982 0.07357 0.46983 1 1 -1 + 733 13 0.11417 0.55129 0.67831 -1 0 0 + 601 13 0.07942 0.07359 0.88684 0 -1 -1 + 545 14 0.43336 0.01802 0.89802 1 1 -1 + 791 14 0.26533 0.91641 0.55714 0 -1 -1 + 1121 14 0.16954 0.45944 0.57340 0 -1 0 + 427 13 0.26089 0.99105 0.09741 -1 -1 0 + 544 13 0.43300 0.01279 0.86344 1 1 -1 + 1715 14 0.26189 0.71105 0.92761 0 0 0 + 683 14 0.30940 0.94236 0.06008 -1 -1 -1 + 668 14 0.39145 0.53367 0.69181 0 0 -1 + 1144 13 0.07527 0.62410 0.34950 0 1 -1 + 612 14 0.27275 0.20695 0.72891 -1 1 0 + 704 14 0.34542 0.35300 0.87447 0 -1 -1 + 574 13 0.33620 0.81130 0.05129 0 -2 0 + 1039 13 0.02999 0.75177 0.87645 0 -1 1 + 1094 14 0.30067 0.36815 0.96810 -1 0 1 + 268 13 0.15563 0.60927 0.01214 0 0 1 + 202 13 0.49264 0.21677 0.65128 -1 1 0 + 935 14 0.29506 0.42109 0.78767 0 0 0 + 1689 14 0.36887 0.39982 0.62795 0 0 0 + 588 14 0.35998 0.21662 0.86327 0 0 0 + 270 14 0.14091 0.59393 0.98437 0 0 0 + 421 13 0.11395 0.84145 0.87110 -1 -2 0 + 737 14 0.02140 0.51630 0.37183 0 0 0 + 425 14 0.22015 0.15641 0.62568 0 1 0 + 1257 14 0.23192 0.06731 0.89073 1 0 0 + 1212 14 0.29041 0.16291 0.80828 0 -1 0 + 314 14 0.10684 0.59196 0.81429 -1 1 -1 + 80 2 0.47622 0.72744 0.57788 0 0 0 + 1166 14 0.04870 0.16493 0.34534 0 0 1 + 248 14 0.37252 0.14448 0.80721 -1 1 -1 + 1339 13 0.39534 0.23524 0.75151 -1 -1 -2 + 428 14 0.23064 0.97715 0.10811 -1 -1 0 + 1394 14 0.12391 0.26419 0.67400 1 -1 0 + 1227 14 0.18194 0.72694 0.90883 1 -1 -1 + 420 14 0.14553 0.39232 0.21336 -1 2 0 + 782 14 0.17417 0.23525 0.07627 1 0 0 + 59 11 0.24657 0.39657 0.62014 0 0 0 + 382 13 0.08808 0.31302 0.61960 0 0 0 + 1078 13 0.46921 0.83824 0.82584 0 -1 -1 + 1368 14 0.22585 0.66011 0.48561 0 -1 0 + 253 13 0.45201 0.34152 0.77382 -1 -1 -1 + 1231 13 0.29813 0.99103 0.63664 0 -1 0 + 936 14 0.30601 0.37105 0.80852 0 0 0 + 55 4 0.35175 0.56707 0.61235 0 0 0 + 1356 14 0.20495 0.24898 0.84386 1 0 0 + 1740 14 0.46516 0.29935 0.89673 0 1 0 + 586 13 0.37181 0.24359 0.88214 0 0 0 + 1331 14 0.48378 0.57145 0.61897 1 0 -2 + 680 14 0.10733 0.18937 0.57480 0 0 1 + 1943 14 0.14169 0.13261 0.68308 -1 1 0 + 1233 14 0.26370 0.99438 0.64177 0 -1 0 + 1688 14 0.40243 0.37474 0.66405 0 0 0 + 1079 14 0.47886 0.87185 0.82500 0 -1 -1 + 472 13 0.46174 0.36478 0.55416 0 1 0 + 141 14 0.44144 0.84489 0.01649 0 -2 0 + 1167 14 0.05471 0.21915 0.33621 0 0 1 + 524 14 0.47840 0.05122 0.03121 0 1 0 + 313 13 0.09673 0.59779 0.84726 -1 1 -1 + 1540 13 0.44657 0.94469 0.08783 0 -1 0 + 1984 13 0.48180 0.46247 0.68613 1 1 0 + 1542 14 0.41880 0.96190 0.10031 0 -1 0 + 1538 14 0.41439 0.16950 0.41315 0 1 0 + 1034 14 0.04735 0.92951 0.79214 1 0 0 + 465 14 0.48501 0.16580 0.88327 0 0 -1 + 2002 13 0.11445 0.91458 0.47280 2 1 1 + 1295 14 0.11193 0.27548 0.33718 1 2 -1 + 1263 14 0.30644 0.72072 0.71554 1 -1 0 + 87 14 0.33491 0.02833 0.79771 -1 0 0 + 1090 13 0.33432 0.09428 0.35525 0 0 0 + 401 14 0.07671 0.16922 0.41382 1 1 1 + 1052 14 0.49462 0.65383 0.43342 -1 1 1 + 1327 13 0.01727 0.53005 0.98686 0 -1 -1 + 1360 13 0.00470 0.78384 0.46709 0 -1 -1 + 636 14 0.02665 0.95674 0.70302 0 0 0 + 1874 14 0.49793 0.82047 0.09238 1 0 1 + 655 13 0.03439 0.42246 0.16610 0 0 0 + 1194 14 0.01010 0.34514 0.71477 0 0 0 + 967 13 0.03157 0.72728 0.31528 0 1 -1 + 969 14 0.01982 0.69482 0.30966 0 1 -1 + 1692 14 0.49498 0.43431 0.17610 0 0 1 + 375 14 0.45907 0.71780 0.72017 -1 0 0 + 433 13 0.01445 0.21385 0.90439 0 1 -1 + 1140 14 0.49715 0.92837 0.28107 0 0 0 + 1741 13 0.49800 0.65639 0.70620 0 0 0 + 656 14 0.01739 0.40062 0.18748 0 0 0 + 521 14 0.48979 0.61184 0.25735 -1 0 1 + 1477 13 0.01001 0.95345 0.24836 0 -1 1 + 1742 14 0.49005 0.63133 0.72925 0 0 0 + 1946 14 0.00918 0.79896 0.83749 2 1 0 + 1353 14 0.49512 0.87700 0.35833 1 -1 0 + 1611 14 0.48714 0.78841 0.44672 0 -1 0 + 332 14 0.00405 0.65845 0.79279 0 -2 -1 + 134 14 0.00134 0.88827 0.65543 0 0 -1 + 1945 13 -0.00299 0.81830 0.81101 2 1 0 + 1258 13 0.00654 0.38640 0.02590 1 0 0 + 1289 14 -0.01128 0.71079 0.38580 1 0 0 + 1872 14 0.49243 0.72530 0.91360 0 0 0 + 760 13 0.00398 0.25156 0.19889 0 1 1 + 786 14 0.49763 0.12698 0.79446 -1 1 0 + 1847 14 0.00182 0.83257 0.12316 1 0 2 + 921 14 0.00907 0.60466 0.46360 0 0 -1 + 1733 14 0.56066 0.64511 0.48420 1 0 0 + 376 13 0.88474 0.84132 0.10945 -1 0 1 + 891 14 0.91797 0.44335 0.47529 0 0 0 + 902 14 0.55798 0.61341 0.62903 0 -1 0 + 1518 14 0.65483 0.83084 0.05062 0 0 1 + 207 14 0.96325 0.29546 0.42553 0 0 0 + 1417 13 0.86558 0.71851 0.55279 -1 0 0 + 1099 13 0.54379 0.16448 0.34950 0 0 1 + 1012 13 0.68811 0.98992 0.35947 0 -1 0 + 758 14 0.60644 0.05043 0.46230 -2 0 1 + 822 14 0.69149 0.24638 0.02694 -1 -1 0 + 1979 14 0.96703 0.50293 0.43994 1 0 -1 + 732 14 0.52892 0.06167 0.34096 0 2 0 + 1673 14 0.80319 0.49749 0.62422 0 1 1 + 961 13 0.55340 0.74606 0.38042 0 0 -1 + 115 13 0.80361 0.75624 0.17419 1 0 -1 + 452 14 0.61814 0.67268 0.29977 -1 0 0 + 1336 13 0.89078 0.24324 0.27042 1 1 0 + 1205 14 0.68392 0.25682 0.46992 0 -1 0 + 1472 14 0.87216 0.20313 0.43019 -1 0 0 + 228 14 0.82818 0.31681 0.18046 -2 1 0 + 185 14 0.97784 0.30558 0.34394 -1 1 1 + 334 13 0.76622 0.12281 0.96763 0 0 -1 + 1497 14 1.00237 0.87708 0.04705 0 0 1 + 1027 13 0.54034 0.94004 0.01408 1 0 1 + 1193 14 0.97997 0.37949 0.68360 -1 0 0 + 1686 14 0.58263 0.46558 0.61020 0 0 -1 + 1077 14 0.76814 0.84224 0.08878 1 0 0 + 856 13 0.99809 0.15343 0.24002 -1 0 0 + 825 14 0.94252 0.83932 0.30685 0 -1 1 + 1491 14 0.88077 0.96137 0.90105 -1 0 0 + 738 14 0.97497 0.51958 0.34195 -1 0 0 + 1162 13 0.55439 0.24757 0.94318 1 0 -1 + 1708 13 0.78931 0.00609 0.23325 0 1 2 + 165 14 0.91464 0.44947 0.96222 -2 0 1 + 1259 14 0.97500 0.40092 0.03008 0 0 0 + 1931 14 0.62790 0.41825 1.00170 0 0 -1 + 1405 13 0.66838 0.08232 0.37861 0 0 0 + 1602 14 0.95109 0.76698 0.03885 0 0 -1 + 1712 14 0.55936 0.51007 0.50255 1 0 1 + 1706 14 0.61634 0.23373 0.06254 1 1 1 + 1794 14 0.77822 0.83943 0.85628 0 -1 0 + 486 14 0.89402 0.27628 0.19948 -1 1 1 + 377 14 0.86770 0.81562 0.09295 -1 0 1 + 560 14 0.72862 0.19927 0.06915 -1 0 0 + 500 14 0.66599 0.81430 0.37776 -1 1 0 + 380 14 0.65149 0.21680 0.20443 -1 1 2 + 1532 14 0.88885 0.76958 0.24911 -1 1 1 + 1554 14 0.86020 0.57841 0.12392 -1 0 -2 + 1159 13 0.66971 0.78407 0.16150 0 0 2 + 1903 13 0.95652 0.95131 0.16367 0 0 0 + 1805 14 0.72634 0.26981 0.87705 0 0 -1 + 1990 13 0.79177 0.05913 0.33480 1 0 1 + 779 14 0.98666 0.77643 0.33152 -1 0 0 + 156 14 0.87668 0.75520 0.62491 -1 0 1 + 688 13 0.96453 0.13534 0.77642 0 1 0 + 1206 14 0.68267 0.31186 0.46466 0 -1 0 + 467 14 0.50549 0.61638 0.05999 -1 0 0 + 444 14 0.75096 0.43601 0.34690 -1 0 0 + 743 14 0.79829 0.96616 0.04779 0 0 0 + 1747 13 0.98579 0.26920 0.63006 1 1 -1 + 194 14 0.96622 0.20767 0.46715 -1 0 0 + 1440 14 0.89486 0.12295 0.19379 -1 0 0 + 1161 14 0.65487 0.80068 0.13455 0 0 2 + 1196 14 0.74797 0.86625 0.36265 -2 -2 0 + 928 13 0.57910 0.09234 0.13221 -1 1 1 + 1155 14 0.75154 0.46615 0.85290 0 1 0 + 278 14 0.68565 0.55378 0.28766 -1 0 0 + 1455 14 0.83193 0.48770 0.14739 0 0 1 + 217 13 0.51834 0.43359 0.91219 0 0 0 + 242 14 0.74602 -0.00956 0.13609 -1 1 1 + 534 14 0.88582 0.04680 0.14995 0 2 1 + 1471 13 0.90158 0.18618 0.42180 -1 0 0 + 443 14 0.70451 0.45086 0.37300 -1 0 0 + 164 14 0.91061 0.46483 0.01520 -2 0 2 + 874 13 0.64429 0.46312 0.10593 -1 1 0 + 842 14 0.87314 0.70615 0.44530 0 0 0 + 644 14 0.56104 0.34695 0.05906 -1 0 0 + 431 14 0.82863 0.33050 0.26231 0 0 1 + 1991 14 0.79478 0.08294 0.36024 1 0 1 + 481 13 0.84624 0.99089 0.14619 0 0 1 + 629 14 0.76880 0.44731 0.12914 0 -1 0 + 1607 14 0.64485 0.92279 0.29579 1 0 -1 + 554 14 0.91617 0.85149 0.66320 -1 -1 0 + 460 13 0.73729 0.66526 0.35703 -1 0 2 + 189 14 0.62231 0.98029 0.07730 -1 -1 1 + 1793 14 0.75210 0.79153 0.84723 0 -1 0 + 887 14 0.96381 0.35638 0.87553 -1 0 0 + 347 14 0.69364 0.78404 0.52157 0 0 2 + 1174 13 0.61090 0.48277 0.32639 2 -2 1 + 990 14 0.83623 0.88756 0.29881 -1 -2 -1 + 1376 14 0.97626 0.61193 0.29084 0 -1 0 + 864 14 0.72668 0.28949 0.34063 -1 0 0 + 284 14 0.93566 0.23829 0.38564 -1 1 0 + 1833 14 0.95131 0.37856 0.40934 0 1 1 + 903 14 0.56848 0.62252 0.57550 0 -1 0 + 1485 14 0.81290 0.61699 0.42903 0 0 0 + 1719 14 0.62958 0.99589 0.15274 1 -1 -1 + 1846 13 0.98654 0.86372 0.12755 0 0 2 + 1592 14 0.73411 0.80824 0.25345 -1 0 1 + 1800 14 0.66227 0.30435 0.22357 -1 0 -1 + 1674 14 0.83996 0.51115 0.66322 0 1 1 + 1612 13 0.77622 0.23706 0.22884 0 0 0 + 187 13 0.63036 0.98240 0.04334 -1 -1 1 + 1338 14 0.88227 0.21544 0.25098 1 1 0 + 832 13 0.77077 0.16606 0.39826 0 0 1 + 1559 14 0.71243 0.35342 0.77481 0 -1 -1 + 1284 14 0.71108 0.06564 0.18102 0 1 -1 + 1615 13 0.76277 0.41078 0.07003 -1 0 0 + 941 14 0.99013 0.31841 0.21531 -1 1 -1 + 843 14 0.88038 0.75015 0.41258 0 0 0 + 1531 13 0.89704 0.75420 0.21878 -1 1 1 + 1570 13 0.64479 0.39727 0.54642 1 -1 0 + 724 13 0.58106 0.32483 0.55244 0 0 0 + 1730 14 0.51538 0.49283 0.28968 0 1 0 + 1641 14 0.68978 0.93011 0.20218 0 -1 1 + 898 13 0.96664 0.46379 0.57522 0 0 1 + 1520 14 0.70143 0.43267 0.25624 -1 1 0 + 292 13 0.84109 0.34606 0.40387 -1 0 1 + 1076 14 0.72437 0.87573 0.08408 1 0 0 + 548 14 0.64811 0.39122 0.89844 0 0 -2 + 499 13 0.68522 0.82902 0.35253 -1 1 0 + 537 14 0.72911 0.75681 0.77142 -1 0 0 + 881 14 0.52520 0.40585 0.48776 0 0 -1 + 966 14 0.93043 0.21036 0.11123 0 0 0 + 1685 14 0.60130 0.43914 0.56535 0 0 -1 + 1512 14 0.78580 0.17516 0.22489 1 1 1 + 1215 14 0.69163 0.72977 0.28836 -1 -1 1 + 117 14 0.80173 0.72146 0.17735 1 0 -1 + 1617 14 0.77081 0.41494 0.03625 -1 0 0 + 1696 13 0.78543 0.26794 0.35653 0 0 0 + 1560 14 0.68337 0.37221 0.81795 0 -1 -1 + 430 13 0.83328 0.32369 0.29630 0 0 1 + 1209 14 0.62454 0.31945 0.35421 0 0 0 + 325 13 0.90017 0.57965 0.36776 -1 0 1 + 1516 13 0.63264 0.83742 0.07684 0 0 1 + 381 14 0.67223 0.24964 0.16506 -1 1 2 + 841 13 0.86228 0.73902 0.44036 0 0 0 + 962 14 0.54201 0.77003 0.35764 0 0 -1 + 951 14 0.54995 0.80551 0.73369 1 0 -1 + 989 14 0.87465 0.86129 0.26894 -1 -2 -1 + 1598 14 0.98257 0.97557 0.35740 0 -1 1 + 1306 13 0.96088 0.62176 0.54046 -1 -2 0 + 116 14 0.78013 0.76840 0.19708 1 0 -1 + 1406 14 0.65023 0.10470 0.39842 0 0 0 + 794 14 0.80325 0.94461 0.34578 0 -1 0 + 689 14 0.96788 0.10102 0.78221 0 1 0 + 127 13 0.62374 0.57812 0.01904 1 0 1 + 1618 13 0.71740 0.11160 0.28784 0 1 0 + 1750 13 0.64235 0.02710 0.94414 0 1 0 + 1311 14 0.81711 0.76038 0.10788 0 0 0 + 1244 14 0.82093 0.20578 0.02058 0 1 -1 + 731 14 0.58339 0.05211 0.34212 0 2 0 + 294 14 0.85562 0.34927 0.37223 -1 0 1 + 511 13 0.88118 0.83938 0.52588 0 0 1 + 1369 13 0.54867 0.50630 0.84844 0 0 0 + 1923 14 0.57759 0.74399 0.11442 1 0 2 + 485 14 0.87857 0.24397 0.15734 -1 1 1 + 677 14 0.97472 0.33540 0.80208 -1 1 0 + 327 14 0.93213 0.58321 0.35403 -1 0 1 + 484 13 0.88513 0.27729 0.16568 -1 1 1 + 1709 14 0.81461 0.01231 0.20992 0 1 2 + 1484 14 0.83356 0.58350 0.39017 0 0 0 + 1436 14 0.68598 0.07835 0.10363 0 0 1 + 199 13 0.52084 0.40793 0.03594 -1 1 0 + 1620 14 0.70736 0.14283 0.29995 0 1 0 + 1204 13 0.66528 0.28504 0.47884 0 -1 0 + 1483 13 0.80384 0.59167 0.40669 0 0 0 + 1404 14 0.91081 0.92436 0.96902 0 -1 1 + 1499 14 0.58509 0.20342 0.51043 0 1 -2 + 726 14 0.58055 0.29392 0.53610 0 0 0 + 833 14 0.79088 0.18836 0.38033 0 0 1 + 599 14 0.50805 0.98613 0.93259 -1 -3 -1 + 1896 14 0.84496 0.60945 0.32660 1 0 1 + 453 14 0.61688 0.66667 0.24480 -1 0 0 + 2000 14 0.56248 0.95799 0.36230 0 1 0 + 1606 13 0.62674 0.89453 0.30559 1 0 -1 + 518 14 0.50390 0.89654 0.57514 -1 -1 -1 + 471 14 0.51660 0.46343 0.57456 0 -1 0 + 1207 13 0.59213 0.32982 0.36227 0 0 0 + 709 13 0.81744 0.43748 0.30114 -2 0 0 + 926 14 0.68715 0.63745 0.50697 0 -1 0 + 793 13 0.82194 0.96648 0.32590 0 -1 0 + 1698 14 0.79961 0.29308 0.33678 0 0 0 + 336 14 0.73636 0.12796 0.95018 0 0 -1 + 1734 14 0.59365 0.67172 0.51972 1 0 0 + 890 14 0.86307 0.44845 0.47957 0 0 0 + 1724 14 0.70276 0.33754 0.39296 -1 0 -1 + 1883 14 0.64669 0.35973 0.04997 1 -1 0 + 839 14 0.51027 0.07781 0.45914 -1 0 1 + 1691 14 0.51905 0.43524 0.22589 0 0 1 + 1999 13 0.58497 0.96418 0.38835 0 1 0 + 415 13 0.69373 0.10598 0.90527 -1 0 -1 + 715 13 0.59642 0.74170 0.55463 0 0 0 + 927 14 0.74036 0.65241 0.50910 0 -1 0 + 1075 13 0.75149 0.86297 0.06606 1 0 0 + 645 14 0.57655 0.29675 0.07634 -1 0 0 + 1112 14 0.92308 0.88124 0.76593 -1 -1 -1 + 1287 14 0.66544 0.21987 0.34632 0 0 1 + 1321 13 0.58039 0.91814 0.88376 1 0 0 + 126 14 0.51210 0.79007 0.81141 -1 -1 0 + 863 14 0.69121 0.30831 0.30259 -1 0 0 + 736 13 0.98824 0.52731 0.37337 -1 0 0 + 416 14 0.67968 0.07609 0.91677 -1 0 -1 + 1755 14 0.81574 0.51086 0.42338 0 1 -1 + 1002 14 0.85955 0.55343 0.25791 -1 1 1 + 1392 14 0.64003 0.69318 0.11550 0 0 1 + 1549 13 0.80421 0.65779 0.19783 0 1 0 + 1101 14 0.55002 0.13856 0.32687 0 0 1 + 1335 14 0.96499 0.74172 0.89232 0 -1 -1 + 1614 14 0.74139 0.23516 0.23127 0 0 0 + 1358 14 0.50293 0.27036 0.48500 1 -1 0 + 1616 14 0.73573 0.38861 0.06994 -1 0 0 + 370 13 0.68084 0.84405 0.48880 -1 -2 0 + 512 14 0.90431 0.84623 0.55120 0 0 1 + 666 14 0.98801 0.52727 0.23360 -1 -1 1 + 275 14 0.69641 0.62640 0.08204 -1 0 1 + 274 13 0.70694 0.60730 0.05470 -1 0 1 + 136 13 0.54730 0.83176 0.30075 0 -1 1 + 1473 14 0.89122 0.15349 0.41495 -1 0 0 + 1894 13 0.82389 0.60661 0.29883 1 0 1 + 1260 14 1.01099 0.36674 0.05447 0 0 0 + 358 13 0.65747 0.04419 0.51122 -1 -1 -1 + 458 14 0.58056 0.54118 0.05165 0 0 1 + 888 14 0.91216 0.37188 0.86322 -1 0 0 + 283 13 0.96773 0.24763 0.37530 -1 1 0 + 1285 13 0.65720 0.19148 0.32764 0 0 1 + 508 13 0.60256 0.59060 0.81048 -1 0 1 + 1100 14 0.53524 0.19179 0.32941 0 0 1 + 795 14 0.81102 0.99835 0.33526 0 -1 0 + 457 13 0.56437 0.52219 0.07615 0 0 1 + 1072 13 0.55854 0.35326 0.83896 -1 0 -2 + 417 14 0.66840 0.12974 0.90941 -1 0 -1 + 488 14 0.91587 0.63804 0.48887 -1 0 0 + 262 13 0.94193 0.15201 0.60301 -1 1 -1 + 1891 13 0.52069 0.79562 0.21048 -1 1 0 + 742 13 0.82318 0.94579 0.06150 0 0 0 + 664 13 0.97559 0.53627 0.26503 -1 -1 1 + 1028 14 0.51968 0.91796 0.03167 1 0 1 + 149 14 0.54496 0.24035 0.40946 -1 0 0 + 1700 14 0.54232 0.56239 0.26391 1 1 0 + 432 14 0.86398 0.30701 0.29778 0 0 1 + 1671 14 0.68047 0.96460 0.53030 0 -1 2 + 965 14 0.97859 0.20078 0.08577 0 0 0 + 553 13 0.92093 0.86577 0.69477 -1 -1 0 + 208 13 0.85277 0.16085 0.94178 -1 0 0 + 862 13 0.69547 0.30488 0.33713 -1 0 0 + 1713 14 0.60553 0.49532 0.47590 1 0 1 + 1324 13 0.99782 0.06885 0.56725 -1 0 0 + 519 14 0.53538 0.89369 0.52975 -1 -1 -1 + 359 14 0.68392 0.06585 0.50386 -1 -1 -1 + 205 13 0.95611 0.31966 0.44973 0 0 0 + 1029 14 0.55171 0.92148 0.98671 1 0 0 + 925 13 0.70917 0.66278 0.49715 0 -1 0 + 532 13 0.90131 0.07811 0.15149 0 2 1 + 1407 14 0.68956 0.10264 0.35959 0 0 0 + 1447 13 0.60254 0.33453 0.67430 1 0 0 + 1533 14 0.86632 0.74960 0.20272 -1 1 1 + 241 13 0.71965 0.97610 0.11814 -1 0 1 + 625 13 0.87359 0.50996 0.05096 0 0 1 + 1853 14 0.67154 0.61106 0.32568 1 -1 0 + 950 14 0.56316 0.85807 0.74474 1 0 -1 + 1610 14 0.53012 0.82287 0.45160 0 -1 0 + 335 14 0.76538 0.08904 0.97669 0 0 -1 + 462 14 0.75813 0.64415 0.37554 -1 0 2 + 626 14 0.87278 0.50625 0.08573 0 0 1 + 209 14 0.82420 0.14172 0.94816 -1 0 0 + 690 14 0.93234 0.14304 0.78772 0 1 0 + 1479 14 0.97958 0.93635 0.24624 -1 -1 1 + 513 14 0.86923 0.80737 0.53334 0 0 1 + 1884 14 0.68925 0.33071 0.02982 1 -1 0 + 1558 13 0.71517 0.36086 0.80887 0 -1 -1 + 1841 14 0.89046 0.70022 0.03811 0 0 1 + 1571 14 0.62138 0.37148 0.54323 1 -1 0 + 1106 14 0.68670 0.69073 0.44801 0 0 -1 + 561 14 0.68364 0.17172 0.08578 -1 0 0 + 1105 13 0.68147 0.71423 0.42265 0 0 -1 + 552 14 0.92345 0.46107 0.35873 0 1 1 + 1892 14 0.51363 0.82609 0.19485 -1 1 0 + 1243 13 0.79266 0.19278 0.03654 0 1 -1 + 1517 14 0.60134 0.82797 0.06442 0 0 1 + 1831 13 0.94132 0.39973 0.38336 0 1 1 + 1510 13 0.78759 0.14030 0.22282 1 1 1 + 482 14 0.87529 0.97842 0.16114 0 0 1 + 1904 14 0.98443 0.95219 0.18471 0 0 0 + 1855 13 0.51294 0.42800 0.78338 1 0 0 + 1278 14 0.82154 0.95952 0.54837 -1 0 0 + 1245 14 0.78506 0.16373 0.01862 0 1 -1 + 1334 14 0.94077 0.74722 0.94175 0 -1 -1 + 1514 14 0.58652 0.66550 0.16603 -1 1 0 + 730 13 0.55787 0.06423 0.32151 0 2 0 + 876 14 0.65491 0.46404 0.13924 -1 1 0 + 1619 14 0.74463 0.11860 0.26705 0 1 0 + 483 14 0.83531 0.96502 0.12535 0 0 1 + 1213 13 0.71826 0.74779 0.30213 -1 -1 1 + 1780 13 0.98685 0.33751 0.93846 0 0 -1 + 931 13 0.84228 0.78562 0.96135 -1 -1 -1 + 807 14 0.68172 0.02641 0.23440 1 0 0 + 559 13 0.69369 0.20089 0.06931 -1 0 0 + 550 13 0.89671 0.48315 0.35424 0 1 1 + 1138 13 0.52554 0.93996 0.29788 0 0 0 + 1283 14 0.74678 0.10782 0.17854 0 1 -1 + 1419 14 0.85853 0.71637 0.51860 -1 0 0 + 1375 13 0.98253 0.63903 0.31203 0 -1 0 + 1882 13 0.68130 0.36111 0.04519 1 -1 0 + 639 14 0.76563 0.80410 0.44362 -1 0 0 + 1323 14 0.56501 0.89760 0.86000 1 0 0 + 1589 14 0.73960 0.69412 0.08202 0 -1 0 + 437 14 0.59977 0.31517 0.94198 0 1 -1 + 1640 14 0.68672 0.87594 0.19141 0 -1 1 + 107 14 0.91878 0.68613 0.20264 -1 -1 1 + 368 14 0.54960 0.52597 0.19230 -1 1 1 + 711 14 0.82702 0.40517 0.31048 -2 0 0 + 434 14 0.99286 0.23407 0.92304 -1 1 -1 + 1893 14 0.51129 0.77138 0.18709 -1 1 0 + 279 14 0.72271 0.51710 0.30610 -1 0 0 + 1047 14 0.88905 0.32119 0.10827 -1 0 -1 + 769 13 0.60637 0.14557 0.43722 0 0 0 + 1749 14 0.98301 0.24216 0.65207 1 1 -1 + 1154 14 0.72140 0.42129 0.86466 0 1 0 + 1992 14 0.76126 0.06656 0.31940 1 0 1 + 632 14 0.54825 0.99458 0.14640 -1 0 0 + 638 14 0.78845 0.75887 0.42142 -1 0 0 + 1435 13 0.66204 0.07570 0.07827 0 0 1 + 1802 14 0.74686 0.55374 0.04837 0 0 0 + 899 14 0.99917 0.45679 0.58596 0 0 1 + 848 14 0.74230 0.83318 0.00856 -1 -1 0 + 487 13 0.88974 0.64145 0.46588 -1 0 0 + 442 13 0.73905 0.44786 0.37757 -1 0 0 + 154 13 0.86985 0.76159 0.65861 -1 0 1 + 346 13 0.70001 0.75457 0.53928 0 0 2 + 958 13 0.71825 0.31771 0.58009 0 1 1 + 163 13 0.92695 0.44221 0.99413 -2 0 1 + 367 13 0.57842 0.53999 0.17829 -1 1 1 + 2001 14 0.61500 0.94983 0.37761 0 1 0 + 1613 14 0.78314 0.27134 0.22863 0 0 0 + 759 14 0.56830 0.01763 0.43930 -2 0 1 + 1591 13 0.73615 0.82436 0.22248 -1 0 1 + 251 14 0.91692 0.71283 0.77347 0 0 -1 + 1153 13 0.74173 0.44560 0.87944 0 1 0 + 231 14 0.66221 0.54542 0.50663 -1 0 0 + 1023 14 0.99065 0.63284 0.68851 -1 -1 0 + 1208 14 0.59452 0.36458 0.36520 0 0 0 + 1732 13 0.58868 0.64057 0.50462 1 0 0 + 1402 13 0.93918 0.91277 0.95217 0 -1 1 + 379 13 0.66570 0.24835 0.19939 -1 1 2 + 1922 14 0.53735 0.71187 0.13463 1 0 2 + 643 13 0.58897 0.32874 0.06961 -1 0 0 + 1782 14 0.98823 0.36595 0.95876 0 0 -1 + 412 13 0.79068 0.04625 0.06175 0 1 -1 + 1202 14 0.52558 0.10107 0.86174 -1 -1 0 + 1972 13 0.91600 0.35928 0.54668 -1 0 0 + 195 14 0.99365 0.23787 0.50450 -1 0 0 + 1701 14 0.58974 0.59027 0.26967 1 1 0 + 847 13 0.74008 0.81111 0.98153 -1 -1 -1 + 201 14 0.49882 0.41522 0.00978 -1 1 0 + 633 14 0.50543 0.01923 0.17127 -1 1 0 + 1600 13 0.94602 0.77727 0.00582 0 0 -1 + 1003 13 0.97322 0.50649 0.17292 0 0 1 + 1672 13 0.80679 0.50100 0.65883 0 1 1 + 1107 14 0.70929 0.73535 0.42439 0 0 -1 + 213 14 0.58153 0.56639 0.42636 -1 0 -2 + 173 14 0.99210 0.72263 0.10336 -1 0 0 + 1798 13 0.65799 0.33071 0.24615 -1 0 -1 + 909 14 0.92903 0.49511 0.86340 -1 1 -2 + 211 13 0.58737 0.58342 0.39637 -1 0 -2 + 1322 14 0.61455 0.91148 0.88031 1 0 0 + 106 13 0.93094 0.65846 0.18505 -1 -1 1 + 1197 14 0.78267 0.87873 0.40388 -2 -2 0 + 806 14 0.62872 0.03613 0.22194 1 0 0 + 1307 14 0.95788 0.59199 0.55856 -1 -2 0 + 716 14 0.63093 0.74447 0.55954 0 0 0 + 1930 13 0.60193 0.43721 0.98794 0 0 -1 + 451 13 0.63836 0.67441 0.27129 -1 0 0 + 1627 13 0.69383 0.96339 0.26469 1 0 0 + 151 13 0.52635 0.08786 0.59440 0 1 1 + 1811 14 0.87136 0.19462 0.78138 0 1 -1 + 1718 14 0.63189 0.94323 0.13600 1 -1 -1 + 1135 13 0.51272 0.31393 0.62686 0 0 0 + 1011 14 0.61332 0.42559 0.42653 0 0 0 + 901 13 0.54309 0.61257 0.59740 0 -1 0 + 882 14 0.56043 0.36438 0.49768 0 0 -1 + 805 13 0.66116 0.04754 0.21559 1 0 0 + 348 14 0.70035 0.72955 0.51484 0 0 2 + 555 14 0.89367 0.88731 0.69884 -1 -1 0 + 501 14 0.69761 0.80203 0.33408 -1 1 0 + 1418 14 0.84352 0.69586 0.56772 -1 0 0 + 815 14 0.64977 0.15724 0.26413 1 0 1 + 1551 14 0.79256 0.63379 0.22045 0 1 0 + 276 14 0.67730 0.59601 0.03997 -1 0 1 + 1044 14 0.96587 0.05263 0.43328 0 0 -2 + 1717 13 0.60984 0.97010 0.13977 1 -1 -1 + 227 14 0.80867 0.36823 0.18629 -2 1 0 + 551 14 0.87178 0.46379 0.33918 0 1 1 + 1010 14 0.66244 0.40452 0.41233 0 0 0 + 780 14 0.93622 0.75418 0.33591 -1 0 0 + 1009 13 0.63746 0.42635 0.40125 0 0 0 + 293 14 0.84857 0.37615 0.42005 -1 0 1 + 778 13 0.95370 0.78416 0.34027 -1 0 0 + 1425 14 0.53749 0.35158 0.22025 0 0 0 + 1862 14 0.94857 0.10876 0.91941 0 -1 0 + 378 14 0.86158 0.85382 0.13248 -1 0 1 + 1309 13 0.82575 0.76763 0.07478 0 0 0 + 1310 14 0.80577 0.74625 0.05562 0 0 0 + 525 14 0.50841 0.01770 0.99904 0 1 -1 + 1045 13 0.88312 0.34269 0.08133 -1 0 -1 + 1160 14 0.66728 0.75016 0.15332 0 0 2 + 1729 13 0.53726 0.49562 0.26254 0 1 0 + 1731 14 0.56714 0.48142 0.27387 0 1 0 + 138 14 0.57858 0.84719 0.29816 0 -1 1 + 169 13 0.55518 0.99599 0.77691 0 0 0 + 1804 13 0.69478 0.25929 0.86628 0 0 -1 + 369 14 0.57853 0.52860 0.14523 -1 1 1 + 1799 14 0.62484 0.34087 0.24158 -1 0 -1 + 1152 14 0.97564 0.03995 0.64533 -1 1 0 + 834 14 0.79266 0.15069 0.42079 0 0 1 + 1391 14 0.67171 0.66739 0.15279 0 0 1 + 893 14 0.90808 0.27256 0.88058 0 1 -1 + 1214 14 0.73705 0.72387 0.31937 -1 -1 1 + 940 13 0.99599 0.35009 0.22892 -1 1 -1 + 266 14 0.68119 0.84066 0.73150 -1 -1 1 + 949 13 0.55956 0.83542 0.71833 1 0 -1 + 631 13 0.51369 -0.00076 0.14378 -1 1 0 + 1195 13 0.77368 0.88827 0.37146 -2 -2 0 + 1403 14 0.95912 0.89871 0.97722 0 -1 1 + 757 13 0.57423 0.05079 0.44869 -2 0 1 + 438 14 0.65038 0.31599 0.96428 0 1 -1 + 1519 13 0.72315 0.41013 0.27184 -1 1 0 + 960 14 0.69532 0.30124 0.60073 0 1 1 + 413 14 0.81022 0.02926 0.08526 0 1 -1 + 137 14 0.54567 0.81054 0.27300 0 -1 1 + 226 13 0.81246 0.33799 0.20343 -2 1 0 + 1895 14 0.79759 0.62868 0.30549 1 0 1 + 277 13 0.70906 0.53022 0.27670 -1 0 0 + 1288 13 0.97754 0.70304 0.41801 0 0 0 + 210 14 0.87461 0.13887 0.92557 -1 0 0 + 1593 14 0.71107 0.80948 0.20319 -1 0 1 + 1905 14 0.96412 0.92668 0.14004 0 0 0 + 637 13 0.75844 0.77675 0.42304 -1 0 0 + 171 14 0.58149 0.00733 0.75686 0 1 0 + 1932 14 0.61745 0.46645 0.97666 0 0 -1 + 919 13 1.00287 0.61387 0.43044 -1 0 -1 + 628 13 0.77232 0.46828 0.15690 0 -1 0 + 1680 14 0.80308 0.55136 0.53048 0 0 0 + 1442 14 0.51531 0.58163 0.52875 0 0 -1 + 1852 13 0.65096 0.58314 0.33017 1 -1 0 + 880 13 0.55430 0.39078 0.47557 0 0 -1 + 360 14 0.64925 0.05137 0.54445 -1 -1 -1 + 744 14 0.81231 0.91317 0.05511 0 0 0 + 1983 14 0.52366 0.23941 0.15595 0 0 0 + 886 13 0.94341 0.36581 0.84874 -1 0 0 + 1854 14 0.62907 0.59242 0.35581 1 -1 0 + 892 13 0.88962 0.26056 0.85341 0 1 -1 + 174 14 0.96899 0.67244 0.10104 -1 0 0 + 600 14 0.55263 0.96898 0.90470 -1 -3 -1 + 414 14 0.76978 0.06674 0.08089 0 1 -1 + 206 14 0.93978 0.30208 0.47517 0 0 0 + 820 13 0.68161 0.26559 0.99945 -1 -1 -1 + 1870 13 0.50505 0.69268 0.91391 0 0 0 + 466 13 0.50679 0.60416 0.09274 -1 0 0 + 1697 14 0.79157 0.27812 0.38942 0 0 0 + 1004 14 0.94255 0.50119 0.15699 0 0 1 + 630 14 0.73990 0.47154 0.16961 0 -1 0 + 461 14 0.71539 0.67888 0.38065 -1 0 2 + 198 14 0.90755 0.01080 0.36736 -2 1 1 + 1073 14 0.54098 0.38251 0.83128 -1 0 -2 + 1286 14 0.63110 0.20193 0.30685 0 0 1 + 1111 13 0.92457 0.87694 0.80061 -1 -1 -1 + 1608 14 0.64989 0.87485 0.32291 1 0 -1 + 510 14 0.62725 0.61051 0.82520 -1 0 1 + 243 14 0.71115 0.94751 0.13640 -1 0 1 + 846 14 0.97113 0.03537 0.25595 -1 0 0 + 710 14 0.78871 0.43285 0.28174 -2 0 0 + 1521 14 0.70957 0.37866 0.26492 -1 1 0 + 1437 14 0.66547 0.04300 0.06636 0 0 1 + 1337 14 0.92294 0.23618 0.28221 1 1 0 + 188 14 0.60023 0.97600 0.02677 -1 -1 1 + 1832 14 0.96967 0.40272 0.36310 0 1 1 + 964 13 0.96204 0.22427 0.10570 0 0 0 + 988 13 0.84016 0.86269 0.27455 -1 -2 -1 + 998 14 0.89044 0.49611 0.74259 0 0 -1 + 1511 14 0.82082 0.13274 0.23068 1 1 1 + 1282 13 0.73340 0.08175 0.15945 0 1 -1 + 1639 13 0.69244 0.90689 0.17617 0 -1 1 + 1218 14 0.98067 0.98812 0.05012 0 -1 0 + 1803 14 0.75192 0.49871 0.05066 0 0 0 + 1710 14 0.80634 0.99891 0.26294 0 0 2 + 1550 14 0.81759 0.63918 0.17142 0 1 0 + 326 14 0.89607 0.54513 0.37159 -1 0 1 + 1254 14 0.94107 0.56851 0.05489 -1 1 1 + 1806 14 0.68616 0.28185 0.84099 0 0 -1 + 717 14 0.58231 0.75749 0.58247 0 0 0 + 155 14 0.83508 0.75890 0.66117 -1 0 1 + 1184 14 0.64100 0.50803 0.19410 -1 0 -1 + 1495 13 1.00356 0.86750 0.01344 0 0 1 + 1629 14 0.69529 0.96639 0.29950 1 0 0 + 929 14 0.55382 0.08296 0.10994 -1 1 1 + 1183 13 0.67269 0.49328 0.19544 -1 0 -1 + 981 14 0.90150 0.29064 0.54144 -1 1 1 + 1861 13 0.91604 0.10122 0.90901 0 -1 0 + 1185 14 0.68685 0.50562 0.22494 -1 0 -1 + 930 14 0.60883 0.08561 0.11507 -1 1 1 + 372 14 0.71390 0.84681 0.47772 -1 -2 0 + 1764 14 0.66301 0.50421 0.73135 0 1 -1 + 1889 14 0.93309 0.61318 0.95384 0 0 -1 + 713 14 0.95223 0.68754 0.58478 -1 0 -1 + 1628 14 0.72557 0.97312 0.25371 1 0 0 + 1371 14 0.51652 0.51586 0.85832 0 0 0 + 1527 14 0.61260 0.11342 0.02955 0 2 2 + 1246 13 0.80566 0.61323 0.51493 1 0 1 + 1014 14 0.70899 0.98568 0.38720 0 -1 0 + 963 14 0.58000 0.76161 0.39695 0 0 -1 + 1247 14 0.83651 0.62630 0.50490 1 0 1 + 1290 14 0.98691 0.66969 0.42275 0 0 0 + 939 14 0.58995 0.12733 0.77011 1 0 -1 + 980 14 0.90565 0.23556 0.54439 -1 1 1 + 1084 13 0.69182 0.19437 0.44890 -1 2 -1 + 232 13 0.81437 0.64642 0.61474 -1 0 0 + 1164 14 0.53151 0.22663 0.92704 1 0 -1 + 1864 13 0.84386 0.28074 0.00708 0 0 0 + 1507 13 0.97092 0.43987 0.78843 -1 1 0 + 1300 13 0.59100 0.21885 0.62275 0 0 1 + 95 14 0.77568 0.11831 0.72645 -1 0 -1 + 774 14 0.87469 0.60665 0.71926 -1 0 -1 + 1987 13 0.74818 0.95058 0.76068 0 -1 -1 + 1711 13 0.57796 0.51673 0.47369 1 0 1 + 128 14 0.60898 0.60526 0.00265 1 0 1 + 1176 14 0.61868 0.46519 0.35560 2 -2 1 + 959 14 0.70726 0.31090 0.54760 0 1 1 + 1481 14 0.70051 0.64573 0.86386 0 1 -1 + 814 13 0.64352 0.15159 0.23018 1 0 1 + 706 13 0.70928 0.88319 0.59218 -1 0 -1 + 728 14 0.79612 0.31071 0.73806 -1 0 0 + 497 14 0.79265 0.24541 0.80602 0 0 -1 + 492 14 0.68921 0.96403 0.00745 -1 -1 0 + 1643 14 0.64852 0.14314 0.82677 0 0 -1 + 1026 14 0.58372 0.40391 0.68426 1 0 0 + 1509 14 0.95854 0.41318 0.80734 -1 1 0 + 1820 14 0.52236 0.95551 0.81717 0 -1 0 + 646 13 0.57141 0.23301 0.27987 0 0 0 + 1163 14 0.58078 0.22645 0.95216 1 0 -1 + 648 14 0.57623 0.26723 0.27448 0 0 0 + 333 14 0.98701 0.66043 0.84537 -1 -2 -1 + 1746 14 0.51805 0.10932 0.71882 0 1 -1 + 598 13 0.54010 0.99615 0.92280 -1 -3 -1 + 93 14 0.92608 0.96782 0.54064 0 -1 0 + 913 13 0.83928 0.25827 0.44457 -1 1 -1 + 810 14 0.66518 0.44512 0.50537 0 -1 1 + 230 14 0.63099 0.59010 0.51603 -1 0 0 + 1081 13 0.85596 0.19367 0.57682 -1 0 -1 + 371 14 0.66910 0.87697 0.48963 -1 -2 0 + 1328 14 0.98934 0.54504 0.97209 -1 -1 -1 + 353 14 0.94748 0.93094 0.89434 -1 -1 1 + 1528 13 0.85024 0.51211 0.94800 -1 1 1 + 1396 13 0.83801 0.09290 0.42995 1 0 0 + 92 14 0.90502 1.00190 0.57878 0 -1 0 + 1881 14 0.97213 0.82329 0.61054 -1 -1 -1 + 665 14 0.94085 0.53391 0.26174 -1 -1 1 + 720 14 0.63309 0.78766 0.90323 0 0 -1 + 1880 14 0.97715 0.86365 0.57306 -1 -1 -1 + 984 14 0.81561 0.23094 0.72389 -1 1 0 + 932 14 0.86749 0.79310 0.98439 -1 -1 -1 + 933 14 0.84399 0.75091 0.95744 -1 -1 -1 + 809 14 0.69575 0.47886 0.47396 0 -1 1 + 727 13 0.79336 0.31953 0.70433 -1 0 0 + 1525 13 0.59597 0.14265 0.01995 0 2 2 + 517 13 0.53715 0.89368 0.56468 -1 -1 -1 + 859 13 0.77115 0.58313 0.84442 0 0 -1 + 1648 13 0.77898 0.43447 0.97276 0 0 0 + 1644 14 0.64801 0.08996 0.81157 0 0 -1 + 1051 13 0.50797 0.68053 0.45163 -1 1 1 + 773 14 0.89365 0.58843 0.67060 -1 0 -1 + 290 14 0.98767 0.49813 0.68429 -1 0 -1 + 143 14 0.94858 0.43970 0.72909 -1 0 0 + 556 13 0.73407 0.47127 0.72480 0 1 0 + 267 14 0.71401 0.84246 0.77598 -1 -1 1 + 129 14 0.62808 0.55408 0.99401 1 0 0 + 311 14 0.71184 0.56605 0.57030 -1 2 0 + 924 14 0.59358 0.13328 0.70212 -1 1 0 + 1021 13 0.96219 0.61500 0.69826 -1 -1 0 + 229 13 0.66173 0.57561 0.52427 -1 0 0 + 197 14 0.89523 0.97905 0.32377 -2 0 1 + 1887 14 0.53473 0.13636 0.21668 0 1 0 + 1486 13 0.62332 0.30796 0.77821 0 0 -1 + 142 13 0.94404 0.44198 0.69449 -1 0 0 + 558 14 0.74867 0.46883 0.75648 0 1 0 + 691 13 0.83846 0.92742 0.69297 -1 -1 0 + 1721 14 0.88393 0.97650 0.71507 -1 0 -1 + 1822 13 0.55433 0.67018 0.01628 1 -1 0 + 894 14 0.89020 0.22579 0.85710 0 1 -1 + 1488 14 0.60433 0.32490 0.80220 0 0 -1 + 947 14 0.99326 0.63847 0.16754 -1 0 1 + 329 14 0.70656 0.77526 0.92736 -1 -1 -1 + 1439 14 0.93665 0.14236 0.22439 -1 0 0 + 1865 14 0.83756 0.30888 0.98730 0 0 -1 + 614 14 0.83529 0.19388 0.09752 0 -1 -1 + 1126 13 0.75929 0.56503 0.95117 0 0 -1 + 536 14 0.75994 0.71340 0.78639 -1 0 0 + 1547 14 0.73931 0.59845 0.73586 0 0 0 + 322 13 0.76794 0.75236 0.63906 0 0 1 + 1301 14 0.59617 0.22297 0.58841 0 0 1 + 1665 14 0.83153 0.42728 0.65947 0 0 0 + 250 13 0.91274 0.68035 0.78575 0 0 -1 + 193 13 0.99553 0.20811 0.48623 -1 0 0 + 1754 14 0.78142 0.46756 0.42586 0 1 -1 + 1490 14 0.84106 0.92294 0.90344 -1 0 0 + 1151 14 0.95229 0.03158 0.69477 -1 1 0 + 1974 14 0.91332 0.37803 0.51728 -1 0 0 + 1074 14 0.55501 0.34974 0.87357 -1 0 -2 + 979 13 0.91170 0.26265 0.52311 -1 1 1 + 1844 14 0.94683 0.01052 0.81493 0 -1 0 + 1224 14 0.90271 0.25594 0.97689 1 1 -1 + 955 13 0.77365 0.18298 0.83712 0 1 -1 + 1812 14 0.83261 0.17186 0.81361 0 1 -1 + 144 14 0.91611 0.42196 0.68798 -1 0 0 + 183 14 0.60113 0.02458 0.81972 -1 0 0 + 718 13 0.60720 0.81054 0.90861 0 0 -1 + 1252 13 0.93772 0.59973 0.07029 -1 1 1 + 1763 14 0.61289 0.48648 0.71610 0 1 -1 + 821 14 0.69880 0.25165 0.97237 -1 -1 -1 + 1871 14 0.52822 0.69249 0.94010 0 0 0 + 1848 14 0.95227 0.85702 0.12568 0 0 2 + 176 14 0.79321 0.82011 0.72314 -1 -1 -1 + 1127 14 0.77144 0.54475 0.97694 0 0 -1 + 148 13 0.53356 0.23042 0.44100 -1 0 0 + 1577 14 0.89602 0.89939 0.50252 1 -1 -1 + 1141 13 0.62721 0.17910 0.87555 1 2 -2 + 1900 13 0.90067 0.70135 0.32175 0 -1 1 + 1042 13 0.93203 0.04637 0.43948 0 0 -2 + 299 14 0.91813 0.20649 0.70584 -1 2 0 + 1522 13 0.79002 0.24256 0.92005 0 1 -1 + 974 14 0.63797 0.81371 0.44868 0 0 0 + 1897 13 0.80032 0.26667 0.62193 0 1 0 + 729 14 0.76044 0.33081 0.70088 -1 0 0 + 748 13 0.62999 0.74189 0.76283 0 -1 -1 + 1567 13 0.75277 0.00950 0.44634 1 0 2 + 1552 13 0.83481 0.60245 0.12333 -1 0 -2 + 1523 14 0.79122 0.27704 0.92575 0 1 -1 + 365 14 0.96354 0.11367 0.04038 -1 1 0 + 352 13 0.94405 0.95054 0.86558 -1 -1 1 + 98 14 0.88627 0.97136 0.06111 -2 -1 0 + 1150 13 0.98018 0.04609 0.67946 -1 1 0 + 1529 14 0.87471 0.52805 0.96724 -1 1 1 + 977 14 0.67782 0.37382 0.67567 -1 0 0 + 1487 14 0.62252 0.32876 0.75011 0 0 -1 + 100 13 0.95660 0.87500 0.41595 -1 -1 0 + 1489 13 0.84740 0.95662 0.91039 -1 0 0 + 1370 14 0.56374 0.53599 0.83775 0 0 0 + 219 14 0.54377 0.43103 0.93606 0 0 0 + 496 13 0.80245 0.27748 0.79610 0 0 -1 + 1969 13 0.77179 0.19120 0.50851 1 2 0 + 770 14 0.58965 0.11499 0.44006 0 0 0 + 754 13 0.71012 0.13628 0.72387 -1 1 0 + 221 14 0.65304 0.75668 0.70275 0 0 0 + 263 14 0.90920 0.15898 0.59285 -1 1 -1 + 1235 14 0.51998 0.79020 0.90890 1 0 0 + 1364 14 0.58447 0.24785 0.78971 0 1 -1 + 1845 14 0.93604 0.03647 0.76730 0 -1 0 + 1584 14 0.88124 0.69737 0.88684 1 -1 -1 + 1428 14 0.88690 0.60396 0.86568 0 0 -1 + 761 14 0.98919 0.24306 0.16836 -1 1 1 + 1561 13 0.53530 0.92249 0.46347 1 -2 1 + 1642 13 0.64960 0.12241 0.79862 0 0 -1 + 150 14 0.50525 0.21099 0.43437 -1 0 0 + 1096 13 0.80551 0.34090 0.93567 0 0 -1 + 1379 14 0.56283 0.83452 0.60805 -1 -1 1 + 768 14 0.91856 0.75290 0.70867 0 0 0 + 533 14 0.91607 0.08214 0.12005 0 2 1 + 997 13 0.90008 0.50584 0.77476 0 0 -1 + 1971 14 0.74575 0.18710 0.48552 1 2 0 + 1046 14 0.86159 0.36709 0.09416 -1 0 -1 + 1248 14 0.80168 0.62440 0.54783 1 0 1 + 627 14 0.84118 0.51999 0.04246 0 0 1 + 295 13 0.59447 0.60804 0.69420 -1 0 0 + 978 14 0.70883 0.40737 0.70684 -1 0 0 + 489 14 0.90233 0.62785 0.43622 -1 0 0 + 1108 13 0.64817 0.70478 0.98466 0 0 0 + 1043 14 0.93200 0.01874 0.46091 0 0 -2 + 557 14 0.75590 0.49169 0.70664 0 1 0 + 708 14 0.68424 0.90564 0.60174 -1 0 -1 + 1670 14 0.69104 0.96080 0.47614 0 -1 2 + 914 14 0.82883 0.25789 0.47794 -1 1 -1 + 1098 14 0.82586 0.35503 0.91098 0 0 -1 + 1143 14 0.59351 0.17824 0.86625 1 2 -2 + 1823 14 0.58463 0.68392 0.00548 1 -1 0 + 1378 13 0.55528 0.80315 0.62154 -1 -1 1 + 1013 14 0.67911 0.02370 0.36035 0 0 0 + 1699 13 0.55503 0.59404 0.27163 1 1 0 + 674 14 0.66548 0.67822 0.73502 0 0 -1 + 259 13 0.84735 0.40767 0.87577 -1 3 -1 + 1530 14 0.86572 0.50633 0.91718 -1 1 1 + 479 14 0.87016 0.52579 0.56681 -1 0 1 + 1548 14 0.79071 0.58988 0.71732 0 0 0 + 1546 13 0.77288 0.60048 0.74547 0 0 0 + 875 14 0.66722 0.44206 0.09000 -1 1 0 + 749 14 0.65387 0.74958 0.78719 0 -1 -1 + 687 14 0.70982 0.62123 0.62901 -2 0 0 + 1513 13 0.60562 0.64321 0.18505 -1 1 0 + 1801 13 0.77058 0.52808 0.04710 0 0 0 + 1015 13 0.84966 0.97959 0.60355 -1 -2 -1 + 1454 14 0.86694 0.51226 0.18247 0 0 1 + 756 14 0.68477 0.13398 0.69989 -1 1 0 + 1781 14 0.99335 0.31090 0.96020 0 0 -1 + 1082 14 0.84376 0.21365 0.60280 -1 0 -1 + 1389 14 0.79436 0.99537 0.78813 1 0 -1 + 590 14 0.64988 0.52650 0.90535 0 0 0 + 1253 14 0.92936 0.62151 0.04424 -1 1 1 + 1427 14 0.91235 0.57570 0.82551 0 0 -1 + 1978 13 0.96993 0.48539 0.47005 1 0 -1 + 938 14 0.55919 0.17322 0.77288 1 0 -1 + 1690 13 0.50225 0.41408 0.20368 0 0 1 + 771 14 0.58499 0.16551 0.41803 0 0 0 + 860 14 0.77501 0.59567 0.81200 0 0 -1 + 1390 13 0.67340 0.68639 0.12348 0 0 1 + 1826 14 0.82303 0.86002 0.47562 0 0 1 + 296 14 0.62263 0.62877 0.69388 -1 0 0 + 593 14 0.68527 0.00353 0.84937 0 1 0 + 1679 14 0.80097 0.50197 0.50570 0 0 0 + 1901 14 0.93304 0.68838 0.32429 0 -1 1 + 1175 14 0.62485 0.51446 0.33125 2 -2 1 + 1866 14 0.85815 0.29358 0.03630 0 0 0 + 318 14 0.97111 0.25613 0.00369 0 1 1 + 1890 14 0.93631 0.57384 0.91510 0 0 -1 + 547 13 0.64627 0.40788 0.86775 0 0 -2 + 252 14 0.92684 0.65981 0.76121 0 0 -1 + 999 14 0.93013 0.48887 0.78042 0 0 -1 + 1720 13 0.89095 0.00855 0.72716 -1 1 -1 + 1380 14 0.54477 0.80994 0.65420 -1 -1 1 + 1271 14 0.69250 0.92366 0.86527 -1 -1 -1 + 1524 14 0.80728 0.22860 0.94707 0 1 -1 + 707 14 0.70083 0.87403 0.55950 -1 0 -1 + 509 14 0.62033 0.56695 0.79183 -1 0 1 + 1762 13 0.62985 0.51473 0.72783 0 1 -1 + 1788 14 0.77835 0.81866 0.64940 0 -2 0 + 124 13 0.53360 0.77085 0.79163 -1 -1 0 + 1657 13 0.56992 0.01068 0.23583 0 1 0 + 1109 14 0.65621 0.70276 0.95068 0 0 0 + 907 13 0.92809 0.47513 0.89208 -1 1 -2 + 1438 13 0.90184 0.14347 0.22124 -1 0 0 + 1879 13 0.95367 0.84749 0.59331 -1 -1 -1 + 182 14 0.59997 0.05873 0.86321 -1 0 0 + 725 14 0.55751 0.32157 0.57809 0 0 0 + 408 14 0.79803 0.99997 0.93277 -1 -1 0 + 1326 14 0.97170 0.09186 0.57069 -1 0 0 + 159 14 0.66758 0.03702 0.72788 -1 -1 0 + 983 14 0.81971 0.17821 0.70770 -1 1 0 + 82 4 0.49913 0.75248 0.55560 0 0 0 + 260 14 0.82220 0.42201 0.85616 -1 3 -1 + 1796 14 0.50822 0.49006 0.09909 -1 0 1 + 468 14 0.53628 0.58541 0.09393 -1 0 0 + 714 14 0.98568 0.72640 0.60554 -1 0 -1 + 1989 14 0.72685 0.92353 0.75461 0 -1 -1 + 976 13 0.69946 0.37388 0.70313 -1 0 0 + 755 14 0.69585 0.12318 0.75299 -1 1 0 + 297 14 0.60326 0.58163 0.71536 -1 0 0 + 1024 13 0.57818 0.43837 0.68197 1 0 0 + 265 13 0.69244 0.86212 0.75671 -1 -1 1 + 1786 13 0.78752 0.85228 0.64646 0 -2 0 + 312 14 0.74765 0.52936 0.59105 -1 2 0 + 816 14 0.65257 0.11820 0.22504 1 0 1 + 1678 13 0.79912 0.51725 0.53709 0 0 0 + 1659 14 0.55377 0.98201 0.24767 0 0 0 + 570 14 0.72410 0.99227 0.70239 -2 0 0 + 94 13 0.80682 0.10434 0.71883 -1 0 -1 + 592 13 0.70996 0.97877 0.84915 0 0 0 + 531 14 0.77058 0.10480 0.52441 -1 0 0 + 920 14 1.00358 0.58374 0.41269 -1 0 -1 + 1017 14 0.84632 0.96034 0.63255 -1 -2 -1 + 530 14 0.75592 0.07293 0.56718 -1 0 0 + 99 14 0.92649 0.97303 0.09905 -2 -1 0 + 388 13 0.86473 0.78838 0.80719 -1 -1 1 + 857 14 0.99279 0.11981 0.24807 -1 0 0 + 1304 14 0.63042 -0.00014 0.59308 0 1 0 + 1424 14 0.55579 0.30265 0.20207 0 0 0 + 535 13 0.72857 0.72805 0.79131 -1 0 0 + 1423 13 0.55794 0.32465 0.22917 0 0 0 + 1448 14 0.61600 0.30328 0.68235 1 0 0 + 1088 14 0.62547 0.09761 0.62651 -1 0 0 + 1178 14 0.52483 0.30878 0.34941 0 -1 -1 + 234 14 0.83904 0.63428 0.63635 -1 0 0 + 218 14 0.52599 0.46265 0.89431 0 0 0 + 1025 14 0.54337 0.44162 0.68117 1 0 0 + 1898 14 0.80458 0.27259 0.65613 0 1 0 + 808 13 0.66648 0.47784 0.49308 0 -1 1 + 1899 14 0.78600 0.29611 0.60965 0 1 0 + 549 14 0.62062 0.43126 0.87199 0 0 -2 + 647 14 0.57084 0.21909 0.24779 0 0 0 + 323 14 0.74517 0.75240 0.61252 0 0 1 + 591 14 0.68202 0.51759 0.94947 0 0 0 + 390 14 0.89733 0.79634 0.79734 -1 -1 1 + 220 13 0.67104 0.76442 0.67379 0 0 0 + 1563 14 0.56251 0.94055 0.47599 1 -2 1 + 1568 14 0.77231 0.99653 0.47229 1 -1 2 + 1753 13 0.80478 0.48545 0.44476 0 1 -1 + 956 14 0.77471 0.20193 0.86650 0 1 -1 + 391 13 0.78427 0.08305 0.86084 -1 0 0 + 685 13 0.70383 0.65464 0.62059 -2 0 0 + 200 14 0.55021 0.42503 0.02770 -1 1 0 + 750 14 0.59958 0.75196 0.77688 0 -1 -1 + 1016 14 0.82920 0.00740 0.60907 -1 -1 -1 + 982 13 0.83868 0.20496 0.71985 -1 1 0 + 675 14 0.68155 0.66655 0.68340 0 0 -1 + 212 14 0.55550 0.59212 0.38489 -1 0 -2 + 1117 13 0.75775 0.66605 0.90972 -1 0 0 + 1578 14 0.92250 0.92233 0.45972 1 -1 -1 + 971 14 0.52620 0.59051 0.78612 -2 1 -1 + 177 14 0.81212 0.79907 0.77066 -1 -1 -1 + 181 13 0.62194 0.04234 0.84150 -1 0 0 + 1308 14 0.99536 0.62645 0.53695 -1 -2 0 + 1158 14 0.80376 0.07345 0.64800 0 1 0 + 1387 13 0.81411 0.02395 0.78413 1 1 -1 + 849 14 0.77298 0.80061 0.97604 -1 -1 -1 + 772 13 0.86432 0.59178 0.68935 -1 0 -1 + 1725 14 0.74098 0.37381 0.40979 -1 0 -1 + 1840 13 0.87312 0.68177 0.01398 0 0 1 + 1277 14 0.83849 0.96265 0.49581 -1 0 0 + 1576 13 0.90118 0.92998 0.48637 1 -1 -1 + 1230 14 0.78692 0.51943 0.81443 0 0 0 + 1087 13 0.62568 0.07758 0.59784 -1 0 0 + 1885 13 0.51123 0.14678 0.24038 0 1 0 + 915 14 0.83620 0.29171 0.43480 -1 1 -1 + 823 13 0.94233 0.86112 0.27950 0 -1 1 + 1480 13 0.68192 0.64808 0.83433 0 1 -1 + 480 14 0.91439 0.50564 0.59320 -1 0 1 + 1305 14 0.60736 0.94967 0.59021 0 0 0 + 1609 13 0.49522 0.82176 0.45344 0 -1 0 + 1482 14 0.69393 0.67696 0.81869 0 1 -1 + 1792 13 0.74630 0.82535 0.85396 0 -1 0 + 1388 14 0.80998 0.04172 0.81397 1 1 -1 + 1582 13 0.85629 0.67930 0.87029 1 -1 -1 + 1118 14 0.78929 0.68026 0.90458 -1 0 0 + 1363 13 0.56051 0.22746 0.80498 0 1 -1 + 1526 14 0.57465 0.13252 0.99414 0 2 1 + 1787 14 0.76022 0.86748 0.63077 0 -2 0 + 1825 13 0.78939 0.86956 0.47528 0 0 1 + 158 14 0.62509 0.05272 0.69615 -1 -1 0 + 1113 14 0.95494 0.86050 0.80611 -1 -1 -1 + 1139 14 0.55184 0.92100 0.28478 0 0 0 + 324 14 0.75058 0.73741 0.66548 0 0 1 + 1569 14 0.73324 0.03418 0.46157 1 0 2 + 152 14 0.52436 0.09204 0.62907 0 1 1 + 478 13 0.88637 0.52606 0.59779 -1 0 1 + 1669 13 0.68203 0.94163 0.50397 0 -1 2 + 922 13 0.61636 0.13620 0.67574 -1 1 0 + 613 13 0.86423 0.18922 0.11660 0 -1 -1 + 328 13 0.69381 0.75077 0.90590 -1 -1 -1 + 1981 13 0.55195 0.24605 0.17542 0 0 0 + 1940 14 0.88185 0.85303 0.86024 0 0 0 + 1723 13 0.71535 0.35316 0.42161 -1 0 -1 + 1553 14 0.81102 0.58954 0.10119 -1 0 -2 + 1228 13 0.79662 0.48620 0.80942 0 0 0 + 900 14 0.96747 0.45842 0.54067 0 0 1 + 1973 14 0.93271 0.38036 0.56903 -1 0 0 + 1751 14 0.62444 0.00090 0.92946 0 1 0 + 923 14 0.61266 0.16913 0.66457 -1 1 0 + 97 13 0.91771 0.98528 0.06749 -2 -1 0 + 196 13 0.92201 0.98952 0.34367 -2 0 1 + 1500 14 0.62567 0.24096 0.50876 0 1 -2 + 157 13 0.63272 0.03547 0.72560 -1 -1 0 + 673 13 0.67683 0.65201 0.71485 0 0 -1 + 1303 13 0.63593 0.96637 0.60152 0 0 0 + 889 13 0.88869 0.42465 0.47921 0 0 0 + 1272 14 0.69457 0.87110 0.84817 -1 -1 -1 + 1398 14 0.81931 0.06379 0.43505 1 0 0 + 1921 13 0.56893 0.71052 0.11966 1 0 2 + 1276 13 0.80968 0.96018 0.51548 -1 0 0 + 1149 14 0.83607 0.88701 0.19685 0 0 0 + 1902 14 0.88549 0.68223 0.29672 0 -1 1 + 170 14 0.52837 0.99208 0.75480 0 0 0 + 1110 14 0.67671 0.71837 -0.00038 0 0 1 + 693 14 0.81430 0.93793 0.71596 -1 -1 0 + 1562 14 0.53669 0.92741 0.42887 1 -2 1 + 102 14 0.99067 0.88249 0.41845 -1 -1 0 + 1128 14 0.77013 0.54937 0.92184 0 0 -1 + 824 14 0.96875 0.85016 0.25937 0 -1 1 + 767 14 0.94067 0.80044 0.72630 0 0 0 + 1005 14 0.99207 0.47802 0.16536 0 0 1 + 1863 14 0.92004 0.07546 0.88571 0 -1 0 + 1875 14 0.53104 0.85550 0.11951 1 0 1 + 529 13 0.74995 0.07793 0.53309 -1 0 0 + 1658 14 0.55712 0.03667 0.25542 0 1 0 + 108 14 0.90229 0.64241 0.17305 -1 -1 1 + 1147 13 0.81463 0.88181 0.16973 0 0 0 + 1203 14 0.54120 0.07532 0.90814 -1 -1 0 + 937 13 0.55714 0.13889 0.76651 1 0 -1 + 1939 13 0.85400 0.85901 0.88052 0 0 0 + 1888 13 0.94378 0.58029 0.94865 0 0 -1 + 125 14 0.51771 0.73981 0.78902 -1 -1 0 + 1722 14 0.86239 0.01757 0.74520 -1 1 -1 + 719 14 0.62184 0.84181 0.90305 0 0 -1 + 569 14 0.69034 0.98500 0.65918 -2 0 0 + 615 14 0.86885 0.15456 0.11720 0 -1 -1 + 1649 14 0.76082 0.44326 0.94419 0 0 0 + 1498 13 0.59977 0.22912 0.52905 0 1 -2 + 1086 14 0.66046 0.17997 0.44320 -1 2 -1 + 1453 13 0.86485 0.49922 0.15009 0 0 1 + 96 14 0.81386 0.08335 0.74590 -1 0 -1 + 406 13 0.76903 0.01832 0.93949 -1 0 0 + 264 14 0.94204 0.15857 0.63736 -1 1 -1 + 1810 13 0.86645 0.16942 0.80512 0 1 -1 + 1148 14 0.78626 0.86688 0.18371 0 0 0 + 1157 14 0.75552 0.04683 0.64318 0 1 0 + 1842 14 0.83948 0.68503 0.02296 0 0 1 + 393 14 0.78601 0.11797 0.86158 -1 0 0 + 1857 14 0.53061 0.45346 0.79957 1 0 0 + 1515 14 0.59074 0.61204 0.17959 -1 1 0 + 1601 14 0.96503 0.80646 0.00271 0 0 -1 + 1827 14 0.78807 0.89780 0.49586 0 0 1 + 1222 13 0.92103 0.22979 0.96263 1 1 -1 + 692 14 0.82303 0.90152 0.67526 -1 -1 0 + 1089 14 0.59390 0.08189 0.58390 -1 0 0 + 973 13 0.62281 0.79754 0.42163 0 0 0 + 1097 14 0.79043 0.36829 0.95134 0 0 -1 + 310 13 0.73323 0.56058 0.59741 -1 2 0 + 1663 13 0.85254 0.40193 0.67124 0 0 0 + 1664 14 0.83131 0.38037 0.68877 0 0 0 + 1873 13 0.53142 0.83003 0.09554 1 0 1 + 1302 14 0.55632 0.22099 0.62672 0 0 1 + 498 14 0.83091 0.28427 0.81525 0 0 -1 + 172 13 0.96993 0.70325 0.08451 -1 0 0 + 1201 13 0.54390 0.10578 0.89116 -1 -1 0 + 1650 14 0.80993 0.45024 0.96867 0 0 0 + 1142 14 0.63651 0.21260 0.87174 1 2 -2 + 766 13 0.93736 0.76666 0.73475 0 0 0 + 436 13 0.62899 0.33431 0.94354 0 1 -1 + 233 14 0.78593 0.64966 0.63483 -1 0 0 + 1085 14 0.71382 0.17548 0.42936 -1 2 -1 + 1590 14 0.74641 0.65944 0.03947 0 -1 0 + 392 14 0.77084 0.07428 0.89191 -1 0 0 + 1824 14 0.54679 0.68760 0.04566 1 -1 0 + 1970 14 0.75574 0.19840 0.53874 1 2 0 + 1449 14 0.57576 0.32732 0.65300 1 0 0 + 1229 14 0.83089 0.48799 0.80269 0 0 0 + 1270 13 0.67445 0.89372 0.86569 -1 -1 -1 + 261 14 0.87031 0.43355 0.88088 -1 3 -1 + 686 14 0.70187 0.65467 0.58567 -2 0 0 + 91 13 0.93445 0.99478 0.56128 0 -1 0 + 1426 13 0.91349 0.58199 0.85989 0 0 -1 + 1001 14 0.85660 0.49823 0.25599 -1 1 1 + 101 14 0.95328 0.85964 0.38471 -1 -1 0 + 594 14 0.73399 -0.00985 0.87187 0 1 0 + 1743 14 0.53127 0.65005 0.69747 0 0 0 + 354 14 0.93424 0.92799 0.84072 -1 -1 1 + 407 14 0.75100 -0.00164 0.96183 -1 0 0 + 1843 13 0.95432 0.03956 0.79695 0 -1 0 + 1119 14 0.76429 0.63597 0.92633 -1 0 0 + 490 13 0.72363 0.96620 0.01328 -1 -1 0 + 568 13 0.71411 0.00704 0.67230 -2 1 0 + 1988 14 0.73927 0.96178 0.79259 0 -1 -1 + 861 14 0.73736 0.58827 0.85184 0 0 -1 + 1752 14 0.64033 0.02094 0.97850 0 1 0 + 908 14 0.95884 0.48084 0.90775 -1 1 -2 + 1572 14 0.67503 0.38092 0.55281 1 -1 0 + 1397 14 0.87127 0.08210 0.43007 1 0 0 + 1000 13 0.87368 0.52551 0.24230 -1 1 1 + 1083 14 0.82772 0.18601 0.55766 -1 0 -1 + 1583 14 0.86882 0.67464 0.83797 1 -1 -1 + 330 14 0.71873 0.72626 0.90477 -1 -1 -1 + 589 13 0.64873 0.51645 0.93882 0 0 0 + 1053 14 0.51740 0.70386 0.42735 -1 1 1 + 1941 14 0.84808 0.82847 0.89650 0 0 0 + 1156 13 0.78287 0.05811 0.62453 0 1 0 + 957 14 0.74029 0.17283 0.83444 0 1 -1 + 1684 13 0.58307 0.46728 0.57528 0 0 -1 + 1223 14 0.89709 0.20543 0.95507 1 1 -1 + 175 13 0.78419 0.79912 0.74962 -1 -1 -1 + 975 14 0.64096 0.76789 0.41784 0 0 0 + 491 14 0.72624 0.97711 0.04641 -1 -1 0 + 222 14 0.64730 0.77820 0.65213 0 0 0 + 1022 14 0.97176 0.58143 0.69622 -1 -1 0 + 389 14 0.86801 0.75845 0.82497 -1 -1 1 + 1365 14 0.53790 0.24985 0.81947 0 1 -1 + 1707 14 0.58758 0.18731 0.07131 1 1 1 + 364 13 0.97897 0.13220 0.06570 -1 1 0 + 712 13 0.97268 0.69463 0.61225 -1 0 -1 + 1588 13 0.75898 0.68897 0.05337 0 -1 0 + 300 14 0.96134 0.17254 0.71211 -1 2 0 + 1705 13 0.59529 0.21821 0.08575 1 1 1 + 1982 14 0.57787 0.22893 0.15935 0 0 0 + 459 14 0.58620 0.49562 0.08250 0 0 1 + 1333 13 0.93429 0.73798 0.90865 0 -1 -1 + 1325 14 0.98189 0.03842 0.56068 -1 0 0 + 298 13 0.95015 0.19989 0.69342 -1 2 0 + 1980 14 0.99707 0.46390 0.46511 1 0 -1 + 676 13 0.99613 0.32313 0.77731 -1 1 0 + 1136 14 0.50324 0.28190 0.63722 0 0 0 + 844 13 0.99355 0.06077 0.26460 -1 0 0 + 153 14 0.49329 0.08265 0.58428 0 1 1 + 942 14 1.00960 0.34369 0.26049 -1 1 -1 + 1362 14 0.99627 0.75257 0.45391 -1 -1 -1 + 651 14 0.98782 0.31284 0.51828 0 0 1 + 678 14 0.99609 0.28848 0.78206 -1 1 0 + 1179 14 0.50452 0.28407 0.30429 0 -1 -1 + 671 14 0.99063 0.99886 0.91253 -1 -1 -1 + 1748 14 0.98976 0.29704 0.65084 1 1 -1 + 762 14 1.01335 0.22093 0.21292 -1 1 1 + 1361 14 0.97587 0.80319 0.46291 -1 -1 -1 + 1071 14 0.99553 0.71844 0.73485 0 0 -1 + 285 14 0.97898 0.22062 0.35614 -1 1 0 + ITEM: TIMESTEP + 5000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.36001 0.40726 0.40831 0 0 0 + 306 14 0.35179 0.15889 0.13991 0 0 0 + 16 8 0.48821 0.23982 0.17934 0 0 0 + 653 14 0.06004 0.92102 0.31404 0 0 0 + 1181 14 0.32884 0.25115 0.07202 2 0 0 + 1036 13 0.44073 0.50952 0.56792 0 -1 1 + 5 4 0.27959 0.23674 0.14793 0 0 0 + 1934 14 0.20599 0.41666 0.86447 1 1 0 + 1610 14 0.47433 0.95301 0.39645 0 -1 0 + 878 14 0.07506 0.38160 0.70648 0 -1 0 + 21 4 0.39833 0.35259 0.20378 0 0 0 + 1703 14 0.19537 0.99540 0.39979 0 -1 1 + 1605 14 0.07551 0.09740 0.09472 0 0 1 + 34 4 0.31737 0.45104 0.32074 0 0 0 + 634 13 0.04692 0.97271 0.78465 0 0 0 + 1967 14 0.45691 0.53118 0.14483 1 0 1 + 1475 14 0.17792 0.95505 0.23644 1 -2 2 + 1020 14 0.39842 0.90229 0.26104 0 -1 0 + 405 14 0.30337 0.86899 0.35303 0 0 1 + 1808 14 0.39270 0.55976 0.92016 -1 0 0 + 527 14 0.02811 0.87182 0.88247 0 0 -1 + 4 4 0.24560 0.19926 0.18635 0 0 0 + 1070 14 0.04748 0.75324 0.75505 1 0 -1 + 308 14 0.19861 0.29561 0.44554 0 1 0 + 994 13 0.36299 0.73249 0.18688 1 -1 -1 + 825 14 0.00971 0.84528 0.18299 1 -1 1 + 1470 14 0.08388 0.29933 0.62325 1 1 0 + 90 14 0.11541 0.41556 0.95525 -1 -1 -1 + 1342 13 0.38317 0.62825 0.03442 0 -1 1 + 1434 14 0.41478 0.03310 0.24261 1 0 0 + 1596 14 0.17512 0.40225 0.09631 0 0 1 + 1694 14 0.46587 0.90213 0.79946 0 0 -1 + 37 1 0.31193 0.51991 0.48395 0 0 0 + 1344 14 0.37358 0.59480 0.03784 0 -1 1 + 6 4 0.22411 0.25827 0.17534 0 0 0 + 1625 14 0.06254 0.48353 0.65017 1 -1 0 + 404 14 0.31309 0.84664 0.30338 0 0 1 + 1652 14 0.22471 0.63719 0.18534 1 0 0 + 622 13 0.45558 0.75633 0.02576 1 1 0 + 797 14 0.12306 0.07284 0.19271 0 0 -1 + 1906 13 0.18160 0.51288 0.34755 1 1 -2 + 1327 13 0.05859 0.49545 0.06403 0 -1 0 + 1858 13 0.03362 0.16159 0.65067 1 1 -1 + 77 4 0.36841 0.70901 0.35648 0 0 0 + 237 14 0.22520 0.82262 0.33571 0 0 -1 + 1362 14 0.01135 0.84005 0.49815 0 -1 -1 + 1816 13 0.18338 0.72007 0.14150 0 -1 0 + 1907 14 0.20217 0.54117 0.34738 1 1 -2 + 1469 14 0.11360 0.33144 0.65709 1 1 0 + 1385 14 0.12327 0.14419 0.14734 0 1 0 + 1450 13 0.32502 0.31867 0.11144 1 0 1 + 1038 14 0.47463 0.51277 0.57588 0 -1 1 + 1359 14 0.48361 0.42187 0.49491 1 -1 0 + 244 13 0.12396 0.05150 0.55013 0 1 0 + 63 6 0.39718 0.69487 0.47546 0 0 0 + 122 14 0.31868 0.93818 0.24175 0 0 0 + 1911 14 0.34178 0.13747 0.24262 0 0 0 + 1611 14 0.44174 0.93970 0.43911 0 -1 0 + 1952 14 0.15230 0.03789 0.89479 1 0 0 + 954 14 0.39003 0.57242 0.42554 0 0 0 + 1879 13 0.00635 0.88634 0.60580 0 -1 -1 + 1019 14 0.41573 0.95380 0.25072 0 -1 0 + 440 14 0.07611 0.70878 0.19792 -1 0 0 + 1761 14 0.44473 0.41229 0.13738 0 0 1 + 1030 13 0.21898 0.95601 0.28870 0 -1 0 + 788 14 0.33186 0.21089 0.32640 -1 1 1 + 985 13 0.14637 0.50754 0.02751 1 0 1 + 1909 13 0.32209 0.14334 0.27093 0 0 0 + 1975 13 0.01880 0.79371 0.63608 0 0 0 + 1919 14 0.01006 0.19700 0.83857 1 1 -1 + 1565 14 0.38061 0.81675 0.83637 1 -1 0 + 1132 13 0.03779 0.11340 0.55932 0 2 -1 + 953 14 0.42630 0.53884 0.40071 0 0 0 + 1506 14 0.18424 0.49589 0.17191 0 0 0 + 897 14 0.46645 0.10312 0.10100 0 1 0 + 1908 14 0.17043 0.51037 0.38060 1 1 -2 + 1169 14 0.36037 0.01534 0.55041 0 -1 -1 + 540 14 0.01637 0.61611 0.62489 -1 0 0 + 1462 13 0.23116 0.19642 0.97297 1 0 1 + 256 13 0.12922 0.62402 0.33016 -1 -1 0 + 1735 13 0.13947 0.95464 0.05127 1 0 1 + 1103 14 0.15966 0.15931 0.24106 -1 0 0 + 1092 14 0.34651 0.04971 0.32719 0 0 0 + 39 10 0.27619 0.48346 0.40704 0 0 0 + 624 14 0.48808 0.75750 0.01291 1 1 0 + 53 10 0.35919 0.51202 0.53733 0 0 0 + 1587 14 0.13493 0.90671 0.36157 1 -1 0 + 1860 14 0.02020 0.14186 0.62511 1 1 -1 + 992 14 0.25916 0.11082 0.23332 1 -1 -1 + 799 13 0.26422 0.70169 0.99063 0 -1 0 + 1603 13 0.05918 0.06825 0.08439 0 0 1 + 1037 14 0.43746 0.52524 0.53685 0 -1 1 + 605 14 0.30116 0.73217 0.08053 -1 -2 0 + 1502 14 0.16970 0.24168 0.57416 1 0 0 + 910 13 0.29331 0.43802 0.15577 1 0 1 + 395 14 0.09359 0.73706 0.67921 0 0 0 + 1457 14 0.25706 0.82504 0.16858 0 0 0 + 1653 14 0.19507 0.59264 0.17135 1 0 0 + 1922 14 0.49830 0.64803 0.10846 1 0 2 + 1065 14 0.21166 0.80352 0.21315 1 -1 -1 + 1966 13 0.42980 0.52769 0.16664 1 0 1 + 1835 14 0.15194 0.26929 0.95700 1 -1 0 + 8 6 0.34208 0.32119 0.25328 0 0 0 + 505 13 0.12516 0.02112 0.42345 1 -1 -1 + 787 13 0.34576 0.20760 0.35831 -1 1 1 + 1634 14 0.47886 0.39289 0.36198 1 0 1 + 796 13 0.13829 0.04203 0.19918 0 0 -1 + 523 13 0.48856 0.07515 0.04394 0 1 0 + 1968 14 0.42062 0.49405 0.16391 1 0 1 + 81 10 0.49684 0.68315 0.47930 0 0 0 + 765 14 0.39295 0.82307 0.25421 0 -1 0 + 1465 13 0.37096 0.72348 0.07869 1 0 1 + 419 14 0.17523 0.41477 0.18492 -1 2 0 + 394 13 0.08544 0.72336 0.71034 0 0 0 + 1357 13 0.45918 0.39710 0.49845 1 -1 0 + 299 14 0.01769 0.22936 0.63579 0 2 0 + 1264 13 0.32438 0.21235 0.51123 0 0 0 + 14 8 0.45932 0.28346 0.18780 0 0 0 + 1145 14 0.09021 0.50940 0.27661 0 1 -1 + 411 14 0.22023 0.88388 0.17144 0 -1 -1 + 1728 14 0.34336 0.58747 0.20512 1 1 0 + 1343 14 0.36323 0.64047 0.00842 0 -1 1 + 257 14 0.15547 0.64254 0.34398 -1 -1 0 + 971 14 0.44013 0.57374 0.79473 -2 1 -1 + 1268 14 0.09710 0.80207 0.02902 1 0 1 + 1872 14 0.49806 0.85104 0.03013 0 0 1 + 697 13 0.31155 0.00137 0.45268 1 0 -1 + 111 14 0.31693 0.09714 0.48243 0 0 0 + 642 14 0.47770 0.26025 0.98715 0 0 0 + 1501 13 0.13548 0.23448 0.57435 1 0 0 + 1242 14 0.25969 0.87861 0.01075 0 -1 0 + 75 4 0.41928 0.79948 0.45613 0 0 0 + 941 14 0.05500 0.28918 0.22737 0 1 -1 + 255 14 0.49171 0.34198 0.80064 -1 -1 -1 + 1726 13 0.37209 0.59155 0.22464 1 1 0 + 1137 14 0.43258 0.35403 0.66947 0 0 0 + 1773 14 0.43018 0.71625 0.77049 1 1 -2 + 1371 14 0.48080 0.51765 0.85435 0 0 0 + 1536 14 0.08762 0.79436 0.34908 2 1 1 + 104 14 0.19983 0.24753 0.33424 0 -1 0 + 368 14 0.49972 0.56178 0.26080 -1 1 1 + 1766 14 0.16045 0.47528 0.29555 1 0 1 + 1585 13 0.12430 0.92531 0.33393 1 -1 0 + 1429 13 0.02527 0.11981 0.97453 1 1 -1 + 13 8 0.42289 0.24141 0.25656 0 0 0 + 1349 14 0.23458 0.75533 0.49696 0 -1 1 + 1104 14 0.15766 0.19915 0.20274 -1 0 0 + 22 4 0.41795 0.34709 0.26737 0 0 0 + 1817 14 0.21040 0.72906 0.12120 0 -1 0 + 829 13 0.33991 0.65068 0.94132 0 -1 0 + 1702 13 0.21875 0.97179 0.38887 0 -1 1 + 1266 14 0.29814 0.22478 0.49174 0 0 0 + 263 14 0.06939 0.15761 0.52188 0 1 -1 + 745 13 0.10029 0.58147 0.19747 0 0 -1 + 109 13 0.34197 0.12127 0.47877 0 0 0 + 1190 14 0.25615 0.87931 0.44532 -1 -1 -2 + 76 4 0.36224 0.76838 0.32888 0 0 0 + 840 14 0.44899 0.06954 0.48285 -1 0 1 + 1290 14 0.05250 0.68133 0.48742 1 0 0 + 1633 13 0.48063 0.42272 0.34382 1 0 1 + 1955 14 0.11156 0.88817 0.18103 2 0 1 + 617 14 0.27729 0.56664 0.39583 1 -1 0 + 422 14 0.16555 0.83225 0.83849 -1 -2 0 + 650 14 0.03514 0.33458 0.51115 1 0 1 + 1960 13 0.44493 0.34258 0.40574 -1 0 0 + 429 14 0.25182 0.97352 0.06670 -1 -1 0 + 609 14 0.19980 0.36237 0.25493 0 1 0 + 1216 13 0.00543 0.00256 0.01915 1 0 0 + 921 14 0.09582 0.59315 0.48999 0 0 -1 + 991 13 0.22496 0.10368 0.23483 1 -1 -1 + 1422 14 0.40271 0.92558 0.18240 0 0 0 + 1790 14 0.12838 0.65499 0.00912 1 -1 2 + 620 14 0.43794 0.65552 0.69390 -1 -1 -1 + 507 14 0.11900 0.03875 0.45301 1 -1 -1 + 1372 13 0.07202 0.77092 0.53319 1 -1 0 + 1759 13 0.41756 0.43174 0.14770 0 0 1 + 400 13 0.23838 0.20398 0.38632 1 1 1 + 1250 14 0.22924 0.37118 0.68432 1 -1 1 + 89 14 0.11650 0.45588 0.91740 -1 -1 -1 + 1727 14 0.39487 0.56841 0.21167 1 1 0 + 1959 14 0.06810 0.13101 0.32574 0 1 1 + 1500 14 0.49441 0.25466 0.53414 0 1 -2 + 1783 13 0.07688 0.38314 0.99743 0 -1 -1 + 1913 14 0.28219 0.07860 0.40019 1 -1 -1 + 1657 13 0.46971 0.99869 0.26595 0 0 0 + 1067 14 0.13322 0.17201 0.05474 1 0 0 + 1474 13 0.15029 0.94485 0.21758 1 -2 2 + 1834 13 0.12938 0.24529 0.96873 1 -1 0 + 1961 14 0.41554 0.35973 0.41382 -1 0 0 + 1217 14 0.02816 0.02656 0.03056 1 0 0 + 29 7 0.30556 0.42004 0.34209 0 0 0 + 1704 14 0.24832 0.98045 0.40541 0 -1 1 + 1575 14 0.39649 0.94944 0.61644 1 0 -1 + 856 13 0.04898 0.16198 0.26870 0 0 0 + 170 14 0.45220 0.00908 0.65933 0 1 0 + 1432 13 0.38606 0.05298 0.24093 1 0 0 + 571 13 0.28995 0.50621 0.07354 0 -1 0 + 1504 13 0.19447 0.51915 0.19594 0 0 0 + 877 13 0.07657 0.41049 0.72613 0 -1 0 + 1134 14 0.05632 0.08423 0.56466 0 2 -1 + 1288 13 0.02182 0.69699 0.48137 1 0 0 + 1267 13 0.08588 0.77003 0.02065 1 0 1 + 1535 14 0.13692 0.80112 0.37322 2 1 1 + 1791 14 0.15801 0.66842 0.05386 1 -1 2 + 753 14 0.03725 0.74809 0.12419 0 0 0 + 1737 14 0.11740 0.94983 0.02457 1 0 1 + 217 13 0.49910 0.53665 0.91058 0 0 0 + 309 14 0.23275 0.26666 0.41305 0 1 0 + 1539 14 0.44242 0.24978 0.39889 0 1 0 + 32 10 0.34072 0.34998 0.34580 0 0 0 + 1164 14 0.49182 0.27214 0.87623 1 0 -1 + 1466 14 0.36993 0.68937 0.07104 1 0 1 + 1146 14 0.09851 0.56189 0.29194 0 1 -1 + 1962 14 0.46877 0.35504 0.42808 -1 0 0 + 25 11 0.45036 0.17305 0.27737 0 0 0 + 66 7 0.36822 0.74106 0.45992 0 0 0 + 1534 13 0.10258 0.80206 0.37974 2 1 1 + 858 14 0.05862 0.15471 0.23588 0 0 0 + 1829 14 0.20673 0.60377 0.04069 2 0 0 + 495 14 0.30819 0.43394 0.90852 -1 1 0 + 741 14 0.30733 0.65546 0.23897 0 1 -1 + 307 13 0.22863 0.29811 0.42777 0 1 0 + 456 14 0.14891 0.82704 0.28817 0 -1 0 + 286 13 0.08202 0.93735 0.97414 0 -1 0 + 1537 13 0.45069 0.21761 0.40980 0 1 0 + 1645 13 0.00599 0.03158 0.17399 0 1 0 + 441 14 0.11661 0.73470 0.17059 -1 0 0 + 798 14 0.17120 0.05016 0.20779 0 0 -1 + 147 14 0.12826 0.29921 0.16240 1 0 -1 + 1415 14 0.06942 0.92738 0.13947 1 0 0 + 1658 14 0.48829 0.02832 0.26549 0 1 0 + 888 14 0.02929 0.34354 0.81302 0 0 0 + 305 14 0.39466 0.12932 0.15854 0 0 0 + 74 4 0.36763 0.80523 0.41480 0 0 0 + 608 14 0.18789 0.32790 0.29651 0 1 0 + 1997 14 0.08239 0.64423 0.22081 0 -1 0 + 1818 14 0.18614 0.68538 0.14492 0 -1 0 + 993 14 0.22038 0.08933 0.26639 1 -1 -1 + 618 14 0.27413 0.58460 0.34362 1 -1 0 + 597 14 0.13140 0.79383 0.60839 1 -1 0 + 396 14 0.10687 0.69593 0.71373 0 0 0 + 1957 13 0.08233 0.12418 0.35695 0 1 1 + 30 1 0.32596 0.42965 0.39299 0 0 0 + 1269 14 0.05790 0.76493 0.04101 1 0 1 + 969 14 0.04518 0.70353 0.35584 0 1 -1 + 967 13 0.02110 0.67831 0.35317 0 1 -1 + 1352 14 0.47316 0.89868 0.36206 1 -1 0 + 1965 14 0.35685 0.59454 0.28690 0 0 1 + 1180 13 0.31319 0.22133 0.06260 2 0 0 + 287 14 0.08857 0.95408 0.94414 0 -1 0 + 911 14 0.31721 0.45841 0.14041 1 0 1 + 79 5 0.48430 0.70202 0.50782 0 0 0 + 474 14 0.44377 0.44313 0.59591 0 1 0 + 12 8 0.42580 0.28324 0.22646 0 0 0 + 40 4 0.34904 0.45317 0.47701 0 0 0 + 912 14 0.30840 0.42780 0.18562 1 0 1 + 607 13 0.19171 0.36183 0.28895 0 1 0 + 803 14 0.34748 0.30879 0.42776 1 0 -1 + 19 10 0.31301 0.31036 0.18164 0 0 0 + 654 14 0.03616 0.87501 0.29476 0 0 0 + 751 13 0.01526 0.75809 0.09890 0 0 0 + 1765 13 0.15321 0.45745 0.26635 1 0 1 + 28 5 0.32311 0.37332 0.32409 0 0 0 + 1102 13 0.16852 0.19265 0.23534 -1 0 0 + 249 14 0.45004 0.12495 0.76220 -1 1 -1 + 1505 14 0.20087 0.50000 0.22450 0 0 0 + 1867 13 0.49672 0.65922 0.41276 1 0 1 + 1308 14 0.09297 0.52101 0.55301 0 -2 0 + 1033 13 0.13844 0.93533 0.80381 1 0 0 + 193 13 0.02707 0.29133 0.46150 0 0 0 + 917 14 0.03922 0.99081 0.27426 0 0 0 + 1456 13 0.28028 0.80270 0.15500 0 0 0 + 466 13 0.49271 0.61505 0.04805 -1 0 0 + 1693 13 0.47137 0.86771 0.79663 0 0 -1 + 73 4 0.34144 0.72697 0.43286 0 0 0 + 640 13 0.45287 0.27959 0.97189 0 0 0 + 1870 13 0.48266 0.88141 0.02219 0 0 1 + 1828 13 0.23126 0.59100 0.06209 2 0 0 + 1964 14 0.36780 0.59535 0.34110 0 0 1 + 1651 13 0.20473 0.62419 0.15975 1 0 0 + 1056 14 0.27312 0.89781 0.76168 0 0 1 + 45 3 0.41014 0.59713 0.49434 0 0 0 + 36 7 0.31240 0.46672 0.47145 0 0 0 + 1373 14 0.05607 0.74368 0.51815 1 -1 0 + 695 14 0.04833 0.41268 0.48107 0 0 0 + 1048 13 0.43150 0.12027 0.36738 0 -1 0 + 1307 14 0.03925 0.52070 0.53985 0 -2 0 + 78 4 0.40545 0.72923 0.30374 0 0 0 + 641 14 0.42561 0.25792 0.96869 0 0 0 + 670 13 0.08972 0.98480 0.88307 0 -1 -1 + 38 3 0.28675 0.54687 0.46070 0 0 0 + 1760 14 0.39695 0.43366 0.11952 0 0 1 + 24 11 0.46333 0.31412 0.16330 0 0 0 + 1430 14 0.03175 0.12429 0.94046 1 1 -1 + 33 4 0.26704 0.41300 0.34691 0 0 0 + 1741 13 0.49177 0.64287 0.72413 0 0 0 + 619 13 0.40795 0.64885 0.67719 -1 -1 -1 + 1353 14 0.45088 0.84887 0.37109 1 -1 0 + 240 14 0.43904 0.14822 0.54846 0 0 0 + 1910 14 0.30286 0.17132 0.26258 0 0 0 + 853 13 0.33021 0.04983 0.14653 -1 0 0 + 2 2 0.25831 0.23761 0.18249 0 0 0 + 340 13 0.07721 0.84048 0.47008 -1 -1 0 + 69 2 0.38887 0.73958 0.33932 0 0 0 + 351 14 0.35014 0.83053 0.12723 0 -2 1 + 2004 14 0.16917 0.91596 0.45795 2 1 1 + 1963 13 0.34204 0.60047 0.31802 0 0 1 + 71 4 0.41848 0.67525 0.44866 0 0 0 + 1745 14 0.41508 0.10278 0.61825 0 1 -1 + 604 13 0.26950 0.74671 0.07759 -1 -2 0 + 664 13 0.02296 0.43765 0.24960 0 -1 1 + 304 13 0.36235 0.13962 0.16710 0 0 0 + 133 13 0.04721 0.97204 0.67451 0 0 -1 + 258 14 0.11001 0.61417 0.35766 -1 -1 0 + 1809 14 0.40135 0.61061 0.94012 -1 0 0 + 1358 14 0.45521 0.39356 0.53301 1 -1 0 + 10 3 0.29656 0.39944 0.24919 0 0 0 + 68 12 0.43657 0.75602 0.38234 0 0 0 + 656 14 0.09257 0.35708 0.12318 0 0 0 + 15 8 0.45351 0.20167 0.25039 0 0 0 + 506 14 0.09932 0.03075 0.40194 1 -1 -1 + 1925 14 0.26018 0.04089 0.05398 0 1 -1 + 1370 14 0.49969 0.51182 0.80270 0 0 0 + 1871 14 0.44872 0.87352 0.01923 0 0 1 + 1032 14 0.24077 0.95567 0.31605 0 -1 0 + 1956 14 0.08292 0.84932 0.20803 2 0 1 + 1928 14 0.17255 0.13672 0.47587 0 0 0 + 1476 14 0.13292 0.97443 0.21078 1 -2 2 + 44 1 0.37135 0.61544 0.50819 0 0 0 + 747 14 0.12546 0.55766 0.20222 0 0 -1 + 1545 14 0.03639 0.66756 0.87427 1 0 0 + 1468 13 0.09211 0.33273 0.62953 1 1 0 + 995 14 0.38429 0.71280 0.20641 1 -1 -1 + 409 13 0.22769 0.86659 0.20091 0 -1 -1 + 35 5 0.30180 0.46151 0.42080 0 0 0 + 649 13 0.03932 0.36442 0.52890 1 0 1 + 1 1 0.28640 0.25789 0.22397 0 0 0 + 1068 14 0.15681 0.12201 0.05316 1 0 0 + 1796 14 0.45210 0.34712 0.08278 -1 0 1 + 17 8 0.48776 0.20165 0.21167 0 0 0 + 1172 14 0.44808 0.81323 0.12486 0 -2 0 + 1069 13 0.02580 0.76680 0.77890 1 0 -1 + 161 14 0.04850 0.97144 0.54257 -1 -1 0 + 802 13 0.33136 0.30209 0.39746 1 0 -1 + 652 13 0.03007 0.90893 0.30066 0 0 0 + 1742 14 0.48735 0.65367 0.75710 0 0 0 + 1064 14 0.19979 0.75146 0.19872 1 -1 -1 + 171 14 0.46366 0.95536 0.66579 0 0 0 + 1066 13 0.14100 0.14446 0.07482 1 0 0 + 1676 14 0.03795 0.24497 0.00380 1 0 0 + 740 14 0.26067 0.65957 0.26839 0 1 -1 + 269 14 0.05867 0.58768 0.02342 0 0 1 + 1795 13 0.42198 0.33459 0.07018 -1 0 1 + 541 13 0.44932 0.51669 0.29075 0 1 1 + 606 14 0.26784 0.76954 0.10402 -1 -2 0 + 1280 14 0.39932 0.31061 0.49758 -1 0 1 + 1063 13 0.20921 0.77111 0.22607 1 -1 -1 + 1923 14 0.48178 0.67087 0.15605 1 0 2 + 1695 14 0.45634 0.85406 0.82511 0 0 -1 + 350 14 0.37200 0.84344 0.07809 0 -2 1 + 1079 14 0.49516 0.76251 0.84161 0 -1 -1 + 1239 14 0.04872 0.46706 0.82343 0 0 0 + 23 11 0.39588 0.23823 0.28515 0 0 0 + 1201 13 0.47869 0.13606 0.91770 -1 -1 0 + 67 7 0.39603 0.78003 0.42914 0 0 0 + 1630 13 0.26834 0.05651 0.52262 2 -1 0 + 1279 13 0.37327 0.33212 0.48858 -1 0 1 + 1544 14 0.05445 0.65527 0.92508 1 0 0 + 1431 14 0.05669 0.11405 0.98875 1 1 -1 + 662 14 0.15751 0.50160 0.48124 0 2 -1 + 1351 13 0.44360 0.88306 0.37230 1 -1 0 + 1926 14 0.30889 0.06595 0.04629 0 1 -1 + 1031 14 0.23915 0.94788 0.26131 0 -1 0 + 572 14 0.26235 0.48477 0.07464 0 -1 0 + 916 13 0.03204 0.02474 0.26981 0 1 0 + 1609 13 0.46234 0.96521 0.42695 0 -1 0 + 763 13 0.35832 0.81825 0.25351 0 -1 0 + 1383 14 0.09465 0.29501 0.81597 0 0 1 + 1869 14 0.46588 0.65026 0.39892 1 0 1 + 184 13 0.06778 0.35863 0.28851 0 1 1 + 202 13 0.45679 0.18756 0.77852 -1 1 0 + 804 14 0.29847 0.31287 0.40244 1 0 -1 + 764 14 0.35341 0.79337 0.22943 0 -1 0 + 137 14 0.47912 0.83162 0.23756 0 -1 1 + 454 13 0.12139 0.83900 0.27020 0 -1 0 + 375 14 0.43163 0.79337 0.72524 -1 0 0 + 341 14 0.08543 0.82994 0.43776 -1 -1 0 + 996 14 0.37423 0.72772 0.15411 1 -1 -1 + 789 14 0.34487 0.23992 0.37164 -1 1 1 + 288 14 0.09767 0.90630 0.97047 0 -1 0 + 746 14 0.07076 0.56281 0.19593 0 0 -1 + 1135 13 0.45933 0.33632 0.68338 0 0 0 + 1541 14 0.42248 0.97894 0.12491 0 -1 0 + 1074 14 0.49867 0.44996 0.92355 -1 0 -2 + 403 13 0.28747 0.85296 0.32633 0 0 1 + 819 14 0.48191 0.33828 0.98153 0 -1 -2 + 1954 13 0.07946 0.87466 0.18419 2 0 1 + 1998 14 0.10839 0.64936 0.26936 0 -1 0 + 1182 14 0.32659 0.21395 0.03115 2 0 0 + 20 4 0.35139 0.29934 0.28480 0 0 0 + 1836 14 0.13062 0.24837 0.00355 1 -1 1 + 1789 13 0.15949 0.64986 0.02425 1 -1 2 + 136 13 0.46116 0.84423 0.26478 0 -1 1 + 855 14 0.34068 0.08194 0.15560 -1 0 0 + 1416 14 0.06908 0.97875 0.15997 1 0 0 + 1464 14 0.20157 0.17801 0.97586 1 0 1 + 1958 14 0.06596 0.09529 0.36792 0 1 1 + 72 4 0.34617 0.75922 0.48875 0 0 0 + 538 13 0.05086 0.61422 0.61944 -1 0 0 + 410 14 0.24328 0.89033 0.22130 0 -1 -1 + 1564 13 0.41073 0.80229 0.84669 1 -1 0 + 3 3 0.29033 0.23461 0.26123 0 0 0 + 1767 14 0.17138 0.42774 0.26949 1 0 1 + 952 13 0.40192 0.56300 0.39403 0 0 0 + 194 14 0.03734 0.25823 0.45678 0 0 0 + 831 14 0.32754 0.64936 0.90864 0 -1 0 + 121 13 0.28910 0.94470 0.22428 0 0 0 + 1772 14 0.42647 0.67392 0.80591 1 1 -2 + 374 14 0.40561 0.75444 0.69581 -1 0 0 + 1912 13 0.25246 0.09228 0.41251 1 -1 -1 + 455 14 0.13196 0.86981 0.25746 0 -1 0 + 854 14 0.30397 0.05520 0.12404 -1 0 0 + 1604 14 0.05579 0.04929 0.11358 0 0 1 + 1927 13 0.19277 0.11095 0.48813 0 0 0 + 904 13 0.12533 0.32239 0.45843 0 0 -1 + 7 5 0.31290 0.29643 0.21530 0 0 0 + 134 14 0.01243 0.96946 0.67702 0 0 -1 + 1259 14 0.05670 0.22921 0.09395 1 0 0 + 41 4 0.28308 0.44912 0.49113 0 0 0 + 1249 13 0.22869 0.36021 0.71753 1 -1 1 + 1451 14 0.30968 0.34965 0.10610 1 0 1 + 857 14 0.06632 0.19129 0.27664 0 0 0 + 9 1 0.32028 0.36749 0.27384 0 0 0 + 1736 14 0.11917 0.96559 0.07755 1 0 1 + 1187 14 0.11247 0.49062 0.13636 1 -1 0 + 671 14 0.05525 0.98606 0.87730 0 -1 -1 + 655 13 0.07592 0.38781 0.12214 0 0 0 + 775 13 0.14670 0.17025 0.42192 0 1 0 + 665 14 0.04162 0.41273 0.26553 0 -1 1 + 739 13 0.27251 0.65502 0.23580 0 1 -1 + 1463 14 0.22960 0.21967 0.99904 1 0 1 + 1414 13 0.07489 0.96075 0.13055 1 0 0 + 203 14 0.44316 0.20807 0.75368 -1 1 0 + 11 7 0.39721 0.32958 0.23720 0 0 0 + 696 14 0.07780 0.40698 0.43461 0 0 0 + 1116 14 0.45599 0.95501 0.51150 -1 0 0 + 1830 14 0.22621 0.60790 0.09229 2 0 0 + 1467 14 0.40266 0.73386 0.06820 1 0 1 + 906 14 0.09258 0.31014 0.45828 0 0 -1 + 1173 14 0.46800 0.77369 0.09171 0 -2 0 + 1260 14 0.07272 0.28116 0.08376 1 0 0 + 1624 13 0.06883 0.45453 0.63166 1 -1 0 + 1251 14 0.26229 0.35993 0.72722 1 -1 1 + 1458 14 0.29318 0.78559 0.18264 0 0 0 + 616 13 0.25468 0.57166 0.36963 1 -1 0 + 1914 14 0.22748 0.07880 0.39207 1 -1 -1 + 88 13 0.13504 0.42883 0.92953 -1 -1 -1 + 918 14 0.03203 0.02923 0.23513 0 1 0 + 285 14 0.00423 0.20392 0.34577 0 1 0 + 801 14 0.26440 0.72390 0.01765 0 -1 1 + 439 13 0.08187 0.73413 0.17453 -1 0 0 + 342 14 0.08790 0.87376 0.47142 -1 -1 0 + 273 14 0.23559 0.19107 0.70159 -2 1 0 + 42 5 0.33646 0.53522 0.52084 0 0 0 + 1996 13 0.08843 0.66697 0.24668 0 -1 0 + 800 14 0.23559 0.68220 0.99548 0 -1 0 + 385 13 0.43247 0.20363 0.05864 0 1 0 + 661 13 0.14133 0.50254 0.45025 0 2 -1 + 1951 13 0.18197 0.05560 0.90019 1 0 0 + 271 13 0.24150 0.21180 0.72913 -2 1 0 + 596 14 0.08787 0.76432 0.59126 1 -1 0 + 1452 14 0.35824 0.32353 0.10166 1 0 1 + 272 14 0.22605 0.24205 0.72081 -2 1 0 + 1556 14 0.43883 0.02559 0.94283 -1 0 -1 + 1929 14 0.21564 0.10475 0.46242 0 0 0 + 1274 14 0.16662 0.86684 0.05206 0 0 0 + 595 13 0.11057 0.76732 0.61769 1 -1 0 + 1189 13 0.23369 0.87876 0.47212 -1 -1 -2 + 245 14 0.14996 0.06773 0.53330 0 1 0 + 62 5 0.36293 0.66234 0.50328 0 0 0 + 1936 13 0.28324 0.34947 0.52475 1 0 0 + 235 13 0.19702 0.80494 0.32493 0 0 -1 + 387 14 0.42744 0.23408 0.07509 0 1 0 + 573 14 0.27620 0.53794 0.06830 0 -1 0 + 386 14 0.46295 0.20760 0.04196 0 1 0 + 1374 14 0.07065 0.79626 0.50913 1 -1 0 + 1091 14 0.31736 0.09554 0.31672 0 0 0 + 1191 14 0.22332 0.84542 0.47418 -1 -1 -2 + 465 14 0.43178 0.18398 0.93041 0 0 -1 + 968 14 0.02685 0.66397 0.32179 0 1 -1 + 1953 14 0.20173 0.04832 0.87228 1 0 0 + 1785 14 0.05562 0.40917 0.00711 0 -1 0 + 1273 13 0.13436 0.85392 0.05601 0 0 0 + 1297 13 0.38010 0.47901 0.83275 1 1 -1 + 246 14 0.12253 0.06724 0.58133 0 1 0 + 225 14 0.26854 0.35340 0.59075 0 -1 -1 + 905 14 0.12440 0.34963 0.48034 0 0 -1 + 1054 13 0.27910 0.90414 0.72781 0 0 1 + 1949 14 0.19620 0.34079 0.88571 0 0 -1 + 1275 14 0.11549 0.88090 0.06779 0 0 0 + 515 14 0.14411 0.37109 0.58660 1 1 0 + 236 14 0.20759 0.78839 0.29600 0 0 -1 + 1746 14 0.42563 0.09001 0.67102 0 1 -1 + 1661 14 0.20368 0.52578 0.76279 1 -1 -1 + 1938 14 0.26171 0.35111 0.49724 1 0 0 + 1115 14 0.40465 0.94956 0.53134 -1 0 0 + 1055 14 0.28836 0.87312 0.71459 0 0 1 + 1770 14 0.17362 0.19464 0.87098 0 0 0 + 838 13 0.42806 0.05897 0.45690 -1 0 1 + 564 14 0.10258 0.58336 0.82461 1 0 -1 + 1621 13 0.33352 0.44847 0.58296 1 0 1 + 1165 13 0.08299 0.25102 0.29743 0 0 1 + 186 14 0.08477 0.37864 0.31161 0 1 1 + 1851 14 0.34935 0.63849 0.72341 0 -2 -1 + 835 13 0.24930 0.71893 0.55341 1 -1 -1 + 563 14 0.15277 0.56013 0.82452 1 0 -1 + 1814 14 0.11244 0.93883 0.67621 1 -1 0 + 61 11 0.23622 0.49007 0.71093 0 0 0 + 1125 14 0.29542 0.89694 0.83908 1 1 -1 + 1739 14 0.38659 0.29557 0.87141 0 1 0 + 987 14 0.18133 0.50714 0.02803 1 0 1 + 1580 14 0.06493 0.77928 0.83275 1 -1 -1 + 1595 14 0.13949 0.39588 0.05448 0 0 1 + 522 14 0.44981 0.63995 0.23637 -1 0 1 + 1915 13 0.28915 0.73290 0.79853 2 0 0 + 865 13 0.39341 0.77064 0.94516 0 -2 0 + 1744 13 0.42806 0.07739 0.63850 0 1 -1 + 120 14 0.12567 0.68246 0.88451 1 -2 -1 + 70 10 0.33610 0.68079 0.51961 0 0 0 + 669 14 0.27718 0.41907 0.77605 0 0 -1 + 1211 14 0.30794 0.08003 0.77741 0 -1 0 + 339 14 0.27955 0.80611 0.91174 0 -1 0 + 355 13 0.32377 0.53774 0.89432 0 -1 -1 + 303 14 0.17816 0.04145 0.32601 -1 1 0 + 114 14 0.30776 0.28365 0.70108 0 -1 0 + 514 13 0.17336 0.38832 0.57819 1 1 0 + 192 14 0.13900 0.05271 0.80940 1 1 0 + 167 14 0.29304 0.94129 0.95785 0 0 -1 + 1347 14 0.28358 0.77434 0.57905 0 -2 0 + 169 13 0.47859 0.98698 0.66551 0 0 0 + 1411 13 0.32040 0.83456 0.81110 -1 -1 -1 + 1238 14 0.05735 0.50551 0.86225 0 0 0 + 1493 14 0.21541 0.32661 0.97121 -1 -1 1 + 681 14 0.09941 0.20300 0.68882 0 0 1 + 1071 14 0.00262 0.78517 0.76023 1 0 -1 + 1210 13 0.33927 0.09553 0.77841 0 -1 0 + 86 14 0.40828 0.97726 0.75732 -1 -1 0 + 238 13 0.40986 0.13985 0.56582 0 0 0 + 1265 14 0.32844 0.17933 0.50046 0 0 0 + 434 14 0.10517 0.29879 0.90100 0 1 -1 + 1255 13 0.26449 0.00397 0.94654 1 0 0 + 1920 14 0.03906 0.22770 0.87429 1 1 -1 + 50 8 0.30518 0.52179 0.69906 0 0 0 + 1399 13 0.23692 0.67046 0.65557 1 0 0 + 1136 14 0.45792 0.34370 0.71754 0 0 0 + 920 14 0.09441 0.60495 0.43597 0 0 -1 + 972 14 0.44105 0.59572 0.84547 -2 1 -1 + 1924 13 0.27720 0.07078 0.06028 0 1 -1 + 1807 13 0.41730 0.58442 0.92332 -1 0 0 + 1171 13 0.47668 0.79403 0.11880 0 -2 0 + 1384 13 0.09910 0.13372 0.17034 0 1 0 + 587 14 0.32489 0.14248 0.89268 0 0 0 + 1320 14 0.34001 0.54527 0.96470 1 -1 -1 + 1632 14 0.25799 0.04949 0.55527 2 -1 0 + 337 13 0.26313 0.83624 0.90500 0 -1 0 + 578 14 0.43968 0.44452 0.73811 0 0 -1 + 1332 14 0.45059 0.57988 0.64415 1 0 -2 + 1170 14 0.33107 0.97435 0.57322 0 -2 -1 + 113 14 0.33183 0.26161 0.65643 0 -1 0 + 1459 13 0.35377 0.20222 0.62187 0 1 0 + 1813 13 0.14235 0.94001 0.69429 1 -1 0 + 85 13 0.38635 0.98545 0.73134 -1 -1 0 + 118 13 0.15231 0.70286 0.87466 1 -2 -1 + 1638 14 0.19342 0.74317 0.36211 1 -1 -1 + 1293 14 0.12905 0.43471 0.83101 0 -1 -1 + 701 14 0.44851 0.86923 0.55826 1 -1 -1 + 679 13 0.11866 0.22573 0.67048 0 0 1 + 1220 14 0.23527 0.12898 0.61939 0 0 1 + 433 13 0.07384 0.29256 0.88676 0 1 -1 + 301 13 0.19308 0.07308 0.32584 -1 1 0 + 503 14 0.33410 0.98758 0.90145 0 -1 -1 + 1350 14 0.18468 0.77833 0.49062 0 -1 1 + 1980 14 0.03358 0.48153 0.47819 2 0 -1 + 447 14 0.23388 0.02397 0.79573 -1 0 -1 + 445 13 0.26404 0.02797 0.81297 -1 0 -1 + 1226 14 0.13664 0.78634 0.96471 1 -1 -1 + 145 13 0.15163 0.30875 0.13820 1 0 -1 + 1049 14 0.42138 0.09282 0.38656 0 -1 0 + 521 14 0.49169 0.67412 0.22463 -1 0 1 + 836 14 0.23787 0.68865 0.54016 1 -1 -1 + 663 14 0.12007 0.47477 0.45061 0 2 -1 + 826 13 0.00366 0.22000 0.76973 0 0 -1 + 1050 14 0.40344 0.12834 0.34814 0 -1 0 + 349 13 0.37953 0.84208 0.11221 0 -2 1 + 46 7 0.35154 0.59088 0.59277 0 0 0 + 105 14 0.19858 0.24791 0.27895 0 -1 0 + 153 14 0.48322 0.08435 0.62356 0 1 1 + 1445 14 0.42656 0.86823 0.73344 1 0 -1 + 886 13 0.02120 0.32147 0.78713 0 0 0 + 1367 14 0.21489 0.62210 0.49009 0 -1 0 + 219 14 0.47254 0.55679 0.92116 0 0 0 + 883 13 0.38195 0.08126 0.04645 0 1 0 + 1916 14 0.32353 0.73459 0.80469 2 0 0 + 1859 14 0.00881 0.16208 0.67531 1 1 -1 + 635 14 0.02123 0.98970 0.80121 0 0 0 + 1877 14 0.08918 0.78019 0.27915 1 1 -1 + 1369 13 0.47075 0.50869 0.82208 0 0 0 + 1557 14 0.41690 0.03245 0.89252 -1 0 -1 + 1095 14 0.41956 0.51882 0.00247 -1 0 2 + 776 14 0.12155 0.18121 0.44361 0 1 0 + 247 13 0.43767 0.09617 0.74666 -1 1 -1 + 112 13 0.30617 0.28329 0.66615 0 -1 0 + 43 6 0.33457 0.58720 0.53717 0 0 0 + 1241 14 0.23681 0.82992 0.02361 0 -1 0 + 1400 14 0.24810 0.63768 0.66038 1 0 0 + 1258 13 0.07194 0.24918 0.06962 1 0 0 + 1318 13 0.35641 0.53915 0.99497 1 -1 -1 + 52 8 0.25801 0.50876 0.68386 0 0 0 + 660 14 0.00592 0.04579 0.39392 0 0 0 + 1994 14 0.35130 0.41304 0.04513 1 -1 0 + 1199 14 0.12816 0.05128 0.72501 0 0 -1 + 518 14 0.49137 0.86470 0.63672 -1 -1 -1 + 516 14 0.19910 0.36926 0.59223 1 1 0 + 611 14 0.20872 0.11798 0.69948 -1 1 0 + 123 14 0.29813 0.96850 0.20030 0 0 0 + 168 14 0.28269 0.88910 0.94272 0 0 -1 + 1738 13 0.42009 0.30558 0.87169 0 1 0 + 1937 14 0.31342 0.33769 0.51158 1 0 0 + 51 8 0.23993 0.52390 0.63938 0 0 0 + 869 14 0.17462 0.80271 0.72140 0 0 0 + 464 14 0.38709 0.17547 0.96185 0 0 -1 + 546 14 0.45969 0.99485 0.82525 1 0 -1 + 1492 13 0.23990 0.31275 0.99197 -1 -1 1 + 132 14 0.32896 0.37827 0.96447 1 -1 -1 + 777 14 0.12979 0.16165 0.39254 0 1 0 + 682 13 0.27711 0.92598 0.10984 -1 -1 -1 + 722 14 0.31262 0.63466 0.81966 0 0 1 + 1461 14 0.32298 0.18859 0.61243 0 1 0 + 131 14 0.29559 0.35334 0.00086 1 -1 0 + 191 14 0.18228 0.06139 0.77608 1 1 0 + 1815 14 0.14136 0.91165 0.71474 1 -1 0 + 575 14 0.37498 0.82914 0.98286 0 -2 -1 + 190 13 0.16464 0.03603 0.79246 1 1 0 + 623 14 0.43496 0.75685 0.99752 1 1 -1 + 398 14 0.33614 0.11308 0.99485 -1 0 0 + 239 14 0.38678 0.13180 0.54080 0 0 0 + 502 13 0.35059 0.99635 0.87188 0 -1 -1 + 1555 13 0.44458 0.04115 0.91204 -1 0 -1 + 1319 14 0.33402 0.51947 0.01326 1 -1 0 + 1668 14 0.48446 0.46610 0.39086 0 1 0 + 1716 14 0.20265 0.66027 0.76616 0 0 0 + 1566 14 0.41270 0.77236 0.82872 1 -1 0 + 565 13 0.37894 0.74136 0.63828 0 1 0 + 373 13 0.42931 0.75872 0.72116 -1 0 0 + 110 14 0.36455 0.10711 0.45613 0 0 0 + 1294 13 0.13371 0.38354 0.36578 1 2 -1 + 946 13 0.02586 0.52066 0.18434 0 0 1 + 1346 14 0.27039 0.81317 0.61616 0 -2 0 + 1659 14 0.47692 0.98430 0.29699 0 0 0 + 1093 13 0.45084 0.51003 0.01540 -1 0 2 + 667 13 0.26919 0.44529 0.79776 0 0 -1 + 651 14 0.06983 0.36054 0.54554 1 0 1 + 1421 14 0.40418 0.88996 0.14011 0 0 0 + 1993 13 0.36836 0.43909 0.06105 1 -1 0 + 543 14 0.45004 0.48504 0.30562 0 1 1 + 721 13 0.30119 0.62531 0.85135 0 0 1 + 781 13 0.19708 0.26118 0.05780 1 0 0 + 302 14 0.17050 0.09352 0.34303 -1 1 0 + 1944 14 0.11156 0.10169 0.65551 -1 1 0 + 1714 13 0.21763 0.64601 0.79436 0 0 0 + 65 3 0.42504 0.74233 0.54643 0 0 0 + 1377 14 0.01573 0.56722 0.29001 1 -1 0 + 567 14 0.39836 0.74479 0.60940 0 1 0 + 54 4 0.29856 0.60245 0.53195 0 0 0 + 1393 13 0.10644 0.18793 0.77099 1 -1 0 + 735 14 0.07871 0.53853 0.72393 -1 0 0 + 1756 13 0.32437 0.08145 0.68437 0 1 1 + 463 13 0.40250 0.19947 0.94161 0 0 -1 + 185 14 0.04884 0.33674 0.30813 0 1 1 + 1677 14 0.02842 0.24226 0.94939 1 0 -1 + 1771 13 0.42618 0.70886 0.80444 1 1 -2 + 493 13 0.33783 0.41573 0.90489 -1 1 0 + 1543 13 0.06162 0.67519 0.89724 1 0 0 + 542 14 0.42840 0.53561 0.31142 0 1 1 + 1917 14 0.28452 0.70186 0.78310 2 0 0 + 1837 13 0.03830 0.81126 0.93452 1 -1 0 + 1061 14 0.38106 0.89577 0.39255 -1 0 1 + 1060 13 0.34719 0.89565 0.40125 -1 0 1 + 1623 14 0.32702 0.47809 0.60039 1 0 1 + 885 14 0.39729 0.11265 0.04491 0 1 0 + 1330 13 0.48374 0.57523 0.65427 1 0 -2 + 418 13 0.19984 0.39064 0.17901 -1 2 0 + 1345 13 0.29560 0.79047 0.60766 0 -2 0 + 1256 14 0.25916 0.00986 0.98060 1 0 0 + 362 14 0.28013 0.72554 0.92789 0 -1 0 + 576 14 0.34542 0.87409 0.99572 0 -2 -1 + 216 14 0.25992 0.94253 0.67740 0 0 0 + 1340 14 0.43311 0.28024 0.69300 -1 -1 -2 + 1581 14 0.10982 0.75734 0.85646 1 -1 -1 + 562 13 0.12847 0.57339 0.84589 1 0 -1 + 1348 13 0.21390 0.77040 0.47312 0 -1 1 + 783 14 0.18425 0.27925 0.08486 1 0 0 + 1133 14 0.00466 0.10244 0.55696 0 2 -1 + 1382 14 0.14447 0.27937 0.83422 0 0 1 + 1262 14 0.30881 0.79629 0.67563 1 -1 0 + 435 14 0.05499 0.32104 0.89427 0 1 -1 + 700 13 0.46850 0.84249 0.56868 1 -1 -1 + 1354 13 0.23424 0.22292 0.84744 1 0 0 + 1850 14 0.35071 0.62072 0.77577 0 -2 -1 + 738 14 0.07176 0.54033 0.36546 0 0 0 + 1315 13 0.15380 0.12286 0.96777 1 0 -1 + 426 14 0.24099 0.21218 0.56449 0 1 0 + 868 13 0.17138 0.83695 0.71503 0 0 0 + 214 13 0.24021 0.95618 0.65194 0 0 0 + 1797 14 0.41386 0.35613 0.04385 -1 0 1 + 672 14 0.10146 0.96050 0.86083 0 -1 -1 + 475 13 0.14066 0.67144 0.63209 0 0 0 + 1261 13 0.31081 0.81189 0.70687 1 -1 0 + 1395 14 0.12408 0.20837 0.79321 1 -1 0 + 103 13 0.18729 0.26550 0.30698 0 -1 0 + 60 11 0.20301 0.51415 0.62944 0 0 0 + 424 13 0.23559 0.24663 0.56725 0 1 0 + 1386 14 0.06939 0.14836 0.15912 0 1 0 + 57 11 0.37439 0.55795 0.67807 0 0 0 + 361 13 0.29593 0.74228 0.90156 0 -1 0 + 1413 14 0.30764 0.82248 0.78087 -1 -1 -1 + 852 14 0.20939 0.41920 0.01898 0 1 1 + 1878 14 0.07866 0.72624 0.27301 1 1 -1 + 1366 13 0.19621 0.64466 0.50919 0 -1 0 + 579 14 0.43503 0.39428 0.76077 0 0 -1 + 356 14 0.31344 0.56575 0.87611 0 -1 -1 + 1317 14 0.14392 0.14894 0.94667 1 0 -1 + 1331 14 0.48948 0.60076 0.67747 1 0 -2 + 940 13 0.07861 0.30526 0.20720 0 1 -1 + 699 14 0.29087 0.01655 0.47645 1 0 -1 + 1784 14 0.05775 0.35417 0.00167 0 -1 0 + 577 13 0.41625 0.42228 0.75149 0 0 -1 + 1355 14 0.24525 0.21568 0.81505 1 0 0 + 223 13 0.26401 0.35981 0.62483 0 -1 -1 + 399 14 0.29306 0.14754 0.99093 -1 0 0 + 357 14 0.33401 0.51477 0.87002 0 -1 -1 + 1018 13 0.38679 0.93431 0.25315 0 -1 0 + 1410 14 0.33084 0.35603 0.77407 1 0 1 + 1948 13 0.17586 0.33548 0.91366 0 0 -1 + 1446 14 0.39166 0.88071 0.69239 1 0 -1 + 703 13 0.31115 0.25852 0.91858 0 -1 -1 + 1007 14 0.25579 0.91954 0.52249 0 -2 -1 + 1168 13 0.36384 0.98558 0.56846 0 -2 -1 + 792 14 0.20613 0.86980 0.62608 0 -1 -1 + 1876 13 0.07275 0.75331 0.29434 1 1 -1 + 734 14 0.02518 0.53276 0.71128 -1 0 0 + 138 14 0.48537 0.85924 0.28506 0 -1 1 + 879 14 0.07819 0.43672 0.70306 0 -1 0 + 867 14 0.40899 0.77687 0.91447 0 -2 0 + 1062 14 0.34385 0.92211 0.42388 -1 0 1 + 659 14 0.02455 0.02465 0.34633 0 0 0 + 1950 14 0.15877 0.36569 0.91793 0 0 -1 + 58 11 0.25237 0.56418 0.57445 0 0 0 + 162 14 0.08922 0.99065 0.57469 -1 -1 0 + 1299 14 0.37698 0.45002 0.81343 1 1 -1 + 895 13 0.44336 0.10216 0.12726 0 1 0 + 1188 14 0.11323 0.43539 0.13920 1 -1 0 + 1781 14 0.00212 0.37926 0.88846 1 0 -1 + 48 8 0.33800 0.54605 0.66851 0 0 0 + 1202 14 0.46817 0.10272 0.91858 -1 -1 0 + 1401 14 0.20250 0.66729 0.65027 1 0 0 + 871 13 0.09268 0.61581 0.72623 0 -1 0 + 520 13 0.45678 0.67202 0.22428 -1 0 1 + 146 14 0.17021 0.33414 0.15348 1 0 -1 + 1124 14 0.24031 0.90073 0.84193 1 1 -1 + 64 1 0.43576 0.71589 0.51227 0 0 0 + 1626 14 0.04081 0.43436 0.63718 1 -1 0 + 873 14 0.09927 0.61484 0.69190 0 -1 0 + 1200 14 0.09407 0.01906 0.69571 0 0 -1 + 1660 13 0.21820 0.53759 0.79233 1 -1 -1 + 49 8 0.26950 0.55173 0.60774 0 0 0 + 1838 14 0.06293 0.81057 0.90970 1 -1 0 + 1666 13 0.48149 0.49377 0.41203 0 1 0 + 934 13 0.31534 0.33927 0.84212 0 0 0 + 1008 14 0.25244 0.93435 0.57568 0 -2 -1 + 338 14 0.22913 0.82820 0.90635 0 -1 0 + 1412 14 0.29503 0.82849 0.83438 -1 -1 -1 + 1631 14 0.24053 0.07150 0.50763 2 -1 0 + 790 13 0.21255 0.83617 0.61897 0 -1 -1 + 56 4 0.38847 0.57565 0.59996 0 0 0 + 1758 14 0.35476 0.07615 0.66789 0 1 1 + 1219 13 0.21720 0.15099 0.63969 0 0 1 + 1298 14 0.41317 0.48928 0.82789 1 1 -1 + 135 14 0.05400 0.96639 0.64067 0 0 -1 + 1420 13 0.42039 0.91805 0.15318 0 0 0 + 1186 13 0.13422 0.46336 0.13888 1 -1 0 + 872 14 0.05897 0.62485 0.72844 0 -1 0 + 467 14 0.45815 0.60971 0.04758 -1 0 0 + 1586 14 0.15304 0.92919 0.31439 1 -1 0 + 603 14 0.10854 0.13043 0.86518 0 -1 -1 + 450 14 0.39150 0.22571 0.50868 0 0 -1 + 1503 14 0.12810 0.22785 0.60788 1 0 0 + 1381 13 0.12694 0.28725 0.80500 0 0 1 + 896 14 0.43615 0.06819 0.13135 0 1 0 + 1408 13 0.32599 0.37655 0.74617 1 0 1 + 224 14 0.27719 0.33167 0.64087 0 -1 -1 + 1622 14 0.30369 0.43033 0.58507 1 0 1 + 119 14 0.17512 0.68092 0.85979 1 -2 -1 + 473 14 0.43786 0.39389 0.62038 0 1 0 + 130 13 0.32722 0.36795 0.99784 1 -1 -1 + 884 14 0.40439 0.06142 0.06451 0 1 0 + 1218 14 0.01847 0.99204 0.98845 1 -1 -1 + 423 14 0.17058 0.88181 0.81448 -1 -2 0 + 850 13 0.22321 0.44574 0.00087 0 1 1 + 1880 14 0.02569 0.91468 0.59906 0 -1 -1 + 539 14 0.05409 0.59562 0.59001 -1 0 0 + 1433 14 0.37291 0.04673 0.20913 1 0 0 + 602 14 0.09536 0.13125 0.81147 0 -1 -1 + 397 13 0.32614 0.14331 0.98040 -1 0 0 + 1933 13 0.23014 0.43257 0.88413 1 1 0 + 866 14 0.36304 0.75553 0.93667 0 -2 0 + 1114 13 0.43039 0.93160 0.51592 -1 0 0 + 698 14 0.34224 0.99745 0.46898 1 -1 -1 + 215 14 0.20893 0.96113 0.66676 0 0 0 + 1123 13 0.26879 0.91852 0.83215 1 1 -1 + 1120 13 0.13427 0.47028 0.55183 0 -1 0 + 760 13 0.00782 0.17924 0.11822 0 1 1 + 1221 14 0.18435 0.14885 0.62787 0 0 1 + 1769 14 0.13619 0.21172 0.90796 0 0 0 + 1281 14 0.38754 0.36404 0.48947 -1 0 1 + 684 14 0.30159 0.91092 0.12976 -1 -1 -1 + 449 14 0.43294 0.22265 0.47218 0 0 -1 + 1409 14 0.35810 0.38746 0.73762 1 0 1 + 1444 13 0.40090 0.85473 0.71389 1 0 -1 + 476 14 0.11304 0.65239 0.62226 0 0 0 + 1687 13 0.37486 0.37556 0.64638 0 0 0 + 264 14 0.10847 0.19626 0.52799 0 1 -1 + 986 14 0.13823 0.52461 0.99809 1 0 0 + 384 14 0.12396 0.31849 0.75038 0 0 0 + 1849 13 0.33081 0.63836 0.75306 0 -2 -1 + 1573 13 0.39338 0.92954 0.64503 1 0 -1 + 1240 13 0.24771 0.85996 0.03781 0 -1 0 + 1341 14 0.41814 0.23335 0.66775 -1 -1 -2 + 837 14 0.24090 0.71738 0.58732 1 -1 -1 + 477 14 0.13364 0.70369 0.62052 0 0 0 + 723 14 0.26729 0.63391 0.85133 0 0 1 + 970 13 0.44058 0.60437 0.81159 -2 1 -1 + 1006 13 0.27032 0.94064 0.54629 0 -2 -1 + 1662 14 0.23904 0.51156 0.80287 1 -1 -1 + 566 14 0.34865 0.75695 0.63038 0 1 0 + 1757 14 0.33338 0.09563 0.71504 0 1 1 + 1292 14 0.14600 0.41361 0.78278 0 -1 -1 + 1237 13 0.07077 0.47604 0.84904 0 0 0 + 1574 14 0.37880 0.95062 0.66883 1 0 -1 + 1839 14 0.05270 0.79448 0.96162 1 -1 0 + 851 14 0.21884 0.43671 0.96737 0 1 0 + 1225 13 0.16872 0.78863 0.95098 1 -1 -1 + 1316 14 0.16888 0.09958 0.94648 1 0 -1 + 160 13 0.06147 0.96938 0.57498 -1 -1 0 + 830 14 0.31142 0.65385 0.96136 0 -1 0 + 1995 14 0.34586 0.46586 0.06063 1 -1 0 + 1291 13 0.15364 0.41423 0.81690 0 -1 -1 + 839 14 0.44219 0.02892 0.44593 -1 0 1 + 658 13 0.03538 0.03854 0.37653 0 0 0 + 1306 13 0.06594 0.54226 0.54663 0 -2 0 + 446 14 0.27748 0.99573 0.81473 -1 -1 -1 + 1035 14 0.10604 0.94171 0.79228 1 0 0 + 166 13 0.30046 0.90812 0.96608 0 0 -1 + 1637 14 0.18951 0.71931 0.41186 1 -1 -1 + 870 14 0.17946 0.85231 0.74539 0 0 0 + 705 14 0.32589 0.23004 0.93254 0 -1 -1 + 448 13 0.42538 0.23336 0.50460 0 0 -1 + 1675 13 0.01829 0.25887 0.97844 1 0 -1 + 1977 14 0.05166 0.78386 0.64291 0 0 0 + 1942 13 0.11975 0.11946 0.62653 -1 1 0 + 1460 14 0.37684 0.18781 0.59988 0 1 0 + 1122 14 0.15418 0.44217 0.55783 0 -1 0 + 1289 14 0.01611 0.69219 0.44721 1 0 0 + 204 14 0.46067 0.20864 0.80615 -1 1 0 + 736 13 0.07949 0.56002 0.39332 0 0 0 + 402 14 0.20733 0.19040 0.39495 1 1 1 + 1232 14 0.23868 0.02060 0.62611 0 0 0 + 610 13 0.20999 0.10604 0.73232 -1 1 0 + 1579 13 0.09162 0.78710 0.85394 1 -1 -1 + 139 13 0.43568 0.99363 0.00064 0 -2 0 + 254 14 0.44086 0.32066 0.80492 -1 -1 -1 + 140 14 0.43260 0.02273 0.01980 0 -1 0 + 1682 14 0.24112 0.72516 0.69430 0 -1 -1 + 2003 14 0.14231 0.95482 0.42919 2 1 1 + 504 14 0.32594 0.01153 0.85226 0 0 -1 + 1683 14 0.25242 0.75537 0.73923 0 -1 -1 + 383 14 0.16597 0.34020 0.72170 0 0 0 + 732 14 0.49251 0.11039 0.37610 0 2 0 + 702 14 0.46445 0.81829 0.54376 1 -1 -1 + 621 14 0.40374 0.67599 0.65555 -1 -1 -1 + 694 13 0.06855 0.43050 0.45879 0 0 0 + 1636 13 0.17748 0.71709 0.37910 1 -1 -1 + 363 14 0.28105 0.72926 0.87271 0 -1 0 + 1594 13 0.17201 0.38790 0.06457 0 0 1 + 494 14 0.35619 0.43353 0.88103 -1 1 0 + 47 8 0.31777 0.56274 0.62205 0 0 0 + 1494 14 0.22459 0.31055 0.02333 -1 -1 2 + 1768 13 0.14596 0.18374 0.88939 0 0 0 + 1296 14 0.14265 0.35721 0.38699 1 2 -1 + 1681 13 0.22734 0.74918 0.71566 0 -1 -1 + 1935 14 0.21435 0.46158 0.89563 1 1 0 + 1198 13 0.11039 0.04998 0.69492 0 0 -1 + 657 14 0.04232 0.37976 0.12753 0 0 0 + 733 13 0.05640 0.51761 0.70697 -1 0 0 + 601 13 0.09835 0.10975 0.83889 0 -1 -1 + 545 14 0.40743 0.98145 0.83745 1 0 -1 + 791 14 0.20662 0.81955 0.64917 0 -1 -1 + 1121 14 0.10689 0.46636 0.57323 0 -1 0 + 427 13 0.23425 0.98603 0.03917 -1 -1 0 + 544 13 0.43459 0.97168 0.81772 1 0 -1 + 1715 14 0.21736 0.61163 0.78799 0 0 0 + 683 14 0.26366 0.89969 0.09111 -1 -1 -1 + 668 14 0.25905 0.42947 0.82725 0 0 -1 + 1144 13 0.07654 0.53500 0.29612 0 1 -1 + 612 14 0.19480 0.13114 0.75136 -1 1 0 + 704 14 0.28646 0.26777 0.94156 0 -1 -1 + 574 13 0.37003 0.85264 0.00828 0 -2 0 + 942 14 0.08971 0.33224 0.22649 0 1 -1 + 1094 14 0.44411 0.48388 0.03762 -1 0 2 + 268 13 0.05908 0.61297 0.99927 0 0 0 + 472 13 0.45688 0.41071 0.59634 0 1 0 + 935 14 0.32118 0.36554 0.86445 0 0 0 + 1689 14 0.36360 0.40544 0.63212 0 0 0 + 588 14 0.36622 0.17493 0.87541 0 0 0 + 270 14 0.03381 0.63500 0.00922 0 0 1 + 421 13 0.18880 0.85749 0.83178 -1 -2 0 + 737 14 0.09723 0.53861 0.41453 0 0 0 + 425 14 0.26726 0.26083 0.56301 0 1 0 + 1257 14 0.23313 0.00867 0.93182 1 0 0 + 1212 14 0.33919 0.11354 0.80839 0 -1 0 + 314 14 0.12174 0.55876 0.90830 -1 1 -1 + 315 14 0.09978 0.57195 0.95732 -1 1 -1 + 1166 14 0.11694 0.25661 0.29115 0 0 1 + 248 14 0.40754 0.08957 0.76314 -1 1 -1 + 1339 13 0.42465 0.24690 0.69933 -1 -1 -2 + 428 14 0.20110 0.97640 0.04481 -1 -1 0 + 1394 14 0.07597 0.20442 0.76622 1 -1 0 + 1227 14 0.17225 0.75945 0.93204 1 -1 -1 + 420 14 0.22934 0.40899 0.17502 -1 2 0 + 782 14 0.22991 0.25354 0.06714 1 0 0 + 59 11 0.31646 0.50942 0.73479 0 0 0 + 382 13 0.13519 0.32407 0.71774 0 0 0 + 1328 14 0.09017 0.49935 0.04952 0 -1 0 + 1368 14 0.16357 0.64153 0.49704 0 -1 0 + 253 13 0.46312 0.33467 0.78188 -1 -1 -1 + 1231 13 0.25648 0.04953 0.61780 0 0 0 + 936 14 0.30484 0.31274 0.86235 0 0 0 + 55 4 0.35073 0.63003 0.60345 0 0 0 + 1356 14 0.26360 0.22679 0.86603 1 0 0 + 1740 14 0.42918 0.30482 0.90546 0 1 0 + 586 13 0.34194 0.15256 0.86386 0 0 0 + 262 13 0.09206 0.17712 0.50376 0 1 -1 + 680 14 0.13163 0.24760 0.69449 0 0 1 + 1943 14 0.09863 0.14733 0.62707 -1 1 0 + 1233 14 0.27561 0.05653 0.64623 0 0 0 + 1688 14 0.34567 0.35899 0.65618 0 0 0 + 1782 14 0.04675 0.40830 0.87350 1 0 -1 + 1329 14 0.05871 0.46283 0.07666 0 -1 0 + 141 14 0.41910 0.96909 0.01925 0 -2 0 + 1167 14 0.07971 0.25492 0.33202 0 0 1 + 919 13 0.09641 0.61994 0.46751 0 0 -1 + 313 13 0.12152 0.54927 0.94195 -1 1 -1 + 1540 13 0.41175 0.00880 0.11020 0 0 0 + 1984 13 0.48887 0.48295 0.71311 1 1 0 + 1542 14 0.37951 0.01370 0.12283 0 0 0 + 1538 14 0.45025 0.19812 0.38077 0 1 0 + 1034 14 0.15562 0.96537 0.79876 1 0 0 + 1918 13 0.01975 0.19862 0.87213 1 1 -1 + 2002 13 0.13954 0.92178 0.44030 2 1 1 + 1295 14 0.15724 0.38235 0.33994 1 2 -1 + 1263 14 0.34316 0.82512 0.70800 1 -1 0 + 87 14 0.35454 0.98335 0.74573 -1 -1 0 + 1090 13 0.32976 0.07604 0.34297 0 0 0 + 401 14 0.25814 0.17626 0.37828 1 1 1 + 948 14 0.02870 0.49577 0.20873 0 0 1 + 632 14 0.49094 0.94140 0.15807 -1 0 0 + 1780 13 0.02944 0.37870 0.86664 1 0 -1 + 636 14 0.04320 0.98176 0.75108 0 0 0 + 947 14 0.00074 0.50912 0.16292 0 0 1 + 284 14 0.00358 0.21373 0.40020 0 1 0 + 945 14 0.00024 0.97665 0.45849 0 0 0 + 283 13 0.00109 0.22970 0.36919 0 1 0 + 1976 14 0.02194 0.82559 0.62205 0 0 0 + 525 14 0.49490 0.08318 0.01050 0 1 0 + 1985 14 0.49604 0.51664 0.70709 1 1 0 + 1978 13 0.00118 0.49275 0.48509 2 0 -1 + 1733 14 0.63465 0.65602 0.47949 1 0 0 + 376 13 0.89457 0.70313 0.08597 -1 0 1 + 891 14 0.82173 0.52784 0.46159 0 0 0 + 902 14 0.60575 0.63772 0.69130 0 -1 0 + 1518 14 0.66204 0.91492 0.99179 0 0 0 + 207 14 0.99503 0.29237 0.35009 0 0 0 + 1417 13 0.85424 0.72387 0.57360 -1 0 0 + 1099 13 0.59259 0.28908 0.43415 0 0 1 + 1012 13 0.61789 0.02611 0.50394 0 0 0 + 758 14 0.51720 0.06211 0.53433 -2 0 1 + 822 14 0.65324 0.25737 0.00076 -1 -1 0 + 633 14 0.54432 0.92911 0.16574 -1 0 0 + 844 13 0.86014 0.98401 0.24510 -1 -1 0 + 1673 14 0.77395 0.58784 0.71539 0 1 1 + 961 13 0.59131 0.80141 0.45459 0 0 -1 + 115 13 0.75421 0.67627 0.17974 1 0 -1 + 452 14 0.71635 0.69794 0.27770 -1 0 0 + 1336 13 0.89132 0.15384 0.33038 1 1 0 + 1205 14 0.69180 0.26774 0.60902 0 -1 0 + 1821 14 0.52070 0.88323 0.76416 0 -1 0 + 228 14 0.78143 0.33348 0.20251 -2 1 0 + 1655 14 0.55168 0.47867 0.00506 1 -1 -1 + 334 13 0.78778 0.12486 0.03180 0 0 0 + 1774 13 0.95793 0.95136 0.36615 0 -2 0 + 1027 13 0.53279 0.98634 0.04592 1 0 1 + 1692 14 0.51975 0.48232 0.19088 0 0 1 + 1686 14 0.60472 0.45422 0.60635 0 0 -1 + 1077 14 0.84290 0.86366 0.10172 1 0 0 + 1881 14 0.99138 0.87845 0.57520 -1 -1 -1 + 1313 14 0.54455 0.49019 0.50924 1 1 -1 + 1491 14 0.80656 0.97287 0.88704 -1 0 0 + 1140 14 0.54248 0.97236 0.36805 0 0 0 + 1162 13 0.51614 0.25481 0.85803 1 0 -1 + 1708 13 0.75235 0.99281 0.22181 0 0 2 + 165 14 0.96806 0.39961 0.04920 -2 0 2 + 813 14 0.89191 0.89116 0.53212 0 -2 -1 + 1931 14 0.52076 0.38703 0.07975 0 0 0 + 1405 13 0.69847 0.04467 0.44376 0 0 0 + 1602 14 0.94107 0.69721 0.97974 0 0 -2 + 1712 14 0.67083 0.51382 0.57023 1 0 1 + 1706 14 0.58913 0.13324 0.95697 1 1 0 + 1794 14 0.77739 0.88512 0.86020 0 -1 0 + 486 14 0.76887 0.24767 0.17004 -1 1 1 + 377 14 0.86160 0.69228 0.08169 -1 0 1 + 560 14 0.77710 0.22302 0.08680 -1 0 0 + 500 14 0.70384 0.78748 0.23691 -1 1 0 + 380 14 0.61369 0.28031 0.16669 -1 1 2 + 1532 14 0.89700 0.65405 0.17189 -1 1 1 + 1554 14 0.82819 0.58437 0.19137 -1 0 -2 + 1159 13 0.71324 0.82732 0.06770 0 0 2 + 1903 13 0.99461 0.90492 0.07000 0 0 0 + 1805 14 0.68816 0.21905 0.69600 0 0 -1 + 1990 13 0.69358 0.07151 0.26400 1 0 1 + 779 14 0.91190 0.63909 0.36945 -1 0 0 + 156 14 0.88699 0.74411 0.63977 -1 0 1 + 688 13 0.93020 0.19523 0.70880 0 1 0 + 1206 14 0.73818 0.24849 0.63221 0 -1 0 + 1743 14 0.52595 0.64706 0.71805 0 0 0 + 444 14 0.78292 0.45979 0.32616 -1 0 0 + 743 14 0.77929 0.99419 0.06842 0 0 0 + 1747 13 0.91768 0.29790 0.55778 1 1 -1 + 18 9 0.51620 0.16096 0.20202 0 0 0 + 1440 14 0.85796 0.11756 0.23786 -1 0 0 + 1161 14 0.71684 0.85649 0.04874 0 0 2 + 1196 14 0.73991 0.87005 0.31339 -2 -2 0 + 928 13 0.58565 0.03518 0.12822 -1 1 1 + 1155 14 0.60035 0.40326 0.02249 0 1 1 + 278 14 0.74589 0.55631 0.32302 -1 0 0 + 1455 14 0.83930 0.44457 0.06461 0 0 1 + 195 14 0.99390 0.29187 0.45044 -1 0 0 + 242 14 0.69257 0.00032 0.07571 -1 1 1 + 534 14 0.88121 0.18533 0.16465 0 2 1 + 1471 13 0.98350 0.18289 0.46248 -1 0 0 + 443 14 0.80784 0.43748 0.28211 -1 0 0 + 164 14 0.97237 0.40778 0.10374 -2 0 2 + 874 13 0.67614 0.44401 0.21649 -1 1 0 + 842 14 0.91488 0.67464 0.46505 0 0 0 + 644 14 0.57893 0.40871 0.19769 -1 0 0 + 431 14 0.81963 0.29982 0.36057 0 0 1 + 1991 14 0.67670 0.08040 0.23469 1 0 1 + 481 13 0.92768 0.97140 0.15559 0 0 1 + 629 14 0.73717 0.34149 0.05706 0 -1 0 + 1607 14 0.58596 0.84670 0.36729 1 0 -1 + 554 14 0.97180 0.92066 0.66139 -1 -1 0 + 460 13 0.74175 0.63031 0.33676 -1 0 2 + 189 14 0.63299 0.97760 0.01568 -1 -1 1 + 1793 14 0.74293 0.88133 0.90330 0 -1 0 + 1005 14 0.91399 0.44340 0.18173 0 0 1 + 347 14 0.71315 0.78817 0.45477 0 0 2 + 1174 13 0.69238 0.40657 0.41964 2 -2 1 + 990 14 0.89568 0.84106 0.22893 -1 -2 -1 + 1376 14 0.96098 0.56727 0.28215 0 -1 0 + 864 14 0.75282 0.13692 0.37094 -1 0 0 + 1646 14 0.98409 0.05744 0.18263 -1 1 0 + 1833 14 0.93696 0.36102 0.30405 0 1 1 + 903 14 0.62668 0.58772 0.68029 0 -1 0 + 1485 14 0.85816 0.58376 0.40272 0 0 0 + 1719 14 0.62572 0.90261 0.12854 1 -1 -1 + 1946 14 0.95113 0.88532 0.82865 1 1 0 + 1592 14 0.74826 0.78534 0.16551 -1 0 1 + 1800 14 0.67227 0.33900 0.24130 -1 0 -1 + 1674 14 0.79736 0.63377 0.73541 0 1 1 + 1612 13 0.72694 0.24873 0.36965 0 0 0 + 187 13 0.63169 0.01059 0.02722 -1 0 1 + 1338 14 0.87940 0.14887 0.29788 1 1 0 + 832 13 0.80272 0.11402 0.40408 0 0 1 + 1559 14 0.68400 0.35264 0.82766 0 -1 -1 + 1284 14 0.68113 0.12812 0.16104 0 1 -1 + 1615 13 0.66000 0.42124 0.10471 -1 0 0 + 1945 13 0.93004 0.89126 0.80139 1 1 0 + 843 14 0.95320 0.69206 0.50093 0 0 0 + 1531 13 0.91624 0.67886 0.18729 -1 1 1 + 1570 13 0.70181 0.32956 0.71895 1 -1 0 + 724 13 0.55771 0.41115 0.62571 0 0 0 + 1080 14 0.51517 0.81174 0.85696 0 -1 -1 + 1641 14 0.75304 0.92462 0.18545 0 -1 1 + 898 13 0.96755 0.51308 0.58835 0 0 1 + 1520 14 0.77754 0.34466 0.29089 -1 1 0 + 292 13 0.81312 0.35588 0.47519 -1 0 1 + 1076 14 0.81249 0.89683 0.13386 1 0 0 + 548 14 0.71142 0.30231 0.93101 0 0 -2 + 499 13 0.73119 0.80695 0.22714 -1 1 0 + 537 14 0.77034 0.74680 0.80695 -1 0 0 + 881 14 0.57963 0.36822 0.44196 0 0 -1 + 1478 14 0.91928 0.82804 0.32918 -1 -1 1 + 1685 14 0.65924 0.45899 0.61436 0 0 -1 + 1512 14 0.67297 0.25786 0.31307 1 1 1 + 1215 14 0.78938 0.79670 0.35327 -1 -1 1 + 117 14 0.72365 0.66682 0.16561 1 0 -1 + 1617 14 0.65678 0.38648 0.10259 -1 0 0 + 1696 13 0.85313 0.20278 0.40532 0 0 0 + 1560 14 0.67731 0.32086 0.87243 0 -1 -1 + 430 13 0.83238 0.30863 0.39192 0 0 1 + 1209 14 0.69224 0.31334 0.49201 0 0 0 + 325 13 0.91785 0.46763 0.33468 -1 0 1 + 1516 13 0.63174 0.91047 0.00866 0 0 1 + 381 14 0.66193 0.27534 0.19328 -1 1 2 + 841 13 0.92062 0.67945 0.49921 0 0 0 + 962 14 0.62487 0.80651 0.46299 0 0 -1 + 951 14 0.52601 0.76833 0.73322 1 0 -1 + 989 14 0.92910 0.81854 0.19105 -1 -2 -1 + 1051 13 0.58838 0.70250 0.43654 -1 1 1 + 1138 13 0.52349 0.95184 0.34705 0 0 0 + 116 14 0.76043 0.70812 0.16671 1 0 -1 + 1406 14 0.67442 0.06029 0.42375 0 0 0 + 794 14 0.81407 0.88996 0.25629 0 -1 0 + 689 14 0.94869 0.16576 0.71228 0 1 0 + 127 13 0.72698 0.48725 0.05676 1 0 1 + 1618 13 0.59353 0.15746 0.27978 0 1 0 + 1750 13 0.64717 0.00777 0.89451 0 1 0 + 1311 14 0.68445 0.62368 0.07436 0 0 0 + 1244 14 0.84720 0.26036 0.06430 0 1 -1 + 83 4 0.50271 0.70574 0.58217 0 0 0 + 294 14 0.83155 0.38343 0.46404 -1 0 1 + 511 13 0.90245 0.83449 0.57487 0 0 1 + 964 13 0.96070 0.11949 0.04614 0 0 0 + 731 14 0.52412 0.07444 0.34841 0 2 0 + 485 14 0.76366 0.23999 0.22457 -1 1 1 + 1057 13 0.95362 0.06555 0.43341 0 1 -1 + 327 14 0.90829 0.49289 0.31247 -1 0 1 + 484 13 0.77382 0.26354 0.20081 -1 1 1 + 1709 14 0.76557 0.00609 0.19228 0 1 2 + 1484 14 0.83173 0.61362 0.36440 0 0 0 + 1436 14 0.82753 0.02429 0.99669 0 0 0 + 471 14 0.57658 0.54401 0.56607 0 -1 0 + 1620 14 0.56816 0.17409 0.26237 0 1 0 + 1204 13 0.70607 0.25995 0.63999 0 -1 0 + 1483 13 0.85649 0.58922 0.36822 0 0 0 + 1404 14 0.85704 0.93054 0.97323 0 -1 1 + 1194 14 0.96070 0.38737 0.63968 -1 0 0 + 726 14 0.55941 0.37713 0.63360 0 0 0 + 833 14 0.82409 0.14061 0.39638 0 0 1 + 82 4 0.54170 0.67078 0.54098 0 0 0 + 1896 14 0.77759 0.53741 0.25664 1 0 1 + 453 14 0.67522 0.71153 0.31210 -1 0 0 + 2000 14 0.57808 0.01867 0.45090 0 2 0 + 1606 13 0.58043 0.87174 0.34352 1 0 -1 + 291 14 0.94948 0.53809 0.64762 -1 0 -1 + 944 14 0.97992 0.93971 0.49429 -1 0 0 + 1207 13 0.70620 0.31772 0.46024 0 0 0 + 709 13 0.82887 0.45079 0.21170 -2 0 0 + 926 14 0.76265 0.66002 0.49073 0 -1 0 + 793 13 0.84887 0.88797 0.25911 0 -1 0 + 1698 14 0.85350 0.23774 0.40598 0 0 0 + 336 14 0.75632 0.11250 0.02285 0 0 0 + 1734 14 0.64308 0.67222 0.53170 1 0 0 + 890 14 0.81383 0.47594 0.44418 0 0 0 + 1724 14 0.72387 0.36313 0.57017 -1 0 -1 + 1883 14 0.60903 0.31567 0.07823 1 -1 0 + 151 13 0.51768 0.08921 0.62700 0 1 1 + 1875 14 0.60135 0.79199 0.06203 1 0 1 + 1999 13 0.55944 0.00009 0.42786 0 2 0 + 415 13 0.64060 0.10751 0.93471 -1 0 -1 + 715 13 0.65530 0.73150 0.56990 0 0 0 + 927 14 0.77253 0.68185 0.54058 0 -1 0 + 1075 13 0.82907 0.89575 0.10309 1 0 0 + 645 14 0.59642 0.36038 0.17725 -1 0 0 + 1112 14 0.91105 0.02610 0.79388 -1 0 -1 + 1287 14 0.67112 0.12166 0.36857 0 0 1 + 1321 13 0.60457 0.85324 0.83605 1 0 0 + 126 14 0.63504 0.75099 0.86309 -1 -1 0 + 863 14 0.72877 0.18633 0.36460 -1 0 0 + 1699 13 0.55714 0.68275 0.24557 1 1 0 + 416 14 0.63601 0.07546 0.92150 -1 0 -1 + 1755 14 0.73885 0.50589 0.44437 0 1 -1 + 1002 14 0.86615 0.54333 0.25758 -1 1 1 + 1392 14 0.61049 0.73509 0.13540 0 0 1 + 1549 13 0.68931 0.55621 0.19012 0 1 0 + 1101 14 0.58634 0.26609 0.45975 0 0 1 + 1335 14 0.90226 0.79590 0.91093 0 -1 -1 + 1614 14 0.74806 0.27140 0.35344 0 0 0 + 1059 14 0.92382 0.04845 0.42689 0 1 -1 + 1616 14 0.62806 0.43248 0.11343 -1 0 0 + 370 13 0.71955 0.84757 0.41204 -1 -2 0 + 512 14 0.93131 0.82874 0.55598 0 0 1 + 666 14 0.99072 0.42430 0.24725 -1 -1 1 + 275 14 0.74749 0.52176 0.16837 -1 0 1 + 274 13 0.77092 0.50656 0.14733 -1 0 1 + 1887 14 0.55560 0.10297 0.27757 0 1 0 + 1029 14 0.50594 0.97574 0.02618 1 0 1 + 1894 13 0.79432 0.56690 0.24806 1 0 1 + 1874 14 0.57642 0.82709 0.09674 1 0 1 + 358 13 0.61991 0.09054 0.57829 -1 -1 -1 + 458 14 0.61318 0.53318 0.13618 0 0 1 + 26 11 0.51267 0.23778 0.14844 0 0 0 + 752 14 0.99787 0.78516 0.11259 -1 0 0 + 1285 13 0.64708 0.10302 0.38582 0 0 1 + 508 13 0.56163 0.54516 0.78834 -1 0 1 + 1100 14 0.56794 0.28248 0.41024 0 0 1 + 795 14 0.85998 0.92070 0.25379 0 -1 0 + 457 13 0.60339 0.51120 0.11080 0 0 1 + 1072 13 0.51453 0.42293 0.90803 -1 0 -2 + 417 14 0.65864 0.12463 0.91012 -1 0 -1 + 84 4 0.54469 0.73806 0.54259 0 0 0 + 1192 13 0.97603 0.41238 0.62063 -1 0 0 + 1443 14 0.67740 0.63540 0.61392 0 0 -1 + 742 13 0.81352 0.99541 0.06137 0 0 0 + 1892 14 0.51649 0.79659 0.17329 -1 1 0 + 1325 14 0.94946 0.03085 0.53705 -1 0 0 + 149 14 0.64112 0.23520 0.53505 -1 0 0 + 152 14 0.52413 0.08274 0.66075 0 1 1 + 432 14 0.83669 0.34330 0.39020 0 0 1 + 1671 14 0.67586 0.87529 0.52366 0 -1 2 + 174 14 0.92584 0.59604 0.95913 -1 0 -1 + 553 13 0.95616 0.95100 0.66903 -1 -1 0 + 208 13 0.77867 0.18717 0.85207 -1 0 0 + 862 13 0.72723 0.15320 0.35352 -1 0 0 + 1713 14 0.70999 0.54819 0.55166 1 0 1 + 1324 13 0.95058 0.06519 0.53053 -1 0 0 + 811 13 0.88601 0.92044 0.51393 0 -2 -1 + 359 14 0.61160 0.11336 0.60346 -1 -1 -1 + 205 13 0.98675 0.32618 0.34671 0 0 0 + 519 14 0.52823 0.90514 0.62866 -1 -1 -1 + 925 13 0.77029 0.69018 0.50669 0 -1 0 + 532 13 0.90668 0.20260 0.18127 0 2 1 + 1407 14 0.72600 0.04035 0.42262 0 0 0 + 1447 13 0.60335 0.31143 0.72306 1 0 0 + 1533 14 0.92644 0.69960 0.16104 -1 1 1 + 241 13 0.71927 0.98030 0.08619 -1 0 1 + 625 13 0.81582 0.52922 0.97421 0 0 0 + 1853 14 0.63617 0.69693 0.38887 1 -1 0 + 950 14 0.56538 0.80695 0.73747 1 0 -1 + 585 14 0.57023 0.10547 0.10859 1 0 1 + 335 14 0.78906 0.15675 0.01751 0 0 0 + 462 14 0.77073 0.64835 0.34433 -1 0 2 + 626 14 0.79050 0.51608 0.95398 0 0 0 + 209 14 0.77662 0.15264 0.85719 -1 0 0 + 690 14 0.90377 0.18655 0.68760 0 1 0 + 1947 14 0.94277 0.87101 0.77588 1 1 0 + 513 14 0.88535 0.80399 0.57425 0 0 1 + 1884 14 0.60588 0.33360 0.02600 1 -1 0 + 1558 13 0.66357 0.32758 0.84098 0 -1 -1 + 1841 14 0.80617 0.64503 0.06637 0 0 1 + 1571 14 0.66774 0.32188 0.72079 1 -1 0 + 1106 14 0.82852 0.71556 0.37874 0 0 -1 + 561 14 0.73041 0.19384 0.09211 -1 0 0 + 1105 13 0.81921 0.69799 0.34998 0 0 -1 + 552 14 0.87708 0.44951 0.38879 0 1 1 + 899 14 0.95478 0.51726 0.55607 0 0 1 + 1243 13 0.82044 0.24578 0.04716 0 1 -1 + 1517 14 0.61840 0.88111 0.99513 0 0 0 + 1831 13 0.92218 0.38257 0.28080 0 1 1 + 1510 13 0.66776 0.23669 0.28572 1 1 1 + 482 14 0.91747 0.95293 0.12771 0 0 1 + 1904 14 0.98226 0.89185 0.04001 0 0 0 + 1179 14 0.59845 0.45832 0.33252 0 -1 -1 + 1278 14 0.81311 0.84142 0.45628 -1 0 0 + 1245 14 0.83373 0.23694 0.01604 0 1 -1 + 1334 14 0.87766 0.76211 0.94716 0 -1 -1 + 1514 14 0.61167 0.64060 0.14825 -1 1 0 + 1441 13 0.69356 0.61363 0.59185 0 0 -1 + 876 14 0.68187 0.41304 0.23169 -1 1 0 + 1619 14 0.61407 0.18304 0.29189 0 1 0 + 483 14 0.90321 0.96505 0.17976 0 0 1 + 1213 13 0.77801 0.79717 0.32020 -1 -1 1 + 583 13 0.56010 0.13747 0.09877 1 0 1 + 931 13 0.77920 0.81782 0.96041 -1 -1 -1 + 807 14 0.55286 0.85309 0.21280 1 -1 0 + 559 13 0.74927 0.21890 0.10758 -1 0 0 + 550 13 0.84688 0.43624 0.40042 0 1 1 + 1028 14 0.53406 0.96323 0.07214 1 0 1 + 1283 14 0.72972 0.15454 0.16059 0 1 -1 + 1419 14 0.87985 0.70134 0.56589 -1 0 0 + 1375 13 0.98710 0.58669 0.29494 0 -1 0 + 1882 13 0.59743 0.34233 0.05879 1 -1 0 + 639 14 0.86978 0.76677 0.24256 -1 0 0 + 1323 14 0.58299 0.85278 0.80853 1 0 0 + 1589 14 0.68327 0.63266 0.99277 0 -1 -1 + 437 14 0.59444 0.28240 0.94739 0 1 -1 + 1640 14 0.74441 0.87058 0.19344 0 -1 1 + 107 14 0.95236 0.58584 0.16063 -1 -1 1 + 1778 14 0.99432 0.77214 0.30082 -1 -1 0 + 711 14 0.81020 0.47459 0.19415 -2 0 0 + 1333 13 0.87297 0.79201 0.92964 0 -1 -1 + 845 14 0.87727 0.00801 0.26390 -1 0 0 + 279 14 0.73574 0.51669 0.36025 -1 0 0 + 1047 14 0.92010 0.35590 0.10951 -1 0 -1 + 1700 14 0.55634 0.65030 0.25858 1 1 0 + 1749 14 0.90534 0.29925 0.59047 1 1 -1 + 1154 14 0.58006 0.40296 0.97104 0 1 0 + 1992 14 0.67682 0.08880 0.28936 1 0 1 + 1360 13 0.97860 0.84545 0.50915 -1 -1 -1 + 638 14 0.84825 0.71582 0.24203 -1 0 0 + 1435 13 0.83253 0.04610 0.96981 0 0 0 + 1802 14 0.77398 0.42179 0.01671 0 0 0 + 345 14 0.84520 0.32991 0.22447 -2 -1 1 + 848 14 0.81465 0.89659 0.03744 -1 -1 0 + 487 13 0.97060 0.53319 0.39549 -1 0 0 + 442 13 0.79728 0.43007 0.31461 -1 0 0 + 154 13 0.88986 0.74895 0.67428 -1 0 1 + 346 13 0.69774 0.77655 0.48393 0 0 2 + 958 13 0.70048 0.16169 0.57845 0 1 1 + 163 13 0.98852 0.39260 0.07669 -2 0 2 + 367 13 0.51557 0.58681 0.24222 -1 1 1 + 2001 14 0.52633 0.00988 0.43344 0 2 0 + 1613 14 0.71099 0.26770 0.39432 0 0 0 + 759 14 0.54318 0.01867 0.51204 -2 0 1 + 1591 13 0.75786 0.77027 0.13545 -1 0 1 + 251 14 0.91693 0.77703 0.81487 0 0 -1 + 1153 13 0.59626 0.42349 0.99426 0 1 0 + 231 14 0.73661 0.58491 0.43517 -1 0 0 + 1130 14 0.50921 0.94370 0.95971 0 0 0 + 1208 14 0.74070 0.31867 0.46588 0 0 0 + 1732 13 0.65407 0.64921 0.50776 1 0 0 + 1402 13 0.88294 0.93194 0.94978 0 -1 1 + 379 13 0.63890 0.29911 0.18199 -1 1 2 + 317 14 0.99410 0.30405 0.94660 0 1 0 + 643 13 0.58418 0.39168 0.16760 -1 0 0 + 1888 13 0.99385 0.54250 0.86304 0 0 -1 + 412 13 0.79187 0.05430 0.14413 0 1 -1 + 786 14 0.52379 0.04764 0.81115 -1 1 0 + 1972 13 0.91983 0.39802 0.49995 -1 0 0 + 1656 14 0.51092 0.51584 0.00917 1 -1 -1 + 1701 14 0.58614 0.69690 0.25907 1 1 0 + 847 13 0.80181 0.90262 0.00547 -1 -1 0 + 1748 14 0.95094 0.28769 0.56137 1 1 -1 + 27 10 0.52162 0.16164 0.16738 0 0 0 + 1600 13 0.92923 0.72843 0.99013 0 0 -2 + 1003 13 0.92846 0.43187 0.15206 0 0 1 + 1672 13 0.78803 0.60130 0.74443 0 1 1 + 1107 14 0.84523 0.70380 0.32734 0 0 -1 + 213 14 0.51505 0.55915 0.38129 -1 0 -2 + 468 14 0.50284 0.60974 0.01500 -1 0 0 + 1798 13 0.66403 0.36216 0.26618 -1 0 -1 + 909 14 0.94394 0.44275 0.96310 -1 1 -2 + 211 13 0.54344 0.57814 0.38880 -1 0 -2 + 1322 14 0.62857 0.87735 0.82797 1 0 0 + 106 13 0.93496 0.57803 0.13132 -1 -1 1 + 1197 14 0.77328 0.91353 0.32085 -2 -2 0 + 806 14 0.59144 0.88995 0.22733 1 -1 0 + 1885 13 0.52761 0.08276 0.27201 0 1 0 + 716 14 0.66608 0.75960 0.55210 0 0 0 + 1930 13 0.50367 0.39358 0.10955 0 0 0 + 451 13 0.69767 0.72524 0.28905 -1 0 0 + 1627 13 0.64682 0.90552 0.26474 1 0 0 + 517 13 0.51922 0.88004 0.65128 -1 -1 -1 + 1811 14 0.88677 0.16789 0.77406 0 1 -1 + 1718 14 0.62501 0.92279 0.07705 1 -1 -1 + 1777 13 0.96002 0.77297 0.30762 -1 -1 0 + 1011 14 0.68893 0.40181 0.48681 0 0 0 + 901 13 0.62183 0.61938 0.66624 0 -1 0 + 882 14 0.62407 0.39085 0.46587 0 0 -1 + 805 13 0.56215 0.88653 0.20853 1 -1 0 + 348 14 0.71931 0.75181 0.49599 0 0 2 + 555 14 0.93091 0.94239 0.69164 -1 -1 0 + 501 14 0.75511 0.80162 0.25209 -1 1 0 + 1418 14 0.82929 0.70414 0.58813 -1 0 0 + 815 14 0.59431 0.11949 0.20534 1 0 1 + 1551 14 0.66451 0.57693 0.17675 0 1 0 + 276 14 0.75248 0.49684 0.11925 -1 0 1 + 1044 14 0.85351 0.00165 0.42080 0 0 -2 + 1717 13 0.63538 0.93036 0.10958 1 -1 -1 + 227 14 0.77581 0.35158 0.15055 -2 1 0 + 551 14 0.83128 0.42357 0.37180 0 1 1 + 1010 14 0.68761 0.43777 0.52881 0 0 0 + 780 14 0.96148 0.66298 0.37499 -1 0 0 + 1009 13 0.67492 0.40687 0.51845 0 0 0 + 293 14 0.81901 0.33111 0.45122 -1 0 1 + 778 13 0.92938 0.66235 0.38885 -1 0 0 + 1425 14 0.54173 0.39026 0.24390 0 0 0 + 1862 14 0.90325 0.26048 0.93708 0 -1 0 + 378 14 0.89161 0.73400 0.10213 -1 0 1 + 1309 13 0.69238 0.63952 0.10452 0 0 0 + 1310 14 0.66501 0.66031 0.11096 0 0 0 + 175 13 0.83313 0.82460 0.72749 -1 -1 -1 + 1045 13 0.88901 0.34268 0.10048 -1 0 -1 + 1160 14 0.67909 0.82584 0.07509 0 0 2 + 1729 13 0.61214 0.51857 0.43383 0 1 0 + 1731 14 0.64637 0.51860 0.42664 0 1 0 + 280 13 0.96445 0.54086 0.04624 -1 0 0 + 730 13 0.52555 0.09942 0.37283 0 2 0 + 1804 13 0.67447 0.18690 0.69750 0 0 -1 + 1857 14 0.58113 0.48931 0.81142 1 0 0 + 1799 14 0.62996 0.35694 0.27208 -1 0 -1 + 1152 14 0.97177 0.06770 0.72578 -1 1 0 + 834 14 0.82222 0.09244 0.42349 0 0 1 + 1391 14 0.56899 0.70038 0.12390 0 0 1 + 893 14 0.93829 0.31620 0.87274 0 1 -1 + 1214 14 0.79572 0.77144 0.30448 -1 -1 1 + 344 14 0.82671 0.28920 0.25704 -2 -1 1 + 266 14 0.75229 0.87917 0.67927 -1 -1 1 + 949 13 0.55898 0.77536 0.72391 1 0 -1 + 631 13 0.52305 0.94941 0.14680 -1 0 0 + 1195 13 0.74717 0.90184 0.30074 -2 -2 0 + 1403 14 0.90569 0.90759 0.96037 0 -1 1 + 757 13 0.51132 0.03093 0.51963 -2 0 1 + 438 14 0.56490 0.32432 0.96810 0 1 -1 + 1519 13 0.75457 0.31941 0.29848 -1 1 0 + 960 14 0.71299 0.19333 0.57036 0 1 1 + 413 14 0.79799 0.04446 0.11113 0 1 -1 + 1052 14 0.59032 0.73738 0.43830 -1 1 1 + 226 13 0.78692 0.36142 0.18222 -2 1 0 + 1895 14 0.77433 0.59244 0.26113 1 0 1 + 277 13 0.74454 0.52157 0.32676 -1 0 0 + 900 14 0.97208 0.47855 0.59159 0 0 1 + 210 14 0.80314 0.19093 0.82737 -1 0 0 + 1593 14 0.74241 0.78952 0.11067 -1 0 1 + 1905 14 0.99054 0.93951 0.06684 0 0 0 + 637 13 0.84764 0.74592 0.25983 -1 0 0 + 827 14 0.97715 0.21293 0.74805 -1 0 -1 + 1932 14 0.52867 0.39443 0.13399 0 0 0 + 1365 14 0.57217 0.18571 0.75231 0 1 -1 + 628 13 0.74010 0.33157 0.09047 0 -1 0 + 1680 14 0.81928 0.57805 0.53818 0 0 0 + 366 14 0.84138 0.15771 0.08923 -1 1 0 + 1852 13 0.64961 0.67892 0.36207 1 -1 0 + 880 13 0.59452 0.39905 0.44908 0 0 -1 + 360 14 0.62022 0.05948 0.59436 -1 -1 -1 + 744 14 0.82759 0.97087 0.08192 0 0 0 + 1983 14 0.60637 0.20520 0.09704 0 0 0 + 1495 13 0.95488 0.85101 0.97277 0 0 0 + 1854 14 0.64203 0.64555 0.36924 1 -1 0 + 892 13 0.91785 0.33154 0.84887 0 1 -1 + 173 14 0.96122 0.60725 0.00014 -1 0 0 + 762 14 0.97771 0.19231 0.13031 -1 1 1 + 414 14 0.76404 0.07537 0.14198 0 1 -1 + 206 14 0.97237 0.33480 0.37740 0 0 0 + 820 13 0.68008 0.24351 0.01838 -1 -1 0 + 179 14 0.94209 0.15845 0.21050 -1 0 1 + 459 14 0.61651 0.52518 0.08156 0 0 1 + 1697 14 0.86965 0.19440 0.37566 0 0 0 + 1004 14 0.91225 0.44985 0.12683 0 0 1 + 630 14 0.74805 0.29755 0.08886 0 -1 0 + 461 14 0.71579 0.64923 0.35058 -1 0 2 + 198 14 0.78159 0.05649 0.33470 -2 1 1 + 1073 14 0.52148 0.43424 0.87568 -1 0 -2 + 1286 14 0.61746 0.12120 0.38197 0 0 1 + 1111 13 0.93908 0.00572 0.79856 -1 0 -1 + 1608 14 0.60119 0.86313 0.31672 1 0 -1 + 510 14 0.57256 0.57472 0.80349 -1 0 1 + 243 14 0.70411 0.95317 0.10223 -1 0 1 + 846 14 0.83023 0.99969 0.23603 -1 -1 0 + 710 14 0.81218 0.42060 0.20597 -2 0 0 + 1521 14 0.72329 0.33425 0.29358 -1 1 0 + 1437 14 0.83236 0.07796 0.98422 0 0 0 + 1337 14 0.92494 0.14434 0.32893 1 1 0 + 188 14 0.59829 0.01535 0.03643 -1 0 1 + 1832 14 0.89221 0.36682 0.27207 0 1 1 + 600 14 0.52933 0.03011 0.89981 -1 -2 -1 + 988 13 0.89906 0.81315 0.20813 -1 -2 -1 + 998 14 0.96421 0.49397 0.83767 0 0 -1 + 1511 14 0.69940 0.22359 0.27862 1 1 1 + 1282 13 0.71366 0.12598 0.14837 0 1 -1 + 1639 13 0.75614 0.89351 0.16979 0 -1 1 + 200 14 0.55160 0.23780 0.03490 -1 1 0 + 1803 14 0.81262 0.39293 0.98964 0 0 -1 + 1710 14 0.72135 0.00859 0.22541 0 1 2 + 1550 14 0.67170 0.53199 0.20819 0 1 0 + 326 14 0.93334 0.44363 0.31451 -1 0 1 + 1254 14 0.88146 0.63030 0.01119 -1 1 1 + 1806 14 0.65396 0.18477 0.66926 0 0 -1 + 717 14 0.62248 0.73913 0.57928 0 0 0 + 155 14 0.86079 0.73475 0.68757 -1 0 1 + 1184 14 0.65002 0.47566 0.26415 -1 0 -1 + 812 14 0.88526 0.94575 0.53806 0 -2 -1 + 1629 14 0.67282 0.88271 0.26995 1 0 0 + 929 14 0.56414 0.01096 0.14140 -1 1 1 + 1183 13 0.64307 0.49167 0.29445 -1 0 -1 + 981 14 0.90719 0.30269 0.44057 -1 1 1 + 1861 13 0.91546 0.23989 0.91159 0 -1 0 + 1185 14 0.67330 0.50673 0.30354 -1 0 -1 + 930 14 0.60928 0.01693 0.11001 -1 1 1 + 372 14 0.75117 0.86236 0.41427 -1 -2 0 + 1764 14 0.64758 0.51703 0.71835 0 1 -1 + 1889 14 0.97774 0.54175 0.89407 0 0 -1 + 713 14 0.94224 0.71073 0.66188 -1 0 -1 + 1628 14 0.66144 0.93683 0.27007 1 0 0 + 389 14 0.82254 0.77897 0.88714 -1 -1 1 + 1527 14 0.68587 0.06221 0.02621 0 2 2 + 1246 13 0.88867 0.55965 0.45856 1 0 1 + 1014 14 0.62136 0.04747 0.53140 0 0 0 + 963 14 0.57609 0.83242 0.46007 0 0 -1 + 1247 14 0.91421 0.55949 0.43469 1 0 1 + 180 14 0.98476 0.15217 0.24513 -1 0 1 + 939 14 0.51855 0.02580 0.70626 1 0 -1 + 980 14 0.92623 0.35194 0.45705 -1 1 1 + 1084 13 0.62244 0.16517 0.51016 -1 2 -1 + 232 13 0.77717 0.66012 0.60020 -1 0 0 + 80 2 0.52094 0.70531 0.54590 0 0 0 + 1864 13 0.88989 0.31530 0.00310 0 0 0 + 1599 14 0.84580 0.02675 0.33432 0 0 1 + 1300 13 0.54428 0.29274 0.63311 0 0 1 + 95 14 0.82141 0.19205 0.63954 -1 0 -1 + 774 14 0.85492 0.58338 0.60087 -1 0 -1 + 1987 13 0.76524 0.97220 0.74113 0 -1 -1 + 1711 13 0.69335 0.51844 0.54387 1 0 1 + 128 14 0.70992 0.50247 0.03030 1 0 1 + 1176 14 0.69779 0.37319 0.42856 2 -2 1 + 959 14 0.66665 0.16315 0.56974 0 1 1 + 1481 14 0.60345 0.66654 0.84304 0 1 -1 + 814 13 0.62583 0.10800 0.19547 1 0 1 + 706 13 0.76573 0.89681 0.61180 -1 0 -1 + 728 14 0.79703 0.31039 0.83142 -1 0 0 + 497 14 0.86023 0.28787 0.76755 0 0 -1 + 492 14 0.74695 0.93367 0.97853 -1 -1 -1 + 1643 14 0.58089 0.13114 0.84684 0 0 -1 + 1026 14 0.61355 0.38074 0.72409 1 0 0 + 1868 14 0.51893 0.63478 0.40125 1 0 1 + 1820 14 0.53933 0.88313 0.71209 0 -1 0 + 646 13 0.53766 0.30106 0.34668 0 0 0 + 1163 14 0.53950 0.27927 0.84913 1 0 -1 + 648 14 0.50325 0.30000 0.35280 0 0 0 + 1223 14 0.87023 0.19031 0.95874 1 1 -1 + 1982 14 0.64736 0.23685 0.07761 0 0 0 + 598 13 0.55216 0.03391 0.92603 -1 -2 -1 + 93 14 0.87746 0.01185 0.60040 0 0 0 + 913 13 0.84899 0.17703 0.51524 -1 1 -1 + 810 14 0.71138 0.43560 0.67334 0 -1 1 + 230 14 0.70956 0.59864 0.48142 -1 0 0 + 1081 13 0.92895 0.17799 0.57962 -1 0 -1 + 371 14 0.69886 0.86818 0.43128 -1 -2 0 + 1477 13 0.90546 0.85850 0.33937 -1 -1 1 + 353 14 0.97797 0.00418 0.90846 -1 0 1 + 1528 13 0.81659 0.62656 0.91578 -1 1 1 + 1396 13 0.85033 0.07613 0.51830 1 0 0 + 92 14 0.91949 0.97785 0.61209 0 -1 0 + 1022 14 0.96721 0.60515 0.70607 -1 -1 0 + 1690 13 0.52827 0.46717 0.22123 0 0 1 + 720 14 0.72033 0.76540 0.89675 0 0 -1 + 1819 13 0.55011 0.88160 0.74532 0 -1 0 + 984 14 0.84570 0.29929 0.67525 -1 1 0 + 932 14 0.81387 0.81701 0.95591 -1 -1 -1 + 933 14 0.77339 0.79655 0.98755 -1 -1 -1 + 809 14 0.75193 0.43962 0.63593 0 -1 1 + 727 13 0.78092 0.33214 0.85357 -1 0 0 + 1525 13 0.69107 0.09616 0.01963 0 2 2 + 1129 13 0.53938 0.94031 0.94235 0 0 0 + 859 13 0.70284 0.64141 0.80783 0 0 -1 + 1648 13 0.74768 0.42355 0.90007 0 0 0 + 1644 14 0.56228 0.08762 0.87545 0 0 -1 + 1314 14 0.55488 0.43840 0.49278 1 1 -1 + 773 14 0.89378 0.59081 0.63952 -1 0 -1 + 290 14 0.92899 0.52618 0.69759 -1 0 -1 + 143 14 0.93254 0.44900 0.67124 -1 0 0 + 556 13 0.70094 0.48860 0.74109 0 1 0 + 267 14 0.77295 0.85752 0.72578 -1 -1 1 + 129 14 0.70354 0.46556 0.07100 1 0 1 + 311 14 0.75919 0.54232 0.63268 -1 2 0 + 924 14 0.56773 0.13403 0.63424 -1 1 0 + 1021 13 0.98830 0.63091 0.71679 -1 -1 0 + 229 13 0.73916 0.60478 0.46383 -1 0 0 + 197 14 0.76989 0.05360 0.28072 -2 1 1 + 1236 14 0.60375 0.83202 0.89933 1 0 0 + 1486 13 0.56396 0.34554 0.83142 0 0 -1 + 142 13 0.91264 0.45320 0.69970 -1 0 0 + 558 14 0.71727 0.49409 0.77153 0 1 0 + 691 13 0.86172 0.96312 0.71817 -1 -1 0 + 1721 14 0.84867 0.07581 0.67661 -1 1 -1 + 1775 14 0.98102 0.94473 0.34073 0 -2 0 + 894 14 0.89292 0.30794 0.84220 0 1 -1 + 1488 14 0.55484 0.37817 0.84007 0 0 -1 + 343 13 0.84553 0.31868 0.25759 -2 -1 1 + 329 14 0.74208 0.69738 0.05152 -1 -1 0 + 1439 14 0.81486 0.10902 0.27145 -1 0 0 + 1865 14 0.87080 0.33898 0.98585 0 0 -1 + 614 14 0.73765 0.16756 0.28578 0 -1 -1 + 1126 13 0.71242 0.63858 0.91758 0 0 -1 + 536 14 0.72504 0.75425 0.77610 -1 0 0 + 1547 14 0.88971 0.66753 0.74515 0 0 0 + 322 13 0.77354 0.83220 0.52785 0 0 1 + 1301 14 0.54588 0.27731 0.60177 0 0 1 + 1665 14 0.80771 0.54418 0.76900 0 0 0 + 250 13 0.88818 0.76582 0.79842 0 0 -1 + 1846 13 0.99449 0.66800 0.06394 0 0 2 + 1754 14 0.70186 0.47051 0.42341 0 1 -1 + 1490 14 0.79861 0.01041 0.92688 -1 1 0 + 1151 14 0.92504 0.08597 0.70252 -1 1 0 + 1974 14 0.94856 0.41722 0.50531 -1 0 0 + 1497 14 0.94550 0.82155 0.98912 0 0 0 + 979 13 0.93454 0.32425 0.43737 -1 1 1 + 1844 14 0.92409 0.10296 0.87983 0 -1 0 + 1224 14 0.82332 0.18501 0.92992 1 1 -1 + 955 13 0.65837 0.23087 0.80817 0 1 -1 + 1812 14 0.89721 0.18929 0.82398 0 1 -1 + 144 14 0.91485 0.42262 0.71652 -1 0 0 + 183 14 0.59389 0.93711 0.74720 -1 -1 0 + 718 13 0.69403 0.78482 0.88433 0 0 -1 + 1252 13 0.85457 0.61587 0.02827 -1 1 1 + 1763 14 0.62318 0.50261 0.67085 0 1 -1 + 821 14 0.70418 0.23695 0.99391 -1 -1 -1 + 1730 14 0.60446 0.48499 0.43981 0 1 0 + 1848 14 0.96635 0.65352 0.07883 0 0 2 + 176 14 0.84988 0.84026 0.70109 -1 -1 -1 + 1127 14 0.74569 0.63704 0.92824 0 0 -1 + 148 13 0.64742 0.26811 0.54509 -1 0 0 + 1577 14 0.81573 0.73250 0.47277 1 -1 -1 + 1141 13 0.61476 0.23950 0.90031 1 2 -2 + 1900 13 0.93480 0.67457 0.28483 0 -1 1 + 1042 13 0.85606 0.99947 0.45561 0 -1 -2 + 1312 13 0.53012 0.46310 0.49247 1 1 -1 + 1522 13 0.73891 0.23670 0.94014 0 1 -1 + 974 14 0.68741 0.80689 0.36570 0 0 0 + 1897 13 0.81899 0.34739 0.64421 0 1 0 + 729 14 0.76953 0.35834 0.83340 -1 0 0 + 748 13 0.65789 0.76464 0.75288 0 -1 -1 + 1567 13 0.76552 0.97116 0.52616 1 -1 2 + 1552 13 0.84603 0.57797 0.16198 -1 0 -2 + 1523 14 0.77115 0.23737 0.95370 0 1 -1 + 365 14 0.81999 0.12172 0.12537 -1 1 0 + 352 13 0.99034 0.98102 0.88536 -1 -1 1 + 98 14 0.88833 0.04919 0.92300 -2 0 -1 + 1150 13 0.95827 0.09501 0.70861 -1 1 0 + 1529 14 0.81913 0.60343 0.94189 -1 1 1 + 977 14 0.72185 0.37245 0.76075 -1 0 0 + 1487 14 0.59855 0.34447 0.83646 0 0 -1 + 100 13 0.92203 0.79657 0.42854 -1 -1 0 + 1489 13 0.78222 0.99391 0.90075 -1 0 0 + 178 13 0.95394 0.13814 0.23639 -1 0 1 + 1177 13 0.57887 0.43427 0.34868 0 -1 -1 + 496 13 0.84768 0.28397 0.79996 0 0 -1 + 1969 13 0.78217 0.23355 0.57739 1 2 0 + 469 13 0.54172 0.54235 0.56841 0 -1 0 + 754 13 0.72562 0.11100 0.74073 -1 1 0 + 221 14 0.75488 0.77951 0.64384 0 0 0 + 1635 14 0.51400 0.42476 0.33355 1 0 1 + 1235 14 0.63934 0.81177 0.93650 1 0 0 + 1364 14 0.54653 0.22281 0.78434 0 1 -1 + 1845 14 0.96353 0.14172 0.87862 0 -1 0 + 1584 14 0.89933 0.54248 0.81635 1 -1 -1 + 1428 14 0.87690 0.53393 0.94468 0 0 -1 + 1234 13 0.60906 0.82904 0.93376 1 0 0 + 1561 13 0.57747 0.90791 0.46190 1 -2 1 + 1642 13 0.55149 0.11444 0.85577 0 0 -1 + 150 14 0.61600 0.28347 0.54497 -1 0 0 + 1096 13 0.83591 0.36292 0.93663 0 0 -1 + 1379 14 0.55141 0.81444 0.60408 -1 -1 1 + 768 14 0.93759 0.79354 0.72517 0 0 0 + 533 14 0.89258 0.23363 0.18909 0 2 1 + 997 13 0.93739 0.47511 0.82549 0 0 -1 + 1971 14 0.77519 0.26279 0.55951 1 2 0 + 1046 14 0.86630 0.35810 0.12215 -1 0 -1 + 1248 14 0.89540 0.58763 0.47842 1 0 1 + 627 14 0.82554 0.50249 0.99456 0 0 0 + 295 13 0.58246 0.67652 0.73975 -1 0 0 + 978 14 0.70668 0.42343 0.77593 -1 0 0 + 489 14 0.94960 0.51262 0.37654 -1 0 0 + 1108 13 0.62837 0.73276 0.01798 0 0 1 + 1043 14 0.86115 0.96545 0.46192 0 -1 -2 + 557 14 0.72003 0.50613 0.71761 0 1 0 + 708 14 0.75718 0.87255 0.58811 -1 0 -1 + 1670 14 0.71294 0.91175 0.50481 0 -1 2 + 914 14 0.84602 0.14239 0.51893 -1 1 -1 + 1098 14 0.85489 0.39072 0.92712 0 0 -1 + 1143 14 0.58612 0.22345 0.88826 1 2 -2 + 470 14 0.53395 0.56103 0.59694 0 -1 0 + 1378 13 0.57817 0.79341 0.61213 -1 -1 1 + 1013 14 0.64874 0.02780 0.48755 0 0 0 + 818 14 0.50926 0.38274 0.96323 0 -1 -2 + 674 14 0.79428 0.70415 0.73631 0 0 -1 + 259 13 0.91087 0.41494 0.89914 -1 3 -1 + 1530 14 0.82607 0.60868 0.88726 -1 1 1 + 479 14 0.84930 0.45996 0.68618 -1 0 1 + 1548 14 0.89760 0.68783 0.79599 0 0 0 + 1546 13 0.89213 0.65794 0.77869 0 0 0 + 875 14 0.67622 0.43709 0.18221 -1 1 0 + 749 14 0.64515 0.75304 0.78331 0 -1 -1 + 687 14 0.67867 0.72073 0.68797 -2 0 0 + 1513 13 0.60277 0.60870 0.15948 -1 1 0 + 1801 13 0.80842 0.41581 0.01575 0 0 0 + 1015 13 0.82031 0.03880 0.62674 -1 -1 -1 + 1454 14 0.82675 0.46826 0.11298 0 0 1 + 756 14 0.70429 0.13800 0.73447 -1 1 0 + 1039 13 0.96673 0.77347 0.86623 -1 -1 1 + 1082 14 0.90726 0.18182 0.55246 -1 0 -1 + 1389 14 0.79524 0.03083 0.78927 1 1 -1 + 590 14 0.62131 0.53127 0.99160 0 0 0 + 1253 14 0.85901 0.58143 0.02411 -1 1 1 + 1427 14 0.89844 0.55106 0.89671 0 0 -1 + 1479 14 0.88526 0.86836 0.31257 -1 -1 1 + 938 14 0.51016 0.07585 0.72825 1 0 -1 + 784 13 0.52516 0.01765 0.82908 -1 1 0 + 582 14 0.50566 0.54426 0.08729 -1 0 0 + 860 14 0.72724 0.61795 0.79901 0 0 -1 + 1390 13 0.60358 0.70142 0.12895 0 0 1 + 1826 14 0.81651 0.88800 0.38216 0 0 1 + 296 14 0.58378 0.71130 0.73641 -1 0 0 + 593 14 0.65546 0.01893 0.78476 0 1 0 + 1679 14 0.80275 0.52566 0.54455 0 0 0 + 1901 14 0.95727 0.64818 0.28951 0 -1 1 + 1175 14 0.68103 0.40509 0.38660 2 -2 1 + 1866 14 0.89356 0.32870 0.03520 0 0 0 + 318 14 0.94768 0.33053 0.96085 0 1 0 + 1131 14 0.55525 0.91312 0.95758 0 0 0 + 547 13 0.69721 0.33418 0.93340 0 0 -2 + 252 14 0.86209 0.77280 0.82064 0 0 -1 + 999 14 0.94262 0.47375 0.79094 0 0 -1 + 1720 13 0.86141 0.09956 0.69888 -1 1 -1 + 1380 14 0.57322 0.78542 0.64581 -1 -1 1 + 1271 14 0.70147 0.88871 0.76270 -1 -1 -1 + 1524 14 0.74285 0.22148 0.90891 0 1 -1 + 707 14 0.76004 0.92728 0.59560 -1 0 -1 + 509 14 0.57533 0.54619 0.75618 -1 0 1 + 1762 13 0.62251 0.52686 0.69603 0 1 -1 + 1788 14 0.83599 0.89116 0.63130 0 -2 0 + 124 13 0.61195 0.73543 0.84193 -1 -1 0 + 1654 13 0.54524 0.51298 0.00306 1 -1 -1 + 1109 14 0.66274 0.73790 0.01402 0 0 1 + 907 13 0.95098 0.44839 0.99689 -1 1 -2 + 1438 13 0.83283 0.13438 0.25543 -1 0 0 + 364 13 0.83895 0.15104 0.12347 -1 1 0 + 182 14 0.64293 0.93917 0.77270 -1 -1 0 + 725 14 0.52694 0.41486 0.60950 0 0 0 + 408 14 0.74394 0.09903 0.91034 -1 0 0 + 1326 14 0.91887 0.07687 0.53953 -1 0 0 + 159 14 0.56864 0.01520 0.64660 -1 -1 0 + 983 14 0.85139 0.24585 0.68830 -1 1 0 + 1041 14 0.99455 0.76253 0.84809 -1 -1 1 + 260 14 0.91416 0.43823 0.87326 -1 3 -1 + 1705 13 0.55951 0.14400 0.97213 1 1 0 + 817 13 0.51050 0.35753 0.98744 0 -1 -2 + 769 13 0.54751 0.17428 0.43148 0 0 0 + 1989 14 0.75957 0.93862 0.73319 0 -1 -1 + 976 13 0.72365 0.39507 0.78737 -1 0 0 + 755 14 0.70774 0.09064 0.76284 -1 1 0 + 297 14 0.59399 0.67038 0.77219 -1 0 0 + 1024 13 0.60545 0.41469 0.72195 1 0 0 + 265 13 0.74761 0.87849 0.71392 -1 -1 1 + 1786 13 0.86330 0.88332 0.65169 0 -2 0 + 312 14 0.72794 0.58679 0.64291 -1 2 0 + 816 14 0.61925 0.07877 0.17743 1 0 1 + 1678 13 0.80959 0.55488 0.56251 0 0 0 + 1193 14 0.99119 0.39521 0.59421 -1 0 0 + 570 14 0.67591 0.90383 0.69474 -2 0 0 + 94 13 0.85148 0.18724 0.65673 -1 0 -1 + 592 13 0.68339 0.03755 0.79459 0 1 0 + 531 14 0.73218 0.07592 0.49661 -1 0 0 + 584 14 0.54584 0.13285 0.06717 1 0 1 + 1017 14 0.79575 0.01450 0.63214 -1 -1 -1 + 530 14 0.72924 0.08920 0.55022 -1 0 0 + 99 14 0.92874 0.04823 0.96076 -2 0 -1 + 388 13 0.80744 0.78055 0.85564 -1 -1 1 + 1856 14 0.59742 0.44612 0.78096 1 0 0 + 1304 14 0.67194 0.86525 0.60892 0 0 0 + 1424 14 0.56960 0.40176 0.29027 0 0 0 + 535 13 0.74864 0.73010 0.78519 -1 0 0 + 1423 13 0.56349 0.37608 0.26732 0 0 0 + 1448 14 0.58636 0.29634 0.74964 1 0 0 + 320 14 0.96125 0.04052 0.28298 -1 1 1 + 1178 14 0.59838 0.42386 0.37578 0 -1 -1 + 234 14 0.79582 0.64105 0.62281 -1 0 0 + 331 13 0.98972 0.63629 0.83642 -1 -2 -1 + 1025 14 0.58891 0.41783 0.69130 1 0 0 + 1898 14 0.81485 0.37866 0.65931 0 1 0 + 808 13 0.71710 0.43893 0.63900 0 -1 1 + 1899 14 0.80201 0.35004 0.61376 0 1 0 + 549 14 0.66609 0.32880 0.94841 0 0 -2 + 647 14 0.54052 0.31594 0.31517 0 0 0 + 323 14 0.74528 0.81429 0.51768 0 0 1 + 591 14 0.62861 0.47654 0.99490 0 0 0 + 390 14 0.79194 0.81189 0.85490 -1 -1 1 + 220 13 0.77913 0.79053 0.62118 0 0 0 + 1563 14 0.61217 0.90362 0.46160 1 -2 1 + 1568 14 0.79105 0.97331 0.50236 1 -1 2 + 1753 13 0.71302 0.50356 0.42091 0 1 -1 + 956 14 0.67210 0.26280 0.81196 0 1 -1 + 391 13 0.66993 0.14174 0.84186 -1 0 0 + 685 13 0.70588 0.71579 0.66656 -2 0 0 + 1979 14 0.99270 0.51254 0.45753 1 0 -1 + 750 14 0.63132 0.78213 0.73835 0 -1 -1 + 1016 14 0.80246 0.06737 0.61734 -1 -1 -1 + 982 13 0.85817 0.27807 0.70009 -1 1 0 + 675 14 0.78070 0.70330 0.68271 0 0 -1 + 212 14 0.55979 0.55995 0.41380 -1 0 -2 + 1117 13 0.82271 0.70794 0.98057 -1 0 0 + 1578 14 0.86456 0.75531 0.46033 1 -1 -1 + 1823 14 0.57231 0.75790 0.00330 1 -1 0 + 177 14 0.85647 0.80207 0.74054 -1 -1 -1 + 181 13 0.61864 0.95943 0.75778 -1 -1 0 + 199 13 0.52433 0.22847 0.01509 -1 1 0 + 1158 14 0.73454 0.13302 0.63118 0 1 0 + 1387 13 0.81147 0.06161 0.78580 1 1 -1 + 849 14 0.78978 0.87155 0.99485 -1 -1 -1 + 772 13 0.87504 0.60796 0.61549 -1 0 -1 + 1725 14 0.76574 0.35347 0.53534 -1 0 -1 + 1840 13 0.79822 0.67192 0.08727 0 0 1 + 1277 14 0.83084 0.80257 0.42113 -1 0 0 + 1576 13 0.83721 0.73896 0.44593 1 -1 -1 + 1230 14 0.69162 0.49739 0.84700 0 0 0 + 1087 13 0.55960 0.93031 0.57432 -1 -1 0 + 222 14 0.80415 0.80451 0.64122 0 0 0 + 915 14 0.84574 0.18251 0.48086 -1 1 -1 + 823 13 0.98482 0.83897 0.15924 0 -1 1 + 1480 13 0.60575 0.63309 0.83309 0 1 -1 + 480 14 0.80308 0.47202 0.71406 -1 0 1 + 1305 14 0.63336 0.82931 0.59223 0 0 0 + 102 14 0.91270 0.82431 0.40940 -1 -1 0 + 1482 14 0.63967 0.62835 0.82604 0 1 -1 + 1792 13 0.74635 0.87214 0.86973 0 -1 0 + 1388 14 0.78626 0.08375 0.77594 1 1 -1 + 1582 13 0.88496 0.56876 0.83440 1 -1 -1 + 1118 14 0.83449 0.68769 0.95460 -1 0 0 + 1363 13 0.56865 0.22014 0.75739 0 1 -1 + 1526 14 0.66975 0.10326 0.99283 0 2 1 + 1787 14 0.88893 0.87527 0.62930 0 -2 0 + 1825 13 0.81463 0.91948 0.36703 0 0 1 + 158 14 0.60552 0.99132 0.68019 -1 -2 0 + 1113 14 0.92800 0.97357 0.79042 -1 -1 -1 + 1139 14 0.54493 0.92546 0.33883 0 0 0 + 324 14 0.77977 0.82103 0.56039 0 0 1 + 1569 14 0.75723 0.00440 0.53316 1 0 2 + 491 14 0.73086 0.95227 0.92899 -1 -1 -1 + 478 13 0.81445 0.45777 0.68422 -1 0 1 + 1669 13 0.68232 0.89683 0.49688 0 -1 2 + 922 13 0.58632 0.16335 0.63853 -1 1 0 + 613 13 0.75128 0.18634 0.25962 0 -1 -1 + 328 13 0.73505 0.70380 0.01787 -1 -1 0 + 1981 13 0.61594 0.23858 0.09287 0 0 0 + 1940 14 0.86574 0.90961 0.89059 0 0 0 + 1723 13 0.74425 0.33752 0.55785 -1 0 -1 + 1553 14 0.82525 0.55671 0.14356 -1 0 -2 + 1228 13 0.72561 0.49708 0.83875 0 0 0 + 975 14 0.67602 0.78150 0.31790 0 0 0 + 1973 14 0.91757 0.37754 0.52820 -1 0 0 + 1751 14 0.66589 0.99958 0.92289 0 0 0 + 923 14 0.56253 0.18773 0.64642 -1 1 0 + 97 13 0.92279 0.05381 0.92675 -2 0 -1 + 196 13 0.79665 0.05553 0.30315 -2 1 1 + 785 14 0.55170 0.00001 0.81467 -1 1 0 + 157 13 0.60228 0.00584 0.64854 -1 -1 0 + 673 13 0.80718 0.69690 0.70463 0 0 -1 + 1303 13 0.65720 0.85187 0.58017 0 0 0 + 889 13 0.79899 0.50131 0.46312 0 0 0 + 1272 14 0.70771 0.88176 0.81721 -1 -1 -1 + 1398 14 0.81665 0.07508 0.52768 1 0 0 + 1921 13 0.50708 0.67240 0.13196 1 0 2 + 1276 13 0.82059 0.83597 0.42256 -1 0 0 + 1149 14 0.86420 0.80542 0.14909 0 0 0 + 1902 14 0.92966 0.67568 0.25026 0 -1 1 + 1684 13 0.63053 0.47779 0.60766 0 0 -1 + 1110 14 0.62514 0.69824 0.02254 0 0 1 + 693 14 0.83048 0.97630 0.72674 -1 -1 0 + 1562 14 0.57267 0.94126 0.45255 1 -2 1 + 1588 13 0.66268 0.61373 0.01376 0 -1 0 + 1128 14 0.71446 0.64025 0.88271 0 0 -1 + 957 14 0.64401 0.23123 0.77628 0 1 -1 + 767 14 0.97160 0.82455 0.69449 0 0 0 + 289 13 0.94330 0.55214 0.67904 -1 0 -1 + 1863 14 0.94683 0.22946 0.92301 0 -1 0 + 1707 14 0.53445 0.13590 0.94912 1 1 0 + 529 13 0.74840 0.07112 0.52722 -1 0 0 + 1442 14 0.68737 0.62707 0.56016 0 0 -1 + 108 14 0.90153 0.58504 0.13884 -1 -1 1 + 1147 13 0.85402 0.79279 0.11811 0 0 0 + 1203 14 0.50002 0.13779 0.89004 -1 -1 0 + 937 13 0.53450 0.05102 0.72450 1 0 -1 + 1939 13 0.84891 0.91363 0.86020 0 0 0 + 1822 13 0.54828 0.78326 0.00177 1 -1 0 + 125 14 0.58130 0.75021 0.85002 -1 -1 0 + 1722 14 0.84619 0.09199 0.72944 -1 1 -1 + 719 14 0.70866 0.81573 0.87701 0 0 -1 + 569 14 0.63395 0.92940 0.66935 -2 0 0 + 615 14 0.78483 0.17656 0.25835 0 -1 -1 + 1649 14 0.76009 0.39230 0.89046 0 0 0 + 1498 13 0.52812 0.26129 0.54070 0 1 -2 + 1086 14 0.60816 0.16523 0.47823 -1 2 -1 + 1453 13 0.85374 0.46065 0.09210 0 0 1 + 96 14 0.84889 0.15502 0.67008 -1 0 -1 + 406 13 0.76210 0.08895 0.88220 -1 0 0 + 1824 14 0.55910 0.80405 0.97582 1 -1 -1 + 1810 13 0.87116 0.18283 0.80156 0 1 -1 + 1148 14 0.82000 0.78582 0.12224 0 0 0 + 1157 14 0.74401 0.10747 0.67931 0 1 0 + 1842 14 0.79240 0.65732 0.11851 0 0 1 + 393 14 0.65840 0.17106 0.82669 -1 0 0 + 218 14 0.52146 0.53679 0.93747 0 0 0 + 1515 14 0.56782 0.60920 0.16050 -1 1 0 + 1601 14 0.91852 0.72326 0.02301 0 0 -1 + 1827 14 0.84593 0.92389 0.35206 0 0 1 + 1222 13 0.83543 0.19061 0.96225 1 1 -1 + 692 14 0.85451 0.93193 0.70409 -1 -1 0 + 1089 14 0.59399 0.93304 0.58008 -1 -1 0 + 973 13 0.66539 0.80765 0.33855 0 0 0 + 1097 14 0.81720 0.35493 0.90820 0 0 -1 + 310 13 0.74606 0.56147 0.65883 -1 2 0 + 1663 13 0.80269 0.51048 0.77685 0 0 0 + 1664 14 0.78262 0.51104 0.80549 0 0 0 + 1873 13 0.60760 0.81930 0.08296 1 0 1 + 1302 14 0.51045 0.30059 0.63730 0 0 1 + 498 14 0.84453 0.24938 0.80405 0 0 -1 + 172 13 0.94112 0.62260 0.97599 -1 0 -1 + 676 13 0.96649 0.32033 0.67211 -1 1 0 + 1650 14 0.71804 0.41635 0.91717 0 0 0 + 1142 14 0.63786 0.23700 0.87418 1 2 -2 + 766 13 0.96163 0.81883 0.72752 0 0 0 + 436 13 0.59756 0.31208 0.96562 0 1 -1 + 233 14 0.75073 0.63924 0.59083 -1 0 0 + 1085 14 0.61735 0.13265 0.52197 -1 2 -1 + 1590 14 0.67068 0.58052 0.00627 0 -1 0 + 392 14 0.70421 0.14707 0.84632 -1 0 0 + 1779 14 0.95061 0.73934 0.30935 -1 -1 0 + 1970 14 0.80245 0.21480 0.55594 1 2 0 + 1449 14 0.58809 0.29844 0.69440 1 0 0 + 1229 14 0.73935 0.47222 0.85914 0 0 0 + 1270 13 0.68715 0.89713 0.79347 -1 -1 -1 + 261 14 0.90818 0.38409 0.88288 -1 3 -1 + 686 14 0.69178 0.71474 0.63457 -2 0 0 + 91 13 0.89948 0.98901 0.58567 0 -1 0 + 1426 13 0.90680 0.54466 0.93006 0 0 -1 + 1001 14 0.88249 0.57129 0.30242 -1 1 1 + 101 14 0.92652 0.77092 0.40520 -1 -1 0 + 594 14 0.68538 0.03278 0.82918 0 1 0 + 488 14 0.99347 0.54604 0.37237 -1 0 0 + 354 14 0.96945 0.98440 0.85751 -1 -1 1 + 407 14 0.77371 0.05696 0.89025 -1 0 0 + 1843 13 0.93412 0.13169 0.86259 0 -1 0 + 1119 14 0.83045 0.69022 0.00970 -1 0 1 + 490 13 0.71910 0.93575 0.95749 -1 -1 -1 + 568 13 0.65231 0.89963 0.66928 -2 0 0 + 1988 14 0.73462 0.98353 0.75367 0 -1 -1 + 861 14 0.71805 0.67240 0.80223 0 0 -1 + 1752 14 0.61455 0.99790 0.90237 0 0 0 + 908 14 0.96037 0.48204 0.99839 -1 1 -2 + 1572 14 0.71474 0.30661 0.69595 1 -1 0 + 1397 14 0.85486 0.04754 0.49869 1 0 0 + 1000 13 0.89314 0.54712 0.27951 -1 1 1 + 1083 14 0.90788 0.17231 0.60694 -1 0 -1 + 1583 14 0.88046 0.59417 0.81080 1 -1 -1 + 330 14 0.76618 0.71086 0.00360 -1 -1 0 + 589 13 0.64559 0.50695 0.99810 0 0 0 + 1053 14 0.55492 0.69595 0.42881 -1 1 1 + 1941 14 0.87350 0.90868 0.83584 0 0 0 + 1156 13 0.75632 0.11051 0.64672 0 1 0 + 1361 14 0.95922 0.84386 0.48008 -1 -1 -1 + 599 14 0.55513 0.00189 0.93978 -1 -2 -1 + 581 14 0.54405 0.52602 0.12268 -1 0 0 + 1647 14 0.98530 0.00655 0.16101 -1 1 0 + 369 14 0.52463 0.57111 0.21231 -1 1 1 + 316 13 0.97236 0.32936 0.93611 0 1 0 + 1507 13 0.92570 0.36867 0.75177 -1 1 0 + 1598 14 0.90029 0.02382 0.34334 0 0 1 + 201 14 0.53732 0.20479 0.99288 -1 1 -1 + 1597 13 0.86943 0.02235 0.35972 0 0 1 + 824 14 0.98916 0.86393 0.13514 0 -1 1 + 1058 14 0.95523 0.06736 0.46830 0 1 -1 + 282 14 0.94830 0.55664 0.07295 -1 0 0 + 1855 13 0.59085 0.45581 0.81391 1 0 0 + 1473 14 0.99202 0.19372 0.49463 -1 0 0 + 300 14 0.97630 0.22765 0.59913 -1 2 0 + 1078 13 0.52486 0.78086 0.84372 0 -1 -1 + 1508 14 0.92398 0.36491 0.78649 -1 1 0 + 321 14 0.93286 0.08678 0.27238 -1 1 1 + 1509 14 0.90460 0.34377 0.73920 -1 1 0 + 319 13 0.92942 0.05472 0.28590 -1 1 1 + 1893 14 0.53230 0.75711 0.20865 -1 1 0 + 1499 14 0.54520 0.23385 0.52737 0 1 -2 + 332 14 0.96105 0.65441 0.84494 -1 -2 -1 + 1472 14 0.97464 0.14932 0.46660 -1 0 0 + 1496 14 0.98332 0.84218 0.95443 0 0 0 + 1023 14 0.98806 0.65395 0.69049 -1 -1 0 + 526 13 0.99594 0.88411 0.87639 -1 0 -1 + 770 14 0.55074 0.15168 0.40498 0 0 0 + 1776 14 0.93681 0.92349 0.36630 0 -2 0 + 1040 14 0.98026 0.79071 0.89348 -1 -1 1 + 966 14 0.97825 0.12050 0.01590 0 0 0 + 1891 13 0.53283 0.79174 0.20382 -1 1 0 + 1886 14 0.51333 0.09542 0.24271 0 1 0 + 678 14 0.97544 0.29596 0.64868 -1 1 0 + 712 13 0.97401 0.70323 0.64934 -1 0 -1 + 714 14 0.98840 0.73440 0.64267 -1 0 -1 + 281 14 0.99001 0.52226 0.06120 -1 0 0 + 965 14 0.96705 0.08755 0.05889 0 0 0 + 771 14 0.51761 0.19120 0.42497 0 0 0 + 1088 14 0.55650 0.93045 0.53949 -1 -1 0 + 580 13 0.51014 0.53429 0.12051 -1 0 0 + 677 14 0.98633 0.31335 0.70005 -1 1 0 + 1890 14 0.99356 0.57623 0.85382 0 0 -1 + 887 14 0.98652 0.32434 0.78367 -1 0 0 + 298 13 0.99773 0.24982 0.61564 -1 2 0 + 1667 14 0.50191 0.48612 0.43937 0 1 0 + 528 14 0.99472 0.91446 0.89373 -1 0 -1 + 1691 14 0.50571 0.48057 0.24435 0 0 1 + 333 14 0.99412 0.64238 0.80226 -1 -2 -1 + 1847 14 0.99124 0.70220 0.07047 0 0 2 + 943 13 0.99902 0.96895 0.49258 -1 0 0 + 1986 14 0.51396 0.46548 0.69613 1 1 0 + 761 14 0.99912 0.16347 0.08825 -1 1 1 + 524 14 0.50433 0.04430 0.04869 0 1 0 + 828 14 0.99868 0.25333 0.77910 -1 0 -1 + ITEM: TIMESTEP + 6000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.36055 0.40790 0.41560 0 0 0 + 306 14 0.39894 0.18056 0.12427 0 0 0 + 16 8 0.48440 0.25419 0.18207 0 0 0 + 396 14 0.02772 0.69255 0.84401 0 0 0 + 1181 14 0.32396 0.25227 0.12037 2 0 0 + 1036 13 0.49817 0.57353 0.48829 0 -1 1 + 5 4 0.25024 0.22721 0.22869 0 0 0 + 1934 14 0.16348 0.37471 0.95712 1 1 0 + 1610 14 0.35758 0.02771 0.46052 0 0 0 + 878 14 0.13131 0.43489 0.68011 0 -1 0 + 21 4 0.39539 0.36634 0.21043 0 0 0 + 1703 14 0.17261 0.94493 0.40459 0 -1 1 + 1605 14 0.16213 0.03413 0.03383 0 0 1 + 34 4 0.32144 0.47687 0.33116 0 0 0 + 83 4 0.49402 0.78625 0.55811 0 0 0 + 1967 14 0.40645 0.55909 0.19628 1 0 1 + 1475 14 0.07669 0.94913 0.24010 1 -2 2 + 1020 14 0.39346 0.93417 0.23635 0 -1 0 + 405 14 0.31134 0.87823 0.28757 0 0 1 + 1808 14 0.43928 0.57412 0.94783 -1 0 0 + 1656 14 0.46450 0.50106 0.98859 1 -1 -2 + 4 4 0.30888 0.22480 0.20235 0 0 0 + 1668 14 0.44754 0.47285 0.48510 0 1 0 + 308 14 0.20466 0.43969 0.44314 0 1 0 + 994 13 0.36521 0.78257 0.18291 1 -1 -1 + 1088 14 0.45746 0.90441 0.50108 -1 -1 0 + 1470 14 0.06244 0.35425 0.70914 1 1 0 + 90 14 0.20990 0.53117 0.87375 -1 -1 -1 + 1342 13 0.36266 0.56560 0.09100 0 -1 1 + 1434 14 0.42061 0.98144 0.33681 1 -1 0 + 1596 14 0.11947 0.42166 0.08814 0 0 1 + 1694 14 0.44222 0.98829 0.80982 0 0 -1 + 37 1 0.31871 0.53404 0.49782 0 0 0 + 1344 14 0.37853 0.54225 0.11164 0 -1 1 + 6 4 0.29674 0.18677 0.25370 0 0 0 + 1625 14 0.11873 0.51393 0.69201 1 -1 0 + 404 14 0.25634 0.88163 0.28284 0 0 1 + 1652 14 0.24447 0.68358 0.16317 1 0 0 + 622 13 0.44085 0.72158 0.06163 1 1 0 + 797 14 0.16654 0.13085 0.13845 0 0 -1 + 1906 13 0.20710 0.50741 0.44366 1 1 -2 + 1327 13 0.07552 0.55726 0.02055 0 -1 0 + 1654 13 0.49028 0.48476 0.00571 1 -1 -1 + 77 4 0.35149 0.73332 0.33500 0 0 0 + 237 14 0.24729 0.81680 0.39430 0 0 -1 + 1498 13 0.46677 0.30671 0.58913 0 1 -2 + 1816 13 0.24980 0.80318 0.17832 0 -1 0 + 1907 14 0.21880 0.54027 0.44117 1 1 -2 + 1469 14 0.09046 0.37823 0.75035 1 1 0 + 1385 14 0.13776 0.20724 0.12721 0 1 0 + 1450 13 0.31875 0.32186 0.14643 1 0 1 + 1370 14 0.44839 0.67295 0.83494 0 0 0 + 665 14 0.02675 0.49227 0.23333 0 -1 1 + 244 13 0.09436 0.01306 0.50857 0 1 0 + 63 6 0.37998 0.71204 0.48360 0 0 0 + 122 14 0.27555 0.99120 0.17696 0 0 0 + 1911 14 0.41067 0.12340 0.25496 0 0 0 + 1611 14 0.38104 0.07238 0.43788 0 0 0 + 1952 14 0.04123 0.98225 0.89476 1 -1 0 + 954 14 0.40312 0.53704 0.42585 0 0 0 + 1879 13 0.06520 0.82193 0.49291 0 -1 -1 + 1019 14 0.39243 0.96956 0.19386 0 -1 0 + 440 14 0.12732 0.69201 0.21155 -1 0 0 + 1761 14 0.43408 0.47945 0.15333 0 0 1 + 1030 13 0.14128 0.98994 0.20695 0 -1 0 + 788 14 0.31671 0.28621 0.36877 -1 1 1 + 985 13 0.20775 0.51537 0.08394 1 0 1 + 1909 13 0.37888 0.12548 0.24054 0 0 0 + 489 14 -0.00253 0.52342 0.35037 0 0 0 + 1561 13 0.44843 0.95156 0.42775 1 -2 1 + 1565 14 0.40807 0.86200 0.80152 1 -1 0 + 1132 13 0.01989 0.09997 0.49219 0 2 -1 + 953 14 0.41710 0.58946 0.43662 0 0 0 + 1506 14 0.26096 0.55770 0.27857 0 0 0 + 1133 14 0.01476 0.06543 0.49396 0 2 -1 + 1908 14 0.17806 0.50989 0.46298 1 1 -2 + 1169 14 0.35697 0.09267 0.61282 0 -1 -1 + 540 14 0.00911 0.69533 0.62981 -1 0 0 + 1462 13 0.26483 0.20188 0.92746 1 0 1 + 256 13 0.12365 0.64074 0.31305 -1 -1 0 + 1735 13 0.12595 0.03909 0.09310 1 1 1 + 1103 14 0.14749 0.15164 0.24513 -1 0 0 + 1092 14 0.38075 0.05638 0.35568 0 0 0 + 39 10 0.30175 0.50161 0.41549 0 0 0 + 299 14 0.06054 0.29131 0.62724 0 2 0 + 53 10 0.34844 0.52939 0.56725 0 0 0 + 1587 14 0.08939 0.87477 0.36661 1 -1 0 + 300 14 0.03309 0.33901 0.63276 0 2 0 + 992 14 0.18113 0.05405 0.30422 1 -1 -1 + 799 13 0.31432 0.68008 0.05951 0 -1 1 + 1603 13 0.18075 0.05026 0.00901 0 0 1 + 1037 14 0.47596 0.59902 0.47935 0 -1 1 + 605 14 0.32620 0.80568 0.08260 -1 -2 0 + 1502 14 0.12603 0.24550 0.55774 1 0 0 + 910 13 0.23456 0.33793 0.19744 1 0 1 + 269 14 0.18481 0.66747 0.09121 0 0 1 + 1457 14 0.26869 0.86140 0.13530 0 0 0 + 1653 14 0.29878 0.68373 0.17367 1 0 0 + 1888 13 0.00811 0.60502 0.92731 1 0 -1 + 1065 14 0.20961 0.72662 0.22338 1 -1 -1 + 1966 13 0.42429 0.57016 0.22425 1 0 1 + 1835 14 0.20476 0.26694 0.97516 1 -1 0 + 8 6 0.36506 0.32995 0.27612 0 0 0 + 505 13 0.10531 0.91110 0.50056 1 -2 -1 + 787 13 0.33297 0.29113 0.39934 -1 1 1 + 395 14 -0.00938 0.70823 0.88192 0 0 0 + 796 13 0.18973 0.10564 0.13139 0 0 -1 + 1499 14 0.46221 0.34051 0.58141 0 1 -2 + 1968 14 0.45162 0.54845 0.22637 1 0 1 + 81 10 0.47444 0.71953 0.47610 0 0 0 + 765 14 0.41255 0.86376 0.23688 0 -1 0 + 1465 13 0.46339 0.74011 0.16067 1 0 1 + 419 14 0.11442 0.33542 0.18895 -1 2 0 + 364 13 0.01111 0.05888 0.06148 0 1 0 + 1357 13 0.48894 0.40758 0.54001 1 -1 0 + 938 14 0.49812 0.15467 0.76125 1 0 -1 + 1264 13 0.23750 0.20118 0.39341 0 0 0 + 14 8 0.44878 0.29052 0.18855 0 0 0 + 1145 14 0.13279 0.58022 0.28826 0 1 -1 + 411 14 0.16507 0.89415 0.18925 0 -1 -1 + 714 14 0.03907 0.74392 0.54222 0 0 -1 + 1343 14 0.36889 0.55425 0.05851 0 -1 1 + 257 14 0.14707 0.66104 0.32924 -1 -1 0 + 971 14 0.33305 0.63305 0.86601 -2 1 -1 + 1268 14 0.14406 0.76502 0.05606 1 0 1 + 298 13 0.05370 0.31678 0.65020 0 2 0 + 697 13 0.30365 0.99996 0.45829 1 -1 -1 + 111 14 0.28293 0.12451 0.49466 0 0 0 + 642 14 0.43197 0.31937 0.87706 0 0 0 + 1501 13 0.09358 0.25386 0.56774 1 0 0 + 1242 14 0.24172 0.89744 0.00384 0 -1 0 + 75 4 0.40463 0.81053 0.45715 0 0 0 + 941 14 0.11061 0.48304 0.25000 0 1 -1 + 97 13 0.02924 0.10330 0.96157 -1 0 -1 + 1726 13 0.48987 0.61232 0.33852 1 1 0 + 1137 14 0.43478 0.39658 0.70336 0 0 0 + 1532 14 0.04537 0.65519 0.07492 0 1 1 + 1151 14 0.00479 0.06469 0.69824 0 1 0 + 1536 14 0.06113 0.75367 0.27377 2 1 1 + 104 14 0.18973 0.19945 0.34854 0 -1 0 + 1785 14 0.02474 0.43264 0.00571 0 -1 0 + 1766 14 0.25133 0.54310 0.35200 1 0 1 + 1585 13 0.05996 0.88756 0.35271 1 -1 0 + 1429 13 0.03850 0.09993 0.86206 1 1 -1 + 13 8 0.48068 0.30067 0.27058 0 0 0 + 1349 14 0.21060 0.81412 0.57054 0 -1 1 + 1104 14 0.18218 0.15836 0.20258 -1 0 0 + 22 4 0.42181 0.38155 0.26745 0 0 0 + 1817 14 0.24788 0.81068 0.21242 0 -1 0 + 829 13 0.38540 0.62430 0.00588 0 -1 1 + 1702 13 0.17145 0.97261 0.42594 0 -1 1 + 1266 14 0.24660 0.16745 0.39499 0 0 0 + 263 14 0.08915 0.10309 0.36050 0 1 -1 + 745 13 0.21796 0.61348 0.18104 0 0 -1 + 109 13 0.30850 0.14832 0.49618 0 0 0 + 1190 14 0.30266 0.89139 0.47915 -1 -1 -2 + 76 4 0.35381 0.79969 0.32280 0 0 0 + 840 14 0.46710 0.10596 0.53003 -1 0 1 + 1290 14 0.05550 0.70020 0.43585 1 0 0 + 757 13 0.44817 0.02446 0.62073 -2 0 1 + 856 13 0.00847 0.16881 0.21130 0 0 0 + 617 14 0.30077 0.58321 0.40956 1 -1 0 + 422 14 0.11967 0.87526 0.86846 -1 -2 0 + 650 14 0.04589 0.30163 0.49120 1 0 1 + 1960 13 0.41574 0.34752 0.47917 -1 0 0 + 429 14 0.24127 0.07547 0.09081 -1 0 0 + 609 14 0.21669 0.31195 0.35357 0 1 0 + 1864 13 0.01719 0.34814 0.13694 1 0 0 + 921 14 0.15780 0.60350 0.41881 0 0 -1 + 991 13 0.20564 0.05662 0.27941 1 -1 -1 + 1422 14 0.47530 0.96103 0.17732 0 0 0 + 1790 14 0.22124 0.59334 0.06128 1 -1 2 + 620 14 0.39689 0.62728 0.77839 -1 -1 -1 + 507 14 0.13682 0.91841 0.51385 1 -2 -1 + 1372 13 0.16021 0.76729 0.47317 1 -1 0 + 1759 13 0.40220 0.49373 0.15496 0 0 1 + 400 13 0.17483 0.28417 0.44101 1 1 1 + 1250 14 0.24758 0.29650 0.82931 1 -1 1 + 89 14 0.16499 0.55624 0.89407 -1 -1 -1 + 1497 14 0.01182 0.92380 0.02265 1 0 1 + 1959 14 0.06227 0.15877 0.24323 0 1 1 + 900 14 0.06517 0.48787 0.74161 1 0 1 + 967 13 0.02000 0.71381 0.38212 0 1 -1 + 1913 14 0.30729 0.10242 0.37137 1 -1 -1 + 759 14 0.47796 0.03983 0.61076 -2 0 1 + 1067 14 0.28979 0.17095 0.12526 1 0 0 + 1474 13 0.05637 0.92328 0.25202 1 -2 2 + 1834 13 0.18173 0.25736 0.95064 1 -1 0 + 1961 14 0.39347 0.36609 0.45962 -1 0 0 + 1743 14 0.45033 0.72180 0.66981 0 0 0 + 29 7 0.31729 0.44151 0.34817 0 0 0 + 1704 14 0.17936 0.95970 0.45746 0 -1 1 + 1575 14 0.32869 0.97799 0.61363 1 0 -1 + 1667 14 0.47986 0.51409 0.46738 0 1 0 + 170 14 0.40743 0.06897 0.73355 0 1 0 + 1432 13 0.39121 0.99816 0.32792 1 -1 0 + 571 13 0.29968 0.49185 0.11884 0 -1 0 + 1504 13 0.27583 0.57500 0.25207 0 0 0 + 877 13 0.14049 0.45434 0.70768 0 -1 0 + 1134 14 0.02008 0.10706 0.45794 0 2 -1 + 1288 13 0.07560 0.69322 0.46360 1 0 0 + 1267 13 0.13755 0.73879 0.03387 1 0 1 + 1535 14 0.09216 0.77530 0.31413 2 1 1 + 1791 14 0.20194 0.62675 0.02165 1 -1 2 + 1172 14 0.49230 0.71020 0.25720 0 -2 0 + 1737 14 0.15725 0.05100 0.10315 1 1 1 + 1295 14 0.16084 0.37235 0.33740 1 2 -1 + 309 14 0.21651 0.39259 0.41668 0 1 0 + 1539 14 0.42735 0.28048 0.46141 0 1 0 + 32 10 0.37827 0.39882 0.33941 0 0 0 + 758 14 0.44173 0.03760 0.65249 -2 0 1 + 1466 14 0.46567 0.71051 0.17915 1 0 1 + 1146 14 0.16928 0.53873 0.29089 0 1 -1 + 1962 14 0.44454 0.36729 0.48084 -1 0 0 + 532 13 0.01699 0.34680 0.31929 1 2 1 + 66 7 0.35091 0.74915 0.45200 0 0 0 + 1534 13 0.06999 0.74913 0.30730 2 1 1 + 99 14 0.02750 0.10631 0.92678 -1 0 -1 + 1829 14 0.34565 0.65452 0.11651 2 0 0 + 495 14 0.24035 0.43974 0.96953 -1 1 0 + 741 14 0.31209 0.68917 0.27522 0 1 -1 + 307 13 0.19080 0.40897 0.43382 0 1 0 + 456 14 0.17660 0.85868 0.28111 0 -1 0 + 286 13 0.06885 0.96553 0.01868 0 -1 1 + 1537 13 0.45180 0.25600 0.45630 0 1 0 + 1203 14 0.48304 0.12000 0.92405 -1 -1 0 + 441 14 0.11854 0.65035 0.24686 -1 0 0 + 798 14 0.22052 0.11909 0.14109 0 0 -1 + 147 14 0.03915 0.27229 0.13309 1 0 -1 + 1415 14 0.08333 0.86447 0.11165 1 0 0 + 2002 13 0.14589 0.86258 0.39784 2 1 1 + 888 14 0.03756 0.24585 0.77175 0 0 0 + 305 14 0.41513 0.12818 0.13162 0 0 0 + 74 4 0.35496 0.82296 0.41930 0 0 0 + 608 14 0.18134 0.27535 0.33188 0 1 0 + 1997 14 0.02572 0.64618 0.15923 0 -1 0 + 1818 14 0.26481 0.77161 0.17711 0 -1 0 + 993 14 0.20365 0.08979 0.26852 1 -1 -1 + 618 14 0.33959 0.58913 0.37060 1 -1 0 + 597 14 0.09983 0.76298 0.65319 1 -1 0 + 734 14 0.01502 0.59381 0.86052 -1 0 0 + 1957 13 0.08848 0.14451 0.26146 0 1 1 + 30 1 0.33452 0.44012 0.40109 0 0 0 + 1269 14 0.13606 0.71032 0.05413 1 0 1 + 1846 13 0.04030 0.78700 0.04506 1 0 2 + 1337 14 0.04994 0.22151 0.47981 2 1 0 + 281 14 0.02983 0.51208 0.02966 0 0 0 + 1965 14 0.40334 0.60254 0.27984 0 0 1 + 1180 13 0.32870 0.22928 0.09445 2 0 0 + 287 14 0.09409 0.94936 0.00068 0 -1 1 + 911 14 0.25698 0.33257 0.22374 1 0 1 + 79 5 0.46149 0.73766 0.50492 0 0 0 + 474 14 0.47288 0.53472 0.54103 0 1 0 + 12 8 0.44459 0.31137 0.23536 0 0 0 + 40 4 0.36275 0.46688 0.49261 0 0 0 + 912 14 0.22014 0.36902 0.20441 1 0 1 + 607 13 0.18272 0.30685 0.34702 0 1 0 + 803 14 0.26751 0.35034 0.48068 1 0 -1 + 19 10 0.34138 0.29248 0.21412 0 0 0 + 922 13 0.47053 0.12623 0.59549 -1 1 0 + 1781 14 0.04923 0.35160 0.02135 1 0 0 + 1765 13 0.22358 0.53535 0.33218 1 0 1 + 28 5 0.34739 0.40591 0.32146 0 0 0 + 1102 13 0.18083 0.14701 0.23563 -1 0 0 + 249 14 0.29900 0.20048 0.79554 -1 1 -1 + 1505 14 0.30922 0.56461 0.25245 0 0 0 + 1069 13 -0.00164 0.79874 0.80361 1 0 -1 + 634 13 0.02047 0.89509 0.79637 0 0 0 + 1033 13 0.11070 0.85449 0.76319 1 0 0 + 193 13 0.03024 0.18046 0.54458 0 0 0 + 106 13 0.03562 0.54344 0.12511 0 -1 1 + 1456 13 0.28489 0.88611 0.11659 0 0 0 + 1887 14 0.49824 0.11920 0.24989 0 1 0 + 1693 13 0.41775 0.98092 0.78596 0 0 -1 + 73 4 0.33069 0.73252 0.42098 0 0 0 + 640 13 0.45384 0.29275 0.87103 0 0 0 + 937 13 0.46881 0.14143 0.77497 1 0 -1 + 1828 13 0.35014 0.64749 0.15047 2 0 0 + 1964 14 0.41913 0.62648 0.32714 0 0 1 + 1651 13 0.27040 0.70415 0.17449 1 0 0 + 1056 14 0.17096 0.74767 0.62933 0 0 1 + 45 3 0.40087 0.61902 0.50237 0 0 0 + 36 7 0.32711 0.48003 0.48193 0 0 0 + 1373 14 0.14555 0.73678 0.46437 1 -1 0 + 695 14 0.14048 0.38897 0.48809 0 0 0 + 1048 13 0.41646 0.18844 0.37709 0 -1 0 + 1904 14 0.01386 0.93551 0.14657 1 0 0 + 78 4 0.39851 0.76155 0.29378 0 0 0 + 641 14 0.45058 0.27220 0.89914 0 0 0 + 670 13 0.14404 0.91431 0.97445 0 -1 -1 + 38 3 0.29399 0.55848 0.47140 0 0 0 + 1760 14 0.38030 0.46681 0.15061 0 0 1 + 24 11 0.42539 0.29867 0.15783 0 0 0 + 1430 14 0.04825 0.08317 0.83295 1 1 -1 + 33 4 0.27967 0.43010 0.35159 0 0 0 + 107 14 0.04554 0.57607 0.11739 0 -1 1 + 619 13 0.38626 0.62048 0.74578 -1 -1 -1 + 1353 14 0.45381 0.90826 0.33597 1 -1 0 + 240 14 0.43735 0.21527 0.53190 0 0 0 + 1910 14 0.38428 0.14085 0.20959 0 0 0 + 853 13 0.30567 0.04012 0.21555 -1 0 0 + 2 2 0.28957 0.22352 0.23803 0 0 0 + 518 14 0.49292 0.90574 0.61150 -1 -1 -1 + 69 2 0.37504 0.76532 0.32668 0 0 0 + 351 14 0.48962 0.83746 0.16646 0 -2 1 + 2004 14 0.17122 0.83901 0.40292 2 1 1 + 1963 13 0.39094 0.62003 0.30748 0 0 1 + 71 4 0.39778 0.69098 0.45538 0 0 0 + 1745 14 0.36059 0.13278 0.78370 0 1 -1 + 604 13 0.33219 0.78034 0.05925 -1 -2 0 + 1847 14 0.07137 0.77124 0.04807 1 0 2 + 304 13 0.39208 0.15186 0.14305 0 0 0 + 1742 14 0.39964 0.70017 0.66516 0 0 0 + 258 14 0.09265 0.65408 0.32223 -1 -1 0 + 1809 14 0.44566 0.62869 0.95422 -1 0 0 + 1358 14 0.48449 0.42607 0.56936 1 -1 0 + 10 3 0.29273 0.38273 0.26511 0 0 0 + 68 12 0.41585 0.77038 0.37958 0 0 0 + 656 14 0.06845 0.44398 0.15934 0 0 0 + 1881 14 0.04009 0.82614 0.46893 0 -1 -1 + 506 14 0.08892 0.94197 0.49937 1 -2 -1 + 1925 14 0.33596 0.07002 0.99417 0 1 -2 + 948 14 0.13164 0.53762 0.18337 0 0 1 + 897 14 0.48282 0.07394 0.08725 0 1 0 + 1032 14 0.14864 1.00074 0.17452 0 -1 0 + 1336 13 0.04220 0.24937 0.46014 2 1 0 + 1928 14 0.11753 0.10038 0.49149 0 0 0 + 1476 14 0.02381 0.93348 0.24436 1 -2 2 + 44 1 0.36221 0.63122 0.51990 0 0 0 + 747 14 0.23856 0.60281 0.20721 0 0 -1 + 1545 14 0.01730 0.72135 0.02506 1 0 1 + 1468 13 0.05811 0.36958 0.74027 1 1 0 + 995 14 0.33590 0.76679 0.17220 1 -1 -1 + 409 13 0.16714 0.89891 0.15467 0 -1 -1 + 35 5 0.32281 0.47616 0.43083 0 0 0 + 649 13 0.05117 0.32515 0.51654 1 0 1 + 1 1 0.30493 0.26142 0.26954 0 0 0 + 1068 14 0.30945 0.14005 0.16671 1 0 0 + 1796 14 0.39931 0.32727 0.04527 -1 0 1 + 1741 13 0.43138 0.69367 0.67833 0 0 0 + 1690 13 0.46960 0.47735 0.28028 0 0 1 + 898 13 0.03611 0.46842 0.74118 1 0 1 + 1858 13 0.00131 0.10572 0.63440 1 1 -1 + 802 13 0.26155 0.33828 0.44840 1 0 -1 + 1562 14 0.45429 0.95724 0.39374 1 -2 1 + 827 14 0.05630 0.25343 0.67761 0 0 -1 + 1064 14 0.21149 0.70071 0.27221 1 -1 -1 + 171 14 0.42407 0.01649 0.73885 0 1 0 + 1066 13 0.27970 0.14941 0.15089 1 0 0 + 1676 14 0.11037 0.13651 0.04927 1 0 0 + 740 14 0.29500 0.64375 0.30176 0 1 -1 + 939 14 0.46475 0.15857 0.80518 1 0 -1 + 1795 13 0.39394 0.30880 0.01606 -1 0 1 + 541 13 0.45475 0.41003 0.35289 0 1 1 + 606 14 0.33172 0.79665 0.02831 -1 -2 0 + 1280 14 0.33376 0.30825 0.54179 -1 0 1 + 1063 13 0.19071 0.72042 0.25215 1 -1 -1 + 401 14 0.18721 0.25171 0.43698 1 1 1 + 1695 14 0.41730 0.94599 0.78436 0 0 -1 + 350 14 0.45027 0.83878 0.12762 0 -2 1 + 317 14 0.03650 0.15873 0.05474 1 1 1 + 1239 14 0.02631 0.51943 0.89141 0 0 0 + 23 11 0.48014 0.31900 0.30551 0 0 0 + 1201 13 0.50016 0.14931 0.91566 -1 -1 0 + 67 7 0.37998 0.79290 0.43015 0 0 0 + 1630 13 0.23909 0.07932 0.48768 2 -1 0 + 1279 13 0.34522 0.34004 0.55080 -1 0 1 + 1692 14 0.48692 0.49919 0.30141 0 0 1 + 1431 14 0.02213 0.12863 0.85059 1 1 -1 + 662 14 0.08108 0.50832 0.52872 0 2 -1 + 1351 13 0.47140 0.93831 0.33269 1 -1 0 + 1926 14 0.35899 0.07979 0.04350 0 1 -1 + 1031 14 0.15785 0.01267 0.22773 0 0 0 + 572 14 0.26767 0.50317 0.11047 0 -1 0 + 1090 13 0.37712 0.08827 0.36956 0 0 0 + 1609 13 0.38748 0.04583 0.45970 0 0 0 + 763 13 0.37893 0.87332 0.23565 0 -1 0 + 1383 14 0.12392 0.21829 0.86547 0 0 1 + 1783 13 0.03228 0.40545 0.98505 0 -1 -1 + 184 13 0.04625 0.44699 0.31671 0 1 1 + 644 14 0.49188 0.44182 0.23417 -1 0 0 + 804 14 0.23263 0.31887 0.45150 1 0 -1 + 764 14 0.36284 0.84674 0.21961 0 -1 0 + 1533 14 0.09212 0.65182 0.10430 0 1 1 + 454 13 0.18436 0.88496 0.25939 0 -1 0 + 645 14 0.49631 0.38798 0.22233 -1 0 0 + 1919 14 0.01565 0.22165 0.89280 1 1 -1 + 996 14 0.38973 0.75770 0.18104 1 -1 -1 + 789 14 0.31433 0.31607 0.41526 -1 1 1 + 288 14 0.08546 0.98044 0.04560 0 -1 1 + 746 14 0.19145 0.59066 0.18089 0 0 -1 + 1135 13 0.46482 0.39492 0.72118 0 0 0 + 1541 14 0.41570 0.95156 0.11046 0 -1 0 + 999 14 0.03849 0.37399 0.83931 1 0 -1 + 403 13 0.28168 0.86289 0.29798 0 0 1 + 1691 14 0.46895 0.44702 0.29767 0 0 1 + 1930 13 0.43733 0.37469 0.08213 0 0 0 + 1998 14 0.04436 0.62956 0.20859 0 -1 0 + 1182 14 0.36297 0.22235 0.09504 2 0 0 + 20 4 0.37611 0.31758 0.31192 0 0 0 + 1836 14 0.15141 0.25433 0.96780 1 -1 0 + 1789 13 0.22879 0.62260 0.04367 1 -1 2 + 136 13 0.47158 0.83787 0.23792 0 -1 1 + 855 14 0.33283 0.05431 0.23239 -1 0 0 + 1416 14 0.09819 0.89421 0.15585 1 0 0 + 1464 14 0.25661 0.17268 0.91007 1 0 1 + 1958 14 0.07425 0.11653 0.27687 0 1 1 + 72 4 0.32451 0.77160 0.47314 0 0 0 + 538 13 0.00700 0.66821 0.65179 -1 0 0 + 410 14 0.18565 0.92835 0.15097 0 -1 -1 + 1564 13 0.43407 0.88538 0.80079 1 -1 0 + 3 3 0.29169 0.26338 0.31414 0 0 0 + 1767 14 0.19797 0.52887 0.35509 1 0 1 + 952 13 0.39962 0.56965 0.41370 0 0 0 + 1666 13 0.45625 0.49077 0.45635 0 1 0 + 831 14 0.38878 0.65207 0.98489 0 -1 0 + 121 13 0.25241 0.97701 0.15490 0 0 0 + 1772 14 0.45405 0.78422 0.77200 1 1 -2 + 374 14 0.43020 0.81371 0.67390 -1 0 0 + 1912 13 0.27685 0.11751 0.36306 1 -1 -1 + 455 14 0.17994 0.91383 0.27863 0 -1 0 + 854 14 0.27803 0.04756 0.23564 -1 0 0 + 1604 14 0.16795 0.08279 1.00820 0 0 0 + 1927 13 0.14293 0.11761 0.47473 0 0 0 + 904 13 0.21707 0.40876 0.58029 0 0 -1 + 7 5 0.33750 0.29273 0.25034 0 0 0 + 179 14 0.01541 0.20844 0.34004 0 0 1 + 1259 14 0.06486 0.12317 0.13128 1 0 0 + 41 4 0.29688 0.46006 0.49755 0 0 0 + 1249 13 0.22277 0.32102 0.83182 1 -1 1 + 1451 14 0.28964 0.33165 0.16314 1 0 1 + 857 14 0.00768 0.19852 0.19287 0 0 0 + 9 1 0.33205 0.37675 0.28659 0 0 0 + 1736 14 0.10370 0.05166 0.11697 1 1 1 + 1187 14 0.20593 0.45890 0.16878 1 -1 0 + 671 14 0.16002 0.93769 0.95392 0 -1 -1 + 655 13 0.05612 0.44505 0.12664 0 0 0 + 775 13 0.07772 0.24122 0.35049 0 1 0 + 1150 13 0.00535 0.03647 0.71888 0 1 0 + 739 13 0.28401 0.67498 0.29050 0 1 -1 + 1463 14 0.23569 0.22119 0.92644 1 0 1 + 1414 13 0.07043 0.88549 0.13644 1 0 0 + 203 14 0.50250 0.22732 0.69285 -1 1 0 + 11 7 0.40786 0.35033 0.24558 0 0 0 + 696 14 0.09378 0.37409 0.51371 0 0 0 + 1116 14 0.40755 0.01385 0.51389 -1 1 0 + 1830 14 0.35058 0.61256 0.15221 2 0 0 + 1467 14 0.45383 0.72974 0.12867 1 0 1 + 906 14 0.21123 0.37812 0.56448 0 0 -1 + 1867 13 0.48313 0.67331 0.42669 1 0 1 + 1260 14 0.06485 0.17800 0.12399 1 0 0 + 1624 13 0.10301 0.54500 0.68876 1 -1 0 + 1251 14 0.23871 0.34807 0.84724 1 -1 1 + 1458 14 0.27459 0.91623 0.13107 0 0 0 + 616 13 0.30636 0.57927 0.37526 1 -1 0 + 1914 14 0.25730 0.09143 0.35040 1 -1 -1 + 88 13 0.18378 0.52685 0.89659 -1 -1 -1 + 87 14 0.35741 0.88055 0.70698 -1 -1 0 + 998 14 0.04392 0.31978 0.82976 1 0 -1 + 801 14 0.31159 0.71448 0.05383 0 -1 1 + 439 13 0.10321 0.66861 0.22128 -1 0 0 + 342 14 0.01207 0.83654 0.38624 -1 -1 0 + 273 14 0.18404 0.15575 0.73512 -2 1 0 + 42 5 0.33501 0.54988 0.54029 0 0 0 + 1996 13 0.01490 0.63475 0.19047 0 -1 0 + 800 14 0.28144 0.66828 0.05786 0 -1 1 + 385 13 0.42434 0.22484 0.07956 0 1 0 + 661 13 0.09754 0.50643 0.49793 0 2 -1 + 1951 13 0.06448 0.97882 0.86886 1 -1 0 + 271 13 0.21469 0.15579 0.75194 -2 1 0 + 596 14 0.07715 0.73604 0.61055 1 -1 0 + 1452 14 0.33085 0.35129 0.13192 1 0 1 + 272 14 0.22573 0.12265 0.75013 -2 1 0 + 1556 14 0.46735 0.01562 0.89875 -1 0 -1 + 1929 14 0.13088 0.12144 0.44212 0 0 0 + 1274 14 0.17690 0.84183 0.05914 0 0 0 + 595 13 0.09059 0.73101 0.64244 1 -1 0 + 1189 13 0.28444 0.86544 0.46439 -1 -1 -2 + 245 14 0.12923 0.01039 0.50864 0 1 0 + 62 5 0.34891 0.67918 0.51205 0 0 0 + 1936 13 0.30633 0.41261 0.61545 1 0 0 + 235 13 0.24564 0.79061 0.37119 0 0 -1 + 387 14 0.41946 0.25498 0.06251 0 1 0 + 573 14 0.32028 0.51978 0.11449 0 -1 0 + 386 14 0.45020 0.20901 0.06214 0 1 0 + 1374 14 0.13476 0.78487 0.48948 1 -1 0 + 1091 14 0.39075 0.10984 0.34565 0 0 0 + 1191 14 0.27239 0.84674 0.49138 -1 -1 -2 + 465 14 0.40828 0.22205 0.94142 0 0 -1 + 968 14 0.03817 0.72063 0.35303 0 1 -1 + 1953 14 0.06466 0.01001 0.85305 1 0 0 + 643 13 0.49751 0.41971 0.20767 -1 0 0 + 1273 13 0.15313 0.82392 0.07751 0 0 0 + 1297 13 0.45102 0.53689 0.72647 1 1 -1 + 246 14 0.08682 0.03023 0.53809 0 1 0 + 225 14 0.24622 0.34828 0.69195 0 -1 -1 + 905 14 0.18515 0.42136 0.58705 0 0 -1 + 1054 13 0.18938 0.77717 0.62572 0 0 1 + 1949 14 0.07308 0.22408 0.99935 0 0 -1 + 1275 14 0.15542 0.83696 0.10988 0 0 0 + 515 14 0.12879 0.34433 0.64089 1 1 0 + 236 14 0.26617 0.80088 0.34481 0 0 -1 + 1746 14 0.40865 0.11931 0.75987 0 1 -1 + 1661 14 0.10964 0.56927 0.80168 1 -1 -1 + 1938 14 0.27396 0.42070 0.60495 1 0 0 + 1115 14 0.41503 0.00320 0.56765 -1 1 0 + 1055 14 0.18962 0.79133 0.65770 0 0 1 + 1770 14 0.22065 0.12974 0.83688 0 0 0 + 838 13 0.46777 0.10467 0.49508 -1 0 1 + 564 14 0.07862 0.60522 0.90983 1 0 -1 + 1621 13 0.39115 0.46757 0.58822 1 0 1 + 1165 13 0.05833 0.36463 0.22829 0 0 1 + 186 14 0.07536 0.43442 0.33146 0 1 1 + 1851 14 0.32749 0.61139 0.77444 0 -2 -1 + 835 13 0.18749 0.66231 0.51888 1 -1 -1 + 563 14 0.10645 0.62125 0.86480 1 0 -1 + 1814 14 0.04573 0.91888 0.58892 1 -1 0 + 61 11 0.21889 0.51422 0.72517 0 0 0 + 1125 14 0.19681 0.89228 0.85701 1 1 -1 + 1739 14 0.42690 0.41346 0.89389 0 1 0 + 987 14 0.19495 0.51607 0.05140 1 0 1 + 1580 14 0.04132 0.81830 0.86003 1 -1 -1 + 1595 14 0.17270 0.41267 0.10020 0 0 1 + 522 14 0.45666 0.64102 0.22011 -1 0 1 + 1915 13 0.32147 0.71647 0.73692 2 0 0 + 865 13 0.41918 0.78140 0.88311 0 -2 0 + 1744 13 0.37406 0.11560 0.75637 0 1 -1 + 120 14 0.13491 0.72432 0.84646 1 -2 -1 + 70 10 0.31897 0.69359 0.52697 0 0 0 + 669 14 0.10618 0.43654 0.86328 0 0 -1 + 1211 14 0.30135 0.95473 0.75377 0 -2 0 + 339 14 0.23573 0.80600 0.93667 0 -1 0 + 355 13 0.27992 0.53698 0.87252 0 -1 -1 + 303 14 0.15256 0.03197 0.36559 -1 1 0 + 114 14 0.33261 0.27348 0.74625 0 -1 0 + 514 13 0.14977 0.36776 0.65619 1 1 0 + 192 14 0.09062 0.97740 0.74143 1 0 0 + 167 14 0.38460 0.83422 0.96053 0 0 -1 + 1347 14 0.24204 0.69718 0.54945 0 -2 0 + 169 13 0.42404 0.04337 0.71648 0 1 0 + 1411 13 0.36220 0.80310 0.78476 -1 -1 -1 + 1352 14 0.49433 0.93229 0.30698 1 -1 0 + 1493 14 0.26894 0.25655 0.05840 -1 -1 2 + 681 14 0.16702 0.05739 0.70394 0 0 1 + 1371 14 0.42542 0.63354 0.86621 0 0 0 + 1210 13 0.29213 0.98683 0.76413 0 -2 0 + 86 14 0.33293 0.85826 0.75129 -1 -1 0 + 238 13 0.42268 0.21809 0.56352 0 0 0 + 1265 14 0.26732 0.21798 0.38624 0 0 0 + 434 14 0.10168 0.12012 0.89553 0 1 -1 + 1255 13 0.17175 0.99545 0.91380 1 -1 0 + 26 11 0.49039 0.23716 0.14698 0 0 0 + 50 8 0.29179 0.51922 0.70243 0 0 0 + 1399 13 0.19955 0.62338 0.77049 1 0 0 + 1136 14 0.46358 0.42221 0.74301 0 0 0 + 920 14 0.19498 0.64177 0.40424 0 0 -1 + 972 14 0.30980 0.64562 0.91459 -2 1 -1 + 1924 13 0.36575 0.08049 0.00919 0 1 -1 + 1807 13 0.45855 0.60118 0.93691 -1 0 0 + 887 14 0.05422 0.24496 0.82449 0 0 0 + 1384 13 0.15498 0.20419 0.15750 0 1 0 + 587 14 0.39498 0.15534 0.87541 0 0 0 + 1320 14 0.28945 0.57918 0.01091 1 -1 0 + 1632 14 0.23530 0.06805 0.52056 2 -1 0 + 337 13 0.26670 0.81920 0.92720 0 -1 0 + 578 14 0.34968 0.40580 0.76202 0 0 -1 + 1647 14 0.04120 0.06606 0.14628 0 1 0 + 1170 14 0.40611 0.10819 0.59274 0 -1 -1 + 113 14 0.34124 0.26618 0.69211 0 -1 0 + 1459 13 0.25023 0.23225 0.57234 0 1 0 + 1813 13 0.06115 0.91657 0.62022 1 -1 0 + 85 13 0.32660 0.87836 0.72337 -1 -1 0 + 118 13 0.15854 0.74861 0.85509 1 -2 -1 + 1638 14 0.18699 0.79446 0.32654 1 -1 -1 + 1293 14 0.14847 0.34828 0.87740 0 -1 -1 + 701 14 0.44574 0.87995 0.57365 1 -1 -1 + 679 13 0.13683 0.06753 0.68948 0 0 1 + 1220 14 0.19940 0.20893 0.52832 0 0 1 + 433 13 0.12997 0.12641 0.91509 0 1 -1 + 301 13 0.13053 0.04949 0.34483 -1 1 0 + 503 14 0.23436 0.98184 0.88086 0 -1 -1 + 1350 14 0.20654 0.80313 0.51648 0 -1 1 + 1980 14 0.02652 0.53257 0.47923 2 0 -1 + 447 14 0.25595 0.89504 0.67435 -1 -1 -1 + 445 13 0.22179 0.89783 0.66740 -1 -1 -1 + 1226 14 0.16229 0.76159 0.96475 1 -1 -1 + 145 13 0.04808 0.24239 0.14887 1 0 -1 + 1049 14 0.38855 0.20253 0.36142 0 -1 0 + 828 14 0.02201 0.21240 0.69174 0 0 -1 + 836 14 0.19137 0.63907 0.49304 1 -1 -1 + 663 14 0.11047 0.47395 0.49688 0 2 -1 + 1978 13 0.00581 0.55850 0.46821 2 0 -1 + 1050 14 0.40414 0.15971 0.39276 0 -1 0 + 349 13 0.48239 0.85056 0.13485 0 -2 1 + 46 7 0.33966 0.60881 0.60576 0 0 0 + 105 14 0.18248 0.18957 0.29460 0 -1 0 + 1780 13 0.05293 0.32669 0.04561 1 0 0 + 923 14 0.46248 0.16026 0.59618 -1 1 0 + 886 13 0.02982 0.25851 0.80342 0 0 0 + 1367 14 0.20820 0.72162 0.36830 0 -1 0 + 899 14 0.04690 0.43675 0.73099 1 0 1 + 883 13 0.34405 0.05077 0.12279 0 1 0 + 1916 14 0.32689 0.73448 0.70743 2 0 0 + 1034 14 0.11123 0.88942 0.76170 1 0 0 + 316 13 0.01186 0.18008 0.04210 1 1 1 + 1877 14 0.02357 0.74193 0.18219 1 1 -1 + 1369 13 0.42899 0.64392 0.83301 0 0 0 + 1868 14 0.47582 0.66434 0.39369 1 0 1 + 1095 14 0.37939 0.50877 0.95387 -1 0 1 + 776 14 0.08462 0.27338 0.36237 0 1 0 + 247 13 0.27406 0.22227 0.78428 -1 1 -1 + 112 13 0.34547 0.28942 0.71790 0 -1 0 + 43 6 0.32790 0.59803 0.55122 0 0 0 + 1241 14 0.24840 0.89365 0.05861 0 -1 0 + 1400 14 0.18359 0.59333 0.77857 1 0 0 + 1258 13 0.07969 0.14856 0.11234 1 0 0 + 1318 13 0.30892 0.55897 0.99005 1 -1 -1 + 52 8 0.24138 0.53269 0.69852 0 0 0 + 1821 14 0.49029 0.93241 0.71793 0 -1 0 + 1994 14 0.33207 0.39796 0.06262 1 -1 0 + 1199 14 0.19322 0.99633 0.56747 0 -1 -1 + 666 14 0.00310 0.51764 0.19025 0 -1 1 + 516 14 0.17517 0.34861 0.67072 1 1 0 + 611 14 0.25203 0.06977 0.70609 -1 1 0 + 123 14 0.24606 0.00218 0.13147 0 1 0 + 168 14 0.32980 0.84141 0.95839 0 0 -1 + 1738 13 0.45434 0.43423 0.88769 0 1 0 + 1937 14 0.31693 0.38799 0.59298 1 0 0 + 51 8 0.22483 0.56450 0.66493 0 0 0 + 869 14 0.21669 0.85457 0.78618 0 0 0 + 464 14 0.42924 0.25716 0.97868 0 0 -1 + 546 14 0.36703 0.01633 0.82496 1 1 -1 + 1492 13 0.24646 0.27710 0.04122 -1 -1 2 + 132 14 0.29812 0.37722 -0.01211 1 -1 0 + 777 14 0.10805 0.23016 0.33703 0 1 0 + 682 13 0.38337 0.89729 0.08553 -1 -1 -1 + 722 14 0.25334 0.66004 0.83579 0 0 1 + 1461 14 0.27581 0.22696 0.54909 0 1 0 + 131 14 0.28255 0.33358 0.01808 1 -1 0 + 191 14 0.09014 0.96588 0.79553 1 0 0 + 1815 14 0.04219 0.93745 0.64090 1 -1 0 + 575 14 0.39895 0.73125 0.92680 0 -2 -1 + 190 13 0.09885 0.95240 0.76446 1 0 0 + 623 14 0.41367 0.71221 0.04172 1 1 0 + 398 14 0.37583 0.15306 0.97975 -1 0 0 + 239 14 0.42728 0.25162 0.57235 0 0 0 + 502 13 0.26051 0.98573 0.85797 0 -1 -1 + 1555 13 0.48462 1.00150 0.87181 -1 -1 -1 + 1319 14 0.33250 0.58078 0.97622 1 -1 -1 + 366 14 0.03949 0.05937 0.04105 0 1 0 + 1716 14 0.08651 0.66553 0.78580 0 0 0 + 1566 14 0.46302 0.86617 0.79684 1 -1 0 + 565 13 0.33941 0.74083 0.63054 0 1 0 + 373 13 0.45698 0.80100 0.69246 -1 0 0 + 110 14 0.32917 0.13733 0.52217 0 0 0 + 1294 13 0.14067 0.40057 0.34188 1 2 -1 + 946 13 0.13949 0.54722 0.15067 0 0 1 + 1346 14 0.24834 0.74404 0.57815 0 -2 0 + 1263 14 0.40446 0.95778 0.67869 1 -1 0 + 1093 13 0.41422 0.51084 0.95145 -1 0 1 + 667 13 0.11229 0.46606 0.84555 0 0 -1 + 651 14 0.06795 0.30742 0.54159 1 0 1 + 1421 14 0.49078 0.91226 0.15631 0 0 0 + 1993 13 0.34319 0.40628 0.09472 1 -1 0 + 636 14 0.02582 0.90333 0.76281 0 0 0 + 721 13 0.25856 0.68222 0.86231 0 0 1 + 781 13 0.15354 0.28764 0.08789 1 0 0 + 302 14 0.09893 0.03695 0.35301 -1 1 0 + 1944 14 0.10523 0.06305 0.62614 -1 1 0 + 1714 13 0.10774 0.65440 0.81126 0 0 0 + 65 3 0.40042 0.75862 0.55540 0 0 0 + 1903 13 0.00875 0.96915 0.13848 1 0 0 + 567 14 0.36202 0.75142 0.60605 0 1 0 + 54 4 0.28956 0.60510 0.54513 0 0 0 + 1393 13 0.11272 0.14956 0.75078 1 -1 0 + 1338 14 0.04594 0.23818 0.42722 2 1 0 + 1756 13 0.31870 0.08896 0.67164 0 1 1 + 463 13 0.43856 0.23352 0.95464 0 0 -1 + 185 14 0.02504 0.41930 0.31418 0 1 1 + 1677 14 0.08260 0.12583 0.00265 1 0 0 + 1771 13 0.48027 0.78737 0.79492 1 1 -2 + 493 13 0.27531 0.44080 0.96949 -1 1 0 + 1543 13 0.02098 0.68741 0.01749 1 0 1 + 542 14 0.43289 0.41547 0.37964 0 1 1 + 1917 14 0.32811 0.68325 0.72825 2 0 0 + 1837 13 0.06776 0.84834 0.96556 1 -1 0 + 1061 14 0.35707 0.94317 0.52826 -1 0 1 + 1060 13 0.32510 0.92901 0.52818 -1 0 1 + 1623 14 0.37780 0.47659 0.61926 1 0 1 + 885 14 0.31482 0.05861 0.10526 0 1 0 + 659 14 0.00652 0.04538 0.27439 0 0 0 + 418 13 0.12821 0.30332 0.19050 -1 2 0 + 1345 13 0.26441 0.71395 0.57046 0 -2 0 + 1256 14 0.14136 0.99318 0.89664 1 -1 0 + 362 14 0.30249 0.79009 0.88814 0 -1 0 + 576 14 0.36876 0.68495 0.92882 0 -2 -1 + 216 14 0.17476 0.93188 0.63031 0 0 0 + 1340 14 0.41409 0.26815 0.69788 -1 -1 -2 + 1581 14 0.08734 0.79002 0.87191 1 -1 -1 + 562 13 0.11019 0.60379 0.89486 1 0 -1 + 1348 13 0.22587 0.82066 0.53976 0 -1 1 + 783 14 0.12070 0.29007 0.07613 1 0 0 + 1542 14 0.39007 -0.00013 0.11874 0 0 0 + 1382 14 0.08888 0.22687 0.90739 0 0 1 + 1262 14 0.41481 0.91032 0.65225 1 -1 0 + 435 14 0.11788 0.12750 0.94789 0 1 -1 + 700 13 0.42911 0.86603 0.60108 1 -1 -1 + 1354 13 0.18310 0.22059 0.83394 1 0 0 + 1850 14 0.27236 0.60730 0.77647 0 -2 -1 + 738 14 0.07376 0.56381 0.38131 0 0 0 + 1315 13 0.28350 0.07146 0.95065 1 0 -1 + 426 14 0.18198 0.29496 0.50478 0 1 0 + 868 13 0.20926 0.84500 0.75338 0 0 0 + 214 13 0.15517 0.94086 0.60277 0 0 0 + 1797 14 0.35990 0.31293 0.00921 -1 0 1 + 672 14 0.16914 0.90297 0.99600 0 -1 -1 + 475 13 0.12029 0.64574 0.69496 0 0 0 + 1261 13 0.41326 0.92440 0.68422 1 -1 0 + 1395 14 0.12207 0.16569 0.78037 1 -1 0 + 103 13 0.16889 0.20722 0.32156 0 -1 0 + 60 11 0.18639 0.57243 0.66091 0 0 0 + 424 13 0.19044 0.31168 0.53431 0 1 0 + 1386 14 0.14695 0.23332 0.17511 0 1 0 + 57 11 0.36432 0.53867 0.67608 0 0 0 + 361 13 0.31994 0.76996 0.86549 0 -1 0 + 1413 14 0.34601 0.79989 0.81559 -1 -1 -1 + 852 14 0.15304 0.46239 0.99133 0 1 0 + 1878 14 0.04563 0.70889 0.22067 1 1 -1 + 1366 13 0.20126 0.68767 0.36357 0 -1 0 + 579 14 0.38077 0.40446 0.80774 0 0 -1 + 356 14 0.29665 0.54862 0.90093 0 -1 -1 + 1317 14 0.27015 0.09183 0.92556 1 0 -1 + 1646 14 0.05836 0.04513 0.19452 0 1 0 + 940 13 0.10613 0.46750 0.21900 0 1 -1 + 699 14 0.28748 0.97096 0.44731 1 -1 -1 + 1784 14 0.03545 0.41932 0.95311 0 -1 -1 + 577 13 0.34760 0.40681 0.79691 0 0 -1 + 1355 14 0.19078 0.25309 0.84430 1 0 0 + 223 13 0.22663 0.33151 0.71558 0 -1 -1 + 399 14 0.33254 0.16761 0.94855 -1 0 0 + 357 14 0.29711 0.55141 0.84570 0 -1 -1 + 1018 13 0.39696 0.96807 0.22850 0 -1 0 + 1410 14 0.29060 0.40162 0.90734 1 0 1 + 1948 13 0.08342 0.24708 0.97512 0 0 -1 + 543 14 0.48384 0.39755 0.36775 0 1 1 + 703 13 0.33263 0.25513 0.87712 0 -1 -1 + 1007 14 0.20856 0.92950 0.55058 0 -2 -1 + 1168 13 0.37266 0.10373 0.58359 0 -1 -1 + 792 14 0.09135 0.86206 0.64616 0 -1 -1 + 1876 13 0.02961 0.73970 0.21657 1 1 -1 + 280 13 0.00210 0.49146 0.03502 0 0 0 + 1538 14 0.43679 0.23300 0.43466 0 1 0 + 879 14 0.15086 0.43114 0.73171 0 -1 0 + 867 14 0.43801 0.78127 0.85364 0 -2 0 + 1062 14 0.30401 0.95502 0.51812 -1 0 1 + 947 14 0.10855 0.54960 0.13456 0 0 1 + 1950 14 0.08459 0.27768 0.99202 0 0 -1 + 58 11 0.24807 0.61185 0.60424 0 0 0 + 1607 14 0.50433 0.81250 0.37043 1 0 -1 + 1299 14 0.44829 0.51492 0.75354 1 1 -1 + 895 13 0.45973 0.08300 0.11191 0 1 0 + 1188 14 0.15960 0.44651 0.19633 1 -1 0 + 138 14 0.46750 0.81056 0.25938 0 -1 1 + 48 8 0.32570 0.54361 0.66968 0 0 0 + 1932 14 0.45864 0.40211 0.07798 0 0 0 + 1401 14 0.18734 0.63154 0.73875 1 0 0 + 871 13 0.02533 0.67619 0.76318 0 -1 0 + 520 13 0.48881 0.65473 0.21903 -1 0 1 + 146 14 0.06964 0.25215 0.17461 1 0 -1 + 1124 14 0.24244 0.92352 0.85671 1 1 -1 + 64 1 0.41473 0.73984 0.51764 0 0 0 + 1626 14 0.11232 0.56259 0.71751 1 -1 0 + 873 14 0.02452 0.67313 0.72835 0 -1 0 + 1200 14 0.16523 0.03923 0.58834 0 0 -1 + 1660 13 0.13300 0.54534 0.79144 1 -1 -1 + 49 8 0.25850 0.58718 0.63321 0 0 0 + 1838 14 0.09715 0.86266 0.97797 1 -1 0 + 1931 14 0.40563 0.38881 0.08643 0 0 0 + 934 13 0.39606 0.36486 0.92684 0 0 0 + 1008 14 0.23058 0.89973 0.50949 0 -2 -1 + 338 14 0.26054 0.83486 0.89654 0 -1 0 + 1412 14 0.35554 0.77304 0.76819 -1 -1 -1 + 1631 14 0.20809 0.09334 0.47959 2 -1 0 + 790 13 0.09849 0.83219 0.66289 0 -1 -1 + 56 4 0.37777 0.59592 0.61116 0 0 0 + 1758 14 0.34194 0.09777 0.69624 0 1 1 + 1219 13 0.16568 0.20979 0.51910 0 0 1 + 1298 14 0.42713 0.56163 0.73280 1 1 -1 + 1202 14 0.47901 0.17512 0.92613 -1 -1 0 + 1087 13 0.48404 0.89386 0.52120 -1 -1 0 + 1186 13 0.18718 0.43185 0.18060 1 -1 0 + 270 14 0.16818 0.66325 0.14379 0 0 1 + 313 13 0.14329 0.63447 0.98222 -1 1 -1 + 1586 14 0.07007 0.90195 0.32248 1 -1 0 + 603 14 0.10302 0.06890 0.77361 0 -1 -1 + 450 14 0.32880 0.21352 0.49268 0 0 -1 + 1503 14 0.07330 0.22950 0.55297 1 0 0 + 1381 13 0.09010 0.22361 0.87259 0 0 1 + 896 14 0.44160 0.05374 0.11811 0 1 0 + 1408 13 0.29036 0.37683 0.88267 1 0 1 + 224 14 0.24582 0.33198 0.74481 0 -1 -1 + 1622 14 0.38098 0.43443 0.58360 1 0 1 + 119 14 0.18235 0.74717 0.82952 1 -2 -1 + 473 14 0.44282 0.50375 0.57562 0 1 0 + 130 13 0.30800 0.35735 0.01492 1 -1 0 + 884 14 0.33544 0.05485 0.15644 0 1 0 + 194 14 0.03105 0.15058 0.52643 0 0 0 + 423 14 0.10309 0.92762 0.86192 -1 -2 0 + 850 13 0.16047 0.49654 0.98992 0 1 0 + 1880 14 0.08005 0.85347 0.49568 0 -1 -1 + 255 14 0.48966 0.47833 0.80247 -1 -1 -1 + 1433 14 0.38588 0.98936 0.29449 1 -1 0 + 602 14 0.05885 0.03828 0.76057 0 -1 -1 + 397 13 0.36751 0.16728 0.94891 -1 0 0 + 1933 13 0.18562 0.38885 0.98020 1 1 0 + 866 14 0.38609 0.78497 0.87236 0 -2 0 + 1114 13 0.39952 0.99075 0.53889 -1 0 0 + 698 14 0.27862 0.02438 0.45856 1 0 -1 + 215 14 0.12231 0.93457 0.61295 0 0 0 + 1123 13 0.23144 0.89060 0.85248 1 1 -1 + 1120 13 0.06557 0.50086 0.59705 0 -1 0 + 1531 13 0.06055 0.63719 0.10078 0 1 1 + 1221 14 0.15974 0.17850 0.50464 0 0 1 + 1769 14 0.20338 0.12475 0.88919 0 0 0 + 1281 14 0.37690 0.34241 0.53619 -1 0 1 + 684 14 0.37822 0.89491 0.05102 -1 -1 -1 + 449 14 0.32784 0.26234 0.46672 0 0 -1 + 1409 14 0.28595 0.39433 0.85271 1 0 1 + 487 13 0.00655 0.55479 0.36289 0 0 0 + 476 14 0.12205 0.61739 0.67457 0 0 0 + 1687 13 0.36308 0.39536 0.69694 0 0 0 + 264 14 0.10047 0.15723 0.36138 0 1 -1 + 986 14 0.17951 0.51693 0.10451 1 0 1 + 384 14 0.16843 0.35052 0.75084 0 0 0 + 1849 13 0.30072 0.60929 0.79684 0 -2 -1 + 1573 13 0.31213 0.98151 0.64423 1 0 -1 + 1240 13 0.22401 0.89825 0.03398 0 -1 0 + 1341 14 0.41333 0.23020 0.65764 -1 -1 -2 + 837 14 0.15737 0.67853 0.51164 1 -1 -1 + 477 14 0.10273 0.66920 0.67587 0 0 0 + 723 14 0.23623 0.70846 0.85632 0 0 1 + 970 13 0.34003 0.63553 0.90018 -2 1 -1 + 1006 13 0.21270 0.92910 0.51586 0 -2 -1 + 1662 14 0.12471 0.51665 0.80965 1 -1 -1 + 566 14 0.31323 0.72618 0.61256 0 1 0 + 1757 14 0.32069 0.05410 0.66978 0 1 1 + 1292 14 0.09490 0.35968 0.88516 0 -1 -1 + 1237 13 0.00802 0.49165 0.90220 0 0 0 + 1574 14 0.31997 0.95233 0.66184 1 0 -1 + 1839 14 0.06981 0.85271 0.93093 1 -1 0 + 851 14 0.16511 0.50310 0.95588 0 1 0 + 1225 13 0.17740 0.78600 0.94479 1 -1 -1 + 1316 14 0.25804 0.06912 0.97452 1 0 -1 + 712 13 0.02273 0.73560 0.57200 0 0 -1 + 830 14 0.36715 0.63616 0.03325 0 -1 1 + 1995 14 0.32074 0.43074 0.10571 1 -1 0 + 1291 13 0.12700 0.37001 0.89443 0 -1 -1 + 839 14 0.43807 0.08842 0.48634 -1 0 1 + 658 13 0.02526 0.06745 0.29402 0 0 0 + 997 13 0.04077 0.34313 0.85561 1 0 -1 + 446 14 0.20705 0.87156 0.68515 -1 -1 -1 + 1035 14 0.09093 0.84720 0.79110 1 0 0 + 166 13 0.35792 0.84878 0.97783 0 0 -1 + 1637 14 0.15703 0.77182 0.28594 1 -1 -1 + 870 14 0.17502 0.85125 0.74997 0 0 0 + 705 14 0.33582 0.28895 0.88543 0 -1 -1 + 448 13 0.32538 0.24784 0.49844 0 0 -1 + 1675 13 0.11490 0.13085 0.01506 1 0 0 + 1977 14 0.01506 0.81913 0.63432 0 0 0 + 1942 13 0.09365 0.07370 0.59491 -1 1 0 + 1460 14 0.26276 0.21921 0.60227 0 1 0 + 1122 14 0.03576 0.48826 0.61031 0 -1 0 + 1289 14 0.06220 0.66381 0.47697 1 0 0 + 137 14 0.49855 0.85562 0.25135 0 -1 1 + 736 13 0.10162 0.56677 0.40223 0 0 0 + 402 14 0.16403 0.29346 0.40907 1 1 1 + 1232 14 0.35544 0.21839 0.60622 0 0 0 + 610 13 0.23174 0.06124 0.73326 -1 1 0 + 1579 13 0.07585 0.82210 0.86405 1 -1 -1 + 139 13 0.43200 0.05519 0.94285 0 -1 -1 + 254 14 0.44383 0.46430 0.83007 -1 -1 -1 + 140 14 0.41618 0.04791 0.91252 0 -1 -1 + 1682 14 0.22308 0.77450 0.77052 0 -1 -1 + 2003 14 0.13179 0.86726 0.42950 2 1 1 + 504 14 0.28019 0.01132 0.87141 0 0 -1 + 1683 14 0.25937 0.73277 0.77076 0 -1 -1 + 383 14 0.16357 0.36353 0.80438 0 0 0 + 1885 13 0.47434 0.10872 0.27317 0 1 0 + 702 14 0.41469 0.83671 0.58863 1 -1 -1 + 621 14 0.40655 0.64056 0.72558 -1 -1 -1 + 694 13 0.11735 0.39986 0.51195 0 0 0 + 1636 13 0.15641 0.79735 0.30982 1 -1 -1 + 363 14 0.30566 0.73824 0.86914 0 -1 0 + 1594 13 0.14713 0.40250 0.07862 0 0 1 + 494 14 0.28311 0.47318 0.98015 -1 1 0 + 47 8 0.30831 0.58026 0.63924 0 0 0 + 1494 14 0.22277 0.28622 0.06527 -1 -1 2 + 1768 13 0.23234 0.12591 0.86962 0 0 0 + 1296 14 0.13654 0.40299 0.37652 1 2 -1 + 1681 13 0.23025 0.74418 0.78640 0 -1 -1 + 1935 14 0.16832 0.38802 0.01059 1 1 1 + 1198 13 0.18663 0.03026 0.56217 0 0 -1 + 657 14 0.04556 0.47810 0.12232 0 0 0 + 733 13 0.02173 0.57339 0.83293 -1 0 0 + 601 13 0.07716 0.05018 0.78788 0 -1 -1 + 545 14 0.34146 0.06507 0.83040 1 1 -1 + 791 14 0.10563 0.84200 0.69569 0 -1 -1 + 1121 14 0.07768 0.52250 0.62171 0 -1 0 + 427 13 0.25912 0.05056 0.07398 -1 0 0 + 544 13 0.36150 0.04227 0.84776 1 1 -1 + 1715 14 0.13916 0.65207 0.79608 0 0 0 + 683 14 0.35119 0.89754 0.09921 -1 -1 -1 + 668 14 0.13583 0.48320 0.86491 0 0 -1 + 1144 13 0.14659 0.55428 0.26929 0 1 -1 + 612 14 0.24733 0.03334 0.74744 -1 1 0 + 704 14 0.30656 0.24356 0.89736 0 -1 -1 + 574 13 0.39418 0.70214 0.94559 0 -2 -1 + 942 14 0.08924 0.43779 0.22644 0 1 -1 + 1094 14 0.42279 0.48674 0.92760 -1 0 1 + 268 13 0.15716 0.67270 0.11198 0 0 1 + 472 13 0.47579 0.51230 0.56771 0 1 0 + 935 14 0.40436 0.34414 0.95377 0 0 0 + 1689 14 0.33574 0.40455 0.67716 0 0 0 + 588 14 0.37550 0.20017 0.84952 0 0 0 + 1848 14 0.04078 0.80130 0.01315 1 0 2 + 421 13 0.13090 0.90675 0.85820 -1 -2 0 + 737 14 0.09257 0.54967 0.43136 0 0 0 + 425 14 0.21034 0.28892 0.55188 0 1 0 + 1257 14 0.16490 0.01626 0.94106 1 0 0 + 1212 14 0.28317 0.98298 0.79771 0 -2 0 + 314 14 0.13367 0.66808 0.98145 -1 1 -1 + 315 14 0.13998 0.62363 0.94914 -1 1 -1 + 1166 14 0.03776 0.35687 0.25548 0 0 1 + 248 14 0.25810 0.20478 0.75854 -1 1 -1 + 1339 13 0.43511 0.24893 0.67759 -1 -1 -2 + 428 14 0.23707 0.03906 0.04939 -1 0 0 + 1394 14 0.09244 0.17272 0.73419 1 -1 0 + 1227 14 0.16563 0.77947 0.91252 1 -1 -1 + 420 14 0.16051 0.30825 0.20296 -1 2 0 + 782 14 0.15356 0.30594 0.11769 1 0 0 + 59 11 0.30662 0.49529 0.73007 0 0 0 + 382 13 0.15094 0.37143 0.77274 0 0 0 + 1328 14 0.08417 0.59049 0.02720 0 -1 0 + 1368 14 0.23270 0.67251 0.36141 0 -1 0 + 253 13 0.45565 0.47155 0.79797 -1 -1 -1 + 1231 13 0.33977 0.21984 0.63745 0 0 0 + 936 14 0.36314 0.37477 0.93323 0 0 0 + 55 4 0.33422 0.64860 0.61165 0 0 0 + 1356 14 0.21137 0.21014 0.81619 1 0 0 + 1740 14 0.48220 0.41424 0.89457 0 1 0 + 586 13 0.38971 0.16878 0.84355 0 0 0 + 262 13 0.08148 0.13268 0.37750 0 1 -1 + 680 14 0.13379 0.10124 0.69827 0 0 1 + 1943 14 0.06326 0.08958 0.60178 -1 1 0 + 1233 14 0.34620 0.18867 0.65194 0 0 0 + 1688 14 0.35775 0.36155 0.70410 0 0 0 + 1540 13 0.42118 0.98420 0.12177 0 -1 0 + 1329 14 0.10211 0.54494 0.00147 0 -1 0 + 141 14 0.40579 0.06177 0.96505 0 -1 -1 + 1167 14 0.03873 0.35765 0.20018 0 0 1 + 919 13 0.19113 0.61292 0.42363 0 0 -1 + 1866 14 0.01892 0.38287 0.14069 1 0 0 + 1496 14 0.02121 0.87153 1.00718 1 0 0 + 1302 14 0.48996 0.34072 0.69243 0 0 1 + 1782 14 0.04438 0.34238 0.07567 1 0 0 + 1979 14 0.00207 0.55276 0.43391 2 0 -1 + 1171 13 0.49784 0.74157 0.27163 0 -2 0 + 1563 14 0.42688 0.97737 0.43736 1 -2 1 + 826 13 0.05010 0.23003 0.70285 0 0 -1 + 624 14 0.43837 0.75638 0.06403 1 1 0 + 1645 13 0.06564 0.06996 0.17099 0 1 0 + 524 14 0.47636 0.08369 0.98624 0 1 -1 + 394 13 0.01863 0.71955 0.86430 0 0 0 + 534 14 0.00563 0.36347 0.34785 1 2 1 + 1301 14 0.48785 0.30164 0.65335 0 0 1 + 519 14 0.48764 0.96026 0.61917 -1 -1 -1 + 1955 14 -0.00977 0.75887 0.11451 2 0 1 + 1500 14 0.49492 0.29722 0.57069 0 1 -2 + 369 14 0.48803 0.49792 0.38018 -1 1 1 + 1022 14 0.00519 0.55676 0.69428 0 -1 0 + 872 14 0.02348 0.64330 0.77492 0 -1 0 + 290 14 -0.00270 0.44171 0.79038 0 0 -1 + 635 14 0.01211 0.86113 0.79583 0 0 0 + 1238 14 0.00766 0.47014 0.87462 0 0 0 + 200 14 0.50360 0.14961 0.03950 -1 1 0 + 375 14 0.48257 0.82443 0.68808 -1 0 0 + 353 14 0.00003 0.90153 0.86584 0 -1 1 + 660 14 0.00762 0.06953 0.32414 0 0 0 + 1923 14 0.49771 0.67746 0.07382 1 0 2 + 1727 14 0.48499 0.58236 0.35589 1 1 0 + 509 14 0.49189 0.67607 0.71977 -1 0 1 + 678 14 0.00107 0.32910 0.73811 0 1 0 + 133 13 0.00328 0.93110 0.70028 0 0 -1 + 1733 14 0.63878 0.71296 0.54779 1 0 0 + 376 13 0.80587 0.67751 0.00792 -1 0 1 + 891 14 0.87845 0.57426 0.39886 0 0 0 + 902 14 0.64446 0.60555 0.63352 0 -1 0 + 1518 14 0.68570 0.95318 0.97354 0 0 0 + 760 13 0.95868 0.12479 0.13567 -1 1 1 + 1417 13 0.80453 0.68853 0.48086 -1 0 0 + 1099 13 0.53793 0.26789 0.52245 0 0 1 + 1012 13 0.54661 0.01258 0.47163 0 0 0 + 1021 13 0.98020 0.54852 0.71731 -1 -1 0 + 822 14 0.79492 0.20861 0.90019 -1 -1 -1 + 633 14 0.60491 0.92547 0.13907 -1 0 0 + 844 13 0.88811 0.01704 0.26371 -1 0 0 + 1673 14 0.85752 0.56598 0.67599 0 1 1 + 961 13 0.61386 0.75162 0.39503 0 0 -1 + 115 13 0.67405 0.65094 0.14571 1 0 -1 + 452 14 0.73259 0.64593 0.23232 -1 0 0 + 825 14 0.95023 0.80974 0.08269 0 -1 1 + 1205 14 0.63666 0.29157 0.58882 0 -1 0 + 1079 14 0.51581 0.74181 0.83179 0 -1 -1 + 228 14 0.79232 0.34659 0.12478 -2 1 0 + 1890 14 0.99077 0.63451 0.93457 0 0 -1 + 334 13 0.76197 0.07504 0.98106 0 0 -1 + 1774 13 0.81137 0.90630 0.27000 0 -2 0 + 1027 13 0.64876 0.86474 0.04175 1 0 1 + 165 14 0.91767 0.40493 0.19591 -2 0 2 + 1686 14 0.61429 0.44651 0.58653 0 0 -1 + 1077 14 0.71443 0.82442 0.10735 1 0 0 + 1420 13 0.50353 0.94150 0.17065 0 0 0 + 1313 14 0.59208 0.47660 0.49271 1 1 -1 + 1491 14 0.89590 0.93217 0.95308 -1 0 0 + 1140 14 0.51920 0.93051 0.42571 0 0 0 + 1728 14 0.50904 0.60330 0.31070 1 1 0 + 1708 13 0.68024 0.05362 0.27533 0 1 2 + 1986 14 0.55795 0.52960 0.70248 1 1 0 + 813 14 0.80112 0.00131 0.46450 0 -1 -1 + 468 14 0.53102 0.51175 0.09666 -1 0 0 + 1405 13 0.71893 0.03412 0.42449 0 0 0 + 1602 14 0.86659 0.60869 0.92665 0 0 -2 + 1712 14 0.61640 0.56101 0.50008 1 0 1 + 1706 14 0.59608 0.22022 0.92981 1 1 0 + 1794 14 0.75521 0.90594 0.86876 0 -1 0 + 486 14 0.90825 0.23193 0.11698 -1 1 1 + 377 14 0.80158 0.64819 0.02649 -1 0 1 + 560 14 0.87154 0.20176 0.05373 -1 0 0 + 500 14 0.72152 0.76022 0.27037 -1 1 0 + 380 14 0.69528 0.28120 0.12113 -1 1 2 + 1844 14 0.98776 0.20009 0.82107 0 -1 0 + 1554 14 0.73079 0.60908 0.10402 -1 0 -2 + 1159 13 0.60953 0.72593 0.06756 0 0 2 + 1330 13 0.57788 0.61937 0.62480 1 0 -2 + 1805 14 0.67811 0.28695 0.66864 0 0 -1 + 1990 13 0.58206 0.02717 0.30097 1 0 1 + 779 14 0.93776 0.63993 0.32651 -1 0 0 + 156 14 0.91025 0.68628 0.64051 -1 0 1 + 688 13 0.90030 0.26383 0.69096 0 1 0 + 1206 14 0.65206 0.25937 0.54658 0 -1 0 + 1985 14 0.51077 0.55707 0.71140 1 1 0 + 444 14 0.90980 0.27752 0.31706 -1 0 0 + 743 14 0.82918 0.03391 0.12595 0 1 0 + 1747 13 0.87314 0.36468 0.56686 1 1 -1 + 18 9 0.56069 0.21653 0.20097 0 0 0 + 1440 14 0.87204 0.23488 0.25257 -1 0 0 + 1161 14 0.58327 0.70313 0.07132 0 0 2 + 1196 14 0.72952 0.93726 0.26829 -2 -2 0 + 928 13 0.60770 0.01460 0.20304 -1 1 1 + 1155 14 0.57694 0.37438 0.03198 0 1 1 + 278 14 0.78812 0.44738 0.31790 -1 0 0 + 1455 14 0.88239 0.45316 0.06847 0 0 1 + 341 14 0.96228 0.81283 0.39050 -2 -1 0 + 242 14 0.76156 0.10364 0.16860 -1 1 1 + 1634 14 0.54648 0.40753 0.42952 1 0 1 + 1471 13 0.93981 0.27627 0.60057 -1 0 0 + 443 14 0.92889 0.28598 0.26585 -1 0 0 + 581 14 0.55874 0.45397 0.22728 -1 0 0 + 874 13 0.68268 0.39190 0.15599 -1 1 0 + 842 14 0.91623 0.68651 0.42614 0 0 0 + 654 14 0.95889 0.85461 0.31255 -1 0 0 + 431 14 0.79184 0.22003 0.34766 0 0 1 + 1991 14 0.55942 0.04134 0.32354 1 0 1 + 481 13 0.98392 0.99517 0.22575 0 0 1 + 629 14 0.81753 0.30700 0.05316 0 -1 0 + 732 14 0.53790 0.19581 0.39273 0 2 0 + 554 14 0.87662 0.90983 0.65869 -1 -1 0 + 460 13 0.69601 0.52603 0.36793 -1 0 2 + 189 14 0.59611 0.98625 0.97351 -1 -1 0 + 1793 14 0.73136 0.93043 0.91224 0 -1 0 + 1005 14 0.90880 0.55801 0.12587 0 0 1 + 347 14 0.68058 0.83786 0.42990 0 0 2 + 1174 13 0.71335 0.45748 0.50729 2 -2 1 + 990 14 0.86919 0.87837 0.16107 -1 -2 -1 + 1376 14 0.94883 0.56090 0.27290 0 -1 0 + 864 14 0.80024 0.11037 0.36053 -1 0 0 + 751 13 0.90437 0.74757 0.05507 -1 0 0 + 1833 14 0.91329 0.36720 0.30862 0 1 1 + 903 14 0.67690 0.61358 0.67759 0 -1 0 + 1485 14 0.77598 0.56757 0.31885 0 0 0 + 1719 14 0.63739 0.99758 0.08805 1 -1 -1 + 1946 14 0.89571 0.79718 0.83657 1 1 0 + 1592 14 0.66021 0.79382 0.15605 -1 0 1 + 1800 14 0.59478 0.28750 0.18564 -1 0 -1 + 1674 14 0.83349 0.61405 0.68905 0 1 1 + 1612 13 0.67984 0.22286 0.37440 0 0 0 + 187 13 0.56440 1.00056 0.96995 -1 -1 0 + 1701 14 0.57645 0.58910 0.28068 1 1 0 + 832 13 0.74461 0.14618 0.47848 0 0 1 + 1559 14 0.67140 0.35422 0.77504 0 -1 -1 + 1284 14 0.72111 0.17089 0.14609 0 1 -1 + 1615 13 0.53465 0.44312 0.11266 -1 0 0 + 1945 13 0.89038 0.76721 0.81935 1 1 0 + 843 14 0.91463 0.71298 0.47468 0 0 0 + 730 13 0.53389 0.22204 0.36995 0 2 0 + 1570 13 0.66024 0.37480 0.70997 1 -1 0 + 724 13 0.55362 0.46667 0.60415 0 0 0 + 1080 14 0.52011 0.69246 0.80718 0 -1 -1 + 1641 14 0.68670 0.96031 0.13672 0 -1 1 + 525 14 0.52178 0.05557 0.00059 0 1 0 + 1520 14 0.76081 0.31698 0.32366 -1 1 0 + 292 13 0.75496 0.24895 0.47589 -1 0 1 + 1076 14 0.71867 0.85835 0.06388 1 0 0 + 548 14 0.76521 0.28489 0.92064 0 0 -2 + 499 13 0.70038 0.73575 0.25704 -1 1 0 + 537 14 0.74952 0.70725 0.79054 -1 0 0 + 881 14 0.56955 0.33465 0.50267 0 0 -1 + 1478 14 0.89025 0.80087 0.26907 -1 -1 1 + 1685 14 0.64475 0.40076 0.59273 0 0 -1 + 1512 14 0.67659 0.28103 0.18833 1 1 1 + 1215 14 0.81120 0.80197 0.30200 -1 -1 1 + 117 14 0.64587 0.66754 0.15808 1 0 -1 + 1617 14 0.53861 0.41829 0.08836 -1 0 0 + 1696 13 0.92527 0.16465 0.42265 0 0 0 + 1560 14 0.69223 0.37227 0.82300 0 -1 -1 + 430 13 0.79109 0.23067 0.38096 0 0 1 + 1209 14 0.68843 0.34248 0.43472 0 0 0 + 325 13 0.94600 0.48217 0.31833 -1 0 1 + 1516 13 0.66021 0.95955 0.99661 0 0 0 + 381 14 0.72711 0.29678 0.07866 -1 1 2 + 841 13 0.90317 0.68418 0.45849 0 0 0 + 962 14 0.62824 0.77696 0.41438 0 0 -1 + 771 14 0.61189 0.30678 0.40572 0 0 0 + 989 14 0.90951 0.84403 0.14512 -1 -2 -1 + 1051 13 0.66001 0.68737 0.49412 -1 1 1 + 1138 13 0.54509 0.90752 0.42083 0 0 0 + 116 14 0.69772 0.65358 0.17131 1 0 -1 + 1406 14 0.69797 0.05370 0.40449 0 0 0 + 794 14 0.78799 0.94106 0.16252 0 -1 0 + 689 14 0.91659 0.28581 0.71274 0 1 0 + 127 13 0.60202 0.47840 0.98256 1 0 0 + 1618 13 0.62135 0.16759 0.29676 0 1 0 + 1750 13 0.68272 0.02321 0.90774 0 1 0 + 1311 14 0.63589 0.59483 0.13828 0 0 0 + 1244 14 0.86555 0.26237 0.98440 0 1 -2 + 761 14 0.92488 0.12994 0.14303 -1 1 1 + 294 14 0.75354 0.21791 0.49194 -1 0 1 + 511 13 0.86730 0.86734 0.55725 0 0 1 + 964 13 0.93653 0.04771 -0.00049 0 0 0 + 1325 14 0.93475 0.98899 0.51911 -1 -1 0 + 485 14 0.93869 0.24893 0.07404 -1 1 1 + 1057 13 0.93477 0.97856 0.42322 0 0 -1 + 327 14 0.96543 0.47106 0.29145 -1 0 1 + 484 13 0.94112 0.23305 0.10510 -1 1 1 + 1709 14 0.67447 0.06368 0.24234 0 1 2 + 1484 14 0.82813 0.55001 0.32442 0 0 0 + 1436 14 0.83605 0.00646 0.04137 0 0 1 + 471 14 0.59757 0.64828 0.53277 0 -1 0 + 1620 14 0.62836 0.19493 0.31741 0 1 0 + 1204 13 0.64974 0.29285 0.55641 0 -1 0 + 1483 13 0.80224 0.55281 0.30108 0 0 0 + 1404 14 0.88075 0.85695 0.00970 0 -1 2 + 1194 14 0.97121 0.33271 0.59182 -1 0 0 + 726 14 0.53191 0.48723 0.58601 0 0 0 + 833 14 0.73889 0.11630 0.49573 0 0 1 + 218 14 0.51857 0.60429 0.89481 0 0 0 + 1896 14 0.81591 0.53812 0.23432 1 0 1 + 453 14 0.69185 0.64749 0.26970 -1 0 0 + 2000 14 0.53935 0.03819 0.41019 0 2 0 + 1606 13 0.53927 0.81207 0.37180 1 0 -1 + 291 14 0.95853 0.40767 0.81032 -1 0 -1 + 1071 14 0.97815 0.79050 0.77628 0 0 -1 + 1207 13 0.66983 0.31454 0.44452 0 0 0 + 709 13 0.85533 0.41489 0.22382 -2 0 0 + 926 14 0.72209 0.65489 0.36099 0 -1 0 + 793 13 0.81993 0.92686 0.16164 0 -1 0 + 1698 14 0.90480 0.19205 0.42997 0 0 0 + 336 14 0.77483 0.09552 0.00631 0 0 0 + 1734 14 0.61476 0.75968 0.56508 1 0 0 + 890 14 0.89667 0.53383 0.36580 0 0 0 + 1724 14 0.83382 0.36546 0.45666 -1 0 -1 + 1883 14 0.65327 0.31440 0.04202 1 -1 0 + 151 13 0.59599 0.13732 0.74168 0 1 1 + 1875 14 0.57544 0.80983 0.94422 1 0 0 + 283 13 0.95129 0.30699 0.47118 -1 1 0 + 415 13 0.69602 0.16358 0.93691 -1 0 -1 + 715 13 0.60708 0.82591 0.53465 0 0 0 + 927 14 0.75308 0.63984 0.40426 0 -1 0 + 1075 13 0.73262 0.85173 0.09526 1 0 0 + 163 13 0.95138 0.41002 0.18810 -2 0 2 + 1112 14 0.91775 0.98485 0.88263 -1 -1 -1 + 1287 14 0.67590 0.15144 0.38822 0 0 1 + 1321 13 0.55772 0.92356 0.81444 1 0 0 + 126 14 0.63521 0.74051 0.85249 -1 -1 0 + 863 14 0.74736 0.12615 0.35673 -1 0 0 + 517 13 0.51070 0.93409 0.62167 -1 -1 -1 + 416 14 0.66566 0.17545 0.94958 -1 0 -1 + 1755 14 0.79434 0.49681 0.43063 0 1 -1 + 1002 14 0.84218 0.57937 0.16115 -1 1 1 + 1392 14 0.56914 0.71968 0.17432 0 0 1 + 1549 13 0.73994 0.47138 0.15613 0 1 0 + 1101 14 0.51030 0.26725 0.50102 0 0 1 + 1335 14 0.83106 0.72397 0.95718 0 -1 -1 + 1614 14 0.68989 0.23213 0.34222 0 0 0 + 1059 14 0.93571 1.00235 0.39760 0 0 -1 + 1616 14 0.51662 0.42754 0.13826 -1 0 0 + 370 13 0.69259 0.89575 0.39300 -1 -2 0 + 512 14 0.84088 0.86027 0.53544 0 0 1 + 735 14 0.99030 0.56222 0.82244 -2 0 0 + 275 14 0.75666 0.48790 0.09138 -1 0 1 + 274 13 0.75366 0.49140 0.05671 -1 0 1 + 467 14 0.51127 0.53982 0.05329 -1 0 0 + 1192 13 0.98313 0.36533 0.58777 -1 0 0 + 1894 13 0.81540 0.53191 0.19991 1 0 1 + 1874 14 0.62048 0.84187 0.94612 1 0 0 + 358 13 0.54787 0.04463 0.57376 -1 -1 -1 + 458 14 0.62686 0.50110 0.13914 0 0 1 + 944 14 0.94565 0.86792 0.42188 -1 0 0 + 1659 14 0.57421 0.90437 0.25976 0 0 0 + 1285 13 0.65913 0.12086 0.39082 0 0 1 + 664 13 0.99743 0.49286 0.21427 -1 -1 1 + 1100 14 0.55619 0.23927 0.51408 0 0 1 + 795 14 0.83324 0.93326 0.19334 0 -1 0 + 457 13 0.62584 0.46834 0.15135 0 0 1 + 1072 13 0.55603 0.47374 0.79765 -1 0 -2 + 417 14 0.68696 0.14392 0.90944 -1 0 -1 + 84 4 0.53465 0.76109 0.51566 0 0 0 + 1869 14 0.51796 0.67102 0.42889 1 0 1 + 1443 14 0.72905 0.52711 0.58077 0 0 -1 + 742 13 0.84649 0.00842 0.10941 0 1 0 + 1892 14 0.60510 0.78787 0.29928 -1 1 0 + 1152 14 0.97516 0.03787 0.73647 -1 1 0 + 149 14 0.69617 0.08063 0.57248 -1 0 0 + 152 14 0.58792 0.13314 0.77545 0 1 1 + 432 14 0.76833 0.25722 0.38118 0 0 1 + 1671 14 0.64190 0.97136 0.47861 0 -1 2 + 174 14 0.88434 0.55428 0.00630 -1 0 0 + 553 13 0.90449 0.92669 0.67141 -1 -1 0 + 208 13 0.74701 0.10525 0.78427 -1 0 0 + 862 13 0.77072 0.10415 0.34282 -1 0 0 + 1713 14 0.66191 0.53119 0.50998 1 0 1 + 1324 13 0.96617 0.00421 0.51713 -1 0 0 + 811 13 0.83193 0.01760 0.46163 0 -1 -1 + 359 14 0.56640 0.07137 0.56094 -1 -1 -1 + 1699 13 0.55077 0.57771 0.25986 1 1 0 + 1445 14 0.57876 0.82296 0.71335 1 0 -1 + 925 13 0.75282 0.64040 0.36929 0 -1 0 + 15 8 0.51814 0.26543 0.26115 0 0 0 + 1407 14 0.75039 0.04909 0.42151 0 0 0 + 1447 13 0.61336 0.25038 0.65423 1 0 0 + 1886 14 0.49304 0.09526 0.29948 0 1 0 + 241 13 0.77274 0.07359 0.15464 -1 1 1 + 625 13 0.73440 0.42385 0.93245 0 0 0 + 1853 14 0.68713 0.71435 0.32131 1 -1 0 + 950 14 0.58279 0.85166 0.79520 1 0 -1 + 585 14 0.61881 0.06858 0.15432 1 0 1 + 335 14 0.76612 0.09362 0.95172 0 0 -1 + 462 14 0.69139 0.50465 0.34064 -1 0 2 + 626 14 0.74387 0.39035 0.93581 0 0 0 + 209 14 0.75965 0.07435 0.79466 -1 0 0 + 690 14 0.86630 0.27077 0.69530 0 1 0 + 1947 14 0.88186 0.77713 0.78691 1 1 0 + 513 14 0.87975 0.83597 0.56640 0 0 1 + 1884 14 0.63305 0.32930 0.99274 1 -1 -1 + 1558 13 0.69113 0.34423 0.80213 0 -1 -1 + 1841 14 0.76362 0.54068 0.99373 0 0 0 + 1571 14 0.68049 0.34730 0.70246 1 -1 0 + 1106 14 0.78798 0.70177 0.18551 0 0 -1 + 561 14 0.81721 0.19280 0.05891 -1 0 0 + 1105 13 0.77915 0.66994 0.19701 0 0 -1 + 552 14 0.88293 0.40909 0.38160 0 1 1 + 1362 14 0.92453 0.81359 0.49035 -1 -1 -1 + 1243 13 0.88322 0.23420 0.97359 0 1 -2 + 1517 14 0.66095 0.93213 0.01830 0 0 1 + 1831 13 0.89448 0.39508 0.31820 0 1 1 + 1510 13 0.70778 0.26538 0.19065 1 1 1 + 482 14 0.94920 -0.00195 0.22869 0 1 1 + 1905 14 0.99560 0.96848 0.10608 0 0 0 + 1179 14 0.64998 0.45582 0.28197 0 -1 -1 + 1278 14 0.82019 0.76614 0.43201 -1 0 0 + 1245 14 0.90025 0.24497 0.94501 0 1 -2 + 1334 14 0.83678 0.75228 0.91000 0 -1 -1 + 1514 14 0.65942 0.54769 0.19616 -1 1 0 + 1441 13 0.70955 0.55138 0.56485 0 0 -1 + 876 14 0.66192 0.36412 0.16048 -1 1 0 + 1619 14 0.59532 0.17860 0.27616 0 1 0 + 483 14 0.98884 0.97968 0.19478 0 0 1 + 1213 13 0.78040 0.78542 0.30134 -1 -1 1 + 583 13 0.61882 0.09030 0.12692 1 0 1 + 931 13 0.74457 0.79087 0.00314 -1 -1 0 + 807 14 0.61147 0.80577 0.23110 1 -1 0 + 559 13 0.84506 0.20472 0.07638 -1 0 0 + 550 13 0.86616 0.40713 0.41223 0 1 1 + 1028 14 0.63363 0.84595 0.06707 1 0 1 + 1283 14 0.73969 0.20141 0.18831 0 1 -1 + 1419 14 0.83870 0.69580 0.48247 -1 0 0 + 1375 13 0.96596 0.59054 0.28007 0 -1 0 + 1882 13 0.62922 0.33490 0.02705 1 -1 0 + 639 14 0.82132 0.78544 0.18705 -1 0 0 + 1323 14 0.54990 0.92695 0.78052 1 0 0 + 1589 14 0.67214 0.56901 0.00192 0 -1 0 + 437 14 0.61494 0.30865 0.90740 0 1 -1 + 1640 14 0.70454 0.90796 0.13651 0 -1 1 + 2001 14 0.51776 0.08591 0.39240 0 2 0 + 945 14 0.92418 0.91833 0.42948 -1 0 0 + 711 14 0.83481 0.44074 0.23537 -2 0 0 + 1333 13 0.83019 0.75640 0.94410 0 -1 -1 + 845 14 0.85491 0.02712 0.25934 -1 0 0 + 279 14 0.78498 0.49021 0.28305 -1 0 0 + 1047 14 0.87092 0.34070 0.13708 -1 0 -1 + 1700 14 0.56021 0.54514 0.25131 1 1 0 + 1749 14 0.86153 0.35649 0.53490 1 1 -1 + 1154 14 0.52758 0.36644 0.00830 0 1 1 + 1992 14 0.58112 0.99291 0.30794 1 -1 1 + 1360 13 0.91108 0.78133 0.48925 -1 -1 -1 + 638 14 0.84868 0.73887 0.17514 -1 0 0 + 1435 13 0.82932 0.00815 0.00709 0 0 1 + 1802 14 0.64946 0.44659 0.01662 0 0 0 + 345 14 0.90829 0.29246 0.18277 -2 -1 1 + 848 14 0.83542 0.90376 0.08500 -1 -1 0 + 1954 13 0.98402 0.72558 0.12323 1 0 1 + 442 13 0.93424 0.29503 0.29920 -1 0 0 + 154 13 0.89148 0.70868 0.65972 -1 0 1 + 346 13 0.66916 0.81471 0.45350 0 0 2 + 958 13 0.65303 0.20324 0.51635 0 1 1 + 752 14 0.87782 0.73873 0.07604 -1 0 0 + 367 13 0.51202 0.51540 0.36170 -1 1 1 + 916 13 0.88173 0.94423 0.33181 -1 0 0 + 1613 14 0.67941 0.25282 0.39242 0 0 0 + 969 14 1.00857 0.74507 0.39286 -1 1 -1 + 1591 13 0.68160 0.77538 0.13543 -1 0 1 + 251 14 0.86810 0.70519 0.83450 0 0 -1 + 1153 13 0.54314 0.38286 0.03497 0 1 1 + 231 14 0.68337 0.59090 0.41920 -1 0 0 + 1130 14 0.52936 0.89068 0.92917 0 0 0 + 1208 14 0.69372 0.29166 0.45589 0 0 0 + 1732 13 0.62391 0.72768 0.57581 1 0 0 + 1402 13 0.88046 0.84272 0.97776 0 -1 1 + 379 13 0.69412 0.28869 0.08699 -1 1 2 + 1446 14 0.59275 0.84479 0.66450 1 0 -1 + 195 14 0.99866 0.18073 0.55961 -1 0 0 + 1778 14 0.97166 0.73925 0.23796 -1 -1 0 + 412 13 0.86290 0.13074 0.14748 0 1 -1 + 965 14 0.91109 0.02800 0.98585 0 0 -1 + 1972 13 0.92610 0.45195 0.55493 -1 0 0 + 1893 14 0.62541 0.74674 0.26838 -1 1 0 + 1920 14 0.97979 0.25677 0.91605 0 1 -1 + 847 13 0.81532 0.89233 0.05877 -1 -1 0 + 1748 14 0.89489 0.33860 0.57523 1 1 -1 + 27 10 0.54635 0.19163 0.18085 0 0 0 + 1600 13 0.86938 0.64274 0.93414 0 0 -2 + 1003 13 0.93437 0.53507 0.13240 0 0 1 + 1672 13 0.84750 0.58536 0.70332 0 1 1 + 1107 14 0.80969 0.65384 0.20259 0 0 -1 + 213 14 0.58812 0.63166 0.41004 -1 0 -2 + 1707 14 0.54944 0.19421 0.94419 1 1 0 + 1798 13 0.61429 0.31647 0.18382 -1 0 -1 + 909 14 0.95521 0.38651 0.04387 -1 1 -1 + 211 13 0.58499 0.66276 0.42572 -1 0 -2 + 1322 14 0.58861 0.93958 0.81796 1 0 0 + 1162 13 0.52641 0.27268 0.79708 1 0 -1 + 1197 14 0.70718 0.97844 0.29769 -2 -2 0 + 806 14 0.63584 0.85373 0.21823 1 -1 0 + 319 13 0.92718 0.12860 0.27368 -1 1 1 + 716 14 0.62704 0.82150 0.50628 0 0 0 + 368 14 0.53664 0.52384 0.38505 -1 1 1 + 451 13 0.70605 0.62709 0.24510 -1 0 0 + 1627 13 0.63789 0.91358 0.23564 1 0 0 + 205 13 0.97198 0.38326 0.40040 0 0 0 + 1811 14 0.89678 0.04371 0.73580 0 1 -1 + 1718 14 0.67900 0.00687 0.05282 1 0 -1 + 1777 13 0.93896 0.74644 0.24808 -1 -1 0 + 1011 14 0.74257 0.35732 0.56274 0 0 0 + 901 13 0.67773 0.61121 0.64271 0 -1 0 + 882 14 0.61778 0.34631 0.52712 0 0 -1 + 805 13 0.62979 0.82158 0.20585 1 -1 0 + 348 14 0.69795 0.79771 0.46375 0 0 2 + 555 14 0.89155 0.94729 0.69654 -1 -1 0 + 501 14 0.71313 0.72963 0.22505 -1 1 0 + 1418 14 0.80120 0.65821 0.49796 -1 0 0 + 815 14 0.65891 0.21017 0.09312 1 0 1 + 1551 14 0.71664 0.49382 0.16941 0 1 0 + 276 14 0.72838 0.46894 0.04779 -1 0 1 + 1044 14 0.86069 0.13376 0.42168 0 0 -2 + 1717 13 0.66952 0.01125 0.08619 1 0 -1 + 227 14 0.77246 0.38758 0.15616 -2 1 0 + 551 14 0.87369 0.43727 0.42829 0 1 1 + 1010 14 0.70044 0.33526 0.53449 0 0 0 + 780 14 0.96588 0.67214 0.36159 -1 0 0 + 1009 13 0.73139 0.35098 0.53022 0 0 0 + 293 14 0.76837 0.24191 0.44437 -1 0 1 + 778 13 0.93341 0.66265 0.35274 -1 0 0 + 1425 14 0.60885 0.32885 0.32476 0 0 0 + 1862 14 0.91771 0.17626 0.98375 0 -1 0 + 378 14 0.79820 0.70326 0.03030 -1 0 1 + 1309 13 0.61840 0.56455 0.13865 0 0 0 + 1310 14 0.58978 0.57073 0.11954 0 0 0 + 175 13 0.83126 0.78796 0.67218 -1 -1 -1 + 1045 13 0.90351 0.32922 0.13166 -1 0 -1 + 1160 14 0.59387 0.75716 0.06604 0 0 2 + 1729 13 0.60698 0.56744 0.39557 0 1 0 + 1731 14 0.63246 0.55172 0.37749 0 1 0 + 285 14 0.98011 0.28798 0.47677 -1 1 0 + 582 14 0.59597 0.48832 0.20506 -1 0 0 + 1804 13 0.70126 0.28793 0.69483 0 0 -1 + 1857 14 0.62795 0.50216 0.71646 1 0 0 + 1799 14 0.60831 0.33298 0.21407 -1 0 -1 + 202 13 0.51830 0.20869 0.71788 -1 1 0 + 834 14 0.77762 0.14362 0.46723 0 0 1 + 1391 14 0.55860 0.67226 0.14787 0 0 1 + 893 14 0.92861 0.25057 0.84714 0 1 -1 + 1214 14 0.78700 0.75405 0.31531 -1 -1 1 + 344 14 0.91780 0.23803 0.18518 -2 -1 1 + 266 14 0.81064 0.85368 0.66101 -1 -1 1 + 949 13 0.58628 0.82311 0.77530 1 0 -1 + 631 13 0.59363 0.95240 0.11982 -1 0 0 + 1195 13 0.71195 0.94379 0.29781 -2 -2 0 + 1403 14 0.85472 0.81907 0.97893 0 -1 1 + 951 14 0.59797 0.79851 0.79724 1 0 -1 + 438 14 0.63551 0.35998 0.90829 0 1 -1 + 1519 13 0.75074 0.31109 0.35662 -1 1 0 + 960 14 0.62340 0.18485 0.51371 0 1 1 + 413 14 0.85218 0.16179 0.13549 0 1 -1 + 1052 14 0.63666 0.68571 0.46814 -1 1 1 + 226 13 0.80054 0.36718 0.15182 -2 1 0 + 1895 14 0.79039 0.50782 0.19573 1 0 1 + 277 13 0.78204 0.45539 0.28441 -1 0 0 + 1901 14 0.91143 0.65574 0.18087 0 -1 1 + 210 14 0.77417 0.12115 0.76901 -1 0 0 + 1593 14 0.66262 0.74770 0.12561 -1 0 1 + 918 14 0.91198 0.92742 0.32676 -1 0 0 + 637 13 0.81815 0.75512 0.16992 -1 0 0 + 580 13 0.57871 0.48170 0.23475 -1 0 0 + 25 11 0.54712 0.26262 0.28778 0 0 0 + 1365 14 0.63327 0.13574 0.61465 0 1 -1 + 628 13 0.79707 0.29642 0.07947 0 -1 0 + 1680 14 0.86250 0.54058 0.48780 0 0 0 + 1773 14 0.50916 0.78764 0.77522 1 1 -2 + 1852 13 0.67214 0.69237 0.34400 1 -1 0 + 880 13 0.58878 0.36131 0.51460 0 0 -1 + 360 14 0.56378 0.03655 0.60383 -1 -1 -1 + 744 14 0.84041 0.97982 0.12859 0 0 0 + 1359 14 0.52306 0.41048 0.53291 1 -1 0 + 1495 13 0.99620 0.89267 0.01946 0 0 1 + 1854 14 0.65438 0.71310 0.36586 1 -1 0 + 892 13 0.90151 0.26157 0.82796 0 1 -1 + 173 14 0.86132 0.56307 0.05582 -1 0 0 + 762 14 0.95850 0.10754 0.10525 -1 1 1 + 414 14 0.83359 0.11478 0.15793 0 1 -1 + 527 14 0.88635 0.85860 0.91284 -1 0 -1 + 820 13 0.76381 0.22269 0.89267 -1 -1 -1 + 924 14 0.50292 0.12461 0.60858 -1 1 0 + 459 14 0.59863 0.45372 0.13495 0 0 1 + 1697 14 0.94552 0.17562 0.39633 0 0 0 + 1004 14 0.91874 0.50382 0.13077 0 0 1 + 630 14 0.80642 0.26319 0.08503 0 -1 0 + 461 14 0.72428 0.51346 0.38423 -1 0 2 + 198 14 0.75711 0.04521 0.26099 -2 1 1 + 1073 14 0.56980 0.47552 0.76555 -1 0 -2 + 1286 14 0.63354 0.12285 0.36706 0 0 1 + 1111 13 0.93010 0.99244 0.85080 -1 -1 -1 + 1608 14 0.54759 0.83916 0.39229 1 0 -1 + 786 14 0.50620 0.08207 0.79481 -1 1 0 + 243 14 0.74374 0.05446 0.15063 -1 1 1 + 846 14 0.88977 1.00654 0.29702 -1 -1 0 + 710 14 0.83485 0.39636 0.20237 -2 0 0 + 1521 14 0.74065 0.34242 0.36844 -1 1 0 + 1437 14 0.80461 0.03273 0.00421 0 0 1 + 153 14 0.57072 0.15798 0.72912 0 1 1 + 188 14 0.54850 0.98077 0.94589 -1 -1 0 + 1832 14 0.86624 0.39410 0.29760 0 1 1 + 600 14 0.57345 0.04700 0.85435 -1 -2 -1 + 988 13 0.88303 0.84696 0.16778 -1 -2 -1 + 164 14 0.95921 0.44082 0.20270 -2 0 2 + 1511 14 0.71144 0.25815 0.22467 1 1 1 + 1282 13 0.73696 0.16838 0.17716 0 1 -1 + 1639 13 0.70025 0.93563 0.15746 0 -1 1 + 632 14 0.56040 0.95696 0.12974 -1 0 0 + 1803 14 0.67043 0.40137 0.04059 0 0 0 + 1710 14 0.66924 0.08053 0.29476 0 1 2 + 1550 14 0.72449 0.44012 0.15875 0 1 0 + 326 14 0.93266 0.45295 0.33216 -1 0 1 + 1254 14 0.83068 0.49997 0.94774 -1 1 0 + 1806 14 0.69534 0.25855 0.71286 0 0 -1 + 717 14 0.59960 0.86007 0.53488 0 0 0 + 155 14 0.86301 0.69058 0.66895 -1 0 1 + 1184 14 0.76499 0.32414 0.23449 -1 0 -1 + 812 14 0.85298 0.99401 0.44669 0 -2 -1 + 1629 14 0.65711 0.92558 0.20900 1 0 0 + 929 14 0.58505 0.98846 0.19793 -1 0 1 + 1183 13 0.77821 0.34057 0.26239 -1 0 -1 + 981 14 0.84525 0.24603 0.40483 -1 1 1 + 1861 13 0.93262 0.14600 0.99297 0 -1 0 + 1185 14 0.77233 0.37448 0.25620 -1 0 -1 + 930 14 0.60445 0.02251 0.23695 -1 1 1 + 372 14 0.70970 0.91450 0.36893 -1 -2 0 + 1764 14 0.79603 0.54960 0.72623 0 1 -1 + 162 14 0.94363 0.89291 0.56170 -2 -1 0 + 282 14 0.99404 0.49619 0.06872 -1 0 0 + 1628 14 0.65011 0.93059 0.26364 1 0 0 + 389 14 0.69769 0.75950 0.85410 -1 -1 1 + 1527 14 0.72795 0.17540 0.04888 0 2 2 + 1246 13 0.90641 0.57867 0.46901 1 0 1 + 1014 14 0.57409 0.03176 0.48164 0 0 0 + 963 14 0.58805 0.76750 0.37757 0 0 -1 + 1247 14 0.89873 0.61279 0.46888 1 0 1 + 1509 14 0.87150 0.37587 0.79956 -1 1 0 + 180 14 0.97254 0.24025 0.32553 -1 0 1 + 980 14 0.86157 0.28655 0.43876 -1 1 1 + 1084 13 0.55060 0.16830 0.49427 -1 2 -1 + 232 13 0.79028 0.60788 0.53736 -1 0 0 + 1308 14 0.98003 0.58911 0.53743 -1 -2 0 + 219 14 0.53938 0.64725 0.86688 0 0 0 + 1599 14 0.93321 0.07765 0.34815 0 0 1 + 1300 13 0.50927 0.31600 0.67697 0 0 1 + 95 14 0.79445 0.21567 0.72779 -1 0 -1 + 774 14 0.85419 0.61639 0.57735 -1 0 -1 + 1987 13 0.79816 0.99222 0.65170 0 -1 -1 + 1711 13 0.63221 0.53103 0.49151 1 0 1 + 128 14 0.59607 0.49019 0.95017 1 0 0 + 1176 14 0.69242 0.45491 0.53519 2 -2 1 + 959 14 0.67313 0.19126 0.49036 0 1 1 + 1481 14 0.63004 0.68444 0.75431 0 1 -1 + 814 13 0.67923 0.18227 0.09875 1 0 1 + 706 13 0.75985 0.94416 0.50319 -1 0 -1 + 728 14 0.88431 0.39634 0.89028 -1 0 0 + 497 14 0.84601 0.16403 0.78308 0 0 -1 + 492 14 0.77180 0.91688 0.99737 -1 -1 -1 + 1643 14 0.59042 0.15304 0.85078 0 0 -1 + 1026 14 0.55342 0.36027 0.64699 1 0 0 + 1635 14 0.56440 0.36647 0.39708 1 0 1 + 1999 13 0.53017 0.05524 0.38106 0 2 0 + 646 13 0.70364 0.39577 0.39436 0 0 0 + 1163 14 0.53927 0.30297 0.78525 1 0 -1 + 648 14 0.68599 0.42010 0.37648 0 0 0 + 1223 14 0.86080 0.14812 0.93621 1 1 -1 + 1982 14 0.56085 0.11178 0.15761 0 0 0 + 598 13 0.58692 0.05501 0.88561 -1 -2 -1 + 93 14 0.93695 0.02120 0.64963 0 0 0 + 913 13 0.93287 0.16656 0.53803 -1 1 -1 + 810 14 0.69602 0.45788 0.62432 0 -1 1 + 230 14 0.68090 0.57954 0.47327 -1 0 0 + 1081 13 0.96524 0.18247 0.69262 -1 0 -1 + 371 14 0.67436 0.91940 0.41120 -1 -2 0 + 1477 13 0.86859 0.82746 0.26222 -1 -1 1 + 331 13 0.95555 0.68907 0.94145 -1 -2 -1 + 1528 13 0.83517 0.54999 0.89742 -1 1 1 + 1396 13 0.86414 0.09082 0.53847 1 0 0 + 92 14 0.93984 0.98438 0.60846 0 -1 0 + 943 13 0.91597 0.88434 0.43040 -1 0 0 + 1918 13 0.98148 0.22668 0.89831 0 1 -1 + 720 14 0.62563 0.65621 0.86929 0 0 -1 + 161 14 0.97436 0.92740 0.53128 -2 -1 0 + 984 14 0.80344 0.30605 0.74036 -1 1 0 + 932 14 0.76587 0.77188 0.98293 -1 -1 -1 + 933 14 0.74368 0.77364 0.03356 -1 -1 0 + 809 14 0.74018 0.44778 0.65605 0 -1 1 + 727 13 0.88502 0.39063 0.92478 -1 0 0 + 1525 13 0.75716 0.16701 0.03160 0 2 2 + 1129 13 0.53347 0.92094 0.91212 0 0 0 + 859 13 0.75462 0.58748 0.81737 0 0 -1 + 1648 13 0.59888 0.39215 0.85871 0 0 0 + 1644 14 0.53606 0.14925 0.86023 0 0 -1 + 1314 14 0.59423 0.42134 0.49243 1 1 -1 + 773 14 0.88396 0.57331 0.59515 -1 0 -1 + 1544 14 0.99904 0.68195 0.99081 0 0 0 + 143 14 0.94679 0.40068 0.68838 -1 0 0 + 556 13 0.66513 0.55511 0.73824 0 1 0 + 267 14 0.78994 0.88976 0.62456 -1 -1 1 + 129 14 0.57046 0.47784 0.99762 1 0 0 + 311 14 0.84816 0.48708 0.62850 -1 2 0 + 858 14 0.99717 0.14436 0.18900 -1 0 0 + 206 14 0.93834 0.38052 0.40953 0 0 0 + 229 13 0.69641 0.60068 0.45013 -1 0 0 + 197 14 0.79285 0.07741 0.28827 -2 1 1 + 1236 14 0.70081 0.80886 0.94419 1 0 0 + 1486 13 0.55906 0.35178 0.74902 0 0 -1 + 142 13 0.92625 0.41336 0.66308 -1 0 0 + 558 14 0.68873 0.55362 0.76401 0 1 0 + 691 13 0.79632 0.93044 0.78963 -1 -1 0 + 1721 14 0.89310 1.00163 0.78582 -1 0 -1 + 1775 14 0.82848 0.93204 0.28636 0 -2 0 + 894 14 0.87771 0.23613 0.83102 0 1 -1 + 1488 14 0.55830 0.38355 0.73442 0 0 -1 + 343 13 0.90443 0.26460 0.20356 -2 -1 1 + 329 14 0.67035 0.70243 0.05417 -1 -1 0 + 1439 14 0.88760 0.18670 0.27483 -1 0 0 + 321 14 0.91571 0.10710 0.24859 -1 1 1 + 614 14 0.75367 0.18473 0.26475 0 -1 -1 + 1126 13 0.70379 0.56578 0.90167 0 0 -1 + 536 14 0.79546 0.67869 0.80210 -1 0 0 + 1547 14 0.94235 0.57367 0.76998 0 0 0 + 322 13 0.75611 0.77886 0.48668 0 0 1 + 1074 14 0.57471 0.49652 0.81649 -1 0 -2 + 1665 14 0.84530 0.47168 0.78394 0 0 0 + 250 13 0.84396 0.68158 0.84360 0 0 -1 + 1377 14 0.97029 0.60591 0.24896 0 -1 0 + 1754 14 0.74662 0.47243 0.44432 0 1 -1 + 1490 14 0.86340 0.97397 0.96906 -1 0 0 + 1922 14 0.52252 0.62836 0.06806 1 0 2 + 1974 14 0.95651 0.44325 0.56986 -1 0 0 + 1872 14 0.55128 0.83410 0.04364 0 0 1 + 979 13 0.87130 0.25540 0.42620 -1 1 1 + 1216 13 0.99513 0.98592 0.94117 0 -1 -1 + 1224 14 0.84552 0.12120 0.89038 1 1 -1 + 955 13 0.68766 0.24992 0.83873 0 1 -1 + 1812 14 0.88706 0.08541 0.70079 0 1 -1 + 144 14 0.93383 0.39387 0.63504 -1 0 0 + 183 14 0.59204 0.04135 0.76184 -1 0 0 + 718 13 0.65405 0.67570 0.86337 0 0 -1 + 1252 13 0.83359 0.46832 0.96231 -1 1 0 + 1763 14 0.75530 0.51587 0.71002 0 1 -1 + 821 14 0.74068 0.19781 0.90097 -1 -1 -1 + 1730 14 0.60762 0.55193 0.42691 0 1 0 + 1332 14 0.55985 0.60063 0.64819 1 0 -2 + 176 14 0.84388 0.79081 0.70467 -1 -1 -1 + 1127 14 0.71928 0.57736 0.93080 0 0 -1 + 148 13 0.66241 0.07901 0.58148 -1 0 0 + 1577 14 0.80045 0.67441 0.34717 1 -1 -1 + 1141 13 0.59606 0.25965 0.87335 1 2 -2 + 1900 13 0.90248 0.68933 0.17702 0 -1 1 + 1042 13 0.83365 0.11172 0.42416 0 0 -2 + 1312 13 0.57296 0.44822 0.48551 1 1 -1 + 1522 13 0.83187 0.32124 0.98671 0 1 -1 + 974 14 0.66307 0.85508 0.34934 0 0 0 + 1897 13 0.78027 0.36772 0.61281 0 1 0 + 729 14 0.86372 0.41495 0.93813 -1 0 0 + 748 13 0.67662 0.84302 0.71658 0 -1 -1 + 1567 13 0.76875 0.04146 0.56066 1 0 2 + 1552 13 0.75828 0.60601 0.08262 -1 0 -2 + 1523 14 0.85616 0.34341 0.97482 0 1 -1 + 365 14 0.98575 0.04626 0.04097 -1 1 0 + 332 14 0.92383 0.67522 0.94652 -1 -2 -1 + 1658 14 0.52986 0.92199 0.23180 0 0 0 + 333 14 0.94926 0.72215 0.93201 -1 -2 -1 + 1529 14 0.85664 0.52753 0.88136 -1 1 1 + 977 14 0.80030 0.38439 0.77754 -1 0 0 + 1487 14 0.54843 0.33021 0.72362 0 0 -1 + 100 13 0.93893 0.77540 0.34059 -1 -1 0 + 1489 13 0.88980 0.96615 0.94751 -1 0 0 + 178 13 0.98045 0.20927 0.33971 -1 0 1 + 1177 13 0.64225 0.44553 0.31449 0 -1 -1 + 496 13 0.87015 0.16268 0.80836 0 0 -1 + 1969 13 0.79074 0.25283 0.58477 1 2 0 + 469 13 0.58306 0.61648 0.53163 0 -1 0 + 754 13 0.68988 0.12254 0.69495 -1 1 0 + 221 14 0.74300 0.75598 0.60184 0 0 0 + 1975 13 0.98368 0.82018 0.61893 -1 0 0 + 1235 14 0.70233 0.85190 0.90949 1 0 0 + 1364 14 0.62792 0.18158 0.58416 0 1 -1 + 1845 14 0.94639 0.16348 0.82381 0 -1 0 + 1584 14 0.93476 0.48137 0.84965 1 -1 -1 + 1428 14 0.96760 0.52736 0.99854 0 0 -1 + 1234 13 0.68109 0.82693 0.92166 1 0 0 + 1508 14 0.90408 0.33440 0.81623 -1 1 0 + 1642 13 0.55938 0.15484 0.83478 0 0 -1 + 150 14 0.66222 0.06137 0.61168 -1 0 0 + 1096 13 0.95827 0.30043 0.03423 0 0 0 + 1379 14 0.55828 0.93954 0.56117 -1 -1 1 + 768 14 0.92021 0.74912 0.70294 0 0 0 + 533 14 0.98906 0.32921 0.30772 0 2 1 + 82 4 0.51295 0.72203 0.56030 0 0 0 + 1971 14 0.80349 0.26118 0.55329 1 2 0 + 1046 14 0.91774 0.35300 0.11033 -1 0 -1 + 1248 14 0.94134 0.57754 0.46766 1 0 1 + 627 14 0.71483 0.43030 0.96071 0 0 0 + 295 13 0.56975 0.71671 0.65747 -1 0 0 + 978 14 0.75985 0.34994 0.79291 -1 0 0 + 1859 14 0.97529 0.08547 0.62274 0 1 -1 + 1108 13 0.62108 0.67646 0.96714 0 0 0 + 1043 14 0.84726 0.08269 0.43812 0 0 -2 + 557 14 0.64859 0.58551 0.74324 0 1 0 + 708 14 0.76737 0.91768 0.48163 -1 0 -1 + 1670 14 0.67530 0.98706 0.43741 0 -1 2 + 914 14 0.90697 0.14349 0.54249 -1 1 -1 + 1098 14 0.95390 0.31710 1.00380 0 0 -1 + 1143 14 0.57591 0.24890 0.84686 1 2 -2 + 470 14 0.57618 0.60878 0.56505 0 -1 0 + 1378 13 0.59194 0.93621 0.55230 -1 -1 1 + 1013 14 0.52376 0.01561 0.49793 0 0 0 + 1173 14 0.53166 0.74812 0.26565 0 -2 0 + 674 14 0.78521 0.67879 0.70700 0 0 -1 + 259 13 0.95564 0.32645 0.93020 -1 3 -1 + 1530 14 0.81422 0.56178 0.87203 -1 1 1 + 479 14 0.85799 0.41217 0.66847 -1 0 1 + 1548 14 0.89340 0.59293 0.78706 0 0 0 + 1546 13 0.92055 0.57342 0.79732 0 0 0 + 875 14 0.66065 0.41887 0.15277 -1 1 0 + 749 14 0.65274 0.82983 0.73846 0 -1 -1 + 687 14 0.70567 0.66762 0.62867 -2 0 0 + 1513 13 0.69007 0.53610 0.20837 -1 1 0 + 1801 13 0.67962 0.42996 0.02266 0 0 0 + 1015 13 0.83334 0.08132 0.65077 -1 -1 -1 + 1454 14 0.83494 0.47993 0.07803 0 0 1 + 756 14 0.71104 0.12610 0.72256 -1 1 0 + 1039 13 0.95814 0.78844 0.94390 -1 -1 1 + 1082 14 0.96229 0.16665 0.72366 -1 0 -1 + 1389 14 0.77616 0.98395 0.83129 1 0 -1 + 590 14 0.64088 0.53669 0.90114 0 0 0 + 1253 14 0.80188 0.45402 0.95862 -1 1 0 + 1427 14 0.96197 0.51287 0.94546 0 0 -1 + 1479 14 0.87155 0.83253 0.22774 -1 -1 1 + 217 13 0.54869 0.61780 0.88328 0 0 0 + 784 13 0.52757 0.05503 0.80075 -1 1 0 + 818 14 0.55190 0.37054 0.90751 0 -1 -2 + 860 14 0.77137 0.56473 0.79675 0 0 -1 + 1390 13 0.58275 0.68819 0.16752 0 0 1 + 1826 14 0.85887 0.87039 0.45210 0 0 1 + 296 14 0.55968 0.74822 0.66881 -1 0 0 + 593 14 0.72720 0.06006 0.70852 0 1 0 + 1679 14 0.87149 0.49311 0.51472 0 0 0 + 510 14 0.53308 0.63984 0.72686 -1 0 1 + 1175 14 0.72410 0.42474 0.50135 2 -2 1 + 526 13 0.89221 0.85415 0.87865 -1 0 -1 + 318 14 0.99601 0.19295 0.07050 0 1 1 + 1131 14 0.53505 0.91185 0.87838 0 0 0 + 547 13 0.74914 0.31574 0.92421 0 0 -2 + 252 14 0.85345 0.67122 0.87562 0 0 -1 + 1217 14 0.97119 0.01134 0.94296 0 0 -1 + 1720 13 0.87827 0.98829 0.75710 -1 0 -1 + 1380 14 0.60659 0.91982 0.57950 -1 -1 1 + 1271 14 0.67814 0.93041 0.82643 -1 -1 -1 + 1524 14 0.80248 0.33088 0.97039 0 1 -1 + 707 14 0.74027 0.92972 0.52832 -1 0 -1 + 1331 14 0.57150 0.65265 0.63345 1 0 -2 + 1762 13 0.77025 0.52944 0.73858 0 1 -1 + 1788 14 0.84573 0.98335 0.54298 0 -2 0 + 124 13 0.63710 0.77419 0.84324 -1 -1 0 + 677 14 0.95657 0.32041 0.76979 -1 1 0 + 1109 14 0.63834 0.68040 0.99731 0 0 0 + 907 13 0.92859 0.40918 0.04389 -1 1 -1 + 1438 13 0.86172 0.21022 0.27511 -1 0 0 + 1871 14 0.53455 0.82787 0.09599 0 0 1 + 182 14 0.62681 0.00104 0.77684 -1 0 0 + 725 14 0.56632 0.48738 0.62930 0 0 0 + 408 14 0.83149 0.05254 0.85050 -1 0 0 + 1326 14 0.97357 0.01336 0.55006 -1 0 0 + 159 14 0.60339 0.04631 0.69288 -1 -1 0 + 983 14 0.76611 0.29779 0.70039 -1 1 0 + 1041 14 0.98626 0.80836 0.94987 -1 -1 1 + 260 14 0.98227 0.34041 0.91235 -1 3 -1 + 1705 13 0.58057 0.20410 0.95668 1 1 0 + 817 13 0.51994 0.37052 0.92171 0 -1 -2 + 769 13 0.59100 0.30694 0.37767 0 0 0 + 1989 14 0.80006 0.95733 0.65042 0 -1 -1 + 976 13 0.79401 0.35091 0.78546 -1 0 0 + 755 14 0.65764 0.12520 0.70821 -1 1 0 + 297 14 0.58736 0.72322 0.62797 -1 0 0 + 1024 13 0.58316 0.37849 0.64444 1 0 0 + 265 13 0.81138 0.88749 0.65209 -1 -1 1 + 1786 13 0.87704 0.96918 0.54947 0 -2 0 + 312 14 0.88555 0.50284 0.59091 -1 2 0 + 816 14 0.65678 0.15581 0.10308 1 0 1 + 1678 13 0.84767 0.50981 0.49532 0 0 0 + 753 14 0.88900 0.76018 0.02630 -1 0 0 + 570 14 0.64730 0.86712 0.65986 -2 0 0 + 94 13 0.80716 0.18346 0.73266 -1 0 -1 + 592 13 0.72722 0.02573 0.71521 0 1 0 + 531 14 0.62960 0.10429 0.47109 -1 0 0 + 584 14 0.63970 0.07485 0.10350 1 0 1 + 1017 14 0.82501 0.04756 0.64709 -1 -1 -1 + 530 14 0.63035 0.07976 0.52066 -1 0 0 + 340 13 0.99159 0.81903 0.40854 -2 -1 0 + 388 13 0.72993 0.74643 0.85050 -1 -1 1 + 1856 14 0.62378 0.45120 0.69539 1 0 0 + 1304 14 0.69708 0.89779 0.60287 0 0 0 + 1424 14 0.61823 0.37431 0.29467 0 0 0 + 535 13 0.76888 0.68032 0.77943 -1 0 0 + 1423 13 0.61926 0.33939 0.29308 0 0 0 + 1448 14 0.60892 0.21961 0.63822 1 0 0 + 320 14 0.96177 0.13010 0.26880 -1 1 1 + 1178 14 0.61038 0.45864 0.32048 0 -1 -1 + 234 14 0.80702 0.58447 0.51748 -1 0 0 + 966 14 0.92118 0.07840 1.00627 0 0 -1 + 1025 14 0.57336 0.40954 0.63169 1 0 0 + 1898 14 0.78328 0.38147 0.64482 0 1 0 + 808 13 0.71843 0.47335 0.64626 0 -1 1 + 1899 14 0.81082 0.37478 0.59733 0 1 0 + 549 14 0.71512 0.30778 0.92578 0 0 -2 + 647 14 0.72778 0.41376 0.41215 0 0 0 + 323 14 0.76386 0.79370 0.51738 0 0 1 + 591 14 0.58877 0.55499 0.90413 0 0 0 + 390 14 0.73003 0.71771 0.87045 -1 -1 1 + 220 13 0.76148 0.78540 0.59784 0 0 0 + 354 14 0.98790 0.92648 0.91369 -1 -1 1 + 1568 14 0.76123 0.02900 0.59246 1 0 2 + 1753 13 0.76802 0.47808 0.41725 0 1 -1 + 956 14 0.68263 0.28129 0.82411 0 1 -1 + 391 13 0.67325 0.14948 0.83401 -1 0 0 + 685 13 0.70897 0.70137 0.62014 -2 0 0 + 466 13 0.53059 0.54358 0.08219 -1 0 0 + 750 14 0.70732 0.83563 0.73161 0 -1 -1 + 1016 14 0.81295 0.09794 0.62772 -1 -1 -1 + 982 13 0.79958 0.29186 0.70863 -1 1 0 + 675 14 0.77543 0.68322 0.65274 0 0 -1 + 212 14 0.59904 0.68544 0.40310 -1 0 -2 + 1117 13 0.73271 0.68321 0.94054 -1 0 0 + 1578 14 0.85257 0.66985 0.32924 1 -1 -1 + 1823 14 0.58805 0.71910 0.93680 1 -1 -1 + 177 14 0.85492 0.76856 0.65525 -1 -1 -1 + 181 13 0.61895 0.02229 0.75020 -1 0 0 + 528 14 0.92353 0.86871 0.87316 -1 0 -1 + 1158 14 0.76298 0.18471 0.59539 0 1 0 + 1387 13 0.77808 0.01583 0.84553 1 1 -1 + 849 14 0.78623 0.88082 0.07440 -1 -1 0 + 772 13 0.88710 0.60581 0.58263 -1 0 -1 + 1725 14 0.79326 0.34262 0.48652 -1 0 -1 + 1840 13 0.76604 0.57133 0.97706 0 0 0 + 1277 14 0.84065 0.74244 0.38642 -1 0 0 + 1576 13 0.82829 0.69346 0.33796 1 -1 -1 + 1230 14 0.71405 0.45999 0.86770 0 0 0 + 1860 14 0.98558 0.13529 0.64444 0 1 -1 + 222 14 0.78276 0.78623 0.62558 0 0 0 + 915 14 0.94327 0.16180 0.50498 -1 1 -1 + 823 13 0.94044 0.84313 0.08622 0 -1 1 + 1480 13 0.62873 0.65752 0.73203 0 1 -1 + 480 14 0.83078 0.42864 0.71372 -1 0 1 + 1305 14 0.73236 0.85645 0.59260 0 0 0 + 102 14 0.91084 0.75622 0.34872 -1 -1 0 + 1482 14 0.60513 0.66711 0.70807 0 1 -1 + 1792 13 0.72397 0.91395 0.88230 0 -1 0 + 1388 14 0.75059 0.01748 0.86709 1 1 -1 + 1582 13 0.90168 0.49205 0.84578 1 -1 -1 + 1118 14 0.76220 0.67037 0.95427 -1 0 0 + 1363 13 0.61443 0.16507 0.61188 0 1 -1 + 1526 14 0.74880 0.17086 -0.00214 0 2 2 + 1787 14 0.87082 0.93484 0.55172 0 -2 0 + 1825 13 0.82825 0.85631 0.46142 0 0 1 + 158 14 0.59363 0.09730 0.67381 -1 -1 0 + 1113 14 0.95149 0.96587 0.84312 -1 -1 -1 + 1139 14 0.57393 0.92452 0.43092 0 0 0 + 324 14 0.76869 0.74633 0.48924 0 0 1 + 1569 14 0.76034 0.01545 0.53884 1 0 2 + 491 14 0.76677 0.96887 0.97918 -1 -1 -1 + 478 13 0.82713 0.42466 0.67917 -1 0 1 + 1669 13 0.65216 0.96242 0.44640 0 -1 2 + 1865 14 0.98388 0.34021 0.14406 0 0 0 + 613 13 0.76444 0.21559 0.27719 0 -1 -1 + 328 13 0.69048 0.68150 0.03468 -1 -1 0 + 1981 13 0.52960 0.11991 0.17103 0 0 0 + 1940 14 0.81341 0.83367 0.84115 0 0 0 + 1723 13 0.82736 0.33965 0.47935 -1 0 -1 + 1553 14 0.75744 0.57271 0.07198 -1 0 -2 + 1228 13 0.71259 0.48491 0.84321 0 0 0 + 975 14 0.66484 0.85448 0.29407 0 0 0 + 1973 14 0.90985 0.42142 0.54971 -1 0 0 + 1751 14 0.65337 0.04218 0.90637 0 1 0 + 731 14 0.50000 0.22111 0.36138 0 2 0 + 201 14 0.52999 0.19137 0.01463 -1 1 0 + 196 13 0.79108 0.05325 0.26305 -2 1 1 + 1891 13 0.59545 0.76240 0.27734 -1 1 0 + 157 13 0.59484 0.06381 0.66383 -1 -1 0 + 673 13 0.79975 0.67304 0.67572 0 0 -1 + 1303 13 0.72832 0.89097 0.58871 0 0 0 + 889 13 0.87047 0.55667 0.36971 0 0 0 + 1272 14 0.66169 0.97255 0.85826 -1 -1 -1 + 1398 14 0.84445 0.08908 0.56732 1 0 0 + 1921 13 0.52525 0.65893 0.08484 1 0 2 + 1276 13 0.84303 0.77129 0.40604 -1 0 0 + 1149 14 0.79533 0.79484 0.07730 0 0 0 + 1902 14 0.92704 0.70259 0.15595 0 -1 1 + 1684 13 0.64508 0.43239 0.57781 0 0 -1 + 1110 14 0.62011 0.64188 0.96205 0 0 0 + 693 14 0.78555 0.90064 0.80442 -1 -1 0 + 352 13 0.97854 0.89961 0.89336 -1 -1 1 + 1588 13 0.63957 0.58100 0.00615 0 -1 0 + 1128 14 0.72260 0.57963 0.87564 0 0 -1 + 957 14 0.72189 0.24895 0.84582 0 1 -1 + 767 14 0.95605 0.79089 0.69758 0 0 0 + 289 13 0.98579 0.42729 0.82009 -1 0 -1 + 1863 14 0.96085 0.15537 1.01136 0 -1 0 + 1040 14 0.93116 0.80793 0.95462 -1 -1 1 + 529 13 0.60858 0.09147 0.49592 -1 0 0 + 1442 14 0.70333 0.57527 0.58963 0 0 -1 + 204 14 0.51484 0.22811 0.74676 -1 1 0 + 1147 13 0.80728 0.76202 0.07549 0 0 0 + 1306 13 0.98204 0.59725 0.57138 -1 -2 0 + 1776 14 0.83378 0.87945 0.27006 0 -2 0 + 1939 13 0.78200 0.84033 0.82729 0 0 0 + 1822 13 0.57273 0.74386 0.91743 1 -1 -1 + 125 14 0.62984 0.79176 0.87260 -1 -1 0 + 1722 14 0.85649 0.96370 0.76910 -1 0 -1 + 719 14 0.67375 0.67137 0.89194 0 0 -1 + 569 14 0.62837 0.91846 0.66790 -2 0 0 + 615 14 0.79916 0.21508 0.27303 0 -1 -1 + 1649 14 0.58686 0.42472 0.86296 0 0 0 + 770 14 0.57470 0.27601 0.37870 0 0 0 + 1086 14 0.51874 0.15425 0.49103 -1 2 -1 + 1453 13 0.86867 0.47928 0.08725 0 0 1 + 96 14 0.81733 0.17314 0.70083 -1 0 -1 + 406 13 0.86023 0.07235 0.85264 -1 0 0 + 1824 14 0.55141 0.72628 0.89600 1 -1 -1 + 1810 13 0.90919 0.07480 0.72571 0 1 -1 + 1148 14 0.81172 0.75246 0.10883 0 0 0 + 1157 14 0.74183 0.15590 0.63761 0 1 0 + 1842 14 0.79690 0.58436 0.98712 0 0 0 + 393 14 0.68214 0.18326 0.83564 -1 0 0 + 1870 13 0.55966 0.81820 0.07364 0 0 1 + 1515 14 0.70589 0.56466 0.22089 -1 1 0 + 1601 14 0.85329 0.64627 0.96499 0 0 -2 + 1827 14 0.82356 0.82989 0.43900 0 0 1 + 1222 13 0.83298 0.14119 0.91619 1 1 -1 + 692 14 0.79366 0.92463 0.75525 -1 -1 0 + 819 14 0.51300 0.33676 0.92763 0 -1 -2 + 973 13 0.64559 0.84379 0.32124 0 0 0 + 1097 14 0.99280 0.29538 0.03658 0 0 0 + 310 13 0.86407 0.51538 0.61550 -1 2 0 + 1663 13 0.81837 0.45100 0.77557 0 0 0 + 1664 14 0.79032 0.47176 0.77787 0 0 0 + 1873 13 0.58728 0.84016 0.95698 1 0 0 + 1557 14 0.48857 0.96788 0.88059 -1 -1 -1 + 498 14 0.87268 0.12870 0.81625 0 0 -1 + 172 13 0.85768 0.57068 0.02188 -1 0 0 + 676 13 0.96615 0.32756 0.73692 -1 1 0 + 1650 14 0.59549 0.38596 0.82446 0 0 0 + 1142 14 0.62868 0.25772 0.86090 1 2 -2 + 766 13 0.93075 0.77867 0.71838 0 0 0 + 436 13 0.63797 0.32892 0.92418 0 1 -1 + 233 14 0.75912 0.59333 0.54367 -1 0 0 + 1085 14 0.57194 0.14085 0.49804 -1 2 -1 + 1590 14 0.61912 0.55511 -0.00544 0 -1 0 + 392 14 0.69485 0.13587 0.81011 -1 0 0 + 1779 14 0.91882 0.73295 0.22288 -1 -1 0 + 1970 14 0.78574 0.28359 0.60064 1 2 0 + 1449 14 0.59461 0.24774 0.68363 1 0 0 + 1229 14 0.71946 0.51456 0.86044 0 0 0 + 1270 13 0.65769 0.95878 0.82636 -1 -1 -1 + 261 14 0.92793 0.34575 0.92112 -1 3 -1 + 686 14 0.68131 0.70802 0.59980 -2 0 0 + 91 13 0.95355 0.01457 0.61958 0 0 0 + 1426 13 0.94975 0.53514 0.96950 0 0 -1 + 1001 14 0.81712 0.60898 0.12172 -1 1 1 + 101 14 0.94958 0.76273 0.30979 -1 -1 0 + 594 14 0.69508 0.01914 0.72731 0 1 0 + 1089 14 0.51192 0.89477 0.50010 -1 -1 0 + 1029 14 0.62361 0.86906 0.01783 1 0 1 + 407 14 0.88661 0.05023 0.84649 -1 0 0 + 17 8 0.52249 0.24404 0.21625 0 0 0 + 1119 14 0.71026 0.68421 0.96735 -1 0 0 + 490 13 0.75504 0.93639 0.97368 -1 -1 -1 + 568 13 0.63735 0.89593 0.64271 -2 0 0 + 1988 14 0.77396 -0.00120 0.67608 0 0 -1 + 861 14 0.76164 0.61877 0.80342 0 0 -1 + 1752 14 0.69878 0.03401 0.93687 0 1 0 + 908 14 0.93125 0.42587 0.01328 -1 1 -1 + 1572 14 0.63050 0.36880 0.69256 1 -1 0 + 1397 14 0.85290 0.06435 0.51857 1 0 0 + 1000 13 0.84866 0.60144 0.13481 -1 1 1 + 1083 14 0.93717 0.20323 0.69066 -1 0 -1 + 1583 14 0.90437 0.52535 0.83546 1 -1 -1 + 330 14 0.70254 0.65756 0.05713 -1 -1 0 + 589 13 0.60785 0.52730 0.89454 0 0 0 + 1053 14 0.68908 0.67331 0.48069 -1 1 1 + 1941 14 0.76416 0.81051 0.83127 0 0 0 + 1156 13 0.76151 0.15249 0.60891 0 1 0 + 1361 14 0.89436 0.77984 0.45857 -1 -1 -1 + 599 14 0.56121 0.04804 0.90827 -1 -2 -1 + 1657 13 0.53959 0.90844 0.26253 0 0 0 + 508 13 0.51658 0.66638 0.74256 -1 0 1 + 1633 13 0.53790 0.38892 0.40118 1 0 1 + 713 14 0.99455 0.75630 0.57262 -1 0 -1 + 1507 13 0.90270 0.36927 0.81389 -1 1 0 + 1598 14 0.93998 0.09295 0.40087 0 0 1 + 917 14 0.86326 0.92301 0.35258 -1 0 0 + 1597 13 0.94720 0.06712 0.37842 0 0 1 + 824 14 0.96497 0.86131 0.06918 0 -1 1 + 1058 14 0.94874 0.99486 0.45083 0 0 -1 + 1843 13 0.97905 0.16747 0.81195 0 -1 0 + 1855 13 0.60484 0.47955 0.70314 1 0 0 + 1473 14 0.92449 0.26873 0.63108 -1 0 0 + 1472 14 0.93333 0.24845 0.58039 -1 0 0 + 1078 13 0.52387 0.70837 0.83810 0 -1 -1 + 521 14 0.50955 0.62944 0.23142 -1 0 1 + 1983 14 0.50679 0.10164 0.15183 0 0 0 + 1307 14 0.95061 0.61050 0.57910 -1 -2 0 + 207 14 0.98959 0.37847 0.43023 0 0 0 + 785 14 0.51247 0.03752 0.82699 -1 1 0 + 1444 13 0.57212 0.82062 0.67909 1 0 -1 + 284 14 0.93296 0.28848 0.44785 -1 1 0 + 1819 13 0.52467 0.92755 0.71384 0 -1 0 + 1038 14 0.52758 0.59024 0.49716 0 -1 1 + 108 14 1.00090 0.54548 0.12883 -1 -1 1 + 135 14 0.96959 0.92376 0.69447 -1 0 -1 + 1820 14 0.52962 0.92863 0.67923 0 -1 0 + 653 14 0.99582 0.89100 0.33182 -1 0 0 + 652 13 0.96146 0.88607 0.32761 -1 0 0 + 1956 14 0.98139 0.70884 0.09264 1 0 1 + 1984 13 0.54196 0.55999 0.69585 1 1 0 + 1976 14 0.98601 0.84653 0.59606 -1 0 0 + 160 13 0.97673 0.90241 0.55563 -2 -1 0 + 98 14 0.99890 0.08846 0.97062 -2 0 -1 + 134 14 1.00286 0.96232 0.71602 -1 0 -1 + 1070 14 1.00529 0.76809 0.81894 0 0 -1 + 1023 14 0.98642 0.51507 0.72540 -1 -1 0 + 488 14 0.99994 0.57695 0.33666 -1 0 0 + 1218 14 0.99113 0.96800 0.97094 0 -1 -1 + 1889 14 0.99590 0.58176 0.95038 0 0 -1 + 80 2 0.50086 0.75259 0.53648 0 0 0 + 523 13 0.50228 0.08313 0.00972 0 1 0 + 1655 14 0.49642 0.45592 0.98691 1 -1 -2 + 1164 14 0.49912 0.28189 0.81692 1 0 -1 + 539 14 0.99769 0.64124 0.63157 -2 0 0 + 1193 14 1.00496 0.36337 0.56052 -1 0 0 + 199 13 0.50231 0.18423 0.03478 -1 1 0 + ITEM: TIMESTEP + 7000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.38786 0.37794 0.44925 0 0 0 + 306 14 0.41106 0.10304 0.19860 0 0 0 + 858 14 0.00446 0.21118 0.27706 0 0 0 + 396 14 0.03863 0.78496 0.93927 0 0 0 + 1181 14 0.34569 0.23497 0.13667 2 0 0 + 1078 13 0.43946 0.73024 0.87088 0 -1 -1 + 5 4 0.32568 0.14975 0.29305 0 0 0 + 1934 14 0.12536 0.41898 0.03063 1 1 1 + 1610 14 0.35772 0.98121 0.42454 0 -1 0 + 878 14 0.13427 0.40409 0.78983 0 -1 0 + 21 4 0.42477 0.32317 0.24463 0 0 0 + 1703 14 0.26830 0.97617 0.37300 0 -1 1 + 1605 14 0.16629 0.11245 0.96743 0 0 0 + 34 4 0.38705 0.45387 0.36710 0 0 0 + 735 14 0.12496 0.64557 0.75543 -1 0 0 + 656 14 0.01517 0.40364 0.22646 0 0 0 + 1475 14 0.08672 0.97461 0.10443 1 -2 2 + 1020 14 0.38697 0.89104 0.13170 0 -1 0 + 405 14 0.26731 0.97845 0.24072 0 0 1 + 1808 14 0.41220 0.49566 0.85838 -1 0 0 + 1986 14 0.49249 0.52229 0.69426 1 1 0 + 4 4 0.32714 0.19778 0.24447 0 0 0 + 896 14 0.44250 0.02979 0.11715 0 1 0 + 308 14 0.20813 0.45920 0.49160 0 1 0 + 994 13 0.42934 0.75296 0.22708 1 -1 -1 + 622 13 0.46073 0.69430 0.02133 1 1 0 + 1985 14 0.47567 0.57160 0.71281 1 1 0 + 90 14 0.15575 0.48162 0.87455 -1 -1 -1 + 1342 13 0.33427 0.48649 0.15155 0 -1 1 + 1434 14 0.42955 0.93724 0.26367 1 -1 0 + 1596 14 0.16492 0.38748 0.23793 0 0 1 + 1694 14 0.43283 0.97954 0.88183 0 0 -1 + 37 1 0.35493 0.51196 0.52972 0 0 0 + 1344 14 0.32584 0.51522 0.16961 0 -1 1 + 6 4 0.37807 0.16121 0.25505 0 0 0 + 1625 14 0.16857 0.52861 0.65637 1 -1 0 + 404 14 0.25004 0.94905 0.19718 0 0 1 + 1652 14 0.23643 0.61446 0.18152 1 0 0 + 81 10 0.49881 0.67418 0.52513 0 0 0 + 797 14 0.16274 0.14425 0.14895 0 0 -1 + 1906 13 0.18668 0.51822 0.38786 1 1 -2 + 1327 13 0.04771 0.61633 0.02799 0 -1 0 + 676 13 0.02938 0.34168 0.76994 0 1 0 + 77 4 0.32336 0.69838 0.44638 0 0 0 + 237 14 0.37258 0.83452 0.37123 0 0 -1 + 152 14 0.49360 0.11764 0.71356 0 1 1 + 1816 13 0.24281 0.73760 0.18625 0 -1 0 + 1907 14 0.21607 0.51365 0.36948 1 1 -2 + 165 14 0.01933 0.31480 0.19267 -1 0 2 + 1385 14 0.22736 0.30503 0.20838 0 1 0 + 1450 13 0.34006 0.29108 0.19437 1 0 1 + 1370 14 0.27780 0.66699 0.76491 0 0 0 + 1192 13 0.02794 0.35351 0.57956 0 0 0 + 244 13 0.17123 0.09028 0.47801 0 1 0 + 63 6 0.41429 0.69578 0.54431 0 0 0 + 122 14 0.23220 0.03647 0.14460 0 1 0 + 888 14 0.01757 0.24917 0.80817 0 0 0 + 1611 14 0.41150 0.99344 0.42026 0 -1 0 + 1952 14 0.05771 0.98727 0.79449 1 -1 0 + 954 14 0.39825 0.57822 0.41135 0 0 0 + 1879 13 0.01264 0.85914 0.48799 0 -1 -1 + 1019 14 0.42393 0.93153 0.12434 0 -1 0 + 440 14 0.13579 0.65581 0.23309 -1 0 0 + 1761 14 0.32279 0.43821 0.22209 0 0 1 + 1030 13 0.11852 0.03163 0.22492 0 0 0 + 788 14 0.33618 0.26209 0.53980 -1 1 1 + 985 13 0.15404 0.45927 0.13788 1 0 1 + 1909 13 0.48619 0.12147 0.30237 0 0 0 + 1080 14 0.40892 0.71330 0.87275 0 -1 -1 + 1561 13 0.41762 0.92047 0.41075 1 -2 1 + 1565 14 0.32417 0.91438 0.88283 1 -1 0 + 1132 13 0.01762 0.08269 0.48103 0 2 -1 + 953 14 0.35590 0.56812 0.44547 0 0 0 + 1506 14 0.35260 0.56020 0.23745 0 0 0 + 677 14 0.02262 0.31769 0.79448 0 1 0 + 1908 14 0.16638 0.53782 0.36720 1 1 -2 + 1169 14 0.36207 0.09385 0.61592 0 -1 -1 + 488 14 0.05219 0.66230 0.27279 0 0 0 + 1462 13 0.24378 0.22148 0.97305 1 0 1 + 256 13 0.23543 0.76464 0.30948 -1 -1 0 + 1735 13 0.15635 0.08827 0.10501 1 1 1 + 1103 14 0.14252 0.17048 0.30528 -1 0 0 + 1092 14 0.40754 1.00155 0.26068 0 -1 0 + 39 10 0.34686 0.48322 0.43672 0 0 0 + 299 14 0.09131 0.40446 0.58228 0 2 0 + 53 10 0.39798 0.49915 0.58806 0 0 0 + 1587 14 0.09733 0.87965 0.30926 1 -1 0 + 300 14 0.14380 0.39561 0.56726 0 2 0 + 992 14 0.25585 0.06495 0.22705 1 -1 -1 + 799 13 0.29448 0.65621 0.08186 0 -1 1 + 1603 13 0.17942 0.14486 0.96727 0 0 0 + 1037 14 0.48476 0.55364 0.52399 0 -1 1 + 605 14 0.40799 0.72555 0.05148 -1 -2 0 + 1502 14 0.15912 0.16632 0.58920 1 0 0 + 910 13 0.23851 0.32326 0.36812 1 0 1 + 269 14 0.15920 0.63932 0.08186 0 0 1 + 1457 14 0.21745 0.94263 0.11072 0 0 0 + 1653 14 0.29044 0.62070 0.19170 1 0 0 + 1046 14 0.01612 0.24694 0.06440 0 0 -1 + 1065 14 0.20655 0.78367 0.20793 1 -1 -1 + 1966 13 0.48477 0.51628 0.28885 1 0 1 + 1835 14 0.20539 0.35041 0.93864 1 -1 0 + 8 6 0.40531 0.29682 0.31509 0 0 0 + 505 13 0.12107 0.93645 0.45852 1 -2 -1 + 787 13 0.34191 0.27570 0.50810 -1 1 1 + 1022 14 0.09680 0.58966 0.65029 0 -1 0 + 796 13 0.16933 0.16175 0.17850 0 0 -1 + 1070 14 -0.00151 0.73323 0.78594 1 0 -1 + 179 14 0.02904 0.24891 0.42321 0 0 1 + 473 14 0.49772 0.47693 0.56801 0 1 0 + 765 14 0.35877 0.77144 0.18162 0 -1 0 + 365 14 0.02065 0.12678 0.12159 0 1 0 + 419 14 0.23115 0.22583 0.30792 -1 2 0 + 1659 14 0.46948 0.80473 0.34911 0 0 0 + 178 13 0.01487 0.21988 0.43660 0 0 1 + 938 14 0.41179 0.05689 0.79437 1 0 -1 + 1264 13 0.32193 0.10043 0.40367 0 0 0 + 14 8 0.48594 0.26279 0.21705 0 0 0 + 1145 14 0.16775 0.54281 0.27197 0 1 -1 + 411 14 0.07394 0.90724 0.17698 0 -1 -1 + 290 14 0.00652 0.43887 0.79640 0 0 -1 + 1343 14 0.35088 0.49850 0.12321 0 -1 1 + 257 14 0.24957 0.73268 0.30820 -1 -1 0 + 971 14 0.25025 0.65606 0.92829 -2 1 -1 + 1268 14 0.17065 0.82515 0.01815 1 0 1 + 298 13 0.12195 0.42075 0.57790 0 2 0 + 697 13 0.31592 0.92741 0.43488 1 -1 -1 + 111 14 0.30978 0.13871 0.45547 0 0 0 + 642 14 0.40667 0.38597 0.93175 0 0 0 + 1501 13 0.14354 0.19245 0.57195 1 0 0 + 1242 14 0.22135 0.78695 0.07279 0 -1 0 + 75 4 0.43804 0.77342 0.48808 0 0 0 + 941 14 0.12337 0.47621 0.31560 0 1 -1 + 633 14 0.50139 0.91273 0.05268 -1 0 0 + 1726 13 0.35789 0.62076 0.32566 1 1 0 + 1137 14 0.40498 0.31070 0.78824 0 0 0 + 185 14 0.00071 0.44040 0.34232 0 1 1 + 1202 14 0.41037 0.12909 0.91547 -1 -1 0 + 1536 14 0.11290 0.70415 0.34713 2 1 1 + 104 14 0.23787 0.18281 0.40195 0 -1 0 + 318 14 0.05754 0.22623 0.96143 1 1 0 + 1766 14 0.25627 0.53957 0.28736 1 0 1 + 1585 13 0.06746 0.89757 0.30616 1 -1 0 + 1429 13 0.05090 0.11216 0.78811 1 1 -1 + 1089 14 0.44916 0.89396 0.48215 -1 -1 0 + 1349 14 0.17161 0.71886 0.45682 0 -1 1 + 1104 14 0.19312 0.15049 0.31526 -1 0 0 + 22 4 0.46283 0.35107 0.29794 0 0 0 + 1817 14 0.25392 0.72377 0.21639 0 -1 0 + 829 13 0.39648 0.62520 0.99806 0 -1 0 + 1702 13 0.24881 0.99551 0.35134 0 -1 1 + 1266 14 0.31698 0.06693 0.39497 0 0 0 + 263 14 0.09407 0.11263 0.41226 0 1 -1 + 745 13 0.21966 0.55489 0.12393 0 0 -1 + 109 13 0.29511 0.15441 0.48306 0 0 0 + 1190 14 0.22168 0.86089 0.44987 -1 -1 -2 + 76 4 0.31345 0.75576 0.43690 0 0 0 + 840 14 0.39439 0.05803 0.46762 -1 0 1 + 1290 14 0.03825 0.70523 0.59830 1 0 0 + 1873 13 0.48732 0.80849 0.06642 1 0 1 + 1422 14 0.50035 0.91964 0.25134 0 0 0 + 617 14 0.32798 0.51269 0.31253 1 -1 0 + 422 14 0.11727 0.89463 0.84528 -1 -2 0 + 650 14 0.08280 0.34300 0.45856 1 0 1 + 1960 13 0.46185 0.33248 0.49662 -1 0 0 + 429 14 0.26857 0.09576 0.05161 -1 0 0 + 609 14 0.16634 0.24086 0.42992 0 1 0 + 1864 13 0.10999 0.28012 0.23044 1 0 0 + 921 14 0.14230 0.64837 0.42234 0 0 -1 + 991 13 0.24212 0.07459 0.19636 1 -1 -1 + 827 14 0.00494 0.24045 0.71383 0 0 -1 + 1790 14 0.21046 0.57272 0.00757 1 -1 2 + 620 14 0.41429 0.78052 0.91573 -1 -1 -1 + 507 14 0.14079 0.91868 0.48130 1 -2 -1 + 1372 13 0.04256 0.64199 0.49475 1 -1 0 + 1759 13 0.34646 0.42583 0.24467 0 0 1 + 400 13 0.21519 0.25596 0.52435 1 1 1 + 1250 14 0.28049 0.31627 0.79863 1 -1 1 + 89 14 0.11061 0.51235 0.88338 -1 -1 -1 + 1088 14 0.50143 0.87669 0.48747 -1 -1 0 + 1959 14 0.14309 0.25205 0.33946 0 1 1 + 1096 13 0.04151 0.36837 0.00515 1 0 0 + 1072 13 0.47556 0.46007 0.72822 -1 0 -2 + 1913 14 0.31752 0.03143 0.26800 1 -1 -1 + 1097 14 0.01135 0.38265 0.99468 1 0 -1 + 1067 14 0.33396 0.14817 0.09848 1 0 0 + 1474 13 0.09248 0.96953 0.13855 1 -2 2 + 1834 13 0.17749 0.33390 0.92553 1 -1 0 + 1961 14 0.44527 0.34818 0.47013 -1 0 0 + 1743 14 0.40936 0.73873 0.68536 0 0 0 + 29 7 0.37111 0.41889 0.37599 0 0 0 + 1704 14 0.21961 0.00216 0.36939 0 0 1 + 1575 14 0.33487 0.00536 0.60155 1 1 -1 + 1336 13 0.06793 0.26343 0.60232 2 1 0 + 170 14 0.39736 0.00617 0.72695 0 1 0 + 1432 13 0.43859 0.95288 0.23373 1 -1 0 + 571 13 0.24875 0.44055 0.10754 0 -1 0 + 1504 13 0.34624 0.57758 0.20778 0 0 0 + 877 13 0.10511 0.41786 0.77629 0 -1 0 + 1134 14 0.04258 0.09838 0.46223 0 2 -1 + 1288 13 0.04445 0.72180 0.56814 1 0 0 + 1267 13 0.16029 0.82816 0.98488 1 0 0 + 1535 14 0.12132 0.73665 0.39108 2 1 1 + 1791 14 0.17362 0.61180 0.02077 1 -1 2 + 1098 14 0.04387 0.33857 0.98700 1 0 -1 + 1737 14 0.16828 0.09274 0.07244 1 1 1 + 1295 14 0.15319 0.38497 0.41125 1 2 -1 + 309 14 0.21903 0.40856 0.51097 0 1 0 + 1539 14 0.37879 0.26106 0.45683 0 1 0 + 32 10 0.43613 0.38116 0.36056 0 0 0 + 758 14 0.41674 0.93764 0.64956 -2 -1 1 + 218 14 0.45431 0.58292 0.91200 0 0 0 + 1146 14 0.12464 0.57710 0.27697 0 1 -1 + 1962 14 0.47336 0.30234 0.48313 -1 0 0 + 1239 14 0.01630 0.49023 0.01061 0 0 1 + 66 7 0.38324 0.73984 0.52970 0 0 0 + 1534 13 0.12895 0.70505 0.37818 2 1 1 + 1151 14 0.00357 0.04373 0.60161 0 1 0 + 1829 14 0.34955 0.67482 0.14885 2 0 0 + 495 14 0.26142 0.45619 0.04567 -1 1 1 + 741 14 0.28108 0.65781 0.24870 0 1 -1 + 307 13 0.21534 0.42659 0.48124 0 1 0 + 456 14 0.15761 0.94535 0.29587 0 -1 0 + 286 13 0.12481 0.05693 0.96135 0 0 0 + 1537 13 0.40662 0.25258 0.43741 0 1 0 + 1203 14 0.41204 0.07520 0.90310 -1 -1 0 + 441 14 0.18040 0.68850 0.23245 -1 0 0 + 798 14 0.13916 0.16079 0.19617 0 0 -1 + 147 14 0.09946 0.28874 0.08054 1 0 -1 + 1415 14 0.14855 0.97722 0.01231 1 0 0 + 2002 13 0.16578 0.89614 0.34889 2 1 1 + 280 13 0.04239 0.52585 0.12065 0 0 0 + 305 14 0.45679 0.07360 0.18856 0 0 0 + 74 4 0.37511 0.79804 0.47563 0 0 0 + 608 14 0.19062 0.28881 0.41684 0 1 0 + 317 14 0.06649 0.26789 0.92617 1 1 0 + 1818 14 0.23788 0.71007 0.16526 0 -1 0 + 993 14 0.23118 0.10739 0.20157 1 -1 -1 + 618 14 0.33570 0.53057 0.36430 1 -1 0 + 597 14 0.10531 0.82636 0.57018 1 -1 0 + 734 14 0.07681 0.66077 0.77800 -1 0 0 + 1957 13 0.12258 0.22376 0.34093 0 1 1 + 30 1 0.37271 0.41530 0.43171 0 0 0 + 1269 14 0.12825 0.81416 0.98438 1 0 0 + 1846 13 0.05806 0.81572 0.01330 1 0 2 + 1326 14 0.03248 0.02497 0.49488 0 0 0 + 281 14 0.02439 0.54712 0.14177 0 0 0 + 1965 14 0.42091 0.50935 0.28760 0 0 1 + 1180 13 0.35477 0.20729 0.11731 2 0 0 + 287 14 0.14335 0.03078 0.94736 0 0 0 + 911 14 0.27259 0.33101 0.36695 1 0 1 + 368 14 0.46896 0.59522 0.30257 -1 1 1 + 1905 14 0.01405 0.00854 0.17428 1 1 0 + 12 8 0.48508 0.28160 0.26408 0 0 0 + 40 4 0.39651 0.44732 0.52446 0 0 0 + 912 14 0.22343 0.35201 0.38112 1 0 1 + 607 13 0.15931 0.27341 0.41922 0 1 0 + 803 14 0.21018 0.35309 0.58467 1 0 -1 + 19 10 0.37372 0.26325 0.25629 0 0 0 + 922 13 0.40357 0.27385 0.72303 -1 1 0 + 1781 14 0.06786 0.37237 0.11780 1 0 0 + 1765 13 0.22927 0.52545 0.27020 1 0 1 + 28 5 0.39998 0.37857 0.35692 0 0 0 + 1102 13 0.16251 0.14218 0.30053 -1 0 0 + 249 14 0.23468 0.24126 0.83814 -1 1 -1 + 1505 14 0.37792 0.58443 0.19466 0 0 0 + 1727 14 0.34786 0.60453 0.35497 1 1 0 + 1955 14 0.01496 0.74052 0.09021 2 0 1 + 1033 13 0.08879 0.85455 0.71324 1 0 0 + 193 13 0.02856 0.14723 0.58091 0 0 0 + 106 13 0.01245 0.56141 0.22800 0 -1 1 + 1456 13 0.20399 0.91049 0.10772 0 0 0 + 521 14 0.38172 0.56923 0.10442 -1 0 1 + 1693 13 0.40389 0.99818 0.87570 0 0 -1 + 73 4 0.34646 0.72409 0.52287 0 0 0 + 640 13 0.43604 0.39469 0.94862 0 0 0 + 937 13 0.40394 0.05730 0.76030 1 0 -1 + 1828 13 0.38375 0.67745 0.15565 2 0 0 + 1964 14 0.37896 0.47764 0.27045 0 0 1 + 1651 13 0.26181 0.63850 0.18240 1 0 0 + 1056 14 0.21005 0.76395 0.53511 0 0 1 + 45 3 0.44391 0.59879 0.54882 0 0 0 + 36 7 0.36343 0.46245 0.50918 0 0 0 + 1373 14 0.03351 0.66711 0.51732 1 -1 0 + 695 14 0.09292 0.42666 0.47415 0 0 0 + 1048 13 0.43975 0.14279 0.38778 0 -1 0 + 1904 14 0.04711 0.03985 0.20567 1 1 0 + 78 4 0.32620 0.72405 0.38062 0 0 0 + 641 14 0.44625 0.36515 0.96429 0 0 0 + 670 13 0.16460 0.95126 0.95178 0 -1 -1 + 38 3 0.32804 0.54037 0.50686 0 0 0 + 1760 14 0.33272 0.39581 0.25619 0 0 1 + 24 11 0.45772 0.27210 0.19110 0 0 0 + 1430 14 0.05704 0.09838 0.75656 1 1 -1 + 33 4 0.33393 0.42311 0.36347 0 0 0 + 917 14 0.05424 0.97434 0.29265 0 0 0 + 619 13 0.41792 0.81487 0.92116 -1 -1 -1 + 1353 14 0.36539 0.87321 0.27617 1 -1 0 + 240 14 0.45833 0.20689 0.62840 0 0 0 + 1910 14 0.47391 0.11760 0.26985 0 0 0 + 853 13 0.34867 0.08103 0.18569 -1 0 0 + 2 2 0.34699 0.17879 0.27435 0 0 0 + 395 14 0.02907 0.73692 0.91358 0 0 0 + 69 2 0.33592 0.72651 0.41996 0 0 0 + 219 14 0.45577 0.63700 0.92352 0 0 0 + 2004 14 0.18710 0.87431 0.36599 2 1 1 + 1963 13 0.38768 0.51090 0.27682 0 0 1 + 71 4 0.42951 0.67997 0.51151 0 0 0 + 1745 14 0.32840 0.13004 0.77371 0 1 -1 + 604 13 0.38936 0.73916 0.07777 -1 -2 0 + 1847 14 0.05854 0.79270 0.03961 1 0 2 + 304 13 0.44226 0.09493 0.21216 0 0 0 + 1956 14 0.05731 0.76640 0.11463 2 0 1 + 258 14 0.21991 0.76611 0.34078 -1 -1 0 + 1809 14 0.35724 0.49861 0.86387 -1 0 0 + 1201 13 0.41669 0.10694 0.88915 -1 -1 0 + 10 3 0.33118 0.34003 0.33346 0 0 0 + 68 12 0.40312 0.72949 0.43170 0 0 0 + 482 14 0.01197 0.08209 0.29737 1 1 1 + 916 13 0.03499 1.00049 0.30565 0 0 0 + 506 14 0.09267 0.94558 0.47676 1 -2 -1 + 1925 14 0.39654 0.08673 0.99432 0 1 -2 + 948 14 0.10488 0.51084 0.23942 0 0 1 + 1658 14 0.42568 0.77321 0.33699 0 0 0 + 1032 14 0.13413 0.06289 0.22628 0 0 0 + 510 14 0.45535 0.66783 0.77517 -1 0 1 + 1928 14 0.29102 0.08802 0.50357 0 0 0 + 1476 14 0.09555 0.00175 0.15181 1 -1 2 + 44 1 0.40364 0.60895 0.56885 0 0 0 + 747 14 0.20639 0.52353 0.11597 0 0 -1 + 1086 14 0.44433 0.10607 0.52769 -1 2 -1 + 1217 14 0.01164 0.05102 0.91608 1 0 -1 + 995 14 0.42345 0.72252 0.21089 1 -1 -1 + 409 13 0.08888 0.89424 0.20581 0 -1 -1 + 35 5 0.36269 0.45745 0.45702 0 0 0 + 649 13 0.11467 0.35720 0.45630 1 0 1 + 1 1 0.37000 0.21382 0.30809 0 0 0 + 1068 14 0.34326 0.09630 0.11529 1 0 0 + 1881 14 0.01706 0.84321 0.45717 0 -1 -1 + 1741 13 0.38283 0.72583 0.70414 0 0 0 + 1376 14 0.05929 0.74218 0.28452 1 -1 0 + 369 14 0.47416 0.64883 0.31513 -1 1 1 + 1194 14 0.02774 0.35618 0.54469 0 0 0 + 802 13 0.19424 0.35518 0.55361 1 0 -1 + 1562 14 0.44360 0.92919 0.38903 1 -2 1 + 897 14 0.48803 0.05975 0.10777 0 1 0 + 1064 14 0.20515 0.79865 0.26115 1 -1 -1 + 171 14 0.39041 0.95173 0.73384 0 0 0 + 1066 13 0.32747 0.11482 0.09018 1 0 0 + 1676 14 0.06857 0.16032 0.02617 1 0 0 + 740 14 0.31018 0.66554 0.29510 0 1 -1 + 203 14 0.45672 0.18223 0.78841 -1 1 0 + 1865 14 0.12918 0.25229 0.23937 1 0 0 + 1497 14 0.01648 0.00542 0.04436 1 1 1 + 606 14 0.39862 0.72032 0.10574 -1 -2 0 + 1280 14 0.42170 0.28113 0.60455 -1 0 1 + 1063 13 0.19274 0.80736 0.22964 1 -1 -1 + 401 14 0.19246 0.23534 0.54111 1 1 1 + 1695 14 0.37801 0.97887 0.88914 0 0 -1 + 350 14 0.45552 0.85455 0.17904 0 -2 1 + 1657 13 0.43508 0.80635 0.34303 0 0 0 + 759 14 0.43707 0.95095 0.59987 -2 -1 1 + 206 14 0.03284 0.49289 0.44652 1 0 0 + 375 14 0.46960 0.87620 0.71624 -1 0 0 + 67 7 0.39857 0.76567 0.48264 0 0 0 + 1630 13 0.17529 0.01564 0.54262 2 -1 0 + 1279 13 0.42721 0.31550 0.60116 -1 0 1 + 1714 13 0.01234 0.67738 0.75603 0 0 0 + 1903 13 0.01923 0.04154 0.18464 1 1 0 + 662 14 0.10415 0.55288 0.55397 0 2 -1 + 1351 13 0.39894 0.87969 0.28361 1 -1 0 + 1926 14 0.36804 0.03991 1.00173 0 1 -2 + 1031 14 0.14323 0.00905 0.23507 0 0 0 + 572 14 0.22233 0.44530 0.12995 0 -1 0 + 1090 13 0.38406 0.02711 0.26502 0 0 0 + 1609 13 0.38057 0.00734 0.42882 0 0 0 + 763 13 0.33388 0.79171 0.16774 0 -1 0 + 1383 14 0.13423 0.30496 0.83945 0 0 1 + 1193 14 0.04721 0.32506 0.58607 0 0 0 + 184 13 0.01523 0.47055 0.35245 0 1 1 + 1337 14 0.09260 0.23978 0.59493 2 1 0 + 804 14 0.19616 0.32278 0.54058 1 0 -1 + 764 14 0.30509 0.78400 0.18603 0 -1 0 + 826 13 0.00560 0.22321 0.74425 0 0 -1 + 454 13 0.17421 0.96050 0.26908 0 -1 0 + 1324 13 0.03184 0.99057 0.50115 0 -1 0 + 856 13 0.01498 0.23130 0.30366 0 0 0 + 996 14 0.41376 0.74950 0.25819 1 -1 -1 + 789 14 0.32356 0.30547 0.50788 -1 1 1 + 288 14 0.11118 0.04338 0.99056 0 0 0 + 746 14 0.22186 0.57153 0.09324 0 0 -1 + 1135 13 0.39973 0.34083 0.80519 0 0 0 + 1541 14 0.41636 0.92843 0.03295 0 -1 0 + 1715 14 0.01548 0.67758 0.72120 0 0 0 + 403 13 0.26454 0.94568 0.22882 0 0 1 + 158 14 0.47667 0.98690 0.68737 -1 -2 0 + 1930 13 0.46161 0.37868 0.11074 0 0 0 + 857 14 0.04982 0.23214 0.30078 0 0 0 + 1182 14 0.38648 0.21528 0.10493 2 0 0 + 20 4 0.42947 0.27919 0.34083 0 0 0 + 1836 14 0.17237 0.30685 0.94708 1 -1 0 + 1789 13 0.19962 0.59264 0.03419 1 -1 2 + 136 13 0.38743 0.71814 0.31537 0 -1 1 + 855 14 0.35374 0.05392 0.20720 -1 0 0 + 1416 14 0.10068 0.97862 0.03998 1 0 0 + 1464 14 0.21189 0.23291 0.98174 1 0 1 + 1958 14 0.10334 0.22837 0.36976 0 1 1 + 72 4 0.38229 0.76545 0.56118 0 0 0 + 144 14 0.00861 0.41507 0.62187 0 0 0 + 410 14 0.11779 0.91343 0.21011 0 -1 -1 + 1564 13 0.33381 0.93832 0.90643 1 -1 0 + 3 3 0.37330 0.20260 0.35159 0 0 0 + 1767 14 0.23525 0.49101 0.27128 1 0 1 + 952 13 0.36368 0.57293 0.41172 0 0 0 + 1666 13 0.45905 0.57790 0.40482 0 1 0 + 831 14 0.37246 0.60411 0.98387 0 -1 0 + 121 13 0.22764 0.01398 0.11822 0 1 0 + 1772 14 0.42691 0.84754 0.81649 1 1 -2 + 374 14 0.42364 0.84938 0.70116 -1 0 0 + 1912 13 0.28707 0.04589 0.27731 1 -1 -1 + 455 14 0.20465 0.94344 0.26684 0 -1 0 + 854 14 0.31395 0.08503 0.18467 -1 0 0 + 1604 14 0.15135 0.16569 0.96625 0 0 0 + 1927 13 0.28329 0.06039 0.52356 0 0 0 + 904 13 0.17046 0.51918 0.49294 0 0 -1 + 7 5 0.38227 0.25797 0.29130 0 0 0 + 1728 14 0.39062 0.60968 0.32027 1 1 0 + 1259 14 0.09830 0.13673 0.10715 1 0 0 + 41 4 0.33675 0.43865 0.52589 0 0 0 + 1249 13 0.29453 0.34613 0.78705 1 -1 1 + 1451 14 0.30927 0.30203 0.20681 1 0 1 + 143 14 0.01222 0.46141 0.65185 0 0 0 + 9 1 0.37538 0.33986 0.33620 0 0 0 + 1736 14 0.16461 0.05522 0.11291 1 1 1 + 1187 14 0.22466 0.41692 0.30861 1 -1 0 + 671 14 0.14136 0.92954 0.93725 0 -1 -1 + 655 13 0.04819 0.39220 0.22510 0 0 0 + 775 13 0.06471 0.29106 0.38476 0 1 0 + 871 13 0.01732 0.67954 0.66190 0 -1 0 + 739 13 0.29062 0.68248 0.27157 0 1 -1 + 1463 14 0.23916 0.18770 0.96525 1 0 1 + 1414 13 0.13270 0.99266 0.03940 1 0 0 + 939 14 0.42456 0.08213 0.74684 1 0 -1 + 11 7 0.44603 0.31935 0.27899 0 0 0 + 696 14 0.11525 0.47383 0.45584 0 0 0 + 1116 14 0.35459 0.94849 0.51555 -1 0 0 + 1830 14 0.39660 0.64576 0.14832 2 0 0 + 1377 14 0.01916 0.73565 0.32201 1 -1 0 + 906 14 0.18948 0.52937 0.46542 0 0 -1 + 1874 14 0.45861 0.79587 0.08190 1 0 1 + 1260 14 0.08188 0.18899 0.09951 1 0 0 + 1624 13 0.15369 0.55773 0.66876 1 -1 0 + 1251 14 0.32869 0.34296 0.79383 1 -1 1 + 1458 14 0.17006 0.91447 0.11517 0 0 0 + 616 13 0.31070 0.52106 0.34176 1 -1 0 + 1914 14 0.27702 0.02780 0.30549 1 -1 -1 + 88 13 0.12581 0.49172 0.85957 -1 -1 -1 + 87 14 0.34416 0.87376 0.80465 -1 -1 0 + 1375 13 0.04921 0.72160 0.31093 1 -1 0 + 801 14 0.26785 0.64442 0.10122 0 -1 1 + 439 13 0.16662 0.66021 0.21719 -1 0 0 + 1875 14 0.47558 0.82369 0.03720 1 0 1 + 273 14 0.23282 0.19870 0.71984 -2 1 0 + 42 5 0.37757 0.52454 0.57178 0 0 0 + 522 14 0.43682 0.56935 0.10919 -1 0 1 + 800 14 0.29135 0.69102 0.08292 0 -1 1 + 385 13 0.44915 0.23341 0.09592 0 1 0 + 661 13 0.07163 0.54058 0.55769 0 2 -1 + 1951 13 0.09242 0.99036 0.79158 1 -1 0 + 271 13 0.23643 0.18215 0.75043 -2 1 0 + 596 14 0.09345 0.77819 0.54572 1 -1 0 + 1452 14 0.34983 0.31606 0.17193 1 0 1 + 272 14 0.26429 0.16149 0.74598 -2 1 0 + 1014 14 0.46130 0.04316 0.55295 0 0 0 + 1929 14 0.30502 0.03527 0.51259 0 0 0 + 1274 14 0.14343 0.77196 0.10847 0 0 0 + 595 13 0.12028 0.79834 0.55556 1 -1 0 + 1189 13 0.20470 0.83262 0.43823 -1 -1 -2 + 245 14 0.17559 0.06216 0.45768 0 1 0 + 62 5 0.38760 0.65602 0.56839 0 0 0 + 1936 13 0.29388 0.45214 0.61935 1 0 0 + 235 13 0.34668 0.85755 0.37584 0 0 -1 + 387 14 0.47088 0.25340 0.07718 0 1 0 + 573 14 0.27483 0.45992 0.12049 0 -1 0 + 386 14 0.46621 0.20313 0.09977 0 1 0 + 1374 14 0.06033 0.61885 0.51404 1 -1 0 + 1091 14 0.40282 0.05659 0.26354 0 0 0 + 1191 14 0.21307 0.80739 0.46096 -1 -1 -2 + 465 14 0.46914 0.21914 0.94321 0 0 -1 + 872 14 0.03759 0.65190 0.65494 0 -1 0 + 1953 14 0.09735 0.00442 0.75994 1 0 0 + 757 13 0.44289 0.93034 0.62752 -2 -1 1 + 1273 13 0.11866 0.75630 0.12756 0 0 0 + 1297 13 0.42716 0.61184 0.75624 1 1 -1 + 246 14 0.16891 0.07738 0.51044 0 1 0 + 225 14 0.21385 0.36255 0.71161 0 -1 -1 + 905 14 0.17219 0.54606 0.51524 0 0 -1 + 1054 13 0.21657 0.78343 0.56341 0 0 1 + 1949 14 0.12210 0.27029 0.99499 0 0 -1 + 1275 14 0.12404 0.72211 0.12254 0 0 0 + 515 14 0.18020 0.44892 0.61780 1 1 0 + 236 14 0.32703 0.85453 0.34707 0 0 -1 + 1746 14 0.34657 0.10417 0.72833 0 1 -1 + 1661 14 0.12277 0.51369 0.79470 1 -1 -1 + 1938 14 0.29853 0.48543 0.62903 1 0 0 + 1115 14 0.38516 0.98770 0.53979 -1 0 0 + 1055 14 0.18920 0.80509 0.56564 0 0 1 + 1770 14 0.19173 0.17027 0.81775 0 0 0 + 838 13 0.40981 0.08806 0.47676 -1 0 1 + 564 14 0.10629 0.62640 0.85954 1 0 -1 + 1621 13 0.39829 0.41482 0.61846 1 0 1 + 1165 13 0.07952 0.34833 0.30582 0 0 1 + 186 14 0.04890 0.46751 0.34351 0 1 1 + 1851 14 0.21175 0.70099 0.87981 0 -2 -1 + 835 13 0.24286 0.64180 0.49640 1 -1 -1 + 563 14 0.15235 0.62908 0.89004 1 0 -1 + 1814 14 0.06154 0.98866 0.55679 1 -1 0 + 61 11 0.26692 0.45777 0.76350 0 0 0 + 1125 14 0.20190 0.01367 0.87999 1 2 -1 + 1739 14 0.43846 0.43596 0.89122 0 1 0 + 987 14 0.15210 0.43188 0.15954 1 0 1 + 1580 14 0.04474 0.84043 0.81823 1 -1 -1 + 1595 14 0.13022 0.36998 0.19858 0 0 1 + 1325 14 0.00225 0.97947 0.48616 0 -1 0 + 1915 13 0.29496 0.68728 0.69057 2 0 0 + 865 13 0.42227 0.88236 0.99004 0 -2 0 + 1744 13 0.32087 0.12484 0.73996 0 1 -1 + 120 14 0.12229 0.75378 0.89061 1 -2 -1 + 70 10 0.35510 0.66685 0.58075 0 0 0 + 669 14 0.05036 0.56837 0.91269 0 0 -1 + 1211 14 0.31309 0.98801 0.77348 0 -2 0 + 339 14 0.31821 0.86925 0.05892 0 -1 1 + 355 13 0.27904 0.56500 0.83823 0 -1 -1 + 303 14 0.13630 0.02781 0.39460 -1 1 0 + 114 14 0.16834 0.29563 0.67510 0 -1 0 + 514 13 0.19713 0.46701 0.64247 1 1 0 + 192 14 0.16559 0.90025 0.72134 1 0 0 + 167 14 0.32253 0.75938 0.07636 0 0 0 + 1347 14 0.26923 0.65845 0.55989 0 -2 0 + 169 13 0.39392 0.97625 0.70916 0 0 0 + 1411 13 0.28915 0.85846 0.85256 -1 -1 -1 + 1547 14 0.01651 0.55271 0.71826 1 0 0 + 1493 14 0.23717 0.28306 0.03544 -1 -1 2 + 681 14 0.19717 0.09734 0.70876 0 0 1 + 1371 14 0.22268 0.66262 0.76350 0 0 0 + 1210 13 0.30087 0.00725 0.80000 0 -1 0 + 86 14 0.36963 0.86799 0.75590 -1 -1 0 + 238 13 0.47747 0.21592 0.65624 0 0 0 + 1265 14 0.35185 0.10927 0.38788 0 0 0 + 434 14 0.08347 0.11944 0.84230 0 1 -1 + 1255 13 0.15352 0.04356 0.85909 1 0 0 + 180 14 0.04193 0.19818 0.44109 0 0 1 + 50 8 0.33650 0.47336 0.72991 0 0 0 + 1399 13 0.16705 0.68624 0.71511 1 0 0 + 1136 14 0.42793 0.36012 0.79771 0 0 0 + 920 14 0.13556 0.64193 0.47685 0 0 -1 + 972 14 0.25528 0.65295 0.98328 -2 1 -1 + 1924 13 0.40028 0.05198 0.99561 0 1 -2 + 1807 13 0.38595 0.51849 0.86193 -1 0 0 + 887 14 0.04786 0.26350 0.85218 0 0 0 + 1384 13 0.24779 0.32496 0.22859 0 1 0 + 587 14 0.43091 0.22254 0.86289 0 0 0 + 1320 14 0.30543 0.58081 0.95151 1 -1 -1 + 1632 14 0.18195 0.01313 0.57686 2 -1 0 + 337 13 0.32786 0.87619 0.02604 0 -1 1 + 578 14 0.27256 0.45655 0.85664 0 0 -1 + 1647 14 0.07475 0.15391 0.25120 0 1 0 + 1170 14 0.41519 0.10784 0.60943 0 -1 -1 + 113 14 0.16437 0.28246 0.72868 0 -1 0 + 1459 13 0.30469 0.21518 0.59695 0 1 0 + 1813 13 0.07383 0.98251 0.58895 1 -1 0 + 85 13 0.36180 0.89171 0.78037 -1 -1 0 + 118 13 0.14890 0.74846 0.86855 1 -2 -1 + 1638 14 0.28788 0.88420 0.25897 1 -1 -1 + 1293 14 0.18788 0.41581 0.86215 0 -1 -1 + 701 14 0.42510 0.87175 0.61008 1 -1 -1 + 679 13 0.16430 0.09637 0.72066 0 0 1 + 1220 14 0.23387 0.10224 0.61498 0 0 1 + 433 13 0.10251 0.12325 0.87139 0 1 -1 + 301 13 0.16455 0.01226 0.40815 -1 1 0 + 503 14 0.25184 0.10305 0.89155 0 0 -1 + 1350 14 0.21271 0.69847 0.48772 0 -1 1 + 349 13 0.47818 0.83277 0.19436 0 -2 1 + 447 14 0.24281 0.82609 0.72549 -1 -1 -1 + 445 13 0.21446 0.83928 0.74115 -1 -1 -1 + 1226 14 0.21675 0.87772 0.98204 1 -1 -1 + 145 13 0.09873 0.25942 0.09958 1 0 -1 + 1049 14 0.42372 0.17192 0.37691 0 -1 0 + 255 14 0.44856 0.39532 0.69535 -1 -1 -1 + 836 14 0.21345 0.62786 0.48361 1 -1 -1 + 663 14 0.07501 0.50588 0.55495 0 2 -1 + 1644 14 0.46726 0.10654 0.84973 0 0 -1 + 1050 14 0.45711 0.13134 0.35967 0 -1 0 + 1617 14 0.47045 0.50381 0.09313 -1 0 0 + 46 7 0.38006 0.57659 0.65152 0 0 0 + 105 14 0.28088 0.16523 0.37194 0 -1 0 + 1780 13 0.09224 0.35903 0.09657 1 0 0 + 923 14 0.42479 0.24811 0.71253 -1 1 0 + 1668 14 0.46214 0.59432 0.37410 0 1 0 + 1367 14 0.14237 0.80955 0.42988 0 -1 0 + 899 14 0.08448 0.43591 0.69352 1 0 1 + 883 13 0.31426 0.99119 0.01910 0 0 0 + 1916 14 0.29543 0.67991 0.65638 2 0 0 + 1034 14 0.05589 0.86314 0.72139 1 0 0 + 316 13 0.06620 0.26009 0.96026 1 1 0 + 1877 14 0.06763 0.83265 0.20958 1 1 -1 + 1369 13 0.25059 0.65435 0.78288 0 0 0 + 153 14 0.46391 0.16270 0.70140 0 1 1 + 1095 14 0.33496 0.51106 0.04298 -1 0 2 + 776 14 0.06231 0.30619 0.35332 0 1 0 + 247 13 0.24855 0.25903 0.81140 -1 1 -1 + 112 13 0.17946 0.30523 0.70684 0 -1 0 + 43 6 0.36925 0.57164 0.59548 0 0 0 + 1241 14 0.19655 0.83368 0.08893 0 -1 0 + 1400 14 0.15997 0.68714 0.68087 1 0 0 + 1258 13 0.07686 0.15643 0.08778 1 0 0 + 1318 13 0.33339 0.55984 0.95037 1 -1 -1 + 52 8 0.28767 0.48350 0.74195 0 0 0 + 1954 13 0.02730 0.77237 0.09769 2 0 1 + 1994 14 0.34471 0.37072 0.10369 1 -1 0 + 1199 14 0.18644 0.97535 0.66387 0 -1 -1 + 1216 13 0.02430 0.01852 0.91342 1 0 -1 + 516 14 0.20847 0.44272 0.66493 1 1 0 + 611 14 0.26733 0.07489 0.80344 -1 1 0 + 123 14 0.22394 0.03425 0.08996 0 1 0 + 168 14 0.30099 0.78144 0.03044 0 0 0 + 1738 13 0.45251 0.44108 0.85961 0 1 0 + 1937 14 0.26036 0.44546 0.62674 1 0 0 + 51 8 0.26712 0.52740 0.72435 0 0 0 + 869 14 0.23590 0.95331 0.80295 0 0 0 + 342 14 0.02443 0.87559 0.35958 -1 -1 0 + 546 14 0.31361 0.14312 0.85875 1 1 -1 + 1492 13 0.25144 0.30977 0.05293 -1 -1 2 + 132 14 0.31344 0.40126 0.02829 1 -1 0 + 777 14 0.09763 0.29709 0.39490 0 1 0 + 682 13 0.31239 0.87956 0.11956 -1 -1 -1 + 722 14 0.20081 0.78769 0.87627 0 0 1 + 1461 14 0.28045 0.19002 0.59847 0 1 0 + 131 14 0.30006 0.35043 0.04551 1 -1 0 + 191 14 0.13206 0.94017 0.73981 1 0 0 + 1815 14 0.09061 0.01192 0.59769 1 0 0 + 575 14 0.33453 0.73231 0.92581 0 -2 -1 + 190 13 0.16273 0.93502 0.72383 1 0 0 + 623 14 0.43823 0.67039 0.00930 1 1 0 + 398 14 0.45156 0.15341 0.99356 -1 0 0 + 283 13 0.01027 0.37247 0.47354 0 1 0 + 502 13 0.28149 0.10131 0.91000 0 0 -1 + 195 14 0.00538 0.15160 0.60673 0 0 0 + 1319 14 0.34174 0.55819 0.91645 1 -1 -1 + 898 13 0.07037 0.46642 0.68388 1 0 1 + 151 13 0.47074 0.14024 0.72732 0 1 1 + 1566 14 0.30564 0.94248 0.92672 1 -1 0 + 565 13 0.29637 0.79973 0.70104 0 1 0 + 373 13 0.44207 0.85903 0.72927 -1 0 0 + 110 14 0.31959 0.17656 0.49459 0 0 0 + 1294 13 0.17795 0.40311 0.39451 1 2 -1 + 946 13 0.08861 0.49224 0.21468 0 0 1 + 1346 14 0.26499 0.69988 0.59628 0 -2 0 + 1263 14 0.31248 0.85799 0.63811 1 -1 0 + 1093 13 0.36351 0.51207 0.06315 -1 0 2 + 667 13 0.05694 0.54892 0.94099 0 0 -1 + 651 14 0.13635 0.33177 0.46662 1 0 1 + 1218 14 0.05519 0.01979 0.92978 1 0 -1 + 1993 13 0.36113 0.37312 0.13448 1 -1 0 + 624 14 0.47713 0.70606 0.99277 1 1 -1 + 721 13 0.22605 0.80177 0.89596 0 0 1 + 781 13 0.18076 0.33299 0.12527 1 0 0 + 302 14 0.15173 0.98962 0.43152 -1 0 0 + 1944 14 0.12929 0.09975 0.63661 -1 1 0 + 1555 13 0.49864 0.95867 0.90759 -1 -1 -1 + 65 3 0.45619 0.73424 0.61104 0 0 0 + 1997 14 0.00876 0.73839 0.20790 0 -1 0 + 567 14 0.28722 0.77176 0.68214 0 1 0 + 54 4 0.33121 0.58163 0.59234 0 0 0 + 1393 13 0.11691 0.21641 0.74288 1 -1 0 + 351 14 0.45993 0.80341 0.19962 0 -2 1 + 1756 13 0.25456 0.08314 0.67321 0 1 1 + 886 13 0.01571 0.26617 0.83868 0 0 0 + 660 14 0.11311 0.07041 0.33305 0 0 0 + 1677 14 0.05348 0.14069 0.97672 1 0 -1 + 1771 13 0.45828 0.84415 0.83156 1 1 -2 + 493 13 0.27415 0.46161 0.01356 -1 1 1 + 1101 14 0.48624 0.24495 0.43052 0 0 1 + 489 14 0.04419 0.60806 0.26549 0 0 0 + 1917 14 0.32829 0.69435 0.69847 2 0 0 + 900 14 0.08405 0.48979 0.70600 1 0 1 + 1061 14 0.29354 0.86189 0.53235 -1 0 1 + 1060 13 0.27227 0.87755 0.50943 -1 0 1 + 1623 14 0.41082 0.38245 0.61418 1 0 1 + 885 14 0.28930 -0.00274 0.04283 0 1 0 + 1824 14 0.49681 0.73557 0.90592 1 -1 -1 + 418 13 0.21596 0.25502 0.29609 -1 2 0 + 1345 13 0.28396 0.67147 0.58881 0 -2 0 + 1256 14 0.12686 0.02444 0.84698 1 0 0 + 362 14 0.34051 0.81190 0.97967 0 -1 0 + 576 14 0.33660 0.68261 0.90162 0 -2 -1 + 216 14 0.20151 0.88672 0.65830 0 0 0 + 1340 14 0.33357 0.39120 0.88332 -1 -1 -2 + 1581 14 0.05866 0.82125 0.86820 1 -1 -1 + 562 13 0.11789 0.62360 0.89241 1 0 -1 + 1348 13 0.19352 0.72728 0.48275 0 -1 1 + 783 14 0.15274 0.35020 0.11339 1 0 0 + 1542 14 0.37883 0.96696 0.04583 0 -1 0 + 1382 14 0.13364 0.24986 0.83461 0 0 1 + 1262 14 0.35185 0.85180 0.59977 1 -1 0 + 435 14 0.08010 0.11678 0.89744 0 1 -1 + 700 13 0.40887 0.84079 0.61110 1 -1 -1 + 1354 13 0.17432 0.36111 0.82838 1 0 0 + 1850 14 0.23636 0.66530 0.84546 0 -2 -1 + 738 14 0.09770 0.59056 0.39642 0 0 0 + 1315 13 0.34441 0.23048 0.00766 1 0 0 + 426 14 0.27114 0.27750 0.61259 0 1 0 + 868 13 0.22839 0.91937 0.80678 0 0 0 + 214 13 0.18694 0.86966 0.63147 0 0 0 + 1797 14 0.46501 0.29387 0.02893 -1 0 1 + 672 14 0.18896 0.95581 0.92711 0 -1 -1 + 475 13 0.13874 0.68836 0.58392 0 0 0 + 1261 13 0.31760 0.85780 0.60352 1 -1 0 + 1395 14 0.13592 0.20103 0.76788 1 -1 0 + 103 13 0.24993 0.18128 0.36916 0 -1 0 + 60 11 0.23054 0.53514 0.73695 0 0 0 + 424 13 0.26792 0.31232 0.61263 0 1 0 + 1386 14 0.25383 0.30540 0.25694 0 1 0 + 57 11 0.40014 0.49341 0.69122 0 0 0 + 361 13 0.32100 0.78738 0.96414 0 -1 0 + 1413 14 0.27368 0.82878 0.86269 -1 -1 -1 + 852 14 0.17373 0.49848 0.98224 0 1 0 + 1878 14 0.07927 0.78043 0.19556 1 1 -1 + 1366 13 0.11439 0.79912 0.41167 0 -1 0 + 579 14 0.31060 0.49354 0.84103 0 0 -1 + 356 14 0.27456 0.57589 0.80530 0 -1 -1 + 1317 14 0.31703 0.23279 0.98602 1 0 -1 + 1646 14 0.05473 0.16772 0.20153 0 1 0 + 940 13 0.11006 0.44550 0.32572 0 1 -1 + 699 14 0.32336 0.90162 0.41247 1 -1 -1 + 924 14 0.41771 0.30289 0.70963 -1 1 0 + 577 13 0.30709 0.46204 0.85580 0 0 -1 + 1355 14 0.20132 0.35340 0.80753 1 0 0 + 223 13 0.22296 0.39594 0.71661 0 -1 -1 + 399 14 0.40125 0.17481 0.98520 -1 0 0 + 357 14 0.27978 0.59440 0.85716 0 -1 -1 + 1018 13 0.41978 0.90030 0.13952 0 -1 0 + 1410 14 0.26322 0.41244 0.97470 1 0 1 + 1948 13 0.15549 0.26358 0.00294 0 0 0 + 1979 14 0.00365 0.55096 0.54379 2 0 -1 + 703 13 0.40566 0.31391 0.01182 0 -1 0 + 1007 14 0.18785 0.91142 0.56917 0 -2 -1 + 1168 13 0.38520 0.11892 0.62361 0 -1 -1 + 792 14 0.07494 0.91672 0.60135 0 -1 -1 + 1876 13 0.05755 0.79962 0.21512 1 1 -1 + 1742 14 0.39512 0.72441 0.73685 0 0 0 + 1538 14 0.39322 0.23615 0.40960 0 1 0 + 879 14 0.11493 0.44926 0.76444 0 -1 0 + 867 14 0.38935 0.88285 0.00182 0 -2 1 + 1062 14 0.24767 0.89262 0.52919 -1 0 1 + 947 14 0.05763 0.50801 0.21081 0 0 1 + 1950 14 0.15406 0.23565 0.02393 0 0 0 + 58 11 0.27467 0.58664 0.67737 0 0 0 + 1667 14 0.48281 0.59324 0.42539 0 1 0 + 1299 14 0.39301 0.60767 0.76249 1 1 -1 + 895 13 0.47179 0.04113 0.13252 0 1 0 + 1188 14 0.24415 0.39343 0.26248 1 -1 0 + 138 14 0.37152 0.72058 0.34642 0 -1 1 + 48 8 0.36336 0.50389 0.70093 0 0 0 + 1932 14 0.47062 0.39019 0.14251 0 0 0 + 1401 14 0.15084 0.71434 0.72816 1 0 0 + 508 13 0.46611 0.70091 0.77874 -1 0 1 + 520 13 0.40828 0.58764 0.11778 -1 0 1 + 146 14 0.11457 0.26803 0.12955 1 0 -1 + 1124 14 0.25272 0.00473 0.86008 1 2 -1 + 64 1 0.45994 0.71046 0.57293 0 0 0 + 1626 14 0.15289 0.55310 0.70342 1 -1 0 + 137 14 0.38732 0.68393 0.30813 0 -1 1 + 1200 14 0.21685 0.02151 0.66203 0 0 -1 + 1660 13 0.11331 0.52471 0.76289 1 -1 -1 + 49 8 0.29500 0.55561 0.69081 0 0 0 + 282 14 0.04064 0.54114 0.08924 0 0 0 + 1931 14 0.42779 0.37029 0.11372 0 0 0 + 934 13 0.44703 0.45512 0.03450 0 0 1 + 1008 14 0.15778 0.94093 0.53333 0 -2 -1 + 338 14 0.29777 0.88110 0.00892 0 -1 1 + 1412 14 0.26401 0.87624 0.83600 -1 -1 -1 + 1631 14 0.20686 0.01695 0.52763 2 -1 0 + 790 13 0.08251 0.88291 0.60607 0 -1 -1 + 56 4 0.41727 0.56255 0.65959 0 0 0 + 1758 14 0.27862 0.09557 0.69534 0 1 1 + 1219 13 0.22452 0.11676 0.58458 0 0 1 + 1298 14 0.44295 0.59144 0.77986 1 1 -1 + 1615 13 0.48067 0.52202 0.12118 -1 0 0 + 1087 13 0.47312 0.88531 0.50611 -1 -1 0 + 1186 13 0.23847 0.42455 0.27740 1 -1 0 + 270 14 0.13964 0.64521 0.13326 0 0 1 + 313 13 0.13815 0.65765 0.99152 -1 1 -1 + 1586 14 0.05637 0.89060 0.27374 1 -1 0 + 603 14 0.10310 0.05573 0.70040 0 -1 -1 + 450 14 0.39754 0.20180 0.55281 0 0 -1 + 1503 14 0.13331 0.17813 0.54173 1 0 0 + 1381 13 0.11496 0.27675 0.84692 0 0 1 + 634 13 0.00869 0.90969 0.72814 0 0 0 + 1408 13 0.26040 0.39377 0.94526 1 0 1 + 224 14 0.25719 0.39472 0.72370 0 -1 -1 + 1622 14 0.36403 0.41032 0.62384 1 0 1 + 119 14 0.13485 0.75233 0.83676 1 -2 -1 + 1431 14 0.01634 0.10901 0.79248 1 1 -1 + 130 13 0.32739 0.37175 0.04083 1 -1 0 + 884 14 0.31539 0.95635 0.01628 0 0 0 + 194 14 0.01215 0.15890 0.55232 0 0 0 + 423 14 0.11702 0.94911 0.83572 -1 -2 0 + 850 13 0.19588 0.51458 0.96049 0 1 0 + 1880 14 0.00559 0.89238 0.47974 0 -1 -1 + 367 13 0.45310 0.62128 0.31966 -1 1 1 + 1433 14 0.43737 0.92740 0.20981 1 -1 0 + 602 14 0.05337 0.04039 0.68167 0 -1 -1 + 397 13 0.41973 0.14535 0.98153 -1 0 0 + 1933 13 0.14488 0.44736 0.03672 1 1 1 + 866 14 0.42429 0.85319 0.97086 0 -2 0 + 1114 13 0.35574 0.96921 0.54370 -1 0 0 + 698 14 0.30048 0.91140 0.46186 1 -1 -1 + 215 14 0.20435 0.83938 0.62985 0 0 0 + 1123 13 0.23219 0.99791 0.88755 1 1 -1 + 1120 13 0.16264 0.59421 0.56795 0 -1 0 + 1531 13 0.00177 0.61807 0.15503 0 1 1 + 1221 14 0.24466 0.10097 0.56075 0 0 1 + 1769 14 0.14613 0.16252 0.84808 0 0 0 + 1281 14 0.42644 0.32115 0.56666 -1 0 1 + 684 14 0.31728 0.85043 0.13827 -1 -1 -1 + 449 14 0.39662 0.18507 0.60552 0 0 -1 + 1409 14 0.29160 0.37840 0.94160 1 0 1 + 487 13 0.06879 0.63286 0.26381 0 0 0 + 476 14 0.10608 0.69709 0.57498 0 0 0 + 1687 13 0.33956 0.34662 0.68523 0 0 0 + 264 14 0.12401 0.13369 0.45372 0 1 -1 + 986 14 0.12769 0.48007 0.14768 1 0 1 + 384 14 0.09823 0.35795 0.90349 0 0 0 + 1849 13 0.21781 0.66688 0.87506 0 -2 -1 + 1573 13 0.33115 0.02711 0.62868 1 1 -1 + 1240 13 0.19153 0.80494 0.06964 0 -1 0 + 1341 14 0.36664 0.34743 0.87629 -1 -1 -2 + 837 14 0.26800 0.61940 0.48696 1 -1 -1 + 477 14 0.15581 0.71883 0.58561 0 0 0 + 723 14 0.20984 0.81140 0.92541 0 0 1 + 970 13 0.27256 0.64667 0.95354 -2 1 -1 + 1006 13 0.17235 0.90946 0.53788 0 -2 -1 + 1662 14 0.10312 0.55781 0.76775 1 -1 -1 + 566 14 0.30508 0.78671 0.73231 0 1 0 + 1757 14 0.27230 0.06152 0.65222 0 1 1 + 1292 14 0.21717 0.41925 0.90894 0 -1 -1 + 1352 14 0.40911 0.85230 0.30282 1 -1 0 + 1574 14 0.34261 0.00884 0.65620 1 1 -1 + 1012 13 0.45416 0.00896 0.55141 0 0 0 + 851 14 0.20263 0.49085 0.93571 0 1 0 + 1225 13 0.23763 0.89534 0.00388 1 -1 0 + 1316 14 0.33171 0.21478 0.03621 1 0 0 + 202 13 0.46055 0.20602 0.81376 -1 1 0 + 830 14 0.38760 0.62714 0.03182 0 -1 1 + 1995 14 0.35627 0.40628 0.14445 1 -1 0 + 1291 13 0.20175 0.43890 0.88446 0 -1 -1 + 839 14 0.42006 0.10222 0.44647 -1 0 1 + 658 13 0.09458 0.05540 0.35863 0 0 0 + 1023 14 0.05912 0.56472 0.61840 0 -1 0 + 446 14 0.22714 0.85884 0.76722 -1 -1 -1 + 1035 14 0.09197 0.86307 0.67947 1 0 0 + 166 13 0.29264 0.77165 0.06297 0 0 0 + 1637 14 0.27765 0.83000 0.26311 1 -1 -1 + 870 14 0.19763 0.91902 0.82342 0 0 0 + 705 14 0.38392 0.28654 0.01089 0 -1 0 + 448 13 0.41133 0.20859 0.58422 0 0 -1 + 1675 13 0.07392 0.16467 0.99189 1 0 -1 + 1977 14 0.02330 0.86955 0.62090 0 0 0 + 1942 13 0.10001 0.08491 0.62456 -1 1 0 + 1460 14 0.31760 0.21689 0.62940 0 1 0 + 1122 14 0.16685 0.62887 0.56610 0 -1 0 + 1289 14 0.02304 0.74945 0.56877 1 0 0 + 1021 13 0.06535 0.59443 0.63576 0 -1 0 + 736 13 0.06295 0.58693 0.39785 0 0 0 + 402 14 0.24563 0.23887 0.52632 1 1 1 + 1232 14 0.34253 0.24902 0.70354 0 0 0 + 610 13 0.23786 0.09246 0.81021 -1 1 0 + 1579 13 0.06723 0.84551 0.84452 1 -1 -1 + 139 13 0.49510 0.00823 0.99906 0 -1 -1 + 254 14 0.45676 0.34541 0.67296 -1 -1 -1 + 204 14 0.49494 0.20661 0.82010 -1 1 0 + 1682 14 0.09744 0.78905 0.76254 0 -1 -1 + 2003 14 0.16301 0.92394 0.36991 2 1 1 + 504 14 0.28075 0.06964 0.92481 0 0 -1 + 1683 14 0.15271 0.79046 0.76420 0 -1 -1 + 383 14 0.07563 0.38350 0.85995 0 0 0 + 1773 14 0.48034 0.86002 0.80955 1 1 -2 + 702 14 0.43370 0.81760 0.60284 1 -1 -1 + 621 14 0.42689 0.82779 0.88993 -1 -1 -1 + 694 13 0.08489 0.45660 0.45796 0 0 0 + 1636 13 0.30053 0.85464 0.27273 1 -1 -1 + 363 14 0.29982 0.80524 0.94281 0 -1 0 + 1594 13 0.16177 0.38433 0.20325 0 0 1 + 494 14 0.25528 0.48824 1.00102 -1 1 0 + 47 8 0.34420 0.54778 0.68254 0 0 0 + 1494 14 0.22721 0.31878 0.07648 -1 -1 2 + 1768 13 0.16058 0.18444 0.82498 0 0 0 + 1296 14 0.19578 0.41916 0.41996 1 2 -1 + 1681 13 0.12546 0.76889 0.76815 0 -1 -1 + 1935 14 0.14283 0.45215 0.07130 1 1 1 + 1198 13 0.19811 0.99992 0.64189 0 -1 -1 + 657 14 0.06759 0.42128 0.22606 0 0 0 + 733 13 0.09800 0.63325 0.77398 -1 0 0 + 601 13 0.07648 0.03407 0.70714 0 -1 -1 + 545 14 0.36519 0.12632 0.84794 1 1 -1 + 791 14 0.11632 0.88266 0.61502 0 -1 -1 + 1121 14 0.17082 0.58612 0.60097 0 -1 0 + 427 13 0.23864 0.08464 0.03734 -1 0 0 + 544 13 0.33668 0.13965 0.83270 1 1 -1 + 1085 14 0.49319 0.12831 0.54101 -1 2 -1 + 683 14 0.28176 0.89216 0.13080 -1 -1 -1 + 668 14 0.07805 0.56878 0.96056 0 0 -1 + 1144 13 0.13550 0.54493 0.28533 0 1 -1 + 612 14 0.21302 0.06786 0.81123 -1 1 0 + 704 14 0.38711 0.33934 0.02705 0 -1 0 + 574 13 0.34731 0.71569 0.89783 0 -2 -1 + 942 14 0.13173 0.43439 0.35082 0 1 -1 + 1094 14 0.38806 0.49564 0.04443 -1 0 2 + 268 13 0.14893 0.66351 0.10494 0 0 1 + 481 13 0.01078 0.10899 0.27505 1 1 1 + 935 14 0.45057 0.42793 0.05620 0 0 1 + 1689 14 0.36073 0.37095 0.69876 0 0 0 + 588 14 0.39933 0.26207 0.88524 0 0 0 + 1848 14 0.02555 0.82860 0.01350 1 0 2 + 421 13 0.13665 0.92348 0.84916 -1 -2 0 + 737 14 0.05633 0.57898 0.43125 0 0 0 + 425 14 0.28749 0.32291 0.63961 0 1 0 + 1257 14 0.13888 0.07373 0.86902 1 0 0 + 1212 14 0.32744 0.00882 0.82267 0 -1 0 + 314 14 0.13438 0.69242 0.99133 -1 1 -1 + 315 14 0.13062 0.64783 0.95881 -1 1 -1 + 1166 14 0.08739 0.37927 0.32009 0 0 1 + 248 14 0.25018 0.23578 0.78533 -1 1 -1 + 1339 13 0.35699 0.37128 0.89998 -1 -1 -2 + 428 14 0.22878 0.11071 0.01621 -1 0 0 + 1394 14 0.08375 0.20945 0.75155 1 -1 0 + 1227 14 0.21620 0.90716 0.02886 1 -1 0 + 420 14 0.21694 0.27703 0.32325 -1 2 0 + 782 14 0.18536 0.34506 0.15776 1 0 0 + 59 11 0.34880 0.43772 0.74154 0 0 0 + 382 13 0.06831 0.36092 0.88563 0 0 0 + 1328 14 0.02519 0.64110 0.03810 0 -1 0 + 1368 14 0.10714 0.82604 0.39056 0 -1 0 + 253 13 0.44525 0.36114 0.70199 -1 -1 -1 + 1231 13 0.31495 0.22765 0.70125 0 0 0 + 936 14 0.44124 0.44066 0.00319 0 0 1 + 55 4 0.37874 0.61487 0.66495 0 0 0 + 1356 14 0.18058 0.34324 0.85778 1 0 0 + 1740 14 0.48227 0.42272 0.86016 0 1 0 + 586 13 0.42244 0.23716 0.89351 0 0 0 + 262 13 0.09499 0.13918 0.43501 0 1 -1 + 680 14 0.15965 0.12738 0.73613 0 0 1 + 1943 14 0.08206 0.11129 0.61024 -1 1 0 + 1233 14 0.32800 0.19580 0.70743 0 0 0 + 1688 14 0.32233 0.33370 0.71278 0 0 0 + 1540 13 0.40675 0.95020 0.05857 0 -1 0 + 1329 14 0.07651 0.63390 0.01878 0 -1 0 + 141 14 0.46378 0.01995 0.00928 0 -1 0 + 1167 14 0.05969 0.35624 0.27812 0 0 1 + 919 13 0.15455 0.63051 0.44980 0 0 -1 + 1866 14 0.10519 0.29746 0.26043 1 0 0 + 1496 14 0.00378 0.95460 0.06210 1 0 1 + 1616 14 0.50160 0.50014 0.13869 -1 0 0 + 1782 14 0.07925 0.36350 0.06441 1 0 0 + 1013 14 0.47500 0.99678 0.52611 0 -1 0 + 1338 14 0.04160 0.24473 0.61573 2 1 0 + 1563 14 0.39606 0.90101 0.39128 1 -2 1 + 509 14 0.48974 0.70524 0.75332 -1 0 1 + 678 14 0.06123 0.35368 0.77795 0 1 0 + 1645 13 0.08247 0.17211 0.22236 0 1 0 + 1079 14 0.44470 0.73512 0.83665 0 -1 -1 + 394 13 0.05191 0.76336 0.91518 0 0 0 + 1084 13 0.46835 0.10687 0.55310 -1 2 -1 + 217 13 0.47221 0.61218 0.90517 0 0 0 + 659 14 0.07976 0.02755 0.34354 0 0 0 + 1495 13 0.03042 0.97710 0.05940 1 0 1 + 1557 14 0.47308 0.93686 0.91726 -1 -1 -1 + 1074 14 0.46594 0.43875 0.75422 -1 0 -2 + 284 14 0.02315 0.40170 0.45930 0 1 0 + 107 14 0.00957 0.58296 0.20060 0 -1 1 + 296 14 0.48409 0.72733 0.66512 -1 0 0 + 1642 13 0.49735 0.09560 0.83567 0 0 -1 + 541 13 0.49686 0.38876 0.37019 0 1 1 + 159 14 0.49842 1.00203 0.73593 -1 -2 0 + 140 14 0.48884 0.99161 0.96894 0 -2 -1 + 79 5 0.50175 0.69694 0.55342 0 0 0 + 1784 14 0.00095 0.47457 0.13102 0 -1 0 + 1733 14 0.65634 0.77014 0.56136 1 0 0 + 376 13 0.81926 0.63399 0.97176 -1 0 0 + 891 14 0.88111 0.54669 0.34886 0 0 0 + 902 14 0.60919 0.62591 0.67179 0 -1 0 + 1518 14 0.72131 0.91920 0.88970 0 0 0 + 760 13 0.96571 0.19253 0.20910 -1 1 1 + 1417 13 0.75912 0.64765 0.42933 -1 0 0 + 1543 13 0.98217 0.68868 0.05845 0 0 1 + 534 14 0.94720 0.38523 0.34504 0 2 1 + 762 14 0.97153 0.16303 0.19125 -1 1 1 + 822 14 0.68378 0.16872 0.98908 -1 -1 -1 + 291 14 0.97375 0.41019 0.83049 -1 0 -1 + 844 13 0.89529 0.95964 0.22703 -1 -1 0 + 1673 14 0.90369 0.57653 0.61119 0 1 1 + 961 13 0.63642 0.75079 0.33831 0 0 -1 + 115 13 0.68347 0.63802 0.18439 1 0 -1 + 452 14 0.66442 0.61526 0.27426 -1 0 0 + 825 14 0.93530 0.91937 0.03725 0 -1 1 + 1205 14 0.66762 0.27487 0.57495 0 -1 0 + 201 14 0.56222 0.22397 0.04384 -1 1 0 + 228 14 0.79152 0.25212 0.12471 -2 1 0 + 731 14 0.54382 0.14313 0.33680 0 2 0 + 334 13 0.76828 0.06938 0.95941 0 0 -1 + 1774 13 0.84747 0.86488 0.25490 0 -2 0 + 1027 13 0.70476 0.92436 0.99067 1 0 0 + 364 13 0.99151 0.12547 0.14087 -1 1 0 + 1686 14 0.71087 0.47526 0.54009 0 0 -1 + 1077 14 0.67765 0.81840 0.99453 1 0 -1 + 1544 14 0.96831 0.69546 0.02707 0 0 1 + 1313 14 0.61552 0.45597 0.42058 1 1 -1 + 1491 14 0.86646 0.92634 0.94676 -1 0 0 + 1140 14 0.54098 0.90249 0.40845 0 0 0 + 1844 14 0.92394 0.06761 0.78045 0 -1 0 + 1708 13 0.78518 0.02325 0.22578 0 1 2 + 1716 14 1.00014 0.64547 0.76354 -1 0 0 + 813 14 0.77608 0.16979 0.53036 0 -1 -1 + 712 13 0.98211 0.79837 0.55294 -1 0 -1 + 1405 13 0.65672 0.04745 0.49396 0 0 0 + 1602 14 0.92583 0.58600 0.91458 0 0 -2 + 1712 14 0.62621 0.50484 0.57189 1 0 1 + 1706 14 0.56919 0.16922 0.87637 1 1 0 + 1794 14 0.70761 0.82135 0.73385 0 -1 0 + 486 14 0.90569 0.18079 0.08296 -1 1 1 + 377 14 0.83360 0.61053 -0.00662 -1 0 1 + 560 14 0.86440 0.11265 0.05883 -1 0 0 + 500 14 0.65829 0.72452 0.17375 -1 1 0 + 380 14 0.70155 0.23190 0.09808 -1 1 2 + 352 13 0.97139 0.93950 0.90618 -1 -1 1 + 1554 14 0.66317 0.61553 0.03484 -1 0 -2 + 1159 13 0.57773 0.73603 0.01614 0 0 2 + 1330 13 0.54687 0.62784 0.65038 1 0 -2 + 1805 14 0.70849 0.22620 0.76541 0 0 -1 + 1990 13 0.68845 0.93679 0.25907 1 -1 1 + 779 14 0.93787 0.78287 0.34105 -1 0 0 + 156 14 0.88839 0.72440 0.63050 -1 0 1 + 688 13 0.84703 0.30070 0.71402 0 1 0 + 1206 14 0.68372 0.31780 0.60588 0 -1 0 + 1302 14 0.51240 0.35606 0.53384 0 0 1 + 444 14 0.93408 0.27929 0.37467 -1 0 0 + 743 14 0.83376 0.00326 0.06128 0 1 0 + 1747 13 0.88134 0.29601 0.54834 1 1 -1 + 18 9 0.60048 0.18588 0.22244 0 0 0 + 1440 14 0.79969 0.21041 0.30162 -1 0 0 + 1161 14 0.55307 0.74182 0.99203 0 0 1 + 1196 14 0.79879 0.89891 0.27853 -2 -2 0 + 928 13 0.58788 0.99116 0.23461 -1 0 1 + 1155 14 0.57903 0.32977 0.09847 0 1 1 + 278 14 0.85849 0.53667 0.21741 -1 0 0 + 1455 14 0.80364 0.45149 0.98665 0 0 0 + 341 14 0.98751 0.89682 0.39488 -2 -1 0 + 242 14 0.76327 0.08326 0.14842 -1 1 1 + 1634 14 0.62610 0.52564 0.27919 1 0 1 + 1471 13 0.87708 0.23825 0.63877 -1 0 0 + 239 14 0.50323 0.23563 0.64315 0 0 0 + 581 14 0.63481 0.36215 0.15359 -1 0 0 + 874 13 0.76299 0.35472 0.10741 -1 1 0 + 842 14 0.83911 0.73491 0.55298 0 0 0 + 1823 14 0.53771 0.69869 0.91106 1 -1 -1 + 431 14 0.72945 0.22103 0.29131 0 0 1 + 1820 14 0.52064 0.91983 0.64962 0 -1 0 + 1996 13 0.97620 0.72599 0.20480 -1 -1 0 + 629 14 0.79975 0.19703 0.01336 0 -1 0 + 732 14 0.55125 0.16519 0.38698 0 2 0 + 554 14 0.85445 0.02720 0.63939 -1 0 0 + 460 13 0.71376 0.55785 0.35476 -1 0 2 + 189 14 0.57530 0.87484 0.87212 -1 -1 0 + 1793 14 0.73127 0.80152 0.77975 0 -1 0 + 1005 14 0.93396 0.68531 0.18809 0 0 1 + 347 14 0.74197 0.88994 0.35824 0 0 2 + 1174 13 0.74540 0.47117 0.41157 2 -2 1 + 990 14 0.95499 0.86869 0.10179 -1 -2 -1 + 443 14 0.96293 0.26056 0.33135 -1 0 0 + 864 14 0.72275 0.13204 0.36376 -1 0 0 + 751 13 0.91796 0.61997 0.09119 -1 0 0 + 1833 14 0.90615 0.29413 0.27933 0 1 1 + 903 14 0.64927 0.63299 0.70924 0 -1 0 + 1485 14 0.81239 0.64760 0.28637 0 0 0 + 1719 14 0.60069 0.92364 0.04738 1 -1 -1 + 1946 14 0.91222 0.86591 0.78383 1 1 0 + 1592 14 0.58465 0.76580 0.10043 -1 0 1 + 1800 14 0.68873 0.16256 0.07761 -1 0 -1 + 1674 14 0.89146 0.60797 0.65502 0 1 1 + 1612 13 0.62995 0.09773 0.27446 0 0 0 + 187 13 0.58547 0.89681 0.89736 -1 -1 0 + 1701 14 0.54272 0.62583 0.24595 1 1 0 + 832 13 0.61420 0.13123 0.57578 0 0 1 + 1559 14 0.69285 0.42243 0.78420 0 -1 -1 + 1284 14 0.84561 0.12772 0.21591 0 1 -1 + 518 14 0.51441 0.90458 0.56265 -1 -1 -1 + 1945 13 0.89156 0.86288 0.75578 1 1 0 + 843 14 0.79906 0.73912 0.51507 0 0 0 + 730 13 0.56762 0.14677 0.36216 0 2 0 + 1570 13 0.65618 0.36854 0.71940 1 -1 0 + 724 13 0.59619 0.43570 0.48751 0 0 0 + 1444 13 0.61531 0.84741 0.61705 1 0 -1 + 1641 14 0.66125 0.87955 0.10185 0 -1 1 + 525 14 0.55820 0.10123 0.04218 0 1 0 + 1520 14 0.81536 0.35858 0.30243 -1 1 0 + 292 13 0.65891 0.20620 0.35579 -1 0 1 + 1076 14 0.72122 0.80688 0.02659 1 0 0 + 548 14 0.68407 0.26380 0.96794 0 0 -2 + 499 13 0.66083 0.75234 0.19479 -1 1 0 + 537 14 0.74674 0.63847 0.79689 -1 0 0 + 134 14 0.97665 0.98203 0.64928 -1 0 -1 + 1478 14 0.87959 0.78248 0.16858 -1 -1 1 + 1685 14 0.73700 0.44942 0.49876 0 0 -1 + 1512 14 0.72781 0.15143 0.21787 1 1 1 + 1215 14 0.72126 0.81966 0.27181 -1 -1 1 + 117 14 0.70985 0.62215 0.20099 1 0 -1 + 1071 14 0.97932 0.77904 0.76159 0 0 -1 + 1696 13 0.93330 0.17974 0.39886 0 0 0 + 1560 14 0.70427 0.40147 0.83409 0 -1 -1 + 430 13 0.71239 0.21496 0.26139 0 0 1 + 1209 14 0.69580 0.36679 0.28881 0 0 0 + 325 13 0.98003 0.56622 0.32857 -1 0 1 + 1516 13 0.68693 0.91693 0.89568 0 0 0 + 381 14 0.74767 0.24306 0.06966 -1 1 2 + 841 13 0.81838 0.71568 0.53240 0 0 0 + 962 14 0.66939 0.75810 0.32927 0 0 -1 + 771 14 0.58103 0.36981 0.30286 0 0 0 + 989 14 0.98241 0.82215 0.11367 -1 -2 -1 + 1051 13 0.64478 0.63418 0.50486 -1 1 1 + 1138 13 0.56050 0.89252 0.43570 0 0 0 + 116 14 0.69822 0.65220 0.15603 1 0 -1 + 1406 14 0.66769 0.06677 0.52097 0 0 0 + 794 14 0.72546 0.87235 0.14168 0 -1 0 + 689 14 0.88069 0.30762 0.72052 0 1 0 + 127 13 0.61642 0.52261 0.01605 1 0 1 + 1618 13 0.68634 0.03620 0.21830 0 1 0 + 1750 13 0.74398 0.03098 0.86927 0 1 0 + 1311 14 0.65012 0.58224 0.17362 0 0 0 + 1244 14 0.87097 0.22427 0.00499 0 1 -1 + 761 14 0.93268 0.20106 0.20140 -1 1 1 + 294 14 0.69368 0.20246 0.35604 -1 0 1 + 511 13 0.88206 0.85744 0.43265 0 0 1 + 964 13 0.95831 0.02717 0.02303 0 0 0 + 1867 13 0.53626 0.61403 0.45722 1 0 1 + 485 14 0.93084 0.22446 0.06018 -1 1 1 + 1057 13 0.90801 0.02125 0.44154 0 1 -1 + 1692 14 0.57162 0.45102 0.27436 0 0 1 + 484 13 0.89923 0.21176 0.06806 -1 1 1 + 1709 14 0.75499 0.03528 0.21287 0 1 2 + 1484 14 0.85460 0.61491 0.30083 0 0 0 + 1436 14 0.78004 0.95442 0.97662 0 -1 0 + 471 14 0.60050 0.58835 0.54194 0 -1 0 + 1620 14 0.66318 0.06071 0.22755 0 1 0 + 1204 13 0.69287 0.28530 0.59678 0 -1 0 + 1483 13 0.83814 0.62811 0.27294 0 0 0 + 1404 14 0.80553 0.84654 0.96803 0 -1 1 + 1918 13 0.91561 0.19014 0.91378 0 1 -1 + 726 14 0.56806 0.43340 0.50816 0 0 0 + 833 14 0.60298 0.11031 0.60147 0 0 1 + 873 14 0.98589 0.67075 0.64932 -1 -1 0 + 1896 14 0.83622 0.61821 0.19222 1 0 1 + 453 14 0.67394 0.57007 0.30470 -1 0 0 + 1983 14 0.56927 0.16337 0.09565 0 0 0 + 1606 13 0.56200 0.79349 0.45982 1 0 -1 + 1421 14 0.51371 0.86612 0.24737 0 0 0 + 539 14 0.91377 0.77302 0.57911 -2 0 0 + 1207 13 0.70329 0.39077 0.31314 0 0 0 + 709 13 0.84150 0.42249 0.26868 -2 0 0 + 926 14 0.73725 0.66328 0.31287 0 -1 0 + 793 13 0.74306 0.89510 0.16158 0 -1 0 + 1698 14 0.90960 0.20371 0.38956 0 0 0 + 336 14 0.74270 0.08607 0.97643 0 0 -1 + 1734 14 0.65525 0.80273 0.51669 1 0 0 + 890 14 0.92045 0.57008 0.31781 0 0 0 + 1724 14 0.86686 0.37099 0.45648 -1 0 -1 + 1883 14 0.61545 0.23314 0.97176 1 -1 -1 + 533 14 0.98480 0.35031 0.32439 0 2 1 + 1152 14 0.96115 0.07415 0.61989 -1 1 0 + 1486 13 0.51659 0.35688 0.81807 0 0 -1 + 415 13 0.60598 0.08822 0.96754 -1 0 -1 + 715 13 0.67698 0.87283 0.48954 0 0 0 + 927 14 0.75845 0.66204 0.36394 0 -1 0 + 1075 13 0.71225 0.82293 0.99684 1 0 -1 + 472 13 0.51774 0.45139 0.58102 0 1 0 + 1980 14 0.98005 0.53669 0.49585 1 0 -1 + 1287 14 0.60395 0.12240 0.40192 0 0 1 + 1321 13 0.53427 0.90163 0.78278 1 0 0 + 126 14 0.57660 0.74932 0.77453 -1 -1 0 + 863 14 0.71372 0.07901 0.35092 -1 0 0 + 517 13 0.54422 0.91442 0.57808 -1 -1 -1 + 416 14 0.58928 0.11399 0.95080 -1 0 -1 + 1755 14 0.85078 0.52505 0.42433 0 1 -1 + 1002 14 0.78855 0.64891 0.12170 -1 1 1 + 1392 14 0.55813 0.71332 0.21375 0 0 1 + 1549 13 0.74138 0.54310 0.21843 0 1 0 + 519 14 0.55505 0.94197 0.55947 -1 -1 -1 + 1335 14 0.83962 0.72913 0.89343 0 -1 -1 + 1614 14 0.65428 0.11686 0.29074 0 0 0 + 1059 14 0.89372 0.04256 0.46529 0 1 -1 + 205 13 1.00120 0.50644 0.44033 0 0 0 + 370 13 0.76494 0.02637 0.36053 -1 -1 0 + 512 14 0.88025 0.85095 0.39833 0 0 1 + 1785 14 0.97796 0.43604 0.16337 -1 -1 0 + 275 14 0.75102 0.54211 0.98405 -1 0 0 + 274 13 0.72662 0.56306 0.97029 -1 0 0 + 654 14 0.96581 0.94386 0.12695 -1 0 0 + 259 13 0.95355 0.40440 0.96323 -1 3 -1 + 1894 13 0.81186 0.61338 0.16761 1 0 1 + 1058 14 0.90841 0.04002 0.41203 0 1 -1 + 358 13 0.56964 0.00819 0.54399 -1 -1 -1 + 458 14 0.62184 0.45891 0.12577 0 0 1 + 944 14 0.86779 0.97046 0.36249 -1 0 0 + 467 14 0.55777 0.55138 0.05959 -1 0 0 + 1285 13 0.62593 0.10818 0.42511 0 0 1 + 1886 14 0.55844 0.02747 0.27898 0 1 0 + 1890 14 0.94569 0.56218 0.98003 0 0 -1 + 795 14 0.74398 0.88020 0.19320 0 -1 0 + 457 13 0.60321 0.46372 0.09656 0 0 1 + 1045 13 0.98224 0.25430 0.05984 -1 0 -1 + 417 14 0.60833 0.06251 0.94395 -1 0 -1 + 84 4 0.57821 0.69828 0.54018 0 0 0 + 1869 14 0.56353 0.59489 0.44659 1 0 1 + 1443 14 0.66773 0.50285 0.70592 0 0 -1 + 742 13 0.86155 0.99994 0.08224 0 0 0 + 1892 14 0.55076 0.79268 0.39595 -1 1 0 + 652 13 0.97890 0.94132 0.15928 -1 0 0 + 149 14 0.54684 0.04095 0.65786 -1 0 0 + 999 14 0.98161 0.33486 0.86739 0 0 -1 + 432 14 0.68945 0.24125 0.25889 0 0 1 + 1671 14 0.67190 0.92647 0.39516 0 -1 2 + 174 14 0.85675 0.55064 0.05759 -1 0 0 + 553 13 0.88199 0.03243 0.61849 -1 0 0 + 208 13 0.64865 0.05396 0.82584 -1 0 0 + 862 13 0.69763 0.10995 0.35356 -1 0 0 + 1713 14 0.66165 0.49096 0.61202 1 0 1 + 1707 14 0.53266 0.17621 0.91730 1 1 0 + 811 13 0.78757 0.14547 0.55271 0 -1 -1 + 359 14 0.55951 0.02625 0.57217 -1 -1 -1 + 1699 13 0.54782 0.59278 0.25617 1 1 0 + 1445 14 0.62252 0.82471 0.59144 1 0 -1 + 925 13 0.76745 0.66006 0.33020 0 -1 0 + 15 8 0.55926 0.23774 0.28354 0 0 0 + 1407 14 0.64806 0.07081 0.46941 0 0 0 + 1447 13 0.56024 0.31813 0.71770 1 0 0 + 664 13 0.95771 0.43094 0.22923 -1 -1 1 + 241 13 0.77426 0.07450 0.11640 -1 1 1 + 625 13 0.69955 0.41053 0.01089 0 0 1 + 1853 14 0.68086 0.68421 0.24436 1 -1 0 + 950 14 0.64095 0.81209 0.66709 1 0 -1 + 585 14 0.57112 0.99688 0.16489 1 -1 1 + 335 14 0.79305 0.09364 0.95485 0 0 -1 + 462 14 0.74328 0.55134 0.33717 -1 0 2 + 626 14 0.67791 0.41089 0.03835 0 0 1 + 209 14 0.65938 0.04116 0.79511 -1 0 0 + 690 14 0.83041 0.33066 0.72103 0 1 0 + 1947 14 0.89918 0.83139 0.74262 1 1 0 + 513 14 0.89081 0.82675 0.44693 0 0 1 + 1884 14 0.59508 0.26390 0.93055 1 -1 -1 + 1558 13 0.70530 0.39382 0.79999 0 -1 -1 + 1841 14 0.70846 0.62651 0.93968 0 0 0 + 1571 14 0.67287 0.37307 0.74980 1 -1 0 + 1106 14 0.60247 0.68413 0.10778 0 0 -1 + 561 14 0.81512 0.08760 0.06081 -1 0 0 + 1105 13 0.63637 0.69152 0.10338 0 0 -1 + 552 14 0.89922 0.45817 0.46343 0 1 1 + 1362 14 0.94203 0.77289 0.50283 -1 -1 -1 + 1243 13 0.84675 0.22112 0.97996 0 1 -2 + 1517 14 0.68292 0.92866 0.92838 0 0 0 + 1831 13 0.89287 0.29324 0.24699 0 1 1 + 1510 13 0.73422 0.13523 0.18754 1 1 1 + 474 14 0.51967 0.45833 0.61524 0 1 0 + 968 14 0.99308 0.67323 0.45355 -1 1 -1 + 1179 14 0.73739 0.44874 0.28248 0 -1 -1 + 1278 14 0.71782 0.75902 0.43376 -1 0 0 + 1245 14 0.83262 0.25301 0.97737 0 1 -2 + 1334 14 0.84891 0.73997 0.94687 0 -1 -1 + 1514 14 0.62753 0.49513 0.18742 -1 1 0 + 1441 13 0.66050 0.51427 0.67367 0 0 -1 + 876 14 0.74993 0.32385 0.09742 -1 1 0 + 1619 14 0.68204 0.01074 0.24188 0 1 0 + 1872 14 0.58290 0.86743 0.95789 0 0 0 + 1213 13 0.70163 0.83089 0.24514 -1 -1 1 + 583 13 0.57798 0.99424 0.13070 1 -1 1 + 931 13 0.70858 0.79818 0.87661 -1 -1 -1 + 807 14 0.55002 0.80247 0.21814 1 -1 0 + 559 13 0.83796 0.10199 0.03857 -1 0 0 + 550 13 0.89632 0.43219 0.48667 0 1 1 + 1028 14 0.68322 0.93310 0.01679 1 0 1 + 1283 14 0.83312 0.07945 0.19198 0 1 -1 + 1419 14 0.79196 0.63989 0.43852 -1 0 0 + 1307 14 0.92602 0.64061 0.57013 -1 -2 0 + 1882 13 0.60073 0.26415 0.96506 1 -1 -1 + 639 14 0.81245 0.83892 0.05995 -1 0 0 + 1323 14 0.56596 0.88751 0.77838 1 0 0 + 1589 14 0.65592 0.58542 0.83937 0 -1 -1 + 437 14 0.63778 0.29872 0.87090 0 1 -1 + 1640 14 0.63946 0.82969 0.11175 0 -1 1 + 162 14 0.91669 0.88989 0.55386 -2 -1 0 + 945 14 0.84481 0.95772 0.41116 -1 0 0 + 711 14 0.85122 0.45387 0.25667 -2 0 0 + 1333 13 0.84896 0.75484 0.91522 0 -1 -1 + 845 14 0.91971 0.96684 0.20306 -1 -1 0 + 279 14 0.87982 0.52120 0.26604 -1 0 0 + 200 14 0.52727 0.19062 0.01692 -1 1 0 + 1700 14 0.58204 0.58733 0.25147 1 1 0 + 1749 14 0.89068 0.26758 0.56644 1 1 -1 + 1154 14 0.53760 0.35163 0.12789 0 1 1 + 1655 14 0.54433 0.43229 0.98421 1 -1 -2 + 1360 13 0.91437 0.77367 0.48143 -1 -1 -1 + 638 14 0.81060 0.79423 0.09248 -1 0 0 + 1435 13 0.79872 0.97880 0.99334 0 -1 0 + 1802 14 0.79127 0.38411 0.05124 0 0 0 + 345 14 0.85193 0.21887 0.18600 -2 -1 1 + 848 14 0.80559 0.90348 0.08739 -1 -1 0 + 464 14 0.51343 0.24675 0.96152 0 0 -1 + 442 13 0.93582 0.28098 0.33978 -1 0 0 + 154 13 0.89872 0.70252 0.65575 -1 0 1 + 346 13 0.73196 0.88718 0.39164 0 0 2 + 958 13 0.65186 0.30941 0.38021 0 1 1 + 752 14 0.90930 0.58630 0.08741 -1 0 0 + 1822 13 0.51845 0.72136 0.92943 1 -1 -1 + 969 14 0.98043 0.70743 0.41197 -1 1 -1 + 1613 14 0.61321 0.12050 0.25387 0 0 0 + 523 13 0.53743 0.07764 0.05752 0 1 0 + 1591 13 0.57493 0.79505 0.11695 -1 0 1 + 251 14 0.88160 0.64026 0.87368 0 0 -1 + 1153 13 0.57249 0.35068 0.12573 0 1 1 + 231 14 0.70388 0.57151 0.50205 -1 0 0 + 1920 14 0.88999 0.19555 0.93696 0 1 -1 + 1208 14 0.70855 0.37228 0.34235 0 0 0 + 1732 13 0.63442 0.78530 0.53872 1 0 0 + 1402 13 0.83505 0.84980 0.94957 0 -1 1 + 379 13 0.72377 0.25782 0.09050 -1 1 2 + 1446 14 0.59914 0.87392 0.60097 1 0 -1 + 1887 14 0.57652 0.05944 0.32034 0 1 0 + 1778 14 0.77434 0.81404 0.32319 -1 -1 0 + 412 13 0.90451 0.12157 0.10460 0 1 -1 + 965 14 0.93645 0.03070 0.05010 0 0 0 + 1972 13 0.79849 0.45717 0.60268 -1 0 0 + 1893 14 0.55667 0.81997 0.34821 -1 1 0 + 353 14 0.99304 0.96689 0.90414 -1 -1 1 + 847 13 0.81917 0.89805 0.05562 -1 -1 0 + 1748 14 0.89180 0.32285 0.56818 1 1 -1 + 27 10 0.60828 0.19087 0.18861 0 0 0 + 1600 13 0.91003 0.58583 0.88338 0 0 -2 + 1003 13 0.90809 0.66193 0.19072 0 0 1 + 1672 13 0.90921 0.57935 0.64560 0 1 1 + 1107 14 0.64663 0.67046 0.07742 0 0 -1 + 213 14 0.57158 0.72892 0.44985 -1 0 -2 + 1991 14 0.72328 0.93784 0.26206 1 -1 1 + 1798 13 0.67149 0.17438 0.10565 -1 0 -1 + 909 14 0.98643 0.34367 0.13781 -1 1 -1 + 211 13 0.59184 0.70049 0.44777 -1 0 -2 + 1322 14 0.54045 0.93571 0.78761 1 0 0 + 1162 13 0.59360 0.21887 0.73179 1 0 -1 + 1197 14 0.79973 0.93780 0.31785 -2 -2 0 + 806 14 0.58520 0.79477 0.26012 1 -1 0 + 319 13 0.91364 0.05852 0.26249 -1 1 1 + 716 14 0.66614 0.88307 0.45791 0 0 0 + 1819 13 0.52808 0.90042 0.67774 0 -1 0 + 451 13 0.65680 0.58119 0.27632 -1 0 0 + 1627 13 0.60083 0.88576 0.17502 1 0 0 + 1976 14 0.97960 0.89578 0.64239 -1 0 0 + 1811 14 0.87184 0.02859 0.72980 0 1 -1 + 1718 14 0.62037 0.95374 0.08940 1 -1 -1 + 1777 13 0.75507 0.78493 0.32109 -1 -1 0 + 1011 14 0.76171 0.37225 0.48412 0 0 0 + 901 13 0.64339 0.62078 0.67700 0 -1 0 + 828 14 0.98211 0.19760 0.74032 -1 0 -1 + 805 13 0.57100 0.77852 0.23260 1 -1 0 + 348 14 0.75958 0.89824 0.41001 0 0 2 + 555 14 0.90474 0.00746 0.62754 -1 0 0 + 501 14 0.63068 0.76949 0.19034 -1 1 0 + 1418 14 0.74061 0.61935 0.43823 -1 0 0 + 815 14 0.67899 0.04148 0.14926 1 0 1 + 1551 14 0.71233 0.54689 0.23753 0 1 0 + 276 14 0.69781 0.54329 0.96900 -1 0 0 + 1044 14 0.74140 0.19061 0.43486 0 0 -2 + 1717 13 0.63018 0.93107 0.06464 1 -1 -1 + 227 14 0.84382 0.23674 0.11533 -2 1 0 + 551 14 0.89283 0.44834 0.51749 0 1 1 + 1010 14 0.70740 0.36307 0.47911 0 0 0 + 780 14 0.97662 0.81013 0.36958 -1 0 0 + 1009 13 0.73343 0.38266 0.46638 0 0 0 + 293 14 0.64718 0.17797 0.33880 -1 0 1 + 778 13 0.96856 0.77843 0.35722 -1 0 0 + 1425 14 0.69408 0.33663 0.20235 0 0 0 + 1862 14 0.89237 0.10114 0.93071 0 -1 0 + 378 14 0.82491 0.66481 0.98728 -1 0 0 + 1309 13 0.63352 0.55656 0.15665 0 0 0 + 1310 14 0.60905 0.57293 0.13776 0 0 0 + 175 13 0.79394 0.80980 0.65071 -1 -1 -1 + 785 14 0.55157 0.04299 0.79188 -1 1 0 + 1160 14 0.60393 0.75740 0.00719 0 0 2 + 1729 13 0.61271 0.57788 0.39648 0 1 0 + 1731 14 0.61082 0.54318 0.39257 0 1 0 + 285 14 0.97565 0.37521 0.46938 -1 1 0 + 582 14 0.66092 0.40629 0.17430 -1 0 0 + 1804 13 0.68639 0.22965 0.79229 0 0 -1 + 1857 14 0.59187 0.40799 0.70129 1 0 0 + 1799 14 0.64475 0.15217 0.10951 -1 0 -1 + 1885 13 0.54862 0.04131 0.30956 0 1 0 + 834 14 0.64705 0.12088 0.56976 0 0 1 + 1391 14 0.53463 0.68786 0.17064 0 0 1 + 893 14 0.93296 0.23186 0.83563 0 1 -1 + 1214 14 0.69648 0.80244 0.22546 -1 -1 1 + 344 14 0.86745 0.23246 0.23732 -2 -1 1 + 266 14 0.75413 0.95009 0.67883 -1 -1 1 + 949 13 0.65094 0.79682 0.69692 1 0 -1 + 631 13 0.52589 0.91969 0.02871 -1 0 0 + 1195 13 0.77807 0.91646 0.30057 -2 -2 0 + 1403 14 0.83999 0.81826 0.93529 0 -1 1 + 951 14 0.62103 0.78985 0.71364 1 0 -1 + 438 14 0.59615 0.33240 0.88476 0 1 -1 + 1519 13 0.81081 0.32404 0.29931 -1 1 0 + 960 14 0.63021 0.30769 0.40762 0 1 1 + 413 14 0.88379 0.10936 0.13000 0 1 -1 + 1052 14 0.62504 0.65458 0.48443 -1 1 1 + 226 13 0.82417 0.25650 0.13646 -2 1 0 + 1895 14 0.79710 0.58274 0.17577 1 0 1 + 277 13 0.86915 0.50854 0.23524 -1 0 0 + 1901 14 0.81222 0.73716 0.14529 0 -1 1 + 210 14 0.67813 0.06282 0.84243 -1 0 0 + 1593 14 0.54433 0.80361 0.10234 -1 0 1 + 918 14 1.00243 0.99355 0.29496 -1 0 0 + 637 13 0.79568 0.80854 0.06428 -1 0 0 + 580 13 0.66665 0.37597 0.15784 -1 0 0 + 25 11 0.58669 0.22927 0.31061 0 0 0 + 1365 14 0.57132 0.24636 0.59756 0 1 -1 + 628 13 0.77543 0.19089 0.03773 0 -1 0 + 1680 14 0.87864 0.60668 0.44760 0 0 0 + 532 13 0.97870 0.38431 0.32987 0 2 1 + 1852 13 0.67747 0.67592 0.27816 1 -1 0 + 880 13 0.59863 0.33481 0.47463 0 0 -1 + 360 14 0.59507 0.02758 0.52983 -1 -1 -1 + 744 14 0.85052 0.01153 0.11333 0 1 0 + 297 14 0.52570 0.74926 0.69422 -1 0 0 + 23 11 0.52814 0.28487 0.33292 0 0 0 + 1854 14 0.65422 0.69892 0.29054 1 -1 0 + 892 13 0.89979 0.23629 0.82548 0 1 -1 + 173 14 0.82290 0.53218 0.01794 -1 0 0 + 1129 13 0.55175 0.80337 0.85976 0 0 0 + 414 14 0.93630 0.12291 0.11911 0 1 -1 + 527 14 0.95273 0.90098 0.86023 -1 0 -1 + 820 13 0.67198 0.19246 0.96628 -1 -1 -1 + 1487 14 0.52989 0.34182 0.78945 0 0 -1 + 459 14 0.58845 0.43263 0.09036 0 0 1 + 1697 14 0.96299 0.19780 0.40272 0 0 0 + 1004 14 0.89680 0.66500 0.22367 0 0 1 + 630 14 0.78092 0.15775 0.04744 0 -1 0 + 461 14 0.71167 0.53200 0.37823 -1 0 2 + 198 14 0.79705 0.92957 0.15395 -2 0 1 + 1073 14 0.50730 0.44873 0.71887 -1 0 -2 + 1286 14 0.65653 0.10645 0.40828 0 0 1 + 1111 13 0.98009 0.97788 0.80064 -1 -1 -1 + 1608 14 0.57799 0.79164 0.49087 1 0 -1 + 786 14 0.52272 0.01273 0.82809 -1 1 0 + 243 14 0.74910 0.05368 0.10388 -1 1 1 + 846 14 0.86533 0.95869 0.20902 -1 -1 0 + 710 14 0.83889 0.40257 0.24005 -2 0 0 + 1521 14 0.82998 0.31516 0.27145 -1 1 0 + 1437 14 0.78691 0.00916 0.98060 0 0 0 + 99 14 0.98649 0.15170 0.92068 -2 0 -1 + 188 14 0.62019 0.89889 0.89371 -1 -1 0 + 1832 14 0.91872 0.30501 0.22658 0 1 1 + 600 14 0.62168 0.02568 0.87581 -1 -2 -1 + 988 13 0.95406 0.84058 0.12257 -1 -2 -1 + 1871 14 0.57079 0.86767 0.01185 0 0 1 + 1511 14 0.70768 0.14462 0.16680 1 1 1 + 1282 13 0.85874 0.10307 0.19487 0 1 -1 + 1639 13 0.66820 0.84887 0.11713 0 -1 1 + 1069 13 0.99147 0.76693 0.79206 0 0 -1 + 1803 14 0.82096 0.36726 0.00773 0 0 0 + 1710 14 0.78934 0.04051 0.25590 0 1 2 + 1550 14 0.76180 0.52215 0.23759 0 1 0 + 1466 14 0.53136 0.65388 0.08835 1 0 1 + 1254 14 0.84115 0.49388 0.86923 -1 1 0 + 1806 14 0.69588 0.25959 0.80766 0 0 -1 + 717 14 0.67861 0.90234 0.50823 0 0 0 + 155 14 0.87029 0.68350 0.66303 -1 0 1 + 1184 14 0.81390 0.35472 0.15205 -1 0 -1 + 812 14 0.75883 0.12789 0.56208 0 -1 -1 + 1629 14 0.58538 0.86088 0.15591 1 0 0 + 929 14 0.61862 0.99149 0.21793 -1 0 1 + 1183 13 0.84154 0.35186 0.17328 -1 0 -1 + 981 14 0.82042 0.24648 0.38749 -1 1 1 + 1861 13 0.90061 0.08805 0.96207 0 -1 0 + 1185 14 0.84820 0.31755 0.17443 -1 0 -1 + 930 14 0.57738 0.95784 0.23296 -1 0 1 + 372 14 0.78907 1.00120 0.35782 -1 -2 0 + 1764 14 0.87961 0.53030 0.67527 0 1 -1 + 1978 13 0.97429 0.55481 0.52520 1 0 -1 + 1923 14 0.58734 0.67045 0.01921 1 0 2 + 1628 14 0.63472 0.87713 0.17492 1 0 0 + 389 14 0.64164 0.73588 0.80583 -1 -1 1 + 1527 14 0.69124 0.08510 0.04763 0 2 2 + 1246 13 0.86578 0.67194 0.45008 1 0 1 + 1999 13 0.50480 0.95405 0.34994 0 1 0 + 963 14 0.61788 0.77806 0.32667 0 0 -1 + 1247 14 0.85313 0.69626 0.47179 1 0 1 + 1509 14 0.82209 0.32589 0.82198 -1 1 0 + 83 4 0.55360 0.75437 0.55574 0 0 0 + 980 14 0.85146 0.27328 0.42460 -1 1 1 + 1998 14 0.95567 0.75357 0.21118 -1 -1 0 + 232 13 0.77486 0.59973 0.60242 -1 0 0 + 1150 13 0.97970 0.04540 0.62711 -1 1 0 + 540 14 0.87308 0.81040 0.57650 -2 0 0 + 1599 14 0.91813 0.07804 0.32012 0 0 1 + 1300 13 0.53885 0.35425 0.55664 0 0 1 + 95 14 0.76033 0.22409 0.70368 -1 0 -1 + 774 14 0.83051 0.60193 0.56660 -1 0 -1 + 1987 13 0.78275 0.06778 0.69803 0 0 -1 + 1711 13 0.65280 0.48330 0.57907 1 0 1 + 128 14 0.61772 0.51147 0.04917 1 0 1 + 1176 14 0.72680 0.45476 0.38691 2 -2 1 + 959 14 0.66241 0.27643 0.37530 0 1 1 + 1481 14 0.60985 0.57421 0.74880 0 1 -1 + 814 13 0.67097 0.04482 0.11538 1 0 1 + 706 13 0.74527 0.98570 0.45346 -1 0 -1 + 728 14 0.86638 0.35645 0.89699 -1 0 0 + 497 14 0.78041 0.21812 0.79438 0 0 -1 + 492 14 0.81052 0.90438 0.90546 -1 -1 -1 + 1643 14 0.52190 0.10607 0.85826 0 0 -1 + 1026 14 0.61689 0.36600 0.56913 1 0 0 + 1635 14 0.61887 0.49282 0.32311 1 0 1 + 1868 14 0.54823 0.64688 0.45764 1 0 1 + 646 13 0.88802 0.40466 0.36696 0 0 0 + 1163 14 0.58316 0.23443 0.70226 1 0 -1 + 648 14 0.87001 0.37969 0.38354 0 0 0 + 1223 14 0.82356 0.17219 0.93500 1 1 -1 + 1982 14 0.56365 0.11340 0.11870 0 0 0 + 598 13 0.61908 0.00927 0.90659 -1 -2 -1 + 93 14 0.92856 0.91468 0.45275 0 -1 0 + 913 13 0.96004 0.15519 0.50615 -1 1 -1 + 810 14 0.91409 0.40871 0.58682 0 -1 1 + 230 14 0.73513 0.53903 0.46999 -1 0 0 + 1081 13 0.92503 0.15933 0.75371 -1 0 -1 + 371 14 0.74445 0.01606 0.38694 -1 -1 0 + 1477 13 0.90327 0.79554 0.19076 -1 -1 1 + 331 13 0.93267 0.69884 0.97550 -1 -2 -1 + 1528 13 0.81808 0.56011 0.89813 -1 1 1 + 1396 13 0.87073 0.07861 0.53224 1 0 0 + 92 14 0.94270 0.96803 0.44919 0 -1 0 + 943 13 0.84046 0.95388 0.37668 -1 0 0 + 908 14 0.98875 0.37508 0.09234 -1 1 -1 + 720 14 0.50552 0.54577 0.82775 0 0 -1 + 1838 14 0.93321 0.84468 0.98235 0 -1 0 + 984 14 0.76465 0.38357 0.68747 -1 1 0 + 932 14 0.69264 0.78375 0.90419 -1 -1 -1 + 933 14 0.69409 0.82988 0.87370 -1 -1 -1 + 809 14 0.95319 0.36995 0.58150 0 -1 1 + 727 13 0.86180 0.37614 0.92553 -1 0 0 + 1525 13 0.69061 0.11297 0.02651 0 2 2 + 1173 14 0.52487 0.74024 0.31082 0 -2 0 + 859 13 0.77243 0.52476 0.76472 0 0 -1 + 1648 13 0.57735 0.39392 0.89306 0 0 0 + 645 14 0.52018 0.44054 0.20244 -1 0 0 + 1314 14 0.60657 0.44509 0.36709 1 1 -1 + 773 14 0.86678 0.58905 0.52687 -1 0 -1 + 80 2 0.54950 0.71477 0.56365 0 0 0 + 1237 13 0.98234 0.49616 0.00469 -1 0 1 + 556 13 0.64598 0.48196 0.77039 0 1 0 + 267 14 0.80095 0.95684 0.65017 -1 -1 1 + 129 14 0.59563 0.49961 0.99987 1 0 0 + 311 14 0.94057 0.46762 0.59682 -1 2 0 + 1500 14 0.61195 0.26765 0.49179 0 1 -2 + 16 8 0.52420 0.23328 0.20295 0 0 0 + 229 13 0.71940 0.57025 0.47074 -1 0 0 + 197 14 0.80578 0.97008 0.19059 -2 0 1 + 1236 14 0.58706 0.67260 0.83186 1 0 0 + 1449 14 0.59239 0.33190 0.71795 1 0 0 + 142 13 0.98997 0.44272 0.63240 -1 0 0 + 558 14 0.66863 0.50557 0.78275 0 1 0 + 691 13 0.79721 0.88900 0.80038 -1 -1 0 + 1721 14 0.85046 0.96510 0.73390 -1 0 -1 + 1775 14 0.85747 0.84698 0.22657 0 -2 0 + 894 14 0.89763 0.21937 0.79495 0 1 -1 + 1130 14 0.55133 0.79117 0.89254 0 0 0 + 343 13 0.85623 0.20553 0.21804 -2 -1 1 + 329 14 0.62280 0.72988 0.95544 -1 -1 -1 + 1439 14 0.79525 0.26452 0.31214 -1 0 0 + 321 14 0.89982 0.02664 0.25856 -1 1 1 + 614 14 0.78194 0.06957 0.32192 0 -1 -1 + 1126 13 0.74290 0.50444 0.85871 0 0 -1 + 536 14 0.79910 0.64864 0.81152 -1 0 0 + 199 13 0.54505 0.19366 0.04688 -1 1 0 + 322 13 0.75824 0.82272 0.52446 0 0 1 + 1100 14 0.50747 0.21279 0.47018 0 0 1 + 1665 14 0.90573 0.46724 0.78105 0 0 0 + 250 13 0.85193 0.65815 0.87841 0 0 -1 + 632 14 0.51290 0.94654 0.01044 -1 0 0 + 1754 14 0.81238 0.49168 0.40264 0 1 -1 + 1490 14 0.86821 0.97458 0.97375 -1 0 0 + 1922 14 0.57170 0.61777 0.02540 1 0 2 + 1974 14 0.82431 0.45794 0.57910 -1 0 0 + 1472 14 0.86403 0.20582 0.63769 -1 0 0 + 979 13 0.84360 0.24119 0.41313 -1 1 1 + 1465 13 0.53197 0.68786 0.09659 1 0 1 + 1224 14 0.80949 0.15914 0.88313 1 1 -1 + 955 13 0.69901 0.30324 0.87459 0 1 -1 + 1812 14 0.83630 0.07070 0.73461 0 1 -1 + 967 13 0.96595 0.68812 0.43727 -1 1 -1 + 183 14 0.60277 1.00919 0.75893 -1 -1 0 + 718 13 0.51437 0.57730 0.81548 0 0 -1 + 1252 13 0.86154 0.46875 0.88249 -1 1 0 + 1763 14 0.83546 0.50382 0.65506 0 1 -1 + 821 14 0.68265 0.18074 0.93511 -1 -1 -1 + 1730 14 0.64650 0.58543 0.39161 0 1 0 + 1332 14 0.53190 0.60343 0.67047 1 0 -2 + 176 14 0.82307 0.79049 0.65187 -1 -1 -1 + 1127 14 0.75842 0.52678 0.88069 0 0 -1 + 148 13 0.57457 0.06146 0.65210 -1 0 0 + 1577 14 0.82346 0.69543 0.33513 1 -1 -1 + 1141 13 0.56080 0.21940 0.82472 1 2 -2 + 1900 13 0.84362 0.74175 0.13059 0 -1 1 + 1042 13 0.75257 0.16813 0.41051 0 0 -2 + 1312 13 0.62278 0.46759 0.38840 1 1 -1 + 1522 13 0.80328 0.30630 0.96777 0 1 -1 + 974 14 0.63604 0.86111 0.30126 0 0 0 + 1897 13 0.78389 0.32292 0.53673 0 1 0 + 729 14 0.87181 0.40820 0.91576 -1 0 0 + 748 13 0.71385 0.90106 0.65146 0 -1 -1 + 1567 13 0.71916 0.08495 0.58335 1 0 2 + 1552 13 0.69597 0.62568 0.04146 -1 0 -2 + 1523 14 0.80737 0.33475 0.94784 0 1 -1 + 1470 14 0.95909 0.24221 0.62977 0 1 0 + 332 14 0.92021 0.66637 0.97191 -1 -2 -1 + 160 13 0.88790 0.87006 0.55477 -2 -1 0 + 333 14 0.92167 0.71567 0.94688 -1 -2 -1 + 1529 14 0.85132 0.57042 0.89466 -1 1 1 + 977 14 0.82620 0.40772 0.76895 -1 0 0 + 340 13 1.00227 0.86665 0.38512 -2 -1 0 + 100 13 0.87945 0.81663 0.33297 -1 -1 0 + 1489 13 0.88343 0.95690 0.94769 -1 0 0 + 1583 14 0.99669 0.56936 0.79770 1 -1 -1 + 1177 13 0.75938 0.47565 0.28634 0 -1 -1 + 496 13 0.79276 0.20926 0.82588 0 0 -1 + 1969 13 0.74463 0.22691 0.50705 1 2 0 + 469 13 0.58403 0.56783 0.56498 0 -1 0 + 754 13 0.59754 0.11964 0.73857 -1 1 0 + 221 14 0.70998 0.72644 0.59521 0 0 0 + 161 14 0.87768 0.86790 0.52140 -2 -1 0 + 1235 14 0.58722 0.66506 0.77706 1 0 0 + 1364 14 0.55489 0.29875 0.59090 0 1 -1 + 1845 14 0.93664 0.06467 0.83420 0 -1 0 + 1047 14 0.97631 0.28168 0.08076 -1 0 -1 + 1428 14 0.91489 0.49030 0.09027 0 0 0 + 1234 13 0.59274 0.68930 0.80166 1 0 0 + 1508 14 0.86837 0.29641 0.82892 -1 1 0 + 108 14 0.98483 0.56901 0.24806 -1 -1 1 + 150 14 0.58300 0.07388 0.68369 -1 0 0 + 135 14 0.93053 0.96503 0.67465 -1 0 -1 + 1379 14 0.64321 0.97858 0.52414 -1 -1 1 + 768 14 0.94804 0.75461 0.67990 0 0 0 + 1545 14 0.95823 0.66888 0.07451 0 0 1 + 1172 14 0.51206 0.70227 0.27269 0 -2 0 + 1971 14 0.75245 0.25473 0.52674 1 2 0 + 468 14 0.52045 0.55919 0.09965 -1 0 0 + 1248 14 0.90050 0.67560 0.45208 1 0 1 + 627 14 0.73100 0.40373 0.02460 0 0 1 + 295 13 0.50962 0.71894 0.68750 -1 0 0 + 978 14 0.77559 0.38727 0.77783 -1 0 0 + 1859 14 0.91719 0.13699 0.64696 0 1 -1 + 1108 13 0.58140 0.64022 0.89920 0 0 0 + 1043 14 0.78745 0.16958 0.41258 0 0 -2 + 557 14 0.62375 0.47646 0.79683 0 1 0 + 708 14 0.77080 0.96278 0.46027 -1 0 -1 + 1670 14 0.66561 0.96490 0.43444 0 -1 2 + 914 14 0.92757 0.14304 0.51076 -1 1 -1 + 1467 14 0.52359 0.70424 0.06685 1 0 1 + 1143 14 0.57357 0.21763 0.79221 1 2 -2 + 470 14 0.57794 0.58862 0.59244 0 -1 0 + 1378 13 0.66139 0.95373 0.54073 -1 -1 1 + 1582 13 0.99409 0.56907 0.83258 1 -1 -1 + 1473 14 0.85662 0.25518 0.66152 -1 0 0 + 674 14 0.81417 0.64078 0.72053 0 0 -1 + 1532 14 0.99368 0.65039 0.16568 -1 1 1 + 1530 14 0.80813 0.57287 0.92913 -1 1 1 + 479 14 0.96004 0.35886 0.75450 -1 0 1 + 1548 14 0.96942 0.57786 0.70380 0 0 0 + 1546 13 0.98892 0.56956 0.73161 0 0 0 + 875 14 0.73517 0.37289 0.11832 -1 1 0 + 749 14 0.68996 0.88033 0.63653 0 -1 -1 + 687 14 0.67868 0.64865 0.61226 -2 0 0 + 1513 13 0.62631 0.46061 0.19290 -1 1 0 + 1801 13 0.80026 0.39322 0.01870 0 0 0 + 1015 13 0.85150 0.14309 0.65446 -1 -1 -1 + 1454 14 0.81790 0.48754 0.94720 0 0 0 + 756 14 0.59856 0.15446 0.73553 -1 1 0 + 1039 13 0.94652 0.76915 0.88747 -1 -1 1 + 1082 14 0.92680 0.13978 0.78266 -1 0 -1 + 1389 14 0.78405 0.96701 0.80003 1 0 -1 + 590 14 0.58644 0.53359 0.87606 0 0 0 + 1253 14 0.89184 0.47209 0.86535 -1 1 0 + 1427 14 0.94608 0.52241 0.05779 0 0 0 + 1479 14 0.92922 0.80684 0.17022 -1 -1 1 + 819 14 0.57099 0.32472 0.99010 0 -1 -2 + 784 13 0.54707 0.01018 0.80312 -1 1 0 + 818 14 0.58602 0.37339 0.96855 0 -1 -2 + 860 14 0.79059 0.51651 0.73600 0 0 -1 + 1390 13 0.54344 0.68307 0.20414 0 0 1 + 1826 14 0.82022 0.88330 0.46126 0 0 1 + 1992 14 0.68073 0.90269 0.25831 1 -1 1 + 593 14 0.66812 0.11487 0.70382 0 1 0 + 1679 14 0.91374 0.56395 0.44652 0 0 0 + 26 11 0.52972 0.21940 0.16642 0 0 0 + 1175 14 0.75992 0.44539 0.43021 2 -2 1 + 526 13 0.94568 0.87446 0.83855 -1 0 -1 + 1855 13 0.57072 0.43168 0.68663 1 0 0 + 665 14 0.93495 0.45492 0.21782 -1 -1 1 + 547 13 0.70111 0.29307 0.97667 0 0 -2 + 252 14 0.83848 0.64516 0.90796 0 0 -1 + 1164 14 0.62481 0.23308 0.73864 1 0 -1 + 1720 13 0.88322 0.95990 0.72283 -1 0 -1 + 1380 14 0.65846 0.96187 0.57461 -1 -1 1 + 1271 14 0.68503 0.88057 0.78289 -1 -1 -1 + 1524 14 0.76869 0.30126 0.96884 0 1 -1 + 707 14 0.73162 0.99318 0.48478 -1 0 -1 + 1331 14 0.52756 0.65653 0.65558 1 0 -2 + 1762 13 0.85032 0.51390 0.68507 0 1 -1 + 1788 14 0.80016 0.98290 0.57235 0 -2 0 + 124 13 0.56604 0.77445 0.75261 -1 -1 0 + 1654 13 0.53491 0.46573 0.98024 1 -1 -2 + 1109 14 0.56091 0.61203 0.90207 0 0 0 + 907 13 0.99155 0.34197 0.10325 -1 1 -1 + 1438 13 0.78520 0.23315 0.32388 -1 0 0 + 133 13 0.95689 0.95368 0.65466 -1 0 -1 + 182 14 0.63048 0.96375 0.74388 -1 -1 0 + 725 14 0.62225 0.44438 0.50915 0 0 0 + 408 14 0.86534 -0.00223 0.83944 -1 0 0 + 1038 14 0.53670 0.53727 0.51431 0 -1 1 + 207 14 0.99066 0.49096 0.41080 0 0 0 + 983 14 0.76693 0.42874 0.65562 -1 1 0 + 1041 14 0.95727 0.76608 0.85434 -1 -1 1 + 1839 14 0.98006 0.86655 0.96270 0 -1 0 + 1705 13 0.55976 0.15639 0.90751 1 1 0 + 1171 13 0.51042 0.70862 0.30705 0 -2 0 + 769 13 0.58761 0.37643 0.33656 0 0 0 + 1989 14 0.77776 0.03324 0.70025 0 0 -1 + 976 13 0.80507 0.38133 0.75999 -1 0 0 + 755 14 0.60288 0.11365 0.77261 -1 1 0 + 1837 13 0.96326 0.85939 0.99252 0 -1 0 + 1024 13 0.64963 0.37340 0.57894 1 0 0 + 265 13 0.78183 0.97120 0.67568 -1 -1 1 + 1786 13 0.77933 0.00468 0.55461 0 -1 0 + 312 14 0.92795 0.50723 0.56034 -1 2 0 + 816 14 0.63823 0.03279 0.11290 1 0 1 + 1678 13 0.88359 0.57461 0.46066 0 0 0 + 753 14 0.90713 0.62824 0.12340 -1 0 0 + 570 14 0.67937 0.96935 0.64729 -2 0 0 + 94 13 0.77167 0.23949 0.73295 -1 0 -1 + 592 13 0.68520 0.09140 0.68432 0 1 0 + 531 14 0.57372 0.14297 0.47076 -1 0 0 + 584 14 0.54664 0.99608 0.11530 1 -1 1 + 1017 14 0.83931 0.12058 0.67829 -1 -1 -1 + 530 14 0.57131 0.14076 0.52597 -1 0 0 + 1498 13 0.60906 0.24528 0.51852 0 1 -2 + 388 13 0.67475 0.74511 0.79942 -1 -1 1 + 1856 14 0.59182 0.45830 0.67830 1 0 0 + 1304 14 0.81138 0.87467 0.63509 0 0 0 + 1424 14 0.73470 0.30026 0.21161 0 0 0 + 535 13 0.77978 0.63382 0.78642 -1 0 0 + 1423 13 0.70599 0.31394 0.22615 0 0 0 + 1448 14 0.55488 0.30896 0.68438 1 0 0 + 320 14 0.90940 0.07382 0.23133 -1 1 1 + 1178 14 0.79093 0.46227 0.27936 0 -1 -1 + 234 14 0.79067 0.61876 0.62713 -1 0 0 + 966 14 0.93738 0.02202 0.99548 0 0 -1 + 1025 14 0.64804 0.40631 0.59067 1 0 0 + 1898 14 0.76849 0.33754 0.56451 0 1 0 + 808 13 0.91970 0.37440 0.59057 0 -1 1 + 1899 14 0.81592 0.31445 0.54791 0 1 0 + 549 14 0.68483 0.30444 0.00546 0 0 -1 + 647 14 0.86403 0.42166 0.34802 0 0 0 + 323 14 0.74833 0.80371 0.55210 0 0 1 + 591 14 0.54978 0.51509 0.91312 0 0 0 + 390 14 0.68198 0.76924 0.82369 -1 -1 1 + 220 13 0.71621 0.76075 0.59253 0 0 0 + 354 14 0.94563 0.95024 0.92725 -1 -1 1 + 1568 14 0.72752 0.05168 0.57654 1 0 2 + 1753 13 0.84696 0.49655 0.40443 0 1 -1 + 956 14 0.71279 0.33387 0.86483 0 1 -1 + 391 13 0.70212 0.17973 0.87680 -1 0 0 + 685 13 0.69692 0.66202 0.58558 -2 0 0 + 466 13 0.54560 0.57558 0.08171 -1 0 0 + 750 14 0.74439 0.88990 0.63860 0 -1 -1 + 1016 14 0.83712 0.13262 0.62435 -1 -1 -1 + 982 13 0.74441 0.40667 0.67075 -1 1 0 + 675 14 0.78490 0.67391 0.68730 0 0 -1 + 212 14 0.61494 0.70800 0.42261 -1 0 -2 + 1117 13 0.68280 0.64539 0.83433 -1 0 0 + 1578 14 0.84960 0.68804 0.38330 1 -1 -1 + 635 14 0.99023 0.92419 0.70221 -1 0 0 + 177 14 0.77549 0.79952 0.67858 -1 -1 -1 + 181 13 0.62373 0.99659 0.73393 -1 -1 0 + 528 14 0.95089 0.84575 0.85782 -1 0 -1 + 1158 14 0.72995 0.23656 0.62343 0 1 0 + 1387 13 0.80075 0.99764 0.79757 1 0 -1 + 849 14 0.82311 0.93010 0.04218 -1 -1 0 + 772 13 0.86475 0.59809 0.56059 -1 0 -1 + 1725 14 0.87075 0.32071 0.47921 -1 0 -1 + 1840 13 0.71777 0.65990 0.93507 0 0 0 + 1277 14 0.75038 0.71533 0.42422 -1 0 0 + 1576 13 0.85481 0.69846 0.35033 1 -1 -1 + 1230 14 0.69348 0.42163 0.93561 0 0 0 + 1860 14 0.94747 0.18293 0.65262 0 1 -1 + 222 14 0.74190 0.76681 0.61546 0 0 0 + 915 14 0.95998 0.16828 0.47372 -1 1 -1 + 823 13 0.93415 0.92656 0.07145 0 -1 1 + 1480 13 0.59652 0.60399 0.76138 0 1 -1 + 480 14 0.91902 0.39450 0.74420 -1 0 1 + 1305 14 0.84949 0.89633 0.60137 0 0 0 + 102 14 0.86401 0.78544 0.33634 -1 -1 0 + 1482 14 0.56443 0.59534 0.77224 0 1 -1 + 1792 13 0.73123 0.82923 0.75841 0 -1 0 + 1388 14 0.78222 0.01937 0.81776 1 1 -1 + 998 14 0.92768 0.32963 0.87849 0 0 -1 + 1118 14 0.69053 0.65661 0.86654 -1 0 0 + 1363 13 0.55855 0.27378 0.61511 0 1 -1 + 1526 14 0.66031 0.11022 0.00927 0 2 2 + 1787 14 0.80099 0.02231 0.53356 0 -1 0 + 1825 13 0.80290 0.90840 0.47837 0 0 1 + 97 13 0.99592 0.12071 0.93385 -2 0 -1 + 1113 14 0.94747 0.97034 0.81075 -1 -1 -1 + 1139 14 0.58782 0.91435 0.43537 0 0 0 + 324 14 0.72826 0.83309 0.50974 0 0 1 + 1569 14 0.71486 0.08598 0.61804 1 0 2 + 491 14 0.79136 0.91940 0.85579 -1 -1 -1 + 478 13 0.92646 0.36034 0.74486 -1 0 1 + 1669 13 0.64850 0.93942 0.41769 0 -1 2 + 824 14 0.90562 0.94641 0.07529 0 -1 1 + 613 13 0.80408 0.08877 0.30284 0 -1 -1 + 328 13 0.65473 0.74277 0.94929 -1 -1 -1 + 1981 13 0.58324 0.14235 0.11986 0 0 0 + 1940 14 0.70961 0.73255 0.73332 0 0 0 + 1723 13 0.86340 0.33697 0.44913 -1 0 -1 + 1553 14 0.71370 0.61753 0.01244 -1 0 -2 + 1228 13 0.69897 0.42465 0.90120 0 0 0 + 975 14 0.58364 0.87638 0.29230 0 0 0 + 1973 14 0.77027 0.46807 0.58514 -1 0 0 + 1751 14 0.75632 0.04551 0.89858 0 1 0 + 1357 13 0.51028 0.47607 0.41740 1 -1 0 + 1821 14 0.56115 0.89016 0.67282 0 -1 0 + 196 13 0.82229 0.94958 0.16756 -2 0 1 + 1891 13 0.53825 0.79439 0.36334 -1 1 0 + 157 13 0.50253 0.00581 0.70140 -1 -1 0 + 673 13 0.81189 0.65167 0.68738 0 0 -1 + 1303 13 0.82160 0.90484 0.62067 0 0 0 + 889 13 0.88824 0.55657 0.31608 0 0 0 + 1272 14 0.66584 0.91736 0.81945 -1 -1 -1 + 1398 14 0.88590 0.06316 0.55971 1 0 0 + 1921 13 0.59714 0.63767 0.01201 1 0 2 + 1276 13 0.74972 0.75025 0.42241 -1 0 0 + 1149 14 0.79997 0.70186 0.04559 0 0 0 + 1902 14 0.85154 0.71054 0.11693 0 -1 1 + 1684 13 0.74060 0.47559 0.52168 0 0 -1 + 1110 14 0.59505 0.64443 0.93112 0 0 0 + 693 14 0.82634 0.87276 0.78985 -1 -1 0 + 1796 14 0.51227 0.32010 0.01724 -1 0 1 + 1588 13 0.65117 0.55207 0.84877 0 -1 -1 + 1128 14 0.75951 0.50910 0.82829 0 0 -1 + 957 14 0.71147 0.29790 0.90683 0 1 -1 + 767 14 0.96771 0.80555 0.67112 0 0 0 + 289 13 0.97965 0.44250 0.81848 -1 0 -1 + 1863 14 0.87470 0.09860 0.98306 0 -1 0 + 1040 14 0.91195 0.76406 0.88598 -1 -1 1 + 529 13 0.55200 0.14792 0.49771 -1 0 0 + 1442 14 0.66276 0.54909 0.67598 0 0 -1 + 817 13 0.56433 0.35901 0.99190 0 -1 -2 + 1147 13 0.81187 0.72043 0.01846 0 0 0 + 1306 13 0.96013 0.64713 0.56604 -1 -2 0 + 1776 14 0.87247 0.88892 0.25936 0 -2 0 + 1939 13 0.72617 0.73689 0.70283 0 0 0 + 1597 13 0.90932 0.08101 0.35383 0 0 1 + 125 14 0.54505 0.79467 0.77193 -1 -1 0 + 1722 14 0.89242 0.92918 0.73677 -1 0 -1 + 714 14 0.99406 0.82308 0.53127 -1 0 -1 + 569 14 0.63188 0.99165 0.66481 -2 0 0 + 615 14 0.83502 0.08475 0.31862 0 -1 -1 + 1649 14 0.57594 0.42885 0.89214 0 0 0 + 770 14 0.61442 0.35544 0.34455 0 0 0 + 882 14 0.56376 0.33301 0.47655 0 0 -1 + 1453 13 0.80330 0.48559 0.97892 0 0 0 + 96 14 0.79663 0.26149 0.72217 -1 0 -1 + 406 13 0.89126 0.01218 0.85797 -1 0 0 + 82 4 0.55812 0.70769 0.60268 0 0 0 + 1810 13 0.87011 0.06250 0.73817 0 1 -1 + 1148 14 0.80635 0.75375 0.02754 0 0 0 + 1157 14 0.77145 0.20399 0.60680 0 1 0 + 1842 14 0.74773 0.66317 0.95281 0 0 0 + 393 14 0.73608 0.18605 0.87134 -1 0 0 + 1870 13 0.58401 0.84745 0.98657 0 0 0 + 1515 14 0.62518 0.45729 0.22769 -1 1 0 + 1601 14 0.93547 0.57800 0.86071 0 0 -2 + 1827 14 0.78236 0.89113 0.50080 0 0 1 + 1222 13 0.81511 0.14505 0.91464 1 1 -1 + 692 14 0.77134 0.87208 0.78402 -1 -1 0 + 1112 14 0.98166 0.01281 0.80144 -1 0 -1 + 973 13 0.60315 0.85399 0.31076 0 0 0 + 1858 13 0.95005 0.14883 0.64530 0 1 -1 + 310 13 0.91646 0.47681 0.57322 -1 2 0 + 1663 13 0.87381 0.46016 0.76864 0 0 0 + 1664 14 0.86804 0.48492 0.74463 0 0 0 + 1843 13 0.94816 0.07736 0.80371 0 -1 0 + 1607 14 0.55847 0.82776 0.45380 1 0 -1 + 498 14 0.82271 0.22706 0.82888 0 0 -1 + 172 13 0.83565 0.56158 0.03194 -1 0 0 + 1488 14 0.51377 0.33079 0.84119 0 0 -1 + 1650 14 0.56497 0.38383 0.86195 0 0 0 + 1142 14 0.57051 0.25095 0.83625 1 2 -2 + 766 13 0.95237 0.78564 0.69543 0 0 0 + 436 13 0.60287 0.30083 0.87129 0 1 -1 + 233 14 0.74728 0.61898 0.59284 -1 0 0 + 1968 14 0.50390 0.54337 0.27778 1 0 1 + 1590 14 0.68267 0.54145 0.85963 0 -1 -1 + 392 14 0.68665 0.18826 0.84662 -1 0 0 + 1779 14 0.76224 0.76752 0.35056 -1 -1 0 + 1970 14 0.70988 0.22828 0.50335 1 2 0 + 1975 13 0.99061 0.86421 0.63212 -1 0 0 + 1229 14 0.71639 0.45477 0.89771 0 0 0 + 1270 13 0.66072 0.90537 0.78700 -1 -1 -1 + 261 14 0.92093 0.39368 0.96989 -1 3 -1 + 686 14 0.67659 0.65686 0.55760 -2 0 0 + 91 13 0.95623 0.93606 0.45338 0 -1 0 + 1426 13 0.91530 0.52144 0.07437 0 0 0 + 1001 14 0.74406 0.65562 0.08952 -1 1 1 + 101 14 0.86188 0.83236 0.30715 -1 -1 0 + 594 14 0.66342 0.06412 0.68234 0 1 0 + 538 13 0.88072 0.77867 0.58907 -2 0 0 + 1029 14 0.70634 0.88945 0.99192 1 0 0 + 407 14 0.88777 0.99856 0.88999 -1 -1 0 + 17 8 0.56041 0.21676 0.23697 0 0 0 + 1119 14 0.66029 0.66911 0.82195 -1 0 0 + 490 13 0.78467 0.92216 0.89000 -1 -1 -1 + 568 13 0.65022 0.98491 0.63581 -2 0 0 + 1988 14 0.75060 0.08108 0.69453 0 0 -1 + 861 14 0.78150 0.55782 0.77163 0 0 -1 + 1752 14 0.73398 -0.00111 0.87893 0 1 0 + 1499 14 0.58601 0.22139 0.50751 0 1 -2 + 1572 14 0.67762 0.38237 0.69549 1 -1 0 + 1397 14 0.84805 0.10120 0.54632 1 0 0 + 1000 13 0.77340 0.67162 0.09984 -1 1 1 + 1083 14 0.91607 0.13683 0.72848 -1 0 -1 + 997 13 0.95221 0.35343 0.87111 0 0 -1 + 330 14 0.67476 0.71455 0.94428 -1 -1 -1 + 589 13 0.56303 0.50819 0.88150 0 0 0 + 1053 14 0.66744 0.61910 0.48291 -1 1 1 + 1941 14 0.70199 0.75061 0.68161 0 0 0 + 1156 13 0.75112 0.21097 0.63439 0 1 0 + 1361 14 0.91777 0.74502 0.46167 -1 -1 -1 + 599 14 0.59568 0.98387 0.90103 -1 -3 -1 + 1099 13 0.51212 0.24343 0.45399 0 0 1 + 98 14 0.96840 0.11053 0.95288 -2 0 -1 + 1633 13 0.61159 0.49538 0.28900 1 0 1 + 13 8 0.52274 0.26975 0.29688 0 0 0 + 1507 13 0.84700 0.31862 0.84543 -1 1 0 + 1598 14 0.92799 0.10822 0.36541 0 0 1 + 1556 14 0.52738 0.93875 0.90689 -1 -1 -1 + 881 14 0.60521 0.36792 0.46550 0 0 -1 + 666 14 0.94880 0.42558 0.26262 -1 -1 1 + 1690 13 0.54585 0.43090 0.26195 0 0 1 + 644 14 0.55484 0.44289 0.15940 -1 0 0 + 1308 14 0.97188 0.62051 0.54664 -1 -2 0 + 260 14 0.95982 0.39360 0.93057 -1 3 -1 + 643 13 0.52130 0.44746 0.16818 -1 0 0 + 1888 13 0.94982 0.59578 0.97126 0 0 -1 + 1238 14 0.97236 0.46989 0.98388 -1 0 0 + 1468 13 0.98193 0.25211 0.65433 0 1 0 + 2001 14 0.50124 0.93463 0.32107 0 1 0 + 1783 13 0.97306 0.45361 0.13353 -1 -1 0 + 713 14 0.98187 0.81366 0.58439 -1 0 -1 + 1889 14 0.98207 0.60379 0.98216 0 0 -1 + 163 13 0.98766 0.30715 0.20539 -2 0 2 + 1533 14 0.98392 0.61393 0.12524 -1 1 1 + 164 14 0.98712 0.27223 0.20715 -2 0 2 + 1420 13 0.52209 0.89553 0.26434 0 0 0 + 1469 14 0.97353 0.28535 0.66123 0 1 0 + 1919 14 0.90440 0.20572 0.88454 0 1 -1 + 653 14 0.98954 0.90810 0.16185 -1 0 0 + 1131 14 0.51819 0.80989 0.85240 0 0 0 + 1691 14 0.53460 0.41293 0.28976 0 0 1 + 524 14 0.52968 0.05493 0.03209 0 1 0 + 543 14 0.53055 0.38021 0.36631 0 1 1 + 1656 14 0.50486 0.46854 0.99791 1 -1 -2 + 1795 13 0.49806 0.29745 0.03977 -1 0 1 + 1301 14 0.53897 0.38546 0.57243 0 0 1 + 1584 14 1.00228 0.53632 0.84171 1 -1 -1 + 1036 13 0.50342 0.52948 0.50692 0 -1 1 + 1359 14 0.51002 0.47986 0.45216 1 -1 0 + 636 14 0.99401 0.92210 0.75735 -1 0 0 + 1133 14 0.99379 0.10768 0.48655 -1 2 -1 + 366 14 0.99544 0.09700 0.16079 -1 1 0 + 483 14 0.98434 0.10133 0.25348 0 1 1 + 1984 13 0.50223 0.55580 0.69645 1 1 0 + 1967 14 0.50461 0.48825 0.28223 1 0 1 + 1911 14 0.50567 0.09295 0.30783 0 0 0 + 1358 14 0.49929 0.50692 0.40514 1 -1 0 + 326 14 0.99773 0.58300 0.35363 -1 0 1 + 327 14 0.99371 0.53404 0.32822 -1 0 1 + 719 14 0.50328 0.59967 0.83996 0 0 -1 + 542 14 0.49721 0.41610 0.39199 0 1 1 + 463 13 0.50074 0.21442 0.95743 0 0 -1 + 2000 14 0.52751 0.97907 0.34093 0 1 0 + ITEM: TIMESTEP + 8000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.34312 0.39643 0.47982 0 0 0 + 1328 14 0.04963 0.67818 0.07996 0 -1 0 + 12 8 0.48478 0.29662 0.31603 0 0 0 + 396 14 0.06628 0.72036 0.95103 0 0 0 + 1181 14 0.34332 0.29634 0.09276 2 0 0 + 1078 13 0.37200 0.68080 0.86815 0 -1 -1 + 5 4 0.37478 0.22944 0.22153 0 0 0 + 1934 14 0.10549 0.53465 0.05698 1 1 1 + 1610 14 0.36842 0.07649 0.47550 0 0 0 + 878 14 0.04274 0.50303 0.80911 0 -1 0 + 21 4 0.45227 0.36254 0.29505 0 0 0 + 1703 14 0.16147 0.04141 0.52319 0 0 1 + 1605 14 0.12502 0.13119 0.93635 0 0 0 + 34 4 0.35122 0.45623 0.37915 0 0 0 + 735 14 0.09844 0.62494 0.69420 -1 0 0 + 656 14 0.09699 0.29592 0.21466 0 0 0 + 1475 14 0.06123 0.94701 0.18536 1 -2 2 + 1020 14 0.44097 0.89613 0.17143 0 -1 0 + 405 14 0.30242 0.00577 0.19039 0 1 1 + 1808 14 0.27760 0.57197 0.93739 -1 0 0 + 141 14 0.48123 0.02278 1.00403 0 -1 -1 + 4 4 0.34144 0.18610 0.25086 0 0 0 + 896 14 0.41293 0.10668 0.13779 0 1 0 + 308 14 0.19764 0.50054 0.48278 0 1 0 + 994 13 0.41221 0.73079 0.26563 1 -1 -1 + 622 13 0.47754 0.76058 0.07628 1 1 0 + 1428 14 0.01457 0.60152 0.94702 1 0 -1 + 90 14 0.10852 0.47220 0.88864 -1 -1 -1 + 1342 13 0.29237 0.50236 0.11742 0 -1 1 + 1434 14 0.43145 0.94026 0.23959 1 -1 0 + 1596 14 0.09773 0.36844 0.19418 0 0 1 + 1694 14 0.41584 0.96338 0.88697 0 0 -1 + 37 1 0.34112 0.53904 0.52749 0 0 0 + 1344 14 0.26391 0.48261 0.11268 0 -1 1 + 6 4 0.30650 0.23706 0.22653 0 0 0 + 1625 14 0.17682 0.52677 0.68778 1 -1 0 + 404 14 0.29592 0.97371 0.23498 0 0 1 + 1652 14 0.24384 0.58732 0.17069 1 0 0 + 676 13 0.05605 0.36425 0.72845 0 1 0 + 797 14 0.15636 0.02420 0.13966 0 0 -1 + 1906 13 0.18354 0.62036 0.36593 1 1 -2 + 1327 13 0.07530 0.66799 0.10141 0 -1 0 + 1101 14 0.45439 0.23785 0.48795 0 0 1 + 77 4 0.39826 0.67781 0.40827 0 0 0 + 237 14 0.39471 0.87110 0.33979 0 0 -1 + 1194 14 -0.00027 0.26021 0.46020 0 0 0 + 1816 13 0.18868 0.70347 0.28198 0 -1 0 + 1907 14 0.19730 0.58927 0.37413 1 1 -2 + 780 14 -0.00530 0.71163 0.34019 0 0 0 + 1385 14 0.28574 0.31067 0.16151 0 1 0 + 1450 13 0.31326 0.34535 0.21510 1 0 1 + 1370 14 0.32543 0.77512 0.71915 0 0 0 + 1192 13 0.00424 0.27815 0.48989 0 0 0 + 244 13 0.14837 0.21146 0.47196 0 1 0 + 63 6 0.46603 0.69192 0.51429 0 0 0 + 122 14 0.34037 0.07973 0.19942 0 1 0 + 888 14 0.02033 0.25962 0.79448 0 0 0 + 1611 14 0.38296 0.05588 0.52472 0 0 0 + 1952 14 0.06998 0.93203 0.72413 1 -1 0 + 954 14 0.38677 0.59863 0.40268 0 0 0 + 1487 14 0.46781 0.25304 0.79564 0 0 -1 + 1019 14 0.46209 0.94230 0.14948 0 -1 0 + 440 14 0.16201 0.63181 0.19711 -1 0 0 + 1761 14 0.29478 0.44834 0.28590 0 0 1 + 1030 13 0.14059 0.02389 0.36503 0 0 0 + 788 14 0.29971 0.30532 0.51089 -1 1 1 + 985 13 0.19673 0.44952 0.16643 1 0 1 + 1909 13 0.45600 0.12003 0.34297 0 0 0 + 1080 14 0.37186 0.64585 0.86723 0 -1 -1 + 1561 13 0.43818 0.99656 0.46308 1 -2 1 + 1565 14 0.31357 0.89741 0.85879 1 -1 0 + 900 14 0.06378 0.27283 0.63622 1 0 1 + 953 14 0.34846 0.58332 0.43953 0 0 0 + 1506 14 0.29712 0.58385 0.28104 0 0 0 + 677 14 0.06012 0.34182 0.70194 0 1 0 + 1908 14 0.15580 0.61271 0.34605 1 1 -2 + 1169 14 0.30510 0.19617 0.69377 0 -1 -1 + 488 14 0.07546 0.63651 0.30858 0 0 0 + 1462 13 0.22063 0.20917 0.97500 1 0 1 + 256 13 0.16967 0.80331 0.31440 -1 -1 0 + 1735 13 0.21800 0.04763 0.17321 1 1 1 + 1103 14 0.15500 0.11688 0.31820 -1 0 0 + 1092 14 0.36831 0.05593 0.39139 0 0 0 + 39 10 0.31836 0.50539 0.44799 0 0 0 + 299 14 0.18921 0.43258 0.69433 0 2 0 + 53 10 0.38924 0.52009 0.58212 0 0 0 + 1587 14 0.09451 0.94116 0.36599 1 -1 0 + 300 14 0.15994 0.44966 0.65061 0 2 0 + 992 14 0.32769 0.05734 0.32842 1 -1 -1 + 799 13 0.27556 0.69656 0.10024 0 -1 1 + 1603 13 0.15179 0.13520 0.95849 0 0 0 + 306 14 0.45555 0.08138 0.20427 0 0 0 + 605 14 0.32609 0.80945 0.11751 -1 -2 0 + 1502 14 0.12602 0.21322 0.66590 1 0 0 + 910 13 0.22394 0.28890 0.31024 1 0 1 + 269 14 0.17189 0.70956 0.04275 0 0 1 + 1457 14 0.31818 0.99456 0.04737 0 0 0 + 1653 14 0.26806 0.61467 0.21221 1 0 0 + 1847 14 0.00057 0.84219 0.05625 1 0 2 + 1065 14 0.18193 0.83903 0.26109 1 -1 -1 + 1050 14 0.49218 0.07773 0.44227 0 -1 0 + 1835 14 0.29430 0.28083 0.93313 1 -1 0 + 8 6 0.39575 0.31256 0.33341 0 0 0 + 505 13 0.24634 0.00895 0.42983 1 -1 -1 + 787 13 0.30165 0.30939 0.47621 -1 1 1 + 1022 14 0.08627 0.58502 0.60302 0 -1 0 + 796 13 0.13343 0.00181 0.12568 0 0 -1 + 463 13 0.45938 0.24583 0.98604 0 0 -1 + 766 13 -0.00068 0.61583 0.67829 1 0 0 + 1891 13 0.44926 0.83215 0.31336 -1 1 0 + 765 14 0.30076 0.71890 0.26761 0 -1 0 + 153 14 0.47655 0.12389 0.81102 0 1 1 + 419 14 0.15161 0.23069 0.25139 -1 2 0 + 1659 14 0.37462 0.90588 0.27293 0 0 0 + 786 14 0.50050 0.96221 0.91859 -1 0 0 + 938 14 0.39777 0.03878 0.86623 1 0 -1 + 1264 13 0.32433 0.18252 0.40306 0 0 0 + 1130 14 0.45313 0.67788 0.90138 0 0 0 + 1145 14 0.12882 0.50189 0.26644 0 1 -1 + 411 14 0.08064 0.83999 0.25362 0 -1 -1 + 483 14 0.02018 0.06909 0.28924 1 1 1 + 1343 14 0.30471 0.50784 0.08516 0 -1 1 + 257 14 0.16665 0.77206 0.29900 -1 -1 0 + 971 14 0.27346 0.74666 0.94916 -2 1 -1 + 1268 14 0.18995 0.83471 0.01721 1 0 1 + 298 13 0.18127 0.46118 0.67582 0 2 0 + 697 13 0.38228 0.91673 0.43056 1 -1 -1 + 111 14 0.25258 0.22416 0.40667 0 0 0 + 642 14 0.43942 0.42411 0.90068 0 0 0 + 1501 13 0.09774 0.20373 0.64765 1 0 0 + 1242 14 0.20813 0.89017 0.13020 0 -1 0 + 159 14 0.48094 0.94402 0.77343 -1 -2 0 + 941 14 0.03836 0.47122 0.36822 0 1 -1 + 1646 14 0.02087 0.07038 0.15678 0 1 0 + 1726 13 0.34762 0.54908 0.31514 1 1 0 + 1137 14 0.36531 0.27324 0.90674 0 0 0 + 918 14 0.08596 0.96942 0.46881 0 0 0 + 1202 14 0.34792 0.12513 0.99397 -1 -1 0 + 1536 14 0.06877 0.79755 0.42646 2 1 1 + 104 14 0.22955 0.22453 0.32402 0 -1 0 + 14 8 0.50165 0.28539 0.26783 0 0 0 + 1766 14 0.20891 0.57446 0.27952 1 0 1 + 1585 13 0.07747 0.91083 0.36247 1 -1 0 + 1429 13 0.03128 0.05847 0.81813 1 1 -1 + 107 14 0.06726 0.59885 0.02477 0 -1 1 + 1349 14 0.23113 0.75347 0.46247 0 -1 1 + 1104 14 0.20890 0.12923 0.31948 -1 0 0 + 22 4 0.46211 0.35088 0.36018 0 0 0 + 1817 14 0.20953 0.69360 0.30826 0 -1 0 + 829 13 0.39471 0.70836 0.03923 0 -1 1 + 1702 13 0.18916 0.03512 0.50278 0 0 1 + 1266 14 0.33015 0.19998 0.37332 0 0 0 + 263 14 0.10728 0.15655 0.39744 0 1 -1 + 745 13 0.18000 0.54972 0.16911 0 0 -1 + 109 13 0.23056 0.24752 0.42053 0 0 0 + 1190 14 0.22860 0.81672 0.41516 -1 -1 -2 + 76 4 0.39075 0.73511 0.37661 0 0 0 + 840 14 0.46604 0.12863 0.50134 -1 0 1 + 1290 14 0.09824 0.70648 0.61103 1 0 0 + 1643 14 0.47129 0.11227 0.00554 0 0 0 + 1070 14 0.04169 0.66403 0.76211 1 0 -1 + 617 14 0.27002 0.53121 0.36785 1 -1 0 + 422 14 0.13354 0.87899 0.85688 -1 -2 0 + 650 14 0.15351 0.39136 0.61498 1 0 1 + 1960 13 0.43595 0.35023 0.56513 -1 0 0 + 429 14 0.21764 0.12348 0.09257 -1 0 0 + 609 14 0.16581 0.28734 0.39942 0 1 0 + 1864 13 0.08144 0.14944 0.18702 1 0 0 + 921 14 0.17497 0.64492 0.42583 0 0 -1 + 991 13 0.33788 0.08676 0.31250 1 -1 -1 + 827 14 0.04039 0.22350 0.71794 0 0 -1 + 1790 14 0.22386 0.65153 0.00916 1 -1 2 + 620 14 0.35330 0.86530 0.91205 -1 -1 -1 + 507 14 0.25711 0.03998 0.41784 1 -1 -1 + 1372 13 0.08633 0.64655 0.49066 1 -1 0 + 1759 13 0.31763 0.45351 0.25993 0 0 1 + 400 13 0.15059 0.31942 0.50867 1 1 1 + 1250 14 0.30831 0.33591 0.81811 1 -1 1 + 89 14 0.06348 0.49538 0.91085 -1 -1 -1 + 1324 13 0.00165 0.89195 0.57394 0 -1 0 + 1959 14 0.06029 0.21394 0.28737 0 1 1 + 1096 13 0.05055 0.39191 0.98397 1 0 -1 + 1741 13 0.49172 0.66071 0.75120 0 0 0 + 1913 14 0.26554 0.13655 0.40751 1 -1 -1 + 1097 14 0.04484 0.37422 0.95435 1 0 -1 + 1067 14 0.32046 0.23583 0.11625 1 0 0 + 1474 13 0.09340 0.93673 0.19440 1 -2 2 + 1834 13 0.26134 0.28253 0.92157 1 -1 0 + 1961 14 0.44058 0.31884 0.55042 -1 0 0 + 1131 14 0.44501 0.72919 0.88241 0 0 0 + 29 7 0.33881 0.42282 0.39608 0 0 0 + 1704 14 0.21614 0.04914 0.52006 0 0 1 + 1575 14 0.37802 0.14237 0.65036 1 1 -1 + 1336 13 0.08692 0.24962 0.54667 2 1 0 + 170 14 0.38220 0.08266 0.79063 0 1 0 + 1432 13 0.46003 0.95813 0.24891 1 -1 0 + 571 13 0.22681 0.37980 0.25849 0 -1 0 + 1504 13 0.27342 0.60876 0.27467 0 0 0 + 877 13 0.01284 0.50060 0.79115 0 -1 0 + 1654 13 0.45464 0.48091 0.07145 1 -1 -1 + 1288 13 0.10830 0.72726 0.58476 1 0 0 + 1267 13 0.15889 0.82825 0.03191 1 0 1 + 1535 14 0.04263 0.78951 0.37839 2 1 1 + 1791 14 0.19830 0.66554 0.96216 1 -1 1 + 1098 14 0.06987 0.37028 0.00351 1 0 0 + 1737 14 0.23121 0.05793 0.20391 1 1 1 + 1295 14 0.13802 0.44214 0.38673 1 2 -1 + 309 14 0.21774 0.44944 0.48942 0 1 0 + 1539 14 0.37092 0.20237 0.44902 0 1 0 + 32 10 0.39045 0.37151 0.41158 0 0 0 + 758 14 0.42234 0.90122 0.63095 -2 -1 1 + 218 14 0.40258 0.54308 0.86066 0 0 0 + 1146 14 0.09398 0.47070 0.29598 0 1 -1 + 1962 14 0.40528 0.34769 0.58175 -1 0 0 + 1466 14 0.40838 0.74654 0.16630 1 0 1 + 66 7 0.43662 0.73867 0.49407 0 0 0 + 1534 13 0.06183 0.77302 0.40252 2 1 1 + 1074 14 0.47690 0.48332 0.64875 -1 0 -2 + 1829 14 0.31075 0.76066 0.18087 2 0 0 + 495 14 0.31965 0.49253 0.98435 -1 1 0 + 741 14 0.24372 0.70908 0.39494 0 1 -1 + 307 13 0.21327 0.47450 0.46544 0 1 0 + 456 14 0.24606 0.93288 0.29902 0 -1 0 + 286 13 0.20772 0.04781 0.95257 0 0 0 + 1537 13 0.38380 0.23233 0.46164 0 1 0 + 1203 14 0.35975 0.08259 0.96066 -1 -1 0 + 441 14 0.11331 0.65304 0.21250 -1 0 0 + 798 14 0.10243 0.01200 0.13825 0 0 -1 + 147 14 0.21319 0.27908 0.09489 1 0 -1 + 1415 14 0.18113 0.92611 0.07237 1 0 0 + 2002 13 0.18882 0.93602 0.35940 2 1 1 + 280 13 0.09175 0.63015 0.96575 0 0 -1 + 305 14 0.44462 0.13532 0.19884 0 0 0 + 74 4 0.44029 0.79562 0.42895 0 0 0 + 608 14 0.11497 0.29628 0.37957 0 1 0 + 375 14 0.47406 0.76298 0.77667 -1 0 0 + 1818 14 0.16952 0.67510 0.27485 0 -1 0 + 993 14 0.31070 0.09571 0.29239 1 -1 -1 + 618 14 0.27748 0.57455 0.40140 1 -1 0 + 597 14 0.18752 0.80283 0.51312 1 -1 0 + 734 14 0.10695 0.58503 0.73154 -1 0 0 + 1957 13 0.07303 0.18138 0.28691 0 1 1 + 30 1 0.33744 0.43053 0.44991 0 0 0 + 1269 14 0.15624 0.85189 0.05755 1 0 1 + 1133 14 0.01454 0.00899 0.44955 0 2 -1 + 1099 13 0.47785 0.25539 0.50705 0 0 1 + 281 14 0.12508 0.63326 0.97587 0 0 -1 + 1965 14 0.43724 0.56178 0.17679 0 0 1 + 1180 13 0.36818 0.28461 0.11438 2 0 0 + 287 14 0.19500 0.01545 0.94876 0 0 0 + 911 14 0.24479 0.30026 0.33592 1 0 1 + 368 14 0.46949 0.58929 0.29030 -1 1 1 + 1905 14 0.05628 0.04450 0.22224 1 1 0 + 1656 14 0.47404 0.50722 0.08387 1 -1 -1 + 40 4 0.36162 0.46464 0.52959 0 0 0 + 912 14 0.22700 0.31304 0.28513 1 0 1 + 607 13 0.13462 0.30049 0.40819 0 1 0 + 803 14 0.25324 0.38065 0.55059 1 0 -1 + 19 10 0.39824 0.29174 0.25885 0 0 0 + 922 13 0.38354 0.23383 0.74062 -1 1 0 + 1781 14 0.04438 0.40390 0.10469 1 0 0 + 1765 13 0.19494 0.54462 0.26781 1 0 1 + 28 5 0.36831 0.38188 0.38457 0 0 0 + 1102 13 0.18620 0.10369 0.32691 -1 0 0 + 249 14 0.23831 0.31323 0.86874 -1 1 -1 + 1505 14 0.28955 0.63860 0.28316 0 0 0 + 1727 14 0.34376 0.56215 0.34735 1 1 0 + 144 14 0.02592 0.33949 0.55801 0 0 0 + 1033 13 0.04660 0.80497 0.64216 1 0 0 + 193 13 0.04120 0.12084 0.49820 0 0 0 + 106 13 0.06276 0.58036 0.05411 0 -1 1 + 1456 13 0.29161 0.99489 0.07011 0 0 0 + 521 14 0.36936 0.60021 0.12501 -1 0 1 + 1693 13 0.38410 0.97805 0.88645 0 0 -1 + 73 4 0.40037 0.72479 0.48222 0 0 0 + 640 13 0.42671 0.45341 0.91492 0 0 0 + 937 13 0.40880 0.07000 0.85496 1 0 -1 + 1828 13 0.33816 0.75485 0.15994 2 0 0 + 1964 14 0.44589 0.61610 0.17102 0 0 1 + 1651 13 0.26428 0.61487 0.17745 1 0 0 + 1056 14 0.26855 0.80785 0.61550 0 0 1 + 45 3 0.45257 0.58484 0.52367 0 0 0 + 36 7 0.33038 0.48545 0.51741 0 0 0 + 1373 14 0.07411 0.66122 0.51995 1 -1 0 + 695 14 0.01432 0.40830 0.45061 0 0 0 + 856 13 0.00555 0.25474 0.29363 0 0 0 + 1904 14 0.07713 0.99612 0.23909 1 0 0 + 78 4 0.42080 0.67917 0.35218 0 0 0 + 641 14 0.41958 0.47405 0.88761 0 0 0 + 670 13 0.22233 0.94441 0.91939 0 -1 -1 + 38 3 0.32835 0.57453 0.50119 0 0 0 + 1760 14 0.33167 0.48482 0.26671 0 0 1 + 24 11 0.48714 0.30551 0.23715 0 0 0 + 1430 14 0.03256 0.03363 0.84271 1 1 -1 + 33 4 0.30283 0.41385 0.38258 0 0 0 + 917 14 0.14119 0.96662 0.46748 0 0 0 + 619 13 0.37434 0.83764 0.91597 -1 -1 -1 + 1353 14 0.30350 1.00067 0.39142 1 -1 0 + 1048 13 0.49063 0.11267 0.44209 0 -1 0 + 1910 14 0.43832 0.13553 0.31709 0 0 0 + 853 13 0.40279 0.04148 0.25204 -1 0 0 + 2 2 0.34133 0.22616 0.24429 0 0 0 + 395 14 0.05248 0.75917 0.91412 0 0 0 + 69 2 0.41642 0.70446 0.38362 0 0 0 + 219 14 0.38490 0.53246 0.80935 0 0 0 + 2004 14 0.19578 0.90533 0.37465 2 1 1 + 1963 13 0.43168 0.58850 0.15492 0 0 1 + 71 4 0.47999 0.66869 0.48561 0 0 0 + 1745 14 0.28344 0.19538 0.82768 0 1 -1 + 604 13 0.30836 0.82649 0.09264 -1 -2 0 + 143 14 0.03550 0.36479 0.60624 0 0 0 + 304 13 0.46805 0.11306 0.21220 0 0 0 + 1956 14 0.05650 0.79474 0.00298 2 0 1 + 258 14 0.15350 0.79953 0.34517 -1 -1 0 + 1809 14 0.31265 0.57890 0.89517 -1 0 0 + 1201 13 0.36323 0.11727 0.96352 -1 -1 0 + 10 3 0.32381 0.35787 0.32186 0 0 0 + 68 12 0.47637 0.72578 0.40291 0 0 0 + 482 14 0.03419 0.12106 0.30200 1 1 1 + 916 13 0.11267 0.94743 0.47392 0 0 0 + 506 14 0.22691 0.01665 0.45787 1 -1 -1 + 1925 14 0.43987 0.06145 0.07482 0 1 -1 + 948 14 0.02941 0.48101 0.21266 0 0 1 + 1658 14 0.35379 0.92732 0.22639 0 0 0 + 1032 14 0.16608 0.04237 0.34979 0 0 0 + 510 14 0.36288 0.67466 0.73257 -1 0 1 + 1928 14 0.29223 0.07366 0.52983 0 0 0 + 1476 14 0.11427 0.95091 0.17018 1 -2 2 + 44 1 0.42566 0.61443 0.54415 0 0 0 + 747 14 0.19005 0.51682 0.16283 0 0 -1 + 1980 14 0.01149 0.56000 0.46373 2 0 -1 + 1217 14 0.05667 0.96511 0.94983 1 -1 -1 + 995 14 0.38101 0.71509 0.26735 1 -1 -1 + 409 13 0.08442 0.86906 0.27269 0 -1 -1 + 35 5 0.32681 0.47599 0.46776 0 0 0 + 649 13 0.14138 0.41280 0.59015 1 0 1 + 1 1 0.35035 0.24972 0.29115 0 0 0 + 1068 14 0.33300 0.18627 0.13738 1 0 0 + 784 13 0.48015 0.94497 0.89598 -1 0 0 + 1134 14 0.00778 0.99191 0.50172 0 1 -1 + 1784 14 0.02016 0.53079 0.05883 0 -1 0 + 369 14 0.43766 0.62377 0.26101 -1 1 1 + 989 14 0.01399 0.92324 0.10013 0 -2 -1 + 802 13 0.22993 0.38770 0.52549 1 0 -1 + 1562 14 0.45996 0.99278 0.43598 1 -2 1 + 528 14 0.04019 0.79040 0.84084 0 0 -1 + 1064 14 0.15366 0.88176 0.24024 1 -1 -1 + 171 14 0.36516 0.05113 0.74851 0 1 0 + 1066 13 0.30591 0.20619 0.12777 1 0 0 + 1676 14 0.04679 0.23539 0.98358 1 0 -1 + 740 14 0.22498 0.66222 0.37231 0 1 -1 + 238 13 0.47238 0.18536 0.72185 0 0 0 + 1865 14 0.06290 0.17366 0.16991 1 0 0 + 1497 14 0.04256 0.05064 0.96736 1 1 0 + 606 14 0.29361 0.85346 0.10931 -1 -2 0 + 1280 14 0.48845 0.21587 0.61665 -1 0 1 + 1063 13 0.17494 0.85556 0.23108 1 -1 -1 + 401 14 0.13497 0.29454 0.52763 1 1 1 + 1695 14 0.36194 0.95106 0.88828 0 0 -1 + 350 14 0.45715 0.82044 0.20216 0 -2 1 + 1657 13 0.37914 0.90635 0.23825 0 0 0 + 759 14 0.46487 0.90439 0.59572 -2 -1 1 + 1542 14 0.47222 0.00927 0.13997 0 0 0 + 473 14 0.45890 0.46831 0.56737 0 1 0 + 67 7 0.46122 0.76816 0.45029 0 0 0 + 1630 13 0.05080 0.11679 0.66959 2 -1 0 + 142 13 0.01554 0.36654 0.57758 0 0 0 + 785 14 0.50121 0.92093 0.88179 -1 0 0 + 1903 13 0.05706 0.02275 0.24962 1 1 0 + 662 14 0.10759 0.50132 0.53623 0 2 -1 + 1351 13 0.32695 1.00036 0.36548 1 -1 0 + 1926 14 0.40685 0.01931 0.08871 0 1 -1 + 1031 14 0.14915 0.99052 0.35901 0 -1 0 + 572 14 0.21719 0.39778 0.23008 0 -1 0 + 1090 13 0.37951 0.08274 0.41085 0 0 0 + 1609 13 0.35991 0.07727 0.50941 0 0 0 + 763 13 0.32224 0.70498 0.29143 0 -1 0 + 1383 14 0.12764 0.24235 0.86230 0 0 1 + 1193 14 0.03237 0.26361 0.50473 0 0 0 + 1390 13 0.47968 0.66744 0.19942 0 0 1 + 1337 14 0.08885 0.23312 0.57743 2 1 0 + 804 14 0.21239 0.35776 0.52115 1 0 -1 + 764 14 0.30218 0.70036 0.31970 0 -1 0 + 826 13 0.03386 0.21565 0.75139 0 0 -1 + 454 13 0.26947 0.95610 0.28737 0 -1 0 + 1977 14 0.00647 0.78616 0.52986 0 0 0 + 988 13 0.03124 0.95119 0.11215 0 -2 -1 + 996 14 0.41964 0.73182 0.23147 1 -1 -1 + 789 14 0.31171 0.34260 0.47182 -1 1 1 + 288 14 0.21185 0.05160 0.98709 0 0 0 + 746 14 0.14596 0.55017 0.16108 0 0 -1 + 1135 13 0.37777 0.30542 0.90111 0 0 0 + 1375 13 0.01817 0.61998 0.17465 1 -1 0 + 1715 14 0.04786 0.50020 0.68493 0 0 0 + 403 13 0.30863 0.97352 0.20240 0 0 1 + 1495 13 0.02816 0.01881 0.96901 1 1 0 + 1049 14 0.47646 0.12065 0.41113 0 -1 0 + 857 14 0.02802 0.28014 0.30217 0 0 0 + 1182 14 0.38265 0.31356 0.12763 2 0 0 + 20 4 0.40118 0.28748 0.36338 0 0 0 + 1836 14 0.24535 0.25531 0.93660 1 -1 0 + 1789 13 0.19766 0.67105 0.99669 1 -1 1 + 136 13 0.27155 0.90517 0.13018 0 -1 1 + 855 14 0.43070 0.02305 0.26223 -1 0 0 + 1416 14 0.17717 0.98126 0.07389 1 0 0 + 1464 14 0.21280 0.21842 0.00780 1 0 2 + 1958 14 0.08662 0.17682 0.31881 0 1 1 + 72 4 0.42879 0.76269 0.52584 0 0 0 + 624 14 0.50064 0.76173 0.05006 1 1 0 + 410 14 0.07721 0.89511 0.25049 0 -1 -1 + 1564 13 0.31528 0.90776 0.89215 1 -1 0 + 3 3 0.32421 0.23908 0.32447 0 0 0 + 1767 14 0.19990 0.54561 0.23321 1 0 1 + 952 13 0.35350 0.58818 0.40526 0 0 0 + 1666 13 0.45598 0.58935 0.42160 0 1 0 + 831 14 0.39071 0.67370 0.03679 0 -1 1 + 121 13 0.30867 0.09048 0.20955 0 1 0 + 311 14 0.00624 0.46225 0.51375 0 2 0 + 374 14 0.45770 0.76708 0.72399 -1 0 0 + 1912 13 0.25412 0.10399 0.40176 1 -1 -1 + 455 14 0.28509 0.96807 0.31628 0 -1 0 + 854 14 0.39620 0.06297 0.27883 -1 0 0 + 1604 14 0.17258 0.10781 0.95216 0 0 0 + 1927 13 0.26567 0.07490 0.55254 0 0 0 + 904 13 0.16989 0.54979 0.52243 0 0 -1 + 7 5 0.38376 0.28336 0.29120 0 0 0 + 1728 14 0.37790 0.56244 0.30383 1 1 0 + 1259 14 0.13884 0.16048 0.13203 1 0 0 + 41 4 0.29531 0.47506 0.53221 0 0 0 + 1249 13 0.33738 0.33449 0.79872 1 -1 1 + 1451 14 0.33207 0.37478 0.21667 1 0 1 + 1422 14 0.50356 0.95034 0.31032 0 0 0 + 9 1 0.36072 0.35236 0.34679 0 0 0 + 1736 14 0.23713 0.06456 0.14932 1 1 1 + 1187 14 0.21695 0.45942 0.34447 1 -1 0 + 671 14 0.19529 0.92993 0.90258 0 -1 -1 + 655 13 0.07959 0.31181 0.18882 0 0 0 + 775 13 0.12587 0.39080 0.30682 0 1 0 + 871 13 0.00679 0.64584 0.56337 0 -1 0 + 739 13 0.24904 0.68726 0.36814 0 1 -1 + 1463 14 0.19860 0.18299 0.96778 1 0 1 + 1414 13 0.19198 0.95508 0.05606 1 0 0 + 939 14 0.44057 0.07369 0.86910 1 0 -1 + 11 7 0.44828 0.33565 0.32519 0 0 0 + 696 14 0.04833 0.36681 0.46409 0 0 0 + 1116 14 0.35789 0.02717 0.60708 -1 1 0 + 1830 14 0.32569 0.73404 0.13475 2 0 0 + 817 13 0.48746 0.38171 0.03360 0 -1 -1 + 906 14 0.15283 0.57476 0.50486 0 0 -1 + 527 14 0.01420 0.81701 0.88177 0 0 -1 + 1260 14 0.15512 0.20227 0.09967 1 0 0 + 1624 13 0.17791 0.55541 0.70782 1 -1 0 + 1251 14 0.36322 0.33048 0.82194 1 -1 1 + 1458 14 0.29052 0.02782 0.08183 0 1 0 + 616 13 0.25260 0.55618 0.38506 1 -1 0 + 1914 14 0.23455 0.10654 0.37289 1 -1 -1 + 88 13 0.08163 0.49322 0.88103 -1 -1 -1 + 87 14 0.35991 0.95096 0.77299 -1 -1 0 + 1161 14 0.49445 0.80369 0.98952 0 0 1 + 801 14 0.26516 0.67583 0.07406 0 -1 1 + 439 13 0.14228 0.63820 0.22527 -1 0 0 + 1431 14 0.00094 0.05294 0.80165 1 1 -1 + 273 14 0.21084 0.23540 0.71643 -2 1 0 + 42 5 0.36849 0.54617 0.56742 0 0 0 + 522 14 0.31481 0.59290 0.13048 -1 0 1 + 800 14 0.27389 0.67627 0.12868 0 -1 1 + 385 13 0.47966 0.32415 0.14907 0 1 0 + 661 13 0.08146 0.48235 0.54966 0 2 -1 + 1951 13 0.07351 0.93883 0.75825 1 -1 0 + 271 13 0.17871 0.24875 0.71291 -2 1 0 + 596 14 0.15445 0.76114 0.52822 1 -1 0 + 1452 14 0.29017 0.34830 0.24121 1 0 1 + 272 14 0.17116 0.26186 0.74445 -2 1 0 + 1014 14 0.45132 0.02291 0.58818 0 0 0 + 1929 14 0.27886 0.06184 0.58218 0 0 0 + 1274 14 0.13541 0.78860 0.17689 0 0 0 + 595 13 0.17888 0.76997 0.50481 1 -1 0 + 1189 13 0.22840 0.85135 0.41035 -1 -1 -2 + 245 14 0.17280 0.23206 0.45775 0 1 0 + 62 5 0.43204 0.66380 0.54270 0 0 0 + 1936 13 0.28779 0.47792 0.62728 1 0 0 + 235 13 0.36513 0.88974 0.34052 0 0 -1 + 387 14 0.47608 0.35894 0.14962 0 1 0 + 573 14 0.24154 0.40366 0.27939 0 -1 0 + 517 13 0.49616 0.96217 0.56234 -1 -1 -1 + 1374 14 0.06241 0.62246 0.48227 1 -1 0 + 1091 14 0.41029 0.09154 0.39676 0 0 0 + 1191 14 0.25017 0.86372 0.43476 -1 -1 -2 + 1465 13 0.44191 0.75642 0.16545 1 0 1 + 872 14 0.02404 0.62516 0.58569 0 -1 0 + 1953 14 0.04543 0.92418 0.77307 1 -1 0 + 757 13 0.44382 0.88147 0.61168 -2 -1 1 + 1273 13 0.10887 0.76611 0.17326 0 0 0 + 1297 13 0.43790 0.57243 0.76551 1 1 -1 + 246 14 0.16609 0.19049 0.49361 0 1 0 + 225 14 0.23123 0.38352 0.77922 0 -1 -1 + 905 14 0.18442 0.56648 0.54951 0 0 -1 + 1054 13 0.26152 0.79094 0.58571 0 0 1 + 1949 14 0.15443 0.31793 0.96214 0 0 -1 + 1275 14 0.12061 0.74230 0.15050 0 0 0 + 515 14 0.09312 0.41421 0.75072 1 1 0 + 236 14 0.34025 0.86706 0.33107 0 0 -1 + 1746 14 0.28746 0.21940 0.77802 0 1 -1 + 1661 14 0.14075 0.49906 0.78464 1 -1 -1 + 1938 14 0.25552 0.47749 0.64075 1 0 0 + 1115 14 0.32461 0.00560 0.64563 -1 1 0 + 1055 14 0.24618 0.81493 0.56541 0 0 1 + 1770 14 0.20750 0.21000 0.84098 0 0 0 + 838 13 0.44566 0.13621 0.52874 -1 0 1 + 564 14 0.16721 0.63504 0.77146 1 0 -1 + 1621 13 0.34585 0.40111 0.60920 1 0 1 + 1165 13 0.05141 0.32965 0.34323 0 0 1 + 726 14 0.48897 0.37707 0.55025 0 0 0 + 1851 14 0.29403 0.77298 0.87019 0 -2 -1 + 835 13 0.25763 0.65424 0.52167 1 -1 -1 + 563 14 0.20809 0.66468 0.79403 1 0 -1 + 1814 14 0.07948 0.88656 0.56341 1 -1 0 + 61 11 0.27833 0.52919 0.76408 0 0 0 + 1125 14 0.27893 0.04863 0.85122 1 2 -1 + 1358 14 0.49745 0.48760 0.47334 1 -1 0 + 987 14 0.17406 0.42590 0.17874 1 0 1 + 1580 14 0.09865 0.79496 0.82006 1 -1 -1 + 1595 14 0.10349 0.41242 0.22722 0 0 1 + 659 14 0.14752 0.09332 0.45870 0 0 0 + 1915 13 0.37076 0.73554 0.67120 2 0 0 + 865 13 0.44597 0.84550 0.98417 0 -2 0 + 1744 13 0.26565 0.21523 0.80503 0 1 -1 + 120 14 0.14873 0.74623 0.78436 1 -2 -1 + 70 10 0.40714 0.68291 0.56117 0 0 0 + 669 14 0.13142 0.63240 0.84986 0 0 -1 + 1211 14 0.22768 0.98581 0.80117 0 -2 0 + 339 14 0.42598 0.89898 0.08928 0 -1 1 + 355 13 0.26262 0.69066 0.79042 0 -1 -1 + 303 14 0.09020 0.13758 0.55584 -1 1 0 + 114 14 0.20183 0.34466 0.64259 0 -1 0 + 514 13 0.11179 0.43803 0.76825 1 1 0 + 192 14 0.09402 0.92225 0.65268 1 0 0 + 167 14 0.29692 0.77870 0.02364 0 0 0 + 1347 14 0.31717 0.68401 0.55417 0 -2 0 + 169 13 0.37888 0.08246 0.75582 0 1 0 + 1411 13 0.32866 0.88128 0.79741 -1 -1 -1 + 1239 14 0.02038 0.48251 0.00132 0 0 1 + 1493 14 0.27866 0.27800 0.04391 -1 -1 2 + 681 14 0.14503 0.14129 0.72290 0 0 1 + 1371 14 0.27014 0.77410 0.72020 0 0 0 + 1210 13 0.23741 0.01937 0.79966 0 -1 0 + 86 14 0.32583 0.99419 0.77838 -1 -1 0 + 1932 14 0.47223 0.45242 0.18030 0 0 0 + 1265 14 0.33418 0.14971 0.39604 0 0 0 + 434 14 0.05760 0.11811 0.86413 0 1 -1 + 1255 13 0.19104 0.93538 0.79287 1 -1 0 + 180 14 0.02454 0.22227 0.38021 0 0 1 + 50 8 0.34382 0.51622 0.72252 0 0 0 + 1399 13 0.21045 0.76491 0.69514 1 0 0 + 1136 14 0.40918 0.30025 0.88664 0 0 0 + 920 14 0.14522 0.65438 0.47149 0 0 -1 + 972 14 0.22166 0.75244 0.93066 -2 1 -1 + 1924 13 0.42590 0.04521 0.10246 0 1 -1 + 1807 13 0.31069 0.58057 0.93005 -1 0 0 + 887 14 0.04747 0.26602 0.84225 0 0 0 + 1384 13 0.26891 0.29849 0.13337 0 1 0 + 587 14 0.38005 0.19568 0.88215 0 0 0 + 1320 14 0.29973 0.61796 0.05728 1 -1 0 + 1632 14 0.03020 0.10919 0.64237 2 -1 0 + 337 13 0.40599 0.88821 0.06268 0 -1 1 + 578 14 0.19684 0.55825 0.85088 0 0 -1 + 1647 14 0.07300 0.08787 0.16275 0 1 0 + 1170 14 0.29554 0.24976 0.68397 0 -1 -1 + 113 14 0.18169 0.32598 0.69060 0 -1 0 + 1459 13 0.29239 0.24468 0.56586 0 1 0 + 1813 13 0.11257 0.88976 0.55257 1 -1 0 + 85 13 0.35718 0.98509 0.76585 -1 -1 0 + 118 13 0.12169 0.73096 0.80045 1 -2 -1 + 1638 14 0.28487 0.79847 0.34183 1 -1 -1 + 1293 14 0.14701 0.42204 0.96160 0 -1 -1 + 701 14 0.44494 0.81345 0.62031 1 -1 -1 + 679 13 0.17975 0.13809 0.72014 0 0 1 + 1220 14 0.19853 0.16381 0.54218 0 0 1 + 433 13 0.08836 0.12528 0.87916 0 1 -1 + 301 13 0.12321 0.14454 0.56506 -1 1 0 + 503 14 0.32494 1.00562 0.93629 0 -1 -1 + 1350 14 0.27998 0.72770 0.45949 0 -1 1 + 1740 14 0.47625 0.29719 0.84654 0 1 0 + 447 14 0.30270 0.84760 0.67537 -1 -1 -1 + 445 13 0.27099 0.85715 0.66415 -1 -1 -1 + 1226 14 0.28113 0.87792 0.02228 1 -1 0 + 145 13 0.20814 0.26260 0.06446 1 0 -1 + 353 14 0.01711 0.89565 0.90686 0 -1 1 + 255 14 0.48992 0.33213 0.69119 -1 -1 -1 + 836 14 0.22853 0.65121 0.50252 1 -1 -1 + 663 14 0.09730 0.45518 0.56495 0 2 -1 + 1644 14 0.41649 0.10502 0.00378 0 0 0 + 151 13 0.49437 0.09940 0.79354 0 1 1 + 768 14 0.01616 0.58718 0.68917 1 0 0 + 46 7 0.40280 0.60156 0.63006 0 0 0 + 105 14 0.27460 0.19786 0.30620 0 -1 0 + 1780 13 0.06144 0.43376 0.09837 1 0 0 + 923 14 0.40804 0.20901 0.73791 -1 1 0 + 1668 14 0.48391 0.60905 0.41418 0 1 0 + 1367 14 0.08054 0.88682 0.46130 0 -1 0 + 899 14 0.10425 0.30939 0.64543 1 0 1 + 883 13 0.39590 0.98345 0.03011 0 0 0 + 1916 14 0.35592 0.72722 0.64065 2 0 0 + 1034 14 0.01480 0.80317 0.65660 1 0 0 + 1823 14 0.44124 0.60221 0.93623 1 -1 -1 + 1877 14 0.00191 0.81133 0.17610 1 1 -1 + 1369 13 0.29819 0.77453 0.74108 0 0 0 + 1822 13 0.41554 0.59355 0.91415 1 -1 -1 + 1095 14 0.37465 0.61113 0.05707 -1 0 2 + 776 14 0.13913 0.40348 0.33660 0 1 0 + 247 13 0.24068 0.32491 0.83586 -1 1 -1 + 112 13 0.17257 0.34344 0.66170 0 -1 0 + 43 6 0.38299 0.59583 0.57664 0 0 0 + 1241 14 0.16049 0.87733 0.15519 0 -1 0 + 1400 14 0.20877 0.74146 0.66926 1 0 0 + 1258 13 0.16155 0.16863 0.10672 1 0 0 + 1318 13 0.28225 0.62236 0.02731 1 -1 0 + 52 8 0.30531 0.54509 0.74008 0 0 0 + 468 14 0.47849 0.58177 0.10206 -1 0 0 + 1994 14 0.34640 0.41795 0.15174 1 -1 0 + 1199 14 0.15827 0.03145 0.72161 0 0 -1 + 1216 13 0.06574 0.93155 0.94608 1 -1 -1 + 516 14 0.13692 0.41956 0.78407 1 1 0 + 611 14 0.16849 0.10072 0.78110 -1 1 0 + 123 14 0.29618 0.10808 0.18204 0 1 0 + 168 14 0.25293 0.75833 0.05028 0 0 0 + 465 14 0.48895 0.26284 0.97834 0 0 -1 + 1937 14 0.29757 0.51145 0.62902 1 0 0 + 51 8 0.29892 0.59051 0.72030 0 0 0 + 869 14 0.22010 0.82090 0.75919 0 0 0 + 897 14 0.41506 0.15852 0.11863 0 1 0 + 546 14 0.31250 0.13495 0.85873 1 1 -1 + 1492 13 0.30877 0.28946 0.03028 -1 -1 2 + 132 14 0.32859 0.42140 0.05786 1 -1 0 + 777 14 0.15313 0.38950 0.28495 0 1 0 + 682 13 0.25917 0.75293 0.22754 -1 -1 -1 + 722 14 0.12981 0.77633 0.92313 0 0 1 + 1461 14 0.26587 0.22202 0.56331 0 1 0 + 131 14 0.37496 0.39233 0.04985 1 -1 0 + 191 14 0.14819 0.92869 0.64358 1 0 0 + 1815 14 0.11035 0.90826 0.52298 1 -1 0 + 575 14 0.34311 0.75818 0.94843 0 -2 -1 + 190 13 0.12532 0.90988 0.66218 1 0 0 + 623 14 0.45224 0.73937 0.06476 1 1 0 + 398 14 0.45146 0.22614 0.05040 -1 0 1 + 1152 14 0.03169 0.01262 0.58818 0 1 0 + 502 13 0.31649 0.02403 0.96480 0 0 -1 + 217 13 0.38041 0.52288 0.84268 0 0 0 + 1319 14 0.29944 0.60258 0.00415 1 -1 0 + 898 13 0.06960 0.30692 0.64141 1 0 1 + 1486 13 0.48900 0.27267 0.77593 0 0 -1 + 1566 14 0.28433 0.92287 0.89824 1 -1 0 + 565 13 0.37022 0.84615 0.70105 0 1 0 + 373 13 0.44776 0.75471 0.75516 -1 0 0 + 110 14 0.25073 0.26760 0.44086 0 0 0 + 1294 13 0.17204 0.43465 0.38358 1 2 -1 + 946 13 0.00232 0.50198 0.21967 0 0 1 + 1346 14 0.31272 0.73122 0.58264 0 -2 0 + 1263 14 0.33299 0.90638 0.67944 1 -1 0 + 1093 13 0.39214 0.60266 0.02799 -1 0 2 + 667 13 0.10208 0.61965 0.86398 0 0 -1 + 651 14 0.15616 0.40128 0.56063 1 0 1 + 1218 14 0.07667 0.92181 0.97784 1 -1 -1 + 1993 13 0.37038 0.42048 0.17707 1 -1 0 + 1655 14 0.44259 0.46468 0.09999 1 -1 -1 + 721 13 0.15980 0.79138 0.93298 0 0 1 + 781 13 0.25005 0.39233 0.11182 1 0 0 + 302 14 0.12140 0.15198 0.59918 -1 1 0 + 1944 14 0.09100 0.03327 0.63834 -1 1 0 + 1377 14 0.04098 0.63635 0.15381 1 -1 0 + 1129 13 0.46586 0.71039 0.90326 0 0 0 + 204 14 0.44952 0.18523 0.87506 -1 1 0 + 567 14 0.38261 0.82216 0.67883 0 1 0 + 54 4 0.35064 0.61803 0.57245 0 0 0 + 1393 13 0.14561 0.29908 0.78697 1 -1 0 + 1238 14 0.03797 0.45314 0.95787 0 0 0 + 1756 13 0.27286 0.08802 0.73193 0 1 1 + 886 13 0.02356 0.28125 0.82177 0 0 0 + 660 14 0.12556 0.06721 0.41517 0 0 0 + 1677 14 0.05481 0.20885 0.93573 1 0 -1 + 1771 13 0.48101 0.87911 0.76087 1 1 -2 + 493 13 0.28943 0.47510 0.98680 -1 1 0 + 1488 14 0.47048 0.27921 0.74698 0 0 -1 + 489 14 0.08237 0.58735 0.28419 0 0 0 + 1917 14 0.40055 0.75160 0.66240 2 0 0 + 1738 13 0.48055 0.29871 0.88121 0 1 0 + 1061 14 0.27107 0.90796 0.50106 -1 0 1 + 1060 13 0.28102 0.91780 0.46901 -1 0 1 + 1623 14 0.35039 0.39436 0.64322 1 0 1 + 885 14 0.40263 0.94915 0.03119 0 0 0 + 1824 14 0.38843 0.58583 0.93485 1 -1 -1 + 418 13 0.13478 0.26032 0.25922 -1 2 0 + 1345 13 0.33334 0.70328 0.57846 0 -2 0 + 1256 14 0.16004 0.94332 0.77878 1 -1 0 + 362 14 0.24619 0.83847 0.87054 0 -1 0 + 576 14 0.36110 0.71330 0.92157 0 -2 -1 + 216 14 0.26869 0.91866 0.62370 0 0 0 + 1340 14 0.26339 0.50663 0.85524 -1 -1 -2 + 1581 14 0.09172 0.83474 0.78225 1 -1 -1 + 562 13 0.17835 0.64808 0.80194 1 0 -1 + 1348 13 0.26002 0.75112 0.44289 0 -1 1 + 783 14 0.26353 0.39534 0.07969 1 0 0 + 818 14 0.45654 0.37537 0.01853 0 -1 -1 + 1382 14 0.10361 0.26088 0.90855 0 0 1 + 1262 14 0.34984 0.95604 0.69703 1 -1 0 + 435 14 0.11218 0.11451 0.85594 0 1 -1 + 700 13 0.44854 0.78349 0.63798 1 -1 -1 + 1354 13 0.23475 0.39831 0.90145 1 0 0 + 1850 14 0.30675 0.78286 0.81728 0 -2 -1 + 738 14 0.04500 0.70353 0.40033 0 0 0 + 1315 13 0.30470 0.16649 0.02898 1 0 0 + 426 14 0.27782 0.31013 0.59374 0 1 0 + 868 13 0.23731 0.85130 0.75759 0 0 0 + 214 13 0.26944 0.93782 0.59445 0 0 0 + 1616 14 0.45653 0.54065 0.24788 -1 0 0 + 672 14 0.23030 0.92149 0.94457 0 -1 -1 + 475 13 0.20203 0.70533 0.62051 0 0 0 + 1261 13 0.34188 0.93821 0.66801 1 -1 0 + 1395 14 0.14829 0.29737 0.82179 1 -1 0 + 103 13 0.24008 0.19413 0.31032 0 -1 0 + 60 11 0.26846 0.61335 0.73067 0 0 0 + 424 13 0.27138 0.33905 0.61232 0 1 0 + 1386 14 0.26490 0.26433 0.13966 0 1 0 + 57 11 0.40826 0.51035 0.67679 0 0 0 + 361 13 0.21764 0.82316 0.85737 0 -1 0 + 1413 14 0.30097 0.86782 0.78083 -1 -1 -1 + 852 14 0.18760 0.52828 0.04765 0 1 1 + 1878 14 0.05627 0.80119 0.17546 1 1 -1 + 1366 13 0.05651 0.86864 0.44355 0 -1 0 + 579 14 0.22649 0.59518 0.87946 0 0 -1 + 356 14 0.28753 0.69723 0.81406 0 -1 -1 + 1317 14 0.29649 0.18889 0.00341 1 0 0 + 1975 13 0.01782 0.75398 0.53752 0 0 0 + 940 13 0.06853 0.45673 0.37836 0 1 -1 + 699 14 0.37425 0.91119 0.39698 1 -1 -1 + 924 14 0.36605 0.22572 0.76980 -1 1 0 + 577 13 0.22413 0.56097 0.87258 0 0 -1 + 1355 14 0.23646 0.37365 0.87671 1 0 0 + 223 13 0.21655 0.40046 0.75238 0 -1 -1 + 399 14 0.42961 0.25484 0.09233 -1 0 1 + 357 14 0.26727 0.71504 0.76577 0 -1 -1 + 1018 13 0.45088 0.91028 0.14102 0 -1 0 + 1410 14 0.28456 0.41301 0.98783 1 0 1 + 1948 13 0.14737 0.30184 0.99238 0 0 -1 + 1979 14 0.05330 0.53472 0.48966 2 0 -1 + 703 13 0.38854 0.34602 0.00366 0 -1 0 + 1007 14 0.18785 0.98936 0.65566 0 -2 -1 + 1168 13 0.27994 0.22044 0.69489 0 -1 -1 + 792 14 0.18473 0.88998 0.54426 0 -1 -1 + 1876 13 0.03207 0.82128 0.19074 1 1 -1 + 349 13 0.47916 0.83842 0.22254 0 -2 1 + 1538 14 0.35724 0.25496 0.45931 0 1 0 + 240 14 0.47509 0.17383 0.68895 0 0 0 + 867 14 0.43227 0.85751 0.01402 0 -2 1 + 1062 14 0.26301 0.94715 0.46286 -1 0 1 + 947 14 0.01304 0.53376 0.20976 0 0 1 + 1950 14 0.12494 0.27643 0.98376 0 0 -1 + 58 11 0.32360 0.64338 0.66687 0 0 0 + 1667 14 0.46176 0.57783 0.45411 0 1 0 + 1299 14 0.45844 0.60061 0.76810 1 1 -1 + 895 13 0.40151 0.13908 0.14434 0 1 0 + 1188 14 0.21867 0.48399 0.29495 1 -1 0 + 138 14 0.28233 0.91909 0.16040 0 -1 1 + 48 8 0.37869 0.53341 0.68906 0 0 0 + 1109 14 0.48662 0.57566 1.00586 0 0 0 + 1401 14 0.17721 0.77431 0.70061 1 0 0 + 508 13 0.38150 0.67989 0.76170 -1 0 1 + 520 13 0.33943 0.60077 0.10693 -1 0 1 + 146 14 0.18598 0.28320 0.04691 1 0 -1 + 1124 14 0.25260 0.06193 0.89800 1 2 -1 + 1427 14 0.00104 0.54943 0.95978 1 0 -1 + 1626 14 0.17591 0.54328 0.74056 1 -1 0 + 137 14 0.26429 0.93273 0.10993 0 -1 1 + 1200 14 0.20682 0.05658 0.71326 0 0 -1 + 1660 13 0.14666 0.52687 0.80500 1 -1 -1 + 49 8 0.32946 0.60890 0.68513 0 0 0 + 282 14 0.09355 0.62443 0.93130 0 0 -1 + 1931 14 0.42899 0.42083 0.16644 0 0 0 + 934 13 0.39771 0.50484 0.99485 0 0 0 + 1008 14 0.21407 0.96654 0.61264 0 -2 -1 + 338 14 0.37963 0.87102 0.07792 0 -1 1 + 1412 14 0.35350 0.85686 0.79424 -1 -1 -1 + 1631 14 0.03927 0.09613 0.69535 2 -1 0 + 790 13 0.20853 0.86484 0.54917 0 -1 -1 + 56 4 0.44028 0.58601 0.63107 0 0 0 + 1758 14 0.24684 0.11117 0.73506 0 1 1 + 1219 13 0.23047 0.17023 0.52949 0 0 1 + 1298 14 0.41921 0.57784 0.73645 1 1 -1 + 186 14 0.00251 0.50806 0.29146 0 1 1 + 464 14 0.43663 0.25631 0.96164 0 0 -1 + 1186 13 0.23588 0.46119 0.31512 1 -1 0 + 270 14 0.15695 0.76085 0.05705 0 0 1 + 313 13 0.20471 0.65994 0.89886 -1 1 -1 + 1586 14 0.08792 0.89844 0.33148 1 -1 0 + 603 14 0.07220 0.05582 0.76363 0 -1 -1 + 1376 14 0.01433 0.64143 0.20200 1 -1 0 + 1503 14 0.08423 0.17698 0.66568 1 0 0 + 1381 13 0.10832 0.26869 0.87478 0 0 1 + 1421 14 0.48299 0.89953 0.31769 0 0 0 + 1408 13 0.27808 0.37869 0.98958 1 0 1 + 224 14 0.23427 0.43053 0.75023 0 -1 -1 + 1622 14 0.32570 0.42968 0.60855 1 0 1 + 119 14 0.13155 0.69764 0.80445 1 -2 -1 + 1978 13 0.03265 0.56289 0.49143 2 0 -1 + 130 13 0.35757 0.41052 0.07413 1 -1 0 + 884 14 0.38406 0.98905 0.99769 0 0 -1 + 194 14 0.01207 0.12909 0.48069 0 0 0 + 423 14 0.11608 0.91878 0.89109 -1 -2 0 + 850 13 0.22117 0.53507 0.04063 0 1 1 + 481 13 0.00789 0.09813 0.30436 1 1 1 + 367 13 0.43808 0.59177 0.27512 -1 1 1 + 1433 14 0.46756 0.97780 0.22100 1 -1 0 + 1069 13 0.00742 0.67015 0.76545 1 0 -1 + 397 13 0.45001 0.22732 0.08532 -1 0 1 + 1933 13 0.12809 0.50836 0.05241 1 1 1 + 866 14 0.41916 0.84516 0.96173 0 -2 0 + 1114 13 0.32528 0.02892 0.61958 -1 1 0 + 698 14 0.35253 0.91048 0.44784 1 -1 -1 + 215 14 0.30246 0.94914 0.59224 0 0 0 + 1123 13 0.27748 0.07313 0.87613 1 2 -1 + 1120 13 0.13638 0.61929 0.63596 0 -1 0 + 542 14 0.44336 0.30472 0.46591 0 1 1 + 1221 14 0.24946 0.14247 0.53906 0 0 1 + 1769 14 0.17012 0.17508 0.86202 0 0 0 + 819 14 0.48088 0.40706 0.05678 0 -1 -1 + 684 14 0.22730 0.74345 0.23836 -1 -1 -1 + 449 14 0.44491 0.14510 0.59318 0 0 -1 + 1409 14 0.25962 0.37178 0.96069 1 0 1 + 487 13 0.08730 0.60414 0.31447 0 0 0 + 476 14 0.17465 0.72190 0.60640 0 0 0 + 1687 13 0.36124 0.35902 0.70909 0 0 0 + 264 14 0.11286 0.21065 0.40752 0 1 -1 + 986 14 0.21457 0.43246 0.14166 1 0 1 + 384 14 0.06203 0.38131 0.86904 0 0 0 + 1849 13 0.31881 0.78695 0.84985 0 -2 -1 + 1573 13 0.35833 0.14720 0.67886 1 1 -1 + 1240 13 0.17482 0.88180 0.12361 0 -1 0 + 1341 14 0.31504 0.48691 0.85711 -1 -1 -2 + 837 14 0.28090 0.63370 0.50556 1 -1 -1 + 477 14 0.22863 0.71243 0.59894 0 0 0 + 723 14 0.15515 0.79888 0.96682 0 0 1 + 970 13 0.25430 0.74594 0.91991 -2 1 -1 + 1006 13 0.18314 0.97959 0.62242 0 -2 -1 + 1662 14 0.12722 0.52115 0.83351 1 -1 -1 + 566 14 0.39576 0.85032 0.72458 0 1 0 + 1757 14 0.30154 0.10759 0.72770 0 1 1 + 1292 14 0.17840 0.41496 0.91661 0 -1 -1 + 1352 14 0.35182 0.97833 0.37641 1 -1 0 + 1574 14 0.37142 0.12492 0.70243 1 1 -1 + 1012 13 0.43730 0.04051 0.56141 0 0 0 + 851 14 0.22586 0.56806 0.05125 0 1 1 + 1225 13 0.25620 0.89255 0.00259 1 -1 0 + 1316 14 0.31461 0.18685 0.05563 1 0 0 + 202 13 0.46900 0.18475 0.84602 -1 1 0 + 830 14 0.37925 0.72101 0.01052 0 -1 1 + 1995 14 0.35613 0.44219 0.20050 1 -1 0 + 1291 13 0.14511 0.41773 0.92694 0 -1 -1 + 839 14 0.41419 0.12372 0.51997 -1 0 1 + 658 13 0.12218 0.09598 0.43476 0 0 0 + 1023 14 0.06707 0.53530 0.58823 0 -1 0 + 446 14 0.25152 0.85866 0.69317 -1 -1 -1 + 1035 14 0.05031 0.77455 0.62531 1 0 0 + 166 13 0.26489 0.76573 0.01826 0 0 0 + 1637 14 0.25143 0.83864 0.32372 1 -1 -1 + 870 14 0.21431 0.87501 0.76906 0 0 0 + 705 14 0.37934 0.35819 0.97219 0 -1 -1 + 448 13 0.46021 0.15307 0.62359 0 0 -1 + 1675 13 0.07003 0.23133 0.95777 1 0 -1 + 1615 13 0.46673 0.51299 0.22908 -1 0 0 + 1942 13 0.08804 0.00183 0.62332 -1 1 0 + 1460 14 0.32111 0.22490 0.56315 0 1 0 + 1122 14 0.14398 0.59754 0.66227 0 -1 0 + 1289 14 0.07970 0.73082 0.56495 1 0 0 + 1021 13 0.05809 0.56445 0.60533 0 -1 0 + 736 13 0.02353 0.67703 0.39256 0 0 0 + 402 14 0.14223 0.31177 0.47558 1 1 1 + 1232 14 0.41222 0.25840 0.64196 0 0 0 + 610 13 0.16711 0.09383 0.81536 -1 1 0 + 1579 13 0.09394 0.82945 0.81675 1 -1 -1 + 1496 14 -0.00012 0.02302 0.98914 1 1 0 + 1954 13 0.04197 0.79668 0.03473 2 0 1 + 1743 14 0.47101 0.68885 0.75283 0 0 0 + 1682 14 0.08085 0.81650 0.69699 0 -1 -1 + 2003 14 0.21095 0.95852 0.37445 2 1 1 + 504 14 0.28168 0.02705 0.96329 0 0 -1 + 1683 14 0.11993 0.85266 0.71195 0 -1 -1 + 383 14 0.02454 0.34279 0.85600 0 0 0 + 386 14 0.50259 0.31810 0.12337 0 1 0 + 702 14 0.47682 0.76841 0.62398 1 -1 -1 + 621 14 0.36265 0.81436 0.89264 -1 -1 -1 + 694 13 0.03458 0.38348 0.43659 0 0 0 + 1636 13 0.28307 0.82462 0.31867 1 -1 -1 + 363 14 0.19281 0.82881 0.88134 0 -1 0 + 1594 13 0.10671 0.40224 0.19392 0 0 1 + 494 14 0.26572 0.49966 0.99438 -1 1 0 + 47 8 0.37054 0.57951 0.66850 0 0 0 + 1494 14 0.30015 0.31890 0.01350 -1 -1 2 + 1768 13 0.17847 0.20900 0.86045 0 0 0 + 1296 14 0.18739 0.45254 0.40941 1 2 -1 + 1681 13 0.10855 0.82016 0.71803 0 -1 -1 + 1935 14 0.10986 0.47963 0.06047 1 1 1 + 1198 13 0.19170 0.02505 0.71361 0 0 -1 + 657 14 0.05522 0.28867 0.17914 0 0 0 + 733 13 0.10354 0.61969 0.72840 -1 0 0 + 601 13 0.09210 0.03965 0.73985 0 -1 -1 + 545 14 0.36296 0.12709 0.83750 1 1 -1 + 791 14 0.21666 0.86696 0.58311 0 -1 -1 + 1121 14 0.16595 0.63715 0.63052 0 -1 0 + 427 13 0.24848 0.10719 0.09513 -1 0 0 + 544 13 0.33833 0.15151 0.84194 1 1 -1 + 474 14 0.42060 0.43808 0.59341 0 1 0 + 683 14 0.25748 0.78775 0.22474 -1 -1 -1 + 668 14 0.08532 0.60457 0.83725 0 0 -1 + 1144 13 0.09987 0.48247 0.26358 0 1 -1 + 612 14 0.19691 0.07681 0.82208 -1 1 0 + 704 14 0.36774 0.31838 0.00879 0 -1 0 + 574 13 0.35910 0.72749 0.95347 0 -2 -1 + 942 14 0.05897 0.42950 0.39812 0 1 -1 + 1094 14 0.38990 0.56780 0.02625 -1 0 2 + 268 13 0.15367 0.72739 0.06668 0 0 1 + 1716 14 0.04704 0.52145 0.73599 0 0 0 + 935 14 0.40557 0.48782 0.96532 0 0 0 + 1689 14 0.37910 0.32976 0.70221 0 0 0 + 588 14 0.37947 0.18071 0.93539 0 0 0 + 254 14 0.48218 0.29186 0.65408 -1 -1 -1 + 421 13 0.14426 0.90781 0.87354 -1 -2 0 + 737 14 0.04017 0.64857 0.40423 0 0 0 + 425 14 0.30218 0.35554 0.61384 0 1 0 + 1257 14 0.18334 0.92330 0.82477 1 -1 0 + 1212 14 0.24353 0.02520 0.76573 0 -1 0 + 314 14 0.19366 0.66149 0.86571 -1 1 -1 + 315 14 0.22775 0.68610 0.90165 -1 1 -1 + 1166 14 0.07056 0.35161 0.32390 0 0 1 + 248 14 0.22502 0.30024 0.81664 -1 1 -1 + 1339 13 0.28156 0.47700 0.85914 -1 -1 -2 + 428 14 0.26945 0.12465 0.07325 -1 0 0 + 1394 14 0.11260 0.28968 0.78025 1 -1 0 + 1227 14 0.23907 0.91378 0.02448 1 -1 0 + 420 14 0.15645 0.27729 0.28078 -1 2 0 + 782 14 0.26267 0.36200 0.12382 1 0 0 + 59 11 0.35139 0.48213 0.74089 0 0 0 + 382 13 0.02843 0.37276 0.87360 0 0 0 + 1132 13 0.01838 0.98105 0.47022 0 1 -1 + 1368 14 0.05955 0.87993 0.41059 0 -1 0 + 253 13 0.46924 0.30491 0.68383 -1 -1 -1 + 1231 13 0.37792 0.26446 0.63882 0 0 0 + 936 14 0.41720 0.48929 0.01937 0 0 1 + 55 4 0.40695 0.64100 0.63869 0 0 0 + 1356 14 0.25537 0.42398 0.88968 1 0 0 + 1998 14 0.07817 0.72523 0.23039 0 -1 0 + 586 13 0.39063 0.20592 0.91387 0 0 0 + 262 13 0.09905 0.18805 0.38468 0 1 -1 + 680 14 0.19051 0.16922 0.70837 0 0 1 + 1943 14 0.12097 0.99227 0.61644 -1 0 0 + 1233 14 0.36417 0.25273 0.66876 0 0 0 + 1688 14 0.34373 0.35189 0.73851 0 0 0 + 1996 13 0.05087 0.70546 0.23971 0 -1 0 + 1329 14 0.10235 0.68854 0.09310 0 -1 0 + 1237 13 0.02737 0.48515 0.96716 0 0 0 + 1167 14 0.04690 0.34637 0.37362 0 0 1 + 919 13 0.17745 0.64614 0.46069 0 0 -1 + 1866 14 0.08182 0.16051 0.22019 1 0 0 + 1997 14 0.02862 0.72781 0.25483 0 -1 0 + 1085 14 0.46894 0.01172 0.71760 -1 2 -1 + 1782 14 0.08686 0.43458 0.12237 1 0 0 + 1013 14 0.45337 0.02769 0.53312 0 0 0 + 1338 14 0.09905 0.22641 0.52349 2 1 0 + 1563 14 0.41839 0.96773 0.46252 1 -2 1 + 509 14 0.39155 0.71333 0.75980 -1 0 1 + 678 14 0.02160 0.37013 0.72975 0 1 0 + 1645 13 0.05385 0.05890 0.15862 0 1 0 + 1079 14 0.37493 0.69044 0.83466 0 -1 -1 + 394 13 0.07264 0.75358 0.94214 0 0 0 + 1785 14 0.01385 0.48269 0.08539 0 -1 0 + 195 14 0.06641 0.12128 0.47398 0 0 0 + 543 14 0.42927 0.35458 0.48528 0 1 1 + 1357 13 0.49759 0.48169 0.50781 1 -1 0 + 472 13 0.43641 0.46926 0.59414 0 1 0 + 1467 14 0.44711 0.76694 0.13251 1 0 1 + 526 13 0.01892 0.78517 0.86810 0 0 -1 + 1911 14 0.48504 0.10791 0.32772 0 0 0 + 1391 14 0.47675 0.69718 0.18126 0 0 1 + 541 13 0.44428 0.33876 0.45794 0 1 1 + 1893 14 0.45037 0.83613 0.27863 -1 1 0 + 108 14 0.06201 0.60434 0.07955 0 -1 1 + 364 13 0.00805 0.22758 0.04941 0 1 0 + 1955 14 0.03669 0.76337 0.04399 2 0 1 + 1892 14 0.44050 0.79862 0.31807 -1 1 0 + 602 14 0.09141 0.00598 0.74929 0 -1 -1 + 1714 13 0.06048 0.52658 0.70411 0 0 0 + 1642 13 0.44475 0.09768 0.02303 0 0 0 + 1930 13 0.46378 0.42290 0.16356 0 0 0 + 1540 13 0.49578 0.00215 0.16482 0 0 0 + 157 13 0.49216 0.97654 0.76712 -1 -2 0 + 1086 14 0.43067 0.05118 0.71151 -1 2 -1 + 1108 13 0.49456 0.56908 0.97244 0 0 0 + 828 14 0.00366 0.19804 0.75054 0 0 -1 + 23 11 0.49168 0.27370 0.39013 0 0 0 + 450 14 0.48392 0.12781 0.62836 0 0 -1 + 1084 13 0.45519 0.03349 0.69394 -1 2 -1 + 990 14 0.05443 0.95864 0.08706 0 -2 -1 + 342 14 -0.00473 0.85651 0.33426 -1 -1 0 + 75 4 0.49463 0.78953 0.45893 0 0 0 + 1707 14 0.49677 0.18175 0.98494 1 1 0 + 1617 14 0.49944 0.50672 0.23975 -1 0 0 + 1598 14 0.01290 0.06808 0.38876 1 0 1 + 152 14 0.49423 0.11045 0.76036 0 1 1 + 1557 14 0.48585 0.85224 0.92070 -1 -1 -1 + 1772 14 0.49087 0.85374 0.78282 1 1 -2 + 1733 14 0.66055 0.80445 0.51843 1 0 0 + 376 13 0.84201 0.68406 0.96561 -1 0 0 + 891 14 0.92050 0.49546 0.34631 0 0 0 + 902 14 0.64052 0.67494 0.66309 0 -1 0 + 1518 14 0.80231 0.88141 0.83823 0 0 0 + 760 13 0.83819 0.18611 0.16034 -1 1 1 + 1417 13 0.72087 0.64002 0.44998 -1 0 0 + 1976 14 0.99714 0.74337 0.56364 -1 0 0 + 534 14 0.94501 0.35726 0.31998 0 2 1 + 762 14 0.84975 0.15962 0.18004 -1 1 1 + 822 14 0.67484 0.15474 0.98349 -1 -1 -1 + 291 14 0.95199 0.44231 0.89079 -1 0 -1 + 844 13 0.94666 0.00297 0.14049 -1 0 0 + 1673 14 0.91104 0.58938 0.58945 0 1 1 + 961 13 0.65019 0.75998 0.28776 0 0 -1 + 115 13 0.64888 0.63714 0.13780 1 0 -1 + 452 14 0.57761 0.65556 0.29748 -1 0 0 + 825 14 0.93254 0.04909 0.02945 0 0 1 + 1205 14 0.72057 0.22762 0.57386 0 -1 0 + 201 14 0.54826 0.23247 0.14917 -1 1 0 + 228 14 0.82358 0.31747 0.20453 -2 1 0 + 731 14 0.64903 0.22830 0.38958 0 2 0 + 334 13 0.71875 0.03356 0.93425 0 0 -1 + 1774 13 0.89730 0.82204 0.21205 0 -2 0 + 1027 13 0.70584 0.86523 0.98723 1 0 0 + 778 13 0.98775 0.73619 0.31628 -1 0 0 + 1686 14 0.65529 0.38788 0.53986 0 0 -1 + 1077 14 0.65853 0.77145 0.05111 1 0 0 + 1544 14 0.99142 0.70824 0.01562 0 0 1 + 1313 14 0.68249 0.48953 0.31871 1 1 -1 + 1491 14 0.89009 0.95492 0.96428 -1 0 0 + 1140 14 0.61095 0.03646 0.34969 0 1 0 + 1844 14 0.93698 0.03207 0.73239 0 -1 0 + 1708 13 0.82520 0.04050 0.18875 0 1 2 + 1797 14 0.54204 0.34066 0.05803 -1 0 1 + 813 14 0.75335 0.20565 0.50511 0 -1 -1 + 712 13 0.95796 0.70456 0.47539 -1 0 -1 + 1405 13 0.71068 0.05188 0.47713 0 0 0 + 1602 14 0.88592 0.55173 0.87014 0 0 -2 + 1712 14 0.59113 0.40584 0.61258 1 0 1 + 1706 14 0.53794 0.16044 0.95477 1 1 0 + 1794 14 0.67561 0.84284 0.79794 0 -1 0 + 486 14 0.87383 0.21434 0.07114 -1 1 1 + 377 14 0.86212 0.65820 0.97786 -1 0 0 + 560 14 0.82804 0.07289 0.12273 -1 0 0 + 500 14 0.74182 0.84380 0.23294 -1 1 0 + 380 14 0.65038 0.29183 0.11133 -1 1 2 + 443 14 0.89387 0.28087 0.32157 -1 0 0 + 1554 14 0.63644 0.57689 0.97968 -1 0 -3 + 1159 13 0.51626 0.77636 0.98942 0 0 1 + 1330 13 0.57561 0.55289 0.63334 1 0 -2 + 1805 14 0.75593 0.26193 0.81987 0 0 -1 + 1990 13 0.68033 0.99042 0.19703 1 -1 1 + 720 14 0.56643 0.37516 0.84983 0 0 -1 + 156 14 0.95564 0.73816 0.64810 -1 0 1 + 688 13 0.87907 0.26363 0.67492 0 1 0 + 1206 14 0.73975 0.25140 0.61997 0 -1 0 + 1302 14 0.56076 0.27974 0.62380 0 0 1 + 1555 13 0.51337 0.84960 0.89928 -1 -1 -1 + 743 14 0.85700 0.06259 0.03877 0 1 0 + 1747 13 0.83297 0.32810 0.60944 1 1 -1 + 18 9 0.59137 0.18827 0.29510 0 0 0 + 1440 14 0.73420 0.25058 0.18388 -1 0 0 + 290 14 0.97970 0.41364 0.85246 -1 0 -1 + 1196 14 0.81126 0.97578 0.27025 -2 -2 0 + 928 13 0.58877 0.02558 0.21801 -1 1 1 + 1155 14 0.58697 0.29839 0.12496 0 1 1 + 278 14 0.93544 0.50094 0.22731 -1 0 0 + 1455 14 0.78819 0.40991 0.99393 0 0 0 + 1532 14 0.88922 0.66097 0.09896 -1 1 1 + 242 14 0.72565 0.13838 0.12769 -1 1 1 + 1634 14 0.57000 0.45927 0.23950 1 0 1 + 1471 13 0.85173 0.17847 0.58856 -1 0 0 + 239 14 0.50449 0.19666 0.72986 0 0 0 + 581 14 0.60573 0.43150 0.15500 -1 0 0 + 874 13 0.71689 0.39663 0.07987 -1 1 0 + 842 14 0.83322 0.66249 0.43281 0 0 0 + 317 14 0.95432 0.31236 0.97502 0 1 0 + 431 14 0.75078 0.14197 0.25742 0 0 1 + 1820 14 0.55717 0.83046 0.62021 0 -1 0 + 1469 14 0.97161 0.21942 0.63311 0 1 0 + 629 14 0.79393 0.24282 0.95884 0 -1 -1 + 732 14 0.63509 0.19992 0.34420 0 2 0 + 554 14 0.94115 0.99464 0.58055 -1 -1 0 + 460 13 0.72055 0.62482 0.35529 -1 0 2 + 189 14 0.58922 0.98251 0.93362 -1 -1 0 + 1793 14 0.69780 0.79401 0.78441 0 -1 0 + 1005 14 0.76350 0.67413 0.20972 0 0 1 + 347 14 0.85389 0.86350 0.30921 0 0 2 + 1174 13 0.73702 0.53292 0.30870 2 -2 1 + 1468 13 0.98550 0.23622 0.66045 0 1 0 + 1739 14 0.50383 0.32436 0.88604 0 1 0 + 864 14 0.70289 0.04332 0.38424 -1 0 0 + 751 13 0.91853 0.56954 0.10855 -1 0 0 + 1833 14 0.89830 0.29353 0.20221 0 1 1 + 903 14 0.67602 0.63383 0.67352 0 -1 0 + 1485 14 0.82489 0.55984 0.17067 0 0 0 + 1719 14 0.59892 0.91271 0.04726 1 -1 -1 + 1946 14 0.96282 0.72914 0.73213 1 1 0 + 1592 14 0.61256 0.72558 0.00471 -1 0 1 + 1800 14 0.68435 0.19186 0.18950 -1 0 -1 + 1674 14 0.89182 0.61466 0.63474 0 1 1 + 1612 13 0.75769 0.02448 0.27395 0 0 0 + 187 13 0.58475 0.95426 0.91351 -1 -1 0 + 714 14 0.97976 0.69506 0.44974 -1 0 -1 + 832 13 0.58616 0.14066 0.58157 0 0 1 + 1559 14 0.74464 0.41151 0.73353 0 -1 -1 + 1284 14 0.90437 0.13092 0.30209 0 1 -1 + 518 14 0.50638 0.95184 0.53053 -1 -1 -1 + 1945 13 0.96949 0.75363 0.70808 1 1 0 + 843 14 0.84742 0.65732 0.48601 0 0 0 + 730 13 0.65685 0.19936 0.37157 0 2 0 + 1570 13 0.66687 0.30336 0.74726 1 -1 0 + 97 13 0.97365 0.21675 0.92574 -2 0 -1 + 1444 13 0.56733 0.86536 0.56058 1 0 -1 + 1641 14 0.71980 0.82607 0.10611 0 -1 1 + 525 14 0.57089 0.17448 0.07710 0 1 0 + 1520 14 0.77869 0.34603 0.35339 -1 1 0 + 292 13 0.75698 0.15241 0.32398 -1 0 1 + 1076 14 0.70689 0.74523 0.05690 1 0 0 + 548 14 0.64200 0.31022 0.02154 0 0 -1 + 499 13 0.74646 0.82456 0.20411 -1 1 0 + 537 14 0.78205 0.73499 0.77201 -1 0 0 + 1045 13 0.97704 0.36653 0.09680 -1 0 -1 + 1478 14 0.93986 0.77588 0.11096 -1 -1 1 + 1685 14 0.67551 0.38662 0.48840 0 0 -1 + 1512 14 0.87046 0.10304 0.25425 1 1 1 + 1215 14 0.72213 0.87528 0.30045 -1 -1 1 + 117 14 0.67136 0.61196 0.14691 1 0 -1 + 163 13 0.98841 0.26938 0.14026 -2 0 2 + 1696 13 0.87362 0.23044 0.27794 0 0 0 + 1560 14 0.73583 0.46484 0.74525 0 -1 -1 + 430 13 0.75042 0.11765 0.23228 0 0 1 + 1209 14 0.69311 0.34089 0.33946 0 0 0 + 325 13 0.98148 0.53265 0.41071 -1 0 1 + 1516 13 0.79943 0.91115 0.85640 0 0 0 + 381 14 0.69524 0.26677 0.09087 -1 1 2 + 841 13 0.82379 0.64666 0.46253 0 0 0 + 962 14 0.68032 0.77742 0.29101 0 0 -1 + 771 14 0.62304 0.32742 0.31242 0 0 0 + 1875 14 0.52871 0.81755 0.12095 1 0 1 + 1051 13 0.63389 0.60162 0.52349 -1 1 1 + 1138 13 0.58722 0.05557 0.36687 0 1 0 + 116 14 0.66592 0.66694 0.14446 1 0 -1 + 1406 14 0.72481 0.06846 0.50448 0 0 0 + 794 14 0.79970 0.86292 0.18140 0 -1 0 + 689 14 0.88196 0.23587 0.69600 0 1 0 + 127 13 0.73039 0.52916 0.01617 1 0 1 + 1618 13 0.64943 0.99671 0.09883 0 0 0 + 1750 13 0.74890 0.99560 0.83611 0 0 0 + 1311 14 0.58304 0.63003 0.14844 0 0 0 + 1244 14 0.86326 0.35857 0.01719 0 1 -1 + 761 14 0.85782 0.21340 0.16997 -1 1 1 + 294 14 0.72793 0.14281 0.34091 -1 0 1 + 511 13 0.88382 0.77135 0.49104 0 0 1 + 260 14 0.93662 0.45866 0.97264 -1 3 -1 + 1867 13 0.55457 0.62633 0.42754 1 0 1 + 485 14 0.86690 0.26854 0.06257 -1 1 1 + 1057 13 0.90376 0.94591 0.48036 0 0 -1 + 1692 14 0.59681 0.43772 0.33989 0 0 1 + 484 13 0.84940 0.23830 0.06395 -1 1 1 + 1709 14 0.85198 0.03855 0.21116 0 1 2 + 1484 14 0.84920 0.57681 0.12397 0 0 0 + 1436 14 0.74649 0.91379 0.97602 0 -1 0 + 471 14 0.64269 0.51060 0.58650 0 -1 0 + 1620 14 0.67626 0.00625 0.07853 0 1 0 + 1204 13 0.72853 0.22082 0.60723 0 -1 0 + 1483 13 0.82204 0.58341 0.14499 0 0 0 + 1404 14 0.90161 0.77589 0.85663 0 -1 1 + 98 14 0.96876 0.18321 0.93435 -2 0 -1 + 139 13 0.50821 0.00222 0.99554 0 -1 -1 + 833 14 0.60697 0.15164 0.60744 0 0 1 + 652 13 0.96778 0.87651 0.25708 -1 0 0 + 1896 14 0.76349 0.57577 0.11515 1 0 1 + 453 14 0.61435 0.65141 0.33862 -1 0 0 + 1983 14 0.55424 0.16076 0.18299 0 0 0 + 1606 13 0.58448 0.78496 0.42999 1 0 -1 + 1047 14 0.95528 0.39296 0.08962 -1 0 -1 + 539 14 0.84235 0.75401 0.61007 -2 0 0 + 1207 13 0.67376 0.31230 0.34505 0 0 0 + 709 13 0.80219 0.51771 0.22196 -2 0 0 + 926 14 0.69790 0.71567 0.27060 0 -1 0 + 793 13 0.82675 0.88019 0.16750 0 -1 0 + 1986 14 0.53186 0.52785 0.73332 1 1 0 + 336 14 0.69481 0.05246 0.95135 0 0 -1 + 1734 14 0.66120 0.85126 0.48897 1 0 0 + 890 14 0.88502 0.53788 0.34699 0 0 0 + 1724 14 0.79535 0.39683 0.42952 -1 0 -1 + 1883 14 0.58493 0.27803 0.98121 1 -1 -1 + 64 1 0.50880 0.70819 0.54523 0 0 0 + 634 13 0.98024 0.84689 0.74528 -1 0 0 + 636 14 0.96511 0.86404 0.77174 -1 0 0 + 415 13 0.59338 0.04621 0.96066 -1 0 -1 + 715 13 0.71018 0.87719 0.45499 0 0 0 + 927 14 0.72415 0.66862 0.28308 0 -1 0 + 1075 13 0.69243 0.77706 0.05766 1 0 0 + 1279 13 0.50456 0.24546 0.60728 -1 0 1 + 318 14 0.93239 0.30593 0.02539 0 1 1 + 1287 14 0.67975 0.14178 0.41107 0 0 1 + 285 14 0.91778 0.16337 0.44540 -1 1 0 + 126 14 0.54351 0.64743 0.85035 -1 -1 0 + 863 14 0.73761 0.00029 0.38290 -1 0 0 + 165 14 0.97525 0.30017 0.13018 -2 0 2 + 416 14 0.61615 0.05598 0.98533 -1 0 -1 + 1755 14 0.78553 0.41320 0.33225 0 1 -1 + 1002 14 0.73197 0.64214 0.07154 -1 1 1 + 133 13 0.98297 0.92271 0.68112 -1 0 -1 + 1549 13 0.86356 0.42996 0.16935 0 1 0 + 519 14 0.52471 0.97659 0.57647 -1 -1 -1 + 1335 14 0.86856 0.74895 0.94569 0 -1 -1 + 1614 14 0.74333 0.03580 0.30376 0 0 0 + 1059 14 0.89806 0.96413 0.50966 0 0 -1 + 1037 14 0.51660 0.58796 0.54441 0 -1 1 + 370 13 0.80071 0.99275 0.41281 -1 -2 0 + 512 14 0.90866 0.75049 0.47799 0 0 1 + 1322 14 0.51890 0.81042 0.84625 1 0 0 + 275 14 0.72056 0.56887 0.91084 -1 0 0 + 274 13 0.75338 0.55711 0.91357 -1 0 0 + 1889 14 0.93273 0.64378 0.86413 0 0 -1 + 259 13 0.92011 0.44033 0.94785 -1 3 -1 + 1894 13 0.73331 0.58089 0.09826 1 0 1 + 1058 14 0.93824 0.94837 0.47506 0 0 -1 + 358 13 0.57369 0.00790 0.60868 -1 -1 -1 + 458 14 0.78035 0.48987 0.10157 0 0 1 + 944 14 0.92612 0.99914 0.37563 -1 0 0 + 467 14 0.53325 0.57669 0.09613 -1 0 0 + 1285 13 0.66787 0.10901 0.41393 0 0 1 + 1038 14 0.55513 0.56221 0.57460 0 -1 1 + 1890 14 0.94434 0.60221 0.89872 0 0 -1 + 795 14 0.85279 0.87559 0.19038 0 -1 0 + 457 13 0.79852 0.46007 0.09941 0 0 1 + 1886 14 0.50714 0.09462 0.26110 0 1 0 + 417 14 0.59631 0.07067 0.93584 -1 0 -1 + 84 4 0.59186 0.75950 0.55953 0 0 0 + 1869 14 0.57506 0.59819 0.43091 1 0 1 + 1443 14 0.66912 0.48001 0.68721 0 0 -1 + 742 13 0.87234 0.05913 0.00753 0 1 0 + 719 14 0.55643 0.38686 0.90296 0 0 -1 + 1545 14 0.96840 0.68909 0.06212 0 0 1 + 149 14 0.55296 0.08958 0.67071 -1 0 0 + 999 14 0.89236 0.34076 0.90768 0 0 -1 + 432 14 0.73553 0.13355 0.20493 0 0 1 + 1671 14 0.65625 0.98210 0.33099 0 -1 2 + 174 14 0.93096 0.59137 0.98934 -1 0 -1 + 553 13 0.90858 0.98955 0.56888 -1 -1 0 + 208 13 0.66981 0.98638 0.77718 -1 -1 0 + 862 13 0.71184 0.01560 0.36489 -1 0 0 + 1713 14 0.57383 0.38135 0.56611 1 0 1 + 320 14 0.99164 0.98910 0.25520 -1 0 1 + 811 13 0.77813 0.18198 0.51209 0 -1 -1 + 359 14 0.60218 0.00359 0.62850 -1 -1 -1 + 1848 14 0.95700 0.87059 0.03744 0 0 2 + 1445 14 0.59125 0.85347 0.53801 1 0 -1 + 925 13 0.71820 0.69081 0.25672 0 -1 0 + 15 8 0.53798 0.23043 0.34599 0 0 0 + 1407 14 0.69535 0.07718 0.45849 0 0 0 + 1447 13 0.58447 0.24790 0.73597 1 0 0 + 664 13 0.88634 0.35634 0.23572 -1 -1 1 + 241 13 0.73556 0.12975 0.09528 -1 1 1 + 625 13 0.70544 0.43381 0.98054 0 0 0 + 1853 14 0.68466 0.72087 0.20566 1 -1 0 + 950 14 0.61393 0.78479 0.73372 1 0 -1 + 585 14 0.58735 0.03462 0.10901 1 0 1 + 335 14 0.74828 0.05206 0.93721 0 0 -1 + 462 14 0.72657 0.59054 0.35192 -1 0 2 + 626 14 0.69592 0.42785 0.01366 0 0 1 + 209 14 0.65083 0.96242 0.79417 -1 -1 0 + 690 14 0.86787 0.28936 0.69578 0 1 0 + 1947 14 0.97101 0.78351 0.72619 1 1 0 + 513 14 0.87620 0.75747 0.52222 0 0 1 + 1884 14 0.54926 0.30069 0.94552 1 -1 -1 + 1558 13 0.73508 0.43291 0.75949 0 -1 -1 + 1841 14 0.75225 0.63445 0.89560 0 0 0 + 1571 14 0.68292 0.31573 0.77576 1 -1 0 + 1106 14 0.63754 0.67276 0.08165 0 0 -1 + 561 14 0.79323 0.10257 0.09163 -1 0 0 + 1105 13 0.61854 0.67097 0.05234 0 0 -1 + 552 14 0.88044 0.40684 0.54896 0 1 1 + 1362 14 0.83838 0.74738 0.39887 -1 -1 -1 + 1243 13 0.87862 0.33898 0.04175 0 1 -1 + 1517 14 0.82884 0.91280 0.87524 0 0 0 + 1831 13 0.89815 0.26280 0.18552 0 1 1 + 1510 13 0.85483 0.13336 0.24654 1 1 1 + 1698 14 0.86330 0.19751 0.27230 0 0 0 + 968 14 0.87288 0.61484 0.34034 -1 1 -1 + 1179 14 0.67079 0.55723 0.26810 0 -1 -1 + 1278 14 0.71000 0.76308 0.44340 -1 0 0 + 1245 14 0.89359 0.36210 0.06331 0 1 -1 + 1334 14 0.92362 0.74975 0.95091 0 -1 -1 + 1514 14 0.57001 0.54834 0.15337 -1 1 0 + 1441 13 0.64156 0.46206 0.67532 0 0 -1 + 876 14 0.70547 0.36364 0.08197 -1 1 0 + 1619 14 0.66058 0.00262 0.13145 0 1 0 + 1872 14 0.61139 0.83128 0.95994 0 0 0 + 1213 13 0.72687 0.89918 0.27536 -1 -1 1 + 583 13 0.56267 0.05882 0.11426 1 0 1 + 931 13 0.69847 0.83345 0.88061 -1 -1 -1 + 807 14 0.57222 0.83128 0.32410 1 -1 0 + 559 13 0.81662 0.07663 0.08989 -1 0 0 + 550 13 0.87482 0.41298 0.51499 0 1 1 + 1028 14 0.70742 0.83198 -0.00206 1 0 1 + 1283 14 0.93828 0.10274 0.33549 0 1 -1 + 1419 14 0.75573 0.63974 0.45281 -1 0 0 + 1307 14 0.89342 0.55026 0.50399 -1 -2 0 + 1882 13 0.55075 0.28121 0.97453 1 -1 -1 + 639 14 0.81106 0.84220 0.05208 -1 0 0 + 360 14 0.56382 0.04093 0.61460 -1 -1 -1 + 1589 14 0.63526 0.60053 0.87179 0 -1 -1 + 437 14 0.62694 0.26321 0.86373 0 1 -1 + 1640 14 0.68154 0.86493 0.09689 0 -1 1 + 162 14 0.83668 0.93952 0.58167 -2 -1 0 + 945 14 0.90300 0.97090 0.41718 -1 0 0 + 711 14 0.83464 0.50807 0.23074 -2 0 0 + 1333 13 0.89672 0.76848 0.93871 0 -1 -1 + 845 14 0.95497 0.99543 0.17361 -1 -1 0 + 279 14 0.89773 0.49791 0.26766 -1 0 0 + 873 14 0.98409 0.62454 0.54743 -1 -1 0 + 1700 14 0.55214 0.58585 0.31688 1 1 0 + 1749 14 0.85260 0.30051 0.61818 1 1 -1 + 1154 14 0.62313 0.30934 0.16535 0 1 1 + 1359 14 0.51336 0.50976 0.52146 1 -1 0 + 1360 13 0.85992 0.71989 0.40063 -1 -1 -1 + 638 14 0.79186 0.84275 0.10395 -1 0 0 + 1435 13 0.76799 0.94137 0.97514 0 -1 0 + 1802 14 0.76035 0.31897 0.93594 0 0 -1 + 345 14 0.78534 0.22248 0.13588 -2 -1 1 + 848 14 0.85366 0.93092 0.04099 -1 -1 0 + 297 14 0.52344 0.65944 0.68942 -1 0 0 + 442 13 0.92136 0.29051 0.34091 -1 0 0 + 154 13 0.95910 0.72609 0.61547 -1 0 1 + 346 13 0.87077 0.83954 0.32829 0 0 2 + 958 13 0.75336 0.25256 0.29976 0 1 1 + 752 14 0.93960 0.55046 0.08818 -1 0 0 + 1111 13 0.94665 0.90462 0.81666 -1 -1 -1 + 969 14 0.90126 0.64055 0.38025 -1 1 -1 + 1613 14 0.75513 0.05168 0.25211 0 0 0 + 523 13 0.57861 0.14534 0.05938 0 1 0 + 1591 13 0.61101 0.75824 0.99230 -1 0 0 + 251 14 0.82270 0.59942 0.79082 0 0 -1 + 1153 13 0.60208 0.28423 0.15314 0 1 1 + 231 14 0.68591 0.49168 0.47187 -1 0 0 + 1920 14 0.92071 0.28926 0.87310 0 1 -1 + 1208 14 0.69710 0.28669 0.34975 0 0 0 + 1732 13 0.63947 0.82815 0.50369 1 0 0 + 1402 13 0.91091 0.78732 0.82492 0 -1 1 + 379 13 0.67944 0.29790 0.09285 -1 1 2 + 1446 14 0.54888 0.88877 0.54228 1 0 -1 + 1887 14 0.54232 0.05240 0.26729 0 1 0 + 1778 14 0.76266 0.79492 0.31948 -1 -1 0 + 412 13 0.96491 0.09894 0.15896 0 1 -1 + 965 14 0.94980 0.14748 0.11615 0 0 0 + 1972 13 0.73975 0.44252 0.60737 -1 0 0 + 1543 13 0.99562 0.70761 0.05033 0 0 1 + 1531 13 0.90194 0.69275 0.09178 -1 1 1 + 847 13 0.85130 0.91232 0.01147 -1 -1 0 + 1748 14 0.84802 0.35511 0.62579 1 1 -1 + 27 10 0.58264 0.16837 0.26757 0 0 0 + 1600 13 0.88065 0.52003 0.85635 0 0 -2 + 1003 13 0.78966 0.67296 0.18654 0 0 1 + 1672 13 0.92134 0.60324 0.61986 0 1 1 + 1107 14 0.61694 0.63681 0.04500 0 0 -1 + 213 14 0.60798 0.72906 0.39200 -1 0 -2 + 1991 14 0.70726 0.99664 0.21846 1 -1 1 + 1798 13 0.68126 0.16272 0.17041 -1 0 -1 + 909 14 0.88830 0.42301 0.11359 -1 1 -1 + 211 13 0.62292 0.70007 0.37937 -1 0 -2 + 1321 13 0.51382 0.79877 0.81367 1 0 0 + 1162 13 0.65107 0.13437 0.80737 1 0 -1 + 1197 14 0.83027 0.96257 0.32048 -2 -2 0 + 806 14 0.53146 0.82090 0.28817 1 -1 0 + 319 13 0.95994 0.97544 0.26084 -1 0 1 + 716 14 0.74107 0.89165 0.44727 0 0 0 + 1819 13 0.55230 0.81860 0.65274 0 -1 0 + 451 13 0.59593 0.63218 0.31595 -1 0 0 + 1627 13 0.57641 0.91302 0.20714 1 0 0 + 1556 14 0.53960 0.83921 0.91995 -1 -1 -1 + 1811 14 0.88602 0.97526 0.71585 0 0 -1 + 1718 14 0.64208 0.93686 0.07201 1 -1 -1 + 1777 13 0.73004 0.80320 0.32899 -1 -1 0 + 1011 14 0.63839 0.38656 0.42165 0 0 0 + 901 13 0.67199 0.66263 0.65409 0 -1 0 + 907 13 0.90130 0.43013 0.08191 -1 1 -1 + 805 13 0.56105 0.80745 0.30107 1 -1 0 + 348 14 0.86348 0.84801 0.36143 0 0 2 + 555 14 0.90010 0.01963 0.55317 -1 0 0 + 501 14 0.72251 0.83654 0.18162 -1 1 0 + 1418 14 0.70939 0.63516 0.48265 -1 0 0 + 815 14 0.76331 0.03799 0.05966 1 0 1 + 1551 14 0.83104 0.43259 0.15677 0 1 0 + 276 14 0.75971 0.54161 0.88287 -1 0 0 + 1044 14 0.82227 0.07303 0.40573 0 0 -2 + 1717 13 0.63342 0.90952 0.05200 1 -1 -1 + 227 14 0.80623 0.29948 0.15519 -2 1 0 + 551 14 0.88647 0.38424 0.49883 0 1 1 + 1010 14 0.66459 0.34073 0.40513 0 0 0 + 1691 14 0.57382 0.38974 0.32476 0 0 1 + 1009 13 0.66641 0.36676 0.42842 0 0 0 + 293 14 0.78294 0.13704 0.34167 -1 0 1 + 1470 14 0.96967 0.26740 0.66055 0 1 0 + 1425 14 0.71113 0.36073 0.19746 0 0 0 + 1862 14 0.93585 0.11315 0.89915 0 -1 0 + 378 14 0.83192 0.70159 0.99413 -1 0 0 + 1309 13 0.55038 0.61766 0.15015 0 0 0 + 1310 14 0.53176 0.64392 0.16381 0 0 0 + 175 13 0.70491 0.86266 0.69135 -1 -1 -1 + 1173 14 0.56994 0.72683 0.27609 0 -2 0 + 1881 14 0.95428 0.81760 0.46991 -1 -1 -1 + 1729 13 0.60828 0.54579 0.45034 0 1 0 + 1731 14 0.58366 0.52314 0.44015 0 1 0 + 914 14 0.96525 0.18443 0.54629 -1 1 -1 + 582 14 0.63405 0.47613 0.13870 -1 0 0 + 1804 13 0.72669 0.25311 0.83692 0 0 -1 + 1857 14 0.57332 0.35237 0.67790 1 0 0 + 1799 14 0.64792 0.15302 0.17455 -1 0 -1 + 1885 13 0.52322 0.07536 0.28546 0 1 0 + 834 14 0.56366 0.11883 0.59708 0 0 1 + 1922 14 0.54447 0.48796 0.03446 1 0 2 + 893 14 0.90708 0.24023 0.79672 0 1 -1 + 1214 14 0.75907 0.91158 0.28103 -1 -1 1 + 344 14 0.77921 0.24501 0.08574 -2 -1 1 + 266 14 0.78265 1.00186 0.57820 -1 -1 1 + 949 13 0.58639 0.76332 0.73188 1 0 -1 + 631 13 0.53269 0.90870 0.04529 -1 0 0 + 1195 13 0.82274 0.94876 0.28924 -2 -2 0 + 1403 14 0.94501 0.79454 0.82786 0 -1 1 + 951 14 0.56852 0.77437 0.70392 1 0 -1 + 438 14 0.58356 0.28798 0.83997 0 1 -1 + 1519 13 0.76649 0.35018 0.32088 -1 1 0 + 960 14 0.77013 0.22336 0.30920 0 1 1 + 413 14 0.96701 0.09617 0.19376 0 1 -1 + 1052 14 0.60129 0.59485 0.53420 -1 1 1 + 226 13 0.79941 0.32324 0.17992 -2 1 0 + 1895 14 0.73301 0.55648 0.07322 1 0 1 + 277 13 0.90107 0.49765 0.23285 -1 0 0 + 1901 14 0.79925 0.78696 0.21217 0 -1 1 + 210 14 0.69852 0.99032 0.79676 -1 -1 0 + 1593 14 0.57688 0.76418 0.98751 -1 0 0 + 366 14 0.98956 0.19794 0.05103 -1 1 0 + 637 13 0.80210 0.82109 0.07848 -1 0 0 + 580 13 0.63419 0.44119 0.13713 -1 0 0 + 25 11 0.55387 0.21112 0.37652 0 0 0 + 1365 14 0.67379 0.19941 0.64920 0 1 -1 + 628 13 0.76230 0.25756 0.95652 0 -1 -1 + 1680 14 0.80033 0.48690 0.42704 0 0 0 + 532 13 0.95154 0.39162 0.32028 0 2 1 + 1852 13 0.68081 0.72482 0.17113 1 -1 0 + 880 13 0.56187 0.34149 0.44362 0 0 -1 + 2000 14 0.55120 0.00957 0.39138 0 2 0 + 744 14 0.85289 0.07865 0.98600 0 1 -1 + 1846 13 0.98324 0.87226 0.06050 0 0 2 + 1699 13 0.53200 0.55727 0.31715 1 1 0 + 1854 14 0.67444 0.75894 0.16686 1 -1 0 + 892 13 0.89477 0.22349 0.76860 0 1 -1 + 173 14 0.90335 0.60022 0.03644 -1 0 0 + 858 14 0.97415 0.26760 0.30210 -1 0 0 + 414 14 0.95230 0.06806 0.14845 0 1 -1 + 1110 14 0.51410 0.54010 0.97362 0 0 0 + 820 13 0.69906 0.17498 0.96843 -1 -1 -1 + 352 13 0.99113 0.87313 0.90047 -1 -1 1 + 459 14 0.77616 0.43717 0.08529 0 0 1 + 1697 14 0.88897 0.24007 0.24803 0 0 0 + 1004 14 0.79326 0.63899 0.17908 0 0 1 + 630 14 0.74071 0.23437 0.97134 0 -1 -1 + 461 14 0.70937 0.62856 0.38822 -1 0 2 + 198 14 0.83117 0.92743 0.12325 -2 0 1 + 1073 14 0.51106 0.46099 0.68609 -1 0 -2 + 1286 14 0.63361 0.11151 0.40739 0 0 1 + 13 8 0.50778 0.27006 0.35428 0 0 0 + 1608 14 0.60988 0.79073 0.45333 1 0 -1 + 1100 14 0.50878 0.24611 0.49363 0 0 1 + 243 14 0.72427 0.15616 0.07533 -1 1 1 + 846 14 0.97018 0.98555 0.12136 -1 -1 0 + 710 14 0.78367 0.48806 0.22293 -2 0 0 + 1521 14 0.76416 0.31768 0.30818 -1 1 0 + 1437 14 0.74803 0.96768 0.96365 0 -1 0 + 81 10 0.55423 0.69408 0.48994 0 0 0 + 188 14 0.59214 0.92729 0.93452 -1 -1 0 + 1832 14 0.93013 0.26022 0.17162 0 1 1 + 600 14 0.58929 0.03294 0.86514 -1 -2 -1 + 1879 13 0.96912 0.83916 0.49310 -1 -1 -1 + 1871 14 0.61904 0.87906 0.98672 0 0 0 + 1511 14 0.82181 0.12919 0.25728 1 1 1 + 1282 13 0.90443 0.10769 0.32824 0 1 -1 + 1639 13 0.70574 0.85489 0.12005 0 -1 1 + 79 5 0.55286 0.70810 0.52353 0 0 0 + 1803 14 0.78603 0.36796 0.93623 0 0 -1 + 1710 14 0.80429 0.06510 0.20219 0 1 2 + 1550 14 0.87064 0.46176 0.18208 0 1 0 + 65 3 0.50275 0.71815 0.58863 0 0 0 + 1254 14 0.83501 0.49566 0.91014 -1 1 0 + 1806 14 0.71761 0.28206 0.85431 0 0 -1 + 717 14 0.68803 0.90420 0.45667 0 0 0 + 155 14 0.97702 0.69627 0.61901 -1 0 1 + 1184 14 0.76446 0.39114 0.26155 -1 0 -1 + 812 14 0.76084 0.15513 0.52634 0 -1 -1 + 1629 14 0.57536 0.89710 0.17602 1 0 0 + 929 14 0.62268 0.02813 0.20982 -1 1 1 + 1183 13 0.77064 0.40840 0.23177 -1 0 -1 + 981 14 0.86398 0.25350 0.43620 -1 1 1 + 1861 13 0.94148 0.12020 0.93293 0 -1 0 + 1185 14 0.78091 0.38367 0.20927 -1 0 -1 + 930 14 0.58199 0.99130 0.21668 -1 0 1 + 372 14 0.83343 0.98990 0.40080 -1 -2 0 + 1764 14 0.79010 0.58469 0.63039 0 1 -1 + 1160 14 0.50026 0.75244 0.96956 0 0 1 + 1923 14 0.58553 0.52252 0.02109 1 0 2 + 1628 14 0.54570 0.90529 0.22198 1 0 0 + 389 14 0.61348 0.75232 0.89451 -1 -1 1 + 1527 14 0.62680 0.10112 0.03685 0 2 2 + 1246 13 0.85381 0.54907 0.43998 1 0 1 + 205 13 0.92193 0.43900 0.40689 0 0 0 + 963 14 0.62547 0.78401 0.29363 0 0 -1 + 1247 14 0.82808 0.57022 0.45063 1 0 1 + 1509 14 0.82105 0.30424 0.77355 -1 1 0 + 83 4 0.60242 0.69897 0.57936 0 0 0 + 980 14 0.82803 0.29487 0.44360 -1 1 1 + 1690 13 0.56950 0.41687 0.34640 0 0 1 + 232 13 0.80917 0.63094 0.58584 -1 0 0 + 653 14 0.99031 0.85737 0.23840 -1 0 0 + 540 14 0.89539 0.74525 0.59707 -2 0 0 + 1599 14 0.97409 0.07922 0.42656 0 0 1 + 1300 13 0.57574 0.29593 0.65094 0 0 1 + 95 14 0.77522 0.16010 0.72400 -1 0 -1 + 774 14 0.80831 0.45834 0.59405 -1 0 -1 + 1987 13 0.86992 0.07338 0.63777 0 0 -1 + 1711 13 0.60203 0.38538 0.58639 1 0 1 + 128 14 0.76020 0.54158 0.00274 1 0 1 + 1176 14 0.75099 0.50228 0.31813 2 -2 1 + 959 14 0.73886 0.24476 0.26891 0 1 1 + 1481 14 0.56605 0.47898 0.89876 0 1 -1 + 814 13 0.74231 0.01113 0.05188 1 0 1 + 706 13 0.79105 0.93806 0.50301 -1 0 -1 + 728 14 0.82583 0.32218 0.84893 -1 0 0 + 497 14 0.80348 0.14120 0.81497 0 0 -1 + 492 14 0.84451 0.81434 0.78770 -1 -1 -1 + 1584 14 0.92051 0.50641 0.70819 1 -1 -1 + 1026 14 0.65273 0.34144 0.60401 1 0 0 + 1635 14 0.59521 0.50675 0.25250 1 0 1 + 1868 14 0.57457 0.64981 0.41106 1 0 1 + 646 13 0.92914 0.34262 0.48880 0 0 0 + 1163 14 0.67821 0.14312 0.82762 1 0 -1 + 648 14 0.96102 0.32918 0.49390 0 0 0 + 1223 14 0.81191 0.13104 0.95474 1 1 -1 + 1982 14 0.57536 0.11186 0.19791 0 0 0 + 598 13 0.58500 0.06691 0.85805 -1 -2 -1 + 93 14 0.86710 0.82855 0.44711 0 -1 0 + 913 13 0.94859 0.17760 0.57627 -1 1 -1 + 810 14 0.94362 0.37554 0.65254 0 -1 1 + 230 14 0.72830 0.48041 0.43819 -1 0 0 + 1081 13 0.95912 0.14627 0.75433 -1 0 -1 + 371 14 0.80042 0.97360 0.44208 -1 -2 0 + 1477 13 0.95306 0.79902 0.13362 -1 -1 1 + 331 13 0.96116 0.69180 0.96011 -1 -2 -1 + 1528 13 0.82642 0.55058 0.75192 -1 1 1 + 1396 13 0.85253 0.18228 0.43904 1 0 0 + 92 14 0.88476 0.88092 0.44486 0 -1 0 + 943 13 0.89512 0.99057 0.38936 -1 0 0 + 908 14 0.87923 0.45371 0.06848 -1 1 -1 + 1968 14 0.52139 0.51558 0.38097 1 0 1 + 1838 14 0.92203 0.83032 0.96516 0 -1 0 + 984 14 0.73588 0.39080 0.66287 -1 1 0 + 932 14 0.71599 0.80339 0.88409 -1 -1 -1 + 933 14 0.70616 0.85148 0.90957 -1 -1 -1 + 809 14 0.95183 0.37274 0.59791 0 -1 1 + 727 13 0.85094 0.34251 0.86231 -1 0 0 + 1525 13 0.65454 0.08832 0.01983 0 2 2 + 1301 14 0.56864 0.27545 0.67838 0 0 1 + 859 13 0.65336 0.57932 0.73723 0 0 -1 + 1648 13 0.55812 0.41321 0.79981 0 0 0 + 645 14 0.58103 0.36462 0.23662 -1 0 0 + 1314 14 0.68103 0.47175 0.37106 1 1 -1 + 773 14 0.84407 0.47489 0.55523 -1 0 -1 + 80 2 0.59608 0.72142 0.54615 0 0 0 + 1533 14 0.87469 0.71036 0.07873 -1 1 1 + 556 13 0.65469 0.47690 0.80969 0 1 0 + 267 14 0.82379 0.02134 0.54678 -1 0 1 + 129 14 0.71773 0.50801 0.99136 1 0 0 + 340 13 0.98321 0.82797 0.35049 -2 -1 0 + 1500 14 0.60924 0.29140 0.44373 0 1 -2 + 16 8 0.53718 0.24884 0.25786 0 0 0 + 229 13 0.69560 0.49278 0.43829 -1 0 0 + 197 14 0.85497 0.97735 0.12273 -2 0 1 + 1236 14 0.50940 0.58680 0.90385 1 0 0 + 1449 14 0.61152 0.26634 0.74825 1 0 0 + 283 13 0.95119 0.15430 0.44042 -1 1 0 + 558 14 0.67747 0.45106 0.80362 0 1 0 + 691 13 0.86904 0.77739 0.69469 -1 -1 0 + 1721 14 0.82931 0.92916 0.76719 -1 0 -1 + 1775 14 0.91547 0.82043 0.18221 0 -2 0 + 894 14 0.91631 0.19624 0.76449 0 1 -1 + 713 14 0.97852 0.70829 0.50343 -1 0 -1 + 343 13 0.76183 0.23819 0.11531 -2 -1 1 + 329 14 0.73902 0.71371 0.90269 -1 -1 -1 + 1439 14 0.69124 0.27868 0.20448 -1 0 0 + 321 14 0.96553 0.94100 0.26319 -1 0 1 + 614 14 0.88566 0.05734 0.29431 0 -1 -1 + 1126 13 0.72637 0.51095 0.69218 0 0 -1 + 536 14 0.81037 0.68765 0.77592 -1 0 0 + 199 13 0.53331 0.20493 0.13364 -1 1 0 + 322 13 0.74171 0.80456 0.61035 0 0 1 + 1967 14 0.53966 0.46368 0.38661 1 0 1 + 1665 14 0.91114 0.41245 0.80827 0 0 0 + 250 13 0.82919 0.62643 0.81206 0 0 -1 + 632 14 0.52425 0.94150 0.03659 -1 0 0 + 1754 14 0.82378 0.45298 0.32850 0 1 -1 + 1490 14 0.89636 0.00981 0.96158 -1 1 0 + 316 13 0.96154 0.30009 0.00696 0 1 1 + 1974 14 0.72751 0.47481 0.60186 -1 0 0 + 1472 14 0.82437 0.18213 0.56709 -1 0 0 + 979 13 0.86076 0.28820 0.43325 -1 1 1 + 99 14 0.95054 0.22269 0.90017 -2 0 -1 + 1224 14 0.80981 0.09923 0.90954 1 1 -1 + 955 13 0.68406 0.34330 0.85954 0 1 -1 + 1812 14 0.88568 0.00606 0.66991 0 1 -1 + 967 13 0.88736 0.60961 0.37175 -1 1 -1 + 183 14 0.53077 0.95451 0.70142 -1 -1 0 + 718 13 0.56694 0.36106 0.88183 0 0 -1 + 1252 13 0.83525 0.49067 0.94475 -1 1 0 + 1763 14 0.81986 0.53838 0.62494 0 1 -1 + 821 14 0.70370 0.16098 0.93672 -1 -1 -1 + 1730 14 0.63846 0.52904 0.44473 0 1 0 + 1332 14 0.55213 0.52738 0.63789 1 0 -2 + 176 14 0.73909 0.85909 0.69784 -1 -1 -1 + 1127 14 0.75417 0.51289 0.67105 0 0 -1 + 148 13 0.52815 0.08373 0.64676 -1 0 0 + 1577 14 0.83797 0.64517 0.24924 1 -1 -1 + 1141 13 0.56285 0.15814 0.88416 1 2 -2 + 1900 13 0.82232 0.76365 0.22432 0 -1 1 + 1042 13 0.82718 0.10065 0.38485 0 0 -2 + 1312 13 0.66303 0.47099 0.34109 1 1 -1 + 1522 13 0.84370 0.19166 0.97068 0 1 -1 + 974 14 0.60780 0.91423 0.36709 0 0 0 + 1897 13 0.76562 0.32662 0.53300 0 1 0 + 729 14 0.85687 0.36653 0.83759 -1 0 0 + 748 13 0.63805 0.90979 0.61794 0 -1 -1 + 1567 13 0.74276 0.09637 0.56089 1 0 2 + 1552 13 0.63689 0.57376 0.01450 -1 0 -2 + 1523 14 0.87795 0.18601 0.97488 0 1 -1 + 724 13 0.51959 0.38839 0.53770 0 0 0 + 332 14 0.93012 0.67632 0.96458 -1 -2 -1 + 160 13 0.83549 0.90635 0.59271 -2 -1 0 + 333 14 0.96965 0.68498 0.92688 -1 -2 -1 + 1529 14 0.85753 0.53481 0.74943 -1 1 1 + 977 14 0.85286 0.37616 0.74480 -1 0 0 + 1089 14 0.52629 0.94902 0.45412 -1 -1 0 + 100 13 0.88859 0.73404 0.30949 -1 -1 0 + 1489 13 0.89423 0.98120 0.94158 -1 0 0 + 1088 14 0.56010 0.90560 0.45967 -1 -1 0 + 1177 13 0.65170 0.56335 0.23945 0 -1 -1 + 496 13 0.80999 0.11892 0.84112 0 0 -1 + 1969 13 0.70067 0.24871 0.50863 1 2 0 + 469 13 0.66965 0.52383 0.56858 0 -1 0 + 754 13 0.59568 0.09326 0.71534 -1 1 0 + 221 14 0.72008 0.72523 0.52965 0 0 0 + 161 14 0.86826 0.89471 0.58901 -2 -1 0 + 1235 14 0.54480 0.55808 0.87252 1 0 0 + 1364 14 0.62995 0.19284 0.68227 0 1 -1 + 1845 14 0.93414 0.02682 0.78737 0 -1 0 + 207 14 0.94415 0.44385 0.43346 0 0 0 + 1582 13 0.91945 0.51089 0.74286 1 -1 -1 + 1234 13 0.52686 0.58808 0.87358 1 0 0 + 1508 14 0.83762 0.25498 0.79247 -1 1 0 + 1113 14 0.95893 0.88634 0.84383 -1 -1 -1 + 150 14 0.49986 0.07505 0.66540 -1 0 0 + 134 14 0.95457 0.94222 0.68711 -1 0 -1 + 1379 14 0.68262 0.99395 0.47861 -1 -1 1 + 666 14 0.91268 0.36970 0.25445 -1 -1 1 + 1583 14 0.95211 0.50442 0.75354 1 -1 -1 + 1795 13 0.55250 0.31060 0.07252 -1 0 1 + 1971 14 0.71413 0.28094 0.51041 1 2 0 + 1888 13 0.92199 0.61187 0.87362 0 0 -1 + 1248 14 0.87769 0.57058 0.42618 1 0 1 + 627 14 0.71461 0.40238 0.96826 0 0 0 + 643 13 0.57261 0.38042 0.20658 -1 0 0 + 978 14 0.81391 0.36367 0.70757 -1 0 0 + 1859 14 0.96294 0.12751 0.60900 0 1 -1 + 1874 14 0.54259 0.87023 0.11141 1 0 1 + 1043 14 0.85326 0.09106 0.36362 0 0 -2 + 557 14 0.66912 0.50501 0.79469 0 1 0 + 708 14 0.80660 0.90996 0.51685 -1 0 -1 + 1670 14 0.62700 0.96023 0.28945 0 -1 2 + 296 14 0.52713 0.66960 0.63518 -1 0 0 + 1072 13 0.50399 0.49096 0.66951 -1 0 -2 + 1143 14 0.57631 0.13218 0.86497 1 2 -2 + 470 14 0.66508 0.55846 0.57017 0 -1 0 + 1378 13 0.65887 0.96844 0.47575 -1 -1 1 + 725 14 0.51225 0.41944 0.52338 0 0 0 + 1473 14 0.83972 0.18850 0.61984 -1 0 0 + 674 14 0.81335 0.71023 0.67915 0 0 -1 + 1151 14 0.99324 0.05201 0.58282 -1 1 0 + 1530 14 0.81763 0.55788 0.71887 -1 1 1 + 479 14 0.93260 0.41110 0.71400 -1 0 1 + 1548 14 0.91484 0.43785 0.64042 0 0 0 + 1546 13 0.90834 0.46896 0.65501 0 0 0 + 875 14 0.69670 0.41434 0.10227 -1 1 0 + 749 14 0.61513 0.89799 0.59431 0 -1 -1 + 687 14 0.70496 0.66689 0.59441 -2 0 0 + 1513 13 0.60080 0.53229 0.15747 -1 1 0 + 1801 13 0.75440 0.35333 0.93336 0 0 -1 + 1015 13 0.88117 0.08307 0.52705 -1 -1 -1 + 1454 14 0.83141 0.44397 0.98828 0 0 0 + 756 14 0.59997 0.12094 0.73628 -1 1 0 + 1039 13 0.98505 0.68959 0.86390 -1 -1 1 + 1082 14 0.95495 0.11759 0.77390 -1 0 -1 + 1389 14 0.84868 0.00599 0.79366 1 1 -1 + 590 14 0.51139 0.41245 0.97426 0 0 0 + 1253 14 0.83282 0.52284 0.95826 -1 1 0 + 1171 13 0.54584 0.70165 0.27894 0 -2 0 + 1479 14 0.95676 0.82839 0.11501 -1 -1 1 + 444 14 0.90823 0.29553 0.37293 -1 0 0 + 1919 14 0.96022 0.27752 0.83621 0 1 -1 + 1331 14 0.56240 0.58018 0.65076 1 0 -2 + 860 14 0.62541 0.56027 0.72835 0 0 -1 + 354 14 0.97045 0.87540 0.92858 -1 -1 1 + 1826 14 0.92544 0.84233 0.54069 0 0 1 + 1992 14 0.67768 0.95556 0.19617 1 -1 1 + 593 14 0.66163 0.09311 0.65011 0 1 0 + 1679 14 0.83040 0.46174 0.46605 0 0 0 + 327 14 0.99536 0.52238 0.38030 -1 0 1 + 1175 14 0.75776 0.54448 0.28303 2 -2 1 + 531 14 0.53505 0.15741 0.45492 -1 0 0 + 1855 13 0.56977 0.38526 0.68923 1 0 0 + 665 14 0.87539 0.38292 0.21580 -1 -1 1 + 547 13 0.64818 0.29774 0.98946 0 0 -2 + 252 14 0.86234 0.62183 0.82222 0 0 -1 + 1164 14 0.63424 0.10964 0.82549 1 0 -1 + 1720 13 0.85955 0.94667 0.76567 -1 0 -1 + 1380 14 0.62807 0.98482 0.47828 -1 -1 1 + 1271 14 0.66728 0.87611 0.85058 -1 -1 -1 + 1524 14 0.83325 0.20523 0.00117 0 1 0 + 707 14 0.76525 0.94569 0.52535 -1 0 -1 + 654 14 0.93673 0.86141 0.25152 -1 0 0 + 1762 13 0.80329 0.55797 0.64871 0 1 -1 + 1788 14 0.68895 0.96334 0.55234 0 -2 0 + 124 13 0.54209 0.68103 0.84079 -1 -1 0 + 1984 13 0.56105 0.52668 0.75255 1 1 0 + 140 14 0.53414 0.02445 0.98801 0 -1 -1 + 284 14 0.96306 0.17721 0.41681 -1 1 0 + 1438 13 0.70960 0.24921 0.20869 -1 0 0 + 1036 13 0.54320 0.56540 0.54188 0 -1 1 + 182 14 0.53963 0.93848 0.64923 -1 -1 0 + 164 14 0.99677 0.25321 0.11040 -2 0 2 + 408 14 0.90373 0.01354 0.84864 -1 0 0 + 964 13 0.92947 0.17025 0.09909 0 0 0 + 295 13 0.54020 0.64927 0.66046 -1 0 0 + 983 14 0.75665 0.33967 0.66649 -1 1 0 + 1041 14 0.99247 0.67903 0.83140 -1 -1 1 + 1839 14 0.89695 0.87408 0.98786 0 -1 0 + 1705 13 0.51512 0.15239 0.98001 1 1 0 + 1087 13 0.54166 0.92884 0.47819 -1 -1 0 + 769 13 0.59553 0.33685 0.29299 0 0 0 + 1989 14 0.84884 0.05827 0.61432 0 0 -1 + 976 13 0.84338 0.35148 0.72192 -1 0 0 + 755 14 0.62687 0.07745 0.71521 -1 1 0 + 1837 13 0.92848 0.86168 0.97923 0 -1 0 + 1024 13 0.66871 0.32397 0.62974 1 0 0 + 265 13 0.80840 0.02553 0.57790 -1 0 1 + 1786 13 0.71872 0.95150 0.56635 0 -2 0 + 312 14 0.96136 0.43054 0.52011 -1 2 0 + 816 14 0.76312 0.98811 0.03575 1 -1 1 + 1678 13 0.79806 0.46341 0.45284 0 0 0 + 753 14 0.94023 0.58696 0.12972 -1 0 0 + 570 14 0.65504 0.96160 0.66849 -2 0 0 + 94 13 0.77336 0.17164 0.75696 -1 0 -1 + 592 13 0.68932 0.07483 0.63905 0 1 0 + 1541 14 0.52423 0.02013 0.15533 0 0 0 + 584 14 0.57705 0.08862 0.10293 1 0 1 + 1017 14 0.85730 0.10590 0.53856 -1 -1 -1 + 530 14 0.56621 0.16574 0.49984 -1 0 0 + 1498 13 0.62682 0.26157 0.43888 0 1 -2 + 388 13 0.59962 0.77465 0.87145 -1 -1 1 + 1856 14 0.59636 0.40253 0.67447 1 0 0 + 1304 14 0.83396 0.83028 0.67815 0 0 0 + 1424 14 0.66546 0.37612 0.17032 0 0 0 + 535 13 0.80540 0.71526 0.75504 -1 0 0 + 1423 13 0.67811 0.35107 0.19119 0 0 0 + 1448 14 0.55869 0.25387 0.75883 1 0 0 + 1985 14 0.55382 0.54621 0.78064 1 1 0 + 1178 14 0.62485 0.58269 0.25077 0 -1 -1 + 234 14 0.80347 0.65994 0.60454 -1 0 0 + 975 14 0.55383 0.90216 0.36795 0 0 0 + 1025 14 0.64281 0.30776 0.64674 1 0 0 + 1898 14 0.74133 0.35063 0.54051 0 1 0 + 808 13 0.92667 0.37621 0.62196 0 -1 1 + 1899 14 0.79018 0.33104 0.55750 0 1 0 + 549 14 0.68293 0.29412 0.98800 0 0 -2 + 647 14 0.91001 0.31568 0.47732 0 0 0 + 323 14 0.71947 0.80540 0.63732 0 0 1 + 591 14 0.55575 0.44499 0.96857 0 0 0 + 390 14 0.62586 0.79632 0.86336 -1 -1 1 + 220 13 0.71475 0.75915 0.52305 0 0 0 + 1742 14 0.51548 0.66586 0.77634 0 0 0 + 1568 14 0.76663 0.07392 0.57309 1 0 2 + 1753 13 0.79039 0.44746 0.33730 0 1 -1 + 956 14 0.65363 0.35330 0.87358 0 1 -1 + 391 13 0.72476 0.16259 0.87053 -1 0 0 + 685 13 0.70446 0.66102 0.55994 -2 0 0 + 1873 13 0.53600 0.84761 0.13726 1 0 1 + 750 14 0.64801 0.88124 0.63551 0 -1 -1 + 1016 14 0.90512 0.10281 0.51093 -1 -1 -1 + 982 13 0.75271 0.36927 0.68469 -1 1 0 + 675 14 0.77097 0.69825 0.64569 0 0 -1 + 212 14 0.65454 0.71047 0.36864 -1 0 -2 + 1117 13 0.71343 0.73303 0.79839 -1 0 0 + 1578 14 0.86452 0.67192 0.28973 1 -1 -1 + 1308 14 0.94080 0.52587 0.51881 -1 -2 0 + 177 14 0.68947 0.85679 0.72218 -1 -1 -1 + 181 13 0.52504 0.92806 0.67926 -1 -1 0 + 1172 14 0.52441 0.71285 0.30421 0 -2 0 + 1158 14 0.76088 0.16715 0.64195 0 1 0 + 1387 13 0.84145 0.03026 0.81778 1 1 -1 + 849 14 0.81873 0.91803 1.00010 -1 -1 -1 + 772 13 0.83415 0.48116 0.58818 -1 0 -1 + 1725 14 0.77278 0.35307 0.45471 -1 0 -1 + 1840 13 0.75022 0.65393 0.86663 0 0 0 + 1277 14 0.71961 0.71215 0.42411 -1 0 0 + 1576 13 0.85127 0.64067 0.28127 1 -1 -1 + 1230 14 0.76131 0.47814 0.80948 0 0 0 + 1860 14 0.93260 0.08655 0.63046 0 1 -1 + 222 14 0.73555 0.77586 0.54567 0 0 0 + 915 14 0.91565 0.18784 0.57052 -1 1 -1 + 823 13 0.96259 0.03892 0.04415 0 0 1 + 1480 13 0.58392 0.50307 0.88077 0 1 -1 + 480 14 0.92938 0.36361 0.74218 -1 0 1 + 1305 14 0.80709 0.87056 0.65142 0 0 0 + 102 14 0.92314 0.73521 0.30421 -1 -1 0 + 1482 14 0.60659 0.48463 0.86156 0 1 -1 + 1792 13 0.67392 0.81736 0.77404 0 -1 0 + 1388 14 0.80881 0.02301 0.82801 1 1 -1 + 998 14 0.92005 0.37524 0.94090 0 0 -1 + 1118 14 0.68985 0.70974 0.78724 -1 0 0 + 1363 13 0.64579 0.17909 0.65429 0 1 -1 + 1526 14 0.67883 0.08405 0.04463 0 2 2 + 1787 14 0.70918 0.93814 0.59723 0 -2 0 + 1825 13 0.91385 0.84191 0.57368 0 0 1 + 533 14 0.94120 0.40222 0.35197 0 2 1 + 206 14 0.90312 0.41102 0.41618 0 0 0 + 1139 14 0.56958 0.07230 0.34174 0 1 0 + 324 14 0.77003 0.82159 0.62181 0 0 1 + 1569 14 0.71549 0.09276 0.58249 1 0 2 + 491 14 0.81958 0.84263 0.74723 -1 -1 -1 + 478 13 0.95165 0.38352 0.72399 -1 0 1 + 1669 13 0.62673 0.96464 0.32414 0 -1 2 + 824 14 0.95396 0.03085 0.07707 0 0 1 + 613 13 0.88531 0.04170 0.26303 0 -1 -1 + 328 13 0.71691 0.74058 0.90620 -1 -1 -1 + 1981 13 0.58059 0.14631 0.20089 0 0 0 + 1940 14 0.59728 0.68210 0.80431 0 0 0 + 1723 13 0.78732 0.36316 0.42455 -1 0 -1 + 1553 14 0.66902 0.56206 0.02184 -1 0 -2 + 1228 13 0.76045 0.51192 0.81847 0 0 0 + 524 14 0.55361 0.14301 0.03503 0 1 0 + 1973 14 0.72619 0.42345 0.58139 -1 0 0 + 1751 14 0.73223 0.00738 0.86450 0 1 0 + 1999 13 0.52112 0.99379 0.39970 0 1 0 + 1821 14 0.52735 0.83924 0.66595 0 -1 0 + 196 13 0.83973 0.95376 0.10189 -2 0 1 + 1392 14 0.49857 0.67616 0.22753 0 0 1 + 881 14 0.53820 0.35715 0.42318 0 0 -1 + 673 13 0.80428 0.70887 0.64540 0 0 -1 + 1303 13 0.80443 0.84900 0.67882 0 0 0 + 889 13 0.89473 0.51026 0.32787 0 0 0 + 1272 14 0.62405 0.91012 0.85638 -1 -1 -1 + 1398 14 0.83603 0.16323 0.41479 1 0 0 + 1921 13 0.56537 0.49714 0.00797 1 0 2 + 1276 13 0.71313 0.74490 0.41370 -1 0 0 + 1149 14 0.80857 0.76080 0.05695 0 0 0 + 1902 14 0.81355 0.73365 0.20864 0 -1 1 + 1684 13 0.68530 0.38647 0.52197 0 0 -1 + 1323 14 0.54421 0.78391 0.80483 1 0 0 + 693 14 0.90337 0.77106 0.69674 -1 -1 0 + 1796 14 0.53784 0.28576 0.05274 -1 0 1 + 1588 13 0.64792 0.58516 0.90054 0 -1 -1 + 1128 14 0.72100 0.54388 0.70265 0 0 -1 + 957 14 0.70761 0.34886 0.88480 0 1 -1 + 767 14 0.97411 0.60374 0.65728 0 0 0 + 289 13 0.95525 0.43837 0.85620 -1 0 -1 + 1863 14 0.92012 0.09849 0.95011 0 -1 0 + 1040 14 0.99287 0.72368 0.86404 -1 -1 1 + 529 13 0.55647 0.18071 0.46978 -1 0 0 + 1442 14 0.61383 0.48042 0.68613 0 0 -1 + 966 14 0.90051 0.17246 0.11858 0 0 0 + 1147 13 0.81418 0.72990 0.04156 0 0 0 + 1306 13 0.91277 0.54213 0.53196 -1 -2 0 + 1776 14 0.87794 0.79292 0.21212 0 -2 0 + 1939 13 0.62419 0.67521 0.78308 0 0 0 + 1597 13 0.99388 0.05323 0.41407 0 0 1 + 125 14 0.52889 0.69753 0.86866 -1 -1 0 + 1722 14 0.88279 0.92537 0.78079 -1 0 -1 + 644 14 0.54717 0.36059 0.19308 -1 0 0 + 569 14 0.66363 0.98843 0.71609 -2 0 0 + 615 14 0.91098 0.01801 0.26480 0 -1 -1 + 1649 14 0.57980 0.44062 0.80118 0 0 0 + 770 14 0.58449 0.30706 0.27839 0 0 0 + 882 14 0.55630 0.35499 0.47540 0 0 -1 + 1453 13 0.82311 0.41020 0.99196 0 0 0 + 96 14 0.73938 0.17812 0.76208 -1 0 -1 + 406 13 0.93424 0.99664 0.84614 -1 -1 0 + 82 4 0.62921 0.71699 0.52311 0 0 0 + 1810 13 0.90679 0.98706 0.69032 0 0 -1 + 1148 14 0.78954 0.70891 0.05481 0 0 0 + 1157 14 0.74936 0.11480 0.65560 0 1 0 + 1842 14 0.77958 0.64665 0.84909 0 0 0 + 393 14 0.72879 0.19596 0.86086 -1 0 0 + 1870 13 0.59976 0.86422 0.96160 0 0 0 + 1515 14 0.61646 0.54984 0.18335 -1 1 0 + 1601 14 0.91263 0.50878 0.84775 0 0 -2 + 1827 14 0.89270 0.81410 0.57518 0 0 1 + 1222 13 0.80475 0.09849 0.94413 1 1 -1 + 692 14 0.85492 0.75732 0.71960 -1 -1 0 + 1112 14 0.93710 0.93534 0.83036 -1 -1 -1 + 973 13 0.58483 0.89110 0.37975 0 0 0 + 1858 13 0.96491 0.09994 0.63042 0 1 -1 + 310 13 0.97951 0.44828 0.49604 -1 2 0 + 1663 13 0.87817 0.40878 0.79720 0 0 0 + 1664 14 0.86281 0.43917 0.80516 0 0 0 + 1843 13 0.94578 0.04810 0.76219 0 -1 0 + 1607 14 0.57314 0.81688 0.42131 1 0 -1 + 498 14 0.82335 0.09066 0.82544 0 0 -1 + 172 13 0.90150 0.60542 0.00190 -1 0 0 + 2001 14 0.51900 0.96676 0.37761 0 1 0 + 1650 14 0.55498 0.40622 0.76568 0 0 0 + 1142 14 0.58698 0.18341 0.88286 1 2 -2 + 1783 13 0.99909 0.50296 0.06102 -1 -1 0 + 436 13 0.59579 0.25657 0.84929 0 1 -1 + 233 14 0.79430 0.63741 0.55486 -1 0 0 + 26 11 0.54247 0.24068 0.21962 0 0 0 + 1590 14 0.63229 0.55389 0.90137 0 -1 -1 + 392 14 0.75221 0.14604 0.85654 -1 0 0 + 1779 14 0.72565 0.78741 0.35989 -1 -1 0 + 1970 14 0.67096 0.25260 0.49061 1 2 0 + 1547 14 0.88178 0.48201 0.63637 0 0 0 + 1229 14 0.77973 0.52797 0.79411 0 0 0 + 1270 13 0.65201 0.90412 0.83625 -1 -1 -1 + 261 14 0.88737 0.45261 0.94820 -1 3 -1 + 686 14 0.67407 0.64466 0.55428 -2 0 0 + 91 13 0.87167 0.85527 0.42502 0 -1 0 + 1918 13 0.93082 0.26479 0.85025 0 1 -1 + 1001 14 0.74046 0.67743 0.11327 -1 1 1 + 101 14 0.87592 0.76051 0.29047 -1 -1 0 + 594 14 0.68671 0.04412 0.65556 0 1 0 + 538 13 0.86519 0.75679 0.58373 -2 0 0 + 1029 14 0.68793 0.88168 0.01237 1 0 1 + 407 14 0.93945 0.98319 0.87800 -1 -1 0 + 17 8 0.55503 0.22193 0.29739 0 0 0 + 1119 14 0.71867 0.72481 0.83197 -1 0 0 + 490 13 0.82509 0.84281 0.78177 -1 -1 -1 + 568 13 0.65914 0.99367 0.68180 -2 0 0 + 1988 14 0.84976 0.09713 0.65366 0 0 -1 + 861 14 0.64055 0.60478 0.75749 0 0 -1 + 1752 14 0.76065 0.96398 0.84534 0 0 0 + 1499 14 0.60351 0.23643 0.44578 0 1 -2 + 1572 14 0.67034 0.32881 0.72351 1 -1 0 + 1397 14 0.82953 0.18496 0.46524 1 0 0 + 1000 13 0.73599 0.67615 0.07861 -1 1 1 + 1083 14 0.96137 0.13427 0.72156 -1 0 -1 + 997 13 0.92006 0.34237 0.92897 0 0 -1 + 330 14 0.69898 0.73342 0.93537 -1 -1 -1 + 589 13 0.53507 0.42308 0.95082 0 0 0 + 1053 14 0.63212 0.60021 0.48859 -1 1 1 + 1941 14 0.61670 0.69239 0.75356 0 0 0 + 1156 13 0.77356 0.13974 0.65958 0 1 0 + 1361 14 0.87344 0.71728 0.36848 -1 -1 -1 + 599 14 0.55230 0.06927 0.84588 -1 -2 -1 + 635 14 0.98251 0.87057 0.71965 -1 0 0 + 326 14 0.95054 0.51641 0.41216 -1 0 1 + 1633 13 0.56386 0.49126 0.25224 1 0 1 + 1701 14 0.55397 0.53098 0.31013 1 1 0 + 1507 13 0.81593 0.28147 0.79959 -1 1 0 + 341 14 0.94868 0.83308 0.35269 -2 -1 0 + 1966 13 0.53457 0.49330 0.40448 1 0 1 + 185 14 0.98569 0.45893 0.31050 -1 1 1 + 1426 13 0.98725 0.58123 0.95508 0 0 -1 + 466 13 0.50289 0.56312 0.08533 -1 0 0 + 179 14 0.97910 0.25229 0.37060 -1 0 1 + 1046 14 0.99431 0.36103 0.06690 -1 0 -1 + 1281 14 0.50017 0.24724 0.57263 -1 0 1 + 203 14 0.50196 0.18679 0.85753 -1 1 0 + 1325 14 0.98206 0.87932 0.60001 -1 -1 0 + 779 14 0.99047 0.76640 0.33370 -1 0 0 + 633 14 0.50602 0.88937 0.03353 -1 0 0 + 200 14 0.50054 0.21526 0.12711 -1 1 0 + 1150 13 0.99970 0.01847 0.57533 -1 1 0 + 184 13 0.99144 0.49195 0.32046 -1 1 1 + 365 14 0.98795 0.24945 0.03095 -1 1 0 + 1071 14 0.99308 0.65544 0.73715 0 0 -1 + 158 14 0.49874 0.98984 0.79879 -1 -2 0 + 178 13 0.99389 0.23136 0.39438 -1 0 1 + 1420 13 0.50181 0.92433 0.33363 0 0 0 + 879 14 0.99233 0.48035 0.81096 -1 -1 0 + 1880 14 0.99529 0.85428 0.47551 -1 -1 -1 + 1326 14 0.98465 0.88254 0.54486 -1 -1 0 + 135 14 0.99499 0.93397 0.65027 -1 0 -1 + 1773 14 0.50927 0.88511 0.74116 1 1 -2 + 351 14 0.50698 0.84443 0.20222 0 -2 1 + ITEM: TIMESTEP + 9000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.32318 0.39712 0.47942 0 0 0 + 1328 14 0.09929 0.71943 0.04798 0 -1 0 + 1773 14 0.46931 0.89821 0.69323 1 1 -2 + 396 14 0.17430 0.82088 0.91291 0 0 0 + 1181 14 0.37727 0.30076 0.08671 2 0 0 + 1078 13 0.37393 0.60930 0.88716 0 -1 -1 + 5 4 0.30693 0.16755 0.28324 0 0 0 + 1934 14 0.08761 0.54782 0.04939 1 1 1 + 1610 14 0.31334 0.17315 0.53732 0 0 0 + 1109 14 0.46911 0.51590 0.05905 0 0 1 + 21 4 0.44974 0.32912 0.28100 0 0 0 + 1703 14 0.13456 0.05946 0.56817 0 0 1 + 1605 14 0.15828 0.21545 0.97677 0 0 0 + 34 4 0.36003 0.43596 0.37524 0 0 0 + 779 14 0.01942 0.78310 0.33708 0 0 0 + 656 14 0.15488 0.30991 0.22455 0 0 0 + 1475 14 0.13928 0.98137 0.20529 1 -2 2 + 1020 14 0.32414 0.03022 0.16936 0 0 0 + 405 14 0.20116 0.00774 0.25698 0 1 1 + 1808 14 0.29626 0.48223 0.02807 -1 0 1 + 144 14 0.06761 0.36123 0.54628 0 0 0 + 4 4 0.33999 0.21077 0.24488 0 0 0 + 896 14 0.46396 0.09086 0.15380 0 1 0 + 308 14 0.22380 0.52313 0.47084 0 1 0 + 994 13 0.39482 0.71033 0.24278 1 -1 -1 + 1031 14 0.09878 0.99924 0.41627 0 -1 0 + 341 14 -0.00160 0.88899 0.30192 -1 -1 0 + 90 14 0.13551 0.45257 0.95037 -1 -1 -1 + 1342 13 0.27171 0.47425 0.12524 0 -1 1 + 159 14 0.45011 0.97528 0.76028 -1 -2 0 + 1596 14 0.07582 0.34370 0.27342 0 0 1 + 1694 14 0.40733 0.97249 0.85147 0 0 -1 + 37 1 0.37572 0.52803 0.50836 0 0 0 + 1344 14 0.24484 0.47559 0.10289 0 -1 1 + 6 4 0.36726 0.15573 0.26587 0 0 0 + 1625 14 0.10561 0.54187 0.84875 1 -1 0 + 404 14 0.20232 0.06021 0.23952 0 1 1 + 1652 14 0.22473 0.66075 0.17071 1 0 0 + 676 13 0.02998 0.49073 0.61991 0 1 0 + 797 14 0.11979 0.10302 0.05669 0 0 -1 + 1906 13 0.15313 0.65204 0.26852 1 1 -2 + 1327 13 0.09058 0.69775 0.07400 0 -1 0 + 306 14 0.46159 0.10386 0.22453 0 0 0 + 77 4 0.46459 0.74511 0.37434 0 0 0 + 237 14 0.34901 0.96402 0.33208 0 0 -1 + 310 13 0.05817 0.43153 0.44410 0 2 0 + 1816 13 0.19992 0.73324 0.26043 0 -1 0 + 1907 14 0.12727 0.63663 0.25073 1 1 -2 + 255 14 0.44802 0.44168 0.76265 -1 -1 -1 + 1385 14 0.38679 0.32712 0.22008 0 1 0 + 1450 13 0.37862 0.39878 0.22067 1 0 1 + 1370 14 0.30355 0.78765 0.72682 0 0 0 + 1955 14 0.09095 0.82110 0.07654 2 0 1 + 244 13 0.16219 0.16706 0.44665 0 1 0 + 63 6 0.47273 0.71476 0.49965 0 0 0 + 122 14 0.34979 0.07739 0.22397 0 1 0 + 857 14 0.03386 0.28987 0.29877 0 0 0 + 1611 14 0.28219 0.19185 0.49562 0 0 0 + 1952 14 0.08769 0.86369 0.73634 1 -1 0 + 954 14 0.40611 0.58271 0.39968 0 0 0 + 878 14 0.04871 0.55402 0.79180 0 -1 0 + 1019 14 0.34245 0.97815 0.17280 0 -1 0 + 440 14 0.13770 0.59473 0.16912 -1 0 0 + 1761 14 0.23120 0.50907 0.30677 0 0 1 + 1030 13 0.11097 0.03146 0.42231 0 0 0 + 788 14 0.26199 0.23434 0.42398 -1 1 1 + 985 13 0.13111 0.42785 0.18770 1 0 1 + 888 14 0.03326 0.21344 0.83348 0 0 0 + 1080 14 0.36849 0.59095 0.85789 0 -1 -1 + 1561 13 0.43906 0.97140 0.41613 1 -2 1 + 1565 14 0.33470 0.96820 0.73108 1 -1 0 + 1948 13 0.08366 0.31382 0.98311 0 0 -1 + 953 14 0.37034 0.55460 0.36823 0 0 0 + 1506 14 0.26120 0.62078 0.26851 0 0 0 + 677 14 0.01440 0.47048 0.59603 0 1 0 + 1908 14 0.17067 0.62557 0.28318 1 1 -2 + 1169 14 0.22655 0.33028 0.63870 0 -1 -1 + 654 14 0.03686 0.78806 0.22723 0 0 0 + 1462 13 0.19591 0.22893 0.09831 1 0 2 + 256 13 0.19378 0.83560 0.39244 -1 -1 0 + 1735 13 0.24536 0.07442 0.18053 1 1 1 + 1103 14 0.16905 0.18043 0.12652 -1 0 0 + 1092 14 0.40901 0.18286 0.40879 0 0 0 + 39 10 0.40662 0.46103 0.43206 0 0 0 + 299 14 0.14010 0.61511 0.69901 0 2 0 + 53 10 0.40201 0.54426 0.57300 0 0 0 + 1587 14 0.13598 0.93076 0.32339 1 -1 0 + 300 14 0.12427 0.65189 0.66085 0 2 0 + 992 14 0.32317 0.04380 0.38332 1 -1 -1 + 799 13 0.28690 0.79850 0.07282 0 -1 1 + 1603 13 0.15081 0.23818 0.00228 0 0 1 + 1045 13 0.02675 0.36417 0.04875 0 0 -1 + 605 14 0.32139 0.86176 0.15925 -1 -2 0 + 1502 14 0.16169 0.34880 0.68601 1 0 0 + 910 13 0.25947 0.33439 0.26266 1 0 1 + 269 14 0.18667 0.77620 0.05541 0 0 1 + 1457 14 0.21204 0.04402 0.00708 0 1 0 + 1653 14 0.27352 0.68524 0.17956 1 0 0 + 1847 14 0.03760 0.88072 0.11792 1 0 2 + 1065 14 0.21556 0.85997 0.33278 1 -1 -1 + 879 14 0.04279 0.49904 0.79117 0 -1 0 + 1835 14 0.27476 0.31499 0.01500 1 -1 1 + 8 6 0.40350 0.29267 0.34060 0 0 0 + 505 13 0.23608 0.10176 0.49580 1 -1 -1 + 787 13 0.26893 0.20006 0.42414 -1 1 1 + 1022 14 0.03817 0.63758 0.61327 0 -1 0 + 796 13 0.09756 0.09631 0.08284 0 0 -1 + 1422 14 0.49797 0.94390 0.22616 0 0 0 + 312 14 0.07256 0.42029 0.47393 0 2 0 + 1891 13 0.44956 0.84838 0.24365 -1 1 0 + 765 14 0.33403 0.83358 0.26690 0 -1 0 + 153 14 0.47192 0.10479 0.88409 0 1 1 + 419 14 0.22970 0.25994 0.17327 -1 2 0 + 1659 14 0.40983 0.92622 0.19429 0 0 0 + 1192 13 0.03116 0.23220 0.57531 0 0 0 + 938 14 0.43015 0.09524 0.77242 1 0 -1 + 1264 13 0.27587 0.12097 0.36080 0 0 0 + 824 14 0.01129 0.89164 0.02790 1 -1 1 + 1145 14 0.03173 0.47883 0.29327 0 1 -1 + 411 14 0.10360 0.86388 0.25436 0 -1 -1 + 483 14 0.07853 0.07622 0.37702 1 1 1 + 1343 14 0.28688 0.50565 0.12260 0 -1 1 + 257 14 0.18623 0.80170 0.38833 -1 -1 0 + 971 14 0.29860 0.73970 0.88768 -2 1 -1 + 1268 14 0.19337 0.83287 0.14846 1 0 1 + 298 13 0.11989 0.61862 0.67069 0 2 0 + 697 13 0.38668 0.88025 0.38344 1 -1 -1 + 111 14 0.21832 0.16192 0.32997 0 0 0 + 1997 14 0.01647 0.64008 0.17722 0 -1 0 + 1501 13 0.13550 0.32737 0.69481 1 0 0 + 1242 14 0.26301 0.87604 0.20765 0 -1 0 + 1880 14 0.05423 0.88639 0.49504 0 -1 -1 + 941 14 0.08170 0.65574 0.34030 0 1 -1 + 1772 14 0.48420 0.85859 0.65763 1 1 -2 + 1726 13 0.37361 0.61187 0.22256 1 1 0 + 1137 14 0.39627 0.36908 0.87997 0 0 0 + 918 14 0.11883 0.98486 0.52603 0 0 0 + 1202 14 0.29560 0.10172 0.96787 -1 -1 0 + 1536 14 0.06266 0.77961 0.46421 2 1 1 + 104 14 0.18205 0.15132 0.26646 0 -1 0 + 1998 14 0.03024 0.65580 0.22843 0 -1 0 + 1766 14 0.04073 0.50974 0.37244 1 0 1 + 1585 13 0.12630 0.94651 0.35308 1 -1 0 + 1429 13 0.08451 0.99235 0.79680 1 0 -1 + 107 14 0.02264 0.61199 0.02204 0 -1 1 + 1349 14 0.29912 0.63883 0.40895 0 -1 1 + 1104 14 0.18061 0.15023 0.17138 -1 0 0 + 22 4 0.46895 0.34104 0.33704 0 0 0 + 1817 14 0.18025 0.70472 0.26520 0 -1 0 + 819 14 0.44338 0.36529 0.99094 0 -1 -2 + 1702 13 0.11070 0.03707 0.58052 0 0 1 + 1266 14 0.29821 0.14752 0.35644 0 0 0 + 263 14 0.05116 0.14695 0.40664 0 1 -1 + 745 13 0.15842 0.52655 0.14168 0 0 -1 + 109 13 0.19389 0.18618 0.32383 0 0 0 + 1190 14 0.30206 0.84542 0.48896 -1 -1 -2 + 76 4 0.47375 0.80997 0.36760 0 0 0 + 840 14 0.46535 0.09197 0.52325 -1 0 1 + 1290 14 0.14318 0.74969 0.46601 1 0 0 + 1643 14 0.38133 0.07461 0.97111 0 0 -1 + 1070 14 0.10055 0.68433 0.83135 1 0 -1 + 617 14 0.31373 0.52909 0.29473 1 -1 0 + 422 14 0.10110 0.86976 0.85602 -1 -2 0 + 650 14 0.16058 0.49691 0.59587 1 0 1 + 1960 13 0.44699 0.40218 0.71332 -1 0 0 + 429 14 0.29679 0.12989 0.08238 -1 0 0 + 609 14 0.23138 0.31079 0.36544 0 1 0 + 1864 13 0.08078 0.22204 0.18144 1 0 0 + 921 14 0.10080 0.62734 0.55550 0 0 -1 + 991 13 0.32381 0.03027 0.35108 1 -1 -1 + 1234 13 0.47032 0.57670 0.89174 1 0 0 + 1790 14 0.19407 0.59711 0.01658 1 -1 2 + 620 14 0.36675 0.82588 0.87488 -1 -1 -1 + 507 14 0.23449 0.09028 0.52879 1 -1 -1 + 1372 13 0.08689 0.66900 0.46358 1 -1 0 + 1759 13 0.21155 0.50704 0.27791 0 0 1 + 400 13 0.11891 0.25329 0.50909 1 1 1 + 1250 14 0.30734 0.28819 0.80606 1 -1 1 + 89 14 0.13506 0.49728 0.98293 -1 -1 -1 + 158 14 0.39824 0.98720 0.77531 -1 -2 0 + 1959 14 0.08523 0.23316 0.36111 0 1 1 + 1096 13 0.10576 0.42588 0.03456 1 0 0 + 1172 14 0.45946 0.68792 0.23106 0 -2 0 + 1913 14 0.22388 0.99126 0.40036 1 -2 -1 + 1097 14 0.07711 0.40781 0.04325 1 0 0 + 1067 14 0.36766 0.19763 0.06928 1 0 0 + 1474 13 0.10613 0.97068 0.20219 1 -2 2 + 1834 13 0.26175 0.28728 0.99808 1 -1 0 + 1961 14 0.42314 0.37661 0.71348 -1 0 0 + 1131 14 0.46054 0.67083 0.95518 0 0 0 + 29 7 0.34723 0.40636 0.39798 0 0 0 + 1704 14 0.08042 0.05442 0.57830 0 0 1 + 1575 14 0.41557 0.23091 0.61367 1 1 -1 + 1336 13 0.12046 0.24903 0.62543 2 1 0 + 170 14 0.40297 0.14368 0.69361 0 1 0 + 1918 13 0.02567 0.40546 0.94039 1 1 -1 + 571 13 0.19305 0.40930 0.26651 0 -1 0 + 1504 13 0.24668 0.60277 0.29474 0 0 0 + 877 13 0.05107 0.52572 0.81221 0 -1 0 + 1832 14 0.02012 0.19976 0.21852 1 1 1 + 1288 13 0.15660 0.77190 0.48945 1 0 0 + 1267 13 0.20491 0.83615 0.11561 1 0 1 + 1535 14 0.06687 0.81894 0.42554 2 1 1 + 1791 14 0.20324 0.64756 0.99583 1 -1 1 + 1098 14 0.10129 0.45716 0.04955 1 0 0 + 1737 14 0.23473 0.10522 0.19324 1 1 1 + 1295 14 0.14629 0.54495 0.39436 1 2 -1 + 309 14 0.27133 0.50110 0.48859 0 1 0 + 1539 14 0.33500 0.24771 0.48786 0 1 0 + 32 10 0.40543 0.35322 0.40902 0 0 0 + 526 13 0.00560 0.79389 0.86132 0 0 -1 + 218 14 0.37085 0.56078 0.77800 0 0 0 + 1700 14 0.46514 0.51234 0.39481 1 1 0 + 1962 14 0.44958 0.41155 0.67973 -1 0 0 + 1466 14 0.41392 0.73623 0.11805 1 0 1 + 66 7 0.45719 0.76577 0.47960 0 0 0 + 1534 13 0.06379 0.78434 0.42957 2 1 1 + 1846 13 0.01446 0.87470 0.14344 1 0 2 + 1829 14 0.33021 0.72545 0.16277 2 0 0 + 495 14 0.21659 0.37749 0.01038 -1 1 1 + 741 14 0.25871 0.70195 0.41206 0 1 -1 + 307 13 0.25371 0.50903 0.45944 0 1 0 + 456 14 0.28670 0.96113 0.27603 0 -1 0 + 286 13 0.23434 0.09678 0.93746 0 0 0 + 1537 13 0.36177 0.25460 0.46645 0 1 0 + 1203 14 0.31022 0.08422 0.01826 -1 -1 1 + 441 14 0.08602 0.61242 0.16042 -1 0 0 + 798 14 0.11682 0.09973 0.11183 0 0 -1 + 147 14 0.17600 0.33486 0.07673 1 0 -1 + 1415 14 0.07930 0.98370 0.07893 1 0 0 + 2002 13 0.23659 0.96478 0.46262 2 1 1 + 1100 14 0.48981 0.20434 0.46476 0 0 1 + 305 14 0.44858 0.08294 0.27405 0 0 0 + 74 4 0.48457 0.83598 0.45110 0 0 0 + 608 14 0.24276 0.28799 0.31635 0 1 0 + 817 13 0.44052 0.36231 0.95622 0 -1 -2 + 1818 14 0.19429 0.75265 0.28896 0 -1 0 + 993 14 0.30255 0.05090 0.33249 1 -1 -1 + 618 14 0.35957 0.49908 0.30228 1 -1 0 + 597 14 0.20748 0.82709 0.49414 1 -1 0 + 734 14 0.00516 0.70117 0.67166 -1 0 0 + 1957 13 0.11703 0.22648 0.37403 0 1 1 + 30 1 0.34834 0.41840 0.44986 0 0 0 + 1269 14 0.19665 0.86893 0.10665 1 0 1 + 1430 14 0.06322 0.01859 0.78780 1 1 -1 + 1771 13 0.45625 0.87556 0.67002 1 1 -2 + 1514 14 0.46769 0.53490 0.17554 -1 1 0 + 1965 14 0.41384 0.55138 0.13310 0 0 1 + 1180 13 0.35774 0.31500 0.11198 2 0 0 + 287 14 0.23019 0.12614 0.91892 0 0 0 + 911 14 0.28878 0.33706 0.28155 1 0 1 + 368 14 0.42396 0.58715 0.33261 -1 1 1 + 1905 14 0.07069 0.07257 0.23652 1 1 0 + 758 14 0.43620 0.92048 0.52754 -2 -1 1 + 40 4 0.42990 0.46987 0.51505 0 0 0 + 912 14 0.24580 0.36658 0.26308 1 0 1 + 607 13 0.23190 0.28012 0.34864 0 1 0 + 803 14 0.18791 0.37102 0.44212 1 0 -1 + 19 10 0.36601 0.27092 0.27844 0 0 0 + 922 13 0.38508 0.32799 0.69825 -1 1 0 + 375 14 0.47851 0.78006 0.85836 -1 0 0 + 1765 13 0.04940 0.51923 0.33991 1 0 1 + 28 5 0.37522 0.36089 0.39018 0 0 0 + 1102 13 0.16232 0.14960 0.14159 -1 0 0 + 249 14 0.26677 0.34077 0.85676 -1 1 -1 + 1505 14 0.24841 0.62434 0.32221 0 0 0 + 1727 14 0.39958 0.60786 0.24563 1 1 0 + 394 13 0.18268 0.83134 0.94521 0 0 0 + 1033 13 0.06929 0.82285 0.61772 1 0 0 + 1741 13 0.49487 0.71889 0.75311 0 0 0 + 106 13 0.05106 0.61152 0.04241 0 -1 1 + 1456 13 0.23568 0.02834 0.02754 0 1 0 + 521 14 0.34016 0.60529 0.12685 -1 0 1 + 1693 13 0.40265 0.00364 0.86666 0 1 -1 + 73 4 0.43154 0.75862 0.44897 0 0 0 + 352 13 0.03194 0.87441 0.91616 0 -1 1 + 937 13 0.42214 0.12666 0.75931 1 0 -1 + 1828 13 0.34755 0.71619 0.13385 2 0 0 + 482 14 0.07250 0.09916 0.32706 1 1 1 + 1651 13 0.25743 0.65424 0.18126 1 0 0 + 1056 14 0.27326 0.79980 0.58329 0 0 1 + 45 3 0.47261 0.61262 0.50715 0 0 0 + 36 7 0.39155 0.47326 0.50642 0 0 0 + 1373 14 0.09151 0.66746 0.42895 1 -1 0 + 1712 14 0.45574 0.28838 0.55378 1 0 1 + 1964 14 0.42955 0.57924 0.08797 0 0 1 + 1904 14 0.10829 0.03829 0.25821 1 1 0 + 1160 14 0.49140 0.74193 0.92760 0 0 1 + 641 14 0.49521 0.38257 0.80394 0 0 0 + 670 13 0.21904 0.85591 0.83644 0 -1 -1 + 38 3 0.35446 0.54667 0.47544 0 0 0 + 1760 14 0.21474 0.53847 0.26290 0 0 1 + 818 14 0.46600 0.34012 0.94719 0 -1 -2 + 1034 14 0.04181 0.84422 0.62103 1 0 0 + 33 4 0.30896 0.39749 0.39438 0 0 0 + 917 14 0.15351 0.94177 0.52665 0 0 0 + 619 13 0.38026 0.80836 0.84780 -1 -1 -1 + 1353 14 0.37747 0.06488 0.43231 1 0 0 + 1977 14 0.02675 0.78801 0.52036 0 0 0 + 108 14 0.06753 0.64151 0.03518 0 -1 1 + 853 13 0.38579 0.04187 0.27659 -1 0 0 + 2 2 0.34254 0.18598 0.27692 0 0 0 + 395 14 0.15723 0.85364 0.95407 0 0 0 + 69 2 0.49266 0.77417 0.37038 0 0 0 + 219 14 0.34781 0.51738 0.80338 0 0 0 + 2004 14 0.20637 0.96632 0.48014 2 1 1 + 1963 13 0.44163 0.55789 0.11290 0 0 1 + 71 4 0.49435 0.69920 0.47054 0 0 0 + 1745 14 0.27971 0.17886 0.64045 0 1 -1 + 604 13 0.34669 0.86123 0.13511 -1 -2 0 + 143 14 0.08392 0.40749 0.57182 0 0 0 + 1978 13 0.01793 0.59342 0.46958 2 0 -1 + 1956 14 0.07421 0.80688 0.02578 2 0 1 + 258 14 0.19588 0.83997 0.42708 -1 -1 0 + 1809 14 0.34955 0.48627 0.01382 -1 0 1 + 1201 13 0.32273 0.08909 0.98597 -1 -1 0 + 10 3 0.33516 0.33901 0.32022 0 0 0 + 900 14 0.06710 0.40766 0.65356 1 0 1 + 947 14 0.03256 0.55384 0.14006 0 0 1 + 916 13 0.14158 0.96738 0.50603 0 0 0 + 506 14 0.21086 0.12589 0.49369 1 -1 -1 + 1925 14 0.42793 0.00333 0.05598 0 1 -1 + 1071 14 0.07351 0.67131 0.78489 1 0 -1 + 1658 14 0.38055 0.93306 0.24072 0 0 0 + 1032 14 0.14482 0.02677 0.42973 0 0 0 + 510 14 0.33471 0.66570 0.71717 -1 0 1 + 1928 14 0.29630 0.31584 0.59024 0 0 0 + 1476 14 0.10021 0.97034 0.16772 1 -2 2 + 44 1 0.43511 0.63665 0.51574 0 0 0 + 747 14 0.14478 0.49720 0.15493 0 0 -1 + 364 13 0.00626 0.13128 0.05227 0 1 0 + 1217 14 0.10603 0.93035 0.98491 1 -1 -1 + 995 14 0.38250 0.73059 0.26849 1 -1 -1 + 409 13 0.11896 0.89380 0.26396 0 -1 -1 + 35 5 0.38442 0.45111 0.45918 0 0 0 + 649 13 0.18855 0.49346 0.61658 1 0 1 + 1 1 0.36704 0.21107 0.31921 0 0 0 + 1068 14 0.31467 0.21223 0.07542 1 0 0 + 784 13 0.44143 0.90432 0.84618 -1 0 0 + 527 14 0.00534 0.81775 0.88689 0 0 -1 + 365 14 0.03595 0.11835 0.06547 0 1 0 + 831 14 0.49830 0.55867 -0.00193 0 -1 1 + 624 14 0.47550 0.64241 0.03851 1 1 0 + 802 13 0.19177 0.36565 0.47646 1 0 -1 + 1562 14 0.46102 0.97249 0.38893 1 -2 1 + 528 14 0.03044 0.80490 0.83931 0 0 -1 + 1064 14 0.17947 0.88305 0.29779 1 -1 -1 + 171 14 0.40351 0.10091 0.65853 0 1 0 + 1066 13 0.33545 0.19032 0.05778 1 0 0 + 948 14 0.03393 0.59415 0.10221 0 0 1 + 740 14 0.22158 0.72720 0.44435 0 1 -1 + 1949 14 0.05989 0.28825 0.98527 0 0 -1 + 1865 14 0.08193 0.24650 0.15648 1 0 0 + 1497 14 0.06056 0.02041 0.98292 1 1 0 + 606 14 0.33588 0.83771 0.11160 -1 -2 0 + 1656 14 0.44671 0.32560 0.06263 1 -1 -1 + 1063 13 0.21292 0.87321 0.30052 1 -1 -1 + 401 14 0.14850 0.25640 0.52747 1 1 1 + 1695 14 0.36934 0.01181 0.85983 0 1 -1 + 946 13 0.02291 0.58701 0.13462 0 0 1 + 1657 13 0.38425 0.94555 0.20826 0 0 0 + 622 13 0.48617 0.67384 0.04952 1 1 0 + 1542 14 0.48688 0.04027 0.09582 0 0 0 + 354 14 0.00148 0.86512 0.93061 0 -1 1 + 1111 13 0.02608 0.92206 0.83033 0 -1 -1 + 1129 13 0.49157 0.68402 0.94592 0 0 0 + 1543 13 0.08809 0.74625 0.98489 1 0 0 + 785 14 0.41735 0.87898 0.84520 -1 0 0 + 1903 13 0.08157 0.05911 0.26690 1 1 0 + 662 14 0.07569 0.54487 0.46039 0 2 -1 + 1351 13 0.41087 0.07215 0.42493 1 0 0 + 1926 14 0.43880 0.02155 0.00490 0 1 -1 + 150 14 0.47309 0.00128 0.62033 -1 0 0 + 572 14 0.16663 0.41086 0.24366 0 -1 0 + 1090 13 0.42486 0.17282 0.43831 0 0 0 + 1609 13 0.28928 0.19727 0.52943 0 0 0 + 763 13 0.35748 0.81477 0.28477 0 -1 0 + 1383 14 0.13933 0.12214 0.85867 0 0 1 + 1193 14 0.05068 0.23668 0.60398 0 0 0 + 1376 14 -0.00022 0.69486 0.09029 1 -1 0 + 1337 14 0.12679 0.27823 0.64361 2 1 0 + 804 14 0.16072 0.37406 0.49019 1 0 -1 + 764 14 0.34557 0.81487 0.31766 0 -1 0 + 856 13 0.01621 0.26217 0.31079 0 0 0 + 454 13 0.25736 0.97364 0.26169 0 -1 0 + 1079 14 0.34301 0.62410 0.89410 0 -1 -1 + 320 14 0.02611 0.00631 0.27290 0 1 1 + 996 14 0.39166 0.72986 0.21395 1 -1 -1 + 789 14 0.23763 0.18476 0.42110 -1 1 1 + 288 14 0.20301 0.08128 0.93647 0 0 0 + 746 14 0.17652 0.51595 0.11370 0 0 -1 + 1135 13 0.38027 0.34086 0.86693 0 0 0 + 472 13 0.47721 0.51634 0.59495 0 1 0 + 1715 14 0.06778 0.59653 0.72487 0 0 0 + 403 13 0.18047 0.03513 0.25028 0 1 1 + 1495 13 0.07456 0.99072 0.99499 1 0 0 + 1513 13 0.48514 0.51223 0.19564 -1 1 0 + 1540 13 0.50039 0.04508 0.12771 0 0 0 + 1182 14 0.36210 0.34947 0.10806 2 0 0 + 20 4 0.41148 0.27856 0.37657 0 0 0 + 1836 14 0.22809 0.29519 0.99288 1 -1 0 + 1789 13 0.18084 0.62074 0.99445 1 -1 1 + 136 13 0.23612 0.92940 0.16952 0 -1 1 + 855 14 0.39259 0.01033 0.26311 -1 0 0 + 1416 14 0.11615 0.02256 0.09276 1 1 0 + 1464 14 0.17699 0.25570 0.11048 1 0 2 + 1958 14 0.13286 0.20774 0.34910 0 1 1 + 72 4 0.43513 0.78323 0.50885 0 0 0 + 1487 14 0.41381 0.24766 0.80057 0 0 -1 + 410 14 0.11524 0.91484 0.23627 0 -1 -1 + 1564 13 0.33307 0.97879 0.76436 1 -1 0 + 3 3 0.37317 0.19128 0.35687 0 0 0 + 1767 14 0.08183 0.53198 0.34285 1 0 1 + 952 13 0.37821 0.58692 0.37902 0 0 0 + 1666 13 0.47438 0.56929 0.41574 0 1 0 + 1357 13 0.46480 0.41699 0.61221 1 -1 0 + 121 13 0.34700 0.08485 0.18992 0 1 0 + 311 14 0.07532 0.46109 0.43669 0 2 0 + 1617 14 0.44385 0.46326 0.29163 -1 0 0 + 1912 13 0.20358 0.01027 0.37916 1 -1 -1 + 455 14 0.24700 0.94857 0.23962 0 -1 0 + 854 14 0.36763 0.03522 0.30572 -1 0 0 + 1604 14 0.14141 0.21817 0.02937 0 0 1 + 1927 13 0.28851 0.29206 0.61467 0 0 0 + 904 13 0.17064 0.55204 0.51387 0 0 -1 + 7 5 0.37713 0.25767 0.31050 0 0 0 + 1728 14 0.37906 0.64347 0.20862 1 1 0 + 1259 14 0.30826 0.25321 0.17283 1 0 0 + 41 4 0.36920 0.45678 0.53446 0 0 0 + 1249 13 0.33895 0.28895 0.79113 1 -1 1 + 1451 14 0.34518 0.40454 0.21223 1 0 1 + 1041 14 0.01150 0.69077 0.84488 0 -1 1 + 9 1 0.36869 0.33346 0.34844 0 0 0 + 1736 14 0.28027 0.07604 0.18169 1 1 1 + 1187 14 0.28569 0.48785 0.35953 1 -1 0 + 671 14 0.22969 0.87860 0.81205 0 -1 -1 + 655 13 0.12056 0.30533 0.22943 0 0 0 + 775 13 0.20299 0.38045 0.35869 0 1 0 + 1893 14 0.42033 0.83667 0.25887 -1 1 0 + 739 13 0.25553 0.72727 0.43597 0 1 -1 + 1463 14 0.21472 0.24263 0.07220 1 0 2 + 1414 13 0.10891 0.98860 0.09687 1 0 0 + 939 14 0.43060 0.14917 0.78471 1 0 -1 + 11 7 0.45172 0.31029 0.31691 0 0 0 + 696 14 0.05067 0.35292 0.42214 0 0 0 + 1116 14 0.38268 0.11504 0.55484 -1 1 0 + 1830 14 0.33515 0.73745 0.10900 2 0 0 + 157 13 0.42833 0.00212 0.76556 -1 -1 0 + 906 14 0.14946 0.57248 0.53276 0 0 -1 + 203 14 0.48168 0.21592 0.93806 -1 1 0 + 1260 14 0.30503 0.27276 0.12119 1 0 0 + 1624 13 0.13703 0.53866 0.86378 1 -1 0 + 1251 14 0.35907 0.30602 0.81407 1 -1 1 + 1458 14 0.24814 0.05399 0.04779 0 1 0 + 616 13 0.33000 0.50887 0.31817 1 -1 0 + 1914 14 0.22401 0.03672 0.36885 1 -1 -1 + 88 13 0.13998 0.48725 0.94979 -1 -1 -1 + 87 14 0.28887 0.04231 0.79111 -1 0 0 + 1084 13 0.39819 0.01671 0.66913 -1 2 -1 + 801 14 0.27693 0.79961 0.03932 0 -1 1 + 439 13 0.11540 0.62026 0.17770 -1 0 0 + 1431 14 0.06339 0.96469 0.80022 1 0 -1 + 273 14 0.34625 0.14955 0.75940 -2 1 0 + 42 5 0.38882 0.55873 0.54228 0 0 0 + 522 14 0.28984 0.60883 0.14955 -1 0 1 + 800 14 0.26007 0.81241 0.09042 0 -1 1 + 1046 14 0.03601 0.35323 0.01686 0 0 -1 + 661 13 0.10027 0.52297 0.44857 0 2 -1 + 1951 13 0.07023 0.89397 0.73543 1 -1 0 + 271 13 0.32635 0.17291 0.77617 -2 1 0 + 596 14 0.21708 0.87228 0.52454 1 -1 0 + 1452 14 0.38615 0.42363 0.24410 1 0 1 + 272 14 0.33080 0.20265 0.75833 -2 1 0 + 1014 14 0.42862 0.02516 0.52740 0 0 0 + 1929 14 0.31354 0.26783 0.61162 0 0 0 + 1274 14 0.13948 0.68755 0.16362 0 0 0 + 595 13 0.21716 0.86059 0.49158 1 -1 0 + 1189 13 0.32711 0.85922 0.46883 -1 -1 -2 + 245 14 0.14287 0.18868 0.42709 0 1 0 + 62 5 0.43228 0.68437 0.50984 0 0 0 + 1936 13 0.26474 0.54443 0.56482 1 0 0 + 235 13 0.37022 0.94414 0.31264 0 0 -1 + 387 14 0.44293 0.37910 0.20780 0 1 0 + 573 14 0.19557 0.44178 0.27924 0 -1 0 + 541 13 0.44441 0.32299 0.45951 0 1 1 + 1374 14 0.05806 0.65009 0.46943 1 -1 0 + 1091 14 0.42557 0.13791 0.43644 0 0 0 + 1191 14 0.33034 0.89214 0.48019 -1 -1 -2 + 1465 13 0.44885 0.73495 0.11713 1 0 1 + 759 14 0.48885 0.91401 0.54321 -2 -1 1 + 1953 14 0.06701 0.90325 0.76899 1 -1 0 + 1655 14 0.43023 0.37732 0.07322 1 -1 -1 + 1273 13 0.14246 0.72214 0.16785 0 0 0 + 1297 13 0.42007 0.62109 0.76205 1 1 -1 + 246 14 0.13930 0.14381 0.45923 0 1 0 + 225 14 0.18092 0.50095 0.80255 0 -1 -1 + 905 14 0.19892 0.54774 0.53400 0 0 -1 + 1054 13 0.26762 0.76531 0.58210 0 0 1 + 151 13 0.49130 0.07591 0.88774 0 1 1 + 1275 14 0.15110 0.72614 0.20150 0 0 0 + 515 14 0.17633 0.63505 0.79079 1 1 0 + 236 14 0.38595 0.92300 0.33563 0 0 -1 + 1746 14 0.25134 0.18499 0.59336 0 1 -1 + 1661 14 0.13704 0.37149 0.94317 1 -1 -1 + 1938 14 0.24605 0.52360 0.58580 1 0 0 + 1115 14 0.33115 0.10058 0.56880 -1 1 0 + 1055 14 0.23341 0.76224 0.57553 0 0 1 + 1770 14 0.25037 0.16497 0.80953 0 0 0 + 838 13 0.44297 0.08441 0.54904 -1 0 1 + 564 14 0.15342 0.60250 0.88417 1 0 -1 + 1621 13 0.29208 0.42536 0.72234 1 0 1 + 1165 13 0.11923 0.33410 0.36898 0 0 1 + 1150 13 0.03843 0.04221 0.66599 0 1 0 + 1851 14 0.39113 0.66853 0.81117 0 -2 -1 + 835 13 0.29340 0.61977 0.46812 1 -1 -1 + 563 14 0.17235 0.62629 0.93037 1 0 -1 + 1814 14 0.01211 0.97084 0.59161 1 -1 0 + 61 11 0.25237 0.54488 0.70286 0 0 0 + 1125 14 0.28756 0.00650 0.88069 1 2 -1 + 450 14 0.42358 0.20704 0.54072 0 0 -1 + 987 14 0.09888 0.43420 0.17571 1 0 1 + 1580 14 0.10164 0.78548 0.81866 1 -1 -1 + 1595 14 0.06764 0.34414 0.32812 0 0 1 + 659 14 0.07651 0.09722 0.51096 0 0 0 + 1915 13 0.33466 0.76219 0.65962 2 0 0 + 865 13 0.42641 0.79567 0.01077 0 -2 1 + 1744 13 0.24862 0.17230 0.62584 0 1 -1 + 120 14 0.18722 0.74943 0.85054 1 -2 -1 + 70 10 0.39969 0.69884 0.51726 0 0 0 + 652 13 0.05600 0.81593 0.23619 0 0 0 + 1211 14 0.22532 0.94936 0.82854 0 -2 0 + 339 14 0.39609 0.93321 0.07319 0 -1 1 + 355 13 0.27748 0.61742 0.90400 0 -1 -1 + 303 14 0.06497 0.15346 0.65022 -1 1 0 + 114 14 0.22818 0.38310 0.53544 0 -1 0 + 514 13 0.15897 0.62013 0.76435 1 1 0 + 192 14 0.11474 0.90566 0.66853 1 0 0 + 167 14 0.35896 0.89479 0.93057 0 0 -1 + 1347 14 0.31638 0.73210 0.47586 0 -2 0 + 169 13 0.40282 0.13586 0.65952 0 1 0 + 1411 13 0.34219 0.85030 0.76073 -1 -1 -1 + 321 14 0.03394 0.95756 0.24798 0 0 1 + 1493 14 0.34435 0.24377 0.93932 -1 -1 1 + 681 14 0.01013 0.10367 0.79791 0 0 1 + 1371 14 0.25542 0.76078 0.72236 0 0 0 + 1210 13 0.22882 0.97159 0.85530 0 -2 0 + 86 14 0.24911 0.06028 0.82510 -1 0 0 + 1932 14 0.36690 0.53385 0.19730 0 0 0 + 1265 14 0.26879 0.12100 0.39505 0 0 0 + 434 14 0.13498 0.13213 0.95164 0 1 -1 + 1255 13 0.24683 0.92354 0.75672 1 -1 0 + 487 13 0.02899 0.66056 0.29943 0 0 0 + 50 8 0.32363 0.54461 0.67409 0 0 0 + 1399 13 0.18459 0.78336 0.67915 1 0 0 + 1136 14 0.37496 0.32021 0.89465 0 0 0 + 920 14 0.12626 0.66237 0.52108 0 0 -1 + 972 14 0.33405 0.70061 0.87111 -2 1 -1 + 1924 13 0.45182 0.02080 0.03735 0 1 -1 + 1807 13 0.32748 0.46735 0.03325 -1 0 1 + 1110 14 0.48573 0.47075 0.03176 0 0 1 + 1384 13 0.38138 0.29366 0.21146 0 1 0 + 587 14 0.36367 0.16723 0.91457 0 0 0 + 1320 14 0.28435 0.58048 0.06342 1 -1 0 + 543 14 0.45125 0.33189 0.49263 0 1 1 + 337 13 0.41764 0.91743 0.09575 0 -1 1 + 578 14 0.23524 0.50341 0.93718 0 0 -1 + 1647 14 0.00991 0.11462 0.20464 0 1 0 + 1170 14 0.23226 0.38528 0.63725 0 -1 -1 + 113 14 0.27129 0.40085 0.56520 0 -1 0 + 1459 13 0.33345 0.32170 0.53934 0 1 0 + 1813 13 0.04080 0.95085 0.59244 1 -1 0 + 85 13 0.27053 0.07086 0.79956 -1 0 0 + 118 13 0.15896 0.73698 0.86696 1 -2 -1 + 1638 14 0.29312 0.82617 0.38823 1 -1 -1 + 1293 14 0.14394 0.25383 0.87098 0 -1 -1 + 701 14 0.41793 0.83651 0.57440 1 -1 -1 + 679 13 0.02545 0.13484 0.80204 0 0 1 + 1220 14 0.16012 0.12885 0.59865 0 0 1 + 433 13 0.11984 0.13084 0.98314 0 1 -1 + 301 13 0.09547 0.15454 0.63315 -1 1 0 + 503 14 0.33827 0.96043 0.98864 0 -1 -1 + 1350 14 0.32950 0.62487 0.36489 0 -1 1 + 1646 14 -0.00358 0.06538 0.18336 0 1 0 + 447 14 0.33869 0.84503 0.57278 -1 -1 -1 + 445 13 0.30549 0.85373 0.56605 -1 -1 -1 + 1226 14 0.20853 0.96263 0.05515 1 -1 0 + 145 13 0.16304 0.32627 0.10806 1 0 -1 + 353 14 0.05218 0.88323 0.94328 0 -1 1 + 1976 14 0.03516 0.73540 0.53522 0 0 0 + 836 14 0.26899 0.60920 0.49082 1 -1 -1 + 663 14 0.12532 0.52392 0.47294 0 2 -1 + 1644 14 0.40760 0.05756 0.92552 0 0 -1 + 1133 14 0.05919 0.12774 0.58620 0 2 -1 + 1707 14 0.48916 0.09056 1.00255 1 1 0 + 46 7 0.38428 0.64190 0.59108 0 0 0 + 105 14 0.16483 0.10788 0.23687 0 -1 0 + 1780 13 0.05340 0.49366 0.16673 1 0 0 + 923 14 0.38931 0.30006 0.67763 -1 1 0 + 757 13 0.45845 0.89690 0.54065 -2 -1 1 + 1367 14 0.12997 0.88297 0.43969 0 -1 0 + 899 14 0.05078 0.35524 0.66027 1 0 1 + 883 13 0.34652 0.97782 0.05973 0 0 0 + 1916 14 0.31224 0.76306 0.63280 2 0 0 + 1930 13 0.36737 0.52470 0.16355 0 0 0 + 1823 14 0.42871 0.51881 0.98173 1 -1 -1 + 1421 14 0.48623 0.90035 0.25817 0 0 0 + 1369 13 0.27940 0.77085 0.74573 0 0 0 + 1822 13 0.40005 0.51016 0.96364 1 -1 -1 + 1095 14 0.35943 0.59789 0.03023 -1 0 2 + 776 14 0.22174 0.40761 0.37027 0 1 0 + 247 13 0.26079 0.30758 0.84749 -1 1 -1 + 112 13 0.23646 0.40298 0.56300 0 -1 0 + 43 6 0.38816 0.61445 0.54044 0 0 0 + 1241 14 0.26036 0.85389 0.25826 0 -1 0 + 1400 14 0.18490 0.75720 0.65593 1 0 0 + 1258 13 0.29209 0.24803 0.14226 1 0 0 + 1318 13 0.28305 0.58412 0.02867 1 -1 0 + 52 8 0.27742 0.56522 0.68015 0 0 0 + 1151 14 0.06114 0.04679 0.69218 0 1 0 + 1994 14 0.28152 0.45989 0.19182 1 -1 0 + 1199 14 0.25767 0.06718 0.72893 0 0 -1 + 1216 13 0.11327 0.89700 0.97724 1 -1 -1 + 516 14 0.13040 0.60649 0.77920 1 1 0 + 611 14 0.15124 0.06000 0.86087 -1 1 0 + 123 14 0.37946 0.09340 0.18013 0 1 0 + 168 14 0.34153 0.84686 0.95196 0 0 -1 + 1544 14 0.09484 0.75727 0.95240 1 0 0 + 1937 14 0.28011 0.56717 0.58648 1 0 0 + 51 8 0.26502 0.61080 0.65938 0 0 0 + 869 14 0.21700 0.84284 0.67720 0 0 0 + 897 14 0.45240 0.14397 0.14355 0 1 0 + 546 14 0.33882 0.08801 0.86717 1 1 -1 + 1492 13 0.34709 0.27533 0.95412 -1 -1 1 + 132 14 0.36071 0.43649 0.09099 1 -1 0 + 777 14 0.19164 0.39044 0.32716 0 1 0 + 682 13 0.28060 0.75278 0.20399 -1 -1 -1 + 722 14 0.24755 0.83284 0.95866 0 0 1 + 1461 14 0.36501 0.30909 0.53109 0 1 0 + 131 14 0.38760 0.42051 0.13661 1 -1 0 + 191 14 0.13363 0.95718 0.67543 1 0 0 + 1815 14 0.06518 0.97112 0.60720 1 -1 0 + 575 14 0.40189 0.73772 0.98219 0 -2 -1 + 190 13 0.13492 0.92996 0.65351 1 0 0 + 1496 14 0.04732 0.97250 0.00718 1 0 1 + 398 14 0.48767 0.16630 0.07188 -1 0 1 + 1152 14 0.01841 0.07088 0.66663 0 1 0 + 502 13 0.33688 0.95295 0.95450 0 -1 -1 + 217 13 0.34942 0.55230 0.80430 0 0 0 + 1319 14 0.28314 0.61871 0.02347 1 -1 0 + 898 13 0.05059 0.38153 0.63721 1 0 1 + 1486 13 0.42473 0.22560 0.82541 0 0 -1 + 1566 14 0.31179 0.95577 0.77986 1 -1 0 + 565 13 0.35821 0.92190 0.68572 0 1 0 + 823 13 0.00721 0.92601 0.02284 1 -1 1 + 110 14 0.20640 0.21520 0.33879 0 0 0 + 1294 13 0.14828 0.54715 0.35951 1 2 -1 + 1642 13 0.41300 0.06599 0.95903 0 0 -1 + 1346 14 0.30732 0.74136 0.52963 0 -2 0 + 1263 14 0.34294 0.04669 0.63158 1 0 0 + 1093 13 0.38717 0.61365 0.04454 -1 0 2 + 1677 14 0.05091 0.20346 0.94927 1 0 -1 + 651 14 0.20495 0.46503 0.60450 1 0 1 + 1218 14 0.10475 0.87930 0.00617 1 -1 0 + 1993 13 0.28742 0.44253 0.22160 1 -1 0 + 1432 13 0.47790 0.95618 0.16533 1 -1 0 + 721 13 0.27788 0.84148 0.97376 0 0 1 + 781 13 0.22102 0.38349 0.16101 1 0 0 + 302 14 0.10387 0.18848 0.63236 -1 1 0 + 1944 14 0.01749 0.13707 0.72937 -1 1 0 + 1996 13 0.01735 0.66798 0.19829 0 -1 0 + 1645 13 0.02332 0.08331 0.19669 0 1 0 + 204 14 0.43854 0.19713 0.96714 -1 1 0 + 567 14 0.38920 0.91216 0.67278 0 1 0 + 54 4 0.35800 0.62765 0.51869 0 0 0 + 1393 13 0.06329 0.39964 0.81918 1 -1 0 + 1236 14 0.44280 0.58740 0.87300 1 0 0 + 1756 13 0.14474 0.06608 0.67981 0 1 1 + 886 13 0.02583 0.24384 0.84909 0 0 0 + 660 14 0.10097 0.08035 0.46430 0 0 0 + 1467 14 0.45609 0.70939 0.09438 1 0 1 + 164 14 0.10617 0.29825 0.10955 -1 0 2 + 493 13 0.18882 0.35643 0.00749 -1 1 1 + 1488 14 0.40005 0.22731 0.85012 0 0 -1 + 1108 13 0.48078 0.50516 0.02788 0 0 1 + 1917 14 0.35560 0.78972 0.65444 2 0 0 + 1920 14 0.04845 0.37901 0.93819 1 1 -1 + 1061 14 0.29649 0.02505 0.45608 -1 1 1 + 1060 13 0.31027 0.05663 0.45010 -1 1 1 + 1623 14 0.27411 0.39872 0.70854 1 0 1 + 885 14 0.34051 0.97899 0.09416 0 0 0 + 1824 14 0.39787 0.53443 0.93855 1 -1 -1 + 418 13 0.21059 0.27681 0.19722 -1 2 0 + 1345 13 0.33054 0.72745 0.50750 0 -2 0 + 1256 14 0.22460 0.95052 0.75562 1 -1 0 + 362 14 0.27199 0.76917 0.81663 0 -1 0 + 576 14 0.36893 0.70838 0.94884 0 -2 -1 + 216 14 0.30891 0.94677 0.56771 0 0 0 + 1340 14 0.29278 0.51620 0.85765 -1 -1 -2 + 1581 14 0.07180 0.78997 0.77230 1 -1 -1 + 562 13 0.16438 0.63312 0.89702 1 0 -1 + 1348 13 0.30210 0.64434 0.37454 0 -1 1 + 783 14 0.23810 0.41277 0.15242 1 0 0 + 1701 14 0.48108 0.46954 0.36362 1 1 0 + 1382 14 0.15480 0.16349 0.89199 0 0 1 + 1262 14 0.29233 0.06404 0.64563 1 0 0 + 435 14 0.08867 0.11611 0.97728 0 1 -1 + 700 13 0.39615 0.84050 0.60146 1 -1 -1 + 1354 13 0.24569 0.39303 0.90903 1 0 0 + 1850 14 0.36493 0.70644 0.78059 0 -2 -1 + 738 14 0.11536 0.76466 0.39279 0 0 0 + 1315 13 0.27511 0.19130 0.96830 1 0 -1 + 426 14 0.22961 0.23240 0.54678 0 1 0 + 868 13 0.24155 0.86755 0.67420 0 0 0 + 214 13 0.32727 0.94493 0.53800 0 0 0 + 1616 14 0.43570 0.51342 0.26980 -1 0 0 + 672 14 0.19201 0.87177 0.85196 0 -1 -1 + 475 13 0.19028 0.70378 0.60732 0 0 0 + 1261 13 0.31223 0.05634 0.61792 1 0 0 + 1395 14 0.06570 0.42903 0.83798 1 -1 0 + 103 13 0.18390 0.13710 0.23456 0 -1 0 + 60 11 0.22727 0.62181 0.66260 0 0 0 + 424 13 0.20752 0.25321 0.56417 0 1 0 + 1386 14 0.37796 0.29401 0.17666 0 1 0 + 57 11 0.39566 0.56047 0.63967 0 0 0 + 361 13 0.25599 0.76296 0.84710 0 -1 0 + 1413 14 0.35829 0.82870 0.78303 -1 -1 -1 + 852 14 0.16993 0.48930 0.05199 0 1 1 + 1878 14 0.11369 0.77475 0.15151 1 1 -1 + 1366 13 0.09646 0.88572 0.43007 0 -1 0 + 579 14 0.25825 0.54025 0.97143 0 0 -1 + 356 14 0.27661 0.64069 0.93009 0 -1 -1 + 1317 14 0.29277 0.18166 0.99690 1 0 -1 + 1975 13 0.05211 0.76484 0.52691 0 0 0 + 940 13 0.10135 0.64826 0.36825 0 1 -1 + 699 14 0.39487 0.84818 0.37215 1 -1 -1 + 924 14 0.35599 0.32114 0.71642 -1 1 0 + 577 13 0.24983 0.50641 0.96882 0 0 -1 + 1355 14 0.21168 0.38599 0.91313 1 0 0 + 223 13 0.21314 0.49586 0.78995 0 -1 -1 + 399 14 0.45981 0.21388 0.07622 -1 0 1 + 357 14 0.24590 0.61971 0.88915 0 -1 -1 + 1018 13 0.32081 0.99871 0.15457 0 -1 0 + 1410 14 0.30985 0.41123 0.00956 1 0 2 + 1563 14 0.41628 0.94614 0.40799 1 -2 1 + 1338 14 0.14161 0.25124 0.59766 2 1 0 + 703 13 0.41567 0.27321 0.02566 0 -1 0 + 1007 14 0.29005 0.95340 0.65824 0 -2 -1 + 1168 13 0.22253 0.35903 0.65821 0 -1 -1 + 792 14 0.17961 0.93351 0.59382 0 -1 -1 + 1876 13 0.10220 0.80520 0.13874 1 1 -1 + 1714 13 0.04662 0.60218 0.75213 0 0 0 + 1538 14 0.36226 0.22771 0.44410 0 1 0 + 135 14 0.02004 0.90283 0.63877 0 0 -1 + 867 14 0.44575 0.79928 0.03969 0 -2 1 + 1062 14 0.28742 0.07899 0.46429 -1 1 1 + 1134 14 0.00536 0.11925 0.57671 0 2 -1 + 1950 14 0.11431 0.29774 0.98812 0 0 -1 + 58 11 0.28904 0.66683 0.61083 0 0 0 + 1711 13 0.46717 0.32141 0.55509 1 0 1 + 1299 14 0.45148 0.63014 0.74962 1 1 -1 + 895 13 0.44349 0.11722 0.16424 0 1 0 + 1188 14 0.25115 0.48931 0.40270 1 -1 0 + 138 14 0.21866 0.93686 0.14015 0 -1 1 + 48 8 0.35819 0.57114 0.64590 0 0 0 + 163 13 0.07340 0.28617 0.11125 -1 0 2 + 1401 14 0.15342 0.78080 0.69481 1 0 0 + 508 13 0.36344 0.68558 0.71878 -1 0 1 + 520 13 0.30762 0.59277 0.12407 -1 0 1 + 146 14 0.18024 0.34677 0.13058 1 0 -1 + 1124 14 0.28513 0.05629 0.90466 1 2 -1 + 1194 14 0.05126 0.24376 0.54913 0 0 0 + 1626 14 0.13034 0.52489 0.89522 1 -1 0 + 137 14 0.26009 0.95473 0.17213 0 -1 1 + 1200 14 0.21982 0.05394 0.69084 0 0 -1 + 1660 13 0.14401 0.37483 0.90906 1 -1 -1 + 49 8 0.29957 0.63443 0.63073 0 0 0 + 1861 13 0.01460 0.07149 0.97059 1 -1 0 + 1931 14 0.34105 0.54273 0.14922 0 0 0 + 934 13 0.39304 0.43288 0.90582 0 0 0 + 1008 14 0.27941 0.99638 0.62509 0 -2 -1 + 338 14 0.39758 0.89382 0.11199 0 -1 1 + 1412 14 0.30810 0.84445 0.76593 -1 -1 -1 + 142 13 0.08468 0.39126 0.54085 0 0 0 + 790 13 0.20454 0.91631 0.57633 0 -1 -1 + 56 4 0.41977 0.64272 0.61077 0 0 0 + 1758 14 0.13410 0.09833 0.67145 0 1 1 + 1219 13 0.18816 0.11018 0.58927 0 0 1 + 1298 14 0.39849 0.64597 0.75029 1 1 -1 + 165 14 0.05565 0.30570 0.08831 -1 0 2 + 1740 14 0.47643 0.21362 0.86182 0 1 0 + 1186 13 0.25326 0.47916 0.36930 1 -1 0 + 270 14 0.18861 0.77380 0.00019 0 0 1 + 313 13 0.27375 0.68795 0.99135 -1 1 -1 + 1586 14 0.14610 0.97531 0.35458 1 -1 0 + 603 14 0.16075 0.01013 0.71542 0 -1 -1 + 1877 14 0.09796 0.82549 0.16691 1 1 -1 + 1503 14 0.14439 0.31515 0.72635 1 0 0 + 1381 13 0.15174 0.12868 0.89071 0 0 1 + 602 14 0.14658 0.98563 0.76294 0 -2 -1 + 1408 13 0.29088 0.38220 0.00507 1 0 2 + 224 14 0.23341 0.49355 0.81836 0 -1 -1 + 1622 14 0.26767 0.44602 0.73648 1 0 1 + 119 14 0.16903 0.70588 0.87938 1 -2 -1 + 1676 14 0.04396 0.19765 1.00384 1 0 -1 + 130 13 0.38234 0.41184 0.10314 1 -1 0 + 884 14 0.34373 0.01105 0.04921 0 1 0 + 1359 14 0.48399 0.39919 0.58901 1 -1 0 + 423 14 0.12177 0.90482 0.89348 -1 -2 0 + 850 13 0.20427 0.49090 0.05839 0 1 1 + 481 13 0.06787 0.10549 0.36114 1 1 1 + 367 13 0.44353 0.57608 0.30582 -1 1 1 + 1433 14 0.45420 0.94802 0.14095 1 -1 0 + 1069 13 0.06877 0.67625 0.81918 1 0 -1 + 397 13 0.45741 0.17969 0.08318 -1 0 1 + 1933 13 0.10649 0.52042 0.06014 1 1 1 + 866 14 0.43662 0.82193 0.99007 0 -2 0 + 1114 13 0.35003 0.12743 0.55672 -1 1 0 + 698 14 0.36634 0.87478 0.41136 1 -1 -1 + 215 14 0.35367 0.96739 0.54260 0 0 0 + 1123 13 0.30770 0.03272 0.89208 1 2 -1 + 1120 13 0.06857 0.57651 0.58966 0 -1 0 + 542 14 0.42038 0.29771 0.46201 0 1 1 + 1221 14 0.21465 0.12470 0.60689 0 0 1 + 1769 14 0.26635 0.17511 0.86150 0 0 0 + 509 14 0.35747 0.71147 0.69605 -1 0 1 + 684 14 0.25442 0.74211 0.22457 -1 -1 -1 + 449 14 0.47786 0.21389 0.53261 0 0 -1 + 1409 14 0.27959 0.38412 0.97203 1 0 1 + 385 13 0.47476 0.36543 0.20303 0 1 0 + 476 14 0.22164 0.69585 0.59401 0 0 0 + 1687 13 0.35273 0.44524 0.79642 0 0 0 + 264 14 0.05151 0.16216 0.45982 0 1 -1 + 986 14 0.13872 0.39583 0.17586 1 0 1 + 384 14 0.07857 0.28622 0.82985 0 0 0 + 1849 13 0.37698 0.70047 0.81287 0 -2 -1 + 1573 13 0.38977 0.22970 0.63724 1 1 -1 + 1240 13 0.28081 0.85584 0.22996 0 -1 0 + 1341 14 0.30074 0.46416 0.84069 -1 -1 -2 + 837 14 0.31700 0.59397 0.46798 1 -1 -1 + 477 14 0.16787 0.68367 0.58953 0 0 0 + 723 14 0.27827 0.87645 0.97327 0 0 1 + 970 13 0.32403 0.71870 0.89931 -2 1 -1 + 1006 13 0.27519 0.96176 0.62770 0 -2 -1 + 1662 14 0.13243 0.34508 0.89479 1 -1 -1 + 566 14 0.34387 0.89222 0.69740 0 1 0 + 1757 14 0.14586 0.04904 0.64929 0 1 1 + 1292 14 0.17979 0.21725 0.85009 0 -1 -1 + 1352 14 0.42477 0.04136 0.41591 1 0 0 + 1574 14 0.38941 0.19648 0.64815 1 1 -1 + 1012 13 0.42271 0.99221 0.51729 0 -1 0 + 851 14 0.21873 0.49707 0.02715 0 1 1 + 1225 13 0.19656 0.94287 0.08141 1 -1 0 + 1316 14 0.27007 0.22568 0.97228 1 0 -1 + 202 13 0.47174 0.20758 0.97054 -1 1 0 + 474 14 0.47992 0.55108 0.59793 0 1 0 + 1995 14 0.26686 0.45824 0.24513 1 -1 0 + 1291 13 0.16006 0.22365 0.87824 0 -1 -1 + 839 14 0.45899 0.09550 0.57808 -1 0 1 + 658 13 0.09496 0.10887 0.48363 0 0 0 + 1023 14 0.01323 0.67454 0.58055 0 -1 0 + 446 14 0.30769 0.88420 0.54902 -1 -1 -1 + 1035 14 0.06759 0.81143 0.58471 1 0 0 + 166 13 0.36271 0.86016 0.92751 0 0 -1 + 1637 14 0.29887 0.77120 0.39021 1 -1 -1 + 870 14 0.23918 0.87829 0.64100 0 0 0 + 705 14 0.44093 0.25968 0.00561 0 -1 0 + 448 13 0.45268 0.21837 0.55646 0 0 -1 + 1675 13 0.03505 0.21801 0.97684 1 0 -1 + 1615 13 0.41868 0.48475 0.28034 -1 0 0 + 1942 13 0.01215 0.14076 0.69500 -1 1 0 + 1460 14 0.32677 0.34549 0.51460 0 1 0 + 1122 14 0.08498 0.57965 0.62038 0 -1 0 + 1289 14 0.13176 0.77495 0.51387 1 0 0 + 1021 13 0.02535 0.67011 0.61305 0 -1 0 + 736 13 0.14257 0.74772 0.37881 0 0 0 + 402 14 0.12944 0.24429 0.47698 1 1 1 + 1232 14 0.34264 0.41484 0.63582 0 0 0 + 610 13 0.16035 0.03723 0.83594 -1 1 0 + 1579 13 0.08367 0.80853 0.79946 1 -1 -1 + 1892 14 0.45381 0.82770 0.21577 -1 1 0 + 1954 13 0.08089 0.83468 0.04593 2 0 1 + 12 8 0.49006 0.26890 0.31353 0 0 0 + 1682 14 0.05434 0.74921 0.70686 0 -1 -1 + 2003 14 0.24584 0.93108 0.46403 2 1 1 + 504 14 0.33073 0.98370 0.93903 0 -1 -1 + 1683 14 0.08173 0.78590 0.67583 0 -1 -1 + 383 14 0.09272 0.33923 0.82288 0 0 0 + 1086 14 0.38859 0.98325 0.66572 -1 1 -1 + 702 14 0.41568 0.85550 0.62630 1 -1 -1 + 621 14 0.37656 0.77467 0.85643 -1 -1 -1 + 694 13 0.02241 0.33242 0.42419 0 0 0 + 1636 13 0.31131 0.79975 0.37430 1 -1 -1 + 363 14 0.24558 0.79448 0.85811 0 -1 0 + 1594 13 0.05378 0.35524 0.29800 0 0 1 + 494 14 0.16156 0.37665 0.01592 -1 1 1 + 47 8 0.34760 0.61596 0.62418 0 0 0 + 1494 14 0.31407 0.28633 0.95752 -1 -1 1 + 1768 13 0.23899 0.17801 0.83992 0 0 0 + 1296 14 0.17665 0.52848 0.35116 1 2 -1 + 1681 13 0.08328 0.76883 0.70632 0 -1 -1 + 1935 14 0.11619 0.52868 0.09271 1 1 1 + 1198 13 0.25435 0.05569 0.69607 0 0 -1 + 657 14 0.11260 0.27737 0.21000 0 0 0 + 733 13 0.00511 0.71328 0.70446 -1 0 0 + 601 13 0.17010 0.98433 0.73709 0 -2 -1 + 545 14 0.33734 0.12802 0.82900 1 1 -1 + 791 14 0.23362 0.92162 0.59502 0 -1 -1 + 1121 14 0.05693 0.54353 0.58927 0 -1 0 + 427 13 0.28268 0.09793 0.08382 -1 0 0 + 544 13 0.35052 0.12028 0.86046 1 1 -1 + 152 14 0.49439 0.07173 0.92232 0 1 1 + 683 14 0.27998 0.78766 0.20639 -1 -1 -1 + 678 14 0.00599 0.49467 0.64506 0 1 0 + 1144 13 0.03154 0.45520 0.26749 0 1 -1 + 612 14 0.13040 0.02149 0.82708 -1 1 0 + 704 14 0.38724 0.27299 0.00530 0 -1 0 + 574 13 0.38650 0.70648 0.97902 0 -2 -1 + 942 14 0.11103 0.61499 0.36351 0 1 -1 + 1094 14 0.38487 0.64686 0.03383 -1 0 2 + 268 13 0.19328 0.75438 0.02890 0 0 1 + 1716 14 0.02086 0.62203 0.73927 0 0 0 + 935 14 0.38079 0.45890 0.92571 0 0 0 + 1689 14 0.33630 0.43305 0.76806 0 0 0 + 588 14 0.36298 0.16828 0.96986 0 0 0 + 254 14 0.42993 0.46893 0.80725 -1 -1 -1 + 421 13 0.13124 0.88084 0.86986 -1 -2 0 + 737 14 0.13073 0.71532 0.37307 0 0 0 + 425 14 0.22808 0.27233 0.58503 0 1 0 + 1257 14 0.24530 0.90961 0.72469 1 -1 0 + 1212 14 0.20481 0.99631 0.84937 0 -2 0 + 314 14 0.24752 0.71071 0.98723 -1 1 -1 + 315 14 0.30246 0.70786 0.99296 -1 1 -1 + 1166 14 0.14909 0.35085 0.37606 0 0 1 + 248 14 0.23282 0.29815 0.86625 -1 1 -1 + 1339 13 0.28186 0.48341 0.86296 -1 -1 -2 + 428 14 0.26714 0.09662 0.11512 -1 0 0 + 1394 14 0.06150 0.41057 0.78601 1 -1 0 + 1227 14 0.16726 0.95890 0.09178 1 -1 0 + 420 14 0.23416 0.29209 0.21806 -1 2 0 + 782 14 0.22357 0.38174 0.19584 1 0 0 + 59 11 0.33082 0.50839 0.68799 0 0 0 + 382 13 0.10482 0.30874 0.83500 0 0 0 + 1132 13 0.03686 0.10476 0.57217 0 2 -1 + 1368 14 0.09594 0.91265 0.40776 0 -1 0 + 253 13 0.45920 0.45942 0.79064 -1 -1 -1 + 1231 13 0.33281 0.40215 0.60475 0 0 0 + 936 14 0.41529 0.41568 0.92660 0 0 0 + 55 4 0.37130 0.67953 0.58316 0 0 0 + 1356 14 0.24696 0.42764 0.90421 1 0 0 + 1667 14 0.47076 0.57617 0.44983 0 1 0 + 586 13 0.37949 0.18179 0.94215 0 0 0 + 262 13 0.03601 0.16895 0.42921 0 1 -1 + 680 14 0.00928 0.14896 0.82965 0 0 1 + 24 11 0.48579 0.26840 0.23524 0 0 0 + 1233 14 0.35162 0.37292 0.60088 0 0 0 + 1688 14 0.36494 0.41666 0.81244 0 0 0 + 1862 14 0.00809 0.08754 1.00097 1 -1 0 + 1329 14 0.11834 0.69799 0.09527 0 -1 0 + 1654 13 0.45878 0.35813 0.06695 1 -1 -1 + 1167 14 0.12777 0.30020 0.36985 0 0 1 + 919 13 0.13192 0.64182 0.54881 0 0 -1 + 1866 14 0.09943 0.19543 0.16852 1 0 0 + 1979 14 -0.00054 0.58010 0.49611 2 0 -1 + 1085 14 0.39992 0.02186 0.70367 -1 2 -1 + 1782 14 0.06675 0.49055 0.19890 1 0 0 + 1013 14 0.43144 0.99173 0.48343 0 -1 0 + 1146 14 0.04295 0.42575 0.28251 0 1 -1 + 1879 13 0.03662 0.86925 0.51991 0 -1 -1 + 373 13 0.47125 0.78857 0.82523 -1 0 0 + 786 14 0.46416 0.89388 0.87062 -1 0 0 + 1235 14 0.48118 0.54765 0.87557 1 0 0 + 1881 14 0.03108 0.89317 0.54481 0 -1 -1 + 1358 14 0.46371 0.44957 0.59954 1 -1 0 + 778 13 0.00911 0.75094 0.32799 0 0 0 + 830 14 0.48449 0.58421 0.95100 0 -1 0 + 807 14 0.49788 0.77001 0.14881 1 -1 0 + 134 14 0.01745 0.88082 0.68944 0 0 -1 + 1699 13 0.46131 0.47776 0.39126 1 1 0 + 1171 13 0.49278 0.68312 0.22158 0 -2 0 + 340 13 0.00901 0.86277 0.32248 -1 -1 0 + 319 13 0.01289 0.97402 0.27054 0 0 1 + 1743 14 0.47839 0.74029 0.77533 0 0 0 + 1781 14 0.01894 0.48964 0.17111 1 0 0 + 829 13 0.49916 0.58984 0.98223 0 -1 0 + 369 14 0.47581 0.58722 0.31336 -1 1 1 + 1159 13 0.48157 0.77536 0.93059 0 0 1 + 1599 14 0.01085 0.05413 0.42292 1 0 1 + 488 14 0.02373 0.69512 0.30052 0 0 0 + 653 14 0.03911 0.82976 0.26351 0 0 0 + 374 14 0.43725 0.79678 0.82554 -1 0 0 + 1434 14 0.48573 0.98968 0.15908 1 -1 0 + 1161 14 0.45476 0.77464 0.95303 0 0 1 + 648 14 0.00226 0.33116 0.48985 1 0 0 + 98 14 0.00109 0.11330 0.91207 -1 0 -1 + 1545 14 0.05834 0.72809 0.98199 1 0 0 + 304 13 0.47554 0.09506 0.25537 0 0 0 + 1113 14 0.03123 0.90802 0.86194 0 -1 -1 + 386 14 0.47525 0.35588 0.16939 0 1 0 + 297 14 0.49208 0.69558 0.69444 -1 0 0 + 1598 14 0.01525 0.01287 0.38635 1 0 1 + 1848 14 0.01530 0.84004 0.14803 1 0 2 + 478 13 0.00437 0.46178 0.75746 0 0 1 + 180 14 0.00146 0.22256 0.44065 0 0 1 + 1713 14 0.49250 0.32097 0.57919 1 0 1 + 67 7 0.49982 0.80128 0.46561 0 0 0 + 725 14 0.49591 0.20372 0.60710 0 0 0 + 342 14 0.00444 0.87474 0.35502 -1 -1 0 + 623 14 0.49849 0.68948 0.02076 1 1 0 + 1733 14 0.68322 0.81406 0.44089 1 0 0 + 376 13 0.74835 0.67828 0.93009 -1 0 0 + 891 14 0.91191 0.46661 0.34977 0 0 0 + 902 14 0.62899 0.66671 0.64705 0 -1 0 + 1518 14 0.76445 0.91292 0.85807 0 0 0 + 760 13 0.88826 0.20233 0.28431 -1 1 1 + 1417 13 0.68795 0.68751 0.47095 -1 0 0 + 124 13 0.52754 0.64303 0.82238 -1 -1 0 + 534 14 0.86250 0.35005 0.39734 0 2 1 + 762 14 0.88830 0.21872 0.31520 -1 1 1 + 822 14 0.72636 0.15621 0.97206 -1 -1 -1 + 291 14 0.97823 0.50418 0.00658 -1 0 0 + 844 13 0.94692 0.03578 0.14456 -1 0 0 + 1673 14 0.95290 0.58294 0.57104 0 1 1 + 961 13 0.62436 0.75871 0.22192 0 0 -1 + 115 13 0.64744 0.56441 0.19622 1 0 -1 + 452 14 0.52080 0.64953 0.27127 -1 0 0 + 825 14 0.97287 0.93141 0.02663 0 -1 1 + 1205 14 0.59026 0.21531 0.60989 0 -1 0 + 201 14 0.58106 0.23773 0.08783 -1 1 0 + 228 14 0.87223 0.27839 0.24051 -2 1 0 + 731 14 0.71058 0.15038 0.39049 0 2 0 + 334 13 0.77652 0.00689 0.96395 0 0 -1 + 1774 13 0.98176 0.76071 0.17531 0 -2 0 + 1027 13 0.70792 0.86448 0.01760 1 0 1 + 1047 14 0.99221 0.36922 0.04660 -1 0 -1 + 1686 14 0.61421 0.32008 0.52884 0 0 -1 + 1077 14 0.66786 0.77241 0.89068 1 0 -1 + 326 14 0.93369 0.53988 0.38789 -1 0 1 + 1313 14 0.63863 0.49770 0.34532 1 1 -1 + 1491 14 0.93654 0.96964 0.97949 -1 0 0 + 1140 14 0.63803 0.98101 0.32551 0 0 0 + 1706 14 0.53180 0.11389 0.97615 1 1 0 + 1708 13 0.82605 0.00040 0.22116 0 1 2 + 1844 14 0.99191 0.98745 0.68439 0 -2 0 + 813 14 0.73389 0.21238 0.47857 0 -1 -1 + 712 13 0.95678 0.72764 0.43216 -1 0 -1 + 1405 13 0.69349 0.03601 0.50056 0 0 0 + 1602 14 0.88650 0.42894 0.86963 0 0 -2 + 1776 14 0.99788 0.73025 0.18123 0 -2 0 + 467 14 0.52181 0.39344 0.04793 -1 0 0 + 1794 14 0.64764 0.90711 0.77857 0 -1 0 + 486 14 0.86509 0.19256 0.12671 -1 1 1 + 377 14 0.75447 0.67678 0.96449 -1 0 0 + 560 14 0.83117 0.15714 0.07330 -1 0 0 + 500 14 0.73802 0.77884 0.23638 -1 1 0 + 380 14 0.72238 0.28631 0.08231 -1 1 2 + 443 14 0.92779 0.22749 0.39843 -1 0 0 + 1554 14 0.62129 0.57449 0.90443 -1 0 -3 + 1698 14 0.99640 0.18165 0.30619 0 0 0 + 1330 13 0.53417 0.59931 0.62011 1 0 -2 + 1805 14 0.76598 0.06991 0.80565 0 0 -1 + 1990 13 0.67910 0.90425 0.22827 1 -1 1 + 720 14 0.55699 0.36564 0.88175 0 0 -1 + 156 14 0.85513 0.70333 0.69604 -1 0 1 + 688 13 0.93333 0.38675 0.75857 0 1 0 + 1206 14 0.61695 0.24457 0.57129 0 -1 0 + 1302 14 0.62927 0.21272 0.67905 0 0 1 + 349 13 0.63117 0.84905 0.10055 0 -2 1 + 743 14 0.88340 0.13646 -0.00070 0 1 0 + 1747 13 0.82877 0.36148 0.61209 1 1 -1 + 18 9 0.59999 0.15838 0.30429 0 0 0 + 1440 14 0.66501 0.29889 0.15138 -1 0 0 + 713 14 0.98933 0.74043 0.43214 -1 0 -1 + 1196 14 0.86125 0.88260 0.31028 -2 -2 0 + 928 13 0.69598 0.01612 0.16842 -1 1 1 + 1155 14 0.58168 0.30545 0.19127 0 1 1 + 278 14 0.88785 0.55933 0.24616 -1 0 0 + 1455 14 0.79780 0.44581 0.03728 0 0 1 + 1532 14 0.80325 0.76332 0.09433 -1 1 1 + 242 14 0.68248 0.17231 0.05666 -1 1 1 + 1634 14 0.52584 0.43045 0.28440 1 0 1 + 1471 13 0.89100 0.30542 0.50491 -1 0 0 + 1919 14 0.99896 0.39573 0.92002 0 1 -1 + 581 14 0.62083 0.41756 0.12214 -1 0 0 + 874 13 0.73645 0.43659 0.06354 -1 1 0 + 842 14 0.90295 0.58394 0.48555 0 0 0 + 317 14 0.92461 0.22306 0.98219 0 1 0 + 431 14 0.75427 0.12471 0.22225 0 0 1 + 1820 14 0.51306 0.79205 0.61766 0 -1 0 + 186 14 0.92892 0.36250 0.35297 -1 1 1 + 629 14 0.75077 0.33902 0.00505 0 -1 0 + 732 14 0.66505 0.13840 0.36145 0 2 0 + 554 14 0.92117 0.11254 0.56305 -1 0 0 + 460 13 0.65938 0.61511 0.32066 -1 0 2 + 726 14 0.52739 0.18083 0.64638 0 0 0 + 1793 14 0.60760 0.86903 0.78104 0 -1 0 + 1005 14 0.75435 0.65448 0.25182 0 0 1 + 347 14 0.90734 0.84314 0.38215 0 0 2 + 1174 13 0.67670 0.51464 0.29246 2 -2 1 + 1237 13 0.84462 0.54849 0.12488 -1 0 1 + 517 13 0.56177 0.95263 0.57170 -1 -1 -1 + 864 14 0.75395 0.02929 0.40170 -1 0 0 + 751 13 0.87532 0.62424 0.24878 -1 0 0 + 1833 14 0.97010 0.21511 0.20060 0 1 1 + 903 14 0.66207 0.64941 0.68787 0 -1 0 + 1485 14 0.77288 0.54987 0.15184 0 0 0 + 1719 14 0.68357 0.99815 0.09742 1 -1 -1 + 1797 14 0.53094 0.27740 0.11703 -1 0 1 + 1592 14 0.63075 0.73068 0.98997 -1 0 0 + 1800 14 0.68201 0.21232 0.15029 -1 0 -1 + 1674 14 0.91749 0.61510 0.59881 0 1 1 + 1612 13 0.71520 0.02235 0.28081 0 0 0 + 187 13 0.53130 0.99431 0.85696 -1 -1 0 + 281 14 0.97777 0.58546 0.90738 -1 0 -1 + 832 13 0.53594 0.13173 0.57547 0 0 1 + 1559 14 0.72477 0.43063 0.64387 0 -1 -1 + 1284 14 0.93822 0.10774 0.33651 0 1 -1 + 518 14 0.56577 0.97716 0.54710 -1 -1 -1 + 1945 13 0.94461 0.64201 0.74953 1 1 0 + 843 14 0.87748 0.63297 0.48312 0 0 0 + 730 13 0.69966 0.14224 0.35827 0 2 0 + 1570 13 0.72762 0.27523 0.71609 1 -1 0 + 185 14 0.97916 0.36537 0.33002 -1 1 1 + 1444 13 0.59311 0.84139 0.55409 1 0 -1 + 1641 14 0.67432 0.82787 0.14951 0 -1 1 + 525 14 0.60336 0.12135 0.01182 0 1 0 + 1520 14 0.76857 0.38558 0.36618 -1 1 0 + 292 13 0.75905 0.11964 0.28086 -1 0 1 + 1076 14 0.70903 0.78537 0.92527 1 0 -1 + 548 14 0.61391 0.34004 0.05893 0 0 -1 + 499 13 0.76678 0.79323 0.22265 -1 1 0 + 537 14 0.76064 0.72294 0.72354 -1 0 0 + 1980 14 0.99720 0.58961 0.44167 1 0 -1 + 1478 14 0.88831 0.76725 0.08000 -1 -1 1 + 1685 14 0.58004 0.28480 0.50340 0 0 -1 + 1512 14 0.83836 0.02577 0.16192 1 1 1 + 1215 14 0.79867 0.82809 0.33120 -1 -1 1 + 117 14 0.67698 0.56321 0.17754 1 0 -1 + 1392 14 0.51871 0.66317 0.16357 0 0 1 + 1696 13 0.97577 0.16658 0.33008 0 0 0 + 1560 14 0.75967 0.47296 0.65098 0 -1 -1 + 430 13 0.76096 0.13380 0.18915 0 0 1 + 1209 14 0.73367 0.25297 0.33380 0 0 0 + 325 13 0.95042 0.56795 0.40034 -1 0 1 + 1516 13 0.74495 0.88558 0.86784 0 0 0 + 381 14 0.72371 0.25920 0.03411 -1 1 2 + 841 13 0.87224 0.59948 0.49172 0 0 0 + 962 14 0.63529 0.76810 0.25379 0 0 -1 + 771 14 0.67528 0.32187 0.25214 0 0 0 + 1796 14 0.51657 0.29061 0.06528 -1 0 1 + 1051 13 0.71343 0.58266 0.50044 -1 1 1 + 1138 13 0.60794 0.99538 0.33606 0 0 0 + 116 14 0.63771 0.59799 0.19510 1 0 -1 + 1406 14 0.71323 0.05222 0.47668 0 0 0 + 794 14 0.89428 0.80643 0.21882 0 -1 0 + 689 14 0.92369 0.36017 0.77914 0 1 0 + 127 13 0.75493 0.57765 0.98911 1 0 0 + 1618 13 0.78112 0.95003 0.12050 0 0 0 + 1750 13 0.75306 0.01093 0.83577 0 1 0 + 1311 14 0.60587 0.54742 0.14353 0 0 0 + 1244 14 0.90247 0.34796 0.07042 0 1 -1 + 761 14 0.91543 0.18038 0.28600 -1 1 1 + 294 14 0.73446 0.12938 0.30373 -1 0 1 + 511 13 0.79791 0.76268 0.51142 0 0 1 + 260 14 0.94970 0.51218 0.10049 -1 3 0 + 1867 13 0.58561 0.65721 0.43984 1 0 1 + 485 14 0.90326 0.19045 0.08674 -1 1 1 + 1057 13 0.88297 0.86632 0.51314 0 0 -1 + 1692 14 0.59254 0.40472 0.37510 0 0 1 + 484 13 0.87238 0.20477 0.09476 -1 1 1 + 1709 14 0.85491 0.00106 0.24090 0 1 2 + 1484 14 0.75824 0.58439 0.19250 0 0 0 + 1436 14 0.76311 0.89871 0.00984 0 -1 1 + 471 14 0.54401 0.47338 0.49666 0 -1 0 + 1620 14 0.81350 0.95294 0.10763 0 0 0 + 1204 13 0.62211 0.22104 0.59663 0 -1 0 + 1483 13 0.74565 0.56790 0.16435 0 0 0 + 1404 14 0.81944 0.68464 0.80722 0 -1 1 + 632 14 0.51150 0.88980 0.02045 -1 0 0 + 155 14 0.90265 0.68521 0.71778 -1 0 1 + 833 14 0.55466 0.14113 0.60347 0 0 1 + 468 14 0.55535 0.42709 0.07625 -1 0 0 + 1896 14 0.72122 0.60079 0.09237 1 0 1 + 453 14 0.55681 0.65757 0.31248 -1 0 0 + 1983 14 0.60323 0.11505 0.17890 0 0 0 + 1606 13 0.64148 0.79529 0.31976 1 0 -1 + 1279 13 0.55555 0.28777 0.79960 -1 0 1 + 539 14 0.86560 0.69691 0.58621 -2 0 0 + 1207 13 0.70178 0.24874 0.34751 0 0 0 + 709 13 0.73399 0.39027 0.16265 -2 0 0 + 926 14 0.74274 0.69566 0.34151 0 -1 0 + 793 13 0.90933 0.83765 0.21413 0 -1 0 + 1986 14 0.58866 0.57653 0.73601 1 1 0 + 336 14 0.74760 0.00036 0.94540 0 0 -1 + 1734 14 0.70764 0.84856 0.40522 1 0 0 + 890 14 0.87152 0.50142 0.36449 0 0 0 + 1724 14 0.72915 0.40877 0.44815 -1 0 -1 + 1883 14 0.54678 0.31234 1.00091 1 -1 -1 + 631 13 0.50838 0.85645 0.03051 -1 0 0 + 634 13 0.85562 0.95581 0.69850 -1 0 0 + 636 14 0.85608 0.93279 0.67218 -1 0 0 + 415 13 0.63485 0.94777 0.98481 -1 -1 -1 + 715 13 0.75585 0.89624 0.39410 0 0 0 + 927 14 0.72361 0.64830 0.32030 0 -1 0 + 1075 13 0.68712 0.75945 0.91684 1 0 -1 + 668 14 1.00033 0.52033 0.85908 -1 0 -1 + 318 14 0.97457 0.24678 0.98298 0 1 0 + 1287 14 0.82148 0.07101 0.44743 0 0 1 + 285 14 0.83855 0.16873 0.51586 -1 1 0 + 1072 13 0.54421 0.53683 0.70180 -1 0 -2 + 863 14 0.78525 0.98509 0.39050 -1 -1 0 + 239 14 0.54627 0.15784 0.85057 0 0 0 + 416 14 0.64507 0.95768 0.01675 -1 -1 0 + 1755 14 0.76798 0.43468 0.29925 0 1 -1 + 1002 14 0.72888 0.67185 0.11308 -1 1 1 + 989 14 0.92115 0.91885 0.17547 -1 -2 -1 + 1549 13 0.90122 0.39574 0.21179 0 1 0 + 519 14 0.59431 0.94199 0.57885 -1 -1 -1 + 1335 14 0.84028 0.82673 0.96729 0 -1 -1 + 1614 14 0.73811 0.01779 0.30683 0 0 0 + 1059 14 0.88026 0.85521 0.54618 0 0 -1 + 1037 14 0.57467 0.61047 0.50400 0 -1 1 + 370 13 0.83969 0.94825 0.40499 -1 -2 0 + 512 14 0.79599 0.75649 0.54578 0 0 1 + 1739 14 0.52859 0.23139 0.85701 0 1 0 + 275 14 0.68726 0.53700 0.86313 -1 0 0 + 274 13 0.72081 0.54688 0.86268 -1 0 0 + 1889 14 0.86832 0.55112 0.85525 0 0 -1 + 259 13 0.93559 0.52138 0.06985 -1 3 0 + 1894 13 0.72404 0.62459 0.06691 1 0 1 + 1058 14 0.84992 0.87102 0.50272 0 0 -1 + 358 13 0.61874 0.07367 0.55676 -1 -1 -1 + 458 14 0.84643 0.48333 0.13539 0 0 1 + 944 14 0.92701 0.97411 0.53219 -1 0 0 + 1946 14 0.92273 0.61596 0.74143 1 1 0 + 1285 13 0.78885 0.07202 0.45999 0 0 1 + 1038 14 0.56331 0.58293 0.55060 0 -1 1 + 1890 14 0.86117 0.59422 0.88916 0 0 -1 + 795 14 0.94330 0.83047 0.20995 0 -1 0 + 457 13 0.83582 0.45024 0.13932 0 0 1 + 766 13 0.86069 0.54895 0.68037 0 0 0 + 417 14 0.63172 0.91300 0.98700 -1 -1 -1 + 84 4 0.60098 0.73539 0.58529 0 0 0 + 1869 14 0.57352 0.63542 0.41531 1 0 1 + 1443 14 0.58375 0.46396 0.59521 0 0 -1 + 742 13 0.90314 0.14405 0.97145 0 1 -1 + 719 14 0.59518 0.40191 0.89864 0 0 -1 + 178 13 0.97715 0.24614 0.44933 -1 0 1 + 149 14 0.52178 0.97646 0.61182 -1 -1 0 + 999 14 0.94089 0.31197 0.96060 0 0 -1 + 432 14 0.72964 0.14165 0.17572 0 0 1 + 1671 14 0.70396 0.95872 0.30755 0 -1 2 + 174 14 0.89860 0.68524 0.02446 -1 0 0 + 553 13 0.90342 0.08244 0.56156 -1 0 0 + 208 13 0.67964 0.00296 0.74755 -1 0 0 + 862 13 0.76526 0.00940 0.37526 -1 0 0 + 23 11 0.49975 0.26771 0.38914 0 0 0 + 125 14 0.54907 0.66018 0.84395 -1 -1 0 + 811 13 0.74541 0.18035 0.47053 0 -1 -1 + 359 14 0.61470 0.05198 0.58389 -1 -1 -1 + 195 14 0.97993 0.19521 0.55051 -1 0 0 + 1445 14 0.61447 0.82186 0.53445 1 0 -1 + 925 13 0.73628 0.67958 0.31114 0 -1 0 + 15 8 0.54839 0.21639 0.35093 0 0 0 + 1407 14 0.66198 0.03344 0.48561 0 0 0 + 1447 13 0.64318 0.22926 0.81870 1 0 0 + 664 13 0.96704 0.27304 0.16430 -1 -1 1 + 241 13 0.71647 0.16999 0.04877 -1 1 1 + 625 13 0.69544 0.52046 0.04334 0 0 1 + 1853 14 0.62430 0.68849 0.19612 1 -1 0 + 950 14 0.60793 0.73610 0.69651 1 0 -1 + 585 14 0.63648 0.05600 0.14579 1 0 1 + 335 14 0.79418 0.03018 0.94475 0 0 -1 + 462 14 0.67700 0.58932 0.30493 -1 0 2 + 626 14 0.71884 0.53936 0.02550 0 0 1 + 209 14 0.67206 0.03351 0.73231 -1 0 0 + 690 14 0.90845 0.41089 0.76318 0 1 0 + 148 13 0.50369 0.99438 0.63579 -1 -1 0 + 513 14 0.78264 0.79387 0.50726 0 0 1 + 1479 14 0.93139 0.79754 0.06309 -1 -1 1 + 1558 13 0.74901 0.44311 0.66577 0 -1 -1 + 1841 14 0.71969 0.60242 0.84433 0 0 0 + 1571 14 0.72636 0.30642 0.73185 1 -1 0 + 1106 14 0.55585 0.62909 0.99594 0 0 -2 + 561 14 0.77986 0.14028 0.06139 -1 0 0 + 1105 13 0.58322 0.64749 0.00757 0 0 -1 + 552 14 0.95049 0.41750 0.58022 0 1 1 + 1362 14 0.83469 0.72418 0.48019 -1 -1 -1 + 1243 13 0.92187 0.37251 0.05480 0 1 -1 + 1517 14 0.76817 0.86095 0.87661 0 0 0 + 1831 13 0.98651 0.19011 0.21874 0 1 1 + 1510 13 0.84435 0.04557 0.13372 1 1 1 + 1911 14 0.50609 0.05656 0.35666 0 0 0 + 968 14 0.84508 0.62103 0.34737 -1 1 -1 + 1179 14 0.59299 0.55508 0.24470 0 -1 -1 + 1278 14 0.78921 0.68174 0.43265 -1 0 0 + 1245 14 0.90230 0.40145 0.05635 0 1 -1 + 1334 14 0.86576 0.78875 0.93619 0 -1 -1 + 2000 14 0.53990 0.98863 0.34576 0 1 0 + 1441 13 0.57860 0.47672 0.62737 0 0 -1 + 876 14 0.72346 0.41990 0.09139 -1 1 0 + 1619 14 0.78466 0.92941 0.14853 0 0 0 + 1872 14 0.60977 0.80533 1.00318 0 0 0 + 1213 13 0.79771 0.85140 0.30516 -1 -1 1 + 583 13 0.60562 0.06661 0.13322 1 0 1 + 931 13 0.65371 0.87418 0.90993 -1 -1 -1 + 1742 14 0.50578 0.69229 0.77302 0 0 0 + 559 13 0.81348 0.13158 0.05729 -1 0 0 + 550 13 0.97563 0.42713 0.55790 0 1 1 + 1028 14 0.67921 0.86461 0.99763 1 0 0 + 1283 14 0.95500 0.06152 0.36183 0 1 -1 + 1419 14 0.65586 0.67585 0.46336 -1 0 0 + 1307 14 0.90406 0.41794 0.46854 -1 -2 0 + 1882 13 0.52947 0.30902 0.97071 1 -1 -1 + 639 14 0.74637 0.83348 0.11820 -1 0 0 + 360 14 0.65000 0.06535 0.54347 -1 -1 -1 + 1589 14 0.61491 0.54215 0.81457 0 -1 -1 + 437 14 0.64124 0.33702 0.91882 0 1 -1 + 1640 14 0.69781 0.86246 0.18571 0 -1 1 + 162 14 0.89971 0.86851 0.63290 -2 -1 0 + 945 14 0.90904 0.93050 0.50330 -1 0 0 + 711 14 0.76367 0.40818 0.15805 -2 0 0 + 1333 13 0.86925 0.82131 0.94846 0 -1 -1 + 845 14 0.91681 0.03442 0.12684 -1 0 0 + 279 14 0.91349 0.51847 0.27322 -1 0 0 + 873 14 0.94738 0.69210 0.54640 -1 -1 0 + 1705 13 0.51881 0.08285 0.98569 1 1 0 + 1749 14 0.80530 0.37745 0.63251 1 1 -1 + 1154 14 0.58867 0.33834 0.14736 0 1 1 + 473 14 0.50851 0.50424 0.60479 0 1 0 + 1360 13 0.84822 0.69766 0.46185 -1 -1 -1 + 638 14 0.78772 0.85616 0.08931 -1 0 0 + 1435 13 0.79564 0.91150 0.00880 0 -1 1 + 1802 14 0.76710 0.40282 0.93196 0 0 -1 + 345 14 0.83159 0.31274 0.08967 -2 -1 1 + 848 14 0.88912 0.94476 0.04712 -1 -1 0 + 1099 13 0.51637 0.21166 0.48630 0 0 1 + 442 13 0.89788 0.23546 0.38215 -1 0 0 + 154 13 0.88984 0.70556 0.69238 -1 0 1 + 346 13 0.89793 0.81201 0.39501 0 0 2 + 958 13 0.79077 0.23623 0.31380 0 1 1 + 752 14 0.88658 0.63601 0.21784 -1 0 0 + 1884 14 0.55327 0.31624 0.94612 1 -1 -1 + 969 14 0.79819 0.63268 0.37430 -1 1 -1 + 1613 14 0.71427 0.05696 0.27591 0 0 0 + 523 13 0.61087 0.09381 0.03202 0 1 0 + 1591 13 0.61663 0.74650 0.01778 -1 0 1 + 251 14 0.81474 0.60137 0.75134 0 0 -1 + 1153 13 0.57332 0.30858 0.15746 0 1 1 + 231 14 0.65020 0.50601 0.50050 -1 0 0 + 179 14 0.99234 0.27705 0.44323 -1 0 1 + 1208 14 0.69274 0.21610 0.33878 0 0 0 + 1732 13 0.67788 0.83105 0.41080 1 0 0 + 1402 13 0.81105 0.70743 0.83238 0 -1 1 + 379 13 0.73604 0.28773 0.05014 -1 1 2 + 1446 14 0.58803 0.87044 0.53529 1 0 -1 + 1887 14 0.58174 0.07313 0.24685 0 1 0 + 1778 14 0.81956 0.80988 0.41602 -1 -1 0 + 412 13 0.94758 0.14136 0.12942 0 1 -1 + 965 14 0.86672 0.17393 0.22037 0 0 0 + 1972 13 0.61160 0.38719 0.52343 -1 0 0 + 1477 13 0.92027 0.77768 0.08964 -1 -1 1 + 1531 13 0.81844 0.73328 0.08485 -1 1 1 + 847 13 0.89781 0.91871 0.02547 -1 -1 0 + 1748 14 0.85879 0.36360 0.62991 1 1 -1 + 27 10 0.60494 0.14658 0.27164 0 0 0 + 1600 13 0.87832 0.46277 0.87308 0 0 -2 + 1003 13 0.77701 0.64722 0.22620 0 0 1 + 1672 13 0.93426 0.58446 0.60059 0 1 1 + 1107 14 0.60996 0.62497 1.00660 0 0 -2 + 213 14 0.61950 0.73151 0.32920 -1 0 -2 + 1991 14 0.67686 0.89535 0.26201 1 -1 1 + 1798 13 0.66285 0.18345 0.15495 -1 0 -1 + 909 14 0.95310 0.45312 0.17308 -1 1 -1 + 211 13 0.61103 0.69759 0.33004 -1 0 -2 + 1321 13 0.54958 0.86186 0.80889 1 0 0 + 1162 13 0.68728 1.00016 0.91619 1 -1 -1 + 1197 14 0.89707 0.92451 0.30586 -2 -2 0 + 806 14 0.53679 0.80862 0.15620 1 -1 0 + 1668 14 0.50893 0.56684 0.41090 0 1 0 + 716 14 0.78218 0.91311 0.40976 0 0 0 + 1819 13 0.53484 0.81450 0.63328 0 -1 0 + 451 13 0.53582 0.63339 0.29842 -1 0 0 + 1627 13 0.59975 0.96133 0.21236 1 0 0 + 1541 14 0.53159 0.05977 0.12188 0 0 0 + 1811 14 0.82211 0.02055 0.64144 0 1 -1 + 1718 14 0.70731 0.95048 0.08249 1 -1 -1 + 1777 13 0.79038 0.80010 0.39940 -1 -1 0 + 1011 14 0.62766 0.32826 0.39577 0 0 0 + 901 13 0.65391 0.64331 0.65441 0 -1 0 + 907 13 0.94948 0.48711 0.16572 -1 1 -1 + 805 13 0.52170 0.78121 0.17183 1 -1 0 + 348 14 0.92214 0.80483 0.41920 0 0 2 + 555 14 0.89825 0.07699 0.52741 -1 0 0 + 501 14 0.75536 0.81041 0.19441 -1 1 0 + 1418 14 0.70818 0.65902 0.46958 -1 0 0 + 815 14 0.84786 0.05240 0.02699 1 0 1 + 1551 14 0.88017 0.41374 0.19044 0 1 0 + 276 14 0.73836 0.51791 0.85400 -1 0 0 + 1044 14 0.82664 0.04912 0.34725 0 0 -2 + 1717 13 0.68119 0.97217 0.07413 1 -1 -1 + 227 14 0.86977 0.32716 0.21454 -2 1 0 + 551 14 0.98628 0.39722 0.54323 0 1 1 + 1010 14 0.66921 0.29295 0.38651 0 0 0 + 1691 14 0.56950 0.37266 0.33636 0 0 1 + 1009 13 0.65947 0.31936 0.40725 0 0 0 + 293 14 0.78878 0.11994 0.29929 -1 0 1 + 1470 14 0.89780 0.16907 0.67722 0 1 0 + 1425 14 0.53785 0.47605 0.15927 0 0 0 + 13 8 0.51255 0.25255 0.35503 0 0 0 + 378 14 0.72903 0.70713 0.92588 -1 0 0 + 1309 13 0.59312 0.56074 0.11381 0 0 0 + 1310 14 0.56874 0.58357 0.12419 0 0 0 + 175 13 0.66236 0.84076 0.66876 -1 -1 -1 + 1943 14 0.98579 0.16362 0.69263 -2 1 0 + 887 14 0.99143 0.24796 0.84435 -1 0 0 + 1729 13 0.57502 0.55409 0.41632 0 1 0 + 1731 14 0.59375 0.55076 0.44567 0 1 0 + 914 14 0.96940 0.25947 0.59173 -1 1 -1 + 582 14 0.66321 0.38664 0.13966 -1 0 0 + 1804 13 0.77119 0.10414 0.80074 0 0 -1 + 78 4 0.50989 0.75929 0.33678 0 0 0 + 1799 14 0.63671 0.18646 0.13191 -1 0 -1 + 1885 13 0.56406 0.04490 0.25751 0 1 0 + 834 14 0.55519 0.10700 0.55995 0 0 1 + 1922 14 0.60790 0.53940 0.05284 1 0 2 + 893 14 0.90012 0.27657 0.80702 0 1 -1 + 1214 14 0.78500 0.83357 0.27789 -1 -1 1 + 344 14 0.86747 0.27244 0.10182 -2 -1 1 + 266 14 0.70227 0.96165 0.64813 -1 -1 1 + 949 13 0.61821 0.75286 0.66759 1 0 -1 + 667 13 0.97005 0.51646 0.87613 -1 0 -1 + 1195 13 0.88365 0.90191 0.32893 -2 -2 0 + 1403 14 0.83154 0.69867 0.85934 0 -1 1 + 951 14 0.59034 0.77168 0.65798 1 0 -1 + 438 14 0.68806 0.33786 0.94825 0 1 -1 + 1519 13 0.77562 0.37770 0.33284 -1 1 0 + 960 14 0.79586 0.22287 0.34572 0 1 1 + 413 14 0.94590 0.16469 0.15541 0 1 -1 + 1052 14 0.68794 0.57025 0.47997 -1 1 1 + 226 13 0.85080 0.30529 0.23416 -2 1 0 + 1895 14 0.73620 0.60666 0.03945 1 0 1 + 277 13 0.89275 0.52470 0.24576 -1 0 0 + 1901 14 0.82519 0.76674 0.24779 0 -1 1 + 210 14 0.64864 0.99015 0.75742 -1 -1 0 + 1593 14 0.59558 0.72237 0.03184 -1 0 1 + 1239 14 0.83064 0.57488 0.10669 -1 0 1 + 637 13 0.76983 0.82637 0.09326 -1 0 0 + 580 13 0.63029 0.38442 0.12806 -1 0 0 + 25 11 0.56580 0.20245 0.38348 0 0 0 + 1365 14 0.54788 0.09964 0.68581 0 1 -1 + 628 13 0.73812 0.36659 0.98766 0 -1 -1 + 1680 14 0.82385 0.42335 0.44190 0 0 0 + 532 13 0.86689 0.33916 0.36440 0 2 1 + 1852 13 0.62322 0.65576 0.18386 1 -1 0 + 880 13 0.54843 0.31078 0.44751 0 0 -1 + 990 14 0.97643 0.92010 0.17429 -1 -2 -1 + 744 14 0.88023 0.14846 0.94541 0 1 -1 + 1785 14 0.93602 0.63596 0.13366 -1 -1 0 + 735 14 0.98656 0.68974 0.72248 -2 0 0 + 1854 14 0.59300 0.65395 0.16634 1 -1 0 + 892 13 0.88648 0.30874 0.80843 0 1 -1 + 173 14 0.85483 0.71799 0.03284 -1 0 0 + 1039 13 0.98248 0.70004 0.86205 -1 -1 1 + 414 14 0.93292 0.11248 0.14259 0 1 -1 + 1999 13 0.50535 0.98692 0.34057 0 1 0 + 820 13 0.73122 0.12685 0.95371 -1 -1 -1 + 350 14 0.61466 0.84322 0.07028 0 -2 1 + 459 14 0.83449 0.43754 0.10676 0 0 1 + 1697 14 0.98419 0.18236 0.36013 0 0 0 + 1004 14 0.76599 0.66634 0.19907 0 0 1 + 630 14 0.72767 0.38869 0.01267 0 -1 0 + 461 14 0.62674 0.60291 0.32359 -1 0 2 + 198 14 0.86064 0.87170 0.19187 -2 0 1 + 714 14 0.95725 0.70247 0.40789 -1 0 -1 + 1286 14 0.79213 0.08619 0.49179 0 0 1 + 64 1 0.51002 0.72184 0.54315 0 0 0 + 1608 14 0.66016 0.80647 0.34713 1 0 -1 + 1390 13 0.52995 0.63902 0.14092 0 0 1 + 243 14 0.72285 0.13563 0.04751 -1 1 1 + 846 14 0.95301 0.00269 0.15406 -1 0 0 + 710 14 0.73848 0.37351 0.19301 -2 0 0 + 1521 14 0.80526 0.35920 0.33428 -1 1 0 + 1437 14 0.79170 0.94466 0.99841 0 -1 0 + 81 10 0.55899 0.68189 0.50455 0 0 0 + 14 8 0.50290 0.25208 0.26682 0 0 0 + 1910 14 0.52507 0.09960 0.32756 0 0 0 + 600 14 0.61701 0.08758 0.87885 -1 -2 -1 + 282 14 0.99382 0.63824 0.91133 -1 0 -1 + 1871 14 0.62051 0.84253 0.96368 0 0 0 + 1511 14 0.82137 0.07180 0.13638 1 1 1 + 1282 13 0.93183 0.07341 0.33849 0 1 -1 + 1639 13 0.70542 0.83958 0.16038 0 -1 1 + 79 5 0.55365 0.70261 0.53402 0 0 0 + 1803 14 0.80286 0.39101 0.89145 0 0 -1 + 1710 14 0.80042 0.01032 0.24277 0 1 2 + 1550 14 0.89893 0.41240 0.24245 0 1 0 + 988 13 0.94835 0.94079 0.17684 -1 -2 -1 + 1254 14 0.84215 0.49128 0.92872 -1 1 0 + 1806 14 0.74786 0.11314 0.77629 0 0 -1 + 717 14 0.76842 0.88770 0.36260 0 0 0 + 466 13 0.54917 0.41488 0.04407 -1 0 0 + 1184 14 0.75092 0.35165 0.27568 -1 0 -1 + 812 14 0.73002 0.15937 0.49389 0 -1 -1 + 1629 14 0.56999 0.94729 0.20050 1 0 0 + 929 14 0.69334 0.00336 0.20087 -1 1 1 + 1183 13 0.74405 0.33125 0.24812 -1 0 -1 + 981 14 0.78557 0.30789 0.45824 -1 1 1 + 1375 13 0.96624 0.68692 0.08436 0 -1 0 + 1185 14 0.77007 0.30788 0.24782 -1 0 -1 + 930 14 0.72201 0.99784 0.15389 -1 0 1 + 372 14 0.86363 0.93979 0.42904 -1 -2 0 + 1764 14 0.76734 0.54011 0.58495 0 1 -1 + 1967 14 0.49756 0.40081 0.45457 1 0 1 + 1923 14 0.56764 0.53863 0.01492 1 0 2 + 1628 14 0.59118 0.99416 0.22084 1 0 0 + 389 14 0.61680 0.71933 0.88959 -1 -1 1 + 1527 14 0.67570 0.07404 0.01506 0 2 2 + 1246 13 0.82434 0.53132 0.42829 1 0 1 + 205 13 0.95751 0.43180 0.44083 0 0 0 + 963 14 0.59367 0.77503 0.21802 0 0 -1 + 1247 14 0.83849 0.54436 0.45749 1 0 1 + 1509 14 0.67475 0.25957 0.62068 -1 1 0 + 83 4 0.57899 0.67645 0.59737 0 0 0 + 980 14 0.76029 0.26539 0.43347 -1 1 1 + 1690 13 0.58193 0.37195 0.36904 0 0 1 + 232 13 0.81888 0.60380 0.58952 -1 0 0 + 669 14 0.97936 0.50724 0.90855 -1 0 -1 + 540 14 0.90533 0.69073 0.62419 -2 0 0 + 1631 14 0.98244 0.03029 0.74956 1 -1 0 + 1300 13 0.65250 0.20334 0.70344 0 0 1 + 95 14 0.58258 0.07228 0.74749 -1 0 -1 + 774 14 0.77208 0.42713 0.51929 -1 0 -1 + 1987 13 0.72928 0.08683 0.62174 0 0 -1 + 642 14 0.52702 0.33881 0.81546 0 0 0 + 128 14 0.73964 0.59668 0.96407 1 0 0 + 1176 14 0.71009 0.50447 0.29028 2 -2 1 + 959 14 0.82098 0.23068 0.29707 0 1 1 + 1481 14 0.53519 0.47840 0.88474 0 1 -1 + 814 13 0.87470 0.03472 0.04078 1 0 1 + 706 13 0.78360 0.86716 0.49917 -1 0 -1 + 728 14 0.88347 0.36138 0.91341 -1 0 0 + 497 14 0.82669 0.12773 0.71167 0 0 -1 + 492 14 0.86565 0.80599 0.85808 -1 -1 -1 + 1584 14 0.94598 0.54225 0.65363 1 -1 -1 + 1026 14 0.54619 0.31612 0.68888 1 0 0 + 1635 14 0.51885 0.48483 0.27710 1 0 1 + 1868 14 0.59833 0.68441 0.42191 1 0 1 + 646 13 0.99719 0.33661 0.52402 0 0 0 + 1163 14 0.66381 0.02607 0.91519 1 0 -1 + 1238 14 0.87213 0.56267 0.14116 -1 0 1 + 1223 14 0.88071 0.11821 0.84378 1 1 -1 + 1982 14 0.63678 0.14610 0.21003 0 0 0 + 598 13 0.61604 0.07141 0.90984 -1 -2 -1 + 93 14 0.98180 0.87282 0.47636 0 -1 0 + 913 13 0.94534 0.26195 0.61699 -1 1 -1 + 810 14 0.92003 0.39306 0.67856 0 -1 1 + 230 14 0.67988 0.47210 0.46842 -1 0 0 + 1081 13 0.77196 0.20697 0.60989 -1 0 -1 + 371 14 0.85371 0.93795 0.37465 -1 -2 0 + 871 13 0.97547 0.70022 0.52722 -1 -1 0 + 331 13 0.88108 0.71456 0.90059 -1 -2 -1 + 1528 13 0.78423 0.54166 0.75022 -1 1 1 + 1396 13 0.81663 0.16864 0.39864 1 0 0 + 92 14 0.93048 0.85365 0.46878 0 -1 0 + 943 13 0.91366 0.96510 0.50115 -1 0 0 + 908 14 0.92091 0.49691 0.18335 -1 1 -1 + 1784 14 0.95459 0.58776 0.15344 -1 -1 0 + 1838 14 0.93257 0.83165 0.96421 0 -1 0 + 984 14 0.65109 0.38980 0.58614 -1 1 0 + 932 14 0.63760 0.90268 0.89765 -1 -1 -1 + 933 14 0.68639 0.87664 0.89772 -1 -1 -1 + 809 14 0.95278 0.36010 0.64854 0 -1 1 + 727 13 0.85958 0.36874 0.88895 -1 0 0 + 1525 13 0.70797 0.07212 0.02840 0 2 2 + 1301 14 0.67889 0.22597 0.69958 0 0 1 + 859 13 0.70911 0.60441 0.74687 0 0 -1 + 1648 13 0.60152 0.45824 0.73754 0 0 0 + 645 14 0.58813 0.36861 0.23201 -1 0 0 + 1314 14 0.64153 0.46989 0.39305 1 1 -1 + 773 14 0.81512 0.41602 0.55221 -1 0 -1 + 80 2 0.59270 0.69998 0.56727 0 0 0 + 1533 14 0.80291 0.70898 0.10462 -1 1 1 + 556 13 0.71264 0.44792 0.75851 0 1 0 + 267 14 0.72059 0.98531 0.69465 -1 -1 1 + 129 14 0.77572 0.55548 0.97182 1 0 0 + 1040 14 0.98375 0.73496 0.86320 -1 -1 1 + 1500 14 0.64989 0.14974 0.47303 0 1 -2 + 16 8 0.53945 0.21475 0.26216 0 0 0 + 229 13 0.66308 0.50277 0.46815 -1 0 0 + 197 14 0.82602 0.90438 0.22002 -2 0 1 + 1048 13 0.60043 0.00951 0.44931 0 -1 0 + 1449 14 0.65496 0.23755 0.78683 1 0 0 + 283 13 0.86178 0.18146 0.49302 -1 1 0 + 558 14 0.72470 0.45433 0.72632 0 1 0 + 691 13 0.80497 0.82312 0.75206 -1 -1 0 + 1721 14 0.77875 0.89166 0.76550 -1 0 -1 + 1775 14 0.95857 0.75360 0.15011 0 -2 0 + 894 14 0.86252 0.30923 0.78297 0 1 -1 + 1112 14 0.99748 0.94184 0.83408 -1 -1 -1 + 343 13 0.86365 0.30719 0.10251 -2 -1 1 + 329 14 0.61086 0.81739 0.83031 -1 -1 -1 + 1439 14 0.71724 0.29090 0.16771 -1 0 0 + 189 14 0.52285 0.02318 0.87479 -1 0 0 + 614 14 0.92366 0.01519 0.29495 0 -1 -1 + 1126 13 0.66260 0.54081 0.63094 0 0 -1 + 536 14 0.76483 0.67546 0.69548 -1 0 0 + 199 13 0.59688 0.20728 0.08107 -1 1 0 + 322 13 0.71921 0.82346 0.58828 0 0 1 + 1630 13 0.99436 0.04247 0.78009 1 -1 0 + 1665 14 0.84043 0.44046 0.74944 0 0 0 + 250 13 0.82965 0.62910 0.76655 0 0 -1 + 1966 13 0.51170 0.43212 0.46106 1 0 1 + 1754 14 0.78733 0.46683 0.25861 0 1 -1 + 1490 14 0.91117 0.01877 0.98104 -1 1 0 + 316 13 0.94045 0.25409 0.98530 0 1 0 + 1974 14 0.58743 0.41207 0.51904 -1 0 0 + 1472 14 0.86154 0.30397 0.52369 -1 0 0 + 979 13 0.78682 0.28784 0.42961 -1 1 1 + 99 14 0.96629 0.15562 0.90452 -2 0 -1 + 1224 14 0.89855 0.08316 0.80489 1 1 -1 + 955 13 0.73591 0.34632 0.79231 0 1 -1 + 1812 14 0.87080 0.02670 0.61591 0 1 -1 + 967 13 0.81788 0.60593 0.36334 -1 1 -1 + 183 14 0.52893 0.90914 0.75241 -1 -1 0 + 718 13 0.58439 0.36896 0.90322 0 0 -1 + 1252 13 0.83285 0.51696 0.95056 -1 1 0 + 1763 14 0.76076 0.48593 0.57596 0 1 -1 + 821 14 0.72793 0.10117 0.97722 -1 -1 -1 + 1730 14 0.58363 0.52610 0.39720 0 1 0 + 1332 14 0.53575 0.58163 0.65024 1 0 -2 + 176 14 0.65934 0.84816 0.70281 -1 -1 -1 + 1127 14 0.69351 0.52801 0.62075 0 0 -1 + 1074 14 0.53263 0.51624 0.72759 -1 0 -2 + 1577 14 0.90993 0.63330 0.30772 1 -1 -1 + 1141 13 0.65718 0.21922 0.94071 1 2 -2 + 1900 13 0.85211 0.74548 0.25459 0 -1 1 + 1042 13 0.83465 0.08078 0.33474 0 0 -2 + 1312 13 0.61954 0.47813 0.36714 1 1 -1 + 1522 13 0.82683 0.10641 0.88561 0 1 -1 + 974 14 0.59178 0.90067 0.25722 0 0 0 + 1897 13 0.78213 0.31912 0.52935 0 1 0 + 729 14 0.86714 0.34711 0.86253 -1 0 0 + 748 13 0.66088 0.92486 0.58189 0 -1 -1 + 1567 13 0.68871 0.15534 0.54849 1 0 2 + 1552 13 0.63130 0.60662 0.91395 -1 0 -3 + 1523 14 0.80801 0.10892 0.85625 0 1 -1 + 724 13 0.51698 0.21176 0.63382 0 0 0 + 332 14 0.88256 0.70953 0.93517 -1 -2 -1 + 160 13 0.88804 0.89729 0.61681 -2 -1 0 + 333 14 0.91131 0.70175 0.88856 -1 -2 -1 + 1529 14 0.78472 0.53270 0.78402 -1 1 1 + 977 14 0.79534 0.36647 0.74126 -1 0 0 + 1089 14 0.57464 0.92924 0.37541 -1 -1 0 + 100 13 0.91050 0.73611 0.33980 -1 -1 0 + 1489 13 0.93690 0.00143 0.96491 -1 1 0 + 465 14 0.59672 0.19035 0.96685 0 0 -1 + 1177 13 0.55834 0.55475 0.24939 0 -1 -1 + 496 13 0.83115 0.13448 0.67765 0 0 -1 + 1969 13 0.69441 0.26377 0.48421 1 2 0 + 469 13 0.56776 0.48262 0.52061 0 -1 0 + 754 13 0.52104 0.04882 0.71625 -1 1 0 + 221 14 0.69487 0.76479 0.50656 0 0 0 + 161 14 0.85332 0.89610 0.62083 -2 -1 0 + 1555 13 0.50659 0.86644 0.90573 -1 -1 -1 + 1364 14 0.59115 0.13230 0.69678 0 1 -1 + 1845 14 0.97258 0.94001 0.70524 0 -2 0 + 207 14 0.98947 0.43384 0.45487 0 0 0 + 1582 13 0.95468 0.51521 0.67402 1 -1 -1 + 858 14 0.99409 0.25399 0.28497 -1 0 0 + 1508 14 0.72776 0.26306 0.60529 -1 1 0 + 635 14 0.88443 0.94861 0.71696 -1 0 0 + 780 14 0.97419 0.75230 0.32906 -1 0 0 + 1428 14 0.91583 0.56179 0.01620 0 0 0 + 1379 14 0.64202 0.89312 0.46479 -1 -1 1 + 666 14 0.99647 0.27016 0.14564 -1 -1 1 + 1583 14 0.92455 0.50526 0.68873 1 -1 -1 + 1795 13 0.50976 0.26781 0.09091 -1 0 1 + 1971 14 0.68554 0.28364 0.45684 1 2 0 + 1888 13 0.85979 0.58503 0.85545 0 0 -1 + 1248 14 0.81698 0.55941 0.40881 1 0 1 + 627 14 0.66515 0.52617 0.02683 0 0 1 + 643 13 0.56043 0.38729 0.24236 -1 0 0 + 978 14 0.78541 0.40541 0.70326 -1 0 0 + 1859 14 0.83335 0.09723 0.57351 0 1 -1 + 1324 13 0.95018 0.99240 0.59631 -1 -1 0 + 1043 14 0.86933 0.07996 0.33037 0 0 -2 + 557 14 0.73862 0.45779 0.77974 0 1 0 + 708 14 0.77033 0.86220 0.46720 -1 0 -1 + 1670 14 0.70888 0.93481 0.35719 0 -1 2 + 1857 14 0.51297 0.38763 0.69722 1 0 0 + 1468 13 0.92219 0.19081 0.68969 0 1 0 + 1143 14 0.66128 0.20918 0.90746 1 2 -2 + 470 14 0.56909 0.51751 0.51863 0 -1 0 + 1378 13 0.64181 0.91829 0.48906 -1 -1 1 + 1947 14 0.94847 0.63975 0.78421 1 1 0 + 1473 14 0.88504 0.28441 0.47760 -1 0 0 + 674 14 0.79243 0.72935 0.62911 0 0 -1 + 1049 14 0.57890 0.03565 0.44057 0 -1 0 + 1530 14 0.75383 0.55844 0.74604 -1 1 1 + 479 14 0.99394 0.46999 0.72510 -1 0 1 + 1548 14 0.96924 0.48925 0.52336 0 0 0 + 1546 13 0.96462 0.51935 0.50616 0 0 0 + 875 14 0.71480 0.46361 0.05862 -1 1 0 + 749 14 0.65383 0.92837 0.54781 0 -1 -1 + 687 14 0.70360 0.64797 0.60546 -2 0 0 + 1873 13 0.54337 0.88835 0.12700 1 0 1 + 1801 13 0.77126 0.40481 0.89729 0 0 -1 + 1015 13 0.88235 0.04074 0.45277 -1 -1 -1 + 1454 14 0.83456 0.48335 0.02001 0 0 1 + 1173 14 0.50399 0.71498 0.21250 0 -2 0 + 75 4 0.52221 0.80828 0.49874 0 0 0 + 1082 14 0.78564 0.19102 0.63784 -1 0 -1 + 1389 14 0.85773 0.92847 0.86412 1 0 -1 + 590 14 0.56323 0.44849 0.97874 0 0 0 + 1253 14 0.86251 0.53446 0.95666 -1 1 0 + 1325 14 0.92975 0.97350 0.61748 -1 -1 0 + 139 13 0.53360 0.94420 0.97523 0 -2 -1 + 444 14 0.87562 0.21031 0.39190 -1 0 0 + 1073 14 0.55419 0.51465 0.67667 -1 0 -2 + 1331 14 0.51661 0.62851 0.62799 1 0 -2 + 860 14 0.67429 0.60132 0.74767 0 0 -1 + 184 13 0.95969 0.37890 0.35573 -1 1 1 + 1826 14 0.84463 0.81853 0.68630 0 0 1 + 1992 14 0.65369 0.92784 0.22372 1 -1 1 + 593 14 0.60757 0.99652 0.67119 0 0 0 + 1679 14 0.79596 0.46961 0.43003 0 0 0 + 327 14 0.93495 0.59507 0.38460 -1 0 1 + 1175 14 0.66772 0.52234 0.25955 2 -2 1 + 531 14 0.52353 0.09614 0.42018 -1 0 0 + 1855 13 0.54106 0.38305 0.67689 1 0 0 + 665 14 0.94992 0.29976 0.14960 -1 -1 1 + 547 13 0.60361 0.31133 0.04183 0 0 -1 + 252 14 0.83903 0.61773 0.79826 0 0 -1 + 1164 14 0.67617 0.97926 0.94193 1 -1 -1 + 1720 13 0.78267 0.92600 0.77081 -1 0 -1 + 1380 14 0.62818 0.94607 0.47276 -1 -1 1 + 1271 14 0.58591 0.96264 0.83793 -1 -1 -1 + 1524 14 0.80330 0.10892 0.91136 0 1 -1 + 707 14 0.77148 0.89848 0.50893 -1 0 -1 + 768 14 0.85259 0.57001 0.65364 0 0 0 + 1762 13 0.74724 0.51286 0.59371 0 1 -1 + 1788 14 0.75489 0.98174 0.52391 0 -2 0 + 827 14 0.92154 0.20092 0.76021 -1 0 -1 + 1984 13 0.60010 0.59993 0.75936 1 1 0 + 140 14 0.56803 0.95028 0.97509 0 -2 -1 + 284 14 0.84338 0.18654 0.46371 -1 1 0 + 1438 13 0.69176 0.27655 0.14853 -1 0 0 + 1036 13 0.57518 0.57843 0.51801 0 -1 1 + 182 14 0.53617 0.94404 0.71011 -1 -1 0 + 1377 14 0.94915 0.71708 0.08893 0 -1 0 + 408 14 0.91736 0.96903 0.84236 -1 -1 0 + 964 13 0.85785 0.16491 0.18777 0 0 0 + 295 13 0.50026 0.67926 0.66461 -1 0 0 + 983 14 0.64099 0.39642 0.64012 -1 1 0 + 238 13 0.57627 0.14464 0.83837 0 0 0 + 1839 14 0.94308 0.87032 0.00233 0 -1 1 + 141 14 0.51911 0.97588 0.97827 0 -2 -1 + 1087 13 0.57067 0.90893 0.40360 -1 -1 0 + 769 13 0.64202 0.31229 0.24714 0 0 0 + 1989 14 0.72478 0.09705 0.65488 0 0 -1 + 976 13 0.81104 0.39151 0.72257 -1 0 0 + 755 14 0.50430 0.03298 0.68994 -1 1 0 + 1837 13 0.95832 0.84482 0.98388 0 -1 0 + 1024 13 0.54797 0.28306 0.70012 1 0 0 + 265 13 0.72859 0.98081 0.66090 -1 -1 1 + 1786 13 0.75448 0.95270 0.54340 0 -2 0 + 126 14 0.50553 0.62607 0.84362 -1 -1 0 + 816 14 0.86898 0.03560 0.07527 1 0 1 + 1678 13 0.79233 0.43489 0.43209 0 0 0 + 753 14 0.84052 0.62296 0.24553 -1 0 0 + 570 14 0.60114 0.89832 0.65835 -2 0 0 + 94 13 0.60755 0.09334 0.75999 -1 0 -1 + 592 13 0.61057 0.02629 0.65310 0 1 0 + 351 14 0.60750 0.86538 0.12044 0 -2 1 + 584 14 0.61326 0.08116 0.10235 1 0 1 + 1017 14 0.88859 0.00922 0.46659 -1 -1 -1 + 530 14 0.51936 0.12452 0.46747 -1 0 0 + 1498 13 0.62973 0.14498 0.44485 0 1 -2 + 388 13 0.59812 0.69189 0.87858 -1 -1 1 + 1856 14 0.54218 0.41173 0.65690 1 0 0 + 1304 14 0.77914 0.92246 0.60292 0 0 0 + 1424 14 0.56458 0.44162 0.19331 0 0 0 + 535 13 0.77904 0.70729 0.69824 -1 0 0 + 1423 13 0.55964 0.44870 0.15942 0 0 0 + 1448 14 0.66710 0.20714 0.83141 1 0 0 + 1985 14 0.57155 0.61804 0.76833 1 1 0 + 1178 14 0.55192 0.58277 0.26930 0 -1 -1 + 234 14 0.79874 0.63139 0.58204 -1 0 0 + 975 14 0.55195 0.88052 0.28988 0 0 0 + 1025 14 0.53065 0.26464 0.67596 1 0 0 + 1898 14 0.75095 0.33400 0.53477 0 1 0 + 808 13 0.92290 0.37821 0.64702 0 -1 1 + 1899 14 0.80052 0.32656 0.55815 0 1 0 + 549 14 0.63289 0.29870 0.02747 0 0 -1 + 647 14 0.96628 0.32172 0.53078 0 0 0 + 323 14 0.75325 0.82044 0.59572 0 0 1 + 591 14 0.58719 0.49775 0.97113 0 0 0 + 390 14 0.60513 0.66665 0.90175 -1 -1 1 + 220 13 0.67559 0.79387 0.50414 0 0 0 + 826 13 0.91570 0.20734 0.79409 -1 0 -1 + 1568 14 0.69301 0.12412 0.56364 1 0 2 + 1753 13 0.76298 0.46560 0.28369 0 1 -1 + 956 14 0.71581 0.37482 0.78965 0 1 -1 + 391 13 0.70364 0.16269 0.86386 -1 0 0 + 685 13 0.72803 0.64888 0.58046 -2 0 0 + 240 14 0.59672 0.17255 0.83331 0 0 0 + 750 14 0.66896 0.89105 0.58573 0 -1 -1 + 1016 14 0.90999 0.04695 0.43227 -1 -1 -1 + 982 13 0.66624 0.39952 0.61612 -1 1 0 + 675 14 0.76276 0.70063 0.59232 0 0 -1 + 212 14 0.63914 0.68122 0.31720 -1 0 -2 + 1117 13 0.70031 0.71294 0.77078 -1 0 0 + 1578 14 0.91326 0.67570 0.34307 1 -1 -1 + 1308 14 0.87809 0.37110 0.48234 -1 -2 0 + 177 14 0.65048 0.80800 0.66582 -1 -1 -1 + 181 13 0.51146 0.93021 0.73064 -1 -1 0 + 1088 14 0.58465 0.87824 0.39434 -1 -1 0 + 1158 14 0.68403 0.14107 0.70954 0 1 0 + 1387 13 0.85928 0.95151 0.83786 1 0 -1 + 849 14 0.86744 0.90307 0.01794 -1 -1 0 + 772 13 0.78629 0.43570 0.55008 -1 0 -1 + 1725 14 0.68687 0.37564 0.43497 -1 0 -1 + 1840 13 0.71099 0.63619 0.84167 0 0 0 + 1277 14 0.73583 0.69611 0.43109 -1 0 0 + 1576 13 0.91645 0.64093 0.34122 1 -1 -1 + 1230 14 0.77371 0.45201 0.84825 0 0 0 + 1860 14 0.77865 0.10542 0.57334 0 1 -1 + 222 14 0.68643 0.81381 0.53075 0 0 0 + 915 14 0.92996 0.29286 0.61145 -1 1 -1 + 640 13 0.51502 0.36865 0.82918 0 0 0 + 1480 13 0.52558 0.49658 0.85645 0 1 -1 + 480 14 0.97965 0.44013 0.76941 -1 0 1 + 1305 14 0.77344 0.92480 0.65788 0 0 0 + 102 14 0.88496 0.74361 0.31712 -1 -1 0 + 1515 14 0.50967 0.53155 0.21139 -1 1 0 + 1792 13 0.63727 0.87693 0.76429 0 -1 0 + 1388 14 0.83177 0.94370 0.81772 1 0 -1 + 998 14 0.91624 0.35762 0.97976 0 0 -1 + 1118 14 0.66630 0.71978 0.76642 -1 0 0 + 1363 13 0.56489 0.12786 0.67411 0 1 -1 + 1526 14 0.71128 0.03883 0.03858 0 2 2 + 1787 14 0.72184 0.95093 0.55580 0 -2 0 + 1825 13 0.86271 0.80052 0.66239 0 0 1 + 533 14 0.86438 0.30433 0.36627 0 2 1 + 206 14 0.96274 0.41812 0.40908 0 0 0 + 1139 14 0.59915 0.01726 0.31023 0 1 0 + 324 14 0.70389 0.82865 0.61929 0 0 1 + 1569 14 0.66402 0.17105 0.56763 1 0 2 + 491 14 0.82426 0.77175 0.84493 -1 -1 -1 + 1556 14 0.52490 0.88966 0.92440 -1 -1 -1 + 1669 13 0.68827 0.93594 0.32896 0 -1 2 + 366 14 0.98722 0.13991 0.08030 -1 1 0 + 613 13 0.91368 0.98840 0.27481 0 -2 -1 + 328 13 0.62757 0.78931 0.84275 -1 -1 -1 + 1981 13 0.60893 0.12504 0.21192 0 0 0 + 1940 14 0.59882 0.72950 0.80216 0 0 0 + 1723 13 0.69535 0.40302 0.45501 -1 0 -1 + 1553 14 0.64998 0.61838 0.88683 -1 0 -3 + 1228 13 0.78757 0.47516 0.82600 0 0 0 + 524 14 0.58624 0.07025 0.02424 0 1 0 + 1973 14 0.62971 0.38717 0.49351 -1 0 0 + 1751 14 0.73652 0.00754 0.86640 0 1 0 + 1427 14 0.93691 0.58206 0.96926 0 0 -1 + 1821 14 0.55061 0.83121 0.60691 0 -1 0 + 196 13 0.83242 0.89198 0.18796 -2 0 1 + 280 13 0.98847 0.60946 0.93046 -1 0 -1 + 881 14 0.55787 0.33045 0.42018 0 0 -1 + 673 13 0.79116 0.72082 0.59522 0 0 -1 + 1303 13 0.79294 0.91038 0.63269 0 0 0 + 889 13 0.90187 0.50001 0.34717 0 0 0 + 1272 14 0.63817 0.96916 0.85484 -1 -1 -1 + 1398 14 0.81277 0.13865 0.38107 1 0 0 + 1921 13 0.60234 0.53612 0.01847 1 0 2 + 1276 13 0.76321 0.68917 0.41048 -1 0 0 + 1149 14 0.75624 0.81873 0.98914 0 0 -1 + 1902 14 0.83726 0.71512 0.26358 0 -1 1 + 1684 13 0.60124 0.28768 0.53106 0 0 -1 + 1323 14 0.52428 0.84117 0.79646 1 0 0 + 693 14 0.81293 0.82427 0.78609 -1 -1 0 + 464 14 0.54191 0.18876 0.97409 0 0 -1 + 1588 13 0.62304 0.52220 0.84212 0 -1 -1 + 1128 14 0.66854 0.57486 0.63629 0 0 -1 + 957 14 0.73607 0.33887 0.82648 0 1 -1 + 767 14 0.82993 0.54126 0.69510 0 0 0 + 289 13 0.98692 0.49233 0.97485 -1 0 -1 + 1886 14 0.53157 0.05653 0.26317 0 1 0 + 828 14 0.90705 0.17624 0.80755 -1 0 -1 + 529 13 0.52893 0.09343 0.45462 -1 0 0 + 1442 14 0.60775 0.49471 0.63443 0 0 -1 + 966 14 0.82495 0.15339 0.19050 0 0 0 + 1147 13 0.77686 0.79052 0.98774 0 0 -1 + 1306 13 0.87218 0.40422 0.47281 -1 -2 0 + 1326 14 0.93681 0.02468 0.59775 -1 0 0 + 1939 13 0.59531 0.72956 0.76737 0 0 0 + 1597 13 0.99268 0.02806 0.40833 0 0 1 + 1632 14 0.97372 0.02763 0.80411 1 -1 0 + 1722 14 0.79361 0.93844 0.74001 -1 0 -1 + 644 14 0.53443 0.37671 0.22150 -1 0 0 + 569 14 0.60949 0.90407 0.71272 -2 0 0 + 615 14 0.94359 0.97298 0.26529 0 -2 -1 + 1649 14 0.63580 0.45324 0.74232 0 0 0 + 770 14 0.63628 0.28762 0.27126 0 0 0 + 882 14 0.51712 0.32322 0.45688 0 0 -1 + 1453 13 0.83216 0.45199 0.03530 0 0 1 + 96 14 0.59647 0.10204 0.79199 -1 0 -1 + 406 13 0.94559 0.98636 0.85356 -1 -1 0 + 82 4 0.62907 0.68514 0.55706 0 0 0 + 1810 13 0.84535 0.04479 0.63166 0 1 -1 + 1148 14 0.78256 0.78215 0.02122 0 0 0 + 1157 14 0.67079 0.09662 0.73967 0 1 0 + 1842 14 0.71809 0.64958 0.87318 0 0 0 + 393 14 0.72451 0.14813 0.83987 -1 0 0 + 1870 13 0.60801 0.83956 0.99621 0 0 0 + 200 14 0.58553 0.19839 0.04921 -1 1 0 + 1601 14 0.90907 0.47939 0.87198 0 0 -2 + 1827 14 0.88733 0.78381 0.68077 0 0 1 + 1222 13 0.90670 0.11314 0.82093 1 1 -1 + 692 14 0.78153 0.79730 0.74941 -1 -1 0 + 193 13 0.95543 0.17029 0.54923 -1 0 0 + 973 13 0.58419 0.87372 0.27817 0 0 0 + 1858 13 0.80760 0.11164 0.55474 0 1 -1 + 1875 14 0.53524 0.88312 0.09339 1 0 1 + 1663 13 0.86747 0.46052 0.75890 0 0 0 + 1664 14 0.85839 0.49277 0.74889 0 0 0 + 1843 13 0.97441 0.97434 0.71168 0 -2 0 + 1607 14 0.61665 0.81956 0.31558 1 0 -1 + 498 14 0.83065 0.10304 0.66234 0 0 -1 + 172 13 0.88097 0.71196 0.01040 -1 0 0 + 872 14 0.96235 0.71221 0.49710 -1 -1 0 + 1650 14 0.58647 0.43017 0.75199 0 0 0 + 1142 14 0.65416 0.25402 0.93905 1 2 -2 + 1783 13 0.92621 0.60818 0.15250 -1 -1 0 + 436 13 0.66185 0.31682 0.93857 0 1 -1 + 233 14 0.84118 0.60169 0.56266 -1 0 0 + 26 11 0.54755 0.19775 0.22748 0 0 0 + 1590 14 0.59300 0.50653 0.85077 0 -1 -1 + 392 14 0.71080 0.14536 0.89338 -1 0 0 + 1779 14 0.78546 0.76688 0.40915 -1 -1 0 + 1970 14 0.66984 0.27041 0.50820 1 2 0 + 1547 14 0.94921 0.51004 0.47618 0 0 0 + 1229 14 0.82206 0.46976 0.82810 0 0 0 + 1270 13 0.61815 0.94975 0.83374 -1 -1 -1 + 261 14 0.90546 0.50370 0.06840 -1 3 0 + 686 14 0.71989 0.62227 0.55928 -2 0 0 + 91 13 0.96007 0.86100 0.45165 0 -1 0 + 1280 14 0.55405 0.29259 0.76500 -1 0 1 + 1001 14 0.69496 0.69094 0.15238 -1 1 1 + 101 14 0.90916 0.76192 0.36336 -1 -1 0 + 594 14 0.57779 0.03811 0.65015 0 1 0 + 538 13 0.89983 0.69067 0.58966 -2 0 0 + 1029 14 0.69637 0.85608 0.04952 1 0 1 + 407 14 0.93411 0.00525 0.88066 -1 0 0 + 17 8 0.56428 0.19765 0.30496 0 0 0 + 1119 14 0.70145 0.69125 0.79819 -1 0 0 + 490 13 0.83499 0.80484 0.84131 -1 -1 -1 + 568 13 0.59950 0.92176 0.68425 -2 0 0 + 1988 14 0.72845 0.05190 0.62314 0 0 -1 + 861 14 0.71597 0.63169 0.76764 0 0 -1 + 1752 14 0.73509 0.99051 0.81379 0 0 0 + 1499 14 0.60333 0.12506 0.45623 0 1 -2 + 1572 14 0.72791 0.28267 0.68192 1 -1 0 + 1397 14 0.79786 0.16419 0.42781 1 0 0 + 1000 13 0.72850 0.68325 0.14614 -1 1 1 + 1083 14 0.78190 0.18722 0.58279 -1 0 -1 + 997 13 0.93582 0.34579 0.95331 0 0 -1 + 330 14 0.65687 0.78741 0.82376 -1 -1 -1 + 589 13 0.57184 0.47151 0.95386 0 0 0 + 1053 14 0.73296 0.55467 0.50807 -1 1 1 + 1941 14 0.56075 0.72913 0.76204 0 0 0 + 1156 13 0.69702 0.11086 0.72143 0 1 0 + 1361 14 0.87115 0.71277 0.44020 -1 -1 -1 + 599 14 0.58619 0.08228 0.92447 -1 -2 -1 + 1050 14 0.59800 0.98690 0.42275 0 -2 0 + 1322 14 0.53761 0.87266 0.83992 1 0 0 + 1633 13 0.50934 0.45825 0.29774 1 0 1 + 1863 14 0.98792 0.04926 0.96652 0 -1 0 + 1507 13 0.70000 0.28268 0.61348 -1 1 0 + 194 14 0.93230 0.18194 0.52573 -1 0 0 + 1738 13 0.50758 0.21257 0.87769 0 1 0 + 1469 14 0.92733 0.21391 0.66394 0 1 0 + 1426 13 0.90707 0.57070 0.98354 0 0 -1 + 463 13 0.57095 0.16977 0.97846 0 0 -1 + 1281 14 0.58626 0.27192 0.80493 -1 0 1 + 68 12 0.54041 0.77950 0.41732 0 0 0 + 633 14 0.53893 0.84179 0.02189 -1 0 0 + 1101 14 0.53012 0.24117 0.47355 0 0 1 + 1391 14 0.51036 0.64396 0.11238 0 0 1 + 489 14 0.99912 0.64677 0.31129 -1 0 0 + 1909 13 0.52576 0.08534 0.35949 0 0 0 + 1874 14 0.52080 0.91279 0.13778 1 0 1 + 1557 14 0.50493 0.83810 0.92616 -1 -1 -1 + 756 14 0.50395 0.03855 0.74497 -1 1 0 + 133 13 0.99794 0.88767 0.66124 -1 0 -1 + 1482 14 0.51695 0.47223 0.83289 0 1 -1 + 1130 14 0.51276 0.65624 0.94424 0 0 0 + 296 14 0.50039 0.70460 0.64051 -1 0 0 + 695 14 1.00374 0.34034 0.39570 -1 0 0 + 188 14 0.50270 0.98687 0.83825 -1 -1 0 + 1420 13 0.50143 0.93184 0.25880 0 0 0 + 290 14 0.99740 0.45942 0.98036 -1 0 -1 + 2001 14 0.50183 0.96868 0.31094 0 1 0 + 1968 14 0.50096 0.45226 0.43457 1 0 1 + 65 3 0.49951 0.73948 0.58377 0 0 0 + 97 13 0.99873 0.14484 0.89715 -2 0 -1 + ITEM: TIMESTEP + 10000 + ITEM: NUMBER OF ATOMS + 2004 + ITEM: BOX BOUNDS + 36.8401937129895 64.2115601793071 + 41.0136911525442 68.3850576188589 + 29.7680952261698 57.1394616924871 + ITEM: ATOMS + 31 3 0.28009 0.38996 0.45982 0 0 0 + 1328 14 0.11329 0.65228 0.00083 0 -1 0 + 1235 14 0.45261 0.55233 0.92472 1 0 0 + 396 14 0.26538 0.80392 0.94390 0 0 0 + 1181 14 0.41465 0.31611 0.07034 2 0 0 + 1078 13 0.34060 0.60192 0.92972 0 -1 -1 + 5 4 0.31790 0.20055 0.20979 0 0 0 + 1934 14 0.15674 0.54037 0.03868 1 1 1 + 1610 14 0.25348 0.17158 0.55701 0 0 0 + 1465 13 0.46365 0.76623 0.07937 1 0 1 + 21 4 0.42898 0.34065 0.27192 0 0 0 + 1703 14 0.09811 0.12000 0.52799 0 0 1 + 1605 14 0.23295 0.25410 0.94762 0 0 0 + 34 4 0.28106 0.41513 0.35120 0 0 0 + 1434 14 0.47102 0.04416 0.21801 1 0 0 + 656 14 0.10944 0.27439 0.16977 0 0 0 + 1475 14 0.17021 0.97305 0.08286 1 -2 2 + 1020 14 0.27088 0.99135 0.22264 0 -1 0 + 405 14 0.08949 0.03921 0.01889 0 1 1 + 1808 14 0.30870 0.41254 0.93859 -1 0 0 + 144 14 0.16633 0.40118 0.54380 0 0 0 + 4 4 0.38355 0.20533 0.19524 0 0 0 + 551 14 0.02809 0.51890 0.60117 1 1 1 + 308 14 0.19719 0.52625 0.51612 0 1 0 + 994 13 0.42155 0.74136 0.17452 1 -1 -1 + 1031 14 0.02788 0.04588 0.48407 0 0 0 + 1742 14 0.49651 0.59353 0.76953 0 0 0 + 90 14 0.22467 0.50539 0.93563 -1 -1 -1 + 1342 13 0.29387 0.40178 0.12787 0 -1 1 + 159 14 0.41462 0.96096 0.74004 -1 -2 0 + 1035 14 0.03911 0.87109 0.54251 1 0 0 + 1694 14 0.45779 0.98800 0.89837 0 0 -1 + 37 1 0.35367 0.50734 0.48582 0 0 0 + 1344 14 0.26904 0.40801 0.15170 0 -1 1 + 6 4 0.35937 0.15147 0.22429 0 0 0 + 1625 14 0.14262 0.47107 0.94432 1 -1 0 + 404 14 0.03532 0.03308 0.02824 0 1 1 + 1652 14 0.19242 0.61578 0.25890 1 0 0 + 676 13 0.10319 0.48942 0.50701 0 1 0 + 797 14 0.20068 0.18920 0.99113 0 0 -2 + 1906 13 0.04653 0.66204 0.34340 1 1 -2 + 1327 13 0.13053 0.67136 0.02454 0 -1 0 + 1326 14 0.02307 0.01716 0.59982 0 0 0 + 77 4 0.47199 0.84317 0.33960 0 0 0 + 237 14 0.26952 -0.00038 0.33988 0 1 -1 + 472 13 0.48486 0.47166 0.53106 0 1 0 + 1816 13 0.10634 0.74347 0.28713 0 -1 0 + 1907 14 0.03595 0.62871 0.34394 1 1 -2 + 255 14 0.44847 0.27508 0.64497 -1 -1 -1 + 1385 14 0.38826 0.35738 0.20961 0 1 0 + 1450 13 0.42394 0.43206 0.22582 1 0 1 + 1370 14 0.35053 0.62651 0.75075 0 0 0 + 1955 14 0.04896 0.75409 0.11482 2 0 1 + 244 13 0.13500 0.23949 0.41383 0 1 0 + 63 6 0.44090 0.70249 0.47311 0 0 0 + 122 14 0.33139 0.04583 0.22482 0 1 0 + 680 14 0.07235 0.14042 0.80277 0 0 1 + 1611 14 0.25236 0.22681 0.55986 0 0 0 + 1952 14 0.07075 0.79505 0.70987 1 -1 0 + 954 14 0.40855 0.65067 0.35896 0 0 0 + 282 14 0.03697 0.64270 0.94098 0 0 -1 + 1019 14 0.26830 0.96320 0.27019 0 -1 0 + 440 14 0.12748 0.59444 0.11395 -1 0 0 + 1761 14 0.07138 0.51823 0.17742 0 0 1 + 1030 13 0.01854 0.01554 0.46940 0 0 0 + 788 14 0.23007 0.25707 0.36001 -1 1 1 + 985 13 0.04333 0.37851 0.22830 1 0 1 + 888 14 0.02607 0.23214 0.82512 0 0 0 + 1080 14 0.31382 0.58295 0.94178 0 -1 -1 + 1561 13 0.35424 0.98667 0.45320 1 -2 1 + 1565 14 0.29394 0.95185 0.78249 1 -1 0 + 1948 13 0.12875 0.23723 0.93122 0 0 -1 + 953 14 0.38633 0.64716 0.40949 0 0 0 + 1506 14 0.25354 0.60848 0.34259 0 0 0 + 677 14 0.10993 0.45865 0.52220 0 1 0 + 1908 14 0.02203 0.67930 0.36144 1 1 -2 + 1169 14 0.20138 0.30393 0.59907 0 -1 -1 + 1976 14 0.02357 0.74317 0.58498 0 0 0 + 1462 13 0.21244 0.20336 0.10512 1 0 2 + 256 13 0.18441 0.78632 0.35968 -1 -1 0 + 1735 13 0.24244 0.05740 0.13349 1 1 1 + 1103 14 0.17853 0.03436 0.13372 -1 0 0 + 1092 14 0.38566 0.18038 0.37087 0 0 0 + 39 10 0.34729 0.45698 0.39638 0 0 0 + 299 14 0.19758 0.50079 0.77229 0 2 0 + 53 10 0.42434 0.51587 0.50550 0 0 0 + 1587 14 0.14660 0.89844 0.23246 1 -1 0 + 300 14 0.23845 0.53803 0.77366 0 2 0 + 992 14 0.20705 0.07464 0.37619 1 -1 -1 + 799 13 0.24922 0.78742 0.09025 0 -1 1 + 1603 13 0.23580 0.21942 0.94424 0 0 0 + 654 14 0.01212 0.76216 0.30605 0 0 0 + 605 14 0.41219 0.84881 0.19722 -1 -2 0 + 1502 14 0.11881 0.43518 0.82643 1 0 0 + 910 13 0.24084 0.38788 0.22408 1 0 1 + 269 14 0.15932 0.78243 0.01516 0 0 1 + 1457 14 0.23360 0.96297 0.96363 0 0 -1 + 1653 14 0.18641 0.59270 0.20899 1 0 0 + 1847 14 -0.00038 0.82873 0.11028 1 0 2 + 1065 14 0.18211 0.83095 0.26627 1 -1 -1 + 1677 14 0.04937 0.17556 0.88845 1 0 -1 + 1835 14 0.32741 0.24728 0.00526 1 -1 1 + 8 6 0.38360 0.29346 0.31530 0 0 0 + 505 13 0.13689 0.16494 0.55256 1 -1 -1 + 787 13 0.23968 0.23658 0.38667 -1 1 1 + 1022 14 0.05328 0.67674 0.63292 0 -1 0 + 796 13 0.18356 0.16711 0.01215 0 0 -1 + 1741 13 0.47686 0.60511 0.74302 0 0 0 + 1979 14 0.00257 0.62440 0.44243 2 0 -1 + 1891 13 0.47366 0.84226 0.22339 -1 1 0 + 765 14 0.33625 0.76008 0.24211 0 -1 0 + 13 8 0.48043 0.25348 0.34139 0 0 0 + 419 14 0.31522 0.28214 0.17624 -1 2 0 + 1659 14 0.37233 0.89859 0.31306 0 0 0 + 1666 13 0.46929 0.63387 0.33525 0 1 0 + 281 14 0.05727 0.59128 0.94255 0 0 -1 + 1264 13 0.26798 0.15941 0.31950 0 0 0 + 1134 14 0.04805 0.07359 0.64169 0 2 -1 + 669 14 0.04251 0.49615 0.91053 0 0 -1 + 411 14 0.12667 0.89106 0.15219 0 -1 -1 + 483 14 0.03439 0.10026 0.31963 1 1 1 + 1343 14 0.32132 0.39071 0.14650 0 -1 1 + 257 14 0.16932 0.75796 0.37350 -1 -1 0 + 971 14 0.40946 0.82628 0.95898 -2 1 -1 + 1268 14 0.18961 0.87878 0.05046 1 0 1 + 298 13 0.20633 0.53268 0.76090 0 2 0 + 697 13 0.23662 0.90884 0.41484 1 -1 -1 + 111 14 0.21563 0.18987 0.29402 0 0 0 + 1321 13 0.48974 0.84350 0.77084 1 0 0 + 1501 13 0.09008 0.41901 0.83810 1 0 0 + 1242 14 0.31741 0.83997 0.27347 0 -1 0 + 1880 14 0.15337 0.90107 0.50618 0 -1 -1 + 941 14 0.10156 0.68223 0.37822 0 1 -1 + 1160 14 0.44522 0.69367 0.88661 0 0 1 + 1726 13 0.29211 0.60936 0.18889 1 1 0 + 1137 14 0.42235 0.36236 0.89137 0 0 0 + 918 14 0.13609 0.04862 0.47807 0 1 0 + 1202 14 0.40568 0.16959 0.93881 -1 -1 0 + 1536 14 0.00911 0.88462 0.47864 2 1 1 + 104 14 0.20447 0.15325 0.22147 0 -1 0 + 296 14 0.47112 0.71637 0.61589 -1 0 0 + 1299 14 0.45807 0.48149 0.73714 1 1 -1 + 1585 13 0.13260 0.89277 0.26400 1 -1 0 + 1429 13 0.10343 0.95503 0.79920 1 0 -1 + 1873 13 0.49809 0.97183 0.14782 1 0 1 + 1349 14 0.27495 0.70938 0.37136 0 -1 1 + 1104 14 0.12381 0.04240 0.13348 -1 0 0 + 22 4 0.44279 0.34496 0.33823 0 0 0 + 1817 14 0.09393 0.71293 0.27545 0 -1 0 + 1997 14 0.08932 0.63050 0.17775 0 -1 0 + 1702 13 0.06998 0.10426 0.51443 0 0 1 + 1266 14 0.30224 0.16067 0.31261 0 0 0 + 263 14 0.04074 0.22130 0.37052 0 1 -1 + 745 13 0.14841 0.53657 0.11046 0 0 -1 + 109 13 0.18883 0.20252 0.27543 0 0 0 + 1190 14 0.23917 0.79237 0.48743 -1 -1 -2 + 1977 14 0.05540 0.78056 0.61043 0 0 0 + 878 14 0.14604 0.55894 0.85354 0 -1 0 + 1290 14 0.15103 0.80674 0.49484 1 0 0 + 1467 14 0.48277 0.73786 0.08660 1 0 1 + 624 14 0.47214 0.65504 0.04703 1 1 0 + 617 14 0.31656 0.55903 0.40941 1 -1 0 + 422 14 0.03991 0.85795 0.90492 -1 -2 0 + 650 14 0.18034 0.49640 0.63199 1 0 1 + 1960 13 0.30318 0.29964 0.65530 -1 0 0 + 429 14 0.25369 0.09508 0.02544 -1 0 0 + 609 14 0.20086 0.32394 0.31094 0 1 0 + 1864 13 0.11440 0.21999 0.12571 1 0 0 + 921 14 0.14941 0.68676 0.59812 0 0 -1 + 991 13 0.22160 0.06116 0.34739 1 -1 -1 + 1234 13 0.46443 0.58443 0.91744 1 0 0 + 1790 14 0.27324 0.70856 0.92253 1 -1 1 + 620 14 0.43010 0.74891 0.84945 -1 -1 -1 + 507 14 0.12391 0.19658 0.54526 1 -1 -1 + 1372 13 0.05043 0.64076 0.54696 1 -1 0 + 1759 13 0.07788 0.52677 0.21071 0 0 1 + 400 13 0.05199 0.34633 0.53644 1 1 1 + 1250 14 0.31639 0.27378 0.77295 1 -1 1 + 89 14 0.23807 0.53357 0.98130 -1 -1 -1 + 158 14 0.36579 0.98516 0.73065 -1 -2 0 + 1959 14 0.09495 0.28217 0.24282 0 1 1 + 1096 13 0.13436 0.42948 0.03925 1 0 0 + 1771 13 0.49920 0.78302 0.68636 1 1 -2 + 1913 14 0.18388 0.93452 0.37339 1 -2 -1 + 1097 14 0.16182 0.45013 0.03272 1 0 0 + 1067 14 0.44386 0.10741 0.02715 1 0 0 + 1474 13 0.18602 0.94295 0.07465 1 -2 2 + 1834 13 0.34989 0.23688 0.02995 1 -1 1 + 1961 14 0.30796 0.26625 0.64610 -1 0 0 + 375 14 0.45841 0.72651 0.77747 -1 0 0 + 29 7 0.29200 0.38431 0.37327 0 0 0 + 1704 14 0.05311 0.09109 0.54209 0 0 1 + 1575 14 0.41111 0.12069 0.72916 1 1 -1 + 1336 13 0.13299 0.33675 0.65528 2 1 0 + 385 13 0.48475 0.37702 0.17031 0 1 0 + 1918 13 0.01884 0.27300 0.93928 1 1 -1 + 571 13 0.09249 0.45421 0.28317 0 -1 0 + 1504 13 0.23034 0.61706 0.31787 0 0 0 + 877 13 0.11774 0.54795 0.83618 0 -1 0 + 1832 14 0.09013 0.18982 0.17372 1 1 1 + 1288 13 0.14121 0.83902 0.50404 1 0 0 + 1267 13 0.20137 0.85198 0.03131 1 0 1 + 1535 14 0.05643 0.87511 0.45163 2 1 1 + 1791 14 0.29030 0.69458 0.87180 1 -1 1 + 1098 14 0.14838 0.39825 0.04639 1 0 0 + 1737 14 0.23444 0.08724 0.14987 1 1 1 + 1295 14 0.14857 0.58790 0.43486 1 2 -1 + 309 14 0.23847 0.49933 0.49101 0 1 0 + 1539 14 0.30176 0.24603 0.41322 0 1 0 + 32 10 0.36540 0.35891 0.37832 0 0 0 + 341 14 0.01541 0.86775 0.26342 -1 -1 0 + 218 14 0.41431 0.51681 0.81570 0 0 0 + 1700 14 0.36222 0.50878 0.34934 1 1 0 + 1962 14 0.28173 0.31249 0.63085 -1 0 0 + 1667 14 0.47887 0.60164 0.34487 0 1 0 + 66 7 0.40531 0.74331 0.45828 0 0 0 + 1534 13 0.04048 0.86960 0.48226 2 1 1 + 1846 13 0.00970 0.86100 0.11922 1 0 2 + 1829 14 0.25365 0.67442 0.09894 2 0 0 + 495 14 0.21036 0.31961 0.89806 -1 1 0 + 741 14 0.25168 0.67122 0.46003 0 1 -1 + 307 13 0.20819 0.51562 0.48467 0 1 0 + 456 14 0.18755 0.03362 0.29351 0 0 0 + 286 13 0.29719 0.11997 0.90484 0 0 0 + 1537 13 0.33213 0.25404 0.42861 0 1 0 + 1203 14 0.39154 0.21745 0.96266 -1 -1 0 + 441 14 0.12780 0.64107 0.08419 -1 0 0 + 798 14 0.19309 0.17657 0.04444 0 0 -1 + 147 14 0.18525 0.33513 0.04569 1 0 -1 + 1415 14 0.13807 0.12365 0.99108 1 1 -1 + 2002 13 0.27281 0.95526 0.51900 2 1 1 + 64 1 0.48002 0.71645 0.50724 0 0 0 + 1730 14 0.47878 0.57256 0.41932 0 1 0 + 74 4 0.40005 0.81270 0.42655 0 0 0 + 608 14 0.25038 0.30519 0.29496 0 1 0 + 1192 13 0.05593 0.27389 0.63031 0 0 0 + 1818 14 0.13655 0.74777 0.27006 0 -1 0 + 993 14 0.23439 0.08883 0.33025 1 -1 -1 + 618 14 0.33581 0.59374 0.37089 1 -1 0 + 597 14 0.18570 0.83733 0.57509 1 -1 0 + 1331 14 0.49933 0.62681 0.63328 1 0 -2 + 1957 13 0.08778 0.26501 0.27243 0 1 1 + 30 1 0.30036 0.40541 0.42468 0 0 0 + 1269 14 0.19952 0.86333 -0.00172 1 0 1 + 1430 14 0.07060 0.94633 0.79085 1 0 -1 + 1693 13 0.48604 0.97260 0.91209 0 0 -1 + 93 14 0.09886 -0.00476 0.28267 1 0 0 + 1965 14 0.40970 0.54696 0.08108 0 0 1 + 1180 13 0.38120 0.31471 0.08044 2 0 0 + 287 14 0.31886 0.12641 0.93152 0 0 0 + 911 14 0.26816 0.38612 0.24585 1 0 1 + 368 14 0.38737 0.66511 0.25709 -1 1 1 + 1905 14 0.12506 0.05821 0.22558 1 1 0 + 758 14 0.46319 0.96143 0.64341 -2 -1 1 + 40 4 0.39645 0.44314 0.47337 0 0 0 + 912 14 0.21512 0.40163 0.24339 1 0 1 + 607 13 0.22003 0.29477 0.30887 0 1 0 + 803 14 0.09869 0.34029 0.42727 1 0 -1 + 19 10 0.37377 0.27896 0.24366 0 0 0 + 922 13 0.33824 0.19271 0.65099 -1 1 0 + 1132 13 0.03641 0.08788 0.61197 0 2 -1 + 1765 13 0.02069 0.48431 0.35941 1 0 1 + 28 5 0.33662 0.36018 0.35603 0 0 0 + 1102 13 0.15019 0.03108 0.11350 -1 0 0 + 249 14 0.21342 0.18412 0.82741 -1 1 -1 + 1505 14 0.22676 0.65172 0.32085 0 0 0 + 1727 14 0.29600 0.62917 0.21744 1 1 0 + 394 13 0.28613 0.77749 0.95361 0 0 0 + 696 14 -0.00126 0.35092 0.41506 0 0 0 + 1597 13 0.01944 0.19157 0.49556 1 0 1 + 321 14 0.01089 0.04442 0.28612 0 1 1 + 1456 13 0.24628 0.96139 0.99618 0 0 -1 + 521 14 0.24864 0.54955 0.17683 -1 0 1 + 1893 14 0.49768 0.84855 0.19877 -1 1 0 + 73 4 0.37637 0.72638 0.43540 0 0 0 + 352 13 0.04381 0.74331 0.95935 0 -1 1 + 1676 14 0.02697 0.15398 0.93418 1 0 -1 + 1828 13 0.27825 0.68766 0.11997 2 0 0 + 482 14 0.08691 0.10143 0.30232 1 1 1 + 1651 13 0.17565 0.61968 0.22846 1 0 0 + 1056 14 0.24038 0.77199 0.60000 0 0 1 + 45 3 0.45570 0.59896 0.47423 0 0 0 + 36 7 0.35867 0.45450 0.47422 0 0 0 + 1373 14 0.03996 0.61877 0.52187 1 -1 0 + 1712 14 0.42553 0.29623 0.56413 1 0 1 + 1964 14 0.43194 0.56925 0.03562 0 0 1 + 1904 14 0.08208 0.07750 0.19661 1 1 0 + 75 4 0.46121 0.80122 0.44934 0 0 0 + 280 13 0.05675 0.62136 0.96037 0 0 -1 + 670 13 0.14955 0.87970 0.84524 0 -1 -1 + 38 3 0.31571 0.52725 0.47938 0 0 0 + 1760 14 0.07897 0.56172 0.21074 0 0 1 + 896 14 0.42182 0.05707 0.09565 0 1 0 + 1034 14 0.04413 0.90338 0.58713 1 0 0 + 33 4 0.26462 0.35591 0.37445 0 0 0 + 917 14 0.15924 -0.00113 0.48505 0 1 0 + 619 13 0.43105 0.76506 0.81844 -1 -1 -1 + 1353 14 0.30659 0.08110 0.41292 1 0 0 + 1581 14 0.00687 0.69596 0.76900 1 -1 -1 + 108 14 0.03057 0.65027 0.01792 0 -1 1 + 853 13 0.34139 0.05563 0.29902 -1 0 0 + 2 2 0.35575 0.19180 0.22154 0 0 0 + 395 14 0.31806 0.79164 0.95545 0 0 0 + 133 13 0.11247 0.92632 0.60702 0 0 -1 + 219 14 0.38478 0.55183 0.78470 0 0 0 + 2004 14 0.23854 0.96098 0.51499 2 1 1 + 1963 13 0.44009 0.55790 0.06767 0 0 1 + 65 3 0.47455 0.75031 0.53664 0 0 0 + 1745 14 0.26556 0.10821 0.67247 0 1 -1 + 604 13 0.38462 0.86259 0.18069 -1 -2 0 + 143 14 0.11433 0.39199 0.56027 0 0 0 + 1109 14 0.49426 0.52024 0.04305 0 0 1 + 1956 14 0.00634 0.72876 0.09031 2 0 1 + 258 14 0.21738 0.78524 0.37127 -1 -1 0 + 1809 14 0.29997 0.46459 0.95513 -1 0 0 + 1201 13 0.40921 0.20423 0.93553 -1 -1 0 + 10 3 0.31348 0.34056 0.28277 0 0 0 + 900 14 0.03457 0.41154 0.72393 1 0 1 + 947 14 0.07479 0.43644 0.15308 0 0 1 + 916 13 0.16671 0.03184 0.47609 0 1 0 + 506 14 0.17157 0.16943 0.55236 1 -1 -1 + 1925 14 0.40433 0.97904 0.06589 0 0 -1 + 1738 13 0.47998 0.26478 0.95816 0 1 0 + 1658 14 0.32077 0.90495 0.33203 0 0 0 + 1032 14 0.04187 0.01063 0.44381 0 0 0 + 510 14 0.42138 0.58881 0.72782 -1 0 1 + 1928 14 0.26462 0.15708 0.73781 0 0 0 + 1476 14 0.20510 0.95052 0.04634 1 -2 2 + 44 1 0.42098 0.61578 0.49557 0 0 0 + 747 14 0.13211 0.50565 0.11138 0 0 -1 + 1631 14 0.01102 0.87286 0.77019 2 -2 0 + 1217 14 0.04331 0.85455 0.03700 1 -1 0 + 995 14 0.39023 0.72837 0.16596 1 -1 -1 + 409 13 0.10515 0.86552 0.14180 0 -1 -1 + 35 5 0.33498 0.44132 0.42688 0 0 0 + 649 13 0.19784 0.47366 0.61200 1 0 1 + 1 1 0.36678 0.21036 0.27304 0 0 0 + 1068 14 0.42400 0.07773 0.98492 1 0 -1 + 784 13 0.41013 0.91279 0.79109 -1 0 0 + 91 13 0.06400 0.99446 0.28530 1 -1 0 + 1322 14 0.46856 0.86670 0.78622 1 0 0 + 342 14 0.06822 0.88405 0.26532 -1 -1 0 + 310 13 0.00570 0.45026 0.49554 0 2 0 + 802 13 0.13234 0.34503 0.41902 1 0 -1 + 1562 14 0.36002 0.97158 0.42219 1 -2 1 + 1599 14 0.03508 0.19158 0.46428 1 0 1 + 1064 14 0.20649 0.79060 0.29518 1 -1 -1 + 1975 13 0.05082 0.74609 0.60670 0 0 0 + 1066 13 0.42072 0.10863 0.00096 1 0 0 + 879 14 0.12193 0.56043 0.80378 0 -1 0 + 740 14 0.21810 0.71515 0.46139 0 1 -1 + 1949 14 0.10358 0.21650 0.94386 0 0 -1 + 1865 14 0.09764 0.23580 0.09941 1 0 0 + 1497 14 0.09891 0.04733 0.90016 1 1 0 + 606 14 0.35734 0.84391 0.19207 -1 -2 0 + 1656 14 0.41688 0.42364 0.07746 1 -1 -1 + 1063 13 0.19995 0.80112 0.26248 1 -1 -1 + 401 14 0.03849 0.34530 0.50420 1 1 1 + 412 13 0.00342 0.11036 0.03697 1 1 -1 + 1422 14 0.44368 0.96962 0.26116 0 0 0 + 1657 13 0.34404 0.88052 0.32284 0 0 0 + 1598 14 0.02121 0.15831 0.50622 1 0 1 + 1815 14 0.12048 0.00590 0.37271 1 0 0 + 1420 13 0.44514 0.94074 0.28083 0 0 0 + 1698 14 0.01507 0.19899 0.25257 1 0 0 + 823 13 0.06102 0.91730 0.04471 1 -1 1 + 1543 13 0.11466 0.75936 0.88060 1 0 0 + 785 14 0.38694 0.88807 0.78248 -1 0 0 + 1903 13 0.11691 0.07946 0.19903 1 1 0 + 662 14 0.07746 0.51067 0.39623 0 2 -1 + 1351 13 0.33811 0.07965 0.39783 1 0 0 + 1926 14 0.44769 -0.00360 0.03627 0 1 -1 + 1874 14 0.47648 0.98497 0.17197 1 0 1 + 572 14 0.07930 0.42893 0.26291 0 -1 0 + 1090 13 0.39732 0.17788 0.40375 0 0 0 + 1609 13 0.23575 0.19819 0.57118 0 0 0 + 763 13 0.34389 0.72661 0.24878 0 -1 0 + 1383 14 0.13076 0.13700 0.90573 0 0 1 + 1193 14 0.08135 0.29653 0.63831 0 0 0 + 725 14 0.43477 0.21167 0.59235 0 0 0 + 1337 14 0.16128 0.33379 0.67562 2 1 0 + 804 14 0.14302 0.31380 0.40746 1 0 -1 + 764 14 0.32155 0.71738 0.27405 0 -1 0 + 1541 14 0.47532 0.17451 0.13345 0 0 0 + 454 13 0.16453 0.02307 0.26939 0 0 0 + 1079 14 0.32610 0.63207 0.91954 0 -1 -1 + 694 13 0.00605 0.35353 0.44916 0 0 0 + 996 14 0.41812 0.75123 0.20789 1 -1 -1 + 789 14 0.20968 0.22831 0.40263 -1 1 1 + 288 14 0.28421 0.15131 0.89633 0 0 0 + 746 14 0.16884 0.53655 0.13885 0 0 -1 + 1135 13 0.42730 0.32780 0.88934 0 0 0 + 1159 13 0.46613 0.71052 0.90900 0 0 1 + 1715 14 0.08674 0.60068 0.77068 0 0 0 + 403 13 0.06398 0.01530 0.01897 0 1 1 + 1495 13 0.08645 0.01863 0.88454 1 1 0 + 1033 13 0.03098 0.87278 0.57648 1 0 0 + 1713 14 0.40746 0.34409 0.54309 1 0 1 + 1182 14 0.36674 0.34354 0.06692 2 0 0 + 20 4 0.38389 0.27158 0.34813 0 0 0 + 1836 14 0.35310 0.26455 0.05110 1 -1 1 + 1789 13 0.27710 0.68108 0.90124 1 -1 1 + 136 13 0.18066 0.92646 0.17425 0 -1 1 + 855 14 0.35154 0.02347 0.30827 -1 0 0 + 1416 14 0.08336 0.13178 0.99078 1 1 -1 + 1464 14 0.24131 0.21734 0.09118 1 0 2 + 1958 14 0.09307 0.23135 0.26456 0 1 1 + 72 4 0.39100 0.76060 0.49210 0 0 0 + 887 14 0.01297 0.28402 0.83913 0 0 0 + 410 14 0.12644 0.83981 0.13139 0 -1 -1 + 1564 13 0.30293 0.97834 0.76149 1 -1 0 + 3 3 0.36020 0.18542 0.30986 0 0 0 + 1767 14 0.03575 0.46899 0.33181 1 0 1 + 952 13 0.37785 0.64886 0.37560 0 0 0 + 92 14 0.05447 0.96607 0.26725 1 -1 0 + 1357 13 0.33059 0.35578 0.53892 1 -1 0 + 121 13 0.32354 0.02859 0.19543 0 1 0 + 311 14 0.03417 0.46697 0.48398 0 2 0 + 1617 14 0.43214 0.54637 0.18716 -1 0 0 + 1912 13 0.16751 0.94012 0.34300 1 -2 -1 + 455 14 0.18153 0.99852 0.25118 0 -1 0 + 854 14 0.33732 0.07260 0.32932 -1 0 0 + 1604 14 0.23774 0.21411 0.90972 0 0 0 + 1927 13 0.25754 0.18799 0.72305 0 0 0 + 904 13 0.19884 0.58348 0.56732 0 0 -1 + 7 5 0.37461 0.25977 0.27460 0 0 0 + 1728 14 0.28524 0.63215 0.16327 1 1 0 + 1259 14 0.43357 0.18357 0.08295 1 0 0 + 41 4 0.33836 0.43693 0.50313 0 0 0 + 1249 13 0.29381 0.25727 0.79394 1 -1 1 + 1451 14 0.42027 0.43658 0.26030 1 0 1 + 1433 14 0.42691 0.02250 0.19263 1 0 0 + 9 1 0.34159 0.33098 0.31760 0 0 0 + 1736 14 0.27218 0.04684 0.14855 1 1 1 + 1187 14 0.18492 0.45997 0.42768 1 -1 0 + 671 14 0.12283 0.87633 0.86755 0 -1 -1 + 655 13 0.11025 0.30570 0.18533 0 0 0 + 775 13 0.17271 0.39236 0.31566 0 1 0 + 817 13 0.49374 0.41327 0.99571 0 -1 -2 + 739 13 0.25120 0.70545 0.46718 0 1 -1 + 1463 14 0.21989 0.19995 0.13912 1 0 2 + 1414 13 0.10851 0.11237 0.97617 1 1 -1 + 1695 14 0.48603 0.98254 0.94562 0 0 -1 + 11 7 0.43234 0.32093 0.30723 0 0 0 + 1944 14 0.02599 0.16455 0.73027 -1 1 0 + 1116 14 0.32439 0.13887 0.51269 -1 1 0 + 1830 14 0.27605 0.72225 0.11533 2 0 0 + 157 13 0.40017 0.99153 0.73114 -1 -2 0 + 906 14 0.19863 0.61837 0.56974 0 0 -1 + 68 12 0.44890 0.75711 0.36881 0 0 0 + 1260 14 0.38482 0.20234 0.10111 1 0 0 + 1624 13 0.16961 0.45320 0.93107 1 -1 0 + 1251 14 0.31319 0.24668 0.82105 1 -1 1 + 1458 14 0.25674 0.99403 0.00311 0 0 0 + 616 13 0.32649 0.56041 0.37591 1 -1 0 + 1914 14 0.15070 0.91016 0.33645 1 -2 -1 + 88 13 0.25213 0.51716 0.95381 -1 -1 -1 + 87 14 0.33893 0.03751 0.84500 -1 0 0 + 1084 13 0.43880 0.07538 0.68097 -1 2 -1 + 801 14 0.27961 0.80460 0.08824 0 -1 1 + 439 13 0.11747 0.62794 0.11491 -1 0 0 + 1431 14 0.10036 0.97348 0.82875 1 0 -1 + 273 14 0.37963 0.15669 0.80641 -2 1 0 + 42 5 0.39188 0.53231 0.50372 0 0 0 + 522 14 0.22673 0.51723 0.21600 -1 0 1 + 800 14 0.22675 0.80719 0.07215 0 -1 1 + 1833 14 0.05693 0.14957 0.19206 1 1 1 + 661 13 0.09994 0.52932 0.41546 0 2 -1 + 1951 13 0.10402 0.78485 0.70639 1 -1 0 + 271 13 0.37653 0.15146 0.84085 -2 1 0 + 596 14 0.22465 0.87127 0.59486 1 -1 0 + 1452 14 0.41569 0.46310 0.21198 1 0 1 + 272 14 0.35100 0.12776 0.84385 -2 1 0 + 1014 14 0.42866 0.07326 0.51707 0 0 0 + 1929 14 0.25949 0.21093 0.74937 0 0 0 + 1274 14 0.09548 0.70503 0.16139 0 0 0 + 595 13 0.21855 0.83772 0.58707 1 -1 0 + 1189 13 0.26277 0.81719 0.49448 -1 -1 -2 + 245 14 0.11102 0.21920 0.39847 0 1 0 + 62 5 0.41102 0.66280 0.49376 0 0 0 + 1936 13 0.28365 0.43301 0.58948 1 0 0 + 235 13 0.28309 0.96744 0.34157 0 0 -1 + 754 13 0.49383 0.09952 0.77894 -1 1 0 + 573 14 0.09175 0.48283 0.26308 0 -1 0 + 541 13 0.39751 0.33082 0.43014 0 1 1 + 1374 14 0.03652 0.67156 0.53799 1 -1 0 + 1091 14 0.38722 0.14609 0.41424 0 0 0 + 1191 14 0.25287 0.83016 0.52541 -1 -1 -2 + 1172 14 0.48901 0.72464 0.17465 0 -2 0 + 759 14 0.44753 0.94114 0.59439 -2 -1 1 + 1953 14 0.12239 0.81460 0.70677 1 -1 0 + 1655 14 0.42603 0.47532 0.09492 1 -1 -1 + 1273 13 0.09074 0.73790 0.17233 0 0 0 + 1297 13 0.45977 0.48098 0.77206 1 1 -1 + 246 14 0.12071 0.24825 0.44453 0 1 0 + 225 14 0.21418 0.43759 0.82862 0 -1 -1 + 905 14 0.20751 0.57252 0.59938 0 0 -1 + 1054 13 0.25242 0.73982 0.60654 0 0 1 + 1432 13 0.44746 0.01845 0.22064 1 0 0 + 1275 14 0.12260 0.75226 0.17100 0 0 0 + 515 14 0.22063 0.63315 0.87889 1 1 0 + 236 14 0.26423 0.95125 0.36618 0 0 -1 + 1746 14 0.30512 0.08995 0.63840 0 1 -1 + 1661 14 0.19611 0.32659 0.83532 1 -1 -1 + 1938 14 0.25237 0.44862 0.58860 1 0 0 + 1115 14 0.30772 0.10034 0.54870 -1 1 0 + 1055 14 0.22526 0.72303 0.62082 0 0 1 + 1770 14 0.30450 0.07732 0.77410 0 0 0 + 1325 14 0.05705 0.97555 0.61297 0 -1 0 + 564 14 0.27695 0.54118 0.85638 1 0 -1 + 1621 13 0.16524 0.56367 0.67785 1 0 1 + 1165 13 0.05351 0.32687 0.34103 0 0 1 + 1150 13 0.03927 0.05072 0.73658 0 1 0 + 1851 14 0.38944 0.61730 0.85716 0 -2 -1 + 835 13 0.26578 0.60937 0.45117 1 -1 -1 + 563 14 0.31757 0.54988 0.81986 1 0 -1 + 1814 14 0.06720 0.01441 0.36053 1 0 0 + 61 11 0.33734 0.44817 0.70518 0 0 0 + 1125 14 0.36135 0.95300 0.87675 1 1 -1 + 450 14 0.38889 0.19726 0.47220 0 0 -1 + 987 14 0.01582 0.35699 0.22650 1 0 1 + 1580 14 0.05366 0.68137 0.79464 1 -1 -1 + 1875 14 0.47797 0.96735 0.11956 1 0 1 + 659 14 0.06889 0.24322 0.52063 0 0 0 + 1915 13 0.29925 0.72015 0.68895 2 0 0 + 865 13 0.44089 0.85752 0.04887 0 -2 1 + 1744 13 0.27197 0.10109 0.63883 0 1 -1 + 120 14 0.12731 0.69877 0.85073 1 -2 -1 + 70 10 0.38077 0.67822 0.50695 0 0 0 + 652 13 0.02537 0.79299 0.31589 0 0 0 + 1211 14 0.34283 0.85414 0.89326 0 -2 0 + 339 14 0.39291 0.91949 0.13527 0 -1 1 + 355 13 0.28496 0.60033 0.01940 0 -1 0 + 303 14 0.07473 0.22930 0.68016 -1 1 0 + 114 14 0.17709 0.35897 0.47512 0 -1 0 + 514 13 0.20580 0.61088 0.85637 1 1 0 + 192 14 0.18370 0.86676 0.69314 1 0 0 + 167 14 0.46791 0.85058 0.88258 0 0 -1 + 1347 14 0.30156 0.69620 0.50886 0 -2 0 + 1133 14 0.02499 0.11957 0.62136 0 2 -1 + 1411 13 0.33874 0.83935 0.76073 -1 -1 -1 + 1204 13 0.48917 0.38876 0.62418 0 -1 0 + 1493 14 0.37139 0.22270 0.87639 -1 -1 1 + 1358 14 0.31028 0.36461 0.51186 1 -1 0 + 1371 14 0.31757 0.66424 0.72732 0 0 0 + 1210 13 0.33296 0.88743 0.88905 0 -2 0 + 86 14 0.28852 0.05346 0.86125 -1 0 0 + 1932 14 0.32550 0.52333 0.10321 0 0 0 + 1265 14 0.26416 0.17857 0.34850 0 0 0 + 434 14 0.18632 0.94407 0.87543 0 0 -1 + 1255 13 0.25774 0.89862 0.81697 1 -1 0 + 471 14 0.48019 0.42181 0.41989 0 -1 0 + 50 8 0.39659 0.46662 0.65744 0 0 0 + 1399 13 0.16408 0.72727 0.75449 1 0 0 + 1136 14 0.39563 0.31481 0.88219 0 0 0 + 920 14 0.11702 0.66258 0.56037 0 0 -1 + 972 14 0.40559 0.79645 0.91256 -2 1 -1 + 1924 13 0.41286 -0.00120 0.03833 0 1 -1 + 1807 13 0.32286 0.43827 0.95758 -1 0 0 + 295 13 0.46890 0.68971 0.63841 -1 0 0 + 1384 13 0.36790 0.33991 0.18718 0 1 0 + 587 14 0.47554 0.16892 0.81075 0 0 0 + 1320 14 0.27072 0.55840 0.06610 1 -1 0 + 543 14 0.42822 0.32118 0.44380 0 1 1 + 337 13 0.41252 0.93273 0.10952 0 -1 1 + 578 14 0.23543 0.46932 0.00778 0 0 0 + 1980 14 0.01928 0.57507 0.42383 2 0 -1 + 1170 14 0.22352 0.34040 0.56387 0 -1 -1 + 113 14 0.22741 0.37797 0.48798 0 -1 0 + 1459 13 0.31118 0.25161 0.53687 0 1 0 + 1813 13 0.08902 0.00979 0.38747 1 0 0 + 85 13 0.30826 0.04900 0.83273 -1 0 0 + 118 13 0.12347 0.67169 0.82894 1 -2 -1 + 1638 14 0.30652 0.81533 0.38483 1 -1 -1 + 1293 14 0.13695 0.24036 0.80332 0 -1 -1 + 701 14 0.37872 0.79097 0.67074 1 -1 -1 + 290 14 0.02155 0.38952 0.99727 0 0 -1 + 1220 14 0.20124 0.10311 0.60850 0 0 1 + 433 13 0.20109 0.95980 0.90295 0 0 -1 + 301 13 0.09553 0.20653 0.69664 -1 1 0 + 503 14 0.28790 0.91275 0.01302 0 -1 0 + 1350 14 0.31542 0.68011 0.34759 0 -1 1 + 1998 14 0.10274 0.63214 0.23138 0 -1 0 + 447 14 0.40062 0.88692 0.65471 -1 -1 -1 + 445 13 0.36913 0.87660 0.66591 -1 -1 -1 + 1226 14 0.21721 0.89280 0.91742 1 -1 -1 + 145 13 0.15709 0.33535 0.06643 1 0 -1 + 353 14 0.04035 0.77607 0.97108 0 -1 1 + 1795 13 0.47606 0.33094 0.06706 -1 0 1 + 836 14 0.23197 0.60557 0.44311 1 -1 -1 + 663 14 0.07971 0.54746 0.43746 0 2 -1 + 1194 14 0.03948 0.28844 0.60310 0 0 0 + 71 4 0.45906 0.68591 0.44225 0 0 0 + 134 14 0.12100 0.89396 0.61717 0 0 -1 + 46 7 0.41211 0.57756 0.57634 0 0 0 + 105 14 0.17457 0.12874 0.18192 0 -1 0 + 1205 14 0.47049 0.36071 0.63352 0 -1 0 + 923 14 0.33375 0.16756 0.62711 -1 1 0 + 757 13 0.43811 0.94250 0.62805 -2 -1 1 + 1367 14 0.12504 0.82090 0.37047 0 -1 0 + 899 14 0.08199 0.43973 0.71991 1 0 1 + 883 13 0.34092 0.01540 0.96908 0 1 -1 + 1916 14 0.28394 0.72646 0.65815 2 0 0 + 1930 13 0.35936 0.51545 0.10697 0 0 0 + 1823 14 0.37998 0.53058 0.93502 1 -1 -1 + 1421 14 0.44035 0.91449 0.25823 0 0 0 + 1369 13 0.33072 0.65435 0.75818 0 0 0 + 1822 13 0.40771 0.50940 0.93732 1 -1 -1 + 1095 14 0.41092 0.62922 0.97280 -1 0 1 + 776 14 0.17605 0.40803 0.34674 0 1 0 + 247 13 0.24536 0.18769 0.84120 -1 1 -1 + 112 13 0.19662 0.36943 0.50218 0 -1 0 + 43 6 0.38814 0.57995 0.52605 0 0 0 + 1241 14 0.27766 0.82769 0.23703 0 -1 0 + 1400 14 0.14860 0.71667 0.78400 1 0 0 + 1258 13 0.40887 0.17764 0.10698 1 0 0 + 1318 13 0.26438 0.52995 0.08541 1 -1 0 + 52 8 0.34929 0.47271 0.67669 0 0 0 + 1151 14 0.07141 0.05930 0.74737 0 1 0 + 1994 14 0.19582 0.49874 0.30267 1 -1 0 + 1199 14 0.20569 0.06648 0.78520 0 0 -1 + 1216 13 0.05299 0.82587 0.01948 1 -1 0 + 516 14 0.23273 0.59581 0.83992 1 1 0 + 611 14 0.20019 0.07878 0.86051 -1 1 0 + 123 14 0.34987 0.03596 0.17363 0 1 0 + 168 14 0.47349 0.90507 0.89023 0 0 -1 + 1544 14 0.12574 0.79116 0.89004 1 0 0 + 1937 14 0.30478 0.45654 0.60440 1 0 0 + 51 8 0.31964 0.51111 0.66017 0 0 0 + 869 14 0.26426 0.75599 0.72585 0 0 0 + 897 14 0.39862 0.09817 0.12448 0 1 0 + 546 14 0.41950 0.01959 0.84080 1 1 -1 + 1492 13 0.35077 0.24975 0.86827 -1 -1 1 + 132 14 0.33790 0.41793 0.02092 1 -1 0 + 777 14 0.14600 0.40892 0.30032 0 1 0 + 682 13 0.17933 0.77306 0.16382 -1 -1 -1 + 722 14 0.34866 0.85631 0.10120 0 0 2 + 1461 14 0.30728 0.25788 0.50269 0 1 0 + 131 14 0.32775 0.41052 0.07478 1 -1 0 + 191 14 0.13567 0.88914 0.70899 1 0 0 + 948 14 0.06380 0.45569 0.10241 0 0 1 + 575 14 0.31510 0.71491 -0.00135 0 -2 0 + 190 13 0.14934 0.86595 0.68667 1 0 0 + 1496 14 0.08013 0.99641 0.91079 1 0 0 + 1978 13 0.02758 0.60031 0.44657 2 0 -1 + 1999 13 0.41595 0.00042 0.36056 0 2 0 + 502 13 0.31312 0.88986 0.00510 0 -1 0 + 217 13 0.38511 0.53606 0.81592 0 0 0 + 1319 14 0.23341 0.53624 0.10038 1 -1 0 + 898 13 0.06892 0.40731 0.71892 1 0 1 + 354 14 0.01557 0.73811 0.93939 0 -1 1 + 1566 14 0.31710 0.00208 0.78290 1 0 0 + 565 13 0.29595 0.95563 0.67167 0 1 0 + 825 14 0.05407 0.91759 0.07898 1 -1 1 + 110 14 0.18957 0.23698 0.28133 0 0 0 + 1294 13 0.16313 0.61210 0.45549 1 2 -1 + 1743 14 0.48028 0.63990 0.74412 0 0 0 + 1346 14 0.30010 0.69176 0.56397 0 -2 0 + 1263 14 0.39233 0.10133 0.62744 1 0 0 + 1093 13 0.42495 0.64702 0.99943 -1 0 1 + 726 14 0.38759 0.22313 0.61885 0 0 0 + 651 14 0.17293 0.45596 0.59499 1 0 1 + 1218 14 0.04081 0.79932 0.03872 1 -1 0 + 1993 13 0.22708 0.50470 0.28817 1 -1 0 + 1152 14 0.02415 0.08130 0.72888 0 1 0 + 721 13 0.33928 0.83148 0.07844 0 0 2 + 781 13 0.20569 0.31896 0.16043 1 0 0 + 302 14 0.12654 0.20995 0.68083 -1 1 0 + 1968 14 0.49697 0.49209 0.37469 1 0 1 + 1996 13 0.07608 0.63741 0.20937 0 -1 0 + 1645 13 0.01354 0.09379 0.21219 0 1 0 + 1545 14 0.12159 0.73910 0.90825 1 0 0 + 567 14 0.31279 0.97867 0.65144 0 1 0 + 54 4 0.35172 0.59499 0.52808 0 0 0 + 1393 13 0.02979 0.37026 0.93377 1 -1 0 + 1236 14 0.44095 0.59755 0.89509 1 0 0 + 1756 13 0.10212 0.12190 0.74170 0 1 1 + 886 13 0.03383 0.26550 0.81804 0 0 0 + 660 14 0.08850 0.29416 0.52954 0 0 0 + 1178 14 0.48021 0.58739 0.26033 0 -1 -1 + 164 14 0.09041 0.30090 0.07468 -1 0 2 + 493 13 0.19943 0.31119 0.93019 -1 1 0 + 1488 14 0.48175 0.30380 0.85311 0 0 -1 + 1021 13 0.06186 0.65085 0.65481 0 -1 0 + 1917 14 0.33311 0.72699 0.68348 2 0 0 + 1920 14 0.04871 0.25482 0.93920 1 1 -1 + 1061 14 0.21701 0.06856 0.45792 -1 1 1 + 1060 13 0.24345 0.08978 0.44935 -1 1 1 + 1623 14 0.18698 0.55366 0.70336 1 0 1 + 885 14 0.35757 0.00180 0.99667 0 1 -1 + 1824 14 0.39522 0.48014 0.95183 1 -1 -1 + 418 13 0.29612 0.27622 0.14754 -1 2 0 + 1345 13 0.32027 0.68502 0.53621 0 -2 0 + 1256 14 0.24161 0.91274 0.78933 1 -1 0 + 362 14 0.32217 0.70131 0.80001 0 -1 0 + 576 14 0.36155 0.74326 0.98879 0 -2 -1 + 216 14 0.37160 0.00656 0.57240 0 1 0 + 1340 14 0.41127 0.41548 0.78827 -1 -1 -2 + 1848 14 0.04359 0.85771 0.12717 1 0 2 + 562 13 0.28321 0.55438 0.82461 1 0 -1 + 1348 13 0.28756 0.69990 0.34015 0 -1 1 + 783 14 0.23551 0.30071 0.15979 1 0 0 + 1701 14 0.41365 0.48892 0.35380 1 1 0 + 1382 14 0.12855 0.15055 0.85214 0 0 1 + 1262 14 0.38711 0.08501 0.57485 1 0 0 + 435 14 0.20049 0.99384 0.89496 0 0 -1 + 700 13 0.39260 0.75915 0.67498 1 -1 -1 + 1354 13 0.31728 0.36990 0.88058 1 0 0 + 1850 14 0.41011 0.64387 0.81327 0 -2 -1 + 738 14 0.15169 0.72735 0.51040 0 0 0 + 1315 13 0.33068 0.13732 0.99923 1 0 -1 + 426 14 0.19376 0.20846 0.61986 0 1 0 + 868 13 0.25093 0.76944 0.75525 0 0 0 + 214 13 0.35495 0.98965 0.59809 0 0 0 + 1616 14 0.38847 0.56447 0.21588 -1 0 0 + 672 14 0.13808 0.90235 0.82119 0 -1 -1 + 475 13 0.16755 0.70339 0.65720 0 0 0 + 1261 13 0.37040 0.10233 0.60022 1 0 0 + 1395 14 0.02006 0.33759 0.94157 1 -1 0 + 103 13 0.20646 0.14142 0.18862 0 -1 0 + 60 11 0.28203 0.51384 0.67182 0 0 0 + 424 13 0.17911 0.21821 0.65009 0 1 0 + 1386 14 0.37988 0.34895 0.15559 0 1 0 + 57 11 0.45261 0.49902 0.61692 0 0 0 + 361 13 0.31174 0.72801 0.82004 0 -1 0 + 1413 14 0.34077 0.86071 0.73311 -1 -1 -1 + 852 14 0.24430 0.37148 0.01646 0 1 1 + 1878 14 0.02963 0.70070 0.22667 1 1 -1 + 1366 13 0.09648 0.83430 0.38556 0 -1 0 + 579 14 0.25086 0.45786 0.05965 0 0 0 + 356 14 0.31547 0.61395 0.02974 0 -1 0 + 1317 14 0.36304 0.12413 0.99802 1 0 -1 + 1466 14 0.44221 0.76958 0.10679 1 0 1 + 940 13 0.12888 0.69363 0.39683 0 1 -1 + 699 14 0.22317 0.87866 0.42630 1 -1 -1 + 924 14 0.30750 0.19466 0.66755 -1 1 0 + 577 13 0.23389 0.44435 0.03222 0 0 0 + 1355 14 0.29598 0.35690 0.85608 1 0 0 + 223 13 0.18647 0.44107 0.80757 0 -1 -1 + 1825 13 0.01104 0.83423 0.71116 1 0 1 + 357 14 0.26361 0.62787 0.01649 0 -1 0 + 1018 13 0.25269 0.96640 0.23906 0 -1 0 + 1410 14 0.28657 0.30897 0.97951 1 0 1 + 1563 14 0.32921 0.96718 0.46791 1 -2 1 + 1338 14 0.11438 0.36252 0.66985 2 1 0 + 703 13 0.50066 0.21219 0.04163 0 -1 0 + 1007 14 0.16435 0.01589 0.68995 0 -1 -1 + 1168 13 0.23134 0.32024 0.59136 0 -1 -1 + 792 14 0.20109 0.95892 0.62222 0 -1 -1 + 1523 14 0.01802 0.04201 0.85231 1 1 -1 + 1714 13 0.08683 0.57899 0.74325 0 0 0 + 1538 14 0.35427 0.22926 0.41773 0 1 0 + 369 14 0.43184 0.64255 0.28102 -1 1 1 + 867 14 0.45689 0.82918 0.06169 0 -2 1 + 1062 14 0.25254 0.10506 0.47947 -1 1 1 + 1323 14 0.47751 0.81237 0.78105 1 0 0 + 1950 14 0.15450 0.21531 0.92229 0 0 -1 + 58 11 0.31520 0.57478 0.61751 0 0 0 + 1711 13 0.43308 0.32048 0.54008 1 0 1 + 67 7 0.42970 0.78514 0.42942 0 0 0 + 895 13 0.40318 0.06350 0.12453 0 1 0 + 1188 14 0.14649 0.48301 0.39526 1 -1 0 + 138 14 0.20937 0.94136 0.18756 0 -1 1 + 48 8 0.41408 0.50122 0.62514 0 0 0 + 163 13 0.05919 0.28545 0.07780 -1 0 2 + 1401 14 0.13912 0.74470 0.73727 1 0 0 + 508 13 0.38790 0.57872 0.72745 -1 0 1 + 520 13 0.21931 0.53259 0.18548 -1 0 1 + 146 14 0.17010 0.33443 0.09888 1 0 -1 + 1124 14 0.36701 0.99403 0.91341 1 1 -1 + 2000 14 0.44253 0.02289 0.36398 0 2 0 + 1626 14 0.15499 0.43018 0.90918 1 -1 0 + 137 14 0.18096 0.93547 0.14046 0 -1 1 + 1200 14 0.22602 0.07317 0.73420 0 0 -1 + 1660 13 0.23001 0.33511 0.83413 1 -1 -1 + 49 8 0.33755 0.54332 0.62574 0 0 0 + 387 14 0.47015 0.39367 0.19737 0 1 0 + 1931 14 0.36734 0.52625 0.13926 0 0 0 + 934 13 0.43496 0.42152 0.88672 0 0 0 + 1008 14 0.16990 0.03177 0.63726 0 -1 -1 + 338 14 0.41948 0.90539 0.08886 0 -1 1 + 1412 14 0.30720 0.82449 0.75802 -1 -1 -1 + 142 13 0.13966 0.41610 0.56079 0 0 0 + 790 13 0.21957 0.93103 0.61205 0 -1 -1 + 56 4 0.45109 0.56641 0.57440 0 0 0 + 1758 14 0.09860 0.14650 0.71710 0 1 1 + 1219 13 0.16835 0.09200 0.61271 0 0 1 + 69 2 0.49098 0.80772 0.34506 0 0 0 + 165 14 0.03620 0.31176 0.07627 -1 0 2 + 1740 14 0.45928 0.23712 0.95271 0 1 0 + 1186 13 0.16754 0.45520 0.39771 1 -1 0 + 270 14 0.10698 0.78208 0.99726 0 0 0 + 313 13 0.24482 0.70179 0.02078 -1 1 0 + 1586 14 0.14887 0.91550 0.28502 1 -1 0 + 603 14 0.21245 0.97742 0.75705 0 -2 -1 + 1145 14 0.01253 0.52894 0.23889 0 1 -1 + 1503 14 0.06458 0.43001 0.81685 1 0 0 + 1381 13 0.14452 0.12899 0.87459 0 0 1 + 602 14 0.16480 0.94987 0.76252 0 -2 -1 + 1408 13 0.30883 0.29737 0.95516 1 0 1 + 224 14 0.19405 0.42128 0.77975 0 -1 -1 + 1622 14 0.13596 0.57309 0.69449 1 0 1 + 119 14 0.15118 0.65132 0.83531 1 -2 -1 + 1716 14 0.07870 0.59931 0.71598 0 0 0 + 130 13 0.35154 0.40406 0.04998 1 -1 0 + 884 14 0.31643 0.03613 0.98298 0 1 -1 + 1359 14 0.31851 0.37493 0.56557 1 -1 0 + 423 14 0.07565 0.85091 0.94653 -1 -2 0 + 850 13 0.25269 0.34066 0.03071 0 1 1 + 481 13 0.06289 0.12051 0.31912 1 1 1 + 367 13 0.40421 0.63472 0.26107 -1 1 1 + 653 14 0.05609 0.79504 0.29930 0 0 0 + 340 13 0.03563 0.89513 0.27146 -1 -1 0 + 1699 13 0.38203 0.48119 0.34101 1 1 0 + 1933 13 0.15467 0.54317 0.00388 1 1 1 + 866 14 0.41241 0.84503 0.03289 0 -2 1 + 1114 13 0.29568 0.12519 0.52724 -1 1 0 + 698 14 0.25002 0.92388 0.44342 1 -1 -1 + 215 14 0.37871 0.96735 0.61077 0 0 0 + 1123 13 0.37782 0.98342 0.88189 1 1 -1 + 1120 13 0.08080 0.53911 0.61866 0 -1 0 + 542 14 0.37511 0.30609 0.44064 0 1 1 + 1221 14 0.14966 0.11123 0.59027 0 0 1 + 1769 14 0.32882 0.10928 0.73607 0 0 0 + 509 14 0.38494 0.55921 0.69858 -1 0 1 + 684 14 0.20075 0.78170 0.19007 -1 -1 -1 + 449 14 0.35719 0.20920 0.51592 0 0 -1 + 1409 14 0.31686 0.32576 0.93639 1 0 1 + 297 14 0.44275 0.69853 0.65989 -1 0 0 + 476 14 0.17881 0.68102 0.68161 0 0 0 + 1687 13 0.36789 0.29777 0.73098 0 0 0 + 264 14 0.05046 0.16694 0.36752 0 1 -1 + 986 14 0.07074 0.35839 0.22009 1 0 1 + 384 14 0.08692 0.30780 0.79868 0 0 0 + 1849 13 0.41122 0.64317 0.84822 0 -2 -1 + 1573 13 0.39159 0.14563 0.74398 1 1 -1 + 1240 13 0.31179 0.82328 0.24326 0 -1 0 + 1341 14 0.42061 0.36151 0.78056 -1 -1 -2 + 837 14 0.27485 0.57882 0.46558 1 -1 -1 + 477 14 0.16033 0.73271 0.67484 0 0 0 + 723 14 0.32923 0.84906 0.04993 0 0 2 + 970 13 0.38688 0.80755 0.93995 -2 1 -1 + 1006 13 0.16213 0.00405 0.65712 0 -1 -1 + 1662 14 0.24504 0.30881 0.81665 1 -1 -1 + 566 14 0.29495 0.97074 0.70319 0 1 0 + 1757 14 0.13508 0.11073 0.73826 0 1 1 + 1292 14 0.12058 0.19429 0.77746 0 -1 -1 + 1352 14 0.35127 0.04888 0.40798 1 0 0 + 1574 14 0.38621 0.16890 0.71843 1 1 -1 + 1012 13 0.40447 0.05043 0.52787 0 0 0 + 851 14 0.26135 0.34834 0.06371 0 1 1 + 1225 13 0.20948 0.85939 0.92424 1 -1 -1 + 1316 14 0.33462 0.16890 0.01373 1 0 0 + 1630 13 0.01398 0.90265 0.78826 2 -2 0 + 473 14 0.48390 0.44812 0.55690 0 1 0 + 1995 14 0.23711 0.53552 0.30131 1 -1 0 + 1291 13 0.14395 0.20621 0.80059 0 -1 -1 + 529 13 0.46298 0.13843 0.50221 -1 0 0 + 658 13 0.09857 0.26169 0.52134 0 0 0 + 1831 13 0.07000 0.18079 0.20085 1 1 1 + 446 14 0.34691 0.89993 0.65230 -1 -1 -1 + 1161 14 0.47762 0.68562 0.93070 0 0 1 + 166 13 0.45337 0.88130 0.87432 0 0 -1 + 1637 14 0.28552 0.79691 0.43256 1 -1 -1 + 870 14 0.22302 0.74952 0.76214 0 0 0 + 1584 14 0.02430 0.55091 0.72090 2 -1 -1 + 448 13 0.38174 0.18690 0.50483 0 0 -1 + 1675 13 0.04969 0.17824 0.92331 1 0 -1 + 1615 13 0.39925 0.53806 0.19564 -1 0 0 + 679 13 0.05242 0.14617 0.83092 0 0 1 + 1460 14 0.32185 0.28213 0.55022 0 1 0 + 1122 14 0.11199 0.54474 0.63344 0 -1 0 + 1289 14 0.10719 0.84044 0.49605 1 0 0 + 2001 14 0.42714 0.97712 0.33700 0 1 0 + 736 13 0.15498 0.74616 0.48110 0 0 0 + 402 14 0.02542 0.35652 0.55676 1 1 1 + 1232 14 0.22643 0.44424 0.66374 0 0 0 + 610 13 0.19273 0.04617 0.85033 -1 1 0 + 1579 13 0.01891 0.67773 0.79630 1 -1 -1 + 1892 14 0.48609 0.81467 0.24092 -1 1 0 + 1954 13 0.02734 0.75657 0.08744 2 0 1 + 12 8 0.47341 0.28631 0.30109 0 0 0 + 291 14 0.06194 0.42070 0.01861 0 0 0 + 2003 14 0.28034 0.96878 0.55036 2 1 1 + 504 14 0.31984 0.89557 0.97126 0 -1 -1 + 756 14 0.46758 0.08469 0.79665 -1 1 0 + 383 14 0.10582 0.35861 0.80966 0 0 0 + 1086 14 0.47308 0.08122 0.68466 -1 2 -1 + 702 14 0.42035 0.76437 0.69561 1 -1 -1 + 621 14 0.39746 0.77016 0.81018 -1 -1 -1 + 1881 14 0.15943 0.93863 0.54632 0 -1 -1 + 1636 13 0.28079 0.79561 0.39794 1 -1 -1 + 363 14 0.29347 0.74856 0.79843 0 -1 0 + 23 11 0.45588 0.25458 0.37226 0 0 0 + 494 14 0.16632 0.30085 0.92575 -1 1 0 + 47 8 0.38572 0.54174 0.61012 0 0 0 + 1494 14 0.33483 0.25796 0.89829 -1 -1 1 + 1768 13 0.29749 0.09812 0.74689 0 0 0 + 1296 14 0.16449 0.59706 0.48703 1 2 -1 + 531 14 0.43282 0.15586 0.50533 -1 0 0 + 1935 14 0.12038 0.54492 0.99725 1 1 0 + 1198 13 0.19633 0.06668 0.75150 0 0 -1 + 657 14 0.14373 0.31562 0.18331 0 0 0 + 135 14 0.12505 0.94703 0.63224 0 0 -1 + 601 13 0.19754 0.94643 0.75070 0 -2 -1 + 545 14 0.42994 0.01167 0.78707 1 1 -1 + 791 14 0.24944 0.93325 0.63010 0 -1 -1 + 1121 14 0.08792 0.53424 0.58476 0 -1 0 + 427 13 0.24944 0.06047 0.02803 -1 0 0 + 544 13 0.43591 0.03388 0.81342 1 1 -1 + 667 13 0.06770 0.51754 0.92196 0 0 -1 + 683 14 0.19939 0.77476 0.13522 -1 -1 -1 + 678 14 0.12490 0.49062 0.47962 0 1 0 + 1697 14 0.01507 0.16094 0.29271 1 0 0 + 612 14 0.15797 0.04379 0.85328 -1 1 0 + 818 14 0.48400 0.42796 0.96550 0 -1 -2 + 574 13 0.34940 0.71502 0.00546 0 -2 0 + 942 14 0.14275 0.66467 0.41069 0 1 -1 + 1094 14 0.40711 0.67709 0.00025 -1 0 2 + 268 13 0.13929 0.77198 0.98846 0 0 0 + 289 13 0.02863 0.41135 0.02365 0 0 0 + 935 14 0.41786 0.45173 0.89093 0 0 0 + 1689 14 0.36821 0.33035 0.74369 0 0 0 + 588 14 0.44952 0.18011 0.85825 0 0 0 + 254 14 0.42408 0.29824 0.68888 -1 -1 -1 + 421 13 0.07352 0.85097 0.91163 -1 -2 0 + 737 14 0.12912 0.73485 0.46046 0 0 0 + 425 14 0.20203 0.20825 0.67455 0 1 0 + 1257 14 0.23330 0.87877 0.83219 1 -1 0 + 1212 14 0.30603 0.88584 0.86679 0 -2 0 + 314 14 0.25236 0.73534 0.02718 -1 1 0 + 315 14 0.21355 0.70267 0.00514 -1 1 0 + 1166 14 0.08317 0.34476 0.34583 0 0 1 + 248 14 0.26663 0.19013 0.81355 -1 1 -1 + 1339 13 0.39504 0.38536 0.78103 -1 -1 -2 + 428 14 0.25480 0.05348 0.06187 -1 0 0 + 1394 14 0.05217 0.36663 0.90715 1 -1 0 + 1227 14 0.18045 0.85315 0.90577 1 -1 -1 + 420 14 0.31731 0.28465 0.12103 -1 2 0 + 782 14 0.21233 0.34587 0.18175 1 0 0 + 59 11 0.42048 0.43706 0.66805 0 0 0 + 382 13 0.11565 0.32506 0.80865 0 0 0 + 1298 14 0.49025 0.49639 0.77958 1 1 -1 + 1368 14 0.06982 0.81776 0.37011 0 -1 0 + 253 13 0.45169 0.30149 0.66767 -1 -1 -1 + 1231 13 0.22952 0.42102 0.68970 0 0 0 + 936 14 0.46812 0.43095 0.88086 0 0 0 + 55 4 0.40869 0.61378 0.59435 0 0 0 + 1356 14 0.34526 0.38109 0.86283 1 0 0 + 1023 14 0.06959 0.62390 0.63391 0 -1 0 + 586 13 0.47370 0.19269 0.83633 0 0 0 + 262 13 0.04793 0.19336 0.39029 0 1 -1 + 668 14 0.08497 0.52698 0.89306 0 0 -1 + 882 14 0.47954 0.30693 0.49105 0 0 -1 + 1233 14 0.25315 0.39800 0.67810 0 0 0 + 1688 14 0.34521 0.29895 0.70439 0 0 0 + 824 14 0.08019 0.94607 0.03941 1 -1 1 + 1329 14 0.12552 0.70447 0.01446 0 -1 0 + 1654 13 0.44256 0.44628 0.08461 1 -1 -1 + 1167 14 0.06088 0.30447 0.31520 0 0 1 + 919 13 0.14892 0.67620 0.56478 0 0 -1 + 1866 14 0.14795 0.21972 0.11583 1 0 0 + 348 14 0.01104 0.94730 0.33871 1 0 2 + 1085 14 0.43419 0.04268 0.69249 -1 2 -1 + 1739 14 0.46679 0.28980 0.93760 0 1 0 + 1013 14 0.39345 0.03482 0.49858 0 0 0 + 1966 13 0.48633 0.46298 0.35849 1 0 1 + 1879 13 0.15873 0.93521 0.51153 0 -1 -1 + 724 13 0.41510 0.23834 0.60352 0 0 0 + 786 14 0.41811 0.90609 0.82447 -1 0 0 + 946 13 0.08109 0.46346 0.13180 0 0 1 + 1491 14 0.00253 0.93096 0.99913 0 0 0 + 374 14 0.47194 0.72021 0.72422 -1 0 0 + 373 13 0.47078 0.70305 0.75467 -1 0 0 + 681 14 0.03003 0.11931 0.83144 0 0 1 + 1324 13 0.02317 0.98377 0.61020 0 -1 0 + 734 14 0.01317 0.73077 0.67520 -1 0 0 + 530 14 0.48698 0.16331 0.49694 -1 0 0 + 1796 14 0.47618 0.35069 0.03820 -1 0 1 + 1797 14 0.48058 0.35366 0.09326 -1 0 1 + 1909 13 0.49710 0.05303 0.38273 0 0 0 + 1705 13 0.49580 0.08378 0.08367 1 1 1 + 1486 13 0.49521 0.28668 0.82574 0 0 -1 + 1049 14 0.50212 0.07908 0.49846 0 -1 0 + 1706 14 0.49138 0.11275 0.10276 1 1 1 + 1632 14 0.00134 0.89498 0.81995 2 -2 0 + 1942 13 0.00247 0.14498 0.71334 -1 1 0 + 106 13 0.00162 0.66653 0.02889 0 -1 1 + 1668 14 0.49884 0.64878 0.32394 0 1 0 + 413 14 0.01255 0.14382 0.04146 1 1 -1 + 1050 14 0.50364 0.05243 0.45002 0 -1 0 + 1487 14 0.48413 0.25375 0.82969 0 0 -1 + 1733 14 0.69288 0.82310 0.45021 1 0 0 + 376 13 0.73853 0.67596 0.01153 -1 0 1 + 891 14 0.84538 0.52746 0.37827 0 0 0 + 902 14 0.62478 0.60068 0.65410 0 -1 0 + 1518 14 0.71647 0.82893 0.78931 0 0 0 + 760 13 0.85717 0.26321 0.30519 -1 1 1 + 1417 13 0.72226 0.68573 0.45888 -1 0 0 + 124 13 0.52118 0.55672 0.82697 -1 -1 0 + 534 14 0.81237 0.32089 0.44132 0 2 1 + 762 14 0.85809 0.26230 0.34014 -1 1 1 + 822 14 0.75521 0.90372 0.92513 -1 -2 -1 + 527 14 0.91952 0.77154 0.78876 -1 0 -1 + 844 13 0.95000 0.01556 0.08767 -1 0 0 + 1673 14 0.93869 0.62336 0.59582 0 1 1 + 961 13 0.57727 0.79183 0.24297 0 0 -1 + 115 13 0.64848 0.66392 0.26117 1 0 -1 + 452 14 0.56479 0.66989 0.24706 -1 0 0 + 152 14 0.60872 0.05688 0.95050 0 1 1 + 179 14 0.98668 0.28125 0.44942 -1 0 1 + 201 14 0.66457 0.22716 0.06078 -1 1 0 + 228 14 0.82195 0.31714 0.26655 -2 1 0 + 731 14 0.64406 0.12517 0.39664 0 2 0 + 334 13 0.88262 0.93897 0.93272 0 -1 -1 + 1774 13 0.92291 0.77817 0.20911 0 -2 0 + 1027 13 0.74560 0.83757 0.94272 1 0 0 + 1047 14 0.95012 0.34860 0.08898 -1 0 -1 + 1686 14 0.62188 0.31650 0.58499 0 0 -1 + 1077 14 0.61597 0.71087 0.00627 1 0 0 + 326 14 0.91592 0.56138 0.37370 -1 0 1 + 1313 14 0.61942 0.45632 0.31355 1 1 -1 + 1101 14 0.51207 0.24328 0.48907 0 0 1 + 1140 14 0.60629 0.04020 0.30912 0 1 0 + 1515 14 0.51169 0.57914 0.12729 -1 1 0 + 1708 13 0.88739 0.08101 0.12231 0 1 2 + 1844 14 0.99912 0.99795 0.72320 0 -2 0 + 813 14 0.66582 0.16864 0.47151 0 -1 -1 + 1674 14 0.98984 0.60630 0.58351 0 1 1 + 1405 13 0.60032 0.99181 0.46116 0 -1 0 + 1602 14 0.85244 0.44795 0.86403 0 0 -2 + 1877 14 0.99328 0.68219 0.26403 0 1 -1 + 1681 13 0.94618 0.86644 0.63868 -1 -1 -1 + 1794 14 0.60226 0.89322 0.73689 0 -1 0 + 486 14 0.86482 0.23319 0.14107 -1 1 1 + 377 14 0.75298 0.65025 0.99274 -1 0 0 + 560 14 0.77279 0.15717 0.95897 -1 0 -1 + 500 14 0.76570 0.81891 0.34604 -1 1 0 + 380 14 0.77759 0.26793 0.07690 -1 1 2 + 443 14 0.90860 0.24556 0.41792 -1 0 0 + 1554 14 0.73377 0.55460 0.93097 -1 0 -3 + 319 13 0.98767 0.05277 0.31089 -1 1 1 + 1330 13 0.50705 0.59457 0.64443 1 0 -2 + 1805 14 0.81502 0.04184 0.83753 0 0 -1 + 1990 13 0.74178 0.02303 0.22584 1 0 1 + 720 14 0.62888 0.44823 0.90397 0 0 -1 + 156 14 0.84603 0.69989 0.69937 -1 0 1 + 688 13 0.94050 0.39741 0.82519 0 1 0 + 386 14 0.51835 0.38671 0.17115 0 1 0 + 1302 14 0.56315 0.34758 0.68335 0 0 1 + 349 13 0.63969 0.89449 0.15718 0 -2 1 + 743 14 0.91683 0.12986 0.95948 0 1 -1 + 1747 13 0.84946 0.42080 0.65113 1 1 -1 + 18 9 0.58178 0.17933 0.30077 0 0 0 + 1440 14 0.74974 0.30036 0.16594 -1 0 0 + 733 13 0.99518 0.72397 0.70441 -2 0 0 + 1196 14 0.91143 0.91617 0.26275 -2 -2 0 + 928 13 0.68406 0.99690 0.14378 -1 0 1 + 1155 14 0.64751 0.29547 0.19162 0 1 1 + 278 14 0.87504 0.53963 0.29298 -1 0 0 + 1455 14 0.85827 0.43048 0.02669 0 0 1 + 1532 14 0.78736 0.82060 0.14314 -1 1 1 + 242 14 0.69209 0.27272 0.00283 -1 1 1 + 705 14 0.50354 0.23085 0.07107 0 -1 0 + 1471 13 0.88226 0.36694 0.52811 -1 0 0 + 1556 14 0.54287 0.81073 0.86796 -1 -1 -1 + 581 14 0.68543 0.38242 0.13369 -1 0 0 + 874 13 0.77837 0.32998 0.09550 -1 1 0 + 842 14 0.84011 0.61040 0.48593 0 0 0 + 317 14 0.85622 0.24648 0.85861 0 1 0 + 431 14 0.75532 0.12004 0.25368 0 0 1 + 1542 14 0.52366 0.19794 0.14662 0 0 0 + 186 14 0.88205 0.40347 0.41736 -1 1 1 + 629 14 0.80651 0.27794 0.97768 0 -1 -1 + 732 14 0.61769 0.14497 0.35224 0 2 0 + 554 14 0.91668 0.12304 0.64830 -1 0 0 + 460 13 0.64080 0.56233 0.38780 -1 0 2 + 1144 13 0.97904 0.52055 0.24444 -1 1 -1 + 1793 14 0.55841 0.85952 0.73693 0 -1 0 + 1005 14 0.73956 0.69610 0.27446 0 0 1 + 347 14 0.95825 0.94969 0.32235 0 0 2 + 1174 13 0.60707 0.57012 0.28306 2 -2 1 + 1237 13 0.72842 0.57371 0.18279 -1 0 1 + 488 14 0.94145 0.71666 0.36982 -1 0 0 + 864 14 0.77800 0.07023 0.43442 -1 0 0 + 751 13 0.85220 0.70032 0.21324 -1 0 0 + 805 13 0.53046 0.88092 0.15023 1 -1 0 + 903 14 0.57599 0.60191 0.62807 0 -1 0 + 1485 14 0.74510 0.56106 0.26115 0 0 0 + 1719 14 0.73289 0.88456 0.12940 1 -1 -1 + 1776 14 0.95400 0.76387 0.21632 0 -2 0 + 1592 14 0.61989 0.77344 0.07819 -1 0 1 + 1800 14 0.70612 0.22072 0.19109 -1 0 -1 + 150 14 0.53882 0.08746 0.59976 -1 0 0 + 1612 13 0.86966 0.08009 0.21814 0 0 0 + 187 13 0.54797 0.03313 0.83573 -1 0 0 + 1171 13 0.52232 0.71706 0.18214 0 -2 0 + 1967 14 0.50927 0.45856 0.33246 1 0 1 + 1559 14 0.71371 0.33771 0.60528 0 -1 -1 + 1284 14 0.94839 0.09801 0.30071 0 1 -1 + 204 14 0.53460 0.16934 0.00709 -1 1 1 + 1945 13 0.94027 0.63805 0.68852 1 1 0 + 843 14 0.83178 0.65607 0.45586 0 0 0 + 730 13 0.64871 0.13278 0.36283 0 2 0 + 1570 13 0.67821 0.29948 0.69782 1 -1 0 + 185 14 0.91850 0.40085 0.37584 -1 1 1 + 1444 13 0.58318 0.82706 0.45187 1 0 -1 + 1641 14 0.67468 0.86450 0.22119 0 -1 1 + 525 14 0.62200 0.01192 0.05029 0 1 0 + 1520 14 0.79203 0.43501 0.36069 -1 1 0 + 292 13 0.73046 0.10772 0.31561 -1 0 1 + 1076 14 0.58260 0.69822 0.96402 1 0 -1 + 548 14 0.64413 0.31516 0.02682 0 0 -1 + 499 13 0.73182 0.82614 0.35078 -1 1 0 + 537 14 0.73494 0.70667 0.71559 -1 0 0 + 1781 14 0.99928 0.41603 0.19487 0 0 0 + 1478 14 0.84979 0.79627 0.08357 -1 -1 1 + 1685 14 0.57054 0.29769 0.59331 0 0 -1 + 1512 14 0.84189 0.05931 0.07800 1 1 1 + 1215 14 0.78580 0.92343 0.30439 -1 -1 1 + 117 14 0.65574 0.68683 0.23576 1 0 -1 + 1392 14 0.56875 0.68988 0.15088 0 0 1 + 97 13 0.96956 0.11508 0.92276 -2 0 -1 + 1560 14 0.71584 0.38633 0.57902 0 -1 -1 + 430 13 0.77189 0.11942 0.22289 0 0 1 + 1209 14 0.69803 0.24916 0.30330 0 0 0 + 325 13 0.93857 0.58802 0.37358 -1 0 1 + 1516 13 0.70800 0.83181 0.82312 0 0 0 + 381 14 0.74264 0.22515 0.07417 -1 1 2 + 841 13 0.81517 0.63283 0.47603 0 0 0 + 962 14 0.59153 0.77442 0.26973 0 0 -1 + 771 14 0.65887 0.36374 0.26539 0 0 0 + 169 13 0.52701 0.17265 0.72380 0 1 0 + 1051 13 0.74854 0.60021 0.55292 -1 1 1 + 1138 13 0.57161 0.04324 0.31244 0 1 0 + 116 14 0.65788 0.68024 0.29064 1 0 -1 + 1406 14 0.62627 0.01225 0.44968 0 0 0 + 794 14 0.86494 0.87641 0.17894 0 -1 0 + 689 14 0.92021 0.37645 0.80592 0 1 0 + 127 13 0.79329 0.55756 0.02873 1 0 1 + 1618 13 0.73434 0.99029 0.06575 0 0 0 + 1750 13 0.80912 0.97335 0.82684 0 0 0 + 1311 14 0.64522 0.60436 0.19217 0 0 0 + 1244 14 0.85955 0.36254 0.17047 0 1 -1 + 761 14 0.88810 0.27664 0.29595 -1 1 1 + 294 14 0.70269 0.11754 0.33447 -1 0 1 + 511 13 0.90297 0.80385 0.54520 0 0 1 + 260 14 0.97168 0.52764 0.05090 -1 3 0 + 1867 13 0.58390 0.63507 0.42147 1 0 1 + 485 14 0.84165 0.22555 0.09143 -1 1 1 + 1057 13 0.94275 0.91100 0.48052 0 0 -1 + 1692 14 0.52894 0.37852 0.39929 0 0 1 + 484 13 0.87057 0.23772 0.10687 -1 1 1 + 1709 14 0.89543 0.11499 0.12416 0 1 2 + 1484 14 0.77450 0.51807 0.27977 0 0 0 + 1436 14 0.77824 0.88653 0.99890 0 -1 0 + 479 14 0.97731 0.48557 0.76676 -1 0 1 + 1620 14 0.75454 0.01845 0.06110 0 1 0 + 664 13 0.95923 0.29413 0.18266 -1 -1 1 + 1483 13 0.75062 0.54162 0.28969 0 0 0 + 1404 14 0.88160 0.81296 0.72323 0 -1 1 + 829 13 0.59614 0.55099 0.96315 0 -1 0 + 155 14 0.83417 0.74860 0.67602 -1 0 1 + 1596 14 0.95515 0.34073 0.31240 -1 0 1 + 468 14 0.53494 0.48833 0.12828 -1 0 0 + 1896 14 0.67339 0.65344 0.10185 1 0 1 + 453 14 0.56869 0.70027 0.29312 -1 0 0 + 1983 14 0.61139 0.12303 0.18565 0 0 0 + 1606 13 0.61136 0.73980 0.43212 1 0 -1 + 1279 13 0.64253 0.19266 0.81609 -1 0 1 + 539 14 0.85797 0.69087 0.56151 -2 0 0 + 1207 13 0.66505 0.25798 0.31085 0 0 0 + 709 13 0.77145 0.49266 0.13056 -2 0 0 + 926 14 0.70883 0.67433 0.34903 0 -1 0 + 793 13 0.88728 0.87905 0.20572 0 -1 0 + 1986 14 0.59253 0.55040 0.73457 1 1 0 + 336 14 0.88533 0.92428 0.90110 0 -1 -1 + 1734 14 0.70209 0.85267 0.40439 1 0 0 + 890 14 0.87791 0.48366 0.36922 0 0 0 + 1724 14 0.72279 0.44541 0.42190 -1 0 -1 + 1883 14 0.57733 0.33241 0.92565 1 -1 -1 + 631 13 0.54694 0.89519 0.04765 -1 0 0 + 634 13 0.88868 0.96915 0.67296 -1 0 0 + 636 14 0.89216 0.97810 0.63933 -1 0 0 + 415 13 0.59182 0.97340 0.09610 -1 -1 0 + 715 13 0.75046 0.98127 0.35336 0 0 0 + 927 14 0.72927 0.72534 0.34276 0 -1 0 + 1075 13 0.61605 0.69705 0.97415 1 0 -1 + 398 14 0.51709 0.29215 0.11763 -1 0 1 + 318 14 0.82420 0.26196 0.90097 0 1 0 + 1287 14 0.69142 0.05076 0.45897 0 0 1 + 285 14 0.85072 0.19258 0.54122 -1 1 0 + 1594 13 0.96255 0.36521 0.33625 -1 0 1 + 863 14 0.82553 0.05987 0.40809 -1 0 0 + 239 14 0.70478 0.05220 0.81300 0 0 0 + 416 14 0.56333 0.96474 0.11444 -1 -1 0 + 1755 14 0.79073 0.45271 0.26087 0 1 -1 + 1002 14 0.80850 0.70388 0.14457 -1 1 1 + 989 14 0.95442 0.92441 0.17738 -1 -2 -1 + 1549 13 0.88793 0.41760 0.28006 0 1 0 + 832 13 0.54484 0.24956 0.61281 0 0 1 + 1335 14 0.87268 0.68563 0.90395 0 -1 -1 + 1614 14 0.89297 0.09567 0.23904 0 0 0 + 1595 14 0.99741 0.36787 0.33556 -1 0 1 + 1037 14 0.61908 0.60603 0.54569 0 -1 1 + 370 13 0.85165 0.02150 0.33130 -1 -1 0 + 512 14 0.89306 0.77875 0.56744 0 0 1 + 1072 13 0.51875 0.47151 0.66678 -1 0 -2 + 275 14 0.79161 0.59554 0.84705 -1 0 0 + 274 13 0.80467 0.61294 0.87443 -1 0 0 + 1889 14 0.95414 0.65334 0.80091 0 0 -1 + 259 13 0.96779 0.50991 0.02101 -1 3 0 + 1894 13 0.70090 0.67484 0.10472 1 0 1 + 1058 14 0.94477 0.94542 0.47468 0 0 -1 + 358 13 0.65454 0.10785 0.65112 -1 -1 -1 + 458 14 0.86811 0.51521 0.19210 0 0 1 + 148 13 0.53705 0.05472 0.61192 -1 0 0 + 1946 14 0.92761 0.62973 0.72004 1 1 0 + 1285 13 0.66372 0.07108 0.45248 0 0 1 + 1038 14 0.60569 0.60245 0.49214 0 -1 1 + 1890 14 0.91427 0.62987 0.83123 0 0 -1 + 795 14 0.89667 0.84607 0.21259 0 -1 0 + 457 13 0.86709 0.51313 0.15720 0 0 1 + 766 13 0.83473 0.50934 0.75691 0 0 0 + 417 14 0.60243 0.94336 0.08167 -1 -1 0 + 84 4 0.57525 0.73392 0.52945 0 0 0 + 1869 14 0.61039 0.61691 0.40763 1 0 1 + 1443 14 0.59355 0.47254 0.59335 0 0 -1 + 742 13 0.90082 0.12948 0.99056 0 1 -1 + 719 14 0.62768 0.42894 0.95579 0 0 -1 + 178 13 0.96015 0.25847 0.44996 -1 0 1 + 735 14 0.98191 0.69202 0.69930 -2 0 0 + 999 14 0.93977 0.18889 0.98975 0 0 -1 + 432 14 0.75412 0.14197 0.20291 0 0 1 + 1671 14 0.69547 -0.00145 0.33251 0 0 2 + 174 14 0.88612 0.61231 0.04646 -1 0 0 + 553 13 0.89455 0.09652 0.64281 -1 0 0 + 208 13 0.77110 0.05209 0.69401 -1 0 0 + 862 13 0.79703 0.08010 0.40679 -1 0 0 + 713 14 0.95525 0.80678 0.43933 -1 0 -1 + 125 14 0.55514 0.55320 0.83454 -1 -1 0 + 811 13 0.69439 0.15829 0.48881 0 -1 -1 + 359 14 0.66483 0.07443 0.65071 -1 -1 -1 + 195 14 0.94712 0.20640 0.60306 -1 0 0 + 1445 14 0.61453 0.83507 0.43860 1 0 -1 + 925 13 0.70089 0.70593 0.33635 0 -1 0 + 15 8 0.51981 0.22139 0.34370 0 0 0 + 1407 14 0.57444 0.01402 0.46892 0 0 0 + 1447 13 0.76234 0.12078 0.88468 1 0 0 + 648 14 0.93727 0.36392 0.57581 0 0 0 + 241 13 0.71630 0.24975 0.99238 -1 1 0 + 625 13 0.73694 0.47032 0.02929 0 0 1 + 1853 14 0.67775 0.76169 0.16621 1 -1 0 + 950 14 0.68502 0.69300 0.59725 1 0 -1 + 585 14 0.64813 0.05863 0.14468 1 0 1 + 335 14 0.91565 0.94536 0.94229 0 -1 -1 + 462 14 0.63052 0.56032 0.35443 -1 0 2 + 626 14 0.70512 0.47997 0.04014 0 0 1 + 209 14 0.75193 0.06538 0.72007 -1 0 0 + 690 14 0.93670 0.38564 0.85790 0 1 0 + 1391 14 0.56164 0.66724 0.10092 0 0 1 + 513 14 0.88838 0.83301 0.55782 0 0 1 + 1479 14 0.89364 0.76386 0.07432 -1 -1 1 + 1558 13 0.72313 0.37110 0.60964 0 -1 -1 + 1841 14 0.65499 0.66158 0.92226 0 0 0 + 1571 14 0.68089 0.33367 0.69095 1 -1 0 + 1106 14 0.62823 0.58744 0.01376 0 0 -1 + 561 14 0.78453 0.17127 1.01115 -1 0 -1 + 1105 13 0.65031 0.59714 0.03909 0 0 -1 + 838 13 0.55661 0.15025 0.63436 -1 0 1 + 1362 14 0.82615 0.75715 0.49922 -1 -1 -1 + 1243 13 0.86703 0.39668 0.17180 0 1 -1 + 1517 14 0.73341 0.85150 0.83688 0 0 0 + 830 14 0.58047 0.53239 0.98827 0 -1 0 + 1510 13 0.81867 0.04734 0.05474 1 1 1 + 304 13 0.52312 0.09268 0.22160 0 0 0 + 968 14 0.69887 0.60094 0.37445 -1 1 -1 + 1179 14 0.50616 0.57024 0.21459 0 -1 -1 + 1278 14 0.82917 0.72635 0.36069 -1 0 0 + 1245 14 0.85861 0.40874 0.14007 0 1 -1 + 1334 14 0.85697 0.73109 0.87666 0 -1 -1 + 171 14 0.54288 0.19338 0.74706 0 1 0 + 1441 13 0.57323 0.49476 0.57556 0 0 -1 + 876 14 0.80780 0.34573 0.08504 -1 1 0 + 1619 14 0.74832 0.96594 0.04490 0 0 0 + 1872 14 0.58751 0.79972 0.99095 0 0 0 + 1213 13 0.80459 0.93985 0.27989 -1 -1 1 + 583 13 0.61682 0.07382 0.14814 1 0 1 + 931 13 0.65807 0.85823 0.91352 -1 -1 -1 + 141 14 0.55170 0.94435 0.89717 0 -2 -1 + 559 13 0.79915 0.16720 0.97965 -1 0 -1 + 1088 14 0.52293 0.92461 0.41189 -1 -1 0 + 1028 14 0.71252 0.84469 0.93388 1 0 0 + 1283 14 0.94667 0.15101 0.28497 0 1 -1 + 1419 14 0.72995 0.67328 0.42712 -1 0 0 + 1307 14 0.86422 0.47506 0.50571 -1 -2 0 + 1882 13 0.56038 0.34165 0.95481 1 -1 -1 + 639 14 0.65395 0.83354 0.13406 -1 0 0 + 360 14 0.66095 0.11859 0.68378 -1 -1 -1 + 1589 14 0.72326 0.46966 0.87030 0 -1 -1 + 437 14 0.66668 0.38303 0.00581 0 1 0 + 1640 14 0.66032 0.87114 0.27419 0 -1 1 + 162 14 0.81598 0.89563 0.55765 -2 -1 0 + 945 14 0.94422 1.00146 0.39754 -1 0 0 + 711 14 0.75114 0.46719 0.14329 -2 0 0 + 1333 13 0.86848 0.72013 0.90781 0 -1 -1 + 845 14 0.92459 0.03274 0.10447 -1 0 0 + 279 14 0.91530 0.53509 0.25533 -1 0 0 + 873 14 0.94372 0.71412 0.54321 -1 -1 0 + 478 13 0.98581 0.45231 0.76008 -1 0 1 + 1749 14 0.83268 0.39320 0.66454 1 1 -1 + 1154 14 0.64473 0.26312 0.14684 0 1 1 + 778 13 0.95278 0.83182 0.37542 -1 0 0 + 1360 13 0.84188 0.74137 0.47227 -1 -1 -1 + 638 14 0.69276 0.81173 0.10123 -1 0 0 + 1435 13 0.78565 0.91947 0.00801 0 -1 1 + 1802 14 0.75352 0.42932 0.98001 0 0 -1 + 345 14 0.87314 0.36250 0.06092 -2 -1 1 + 848 14 0.89032 0.83610 0.02632 -1 -1 0 + 856 13 0.95063 0.28143 0.28173 -1 0 0 + 442 13 0.87732 0.24600 0.40228 -1 0 0 + 154 13 0.84570 0.71644 0.66857 -1 0 1 + 346 13 0.98041 0.96241 0.34624 0 0 2 + 958 13 0.76368 0.22280 0.29290 0 1 1 + 752 14 0.85323 0.66649 0.20440 -1 0 0 + 1884 14 0.55563 0.31161 0.97208 1 -1 -1 + 969 14 0.74111 0.58385 0.34310 -1 1 -1 + 1613 14 0.84015 0.09827 0.22285 0 0 0 + 523 13 0.62527 0.02368 0.01752 0 1 0 + 1591 13 0.60080 0.76300 0.05081 -1 0 1 + 251 14 0.81193 0.63422 0.75679 0 0 -1 + 1153 13 0.62777 0.28874 0.16354 0 1 1 + 231 14 0.66607 0.53833 0.50316 -1 0 0 + 1376 14 0.96320 0.68818 0.17017 0 -1 0 + 1208 14 0.64627 0.22967 0.30255 0 0 0 + 1732 13 0.68524 0.85365 0.43502 1 0 0 + 1402 13 0.86774 0.83708 0.70205 0 -1 1 + 379 13 0.77509 0.23377 0.08397 -1 1 2 + 1446 14 0.56662 0.85775 0.45440 1 0 -1 + 1887 14 0.61347 1.00742 0.18567 0 0 0 + 1778 14 0.83278 0.94415 0.44254 -1 -1 0 + 1642 13 0.50997 0.99834 0.01658 0 -1 0 + 965 14 0.85834 0.23814 0.23789 0 0 0 + 1972 13 0.59793 0.38892 0.50773 -1 0 0 + 1477 13 0.87131 0.78543 0.05822 -1 -1 1 + 1531 13 0.82122 0.81693 0.15106 -1 1 1 + 847 13 0.90427 0.85571 1.00095 -1 -1 -1 + 1748 14 0.88156 0.41908 0.66488 1 1 -1 + 27 10 0.58214 0.16989 0.26700 0 0 0 + 1600 13 0.86239 0.44012 0.89663 0 0 -2 + 1003 13 0.75549 0.69878 0.24344 0 0 1 + 1672 13 0.95613 0.59844 0.57855 0 1 1 + 1107 14 0.66638 0.62546 0.02635 0 0 -1 + 213 14 0.60373 0.75431 0.36949 -1 0 -2 + 1991 14 0.75234 0.05637 0.22563 1 0 1 + 1798 13 0.70248 0.18847 0.17807 -1 0 -1 + 909 14 0.92652 0.52940 0.13076 -1 1 -1 + 211 13 0.61071 0.75322 0.33524 -1 0 -2 + 1540 13 0.50819 0.16683 0.14261 0 0 0 + 1162 13 0.66100 0.95075 0.95541 1 -1 -1 + 1197 14 0.87047 0.94074 0.29065 -2 -2 0 + 806 14 0.51087 0.90905 0.15713 1 -1 0 + 712 13 0.95024 0.78442 0.46575 -1 0 -1 + 716 14 0.76463 0.95861 0.37592 0 0 0 + 833 14 0.55656 0.25938 0.64426 0 0 1 + 451 13 0.54847 0.67653 0.27727 -1 0 0 + 1627 13 0.60645 0.93878 0.28514 1 0 0 + 1876 13 0.99566 0.70147 0.23495 0 1 -1 + 1811 14 0.87919 0.03377 0.72968 0 1 -1 + 1718 14 0.76807 0.89177 0.08734 1 -1 -1 + 1777 13 0.80180 0.93108 0.43291 -1 -1 0 + 1011 14 0.58890 0.30360 0.38761 0 0 0 + 901 13 0.60924 0.61230 0.62501 0 -1 0 + 907 13 0.95880 0.51987 0.12127 -1 1 -1 + 819 14 0.51858 0.39036 0.98672 0 -1 -2 + 480 14 0.96784 0.43376 0.78366 -1 0 1 + 555 14 0.90722 0.08024 0.61457 -1 0 0 + 501 14 0.71719 0.82050 0.31952 -1 1 0 + 1418 14 0.75171 0.68157 0.47729 -1 0 0 + 815 14 0.88063 0.03612 0.95492 1 0 0 + 1551 14 0.91865 0.41175 0.29571 0 1 0 + 276 14 0.78755 0.59997 0.90203 -1 0 0 + 1044 14 0.81416 0.13500 0.36437 0 0 -2 + 1717 13 0.74847 0.86751 0.10315 1 -1 -1 + 227 14 0.84644 0.36663 0.26329 -2 1 0 + 107 14 1.00497 0.69929 0.01711 -1 -1 1 + 1010 14 0.62481 0.26413 0.37309 0 0 0 + 1691 14 0.54433 0.35940 0.34972 0 0 1 + 1009 13 0.61158 0.28058 0.40097 0 0 0 + 293 14 0.75799 0.11667 0.33523 -1 0 1 + 1470 14 0.90206 0.20724 0.74599 0 1 0 + 1425 14 0.71054 0.39959 0.21941 0 0 0 + 1780 13 0.97274 0.43420 0.18116 0 0 0 + 378 14 0.75734 0.70432 0.00351 -1 0 1 + 1309 13 0.62494 0.59371 0.16575 0 0 0 + 1310 14 0.62068 0.62220 0.14592 0 0 0 + 175 13 0.65931 0.82269 0.66628 -1 -1 -1 + 1943 14 0.97317 0.16407 0.71384 -2 1 0 + 1773 14 0.52151 0.79099 0.66064 1 1 -2 + 1729 13 0.49879 0.55802 0.39460 0 1 0 + 1731 14 0.53076 0.57089 0.40050 0 1 0 + 1480 13 0.52353 0.46474 0.90738 0 1 -1 + 582 14 0.66780 0.39686 0.08330 -1 0 0 + 1804 13 0.82381 0.07315 0.82467 0 0 -1 + 1112 14 0.99499 0.80754 0.84745 -1 -1 -1 + 1799 14 0.69882 0.19327 0.14363 -1 0 -1 + 1885 13 0.58900 0.99264 0.20582 0 0 0 + 320 14 0.98630 0.02455 0.33150 -1 1 1 + 1922 14 0.65450 0.54890 0.07921 1 0 2 + 893 14 0.86298 0.34433 0.73267 0 1 -1 + 1214 14 0.78746 0.96982 0.27432 -1 -1 1 + 344 14 0.88480 0.31107 0.04425 -2 -1 1 + 266 14 0.75195 0.04627 0.62494 -1 0 1 + 949 13 0.66051 0.71661 0.60531 1 0 -1 + 939 14 0.53104 0.20834 0.87135 1 0 -1 + 1195 13 0.90509 0.93580 0.29100 -2 -2 0 + 1403 14 0.89305 0.84402 0.67893 0 -1 1 + 951 14 0.63267 0.69756 0.61450 1 0 -1 + 438 14 0.70837 0.36837 0.97254 0 1 -1 + 1519 13 0.79517 0.43715 0.32593 -1 1 0 + 960 14 0.76691 0.18932 0.30246 0 1 1 + 151 13 0.58407 0.07301 0.93166 0 1 1 + 1052 14 0.74600 0.56685 0.54274 -1 1 1 + 226 13 0.81629 0.35020 0.25664 -2 1 0 + 1895 14 0.70860 0.68369 0.07178 1 0 1 + 277 13 0.88119 0.54206 0.25864 -1 0 0 + 1901 14 0.80539 0.86383 0.27753 0 -1 1 + 210 14 0.80351 0.05026 0.70702 -1 0 0 + 1593 14 0.57251 0.74814 0.06501 -1 0 1 + 1239 14 0.76180 0.58197 0.17644 -1 0 1 + 637 13 0.66363 0.80360 0.11879 -1 0 0 + 580 13 0.68225 0.37039 0.10101 -1 0 0 + 25 11 0.52327 0.19435 0.37223 0 0 0 + 1481 14 0.53315 0.48363 0.93520 0 1 -1 + 628 13 0.83798 0.26348 0.98250 0 -1 -1 + 1680 14 0.80553 0.43529 0.46584 0 0 0 + 532 13 0.84386 0.33563 0.43763 0 2 1 + 1852 13 0.68564 0.73341 0.18520 1 -1 0 + 880 13 0.49970 0.30366 0.46267 0 0 -1 + 990 14 0.99404 0.92330 0.13881 -1 -2 -1 + 744 14 0.86696 0.13393 0.98303 0 1 -1 + 1785 14 0.84409 0.62657 0.13461 -1 -1 0 + 1707 14 0.52182 0.06668 0.09959 1 1 1 + 1854 14 0.69359 0.70891 0.16155 1 -1 0 + 892 13 0.89024 0.35050 0.75368 0 1 -1 + 173 14 0.90416 0.64469 0.08751 -1 0 0 + 1039 13 0.82437 0.73330 0.82067 -1 -1 1 + 1863 14 0.95294 0.99648 0.98848 0 -2 0 + 1819 13 0.53293 0.82767 0.55926 0 -1 0 + 820 13 0.75875 0.93000 0.90234 -1 -2 -1 + 350 14 0.60697 0.89762 0.14523 0 -2 1 + 459 14 0.83555 0.49978 0.15013 0 0 1 + 1643 14 0.52663 0.02326 -0.00143 0 0 0 + 1004 14 0.73231 0.71525 0.22308 0 0 1 + 630 14 0.83140 0.22942 0.98698 0 -1 -1 + 461 14 0.64023 0.52926 0.39916 -1 0 2 + 198 14 0.76320 0.97727 0.19830 -2 0 1 + 1782 14 0.95737 0.41192 0.15902 0 0 0 + 1286 14 0.66786 0.09858 0.47369 0 0 1 + 1633 13 0.55561 0.45602 0.28984 1 0 1 + 1608 14 0.64243 0.73465 0.44733 1 0 -1 + 1390 13 0.58640 0.67641 0.12386 0 0 1 + 243 14 0.70096 0.21854 0.99612 -1 1 0 + 846 14 0.96195 0.99250 0.11109 -1 -1 0 + 710 14 0.75221 0.50746 0.10539 -2 0 0 + 1521 14 0.82626 0.42270 0.31903 -1 1 0 + 1437 14 0.81428 0.92744 0.98958 0 -1 0 + 81 10 0.52471 0.66966 0.47619 0 0 0 + 153 14 0.57086 0.09711 0.95328 0 1 1 + 937 13 0.55507 0.19779 0.89446 1 0 -1 + 600 14 0.63155 0.06622 0.88359 -1 -2 -1 + 1682 14 0.97158 0.86331 0.61485 -1 -1 -1 + 1871 14 0.60852 0.82957 0.94940 0 0 0 + 1511 14 0.83348 0.05342 0.02365 1 1 1 + 1282 13 0.92614 0.12375 0.29262 0 1 -1 + 1639 13 0.67062 0.84693 0.25115 0 -1 1 + 79 5 0.52078 0.69046 0.50583 0 0 0 + 1803 14 0.79008 0.40708 0.94497 0 0 -1 + 1710 14 0.87945 0.07207 0.15517 0 1 2 + 1550 14 0.89628 0.42551 0.24703 0 1 0 + 988 13 0.98000 0.94376 0.16345 -1 -2 -1 + 1254 14 0.86662 0.48109 0.96424 -1 1 0 + 1806 14 0.82753 0.06778 0.79031 0 0 -1 + 717 14 0.76635 0.01164 0.36030 0 1 0 + 466 13 0.54709 0.45946 0.11274 -1 0 0 + 1184 14 0.72256 0.39810 0.31042 -1 0 -1 + 812 14 0.68745 0.16551 0.52231 0 -1 -1 + 1629 14 0.62498 0.96713 0.29386 1 0 0 + 929 14 0.71007 0.99728 0.16715 -1 0 1 + 1183 13 0.71983 0.37846 0.28161 -1 0 -1 + 981 14 0.77576 0.25316 0.46309 -1 1 1 + 1375 13 0.94818 0.69886 0.14044 0 -1 0 + 1185 14 0.75254 0.36800 0.27500 -1 0 -1 + 930 14 0.70016 0.99675 0.11274 -1 0 1 + 372 14 0.87479 0.00731 0.35335 -1 -1 0 + 1764 14 0.72628 0.47425 0.67942 0 1 -1 + 180 14 0.96849 0.23591 0.47534 -1 0 1 + 1923 14 0.65476 0.53819 0.13347 1 0 2 + 1628 14 0.60060 0.94234 0.25085 1 0 0 + 389 14 0.64629 0.59334 0.86622 -1 -1 1 + 1527 14 0.74128 0.03566 0.98054 0 2 1 + 1246 13 0.79141 0.55046 0.42347 1 0 1 + 205 13 0.91760 0.49192 0.45763 0 0 0 + 963 14 0.60140 0.81554 0.23409 0 0 -1 + 1247 14 0.80194 0.57809 0.44215 1 0 1 + 1509 14 0.68557 0.24932 0.59653 -1 1 0 + 83 4 0.54862 0.69067 0.57675 0 0 0 + 980 14 0.73145 0.28616 0.46036 -1 1 1 + 1690 13 0.55335 0.35908 0.38351 0 0 1 + 232 13 0.84945 0.59504 0.64726 -1 0 0 + 632 14 0.56450 0.87687 0.02359 -1 0 0 + 540 14 0.86955 0.70578 0.61350 -2 0 0 + 1045 13 0.98444 0.35084 0.09531 -1 0 -1 + 1300 13 0.55421 0.31780 0.69936 0 0 1 + 95 14 0.65706 0.14844 0.77118 -1 0 -1 + 774 14 0.80268 0.49120 0.57729 -1 0 -1 + 1987 13 0.78661 0.13785 0.64412 0 0 -1 + 642 14 0.58705 0.41065 0.82495 0 0 0 + 128 14 0.80699 0.57915 0.05259 1 0 1 + 1176 14 0.61492 0.60406 0.28000 2 -2 1 + 959 14 0.78965 0.23923 0.30958 0 1 1 + 1514 14 0.56122 0.58090 0.15184 -1 1 0 + 814 13 0.84636 0.03715 0.94807 1 0 0 + 706 13 0.85152 0.01546 0.47916 -1 1 -1 + 728 14 0.89180 0.31434 0.88836 -1 0 0 + 497 14 0.82324 0.27910 0.76185 0 0 -1 + 492 14 0.81868 0.79269 0.84780 -1 -1 -1 + 1582 13 0.99546 0.54304 0.70275 1 -1 -1 + 1026 14 0.60677 0.28450 0.86080 1 0 0 + 1820 14 0.51257 0.79945 0.55571 0 -1 0 + 1868 14 0.59284 0.66855 0.41679 1 0 1 + 1206 14 0.51544 0.37583 0.60507 0 -1 0 + 1163 14 0.67270 0.91876 0.96332 1 -1 -1 + 1238 14 0.72007 0.55096 0.15758 -1 0 1 + 1223 14 0.78703 0.28709 0.82588 1 1 -1 + 1982 14 0.64679 0.16218 0.20220 0 0 0 + 598 13 0.66147 0.05201 0.87238 -1 -2 -1 + 1111 13 0.96648 0.78740 0.84527 -1 -1 -1 + 913 13 0.97300 0.29309 0.73560 -1 1 -1 + 810 14 0.95763 0.46169 0.69268 0 -1 1 + 230 14 0.68861 0.50832 0.46254 -1 0 0 + 1081 13 0.84916 0.25441 0.57149 -1 0 -1 + 371 14 0.86517 0.01582 0.29955 -1 -1 0 + 871 13 0.97599 0.72649 0.53790 -1 -1 0 + 331 13 0.90055 0.62178 0.89063 -1 -2 -1 + 1528 13 0.77132 0.58740 0.76704 -1 1 1 + 1396 13 0.78337 0.17834 0.45911 1 0 0 + 202 13 0.54866 0.14682 0.98432 -1 1 0 + 943 13 0.92952 0.00113 0.42927 -1 1 0 + 1363 13 0.61758 0.27339 0.76879 0 1 -1 + 1784 14 0.83391 0.57706 0.15707 -1 -1 0 + 1838 14 0.92074 0.75983 0.94100 0 -1 0 + 984 14 0.66105 0.40228 0.51820 -1 1 0 + 932 14 0.62832 0.87587 0.90833 -1 -1 -1 + 933 14 0.66723 0.84696 0.88171 -1 -1 -1 + 809 14 0.96748 0.46337 0.63828 0 -1 1 + 727 13 0.91426 0.33908 0.89868 -1 0 0 + 1525 13 0.74787 0.03953 0.94641 0 2 1 + 1301 14 0.52000 0.31436 0.69301 0 0 1 + 859 13 0.69869 0.56773 0.68385 0 0 -1 + 1648 13 0.57951 0.47853 0.74373 0 0 0 + 645 14 0.59430 0.37812 0.22267 -1 0 0 + 1314 14 0.66233 0.49095 0.30918 1 1 -1 + 773 14 0.82104 0.47236 0.62594 -1 0 -1 + 80 2 0.56012 0.69734 0.53840 0 0 0 + 1533 14 0.82482 0.78299 0.15867 -1 1 1 + 556 13 0.65286 0.39360 0.75000 0 1 0 + 267 14 0.69905 0.03564 0.61281 -1 0 1 + 129 14 0.81913 0.53523 0.02124 1 0 1 + 1040 14 0.83724 0.70941 0.79860 -1 -1 1 + 1500 14 0.60532 0.21219 0.42870 0 1 -2 + 16 8 0.54421 0.25259 0.26237 0 0 0 + 229 13 0.68999 0.51355 0.49709 -1 0 0 + 197 14 0.80632 0.94729 0.18093 -2 0 1 + 1048 13 0.50962 0.04805 0.48419 0 -1 0 + 1449 14 0.74506 0.09108 0.89116 1 0 0 + 283 13 0.85293 0.15917 0.53110 -1 1 0 + 558 14 0.67121 0.42245 0.74267 0 1 0 + 691 13 0.75710 0.81475 0.73566 -1 -1 0 + 1721 14 0.84988 0.88989 0.75296 -1 0 -1 + 1775 14 0.89989 0.75251 0.21499 0 -2 0 + 894 14 0.91624 0.33142 0.74015 0 1 -1 + 1281 14 0.66572 0.20547 0.83892 -1 0 1 + 343 13 0.89132 0.33399 0.06984 -2 -1 1 + 329 14 0.58512 0.83618 0.80502 -1 -1 -1 + 1439 14 0.73614 0.31442 0.21767 -1 0 0 + 1826 14 0.98885 0.80958 0.72226 0 0 1 + 614 14 0.94692 0.18350 0.15433 0 -1 -1 + 1126 13 0.68730 0.48608 0.60916 0 0 -1 + 536 14 0.76057 0.69909 0.66716 -1 0 0 + 199 13 0.68150 0.20072 0.07619 -1 1 0 + 322 13 0.72975 0.80775 0.60002 0 0 1 + 1099 13 0.52666 0.21997 0.51066 0 0 1 + 1665 14 0.85096 0.39715 0.78806 0 0 0 + 250 13 0.83617 0.65828 0.74930 0 0 -1 + 666 14 0.97349 0.30887 0.15433 -1 -1 1 + 1754 14 0.83290 0.43772 0.22837 0 1 -1 + 1490 14 0.95605 0.90142 0.99407 -1 0 0 + 316 13 0.83093 0.26898 0.86738 0 1 0 + 1974 14 0.58817 0.36796 0.53397 -1 0 0 + 1472 14 0.85372 0.35791 0.54618 -1 0 0 + 979 13 0.76622 0.28679 0.46408 -1 1 1 + 99 14 0.97719 0.09896 0.89268 -2 0 -1 + 1224 14 0.74861 0.32586 0.81694 1 1 -1 + 955 13 0.70706 0.26260 0.89612 0 1 -1 + 1812 14 0.88338 0.08426 0.70749 0 1 -1 + 967 13 0.73000 0.61102 0.36211 -1 1 -1 + 779 14 0.97526 0.81113 0.35839 -1 0 0 + 718 13 0.63286 0.45814 0.93727 0 0 -1 + 1252 13 0.86166 0.50264 0.99133 -1 1 0 + 1763 14 0.75881 0.43640 0.70325 0 1 -1 + 821 14 0.73859 0.95552 0.91519 -1 -2 -1 + 1772 14 0.50087 0.81030 0.70818 1 1 -2 + 1332 14 0.49954 0.59507 0.67858 1 0 -2 + 176 14 0.63606 0.83621 0.68863 -1 -1 -1 + 1127 14 0.70533 0.45740 0.61785 0 0 -1 + 552 14 0.97897 0.52740 0.57722 0 1 1 + 1577 14 0.88738 0.64641 0.28051 1 -1 -1 + 1141 13 0.68161 0.15108 0.94453 1 2 -2 + 1900 13 0.80565 0.82987 0.26918 0 -1 1 + 1042 13 0.82569 0.15489 0.33802 0 0 -2 + 1312 13 0.65397 0.45831 0.31854 1 1 -1 + 1522 13 0.99136 0.06195 0.84160 0 1 -1 + 974 14 0.54913 0.93764 0.31977 0 0 0 + 1897 13 0.79692 0.33740 0.55100 0 1 0 + 729 14 0.94383 0.32174 0.90561 -1 0 0 + 748 13 0.65022 0.91025 0.61541 0 -1 -1 + 1567 13 0.70427 0.17509 0.58943 1 0 2 + 1552 13 0.74339 0.58461 0.94612 -1 0 -3 + 312 14 1.00614 0.45512 0.53017 -1 2 0 + 305 14 0.52009 0.12307 0.20456 0 0 0 + 332 14 0.89908 0.61118 0.92393 -1 -2 -1 + 160 13 0.84979 0.89785 0.56629 -2 -1 0 + 333 14 0.86812 0.61695 0.87846 -1 -2 -1 + 1529 14 0.75215 0.60929 0.78644 -1 1 1 + 977 14 0.78887 0.35245 0.74723 -1 0 0 + 1089 14 0.55777 0.94485 0.44978 -1 -1 0 + 100 13 0.88481 0.75388 0.32849 -1 -1 0 + 1489 13 0.97249 0.92951 0.98129 -1 0 0 + 465 14 0.63282 0.09378 0.03126 0 0 0 + 1110 14 0.51557 0.47330 0.02300 0 0 1 + 496 13 0.83805 0.25832 0.73793 0 0 -1 + 1969 13 0.66851 0.30305 0.47938 1 2 0 + 469 13 0.50012 0.40821 0.44521 0 -1 0 + 188 14 0.56868 0.04326 0.86203 -1 0 0 + 221 14 0.71294 0.74131 0.48693 0 0 0 + 161 14 0.85349 0.93023 0.57897 -2 -1 0 + 1862 14 0.94929 0.04564 0.01356 0 -1 1 + 840 14 0.58642 0.13201 0.63289 -1 0 1 + 633 14 0.51327 0.89002 0.03976 -1 0 0 + 1635 14 0.55916 0.48943 0.28013 1 0 1 + 1821 14 0.54005 0.83751 0.52647 0 -1 0 + 98 14 0.97378 0.09044 0.94722 -2 0 -1 + 1508 14 0.68126 0.28157 0.55181 -1 1 0 + 635 14 0.92139 0.96861 0.68532 -1 0 0 + 207 14 0.94800 0.48437 0.47317 0 0 0 + 1428 14 0.95272 0.57570 0.99237 0 0 -1 + 1379 14 0.63974 0.93072 0.48667 -1 -1 1 + 526 13 0.91272 0.76756 0.75469 -1 0 -1 + 831 14 0.61428 0.52739 0.94478 0 -1 0 + 518 14 0.51488 0.98068 0.52124 -1 -1 -1 + 1971 14 0.64491 0.29590 0.45458 1 2 0 + 1888 13 0.92070 0.64321 0.79955 0 0 -1 + 1248 14 0.76969 0.56383 0.39953 1 0 1 + 627 14 0.75640 0.49921 0.03243 0 0 1 + 643 13 0.58053 0.40718 0.20892 -1 0 0 + 978 14 0.75732 0.34029 0.70347 -1 0 0 + 1859 14 0.78659 0.02083 0.48263 0 1 -1 + 1071 14 0.99647 0.68173 0.87203 0 0 -1 + 1043 14 0.84974 0.13518 0.32203 0 0 -2 + 557 14 0.66548 0.38277 0.78077 0 1 0 + 708 14 0.86101 0.02869 0.51012 -1 1 -1 + 1670 14 0.67916 0.04895 0.31660 0 0 2 + 1857 14 0.53401 0.34433 0.80454 1 0 0 + 1468 13 0.92667 0.20344 0.72143 0 1 0 + 1143 14 0.70461 0.14667 0.91857 1 2 -2 + 519 14 0.50550 0.92635 0.51683 -1 -1 -1 + 1378 13 0.66301 0.91657 0.50861 -1 -1 1 + 1947 14 0.91298 0.63464 0.66693 1 1 0 + 1473 14 0.87852 0.35093 0.49724 -1 0 0 + 674 14 0.75792 0.75399 0.56910 0 0 -1 + 780 14 0.95560 0.86282 0.35948 -1 0 0 + 1530 14 0.75233 0.58241 0.73811 -1 1 1 + 1426 13 0.93246 0.60404 0.98934 0 0 -1 + 1548 14 0.90618 0.57947 0.54211 0 0 0 + 1546 13 0.88577 0.57357 0.51434 0 0 0 + 875 14 0.75288 0.35214 0.08646 -1 1 0 + 749 14 0.66405 0.91142 0.58331 0 -1 -1 + 687 14 0.73603 0.61728 0.66122 -2 0 0 + 646 13 0.96577 0.35931 0.59554 0 0 0 + 1801 13 0.75586 0.40850 0.95201 0 0 -1 + 1015 13 0.92027 0.08831 0.53475 -1 -1 -1 + 1454 14 0.80921 0.43154 0.05221 0 0 1 + 807 14 0.53882 0.88413 0.11643 1 -1 0 + 714 14 0.93897 0.80441 0.49214 -1 0 -1 + 1082 14 0.82720 0.26593 0.59615 -1 0 -1 + 1389 14 0.87375 0.86417 0.85385 1 0 -1 + 590 14 0.59396 0.43492 0.07078 0 0 1 + 1253 14 0.89342 0.50637 1.00549 -1 1 0 + 78 4 0.50774 0.80091 0.30872 0 0 0 + 139 13 0.58346 0.93387 0.88692 0 -2 -1 + 444 14 0.86049 0.21838 0.41555 -1 0 0 + 1073 14 0.52620 0.48874 0.63727 -1 0 -2 + 517 13 0.50870 0.95204 0.54034 -1 -1 -1 + 860 14 0.69079 0.54178 0.66178 0 0 -1 + 184 13 0.90146 0.42353 0.39629 -1 1 1 + 1513 13 0.53012 0.56498 0.15342 -1 1 0 + 1992 14 0.71052 0.02383 0.24150 1 0 1 + 593 14 0.62796 0.00655 0.68291 0 1 0 + 1679 14 0.78798 0.48290 0.44384 0 0 0 + 327 14 0.92039 0.61494 0.36065 -1 0 1 + 1175 14 0.57980 0.56547 0.26166 2 -2 1 + 1173 14 0.52992 0.73723 0.20968 0 -2 0 + 1855 13 0.56285 0.36267 0.79714 1 0 0 + 665 14 0.94858 0.26265 0.17174 -1 -1 1 + 547 13 0.63790 0.29244 0.05266 0 0 -1 + 252 14 0.86411 0.64869 0.76802 0 0 -1 + 1164 14 0.63486 0.94519 0.93285 1 -1 -1 + 1720 13 0.85749 0.92338 0.75954 -1 0 -1 + 1380 14 0.67113 0.88580 0.49413 -1 -1 1 + 1271 14 0.55958 0.96567 0.73452 -1 -1 -1 + 1524 14 0.98798 0.05455 0.80759 0 1 -1 + 707 14 0.88105 0.01495 0.46043 -1 1 -1 + 768 14 0.84627 0.52489 0.72779 0 0 0 + 1762 13 0.73062 0.45625 0.70909 0 1 -1 + 1788 14 0.95478 0.99446 0.59110 0 -2 0 + 827 14 0.92473 0.21195 0.86276 -1 0 -1 + 1984 13 0.61063 0.57988 0.72945 1 1 0 + 140 14 0.57915 0.92416 0.85360 0 -2 -1 + 284 14 0.83446 0.15776 0.50144 -1 1 0 + 1438 13 0.72892 0.29123 0.19251 -1 0 0 + 1036 13 0.61467 0.58297 0.51976 0 -1 1 + 839 14 0.54500 0.14546 0.66699 -1 0 1 + 1377 14 0.92175 0.71927 0.15081 0 -1 0 + 408 14 0.94920 0.88855 0.87517 -1 -1 0 + 964 13 0.84436 0.22151 0.21049 0 0 0 + 1130 14 0.56359 0.61172 0.95320 0 0 0 + 983 14 0.69609 0.44334 0.50612 -1 1 0 + 238 13 0.70778 0.05277 0.77816 0 0 0 + 1839 14 0.92825 0.80924 0.96470 0 -1 0 + 1507 13 0.67889 0.28220 0.58669 -1 1 0 + 1087 13 0.53175 0.92187 0.44562 -1 -1 0 + 769 13 0.63468 0.34045 0.25560 0 0 0 + 1989 14 0.82064 0.13168 0.63893 0 0 -1 + 976 13 0.78304 0.36153 0.71397 -1 0 0 + 1696 13 0.99785 0.18919 0.28139 0 0 0 + 1837 13 0.94508 0.78423 0.94697 0 -1 0 + 1024 13 0.60932 0.31455 0.87851 1 0 0 + 265 13 0.72963 0.04410 0.59811 -1 0 1 + 1786 13 0.92343 0.99613 0.57568 0 -2 0 + 189 14 0.52045 0.01835 0.85144 -1 0 0 + 816 14 0.83871 0.00496 0.93674 1 0 0 + 1678 13 0.78643 0.44822 0.43956 0 0 0 + 753 14 0.82171 0.70410 0.22994 -1 0 0 + 570 14 0.54700 0.87931 0.61303 -2 0 0 + 94 13 0.66879 0.13181 0.74274 -1 0 -1 + 592 13 0.64665 0.00476 0.65340 0 1 0 + 351 14 0.64983 0.92733 0.16365 0 -2 1 + 584 14 0.61189 0.09073 0.11793 1 0 1 + 1017 14 0.95094 0.10503 0.53639 -1 -1 -1 + 1482 14 0.54866 0.47052 0.88375 0 1 -1 + 1498 13 0.60222 0.18313 0.44791 0 1 -2 + 388 13 0.63454 0.56207 0.85586 -1 -1 1 + 1856 14 0.57608 0.34713 0.76874 1 0 0 + 1304 14 0.74440 0.92987 0.56638 0 0 0 + 1424 14 0.72995 0.44553 0.19549 0 0 0 + 535 13 0.74740 0.72400 0.68789 -1 0 0 + 1423 13 0.70927 0.41793 0.18967 0 0 0 + 1448 14 0.78999 0.11087 0.86570 1 0 0 + 1985 14 0.60919 0.59650 0.76018 1 1 0 + 1555 13 0.51173 0.80837 0.88370 -1 -1 -1 + 234 14 0.84523 0.56274 0.63453 -1 0 0 + 76 4 0.52151 0.81528 0.37072 0 0 0 + 1025 14 0.60470 0.33939 0.85433 1 0 0 + 1898 14 0.77922 0.32531 0.52336 0 1 0 + 808 13 0.94754 0.44760 0.66230 0 -1 1 + 1899 14 0.77424 0.35833 0.56745 0 1 0 + 549 14 0.65078 0.30793 0.08125 0 0 -1 + 858 14 0.95285 0.27383 0.24767 -1 0 0 + 323 14 0.73475 0.84177 0.59362 0 0 1 + 591 14 0.63271 0.47365 0.06320 0 0 1 + 390 14 0.66281 0.54148 0.85639 -1 -1 1 + 220 13 0.69070 0.76745 0.49365 0 0 0 + 826 13 0.94293 0.23836 0.87669 -1 0 -1 + 1568 14 0.68129 0.15378 0.60494 1 0 2 + 1753 13 0.80327 0.45629 0.22842 0 1 -1 + 956 14 0.68609 0.29036 0.89265 0 1 -1 + 391 13 0.86866 0.17182 0.86163 -1 0 0 + 685 13 0.75768 0.63781 0.64299 -2 0 0 + 240 14 0.71295 0.01935 0.76926 0 0 0 + 750 14 0.66020 0.87925 0.62814 0 -1 -1 + 1016 14 0.89713 0.11322 0.52657 -1 -1 -1 + 982 13 0.69462 0.41169 0.52093 -1 1 0 + 675 14 0.77700 0.70239 0.57477 0 0 -1 + 212 14 0.64393 0.76384 0.33272 -1 0 -2 + 1117 13 0.69535 0.65040 0.80207 -1 0 0 + 1578 14 0.89224 0.69037 0.31372 1 -1 -1 + 1308 14 0.86226 0.42686 0.53276 -1 -2 0 + 177 14 0.64933 0.78941 0.66231 -1 -1 -1 + 463 13 0.62492 0.12156 0.05097 0 0 0 + 834 14 0.54123 0.21486 0.61524 0 0 1 + 1158 14 0.76044 0.19760 0.68108 0 1 0 + 1387 13 0.89758 0.88895 0.84747 1 0 -1 + 849 14 0.87719 0.87334 0.98759 -1 -1 -1 + 772 13 0.80219 0.49807 0.61158 -1 0 -1 + 1725 14 0.68721 0.45289 0.38021 -1 0 -1 + 1840 13 0.67653 0.64582 0.89967 0 0 0 + 1277 14 0.79845 0.73786 0.40521 -1 0 0 + 1576 13 0.89500 0.65551 0.31340 1 -1 -1 + 1230 14 0.77133 0.40018 0.83016 0 0 0 + 1860 14 0.75150 0.04757 0.51599 0 1 -1 + 222 14 0.67966 0.76141 0.52628 0 0 0 + 364 13 0.97324 0.22675 0.10222 -1 1 0 + 640 13 0.59930 0.44169 0.83542 0 0 0 + 1365 14 0.64575 0.27959 0.74901 0 1 -1 + 467 14 0.51963 0.44669 0.09525 -1 0 0 + 1305 14 0.73264 0.92235 0.51286 0 0 0 + 102 14 0.86470 0.76693 0.30304 -1 -1 0 + 1469 14 0.94289 0.23441 0.72041 0 1 0 + 1792 13 0.59316 0.85968 0.74079 0 -1 0 + 1388 14 0.89206 0.89807 0.81417 1 0 -1 + 998 14 0.91461 0.23551 0.97387 0 0 -1 + 1118 14 0.66370 0.65590 0.78825 -1 0 0 + 1177 13 0.50238 0.56301 0.24860 0 -1 -1 + 1526 14 0.78153 0.04890 0.94499 0 2 1 + 1787 14 0.92489 0.02497 0.55595 0 -1 0 + 126 14 0.50542 0.55876 0.85812 -1 -1 0 + 533 14 0.86283 0.31164 0.42067 0 2 1 + 206 14 0.91241 0.46555 0.43525 0 0 0 + 1139 14 0.55873 0.01532 0.29578 0 1 0 + 324 14 0.70434 0.80699 0.62403 0 0 1 + 1569 14 0.73554 0.16181 0.59774 1 0 2 + 491 14 0.79671 0.82980 0.88243 -1 -1 -1 + 1634 14 0.55584 0.43810 0.25981 1 0 1 + 1669 13 0.66881 0.01556 0.31759 0 0 2 + 938 14 0.58405 0.19309 0.87546 1 0 -1 + 613 13 0.93524 0.16265 0.17986 0 -1 -1 + 328 13 0.60190 0.82168 0.83206 -1 -1 -1 + 1981 13 0.61471 0.14958 0.20816 0 0 0 + 1940 14 0.56122 0.65710 0.77932 0 0 0 + 1723 13 0.69113 0.45833 0.41453 -1 0 -1 + 1553 14 0.75674 0.57498 0.97698 -1 0 -3 + 1228 13 0.73790 0.39372 0.83813 0 0 0 + 524 14 0.65164 0.00503 0.00411 0 1 0 + 1973 14 0.57789 0.37915 0.48079 -1 0 0 + 1751 14 0.80674 0.94997 0.85273 0 0 0 + 1427 14 0.95242 0.63036 0.00084 0 0 0 + 1113 14 0.95757 0.78119 0.87851 -1 -1 -1 + 196 13 0.77137 0.94847 0.18022 -2 0 1 + 641 14 0.59178 0.46342 0.80907 0 0 0 + 881 14 0.50290 0.33625 0.45038 0 0 -1 + 673 13 0.77974 0.73083 0.55461 0 0 -1 + 1303 13 0.75747 0.91657 0.53680 0 0 0 + 889 13 0.86934 0.51492 0.35610 0 0 0 + 1272 14 0.58324 0.98727 0.77960 -1 -1 -1 + 1398 14 0.78802 0.15360 0.43484 1 0 0 + 1921 13 0.66192 0.52381 0.10241 1 0 2 + 1276 13 0.79767 0.73813 0.37025 -1 0 0 + 1149 14 0.82375 0.73833 0.95749 0 0 -1 + 1902 14 0.81176 0.82936 0.23475 0 -1 1 + 1684 13 0.58829 0.32602 0.58305 0 0 -1 + 1041 14 0.78967 0.73072 0.81712 -1 -1 1 + 693 14 0.78314 0.82729 0.71598 -1 -1 0 + 464 14 0.59578 0.13451 0.03661 0 0 0 + 1588 13 0.71600 0.49662 0.89136 0 -1 -1 + 1128 14 0.69013 0.48801 0.57435 0 0 -1 + 957 14 0.71319 0.26049 0.93049 0 1 -1 + 767 14 0.81208 0.53217 0.77065 0 0 0 + 528 14 0.92961 0.73827 0.74574 -1 0 -1 + 1886 14 0.56008 0.01130 0.19960 0 1 0 + 828 14 0.95657 0.22509 0.90603 -1 0 -1 + 399 14 0.56080 0.26754 0.14092 -1 0 1 + 1442 14 0.59527 0.51912 0.56357 0 0 -1 + 966 14 0.81256 0.21185 0.22139 0 0 0 + 1147 13 0.80444 0.75085 0.98382 0 0 -1 + 1306 13 0.84207 0.45312 0.52154 -1 -2 0 + 182 14 0.54507 -0.00410 0.65168 -1 0 0 + 1939 13 0.58829 0.65913 0.80137 0 0 0 + 414 14 0.97083 0.10841 0.04949 0 1 -1 + 1583 14 0.98566 0.57333 0.68829 1 -1 -1 + 1722 14 0.87271 0.93484 0.73021 -1 0 -1 + 644 14 0.60162 0.41505 0.18216 -1 0 0 + 569 14 0.58744 0.90257 0.64274 -2 0 0 + 615 14 0.91038 0.18138 0.19579 0 -1 -1 + 1649 14 0.60301 0.45272 0.74152 0 0 0 + 770 14 0.63839 0.31397 0.27814 0 0 0 + 194 14 0.90966 0.17817 0.57375 -1 0 0 + 1453 13 0.83935 0.41385 0.05095 0 0 1 + 96 14 0.67623 0.09952 0.75391 -1 0 -1 + 406 13 0.98276 0.89007 0.88485 -1 -1 0 + 82 4 0.58985 0.67147 0.52867 0 0 0 + 1810 13 0.86446 0.06548 0.73013 0 1 -1 + 1148 14 0.82776 0.76419 0.00622 0 0 0 + 1157 14 0.73787 0.21142 0.72964 0 1 0 + 1842 14 0.69744 0.62622 0.91971 0 0 0 + 393 14 0.87261 0.14574 0.83867 -1 0 0 + 1870 13 0.58110 0.82774 0.97104 0 0 0 + 200 14 0.65915 0.17387 0.07456 -1 1 0 + 1601 14 0.87937 0.40970 0.89354 0 0 -2 + 1827 14 0.99447 0.84955 0.68444 0 0 1 + 1222 13 0.77128 0.30504 0.80034 1 1 -1 + 692 14 0.74274 0.78951 0.71617 -1 -1 0 + 193 13 0.94301 0.17721 0.58425 -1 0 0 + 973 13 0.52343 0.94081 0.34327 0 0 0 + 1858 13 0.75431 0.03422 0.48379 0 1 -1 + 908 14 0.96420 0.48952 0.13778 -1 1 -1 + 1663 13 0.83435 0.41879 0.80994 0 0 0 + 1664 14 0.82508 0.44599 0.79002 0 0 0 + 1843 13 0.97326 0.97447 0.72493 0 -2 0 + 1607 14 0.59790 0.76743 0.44881 1 0 -1 + 498 14 0.81139 0.24731 0.71816 0 0 -1 + 172 13 0.87787 0.62344 0.07857 -1 0 0 + 872 14 0.97201 0.75115 0.51342 -1 -1 0 + 1650 14 0.55544 0.47056 0.71964 0 0 0 + 1142 14 0.65038 0.15015 0.92883 1 2 -2 + 1783 13 0.82388 0.61054 0.15823 -1 -1 0 + 436 13 0.67967 0.35581 0.98810 0 1 -1 + 233 14 0.81941 0.61136 0.63991 -1 0 0 + 26 11 0.57083 0.25460 0.23332 0 0 0 + 1590 14 0.68961 0.48530 0.91131 0 -1 -1 + 392 14 0.83867 0.16453 0.87809 -1 0 0 + 1779 14 0.78527 0.92460 0.46304 -1 -1 0 + 1970 14 0.67027 0.33797 0.48000 1 2 0 + 1547 14 0.90169 0.54764 0.49710 0 0 0 + 1229 14 0.73667 0.39567 0.87303 0 0 0 + 1270 13 0.58561 0.96045 0.75729 -1 -1 -1 + 170 14 0.51514 0.14573 0.74271 0 1 0 + 686 14 0.75805 0.62388 0.61091 -2 0 0 + 1129 13 0.54035 0.63772 0.95579 0 0 0 + 1280 14 0.63660 0.21902 0.79389 -1 0 1 + 1001 14 0.76072 0.70737 0.11692 -1 1 1 + 101 14 0.88248 0.77728 0.35438 -1 -1 0 + 594 14 0.64900 0.97054 0.64658 0 0 0 + 538 13 0.88317 0.70488 0.58130 -2 0 0 + 1029 14 0.74497 0.80408 0.95278 1 0 0 + 407 14 0.98202 0.90407 0.91689 -1 -1 0 + 17 8 0.54967 0.21849 0.30322 0 0 0 + 1119 14 0.69174 0.65874 0.83584 -1 0 0 + 490 13 0.82650 0.82142 0.86614 -1 -1 -1 + 568 13 0.55518 0.88934 0.64551 -2 0 0 + 1988 14 0.77353 0.10699 0.65413 0 0 -1 + 861 14 0.67129 0.56945 0.70552 0 0 -1 + 1752 14 0.83150 0.95902 0.80411 0 0 0 + 1499 14 0.57165 0.18679 0.46448 0 1 -2 + 1572 14 0.68317 0.28391 0.66690 1 -1 0 + 1397 14 0.75417 0.16884 0.47584 1 0 0 + 1000 13 0.78632 0.72696 0.13049 -1 1 1 + 1083 14 0.85481 0.28225 0.55109 -1 0 -1 + 997 13 0.94530 0.21879 0.97248 0 0 -1 + 330 14 0.63053 0.80737 0.81797 -1 -1 -1 + 589 13 0.62455 0.44069 0.05484 0 0 1 + 1053 14 0.76557 0.61607 0.52682 -1 1 1 + 1941 14 0.58067 0.68621 0.82214 0 0 0 + 1156 13 0.75363 0.22510 0.70158 0 1 0 + 1361 14 0.87605 0.74415 0.47920 -1 -1 -1 + 599 14 0.67258 0.03261 0.89928 -1 -2 -1 + 1766 14 0.98985 0.49562 0.34742 0 0 1 + 647 14 0.95803 0.37488 0.62589 0 0 0 + 1910 14 0.51317 0.02494 0.36947 0 0 0 + 487 13 0.96834 0.71510 0.39212 -1 0 0 + 1100 14 0.52817 0.23634 0.54152 0 0 1 + 1108 13 0.51991 0.50800 0.02266 0 0 1 + 1059 14 0.90846 0.90450 0.48280 0 0 -1 + 1364 14 0.59051 0.28227 0.74850 0 1 -1 + 550 13 1.00119 0.50205 0.58650 0 1 1 + 1074 14 0.50486 0.44128 0.65601 -1 0 -2 + 1683 14 0.92437 0.89020 0.62517 -1 -1 -1 + 397 13 0.52733 0.26213 0.13234 -1 0 1 + 365 14 0.94463 0.23403 0.08348 -1 1 0 + 1644 14 0.53539 0.97703 0.02765 0 -1 0 + 1070 14 0.96586 0.64567 0.90071 0 0 -1 + 489 14 0.95993 0.73756 0.41758 -1 0 0 + 181 13 0.52482 0.97727 0.67327 -1 -1 0 + 149 14 0.53325 0.03495 0.58333 -1 0 0 + 1146 14 0.97030 0.50073 0.21699 -1 1 -1 + 622 13 0.50575 0.65911 0.05580 1 1 0 + 755 14 0.52233 0.08205 0.78925 -1 1 0 + 1845 14 0.98815 0.94603 0.73880 0 -2 0 + 203 14 0.54305 0.16136 0.95301 -1 1 0 + 1557 14 0.51219 0.77713 0.89941 -1 -1 -1 + 474 14 0.51311 0.49109 0.53795 0 1 0 + 306 14 0.54720 0.09879 0.24621 0 0 0 + 1131 14 0.50985 0.62315 0.94685 0 0 0 + 944 14 0.95631 0.00520 0.45139 -1 1 0 + 1069 13 0.99014 0.67055 0.90456 0 0 -1 + 183 14 0.53194 0.94395 0.66540 -1 -1 0 + 1861 13 0.94662 0.03031 0.98224 0 -1 0 + 1647 14 0.99088 0.11734 0.19976 -1 1 0 + 623 14 0.52349 0.64942 0.02726 1 1 0 + 857 14 0.96911 0.25630 0.29755 -1 0 0 + 975 14 0.49410 0.94096 0.32423 0 0 0 + 914 14 0.99806 0.29613 0.71140 -1 1 -1 + 1919 14 0.99472 0.25019 0.95027 0 1 -1 + 14 8 0.50618 0.28665 0.26236 0 0 0 + 1911 14 0.52021 0.07899 0.37886 0 0 0 + 695 14 0.99090 0.38344 0.45911 -1 0 0 + 470 14 0.50417 0.43430 0.46814 0 -1 0 + 366 14 0.99956 0.24050 0.08374 -1 1 0 + 1046 14 0.99587 0.37533 0.07311 -1 0 -1 + 704 14 0.50109 0.23605 0.01606 0 -1 0 + 24 11 0.50111 0.31148 0.23211 0 0 0 + 1646 14 0.99434 0.06501 0.21732 -1 1 0 + 915 14 0.98992 0.29566 0.76610 -1 1 -1 + 261 14 0.99162 0.48438 0.02279 -1 3 0 diff --git a/examples/files/dump.peptide.1 b/examples/files/dump.peptide.1 new file mode 100644 index 0000000..94d978f --- /dev/null +++ b/examples/files/dump.peptide.1 @@ -0,0 +1,5723 @@ +ITEM: TIMESTEP +0 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0 27.9398 +0 27.9398 +0 27.9398 +ITEM: ATOMS +1 1 0.410912 0.570945 0.36491 0 0 0 +2 2 0.376227 0.6013 0.339084 0 0 0 +3 3 0.397383 0.536983 0.387988 0 0 0 +4 4 0.341786 0.595759 0.359913 0 0 0 +5 4 0.383625 0.638262 0.34943 0 0 0 +6 4 0.372515 0.590369 0.30347 0 0 0 +7 5 0.456231 0.579625 0.356278 0 0 0 +8 6 0.498146 0.549854 0.363668 0 0 0 +9 1 0.502899 0.544048 0.417594 0 0 0 +10 3 0.503107 0.577592 0.446252 0 0 0 +11 7 0.543161 0.566167 0.342192 0 0 0 +12 8 0.53514 0.573308 0.292635 0 0 0 +13 8 0.523558 0.536224 0.260861 0 0 0 +14 8 0.549753 0.612678 0.267288 0 0 0 +15 8 0.506367 0.544392 0.216124 0 0 0 +16 8 0.55713 0.605774 0.21725 0 0 0 +17 8 0.516528 0.585813 0.192558 0 0 0 +18 9 0.503153 0.597356 0.144552 0 0 0 +19 10 0.469384 0.603934 0.332906 0 0 0 +20 4 0.490358 0.515748 0.34674 0 0 0 +21 4 0.553125 0.603669 0.355052 0 0 0 +22 4 0.575437 0.546704 0.352216 0 0 0 +23 11 0.524696 0.500748 0.269459 0 0 0 +24 11 0.565713 0.643158 0.285259 0 0 0 +25 11 0.471754 0.530211 0.213717 0 0 0 +26 11 0.573619 0.629435 0.190049 0 0 0 +27 10 0.472928 0.581565 0.140253 0 0 0 +28 5 0.512284 0.5001 0.42908 0 0 0 +29 7 0.528926 0.492863 0.477845 0 0 0 +30 1 0.504875 0.451514 0.49888 0 0 0 +31 3 0.506238 0.41006 0.482491 0 0 0 +32 10 0.516883 0.470995 0.407677 0 0 0 +33 4 0.566983 0.493153 0.478575 0 0 0 +82 15 0 0 0 0 0 0 +83 16 0.997924 8.60464e-05 0.0341963 -1 0 0 +85 15 0 0 0.111111 0 0 0 +86 16 0.0148781 0.00839659 0.140807 0 0 0 +87 16 0.00583773 0.966407 0.107775 0 -1 0 +88 15 0 0 0.222222 0 0 0 +89 16 0.00852651 0.977858 0.197509 0 -1 0 +90 16 0.988205 0.980337 0.247677 -1 -1 0 +91 15 0 0 0.333333 0 0 0 +92 16 0.972369 0.0181394 0.324322 -1 0 0 +93 16 0.00314638 0.00531103 0.367032 0 0 0 +94 15 0 0 0.444445 0 0 0 +95 16 0.99244 0.00457809 0.477545 -1 0 0 +96 16 0.994428 0.966656 0.438894 -1 -1 0 +109 15 0 0.111111 0 0 0 0 +112 15 0 0.111111 0.111111 0 0 0 +113 16 0.983508 0.140498 0.104935 -1 0 0 +114 16 0.0322317 0.120594 0.117812 0 0 0 +115 15 0 0.111111 0.222222 0 0 0 +116 16 0.0291997 0.115206 0.204778 0 0 0 +117 16 0.975348 0.117909 0.199423 -1 0 0 +118 15 0 0.111111 0.333333 0 0 0 +119 16 0.0216169 0.134752 0.321187 0 0 0 +120 16 0.985583 0.125893 0.360672 -1 0 0 +121 15 0 0.111111 0.444445 0 0 0 +122 16 0.0318966 0.114424 0.43239 0 0 0 +123 16 0.981103 0.103748 0.416832 -1 0 0 +136 15 0 0.222222 0 0 0 0 +139 15 0 0.222222 0.111111 0 0 0 +140 16 0.989182 0.236964 0.0821395 -1 0 0 +141 16 0.977817 0.196689 0.11656 -1 0 0 +142 15 0 0.222222 0.222222 0 0 0 +143 16 0.0185802 0.193441 0.221865 0 0 0 +144 16 0.0167329 0.24351 0.201233 0 0 0 +145 15 0 0.222222 0.333333 0 0 0 +146 16 0.00245965 0.255488 0.341144 0 0 0 +147 16 0.0311917 0.213734 0.321987 0 0 0 +148 15 0 0.222222 0.444445 0 0 0 +149 16 0.00324273 0.210247 0.412512 0 0 0 +150 16 0.0295645 0.238404 0.450594 0 0 0 +163 15 0 0.333333 0 0 0 0 +166 15 0 0.333333 0.111111 0 0 0 +167 16 0.0286631 0.317501 0.121184 0 0 0 +168 16 0.0107309 0.363328 0.0985071 0 0 0 +169 15 0 0.333333 0.222222 0 0 0 +170 16 0.0156064 0.355698 0.242957 0 0 0 +171 16 0.979208 0.315559 0.24285 -1 0 0 +172 15 0 0.333333 0.333333 0 0 0 +173 16 0.972081 0.344958 0.34943 -1 0 0 +174 16 0.988173 0.309502 0.311748 -1 0 0 +175 15 0 0.333333 0.444445 0 0 0 +176 16 0.0241107 0.3362 0.420275 0 0 0 +177 16 0.999054 0.299866 0.451707 -1 0 0 +190 15 0 0.444445 0 0 0 0 +192 16 0.0106563 0.411886 8.2997e-05 0 0 0 +193 15 0 0.444445 0.111111 0 0 0 +194 16 0.993675 0.462308 0.139652 -1 0 0 +195 16 0.97194 0.425325 0.106549 -1 0 0 +196 15 0 0.444445 0.222222 0 0 0 +197 16 0.997128 0.460064 0.252578 -1 0 0 +198 16 0.974865 0.421166 0.222129 -1 0 0 +199 15 0 0.444445 0.333333 0 0 0 +200 16 0.997059 0.418056 0.354982 -1 0 0 +201 16 0.975187 0.439423 0.310251 -1 0 0 +202 15 0 0.444445 0.444445 0 0 0 +203 16 0.0209998 0.459026 0.421639 0 0 0 +204 16 6.54844e-05 0.411202 0.436152 0 0 0 +217 15 0 0.555555 0 0 0 0 +220 15 0 0.555555 0.111111 0 0 0 +221 16 0.968752 0.567821 0.104268 -1 0 0 +222 16 0.0134051 0.548565 0.0803681 0 0 0 +223 15 0 0.555555 0.222222 0 0 0 +224 16 0.996221 0.545494 0.189692 -1 0 0 +225 16 0.0160788 0.585731 0.220066 0 0 0 +226 15 0 0.555555 0.333333 0 0 0 +227 16 0.980544 0.5514 0.305443 -1 0 0 +228 16 0.0311394 0.562882 0.32107 0 0 0 +229 15 0 0.555555 0.444445 0 0 0 +230 16 0.985653 0.586608 0.446345 -1 0 0 +231 16 0.00331563 0.545616 0.477061 0 0 0 +244 15 0 0.666665 0 0 0 0 +246 16 0.985059 0.657027 0.0292841 -1 0 0 +247 15 0 0.666665 0.111111 0 0 0 +248 16 0.988389 0.639851 0.0932297 -1 0 0 +249 16 0.977747 0.691809 0.104309 -1 0 0 +250 15 0 0.666665 0.222222 0 0 0 +251 16 0.0117314 0.691508 0.201753 0 0 0 +252 16 0.988193 0.642714 0.200762 -1 0 0 +253 15 0 0.666665 0.333333 0 0 0 +254 16 0.00422104 0.673383 0.366663 0 0 0 +255 16 0.00210562 0.697267 0.318072 0 0 0 +256 15 0 0.666665 0.444445 0 0 0 +257 16 0.99128 0.677052 0.475905 -1 0 0 +258 16 0.033453 0.673659 0.442054 0 0 0 +271 15 0 0.777776 0 0 0 0 +272 16 0.0303838 0.791745 0.00744426 0 0 0 +273 16 0.977061 0.800009 0.0123818 -1 0 0 +274 15 0 0.777776 0.111111 0 0 0 +275 16 0.985929 0.807758 0.102345 -1 0 0 +276 16 0.0331501 0.781197 0.103169 0 0 0 +277 15 0 0.777776 0.222222 0 0 0 +278 16 0.974888 0.756101 0.230775 -1 0 0 +279 16 0.012856 0.788284 0.25219 0 0 0 +280 15 0 0.777776 0.333333 0 0 0 +281 16 0.99123 0.748534 0.348875 -1 0 0 +282 16 0.0304534 0.771147 0.319109 0 0 0 +283 15 0 0.777776 0.444445 0 0 0 +284 16 0.971834 0.796656 0.439541 -1 0 0 +285 16 0.991829 0.746827 0.432236 -1 0 0 +298 15 0 0.88889 0 0 0 0 +299 16 0.0246896 0.895268 0.0228783 0 0 0 +301 15 0 0.88889 0.111111 0 0 0 +302 16 0.0152801 0.90214 0.0834587 0 0 0 +303 16 0.970525 0.906152 0.113738 -1 0 0 +304 15 0 0.88889 0.222222 0 0 0 +305 16 0.984812 0.858381 0.218725 -1 0 0 +306 16 0.0309989 0.884702 0.208249 0 0 0 +307 15 0 0.88889 0.333333 0 0 0 +308 16 0.983253 0.878199 0.305423 -1 0 0 +309 16 0.0309209 0.898088 0.3218 0 0 0 +310 15 0 0.88889 0.444445 0 0 0 +311 16 0.974727 0.898314 0.423321 -1 0 0 +312 16 0.996631 0.909498 0.471603 -1 0 0 +325 15 0.111111 0 0 0 0 0 +327 16 0.120062 0.0311717 0.0110412 0 0 0 +328 15 0.111111 0 0.111111 0 0 0 +329 16 0.0841241 0.00666594 0.131135 0 0 0 +330 16 0.107967 0.0218432 0.0849061 0 0 0 +331 15 0.111111 0 0.222222 0 0 0 +332 16 0.121857 0.0103149 0.19137 0 0 0 +333 16 0.0786108 0.990384 0.217225 0 -1 0 +334 15 0.111111 0 0.333333 0 0 0 +335 16 0.0800915 0.98563 0.331096 0 -1 0 +336 16 0.121636 0.992808 0.365131 0 -1 0 +337 15 0.111111 0 0.444445 0 0 0 +338 16 0.14092 0.00269371 0.461113 0 0 0 +339 16 0.09387 0.0283284 0.453045 0 0 0 +352 15 0.111111 0.111111 0 0 0 0 +355 15 0.111111 0.111111 0.111111 0 0 0 +356 16 0.104897 0.0810797 0.126382 0 0 0 +357 16 0.12303 0.131191 0.13618 0 0 0 +358 15 0.111111 0.111111 0.222222 0 0 0 +359 16 0.127102 0.112066 0.252505 0 0 0 +360 16 0.0777779 0.110655 0.230121 0 0 0 +361 15 0.111111 0.111111 0.333333 0 0 0 +362 16 0.102159 0.142597 0.323223 0 0 0 +363 16 0.102589 0.0908929 0.307022 0 0 0 +364 15 0.111111 0.111111 0.444445 0 0 0 +365 16 0.108318 0.143274 0.455909 0 0 0 +366 16 0.0976206 0.0918958 0.469395 0 0 0 +379 15 0.111111 0.222222 0 0 0 0 +380 16 0.0797579 0.216859 0.0127253 0 0 0 +381 16 0.129089 0.19467 0.00955787 0 0 0 +382 15 0.111111 0.222222 0.111111 0 0 0 +383 16 0.142795 0.232908 0.103652 0 0 0 +384 16 0.112232 0.188269 0.106682 0 0 0 +385 15 0.111111 0.222222 0.222222 0 0 0 +386 16 0.131088 0.245335 0.237729 0 0 0 +387 16 0.132031 0.205997 0.200478 0 0 0 +388 15 0.111111 0.222222 0.333333 0 0 0 +389 16 0.111543 0.188968 0.325107 0 0 0 +390 16 0.0872615 0.224708 0.357802 0 0 0 +391 15 0.111111 0.222222 0.444445 0 0 0 +392 16 0.102567 0.195691 0.464366 0 0 0 +393 16 0.135721 0.238476 0.461875 0 0 0 +406 15 0.111111 0.333333 0 0 0 0 +407 16 0.114082 0.364376 0.0141876 0 0 0 +408 16 0.0879018 0.31722 0.0193752 0 0 0 +409 15 0.111111 0.333333 0.111111 0 0 0 +410 16 0.127452 0.323145 0.0827758 0 0 0 +411 16 0.112319 0.367551 0.10989 0 0 0 +412 15 0.111111 0.333333 0.222222 0 0 0 +413 16 0.095345 0.359591 0.206873 0 0 0 +414 16 0.144283 0.341891 0.22196 0 0 0 +415 15 0.111111 0.333333 0.333333 0 0 0 +416 16 0.131006 0.324267 0.306957 0 0 0 +417 16 0.114974 0.308028 0.356102 0 0 0 +418 15 0.111111 0.333333 0.444445 0 0 0 +419 16 0.0887143 0.334186 0.418532 0 0 0 +420 16 0.135917 0.355025 0.435075 0 0 0 +433 15 0.111111 0.444445 0 0 0 0 +436 15 0.111111 0.444445 0.111111 0 0 0 +437 16 0.138151 0.450859 0.0910765 0 0 0 +438 16 0.0865357 0.434456 0.0894323 0 0 0 +439 15 0.111111 0.444445 0.222222 0 0 0 +440 16 0.119912 0.415132 0.206825 0 0 0 +441 16 0.104115 0.435418 0.254522 0 0 0 +442 15 0.111111 0.444445 0.333333 0 0 0 +443 16 0.11143 0.478693 0.334026 0 0 0 +444 16 0.132812 0.43515 0.358159 0 0 0 +445 15 0.111111 0.444445 0.444445 0 0 0 +446 16 0.127992 0.421084 0.462963 0 0 0 +447 16 0.0780349 0.438185 0.450805 0 0 0 +460 15 0.111111 0.555555 0 0 0 0 +462 16 0.126948 0.551836 0.0301509 0 0 0 +463 15 0.111111 0.555555 0.111111 0 0 0 +464 16 0.142386 0.554965 0.125082 0 0 0 +465 16 0.0934549 0.531954 0.128575 0 0 0 +466 15 0.111111 0.555555 0.222222 0 0 0 +467 16 0.0992856 0.550058 0.253902 0 0 0 +468 16 0.12092 0.588379 0.222292 0 0 0 +469 15 0.111111 0.555555 0.333333 0 0 0 +470 16 0.0904903 0.533558 0.3496 0 0 0 +471 16 0.140496 0.538408 0.329304 0 0 0 +472 15 0.111111 0.555555 0.444445 0 0 0 +473 16 0.110027 0.569134 0.475877 0 0 0 +474 16 0.0795095 0.54339 0.439248 0 0 0 +487 15 0.111111 0.666665 0 0 0 0 +490 15 0.111111 0.666665 0.111111 0 0 0 +491 16 0.0971743 0.696293 0.101026 0 0 0 +492 16 0.13018 0.656637 0.0844748 0 0 0 +493 15 0.111111 0.666665 0.222222 0 0 0 +494 16 0.0988078 0.692947 0.240435 0 0 0 +495 16 0.135569 0.653172 0.242057 0 0 0 +496 15 0.111111 0.666665 0.333333 0 0 0 +497 16 0.124819 0.636927 0.323268 0 0 0 +498 16 0.137693 0.684872 0.344982 0 0 0 +499 15 0.111111 0.666665 0.444445 0 0 0 +500 16 0.131874 0.65027 0.422677 0 0 0 +501 16 0.0812117 0.668777 0.427852 0 0 0 +514 15 0.111111 0.777776 0 0 0 0 +516 16 0.078536 0.778635 0.0105748 0 0 0 +517 15 0.111111 0.777776 0.111111 0 0 0 +518 16 0.114994 0.783399 0.0775399 0 0 0 +519 16 0.134628 0.79779 0.125948 0 0 0 +520 15 0.111111 0.777776 0.222222 0 0 0 +521 16 0.126763 0.8072 0.214277 0 0 0 +522 16 0.0919191 0.770571 0.194773 0 0 0 +523 15 0.111111 0.777776 0.333333 0 0 0 +524 16 0.12393 0.791051 0.304468 0 0 0 +525 16 0.0912766 0.802604 0.346135 0 0 0 +526 15 0.111111 0.777776 0.444445 0 0 0 +527 16 0.101445 0.780389 0.411682 0 0 0 +528 16 0.131547 0.750292 0.445204 0 0 0 +541 15 0.111111 0.88889 0 0 0 0 +544 15 0.111111 0.88889 0.111111 0 0 0 +545 16 0.120137 0.855851 0.110183 0 0 0 +546 16 0.138627 0.90564 0.099452 0 0 0 +547 15 0.111111 0.88889 0.222222 0 0 0 +548 16 0.0906943 0.916395 0.221728 0 0 0 +549 16 0.130024 0.892737 0.250528 0 0 0 +550 15 0.111111 0.88889 0.333333 0 0 0 +551 16 0.0856534 0.867283 0.32567 0 0 0 +552 16 0.0953128 0.917898 0.342414 0 0 0 +553 15 0.111111 0.88889 0.444445 0 0 0 +554 16 0.0811377 0.903013 0.435737 0 0 0 +555 16 0.134429 0.912762 0.4367 0 0 0 +568 15 0.222222 0 0 0 0 0 +569 16 0.208546 0.00922526 0.0300261 0 0 0 +571 15 0.222222 0 0.111111 0 0 0 +572 16 0.229272 0.033485 0.109449 0 0 0 +573 16 0.230166 0.991134 0.143236 0 -1 0 +574 15 0.222222 0 0.222222 0 0 0 +575 16 0.238654 0.989796 0.250499 0 -1 0 +576 16 0.237666 0.983093 0.19674 0 -1 0 +577 15 0.222222 0 0.333333 0 0 0 +578 16 0.230741 0.990738 0.365199 0 -1 0 +579 16 0.18873 0.00699218 0.335085 0 0 0 +580 15 0.222222 0 0.444445 0 0 0 +581 16 0.200044 0.0156661 0.465333 0 0 0 +582 16 0.24278 0.0250732 0.433382 0 0 0 +595 15 0.222222 0.111111 0 0 0 0 +596 16 0.246851 0.10659 0.0233816 0 0 0 +598 15 0.222222 0.111111 0.111111 0 0 0 +599 16 0.211843 0.130218 0.0846363 0 0 0 +600 16 0.219801 0.0788352 0.0998815 0 0 0 +601 15 0.222222 0.111111 0.222222 0 0 0 +602 16 0.190357 0.123093 0.226067 0 0 0 +603 16 0.223389 0.0832633 0.242143 0 0 0 +604 15 0.222222 0.111111 0.333333 0 0 0 +605 16 0.248866 0.0914384 0.342098 0 0 0 +606 16 0.235547 0.142451 0.329596 0 0 0 +607 15 0.222222 0.111111 0.444445 0 0 0 +608 16 0.225335 0.0774469 0.438901 0 0 0 +609 16 0.194808 0.120341 0.426088 0 0 0 +622 15 0.222222 0.222222 0 0 0 0 +623 16 0.199965 0.223788 0.0259971 0 0 0 +624 16 0.24663 0.244816 0.00821684 0 0 0 +625 15 0.222222 0.222222 0.111111 0 0 0 +626 16 0.249506 0.203106 0.119103 0 0 0 +627 16 0.222147 0.247276 0.134477 0 0 0 +628 15 0.222222 0.222222 0.222222 0 0 0 +629 16 0.240265 0.216733 0.193621 0 0 0 +630 16 0.192073 0.207026 0.216407 0 0 0 +631 15 0.222222 0.222222 0.333333 0 0 0 +632 16 0.193055 0.22886 0.350035 0 0 0 +633 16 0.233248 0.252894 0.32278 0 0 0 +634 15 0.222222 0.222222 0.444445 0 0 0 +635 16 0.192973 0.215151 0.428067 0 0 0 +636 16 0.222548 0.256378 0.447083 0 0 0 +646 15 0.222222 0.333333 0 0 0 0 +647 16 0.230007 0.31385 0.0270833 0 0 0 +649 15 0.222222 0.333333 0.111111 0 0 0 +650 16 0.223004 0.336012 0.0769655 0 0 0 +651 16 0.249954 0.350432 0.121706 0 0 0 +652 15 0.222222 0.333333 0.222222 0 0 0 +653 16 0.2399 0.362039 0.228313 0 0 0 +654 16 0.205204 0.327382 0.251354 0 0 0 +655 15 0.222222 0.333333 0.333333 0 0 0 +656 16 0.217082 0.35156 0.361882 0 0 0 +657 16 0.190736 0.325255 0.322514 0 0 0 +658 15 0.222222 0.333333 0.444445 0 0 0 +659 16 0.242114 0.352629 0.464588 0 0 0 +660 16 0.234822 0.301647 0.447745 0 0 0 +667 15 0.222222 0.444445 0 0 0 0 +670 15 0.222222 0.444445 0.111111 0 0 0 +671 16 0.255098 0.434831 0.110413 0 0 0 +672 16 0.222996 0.478146 0.105004 0 0 0 +673 15 0.222222 0.444445 0.222222 0 0 0 +674 16 0.210097 0.462616 0.195831 0 0 0 +675 16 0.201699 0.452595 0.248415 0 0 0 +676 15 0.222222 0.444445 0.333333 0 0 0 +677 16 0.236262 0.451818 0.363703 0 0 0 +678 16 0.192096 0.430075 0.341059 0 0 0 +679 15 0.222222 0.444445 0.444445 0 0 0 +680 16 0.229531 0.471739 0.463815 0 0 0 +681 16 0.245972 0.421266 0.452952 0 0 0 +691 15 0.222222 0.555555 0 0 0 0 +694 15 0.222222 0.555555 0.111111 0 0 0 +695 16 0.199466 0.579503 0.120188 0 0 0 +696 16 0.21613 0.52941 0.132396 0 0 0 +697 15 0.222222 0.555555 0.222222 0 0 0 +698 16 0.227731 0.561271 0.188895 0 0 0 +699 16 0.251511 0.5647 0.237462 0 0 0 +712 15 0.222222 0.666665 0 0 0 0 +714 16 0.234619 0.667324 0.031931 0 0 0 +715 15 0.222222 0.666665 0.111111 0 0 0 +716 16 0.234625 0.696952 0.100974 0 0 0 +717 16 0.192154 0.663849 0.0949345 0 0 0 +718 15 0.222222 0.666665 0.222222 0 0 0 +719 16 0.231692 0.696916 0.235224 0 0 0 +720 16 0.193485 0.658688 0.239081 0 0 0 +721 15 0.222222 0.666665 0.444445 0 0 0 +722 16 0.203674 0.695009 0.449588 0 0 0 +723 16 0.209859 0.653473 0.415347 0 0 0 +736 15 0.222222 0.777776 0 0 0 0 +737 16 0.240317 0.795754 0.022871 0 0 0 +739 15 0.222222 0.777776 0.111111 0 0 0 +740 16 0.215163 0.765728 0.0798273 0 0 0 +741 16 0.192381 0.790195 0.122468 0 0 0 +742 15 0.222222 0.777776 0.222222 0 0 0 +743 16 0.202174 0.778105 0.194443 0 0 0 +744 16 0.24121 0.806158 0.219445 0 0 0 +745 15 0.222222 0.777776 0.333333 0 0 0 +746 16 0.206141 0.762597 0.359498 0 0 0 +747 16 0.230921 0.808656 0.345351 0 0 0 +748 15 0.222222 0.777776 0.444445 0 0 0 +749 16 0.244569 0.752296 0.449452 0 0 0 +750 16 0.236751 0.804995 0.459341 0 0 0 +763 15 0.222222 0.88889 0 0 0 0 +766 15 0.222222 0.88889 0.111111 0 0 0 +767 16 0.238753 0.859036 0.114161 0 0 0 +768 16 0.189045 0.880575 0.113071 0 0 0 +769 15 0.222222 0.88889 0.222222 0 0 0 +770 16 0.215734 0.91971 0.235702 0 0 0 +771 16 0.256412 0.887068 0.221009 0 0 0 +772 15 0.222222 0.88889 0.333333 0 0 0 +773 16 0.235871 0.870708 0.358961 0 0 0 +774 16 0.19322 0.872379 0.325584 0 0 0 +775 15 0.222222 0.88889 0.444445 0 0 0 +776 16 0.19278 0.894913 0.427995 0 0 0 +777 16 0.215431 0.896288 0.477197 0 0 0 +790 15 0.333333 0 0 0 0 0 +791 16 0.343103 0.0139598 0.0297217 0 0 0 +792 16 0.308315 0.978215 0.00855532 0 -1 0 +793 15 0.333333 0 0.111111 0 0 0 +794 16 0.308813 0.976879 0.117266 0 -1 0 +795 16 0.340156 0.996601 0.0777106 0 -1 0 +796 15 0.333333 0 0.222222 0 0 0 +797 16 0.358328 0.985295 0.20398 0 -1 0 +798 16 0.306154 0.979688 0.217487 0 -1 0 +799 15 0.333333 0 0.333333 0 0 0 +800 16 0.361073 0.992523 0.351998 0 -1 0 +801 16 0.322635 0.0301658 0.345551 0 0 0 +802 15 0.333333 0 0.444445 0 0 0 +803 16 0.358736 0.981172 0.431259 0 -1 0 +804 16 0.320702 0.017308 0.417712 0 0 0 +817 15 0.333333 0.111111 0 0 0 0 +819 16 0.315284 0.13905 0.00820589 0 0 0 +820 15 0.333333 0.111111 0.111111 0 0 0 +821 16 0.327682 0.0908017 0.0841058 0 0 0 +822 16 0.35133 0.0916875 0.132849 0 0 0 +823 15 0.333333 0.111111 0.222222 0 0 0 +824 16 0.356726 0.0976854 0.201097 0 0 0 +825 16 0.309505 0.0866867 0.225289 0 0 0 +826 15 0.333333 0.111111 0.333333 0 0 0 +827 16 0.332089 0.135932 0.356915 0 0 0 +828 16 0.364706 0.0977355 0.336589 0 0 0 +829 15 0.333333 0.111111 0.444445 0 0 0 +830 16 0.350352 0.0813907 0.443579 0 0 0 +831 16 0.342026 0.125114 0.474477 0 0 0 +844 15 0.333333 0.222222 0 0 0 0 +845 16 0.302048 0.20868 0.0033937 0 0 0 +847 15 0.333333 0.222222 0.111111 0 0 0 +848 16 0.351709 0.23182 0.0838367 0 0 0 +849 16 0.319761 0.251344 0.123004 0 0 0 +850 15 0.333333 0.222222 0.222222 0 0 0 +851 16 0.343536 0.247306 0.243207 0 0 0 +852 16 0.339826 0.193375 0.239525 0 0 0 +853 15 0.333333 0.222222 0.333333 0 0 0 +854 16 0.358464 0.244673 0.339514 0 0 0 +855 16 0.332146 0.219847 0.299177 0 0 0 +856 15 0.333333 0.222222 0.444445 0 0 0 +857 16 0.329358 0.239802 0.415311 0 0 0 +858 16 0.366631 0.214198 0.445161 0 0 0 +862 15 0.333333 0.333333 0 0 0 0 +863 16 0.359011 0.354137 0.00902651 0 0 0 +865 15 0.333333 0.333333 0.111111 0 0 0 +866 16 0.312317 0.325493 0.137006 0 0 0 +867 16 0.344555 0.36487 0.118404 0 0 0 +868 15 0.333333 0.333333 0.222222 0 0 0 +869 16 0.307333 0.341322 0.201393 0 0 0 +870 16 0.361427 0.338983 0.203448 0 0 0 +871 15 0.333333 0.333333 0.333333 0 0 0 +872 16 0.34019 0.366703 0.336976 0 0 0 +873 16 0.322685 0.330241 0.300918 0 0 0 +874 15 0.333333 0.333333 0.444445 0 0 0 +875 16 0.312162 0.341477 0.470118 0 0 0 +876 16 0.35399 0.360493 0.441403 0 0 0 +877 15 0.333333 0.444445 0 0 0 0 +878 16 0.345492 0.4418 0.0319195 0 0 0 +880 15 0.333333 0.444445 0.111111 0 0 0 +881 16 0.3622 0.441503 0.129323 0 0 0 +882 16 0.308286 0.443178 0.134451 0 0 0 +883 15 0.333333 0.444445 0.222222 0 0 0 +884 16 0.348962 0.469524 0.239557 0 0 0 +885 16 0.306747 0.43564 0.241954 0 0 0 +886 15 0.333333 0.555555 0 0 0 0 +889 15 0.333333 0.555555 0.111111 0 0 0 +890 16 0.316541 0.580137 0.0941553 0 0 0 +891 16 0.366123 0.565455 0.110345 0 0 0 +895 15 0.333333 0.666665 0 0 0 0 +896 16 0.361037 0.684253 0.00984366 0 0 0 +897 16 0.308416 0.67751 0.0208631 0 0 0 +898 15 0.333333 0.666665 0.111111 0 0 0 +899 16 0.345101 0.69789 0.118873 0 0 0 +900 16 0.346003 0.660216 0.0799412 0 0 0 +913 15 0.333333 0.777776 0 0 0 0 +915 16 0.309885 0.769175 0.0234494 0 0 0 +916 15 0.333333 0.777776 0.111111 0 0 0 +917 16 0.325153 0.800453 0.0867687 0 0 0 +918 16 0.323577 0.747536 0.0983056 0 0 0 +919 15 0.333333 0.777776 0.222222 0 0 0 +920 16 0.306243 0.758062 0.229367 0 0 0 +921 16 0.319828 0.807125 0.210813 0 0 0 +922 15 0.333333 0.777776 0.444445 0 0 0 +923 16 0.355797 0.803406 0.440944 0 0 0 +924 16 0.34331 0.754415 0.42146 0 0 0 +937 15 0.333333 0.88889 0 0 0 0 +939 16 0.319999 0.916782 0.0147611 0 0 0 +940 15 0.333333 0.88889 0.111111 0 0 0 +941 16 0.318549 0.866305 0.132207 0 0 0 +942 16 0.365543 0.877709 0.107769 0 0 0 +943 15 0.333333 0.88889 0.222222 0 0 0 +944 16 0.366194 0.894022 0.214005 0 0 0 +945 16 0.327104 0.911463 0.247229 0 0 0 +946 15 0.333333 0.88889 0.333333 0 0 0 +947 16 0.337768 0.900941 0.301572 0 0 0 +948 16 0.305293 0.869315 0.331255 0 0 0 +949 15 0.333333 0.88889 0.444445 0 0 0 +950 16 0.304799 0.905282 0.453972 0 0 0 +951 16 0.354832 0.91384 0.435014 0 0 0 +964 15 0.444445 0 0 0 0 0 +965 16 0.449803 0.973555 0.0211106 0 -1 0 +966 16 0.413858 0.0123341 0.00927684 0 0 0 +967 15 0.444445 0 0.111111 0 0 0 +968 16 0.414588 0.983745 0.115357 0 -1 0 +969 16 0.45316 0.993602 0.0786026 0 -1 0 +970 15 0.444445 0 0.222222 0 0 0 +971 16 0.473575 0.998984 0.240226 0 -1 0 +972 16 0.452369 0.0178305 0.194062 0 0 0 +973 15 0.444445 0 0.333333 0 0 0 +974 16 0.421624 0.0251517 0.328815 0 0 0 +975 16 0.474871 0.0151036 0.328879 0 0 0 +976 15 0.444445 0 0.444445 0 0 0 +977 16 0.453618 0.0248786 0.466138 0 0 0 +978 16 0.451668 0.0125738 0.413407 0 0 0 +991 15 0.444445 0.111111 0 0 0 0 +994 15 0.444445 0.111111 0.111111 0 0 0 +995 16 0.437047 0.138122 0.130843 0 0 0 +996 16 0.427401 0.0850776 0.125444 0 0 0 +997 15 0.444445 0.111111 0.222222 0 0 0 +998 16 0.46962 0.0916449 0.209533 0 0 0 +999 16 0.452559 0.115187 0.255256 0 0 0 +1000 15 0.444445 0.111111 0.333333 0 0 0 +1001 16 0.452065 0.0811029 0.348 0 0 0 +1002 16 0.417483 0.122707 0.351006 0 0 0 +1003 15 0.444445 0.111111 0.444445 0 0 0 +1004 16 0.438958 0.0872469 0.468403 0 0 0 +1005 16 0.42661 0.100264 0.417279 0 0 0 +1018 15 0.444445 0.222222 0 0 0 0 +1019 16 0.444871 0.235301 0.031662 0 0 0 +1021 15 0.444445 0.222222 0.111111 0 0 0 +1022 16 0.429155 0.192667 0.11926 0 0 0 +1023 16 0.458403 0.233051 0.140464 0 0 0 +1024 15 0.444445 0.222222 0.222222 0 0 0 +1025 16 0.445218 0.253765 0.208874 0 0 0 +1026 16 0.477405 0.213688 0.226014 0 0 0 +1027 15 0.444445 0.222222 0.333333 0 0 0 +1028 16 0.473246 0.204091 0.337248 0 0 0 +1029 16 0.434205 0.215286 0.301384 0 0 0 +1030 15 0.444445 0.222222 0.444445 0 0 0 +1031 16 0.432115 0.238344 0.416843 0 0 0 +1032 16 0.439681 0.188952 0.437798 0 0 0 +1036 15 0.444445 0.333333 0 0 0 0 +1037 16 0.439513 0.343399 0.0323739 0 0 0 +1039 15 0.444445 0.333333 0.111111 0 0 0 +1040 16 0.423758 0.341783 0.137079 0 0 0 +1041 16 0.433317 0.352206 0.084773 0 0 0 +1042 15 0.444445 0.333333 0.222222 0 0 0 +1043 16 0.425225 0.356732 0.206197 0 0 0 +1044 16 0.444663 0.343371 0.254977 0 0 0 +1045 15 0.444445 0.333333 0.333333 0 0 0 +1046 16 0.411871 0.340505 0.341157 0 0 0 +1047 16 0.45709 0.318819 0.361674 0 0 0 +1048 15 0.444445 0.444445 0 0 0 0 +1050 16 0.426252 0.425894 0.0223321 0 0 0 +1051 15 0.444445 0.666665 0 0 0 0 +1052 16 0.456349 0.693627 0.0174652 0 0 0 +1053 16 0.410536 0.667621 0.00478976 0 0 0 +1054 15 0.444445 0.777776 0 0 0 0 +1056 16 0.449073 0.807726 0.0159791 0 0 0 +1057 15 0.444445 0.777776 0.111111 0 0 0 +1058 16 0.435318 0.75357 0.0886527 0 0 0 +1059 16 0.477885 0.782593 0.105431 0 0 0 +1060 15 0.444445 0.777776 0.222222 0 0 0 +1061 16 0.462348 0.757776 0.200935 0 0 0 +1062 16 0.439545 0.758452 0.250084 0 0 0 +1063 15 0.444445 0.777776 0.333333 0 0 0 +1064 16 0.463779 0.751924 0.344797 0 0 0 +1065 16 0.454724 0.80492 0.351536 0 0 0 +1066 15 0.444445 0.777776 0.444445 0 0 0 +1067 16 0.434133 0.78823 0.475397 0 0 0 +1068 16 0.476714 0.76731 0.449223 0 0 0 +1081 15 0.444445 0.88889 0 0 0 0 +1082 16 0.471875 0.906746 0.010118 0 0 0 +1083 16 0.452752 0.856209 0.00606436 0 0 0 +1084 15 0.444445 0.88889 0.111111 0 0 0 +1085 16 0.472484 0.871502 0.120338 0 0 0 +1086 16 0.419817 0.877061 0.131782 0 0 0 +1087 15 0.444445 0.88889 0.222222 0 0 0 +1088 16 0.428528 0.915944 0.208498 0 0 0 +1089 16 0.47763 0.894151 0.215544 0 0 0 +1090 15 0.444445 0.88889 0.333333 0 0 0 +1091 16 0.46058 0.871799 0.35826 0 0 0 +1092 16 0.454917 0.921306 0.336971 0 0 0 +1093 15 0.444445 0.88889 0.444445 0 0 0 +1094 16 0.451961 0.872945 0.415067 0 0 0 +1095 16 0.422677 0.867759 0.460361 0 0 0 +1108 15 0.555555 0 0 0 0 0 +1110 16 0.528855 0.0212475 0.00305985 0 0 0 +1111 15 0.555555 0 0.111111 0 0 0 +1112 16 0.553261 0.000541468 0.145289 0 0 0 +1113 16 0.58737 0.988965 0.104812 0 -1 0 +1114 15 0.555555 0 0.222222 0 0 0 +1115 16 0.532724 0.000284966 0.247763 0 0 0 +1116 16 0.582291 0.982653 0.234793 0 -1 0 +1117 15 0.555555 0 0.333333 0 0 0 +1118 16 0.579331 0.00854766 0.310197 0 0 0 +1119 16 0.532946 0.981119 0.31584 0 -1 0 +1120 15 0.555555 0 0.444445 0 0 0 +1121 16 0.573623 0.0253199 0.430085 0 0 0 +1122 16 0.575226 0.972205 0.44068 0 -1 0 +1135 15 0.555555 0.111111 0 0 0 0 +1136 16 0.569786 0.140695 0.00979993 0 0 0 +1138 15 0.555555 0.111111 0.111111 0 0 0 +1139 16 0.542241 0.102794 0.141562 0 0 0 +1140 16 0.588003 0.100228 0.112663 0 0 0 +1141 15 0.555555 0.111111 0.222222 0 0 0 +1142 16 0.561808 0.142509 0.210024 0 0 0 +1143 16 0.568068 0.0899695 0.198344 0 0 0 +1144 15 0.555555 0.111111 0.333333 0 0 0 +1145 16 0.572252 0.14008 0.325871 0 0 0 +1146 16 0.580248 0.0876187 0.336818 0 0 0 +1147 15 0.555555 0.111111 0.444445 0 0 0 +1148 16 0.534012 0.0845754 0.446793 0 0 0 +1149 16 0.548139 0.130625 0.47161 0 0 0 +1162 15 0.555555 0.222222 0 0 0 0 +1165 15 0.555555 0.222222 0.111111 0 0 0 +1166 16 0.537388 0.195885 0.123361 0 0 0 +1167 16 0.58523 0.220865 0.128178 0 0 0 +1168 15 0.555555 0.222222 0.222222 0 0 0 +1169 16 0.582123 0.200595 0.222557 0 0 0 +1170 16 0.5367 0.213087 0.24933 0 0 0 +1171 15 0.555555 0.222222 0.333333 0 0 0 +1172 16 0.58572 0.234969 0.32327 0 0 0 +1173 16 0.534488 0.249237 0.333643 0 0 0 +1174 15 0.555555 0.222222 0.444445 0 0 0 +1175 16 0.563597 0.222423 0.477745 0 0 0 +1176 16 0.526174 0.20468 0.442809 0 0 0 +1186 15 0.555555 0.333333 0 0 0 0 +1189 15 0.555555 0.333333 0.111111 0 0 0 +1190 16 0.548637 0.312405 0.0848843 0 0 0 +1191 16 0.526947 0.333235 0.129957 0 0 0 +1192 15 0.555555 0.333333 0.222222 0 0 0 +1193 16 0.575963 0.344339 0.247442 0 0 0 +1194 16 0.523801 0.338721 0.233899 0 0 0 +1195 15 0.555555 0.333333 0.333333 0 0 0 +1196 16 0.580061 0.352932 0.319584 0 0 0 +1197 16 0.572585 0.308725 0.350011 0 0 0 +1201 15 0.555555 0.444445 0 0 0 0 +1203 16 0.540856 0.44267 0.0308937 0 0 0 +1204 15 0.555555 0.666665 0 0 0 0 +1205 16 0.547101 0.679794 0.0304943 0 0 0 +1207 15 0.555555 0.777776 0 0 0 0 +1209 16 0.555319 0.749096 0.0187385 0 0 0 +1210 15 0.555555 0.777776 0.111111 0 0 0 +1211 16 0.540251 0.75794 0.134478 0 0 0 +1212 16 0.533368 0.803309 0.105661 0 0 0 +1213 15 0.555555 0.777776 0.444445 0 0 0 +1214 16 0.521589 0.777719 0.448922 0 0 0 +1215 16 0.56033 0.761423 0.414724 0 0 0 +1222 15 0.555555 0.88889 0 0 0 0 +1225 15 0.555555 0.88889 0.111111 0 0 0 +1226 16 0.53641 0.878908 0.0845113 0 0 0 +1227 16 0.570487 0.860124 0.122218 0 0 0 +1228 15 0.555555 0.88889 0.222222 0 0 0 +1229 16 0.528579 0.909785 0.225272 0 0 0 +1230 16 0.573966 0.902308 0.196636 0 0 0 +1231 15 0.555555 0.88889 0.333333 0 0 0 +1232 16 0.563222 0.92083 0.323597 0 0 0 +1233 16 0.583519 0.870633 0.325683 0 0 0 +1234 15 0.555555 0.88889 0.444445 0 0 0 +1235 16 0.545899 0.88928 0.477312 0 0 0 +1236 16 0.58786 0.877508 0.445121 0 0 0 +1249 15 0.666665 0 0 0 0 0 +1250 16 0.656894 0.972375 0.0177501 0 -1 0 +1251 16 0.698806 0.00589993 0.010298 0 0 0 +1252 15 0.666665 0 0.111111 0 0 0 +1253 16 0.666905 0.965794 0.113005 0 -1 0 +1254 16 0.699139 0.00844766 0.104199 0 0 0 +1255 15 0.666665 0 0.222222 0 0 0 +1256 16 0.651197 0.971624 0.233587 0 -1 0 +1257 16 0.692797 0.988532 0.203265 0 -1 0 +1258 15 0.666665 0 0.333333 0 0 0 +1259 16 0.650366 0.998866 0.363446 0 -1 0 +1260 16 0.642818 0.0103926 0.311041 0 0 0 +1261 15 0.666665 0 0.444445 0 0 0 +1262 16 0.658691 0.00479356 0.477416 0 0 0 +1263 16 0.658344 0.967349 0.438253 0 -1 0 +1276 15 0.666665 0.111111 0 0 0 0 +1277 16 0.641912 0.127295 0.0172919 0 0 0 +1279 15 0.666665 0.111111 0.111111 0 0 0 +1280 16 0.648713 0.0982874 0.13732 0 0 0 +1281 16 0.659156 0.0906116 0.0847086 0 0 0 +1282 15 0.666665 0.111111 0.222222 0 0 0 +1283 16 0.694028 0.12684 0.235551 0 0 0 +1284 16 0.639915 0.125561 0.238009 0 0 0 +1285 15 0.666665 0.111111 0.333333 0 0 0 +1286 16 0.640241 0.106278 0.312072 0 0 0 +1287 16 0.652191 0.118839 0.363406 0 0 0 +1288 15 0.666665 0.111111 0.444445 0 0 0 +1289 16 0.642614 0.113835 0.420203 0 0 0 +1290 16 0.674064 0.143481 0.452881 0 0 0 +1303 15 0.666665 0.222222 0 0 0 0 +1304 16 0.640434 0.202404 0.00963303 0 0 0 +1305 16 0.680552 0.232985 0.0294112 0 0 0 +1306 15 0.666665 0.222222 0.111111 0 0 0 +1307 16 0.664096 0.225649 0.145102 0 0 0 +1308 16 0.675867 0.253302 0.100016 0 0 0 +1309 15 0.666665 0.222222 0.222222 0 0 0 +1310 16 0.661687 0.241925 0.249804 0 0 0 +1311 16 0.637506 0.224828 0.204429 0 0 0 +1312 15 0.666665 0.222222 0.333333 0 0 0 +1313 16 0.693648 0.242626 0.338746 0 0 0 +1314 16 0.658816 0.209953 0.364344 0 0 0 +1315 15 0.666665 0.222222 0.444445 0 0 0 +1316 16 0.651948 0.240692 0.469262 0 0 0 +1317 16 0.669167 0.190669 0.457552 0 0 0 +1330 15 0.666665 0.333333 0 0 0 0 +1331 16 0.683638 0.33013 0.0295871 0 0 0 +1333 15 0.666665 0.333333 0.111111 0 0 0 +1334 16 0.63907 0.335389 0.131309 0 0 0 +1335 16 0.661368 0.305291 0.0921567 0 0 0 +1336 15 0.666665 0.333333 0.222222 0 0 0 +1337 16 0.65799 0.353337 0.248647 0 0 0 +1338 16 0.687396 0.352822 0.203139 0 0 0 +1339 15 0.666665 0.333333 0.333333 0 0 0 +1340 16 0.690431 0.310563 0.32382 0 0 0 +1341 16 0.670685 0.359523 0.311616 0 0 0 +1342 15 0.666665 0.333333 0.444445 0 0 0 +1343 16 0.638151 0.333889 0.425465 0 0 0 +1344 16 0.673086 0.366288 0.45127 0 0 0 +1357 15 0.666665 0.444445 0 0 0 0 +1360 15 0.666665 0.444445 0.111111 0 0 0 +1361 16 0.645341 0.459273 0.133449 0 0 0 +1362 16 0.694472 0.464459 0.111198 0 0 0 +1363 15 0.666665 0.444445 0.222222 0 0 0 +1364 16 0.649618 0.428493 0.247295 0 0 0 +1365 16 0.648544 0.472899 0.216266 0 0 0 +1366 15 0.666665 0.555555 0 0 0 0 +1369 15 0.666665 0.666665 0 0 0 0 +1371 16 0.672854 0.634113 0.00870668 0 0 0 +1372 15 0.666665 0.666665 0.444445 0 0 0 +1373 16 0.64242 0.665073 0.420293 0 0 0 +1374 16 0.693548 0.680921 0.4287 0 0 0 +1378 15 0.666665 0.777776 0 0 0 0 +1381 15 0.666665 0.777776 0.111111 0 0 0 +1382 16 0.668967 0.774039 0.0771341 0 0 0 +1383 16 0.634117 0.786981 0.116557 0 0 0 +1384 15 0.666665 0.777776 0.222222 0 0 0 +1385 16 0.648247 0.799097 0.241713 0 0 0 +1386 16 0.676164 0.752693 0.243537 0 0 0 +1387 15 0.666665 0.777776 0.333333 0 0 0 +1388 16 0.698226 0.790865 0.330809 0 0 0 +1389 16 0.671637 0.744189 0.337906 0 0 0 +1390 15 0.666665 0.777776 0.444445 0 0 0 +1391 16 0.672127 0.807726 0.460161 0 0 0 +1392 16 0.665799 0.754787 0.469828 0 0 0 +1396 15 0.666665 0.88889 0 0 0 0 +1397 16 0.69425 0.903081 0.0145399 0 0 0 +1399 15 0.666665 0.88889 0.111111 0 0 0 +1400 16 0.685191 0.910719 0.0922949 0 0 0 +1401 16 0.643022 0.908521 0.12625 0 0 0 +1402 15 0.666665 0.88889 0.222222 0 0 0 +1403 16 0.698047 0.899026 0.231509 0 0 0 +1404 16 0.653666 0.915654 0.205241 0 0 0 +1405 15 0.666665 0.88889 0.333333 0 0 0 +1406 16 0.689092 0.864072 0.325916 0 0 0 +1407 16 0.669124 0.910805 0.307116 0 0 0 +1408 15 0.666665 0.88889 0.444445 0 0 0 +1409 16 0.662059 0.876932 0.412673 0 0 0 +1410 16 0.664328 0.922916 0.441238 0 0 0 +1423 15 0.777776 0 0 0 0 0 +1426 15 0.777776 0 0.111111 0 0 0 +1427 16 0.790772 0.0174147 0.137599 0 0 0 +1428 16 0.743835 0.00288681 0.114754 0 0 0 +1429 15 0.777776 0 0.222222 0 0 0 +1430 16 0.78196 0.98195 0.251039 0 -1 0 +1431 16 0.778599 0.976586 0.197225 0 -1 0 +1432 15 0.777776 0 0.333333 0 0 0 +1433 16 0.78439 0.0325496 0.34173 0 0 0 +1434 16 0.791452 0.996227 0.302148 0 -1 0 +1435 15 0.777776 0 0.444445 0 0 0 +1436 16 0.805636 0.991381 0.426463 0 -1 0 +1437 16 0.761845 0.0232554 0.424974 0 0 0 +1450 15 0.777776 0.111111 0 0 0 0 +1452 16 0.79575 0.130855 0.0214675 0 0 0 +1453 15 0.777776 0.111111 0.111111 0 0 0 +1454 16 0.746083 0.112218 0.124067 0 0 0 +1455 16 0.77318 0.10543 0.0776401 0 0 0 +1456 15 0.777776 0.111111 0.222222 0 0 0 +1457 16 0.783377 0.13374 0.197116 0 0 0 +1458 16 0.765668 0.129904 0.248181 0 0 0 +1459 15 0.777776 0.111111 0.333333 0 0 0 +1460 16 0.765739 0.125988 0.361749 0 0 0 +1461 16 0.806162 0.0948504 0.343516 0 0 0 +1462 15 0.777776 0.111111 0.444445 0 0 0 +1463 16 0.78876 0.133711 0.421155 0 0 0 +1464 16 0.803402 0.0885464 0.447265 0 0 0 +1477 15 0.777776 0.222222 0 0 0 0 +1478 16 0.757146 0.204285 0.0206467 0 0 0 +1479 16 0.799852 0.237631 0.0211911 0 0 0 +1480 15 0.777776 0.222222 0.111111 0 0 0 +1481 16 0.750499 0.227164 0.131239 0 0 0 +1482 16 0.767289 0.199309 0.0879011 0 0 0 +1483 15 0.777776 0.222222 0.222222 0 0 0 +1484 16 0.770514 0.255297 0.217028 0 0 0 +1485 16 0.790475 0.211413 0.192295 0 0 0 +1486 15 0.777776 0.222222 0.333333 0 0 0 +1487 16 0.778989 0.250107 0.3532 0 0 0 +1488 16 0.761176 0.232457 0.305167 0 0 0 +1489 15 0.777776 0.222222 0.444445 0 0 0 +1490 16 0.763696 0.245897 0.464814 0 0 0 +1491 16 0.81147 0.225088 0.44996 0 0 0 +1504 15 0.777776 0.333333 0 0 0 0 +1505 16 0.790374 0.305115 0.0147879 0 0 0 +1507 15 0.777776 0.333333 0.111111 0 0 0 +1508 16 0.810994 0.341518 0.109292 0 0 0 +1509 16 0.761752 0.358779 0.0947 0 0 0 +1510 15 0.777776 0.333333 0.222222 0 0 0 +1511 16 0.747081 0.34834 0.219741 0 0 0 +1512 16 0.793245 0.349639 0.248079 0 0 0 +1513 15 0.777776 0.333333 0.333333 0 0 0 +1514 16 0.790886 0.324081 0.303063 0 0 0 +1515 16 0.781437 0.367386 0.334232 0 0 0 +1516 15 0.777776 0.333333 0.444445 0 0 0 +1517 16 0.755975 0.345285 0.468013 0 0 0 +1518 16 0.763424 0.304238 0.433435 0 0 0 +1531 15 0.777776 0.444445 0 0 0 0 +1532 16 0.784211 0.410798 0.000396366 0 0 0 +1533 16 0.766269 0.45136 0.0315184 0 0 0 +1534 15 0.777776 0.444445 0.111111 0 0 0 +1535 16 0.78225 0.425085 0.0832017 0 0 0 +1536 16 0.759547 0.471285 0.100115 0 0 0 +1537 15 0.777776 0.444445 0.222222 0 0 0 +1538 16 0.772321 0.475794 0.234918 0 0 0 +1539 16 0.792694 0.449942 0.191875 0 0 0 +1540 15 0.777776 0.444445 0.333333 0 0 0 +1541 16 0.751501 0.441052 0.355053 0 0 0 +1542 16 0.799132 0.418976 0.341641 0 0 0 +1543 15 0.777776 0.444445 0.444445 0 0 0 +1544 16 0.76992 0.459499 0.474198 0 0 0 +1545 16 0.755864 0.458038 0.421889 0 0 0 +1552 15 0.777776 0.555555 0 0 0 0 +1554 16 0.790041 0.555845 0.0319881 0 0 0 +1555 15 0.777776 0.555555 0.111111 0 0 0 +1556 16 0.776233 0.554478 0.0769036 0 0 0 +1557 16 0.745055 0.557101 0.121142 0 0 0 +1558 15 0.777776 0.555555 0.222222 0 0 0 +1559 16 0.803896 0.543447 0.203652 0 0 0 +1560 16 0.768517 0.529288 0.242169 0 0 0 +1561 15 0.777776 0.555555 0.333333 0 0 0 +1562 16 0.810793 0.554936 0.324212 0 0 0 +1563 16 0.761083 0.543418 0.30599 0 0 0 +1564 15 0.777776 0.555555 0.444445 0 0 0 +1565 16 0.79109 0.584338 0.431481 0 0 0 +1566 16 0.785056 0.531486 0.421177 0 0 0 +1573 15 0.777776 0.666665 0 0 0 0 +1576 15 0.777776 0.666665 0.111111 0 0 0 +1577 16 0.784426 0.655033 0.0795807 0 0 0 +1578 16 0.806126 0.659636 0.129016 0 0 0 +1579 15 0.777776 0.666665 0.222222 0 0 0 +1580 16 0.796606 0.642596 0.237709 0 0 0 +1581 16 0.749884 0.669718 0.241877 0 0 0 +1582 15 0.777776 0.666665 0.333333 0 0 0 +1583 16 0.79031 0.65382 0.362515 0 0 0 +1584 16 0.753835 0.644167 0.323627 0 0 0 +1585 15 0.777776 0.666665 0.444445 0 0 0 +1586 16 0.804426 0.687925 0.441023 0 0 0 +1587 16 0.783366 0.642084 0.421245 0 0 0 +1594 15 0.777776 0.777776 0 0 0 0 +1595 16 0.75677 0.750714 0.000210504 0 0 0 +1596 16 0.779093 0.787883 0.0327081 0 0 0 +1597 15 0.777776 0.777776 0.111111 0 0 0 +1598 16 0.790432 0.808946 0.117587 0 0 0 +1599 16 0.785016 0.759562 0.139209 0 0 0 +1600 15 0.777776 0.777776 0.222222 0 0 0 +1601 16 0.78696 0.806054 0.205199 0 0 0 +1602 16 0.774046 0.788116 0.25467 0 0 0 +1603 15 0.777776 0.777776 0.333333 0 0 0 +1604 16 0.774186 0.761491 0.303408 0 0 0 +1605 16 0.776845 0.752869 0.356836 0 0 0 +1606 15 0.777776 0.777776 0.444445 0 0 0 +1607 16 0.762554 0.798624 0.421921 0 0 0 +1608 16 0.80682 0.768194 0.429008 0 0 0 +1621 15 0.777776 0.88889 0 0 0 0 +1622 16 0.764515 0.920082 0.00497323 0 0 0 +1624 15 0.777776 0.88889 0.111111 0 0 0 +1625 16 0.754329 0.866008 0.101093 0 0 0 +1626 16 0.790725 0.901266 0.0819075 0 0 0 +1627 15 0.777776 0.88889 0.222222 0 0 0 +1628 16 0.79817 0.887902 0.194711 0 0 0 +1629 16 0.762754 0.858106 0.222883 0 0 0 +1630 15 0.777776 0.88889 0.333333 0 0 0 +1631 16 0.772214 0.893915 0.366764 0 0 0 +1632 16 0.7593 0.913203 0.317801 0 0 0 +1633 15 0.777776 0.88889 0.444445 0 0 0 +1634 16 0.752604 0.909842 0.454491 0 0 0 +1635 16 0.774222 0.861112 0.46418 0 0 0 +1648 15 0.88889 0 0 0 0 0 +1650 16 0.913539 0.983886 0.0175053 0 -1 0 +1651 15 0.88889 0 0.111111 0 0 0 +1652 16 0.854924 0.996464 0.108348 0 -1 0 +1653 16 0.896817 0.0246125 0.0886377 0 0 0 +1654 15 0.88889 0 0.222222 0 0 0 +1655 16 0.916116 0.981227 0.213279 0 -1 0 +1656 16 0.889681 0.000507495 0.256469 0 0 0 +1657 15 0.88889 0 0.333333 0 0 0 +1658 16 0.866309 0.975586 0.325102 0 -1 0 +1659 16 0.904505 0.00756645 0.303795 0 0 0 +1660 15 0.88889 0 0.444445 0 0 0 +1661 16 0.887945 0.993305 0.478031 0 -1 0 +1662 16 0.91559 0.021127 0.440644 0 0 0 +1675 15 0.88889 0.111111 0 0 0 0 +1676 16 0.894917 0.140141 0.0171642 0 0 0 +1678 15 0.88889 0.111111 0.111111 0 0 0 +1679 16 0.861681 0.0956786 0.125085 0 0 0 +1680 16 0.891102 0.141116 0.127498 0 0 0 +1681 15 0.88889 0.111111 0.222222 0 0 0 +1682 16 0.893614 0.0979309 0.25349 0 0 0 +1683 16 0.866445 0.136565 0.226931 0 0 0 +1684 15 0.88889 0.111111 0.333333 0 0 0 +1685 16 0.916474 0.125168 0.348002 0 0 0 +1686 16 0.874609 0.0923027 0.358152 0 0 0 +1687 15 0.88889 0.111111 0.444445 0 0 0 +1688 16 0.88021 0.12888 0.416467 0 0 0 +1689 16 0.872594 0.126953 0.470079 0 0 0 +1702 15 0.88889 0.222222 0 0 0 0 +1703 16 0.897526 0.196736 0.0212023 0 0 0 +1705 15 0.88889 0.222222 0.111111 0 0 0 +1706 16 0.883253 0.255549 0.116702 0 0 0 +1707 16 0.922931 0.219624 0.108279 0 0 0 +1708 15 0.88889 0.222222 0.222222 0 0 0 +1709 16 0.868707 0.198806 0.207452 0 0 0 +1710 16 0.893775 0.210507 0.254043 0 0 0 +1711 15 0.88889 0.222222 0.333333 0 0 0 +1712 16 0.922158 0.218337 0.340523 0 0 0 +1713 16 0.877927 0.190594 0.326042 0 0 0 +1714 15 0.88889 0.222222 0.444445 0 0 0 +1715 16 0.886094 0.248415 0.422541 0 0 0 +1716 16 0.904849 0.19774 0.426567 0 0 0 +1729 15 0.88889 0.333333 0 0 0 0 +1730 16 0.876234 0.36404 0.00841366 0 0 0 +1731 16 0.922401 0.335723 0.00670144 0 0 0 +1732 15 0.88889 0.333333 0.111111 0 0 0 +1733 16 0.886298 0.362257 0.0929362 0 0 0 +1734 16 0.900737 0.343403 0.141639 0 0 0 +1735 15 0.88889 0.333333 0.222222 0 0 0 +1736 16 0.876119 0.361398 0.237156 0 0 0 +1737 16 0.902762 0.315468 0.247953 0 0 0 +1738 15 0.88889 0.333333 0.333333 0 0 0 +1739 16 0.901123 0.362211 0.319548 0 0 0 +1740 16 0.857043 0.341309 0.343127 0 0 0 +1741 15 0.88889 0.333333 0.444445 0 0 0 +1742 16 0.879652 0.304034 0.42928 0 0 0 +1743 16 0.912641 0.32405 0.467319 0 0 0 +1756 15 0.88889 0.444445 0 0 0 0 +1757 16 0.887397 0.471317 0.021199 0 0 0 +1759 15 0.88889 0.444445 0.111111 0 0 0 +1760 16 0.917458 0.458328 0.0982767 0 0 0 +1761 16 0.864083 0.466532 0.102714 0 0 0 +1762 15 0.88889 0.444445 0.222222 0 0 0 +1763 16 0.914316 0.448267 0.199582 0 0 0 +1764 16 0.862007 0.459882 0.207635 0 0 0 +1765 15 0.88889 0.444445 0.333333 0 0 0 +1766 16 0.856649 0.436342 0.341622 0 0 0 +1767 16 0.907018 0.437491 0.361559 0 0 0 +1768 15 0.88889 0.444445 0.444445 0 0 0 +1769 16 0.882623 0.413489 0.431166 0 0 0 +1770 16 0.920415 0.452247 0.433539 0 0 0 +1783 15 0.88889 0.555555 0 0 0 0 +1784 16 0.868328 0.575605 0.0186799 0 0 0 +1785 16 0.904001 0.53504 0.0229006 0 0 0 +1786 15 0.88889 0.555555 0.111111 0 0 0 +1787 16 0.891588 0.532073 0.135911 0 0 0 +1788 16 0.887755 0.537337 0.0821194 0 0 0 +1789 15 0.88889 0.555555 0.222222 0 0 0 +1790 16 0.906685 0.566153 0.24951 0 0 0 +1791 16 0.911277 0.556872 0.196325 0 0 0 +1792 15 0.88889 0.555555 0.333333 0 0 0 +1793 16 0.862823 0.535523 0.342973 0 0 0 +1794 16 0.910078 0.534564 0.316481 0 0 0 +1795 15 0.88889 0.555555 0.444445 0 0 0 +1796 16 0.898904 0.56606 0.41341 0 0 0 +1797 16 0.88661 0.584313 0.462924 0 0 0 +1810 15 0.88889 0.666665 0 0 0 0 +1811 16 0.878106 0.643415 0.0227342 0 0 0 +1812 16 0.875196 0.696175 0.0107436 0 0 0 +1813 15 0.88889 0.666665 0.111111 0 0 0 +1814 16 0.918632 0.65498 0.123455 0 0 0 +1815 16 0.895876 0.675441 0.0787404 0 0 0 +1816 15 0.88889 0.666665 0.222222 0 0 0 +1817 16 0.900343 0.698895 0.224156 0 0 0 +1818 16 0.888449 0.659704 0.18868 0 0 0 +1819 15 0.88889 0.666665 0.333333 0 0 0 +1820 16 0.871291 0.640574 0.346872 0 0 0 +1821 16 0.911034 0.651837 0.311805 0 0 0 +1822 15 0.88889 0.666665 0.444445 0 0 0 +1823 16 0.917856 0.653451 0.457093 0 0 0 +1824 16 0.894699 0.700402 0.443117 0 0 0 +1837 15 0.88889 0.777776 0 0 0 0 +1839 16 0.862422 0.775879 0.0216712 0 0 0 +1840 15 0.88889 0.777776 0.111111 0 0 0 +1841 16 0.870779 0.76391 0.0855479 0 0 0 +1842 16 0.868943 0.774136 0.138727 0 0 0 +1843 15 0.88889 0.777776 0.222222 0 0 0 +1844 16 0.864666 0.766083 0.201001 0 0 0 +1845 16 0.910647 0.751544 0.22571 0 0 0 +1846 15 0.88889 0.777776 0.333333 0 0 0 +1847 16 0.916989 0.764461 0.318952 0 0 0 +1848 16 0.895099 0.811437 0.334765 0 0 0 +1849 15 0.88889 0.777776 0.444445 0 0 0 +1850 16 0.885328 0.748674 0.462165 0 0 0 +1851 16 0.868224 0.773946 0.41739 0 0 0 +1864 15 0.88889 0.88889 0 0 0 0 +1865 16 0.915783 0.876509 0.0172369 0 0 0 +1867 15 0.88889 0.88889 0.111111 0 0 0 +1868 16 0.89987 0.894688 0.0791817 0 0 0 +1869 16 0.914924 0.872633 0.126329 0 0 0 +1870 15 0.88889 0.88889 0.222222 0 0 0 +1871 16 0.874215 0.86055 0.234689 0 0 0 +1872 16 0.922286 0.881374 0.220839 0 0 0 +1873 15 0.88889 0.88889 0.333333 0 0 0 +1874 16 0.908951 0.871331 0.311815 0 0 0 +1875 16 0.904513 0.919173 0.336868 0 0 0 +1876 15 0.88889 0.88889 0.444445 0 0 0 +1877 16 0.870933 0.892082 0.415443 0 0 0 +1878 16 0.894455 0.855217 0.447441 0 0 0 +34 4 0.515022 0.521031 0.50083 0 0 0 +35 5 0.48088 0.452659 0.54223 0 0 0 +36 7 0.501586 0.480136 0.577531 0 0 0 +37 1 0.470565 0.47685 0.621314 0 0 0 +38 3 0.439112 0.506124 0.62912 0 0 0 +39 10 0.4651 0.42442 0.556071 0 0 0 +40 4 0.495333 0.516757 0.566539 0 0 0 +41 4 0.538089 0.467255 0.583039 0 0 0 +42 5 0.488994 0.451063 0.657295 0 0 0 +43 6 0.474356 0.455193 0.704737 0 0 0 +44 1 0.501951 0.496496 0.723727 0 0 0 +45 3 0.482215 0.533458 0.737682 0 0 0 +46 7 0.480887 0.409362 0.737088 0 0 0 +47 8 0.444012 0.376545 0.717256 0 0 0 +48 8 0.448024 0.351717 0.675867 0 0 0 +49 8 0.400805 0.374616 0.739973 0 0 0 +50 8 0.416975 0.314484 0.671121 0 0 0 +51 8 0.361864 0.347525 0.726444 0 0 0 +52 8 0.372816 0.313563 0.692822 0 0 0 +53 10 0.518758 0.432083 0.652138 0 0 0 +54 4 0.437759 0.462759 0.706505 0 0 0 +55 4 0.51709 0.394305 0.727163 0 0 0 +56 4 0.471986 0.419749 0.773724 0 0 0 +57 11 0.479671 0.356082 0.650921 0 0 0 +58 11 0.392308 0.396656 0.770707 0 0 0 +59 11 0.419778 0.295905 0.637918 0 0 0 +60 11 0.325497 0.351118 0.73993 0 0 0 +61 11 0.341816 0.299016 0.673942 0 0 0 +62 5 0.547584 0.486145 0.734415 0 0 0 +63 6 0.578057 0.525483 0.750374 0 0 0 +64 12 0.628695 0.518393 0.738312 0 0 0 +65 3 0.661189 0.516253 0.767092 0 0 0 +66 7 0.574689 0.533855 0.806341 0 0 0 +67 7 0.599092 0.580201 0.823807 0 0 0 +68 13 0.588762 0.635434 0.799487 0 0 0 +69 2 0.642424 0.668548 0.809408 0 0 0 +70 10 0.562116 0.454491 0.723982 0 0 0 +71 4 0.571332 0.557198 0.727894 0 0 0 +72 4 0.535766 0.539467 0.815464 0 0 0 +73 4 0.588716 0.501679 0.824383 0 0 0 +74 4 0.586092 0.592395 0.859745 0 0 0 +75 4 0.638219 0.575305 0.826033 0 0 0 +76 4 0.674504 0.650291 0.797132 0 0 0 +77 4 0.636669 0.704096 0.796004 0 0 0 +78 4 0.651805 0.669808 0.84856 0 0 0 +79 14 0.638659 0.514442 0.69119 0 0 0 +80 10 0.613061 0.514349 0.666411 0 0 0 +81 10 0.668781 0.496263 0.684966 0 0 0 +84 16 0.977518 0.976124 0.99009 -1 -1 -1 +97 15 0 0 0.555555 0 0 0 +98 16 0.974214 0.00351159 0.577835 -1 0 0 +99 16 0.0192471 0.0279557 0.560219 0 0 0 +100 15 0 0 0.666665 0 0 0 +101 16 0.986668 0.970112 0.676798 -1 -1 0 +102 16 0.0319657 0.999764 0.678988 0 -1 0 +103 15 0 0 0.777776 0 0 0 +104 16 0.973356 0.998745 0.799276 -1 -1 0 +105 16 0.0151122 0.0299866 0.784569 0 0 0 +106 15 0 0 0.88889 0 0 0 +107 16 0.987501 0.00968031 0.858496 -1 0 0 +108 16 0.0183925 0.0268608 0.899563 0 0 0 +110 16 0.989867 0.142545 0.990894 -1 0 -1 +111 16 0.991005 0.0912047 0.973608 -1 0 -1 +124 15 0 0.111111 0.555555 0 0 0 +125 16 0.965976 0.115076 0.554993 -1 0 0 +126 16 0.00510949 0.0791523 0.54432 0 0 0 +127 15 0 0.111111 0.666665 0 0 0 +128 16 0.00806795 0.0839197 0.647449 0 0 0 +129 16 0.997252 0.13692 0.644307 -1 0 0 +130 15 0 0.111111 0.777776 0 0 0 +131 16 0.0185724 0.111564 0.806563 0 0 0 +132 16 0.970891 0.127155 0.786083 -1 0 0 +133 15 0 0.111111 0.88889 0 0 0 +134 16 0.993931 0.142948 0.877787 -1 0 0 +135 16 0.000992287 0.0921198 0.860393 0 0 0 +137 16 0.00627646 0.254729 0.991189 0 0 -1 +138 16 0.975829 0.211882 0.978033 -1 0 -1 +151 15 0 0.222222 0.555555 0 0 0 +152 16 0.01845 0.200792 0.536214 0 0 0 +153 16 0.982728 0.20178 0.576944 -1 0 0 +154 15 0 0.222222 0.666665 0 0 0 +155 16 0.996072 0.189261 0.675141 -1 0 0 +156 16 0.968168 0.233423 0.660749 -1 0 0 +157 15 0 0.222222 0.777776 0 0 0 +158 16 0.00684049 0.18871 0.779744 0 0 0 +159 16 0.966417 0.223761 0.771179 -1 0 0 +160 15 0 0.222222 0.88889 0 0 0 +161 16 0.00162618 0.202509 0.916861 0 0 0 +162 16 0.966727 0.22286 0.880754 -1 0 0 +164 16 0.971789 0.321915 0.984269 -1 0 -1 +165 16 0.0205809 0.343365 0.974515 0 0 -1 +178 15 0 0.333333 0.555555 0 0 0 +179 16 0.987532 0.302731 0.546514 -1 0 0 +180 16 0.980289 0.343235 0.581769 -1 0 0 +181 15 0 0.333333 0.666665 0 0 0 +182 16 0.0156772 0.302874 0.667052 0 0 0 +183 16 0.0193081 0.353187 0.686834 0 0 0 +184 15 0 0.333333 0.777776 0 0 0 +185 16 0.00165063 0.300402 0.787078 0 0 0 +186 16 0.988301 0.33259 0.745585 -1 0 0 +187 15 0 0.333333 0.88889 0 0 0 +188 16 0.992021 0.338401 0.921818 -1 0 0 +189 16 0.00960347 0.300484 0.887336 0 0 0 +191 16 0.0103011 0.456775 0.969743 0 0 -1 +205 15 0 0.444445 0.555555 0 0 0 +206 16 0.00815897 0.421023 0.531922 0 0 0 +207 16 0.0222073 0.470007 0.550344 0 0 0 +208 15 0 0.444445 0.666665 0 0 0 +209 16 0.974099 0.449613 0.644847 -1 0 0 +210 16 0.99452 0.466879 0.691973 -1 0 0 +211 15 0 0.444445 0.777776 0 0 0 +212 16 0.0209606 0.43326 0.802461 0 0 0 +213 16 0.970324 0.428418 0.783792 -1 0 0 +214 15 0 0.444445 0.88889 0 0 0 +215 16 0.00523365 0.459499 0.85856 0 0 0 +216 16 0.0226182 0.418725 0.889731 0 0 0 +218 16 0.0318279 0.567957 0.997375 0 0 -1 +219 16 0.980659 0.577756 0.982484 -1 0 -1 +232 15 0 0.555555 0.555555 0 0 0 +233 16 0.989215 0.548723 0.587349 -1 0 0 +234 16 0.0180615 0.584503 0.558648 0 0 0 +235 15 0 0.555555 0.666665 0 0 0 +236 16 0.0303799 0.571364 0.665774 0 0 0 +237 16 0.00288543 0.532835 0.692145 0 0 0 +238 15 0 0.555555 0.777776 0 0 0 +239 16 0.0234065 0.549882 0.753413 0 0 0 +240 16 0.984032 0.584192 0.767847 -1 0 0 +241 15 0 0.555555 0.88889 0 0 0 +242 16 0.0312466 0.550713 0.902075 0 0 0 +243 16 0.984301 0.576139 0.911331 -1 0 0 +245 16 0.98217 0.694117 0.989891 -1 0 -1 +259 15 0 0.666665 0.555555 0 0 0 +260 16 0.0208754 0.693677 0.558447 0 0 0 +261 16 0.977805 0.675552 0.531017 -1 0 0 +262 15 0 0.666665 0.666665 0 0 0 +263 16 0.984865 0.691412 0.648437 -1 0 0 +264 16 0.984708 0.667986 0.697296 -1 0 0 +265 15 0 0.666665 0.777776 0 0 0 +266 16 0.0209925 0.646107 0.795392 0 0 0 +267 16 0.00268469 0.697063 0.793349 0 0 0 +268 15 0 0.666665 0.88889 0 0 0 +269 16 0.0214658 0.688011 0.904931 0 0 0 +270 16 0.00609199 0.671794 0.855568 0 0 0 +286 15 0 0.777776 0.555555 0 0 0 +287 16 0.00920576 0.775814 0.522613 0 0 0 +288 16 0.979125 0.804902 0.557037 -1 0 0 +289 15 0 0.777776 0.666665 0 0 0 +290 16 0.012399 0.781333 0.698405 0 0 0 +291 16 0.994589 0.744118 0.66328 -1 0 0 +292 15 0 0.777776 0.777776 0 0 0 +293 16 0.971934 0.775088 0.758316 -1 0 0 +294 16 0.0129546 0.808517 0.769966 0 0 0 +295 15 0 0.777776 0.88889 0 0 0 +296 16 0.0157976 0.767744 0.860192 0 0 0 +297 16 0.97618 0.799991 0.878263 -1 0 0 +300 16 0.0154999 0.891832 0.96959 0 0 -1 +313 15 0 0.88889 0.555555 0 0 0 +314 16 0.981778 0.915118 0.543161 -1 0 0 +315 16 0.0315443 0.893689 0.543082 0 0 0 +316 15 0 0.88889 0.666665 0 0 0 +317 16 0.996369 0.877068 0.698616 -1 0 0 +318 16 0.985888 0.920096 0.667399 -1 0 0 +319 15 0 0.88889 0.777776 0 0 0 +320 16 0.993578 0.892827 0.744358 -1 0 0 +321 16 0.982528 0.914169 0.792919 -1 0 0 +322 15 0 0.88889 0.88889 0 0 0 +323 16 0.99835 0.87671 0.920869 -1 0 0 +324 16 0.98319 0.918711 0.890178 -1 0 0 +326 16 0.140606 0.98264 0.998448 0 -1 -1 +340 15 0.111111 0 0.555555 0 0 0 +341 16 0.0832182 0.993677 0.574417 0 -1 0 +342 16 0.122375 0.96902 0.546224 0 -1 0 +343 15 0.111111 0 0.666665 0 0 0 +344 16 0.125209 0.0272965 0.681827 0 0 0 +345 16 0.133149 0.991648 0.641801 0 -1 0 +346 15 0.111111 0 0.777776 0 0 0 +347 16 0.122674 0.971721 0.762278 0 -1 0 +348 16 0.107809 0.991024 0.810675 0 -1 0 +349 15 0.111111 0 0.88889 0 0 0 +350 16 0.131061 0.973056 0.895941 0 -1 0 +351 16 0.123451 0.0123442 0.859408 0 0 0 +353 16 0.0797482 0.101985 0.989666 0 0 -1 +354 16 0.112929 0.144665 0.993326 0 0 -1 +367 15 0.111111 0.111111 0.555555 0 0 0 +368 16 0.0958325 0.138991 0.568322 0 0 0 +369 16 0.0872515 0.0965526 0.535745 0 0 0 +370 15 0.111111 0.111111 0.666665 0 0 0 +371 16 0.1259 0.127017 0.693162 0 0 0 +372 16 0.0832586 0.0962813 0.680008 0 0 0 +373 15 0.111111 0.111111 0.777776 0 0 0 +374 16 0.0941349 0.0844169 0.764626 0 0 0 +375 16 0.144171 0.102829 0.774286 0 0 0 +376 15 0.111111 0.111111 0.88889 0 0 0 +377 16 0.0935461 0.0996228 0.86181 0 0 0 +378 16 0.141934 0.0964398 0.885987 0 0 0 +394 15 0.111111 0.222222 0.555555 0 0 0 +395 16 0.0833549 0.208649 0.570355 0 0 0 +396 16 0.136949 0.202153 0.565723 0 0 0 +397 15 0.111111 0.222222 0.666665 0 0 0 +398 16 0.0943096 0.250101 0.677353 0 0 0 +399 16 0.138029 0.219818 0.687721 0 0 0 +400 15 0.111111 0.222222 0.777776 0 0 0 +401 16 0.133485 0.20096 0.762912 0 0 0 +402 16 0.0892744 0.230589 0.75274 0 0 0 +403 15 0.111111 0.222222 0.88889 0 0 0 +404 16 0.140776 0.237469 0.881062 0 0 0 +405 16 0.088923 0.234179 0.865683 0 0 0 +421 15 0.111111 0.333333 0.555555 0 0 0 +422 16 0.115401 0.340294 0.522287 0 0 0 +423 16 0.115595 0.299449 0.557889 0 0 0 +424 15 0.111111 0.333333 0.666665 0 0 0 +425 16 0.107146 0.357596 0.690527 0 0 0 +426 16 0.0846967 0.312073 0.671562 0 0 0 +427 15 0.111111 0.333333 0.777776 0 0 0 +428 16 0.134197 0.326627 0.75337 0 0 0 +429 16 0.128226 0.35192 0.800915 0 0 0 +430 15 0.111111 0.333333 0.88889 0 0 0 +431 16 0.102816 0.350637 0.860507 0 0 0 +432 16 0.0860149 0.340627 0.911041 0 0 0 +434 16 0.0996285 0.458332 0.970862 0 0 -1 +435 16 0.144921 0.449942 0.999396 0 0 -1 +448 15 0.111111 0.444445 0.555555 0 0 0 +449 16 0.114078 0.430526 0.524392 0 0 0 +450 16 0.114103 0.478153 0.550226 0 0 0 +451 15 0.111111 0.444445 0.666665 0 0 0 +452 16 0.0837533 0.425905 0.657635 0 0 0 +453 16 0.1368 0.431456 0.64809 0 0 0 +454 15 0.111111 0.444445 0.777776 0 0 0 +455 16 0.0903174 0.470895 0.771312 0 0 0 +456 16 0.115502 0.445075 0.811749 0 0 0 +457 15 0.111111 0.444445 0.88889 0 0 0 +458 16 0.111015 0.410472 0.893303 0 0 0 +459 16 0.144142 0.452455 0.884584 0 0 0 +461 16 0.129323 0.579514 0.98363 0 0 -1 +475 15 0.111111 0.555555 0.555555 0 0 0 +476 16 0.136615 0.543547 0.536085 0 0 0 +477 16 0.0943697 0.527552 0.56601 0 0 0 +478 15 0.111111 0.555555 0.666665 0 0 0 +479 16 0.0930132 0.58422 0.661712 0 0 0 +480 16 0.136967 0.565129 0.687002 0 0 0 +481 15 0.111111 0.555555 0.777776 0 0 0 +482 16 0.0870708 0.575724 0.764032 0 0 0 +483 16 0.137944 0.558576 0.756691 0 0 0 +484 15 0.111111 0.555555 0.88889 0 0 0 +485 16 0.114233 0.583712 0.869627 0 0 0 +486 16 0.0844591 0.562091 0.909398 0 0 0 +488 16 0.135322 0.661966 0.976221 0 0 -1 +489 16 0.0815779 0.663702 0.982891 0 0 -1 +502 15 0.111111 0.666665 0.555555 0 0 0 +503 16 0.0813914 0.650391 0.550501 0 0 0 +504 16 0.1194 0.659529 0.588021 0 0 0 +505 15 0.111111 0.666665 0.666665 0 0 0 +506 16 0.136161 0.650638 0.683677 0 0 0 +507 16 0.127454 0.687124 0.644572 0 0 0 +508 15 0.111111 0.666665 0.777776 0 0 0 +509 16 0.122613 0.687432 0.753073 0 0 0 +510 16 0.102278 0.68775 0.803295 0 0 0 +511 15 0.111111 0.666665 0.88889 0 0 0 +512 16 0.079138 0.67096 0.900422 0 0 0 +513 16 0.107562 0.662549 0.855063 0 0 0 +515 16 0.114337 0.805314 0.979874 0 0 -1 +529 15 0.111111 0.777776 0.555555 0 0 0 +530 16 0.091443 0.74978 0.557273 0 0 0 +531 16 0.0945347 0.79861 0.533991 0 0 0 +532 15 0.111111 0.777776 0.666665 0 0 0 +533 16 0.0828539 0.770736 0.64862 0 0 0 +534 16 0.11409 0.811867 0.665005 0 0 0 +535 15 0.111111 0.777776 0.777776 0 0 0 +536 16 0.115211 0.798639 0.750914 0 0 0 +537 16 0.0812032 0.762099 0.771992 0 0 0 +538 15 0.111111 0.777776 0.88889 0 0 0 +539 16 0.08239 0.780206 0.870371 0 0 0 +540 16 0.127847 0.751136 0.875328 0 0 0 +542 16 0.0903135 0.863557 0.990028 0 0 -1 +543 16 0.138098 0.886606 0.979019 0 0 -1 +556 15 0.111111 0.88889 0.555555 0 0 0 +557 16 0.0809047 0.874516 0.562953 0 0 0 +558 16 0.133586 0.863102 0.557452 0 0 0 +559 15 0.111111 0.88889 0.666665 0 0 0 +560 16 0.0990422 0.91001 0.690789 0 0 0 +561 16 0.137241 0.905984 0.652574 0 0 0 +562 15 0.111111 0.88889 0.777776 0 0 0 +563 16 0.0937344 0.863897 0.762056 0 0 0 +564 16 0.13558 0.872587 0.795364 0 0 0 +565 15 0.111111 0.88889 0.88889 0 0 0 +566 16 0.121155 0.861846 0.907369 0 0 0 +567 16 0.0772883 0.884767 0.885318 0 0 0 +570 16 0.213731 0.0253282 0.97855 0 0 -1 +583 15 0.222222 0 0.555555 0 0 0 +584 16 0.209389 0.027097 0.57213 0 0 0 +585 16 0.244841 0.0133199 0.53354 0 0 0 +586 15 0.222222 0 0.666665 0 0 0 +587 16 0.236021 0.968756 0.669339 0 -1 0 +588 16 0.249119 0.0211463 0.664905 0 0 0 +589 15 0.222222 0 0.777776 0 0 0 +590 16 0.193826 0.01058 0.761795 0 0 0 +591 16 0.210906 0.97914 0.802486 0 -1 0 +592 15 0.222222 0 0.88889 0 0 0 +593 16 0.193825 0.014741 0.876642 0 0 0 +594 16 0.228738 0.974434 0.867036 0 -1 0 +597 16 0.228845 0.0876731 0.975906 0 0 -1 +610 15 0.222222 0.111111 0.555555 0 0 0 +611 16 0.245483 0.0994692 0.533261 0 0 0 +612 16 0.237151 0.107554 0.586185 0 0 0 +613 15 0.222222 0.111111 0.666665 0 0 0 +614 16 0.236153 0.131331 0.642775 0 0 0 +615 16 0.228499 0.127195 0.696258 0 0 0 +616 15 0.222222 0.111111 0.777776 0 0 0 +617 16 0.244082 0.0847519 0.778789 0 0 0 +618 16 0.209726 0.113134 0.809612 0 0 0 +619 15 0.222222 0.111111 0.88889 0 0 0 +620 16 0.240468 0.0857841 0.903006 0 0 0 +621 16 0.203896 0.095825 0.864308 0 0 0 +637 15 0.222222 0.222222 0.555555 0 0 0 +638 16 0.226623 0.213146 0.522813 0 0 0 +639 16 0.25125 0.238354 0.563973 0 0 0 +640 15 0.222222 0.222222 0.777776 0 0 0 +641 16 0.192163 0.232171 0.764694 0 0 0 +642 16 0.227712 0.243645 0.803943 0 0 0 +643 15 0.222222 0.222222 0.88889 0 0 0 +644 16 0.23128 0.253519 0.89948 0 0 0 +645 16 0.205105 0.227647 0.859713 0 0 0 +648 16 0.188417 0.329427 0.996042 0 0 -1 +661 15 0.222222 0.333333 0.555555 0 0 0 +662 16 0.248967 0.335437 0.576862 0 0 0 +663 16 0.217808 0.365328 0.544127 0 0 0 +664 15 0.222222 0.333333 0.88889 0 0 0 +665 16 0.214451 0.347902 0.918908 0 0 0 +666 16 0.256376 0.335243 0.887 0 0 0 +668 16 0.24796 0.461299 0.984928 0 0 -1 +669 16 0.230111 0.411349 0.995985 0 0 -1 +682 15 0.222222 0.444445 0.555555 0 0 0 +683 16 0.217818 0.452487 0.588565 0 0 0 +684 16 0.197069 0.461027 0.539245 0 0 0 +685 15 0.222222 0.444445 0.666665 0 0 0 +686 16 0.214357 0.420329 0.689697 0 0 0 +687 16 0.195464 0.444949 0.64528 0 0 0 +688 15 0.222222 0.444445 0.88889 0 0 0 +689 16 0.233 0.424438 0.914523 0 0 0 +690 16 0.197393 0.426352 0.873729 0 0 0 +692 16 0.247296 0.533229 0.993184 0 0 -1 +693 16 0.216832 0.571751 0.970295 0 0 -1 +700 15 0.222222 0.555555 0.555555 0 0 0 +701 16 0.198766 0.532473 0.546028 0 0 0 +702 16 0.218777 0.557767 0.589568 0 0 0 +703 15 0.222222 0.555555 0.666665 0 0 0 +704 16 0.250754 0.572653 0.674872 0 0 0 +705 16 0.21497 0.537048 0.694572 0 0 0 +706 15 0.222222 0.555555 0.777776 0 0 0 +707 16 0.194964 0.535498 0.772457 0 0 0 +708 16 0.211751 0.586876 0.76866 0 0 0 +709 15 0.222222 0.555555 0.88889 0 0 0 +710 16 0.207193 0.536919 0.864383 0 0 0 +711 16 0.244458 0.534052 0.903614 0 0 0 +713 16 0.237327 0.639561 0.985477 0 0 -1 +724 15 0.222222 0.666665 0.555555 0 0 0 +725 16 0.249404 0.660699 0.535573 0 0 0 +726 16 0.214612 0.699618 0.55009 0 0 0 +727 15 0.222222 0.666665 0.666665 0 0 0 +728 16 0.189005 0.666615 0.675051 0 0 0 +729 16 0.225373 0.641264 0.643899 0 0 0 +730 15 0.222222 0.666665 0.777776 0 0 0 +731 16 0.225712 0.675316 0.744812 0 0 0 +732 16 0.232767 0.634106 0.779275 0 0 0 +733 15 0.222222 0.666665 0.88889 0 0 0 +734 16 0.221852 0.689464 0.914455 0 0 0 +735 16 0.247433 0.677292 0.868267 0 0 0 +738 16 0.211951 0.801001 0.977004 0 0 -1 +751 15 0.222222 0.777776 0.555555 0 0 0 +752 16 0.228764 0.778334 0.589181 0 0 0 +753 16 0.197415 0.801008 0.551246 0 0 0 +754 15 0.222222 0.777776 0.666665 0 0 0 +755 16 0.214222 0.809107 0.677983 0 0 0 +756 16 0.195518 0.76857 0.647281 0 0 0 +757 15 0.222222 0.777776 0.777776 0 0 0 +758 16 0.203836 0.753921 0.761451 0 0 0 +759 16 0.239186 0.794079 0.752872 0 0 0 +760 15 0.222222 0.777776 0.88889 0 0 0 +761 16 0.219135 0.788119 0.921402 0 0 0 +762 16 0.190794 0.767271 0.880196 0 0 0 +764 16 0.191303 0.874774 0.995699 0 0 -1 +765 16 0.220702 0.918367 0.982608 0 0 -1 +778 15 0.222222 0.88889 0.555555 0 0 0 +779 16 0.201537 0.894731 0.582234 0 0 0 +780 16 0.242618 0.916388 0.554317 0 0 0 +781 15 0.222222 0.88889 0.666665 0 0 0 +782 16 0.25008 0.908453 0.662811 0 0 0 +783 16 0.230181 0.867558 0.692267 0 0 0 +784 15 0.222222 0.88889 0.777776 0 0 0 +785 16 0.210339 0.921019 0.777736 0 0 0 +786 16 0.212936 0.876255 0.747317 0 0 0 +787 15 0.222222 0.88889 0.88889 0 0 0 +788 16 0.247328 0.87162 0.873231 0 0 0 +789 16 0.196353 0.888686 0.866427 0 0 0 +805 15 0.333333 0 0.555555 0 0 0 +806 16 0.331195 0.00328937 0.589589 0 0 0 +807 16 0.364147 0.0127001 0.547617 0 0 0 +808 15 0.333333 0 0.666665 0 0 0 +809 16 0.351159 0.0231133 0.64873 0 0 0 +810 16 0.334764 0.971478 0.647743 0 -1 0 +811 15 0.333333 0 0.777776 0 0 0 +812 16 0.318812 0.03017 0.770524 0 0 0 +813 16 0.311608 0.976742 0.765099 0 -1 0 +814 15 0.333333 0 0.88889 0 0 0 +815 16 0.348988 0.00792329 0.859462 0 0 0 +816 16 0.350829 0.0171714 0.91282 0 0 0 +818 16 0.314223 0.0951428 0.976473 0 0 -1 +832 15 0.333333 0.111111 0.555555 0 0 0 +833 16 0.34104 0.103189 0.523128 0 0 0 +834 16 0.2991 0.11229 0.556207 0 0 0 +835 15 0.333333 0.111111 0.666665 0 0 0 +836 16 0.33161 0.103643 0.700059 0 0 0 +837 16 0.35244 0.0860468 0.653233 0 0 0 +838 15 0.333333 0.111111 0.777776 0 0 0 +839 16 0.339704 0.103842 0.810646 0 0 0 +840 16 0.320544 0.142889 0.778331 0 0 0 +841 15 0.333333 0.111111 0.88889 0 0 0 +842 16 0.361141 0.0933768 0.879613 0 0 0 +843 16 0.321595 0.0947913 0.916631 0 0 0 +846 16 0.338177 0.224277 0.966147 0 0 -1 +859 15 0.333333 0.222222 0.88889 0 0 0 +860 16 0.320608 0.231426 0.858442 0 0 0 +861 16 0.343741 0.251612 0.903088 0 0 0 +864 16 0.30651 0.354193 0.99563 0 0 -1 +879 16 0.360905 0.440873 0.979982 0 0 -1 +887 16 0.300458 0.562942 0.993806 0 0 -1 +888 16 0.339186 0.526865 0.982218 0 0 -1 +892 15 0.333333 0.555555 0.88889 0 0 0 +893 16 0.357077 0.559213 0.864462 0 0 0 +894 16 0.331306 0.521725 0.893897 0 0 0 +901 15 0.333333 0.666665 0.555555 0 0 0 +902 16 0.330579 0.691956 0.532606 0 0 0 +903 16 0.311052 0.642925 0.544893 0 0 0 +904 15 0.333333 0.666665 0.666665 0 0 0 +905 16 0.34698 0.683298 0.69333 0 0 0 +906 16 0.32397 0.691458 0.644955 0 0 0 +907 15 0.333333 0.666665 0.777776 0 0 0 +908 16 0.358653 0.651608 0.760288 0 0 0 +909 16 0.333742 0.651322 0.808406 0 0 0 +910 15 0.333333 0.666665 0.88889 0 0 0 +911 16 0.321668 0.681637 0.860368 0 0 0 +912 16 0.305857 0.664332 0.909219 0 0 0 +914 16 0.331261 0.753101 0.976326 0 0 -1 +925 15 0.333333 0.777776 0.555555 0 0 0 +926 16 0.312943 0.784598 0.528884 0 0 0 +927 16 0.365096 0.781169 0.543175 0 0 0 +928 15 0.333333 0.777776 0.666665 0 0 0 +929 16 0.317125 0.778438 0.696841 0 0 0 +930 16 0.365185 0.767686 0.674242 0 0 0 +931 15 0.333333 0.777776 0.777776 0 0 0 +932 16 0.360035 0.757139 0.783674 0 0 0 +933 16 0.307298 0.763148 0.794565 0 0 0 +934 15 0.333333 0.777776 0.88889 0 0 0 +935 16 0.346597 0.789487 0.918224 0 0 0 +936 16 0.313262 0.80322 0.877777 0 0 0 +938 16 0.366853 0.895579 0.997703 0 0 -1 +952 15 0.333333 0.88889 0.555555 0 0 0 +953 16 0.30226 0.887834 0.541167 0 0 0 +954 16 0.33962 0.922272 0.559983 0 0 0 +955 15 0.333333 0.88889 0.666665 0 0 0 +956 16 0.364716 0.899831 0.658355 0 0 0 +957 16 0.328475 0.86113 0.647184 0 0 0 +958 15 0.333333 0.88889 0.777776 0 0 0 +959 16 0.34595 0.893976 0.809222 0 0 0 +960 16 0.352251 0.863367 0.764955 0 0 0 +961 15 0.333333 0.88889 0.88889 0 0 0 +962 16 0.366109 0.878918 0.888918 0 0 0 +963 16 0.334688 0.922866 0.893063 0 0 0 +979 15 0.444445 0 0.555555 0 0 0 +980 16 0.471192 0.0182889 0.544428 0 0 0 +981 16 0.452036 0.967675 0.547119 0 -1 0 +982 15 0.444445 0 0.666665 0 0 0 +983 16 0.413299 0.0108717 0.675918 0 0 0 +984 16 0.464513 0.0275617 0.67003 0 0 0 +985 15 0.444445 0 0.777776 0 0 0 +986 16 0.469441 0.00797715 0.799805 0 0 0 +987 16 0.447555 0.0229848 0.752564 0 0 0 +988 15 0.444445 0 0.88889 0 0 0 +989 16 0.468035 0.976171 0.895919 0 -1 0 +990 16 0.421775 0.997448 0.914448 0 -1 0 +992 16 0.422669 0.101959 0.975184 0 0 -1 +993 16 0.471292 0.0902072 0.996011 0 0 -1 +1006 15 0.444445 0.111111 0.555555 0 0 0 +1007 16 0.411467 0.120021 0.552964 0 0 0 +1008 16 0.444792 0.0862257 0.579099 0 0 0 +1009 15 0.444445 0.111111 0.666665 0 0 0 +1010 16 0.413371 0.119852 0.678144 0 0 0 +1011 16 0.449287 0.130864 0.639099 0 0 0 +1012 15 0.444445 0.111111 0.777776 0 0 0 +1013 16 0.458292 0.112325 0.80909 0 0 0 +1014 16 0.430032 0.141903 0.77356 0 0 0 +1015 15 0.444445 0.111111 0.88889 0 0 0 +1016 16 0.451306 0.14123 0.903704 0 0 0 +1017 16 0.410232 0.109634 0.887873 0 0 0 +1020 16 0.476507 0.22624 0.988614 0 0 -1 +1033 15 0.444445 0.222222 0.88889 0 0 0 +1034 16 0.42671 0.235269 0.915139 0 0 0 +1035 16 0.475673 0.216352 0.901696 0 0 0 +1038 16 0.41307 0.332979 0.986241 0 0 -1 +1049 16 0.421431 0.455214 0.977022 0 0 -1 +1055 16 0.44175 0.786047 0.966863 0 0 -1 +1069 15 0.444445 0.777776 0.555555 0 0 0 +1070 16 0.438529 0.804168 0.534524 0 0 0 +1071 16 0.41564 0.759265 0.554413 0 0 0 +1072 15 0.444445 0.777776 0.666665 0 0 0 +1073 16 0.471718 0.787003 0.685234 0 0 0 +1074 16 0.457609 0.761308 0.639665 0 0 0 +1075 15 0.444445 0.777776 0.777776 0 0 0 +1076 16 0.439677 0.746877 0.791784 0 0 0 +1077 16 0.44248 0.799558 0.80415 0 0 0 +1078 15 0.444445 0.777776 0.88889 0 0 0 +1079 16 0.441327 0.811828 0.891019 0 0 0 +1080 16 0.443557 0.767021 0.921402 0 0 0 +1096 15 0.444445 0.88889 0.555555 0 0 0 +1097 16 0.412838 0.883317 0.567542 0 0 0 +1098 16 0.458214 0.911148 0.57766 0 0 0 +1099 15 0.444445 0.88889 0.666665 0 0 0 +1100 16 0.411746 0.898432 0.662983 0 0 0 +1101 16 0.455293 0.882891 0.634729 0 0 0 +1102 15 0.444445 0.88889 0.777776 0 0 0 +1103 16 0.42627 0.870185 0.755557 0 0 0 +1104 16 0.450268 0.867719 0.804075 0 0 0 +1105 15 0.444445 0.88889 0.88889 0 0 0 +1106 16 0.433325 0.919334 0.899981 0 0 0 +1107 16 0.431828 0.866398 0.911445 0 0 0 +1109 16 0.580273 0.0192146 0.986088 0 0 -1 +1123 15 0.555555 0 0.555555 0 0 0 +1124 16 0.548154 0.0332118 0.551572 0 0 0 +1125 16 0.579847 0.999452 0.579711 0 -1 0 +1126 15 0.555555 0 0.666665 0 0 0 +1127 16 0.572556 0.0285115 0.675141 0 0 0 +1128 16 0.579532 0.975534 0.666157 0 -1 0 +1129 15 0.555555 0 0.777776 0 0 0 +1130 16 0.534034 0.0116728 0.753814 0 0 0 +1131 16 0.542051 0.970093 0.787618 0 -1 0 +1132 15 0.555555 0 0.88889 0 0 0 +1133 16 0.58072 0.00664675 0.866613 0 0 0 +1134 16 0.571744 0.990746 0.91763 0 -1 0 +1137 16 0.555831 0.112373 0.965765 0 0 -1 +1150 15 0.555555 0.111111 0.555555 0 0 0 +1151 16 0.521675 0.106256 0.554056 0 0 0 +1152 16 0.56043 0.142019 0.541604 0 0 0 +1153 15 0.555555 0.111111 0.666665 0 0 0 +1154 16 0.551149 0.0829358 0.685653 0 0 0 +1155 16 0.545369 0.136796 0.68692 0 0 0 +1156 15 0.555555 0.111111 0.777776 0 0 0 +1157 16 0.538243 0.0950715 0.802611 0 0 0 +1158 16 0.571217 0.0859487 0.760596 0 0 0 +1159 15 0.555555 0.111111 0.88889 0 0 0 +1160 16 0.573537 0.0911721 0.910168 0 0 0 +1161 16 0.530383 0.0909094 0.877401 0 0 0 +1163 16 0.538075 0.192848 0.997692 0 0 -1 +1164 16 0.5732 0.224043 0.970691 0 0 -1 +1177 15 0.555555 0.222222 0.555555 0 0 0 +1178 16 0.562914 0.254849 0.562978 0 0 0 +1179 16 0.548998 0.207774 0.58592 0 0 0 +1180 15 0.555555 0.222222 0.777776 0 0 0 +1181 16 0.548805 0.25581 0.777729 0 0 0 +1182 16 0.532613 0.208818 0.756151 0 0 0 +1183 15 0.555555 0.222222 0.88889 0 0 0 +1184 16 0.577506 0.201906 0.905597 0 0 0 +1185 16 0.566804 0.253978 0.89511 0 0 0 +1187 16 0.589793 0.333811 0.998881 0 0 -1 +1188 16 0.545909 0.331744 0.967165 0 0 -1 +1198 15 0.555555 0.333333 0.88889 0 0 0 +1199 16 0.548715 0.30504 0.906954 0 0 0 +1200 16 0.525143 0.343254 0.87662 0 0 0 +1202 16 0.563873 0.41205 0.992571 0 0 -1 +1206 16 0.530655 0.677152 0.978934 0 0 -1 +1208 16 0.535104 0.770832 0.973405 0 0 -1 +1216 15 0.555555 0.777776 0.555555 0 0 0 +1217 16 0.580366 0.761731 0.572896 0 0 0 +1218 16 0.531045 0.754143 0.551779 0 0 0 +1219 15 0.555555 0.777776 0.666665 0 0 0 +1220 16 0.526883 0.78473 0.684085 0 0 0 +1221 16 0.545852 0.77774 0.633809 0 0 0 +1223 16 0.529503 0.888764 0.977751 0 0 -1 +1224 16 0.577152 0.912526 0.987807 0 0 -1 +1237 15 0.555555 0.88889 0.555555 0 0 0 +1238 16 0.544793 0.921356 0.557474 0 0 0 +1239 16 0.588068 0.889967 0.566296 0 0 0 +1240 15 0.555555 0.88889 0.666665 0 0 0 +1241 16 0.538476 0.909538 0.688011 0 0 0 +1242 16 0.570641 0.86594 0.687149 0 0 0 +1243 15 0.555555 0.88889 0.777776 0 0 0 +1244 16 0.52364 0.876481 0.776691 0 0 0 +1245 16 0.556357 0.908063 0.806158 0 0 0 +1246 15 0.555555 0.88889 0.88889 0 0 0 +1247 16 0.586923 0.87594 0.893585 0 0 0 +1248 16 0.537967 0.863578 0.873929 0 0 0 +1264 15 0.666665 0 0.555555 0 0 0 +1265 16 0.683176 0.00476185 0.525916 0 0 0 +1266 16 0.633494 0.0027481 0.547448 0 0 0 +1267 15 0.666665 0 0.666665 0 0 0 +1268 16 0.679375 0.975152 0.686533 0 -1 0 +1269 16 0.690871 0.00530566 0.643007 0 0 0 +1270 15 0.666665 0 0.777776 0 0 0 +1271 16 0.686719 0.00345838 0.805339 0 0 0 +1272 16 0.687607 0.98825 0.753341 0 -1 0 +1273 15 0.666665 0 0.88889 0 0 0 +1274 16 0.65455 0.0306927 0.879673 0 0 0 +1275 16 0.64435 0.97763 0.875651 0 -1 0 +1278 16 0.651411 0.0832035 0.987265 0 0 -1 +1291 15 0.666665 0.111111 0.555555 0 0 0 +1292 16 0.676361 0.142242 0.566071 0 0 0 +1293 16 0.6727 0.111168 0.521833 0 0 0 +1294 15 0.666665 0.111111 0.666665 0 0 0 +1295 16 0.641812 0.118464 0.64426 0 0 0 +1296 16 0.678162 0.0803349 0.656952 0 0 0 +1297 15 0.666665 0.111111 0.777776 0 0 0 +1298 16 0.692228 0.123713 0.758763 0 0 0 +1299 16 0.68222 0.0972233 0.804959 0 0 0 +1300 15 0.666665 0.111111 0.88889 0 0 0 +1301 16 0.648713 0.136521 0.903228 0 0 0 +1302 16 0.643505 0.0866216 0.882762 0 0 0 +1318 15 0.666665 0.222222 0.555555 0 0 0 +1319 16 0.683566 0.249768 0.566926 0 0 0 +1320 16 0.68736 0.208614 0.531886 0 0 0 +1321 15 0.666665 0.222222 0.666665 0 0 0 +1322 16 0.686626 0.197098 0.654661 0 0 0 +1323 16 0.688301 0.243564 0.682482 0 0 0 +1324 15 0.666665 0.222222 0.777776 0 0 0 +1325 16 0.67377 0.201368 0.751541 0 0 0 +1326 16 0.681437 0.251964 0.769354 0 0 0 +1327 15 0.666665 0.222222 0.88889 0 0 0 +1328 16 0.667546 0.190221 0.876685 0 0 0 +1329 16 0.672414 0.242011 0.86152 0 0 0 +1332 16 0.690159 0.32697 0.975889 0 0 -1 +1345 15 0.666665 0.333333 0.555555 0 0 0 +1346 16 0.697067 0.328031 0.570437 0 0 0 +1347 16 0.656365 0.302174 0.545723 0 0 0 +1348 15 0.666665 0.333333 0.666665 0 0 0 +1349 16 0.636136 0.324018 0.679107 0 0 0 +1350 16 0.662671 0.366184 0.657796 0 0 0 +1351 15 0.666665 0.333333 0.777776 0 0 0 +1352 16 0.667614 0.367028 0.771659 0 0 0 +1353 16 0.68061 0.319145 0.749887 0 0 0 +1354 15 0.666665 0.333333 0.88889 0 0 0 +1355 16 0.668655 0.360586 0.868224 0 0 0 +1356 16 0.633576 0.32448 0.888267 0 0 0 +1358 16 0.668512 0.41098 0.992904 0 0 -1 +1359 16 0.670452 0.459882 0.969651 0 0 -1 +1367 16 0.681873 0.534191 0.977955 0 0 -1 +1368 16 0.66101 0.584045 0.981835 0 0 -1 +1370 16 0.668426 0.666891 0.965787 0 0 -1 +1375 15 0.666665 0.666665 0.555555 0 0 0 +1376 16 0.637653 0.68464 0.558544 0 0 0 +1377 16 0.688946 0.682872 0.57592 0 0 0 +1379 16 0.678809 0.7507 0.982881 0 0 -1 +1380 16 0.682449 0.804684 0.985831 0 0 -1 +1393 15 0.666665 0.777776 0.555555 0 0 0 +1394 16 0.68571 0.749769 0.560723 0 0 0 +1395 16 0.680785 0.792837 0.528214 0 0 0 +1398 16 0.678537 0.860486 0.984963 0 0 -1 +1411 15 0.666665 0.88889 0.555555 0 0 0 +1412 16 0.672202 0.881742 0.588601 0 0 0 +1413 16 0.651579 0.919645 0.555827 0 0 0 +1414 15 0.666665 0.88889 0.666665 0 0 0 +1415 16 0.65571 0.92117 0.663258 0 0 0 +1416 16 0.637993 0.870221 0.668412 0 0 0 +1417 15 0.666665 0.88889 0.777776 0 0 0 +1418 16 0.639743 0.878088 0.796004 0 0 0 +1419 16 0.693845 0.880883 0.797039 0 0 0 +1420 15 0.666665 0.88889 0.88889 0 0 0 +1421 16 0.633798 0.879251 0.889577 0 0 0 +1422 16 0.674003 0.892018 0.855572 0 0 0 +1424 16 0.787915 0.0142069 0.970519 0 0 -1 +1425 16 0.752117 0.97912 0.991097 0 -1 -1 +1438 15 0.777776 0 0.555555 0 0 0 +1439 16 0.775682 0.998025 0.521417 0 -1 0 +1440 16 0.793996 0.971288 0.564843 0 -1 0 +1441 15 0.777776 0 0.666665 0 0 0 +1442 16 0.762507 0.0261043 0.65057 0 0 0 +1443 16 0.773087 0.973169 0.645885 0 -1 0 +1444 15 0.777776 0 0.777776 0 0 0 +1445 16 0.803928 0.97829 0.77347 0 -1 0 +1446 16 0.787586 0.0202422 0.803617 0 0 0 +1447 15 0.777776 0 0.88889 0 0 0 +1448 16 0.792629 0.0191568 0.913099 0 0 0 +1449 16 0.768649 0.97123 0.905096 0 -1 0 +1451 16 0.797958 0.0840146 0.994318 0 0 -1 +1465 15 0.777776 0.111111 0.555555 0 0 0 +1466 16 0.759053 0.138169 0.546017 0 0 0 +1467 16 0.799906 0.106473 0.529814 0 0 0 +1468 15 0.777776 0.111111 0.666665 0 0 0 +1469 16 0.791308 0.0796473 0.667453 0 0 0 +1470 16 0.746977 0.107582 0.681247 0 0 0 +1471 15 0.777776 0.111111 0.777776 0 0 0 +1472 16 0.767722 0.115395 0.810246 0 0 0 +1473 16 0.755768 0.0882211 0.76492 0 0 0 +1474 15 0.777776 0.111111 0.88889 0 0 0 +1475 16 0.756226 0.0901449 0.905311 0 0 0 +1476 16 0.792941 0.129077 0.913808 0 0 0 +1492 15 0.777776 0.222222 0.555555 0 0 0 +1493 16 0.800875 0.206447 0.535773 0 0 0 +1494 16 0.756455 0.237391 0.53344 0 0 0 +1495 15 0.777776 0.222222 0.666665 0 0 0 +1496 16 0.760557 0.195779 0.680005 0 0 0 +1497 16 0.756555 0.248898 0.670091 0 0 0 +1498 15 0.777776 0.222222 0.777776 0 0 0 +1499 16 0.804218 0.232663 0.758656 0 0 0 +1500 16 0.769129 0.249753 0.796244 0 0 0 +1501 15 0.777776 0.222222 0.88889 0 0 0 +1502 16 0.79653 0.210931 0.915243 0 0 0 +1503 16 0.794981 0.211975 0.861091 0 0 0 +1506 16 0.800643 0.341262 0.975751 0 0 -1 +1519 15 0.777776 0.333333 0.555555 0 0 0 +1520 16 0.75435 0.308667 0.559603 0 0 0 +1521 16 0.775256 0.352321 0.583959 0 0 0 +1522 15 0.777776 0.333333 0.666665 0 0 0 +1523 16 0.793392 0.314336 0.642814 0 0 0 +1524 16 0.781971 0.315738 0.69576 0 0 0 +1525 15 0.777776 0.333333 0.777776 0 0 0 +1526 16 0.771734 0.362891 0.761544 0 0 0 +1527 16 0.763685 0.309449 0.757661 0 0 0 +1528 15 0.777776 0.333333 0.88889 0 0 0 +1529 16 0.80468 0.314801 0.878564 0 0 0 +1530 16 0.766272 0.348408 0.860357 0 0 0 +1546 15 0.777776 0.444445 0.555555 0 0 0 +1547 16 0.7909 0.41641 0.540874 0 0 0 +1548 16 0.796752 0.449087 0.583698 0 0 0 +1549 15 0.777776 0.444445 0.88889 0 0 0 +1550 16 0.755485 0.465232 0.90453 0 0 0 +1551 16 0.762883 0.413607 0.889835 0 0 0 +1553 16 0.796806 0.578633 0.983296 0 0 -1 +1567 15 0.777776 0.555555 0.555555 0 0 0 +1568 16 0.756301 0.528977 0.553089 0 0 0 +1569 16 0.789608 0.554088 0.587674 0 0 0 +1570 15 0.777776 0.555555 0.88889 0 0 0 +1571 16 0.744336 0.551343 0.882762 0 0 0 +1572 16 0.792371 0.526969 0.87691 0 0 0 +1574 16 0.749293 0.647714 0.998247 0 0 -1 +1575 16 0.801445 0.648144 0.983553 0 0 -1 +1588 15 0.777776 0.666665 0.555555 0 0 0 +1589 16 0.745667 0.668212 0.543715 0 0 0 +1590 16 0.774676 0.671025 0.589396 0 0 0 +1591 15 0.777776 0.666665 0.666665 0 0 0 +1592 16 0.798388 0.662449 0.639629 0 0 0 +1593 16 0.795235 0.653305 0.692943 0 0 0 +1609 15 0.777776 0.777776 0.555555 0 0 0 +1610 16 0.744655 0.769046 0.556045 0 0 0 +1611 16 0.785464 0.78046 0.522276 0 0 0 +1612 15 0.777776 0.777776 0.666665 0 0 0 +1613 16 0.767561 0.797404 0.692825 0 0 0 +1614 16 0.805682 0.793506 0.654514 0 0 0 +1615 15 0.777776 0.777776 0.777776 0 0 0 +1616 16 0.75784 0.805059 0.783434 0 0 0 +1617 16 0.798452 0.776441 0.805063 0 0 0 +1618 15 0.777776 0.777776 0.88889 0 0 0 +1619 16 0.807522 0.774036 0.872311 0 0 0 +1620 16 0.786262 0.792862 0.918457 0 0 0 +1623 16 0.750524 0.868442 0.996406 0 0 -1 +1636 15 0.777776 0.88889 0.555555 0 0 0 +1637 16 0.788166 0.884935 0.52315 0 0 0 +1638 16 0.743584 0.887684 0.553823 0 0 0 +1639 15 0.777776 0.88889 0.666665 0 0 0 +1640 16 0.808485 0.877569 0.676798 0 0 0 +1641 16 0.758305 0.86074 0.665184 0 0 0 +1642 15 0.777776 0.88889 0.777776 0 0 0 +1643 16 0.758216 0.906971 0.756237 0 0 0 +1644 16 0.792164 0.864784 0.758137 0 0 0 +1645 15 0.777776 0.88889 0.88889 0 0 0 +1646 16 0.784354 0.859033 0.873424 0 0 0 +1647 16 0.744737 0.886893 0.897719 0 0 0 +1649 16 0.904534 0.0115626 0.971801 0 0 -1 +1663 15 0.88889 0 0.555555 0 0 0 +1664 16 0.906724 0.972531 0.565609 0 -1 0 +1665 16 0.873002 0.0107826 0.583927 0 0 0 +1666 15 0.88889 0 0.666665 0 0 0 +1667 16 0.875522 0.00824086 0.697113 0 0 0 +1668 16 0.897734 0.0300331 0.652757 0 0 0 +1669 15 0.88889 0 0.777776 0 0 0 +1670 16 0.902183 0.974795 0.75876 0 -1 0 +1671 16 0.91612 0.0168897 0.789902 0 0 0 +1672 15 0.88889 0 0.88889 0 0 0 +1673 16 0.883213 0.0317618 0.877368 0 0 0 +1674 16 0.91166 0.00397487 0.914176 0 0 0 +1677 16 0.91671 0.106728 0.980494 0 0 -1 +1690 15 0.88889 0.111111 0.555555 0 0 0 +1691 16 0.921313 0.120975 0.560566 0 0 0 +1692 16 0.871556 0.125001 0.58164 0 0 0 +1693 15 0.88889 0.111111 0.666665 0 0 0 +1694 16 0.873331 0.0821874 0.656912 0 0 0 +1695 16 0.864412 0.135022 0.664969 0 0 0 +1696 15 0.88889 0.111111 0.777776 0 0 0 +1697 16 0.911077 0.134335 0.765857 0 0 0 +1698 16 0.895214 0.0829351 0.759343 0 0 0 +1699 15 0.88889 0.111111 0.88889 0 0 0 +1700 16 0.910708 0.133546 0.902827 0 0 0 +1701 16 0.879487 0.0909513 0.914946 0 0 0 +1704 16 0.917684 0.240402 0.996243 0 0 -1 +1717 15 0.88889 0.222222 0.555555 0 0 0 +1718 16 0.899266 0.20692 0.584396 0 0 0 +1719 16 0.873184 0.197446 0.537856 0 0 0 +1720 15 0.88889 0.222222 0.666665 0 0 0 +1721 16 0.903646 0.210789 0.637939 0 0 0 +1722 16 0.857504 0.208493 0.66625 0 0 0 +1723 15 0.88889 0.222222 0.777776 0 0 0 +1724 16 0.88258 0.199475 0.802608 0 0 0 +1725 16 0.92146 0.23159 0.782783 0 0 0 +1726 15 0.88889 0.222222 0.88889 0 0 0 +1727 16 0.859433 0.208719 0.900017 0 0 0 +1728 16 0.911528 0.196624 0.891309 0 0 0 +1744 15 0.88889 0.333333 0.555555 0 0 0 +1745 16 0.8571 0.32933 0.567681 0 0 0 +1746 16 0.895318 0.366789 0.559184 0 0 0 +1747 15 0.88889 0.333333 0.666665 0 0 0 +1748 16 0.884133 0.366538 0.659693 0 0 0 +1749 16 0.909967 0.322311 0.642012 0 0 0 +1750 15 0.88889 0.333333 0.777776 0 0 0 +1751 16 0.878886 0.302163 0.787876 0 0 0 +1752 16 0.881119 0.334462 0.744429 0 0 0 +1753 15 0.88889 0.333333 0.88889 0 0 0 +1754 16 0.870529 0.34809 0.913765 0 0 0 +1755 16 0.869598 0.336769 0.860786 0 0 0 +1758 16 0.921374 0.443869 0.989136 0 0 -1 +1771 15 0.88889 0.444445 0.555555 0 0 0 +1772 16 0.870464 0.426224 0.577968 0 0 0 +1773 16 0.921306 0.435053 0.561436 0 0 0 +1774 15 0.88889 0.444445 0.666665 0 0 0 +1775 16 0.880232 0.440884 0.633712 0 0 0 +1776 16 0.915254 0.422999 0.670989 0 0 0 +1777 15 0.88889 0.444445 0.777776 0 0 0 +1778 16 0.866878 0.428568 0.798689 0 0 0 +1779 16 0.916023 0.451363 0.797515 0 0 0 +1780 15 0.88889 0.444445 0.88889 0 0 0 +1781 16 0.922859 0.444388 0.893328 0 0 0 +1782 16 0.884158 0.429105 0.858625 0 0 0 +1798 15 0.88889 0.555555 0.555555 0 0 0 +1799 16 0.90142 0.579976 0.57606 0 0 0 +1800 16 0.855335 0.56223 0.553758 0 0 0 +1801 15 0.88889 0.555555 0.666665 0 0 0 +1802 16 0.901327 0.587119 0.671429 0 0 0 +1803 16 0.880268 0.544893 0.698062 0 0 0 +1804 15 0.88889 0.555555 0.777776 0 0 0 +1805 16 0.883718 0.522072 0.782858 0 0 0 +1806 16 0.858621 0.56737 0.766917 0 0 0 +1807 15 0.88889 0.555555 0.88889 0 0 0 +1808 16 0.889552 0.542949 0.857039 0 0 0 +1809 16 0.865074 0.536929 0.905003 0 0 0 +1825 15 0.88889 0.666665 0.555555 0 0 0 +1826 16 0.894402 0.647109 0.527974 0 0 0 +1827 16 0.868482 0.691791 0.544331 0 0 0 +1828 15 0.88889 0.666665 0.666665 0 0 0 +1829 16 0.896266 0.659199 0.699278 0 0 0 +1830 16 0.890461 0.700853 0.665116 0 0 0 +1831 15 0.88889 0.666665 0.777776 0 0 0 +1832 16 0.867576 0.673695 0.751892 0 0 0 +1833 16 0.872938 0.678781 0.805571 0 0 0 +1834 15 0.88889 0.666665 0.88889 0 0 0 +1835 16 0.867243 0.689314 0.875024 0 0 0 +1836 16 0.874072 0.636243 0.88355 0 0 0 +1838 16 0.877036 0.764397 0.970774 0 0 -1 +1852 15 0.88889 0.777776 0.555555 0 0 0 +1853 16 0.893521 0.7639 0.586532 0 0 0 +1854 16 0.907888 0.758481 0.534571 0 0 0 +1855 15 0.88889 0.777776 0.666665 0 0 0 +1856 16 0.893185 0.749114 0.68493 0 0 0 +1857 16 0.919788 0.784175 0.653326 0 0 0 +1858 15 0.88889 0.777776 0.777776 0 0 0 +1859 16 0.890694 0.747038 0.762761 0 0 0 +1860 16 0.908643 0.797976 0.758402 0 0 0 +1861 15 0.88889 0.777776 0.88889 0 0 0 +1862 16 0.915533 0.77264 0.909803 0 0 0 +1863 16 0.863091 0.760575 0.90346 0 0 0 +1866 16 0.899963 0.918571 0.986962 0 0 -1 +1879 15 0.88889 0.88889 0.555555 0 0 0 +1880 16 0.917047 0.899706 0.571797 0 0 0 +1881 16 0.862948 0.902233 0.573522 0 0 0 +1882 15 0.88889 0.88889 0.666665 0 0 0 +1883 16 0.887995 0.886456 0.700828 0 0 0 +1884 16 0.920458 0.878664 0.658151 0 0 0 +1885 15 0.88889 0.88889 0.777776 0 0 0 +1886 16 0.883814 0.856037 0.76949 0 0 0 +1887 16 0.867286 0.894634 0.803739 0 0 0 +1888 15 0.88889 0.88889 0.88889 0 0 0 +1889 16 0.862597 0.908868 0.898013 0 0 0 +1890 16 0.885987 0.861216 0.908876 0 0 0 +ITEM: TIMESTEP +1000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.527204 27.2611 +0.522468 27.2564 +0.518383 27.2523 +ITEM: ATOMS +1 1 0.391399 0.542974 0.387825 0 0 0 +2 2 0.348734 0.578538 0.390783 0 0 0 +3 3 0.384854 0.498239 0.382441 0 0 0 +4 4 0.329904 0.57852 0.35374 0 0 0 +5 4 0.319036 0.567584 0.417705 0 0 0 +6 4 0.362849 0.617 0.397721 0 0 0 +7 5 0.434686 0.565203 0.389724 0 0 0 +8 6 0.485053 0.546384 0.383685 0 0 0 +9 1 0.506878 0.538746 0.435114 0 0 0 +10 3 0.513978 0.574405 0.463131 0 0 0 +11 7 0.516077 0.583276 0.354722 0 0 0 +12 8 0.500706 0.590793 0.302858 0 0 0 +13 8 0.524607 0.564855 0.263861 0 0 0 +14 8 0.465539 0.628005 0.290371 0 0 0 +15 8 0.514559 0.576149 0.214332 0 0 0 +16 8 0.451818 0.633905 0.23989 0 0 0 +17 8 0.478365 0.611244 0.201685 0 0 0 +18 9 0.472577 0.627861 0.151737 0 0 0 +19 10 0.434057 0.602292 0.393534 0 0 0 +20 4 0.483813 0.509606 0.367025 0 0 0 +21 4 0.51376 0.6201 0.373837 0 0 0 +22 4 0.556079 0.572099 0.353418 0 0 0 +23 11 0.552692 0.537962 0.274801 0 0 0 +24 11 0.448654 0.650681 0.319223 0 0 0 +25 11 0.536306 0.557846 0.185632 0 0 0 +26 11 0.42882 0.665764 0.230518 0 0 0 +27 10 0.484891 0.600291 0.132308 0 0 0 +28 5 0.520026 0.492343 0.450347 0 0 0 +1573 15 0.743157 0.790168 0.0198052 0 0 0 +1878 16 0.952981 0.809989 0.431515 0 0 0 +1666 15 0.91611 0.868332 0.479221 0 -1 0 +32 10 0.519414 0.462486 0.428014 0 0 0 +462 16 0.0289175 0.47427 0.0292906 0 0 0 +203 16 0.0573833 0.387253 0.426381 0 0 0 +1036 15 0.330799 0.428135 0.114042 0 0 0 +85 15 0.919525 0.0960425 0.0494097 -1 0 0 +86 16 0.896674 0.0750511 0.0315495 -1 0 0 +87 16 0.938538 0.112394 0.023858 -1 0 0 +88 15 0.98188 0.0491324 0.107585 -1 0 0 +89 16 0.967642 0.0186573 0.119845 -1 0 0 +90 16 0.955978 0.0637651 0.0876659 -1 0 0 +91 15 0.131645 0.0245172 0.315111 0 0 0 +92 16 0.114072 0.0263949 0.283977 0 0 0 +93 16 0.106326 0.0169571 0.339268 0 0 0 +94 15 0.0378768 0.987768 0.372352 0 -1 0 +95 16 0.0242336 0.960905 0.39169 0 -1 0 +96 16 0.0108862 0.998297 0.351319 0 -1 0 +1533 16 0.734635 0.47682 0.0956714 0 0 0 +112 15 0.910571 0.137965 0.150891 -1 0 0 +113 16 0.91008 0.125525 0.117323 -1 0 0 +114 16 0.912527 0.173528 0.147255 -1 0 0 +115 15 0.0235546 0.116629 0.170582 0 0 0 +116 16 0.0494748 0.11835 0.145946 0 0 0 +117 16 0.999609 0.0938367 0.15684 -1 0 0 +118 15 0.0479274 0.0813475 0.267994 0 0 0 +119 16 0.0713902 0.105919 0.279286 0 0 0 +120 16 0.034314 0.0951092 0.237877 0 0 0 +121 15 0.00500937 0.0922473 0.366514 0 0 0 +122 16 0.0186669 0.0976864 0.33387 0 0 0 +123 16 0.0329489 0.0817774 0.386302 0 0 0 +1877 16 0.942296 0.761882 0.403626 0 0 0 +139 15 0.885636 0.238672 0.15671 -1 0 0 +140 16 0.908756 0.259003 0.174983 -1 0 0 +141 16 0.864934 0.223809 0.181855 -1 0 0 +142 15 0.986699 0.207633 0.229974 -1 0 0 +143 16 0.972021 0.200629 0.261869 -1 0 0 +144 16 0.988419 0.175791 0.213699 -1 0 0 +145 15 0.96262 0.24689 0.378548 -1 0 0 +146 16 0.979051 0.226068 0.402595 -1 0 0 +147 16 0.957167 0.277836 0.395705 -1 0 0 +1278 16 0.571886 0.161502 0.0384626 0 0 0 +1425 16 0.59146 0.889628 0.0178212 0 -1 0 +150 16 0.00350455 0.156654 0.434418 0 0 0 +1876 15 0.96669 0.78788 0.406916 0 0 0 +166 15 0.836668 0.262826 0.0733717 -1 0 0 +167 16 0.860761 0.282655 0.0558173 -1 0 0 +168 16 0.853232 0.253296 0.103646 -1 0 0 +169 15 0.999616 0.308867 0.226085 -1 0 0 +170 16 0.0307166 0.315117 0.209489 0 0 0 +171 16 0.99294 0.274242 0.219897 -1 0 0 +172 15 0.962295 0.339353 0.440177 -1 0 0 +173 16 0.983579 0.340539 0.468941 -1 0 0 +174 16 0.969244 0.369765 0.422609 -1 0 0 +1409 16 0.683113 0.791128 0.489682 0 0 0 +1665 16 0.820087 0.911848 0.460221 0 -1 0 +1304 16 0.665507 0.280986 0.0725379 0 0 0 +1875 16 0.0153122 0.823819 0.362378 1 0 0 +659 16 0.286214 0.325378 0.393502 0 0 0 +193 15 0.895278 0.332867 0.0258326 -1 0 0 +339 16 0.0720077 0.0298591 0.433871 0 0 0 +195 16 0.928929 0.343567 0.0199301 -1 0 0 +196 15 0.0124991 0.401204 0.148634 0 0 0 +197 16 0.0344626 0.380501 0.12938 0 0 0 +198 16 0.0265041 0.400942 0.181582 0 0 0 +199 15 0.00841984 0.424845 0.388445 0 0 0 +200 16 0.986031 0.4319 0.361414 -1 0 0 +201 16 0.00820641 0.454645 0.408287 0 0 0 +202 15 0.073694 0.378481 0.457021 0 0 0 +1451 16 0.688913 0.13129 0.0927761 0 0 0 +204 16 0.055741 0.349862 0.468872 0 0 0 +1874 16 0.0590138 0.820206 0.326554 1 0 0 +220 15 0.930128 0.435701 0.075945 -1 0 0 +221 16 0.962195 0.420592 0.0809608 -1 0 0 +222 16 0.911341 0.411118 0.0579313 -1 0 0 +223 15 0.989533 0.5042 0.119679 -1 0 0 +224 16 0.961595 0.48641 0.106087 -1 0 0 +225 16 0.0135473 0.478753 0.127268 0 0 0 +226 15 0.942454 0.585962 0.337874 -1 0 0 +227 16 0.960907 0.584761 0.307218 -1 0 0 +228 16 0.963893 0.603479 0.360575 -1 0 0 +229 15 0.0131232 0.523775 0.430278 0 0 0 +230 16 0.988595 0.547583 0.419632 -1 0 0 +231 16 0.0252945 0.536716 0.461361 0 0 0 +473 16 0.0719135 0.602645 0.47912 0 0 0 +148 15 0.0054119 0.188034 0.451546 0 0 0 +247 15 4.17979e-05 0.677295 0.143034 0 0 0 +248 16 0.99928 0.712859 0.147082 -1 0 0 +249 16 0.0167878 0.672172 0.111807 0 0 0 +250 15 0.00566056 0.514682 0.247921 0 0 0 +251 16 0.00962158 0.482563 0.232608 0 0 0 +252 16 0.991791 0.535274 0.222127 -1 0 0 +253 15 0.00423316 0.637005 0.406934 0 0 0 +254 16 0.994113 0.651689 0.437978 -1 0 0 +255 16 0.0133508 0.664863 0.386378 0 0 0 +1575 16 0.717629 0.765922 0.0133072 0 0 0 +879 16 0.481358 0.543579 0.0680944 0 0 0 +1478 16 0.765161 0.189653 0.0547334 0 0 0 +1873 15 0.0272246 0.836085 0.330923 1 0 0 +581 16 0.242365 0.0205941 0.333336 0 0 0 +1206 16 0.610773 0.5415 0.11677 0 0 0 +274 15 0.0454322 0.801276 0.0755825 0 0 0 +275 16 0.0571984 0.833876 0.0845559 0 0 0 +276 16 0.0739896 0.780038 0.0794812 0 0 0 +277 15 0.114193 0.696079 0.250628 0 0 0 +278 16 0.132126 0.696626 0.281609 0 0 0 +279 16 0.108703 0.730586 0.242824 0 0 0 +280 15 0.0575496 0.705955 0.351542 0 0 0 +281 16 0.066489 0.737428 0.366077 0 0 0 +282 16 0.08793 0.693841 0.33698 0 0 0 +283 15 0.993328 0.905935 0.409904 -1 0 0 +284 16 0.964013 0.887393 0.40104 -1 0 0 +285 16 0.00226459 0.89364 0.44232 0 0 0 +1424 16 0.639242 0.907838 0.0421437 0 -1 0 +1009 15 0.402312 0.126347 0.490845 0 0 0 +301 15 0.0231404 0.95376 0.0325317 0 0 0 +302 16 0.000566124 0.93773 0.0552296 0 0 0 +303 16 0.0274775 0.986675 0.0459325 0 0 0 +304 15 0.977945 0.951169 0.216531 -1 0 0 +305 16 0.986071 0.964574 0.248718 -1 0 0 +306 16 0.0092519 0.939849 0.203358 0 0 0 +307 15 0.055952 0.866571 0.190567 0 0 0 +308 16 0.0822057 0.854791 0.211868 0 0 0 +309 16 0.0651764 0.900268 0.182747 0 0 0 +310 15 0.115913 0.88743 0.456629 0 0 0 +311 16 0.0812695 0.891605 0.464643 0 0 0 +1316 16 0.671071 0.243995 0.462113 0 0 0 +691 15 0.207001 0.512447 0.0450463 0 0 0 +1872 16 0.945412 0.899707 0.123136 0 0 0 +328 15 0.123776 0.0107332 0.0709129 0 0 0 +329 16 0.132627 0.976289 0.0667796 0 -1 0 +330 16 0.130977 0.0257173 0.0392049 0 0 0 +331 15 0.127391 0.113636 0.124088 0 0 0 +332 16 0.11279 0.0900921 0.10141 0 0 0 +333 16 0.14657 0.1355 0.10321 0 0 0 +334 15 0.119255 0.899583 0.355557 0 -1 0 +335 16 0.1046 0.926338 0.336819 0 -1 0 +336 16 0.112332 0.907713 0.38973 0 -1 0 +337 15 0.0898134 0.0599793 0.441452 0 0 0 +338 16 0.122965 0.0490488 0.449405 0 0 0 +1303 15 0.648175 0.249963 0.0681855 0 0 0 +1871 16 0.936032 0.902625 0.0673708 0 0 0 +609 16 0.200349 0.133292 0.487811 0 0 0 +622 15 0.329443 0.231611 0.0300529 0 0 0 +845 16 0.455385 0.271388 0.0269158 0 0 0 +358 15 0.172164 0.13703 0.221131 0 0 0 +359 16 0.151381 0.138403 0.19201 0 0 0 +360 16 0.149201 0.137799 0.248589 0 0 0 +361 15 0.102482 0.162853 0.299791 0 0 0 +362 16 0.094767 0.197813 0.299659 0 0 0 +363 16 0.121805 0.158038 0.329543 0 0 0 +364 15 0.13 0.142353 0.400099 0 0 0 +365 16 0.162766 0.127978 0.401328 0 0 0 +366 16 0.108981 0.118161 0.416058 0 0 0 +1870 15 0.956011 0.916766 0.0934981 0 0 0 +380 16 0.113989 0.264568 0.0115465 0 0 0 +489 16 0.158469 0.647131 0.000566123 0 0 0 +382 15 0.0590542 0.24005 0.0794819 0 0 0 +383 16 0.0718854 0.256032 0.108837 0 0 0 +384 16 0.0725584 0.206914 0.0806717 0 0 0 +385 15 0.150375 0.225981 0.150629 0 0 0 +386 16 0.173462 0.220928 0.177521 0 0 0 +387 16 0.170496 0.224197 0.12107 0 0 0 +388 15 0.0985727 0.264658 0.308971 0 0 0 +389 16 0.133789 0.269579 0.304801 0 0 0 +390 16 0.0846728 0.29762 0.307542 0 0 0 +391 15 0.127522 0.247344 0.418611 0 0 0 +392 16 0.11885 0.215856 0.403945 0 0 0 +393 16 0.125374 0.270728 0.391587 0 0 0 +406 15 0.201389 0.313616 0.0198473 0 0 0 +514 15 0.154179 0.902632 0.065896 0 0 0 +408 16 0.220875 0.343092 0.0256126 0 0 0 +409 15 0.121885 0.345385 0.0718129 0 0 0 +410 16 0.122071 0.356476 0.105853 0 0 0 +411 16 0.116856 0.375223 0.0526776 0 0 0 +412 15 0.0985955 0.325663 0.183006 0 0 0 +413 16 0.11026 0.294032 0.170957 0 0 0 +414 16 0.121887 0.334634 0.208673 0 0 0 +415 15 0.0830198 0.379436 0.319461 0 0 0 +416 16 0.108222 0.402213 0.330768 0 0 0 +417 16 0.055817 0.384107 0.342264 0 0 0 +418 15 0.199527 0.447045 0.430164 0 0 0 +419 16 0.210776 0.435951 0.46229 0 0 0 +420 16 0.229544 0.451309 0.411123 0 0 0 +1772 16 0.898319 0.504188 0.432479 0 0 0 +436 15 0.101607 0.448076 0.118603 0 0 0 +437 16 0.0925549 0.435321 0.150808 0 0 0 +438 16 0.120495 0.477662 0.125651 0 0 0 +439 15 0.0648925 0.422566 0.226804 0 0 0 +440 16 0.0994857 0.431788 0.226773 0 0 0 +441 16 0.0603081 0.405022 0.257673 0 0 0 +442 15 0.144319 0.525963 0.392826 0 0 0 +443 16 0.119247 0.520784 0.367799 0 0 0 +444 16 0.158799 0.493609 0.397855 0 0 0 +445 15 0.154242 0.354257 0.403004 0 0 0 +446 16 0.174004 0.383585 0.408581 0 0 0 +447 16 0.121839 0.362729 0.415655 0 0 0 +1277 16 0.604374 0.205286 0.0231753 0 0 0 +1638 16 0.769614 0.847298 0.490913 0 0 0 +463 15 0.117243 0.551062 0.100806 0 0 0 +464 16 0.0861103 0.554746 0.083516 0 0 0 +465 16 0.114284 0.572543 0.129295 0 0 0 +466 15 0.142352 0.499086 0.218874 0 0 0 +467 16 0.135389 0.53384 0.213834 0 0 0 +468 16 0.170942 0.492587 0.198328 0 0 0 +469 15 0.224774 0.585846 0.429734 0 0 0 +470 16 0.19471 0.570342 0.418005 0 0 0 +471 16 0.230215 0.571539 0.462098 0 0 0 +33 4 0.582908 0.478405 0.489303 0 0 0 +1162 15 0.550709 0.305157 0.0259309 0 0 0 +612 16 0.152585 0.27545 0.481825 0 0 0 +1757 16 0.773326 0.408321 0.0262655 0 0 0 +1668 16 0.89347 0.894074 0.4689 0 -1 0 +1095 16 0.392403 0.792857 0.4998 0 0 0 +910 15 0.384743 0.413685 0.0160262 0 0 1 +493 15 0.0918996 0.600078 0.205049 0 0 0 +494 16 0.0569334 0.600661 0.212716 0 0 0 +495 16 0.103436 0.632964 0.213247 0 0 0 +496 15 0.0661629 0.511625 0.330953 0 0 0 +497 16 0.0454354 0.507091 0.302116 0 0 0 +498 16 0.0431017 0.515619 0.358045 0 0 0 +499 15 0.103776 0.614447 0.412762 0 0 0 +500 16 0.111333 0.579504 0.410864 0 0 0 +501 16 0.0703422 0.617093 0.400234 0 0 0 +1868 16 0.88627 0.842584 0.0198524 0 0 0 +667 15 0.282335 0.592852 0.0670154 0 0 0 +517 15 0.129528 0.748759 0.095959 0 0 0 +518 16 0.157909 0.767767 0.106681 0 0 0 +519 16 0.143458 0.718656 0.0824856 0 0 0 +520 15 0.150904 0.827784 0.260436 0 0 0 +521 16 0.142699 0.81297 0.291979 0 0 0 +522 16 0.179453 0.84827 0.267296 0 0 0 +523 15 0.155882 0.675117 0.345311 0 0 0 +524 16 0.130235 0.658716 0.364153 0 0 0 +525 16 0.170571 0.698231 0.368372 0 0 0 +526 15 0.122431 0.684129 0.48892 0 0 0 +527 16 0.125569 0.6573 0.465421 0 0 0 +149 16 0.971629 0.195156 0.461022 -1 0 0 +1867 15 0.91923 0.85482 0.026614 0 0 0 +544 15 0.134541 0.0372428 0.210302 0 1 0 +545 16 0.118487 0.0578188 0.185793 0 1 0 +546 16 0.156259 0.0595798 0.227941 0 1 0 +547 15 0.0914147 0.959906 0.177787 0 0 0 +548 16 0.0832446 0.976955 0.147384 0 0 0 +549 16 0.107893 0.984613 0.197782 0 0 0 +550 15 0.111184 0.794692 0.365985 0 0 0 +551 16 0.115188 0.827285 0.380246 0 0 0 +552 16 0.142074 0.777988 0.372955 0 0 0 +1771 15 0.890246 0.528852 0.407816 0 0 0 +624 16 0.363152 0.242444 0.0247443 0 0 0 +1410 16 0.652462 0.785029 0.442464 0 0 0 +1449 16 0.707583 0.85115 0.0371453 0 -1 1 +1648 15 0.683966 0.964776 0.120419 0 -1 0 +571 15 0.272442 0.042282 0.0081673 0 0 0 +572 16 0.254739 0.0357015 0.0385819 0 0 0 +1302 16 0.679727 0.0268875 0.00201504 0 0 1 +574 15 0.208089 0.898568 0.298433 0 -1 0 +575 16 0.185809 0.904087 0.32591 0 -1 0 +576 16 0.240797 0.900656 0.312841 0 -1 0 +577 15 0.264652 0.152408 0.296662 0 0 0 +578 16 0.239939 0.175254 0.28445 0 0 0 +579 16 0.254854 0.120641 0.283373 0 0 0 +580 15 0.227687 0.0468832 0.313965 0 0 0 +1532 16 0.766731 0.49586 0.0530854 0 0 0 +582 16 0.19268 0.0393887 0.313732 0 0 0 +1055 16 0.34744 0.981973 0.0718598 0 0 0 +246 16 0.0158201 0.625215 0.0354822 0 0 0 +598 15 0.229652 0.019353 0.107151 0 0 0 +599 16 0.251839 0.00646805 0.132121 0 0 0 +600 16 0.197959 0.00456689 0.114812 0 0 0 +601 15 0.225584 0.965065 0.214106 0 -1 0 +602 16 0.199317 0.988451 0.220806 0 -1 0 +603 16 0.218301 0.937091 0.235229 0 -1 0 +604 15 0.25662 0.116528 0.127839 0 0 0 +605 16 0.248036 0.0833217 0.117572 0 0 0 +606 16 0.253749 0.115916 0.16352 0 0 0 +876 16 0.420234 0.586926 0.480452 0 0 0 +1186 15 0.471119 0.378745 0.0710955 0 0 0 +1586 16 0.856233 0.601384 0.467807 0 0 0 +736 15 0.222738 0.796496 0.0338942 0 0 0 +1305 16 0.673968 0.225137 0.068587 0 0 0 +1204 15 0.634334 0.553791 0.0927792 0 0 0 +625 15 0.281741 0.293246 0.13488 0 0 0 +626 16 0.279253 0.271164 0.106809 0 0 0 +627 16 0.315128 0.306074 0.133277 0 0 0 +628 15 0.240214 0.24221 0.212456 0 0 0 +629 16 0.268613 0.226017 0.227052 0 0 0 +630 16 0.252865 0.257284 0.182548 0 0 0 +631 15 0.399844 0.261202 0.306279 0 0 0 +632 16 0.370203 0.272222 0.289496 0 0 0 +633 16 0.395871 0.225739 0.309158 0 0 0 +634 15 0.194642 0.288555 0.28851 0 0 0 +635 16 0.21037 0.274299 0.25968 0 0 0 +636 16 0.219014 0.285348 0.314538 0 0 0 +1163 16 0.585057 0.298785 0.0337651 0 0 0 +1704 16 0.840094 0.228467 0.00935596 0 0 0 +649 15 0.276275 0.391897 0.217428 0 0 0 +650 16 0.246347 0.377421 0.230714 0 0 0 +651 16 0.273137 0.426892 0.224302 0 0 0 +652 15 0.166425 0.381118 0.242594 0 0 0 +653 16 0.172572 0.353123 0.264048 0 0 0 +654 16 0.156832 0.40751 0.264803 0 0 0 +655 15 0.372505 0.360843 0.319956 0 0 0 +656 16 0.382549 0.378739 0.349292 0 0 0 +657 16 0.390983 0.33021 0.321364 0 0 0 +658 15 0.261534 0.311811 0.371397 0 0 0 +460 15 0.0402271 0.50777 0.0349146 0 0 0 +660 16 0.233496 0.333836 0.374648 0 0 0 +1330 15 0.706355 0.336561 0.0877669 0 0 0 +670 15 0.221778 0.498825 0.156643 0 0 0 +671 16 0.232787 0.532168 0.16363 0 0 0 +672 16 0.216366 0.49839 0.121256 0 0 0 +673 15 0.274714 0.478646 0.377976 0 0 0 +674 16 0.269376 0.478642 0.342575 0 0 0 +675 16 0.310166 0.481961 0.381707 0 0 0 +912 16 0.362101 0.420503 0.0429073 0 0 1 +1491 16 0.882371 0.193462 0.467605 0 0 0 +1379 16 0.550928 0.664619 0.00997354 0 0 0 +831 16 0.344961 0.360224 0.430177 0 0 0 +272 16 0.975507 0.760208 0.00330104 -1 0 0 +1479 16 0.737068 0.203611 0.00759287 0 0 0 +1188 16 0.440262 0.381985 0.0532311 0 0 0 +694 15 0.23107 0.606424 0.183228 0 0 0 +695 16 0.231353 0.609956 0.218854 0 0 0 +696 16 0.228932 0.639968 0.170899 0 0 0 +697 15 0.155865 0.451845 0.31336 0 0 0 +698 16 0.184805 0.470075 0.32394 0 0 0 +699 16 0.138646 0.474288 0.291415 0 0 0 +1331 16 0.728682 0.337038 0.0597828 0 0 0 +1344 16 0.703668 0.422002 0.484603 0 0 0 +715 15 0.174513 0.656372 0.0722352 0 0 0 +716 16 0.148926 0.637606 0.0888154 0 0 0 +717 16 0.205079 0.640609 0.082185 0 0 0 +718 15 0.204408 0.581242 0.287454 0 0 0 +719 16 0.17413 0.597749 0.277835 0 0 0 +720 16 0.199933 0.573809 0.322189 0 0 0 +721 15 0.278335 0.668898 0.458158 0 0 0 +1038 16 0.349415 0.397555 0.114023 0 0 0 +723 16 0.25534 0.641495 0.4567 0 0 0 +805 15 0.215717 0.097171 0.407133 0 0 0 +1596 16 0.839306 0.777597 0.0138227 0 0 0 +739 15 0.280023 0.696154 0.145511 0 0 0 +740 16 0.300416 0.696315 0.116085 0 0 0 +741 16 0.301563 0.708246 0.171426 0 0 0 +742 15 0.346597 0.606911 0.234319 0 0 0 +743 16 0.372584 0.58294 0.228679 0 0 0 +744 16 0.338694 0.619418 0.201716 0 0 0 +745 15 0.328578 0.675585 0.301333 0 0 0 +746 16 0.297445 0.671344 0.318494 0 0 0 +747 16 0.330111 0.647993 0.278571 0 0 0 +748 15 0.308557 0.754663 0.407575 0 0 0 +749 16 0.298599 0.721209 0.415537 0 0 0 +750 16 0.301946 0.773335 0.437398 0 0 0 +1851 16 0.854477 0.780655 0.443253 0 0 0 +766 15 0.254933 0.897147 0.056816 0 0 0 +767 16 0.274278 0.890199 0.0275021 0 0 0 +768 16 0.279234 0.902195 0.082618 0 0 0 +769 15 0.171289 0.838398 0.149124 0 0 0 +770 16 0.206761 0.843 0.147596 0 0 0 +771 16 0.165494 0.823943 0.181361 0 0 0 +772 15 0.198321 0.756732 0.40441 0 0 0 +773 16 0.224989 0.780577 0.402994 0 0 0 +774 16 0.193085 0.751189 0.439391 0 0 0 +381 16 0.166982 0.247959 0.000494794 0 0 0 +1585 15 0.84791 0.584009 0.497983 0 0 0 +688 15 0.12833 0.435702 0.0170768 0 0 1 +1109 16 0.411586 0.996227 0.0471298 0 -1 0 +1135 15 0.536152 0.136602 0.0903137 0 0 0 +1050 16 0.55024 0.642603 0.0763027 0 0 0 +793 15 0.315806 0.885513 0.210529 0 -1 0 +794 16 0.30644 0.894702 0.24384 0 -1 0 +795 16 0.297076 0.855747 0.203827 0 -1 0 +796 15 0.281758 0.0531977 0.230838 0 0 0 +797 16 0.272196 0.0566851 0.265163 0 0 0 +798 16 0.266118 0.0227978 0.220208 0 0 0 +799 15 0.302191 0.199983 0.384632 0 0 0 +800 16 0.293272 0.234216 0.37913 0 0 0 +801 16 0.303813 0.185745 0.351823 0 0 0 +802 15 0.254079 0.862047 0.39727 0 -1 0 +803 16 0.254541 0.860727 0.433045 0 -1 0 +804 16 0.261881 0.8961 0.389443 0 -1 0 +1850 16 0.856922 0.742234 0.401731 0 0 0 +1108 15 0.44295 0.00984732 0.0577385 0 0 0 +820 15 0.348548 0.14867 0.0944594 0 0 0 +821 16 0.364835 0.1785 0.105717 0 0 0 +822 16 0.321545 0.143949 0.117488 0 0 0 +823 15 0.213641 0.198298 0.0745529 0 0 0 +824 16 0.236047 0.179549 0.0952451 0 0 0 +825 16 0.225156 0.192364 0.0411769 0 0 0 +826 15 0.335714 0.217358 0.238794 0 0 0 +827 16 0.361918 0.210817 0.215292 0 0 0 +828 16 0.331858 0.18661 0.256724 0 0 0 +1149 16 0.514437 0.125773 0.47541 0 0 0 +830 16 0.330672 0.359719 0.484966 0 0 0 +693 16 0.239918 0.526262 0.042324 0 0 0 +1048 15 0.547381 0.61669 0.0517648 0 0 0 +1187 16 0.471996 0.407252 0.0927375 0 0 0 +847 15 0.40291 0.221529 0.14724 0 0 0 +848 16 0.42178 0.192327 0.15578 0 0 0 +849 16 0.421269 0.248635 0.161729 0 0 0 +850 15 0.544787 0.193963 0.251332 0 0 0 +851 16 0.537537 0.226498 0.264397 0 0 0 +852 16 0.551551 0.199535 0.216619 0 0 0 +853 15 0.413189 0.153128 0.288074 0 0 0 +854 16 0.43692 0.135983 0.30868 0 0 0 +855 16 0.4079 0.131166 0.260298 0 0 0 +981 16 0.563566 0.0241495 0.386949 0 0 0 +342 16 0.160855 0.998662 0.487596 0 -1 0 +858 16 0.337284 0.456922 0.462416 0 0 0 +1849 15 0.872211 0.751368 0.432789 0 0 0 +1056 16 0.322979 0.987992 0.0211479 0 0 0 +865 15 0.241137 0.385708 0.0983368 0 0 0 +866 16 0.220794 0.407278 0.118403 0 0 0 +867 16 0.242074 0.354842 0.116452 0 0 0 +868 15 0.46886 0.409672 0.276663 0 0 0 +869 16 0.447824 0.405978 0.305397 0 0 0 +870 16 0.501305 0.416595 0.290122 0 0 0 +871 15 0.422816 0.403524 0.410024 0 0 0 +872 16 0.415091 0.438092 0.404814 0 0 0 +873 16 0.457109 0.403442 0.420307 0 0 0 +1608 16 0.778074 0.650391 0.478916 0 0 0 +977 16 0.362632 0.0132247 0.462796 0 0 0 +856 15 0.348051 0.466045 0.495319 0 0 0 +1447 15 0.69885 0.885517 0.0420854 0 -1 1 +692 16 0.18512 0.54034 0.0400486 0 0 0 +880 15 0.27205 0.500476 0.272629 0 0 0 +881 16 0.297747 0.499405 0.247724 0 0 0 +882 16 0.248724 0.524738 0.260422 0 0 0 +883 15 0.377964 0.381716 0.210864 0 0 0 +884 16 0.382411 0.382898 0.246369 0 0 0 +885 16 0.342801 0.376695 0.206384 0 0 0 +1848 16 0.766989 0.809277 0.314451 0 0 0 +889 15 0.35966 0.607534 0.132853 0 0 0 +890 16 0.358605 0.582626 0.107156 0 0 0 +891 16 0.394566 0.612742 0.138875 0 0 0 +407 16 0.171636 0.318612 0.0391231 0 0 0 +1249 15 0.612923 0.0185899 0.0373357 0 0 0 +1358 16 0.648393 0.509751 0.0110828 0 0 0 +1222 15 0.496536 0.940972 0.0119523 0 0 0 +1742 16 0.862668 0.426612 0.469045 0 0 0 +207 16 0.00464132 0.474327 0.480652 0 0 0 +1847 16 0.745252 0.776196 0.273962 0 0 0 +1489 15 0.906845 0.216123 0.480615 0 0 0 +916 15 0.248064 0.804271 0.213466 0 0 0 +917 16 0.263139 0.773353 0.203537 0 0 0 +918 16 0.25057 0.804418 0.249179 0 0 0 +919 15 0.404642 0.733463 0.135625 0 0 0 +920 16 0.411478 0.758214 0.110676 0 0 0 +921 16 0.40003 0.70314 0.117159 0 0 0 +738 16 0.209214 0.814736 0.061574 0 0 0 +1211 16 0.490019 0.748114 0.0266335 0 0 0 +690 16 0.104518 0.457086 0.0331221 0 0 1 +1049 16 0.576515 0.596461 0.0566368 0 0 0 +1136 16 0.541564 0.165149 0.111231 0 0 0 +940 15 0.314568 0.957283 0.131994 0 0 0 +941 16 0.349732 0.950603 0.132777 0 0 0 +942 16 0.301384 0.939268 0.159984 0 0 0 +943 15 0.339085 0.739148 0.214235 0 0 0 +944 16 0.345736 0.734318 0.24908 0 0 0 +945 16 0.37122 0.737059 0.19859 0 0 0 +946 15 0.26612 0.782729 0.312511 0 0 0 +947 16 0.255505 0.806483 0.337105 0 0 0 +948 16 0.279434 0.755469 0.331521 0 0 0 +877 15 0.486936 0.53995 0.103273 0 0 0 +1464 16 0.856358 0.133018 0.413883 0 0 0 +1477 15 0.737106 0.208578 0.0430484 0 0 0 +583 15 0.254592 0.989821 0.404893 0 -1 0 +1773 16 0.854752 0.532793 0.410346 0 0 0 +1531 15 0.752864 0.505586 0.0846271 0 0 0 +967 15 0.419485 0.839336 0.108207 0 -1 0 +968 16 0.436709 0.842371 0.0769688 0 -1 0 +969 16 0.410314 0.872886 0.116698 0 -1 0 +970 15 0.410285 0.902366 0.240803 0 -1 0 +971 16 0.375108 0.897797 0.235963 0 -1 0 +972 16 0.423637 0.869155 0.241509 0 -1 0 +973 15 0.43151 0.00948729 0.448073 0 0 0 +974 16 0.459663 0.0104039 0.425975 0 0 0 +975 16 0.444349 0.995419 0.478388 0 -1 0 +976 15 0.334792 0.994137 0.474726 0 -1 0 +1085 16 0.480256 0.873042 0.013211 0 0 0 +978 16 0.349155 0.963265 0.485787 0 -1 0 +991 15 0.463295 0.107523 0.0255836 0 0 0 +994 15 0.415124 0.0790789 0.126177 0 0 0 +995 16 0.39233 0.0994402 0.107532 0 0 0 +996 16 0.425822 0.0540132 0.10296 0 0 0 +997 15 0.388484 0.0734203 0.222324 0 0 0 +998 16 0.393944 0.07346 0.186941 0 0 0 +999 16 0.353078 0.0695341 0.225939 0 0 0 +1000 15 0.367252 0.045022 0.321758 0 0 0 +1001 16 0.372214 0.0426924 0.286378 0 0 0 +1002 16 0.391974 0.0232255 0.335742 0 0 0 +1003 15 0.467761 0.0868219 0.356315 0 0 0 +1004 16 0.455475 0.0816771 0.389546 0 0 0 +1005 16 0.502211 0.095512 0.360727 0 0 0 +1846 15 0.739348 0.787656 0.307362 0 0 0 +1756 15 0.779636 0.440147 0.0111318 0 0 0 +1021 15 0.442501 0.299452 0.193099 0 0 0 +1022 16 0.459737 0.293133 0.223836 0 0 0 +1023 16 0.422246 0.328177 0.199907 0 0 0 +1024 15 0.51418 0.286763 0.283239 0 0 0 +1025 16 0.484098 0.278206 0.300662 0 0 0 +1026 16 0.535123 0.301562 0.308222 0 0 0 +1027 15 0.557693 0.130159 0.333228 0 0 0 +1028 16 0.593174 0.129915 0.338004 0 0 0 +1029 16 0.553408 0.135086 0.298027 0 0 0 +1030 15 0.3148 0.187077 0.48501 0 0 0 +1276 15 0.57665 0.185434 0.0122639 0 0 0 +1032 16 0.309437 0.19167 0.449911 0 0 0 +1845 16 0.992106 0.753707 0.264755 0 0 0 +312 16 0.125648 0.85773 0.474091 0 0 0 +1039 15 0.342779 0.494636 0.194027 0 0 0 +1040 16 0.341374 0.464329 0.17502 0 0 0 +1041 16 0.349584 0.520112 0.169811 0 0 0 +1042 15 0.596788 0.427626 0.31565 0 0 0 +1043 16 0.607732 0.454352 0.294492 0 0 0 +1044 16 0.613492 0.39865 0.302877 0 0 0 +1045 15 0.616671 0.371658 0.441631 0 0 0 +1046 16 0.641578 0.397371 0.442097 0 0 0 +1047 16 0.603402 0.371411 0.474882 0 0 0 +1844 16 0.0126828 0.719683 0.305069 1 0 0 +1795 15 0.86614 0.624988 0.405443 0 0 0 +1843 15 0.985212 0.723328 0.2824 0 0 0 +993 16 0.448019 0.0769698 0.0363044 0 0 0 +1842 16 0.990775 0.765819 0.0779559 0 0 0 +1841 16 0.939935 0.78983 0.0712484 0 0 0 +1794 16 0.750298 0.629218 0.307679 0 0 0 +1057 15 0.312137 0.804507 0.0953185 0 0 0 +1058 16 0.315824 0.76893 0.0968929 0 0 0 +1059 16 0.33837 0.817179 0.116127 0 0 0 +1060 15 0.391095 0.74038 0.346798 0 0 0 +1061 16 0.379912 0.713866 0.325497 0 0 0 +1062 16 0.362232 0.749207 0.366052 0 0 0 +1063 15 0.360405 0.858159 0.380108 0 0 0 +1064 16 0.369673 0.83633 0.353287 0 0 0 +1065 16 0.34908 0.836218 0.406033 0 0 0 +1066 15 0.454372 0.676948 0.401934 0 0 0 +1067 16 0.475057 0.687196 0.429301 0 0 0 +1068 16 0.441431 0.707518 0.388526 0 0 0 +1840 15 0.956134 0.757979 0.0734518 0 0 0 +1020 16 0.400615 0.321742 0.134792 0 0 0 +1837 15 0.832624 0.743019 0.0810907 0 0 0 +914 16 0.303005 0.704105 0.0295693 0 0 0 +807 16 0.249566 0.101008 0.418147 0 0 0 +1011 16 0.376281 0.123558 0.466424 0 0 0 +1087 15 0.436941 0.810324 0.205314 0 0 0 +1088 16 0.428394 0.827212 0.174925 0 0 0 +1089 16 0.46039 0.785183 0.195322 0 0 0 +1090 15 0.315607 0.937622 0.321163 0 0 0 +1091 16 0.339548 0.913106 0.331533 0 0 0 +1092 16 0.32263 0.966208 0.341543 0 0 0 +1093 15 0.370657 0.812329 0.479071 0 0 0 +1071 16 0.517816 0.725207 0.497025 0 0 0 +1812 16 0.937817 0.674762 0.077089 0 0 0 +1839 16 0.865176 0.748535 0.0949373 0 0 0 +1504 15 0.812192 0.467752 0.24123 0 0 0 +1111 15 0.409551 0.932597 0.142106 0 -1 0 +1112 16 0.441711 0.947742 0.13785 0 -1 0 +1113 16 0.406341 0.928138 0.177483 0 -1 0 +1114 15 0.439985 0.968064 0.32 0 -1 0 +1115 16 0.434388 0.946304 0.292126 0 -1 0 +1116 16 0.475093 0.975015 0.319052 0 -1 0 +1117 15 0.533919 0.913808 0.162994 0 -1 0 +1118 16 0.511964 0.928393 0.187222 0 -1 0 +1119 16 0.565873 0.913081 0.179126 0 -1 0 +1120 15 0.552881 0.935647 0.268582 0 -1 0 +1121 16 0.556767 0.900258 0.264803 0 -1 0 +1122 16 0.583358 0.946433 0.283963 0 -1 0 +461 16 0.025107 0.517257 0.0659491 0 0 0 +1251 16 0.608596 0.0234189 0.0725451 0 0 0 +1138 15 0.508516 0.0746578 0.161452 0 0 0 +1139 16 0.473769 0.082491 0.157836 0 0 0 +1140 16 0.51095 0.0593199 0.19371 0 0 0 +1141 15 0.481398 0.048319 0.25955 0 0 0 +1142 16 0.47535 0.0520657 0.294637 0 0 0 +1143 16 0.451743 0.0609102 0.243935 0 0 0 +1144 15 0.651299 0.00500435 0.436992 0 0 0 +1145 16 0.627657 0.0081629 0.463691 0 0 0 +1146 16 0.642285 0.974486 0.420585 0 -1 0 +1147 15 0.49745 0.0968828 0.462818 0 0 0 +1148 16 0.522684 0.0715219 0.461445 0 0 0 +1546 15 0.785539 0.49282 0.49167 0 0 0 +1007 16 0.344243 0.0767562 0.375948 0 0 0 +1165 15 0.568335 0.346999 0.119176 0 0 0 +1166 16 0.582576 0.339519 0.151161 0 0 0 +1167 16 0.533583 0.352413 0.125868 0 0 0 +1168 15 0.588707 0.341244 0.226158 0 0 0 +1169 16 0.567663 0.323987 0.249419 0 0 0 +1170 16 0.617415 0.32014 0.222657 0 0 0 +1171 15 0.588564 0.321146 0.339133 0 0 0 +1172 16 0.612921 0.296916 0.329064 0 0 0 +1173 16 0.598225 0.330311 0.372365 0 0 0 +1174 15 0.582647 0.167421 0.451139 0 0 0 +1175 16 0.560088 0.153589 0.427024 0 0 0 +1176 16 0.61498 0.156156 0.440678 0 0 0 +1793 16 0.79946 0.607304 0.290099 0 0 0 +1189 15 0.446993 0.446261 0.144639 0 0 0 +1190 16 0.417154 0.433186 0.159485 0 0 0 +1191 16 0.472755 0.439067 0.168437 0 0 0 +1192 15 0.529158 0.420135 0.203113 0 0 0 +1193 16 0.504579 0.411427 0.227645 0 0 0 +1194 16 0.557304 0.399409 0.210856 0 0 0 +1195 15 0.527104 0.403214 0.395161 0 0 0 +1196 16 0.549334 0.388844 0.419267 0 0 0 +1197 16 0.547405 0.408243 0.366105 0 0 0 +1824 16 0.906875 0.714226 0.476082 0 0 0 +737 16 0.258219 0.799196 0.0378411 0 0 0 +669 16 0.314035 0.585204 0.0522387 0 0 0 +1548 16 0.756038 0.504186 0.474867 0 0 0 +992 16 0.489745 0.113057 0.0490681 0 0 0 +1054 15 0.353077 0.976692 0.0369015 0 0 0 +1210 15 0.455229 0.749263 0.0350054 0 0 0 +1664 16 0.820809 0.968457 0.461267 0 -1 0 +1212 16 0.444914 0.782339 0.0259849 0 0 0 +1201 15 0.463805 0.532355 0.00613741 0 0 0 +722 16 0.296111 0.664074 0.488858 0 0 0 +980 16 0.550318 0.973955 0.40956 0 -1 0 +1766 16 0.822858 0.425501 0.297177 0 0 0 +1225 15 0.509049 0.738518 0.17095 0 0 0 +1226 16 0.533485 0.716716 0.156483 0 0 0 +1227 16 0.478106 0.728509 0.15598 0 0 0 +1228 15 0.511412 0.779841 0.296557 0 0 0 +1229 16 0.493547 0.777651 0.265609 0 0 0 +1230 16 0.493195 0.758669 0.318954 0 0 0 +1231 15 0.454634 0.914047 0.404239 0 0 0 +1232 16 0.444633 0.943431 0.386396 0 0 0 +1233 16 0.426331 0.89222 0.402166 0 0 0 +1234 15 0.533972 0.86372 0.453551 0 0 0 +979 15 0.540616 0.00841728 0.409479 0 0 0 +1236 16 0.508817 0.877793 0.432316 0 0 0 +689 16 0.159408 0.453274 0.0197518 0 0 1 +584 16 0.222188 0.994027 0.419522 0 -1 0 +1792 15 0.785676 0.634618 0.308692 0 0 0 +1252 15 0.634523 0.869381 0.146348 0 -1 0 +1253 16 0.607524 0.86883 0.122841 0 -1 0 +1254 16 0.646252 0.835569 0.147338 0 -1 0 +1255 15 0.688486 0.890738 0.236955 0 -1 0 +1256 16 0.676393 0.892542 0.203306 0 -1 0 +1257 16 0.69778 0.856441 0.241326 0 -1 0 +1258 15 0.644662 0.962456 0.3009 0 -1 0 +1259 16 0.677069 0.973672 0.311182 0 -1 0 +1260 16 0.650964 0.932274 0.282704 0 -1 0 +1261 15 0.624008 0.913217 0.40546 0 -1 0 +1262 16 0.616459 0.904116 0.371667 0 -1 0 +1263 16 0.600413 0.894882 0.425179 0 -1 0 +515 16 0.15064 0.885119 0.0969205 0 0 0 +1396 15 0.566996 0.814853 0.00456698 0 0 0 +1279 15 0.612151 0.0370254 0.132102 0 0 0 +1280 16 0.632578 0.0443391 0.16058 0 0 0 +1281 16 0.578567 0.0401414 0.144107 0 0 0 +1282 15 0.65339 0.0599097 0.224928 0 0 0 +1283 16 0.652039 0.0943455 0.234629 0 0 0 +1284 16 0.642415 0.0419827 0.253909 0 0 0 +1285 15 0.653461 0.102738 0.403437 0 0 0 +1286 16 0.683724 0.102691 0.384306 0 0 0 +1287 16 0.650234 0.0690828 0.415214 0 0 0 +1288 15 0.751476 0.00748223 0.440707 0 0 0 +1289 16 0.717561 0.018154 0.444912 0 0 0 +1650 16 0.669338 0.932767 0.113842 0 -1 0 +1821 16 0.893522 0.736394 0.285094 0 0 0 +1791 16 0.887426 0.598053 0.278114 0 0 0 +1765 15 0.833046 0.411603 0.328559 0 0 0 +1306 15 0.578143 0.206966 0.147287 0 0 0 +1307 16 0.576345 0.23288 0.122649 0 0 0 +1308 16 0.613208 0.201631 0.152159 0 0 0 +1309 15 0.640899 0.167145 0.271737 0 0 0 +1310 16 0.606294 0.176327 0.271581 0 0 0 +1311 16 0.657945 0.196579 0.282912 0 0 0 +1312 15 0.676018 0.266763 0.334176 0 0 0 +1313 16 0.665847 0.256639 0.366975 0 0 0 +1314 16 0.688837 0.299899 0.33858 0 0 0 +1315 15 0.654575 0.234312 0.431849 0 0 0 +1652 16 0.82042 0.00463991 0.0170809 0 0 0 +1317 16 0.621902 0.224079 0.442316 0 0 0 +1820 16 0.922374 0.775586 0.314037 0 0 0 +1790 16 0.887912 0.57708 0.225519 0 0 0 +1333 15 0.672865 0.286496 0.224787 0 0 0 +1334 16 0.700879 0.293275 0.246023 0 0 0 +1335 16 0.687172 0.271646 0.19552 0 0 0 +1336 15 0.690029 0.398031 0.236026 0 0 0 +1337 16 0.665692 0.372428 0.230202 0 0 0 +1338 16 0.721548 0.381386 0.232668 0 0 0 +1339 15 0.73065 0.464363 0.328586 0 0 0 +1340 16 0.766346 0.465058 0.32592 0 0 0 +1341 16 0.721222 0.43277 0.31463 0 0 0 +1342 15 0.678469 0.444435 0.472622 0 0 0 +1343 16 0.673472 0.467517 0.49953 0 0 0 +29 7 0.543995 0.484977 0.497924 0 0 0 +668 16 0.290405 0.612053 0.0961357 0 0 0 +1360 15 0.59361 0.401693 0.0248591 0 0 0 +1361 16 0.575709 0.370876 0.0214398 0 0 0 +1362 16 0.616878 0.39566 0.0513912 0 0 0 +1363 15 0.685556 0.4239 0.123686 0 0 0 +1364 16 0.679036 0.426375 0.158802 0 0 0 +1365 16 0.664179 0.448481 0.108834 0 0 0 +1332 16 0.708569 0.369518 0.101577 0 0 0 +1819 15 0.890969 0.758417 0.313206 0 0 0 +1518 16 0.794834 0.420476 0.484808 0 0 0 +1467 16 0.806877 0.167618 0.498564 0 0 0 +1110 16 0.466974 0.984671 0.0493286 0 -1 0 +1397 16 0.556744 0.818644 0.0386591 0 0 0 +1818 16 0.945535 0.545351 0.16339 0 0 0 +1381 15 0.584504 0.67475 0.129901 0 0 0 +1382 16 0.61756 0.670048 0.116979 0 0 0 +1383 16 0.587881 0.669821 0.1652 0 0 0 +1384 15 0.578811 0.842124 0.322864 0 0 0 +1385 16 0.54746 0.824891 0.324225 0 0 0 +1386 16 0.593924 0.830873 0.292421 0 0 0 +1387 15 0.595471 0.663016 0.232787 0 0 0 +1388 16 0.601406 0.635687 0.255139 0 0 0 +1389 16 0.562761 0.674734 0.241422 0 0 0 +1390 15 0.677446 0.604234 0.429164 0 0 0 +1391 16 0.651933 0.595458 0.452699 0 0 0 +1392 16 0.692124 0.634028 0.442532 0 0 0 +1817 16 0.915654 0.508344 0.194112 0 0 0 +1789 15 0.866387 0.592347 0.249713 0 0 0 +1399 15 0.556091 0.807922 0.100184 0 0 0 +1400 16 0.548669 0.781218 0.122847 0 0 0 +1401 16 0.537368 0.835763 0.112679 0 0 0 +1402 15 0.810954 0.851815 0.199884 0 0 0 +1403 16 0.809593 0.816248 0.20375 0 0 0 +1404 16 0.811169 0.864481 0.233369 0 0 0 +1405 15 0.665882 0.801773 0.377175 0 0 0 +1406 16 0.691324 0.79982 0.352061 0 0 0 +1407 16 0.635601 0.807229 0.358869 0 0 0 +1462 15 0.835803 0.147554 0.439339 0 0 0 +395 16 0.0986796 0.232256 0.475267 0 0 0 +516 16 0.189553 0.905637 0.0612696 0 0 0 +1730 16 0.799613 0.307535 0.0368896 0 0 0 +1426 15 0.678012 0.773655 0.156541 0 -1 0 +1427 16 0.674725 0.74068 0.142991 0 -1 0 +1428 16 0.707194 0.787011 0.140675 0 -1 0 +1429 15 0.787187 0.943483 0.146585 0 -1 0 +1430 16 0.753614 0.954122 0.140147 0 -1 0 +1431 16 0.783568 0.912683 0.164474 0 -1 0 +1432 15 0.821081 0.862402 0.309459 0 -1 0 +1433 16 0.82062 0.879818 0.340737 0 -1 0 +1434 16 0.851568 0.843641 0.310081 0 -1 0 +1435 15 0.738479 0.903803 0.398348 0 -1 0 +1436 16 0.707241 0.897752 0.381937 0 -1 0 +1437 16 0.735025 0.936537 0.412433 0 -1 0 +1450 15 0.689497 0.143638 0.126376 0 0 0 +1796 16 0.850087 0.636785 0.375695 0 0 0 +1453 15 0.73771 0.0616131 0.157061 0 0 0 +1454 16 0.731848 0.0499202 0.123734 0 0 0 +1455 16 0.721593 0.0374636 0.17801 0 0 0 +1456 15 0.779937 0.107953 0.23945 0 0 0 +1457 16 0.814498 0.100449 0.233885 0 0 0 +1458 16 0.762824 0.0920999 0.212292 0 0 0 +1459 15 0.725372 0.0167347 0.331244 0 0 0 +1460 16 0.722843 0.00778032 0.365816 0 0 0 +1461 16 0.728816 0.0523704 0.331432 0 0 0 +1290 16 0.770813 0.0318299 0.458457 0 0 0 +1463 16 0.812484 0.168003 0.421456 0 0 0 +1006 15 0.337167 0.095469 0.405638 0 0 0 +1164 16 0.536379 0.316285 0.0567949 0 0 0 +1037 16 0.297165 0.418173 0.106881 0 0 0 +844 15 0.422273 0.283764 0.0212424 0 0 0 +1480 15 0.738738 0.222066 0.161919 0 0 0 +1481 16 0.759548 0.234561 0.135602 0 0 0 +1482 16 0.715764 0.200049 0.145511 0 0 0 +1483 15 0.725002 0.126309 0.335816 0 0 0 +1484 16 0.736171 0.158735 0.346093 0 0 0 +1485 16 0.715645 0.130494 0.301513 0 0 0 +1486 15 0.874446 0.303691 0.449238 0 0 0 +1487 16 0.862402 0.328041 0.472558 0 0 0 +1488 16 0.909093 0.311668 0.445023 0 0 0 +435 16 0.0134212 0.358321 0.0252151 0 0 0 +1490 16 0.89468 0.248582 0.471663 0 0 0 +1019 16 0.390958 0.311225 0.0799985 0 0 0 +1205 16 0.665002 0.556741 0.111015 0 0 0 +1505 16 0.846561 0.464209 0.231845 0 0 0 +1507 15 0.769103 0.317536 0.256256 0 0 0 +1508 16 0.799891 0.304464 0.243488 0 0 0 +1509 16 0.769998 0.310042 0.291253 0 0 0 +1510 15 0.779253 0.215443 0.387517 0 0 0 +1511 16 0.750982 0.236205 0.380347 0 0 0 +1512 16 0.806646 0.238301 0.39051 0 0 0 +1513 15 0.702035 0.36082 0.362576 0 0 0 +1514 16 0.734887 0.352071 0.373802 0 0 0 +1515 16 0.687156 0.377536 0.390522 0 0 0 +1516 15 0.813842 0.390411 0.480732 0 0 0 +244 15 0.04038 0.641538 0.0557831 0 0 0 +258 16 0.0550135 0.695232 0.495724 0 0 0 +1816 15 0.912662 0.539174 0.176158 0 0 0 +1787 16 0.999606 0.562371 0.00358578 0 0 0 +1786 15 0.969928 0.582367 0.00249648 0 0 0 +1534 15 0.743079 0.614104 0.0346006 0 0 0 +1535 16 0.752382 0.579806 0.0389472 0 0 0 +1536 16 0.773022 0.632471 0.0415199 0 0 0 +1537 15 0.585582 0.462669 0.117885 0 0 0 +1538 16 0.56842 0.440739 0.140387 0 0 0 +1539 16 0.56636 0.461402 0.0877085 0 0 0 +1540 15 0.665623 0.511035 0.25191 0 0 0 +1541 16 0.679005 0.484916 0.272416 0 0 0 +1542 16 0.659543 0.538044 0.27461 0 0 0 +1543 15 0.66305 0.586326 0.325173 0 0 0 +1544 16 0.665267 0.621655 0.319817 0 0 0 +1545 16 0.660706 0.582767 0.360721 0 0 0 +1764 16 0.941236 0.476674 0.305382 0 0 0 +1137 16 0.53164 0.109437 0.113193 0 0 0 +1555 15 0.820469 0.636362 0.101513 0 0 0 +1556 16 0.853353 0.632101 0.0880116 0 0 0 +1557 16 0.817968 0.611434 0.127089 0 0 0 +1558 15 0.712298 0.568291 0.168125 0 0 0 +1559 16 0.690033 0.546562 0.185843 0 0 0 +1560 16 0.744999 0.556164 0.176208 0 0 0 +1561 15 0.699836 0.668094 0.25025 0 0 0 +1562 16 0.729136 0.66987 0.229753 0 0 0 +1563 16 0.673708 0.65847 0.227745 0 0 0 +1564 15 0.779752 0.719324 0.367726 0 0 0 +1565 16 0.761487 0.741315 0.346173 0 0 0 +1566 16 0.783361 0.689153 0.348792 0 0 0 +1815 16 0.978219 0.656658 0.259023 0 0 0 +1576 15 0.808004 0.658206 0.198776 0 0 0 +1577 16 0.825019 0.631073 0.214779 0 0 0 +1578 16 0.831363 0.670405 0.174542 0 0 0 +1579 15 0.899541 0.731696 0.183786 0 0 0 +1580 16 0.930084 0.750083 0.187071 0 0 0 +1581 16 0.908725 0.702193 0.165704 0 0 0 +1582 15 0.798315 0.754637 0.230304 0 0 0 +1583 16 0.803167 0.720511 0.22063 0 0 0 +1584 16 0.818546 0.758634 0.259569 0 0 0 +1423 15 0.604212 0.91485 0.039799 0 -1 0 +806 16 0.218509 0.0870599 0.372902 0 0 0 +623 16 0.332621 0.198305 0.0427959 0 0 0 +878 16 0.474814 0.507149 0.110946 0 0 0 +1769 16 0.743598 0.577023 0.393355 0 0 0 +1768 15 0.76902 0.552106 0.389527 0 0 0 +1597 15 0.689498 0.651693 0.119463 0 0 0 +1598 16 0.708309 0.646424 0.0894611 0 0 0 +1599 16 0.697242 0.623405 0.139997 0 0 0 +1600 15 0.985518 0.787357 0.193357 0 0 0 +1601 16 0.0178248 0.802585 0.190882 1 0 0 +1602 16 0.962781 0.812687 0.182256 0 0 0 +1603 15 0.629278 0.776812 0.250062 0 0 0 +1604 16 0.64287 0.748136 0.266635 0 0 0 +1605 16 0.639827 0.773347 0.216026 0 0 0 +1606 15 0.753671 0.674366 0.468359 0 0 0 +1607 16 0.764154 0.683971 0.435501 0 0 0 +396 16 0.0498349 0.210193 0.493532 0 0 0 +1814 16 0.992783 0.651411 0.204557 0 0 0 +1797 16 0.880357 0.593492 0.396084 0 0 0 +1624 15 0.760298 0.806816 0.1143 0 0 0 +1625 16 0.77407 0.828834 0.138943 0 0 0 +1626 16 0.78805 0.786934 0.103514 0 0 0 +1627 15 0.907787 0.866954 0.175992 0 0 0 +1628 16 0.918902 0.87657 0.208638 0 0 0 +1629 16 0.872148 0.865068 0.178838 0 0 0 +1630 15 0.93592 0.875483 0.289524 0 0 0 +1631 16 0.920431 0.905332 0.301807 0 0 0 +1632 16 0.968376 0.87534 0.304637 0 0 0 +1633 15 0.75248 0.806738 0.443464 0 0 0 +1634 16 0.743468 0.832275 0.420045 0 0 0 +1635 16 0.75792 0.777626 0.423347 0 0 0 +1506 16 0.801776 0.498324 0.225783 0 0 0 +1810 15 0.915273 0.655607 0.056923 0 0 0 +1651 15 0.833158 0.0294862 0.0394906 0 0 0 +138 16 0.0013581 0.271263 0.0252046 0 0 0 +1653 16 0.845205 0.0108831 0.0676073 0 0 0 +1654 15 0.881651 0.987849 0.144656 0 -1 0 +1655 16 0.850942 0.970683 0.151296 0 -1 0 +1656 16 0.906919 0.966897 0.15895 0 -1 0 +1657 15 0.962291 0.0119131 0.307359 0 0 0 +1658 16 0.93034 0.0115939 0.323507 0 0 0 +1659 16 0.959589 0.0376529 0.282622 0 0 0 +1660 15 0.885399 0.943322 0.362106 0 -1 0 +1661 16 0.874091 0.9446 0.396052 0 -1 0 +1662 16 0.862639 0.964427 0.344264 0 -1 0 +1813 15 0.991363 0.633224 0.235363 0 0 0 +1448 16 0.730224 0.902753 0.0426822 0 -1 1 +1678 15 0.815358 0.144986 0.100615 0 0 0 +1679 16 0.812058 0.109579 0.0964675 0 0 0 +1680 16 0.828945 0.148943 0.133502 0 0 0 +1681 15 0.876568 0.064947 0.214658 0 0 0 +1682 16 0.878823 0.0362931 0.193313 0 0 0 +1683 16 0.894571 0.0905392 0.19726 0 0 0 +1684 15 0.835434 0.0252918 0.309549 0 0 0 +1685 16 0.846555 0.0420851 0.279951 0 0 0 +1686 16 0.800187 0.0211643 0.304822 0 0 0 +1687 15 0.884773 0.0822179 0.382865 0 0 0 +1688 16 0.914933 0.0638277 0.388692 0 0 0 +1689 16 0.864757 0.0604662 0.362666 0 0 0 +1069 15 0.500616 0.749709 0.477389 0 0 0 +1767 16 0.868201 0.418156 0.330287 0 0 0 +1705 15 0.817717 0.202034 0.225279 0 0 0 +1706 16 0.792322 0.209043 0.201036 0 0 0 +1707 16 0.807124 0.171572 0.240824 0 0 0 +1708 15 0.876766 0.259049 0.304033 0 0 0 +1709 16 0.900078 0.246303 0.32803 0 0 0 +1710 16 0.860456 0.229951 0.291031 0 0 0 +1711 15 0.932113 0.172795 0.31557 0 0 0 +1712 16 0.945046 0.197931 0.337541 0 0 0 +1713 16 0.929426 0.143526 0.336011 0 0 0 +340 15 0.159576 0.980581 0.456723 0 -1 0 +433 15 0.0216065 0.393169 0.0245966 0 0 0 +1649 16 0.659163 0.988325 0.109833 0 -1 0 +1729 15 0.778153 0.332792 0.0233504 0 0 0 +1811 16 0.935682 0.629941 0.0425522 0 0 0 +1250 16 0.620325 0.983731 0.0338993 0 -1 0 +1732 15 0.912253 0.433423 0.217185 0 0 0 +1733 16 0.915417 0.410396 0.189955 0 0 0 +1734 16 0.90284 0.413077 0.245099 0 0 0 +1735 15 0.918804 0.344583 0.270031 0 0 0 +1736 16 0.948636 0.329887 0.256771 0 0 0 +1737 16 0.900716 0.317062 0.284072 0 0 0 +1738 15 0.801022 0.323948 0.374095 0 0 0 +1739 16 0.815657 0.322888 0.406751 0 0 0 +1740 16 0.819917 0.348818 0.356595 0 0 0 +1763 16 0.903815 0.484333 0.347181 0 0 0 +1235 16 0.522027 0.830806 0.461021 0 0 0 +1838 16 0.827094 0.707852 0.084894 0 0 0 +422 16 0.114858 0.430997 0.490275 0 0 0 +1770 16 0.754495 0.527746 0.367679 0 0 0 +1759 15 0.813834 0.533626 0.158163 0 0 0 +1760 16 0.787372 0.525307 0.135528 0 0 0 +1761 16 0.842056 0.515157 0.146155 0 0 0 +1762 15 0.927646 0.460832 0.33447 0 0 0 +341 16 0.152571 0.946823 0.466376 0 -1 0 +1008 16 0.332968 0.129146 0.394236 0 0 0 +585 16 0.276592 0.00814318 0.42639 0 0 0 +829 15 0.318699 0.350537 0.452498 0 0 0 +1408 15 0.65441 0.774237 0.476545 0 0 0 +1452 16 0.700706 0.115841 0.14596 0 0 0 +915 16 0.349329 0.736665 0.0299913 0 0 0 +1663 15 0.84192 0.939959 0.456366 0 -1 0 +1741 15 0.887964 0.451564 0.473429 0 0 0 +1031 16 0.282911 0.176893 0.497705 0 0 0 +1574 16 0.745847 0.791024 0.0554959 0 0 0 +893 16 0.408112 0.520299 0.0571685 0 0 1 +1018 15 0.379937 0.331616 0.107284 0 0 0 +1010 16 0.431666 0.11459 0.474055 0 0 0 +913 15 0.328806 0.716354 0.0511576 0 0 0 +892 15 0.374146 0.525755 0.0670846 0 0 1 +900 16 0.467365 0.624671 0.0175318 0 0 0 +245 16 0.055489 0.665593 0.0339925 0 0 0 +846 16 0.42644 0.319114 0.0173937 0 0 0 +894 16 0.361679 0.493085 0.0747667 0 0 1 +1547 16 0.804751 0.522528 0.497158 0 0 0 +476 16 0.170908 0.539754 0.483171 0 0 0 +899 16 0.43804 0.672218 0.00828787 0 0 0 +1084 15 0.457444 0.8455 0.0149101 0 0 0 +1214 16 0.577367 0.601827 0.495589 0 0 0 +1094 16 0.361569 0.840347 0.499422 0 0 0 +775 15 0.245629 0.831117 0.498187 0 0 0 +434 16 0.0503564 0.395261 0.00336407 0 0 0 +1371 16 0.629872 0.716223 0.00290788 0 0 0 +543 16 0.128806 0.921695 0.00158336 0 0 0 +554 16 0.136999 0.753942 0.492084 0 0 0 +256 15 0.0227387 0.710567 0.497947 0 0 0 +1398 16 0.589764 0.787228 0.00505988 0 0 0 +776 16 0.214024 0.814944 0.493569 0 0 0 +1554 16 0.796868 0.751915 0.881332 0 0 -1 +35 5 0.492806 0.438869 0.55631 0 0 0 +36 7 0.459867 0.480231 0.571528 0 0 0 +37 1 0.445792 0.475473 0.625243 0 0 0 +38 3 0.405883 0.455852 0.637134 0 0 0 +39 10 0.488389 0.406123 0.573593 0 0 0 +40 4 0.426415 0.478146 0.548982 0 0 0 +41 4 0.480361 0.514928 0.568735 0 0 0 +42 5 0.481211 0.492194 0.657626 0 0 0 +43 6 0.475457 0.49456 0.711539 0 0 0 +44 1 0.50996 0.536019 0.729779 0 0 0 +45 3 0.493029 0.578076 0.735546 0 0 0 +46 7 0.486536 0.44535 0.739098 0 0 0 +47 8 0.439891 0.41943 0.755745 0 0 0 +48 8 0.409087 0.438808 0.792853 0 0 0 +49 8 0.426229 0.372577 0.733994 0 0 0 +50 8 0.362335 0.41495 0.800653 0 0 0 +51 8 0.38408 0.345644 0.746529 0 0 0 +52 8 0.352036 0.367904 0.780304 0 0 0 +53 10 0.513096 0.50536 0.643464 0 0 0 +54 4 0.437286 0.505723 0.718615 0 0 0 +55 4 0.511579 0.419266 0.718624 0 0 0 +56 4 0.508432 0.451692 0.77384 0 0 0 +57 11 0.418536 0.472116 0.813662 0 0 0 +58 11 0.452995 0.356458 0.708392 0 0 0 +59 11 0.337418 0.42814 0.829582 0 0 0 +60 11 0.377671 0.309272 0.730169 0 0 0 +61 11 0.317849 0.349021 0.790621 0 0 0 +62 5 0.559025 0.522669 0.737314 0 0 0 +63 6 0.599246 0.559252 0.739471 0 0 0 +64 12 0.649642 0.541009 0.711832 0 0 0 +65 3 0.664247 0.497444 0.713671 0 0 0 +66 7 0.609859 0.570389 0.794599 0 0 0 +67 7 0.639807 0.619036 0.803838 0 0 0 +68 13 0.600274 0.674432 0.788315 0 0 0 +69 2 0.648588 0.722002 0.790847 0 0 0 +70 10 0.567793 0.486427 0.737759 0 0 0 +71 4 0.58809 0.592759 0.719861 0 0 0 +72 4 0.573863 0.575823 0.814636 0 0 0 +73 4 0.627925 0.53629 0.810014 0 0 0 +74 4 0.653705 0.622375 0.842856 0 0 0 +75 4 0.673624 0.618978 0.779689 0 0 0 +76 4 0.672112 0.723152 0.756613 0 0 0 +77 4 0.631729 0.759549 0.796567 0 0 0 +78 4 0.674779 0.713778 0.822042 0 0 0 +79 14 0.676596 0.574069 0.683531 0 0 0 +80 10 0.666144 0.609976 0.682902 0 0 0 +81 10 0.705483 0.560833 0.663802 0 0 0 +1890 16 0.938631 0.945015 0.87255 0 0 0 +1822 15 0.91925 0.698505 0.505772 0 0 0 +887 16 0.581466 0.712733 0.868464 0 0 -1 +1373 16 0.643627 0.544302 0.540015 0 0 0 +100 15 0.0586192 0.977126 0.537568 0 -1 0 +101 16 0.0471084 0.991559 0.568243 0 -1 0 +102 16 0.0930708 0.986652 0.535538 0 -1 0 +103 15 0.994465 0.10755 0.714395 -1 0 0 +104 16 0.959109 0.104214 0.718929 -1 0 0 +105 16 0.00874321 0.0913978 0.742979 0 0 0 +106 15 0.102358 0.984155 0.806293 0 -1 0 +107 16 0.0850867 0.974083 0.776594 0 -1 0 +108 16 0.106829 0.953833 0.824797 0 -1 0 +764 16 0.301299 0.87367 0.929368 0 0 -1 +937 15 0.397401 0.933235 0.959136 0 0 -1 +124 15 0.0010392 0.0940364 0.564409 0 0 0 +125 16 0.987388 0.127049 0.566769 -1 0 0 +126 16 0.034737 0.0990243 0.553393 0 0 0 +127 15 0.00372055 0.00723949 0.626564 0 0 0 +128 16 0.968363 0.00355382 0.630805 -1 0 0 +129 16 0.00765493 0.0395658 0.611688 0 0 0 +130 15 0.986287 0.294587 0.836172 -1 0 0 +131 16 0.992611 0.324895 0.854148 -1 0 0 +132 16 0.0186396 0.283544 0.825533 0 0 0 +133 15 0.981532 0.211263 0.926232 -1 0 0 +134 16 0.979172 0.227501 0.894412 -1 0 0 +135 16 0.00948646 0.189135 0.922966 0 0 0 +1690 15 0.829544 0.042887 0.514509 0 0 0 +1743 16 0.892185 0.453932 0.508902 0 0 0 +151 15 0.0407715 0.245625 0.654946 0 0 0 +152 16 0.0558912 0.277053 0.663033 0 0 0 +153 16 0.0667701 0.221561 0.66012 0 0 0 +154 15 0.973267 0.218048 0.725225 -1 0 0 +155 16 0.992206 0.230381 0.697459 -1 0 0 +156 16 0.997064 0.200102 0.74506 -1 0 0 +157 15 0.92212 0.308534 0.726516 -1 0 0 +158 16 0.94792 0.31959 0.748739 -1 0 0 +159 16 0.928791 0.273697 0.721645 -1 0 0 +160 15 0.863942 0.423008 0.956981 -1 0 0 +161 16 0.839583 0.430248 0.9822 -1 0 0 +162 16 0.864242 0.387275 0.954786 -1 0 0 +924 16 0.352276 0.623152 0.540573 0 0 0 +1202 16 0.479981 0.508246 0.985188 0 0 -1 +178 15 0.953046 0.295338 0.59411 -1 0 0 +179 16 0.92397 0.288258 0.613764 -1 0 0 +180 16 0.980489 0.284918 0.614606 -1 0 0 +181 15 0.98295 0.399071 0.656713 -1 0 0 +182 16 0.980477 0.400446 0.692403 -1 0 0 +183 16 0.973814 0.365475 0.648371 -1 0 0 +184 15 0.0809214 0.351425 0.777114 0 0 0 +185 16 0.106992 0.329436 0.788003 0 0 0 +186 16 0.0937709 0.384284 0.783194 0 0 0 +187 15 0.90221 0.44532 0.794003 -1 0 0 +188 16 0.923335 0.417391 0.786552 -1 0 0 +189 16 0.923339 0.468042 0.811865 -1 0 0 +191 16 0.964627 0.44615 0.90082 -1 0 -1 +110 16 0.934528 0.166747 0.945891 -1 0 -1 +542 16 0.0810482 0.951973 0.998634 0 0 -1 +165 16 0.847069 0.292184 0.934372 -1 0 -1 +208 15 0.0152371 0.495414 0.680982 0 0 0 +209 16 0.991432 0.508333 0.657568 -1 0 0 +210 16 0.0136735 0.459903 0.676703 0 0 0 +211 15 0.986457 0.386909 0.760502 -1 0 0 +212 16 0.00412983 0.416746 0.769401 0 0 0 +213 16 0.0086519 0.360303 0.769518 0 0 0 +214 15 0.960208 0.524325 0.83462 -1 0 0 +215 16 0.994808 0.515159 0.833825 -1 0 0 +216 16 0.959701 0.556027 0.851248 -1 0 0 +1889 16 0.978252 0.904822 0.867978 0 0 0 +1622 16 0.761078 0.972426 0.981689 0 0 -1 +232 15 0.944473 0.556216 0.620169 -1 0 0 +233 16 0.944826 0.575323 0.589894 -1 0 0 +234 16 0.949436 0.580395 0.646101 -1 0 0 +235 15 0.0740639 0.36853 0.571507 0 0 0 +236 16 0.09281 0.355045 0.544147 0 0 0 +237 16 0.0418224 0.375636 0.557657 0 0 0 +238 15 0.970978 0.620834 0.787518 -1 0 0 +239 16 0.977458 0.585625 0.787126 -1 0 0 +240 16 0.935818 0.62342 0.793749 -1 0 0 +241 15 0.0116354 0.614831 0.892847 0 0 0 +242 16 0.0276217 0.640038 0.873079 0 0 0 +243 16 0.0378517 0.601429 0.913216 0 0 0 +864 16 0.318093 0.472265 0.95199 0 0 -1 +259 15 0.948014 0.603573 0.530494 -1 0 0 +1675 15 0.807316 0.12458 0.964381 0 0 -1 +97 15 0.935991 0.0388231 0.511152 -1 0 0 +262 15 0.961586 0.627796 0.685039 -1 0 0 +263 16 0.971855 0.63008 0.71926 -1 0 0 +264 16 0.990101 0.638742 0.666361 -1 0 0 +265 15 0.0295832 0.717318 0.766838 0 0 0 +266 16 0.00932493 0.688601 0.773669 0 0 0 +267 16 0.0627044 0.704253 0.763093 0 0 0 +268 15 0.924861 0.667464 0.943809 -1 0 0 +269 16 0.912863 0.648577 0.971756 -1 0 0 +270 16 0.946267 0.644811 0.926192 -1 0 0 +286 15 0.0257616 0.794341 0.561892 0 0 0 +287 16 0.0356576 0.806403 0.594115 0 0 0 +288 16 0.0388861 0.818419 0.538875 0 0 0 +289 15 0.0448802 0.656499 0.638804 0 0 0 +290 16 0.053841 0.622785 0.630753 0 0 0 +291 16 0.0736014 0.675838 0.629701 0 0 0 +292 15 0.0399324 0.812916 0.714794 0 0 0 +293 16 0.0280286 0.829308 0.744313 0 0 0 +294 16 0.0526931 0.781566 0.726463 0 0 0 +295 15 0.978157 0.829586 0.907022 -1 0 0 +296 16 0.00378379 0.827601 0.8821 0 0 0 +297 16 0.985233 0.802508 0.929348 -1 0 0 +863 16 0.275252 0.435816 0.94549 0 0 -1 +313 15 0.138887 0.854071 0.579472 0 0 0 +314 16 0.145471 0.855149 0.614647 0 0 0 +315 16 0.147328 0.88683 0.567753 0 0 0 +316 15 0.128757 0.860737 0.693254 0 0 0 +317 16 0.139858 0.880611 0.720887 0 0 0 +318 16 0.0965405 0.848712 0.703216 0 0 0 +319 15 0.988238 0.932377 0.750584 -1 0 0 +320 16 0.979515 0.937272 0.784959 -1 0 0 +321 16 0.959466 0.916687 0.736169 -1 0 0 +322 15 0.112489 0.902838 0.883447 0 0 0 +323 16 0.119076 0.901432 0.91861 0 0 0 +324 16 0.106892 0.868763 0.873995 0 0 0 +1888 15 0.96514 0.933676 0.851326 0 0 0 +475 15 0.147367 0.546867 0.509189 0 0 0 +1788 16 0.945968 0.561947 0.985447 0 0 -1 +1086 16 0.444942 0.842129 0.981532 0 0 -1 +343 15 0.154939 0.0470626 0.551208 0 0 0 +344 16 0.128161 0.0708136 0.551969 0 0 0 +345 16 0.18365 0.0655586 0.561948 0 0 0 +346 15 0.100439 0.235859 0.790154 0 0 0 +347 16 0.122996 0.222637 0.814612 0 0 0 +348 16 0.0925185 0.207918 0.769216 0 0 0 +349 15 0.166571 0.0612663 0.799105 0 0 0 +350 16 0.152458 0.0283995 0.800658 0 0 0 +351 16 0.183131 0.0624343 0.767385 0 0 0 +1265 16 0.700547 0.00158821 0.579467 0 0 0 +354 16 0.106805 0.149143 0.97788 0 0 -1 +367 15 0.09023 0.129613 0.550627 0 0 0 +368 16 0.0800596 0.148099 0.521703 0 0 0 +369 16 0.105807 0.153923 0.571796 0 0 0 +370 15 0.0924667 0.162796 0.715647 0 0 0 +371 16 0.0742042 0.138832 0.696309 0 0 0 +372 16 0.126166 0.150709 0.715418 0 0 0 +373 15 0.146838 0.15591 0.845151 0 0 0 +374 16 0.141255 0.127044 0.824722 0 0 0 +375 16 0.18186 0.155044 0.852534 0 0 0 +376 15 0.0833693 0.184527 0.920324 0 0 0 +377 16 0.094991 0.214451 0.936175 0 0 0 +378 16 0.10533 0.180046 0.892406 0 0 0 +1677 16 0.780102 0.118049 0.942054 0 0 -1 +1517 16 0.799331 0.367395 0.504001 0 0 0 +137 16 0.990454 0.258555 0.971114 -1 0 -1 +397 15 0.141521 0.213987 0.595919 0 0 0 +398 16 0.151479 0.24153 0.61651 0 0 0 +399 16 0.142754 0.22684 0.562526 0 0 0 +400 15 0.236751 0.223152 0.762931 0 0 0 +401 16 0.219036 0.242326 0.787432 0 0 0 +402 16 0.271269 0.227464 0.771398 0 0 0 +403 15 0.130326 0.303183 0.89404 0 0 0 +404 16 0.129719 0.286279 0.925593 0 0 0 +405 16 0.103163 0.32644 0.895793 0 0 0 +421 15 0.122687 0.448339 0.520603 0 0 0 +949 15 0.347493 0.739753 0.580963 0 0 0 +423 16 0.121487 0.423082 0.545949 0 0 0 +424 15 0.0966417 0.331845 0.665791 0 0 0 +425 16 0.0874112 0.35843 0.687921 0 0 0 +426 16 0.0900084 0.344711 0.633046 0 0 0 +427 15 0.150172 0.410056 0.839133 0 0 0 +428 16 0.168435 0.405305 0.869557 0 0 0 +429 16 0.154432 0.444759 0.831431 0 0 0 +430 15 0.0493321 0.356676 0.933397 0 0 0 +431 16 0.0316345 0.331755 0.952038 0 0 0 +432 16 0.0236429 0.376447 0.9182 0 0 0 +1177 15 0.574294 0.234831 0.543691 0 0 0 +1887 16 0.910245 0.844049 0.743243 0 0 0 +886 15 0.547729 0.711042 0.880327 0 0 -1 +109 15 0.914307 0.137459 0.949781 -1 0 -1 +646 15 0.265909 0.269503 0.954416 0 0 -1 +451 15 0.193251 0.367215 0.580425 0 0 0 +452 16 0.166968 0.343178 0.584065 0 0 0 +453 16 0.200676 0.377533 0.613894 0 0 0 +454 15 0.0421701 0.472215 0.80453 0 0 0 +455 16 0.0517866 0.496761 0.780306 0 0 0 +456 16 0.0665425 0.475278 0.830575 0 0 0 +457 15 0.113547 0.501069 0.880255 0 0 0 +458 16 0.148182 0.500803 0.889316 0 0 0 +459 16 0.0989241 0.525972 0.901416 0 0 0 +1552 15 0.766443 0.757982 0.863463 0 0 -1 +1594 15 0.835181 0.807343 0.99433 0 0 -1 +353 16 0.0907908 0.0963591 0.990673 0 0 -1 +300 16 0.971474 0.973354 0.930153 -1 0 -1 +478 15 0.189968 0.351631 0.771489 0 0 0 +479 16 0.20982 0.331498 0.793451 0 0 0 +480 16 0.171173 0.372882 0.793327 0 0 0 +481 15 0.103823 0.678287 0.881984 0 0 0 +482 16 0.0992953 0.665743 0.848759 0 0 0 +483 16 0.125589 0.70644 0.878061 0 0 0 +484 15 0.0749837 0.710107 0.977543 0 0 0 +485 16 0.0924666 0.695793 0.949772 0 0 0 +486 16 0.0431206 0.719518 0.964204 0 0 0 +492 16 0.190897 0.767381 0.98584 0 0 -1 +792 16 0.434529 0.986809 0.923901 0 -1 -1 +502 15 0.0829808 0.561115 0.607855 0 0 0 +503 16 0.0726239 0.532067 0.62604 0 0 0 +504 16 0.118724 0.559128 0.607367 0 0 0 +505 15 0.0742972 0.550245 0.749536 0 0 0 +506 16 0.106712 0.549255 0.734369 0 0 0 +507 16 0.0521311 0.538187 0.724139 0 0 0 +508 15 0.109323 0.648126 0.776954 0 0 0 +509 16 0.0981395 0.616376 0.764762 0 0 0 +510 16 0.145049 0.646131 0.775737 0 0 0 +511 15 0.153936 0.761071 0.858091 0 0 0 +512 16 0.184317 0.75761 0.839469 0 0 0 +513 16 0.164094 0.758782 0.892345 0 0 0 +176 16 0.0483388 0.27917 0.521694 0 0 0 +529 15 0.133579 0.705263 0.618704 0 0 0 +530 16 0.151431 0.679871 0.600863 0 0 0 +531 16 0.159073 0.727122 0.631114 0 0 0 +532 15 0.141658 0.760324 0.713577 0 0 0 +533 16 0.159137 0.783052 0.692135 0 0 0 +534 16 0.124224 0.738482 0.6912 0 0 0 +535 15 0.243053 0.77149 0.784883 0 0 0 +536 16 0.210005 0.780712 0.774659 0 0 0 +537 16 0.264153 0.782703 0.758222 0 0 0 +538 15 0.0673893 0.807085 0.828827 0 0 0 +539 16 0.0449049 0.779224 0.828943 0 0 0 +540 16 0.0994685 0.792758 0.835714 0 0 0 +911 16 0.364267 0.414317 0.986664 0 0 0 +566 16 0.195468 0.902144 0.972494 0 0 0 +556 15 0.184499 0.945035 0.556652 0 0 0 +557 16 0.178459 0.979685 0.563334 0 0 0 +558 16 0.220118 0.941703 0.558042 0 0 0 +559 15 0.281976 0.0203126 0.679313 0 1 0 +560 16 0.268252 0.0339918 0.649208 0 1 0 +561 16 0.253616 0.0078134 0.697236 0 1 0 +562 15 0.0636368 0.983596 0.708433 0 0 0 +563 16 0.0413226 0.960131 0.723704 0 0 0 +564 16 0.0444787 0.998313 0.682011 0 0 0 +565 15 0.183472 0.869284 0.964874 0 0 0 +952 15 0.389232 0.962149 0.570013 0 0 0 +888 16 0.534035 0.682082 0.86434 0 0 -1 +1783 15 0.896326 0.529325 0.960533 0 0 -1 +257 16 0.0278924 0.739382 0.518559 0 0 0 +611 16 0.192128 0.303832 0.510756 0 0 0 +394 15 0.08317 0.217826 0.504128 0 0 0 +586 15 0.238861 0.0774485 0.590754 0 0 0 +587 16 0.241389 0.110047 0.605339 0 0 0 +588 16 0.269459 0.0733263 0.57263 0 0 0 +589 15 0.313478 0.963304 0.758126 0 -1 0 +590 16 0.306227 0.983243 0.729289 0 -1 0 +591 16 0.297325 0.980375 0.785135 0 -1 0 +592 15 0.284439 0.00522506 0.849482 0 0 0 +593 16 0.269911 0.0125363 0.881376 0 0 0 +594 16 0.299731 0.0359619 0.839326 0 0 0 +1784 16 0.873085 0.539371 0.935222 0 0 -1 +610 15 0.15952 0.289422 0.514051 0 0 0 +1691 16 0.862417 0.0328172 0.504522 0 0 0 +30 1 0.527691 0.438015 0.523064 0 0 0 +613 15 0.328851 0.0711444 0.541897 0 0 0 +607 15 0.2159 0.159192 0.507023 0 0 0 +615 16 0.344813 0.0999711 0.527898 0 0 0 +616 15 0.306577 0.12813 0.724851 0 0 0 +617 16 0.278769 0.122477 0.703021 0 0 0 +618 16 0.320931 0.15884 0.713333 0 0 0 +619 15 0.240738 0.180441 0.879385 0 0 0 +620 16 0.27639 0.177538 0.877889 0 0 0 +621 16 0.234932 0.209442 0.899559 0 0 0 +637 15 0.263486 0.181233 0.613615 0 0 0 +638 16 0.284748 0.205324 0.629405 0 0 0 +639 16 0.265882 0.188678 0.578678 0 0 0 +640 15 0.19903 0.15597 0.694788 0 0 0 +641 16 0.214724 0.168938 0.665338 0 0 0 +642 16 0.215262 0.172932 0.721818 0 0 0 +643 15 0.230178 0.294213 0.853461 0 0 0 +644 16 0.25084 0.298345 0.882405 0 0 0 +645 16 0.196724 0.294432 0.866208 0 0 0 +1886 16 0.870642 0.873925 0.770543 0 0 0 +661 15 0.286843 0.311971 0.651583 0 0 0 +662 16 0.254884 0.297189 0.658054 0 0 0 +663 16 0.289742 0.311821 0.615899 0 0 0 +664 15 0.182134 0.394927 0.935831 0 0 0 +665 16 0.168745 0.414724 0.962487 0 0 0 +666 16 0.17038 0.361773 0.942495 0 0 0 +1885 15 0.893585 0.875739 0.743118 0 0 0 +1884 16 0.0372881 0.917954 0.517318 1 0 0 +682 15 0.304037 0.412011 0.665891 0 0 0 +683 16 0.30231 0.376367 0.66876 0 0 0 +595 15 0.234401 0.133176 0.989213 0 0 -1 +685 15 0.187104 0.283558 0.674865 0 0 0 +686 16 0.154533 0.29806 0.671613 0 0 0 +687 16 0.192776 0.282059 0.710183 0 0 0 +1758 16 0.754003 0.443552 0.986371 0 0 -1 +1357 15 0.646064 0.486543 0.983922 0 0 -1 +260 16 0.983554 0.601005 0.527015 -1 0 0 +219 16 0.0809398 0.544661 0.978299 0 0 -1 +1715 16 0.960965 0.212122 0.584459 0 0 0 +700 15 0.186109 0.506869 0.625354 0 0 0 +701 16 0.179995 0.474119 0.638462 0 0 0 +702 16 0.218138 0.515968 0.638511 0 0 0 +703 15 0.203033 0.414242 0.678916 0 0 0 +704 16 0.195618 0.401579 0.711571 0 0 0 +705 16 0.238518 0.410693 0.675757 0 0 0 +706 15 0.214904 0.488784 0.895854 0 0 0 +707 16 0.233402 0.465015 0.876499 0 0 0 +708 16 0.229466 0.520414 0.88753 0 0 0 +709 15 0.252251 0.584319 0.90442 0 0 0 +710 16 0.248359 0.588891 0.939714 0 0 0 +711 16 0.250573 0.617404 0.890844 0 0 0 +450 16 0.217103 0.478389 0.5633 0 0 0 +724 15 0.178112 0.634516 0.563323 0 0 0 +939 16 0.381779 0.94416 0.989441 0 0 -1 +726 16 0.165759 0.604205 0.548817 0 0 0 +727 15 0.212513 0.663497 0.769061 0 0 0 +728 16 0.215194 0.679831 0.737316 0 0 0 +729 16 0.245829 0.663824 0.782165 0 0 0 +730 15 0.189888 0.563581 0.721582 0 0 0 +731 16 0.222097 0.552677 0.710383 0 0 0 +732 16 0.195561 0.596452 0.734585 0 0 0 +733 15 0.301137 0.680744 0.870979 0 0 0 +734 16 0.330316 0.693693 0.887186 0 0 0 +735 16 0.305256 0.689717 0.836566 0 0 0 +1823 16 0.954349 0.705564 0.505703 0 0 0 +751 15 0.217918 0.756395 0.633337 0 0 0 +752 16 0.244353 0.732621 0.637547 0 0 0 +753 16 0.232519 0.782715 0.61395 0 0 0 +754 15 0.381112 0.885794 0.741436 0 0 0 +755 16 0.411083 0.900016 0.754898 0 0 0 +756 16 0.355087 0.907945 0.752104 0 0 0 +757 15 0.19605 0.937677 0.826583 0 0 0 +758 16 0.173826 0.921338 0.849406 0 0 0 +759 16 0.227103 0.939815 0.844271 0 0 0 +760 15 0.362442 0.766218 0.967109 0 0 0 +761 16 0.382232 0.742524 0.948979 0 0 0 +762 16 0.344068 0.783745 0.941871 0 0 0 +1883 16 0.993229 0.883049 0.524154 0 0 0 +164 16 0.868222 0.326242 0.894387 -1 0 -1 +778 15 0.280341 0.830892 0.595285 0 0 0 +779 16 0.288299 0.826776 0.629948 0 0 0 +780 16 0.277233 0.866292 0.590932 0 0 0 +781 15 0.317014 0.804723 0.696414 0 0 0 +782 16 0.334071 0.773354 0.693802 0 0 0 +783 16 0.340177 0.826154 0.713323 0 0 0 +784 15 0.189129 0.982673 0.722973 0 0 0 +785 16 0.193052 0.966789 0.754818 0 0 0 +786 16 0.154704 0.977564 0.714574 0 0 0 +787 15 0.321971 0.822521 0.879702 0 0 0 +788 16 0.301522 0.805879 0.855482 0 0 0 +789 16 0.345457 0.841278 0.860251 0 0 0 +477 16 0.136012 0.514701 0.52006 0 0 0 +1224 16 0.469483 0.938563 0.988626 0 0 -1 +874 15 0.404206 0.577001 0.510888 0 0 0 +808 15 0.286398 0.938763 0.589287 0 -1 0 +809 16 0.321078 0.946692 0.585267 0 -1 0 +810 16 0.276106 0.957731 0.617854 0 -1 0 +811 15 0.369619 0.0659612 0.652831 0 0 0 +812 16 0.371342 0.0374964 0.631184 0 0 0 +813 16 0.340629 0.0601432 0.673017 0 0 0 +814 15 0.415025 0.0372108 0.825734 0 0 0 +815 16 0.381953 0.0507376 0.827978 0 0 0 +816 16 0.429637 0.0538485 0.797601 0 0 0 +1374 16 0.69502 0.543545 0.563775 0 0 0 +832 15 0.321708 0.264512 0.557643 0 0 0 +833 16 0.334737 0.242619 0.582797 0 0 0 +834 16 0.315753 0.243257 0.529454 0 0 0 +835 15 0.342401 0.224392 0.680225 0 0 0 +836 16 0.372168 0.222719 0.700048 0 0 0 +837 16 0.330994 0.258118 0.68399 0 0 0 +838 15 0.323756 0.0972126 0.818869 0 0 0 +839 16 0.314523 0.104555 0.785067 0 0 0 +840 16 0.326685 0.129269 0.834539 0 0 0 +841 15 0.343332 0.177066 0.892307 0 0 0 +842 16 0.363431 0.149225 0.902437 0 0 0 +843 16 0.357217 0.205016 0.90985 0 0 0 +608 16 0.191862 0.167289 0.53229 0 0 0 +859 15 0.414324 0.251991 0.910042 0 0 0 +860 16 0.440595 0.24772 0.933988 0 0 0 +861 16 0.398468 0.282668 0.919489 0 0 0 +1882 15 0.0237821 0.886833 0.50588 1 0 0 +1866 16 0.863636 0.0346431 0.89793 0 1 -1 +1716 16 0.943091 0.192696 0.534365 0 0 0 +1378 15 0.549071 0.694411 0.990207 0 0 -1 +448 15 0.235901 0.461878 0.537691 0 0 0 +1439 16 0.76434 0.98482 0.534867 0 -1 0 +1369 15 0.661152 0.721421 0.986285 0 0 -1 +901 15 0.266133 0.66173 0.656612 0 0 0 +902 16 0.279123 0.653893 0.624184 0 0 0 +903 16 0.295072 0.663983 0.67757 0 0 0 +904 15 0.460073 0.446889 0.948629 0 0 0 +905 16 0.440839 0.426654 0.971042 0 0 0 +906 16 0.454102 0.432662 0.916322 0 0 0 +907 15 0.476542 0.532242 0.895415 0 0 0 +908 16 0.478011 0.507654 0.921397 0 0 0 +909 16 0.445769 0.549597 0.901211 0 0 0 +898 15 0.447956 0.641578 0.992648 0 0 -1 +379 15 0.134903 0.252306 0.985202 0 0 -1 +1213 15 0.609688 0.599818 0.510856 0 0 0 +895 15 0.393815 0.605293 0.911656 0 0 -1 +925 15 0.357924 0.594835 0.664908 0 0 0 +926 16 0.391047 0.593729 0.651367 0 0 0 +927 16 0.337023 0.602558 0.636885 0 0 0 +928 15 0.386087 0.598039 0.767693 0 0 0 +929 16 0.373799 0.588482 0.735452 0 0 0 +930 16 0.414381 0.618835 0.760711 0 0 0 +931 15 0.487004 0.636157 0.851299 0 0 0 +932 16 0.469536 0.608788 0.866385 0 0 0 +933 16 0.484574 0.63005 0.816106 0 0 0 +934 15 0.412761 0.711412 0.887603 0 0 0 +935 16 0.440346 0.733888 0.883643 0 0 0 +936 16 0.424742 0.680168 0.874875 0 0 0 +1881 16 0.882499 0.762615 0.532397 0 0 0 +357 16 0.0481438 0.0308842 0.933991 0 0 -1 +953 16 0.403632 0.941219 0.595238 0 0 0 +950 16 0.374534 0.753138 0.561692 0 0 0 +955 15 0.320695 0.674991 0.763113 0 0 0 +956 16 0.338322 0.705381 0.756223 0 0 0 +957 16 0.34641 0.651101 0.77017 0 0 0 +958 15 0.377646 0.724361 0.689788 0 0 0 +959 16 0.389062 0.729785 0.656291 0 0 0 +960 16 0.405108 0.708215 0.706126 0 0 0 +961 15 0.378258 0.920673 0.851694 0 0 0 +962 16 0.352375 0.940582 0.837014 0 0 0 +963 16 0.404379 0.920439 0.827211 0 0 0 +614 16 0.329497 0.0468651 0.515593 0 0 0 +1052 16 0.6992 0.616823 0.986299 0 0 -1 +725 16 0.212617 0.627805 0.570114 0 0 0 +982 15 0.484396 0.985808 0.53187 0 -1 0 +983 16 0.519131 0.977154 0.531271 0 -1 0 +984 16 0.483841 0.0199672 0.542576 0 0 0 +985 15 0.451368 0.0985879 0.5819 0 0 0 +986 16 0.435171 0.102335 0.550192 0 0 0 +987 16 0.424761 0.100112 0.605806 0 0 0 +988 15 0.442528 0.0855199 0.727791 0 0 0 +989 16 0.412706 0.093172 0.70952 0 0 0 +990 16 0.460459 0.0628815 0.706632 0 0 0 +938 16 0.370263 0.922424 0.938439 0 0 -1 +1880 16 0.87964 0.798577 0.576042 0 0 0 +298 15 0.953414 0.984737 0.958894 -1 0 -1 +596 16 0.242894 0.129704 0.954607 0 0 -1 +474 16 0.0653813 0.574995 0.5281 0 0 0 +648 16 0.238987 0.286103 0.971191 0 0 -1 +922 15 0.331901 0.633823 0.568008 0 0 0 +1637 16 0.811328 0.859948 0.527054 0 0 0 +1012 15 0.418061 0.194414 0.740622 0 0 0 +1013 16 0.428357 0.160727 0.734221 0 0 0 +1014 16 0.431373 0.201868 0.77301 0 0 0 +1015 15 0.44472 0.187237 0.834775 0 0 0 +1016 16 0.447023 0.156432 0.852872 0 0 0 +1017 16 0.417182 0.204459 0.849838 0 0 0 +1879 15 0.870047 0.794852 0.541751 0 0 0 +1033 15 0.543775 0.299956 0.903118 0 0 0 +1034 16 0.531513 0.271235 0.920625 0 0 0 +1035 16 0.558413 0.320421 0.928587 0 0 0 +923 16 0.337253 0.66917 0.569947 0 0 0 +1621 15 0.778568 0.942742 0.991423 0 0 -1 +1368 16 0.761888 0.661999 0.858379 0 0 -1 +261 16 0.940391 0.637032 0.52029 -1 0 0 +325 15 0.163688 0.052541 0.917569 0 0 -1 +488 16 0.172986 0.643834 0.945934 0 0 -1 +1072 15 0.451256 0.597385 0.609595 0 0 0 +1073 16 0.480192 0.616669 0.601074 0 0 0 +1074 16 0.428786 0.602315 0.582162 0 0 0 +1075 15 0.460993 0.692475 0.748861 0 0 0 +1076 16 0.494051 0.684693 0.760191 0 0 0 +1077 16 0.449673 0.718115 0.771137 0 0 0 +1078 15 0.458471 0.784363 0.815048 0 0 0 +1079 16 0.480627 0.805298 0.796271 0 0 0 +1080 16 0.464246 0.793511 0.849176 0 0 0 +1096 15 0.437017 0.775831 0.554095 0 0 0 +1097 16 0.450463 0.808962 0.552267 0 0 0 +1098 16 0.461519 0.757196 0.572374 0 0 0 +1099 15 0.472685 0.875156 0.558585 0 0 0 +1100 16 0.505542 0.872644 0.544592 0 0 0 +1101 16 0.477205 0.893787 0.588821 0 0 0 +1102 15 0.535909 0.657745 0.657494 0 0 0 +1103 16 0.515434 0.674301 0.681751 0 0 0 +1104 16 0.568513 0.671767 0.662197 0 0 0 +1105 15 0.474928 0.927321 0.789064 0 0 0 +1106 16 0.498057 0.953485 0.796957 0 0 0 +1107 16 0.494885 0.897605 0.788378 0 0 0 +273 16 0.962833 0.723329 0.962246 -1 0 -1 +1123 15 0.527214 0.924537 0.632407 0 -1 0 +1124 16 0.546936 0.941716 0.60796 0 -1 0 +1125 16 0.549436 0.919656 0.66005 0 -1 0 +1126 15 0.561673 0.0423856 0.697264 0 0 0 +1127 16 0.590346 0.0210656 0.699519 0 0 0 +1128 16 0.534259 0.0216488 0.707273 0 0 0 +1129 15 0.448788 0.980208 0.68536 0 -1 0 +1130 16 0.470625 0.952629 0.678707 0 -1 0 +1131 16 0.429325 0.969661 0.713497 0 -1 0 +1132 15 0.554883 0.998322 0.805211 0 -1 0 +1133 16 0.563091 0.0324069 0.797958 0 0 0 +1134 16 0.552454 0.997075 0.840908 0 -1 0 +1051 15 0.676358 0.620282 0.958948 0 0 -1 +1150 15 0.585715 0.0502861 0.514577 0 0 0 +1151 16 0.565203 0.0525293 0.543834 0 0 0 +1152 16 0.617348 0.0636138 0.524749 0 0 0 +1153 15 0.546902 0.0788121 0.603198 0 0 0 +1154 16 0.511424 0.0826171 0.606127 0 0 0 +1155 16 0.557226 0.0661079 0.635038 0 0 0 +1156 15 0.57153 0.106238 0.804335 0 0 0 +1157 16 0.578571 0.131654 0.780122 0 0 0 +1158 16 0.588666 0.116989 0.833873 0 0 0 +1159 15 0.505934 0.220288 0.951197 0 0 0 +1160 16 0.531389 0.209276 0.973837 0 0 0 +1161 16 0.492028 0.190077 0.937943 0 0 0 +1209 16 0.525132 0.770665 0.9075 0 0 -1 +541 15 0.108835 0.940936 0.97894 0 0 -1 +951 16 0.325788 0.767667 0.586569 0 0 0 +1207 15 0.506228 0.799578 0.916904 0 0 -1 +326 16 0.148162 0.0384543 0.888546 0 0 -1 +1180 15 0.534487 0.150105 0.708488 0 0 0 +1181 16 0.502378 0.143296 0.722786 0 0 0 +1182 16 0.548901 0.117796 0.702998 0 0 0 +1183 15 0.525378 0.242048 0.814177 0 0 0 +1184 16 0.534259 0.2614 0.842959 0 0 0 +1185 16 0.4955 0.224834 0.823806 0 0 0 +1863 16 0.859493 0.822396 0.936782 0 0 0 +1366 15 0.75202 0.630273 0.871716 0 0 -1 +1198 15 0.448439 0.342912 0.867605 0 0 0 +1199 16 0.438375 0.346181 0.833403 0 0 0 +1200 16 0.48313 0.334216 0.865962 0 0 0 +1862 16 0.903963 0.832138 0.90311 0 0 0 +205 15 0.00214705 0.451693 0.508278 0 0 0 +1208 16 0.516264 0.806293 0.950607 0 0 -1 +819 16 0.425712 0.10721 0.960018 0 0 -1 +680 16 0.297859 0.486661 0.673842 0 0 0 +1218 16 0.680908 0.68467 0.541161 0 0 0 +1219 15 0.53699 0.689613 0.55947 0 0 0 +1220 16 0.53116 0.680512 0.593602 0 0 0 +1221 16 0.572181 0.695973 0.557762 0 0 0 +966 16 0.516626 0.0978536 0.971423 0 0 -1 +1861 15 0.86838 0.828223 0.902592 0 0 0 +1237 15 0.563809 0.80898 0.551957 0 0 0 +1238 16 0.591518 0.823425 0.569431 0 0 0 +1239 16 0.571492 0.813879 0.517335 0 0 0 +1240 15 0.553234 0.771494 0.643952 0 0 0 +1241 16 0.587574 0.768276 0.653554 0 0 0 +1242 16 0.554266 0.788642 0.612541 0 0 0 +1243 15 0.520124 0.835398 0.754162 0 0 0 +1244 16 0.524742 0.813135 0.726506 0 0 0 +1245 16 0.549654 0.855639 0.754418 0 0 0 +1246 15 0.580488 0.85083 0.856662 0 0 0 +1247 16 0.604497 0.833184 0.87651 0 0 0 +1248 16 0.548833 0.837897 0.867263 0 0 0 +1264 15 0.679229 0.0236237 0.597952 0 0 0 +1864 15 0.860719 0.999357 0.903239 0 0 -1 +1266 16 0.700998 0.0496095 0.609466 0 0 0 +1267 15 0.621996 0.965044 0.670327 0 -1 0 +1268 16 0.650015 0.946708 0.682997 0 -1 0 +1269 16 0.633396 0.978442 0.639145 0 -1 0 +1270 15 0.655994 0.989508 0.827158 0 -1 0 +1271 16 0.670997 0.0168579 0.809589 0 0 0 +1272 16 0.622806 0.98744 0.813887 0 -1 0 +1273 15 0.680292 0.961339 0.914289 0 -1 0 +1274 16 0.683118 0.926058 0.919679 0 -1 0 +1275 16 0.672967 0.964528 0.87939 0 -1 0 +647 16 0.288859 0.260969 0.980536 0 0 -1 +1291 15 0.721964 0.115863 0.587637 0 0 0 +1292 16 0.690656 0.131871 0.5809 0 0 0 +1293 16 0.745522 0.13316 0.566959 0 0 0 +1294 15 0.652736 0.147081 0.728547 0 0 0 +1295 16 0.677435 0.146713 0.702632 0 0 0 +1296 16 0.621976 0.153876 0.711534 0 0 0 +1297 15 0.70251 0.0781338 0.803481 0 0 0 +1298 16 0.687041 0.101166 0.780855 0 0 0 +1299 16 0.72481 0.0590337 0.782995 0 0 0 +1300 15 0.713109 0.0250726 0.989205 0 0 0 +1301 16 0.710527 0.00400268 0.960376 0 0 0 +490 15 0.176231 0.74292 0.9642 0 0 -1 +1318 15 0.683011 0.25924 0.542176 0 0 0 +1319 16 0.69653 0.262291 0.575187 0 0 0 +1320 16 0.65124 0.243429 0.546915 0 0 0 +1321 15 0.619373 0.146673 0.596176 0 0 0 +1322 16 0.59067 0.125475 0.599108 0 0 0 +1323 16 0.607377 0.1757 0.578993 0 0 0 +1324 15 0.560477 0.25878 0.715946 0 0 0 +1325 16 0.547102 0.232196 0.696043 0 0 0 +1326 16 0.545985 0.253922 0.74832 0 0 0 +1327 15 0.621573 0.121999 0.925834 0 0 0 +1328 16 0.598234 0.0948786 0.927075 0 0 0 +1329 16 0.607041 0.147304 0.946576 0 0 0 +1179 16 0.541749 0.249572 0.545984 0 0 0 +1345 15 0.715836 0.362538 0.514333 0 0 0 +1346 16 0.742367 0.363981 0.538329 0 0 0 +1347 16 0.703788 0.328881 0.516287 0 0 0 +1348 15 0.726869 0.279306 0.645218 0 0 0 +1349 16 0.749437 0.298419 0.665396 0 0 0 +1350 16 0.731181 0.245576 0.656419 0 0 0 +1351 15 0.647519 0.330941 0.680604 0 0 0 +1352 16 0.67129 0.306347 0.670025 0 0 0 +1353 16 0.617942 0.312204 0.68808 0 0 0 +1354 15 0.675409 0.269799 0.869164 0 0 0 +1355 16 0.673309 0.258803 0.835157 0 0 0 +1356 16 0.661126 0.302627 0.86888 0 0 0 +965 16 0.499917 0.0624076 0.93055 0 0 -1 +1785 16 0.88971 0.494489 0.965477 0 0 -1 +1081 15 0.582868 0.978726 0.942487 0 0 -1 +1703 16 0.834872 0.194386 0.96444 0 0 -1 +567 16 0.199913 0.848019 0.988522 0 0 0 +1375 15 0.553943 0.563733 0.600552 0 0 0 +1376 16 0.540079 0.583486 0.626999 0 0 0 +1377 16 0.564979 0.58766 0.576315 0 0 0 +98 16 0.955854 0.00911188 0.509038 -1 0 0 +1380 16 0.547501 0.682681 0.956418 0 0 -1 +1393 15 0.635879 0.697307 0.658685 0 0 0 +1394 16 0.649209 0.728008 0.671392 0 0 0 +1395 16 0.66454 0.679079 0.647369 0 0 0 +1359 16 0.627429 0.459014 0.997211 0 0 -1 +1411 15 0.596604 0.947108 0.556451 0 0 0 +1372 15 0.669888 0.522101 0.549981 0 0 0 +1413 16 0.620934 0.970797 0.54511 0 0 0 +1414 15 0.718164 0.933293 0.720485 0 0 0 +1415 16 0.732051 0.926762 0.68814 0 0 0 +1416 16 0.714364 0.900933 0.735323 0 0 0 +1417 15 0.616742 0.863554 0.766315 0 0 0 +1418 16 0.605916 0.841562 0.792409 0 0 0 +1419 16 0.630181 0.891941 0.783501 0 0 0 +1420 15 0.666169 0.811853 0.911826 0 0 0 +1421 16 0.684646 0.791075 0.93438 0 0 0 +1422 16 0.690165 0.822005 0.887273 0 0 0 +791 16 0.452224 0.0194975 0.881186 0 0 -1 +896 16 0.358573 0.611411 0.913174 0 0 -1 +1438 15 0.744994 0.96362 0.556269 0 -1 0 +1714 15 0.96946 0.189175 0.558325 0 0 0 +1440 16 0.748099 0.931021 0.541799 0 -1 0 +1441 15 0.812336 0.973079 0.636789 0 -1 0 +1442 16 0.79322 0.96799 0.606948 0 -1 0 +1443 16 0.834152 0.000356725 0.628929 0 0 0 +1444 15 0.80785 0.943168 0.809489 0 -1 0 +1445 16 0.781586 0.964688 0.798138 0 -1 0 +1446 16 0.833528 0.965471 0.82067 0 -1 0 +449 16 0.230344 0.427 0.543551 0 0 0 +1370 16 0.668134 0.69015 0.970313 0 0 -1 +217 15 0.0842913 0.571016 0.9543 0 0 -1 +1082 16 0.584197 0.996558 0.973504 0 0 -1 +1465 15 0.779844 0.173198 0.521364 0 0 0 +1466 16 0.770348 0.207276 0.51586 0 0 0 +597 16 0.200419 0.122095 0.99127 0 0 -1 +1468 15 0.743819 0.179997 0.686344 0 0 0 +1469 16 0.756836 0.158688 0.660688 0 0 0 +1470 16 0.770726 0.183369 0.70972 0 0 0 +1471 15 0.774873 0.024545 0.740033 0 0 0 +1472 16 0.809236 0.0189467 0.731688 0 0 0 +1473 16 0.758102 0.994724 0.729489 0 -1 0 +1474 15 0.729956 0.108559 0.895357 0 0 0 +1475 16 0.721184 0.113725 0.861033 0 0 0 +1476 16 0.698553 0.105805 0.91233 0 0 0 +1492 15 0.808359 0.304481 0.550412 0 0 0 +1493 16 0.785 0.30432 0.577544 0 0 0 +1494 16 0.83869 0.316973 0.564755 0 0 0 +1495 15 0.771792 0.367569 0.682801 0 0 0 +1496 16 0.749792 0.387664 0.662953 0 0 0 +1497 16 0.777923 0.387219 0.712093 0 0 0 +1498 15 0.655864 0.24729 0.769707 0 0 0 +1499 16 0.660788 0.211829 0.769612 0 0 0 +1500 16 0.625064 0.252122 0.752104 0 0 0 +1501 15 0.68734 0.208634 0.944893 0 0 0 +1502 16 0.675373 0.176384 0.934971 0 0 0 +1503 16 0.683153 0.229098 0.915817 0 0 0 +569 16 0.237471 0.979579 0.968766 0 -1 -1 +1519 15 0.788845 0.409672 0.580818 0 0 0 +1520 16 0.767566 0.430163 0.601046 0 0 0 +1521 16 0.811139 0.432777 0.564979 0 0 0 +1522 15 0.61029 0.415326 0.739285 0 0 0 +1523 16 0.634994 0.440621 0.733661 0 0 0 +1524 16 0.618451 0.389457 0.715917 0 0 0 +1525 15 0.709373 0.351858 0.781097 0 0 0 +1526 16 0.741519 0.362464 0.769439 0 0 0 +1527 16 0.694876 0.334793 0.753162 0 0 0 +1528 15 0.746197 0.312117 0.935153 0 0 0 +1529 16 0.737942 0.343091 0.919209 0 0 0 +1530 16 0.71941 0.290062 0.926334 0 0 0 +1731 16 0.762992 0.317346 0.994831 0 0 -1 +790 15 0.450862 0.0178951 0.916926 0 0 -1 +34 4 0.539398 0.516294 0.52302 0 0 0 +1549 15 0.703941 0.42303 0.932257 0 0 0 +1550 16 0.6802 0.398079 0.92248 0 0 0 +1551 16 0.684004 0.449823 0.945157 0 0 0 +1216 15 0.645626 0.688832 0.536732 0 0 0 +1567 15 0.63685 0.416293 0.594326 0 0 0 +1568 16 0.641615 0.380861 0.592416 0 0 0 +1569 16 0.604516 0.421788 0.579971 0 0 0 +1570 15 0.640651 0.373064 0.851183 0 0 0 +1571 16 0.664183 0.376449 0.824414 0 0 0 +1572 16 0.608806 0.379018 0.835945 0 0 0 +1860 16 0.911893 0.753585 0.782386 0 0 0 +954 16 0.416739 0.970908 0.548837 0 0 0 +1588 15 0.734018 0.657811 0.613606 0 0 0 +1589 16 0.767703 0.667514 0.606324 0 0 0 +1590 16 0.732282 0.623406 0.603857 0 0 0 +1591 15 0.650024 0.811247 0.687863 0 0 0 +1592 16 0.684972 0.806171 0.69375 0 0 0 +1593 16 0.638666 0.829533 0.71647 0 0 0 +1609 15 0.643325 0.858038 0.588055 0 0 0 +1610 16 0.672879 0.843695 0.573822 0 0 0 +765 16 0.266791 0.916901 0.941469 0 0 -1 +1612 15 0.809016 0.778701 0.632814 0 0 0 +1613 16 0.813839 0.813578 0.639303 0 0 0 +1614 16 0.841936 0.76469 0.634132 0 0 0 +1615 15 0.746266 0.745085 0.700651 0 0 0 +1616 16 0.765373 0.725964 0.724126 0 0 0 +1617 16 0.76909 0.751878 0.673918 0 0 0 +1618 15 0.828996 0.81582 0.806029 0 0 0 +1619 16 0.841543 0.784363 0.794418 0 0 0 +1620 16 0.848105 0.822782 0.835493 0 0 0 +1859 16 0.965807 0.767434 0.772012 0 0 0 +84 16 0.0680664 0.959462 0.907377 0 -1 -1 +681 16 0.312168 0.540359 0.662975 0 0 0 +568 15 0.212441 0.964655 0.947969 0 -1 -1 +1639 15 0.825588 0.877078 0.660532 0 0 0 +1640 16 0.817767 0.911993 0.659319 0 0 0 +1641 16 0.848717 0.873998 0.687685 0 0 0 +1642 15 0.745279 0.839458 0.750227 0 0 0 +1643 16 0.748647 0.805327 0.739953 0 0 0 +1644 16 0.776853 0.847524 0.765054 0 0 0 +1645 15 0.77082 0.890962 0.895417 0 0 0 +1646 16 0.77924 0.912754 0.868289 0 0 0 +1647 16 0.790915 0.861816 0.890088 0 0 0 +487 15 0.164758 0.623616 0.974312 0 0 -1 +1053 16 0.662755 0.587478 0.95441 0 0 -1 +1636 15 0.778036 0.869348 0.517831 0 0 0 +714 16 0.2361 0.70207 0.985179 0 0 -1 +1869 16 0.936506 0.851793 0.995403 0 0 -1 +83 16 0.0621502 0.989255 0.85959 0 -1 -1 +194 16 0.882821 0.324133 0.993424 -1 0 -1 +1669 15 0.970036 0.0458974 0.793049 0 0 0 +1670 16 0.954639 0.0616318 0.821283 0 0 0 +1671 16 0.995463 0.0250207 0.807169 0 0 0 +1672 15 0.898833 0.0911126 0.863142 0 0 0 +1673 16 0.872739 0.10458 0.842659 0 0 0 +1674 16 0.900034 0.112829 0.89158 0 0 0 +218 16 0.114946 0.587298 0.963072 0 0 -1 +713 16 0.263038 0.688241 0.937333 0 0 -1 +777 16 0.249976 0.832352 0.533702 0 0 0 +1178 16 0.570644 0.208749 0.519438 0 0 0 +1693 15 0.89258 0.0422104 0.606667 0 0 0 +1694 16 0.890095 0.0778307 0.604066 0 0 0 +1695 16 0.895432 0.0309151 0.572814 0 0 0 +1696 15 0.880166 0.0205176 0.742117 0 0 0 +1697 16 0.884744 0.00605919 0.709686 0 0 0 +1698 16 0.91305 0.0214664 0.756244 0 0 0 +1699 15 0.820513 0.104609 0.80797 0 0 0 +1700 16 0.823096 0.0834184 0.779229 0 0 0 +1701 16 0.790902 0.0934515 0.824716 0 0 0 +1611 16 0.647825 0.854632 0.623409 0 0 0 +1717 15 0.87504 0.196056 0.696583 0 0 0 +1718 16 0.852521 0.20217 0.723736 0 0 0 +1719 16 0.904836 0.183823 0.712215 0 0 0 +1720 15 0.862451 0.152711 0.582105 0 0 0 +1721 16 0.832729 0.165526 0.566804 0 0 0 +1722 16 0.863679 0.168699 0.614114 0 0 0 +1723 15 0.806566 0.199207 0.774486 0 0 0 +1724 16 0.80707 0.218862 0.804406 0 0 0 +1725 16 0.813865 0.165928 0.785484 0 0 0 +1726 15 0.877017 0.330239 0.824387 0 0 0 +1727 16 0.90886 0.313874 0.824457 0 0 0 +1728 16 0.869196 0.334511 0.789712 0 0 0 +1744 15 0.917889 0.458689 0.568457 0 0 0 +1745 16 0.920226 0.482221 0.595338 0 0 0 +1746 16 0.922161 0.426761 0.584083 0 0 0 +1747 15 0.86824 0.338113 0.629234 0 0 0 +1748 16 0.885756 0.340381 0.660376 0 0 0 +1749 16 0.835756 0.351448 0.636216 0 0 0 +1750 15 0.791274 0.217278 0.870616 0 0 0 +1751 16 0.785338 0.239062 0.8984 0 0 0 +1752 16 0.781265 0.184939 0.882267 0 0 0 +1753 15 0.800094 0.45084 0.873323 0 0 0 +1754 16 0.819818 0.427233 0.891637 0 0 0 +1755 16 0.766683 0.44568 0.885108 0 0 0 +1367 16 0.72973 0.638353 0.898541 0 0 -1 +1623 16 0.781536 0.92376 0.961212 0 0 -1 +555 16 0.142915 0.791362 0.534167 0 0 0 +271 15 0.98504 0.750243 0.970262 -1 0 -1 +1774 15 0.848482 0.525531 0.645403 0 0 0 +1775 16 0.847035 0.529889 0.68091 0 0 0 +1776 16 0.879736 0.540139 0.635834 0 0 0 +1777 15 0.84022 0.516367 0.751214 0 0 0 +1778 16 0.808096 0.500601 0.750108 0 0 0 +1779 16 0.862337 0.490852 0.763114 0 0 0 +1780 15 0.800019 0.410918 0.770843 0 0 0 +1781 16 0.835265 0.416931 0.769028 0 0 0 +1782 16 0.791916 0.415409 0.805425 0 0 0 +1798 15 0.764984 0.546619 0.597769 0 0 0 +1799 16 0.799565 0.541344 0.60539 0 0 0 +1800 16 0.748701 0.516696 0.608777 0 0 0 +1801 15 0.714813 0.456707 0.645086 0 0 0 +1802 16 0.688779 0.449559 0.621572 0 0 0 +1803 16 0.697582 0.467602 0.674517 0 0 0 +1804 15 0.868358 0.604506 0.807187 0 0 0 +1805 16 0.851856 0.588365 0.779821 0 0 0 +1806 16 0.852873 0.590743 0.836385 0 0 0 +1807 15 0.824602 0.546295 0.890916 0 0 0 +1808 16 0.7937 0.559827 0.878928 0 0 0 +1809 16 0.825771 0.513189 0.877339 0 0 0 +1825 15 0.832956 0.673712 0.565855 0 0 0 +1826 16 0.825113 0.643812 0.547793 0 0 0 +1827 16 0.864293 0.684445 0.55227 0 0 0 +1828 15 0.865608 0.689912 0.672094 0 0 0 +1829 16 0.891548 0.665715 0.676934 0 0 0 +1830 16 0.849535 0.679883 0.641715 0 0 0 +1831 15 0.847652 0.708075 0.776061 0 0 0 +1832 16 0.859062 0.678871 0.793345 0 0 0 +1833 16 0.848649 0.698982 0.741448 0 0 0 +1834 15 0.843491 0.724792 0.919813 0 0 0 +1835 16 0.855073 0.757161 0.929807 0 0 0 +1836 16 0.871666 0.70326 0.924744 0 0 0 +570 16 0.197543 0.992228 0.930662 0 -1 -1 +1852 15 0.728282 0.791157 0.567978 0 0 0 +1853 16 0.753069 0.812852 0.553952 0 0 0 +1854 16 0.746611 0.769559 0.589872 0 0 0 +1855 15 0.906249 0.782967 0.643031 0 0 0 +1856 16 0.899047 0.757234 0.666858 0 0 0 +1857 16 0.940062 0.792446 0.650003 0 0 0 +1858 15 0.932305 0.779609 0.768679 0 0 0 +712 15 0.262886 0.681936 0.972575 0 0 -1 +99 16 0.959119 0.0644189 0.520729 -1 0 0 +175 15 0.0218762 0.301565 0.512754 0 0 0 +684 16 0.337729 0.418576 0.655718 0 0 0 +763 15 0.293507 0.897336 0.955078 0 0 -1 +206 16 0.973534 0.462998 0.526588 -1 0 0 +678 16 0.261405 0.533351 0.529074 0 0 0 +352 15 0.114703 0.121567 0.999304 0 0 -1 +163 15 0.86388 0.323463 0.929815 -1 0 -1 +1412 16 0.614513 0.916182 0.558607 0 0 0 +82 15 0.0494118 0.986386 0.892925 0 -1 -1 +897 16 0.407219 0.623019 0.939727 0 0 -1 +192 16 0.945187 0.402751 0.931558 -1 0 -1 +553 15 0.156925 0.781744 0.502655 0 0 0 +1083 16 0.610306 0.991697 0.923495 0 0 -1 +1595 16 0.800668 0.815979 0.998328 0 0 -1 +1865 16 0.88272 0.992556 0.930652 0 0 -1 +1203 16 0.462259 0.562016 0.986148 0 0 -1 +177 16 0.992716 0.287594 0.528124 -1 0 0 +818 16 0.411981 0.0787279 0.913045 0 0 -1 +964 15 0.526877 0.083959 0.940061 0 0 -1 +190 15 0.968867 0.41098 0.905998 -1 0 -1 +679 15 0.286003 0.516452 0.657913 0 0 0 +31 3 0.545416 0.396627 0.512728 0 0 0 +817 15 0.414801 0.111889 0.926242 0 0 -1 +1553 16 0.775248 0.782358 0.838764 0 0 -1 +327 16 0.137507 0.0708002 0.933784 0 0 -1 +111 16 0.88241 0.149901 0.960247 -1 0 -1 +355 15 0.0428733 0.0558393 0.959115 0 0 -1 +862 15 0.310403 0.4373 0.95212 0 0 -1 +857 16 0.319747 0.459364 0.516201 0 0 0 +875 16 0.391331 0.544311 0.504004 0 0 0 +677 16 0.284984 0.578712 0.553418 0 0 0 +1215 16 0.61925 0.633911 0.516147 0 0 0 +1217 16 0.642568 0.717418 0.515395 0 0 0 +1676 16 0.803133 0.100811 0.990825 0 0 -1 +1587 16 0.879373 0.578562 0.514174 0 0 0 +1702 15 0.846738 0.226718 0.974219 0 0 -1 +676 15 0.26087 0.569147 0.528744 0 0 0 +299 16 0.974097 0.975651 0.986669 -1 0 -1 +528 16 0.138894 0.672214 0.518395 0 0 0 +1692 16 0.833425 0.0768209 0.525242 0 0 0 +491 16 0.143892 0.736733 0.97826 0 0 -1 +356 16 0.00798606 0.0635699 0.956909 0 0 -1 +136 15 0.000813237 0.285459 0.992342 0 0 -1 +1223 16 0.525248 0.94789 0.991715 0 0 -1 +1070 16 0.485013 0.771148 0.501444 0 0 0 +472 15 0.0474127 0.59423 0.503832 0 0 0 +1667 16 0.899499 0.852186 0.50652 0 -1 0 +573 16 0.263304 0.0758045 0.999536 0 0 -1 +ITEM: TIMESTEP +2000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.482127 27.3191 +0.477796 27.3148 +0.47406 27.3111 +ITEM: ATOMS +1 1 0.404224 0.524373 0.362448 0 0 0 +2 2 0.364265 0.561026 0.358768 0 0 0 +3 3 0.394989 0.481736 0.350359 0 0 0 +4 4 0.372733 0.590253 0.330707 0 0 0 +5 4 0.329749 0.542462 0.345452 0 0 0 +6 4 0.35904 0.580241 0.395057 0 0 0 +7 5 0.447693 0.541696 0.379588 0 0 0 +8 6 0.492728 0.512197 0.384758 0 0 0 +9 1 0.506612 0.503729 0.440818 0 0 0 +1448 16 0.698061 0.913569 0.0293788 0 -1 1 +11 7 0.535292 0.540997 0.360057 0 0 0 +12 8 0.526605 0.557514 0.306343 0 0 0 +13 8 0.530219 0.520826 0.269346 0 0 0 +14 8 0.524061 0.608059 0.288945 0 0 0 +15 8 0.528709 0.534829 0.218346 0 0 0 +16 8 0.518024 0.620891 0.238743 0 0 0 +17 8 0.524174 0.583334 0.201781 0 0 0 +18 9 0.529588 0.595163 0.151834 0 0 0 +19 10 0.453588 0.578212 0.382997 0 0 0 +20 4 0.486599 0.476473 0.367285 0 0 0 +21 4 0.542525 0.573607 0.384503 0 0 0 +22 4 0.570233 0.518925 0.362358 0 0 0 +23 11 0.534392 0.482277 0.280098 0 0 0 +24 11 0.523442 0.638145 0.315656 0 0 0 +25 11 0.532198 0.507743 0.188795 0 0 0 +26 11 0.513802 0.659451 0.22805 0 0 0 +27 10 0.528408 0.563385 0.135461 0 0 0 +28 5 0.512688 0.456356 0.456463 0 0 0 +1548 16 0.856445 0.561151 0.454146 0 0 0 +1878 16 0.931043 0.899707 0.44592 0 0 0 +1201 15 0.520714 0.440445 0.020715 0 0 0 +32 10 0.52076 0.429404 0.43221 0 0 0 +856 15 0.314664 0.497769 0.463777 0 0 0 +203 16 0.0525621 0.382908 0.471598 0 0 0 +1036 15 0.343312 0.409176 0.032471 0 0 0 +1086 16 0.313565 0.906033 0.0635659 0 0 0 +565 15 0.174065 0.886951 0.0190267 0 0 1 +896 16 0.462353 0.58675 0.0750095 0 0 0 +88 15 0.922243 0.959278 0.11915 -1 -1 0 +89 16 0.90063 0.941282 0.097222 -1 -1 0 +90 16 0.925634 0.991385 0.104001 -1 -1 0 +91 15 0.0423229 0.988835 0.344078 0 -1 0 +92 16 0.0185669 0.00951064 0.327345 0 0 0 +93 16 0.0247507 0.976142 0.372397 0 -1 0 +94 15 0.966466 0.0526136 0.315098 -1 0 0 +95 16 0.931467 0.0460161 0.313273 -1 0 0 +96 16 0.977856 0.0498389 0.281417 -1 0 0 +1533 16 0.753775 0.462651 0.130735 0 0 0 +112 15 0.973812 0.145955 0.0557034 -1 0 0 +113 16 0.941106 0.157263 0.0470824 -1 0 0 +114 16 0.995418 0.162895 0.0329422 -1 0 0 +115 15 0.021814 0.167603 0.150112 0 0 0 +116 16 0.0178871 0.19904 0.133737 0 0 0 +117 16 0.00846755 0.143822 0.12713 0 0 0 +118 15 0.0687539 0.175853 0.244024 0 0 0 +119 16 0.0776718 0.144314 0.25808 0 0 0 +120 16 0.0558448 0.167925 0.211739 0 0 0 +121 15 -0.000297658 0.137027 0.371738 0 0 0 +122 16 0.996206 0.155998 0.341743 -1 0 0 +123 16 0.994424 0.103241 0.361614 -1 0 0 +1877 16 0.902986 0.935463 0.412518 0 0 0 +139 15 0.94843 0.293127 0.152602 -1 0 0 +140 16 0.971182 0.285677 0.179036 -1 0 0 +141 16 0.918781 0.275175 0.161 -1 0 0 +142 15 0.0383264 0.288045 0.210156 0 0 0 +143 16 0.0324608 0.261756 0.23353 0 0 0 +144 16 0.0721489 0.283443 0.199827 0 0 0 +145 15 0.902622 0.31423 0.420143 -1 0 0 +146 16 0.911795 0.322853 0.453509 -1 0 0 +147 16 0.891249 0.280507 0.422429 -1 0 0 +876 16 0.430711 0.615491 0.477865 0 0 0 +1425 16 0.569541 0.952502 0.0397511 0 -1 0 +150 16 0.908258 0.195115 0.372696 -1 0 0 +1876 15 0.935068 0.920653 0.417339 0 0 0 +166 15 0.0145539 0.373698 0.129373 0 0 0 +167 16 0.0369361 0.380832 0.156205 0 0 0 +168 16 0.996932 0.34455 0.139939 -1 0 0 +169 15 0.0394618 0.393416 0.237241 0 0 0 +170 16 0.00657667 0.402409 0.247708 0 0 0 +171 16 0.0387221 0.357829 0.235033 0 0 0 +172 15 0.910915 0.416397 0.421264 -1 0 0 +222 16 0.909165 0.387307 0.0535729 -1 0 0 +85 15 0.926789 0.0536926 0.0835198 -1 0 0 +489 16 0.150922 0.568453 0.0150386 0 0 0 +1665 16 0.82042 0.974709 0.400083 0 -1 0 +1304 16 0.726907 0.361843 0.0938239 0 0 0 +1875 16 0.944218 0.828912 0.354269 0 0 0 +659 16 0.216358 0.208963 0.391481 0 0 0 +1051 15 0.654363 0.645223 0.0585396 0 0 0 +339 16 0.107345 0.994087 0.343687 0 -1 0 +1449 16 0.682853 0.872932 0.0654171 0 -1 1 +196 15 0.969113 0.452345 0.0763445 -1 0 0 +197 16 0.991178 0.480274 0.0741139 -1 0 0 +198 16 0.986481 0.428839 0.0967809 -1 0 0 +199 15 0.0145182 0.41046 0.42207 0 0 0 +200 16 0.98091 0.421087 0.416648 -1 0 0 +201 16 0.03439 0.438607 0.412867 0 0 0 +1785 16 0.784849 0.648926 0.0281087 0 0 0 +1451 16 0.74159 0.123795 0.109414 0 0 0 +1595 16 0.773612 0.739074 0.0362393 0 0 0 +1874 16 0.963501 0.881076 0.363676 0 0 0 +220 15 0.882772 0.374356 0.0737593 -1 0 0 +221 16 0.853092 0.388166 0.0596094 -1 0 0 +1757 16 0.802796 0.460881 0.0283773 0 0 0 +1177 15 0.563288 0.166739 0.498145 0 0 0 +224 16 0.868651 0.453234 0.0167416 -1 0 0 +225 16 0.923461 0.463998 0.0245811 -1 0 0 +226 15 0.94126 0.682069 0.298882 -1 0 0 +227 16 0.94908 0.648429 0.30777 -1 0 0 +228 16 0.970865 0.700439 0.306491 -1 0 0 +353 16 0.0481878 0.0660666 0.00642979 0 0 0 +173 16 0.915075 0.381369 0.416014 -1 0 0 +1862 16 0.959929 0.899942 0.0111938 0 0 1 +676 15 0.28558 0.60541 0.458677 0 0 0 +148 15 0.910365 0.212903 0.403533 -1 0 0 +247 15 0.00438008 0.667491 0.137938 0 0 0 +248 16 1.00455 0.702316 0.145621 -1 0 0 +249 16 0.0110257 0.651433 0.16908 0 0 0 +250 15 0.990581 0.554157 0.156461 -1 0 0 +251 16 0.0112056 0.537813 0.132392 0 0 0 +252 16 0.966206 0.571499 0.137046 -1 0 0 +253 15 0.0153137 0.713109 0.425318 0 0 0 +254 16 0.0411975 0.69584 0.407893 0 0 0 +255 16 0.0318111 0.740673 0.440806 0 0 0 +1009 15 0.433295 0.123101 0.465504 0 0 0 +879 16 0.578621 0.511641 0.0981364 0 0 0 +1478 16 0.804074 0.170504 0.0374834 0 0 0 +1873 15 0.974268 0.84808 0.35548 0 0 0 +581 16 0.247645 0.0461695 0.306886 0 0 0 +1206 16 0.651348 0.532569 0.176477 0 0 0 +274 15 0.106165 0.719204 0.0779332 0 0 0 +275 16 0.0711835 0.725918 0.0761817 0 0 0 +276 16 0.12025 0.74878 0.0920304 0 0 0 +277 15 0.187011 0.671273 0.280625 0 0 0 +278 16 0.176328 0.681438 0.248154 0 0 0 +279 16 0.177882 0.698375 0.301932 0 0 0 +280 15 0.103436 0.674381 0.377381 0 0 0 +281 16 0.127253 0.700825 0.379686 0 0 0 +282 16 0.121463 0.645229 0.387232 0 0 0 +283 15 0.961793 0.0229331 0.429622 -1 1 0 +284 16 0.951462 0.0358102 0.398011 -1 1 0 +285 16 0.952083 0.988625 0.428906 -1 0 0 +1424 16 0.612011 0.928028 0.0676567 0 -1 0 +898 15 0.541451 0.796012 0.104721 0 0 0 +301 15 0.0302773 0.888516 0.109827 0 0 0 +302 16 0.0025164 0.889681 0.0874715 0 0 0 +303 16 0.0225603 0.912643 0.13493 0 0 0 +304 15 0.00766421 0.931968 0.201723 0 0 0 +305 16 0.0431609 0.933291 0.204901 0 0 0 +306 16 0.997493 0.907228 0.225311 -1 0 0 +307 15 0.0641773 0.829963 0.184979 0 0 0 +308 16 0.0860249 0.852239 0.20225 0 0 0 +309 16 0.0558434 0.847165 0.154872 0 0 0 +310 15 0.0815645 0.789783 0.456011 0 0 0 +311 16 0.106508 0.815226 0.454492 0 0 0 +1596 16 0.806711 0.70099 0.0614487 0 0 0 +764 16 0.262067 0.82008 0.0056831 0 0 0 +1872 16 0.852721 0.877105 0.0740034 0 0 0 +328 15 0.119155 0.945672 0.0871332 0 -1 0 +329 16 0.139638 0.925704 0.0658361 0 -1 0 +330 16 0.0868936 0.930595 0.0852138 0 -1 0 +331 15 0.173474 0.0699036 0.0691513 0 0 0 +332 16 0.190853 0.042437 0.0544751 0 0 0 +333 16 0.140973 0.068769 0.0545151 0 0 0 +334 15 0.0685288 0.801364 0.331485 0 -1 0 +335 16 0.0393091 0.818137 0.343178 0 -1 0 +336 16 0.0933465 0.808427 0.356102 0 -1 0 +337 15 0.141276 0.00432154 0.347653 0 0 0 +338 16 0.143066 0.0165872 0.381092 0 0 0 +1303 15 0.722395 0.33642 0.0692236 0 0 0 +1871 16 0.862252 0.913929 0.0323561 0 0 0 +1731 16 0.850287 0.342918 0.138794 0 0 0 +622 15 0.468552 0.153172 0.0781651 0 0 0 +1488 16 0.761561 0.393283 0.483771 0 0 0 +358 15 0.19326 0.208277 0.189165 0 0 0 +359 16 0.207063 0.237707 0.174495 0 0 0 +360 16 0.180634 0.219091 0.220716 0 0 0 +361 15 0.152492 0.226961 0.280456 0 0 0 +362 16 0.165594 0.213866 0.310931 0 0 0 +363 16 0.12391 0.206762 0.273603 0 0 0 +364 15 0.116515 0.0859611 0.269264 0 0 0 +365 16 0.141264 0.070245 0.289569 0 0 0 +366 16 0.13089 0.0867287 0.236635 0 0 0 +1870 15 0.84847 0.911388 0.0651498 0 0 0 +1479 16 0.798504 0.223353 0.0563845 0 0 0 +588 16 0.275613 0.0956743 0.493735 0 0 0 +382 15 0.140624 0.263161 0.0803122 0 0 0 +383 16 0.175641 0.264934 0.0868297 0 0 0 +384 16 0.125321 0.273817 0.110711 0 0 0 +385 15 0.235403 0.280471 0.11678 0 0 0 +386 16 0.249831 0.303925 0.139441 0 0 0 +387 16 0.263051 0.261312 0.104934 0 0 0 +388 15 0.0951806 0.287515 0.386146 0 0 0 +389 16 0.118081 0.262423 0.397 0 0 0 +390 16 0.115393 0.316443 0.380999 0 0 0 +391 15 0.0155149 0.258879 0.44293 0 0 0 +392 16 0.00934707 0.28117 0.470076 0 0 0 +393 16 0.0477344 0.268225 0.430831 0 0 0 +678 16 0.300118 0.573611 0.451656 0 0 0 +514 15 0.282319 0.967162 0.108994 0 0 0 +1031 16 0.329138 0.250392 0.460611 0 0 0 +615 16 0.328024 0.169027 0.496211 0 0 0 +410 16 0.137353 0.40055 0.0134814 0 0 0 +1809 16 0.765325 0.549669 0.0108812 0 0 1 +412 15 0.140316 0.346751 0.188632 0 0 0 +413 16 0.137615 0.345366 0.224165 0 0 0 +414 16 0.141983 0.381578 0.181142 0 0 0 +415 15 0.974142 0.315171 0.349649 -1 0 0 +416 16 0.988139 0.345861 0.361227 -1 0 0 +417 16 0.9508 0.305879 0.374961 -1 0 0 +418 15 0.246231 0.484991 0.310944 0 0 0 +419 16 0.24718 0.506365 0.282412 0 0 0 +420 16 0.259764 0.504748 0.33737 0 0 0 +1772 16 0.850351 0.615433 0.401288 0 0 0 +436 15 0.112446 0.410316 0.0774027 0 0 0 +437 16 0.104199 0.439597 0.0960141 0 0 0 +438 16 0.090602 0.385173 0.0901495 0 0 0 +439 15 0.0846295 0.451959 0.16903 0 0 0 +440 16 0.110404 0.471797 0.183657 0 0 0 +441 16 0.064948 0.441056 0.196699 0 0 0 +442 15 0.127878 0.541812 0.421309 0 0 0 +443 16 0.104503 0.519882 0.436947 0 0 0 +444 16 0.122608 0.537049 0.386362 0 0 0 +626 16 0.275947 0.266898 0.026842 0 0 0 +342 16 0.180991 0.994109 0.474096 0 -1 0 +554 16 0.142321 0.692893 0.50313 0 0 0 +87 16 0.892593 0.0632098 0.0869641 -1 0 0 +900 16 0.535182 0.761146 0.108835 0 0 0 +463 15 0.0504801 0.512875 0.0595455 0 0 0 +464 16 0.0630371 0.493111 0.0326468 0 0 0 +465 16 0.076215 0.536738 0.0658794 0 0 0 +466 15 0.147971 0.591601 0.181951 0 0 0 +467 16 0.141325 0.617381 0.205679 0 0 0 +468 16 0.11964 0.591866 0.160292 0 0 0 +469 15 0.225992 0.567621 0.373894 0 0 0 +470 16 0.198126 0.547388 0.383161 0 0 0 +471 16 0.234222 0.585631 0.403555 0 0 0 +1202 16 0.490103 0.42248 0.017248 0 0 0 +1807 15 0.763316 0.514467 0.01623 0 0 1 +1163 16 0.684589 0.297159 -0.00628225 0 0 0 +1861 15 0.961242 0.870921 0.0318802 0 0 1 +352 15 0.081186 0.0746719 0.0168646 0 0 0 +1070 16 0.414802 0.80409 0.426921 0 0 0 +776 16 0.107761 0.902894 0.469359 0 0 0 +493 15 0.101314 0.61196 0.281654 0 0 0 +494 16 0.107489 0.577858 0.290065 0 0 0 +495 16 0.132011 0.628637 0.288827 0 0 0 +496 15 0.0201338 0.509389 0.446595 0 0 0 +497 16 -0.00178467 0.53584 0.437019 0 0 0 +498 16 0.0125488 0.503482 0.480937 0 0 0 +499 15 0.167017 0.641596 0.471904 0 0 0 +500 16 0.20151 0.641913 0.462853 0 0 0 +501 16 0.157098 0.607548 0.468139 0 0 0 +1358 16 0.562137 0.572188 0.0423525 0 0 0 +667 15 0.264817 0.530578 0.0239806 0 0 0 +517 15 0.25392 0.671476 0.133397 0 0 0 +518 16 0.229019 0.672153 0.158918 0 0 0 +519 16 0.235827 0.6767 0.103112 0 0 0 +520 15 0.15872 0.703655 0.171472 0 0 0 +521 16 0.154957 0.703371 0.13601 0 0 0 +522 16 0.164968 0.73783 0.179527 0 0 0 +523 15 0.295314 0.636008 0.287023 0 0 0 +524 16 0.265343 0.624921 0.302854 0 0 0 +525 16 0.293514 0.671599 0.288399 0 0 0 +1052 16 0.682488 0.630827 0.0750804 0 0 0 +627 16 0.236029 0.301162 0.0471872 0 0 0 +149 16 0.945348 0.215672 0.409885 -1 0 0 +607 15 0.152796 0.226003 0.48921 0 0 0 +544 15 0.150657 0.103345 0.170378 0 1 0 +545 16 0.155534 0.0994132 0.13527 0 1 0 +546 16 0.156935 0.137921 0.17646 0 1 0 +547 15 0.112867 0.922761 0.191593 0 0 0 +548 16 0.127155 0.953432 0.202861 0 0 0 +549 16 0.116047 0.923927 0.156091 0 0 0 +550 15 0.176016 0.793531 0.273456 0 0 0 +551 16 0.158858 0.814885 0.296291 0 0 0 +552 16 0.210087 0.803881 0.275416 0 0 0 +1771 15 0.87207 0.599658 0.37781 0 0 0 +624 16 0.477163 0.176944 0.0530148 0 0 0 +1518 16 0.781271 0.500533 0.467174 0 0 0 +677 16 0.303108 0.617096 0.487453 0 0 0 +1648 15 0.514757 0.969886 0.155249 0 -1 0 +1770 16 0.767671 0.657693 0.444146 0 0 0 +572 16 0.375475 0.089651 0.0174481 0 0 0 +394 15 0.0900241 0.16531 0.432466 0 0 0 +574 15 0.229428 0.940157 0.358337 0 -1 0 +575 16 0.198802 0.956626 0.350423 0 -1 0 +576 16 0.238143 0.95252 0.390632 0 -1 0 +577 15 0.257986 0.12348 0.212854 0 0 0 +578 16 0.230957 0.119608 0.189914 0 0 0 +579 16 0.248682 0.103728 0.241051 0 0 0 +580 15 0.218052 0.0553406 0.289223 0 0 0 +1532 16 0.752268 0.501843 0.0902001 0 0 0 +582 16 0.192673 0.0342433 0.302737 0 0 0 +194 16 0.850434 0.276275 0.0127078 -1 0 0 +484 15 0.00343154 0.76983 0.0490387 0 0 1 +598 15 0.278116 0.106937 0.0759798 0 0 0 +599 16 0.283581 0.0747873 0.0615446 0 0 0 +600 16 0.243572 0.107003 0.0848427 0 0 0 +601 15 0.188809 0.994191 0.160748 0 -1 0 +602 16 0.172345 0.973638 0.136699 0 -1 0 +603 16 0.179785 0.0274923 0.151723 0 0 0 +604 15 0.332636 0.157417 0.145563 0 0 0 +605 16 0.322287 0.137018 0.118202 0 0 0 +606 16 0.313676 0.145462 0.173301 0 0 0 +1452 16 0.734411 0.0690337 0.0979698 0 0 0 +223 15 0.898778 0.460472 -0.000917683 -1 0 0 +1573 15 0.740686 0.82873 0.0938377 0 0 0 +736 15 0.261378 0.811322 0.0698108 0 0 0 +1305 16 0.755185 0.330244 0.0566313 0 0 0 +1204 15 0.649648 0.513563 0.146348 0 0 0 +775 15 0.135745 0.881908 0.462411 0 0 0 +486 16 0.000641403 0.802068 0.0640301 0 0 1 +195 16 0.85118 0.314066 0.0545718 -1 0 0 +628 15 0.301704 0.316038 0.196252 0 0 0 +629 16 0.295859 0.291058 0.221025 0 0 0 +630 16 0.283911 0.344623 0.208006 0 0 0 +631 15 0.397886 0.292965 0.283039 0 0 0 +632 16 0.399354 0.328582 0.284115 0 0 0 +633 16 0.387184 0.285456 0.24986 0 0 0 +634 15 0.163073 0.331318 0.288405 0 0 0 +635 16 0.196579 0.325614 0.299207 0 0 0 +636 16 0.153624 0.300998 0.272182 0 0 0 +1607 16 0.873228 0.732309 0.479618 0 0 0 +380 16 0.112623 0.205906 0.0486383 0 0 0 +649 15 0.207031 0.451478 0.0984697 0 0 0 +650 16 0.182287 0.443352 0.0741075 0 0 0 +651 16 0.188504 0.457695 0.128301 0 0 0 +652 15 0.152477 0.439827 0.29718 0 0 0 +653 16 0.154308 0.404677 0.29144 0 0 0 +654 16 0.181263 0.447177 0.316908 0 0 0 +655 15 0.411664 0.325216 0.447012 0 0 0 +656 16 0.436281 0.348317 0.458509 0 0 0 +657 16 0.403756 0.305563 0.4757 0 0 0 +658 15 0.2005 0.240028 0.398919 0 0 0 +1869 16 0.766303 0.840639 0.0209962 0 0 0 +660 16 0.227446 0.262798 0.404139 0 0 0 +1330 15 0.755926 0.396435 0.144968 0 0 0 +670 15 0.176337 0.565727 0.0807099 0 0 0 +671 16 0.186433 0.558366 0.114112 0 0 0 +672 16 0.148501 0.587708 0.0844208 0 0 0 +673 15 0.401392 0.396336 0.291843 0 0 0 +674 16 0.437018 0.397377 0.293088 0 0 0 +675 16 0.391089 0.428294 0.30386 0 0 0 +1739 16 0.770518 0.430879 0.419111 0 0 0 +1491 16 0.816101 0.23075 0.461992 0 0 0 +193 15 0.830743 0.288969 0.0395955 -1 0 0 +831 16 0.298657 0.320183 0.408496 0 0 0 +1575 16 0.734322 0.796073 0.106677 0 0 0 +609 16 0.171623 0.223173 0.459054 0 0 0 +1838 16 0.829732 0.653034 0.142348 0 0 0 +694 15 0.343793 0.556344 0.0889033 0 0 0 +695 16 0.376423 0.551528 0.0753419 0 0 0 +696 16 0.341357 0.591548 0.0940525 0 0 0 +697 15 0.0892896 0.516642 0.325904 0 0 0 +698 16 0.0545319 0.514842 0.318128 0 0 0 +699 16 0.103854 0.489372 0.308127 0 0 0 +1331 16 0.786272 0.382737 0.157748 0 0 0 +1369 15 0.654571 0.743209 0.0836143 0 0 0 +715 15 0.0831408 0.613528 0.103799 0 0 0 +716 16 0.0960218 0.646227 0.0977472 0 0 0 +717 16 0.0480896 0.618401 0.108215 0 0 0 +718 15 0.267134 0.553475 0.217053 0 0 0 +719 16 0.298021 0.548159 0.200035 0 0 0 +720 16 0.269374 0.586846 0.22943 0 0 0 +721 15 0.257506 0.70413 0.434511 0 0 0 +1038 16 0.337537 0.431517 0.0596625 0 0 0 +897 16 0.491755 0.634711 0.070932 0 0 0 +805 15 0.244854 0.142467 0.378493 0 0 0 +1093 15 0.316878 0.830855 0.490117 0 0 0 +739 15 0.347267 0.682239 0.105915 0 0 0 +740 16 0.340462 0.690743 0.0719563 0 0 0 +741 16 0.315396 0.673989 0.119625 0 0 0 +742 15 0.367591 0.529703 0.204602 0 0 0 +743 16 0.363349 0.494381 0.202104 0 0 0 +744 16 0.39308 0.537347 0.180859 0 0 0 +745 15 0.387409 0.630468 0.246119 0 0 0 +746 16 0.352859 0.632481 0.254727 0 0 0 +747 16 0.391675 0.597207 0.233981 0 0 0 +748 15 0.327519 0.798798 0.387223 0 0 0 +749 16 0.33077 0.77239 0.41097 0 0 0 +750 16 0.311119 0.824934 0.405107 0 0 0 +1851 16 0.810409 0.815828 0.423282 0 0 0 +766 15 0.359555 0.0283737 0.0325335 0 1 0 +767 16 0.331866 0.00808285 0.0421976 0 1 0 +768 16 0.388253 0.00909634 0.041288 0 1 0 +769 15 0.176843 0.801412 0.168299 0 0 0 +770 16 0.195191 0.831983 0.169053 0 0 0 +771 16 0.160647 0.799919 0.200036 0 0 0 +772 15 0.174707 0.750473 0.390436 0 0 0 +773 16 0.203217 0.739147 0.408623 0 0 0 +774 16 0.183619 0.783153 0.379282 0 0 0 +1391 16 0.64306 0.56727 0.471589 0 0 0 +1371 16 0.635046 0.759817 0.0588203 0 0 0 +895 15 0.488536 0.602286 0.0564377 0 0 0 +1863 16 0.94159 0.84671 0.014576 0 0 1 +613 15 0.320336 0.135753 0.485936 0 0 0 +1050 16 0.491291 0.704663 0.135284 0 0 0 +793 15 0.32152 0.934052 0.308113 0 -1 0 +794 16 0.301471 0.949032 0.33352 0 -1 0 +795 16 0.355049 0.938379 0.319469 0 -1 0 +796 15 0.399458 0.0869034 0.209201 0 0 0 +797 16 0.399518 0.0962613 0.174789 0 0 0 +798 16 0.423352 0.060514 0.211332 0 0 0 +799 15 0.26213 0.305511 0.307934 0 0 0 +800 16 0.271606 0.279142 0.285873 0 0 0 +801 16 0.292911 0.321062 0.317021 0 0 0 +802 15 0.16432 0.859008 0.367487 0 -1 0 +803 16 0.19227 0.880252 0.361214 0 -1 0 +804 16 0.154648 0.866609 0.400961 0 -1 0 +1850 16 0.850824 0.788307 0.395164 0 0 0 +1594 15 0.806411 0.725111 0.0351818 0 0 0 +820 15 0.405116 0.200249 0.20122 0 0 0 +821 16 0.408831 0.22023 0.171915 0 0 0 +822 16 0.380206 0.176238 0.192572 0 0 0 +823 15 0.323931 0.227624 0.0618943 0 0 0 +824 16 0.359047 0.233794 0.0626953 0 0 0 +825 16 0.318075 0.205701 0.0894075 0 0 0 +826 15 0.299568 0.225342 0.250168 0 0 0 +827 16 0.297168 0.222705 0.285652 0 0 0 +828 16 0.284902 0.195216 0.237952 0 0 0 +1546 15 0.866956 0.543113 0.483059 0 0 0 +830 16 0.260488 0.33131 0.448504 0 0 0 +1378 15 0.587909 0.773975 0.0174128 0 0 0 +1048 15 0.520459 0.694723 0.117333 0 0 0 +1187 16 0.408886 0.384971 0.0075642 0 0 0 +847 15 0.429273 0.267263 0.0650347 0 0 0 +848 16 0.446044 0.25224 0.037379 0 0 0 +849 16 0.45196 0.263611 0.0923068 0 0 0 +850 15 0.621613 0.131485 0.173464 0 0 0 +851 16 0.600914 0.127432 0.202222 0 0 0 +852 16 0.631419 0.165764 0.174266 0 0 0 +853 15 0.369854 0.214799 0.34964 0 0 0 +854 16 0.402525 0.201186 0.354011 0 0 0 +855 16 0.375227 0.245624 0.332531 0 0 0 +981 16 0.609197 0.0700111 0.387388 0 0 0 +1734 16 0.879735 0.412194 0.161404 0 0 0 +858 16 0.33627 0.472775 0.45035 0 0 0 +1849 15 0.843892 0.803963 0.426448 0 0 0 +1763 16 0.971755 0.479797 0.302397 0 0 0 +865 15 0.314667 0.46683 0.111544 0 0 0 +866 16 0.324069 0.501222 0.11079 0 0 0 +867 16 0.281555 0.46632 0.0983094 0 0 0 +868 15 0.489846 0.264641 0.321094 0 0 0 +869 16 0.459968 0.269636 0.302275 0 0 0 +870 16 0.47958 0.245209 0.34918 0 0 0 +871 15 0.346461 0.345019 0.372874 0 0 0 +872 16 0.361453 0.371352 0.35407 0 0 0 +873 16 0.371616 0.335234 0.396183 0 0 0 +381 16 0.133864 0.16382 0.0176711 0 0 0 +977 16 0.282707 0.947419 0.476444 0 -1 0 +1758 16 0.78411 0.413458 0.00422618 0 0 0 +1447 15 0.671538 0.903526 0.0510005 0 -1 1 +1733 16 0.910992 0.434125 0.11989 0 0 0 +880 15 0.187396 0.481476 0.198761 0 0 0 +881 16 0.189594 0.5168 0.203153 0 0 0 +882 16 0.173901 0.469467 0.22951 0 0 0 +883 15 0.262217 0.416966 0.228342 0 0 0 +884 16 0.251975 0.434009 0.257947 0 0 0 +885 16 0.249314 0.436823 0.201676 0 0 0 +1848 16 0.660183 0.865581 0.290617 0 0 0 +889 15 0.444671 0.512122 0.0981156 0 0 0 +890 16 0.432926 0.499445 0.0669191 0 0 0 +891 16 0.480178 0.512514 0.0948091 0 0 0 +722 16 0.246796 0.707902 0.468318 0 0 0 +433 15 0.993661 0.350059 0.0227543 -1 0 0 +1380 16 0.575754 0.741956 0.00747181 0 0 0 +86 16 0.942 0.081037 0.0664096 -1 0 0 +1810 15 0.865457 0.57211 0.00853823 0 0 0 +1760 16 0.865653 0.634816 0.239 0 0 0 +1847 16 0.638302 0.817895 0.269916 0 0 0 +1489 15 0.83646 0.205045 0.476013 0 0 0 +916 15 0.227437 0.888752 0.1941 0 0 0 +917 16 0.262455 0.895495 0.194364 0 0 0 +918 16 0.21214 0.920765 0.1977 0 0 0 +919 15 0.430392 0.695419 0.168426 0 0 0 +920 16 0.402997 0.69717 0.14566 0 0 0 +921 16 0.416842 0.679922 0.197547 0 0 0 +738 16 0.234182 0.812489 0.0928499 0 0 0 +587 16 0.224363 0.0813778 0.475017 0 0 0 +1071 16 0.45123 0.780049 0.462648 0 0 0 +1049 16 0.532428 0.666076 0.134881 0 0 0 +573 16 0.407814 0.134136 0.0299611 0 0 0 +940 15 0.321191 0.928093 0.201932 0 0 0 +941 16 0.35087 0.908407 0.200074 0 0 0 +942 16 0.319408 0.938384 0.236031 0 0 0 +943 15 0.349952 0.774924 0.289519 0 0 0 +944 16 0.352592 0.778824 0.32487 0 0 0 +945 16 0.316028 0.783074 0.282134 0 0 0 +946 15 0.26866 0.839313 0.295519 0 0 0 +947 16 0.292089 0.844559 0.32189 0 0 0 +948 16 0.276188 0.864745 0.27168 0 0 0 +877 15 0.543071 0.511077 0.0953584 0 0 0 +1464 16 0.912624 0.152432 0.279341 0 0 0 +1477 15 0.781201 0.192255 0.0540832 0 0 0 +583 15 0.164778 0.106121 0.463069 0 0 0 +1773 16 0.866629 0.617334 0.347318 0 0 0 +1531 15 0.745474 0.496831 0.124849 0 0 0 +967 15 0.341788 0.816351 0.13466 0 -1 0 +968 16 0.348628 0.822237 0.169162 0 -1 0 +969 16 0.3691 0.831477 0.117423 0 -1 0 +970 15 0.42985 0.930758 0.329873 0 -1 0 +971 16 0.46019 0.948747 0.335138 0 -1 0 +972 16 0.439184 0.90341 0.308973 0 -1 0 +973 15 0.435465 0.0158565 0.428943 0 0 0 +974 16 0.440055 0.00764575 0.394544 0 0 0 +975 16 0.467306 0.0278814 0.439591 0 0 0 +976 15 0.260906 0.964152 0.453716 0 -1 0 +1085 16 0.308143 0.918163 0.00874956 0 0 0 +829 15 0.269904 0.306567 0.42461 0 0 0 +614 16 0.338133 0.131512 0.455324 0 0 0 +994 15 0.507811 0.157205 0.212824 0 0 0 +995 16 0.478656 0.168382 0.230056 0 0 0 +996 16 0.510684 0.179212 0.184909 0 0 0 +997 15 0.436264 0.145825 0.286829 0 0 0 +998 16 0.425452 0.17925 0.280691 0 0 0 +999 16 0.421228 0.126641 0.260796 0 0 0 +1000 15 0.38335 0.0426242 0.297995 0 0 0 +1001 16 0.383867 0.0637268 0.26925 0 0 0 +1002 16 0.410374 0.0199169 0.292903 0 0 0 +1003 15 0.455583 0.209062 0.406253 0 0 0 +1004 16 0.444819 0.179525 0.423093 0 0 0 +1005 16 0.46566 0.231101 0.432418 0 0 0 +1846 15 0.632917 0.842961 0.294705 0 0 0 +1010 16 0.456032 0.0966523 0.47294 0 0 0 +1021 15 0.493223 0.276571 0.144772 0 0 0 +1022 16 0.522405 0.259566 0.15622 0 0 0 +1023 16 0.489191 0.303727 0.167534 0 0 0 +1024 15 0.585993 0.262316 0.294012 0 0 0 +1025 16 0.553458 0.268882 0.307058 0 0 0 +1026 16 0.597547 0.294007 0.282434 0 0 0 +1027 15 0.578131 0.180024 0.357305 0 0 0 +1028 16 0.582527 0.212275 0.342731 0 0 0 +1029 16 0.575016 0.186358 0.392262 0 0 0 +1516 15 0.756191 0.497371 0.442019 0 0 0 +1759 15 0.852332 0.628905 0.206451 0 0 0 +571 15 0.391404 0.117966 0.00273924 0 0 0 +1845 16 0.0447074 0.685167 0.334501 1 0 0 +312 16 0.0911333 0.769527 0.483759 0 0 0 +1039 15 0.362526 0.417604 0.184373 0 0 0 +1040 16 0.348919 0.437156 0.157832 0 0 0 +1041 16 0.33425 0.408239 0.203984 0 0 0 +1042 15 0.627692 0.454442 0.405298 0 0 0 +1043 16 0.641185 0.474627 0.379178 0 0 0 +1044 16 0.627795 0.421355 0.391991 0 0 0 +1738 15 0.792339 0.403187 0.413738 0 0 0 +1145 16 0.711692 0.0675115 0.455631 0 0 0 +1729 15 0.833273 0.347608 0.169784 0 0 0 +1844 16 0.0476191 0.74036 0.32325 1 0 0 +1795 15 0.964919 0.587553 0.413896 0 0 0 +1843 15 0.0370884 0.709259 0.309335 1 0 0 +1065 16 0.395561 0.962908 0.472666 0 0 0 +1842 16 0.949471 0.744369 0.0821498 0 0 0 +1841 16 0.90067 0.758142 0.10685 0 0 0 +1794 16 0.777999 0.5978 0.33762 0 0 0 +1057 15 0.337299 0.692919 0.00291867 0 0 0 +10 3 0.512616 0.538165 0.470384 0 0 0 +1407 16 0.652272 0.85079 0.500445 0 0 0 +1060 15 0.42894 0.674937 0.336057 0 0 0 +1061 16 0.424879 0.650254 0.310639 0 0 0 +1062 16 0.406696 0.701183 0.326669 0 0 0 +1063 15 0.366441 0.955083 0.491709 0 0 0 +1784 16 0.813368 0.604071 0.00923823 0 0 0 +435 16 0.017144 0.327032 0.00896431 0 0 0 +1066 15 0.444174 0.671792 0.439095 0 0 0 +1067 16 0.438151 0.705397 0.4494 0 0 0 +1068 16 0.442215 0.672867 0.403503 0 0 0 +1840 15 0.924684 0.731877 0.104542 0 0 0 +1020 16 0.329962 0.346358 0.131705 0 0 0 +1837 15 0.836309 0.668028 0.110666 0 0 0 +1053 16 0.637795 0.617541 0.0433406 0 0 0 +807 16 0.277585 0.130283 0.371278 0 0 0 +1011 16 0.405792 0.10701 0.449488 0 0 0 +1087 15 0.389172 0.858703 0.226655 0 0 0 +1088 16 0.417555 0.858451 0.205064 0 0 0 +1089 16 0.395549 0.832606 0.250111 0 0 0 +1090 15 0.296541 0.0436781 0.365984 0 1 0 +1091 16 0.314524 0.0650792 0.388129 0 1 0 +1092 16 0.321197 0.0316307 0.343207 0 1 0 +585 16 0.154997 0.0720293 0.459334 0 0 0 +1018 15 0.341302 0.336635 0.0993205 0 0 0 +1030 15 0.343107 0.231162 0.487199 0 0 0 +1839 16 0.86029 0.693488 0.117629 0 0 0 +1504 15 0.928214 0.408875 0.248925 0 0 0 +1111 15 0.440929 0.984135 0.0795874 0 -1 0 +1112 16 0.440221 0.94848 0.0795634 0 -1 0 +1113 16 0.456771 0.992743 0.110357 0 -1 0 +1114 15 0.49641 0.00524802 0.341909 0 0 0 +1115 16 0.497008 0.0396772 0.351188 0 0 0 +1116 16 0.529758 0.993905 0.347485 0 -1 0 +1117 15 0.483698 0.0241596 0.234813 0 0 0 +1118 16 0.502526 0.0177301 0.26441 0 0 0 +1119 16 0.497327 0.00187784 0.21053 0 0 0 +1120 15 0.586618 0.959719 0.350507 0 -1 0 +1121 16 0.580086 0.927455 0.364225 0 -1 0 +1122 16 0.60237 0.953103 0.319203 0 -1 0 +1054 15 0.232618 -0.00384113 0.0113704 0 1 0 +449 16 0.203875 0.400755 0.489873 0 0 0 +1138 15 0.579076 0.111383 0.271346 0 0 0 +1139 16 0.545082 0.113773 0.260835 0 0 0 +1140 16 0.584752 0.14118 0.2901 0 0 0 +1141 15 0.504449 0.108664 0.353293 0 0 0 +1142 16 0.530187 0.132613 0.359277 0 0 0 +1143 16 0.484756 0.12302 0.327256 0 0 0 +1144 15 0.735284 0.0936561 0.461261 0 0 0 +286 15 0.987481 0.837759 0.472217 -1 0 0 +1146 16 0.765919 0.0810532 0.448051 0 0 0 +1147 15 0.513968 0.0505942 0.474637 0 0 0 +1148 16 0.54603 0.064696 0.467929 0 0 0 +434 16 0.00705275 0.35841 0.0547352 0 0 0 +1007 16 0.390774 0.0998383 0.366628 0 0 0 +1165 15 0.55421 0.281808 0.0538366 0 0 0 +1166 16 0.540947 0.249934 0.0627808 0 0 0 +1167 16 0.546705 0.302756 0.0817056 0 0 0 +1168 15 0.586685 0.24347 0.194514 0 0 0 +1169 16 0.582653 0.245233 0.229904 0 0 0 +1170 16 0.621881 0.246072 0.189384 0 0 0 +1171 15 0.55899 0.265626 0.437611 0 0 0 +1172 16 0.590422 0.259849 0.421785 0 0 0 +1173 16 0.566559 0.266561 0.472449 0 0 0 +1174 15 0.648718 0.215333 0.458445 0 0 0 +1175 16 0.657686 0.24728 0.471514 0 0 0 +1176 16 0.670894 0.210371 0.43096 0 0 0 +1793 16 0.767798 0.592591 0.282392 0 0 0 +1189 15 0.480406 0.351303 0.207349 0 0 0 +1190 16 0.460664 0.380209 0.200527 0 0 0 +1191 16 0.497064 0.358874 0.237961 0 0 0 +1192 15 0.506291 0.365486 0.306534 0 0 0 +1193 16 0.528128 0.381023 0.330063 0 0 0 +1194 16 0.499779 0.333246 0.320316 0 0 0 +1195 15 0.527839 0.356147 0.407327 0 0 0 +1196 16 0.525279 0.324148 0.422862 0 0 0 +1197 16 0.558349 0.354731 0.388916 0 0 0 +1824 16 0.973082 0.724799 0.47819 0 0 0 +737 16 0.290292 0.807343 0.0903042 0 0 0 +669 16 0.237124 0.533146 0.0463031 0 0 0 +1586 16 0.943715 0.613485 0.471803 0 0 0 +341 16 0.127142 0.980481 0.464303 0 -1 0 +1737 16 0.969856 0.271099 0.295366 0 0 0 +300 16 0.94758 0.996458 0.0231568 -1 0 0 +1664 16 0.835546 0.980485 0.454112 0 -1 0 +777 16 0.162403 0.895944 0.481495 0 0 0 +723 16 0.278094 0.675012 0.434851 0 0 0 +395 16 0.0656453 0.182728 0.451808 0 0 0 +980 16 0.595141 0.015387 0.387477 0 0 0 +1766 16 0.880819 0.482964 0.388309 0 0 0 +1225 15 0.488696 0.771991 0.216291 0 0 0 +1226 16 0.505057 0.783144 0.186631 0 0 0 +1227 16 0.46544 0.747434 0.204979 0 0 0 +1228 15 0.509073 0.739681 0.366171 0 0 0 +1229 16 0.490444 0.757626 0.390722 0 0 0 +1230 16 0.484472 0.721631 0.34771 0 0 0 +1231 15 0.411042 0.880357 0.428071 0 0 0 +1232 16 0.379992 0.891364 0.441731 0 0 0 +1233 16 0.412747 0.895947 0.396042 0 0 0 +1234 15 0.513204 0.88784 0.45429 0 0 0 +979 15 0.606782 0.0415468 0.408737 0 0 0 +1236 16 0.477706 0.884565 0.455307 0 0 0 +1370 16 0.650236 0.708504 0.0766417 0 0 0 +584 16 0.136449 0.124803 0.452099 0 0 0 +1792 15 0.754195 0.584851 0.314436 0 0 0 +1252 15 0.57638 0.875817 0.147151 0 -1 0 +1253 16 0.581521 0.894575 0.117259 0 -1 0 +1254 16 0.565782 0.843699 0.135841 0 -1 0 +1255 15 0.50642 0.886835 0.223054 0 -1 0 +1256 16 0.53538 0.88163 0.202902 0 -1 0 +1257 16 0.503487 0.856998 0.242367 0 -1 0 +1258 15 0.64021 0.0304271 0.264217 0 0 0 +1259 16 0.668115 0.0458694 0.280175 0 0 0 +1260 16 0.61462 0.0552545 0.264958 0 0 0 +1261 15 0.658631 0.968656 0.454494 0 -1 0 +1262 16 0.664514 0.986186 0.484989 0 -1 0 +1263 16 0.633789 0.987979 0.437722 0 -1 0 +515 16 0.257965 0.969515 0.134939 0 0 0 +125 16 0.0145825 0.0538386 0.470186 0 0 0 +1279 15 0.540599 0.0600871 0.0425936 0 0 0 +1280 16 0.521387 0.0300443 0.0429448 0 0 0 +1281 16 0.52606 0.0796946 0.0165939 0 0 0 +1282 15 0.612076 0.0392986 0.126142 0 0 0 +1283 16 0.585714 0.0250445 0.106811 0 0 0 +1284 16 0.600036 0.0716154 0.135226 0 0 0 +1285 15 0.720697 0.171562 0.39017 0 0 0 +1286 16 0.745368 0.16986 0.364474 0 0 0 +1287 16 0.729112 0.144992 0.41242 0 0 0 +1288 15 0.778449 0.0105942 0.329122 0 0 0 +1289 16 0.756558 0.986476 0.343647 0 -1 0 +1650 16 0.516342 0.939254 0.173441 0 -1 0 +1821 16 0.894672 0.768644 0.303077 0 0 0 +1791 16 0.870531 0.680433 0.299973 0 0 0 +1765 15 0.851455 0.491891 0.370147 0 0 0 +1306 15 0.639522 0.100991 0.0335519 0 0 0 +1307 16 0.6664 0.0977602 0.0567664 0 0 0 +1308 16 0.610428 0.0924177 0.0523098 0 0 0 +1309 15 0.715735 0.118529 0.215995 0 0 0 +1310 16 0.685347 0.106265 0.201925 0 0 0 +1311 16 0.717572 0.152445 0.205128 0 0 0 +1312 15 0.616481 0.36026 0.354474 0 0 0 +1313 16 0.630111 0.33518 0.375854 0 0 0 +1314 16 0.638989 0.361654 0.326847 0 0 0 +298 15 0.931733 0.968695 0.00734775 -1 0 0 +1652 16 0.76823 0.991773 0.092309 0 -1 0 +1164 16 0.696025 0.252061 0.0256037 0 0 0 +1820 16 0.87747 0.820402 0.317449 0 0 0 +1790 16 0.814775 0.67948 0.291506 0 0 0 +1333 15 0.66919 0.32439 0.188428 0 0 0 +1334 16 0.647413 0.342555 0.166803 0 0 0 +1335 16 0.668502 0.342544 0.219116 0 0 0 +1336 15 0.881658 0.318237 0.294238 0 0 0 +1337 16 0.897688 0.3299 0.323883 0 0 0 +1338 16 0.905752 0.296928 0.278837 0 0 0 +1339 15 0.824665 0.467425 0.268321 0 0 0 +1340 16 0.824654 0.472996 0.303546 0 0 0 +1341 16 0.85659 0.479016 0.257445 0 0 0 +1732 15 0.900203 0.440259 0.153324 0 0 0 +1343 16 0.652193 0.425916 0.481042 0 0 0 +1008 16 0.35768 0.14492 0.373958 0 0 0 +668 16 0.293508 0.533688 0.0449326 0 0 0 +1736 16 0.935808 0.226228 0.298321 0 0 0 +491 16 0.179591 0.713558 0.0287461 0 0 0 +1574 16 0.738703 0.850083 0.122332 0 0 0 +1363 15 0.731441 0.447235 0.233317 0 0 0 +1364 16 0.723201 0.466334 0.204349 0 0 0 +1365 16 0.763501 0.459341 0.243186 0 0 0 +1332 16 0.735756 0.401979 0.173852 0 0 0 +1819 15 0.892457 0.790936 0.330826 0 0 0 +1675 15 0.848386 0.128198 0.0231575 0 0 0 +1663 15 0.848647 0.972961 0.421808 0 -1 0 +492 16 0.232924 0.73123 0.033712 0 0 0 +566 16 0.208088 0.877115 0.0148421 0 0 1 +1818 16 0.928553 0.539063 0.191599 0 0 0 +1381 15 0.613212 0.69394 0.226126 0 0 0 +1382 16 0.618123 0.7243 0.208071 0 0 0 +1383 16 0.615294 0.703496 0.260421 0 0 0 +1384 15 0.558562 0.858975 0.366827 0 0 0 +1385 16 0.575244 0.8378 0.390176 0 0 0 +1386 16 0.577321 0.855578 0.336688 0 0 0 +1387 15 0.606149 0.711915 0.326094 0 0 0 +1388 16 0.624192 0.685639 0.342092 0 0 0 +1389 16 0.582532 0.722714 0.350538 0 0 0 +1390 15 0.654995 0.561094 0.438555 0 0 0 +1649 16 0.543239 0.969033 0.133804 0 -1 0 +1392 16 0.643484 0.528222 0.430889 0 0 0 +1817 16 0.887427 0.500877 0.185959 0 0 0 +1789 15 0.841118 0.661883 0.307884 0 0 0 +1399 15 0.453164 0.859863 0.0933282 0 0 0 +1400 16 0.446802 0.858658 0.0582577 0 0 0 +1401 16 0.477033 0.833975 0.0989796 0 0 0 +1402 15 0.655456 0.956552 0.201456 0 0 0 +1403 16 0.657053 0.956947 0.237081 0 0 0 +1404 16 0.638488 0.98674 0.192932 0 0 0 +1405 15 0.664521 0.865402 0.470307 0 0 0 +1406 16 0.660079 0.900484 0.474932 0 0 0 +1517 16 0.733643 0.524243 0.448445 0 0 0 +1462 15 0.900767 0.166456 0.309911 0 0 0 +1084 15 0.332507 0.914321 0.0345077 0 0 0 +516 16 0.313489 0.972508 0.125477 0 0 0 +1730 16 0.849949 0.325783 0.19253 0 0 0 +1426 15 0.640834 0.77951 0.179188 0 -1 0 +1427 16 0.634603 0.760935 0.149389 0 -1 0 +1428 16 0.654803 0.810279 0.167789 0 -1 0 +1429 15 0.705179 0.992751 0.113919 0 -1 0 +1430 16 0.693301 0.961934 0.100465 0 -1 0 +1431 16 0.676106 0.00843948 0.127352 0 0 0 +1432 15 0.701316 0.911459 0.289972 0 -1 0 +1433 16 0.732792 0.916729 0.274056 0 -1 0 +1434 16 0.70724 0.919189 0.324279 0 -1 0 +1435 15 0.726708 0.938196 0.389028 0 -1 0 +1436 16 0.70204 0.945575 0.413704 0 -1 0 +1437 16 0.732738 0.903228 0.392591 0 -1 0 +1450 15 0.717577 0.100462 0.0971366 0 0 0 +1796 16 0.984825 0.600639 0.387357 0 0 0 +1453 15 0.760447 0.0229554 0.19258 0 0 0 +1454 16 0.733467 0.0156297 0.170437 0 0 0 +1455 16 0.756715 0.0576259 0.200056 0 0 0 +1456 15 0.841476 0.1405 0.209877 0 0 0 +1457 16 0.83172 0.118197 0.183816 0 0 0 +1458 16 0.875892 0.133087 0.215572 0 0 0 +1459 15 0.715717 0.0934165 0.316565 0 0 0 +1460 16 0.729218 0.104943 0.285635 0 0 0 +1461 16 0.697335 0.121235 0.329217 0 0 0 +1290 16 0.765328 0.0420488 0.339626 0 0 0 +1463 16 0.874328 0.14477 0.320036 0 0 0 +1006 15 0.365489 0.113085 0.388006 0 0 0 +1251 16 0.651895 0.034026 -0.0048308 0 0 0 +1037 16 0.35177 0.378202 0.0479901 0 0 0 +379 15 0.103293 0.17622 0.0312169 0 0 0 +1480 15 0.690688 0.195058 0.0850603 0 0 0 +1481 16 0.723091 0.191267 0.0706573 0 0 0 +1482 16 0.675509 0.162985 0.0814919 0 0 0 +1483 15 0.762741 0.194194 0.296495 0 0 0 +1484 16 0.78601 0.182397 0.272179 0 0 0 +1485 16 0.765482 0.229719 0.294996 0 0 0 +875 16 0.453566 0.5656 0.490897 0 0 0 +490 15 0.21138 0.703974 0.0417609 0 0 0 +978 16 0.261444 0.998219 0.464253 0 -1 0 +1761 16 0.864514 0.596595 0.197537 0 0 0 +1490 16 0.860167 0.197483 0.450467 0 0 0 +1019 16 0.36216 0.308328 0.105277 0 0 0 +1205 16 0.683447 0.511505 0.135157 0 0 0 +1505 16 0.895251 0.397078 0.255716 0 0 0 +1507 15 0.685114 0.273224 0.37038 0 0 0 +1508 16 0.714785 0.292299 0.365127 0 0 0 +1509 16 0.694693 0.239631 0.363195 0 0 0 +1510 15 0.777297 0.28486 0.440836 0 0 0 +1511 16 0.751656 0.300272 0.460248 0 0 0 +1512 16 0.791437 0.311561 0.421889 0 0 0 +1513 15 0.779589 0.332268 0.326817 0 0 0 +1514 16 0.811314 0.326571 0.311556 0 0 0 +1515 16 0.783669 0.362795 0.344796 0 0 0 +857 16 0.287908 0.479434 0.478602 0 0 0 +1740 16 0.823913 0.417999 0.406284 0 0 0 +608 16 0.126533 0.202145 0.485626 0 0 0 +1816 15 0.899218 0.526633 0.207624 0 0 0 +899 16 0.563667 0.797878 0.0768854 0 0 0 +1762 15 0.989033 0.505868 0.285263 0 0 0 +1534 15 0.736349 0.60092 0.106859 0 0 0 +1535 16 0.737353 0.568539 0.12177 0 0 0 +1536 16 0.76769 0.604033 0.0901281 0 0 0 +1537 15 0.688843 0.355089 0.284668 0 0 0 +1538 16 0.715658 0.339063 0.301871 0 0 0 +1539 16 0.704778 0.37912 0.263682 0 0 0 +1540 15 0.688055 0.503834 0.335383 0 0 0 +1541 16 0.704834 0.495328 0.305085 0 0 0 +1542 16 0.713663 0.517093 0.356366 0 0 0 +1543 15 0.662119 0.634118 0.361781 0 0 0 +1544 16 0.687236 0.63442 0.336466 0 0 0 +1545 16 0.664728 0.601775 0.376579 0 0 0 +1764 16 0.96745 0.514661 0.258268 0 0 0 +1235 16 0.520912 0.890865 0.419602 0 0 0 +1555 15 0.926466 0.612571 0.0839638 0 0 0 +1556 16 0.893203 0.625406 0.083116 0 0 0 +1557 16 0.945784 0.638758 0.0985565 0 0 0 +1558 15 0.633643 0.598052 0.220444 0 0 0 +1559 16 0.629052 0.63312 0.225021 0 0 0 +1560 16 0.602397 0.583644 0.22982 0 0 0 +1561 15 0.703239 0.760515 0.349722 0 0 0 +1562 16 0.720924 0.744653 0.323123 0 0 0 +1563 16 0.668886 0.757628 0.340589 0 0 0 +1564 15 0.692186 0.697499 0.442469 0 0 0 +1565 16 0.693329 0.712875 0.410311 0 0 0 +1566 16 0.679122 0.664889 0.436327 0 0 0 +1815 16 0.0378469 0.616928 0.312969 1 0 0 +1576 15 0.765237 0.706667 0.260603 0 0 0 +1577 16 0.750301 0.68496 0.236571 0 0 0 +1578 16 0.76142 0.73931 0.246758 0 0 0 +1579 15 0.89477 0.729081 0.216689 0 0 0 +1580 16 0.908822 0.732596 0.184101 0 0 0 +1581 16 0.921266 0.715698 0.236455 0 0 0 +1582 15 0.810555 0.793694 0.206733 0 0 0 +1583 16 0.813544 0.816769 0.23376 0 0 0 +1584 16 0.83845 0.771803 0.210542 0 0 0 +1423 15 0.581841 0.946375 0.0726598 0 -1 0 +806 16 0.223955 0.113634 0.376566 0 0 0 +623 16 0.497329 0.132296 0.0809642 0 0 0 +878 16 0.536023 0.481456 0.0767905 0 0 0 +1769 16 0.822275 0.671606 0.446619 0 0 0 +1768 15 0.797686 0.657643 0.424887 0 0 0 +1597 15 0.721168 0.651009 0.192645 0 0 0 +1598 16 0.729248 0.637964 0.160452 0 0 0 +1599 16 0.69115 0.634105 0.201864 0 0 0 +1600 15 0.00430746 0.749319 0.217784 1 0 0 +1601 16 0.020573 0.735639 0.246421 1 0 0 +1602 16 0.029015 0.769997 0.202493 1 0 0 +1603 15 0.48402 0.830872 0.305194 0 0 0 +1604 16 0.505743 0.835794 0.333047 0 0 0 +1605 16 0.498376 0.803512 0.287385 0 0 0 +1056 16 0.240695 0.980416 0.0423346 0 0 0 +126 16 0.0700267 0.0641293 0.471376 0 0 0 +396 16 0.0715454 0.151125 0.405464 0 0 0 +1814 16 1.0021 0.573312 0.311871 0 0 0 +1797 16 0.931757 0.587044 0.400787 0 0 0 +1624 15 0.715565 0.883447 0.173252 0 0 0 +1625 16 0.686994 0.904773 0.172435 0 0 0 +1626 16 0.739441 0.901234 0.192883 0 0 0 +1627 15 0.858788 0.818817 0.1137 0 0 0 +1628 16 0.83146 0.816264 0.13647 0 0 0 +1629 16 0.879706 0.844115 0.127638 0 0 0 +1630 15 0.945517 0.835287 0.249456 0 0 0 +1631 16 0.94807 0.832299 0.284902 0 0 0 +1632 16 0.963233 0.80704 0.236804 0 0 0 +1633 15 0.740565 0.838328 0.409839 0 0 0 +1634 16 0.71586 0.844059 0.434912 0 0 0 +1635 16 0.727465 0.811489 0.390349 0 0 0 +1506 16 0.926334 0.422128 0.21587 0 0 0 +174 16 0.895072 0.418844 0.45312 -1 0 0 +1651 15 0.801183 0.999375 0.0809899 0 -1 0 +625 15 0.249866 0.288987 0.0166569 0 0 0 +1653 16 0.814012 0.968238 0.0692553 0 -1 0 +1654 15 0.888718 0.898456 0.200766 0 -1 0 +1655 16 0.916384 0.915003 0.185514 0 -1 0 +1656 16 0.903477 0.876825 0.224976 0 -1 0 +1657 15 0.969293 0.0402353 0.201317 0 0 0 +1658 16 0.937413 0.0330787 0.187025 0 0 0 +1659 16 0.991471 0.0170322 0.185773 0 0 0 +1660 15 0.843522 0.878731 0.306633 0 -1 0 +1661 16 0.844308 0.900449 0.334909 0 -1 0 +1662 16 0.82826 0.898124 0.280886 0 -1 0 +1813 15 0.00728644 0.605149 0.32708 1 0 0 +1735 15 0.952097 0.247786 0.275045 0 0 0 +1678 15 0.823918 0.0940163 0.112803 0 0 0 +1679 16 0.814458 0.0605537 0.104891 0 0 0 +1680 16 0.831307 0.108915 0.0812554 0 0 0 +1681 15 0.862615 0.0202925 0.19008 0 0 0 +1682 16 0.875732 0.994944 0.168697 0 -1 0 +1683 16 0.82753 0.0201034 0.183694 0 0 0 +1684 15 0.791458 0.9179 0.228436 0 -1 0 +1685 16 0.822107 0.911606 0.211324 0 -1 0 +1686 16 0.785371 0.952673 0.223378 0 -1 0 +1687 15 0.862426 0.0550689 0.291774 0 0 0 +1688 16 0.829351 0.0463251 0.301844 0 0 0 +1689 16 0.864762 0.0438173 0.258014 0 0 0 +1069 15 0.428576 0.772516 0.436155 0 0 0 +1767 16 0.855075 0.526816 0.363904 0 0 0 +1705 15 0.691749 0.229449 0.179105 0 0 0 +1706 16 0.688215 0.264935 0.178915 0 0 0 +1707 16 0.70064 0.221169 0.145576 0 0 0 +1708 15 0.857446 0.233255 0.171236 0 0 0 +1709 16 0.86127 0.203937 0.191178 0 0 0 +1710 16 0.825145 0.229895 0.1565 0 0 0 +1711 15 0.946326 0.133184 0.220277 0 0 0 +1712 16 0.968854 0.153798 0.201855 0 0 0 +1713 16 0.958362 0.100004 0.215176 0 0 0 +340 15 0.151798 0.00514222 0.456838 0 0 0 +1357 15 0.590475 0.568757 0.0209741 0 0 0 +1756 15 0.80948 0.425934 0.0259645 0 0 0 +1178 16 0.587974 0.191878 0.492627 0 0 0 +1606 15 0.86142 0.700177 0.489615 0 0 0 +892 15 0.397348 0.508593 0.00826738 0 0 1 +1638 16 0.868172 0.831171 0.478212 0 0 0 +1783 15 0.781007 0.614385 0.0201105 0 0 0 +272 16 0.870107 0.793617 0.0290251 -1 0 0 +288 16 0.972413 0.831156 0.440576 -1 0 0 +124 15 0.0407895 0.0647195 0.491788 0 0 0 +1212 16 0.420402 0.902 -0.0086434 0 0 0 +485 16 -0.00116569 0.775754 0.0141735 0 0 1 +287 16 0.97873 0.809638 0.492329 -1 0 0 +354 16 0.0792245 0.109328 0.0250455 0 0 0 +888 16 0.592342 0.662405 0.00582343 0 0 0 +1715 16 0.969778 0.180266 0.492837 0 0 0 +586 15 0.253976 0.0676599 0.489394 0 0 0 +886 15 0.558758 0.673579 0.00145191 0 0 0 +874 15 0.425826 0.586728 0.498374 0 0 0 +1788 16 0.970844 0.65231 -0.00362797 0 0 0 +483 16 0.0665444 0.704145 -0.00216814 0 0 1 +1676 16 0.872981 0.150132 0.00952536 0 0 0 +1315 15 0.677736 0.308199 0.491426 0 0 0 +405 16 0.102366 0.30227 0.0225505 0 0 1 +447 16 0.143052 0.348677 0.508866 0 0 0 +887 16 0.539386 0.652021 0.0222321 0 0 0 +1812 16 0.874178 0.538072 0.0146342 0 0 0 +202 15 0.0707647 0.366762 0.497671 0 0 0 +1554 16 0.748138 0.736421 0.907599 0 0 -1 +35 5 0.435888 0.41876 0.544878 0 0 0 +36 7 0.42185 0.469011 0.560021 0 0 0 +37 1 0.410792 0.473108 0.614425 0 0 0 +38 3 0.370463 0.49081 0.628041 0 0 0 +39 10 0.410463 0.392916 0.552968 0 0 0 +40 4 0.386286 0.479135 0.544154 0 0 0 +41 4 0.448405 0.497882 0.551053 0 0 0 +42 5 0.445623 0.458754 0.646775 0 0 0 +43 6 0.440298 0.461779 0.701213 0 0 0 +44 1 0.469982 0.508075 0.7183 0 0 0 +45 3 0.452 0.549663 0.713453 0 0 0 +46 7 0.458965 0.414873 0.727438 0 0 0 +47 8 0.424613 0.371454 0.718569 0 0 0 +48 8 0.389089 0.362964 0.755632 0 0 0 +49 8 0.426981 0.33832 0.678715 0 0 0 +50 8 0.35745 0.322734 0.752115 0 0 0 +51 8 0.395693 0.296114 0.674087 0 0 0 +52 8 0.363031 0.286542 0.71458 0 0 0 +53 10 0.478316 0.445649 0.634973 0 0 0 +54 4 0.401963 0.467292 0.712123 0 0 0 +55 4 0.497411 0.402977 0.717753 0 0 0 +56 4 0.460147 0.420646 0.768409 0 0 0 +57 11 0.384472 0.391033 0.78409 0 0 0 +58 11 0.454286 0.343405 0.6496 0 0 0 +59 11 0.326762 0.316516 0.777386 0 0 0 +60 11 0.400307 0.2702 0.643653 0 0 0 +61 11 0.339169 0.254206 0.7166 0 0 0 +62 5 0.516086 0.501719 0.7355 0 0 0 +63 6 0.552946 0.542286 0.73967 0 0 0 +64 12 0.589046 0.53222 0.696916 0 0 0 +65 3 0.610542 0.491814 0.692864 0 0 0 +66 7 0.582166 0.543666 0.788204 0 0 0 +67 7 0.621432 0.584354 0.794913 0 0 0 +68 13 0.598021 0.646727 0.808118 0 0 0 +69 2 0.654431 0.682197 0.800819 0 0 0 +70 10 0.527136 0.467843 0.74599 0 0 0 +71 4 0.533571 0.57707 0.73386 0 0 0 +72 4 0.554709 0.544772 0.81916 0 0 0 +73 4 0.60208 0.507833 0.793924 0 0 0 +74 4 0.644998 0.571977 0.826612 0 0 0 +75 4 0.644937 0.585196 0.760851 0 0 0 +76 4 0.674942 0.672511 0.766195 0 0 0 +77 4 0.646906 0.7229 0.801021 0 0 0 +78 4 0.678778 0.674752 0.833455 0 0 0 +79 14 0.59517 0.567809 0.663159 0 0 0 +80 10 0.584028 0.602386 0.671426 0 0 0 +81 10 0.614378 0.558968 0.632484 0 0 0 +1890 16 0.977024 0.890816 0.891854 0 0 0 +1362 16 0.525123 0.481746 0.925061 0 0 -1 +404 16 0.108195 0.289167 0.968001 0 0 0 +1373 16 0.617072 0.510677 0.556954 0 0 0 +100 15 0.0744078 0.997253 0.597836 0 -1 0 +101 16 0.0426172 0.00491567 0.612067 0 0 0 +102 16 0.0941491 0.0263335 0.603875 0 0 0 +103 15 0.0388579 0.136631 0.688914 0 0 0 +104 16 0.0281817 0.127759 0.656063 0 0 0 +105 16 0.0398028 0.172281 0.688684 0 0 0 +106 15 0.0640782 0.0163654 0.823026 0 0 0 +107 16 0.0899808 0.0149276 0.798556 0 0 0 +108 16 0.0791078 0.032571 0.851014 0 0 0 +180 16 0.828838 0.379026 0.50796 -1 0 0 +937 15 0.343103 0.987031 0.876307 0 0 -1 +1108 15 0.485917 0.100737 0.970057 0 0 -1 +915 16 0.390432 0.602208 0.91456 0 0 -1 +1032 16 0.337781 0.25101 0.516345 0 0 0 +127 15 0.994546 0.060437 0.591805 -1 0 0 +128 16 0.959226 0.0572546 0.588032 -1 0 0 +129 16 0.00779086 0.0513894 0.559952 0 0 0 +130 15 1.00016 0.252398 0.881151 -1 0 0 +131 16 0.979612 0.257833 0.852515 -1 0 0 +132 16 0.0326034 0.26324 0.871063 0 0 0 +133 15 0.908098 0.200483 0.984559 -1 0 0 +134 16 0.895371 0.206538 0.9518 -1 0 0 +1188 16 0.449866 0.371521 0.971217 0 0 -1 +1109 16 0.494903 0.124794 0.945312 0 0 -1 +1152 16 0.644809 0.0560562 0.544277 0 0 0 +151 15 0.02636 0.281635 0.622026 0 0 0 +152 16 0.0450661 0.292557 0.650357 0 0 0 +153 16 0.0111585 0.251144 0.632562 0 0 0 +154 15 0.917534 0.257239 0.688998 -1 0 0 +155 16 0.902829 0.282788 0.668927 -1 0 0 +156 16 0.941723 0.241958 0.667709 -1 0 0 +157 15 0.95314 0.258632 0.790844 -1 0 0 +158 16 0.968151 0.288132 0.777568 -1 0 0 +159 16 0.927466 0.250386 0.767505 -1 0 0 +160 15 0.853307 0.364851 0.888261 -1 0 0 +161 16 0.826757 0.381474 0.905308 -1 0 0 +162 16 0.87444 0.352719 0.914302 -1 0 0 +714 16 0.275288 0.513614 0.916036 0 0 -1 +844 15 0.481767 0.222588 0.989706 0 0 -1 +178 15 0.863785 0.372263 0.510147 -1 0 0 +179 16 0.867051 0.351254 0.538779 -1 0 0 +1397 16 0.504314 0.921309 0.985312 0 0 -1 +181 15 0.923667 0.385738 0.74504 -1 0 0 +182 16 0.922885 0.396072 0.710916 -1 0 0 +183 16 0.89237 0.369422 0.75016 -1 0 0 +184 15 0.0805693 0.296586 0.840685 0 0 0 +185 16 0.0964265 0.275513 0.816679 0 0 0 +186 16 0.0604907 0.318746 0.821253 0 0 0 +187 15 0.946285 0.464334 0.795207 -1 0 0 +188 16 0.93879 0.430997 0.784997 -1 0 0 +189 16 0.968931 0.476394 0.770436 -1 0 0 +191 16 0.829929 0.267722 0.91244 -1 0 -1 +110 16 0.932536 0.187508 0.82686 -1 0 -1 +542 16 0.230307 0.909865 0.880068 0 0 -1 +135 16 0.943437 0.203897 0.981195 -1 0 0 +208 15 0.971304 0.569649 0.754874 -1 0 0 +209 16 1.00383 0.558028 0.746006 -1 0 0 +210 16 0.962099 0.549821 0.783051 -1 0 0 +211 15 0.0871841 0.458508 0.825849 0 0 0 +212 16 0.074238 0.480325 0.800785 0 0 0 +213 16 0.0896141 0.478861 0.855033 0 0 0 +214 15 0.941971 0.484295 0.907682 -1 0 0 +215 16 0.938888 0.459801 0.881945 -1 0 0 +216 16 0.92893 0.46836 0.9368 -1 0 0 +1889 16 0.956552 0.915133 0.938447 0 0 0 +1622 16 0.853276 0.962357 0.915082 0 0 -1 +232 15 0.928303 0.562091 0.655637 -1 0 0 +233 16 0.954892 0.580902 0.641111 -1 0 0 +234 16 0.939782 0.554282 0.688486 -1 0 0 +235 15 0.995501 0.360718 0.806152 -1 0 0 +236 16 0.970633 0.375482 0.785283 -1 0 0 +237 16 0.0217836 0.384802 0.807149 0 0 0 +238 15 0.901443 0.639673 0.770214 -1 0 0 +239 16 0.922416 0.621259 0.748013 -1 0 0 +240 16 0.892436 0.616218 0.795523 -1 0 0 +241 15 0.886912 0.567121 0.885122 -1 0 0 +242 16 0.905137 0.538367 0.895748 -1 0 0 +243 16 0.911825 0.592134 0.88007 -1 0 0 +864 16 0.423 0.280762 0.936512 0 0 -1 +259 15 1.00313 0.621999 0.609621 -1 0 0 +1487 16 0.72055 0.398774 0.522103 0 0 0 +1222 15 0.445495 0.0244166 0.868539 0 1 -1 +262 15 0.065844 0.77308 0.690348 0 0 0 +263 16 0.0427739 0.746698 0.696952 0 0 0 +264 16 0.0976354 0.75699 0.688848 0 0 0 +265 15 0.974571 0.784704 0.955502 -1 0 0 +266 16 0.940333 0.786741 0.965273 -1 0 0 +267 16 0.980577 0.81496 0.937605 -1 0 0 +268 15 0.786997 0.569017 0.8678 -1 0 0 +269 16 0.773791 0.536482 0.874042 -1 0 0 +270 16 0.821168 0.566861 0.877774 -1 0 0 +1486 15 0.7536 0.386089 0.517781 0 0 0 +689 16 0.287108 0.400022 0.994558 0 0 0 +297 16 0.10018 0.879728 0.934367 0 0 0 +289 15 0.172502 0.7595 0.712559 0 0 0 +290 16 0.175723 0.726021 0.724417 0 0 0 +291 16 0.205651 0.772605 0.713662 0 0 0 +292 15 0.0983634 0.844396 0.780045 0 0 0 +293 16 0.127867 0.864345 0.778199 0 0 0 +294 16 0.0978683 0.826301 0.749318 0 0 0 +295 15 0.119582 0.850902 0.942392 0 0 0 +296 16 0.117976 0.830608 0.913111 0 0 0 +1277 16 0.632295 0.145729 0.992072 0 0 -1 +863 16 0.455341 0.310311 0.900984 0 0 -1 +313 15 0.159296 0.760845 0.613342 0 0 0 +314 16 0.147598 0.728187 0.621615 0 0 0 +315 16 0.172714 0.773531 0.643852 0 0 0 +316 15 0.113263 0.842043 0.568679 0 0 0 +317 16 0.10399 0.839736 0.53432 0 0 0 +318 16 0.132634 0.812711 0.5747 0 0 0 +319 15 0.972892 0.930962 0.767567 -1 0 0 +320 16 0.959686 0.897952 0.770358 -1 0 0 +321 16 0.959985 0.948189 0.796 -1 0 0 +322 15 0.185524 0.886444 0.765537 0 0 0 +323 16 0.214881 0.869662 0.754207 0 0 0 +324 16 0.197554 0.911125 0.788295 0 0 0 +1888 15 0.955428 0.884874 0.919606 0 0 0 +543 16 0.177359 0.894335 0.89176 0 0 -1 +29 7 0.518183 0.441562 0.509161 0 0 0 +1359 16 0.579108 0.547955 0.994331 0 0 -1 +343 15 0.173163 0.0652922 0.567179 0 0 0 +344 16 0.14879 0.0887717 0.578429 0 0 0 +345 16 0.181742 0.0763368 0.534373 0 0 0 +346 15 0.132149 0.244548 0.777077 0 0 0 +347 16 0.163062 0.256514 0.79023 0 0 0 +348 16 0.141184 0.227577 0.747041 0 0 0 +349 15 0.115828 0.139886 0.775378 0 0 0 +350 16 0.109665 0.17421 0.767914 0 0 0 +351 16 0.0947606 0.121926 0.752896 0 0 0 +1265 16 0.780326 0.0672205 0.623925 0 0 0 +912 16 0.325745 0.428964 0.938719 0 0 0 +367 15 0.0972717 0.138682 0.594431 0 0 0 +894 16 0.385807 0.533662 0.985681 0 0 0 +369 16 0.108736 0.171204 0.585337 0 0 0 +370 15 0.116929 0.2081 0.680697 0 0 0 +371 16 0.116748 0.173427 0.672357 0 0 0 +372 16 0.126349 0.224517 0.650472 0 0 0 +373 15 0.113993 0.149057 0.883466 0 0 0 +374 16 0.122302 0.153181 0.84903 0 0 0 +375 16 0.141239 0.163871 0.901074 0 0 0 +376 15 0.0126282 0.117273 0.8968 0 0 0 +377 16 0.0437929 0.128928 0.883965 0 0 0 +378 16 0.0037843 0.141106 0.921812 0 0 0 +1677 16 0.835257 0.110829 0.994913 0 0 -1 +229 15 0.984797 0.514222 0.541221 -1 0 0 +1743 16 0.881265 0.433156 0.546736 0 0 0 +397 15 0.137857 0.23811 0.583911 0 0 0 +398 16 0.150708 0.26907 0.596085 0 0 0 +399 16 0.157168 0.231276 0.554717 0 0 0 +400 15 0.272844 0.133979 0.77463 0 0 0 +401 16 0.302693 0.152697 0.780158 0 0 0 +402 16 0.257876 0.131288 0.806888 0 0 0 +924 16 0.365937 0.609622 0.52061 0 0 0 +475 15 0.171801 0.534688 0.534219 0 0 0 +1250 16 0.622172 0.0148667 0.951228 0 0 -1 +421 15 0.10837 0.450083 0.573851 0 0 0 +949 15 0.321188 0.707888 0.594016 0 0 0 +423 16 0.121924 0.441868 0.605799 0 0 0 +424 15 0.080883 0.319123 0.70745 0 0 0 +425 16 0.0997278 0.294036 0.724402 0 0 0 +426 16 0.0929736 0.349916 0.720772 0 0 0 +427 15 0.140936 0.389415 0.755604 0 0 0 +428 16 0.16845 0.369434 0.766355 0 0 0 +429 16 0.129447 0.405518 0.785278 0 0 0 +430 15 0.912742 0.325566 0.962087 -1 0 0 +431 16 0.921592 0.294765 0.946441 -1 0 0 +432 16 0.933538 0.3272 0.991012 -1 0 0 +611 16 0.255343 0.259313 0.575414 0 0 0 +1887 16 0.924615 0.807556 0.7702 0 0 0 +245 16 0.886169 0.671337 0.942393 -1 0 -1 +109 15 0.932195 0.153742 0.838332 -1 0 -1 +646 15 0.378796 0.224284 0.93665 0 0 -1 +451 15 0.202042 0.397556 0.598569 0 0 0 +452 16 0.193784 0.362894 0.600047 0 0 0 +453 16 0.231372 0.400623 0.618623 0 0 0 +454 15 0.964263 0.634471 0.86753 -1 0 0 +455 16 0.962722 0.669858 0.871676 -1 0 0 +456 16 0.979396 0.629865 0.835567 -1 0 0 +457 15 0.205586 0.416393 0.857739 0 0 0 +458 16 0.235555 0.416983 0.838419 0 0 0 +459 16 0.215303 0.428885 0.889698 0 0 0 +1552 15 0.743485 0.770073 0.896747 0 0 -1 +368 16 0.0716021 0.131317 0.570796 0 0 0 +991 15 0.283785 0.118645 0.952693 0 0 -1 +1094 16 0.290524 0.847103 0.507819 0 0 0 +478 15 0.208904 0.323007 0.784627 0 0 0 +479 16 0.234646 0.33371 0.762388 0 0 0 +480 16 0.224399 0.322686 0.816746 0 0 0 +487 15 0.125668 0.564758 0.990131 0 0 -1 +1210 15 0.442083 0.873699 0.990447 0 0 -1 +1278 16 0.647579 0.200015 0.991161 0 0 -1 +246 16 0.847533 0.706667 0.963378 -1 0 -1 +488 16 0.123807 0.596746 0.974472 0 0 -1 +555 16 0.163038 0.743152 0.518172 0 0 0 +219 16 0.0758062 0.480957 0.925955 0 0 -1 +792 16 0.458962 0.0829196 0.808894 0 0 -1 +502 15 0.0783648 0.605161 0.697118 0 0 0 +503 16 0.0567686 0.626359 0.715987 0 0 0 +504 16 0.0982912 0.588604 0.721625 0 0 0 +505 15 0.118946 0.585722 0.794537 0 0 0 +506 16 0.139827 0.55695 0.797372 0 0 0 +507 16 0.112642 0.595549 0.828235 0 0 0 +508 15 0.988771 0.751281 0.863438 -1 0 0 +509 16 -0.00332853 0.756333 0.897846 0 0 0 +510 16 0.0189154 0.738737 0.849092 0 0 0 +511 15 0.0777177 0.720109 0.797236 0 0 0 +512 16 0.0945036 0.751545 0.798596 0 0 0 +513 16 0.0924409 0.700969 0.82348 0 0 0 +176 16 0.989618 0.288495 0.560814 -1 0 0 +529 15 0.194226 0.658994 0.736259 0 0 0 +530 16 0.227648 0.646983 0.73302 0 0 0 +531 16 0.181819 0.643087 0.765668 0 0 0 +532 15 0.283441 0.719469 0.827904 0 0 0 +533 16 0.275548 0.753446 0.820484 0 0 0 +534 16 0.318919 0.717641 0.824764 0 0 0 +535 15 0.277326 0.829311 0.724079 0 0 0 +536 16 0.278783 0.854455 0.698829 0 0 0 +537 16 0.286318 0.799191 0.707232 0 0 0 +538 15 0.145342 0.793677 0.85732 0 0 0 +539 16 0.137277 0.815853 0.830579 0 0 0 +540 16 0.180976 0.79395 0.858723 0 0 0 +911 16 0.379895 0.414562 0.945179 0 0 0 +256 15 0.0471812 0.72526 0.572583 0 0 0 +556 15 0.17934 0.960858 0.550778 0 0 0 +557 16 0.166425 0.992072 0.562215 0 0 0 +558 16 0.176577 0.939176 0.578957 0 0 0 +559 15 0.18843 0.993026 0.695898 0 0 0 +560 16 0.199608 -0.000647686 0.729168 0 1 0 +561 16 0.167267 0.0206692 0.688168 0 1 0 +562 15 0.0569288 0.968275 0.725639 0 0 0 +563 16 0.0272612 0.971675 0.745135 0 0 0 +564 16 0.0632098 0.933176 0.724964 0 0 0 +693 16 0.228756 0.509039 0.973048 0 0 -1 +952 15 0.358304 0.972566 0.611159 0 0 0 +1342 15 0.655169 0.409924 0.512778 0 0 0 +984 16 0.38731 0.861727 0.55121 0 -1 0 +1690 15 0.824555 0.0184252 0.509271 0 0 0 +1704 16 0.846136 0.18625 0.75976 0 0 -1 +1276 15 0.627761 0.176 0.973772 0 0 -1 +1059 16 0.358747 0.719345 0.992267 0 0 -1 +97 15 0.924654 0.0154056 0.534535 -1 0 0 +476 16 0.183111 0.506355 0.55269 0 0 0 +589 15 0.36494 0.943104 0.761563 0 -1 0 +590 16 0.355819 0.977574 0.762254 0 -1 0 +591 16 0.344322 0.928906 0.736165 0 -1 0 +592 15 0.179935 0.0308354 0.801344 0 0 0 +593 16 0.162122 0.0612358 0.795837 0 0 0 +594 16 0.194481 0.0347271 0.833672 0 0 0 +218 16 0.10772 0.525224 0.940213 0 0 -1 +610 15 0.261108 0.291184 0.560488 0 0 0 +1787 16 0.968493 0.626072 0.946498 0 0 -1 +30 1 0.480328 0.404597 0.523386 0 0 0 +1823 16 0.985237 0.737336 0.531822 0 0 0 +597 16 0.184894 0.205871 0.945522 0 0 -1 +1439 16 0.838768 0.904064 0.541611 0 -1 0 +616 15 0.364861 0.061418 0.671045 0 0 0 +617 16 0.334255 0.0608547 0.652746 0 0 0 +618 16 0.38258 0.0326154 0.659718 0 0 0 +619 15 0.291666 0.228666 0.887172 0 0 0 +620 16 0.311131 0.225401 0.857468 0 0 0 +621 16 0.279834 0.262301 0.886455 0 0 0 +637 15 0.272621 0.0742956 0.607901 0 0 0 +638 16 0.246224 0.0829643 0.63026 0 0 0 +639 16 0.25613 0.0598454 0.579774 0 0 0 +640 15 0.217123 0.121836 0.687071 0 0 0 +641 16 0.233863 0.113557 0.717453 0 0 0 +642 16 0.182444 0.119222 0.694972 0 0 0 +643 15 0.135367 0.262417 0.917282 0 0 0 +644 16 0.158241 0.287431 0.906195 0 0 0 +645 16 0.105983 0.267921 0.897837 0 0 0 +1886 16 0.905463 0.8192 0.821959 0 0 0 +661 15 0.346959 0.349021 0.566209 0 0 0 +662 16 0.313481 0.337407 0.562188 0 0 0 +663 16 0.36714 0.320057 0.561147 0 0 0 +664 15 0.29573 0.333095 0.874878 0 0 0 +665 16 0.264618 0.345986 0.886613 0 0 0 +666 16 0.32035 0.35019 0.894202 0 0 0 +1885 15 0.918021 0.834685 0.79239 0 0 0 +1884 16 0.0769997 0.961926 0.53824 1 0 0 +682 15 0.299161 0.408659 0.633172 0 0 0 +683 16 0.31635 0.382122 0.616676 0 0 0 +595 15 0.197817 0.172637 0.946167 0 0 -1 +685 15 0.180632 0.306182 0.6597 0 0 0 +686 16 0.179396 0.331845 0.684433 0 0 0 +687 16 0.192646 0.277503 0.677164 0 0 0 +244 15 0.861491 0.695165 0.932642 -1 0 -1 +688 15 0.267025 0.40583 0.965666 0 0 0 +260 16 0.0268407 0.598226 0.621643 0 0 0 +1249 15 0.652407 0.009436 0.969345 0 0 -1 +175 15 0.986916 0.309843 0.532374 -1 0 0 +700 15 0.101093 0.429192 0.674128 0 0 0 +701 16 0.0856244 0.399294 0.662352 0 0 0 +702 16 0.120374 0.418797 0.702271 0 0 0 +703 15 0.227409 0.225429 0.694223 0 0 0 +704 16 0.252063 0.232169 0.669352 0 0 0 +705 16 0.23022 0.190406 0.700338 0 0 0 +706 15 0.232923 0.621059 0.955113 0 0 0 +707 16 0.251852 0.610197 0.983319 0 0 0 +708 16 0.233792 0.593427 0.932584 0 0 0 +709 15 0.142532 0.68942 0.901883 0 0 0 +710 16 0.158231 0.665211 0.880923 0 0 0 +711 16 0.16423 0.717697 0.900685 0 0 0 +450 16 0.214968 0.421556 0.541114 0 0 0 +1179 16 0.532921 0.184875 0.502703 0 0 0 +939 16 0.323053 0.016347 0.873079 0 1 -1 +726 16 0.223384 0.587283 0.546729 0 0 0 +727 15 0.207248 0.633772 0.837852 0 0 0 +728 16 0.231778 0.659446 0.841162 0 0 0 +729 16 0.225927 0.603403 0.838645 0 0 0 +730 15 0.199492 0.515757 0.83036 0 0 0 +731 16 0.178323 0.488057 0.83787 0 0 0 +732 16 0.230923 0.501028 0.822175 0 0 0 +733 15 0.233695 0.726302 0.931487 0 0 0 +734 16 0.257936 0.72387 0.905442 0 0 0 +913 15 0.364387 0.608787 0.938016 0 0 -1 +992 16 0.310503 0.123129 0.975885 0 0 -1 +751 15 0.232185 0.706789 0.540188 0 0 0 +724 15 0.233406 0.613411 0.568835 0 0 0 +753 16 0.223593 0.672429 0.544354 0 0 0 +754 15 0.413263 0.857921 0.791122 0 0 0 +755 16 0.425547 0.848233 0.759074 0 0 0 +756 16 0.392963 0.886519 0.784645 0 0 0 +757 15 0.197098 0.904845 0.640121 0 0 0 +758 16 0.198643 0.933495 0.6613 0 0 0 +759 16 0.163417 0.893462 0.642921 0 0 0 +760 15 0.371831 0.809231 0.966052 0 0 0 +761 16 0.373762 0.795796 0.933073 0 0 0 +762 16 0.337202 0.8163 0.970814 0 0 0 +986 16 0.451639 0.170655 0.50594 0 0 0 +164 16 0.762635 0.333219 0.939893 -1 0 -1 +778 15 0.272827 0.904429 0.555708 0 0 0 +779 16 0.25705 0.892217 0.585268 0 0 0 +780 16 0.253041 0.932443 0.545934 0 0 0 +781 15 0.298291 0.740813 0.685442 0 0 0 +782 16 0.295222 0.722268 0.655135 0 0 0 +783 16 0.332054 0.735652 0.695701 0 0 0 +784 15 0.112658 0.0598638 0.692413 0 1 0 +785 16 0.103796 0.0283205 0.706496 0 1 0 +786 16 0.0816115 0.0741356 0.682202 0 1 0 +787 15 0.241962 0.818131 0.824425 0 0 0 +788 16 0.269073 0.825784 0.802556 0 0 0 +789 16 0.226296 0.849571 0.830586 0 0 0 +1361 16 0.512959 0.44022 0.888882 0 0 -1 +1224 16 0.414671 0.0118087 0.881295 0 1 -1 +725 16 0.268823 0.615216 0.56507 0 0 0 +808 15 0.295393 0.921465 0.687878 0 -1 0 +809 16 0.321044 0.929355 0.664391 0 -1 0 +810 16 0.272184 0.948406 0.685156 0 -1 0 +811 15 0.370399 0.0534586 0.528217 0 0 0 +812 16 0.375078 0.0295138 0.502205 0 0 0 +813 16 0.340824 0.0710891 0.518925 0 0 0 +814 15 0.470879 0.988284 0.758296 0 -1 0 +815 16 0.482372 0.962976 0.780642 0 -1 0 +816 16 0.43539 0.98477 0.7583 0 -1 0 +1374 16 0.647323 0.481694 0.59472 0 0 0 +832 15 0.41725 0.280349 0.539673 0 0 0 +833 16 0.424881 0.246768 0.530401 0 0 0 +834 16 0.447327 0.292614 0.554396 0 0 0 +835 15 0.265562 0.187513 0.589567 0 0 0 +836 16 0.281076 0.158809 0.575172 0 0 0 +837 16 0.242304 0.174239 0.613119 0 0 0 +838 15 0.345502 0.0490151 0.774727 0 0 0 +839 16 0.363822 0.0531504 0.744411 0 0 0 +840 16 0.321785 0.0756479 0.774546 0 0 0 +841 15 0.356697 0.188274 0.805606 0 0 0 +842 16 0.362493 0.174578 0.838019 0 0 0 +843 16 0.387418 0.204218 0.797012 0 0 0 +1409 16 0.728618 0.690611 0.560171 0 0 0 +859 15 0.508044 0.200932 0.874098 0 0 0 +860 16 0.532378 0.215134 0.895961 0 0 0 +861 16 0.524876 0.173623 0.858519 0 0 0 +1882 15 0.0734902 0.956031 0.503243 1 0 0 +1866 16 0.93745 0.0194533 0.854722 0 1 -1 +408 16 0.234557 0.319013 0.956197 0 0 -1 +481 15 0.0747392 0.675366 0.978429 0 0 0 +1811 16 0.893875 0.585774 0.991878 0 0 -1 +1360 15 0.539533 0.453625 0.908527 0 0 -1 +691 15 0.221565 0.502233 0.938786 0 0 -1 +901 15 0.294997 0.631628 0.753266 0 0 0 +902 16 0.294279 0.666649 0.759961 0 0 0 +903 16 0.31618 0.628408 0.724757 0 0 0 +904 15 0.431816 0.463975 0.852198 0 0 0 +905 16 0.408415 0.45812 0.878465 0 0 0 +906 16 0.443002 0.431449 0.842775 0 0 0 +907 15 0.497837 0.532018 0.951171 0 0 0 +908 16 0.470666 0.533601 0.928126 0 0 0 +909 16 0.491188 0.55804 0.974634 0 0 0 +1691 16 0.858675 0.0239256 0.518067 0 0 0 +257 16 0.0576905 0.74808 0.597893 0 0 0 +1213 15 0.631148 0.582102 0.544539 0 0 0 +1058 16 0.348289 0.664478 0.984421 0 0 -1 +925 15 0.304006 0.44997 0.810903 0 0 0 +926 16 0.322385 0.45108 0.841445 0 0 0 +927 16 0.319099 0.475002 0.790472 0 0 0 +928 15 0.367204 0.560893 0.782135 0 0 0 +929 16 0.338209 0.577927 0.770263 0 0 0 +930 16 0.381191 0.545712 0.753054 0 0 0 +931 15 0.428213 0.569946 0.868233 0 0 0 +932 16 0.403835 0.580138 0.844283 0 0 0 +933 16 0.438048 0.537338 0.857659 0 0 0 +934 15 0.385175 0.752442 0.882044 0 0 0 +935 16 0.416654 0.764649 0.87056 0 0 0 +936 16 0.389472 0.717094 0.884012 0 0 0 +1881 16 1.00453 0.906214 0.660463 0 0 0 +357 16 0.971391 0.0218466 0.961934 -1 0 -1 +953 16 0.352056 1.00347 0.59449 0 0 0 +950 16 0.34044 0.735049 0.581229 0 0 0 +955 15 0.391432 0.68523 0.799339 0 0 0 +956 16 0.42173 0.69738 0.784978 0 0 0 +957 16 0.38087 0.659266 0.777291 0 0 0 +958 15 0.37411 0.638902 0.689985 0 0 0 +959 16 0.365773 0.639542 0.655316 0 0 0 +960 16 0.407856 0.65036 0.691279 0 0 0 +961 15 0.272773 0.917481 0.937662 0 0 0 +962 16 0.271355 0.881864 0.936569 0 0 0 +963 16 0.307332 0.925188 0.933405 0 0 0 +1186 15 0.432593 0.399422 0.985181 0 0 -1 +33 4 0.551761 0.420102 0.514734 0 0 0 +1585 15 0.935671 0.620319 0.505868 0 0 0 +982 15 0.403153 0.892755 0.558832 0 -1 0 +983 16 0.437852 0.884797 0.560941 0 -1 0 +407 16 0.193646 0.355521 0.942978 0 0 -1 +1047 16 0.530529 0.319685 0.540587 0 0 0 +914 16 0.339971 0.583608 0.93156 0 0 -1 +1867 15 0.77649 0.836509 0.98707 0 0 -1 +988 15 0.433597 0.112532 0.601882 0 0 0 +989 16 0.457968 0.0872497 0.608104 0 0 0 +990 16 0.410266 0.0971921 0.579696 0 0 0 +938 16 0.349196 0.976626 0.842745 0 0 -1 +1880 16 0.971568 0.926456 0.701512 0 0 0 +1110 16 0.452357 0.109031 0.978819 0 0 -1 +596 16 0.227641 0.174262 0.926681 0 0 -1 +474 16 0.0690675 0.545044 0.644119 0 0 0 +648 16 0.343374 0.224559 0.932524 0 0 -1 +409 15 0.156086 0.412456 0.985568 0 0 -1 +1637 16 0.904308 0.82573 0.521176 0 0 0 +1012 15 0.43787 0.167093 0.702349 0 0 0 +1013 16 0.421297 0.143944 0.680871 0 0 0 +1014 16 0.435681 0.198307 0.685241 0 0 0 +1015 15 0.447966 0.214319 0.792301 0 0 0 +1016 16 0.453623 0.19126 0.765691 0 0 0 +1017 16 0.468012 0.20209 0.819142 0 0 0 +1879 15 0.971126 0.916722 0.667207 0 0 0 +1033 15 0.558009 0.305809 0.859797 0 0 0 +1034 16 0.546572 0.293036 0.891068 0 0 0 +1035 16 0.593386 0.301406 0.86074 0 0 0 +1135 15 0.568055 0.266245 0.952418 0 0 -1 +1410 16 0.690251 0.711175 0.524304 0 0 0 +1368 16 0.694084 0.617888 0.933976 0 0 -1 +261 16 0.0217688 0.652192 0.606042 0 0 0 +325 15 0.119381 0.052238 0.904792 0 0 -1 +206 16 0.0439831 0.458505 0.709524 0 0 0 +1072 15 0.459009 0.578408 0.605469 0 0 0 +1073 16 0.437284 0.579421 0.633733 0 0 0 +1074 16 0.438669 0.589038 0.578172 0 0 0 +1075 15 0.466101 0.658758 0.723028 0 0 0 +1076 16 0.497576 0.65561 0.706559 0 0 0 +1077 16 0.462073 0.627974 0.740575 0 0 0 +1078 15 0.482277 0.787681 0.852264 0 0 0 +1079 16 0.511963 0.778514 0.834755 0 0 0 +1080 16 0.464737 0.808924 0.829616 0 0 0 +1096 15 0.384195 0.785291 0.557383 0 0 0 +1097 16 0.412867 0.775542 0.538551 0 0 0 +1098 16 0.397437 0.803433 0.585084 0 0 0 +1099 15 0.48976 0.779695 0.517704 0 0 0 +1100 16 0.521244 0.763732 0.512631 0 0 0 +99 16 0.941085 0.983754 0.534472 -1 -1 0 +1102 15 0.564168 0.679531 0.68562 0 0 0 +1103 16 0.543954 0.7035 0.668629 0 0 0 +1104 16 0.597638 0.688408 0.677089 0 0 0 +1105 15 0.415494 0.83791 0.649715 0 0 0 +1106 16 0.441751 0.8572 0.664216 0 0 0 +1107 16 0.418753 0.8057 0.664672 0 0 0 +273 16 0.852508 0.80797 0.977395 -1 0 -1 +1123 15 0.490726 0.892234 0.691664 0 -1 0 +1124 16 0.510807 0.89369 0.7211 0 -1 0 +1125 16 0.511838 0.904789 0.665809 0 -1 0 +1126 15 0.538006 0.0527962 0.640799 0 0 0 +1127 16 0.521092 0.0215557 0.637677 0 0 0 +1128 16 0.546562 0.0549177 0.675355 0 0 0 +1129 15 0.459594 0.987942 0.641989 0 -1 0 +1130 16 0.466614 0.986365 0.676919 0 -1 0 +1131 16 0.433114 0.964554 0.637127 0 -1 0 +1132 15 0.561024 0.0620459 0.743029 0 0 0 +1133 16 0.577139 0.0341364 0.758298 0 0 0 +1134 16 0.528068 0.0618974 0.756657 0 0 0 +1741 15 0.889152 0.465888 0.558493 0 0 0 +1150 15 0.671047 0.0340689 0.534276 0 0 0 +1151 16 0.700992 0.0511415 0.543421 0 0 0 +690 16 0.233658 0.407452 0.978149 0 0 0 +1153 15 0.572411 0.914251 0.632346 0 -1 0 +1154 16 0.595328 0.941366 0.635725 0 -1 0 +1155 16 0.588759 0.886718 0.648046 0 -1 0 +1156 15 0.641362 0.0857561 0.810987 0 0 0 +1157 16 0.610235 0.0832858 0.793757 0 0 0 +1158 16 0.632413 0.0943101 0.844432 0 0 0 +1159 15 0.592288 0.116146 0.892045 0 0 0 +1160 16 0.606529 0.131643 0.920836 0 0 0 +1161 16 0.577832 0.0859623 0.904367 0 0 0 +1209 16 0.518338 0.81576 0.899728 0 0 -1 +541 15 0.200188 0.898546 0.864687 0 0 -1 +752 16 0.220071 0.72268 0.569727 0 0 0 +1207 15 0.537628 0.828256 0.926998 0 0 -1 +326 16 0.116406 0.0877238 0.902846 0 0 -1 +1180 15 0.587036 0.088546 0.564167 0 0 0 +1181 16 0.561981 0.07745 0.586992 0 0 0 +1182 16 0.570419 0.112463 0.543582 0 0 0 +1183 15 0.509361 0.288857 0.763981 0 0 0 +1184 16 0.535924 0.273311 0.781997 0 0 0 +1185 16 0.479969 0.271951 0.775031 0 0 0 +922 15 0.336106 0.622956 0.534897 0 0 0 +1366 15 0.677045 0.586875 0.93841 0 0 -1 +1198 15 0.480717 0.369477 0.842813 0 0 0 +1199 16 0.465324 0.341011 0.827828 0 0 0 +1200 16 0.511301 0.357041 0.856297 0 0 0 +1396 15 0.529973 0.944157 0.97575 0 0 -1 +205 15 0.0180986 0.477154 0.725463 0 0 0 +1208 16 0.516426 0.824471 0.955422 0 0 -1 +819 16 0.419753 0.10802 0.897258 0 0 -1 +680 16 0.274969 0.401221 0.694553 0 0 0 +1218 16 0.748314 0.562771 0.543928 0 0 0 +1219 15 0.441685 0.753485 0.705101 0 0 0 +1220 16 0.457712 0.724679 0.71871 0 0 0 +1221 16 0.464915 0.766194 0.681213 0 0 0 +966 16 0.533383 1.00813 0.935399 0 -1 -1 +1408 15 0.693728 0.697259 0.556954 0 0 0 +1237 15 0.592101 0.74082 0.522335 0 0 0 +1238 16 0.617032 0.764748 0.53115 0 0 0 +1239 16 0.60789 0.709226 0.527267 0 0 0 +1240 15 0.521859 0.767024 0.630835 0 0 0 +1241 16 0.537688 0.798844 0.633796 0 0 0 +1242 16 0.511121 0.765507 0.596861 0 0 0 +1243 15 0.561036 0.800159 0.784121 0 0 0 +1244 16 0.57458 0.771017 0.768658 0 0 0 +1245 16 0.567224 0.826377 0.760751 0 0 0 +1246 15 0.588706 0.907877 0.894928 0 0 0 +1247 16 0.623323 0.899365 0.895915 0 0 0 +1248 16 0.572072 0.879218 0.908111 0 0 0 +1264 15 0.775778 0.0681755 0.588567 0 0 0 +1864 15 0.961783 0.994102 0.860809 0 0 -1 +1266 16 0.77838 0.102732 0.580148 0 0 0 +1267 15 0.690217 0.920984 0.572373 0 -1 0 +1268 16 0.702326 0.887607 0.575717 0 -1 0 +1269 16 0.716985 0.93869 0.556823 0 -1 0 +1270 15 0.576647 0.903547 0.754962 0 -1 0 +1271 16 0.607006 0.884873 0.756158 0 -1 0 +1272 16 0.580916 0.92913 0.77944 0 -1 0 +1273 15 0.714757 0.957949 0.819747 0 -1 0 +1274 16 0.720837 0.930771 0.797471 0 -1 0 +1275 16 0.744366 0.977749 0.817987 0 -1 0 +647 16 0.38803 0.190103 0.932378 0 0 -1 +1291 15 0.663453 0.10826 0.635043 0 0 0 +1292 16 0.640369 0.101629 0.608681 0 0 0 +1293 16 0.685242 0.133188 0.62179 0 0 0 +1294 15 0.654568 0.991633 0.642165 0 -1 0 +1295 16 0.671594 0.974655 0.615826 0 -1 0 +1296 16 0.65251 0.0254805 0.631122 0 0 0 +1297 15 0.695428 0.916855 0.691882 0 -1 0 +1298 16 0.671004 0.938322 0.677238 0 -1 0 +1299 16 0.726451 0.928032 0.678299 0 -1 0 +1300 15 0.721001 0.0537609 0.896454 0 0 0 +1301 16 0.716021 0.0412216 0.863442 0 0 0 +1666 15 0.985725 0.928226 0.540291 0 -1 0 +1318 15 0.721622 0.302033 0.602626 0 0 0 +1319 16 0.749269 0.28948 0.621332 0 0 0 +1320 16 0.700261 0.273817 0.598216 0 0 0 +1321 15 0.642675 0.24642 0.58996 0 0 0 +1322 16 0.61818 0.267029 0.57424 0 0 0 +1323 16 0.64612 0.218411 0.568155 0 0 0 +1324 15 0.524524 0.268084 0.649725 0 0 0 +1325 16 0.513224 0.295001 0.67021 0 0 0 +1326 16 0.533426 0.242404 0.672816 0 0 0 +1327 15 0.815664 0.0922527 0.932686 0 0 0 +1328 16 0.818929 0.103301 0.898935 0 0 0 +1329 16 0.783205 0.0775569 0.934182 0 0 0 +567 16 0.157385 0.873878 0.990343 0 0 0 +1345 15 0.683814 0.371496 0.673105 0 0 0 +1346 16 0.69374 0.347038 0.649123 0 0 0 +1347 16 0.659412 0.354953 0.693172 0 0 0 +1348 15 0.65907 0.302768 0.742943 0 0 0 +1349 16 0.688567 0.314564 0.759148 0 0 0 +1350 16 0.655904 0.268907 0.753677 0 0 0 +1351 15 0.57531 0.35863 0.727785 0 0 0 +1352 16 0.597452 0.330855 0.730967 0 0 0 +1353 16 0.54307 0.345245 0.735081 0 0 0 +1354 15 0.631579 0.195649 0.832857 0 0 0 +1355 16 0.625857 0.166977 0.853278 0 0 0 +1356 16 0.619137 0.186383 0.800746 0 0 0 +965 16 0.50715 0.0316906 0.891378 0 0 -1 +1667 16 1.00203 0.913007 0.568121 0 -1 0 +1081 15 0.599691 0.986726 0.81489 0 0 -1 +1703 16 0.881019 0.212555 0.724085 0 0 -1 +1137 16 0.598144 0.247113 0.953112 0 0 -1 +1375 15 0.546013 0.626399 0.564318 0 0 0 +1376 16 0.518161 0.604232 0.566501 0 0 0 +1377 16 0.536858 0.649794 0.539007 0 0 0 +1214 16 0.59892 0.593515 0.554683 0 0 0 +448 15 0.214763 0.430338 0.506551 0 0 0 +1393 15 0.656785 0.738367 0.645361 0 0 0 +1394 16 0.688002 0.732115 0.661431 0 0 0 +1395 16 0.660343 0.723877 0.61297 0 0 0 +527 16 0.155111 0.638791 0.5948 0 0 0 +1411 15 0.507634 0.87336 0.560982 0 0 0 +1372 15 0.620241 0.478385 0.571753 0 0 0 +1413 16 0.512107 0.886076 0.527965 0 0 0 +1414 15 0.66967 0.854396 0.7688 0 0 0 +1415 16 0.682037 0.878623 0.745737 0 0 0 +1416 16 0.696314 0.830949 0.772282 0 0 0 +1417 15 0.502145 0.935623 0.84283 0 0 0 +1418 16 0.480858 0.90895 0.853184 0 0 0 +1419 16 0.534835 0.925307 0.85267 0 0 0 +1420 15 0.675387 0.858839 0.879018 0 0 0 +1421 16 0.690417 0.826615 0.881766 0 0 0 +1422 16 0.66935 0.86294 0.844109 0 0 0 +791 16 0.44951 0.107495 0.759014 0 0 -1 +204 16 0.0470519 0.344935 0.512939 0 0 0 +1438 15 0.829459 0.926305 0.567889 0 -1 0 +1714 15 0.95482 0.195103 0.521611 0 0 0 +231 16 0.00290164 0.519524 0.571487 0 0 0 +1441 15 0.870108 0.877292 0.655205 0 -1 0 +1442 16 0.854763 0.897118 0.629841 0 -1 0 +1443 16 0.899726 0.895182 0.66384 0 -1 0 +1444 15 0.820366 0.943567 0.83506 0 -1 0 +1445 16 0.814742 0.925618 0.804761 0 -1 0 +1446 16 0.832656 0.919032 0.857837 0 -1 0 +461 16 0.0112026 0.435208 0.98269 0 0 -1 +207 16 -0.0100104 0.473771 0.703778 0 0 0 +1808 16 0.735439 0.504016 0.996596 0 0 0 +1082 16 0.634235 0.99431 0.8103 0 0 -1 +1465 15 0.691738 0.16609 0.539708 0 0 0 +1466 16 0.724334 0.15445 0.531114 0 0 0 +910 15 0.35829 0.434908 0.925402 0 0 0 +1468 15 0.691166 0.211187 0.684458 0 0 0 +1469 16 0.687455 0.219308 0.649931 0 0 0 +1470 16 0.664964 0.187904 0.691032 0 0 0 +1471 15 0.800466 0.969709 0.695386 0 -1 0 +1472 16 0.829093 0.980143 0.676853 0 -1 0 +1473 16 0.813083 0.945746 0.718589 0 -1 0 +1474 15 0.70968 0.101019 0.730855 0 0 0 +1475 16 0.691352 0.0988079 0.700341 0 0 0 +1476 16 0.685255 0.0959466 0.756342 0 0 0 +1492 15 0.813538 0.160841 0.566228 0 0 0 +1493 16 0.807154 0.183594 0.592936 0 0 0 +1494 16 0.81659 0.181564 0.537364 0 0 0 +1495 15 0.730942 0.355031 0.783955 0 0 0 +1496 16 0.705362 0.376625 0.77166 0 0 0 +1497 16 0.759842 0.375801 0.786243 0 0 0 +1498 15 0.553095 0.16954 0.690356 0 0 0 +1499 16 0.571625 0.139501 0.685248 0 0 0 +1500 16 0.520908 0.158486 0.701018 0 0 0 +1501 15 0.681238 0.267434 0.892787 0 0 0 +1502 16 0.665243 0.267088 0.92466 0 0 0 +1503 16 0.663999 0.242603 0.873863 0 0 0 +569 16 0.258218 0.0726771 0.91347 0 0 -1 +1519 15 0.813213 0.403592 0.619855 0 0 0 +1520 16 0.809113 0.420258 0.651116 0 0 0 +1521 16 0.797464 0.425071 0.596139 0 0 0 +1522 15 0.551797 0.420894 0.626449 0 0 0 +1523 16 0.580773 0.437118 0.61345 0 0 0 +1524 16 0.564237 0.399782 0.652359 0 0 0 +1525 15 0.649575 0.414357 0.777359 0 0 0 +1526 16 0.624229 0.394674 0.761803 0 0 0 +1527 16 0.652581 0.443148 0.756529 0 0 0 +1528 15 0.726284 0.377995 0.968854 0 0 0 +1529 16 0.707637 0.393888 0.94294 0 0 0 +1530 16 0.704757 0.379009 0.997269 0 0 0 +1716 16 0.920622 0.199645 0.512573 0 0 0 +790 15 0.470446 0.109304 0.787827 0 0 -1 +34 4 0.51625 0.471923 0.535497 0 0 0 +1549 15 0.706085 0.489403 0.925435 0 0 0 +1550 16 0.679479 0.46795 0.915252 0 0 0 +1551 16 0.690597 0.521152 0.93033 0 0 0 +1216 15 0.751875 0.587496 0.518475 0 0 0 +1567 15 0.692045 0.471468 0.642872 0 0 0 +1568 16 0.693145 0.435997 0.646402 0 0 0 +1569 16 0.669641 0.482305 0.668414 0 0 0 +1570 15 0.635625 0.413655 0.88319 0 0 0 +1571 16 0.642477 0.417367 0.848388 0 0 0 +1572 16 0.601309 0.422759 0.886567 0 0 0 +1860 16 0.923422 0.767544 0.876829 0 0 0 +954 16 0.359189 0.948325 0.585017 0 0 0 +1588 15 0.7934 0.687677 0.575649 0 0 0 +1316 16 0.704102 0.309359 0.515412 0 0 0 +1590 16 0.813003 0.688993 0.605412 0 0 0 +1591 15 0.609559 0.829398 0.674252 0 0 0 +1592 16 0.615215 0.796149 0.662662 0 0 0 +1593 16 0.641039 0.839749 0.687431 0 0 0 +1609 15 0.646577 0.816989 0.558195 0 0 0 +1610 16 0.675592 0.81836 0.578886 0 0 0 +765 16 0.243087 0.7895 0.962256 0 0 -1 +1612 15 0.833643 0.785232 0.672565 0 0 0 +1613 16 0.851417 0.816142 0.673224 0 0 0 +1614 16 0.856882 0.761285 0.685148 0 0 0 +1615 15 0.748203 0.728289 0.688378 0 0 0 +1616 16 0.764336 0.696486 0.688074 0 0 0 +1617 16 0.774225 0.751584 0.681166 0 0 0 +1618 15 0.851481 0.873109 0.905854 0 0 0 +1619 16 0.846184 0.838529 0.898924 0 0 0 +1620 16 0.883505 0.874287 0.921504 0 0 0 +1859 16 0.875359 0.738332 0.872603 0 0 0 +84 16 0.0553901 0.893941 0.830005 0 -1 -1 +681 16 0.284505 0.404301 0.75006 0 0 0 +568 15 0.252928 0.045336 0.891192 0 0 -1 +1639 15 0.811883 0.880479 0.753199 0 0 0 +1640 16 0.791614 0.854307 0.766466 0 0 0 +1641 16 0.837397 0.863607 0.734862 0 0 0 +1642 15 0.748896 0.792683 0.797857 0 0 0 +1643 16 0.761659 0.765479 0.778652 0 0 0 +1644 16 0.75347 0.782615 0.831762 0 0 0 +1645 15 0.736766 0.932006 0.954221 0 0 0 +1646 16 0.747686 0.937484 0.920716 0 0 0 +1647 16 0.703522 0.944892 0.955009 0 0 0 +137 16 0.00350174 0.231124 0.938885 0 0 -1 +692 16 0.185955 0.502588 0.936882 0 0 -1 +1636 15 0.884089 0.849701 0.504194 0 0 0 +136 15 0.00631149 0.208617 0.966406 0 0 -1 +477 16 0.143934 0.522625 0.515517 0 0 0 +83 16 0.063731 0.947722 0.844819 0 -1 -1 +1302 16 0.700644 0.0329753 0.917079 0 0 0 +1669 15 0.95471 0.0490177 0.735702 0 0 0 +1670 16 0.935438 0.051778 0.765581 0 0 0 +1671 16 0.976623 0.0771412 0.736566 0 0 0 +1672 15 0.894104 0.0649259 0.829158 0 0 0 +1673 16 0.858823 0.0633154 0.824214 0 0 0 +1674 16 0.90077 0.0994982 0.834828 0 0 0 +1786 15 0.947976 0.637612 0.973288 0 0 -1 +713 16 0.32969 0.498922 0.918468 0 0 -1 +553 15 0.132383 0.725546 0.513467 0 0 0 +473 16 0.0558645 0.497365 0.617032 0 0 0 +1693 15 0.893585 0.110992 0.641957 0 0 0 +1694 16 0.888501 0.0757124 0.640806 0 0 0 +1695 16 0.86313 0.124823 0.629586 0 0 0 +1696 15 0.903161 0.00718686 0.662764 0 0 0 +1697 16 0.91868 0.975475 0.657734 0 -1 0 +1698 16 0.926158 0.0252591 0.683169 0 0 0 +1699 15 0.796633 0.060738 0.777174 0 0 0 +1700 16 0.807045 0.0297324 0.762959 0 0 0 +1701 16 0.771147 0.0725394 0.755197 0 0 0 +1611 16 0.61928 0.820932 0.580803 0 0 0 +1717 15 0.805284 0.242522 0.64443 0 0 0 +1718 16 0.827903 0.236767 0.671395 0 0 0 +1719 16 0.773785 0.231028 0.656574 0 0 0 +1720 15 0.968797 0.195366 0.620749 0 0 0 +1721 16 0.969504 0.199578 0.585343 0 0 0 +1722 16 0.943402 0.170961 0.626344 0 0 0 +1723 15 0.791063 0.128087 0.67267 0 0 0 +1724 16 0.816414 0.146106 0.69012 0 0 0 +1725 16 0.765277 0.123273 0.696831 0 0 0 +1726 15 0.840224 0.335087 0.790647 0 0 0 +1727 16 0.823175 0.304037 0.786523 0 0 0 +1728 16 0.84483 0.338148 0.825878 0 0 0 +1744 15 0.954264 0.422619 0.647013 0 0 0 +1745 16 0.96866 0.401656 0.62201 0 0 0 +1746 16 0.930138 0.442173 0.629479 0 0 0 +1747 15 0.876855 0.32846 0.607488 0 0 0 +1748 16 0.855324 0.301951 0.617759 0 0 0 +1749 16 0.857235 0.357972 0.611481 0 0 0 +1750 15 0.796016 0.163997 0.827845 0 0 0 +1751 16 0.782038 0.137502 0.808494 0 0 0 +1752 16 0.775295 0.192143 0.820751 0 0 0 +1753 15 0.821611 0.465745 0.917246 0 0 0 +1754 16 0.847216 0.466623 0.942053 0 0 0 +1755 16 0.791994 0.475376 0.934622 0 0 0 +1367 16 0.655094 0.592588 0.96593 0 0 -1 +1623 16 0.846933 0.0174848 0.925182 0 1 -1 +1344 16 0.640325 0.43281 0.53575 0 0 0 +462 16 0.0541383 0.402318 0.966685 0 0 -1 +1774 15 0.810256 0.451738 0.711903 0 0 0 +1775 16 0.827836 0.445442 0.742287 0 0 0 +1776 16 0.796658 0.484444 0.716054 0 0 0 +1777 15 0.841714 0.470765 0.815169 0 0 0 +1778 16 0.835475 0.470433 0.85028 0 0 0 +1779 16 0.876642 0.464191 0.812232 0 0 0 +1780 15 0.748737 0.249777 0.808273 0 0 0 +1781 16 0.747884 0.284704 0.801119 0 0 0 +1782 16 0.729597 0.246302 0.838163 0 0 0 +1798 15 0.832981 0.579205 0.620122 0 0 0 +1799 16 0.867584 0.572068 0.615278 0 0 0 +1800 16 0.832655 0.608458 0.640517 0 0 0 +1801 15 0.766618 0.510868 0.573473 0 0 0 +1802 16 0.790719 0.530243 0.591238 0 0 0 +1803 16 0.742524 0.501765 0.598139 0 0 0 +1804 15 0.796892 0.548658 0.769131 0 0 0 +1805 16 0.810499 0.517912 0.781019 0 0 0 +1806 16 0.784385 0.564798 0.79837 0 0 0 +845 16 0.453301 0.221967 0.968233 0 0 -1 +403 15 0.0872724 0.307138 0.990608 0 0 0 +177 16 0.955754 0.32663 0.536725 -1 0 0 +1825 15 0.902632 0.684788 0.605542 0 0 0 +1826 16 0.934839 0.669736 0.60271 0 0 0 +1827 16 0.889493 0.684094 0.572395 0 0 0 +1828 15 0.911944 0.726519 0.713488 0 0 0 +1829 16 0.908123 0.699165 0.73605 0 0 0 +1830 16 0.912638 0.711432 0.681181 0 0 0 +1831 15 0.815786 0.641152 0.707921 0 0 0 +1832 16 0.800931 0.609235 0.713615 0 0 0 +1833 16 0.843656 0.642137 0.73015 0 0 0 +1834 15 0.7525 0.658072 0.91202 0 0 0 +1835 16 0.786873 0.666993 0.908744 0 0 0 +1836 16 0.751087 0.623974 0.901671 0 0 0 +570 16 0.259482 0.0163462 0.910901 0 0 -1 +1852 15 0.751359 0.828171 0.589456 0 0 0 +1853 16 0.764496 0.802366 0.56864 0 0 0 +1854 16 0.778695 0.850566 0.59426 0 0 0 +1855 15 0.0589763 0.867905 0.650426 1 0 0 +1856 16 0.0649305 0.836081 0.665379 1 0 0 +1857 16 0.0786203 0.867615 0.620663 1 0 0 +1858 15 0.889369 0.770588 0.866684 0 0 0 +712 15 0.307798 0.524015 0.905705 0 0 -1 +1064 16 0.374788 0.924932 0.508828 0 0 0 +1211 16 0.422341 0.847774 0.975955 0 0 -1 +684 16 0.320508 0.436953 0.62923 0 0 0 +763 15 0.2596 0.820118 0.970106 0 0 -1 +923 16 0.347348 0.649439 0.555971 0 0 0 +299 16 0.908627 0.983404 0.984509 -1 0 -1 +258 16 0.0774823 0.711266 0.56002 0 0 0 +163 15 0.768884 0.309161 0.91432 -1 0 -1 +1412 16 0.52555 0.896088 0.58182 0 0 0 +82 15 0.0659826 0.914371 0.857249 0 -1 -1 +1742 16 0.866581 0.48732 0.541084 0 0 0 +192 16 0.834867 0.221474 0.880531 -1 0 -1 +472 15 0.0433878 0.529922 0.62453 0 0 0 +1083 16 0.597214 0.976611 0.848999 0 0 -1 +1095 16 0.331885 0.809295 0.514237 0 0 0 +1865 16 0.993122 0.0106308 0.856755 0 1 -1 +526 15 0.132842 0.657463 0.615472 0 0 0 +1101 16 0.498009 0.811631 0.531264 0 0 0 +818 16 0.367277 0.125391 0.908476 0 0 -1 +964 15 0.53955 0.025933 0.905122 0 0 -1 +190 15 0.852257 0.240986 0.904794 -1 0 -1 +679 15 0.264668 0.387348 0.725751 0 0 0 +31 3 0.489185 0.360777 0.515069 0 0 0 +817 15 0.396841 0.134567 0.890768 0 0 -1 +1553 16 0.753122 0.789916 0.924769 0 0 -1 +327 16 0.117297 0.0449906 0.939649 0 0 -1 +111 16 0.966625 0.144742 0.840659 -1 0 -1 +355 15 0.99575 0.0466287 0.969954 -1 0 -1 +862 15 0.450541 0.303401 0.93564 0 0 -1 +356 16 -0.00230969 0.0670324 0.940769 0 0 -1 +1223 16 0.462544 0.995601 0.85626 0 0 -1 +735 16 0.224627 0.69252 0.938443 0 0 0 +1215 16 0.650797 0.611768 0.542157 0 0 0 +1217 16 0.769115 0.614331 0.534427 0 0 0 +993 16 0.254955 0.1308 0.969807 0 0 -1 +1587 16 0.959529 0.601586 0.524621 0 0 0 +1702 15 0.848849 0.197274 0.725952 0 0 -1 +1868 16 0.766312 0.866647 0.970947 0 0 -1 +422 16 0.102448 0.418552 0.558276 0 0 0 +528 16 0.125198 0.635494 0.642504 0 0 0 +1621 15 0.860558 0.987637 0.939158 0 0 -1 +1440 16 0.835763 0.958841 0.554717 0 -1 0 +482 16 0.0958038 0.687787 0.95247 0 0 0 +1467 16 0.678275 0.178403 0.509065 0 0 0 +1398 16 0.546109 0.928425 0.94811 0 0 -1 +1046 16 0.544989 0.277678 0.575338 0 0 0 +1379 16 0.595867 0.790421 0.986786 0 0 -1 +165 16 0.736479 0.298163 0.90428 -1 0 -1 +406 15 0.208896 0.325139 0.932202 0 0 -1 +1822 15 0.95977 0.740871 0.507109 0 0 0 +230 16 0.953026 0.501983 0.551835 -1 0 0 +460 15 0.0428592 0.436148 0.966294 0 0 -1 +951 16 0.296037 0.70236 0.569344 0 0 0 +612 16 0.230501 0.298967 0.543922 0 0 0 +217 15 0.0987015 0.504734 0.912453 0 0 -1 +1136 16 0.563655 0.277211 0.986066 0 0 -1 +1668 16 0.978362 0.901115 0.518322 0 -1 0 +1045 15 0.550256 0.290024 0.542298 0 0 0 +985 15 0.459723 0.188859 0.535522 0 0 0 +987 16 0.455153 0.165395 0.561988 0 0 0 +411 16 0.131626 0.418612 0.960356 0 0 -1 +1692 16 0.806049 0.0383415 0.532352 0 0 0 +1589 16 0.817291 0.688216 0.549177 0 0 0 +846 16 0.504798 0.244388 0.973393 0 0 -1 +1162 15 0.67524 0.263124 0.998818 0 0 -1 +1883 16 0.0401434 0.943953 0.49951 1 0 0 +1055 16 0.221477 0.969523 0.990437 0 0 -1 +138 16 0.0395984 0.213212 0.978351 0 0 -1 +1547 16 0.897714 0.558494 0.492502 0 0 0 +445 15 0.171298 0.327074 0.511568 0 0 0 +1149 16 0.514412 0.0436072 0.509606 0 0 0 +271 15 0.882046 0.802708 0.996673 -1 0 -1 +1203 16 0.530126 0.448606 0.987299 0 0 -1 +893 16 0.390103 0.477763 0.991869 0 0 0 +1317 16 0.661277 0.339666 0.494704 0 0 0 +98 16 0.930726 0.0286967 0.502003 -1 0 0 +446 16 0.158233 0.294463 0.505436 0 0 0 +1608 16 0.890073 0.679054 0.48746 0 0 0 +ITEM: TIMESTEP +3000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.602517 27.1641 +0.597104 27.1587 +0.592435 27.1541 +ITEM: ATOMS +1 1 0.385332 0.472938 0.392648 0 0 0 +2 2 0.33541 0.467678 0.416837 0 0 0 +3 3 0.401426 0.444753 0.360317 0 0 0 +4 4 0.312305 0.502551 0.415946 0 0 0 +5 4 0.311203 0.43737 0.401145 0 0 0 +6 4 0.341845 0.45773 0.456967 0 0 0 +7 5 0.411897 0.511195 0.409899 0 0 0 +8 6 0.464511 0.52226 0.398484 0 0 0 +9 1 0.492006 0.516673 0.447951 0 0 0 +33 4 0.58032 0.442729 0.478803 0 0 0 +11 7 0.471278 0.5758 0.37441 0 0 0 +12 8 0.467656 0.573796 0.31805 0 0 0 +13 8 0.486051 0.53378 0.289649 0 0 0 +14 8 0.445549 0.615971 0.293064 0 0 0 +15 8 0.483984 0.536939 0.237458 0 0 0 +16 8 0.438645 0.616719 0.240378 0 0 0 +17 8 0.462339 0.57945 0.213614 0 0 0 diff --git a/examples/files/dump.peptide.2 b/examples/files/dump.peptide.2 new file mode 100644 index 0000000..02c6999 --- /dev/null +++ b/examples/files/dump.peptide.2 @@ -0,0 +1,17091 @@ +ITEM: TIMESTEP +2000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.482127 27.3191 +0.477796 27.3148 +0.47406 27.3111 +ITEM: ATOMS +1 1 0.404224 0.524373 0.362448 0 0 0 +2 2 0.364265 0.561026 0.358768 0 0 0 +3 3 0.394989 0.481736 0.350359 0 0 0 +4 4 0.372733 0.590253 0.330707 0 0 0 +5 4 0.329749 0.542462 0.345452 0 0 0 +6 4 0.35904 0.580241 0.395057 0 0 0 +7 5 0.447693 0.541696 0.379588 0 0 0 +8 6 0.492728 0.512197 0.384758 0 0 0 +9 1 0.506612 0.503729 0.440818 0 0 0 +1448 16 0.698061 0.913569 0.0293788 0 -1 1 +11 7 0.535292 0.540997 0.360057 0 0 0 +12 8 0.526605 0.557514 0.306343 0 0 0 +13 8 0.530219 0.520826 0.269346 0 0 0 +14 8 0.524061 0.608059 0.288945 0 0 0 +15 8 0.528709 0.534829 0.218346 0 0 0 +16 8 0.518024 0.620891 0.238743 0 0 0 +17 8 0.524174 0.583334 0.201781 0 0 0 +18 9 0.529588 0.595163 0.151834 0 0 0 +19 10 0.453588 0.578212 0.382997 0 0 0 +20 4 0.486599 0.476473 0.367285 0 0 0 +21 4 0.542525 0.573607 0.384503 0 0 0 +22 4 0.570233 0.518925 0.362358 0 0 0 +23 11 0.534392 0.482277 0.280098 0 0 0 +24 11 0.523442 0.638145 0.315656 0 0 0 +25 11 0.532198 0.507743 0.188795 0 0 0 +26 11 0.513802 0.659451 0.22805 0 0 0 +27 10 0.528408 0.563385 0.135461 0 0 0 +28 5 0.512688 0.456356 0.456463 0 0 0 +1548 16 0.856445 0.561151 0.454146 0 0 0 +1878 16 0.931043 0.899707 0.44592 0 0 0 +1201 15 0.520714 0.440445 0.020715 0 0 0 +32 10 0.52076 0.429404 0.43221 0 0 0 +856 15 0.314664 0.497769 0.463777 0 0 0 +203 16 0.0525621 0.382908 0.471598 0 0 0 +1036 15 0.343312 0.409176 0.032471 0 0 0 +1086 16 0.313565 0.906033 0.0635659 0 0 0 +565 15 0.174065 0.886951 0.0190267 0 0 1 +896 16 0.462353 0.58675 0.0750095 0 0 0 +88 15 0.922243 0.959278 0.11915 -1 -1 0 +89 16 0.90063 0.941282 0.097222 -1 -1 0 +90 16 0.925634 0.991385 0.104001 -1 -1 0 +91 15 0.0423229 0.988835 0.344078 0 -1 0 +92 16 0.0185669 0.00951064 0.327345 0 0 0 +93 16 0.0247507 0.976142 0.372397 0 -1 0 +94 15 0.966466 0.0526136 0.315098 -1 0 0 +95 16 0.931467 0.0460161 0.313273 -1 0 0 +96 16 0.977856 0.0498389 0.281417 -1 0 0 +1533 16 0.753775 0.462651 0.130735 0 0 0 +112 15 0.973812 0.145955 0.0557034 -1 0 0 +113 16 0.941106 0.157263 0.0470824 -1 0 0 +114 16 0.995418 0.162895 0.0329422 -1 0 0 +115 15 0.021814 0.167603 0.150112 0 0 0 +116 16 0.0178871 0.19904 0.133737 0 0 0 +117 16 0.00846755 0.143822 0.12713 0 0 0 +118 15 0.0687539 0.175853 0.244024 0 0 0 +119 16 0.0776718 0.144314 0.25808 0 0 0 +120 16 0.0558448 0.167925 0.211739 0 0 0 +121 15 -0.000297658 0.137027 0.371738 0 0 0 +122 16 0.996206 0.155998 0.341743 -1 0 0 +123 16 0.994424 0.103241 0.361614 -1 0 0 +1877 16 0.902986 0.935463 0.412518 0 0 0 +139 15 0.94843 0.293127 0.152602 -1 0 0 +140 16 0.971182 0.285677 0.179036 -1 0 0 +141 16 0.918781 0.275175 0.161 -1 0 0 +142 15 0.0383264 0.288045 0.210156 0 0 0 +143 16 0.0324608 0.261756 0.23353 0 0 0 +144 16 0.0721489 0.283443 0.199827 0 0 0 +145 15 0.902622 0.31423 0.420143 -1 0 0 +146 16 0.911795 0.322853 0.453509 -1 0 0 +147 16 0.891249 0.280507 0.422429 -1 0 0 +876 16 0.430711 0.615491 0.477865 0 0 0 +1425 16 0.569541 0.952502 0.0397511 0 -1 0 +150 16 0.908258 0.195115 0.372696 -1 0 0 +1876 15 0.935068 0.920653 0.417339 0 0 0 +166 15 0.0145539 0.373698 0.129373 0 0 0 +167 16 0.0369361 0.380832 0.156205 0 0 0 +168 16 0.996932 0.34455 0.139939 -1 0 0 +169 15 0.0394618 0.393416 0.237241 0 0 0 +170 16 0.00657667 0.402409 0.247708 0 0 0 +171 16 0.0387221 0.357829 0.235033 0 0 0 +172 15 0.910915 0.416397 0.421264 -1 0 0 +222 16 0.909165 0.387307 0.0535729 -1 0 0 +85 15 0.926789 0.0536926 0.0835198 -1 0 0 +489 16 0.150922 0.568453 0.0150386 0 0 0 +1665 16 0.82042 0.974709 0.400083 0 -1 0 +1304 16 0.726907 0.361843 0.0938239 0 0 0 +1875 16 0.944218 0.828912 0.354269 0 0 0 +659 16 0.216358 0.208963 0.391481 0 0 0 +1051 15 0.654363 0.645223 0.0585396 0 0 0 +339 16 0.107345 0.994087 0.343687 0 -1 0 +1449 16 0.682853 0.872932 0.0654171 0 -1 1 +196 15 0.969113 0.452345 0.0763445 -1 0 0 +197 16 0.991178 0.480274 0.0741139 -1 0 0 +198 16 0.986481 0.428839 0.0967809 -1 0 0 +199 15 0.0145182 0.41046 0.42207 0 0 0 +200 16 0.98091 0.421087 0.416648 -1 0 0 +201 16 0.03439 0.438607 0.412867 0 0 0 +1785 16 0.784849 0.648926 0.0281087 0 0 0 +1451 16 0.74159 0.123795 0.109414 0 0 0 +1595 16 0.773612 0.739074 0.0362393 0 0 0 +1874 16 0.963501 0.881076 0.363676 0 0 0 +220 15 0.882772 0.374356 0.0737593 -1 0 0 +221 16 0.853092 0.388166 0.0596094 -1 0 0 +1757 16 0.802796 0.460881 0.0283773 0 0 0 +1177 15 0.563288 0.166739 0.498145 0 0 0 +224 16 0.868651 0.453234 0.0167416 -1 0 0 +225 16 0.923461 0.463998 0.0245811 -1 0 0 +226 15 0.94126 0.682069 0.298882 -1 0 0 +227 16 0.94908 0.648429 0.30777 -1 0 0 +228 16 0.970865 0.700439 0.306491 -1 0 0 +353 16 0.0481878 0.0660666 0.00642979 0 0 0 +173 16 0.915075 0.381369 0.416014 -1 0 0 +1862 16 0.959929 0.899942 0.0111938 0 0 1 +676 15 0.28558 0.60541 0.458677 0 0 0 +148 15 0.910365 0.212903 0.403533 -1 0 0 +247 15 0.00438008 0.667491 0.137938 0 0 0 +248 16 1.00455 0.702316 0.145621 -1 0 0 +249 16 0.0110257 0.651433 0.16908 0 0 0 +250 15 0.990581 0.554157 0.156461 -1 0 0 +251 16 0.0112056 0.537813 0.132392 0 0 0 +252 16 0.966206 0.571499 0.137046 -1 0 0 +253 15 0.0153137 0.713109 0.425318 0 0 0 +254 16 0.0411975 0.69584 0.407893 0 0 0 +255 16 0.0318111 0.740673 0.440806 0 0 0 +1009 15 0.433295 0.123101 0.465504 0 0 0 +879 16 0.578621 0.511641 0.0981364 0 0 0 +1478 16 0.804074 0.170504 0.0374834 0 0 0 +1873 15 0.974268 0.84808 0.35548 0 0 0 +581 16 0.247645 0.0461695 0.306886 0 0 0 +1206 16 0.651348 0.532569 0.176477 0 0 0 +274 15 0.106165 0.719204 0.0779332 0 0 0 +275 16 0.0711835 0.725918 0.0761817 0 0 0 +276 16 0.12025 0.74878 0.0920304 0 0 0 +277 15 0.187011 0.671273 0.280625 0 0 0 +278 16 0.176328 0.681438 0.248154 0 0 0 +279 16 0.177882 0.698375 0.301932 0 0 0 +280 15 0.103436 0.674381 0.377381 0 0 0 +281 16 0.127253 0.700825 0.379686 0 0 0 +282 16 0.121463 0.645229 0.387232 0 0 0 +283 15 0.961793 0.0229331 0.429622 -1 1 0 +284 16 0.951462 0.0358102 0.398011 -1 1 0 +285 16 0.952083 0.988625 0.428906 -1 0 0 +1424 16 0.612011 0.928028 0.0676567 0 -1 0 +898 15 0.541451 0.796012 0.104721 0 0 0 +301 15 0.0302773 0.888516 0.109827 0 0 0 +302 16 0.0025164 0.889681 0.0874715 0 0 0 +303 16 0.0225603 0.912643 0.13493 0 0 0 +304 15 0.00766421 0.931968 0.201723 0 0 0 +305 16 0.0431609 0.933291 0.204901 0 0 0 +306 16 0.997493 0.907228 0.225311 -1 0 0 +307 15 0.0641773 0.829963 0.184979 0 0 0 +308 16 0.0860249 0.852239 0.20225 0 0 0 +309 16 0.0558434 0.847165 0.154872 0 0 0 +310 15 0.0815645 0.789783 0.456011 0 0 0 +311 16 0.106508 0.815226 0.454492 0 0 0 +1596 16 0.806711 0.70099 0.0614487 0 0 0 +764 16 0.262067 0.82008 0.0056831 0 0 0 +1872 16 0.852721 0.877105 0.0740034 0 0 0 +328 15 0.119155 0.945672 0.0871332 0 -1 0 +329 16 0.139638 0.925704 0.0658361 0 -1 0 +330 16 0.0868936 0.930595 0.0852138 0 -1 0 +331 15 0.173474 0.0699036 0.0691513 0 0 0 +332 16 0.190853 0.042437 0.0544751 0 0 0 +333 16 0.140973 0.068769 0.0545151 0 0 0 +334 15 0.0685288 0.801364 0.331485 0 -1 0 +335 16 0.0393091 0.818137 0.343178 0 -1 0 +336 16 0.0933465 0.808427 0.356102 0 -1 0 +337 15 0.141276 0.00432154 0.347653 0 0 0 +338 16 0.143066 0.0165872 0.381092 0 0 0 +1303 15 0.722395 0.33642 0.0692236 0 0 0 +1871 16 0.862252 0.913929 0.0323561 0 0 0 +1731 16 0.850287 0.342918 0.138794 0 0 0 +622 15 0.468552 0.153172 0.0781651 0 0 0 +1488 16 0.761561 0.393283 0.483771 0 0 0 +358 15 0.19326 0.208277 0.189165 0 0 0 +359 16 0.207063 0.237707 0.174495 0 0 0 +360 16 0.180634 0.219091 0.220716 0 0 0 +361 15 0.152492 0.226961 0.280456 0 0 0 +362 16 0.165594 0.213866 0.310931 0 0 0 +363 16 0.12391 0.206762 0.273603 0 0 0 +364 15 0.116515 0.0859611 0.269264 0 0 0 +365 16 0.141264 0.070245 0.289569 0 0 0 +366 16 0.13089 0.0867287 0.236635 0 0 0 +1870 15 0.84847 0.911388 0.0651498 0 0 0 +1479 16 0.798504 0.223353 0.0563845 0 0 0 +588 16 0.275613 0.0956743 0.493735 0 0 0 +382 15 0.140624 0.263161 0.0803122 0 0 0 +383 16 0.175641 0.264934 0.0868297 0 0 0 +384 16 0.125321 0.273817 0.110711 0 0 0 +385 15 0.235403 0.280471 0.11678 0 0 0 +386 16 0.249831 0.303925 0.139441 0 0 0 +387 16 0.263051 0.261312 0.104934 0 0 0 +388 15 0.0951806 0.287515 0.386146 0 0 0 +389 16 0.118081 0.262423 0.397 0 0 0 +390 16 0.115393 0.316443 0.380999 0 0 0 +391 15 0.0155149 0.258879 0.44293 0 0 0 +392 16 0.00934707 0.28117 0.470076 0 0 0 +393 16 0.0477344 0.268225 0.430831 0 0 0 +678 16 0.300118 0.573611 0.451656 0 0 0 +514 15 0.282319 0.967162 0.108994 0 0 0 +1031 16 0.329138 0.250392 0.460611 0 0 0 +615 16 0.328024 0.169027 0.496211 0 0 0 +410 16 0.137353 0.40055 0.0134814 0 0 0 +1809 16 0.765325 0.549669 0.0108812 0 0 1 +412 15 0.140316 0.346751 0.188632 0 0 0 +413 16 0.137615 0.345366 0.224165 0 0 0 +414 16 0.141983 0.381578 0.181142 0 0 0 +415 15 0.974142 0.315171 0.349649 -1 0 0 +416 16 0.988139 0.345861 0.361227 -1 0 0 +417 16 0.9508 0.305879 0.374961 -1 0 0 +418 15 0.246231 0.484991 0.310944 0 0 0 +419 16 0.24718 0.506365 0.282412 0 0 0 +420 16 0.259764 0.504748 0.33737 0 0 0 +1772 16 0.850351 0.615433 0.401288 0 0 0 +436 15 0.112446 0.410316 0.0774027 0 0 0 +437 16 0.104199 0.439597 0.0960141 0 0 0 +438 16 0.090602 0.385173 0.0901495 0 0 0 +439 15 0.0846295 0.451959 0.16903 0 0 0 +440 16 0.110404 0.471797 0.183657 0 0 0 +441 16 0.064948 0.441056 0.196699 0 0 0 +442 15 0.127878 0.541812 0.421309 0 0 0 +443 16 0.104503 0.519882 0.436947 0 0 0 +444 16 0.122608 0.537049 0.386362 0 0 0 +626 16 0.275947 0.266898 0.026842 0 0 0 +342 16 0.180991 0.994109 0.474096 0 -1 0 +554 16 0.142321 0.692893 0.50313 0 0 0 +87 16 0.892593 0.0632098 0.0869641 -1 0 0 +900 16 0.535182 0.761146 0.108835 0 0 0 +463 15 0.0504801 0.512875 0.0595455 0 0 0 +464 16 0.0630371 0.493111 0.0326468 0 0 0 +465 16 0.076215 0.536738 0.0658794 0 0 0 +466 15 0.147971 0.591601 0.181951 0 0 0 +467 16 0.141325 0.617381 0.205679 0 0 0 +468 16 0.11964 0.591866 0.160292 0 0 0 +469 15 0.225992 0.567621 0.373894 0 0 0 +470 16 0.198126 0.547388 0.383161 0 0 0 +471 16 0.234222 0.585631 0.403555 0 0 0 +1202 16 0.490103 0.42248 0.017248 0 0 0 +1807 15 0.763316 0.514467 0.01623 0 0 1 +1163 16 0.684589 0.297159 -0.00628225 0 0 0 +1861 15 0.961242 0.870921 0.0318802 0 0 1 +352 15 0.081186 0.0746719 0.0168646 0 0 0 +1070 16 0.414802 0.80409 0.426921 0 0 0 +776 16 0.107761 0.902894 0.469359 0 0 0 +493 15 0.101314 0.61196 0.281654 0 0 0 +494 16 0.107489 0.577858 0.290065 0 0 0 +495 16 0.132011 0.628637 0.288827 0 0 0 +496 15 0.0201338 0.509389 0.446595 0 0 0 +497 16 -0.00178467 0.53584 0.437019 0 0 0 +498 16 0.0125488 0.503482 0.480937 0 0 0 +499 15 0.167017 0.641596 0.471904 0 0 0 +500 16 0.20151 0.641913 0.462853 0 0 0 +501 16 0.157098 0.607548 0.468139 0 0 0 +1358 16 0.562137 0.572188 0.0423525 0 0 0 +667 15 0.264817 0.530578 0.0239806 0 0 0 +517 15 0.25392 0.671476 0.133397 0 0 0 +518 16 0.229019 0.672153 0.158918 0 0 0 +519 16 0.235827 0.6767 0.103112 0 0 0 +520 15 0.15872 0.703655 0.171472 0 0 0 +521 16 0.154957 0.703371 0.13601 0 0 0 +522 16 0.164968 0.73783 0.179527 0 0 0 +523 15 0.295314 0.636008 0.287023 0 0 0 +524 16 0.265343 0.624921 0.302854 0 0 0 +525 16 0.293514 0.671599 0.288399 0 0 0 +1052 16 0.682488 0.630827 0.0750804 0 0 0 +627 16 0.236029 0.301162 0.0471872 0 0 0 +149 16 0.945348 0.215672 0.409885 -1 0 0 +607 15 0.152796 0.226003 0.48921 0 0 0 +544 15 0.150657 0.103345 0.170378 0 1 0 +545 16 0.155534 0.0994132 0.13527 0 1 0 +546 16 0.156935 0.137921 0.17646 0 1 0 +547 15 0.112867 0.922761 0.191593 0 0 0 +548 16 0.127155 0.953432 0.202861 0 0 0 +549 16 0.116047 0.923927 0.156091 0 0 0 +550 15 0.176016 0.793531 0.273456 0 0 0 +551 16 0.158858 0.814885 0.296291 0 0 0 +552 16 0.210087 0.803881 0.275416 0 0 0 +1771 15 0.87207 0.599658 0.37781 0 0 0 +624 16 0.477163 0.176944 0.0530148 0 0 0 +1518 16 0.781271 0.500533 0.467174 0 0 0 +677 16 0.303108 0.617096 0.487453 0 0 0 +1648 15 0.514757 0.969886 0.155249 0 -1 0 +1770 16 0.767671 0.657693 0.444146 0 0 0 +572 16 0.375475 0.089651 0.0174481 0 0 0 +394 15 0.0900241 0.16531 0.432466 0 0 0 +574 15 0.229428 0.940157 0.358337 0 -1 0 +575 16 0.198802 0.956626 0.350423 0 -1 0 +576 16 0.238143 0.95252 0.390632 0 -1 0 +577 15 0.257986 0.12348 0.212854 0 0 0 +578 16 0.230957 0.119608 0.189914 0 0 0 +579 16 0.248682 0.103728 0.241051 0 0 0 +580 15 0.218052 0.0553406 0.289223 0 0 0 +1532 16 0.752268 0.501843 0.0902001 0 0 0 +582 16 0.192673 0.0342433 0.302737 0 0 0 +194 16 0.850434 0.276275 0.0127078 -1 0 0 +484 15 0.00343154 0.76983 0.0490387 0 0 1 +598 15 0.278116 0.106937 0.0759798 0 0 0 +599 16 0.283581 0.0747873 0.0615446 0 0 0 +600 16 0.243572 0.107003 0.0848427 0 0 0 +601 15 0.188809 0.994191 0.160748 0 -1 0 +602 16 0.172345 0.973638 0.136699 0 -1 0 +603 16 0.179785 0.0274923 0.151723 0 0 0 +604 15 0.332636 0.157417 0.145563 0 0 0 +605 16 0.322287 0.137018 0.118202 0 0 0 +606 16 0.313676 0.145462 0.173301 0 0 0 +1452 16 0.734411 0.0690337 0.0979698 0 0 0 +223 15 0.898778 0.460472 -0.000917683 -1 0 0 +1573 15 0.740686 0.82873 0.0938377 0 0 0 +736 15 0.261378 0.811322 0.0698108 0 0 0 +1305 16 0.755185 0.330244 0.0566313 0 0 0 +1204 15 0.649648 0.513563 0.146348 0 0 0 +775 15 0.135745 0.881908 0.462411 0 0 0 +486 16 0.000641403 0.802068 0.0640301 0 0 1 +195 16 0.85118 0.314066 0.0545718 -1 0 0 +628 15 0.301704 0.316038 0.196252 0 0 0 +629 16 0.295859 0.291058 0.221025 0 0 0 +630 16 0.283911 0.344623 0.208006 0 0 0 +631 15 0.397886 0.292965 0.283039 0 0 0 +632 16 0.399354 0.328582 0.284115 0 0 0 +633 16 0.387184 0.285456 0.24986 0 0 0 +634 15 0.163073 0.331318 0.288405 0 0 0 +635 16 0.196579 0.325614 0.299207 0 0 0 +636 16 0.153624 0.300998 0.272182 0 0 0 +1607 16 0.873228 0.732309 0.479618 0 0 0 +380 16 0.112623 0.205906 0.0486383 0 0 0 +649 15 0.207031 0.451478 0.0984697 0 0 0 +650 16 0.182287 0.443352 0.0741075 0 0 0 +651 16 0.188504 0.457695 0.128301 0 0 0 +652 15 0.152477 0.439827 0.29718 0 0 0 +653 16 0.154308 0.404677 0.29144 0 0 0 +654 16 0.181263 0.447177 0.316908 0 0 0 +655 15 0.411664 0.325216 0.447012 0 0 0 +656 16 0.436281 0.348317 0.458509 0 0 0 +657 16 0.403756 0.305563 0.4757 0 0 0 +658 15 0.2005 0.240028 0.398919 0 0 0 +1869 16 0.766303 0.840639 0.0209962 0 0 0 +660 16 0.227446 0.262798 0.404139 0 0 0 +1330 15 0.755926 0.396435 0.144968 0 0 0 +670 15 0.176337 0.565727 0.0807099 0 0 0 +671 16 0.186433 0.558366 0.114112 0 0 0 +672 16 0.148501 0.587708 0.0844208 0 0 0 +673 15 0.401392 0.396336 0.291843 0 0 0 +674 16 0.437018 0.397377 0.293088 0 0 0 +675 16 0.391089 0.428294 0.30386 0 0 0 +1739 16 0.770518 0.430879 0.419111 0 0 0 +1491 16 0.816101 0.23075 0.461992 0 0 0 +193 15 0.830743 0.288969 0.0395955 -1 0 0 +831 16 0.298657 0.320183 0.408496 0 0 0 +1575 16 0.734322 0.796073 0.106677 0 0 0 +609 16 0.171623 0.223173 0.459054 0 0 0 +1838 16 0.829732 0.653034 0.142348 0 0 0 +694 15 0.343793 0.556344 0.0889033 0 0 0 +695 16 0.376423 0.551528 0.0753419 0 0 0 +696 16 0.341357 0.591548 0.0940525 0 0 0 +697 15 0.0892896 0.516642 0.325904 0 0 0 +698 16 0.0545319 0.514842 0.318128 0 0 0 +699 16 0.103854 0.489372 0.308127 0 0 0 +1331 16 0.786272 0.382737 0.157748 0 0 0 +1369 15 0.654571 0.743209 0.0836143 0 0 0 +715 15 0.0831408 0.613528 0.103799 0 0 0 +716 16 0.0960218 0.646227 0.0977472 0 0 0 +717 16 0.0480896 0.618401 0.108215 0 0 0 +718 15 0.267134 0.553475 0.217053 0 0 0 +719 16 0.298021 0.548159 0.200035 0 0 0 +720 16 0.269374 0.586846 0.22943 0 0 0 +721 15 0.257506 0.70413 0.434511 0 0 0 +1038 16 0.337537 0.431517 0.0596625 0 0 0 +897 16 0.491755 0.634711 0.070932 0 0 0 +805 15 0.244854 0.142467 0.378493 0 0 0 +1093 15 0.316878 0.830855 0.490117 0 0 0 +739 15 0.347267 0.682239 0.105915 0 0 0 +740 16 0.340462 0.690743 0.0719563 0 0 0 +741 16 0.315396 0.673989 0.119625 0 0 0 +742 15 0.367591 0.529703 0.204602 0 0 0 +743 16 0.363349 0.494381 0.202104 0 0 0 +744 16 0.39308 0.537347 0.180859 0 0 0 +745 15 0.387409 0.630468 0.246119 0 0 0 +746 16 0.352859 0.632481 0.254727 0 0 0 +747 16 0.391675 0.597207 0.233981 0 0 0 +748 15 0.327519 0.798798 0.387223 0 0 0 +749 16 0.33077 0.77239 0.41097 0 0 0 +750 16 0.311119 0.824934 0.405107 0 0 0 +1851 16 0.810409 0.815828 0.423282 0 0 0 +766 15 0.359555 0.0283737 0.0325335 0 1 0 +767 16 0.331866 0.00808285 0.0421976 0 1 0 +768 16 0.388253 0.00909634 0.041288 0 1 0 +769 15 0.176843 0.801412 0.168299 0 0 0 +770 16 0.195191 0.831983 0.169053 0 0 0 +771 16 0.160647 0.799919 0.200036 0 0 0 +772 15 0.174707 0.750473 0.390436 0 0 0 +773 16 0.203217 0.739147 0.408623 0 0 0 +774 16 0.183619 0.783153 0.379282 0 0 0 +1391 16 0.64306 0.56727 0.471589 0 0 0 +1371 16 0.635046 0.759817 0.0588203 0 0 0 +895 15 0.488536 0.602286 0.0564377 0 0 0 +1863 16 0.94159 0.84671 0.014576 0 0 1 +613 15 0.320336 0.135753 0.485936 0 0 0 +1050 16 0.491291 0.704663 0.135284 0 0 0 +793 15 0.32152 0.934052 0.308113 0 -1 0 +794 16 0.301471 0.949032 0.33352 0 -1 0 +795 16 0.355049 0.938379 0.319469 0 -1 0 +796 15 0.399458 0.0869034 0.209201 0 0 0 +797 16 0.399518 0.0962613 0.174789 0 0 0 +798 16 0.423352 0.060514 0.211332 0 0 0 +799 15 0.26213 0.305511 0.307934 0 0 0 +800 16 0.271606 0.279142 0.285873 0 0 0 +801 16 0.292911 0.321062 0.317021 0 0 0 +802 15 0.16432 0.859008 0.367487 0 -1 0 +803 16 0.19227 0.880252 0.361214 0 -1 0 +804 16 0.154648 0.866609 0.400961 0 -1 0 +1850 16 0.850824 0.788307 0.395164 0 0 0 +1594 15 0.806411 0.725111 0.0351818 0 0 0 +820 15 0.405116 0.200249 0.20122 0 0 0 +821 16 0.408831 0.22023 0.171915 0 0 0 +822 16 0.380206 0.176238 0.192572 0 0 0 +823 15 0.323931 0.227624 0.0618943 0 0 0 +824 16 0.359047 0.233794 0.0626953 0 0 0 +825 16 0.318075 0.205701 0.0894075 0 0 0 +826 15 0.299568 0.225342 0.250168 0 0 0 +827 16 0.297168 0.222705 0.285652 0 0 0 +828 16 0.284902 0.195216 0.237952 0 0 0 +1546 15 0.866956 0.543113 0.483059 0 0 0 +830 16 0.260488 0.33131 0.448504 0 0 0 +1378 15 0.587909 0.773975 0.0174128 0 0 0 +1048 15 0.520459 0.694723 0.117333 0 0 0 +1187 16 0.408886 0.384971 0.0075642 0 0 0 +847 15 0.429273 0.267263 0.0650347 0 0 0 +848 16 0.446044 0.25224 0.037379 0 0 0 +849 16 0.45196 0.263611 0.0923068 0 0 0 +850 15 0.621613 0.131485 0.173464 0 0 0 +851 16 0.600914 0.127432 0.202222 0 0 0 +852 16 0.631419 0.165764 0.174266 0 0 0 +853 15 0.369854 0.214799 0.34964 0 0 0 +854 16 0.402525 0.201186 0.354011 0 0 0 +855 16 0.375227 0.245624 0.332531 0 0 0 +981 16 0.609197 0.0700111 0.387388 0 0 0 +1734 16 0.879735 0.412194 0.161404 0 0 0 +858 16 0.33627 0.472775 0.45035 0 0 0 +1849 15 0.843892 0.803963 0.426448 0 0 0 +1763 16 0.971755 0.479797 0.302397 0 0 0 +865 15 0.314667 0.46683 0.111544 0 0 0 +866 16 0.324069 0.501222 0.11079 0 0 0 +867 16 0.281555 0.46632 0.0983094 0 0 0 +868 15 0.489846 0.264641 0.321094 0 0 0 +869 16 0.459968 0.269636 0.302275 0 0 0 +870 16 0.47958 0.245209 0.34918 0 0 0 +871 15 0.346461 0.345019 0.372874 0 0 0 +872 16 0.361453 0.371352 0.35407 0 0 0 +873 16 0.371616 0.335234 0.396183 0 0 0 +381 16 0.133864 0.16382 0.0176711 0 0 0 +977 16 0.282707 0.947419 0.476444 0 -1 0 +1758 16 0.78411 0.413458 0.00422618 0 0 0 +1447 15 0.671538 0.903526 0.0510005 0 -1 1 +1733 16 0.910992 0.434125 0.11989 0 0 0 +880 15 0.187396 0.481476 0.198761 0 0 0 +881 16 0.189594 0.5168 0.203153 0 0 0 +882 16 0.173901 0.469467 0.22951 0 0 0 +883 15 0.262217 0.416966 0.228342 0 0 0 +884 16 0.251975 0.434009 0.257947 0 0 0 +885 16 0.249314 0.436823 0.201676 0 0 0 +1848 16 0.660183 0.865581 0.290617 0 0 0 +889 15 0.444671 0.512122 0.0981156 0 0 0 +890 16 0.432926 0.499445 0.0669191 0 0 0 +891 16 0.480178 0.512514 0.0948091 0 0 0 +722 16 0.246796 0.707902 0.468318 0 0 0 +433 15 0.993661 0.350059 0.0227543 -1 0 0 +1380 16 0.575754 0.741956 0.00747181 0 0 0 +86 16 0.942 0.081037 0.0664096 -1 0 0 +1810 15 0.865457 0.57211 0.00853823 0 0 0 +1760 16 0.865653 0.634816 0.239 0 0 0 +1847 16 0.638302 0.817895 0.269916 0 0 0 +1489 15 0.83646 0.205045 0.476013 0 0 0 +916 15 0.227437 0.888752 0.1941 0 0 0 +917 16 0.262455 0.895495 0.194364 0 0 0 +918 16 0.21214 0.920765 0.1977 0 0 0 +919 15 0.430392 0.695419 0.168426 0 0 0 +920 16 0.402997 0.69717 0.14566 0 0 0 +921 16 0.416842 0.679922 0.197547 0 0 0 +738 16 0.234182 0.812489 0.0928499 0 0 0 +587 16 0.224363 0.0813778 0.475017 0 0 0 +1071 16 0.45123 0.780049 0.462648 0 0 0 +1049 16 0.532428 0.666076 0.134881 0 0 0 +573 16 0.407814 0.134136 0.0299611 0 0 0 +940 15 0.321191 0.928093 0.201932 0 0 0 +941 16 0.35087 0.908407 0.200074 0 0 0 +942 16 0.319408 0.938384 0.236031 0 0 0 +943 15 0.349952 0.774924 0.289519 0 0 0 +944 16 0.352592 0.778824 0.32487 0 0 0 +945 16 0.316028 0.783074 0.282134 0 0 0 +946 15 0.26866 0.839313 0.295519 0 0 0 +947 16 0.292089 0.844559 0.32189 0 0 0 +948 16 0.276188 0.864745 0.27168 0 0 0 +877 15 0.543071 0.511077 0.0953584 0 0 0 +1464 16 0.912624 0.152432 0.279341 0 0 0 +1477 15 0.781201 0.192255 0.0540832 0 0 0 +583 15 0.164778 0.106121 0.463069 0 0 0 +1773 16 0.866629 0.617334 0.347318 0 0 0 +1531 15 0.745474 0.496831 0.124849 0 0 0 +967 15 0.341788 0.816351 0.13466 0 -1 0 +968 16 0.348628 0.822237 0.169162 0 -1 0 +969 16 0.3691 0.831477 0.117423 0 -1 0 +970 15 0.42985 0.930758 0.329873 0 -1 0 +971 16 0.46019 0.948747 0.335138 0 -1 0 +972 16 0.439184 0.90341 0.308973 0 -1 0 +973 15 0.435465 0.0158565 0.428943 0 0 0 +974 16 0.440055 0.00764575 0.394544 0 0 0 +975 16 0.467306 0.0278814 0.439591 0 0 0 +976 15 0.260906 0.964152 0.453716 0 -1 0 +1085 16 0.308143 0.918163 0.00874956 0 0 0 +829 15 0.269904 0.306567 0.42461 0 0 0 +614 16 0.338133 0.131512 0.455324 0 0 0 +994 15 0.507811 0.157205 0.212824 0 0 0 +995 16 0.478656 0.168382 0.230056 0 0 0 +996 16 0.510684 0.179212 0.184909 0 0 0 +997 15 0.436264 0.145825 0.286829 0 0 0 +998 16 0.425452 0.17925 0.280691 0 0 0 +999 16 0.421228 0.126641 0.260796 0 0 0 +1000 15 0.38335 0.0426242 0.297995 0 0 0 +1001 16 0.383867 0.0637268 0.26925 0 0 0 +1002 16 0.410374 0.0199169 0.292903 0 0 0 +1003 15 0.455583 0.209062 0.406253 0 0 0 +1004 16 0.444819 0.179525 0.423093 0 0 0 +1005 16 0.46566 0.231101 0.432418 0 0 0 +1846 15 0.632917 0.842961 0.294705 0 0 0 +1010 16 0.456032 0.0966523 0.47294 0 0 0 +1021 15 0.493223 0.276571 0.144772 0 0 0 +1022 16 0.522405 0.259566 0.15622 0 0 0 +1023 16 0.489191 0.303727 0.167534 0 0 0 +1024 15 0.585993 0.262316 0.294012 0 0 0 +1025 16 0.553458 0.268882 0.307058 0 0 0 +1026 16 0.597547 0.294007 0.282434 0 0 0 +1027 15 0.578131 0.180024 0.357305 0 0 0 +1028 16 0.582527 0.212275 0.342731 0 0 0 +1029 16 0.575016 0.186358 0.392262 0 0 0 +1516 15 0.756191 0.497371 0.442019 0 0 0 +1759 15 0.852332 0.628905 0.206451 0 0 0 +571 15 0.391404 0.117966 0.00273924 0 0 0 +1845 16 0.0447074 0.685167 0.334501 1 0 0 +312 16 0.0911333 0.769527 0.483759 0 0 0 +1039 15 0.362526 0.417604 0.184373 0 0 0 +1040 16 0.348919 0.437156 0.157832 0 0 0 +1041 16 0.33425 0.408239 0.203984 0 0 0 +1042 15 0.627692 0.454442 0.405298 0 0 0 +1043 16 0.641185 0.474627 0.379178 0 0 0 +1044 16 0.627795 0.421355 0.391991 0 0 0 +1738 15 0.792339 0.403187 0.413738 0 0 0 +1145 16 0.711692 0.0675115 0.455631 0 0 0 +1729 15 0.833273 0.347608 0.169784 0 0 0 +1844 16 0.0476191 0.74036 0.32325 1 0 0 +1795 15 0.964919 0.587553 0.413896 0 0 0 +1843 15 0.0370884 0.709259 0.309335 1 0 0 +1065 16 0.395561 0.962908 0.472666 0 0 0 +1842 16 0.949471 0.744369 0.0821498 0 0 0 +1841 16 0.90067 0.758142 0.10685 0 0 0 +1794 16 0.777999 0.5978 0.33762 0 0 0 +1057 15 0.337299 0.692919 0.00291867 0 0 0 +10 3 0.512616 0.538165 0.470384 0 0 0 +1407 16 0.652272 0.85079 0.500445 0 0 0 +1060 15 0.42894 0.674937 0.336057 0 0 0 +1061 16 0.424879 0.650254 0.310639 0 0 0 +1062 16 0.406696 0.701183 0.326669 0 0 0 +1063 15 0.366441 0.955083 0.491709 0 0 0 +1784 16 0.813368 0.604071 0.00923823 0 0 0 +435 16 0.017144 0.327032 0.00896431 0 0 0 +1066 15 0.444174 0.671792 0.439095 0 0 0 +1067 16 0.438151 0.705397 0.4494 0 0 0 +1068 16 0.442215 0.672867 0.403503 0 0 0 +1840 15 0.924684 0.731877 0.104542 0 0 0 +1020 16 0.329962 0.346358 0.131705 0 0 0 +1837 15 0.836309 0.668028 0.110666 0 0 0 +1053 16 0.637795 0.617541 0.0433406 0 0 0 +807 16 0.277585 0.130283 0.371278 0 0 0 +1011 16 0.405792 0.10701 0.449488 0 0 0 +1087 15 0.389172 0.858703 0.226655 0 0 0 +1088 16 0.417555 0.858451 0.205064 0 0 0 +1089 16 0.395549 0.832606 0.250111 0 0 0 +1090 15 0.296541 0.0436781 0.365984 0 1 0 +1091 16 0.314524 0.0650792 0.388129 0 1 0 +1092 16 0.321197 0.0316307 0.343207 0 1 0 +585 16 0.154997 0.0720293 0.459334 0 0 0 +1018 15 0.341302 0.336635 0.0993205 0 0 0 +1030 15 0.343107 0.231162 0.487199 0 0 0 +1839 16 0.86029 0.693488 0.117629 0 0 0 +1504 15 0.928214 0.408875 0.248925 0 0 0 +1111 15 0.440929 0.984135 0.0795874 0 -1 0 +1112 16 0.440221 0.94848 0.0795634 0 -1 0 +1113 16 0.456771 0.992743 0.110357 0 -1 0 +1114 15 0.49641 0.00524802 0.341909 0 0 0 +1115 16 0.497008 0.0396772 0.351188 0 0 0 +1116 16 0.529758 0.993905 0.347485 0 -1 0 +1117 15 0.483698 0.0241596 0.234813 0 0 0 +1118 16 0.502526 0.0177301 0.26441 0 0 0 +1119 16 0.497327 0.00187784 0.21053 0 0 0 +1120 15 0.586618 0.959719 0.350507 0 -1 0 +1121 16 0.580086 0.927455 0.364225 0 -1 0 +1122 16 0.60237 0.953103 0.319203 0 -1 0 +1054 15 0.232618 -0.00384113 0.0113704 0 1 0 +449 16 0.203875 0.400755 0.489873 0 0 0 +1138 15 0.579076 0.111383 0.271346 0 0 0 +1139 16 0.545082 0.113773 0.260835 0 0 0 +1140 16 0.584752 0.14118 0.2901 0 0 0 +1141 15 0.504449 0.108664 0.353293 0 0 0 +1142 16 0.530187 0.132613 0.359277 0 0 0 +1143 16 0.484756 0.12302 0.327256 0 0 0 +1144 15 0.735284 0.0936561 0.461261 0 0 0 +286 15 0.987481 0.837759 0.472217 -1 0 0 +1146 16 0.765919 0.0810532 0.448051 0 0 0 +1147 15 0.513968 0.0505942 0.474637 0 0 0 +1148 16 0.54603 0.064696 0.467929 0 0 0 +434 16 0.00705275 0.35841 0.0547352 0 0 0 +1007 16 0.390774 0.0998383 0.366628 0 0 0 +1165 15 0.55421 0.281808 0.0538366 0 0 0 +1166 16 0.540947 0.249934 0.0627808 0 0 0 +1167 16 0.546705 0.302756 0.0817056 0 0 0 +1168 15 0.586685 0.24347 0.194514 0 0 0 +1169 16 0.582653 0.245233 0.229904 0 0 0 +1170 16 0.621881 0.246072 0.189384 0 0 0 +1171 15 0.55899 0.265626 0.437611 0 0 0 +1172 16 0.590422 0.259849 0.421785 0 0 0 +1173 16 0.566559 0.266561 0.472449 0 0 0 +1174 15 0.648718 0.215333 0.458445 0 0 0 +1175 16 0.657686 0.24728 0.471514 0 0 0 +1176 16 0.670894 0.210371 0.43096 0 0 0 +1793 16 0.767798 0.592591 0.282392 0 0 0 +1189 15 0.480406 0.351303 0.207349 0 0 0 +1190 16 0.460664 0.380209 0.200527 0 0 0 +1191 16 0.497064 0.358874 0.237961 0 0 0 +1192 15 0.506291 0.365486 0.306534 0 0 0 +1193 16 0.528128 0.381023 0.330063 0 0 0 +1194 16 0.499779 0.333246 0.320316 0 0 0 +1195 15 0.527839 0.356147 0.407327 0 0 0 +1196 16 0.525279 0.324148 0.422862 0 0 0 +1197 16 0.558349 0.354731 0.388916 0 0 0 +1824 16 0.973082 0.724799 0.47819 0 0 0 +737 16 0.290292 0.807343 0.0903042 0 0 0 +669 16 0.237124 0.533146 0.0463031 0 0 0 +1586 16 0.943715 0.613485 0.471803 0 0 0 +341 16 0.127142 0.980481 0.464303 0 -1 0 +1737 16 0.969856 0.271099 0.295366 0 0 0 +300 16 0.94758 0.996458 0.0231568 -1 0 0 +1664 16 0.835546 0.980485 0.454112 0 -1 0 +777 16 0.162403 0.895944 0.481495 0 0 0 +723 16 0.278094 0.675012 0.434851 0 0 0 +395 16 0.0656453 0.182728 0.451808 0 0 0 +980 16 0.595141 0.015387 0.387477 0 0 0 +1766 16 0.880819 0.482964 0.388309 0 0 0 +1225 15 0.488696 0.771991 0.216291 0 0 0 +1226 16 0.505057 0.783144 0.186631 0 0 0 +1227 16 0.46544 0.747434 0.204979 0 0 0 +1228 15 0.509073 0.739681 0.366171 0 0 0 +1229 16 0.490444 0.757626 0.390722 0 0 0 +1230 16 0.484472 0.721631 0.34771 0 0 0 +1231 15 0.411042 0.880357 0.428071 0 0 0 +1232 16 0.379992 0.891364 0.441731 0 0 0 +1233 16 0.412747 0.895947 0.396042 0 0 0 +1234 15 0.513204 0.88784 0.45429 0 0 0 +979 15 0.606782 0.0415468 0.408737 0 0 0 +1236 16 0.477706 0.884565 0.455307 0 0 0 +1370 16 0.650236 0.708504 0.0766417 0 0 0 +584 16 0.136449 0.124803 0.452099 0 0 0 +1792 15 0.754195 0.584851 0.314436 0 0 0 +1252 15 0.57638 0.875817 0.147151 0 -1 0 +1253 16 0.581521 0.894575 0.117259 0 -1 0 +1254 16 0.565782 0.843699 0.135841 0 -1 0 +1255 15 0.50642 0.886835 0.223054 0 -1 0 +1256 16 0.53538 0.88163 0.202902 0 -1 0 +1257 16 0.503487 0.856998 0.242367 0 -1 0 +1258 15 0.64021 0.0304271 0.264217 0 0 0 +1259 16 0.668115 0.0458694 0.280175 0 0 0 +1260 16 0.61462 0.0552545 0.264958 0 0 0 +1261 15 0.658631 0.968656 0.454494 0 -1 0 +1262 16 0.664514 0.986186 0.484989 0 -1 0 +1263 16 0.633789 0.987979 0.437722 0 -1 0 +515 16 0.257965 0.969515 0.134939 0 0 0 +125 16 0.0145825 0.0538386 0.470186 0 0 0 +1279 15 0.540599 0.0600871 0.0425936 0 0 0 +1280 16 0.521387 0.0300443 0.0429448 0 0 0 +1281 16 0.52606 0.0796946 0.0165939 0 0 0 +1282 15 0.612076 0.0392986 0.126142 0 0 0 +1283 16 0.585714 0.0250445 0.106811 0 0 0 +1284 16 0.600036 0.0716154 0.135226 0 0 0 +1285 15 0.720697 0.171562 0.39017 0 0 0 +1286 16 0.745368 0.16986 0.364474 0 0 0 +1287 16 0.729112 0.144992 0.41242 0 0 0 +1288 15 0.778449 0.0105942 0.329122 0 0 0 +1289 16 0.756558 0.986476 0.343647 0 -1 0 +1650 16 0.516342 0.939254 0.173441 0 -1 0 +1821 16 0.894672 0.768644 0.303077 0 0 0 +1791 16 0.870531 0.680433 0.299973 0 0 0 +1765 15 0.851455 0.491891 0.370147 0 0 0 +1306 15 0.639522 0.100991 0.0335519 0 0 0 +1307 16 0.6664 0.0977602 0.0567664 0 0 0 +1308 16 0.610428 0.0924177 0.0523098 0 0 0 +1309 15 0.715735 0.118529 0.215995 0 0 0 +1310 16 0.685347 0.106265 0.201925 0 0 0 +1311 16 0.717572 0.152445 0.205128 0 0 0 +1312 15 0.616481 0.36026 0.354474 0 0 0 +1313 16 0.630111 0.33518 0.375854 0 0 0 +1314 16 0.638989 0.361654 0.326847 0 0 0 +298 15 0.931733 0.968695 0.00734775 -1 0 0 +1652 16 0.76823 0.991773 0.092309 0 -1 0 +1164 16 0.696025 0.252061 0.0256037 0 0 0 +1820 16 0.87747 0.820402 0.317449 0 0 0 +1790 16 0.814775 0.67948 0.291506 0 0 0 +1333 15 0.66919 0.32439 0.188428 0 0 0 +1334 16 0.647413 0.342555 0.166803 0 0 0 +1335 16 0.668502 0.342544 0.219116 0 0 0 +1336 15 0.881658 0.318237 0.294238 0 0 0 +1337 16 0.897688 0.3299 0.323883 0 0 0 +1338 16 0.905752 0.296928 0.278837 0 0 0 +1339 15 0.824665 0.467425 0.268321 0 0 0 +1340 16 0.824654 0.472996 0.303546 0 0 0 +1341 16 0.85659 0.479016 0.257445 0 0 0 +1732 15 0.900203 0.440259 0.153324 0 0 0 +1343 16 0.652193 0.425916 0.481042 0 0 0 +1008 16 0.35768 0.14492 0.373958 0 0 0 +668 16 0.293508 0.533688 0.0449326 0 0 0 +1736 16 0.935808 0.226228 0.298321 0 0 0 +491 16 0.179591 0.713558 0.0287461 0 0 0 +1574 16 0.738703 0.850083 0.122332 0 0 0 +1363 15 0.731441 0.447235 0.233317 0 0 0 +1364 16 0.723201 0.466334 0.204349 0 0 0 +1365 16 0.763501 0.459341 0.243186 0 0 0 +1332 16 0.735756 0.401979 0.173852 0 0 0 +1819 15 0.892457 0.790936 0.330826 0 0 0 +1675 15 0.848386 0.128198 0.0231575 0 0 0 +1663 15 0.848647 0.972961 0.421808 0 -1 0 +492 16 0.232924 0.73123 0.033712 0 0 0 +566 16 0.208088 0.877115 0.0148421 0 0 1 +1818 16 0.928553 0.539063 0.191599 0 0 0 +1381 15 0.613212 0.69394 0.226126 0 0 0 +1382 16 0.618123 0.7243 0.208071 0 0 0 +1383 16 0.615294 0.703496 0.260421 0 0 0 +1384 15 0.558562 0.858975 0.366827 0 0 0 +1385 16 0.575244 0.8378 0.390176 0 0 0 +1386 16 0.577321 0.855578 0.336688 0 0 0 +1387 15 0.606149 0.711915 0.326094 0 0 0 +1388 16 0.624192 0.685639 0.342092 0 0 0 +1389 16 0.582532 0.722714 0.350538 0 0 0 +1390 15 0.654995 0.561094 0.438555 0 0 0 +1649 16 0.543239 0.969033 0.133804 0 -1 0 +1392 16 0.643484 0.528222 0.430889 0 0 0 +1817 16 0.887427 0.500877 0.185959 0 0 0 +1789 15 0.841118 0.661883 0.307884 0 0 0 +1399 15 0.453164 0.859863 0.0933282 0 0 0 +1400 16 0.446802 0.858658 0.0582577 0 0 0 +1401 16 0.477033 0.833975 0.0989796 0 0 0 +1402 15 0.655456 0.956552 0.201456 0 0 0 +1403 16 0.657053 0.956947 0.237081 0 0 0 +1404 16 0.638488 0.98674 0.192932 0 0 0 +1405 15 0.664521 0.865402 0.470307 0 0 0 +1406 16 0.660079 0.900484 0.474932 0 0 0 +1517 16 0.733643 0.524243 0.448445 0 0 0 +1462 15 0.900767 0.166456 0.309911 0 0 0 +1084 15 0.332507 0.914321 0.0345077 0 0 0 +516 16 0.313489 0.972508 0.125477 0 0 0 +1730 16 0.849949 0.325783 0.19253 0 0 0 +1426 15 0.640834 0.77951 0.179188 0 -1 0 +1427 16 0.634603 0.760935 0.149389 0 -1 0 +1428 16 0.654803 0.810279 0.167789 0 -1 0 +1429 15 0.705179 0.992751 0.113919 0 -1 0 +1430 16 0.693301 0.961934 0.100465 0 -1 0 +1431 16 0.676106 0.00843948 0.127352 0 0 0 +1432 15 0.701316 0.911459 0.289972 0 -1 0 +1433 16 0.732792 0.916729 0.274056 0 -1 0 +1434 16 0.70724 0.919189 0.324279 0 -1 0 +1435 15 0.726708 0.938196 0.389028 0 -1 0 +1436 16 0.70204 0.945575 0.413704 0 -1 0 +1437 16 0.732738 0.903228 0.392591 0 -1 0 +1450 15 0.717577 0.100462 0.0971366 0 0 0 +1796 16 0.984825 0.600639 0.387357 0 0 0 +1453 15 0.760447 0.0229554 0.19258 0 0 0 +1454 16 0.733467 0.0156297 0.170437 0 0 0 +1455 16 0.756715 0.0576259 0.200056 0 0 0 +1456 15 0.841476 0.1405 0.209877 0 0 0 +1457 16 0.83172 0.118197 0.183816 0 0 0 +1458 16 0.875892 0.133087 0.215572 0 0 0 +1459 15 0.715717 0.0934165 0.316565 0 0 0 +1460 16 0.729218 0.104943 0.285635 0 0 0 +1461 16 0.697335 0.121235 0.329217 0 0 0 +1290 16 0.765328 0.0420488 0.339626 0 0 0 +1463 16 0.874328 0.14477 0.320036 0 0 0 +1006 15 0.365489 0.113085 0.388006 0 0 0 +1251 16 0.651895 0.034026 -0.0048308 0 0 0 +1037 16 0.35177 0.378202 0.0479901 0 0 0 +379 15 0.103293 0.17622 0.0312169 0 0 0 +1480 15 0.690688 0.195058 0.0850603 0 0 0 +1481 16 0.723091 0.191267 0.0706573 0 0 0 +1482 16 0.675509 0.162985 0.0814919 0 0 0 +1483 15 0.762741 0.194194 0.296495 0 0 0 +1484 16 0.78601 0.182397 0.272179 0 0 0 +1485 16 0.765482 0.229719 0.294996 0 0 0 +875 16 0.453566 0.5656 0.490897 0 0 0 +490 15 0.21138 0.703974 0.0417609 0 0 0 +978 16 0.261444 0.998219 0.464253 0 -1 0 +1761 16 0.864514 0.596595 0.197537 0 0 0 +1490 16 0.860167 0.197483 0.450467 0 0 0 +1019 16 0.36216 0.308328 0.105277 0 0 0 +1205 16 0.683447 0.511505 0.135157 0 0 0 +1505 16 0.895251 0.397078 0.255716 0 0 0 +1507 15 0.685114 0.273224 0.37038 0 0 0 +1508 16 0.714785 0.292299 0.365127 0 0 0 +1509 16 0.694693 0.239631 0.363195 0 0 0 +1510 15 0.777297 0.28486 0.440836 0 0 0 +1511 16 0.751656 0.300272 0.460248 0 0 0 +1512 16 0.791437 0.311561 0.421889 0 0 0 +1513 15 0.779589 0.332268 0.326817 0 0 0 +1514 16 0.811314 0.326571 0.311556 0 0 0 +1515 16 0.783669 0.362795 0.344796 0 0 0 +857 16 0.287908 0.479434 0.478602 0 0 0 +1740 16 0.823913 0.417999 0.406284 0 0 0 +608 16 0.126533 0.202145 0.485626 0 0 0 +1816 15 0.899218 0.526633 0.207624 0 0 0 +899 16 0.563667 0.797878 0.0768854 0 0 0 +1762 15 0.989033 0.505868 0.285263 0 0 0 +1534 15 0.736349 0.60092 0.106859 0 0 0 +1535 16 0.737353 0.568539 0.12177 0 0 0 +1536 16 0.76769 0.604033 0.0901281 0 0 0 +1537 15 0.688843 0.355089 0.284668 0 0 0 +1538 16 0.715658 0.339063 0.301871 0 0 0 +1539 16 0.704778 0.37912 0.263682 0 0 0 +1540 15 0.688055 0.503834 0.335383 0 0 0 +1541 16 0.704834 0.495328 0.305085 0 0 0 +1542 16 0.713663 0.517093 0.356366 0 0 0 +1543 15 0.662119 0.634118 0.361781 0 0 0 +1544 16 0.687236 0.63442 0.336466 0 0 0 +1545 16 0.664728 0.601775 0.376579 0 0 0 +1764 16 0.96745 0.514661 0.258268 0 0 0 +1235 16 0.520912 0.890865 0.419602 0 0 0 +1555 15 0.926466 0.612571 0.0839638 0 0 0 +1556 16 0.893203 0.625406 0.083116 0 0 0 +1557 16 0.945784 0.638758 0.0985565 0 0 0 +1558 15 0.633643 0.598052 0.220444 0 0 0 +1559 16 0.629052 0.63312 0.225021 0 0 0 +1560 16 0.602397 0.583644 0.22982 0 0 0 +1561 15 0.703239 0.760515 0.349722 0 0 0 +1562 16 0.720924 0.744653 0.323123 0 0 0 +1563 16 0.668886 0.757628 0.340589 0 0 0 +1564 15 0.692186 0.697499 0.442469 0 0 0 +1565 16 0.693329 0.712875 0.410311 0 0 0 +1566 16 0.679122 0.664889 0.436327 0 0 0 +1815 16 0.0378469 0.616928 0.312969 1 0 0 +1576 15 0.765237 0.706667 0.260603 0 0 0 +1577 16 0.750301 0.68496 0.236571 0 0 0 +1578 16 0.76142 0.73931 0.246758 0 0 0 +1579 15 0.89477 0.729081 0.216689 0 0 0 +1580 16 0.908822 0.732596 0.184101 0 0 0 +1581 16 0.921266 0.715698 0.236455 0 0 0 +1582 15 0.810555 0.793694 0.206733 0 0 0 +1583 16 0.813544 0.816769 0.23376 0 0 0 +1584 16 0.83845 0.771803 0.210542 0 0 0 +1423 15 0.581841 0.946375 0.0726598 0 -1 0 +806 16 0.223955 0.113634 0.376566 0 0 0 +623 16 0.497329 0.132296 0.0809642 0 0 0 +878 16 0.536023 0.481456 0.0767905 0 0 0 +1769 16 0.822275 0.671606 0.446619 0 0 0 +1768 15 0.797686 0.657643 0.424887 0 0 0 +1597 15 0.721168 0.651009 0.192645 0 0 0 +1598 16 0.729248 0.637964 0.160452 0 0 0 +1599 16 0.69115 0.634105 0.201864 0 0 0 +1600 15 0.00430746 0.749319 0.217784 1 0 0 +1601 16 0.020573 0.735639 0.246421 1 0 0 +1602 16 0.029015 0.769997 0.202493 1 0 0 +1603 15 0.48402 0.830872 0.305194 0 0 0 +1604 16 0.505743 0.835794 0.333047 0 0 0 +1605 16 0.498376 0.803512 0.287385 0 0 0 +1056 16 0.240695 0.980416 0.0423346 0 0 0 +126 16 0.0700267 0.0641293 0.471376 0 0 0 +396 16 0.0715454 0.151125 0.405464 0 0 0 +1814 16 1.0021 0.573312 0.311871 0 0 0 +1797 16 0.931757 0.587044 0.400787 0 0 0 +1624 15 0.715565 0.883447 0.173252 0 0 0 +1625 16 0.686994 0.904773 0.172435 0 0 0 +1626 16 0.739441 0.901234 0.192883 0 0 0 +1627 15 0.858788 0.818817 0.1137 0 0 0 +1628 16 0.83146 0.816264 0.13647 0 0 0 +1629 16 0.879706 0.844115 0.127638 0 0 0 +1630 15 0.945517 0.835287 0.249456 0 0 0 +1631 16 0.94807 0.832299 0.284902 0 0 0 +1632 16 0.963233 0.80704 0.236804 0 0 0 +1633 15 0.740565 0.838328 0.409839 0 0 0 +1634 16 0.71586 0.844059 0.434912 0 0 0 +1635 16 0.727465 0.811489 0.390349 0 0 0 +1506 16 0.926334 0.422128 0.21587 0 0 0 +174 16 0.895072 0.418844 0.45312 -1 0 0 +1651 15 0.801183 0.999375 0.0809899 0 -1 0 +625 15 0.249866 0.288987 0.0166569 0 0 0 +1653 16 0.814012 0.968238 0.0692553 0 -1 0 +1654 15 0.888718 0.898456 0.200766 0 -1 0 +1655 16 0.916384 0.915003 0.185514 0 -1 0 +1656 16 0.903477 0.876825 0.224976 0 -1 0 +1657 15 0.969293 0.0402353 0.201317 0 0 0 +1658 16 0.937413 0.0330787 0.187025 0 0 0 +1659 16 0.991471 0.0170322 0.185773 0 0 0 +1660 15 0.843522 0.878731 0.306633 0 -1 0 +1661 16 0.844308 0.900449 0.334909 0 -1 0 +1662 16 0.82826 0.898124 0.280886 0 -1 0 +1813 15 0.00728644 0.605149 0.32708 1 0 0 +1735 15 0.952097 0.247786 0.275045 0 0 0 +1678 15 0.823918 0.0940163 0.112803 0 0 0 +1679 16 0.814458 0.0605537 0.104891 0 0 0 +1680 16 0.831307 0.108915 0.0812554 0 0 0 +1681 15 0.862615 0.0202925 0.19008 0 0 0 +1682 16 0.875732 0.994944 0.168697 0 -1 0 +1683 16 0.82753 0.0201034 0.183694 0 0 0 +1684 15 0.791458 0.9179 0.228436 0 -1 0 +1685 16 0.822107 0.911606 0.211324 0 -1 0 +1686 16 0.785371 0.952673 0.223378 0 -1 0 +1687 15 0.862426 0.0550689 0.291774 0 0 0 +1688 16 0.829351 0.0463251 0.301844 0 0 0 +1689 16 0.864762 0.0438173 0.258014 0 0 0 +1069 15 0.428576 0.772516 0.436155 0 0 0 +1767 16 0.855075 0.526816 0.363904 0 0 0 +1705 15 0.691749 0.229449 0.179105 0 0 0 +1706 16 0.688215 0.264935 0.178915 0 0 0 +1707 16 0.70064 0.221169 0.145576 0 0 0 +1708 15 0.857446 0.233255 0.171236 0 0 0 +1709 16 0.86127 0.203937 0.191178 0 0 0 +1710 16 0.825145 0.229895 0.1565 0 0 0 +1711 15 0.946326 0.133184 0.220277 0 0 0 +1712 16 0.968854 0.153798 0.201855 0 0 0 +1713 16 0.958362 0.100004 0.215176 0 0 0 +340 15 0.151798 0.00514222 0.456838 0 0 0 +1357 15 0.590475 0.568757 0.0209741 0 0 0 +1756 15 0.80948 0.425934 0.0259645 0 0 0 +1178 16 0.587974 0.191878 0.492627 0 0 0 +1606 15 0.86142 0.700177 0.489615 0 0 0 +892 15 0.397348 0.508593 0.00826738 0 0 1 +1638 16 0.868172 0.831171 0.478212 0 0 0 +1783 15 0.781007 0.614385 0.0201105 0 0 0 +272 16 0.870107 0.793617 0.0290251 -1 0 0 +288 16 0.972413 0.831156 0.440576 -1 0 0 +124 15 0.0407895 0.0647195 0.491788 0 0 0 +1212 16 0.420402 0.902 -0.0086434 0 0 0 +485 16 -0.00116569 0.775754 0.0141735 0 0 1 +287 16 0.97873 0.809638 0.492329 -1 0 0 +354 16 0.0792245 0.109328 0.0250455 0 0 0 +888 16 0.592342 0.662405 0.00582343 0 0 0 +1715 16 0.969778 0.180266 0.492837 0 0 0 +586 15 0.253976 0.0676599 0.489394 0 0 0 +886 15 0.558758 0.673579 0.00145191 0 0 0 +874 15 0.425826 0.586728 0.498374 0 0 0 +1788 16 0.970844 0.65231 -0.00362797 0 0 0 +483 16 0.0665444 0.704145 -0.00216814 0 0 1 +1676 16 0.872981 0.150132 0.00952536 0 0 0 +1315 15 0.677736 0.308199 0.491426 0 0 0 +405 16 0.102366 0.30227 0.0225505 0 0 1 +447 16 0.143052 0.348677 0.508866 0 0 0 +887 16 0.539386 0.652021 0.0222321 0 0 0 +1812 16 0.874178 0.538072 0.0146342 0 0 0 +202 15 0.0707647 0.366762 0.497671 0 0 0 +1554 16 0.748138 0.736421 0.907599 0 0 -1 +35 5 0.435888 0.41876 0.544878 0 0 0 +36 7 0.42185 0.469011 0.560021 0 0 0 +37 1 0.410792 0.473108 0.614425 0 0 0 +38 3 0.370463 0.49081 0.628041 0 0 0 +39 10 0.410463 0.392916 0.552968 0 0 0 +40 4 0.386286 0.479135 0.544154 0 0 0 +41 4 0.448405 0.497882 0.551053 0 0 0 +42 5 0.445623 0.458754 0.646775 0 0 0 +43 6 0.440298 0.461779 0.701213 0 0 0 +44 1 0.469982 0.508075 0.7183 0 0 0 +45 3 0.452 0.549663 0.713453 0 0 0 +46 7 0.458965 0.414873 0.727438 0 0 0 +47 8 0.424613 0.371454 0.718569 0 0 0 +48 8 0.389089 0.362964 0.755632 0 0 0 +49 8 0.426981 0.33832 0.678715 0 0 0 +50 8 0.35745 0.322734 0.752115 0 0 0 +51 8 0.395693 0.296114 0.674087 0 0 0 +52 8 0.363031 0.286542 0.71458 0 0 0 +53 10 0.478316 0.445649 0.634973 0 0 0 +54 4 0.401963 0.467292 0.712123 0 0 0 +55 4 0.497411 0.402977 0.717753 0 0 0 +56 4 0.460147 0.420646 0.768409 0 0 0 +57 11 0.384472 0.391033 0.78409 0 0 0 +58 11 0.454286 0.343405 0.6496 0 0 0 +59 11 0.326762 0.316516 0.777386 0 0 0 +60 11 0.400307 0.2702 0.643653 0 0 0 +61 11 0.339169 0.254206 0.7166 0 0 0 +62 5 0.516086 0.501719 0.7355 0 0 0 +63 6 0.552946 0.542286 0.73967 0 0 0 +64 12 0.589046 0.53222 0.696916 0 0 0 +65 3 0.610542 0.491814 0.692864 0 0 0 +66 7 0.582166 0.543666 0.788204 0 0 0 +67 7 0.621432 0.584354 0.794913 0 0 0 +68 13 0.598021 0.646727 0.808118 0 0 0 +69 2 0.654431 0.682197 0.800819 0 0 0 +70 10 0.527136 0.467843 0.74599 0 0 0 +71 4 0.533571 0.57707 0.73386 0 0 0 +72 4 0.554709 0.544772 0.81916 0 0 0 +73 4 0.60208 0.507833 0.793924 0 0 0 +74 4 0.644998 0.571977 0.826612 0 0 0 +75 4 0.644937 0.585196 0.760851 0 0 0 +76 4 0.674942 0.672511 0.766195 0 0 0 +77 4 0.646906 0.7229 0.801021 0 0 0 +78 4 0.678778 0.674752 0.833455 0 0 0 +79 14 0.59517 0.567809 0.663159 0 0 0 +80 10 0.584028 0.602386 0.671426 0 0 0 +81 10 0.614378 0.558968 0.632484 0 0 0 +1890 16 0.977024 0.890816 0.891854 0 0 0 +1362 16 0.525123 0.481746 0.925061 0 0 -1 +404 16 0.108195 0.289167 0.968001 0 0 0 +1373 16 0.617072 0.510677 0.556954 0 0 0 +100 15 0.0744078 0.997253 0.597836 0 -1 0 +101 16 0.0426172 0.00491567 0.612067 0 0 0 +102 16 0.0941491 0.0263335 0.603875 0 0 0 +103 15 0.0388579 0.136631 0.688914 0 0 0 +104 16 0.0281817 0.127759 0.656063 0 0 0 +105 16 0.0398028 0.172281 0.688684 0 0 0 +106 15 0.0640782 0.0163654 0.823026 0 0 0 +107 16 0.0899808 0.0149276 0.798556 0 0 0 +108 16 0.0791078 0.032571 0.851014 0 0 0 +180 16 0.828838 0.379026 0.50796 -1 0 0 +937 15 0.343103 0.987031 0.876307 0 0 -1 +1108 15 0.485917 0.100737 0.970057 0 0 -1 +915 16 0.390432 0.602208 0.91456 0 0 -1 +1032 16 0.337781 0.25101 0.516345 0 0 0 +127 15 0.994546 0.060437 0.591805 -1 0 0 +128 16 0.959226 0.0572546 0.588032 -1 0 0 +129 16 0.00779086 0.0513894 0.559952 0 0 0 +130 15 1.00016 0.252398 0.881151 -1 0 0 +131 16 0.979612 0.257833 0.852515 -1 0 0 +132 16 0.0326034 0.26324 0.871063 0 0 0 +133 15 0.908098 0.200483 0.984559 -1 0 0 +134 16 0.895371 0.206538 0.9518 -1 0 0 +1188 16 0.449866 0.371521 0.971217 0 0 -1 +1109 16 0.494903 0.124794 0.945312 0 0 -1 +1152 16 0.644809 0.0560562 0.544277 0 0 0 +151 15 0.02636 0.281635 0.622026 0 0 0 +152 16 0.0450661 0.292557 0.650357 0 0 0 +153 16 0.0111585 0.251144 0.632562 0 0 0 +154 15 0.917534 0.257239 0.688998 -1 0 0 +155 16 0.902829 0.282788 0.668927 -1 0 0 +156 16 0.941723 0.241958 0.667709 -1 0 0 +157 15 0.95314 0.258632 0.790844 -1 0 0 +158 16 0.968151 0.288132 0.777568 -1 0 0 +159 16 0.927466 0.250386 0.767505 -1 0 0 +160 15 0.853307 0.364851 0.888261 -1 0 0 +161 16 0.826757 0.381474 0.905308 -1 0 0 +162 16 0.87444 0.352719 0.914302 -1 0 0 +714 16 0.275288 0.513614 0.916036 0 0 -1 +844 15 0.481767 0.222588 0.989706 0 0 -1 +178 15 0.863785 0.372263 0.510147 -1 0 0 +179 16 0.867051 0.351254 0.538779 -1 0 0 +1397 16 0.504314 0.921309 0.985312 0 0 -1 +181 15 0.923667 0.385738 0.74504 -1 0 0 +182 16 0.922885 0.396072 0.710916 -1 0 0 +183 16 0.89237 0.369422 0.75016 -1 0 0 +184 15 0.0805693 0.296586 0.840685 0 0 0 +185 16 0.0964265 0.275513 0.816679 0 0 0 +186 16 0.0604907 0.318746 0.821253 0 0 0 +187 15 0.946285 0.464334 0.795207 -1 0 0 +188 16 0.93879 0.430997 0.784997 -1 0 0 +189 16 0.968931 0.476394 0.770436 -1 0 0 +191 16 0.829929 0.267722 0.91244 -1 0 -1 +110 16 0.932536 0.187508 0.82686 -1 0 -1 +542 16 0.230307 0.909865 0.880068 0 0 -1 +135 16 0.943437 0.203897 0.981195 -1 0 0 +208 15 0.971304 0.569649 0.754874 -1 0 0 +209 16 1.00383 0.558028 0.746006 -1 0 0 +210 16 0.962099 0.549821 0.783051 -1 0 0 +211 15 0.0871841 0.458508 0.825849 0 0 0 +212 16 0.074238 0.480325 0.800785 0 0 0 +213 16 0.0896141 0.478861 0.855033 0 0 0 +214 15 0.941971 0.484295 0.907682 -1 0 0 +215 16 0.938888 0.459801 0.881945 -1 0 0 +216 16 0.92893 0.46836 0.9368 -1 0 0 +1889 16 0.956552 0.915133 0.938447 0 0 0 +1622 16 0.853276 0.962357 0.915082 0 0 -1 +232 15 0.928303 0.562091 0.655637 -1 0 0 +233 16 0.954892 0.580902 0.641111 -1 0 0 +234 16 0.939782 0.554282 0.688486 -1 0 0 +235 15 0.995501 0.360718 0.806152 -1 0 0 +236 16 0.970633 0.375482 0.785283 -1 0 0 +237 16 0.0217836 0.384802 0.807149 0 0 0 +238 15 0.901443 0.639673 0.770214 -1 0 0 +239 16 0.922416 0.621259 0.748013 -1 0 0 +240 16 0.892436 0.616218 0.795523 -1 0 0 +241 15 0.886912 0.567121 0.885122 -1 0 0 +242 16 0.905137 0.538367 0.895748 -1 0 0 +243 16 0.911825 0.592134 0.88007 -1 0 0 +864 16 0.423 0.280762 0.936512 0 0 -1 +259 15 1.00313 0.621999 0.609621 -1 0 0 +1487 16 0.72055 0.398774 0.522103 0 0 0 +1222 15 0.445495 0.0244166 0.868539 0 1 -1 +262 15 0.065844 0.77308 0.690348 0 0 0 +263 16 0.0427739 0.746698 0.696952 0 0 0 +264 16 0.0976354 0.75699 0.688848 0 0 0 +265 15 0.974571 0.784704 0.955502 -1 0 0 +266 16 0.940333 0.786741 0.965273 -1 0 0 +267 16 0.980577 0.81496 0.937605 -1 0 0 +268 15 0.786997 0.569017 0.8678 -1 0 0 +269 16 0.773791 0.536482 0.874042 -1 0 0 +270 16 0.821168 0.566861 0.877774 -1 0 0 +1486 15 0.7536 0.386089 0.517781 0 0 0 +689 16 0.287108 0.400022 0.994558 0 0 0 +297 16 0.10018 0.879728 0.934367 0 0 0 +289 15 0.172502 0.7595 0.712559 0 0 0 +290 16 0.175723 0.726021 0.724417 0 0 0 +291 16 0.205651 0.772605 0.713662 0 0 0 +292 15 0.0983634 0.844396 0.780045 0 0 0 +293 16 0.127867 0.864345 0.778199 0 0 0 +294 16 0.0978683 0.826301 0.749318 0 0 0 +295 15 0.119582 0.850902 0.942392 0 0 0 +296 16 0.117976 0.830608 0.913111 0 0 0 +1277 16 0.632295 0.145729 0.992072 0 0 -1 +863 16 0.455341 0.310311 0.900984 0 0 -1 +313 15 0.159296 0.760845 0.613342 0 0 0 +314 16 0.147598 0.728187 0.621615 0 0 0 +315 16 0.172714 0.773531 0.643852 0 0 0 +316 15 0.113263 0.842043 0.568679 0 0 0 +317 16 0.10399 0.839736 0.53432 0 0 0 +318 16 0.132634 0.812711 0.5747 0 0 0 +319 15 0.972892 0.930962 0.767567 -1 0 0 +320 16 0.959686 0.897952 0.770358 -1 0 0 +321 16 0.959985 0.948189 0.796 -1 0 0 +322 15 0.185524 0.886444 0.765537 0 0 0 +323 16 0.214881 0.869662 0.754207 0 0 0 +324 16 0.197554 0.911125 0.788295 0 0 0 +1888 15 0.955428 0.884874 0.919606 0 0 0 +543 16 0.177359 0.894335 0.89176 0 0 -1 +29 7 0.518183 0.441562 0.509161 0 0 0 +1359 16 0.579108 0.547955 0.994331 0 0 -1 +343 15 0.173163 0.0652922 0.567179 0 0 0 +344 16 0.14879 0.0887717 0.578429 0 0 0 +345 16 0.181742 0.0763368 0.534373 0 0 0 +346 15 0.132149 0.244548 0.777077 0 0 0 +347 16 0.163062 0.256514 0.79023 0 0 0 +348 16 0.141184 0.227577 0.747041 0 0 0 +349 15 0.115828 0.139886 0.775378 0 0 0 +350 16 0.109665 0.17421 0.767914 0 0 0 +351 16 0.0947606 0.121926 0.752896 0 0 0 +1265 16 0.780326 0.0672205 0.623925 0 0 0 +912 16 0.325745 0.428964 0.938719 0 0 0 +367 15 0.0972717 0.138682 0.594431 0 0 0 +894 16 0.385807 0.533662 0.985681 0 0 0 +369 16 0.108736 0.171204 0.585337 0 0 0 +370 15 0.116929 0.2081 0.680697 0 0 0 +371 16 0.116748 0.173427 0.672357 0 0 0 +372 16 0.126349 0.224517 0.650472 0 0 0 +373 15 0.113993 0.149057 0.883466 0 0 0 +374 16 0.122302 0.153181 0.84903 0 0 0 +375 16 0.141239 0.163871 0.901074 0 0 0 +376 15 0.0126282 0.117273 0.8968 0 0 0 +377 16 0.0437929 0.128928 0.883965 0 0 0 +378 16 0.0037843 0.141106 0.921812 0 0 0 +1677 16 0.835257 0.110829 0.994913 0 0 -1 +229 15 0.984797 0.514222 0.541221 -1 0 0 +1743 16 0.881265 0.433156 0.546736 0 0 0 +397 15 0.137857 0.23811 0.583911 0 0 0 +398 16 0.150708 0.26907 0.596085 0 0 0 +399 16 0.157168 0.231276 0.554717 0 0 0 +400 15 0.272844 0.133979 0.77463 0 0 0 +401 16 0.302693 0.152697 0.780158 0 0 0 +402 16 0.257876 0.131288 0.806888 0 0 0 +924 16 0.365937 0.609622 0.52061 0 0 0 +475 15 0.171801 0.534688 0.534219 0 0 0 +1250 16 0.622172 0.0148667 0.951228 0 0 -1 +421 15 0.10837 0.450083 0.573851 0 0 0 +949 15 0.321188 0.707888 0.594016 0 0 0 +423 16 0.121924 0.441868 0.605799 0 0 0 +424 15 0.080883 0.319123 0.70745 0 0 0 +425 16 0.0997278 0.294036 0.724402 0 0 0 +426 16 0.0929736 0.349916 0.720772 0 0 0 +427 15 0.140936 0.389415 0.755604 0 0 0 +428 16 0.16845 0.369434 0.766355 0 0 0 +429 16 0.129447 0.405518 0.785278 0 0 0 +430 15 0.912742 0.325566 0.962087 -1 0 0 +431 16 0.921592 0.294765 0.946441 -1 0 0 +432 16 0.933538 0.3272 0.991012 -1 0 0 +611 16 0.255343 0.259313 0.575414 0 0 0 +1887 16 0.924615 0.807556 0.7702 0 0 0 +245 16 0.886169 0.671337 0.942393 -1 0 -1 +109 15 0.932195 0.153742 0.838332 -1 0 -1 +646 15 0.378796 0.224284 0.93665 0 0 -1 +451 15 0.202042 0.397556 0.598569 0 0 0 +452 16 0.193784 0.362894 0.600047 0 0 0 +453 16 0.231372 0.400623 0.618623 0 0 0 +454 15 0.964263 0.634471 0.86753 -1 0 0 +455 16 0.962722 0.669858 0.871676 -1 0 0 +456 16 0.979396 0.629865 0.835567 -1 0 0 +457 15 0.205586 0.416393 0.857739 0 0 0 +458 16 0.235555 0.416983 0.838419 0 0 0 +459 16 0.215303 0.428885 0.889698 0 0 0 +1552 15 0.743485 0.770073 0.896747 0 0 -1 +368 16 0.0716021 0.131317 0.570796 0 0 0 +991 15 0.283785 0.118645 0.952693 0 0 -1 +1094 16 0.290524 0.847103 0.507819 0 0 0 +478 15 0.208904 0.323007 0.784627 0 0 0 +479 16 0.234646 0.33371 0.762388 0 0 0 +480 16 0.224399 0.322686 0.816746 0 0 0 +487 15 0.125668 0.564758 0.990131 0 0 -1 +1210 15 0.442083 0.873699 0.990447 0 0 -1 +1278 16 0.647579 0.200015 0.991161 0 0 -1 +246 16 0.847533 0.706667 0.963378 -1 0 -1 +488 16 0.123807 0.596746 0.974472 0 0 -1 +555 16 0.163038 0.743152 0.518172 0 0 0 +219 16 0.0758062 0.480957 0.925955 0 0 -1 +792 16 0.458962 0.0829196 0.808894 0 0 -1 +502 15 0.0783648 0.605161 0.697118 0 0 0 +503 16 0.0567686 0.626359 0.715987 0 0 0 +504 16 0.0982912 0.588604 0.721625 0 0 0 +505 15 0.118946 0.585722 0.794537 0 0 0 +506 16 0.139827 0.55695 0.797372 0 0 0 +507 16 0.112642 0.595549 0.828235 0 0 0 +508 15 0.988771 0.751281 0.863438 -1 0 0 +509 16 -0.00332853 0.756333 0.897846 0 0 0 +510 16 0.0189154 0.738737 0.849092 0 0 0 +511 15 0.0777177 0.720109 0.797236 0 0 0 +512 16 0.0945036 0.751545 0.798596 0 0 0 +513 16 0.0924409 0.700969 0.82348 0 0 0 +176 16 0.989618 0.288495 0.560814 -1 0 0 +529 15 0.194226 0.658994 0.736259 0 0 0 +530 16 0.227648 0.646983 0.73302 0 0 0 +531 16 0.181819 0.643087 0.765668 0 0 0 +532 15 0.283441 0.719469 0.827904 0 0 0 +533 16 0.275548 0.753446 0.820484 0 0 0 +534 16 0.318919 0.717641 0.824764 0 0 0 +535 15 0.277326 0.829311 0.724079 0 0 0 +536 16 0.278783 0.854455 0.698829 0 0 0 +537 16 0.286318 0.799191 0.707232 0 0 0 +538 15 0.145342 0.793677 0.85732 0 0 0 +539 16 0.137277 0.815853 0.830579 0 0 0 +540 16 0.180976 0.79395 0.858723 0 0 0 +911 16 0.379895 0.414562 0.945179 0 0 0 +256 15 0.0471812 0.72526 0.572583 0 0 0 +556 15 0.17934 0.960858 0.550778 0 0 0 +557 16 0.166425 0.992072 0.562215 0 0 0 +558 16 0.176577 0.939176 0.578957 0 0 0 +559 15 0.18843 0.993026 0.695898 0 0 0 +560 16 0.199608 -0.000647686 0.729168 0 1 0 +561 16 0.167267 0.0206692 0.688168 0 1 0 +562 15 0.0569288 0.968275 0.725639 0 0 0 +563 16 0.0272612 0.971675 0.745135 0 0 0 +564 16 0.0632098 0.933176 0.724964 0 0 0 +693 16 0.228756 0.509039 0.973048 0 0 -1 +952 15 0.358304 0.972566 0.611159 0 0 0 +1342 15 0.655169 0.409924 0.512778 0 0 0 +984 16 0.38731 0.861727 0.55121 0 -1 0 +1690 15 0.824555 0.0184252 0.509271 0 0 0 +1704 16 0.846136 0.18625 0.75976 0 0 -1 +1276 15 0.627761 0.176 0.973772 0 0 -1 +1059 16 0.358747 0.719345 0.992267 0 0 -1 +97 15 0.924654 0.0154056 0.534535 -1 0 0 +476 16 0.183111 0.506355 0.55269 0 0 0 +589 15 0.36494 0.943104 0.761563 0 -1 0 +590 16 0.355819 0.977574 0.762254 0 -1 0 +591 16 0.344322 0.928906 0.736165 0 -1 0 +592 15 0.179935 0.0308354 0.801344 0 0 0 +593 16 0.162122 0.0612358 0.795837 0 0 0 +594 16 0.194481 0.0347271 0.833672 0 0 0 +218 16 0.10772 0.525224 0.940213 0 0 -1 +610 15 0.261108 0.291184 0.560488 0 0 0 +1787 16 0.968493 0.626072 0.946498 0 0 -1 +30 1 0.480328 0.404597 0.523386 0 0 0 +1823 16 0.985237 0.737336 0.531822 0 0 0 +597 16 0.184894 0.205871 0.945522 0 0 -1 +1439 16 0.838768 0.904064 0.541611 0 -1 0 +616 15 0.364861 0.061418 0.671045 0 0 0 +617 16 0.334255 0.0608547 0.652746 0 0 0 +618 16 0.38258 0.0326154 0.659718 0 0 0 +619 15 0.291666 0.228666 0.887172 0 0 0 +620 16 0.311131 0.225401 0.857468 0 0 0 +621 16 0.279834 0.262301 0.886455 0 0 0 +637 15 0.272621 0.0742956 0.607901 0 0 0 +638 16 0.246224 0.0829643 0.63026 0 0 0 +639 16 0.25613 0.0598454 0.579774 0 0 0 +640 15 0.217123 0.121836 0.687071 0 0 0 +641 16 0.233863 0.113557 0.717453 0 0 0 +642 16 0.182444 0.119222 0.694972 0 0 0 +643 15 0.135367 0.262417 0.917282 0 0 0 +644 16 0.158241 0.287431 0.906195 0 0 0 +645 16 0.105983 0.267921 0.897837 0 0 0 +1886 16 0.905463 0.8192 0.821959 0 0 0 +661 15 0.346959 0.349021 0.566209 0 0 0 +662 16 0.313481 0.337407 0.562188 0 0 0 +663 16 0.36714 0.320057 0.561147 0 0 0 +664 15 0.29573 0.333095 0.874878 0 0 0 +665 16 0.264618 0.345986 0.886613 0 0 0 +666 16 0.32035 0.35019 0.894202 0 0 0 +1885 15 0.918021 0.834685 0.79239 0 0 0 +1884 16 0.0769997 0.961926 0.53824 1 0 0 +682 15 0.299161 0.408659 0.633172 0 0 0 +683 16 0.31635 0.382122 0.616676 0 0 0 +595 15 0.197817 0.172637 0.946167 0 0 -1 +685 15 0.180632 0.306182 0.6597 0 0 0 +686 16 0.179396 0.331845 0.684433 0 0 0 +687 16 0.192646 0.277503 0.677164 0 0 0 +244 15 0.861491 0.695165 0.932642 -1 0 -1 +688 15 0.267025 0.40583 0.965666 0 0 0 +260 16 0.0268407 0.598226 0.621643 0 0 0 +1249 15 0.652407 0.009436 0.969345 0 0 -1 +175 15 0.986916 0.309843 0.532374 -1 0 0 +700 15 0.101093 0.429192 0.674128 0 0 0 +701 16 0.0856244 0.399294 0.662352 0 0 0 +702 16 0.120374 0.418797 0.702271 0 0 0 +703 15 0.227409 0.225429 0.694223 0 0 0 +704 16 0.252063 0.232169 0.669352 0 0 0 +705 16 0.23022 0.190406 0.700338 0 0 0 +706 15 0.232923 0.621059 0.955113 0 0 0 +707 16 0.251852 0.610197 0.983319 0 0 0 +708 16 0.233792 0.593427 0.932584 0 0 0 +709 15 0.142532 0.68942 0.901883 0 0 0 +710 16 0.158231 0.665211 0.880923 0 0 0 +711 16 0.16423 0.717697 0.900685 0 0 0 +450 16 0.214968 0.421556 0.541114 0 0 0 +1179 16 0.532921 0.184875 0.502703 0 0 0 +939 16 0.323053 0.016347 0.873079 0 1 -1 +726 16 0.223384 0.587283 0.546729 0 0 0 +727 15 0.207248 0.633772 0.837852 0 0 0 +728 16 0.231778 0.659446 0.841162 0 0 0 +729 16 0.225927 0.603403 0.838645 0 0 0 +730 15 0.199492 0.515757 0.83036 0 0 0 +731 16 0.178323 0.488057 0.83787 0 0 0 +732 16 0.230923 0.501028 0.822175 0 0 0 +733 15 0.233695 0.726302 0.931487 0 0 0 +734 16 0.257936 0.72387 0.905442 0 0 0 +913 15 0.364387 0.608787 0.938016 0 0 -1 +992 16 0.310503 0.123129 0.975885 0 0 -1 +751 15 0.232185 0.706789 0.540188 0 0 0 +724 15 0.233406 0.613411 0.568835 0 0 0 +753 16 0.223593 0.672429 0.544354 0 0 0 +754 15 0.413263 0.857921 0.791122 0 0 0 +755 16 0.425547 0.848233 0.759074 0 0 0 +756 16 0.392963 0.886519 0.784645 0 0 0 +757 15 0.197098 0.904845 0.640121 0 0 0 +758 16 0.198643 0.933495 0.6613 0 0 0 +759 16 0.163417 0.893462 0.642921 0 0 0 +760 15 0.371831 0.809231 0.966052 0 0 0 +761 16 0.373762 0.795796 0.933073 0 0 0 +762 16 0.337202 0.8163 0.970814 0 0 0 +986 16 0.451639 0.170655 0.50594 0 0 0 +164 16 0.762635 0.333219 0.939893 -1 0 -1 +778 15 0.272827 0.904429 0.555708 0 0 0 +779 16 0.25705 0.892217 0.585268 0 0 0 +780 16 0.253041 0.932443 0.545934 0 0 0 +781 15 0.298291 0.740813 0.685442 0 0 0 +782 16 0.295222 0.722268 0.655135 0 0 0 +783 16 0.332054 0.735652 0.695701 0 0 0 +784 15 0.112658 0.0598638 0.692413 0 1 0 +785 16 0.103796 0.0283205 0.706496 0 1 0 +786 16 0.0816115 0.0741356 0.682202 0 1 0 +787 15 0.241962 0.818131 0.824425 0 0 0 +788 16 0.269073 0.825784 0.802556 0 0 0 +789 16 0.226296 0.849571 0.830586 0 0 0 +1361 16 0.512959 0.44022 0.888882 0 0 -1 +1224 16 0.414671 0.0118087 0.881295 0 1 -1 +725 16 0.268823 0.615216 0.56507 0 0 0 +808 15 0.295393 0.921465 0.687878 0 -1 0 +809 16 0.321044 0.929355 0.664391 0 -1 0 +810 16 0.272184 0.948406 0.685156 0 -1 0 +811 15 0.370399 0.0534586 0.528217 0 0 0 +812 16 0.375078 0.0295138 0.502205 0 0 0 +813 16 0.340824 0.0710891 0.518925 0 0 0 +814 15 0.470879 0.988284 0.758296 0 -1 0 +815 16 0.482372 0.962976 0.780642 0 -1 0 +816 16 0.43539 0.98477 0.7583 0 -1 0 +1374 16 0.647323 0.481694 0.59472 0 0 0 +832 15 0.41725 0.280349 0.539673 0 0 0 +833 16 0.424881 0.246768 0.530401 0 0 0 +834 16 0.447327 0.292614 0.554396 0 0 0 +835 15 0.265562 0.187513 0.589567 0 0 0 +836 16 0.281076 0.158809 0.575172 0 0 0 +837 16 0.242304 0.174239 0.613119 0 0 0 +838 15 0.345502 0.0490151 0.774727 0 0 0 +839 16 0.363822 0.0531504 0.744411 0 0 0 +840 16 0.321785 0.0756479 0.774546 0 0 0 +841 15 0.356697 0.188274 0.805606 0 0 0 +842 16 0.362493 0.174578 0.838019 0 0 0 +843 16 0.387418 0.204218 0.797012 0 0 0 +1409 16 0.728618 0.690611 0.560171 0 0 0 +859 15 0.508044 0.200932 0.874098 0 0 0 +860 16 0.532378 0.215134 0.895961 0 0 0 +861 16 0.524876 0.173623 0.858519 0 0 0 +1882 15 0.0734902 0.956031 0.503243 1 0 0 +1866 16 0.93745 0.0194533 0.854722 0 1 -1 +408 16 0.234557 0.319013 0.956197 0 0 -1 +481 15 0.0747392 0.675366 0.978429 0 0 0 +1811 16 0.893875 0.585774 0.991878 0 0 -1 +1360 15 0.539533 0.453625 0.908527 0 0 -1 +691 15 0.221565 0.502233 0.938786 0 0 -1 +901 15 0.294997 0.631628 0.753266 0 0 0 +902 16 0.294279 0.666649 0.759961 0 0 0 +903 16 0.31618 0.628408 0.724757 0 0 0 +904 15 0.431816 0.463975 0.852198 0 0 0 +905 16 0.408415 0.45812 0.878465 0 0 0 +906 16 0.443002 0.431449 0.842775 0 0 0 +907 15 0.497837 0.532018 0.951171 0 0 0 +908 16 0.470666 0.533601 0.928126 0 0 0 +909 16 0.491188 0.55804 0.974634 0 0 0 +1691 16 0.858675 0.0239256 0.518067 0 0 0 +257 16 0.0576905 0.74808 0.597893 0 0 0 +1213 15 0.631148 0.582102 0.544539 0 0 0 +1058 16 0.348289 0.664478 0.984421 0 0 -1 +925 15 0.304006 0.44997 0.810903 0 0 0 +926 16 0.322385 0.45108 0.841445 0 0 0 +927 16 0.319099 0.475002 0.790472 0 0 0 +928 15 0.367204 0.560893 0.782135 0 0 0 +929 16 0.338209 0.577927 0.770263 0 0 0 +930 16 0.381191 0.545712 0.753054 0 0 0 +931 15 0.428213 0.569946 0.868233 0 0 0 +932 16 0.403835 0.580138 0.844283 0 0 0 +933 16 0.438048 0.537338 0.857659 0 0 0 +934 15 0.385175 0.752442 0.882044 0 0 0 +935 16 0.416654 0.764649 0.87056 0 0 0 +936 16 0.389472 0.717094 0.884012 0 0 0 +1881 16 1.00453 0.906214 0.660463 0 0 0 +357 16 0.971391 0.0218466 0.961934 -1 0 -1 +953 16 0.352056 1.00347 0.59449 0 0 0 +950 16 0.34044 0.735049 0.581229 0 0 0 +955 15 0.391432 0.68523 0.799339 0 0 0 +956 16 0.42173 0.69738 0.784978 0 0 0 +957 16 0.38087 0.659266 0.777291 0 0 0 +958 15 0.37411 0.638902 0.689985 0 0 0 +959 16 0.365773 0.639542 0.655316 0 0 0 +960 16 0.407856 0.65036 0.691279 0 0 0 +961 15 0.272773 0.917481 0.937662 0 0 0 +962 16 0.271355 0.881864 0.936569 0 0 0 +963 16 0.307332 0.925188 0.933405 0 0 0 +1186 15 0.432593 0.399422 0.985181 0 0 -1 +33 4 0.551761 0.420102 0.514734 0 0 0 +1585 15 0.935671 0.620319 0.505868 0 0 0 +982 15 0.403153 0.892755 0.558832 0 -1 0 +983 16 0.437852 0.884797 0.560941 0 -1 0 +407 16 0.193646 0.355521 0.942978 0 0 -1 +1047 16 0.530529 0.319685 0.540587 0 0 0 +914 16 0.339971 0.583608 0.93156 0 0 -1 +1867 15 0.77649 0.836509 0.98707 0 0 -1 +988 15 0.433597 0.112532 0.601882 0 0 0 +989 16 0.457968 0.0872497 0.608104 0 0 0 +990 16 0.410266 0.0971921 0.579696 0 0 0 +938 16 0.349196 0.976626 0.842745 0 0 -1 +1880 16 0.971568 0.926456 0.701512 0 0 0 +1110 16 0.452357 0.109031 0.978819 0 0 -1 +596 16 0.227641 0.174262 0.926681 0 0 -1 +474 16 0.0690675 0.545044 0.644119 0 0 0 +648 16 0.343374 0.224559 0.932524 0 0 -1 +409 15 0.156086 0.412456 0.985568 0 0 -1 +1637 16 0.904308 0.82573 0.521176 0 0 0 +1012 15 0.43787 0.167093 0.702349 0 0 0 +1013 16 0.421297 0.143944 0.680871 0 0 0 +1014 16 0.435681 0.198307 0.685241 0 0 0 +1015 15 0.447966 0.214319 0.792301 0 0 0 +1016 16 0.453623 0.19126 0.765691 0 0 0 +1017 16 0.468012 0.20209 0.819142 0 0 0 +1879 15 0.971126 0.916722 0.667207 0 0 0 +1033 15 0.558009 0.305809 0.859797 0 0 0 +1034 16 0.546572 0.293036 0.891068 0 0 0 +1035 16 0.593386 0.301406 0.86074 0 0 0 +1135 15 0.568055 0.266245 0.952418 0 0 -1 +1410 16 0.690251 0.711175 0.524304 0 0 0 +1368 16 0.694084 0.617888 0.933976 0 0 -1 +261 16 0.0217688 0.652192 0.606042 0 0 0 +325 15 0.119381 0.052238 0.904792 0 0 -1 +206 16 0.0439831 0.458505 0.709524 0 0 0 +1072 15 0.459009 0.578408 0.605469 0 0 0 +1073 16 0.437284 0.579421 0.633733 0 0 0 +1074 16 0.438669 0.589038 0.578172 0 0 0 +1075 15 0.466101 0.658758 0.723028 0 0 0 +1076 16 0.497576 0.65561 0.706559 0 0 0 +1077 16 0.462073 0.627974 0.740575 0 0 0 +1078 15 0.482277 0.787681 0.852264 0 0 0 +1079 16 0.511963 0.778514 0.834755 0 0 0 +1080 16 0.464737 0.808924 0.829616 0 0 0 +1096 15 0.384195 0.785291 0.557383 0 0 0 +1097 16 0.412867 0.775542 0.538551 0 0 0 +1098 16 0.397437 0.803433 0.585084 0 0 0 +1099 15 0.48976 0.779695 0.517704 0 0 0 +1100 16 0.521244 0.763732 0.512631 0 0 0 +99 16 0.941085 0.983754 0.534472 -1 -1 0 +1102 15 0.564168 0.679531 0.68562 0 0 0 +1103 16 0.543954 0.7035 0.668629 0 0 0 +1104 16 0.597638 0.688408 0.677089 0 0 0 +1105 15 0.415494 0.83791 0.649715 0 0 0 +1106 16 0.441751 0.8572 0.664216 0 0 0 +1107 16 0.418753 0.8057 0.664672 0 0 0 +273 16 0.852508 0.80797 0.977395 -1 0 -1 +1123 15 0.490726 0.892234 0.691664 0 -1 0 +1124 16 0.510807 0.89369 0.7211 0 -1 0 +1125 16 0.511838 0.904789 0.665809 0 -1 0 +1126 15 0.538006 0.0527962 0.640799 0 0 0 +1127 16 0.521092 0.0215557 0.637677 0 0 0 +1128 16 0.546562 0.0549177 0.675355 0 0 0 +1129 15 0.459594 0.987942 0.641989 0 -1 0 +1130 16 0.466614 0.986365 0.676919 0 -1 0 +1131 16 0.433114 0.964554 0.637127 0 -1 0 +1132 15 0.561024 0.0620459 0.743029 0 0 0 +1133 16 0.577139 0.0341364 0.758298 0 0 0 +1134 16 0.528068 0.0618974 0.756657 0 0 0 +1741 15 0.889152 0.465888 0.558493 0 0 0 +1150 15 0.671047 0.0340689 0.534276 0 0 0 +1151 16 0.700992 0.0511415 0.543421 0 0 0 +690 16 0.233658 0.407452 0.978149 0 0 0 +1153 15 0.572411 0.914251 0.632346 0 -1 0 +1154 16 0.595328 0.941366 0.635725 0 -1 0 +1155 16 0.588759 0.886718 0.648046 0 -1 0 +1156 15 0.641362 0.0857561 0.810987 0 0 0 +1157 16 0.610235 0.0832858 0.793757 0 0 0 +1158 16 0.632413 0.0943101 0.844432 0 0 0 +1159 15 0.592288 0.116146 0.892045 0 0 0 +1160 16 0.606529 0.131643 0.920836 0 0 0 +1161 16 0.577832 0.0859623 0.904367 0 0 0 +1209 16 0.518338 0.81576 0.899728 0 0 -1 +541 15 0.200188 0.898546 0.864687 0 0 -1 +752 16 0.220071 0.72268 0.569727 0 0 0 +1207 15 0.537628 0.828256 0.926998 0 0 -1 +326 16 0.116406 0.0877238 0.902846 0 0 -1 +1180 15 0.587036 0.088546 0.564167 0 0 0 +1181 16 0.561981 0.07745 0.586992 0 0 0 +1182 16 0.570419 0.112463 0.543582 0 0 0 +1183 15 0.509361 0.288857 0.763981 0 0 0 +1184 16 0.535924 0.273311 0.781997 0 0 0 +1185 16 0.479969 0.271951 0.775031 0 0 0 +922 15 0.336106 0.622956 0.534897 0 0 0 +1366 15 0.677045 0.586875 0.93841 0 0 -1 +1198 15 0.480717 0.369477 0.842813 0 0 0 +1199 16 0.465324 0.341011 0.827828 0 0 0 +1200 16 0.511301 0.357041 0.856297 0 0 0 +1396 15 0.529973 0.944157 0.97575 0 0 -1 +205 15 0.0180986 0.477154 0.725463 0 0 0 +1208 16 0.516426 0.824471 0.955422 0 0 -1 +819 16 0.419753 0.10802 0.897258 0 0 -1 +680 16 0.274969 0.401221 0.694553 0 0 0 +1218 16 0.748314 0.562771 0.543928 0 0 0 +1219 15 0.441685 0.753485 0.705101 0 0 0 +1220 16 0.457712 0.724679 0.71871 0 0 0 +1221 16 0.464915 0.766194 0.681213 0 0 0 +966 16 0.533383 1.00813 0.935399 0 -1 -1 +1408 15 0.693728 0.697259 0.556954 0 0 0 +1237 15 0.592101 0.74082 0.522335 0 0 0 +1238 16 0.617032 0.764748 0.53115 0 0 0 +1239 16 0.60789 0.709226 0.527267 0 0 0 +1240 15 0.521859 0.767024 0.630835 0 0 0 +1241 16 0.537688 0.798844 0.633796 0 0 0 +1242 16 0.511121 0.765507 0.596861 0 0 0 +1243 15 0.561036 0.800159 0.784121 0 0 0 +1244 16 0.57458 0.771017 0.768658 0 0 0 +1245 16 0.567224 0.826377 0.760751 0 0 0 +1246 15 0.588706 0.907877 0.894928 0 0 0 +1247 16 0.623323 0.899365 0.895915 0 0 0 +1248 16 0.572072 0.879218 0.908111 0 0 0 +1264 15 0.775778 0.0681755 0.588567 0 0 0 +1864 15 0.961783 0.994102 0.860809 0 0 -1 +1266 16 0.77838 0.102732 0.580148 0 0 0 +1267 15 0.690217 0.920984 0.572373 0 -1 0 +1268 16 0.702326 0.887607 0.575717 0 -1 0 +1269 16 0.716985 0.93869 0.556823 0 -1 0 +1270 15 0.576647 0.903547 0.754962 0 -1 0 +1271 16 0.607006 0.884873 0.756158 0 -1 0 +1272 16 0.580916 0.92913 0.77944 0 -1 0 +1273 15 0.714757 0.957949 0.819747 0 -1 0 +1274 16 0.720837 0.930771 0.797471 0 -1 0 +1275 16 0.744366 0.977749 0.817987 0 -1 0 +647 16 0.38803 0.190103 0.932378 0 0 -1 +1291 15 0.663453 0.10826 0.635043 0 0 0 +1292 16 0.640369 0.101629 0.608681 0 0 0 +1293 16 0.685242 0.133188 0.62179 0 0 0 +1294 15 0.654568 0.991633 0.642165 0 -1 0 +1295 16 0.671594 0.974655 0.615826 0 -1 0 +1296 16 0.65251 0.0254805 0.631122 0 0 0 +1297 15 0.695428 0.916855 0.691882 0 -1 0 +1298 16 0.671004 0.938322 0.677238 0 -1 0 +1299 16 0.726451 0.928032 0.678299 0 -1 0 +1300 15 0.721001 0.0537609 0.896454 0 0 0 +1301 16 0.716021 0.0412216 0.863442 0 0 0 +1666 15 0.985725 0.928226 0.540291 0 -1 0 +1318 15 0.721622 0.302033 0.602626 0 0 0 +1319 16 0.749269 0.28948 0.621332 0 0 0 +1320 16 0.700261 0.273817 0.598216 0 0 0 +1321 15 0.642675 0.24642 0.58996 0 0 0 +1322 16 0.61818 0.267029 0.57424 0 0 0 +1323 16 0.64612 0.218411 0.568155 0 0 0 +1324 15 0.524524 0.268084 0.649725 0 0 0 +1325 16 0.513224 0.295001 0.67021 0 0 0 +1326 16 0.533426 0.242404 0.672816 0 0 0 +1327 15 0.815664 0.0922527 0.932686 0 0 0 +1328 16 0.818929 0.103301 0.898935 0 0 0 +1329 16 0.783205 0.0775569 0.934182 0 0 0 +567 16 0.157385 0.873878 0.990343 0 0 0 +1345 15 0.683814 0.371496 0.673105 0 0 0 +1346 16 0.69374 0.347038 0.649123 0 0 0 +1347 16 0.659412 0.354953 0.693172 0 0 0 +1348 15 0.65907 0.302768 0.742943 0 0 0 +1349 16 0.688567 0.314564 0.759148 0 0 0 +1350 16 0.655904 0.268907 0.753677 0 0 0 +1351 15 0.57531 0.35863 0.727785 0 0 0 +1352 16 0.597452 0.330855 0.730967 0 0 0 +1353 16 0.54307 0.345245 0.735081 0 0 0 +1354 15 0.631579 0.195649 0.832857 0 0 0 +1355 16 0.625857 0.166977 0.853278 0 0 0 +1356 16 0.619137 0.186383 0.800746 0 0 0 +965 16 0.50715 0.0316906 0.891378 0 0 -1 +1667 16 1.00203 0.913007 0.568121 0 -1 0 +1081 15 0.599691 0.986726 0.81489 0 0 -1 +1703 16 0.881019 0.212555 0.724085 0 0 -1 +1137 16 0.598144 0.247113 0.953112 0 0 -1 +1375 15 0.546013 0.626399 0.564318 0 0 0 +1376 16 0.518161 0.604232 0.566501 0 0 0 +1377 16 0.536858 0.649794 0.539007 0 0 0 +1214 16 0.59892 0.593515 0.554683 0 0 0 +448 15 0.214763 0.430338 0.506551 0 0 0 +1393 15 0.656785 0.738367 0.645361 0 0 0 +1394 16 0.688002 0.732115 0.661431 0 0 0 +1395 16 0.660343 0.723877 0.61297 0 0 0 +527 16 0.155111 0.638791 0.5948 0 0 0 +1411 15 0.507634 0.87336 0.560982 0 0 0 +1372 15 0.620241 0.478385 0.571753 0 0 0 +1413 16 0.512107 0.886076 0.527965 0 0 0 +1414 15 0.66967 0.854396 0.7688 0 0 0 +1415 16 0.682037 0.878623 0.745737 0 0 0 +1416 16 0.696314 0.830949 0.772282 0 0 0 +1417 15 0.502145 0.935623 0.84283 0 0 0 +1418 16 0.480858 0.90895 0.853184 0 0 0 +1419 16 0.534835 0.925307 0.85267 0 0 0 +1420 15 0.675387 0.858839 0.879018 0 0 0 +1421 16 0.690417 0.826615 0.881766 0 0 0 +1422 16 0.66935 0.86294 0.844109 0 0 0 +791 16 0.44951 0.107495 0.759014 0 0 -1 +204 16 0.0470519 0.344935 0.512939 0 0 0 +1438 15 0.829459 0.926305 0.567889 0 -1 0 +1714 15 0.95482 0.195103 0.521611 0 0 0 +231 16 0.00290164 0.519524 0.571487 0 0 0 +1441 15 0.870108 0.877292 0.655205 0 -1 0 +1442 16 0.854763 0.897118 0.629841 0 -1 0 +1443 16 0.899726 0.895182 0.66384 0 -1 0 +1444 15 0.820366 0.943567 0.83506 0 -1 0 +1445 16 0.814742 0.925618 0.804761 0 -1 0 +1446 16 0.832656 0.919032 0.857837 0 -1 0 +461 16 0.0112026 0.435208 0.98269 0 0 -1 +207 16 -0.0100104 0.473771 0.703778 0 0 0 +1808 16 0.735439 0.504016 0.996596 0 0 0 +1082 16 0.634235 0.99431 0.8103 0 0 -1 +1465 15 0.691738 0.16609 0.539708 0 0 0 +1466 16 0.724334 0.15445 0.531114 0 0 0 +910 15 0.35829 0.434908 0.925402 0 0 0 +1468 15 0.691166 0.211187 0.684458 0 0 0 +1469 16 0.687455 0.219308 0.649931 0 0 0 +1470 16 0.664964 0.187904 0.691032 0 0 0 +1471 15 0.800466 0.969709 0.695386 0 -1 0 +1472 16 0.829093 0.980143 0.676853 0 -1 0 +1473 16 0.813083 0.945746 0.718589 0 -1 0 +1474 15 0.70968 0.101019 0.730855 0 0 0 +1475 16 0.691352 0.0988079 0.700341 0 0 0 +1476 16 0.685255 0.0959466 0.756342 0 0 0 +1492 15 0.813538 0.160841 0.566228 0 0 0 +1493 16 0.807154 0.183594 0.592936 0 0 0 +1494 16 0.81659 0.181564 0.537364 0 0 0 +1495 15 0.730942 0.355031 0.783955 0 0 0 +1496 16 0.705362 0.376625 0.77166 0 0 0 +1497 16 0.759842 0.375801 0.786243 0 0 0 +1498 15 0.553095 0.16954 0.690356 0 0 0 +1499 16 0.571625 0.139501 0.685248 0 0 0 +1500 16 0.520908 0.158486 0.701018 0 0 0 +1501 15 0.681238 0.267434 0.892787 0 0 0 +1502 16 0.665243 0.267088 0.92466 0 0 0 +1503 16 0.663999 0.242603 0.873863 0 0 0 +569 16 0.258218 0.0726771 0.91347 0 0 -1 +1519 15 0.813213 0.403592 0.619855 0 0 0 +1520 16 0.809113 0.420258 0.651116 0 0 0 +1521 16 0.797464 0.425071 0.596139 0 0 0 +1522 15 0.551797 0.420894 0.626449 0 0 0 +1523 16 0.580773 0.437118 0.61345 0 0 0 +1524 16 0.564237 0.399782 0.652359 0 0 0 +1525 15 0.649575 0.414357 0.777359 0 0 0 +1526 16 0.624229 0.394674 0.761803 0 0 0 +1527 16 0.652581 0.443148 0.756529 0 0 0 +1528 15 0.726284 0.377995 0.968854 0 0 0 +1529 16 0.707637 0.393888 0.94294 0 0 0 +1530 16 0.704757 0.379009 0.997269 0 0 0 +1716 16 0.920622 0.199645 0.512573 0 0 0 +790 15 0.470446 0.109304 0.787827 0 0 -1 +34 4 0.51625 0.471923 0.535497 0 0 0 +1549 15 0.706085 0.489403 0.925435 0 0 0 +1550 16 0.679479 0.46795 0.915252 0 0 0 +1551 16 0.690597 0.521152 0.93033 0 0 0 +1216 15 0.751875 0.587496 0.518475 0 0 0 +1567 15 0.692045 0.471468 0.642872 0 0 0 +1568 16 0.693145 0.435997 0.646402 0 0 0 +1569 16 0.669641 0.482305 0.668414 0 0 0 +1570 15 0.635625 0.413655 0.88319 0 0 0 +1571 16 0.642477 0.417367 0.848388 0 0 0 +1572 16 0.601309 0.422759 0.886567 0 0 0 +1860 16 0.923422 0.767544 0.876829 0 0 0 +954 16 0.359189 0.948325 0.585017 0 0 0 +1588 15 0.7934 0.687677 0.575649 0 0 0 +1316 16 0.704102 0.309359 0.515412 0 0 0 +1590 16 0.813003 0.688993 0.605412 0 0 0 +1591 15 0.609559 0.829398 0.674252 0 0 0 +1592 16 0.615215 0.796149 0.662662 0 0 0 +1593 16 0.641039 0.839749 0.687431 0 0 0 +1609 15 0.646577 0.816989 0.558195 0 0 0 +1610 16 0.675592 0.81836 0.578886 0 0 0 +765 16 0.243087 0.7895 0.962256 0 0 -1 +1612 15 0.833643 0.785232 0.672565 0 0 0 +1613 16 0.851417 0.816142 0.673224 0 0 0 +1614 16 0.856882 0.761285 0.685148 0 0 0 +1615 15 0.748203 0.728289 0.688378 0 0 0 +1616 16 0.764336 0.696486 0.688074 0 0 0 +1617 16 0.774225 0.751584 0.681166 0 0 0 +1618 15 0.851481 0.873109 0.905854 0 0 0 +1619 16 0.846184 0.838529 0.898924 0 0 0 +1620 16 0.883505 0.874287 0.921504 0 0 0 +1859 16 0.875359 0.738332 0.872603 0 0 0 +84 16 0.0553901 0.893941 0.830005 0 -1 -1 +681 16 0.284505 0.404301 0.75006 0 0 0 +568 15 0.252928 0.045336 0.891192 0 0 -1 +1639 15 0.811883 0.880479 0.753199 0 0 0 +1640 16 0.791614 0.854307 0.766466 0 0 0 +1641 16 0.837397 0.863607 0.734862 0 0 0 +1642 15 0.748896 0.792683 0.797857 0 0 0 +1643 16 0.761659 0.765479 0.778652 0 0 0 +1644 16 0.75347 0.782615 0.831762 0 0 0 +1645 15 0.736766 0.932006 0.954221 0 0 0 +1646 16 0.747686 0.937484 0.920716 0 0 0 +1647 16 0.703522 0.944892 0.955009 0 0 0 +137 16 0.00350174 0.231124 0.938885 0 0 -1 +692 16 0.185955 0.502588 0.936882 0 0 -1 +1636 15 0.884089 0.849701 0.504194 0 0 0 +136 15 0.00631149 0.208617 0.966406 0 0 -1 +477 16 0.143934 0.522625 0.515517 0 0 0 +83 16 0.063731 0.947722 0.844819 0 -1 -1 +1302 16 0.700644 0.0329753 0.917079 0 0 0 +1669 15 0.95471 0.0490177 0.735702 0 0 0 +1670 16 0.935438 0.051778 0.765581 0 0 0 +1671 16 0.976623 0.0771412 0.736566 0 0 0 +1672 15 0.894104 0.0649259 0.829158 0 0 0 +1673 16 0.858823 0.0633154 0.824214 0 0 0 +1674 16 0.90077 0.0994982 0.834828 0 0 0 +1786 15 0.947976 0.637612 0.973288 0 0 -1 +713 16 0.32969 0.498922 0.918468 0 0 -1 +553 15 0.132383 0.725546 0.513467 0 0 0 +473 16 0.0558645 0.497365 0.617032 0 0 0 +1693 15 0.893585 0.110992 0.641957 0 0 0 +1694 16 0.888501 0.0757124 0.640806 0 0 0 +1695 16 0.86313 0.124823 0.629586 0 0 0 +1696 15 0.903161 0.00718686 0.662764 0 0 0 +1697 16 0.91868 0.975475 0.657734 0 -1 0 +1698 16 0.926158 0.0252591 0.683169 0 0 0 +1699 15 0.796633 0.060738 0.777174 0 0 0 +1700 16 0.807045 0.0297324 0.762959 0 0 0 +1701 16 0.771147 0.0725394 0.755197 0 0 0 +1611 16 0.61928 0.820932 0.580803 0 0 0 +1717 15 0.805284 0.242522 0.64443 0 0 0 +1718 16 0.827903 0.236767 0.671395 0 0 0 +1719 16 0.773785 0.231028 0.656574 0 0 0 +1720 15 0.968797 0.195366 0.620749 0 0 0 +1721 16 0.969504 0.199578 0.585343 0 0 0 +1722 16 0.943402 0.170961 0.626344 0 0 0 +1723 15 0.791063 0.128087 0.67267 0 0 0 +1724 16 0.816414 0.146106 0.69012 0 0 0 +1725 16 0.765277 0.123273 0.696831 0 0 0 +1726 15 0.840224 0.335087 0.790647 0 0 0 +1727 16 0.823175 0.304037 0.786523 0 0 0 +1728 16 0.84483 0.338148 0.825878 0 0 0 +1744 15 0.954264 0.422619 0.647013 0 0 0 +1745 16 0.96866 0.401656 0.62201 0 0 0 +1746 16 0.930138 0.442173 0.629479 0 0 0 +1747 15 0.876855 0.32846 0.607488 0 0 0 +1748 16 0.855324 0.301951 0.617759 0 0 0 +1749 16 0.857235 0.357972 0.611481 0 0 0 +1750 15 0.796016 0.163997 0.827845 0 0 0 +1751 16 0.782038 0.137502 0.808494 0 0 0 +1752 16 0.775295 0.192143 0.820751 0 0 0 +1753 15 0.821611 0.465745 0.917246 0 0 0 +1754 16 0.847216 0.466623 0.942053 0 0 0 +1755 16 0.791994 0.475376 0.934622 0 0 0 +1367 16 0.655094 0.592588 0.96593 0 0 -1 +1623 16 0.846933 0.0174848 0.925182 0 1 -1 +1344 16 0.640325 0.43281 0.53575 0 0 0 +462 16 0.0541383 0.402318 0.966685 0 0 -1 +1774 15 0.810256 0.451738 0.711903 0 0 0 +1775 16 0.827836 0.445442 0.742287 0 0 0 +1776 16 0.796658 0.484444 0.716054 0 0 0 +1777 15 0.841714 0.470765 0.815169 0 0 0 +1778 16 0.835475 0.470433 0.85028 0 0 0 +1779 16 0.876642 0.464191 0.812232 0 0 0 +1780 15 0.748737 0.249777 0.808273 0 0 0 +1781 16 0.747884 0.284704 0.801119 0 0 0 +1782 16 0.729597 0.246302 0.838163 0 0 0 +1798 15 0.832981 0.579205 0.620122 0 0 0 +1799 16 0.867584 0.572068 0.615278 0 0 0 +1800 16 0.832655 0.608458 0.640517 0 0 0 +1801 15 0.766618 0.510868 0.573473 0 0 0 +1802 16 0.790719 0.530243 0.591238 0 0 0 +1803 16 0.742524 0.501765 0.598139 0 0 0 +1804 15 0.796892 0.548658 0.769131 0 0 0 +1805 16 0.810499 0.517912 0.781019 0 0 0 +1806 16 0.784385 0.564798 0.79837 0 0 0 +845 16 0.453301 0.221967 0.968233 0 0 -1 +403 15 0.0872724 0.307138 0.990608 0 0 0 +177 16 0.955754 0.32663 0.536725 -1 0 0 +1825 15 0.902632 0.684788 0.605542 0 0 0 +1826 16 0.934839 0.669736 0.60271 0 0 0 +1827 16 0.889493 0.684094 0.572395 0 0 0 +1828 15 0.911944 0.726519 0.713488 0 0 0 +1829 16 0.908123 0.699165 0.73605 0 0 0 +1830 16 0.912638 0.711432 0.681181 0 0 0 +1831 15 0.815786 0.641152 0.707921 0 0 0 +1832 16 0.800931 0.609235 0.713615 0 0 0 +1833 16 0.843656 0.642137 0.73015 0 0 0 +1834 15 0.7525 0.658072 0.91202 0 0 0 +1835 16 0.786873 0.666993 0.908744 0 0 0 +1836 16 0.751087 0.623974 0.901671 0 0 0 +570 16 0.259482 0.0163462 0.910901 0 0 -1 +1852 15 0.751359 0.828171 0.589456 0 0 0 +1853 16 0.764496 0.802366 0.56864 0 0 0 +1854 16 0.778695 0.850566 0.59426 0 0 0 +1855 15 0.0589763 0.867905 0.650426 1 0 0 +1856 16 0.0649305 0.836081 0.665379 1 0 0 +1857 16 0.0786203 0.867615 0.620663 1 0 0 +1858 15 0.889369 0.770588 0.866684 0 0 0 +712 15 0.307798 0.524015 0.905705 0 0 -1 +1064 16 0.374788 0.924932 0.508828 0 0 0 +1211 16 0.422341 0.847774 0.975955 0 0 -1 +684 16 0.320508 0.436953 0.62923 0 0 0 +763 15 0.2596 0.820118 0.970106 0 0 -1 +923 16 0.347348 0.649439 0.555971 0 0 0 +299 16 0.908627 0.983404 0.984509 -1 0 -1 +258 16 0.0774823 0.711266 0.56002 0 0 0 +163 15 0.768884 0.309161 0.91432 -1 0 -1 +1412 16 0.52555 0.896088 0.58182 0 0 0 +82 15 0.0659826 0.914371 0.857249 0 -1 -1 +1742 16 0.866581 0.48732 0.541084 0 0 0 +192 16 0.834867 0.221474 0.880531 -1 0 -1 +472 15 0.0433878 0.529922 0.62453 0 0 0 +1083 16 0.597214 0.976611 0.848999 0 0 -1 +1095 16 0.331885 0.809295 0.514237 0 0 0 +1865 16 0.993122 0.0106308 0.856755 0 1 -1 +526 15 0.132842 0.657463 0.615472 0 0 0 +1101 16 0.498009 0.811631 0.531264 0 0 0 +818 16 0.367277 0.125391 0.908476 0 0 -1 +964 15 0.53955 0.025933 0.905122 0 0 -1 +190 15 0.852257 0.240986 0.904794 -1 0 -1 +679 15 0.264668 0.387348 0.725751 0 0 0 +31 3 0.489185 0.360777 0.515069 0 0 0 +817 15 0.396841 0.134567 0.890768 0 0 -1 +1553 16 0.753122 0.789916 0.924769 0 0 -1 +327 16 0.117297 0.0449906 0.939649 0 0 -1 +111 16 0.966625 0.144742 0.840659 -1 0 -1 +355 15 0.99575 0.0466287 0.969954 -1 0 -1 +862 15 0.450541 0.303401 0.93564 0 0 -1 +356 16 -0.00230969 0.0670324 0.940769 0 0 -1 +1223 16 0.462544 0.995601 0.85626 0 0 -1 +735 16 0.224627 0.69252 0.938443 0 0 0 +1215 16 0.650797 0.611768 0.542157 0 0 0 +1217 16 0.769115 0.614331 0.534427 0 0 0 +993 16 0.254955 0.1308 0.969807 0 0 -1 +1587 16 0.959529 0.601586 0.524621 0 0 0 +1702 15 0.848849 0.197274 0.725952 0 0 -1 +1868 16 0.766312 0.866647 0.970947 0 0 -1 +422 16 0.102448 0.418552 0.558276 0 0 0 +528 16 0.125198 0.635494 0.642504 0 0 0 +1621 15 0.860558 0.987637 0.939158 0 0 -1 +1440 16 0.835763 0.958841 0.554717 0 -1 0 +482 16 0.0958038 0.687787 0.95247 0 0 0 +1467 16 0.678275 0.178403 0.509065 0 0 0 +1398 16 0.546109 0.928425 0.94811 0 0 -1 +1046 16 0.544989 0.277678 0.575338 0 0 0 +1379 16 0.595867 0.790421 0.986786 0 0 -1 +165 16 0.736479 0.298163 0.90428 -1 0 -1 +406 15 0.208896 0.325139 0.932202 0 0 -1 +1822 15 0.95977 0.740871 0.507109 0 0 0 +230 16 0.953026 0.501983 0.551835 -1 0 0 +460 15 0.0428592 0.436148 0.966294 0 0 -1 +951 16 0.296037 0.70236 0.569344 0 0 0 +612 16 0.230501 0.298967 0.543922 0 0 0 +217 15 0.0987015 0.504734 0.912453 0 0 -1 +1136 16 0.563655 0.277211 0.986066 0 0 -1 +1668 16 0.978362 0.901115 0.518322 0 -1 0 +1045 15 0.550256 0.290024 0.542298 0 0 0 +985 15 0.459723 0.188859 0.535522 0 0 0 +987 16 0.455153 0.165395 0.561988 0 0 0 +411 16 0.131626 0.418612 0.960356 0 0 -1 +1692 16 0.806049 0.0383415 0.532352 0 0 0 +1589 16 0.817291 0.688216 0.549177 0 0 0 +846 16 0.504798 0.244388 0.973393 0 0 -1 +1162 15 0.67524 0.263124 0.998818 0 0 -1 +1883 16 0.0401434 0.943953 0.49951 1 0 0 +1055 16 0.221477 0.969523 0.990437 0 0 -1 +138 16 0.0395984 0.213212 0.978351 0 0 -1 +1547 16 0.897714 0.558494 0.492502 0 0 0 +445 15 0.171298 0.327074 0.511568 0 0 0 +1149 16 0.514412 0.0436072 0.509606 0 0 0 +271 15 0.882046 0.802708 0.996673 -1 0 -1 +1203 16 0.530126 0.448606 0.987299 0 0 -1 +893 16 0.390103 0.477763 0.991869 0 0 0 +1317 16 0.661277 0.339666 0.494704 0 0 0 +98 16 0.930726 0.0286967 0.502003 -1 0 0 +446 16 0.158233 0.294463 0.505436 0 0 0 +1608 16 0.890073 0.679054 0.48746 0 0 0 +ITEM: TIMESTEP +3000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.602517 27.1641 +0.597104 27.1587 +0.592435 27.1541 +ITEM: ATOMS +1 1 0.385332 0.472938 0.392648 0 0 0 +2 2 0.33541 0.467678 0.416837 0 0 0 +3 3 0.401426 0.444753 0.360317 0 0 0 +4 4 0.312305 0.502551 0.415946 0 0 0 +5 4 0.311203 0.43737 0.401145 0 0 0 +6 4 0.341845 0.45773 0.456967 0 0 0 +7 5 0.411897 0.511195 0.409899 0 0 0 +8 6 0.464511 0.52226 0.398484 0 0 0 +9 1 0.492006 0.516673 0.447951 0 0 0 +33 4 0.58032 0.442729 0.478803 0 0 0 +11 7 0.471278 0.5758 0.37441 0 0 0 +12 8 0.467656 0.573796 0.31805 0 0 0 +13 8 0.486051 0.53378 0.289649 0 0 0 +14 8 0.445549 0.615971 0.293064 0 0 0 +15 8 0.483984 0.536939 0.237458 0 0 0 +16 8 0.438645 0.616719 0.240378 0 0 0 +17 8 0.462339 0.57945 0.213614 0 0 0 +18 9 0.458391 0.577563 0.160462 0 0 0 +19 10 0.394942 0.532308 0.435913 0 0 0 +20 4 0.480241 0.492954 0.375071 0 0 0 +21 4 0.442753 0.601793 0.390581 0 0 0 +22 4 0.509271 0.589782 0.384984 0 0 0 +23 11 0.506355 0.502143 0.305181 0 0 0 +24 11 0.429153 0.646996 0.313632 0 0 0 +25 11 0.496092 0.504723 0.215779 0 0 0 +26 11 0.42035 0.646003 0.218881 0 0 0 +27 10 0.484858 0.555554 0.149403 0 0 0 +28 5 0.515976 0.471667 0.452435 0 0 0 +1548 16 0.916116 0.462719 0.433889 0 0 0 +1878 16 0.948952 0.0145688 0.43725 0 1 0 +97 15 0.959762 0.109238 0.455544 -1 0 0 +32 10 0.513458 0.448194 0.423236 0 0 0 +856 15 0.217418 0.417546 0.36472 0 0 0 +203 16 0.121421 0.376309 0.379111 0 0 0 +1036 15 0.458907 0.440141 0.152521 0 0 0 +977 16 0.372835 0.963744 0.449098 0 -1 0 +195 16 0.807121 0.295631 0.0300363 -1 0 0 +626 16 0.197065 0.233611 0.00908433 0 0 0 +88 15 0.968554 0.941679 0.0749685 -1 -1 0 +89 16 0.955417 0.975216 0.0764872 -1 -1 0 +90 16 1.00179 0.94559 0.0615679 -1 -1 0 +91 15 0.050598 0.853987 0.415187 0 -1 0 +92 16 0.0203742 0.83998 0.428969 0 -1 0 +93 16 0.0771887 0.835881 0.431458 0 -1 0 +94 15 0.948758 0.0402232 0.311067 -1 0 0 +95 16 0.940581 0.0117188 0.290567 -1 0 0 +96 16 0.94145 0.0295503 0.344717 -1 0 0 +1533 16 0.71879 0.468799 0.176745 0 0 0 +112 15 0.117484 0.165661 0.0380773 0 0 0 +1238 16 0.533672 0.779725 0.485003 0 0 0 +114 16 0.150334 0.1804 0.0398762 0 0 0 +115 15 0.100813 0.162937 0.161711 0 0 0 +116 16 0.0679009 0.154489 0.149667 0 0 0 +117 16 0.12326 0.149109 0.137125 0 0 0 +118 15 0.0577441 0.103332 0.239599 0 0 0 +119 16 0.0366392 0.0813585 0.220328 0 0 0 +120 16 0.0818301 0.115838 0.215869 0 0 0 +121 15 0.0341284 0.098781 0.332413 0 0 0 +122 16 0.0492923 0.0999294 0.299727 0 0 0 +123 16 0.0185025 0.0663319 0.333992 0 0 0 +1877 16 0.936066 0.959976 0.427027 0 0 0 +139 15 0.952991 0.195776 0.206504 -1 0 0 +140 16 0.951813 0.215098 0.236915 -1 0 0 +141 16 0.927585 0.170566 0.210823 -1 0 0 +142 15 0.0592963 0.388499 0.208141 0 0 0 +143 16 0.027304 0.401059 0.219021 0 0 0 +144 16 0.07643 0.379782 0.238638 0 0 0 +145 15 0.940286 0.295058 0.392198 -1 0 0 +146 16 0.964582 0.313282 0.372776 -1 0 0 +147 16 0.921482 0.276284 0.367834 -1 0 0 +1547 16 0.922697 0.491804 0.385293 0 0 0 +1425 16 0.615934 0.826624 0.0100622 0 -1 0 +150 16 0.922038 0.118857 0.355171 -1 0 0 +1876 15 0.952588 0.988562 0.412552 0 0 0 +166 15 0.0087838 0.155449 0.131854 0 0 0 +167 16 0.00228227 0.174113 0.101705 0 0 0 +168 16 1.0039 0.179275 0.158464 -1 0 0 +169 15 0.00743305 0.282295 0.141729 0 0 0 +170 16 0.985382 0.290863 0.168931 -1 0 0 +171 16 0.039266 0.276147 0.157492 0 0 0 +172 15 0.00398413 0.40872 0.415694 0 0 0 +222 16 0.894618 0.358149 0.0136513 -1 0 0 +85 15 0.112269 0.0651354 0.0332896 0 0 0 +464 16 0.0821895 0.644504 0.00548752 0 0 0 +1665 16 0.7765 0.988078 0.279617 0 -1 0 +1304 16 0.669736 0.284762 0.0926992 0 0 0 +1875 16 0.00513018 0.688913 0.415572 1 0 0 +659 16 0.206841 0.113676 0.257339 0 0 0 +1051 15 0.727517 0.629851 0.142196 0 0 0 +339 16 0.0945204 0.98035 0.280315 0 -1 0 +933 16 0.457519 0.416863 0.0101756 0 0 1 +196 15 0.916906 0.436761 0.125016 -1 0 0 +197 16 0.91997 0.461798 0.0992597 -1 0 0 +198 16 0.939438 0.410524 0.114842 -1 0 0 +199 15 0.0831328 0.41223 0.338304 0 0 0 +200 16 0.0625825 0.426657 0.364173 0 0 0 +201 16 0.110028 0.43583 0.333912 0 0 0 +1785 16 0.821233 0.55781 0.11418 0 0 0 +1451 16 0.676619 0.0335972 0.0593635 0 0 0 +1595 16 0.74765 0.666974 0.0843309 0 0 0 +1874 16 0.0497329 0.696064 0.380782 1 0 0 +220 15 0.865607 0.357208 0.0350298 -1 0 0 +221 16 0.875349 0.336072 0.062561 -1 0 0 +1757 16 0.791268 0.455611 0.0107251 0 0 0 +1413 16 0.484893 0.900478 0.482227 0 0 0 +846 16 0.502773 0.191029 0.102279 0 0 0 +225 16 0.986882 0.518793 0.0866812 -1 0 0 +226 15 0.928943 0.737739 0.292285 -1 0 0 +227 16 0.936131 0.763643 0.268266 -1 0 0 +228 16 0.960291 0.720469 0.296606 -1 0 0 +1342 15 0.716846 0.450294 0.434845 0 0 0 +173 16 0.00362003 0.383738 0.441682 0 0 0 +1150 15 0.766089 0.0794087 0.487856 0 0 0 +1439 16 0.878158 0.897875 0.457856 0 -1 0 +148 15 0.89197 0.120862 0.374958 -1 0 0 +247 15 0.99351 0.709363 0.16856 -1 0 0 +248 16 0.969179 0.734061 0.158681 -1 0 0 +249 16 -0.000330091 0.716182 0.203419 0 0 0 +250 15 0.0493649 0.539273 0.102486 0 0 0 +251 16 0.0720654 0.545485 0.0751786 0 0 0 +252 16 0.0670058 0.51619 0.123831 0 0 0 +253 15 0.97743 0.58544 0.36002 -1 0 0 +254 16 0.988146 0.618409 0.369914 -1 0 0 +255 16 0.947264 0.591045 0.341091 -1 0 0 +1009 15 0.572197 0.211877 0.411874 0 0 0 +879 16 0.552277 0.498131 0.0981015 0 0 0 +1071 16 0.350925 0.738112 0.438339 0 0 0 +1873 15 0.0159246 0.683576 0.381592 1 0 0 +581 16 0.161083 0.0557982 0.192464 0 0 0 +1206 16 0.596881 0.476513 0.187938 0 0 0 +274 15 0.0641798 0.827349 0.047295 0 0 0 +275 16 0.0304196 0.839925 0.0486205 0 0 0 +1065 16 0.382867 0.0343172 0.495857 0 1 0 +277 15 0.170082 0.595894 0.34357 0 0 0 +278 16 0.150881 0.614659 0.367629 0 0 0 +279 16 0.159261 0.561791 0.347989 0 0 0 +280 15 0.143309 0.622753 0.440581 0 0 0 +281 16 0.168633 0.648203 0.443842 0 0 0 +282 16 0.151282 0.598727 0.466247 0 0 0 +586 15 0.251027 0.00626356 0.457394 0 0 0 +310 15 0.168241 0.834314 0.498955 0 0 0 +665 16 0.266431 0.263002 0.0561015 0 0 1 +695 16 0.352895 0.547841 0.0290154 0 0 0 +898 15 0.571983 0.655547 0.0459517 0 0 0 +301 15 0.0551471 0.951598 0.0269381 0 0 0 +1397 16 0.439491 0.995572 0.0203366 0 0 0 +303 16 0.0791141 0.97114 0.0454665 0 0 0 +304 15 0.0266765 0.958766 0.270377 0 0 0 +305 16 0.00768911 0.93409 0.252204 0 0 0 +306 16 0.0271552 0.94661 0.304312 0 0 0 +307 15 0.0727172 0.900611 0.138704 0 0 0 +308 16 0.0978901 0.886973 0.160612 0 0 0 +309 16 0.0764767 0.882108 0.107993 0 0 0 +411 16 0.14891 0.491024 0.0227323 0 0 0 +368 16 0.124846 0.207267 0.475963 0 0 0 +1596 16 0.800577 0.685811 0.0745989 0 0 0 +435 16 0.0158798 0.377876 0.0864687 0 0 0 +1327 15 0.757529 0.120855 0.0269851 0 0 1 +328 15 0.180443 0.885936 0.0536757 0 -1 0 +329 16 0.207069 0.871307 0.0342664 0 -1 0 +330 16 0.150243 0.87367 0.0382774 0 -1 0 +974 16 0.444584 0.0210907 0.41322 0 0 0 +666 16 0.31873 0.256832 0.0779561 0 0 1 +438 16 0.260996 0.383807 0.0447544 0 0 0 +334 15 0.0244376 0.853946 0.315053 0 -1 0 +335 16 0.0534277 0.859073 0.294246 0 -1 0 +336 16 0.0374219 0.853453 0.348681 0 -1 0 +337 15 0.124928 0.999354 0.276588 0 -1 0 +338 16 0.116886 0.0245648 0.252107 0 0 0 +1303 15 0.69131 0.30749 0.11052 0 0 0 +1070 16 0.375712 0.787765 0.451418 0 0 0 +1731 16 0.873438 0.274406 0.131082 0 0 0 +622 15 0.361079 0.206039 0.100592 0 0 0 +1488 16 0.807804 0.432001 0.451218 0 0 0 +358 15 0.131208 0.252206 0.216171 0 0 0 +359 16 0.120156 0.246013 0.249922 0 0 0 +360 16 0.123322 0.221866 0.198368 0 0 0 +361 15 0.0714876 0.214975 0.299828 0 0 0 +362 16 0.0866182 0.191091 0.322195 0 0 0 +363 16 0.0516618 0.194977 0.277319 0 0 0 +364 15 0.108966 0.0245037 0.148748 0 0 0 +365 16 0.112573 0.0466135 0.120503 0 0 0 +366 16 0.127185 0.994837 0.139388 0 -1 0 +1609 15 0.575702 0.843231 0.493678 0 0 0 +1479 16 0.753447 0.228721 0.0783345 0 0 0 +1202 16 0.62143 0.462359 0.111358 0 0 0 +382 15 0.209975 0.152109 0.118242 0 0 0 +383 16 0.208324 0.178201 0.0934207 0 0 0 +384 16 0.219222 0.122592 0.0997251 0 0 0 +385 15 0.190859 0.293701 0.152556 0 0 0 +386 16 0.179612 0.301433 0.185922 0 0 0 +387 16 0.180056 0.259757 0.147015 0 0 0 +388 15 0.0880893 0.25184 0.430576 0 0 0 +389 16 0.100173 0.284058 0.419824 0 0 0 +390 16 0.0679937 0.258964 0.459645 0 0 0 +391 15 0.0193771 0.184515 0.390472 0 0 0 +392 16 0.0501224 0.201684 0.398193 0 0 0 +393 16 0.0298628 0.153932 0.374523 0 0 0 +587 16 0.279427 0.0168465 0.437872 0 0 0 +514 15 0.253574 0.958185 0.0661145 0 0 0 +1031 16 0.234938 0.273882 0.456854 0 0 0 +1329 16 0.757635 0.0864049 0.037605 0 0 1 +445 15 0.189891 0.26766 0.356064 0 0 0 +98 16 0.979073 0.0976497 0.483694 -1 0 0 +412 15 0.130229 0.304783 0.0708181 0 0 0 +413 16 0.151143 0.315126 0.0983001 0 0 0 +414 16 0.11135 0.334269 0.0622311 0 0 0 +415 15 0.0285752 0.314077 0.331013 0 0 0 +416 16 0.0461049 0.28277 0.327515 0 0 0 +417 16 0.0543519 0.339175 0.328708 0 0 0 +418 15 0.33554 0.393335 0.286836 0 0 0 +419 16 0.35747 0.409801 0.310235 0 0 0 +420 16 0.31698 0.369801 0.306868 0 0 0 +1772 16 0.847628 0.656021 0.46188 0 0 0 +436 15 0.229464 0.368549 0.0362352 0 0 0 +437 16 0.2151 0.359175 0.0679432 0 0 0 +367 15 0.154546 0.186836 0.475638 0 0 0 +439 15 0.0842356 0.401006 0.106839 0 0 0 +440 16 0.106944 0.428542 0.111915 0 0 0 +441 16 0.0645929 0.399804 0.137044 0 0 0 +442 15 0.992825 0.504434 0.309687 -1 0 0 +443 16 0.0225081 0.515032 0.292188 0 0 0 +444 16 0.980815 0.534256 0.325997 -1 0 0 +340 15 0.0469345 0.951605 0.375121 0 -1 0 +342 16 0.0165972 0.966926 0.387142 0 -1 0 +202 15 0.139438 0.355311 0.402223 0 0 0 +87 16 0.109736 0.101096 0.0334986 0 0 0 +900 16 0.553782 0.674084 0.0709472 0 0 0 +463 15 0.0768921 0.659885 0.0376584 0 0 0 +975 16 0.454621 0.0348346 0.467637 0 0 0 +465 16 0.0463756 0.678681 0.0337751 0 0 0 +466 15 0.222652 0.698106 0.124393 0 0 0 +467 16 0.187441 0.702701 0.130618 0 0 0 +468 16 0.235891 0.686192 0.155736 0 0 0 +469 15 0.140839 0.497459 0.368264 0 0 0 +470 16 0.13051 0.504356 0.402107 0 0 0 +471 16 0.16531 0.47118 0.371461 0 0 0 +1636 15 0.984949 0.818706 0.481916 0 0 0 +1487 16 0.814358 0.379411 0.472249 0 0 0 +572 16 0.450498 0.0908544 0.0222546 0 0 0 +1188 16 0.655665 0.41437 0.18478 0 0 0 +990 16 0.451198 0.126746 0.477113 0 0 0 +483 16 0.989004 0.770832 0.0220864 -1 0 1 +813 16 0.387239 0.171187 0.392385 0 0 0 +493 15 0.0980332 0.621728 0.260823 0 0 0 +494 16 0.0892447 0.588388 0.250295 0 0 0 +495 16 0.124638 0.616955 0.284678 0 0 0 +496 15 0.0376278 0.505429 0.431872 0 0 0 +497 16 0.0206731 0.52022 0.403704 0 0 0 +498 16 0.0366826 0.469978 0.425392 0 0 0 +1391 16 0.665026 0.583648 0.459448 0 0 0 +449 16 0.243509 0.349327 0.477174 0 0 0 +1201 15 0.620065 0.480101 0.0800053 0 0 0 +1358 16 0.632521 0.547771 0.0919846 0 0 0 +667 15 0.246125 0.549938 0.0987888 0 0 0 +517 15 0.245062 0.793234 0.0770065 0 0 0 +518 16 0.242848 0.809237 0.0447786 0 0 0 +519 16 0.220972 0.766458 0.0754747 0 0 0 +520 15 0.103362 0.701238 0.170968 0 0 0 +521 16 0.0723188 0.707786 0.153848 0 0 0 +522 16 0.0938031 0.682195 0.200047 0 0 0 +523 15 0.188514 0.734913 0.289006 0 0 0 +524 16 0.153037 0.740939 0.291186 0 0 0 +525 16 0.203152 0.76779 0.286896 0 0 0 +1052 16 0.725063 0.618059 0.176175 0 0 0 +627 16 0.178671 0.255118 0.0585818 0 0 0 +149 16 0.903266 0.117037 0.408978 -1 0 0 +607 15 0.147783 0.164704 0.363419 0 0 0 +544 15 0.218762 0.0502039 0.085987 0 1 0 +545 16 0.187255 0.0454641 0.0691224 0 1 0 +546 16 0.238685 0.0218478 0.0760559 0 1 0 +547 15 0.190626 0.921584 0.279228 0 0 0 +548 16 0.169447 0.950004 0.285813 0 0 0 +549 16 0.224164 0.934178 0.283261 0 0 0 +550 15 0.129921 0.841159 0.279822 0 0 0 +551 16 0.13516 0.839551 0.244191 0 0 0 +552 16 0.149779 0.869244 0.290619 0 0 0 +1771 15 0.840441 0.63196 0.436014 0 0 0 +624 16 0.386153 0.22161 0.0798924 0 0 0 +1518 16 0.821636 0.545887 0.396971 0 0 0 +447 16 0.171467 0.294193 0.37207 0 0 0 +1648 15 0.553608 0.914771 0.141793 0 -1 0 +693 16 0.229738 0.49789 0.0569788 0 0 0 +136 15 0.0289695 0.229671 0.0549607 0 0 0 +394 15 0.105813 0.0896449 0.429849 0 0 0 +574 15 0.254929 0.883284 0.431062 0 -1 0 +575 16 0.235918 0.873464 0.460075 0 -1 0 +576 16 0.255559 0.919303 0.432436 0 -1 0 +577 15 0.233063 0.197625 0.208266 0 0 0 +578 16 0.220067 0.183672 0.177672 0 0 0 +579 16 0.215629 0.179929 0.234392 0 0 0 +580 15 0.188296 0.0781754 0.200104 0 0 0 +1532 16 0.697714 0.495576 0.131032 0 0 0 +582 16 0.20765 0.079572 0.169721 0 0 0 +897 16 0.413621 0.689363 0.058542 0 0 0 +133 15 0.889947 0.2079 0.0497093 -1 0 1 +598 15 0.330415 0.0485146 0.117399 0 0 0 +599 16 0.355708 0.0298851 0.135085 0 0 0 +600 16 0.299256 0.0369755 0.131383 0 0 0 +601 15 0.184799 0.950925 0.162189 0 -1 0 +602 16 0.186978 0.916561 0.151514 0 -1 0 +603 16 0.19248 0.949956 0.197399 0 -1 0 +604 15 0.303333 0.11041 0.213693 0 0 0 +605 16 0.334924 0.109093 0.196374 0 0 0 +606 16 0.285714 0.137826 0.198281 0 0 0 +1452 16 0.620452 0.0253251 0.0646342 0 0 0 +1809 16 0.759336 0.531649 0.0499992 0 0 1 +1573 15 0.738502 0.805148 0.0629454 0 0 0 +736 15 0.330561 0.729375 0.0715808 0 0 0 +1305 16 0.71004 0.324289 0.0847017 0 0 0 +1204 15 0.592816 0.511587 0.195211 0 0 0 +224 16 0.938977 0.548129 0.0769112 -1 0 0 +588 16 0.222461 0.0187886 0.439318 0 0 0 +1438 15 0.888265 0.930561 0.469216 0 -1 0 +628 15 0.270532 0.340643 0.209804 0 0 0 +629 16 0.286524 0.310384 0.198476 0 0 0 +630 16 0.293716 0.36688 0.201216 0 0 0 +631 15 0.411876 0.370687 0.223698 0 0 0 +632 16 0.383174 0.370869 0.245511 0 0 0 +633 16 0.40204 0.391082 0.195647 0 0 0 +634 15 0.200265 0.344508 0.285103 0 0 0 +635 16 0.189633 0.312412 0.297609 0 0 0 +636 16 0.227223 0.336888 0.262413 0 0 0 +614 16 0.335855 0.173274 0.501126 0 0 0 +911 16 0.587882 0.372276 0.030021 0 0 1 +649 15 0.227774 0.401145 0.13332 0 0 0 +650 16 0.221153 0.376012 0.158302 0 0 0 +651 16 0.253813 0.421525 0.147682 0 0 0 +652 15 0.171988 0.449023 0.265564 0 0 0 +653 16 0.193978 0.458967 0.292344 0 0 0 +654 16 0.17729 0.413521 0.262227 0 0 0 +655 15 0.411838 0.258326 0.48037 0 0 0 +656 16 0.400578 0.238101 0.452733 0 0 0 +657 16 0.445268 0.268275 0.471258 0 0 0 +658 15 0.211145 0.125222 0.291218 0 0 0 +501 16 0.0961429 0.515355 0.467128 0 0 0 +660 16 0.218448 0.0953798 0.310078 0 0 0 +1330 15 0.748209 0.400517 0.185788 0 0 0 +670 15 0.169549 0.610765 0.0621024 0 0 0 +671 16 0.136196 0.622418 0.0549358 0 0 0 +672 16 0.175711 0.6213 0.0960236 0 0 0 +673 15 0.425136 0.346576 0.385084 0 0 0 +674 16 0.460859 0.347993 0.389718 0 0 0 +675 16 0.416144 0.379671 0.37397 0 0 0 +1739 16 0.771144 0.384313 0.375576 0 0 0 +910 15 0.576429 0.406099 0.0250716 0 0 1 +193 15 0.780135 0.272523 0.0361565 -1 0 0 +831 16 0.262205 0.124244 0.436838 0 0 0 +1575 16 0.736546 0.777396 0.0858717 0 0 0 +609 16 0.16007 0.196589 0.351932 0 0 0 +1838 16 0.776577 0.663204 0.177537 0 0 0 +694 15 0.376243 0.538768 0.0549417 0 0 0 +1677 16 0.941154 0.0804961 0.0138072 0 0 0 +696 16 0.369223 0.561702 0.0818565 0 0 0 +697 15 0.0788782 0.52571 0.243897 0 0 0 +698 16 0.0611904 0.509366 0.217071 0 0 0 +699 16 0.103955 0.501876 0.254031 0 0 0 +1331 16 0.775467 0.386217 0.167021 0 0 0 +1424 16 0.652952 0.869452 0.0168702 0 -1 0 +715 15 0.983265 0.627238 0.0979281 -1 0 0 +716 16 0.988683 0.655295 0.119907 -1 0 0 +717 16 0.0123018 0.606382 0.10257 0 0 0 +718 15 0.29924 0.634933 0.22766 0 0 0 +719 16 0.275945 0.630516 0.254817 0 0 0 +720 16 0.313531 0.667558 0.233228 0 0 0 +137 16 0.0222646 0.258185 0.0759742 0 0 0 +1038 16 0.430322 0.457041 0.138488 0 0 0 +223 15 0.953228 0.51512 0.0742886 -1 0 0 +805 15 0.209014 0.0343805 0.340976 0 0 0 +1396 15 0.47083 0.011079 0.0291119 0 1 0 +739 15 0.327349 0.768042 0.216462 0 0 0 +740 16 0.293789 0.765396 0.203564 0 0 0 +741 16 0.32726 0.798531 0.235699 0 0 0 +742 15 0.333089 0.538636 0.204465 0 0 0 +743 16 0.311845 0.567193 0.210195 0 0 0 +744 16 0.360324 0.542824 0.22771 0 0 0 +745 15 0.239005 0.647918 0.304813 0 0 0 +746 16 0.218258 0.623908 0.321922 0 0 0 +747 16 0.217415 0.676272 0.29938 0 0 0 +748 15 0.288419 0.735123 0.452936 0 0 0 +749 16 0.272824 0.742142 0.421201 0 0 0 +477 16 0.214743 0.452536 0.490714 0 0 0 +1851 16 0.826392 0.83274 0.427175 0 0 0 +766 15 0.41425 0.996441 0.150566 0 0 0 +767 16 0.412464 0.961559 0.141639 0 0 0 +768 16 0.423167 0.996387 0.185496 0 0 0 +769 15 0.158619 0.832574 0.179217 0 0 0 +770 16 0.153563 0.798082 0.170036 0 0 0 +771 16 0.193807 0.838289 0.173859 0 0 0 +772 15 0.189053 0.693912 0.490857 0 0 0 +229 15 0.880525 0.538181 0.48365 -1 0 0 +1216 15 0.740702 0.587036 0.476831 0 0 0 +448 15 0.2553 0.369802 0.449946 0 0 0 +1371 16 0.658525 0.685108 0.000391238 0 0 0 +1359 16 0.620307 0.602938 0.0843547 0 0 0 +1692 16 0.749694 0.959813 0.466828 0 -1 0 +1163 16 0.692184 0.222686 0.0333811 0 0 0 +1050 16 0.30605 0.63244 0.160514 0 0 0 +793 15 0.293105 0.91268 0.340142 0 -1 0 +794 16 0.290098 0.894717 0.371253 0 -1 0 +795 16 0.327126 0.924601 0.33984 0 -1 0 +796 15 0.399943 0.124733 0.16103 0 0 0 +797 16 0.434162 0.121522 0.171907 0 0 0 +798 16 0.396773 0.101035 0.134049 0 0 0 +799 15 0.303334 0.318726 0.352472 0 0 0 +800 16 0.310307 0.284846 0.342315 0 0 0 +801 16 0.275718 0.31577 0.375454 0 0 0 +802 15 0.26141 0.781425 0.368006 0 -1 0 +803 16 0.252355 0.811612 0.385509 0 -1 0 +804 16 0.257704 0.789744 0.333125 0 -1 0 +1850 16 0.881672 0.821741 0.418567 0 0 0 +1594 15 0.768919 0.680073 0.0583375 0 0 0 +820 15 0.448928 0.198076 0.239676 0 0 0 +821 16 0.45472 0.223264 0.214544 0 0 0 +822 16 0.418812 0.181395 0.228981 0 0 0 +823 15 0.304483 0.125519 0.059816 0 0 0 +824 16 0.331132 0.149794 0.0601773 0 0 0 +825 16 0.316549 0.0985429 0.0804634 0 0 0 +826 15 0.299284 0.230557 0.307291 0 0 0 +827 16 0.296784 0.240321 0.272678 0 0 0 +828 16 0.281587 0.199203 0.309137 0 0 0 +1546 15 0.912009 0.45988 0.398186 0 0 0 +830 16 0.285949 0.160141 0.399441 0 0 0 +1713 16 0.961468 0.0550353 0.15631 0 0 0 +1048 15 0.320255 0.623787 0.128529 0 0 0 +1187 16 0.600147 0.403973 0.176999 0 0 0 +847 15 0.418716 0.258702 0.0322936 0 0 0 +1489 15 0.956812 0.241878 0.500087 0 0 0 +849 16 0.420275 0.294244 0.0381225 0 0 0 +850 15 0.555876 0.18455 0.138125 0 0 0 +851 16 0.569269 0.212168 0.157032 0 0 0 +852 16 0.582973 0.174302 0.116668 0 0 0 +853 15 0.402525 0.24149 0.34952 0 0 0 +854 16 0.370284 0.239663 0.333494 0 0 0 +855 16 0.406399 0.276292 0.35809 0 0 0 +981 16 0.572253 0.966913 0.404427 0 -1 0 +1734 16 0.855315 0.337714 0.142625 0 0 0 +858 16 0.218083 0.389609 0.341945 0 0 0 +1849 15 0.858926 0.83672 0.442188 0 0 0 +1763 16 0.964209 0.487572 0.183646 0 0 0 +865 15 0.335293 0.433585 0.0809394 0 0 0 +866 16 0.346649 0.44213 0.0478088 0 0 0 +867 16 0.326757 0.465205 0.096004 0 0 0 +868 15 0.574694 0.223897 0.299395 0 0 0 +869 16 0.562685 0.229629 0.332899 0 0 0 +870 16 0.553931 0.197259 0.286786 0 0 0 +871 15 0.357529 0.348659 0.470488 0 0 0 +872 16 0.370979 0.352381 0.437249 0 0 0 +873 16 0.37543 0.320627 0.484395 0 0 0 +1758 16 0.836518 0.420931 0.0099914 0 0 0 +596 16 0.260383 0.141504 0.00426498 0 0 0 +1162 15 0.663872 0.239676 0.018912 0 0 0 +1447 15 0.676809 0.929009 0.00892442 0 -1 1 +1733 16 0.858036 0.394088 0.134536 0 0 0 +880 15 0.147237 0.463896 0.162144 0 0 0 +881 16 0.171394 0.440413 0.149313 0 0 0 +882 16 0.149145 0.460167 0.197951 0 0 0 +883 15 0.306654 0.439761 0.202911 0 0 0 +884 16 0.318261 0.429134 0.235345 0 0 0 +885 16 0.310019 0.47565 0.203419 0 0 0 +1848 16 0.671665 0.871289 0.298334 0 0 0 +1440 16 0.857461 0.949079 0.47202 0 -1 0 +288 16 0.143792 0.752894 0.43424 0 0 0 +1217 16 0.759014 0.615846 0.465244 0 0 0 +482 16 0.0175238 0.740177 0.0607875 0 0 1 +433 15 0.981157 0.370544 0.0801246 -1 0 0 +1164 16 0.637878 0.214715 0.0179471 0 0 0 +86 16 0.0875816 0.0544747 0.00927984 0 0 0 +1824 16 0.0102789 0.655913 0.479588 1 0 0 +1760 16 0.761843 0.568922 0.3189 0 0 0 +1847 16 0.627722 0.839786 0.280238 0 0 0 +973 15 0.427918 0.0301515 0.443876 0 0 0 +916 15 0.254659 0.857217 0.161599 0 0 0 +917 16 0.274965 0.886776 0.157905 0 0 0 +918 16 0.267194 0.834461 0.136605 0 0 0 +919 15 0.409656 0.757833 0.268106 0 0 0 +920 16 0.379113 0.756162 0.249028 0 0 0 +921 16 0.409149 0.728175 0.288593 0 0 0 +276 16 0.0786411 0.843312 0.0183864 0 0 0 +1277 16 0.542242 0.180802 0.0255777 0 0 0 +895 15 0.41919 0.678012 0.0247821 0 0 0 +1049 16 0.32302 0.655207 0.111071 0 0 0 +573 16 0.444607 0.14643 0.033546 0 0 0 +940 15 0.316274 0.93906 0.160906 0 0 0 +941 16 0.349425 0.926798 0.153819 0 0 0 +942 16 0.314645 0.940428 0.196894 0 0 0 +943 15 0.332151 0.702077 0.334894 0 0 0 +944 16 0.320685 0.733614 0.348069 0 0 0 +945 16 0.30194 0.683828 0.327552 0 0 0 +946 15 0.254596 0.83112 0.279081 0 0 0 +947 16 0.245193 0.861486 0.296082 0 0 0 +948 16 0.277966 0.841786 0.25379 0 0 0 +877 15 0.51795 0.502996 0.107983 0 0 0 +1464 16 0.915859 0.0815396 0.210904 0 0 0 +1477 15 0.739365 0.20198 0.0979874 0 0 0 +583 15 0.139392 0.988837 0.411757 0 -1 0 +1773 16 0.848746 0.648938 0.405316 0 0 0 +1531 15 0.711838 0.501655 0.163638 0 0 0 +967 15 0.521989 0.677788 0.142349 0 -1 0 +968 16 0.512293 0.658112 0.170958 0 -1 0 +969 16 0.524124 0.711521 0.154883 0 -1 0 +970 15 0.389836 0.944244 0.320383 0 -1 0 +971 16 0.413389 0.966805 0.335742 0 -1 0 +972 16 0.409557 0.915527 0.31111 0 -1 0 +1357 15 0.635075 0.580004 0.107925 0 0 0 +812 16 0.379787 0.121277 0.418924 0 0 0 +1638 16 0.967093 0.802855 0.454905 0 0 0 +976 15 0.352848 0.943176 0.427255 0 -1 0 +1783 15 0.805749 0.566765 0.0828801 0 0 0 +829 15 0.272044 0.127001 0.402266 0 0 0 +194 16 0.773503 0.25765 0.0039935 -1 0 0 +994 15 0.594547 0.25699 0.200956 0 0 0 +995 16 0.630046 0.263116 0.199565 0 0 0 +996 16 0.589053 0.243083 0.233758 0 0 0 +997 15 0.494172 0.178313 0.342724 0 0 0 +998 16 0.468052 0.18662 0.366141 0 0 0 +999 16 0.479729 0.18491 0.310359 0 0 0 +1000 15 0.360734 0.0703058 0.289718 0 0 0 +1001 16 0.334101 0.0860115 0.271179 0 0 0 +1002 16 0.389239 0.0719135 0.267706 0 0 0 +1003 15 0.50275 0.285912 0.449344 0 0 0 +1004 16 0.52725 0.263785 0.434861 0 0 0 +707 16 0.211826 0.643803 0.00956574 0 0 1 +1846 15 0.63631 0.872942 0.291488 0 0 0 +1010 16 0.564883 0.181737 0.393498 0 0 0 +1021 15 0.435797 0.283804 0.167899 0 0 0 +1022 16 0.40423 0.286867 0.150759 0 0 0 +1023 16 0.435223 0.310011 0.192648 0 0 0 +1024 15 0.671515 0.228318 0.323641 0 0 0 +1025 16 0.696664 0.213176 0.302716 0 0 0 +1026 16 0.640251 0.219576 0.307962 0 0 0 +1027 15 0.594119 0.0668857 0.450257 0 0 0 +1028 16 0.570462 0.0399877 0.454311 0 0 0 +1029 16 0.607656 0.072069 0.483264 0 0 0 +1516 15 0.786564 0.539512 0.391593 0 0 0 +1759 15 0.766409 0.570389 0.28317 0 0 0 +1175 16 0.694238 0.193729 0.424739 0 0 0 +1845 16 0.0982299 0.757145 0.366381 1 0 0 +1486 15 0.825035 0.413524 0.476934 0 0 0 +1039 15 0.359916 0.337771 0.109221 0 0 0 +1040 16 0.353104 0.372916 0.104973 0 0 0 +1041 16 0.334977 0.321236 0.0891146 0 0 0 +1042 15 0.623551 0.491858 0.390938 0 0 0 +1043 16 0.617442 0.508114 0.359346 0 0 0 +1044 16 0.621823 0.456634 0.38346 0 0 0 +1738 15 0.765807 0.34873 0.377815 0 0 0 +571 15 0.432931 0.12043 0.0114718 0 0 0 +1729 15 0.901609 0.291403 0.116348 0 0 0 +1844 16 0.0896912 0.788659 0.319638 1 0 0 +1795 15 0.889256 0.575206 0.305087 0 0 0 +1843 15 0.0913923 0.754515 0.331082 1 0 0 +1173 16 0.635566 0.317641 0.474083 0 0 0 +1842 16 0.862849 0.762587 0.032531 0 0 0 +1841 16 0.892282 0.784995 0.0759186 0 0 0 +1794 16 0.633614 0.696668 0.290711 0 0 0 +1407 16 0.633312 0.84929 0.391266 0 0 0 +10 3 0.493468 0.549258 0.481259 0 0 0 +1690 15 0.782589 0.971949 0.475214 0 -1 0 +1060 15 0.312932 0.627745 0.440702 0 0 0 +1061 16 0.337801 0.629736 0.414679 0 0 0 +1062 16 0.305817 0.662086 0.449049 0 0 0 +1032 16 0.2724 0.230917 0.455628 0 0 0 +1784 16 0.803835 0.602754 0.0837133 0 0 0 +1610 16 0.601847 0.847321 0.469198 0 0 0 +1712 16 0.966734 0.104904 0.129177 0 0 0 +760 15 0.404378 0.819164 0.0597831 0 0 1 +773 16 0.22485 0.692287 0.486917 0 0 0 +1840 15 0.867761 0.759741 0.0681316 0 0 0 +1020 16 0.335029 0.250097 0.157152 0 0 0 +1837 15 0.792355 0.682367 0.20368 0 0 0 +1053 16 0.710534 0.604753 0.12267 0 0 0 +807 16 0.185601 0.0255362 0.366923 0 0 0 +1011 16 0.604068 0.205457 0.427452 0 0 0 +1087 15 0.344981 0.878977 0.245541 0 0 0 +1088 16 0.380247 0.872302 0.242173 0 0 0 +1089 16 0.342536 0.900222 0.274564 0 0 0 +1090 15 0.272067 0.989805 0.247268 0 0 0 +1091 16 0.297116 0.989377 0.273192 0 0 0 +1092 16 0.271318 0.0240374 0.235989 0 1 0 +585 16 0.109482 0.975876 0.396361 0 -1 0 +1018 15 0.318726 0.249362 0.189297 0 0 0 +1030 15 0.251025 0.250717 0.434399 0 0 0 +1839 16 0.825137 0.667756 0.207068 0 0 0 +1504 15 0.942978 0.316062 0.209047 0 0 0 +1111 15 0.403396 0.888169 0.138142 0 -1 0 +1112 16 0.406924 0.870909 0.106689 0 -1 0 +1113 16 0.433379 0.879932 0.156384 0 -1 0 +1114 15 0.475494 0.0040144 0.345854 0 0 0 +1115 16 0.491119 0.035746 0.352825 0 0 0 +1116 16 0.502969 0.980859 0.342934 0 -1 0 +1117 15 0.446053 0.0196703 0.24831 0 0 0 +1118 16 0.458789 0.0103531 0.280724 0 0 0 +1119 16 0.471786 0.0405767 0.234156 0 0 0 +1120 15 0.58415 0.964511 0.337808 0 -1 0 +1121 16 0.592659 0.937326 0.315712 0 -1 0 +1122 16 0.613276 0.985753 0.337634 0 -1 0 +931 15 0.469769 0.387721 0.0275043 0 0 1 +845 16 0.462389 0.212389 0.0681645 0 0 0 +1138 15 0.667132 0.153621 0.217093 0 0 0 +1139 16 0.698149 0.143015 0.232094 0 0 0 +1140 16 0.677082 0.175848 0.190511 0 0 0 +1141 15 0.524662 0.0822846 0.374901 0 0 0 +1142 16 0.521122 0.11406 0.358244 0 0 0 +1143 16 0.54925 0.0882346 0.400585 0 0 0 +1586 16 0.0817715 0.609156 0.455355 1 0 0 +286 15 0.108193 0.754914 0.439557 0 0 0 +1711 15 0.943628 0.0778099 0.1348 0 0 0 +1807 15 0.729257 0.517453 0.0360934 0 0 1 +134 16 0.897317 0.235769 0.0280617 -1 0 1 +434 16 0.976785 0.336716 0.0917929 -1 0 0 +1007 16 0.292945 0.0600311 0.384866 0 0 0 +1165 15 0.56032 0.301905 0.0218562 0 0 0 +1166 16 0.562097 0.267926 0.00994538 0 0 0 +1167 16 0.558677 0.29883 0.0577373 0 0 0 +1168 15 0.532752 0.297196 0.118865 0 0 0 +1169 16 0.547337 0.324356 0.137553 0 0 0 +1170 16 0.501289 0.290812 0.135265 0 0 0 +1171 15 0.643023 0.31653 0.43883 0 0 0 +1172 16 0.660775 0.285479 0.43432 0 0 0 +896 16 0.386859 0.680356 0.00900896 0 0 0 +1174 15 0.681724 0.227518 0.42358 0 0 0 +1585 15 0.0478163 0.600208 0.463518 1 0 0 +1176 16 0.673426 0.232899 0.388913 0 0 0 +1793 16 0.591172 0.662812 0.273295 0 0 0 +1189 15 0.488496 0.397816 0.275667 0 0 0 +1190 16 0.466368 0.378392 0.254866 0 0 0 +1191 16 0.485444 0.431482 0.263142 0 0 0 +1192 15 0.514626 0.395694 0.377189 0 0 0 +1193 16 0.549859 0.388284 0.375367 0 0 0 +1194 16 0.503079 0.39314 0.343134 0 0 0 +1195 15 0.611131 0.388894 0.367356 0 0 0 +1196 16 0.628644 0.372901 0.394506 0 0 0 +1197 16 0.62023 0.369739 0.338203 0 0 0 +1344 16 0.701842 0.434614 0.463632 0 0 0 +737 16 0.302404 0.751876 0.0723144 0 0 0 +669 16 0.226892 0.57369 0.0796688 0 0 0 +1710 16 0.788311 0.25685 0.169902 0 0 0 +341 16 0.0434174 0.916738 0.38358 0 -1 0 +1737 16 0.97882 0.256378 0.309862 0 0 0 +1811 16 0.913429 0.641623 0.0415598 0 0 0 +1664 16 0.77693 0.973861 0.334831 0 -1 0 +1186 15 0.628026 0.421979 0.162922 0 0 0 +1232 16 0.322318 0.843796 0.502628 0 0 0 +395 16 0.107228 0.0564061 0.415963 0 0 0 +980 16 0.524277 0.945092 0.426175 0 -1 0 +1766 16 0.963705 0.429522 0.296723 0 0 0 +1225 15 0.502419 0.744282 0.234497 0 0 0 +1226 16 0.506934 0.735939 0.269276 0 0 0 +1227 16 0.467652 0.753436 0.231838 0 0 0 +1228 15 0.537024 0.662408 0.434459 0 0 0 +1229 16 0.535036 0.634802 0.457558 0 0 0 +1230 16 0.569319 0.658821 0.418846 0 0 0 +1231 15 0.352233 0.844007 0.482511 0 0 0 +1810 15 0.891637 0.633932 0.013891 0 0 0 +1233 16 0.350802 0.875212 0.464515 0 0 0 +1234 15 0.45679 0.905378 0.413599 0 0 0 +979 15 0.555537 0.960325 0.43568 0 -1 0 +1236 16 0.423676 0.916696 0.404941 0 0 0 +1370 16 0.712996 0.677863 0.0156008 0 0 0 +584 16 0.141824 0.971155 0.443079 0 -1 0 +1792 15 0.601864 0.683116 0.301099 0 0 0 +1252 15 0.55197 0.779067 0.125227 0 -1 0 +1253 16 0.585545 0.788834 0.133998 0 -1 0 +1254 16 0.547797 0.790524 0.0913009 0 -1 0 +1255 15 0.501913 0.843601 0.192195 0 -1 0 +1256 16 0.511153 0.811946 0.177628 0 -1 0 +1257 16 0.487815 0.835028 0.224248 0 -1 0 +1258 15 0.6679 0.00788055 0.385903 0 0 0 +1259 16 0.682392 0.0290051 0.360538 0 0 0 +1260 16 0.642155 0.0281586 0.400926 0 0 0 +1261 15 0.682458 0.931232 0.452239 0 -1 0 +1262 16 0.685039 0.905787 0.426832 0 -1 0 +1263 16 0.6757 0.961577 0.433987 0 -1 0 +515 16 0.22418 0.937974 0.0713223 0 0 0 +691 15 0.218963 0.479297 0.0280337 0 0 0 +1279 15 0.560253 0.99796 0.0868585 0 -1 0 +1280 16 0.559016 0.966716 0.1048 0 -1 0 +1281 16 0.526475 1.00313 0.0753748 0 -1 0 +1282 15 0.501556 0.0856423 0.166877 0 0 0 +1283 16 0.509754 0.0557838 0.148414 0 0 0 +1284 16 0.51751 0.11227 0.148545 0 0 0 +1285 15 0.804061 0.0589378 0.366553 0 0 0 +1286 16 0.832772 0.0807172 0.367565 0 0 0 +1287 16 0.801327 0.0460244 0.4001 0 0 0 +1288 15 0.785047 0.0386499 0.233558 0 0 0 +1289 16 0.754041 0.0340265 0.215758 0 0 0 +1650 16 0.533926 0.890617 0.159927 0 -1 0 +1821 16 0.94984 0.768549 0.38285 0 0 0 +1791 16 0.869905 0.694028 0.315434 0 0 0 +1765 15 0.962007 0.396753 0.281792 0 0 0 +287 16 0.10172 0.731658 0.466333 0 0 0 +138 16 0.0647621 0.229828 0.0506624 0 0 0 +1152 16 0.752087 0.110516 0.476199 0 0 0 +1309 15 0.576404 0.126118 0.24972 0 0 0 +1310 16 0.550759 0.123343 0.224536 0 0 0 +1311 16 0.606189 0.134822 0.231368 0 0 0 +1312 15 0.652486 0.324541 0.293712 0 0 0 +1313 16 0.650603 0.291903 0.308907 0 0 0 +1314 16 0.645827 0.318644 0.258777 0 0 0 +446 16 0.211251 0.254572 0.381988 0 0 0 +1652 16 0.786667 0.848411 0.0591466 0 -1 0 +1478 16 0.756364 0.172359 0.0864442 0 0 0 +1820 16 0.936184 0.819648 0.361559 0 0 0 +1790 16 0.820136 0.678932 0.338802 0 0 0 +1333 15 0.566976 0.358922 0.211747 0 0 0 +1334 16 0.542581 0.370959 0.235403 0 0 0 +1335 16 0.569641 0.323644 0.218673 0 0 0 +1336 15 0.853803 0.268181 0.26049 0 0 0 +1337 16 0.853743 0.2364 0.277507 0 0 0 +1338 16 0.851459 0.259718 0.225526 0 0 0 +1339 15 0.801857 0.443735 0.350506 0 0 0 +1340 16 0.8357 0.447026 0.362483 0 0 0 +1341 16 0.78706 0.476109 0.356219 0 0 0 +1732 15 0.838084 0.368463 0.150188 0 0 0 +1343 16 0.689547 0.4673 0.418561 0 0 0 +1008 16 0.330949 0.0352513 0.350333 0 0 0 +668 16 0.270193 0.570033 0.116582 0 0 0 +1736 16 0.963091 0.205047 0.329062 0 0 0 +491 16 0.119436 0.768673 0.0540553 0 0 0 +1574 16 0.704471 0.816585 0.0596755 0 0 0 +1363 15 0.685837 0.45128 0.259643 0 0 0 +1364 16 0.674103 0.420313 0.27389 0 0 0 +1365 16 0.685192 0.474665 0.287071 0 0 0 +1332 16 0.748917 0.383181 0.217388 0 0 0 +1819 15 0.938706 0.801431 0.392566 0 0 0 +1675 15 0.926665 0.0536874 0.0330679 0 0 0 +1663 15 0.776638 0.9596 0.301722 0 -1 0 +492 16 0.12911 0.712891 0.060808 0 0 0 +450 16 0.291232 0.36846 0.45253 0 0 0 +1818 16 0.796776 0.448776 0.280786 0 0 0 +1381 15 0.518813 0.720582 0.340812 0 0 0 +1382 16 0.507286 0.698072 0.366503 0 0 0 +1383 16 0.549686 0.706019 0.32922 0 0 0 +1384 15 0.459464 0.803761 0.387731 0 0 0 +1385 16 0.445379 0.77795 0.408588 0 0 0 +1386 16 0.486177 0.787393 0.369894 0 0 0 +1387 15 0.623237 0.74411 0.447656 0 0 0 +1388 16 0.622319 0.723572 0.47727 0 0 0 +1389 16 0.64131 0.724357 0.423514 0 0 0 +1390 15 0.636053 0.588684 0.438596 0 0 0 +1649 16 0.587191 0.901709 0.142876 0 -1 0 +1392 16 0.629907 0.556428 0.423719 0 0 0 +1817 16 0.782025 0.450601 0.225741 0 0 0 +1789 15 0.854798 0.669228 0.336796 0 0 0 +1399 15 0.541558 0.827604 0.0278865 0 0 0 +1400 16 0.516104 0.849423 0.0411375 0 0 0 +1401 16 0.523732 0.79786 0.0180299 0 0 0 +1402 15 0.623157 0.123324 0.343551 0 1 0 +1403 16 0.653152 0.130205 0.324775 0 1 0 +1404 16 0.599322 0.112379 0.318818 0 1 0 +1405 15 0.661272 0.835053 0.409018 0 0 0 +1406 16 0.647248 0.807224 0.427143 0 0 0 +1517 16 0.769702 0.563125 0.412988 0 0 0 +1462 15 0.910392 0.105562 0.237222 0 0 0 +738 16 0.319359 0.701529 0.0516134 0 0 0 +516 16 0.278603 0.943398 0.0874333 0 0 0 +1730 16 0.929065 0.284383 0.13863 0 0 0 +1426 15 0.598976 0.787357 0.247485 0 -1 0 +1427 16 0.564241 0.783641 0.238577 0 -1 0 +1428 16 0.61334 0.754815 0.241625 0 -1 0 +1429 15 0.681795 0.927962 0.12324 0 -1 0 +1430 16 0.682277 0.931136 0.0873327 0 -1 0 +1431 16 0.666221 0.896015 0.129281 0 -1 0 +1432 15 0.723978 0.830759 0.185667 0 -1 0 +1433 16 0.754146 0.811436 0.18165 0 -1 0 +1434 16 0.725605 0.843128 0.21949 0 -1 0 +1435 15 0.734129 0.861796 0.296532 0 -1 0 +1436 16 0.751588 0.842992 0.321854 0 -1 0 +1437 16 0.749631 0.894337 0.297141 0 -1 0 +1450 15 0.644859 0.0501637 0.0553061 0 0 0 +1796 16 0.865072 0.566396 0.279846 0 0 0 +1453 15 0.680257 0.022063 0.19439 0 0 0 +1454 16 0.678118 0.993768 0.172153 0 -1 0 +1455 16 0.667754 0.0497627 0.174999 0 0 0 +1456 15 0.856513 0.148124 0.129426 0 0 0 +1457 16 0.887238 0.130191 0.135255 0 0 0 +1458 16 0.858782 0.159038 0.0951423 0 0 0 +1459 15 0.702352 0.0593084 0.296154 0 0 0 +1460 16 0.697071 0.0461785 0.262998 0 0 0 +1461 16 0.737541 0.0544497 0.3023 0 0 0 +1290 16 0.785869 0.073853 0.241288 0 0 0 +1463 16 0.928851 0.0925436 0.265319 0 0 0 +1006 15 0.316966 0.0331852 0.383497 0 0 0 +1676 16 0.924084 0.0669428 0.0664931 0 0 0 +1037 16 0.487338 0.457202 0.138373 0 0 0 +135 16 0.920365 0.188558 0.0502148 -1 0 1 +1480 15 0.644286 0.159335 0.0864661 0 0 0 +1481 16 0.668914 0.178003 0.10503 0 0 0 +1482 16 0.659337 0.126954 0.0815097 0 0 0 +1483 15 0.771768 0.139323 0.245046 0 0 0 +1484 16 0.794402 0.15071 0.219402 0 0 0 +1485 16 0.78774 0.148648 0.275991 0 0 0 +844 15 0.478096 0.181411 0.0778215 0 0 0 +490 15 0.145947 0.744271 0.0552027 0 0 0 +978 16 0.341434 0.965726 0.401549 0 -1 0 +1761 16 0.776065 0.536912 0.273911 0 0 0 +1490 16 0.947323 0.260356 0.470621 0 0 0 +1019 16 0.290439 0.227514 0.184587 0 0 0 +1205 16 0.616765 0.528072 0.173895 0 0 0 +1505 16 0.956987 0.34714 0.220772 0 0 0 +1507 15 0.718843 0.134385 0.390327 0 0 0 +1508 16 0.688388 0.115202 0.392358 0 0 0 +1509 16 0.742343 0.112349 0.374146 0 0 0 +1510 15 0.818203 0.261813 0.390244 0 0 0 +1511 16 0.798127 0.291287 0.384968 0 0 0 +1512 16 0.816017 0.255614 0.42569 0 0 0 +1513 15 0.816045 0.17029 0.325917 0 0 0 +1514 16 0.841288 0.151315 0.343305 0 0 0 +1515 16 0.817553 0.203096 0.340788 0 0 0 +857 16 0.229744 0.404139 0.395832 0 0 0 +1740 16 0.735974 0.345302 0.397761 0 0 0 +608 16 0.16431 0.140538 0.342383 0 0 0 +1816 15 0.797776 0.470043 0.251694 0 0 0 +899 16 0.546553 0.637833 0.0275361 0 0 0 +1762 15 0.994035 0.491452 0.203521 0 0 0 +1534 15 0.680866 0.581506 0.216604 0 0 0 +1535 16 0.686605 0.554424 0.193511 0 0 0 +1536 16 0.703389 0.574964 0.243981 0 0 0 +1537 15 0.762743 0.317291 0.262817 0 0 0 +1538 16 0.754658 0.332868 0.294307 0 0 0 +1539 16 0.794494 0.301218 0.268573 0 0 0 +1540 15 0.626751 0.531112 0.290818 0 0 0 +1541 16 0.610724 0.514995 0.262836 0 0 0 +1542 16 0.628847 0.565813 0.281275 0 0 0 +1543 15 0.66441 0.673994 0.383195 0 0 0 +1544 16 0.64411 0.675254 0.353429 0 0 0 +1545 16 0.657523 0.641613 0.397467 0 0 0 +1764 16 0.984908 0.478902 0.23606 0 0 0 +1235 16 0.45497 0.869452 0.411227 0 0 0 +1555 15 0.871538 0.516473 0.178241 0 0 0 +1556 16 0.853439 0.498802 0.203927 0 0 0 +1557 16 0.878988 0.491328 0.153506 0 0 0 +1558 15 0.587954 0.623087 0.204787 0 0 0 +1559 16 0.621174 0.609611 0.208586 0 0 0 +1560 16 0.57417 0.605339 0.176598 0 0 0 +1561 15 0.760915 0.719643 0.401323 0 0 0 +1562 16 0.760764 0.71382 0.365747 0 0 0 +1563 16 0.735976 0.697067 0.414283 0 0 0 +1587 16 0.0447305 0.565875 0.452962 1 0 0 +376 15 0.979518 0.149651 0.0112294 -1 0 1 +1566 16 0.771027 0.788363 0.486399 0 0 0 +1815 16 0.912659 0.629829 0.154512 0 0 0 +1576 15 0.766091 0.717731 0.297578 0 0 0 +1577 16 0.774834 0.703072 0.265824 0 0 0 +1578 16 0.785034 0.748374 0.298908 0 0 0 +1579 15 0.919413 0.790885 0.20188 0 0 0 +1580 16 0.912999 0.821798 0.219284 0 0 0 +1581 16 0.888227 0.783055 0.185576 0 0 0 +1582 15 0.838141 0.788673 0.297611 0 0 0 +1583 16 0.851585 0.821871 0.301706 0 0 0 +1584 16 0.867075 0.76717 0.297373 0 0 0 +1423 15 0.648892 0.834095 0.0226155 0 -1 0 +806 16 0.200212 0.0131142 0.313228 0 0 0 +623 16 0.379847 0.188672 0.126003 0 0 0 +878 16 0.502473 0.518697 0.0794595 0 0 0 +204 16 0.158838 0.378304 0.422086 0 0 0 +811 15 0.384739 0.156433 0.425183 0 0 0 +1597 15 0.670263 0.704769 0.235844 0 0 0 +1598 16 0.663386 0.676243 0.214902 0 0 0 +1599 16 0.699247 0.72016 0.220921 0 0 0 +1600 15 0.0283436 0.699872 0.270846 1 0 0 +1601 16 0.0405296 0.666005 0.268812 1 0 0 +1602 16 0.0462276 0.714258 0.298646 1 0 0 +1603 15 0.437792 0.852626 0.293442 0 0 0 +1604 16 0.460418 0.846679 0.32087 0 0 0 +1605 16 0.422441 0.820595 0.287281 0 0 0 +1808 16 0.710867 0.545792 0.0235101 0 0 1 +1691 16 0.779275 0.00784684 0.475118 0 0 0 +396 16 0.10138 0.11119 0.401287 0 0 0 +1814 16 0.883199 0.587164 0.178233 0 0 0 +1797 16 0.879556 0.608246 0.315757 0 0 0 +1624 15 0.62974 0.846692 0.164015 0 0 0 +1625 16 0.61476 0.836988 0.195337 0 0 0 +1626 16 0.664729 0.838951 0.167948 0 0 0 +1627 15 0.827694 0.769774 0.169247 0 0 0 +1628 16 0.828384 0.738285 0.186786 0 0 0 +1629 16 0.838097 0.761663 0.135697 0 0 0 +1630 15 0.974799 0.923677 0.186402 0 0 0 +1631 16 0.945489 0.923758 0.165413 0 0 0 +1632 16 0.00246627 0.923709 0.16329 1 0 0 +1633 15 0.764519 0.818504 0.400092 0 0 0 +1634 16 0.731444 0.829482 0.409322 0 0 0 +1635 16 0.761068 0.783042 0.394603 0 0 0 +1506 16 0.920737 0.305646 0.235439 0 0 0 +174 16 0.969212 0.416348 0.410003 -1 0 0 +1651 15 0.816056 0.868557 0.0536632 0 -1 0 +625 15 0.198836 0.228632 0.044745 0 0 0 +1653 16 0.842095 0.851758 0.0720852 0 -1 0 +1654 15 0.938365 0.844435 0.0674711 0 -1 0 +1655 16 0.942463 0.843941 0.0316576 0 -1 0 +1656 16 0.933499 0.879234 0.0755324 0 -1 0 +1657 15 0.0113799 0.0233373 0.186341 1 0 0 +1658 16 0.00489484 0.997101 0.210199 1 -1 0 +1659 16 0.0430276 0.0144663 0.171531 1 0 0 +1660 15 0.923464 0.853398 0.300862 0 -1 0 +1661 16 0.918567 0.888821 0.296291 0 -1 0 +1662 16 0.958346 0.850118 0.309353 0 -1 0 +1813 15 0.88362 0.623045 0.174767 0 0 0 +1735 15 0.953732 0.23083 0.305668 0 0 0 +1678 15 0.752024 0.0299224 0.0694471 0 0 0 +1679 16 0.755123 0.0136466 0.101464 0 0 0 +1680 16 0.778604 0.0158703 0.0495548 0 0 0 +1681 15 0.785422 0.945002 0.124834 0 -1 0 +1682 16 0.750803 0.935031 0.126167 0 -1 0 +1683 16 0.797786 0.930649 0.0941624 0 -1 0 +1684 15 0.85986 0.973825 0.193036 0 -1 0 +1685 16 0.837962 0.962164 0.166881 0 -1 0 +1686 16 0.848298 0.00718905 0.2003 0 0 0 +1687 15 0.897956 0.949879 0.280787 0 -1 0 +1688 16 0.865549 0.956419 0.295161 0 -1 0 +1689 16 0.893452 0.955405 0.245448 0 -1 0 +1069 15 0.38135 0.756882 0.433695 0 0 0 +1767 16 0.963067 0.374017 0.309748 0 0 0 +1705 15 0.698873 0.269113 0.202748 0 0 0 +1706 16 0.724872 0.285626 0.221483 0 0 0 +1707 16 0.702825 0.281363 0.169074 0 0 0 +1708 15 0.822304 0.245026 0.171963 0 0 0 +1709 16 0.822251 0.214091 0.153451 0 0 0 +912 16 0.540493 0.403819 0.0268174 0 0 1 +932 16 0.450878 0.386849 0.0581958 0 0 1 +762 16 0.380551 0.792179 0.0617117 0 0 1 +180 16 0.891558 0.431521 0.501236 -1 0 0 +99 16 0.981078 0.133325 0.439262 -1 0 0 +409 15 0.116258 0.490571 0.00745987 0 0 0 +664 15 0.298312 0.279602 0.058872 0 0 1 +761 16 0.428367 0.808298 0.035165 0 0 1 +378 16 0.00100749 0.174952 0.025288 0 0 1 +481 15 0.99532 0.736924 0.0325734 -1 0 1 +499 15 0.131782 0.515786 0.472544 0 0 0 +1203 16 0.610983 0.454982 0.0557939 0 0 0 +1822 15 0.996836 0.68934 0.480817 0 0 0 +1005 16 0.520283 0.317084 0.453875 0 0 0 +1317 16 0.766594 0.216537 0.488075 0 0 0 +692 16 0.224241 0.444777 0.036986 0 0 0 +300 16 0.856304 0.03496 0.00602424 -1 1 0 +1239 16 0.517277 0.726149 0.474431 0 0 0 +369 16 0.149051 0.163324 0.448869 0 0 0 +216 16 0.954245 0.445321 0.0219192 -1 0 1 +29 7 0.544079 0.453215 0.494006 0 0 0 +113 16 0.108557 0.167705 0.00320985 0 0 0 +894 16 0.420309 0.510347 0.0114467 0 0 1 +750 16 0.282914 0.764902 0.472495 0 0 0 +1208 16 0.45268 0.735091 0.00676908 0 0 0 +284 16 0.0900386 0.0812881 0.494182 0 1 0 +231 16 0.890625 0.572605 0.487198 -1 0 0 +237 16 0.0199536 0.385085 0.00382347 0 0 1 +230 16 0.847259 0.537048 0.497497 -1 0 0 +1668 16 0.960728 0.92345 0.501444 0 -1 0 +408 16 0.314287 0.312981 0.00283661 0 0 0 +344 16 0.207016 0.139784 0.49673 0 0 0 +1237 15 0.509607 0.754789 0.494938 0 0 0 +302 16 0.0750571 0.927374 0.00914847 0 0 0 +1328 16 0.786977 0.124071 0.00644093 0 0 1 +722 16 0.339906 0.602806 0.502195 0 0 0 +1251 16 0.57998 0.0173148 -0.000527801 0 0 0 +432 16 0.991467 0.265502 0.0139306 -1 0 1 +1554 16 0.779518 0.805451 0.910708 0 0 -1 +35 5 0.480673 0.415086 0.551672 0 0 0 +36 7 0.452507 0.462815 0.563084 0 0 0 +37 1 0.432938 0.470263 0.617539 0 0 0 +38 3 0.389923 0.485621 0.6257 0 0 0 +39 10 0.463854 0.383518 0.563099 0 0 0 +40 4 0.421935 0.459453 0.536467 0 0 0 +41 4 0.476114 0.495418 0.557239 0 0 0 +42 5 0.466828 0.463188 0.655393 0 0 0 +43 6 0.453302 0.474702 0.707389 0 0 0 +44 1 0.4853 0.51825 0.729523 0 0 0 +45 3 0.465816 0.558239 0.744488 0 0 0 +46 7 0.458131 0.426301 0.740878 0 0 0 +47 8 0.409394 0.397573 0.741868 0 0 0 +48 8 0.367754 0.416175 0.769991 0 0 0 +49 8 0.406588 0.351548 0.715753 0 0 0 +50 8 0.322036 0.387563 0.769625 0 0 0 +51 8 0.361135 0.326124 0.71482 0 0 0 +52 8 0.317767 0.343869 0.73973 0 0 0 +53 10 0.503353 0.455602 0.651109 0 0 0 +54 4 0.414457 0.486338 0.710566 0 0 0 +55 4 0.490253 0.401508 0.730665 0 0 0 +56 4 0.467897 0.436703 0.780213 0 0 0 +57 11 0.372305 0.448316 0.7945 0 0 0 +58 11 0.438857 0.341903 0.692946 0 0 0 +59 11 0.29176 0.398943 0.79429 0 0 0 +60 11 0.359037 0.292609 0.691869 0 0 0 +61 11 0.282519 0.323596 0.738737 0 0 0 +62 5 0.535387 0.509428 0.733223 0 0 0 +63 6 0.569524 0.547826 0.746019 0 0 0 +64 12 0.61791 0.541047 0.715555 0 0 0 +65 3 0.64861 0.5061 0.718498 0 0 0 +66 7 0.583034 0.544522 0.803148 0 0 0 +67 7 0.620198 0.583201 0.823224 0 0 0 +68 13 0.604964 0.644896 0.805084 0 0 0 +69 2 0.666459 0.658727 0.780964 0 0 0 +70 10 0.54953 0.477662 0.719051 0 0 0 +71 4 0.555884 0.585023 0.736809 0 0 0 +72 4 0.546604 0.54877 0.823286 0 0 0 +73 4 0.595418 0.505865 0.813301 0 0 0 +74 4 0.625898 0.58107 0.864622 0 0 0 +75 4 0.655877 0.571217 0.804945 0 0 0 +76 4 0.664862 0.694134 0.758725 0 0 0 +77 4 0.694464 0.664335 0.811542 0 0 0 +78 4 0.681355 0.629488 0.755002 0 0 0 +79 14 0.632234 0.583264 0.689735 0 0 0 +80 10 0.614848 0.616139 0.695685 0 0 0 +81 10 0.659103 0.576547 0.664213 0 0 0 +1890 16 0.898635 0.958058 0.885461 0 0 0 +1362 16 0.577142 0.486312 0.929435 0 0 -1 +566 16 0.261813 0.862909 0.958646 0 0 0 +1373 16 0.674605 0.452061 0.523662 0 0 0 +100 15 0.149433 0.973573 0.646067 0 -1 0 +101 16 0.137204 1.00112 0.626292 0 -1 0 +102 16 0.174391 0.988244 0.667549 0 -1 0 +103 15 0.0315335 0.0634401 0.688049 0 0 0 +104 16 -0.000366739 0.0619805 0.704778 0 0 0 +105 16 0.0304245 0.0941085 0.669133 0 0 0 +106 15 0.0570736 0.0283026 0.792979 0 0 0 +107 16 0.0554233 0.0195519 0.758046 0 0 0 +108 16 0.0914962 0.022674 0.80209 0 0 0 +595 15 0.239068 0.145895 0.975524 0 0 -1 +937 15 0.3605 0.0330849 0.817575 0 1 -1 +1108 15 0.509471 0.112756 0.934571 0 0 -1 +915 16 0.350608 0.649036 0.863224 0 0 -1 +988 15 0.465647 0.132678 0.509604 0 0 0 +127 15 0.924233 0.00294535 0.593917 -1 0 0 +128 16 0.916266 0.0285564 0.618005 -1 0 0 +129 16 0.906776 0.0129316 0.563998 -1 0 0 +130 15 0.0388131 0.271795 0.844931 0 0 0 +131 16 0.0423507 0.295792 0.818262 0 0 0 +132 16 0.0689111 0.252016 0.843344 0 0 0 +124 15 0.156429 0.0682295 0.585549 0 0 0 +1146 16 0.901266 0.0974895 0.527318 0 0 0 +833 16 0.392216 0.312136 0.578554 0 0 0 +554 16 0.115877 0.623401 0.592678 0 0 0 +1565 16 0.739957 0.792682 0.53401 0 0 0 +151 15 0.0305895 0.275461 0.610024 0 0 0 +152 16 0.04187 0.292438 0.639758 0 0 0 +153 16 0.997701 0.288886 0.603878 -1 0 0 +154 15 0.95921 0.306252 0.758141 -1 0 0 +155 16 0.938825 0.323309 0.782496 -1 0 0 +156 16 0.936568 0.298644 0.731139 -1 0 0 +157 15 0.0558531 0.309911 0.731345 0 0 0 +158 16 0.0235409 0.316158 0.746062 0 0 0 +159 16 0.0700036 0.342692 0.726361 0 0 0 +160 15 0.92206 0.363232 0.946344 -1 0 0 +161 16 0.936996 0.395966 0.948589 -1 0 0 +162 16 0.948331 0.342176 0.933456 -1 0 0 +714 16 0.229347 0.512586 0.953585 0 0 -1 +553 15 0.120854 0.658418 0.599654 0 0 0 +1296 16 0.575883 0.945444 0.50384 0 -1 0 +179 16 0.937374 0.399704 0.513045 -1 0 0 +832 15 0.421966 0.328621 0.566605 0 0 0 +181 15 0.883814 0.413281 0.737274 -1 0 0 +182 16 0.888271 0.407527 0.772583 -1 0 0 +183 16 0.873251 0.381396 0.724184 -1 0 0 +184 15 0.12275 0.238846 0.699776 0 0 0 +185 16 0.105559 0.20869 0.709508 0 0 0 +186 16 0.0964725 0.26301 0.694755 0 0 0 +187 15 0.897601 0.521551 0.755532 -1 0 0 +188 16 0.862596 0.529092 0.759702 -1 0 0 +189 16 0.902229 0.490263 0.772831 -1 0 0 +191 16 0.867294 0.255589 0.920638 -1 0 -1 +110 16 0.945844 0.255042 0.821698 -1 0 -1 +542 16 0.107223 0.944765 0.866263 0 0 -1 +354 16 0.0618445 0.0831941 0.932365 0 0 -1 +208 15 0.900308 0.594667 0.667713 -1 0 0 +209 16 0.86786 0.603502 0.680703 -1 0 0 +210 16 0.910795 0.566675 0.687865 -1 0 0 +211 15 0.945918 0.574583 0.904324 -1 0 0 +212 16 0.974615 0.568548 0.925292 -1 0 0 +213 16 0.917794 0.563957 0.924218 -1 0 0 +214 15 0.970937 0.452641 0.990816 -1 0 0 +215 16 0.988623 0.483425 0.997078 -1 0 0 +1716 16 0.996505 0.189324 0.526109 0 0 0 +1889 16 0.925675 0.989043 0.845968 0 0 0 +1622 16 0.796987 0.0133795 0.871628 0 1 -1 +232 15 0.912045 0.617731 0.556055 -1 0 0 +233 16 0.889299 0.645094 0.550265 -1 0 0 +234 16 0.90852 0.610322 0.59116 -1 0 0 +235 15 0.0465821 0.363888 0.99194 0 0 0 +236 16 0.0298722 0.33437 0.97973 0 0 0 +1756 15 0.825454 0.453586 0.999464 0 0 -1 +238 15 0.804904 0.696269 0.746029 -1 0 0 +239 16 0.840134 0.696326 0.753676 -1 0 0 +240 16 0.791007 0.670975 0.767633 -1 0 0 +241 15 0.854742 0.5428 0.958208 -1 0 0 +242 16 0.857421 0.566235 0.98547 -1 0 0 +243 16 0.846692 0.511419 0.974022 -1 0 0 +864 16 0.408062 0.238517 0.905886 0 0 -1 +259 15 0.924064 0.688297 0.639309 -1 0 0 +875 16 0.506963 0.578402 0.547799 0 0 0 +1222 15 0.452142 0.0448367 0.881682 0 1 -1 +262 15 0.028243 0.809574 0.653899 0 0 0 +263 16 0.0634895 0.816599 0.651071 0 0 0 +264 16 0.0122961 0.841683 0.650115 0 0 0 +1564 15 0.753575 0.768553 0.510947 0 0 0 +1493 16 0.901627 0.20109 0.527273 0 0 0 +267 16 0.00719934 0.808875 0.956564 0 0 0 +268 15 0.784688 0.543079 0.882271 -1 0 0 +269 16 0.761295 0.517512 0.892207 -1 0 0 +270 16 0.810595 0.541849 0.907309 -1 0 0 +273 16 0.879631 0.847577 0.906656 -1 0 -1 +1366 15 0.669077 0.57 0.954565 0 0 -1 +297 16 0.218198 0.875007 0.87659 0 0 0 +289 15 0.128967 0.808373 0.661997 0 0 0 +290 16 0.135398 0.803651 0.697153 0 0 0 +291 16 0.143914 0.840257 0.654277 0 0 0 +292 15 0.0459006 0.87821 0.782884 0 0 0 +293 16 0.0550114 0.898915 0.754815 0 0 0 +294 16 0.00988701 0.879554 0.783795 0 0 0 +295 15 0.187655 0.861341 0.890008 0 0 0 +296 16 0.192825 0.825664 0.88972 0 0 0 +1378 15 0.569045 0.706164 0.932719 0 0 -1 +863 16 0.418225 0.294523 0.909198 0 0 -1 +313 15 0.285461 0.709993 0.740779 0 0 0 +314 16 0.269953 0.677679 0.736909 0 0 0 +315 16 0.320593 0.702777 0.744434 0 0 0 +316 15 0.146659 0.756459 0.567012 0 0 0 +317 16 0.139888 0.778858 0.594436 0 0 0 +318 16 0.135684 0.724197 0.578771 0 0 0 +319 15 0.899302 0.933319 0.699896 -1 0 0 +320 16 0.922669 0.919535 0.723637 -1 0 0 +321 16 0.882533 0.959631 0.717953 -1 0 0 +322 15 0.189475 0.902183 0.779673 0 0 0 +323 16 0.192366 0.915425 0.746267 0 0 0 +324 16 0.166534 0.924487 0.796282 0 0 0 +1888 15 0.899011 0.965138 0.850115 0 0 0 +543 16 0.150858 0.968413 0.894329 0 0 -1 +764 16 0.300083 0.851877 0.904442 0 0 -1 +1144 15 0.879097 0.0701212 0.53501 0 0 0 +285 16 0.0654918 0.126117 0.519454 0 1 0 +177 16 0.0631157 0.299194 0.55589 0 0 0 +1148 16 0.517707 0.998569 0.512321 0 -1 0 +346 15 0.191015 0.327231 0.766036 0 0 0 +347 16 0.185469 0.36278 0.763775 0 0 0 +348 16 0.185634 0.315094 0.732519 0 0 0 +349 15 0.102212 0.143005 0.731946 0 0 0 +350 16 0.108248 0.113414 0.751633 0 0 0 +351 16 0.0695499 0.15423 0.742281 0 0 0 +1265 16 0.750318 0.0206903 0.58623 0 0 0 +125 16 0.129338 0.0742144 0.562531 0 0 0 +558 16 0.246142 0.997399 0.524753 0 0 0 +689 16 0.292989 0.392402 0.945594 0 0 0 +311 16 0.150003 0.864566 0.506155 0 0 0 +370 15 0.16321 0.327752 0.636674 0 0 0 +371 16 0.159454 0.292148 0.632442 0 0 0 +372 16 0.194875 0.335398 0.621232 0 0 0 +373 15 0.0137947 0.189555 0.9253 0 0 0 +374 16 0.0227349 0.223853 0.918712 0 0 0 +375 16 0.0427815 0.17563 0.941594 0 0 0 +404 16 0.219215 0.323475 0.983417 0 0 0 +377 16 0.982891 0.153722 0.975569 -1 0 0 +1449 16 0.707154 0.931476 0.989616 0 -1 0 +332 16 0.193705 0.0272415 0.938467 0 0 -1 +612 16 0.221336 0.283664 0.547171 0 0 0 +1743 16 0.789773 0.480604 0.519379 0 0 0 +397 15 0.183145 0.231351 0.567065 0 0 0 +398 16 0.177234 0.217938 0.534129 0 0 0 +399 16 0.174897 0.204321 0.589447 0 0 0 +400 15 0.3157 0.188688 0.743374 0 0 0 +401 16 0.34954 0.178138 0.749945 0 0 0 +402 16 0.311289 0.218105 0.763741 0 0 0 +924 16 0.355695 0.569836 0.667278 0 0 0 +1868 16 0.686757 0.720974 0.936253 0 0 -1 +1250 16 0.5783 0.0566288 0.958211 0 0 -1 +421 15 0.0399655 0.476264 0.681314 0 0 0 +949 15 0.304689 0.6687 0.61371 0 0 0 +423 16 0.0325476 0.490029 0.713797 0 0 0 +424 15 0.982892 0.414286 0.598784 -1 0 0 +425 16 0.00478141 0.427156 0.624374 0 0 0 +426 16 0.972665 0.443407 0.580155 -1 0 0 +427 15 0.927221 0.475718 0.851027 -1 0 0 +428 16 0.914717 0.499221 0.875334 -1 0 0 +429 16 0.962591 0.473752 0.857719 -1 0 0 +430 15 0.97928 0.282834 0.984763 -1 0 0 +431 16 0.963917 0.257105 0.964723 -1 0 0 +475 15 0.232072 0.465251 0.519656 0 0 0 +611 16 0.263849 0.319956 0.558415 0 0 0 +1887 16 0.917076 0.857434 0.795558 0 0 0 +245 16 0.849189 0.690734 0.955788 -1 0 -1 +109 15 0.936033 0.223299 0.835688 -1 0 -1 +646 15 0.387941 0.171941 0.869651 0 0 -1 +451 15 0.118565 0.385494 0.551113 0 0 0 +452 16 0.129156 0.372826 0.583159 0 0 0 +453 16 0.100541 0.41574 0.558859 0 0 0 +454 15 0.907618 0.677983 0.768595 -1 0 0 +455 16 0.928621 0.706316 0.761128 -1 0 0 +456 16 0.928784 0.655788 0.787544 -1 0 0 +457 15 0.14739 0.456826 0.876461 0 0 0 +458 16 0.174076 0.476993 0.889906 0 0 0 +459 16 0.140745 0.432369 0.902099 0 0 0 +1552 15 0.763719 0.8117 0.878912 0 0 -1 +1084 15 0.307589 0.0228665 0.959336 0 1 -1 +991 15 0.306475 0.217803 0.913623 0 0 -1 +379 15 0.133963 0.216615 0.943089 0 0 -1 +478 15 0.154377 0.431071 0.772285 0 0 0 +479 16 0.166529 0.460457 0.755303 0 0 0 +480 16 0.153887 0.44032 0.807125 0 0 0 +487 15 0.0905848 0.621293 0.932389 0 0 -1 +1210 15 0.398486 0.963427 0.97829 0 0 -1 +1278 16 0.5519 0.169647 0.970504 0 0 -1 +1063 15 0.35803 0.0284736 0.521325 0 1 0 +723 16 0.341988 0.57579 0.552362 0 0 0 +986 16 0.511237 0.239768 0.519273 0 0 0 +219 16 0.0563043 0.51179 0.989341 0 0 -1 +792 16 0.472684 0.0649678 0.813593 0 0 -1 +502 15 0.0337857 0.648674 0.703613 0 0 0 +503 16 0.0343195 0.629284 0.734 0 0 0 +504 16 0.00045542 0.662338 0.702195 0 0 0 +505 15 0.975793 0.619696 0.815799 -1 0 0 +506 16 0.965532 0.598945 0.843433 -1 0 0 +507 16 0.977963 0.597066 0.78782 -1 0 0 +508 15 0.0380638 0.77407 0.908287 0 0 0 +509 16 0.0319787 0.738988 0.902643 0 0 0 +510 16 0.0583976 0.784326 0.880341 0 0 0 +511 15 0.984921 0.749884 0.727611 -1 0 0 +512 16 0.988981 0.764555 0.694932 -1 0 0 +513 16 0.0164495 0.755685 0.744103 0 0 0 +176 16 0.0914506 0.333641 0.520373 0 0 0 +529 15 0.198104 0.628404 0.795646 0 0 0 +530 16 0.174176 0.639679 0.771153 0 0 0 +531 16 0.216282 0.602057 0.779063 0 0 0 +532 15 0.249211 0.711704 0.868156 0 0 0 +533 16 0.230791 0.702288 0.838633 0 0 0 +534 16 0.273472 0.685387 0.87245 0 0 0 +535 15 0.383922 0.954381 0.746764 0 0 0 +536 16 0.357416 0.963366 0.724041 0 0 0 +537 16 0.370962 0.926152 0.76506 0 0 0 +538 15 0.0815404 0.770615 0.788994 0 0 0 +539 16 0.0784889 0.806536 0.788997 0 0 0 +540 16 0.114527 0.764347 0.775871 0 0 0 +1861 15 0.915665 0.938416 0.956784 0 0 0 +256 15 0.0132169 0.713335 0.592034 0 0 0 +556 15 0.243423 0.991817 0.560264 0 0 0 +557 16 0.225535 0.0205863 0.572592 0 1 0 +1067 16 0.414884 0.689881 0.587537 0 0 0 +559 15 0.212961 0.0244533 0.699844 0 1 0 +560 16 0.207023 0.0321612 0.734557 0 1 0 +561 16 0.221727 0.056083 0.684934 0 1 0 +562 15 0.0800364 0.949403 0.711689 0 0 0 +563 16 0.0468257 0.94523 0.698301 0 0 0 +564 16 0.101421 0.950362 0.682682 0 0 0 +1151 16 0.743456 0.0684218 0.513675 0 0 0 +952 15 0.294823 0.919858 0.613984 0 0 0 +1530 16 0.683504 0.383903 0.972592 0 0 0 +984 16 0.414372 0.872328 0.606594 0 -1 0 +892 15 0.447547 0.497693 0.991506 0 0 0 +1704 16 0.989507 0.195391 0.791489 0 0 -1 +1276 15 0.554262 0.19588 0.995118 0 0 -1 +1769 16 0.811264 0.671071 0.543508 0 0 0 +1177 15 0.68641 0.158208 0.534434 0 0 0 +476 16 0.233805 0.437179 0.542208 0 0 0 +589 15 0.488959 0.959135 0.770353 0 -1 0 +590 16 0.494084 0.931036 0.748358 0 -1 0 +591 16 0.453239 0.960577 0.775002 0 -1 0 +592 15 0.18482 0.0587138 0.795232 0 0 0 +593 16 0.167074 0.0837064 0.814207 0 0 0 +594 16 0.203593 0.0402896 0.819883 0 0 0 +218 16 0.0614367 0.56183 0.962499 0 0 -1 +610 15 0.238469 0.312485 0.533927 0 0 0 +1787 16 0.923166 0.746491 0.925286 0 0 -1 +30 1 0.520948 0.409068 0.519947 0 0 0 +555 16 0.154112 0.660249 0.613443 0 0 0 +1788 16 0.939259 0.736436 0.979052 0 0 -1 +1768 15 0.82945 0.694218 0.522696 0 0 0 +616 15 0.305662 0.0954563 0.578958 0 0 0 +1714 15 0.0266065 0.182261 0.544646 1 0 0 +1871 16 0.801126 0.744205 0.966746 0 0 -1 +619 15 0.268591 0.254135 0.809683 0 0 0 +620 16 0.27861 0.247132 0.843597 0 0 0 +621 16 0.238277 0.273361 0.813 0 0 0 +637 15 0.300765 0.202751 0.643897 0 0 0 +638 16 0.296347 0.209792 0.678977 0 0 0 +639 16 0.274772 0.179019 0.6361 0 0 0 +640 15 0.214076 0.162794 0.721699 0 0 0 +641 16 0.241681 0.18181 0.734964 0 0 0 +642 16 0.192381 0.157421 0.749986 0 0 0 +643 15 0.15608 0.238128 0.802154 0 0 0 +644 16 0.145433 0.230476 0.768573 0 0 0 +645 16 0.167732 0.272198 0.800399 0 0 0 +1886 16 0.923626 0.911934 0.810977 0 0 0 +661 15 0.343109 0.403863 0.564978 0 0 0 +888 16 0.466644 0.570262 0.985464 0 0 -1 +663 16 0.370928 0.391436 0.584247 0 0 0 +565 15 0.248687 0.841328 0.984368 0 0 0 +1667 16 0.00902457 0.893148 0.501006 1 -1 0 +721 15 0.357317 0.602597 0.533761 0 0 0 +1885 15 0.941015 0.884388 0.795535 0 0 0 +876 16 0.498257 0.629428 0.571703 0 0 0 +682 15 0.310866 0.461768 0.68357 0 0 0 +683 16 0.33787 0.464439 0.659835 0 0 0 +1869 16 0.654771 0.744636 0.895413 0 0 -1 +685 15 0.102555 0.391512 0.688703 0 0 0 +686 16 0.117983 0.398197 0.720591 0 0 0 +687 16 0.130009 0.382777 0.667033 0 0 0 +244 15 0.816568 0.681732 0.943357 -1 0 -1 +1823 16 0.993013 0.696257 0.51599 0 0 0 +260 16 0.923053 0.660177 0.661846 -1 0 0 +1249 15 0.572646 0.0215727 0.964434 0 0 -1 +175 15 0.0736329 0.302324 0.52155 0 0 0 +700 15 0.00354182 0.52522 0.772285 0 0 0 +701 16 0.969304 0.513943 0.771765 -1 0 0 +702 16 0.0143573 0.519707 0.806231 0 0 0 +703 15 0.249481 0.403092 0.609205 0 0 0 +704 16 0.283212 0.40407 0.596523 0 0 0 +705 16 0.247688 0.430748 0.63226 0 0 0 +706 15 0.231712 0.657758 0.98293 0 0 0 +1057 15 0.333546 0.653814 0.983913 0 0 -1 +708 16 0.215637 0.646379 0.952735 0 0 0 +709 15 0.0596392 0.678531 0.849874 0 0 0 +710 16 0.0747348 0.696455 0.82248 0 0 0 +711 16 0.0326347 0.660024 0.834778 0 0 0 +1109 16 0.477456 0.125506 0.945158 0 0 -1 +381 16 0.153013 0.246731 0.937635 0 0 -1 +939 16 0.339704 0.053128 0.796002 0 1 -1 +726 16 0.185556 0.522965 0.583519 0 0 0 +727 15 0.195953 0.602355 0.899068 0 0 0 +728 16 0.198317 0.613774 0.864955 0 0 0 +729 16 0.212575 0.570365 0.899062 0 0 0 +730 15 0.0341274 0.468375 0.863453 0 0 0 +731 16 0.0660024 0.452435 0.858021 0 0 0 +732 16 0.0305106 0.469363 0.899308 0 0 0 +733 15 0.20192 0.762728 0.939543 0 0 0 +734 16 0.224011 0.750924 0.913615 0 0 0 +913 15 0.325178 0.636584 0.885538 0 0 -1 +992 16 0.338892 0.202248 0.911008 0 0 -1 +751 15 0.212044 0.664594 0.646641 0 0 0 +724 15 0.154389 0.539349 0.575785 0 0 0 +753 16 0.240909 0.657375 0.626285 0 0 0 +754 15 0.361716 0.942443 0.869347 0 0 0 +755 16 0.395963 0.931241 0.868183 0 0 0 +756 16 0.363075 0.976806 0.858534 0 0 0 +757 15 0.202617 0.88378 0.645024 0 0 0 +758 16 0.183118 0.913999 0.642529 0 0 0 +759 16 0.23641 0.894229 0.638061 0 0 0 +618 16 0.317721 0.0615115 0.577559 0 0 0 +271 15 0.853087 0.858146 0.928641 -1 0 -1 +1589 16 0.777769 0.621177 0.614645 0 0 0 +266 16 0.969572 0.85171 0.956052 -1 0 0 +164 16 0.808051 0.316654 0.91814 -1 0 -1 +778 15 0.284325 0.801709 0.635266 0 0 0 +779 16 0.251266 0.815744 0.632151 0 0 0 +780 16 0.292725 0.806001 0.67006 0 0 0 +781 15 0.309424 0.875887 0.770435 0 0 0 +782 16 0.302026 0.902351 0.7471 0 0 0 +783 16 0.283042 0.877798 0.794929 0 0 0 +784 15 0.157909 0.154355 0.63569 0 1 0 +785 16 0.174067 0.149337 0.667523 0 1 0 +786 16 0.122774 0.150254 0.642642 0 1 0 +787 15 0.179123 0.796602 0.761512 0 0 0 +788 16 0.190092 0.829949 0.769715 0 0 0 +789 16 0.209591 0.777609 0.75826 0 0 0 +1361 16 0.575682 0.433132 0.949947 0 0 -1 +1224 16 0.421041 0.0499976 0.899167 0 1 -1 +725 16 0.129085 0.517361 0.589046 0 0 0 +808 15 0.291383 0.953603 0.708336 0 -1 0 +809 16 0.294495 0.941759 0.67443 0 -1 0 +810 16 0.2735 0.984769 0.705417 0 -1 0 +126 16 0.157325 0.0976885 0.606309 0 0 0 +688 15 0.298987 0.425544 0.958448 0 0 0 +985 15 0.512834 0.217899 0.547888 0 0 0 +814 15 0.566067 0.00678863 0.815418 0 0 0 +815 16 0.594696 0.984916 0.814173 0 -1 0 +816 16 0.5395 0.987779 0.800172 0 -1 0 +1374 16 0.708044 0.429087 0.563723 0 0 0 +1056 16 0.214507 0.925063 0.918297 0 0 -1 +1147 15 0.510975 0.0324626 0.522596 0 0 0 +1607 16 0.873527 0.7489 0.544662 0 0 0 +835 15 0.337768 0.269284 0.575974 0 0 0 +836 16 0.325376 0.247555 0.601934 0 0 0 +837 16 0.335134 0.249732 0.545801 0 0 0 +838 15 0.315696 0.0869096 0.725093 0 0 0 +839 16 0.312021 0.122076 0.732123 0 0 0 +840 16 0.338393 0.08561 0.697115 0 0 0 +841 15 0.412067 0.150242 0.759588 0 0 0 +842 16 0.432134 0.120313 0.760687 0 0 0 +843 16 0.434718 0.175901 0.748267 0 0 0 +1409 16 0.687048 0.668764 0.538713 0 0 0 +859 15 0.556828 0.231915 0.888239 0 0 0 +860 16 0.571817 0.22498 0.920283 0 0 0 +861 16 0.543993 0.26546 0.891334 0 0 0 +1770 16 0.805863 0.72058 0.515749 0 0 0 +1866 16 0.989905 0.0368435 0.876043 0 1 -1 +500 16 0.135641 0.527672 0.506359 0 0 0 +1884 16 0.0530471 0.0191885 0.556743 1 1 0 +488 16 0.119053 0.606171 0.91625 0 0 -1 +1360 15 0.57976 0.451793 0.919373 0 0 -1 +676 15 0.307441 0.513524 0.566794 0 0 0 +901 15 0.268926 0.599413 0.719369 0 0 0 +902 16 0.254277 0.603303 0.68666 0 0 0 +903 16 0.304298 0.596344 0.713123 0 0 0 +904 15 0.400526 0.438646 0.91775 0 0 0 +905 16 0.369737 0.430329 0.934557 0 0 0 +906 16 0.414637 0.406801 0.908456 0 0 0 +907 15 0.550365 0.55167 0.927949 0 0 0 +908 16 0.579955 0.56992 0.93749 0 0 0 +909 16 0.523016 0.572827 0.938152 0 0 0 +345 16 0.196565 0.100176 0.53639 0 0 0 +257 16 0.0223218 0.745264 0.606077 0 0 0 +1213 15 0.662733 0.520683 0.531781 0 0 0 +484 15 0.10455 0.884775 0.962966 0 0 0 +925 15 0.332962 0.514928 0.898812 0 0 0 +926 16 0.331211 0.516502 0.862838 0 0 0 +927 16 0.357162 0.489073 0.905559 0 0 0 +928 15 0.358341 0.555874 0.797496 0 0 0 +929 16 0.359524 0.557609 0.761507 0 0 0 +930 16 0.390829 0.567285 0.808168 0 0 0 +615 16 0.285327 0.170444 0.52739 0 0 0 +283 15 0.0760225 0.0921837 0.525557 0 1 0 +775 15 0.141348 0.939012 0.518707 0 0 0 +934 15 0.322253 0.782545 0.903671 0 0 0 +935 16 0.348985 0.75838 0.904713 0 0 0 +936 16 0.29249 0.76288 0.89847 0 0 0 +1881 16 0.884931 0.882568 0.590837 0 0 0 +357 16 0.0207948 0.0106003 0.92886 0 0 -1 +953 16 0.283331 0.943959 0.589762 0 0 0 +950 16 0.322385 0.659138 0.583793 0 0 0 +955 15 0.40889 0.682717 0.848262 0 0 0 +956 16 0.403209 0.690191 0.813456 0 0 0 +957 16 0.420662 0.648643 0.848386 0 0 0 +958 15 0.3924 0.709308 0.725069 0 0 0 +959 16 0.394742 0.727211 0.693866 0 0 0 +960 16 0.425593 0.696366 0.730577 0 0 0 +961 15 0.261976 0.0372169 0.856457 0 1 0 +962 16 0.292574 0.0185406 0.852638 0 1 0 +963 16 0.271583 0.0715261 0.850962 0 1 0 +1085 16 0.281034 0.0118376 0.937592 0 1 -1 +312 16 0.155043 0.810068 0.522142 0 0 0 +246 16 0.816498 0.645682 0.943438 -1 0 -1 +982 15 0.407417 0.902047 0.587411 0 -1 0 +983 16 0.426701 0.898035 0.557218 0 -1 0 +407 16 0.33474 0.299127 0.951449 0 0 -1 +1047 16 0.701784 0.31484 0.573847 0 0 0 +914 16 0.321035 0.602029 0.876136 0 0 -1 +1867 15 0.685121 0.749487 0.914254 0 0 -1 +834 16 0.430836 0.310654 0.536636 0 0 0 +1068 16 0.41324 0.64579 0.551423 0 0 0 +777 16 0.164996 0.95259 0.542288 0 0 0 +938 16 0.380787 0.0136049 0.795023 0 1 -1 +1880 16 0.870068 0.908449 0.639419 0 0 0 +1110 16 0.502598 0.0791457 0.923491 0 0 -1 +343 15 0.221182 0.110427 0.512129 0 0 0 +474 16 0.0451926 0.476084 0.559417 0 0 0 +648 16 0.391347 0.159525 0.835979 0 0 -1 +1369 15 0.690258 0.673316 0.987998 0 0 -1 +889 15 0.439976 0.590672 0.871416 0 0 -1 +1012 15 0.406632 0.1293 0.588245 0 0 0 +1013 16 0.376492 0.110857 0.581096 0 0 0 +1014 16 0.422295 0.133833 0.556093 0 0 0 +1015 15 0.524765 0.190755 0.788623 0 0 0 +1016 16 0.52586 0.157744 0.803072 0 0 0 +1017 16 0.530979 0.21296 0.816336 0 0 0 +1879 15 0.856608 0.896664 0.608121 0 0 0 +1033 15 0.528722 0.323754 0.916461 0 0 0 +1034 16 0.540338 0.329965 0.950019 0 0 0 +1035 16 0.525863 0.356509 0.901678 0 0 0 +1135 15 0.645415 0.326772 0.968479 0 0 -1 +1410 16 0.696809 0.722148 0.521228 0 0 0 +1448 16 0.65042 0.934869 0.985073 0 -1 0 +261 16 0.957128 0.687214 0.624983 -1 0 0 +325 15 0.140889 0.138868 0.836292 0 0 -1 +206 16 0.964307 0.546114 0.558503 -1 0 0 +1072 15 0.557403 0.663036 0.654992 0 0 0 +1073 16 0.548247 0.697835 0.652791 0 0 0 +1074 16 0.54369 0.648177 0.625146 0 0 0 +1075 15 0.490365 0.680764 0.748579 0 0 0 +1076 16 0.507267 0.678904 0.71679 0 0 0 +1077 16 0.516953 0.681963 0.772895 0 0 0 +1078 15 0.441275 0.874166 0.846019 0 0 0 +1079 16 0.416174 0.853414 0.830562 0 0 0 +1080 16 0.472532 0.858222 0.837746 0 0 0 +1096 15 0.381785 0.739549 0.627545 0 0 0 +1097 16 0.409404 0.758909 0.614818 0 0 0 +1098 16 0.353295 0.761444 0.624627 0 0 0 +1099 15 0.450206 0.790328 0.571214 0 0 0 +1100 16 0.467574 0.780459 0.541205 0 0 0 +1094 16 0.229783 0.818192 0.516146 0 0 0 +1102 15 0.527324 0.761033 0.636988 0 0 0 +1103 16 0.523763 0.794667 0.649464 0 0 0 +1104 16 0.508465 0.760744 0.606266 0 0 0 +1105 15 0.429198 0.827204 0.682065 0 0 0 +1106 16 0.459904 0.845603 0.686339 0 0 0 +1107 16 0.414563 0.826269 0.714998 0 0 0 +405 16 0.243266 0.28777 0.946033 0 0 0 +1123 15 0.563026 0.953009 0.637449 0 -1 0 +1124 16 0.580514 0.980271 0.65328 0 -1 0 +1125 16 0.572166 0.955397 0.602659 0 -1 0 +1126 15 0.47457 0.100515 0.659848 0 0 0 +1127 16 0.445969 0.113329 0.642031 0 0 0 +1128 16 0.461924 0.0924395 0.692627 0 0 0 +1129 15 0.394401 0.0123978 0.619284 0 0 0 +1130 16 0.430174 0.0132815 0.623662 0 0 0 +1131 16 0.387695 0.979435 0.606317 0 -1 0 +1132 15 0.617048 0.102919 0.707454 0 0 0 +1133 16 0.589027 0.0984214 0.729684 0 0 0 +1134 16 0.616021 0.137842 0.698568 0 0 0 +1741 15 0.789995 0.514063 0.532799 0 0 0 +1715 16 0.0406463 0.214689 0.55178 1 0 0 +891 16 0.449324 0.557003 0.862548 0 0 -1 +690 16 0.267726 0.442865 0.953723 0 0 0 +1153 15 0.642912 0.0152722 0.656476 0 0 0 +1154 16 0.629945 0.0452717 0.671691 0 0 0 +1155 16 0.678201 0.0215882 0.652683 0 0 0 +1156 15 0.563246 0.110182 0.596076 0 0 0 +1157 16 0.562352 0.143744 0.582944 0 0 0 +1158 16 0.536926 0.109406 0.620698 0 0 0 +1159 15 0.644645 0.219384 0.81013 0 0 0 +1160 16 0.615484 0.226526 0.830087 0 0 0 +1161 16 0.638582 0.186473 0.796724 0 0 0 +1209 16 0.477009 0.762035 0.962803 0 0 -1 +541 15 0.134437 0.968064 0.862237 0 0 -1 +752 16 0.221843 0.693082 0.66644 0 0 0 +1207 15 0.465101 0.767311 0.996418 0 0 -1 +326 16 0.11773 0.129435 0.86226 0 0 -1 +1180 15 0.635935 0.0714319 0.541634 0 0 0 +1181 16 0.667083 0.0608323 0.556367 0 0 0 +1182 16 0.614102 0.0770996 0.569755 0 0 0 +1183 15 0.583546 0.198443 0.705197 0 0 0 +1184 16 0.563969 0.202531 0.735191 0 0 0 +1185 16 0.561098 0.207424 0.678457 0 0 0 +922 15 0.366057 0.580893 0.699989 0 0 0 +1066 15 0.436012 0.66597 0.570758 0 0 0 +1198 15 0.435915 0.363918 0.858152 0 0 0 +1199 16 0.415146 0.367565 0.828912 0 0 0 +1200 16 0.46858 0.356013 0.845107 0 0 0 +1398 16 0.489175 0.0125573 0.998114 0 1 -1 +205 15 0.962984 0.510128 0.560193 -1 0 0 +1045 15 0.674944 0.320376 0.550425 0 0 0 +819 16 0.343028 0.0760033 0.942543 0 0 -1 +680 16 0.244481 0.483939 0.715632 0 0 0 +1368 16 0.676567 0.604354 0.946608 0 0 -1 +1219 15 0.384959 0.789952 0.806334 0 0 0 +1220 16 0.378496 0.764335 0.781807 0 0 0 +1221 16 0.353759 0.80778 0.809221 0 0 0 +966 16 0.587864 0.0679999 0.823303 0 0 -1 +1408 15 0.670243 0.699526 0.530293 0 0 0 +989 16 0.486612 0.10396 0.515551 0 0 0 +461 16 0.154507 0.366194 0.960255 0 0 -1 +1308 16 0.627429 0.146744 0.992505 0 0 -1 +1240 15 0.52195 0.865505 0.682078 0 0 0 +1241 16 0.537886 0.891327 0.66261 0 0 0 +1242 16 0.548688 0.850937 0.701378 0 0 0 +1243 15 0.483417 0.745506 0.894564 0 0 0 +1244 16 0.455562 0.730813 0.877018 0 0 0 +1245 16 0.496736 0.769877 0.87158 0 0 0 +1246 15 0.571289 0.911547 0.970741 0 0 0 +1247 16 0.560317 0.89143 0.998572 0 0 0 +1248 16 0.549837 0.940511 0.971512 0 0 0 +1264 15 0.73015 0.0489092 0.576404 0 0 0 +1864 15 0.996497 0.00250786 0.867255 0 1 -1 +1266 16 0.732897 0.072009 0.603944 0 0 0 +1267 15 0.719032 0.85371 0.568872 0 -1 0 +1268 16 0.683173 0.851577 0.571912 0 -1 0 +1269 16 0.725609 0.888805 0.563901 0 -1 0 +1270 15 0.532846 0.835775 0.826882 0 -1 0 +1271 16 0.552709 0.83052 0.79726 0 -1 0 +1272 16 0.556423 0.847137 0.851675 0 -1 0 +1273 15 0.697732 0.984561 0.911334 0 -1 0 +1274 16 0.725071 0.964341 0.923309 0 -1 0 +1275 16 0.682681 0.964834 0.885181 0 -1 0 +647 16 0.385307 0.142295 0.889993 0 0 -1 +1291 15 0.721822 0.216042 0.660935 0 0 0 +1292 16 0.700416 0.190855 0.646546 0 0 0 +1293 16 0.755242 0.203617 0.65561 0 0 0 +1294 15 0.589061 0.954438 0.536168 0 -1 0 +1295 16 0.621123 0.938034 0.537741 0 -1 0 +265 15 0.981935 0.82487 0.976701 -1 0 0 +1297 15 0.661936 0.907322 0.639787 0 -1 0 +1298 16 0.645409 0.939242 0.642539 0 -1 0 +1299 16 0.697075 0.915143 0.641711 0 -1 0 +1300 15 0.705914 0.085043 0.906623 0 0 0 +1301 16 0.678887 0.0959326 0.927851 0 0 0 +1666 15 0.99657 0.926908 0.503188 0 -1 0 +1318 15 0.77905 0.342116 0.709721 0 0 0 +1319 16 0.755735 0.35855 0.687676 0 0 0 +1320 16 0.759466 0.316839 0.72637 0 0 0 +1321 15 0.615755 0.235497 0.563551 0 0 0 +1322 16 0.634465 0.266041 0.559464 0 0 0 +1323 16 0.582451 0.243749 0.552489 0 0 0 +1324 15 0.506202 0.24172 0.650431 0 0 0 +1325 16 0.499234 0.234492 0.615807 0 0 0 +1326 16 0.474976 0.235656 0.667393 0 0 0 +1812 16 0.907366 0.64946 0.985411 0 0 -1 +613 15 0.305434 0.191858 0.506491 0 0 0 +1093 15 0.265155 0.812996 0.52078 0 0 0 +874 15 0.522253 0.602598 0.569716 0 0 0 +1345 15 0.768108 0.298167 0.588497 0 0 0 +1346 16 0.7923 0.321895 0.6008 0 0 0 +1347 16 0.770101 0.270478 0.611496 0 0 0 +1348 15 0.637183 0.279552 0.684106 0 0 0 +1349 16 0.622065 0.249645 0.697398 0 0 0 +1350 16 0.66634 0.267851 0.666426 0 0 0 +1351 15 0.554099 0.339495 0.65831 0 0 0 +1352 16 0.577193 0.312241 0.663163 0 0 0 +1353 16 0.526185 0.324703 0.640944 0 0 0 +1354 15 0.728007 0.269996 0.753872 0 0 0 +1355 16 0.698215 0.262595 0.772775 0 0 0 +1356 16 0.723809 0.251945 0.722951 0 0 0 +965 16 0.597257 0.115486 0.853433 0 0 -1 +31 3 0.541691 0.368633 0.510818 0 0 0 +1081 15 0.655246 0.95303 0.808759 0 0 -1 +1703 16 0.0112329 0.230561 0.752222 1 0 -1 +677 16 0.33158 0.488592 0.57656 0 0 0 +1375 15 0.628673 0.609567 0.578954 0 0 0 +1376 16 0.597696 0.596708 0.592174 0 0 0 +1377 16 0.618813 0.637421 0.5583 0 0 0 +1214 16 0.654327 0.550462 0.55028 0 0 0 +567 16 0.233961 0.813765 0.966395 0 0 0 +1393 15 0.650719 0.756048 0.653882 0 0 0 +1394 16 0.684857 0.744522 0.655072 0 0 0 +1395 16 0.63153 0.726641 0.64572 0 0 0 +527 16 0.149675 0.647383 0.699211 0 0 0 +1411 15 0.487123 0.909452 0.517071 0 0 0 +1372 15 0.694706 0.422996 0.53079 0 0 0 +1379 16 0.538138 0.71561 0.916745 0 0 -1 +1414 15 0.678167 0.864315 0.746797 0 0 0 +1415 16 0.685965 0.874452 0.713092 0 0 0 +1416 16 0.707345 0.846207 0.757769 0 0 0 +1417 15 0.489364 0.949569 0.894874 0 0 0 +1418 16 0.47911 0.922775 0.873043 0 0 0 +1419 16 0.525378 0.949235 0.893293 0 0 0 +1420 15 0.605264 0.847416 0.897558 0 0 0 +1421 16 0.602932 0.816854 0.916536 0 0 0 +1422 16 0.606244 0.873465 0.922461 0 0 0 +791 16 0.499203 0.0490743 0.765687 0 0 -1 +1606 15 0.875008 0.784675 0.54047 0 0 0 +298 15 0.822712 0.025353 0.997142 -1 1 -1 +486 16 0.0826626 0.880246 0.93468 0 0 0 +662 16 0.341686 0.382231 0.536174 0 0 0 +1441 15 0.770433 0.94739 0.577907 0 -1 0 +1442 16 0.774503 0.960784 0.544686 0 -1 0 +1443 16 0.802321 0.932432 0.585592 0 -1 0 +1444 15 0.748669 0.968767 0.759193 0 -1 0 +1445 16 0.753096 0.942678 0.734711 0 -1 0 +1446 16 0.76268 0.955187 0.789507 0 -1 0 +1491 16 0.970179 0.266787 0.522459 0 0 0 +207 16 0.94223 0.500527 0.532323 -1 0 0 +485 16 0.137729 0.880739 0.949457 0 0 0 +1082 16 0.676719 0.968714 0.784416 0 0 -1 +1465 15 0.81129 0.185877 0.620114 0 0 0 +1466 16 0.838205 0.173007 0.640352 0 0 0 +1883 16 0.0355861 0.96679 0.542588 1 0 0 +1468 15 0.829008 0.255933 0.7922 0 0 0 +1469 16 0.830123 0.22196 0.780192 0 0 0 +1470 16 0.795149 0.26662 0.785955 0 0 0 +1471 15 0.783385 0.068202 0.661524 0 0 0 +1472 16 0.815604 0.066144 0.645481 0 0 0 +1473 16 0.790893 0.0759867 0.695914 0 0 0 +1474 15 0.692682 0.0803555 0.774705 0 0 0 +1475 16 0.665414 0.0863216 0.797519 0 0 0 +1476 16 0.681414 0.0941264 0.743353 0 0 0 +1492 15 0.871236 0.182007 0.530704 0 0 0 +1367 16 0.689614 0.550809 0.931992 0 0 -1 +597 16 0.220606 0.115021 0.973163 0 0 -1 +1495 15 0.628863 0.32113 0.847297 0 0 0 +1496 16 0.640369 0.320989 0.813132 0 0 0 +1497 16 0.601654 0.344779 0.847573 0 0 0 +1498 15 0.406661 0.207249 0.655692 0 0 0 +1499 16 0.370886 0.205909 0.65993 0 0 0 +1500 16 0.413231 0.185782 0.627485 0 0 0 +1501 15 0.747483 0.162802 0.851608 0 0 0 +1502 16 0.731547 0.135627 0.869135 0 0 0 +1503 16 0.751497 0.150692 0.817891 0 0 0 +569 16 0.273737 0.15955 0.816506 0 0 -1 +1519 15 0.874885 0.3051 0.688053 0 0 0 +1520 16 0.875953 0.331552 0.663584 0 0 0 +1521 16 0.844226 0.310763 0.706152 0 0 0 +1522 15 0.573641 0.437532 0.654848 0 0 0 +1523 16 0.604783 0.444826 0.638216 0 0 0 +1524 16 0.573166 0.401605 0.657792 0 0 0 +1525 15 0.655321 0.427586 0.780427 0 0 0 +1526 16 0.654023 0.45399 0.755916 0 0 0 +1527 16 0.689541 0.427455 0.791766 0 0 0 +1528 15 0.704548 0.412798 0.967925 0 0 0 +1529 16 0.698277 0.43332 0.996893 0 0 0 +1145 16 0.847672 0.0794551 0.52001 0 0 0 +1058 16 0.333176 0.648199 0.948304 0 0 -1 +790 15 0.473402 0.0710024 0.778059 0 0 -1 +818 16 0.390255 0.101549 0.961723 0 0 -1 +1549 15 0.694628 0.481541 0.8898 0 0 0 +1550 16 0.695088 0.450987 0.908928 0 0 0 +1551 16 0.665365 0.478704 0.868938 0 0 0 +333 16 0.215683 0.069592 0.907254 0 0 -1 +1567 15 0.668052 0.375195 0.684709 0 0 0 +1568 16 0.656814 0.340967 0.68338 0 0 0 +1569 16 0.662046 0.385364 0.718769 0 0 0 +1570 15 0.561656 0.399333 0.825277 0 0 0 +1571 16 0.589179 0.403292 0.802333 0 0 0 +1572 16 0.565613 0.426296 0.848877 0 0 0 +1860 16 0.953809 0.790113 0.860295 0 0 0 +954 16 0.327517 0.910169 0.602284 0 0 0 +1588 15 0.768183 0.644945 0.589291 0 0 0 +1882 15 0.0610411 0.984313 0.561151 1 0 0 +1590 16 0.754244 0.672645 0.607676 0 0 0 +1591 15 0.591628 0.802934 0.734891 0 0 0 +1592 16 0.606767 0.777766 0.713985 0 0 0 +1593 16 0.617568 0.827506 0.739678 0 0 0 +678 16 0.28473 0.496039 0.544928 0 0 0 +1862 16 0.913505 0.948269 0.991394 0 0 0 +765 16 0.315531 0.90226 0.882675 0 0 -1 +1612 15 0.803244 0.808611 0.621928 0 0 0 +1613 16 0.775108 0.829804 0.61426 0 0 0 +1614 16 0.829547 0.820304 0.600225 0 0 0 +1615 15 0.753532 0.736881 0.662455 0 0 0 +1616 16 0.77592 0.724621 0.687913 0 0 0 +1617 16 0.771656 0.76374 0.646653 0 0 0 +1618 15 0.800368 0.932822 0.840731 0 0 0 +1619 16 0.795873 0.898543 0.850948 0 0 0 +1620 16 0.835065 0.939818 0.847579 0 0 0 +1859 16 0.901309 0.804384 0.843236 0 0 0 +84 16 0.0274482 0.929253 0.880214 0 -1 -1 +681 16 0.232844 0.536682 0.733898 0 0 0 +568 15 0.28485 0.139195 0.844106 0 0 -1 +1639 15 0.764931 0.897502 0.688189 0 0 0 +1640 16 0.775207 0.862979 0.68968 0 0 0 +1641 16 0.788606 0.913023 0.665869 0 0 0 +1642 15 0.758833 0.816007 0.772767 0 0 0 +1643 16 0.767503 0.782294 0.763393 0 0 0 +1644 16 0.7623 0.816587 0.808645 0 0 0 +1645 15 0.770106 0.919478 0.954723 0 0 0 +1646 16 0.790431 0.890784 0.946776 0 0 0 +1149 16 0.534308 0.0385876 0.549386 0 0 0 +34 4 0.549489 0.483543 0.520565 0 0 0 +1870 15 0.800491 0.778008 0.979259 0 0 -1 +353 16 0.11835 0.0898475 0.928661 0 0 -1 +1647 16 0.788209 0.936405 0.980903 0 0 0 +1316 16 0.771335 0.254907 0.529983 0 0 0 +83 16 0.0494754 0.884268 0.852974 0 -1 -1 +1302 16 0.700652 0.0495884 0.902763 0 0 0 +1669 15 0.950971 0.0988006 0.764451 0 0 0 +1670 16 0.957079 0.0955941 0.799835 0 0 0 +1671 16 0.979283 0.117345 0.752036 0 0 0 +1672 15 0.966535 0.105701 0.866775 0 0 0 +1673 16 0.932167 0.115433 0.871649 0 0 0 +1674 16 0.985479 0.135513 0.873982 0 0 0 +1786 15 0.915431 0.726153 0.954029 0 0 -1 +713 16 0.265107 0.503631 0.910089 0 0 -1 +987 16 0.491084 0.190407 0.539477 0 0 0 +473 16 0.0587406 0.476657 0.614798 0 0 0 +1693 15 0.920986 0.21409 0.677801 0 0 0 +1694 16 0.909729 0.19451 0.7059 0 0 0 +1695 16 0.911776 0.247941 0.686105 0 0 0 +1696 15 0.895244 0.069701 0.668017 0 0 0 +1697 16 0.900006 0.105423 0.667099 0 0 0 +1698 16 0.900468 0.0607712 0.702551 0 0 0 +1699 15 0.798365 0.0593652 0.766268 0 0 0 +1700 16 0.796508 0.0246977 0.756556 0 0 0 +1701 16 0.764647 0.0679185 0.775732 0 0 0 +1611 16 0.593167 0.837239 0.52464 0 0 0 +1717 15 0.950552 0.322631 0.578714 0 0 0 +1718 16 0.918452 0.30712 0.584059 0 0 0 +1719 16 0.950893 0.350718 0.601313 0 0 0 +1720 15 0.0109717 0.15096 0.642814 1 0 0 +1721 16 0.0182495 0.156033 0.607872 1 0 0 +1722 16 0.994417 0.181289 0.653094 0 0 0 +1723 15 0.854963 0.152387 0.760065 0 0 0 +1724 16 0.831061 0.126778 0.768582 0 0 0 +1725 16 0.88698 0.137905 0.768116 0 0 0 +1726 15 0.884391 0.336253 0.825152 0 0 0 +1727 16 0.865964 0.305272 0.824596 0 0 0 +1728 16 0.874637 0.352017 0.856071 0 0 0 +1744 15 0.891626 0.474959 0.641434 0 0 0 +1745 16 0.905232 0.473507 0.674786 0 0 0 +1746 16 0.920484 0.477796 0.620015 0 0 0 +1747 15 0.850614 0.383718 0.614204 0 0 0 +1748 16 0.85933 0.411105 0.635966 0 0 0 +1749 16 0.830671 0.398802 0.588236 0 0 0 +1750 15 0.846971 0.13744 0.884775 0 0 0 +1751 16 0.813337 0.148504 0.877992 0 0 0 +1752 16 0.843001 0.104356 0.898532 0 0 0 +1753 15 0.815003 0.386622 0.922547 0 0 0 +1754 16 0.80228 0.416643 0.937924 0 0 0 +1755 16 0.849636 0.385361 0.932478 0 0 0 +993 16 0.291918 0.203424 0.943304 0 0 -1 +1623 16 0.774639 0.0585787 0.898246 0 1 -1 +1054 15 0.208808 0.951791 0.941807 0 0 -1 +1179 16 0.669558 0.188078 0.545544 0 0 0 +1774 15 0.730402 0.369338 0.845365 0 0 0 +1775 16 0.726608 0.33417 0.852325 0 0 0 +1776 16 0.72995 0.385071 0.877798 0 0 0 +1777 15 0.759306 0.434155 0.776322 0 0 0 +1778 16 0.763915 0.4057 0.754673 0 0 0 +1779 16 0.760996 0.420521 0.809652 0 0 0 +1780 15 0.71506 0.254502 0.885081 0 0 0 +1781 16 0.682903 0.252944 0.86886 0 0 0 +1782 16 0.73395 0.227587 0.870303 0 0 0 +1798 15 0.790615 0.504473 0.63114 0 0 0 +1799 16 0.78168 0.5278 0.657132 0 0 0 +1800 16 0.82582 0.498486 0.636079 0 0 0 +1801 15 0.739537 0.413199 0.624437 0 0 0 +1802 16 0.745136 0.446577 0.636855 0 0 0 +1803 16 0.712474 0.400484 0.644577 0 0 0 +1804 15 0.791458 0.527744 0.772353 0 0 0 +1805 16 0.783506 0.492996 0.766972 0 0 0 +1806 16 0.783506 0.53357 0.80703 0 0 0 +489 16 0.0787565 0.645804 0.908748 0 0 -1 +617 16 0.279296 0.0967006 0.554405 0 0 0 +1494 16 0.844953 0.205357 0.52273 0 0 0 +1825 15 0.86844 0.778196 0.698252 0 0 0 +1826 16 0.893914 0.761106 0.679313 0 0 0 +1827 16 0.846402 0.792051 0.673312 0 0 0 +1828 15 0.864707 0.8205 0.788493 0 0 0 +1829 16 0.829537 0.820938 0.796398 0 0 0 +1830 16 0.867275 0.798684 0.759908 0 0 0 +1831 15 0.794508 0.603205 0.684106 0 0 0 +1832 16 0.787022 0.59217 0.7176 0 0 0 +1833 16 0.794201 0.639195 0.686168 0 0 0 +1834 15 0.779512 0.645932 0.83939 0 0 0 +1835 16 0.784387 0.666878 0.868324 0 0 0 +1836 16 0.77083 0.613674 0.852944 0 0 0 +570 16 0.298315 0.16274 0.867854 0 0 -1 +1852 15 0.610589 0.833107 0.588596 0 0 0 +1853 16 0.616668 0.85568 0.616039 0 0 0 +1854 16 0.613139 0.800242 0.60319 0 0 0 +1855 15 0.996316 0.936475 0.649407 0 0 0 +1856 16 0.0214892 0.949778 0.627294 1 0 0 +1857 16 0.965212 0.949273 0.636433 0 0 0 +1858 15 0.922871 0.804343 0.872127 0 0 0 +712 15 0.230165 0.502737 0.918916 0 0 -1 +1064 16 0.376205 0.0307836 0.552373 0 1 0 +1211 16 0.389351 0.929322 0.971006 0 0 -1 +684 16 0.324851 0.443185 0.711115 0 0 0 +763 15 0.286916 0.884047 0.894883 0 0 -1 +923 16 0.401993 0.582863 0.6979 0 0 0 +299 16 0.824613 0.0172143 0.962073 -1 1 -1 +258 16 0.0430019 0.693266 0.595152 0 0 0 +163 15 0.804733 0.281229 0.92394 -1 0 -1 +1412 16 0.522344 0.914502 0.522867 0 0 0 +82 15 0.0495729 0.901166 0.884819 0 -1 -1 +1742 16 0.785809 0.50958 0.568324 0 0 0 +192 16 0.889065 0.20343 0.913132 -1 0 -1 +472 15 0.0729791 0.471965 0.582013 0 0 0 +1083 16 0.654658 0.918268 0.799227 0 0 -1 +1095 16 0.268907 0.807416 0.556198 0 0 0 +1865 16 0.0183923 0.004534 0.838688 1 1 -1 +526 15 0.133054 0.660984 0.728165 0 0 0 +1101 16 0.423181 0.811159 0.559581 0 0 0 +886 15 0.477695 0.601291 0.970809 0 0 -1 +964 15 0.60157 0.101233 0.820602 0 0 -1 +190 15 0.89725 0.236194 0.925748 -1 0 -1 +679 15 0.217962 0.504167 0.729315 0 0 0 +1212 16 0.37056 0.982968 0.966548 0 0 -1 +817 15 0.367828 0.100561 0.933516 0 0 -1 +1553 16 0.731821 0.795066 0.881245 0 0 -1 +327 16 0.141584 0.174893 0.83745 0 0 -1 +111 16 0.912267 0.231734 0.861449 -1 0 -1 +355 15 0.0284847 0.0273964 0.959818 0 0 -1 +862 15 0.406715 0.266439 0.928651 0 0 -1 +356 16 0.00860678 0.0102968 0.984558 0 0 -1 +1223 16 0.458899 0.00962628 0.885458 0 1 -1 +735 16 0.191043 0.732811 0.956462 0 0 0 +1215 16 0.689462 0.530907 0.509857 0 0 0 +1136 16 0.646112 0.311198 0.935974 0 0 -1 +1137 16 0.644792 0.299203 0.991699 0 0 -1 +1055 16 0.224051 0.940324 0.972398 0 0 -1 +1702 15 0.0103026 0.195888 0.762046 1 0 -1 +331 15 0.188709 0.0619007 0.9299 0 0 -1 +422 16 0.0647282 0.450855 0.687705 0 0 0 +528 16 0.0998802 0.669048 0.716587 0 0 0 +1621 15 0.805099 0.0395615 0.895045 0 1 -1 +352 15 0.0875301 0.108436 0.930714 0 0 -1 +893 16 0.431551 0.482088 0.963218 0 0 0 +1467 16 0.817389 0.172308 0.587276 0 0 0 +272 16 0.842347 0.827891 0.94504 -1 0 -1 +1046 16 0.675522 0.355888 0.544244 0 0 0 +1306 15 0.636079 0.119264 0.970835 0 0 -1 +165 16 0.769824 0.274352 0.918137 -1 0 -1 +406 15 0.312962 0.322539 0.968101 0 0 -1 +774 16 0.184153 0.712458 0.521381 0 0 0 +462 16 0.0990952 0.376461 0.951594 0 0 -1 +410 16 0.119136 0.466606 0.980683 0 0 -1 +951 16 0.327727 0.690049 0.631404 0 0 0 +403 15 0.211333 0.300809 0.956515 0 0 0 +217 15 0.0372446 0.536678 0.971539 0 0 -1 +380 16 0.157304 0.189883 0.936741 0 0 -1 +1059 16 0.2989 0.652002 0.993708 0 0 -1 +460 15 0.131902 0.39016 0.945618 0 0 -1 +890 16 0.455597 0.596256 0.903423 0 0 -1 +1380 16 0.559243 0.695335 0.965678 0 0 -1 +1863 16 0.886432 0.918031 0.951349 0 0 0 +776 16 0.109102 0.948312 0.531872 0 0 0 +1086 16 0.290644 0.0371264 0.987782 0 1 -1 +1178 16 0.660558 0.133104 0.533388 0 0 0 +1608 16 0.876418 0.789541 0.504778 0 0 0 +887 16 0.459277 0.626718 0.988526 0 0 -1 +1872 16 0.771181 0.779342 1.0002 0 0 -1 +178 15 0.92723 0.433578 0.506025 -1 0 0 +848 16 0.415309 0.255547 0.996544 0 0 -1 +1218 16 0.758904 0.575832 0.505861 0 0 0 +1307 16 0.644359 0.092305 0.993291 0 0 -1 +1315 15 0.790008 0.23926 0.503408 0 0 0 +1637 16 0.987225 0.793295 0.507386 0 0 0 +ITEM: TIMESTEP +4000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.599482 27.1681 +0.594096 27.1627 +0.589451 27.158 +ITEM: ATOMS +1 1 0.35347 0.472614 0.356495 0 0 0 +2 2 0.301674 0.492076 0.360354 0 0 0 +3 3 0.355817 0.429165 0.343676 0 0 0 +4 4 0.286604 0.494375 0.321414 0 0 0 +5 4 0.277961 0.463099 0.378974 0 0 0 +6 4 0.294029 0.527632 0.380995 0 0 0 +7 5 0.390057 0.50519 0.36713 0 0 0 +8 6 0.442163 0.495635 0.360016 0 0 0 +9 1 0.459159 0.480426 0.410707 0 0 0 +33 4 0.535032 0.390126 0.440482 0 0 0 +11 7 0.473703 0.543573 0.345806 0 0 0 +12 8 0.470305 0.554571 0.289309 0 0 0 +13 8 0.496273 0.524078 0.25605 0 0 0 +14 8 0.453276 0.602384 0.273537 0 0 0 +15 8 0.504026 0.539648 0.206574 0 0 0 +16 8 0.460495 0.619301 0.223532 0 0 0 +17 8 0.485118 0.585973 0.191018 0 0 0 +18 9 0.492916 0.602713 0.141055 0 0 0 +19 10 0.382343 0.540639 0.376728 0 0 0 +20 4 0.44867 0.466855 0.332054 0 0 0 +21 4 0.461604 0.576852 0.368051 0 0 0 +22 4 0.513655 0.537654 0.356647 0 0 0 +23 11 0.514508 0.490792 0.270608 0 0 0 +24 11 0.433844 0.625573 0.300688 0 0 0 +25 11 0.524981 0.517935 0.179336 0 0 0 +26 11 0.445558 0.655302 0.211985 0 0 0 +27 10 0.506364 0.575505 0.121444 0 0 0 +28 5 0.475198 0.432535 0.414128 0 0 0 +437 16 0.218188 0.389089 0.0186429 0 0 0 +1878 16 0.912493 0.101221 0.418345 0 1 0 +97 15 0.929223 0.174386 0.344248 -1 0 0 +32 10 0.475218 0.408957 0.384933 0 0 0 +856 15 0.211288 0.367718 0.402945 0 0 0 +203 16 0.0915568 0.349501 0.400563 0 0 0 +1036 15 0.473047 0.375451 0.19574 0 0 0 +977 16 0.400704 0.973171 0.447729 0 -1 0 +195 16 0.787207 0.379459 0.107316 -1 0 0 +1031 16 0.212202 0.210823 0.477159 0 0 0 +88 15 0.936626 0.900106 0.11037 -1 -1 0 +89 16 0.960461 0.926788 0.114618 -1 -1 0 +90 16 0.908001 0.915891 0.0952203 -1 -1 0 +91 15 0.006202 0.921441 0.424277 0 -1 0 +92 16 0.986465 0.893313 0.435109 -1 -1 0 +93 16 0.0346689 0.906702 0.40783 0 -1 0 +94 15 0.940722 0.010976 0.297451 -1 0 0 +95 16 0.960521 0.00391869 0.326714 -1 0 0 +96 16 0.906712 0.0109895 0.309345 -1 0 0 +1533 16 0.79116 0.616272 0.231654 0 0 0 +1718 16 0.886114 0.33874 0.48259 0 0 0 +1608 16 0.854478 0.758502 0.456603 0 0 0 +1327 15 0.795375 0.303627 0.00116746 0 0 1 +115 15 0.0859269 0.181097 0.181071 0 0 0 +116 16 0.0542649 0.194753 0.170626 0 0 0 +117 16 0.0979767 0.163155 0.152245 0 0 0 +118 15 0.0314125 0.0821418 0.220057 0 0 0 +119 16 0.0145663 0.0745081 0.189138 0 0 0 +120 16 0.0518376 0.110811 0.212376 0 0 0 +121 15 0.0222868 0.115595 0.325622 0 0 0 +122 16 0.00743424 0.0919378 0.348377 0 0 0 +123 16 0.0280333 0.0967359 0.295465 0 0 0 +1877 16 0.909032 0.0470692 0.400948 0 1 0 +139 15 0.895405 0.15712 0.184649 -1 0 0 +140 16 0.906771 0.190197 0.193296 -1 0 0 +141 16 0.900971 0.137589 0.214408 -1 0 0 +142 15 0.0935821 0.27717 0.131117 0 0 0 +143 16 0.088212 0.285798 0.165683 0 0 0 +144 16 0.123931 0.257755 0.131263 0 0 0 +145 15 0.96311 0.28403 0.371858 -1 0 0 +146 16 0.974196 0.266029 0.401033 -1 0 0 +147 16 0.986021 0.274115 0.34588 -1 0 0 +1238 16 0.533636 0.715092 0.46837 0 0 0 +31 3 0.454114 0.348127 0.485398 0 0 0 +150 16 0.926515 0.0764873 0.284725 -1 0 0 +1876 15 0.932011 0.0711532 0.414733 0 1 0 +166 15 0.949079 0.167374 0.0889008 -1 0 0 +167 16 0.978449 0.186166 0.0979718 -1 0 0 +168 16 0.933013 0.160009 0.120297 -1 0 0 +169 15 0.998173 0.238907 0.140786 -1 0 0 +170 16 0.969173 0.258498 0.132225 -1 0 0 +171 16 0.0261341 0.260055 0.132479 0 0 0 +1488 16 0.768346 0.457384 0.455807 0 0 0 +1145 16 0.814119 0.109986 0.406067 0 0 0 +85 15 0.114047 0.15075 0.0911536 0 0 0 +288 16 0.190718 0.793187 0.496181 0 0 0 +1665 16 0.675496 0.992322 0.231838 0 -1 0 +1304 16 0.689119 0.26946 0.116293 0 0 0 +1875 16 0.0613909 0.687637 0.375322 1 0 0 +659 16 0.257619 0.0433835 0.304035 0 0 0 +1051 15 0.762129 0.65947 0.182594 0 0 0 +339 16 0.07887 0.0175917 0.296789 0 0 0 +1668 16 0.936206 0.0435342 0.481414 0 0 0 +196 15 0.890475 0.4391 0.139689 -1 0 0 +197 16 0.912818 0.467002 0.135176 -1 0 0 +198 16 0.907877 0.41717 0.162368 -1 0 0 +199 15 0.0535531 0.398797 0.379798 0 0 0 +200 16 0.0611752 0.423509 0.404884 0 0 0 +201 16 0.0309805 0.415504 0.357226 0 0 0 +1785 16 0.885355 0.560721 0.071405 0 0 0 +178 15 0.895445 0.463661 0.419335 -1 0 0 +898 15 0.654543 0.69312 0.0836641 0 0 0 +1874 16 0.0878457 0.73387 0.355081 1 0 0 +1030 15 0.23886 0.220805 0.499246 0 0 0 +558 16 0.242936 0.981626 0.465645 0 0 0 +410 16 0.201154 0.501986 0.0792107 0 0 0 +194 16 0.788908 0.338228 0.06802 -1 0 0 +846 16 0.497813 0.112876 0.072639 0 0 0 +225 16 0.0018624 0.504265 0.145073 0 0 0 +226 15 0.961484 0.776926 0.336604 -1 0 0 +227 16 0.981088 0.805518 0.326795 -1 0 0 +228 16 0.976735 0.749185 0.319401 -1 0 0 +1342 15 0.631211 0.450813 0.443949 0 0 0 +173 16 0.90948 0.34702 0.391942 -1 0 0 +1150 15 0.723711 0.0972659 0.461991 0 0 0 +1439 16 0.858231 0.961231 0.386071 0 -1 0 +148 15 0.90163 0.102541 0.284902 -1 0 0 +247 15 0.949089 0.649843 0.185481 -1 0 0 +248 16 0.939014 0.682928 0.175383 -1 0 0 +249 16 0.984682 0.652367 0.190467 -1 0 0 +250 15 0.0961529 0.532296 0.138344 0 0 0 +251 16 0.10553 0.502711 0.156645 0 0 0 +252 16 0.0784342 0.552516 0.162329 0 0 0 +253 15 0.990444 0.497381 0.394176 -1 0 0 +254 16 0.957619 0.482714 0.391829 -1 0 0 +255 16 -0.00168862 0.507354 0.36046 0 0 0 +1009 15 0.539624 0.22581 0.438638 0 0 0 +879 16 0.566967 0.513391 0.0795343 0 0 0 +1071 16 0.360922 0.808686 0.403129 0 0 0 +1873 15 0.0654424 0.707351 0.345439 1 0 0 +581 16 0.0899829 0.969476 0.200551 0 -1 0 +1206 16 0.682168 0.474456 0.165795 0 0 0 +29 7 0.507234 0.415595 0.455684 0 0 0 +34 4 0.526417 0.447962 0.471075 0 0 0 +222 16 0.963279 0.366102 0.0200385 -1 0 0 +277 15 0.169954 0.497389 0.281985 0 0 0 +278 16 0.188377 0.46717 0.28873 0 0 0 +279 16 0.155276 0.50628 0.313664 0 0 0 +280 15 0.177228 0.579979 0.445414 0 0 0 +281 16 0.159236 0.560692 0.420869 0 0 0 +172 15 0.880958 0.359632 0.409984 -1 0 0 +586 15 0.265993 0.932609 0.415372 0 -1 0 +1756 15 0.919322 0.431944 0.0309804 0 0 0 +665 16 0.253641 0.264275 0.128959 0 0 1 +695 16 0.465149 0.473826 0.0919588 0 0 0 +282 16 0.164885 0.56805 0.477091 0 0 0 +301 15 0.0536915 0.892298 0.0923453 0 0 0 +1396 15 0.4145 0.0667925 0.01551 0 1 0 +303 16 0.0868621 0.899438 0.0802291 0 0 0 +304 15 0.00628794 0.0170395 0.379122 0 1 0 +305 16 0.993375 0.0437549 0.399558 -1 1 0 +306 16 -0.00297432 0.986963 0.396663 0 0 0 +307 15 0.0329871 0.783384 0.097079 0 0 0 +308 16 0.0461393 0.815538 0.0875279 0 0 0 +309 16 0.997224 0.787337 0.0952116 -1 0 0 +217 15 0.0658917 0.429591 0.0159505 0 0 0 +1824 16 0.031795 0.640579 0.442182 1 0 0 +772 15 0.213701 0.675021 0.488681 0 0 0 +435 16 0.0131305 0.357711 0.0972574 0 0 0 +302 16 0.0415079 0.92395 0.104502 0 0 0 +328 15 0.149484 0.900224 0.0532608 0 -1 0 +329 16 0.15698 0.870107 0.0349614 0 -1 0 +330 16 0.178619 0.905869 0.0736895 0 -1 0 +974 16 0.47964 0.0217849 0.423342 0 0 0 +666 16 0.300159 0.243605 0.103348 0 0 1 +1243 15 0.532345 0.780328 0.0678355 0 0 1 +334 15 0.0924666 0.890876 0.372826 0 -1 0 +335 16 0.0925978 0.86976 0.343634 0 -1 0 +336 16 0.123497 0.883387 0.389531 0 -1 0 +337 15 0.0611242 0.99998 0.270847 0 -1 0 +338 16 0.0473097 0.0259902 0.250094 0 0 0 +1303 15 0.693761 0.295938 0.140282 0 0 0 +1070 16 0.354677 0.777417 0.355904 0 0 0 +1731 16 0.917519 0.324116 0.152285 0 0 0 +622 15 0.351354 0.199256 0.0986503 0 0 0 +283 15 0.0451935 0.111938 0.477705 0 1 0 +358 15 0.168975 0.224296 0.244445 0 0 0 +359 16 0.173404 0.206682 0.275561 0 0 0 +360 16 0.136291 0.214346 0.233006 0 0 0 +361 15 0.042616 0.226174 0.314627 0 0 0 +362 16 0.075867 0.227499 0.328435 0 0 0 +363 16 0.0296924 0.194262 0.325241 0 0 0 +364 15 0.998701 0.872087 0.28094 -1 -1 0 +365 16 -0.00144297 0.907867 0.276719 0 -1 0 +366 16 0.0330937 0.863956 0.287946 0 -1 0 +1606 15 0.877547 0.77293 0.480219 0 0 0 +1479 16 0.734294 0.174792 0.062022 0 0 0 +1202 16 0.645321 0.463891 0.0517988 0 0 0 +382 15 0.255517 0.10653 0.212057 0 0 0 +383 16 0.23803 0.0966937 0.241982 0 0 0 +384 16 0.233947 0.0961013 0.185148 0 0 0 +385 15 0.234188 0.275486 0.189464 0 0 0 +386 16 0.212868 0.249428 0.202289 0 0 0 +387 16 0.256587 0.283032 0.216657 0 0 0 +388 15 0.0970658 0.242814 0.472919 0 0 0 +389 16 0.0801284 0.26761 0.453011 0 0 0 +1237 15 0.522944 0.729371 0.499674 0 0 0 +391 15 0.980551 0.181519 0.433726 -1 0 0 +392 16 0.969956 0.205402 0.458535 -1 0 0 +393 16 0.000274314 0.157589 0.452068 0 0 0 +587 16 0.301796 0.931455 0.411515 0 -1 0 +1594 15 0.775609 0.637486 0.0227202 0 0 0 +664 15 0.267213 0.256482 0.096506 0 0 1 +407 16 0.421853 0.35995 0.0692953 0 0 0 +445 15 0.13932 0.223419 0.365022 0 0 0 +98 16 0.91048 0.182165 0.374018 -1 0 0 +412 15 0.122305 0.307257 0.0175618 0 0 0 +413 16 0.136974 0.308963 0.0504252 0 0 0 +973 15 0.465343 0.0110894 0.454636 0 0 0 +415 15 0.0602365 0.287291 0.228223 0 0 0 +416 16 0.0537451 0.259914 0.250727 0 0 0 +417 16 0.067053 0.315313 0.249818 0 0 0 +418 15 0.377344 0.331989 0.334112 0 0 0 +419 16 0.363585 0.364256 0.342338 0 0 0 +420 16 0.412402 0.334865 0.341908 0 0 0 +1772 16 0.781043 0.764079 0.467108 0 0 0 +874 15 0.52947 0.600542 0.474719 0 0 0 +1244 16 0.5615 0.769312 0.0859115 0 0 1 +367 15 0.160227 0.167689 0.453916 0 0 0 +439 15 0.138391 0.392248 0.100711 0 0 0 +440 16 0.154605 0.42295 0.0910879 0 0 0 +441 16 0.157449 0.380421 0.128907 0 0 0 +442 15 0.99268 0.447589 0.301771 -1 0 0 +443 16 0.00364427 0.437883 0.268852 0 0 0 +444 16 0.956932 0.450934 0.298763 -1 0 0 +1680 16 0.727154 0.994102 0.0193451 0 -1 0 +1229 16 0.6301 0.607593 0.445061 0 0 0 +202 15 0.115401 0.322495 0.400123 0 0 0 +87 16 0.12403 0.120236 0.0748055 0 0 0 +900 16 0.651672 0.687717 0.0481586 0 0 0 +913 15 0.448841 0.685352 0.000833509 0 0 0 +408 16 0.431795 0.41479 0.057431 0 0 0 +1208 16 0.437302 0.745516 0.0649934 0 0 0 +466 15 0.263626 0.687077 0.228808 0 0 0 +467 16 0.26048 0.704078 0.197198 0 0 0 +468 16 0.284592 0.658646 0.221724 0 0 0 +469 15 0.124871 0.521568 0.382807 0 0 0 +470 16 0.108446 0.553102 0.376981 0 0 0 +471 16 0.107153 0.507169 0.410679 0 0 0 +99 16 0.963304 0.171419 0.355548 -1 0 0 +1487 16 0.739819 0.408057 0.455679 0 0 0 +886 15 0.555934 0.657559 0.0466377 0 0 0 +1188 16 0.679138 0.359397 0.166001 0 0 0 +888 16 0.524671 0.669007 0.0604082 0 0 0 +483 16 0.0379788 0.716493 0.113693 0 0 1 +813 16 0.329432 0.0433807 0.369083 0 0 0 +493 15 0.133305 0.614367 0.250027 0 0 0 +494 16 0.149685 0.621011 0.281422 0 0 0 +495 16 0.158134 0.597226 0.230335 0 0 0 +496 15 0.932825 0.615758 0.408348 -1 0 0 +497 16 0.942417 0.633276 0.438334 -1 0 0 +498 16 0.901513 0.63077 0.39874 -1 0 0 +1786 15 0.932798 0.783891 -0.000575859 0 0 0 +1547 16 0.908846 0.71181 0.488774 0 0 0 +1201 15 0.625616 0.492307 0.061912 0 0 0 +1358 16 0.66305 0.586629 0.133185 0 0 0 +667 15 0.266333 0.522966 0.0769961 0 0 0 +517 15 0.28422 0.744398 0.136758 0 0 0 +518 16 0.264789 0.774736 0.136462 0 0 0 +519 16 0.288516 0.736082 0.101966 0 0 0 +520 15 0.0311318 0.560308 0.22145 0 0 0 +521 16 0.00140877 0.57195 0.238156 0 0 0 +522 16 0.0579522 0.568237 0.244163 0 0 0 +523 15 0.174569 0.69821 0.329385 0 0 0 +524 16 0.139774 0.69277 0.321785 0 0 0 +525 16 0.175094 0.729336 0.347523 0 0 0 +1052 16 0.743848 0.683701 0.202005 0 0 0 +1329 16 0.76532 0.283784 0.000162558 0 0 1 +149 16 0.916256 0.128867 0.304679 -1 0 0 +607 15 0.229212 0.157841 0.357022 0 0 0 +544 15 0.162071 0.0643321 0.048922 0 1 0 +545 16 0.19607 0.0739429 0.0418692 0 1 0 +546 16 0.156102 0.0359238 0.027581 0 1 0 +547 15 0.183704 0.882616 0.285212 0 0 0 +548 16 0.208763 0.865089 0.266161 0 0 0 +549 16 0.202241 0.90682 0.304411 0 0 0 +550 15 0.0949173 0.836384 0.291808 0 0 0 +551 16 0.0844084 0.81282 0.266661 0 0 0 +552 16 0.125622 0.850193 0.278978 0 0 0 +1771 15 0.783033 0.747292 0.43529 0 0 0 +624 16 0.384645 0.198073 0.0849235 0 0 0 +1518 16 0.70558 0.59951 0.426966 0 0 0 +447 16 0.133634 0.255863 0.37962 0 0 0 +1648 15 0.511203 0.872894 0.10954 0 -1 0 +693 16 0.280199 0.449186 0.0708281 0 0 0 +136 15 0.0357673 0.2386 0.0193053 0 0 0 +394 15 0.142082 0.0871869 0.392204 0 0 0 +1146 16 0.846029 0.156835 0.411894 0 0 0 +1586 16 0.0499125 0.479326 0.444796 1 0 0 +1397 16 0.389161 0.0892225 0.00314292 0 1 0 +577 15 0.326417 0.14062 0.322512 0 0 0 +578 16 0.322502 0.166347 0.297595 0 0 0 +579 16 0.303983 0.150226 0.349016 0 0 0 +580 15 0.10287 0.981711 0.169209 0 -1 0 +1532 16 0.835766 0.58147 0.224864 0 0 0 +582 16 0.0739726 0.983912 0.147803 0 -1 0 +897 16 0.490046 0.720925 0.135332 0 0 0 +989 16 0.37555 0.162606 0.477273 0 0 0 +598 15 0.268779 0.0589288 0.060744 0 0 0 +599 16 0.299777 0.0427094 0.069358 0 0 0 +600 16 0.276062 0.0941382 0.0630541 0 0 0 +601 15 0.227392 0.96134 0.0817991 0 -1 0 +602 16 0.211848 0.988103 0.100244 0 -1 0 +603 16 0.261288 0.960472 0.0939803 0 -1 0 +604 15 0.188239 0.0337672 0.150061 0 0 0 +605 16 0.178616 0.0457603 0.117478 0 0 0 +606 16 0.157522 0.0220715 0.164816 0 0 0 +284 16 0.0495746 0.139387 0.500629 0 1 0 +1809 16 0.784378 0.536149 0.0622373 0 0 1 +1573 15 0.729929 0.808296 0.0731324 0 0 0 +736 15 0.349349 0.671798 0.136086 0 0 0 +1305 16 0.721929 0.314608 0.127789 0 0 0 +1204 15 0.701344 0.485671 0.13743 0 0 0 +224 16 0.968175 0.544437 0.122748 -1 0 0 +588 16 0.25392 0.945291 0.383883 0 -1 0 +1438 15 0.861125 0.995754 0.376178 0 -1 0 +628 15 0.287996 0.315209 0.267067 0 0 0 +629 16 0.316566 0.304284 0.286106 0 0 0 +630 16 0.274188 0.342377 0.286286 0 0 0 +631 15 0.404868 0.290762 0.227321 0 0 0 +632 16 0.393669 0.289691 0.261549 0 0 0 +633 16 0.42472 0.320757 0.225246 0 0 0 +634 15 0.226703 0.413375 0.304601 0 0 0 +635 16 0.255646 0.423226 0.285539 0 0 0 +636 16 0.238079 0.413061 0.338785 0 0 0 +409 15 0.171003 0.482381 0.0770596 0 0 0 +229 15 0.819575 0.628486 0.482873 -1 0 0 +649 15 0.176345 0.371715 0.197653 0 0 0 +650 16 0.205725 0.351171 0.194073 0 0 0 +651 16 0.162565 0.362285 0.229579 0 0 0 +652 15 0.105429 0.36247 0.292813 0 0 0 +653 16 0.0988879 0.361774 0.328236 0 0 0 +654 16 0.0774839 0.380395 0.278818 0 0 0 +1151 16 0.713593 0.124735 0.482994 0 0 0 +1596 16 0.74167 0.628645 0.0144698 0 0 0 +848 16 0.482711 0.268325 0.0308004 0 0 0 +658 15 0.225481 0.0596321 0.302941 0 0 0 +1564 15 0.773473 0.831874 0.493246 0 0 0 +660 16 0.202356 0.0347274 0.314902 0 0 0 +1330 15 0.763704 0.371496 0.240198 0 0 0 +670 15 0.0578716 0.596668 0.0728491 0 0 0 +671 16 0.0836957 0.576135 0.0873263 0 0 0 +672 16 0.0516449 0.622121 0.0975761 0 0 0 +673 15 0.383068 0.286618 0.448771 0 0 0 +674 16 0.41137 0.293321 0.470037 0 0 0 +675 16 0.396167 0.288985 0.415291 0 0 0 +1739 16 0.784938 0.48865 0.335012 0 0 0 +453 16 0.168062 0.46231 0.44878 0 0 0 +193 15 0.769417 0.35032 0.0958048 -1 0 0 +831 16 0.264031 0.11079 0.460856 0 0 0 +1575 16 0.735299 0.772942 0.077536 0 0 0 +609 16 0.195605 0.170826 0.357167 0 0 0 +1838 16 0.764945 0.702409 0.130158 0 0 0 +694 15 0.457454 0.452084 0.11964 0 0 0 +707 16 0.0996916 0.629654 0.0173555 0 0 1 +696 16 0.436688 0.472034 0.141292 0 0 0 +697 15 0.224973 0.555404 0.224101 0 0 0 +698 16 0.252972 0.537758 0.209861 0 0 0 +699 16 0.205214 0.529749 0.239896 0 0 0 +1331 16 0.779427 0.377084 0.27213 0 0 0 +219 16 0.0718619 0.397563 0.0313347 0 0 0 +715 15 0.930995 0.60964 0.0773338 -1 0 0 +716 16 0.95326 0.636575 0.0860993 -1 0 0 +717 16 0.936583 0.604395 0.0421296 -1 0 0 +718 15 0.311669 0.582995 0.272963 0 0 0 +719 16 0.330138 0.585671 0.303782 0 0 0 +720 16 0.277382 0.588681 0.282458 0 0 0 +137 16 0.0144927 0.266939 0.0258176 0 0 0 +1038 16 0.508385 0.373191 0.189089 0 0 0 +223 15 0.969076 0.509387 0.131041 -1 0 0 +805 15 0.15556 0.9849 0.350056 0 -1 0 +762 16 0.306355 0.752921 0.00466507 0 0 1 +739 15 0.376055 0.809142 0.18682 0 0 0 +740 16 0.367011 0.787032 0.159849 0 0 0 +741 16 0.372257 0.842217 0.173046 0 0 0 +742 15 0.379947 0.499472 0.219841 0 0 0 +743 16 0.375913 0.53418 0.228627 0 0 0 +744 16 0.412625 0.490752 0.232258 0 0 0 +745 15 0.249121 0.629536 0.3756 0 0 0 +746 16 0.219406 0.61596 0.390792 0 0 0 +747 16 0.237408 0.657725 0.356461 0 0 0 +748 15 0.374379 0.74231 0.497211 0 0 0 +749 16 0.350494 0.744038 0.470292 0 0 0 +1317 16 0.735913 0.27402 0.389115 0 0 0 +1851 16 0.796294 0.905171 0.417658 0 0 0 +766 15 0.353836 0.995272 0.0908006 0 0 0 +767 16 0.378069 0.971527 0.102925 0 0 0 +768 16 0.345112 0.983304 0.0579566 0 0 0 +769 15 0.0877552 0.79346 0.194177 0 0 0 +770 16 0.0777583 0.802098 0.160658 0 0 0 +771 16 0.0644792 0.767862 0.204231 0 0 0 +1812 16 0.87279 0.669813 0.0853242 0 0 0 +1245 16 0.536452 0.766538 0.0348044 0 0 1 +1492 15 0.851762 0.227607 0.404719 0 0 0 +899 16 0.68231 0.715814 0.0871313 0 0 0 +1595 16 0.772575 0.667365 0.0426241 0 0 0 +1359 16 0.653891 0.642406 0.125973 0 0 0 +1692 16 0.748449 1.00953 0.407454 0 -1 0 +1163 16 0.664763 0.210069 0.042922 0 0 0 +1050 16 0.34172 0.55694 0.169222 0 0 0 +793 15 0.289277 0.826668 0.26495 0 -1 0 +794 16 0.313058 0.852172 0.274012 0 -1 0 +795 16 0.294902 0.821155 0.229792 0 -1 0 +796 15 0.380223 0.11633 0.146812 0 0 0 +797 16 0.402307 0.0975109 0.125452 0 0 0 +798 16 0.36391 0.0914342 0.167115 0 0 0 +799 15 0.287138 0.306662 0.437047 0 0 0 +800 16 0.320732 0.302378 0.44934 0 0 0 +801 16 0.284886 0.284258 0.408921 0 0 0 +802 15 0.293113 0.735509 0.420215 0 -1 0 +803 16 0.290203 0.731078 0.384579 0 -1 0 +804 16 0.262819 0.721313 0.433587 0 -1 0 +1850 16 0.844777 0.884203 0.396286 0 0 0 +1144 15 0.845468 0.121619 0.419483 0 0 0 +820 15 0.439825 0.17867 0.215431 0 0 0 +821 16 0.425626 0.211729 0.217319 0 0 0 +822 16 0.416737 0.160079 0.19495 0 0 0 +221 16 0.949652 0.322436 0.0540178 -1 0 0 +824 16 0.256449 0.27857 0.0267823 0 0 0 +932 16 0.594965 0.325149 0.0336509 0 0 1 +826 15 0.281443 0.243934 0.354375 0 0 0 +827 16 0.273656 0.260262 0.323217 0 0 0 +828 16 0.263539 0.212702 0.352928 0 0 0 +1546 15 0.916519 0.676619 0.487863 0 0 0 +830 16 0.263222 0.140594 0.412295 0 0 0 +1713 16 0.984701 0.0511059 0.0229966 0 0 0 +1048 15 0.322451 0.572775 0.143222 0 0 0 +1187 16 0.665245 0.398537 0.126987 0 0 0 +847 15 0.494984 0.245589 0.0559112 0 0 0 +488 16 7.89007e-05 0.590675 0.0154464 0 0 0 +849 16 0.530055 0.253343 0.0587491 0 0 0 +850 15 0.635054 0.0707087 0.131461 0 0 0 +851 16 0.640792 0.104369 0.142957 0 0 0 +852 16 0.613153 0.0744597 0.1031 0 0 0 +853 15 0.478361 0.306867 0.357133 0 0 0 +854 16 0.485058 0.273146 0.346359 0 0 0 +855 16 0.50857 0.31718 0.373842 0 0 0 +981 16 0.602308 0.879989 0.470167 0 -1 0 +1734 16 0.827188 0.437302 0.15714 0 0 0 +858 16 0.233302 0.341902 0.415068 0 0 0 +1849 15 0.83211 0.908526 0.419653 0 0 0 +1763 16 0.0550797 0.427383 0.218636 1 0 0 +865 15 0.309533 0.352235 0.157591 0 0 0 +866 16 0.321517 0.35548 0.191414 0 0 0 +867 16 0.280838 0.330607 0.160212 0 0 0 +868 15 0.5019 0.199208 0.34681 0 0 0 +869 16 0.534346 0.185863 0.338611 0 0 0 +870 16 0.478627 0.176864 0.330773 0 0 0 +243 16 0.854098 0.562511 -0.000508223 -1 0 1 +1493 16 0.836906 0.25125 0.427487 0 0 0 +369 16 0.148156 0.138564 0.436479 0 0 0 +1758 16 0.894644 0.445751 0.00865493 0 0 0 +340 15 0.0500751 0.992503 0.491589 0 -1 0 +1162 15 0.678064 0.242792 0.0500204 0 0 0 +1425 16 0.637445 0.824632 0.0381269 0 -1 0 +1733 16 0.7805 0.416063 0.181963 0 0 0 +880 15 0.114886 0.459776 0.2036 0 0 0 +881 16 0.136849 0.478696 0.224994 0 0 0 +882 16 0.133726 0.430248 0.195161 0 0 0 +883 15 0.318504 0.412773 0.254089 0 0 0 +884 16 0.340786 0.409532 0.282215 0 0 0 +885 16 0.334342 0.437127 0.232778 0 0 0 +1848 16 0.621248 0.892758 0.312699 0 0 0 +1440 16 0.838725 0.0133744 0.398219 0 0 0 +1442 16 0.779625 0.981397 0.494458 0 -1 0 +1315 15 0.754499 0.298055 0.40848 0 0 0 +482 16 0.0859224 0.689946 0.129305 0 0 1 +433 15 0.0333881 0.365104 0.12612 0 0 0 +1164 16 0.695573 0.252142 0.0199528 0 0 0 +86 16 0.118173 0.176231 0.0660186 0 0 0 +887 16 0.580451 0.665992 0.0716551 0 0 0 +1760 16 0.824982 0.688472 0.408606 0 0 0 +1847 16 0.585657 0.849178 0.321707 0 0 0 +220 15 0.97163 0.33176 0.0270339 -1 0 0 +916 15 0.247196 0.844092 0.111518 0 0 0 +917 16 0.249872 0.846577 0.0756746 0 0 0 +918 16 0.274559 0.863922 0.124015 0 0 0 +919 15 0.385905 0.721206 0.268011 0 0 0 +920 16 0.392727 0.74735 0.244176 0 0 0 +921 16 0.350503 0.715237 0.264984 0 0 0 +1585 15 0.0807179 0.464021 0.455513 1 0 0 +411 16 0.144845 0.504868 0.0874584 0 0 0 +895 15 0.469264 0.704662 0.110803 0 0 0 +1049 16 0.336583 0.605792 0.140341 0 0 0 +499 15 0.958733 0.41663 0.495689 -1 0 0 +940 15 0.316307 0.926708 0.0102208 0 0 0 +1757 16 0.904658 0.435127 0.0637358 0 0 0 +894 16 0.434958 0.523544 0.0180249 0 0 1 +943 15 0.412567 0.692826 0.369429 0 0 0 +944 16 0.409939 0.700909 0.334417 0 0 0 +945 16 0.402948 0.723097 0.386435 0 0 0 +946 15 0.291054 0.738703 0.317553 0 0 0 +947 16 0.278835 0.717741 0.290919 0 0 0 +948 16 0.28769 0.772268 0.304898 0 0 0 +877 15 0.534041 0.526858 0.0852433 0 0 0 +1464 16 0.92277 0.966818 0.192667 0 -1 0 +1477 15 0.76734 0.1852 0.0719096 0 0 0 +583 15 0.175145 0.88355 0.42618 0 -1 0 +1773 16 0.788343 0.773761 0.41143 0 0 0 +1531 15 0.803974 0.584105 0.24161 0 0 0 +967 15 0.556989 0.737286 0.173135 0 -1 0 +968 16 0.559803 0.711637 0.198281 0 -1 0 +969 16 0.590487 0.750027 0.169441 0 -1 0 +970 15 0.359867 0.895026 0.321898 0 -1 0 +971 16 0.377331 0.926139 0.326909 0 -1 0 +972 16 0.385684 0.869915 0.32289 0 -1 0 +1357 15 0.665271 0.618302 0.150212 0 0 0 +812 16 0.318516 0.0721929 0.417018 0 0 0 +911 16 0.703461 0.374377 0.0450954 0 0 1 +976 15 0.367619 0.96412 0.458754 0 -1 0 +1783 15 0.860449 0.537065 0.0605366 0 0 0 +829 15 0.28364 0.13373 0.441175 0 0 0 +481 15 0.0530458 0.68384 0.115893 0 0 1 +994 15 0.580864 0.251011 0.26468 0 0 0 +995 16 0.580231 0.216885 0.253143 0 0 0 +996 16 0.560673 0.268976 0.240855 0 0 0 +997 15 0.434861 0.115908 0.312709 0 0 0 +998 16 0.400542 0.126614 0.315081 0 0 0 +999 16 0.443975 0.122318 0.278446 0 0 0 +1000 15 0.331827 0.0435171 0.294165 0 0 0 +1001 16 0.325956 0.079032 0.295693 0 0 0 +1002 16 0.363845 0.0403445 0.277952 0 0 0 +1057 15 0.381192 0.62586 0.0512976 0 0 0 +722 16 0.366731 0.572705 0.470656 0 0 0 +776 16 0.119905 0.936305 0.495152 0 0 0 +1846 15 0.598182 0.879346 0.33691 0 0 0 +1638 16 0.879675 0.929324 0.463188 0 0 0 +1021 15 0.51559 0.279564 0.180099 0 0 0 +1022 16 0.522399 0.273519 0.14524 0 0 0 +1023 16 0.483613 0.296163 0.18031 0 0 0 +1024 15 0.729379 0.226411 0.328446 0 0 0 +1025 16 0.76105 0.217431 0.313804 0 0 0 +1026 16 0.710098 0.239473 0.300954 0 0 0 +1027 15 0.604065 0.99043 0.426889 0 -1 0 +1028 16 0.601691 0.960167 0.446294 0 -1 0 +1029 16 0.595293 0.0166702 0.449966 0 0 0 +1516 15 0.734857 0.612581 0.41053 0 0 0 +1759 15 0.845582 0.674512 0.38255 0 0 0 +1175 16 0.654859 0.215632 0.469768 0 0 0 +1845 16 0.13937 0.783444 0.419404 1 0 0 +1486 15 0.76253 0.427783 0.475506 0 0 0 +1039 15 0.412299 0.313506 0.118247 0 0 0 +1040 16 0.376276 0.313625 0.117629 0 0 0 +1041 16 0.421449 0.281164 0.105273 0 0 0 +1042 15 0.605107 0.453403 0.347619 0 0 0 +1043 16 0.6349 0.445907 0.328797 0 0 0 +1044 16 0.578347 0.438939 0.328311 0 0 0 +1738 15 0.810311 0.465407 0.345694 0 0 0 +912 16 0.659418 0.385807 0.0107933 0 0 1 +1729 15 0.91208 0.304809 0.122356 0 0 0 +1844 16 0.143302 0.814709 0.371926 1 0 0 +1795 15 0.961301 0.581646 0.315307 0 0 0 +1843 15 0.129837 0.783812 0.38466 1 0 0 +1207 15 0.422272 0.776244 0.0536807 0 0 0 +1209 16 0.444674 0.80202 0.0651629 0 0 0 +1841 16 0.910603 0.843653 0.108366 0 0 0 +1794 16 0.574692 0.647269 0.286009 0 0 0 +1407 16 0.615909 0.842186 0.395074 0 0 0 +10 3 0.459034 0.506723 0.449871 0 0 0 +1690 15 0.770106 0.0171841 0.43521 0 0 0 +1060 15 0.353045 0.605913 0.393841 0 0 0 +1061 16 0.321415 0.619031 0.405043 0 0 0 +1062 16 0.374132 0.634919 0.390362 0 0 0 +129 16 0.849204 0.109679 0.491215 -1 0 0 +1784 16 0.851735 0.51879 0.0903387 0 0 0 +1494 16 0.837845 0.236049 0.372577 0 0 0 +1712 16 0.96028 0.0979043 0.0444564 0 0 0 +760 15 0.321367 0.753212 0.0374161 0 0 1 +1822 15 0.0433608 0.620734 0.414424 1 0 0 +1840 15 0.892993 0.814384 0.0969047 0 0 0 +1020 16 0.302 0.219342 0.216825 0 0 0 +1837 15 0.766555 0.716487 0.0970329 0 0 0 +1053 16 0.740428 0.630742 0.181253 0 0 0 +807 16 0.13487 0.968478 0.374558 0 -1 0 +1011 16 0.515107 0.208077 0.419079 0 0 0 +1087 15 0.328535 0.898918 0.157107 0 0 0 +1088 16 0.358482 0.913565 0.14344 0 0 0 +1089 16 0.313067 0.925646 0.175668 0 0 0 +1090 15 0.259746 0.99011 0.208263 0 0 0 +1091 16 0.271592 0.0241307 0.207707 0 1 0 +1092 16 0.231073 -0.00982847 0.186447 0 1 0 +585 16 0.172025 0.862549 0.455289 0 -1 0 +1018 15 0.312167 0.191046 0.236676 0 0 0 +1059 16 0.366436 0.635314 0.0827773 0 0 0 +1839 16 0.801329 0.72469 0.0923854 0 0 0 +1504 15 0.933275 0.364581 0.204911 0 0 0 +1111 15 0.415869 0.902661 0.0879036 0 -1 0 +1112 16 0.405417 0.872392 0.0713938 0 -1 0 +1113 16 0.450811 0.897479 0.0949957 0 -1 0 +1114 15 0.427466 0.991343 0.349247 0 -1 0 +1115 16 0.440083 0.0248011 0.344843 0 0 0 +1116 16 0.456096 0.972216 0.359858 0 -1 0 +1117 15 0.398806 0.980624 0.229101 0 -1 0 +1118 16 0.416517 0.966847 0.25729 0 -1 0 +1119 16 0.420008 0.00722798 0.217237 0 0 0 +1120 15 0.50893 0.932656 0.370735 0 -1 0 +1121 16 0.537771 0.932863 0.349142 0 -1 0 +1122 16 0.503826 0.897882 0.378657 0 -1 0 +931 15 0.600065 0.342201 0.0023247 0 0 1 +845 16 0.51459 0.16652 0.0632594 0 0 0 +1138 15 0.673131 0.152661 0.19217 0 0 0 +1139 16 0.702873 0.154632 0.212408 0 0 0 +1140 16 0.648931 0.172797 0.209692 0 0 0 +1141 15 0.495876 0.073597 0.382531 0 0 0 +1142 16 0.475081 0.0932154 0.360605 0 0 0 +1143 16 0.498718 0.0934626 0.412454 0 0 0 +1010 16 0.54953 0.253469 0.417784 0 0 0 +286 15 0.173086 0.767674 0.477844 0 0 0 +1711 15 0.958546 0.0619268 0.045288 0 0 0 +1807 15 0.753001 0.51977 0.0555047 0 0 1 +134 16 0.918973 0.192574 0.0355127 -1 0 1 +434 16 0.0672809 0.36058 0.114766 0 0 0 +1007 16 0.297004 0.928284 0.310309 0 -1 0 +774 16 0.194899 0.64488 0.482674 0 0 0 +975 16 0.4929 0.996393 0.472601 0 -1 0 +368 16 0.131003 0.18827 0.458436 0 0 0 +1168 15 0.590074 0.269241 0.091474 0 0 0 +1169 16 0.62025 0.254003 0.0790117 0 0 0 +1170 16 0.592506 0.266125 0.127285 0 0 0 +1171 15 0.652564 0.353153 0.464152 0 0 0 +1172 16 0.671377 0.322945 0.469774 0 0 0 +896 16 0.474107 0.669462 0.116769 0 0 0 +1174 15 0.640801 0.246278 0.457068 0 0 0 +761 16 0.355975 0.76124 0.0314183 0 0 1 +1176 16 0.607759 0.237146 0.445983 0 0 0 +1793 16 0.574116 0.618741 0.335333 0 0 0 +1189 15 0.58625 0.38726 0.221381 0 0 0 +1190 16 0.608288 0.392362 0.193338 0 0 0 +1191 16 0.608309 0.383025 0.249551 0 0 0 +1192 15 0.507944 0.392821 0.308889 0 0 0 +1193 16 0.527095 0.386778 0.278976 0 0 0 +1194 16 0.496334 0.360222 0.318921 0 0 0 +1195 15 0.575202 0.309073 0.39687 0 0 0 +1196 16 0.598618 0.318063 0.422734 0 0 0 +1197 16 0.594065 0.311724 0.366288 0 0 0 +1344 16 0.642005 0.417113 0.450726 0 0 0 +737 16 0.377288 0.694494 0.134561 0 0 0 +669 16 0.282875 0.527213 0.0452721 0 0 0 +1710 16 0.784083 0.141214 0.11285 0 0 0 +341 16 0.0380763 0.969643 0.466459 0 -1 0 +1737 16 0.95449 0.241417 0.199081 0 0 0 +1811 16 0.879981 0.700385 0.0377777 0 0 0 +1664 16 0.685133 0.0305869 0.272947 0 0 0 +1186 15 0.663975 0.391879 0.162372 0 0 0 +414 16 0.133025 0.337568 0.00130095 0 0 0 +395 16 0.159963 0.0593276 0.377984 0 0 0 +1709 16 0.824345 0.101307 0.118639 0 0 0 +1766 16 0.870115 0.340172 0.309252 0 0 0 +1225 15 0.491959 0.725486 0.287314 0 0 0 +1226 16 0.463343 0.708149 0.273947 0 0 0 +1227 16 0.514821 0.699274 0.296715 0 0 0 +1228 15 0.621998 0.640019 0.458514 0 0 0 +406 15 0.416876 0.384948 0.0438312 0 0 0 +1230 16 0.593672 0.634075 0.479971 0 0 0 +1636 15 0.896586 0.937904 0.493823 0 0 0 +1810 15 0.866901 0.702467 0.0712844 0 0 0 +1233 16 0.37662 0.904931 0.494105 0 0 0 +1234 15 0.481378 0.885204 0.491901 0 0 0 +979 15 0.590163 0.905999 0.49194 0 -1 0 +1587 16 0.0734452 0.451116 0.488355 1 0 0 +180 16 0.872528 0.489535 0.429505 -1 0 0 +584 16 0.20678 0.900257 0.430444 0 -1 0 +1792 15 0.56224 0.648989 0.319774 0 0 0 +1252 15 0.645411 0.802697 0.145774 0 -1 0 +1253 16 0.632413 0.820203 0.117092 0 -1 0 +1254 16 0.65854 0.828665 0.16702 0 -1 0 +1255 15 0.472041 0.900046 0.213873 0 -1 0 +1256 16 0.458745 0.871098 0.230703 0 -1 0 +1257 16 0.445599 0.910595 0.191791 0 -1 0 +1258 15 0.580199 0.041404 0.338277 0 0 0 +1259 16 0.545586 0.0480173 0.345782 0 0 0 +1260 16 0.592259 0.0229659 0.366785 0 0 0 +1261 15 0.697234 0.975976 0.36826 0 -1 0 +1262 16 0.662167 0.970176 0.374155 0 -1 0 +1263 16 0.699038 0.986079 0.333724 0 -1 0 +179 16 0.909556 0.451465 0.45016 -1 0 0 +691 15 0.274589 0.4136 0.0702669 0 0 0 +1279 15 0.470461 0.0409227 0.10196 0 0 0 +1280 16 0.501157 0.0236025 0.0944863 0 0 0 +1281 16 0.454093 0.0444685 0.0700599 0 0 0 +1282 15 0.465447 0.0542531 0.203183 0 0 0 +1283 16 0.469613 0.0566024 0.167473 0 0 0 +1284 16 0.497209 0.0422314 0.215211 0 0 0 +1285 15 0.733293 0.0805251 0.294008 0 0 0 +1286 16 0.758359 0.0935461 0.271641 0 0 0 +1287 16 0.742473 0.0934398 0.326365 0 0 0 +1288 15 0.769912 0.0191247 0.164598 0 0 0 +1289 16 0.736285 0.0207493 0.151764 0 0 0 +1650 16 0.526432 0.868334 0.141872 0 -1 0 +1821 16 0.927955 0.810777 0.442253 0 0 0 +1791 16 0.877927 0.77405 0.345798 0 0 0 +1765 15 0.893597 0.314314 0.30042 0 0 0 +287 16 0.190303 0.737112 0.486063 0 0 0 +138 16 0.0691031 0.250668 0.0257236 0 0 0 +1152 16 0.704904 0.101738 0.431588 0 0 0 +1309 15 0.546937 0.154871 0.222457 0 0 0 +1310 16 0.512071 0.162916 0.226674 0 0 0 +1311 16 0.5473 0.119453 0.21586 0 0 0 +1312 15 0.629567 0.330097 0.306862 0 0 0 +1313 16 0.66098 0.318121 0.293904 0 0 0 +1314 16 0.604637 0.311059 0.289138 0 0 0 +446 16 0.149607 0.202747 0.392679 0 0 0 +1652 16 0.749923 0.876937 0.075878 0 -1 0 +1478 16 0.78699 0.182666 0.0418177 0 0 0 +1820 16 0.967115 0.812639 0.4009 0 0 0 +1790 16 0.863079 0.825971 0.363988 0 0 0 +1333 15 0.673407 0.429278 0.278286 0 0 0 +1334 16 0.694388 0.458498 0.276276 0 0 0 +1335 16 0.695891 0.401631 0.272977 0 0 0 +1336 15 0.831981 0.243499 0.129805 0 0 0 +1337 16 0.853787 0.218489 0.143843 0 0 0 +1338 16 0.805468 0.224681 0.11428 0 0 0 +1339 15 0.802742 0.524989 0.434738 0 0 0 +1340 16 0.78634 0.54557 0.410132 0 0 0 +1341 16 0.810115 0.547504 0.461882 0 0 0 +1732 15 0.791289 0.436377 0.154232 0 0 0 +1343 16 0.612687 0.448342 0.413146 0 0 0 +1008 16 0.266487 0.960413 0.274483 0 -1 0 +668 16 0.287112 0.540727 0.100467 0 0 0 +1736 16 0.930294 0.27373 0.239299 0 0 0 +1424 16 0.607633 0.87314 0.0358286 0 -1 0 +1574 16 0.698542 0.814784 0.0895902 0 0 0 +1363 15 0.727698 0.533772 0.283854 0 0 0 +1364 16 0.749326 0.550557 0.260433 0 0 0 +1365 16 0.708468 0.560234 0.298956 0 0 0 +1332 16 0.769959 0.336751 0.233006 0 0 0 +1819 15 0.959066 0.82651 0.433163 0 0 0 +218 16 0.0909984 0.451222 0.0300861 0 0 0 +1663 15 0.685991 0.995208 0.266183 0 -1 0 +1708 15 0.796287 0.116155 0.13568 0 0 0 +174 16 0.882239 0.395306 0.405108 -1 0 0 +1818 16 0.870148 0.464523 0.302676 0 0 0 +1381 15 0.523448 0.73313 0.392754 0 0 0 +1382 16 0.493291 0.71507 0.384849 0 0 0 +1383 16 0.547712 0.721014 0.369035 0 0 0 +1384 15 0.488253 0.830141 0.384497 0 0 0 +1385 16 0.457475 0.815813 0.396559 0 0 0 +1386 16 0.512627 0.803923 0.388567 0 0 0 +1387 15 0.653859 0.733398 0.420101 0 0 0 +1388 16 0.630031 0.710435 0.43435 0 0 0 +1389 16 0.68477 0.726032 0.43708 0 0 0 +1390 15 0.664312 0.540963 0.469054 0 0 0 +1649 16 0.525055 0.846552 0.0892347 0 -1 0 +1392 16 0.650643 0.511519 0.453422 0 0 0 +1817 16 0.877902 0.499663 0.258493 0 0 0 +1789 15 0.857161 0.79093 0.369923 0 0 0 +1707 16 0.673876 0.277419 0.207681 0 0 0 +300 16 0.793843 0.0761912 0.0294429 -1 1 0 +892 15 0.457309 0.496112 0.0248095 0 0 1 +1402 15 0.583383 0.142209 0.326282 0 1 0 +1403 16 0.584211 0.107052 0.334116 0 1 0 +1404 16 0.580878 0.143402 0.29036 0 1 0 +1405 15 0.621697 0.833719 0.429613 0 0 0 +1406 16 0.620534 0.797717 0.430404 0 0 0 +1517 16 0.756042 0.623831 0.437414 0 0 0 +1462 15 0.954521 0.979375 0.204168 0 -1 0 +738 16 0.320413 0.692772 0.131517 0 0 0 +516 16 0.12002 0.960649 0.0128624 0 0 0 +1730 16 0.878386 0.292462 0.12557 0 0 0 +1426 15 0.579221 0.788774 0.296222 0 -1 0 +1427 16 0.551429 0.770211 0.282764 0 -1 0 +1428 16 0.605609 0.764456 0.299453 0 -1 0 +1429 15 0.541257 0.969952 0.0880168 0 -1 0 +1430 16 0.565784 0.964229 0.0622538 0 -1 0 +1431 16 0.525952 0.937755 0.0932308 0 -1 0 +1432 15 0.69215 0.894614 0.16377 0 -1 0 +1433 16 0.693741 0.886052 0.198731 0 -1 0 +1434 16 0.670569 0.923436 0.162501 0 -1 0 +1435 15 0.683312 0.874544 0.265248 0 -1 0 +1436 16 0.686431 0.846634 0.287817 0 -1 0 +1437 16 0.715201 0.891216 0.267039 0 -1 0 +1450 15 0.629654 0.0548471 0.0155684 0 0 0 +1796 16 0.967097 0.593781 0.348732 0 0 0 +1453 15 0.634637 0.978182 0.169148 0 -1 0 +1454 16 0.604465 0.965027 0.154498 0 -1 0 +1455 16 0.637426 0.0114933 0.155706 0 0 0 +1456 15 0.857603 0.0606719 0.0764215 0 0 0 +1457 16 0.855558 0.0261113 0.0664488 0 0 0 +1458 16 0.892917 0.0677697 0.0772159 0 0 0 +1459 15 0.563807 0.0286573 0.227364 0 0 0 +1460 16 0.585898 0.011585 0.204591 0 0 0 +1461 16 0.577124 0.0213659 0.260038 0 0 0 +1290 16 0.78198 0.0530145 0.162625 0 0 0 +1463 16 0.951452 0.98018 0.240057 0 -1 0 +1006 15 0.264784 0.943948 0.306484 0 -1 0 +1842 16 0.904532 0.809555 0.0631162 0 0 0 +1037 16 0.459743 0.393811 0.16774 0 0 0 +1316 16 0.742823 0.293416 0.442248 0 0 0 +1480 15 0.677721 0.14147 0.0243532 0 0 0 +1203 16 0.641884 0.504447 0.0916782 0 0 0 +1482 16 0.674913 0.108405 0.0383872 0 0 0 +1483 15 0.782431 0.153217 0.234232 0 0 0 +1484 16 0.787636 0.138483 0.201768 0 0 0 +1485 16 0.810376 0.175533 0.238609 0 0 0 +844 15 0.510589 0.134651 0.0469351 0 0 0 +1823 16 0.0138356 0.60395 0.402397 1 0 0 +978 16 0.346036 0.988741 0.443719 0 -1 0 +1761 16 0.824569 0.674814 0.353286 0 0 0 +692 16 0.286073 0.402138 0.102436 0 0 0 +1019 16 0.296967 0.162698 0.220446 0 0 0 +1205 16 0.731334 0.465724 0.138345 0 0 0 +1505 16 0.966068 0.379473 0.205913 0 0 0 +1507 15 0.673684 0.151606 0.379127 0 0 0 +1508 16 0.641279 0.155378 0.363839 0 0 0 +1509 16 0.69383 0.17741 0.36408 0 0 0 +1510 15 0.801286 0.355584 0.335469 0 0 0 +1511 16 0.813114 0.385661 0.351393 0 0 0 +1512 16 0.779404 0.340492 0.359789 0 0 0 +1513 15 0.840209 0.223942 0.304582 0 0 0 +1514 16 0.862425 0.195854 0.308525 0 0 0 +1515 16 0.862052 0.252524 0.302569 0 0 0 +857 16 0.212656 0.393359 0.428218 0 0 0 +1740 16 0.82849 0.483031 0.371327 0 0 0 +608 16 0.228191 0.130398 0.3337 0 0 0 +1816 15 0.893615 0.472777 0.276614 0 0 0 +231 16 0.847324 0.650683 0.476922 -1 0 0 +1762 15 0.0315782 0.400088 0.219479 1 0 0 +1534 15 0.701612 0.62867 0.309263 0 0 0 +1535 16 0.707409 0.627674 0.344808 0 0 0 +1536 16 0.730893 0.644763 0.295783 0 0 0 +1537 15 0.793338 0.280234 0.218794 0 0 0 +1538 16 0.807835 0.259231 0.244227 0 0 0 +1539 16 0.810022 0.270438 0.188399 0 0 0 +1540 15 0.62613 0.559163 0.331167 0 0 0 +1541 16 0.651033 0.558601 0.305136 0 0 0 +1542 16 0.616893 0.524619 0.335578 0 0 0 +1543 15 0.649743 0.714708 0.316819 0 0 0 +1544 16 0.665629 0.68318 0.309627 0 0 0 +1545 16 0.652187 0.718098 0.352604 0 0 0 +1764 16 0.0304115 0.388121 0.185515 1 0 0 +1235 16 0.477156 0.873785 0.457991 0 0 0 +1555 15 0.896737 0.554696 0.191474 0 0 0 +1556 16 0.919257 0.528602 0.180986 0 0 0 +1557 16 0.917627 0.583863 0.194793 0 0 0 +1558 15 0.605974 0.658339 0.232608 0 0 0 +1559 16 0.624955 0.683925 0.249435 0 0 0 +1560 16 0.630613 0.639172 0.214617 0 0 0 +1561 15 0.712677 0.807754 0.336624 0 0 0 +1562 16 0.742213 0.805085 0.316164 0 0 0 +1563 16 0.700269 0.774013 0.339019 0 0 0 +451 15 0.195413 0.452858 0.470242 0 0 0 +1706 16 0.724037 0.285415 0.233506 0 0 0 +1566 16 0.759882 0.851398 0.466187 0 0 0 +1815 16 0.897632 0.657365 0.277408 0 0 0 +1576 15 0.781381 0.705169 0.284194 0 0 0 +1577 16 0.81518 0.699943 0.272862 0 0 0 +1578 16 0.773406 0.73869 0.273667 0 0 0 +1579 15 0.917432 0.752189 0.179801 0 0 0 +1580 16 0.925458 0.784078 0.194524 0 0 0 +1581 16 0.901399 0.760423 0.148604 0 0 0 +1582 15 0.784815 0.804721 0.265655 0 0 0 +1583 16 0.787281 0.816702 0.231766 0 0 0 +1584 16 0.804869 0.827697 0.284839 0 0 0 +318 16 0.0475854 0.764098 0.47891 0 0 0 +806 16 0.148995 0.967202 0.319368 0 -1 0 +623 16 0.350436 0.172233 0.122462 0 0 0 +878 16 0.514983 0.516644 0.056425 0 0 0 +204 16 0.147291 0.338672 0.395721 0 0 0 +811 15 0.327192 0.0394195 0.404824 0 0 0 +1597 15 0.698995 0.740803 0.214318 0 0 0 +1598 16 0.678069 0.750496 0.186637 0 0 0 +1599 16 0.705543 0.771564 0.231895 0 0 0 +1600 15 0.0428097 0.678551 0.231943 1 0 0 +1601 16 0.0704715 0.655573 0.234167 1 0 0 +1602 16 0.0438285 0.696937 0.262911 1 0 0 +1603 15 0.445033 0.834865 0.287912 0 0 0 +1604 16 0.469315 0.84714 0.311528 0 0 0 +1605 16 0.442018 0.799768 0.295474 0 0 0 +1808 16 0.744375 0.503662 0.0865564 0 0 1 +1691 16 0.752926 0.0432918 0.453135 0 0 0 +396 16 0.108565 0.0748864 0.397042 0 0 0 +1814 16 0.901447 0.702385 0.242684 0 0 0 +1797 16 0.928993 0.565782 0.316933 0 0 0 +1624 15 0.567824 0.877837 0.196001 0 0 0 +1625 16 0.535348 0.882521 0.210883 0 0 0 +1626 16 0.587781 0.863323 0.222253 0 0 0 +1627 15 0.806071 0.835388 0.165139 0 0 0 +1628 16 0.805401 0.812722 0.13714 0 0 0 +1629 16 0.812398 0.867681 0.150468 0 0 0 +1630 15 0.933735 0.844108 0.207589 0 0 0 +1631 16 0.935359 0.868473 0.181098 0 0 0 +1632 16 0.962624 0.851002 0.227986 0 0 0 +1633 15 0.733633 0.881996 0.415948 0 0 0 +1634 16 0.724083 0.912365 0.399079 0 0 0 +1635 16 0.708452 0.85806 0.406405 0 0 0 +1506 16 0.919818 0.370145 0.237866 0 0 0 +910 15 0.682326 0.401314 0.0338774 0 0 1 +1651 15 0.758396 0.910549 0.0857014 0 -1 0 +625 15 0.147094 0.206184 0.00713266 0 0 0 +1653 16 0.745301 0.913769 0.119111 0 -1 0 +875 16 0.508468 0.572169 0.467505 0 0 0 +1655 16 0.02368 0.88426 0.0216328 1 -1 0 +1705 15 0.690496 0.273669 0.239427 0 0 0 +1657 15 0.0123678 0.987255 0.12218 1 -1 0 +1658 16 1.0022 0.989806 0.15665 0 -1 0 +1659 16 -0.0102092 0.00903872 0.104466 1 0 0 +1660 15 0.868138 0.866075 0.302386 0 -1 0 +1661 16 0.864983 0.901597 0.297257 0 -1 0 +1662 16 0.891426 0.855329 0.277082 0 -1 0 +1813 15 0.877846 0.683281 0.262078 0 0 0 +1735 15 0.92603 0.242915 0.221124 0 0 0 +30 1 0.478143 0.385488 0.497 0 0 0 +1058 16 0.404445 0.652368 0.043898 0 0 0 +1423 15 0.619407 0.847995 0.0587885 0 -1 0 +1681 15 0.854458 0.957778 0.0671052 0 -1 0 +1682 16 0.821568 0.943261 0.0694667 0 -1 0 +1683 16 0.864677 0.951517 0.0331283 0 -1 0 +1684 15 0.855102 0.968851 0.17346 0 -1 0 +1685 16 0.859929 0.960596 0.138724 0 -1 0 +1686 16 0.83137 0.995956 0.17309 0 -1 0 +1687 15 0.768815 0.936096 0.253926 0 -1 0 +1688 16 0.753291 0.96844 0.250614 0 -1 0 +1689 16 0.798021 0.9379 0.232907 0 -1 0 +1069 15 0.379176 0.787678 0.380248 0 0 0 +1767 16 0.905797 0.302018 0.332012 0 0 0 +1173 16 0.633824 0.357914 0.494553 0 0 0 +1451 16 0.65022 0.0258452 0.0214003 0 0 0 +1032 16 0.264315 0.195737 0.494587 0 0 0 +501 16 0.983099 0.442151 0.502974 -1 0 0 +1857 16 0.970272 0.842723 0.498035 0 0 0 +1530 16 0.746548 0.432201 0.00179086 0 0 1 +1251 16 0.520506 0.0851937 -0.0013859 0 0 0 +1391 16 0.674182 0.529983 0.50192 0 0 0 +876 16 0.506402 0.627134 0.482391 0 0 0 +690 16 0.319302 0.38291 0.00257514 0 0 1 +1554 16 0.76063 0.850402 0.906918 0 0 -1 +35 5 0.482353 0.398621 0.545534 0 0 0 +36 7 0.509279 0.440761 0.56625 0 0 0 +37 1 0.483902 0.462453 0.611057 0 0 0 +38 3 0.445641 0.487155 0.608012 0 0 0 +39 10 0.466271 0.376754 0.571446 0 0 0 +40 4 0.507926 0.471046 0.539167 0 0 0 +41 4 0.546457 0.426867 0.575037 0 0 0 +42 5 0.504216 0.45519 0.656263 0 0 0 +43 6 0.486046 0.476114 0.702909 0 0 0 +44 1 0.515937 0.525726 0.712538 0 0 0 +45 3 0.495936 0.56609 0.704719 0 0 0 +46 7 0.493875 0.436582 0.746934 0 0 0 +47 8 0.464394 0.45191 0.791849 0 0 0 +48 8 0.486375 0.47259 0.835025 0 0 0 +49 8 0.41289 0.452576 0.78777 0 0 0 +50 8 0.455987 0.491573 0.874507 0 0 0 +51 8 0.381829 0.466348 0.827824 0 0 0 +52 8 0.402489 0.48844 0.871214 0 0 0 +53 10 0.534799 0.434387 0.6626 0 0 0 +54 4 0.445926 0.48162 0.69937 0 0 0 +55 4 0.482026 0.398575 0.734136 0 0 0 +56 4 0.534583 0.432609 0.755639 0 0 0 +57 11 0.526683 0.477706 0.836288 0 0 0 +58 11 0.39744 0.435522 0.75426 0 0 0 +59 11 0.472588 0.507684 0.907934 0 0 0 +60 11 0.341985 0.459191 0.824115 0 0 0 +61 11 0.377422 0.496279 0.902241 0 0 0 +62 5 0.562575 0.522506 0.728699 0 0 0 +63 6 0.588861 0.565701 0.750325 0 0 0 +64 12 0.61818 0.595625 0.710067 0 0 0 +65 3 0.65337 0.573335 0.687839 0 0 0 +66 7 0.622938 0.552589 0.795714 0 0 0 +67 7 0.656169 0.592425 0.818892 0 0 0 +68 13 0.617794 0.645787 0.83799 0 0 0 +69 2 0.66569 0.696051 0.831566 0 0 0 +70 10 0.579415 0.48905 0.726387 0 0 0 +71 4 0.559674 0.588503 0.767078 0 0 0 +72 4 0.596781 0.535496 0.823505 0 0 0 +73 4 0.645811 0.519277 0.78495 0 0 0 +74 4 0.673568 0.582841 0.855691 0 0 0 +75 4 0.686476 0.60374 0.792394 0 0 0 +76 4 0.659784 0.729464 0.856008 0 0 0 +77 4 0.704208 0.682106 0.839973 0 0 0 +78 4 0.667214 0.708843 0.791782 0 0 0 +79 14 0.608739 0.645607 0.700658 0 0 0 +80 10 0.577694 0.659982 0.716353 0 0 0 +81 10 0.628844 0.666601 0.676745 0 0 0 +1890 16 0.0232338 0.965393 0.865054 1 0 0 +1362 16 0.533833 0.431493 0.967893 0 0 -1 +311 16 0.0120693 0.844976 0.566427 0 0 0 +1373 16 0.740768 0.393301 0.542752 0 0 0 +100 15 0.186794 0.956686 0.626669 0 -1 0 +101 16 0.151106 0.958574 0.622103 0 -1 0 +102 16 0.196953 0.990736 0.632624 0 -1 0 +103 15 0.0393976 0.0654246 0.696761 0 0 0 +104 16 0.0543588 0.0980291 0.693417 0 0 0 +105 16 0.031221 0.0557359 0.663037 0 0 0 +106 15 0.0545508 0.96839 0.728765 0 -1 0 +107 16 0.0406103 -0.00113528 0.715534 0 0 0 +108 16 0.0567677 0.974138 0.764263 0 -1 0 +595 15 0.21774 0.180099 0.938034 0 0 -1 +937 15 0.283404 0.000316342 0.76671 0 1 -1 +1108 15 0.449206 0.0733924 0.905919 0 0 -1 +1654 15 0.0126969 0.868447 0.99118 1 -1 -1 +176 16 0.0963821 0.291647 0.575491 0 0 0 +127 15 0.849061 0.0923745 0.522816 -1 0 0 +128 16 0.882632 0.0961574 0.535338 -1 0 0 +557 16 0.209517 0.970683 0.510482 0 0 0 +130 15 0.132984 0.288914 0.843291 0 0 0 +131 16 0.109845 0.289848 0.815691 0 0 0 +132 16 0.163155 0.275039 0.829319 0 0 0 +124 15 0.134533 0.0929183 0.561262 0 0 0 +871 15 0.243605 0.320066 0.537784 0 0 0 +833 16 0.345456 0.359392 0.54081 0 0 0 +554 16 0.11859 0.647234 0.557334 0 0 0 +1565 16 0.764288 0.850023 0.522983 0 0 0 +151 15 0.983229 0.338698 0.60123 -1 0 0 +152 16 0.972166 0.328971 0.63411 -1 0 0 +153 16 0.964139 0.368303 0.593668 -1 0 0 +154 15 0.963005 0.305726 0.722713 -1 0 0 +155 16 0.947472 0.273272 0.720821 -1 0 0 +156 16 0.948588 0.320945 0.752015 -1 0 0 +157 15 0.0272204 0.389228 0.715272 0 0 0 +158 16 0.00852916 0.359519 0.723403 0 0 0 +159 16 0.047062 0.395735 0.744633 0 0 0 +160 15 0.972521 0.407265 0.83616 -1 0 0 +161 16 0.00667091 0.403406 0.825343 0 0 0 +162 16 0.972682 0.396578 0.870567 -1 0 0 +534 16 0.297379 0.62027 0.959913 0 0 0 +553 15 0.102503 0.627861 0.531566 0 0 0 +714 16 0.348245 0.547262 0.974618 0 0 -1 +135 16 0.937205 0.175415 0.984325 -1 0 0 +832 15 0.365843 0.364159 0.570131 0 0 0 +181 15 0.899028 0.454933 0.758039 -1 0 0 +182 16 0.893933 0.456661 0.793665 -1 0 0 +183 16 0.880288 0.425976 0.747628 -1 0 0 +184 15 0.281236 0.379469 0.636591 0 0 0 +185 16 0.312721 0.392726 0.625143 0 0 0 +186 16 0.271099 0.356603 0.610659 0 0 0 +187 15 0.845962 0.52792 0.711426 -1 0 0 +188 16 0.820577 0.534093 0.736236 -1 0 0 +189 16 0.864013 0.499338 0.72389 -1 0 0 +191 16 0.897388 0.238862 0.895554 -1 0 -1 +110 16 0.976963 0.277601 0.836037 -1 0 -1 +542 16 0.122821 0.988803 0.736608 0 0 -1 +354 16 0.169018 0.189091 0.826587 0 0 -1 +208 15 0.910069 0.640745 0.686665 -1 0 0 +209 16 0.900952 0.615426 0.710622 -1 0 0 +210 16 0.945158 0.63524 0.680617 -1 0 0 +211 15 0.922781 0.553623 0.903758 -1 0 0 +212 16 0.956821 0.556869 0.915107 -1 0 0 +213 16 0.902859 0.564622 0.931689 -1 0 0 +1675 15 0.917674 0.0147244 0.937914 0 0 -1 +216 16 0.941646 0.421003 0.952683 -1 0 0 +1716 16 0.0239203 0.189048 0.597857 1 0 0 +1889 16 0.0135289 0.0164132 0.841605 1 1 0 +1622 16 0.882647 0.0268122 0.814737 0 1 -1 +232 15 0.816798 0.634205 0.594098 -1 0 0 +233 16 0.784645 0.634083 0.610356 -1 0 0 +234 16 0.838947 0.649569 0.618002 -1 0 0 +235 15 0.10461 0.381085 0.882477 0 0 0 +236 16 0.123146 0.350721 0.876779 0 0 0 +1370 16 0.644901 0.687429 0.969562 0 0 -1 +238 15 0.774343 0.741254 0.803816 -1 0 0 +239 16 0.793582 0.71244 0.793933 -1 0 0 +240 16 0.776325 0.741533 0.839789 -1 0 0 +1277 16 0.483808 0.163932 0.959918 0 0 -1 +207 16 0.973837 0.589735 0.549468 -1 0 0 +773 16 0.246353 0.663471 0.498607 0 0 0 +942 16 0.342272 0.935467 0.986828 0 0 -1 +259 15 0.859593 0.715824 0.644541 -1 0 0 +432 16 0.993452 0.316734 0.951266 -1 0 0 +1222 15 0.39058 0.975799 0.954553 0 0 -1 +262 15 0.885285 0.807937 0.593666 -1 0 0 +263 16 0.893062 0.831505 0.619785 -1 0 0 +264 16 0.910486 0.81364 0.568556 -1 0 0 +1679 16 0.709531 0.978208 0.967539 0 -1 -1 +230 16 0.824285 0.617008 0.516699 -1 0 0 +267 16 0.00211137 0.885807 0.922951 0 0 0 +268 15 0.798943 0.5501 0.886321 -1 0 0 +269 16 0.765119 0.543284 0.89669 -1 0 0 +270 16 0.81687 0.555666 0.917074 -1 0 0 +273 16 0.879846 0.842598 0.850454 -1 0 -1 +215 16 0.996806 0.426788 0.965757 -1 0 0 +297 16 0.244149 0.846744 0.820454 0 0 0 +289 15 0.0900254 0.838353 0.69288 0 0 0 +290 16 0.0994609 0.85059 0.660333 0 0 0 +291 16 0.0655231 0.812805 0.686171 0 0 0 +292 15 0.992895 0.761798 0.758524 -1 0 0 +293 16 0.956954 0.764006 0.759729 -1 0 0 +294 16 1.00425 0.79511 0.766226 -1 0 0 +295 15 0.244849 0.850438 0.856286 0 0 0 +296 16 0.223283 0.824282 0.868486 0 0 0 +1378 15 0.567247 0.743993 0.96335 0 0 -1 +863 16 0.44928 0.317138 0.94134 0 0 -1 +313 15 0.248501 0.70418 0.802314 0 0 0 +314 16 0.237937 0.723401 0.830897 0 0 0 +315 16 0.283464 0.69775 0.808174 0 0 0 +490 15 0.194082 0.708082 0.966322 0 0 -1 +950 16 0.333873 0.640024 0.536992 0 0 0 +1328 16 0.805594 0.306295 0.966721 0 0 0 +319 15 0.998723 0.901588 0.6536 -1 0 0 +320 16 0.0184764 0.88325 0.629691 0 0 0 +321 16 0.0229408 0.917683 0.674873 0 0 0 +322 15 0.161692 0.838712 0.780568 0 0 0 +323 16 0.157057 0.824287 0.74788 0 0 0 +324 16 0.132038 0.858433 0.786026 0 0 0 +1888 15 0.0099681 0.998072 0.872412 1 0 0 +543 16 0.177556 0.9732 0.739378 0 0 -1 +764 16 0.31984 0.814097 0.942253 0 0 -1 +1296 16 0.627496 0.936743 0.536204 0 -1 0 +573 16 0.323705 0.148133 0.953633 0 0 -1 +177 16 0.0419259 0.305948 0.566714 0 0 0 +1148 16 0.48236 0.985396 0.582933 0 -1 0 +346 15 0.179571 0.391431 0.679627 0 0 0 +347 16 0.183418 0.420172 0.701009 0 0 0 +348 16 0.212833 0.384625 0.66757 0 0 0 +349 15 0.0912027 0.159347 0.721674 0 0 0 +350 16 0.0602323 0.173945 0.73289 0 0 0 +351 16 0.109953 0.15361 0.7519 0 0 0 +1265 16 0.807788 0.0743084 0.568081 0 0 0 +125 16 0.131265 0.125208 0.576909 0 0 0 +873 16 0.226542 0.288453 0.535032 0 0 0 +1398 16 0.415975 0.0404328 0.990993 0 1 -1 +1307 16 0.606 0.153901 0.918272 0 0 -1 +370 15 0.148786 0.396163 0.543827 0 0 0 +371 16 0.170488 0.37116 0.529614 0 0 0 +372 16 0.126659 0.377687 0.565441 0 0 0 +373 15 0.060433 0.186899 0.872751 0 0 0 +374 16 0.0362929 0.20997 0.859221 0 0 0 +375 16 0.0890691 0.190069 0.851118 0 0 0 +1360 15 0.569586 0.432515 0.963559 0 0 -1 +377 16 0.0253126 0.130598 0.958477 0 0 0 +245 16 0.803225 0.783629 1.00281 -1 0 -1 +332 16 0.139082 0.00495928 0.871437 0 0 -1 +612 16 0.173638 0.197767 0.584327 0 0 0 +1743 16 0.815201 0.536574 0.596173 0 0 0 +397 15 0.187313 0.164446 0.672578 0 0 0 +398 16 0.161931 0.170324 0.697464 0 0 0 +399 16 0.213798 0.187334 0.681108 0 0 0 +400 15 0.365583 0.227183 0.748474 0 0 0 +401 16 0.334746 0.21154 0.738349 0 0 0 +402 16 0.362386 0.23121 0.784134 0 0 0 +924 16 0.345365 0.606399 0.695767 0 0 0 +1868 16 0.681951 0.765011 0.97497 0 0 -1 +1250 16 0.494083 0.0727603 0.949683 0 0 -1 +421 15 0.0499199 0.47353 0.655831 0 0 0 +949 15 0.29801 0.637664 0.534464 0 0 0 +423 16 0.0218095 0.493836 0.646056 0 0 0 +424 15 0.915255 0.409876 0.619173 -1 0 0 +425 16 0.883592 0.406157 0.602389 -1 0 0 +426 16 0.920229 0.445497 0.621287 -1 0 0 +427 15 0.0443602 0.515119 0.888693 0 0 0 +428 16 0.0416658 0.500831 0.855728 0 0 0 +429 16 0.0469908 0.486692 0.910672 0 0 0 +430 15 0.0217492 0.311426 0.929605 0 0 0 +431 16 0.0391133 0.283399 0.944133 0 0 0 +475 15 0.183195 0.485559 0.614454 0 0 0 +611 16 0.18249 0.229938 0.538135 0 0 0 +1887 16 1.00865 0.878095 0.823665 0 0 0 +872 16 0.263574 0.322186 0.507871 0 0 0 +109 15 0.0110712 0.266449 0.839248 0 0 -1 +646 15 0.391814 0.25719 0.877399 0 0 -1 +1646 16 0.807624 0.0195418 0.959215 0 1 0 +343 15 0.233468 0.0867989 0.515512 0 0 0 +1408 15 0.686362 0.786888 0.545836 0 0 0 +454 15 0.812978 0.653873 0.771291 -1 0 0 +455 16 0.82823 0.665932 0.740959 -1 0 0 +456 16 0.836519 0.629921 0.784335 -1 0 0 +457 15 0.163896 0.493321 0.828101 0 0 0 +458 16 0.173533 0.527829 0.831897 0 0 0 +459 16 0.178884 0.476605 0.856279 0 0 0 +1552 15 0.724874 0.851273 0.902572 0 0 -1 +404 16 0.266191 0.400465 0.875232 0 0 0 +991 15 0.377366 0.334869 0.808588 0 0 -1 +379 15 0.255583 0.286188 0.885779 0 0 -1 +478 15 0.200131 0.47791 0.721822 0 0 0 +479 16 0.189589 0.490915 0.753724 0 0 0 +480 16 0.208993 0.507099 0.70265 0 0 0 +864 16 0.424043 0.28637 0.982125 0 0 -1 +1210 15 0.306495 0.0344274 0.927313 0 1 -1 +1278 16 0.479262 0.17945 0.905278 0 0 -1 +1063 15 0.394106 0.0457789 0.525266 0 1 0 +656 16 0.321205 0.241097 0.593264 0 0 0 +986 16 0.452092 0.136622 0.559935 0 0 0 +1294 15 0.651386 0.961465 0.54698 0 -1 0 +792 16 0.455972 0.969728 0.825581 0 -1 -1 +502 15 0.973747 0.594237 0.759153 -1 0 0 +503 16 0.980401 0.559319 0.76503 -1 0 0 +504 16 0.00169697 0.611394 0.77407 0 0 0 +505 15 0.893591 0.603817 0.821175 -1 0 0 +506 16 0.896878 0.582415 0.849971 -1 0 0 +507 16 0.923684 0.598117 0.802201 -1 0 0 +508 15 0.0571832 0.762214 0.983708 0 0 0 +1656 16 0.0246785 0.834567 0.993765 1 -1 -1 +510 16 0.0653191 0.766943 0.948929 0 0 0 +511 15 0.025635 0.619883 0.651287 0 0 0 +512 16 0.0566565 0.606574 0.663883 0 0 0 +513 16 0.0216239 0.651278 0.668502 0 0 0 +1788 16 0.909366 0.758703 0.98872 0 0 -1 +529 15 0.191914 0.595897 0.818829 0 0 0 +530 16 0.161332 0.59149 0.800297 0 0 0 +531 16 0.194428 0.631497 0.823773 0 0 0 +532 15 0.286497 0.639079 0.931174 0 0 0 +533 16 0.271053 0.614622 0.909693 0 0 0 +1676 16 0.943911 0.0216841 0.961605 0 0 -1 +535 15 0.420364 0.92148 0.7849 0 0 0 +536 16 0.40133 0.915076 0.754988 0 0 0 +537 16 0.434427 0.889493 0.79368 0 0 0 +538 15 0.0614658 0.710353 0.699888 0 0 0 +539 16 0.0392754 0.734189 0.715301 0 0 0 +540 16 0.0928488 0.714848 0.717006 0 0 0 +450 16 0.303019 0.475795 0.522526 0 0 0 +256 15 0.00905288 0.669993 0.524124 0 0 0 +241 15 0.852627 0.58738 0.973464 -1 0 0 +1084 15 0.218217 0.956959 0.967611 0 0 -1 +1067 16 0.432939 0.559769 0.641228 0 0 0 +559 15 0.307418 0.0251984 0.668163 0 1 0 +560 16 0.302994 0.0600511 0.660176 0 1 0 +561 16 0.319461 0.0103869 0.637608 0 1 0 +562 15 0.0917517 0.982189 0.602073 0 0 0 +563 16 0.0977478 0.015875 0.590788 0 1 0 +564 16 0.0578459 0.975216 0.592081 0 0 0 +1368 16 0.702023 0.551764 0.990865 0 0 -1 +952 15 0.307532 0.831796 0.592744 0 0 0 +214 15 0.974572 0.41035 0.942659 -1 0 0 +984 16 0.321286 0.713948 0.602317 0 -1 0 +237 16 0.0827519 0.373289 0.910036 0 0 0 +1704 16 0.0542513 0.241743 0.755367 1 0 -1 +1276 15 0.483163 0.192882 0.938481 0 0 -1 +1769 16 0.79758 0.734172 0.627457 0 0 0 +1218 16 0.724288 0.522479 0.585238 0 0 0 +476 16 0.208749 0.48618 0.589063 0 0 0 +589 15 0.577588 0.918085 0.826158 0 -1 0 +590 16 0.582649 0.944468 0.850166 0 -1 0 +591 16 0.557572 0.933151 0.800265 0 -1 0 +592 15 0.205469 0.091791 0.770644 0 0 0 +593 16 0.236239 0.0787346 0.757198 0 0 0 +594 16 0.181291 0.0657174 0.764835 0 0 0 +662 16 0.402863 0.453786 0.503862 0 0 0 +610 15 0.160824 0.226464 0.566711 0 0 0 +344 16 0.198075 0.0891638 0.521823 0 0 0 +1400 16 0.447087 0.795972 0.989188 0 0 -1 +1064 16 0.412543 0.0324875 0.49731 0 1 0 +990 16 0.411112 0.184815 0.515862 0 0 0 +1768 15 0.766796 0.738738 0.609303 0 0 0 +616 15 0.320232 0.989805 0.577671 0 -1 0 +1714 15 0.0518804 0.176183 0.579128 1 0 0 +725 16 0.116552 0.509132 0.522083 0 0 0 +619 15 0.407761 0.32905 0.710384 0 0 0 +620 16 0.418325 0.336022 0.744117 0 0 0 +621 16 0.386933 0.299797 0.713306 0 0 0 +637 15 0.296207 0.125152 0.663273 0 0 0 +638 16 0.277812 0.14852 0.68361 0 0 0 +639 16 0.288523 0.134669 0.629384 0 0 0 +640 15 0.27169 0.202725 0.73276 0 0 0 +641 16 0.27364 0.237989 0.739882 0 0 0 +642 16 0.250848 0.189362 0.758935 0 0 0 +643 15 0.170492 0.297621 0.716495 0 0 0 +644 16 0.138911 0.290887 0.732475 0 0 0 +645 16 0.165917 0.329614 0.700571 0 0 0 +1886 16 0.0243837 0.892369 0.770789 1 0 0 +661 15 0.378013 0.462816 0.528337 0 0 0 +1410 16 0.693631 0.796343 0.511838 0 0 0 +663 16 0.394738 0.459004 0.560021 0 0 0 +477 16 0.18976 0.455465 0.633143 0 0 0 +688 15 0.331488 0.365149 0.973694 0 0 0 +1177 15 0.694555 0.184821 0.519605 0 0 0 +1885 15 0.0136621 0.864349 0.79074 1 0 0 +677 16 0.302291 0.522408 0.593604 0 0 0 +682 15 0.284476 0.54122 0.794452 0 0 0 +683 16 0.25106 0.554689 0.794791 0 0 0 +1869 16 0.629349 0.783851 0.963786 0 0 -1 +685 15 0.0885487 0.363907 0.632067 0 0 0 +686 16 0.10773 0.390141 0.647621 0 0 0 +687 16 0.0570045 0.364247 0.649472 0 0 0 +244 15 0.774366 0.777598 0.982096 -1 0 -1 +1295 16 0.653006 0.984952 0.519706 0 -1 0 +260 16 0.888601 0.698811 0.657471 -1 0 0 +1249 15 0.522069 0.0630874 0.970208 0 0 -1 +574 15 0.219053 0.850511 0.523883 0 -1 0 +700 15 0.993209 0.496794 0.776427 -1 0 0 +701 16 0.966401 0.475027 0.766152 -1 0 0 +702 16 0.0231351 0.480237 0.765096 0 0 0 +703 15 0.320757 0.475695 0.706993 0 0 0 +704 16 0.298694 0.490715 0.731194 0 0 0 +705 16 0.323097 0.44119 0.717095 0 0 0 +614 16 0.327701 0.14582 0.551538 0 0 0 +1637 16 0.871875 0.932751 0.519531 0 0 0 +708 16 0.101215 0.635363 0.96068 0 0 0 +709 15 0.0311319 0.673869 0.820347 0 0 0 +710 16 0.0232714 0.703586 0.801552 0 0 0 +711 16 0.0549309 0.656239 0.799832 0 0 0 +1109 16 0.453179 0.0418671 0.888935 0 0 -1 +381 16 0.271526 0.315412 0.871999 0 0 -1 +939 16 0.265882 0.969514 0.760207 0 0 -1 +726 16 0.153342 0.518625 0.56455 0 0 0 +727 15 0.0460062 0.620974 0.909536 0 0 0 +728 16 0.0392091 0.641089 0.880428 0 0 0 +729 16 0.0480286 0.587273 0.896955 0 0 0 +730 15 0.0738912 0.435167 0.8084 0 0 0 +731 16 0.0840432 0.410886 0.833006 0 0 0 +732 16 0.0999654 0.460025 0.808946 0 0 0 +733 15 0.193133 0.767337 0.885653 0 0 0 +734 16 0.16069 0.777014 0.873329 0 0 0 +1787 16 0.965143 0.769922 0.99189 0 0 -1 +992 16 0.378049 0.308589 0.833225 0 0 -1 +751 15 0.109146 0.548456 0.674465 0 0 0 +724 15 0.142167 0.53199 0.533013 0 0 0 +753 16 0.144083 0.55562 0.669348 0 0 0 +754 15 0.333449 0.958332 0.860064 0 0 0 +755 16 0.351286 0.931904 0.843287 0 0 0 +756 16 0.315906 0.975535 0.833712 0 0 0 +757 15 0.229111 0.87091 0.651923 0 0 0 +758 16 0.215282 0.899655 0.635172 0 0 0 +759 16 0.256295 0.860341 0.630772 0 0 0 +618 16 0.341058 0.00802801 0.554601 0 0 0 +271 15 0.899944 0.86097 0.874046 -1 0 -1 +1589 16 0.70001 0.612255 0.657615 0 0 0 +266 16 0.960184 0.878704 0.885021 -1 0 0 +164 16 0.820901 0.276359 0.876302 -1 0 -1 +778 15 0.211659 0.753857 0.661527 0 0 0 +779 16 0.211276 0.789851 0.659989 0 0 0 +780 16 0.231563 0.743819 0.633222 0 0 0 +781 15 0.220069 0.91468 0.748169 0 0 0 +782 16 0.205937 0.887644 0.767337 0 0 0 +783 16 0.215507 0.90476 0.713835 0 0 0 +784 15 0.173235 0.059289 0.655088 0 1 0 +785 16 0.166598 0.0465379 0.688125 0 1 0 +786 16 0.184031 0.093233 0.660507 0 1 0 +787 15 0.166547 0.7088 0.735156 0 0 0 +788 16 0.191831 0.702895 0.760134 0 0 0 +789 16 0.182968 0.729058 0.710295 0 0 0 +436 15 0.211119 0.372249 0.987586 0 0 -1 +1224 16 0.42376 0.96434 0.962667 0 0 -1 +1548 16 0.944006 0.672771 0.510837 0 0 0 +808 15 0.366427 0.934197 0.682975 0 -1 0 +809 16 0.334052 0.91986 0.689641 0 -1 0 +810 16 0.359251 0.966819 0.66947 0 -1 0 +126 16 0.14693 0.0714329 0.587393 0 0 0 +1178 16 0.718837 0.20834 0.53207 0 0 0 +985 15 0.486904 0.132944 0.568461 0 0 0 +814 15 0.542729 0.0801415 0.692438 0 0 0 +815 16 0.525784 0.108339 0.677746 0 0 0 +816 16 0.577611 0.0891181 0.691586 0 0 0 +1374 16 0.732889 0.377117 0.596817 0 0 0 +1056 16 0.203612 0.953223 0.901518 0 0 -1 +1147 15 0.506492 0.968831 0.561924 0 -1 0 +1607 16 0.856712 0.791493 0.50301 0 0 0 +835 15 0.447516 0.313005 0.613566 0 0 0 +836 16 0.456341 0.324237 0.646642 0 0 0 +837 16 0.41674 0.294832 0.61811 0 0 0 +838 15 0.338102 0.0633991 0.832035 0 0 0 +839 16 0.322994 0.0552377 0.863708 0 0 0 +840 16 0.317289 0.0470187 0.80761 0 0 0 +841 15 0.435159 0.158004 0.831715 0 0 0 +842 16 0.460676 0.180127 0.819165 0 0 0 +843 16 0.437971 0.12846 0.811286 0 0 0 +1217 16 0.723394 0.579367 0.582076 0 0 0 +859 15 0.662251 0.202633 0.833445 0 0 0 +860 16 0.670367 0.183446 0.86284 0 0 0 +861 16 0.647743 0.233035 0.846225 0 0 0 +1770 16 0.763347 0.708722 0.589676 0 0 0 +1866 16 0.0812212 0.0577695 0.803673 1 1 -1 +356 16 0.0394656 0.0595933 0.959845 0 0 -1 +1884 16 0.981629 0.0233533 0.567046 0 1 0 +1528 15 0.759407 0.457215 0.979275 0 0 0 +509 16 0.0619352 0.726954 0.989382 0 0 0 +676 15 0.31363 0.543781 0.6203 0 0 0 +901 15 0.216505 0.585008 0.685133 0 0 0 +902 16 0.218965 0.582675 0.649264 0 0 0 +903 16 0.250411 0.590109 0.696199 0 0 0 +904 15 0.473081 0.417048 0.96134 0 0 0 +933 16 0.583762 0.321312 0.977912 0 0 0 +906 16 0.451038 0.413229 0.933099 0 0 0 +907 15 0.598972 0.535379 0.944365 0 0 0 +908 16 0.584639 0.522233 0.974694 0 0 0 +909 16 0.610706 0.506321 0.926586 0 0 0 +376 15 -0.000432468 0.138435 0.982432 0 0 0 +257 16 0.0196533 0.704424 0.524574 0 0 0 +1213 15 0.634085 0.465929 0.546596 0 0 0 +484 15 0.120884 0.878544 0.925081 0 0 0 +925 15 0.408317 0.580619 0.962452 0 0 0 +926 16 0.421596 0.612907 0.953551 0 0 0 +927 16 0.400143 0.583541 0.997419 0 0 0 +928 15 0.44066 0.581703 0.789555 0 0 0 +929 16 0.428717 0.547803 0.787068 0 0 0 +930 16 0.464798 0.584749 0.76298 0 0 0 +112 15 0.0727722 0.100673 0.915806 0 0 -1 +1447 15 0.605674 0.937546 0.993445 0 -1 0 +775 15 0.143816 0.936459 0.522103 0 0 0 +934 15 0.34139 0.732376 0.927449 0 0 0 +935 16 0.361394 0.71687 0.901808 0 0 0 +936 16 0.317929 0.706857 0.937269 0 0 0 +1881 16 0.900741 0.860426 0.701996 0 0 0 +357 16 0.0237879 0.00643322 0.946607 0 0 -1 +953 16 0.342478 0.838846 0.597954 0 0 0 +1419 16 0.517248 0.922012 0.952371 0 0 0 +955 15 0.465316 0.669215 0.903113 0 0 0 +956 16 0.458905 0.678416 0.868873 0 0 0 +957 16 0.493788 0.647205 0.901371 0 0 0 +958 15 0.402028 0.698927 0.751349 0 0 0 +959 16 0.397997 0.727195 0.729378 0 0 0 +960 16 0.429496 0.680366 0.737241 0 0 0 +961 15 0.239827 0.203496 0.831838 0 1 0 +962 16 0.267579 0.18279 0.841796 0 1 0 +963 16 0.24732 0.235909 0.845672 0 1 0 +1401 16 0.478173 0.798954 0.941525 0 0 -1 +312 16 0.0516826 0.804751 0.558696 0 0 0 +1448 16 0.602107 0.954761 0.961997 0 -1 0 +982 15 0.29647 0.734123 0.585726 0 -1 0 +983 16 0.292754 0.718976 0.553248 0 -1 0 +1065 16 0.390091 0.0807592 0.517628 0 1 0 +1047 16 0.623658 0.291578 0.575525 0 0 0 +914 16 0.463924 0.681816 0.968305 0 0 -1 +1867 15 0.663037 0.795208 0.969637 0 0 -1 +834 16 0.391433 0.33893 0.56754 0 0 0 +1068 16 0.379729 0.575137 0.627831 0 0 0 +777 16 0.125437 0.949065 0.550412 0 0 0 +938 16 0.29177 0.0130182 0.734049 0 1 -1 +1880 16 0.948271 0.843502 0.675511 0 0 0 +1110 16 0.440271 0.0966232 0.87987 0 0 -1 +465 16 0.891704 0.651897 0.952973 -1 0 -1 +474 16 0.0319458 0.510341 0.557916 0 0 0 +648 16 0.427358 0.260049 0.882555 0 0 -1 +1369 15 0.677528 0.689882 0.984646 0 0 -1 +889 15 0.567603 0.63979 0.946521 0 0 -1 +1012 15 0.408713 0.114947 0.665169 0 0 0 +1013 16 0.41616 0.109074 0.699927 0 0 0 +1014 16 0.373773 0.123726 0.664775 0 0 0 +1015 15 0.520071 0.210237 0.813776 0 0 0 +1016 16 0.553518 0.198072 0.808171 0 0 0 +1017 16 0.524532 0.244396 0.824326 0 0 0 +1879 15 0.919682 0.830977 0.693508 0 0 0 +1033 15 0.629516 0.287271 0.887404 0 0 0 +1034 16 0.595767 0.285409 0.89988 0 0 0 +1035 16 0.650183 0.281918 0.916426 0 0 0 +1135 15 0.704042 0.262803 0.957467 0 0 -1 +1610 16 0.52576 0.910776 0.697434 0 0 0 +310 15 0.0439978 0.833693 0.57873 0 0 0 +261 16 0.872968 0.743687 0.626025 -1 0 0 +325 15 0.268871 0.302936 0.758304 0 0 -1 +206 16 0.000280055 0.571656 0.596595 0 0 0 +1072 15 0.476567 0.675913 0.677307 0 0 0 +1073 16 0.502297 0.69602 0.662084 0 0 0 +1074 16 0.480561 0.643347 0.662422 0 0 0 +1075 15 0.487907 0.728916 0.804515 0 0 0 +1076 16 0.501525 0.741256 0.773525 0 0 0 +1077 16 0.456919 0.713124 0.795111 0 0 0 +1078 15 0.335724 0.662555 0.8318 0 0 0 +1079 16 0.346423 0.632661 0.848828 0 0 0 +1080 16 0.359067 0.66631 0.804613 0 0 0 +1096 15 0.37944 0.680309 0.610517 0 0 0 +1097 16 0.384245 0.660408 0.640164 0 0 0 +1098 16 0.40486 0.668824 0.587712 0 0 0 +242 16 0.823147 0.606655 0.981043 -1 0 0 +1086 16 0.2375 0.951805 0.997606 0 0 -1 +1094 16 0.151018 0.701688 0.63629 0 0 0 +1102 15 0.54825 0.724797 0.600177 0 0 0 +1103 16 0.539334 0.727428 0.565368 0 0 0 +1104 16 0.57332 0.750215 0.605025 0 0 0 +1105 15 0.424994 0.799043 0.703309 0 0 0 +1106 16 0.420553 0.821671 0.675625 0 0 0 +1107 16 0.457251 0.784036 0.697623 0 0 0 +487 15 0.980888 0.606439 0.989345 -1 0 -1 +1123 15 0.615478 0.993636 0.73179 0 -1 0 +1124 16 0.618096 0.0223074 0.710129 0 0 0 +1125 16 0.610696 0.965812 0.709406 0 -1 0 +1126 15 0.436582 0.016084 0.62466 0 0 0 +1127 16 0.432767 0.0489046 0.639024 0 0 0 +1128 16 0.416215 0.0168039 0.594949 0 0 0 +1129 15 0.408358 0.863172 0.613443 0 -1 0 +1130 16 0.404083 0.895549 0.62866 0 -1 0 +1131 16 0.44304 0.862269 0.603723 0 -1 0 +1132 15 0.648429 0.086327 0.690827 0 0 0 +1133 16 0.661141 0.120007 0.689357 0 0 0 +1134 16 0.658689 0.0714317 0.659667 0 0 0 +1741 15 0.822339 0.504916 0.611822 0 0 0 +1715 16 0.0756333 0.203268 0.578606 1 0 0 +891 16 0.583458 0.607542 0.943926 0 0 -1 +615 16 0.274177 0.126305 0.550356 0 0 0 +1153 15 0.706785 0.993263 0.625735 0 -1 0 +1154 16 0.733083 0.0166234 0.617937 0 0 0 +1155 16 0.688245 0.989951 0.595021 0 -1 0 +1156 15 0.566686 0.0499718 0.522322 0 0 0 +1157 16 0.544331 0.0781549 0.524332 0 0 0 +1158 16 0.550253 0.0240444 0.541185 0 0 0 +1159 15 0.660203 0.199609 0.733972 0 0 0 +1160 16 0.661592 0.200349 0.769967 0 0 0 +1161 16 0.625551 0.19329 0.726398 0 0 0 +1165 15 0.539462 0.273508 0.934196 0 0 -1 +541 15 0.156284 0.00215488 0.736694 0 1 -1 +752 16 0.104925 0.514848 0.662184 0 0 0 +113 16 0.0878423 0.0742732 0.896467 0 0 -1 +326 16 0.284621 0.317765 0.729492 0 0 -1 +1180 15 0.652548 0.088824 0.580533 0 0 0 +1181 16 0.681431 0.0983874 0.561234 0 0 0 +1182 16 0.626192 0.0853247 0.556218 0 0 0 +1183 15 0.557693 0.211528 0.71337 0 0 0 +1184 16 0.522451 0.210358 0.720769 0 0 0 +1185 16 0.560198 0.233286 0.684762 0 0 0 +922 15 0.31649 0.60676 0.717312 0 0 0 +1066 15 0.412221 0.588683 0.635503 0 0 0 +1198 15 0.457496 0.344252 0.876749 0 0 0 +1199 16 0.432292 0.353608 0.852764 0 0 0 +1200 16 0.488738 0.350845 0.86006 0 0 0 +316 15 0.0614322 0.760121 0.511933 0 0 0 +205 15 0.980478 0.560075 0.568813 -1 0 0 +1045 15 0.618894 0.326928 0.570445 0 0 0 +567 16 0.192671 0.790476 0.992582 0 0 0 +680 16 0.294384 0.537983 0.86612 0 0 0 +706 15 0.114961 0.64899 0.991068 0 0 0 +1219 15 0.436179 0.822975 0.807312 0 0 0 +1220 16 0.45528 0.7954 0.820459 0 0 0 +1221 16 0.42689 0.812513 0.77411 0 0 0 +966 16 0.425598 0.0407749 0.763526 0 0 -1 +1871 16 0.817515 0.920788 0.962522 0 0 -1 +448 15 0.273264 0.493337 0.532776 0 0 0 +576 16 0.203236 0.877502 0.541753 0 -1 0 +1308 16 0.569761 0.138864 0.959597 0 0 -1 +1240 15 0.497994 0.989154 0.70824 0 0 0 +1241 16 0.474864 0.990331 0.680642 0 0 0 +1242 16 0.515866 0.0203826 0.706385 0 1 0 +825 16 0.237132 0.245659 0.984465 0 0 -1 +464 16 0.934963 0.688948 0.951278 -1 0 -1 +988 15 0.390188 0.15617 0.509558 0 0 0 +1246 15 0.582841 0.00519906 0.912347 0 1 0 +572 16 0.327029 0.0931807 0.968336 0 0 -1 +1248 16 0.553321 0.0176226 0.928848 0 1 0 +1264 15 0.780062 0.0659006 0.589499 0 0 0 +1864 15 0.0461878 0.0652305 0.807557 1 1 -1 +1266 16 0.783243 0.0882449 0.617582 0 0 0 +1267 15 0.740404 0.891404 0.575861 0 -1 0 +1268 16 0.706976 0.900045 0.565567 0 -1 0 +1269 16 0.760799 0.918703 0.564164 0 -1 0 +1270 15 0.525715 0.780111 0.879279 0 -1 0 +1271 16 0.507786 0.757219 0.858005 0 -1 0 +1272 16 0.536578 0.806385 0.857149 0 -1 0 +1273 15 0.742997 0.0716809 0.897602 0 0 0 +1274 16 0.754044 0.0407434 0.912397 0 0 0 +1275 16 0.727628 0.0618542 0.866533 0 0 0 +647 16 0.378511 0.249838 0.910065 0 0 -1 +1291 15 0.784851 0.209144 0.601512 0 0 0 +1292 16 0.794501 0.178875 0.618503 0 0 0 +1293 16 0.7956 0.204219 0.567479 0 0 0 +1137 16 0.724694 0.279412 0.93306 0 0 -1 +655 15 0.352739 0.252557 0.580134 0 0 0 +265 15 0.99502 0.887509 0.887668 -1 0 0 +1297 15 0.70727 0.926808 0.700448 0 -1 0 +1298 16 0.739281 0.915694 0.712689 0 -1 0 +1299 16 0.715012 0.954556 0.67881 0 -1 0 +1300 15 0.625374 0.107825 0.866533 0 0 0 +1301 16 0.602442 0.0874475 0.847639 0 0 0 +1666 15 0.947631 0.0210791 0.507168 0 0 0 +1318 15 0.827959 0.361144 0.731274 0 0 0 +1319 16 0.826104 0.33597 0.705566 0 0 0 +1320 16 0.85427 0.349817 0.753126 0 0 0 +1321 15 0.613309 0.191443 0.581204 0 0 0 +1322 16 0.585909 0.210015 0.595431 0 0 0 +1323 16 0.609764 0.15827 0.594808 0 0 0 +1324 15 0.527442 0.252273 0.626666 0 0 0 +1325 16 0.515686 0.277994 0.604343 0 0 0 +1326 16 0.498203 0.242383 0.645249 0 0 0 +596 16 0.240253 0.192941 0.913008 0 0 -1 +1609 15 0.54775 0.882588 0.701904 0 0 0 +1093 15 0.125613 0.686267 0.615922 0 0 0 +721 15 0.381016 0.582934 0.502111 0 0 0 +1345 15 0.745871 0.280488 0.51512 0 0 0 +1346 16 0.739127 0.312375 0.530477 0 0 0 +1347 16 0.781758 0.279298 0.512159 0 0 0 +1348 15 0.699484 0.253923 0.644072 0 0 0 +1349 16 0.694118 0.227121 0.667544 0 0 0 +1350 16 0.729773 0.244866 0.626789 0 0 0 +1351 15 0.569087 0.368009 0.654557 0 0 0 +1352 16 0.575036 0.354525 0.621681 0 0 0 +1353 16 0.593222 0.35149 0.675598 0 0 0 +1354 15 0.818622 0.268646 0.677384 0 0 0 +1355 16 0.793532 0.25931 0.701498 0 0 0 +1356 16 0.806398 0.255581 0.646111 0 0 0 +965 16 0.379032 0.0668465 0.783498 0 0 -1 +1167 16 0.507093 0.283243 0.946668 0 0 -1 +1081 15 0.681411 0.000822332 0.816514 0 1 -1 +1703 16 0.0729004 0.265544 0.707068 1 0 -1 +626 16 0.158763 0.196604 0.974419 0 0 -1 +1375 15 0.587857 0.558619 0.564411 0 0 0 +1376 16 0.58849 0.562524 0.5286 0 0 0 +1377 16 0.585134 0.592225 0.577114 0 0 0 +1214 16 0.613771 0.495486 0.550039 0 0 0 +571 15 0.332827 0.126441 0.980915 0 0 -1 +1393 15 0.604918 0.801336 0.610758 0 0 0 +1394 16 0.617427 0.828717 0.630553 0 0 0 +1395 16 0.628627 0.798091 0.583823 0 0 0 +527 16 0.10665 0.588373 0.730131 0 0 0 +1411 15 0.509223 0.85716 0.600241 0 0 0 +1372 15 0.724955 0.367953 0.562889 0 0 0 +1379 16 0.568276 0.708231 0.959091 0 0 -1 +1414 15 0.676257 0.818686 0.702386 0 0 0 +1415 16 0.681515 0.815533 0.737889 0 0 0 +1416 16 0.678611 0.854068 0.696013 0 0 0 +1417 15 0.483029 0.918147 0.941778 0 0 0 +1418 16 0.475265 0.883656 0.948719 0 0 0 +1179 16 0.666448 0.18819 0.541893 0 0 0 +1420 15 0.57534 0.0431166 0.806629 0 1 0 +1421 16 0.543775 0.0259275 0.804132 0 1 0 +1422 16 0.594994 0.0299027 0.779478 0 1 0 +791 16 0.477029 0.959123 0.877457 0 -1 -1 +515 16 0.0894874 1.0008 0.986359 0 0 -1 +1247 16 0.589371 0.0291731 0.886257 0 1 0 +486 16 0.140578 0.908687 0.926371 0 0 0 +275 16 0.0924417 0.820999 0.900653 0 0 -1 +1441 15 0.784008 0.971432 0.528803 0 -1 0 +1216 15 0.728216 0.549791 0.562072 0 0 0 +1443 16 0.781778 0.00216167 0.547479 0 0 0 +1444 15 0.802768 0.990488 0.806088 0 -1 0 +1445 16 0.800374 0.95543 0.798134 0 -1 0 +1446 16 0.768773 1.00236 0.8049 0 -1 0 +613 15 0.294276 0.153638 0.56248 0 0 0 +823 15 0.255042 0.276261 0.990855 0 0 -1 +485 16 0.130271 0.860347 0.954727 0 0 0 +1082 16 0.659693 0.978511 0.798387 0 0 -1 +1465 15 0.857375 0.222283 0.527199 0 0 0 +1466 16 0.879835 0.202515 0.50713 0 0 0 +1883 16 0.988079 0.993984 0.61545 0 0 0 +1468 15 0.854034 0.235038 0.832353 0 0 0 +1469 16 0.877767 0.21189 0.818245 0 0 0 +1470 16 0.83958 0.251656 0.80384 0 0 0 +1471 15 0.812517 0.133041 0.65709 0 0 0 +1472 16 0.846936 0.122599 0.655009 0 0 0 +1473 16 0.799282 0.11496 0.685304 0 0 0 +1474 15 0.698112 0.0900786 0.781263 0 0 0 +1475 16 0.696488 0.0557971 0.792228 0 0 0 +1476 16 0.68017 0.0904287 0.750022 0 0 0 +657 16 0.347824 0.253601 0.544457 0 0 0 +1491 16 0.999828 0.266577 0.51727 0 0 0 +597 16 0.218829 0.144351 0.933674 0 0 -1 +1495 15 0.684486 0.334532 0.806426 0 0 0 +1496 16 0.668943 0.326984 0.774811 0 0 0 +1497 16 0.669491 0.311393 0.829617 0 0 0 +1498 15 0.448526 0.212132 0.67956 0 0 0 +1499 16 0.424006 0.230195 0.698811 0 0 0 +1500 16 0.430213 0.184691 0.665078 0 0 0 +1501 15 0.729951 0.172899 0.918614 0 0 0 +1502 16 0.75497 0.183918 0.942082 0 0 0 +1503 16 0.733952 0.137118 0.917282 0 0 0 +569 16 0.346882 0.196048 0.879792 0 0 -1 +1519 15 0.90486 0.218712 0.705605 0 0 0 +1520 16 0.881191 0.239083 0.687636 0 0 0 +1521 16 0.884627 0.194227 0.722609 0 0 0 +1522 15 0.626382 0.476589 0.650448 0 0 0 +1523 16 0.64167 0.509167 0.648706 0 0 0 +1524 16 0.631875 0.462278 0.617843 0 0 0 +1525 15 0.591401 0.388824 0.871395 0 0 0 +1526 16 0.580394 0.416327 0.891901 0 0 0 +1527 16 0.616832 0.372526 0.891035 0 0 0 +1449 16 0.641076 0.938155 1.00011 0 -1 0 +750 16 0.380952 0.776708 0.505677 0 0 0 +1399 15 0.459027 0.819197 0.964366 0 0 -1 +1667 16 0.925362 0.992835 0.505058 0 -1 0 +790 15 0.471283 0.985815 0.853951 0 -1 -1 +1489 15 0.968429 0.258039 0.501801 0 0 0 +1549 15 0.713776 0.367169 0.91457 0 0 0 +1550 16 0.73102 0.398439 0.909781 0 0 0 +1551 16 0.698532 0.36028 0.882661 0 0 0 +333 16 0.179258 0.0405146 0.852234 0 0 -1 +1567 15 0.661856 0.337061 0.699348 0 0 0 +1568 16 0.674553 0.308354 0.681663 0 0 0 +1569 16 0.682986 0.364259 0.688771 0 0 0 +1570 15 0.530565 0.339504 0.806291 0 0 0 +1571 16 0.555189 0.355228 0.827373 0 0 0 +1572 16 0.545273 0.33987 0.773403 0 0 0 +1860 16 0.996977 0.707003 0.877497 0 0 0 +954 16 0.304232 0.796654 0.599972 0 0 0 +1588 15 0.718918 0.633589 0.635583 0 0 0 +1882 15 0.99654 0.0253078 0.599786 0 1 0 +1590 16 0.706654 0.66677 0.642415 0 0 0 +1591 15 0.533369 0.772263 0.71416 0 0 0 +1592 16 0.548016 0.761425 0.683078 0 0 0 +1593 16 0.543917 0.806535 0.717652 0 0 0 +819 16 0.330686 0.267801 0.979735 0 0 -1 +461 16 0.213315 0.427906 0.936349 0 0 -1 +765 16 0.285263 0.853235 0.919456 0 0 -1 +1612 15 0.782111 0.8311 0.682765 0 0 0 +1613 16 0.747476 0.825071 0.690651 0 0 0 +1614 16 0.785267 0.821656 0.648139 0 0 0 +1615 15 0.666128 0.728373 0.646239 0 0 0 +1616 16 0.64314 0.750207 0.629125 0 0 0 +1617 16 0.684195 0.750048 0.668641 0 0 0 +1618 15 0.728049 0.954415 0.899453 0 0 0 +1619 16 0.727004 0.918753 0.904477 0 0 0 +1620 16 0.763161 0.962485 0.899266 0 0 0 +1859 16 0.953795 0.742475 0.888635 0 0 0 +84 16 0.122594 0.93012 0.826853 0 -1 -1 +681 16 0.261279 0.496839 0.887526 0 0 0 +568 15 0.319679 0.172739 0.883629 0 0 -1 +1639 15 0.794203 0.896155 0.770408 0 0 0 +1640 16 0.77321 0.873799 0.789317 0 0 0 +1641 16 0.80362 0.877205 0.741248 0 0 0 +1642 15 0.718181 0.830064 0.804238 0 0 0 +1643 16 0.732394 0.797069 0.801519 0 0 0 +1644 16 0.710459 0.833717 0.83924 0 0 0 +1645 15 0.817536 0.987251 0.946681 0 0 0 +1862 16 0.916183 0.949195 0.959799 0 0 0 +1149 16 0.498695 0.933799 0.565099 0 -1 0 +862 15 0.453578 0.305834 0.975278 0 0 -1 +1870 15 0.819363 0.884809 0.962143 0 0 -1 +353 16 0.1694 0.138358 0.800643 0 0 -1 +1371 16 0.691697 0.656966 0.98093 0 0 -1 +1166 16 0.537722 0.237614 0.931606 0 0 -1 +83 16 0.0749663 0.91349 0.85335 0 -1 -1 +1302 16 0.653987 0.111594 0.844965 0 0 0 +1669 15 0.996771 0.182418 0.753126 0 0 0 +1670 16 0.988499 0.173174 0.786952 0 0 0 +1671 16 0.964951 0.188709 0.737442 0 0 0 +1672 15 0.948912 0.146613 0.850478 0 0 0 +1673 16 0.921215 0.125259 0.859135 0 0 0 +1674 16 0.971297 0.144223 0.878608 0 0 0 +355 15 0.0251794 0.0297271 0.974058 0 0 -1 +713 16 0.296148 0.529376 0.960024 0 0 -1 +987 16 0.494062 0.161225 0.589604 0 0 0 +473 16 0.0495037 0.462476 0.583365 0 0 0 +1693 15 0.967821 0.209667 0.621809 0 0 0 +1694 16 0.961775 0.200451 0.656111 0 0 0 +1695 16 0.941268 0.232673 0.613823 0 0 0 +1696 15 0.907286 0.105536 0.654765 0 0 0 +1697 16 0.919232 0.104308 0.620796 0 0 0 +1698 16 0.926892 0.0807976 0.672135 0 0 0 +1699 15 0.79475 0.0806571 0.738679 0 0 0 +1700 16 0.806691 0.051929 0.756851 0 0 0 +1701 16 0.766773 0.0925774 0.758 0 0 0 +1611 16 0.578963 0.893073 0.687277 0 0 0 +1717 15 0.878963 0.324867 0.515063 0 0 0 +723 16 0.384671 0.552321 0.520753 0 0 0 +1719 16 0.864 0.352035 0.533396 0 0 0 +1720 15 0.93826 0.129967 0.557945 0 0 0 +1721 16 0.970639 0.115455 0.551698 0 0 0 +1722 16 0.945433 0.162128 0.572515 0 0 0 +1723 15 0.867159 0.156588 0.772139 0 0 0 +1724 16 0.837298 0.139263 0.761831 0 0 0 +1725 16 0.887441 0.131177 0.787663 0 0 0 +1726 15 0.897538 0.34366 0.807156 0 0 0 +1727 16 0.891167 0.329123 0.8395 0 0 0 +1728 16 0.915695 0.373952 0.814285 0 0 0 +1744 15 0.952534 0.502301 0.651091 0 0 0 +1745 16 0.955455 0.5211 0.681687 0 0 0 +1746 16 0.947425 0.527255 0.62561 0 0 0 +1747 15 0.835023 0.420605 0.55465 0 0 0 +1748 16 0.810738 0.428395 0.529202 0 0 0 +1749 16 0.83234 0.447667 0.578284 0 0 0 +1750 15 0.804413 0.188601 0.981385 0 0 0 +1751 16 0.836005 0.171524 0.984288 0 0 0 +1752 16 0.812687 0.223516 0.984633 0 0 0 +1753 15 0.872808 0.466209 0.853868 0 0 0 +1754 16 0.901136 0.483993 0.867259 0 0 0 +1755 16 0.845083 0.488805 0.858207 0 0 0 +993 16 0.344212 0.348746 0.811099 0 0 -1 +1623 16 0.92995 0.0503613 0.793409 0 1 -1 +1054 15 0.190621 0.940367 0.870469 0 0 -1 +1678 15 0.697704 0.984381 1.00101 0 -1 -1 +1774 15 0.805423 0.389375 0.844858 0 0 0 +1775 16 0.799026 0.386056 0.809557 0 0 0 +1776 16 0.833601 0.411737 0.846868 0 0 0 +1777 15 0.679142 0.4368 0.803826 0 0 0 +1778 16 0.675344 0.401046 0.80614 0 0 0 +1779 16 0.690786 0.44249 0.770208 0 0 0 +1780 15 0.771987 0.241428 0.771448 0 0 0 +1781 16 0.739774 0.257307 0.774315 0 0 0 +1782 16 0.765791 0.206888 0.779616 0 0 0 +1798 15 0.720135 0.4814 0.716029 0 0 0 +1799 16 0.699449 0.505584 0.69914 0 0 0 +1800 16 0.735038 0.499701 0.743251 0 0 0 +1801 15 0.753268 0.396718 0.664494 0 0 0 +1802 16 0.744892 0.430688 0.673096 0 0 0 +1803 16 0.77667 0.386475 0.689899 0 0 0 +1804 15 0.702853 0.493121 0.894385 0 0 0 +1805 16 0.705724 0.47089 0.866177 0 0 0 +1806 16 0.727752 0.481443 0.91766 0 0 0 +489 16 0.00546731 0.622729 0.968643 0 0 -1 +617 16 0.2905 0.982086 0.558842 0 -1 0 +299 16 0.777669 0.102468 0.981537 -1 1 -1 +1825 15 0.872449 0.7739 0.768771 0 0 0 +1826 16 0.885724 0.780071 0.73585 0 0 0 +1827 16 0.836753 0.772704 0.764038 0 0 0 +1828 15 0.895281 0.723018 0.852182 0 0 0 +1829 16 0.895122 0.68829 0.842587 0 0 0 +1830 16 0.878398 0.739918 0.82521 0 0 0 +1831 15 0.769339 0.552683 0.782744 0 0 0 +1832 16 0.786014 0.541237 0.812561 0 0 0 +1833 16 0.76549 0.588174 0.787606 0 0 0 +1834 15 0.772844 0.716527 0.896848 0 0 0 +1835 16 0.763699 0.737152 0.924937 0 0 0 +1836 16 0.796703 0.693086 0.910241 0 0 0 +570 16 0.333196 0.141196 0.872655 0 0 -1 +1852 15 0.627044 0.91574 0.645577 0 0 0 +1853 16 0.644944 0.921341 0.614815 0 0 0 +1854 16 0.652082 0.918864 0.671295 0 0 0 +1855 15 0.961236 0.855529 0.530476 0 0 0 +1856 16 0.944584 0.886721 0.523556 0 0 0 +817 15 0.360756 0.248014 0.981247 0 0 -1 +1858 15 0.978905 0.722233 0.904691 0 0 0 +1490 16 0.948401 0.28782 0.504979 0 0 0 +175 15 0.0663507 0.280638 0.558907 0 0 0 +1211 16 0.331195 0.00837818 0.930383 0 1 -1 +684 16 0.301082 0.558931 0.767831 0 0 0 +763 15 0.294118 0.837834 0.9508 0 0 -1 +923 16 0.317234 0.639248 0.73287 0 0 0 +1003 15 0.461641 0.234796 0.528564 0 0 0 +258 16 0.0387419 0.651294 0.532308 0 0 0 +163 15 0.802827 0.298702 0.898032 -1 0 -1 +1412 16 0.513519 0.873374 0.632127 0 0 0 +82 15 0.0869436 0.927457 0.822373 0 -1 -1 +1742 16 0.822722 0.512166 0.647112 0 0 0 +192 16 0.905476 0.244705 0.951657 -1 0 -1 +472 15 0.040525 0.475999 0.5512 0 0 0 +1083 16 0.691065 0.982208 0.845812 0 0 -1 +1095 16 0.0945306 0.69617 0.631217 0 0 0 +1865 16 0.0367581 0.0807637 0.776446 1 1 -1 +526 15 0.105707 0.614876 0.754518 0 0 0 +1872 16 0.852465 0.877337 0.974246 0 0 -1 +405 16 0.302351 0.378047 0.913141 0 0 0 +964 15 0.409251 0.0728554 0.764823 0 0 -1 +190 15 0.915192 0.258607 0.91987 -1 0 -1 +679 15 0.274257 0.529649 0.894816 0 0 0 +1212 16 0.276083 0.0195341 0.939616 0 1 -1 +492 16 0.163285 0.697637 0.981832 0 0 -1 +1553 16 0.711743 0.836758 0.932822 0 0 -1 +327 16 0.233602 0.307931 0.752889 0 0 -1 +111 16 0.0244634 0.286033 0.866362 0 0 -1 +1413 16 0.537586 0.835121 0.59742 0 0 0 +565 15 0.180052 0.824214 0.991803 0 0 0 +133 15 0.90933 0.191187 1.00083 -1 0 0 +1223 16 0.385082 0.964393 0.920822 0 0 -1 +735 16 0.186099 0.745794 0.913663 0 0 0 +1215 16 0.631782 0.457405 0.511666 0 0 0 +1136 16 0.700727 0.229132 0.945082 0 0 -1 +575 16 0.254154 0.854244 0.5311 0 -1 0 +1055 16 0.205339 0.907626 0.867385 0 0 -1 +1702 15 0.07556 0.267992 0.742915 1 0 -1 +331 15 0.143822 0.0381739 0.858306 0 0 -1 +422 16 0.0368123 0.451577 0.681215 0 0 0 +528 16 0.125301 0.641328 0.739874 0 0 0 +1621 15 0.898906 0.0585741 0.809744 0 1 -1 +352 15 0.147618 0.165639 0.809553 0 0 -1 +678 16 0.321177 0.521214 0.647352 0 0 0 +1467 16 0.872655 0.254889 0.528398 0 0 0 +272 16 0.888645 0.849607 0.906315 -1 0 -1 +1046 16 0.652057 0.340878 0.572362 0 0 0 +1306 15 0.600092 0.157376 0.953644 0 0 -1 +165 16 0.800648 0.329525 0.879505 -1 0 -1 +114 16 0.0804634 0.130766 0.897549 0 0 -1 +274 15 0.0784041 0.79365 0.881863 0 0 -1 +462 16 0.187589 0.405985 0.890473 0 0 -1 +298 15 0.783927 0.0698066 0.995399 -1 1 -1 +951 16 0.290347 0.60427 0.545609 0 0 0 +403 15 0.29662 0.381334 0.877722 0 0 0 +463 15 0.902172 0.684059 0.965385 -1 0 -1 +380 16 0.257971 0.290574 0.92146 0 0 -1 +276 16 0.0542827 0.809131 0.860032 0 0 -1 +460 15 0.204582 0.435499 0.902229 0 0 -1 +890 16 0.553642 0.640347 0.97973 0 0 -1 +1380 16 0.555756 0.756544 0.931593 0 0 -1 +555 16 0.117849 0.59534 0.533806 0 0 0 +1361 16 0.581821 0.404641 0.982831 0 0 -1 +1647 16 0.85092 -0.00769862 0.934107 0 1 0 +1367 16 0.675177 0.569228 0.943733 0 0 -1 +1366 15 0.695354 0.581143 0.971103 0 0 -1 +345 16 0.240837 0.0516534 0.51844 0 0 0 +438 16 0.23629 0.346572 0.985301 0 0 -1 +1409 16 0.718698 0.782141 0.561001 0 0 0 +1085 16 0.187758 0.972467 0.979008 0 0 -1 +905 16 0.464242 0.389987 0.983423 0 0 0 +1677 16 0.930637 0.0264016 0.906391 0 0 -1 +285 16 0.0701112 0.0878604 0.487577 0 1 0 +712 15 0.316682 0.536994 0.988632 0 0 -1 +491 16 0.208864 0.677567 0.954141 0 0 -1 +1005 16 0.459434 0.262231 0.551814 0 0 0 +342 16 0.0219752 0.013998 0.498403 0 0 0 +941 16 0.304806 0.894371 0.999259 0 0 -1 +449 16 0.253904 0.496696 0.502577 0 0 0 +1481 16 0.654422 0.141627 0.996873 0 0 -1 +566 16 0.205185 0.842849 0.973939 0 0 0 +514 15 0.121723 0.984713 0.986102 0 0 -1 +317 16 0.096552 0.754317 0.506363 0 0 0 +1861 15 0.909038 0.924626 0.985166 0 0 0 +1101 16 0.421803 0.694037 0.506292 0 0 0 +1099 15 0.444253 0.667423 0.515554 0 0 0 +1232 16 0.345621 0.865931 0.521766 0 0 0 +818 16 0.352209 0.220201 1.0025 0 0 -1 +390 16 0.0885938 0.2512 0.506919 0 0 0 +1863 16 0.939058 0.904814 0.987261 0 0 0 +627 16 0.133868 0.239394 1.00264 0 0 -1 +1452 16 0.619081 0.0516742 0.981272 0 0 -1 +1100 16 0.422923 0.642225 0.529983 0 0 0 +378 16 0.0107324 0.168927 0.998042 0 0 0 +1004 16 0.493061 0.23979 0.511656 0 0 0 +980 16 0.556648 0.895809 0.500367 0 -1 0 +1529 16 0.766636 0.485506 1.00038 0 0 0 +689 16 0.36731 0.368593 0.975422 0 0 0 +556 15 0.237689 0.990616 0.500137 0 0 0 +893 16 0.459952 0.478637 0.993412 0 0 0 +500 16 0.945711 0.407115 0.527907 -1 0 0 +246 16 0.749213 0.799983 0.994914 -1 0 -1 +1239 16 0.492906 0.711321 0.508043 0 0 0 +1231 15 0.376057 0.870002 0.502921 0 0 0 +1236 16 0.455358 0.868472 0.510371 0 0 0 +915 16 0.427723 0.714393 0.99789 0 0 -1 +452 16 0.179574 0.43909 0.499528 0 0 0 +ITEM: TIMESTEP +5000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.628535 27.1307 +0.622888 27.125 +0.618017 27.1201 +ITEM: ATOMS +1 1 0.406442 0.456472 0.358137 0 0 0 +2 2 0.356168 0.472627 0.335823 0 0 0 +3 3 0.416048 0.411377 0.366912 0 0 0 +4 4 0.351765 0.457813 0.296853 0 0 0 +5 4 0.325527 0.449883 0.353181 0 0 0 +6 4 0.349256 0.513975 0.335556 0 0 0 +7 5 0.441412 0.493276 0.36541 0 0 0 +8 6 0.492701 0.481411 0.38192 0 0 0 +9 1 0.495683 0.46334 0.438091 0 0 0 +1667 16 0.949429 0.0875425 0.494342 0 0 0 +11 7 0.529421 0.527886 0.370813 0 0 0 +12 8 0.523093 0.548507 0.317564 0 0 0 +13 8 0.541551 0.522453 0.276334 0 0 0 +14 8 0.50227 0.597004 0.309858 0 0 0 +15 8 0.547396 0.547895 0.228533 0 0 0 +16 8 0.505908 0.621344 0.264783 0 0 0 +17 8 0.529574 0.595674 0.223772 0 0 0 +18 9 0.529824 0.6199 0.176627 0 0 0 +19 10 0.430245 0.529005 0.369165 0 0 0 +20 4 0.50485 0.447738 0.362443 0 0 0 +21 4 0.515079 0.555677 0.398733 0 0 0 +22 4 0.570734 0.524753 0.377213 0 0 0 +23 11 0.558864 0.486021 0.282145 0 0 0 +24 11 0.487137 0.613941 0.343695 0 0 0 +25 11 0.562016 0.529906 0.195015 0 0 0 +26 11 0.490077 0.65876 0.261593 0 0 0 +27 10 0.5412 0.598869 0.149415 0 0 0 +28 5 0.491782 0.413741 0.446361 0 0 0 +138 16 0.126749 0.16762 0.0728652 0 0 0 +1479 16 0.711738 0.122323 0.00378943 0 0 0 +97 15 0.932064 0.205745 0.322442 -1 0 0 +32 10 0.48113 0.393892 0.416229 0 0 0 +856 15 0.215428 0.285242 0.348968 0 0 0 +203 16 0.128418 0.467451 0.341342 0 0 0 +1036 15 0.434375 0.418019 0.204792 0 0 0 +566 16 0.193499 0.844946 0.0481025 0 0 1 +195 16 0.733002 0.44636 0.0553329 -1 0 0 +243 16 0.911184 0.55136 0.0499627 -1 0 1 +88 15 0.915657 0.856635 0.125172 -1 -1 0 +89 16 0.945426 0.876581 0.120643 -1 -1 0 +90 16 0.889044 0.876842 0.11146 -1 -1 0 +91 15 0.982494 0.913341 0.445248 -1 -1 0 +92 16 0.965872 0.915848 0.413279 -1 -1 0 +93 16 0.963162 0.888982 0.46362 -1 -1 0 +94 15 0.85348 0.0550105 0.330119 -1 0 0 +95 16 0.834719 0.0774819 0.351277 -1 0 0 +96 16 0.844814 0.0220239 0.342009 -1 0 0 +1533 16 0.846816 0.659423 0.279974 0 0 0 +848 16 0.396047 0.230227 0.0078038 0 0 0 +515 16 0.109553 0.0392766 0.0931256 0 1 0 +488 16 0.0505597 0.613487 0.0348961 0 0 0 +115 15 0.0821518 0.121686 0.194003 0 0 0 +116 16 0.0984265 0.107837 0.164883 0 0 0 +117 16 0.0648822 0.150918 0.18168 0 0 0 +118 15 0.0553579 0.0762376 0.28239 0 0 0 +119 16 0.0545582 0.081711 0.246696 0 0 0 +120 16 0.0279287 0.0535981 0.288696 0 0 0 +121 15 0.0388218 0.170391 0.361412 0 0 0 +122 16 0.00890012 0.150791 0.366433 0 0 0 +123 16 0.0589794 0.150549 0.338949 0 0 0 +246 16 0.794795 0.659642 0.0109529 -1 0 0 +139 15 0.928646 0.190863 0.160183 -1 0 0 +140 16 0.934598 0.215389 0.186022 -1 0 0 +141 16 0.894311 0.196231 0.150339 -1 0 0 +142 15 0.114866 0.337305 0.152659 0 0 0 +143 16 0.0951687 0.36553 0.163615 0 0 0 +144 16 0.11999 0.317689 0.182551 0 0 0 +145 15 0.00878341 0.415485 0.394818 0 0 0 +146 16 0.0426863 0.419527 0.406603 0 0 0 +147 16 0.0121613 0.409718 0.359323 0 0 0 +722 16 0.263657 0.60211 0.483907 0 0 0 +1809 16 0.713892 0.564124 0.0488586 0 0 1 +150 16 0.830535 0.0803994 0.258928 -1 0 0 +556 15 0.273844 0.928457 0.45328 0 0 0 +166 15 0.948583 0.149208 0.0620168 -1 0 0 +167 16 0.973861 0.169921 0.0466354 -1 0 0 +168 16 0.946697 0.161025 0.096096 -1 0 0 +169 15 0.0290215 0.208056 0.148948 0 0 0 +170 16 0.993058 0.205595 0.151216 -1 0 0 +171 16 0.0370347 0.239134 0.165518 0 0 0 +847 15 0.398916 0.196819 0.0212316 0 0 0 +1145 16 0.760151 0.136707 0.386363 0 0 0 +85 15 0.2332 0.192197 0.114272 0 0 0 +514 15 0.116452 0.0107287 0.114151 0 1 0 +1665 16 0.680961 0.960628 0.264039 0 -1 0 +1304 16 0.72775 0.306765 0.0693427 0 0 0 +1875 16 0.911894 0.730531 0.464631 0 0 0 +659 16 0.163795 0.0700225 0.366341 0 0 0 +1051 15 0.640402 0.669171 0.177665 0 0 0 +339 16 0.980447 0.981104 0.319822 -1 -1 0 +914 16 0.530318 0.708159 0.0370442 0 0 0 +196 15 0.898273 0.431533 0.0775045 -1 0 0 +197 16 0.917377 0.461367 0.070466 -1 0 0 +198 16 0.920877 0.410523 0.0962727 -1 0 0 +199 15 0.122009 0.519063 0.289069 0 0 0 +200 16 0.124422 0.504149 0.256261 0 0 0 +201 16 0.117126 0.554275 0.282671 0 0 0 +1785 16 0.952879 0.60794 0.102118 0 0 0 +178 15 0.862326 0.52477 0.353014 -1 0 0 +898 15 0.653647 0.655478 0.027052 0 0 0 +1874 16 0.960603 0.759792 0.458745 0 0 0 +1199 16 0.458679 0.380735 0.00167465 0 0 1 +558 16 0.257217 0.936425 0.422221 0 0 0 +410 16 0.274637 0.578219 0.17061 0 0 0 +712 15 0.320932 0.549865 0.010467 0 0 0 +846 16 0.522456 0.0106989 0.0150263 0 0 0 +225 16 0.0377069 0.535112 0.101847 0 0 0 +1564 15 0.691165 0.799518 0.486097 0 0 0 +194 16 0.737964 0.406625 0.0145911 -1 0 0 +228 16 0.918489 0.824508 0.488605 -1 0 0 +1342 15 0.664756 0.456521 0.458074 0 0 0 +173 16 0.921037 0.430993 0.383585 -1 0 0 +1150 15 0.70898 0.0853014 0.471528 0 0 0 +1439 16 0.823987 0.934369 0.332437 0 -1 0 +148 15 0.809204 0.107039 0.247098 -1 0 0 +247 15 0.979464 0.690197 0.222597 -1 0 0 +248 16 0.947682 0.707244 0.224562 -1 0 0 +249 16 0.974864 0.66018 0.242153 -1 0 0 +250 15 0.140375 0.593067 0.17776 0 0 0 +251 16 0.154556 0.561124 0.186876 0 0 0 +252 16 0.125751 0.605541 0.20834 0 0 0 +253 15 0.000440948 0.516896 0.309904 0 0 0 +254 16 0.972679 0.497036 0.298094 -1 0 0 +255 16 0.0286997 0.50534 0.290603 0 0 0 +1877 16 0.842732 0.156664 0.424504 0 1 0 +879 16 0.547615 0.514286 0.108975 0 0 0 +1071 16 0.298254 0.7538 0.41744 0 0 0 +1873 15 0.924979 0.764148 0.462812 0 0 0 +581 16 0.144187 0.993384 0.280032 0 -1 0 +1206 16 0.768851 0.545257 0.139461 0 0 0 +749 16 0.437713 0.687608 0.459796 0 0 0 +1719 16 0.00170495 0.399272 0.468778 1 0 0 +725 16 0.0918846 0.602319 0.480112 0 0 0 +277 15 0.244694 0.511706 0.272779 0 0 0 +278 16 0.2321 0.481333 0.25783 0 0 0 +279 16 0.230901 0.511763 0.306161 0 0 0 +280 15 0.203663 0.717735 0.409481 0 0 0 +281 16 0.2237 0.742873 0.425949 0 0 0 +172 15 0.893099 0.427576 0.360949 -1 0 0 +586 15 0.199493 0.943735 0.376887 0 -1 0 +1489 15 0.142427 0.432976 0.470822 1 0 0 +665 16 0.230017 0.313529 0.110774 0 0 1 +695 16 0.438268 0.518465 0.0521179 0 0 0 +282 16 0.195029 0.694433 0.435693 0 0 0 +301 15 0.999553 0.913793 0.0997769 -1 0 0 +750 16 0.48796 0.679267 0.43393 0 0 0 +303 16 0.0270747 0.916173 0.0765064 0 0 0 +304 15 0.935662 0.113263 0.363015 -1 1 0 +305 16 0.911357 0.0932597 0.345302 -1 1 0 +306 16 0.941647 0.0951718 0.393699 -1 1 0 +307 15 0.0548751 0.790396 0.0879417 0 0 0 +308 16 0.0263475 0.792596 0.0658974 0 0 0 +309 16 0.0618516 0.824614 0.0971653 0 0 0 +572 16 0.289415 0.148407 0.0128765 0 0 0 +1824 16 0.962605 0.60174 0.396549 0 0 0 +133 15 0.865357 0.154333 0.0124385 -1 0 1 +435 16 0.0568329 0.283565 0.0665538 0 0 0 +302 16 0.000223921 0.945073 0.117825 0 0 0 +328 15 0.0870328 0.894858 0.0503462 0 -1 0 +329 16 0.109044 0.866739 0.0557745 0 -1 0 +330 16 0.104169 0.915184 0.0258962 0 -1 0 +974 16 0.499085 0.970519 0.474594 0 -1 0 +666 16 0.238541 0.259936 0.0929267 0 0 1 +1243 15 0.660305 0.808805 0.0732314 0 0 1 +334 15 0.069461 0.875811 0.359822 0 -1 0 +335 16 0.0850839 0.872903 0.327386 0 -1 0 +336 16 0.0614269 0.841836 0.369083 0 -1 0 +337 15 0.975098 0.00566701 0.293886 -1 0 0 +338 16 0.955792 0.988283 0.268792 -1 -1 0 +1303 15 0.735037 0.331094 0.0950261 0 0 0 +1070 16 0.312724 0.763246 0.36299 0 0 0 +1731 16 0.960655 0.312994 0.101622 0 0 0 +622 15 0.357345 0.194448 0.121088 0 0 0 +1099 15 0.44537 0.571902 0.49041 0 0 0 +358 15 0.131034 0.271484 0.231479 0 0 0 +359 16 0.131517 0.29626 0.257758 0 0 0 +360 16 0.132113 0.239835 0.248852 0 0 0 +361 15 0.0387075 0.331845 0.301994 0 0 0 +362 16 0.0730861 0.33963 0.309875 0 0 0 +363 16 0.0252815 0.318139 0.332596 0 0 0 +364 15 0.974606 0.909951 0.329715 -1 -1 0 +365 16 0.962665 0.897927 0.297817 -1 -1 0 +366 16 0.00546195 0.89199 0.335188 0 -1 0 +1346 16 0.915896 0.280482 0.442687 0 0 0 +762 16 0.278874 0.756449 0.112006 0 0 1 +1202 16 0.655569 0.398401 0.199434 0 0 0 +382 15 0.120704 0.17254 0.277844 0 0 0 +383 16 0.124375 0.149782 0.30565 0 0 0 +384 16 0.106274 0.152436 0.251533 0 0 0 +385 15 0.229619 0.183801 0.218297 0 0 0 +386 16 0.234809 0.213464 0.23824 0 0 0 +387 16 0.222446 0.196298 0.185175 0 0 0 +388 15 0.171113 0.290717 0.443029 0 0 0 +389 16 0.181303 0.303654 0.410882 0 0 0 +298 15 0.780792 0.97925 0.030727 -1 0 0 +391 15 0.0383705 0.268584 0.485046 0 0 0 +137 16 0.0761604 0.16668 0.0993851 0 0 0 +393 16 0.0689152 0.285715 0.493886 0 0 0 +587 16 0.169107 0.944065 0.357363 0 -1 0 +1173 16 0.65501 0.325398 0.412051 0 0 0 +664 15 0.246748 0.294256 0.0852151 0 0 1 +407 16 0.457131 0.375227 0.096029 0 0 0 +445 15 0.14216 0.354909 0.313132 0 0 0 +98 16 0.94596 0.225553 0.349259 -1 0 0 +355 15 0.0518339 0.0589606 0.0397089 0 0 0 +1488 16 0.750644 0.325395 0.454561 0 0 0 +973 15 0.46555 0.983882 0.475776 0 -1 0 +415 15 0.027634 0.291778 0.209807 0 0 0 +416 16 0.992586 0.289315 0.218182 -1 0 0 +417 16 0.0440725 0.297977 0.241365 0 0 0 +418 15 0.470143 0.318 0.387945 0 0 0 +419 16 0.446034 0.331496 0.364681 0 0 0 +420 16 0.493254 0.299452 0.367293 0 0 0 +1329 16 0.922816 0.31863 0.0326646 0 0 1 +627 16 0.159337 0.228158 0.0189305 0 0 0 +1244 16 0.665354 0.84457 0.0732835 0 0 1 +476 16 0.195261 0.542921 0.454811 0 0 0 +1851 16 0.719389 0.954015 0.435492 0 0 0 +472 15 0.975405 0.547963 0.486889 -1 0 0 +626 16 0.19019 0.181417 0.00766857 0 0 0 +442 15 0.972115 0.418801 0.24368 -1 0 0 +443 16 0.963674 0.383774 0.246224 -1 0 0 +444 16 0.940558 0.435305 0.237647 -1 0 0 +1878 16 0.881454 0.197913 0.416597 0 1 0 +126 16 0.130982 0.00182706 0.447334 0 0 0 +202 15 0.133237 0.436826 0.359877 0 0 0 +87 16 0.259868 0.170217 0.103769 0 0 0 +900 16 0.645307 0.636608 0.0566999 0 0 0 +925 15 0.390988 0.641284 0.0155541 0 0 1 +408 16 0.444338 0.428201 0.0788958 0 0 0 +1208 16 0.385957 0.837965 0.103865 0 0 0 +466 15 0.243925 0.786285 0.23545 0 0 0 +467 16 0.224366 0.804256 0.210974 0 0 0 +468 16 0.230161 0.752891 0.235294 0 0 0 +469 15 0.193233 0.555106 0.36227 0 0 0 +470 16 0.207104 0.588086 0.367219 0 0 0 +471 16 0.175513 0.557353 0.330876 0 0 0 +99 16 0.944015 0.172256 0.328788 -1 0 0 +599 16 0.350694 0.0418255 0.0220473 0 0 0 +886 15 0.526668 0.700803 0.105599 0 0 0 +1188 16 0.727245 0.34406 0.172637 0 0 0 +888 16 0.535031 0.682571 0.135637 0 0 0 +483 16 0.131085 0.740801 0.131129 0 0 1 +813 16 0.32399 0.100972 0.356969 0 0 0 +493 15 0.11746 0.772036 0.407115 0 0 0 +494 16 0.14726 0.752217 0.402234 0 0 0 +495 16 0.129648 0.804032 0.418618 0 0 0 +496 15 0.784012 0.591653 0.458808 -1 0 0 +29 7 0.496058 0.388002 0.493894 0 0 0 +894 16 0.45954 0.605379 0.00999246 0 0 1 +1679 16 0.697392 0.918077 0.0433347 0 -1 0 +390 16 0.170949 0.319566 0.464762 0 0 0 +1201 15 0.640489 0.427982 0.185215 0 0 0 +1358 16 0.66679 0.555354 0.109119 0 0 0 +667 15 0.303572 0.56888 0.112879 0 0 0 +517 15 0.16927 0.794826 0.151531 0 0 0 +518 16 0.152562 0.826823 0.150242 0 0 0 +519 16 0.198593 0.799084 0.130877 0 0 0 +520 15 0.0984175 0.622804 0.276388 0 0 0 +521 16 0.0964 0.61077 0.310384 0 0 0 +522 16 0.0881354 0.657371 0.278394 0 0 0 +523 15 0.179048 0.843402 0.436272 0 0 0 +524 16 0.18755 0.870061 0.413434 0 0 0 +525 16 0.200309 0.848917 0.464946 0 0 0 +1052 16 0.674849 0.673795 0.167833 0 0 0 +933 16 0.502739 0.283691 0.0558517 0 0 1 +149 16 0.793634 0.0936533 0.217382 -1 0 0 +607 15 0.213634 0.188674 0.389997 0 0 0 +544 15 0.223306 0.0204823 0.100558 0 1 0 +545 16 0.18822 0.0133785 0.105369 0 1 0 +546 16 0.235628 0.99257 0.0812267 0 0 0 +547 15 0.0997258 0.8891 0.15725 0 0 0 +548 16 0.0734637 0.912687 0.149599 0 0 0 +549 16 0.130238 0.906425 0.148679 0 0 0 +550 15 0.100401 0.863078 0.266226 0 0 0 +551 16 0.086705 0.840379 0.241694 0 0 0 +552 16 0.1279 0.879225 0.249265 0 0 0 +1771 15 0.782856 0.772971 0.455707 0 0 0 +624 16 0.376643 0.194459 0.0905558 0 0 0 +1518 16 0.734964 0.585248 0.406203 0 0 0 +447 16 0.129399 0.375404 0.339997 0 0 0 +1648 15 0.516408 0.830679 0.189703 0 -1 0 +693 16 0.25118 0.435505 0.137552 0 0 0 +1164 16 0.633459 0.243219 0.00388259 0 0 0 +394 15 0.0527632 0.151214 0.464253 0 0 0 +1146 16 0.803961 0.159431 0.357594 0 0 0 +1586 16 0.0525211 0.560015 0.360098 1 0 0 +1058 16 0.339181 0.67096 0.109404 0 0 0 +577 15 0.443706 0.211281 0.327585 0 0 0 +578 16 0.425141 0.190638 0.304481 0 0 0 +579 16 0.461178 0.187766 0.348713 0 0 0 +580 15 0.148263 0.99869 0.244538 0 -1 0 +1532 16 0.845916 0.706371 0.24744 0 0 0 +582 16 0.114579 0.00221155 0.231982 0 0 0 +897 16 0.445604 0.669594 0.109753 0 0 0 +1180 15 0.605419 0.0949487 0.484607 0 0 0 +245 16 0.80055 0.686323 0.0611365 -1 0 0 +1876 15 0.86882 0.174987 0.441485 0 1 0 +768 16 0.382244 0.905904 0.0141479 0 0 0 +601 15 0.265105 0.950352 0.0255049 0 -1 0 +602 16 0.301162 0.948685 0.0268448 0 -1 0 +367 15 0.157016 0.184563 0.482481 0 0 0 +604 15 0.211346 0.0879994 0.242478 0 0 0 +605 16 0.206998 0.121639 0.230063 0 0 0 +606 16 0.179811 0.07172 0.235756 0 0 0 +342 16 0.0529058 0.946423 0.440118 0 -1 0 +625 15 0.171214 0.19749 0.0338648 0 0 0 +1573 15 0.762128 0.790765 0.104916 0 0 0 +736 15 0.361058 0.683636 0.208861 0 0 0 +1305 16 0.725727 0.362776 0.080392 0 0 0 +1204 15 0.745527 0.536347 0.113359 0 0 0 +224 16 0.984776 0.518748 0.115774 -1 0 0 +588 16 0.21739 0.973263 0.366285 0 -1 0 +1438 15 0.833903 0.952739 0.361912 0 -1 0 +628 15 0.288701 0.351827 0.241854 0 0 0 +629 16 0.315777 0.367815 0.224078 0 0 0 +630 16 0.299982 0.317889 0.246909 0 0 0 +631 15 0.421061 0.220484 0.201123 0 0 0 +632 16 0.397391 0.22777 0.227415 0 0 0 +633 16 0.401032 0.206456 0.174539 0 0 0 +634 15 0.207141 0.416286 0.259117 0 0 0 +635 16 0.234241 0.392433 0.257997 0 0 0 +636 16 0.179884 0.398306 0.274557 0 0 0 +409 15 0.265481 0.588692 0.203944 0 0 0 +1011 16 0.463265 0.288003 0.448747 0 0 0 +649 15 0.149809 0.420315 0.0924696 0 0 0 +650 16 0.183247 0.433692 0.0952204 0 0 0 +651 16 0.15361 0.385006 0.0990611 0 0 0 +652 15 0.0590112 0.429047 0.181186 0 0 0 +653 16 0.0303359 0.422023 0.201994 0 0 0 +654 16 0.0486721 0.456877 0.160614 0 0 0 +1234 15 0.506895 0.81641 0.499175 0 0 0 +1772 16 0.753519 0.784891 0.473081 0 0 0 +565 15 0.166453 0.823337 0.0377975 0 0 1 +658 15 0.132425 0.0876817 0.369288 0 0 0 +557 16 0.286389 0.960152 0.465225 0 0 0 +660 16 0.110329 0.0707979 0.346238 0 0 0 +1330 15 0.822438 0.373295 0.226113 0 0 0 +670 15 0.0749122 0.618158 0.102563 0 0 0 +671 16 0.0884251 0.607465 0.134307 0 0 0 +672 16 0.0899311 0.65049 0.0967581 0 0 0 +673 15 0.347429 0.362434 0.425569 0 0 0 +674 16 0.360779 0.371822 0.457791 0 0 0 +675 16 0.371005 0.375876 0.401734 0 0 0 +1739 16 0.705611 0.633634 0.288672 0 0 0 +453 16 0.251478 0.443404 0.428285 0 0 0 +193 15 0.717779 0.415999 0.0430396 -1 0 0 +1181 16 0.640265 0.0875752 0.478605 0 0 0 +1575 16 0.778783 0.769452 0.0809781 0 0 0 +609 16 0.235807 0.206345 0.412373 0 0 0 +1838 16 0.758756 0.624717 0.151356 0 0 0 +694 15 0.413632 0.499822 0.0708298 0 0 0 +1668 16 0.924644 0.137706 0.482821 0 0 0 +696 16 0.404016 0.521958 0.0977028 0 0 0 +697 15 0.2176 0.687988 0.228055 0 0 0 +698 16 0.195064 0.686306 0.19988 0 0 0 +699 16 0.234247 0.655934 0.228261 0 0 0 +1331 16 0.81225 0.406068 0.237369 0 0 0 +690 16 0.374265 0.452962 0.0297463 0 0 1 +715 15 0.97536 0.673381 0.115056 -1 0 0 +716 16 0.976214 0.688667 0.14777 -1 0 0 +717 16 0.0100729 0.670504 0.105497 0 0 0 +718 15 0.362701 0.600313 0.28371 0 0 0 +719 16 0.342436 0.588122 0.311011 0 0 0 +720 16 0.33884 0.611835 0.259164 0 0 0 +987 16 0.567918 0.151935 0.488475 0 0 0 +1038 16 0.463763 0.40363 0.220088 0 0 0 +223 15 0.0181442 0.505991 0.110443 0 0 0 +805 15 0.109497 0.972993 0.340719 0 -1 0 +343 15 0.263025 0.0299518 0.491959 0 0 0 +739 15 0.339847 0.878458 0.136359 0 0 0 +740 16 0.332524 0.91093 0.150377 0 0 0 +741 16 0.338979 0.883618 0.10062 0 0 0 +742 15 0.426707 0.520496 0.245231 0 0 0 +743 16 0.404384 0.544209 0.260851 0 0 0 +744 16 0.459171 0.528124 0.259106 0 0 0 +745 15 0.238387 0.657372 0.329449 0 0 0 +746 16 0.220268 0.681293 0.349551 0 0 0 +747 16 0.23669 0.670615 0.295888 0 0 0 +1235 16 0.486421 0.836383 0.477118 0 0 0 +1486 15 0.779995 0.337258 0.437172 0 0 0 +1317 16 0.766324 0.386791 0.366641 0 0 0 +1478 16 0.72539 0.166429 0.03743 0 0 0 +766 15 0.369901 0.924158 0.0427671 0 0 0 +767 16 0.388149 0.955323 0.0421877 0 0 0 +1345 15 0.922768 0.269268 0.409047 0 0 0 +769 15 0.0255572 0.783992 0.250574 0 0 0 +770 16 0.0247906 0.759203 0.224316 0 0 0 +771 16 0.0310615 0.764999 0.2808 0 0 0 +1812 16 0.907959 0.703387 0.102509 0 0 0 +1245 16 0.634335 0.803362 0.0487255 0 0 1 +1492 15 0.0189283 0.266333 0.385522 1 0 0 +899 16 0.670566 0.684868 0.0394864 0 0 0 +803 16 0.299496 0.755796 0.493236 0 -1 0 +1359 16 0.610654 0.562728 0.101518 0 0 0 +1692 16 0.648445 0.970086 0.369539 0 -1 0 +1163 16 0.58672 0.264249 0.0291118 0 0 0 +1050 16 0.416545 0.545029 0.183434 0 0 0 +793 15 0.32656 0.89549 0.257103 0 -1 0 +794 16 0.317452 0.917323 0.284398 0 -1 0 +795 16 0.299803 0.899301 0.233142 0 -1 0 +796 15 0.28442 0.107535 0.145228 0 0 0 +797 16 0.268517 0.0825775 0.12452 0 0 0 +798 16 0.258084 0.119453 0.166884 0 0 0 +799 15 0.34711 0.261346 0.381797 0 0 0 +800 16 0.361229 0.294406 0.378285 0 0 0 +801 16 0.3757 0.239273 0.382077 0 0 0 +1158 16 0.553214 0.0230226 0.386063 0 0 0 +450 16 0.3019 0.526526 0.437515 0 0 0 +1666 15 0.955303 0.123171 0.495207 0 0 0 +1850 16 0.712597 0.902743 0.411233 0 0 0 +1144 15 0.795236 0.131885 0.379267 0 0 0 +820 15 0.519023 0.182094 0.208657 0 0 0 +821 16 0.483218 0.186803 0.20933 0 0 0 +822 16 0.530936 0.19898 0.23828 0 0 0 +1449 16 0.539459 0.861537 0.017583 0 -1 1 +905 16 0.596036 0.410362 0.0988411 0 0 1 +1362 16 0.651139 0.447901 0.00819572 0 0 0 +826 15 0.348995 0.228636 0.275638 0 0 0 +827 16 0.336747 0.195849 0.284561 0 0 0 +828 16 0.345936 0.248009 0.305968 0 0 0 +344 16 0.237545 0.0334173 0.466594 0 0 0 +830 16 0.316456 0.103201 0.486219 0 0 0 +1713 16 0.941015 0.0462663 0.0953924 0 0 0 +1048 15 0.400499 0.560286 0.154897 0 0 0 +1187 16 0.745689 0.363879 0.222941 0 0 0 +491 16 0.208348 0.684409 0.0474717 0 0 0 +1447 15 0.51752 0.889638 0.0233822 0 -1 1 +849 16 0.429348 0.183823 0.00675121 0 0 0 +850 15 0.698518 0.0389706 0.0920816 0 0 0 +851 16 0.691152 0.0494324 0.058304 0 0 0 +852 16 0.720335 0.0104501 0.0881732 0 0 0 +853 15 0.541744 0.233208 0.294006 0 0 0 +854 16 0.514086 0.236043 0.317062 0 0 0 +855 16 0.571154 0.234603 0.314929 0 0 0 +934 15 0.205319 0.602915 0.069056 0 0 1 +1734 16 0.829394 0.497263 0.0307821 0 0 0 +858 16 0.208403 0.250305 0.354858 0 0 0 +1849 15 0.736636 0.922929 0.429103 0 0 0 +1763 16 0.0391515 0.454794 0.0645737 1 0 0 +865 15 0.229393 0.368499 0.156841 0 0 0 +866 16 0.257746 0.361645 0.178143 0 0 0 +867 16 0.20099 0.355847 0.17522 0 0 0 +868 15 0.483132 0.145052 0.394183 0 0 0 +869 16 0.497456 0.156191 0.425414 0 0 0 +870 16 0.508611 0.124078 0.379504 0 0 0 +136 15 0.104643 0.145932 0.0914551 0 0 0 +1493 16 0.0291846 0.233194 0.375462 1 0 0 +369 16 0.122711 0.173702 0.47935 0 0 0 +1157 16 0.604895 0.0394391 0.404034 0 0 0 +340 15 0.0887148 0.951052 0.439171 0 -1 0 +1162 15 0.621767 0.257667 0.0348529 0 0 0 +1819 15 0.809395 0.868166 0.483532 0 0 0 +1733 16 0.836739 0.45591 0.069504 0 0 0 +880 15 0.165136 0.493461 0.193833 0 0 0 +881 16 0.167671 0.45971 0.206445 0 0 0 +882 16 0.1592 0.489475 0.158427 0 0 0 +883 15 0.338537 0.382876 0.158018 0 0 0 +884 16 0.34406 0.380591 0.122397 0 0 0 +885 16 0.371575 0.380739 0.17246 0 0 0 +1848 16 0.487469 0.936121 0.338301 0 0 0 +1440 16 0.804161 0.953755 0.382382 0 -1 0 +1228 15 0.634811 0.5974 0.491192 0 0 0 +1315 15 0.765795 0.421273 0.355899 0 0 0 +482 16 0.0855972 0.73153 0.0978386 0 0 1 +433 15 0.0928616 0.28586 0.0654281 0 0 0 +931 15 0.521182 0.275473 0.0259031 0 0 1 +86 16 0.208639 0.189884 0.08789 0 0 0 +887 16 0.537484 0.734622 0.112227 0 0 0 +1400 16 0.376796 0.805646 0.0100942 0 0 0 +1847 16 0.450634 0.893197 0.346305 0 0 0 +220 15 0.998309 0.237401 0.0241181 -1 0 0 +916 15 0.211489 0.897777 0.109437 0 0 0 +917 16 0.235883 0.910715 0.0861521 0 0 0 +918 16 0.224019 0.907353 0.141931 0 0 0 +919 15 0.347496 0.786728 0.203107 0 0 0 +920 16 0.346028 0.822116 0.196026 0 0 0 +921 16 0.313563 0.77779 0.211667 0 0 0 +1585 15 0.0706983 0.589962 0.368895 1 0 0 +411 16 0.260746 0.557853 0.222144 0 0 0 +895 15 0.437807 0.649843 0.138972 0 0 0 +1049 16 0.418495 0.591192 0.14984 0 0 0 +371 16 0.242757 0.376102 0.485663 0 0 0 +498 16 0.818885 0.586814 0.450736 -1 0 0 +1678 15 0.700694 0.91255 0.00779349 0 -1 0 +1684 15 0.838512 0.98667 0.1676 0 -1 0 +943 15 0.374536 0.617563 0.384701 0 0 0 +944 16 0.381234 0.636339 0.354582 0 0 0 +945 16 0.39696 0.631595 0.409295 0 0 0 +946 15 0.309867 0.808315 0.314904 0 0 0 +947 16 0.29234 0.789863 0.289274 0 0 0 +948 16 0.326969 0.83463 0.297026 0 0 0 +877 15 0.549431 0.549034 0.0992815 0 0 0 +1464 16 0.926365 0.932592 0.202715 0 -1 0 +1477 15 0.701178 0.139914 0.0335166 0 0 0 +1759 15 0.85537 0.682914 0.469018 0 0 0 +567 16 0.181313 0.790465 0.0359921 0 0 1 +1531 15 0.843404 0.670379 0.245726 0 0 0 +967 15 0.435446 0.767041 0.161672 0 -1 0 +968 16 0.455786 0.793736 0.175027 0 -1 0 +969 16 0.40203 0.774491 0.173183 0 -1 0 +970 15 0.319964 0.959494 0.329652 0 -1 0 +971 16 0.307551 0.984716 0.306972 0 -1 0 +972 16 0.342941 0.977191 0.35118 0 -1 0 +1357 15 0.64091 0.580534 0.110009 0 0 0 +812 16 0.35524 0.0641571 0.38749 0 0 0 +911 16 0.584511 0.316488 0.129189 0 0 1 +1347 16 0.958256 0.274506 0.404827 0 0 0 +1783 15 0.939105 0.574873 0.106752 0 0 0 +829 15 0.342213 0.127127 0.477925 0 0 0 +481 15 0.114163 0.714935 0.112442 0 0 1 +994 15 0.537823 0.277077 0.151709 0 0 0 +995 16 0.547018 0.247673 0.170563 0 0 0 +996 16 0.501964 0.274677 0.148106 0 0 0 +997 15 0.518372 0.0927843 0.290734 0 0 0 +998 16 0.48251 0.0942221 0.286672 0 0 0 +999 16 0.530349 0.123729 0.276467 0 0 0 +1000 15 0.416122 0.122856 0.282431 0 0 0 +1001 16 0.397575 0.103623 0.306735 0 0 0 +1002 16 0.403426 0.111747 0.250493 0 0 0 +1057 15 0.306737 0.686242 0.1137 0 0 0 +802 15 0.267515 0.768053 0.481764 0 -1 0 +573 16 0.341218 0.161858 0.0328491 0 0 0 +1846 15 0.477306 0.91135 0.362544 0 0 0 +1638 16 0.906294 0.000833885 0.432451 0 1 0 +1021 15 0.438693 0.277607 0.101053 0 0 0 +1022 16 0.430626 0.250382 0.123375 0 0 0 +1023 16 0.40682 0.292753 0.0933519 0 0 0 +1024 15 0.762744 0.267976 0.275787 0 0 0 +1025 16 0.780743 0.246101 0.298195 0 0 0 +1026 16 0.765268 0.25195 0.243517 0 0 0 +1027 15 0.606941 0.945101 0.279064 0 -1 0 +1028 16 0.600543 0.949203 0.243753 0 -1 0 +1029 16 0.578177 0.959779 0.295244 0 -1 0 +1516 15 0.706838 0.588237 0.383739 0 0 0 +134 16 0.897107 0.151162 0.029365 -1 0 1 +1175 16 0.703944 0.363539 0.32207 0 0 0 +1845 16 0.0655314 0.756777 0.436621 1 0 0 +1156 15 0.570098 0.0491162 0.404465 0 0 0 +1039 15 0.351126 0.333223 0.07094 0 0 0 +1040 16 0.319957 0.316519 0.0635844 0 0 0 +1041 16 0.372303 0.325744 0.0426508 0 0 0 +1042 15 0.601952 0.412039 0.364497 0 0 0 +1043 16 0.627371 0.437147 0.359192 0 0 0 +1044 16 0.593128 0.400928 0.331281 0 0 0 +1738 15 0.712824 0.598663 0.28323 0 0 0 +912 16 0.61493 0.319847 0.0809522 0 0 1 +1729 15 0.933388 0.291314 0.0920789 0 0 0 +1844 16 0.051067 0.730349 0.485157 1 0 0 +1795 15 0.975562 0.612514 0.286782 0 0 0 +1843 15 0.0379654 0.752128 0.459493 1 0 0 +1207 15 0.392091 0.813451 0.0780569 0 0 0 +1209 16 0.422545 0.796949 0.0882971 0 0 0 +935 16 0.172964 0.595722 0.0834091 0 0 1 +1794 16 0.622895 0.659535 0.372941 0 0 0 +1407 16 0.528218 0.939044 0.391738 0 0 0 +10 3 0.500807 0.492446 0.474455 0 0 0 +1690 15 0.659576 0.00388332 0.375741 0 0 0 +1060 15 0.273407 0.618618 0.417502 0 0 0 +1061 16 0.262075 0.645476 0.396175 0 0 0 +1062 16 0.309294 0.618341 0.413421 0 0 0 +448 15 0.275721 0.504165 0.426592 0 0 0 +1784 16 0.920075 0.577198 0.137364 0 0 0 +1494 16 0.0333417 0.270698 0.418352 1 0 0 +1712 16 0.989153 0.0265029 0.071821 0 0 0 +760 15 0.266483 0.7903 0.114286 0 0 1 +1822 15 0.952971 0.63535 0.387481 0 0 0 +299 16 0.765407 0.947146 0.0246233 -1 0 0 +1020 16 0.271721 0.167367 0.341556 0 0 0 +1837 15 0.760106 0.660275 0.145155 0 0 0 +1053 16 0.631418 0.636857 0.164258 0 0 0 +807 16 0.0984435 0.967973 0.374737 0 -1 0 +906 16 0.540683 0.419222 0.087842 0 0 1 +1087 15 0.263245 0.944913 0.186204 0 0 0 +1088 16 0.285167 0.969777 0.171857 0 0 0 +1089 16 0.238304 0.964026 0.204016 0 0 0 +1090 15 0.296248 0.0349058 0.248711 0 1 0 +1091 16 0.327853 0.0475064 0.236585 0 1 0 +1092 16 0.271704 0.0579901 0.235697 0 1 0 +1361 16 0.599707 0.460807 0.0294455 0 0 0 +1018 15 0.295857 0.157111 0.31672 0 0 0 +1059 16 0.288042 0.662419 0.133387 0 0 0 +1839 16 0.770021 0.674614 0.176789 0 0 0 +1504 15 0.00993592 0.348563 0.115756 1 0 0 +1111 15 0.335178 0.999197 0.123461 0 -1 0 +1112 16 0.369824 0.00620708 0.116037 0 0 0 +1113 16 0.317338 0.00917426 0.0936815 0 0 0 +1114 15 0.448771 0.976633 0.238626 0 -1 0 +1115 16 0.44358 0.941025 0.235498 0 -1 0 +1116 16 0.446942 0.98906 0.204761 0 -1 0 +1117 15 0.372081 0.0792294 0.188902 0 0 0 +1118 16 0.347172 0.0897625 0.16496 0 0 0 +1119 16 0.386461 0.0493999 0.174479 0 0 0 +1120 15 0.435899 0.860318 0.446648 0 -1 0 +1121 16 0.44745 0.879932 0.418604 0 -1 0 +1122 16 0.402812 0.849442 0.437077 0 -1 0 +357 16 0.0605353 0.0939901 0.0410664 0 0 0 +845 16 0.551896 0.0442686 0.0506592 0 0 0 +1138 15 0.600347 0.108741 0.0399678 0 0 0 +1139 16 0.58846 0.121196 0.0717195 0 0 0 +1140 16 0.633633 0.122395 0.036772 0 0 0 +1141 15 0.416659 0.0651001 0.430267 0 0 0 +33 4 0.508898 0.34963 0.489047 0 0 0 +1143 16 0.435546 0.0415245 0.450068 0 0 0 +1010 16 0.423429 0.296422 0.488817 0 0 0 +452 16 0.272999 0.392942 0.412357 0 0 0 +1711 15 0.953182 0.0247694 0.0690392 0 0 0 +1681 15 0.905442 0.879325 0.00546966 0 -1 0 +497 16 0.784321 0.61353 0.487547 -1 0 0 +434 16 0.101691 0.304358 0.0951683 0 0 0 +1007 16 0.23 0.03742 0.310401 0 0 0 +449 16 0.257188 0.523193 0.402115 0 0 0 +1151 16 0.720075 0.11524 0.488416 0 0 0 +368 16 0.156801 0.218731 0.470773 0 0 0 +1821 16 0.796975 0.897947 0.467301 0 0 0 +477 16 0.170574 0.501527 0.485478 0 0 0 +1760 16 0.836315 0.711197 0.457122 0 0 0 +1171 15 0.648933 0.351357 0.436419 0 0 0 +1172 16 0.62676 0.374457 0.419704 0 0 0 +896 16 0.467144 0.652604 0.15986 0 0 0 +1174 15 0.692447 0.329867 0.315856 0 0 0 +913 15 0.538169 0.718384 0.00330281 0 0 0 +1176 16 0.722247 0.311693 0.306568 0 0 0 +1793 16 0.599646 0.687563 0.416956 0 0 0 +1189 15 0.538422 0.400604 0.228944 0 0 0 +1190 16 0.545324 0.374856 0.253317 0 0 0 +1191 16 0.568838 0.403183 0.209635 0 0 0 +1192 15 0.595573 0.326844 0.279589 0 0 0 +1193 16 0.592932 0.293261 0.266559 0 0 0 +1194 16 0.630495 0.330564 0.288028 0 0 0 +1195 15 0.639745 0.227043 0.328452 0 0 0 +1196 16 0.655183 0.259453 0.332437 0 0 0 +1197 16 0.655437 0.21309 0.299063 0 0 0 +1344 16 0.678854 0.423613 0.453285 0 0 0 +737 16 0.386372 0.674135 0.184913 0 0 0 +669 16 0.313921 0.567938 0.0782867 0 0 0 +1710 16 0.949702 0.0702889 0.209249 0 0 0 +341 16 0.102203 0.919871 0.451436 0 -1 0 +1737 16 0.911451 0.291781 0.247859 0 0 0 +1811 16 0.897255 0.73549 0.0564842 0 0 0 +1664 16 0.728797 0.989657 0.275546 0 -1 0 +1186 15 0.715739 0.359376 0.203259 0 0 0 +285 16 0.0685403 0.0893204 0.493475 0 1 0 +395 16 0.0491124 0.166241 0.431611 0 0 0 +1709 16 0.953953 0.112094 0.17055 0 0 0 +1766 16 0.887417 0.325388 0.334618 0 0 0 +1225 15 0.386174 0.696881 0.313802 0 0 0 +1226 16 0.366831 0.689876 0.284114 0 0 0 +1227 16 0.361586 0.700262 0.340043 0 0 0 +761 16 0.296086 0.810918 0.112511 0 0 1 +406 15 0.463107 0.398849 0.0693654 0 0 0 +980 16 0.631283 0.978344 0.47055 0 -1 0 +1232 16 0.36672 0.726607 0.446067 0 0 0 +1810 15 0.880898 0.717548 0.0832267 0 0 0 +1487 16 0.807725 0.323508 0.455789 0 0 0 +1069 15 0.315556 0.738854 0.389478 0 0 0 +985 15 0.539849 0.174602 0.486731 0 0 0 +1587 16 0.0767231 0.586806 0.404369 1 0 0 +180 16 0.850135 0.556873 0.341813 -1 0 0 +824 16 0.228263 0.339671 0.0295635 0 0 0 +1792 15 0.625764 0.664031 0.408665 0 0 0 +1252 15 0.707499 0.910346 0.103274 0 -1 0 +1253 16 0.683032 0.898794 0.127202 0 -1 0 +1254 16 0.738763 0.909899 0.121357 0 -1 0 +1255 15 0.557801 0.944148 0.190118 0 -1 0 +1256 16 0.527599 0.934239 0.172964 0 -1 0 +1257 16 0.574498 0.966303 0.166988 0 -1 0 +1258 15 0.515417 0.98804 0.310914 0 -1 0 +1259 16 0.530132 0.0187256 0.298811 0 0 0 +1260 16 0.488476 0.981203 0.287846 0 -1 0 +1261 15 0.65097 0.899929 0.367252 0 -1 0 +1262 16 0.622722 0.894809 0.389171 0 -1 0 +1263 16 0.6363 0.909461 0.335652 0 -1 0 +179 16 0.860806 0.52658 0.389056 -1 0 0 +691 15 0.244324 0.464913 0.117733 0 0 0 +1279 15 0.419441 0.0152698 0.0218624 0 0 0 +1280 16 0.449003 0.0193498 0.0422101 0 0 0 +831 16 0.369319 0.107108 0.464919 0 0 0 +1282 15 0.446656 0.00842204 0.137928 0 0 0 +1283 16 0.460999 0.975339 0.135824 0 -1 0 +1284 16 0.471651 0.0300689 0.123391 0 0 0 +1285 15 0.724223 0.0570712 0.308461 0 0 0 +1286 16 0.692199 0.0701019 0.298008 0 0 0 +1287 16 0.748401 0.0791009 0.293138 0 0 0 +1288 15 0.791666 0.0773927 0.152772 0 0 0 +1289 16 0.814172 0.105399 0.149064 0 0 0 +1650 16 0.526545 0.833306 0.224271 0 -1 0 +492 16 0.159333 0.712408 0.0562441 0 0 0 +1791 16 0.894156 0.786093 0.395774 0 0 0 +1765 15 0.88342 0.34774 0.306528 0 0 0 +598 15 0.315558 0.0491228 0.0261461 0 0 0 +1231 15 0.395127 0.733412 0.467312 0 0 0 +1152 16 0.704845 0.0953419 0.437079 0 0 0 +1309 15 0.555039 0.167765 0.113283 0 0 0 +1310 16 0.549631 0.159157 0.147943 0 0 0 +1311 16 0.552467 0.203781 0.11239 0 0 0 +1312 15 0.630074 0.257085 0.209774 0 0 0 +1313 16 0.638127 0.290248 0.197944 0 0 0 +1314 16 0.652405 0.235304 0.191566 0 0 0 +446 16 0.159435 0.327901 0.329767 0 0 0 +1652 16 0.78796 0.854748 0.11664 0 -1 0 +1689 16 0.827504 0.944142 0.220287 0 -1 0 +571 15 0.309358 0.148193 0.04299 0 0 0 +1790 16 0.881362 0.837321 0.373969 0 0 0 +1333 15 0.705287 0.479868 0.257963 0 0 0 +1334 16 0.680098 0.469895 0.234075 0 0 0 +1335 16 0.71965 0.509909 0.243968 0 0 0 +1336 15 0.825817 0.191428 0.103239 0 0 0 +1337 16 0.826029 0.174876 0.0711361 0 0 0 +1338 16 0.804722 0.220342 0.0983799 0 0 0 +1339 15 0.795891 0.456742 0.448943 0 0 0 +1441 15 0.811551 0.0369483 0.482244 0 0 0 +724 15 0.0738029 0.571681 0.473872 0 0 0 +1732 15 0.812603 0.480073 0.0577477 0 0 0 +1343 16 0.659991 0.469286 0.424623 0 0 0 +1008 16 0.269104 0.0426746 0.351712 0 0 0 +668 16 0.333811 0.562443 0.131555 0 0 0 +1736 16 0.935115 0.242706 0.265036 0 0 0 +904 15 0.571694 0.436632 0.094153 0 0 1 +1574 16 0.72694 0.786171 0.0981875 0 0 0 +1363 15 0.775012 0.573402 0.203792 0 0 0 +1364 16 0.763917 0.595967 0.229722 0 0 0 +1365 16 0.810546 0.570027 0.209321 0 0 0 +1332 16 0.841803 0.359923 0.253514 0 0 0 +1100 16 0.471497 0.547054 0.488265 0 0 0 +1490 16 0.125143 0.409422 0.492061 1 0 0 +1663 15 0.716956 0.957647 0.263723 0 -1 0 +1708 15 0.971176 0.0829326 0.183103 0 0 0 +174 16 0.884083 0.461517 0.352503 -1 0 0 +1818 16 0.856572 0.479885 0.24476 0 0 0 +1381 15 0.545977 0.73357 0.428309 0 0 0 +1382 16 0.563444 0.749657 0.401093 0 0 0 +1383 16 0.534746 0.760801 0.449214 0 0 0 +1384 15 0.34233 0.861937 0.409505 0 0 0 +1385 16 0.322285 0.891893 0.411841 0 0 0 +1386 16 0.343742 0.854721 0.374141 0 0 0 +1387 15 0.610093 0.858152 0.458607 0 0 0 +1388 16 0.595621 0.83633 0.483486 0 0 0 +1389 16 0.613763 0.889898 0.475439 0 0 0 +1688 16 0.775521 0.938844 0.243375 0 -1 0 +1649 16 0.544032 0.814073 0.173402 0 -1 0 +1687 15 0.809853 0.928456 0.247618 0 -1 0 +1817 16 0.885272 0.526149 0.227459 0 0 0 +1789 15 0.872455 0.802376 0.371929 0 0 0 +1707 16 0.727329 0.2139 0.150707 0 0 0 +300 16 0.813447 0.971276 0.0439431 -1 0 0 +892 15 0.482762 0.577835 0.0125814 0 0 1 +1402 15 0.690592 0.15924 0.263056 0 1 0 +1403 16 0.7088 0.171966 0.234575 0 1 0 +1404 16 0.664784 0.138419 0.248738 0 1 0 +1405 15 0.557131 0.942765 0.413065 0 0 0 +1406 16 0.561996 0.910023 0.427519 0 0 0 +1517 16 0.70435 0.623635 0.377004 0 0 0 +1462 15 0.927549 0.968458 0.206812 0 -1 0 +738 16 0.359436 0.719643 0.206517 0 0 0 +516 16 0.0918835 0.0127766 0.140548 0 1 0 +1730 16 0.907897 0.297341 0.116948 0 0 0 +1426 15 0.450561 0.778341 0.289731 0 -1 0 +1427 16 0.430296 0.75356 0.30646 0 -1 0 +1428 16 0.483157 0.763025 0.286979 0 -1 0 +1429 15 0.484124 0.916521 0.123174 0 -1 0 +1430 16 0.487064 0.914758 0.0872181 0 -1 0 +1431 16 0.482472 0.882047 0.133826 0 -1 0 +1432 15 0.782622 0.830919 0.261961 0 -1 0 +1433 16 0.77869 0.817418 0.295231 0 -1 0 +1434 16 0.788305 0.866213 0.267124 0 -1 0 +1435 15 0.648129 0.832276 0.271833 0 -1 0 +1436 16 0.655927 0.830468 0.307054 0 -1 0 +1437 16 0.657796 0.800027 0.258751 0 -1 0 +125 16 0.147126 0.0547865 0.461407 0 0 0 +1796 16 0.96149 0.61656 0.319801 0 0 0 +1453 15 0.646655 0.995818 0.17169 0 -1 0 +1454 16 0.670021 0.968363 0.173897 0 -1 0 +1455 16 0.65991 0.0169115 0.145538 0 0 0 +1456 15 0.870855 0.95455 0.0695916 0 -1 0 +1457 16 0.884782 0.926376 0.0517914 0 -1 0 +1458 16 0.896373 0.980034 0.0675969 0 -1 0 +1459 15 0.627231 0.0712099 0.251221 0 0 0 +1460 16 0.615227 0.0502451 0.224369 0 0 0 +1461 16 0.599563 0.0730027 0.27437 0 0 0 +1290 16 0.763969 0.0850752 0.130898 0 0 0 +1463 16 0.89623 0.980172 0.193156 0 -1 0 +1006 15 0.23469 0.0333241 0.345979 0 0 0 +1637 16 0.885349 0.033721 0.474202 0 1 0 +1037 16 0.429404 0.449215 0.222306 0 0 0 +1316 16 0.782913 0.439204 0.382169 0 0 0 +1773 16 0.807449 0.798974 0.460569 0 0 0 +1203 16 0.63149 0.418295 0.151603 0 0 0 +500 16 0.861899 0.528457 0.49917 -1 0 0 +1483 15 0.670853 0.217026 0.107664 0 0 0 +1484 16 0.654446 0.184853 0.10824 0 0 0 +1485 16 0.656253 0.234132 0.0794008 0 0 0 +844 15 0.520676 0.0263791 0.0475159 0 0 0 +1823 16 0.950373 0.652835 0.41898 0 0 0 +926 16 0.3719 0.615271 0.0317905 0 0 1 +244 15 0.783149 0.688333 0.0295487 -1 0 0 +692 16 0.276083 0.481981 0.11557 0 0 0 +1019 16 0.275924 0.147108 0.288309 0 0 0 +1205 16 0.762615 0.510904 0.0942459 0 0 0 +1505 16 0.0240971 0.38013 0.105382 1 0 0 +1507 15 0.691527 0.148375 0.379901 0 0 0 +1508 16 0.661006 0.16492 0.389871 0 0 0 +1509 16 0.689613 0.146792 0.343867 0 0 0 +1510 15 0.801273 0.467394 0.271096 0 0 0 +1511 16 0.766103 0.459884 0.274463 0 0 0 +1512 16 0.815055 0.461104 0.303885 0 0 0 +1513 15 0.833267 0.192797 0.303939 0 0 0 +1514 16 0.830365 0.161494 0.286155 0 0 0 +1515 16 0.868791 0.199186 0.30529 0 0 0 +857 16 0.250757 0.288631 0.355673 0 0 0 +1740 16 0.708613 0.583391 0.315691 0 0 0 +608 16 0.189169 0.173363 0.411714 0 0 0 +1816 15 0.889672 0.491307 0.2359 0 0 0 +1767 16 0.88366 0.380773 0.321135 0 0 0 +1762 15 0.0515031 0.420941 0.0621161 1 0 0 +1534 15 0.608576 0.650409 0.296351 0 0 0 +1535 16 0.599327 0.619544 0.280029 0 0 0 +1536 16 0.634729 0.664156 0.275574 0 0 0 +1537 15 0.833075 0.320107 0.142898 0 0 0 +1538 16 0.799654 0.320343 0.129202 0 0 0 +1539 16 0.82971 0.335783 0.175264 0 0 0 +1540 15 0.665204 0.494115 0.355525 0 0 0 +1541 16 0.680574 0.525026 0.36615 0 0 0 +1542 16 0.679944 0.487293 0.323264 0 0 0 +1543 15 0.627053 0.789192 0.382316 0 0 0 +1544 16 0.648294 0.770804 0.405017 0 0 0 +1545 16 0.625111 0.822326 0.396564 0 0 0 +1764 16 0.0863056 0.423297 0.0714889 1 0 0 +1686 16 0.817625 0.0160776 0.165703 0 0 0 +1555 15 0.901269 0.593318 0.201866 0 0 0 +1556 16 0.920896 0.597985 0.231827 0 0 0 +1557 16 0.880423 0.622757 0.20002 0 0 0 +1558 15 0.561492 0.756522 0.295923 0 0 0 +1559 16 0.578275 0.768527 0.325568 0 0 0 +1560 16 0.578887 0.726039 0.287387 0 0 0 +1561 15 0.766219 0.679726 0.369338 0 0 0 +1562 16 0.756161 0.678373 0.404002 0 0 0 +1563 16 0.763763 0.714675 0.360554 0 0 0 +451 15 0.24178 0.409941 0.418758 0 0 0 +1706 16 0.77916 0.191416 0.15916 0 0 0 +1340 16 0.818659 0.474467 0.47067 0 0 0 +1815 16 0.834702 0.64398 0.360104 0 0 0 +1576 15 0.688678 0.724197 0.280859 0 0 0 +1577 16 0.719078 0.730513 0.299313 0 0 0 +1578 16 0.69719 0.731656 0.246559 0 0 0 +1579 15 0.877654 0.764101 0.265901 0 0 0 +1580 16 0.869974 0.794382 0.284031 0 0 0 +1581 16 0.872285 0.772695 0.231232 0 0 0 +1582 15 0.743726 0.757683 0.196348 0 0 0 +1583 16 0.75534 0.770232 0.164532 0 0 0 +1584 16 0.760796 0.777982 0.220866 0 0 0 +872 16 0.312502 0.233195 0.437799 0 0 0 +806 16 0.0819372 0.961422 0.320441 0 -1 0 +623 16 0.32687 0.177049 0.112532 0 0 0 +878 16 0.52477 0.552434 0.0731112 0 0 0 +204 16 0.152897 0.446598 0.388558 0 0 0 +811 15 0.328719 0.0656777 0.363017 0 0 0 +1597 15 0.60432 0.763759 0.151991 0 0 0 +1598 16 0.627086 0.776894 0.127215 0 0 0 +1599 16 0.618885 0.732211 0.16185 0 0 0 +1600 15 0.0608858 0.723338 0.328535 1 0 0 +1601 16 0.0859396 0.734741 0.351922 1 0 0 +1602 16 0.038984 0.702417 0.348214 1 0 0 +1603 15 0.428579 0.876055 0.265103 0 0 0 +1604 16 0.441659 0.842437 0.266929 0 0 0 +1605 16 0.392775 0.871988 0.267569 0 0 0 +1566 16 0.685719 0.834157 0.47743 0 0 0 +1691 16 0.68712 0.00868543 0.352874 0 0 0 +396 16 0.0194807 0.151812 0.478271 0 0 0 +1814 16 0.891324 0.636475 0.359059 0 0 0 +1797 16 0.997338 0.583842 0.28967 0 0 0 +1624 15 0.645936 0.887775 0.180795 0 0 0 +1625 16 0.613824 0.901947 0.189314 0 0 0 +1626 16 0.656235 0.870128 0.210579 0 0 0 +1627 15 0.869394 0.77787 0.168651 0 0 0 +1628 16 0.894043 0.799105 0.152964 0 0 0 +1629 16 0.86448 0.750845 0.145197 0 0 0 +1630 15 0.955122 0.869524 0.235838 0 0 0 +1631 16 0.925374 0.851502 0.226098 0 0 0 +1632 16 0.98041 0.843986 0.239437 0 0 0 +1807 15 0.712322 0.564281 0.0127736 0 0 1 +726 16 0.0970058 0.545488 0.482825 0 0 0 +1491 16 0.168995 0.413735 0.455705 1 0 0 +1506 16 0.0334062 0.335631 0.139974 1 0 0 +910 15 0.604445 0.339301 0.109522 0 0 1 +1651 15 0.802375 0.880622 0.137313 0 -1 0 +124 15 0.158647 0.0205557 0.461062 0 0 0 +1653 16 0.810901 0.863871 0.168156 0 -1 0 +1685 16 0.825895 0.964915 0.141673 0 -1 0 +221 16 0.973857 0.257333 0.0417087 -1 0 0 +1705 15 0.74912 0.2013 0.176612 0 0 0 +1657 15 0.0380173 0.00875491 0.184461 1 0 0 +1658 16 0.0107879 0.98985 0.198805 1 -1 0 +1659 16 0.0254493 0.042551 0.182343 1 0 0 +1660 15 0.768973 0.775813 0.343964 0 -1 0 +1661 16 0.751154 0.789208 0.372383 0 -1 0 +1662 16 0.803767 0.777386 0.35353 0 -1 0 +1813 15 0.861554 0.632077 0.339083 0 0 0 +1735 15 0.92641 0.261372 0.235364 0 0 0 +499 15 0.877289 0.526479 0.466553 -1 0 0 +1142 16 0.441391 0.0814794 0.409659 0 0 0 +1442 16 0.776812 0.0451694 0.476748 0 0 0 +1750 15 0.768599 0.236587 0.0223205 0 0 1 +356 16 0.0578921 0.0494487 0.00539442 0 0 0 +1636 15 0.914251 0.0294828 0.452958 0 1 0 +600 16 0.3148 0.0823411 0.0403085 0 0 0 +241 15 0.894184 0.534935 0.0226531 -1 0 1 +1360 15 0.623761 0.471182 0.00457872 0 0 0 +1101 16 0.462414 0.603394 0.485674 0 0 0 +873 16 0.305973 0.182413 0.463135 0 0 0 +473 16 0.00696681 0.552228 0.46985 0 0 0 +1009 15 0.449986 0.273896 0.479232 0 0 0 +1341 16 0.811835 0.424844 0.443204 0 0 0 +490 15 0.187896 0.711048 0.0341785 0 0 0 +936 16 0.228782 0.585979 0.0906721 0 0 1 +1230 16 0.643461 0.615172 0.46096 0 0 0 +871 15 0.288047 0.212581 0.45458 0 0 0 +748 15 0.459382 0.661604 0.447194 0 0 0 +475 15 0.173823 0.537438 0.483358 0 0 0 +1182 16 0.588779 0.0856426 0.453929 0 0 0 +1233 16 0.394093 0.76912 0.472653 0 0 0 +501 16 0.912657 0.529962 0.473003 -1 0 0 +1229 16 0.653328 0.566457 0.48912 0 0 0 +979 15 0.626576 0.952639 0.495484 0 -1 0 +242 16 0.877978 0.561727 0.00464979 -1 0 1 +1448 16 0.531018 0.916065 0.00278933 0 -1 1 +772 15 0.17221 0.662189 0.499831 0 0 0 +1170 16 0.506373 0.146058 0.0148084 0 0 0 +1680 16 0.723123 0.884371 0.00505575 0 -1 0 +413 16 0.119626 0.289601 8.55985e-05 0 0 0 +777 16 0.959299 0.00585018 0.494139 -1 1 0 +227 16 0.874311 0.859864 0.496453 -1 0 0 +1424 16 0.570454 0.784549 0.0008295 0 -1 0 +927 16 0.366098 0.663933 0.00243472 0 0 1 +1808 16 0.679566 0.577478 0.00519146 0 0 1 +1751 16 0.794295 0.252803 0.00279226 0 0 1 +534 16 0.202743 0.569623 0.00737943 0 0 1 +222 16 0.0148917 0.260756 0.00211329 0 0 0 +585 16 0.17366 0.938742 0.491851 0 -1 0 +1620 16 0.821232 0.870757 0.000595228 0 0 1 +318 16 0.132246 0.811056 0.495758 0 0 0 +1293 16 0.831995 0.192894 0.49531 0 0 0 +823 15 0.210111 0.355682 0.00275435 0 0 0 +1682 16 0.910236 0.843635 0.0026653 0 -1 0 +713 16 0.344039 0.522463 0.00600345 0 0 0 +216 16 0.0247333 0.356197 0.00432226 0 0 1 +1554 16 0.686325 0.841873 0.844843 0 0 -1 +35 5 0.442399 0.417128 0.562765 0 0 0 +36 7 0.480208 0.443051 0.591105 0 0 0 +37 1 0.460729 0.47113 0.635979 0 0 0 +38 3 0.431822 0.50614 0.631163 0 0 0 +39 10 0.406728 0.423194 0.573066 0 0 0 +40 4 0.495691 0.471587 0.566472 0 0 0 +41 4 0.51105 0.418755 0.602024 0 0 0 +42 5 0.479436 0.455286 0.680336 0 0 0 +43 6 0.463195 0.47648 0.72706 0 0 0 +44 1 0.482744 0.530716 0.73247 0 0 0 +45 3 0.453219 0.5668 0.729688 0 0 0 +46 7 0.480161 0.44271 0.768983 0 0 0 +47 8 0.464709 0.463469 0.8197 0 0 0 +48 8 0.505847 0.474556 0.854608 0 0 0 +49 8 0.414747 0.475152 0.835011 0 0 0 +50 8 0.495536 0.494037 0.902732 0 0 0 +51 8 0.404948 0.492638 0.882357 0 0 0 +52 8 0.444496 0.50442 0.916023 0 0 0 +53 10 0.505218 0.427931 0.681873 0 0 0 +54 4 0.42248 0.478088 0.727768 0 0 0 +55 4 0.460476 0.405775 0.766571 0 0 0 +56 4 0.521095 0.433662 0.768941 0 0 0 +57 11 0.544086 0.4689 0.8417 0 0 0 +58 11 0.382475 0.467406 0.811362 0 0 0 +59 11 0.524499 0.501934 0.930292 0 0 0 +60 11 0.368059 0.504671 0.894816 0 0 0 +61 11 0.431972 0.522423 0.950372 0 0 0 +62 5 0.532713 0.537274 0.737458 0 0 0 +63 6 0.557447 0.584816 0.741133 0 0 0 +64 12 0.563736 0.604608 0.685621 0 0 0 +65 3 0.591296 0.582611 0.654485 0 0 0 +66 7 0.610058 0.580093 0.763072 0 0 0 +67 7 0.638601 0.631864 0.767793 0 0 0 +68 13 0.612892 0.676722 0.813796 0 0 0 +69 2 0.580846 0.725265 0.773354 0 0 0 +70 10 0.549306 0.504129 0.743896 0 0 0 +71 4 0.537395 0.610244 0.765875 0 0 0 +72 4 0.602648 0.562695 0.800487 0 0 0 +73 4 0.635973 0.553274 0.743923 0 0 0 +74 4 0.676973 0.620639 0.780408 0 0 0 +75 4 0.639727 0.646677 0.72859 0 0 0 +76 4 0.587099 0.762571 0.79143 0 0 0 +77 4 0.596913 0.725694 0.734634 0 0 0 +78 4 0.539546 0.718112 0.772576 0 0 0 +79 14 0.535874 0.643248 0.668389 0 0 0 +80 10 0.506462 0.654814 0.689006 0 0 0 +81 10 0.541484 0.656167 0.633382 0 0 0 +1890 16 0.968392 0.916908 0.796261 0 0 0 +1148 16 0.549019 0.0176748 0.559128 0 0 0 +311 16 0.0287125 0.874476 0.560468 0 0 0 +1373 16 0.900555 0.342211 0.536734 0 0 0 +100 15 0.249162 0.0188123 0.607979 0 0 0 +101 16 0.229824 0.0165995 0.638405 0 0 0 +102 16 0.26233 0.985523 0.603177 0 -1 0 +103 15 0.0906769 0.0171394 0.666498 0 0 0 +104 16 0.0908611 0.0528255 0.660922 0 0 0 +105 16 0.0997798 0.0029372 0.634558 0 0 0 +106 15 0.187031 0.898312 0.744864 0 -1 0 +107 16 0.167627 0.928129 0.738618 0 -1 0 +108 16 0.168321 0.880447 0.77007 0 -1 0 +595 15 0.244027 0.156738 0.959607 0 0 -1 +937 15 0.273992 0.944306 0.749389 0 0 -1 +1108 15 0.560547 0.895449 0.906642 0 -1 -1 +661 15 0.347584 0.531146 0.508187 0 0 0 +176 16 0.0403309 0.250356 0.603155 0 0 0 +988 15 0.342733 0.225122 0.557435 0 0 0 +1748 16 0.866284 0.408449 0.588061 0 0 0 +1480 15 0.717126 0.084493 0.952626 0 0 -1 +130 15 0.155031 0.249883 0.742209 0 0 0 +131 16 0.178538 0.222459 0.742098 0 0 0 +132 16 0.143605 0.252152 0.708019 0 0 0 +1841 16 0.853621 0.764251 0.968038 0 0 -1 +474 16 0.980336 0.563517 0.519112 -1 0 0 +1676 16 0.932131 0.0281506 0.989977 0 0 -1 +603 16 0.256459 0.934421 0.994262 0 -1 -1 +1565 16 0.662214 0.790424 0.505686 0 0 0 +151 15 0.958248 0.389613 0.65748 -1 0 0 +152 16 0.986584 0.369689 0.667715 -1 0 0 +153 16 0.968724 0.423743 0.662957 -1 0 0 +154 15 0.0513503 0.34502 0.682567 0 0 0 +155 16 0.0850981 0.357702 0.68035 0 0 0 +156 16 0.0497164 0.329254 0.715023 0 0 0 +157 15 0.167059 0.361873 0.707727 0 0 0 +158 16 0.18264 0.329417 0.710642 0 0 0 +159 16 0.193449 0.383565 0.695992 0 0 0 +160 15 0.926893 0.318886 0.881683 -1 0 0 +161 16 0.930578 0.283645 0.888694 -1 0 0 +162 16 0.92613 0.334558 0.914216 -1 0 0 +1482 16 0.697581 0.0545784 0.947363 0 0 -1 +1390 15 0.710555 0.519993 0.524621 0 0 0 +1840 15 0.817874 0.763591 0.962908 0 0 -1 +941 16 0.261649 0.818839 0.946517 0 0 -1 +258 16 0.0510219 0.786035 0.574755 0 0 0 +181 15 0.855629 0.480764 0.828457 -1 0 0 +182 16 0.882448 0.472263 0.851109 -1 0 0 +183 16 0.827323 0.487206 0.849948 -1 0 0 +184 15 0.247004 0.442829 0.595646 0 0 0 +185 16 0.211645 0.443748 0.602961 0 0 0 +186 16 0.26288 0.453289 0.626356 0 0 0 +187 15 0.881016 0.470821 0.729933 -1 0 0 +188 16 0.9132 0.460415 0.7426 -1 0 0 +189 16 0.861869 0.478971 0.759455 -1 0 0 +191 16 0.929441 0.200791 0.891734 -1 0 -1 +110 16 0.0610086 0.210576 0.849154 0 0 -1 +542 16 0.256844 0.0739503 0.736326 0 1 -1 +354 16 0.183298 0.21849 0.865725 0 0 -1 +208 15 0.982528 0.636893 0.684169 -1 0 0 +209 16 0.988973 0.672276 0.680838 -1 0 0 +210 16 0.015304 0.621725 0.684655 0 0 0 +211 15 0.946446 0.4894 0.885559 -1 0 0 +212 16 0.982464 0.490648 0.883169 -1 0 0 +213 16 0.939955 0.466275 0.912535 -1 0 0 +1675 15 0.913879 0.0358921 0.959785 0 0 -1 +1308 16 0.586681 0.127781 0.980804 0 0 -1 +1716 16 0.0973738 0.135089 0.670987 1 0 0 +1889 16 0.966483 0.933102 0.741511 0 0 0 +1622 16 0.816899 0.0257917 0.904863 0 1 -1 +232 15 0.778474 0.611631 0.655374 -1 0 0 +233 16 0.74573 0.626739 0.653331 -1 0 0 +234 16 0.778945 0.595362 0.687618 -1 0 0 +235 15 0.153788 0.282042 0.839806 0 0 0 +236 16 0.151829 0.274155 0.804612 0 0 0 +129 16 0.803363 0.049539 0.700911 -1 0 0 +238 15 0.79339 0.580736 0.762971 -1 0 0 +239 16 0.828342 0.587438 0.756798 -1 0 0 +240 16 0.789381 0.585602 0.798536 -1 0 0 +1277 16 0.461235 0.177534 0.935461 0 0 -1 +207 16 0.977155 0.688424 0.536719 -1 0 0 +1030 15 0.159601 0.0967991 0.549759 0 0 0 +875 16 0.614581 0.464142 0.503365 0 0 0 +259 15 0.88013 0.69018 0.670811 -1 0 0 +432 16 0.0395306 0.307571 0.91592 0 0 0 +1222 15 0.375492 0.976004 0.926822 0 0 -1 +262 15 0.895957 0.814778 0.612226 -1 0 0 +263 16 0.898919 0.847484 0.597186 -1 0 0 +264 16 0.927503 0.79867 0.605158 -1 0 0 +1758 16 0.908443 0.466718 0.992745 0 0 -1 +230 16 0.842559 0.508873 0.590783 -1 0 0 +267 16 0.91215 0.866721 0.893475 -1 0 0 +268 15 0.801171 0.593983 0.864354 -1 0 0 +269 16 0.83668 0.594782 0.870918 -1 0 0 +270 16 0.789295 0.626449 0.874824 -1 0 0 +273 16 0.846708 0.869635 0.797022 -1 0 -1 +874 15 0.591253 0.47353 0.529294 0 0 0 +297 16 0.250167 0.789814 0.847483 0 0 0 +289 15 0.0830616 0.869297 0.704141 0 0 0 +290 16 0.0535558 0.848557 0.706111 0 0 0 +291 16 0.0800622 0.89199 0.732081 0 0 0 +292 15 0.989144 0.824784 0.733225 -1 0 0 +293 16 0.956241 0.809964 0.731676 -1 0 0 +294 16 0.992179 0.836562 0.767235 -1 0 0 +295 15 0.256899 0.782147 0.882132 0 0 0 +296 16 0.24205 0.749622 0.887259 0 0 0 +1378 15 0.552181 0.772239 0.896592 0 0 -1 +863 16 0.392475 0.317974 0.954692 0 0 -1 +313 15 0.170448 0.667853 0.801534 0 0 0 +314 16 0.153401 0.699441 0.805554 0 0 0 +315 16 0.204279 0.674375 0.81238 0 0 0 +1595 16 0.872497 0.608371 0.938538 0 0 -1 +950 16 0.233739 0.647696 0.605682 0 0 0 +508 15 0.0251104 0.789982 0.965624 0 0 0 +319 15 0.990535 0.948852 0.677974 -1 0 0 +320 16 0.994449 0.934253 0.64517 -1 0 0 +321 16 0.0220579 0.965272 0.684399 0 0 0 +322 15 0.139531 0.84973 0.819607 0 0 0 +323 16 0.132527 0.880201 0.837692 0 0 0 +324 16 0.122249 0.824009 0.838164 0 0 0 +1888 15 0.94933 0.936983 0.77306 0 0 0 +543 16 0.200342 0.0803638 0.741784 0 1 -1 +764 16 0.342078 0.734679 0.955892 0 0 -1 +1296 16 0.670025 0.923781 0.612218 0 -1 0 +986 16 0.551534 0.204741 0.502846 0 0 0 +177 16 0.0523407 0.30373 0.619597 0 0 0 +392 16 0.01367 0.281752 0.507873 0 0 0 +346 15 0.268247 0.47618 0.698979 0 0 0 +347 16 0.240839 0.499677 0.697848 0 0 0 +348 16 0.271992 0.468316 0.734033 0 0 0 +349 15 0.0222689 0.0877524 0.839206 0 0 0 +350 16 0.991128 0.0923172 0.856927 -1 0 0 +351 16 0.0372822 0.120599 0.83867 0 0 0 +1265 16 0.828317 0.0956867 0.605599 0 0 0 +1756 15 0.911544 0.437379 0.971907 0 0 -1 +1788 16 0.93503 0.722847 0.986453 0 0 -1 +1398 16 0.463496 0.0257892 0.889724 0 1 -1 +1307 16 0.601713 0.111433 0.928172 0 0 -1 +1863 16 0.985311 0.947744 0.920348 0 0 0 +414 16 0.117176 0.284814 0.943213 0 0 -1 +372 16 0.219246 0.38393 0.537135 0 0 0 +373 15 0.100848 0.146823 0.946755 0 0 0 +374 16 0.101332 0.112073 0.956593 0 0 0 +375 16 0.13335 0.152531 0.93207 0 0 0 +218 16 0.142288 0.532825 0.979 0 0 -1 +377 16 0.985047 0.165257 0.928724 -1 0 0 +721 15 0.268908 0.586541 0.516073 0 0 0 +332 16 0.114772 0.940759 0.911059 0 -1 -1 +612 16 0.195329 0.0945686 0.672759 0 0 0 +1743 16 0.809083 0.441401 0.636568 0 0 0 +397 15 0.248015 0.0937874 0.824699 0 0 0 +398 16 0.247126 0.129425 0.818884 0 0 0 +399 16 0.278661 0.0883649 0.84303 0 0 0 +400 15 0.364477 0.22748 0.72287 0 0 0 +401 16 0.392635 0.227373 0.700247 0 0 0 +402 16 0.379315 0.227053 0.755798 0 0 0 +924 16 0.303686 0.601162 0.702854 0 0 0 +940 15 0.259265 0.840863 0.975045 0 0 -1 +1250 16 0.552471 0.95535 0.939434 0 -1 -1 +421 15 0.0396285 0.471611 0.710063 0 0 0 +949 15 0.268594 0.638853 0.609084 0 0 0 +423 16 0.0205957 0.454344 0.735445 0 0 0 +424 15 0.957915 0.487831 0.595951 -1 0 0 +425 16 0.938044 0.462116 0.580186 -1 0 0 +426 16 0.935843 0.516348 0.598004 -1 0 0 +427 15 0.04658 0.503633 0.892193 0 0 0 +428 16 0.0748767 0.496596 0.870877 0 0 0 +429 16 0.0600065 0.502581 0.925708 0 0 0 +430 15 0.0555116 0.279543 0.899681 0 0 0 +431 16 0.0370316 0.2507 0.911134 0 0 0 +1084 15 0.139598 0.958503 0.979995 0 0 -1 +611 16 0.169698 0.111218 0.624498 0 0 0 +1887 16 0.981365 0.860879 0.860169 0 0 0 +1634 16 0.587427 0.791704 0.569376 0 0 0 +109 15 0.0608066 0.191103 0.818734 0 0 -1 +646 15 0.496396 0.276192 0.844797 0 0 -1 +1646 16 0.865746 0.944283 0.874511 0 0 0 +990 16 0.330109 0.256547 0.544879 0 0 0 +1408 15 0.664017 0.802593 0.704206 0 0 0 +454 15 0.89761 0.587108 0.726943 -1 0 0 +455 16 0.926995 0.605845 0.717453 -1 0 0 +456 16 0.906488 0.552634 0.720833 -1 0 0 +457 15 0.14193 0.468278 0.860394 0 0 0 +458 16 0.164591 0.49619 0.856932 0 0 0 +459 16 0.163408 0.439868 0.866413 0 0 0 +1552 15 0.709553 0.833149 0.871091 0 0 -1 +404 16 0.332676 0.389171 0.894934 0 0 0 +991 15 0.401865 0.293701 0.800942 0 0 -1 +379 15 0.255535 0.310054 0.823284 0 0 -1 +478 15 0.124072 0.518677 0.748406 0 0 0 +479 16 0.120173 0.5405 0.776923 0 0 0 +480 16 0.152594 0.531964 0.730669 0 0 0 +864 16 0.34416 0.28761 0.952041 0 0 -1 +1210 15 0.25294 0.0528422 0.944409 0 1 -1 +1278 16 0.430024 0.18955 0.889148 0 0 -1 +1063 15 0.41309 0.91471 0.549979 0 0 0 +656 16 0.274968 0.260233 0.504707 0 0 0 +1047 16 0.620663 0.351243 0.50529 0 0 0 +1294 15 0.688649 0.903454 0.588882 0 -1 0 +792 16 0.441868 0.951329 0.861509 0 -1 -1 +502 15 0.990861 0.534588 0.797149 -1 0 0 +503 16 0.955357 0.533179 0.803632 -1 0 0 +504 16 0.00116327 0.566695 0.810095 0 0 0 +505 15 0.906215 0.582055 0.882647 -1 0 0 +506 16 0.911365 0.546361 0.880646 -1 0 0 +507 16 0.939533 0.59598 0.883447 -1 0 0 +128 16 0.853011 0.0403669 0.674185 -1 0 0 +1654 15 0.00686373 0.904153 0.97342 1 -1 -1 +510 16 0.0104305 0.779173 0.934443 0 0 0 +511 15 0.00783076 0.724124 0.635875 0 0 0 +512 16 0.0344635 0.740969 0.653526 0 0 0 +513 16 0.00223142 0.744359 0.606484 0 0 0 +1695 16 0.103916 0.331813 0.555929 1 0 0 +529 15 0.172534 0.573576 0.842591 0 0 0 +530 16 0.17583 0.572176 0.878532 0 0 0 +531 16 0.176883 0.608496 0.834452 0 0 0 +370 15 0.223375 0.359267 0.511071 0 0 0 +1423 15 0.591957 0.813397 0.997665 0 -1 -1 +893 16 0.51029 0.587153 0.991134 0 0 0 +535 15 0.402535 0.939212 0.699295 0 0 0 +536 16 0.36814 0.930099 0.705505 0 0 0 +537 16 0.405918 0.972156 0.713712 0 0 0 +538 15 0.0971458 0.765122 0.684443 0 0 0 +539 16 0.106173 0.799996 0.687086 0 0 0 +540 16 0.12763 0.747281 0.691995 0 0 0 +908 16 0.589811 0.627507 0.981658 0 0 0 +1721 16 0.0100621 0.160929 0.573346 1 0 0 +815 16 0.405251 0.192131 0.554458 0 0 0 +1425 16 0.608218 0.809108 0.965699 0 -1 -1 +1067 16 0.377106 0.523535 0.658598 0 0 0 +559 15 0.355519 0.0178328 0.76313 0 1 0 +560 16 0.355024 0.0510529 0.74896 0 1 0 +561 16 0.322242 0.00502878 0.757358 0 1 0 +562 15 0.152495 0.893546 0.631303 0 0 0 +563 16 0.13247 0.886428 0.660509 0 0 0 +564 16 0.135495 0.921013 0.615142 0 0 0 +509 16 0.0587618 0.799766 0.956879 0 0 0 +952 15 0.364999 0.808116 0.611143 0 0 0 +214 15 0.015675 0.331051 0.980028 0 0 0 +984 16 0.3512 0.687623 0.56351 0 -1 0 +237 16 0.120378 0.276261 0.852254 0 0 0 +1704 16 0.144472 0.133646 0.738234 1 0 -1 +1276 15 0.455614 0.2032 0.910677 0 0 -1 +1769 16 0.816523 0.682866 0.727843 0 0 0 +1218 16 0.745343 0.362854 0.59558 0 0 0 +554 16 0.102213 0.725393 0.557829 0 0 0 +589 15 0.657637 0.969032 0.812643 0 -1 0 +590 16 0.639508 0.992952 0.792547 0 -1 0 +591 16 0.632603 0.945209 0.823148 0 -1 0 +592 15 0.140152 0.0589231 0.850652 0 0 0 +593 16 0.173402 0.0730202 0.850042 0 0 0 +594 16 0.12885 0.060897 0.816403 0 0 0 +1004 16 0.434025 0.263241 0.619779 0 0 0 +610 15 0.168706 0.115581 0.660339 0 0 0 +1635 16 0.631332 0.755225 0.571607 0 0 0 +436 15 0.275789 0.412812 0.943541 0 0 -1 +440 16 0.14362 0.411345 0.927974 0 0 -1 +229 15 0.842552 0.537837 0.569202 -1 0 0 +1768 15 0.785138 0.698193 0.737043 0 0 0 +616 15 0.37045 0.022046 0.603264 0 0 0 +1714 15 0.0621881 0.13565 0.679127 1 0 0 +1371 16 0.669459 0.635961 0.915491 0 0 -1 +619 15 0.440334 0.339936 0.698321 0 0 0 +620 16 0.409393 0.338973 0.716933 0 0 0 +621 16 0.432098 0.325381 0.666306 0 0 0 +637 15 0.319686 0.108123 0.718572 0 0 0 +638 16 0.300198 0.134352 0.733962 0 0 0 +639 16 0.310169 0.109018 0.683741 0 0 0 +640 15 0.268325 0.196719 0.72645 0 0 0 +641 16 0.302039 0.205882 0.717283 0 0 0 +642 16 0.265203 0.207007 0.760932 0 0 0 +643 15 0.235595 0.283188 0.667894 0 0 0 +644 16 0.231825 0.283714 0.631976 0 0 0 +645 16 0.257671 0.255321 0.674275 0 0 0 +1886 16 0.036801 0.870254 0.850053 1 0 0 +127 15 0.82191 0.0584957 0.67124 -1 0 0 +1410 16 0.699626 0.808558 0.705236 0 0 0 +1306 15 0.579553 0.133773 0.945906 0 0 -1 +465 16 0.988624 0.641388 0.974524 -1 0 -1 +1857 16 0.939702 0.904576 0.548299 0 0 0 +1215 16 0.677987 0.324986 0.555466 0 0 0 +1885 15 0.00408438 0.873537 0.835105 1 0 0 +677 16 0.218556 0.553408 0.566437 0 0 0 +682 15 0.300539 0.540603 0.827698 0 0 0 +683 16 0.265851 0.54719 0.82008 0 0 0 +1869 16 0.621837 0.76046 0.900969 0 0 -1 +685 15 0.148841 0.447056 0.593065 0 0 0 +686 16 0.138002 0.419329 0.572611 0 0 0 +687 16 0.118208 0.462785 0.603966 0 0 0 +976 15 0.313317 0.93386 0.561388 0 -1 0 +1295 16 0.668862 0.903922 0.558668 0 -1 0 +260 16 0.914717 0.680716 0.675143 -1 0 0 +1168 15 0.483266 0.140816 0.987547 0 0 -1 +574 15 0.245074 0.842299 0.550841 0 -1 0 +700 15 0.972055 0.428691 0.791021 -1 0 0 +701 16 0.994839 0.409974 0.811882 -1 0 0 +702 16 0.979038 0.463276 0.798747 -1 0 0 +703 15 0.266396 0.423311 0.804754 0 0 0 +704 16 0.296503 0.409393 0.790453 0 0 0 +705 16 0.244315 0.394999 0.808693 0 0 0 +614 16 0.227022 0.193562 0.538468 0 0 0 +774 16 0.175275 0.626489 0.504381 0 0 0 +708 16 0.0901565 0.651637 0.946752 0 0 0 +709 15 0.0420782 0.714906 0.76051 0 0 0 +710 16 0.0334326 0.734538 0.731451 0 0 0 +711 16 0.062089 0.687798 0.747499 0 0 0 +1109 16 0.527614 0.884821 0.896294 0 -1 -1 +381 16 0.222406 0.29933 0.832878 0 0 -1 +939 16 0.291139 0.921334 0.727414 0 0 -1 +1619 16 0.790249 0.826782 0.981369 0 0 0 +727 15 0.0116991 0.62112 0.857875 0 0 0 +728 16 0.0442287 0.621314 0.873572 0 0 0 +729 16 0.0024787 0.655976 0.855716 0 0 0 +730 15 0.100839 0.391861 0.78927 0 0 0 +731 16 0.130464 0.382827 0.770685 0 0 0 +732 16 0.110695 0.420793 0.808516 0 0 0 +733 15 0.219855 0.697971 0.933036 0 0 0 +734 16 0.228008 0.663803 0.941442 0 0 0 +287 16 0.172801 0.697726 0.616693 0 0 0 +992 16 0.434856 0.280498 0.80741 0 0 -1 +751 15 0.0605467 0.502975 0.60836 0 0 0 +215 16 0.979989 0.334846 0.975942 -1 0 0 +753 16 0.0279491 0.500965 0.592934 0 0 0 +754 15 0.307306 0.949194 0.852362 0 0 0 +755 16 0.318941 0.91507 0.854549 0 0 0 +756 16 0.298849 0.953663 0.817532 0 0 0 +757 15 0.316473 0.890048 0.670515 0 0 0 +758 16 0.315639 0.902977 0.6368 0 0 0 +759 16 0.329018 0.856361 0.666988 0 0 0 +618 16 0.365711 0.0566559 0.594081 0 0 0 +271 15 0.829129 0.867008 0.765578 -1 0 -1 +1589 16 0.64632 0.605653 0.628212 0 0 0 +266 16 0.919678 0.812095 0.878552 -1 0 0 +164 16 0.845514 0.252924 0.930417 -1 0 -1 +778 15 0.214396 0.808541 0.664157 0 0 0 +779 16 0.189177 0.834235 0.66126 0 0 0 +780 16 0.24202 0.820687 0.644308 0 0 0 +781 15 0.216265 0.797101 0.778377 0 0 0 +782 16 0.219087 0.825987 0.756876 0 0 0 +783 16 0.1859 0.802696 0.797119 0 0 0 +784 15 0.303442 0.104159 0.61514 0 1 0 +785 16 0.282304 0.0758074 0.607794 0 1 0 +786 16 0.293064 0.129528 0.591617 0 1 0 +787 15 0.179102 0.699849 0.701414 0 0 0 +788 16 0.175497 0.686459 0.734766 0 0 0 +789 16 0.20814 0.721243 0.703336 0 0 0 +1450 15 0.660937 0.995836 0.953945 0 -1 -1 +1224 16 0.384943 0.95358 0.953513 0 0 -1 +818 16 0.249462 0.259567 0.935468 0 0 -1 +808 15 0.484099 0.924074 0.635155 0 -1 0 +809 16 0.511002 0.920131 0.65893 0 -1 0 +810 16 0.45515 0.931594 0.655405 0 -1 0 +1530 16 0.77735 0.398311 0.918337 0 0 0 +1178 16 0.744406 0.179999 0.524219 0 0 0 +1249 15 0.548136 0.986303 0.957538 0 -1 -1 +814 15 0.432674 0.169756 0.561663 0 0 0 +533 16 0.218327 0.548143 0.95679 0 0 0 +816 16 0.449746 0.165887 0.530069 0 0 0 +1374 16 0.916302 0.288104 0.527361 0 0 0 +1056 16 0.194676 0.924162 0.910053 0 0 -1 +1147 15 0.551123 0.983635 0.547232 0 -1 0 +1607 16 0.765349 0.746746 0.652789 0 0 0 +835 15 0.352766 0.360705 0.605032 0 0 0 +836 16 0.347843 0.364039 0.640659 0 0 0 +837 16 0.368962 0.328662 0.601088 0 0 0 +838 15 0.341335 0.0693161 0.886946 0 0 0 +839 16 0.353712 0.035392 0.886192 0 0 0 +840 16 0.310892 0.0674204 0.90629 0 0 0 +841 15 0.437401 0.0181067 0.828613 0 0 0 +842 16 0.455201 0.0147639 0.797363 0 0 0 +843 16 0.402724 0.0130378 0.819871 0 0 0 +1217 16 0.769361 0.413009 0.582504 0 0 0 +859 15 0.690017 0.200984 0.778398 0 0 0 +860 16 0.701877 0.226048 0.755253 0 0 0 +861 16 0.660833 0.215826 0.79365 0 0 0 +1770 16 0.774535 0.680152 0.766483 0 0 0 +1866 16 0.100152 0.979773 0.771907 1 0 -1 +1529 16 0.756485 0.449598 0.932398 0 0 0 +1884 16 0.0945777 0.00495072 0.553798 1 1 0 +890 16 0.468378 0.579941 0.866697 0 0 -1 +288 16 0.195325 0.746102 0.596302 0 0 0 +676 15 0.202434 0.542645 0.596913 0 0 0 +901 15 0.184877 0.578708 0.691723 0 0 0 +902 16 0.193219 0.572966 0.657053 0 0 0 +903 16 0.214522 0.593805 0.70579 0 0 0 +663 16 0.344705 0.495282 0.511376 0 0 0 +907 15 0.565743 0.614362 0.958151 0 0 0 +688 15 0.365067 0.444063 0.99597 0 0 0 +1275 16 0.830241 0.0981879 0.977844 0 0 0 +438 16 0.256383 0.398323 0.970338 0 0 -1 +942 16 0.29315 0.843562 0.987258 0 0 -1 +376 15 0.0116864 0.189077 0.923477 0 0 0 +1855 15 0.95722 0.923087 0.573893 0 0 0 +1213 15 0.710616 0.313826 0.566207 0 0 0 +484 15 0.107165 0.838049 0.949917 0 0 0 +978 16 0.304839 0.92609 0.527148 0 -1 0 +489 16 0.0638175 0.572846 0.997003 0 0 -1 +1528 15 0.748101 0.414466 0.932053 0 0 0 +928 15 0.4221 0.679213 0.778492 0 0 0 +929 16 0.419448 0.662784 0.746435 0 0 0 +930 16 0.411868 0.654138 0.802392 0 0 0 +112 15 0.0740267 0.0478479 0.938189 0 0 -1 +316 15 0.124308 0.808247 0.530883 0 0 0 +775 15 0.986405 0.0111854 0.517408 -1 1 0 +1327 15 0.911861 0.32788 0.999513 0 0 0 +1391 16 0.740963 0.531778 0.509094 0 0 0 +1368 16 0.630631 0.518166 0.946213 0 0 -1 +1881 16 0.907209 0.986855 0.726191 0 0 0 +283 15 0.0754722 0.0614143 0.515334 0 1 0 +953 16 0.400237 0.80996 0.603431 0 0 0 +1419 16 0.460239 0.887488 0.978688 0 0 0 +955 15 0.455952 0.66875 0.940945 0 0 0 +956 16 0.462448 0.637732 0.923616 0 0 0 +957 16 0.429166 0.66088 0.963864 0 0 0 +958 15 0.268659 0.65214 0.814134 0 0 0 +959 16 0.276642 0.649205 0.77903 0 0 0 +960 16 0.297059 0.637664 0.83112 0 0 0 +961 15 0.284868 0.209401 0.828105 0 1 0 +962 16 0.319883 0.201148 0.831343 0 1 0 +963 16 0.282676 0.243873 0.838664 0 1 0 +1401 16 0.382324 0.808148 0.953291 0 0 -1 +312 16 0.0798921 0.86159 0.538604 0 0 0 +135 16 0.871088 0.179385 0.987058 -1 0 0 +982 15 0.32837 0.715561 0.565208 0 -1 0 +983 16 0.302362 0.704644 0.587769 0 -1 0 +1065 16 0.428613 0.916666 0.582534 0 0 0 +977 16 0.349367 0.936091 0.561508 0 -1 0 +257 16 0.0231871 0.786466 0.524871 0 0 0 +1867 15 0.655141 0.764109 0.914465 0 0 -1 +1236 16 0.488816 0.816032 0.530442 0 0 0 +1068 16 0.331539 0.50268 0.686024 0 0 0 +553 15 0.0774316 0.701572 0.546736 0 0 0 +938 16 0.238973 0.939529 0.741942 0 0 -1 +1880 16 0.93528 0.00165178 0.678689 0 1 0 +1110 16 0.576814 0.865127 0.917622 0 -1 -1 +1633 15 0.614391 0.778212 0.549489 0 0 0 +932 16 0.497335 0.279767 0.999117 0 0 0 +648 16 0.514317 0.301198 0.863722 0 0 -1 +1369 15 0.684467 0.666679 0.927146 0 0 -1 +889 15 0.451932 0.605769 0.847538 0 0 -1 +1012 15 0.407665 0.133161 0.661917 0 0 0 +1013 16 0.421391 0.13508 0.628562 0 0 0 +1014 16 0.377393 0.11382 0.658152 0 0 0 +1015 15 0.56478 0.151447 0.752952 0 0 0 +1016 16 0.593811 0.172935 0.7527 0 0 0 +1017 16 0.536899 0.173948 0.757531 0 0 0 +1879 15 0.906752 0.0105817 0.698962 0 1 0 +1033 15 0.603705 0.230808 0.82862 0 0 0 +1034 16 0.588477 0.263438 0.831459 0 0 0 +1035 16 0.579419 0.208207 0.842903 0 0 0 +1135 15 0.690067 0.231728 0.950893 0 0 -1 +1610 16 0.52463 0.800858 0.707464 0 0 0 +310 15 0.0574327 0.889292 0.544335 0 0 0 +261 16 0.864502 0.661007 0.656343 -1 0 0 +325 15 0.331737 0.354934 0.719913 0 0 -1 +206 16 0.0240632 0.659245 0.551265 0 0 0 +1072 15 0.421886 0.653641 0.663083 0 0 0 +1073 16 0.426189 0.621139 0.67824 0 0 0 +1074 16 0.412964 0.646542 0.628811 0 0 0 +1075 15 0.385268 0.77432 0.812458 0 0 0 +1076 16 0.383527 0.768681 0.776824 0 0 0 +1077 16 0.393061 0.741917 0.826384 0 0 0 +1078 15 0.364457 0.642342 0.866765 0 0 0 +1079 16 0.398445 0.630241 0.865023 0 0 0 +1080 16 0.363243 0.661561 0.897323 0 0 0 +1096 15 0.383266 0.626304 0.576811 0 0 0 +1097 16 0.375637 0.5932 0.58908 0 0 0 +1098 16 0.384445 0.622603 0.5409 0 0 0 +1718 16 0.969141 0.379868 0.511515 0 0 0 +1451 16 0.665947 0.970112 0.978801 0 -1 -1 +1094 16 0.0776621 0.574056 0.607235 0 0 0 +1102 15 0.5135 0.718964 0.570558 0 0 0 +1103 16 0.537557 0.693906 0.560661 0 0 0 +1104 16 0.505327 0.736269 0.539926 0 0 0 +1105 15 0.277099 0.739952 0.709415 0 0 0 +1106 16 0.267572 0.772007 0.695762 0 0 0 +1107 16 0.273067 0.743753 0.745107 0 0 0 +1177 15 0.713259 0.167161 0.537243 0 0 0 +1123 15 0.631912 0.0546893 0.757551 0 0 0 +1124 16 0.608097 0.0806207 0.749489 0 0 0 +1125 16 0.650286 0.0494214 0.726903 0 0 0 +1126 15 0.468021 0.0445115 0.567955 0 0 0 +1127 16 0.467626 0.0259606 0.536965 0 0 0 +1128 16 0.436865 0.0358886 0.584068 0 0 0 +1129 15 0.467025 0.826076 0.59216 0 -1 0 +1130 16 0.47016 0.857017 0.610529 0 -1 0 +1131 16 0.491052 0.803931 0.607552 0 -1 0 +1132 15 0.606847 0.104676 0.592862 0 0 0 +1133 16 0.623304 0.0735666 0.58474 0 0 0 +1134 16 0.606639 0.123178 0.561842 0 0 0 +1741 15 0.839162 0.461242 0.63408 0 0 0 +1715 16 0.0547849 0.170528 0.684904 1 0 0 +891 16 0.471744 0.608756 0.817486 0 0 -1 +615 16 0.209911 0.143923 0.560974 0 0 0 +1153 15 0.717876 0.0739927 0.587213 0 0 0 +1154 16 0.753201 0.0743436 0.579687 0 0 0 +1155 16 0.705373 0.104949 0.573429 0 0 0 +776 16 0.977047 0.992248 0.546706 -1 0 0 +1546 15 0.817888 0.654859 0.567593 0 0 0 +981 16 0.598236 0.963886 0.514848 0 -1 0 +1159 15 0.765567 0.249078 0.704662 0 0 0 +1160 16 0.773758 0.284202 0.706623 0 0 0 +1161 16 0.795509 0.232167 0.715711 0 0 0 +1165 15 0.581953 0.249204 0.936164 0 0 -1 +541 15 0.225465 0.0651919 0.720729 0 1 -1 +752 16 0.0549483 0.493173 0.642671 0 0 0 +113 16 0.048421 0.0243585 0.92833 0 0 -1 +326 16 0.32916 0.325378 0.740513 0 0 -1 +834 16 0.325244 0.396751 0.538115 0 0 0 +1693 15 0.104243 0.367912 0.554767 1 0 0 +219 16 0.11434 0.483866 0.969761 0 0 -1 +1183 15 0.500658 0.231883 0.634641 0 0 0 +1184 16 0.498764 0.199719 0.618316 0 0 0 +1185 16 0.514009 0.224633 0.66741 0 0 0 +922 15 0.28044 0.621517 0.721559 0 0 0 +1066 15 0.347871 0.533673 0.67723 0 0 0 +1198 15 0.448731 0.388364 0.967801 0 0 0 +876 16 0.55876 0.470237 0.513866 0 0 0 +1200 16 0.477428 0.379526 0.947727 0 0 0 +1005 16 0.381335 0.242389 0.612544 0 0 0 +205 15 0.990715 0.654974 0.538064 -1 0 0 +1761 16 0.841449 0.675651 0.501546 0 0 0 +284 16 0.0438864 0.0441405 0.518261 0 1 0 +680 16 0.282271 0.529458 0.894575 0 0 0 +706 15 0.0961526 0.679427 0.924472 0 0 0 +1219 15 0.338139 0.849767 0.863134 0 0 0 +1220 16 0.361256 0.827433 0.846659 0 0 0 +1221 16 0.308062 0.830206 0.867303 0 0 0 +966 16 0.516928 0.0296168 0.709958 0 0 -1 +1871 16 0.804125 0.775684 0.902188 0 0 -1 +1820 16 0.794395 0.868831 0.516382 0 0 0 +576 16 0.219651 0.862934 0.535593 0 -1 0 +1031 16 0.161705 0.122139 0.524106 0 0 0 +1240 15 0.539714 0.0463908 0.654227 0 1 0 +1241 16 0.514137 0.0620054 0.634062 0 1 0 +1242 16 0.56465 0.0721269 0.658748 0 1 0 +1856 16 0.932397 0.928864 0.599486 0 0 0 +464 16 0.986212 0.67053 0.925449 -1 0 -1 +723 16 0.296057 0.563358 0.510589 0 0 0 +1246 15 0.495083 0.826594 0.829265 0 0 0 +1786 15 0.924688 0.757213 0.990529 0 0 -1 +1248 16 0.461831 0.840619 0.830733 0 0 0 +1264 15 0.827106 0.0972968 0.569535 0 0 0 +1864 15 0.123431 0.970843 0.745773 1 0 -1 +1266 16 0.812937 0.129744 0.56239 0 0 0 +1267 15 0.778025 0.865062 0.611659 0 -1 0 +1268 16 0.743977 0.875701 0.605986 0 -1 0 +1269 16 0.775895 0.842497 0.639783 0 -1 0 +1270 15 0.439616 0.761861 0.920298 0 -1 0 +1271 16 0.442101 0.757475 0.884532 0 -1 0 +1272 16 0.447953 0.729495 0.933992 0 -1 0 +1273 15 0.816188 0.0776698 0.95165 0 0 0 +1274 16 0.78173 0.0729124 0.961376 0 0 0 +583 15 0.172462 0.914757 0.518831 0 -1 0 +647 16 0.478714 0.256927 0.869714 0 0 -1 +1291 15 0.823002 0.192171 0.530284 0 0 0 +1292 16 0.852022 0.20523 0.547369 0 0 0 +804 16 0.254542 0.78699 0.509652 0 -1 0 +1137 16 0.684717 0.26319 0.933979 0 0 -1 +655 15 0.257531 0.272568 0.533835 0 0 0 +265 15 0.932896 0.837903 0.900088 -1 0 0 +1297 15 0.686548 0.034939 0.672542 0 0 0 +1298 16 0.718594 0.0257239 0.686425 0 0 0 +1299 16 0.694447 0.0496485 0.640513 0 0 0 +1300 15 0.571975 0.0617043 0.855297 0 0 0 +1301 16 0.559451 0.0919653 0.840063 0 0 0 +1861 15 0.983532 0.978299 0.901168 0 0 0 +1318 15 0.893275 0.368197 0.79667 0 0 0 +1319 16 0.922885 0.388094 0.79102 0 0 0 +1320 16 0.900645 0.349271 0.826538 0 0 0 +1321 15 0.531377 0.262848 0.538385 0 0 0 +1322 16 0.520183 0.24866 0.569658 0 0 0 +463 15 0.967302 0.663378 0.95538 -1 0 -1 +1324 15 0.510216 0.269808 0.738906 0 0 0 +1325 16 0.490614 0.297863 0.727359 0 0 0 +1326 16 0.501835 0.266696 0.773901 0 0 0 +596 16 0.25747 0.123595 0.95456 0 0 -1 +1609 15 0.496878 0.809848 0.728764 0 0 0 +1093 15 0.104477 0.597432 0.600979 0 0 0 +1757 16 0.898948 0.410388 0.992339 0 0 -1 +1481 16 0.715597 0.10198 0.921059 0 0 -1 +1842 16 0.806524 0.735046 0.981908 0 0 -1 +1239 16 0.589428 0.623061 0.528722 0 0 0 +1348 15 0.699204 0.225392 0.621248 0 0 0 +1349 16 0.66881 0.224523 0.640743 0 0 0 +1350 16 0.724997 0.233891 0.645062 0 0 0 +1351 15 0.607917 0.463334 0.777528 0 0 0 +1352 16 0.615347 0.428164 0.781068 0 0 0 +1353 16 0.637024 0.480117 0.790784 0 0 0 +1354 15 0.898487 0.295998 0.65871 0 0 0 +1355 16 0.918108 0.325878 0.663891 0 0 0 +1356 16 0.882455 0.290063 0.690527 0 0 0 +965 16 0.515531 0.978907 0.736224 0 -1 -1 +1167 16 0.584183 0.214024 0.944042 0 0 -1 +1081 15 0.747905 0.924883 0.900537 0 0 -1 +1703 16 0.132415 0.161114 0.786851 1 0 -1 +1323 16 0.501787 0.26362 0.517685 0 0 0 +1375 15 0.59978 0.474858 0.628326 0 0 0 +1376 16 0.598084 0.480081 0.592626 0 0 0 +1377 16 0.588463 0.506052 0.64259 0 0 0 +1214 16 0.703858 0.286245 0.588529 0 0 0 +833 16 0.304057 0.448609 0.549308 0 0 0 +1393 15 0.590695 0.852309 0.625162 0 0 0 +1394 16 0.62552 0.851817 0.615591 0 0 0 +1395 16 0.584658 0.886351 0.635619 0 0 0 +527 16 0.119965 0.62764 0.713472 0 0 0 +1411 15 0.553204 0.75761 0.654579 0 0 0 +1372 15 0.916129 0.32085 0.51212 0 0 0 +1379 16 0.53051 0.796627 0.881092 0 0 -1 +1414 15 0.653332 0.861154 0.788006 0 0 0 +1415 16 0.647979 0.831645 0.767876 0 0 0 +1416 16 0.678262 0.88004 0.76994 0 0 0 +1417 15 0.427895 0.895062 0.964507 0 0 0 +1418 16 0.434171 0.89882 0.929135 0 0 0 +1179 16 0.708273 0.185149 0.568165 0 0 0 +1420 15 0.530982 0.902874 0.723024 0 0 0 +1421 16 0.505434 0.879446 0.733176 0 0 0 +1422 16 0.558693 0.896234 0.745219 0 0 0 +791 16 0.491288 0.925772 0.848552 0 -1 -1 +1238 16 0.578383 0.603416 0.581215 0 0 0 +1247 16 0.498208 0.814218 0.795476 0 0 0 +486 16 0.12023 0.860108 0.924475 0 0 0 +275 16 0.0966935 0.723188 0.869967 0 0 -1 +317 16 0.156427 0.806502 0.547313 0 0 0 +1216 15 0.761176 0.391692 0.61049 0 0 0 +1443 16 0.820227 0.0542221 0.512756 0 0 0 +1444 15 0.766254 0.0359551 0.749639 0 0 0 +1445 16 0.756799 0.00353894 0.762462 0 0 0 +1446 16 0.771483 0.056177 0.779107 0 0 0 +613 15 0.238524 0.165832 0.558553 0 0 0 +231 16 0.849818 0.565535 0.591217 -1 0 0 +256 15 0.0180113 0.789431 0.560495 0 0 0 +1082 16 0.74313 0.890299 0.891275 0 0 -1 +1465 15 0.915785 0.231474 0.57598 0 0 0 +1466 16 0.947076 0.214807 0.582885 0 0 0 +1883 16 0.090733 0.947967 0.555005 1 0 0 +1468 15 0.958333 0.225894 0.783865 0 0 0 +1469 16 0.945192 0.194538 0.77167 0 0 0 +1470 16 0.929423 0.243588 0.796345 0 0 0 +1471 15 0.838592 0.158211 0.70389 0 0 0 +1472 16 0.873817 0.157595 0.711856 0 0 0 +1473 16 0.832755 0.127238 0.686248 0 0 0 +1474 15 0.696483 0.066378 0.83522 0 0 0 +1475 16 0.679526 0.0684599 0.803396 0 0 0 +1476 16 0.691685 0.0321833 0.845817 0 0 0 +657 16 0.240366 0.302163 0.522256 0 0 0 +1032 16 0.133846 0.0742882 0.53816 0 0 0 +597 16 0.220853 0.161366 0.93229 0 0 -1 +1495 15 0.611669 0.258443 0.705427 0 0 0 +1496 16 0.630547 0.287761 0.714843 0 0 0 +1497 16 0.579066 0.263566 0.720107 0 0 0 +1498 15 0.446736 0.124839 0.759699 0 0 0 +1499 16 0.433619 0.129708 0.7264 0 0 0 +1500 16 0.472173 0.0994942 0.755796 0 0 0 +1501 15 0.701215 0.16322 0.873061 0 0 0 +1502 16 0.695004 0.129618 0.861356 0 0 0 +1503 16 0.696995 0.183935 0.843775 0 0 0 +569 16 0.401524 0.151421 0.808293 0 0 -1 +1519 15 0.0377328 0.234384 0.693851 1 0 0 +1520 16 0.0502755 0.258656 0.717477 1 0 0 +1521 16 0.00181429 0.23623 0.69718 1 0 0 +1522 15 0.701503 0.507014 0.664497 0 0 0 +1523 16 0.717156 0.530267 0.641717 0 0 0 +1524 16 0.674953 0.491925 0.645208 0 0 0 +1525 15 0.608776 0.3413 0.842248 0 0 0 +1526 16 0.61629 0.346317 0.807277 0 0 0 +1527 16 0.640989 0.341723 0.858582 0 0 0 +286 15 0.191929 0.710887 0.589025 0 0 0 +30 1 0.447745 0.388268 0.522363 0 0 0 +1399 15 0.358411 0.800885 0.979369 0 0 -1 +1547 16 0.803373 0.624338 0.580337 0 0 0 +790 15 0.461505 0.921857 0.868609 0 -1 -1 +485 16 0.132884 0.837225 0.975266 0 0 0 +1549 15 0.699225 0.320777 0.890806 0 0 0 +1550 16 0.712938 0.352121 0.902387 0 0 0 +1551 16 0.723125 0.308873 0.866482 0 0 0 +333 16 0.0911992 0.947232 0.859428 0 -1 -1 +1567 15 0.610677 0.373813 0.651905 0 0 0 +1568 16 0.605557 0.35836 0.619662 0 0 0 +1569 16 0.607498 0.409232 0.64558 0 0 0 +1570 15 0.537566 0.347038 0.932364 0 0 0 +1571 16 0.558211 0.319045 0.942101 0 0 0 +1572 16 0.560515 0.37483 0.930012 0 0 0 +1860 16 0.945364 0.73313 0.846035 0 0 0 +954 16 0.35427 0.776655 0.597011 0 0 0 +1588 15 0.673761 0.614462 0.606439 0 0 0 +1882 15 0.104688 0.97604 0.572943 1 0 0 +1590 16 0.662261 0.605642 0.573355 0 0 0 +1591 15 0.408044 0.764135 0.705626 0 0 0 +1592 16 0.412422 0.728367 0.70809 0 0 0 +1593 16 0.38439 0.768528 0.678684 0 0 0 +819 16 0.258188 0.314729 0.947486 0 0 -1 +461 16 0.224824 0.373598 0.896339 0 0 -1 +765 16 0.302691 0.697608 0.937511 0 0 -1 +1612 15 0.861621 0.922186 0.616068 0 0 0 +1613 16 0.844135 0.950968 0.629125 0 0 0 +1614 16 0.837652 0.895256 0.618281 0 0 0 +1615 15 0.661197 0.730818 0.624307 0 0 0 +1616 16 0.696312 0.736743 0.618275 0 0 0 +1617 16 0.656862 0.695427 0.618534 0 0 0 +1787 16 0.953382 0.776587 0.980237 0 0 -1 +439 15 0.133475 0.428132 0.958303 0 0 -1 +412 15 0.140371 0.289397 0.970519 0 0 -1 +1859 16 0.99534 0.721215 0.821058 0 0 0 +84 16 0.0471243 0.0257581 0.823731 0 0 -1 +681 16 0.260654 0.478769 0.909631 0 0 0 +568 15 0.387801 0.167138 0.837776 0 0 -1 +1639 15 0.75292 0.941651 0.793031 0 0 0 +1640 16 0.718447 0.951077 0.798265 0 0 0 +1641 16 0.766568 0.938384 0.826313 0 0 0 +1642 15 0.777217 0.798377 0.700127 0 0 0 +1643 16 0.766923 0.770498 0.720655 0 0 0 +1644 16 0.801502 0.815968 0.720262 0 0 0 +1645 15 0.877882 0.916357 0.855082 0 0 0 +1862 16 0.955048 0.995872 0.914751 0 0 0 +1149 16 0.534277 0.96414 0.572546 0 -1 0 +862 15 0.371669 0.295658 0.974022 0 0 -1 +1870 15 0.796222 0.783718 0.867871 0 0 -1 +353 16 0.176288 0.162793 0.855138 0 0 -1 +1548 16 0.810074 0.67973 0.592592 0 0 0 +1166 16 0.60396 0.253558 0.907856 0 0 -1 +83 16 0.0219755 0.977395 0.840816 0 -1 -1 +1302 16 0.587832 0.0438248 0.828214 0 0 0 +1669 15 0.931716 0.126612 0.758044 0 0 0 +1670 16 0.9096 0.0999255 0.768209 0 0 0 +1671 16 0.962566 0.109978 0.749314 0 0 0 +1672 15 0.939037 0.112491 0.891805 0 0 0 +1673 16 0.91098 0.114306 0.86913 0 0 0 +1674 16 0.928783 0.0887456 0.917017 0 0 0 +532 15 0.192533 0.567728 0.972784 0 0 0 +1328 16 0.882171 0.308081 0.993934 0 0 0 +1452 16 0.625286 0.996003 0.948144 0 -1 -1 +1370 16 0.678279 0.666848 0.962731 0 0 -1 +31 3 0.412192 0.36258 0.507354 0 0 0 +909 16 0.584685 0.591418 0.937672 0 0 0 +555 16 0.0955495 0.670492 0.543518 0 0 0 +1696 15 0.878725 0.0361405 0.811733 0 0 0 +1697 16 0.907056 0.0158902 0.821319 0 0 0 +1698 16 0.851671 0.0242819 0.832519 0 0 0 +1699 15 0.776092 0.146842 0.794041 0 0 0 +1700 16 0.796905 0.152166 0.765005 0 0 0 +1701 16 0.7431 0.157136 0.783546 0 0 0 +1611 16 0.468996 0.790907 0.715787 0 0 0 +1717 15 0.00277942 0.39053 0.503807 1 0 0 +378 16 0.0403006 0.174437 0.939954 0 0 0 +1655 16 0.0328513 0.904806 0.998496 1 -1 -1 +1720 15 0.00150018 0.180483 0.602483 1 0 0 +1046 16 0.58295 0.315284 0.528701 0 0 0 +1722 16 0.0120783 0.160194 0.630432 1 0 0 +1723 15 0.835873 0.137523 0.871971 0 0 0 +1724 16 0.814704 0.137202 0.842707 0 0 0 +1725 16 0.817088 0.119399 0.896935 0 0 0 +1726 15 0.0416855 0.307806 0.781655 1 0 0 +1727 16 0.0287995 0.297599 0.813817 1 0 0 +1728 16 0.0591956 0.33869 0.788302 1 0 0 +1744 15 0.937225 0.590784 0.605726 0 0 0 +1745 16 0.952086 0.603042 0.636279 0 0 0 +1746 16 0.953418 0.609694 0.579557 0 0 0 +1747 15 0.897287 0.398082 0.5727 0 0 0 +1251 16 0.529982 0.0076547 0.934754 0 0 -1 +1749 16 0.914769 0.380199 0.598763 0 0 0 +1045 15 0.609734 0.338024 0.537078 0 0 0 +584 16 0.155018 0.931895 0.545414 0 -1 0 +345 16 0.244939 0.0312562 0.523198 0 0 0 +1753 15 0.756964 0.515074 0.927143 0 0 0 +1754 16 0.75404 0.532891 0.958425 0 0 0 +1755 16 0.768318 0.539972 0.903567 0 0 0 +993 16 0.400568 0.324475 0.819808 0 0 -1 +1623 16 0.787322 0.979103 0.890415 0 0 -1 +1054 15 0.220491 0.947354 0.920071 0 0 -1 +1237 15 0.572203 0.63148 0.559333 0 0 0 +1774 15 0.818181 0.363622 0.878954 0 0 0 +1775 16 0.807948 0.344138 0.850314 0 0 0 +1776 16 0.853906 0.367297 0.875109 0 0 0 +1777 15 0.648599 0.358073 0.745824 0 0 0 +1778 16 0.626577 0.36911 0.719408 0 0 0 +1779 16 0.681226 0.370073 0.736022 0 0 0 +1780 15 0.770914 0.282836 0.824396 0 0 0 +1781 16 0.787981 0.296487 0.795639 0 0 0 +1782 16 0.777231 0.247316 0.822659 0 0 0 +1798 15 0.748587 0.393066 0.730151 0 0 0 +1799 16 0.752476 0.408614 0.697782 0 0 0 +1800 16 0.737734 0.41985 0.751817 0 0 0 +1801 15 0.823131 0.320551 0.747426 0 0 0 +1802 16 0.808446 0.34727 0.72806 0 0 0 +1803 16 0.848929 0.336629 0.766935 0 0 0 +1804 15 0.67504 0.476817 0.863521 0 0 0 +1805 16 0.686037 0.444021 0.873917 0 0 0 +1806 16 0.698327 0.48639 0.837624 0 0 0 +1618 15 0.787359 0.858373 0.99864 0 0 0 +617 16 0.337386 0.00760935 0.601532 0 0 0 +34 4 0.523085 0.406158 0.518404 0 0 0 +1825 15 0.899801 0.780686 0.718323 0 0 0 +1826 16 0.891934 0.803346 0.691319 0 0 0 +1827 16 0.892965 0.747864 0.704885 0 0 0 +1828 15 0.891292 0.783429 0.824288 0 0 0 +1829 16 0.894518 0.781735 0.788353 0 0 0 +1830 16 0.855743 0.786151 0.83007 0 0 0 +1831 15 0.723235 0.490698 0.76497 0 0 0 +1832 16 0.754722 0.508187 0.767676 0 0 0 +1833 16 0.711706 0.497927 0.731512 0 0 0 +1834 15 0.757388 0.686072 0.849846 0 0 0 +1835 16 0.724485 0.68395 0.864593 0 0 0 +1836 16 0.766732 0.72077 0.85351 0 0 0 +570 16 0.373275 0.13995 0.856602 0 0 -1 +1852 15 0.615624 0.968637 0.649008 0 0 0 +1853 16 0.64368 0.988899 0.659348 0 0 0 +1854 16 0.587134 0.990706 0.651436 0 0 0 +915 16 0.525411 0.69171 0.982558 0 0 -1 +714 16 0.293401 0.542181 0.988385 0 0 -1 +817 15 0.271253 0.287354 0.927876 0 0 -1 +1858 15 0.976925 0.716529 0.851777 0 0 0 +1683 16 0.932653 0.893634 0.986509 0 -1 -1 +175 15 0.0560144 0.280874 0.591871 0 0 0 +1211 16 0.237656 0.020613 0.938727 0 1 -1 +684 16 0.318794 0.55529 0.800209 0 0 0 +763 15 0.337331 0.699873 0.947489 0 0 -1 +923 16 0.283229 0.654355 0.706777 0 0 0 +1003 15 0.399869 0.267497 0.63073 0 0 0 +1397 16 0.453109 0.0734379 0.919474 0 1 -1 +163 15 0.831028 0.277123 0.952982 -1 0 -1 +1412 16 0.542413 0.740916 0.624421 0 0 0 +82 15 0.0499428 0.98981 0.821625 0 -1 -1 +1742 16 0.853436 0.460246 0.667244 0 0 0 +192 16 0.873823 0.188774 0.88667 -1 0 -1 +1392 16 0.700697 0.491489 0.504747 0 0 0 +1083 16 0.723949 0.93057 0.926964 0 0 -1 +1095 16 0.134438 0.579561 0.610338 0 0 0 +1865 16 0.112032 0.989201 0.716831 1 0 -1 +526 15 0.0876974 0.628597 0.69727 0 0 0 +1872 16 0.773999 0.812104 0.870103 0 0 -1 +405 16 0.387858 0.374408 0.895521 0 0 0 +964 15 0.50903 0.0140316 0.74157 0 0 -1 +190 15 0.896586 0.214806 0.897099 -1 0 -1 +679 15 0.261298 0.51356 0.919314 0 0 0 +1212 16 0.268758 0.0497899 0.976737 0 1 -1 +689 16 0.395518 0.431249 0.98137 0 0 0 +1553 16 0.691893 0.808798 0.891085 0 0 -1 +327 16 0.301322 0.355076 0.700433 0 0 -1 +111 16 0.0307589 0.201444 0.801563 0 0 -1 +1413 16 0.573289 0.785275 0.642924 0 0 0 +1608 16 0.78819 0.771535 0.606667 0 0 0 +989 16 0.313137 0.205847 0.564998 0 0 0 +1223 16 0.349866 0.95817 0.908659 0 0 -1 +735 16 0.202907 0.710696 0.962285 0 0 0 +1868 16 0.669512 0.731052 0.912176 0 0 -1 +1136 16 0.696714 0.208179 0.924324 0 0 -1 +575 16 0.2747 0.86296 0.550857 0 -1 0 +1055 16 0.241521 0.950654 0.890892 0 0 -1 +1702 15 0.151649 0.133546 0.773633 1 0 -1 +331 15 0.113709 0.926032 0.878096 0 -1 -1 +422 16 0.0661866 0.488004 0.728244 0 0 0 +528 16 0.0945169 0.61957 0.662968 0 0 0 +1621 15 0.813414 0.00115308 0.878683 0 1 -1 +352 15 0.183109 0.186157 0.881825 0 0 -1 +678 16 0.186741 0.511283 0.588268 0 0 0 +1467 16 0.907583 0.248463 0.606781 0 0 0 +272 16 0.800266 0.888361 0.769528 -1 0 -1 +1281 16 0.431733 0.0154218 0.987899 0 0 -1 +217 15 0.109038 0.519074 0.975836 0 0 -1 +165 16 0.822412 0.30515 0.931889 -1 0 -1 +114 16 0.0920019 0.0549817 0.907683 0 0 -1 +274 15 0.100336 0.748265 0.844227 0 0 -1 +462 16 0.180761 0.347778 0.870742 0 0 -1 +1694 16 0.0693928 0.377232 0.552975 1 0 0 +951 16 0.276053 0.619811 0.579312 0 0 0 +403 15 0.3582 0.373256 0.874938 0 0 0 +707 16 0.115844 0.702587 0.943978 0 0 0 +380 16 0.273195 0.313966 0.854548 0 0 -1 +276 16 0.0760562 0.739062 0.819119 0 0 -1 +460 15 0.192026 0.379975 0.882619 0 0 -1 +1606 15 0.768986 0.742768 0.617074 0 0 0 +1380 16 0.532447 0.758385 0.923485 0 0 -1 +832 15 0.323134 0.430239 0.524747 0 0 0 +1064 16 0.427135 0.884985 0.53502 0 0 0 +1647 16 0.890015 0.931213 0.824476 0 0 0 +1367 16 0.648497 0.53126 0.893556 0 0 -1 +1366 15 0.639006 0.546204 0.925039 0 0 -1 +1656 16 0.00303424 0.869178 0.965256 1 -1 -1 +1396 15 0.46348 0.0390541 0.923319 0 1 -1 +1409 16 0.659875 0.776786 0.679277 0 0 0 +437 16 0.304298 0.427664 0.960011 0 0 -1 +773 16 0.188929 0.676441 0.528501 0 0 0 +1677 16 0.879618 0.0395878 0.970612 0 0 -1 +1596 16 0.898443 0.634194 0.982394 0 0 -1 +1594 15 0.8672 0.618892 0.972683 0 0 -1 +825 16 0.180554 0.335375 0.998438 0 0 -1 +441 16 0.150765 0.410474 0.984644 0 0 -1 +1169 16 0.503661 0.127677 0.960788 0 0 -1 +1086 16 0.172592 0.945914 0.972415 0 0 -1 +226 15 0.910183 0.857731 0.500086 -1 0 0 +975 16 0.448543 0.963511 0.500279 0 -1 0 +487 15 0.0507897 0.606443 0.999471 0 0 -1 +1752 16 0.742328 0.229456 0.99858 0 0 0 +1085 16 0.145541 0.988325 0.999487 0 0 -1 +662 16 0.383154 0.537297 0.506908 0 0 0 +ITEM: TIMESTEP +6000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.551475 27.2299 +0.546521 27.2249 +0.542247 27.2206 +ITEM: ATOMS +1 1 0.432707 0.408916 0.334725 0 0 0 +2 2 0.385618 0.418066 0.308727 0 0 0 +3 3 0.449744 0.367015 0.343379 0 0 0 +4 4 0.35592 0.389234 0.313294 0 0 0 +5 4 0.365914 0.451883 0.322949 0 0 0 +6 4 0.394885 0.428473 0.269485 0 0 0 +7 5 0.460884 0.45052 0.34667 0 0 0 +8 6 0.508861 0.450576 0.372609 0 0 0 +9 1 0.501763 0.439145 0.426613 0 0 0 +1479 16 0.712645 0.0705647 0.16486 0 0 0 +11 7 0.533256 0.502034 0.366017 0 0 0 +12 8 0.540368 0.52475 0.314535 0 0 0 +13 8 0.554842 0.499449 0.273003 0 0 0 +14 8 0.532869 0.577281 0.312495 0 0 0 +15 8 0.562049 0.522821 0.227064 0 0 0 +16 8 0.540521 0.601827 0.266315 0 0 0 +17 8 0.55073 0.57562 0.223486 0 0 0 +18 9 0.546565 0.59982 0.178417 0 0 0 +19 10 0.447867 0.484919 0.340058 0 0 0 +20 4 0.537683 0.428764 0.354382 0 0 0 +21 4 0.507447 0.528186 0.385613 0 0 0 +22 4 0.571988 0.501837 0.381311 0 0 0 +23 11 0.560782 0.459406 0.272993 0 0 0 +24 11 0.524281 0.602947 0.342598 0 0 0 +25 11 0.567609 0.501389 0.193176 0 0 0 +26 11 0.538495 0.642254 0.265858 0 0 0 +27 10 0.559722 0.574992 0.155941 0 0 0 +28 5 0.500494 0.391141 0.440919 0 0 0 +138 16 0.0684115 0.203865 0.105577 0 0 0 +1488 16 0.807012 0.41509 0.489746 0 0 0 +97 15 0.856665 0.190704 0.340423 -1 0 0 +32 10 0.499036 0.364223 0.415039 0 0 0 +856 15 0.231391 0.270758 0.293942 0 0 0 +203 16 0.113479 0.489303 0.405958 0 0 0 +1036 15 0.50825 0.449781 0.125942 0 0 0 +566 16 0.121113 0.901626 0.0401914 0 0 1 +195 16 0.787213 0.358765 0.0515325 -1 0 0 +243 16 0.905849 0.485989 0.00225216 -1 0 1 +88 15 0.9299 0.948019 0.20057 -1 -1 0 +89 16 0.944356 0.971579 0.177698 -1 -1 0 +90 16 0.89617 0.959389 0.205073 -1 -1 0 +712 15 0.271358 0.536353 0.0250512 0 0 0 +92 16 0.0229571 0.943794 0.483305 0 -1 0 +803 16 0.30342 0.816483 0.478034 0 -1 0 +94 15 0.0124158 0.98613 0.30338 0 -1 0 +95 16 0.020426 0.955746 0.286064 0 -1 0 +96 16 0.97878 0.981319 0.3149 -1 -1 0 +1533 16 0.837984 0.550067 0.302201 0 0 0 +725 16 0.167215 0.52831 0.397435 0 0 0 +515 16 0.173393 0.159239 0.0628985 0 1 0 +488 16 0.0432866 0.596508 0.0245007 0 0 0 +115 15 0.0347567 0.0819368 0.158213 0 0 0 +116 16 0.0514075 0.0937581 0.128714 0 0 0 +117 16 0.0225127 0.111657 0.174152 0 0 0 +118 15 0.080365 0.0767625 0.283571 0 0 0 +119 16 0.0937723 0.0556075 0.257882 0 0 0 +120 16 0.0454412 0.0686106 0.284619 0 0 0 +121 15 0.0912194 0.197772 0.427191 0 0 0 +122 16 0.117872 0.204841 0.450145 0 0 0 +123 16 0.104364 0.172184 0.40575 0 0 0 +1751 16 0.866298 0.293631 0.166513 0 0 1 +139 15 0.993812 0.158831 0.259536 -1 0 0 +140 16 -0.0202717 0.164143 0.292103 0 0 0 +141 16 0.0141662 0.187795 0.253704 0 0 0 +142 15 0.104564 0.347799 0.188162 0 0 0 +143 16 0.119275 0.380406 0.185402 0 0 0 +144 16 0.101931 0.34208 0.223484 0 0 0 +145 15 0.00958009 0.417676 0.3858 0 0 0 +146 16 0.0368133 0.436631 0.399448 0 0 0 +147 16 0.0202521 0.383514 0.388305 0 0 0 +722 16 0.33841 0.63471 0.425281 0 0 0 +498 16 0.706856 0.587003 0.466471 -1 0 0 +150 16 0.8266 0.0383565 0.382255 -1 0 0 +556 15 0.270098 0.960607 0.437428 0 0 0 +166 15 0.942422 0.160463 0.0732098 -1 0 0 +167 16 0.917311 0.185937 0.0704238 -1 0 0 +168 16 0.950028 0.159123 0.108247 -1 0 0 +169 15 0.0568078 0.229543 0.204626 0 0 0 +170 16 0.056766 0.231745 0.168815 0 0 0 +171 16 0.0913616 0.225377 0.21334 0 0 0 +978 16 0.283409 0.903543 0.489014 0 -1 0 +1145 16 0.744005 0.223119 0.460137 0 0 0 +85 15 0.307981 0.203317 0.0367449 0 0 0 +514 15 0.160851 0.132909 0.083795 0 1 0 +1665 16 0.747611 0.942169 0.398176 0 -1 0 +1618 15 0.772928 0.848114 0.0191099 0 0 1 +906 16 0.602979 0.493114 0.0572647 0 0 1 +659 16 0.175999 0.109753 0.362339 0 0 0 +1051 15 0.639401 0.646672 0.193173 0 0 0 +339 16 0.0334714 0.0280355 0.377501 0 0 0 +914 16 0.525745 0.767132 0.0791134 0 0 0 +196 15 0.901002 0.396792 0.160697 -1 0 0 +197 16 0.906329 0.426766 0.179681 -1 0 0 +198 16 0.903079 0.370352 0.18486 -1 0 0 +199 15 0.0309607 0.565067 0.129152 0 0 0 +200 16 0.0641013 0.570797 0.141646 0 0 0 +201 16 0.0101815 0.565152 0.1584 0 0 0 +1785 16 0.931156 0.646747 0.0865479 0 0 0 +178 15 0.798094 0.452075 0.363335 -1 0 0 +898 15 0.596959 0.694045 0.0854625 0 0 0 +1345 15 0.0586845 0.277335 0.496166 1 0 0 +525 16 0.133712 0.926837 0.420204 0 0 0 +558 16 0.270171 0.991071 0.456379 0 0 0 +410 16 0.31272 0.544216 0.151921 0 0 0 +931 15 0.516262 0.258791 0.0161965 0 0 1 +846 16 0.58046 0.0545975 0.0212967 0 0 0 +225 16 0.981316 0.404052 0.0944981 -1 0 0 +1564 15 0.699593 0.754122 0.449855 0 0 0 +824 16 0.233942 0.323474 0.0115028 0 0 0 +1750 15 0.842599 0.282202 0.142122 0 0 1 +1342 15 0.658504 0.443422 0.420391 0 0 0 +173 16 0.945926 0.400961 0.373929 -1 0 0 +1392 16 0.716372 0.49561 0.454605 0 0 0 +1439 16 0.881414 0.947647 0.361608 0 -1 0 +148 15 0.8291 0.00780935 0.363604 -1 0 0 +247 15 0.91284 0.70255 0.21601 -1 0 0 +248 16 0.881468 0.68683 0.223486 -1 0 0 +249 16 0.936626 0.685467 0.236738 -1 0 0 +250 15 0.135571 0.581509 0.147352 0 0 0 +251 16 0.162264 0.559315 0.156414 0 0 0 +252 16 0.133994 0.605153 0.17429 0 0 0 +253 15 0.0900327 0.488537 0.279383 0 0 0 +254 16 0.11136 0.466154 0.297587 0 0 0 +255 16 0.0607681 0.469115 0.272061 0 0 0 +1877 16 0.80948 0.293235 0.421051 0 1 0 +879 16 0.537889 0.501789 0.098705 0 0 0 +1071 16 0.325668 0.747842 0.397994 0 0 0 +1873 15 0.891592 0.835927 0.489482 0 0 0 +581 16 0.21248 0.967521 0.19407 0 -1 0 +1206 16 0.745377 0.5221 0.134103 0 0 0 +1337 16 0.733405 0.165572 0.00865206 0 0 0 +1719 16 0.06809 0.472897 0.4761 1 0 0 +206 16 0.0895185 0.664526 0.412393 0 0 0 +277 15 0.305905 0.529227 0.266433 0 0 0 +278 16 0.289883 0.503231 0.285266 0 0 0 +279 16 0.292851 0.559672 0.280215 0 0 0 +280 15 0.189241 0.754823 0.393404 0 0 0 +281 16 0.21146 0.737886 0.415915 0 0 0 +172 15 0.910115 0.398974 0.37299 -1 0 0 +586 15 0.247108 0.826552 0.340337 0 -1 0 +1489 15 0.150891 0.388401 0.446689 1 0 0 +665 16 0.233425 0.304377 0.0956695 0 0 1 +695 16 0.44554 0.527852 0.0391444 0 0 0 +282 16 0.206436 0.785145 0.38491 0 0 0 +301 15 0.970368 0.00872771 0.131322 -1 1 0 +1011 16 0.418849 0.243288 0.489985 0 0 0 +303 16 0.942624 0.0189298 0.110989 -1 1 0 +304 15 0.980123 0.0901816 0.449075 -1 1 0 +1328 16 0.953659 0.324388 0.119761 0 0 1 +306 16 0.980559 0.0972829 0.484241 -1 1 0 +307 15 0.107619 0.969017 0.056386 0 0 0 +308 16 0.136772 0.986899 0.0455452 0 0 0 +309 16 0.101029 0.98167 0.0893054 0 0 0 +219 16 0.0776209 0.511286 0.0475931 0 0 0 +1824 16 0.999559 0.67172 0.370234 0 0 0 +133 15 0.838191 0.123632 0.0870466 -1 0 1 +435 16 0.0682753 0.295752 0.0778632 0 0 0 +302 16 0.990914 0.0380299 0.133862 -1 1 0 +496 15 0.703584 0.622137 0.472959 -1 0 0 +1878 16 0.855727 0.31105 0.448686 0 1 0 +893 16 0.483693 0.604781 -0.00504563 0 0 1 +1338 16 0.786849 0.151355 -0.0040542 0 0 0 +666 16 0.268475 0.262811 0.0794348 0 0 1 +1243 15 0.641491 0.806491 0.135956 0 0 1 +334 15 0.0649415 0.880955 0.345473 0 -1 0 +335 16 0.0616259 0.845864 0.352176 0 -1 0 +336 16 0.0352216 0.889482 0.327273 0 -1 0 +337 15 0.0488848 0.0260066 0.409836 0 0 0 +338 16 0.0823274 0.0148513 0.403175 0 0 0 +1303 15 0.672849 0.311136 0.0385885 0 0 0 +1070 16 0.329696 0.729083 0.344592 0 0 0 +1731 16 0.911693 0.148897 0.18028 0 0 0 +622 15 0.402966 0.149567 0.0940677 0 0 0 +975 16 0.449342 0.987946 0.464065 0 -1 0 +358 15 0.143122 0.245749 0.259014 0 0 0 +359 16 0.173364 0.255195 0.275849 0 0 0 +360 16 0.118529 0.24388 0.28507 0 0 0 +361 15 0.11116 0.386864 0.313956 0 0 0 +362 16 0.0858299 0.378297 0.290035 0 0 0 +363 16 0.10876 0.361394 0.33911 0 0 0 +364 15 0.966065 0.873874 0.300543 -1 -1 0 +365 16 0.947048 0.892931 0.324258 -1 -1 0 +366 16 0.946241 0.844569 0.294587 -1 -1 0 +905 16 0.641547 0.463433 0.0280847 0 0 1 +762 16 0.253115 0.767512 0.100822 0 0 1 +1202 16 0.67365 0.44022 0.144487 0 0 0 +382 15 0.0706999 0.242572 0.332572 0 0 0 +383 16 0.0721961 0.260318 0.363718 0 0 0 +384 16 0.0559791 0.210941 0.340941 0 0 0 +385 15 0.172553 0.190205 0.173445 0 0 0 +386 16 0.16423 0.193456 0.208193 0 0 0 +387 16 0.187448 0.221673 0.164781 0 0 0 +1211 16 0.223864 0.99527 0.0735033 0 0 0 +345 16 0.271863 0.086832 0.467705 0 0 0 +298 15 0.728336 0.970798 0.0911274 -1 0 0 +1374 16 0.934558 0.3758 0.478598 0 0 0 +137 16 0.0627295 0.168727 0.0613854 0 0 0 +677 16 0.283073 0.606777 0.477632 0 0 0 +587 16 0.248043 0.826481 0.304471 0 -1 0 +226 15 0.904118 0.938522 0.482337 -1 0 0 +664 15 0.249228 0.290284 0.0667068 0 0 1 +407 16 0.537193 0.347874 0.0857203 0 0 0 +445 15 0.225216 0.376172 0.313089 0 0 0 +98 16 0.84527 0.216103 0.363057 -1 0 0 +723 16 0.358224 0.687374 0.417946 0 0 0 +1399 15 0.381563 0.740274 0.0202434 0 0 0 +1486 15 0.78176 0.389689 0.491831 0 0 0 +415 15 0.0418383 0.321478 0.268255 0 0 0 +416 16 0.0449471 0.296952 0.242255 0 0 0 +417 16 0.0361307 0.302327 0.298051 0 0 0 +418 15 0.563863 0.306273 0.381134 0 0 0 +419 16 0.545531 0.289232 0.355429 0 0 0 +420 16 0.597481 0.29422 0.377704 0 0 0 +1329 16 0.997344 0.294089 0.0999239 0 0 1 +609 16 0.193611 0.212294 0.491232 0 0 0 +1244 16 0.647159 0.841911 0.136689 0 0 1 +476 16 0.245957 0.44645 0.336733 0 0 0 +1851 16 0.756795 0.878588 0.450346 0 0 0 +1424 16 0.521435 0.854526 0.0345214 0 -1 0 +1229 16 0.608533 0.592085 0.445511 0 0 0 +442 15 0.00572698 0.42121 0.260535 0 0 0 +443 16 0.985913 0.393664 0.248881 -1 0 0 +444 16 0.997236 0.424345 0.295253 -1 0 0 +1373 16 0.907953 0.36888 0.428957 0 0 0 +207 16 0.0441989 0.691693 0.433081 0 0 0 +202 15 0.0954886 0.460462 0.417439 0 0 0 +87 16 0.336665 0.211328 0.0167386 0 0 0 +900 16 0.620093 0.669269 0.0972177 0 0 0 +575 16 0.182602 0.828304 0.490438 0 -1 0 +408 16 0.495259 0.385961 0.0824416 0 0 0 +1208 16 0.37353 0.70205 0.141109 0 0 0 +466 15 0.185392 0.772681 0.157891 0 0 0 +467 16 0.161591 0.775334 0.131177 0 0 0 +468 16 0.195685 0.738314 0.157388 0 0 0 +469 15 0.231247 0.590615 0.289718 0 0 0 +470 16 0.21536 0.62158 0.298436 0 0 0 +471 16 0.215562 0.566205 0.310822 0 0 0 +99 16 0.862415 0.162042 0.361223 -1 0 0 +599 16 0.347274 0.0248816 0.0796235 0 0 0 +886 15 0.528738 0.75127 0.152036 0 0 0 +1188 16 0.797611 0.464602 0.178227 0 0 0 +888 16 0.551501 0.763785 0.176785 0 0 0 +483 16 0.100202 0.723286 0.101169 0 0 1 +813 16 0.332056 0.132841 0.392553 0 0 0 +493 15 0.0595569 0.856532 0.472191 0 0 0 +1266 16 0.880012 0.229402 0.484872 0 0 0 +495 16 0.0861115 0.879125 0.463728 0 0 0 +573 16 0.359466 0.0680168 0.0099196 0 0 0 +29 7 0.50736 0.375619 0.492844 0 0 0 +1761 16 0.878373 0.696842 0.443556 0 0 0 +1679 16 0.692952 0.931411 0.0370248 0 -1 0 +1340 16 0.855949 0.511271 0.432378 0 0 0 +1201 15 0.662791 0.432034 0.177688 0 0 0 +1358 16 0.675803 0.578076 0.10488 0 0 0 +667 15 0.316301 0.627526 0.0448232 0 0 0 +517 15 0.101876 0.87725 0.160046 0 0 0 +518 16 0.0716804 0.888264 0.175989 0 0 0 +519 16 0.098543 0.888087 0.126007 0 0 0 +520 15 0.112707 0.667849 0.216952 0 0 0 +521 16 0.0939711 0.649115 0.241143 0 0 0 +522 16 0.089472 0.673884 0.190289 0 0 0 +523 15 0.10058 0.938428 0.427631 0 0 0 +524 16 0.0800188 0.923863 0.402091 0 0 0 +317 16 0.121889 0.77422 0.406821 0 0 0 +1052 16 0.604835 0.641196 0.201073 0 0 0 +773 16 0.149912 0.692606 0.280252 0 0 0 +149 16 0.807736 0.0128278 0.33522 -1 0 0 +607 15 0.183343 0.237809 0.468194 0 0 0 +544 15 0.244236 0.0712195 0.128352 0 1 0 +545 16 0.221134 0.0948626 0.114405 0 1 0 +546 16 0.224269 0.0509579 0.150216 0 1 0 +547 15 0.0741188 0.0792085 0.0444028 0 1 0 +548 16 0.101005 0.0982935 0.058549 0 1 0 +227 16 0.885705 0.95975 0.504643 -1 0 0 +550 15 0.0998575 0.792126 0.224001 0 0 0 +551 16 0.132589 0.777859 0.22751 0 0 0 +552 16 0.102224 0.813029 0.194939 0 0 0 +1771 15 0.824143 0.743854 0.464032 0 0 0 +624 16 0.384272 0.178361 0.0836438 0 0 0 +1518 16 0.627078 0.543318 0.3692 0 0 0 +447 16 0.189843 0.381031 0.309575 0 0 0 +1648 15 0.47953 0.847131 0.148122 0 -1 0 +693 16 0.229425 0.406274 0.0251087 0 0 0 +1336 15 0.762931 0.150788 0.0226827 0 0 0 +1236 16 0.467117 0.880605 0.454493 0 0 0 +1146 16 0.741701 0.195748 0.410484 0 0 0 +1586 16 0.100538 0.554091 0.290065 1 0 0 +1058 16 0.258442 0.680004 0.132205 0 0 0 +577 15 0.435489 0.188872 0.35627 0 0 0 +578 16 0.407542 0.175994 0.337823 0 0 0 +579 16 0.449918 0.160049 0.372026 0 0 0 +580 15 0.196247 0.999256 0.189981 0 -1 0 +1532 16 0.847617 0.585673 0.259081 0 0 0 +582 16 0.165123 0.991436 0.173937 0 -1 0 +897 16 0.483471 0.638166 0.170945 0 0 0 +690 16 0.363576 0.47692 0.0251701 0 0 1 +1712 16 0.0174981 0.100725 0.0172545 1 0 0 +1876 15 0.842079 0.282601 0.431609 0 1 0 +217 15 0.103469 0.498081 0.026505 0 0 0 +1456 15 0.892818 0.0359988 0.0571763 0 0 0 +1400 16 0.386079 0.72974 0.0542416 0 0 0 +472 15 0.00321931 0.575966 0.452203 0 0 0 +604 15 0.194239 0.089076 0.238484 0 0 0 +605 16 0.167402 0.1076 0.223523 0 0 0 +606 16 0.188371 0.0551105 0.228528 0 0 0 +875 16 0.607796 0.470345 0.48142 0 0 0 +1773 16 0.795216 0.734468 0.483069 0 0 0 +1573 15 0.795791 0.723923 0.108205 0 0 0 +736 15 0.36049 0.64913 0.205847 0 0 0 +1305 16 0.706774 0.322476 0.0413731 0 0 0 +1204 15 0.727612 0.552975 0.129814 0 0 0 +224 16 0.0209716 0.430027 0.125685 0 0 0 +588 16 0.261363 0.858134 0.349644 0 -1 0 +1438 15 0.912457 0.931768 0.370056 0 -1 0 +628 15 0.332019 0.284138 0.268746 0 0 0 +629 16 0.359184 0.278032 0.246118 0 0 0 +630 16 0.339124 0.263382 0.297136 0 0 0 +631 15 0.423851 0.21494 0.172491 0 0 0 +632 16 0.420472 0.188617 0.148348 0 0 0 +633 16 0.415647 0.199512 0.203827 0 0 0 +634 15 0.278133 0.363253 0.216975 0 0 0 +635 16 0.307581 0.343211 0.221257 0 0 0 +636 16 0.262672 0.363554 0.249349 0 0 0 +409 15 0.307292 0.579673 0.152685 0 0 0 +678 16 0.22715 0.600423 0.470413 0 0 0 +649 15 0.139819 0.419586 0.096455 0 0 0 +650 16 0.173413 0.42282 0.0842824 0 0 0 +651 16 0.143232 0.418727 0.13216 0 0 0 +652 15 0.149719 0.451572 0.196577 0 0 0 +653 16 0.125776 0.464713 0.219842 0 0 0 +654 16 0.177393 0.474338 0.198327 0 0 0 +1234 15 0.488102 0.856687 0.471069 0 0 0 +1772 16 0.818373 0.778151 0.455223 0 0 0 +565 15 0.136039 0.869827 0.0328932 0 0 1 +658 15 0.14391 0.117315 0.376493 0 0 0 +557 16 0.286089 0.969223 0.406488 0 0 0 +660 16 0.12034 0.103491 0.353242 0 0 0 +1330 15 0.702599 0.327574 0.248041 0 0 0 +670 15 0.0732225 0.661069 0.0198538 0 0 0 +1094 16 0.127436 0.616578 0.484548 0 0 0 +672 16 0.0879696 0.675362 0.0492727 0 0 0 +673 15 0.359599 0.262072 0.452367 0 0 0 +674 16 0.363137 0.295062 0.46602 0 0 0 +675 16 0.358445 0.267108 0.416863 0 0 0 +1739 16 0.666418 0.604234 0.243091 0 0 0 +453 16 0.283733 0.376075 0.454656 0 0 0 +951 16 0.255956 0.686821 0.500474 0 0 0 +487 15 0.0175877 0.571682 0.0277355 0 0 0 +1575 16 0.829535 0.726419 0.0962754 0 0 0 +474 16 0.0274111 0.601277 0.444373 0 0 0 +1838 16 0.720259 0.622412 -0.000132124 0 0 0 +694 15 0.419872 0.504152 0.0473144 0 0 0 +1565 16 0.71989 0.73708 0.474038 0 0 0 +696 16 0.425314 0.496586 0.0819607 0 0 0 +697 15 0.213718 0.67484 0.179768 0 0 0 +698 16 0.179803 0.669885 0.190374 0 0 0 +699 16 0.232049 0.648366 0.195589 0 0 0 +1331 16 0.683754 0.357612 0.253503 0 0 0 +669 16 0.301253 0.595871 0.0371581 0 0 0 +715 15 0.977021 0.684877 0.065927 -1 0 0 +716 16 0.990334 0.713213 0.083449 -1 0 0 +717 16 0.000192184 0.679168 0.0391364 0 0 0 +718 15 0.418228 0.543494 0.238157 0 0 0 +719 16 0.427455 0.563608 0.266398 0 0 0 +720 16 0.382475 0.541184 0.240057 0 0 0 +987 16 0.544784 0.247346 0.422388 0 0 0 +1038 16 0.529727 0.432796 0.149127 0 0 0 +223 15 0.00381526 0.431997 0.0942371 0 0 0 +805 15 0.128969 0.974831 0.298506 0 -1 0 +688 15 0.33349 0.457704 0.0215869 0 0 1 +739 15 0.391676 0.886029 0.10732 0 0 0 +740 16 0.421986 0.877717 0.124624 0 0 0 +741 16 0.40103 0.886881 0.0726938 0 0 0 +742 15 0.409908 0.469978 0.154674 0 0 0 +743 16 0.374133 0.471854 0.1527 0 0 0 +744 16 0.418601 0.492048 0.181592 0 0 0 +745 15 0.290313 0.702279 0.297155 0 0 0 +746 16 0.25596 0.692987 0.301716 0 0 0 +747 16 0.288906 0.734766 0.281995 0 0 0 +1235 16 0.473144 0.82493 0.463652 0 0 0 +205 15 0.0541729 0.668443 0.407641 0 0 0 +1317 16 0.758663 0.378281 0.434658 0 0 0 +1478 16 0.668748 0.0472472 0.137488 0 0 0 +193 15 0.7616 0.359978 0.0264376 -1 0 0 +318 16 0.0714991 0.761612 0.383978 0 0 0 +608 16 0.190359 0.268621 0.485184 0 0 0 +769 15 0.956425 0.765157 0.14317 -1 0 0 +770 16 0.934223 0.793217 0.145795 -1 0 0 +771 16 0.941327 0.739801 0.163575 -1 0 0 +1812 16 0.914767 0.747633 0.0606772 0 0 0 +1245 16 0.638344 0.798605 0.101097 0 0 1 +1492 15 0.086622 0.326554 0.397752 1 0 0 +899 16 0.565458 0.684395 0.0996668 0 0 0 +686 16 0.147708 0.55504 0.482647 0 0 0 +1359 16 0.621813 0.578881 0.0874349 0 0 0 +1692 16 0.684371 0.952307 0.468289 0 -1 0 +1391 16 0.766852 0.517672 0.441006 0 0 0 +1050 16 0.30064 0.435955 0.171753 0 0 0 +793 15 0.228429 0.936445 0.327782 0 -1 0 +794 16 0.253484 0.962119 0.3283 0 -1 0 +795 16 0.198046 0.953691 0.319617 0 -1 0 +796 15 0.295835 0.181397 0.141559 0 0 0 +797 16 0.293317 0.196583 0.109151 0 0 0 +798 16 0.308163 0.148335 0.135066 0 0 0 +721 15 0.350266 0.663339 0.443366 0 0 0 +316 15 0.0883286 0.786491 0.4036 0 0 0 +494 16 0.0601829 0.831784 0.446223 0 0 0 +1158 16 0.657518 0.123943 0.471507 0 0 0 +450 16 0.357815 0.510564 0.403809 0 0 0 +1230 16 0.559622 0.613539 0.464678 0 0 0 +1850 16 0.718194 0.867232 0.490358 0 0 0 +1144 15 0.734409 0.22735 0.425825 0 0 0 +820 15 0.561469 0.198004 0.24194 0 0 0 +821 16 0.582905 0.221269 0.225014 0 0 0 +822 16 0.566732 0.204647 0.276802 0 0 0 +1449 16 0.59989 0.929685 0.0456491 0 -1 1 +892 15 0.493561 0.574149 0.0108141 0 0 1 +936 16 0.207014 0.570455 0.0587305 0 0 1 +826 15 0.39403 0.286078 0.357965 0 0 0 +827 16 0.408236 0.253928 0.36516 0 0 0 +828 16 0.422254 0.306887 0.350371 0 0 0 +1419 16 0.480574 0.7843 0.000240191 0 0 1 +668 16 0.310681 0.647483 0.0155427 0 0 0 +1713 16 0.967658 0.1261 0.0268455 0 0 0 +1048 15 0.302664 0.463706 0.149103 0 0 0 +1187 16 0.762422 0.427821 0.153151 0 0 0 +491 16 0.226796 0.708503 0.0459706 0 0 0 +1447 15 0.591169 0.957866 0.0660712 0 -1 1 +554 16 0.0649452 0.770263 0.273435 0 0 0 +850 15 0.835359 0.124793 0.192418 0 0 0 +851 16 0.81868 0.155514 0.184341 0 0 0 +852 16 0.835892 0.106469 0.161578 0 0 0 +853 15 0.483901 0.244439 0.291036 0 0 0 +854 16 0.46312 0.223588 0.311546 0 0 0 +855 16 0.48288 0.229064 0.258636 0 0 0 +934 15 0.176642 0.587938 0.0510415 0 0 1 +1734 16 0.848448 0.422022 0.0635024 0 0 0 +858 16 0.239166 0.262346 0.327942 0 0 0 +1849 15 0.738148 0.851635 0.464944 0 0 0 +1763 16 0.0519417 0.385266 0.0433724 1 0 0 +865 15 0.204155 0.308482 0.156912 0 0 0 +866 16 0.223882 0.327968 0.179681 0 0 0 +867 16 0.170246 0.317509 0.164391 0 0 0 +868 15 0.543501 0.116642 0.414089 0 0 0 +869 16 0.53856 0.151532 0.420835 0 0 0 +870 16 0.578686 0.11146 0.41882 0 0 0 +136 15 0.0587071 0.170406 0.0969976 0 0 0 +1493 16 0.110327 0.34848 0.41339 1 0 0 +215 16 0.956689 0.312345 0.0240493 -1 0 1 +1157 16 0.660944 0.0917048 0.424936 0 0 0 +490 15 0.202233 0.724836 0.0255466 0 0 0 +1678 15 0.683974 0.898041 0.0273771 0 -1 0 +1199 16 0.404547 0.343667 0.00962065 0 0 1 +1733 16 0.860665 0.390006 0.108731 0 0 0 +880 15 0.217311 0.530826 0.187354 0 0 0 +881 16 0.222727 0.548222 0.218261 0 0 0 +882 16 0.248854 0.515344 0.180101 0 0 0 +883 15 0.407963 0.315927 0.175983 0 0 0 +884 16 0.403679 0.285968 0.156713 0 0 0 +885 16 0.440215 0.328312 0.166305 0 0 0 +1848 16 0.462084 0.923743 0.290262 0 0 0 +1440 16 0.915827 0.936845 0.405413 0 -1 0 +344 16 0.218652 0.067214 0.469587 0 0 0 +1315 15 0.746743 0.365115 0.403485 0 0 0 +482 16 0.0926277 0.764526 0.0629362 0 0 1 +433 15 0.0708085 0.278733 0.109346 0 0 0 +1868 16 0.668903 0.787566 0.0312934 0 0 0 +86 16 0.284302 0.189708 0.0134778 0 0 0 +887 16 0.51102 0.724862 0.168648 0 0 0 +555 16 0.0200828 0.743152 0.295167 0 0 0 +1847 16 0.463351 0.877207 0.322708 0 0 0 +220 15 0.861093 0.222687 0.0588528 -1 0 0 +916 15 0.208111 0.882531 0.100195 0 0 0 +917 16 0.230311 0.854569 0.103736 0 0 0 +918 16 0.19596 0.88863 0.133397 0 0 0 +919 15 0.337378 0.823586 0.168267 0 0 0 +920 16 0.355247 0.85132 0.154171 0 0 0 +921 16 0.314485 0.813607 0.142507 0 0 0 +1585 15 0.0960067 0.589579 0.29276 1 0 0 +411 16 0.307629 0.589569 0.118201 0 0 0 +895 15 0.464249 0.666304 0.18217 0 0 0 +1049 16 0.292342 0.450274 0.117476 0 0 0 +228 16 0.887243 0.906905 0.484027 -1 0 0 +135 16 0.864215 0.147353 0.0801702 -1 0 1 +986 16 0.499865 0.221931 0.445972 0 0 0 +1684 15 0.839076 0.991604 0.210995 0 -1 0 +943 15 0.391156 0.564453 0.402573 0 0 0 +944 16 0.400413 0.595133 0.386441 0 0 0 +945 16 0.402057 0.568492 0.436515 0 0 0 +946 15 0.249555 0.803357 0.24087 0 0 0 +947 16 0.228402 0.790369 0.214963 0 0 0 +948 16 0.270976 0.826753 0.224106 0 0 0 +877 15 0.546845 0.536109 0.0933076 0 0 0 +1464 16 0.0134467 0.897956 0.254701 1 -1 0 +1477 15 0.702591 0.0581647 0.132729 0 0 0 +1759 15 0.904684 0.67247 0.442589 0 0 0 +567 16 0.164019 0.867681 0.0552476 0 0 1 +1531 15 0.852771 0.551747 0.269555 0 0 0 +967 15 0.418125 0.783696 0.221731 0 -1 0 +968 16 0.388586 0.801873 0.21255 0 -1 0 +969 16 0.408064 0.749264 0.221079 0 -1 0 +970 15 0.302212 0.00585396 0.349128 0 0 0 +971 16 0.334597 0.0206646 0.353498 0 0 0 +972 16 0.279176 0.0327863 0.354713 0 0 0 +1357 15 0.647677 0.599944 0.100649 0 0 0 +812 16 0.381057 0.10429 0.390654 0 0 0 +911 16 0.670271 0.390363 0.0559949 0 0 1 +1347 16 0.0565966 0.251395 0.471468 1 0 0 +1783 15 0.91383 0.616541 0.0951883 0 0 0 +1758 16 0.987923 0.519237 -0.00150461 0 0 0 +481 15 0.117354 0.741905 0.0757455 0 0 1 +994 15 0.594871 0.317079 0.115252 0 0 0 +995 16 0.616662 0.309906 0.0876665 0 0 0 +996 16 0.606127 0.295352 0.141491 0 0 0 +997 15 0.529352 0.106046 0.216013 0 0 0 +998 16 0.526714 0.102935 0.180368 0 0 0 +999 16 0.540102 0.139862 0.22132 0 0 0 +1000 15 0.382118 0.161195 0.255277 0 0 0 +1001 16 0.34846 0.154125 0.245062 0 0 0 +1002 16 0.390903 0.133886 0.276824 0 0 0 +1057 15 0.276188 0.694965 0.104846 0 0 0 +501 16 0.925071 0.571138 0.40849 -1 0 0 +1233 16 0.502787 0.754275 0.477625 0 0 0 +1846 15 0.475585 0.910888 0.320917 0 0 0 +1638 16 0.908072 0.100439 0.418304 0 1 0 +1021 15 0.519051 0.234745 0.120677 0 0 0 +1022 16 0.513916 0.241105 0.0857422 0 0 0 +1023 16 0.486091 0.229328 0.133773 0 0 0 +1024 15 0.71085 0.136365 0.197058 0 0 0 +1025 16 0.688939 0.140305 0.168922 0 0 0 +1026 16 0.738721 0.157766 0.18982 0 0 0 +1027 15 0.694944 0.979192 0.336516 0 -1 0 +1028 16 0.683172 0.9453 0.33639 0 -1 0 +1029 16 0.683942 0.992652 0.305131 0 -1 0 +1516 15 0.640257 0.57575 0.377053 0 0 0 +134 16 0.811233 0.133343 0.065455 -1 0 1 +1175 16 0.719927 0.316177 0.364803 0 0 0 +1845 16 0.983988 0.735641 0.460245 0 0 0 +1156 15 0.637692 0.110437 0.444828 0 0 0 +973 15 0.430641 0.995333 0.493779 0 -1 0 +1040 16 0.31531 0.301981 0.0147604 0 0 0 +876 16 0.610391 0.5242 0.499106 0 0 0 +1042 15 0.616476 0.385075 0.28798 0 0 0 +1043 16 0.61019 0.378068 0.322601 0 0 0 +1044 16 0.589212 0.369561 0.270568 0 0 0 +1738 15 0.672024 0.580341 0.269263 0 0 0 +912 16 0.710279 0.428636 0.0684216 0 0 1 +1729 15 0.944106 0.164038 0.177559 0 0 0 +1844 16 0.995165 0.788018 0.478997 0 0 0 +1795 15 0.99801 0.626636 0.262407 0 0 0 +1843 15 0.977848 0.770255 0.453077 0 0 0 +1207 15 0.398154 0.721583 0.123806 0 0 0 +1209 16 0.429464 0.706443 0.132623 0 0 0 +935 16 0.158248 0.58799 0.0818464 0 0 1 +1794 16 0.521627 0.687906 0.416997 0 0 0 +1407 16 0.523097 0.967253 0.424578 0 0 0 +10 3 0.495866 0.474674 0.456117 0 0 0 +1690 15 0.69755 0.985617 0.470289 0 -1 0 +1060 15 0.288382 0.57089 0.406471 0 0 0 +1061 16 0.295503 0.557596 0.373916 0 0 0 +1062 16 0.306352 0.549549 0.429029 0 0 0 +448 15 0.336603 0.482497 0.410851 0 0 0 +1784 16 0.934922 0.600719 0.119519 0 0 0 +1494 16 0.0700818 0.310224 0.425082 1 0 0 +913 15 0.525644 0.756151 0.0449575 0 0 0 +760 15 0.264477 0.80059 0.0928192 0 0 1 +1822 15 0.969223 0.674536 0.351287 0 0 0 +299 16 0.763962 0.968408 0.0946371 -1 0 0 +1020 16 0.227237 0.251483 0.414411 0 0 0 +1837 15 0.71746 0.641351 0.0302113 0 0 0 +1053 16 0.645348 0.626316 0.164234 0 0 0 +807 16 0.101245 0.997371 0.301748 0 -1 0 +685 15 0.167379 0.529548 0.466823 0 0 0 +1087 15 0.25139 0.923318 0.22877 0 0 0 +1088 16 0.285214 0.911795 0.225547 0 0 0 +1089 16 0.245851 0.925165 0.26417 0 0 0 +1090 15 0.28061 0.15484 0.244149 0 1 0 +1091 16 0.248709 0.138476 0.245471 0 1 0 +1092 16 0.282333 0.168528 0.21103 0 1 0 +1222 15 0.302832 0.943065 0.0318279 0 0 0 +1018 15 0.256071 0.24592 0.393799 0 0 0 +1059 16 0.297191 0.668713 0.0923172 0 0 0 +1839 16 0.727832 0.618641 0.0559776 0 0 0 +1504 15 0.939747 0.297019 0.216744 0 0 0 +1111 15 0.356938 0.940158 0.188531 0 -1 0 +1112 16 0.338502 0.969403 0.178933 0 -1 0 +1113 16 0.368983 0.926562 0.157591 0 -1 0 +1114 15 0.51508 0.0279559 0.301173 0 0 0 +1115 16 0.485574 0.00754819 0.300792 0 0 0 +1116 16 0.51442 0.0453099 0.269779 0 0 0 +1117 15 0.50232 0.104312 0.113979 0 0 0 +1118 16 0.479876 0.131891 0.109193 0 0 0 +1119 16 0.480898 0.0756725 0.116828 0 0 0 +1120 15 0.43077 0.793163 0.412953 0 -1 0 +1121 16 0.443606 0.797777 0.379769 0 -1 0 +1122 16 0.39615 0.785058 0.40816 0 -1 0 +549 16 0.0901314 0.0567404 0.0214682 0 1 0 +244 15 0.871451 0.612593 0.00556415 -1 0 0 +1138 15 0.64902 0.0828145 0.0498348 0 0 0 +1139 16 0.630448 0.108633 0.0664402 0 0 0 +1140 16 0.677305 0.0769713 0.0711192 0 0 0 +1141 15 0.442701 0.103734 0.409357 0 0 0 +33 4 0.523358 0.338463 0.491365 0 0 0 +1143 16 0.430913 0.0975765 0.442679 0 0 0 +1372 15 0.915187 0.352127 0.459848 0 0 0 +452 16 0.259639 0.343922 0.414587 0 0 0 +1369 15 0.741427 0.752601 0.0191077 0 0 0 +500 16 0.888302 0.612566 0.420804 -1 0 0 +497 16 0.714442 0.637935 0.442632 -1 0 0 +434 16 0.0861781 0.302615 0.13127 0 0 0 +1007 16 0.231505 0.0950618 0.302478 0 0 0 +449 16 0.341553 0.476025 0.445791 0 0 0 +1752 16 0.812621 0.300505 0.149442 0 0 1 +242 16 0.900766 0.501587 0.0565728 -1 0 1 +343 15 0.252639 0.0577129 0.476054 0 0 0 +477 16 0.281341 0.472193 0.372861 0 0 0 +1760 16 0.910369 0.664001 0.476986 0 0 0 +1304 16 0.669277 0.301827 0.00412398 0 0 0 +509 16 0.0812722 0.815372 0.0113505 0 0 1 +896 16 0.433873 0.651984 0.194799 0 0 0 +1174 15 0.713615 0.284277 0.349647 0 0 0 +1327 15 0.969488 0.314035 0.0892734 0 0 1 +1176 16 0.717729 0.260663 0.376343 0 0 0 +1793 16 0.503263 0.67674 0.469513 0 0 0 +1189 15 0.554127 0.382665 0.181802 0 0 0 +1190 16 0.545727 0.377694 0.216326 0 0 0 +1191 16 0.565268 0.350476 0.170531 0 0 0 +1192 15 0.524042 0.3393 0.276966 0 0 0 +1193 16 0.49599 0.359894 0.285696 0 0 0 +1194 16 0.511102 0.305839 0.277357 0 0 0 +1195 15 0.629161 0.23298 0.313176 0 0 0 +1196 16 0.661704 0.243072 0.324415 0 0 0 +1197 16 0.62671 0.198441 0.322574 0 0 0 +1344 16 0.678638 0.416033 0.431867 0 0 0 +737 16 0.341174 0.646709 0.235984 0 0 0 +873 16 0.324707 0.155698 0.465968 0 0 0 +1710 16 0.96329 0.19456 0.385155 0 0 0 +341 16 0.113515 0.975955 0.479058 0 -1 0 +1737 16 0.955616 0.259522 0.34281 0 0 0 +1811 16 0.880899 0.755961 0.0159176 0 0 0 +1664 16 0.803297 0.950171 0.405592 0 -1 0 +1186 15 0.775722 0.460996 0.150028 0 0 0 +1457 16 0.868012 0.0119708 0.0668999 0 0 0 +1228 15 0.583868 0.587918 0.47123 0 0 0 +1709 16 0.987199 0.146321 0.403076 0 0 0 +1766 16 0.952426 0.288322 0.428252 0 0 0 +1225 15 0.427542 0.649523 0.363997 0 0 0 +1226 16 0.451498 0.65505 0.390128 0 0 0 +1227 16 0.412481 0.681647 0.358661 0 0 0 +761 16 0.277449 0.797824 0.0594831 0 0 1 +406 15 0.510138 0.358547 0.0647134 0 0 0 +772 15 0.174659 0.688667 0.305929 0 0 0 +1232 16 0.446472 0.760735 0.480242 0 0 0 +1810 15 0.881172 0.756555 0.0517897 0 0 0 +766 15 0.401995 0.909758 0.00563918 0 0 0 +1069 15 0.348732 0.733229 0.374719 0 0 0 +985 15 0.533233 0.215581 0.434419 0 0 0 +1587 16 0.118079 0.59948 0.319255 1 0 0 +180 16 0.786406 0.483736 0.351162 -1 0 0 +676 15 0.252116 0.605325 0.49571 0 0 0 +1792 15 0.512224 0.660859 0.438614 0 0 0 +1252 15 0.828231 0.973767 0.0984183 0 -1 0 +1253 16 0.839328 0.992365 0.127023 0 -1 0 +1254 16 0.837451 0.939848 0.105613 0 -1 0 +1255 15 0.657341 0.921122 0.234965 0 -1 0 +1256 16 0.642593 0.895233 0.254952 0 -1 0 +1257 16 0.644693 0.915268 0.201904 0 -1 0 +1258 15 0.659652 0.0505318 0.26105 0 0 0 +1259 16 0.670071 0.0753718 0.23735 0 0 0 +1260 16 0.644178 0.0250214 0.241125 0 0 0 +1261 15 0.565972 0.945429 0.338897 0 -1 0 +1262 16 0.535534 0.931842 0.325626 0 -1 0 +1263 16 0.568274 0.978172 0.324412 0 -1 0 +179 16 0.815712 0.460009 0.393565 -1 0 0 +691 15 0.238308 0.426211 0.0535838 0 0 0 +305 16 0.00766251 0.0677327 0.44409 0 1 0 +804 16 0.292333 0.760927 0.474783 0 -1 0 +553 15 0.0554095 0.747607 0.29957 0 0 0 +1282 15 0.46238 0.00655537 0.071796 0 0 0 +1283 16 0.467397 0.978404 0.093465 0 -1 0 +1284 16 0.494403 0.0119988 0.0565605 0 0 0 +1285 15 0.711088 0.0652819 0.388578 0 0 0 +1286 16 0.724683 0.097034 0.378872 0 0 0 +1287 16 0.716868 0.0439941 0.360282 0 0 0 +1288 15 0.797933 0.0671602 0.271126 0 0 0 +1289 16 0.815168 0.088651 0.248142 0 0 0 +1650 16 0.460302 0.828532 0.172029 0 -1 0 +492 16 0.173638 0.728332 0.0469324 0 0 0 +1791 16 0.907974 0.797974 0.345862 0 0 0 +1765 15 0.942948 0.255308 0.417884 0 0 0 +598 15 0.33218 0.00983652 0.108486 0 0 0 +1231 15 0.473725 0.742968 0.495369 0 0 0 +932 16 0.542692 0.234792 0.0126218 0 0 1 +1309 15 0.595491 0.159607 0.1081 0 0 0 +1310 16 0.571991 0.133074 0.102534 0 0 0 +1311 16 0.575208 0.188984 0.111674 0 0 0 +1312 15 0.635632 0.269953 0.18653 0 0 0 +1313 16 0.654057 0.289749 0.210108 0 0 0 +1314 16 0.655271 0.240202 0.182475 0 0 0 +446 16 0.229425 0.340542 0.313291 0 0 0 +1652 16 0.821702 0.863391 0.0736378 0 -1 0 +1689 16 0.832433 0.813033 0.368661 0 -1 0 +1425 16 0.574076 0.835152 0.0259511 0 -1 0 +1790 16 0.934888 0.794215 0.395676 0 0 0 +1333 15 0.741323 0.491994 0.239827 0 0 0 +1334 16 0.718068 0.482424 0.214236 0 0 0 +1335 16 0.744228 0.527597 0.236483 0 0 0 +1869 16 0.633458 0.747078 0.0493018 0 0 0 +222 16 0.846477 0.236037 0.0289303 -1 0 0 +1442 16 0.790642 0.0774956 0.505509 0 0 0 +1339 15 0.832987 0.491497 0.451586 0 0 0 +1441 15 0.797667 0.0707127 0.470985 0 0 0 +724 15 0.179398 0.531886 0.363879 0 0 0 +1732 15 0.845444 0.388628 0.0762708 0 0 0 +1343 16 0.670834 0.450464 0.387442 0 0 0 +1008 16 0.276575 0.113107 0.331854 0 0 0 +844 15 0.551543 0.0350907 0.0129001 0 0 0 +1736 16 0.910842 0.232451 0.320847 0 0 0 +1223 16 0.329519 0.919361 0.0354504 0 0 0 +1574 16 0.776111 0.740176 0.0829909 0 0 0 +1363 15 0.809622 0.615883 0.128615 0 0 0 +1364 16 0.84422 0.609333 0.121735 0 0 0 +1365 16 0.805376 0.650691 0.121024 0 0 0 +1332 16 0.703785 0.311726 0.280208 0 0 0 +1443 16 0.766895 0.0576716 0.457938 0 0 0 +1490 16 0.146218 0.397923 0.480963 1 0 0 +1663 15 0.778027 0.924702 0.405724 0 -1 0 +1708 15 0.97859 0.164358 0.373281 0 0 0 +174 16 0.900643 0.420203 0.345662 -1 0 0 +1818 16 0.858964 0.439509 0.24587 0 0 0 +1381 15 0.567623 0.755635 0.444449 0 0 0 +1382 16 0.588411 0.741337 0.418942 0 0 0 +1383 16 0.589521 0.759923 0.472544 0 0 0 +1384 15 0.195106 0.892664 0.423495 0 0 0 +1385 16 0.218841 0.913781 0.440166 0 0 0 +1386 16 0.210703 0.884538 0.392223 0 0 0 +431 16 0.992304 0.209906 0.0397377 -1 0 1 +774 16 0.165893 0.713103 0.330694 0 0 0 +1423 15 0.555748 0.864982 0.0337914 0 -1 0 +1688 16 0.798041 0.855102 0.385008 0 -1 0 +1649 16 0.506381 0.825115 0.139091 0 -1 0 +1687 15 0.800103 0.82729 0.362437 0 -1 0 +1817 16 0.873416 0.494189 0.250463 0 0 0 +1789 15 0.90217 0.797203 0.381259 0 0 0 +1707 16 0.760148 0.214839 0.130494 0 0 0 +300 16 0.721093 1.00554 0.0963646 -1 0 0 +1401 16 0.407569 0.764375 0.0147641 0 0 0 +1402 15 0.608649 0.130989 0.327879 0 1 0 +1403 16 0.621988 0.104754 0.307359 0 1 0 +1404 16 0.578553 0.117182 0.341692 0 1 0 +1405 15 0.488704 0.958581 0.419177 0 0 0 +1406 16 0.487142 0.949093 0.384612 0 0 0 +1517 16 0.675774 0.572129 0.373498 0 0 0 +1462 15 0.0228059 0.911965 0.223025 1 -1 0 +738 16 0.349191 0.621683 0.185692 0 0 0 +516 16 0.160063 0.147155 0.116715 0 1 0 +1730 16 0.957938 0.161676 0.210579 0 0 0 +1426 15 0.472774 0.801986 0.318801 0 -1 0 +1427 16 0.460404 0.794645 0.285933 0 -1 0 +1428 16 0.504857 0.785981 0.320121 0 -1 0 +1429 15 0.516282 0.948698 0.13554 0 -1 0 +1430 16 0.548991 0.945071 0.121251 0 -1 0 +1431 16 0.506832 0.915391 0.144949 0 -1 0 +1432 15 0.705083 0.797223 0.311081 0 -1 0 +1433 16 0.68288 0.82509 0.315286 0 -1 0 +1434 16 0.735533 0.807498 0.327033 0 -1 0 +1435 15 0.6436 0.872814 0.346214 0 -1 0 +1436 16 0.631575 0.854314 0.374504 0 -1 0 +1437 16 0.627965 0.904969 0.349189 0 -1 0 +125 16 0.147077 0.0973371 0.438945 0 0 0 +1796 16 0.983344 0.644429 0.289894 0 0 0 +1453 15 0.64661 0.910918 0.135342 0 -1 0 +1454 16 0.67568 0.931501 0.131042 0 -1 0 +1455 16 0.629409 0.91297 0.103923 0 -1 0 +687 16 0.194849 0.524156 0.489263 0 0 0 +571 15 0.343559 0.0806252 0.0395047 0 0 0 +1458 16 0.87406 0.0654338 0.0488721 0 0 0 +1459 15 0.607736 0.0282207 0.16934 0 0 0 +1460 16 0.592698 0.996177 0.163482 0 -1 0 +1461 16 0.581934 0.0475141 0.185129 0 0 0 +1290 16 0.764749 0.0806804 0.272925 0 0 0 +1463 16 0.991625 0.918776 0.206636 0 -1 0 +1006 15 0.246489 0.0938254 0.335054 0 0 0 +1637 16 0.854757 0.102803 0.437586 0 1 0 +1037 16 0.476128 0.449974 0.141921 0 0 0 +1316 16 0.752949 0.391263 0.379716 0 0 0 +221 16 0.855567 0.248027 0.083643 -1 0 0 +1203 16 0.633277 0.412212 0.172867 0 0 0 +1448 16 0.575123 0.980695 0.0435184 0 -1 1 +1483 15 0.687996 0.211886 0.0987988 0 0 0 +1484 16 0.688371 0.21496 0.0630543 0 0 0 +1485 16 0.653583 0.205834 0.106945 0 0 0 +1093 15 0.143747 0.645683 0.471356 0 0 0 +1823 16 0.9431 0.672765 0.375815 0 0 0 +572 16 0.313226 0.0957001 0.0276788 0 0 0 +489 16 0.00839637 0.572714 0.0624007 0 0 0 +692 16 0.267019 0.44488 0.0428897 0 0 0 +1019 16 0.266686 0.212638 0.401974 0 0 0 +1205 16 0.750785 0.578233 0.14041 0 0 0 +1505 16 0.959154 0.268658 0.206436 0 0 0 +245 16 0.888191 0.619525 0.036531 -1 0 0 +1371 16 0.732921 0.717917 0.0225546 0 0 0 +1874 16 0.917817 0.836924 0.465017 0 0 0 +1510 15 0.800702 0.415087 0.25073 0 0 0 +1511 16 0.774069 0.438693 0.246186 0 0 0 +1512 16 0.791623 0.396858 0.280268 0 0 0 +1513 15 0.760273 0.149839 0.351564 0 0 0 +1514 16 0.792201 0.164869 0.345086 0 0 0 +1515 16 0.736505 0.172925 0.337804 0 0 0 +857 16 0.263327 0.275885 0.278416 0 0 0 +1740 16 0.656525 0.594869 0.298176 0 0 0 +1224 16 0.305172 0.963776 0.0610304 0 0 0 +1816 15 0.88669 0.461948 0.242003 0 0 0 +1767 16 0.90717 0.256548 0.415518 0 0 0 +1762 15 0.0784145 0.361267 0.0401347 1 0 0 +1534 15 0.612459 0.674033 0.362969 0 0 0 +1535 16 0.621791 0.643741 0.379776 0 0 0 +1536 16 0.641649 0.683313 0.344286 0 0 0 +1537 15 0.746962 0.328852 0.149352 0 0 0 +1538 16 0.715197 0.320318 0.135019 0 0 0 +1539 16 0.740952 0.32964 0.184715 0 0 0 +1540 15 0.658061 0.481031 0.321145 0 0 0 +1541 16 0.665174 0.503547 0.294132 0 0 0 +1542 16 0.652907 0.449274 0.305264 0 0 0 +1543 15 0.589974 0.882652 0.439255 0 0 0 +1544 16 0.56534 0.907167 0.448165 0 0 0 +1545 16 0.576362 0.851572 0.450917 0 0 0 +1764 16 0.106639 0.376828 0.0558964 1 0 0 +1686 16 0.833424 0.0239027 0.225558 0 0 0 +1555 15 0.948094 0.576622 0.192844 0 0 0 +1556 16 0.917017 0.569339 0.209228 0 0 0 +1557 16 0.967058 0.59487 0.217228 0 0 0 +1558 15 0.556913 0.752404 0.321857 0 0 0 +1559 16 0.577114 0.763676 0.294432 0 0 0 +1560 16 0.573382 0.72276 0.333571 0 0 0 +1561 15 0.767084 0.654685 0.383587 0 0 0 +1562 16 0.735045 0.663761 0.37023 0 0 0 +1563 16 0.782286 0.685933 0.392513 0 0 0 +451 15 0.251817 0.365196 0.442398 0 0 0 +1706 16 0.804878 0.229637 0.162119 0 0 0 +126 16 0.142119 0.0577089 0.479255 0 0 0 +1815 16 0.780098 0.58352 0.368941 0 0 0 +1576 15 0.692807 0.689071 0.314472 0 0 0 +1577 16 0.717465 0.675529 0.292205 0 0 0 +1578 16 0.697026 0.724616 0.31202 0 0 0 +1579 15 0.826938 0.65093 0.258429 0 0 0 +1580 16 0.815083 0.672087 0.284869 0 0 0 +1581 16 0.803342 0.655699 0.231827 0 0 0 +1582 15 0.740625 0.68366 0.210687 0 0 0 +1583 16 0.758956 0.703546 0.187113 0 0 0 +1584 16 0.708697 0.678466 0.195167 0 0 0 +872 16 0.271961 0.175478 0.472786 0 0 0 +806 16 0.114195 0.94216 0.299775 0 -1 0 +623 16 0.390949 0.122993 0.0731731 0 0 0 +878 16 0.525745 0.546775 0.0663216 0 0 0 +204 16 0.120297 0.434629 0.419529 0 0 0 +811 15 0.353194 0.114209 0.370343 0 0 0 +1597 15 0.606055 0.779043 0.228096 0 0 0 +1598 16 0.620048 0.792101 0.19775 0 0 0 +1599 16 0.632125 0.758686 0.241993 0 0 0 +1600 15 0.0498929 0.72588 0.158547 1 0 0 +1601 16 0.0722401 0.741057 0.182158 1 0 0 +1602 16 0.0203233 0.746158 0.15983 1 0 0 +1603 15 0.452597 0.963681 0.224767 0 0 0 +1604 16 0.473863 0.962964 0.19588 0 0 0 +1605 16 0.420427 0.953582 0.212505 0 0 0 +1566 16 0.710331 0.788311 0.451589 0 0 0 +1691 16 0.683778 1.00247 0.441765 0 -1 0 +218 16 0.113568 0.467663 0.0426277 0 0 0 +1814 16 0.835464 0.571743 0.372907 0 0 0 +1797 16 0.022352 0.605096 0.277597 1 0 0 +1624 15 0.754314 0.951149 0.252218 0 0 0 +1625 16 0.721585 0.946497 0.238274 0 0 0 +1626 16 0.750535 0.942988 0.286951 0 0 0 +1627 15 0.882836 0.84436 0.188967 0 0 0 +1628 16 0.908795 0.868905 0.185668 0 0 0 +1629 16 0.862395 0.848915 0.159836 0 0 0 +1630 15 0.900964 0.794132 0.280879 0 0 0 +1631 16 0.881359 0.809677 0.255165 0 0 0 +1632 16 0.900737 0.759244 0.272511 0 0 0 +1341 16 0.853116 0.476959 0.477484 0 0 0 +726 16 0.209446 0.512298 0.363084 0 0 0 +1491 16 0.186256 0.383246 0.443527 1 0 0 +1506 16 0.930842 0.289938 0.25077 0 0 0 +910 15 0.674752 0.423636 0.0686474 0 0 1 +1651 15 0.850679 0.858149 0.0941331 0 -1 0 +124 15 0.159284 0.088226 0.471429 0 0 0 +1653 16 0.862677 0.825703 0.0846189 0 -1 0 +1685 16 0.812055 0.97139 0.223179 0 -1 0 +508 15 0.054322 0.791719 0.0101481 0 0 1 +1705 15 0.775575 0.208936 0.162343 0 0 0 +1657 15 0.0848256 0.989458 0.164039 1 -1 0 +1658 16 0.0626827 0.964905 0.177971 1 -1 0 +1659 16 0.0648032 0.0191018 0.161294 1 0 0 +1660 15 0.80123 0.739151 0.308415 0 -1 0 +1661 16 0.818919 0.76959 0.315332 0 -1 0 +1662 16 0.772633 0.749494 0.289377 0 -1 0 +1813 15 0.805726 0.562618 0.35503 0 0 0 +1735 15 0.935735 0.257082 0.313044 0 0 0 +499 15 0.890143 0.577438 0.413741 -1 0 0 +1142 16 0.478209 0.0989983 0.411358 0 0 0 +1390 15 0.732562 0.526615 0.446621 0 0 0 +871 15 0.291943 0.154751 0.451378 0 0 0 +915 16 0.549782 0.729625 0.0439657 0 0 0 +1636 15 0.874609 0.10861 0.40827 0 1 0 +600 16 0.308847 0.0344095 0.120274 0 0 0 +241 15 0.885479 0.481118 0.0313823 -1 0 1 +475 15 0.258975 0.478694 0.345572 0 0 0 +1163 16 0.660639 0.145765 0.0103214 0 0 0 +1212 16 0.217117 0.956183 0.0329261 0 0 0 +473 16 0.00350911 0.554132 0.423735 0 0 0 +802 15 0.310633 0.787202 0.458597 0 -1 0 +1210 15 0.206413 0.988974 0.0427943 0 0 0 +949 15 0.233226 0.709523 0.4845 0 0 0 +1095 16 0.13716 0.671401 0.49549 0 0 0 +713 16 0.299052 0.513707 0.0223336 0 0 0 +430 15 0.0068769 0.218824 0.00818949 0 0 1 +329 16 0.0519248 0.951649 0.0158348 0 -1 0 +904 15 0.617301 0.489642 0.0245533 0 0 1 +1680 16 0.715351 0.881322 0.0225573 0 -1 0 +1867 15 0.634031 0.779829 0.0346626 0 0 0 +1619 16 0.767771 0.812614 0.0196797 0 0 1 +1776 16 0.875506 0.379798 0.0129936 0 0 1 +1200 16 0.461173 0.344065 0.0132512 0 0 1 +1280 16 0.433321 0.0134322 0.0136765 0 0 0 +392 16 0.0396794 0.346337 0.507427 0 0 0 +1171 15 0.688919 0.320185 0.498641 0 0 0 +93 16 0.969419 0.95468 0.498636 -1 -1 0 +1711 15 0.987472 0.111421 0.000784508 0 0 0 +1677 16 0.933113 0.0111762 0.00606131 0 0 0 +1265 16 0.831723 0.202144 0.496913 0 0 0 +714 16 0.248056 0.525088 0.00020521 0 0 0 +1264 15 0.867168 0.197251 0.494283 0 0 0 +31 3 0.42378 0.350669 0.500075 0 0 0 +1172 16 0.692843 0.285506 0.490321 0 0 0 +749 16 0.419331 0.617523 0.495148 0 0 0 +413 16 0.0870966 0.308175 -0.000707938 0 0 0 +1481 16 0.681292 0.0363349 0.0104926 0 0 0 +1875 16 0.890238 0.801597 0.499821 0 0 0 +1554 16 0.693238 0.833352 0.843435 0 0 -1 +35 5 0.451448 0.391179 0.564817 0 0 0 +36 7 0.485371 0.423116 0.592741 0 0 0 +37 1 0.457239 0.437588 0.638009 0 0 0 +38 3 0.411996 0.441037 0.634985 0 0 0 +39 10 0.417091 0.388004 0.57917 0 0 0 +40 4 0.495349 0.457583 0.574002 0 0 0 +41 4 0.517147 0.400814 0.60421 0 0 0 +42 5 0.483264 0.440226 0.682102 0 0 0 +43 6 0.458884 0.461086 0.727373 0 0 0 +44 1 0.481058 0.515779 0.727346 0 0 0 +45 3 0.453815 0.552988 0.726619 0 0 0 +46 7 0.472527 0.429367 0.77231 0 0 0 +47 8 0.460611 0.451098 0.822245 0 0 0 +48 8 0.498197 0.457976 0.858944 0 0 0 +49 8 0.409837 0.460988 0.834087 0 0 0 +50 8 0.484018 0.472359 0.908321 0 0 0 +51 8 0.397333 0.478969 0.881824 0 0 0 +52 8 0.434401 0.488227 0.917563 0 0 0 +53 10 0.518654 0.428732 0.685559 0 0 0 +54 4 0.418464 0.459171 0.72624 0 0 0 +55 4 0.456395 0.391329 0.767115 0 0 0 +56 4 0.513001 0.420262 0.768696 0 0 0 +57 11 0.536852 0.44801 0.852224 0 0 0 +58 11 0.382103 0.457108 0.804855 0 0 0 +59 11 0.512944 0.474613 0.93655 0 0 0 +60 11 0.358749 0.486421 0.891538 0 0 0 +61 11 0.42695 0.507168 0.952553 0 0 0 +62 5 0.529745 0.523796 0.727028 0 0 0 +63 6 0.549852 0.575076 0.722273 0 0 0 +64 12 0.544573 0.59908 0.669333 0 0 0 +65 3 0.571493 0.585594 0.635043 0 0 0 +66 7 0.607005 0.579384 0.732694 0 0 0 +67 7 0.62798 0.634238 0.742884 0 0 0 +68 13 0.605471 0.662724 0.799471 0 0 0 +69 2 0.626655 0.725965 0.793115 0 0 0 +70 10 0.555356 0.496671 0.729211 0 0 0 +71 4 0.531708 0.596708 0.751283 0 0 0 +72 4 0.617373 0.557585 0.766626 0 0 0 +73 4 0.630409 0.559038 0.704902 0 0 0 +74 4 0.668812 0.639268 0.736441 0 0 0 +75 4 0.613032 0.661052 0.714747 0 0 0 +76 4 0.664729 0.7265 0.776255 0 0 0 +77 4 0.600754 0.748701 0.769741 0 0 0 +78 4 0.629416 0.745695 0.829682 0 0 0 +79 14 0.510764 0.638355 0.661866 0 0 0 +80 10 0.487661 0.65135 0.688366 0 0 0 +81 10 0.514983 0.659477 0.631191 0 0 0 +1890 16 0.889422 0.946507 0.797772 0 0 0 +1148 16 0.589934 0.860794 0.548369 0 -1 0 +311 16 0.902928 0.949993 0.583727 -1 0 0 +396 16 0.0182484 0.123004 0.560332 0 0 0 +100 15 0.244493 0.0564131 0.627863 0 0 0 +101 16 0.267472 0.0325242 0.614133 0 0 0 +102 16 0.219783 0.0365202 0.644623 0 0 0 +103 15 0.0662186 0.0149079 0.646554 0 0 0 +104 16 0.0423002 0.0274514 0.622937 0 0 0 +105 16 0.0975492 0.0287029 0.635816 0 0 0 +106 15 0.153739 0.86221 0.745361 0 -1 0 +107 16 0.170698 0.84599 0.718222 0 -1 0 +108 16 0.166856 0.846509 0.774833 0 -1 0 +595 15 0.207868 0.0627758 0.944968 0 0 -1 +937 15 0.269618 0.84354 0.729395 0 0 -1 +1108 15 0.624781 0.837485 0.938651 0 -1 -1 +979 15 0.650301 0.0457234 0.549835 0 0 0 +176 16 0.0949163 0.259827 0.636741 0 0 0 +988 15 0.403731 0.163013 0.563969 0 0 0 +1748 16 0.885194 0.447707 0.559465 0 0 0 +1389 16 0.635954 0.89905 0.533472 0 0 0 +130 15 0.138915 0.400912 0.770249 0 0 0 +131 16 0.140574 0.413051 0.736528 0 0 0 +132 16 0.136445 0.365279 0.766869 0 0 0 +1841 16 0.844187 0.743476 0.952425 0 0 -1 +1170 16 0.392962 0.140246 0.905814 0 0 -1 +767 16 0.392256 0.943637 0.998963 0 0 -1 +656 16 0.304687 0.21779 0.61162 0 0 0 +1182 16 0.646542 0.17585 0.543482 0 0 0 +151 15 -0.00302829 0.450818 0.607073 0 0 0 +152 16 0.00205155 0.475285 0.632817 0 0 0 +153 16 0.00482472 0.468056 0.576604 0 0 0 +154 15 0.160644 0.310004 0.708773 0 0 0 +155 16 0.182042 0.307364 0.73745 0 0 0 +156 16 0.127533 0.312144 0.722423 0 0 0 +157 15 0.262389 0.372237 0.665369 0 0 0 +158 16 0.262426 0.379921 0.700414 0 0 0 +159 16 0.231735 0.386285 0.653113 0 0 0 +160 15 0.953831 0.357569 0.884647 -1 0 0 +161 16 0.967621 0.329384 0.902044 -1 0 0 +162 16 0.923204 0.345323 0.870533 -1 0 0 +831 16 0.339653 0.0746136 0.550536 0 0 0 +1388 16 0.679854 0.885838 0.566909 0 0 0 +1840 15 0.813496 0.726128 0.945771 0 0 -1 +941 16 0.213272 0.780463 0.991893 0 0 -1 +258 16 0.00705172 0.849552 0.56793 0 0 0 +181 15 0.869634 0.498364 0.809146 -1 0 0 +182 16 0.885689 0.479297 0.834951 -1 0 0 +183 16 0.83601 0.502811 0.820846 -1 0 0 +184 15 0.236209 0.49409 0.533262 0 0 0 +185 16 0.259416 0.468465 0.523668 0 0 0 +186 16 0.244725 0.501659 0.567282 0 0 0 +187 15 0.866546 0.414934 0.616561 -1 0 0 +188 16 0.897328 0.399593 0.626774 -1 0 0 +189 16 0.852329 0.427669 0.64694 -1 0 0 +191 16 0.937171 0.233723 0.850868 -1 0 -1 +110 16 -0.0052009 0.123628 0.776635 0 0 -1 +542 16 0.154003 0.0895284 0.581811 0 1 -1 +354 16 0.125948 0.238375 0.882876 0 0 -1 +208 15 0.995164 0.699885 0.658024 -1 0 0 +209 16 0.985161 0.72649 0.63613 -1 0 0 +210 16 0.00239172 0.71612 0.689191 0 0 0 +211 15 0.920785 0.462641 0.897126 -1 0 0 +212 16 0.910109 0.42839 0.897486 -1 0 0 +213 16 0.937653 0.467135 0.928471 -1 0 0 +1675 15 0.953221 0.00991341 0.976374 0 0 -1 +1308 16 0.527047 0.0622112 0.891617 0 0 -1 +1716 16 0.0173404 0.0578421 0.684899 1 0 0 +1889 16 0.908531 0.943679 0.744418 0 0 0 +1622 16 0.792539 0.0158347 0.883382 0 1 -1 +232 15 0.830792 0.615293 0.59654 -1 0 0 +233 16 0.810145 0.598563 0.572435 -1 0 0 +234 16 0.811332 0.643574 0.606968 -1 0 0 +235 15 0.0880459 0.297813 0.863123 0 0 0 +236 16 0.0648512 0.302632 0.836178 0 0 0 +129 16 0.729556 0.119357 0.5542 -1 0 0 +238 15 0.829812 0.554228 0.679894 -1 0 0 +239 16 0.796369 0.567137 0.678449 -1 0 0 +240 16 0.84598 0.567867 0.650915 -1 0 0 +1277 16 0.457386 0.129875 0.832032 0 0 -1 +1717 15 0.0591949 0.470887 0.5108 1 0 0 +823 15 0.216823 0.335517 0.982363 0 0 -1 +1127 16 0.518022 0.938092 0.563264 0 -1 0 +259 15 0.898157 0.682069 0.703246 -1 0 0 +1173 16 0.720568 0.335015 0.490539 0 0 0 +1655 16 0.983495 0.796324 0.942339 0 -1 -1 +262 15 0.886946 0.85445 0.67177 -1 0 0 +263 16 0.867712 0.879644 0.68858 -1 0 0 +264 16 0.909269 0.872845 0.650544 -1 0 0 +1150 15 0.755853 0.221831 0.532549 0 0 0 +230 16 0.921221 0.649473 0.578386 -1 0 0 +267 16 0.89376 0.788497 0.814609 -1 0 0 +268 15 0.841428 0.63469 0.895574 -1 0 0 +269 16 0.847749 0.603053 0.911272 -1 0 0 +270 16 0.810875 0.629777 0.877419 -1 0 0 +273 16 0.759561 0.855628 0.732936 -1 0 -1 +874 15 0.617386 0.490568 0.509461 0 0 0 +297 16 0.249036 0.709153 0.825617 0 0 0 +289 15 0.00804619 0.845705 0.640034 0 0 0 +290 16 -0.0079397 0.836848 0.670908 0 0 0 +291 16 0.0356876 0.866377 0.649823 0 0 0 +292 15 0.970658 0.837272 0.737969 -1 0 0 +293 16 0.940529 0.821472 0.749365 -1 0 0 +294 16 0.960011 0.869387 0.72603 -1 0 0 +295 15 0.261692 0.726858 0.854141 0 0 0 +296 16 0.246361 0.710717 0.882277 0 0 0 +1378 15 0.603703 0.69287 0.935189 0 0 -1 +863 16 0.317035 0.358109 0.959796 0 0 -1 +313 15 0.186311 0.66894 0.667377 0 0 0 +314 16 0.192891 0.637099 0.652208 0 0 0 +315 16 0.182018 0.661585 0.70223 0 0 0 +1595 16 1.00096 0.63989 0.93199 0 0 -1 +950 16 0.201896 0.704053 0.501106 0 0 0 +1508 16 0.579211 0.238382 0.548091 0 0 0 +319 15 0.962686 0.935391 0.696331 -1 0 0 +320 16 0.955344 0.934582 0.661222 -1 0 0 +321 16 -0.00150884 0.936954 0.697999 0 0 0 +322 15 0.176142 0.830176 0.837153 0 0 0 +323 16 0.154007 0.847338 0.859574 0 0 0 +324 16 0.164343 0.796294 0.837046 0 0 0 +1888 15 0.878642 0.94073 0.764044 0 0 0 +543 16 0.140682 0.0408282 0.555913 0 1 -1 +764 16 0.352838 0.707508 0.967951 0 0 -1 +1296 16 0.757775 0.983903 0.524644 0 -1 0 +825 16 0.195941 0.308152 0.972247 0 0 -1 +177 16 0.105701 0.268947 0.581783 0 0 0 +775 15 0.907128 0.113651 0.570208 -1 1 0 +346 15 0.0922577 0.455103 0.683772 0 0 0 +347 16 0.0982682 0.484026 0.663411 0 0 0 +348 16 0.0706233 0.466822 0.709884 0 0 0 +349 15 0.889938 0.104773 0.764134 -1 0 0 +350 16 0.888844 0.0869105 0.733038 -1 0 0 +351 16 0.872898 0.135618 0.757393 -1 0 0 +801 16 0.266311 0.258414 0.544337 0 0 0 +748 15 0.417986 0.581879 0.499011 0 0 0 +340 15 0.121942 0.997951 0.506121 0 -1 0 +1398 16 0.463409 0.953094 0.900999 0 0 -1 +1307 16 0.49421 0.10255 0.914299 0 0 -1 +1863 16 0.922485 0.966707 0.868903 0 0 0 +662 16 0.333806 0.428552 0.521534 0 0 0 +372 16 0.262347 0.288078 0.634699 0 0 0 +981 16 0.664889 0.0231725 0.526046 0 0 0 +374 16 0.0875734 0.13378 0.96197 0 0 0 +484 15 0.137738 0.84845 0.935389 0 0 0 +777 16 0.897147 0.137206 0.545053 -1 1 0 +377 16 0.989778 0.12615 0.926665 -1 0 0 +1756 15 0.981728 0.495708 0.972128 0 0 -1 +332 16 0.0286434 0.897881 0.934917 0 -1 -1 +612 16 0.125663 0.189073 0.716183 0 0 0 +1743 16 0.797418 0.40193 0.60487 0 0 0 +397 15 0.235526 -0.000719565 0.85037 0 0 0 +398 16 0.200505 0.00657269 0.853122 0 0 0 +399 16 0.243765 0.982944 0.881232 0 -1 0 +400 15 0.336339 0.167971 0.753101 0 0 0 +401 16 0.330394 0.141206 0.776242 0 0 0 +402 16 0.308532 0.166635 0.730468 0 0 0 +924 16 0.214742 0.587368 0.562146 0 0 0 +357 16 0.0972004 0.10577 0.844813 0 0 -1 +1250 16 0.568241 0.927749 0.957105 0 -1 -1 +421 15 0.0782892 0.578795 0.63556 0 0 0 +1097 16 0.346498 0.663916 0.511148 0 0 0 +423 16 0.0669809 0.591341 0.667213 0 0 0 +424 15 0.943213 0.54178 0.522934 -1 0 0 +425 16 0.966624 0.54746 0.496347 -1 0 0 +426 16 0.945324 0.571287 0.543235 -1 0 0 +427 15 0.057945 0.399396 0.909882 0 0 0 +428 16 0.0534035 0.434597 0.915125 0 0 0 +429 16 0.0247144 0.386592 0.905517 0 0 0 +1654 15 0.954259 0.815385 0.950653 0 -1 -1 +1718 16 0.0426465 0.439217 0.514023 1 0 0 +1084 15 0.106799 0.0389326 0.946921 0 1 -1 +611 16 0.16959 0.202906 0.749333 0 0 0 +1887 16 0.92514 0.872745 0.861625 0 0 0 +1361 16 0.681068 0.536697 0.846462 0 0 -1 +109 15 0.00102729 0.154633 0.759689 0 0 -1 +646 15 0.484934 0.298982 0.872881 0 0 -1 +1646 16 0.843593 0.892546 0.763481 0 0 0 +990 16 0.381852 0.169969 0.591539 0 0 0 +1408 15 0.665948 0.725967 0.618138 0 0 0 +454 15 0.946823 0.564211 0.762521 -1 0 0 +455 16 0.929783 0.592697 0.776136 -1 0 0 +456 16 0.924999 0.536565 0.769347 -1 0 0 +457 15 0.0374258 0.496937 0.823012 0 0 0 +458 16 0.0247246 0.524742 0.841795 0 0 0 +459 16 0.0730227 0.498853 0.827065 0 0 0 +1552 15 0.709434 0.832532 0.875439 0 0 -1 +404 16 0.375624 0.379396 0.900651 0 0 0 +991 15 0.322729 0.38992 0.748929 0 0 -1 +379 15 0.313241 0.306269 0.843162 0 0 -1 +478 15 0.175108 0.535759 0.673075 0 0 0 +479 16 0.186265 0.553275 0.643819 0 0 0 +480 16 0.205211 0.528271 0.691103 0 0 0 +864 16 0.263528 0.369431 0.94467 0 0 -1 +942 16 0.256693 0.81176 0.97305 0 0 -1 +1278 16 0.420546 0.0896453 0.847663 0 0 -1 +926 16 0.487131 0.683163 0.852352 0 0 0 +940 15 0.224996 0.798262 0.963031 0 0 -1 +1085 16 0.0878704 0.057104 0.922452 0 1 -1 +1294 15 0.775024 0.989708 0.555563 0 -1 0 +792 16 0.423404 0.864949 0.880056 0 -1 -1 +502 15 0.0641092 0.633747 0.723632 0 0 0 +503 16 0.0586126 0.667614 0.713145 0 0 0 +504 16 0.0380788 0.62738 0.747487 0 0 0 +505 15 0.930286 0.56824 0.911004 -1 0 0 +506 16 0.93437 0.532861 0.906665 -1 0 0 +507 16 0.95661 0.582799 0.89145 -1 0 0 +128 16 0.767962 0.109585 0.594812 -1 0 0 +414 16 0.0704536 0.254126 0.994639 0 0 -1 +1032 16 0.142733 0.134418 0.513674 0 0 0 +512 16 0.0268001 0.703816 0.527387 0 0 0 +1807 15 0.68757 0.557967 0.972468 0 0 0 +513 16 0.974748 0.682356 0.520319 -1 0 0 +1695 16 0.160325 0.411725 0.59988 1 0 0 +529 15 0.180852 0.556318 0.79881 0 0 0 +530 16 0.171524 0.524189 0.811772 0 0 0 +531 16 0.20641 0.549197 0.774658 0 0 0 +370 15 0.234924 0.268506 0.647033 0 0 0 +585 16 0.192684 0.889971 0.573112 0 -1 0 +1031 16 0.096315 0.163007 0.52942 0 0 0 +535 15 0.329759 0.0139812 0.698483 0 1 0 +536 16 0.313519 0.985991 0.713975 0 0 0 +537 16 0.319526 0.0422697 0.718034 0 1 0 +538 15 0.0500001 0.763292 0.566965 0 0 0 +539 16 0.0193722 0.780896 0.573229 0 0 0 +540 16 0.0757486 0.78625 0.576822 0 0 0 +908 16 0.589691 0.522163 0.956442 0 0 0 +1721 16 0.03293 0.211138 0.677431 1 0 0 +815 16 0.525623 0.0974841 0.495642 0 0 0 +925 15 0.509574 0.667618 0.875629 0 0 0 +1067 16 0.430914 0.569003 0.653479 0 0 0 +559 15 0.279024 0.945581 0.77264 0 0 0 +560 16 0.301828 0.925561 0.791782 0 0 0 +561 16 0.263641 0.967238 0.796756 0 0 0 +562 15 0.135161 0.8123 0.604945 0 0 0 +563 16 0.159638 0.814818 0.631054 0 0 0 +564 16 0.153315 0.819565 0.574864 0 0 0 +983 16 0.441288 0.804142 0.551863 0 -1 0 +952 15 0.321556 0.807418 0.590814 0 0 0 +214 15 0.958227 0.30715 0.988583 -1 0 0 +1450 15 0.691108 0.949995 0.924735 0 -1 -1 +237 16 0.0853236 0.327699 0.882788 0 0 0 +1704 16 0.147884 0.078663 0.794717 1 0 -1 +1276 15 0.435065 0.120596 0.858545 0 0 -1 +1769 16 0.8237 0.718813 0.765037 0 0 0 +1218 16 0.710306 0.323382 0.737742 0 0 0 +395 16 0.010466 0.178673 0.552573 0 0 0 +589 15 0.569851 0.0443972 0.832146 0 0 0 +590 16 0.565985 0.0564605 0.798579 0 0 0 +591 16 0.581548 0.0106975 0.828302 0 0 0 +592 15 0.138865 0.959693 0.774929 0 -1 0 +593 16 0.155172 0.927802 0.772854 0 -1 0 +594 16 0.147108 0.976036 0.744072 0 -1 0 +1004 16 0.354551 0.242201 0.760532 0 0 0 +610 15 0.144466 0.177742 0.744561 0 0 0 +1635 16 0.755632 0.69298 0.553156 0 0 0 +436 15 0.167402 0.398316 0.917867 0 0 -1 +440 16 0.099808 0.503223 0.908048 0 0 -1 +229 15 0.912398 0.667462 0.548623 -1 0 0 +1768 15 0.788233 0.714214 0.767888 0 0 0 +616 15 0.326145 0.996226 0.591086 0 -1 0 +1714 15 0.984454 0.0720125 0.687124 0 0 0 +246 16 0.897338 0.614244 0.980779 -1 0 -1 +619 15 0.439768 0.300708 0.725726 0 0 0 +620 16 0.404989 0.294811 0.732277 0 0 0 +621 16 0.448171 0.27722 0.69994 0 0 0 +637 15 0.289656 0.0642237 0.787374 0 0 0 +638 16 0.263811 0.0885652 0.782201 0 0 0 +639 16 0.276011 0.0416462 0.81169 0 0 0 +640 15 0.251988 0.134488 0.85192 0 0 0 +641 16 0.246912 0.110889 0.878464 0 0 0 +642 16 0.227561 0.125601 0.82719 0 0 0 +643 15 0.235242 0.238232 0.764987 0 0 0 +644 16 0.267648 0.25065 0.774091 0 0 0 +645 16 0.24198 0.211492 0.742034 0 0 0 +1886 16 0.975286 0.893847 0.87775 0 0 0 +127 15 0.759319 0.100576 0.561177 -1 0 0 +1410 16 0.693379 0.737811 0.638 0 0 0 +1306 15 0.520843 0.0798562 0.922234 0 0 -1 +627 16 0.187602 0.176467 0.990043 0 0 -1 +1857 16 0.876021 0.0412849 0.554374 0 1 0 +1215 16 0.79702 0.330207 0.71497 0 0 0 +1885 15 0.941801 0.903577 0.869305 0 0 0 +511 15 0.00549025 0.688552 0.50289 0 0 0 +682 15 0.302546 0.545778 0.820777 0 0 0 +683 16 0.297234 0.513509 0.835533 0 0 0 +432 16 0.00207135 0.18987 0.987555 0 0 0 +485 16 0.134739 0.864064 0.967552 0 0 0 +1152 16 0.735877 0.193303 0.541171 0 0 0 +680 16 0.174568 0.50738 0.995746 0 0 0 +976 15 0.294521 0.872012 0.502034 0 -1 0 +1295 16 0.767089 0.0236506 0.564055 0 0 0 +260 16 0.927854 0.695132 0.687927 -1 0 0 +1168 15 0.361714 0.146179 0.922416 0 0 -1 +574 15 0.192508 0.84131 0.522375 0 -1 0 +700 15 0.980779 0.391199 0.754267 -1 0 0 +701 16 0.985377 0.409349 0.784872 -1 0 0 +702 16 0.98327 0.416116 0.728572 -1 0 0 +703 15 0.271044 0.446518 0.871405 0 0 0 +704 16 0.287289 0.421547 0.8914 0 0 0 +705 16 0.239416 0.451762 0.88751 0 0 0 +614 16 0.186927 0.226692 0.62846 0 0 0 +1346 16 0.032346 0.26983 0.519342 1 0 0 +708 16 0.14408 0.626492 0.887007 0 0 0 +709 15 0.0281646 0.750984 0.74767 0 0 0 +710 16 0.0193036 0.78516 0.754047 0 0 0 +711 16 0.0620674 0.752503 0.73603 0 0 0 +1109 16 0.589522 0.839859 0.932456 0 -1 -1 +381 16 0.329173 0.330876 0.863848 0 0 -1 +939 16 0.267479 0.877048 0.74204 0 0 -1 +1380 16 0.581276 0.673953 0.914539 0 0 -1 +727 15 0.0247222 0.612199 0.874782 0 0 0 +728 16 0.06046 0.612718 0.871658 0 0 0 +729 16 0.0133899 0.638152 0.852753 0 0 0 +730 15 1.00034 0.487751 0.724893 -1 0 0 +731 16 0.00738308 0.487098 0.760068 0 0 0 +732 16 0.974291 0.512166 0.721385 -1 0 0 +733 15 0.211152 0.680401 0.928446 0 0 0 +734 16 0.194746 0.649826 0.937568 0 0 0 +287 16 0.134733 0.682409 0.589071 0 0 0 +992 16 0.313841 0.397917 0.782757 0 0 -1 +751 15 0.0964914 0.572929 0.528633 0 0 0 +1480 15 0.709902 0.0223758 0.993944 0 0 -1 +753 16 0.0716036 0.54782 0.522522 0 0 0 +754 15 0.256058 0.876174 0.888772 0 0 0 +755 16 0.240994 0.876015 0.85621 0 0 0 +756 16 0.248271 0.84393 0.902443 0 0 0 +757 15 0.184991 0.967904 0.678109 0 0 0 +758 16 0.186567 0.960335 0.643074 0 0 0 +759 16 0.194406 0.93733 0.69435 0 0 0 +618 16 0.340172 0.966104 0.577553 0 -1 0 +271 15 0.728281 0.863743 0.71735 -1 0 -1 +1589 16 0.675367 0.636563 0.550286 0 0 0 +266 16 0.883394 0.790767 0.870352 -1 0 0 +164 16 0.800078 0.298173 0.98267 -1 0 -1 +778 15 0.275153 0.715434 0.635419 0 0 0 +779 16 0.280376 0.709693 0.600391 0 0 0 +780 16 0.243693 0.699715 0.642518 0 0 0 +781 15 0.327513 0.796215 0.805429 0 0 0 +782 16 0.357443 0.777849 0.812783 0 0 0 +783 16 0.304462 0.786522 0.831157 0 0 0 +784 15 0.250462 0.154024 0.684668 0 1 0 +785 16 0.249858 0.118808 0.677835 0 1 0 +786 16 0.221708 0.166997 0.667575 0 1 0 +787 15 0.20747 0.785914 0.679622 0 0 0 +788 16 0.235638 0.801487 0.695474 0 0 0 +789 16 0.215977 0.751082 0.678367 0 0 0 +1151 16 0.77616 0.227687 0.561541 0 0 0 +1275 16 0.816125 0.96537 0.96603 0 -1 0 +818 16 0.263615 0.191055 0.884461 0 0 -1 +808 15 0.429156 0.898624 0.74354 0 -1 0 +809 16 0.461802 0.884272 0.739604 0 -1 0 +810 16 0.435362 0.93221 0.754526 0 -1 0 +1530 16 0.821487 0.417013 0.949483 0 0 0 +1178 16 0.774511 0.198695 0.659432 0 0 0 +1249 15 0.574335 0.944359 0.925893 0 -1 -1 +814 15 0.549193 0.0830343 0.518509 0 0 0 +533 16 0.115588 0.582246 0.959659 0 0 0 +816 16 0.580424 0.0837176 0.500863 0 0 0 +1451 16 0.687948 0.922841 0.947973 0 -1 -1 +1056 16 0.114509 0.965503 0.848909 0 0 -1 +1147 15 0.568042 0.888299 0.541194 0 -1 0 +1607 16 0.840057 0.80097 0.62024 0 0 0 +835 15 0.321382 0.470245 0.677988 0 0 0 +836 16 0.31518 0.442424 0.699776 0 0 0 +837 16 0.352352 0.462222 0.661749 0 0 0 +838 15 0.256494 0.965165 0.941359 0 -1 0 +839 16 0.245655 0.932276 0.931975 0 -1 0 +840 16 0.276367 0.960031 0.970786 0 -1 0 +841 15 0.345832 0.896764 0.850161 0 -1 0 +842 16 0.343237 0.864564 0.834551 0 -1 0 +843 16 0.327497 0.893401 0.880817 0 -1 0 +1217 16 0.661965 0.329937 0.766726 0 0 0 +859 15 0.736498 0.161428 0.879383 0 0 0 +860 16 0.746765 0.145762 0.909983 0 0 0 +861 16 0.707401 0.180421 0.888323 0 0 0 +1770 16 0.780309 0.725653 0.800957 0 0 0 +1866 16 0.0879825 0.88793 0.71886 1 0 -1 +1529 16 0.803617 0.469474 0.961662 0 0 0 +1884 16 0.0698147 0.961048 0.604461 1 0 0 +890 16 0.486806 0.542957 0.858569 0 0 -1 +288 16 0.0956661 0.711687 0.56015 0 0 0 +1387 15 0.671758 0.89677 0.533711 0 0 0 +901 15 0.316222 0.544743 0.612255 0 0 0 +902 16 0.31181 0.518569 0.636393 0 0 0 +903 16 0.344379 0.563434 0.624299 0 0 0 +412 15 0.0969159 0.276554 0.985474 0 0 -1 +907 15 0.574245 0.551782 0.943351 0 0 0 +1279 15 0.417317 0.0191277 0.982075 0 0 -1 +1620 16 0.801396 0.852727 0.997767 0 0 0 +438 16 0.134546 0.386601 0.909476 0 0 -1 +30 1 0.458775 0.372393 0.518071 0 0 0 +376 15 0.985183 0.133571 0.891865 -1 0 0 +1855 15 0.872125 0.00654001 0.562425 0 1 0 +1213 15 0.767435 0.325263 0.695286 0 0 0 +768 16 0.430695 0.904375 0.984793 0 0 -1 +373 15 0.108135 0.157986 0.978659 0 0 0 +829 15 0.358132 0.0838865 0.521213 0 0 0 +1528 15 0.792289 0.435532 0.959061 0 0 0 +928 15 0.415707 0.67625 0.709214 0 0 0 +929 16 0.425413 0.702937 0.687287 0 0 0 +930 16 0.382779 0.667137 0.698265 0 0 0 +112 15 0.0859833 0.0557779 0.792109 0 0 -1 +91 15 0.00345502 0.9603 0.508493 0 -1 0 +1030 15 0.131967 0.16239 0.533395 0 0 0 +1086 16 0.106956 0.00513316 0.934888 0 1 -1 +661 15 0.301606 0.412797 0.520072 0 0 0 +1368 16 0.68916 0.656948 0.846245 0 0 -1 +1881 16 0.792206 0.0638405 0.681318 0 1 0 +283 15 0.992372 0.0497899 0.578779 -1 1 0 +953 16 0.31323 0.827325 0.619478 0 0 0 +1102 15 0.536831 0.707111 0.571243 0 0 0 +927 16 0.509019 0.632846 0.866808 0 0 0 +510 16 0.055681 0.778216 0.976935 0 0 0 +984 16 0.422159 0.778819 0.598903 0 -1 0 +958 15 0.211166 0.663869 0.767391 0 0 0 +959 16 0.246017 0.655547 0.765548 0 0 0 +960 16 0.194428 0.632178 0.76906 0 0 0 +961 15 0.483853 0.195027 0.922443 0 1 0 +962 16 0.477543 0.230321 0.921104 0 1 0 +963 16 0.473738 0.182855 0.890243 0 1 0 +1656 16 0.964516 0.849585 0.947135 0 -1 -1 +312 16 0.937246 0.904806 0.583223 -1 0 0 +1169 16 0.343167 0.115817 0.917795 0 0 -1 +982 15 0.422689 0.810406 0.581898 0 -1 0 +486 16 0.168146 0.829513 0.937384 0 0 0 +1065 16 0.402961 0.881348 0.579023 0 0 0 +977 16 0.311556 0.880357 0.532488 0 -1 0 +257 16 0.0121408 0.860983 0.512582 0 0 0 +388 15 0.151952 0.435534 0.538543 0 0 0 +1819 15 0.778263 0.876875 0.564209 0 0 0 +1068 16 0.436999 0.598645 0.605477 0 0 0 +830 16 0.382621 0.0579386 0.517436 0 0 0 +938 16 0.2798 0.823899 0.757641 0 0 -1 +1880 16 0.83028 0.0895666 0.648025 0 1 0 +1110 16 0.627658 0.813511 0.965188 0 -1 -1 +368 16 0.226981 0.333541 0.497139 0 0 0 +441 16 0.081206 0.509773 0.961255 0 0 -1 +648 16 0.454202 0.317441 0.87433 0 0 -1 +625 15 0.220809 0.163096 0.987647 0 0 -1 +889 15 0.490763 0.573372 0.839954 0 0 -1 +1012 15 0.411901 0.0777553 0.684706 0 0 0 +1013 16 0.379032 0.0649578 0.691271 0 0 0 +1014 16 0.431545 0.0486794 0.677225 0 0 0 +1015 15 0.434168 0.170887 0.708529 0 0 0 +1016 16 0.436398 0.137889 0.694621 0 0 0 +1017 16 0.399728 0.174361 0.717966 0 0 0 +1879 15 0.79733 0.0934306 0.661686 0 1 0 +1033 15 0.59711 0.206441 0.785332 0 0 0 +1034 16 0.594276 0.228067 0.756845 0 0 0 +1035 16 0.566149 0.188323 0.785986 0 0 0 +1135 15 0.650052 0.304961 0.934113 0 0 -1 +1610 16 0.524219 0.805577 0.784012 0 0 0 +310 15 0.91918 0.926466 0.605397 -1 0 0 +261 16 0.903677 0.646653 0.704813 -1 0 0 +325 15 0.261923 0.544316 0.732514 0 0 -1 +1010 16 0.437169 0.203278 0.525811 0 0 0 +1072 15 0.402454 0.709994 0.611367 0 0 0 +1073 16 0.391739 0.67817 0.598733 0 0 0 +1074 16 0.372336 0.729352 0.613694 0 0 0 +1075 15 0.316649 0.654166 0.764376 0 0 0 +1076 16 0.332547 0.622273 0.768542 0 0 0 +1077 16 0.330186 0.674469 0.790677 0 0 0 +1078 15 0.361438 0.607167 0.885111 0 0 0 +1079 16 0.380956 0.600919 0.91456 0 0 0 +1080 16 0.342956 0.636961 0.892722 0 0 0 +1096 15 0.351708 0.652128 0.544632 0 0 0 +800 16 0.315438 0.234864 0.528467 0 0 0 +1098 16 0.354996 0.616563 0.541238 0 0 0 +1360 15 0.658828 0.534485 0.874528 0 0 -1 +845 16 0.536426 0.0527256 0.985556 0 0 -1 +1104 16 0.565413 0.719905 0.553732 0 0 0 +1596 16 0.982444 0.623992 0.983217 0 0 -1 +1103 16 0.508683 0.719252 0.552599 0 0 0 +663 16 0.304671 0.384075 0.541353 0 0 0 +1105 15 0.342187 0.760388 0.695189 0 0 0 +1106 16 0.317771 0.750587 0.670796 0 0 0 +1107 16 0.322865 0.772332 0.72296 0 0 0 +1177 15 0.796117 0.205647 0.631645 0 0 0 +1123 15 0.582594 0.0888843 0.739122 0 0 0 +1124 16 0.593319 0.102982 0.707922 0 0 0 +1125 16 0.607072 0.0637147 0.746507 0 0 0 +34 4 0.531487 0.402662 0.510879 0 0 0 +1668 16 0.960298 0.262167 0.5767 0 0 0 +393 16 -0.00670094 0.368282 0.531658 0 0 0 +1129 15 0.351467 0.863881 0.67691 0 -1 0 +1130 16 0.329058 0.842982 0.695574 0 -1 0 +1131 16 0.371763 0.87982 0.701836 0 -1 0 +1132 15 0.573757 0.0748339 0.632012 0 0 0 +1133 16 0.604699 0.0925272 0.63611 0 0 0 +1134 16 0.566672 0.0771136 0.596914 0 0 0 +1741 15 0.770754 0.382852 0.5903 0 0 0 +1715 16 -0.00995129 0.106466 0.695424 1 0 0 +891 16 0.475117 0.566686 0.808367 0 0 -1 +615 16 0.158866 0.188229 0.597586 0 0 0 +1153 15 0.649317 0.132732 0.664529 0 0 0 +1154 16 0.676048 0.133641 0.688442 0 0 0 +1155 16 0.651401 0.164246 0.647507 0 0 0 +776 16 0.913417 0.133684 0.5993 -1 1 0 +1546 15 0.935649 0.776273 0.60102 0 0 0 +955 15 0.466325 0.668458 0.973685 0 0 0 +1159 15 0.749751 0.222882 0.763699 0 0 0 +1160 16 0.735681 0.193132 0.77799 0 0 0 +1161 16 0.729808 0.249563 0.777028 0 0 0 +1165 15 0.567092 0.172136 0.973057 0 0 -1 +541 15 0.138262 0.0577827 0.587439 0 1 -1 +752 16 0.0928051 0.580974 0.563402 0 0 0 +113 16 0.0514072 0.0618676 0.799499 0 0 -1 +326 16 0.279502 0.544702 0.763787 0 0 -1 +834 16 0.363027 0.305171 0.611212 0 0 0 +1693 15 0.172848 0.39916 0.631066 1 0 0 +465 16 0.0176427 0.71605 0.942355 0 0 -1 +1183 15 0.477942 0.217647 0.623011 0 0 0 +1184 16 0.466327 0.21094 0.589734 0 0 0 +1185 16 0.464221 0.19109 0.642852 0 0 0 +922 15 0.224055 0.583834 0.596613 0 0 0 +1066 15 0.412181 0.583698 0.626639 0 0 0 +1198 15 0.43392 0.356511 0.993513 0 0 0 +1100 16 0.406822 0.495255 0.525226 0 0 0 +957 16 0.464239 0.702245 0.985571 0 0 0 +1005 16 0.339273 0.290088 0.786862 0 0 0 +1667 16 0.935908 0.229824 0.536963 0 0 0 +371 16 0.213292 0.292326 0.662902 0 0 0 +284 16 0.957585 0.0585646 0.578454 -1 1 0 +1634 16 0.721979 0.67493 0.511185 0 0 0 +706 15 0.129541 0.626753 0.854208 0 0 0 +1219 15 0.410533 0.772726 0.860696 0 0 0 +1220 16 0.433776 0.789921 0.839452 0 0 0 +1221 16 0.414332 0.738118 0.852031 0 0 0 +966 16 0.494396 0.982839 0.738177 0 -1 -1 +1871 16 0.78285 0.746429 0.886732 0 0 -1 +1820 16 0.785662 0.910503 0.574293 0 0 0 +576 16 0.226114 0.852829 0.517365 0 -1 0 +689 16 0.33942 0.436973 0.992912 0 0 0 +1240 15 0.496069 0.011163 0.672833 0 1 0 +1241 16 0.496583 0.996594 0.64005 0 0 0 +1242 16 0.524231 0.0333889 0.673241 0 1 0 +1856 16 0.837016 1.00264 0.568699 0 0 0 +464 16 0.0399949 0.735878 0.894114 0 0 -1 +390 16 0.173087 0.464192 0.534148 0 0 0 +1246 15 0.523023 0.80747 0.898917 0 0 0 +1507 15 0.589325 0.208965 0.530215 0 0 0 +1248 16 0.549999 0.7839 0.900899 0 0 0 +1101 16 0.360041 0.503534 0.556257 0 0 0 +1864 15 0.070163 0.904281 0.692359 1 0 -1 +1362 16 0.660047 0.499977 0.884273 0 0 -1 +1267 15 0.659743 0.880451 0.633928 0 -1 0 +1268 16 0.659182 0.854706 0.65891 0 -1 0 +1269 16 0.679659 0.906566 0.648371 0 -1 0 +1270 15 0.418429 0.679349 0.81706 0 -1 0 +1271 16 0.421192 0.669156 0.782771 0 -1 0 +1272 16 0.411752 0.648981 0.834961 0 -1 0 +1273 15 0.797749 0.990126 0.947681 0 -1 0 +1274 16 0.769766 -0.00201868 0.968716 0 0 0 +583 15 0.184371 0.918759 0.592844 0 -1 0 +647 16 0.503452 0.31008 0.901537 0 0 -1 +1291 15 0.951339 0.273617 0.654003 0 0 0 +1292 16 0.93276 0.285712 0.682212 0 0 0 +1594 15 0.98218 0.651551 0.960247 0 0 -1 +1137 16 0.682826 0.31291 0.921868 0 0 -1 +655 15 0.326182 0.193424 0.626833 0 0 0 +265 15 0.893983 0.810916 0.84262 -1 0 0 +1297 15 0.594276 0.935777 0.724543 0 -1 0 +1298 16 0.608588 0.964686 0.74025 0 -1 0 +1299 16 0.600648 0.940473 0.689549 0 -1 0 +1300 15 0.507585 0.151216 0.789046 0 0 0 +1301 16 0.532471 0.12693 0.780207 0 0 0 +1861 15 0.903176 -0.00342563 0.864182 0 1 0 +1318 15 0.821321 0.456116 0.699351 0 0 0 +1319 16 0.838439 0.46064 0.730555 0 0 0 +1320 16 0.819727 0.48901 0.685114 0 0 0 +1321 15 0.548154 0.290764 0.584904 0 0 0 +1322 16 0.547191 0.286382 0.6205 0 0 0 +463 15 0.032449 0.745354 0.927886 0 0 -1 +1324 15 0.529788 0.314872 0.772246 0 0 0 +1325 16 0.49473 0.318646 0.765617 0 0 0 +1326 16 0.531291 0.302259 0.8058 0 0 0 +596 16 0.172476 0.0589587 0.949444 0 0 -1 +1609 15 0.493857 0.795596 0.800313 0 0 0 +1821 16 0.778876 0.877896 0.528351 0 0 0 +980 16 0.622375 0.0277079 0.563353 0 0 0 +330 16 0.00520659 0.962016 0.985341 0 -1 -1 +1842 16 0.822901 0.691547 0.944049 0 0 -1 +1239 16 0.532054 0.581317 0.521385 0 0 0 +1348 15 0.655715 0.24816 0.646248 0 0 0 +1349 16 0.622905 0.256541 0.658103 0 0 0 +1350 16 0.671765 0.279826 0.641062 0 0 0 +1351 15 0.597878 0.445619 0.703248 0 0 0 +1352 16 0.631994 0.434517 0.703562 0 0 0 +1353 16 0.593408 0.460027 0.670696 0 0 0 +1354 15 0.919449 0.298679 0.753784 0 0 0 +1355 16 0.936386 0.327154 0.767552 0 0 0 +1356 16 0.906395 0.281306 0.782333 0 0 0 +965 16 0.533057 0.951969 0.765966 0 -1 -1 +1167 16 0.536789 0.184026 0.957972 0 0 -1 +1081 15 0.781417 0.90016 0.877799 0 0 -1 +1703 16 0.169993 0.127853 0.777071 1 0 -1 +1323 16 0.518261 0.274839 0.57307 0 0 0 +1375 15 0.594728 0.482007 0.610046 0 0 0 +1376 16 0.60414 0.47569 0.576006 0 0 0 +1377 16 0.591645 0.517696 0.612051 0 0 0 +1214 16 0.769176 0.29097 0.684886 0 0 0 +833 16 0.327027 0.347339 0.623286 0 0 0 +1393 15 0.627937 0.778575 0.528122 0 0 0 +1394 16 0.633444 0.770504 0.562644 0 0 0 +1395 16 0.66043 0.776356 0.513072 0 0 0 +527 16 0.142104 0.745906 0.681685 0 0 0 +1411 15 0.576012 0.782448 0.657025 0 0 0 +367 15 0.215129 0.314916 0.525421 0 0 0 +1379 16 0.595651 0.682898 0.968699 0 0 -1 +1414 15 0.661896 0.863315 0.792633 0 0 0 +1415 16 0.631547 0.846084 0.784312 0 0 0 +1416 16 0.681427 0.862168 0.762559 0 0 0 +956 16 0.484461 0.670884 0.942823 0 0 0 +1418 16 0.445476 0.802497 0.959535 0 0 0 +1179 16 0.828669 0.195491 0.642801 0 0 0 +1420 15 0.615093 0.954458 0.826871 0 0 0 +1421 16 0.596158 0.939858 0.85362 0 0 0 +1422 16 0.629828 0.92646 0.809954 0 0 0 +791 16 0.470945 0.850347 0.907377 0 -1 -1 +1238 16 0.527969 0.589141 0.577438 0 0 0 +1247 16 0.509946 0.803407 0.865755 0 0 0 +389 16 0.118879 0.447606 0.53164 0 0 0 +275 16 0.140586 0.706057 0.806289 0 0 -1 +1099 15 0.373506 0.482896 0.530179 0 0 0 +1216 15 0.694556 0.315094 0.768894 0 0 0 +1666 15 0.966881 0.245823 0.545446 0 0 0 +1444 15 0.659135 0.0210132 0.751734 0 0 0 +1445 16 0.655323 0.0137358 0.786658 0 0 0 +1446 16 0.692807 0.0330154 0.748669 0 0 0 +613 15 0.171621 0.19431 0.630564 0 0 0 +231 16 0.880487 0.682071 0.55607 -1 0 0 +256 15 0.989185 0.847913 0.53686 -1 0 0 +1082 16 0.770158 0.933106 0.88646 0 0 -1 +1465 15 -0.00210864 0.342541 0.606116 1 0 0 +1466 16 0.0288934 0.325648 0.612497 1 0 0 +1883 16 0.0619442 0.932746 0.555913 1 0 0 +1468 15 0.848623 0.199769 0.73812 0 0 0 +1469 16 0.867971 0.213488 0.765039 0 0 0 +1470 16 0.815861 0.213698 0.74258 0 0 0 +1471 15 0.908171 0.185376 0.656944 0 0 0 +1472 16 0.893575 0.191015 0.689229 0 0 0 +1473 16 0.922123 0.217115 0.647712 0 0 0 +1474 15 0.616826 0.117749 0.89399 0 0 0 +1475 16 0.646817 0.0980871 0.892937 0 0 0 +1476 16 0.59242 0.0978574 0.876788 0 0 0 +657 16 0.304147 0.172955 0.646395 0 0 0 +356 16 0.105111 0.148152 0.881706 0 0 -1 +597 16 0.221551 0.0308082 0.953803 0 0 -1 +1495 15 0.553616 0.255086 0.685527 0 0 0 +1496 16 0.524816 0.241813 0.668743 0 0 0 +1497 16 0.540349 0.271488 0.714548 0 0 0 +1498 15 0.385742 0.0359192 0.819047 0 0 0 +1499 16 0.393976 0.00145989 0.824702 0 0 0 +1500 16 0.360736 0.03509 0.793332 0 0 0 +1501 15 0.646651 0.21329 0.883019 0 0 0 +1502 16 0.63358 0.183042 0.897212 0 0 0 +1503 16 0.631177 0.215492 0.850724 0 0 0 +569 16 0.291285 0.0315104 0.918647 0 0 -1 +1519 15 0.0681307 0.318173 0.754207 1 0 0 +1520 16 0.0559526 0.285859 0.744473 1 0 0 +1521 16 0.0388006 0.336139 0.764416 1 0 0 +1522 15 0.698233 0.532564 0.600248 0 0 0 +1523 16 0.691266 0.506947 0.576115 0 0 0 +1524 16 0.681325 0.521746 0.629985 0 0 0 +1525 15 0.701918 0.435418 0.911837 0 0 0 +1526 16 0.68859 0.403402 0.921034 0 0 0 +1527 16 0.733991 0.43675 0.927861 0 0 0 +286 15 0.12861 0.697777 0.557235 0 0 0 +848 16 0.427514 0.218565 0.990109 0 0 -1 +194 16 0.770571 0.387901 1.00577 -1 0 -1 +1547 16 0.900348 0.771136 0.597185 0 0 0 +790 15 0.4488 0.878013 0.901771 0 -1 -1 +894 16 0.517753 0.559856 0.988506 0 0 0 +1549 15 0.739478 0.318959 0.900887 0 0 0 +1550 16 0.759711 0.342435 0.88281 0 0 0 +1551 16 0.751788 0.286813 0.890769 0 0 0 +333 16 0.0619917 0.854269 0.920573 0 -1 -1 +1567 15 0.701503 0.433526 0.681876 0 0 0 +1568 16 0.73329 0.417896 0.687579 0 0 0 +1569 16 0.689103 0.418046 0.651979 0 0 0 +1570 15 0.547614 0.337613 0.963796 0 0 0 +355 15 0.0855795 0.118553 0.876257 0 0 -1 +1572 16 0.582417 0.340777 0.955676 0 0 0 +1860 16 0.958942 0.676284 0.821908 0 0 0 +954 16 0.35152 0.822337 0.577899 0 0 0 +1588 15 0.686556 0.635184 0.584346 0 0 0 +1882 15 0.0863296 0.938998 0.581476 1 0 0 +1590 16 0.682075 0.600895 0.593905 0 0 0 +1591 15 0.439371 0.788595 0.706454 0 0 0 +1592 16 0.445871 0.809058 0.67771 0 0 0 +1593 16 0.404427 0.780777 0.704213 0 0 0 +819 16 0.314264 0.201695 0.907728 0 0 -1 +461 16 0.135598 0.449289 0.81979 0 0 -1 +765 16 0.311851 0.724102 0.93239 0 0 -1 +1612 15 0.716109 0.95809 0.673922 0 0 0 +1613 16 0.741067 0.972255 0.695454 0 0 0 +1614 16 0.697933 0.986373 0.661396 0 0 0 +1615 15 0.775226 0.707042 0.625535 0 0 0 +1616 16 0.803635 0.725797 0.614206 0 0 0 +1617 16 0.757059 0.729927 0.646354 0 0 0 +735 16 0.209311 0.700744 0.957943 0 0 0 +439 15 0.0697994 0.50696 0.927354 0 0 -1 +285 16 0.994198 0.0195415 0.559572 -1 1 0 +1859 16 0.995045 0.710125 0.794136 0 0 0 +84 16 0.968644 0.0559686 0.77086 -1 0 -1 +681 16 0.180882 0.46069 0.964121 0 0 0 +568 15 0.320221 0.0509823 0.927062 0 0 -1 +1639 15 0.699749 0.0385542 0.855926 0 1 0 +1640 16 0.698205 0.00897498 0.876172 0 1 0 +1641 16 0.732656 0.0379708 0.841642 0 1 0 +1642 15 0.730092 0.760799 0.697238 0 0 0 +1643 16 0.740929 0.74192 0.725758 0 0 0 +1644 16 0.742898 0.793828 0.70292 0 0 0 +1645 15 0.819934 0.865593 0.764471 0 0 0 +1862 16 0.901707 0.0115757 0.89674 0 1 0 +1149 16 0.544309 0.875034 0.517783 0 -1 0 +862 15 0.297515 0.378616 0.937759 0 0 -1 +1870 15 0.766241 0.752557 0.855527 0 0 -1 +353 16 0.175832 0.212955 0.873637 0 0 -1 +1548 16 0.941381 0.809284 0.588189 0 0 0 +1166 16 0.574252 0.141458 0.955887 0 0 -1 +83 16 0.962376 0.0438953 0.82595 -1 0 -1 +1302 16 0.488041 0.155324 0.75924 0 0 0 +1669 15 0.889045 0.0412726 0.678092 0 0 0 +1670 16 0.922954 0.0529191 0.679415 0 0 0 +1671 16 0.890974 0.00991361 0.660768 0 0 0 +1672 15 0.880295 0.113109 0.866911 0 0 0 +1673 16 0.914413 0.123362 0.871161 0 0 0 +1674 16 0.878677 0.101 0.833177 0 0 0 +532 15 0.145047 0.602707 0.958818 0 0 0 +1047 16 0.654471 0.345228 0.577741 0 0 0 +1452 16 0.668611 0.941665 0.898057 0 -1 -1 +1370 16 0.761191 0.754086 0.989201 0 0 -1 +394 15 0.0323302 0.151595 0.543857 0 0 0 +909 16 0.599179 0.566236 0.921983 0 0 0 +1487 16 0.778429 0.38318 0.526956 0 0 0 +1696 15 0.792666 0.0119311 0.734599 0 0 0 +1697 16 0.817085 0.989349 0.748051 0 -1 0 +1698 16 0.798888 0.0429879 0.751451 0 0 0 +1699 15 0.693391 0.133975 0.77555 0 0 0 +1700 16 0.70759 0.124073 0.806976 0 0 0 +1701 16 0.659798 0.143725 0.783532 0 0 0 +1611 16 0.473791 0.781515 0.774115 0 0 0 +849 16 0.388706 0.194145 0.95668 0 0 -1 +378 16 0.0180858 0.131243 0.877751 0 0 0 +328 15 0.0322484 0.938688 0.988777 0 -1 -1 +1720 15 0.0587662 0.215516 0.701936 1 0 0 +1046 16 0.609921 0.328863 0.608843 0 0 0 +1722 16 0.0470605 0.197494 0.730666 1 0 0 +1723 15 0.821214 0.114576 0.952943 0 0 0 +1724 16 0.845765 0.118168 0.927029 0 0 0 +1725 16 0.818729 0.0791631 0.958134 0 0 0 +1726 15 0.998511 0.24271 0.878745 0 0 0 +1727 16 0.0304069 0.248499 0.894118 1 0 0 +1728 16 -0.00102915 0.207946 0.869889 1 0 0 +1744 15 0.977455 0.603765 0.616199 0 0 0 +1745 16 0.00715853 0.583709 0.617838 1 0 0 +1746 16 0.985514 0.633319 0.634874 0 0 0 +1181 16 0.651374 0.122434 0.562012 0 0 0 +1251 16 0.543908 0.962099 0.919053 0 -1 -1 +1749 16 0.902544 0.485756 0.52111 0 0 0 +1045 15 0.64104 0.346591 0.610982 0 0 0 +584 16 0.148736 0.921705 0.589888 0 -1 0 +391 15 0.0192302 0.37581 0.508033 0 0 0 +1753 15 0.799624 0.551741 0.940937 0 0 0 +1754 16 0.766049 0.554438 0.953296 0 0 0 +1755 16 0.820191 0.56216 0.968427 0 0 0 +993 16 0.328077 0.354444 0.749181 0 0 -1 +1623 16 0.833806 0.0218226 0.844898 0 1 -1 +1054 15 0.112588 0.962778 0.884631 0 0 -1 +1237 15 0.508109 0.585255 0.547812 0 0 0 +1774 15 0.881918 0.375136 0.978003 0 0 0 +1775 16 0.911568 0.354964 0.976901 0 0 0 +626 16 0.21628 0.130108 0.974285 0 0 -1 +1777 15 0.612902 0.356402 0.740939 0 0 0 +1778 16 0.600744 0.38828 0.729839 0 0 0 +1779 16 0.583286 0.33697 0.746644 0 0 0 +1780 15 0.80633 0.245928 0.865659 0 0 0 +1781 16 0.815543 0.239348 0.899705 0 0 0 +1782 16 0.797389 0.213813 0.852394 0 0 0 +1798 15 0.770358 0.397999 0.822117 0 0 0 +1799 16 0.742869 0.383298 0.804355 0 0 0 +1800 16 0.760705 0.432222 0.826899 0 0 0 +1801 15 0.861033 0.336436 0.848361 0 0 0 +1802 16 0.835302 0.311576 0.851031 0 0 0 +1803 16 0.848123 0.360251 0.824835 0 0 0 +1804 15 0.755306 0.512149 0.837279 0 0 0 +1805 16 0.75713 0.526174 0.870252 0 0 0 +1806 16 0.76857 0.537714 0.815885 0 0 0 +342 16 0.122451 0.976788 0.535088 0 -1 0 +617 16 0.328856 -0.00777228 0.626638 0 0 0 +1786 15 0.910965 0.723516 0.952232 0 0 -1 +1825 15 0.887097 0.771199 0.745162 0 0 0 +1826 16 0.866496 0.793336 0.725854 0 0 0 +1827 16 0.890142 0.741762 0.724876 0 0 0 +1828 15 0.901249 0.63858 0.813672 0 0 0 +1829 16 0.873564 0.623904 0.796196 0 0 0 +1830 16 0.889773 0.641937 0.847498 0 0 0 +1831 15 0.745993 0.614916 0.676548 0 0 0 +1832 16 0.766732 0.644192 0.676384 0 0 0 +1833 16 0.719504 0.62253 0.653578 0 0 0 +1834 15 0.807891 0.591043 0.783344 0 0 0 +1835 16 0.784749 0.61681 0.773975 0 0 0 +1836 16 0.812536 0.57181 0.753415 0 0 0 +570 16 0.346481 0.0268489 0.930957 0 0 -1 +1852 15 0.571513 0.840924 0.744554 0 0 0 +1853 16 0.58283 0.874134 0.737057 0 0 0 +1854 16 0.570154 0.824478 0.712696 0 0 0 +1128 16 0.499357 0.991505 0.558948 0 -1 0 +1788 16 0.935734 0.698434 0.958916 0 0 -1 +817 15 0.283713 0.21764 0.897747 0 0 -1 +1858 15 0.992493 0.688947 0.822984 0 0 0 +1683 16 0.831395 0.867363 0.917364 0 -1 -1 +175 15 0.0869272 0.281797 0.609525 0 0 0 +1681 15 0.846821 0.853868 0.946812 0 -1 -1 +684 16 0.315697 0.56582 0.847472 0 0 0 +763 15 0.333882 0.696686 0.939476 0 0 -1 +923 16 0.259436 0.577933 0.595811 0 0 0 +1003 15 0.344232 0.275983 0.754248 0 0 0 +1397 16 0.491236 0.975381 0.856854 0 0 -1 +163 15 0.825163 0.275796 0.970128 -1 0 -1 +1412 16 0.551934 0.759002 0.644464 0 0 0 +82 15 0.986076 0.0566266 0.802212 -1 0 -1 +1742 16 0.768433 0.353511 0.610818 0 0 0 +192 16 0.896193 0.194533 0.848672 -1 0 -1 +601 15 0.328154 0.825558 0.991943 0 -1 -1 +1083 16 0.751302 0.88094 0.874499 0 0 -1 +1164 16 0.631147 0.187045 0.984904 0 0 -1 +1865 16 0.0865461 0.935993 0.688731 1 0 -1 +526 15 0.1063 0.746683 0.68385 0 0 0 +1872 16 0.758233 0.787521 0.856312 0 0 -1 +405 16 0.403987 0.338617 0.928082 0 0 0 +964 15 0.500732 0.967064 0.769772 0 -1 -1 +190 15 0.91282 0.219341 0.82879 -1 0 -1 +679 15 0.197594 0.490972 0.973659 0 0 0 +369 16 0.208408 0.339785 0.550392 0 0 0 +1064 16 0.364124 0.89789 0.616943 0 0 0 +1553 16 0.682565 0.829718 0.899048 0 0 -1 +327 16 0.283189 0.525632 0.710471 0 0 -1 +111 16 0.971659 0.174302 0.76584 -1 0 -1 +1413 16 0.606117 0.763292 0.660766 0 0 0 +1608 16 0.81311 0.804826 0.570451 0 0 0 +989 16 0.392425 0.131424 0.551261 0 0 0 +1682 16 0.881802 0.860591 0.942527 0 -1 -1 +1126 15 0.511516 0.967532 0.582712 0 -1 0 +1162 15 0.662943 0.180042 0.999978 0 0 -1 +1136 16 0.637358 0.280811 0.910814 0 0 -1 +1757 16 0.00826338 0.501325 0.948643 1 0 -1 +1055 16 0.088372 0.936939 0.890392 0 0 -1 +1702 15 0.178739 0.0968846 0.792935 1 0 -1 +331 15 0.0353963 0.874921 0.908188 0 -1 -1 +422 16 0.110075 0.563756 0.64268 0 0 0 +528 16 0.0968714 0.776507 0.666276 0 0 0 +1621 15 0.79819 0.0236403 0.848823 0 1 -1 +352 15 0.14302 0.207077 0.886904 0 0 -1 +1787 16 0.929063 0.754484 0.953096 0 0 -1 +1467 16 0.00698106 0.377095 0.602854 1 0 0 +272 16 0.732062 0.897826 0.7068 -1 0 -1 +1281 16 0.44387 0.0294812 0.960282 0 0 -1 +602 16 0.350012 0.853835 0.988807 0 -1 -1 +165 16 0.854342 0.296296 0.966184 -1 0 -1 +114 16 0.0873682 0.0209458 0.783622 0 0 -1 +274 15 0.12832 0.73921 0.812427 0 0 -1 +462 16 0.14981 0.453716 0.874546 0 0 -1 +1694 16 0.145357 0.402639 0.653855 1 0 0 +1809 16 0.665429 0.534638 0.988366 0 0 0 +403 15 0.394753 0.349541 0.895178 0 0 0 +707 16 0.148843 0.602893 0.835623 0 0 0 +380 16 0.296988 0.284208 0.866322 0 0 -1 +276 16 0.0926397 0.735569 0.813364 0 0 -1 +460 15 0.138095 0.472967 0.846629 0 0 -1 +1606 15 0.835298 0.783719 0.589144 0 0 0 +1633 15 0.743434 0.702078 0.520665 0 0 0 +832 15 0.339424 0.32754 0.596055 0 0 0 +1293 16 0.959252 0.303091 0.635137 0 0 0 +1647 16 0.811881 0.861965 0.799244 0 0 0 +1367 16 0.731836 0.691955 0.859401 0 0 -1 +1366 15 0.724965 0.65921 0.846446 0 0 -1 +1417 15 0.449888 0.802177 0.995139 0 0 0 +1396 15 0.48575 0.979701 0.892046 0 0 -1 +1409 16 0.67566 0.692889 0.608201 0 0 0 +437 16 0.179972 0.374 0.941061 0 0 -1 +1571 16 0.54527 0.348739 0.997825 0 0 0 +1747 15 0.88996 0.452301 0.524204 0 0 0 +1482 16 0.697375 1.01115 0.962252 0 -1 -1 +974 16 0.403742 0.971591 0.493612 0 -1 0 +1808 16 0.682558 0.552622 0.937346 0 0 0 +1063 15 0.374899 0.903317 0.583155 0 0 0 +216 16 0.979539 0.278566 0.984595 -1 0 0 +1180 15 0.669636 0.148458 0.545384 0 0 0 +1676 16 0.968069 0.0425003 0.974174 0 0 -1 +799 15 0.280734 0.22736 0.533619 0 0 0 +750 16 0.4458 0.574081 0.520289 0 0 0 +1041 16 0.351525 0.271221 0.983742 0 0 -1 +847 15 0.393193 0.221075 0.979959 0 0 -1 +671 16 0.0996515 0.661164 0.99559 0 0 -1 +534 16 0.155065 0.605467 0.993158 0 0 0 +375 16 0.124861 0.175404 0.952124 0 0 0 +1039 15 0.340754 0.304932 0.989639 0 0 -1 +933 16 0.52722 0.287145 0.99714 0 0 0 +1509 16 0.569575 0.209404 0.500265 0 0 0 +1009 15 0.448792 0.228707 0.503327 0 0 0 +603 16 0.348959 0.79954 1.00526 0 -1 -1 +ITEM: TIMESTEP +7000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.576217 27.198 +0.571041 27.1928 +0.566576 27.1884 +ITEM: ATOMS +1 1 0.435871 0.4744 0.378395 0 0 0 +2 2 0.378821 0.485595 0.372447 0 0 0 +3 3 0.452384 0.433734 0.365526 0 0 0 +4 4 0.362364 0.468793 0.406908 0 0 0 +5 4 0.371554 0.526665 0.371354 0 0 0 +6 4 0.36535 0.467456 0.337373 0 0 0 +7 5 0.46683 0.509704 0.393831 0 0 0 +8 6 0.521784 0.506092 0.395025 0 0 0 +9 1 0.540007 0.496982 0.448853 0 0 0 +1479 16 0.681797 0.977119 0.232301 0 -1 0 +11 7 0.55144 0.553059 0.377005 0 0 0 +12 8 0.537436 0.577274 0.326508 0 0 0 +13 8 0.534216 0.544262 0.285023 0 0 0 +14 8 0.538745 0.628063 0.317237 0 0 0 +15 8 0.528793 0.564841 0.234851 0 0 0 +16 8 0.535882 0.64635 0.267956 0 0 0 +17 8 0.525204 0.614842 0.227832 0 0 0 +18 9 0.516364 0.640059 0.181254 0 0 0 +19 10 0.450779 0.540389 0.408064 0 0 0 +20 4 0.530286 0.471099 0.376369 0 0 0 +21 4 0.545723 0.585424 0.402705 0 0 0 +22 4 0.590842 0.539425 0.375488 0 0 0 +23 11 0.537383 0.50411 0.289781 0 0 0 +24 11 0.546223 0.654887 0.346724 0 0 0 +25 11 0.529441 0.53821 0.204268 0 0 0 +26 11 0.537904 0.686305 0.261294 0 0 0 +27 10 0.527576 0.615083 0.157798 0 0 0 +28 5 0.519631 0.456061 0.473393 0 0 0 +138 16 0.0348404 0.198488 0.14995 0 0 0 +800 16 0.38739 0.248249 0.447352 0 0 0 +97 15 0.839823 0.14098 0.322804 -1 0 0 +32 10 0.494086 0.432724 0.459089 0 0 0 +856 15 0.20582 0.227624 0.343348 0 0 0 +203 16 0.154671 0.468746 0.460261 0 0 0 +1036 15 0.445533 0.509401 0.130427 0 0 0 +1809 16 0.681246 0.708471 0.0160694 0 0 1 +801 16 0.377144 0.276826 0.49542 0 0 0 +799 15 0.389994 0.245594 0.483105 0 0 0 +88 15 0.992328 0.934387 0.14859 -1 -1 0 +89 16 0.0251421 0.948373 0.153034 0 -1 0 +90 16 0.977376 0.954494 0.122816 -1 -1 0 +1747 15 0.900166 0.42393 0.495166 0 0 0 +1635 16 0.779376 0.648432 0.486789 0 0 0 +803 16 0.300083 0.860171 0.303798 0 -1 0 +94 15 0.0443263 0.0225868 0.287038 0 0 0 +95 16 0.0368033 0.0574271 0.282381 0 0 0 +96 16 0.0123057 0.00704999 0.292085 0 0 0 +1533 16 0.786694 0.568985 0.275205 0 0 0 +725 16 0.203029 0.525681 0.402474 0 0 0 +515 16 0.165063 0.162091 0.0963803 0 1 0 +341 16 0.0619867 0.991738 0.483193 0 -1 0 +115 15 0.05707 0.0248679 0.134677 0 0 0 +116 16 0.0678211 0.03515 0.101954 0 0 0 +117 16 0.0328909 0.0496225 0.14441 0 0 0 +118 15 0.0884064 0.134025 0.316107 0 0 0 +119 16 0.123868 0.128458 0.314202 0 0 0 +120 16 0.0800284 0.149565 0.284795 0 0 0 +121 15 0.0653719 0.246906 0.357318 0 0 0 +122 16 0.0681315 0.211095 0.355872 0 0 0 +123 16 0.0992216 0.258674 0.354518 0 0 0 +1751 16 0.903791 0.377058 0.232055 0 0 1 +139 15 0.0657123 0.209087 0.239963 0 0 0 +140 16 0.0916436 0.227231 0.257007 0 0 0 +141 16 0.050021 0.233541 0.218798 0 0 0 +142 15 0.176838 0.350145 0.14051 0 0 0 +143 16 0.193473 0.339572 0.110451 0 0 0 +144 16 0.175914 0.386003 0.138163 0 0 0 +145 15 0.0337894 0.371424 0.370856 0 0 0 +146 16 0.0435622 0.369348 0.405386 0 0 0 +147 16 0.998972 0.380308 0.371864 -1 0 0 +722 16 0.467689 0.710025 0.436428 0 0 0 +1400 16 0.295142 0.750155 0.0475602 0 0 0 +150 16 0.894621 0.0576609 0.301183 -1 0 0 +1234 15 0.455727 0.951233 0.477043 0 0 0 +166 15 0.959467 0.125005 0.091401 -1 0 0 +167 16 0.929935 0.141558 0.103483 -1 0 0 +168 16 0.986604 0.145938 0.102239 -1 0 0 +169 15 0.184031 0.250174 0.175023 0 0 0 +170 16 0.161769 0.247952 0.203158 0 0 0 +171 16 0.178453 0.283088 0.161695 0 0 0 +892 15 0.522331 0.617686 0.010333 0 0 1 +1145 16 0.808902 0.22263 0.409198 0 0 0 +85 15 0.292344 0.148166 0.0886875 0 0 0 +514 15 0.143766 0.190788 0.100254 0 1 0 +1665 16 0.648569 0.950944 0.378897 0 -1 0 +721 15 0.467646 0.690245 0.466443 0 0 0 +1418 16 0.433889 0.778091 0.0114202 0 0 1 +659 16 0.110026 0.120116 0.42035 0 0 0 +1051 15 0.63105 0.743451 0.139931 0 0 0 +339 16 0.0240491 0.109935 0.461131 0 0 0 +914 16 0.572596 0.693699 0.0443192 0 0 0 +196 15 0.911797 0.439669 0.147301 -1 0 0 +197 16 0.886916 0.438209 0.173203 -1 0 0 +198 16 0.942883 0.443746 0.164884 -1 0 0 +199 15 0.0342107 0.718077 0.143672 0 0 0 +200 16 0.0381205 0.734757 0.175273 0 0 0 +201 16 0.00227413 0.729209 0.131496 0 0 0 +1785 16 0.88157 0.515512 0.264202 0 0 0 +178 15 0.76326 0.372583 0.265328 -1 0 0 +898 15 0.68251 0.785483 0.0351311 0 0 0 +244 15 0.915378 0.594653 0.105663 -1 0 0 +525 16 0.137551 0.00288318 0.46619 0 1 0 +1273 15 0.876221 0.0105864 0.0174898 0 0 1 +410 16 0.31307 0.528195 0.263122 0 0 0 +1734 16 0.739233 0.396471 0.0231426 0 0 0 +977 16 0.334773 0.87732 0.469532 0 -1 0 +225 16 0.923861 0.450764 0.0780487 -1 0 0 +1564 15 0.70523 0.752297 0.419301 0 0 0 +1565 16 0.735725 0.734014 0.424587 0 0 0 +1750 15 0.880733 0.353796 0.217244 0 0 1 +1342 15 0.64229 0.417007 0.353355 0 0 0 +173 16 0.813855 0.391996 0.314601 -1 0 0 +955 15 0.435559 0.66888 0.0238719 0 0 1 +1439 16 0.93091 0.937162 0.304368 0 -1 0 +148 15 0.887679 0.0574817 0.265914 -1 0 0 +247 15 0.91898 0.626468 0.33186 -1 0 0 +248 16 0.936567 0.612009 0.359677 -1 0 0 +249 16 0.905996 0.598257 0.313758 -1 0 0 +250 15 0.256288 0.525127 0.115505 0 0 0 +251 16 0.280029 0.535247 0.140527 0 0 0 +252 16 0.275123 0.524626 0.0848924 0 0 0 +253 15 0.0884336 0.383718 0.194228 0 0 0 +254 16 0.103194 0.378066 0.226513 0 0 0 +255 16 0.114026 0.374237 0.170834 0 0 0 +976 15 0.358533 0.901055 0.482349 0 -1 0 +879 16 0.502593 0.545658 0.0991916 0 0 0 +1071 16 0.304109 0.786371 0.32506 0 0 0 +1173 16 0.669759 0.375775 0.451526 0 0 0 +581 16 0.195783 0.0460497 0.313386 0 0 0 +1206 16 0.778715 0.478162 0.118533 0 0 0 +1337 16 0.745839 0.180152 0.116441 0 0 0 +1719 16 0.977343 0.442304 0.443207 0 0 0 +206 16 0.123583 0.670119 0.414969 0 0 0 +277 15 0.29837 0.586079 0.304231 0 0 0 +278 16 0.314958 0.602013 0.331854 0 0 0 +279 16 0.275131 0.563347 0.319571 0 0 0 +280 15 0.158023 0.788333 0.299057 0 0 0 +281 16 0.13484 0.814889 0.292021 0 0 0 +172 15 0.832569 0.415875 0.33388 -1 0 0 +586 15 0.122652 0.878162 0.21927 0 -1 0 +1417 15 0.402968 0.781539 0.029424 0 0 1 +665 16 0.355005 0.259115 0.112944 0 0 1 +695 16 0.367104 0.530247 0.0727728 0 0 0 +282 16 0.188985 0.799294 0.28445 0 0 0 +301 15 0.0069236 0.000830011 0.0118217 0 1 0 +1095 16 0.188599 0.620654 0.435482 0 0 0 +303 16 0.991719 0.0170821 0.0400496 -1 1 0 +304 15 0.924046 0.112164 0.431911 -1 1 0 +1328 16 0.918609 0.363569 0.106237 0 0 1 +306 16 0.934508 0.145406 0.423098 -1 1 0 +92 16 0.977822 0.926628 0.479659 -1 -1 0 +1152 16 0.703888 0.283068 0.453252 0 0 0 +1808 16 0.737896 0.703706 0.0165573 0 0 1 +1878 16 0.850124 0.276993 0.463219 0 1 0 +1824 16 0.987093 0.55358 0.397448 0 0 0 +133 15 0.875429 0.177109 0.119776 -1 0 1 +435 16 0.0485645 0.308781 0.197669 0 0 0 +302 16 0.0422671 0.00417085 0.01746 0 1 0 +766 15 0.408573 0.869857 0.0822636 0 0 0 +748 15 0.425012 0.586728 0.457729 0 0 0 +573 16 0.417557 0.986629 0.0550966 0 -1 0 +1873 15 0.809737 0.806189 0.486961 0 0 0 +666 16 0.339186 0.209782 0.0895301 0 0 1 +1243 15 0.653064 0.880873 0.0779808 0 0 1 +334 15 0.0582746 0.832635 0.298624 0 -1 0 +335 16 0.0424282 0.816705 0.326682 0 -1 0 +336 16 0.0316032 0.849916 0.281827 0 -1 0 +337 15 0.00662395 0.105538 0.492263 0 0 0 +129 16 0.693649 0.172342 0.461272 -1 0 0 +1303 15 0.630963 0.347527 0.0264883 0 0 0 +1070 16 0.296209 0.750612 0.368545 0 0 0 +1731 16 0.948456 0.0749412 0.224971 0 0 0 +622 15 0.431749 0.167847 0.0734781 0 0 0 +568 15 0.281241 0.931431 0.00346451 0 -1 0 +358 15 0.147634 0.276381 0.262139 0 0 0 +359 16 0.159326 0.259832 0.291831 0 0 0 +360 16 0.131133 0.305949 0.274207 0 0 0 +361 15 0.112436 0.369579 0.301255 0 0 0 +362 16 0.137905 0.368871 0.326611 0 0 0 +363 16 0.0815718 0.371833 0.319543 0 0 0 +364 15 0.982314 0.884236 0.242483 -1 -1 0 +365 16 0.97775 0.9027 0.211981 -1 -1 0 +366 16 0.988583 0.909386 0.267389 -1 -1 0 +1032 16 0.185994 0.228263 0.455993 0 0 0 +762 16 0.204434 0.875856 0.0685022 0 0 1 +1202 16 0.620142 0.510119 0.14777 0 0 0 +382 15 0.00495665 0.326443 0.257989 0 0 0 +383 16 0.0166862 0.344177 0.286974 0 0 0 +384 16 0.985076 0.299605 0.27128 -1 0 0 +385 15 0.265423 0.19201 0.178266 0 0 0 +386 16 0.274031 0.188846 0.143509 0 0 0 +387 16 0.242248 0.219466 0.179348 0 0 0 +1211 16 0.157937 0.991724 0.0085449 0 0 0 +498 16 0.60512 0.573117 0.494777 -1 0 0 +298 15 0.737025 0.970851 0.136519 -1 0 0 +931 15 0.486273 0.280896 0.032719 0 0 1 +137 16 0.0783942 0.189345 0.114572 0 0 0 +750 16 0.425657 0.622584 0.460204 0 0 0 +587 16 0.0983438 0.85428 0.207829 0 -1 0 +226 15 0.883164 0.940796 0.410228 -1 0 0 +664 15 0.341404 0.245023 0.0828017 0 0 1 +407 16 0.496892 0.424585 0.0593395 0 0 0 +445 15 0.233816 0.357734 0.247219 0 0 0 +98 16 0.814718 0.158804 0.341355 -1 0 0 +932 16 0.500257 0.283805 0.0657054 0 0 1 +227 16 0.878827 0.919898 0.381305 -1 0 0 +509 16 0.0264369 0.767148 0.0219634 0 0 1 +415 15 0.980089 0.415598 0.220179 -1 0 0 +416 16 0.990483 0.382398 0.229226 -1 0 0 +417 16 0.00988409 0.435488 0.223132 0 0 0 +418 15 0.537615 0.261415 0.450665 0 0 0 +419 16 0.573468 0.258902 0.451286 0 0 0 +420 16 0.529124 0.276904 0.481973 0 0 0 +1329 16 0.905572 0.308304 0.109071 0 0 1 +1424 16 0.562496 0.825766 0.031695 0 -1 0 +1244 16 0.64643 0.883976 0.113173 0 0 1 +476 16 0.233357 0.421617 0.285244 0 0 0 +1851 16 0.675121 0.856832 0.446824 0 0 0 +1295 16 0.737399 0.0419106 0.500108 0 0 0 +1229 16 0.603981 0.669836 0.488573 0 0 0 +442 15 0.985972 0.487637 0.316979 -1 0 0 +443 16 0.0149542 0.49388 0.337306 0 0 0 +444 16 0.996747 0.494874 0.283458 -1 0 0 +1373 16 0.907265 0.40078 0.375335 0 0 0 +207 16 0.0798293 0.676982 0.450616 0 0 0 +202 15 0.138853 0.437069 0.454059 0 0 0 +1786 15 0.98455 0.657086 0.0442729 0 0 0 +900 16 0.698156 0.802474 0.062674 0 0 0 +874 15 0.674333 0.490391 0.497352 0 0 0 +408 16 0.46677 0.468411 0.0794423 0 0 0 +1208 16 0.310809 0.688571 0.0971947 0 0 0 +466 15 0.0464335 0.82573 0.179079 0 0 0 +467 16 0.0193738 0.821666 0.202391 0 0 0 +468 16 0.0306335 0.83693 0.148796 0 0 0 +469 15 0.131405 0.567274 0.265285 0 0 0 +470 16 0.111984 0.5815 0.29198 0 0 0 +471 16 0.161532 0.586872 0.264625 0 0 0 +99 16 0.863833 0.130853 0.347565 -1 0 0 +599 16 0.412391 0.975214 0.225463 0 -1 0 +886 15 0.647779 0.840524 0.168625 0 0 0 +1188 16 0.841309 0.388554 0.121206 0 0 0 +888 16 0.630961 0.845646 0.199978 0 0 0 +483 16 0.0927922 0.72982 0.112392 0 0 1 +813 16 0.394713 0.0931045 0.388656 0 0 0 +437 16 0.143991 0.242476 0.0284463 0 0 0 +627 16 0.184123 0.0687335 0.0907654 0 0 0 +687 16 0.202721 0.549358 0.476034 0 0 0 +1031 16 0.158813 0.270203 0.483092 0 0 0 +984 16 0.30624 0.839162 0.406715 0 -1 0 +1761 16 0.939132 0.684942 0.396945 0 0 0 +957 16 0.430967 0.703245 0.0333641 0 0 1 +1340 16 0.834085 0.396962 0.412103 0 0 0 +1201 15 0.621197 0.54391 0.159985 0 0 0 +1358 16 0.664207 0.623808 0.138845 0 0 0 +438 16 0.108177 0.286612 0.0272051 0 0 0 +517 15 0.00425377 0.859037 0.0458813 0 0 0 +518 16 0.984113 0.853952 0.0752177 -1 0 0 +519 16 0.989455 0.887468 0.0296069 -1 0 0 +520 15 0.138749 0.663951 0.198186 0 0 0 +521 16 0.172323 0.655799 0.208114 0 0 0 +522 16 0.125798 0.633429 0.184299 0 0 0 +523 15 0.143184 0.96874 0.475917 0 0 0 +524 16 0.136364 0.949666 0.446222 0 0 0 +317 16 0.0846015 0.804585 0.433637 0 0 0 +1052 16 0.601445 0.732541 0.122708 0 0 0 +773 16 0.0688058 0.643519 0.359667 0 0 0 +149 16 0.863722 0.0838821 0.26131 -1 0 0 +685 15 0.208964 0.514974 0.467614 0 0 0 +544 15 0.210472 0.0523478 0.202769 0 1 0 +545 16 0.216193 0.0168801 0.203971 0 1 0 +546 16 0.19876 0.0607087 0.235709 0 1 0 +547 15 0.0952184 0.0773166 0.0506099 0 1 0 +548 16 0.110651 0.106836 0.0641204 0 1 0 +1346 16 0.0166288 0.244629 0.46055 1 0 0 +550 15 0.0689267 0.72495 0.249342 0 0 0 +551 16 0.0903883 0.701787 0.232168 0 0 0 +552 16 0.0908007 0.751533 0.259687 0 0 0 +1771 15 0.818477 0.718093 0.406626 0 0 0 +624 16 0.445769 0.194932 0.0544524 0 0 0 +1518 16 0.627869 0.52553 0.300971 0 0 0 +447 16 0.206505 0.354343 0.224093 0 0 0 +1648 15 0.522192 0.862977 0.156648 0 -1 0 +693 16 0.228993 0.327895 0.0146252 0 0 0 +1336 15 0.766425 0.173907 0.0876419 0 0 0 +1236 16 0.462697 0.981712 0.459307 0 0 0 +1146 16 0.761018 0.19205 0.411227 0 0 0 +1586 16 0.0545865 0.533907 0.254422 1 0 0 +1058 16 0.293139 0.770669 0.120318 0 0 0 +577 15 0.357813 0.110373 0.280395 0 0 0 +578 16 0.337391 0.0957928 0.306133 0 0 0 +579 16 0.343881 0.0979057 0.249693 0 0 0 +580 15 0.173485 0.0651089 0.292607 0 0 0 +1532 16 0.803588 0.559124 0.221824 0 0 0 +582 16 0.142715 0.0465298 0.292996 0 0 0 +897 16 0.449719 0.669253 0.202407 0 0 0 +1678 15 0.723021 0.91475 0.00474127 0 -1 0 +1712 16 0.0605172 0.139316 0.0114528 1 0 0 +487 15 0.0791791 0.613835 0.0473782 0 0 0 +127 15 0.710605 0.141271 0.46754 -1 0 0 +1456 15 0.949164 0.0178215 0.101783 0 0 0 +1711 15 0.0441583 0.171293 0.010028 1 0 0 +574 15 0.217739 0.814663 0.499783 0 -1 0 +604 15 0.245288 0.150488 0.279616 0 0 0 +605 16 0.241831 0.164418 0.246659 0 0 0 +606 16 0.223791 0.121679 0.279523 0 0 0 +933 16 0.514526 0.283703 0.0106733 0 0 1 +956 16 0.408029 0.65155 0.0391675 0 0 1 +1573 15 0.798957 0.767966 0.072493 0 0 0 +736 15 0.228651 0.605918 0.22551 0 0 0 +1305 16 0.662813 0.348728 0.0431094 0 0 0 +1204 15 0.766088 0.509874 0.107263 0 0 0 +224 16 0.910242 0.478254 0.0301848 -1 0 0 +588 16 0.1053 0.909639 0.218748 0 -1 0 +1438 15 0.953682 0.96455 0.309212 0 -1 0 +628 15 0.396671 0.352693 0.238847 0 0 0 +629 16 0.365206 0.370065 0.239376 0 0 0 +630 16 0.417772 0.371591 0.260978 0 0 0 +631 15 0.46451 0.215353 0.159584 0 0 0 +632 16 0.44315 0.196164 0.137959 0 0 0 +633 16 0.443243 0.241248 0.172594 0 0 0 +634 15 0.318836 0.419018 0.183645 0 0 0 +635 16 0.28617 0.404045 0.182699 0 0 0 +636 16 0.315501 0.446477 0.206601 0 0 0 +409 15 0.305907 0.493327 0.258119 0 0 0 +1633 15 0.757889 0.669324 0.46694 0 0 0 +649 15 0.150535 0.436383 0.0209993 0 0 0 +650 16 0.163721 0.403735 0.0137618 0 0 0 +651 16 0.157814 0.441526 0.0558229 0 0 0 +652 15 0.175568 0.459945 0.122967 0 0 0 +653 16 0.154392 0.480742 0.143245 0 0 0 +654 16 0.205946 0.47882 0.119357 0 0 0 +575 16 0.238585 0.813147 0.470538 0 -1 0 +1772 16 0.853549 0.710586 0.404219 0 0 0 +128 16 0.737545 0.150013 0.489676 -1 0 0 +658 15 0.0749946 0.114375 0.414694 0 0 0 +1274 16 0.84038 0.0129751 0.0161426 0 0 1 +660 16 0.0720138 0.111305 0.379003 0 0 0 +1330 15 0.778517 0.245113 0.239931 0 0 0 +1039 15 0.382933 0.337384 0.0315109 0 0 0 +493 15 0.0452583 0.902563 0.48854 0 0 0 +453 16 0.278508 0.345819 0.440384 0 0 0 +673 15 0.381014 0.355235 0.416732 0 0 0 +674 16 0.384762 0.355621 0.452481 0 0 0 +675 16 0.409733 0.337171 0.404855 0 0 0 +1739 16 0.722988 0.581296 0.217642 0 0 0 +1151 16 0.668322 0.24347 0.47323 0 0 0 +951 16 0.159179 0.847745 0.456265 0 0 0 +1275 16 0.882994 0.994234 0.0487764 0 -1 1 +1575 16 0.816946 0.795536 0.0580566 0 0 0 +1487 16 0.75337 0.362705 0.45135 0 0 0 +824 16 0.288053 0.261571 0.0162996 0 0 0 +694 15 0.36615 0.56256 0.0570509 0 0 0 +1718 16 0.0239725 0.44248 0.475731 1 0 0 +696 16 0.347955 0.583271 0.080118 0 0 0 +697 15 0.180499 0.766941 0.163704 0 0 0 +698 16 0.164439 0.75158 0.191956 0 0 0 +699 16 0.158882 0.759576 0.135945 0 0 0 +1331 16 0.812927 0.234761 0.240884 0 0 0 +1566 16 0.694833 0.743087 0.386146 0 0 0 +715 15 0.925694 0.714338 0.106919 -1 0 0 +716 16 0.936744 0.698695 0.0764995 -1 0 0 +717 16 0.909151 0.688083 0.125061 -1 0 0 +718 15 0.386597 0.592514 0.241062 0 0 0 +719 16 0.400747 0.598254 0.273603 0 0 0 +720 16 0.351448 0.58811 0.247167 0 0 0 +987 16 0.495297 0.213699 0.456452 0 0 0 +1038 16 0.460879 0.486461 0.153457 0 0 0 +223 15 0.924221 0.447418 0.0422605 -1 0 0 +805 15 0.0883804 0.938954 0.376047 0 -1 0 +846 16 0.661158 0.0329326 0.0137691 0 0 0 +739 15 0.326845 0.830314 0.12138 0 0 0 +740 16 0.361101 0.84076 0.118286 0 0 0 +741 16 0.307818 0.857772 0.108107 0 0 0 +742 15 0.324241 0.597638 0.163207 0 0 0 +743 16 0.351615 0.60054 0.186323 0 0 0 +744 16 0.329656 0.624076 0.139462 0 0 0 +745 15 0.214105 0.739053 0.392413 0 0 0 +746 16 0.195002 0.709837 0.400994 0 0 0 +747 16 0.195436 0.754559 0.365895 0 0 0 +1235 16 0.420157 0.946995 0.474046 0 0 0 +205 15 0.087878 0.674215 0.415692 0 0 0 +1317 16 0.709032 0.488501 0.429664 0 0 0 +1478 16 0.70581 0.0202895 0.26044 0 0 0 +193 15 0.680314 0.471562 0.0597101 -1 0 0 +318 16 0.0809265 0.747871 0.435078 0 0 0 +1171 15 0.638324 0.392614 0.456039 0 0 0 +769 15 0.904057 0.66832 0.204713 -1 0 0 +770 16 0.877547 0.684933 0.222416 -1 0 0 +771 16 0.890549 0.636044 0.196474 -1 0 0 +1812 16 0.869708 0.746701 0.196 0 0 0 +1245 16 0.62584 0.861062 0.0653903 0 0 1 +1492 15 0.179158 0.367033 0.383989 1 0 0 +899 16 0.647302 0.787605 0.0420597 0 0 0 +1877 16 0.817603 0.319448 0.443928 0 1 0 +1359 16 0.680962 0.63474 0.0856293 0 0 0 +1419 16 0.405933 0.813044 0.0464757 0 0 1 +1401 16 0.338232 0.768307 0.0152201 0 0 0 +1050 16 0.348184 0.440636 0.125595 0 0 0 +793 15 0.235879 0.979547 0.338338 0 -1 0 +794 16 0.263547 0.00168843 0.344376 0 0 0 +795 16 0.238618 0.954502 0.363978 0 -1 0 +796 15 0.321485 0.0632813 0.178719 0 0 0 +797 16 0.321958 0.0631846 0.142776 0 0 0 +798 16 0.288415 0.0744841 0.187266 0 0 0 +767 16 0.396461 0.899976 0.0668296 0 0 0 +316 15 0.0636444 0.777741 0.445139 0 0 0 +494 16 0.0588595 0.89107 0.457314 0 0 0 +1482 16 0.759661 0.967925 0.0172099 0 -1 0 +450 16 0.297384 0.600746 0.453143 0 0 0 +1230 16 0.585129 0.712856 0.456542 0 0 0 +1850 16 0.663717 0.801141 0.447623 0 0 0 +1144 15 0.788282 0.200763 0.389481 0 0 0 +820 15 0.63964 0.221315 0.10182 0 0 0 +821 16 0.647917 0.23555 0.0698661 0 0 0 +822 16 0.637749 0.249515 0.12403 0 0 0 +1449 16 0.529704 0.966105 0.0909587 0 -1 1 +488 16 0.087492 0.616248 0.0822665 0 0 0 +936 16 0.185594 0.609274 0.0592234 0 0 1 +826 15 0.44456 0.275095 0.395209 0 0 0 +827 16 0.47874 0.279694 0.405343 0 0 0 +828 16 0.446632 0.255489 0.365152 0 0 0 +1162 15 0.694924 0.233833 0.0162534 0 0 0 +195 16 0.691319 0.437451 0.0569856 -1 0 0 +1713 16 0.0408071 0.18124 0.044408 1 0 0 +1048 15 0.355869 0.45641 0.0942215 0 0 0 +1187 16 0.797569 0.408225 0.151735 0 0 0 +491 16 0.112491 0.823742 0.0727163 0 0 0 +1447 15 0.558021 0.981737 0.106639 0 -1 1 +554 16 0.960435 0.788031 0.323239 -1 0 0 +850 15 0.770796 0.128612 0.240716 0 0 0 +851 16 0.784809 0.160653 0.249032 0 0 0 +852 16 0.750738 0.134845 0.211545 0 0 0 +853 15 0.527201 0.284424 0.298692 0 0 0 +854 16 0.491307 0.282698 0.299567 0 0 0 +855 16 0.537944 0.250257 0.301743 0 0 0 +934 15 0.182381 0.604551 0.0947128 0 0 1 +412 15 0.0483531 0.309075 0.0508747 0 0 0 +858 16 0.214549 0.228317 0.378212 0 0 0 +1849 15 0.659555 0.831287 0.466756 0 0 0 +1763 16 0.980668 0.418647 0.0484953 0 0 0 +865 15 0.382304 0.278183 0.171258 0 0 0 +866 16 0.372745 0.254685 0.196726 0 0 0 +867 16 0.381722 0.310105 0.187774 0 0 0 +868 15 0.521455 0.119462 0.394364 0 0 0 +869 16 0.506244 0.145215 0.414304 0 0 0 +870 16 0.556797 0.124442 0.398649 0 0 0 +136 15 0.0429747 0.18424 0.117967 0 0 0 +1493 16 0.164004 0.392117 0.404806 1 0 0 +215 16 0.932759 0.340183 0.0228131 -1 0 1 +1157 16 0.603932 0.0993138 0.475233 0 0 0 +490 15 0.106083 0.840595 0.0416193 0 0 0 +475 15 0.221775 0.448582 0.306001 0 0 0 +1755 16 0.820855 0.557459 0.0322291 0 0 1 +1733 16 0.758774 0.39189 0.0763338 0 0 0 +880 15 0.141449 0.472799 0.225638 0 0 0 +881 16 0.138546 0.504274 0.242755 0 0 0 +882 16 0.151363 0.44953 0.25118 0 0 0 +883 15 0.447305 0.37201 0.1215 0 0 0 +884 16 0.425862 0.386725 0.0966848 0 0 0 +885 16 0.426202 0.348767 0.139007 0 0 0 +1848 16 0.408836 0.840383 0.467545 0 0 0 +1440 16 0.940362 0.98247 0.337383 0 -1 0 +1874 16 0.798709 0.791896 0.455877 0 0 0 +1315 15 0.705439 0.486991 0.393929 0 0 0 +482 16 0.107345 0.736088 0.0577929 0 0 1 +433 15 0.0519325 0.283322 0.172517 0 0 0 +609 16 0.219887 0.311807 0.496598 0 0 0 +86 16 0.26253 0.130539 0.0790649 0 0 0 +887 16 0.644257 0.805342 0.162151 0 0 0 +555 16 0.953739 0.76973 0.376646 -1 0 0 +1847 16 0.427862 0.814386 0.420701 0 0 0 +220 15 0.796153 0.258307 0.038274 -1 0 0 +916 15 0.154989 0.963247 0.117356 0 0 0 +917 16 0.167605 0.929673 0.119761 0 0 0 +918 16 0.137754 0.968645 0.148436 0 0 0 +919 15 0.336783 0.856805 0.222294 0 0 0 +920 16 0.342777 0.889165 0.207836 0 0 0 +921 16 0.329925 0.835498 0.194168 0 0 0 +1585 15 0.0348502 0.511914 0.233955 1 0 0 +411 16 0.270399 0.490628 0.263024 0 0 0 +895 15 0.437304 0.699921 0.216459 0 0 0 +1049 16 0.337325 0.437557 0.0698747 0 0 0 +228 16 0.851055 0.9562 0.415113 -1 0 0 +135 16 0.872839 0.212391 0.113402 -1 0 1 +986 16 0.442026 0.201135 0.47183 0 0 0 +1684 15 0.886587 0.988401 0.180821 0 -1 0 +943 15 0.405709 0.633359 0.333725 0 0 0 +944 16 0.411105 0.668163 0.340918 0 0 0 +945 16 0.406803 0.617245 0.365839 0 0 0 +946 15 0.214353 0.846058 0.245705 0 0 0 +947 16 0.180363 0.853267 0.236497 0 0 0 +948 16 0.22523 0.821669 0.221643 0 0 0 +877 15 0.530663 0.567783 0.103021 0 0 0 +1464 16 0.919609 0.822687 0.134025 0 -1 0 +1477 15 0.698998 0.00827622 0.227253 0 0 0 +1759 15 0.930406 0.718641 0.405909 0 0 0 +165 16 0.858142 0.366939 0.0311455 -1 0 0 +1531 15 0.785165 0.544449 0.248979 0 0 0 +967 15 0.44048 0.801179 0.26527 0 -1 0 +968 16 0.405949 0.800322 0.255318 0 -1 0 +969 16 0.457263 0.780197 0.241391 0 -1 0 +970 15 0.29309 0.0624583 0.348772 0 0 0 +971 16 0.320041 0.0752072 0.368852 0 0 0 +972 16 0.265903 0.0852215 0.354676 0 0 0 +1357 15 0.682433 0.647704 0.119124 0 0 0 +812 16 0.382358 0.110788 0.441256 0 0 0 +911 16 0.588058 0.418521 0.116019 0 0 1 +1347 16 0.0615211 0.25576 0.427491 1 0 0 +1783 15 0.898226 0.536691 0.287996 0 0 0 +1766 16 0.923221 0.229136 0.45162 0 0 0 +481 15 0.118585 0.743149 0.0911983 0 0 1 +994 15 0.543095 0.378793 0.0740508 0 0 0 +995 16 0.574252 0.364352 0.0634269 0 0 0 +996 16 0.527154 0.352813 0.093105 0 0 0 +997 15 0.544728 0.145765 0.206838 0 0 0 +998 16 0.56693 0.150411 0.178951 0 0 0 +999 16 0.513868 0.160971 0.196416 0 0 0 +1000 15 0.431079 0.260402 0.283148 0 0 0 +1001 16 0.41547 0.29277 0.282266 0 0 0 +1002 16 0.405551 0.237774 0.271817 0 0 0 +1057 15 0.276031 0.739227 0.117027 0 0 0 +204 16 0.135229 0.422278 0.486621 0 0 0 +1338 16 0.745752 0.154092 0.0659135 0 0 0 +1846 15 0.408117 0.808889 0.450232 0 0 0 +1638 16 0.908464 0.0688503 0.391823 0 1 0 +1021 15 0.536089 0.272251 0.115537 0 0 0 +1022 16 0.516107 0.245341 0.128527 0 0 0 +1023 16 0.565835 0.271943 0.135716 0 0 0 +1024 15 0.696472 0.203547 0.328319 0 0 0 +1025 16 0.687996 0.226055 0.301604 0 0 0 +1026 16 0.73233 0.201308 0.327182 0 0 0 +1027 15 0.597848 0.997383 0.345324 0 -1 0 +1028 16 0.562957 0.990461 0.340151 0 -1 0 +1029 16 0.605221 0.0241119 0.322447 0 0 0 +1516 15 0.639661 0.49289 0.291606 0 0 0 +134 16 0.841474 0.166282 0.124461 -1 0 1 +1175 16 0.708884 0.331525 0.345164 0 0 0 +1845 16 0.994547 0.810958 0.461066 0 0 0 +414 16 0.0217235 0.294471 0.0316472 0 0 0 +686 16 0.221039 0.500275 0.498114 0 0 0 +1040 16 0.365924 0.30705 0.0406058 0 0 0 +1717 15 0.993204 0.460179 0.470059 0 0 0 +1042 15 0.623279 0.320221 0.28802 0 0 0 +1043 16 0.615808 0.35139 0.271746 0 0 0 +1044 16 0.591599 0.308802 0.300596 0 0 0 +1738 15 0.690486 0.595862 0.222495 0 0 0 +912 16 0.636072 0.443962 0.0993 0 0 1 +1729 15 0.96986 0.0782333 0.196279 0 0 0 +1844 16 0.964869 0.822754 0.414032 0 0 0 +1795 15 0.0634754 0.53685 0.360122 1 0 0 +1843 15 0.970138 0.833788 0.447834 0 0 0 +1207 15 0.325502 0.658044 0.0851786 0 0 0 +1209 16 0.313037 0.654636 0.0516359 0 0 0 +935 16 0.204849 0.57753 0.102278 0 0 1 +1794 16 0.487194 0.849896 0.366555 0 0 0 +1407 16 0.504649 0.0595236 0.408579 0 1 0 +10 3 0.572157 0.525433 0.468903 0 0 0 +768 16 0.433056 0.881133 0.106044 0 0 0 +1060 15 0.299672 0.719563 0.468902 0 0 0 +1061 16 0.280517 0.72518 0.498796 0 0 0 +1062 16 0.276087 0.723944 0.44213 0 0 0 +448 15 0.293727 0.582151 0.422598 0 0 0 +1784 16 0.921535 0.514964 0.304633 0 0 0 +1494 16 0.213221 0.365278 0.395338 1 0 0 +913 15 0.560497 0.707079 0.0754119 0 0 0 +760 15 0.234669 0.88964 0.0822134 0 0 1 +1822 15 0.972126 0.583606 0.410353 0 0 0 +299 16 0.755088 0.944697 0.153306 -1 0 0 +1020 16 0.295758 0.195641 0.4383 0 0 0 +1341 16 0.833792 0.411456 0.467076 0 0 0 +1053 16 0.656537 0.720307 0.129591 0 0 0 +807 16 0.0844096 0.968787 0.356391 0 -1 0 +1481 16 0.748403 0.0171246 0.0433785 0 0 0 +1087 15 0.230936 0.958425 0.240082 0 0 0 +1088 16 0.22966 0.922646 0.236857 0 0 0 +1089 16 0.245517 0.96404 0.272455 0 0 0 +1090 15 0.34212 0.215333 0.239846 0 1 0 +1091 16 0.310837 0.211212 0.222627 0 1 0 +1092 16 0.347503 0.183886 0.256406 0 1 0 +1222 15 0.289605 0.0109536 0.073157 0 1 0 +1018 15 0.289745 0.182484 0.405393 0 0 0 +1059 16 0.244183 0.744601 0.132805 0 0 0 +1787 16 0.0061438 0.685009 0.0374805 1 0 0 +1504 15 0.961641 0.16716 0.265266 0 0 0 +1111 15 0.347606 0.951785 0.158252 0 -1 0 +1112 16 0.36835 0.956853 0.129336 0 -1 0 +1113 16 0.333734 0.984213 0.165187 0 -1 0 +1114 15 0.512198 0.0396647 0.238973 0 0 0 +1115 16 0.478459 0.0350649 0.227455 0 0 0 +1116 16 0.520849 0.0729359 0.228471 0 0 0 +1117 15 0.559401 0.105563 0.0317383 0 0 0 +1118 16 0.590055 0.0917245 0.0190499 0 0 0 +1119 16 0.537148 0.105562 0.00350891 0 0 0 +391 15 0.0466962 0.360369 0.489163 0 0 0 +1030 15 0.183802 0.264086 0.457986 0 0 0 +164 16 0.822566 0.326231 0.0135581 -1 0 0 +549 16 0.122703 0.0573616 0.0388383 0 1 0 +218 16 0.10272 0.538017 0.00889482 0 0 0 +1138 15 0.66778 0.0110711 0.0784213 0 0 0 +1139 16 0.686819 0.987093 0.0972548 0 -1 0 +1140 16 0.634133 0.00736569 0.0905159 0 0 0 +749 16 0.402863 0.576276 0.48404 0 0 0 +904 15 0.631519 0.575706 0.0357345 0 0 1 +723 16 0.501163 0.693045 0.479128 0 0 0 +1210 15 0.169242 0.0145954 0.033867 0 1 0 +452 16 0.313392 0.367366 0.401001 0 0 0 +1773 16 0.806018 0.695123 0.431311 0 0 0 +983 16 0.322305 0.803144 0.447663 0 -1 0 +497 16 0.65795 0.589137 0.481194 -1 0 0 +434 16 0.0452857 0.300314 0.141547 0 0 0 +1007 16 0.208316 0.154639 0.407876 0 0 0 +449 16 0.280864 0.550227 0.432967 0 0 0 +1752 16 0.875451 0.328927 0.242655 0 0 1 +242 16 0.905341 0.571358 0.0484617 -1 0 1 +1394 16 0.678064 0.722312 0.489828 0 0 0 +477 16 0.233746 0.440414 0.338897 0 0 0 +1760 16 0.936705 0.720483 0.441251 0 0 0 +906 16 0.639967 0.540779 0.0366832 0 0 1 +802 15 0.276512 0.860465 0.330936 0 -1 0 +896 16 0.417653 0.689578 0.244724 0 0 0 +1174 15 0.739813 0.313513 0.341837 0 0 0 +1327 15 0.913452 0.334492 0.0857412 0 0 1 +1176 16 0.734552 0.283093 0.360251 0 0 0 +1793 16 0.46659 0.816215 0.32565 0 0 0 +1189 15 0.491903 0.436804 0.188054 0 0 0 +1190 16 0.492493 0.4259 0.222301 0 0 0 +1191 16 0.479211 0.408548 0.169816 0 0 0 +1192 15 0.485299 0.38696 0.280539 0 0 0 +1193 16 0.473137 0.407856 0.30714 0 0 0 +1194 16 0.508537 0.364661 0.296503 0 0 0 +1195 15 0.615254 0.153542 0.369964 0 0 0 +1196 16 0.589943 0.172531 0.352909 0 0 0 +1197 16 0.646156 0.169473 0.360835 0 0 0 +1344 16 0.635022 0.444571 0.331456 0 0 0 +737 16 0.257918 0.609876 0.246002 0 0 0 +413 16 0.0374258 0.34271 0.0573097 0 0 0 +1710 16 0.967738 0.247211 0.345079 0 0 0 +875 16 0.661965 0.459507 0.483737 0 0 0 +1737 16 0.899818 0.198912 0.23075 0 0 0 +1811 16 0.872138 0.760813 0.140981 0 0 0 +1664 16 0.682515 0.964128 0.422554 0 -1 0 +1186 15 0.807534 0.400455 0.118082 0 0 0 +1457 16 0.92526 0.00871228 0.127036 0 0 0 +1228 15 0.574588 0.689308 0.481572 0 0 0 +1709 16 0.917326 0.267257 0.328081 0 0 0 +87 16 0.318494 0.132877 0.0693332 0 0 0 +1225 15 0.415878 0.731023 0.373977 0 0 0 +1226 16 0.438498 0.758403 0.368427 0 0 0 +1227 16 0.383163 0.745572 0.370785 0 0 0 +761 16 0.25184 0.903637 0.0539052 0 0 1 +406 15 0.47495 0.451118 0.0490096 0 0 0 +772 15 0.0665208 0.632183 0.325632 0 0 0 +1041 16 0.417389 0.32772 0.0281056 0 0 0 +1810 15 0.86588 0.774555 0.173602 0 0 0 +1094 16 0.191645 0.614642 0.379031 0 0 0 +1069 15 0.321945 0.766284 0.348945 0 0 0 +985 15 0.473916 0.186065 0.464898 0 0 0 +1587 16 0.0566134 0.502931 0.206793 1 0 0 +180 16 0.738695 0.376519 0.239382 -1 0 0 +1876 15 0.82417 0.284388 0.439474 0 1 0 +1792 15 0.472542 0.817532 0.361076 0 0 0 +1252 15 0.843981 0.9414 0.101848 0 -1 0 +1253 16 0.856008 0.962214 0.128574 0 -1 0 +1254 16 0.814304 0.957983 0.0901674 0 -1 0 +1255 15 0.777082 0.887977 0.220313 0 -1 0 +1256 16 0.775706 0.893716 0.255771 0 -1 0 +1257 16 0.811714 0.88103 0.213645 0 -1 0 +1258 15 0.609931 0.0816601 0.293901 0 0 0 +1259 16 0.608362 0.110455 0.31536 0 0 0 +1260 16 0.626034 0.0935402 0.26404 0 0 0 +1261 15 0.491214 0.982974 0.31733 0 -1 0 +1262 16 0.486207 0.953824 0.296901 0 -1 0 +1263 16 0.496931 0.00957082 0.293834 0 0 0 +179 16 0.757992 0.339264 0.277745 -1 0 0 +691 15 0.228485 0.360039 0.0307084 0 0 0 +305 16 0.948342 0.10116 0.456009 -1 1 0 +804 16 0.245402 0.870136 0.315747 0 -1 0 +553 15 0.962193 0.798922 0.35745 -1 0 0 +626 16 0.213685 0.0914369 0.133693 0 0 0 +1294 15 0.722883 0.0180129 0.477518 0 0 0 +893 16 0.492574 0.636857 0.00407676 0 0 1 +1285 15 0.614875 0.0528567 0.43224 0 0 0 +1286 16 0.650232 0.0465589 0.433761 0 0 0 +1287 16 0.600626 0.0216819 0.421413 0 0 0 +1288 15 0.768093 0.0462392 0.298448 0 0 0 +1289 16 0.776588 0.0644766 0.26866 0 0 0 +1650 16 0.511291 0.828918 0.160302 0 -1 0 +492 16 0.0717288 0.850932 0.0438843 0 0 0 +1791 16 0.862929 0.860822 0.308354 0 0 0 +1765 15 0.953616 0.211352 0.444408 0 0 0 +598 15 0.41306 0.0111474 0.226129 0 0 0 +392 16 0.0493085 0.326556 0.477247 0 0 0 +508 15 0.0405823 0.735381 0.0128588 0 0 1 +1309 15 0.598506 0.127853 0.120184 0 0 0 +1310 16 0.575818 0.120405 0.0933155 0 0 0 +1311 16 0.612077 0.160078 0.111849 0 0 0 +1312 15 0.738252 0.304613 0.126388 0 0 0 +1313 16 0.766172 0.320235 0.142775 0 0 0 +1314 16 0.730101 0.326827 0.0993281 0 0 0 +446 16 0.237913 0.324875 0.261205 0 0 0 +600 16 0.380231 0.0209753 0.215278 0 0 0 +1689 16 0.738729 0.842817 0.338156 0 -1 0 +1425 16 0.566028 0.772939 0.0524059 0 -1 0 +1790 16 0.89455 0.842624 0.351956 0 0 0 +1333 15 0.608565 0.410103 0.228752 0 0 0 +1334 16 0.606681 0.418683 0.193895 0 0 0 +1335 16 0.608357 0.441728 0.24584 0 0 0 +1545 16 0.515657 0.93301 0.445757 0 0 0 +222 16 0.804852 0.266835 0.0720929 -1 0 0 +1788 16 0.963787 0.654433 0.01505 0 0 0 +1282 15 0.503072 0.959297 0.000619511 0 -1 0 +1441 15 0.791788 0.994343 0.404515 0 -1 0 +724 15 0.199334 0.541472 0.370394 0 0 0 +1732 15 0.732255 0.380816 0.0547396 0 0 0 +1343 16 0.665543 0.430392 0.377277 0 0 0 +1008 16 0.18985 0.149056 0.461355 0 0 0 +1212 16 0.162862 0.997577 0.0648798 0 0 0 +1736 16 0.860508 0.18228 0.268304 0 0 0 +1223 16 0.269973 0.984896 0.0882481 0 0 0 +1574 16 0.785217 0.781147 0.102982 0 0 0 +1363 15 0.833577 0.586384 0.171354 0 0 0 +1364 16 0.854907 0.594153 0.143483 0 0 0 +1365 16 0.818623 0.617825 0.180296 0 0 0 +1332 16 0.762819 0.222133 0.21718 0 0 0 +1443 16 0.780194 0.0125938 0.375799 0 0 0 +1754 16 0.771979 0.58062 0.0497474 0 0 1 +1663 15 0.67096 0.936324 0.402919 0 -1 0 +1708 15 0.945576 0.248109 0.316792 0 0 0 +174 16 0.815675 0.447124 0.328377 -1 0 0 +1818 16 0.796774 0.433104 0.239818 0 0 0 +1381 15 0.582391 0.748412 0.392989 0 0 0 +1382 16 0.57141 0.782206 0.387557 0 0 0 +1383 16 0.588473 0.7355 0.359998 0 0 0 +1384 15 0.216534 0.903678 0.408077 0 0 0 +1385 16 0.229394 0.911863 0.440631 0 0 0 +1386 16 0.24497 0.891062 0.390065 0 0 0 +1634 16 0.733687 0.646695 0.453001 0 0 0 +774 16 0.0598647 0.661967 0.30664 0 0 0 +1423 15 0.583358 0.804424 0.0517313 0 -1 0 +1688 16 0.791199 0.847775 0.359475 0 -1 0 +1649 16 0.558033 0.860833 0.154937 0 -1 0 +1687 15 0.770675 0.826368 0.339162 0 -1 0 +1817 16 0.806167 0.487587 0.22657 0 0 0 +1789 15 0.876069 0.871122 0.340188 0 0 0 +1707 16 0.861323 0.312994 0.168697 0 0 0 +300 16 0.732519 0.996215 0.161588 -1 0 0 +194 16 0.708566 0.489082 0.0733837 -1 0 0 +1402 15 0.545041 0.183004 0.306387 0 1 0 +1403 16 0.543517 0.169271 0.273203 0 1 0 +1404 16 0.522461 0.162677 0.325599 0 1 0 +1405 15 0.498275 0.0272226 0.423007 0 1 0 +1406 16 0.491026 0.00605737 0.394871 0 1 0 +1517 16 0.675487 0.495568 0.29279 0 0 0 +1462 15 0.94981 0.842137 0.135356 0 -1 0 +738 16 0.239285 0.584534 0.198644 0 0 0 +516 16 0.162528 0.213171 0.121209 0 1 0 +1730 16 0.970461 0.113527 0.189487 0 0 0 +1426 15 0.521972 0.761096 0.182032 0 -1 0 +1427 16 0.49522 0.737338 0.178561 0 -1 0 +1428 16 0.551499 0.74285 0.172684 0 -1 0 +1429 15 0.599205 0.959703 0.219036 0 -1 0 +1430 16 0.594648 0.963085 0.18354 0 -1 0 +1431 16 0.591703 0.992287 0.23223 0 -1 0 +1432 15 0.669468 0.719804 0.319553 0 -1 0 +1433 16 0.637924 0.716033 0.302735 0 -1 0 +1434 16 0.692572 0.728687 0.293488 0 -1 0 +1435 15 0.582211 0.850419 0.385873 0 -1 0 +1436 16 0.617388 0.857816 0.385975 0 -1 0 +1437 16 0.56699 0.878791 0.401856 0 -1 0 +1339 15 0.820807 0.387121 0.444025 0 0 0 +1796 16 0.0809896 0.534215 0.391402 1 0 0 +1453 15 0.613043 0.877545 0.265885 0 -1 0 +1454 16 0.612325 0.895762 0.296865 0 -1 0 +1455 16 0.606037 0.902255 0.240736 0 -1 0 +1374 16 0.912486 0.411576 0.430907 0 0 0 +571 15 0.391242 0.971082 0.0740157 0 -1 0 +1458 16 0.950506 0.0537155 0.103173 0 0 0 +1459 15 0.662274 0.117699 0.209189 0 0 0 +1460 16 0.672877 0.083354 0.208804 0 0 0 +1461 16 0.642533 0.121371 0.179373 0 0 0 +1290 16 0.744954 0.0675886 0.315796 0 0 0 +1463 16 0.93853 0.876038 0.139308 0 -1 0 +1006 15 0.179275 0.159259 0.42855 0 0 0 +1637 16 0.877948 0.0208965 0.392976 0 1 0 +1037 16 0.430346 0.534372 0.151352 0 0 0 +1316 16 0.723364 0.515713 0.38185 0 0 0 +221 16 0.803807 0.22329 0.0355572 -1 0 0 +1203 16 0.594386 0.560555 0.142772 0 0 0 +1448 16 0.546907 0.0150937 0.114116 0 0 1 +1483 15 0.718749 0.196779 0.176522 0 0 0 +1484 16 0.687782 0.178966 0.180511 0 0 0 +1485 16 0.708904 0.229752 0.16613 0 0 0 +1093 15 0.181976 0.63792 0.404658 0 0 0 +1823 16 0.968614 0.577494 0.445602 0 0 0 +572 16 0.360952 0.984221 0.0598038 0 -1 0 +949 15 0.139829 0.841288 0.426667 0 0 0 +692 16 0.26315 0.368347 0.0353411 0 0 0 +1019 16 0.313724 0.15595 0.401776 0 0 0 +1205 16 0.793177 0.532844 0.112806 0 0 0 +1505 16 0.9492 0.182354 0.295374 0 0 0 +245 16 0.926195 0.58311 0.13794 -1 0 0 +1442 16 0.76754 0.00142536 0.430088 0 0 0 +93 16 0.931528 0.949784 0.456148 -1 -1 0 +1510 15 0.707208 0.384568 0.183024 0 0 0 +1511 16 0.674886 0.39381 0.195752 0 0 0 +1512 16 0.700907 0.355729 0.162512 0 0 0 +1513 15 0.71074 0.0822691 0.372132 0 0 0 +1514 16 0.718258 0.10041 0.402241 0 0 0 +1515 16 0.675553 0.0875231 0.366993 0 0 0 +857 16 0.227973 0.203222 0.328996 0 0 0 +1740 16 0.667672 0.571846 0.208536 0 0 0 +1224 16 0.272504 0.0184845 0.0424488 0 1 0 +1816 15 0.817876 0.454272 0.219851 0 0 0 +1767 16 0.964085 0.198151 0.476161 0 0 0 +1762 15 0.0140279 0.408561 0.0573014 1 0 0 +1534 15 0.69835 0.596499 0.423546 0 0 0 +1535 16 0.731121 0.582177 0.419935 0 0 0 +1536 16 0.687399 0.602557 0.389849 0 0 0 +1537 15 0.848562 0.291076 0.318762 0 0 0 +1538 16 0.835683 0.304925 0.349331 0 0 0 +1539 16 0.81996 0.276218 0.302845 0 0 0 +1540 15 0.612683 0.28082 0.191879 0 0 0 +1541 16 0.597354 0.313324 0.191106 0 0 0 +1542 16 0.614915 0.272737 0.226833 0 0 0 +1543 15 0.547457 0.930043 0.429262 0 0 0 +1544 16 0.555899 0.963691 0.419846 0 0 0 +1486 15 0.7289 0.346575 0.472163 0 0 0 +1764 16 0.0349703 0.435162 0.0452206 1 0 0 +1686 16 0.894649 0.0192581 0.197404 0 0 0 +1555 15 0.942758 0.550736 0.197791 0 0 0 +1556 16 0.967406 0.530752 0.21468 0 0 0 +1557 16 0.920073 0.560907 0.223754 0 0 0 +1558 15 0.568327 0.768497 0.280107 0 0 0 +1559 16 0.584007 0.797444 0.294541 0 0 0 +1560 16 0.547599 0.781633 0.25384 0 0 0 +1561 15 0.81852 0.622951 0.30487 0 0 0 +1562 16 0.800925 0.653824 0.299454 0 0 0 +1563 16 0.851091 0.633019 0.316266 0 0 0 +451 15 0.278977 0.358807 0.406869 0 0 0 +1706 16 0.872064 0.257691 0.176336 0 0 0 +905 16 0.595604 0.576331 0.0371025 0 0 1 +1815 16 0.806428 0.575476 0.363829 0 0 0 +1576 15 0.671607 0.610707 0.323152 0 0 0 +1577 16 0.677948 0.603723 0.288466 0 0 0 +1578 16 0.664156 0.64586 0.324052 0 0 0 +1579 15 0.797905 0.682213 0.20096 0 0 0 +1580 16 0.780536 0.692413 0.230732 0 0 0 +1581 16 0.77833 0.695749 0.174021 0 0 0 +1582 15 0.691873 0.710432 0.221745 0 0 0 +1583 16 0.68185 0.736052 0.198608 0 0 0 +1584 16 0.691196 0.680105 0.202458 0 0 0 +1172 16 0.622244 0.39043 0.423965 0 0 0 +806 16 0.107768 0.916968 0.355242 0 -1 0 +623 16 0.413783 0.148213 0.049315 0 0 0 +878 16 0.528006 0.590583 0.0753582 0 0 0 +950 16 0.154619 0.862241 0.401481 0 0 0 +811 15 0.367648 0.105312 0.408918 0 0 0 +1597 15 0.739763 0.829484 0.133708 0 0 0 +1598 16 0.705437 0.84011 0.132726 0 0 0 +1599 16 0.756243 0.854112 0.154054 0 0 0 +1600 15 0.970128 0.749438 0.261235 0 0 0 +1601 16 0.000839765 0.737165 0.247153 1 0 0 +1602 16 0.945872 0.724081 0.253439 0 0 0 +1603 15 0.479347 0.902919 0.258819 0 0 0 +1604 16 0.489881 0.906625 0.224651 0 0 0 +1605 16 0.464945 0.870017 0.26029 0 0 0 +241 15 0.902836 0.549652 0.0199193 -1 0 1 +91 15 0.954955 0.954153 0.483059 -1 -1 0 +625 15 0.199522 0.0993483 0.101616 0 0 0 +1814 16 0.812603 0.544915 0.411369 0 0 0 +1797 16 0.0553322 0.571745 0.357265 1 0 0 +1624 15 0.768751 0.941074 0.307879 0 0 0 +1625 16 0.771305 0.942796 0.343693 0 0 0 +1626 16 0.770648 0.975299 0.297053 0 0 0 +1150 15 0.688583 0.251688 0.444698 0 0 0 +1372 15 0.931311 0.410264 0.400313 0 0 0 +246 16 0.941002 0.617612 0.0952498 -1 0 0 +1630 15 0.88084 0.861585 0.231806 0 0 0 +1631 16 0.874359 0.829509 0.216931 0 0 0 +1632 16 0.916661 0.863306 0.234265 0 0 0 +1680 16 0.697781 0.906827 0.0290781 0 -1 0 +726 16 0.17307 0.523003 0.354231 0 0 0 +489 16 0.0448894 0.624463 0.0455285 0 0 0 +1506 16 0.994884 0.180334 0.261596 0 0 0 +910 15 0.620903 0.427582 0.127473 0 0 1 +1651 15 0.852843 0.847882 0.0343072 0 -1 0 +1753 15 0.798451 0.584823 0.0257955 0 0 1 +1653 16 0.865236 0.877552 0.050377 0 -1 0 +1685 16 0.882268 0.964696 0.207496 0 -1 0 +1636 15 0.893746 0.0440013 0.370422 0 1 0 +1705 15 0.862509 0.281592 0.151244 0 0 0 +1657 15 0.0952742 0.976052 0.211069 1 -1 0 +1658 16 0.07697 0.993146 0.236855 1 -1 0 +1659 16 0.0923044 0.997359 0.182272 1 -1 0 +1660 15 0.79608 0.729608 0.305967 0 -1 0 +1661 16 0.805552 0.724282 0.340232 0 -1 0 +1662 16 0.777948 0.760644 0.30635 0 -1 0 +1813 15 0.788239 0.554648 0.386797 0 0 0 +1735 15 0.864604 0.200741 0.237733 0 0 0 +499 15 0.841204 0.535512 0.497168 -1 0 0 +847 15 0.348363 0.110337 0.00785361 0 0 0 +1345 15 0.0470288 0.263776 0.459394 1 0 0 +982 15 0.299397 0.829977 0.440787 0 -1 0 +915 16 0.528629 0.691176 0.0802732 0 0 0 +1480 15 0.774699 0.999163 0.0267058 0 -1 0 +163 15 0.838064 0.35692 0.0030632 -1 0 0 +1807 15 0.708029 0.686706 0.00601525 0 0 1 +1676 16 0.929791 0.113436 0.0225371 0 0 0 +1164 16 0.730654 0.237766 0.0161017 0 0 0 +473 16 0.974589 0.515137 0.494281 -1 0 0 +596 16 0.211994 0.0571703 0.000243126 0 0 0 +436 15 0.13826 0.273982 0.0121173 0 0 0 +1399 15 0.305658 0.753225 0.0133243 0 0 0 +1370 16 0.817355 0.751988 0.0158036 0 0 0 +1652 16 0.835105 0.859986 0.00548038 0 -1 0 +876 16 0.646773 0.513264 0.494293 0 0 0 +1677 16 0.889999 0.075471 0.00813578 0 0 0 +1296 16 0.716166 0.989216 0.497957 0 -1 0 +713 16 0.26604 0.475113 -0.0011354 0 0 0 +849 16 0.327503 0.0819446 0.000720428 0 0 0 +569 16 0.30519 0.958231 0.00288934 0 -1 0 +501 16 0.87432 0.527281 0.48587 -1 0 0 +1200 16 0.426431 0.435656 0.0025719 0 0 1 +312 16 0.93173 0.854827 0.497068 -1 0 0 +1554 16 0.683023 0.850613 0.784756 0 0 -1 +35 5 0.490041 0.414715 0.599031 0 0 0 +36 7 0.531104 0.424304 0.634582 0 0 0 +37 1 0.510313 0.434887 0.685832 0 0 0 +38 3 0.466208 0.429884 0.697507 0 0 0 +39 10 0.457731 0.40479 0.615136 0 0 0 +40 4 0.549605 0.458898 0.624289 0 0 0 +41 4 0.554702 0.391547 0.63846 0 0 0 +42 5 0.545765 0.451392 0.71839 0 0 0 +43 6 0.536504 0.475364 0.76547 0 0 0 +44 1 0.53135 0.534385 0.758143 0 0 0 +45 3 0.495619 0.552871 0.734125 0 0 0 +46 7 0.583466 0.465157 0.799389 0 0 0 +47 8 0.574673 0.471245 0.8552 0 0 0 +48 8 0.614867 0.464383 0.888638 0 0 0 +49 8 0.526793 0.483968 0.874187 0 0 0 +50 8 0.60844 0.467434 0.939364 0 0 0 +51 8 0.518869 0.487554 0.925009 0 0 0 +52 8 0.559073 0.479197 0.958477 0 0 0 +53 10 0.582866 0.453718 0.713932 0 0 0 +54 4 0.50312 0.459244 0.78192 0 0 0 +55 4 0.596898 0.425971 0.794417 0 0 0 +56 4 0.617904 0.485893 0.788218 0 0 0 +57 11 0.651405 0.454907 0.873804 0 0 0 +58 11 0.494199 0.486199 0.850153 0 0 0 +59 11 0.642007 0.464106 0.961882 0 0 0 +60 11 0.480479 0.494171 0.936293 0 0 0 +557 16 0.244909 0.975956 0.521289 0 0 0 +62 5 0.566939 0.565824 0.777266 0 0 0 +63 6 0.561417 0.618137 0.771082 0 0 0 +64 12 0.588442 0.63316 0.718259 0 0 0 +65 3 0.633912 0.631183 0.70984 0 0 0 +66 7 0.5865 0.648246 0.817318 0 0 0 +67 7 0.592955 0.703368 0.809976 0 0 0 +68 13 0.535288 0.738708 0.801706 0 0 0 +69 2 0.563961 0.793142 0.779174 0 0 0 +70 10 0.596863 0.554235 0.796554 0 0 0 +71 4 0.522012 0.627545 0.769175 0 0 0 +72 4 0.564777 0.638186 0.851488 0 0 0 +73 4 0.623784 0.631964 0.826566 0 0 0 +74 4 0.613318 0.717763 0.843425 0 0 0 +75 4 0.617125 0.712466 0.777207 0 0 0 +76 4 0.599807 0.781284 0.761423 0 0 0 +77 4 0.540614 0.811873 0.750109 0 0 0 +78 4 0.568754 0.822385 0.808544 0 0 0 +79 14 0.554368 0.646828 0.685198 0 0 0 +80 10 0.520749 0.660078 0.69542 0 0 0 +81 10 0.562538 0.649374 0.648633 0 0 0 +1890 16 0.911174 0.906866 0.774478 0 0 0 +1148 16 0.431345 0.833927 0.651892 0 -1 0 +311 16 0.876949 0.848373 0.510836 -1 0 0 +1380 16 0.740291 0.692518 0.913071 0 0 -1 +100 15 0.289229 0.96297 0.635094 0 -1 0 +101 16 0.317293 0.949036 0.617476 0 -1 0 +102 16 0.298892 0.961925 0.669701 0 -1 0 +103 15 0.0443297 0.176234 0.681033 0 0 0 +104 16 0.0283575 0.154615 0.657166 0 0 0 +105 16 0.0544627 0.2049 0.661857 0 0 0 +106 15 0.157644 0.769814 0.588546 0 -1 0 +107 16 0.122315 0.763212 0.589165 0 -1 0 +108 16 0.167727 0.768156 0.623009 0 -1 0 +1691 16 0.602187 0.939082 0.588853 0 -1 0 +937 15 0.344959 0.842947 0.764124 0 0 -1 +1108 15 0.64309 0.790711 0.916909 0 -1 -1 +979 15 0.697066 0.0874575 0.575019 0 0 0 +176 16 0.116437 0.378506 0.577575 0 0 0 +988 15 0.421083 0.266336 0.608586 0 0 0 +1869 16 0.72681 0.797349 0.987048 0 0 -1 +231 16 0.857496 0.643299 0.550671 -1 0 0 +130 15 0.0918077 0.35824 0.84388 0 0 0 +131 16 0.0814865 0.388106 0.826744 0 0 0 +132 16 0.110217 0.339624 0.81925 0 0 0 +1841 16 0.934384 0.642323 0.942617 0 0 -1 +1170 16 0.362488 0.125443 0.921601 0 0 -1 +368 16 0.294339 0.321238 0.623346 0 0 0 +656 16 0.247838 0.123067 0.622094 0 0 0 +510 16 0.0422496 0.736215 0.97696 0 0 0 +151 15 0.984846 0.38183 0.590667 -1 0 0 +152 16 0.0127678 0.386996 0.612708 0 0 0 +153 16 0.973628 0.414969 0.582414 -1 0 0 +154 15 0.18066 0.273545 0.749411 0 0 0 +155 16 0.20999 0.278607 0.769567 0 0 0 +156 16 0.189843 0.285814 0.716894 0 0 0 +157 15 0.294517 0.439925 0.734645 0 0 0 +158 16 0.320733 0.462454 0.744507 0 0 0 +159 16 0.27735 0.432125 0.765249 0 0 0 +160 15 0.997723 0.277471 0.871995 -1 0 0 +161 16 0.0296127 0.293817 0.874821 0 0 0 +162 16 0.97794 0.29973 0.851864 -1 0 0 +831 16 0.308619 0.190136 0.616087 0 0 0 +1491 16 0.196937 0.383759 0.53832 1 0 0 +1840 15 0.917034 0.649563 0.973255 0 0 -1 +1395 16 0.697878 0.723406 0.543104 0 0 0 +258 16 0.990922 0.751206 0.541908 -1 0 0 +181 15 0.97589 0.526719 0.739287 -1 0 0 +182 16 0.999013 0.537869 0.764449 -1 0 0 +183 16 0.943489 0.531264 0.754175 -1 0 0 +184 15 0.248331 0.486515 0.561613 0 0 0 +185 16 0.258862 0.513457 0.582953 0 0 0 +186 16 0.278942 0.472533 0.548979 0 0 0 +187 15 0.931079 0.294263 0.610565 -1 0 0 +188 16 0.924807 0.297865 0.645776 -1 0 0 +189 16 0.950189 0.323416 0.601787 -1 0 0 +191 16 0.86437 0.170383 0.846218 -1 0 -1 +110 16 0.978648 0.145969 0.712006 -1 0 -1 +542 16 0.0815894 0.0632364 0.715536 0 1 -1 +354 16 0.173838 0.226522 0.867596 0 0 -1 +208 15 0.923794 0.645137 0.572418 -1 0 0 +209 16 0.942733 0.673659 0.583371 -1 0 0 +210 16 0.944247 0.629934 0.547067 -1 0 0 +211 15 0.927099 0.519165 0.870183 -1 0 0 +212 16 0.936139 0.502224 0.900571 -1 0 0 +213 16 0.957613 0.520583 0.851235 -1 0 0 +1675 15 0.910206 0.101971 0.994661 0 0 -1 +1308 16 0.53143 0.0976957 0.881339 0 0 -1 +1716 16 0.89828 0.0794406 0.70869 0 0 0 +1889 16 0.92382 0.902271 0.719241 0 0 0 +1622 16 0.87977 0.995168 0.946742 0 0 -1 +232 15 0.762615 0.638786 0.618411 -1 0 0 +233 16 0.730848 0.622396 0.614622 -1 0 0 +234 16 0.754465 0.673675 0.621315 -1 0 0 +235 15 0.195441 0.273498 0.911877 0 0 0 +236 16 0.167259 0.26861 0.933648 0 0 0 +567 16 0.0135731 0.896312 0.933908 0 0 0 +238 15 0.816122 0.587557 0.68702 -1 0 0 +239 16 0.805278 0.600262 0.655191 -1 0 0 +240 16 0.786397 0.573809 0.701837 -1 0 0 +1277 16 0.416471 0.0783962 0.803359 0 0 -1 +1073 16 0.373061 0.74392 0.500346 0 0 0 +871 15 0.313155 0.185865 0.510966 0 0 0 +1127 16 0.481739 0.930713 0.595261 0 -1 0 +259 15 0.892396 0.586622 0.760301 -1 0 0 +1467 16 0.0875876 0.27773 0.508814 1 0 0 +1655 16 0.0539263 0.687619 0.887979 1 -1 -1 +262 15 0.799099 0.91413 0.591836 -1 0 0 +263 16 0.819789 0.923969 0.564137 -1 0 0 +264 16 0.788226 0.945132 0.606423 -1 0 0 +29 7 0.532226 0.442389 0.523857 0 0 0 +230 16 0.80164 0.635804 0.55816 -1 0 0 +267 16 0.894814 0.774677 0.775302 -1 0 0 +268 15 0.865405 0.617556 0.874578 -1 0 0 +269 16 0.879285 0.584409 0.873756 -1 0 0 +270 16 0.866546 0.628654 0.840407 -1 0 0 +273 16 0.773792 0.874778 0.702 -1 0 -1 +1856 16 0.902184 0.98109 0.518495 0 0 0 +297 16 0.257065 0.654381 0.755555 0 0 0 +289 15 0.0515858 0.770407 0.546051 0 0 0 +290 16 0.0482651 0.798744 0.567917 0 0 0 +291 16 0.0586353 0.784672 0.513819 0 0 0 +292 15 0.960731 0.74507 0.658662 -1 0 0 +293 16 0.942491 0.768938 0.678404 -1 0 0 +294 16 0.955591 0.755663 0.624698 -1 0 0 +295 15 0.26279 0.689088 0.762954 0 0 0 +296 16 0.246624 0.694337 0.794628 0 0 0 +1378 15 0.712088 0.693849 0.890824 0 0 -1 +863 16 0.387589 0.372005 0.910581 0 0 -1 +313 15 0.213816 0.700265 0.66665 0 0 0 +314 16 0.212479 0.718982 0.697309 0 0 0 +315 16 0.248697 0.692847 0.662133 0 0 0 +1595 16 0.949002 0.605222 0.891106 0 0 -1 +1690 15 0.597861 0.970076 0.606539 0 -1 0 +1009 15 0.482019 0.299621 0.535826 0 0 0 +319 15 0.966221 0.930147 0.591699 -1 0 0 +320 16 0.951444 0.919627 0.560666 -1 0 0 +321 16 0.996651 0.911162 0.594084 -1 0 0 +322 15 0.104637 0.78668 0.727254 0 0 0 +323 16 0.0827482 0.805249 0.748892 0 0 0 +324 16 0.115447 0.810598 0.702693 0 0 0 +1888 15 0.903423 0.92085 0.742283 0 0 0 +543 16 0.085759 0.115483 0.73756 0 1 -1 +764 16 0.365351 0.677559 0.911241 0 0 -1 +474 16 0.973564 0.561831 0.526696 -1 0 0 +1141 15 0.424048 0.0820612 0.504273 0 0 0 +177 16 0.118815 0.342541 0.621541 0 0 0 +775 15 0.793861 0.058583 0.550707 -1 1 0 +346 15 0.118217 0.498437 0.734996 0 0 0 +347 16 0.135248 0.473738 0.715196 0 0 0 +348 16 0.122829 0.529189 0.716962 0 0 0 +349 15 0.923276 0.0580993 0.82623 -1 0 0 +350 16 0.925554 0.0571878 0.790367 -1 0 0 +351 16 0.887978 0.057853 0.833026 -1 0 0 +345 16 0.108076 0.0152422 0.632233 0 0 0 +1758 16 0.0777423 0.566679 0.947447 1 0 -1 +839 16 0.105344 0.979552 0.950164 0 -1 0 +1398 16 0.428785 0.869338 0.907046 0 0 -1 +1307 16 0.476879 0.0817207 0.880228 0 0 -1 +1863 16 0.959183 0.0640466 0.875373 0 1 0 +662 16 0.358286 0.365318 0.535727 0 0 0 +372 16 0.348455 0.362621 0.664437 0 0 0 +981 16 0.66879 0.0961321 0.554589 0 0 0 +374 16 0.180641 0.141337 0.893368 0 0 0 +484 15 0.0998673 0.834245 0.833241 0 0 0 +777 16 0.799715 0.0931904 0.54295 -1 1 0 +377 16 0.0679184 0.181744 0.946917 0 0 0 +1756 15 0.0665901 0.589005 0.921576 1 0 -1 +332 16 0.96759 0.796886 0.904999 -1 -1 -1 +612 16 0.133382 0.228411 0.755578 0 0 0 +1743 16 0.921791 0.280135 0.535898 0 0 0 +397 15 0.204737 0.856011 0.84306 0 -1 0 +398 16 0.171701 0.842444 0.847142 0 -1 0 +399 16 0.199447 0.888282 0.828135 0 -1 0 +400 15 0.299779 0.127912 0.758902 0 0 0 +401 16 0.264568 0.121605 0.762441 0 0 0 +402 16 0.308 0.115105 0.726336 0 0 0 +924 16 0.296483 0.597157 0.583561 0 0 0 +357 16 0.0692286 0.123758 0.827947 0 0 -1 +1250 16 0.495855 0.859563 0.95881 0 -1 -1 +421 15 0.149822 0.539751 0.568214 0 0 0 +1097 16 0.460303 0.683653 0.585616 0 0 0 +423 16 0.122839 0.516162 0.570967 0 0 0 +424 15 0.956138 0.479391 0.58611 -1 0 0 +1010 16 0.46765 0.274677 0.557353 0 0 0 +426 16 0.931598 0.489296 0.610436 -1 0 0 +427 15 0.046836 0.364282 0.951743 0 0 0 +428 16 0.0160957 0.352173 0.965906 0 0 0 +429 16 0.0716288 0.340523 0.962371 0 0 0 +1654 15 0.0600028 0.714716 0.910805 1 -1 -1 +815 16 0.523067 0.0185439 0.556183 0 0 0 +1084 15 0.194344 0.0394315 0.841169 0 1 -1 +611 16 0.0853189 0.199711 0.745659 0 0 0 +1887 16 0.900234 0.829922 0.82185 0 0 0 +1361 16 0.738167 0.553085 0.907136 0 0 -1 +109 15 0.952979 0.138757 0.736114 -1 0 -1 +646 15 0.545895 0.295109 0.882017 0 0 -1 +1646 16 0.837066 0.90909 0.749416 0 0 0 +990 16 0.416749 0.296484 0.627677 0 0 0 +1408 15 0.61905 0.75831 0.668808 0 0 0 +454 15 0.89035 0.536418 0.636244 -1 0 0 +455 16 0.868141 0.546243 0.662746 -1 0 0 +456 16 0.893172 0.565667 0.615541 -1 0 0 +457 15 0.0358225 0.435807 0.80819 0 0 0 +458 16 0.0393313 0.466386 0.789622 0 0 0 +459 16 0.0325508 0.446359 0.842396 0 0 0 +1552 15 0.686625 0.822698 0.807114 0 0 -1 +404 16 0.518882 0.391427 0.911919 0 0 0 +991 15 0.406341 0.384041 0.826812 0 0 -1 +379 15 0.338531 0.265027 0.863334 0 0 -1 +478 15 0.1942 0.574446 0.661743 0 0 0 +479 16 0.224271 0.561022 0.647332 0 0 0 +480 16 0.205007 0.589969 0.692311 0 0 0 +864 16 0.373235 0.342648 0.957103 0 0 -1 +942 16 0.14662 0.78415 0.935056 0 0 -1 +1278 16 0.41667 0.132578 0.820576 0 0 -1 +926 16 0.451824 0.896561 0.770344 0 0 0 +940 15 0.124763 0.812622 0.933121 0 0 -1 +1085 16 0.160786 0.0493303 0.832922 0 1 -1 +31 3 0.449323 0.411044 0.524995 0 0 0 +792 16 0.350411 0.915035 0.892836 0 -1 -1 +502 15 0.0796904 0.614291 0.739014 0 0 0 +503 16 0.0630775 0.640235 0.720493 0 0 0 +504 16 0.101093 0.631868 0.761929 0 0 0 +505 15 0.817052 0.521571 0.818713 -1 0 0 +506 16 0.821559 0.520485 0.854359 -1 0 0 +507 16 0.848841 0.532451 0.805937 -1 0 0 +1571 16 0.594289 0.270978 0.978449 0 0 0 +1149 16 0.485367 0.847978 0.641108 0 -1 0 +676 15 0.336888 0.65149 0.554325 0 0 0 +1629 16 0.934699 0.930703 0.956078 0 0 -1 +872 16 0.342034 0.206852 0.506755 0 0 0 +513 16 0.0236033 0.579515 0.595255 0 0 0 +1695 16 0.220181 0.440277 0.831476 1 0 0 +529 15 0.164658 0.516322 0.832541 0 0 0 +530 16 0.141913 0.506606 0.806456 0 0 0 +531 16 0.166052 0.487797 0.854369 0 0 0 +370 15 0.315073 0.375436 0.660756 0 0 0 +585 16 0.145922 0.842315 0.544904 0 -1 0 +1628 16 0.977218 0.949763 0.98865 0 0 -1 +535 15 0.390705 0.0402261 0.752232 0 1 0 +536 16 0.405616 0.00842891 0.744568 0 1 0 +537 16 0.355356 0.0337156 0.752736 0 1 0 +1775 16 0.962445 0.421595 0.937987 0 0 0 +539 16 0.0632417 0.706809 0.516827 0 0 0 +538 15 0.0826572 0.67659 0.518234 0 0 0 +597 16 0.236901 0.103239 0.978119 0 0 -1 +1721 16 0.91855 0.242305 0.723506 0 0 0 +375 16 0.21053 0.0947663 0.880329 0 0 0 +925 15 0.452941 0.864542 0.786644 0 0 0 +1067 16 0.477729 0.532567 0.652896 0 0 0 +559 15 0.225621 0.799695 0.752455 0 0 0 +560 16 0.244034 0.770056 0.761093 0 0 0 +561 16 0.220148 0.816366 0.783828 0 0 0 +562 15 0.222709 0.711988 0.538631 0 0 0 +563 16 0.23914 0.687039 0.558622 0 0 0 +564 16 0.201183 0.729255 0.561667 0 0 0 +1182 16 0.625771 0.184638 0.507935 0 0 0 +952 15 0.299988 0.844288 0.570921 0 0 0 +1390 15 0.761191 0.49403 0.553134 0 0 0 +1450 15 0.713478 0.947465 0.891859 0 -1 -1 +237 16 0.221496 0.285651 0.933453 0 0 0 +1704 16 0.167553 0.117277 0.733985 1 0 -1 +1276 15 0.427486 0.0996654 0.830162 0 0 -1 +1769 16 0.865306 0.668086 0.683098 0 0 0 +1218 16 0.758594 0.381994 0.678239 0 0 0 +395 16 0.0684333 0.190711 0.542851 0 0 0 +589 15 0.588016 0.0567841 0.828289 0 0 0 +590 16 0.611839 0.0567673 0.80137 0 0 0 +591 16 0.559212 0.0400018 0.814841 0 0 0 +592 15 0.014804 0.879798 0.710862 0 -1 0 +593 16 0.0170578 0.854427 0.736227 0 -1 0 +594 16 0.0416983 0.902442 0.71835 0 -1 0 +1004 16 0.307747 0.227219 0.809258 0 0 0 +610 15 0.109868 0.206106 0.771125 0 0 0 +425 16 0.955529 0.505593 0.561509 -1 0 0 +286 15 0.186566 0.609087 0.508778 0 0 0 +440 16 0.0494875 0.424584 0.927084 0 0 -1 +670 15 0.147824 0.655441 0.952183 0 0 -1 +1768 15 0.845994 0.698126 0.687196 0 0 0 +616 15 0.195131 0.923458 0.611211 0 -1 0 +1714 15 0.875798 0.0545133 0.721547 0 0 0 +1875 16 0.817563 0.777847 0.507639 0 0 0 +619 15 0.367817 0.290611 0.755037 0 0 0 +620 16 0.338757 0.291283 0.776185 0 0 0 +621 16 0.385166 0.260589 0.764513 0 0 0 +637 15 0.252879 0.00096217 0.765304 0 0 0 +638 16 0.228046 0.9751 0.762727 0 -1 0 +639 16 0.284043 0.984192 0.759005 0 -1 0 +640 15 0.303303 0.0180053 0.876803 0 0 0 +641 16 0.297488 0.0296879 0.84331 0 0 0 +642 16 0.272907 0.00108096 0.885849 0 0 0 +643 15 0.249699 0.320998 0.835047 0 0 0 +644 16 0.275453 0.295985 0.833266 0 0 0 +645 16 0.224549 0.306544 0.856276 0 0 0 +1886 16 0.939609 0.849846 0.857694 0 0 0 +257 16 0.946301 0.784489 0.53036 -1 0 0 +1410 16 0.616178 0.723035 0.662518 0 0 0 +1306 15 0.50762 0.0766658 0.898161 0 0 -1 +1489 15 0.175441 0.411122 0.547338 1 0 0 +1857 16 0.852585 0.00884772 0.519793 0 1 0 +1215 16 0.732593 0.264799 0.576763 0 0 0 +1885 15 0.918669 0.859639 0.830167 0 0 0 +1265 16 0.766925 0.18143 0.563211 0 0 0 +682 15 0.378689 0.491141 0.820874 0 0 0 +683 16 0.349353 0.503033 0.837907 0 0 0 +512 16 0.0452042 0.621176 0.563162 0 0 0 +485 16 0.0671699 0.822469 0.824058 0 0 0 +1231 15 0.517004 0.743278 0.557146 0 0 0 +1389 16 0.564091 0.874676 0.540008 0 0 0 +1233 16 0.522945 0.777533 0.548012 0 0 0 +1100 16 0.380198 0.448306 0.516137 0 0 0 +260 16 0.914205 0.60839 0.741789 -1 0 0 +1168 15 0.341351 0.115187 0.894395 0 0 -1 +825 16 0.270719 0.237052 0.968024 0 0 -1 +700 15 0.958887 0.355294 0.801375 -1 0 0 +701 16 0.927628 0.372494 0.796997 -1 0 0 +702 16 0.983904 0.380191 0.794562 -1 0 0 +703 15 0.262411 0.378939 0.923562 0 0 0 +704 16 0.284954 0.358123 0.904838 0 0 0 +705 16 0.240332 0.392834 0.898832 0 0 0 +614 16 0.120777 0.135493 0.593133 0 0 0 +1142 16 0.458415 0.0882351 0.51281 0 0 0 +708 16 0.114454 0.70687 0.80088 0 0 0 +709 15 0.0475986 0.704832 0.68972 0 0 0 +710 16 0.0724994 0.729864 0.69646 0 0 0 +711 16 0.0180609 0.723527 0.681346 0 0 0 +1109 16 0.634918 0.823982 0.927789 0 -1 -1 +381 16 0.346381 0.286912 0.89075 0 0 -1 +939 16 0.343407 0.81517 0.741361 0 0 -1 +1011 16 0.453746 0.315583 0.5204 0 0 0 +727 15 0.0456852 0.539739 0.816623 0 0 0 +728 16 0.0456495 0.560014 0.846305 0 0 0 +729 16 0.0709887 0.554403 0.795722 0 0 0 +730 15 0.00679952 0.433923 0.681405 0 0 0 +731 16 0.0138693 0.459234 0.705931 0 0 0 +732 16 0.978006 0.446254 0.663771 -1 0 0 +733 15 0.21859 0.72083 0.845212 0 0 0 +734 16 0.249007 0.709892 0.860937 0 0 0 +287 16 0.168999 0.589891 0.533579 0 0 0 +992 16 0.435717 0.366385 0.83765 0 0 -1 +751 15 0.0805982 0.485649 0.603507 0 0 0 +1284 16 0.534872 0.975321 0.995706 0 -1 -1 +753 16 0.0818484 0.453649 0.619833 0 0 0 +754 15 0.211789 0.981269 0.915436 0 0 0 +755 16 0.185856 0.974581 0.939412 0 0 0 +756 16 0.200595 0.0106496 0.898013 0 1 0 +757 15 0.157714 0.855017 0.676763 0 0 0 +758 16 0.182511 0.874992 0.660083 0 0 0 +759 16 0.176659 0.832697 0.69762 0 0 0 +618 16 0.228683 0.930397 0.622084 0 -1 0 +271 15 0.757323 0.849014 0.683102 -1 0 -1 +1589 16 0.661051 0.601246 0.567268 0 0 0 +266 16 0.87817 0.757518 0.826883 -1 0 0 +432 16 0.983309 0.212438 0.971563 -1 0 0 +778 15 0.309874 0.671087 0.671991 0 0 0 +779 16 0.313043 0.68576 0.704653 0 0 0 +780 16 0.324927 0.638602 0.675206 0 0 0 +781 15 0.360715 0.781958 0.870302 0 0 0 +782 16 0.387291 0.76656 0.888976 0 0 0 +783 16 0.331098 0.764397 0.880623 0 0 0 +784 15 0.263172 0.0724609 0.667602 0 1 0 +785 16 0.273223 0.0448621 0.646879 0 1 0 +786 16 0.23935 0.058323 0.690509 0 1 0 +787 15 0.328849 0.756586 0.61483 0 0 0 +788 16 0.326146 0.726274 0.633961 0 0 0 +789 16 0.35207 0.74863 0.58857 0 0 0 +1135 15 0.64225 0.333182 0.923952 0 0 -1 +496 15 0.632913 0.592506 0.506766 -1 0 0 +818 16 0.247851 0.168632 0.910832 0 0 -1 +808 15 0.431591 0.940969 0.694629 0 -1 0 +809 16 0.433834 0.919866 0.665616 0 -1 0 +810 16 0.465567 0.950484 0.7015 0 -1 0 +1530 16 0.868673 0.442042 0.926415 0 0 0 +1178 16 0.727693 0.153656 0.693929 0 0 0 +1249 15 0.524431 0.862646 0.980397 0 -1 -1 +1158 16 0.56922 0.0906998 0.519426 0 0 0 +533 16 0.194044 0.566996 0.857756 0 0 0 +1122 16 0.472137 0.839122 0.504881 0 -1 0 +1451 16 0.716817 0.946372 0.927633 0 -1 -1 +1056 16 0.0551532 0.942983 0.796426 0 0 -1 +1147 15 0.451503 0.857805 0.634127 0 -1 0 +1607 16 0.875152 0.846394 0.58437 0 0 0 +835 15 0.392264 0.488863 0.722736 0 0 0 +836 16 0.387446 0.492577 0.758164 0 0 0 +837 16 0.423062 0.470577 0.719699 0 0 0 +1280 16 0.454323 0.0717642 0.990961 0 0 -1 +1156 15 0.595804 0.111964 0.507883 0 0 0 +974 16 0.377336 0.977314 0.56198 0 -1 0 +841 15 0.275742 0.904257 0.89817 0 -1 0 +842 16 0.258684 0.878357 0.879995 0 -1 0 +843 16 0.252191 0.931384 0.899441 0 -1 0 +1217 16 0.771934 0.420061 0.718302 0 0 0 +859 15 0.73475 0.0966906 0.928754 0 0 0 +860 16 0.716678 0.0766763 0.952523 0 0 0 +861 16 0.711492 0.101927 0.901851 0 0 0 +1770 16 0.814928 0.691218 0.670483 0 0 0 +1866 16 0.0349492 0.870193 0.648436 1 0 -1 +1529 16 0.83749 0.400453 0.949438 0 0 0 +1884 16 0.0273522 0.998112 0.605207 1 0 0 +890 16 0.594382 0.680585 0.946883 0 0 -1 +288 16 0.189287 0.641952 0.523081 0 0 0 +1501 15 0.640277 0.164005 0.948423 0 0 0 +901 15 0.371806 0.473154 0.617191 0 0 0 +902 16 0.365581 0.473935 0.652586 0 0 0 +903 16 0.402036 0.492134 0.612937 0 0 0 +1063 15 0.367427 0.908727 0.589589 0 0 0 +907 15 0.622494 0.620747 0.934748 0 0 0 +495 16 0.0708397 0.895304 0.512728 0 0 0 +1692 16 0.629083 0.987355 0.602212 0 -1 0 +894 16 0.531471 0.604481 0.978174 0 0 0 +30 1 0.486226 0.419994 0.549727 0 0 0 +376 15 0.0641754 0.180742 0.911181 0 0 0 +1855 15 0.871058 0.982858 0.536389 0 0 0 +1213 15 0.726212 0.230059 0.583438 0 0 0 +344 16 0.150102 0.0530798 0.626376 0 0 0 +373 15 0.195295 0.111947 0.907986 0 0 0 +829 15 0.341786 0.202912 0.621455 0 0 0 +1528 15 0.838451 0.423184 0.921609 0 0 0 +928 15 0.428851 0.583212 0.804898 0 0 0 +929 16 0.408158 0.553929 0.802362 0 0 0 +930 16 0.447351 0.58387 0.774085 0 0 0 +112 15 0.190187 0.932167 0.76307 0 -1 -1 +431 16 0.974367 0.249595 0.929473 -1 0 0 +1868 16 0.769223 0.797365 0.94919 0 0 -1 +1086 16 0.207582 0.0260633 0.810539 0 1 -1 +214 15 0.951989 0.340044 0.992444 -1 0 0 +1368 16 0.744516 0.631391 0.85925 0 0 -1 +1881 16 0.779893 0.0634026 0.68379 0 1 0 +283 15 0.985227 0.112224 0.626556 -1 1 0 +953 16 0.312261 0.821426 0.595797 0 0 0 +1102 15 0.602949 0.677506 0.591934 0 0 0 +927 16 0.444461 0.840994 0.760843 0 0 0 +1502 16 0.643496 0.133026 0.966369 0 0 0 +714 16 0.213814 0.497575 0.999064 0 0 -1 +958 15 0.239219 0.583723 0.762345 0 0 0 +959 16 0.267325 0.588292 0.784284 0 0 0 +960 16 0.211378 0.578189 0.784399 0 0 0 +961 15 0.380649 0.19734 0.962199 0 1 0 +962 16 0.414205 0.200947 0.949821 0 1 0 +963 16 0.366048 0.229953 0.958291 0 1 0 +1656 16 0.044149 0.743117 0.895501 1 -1 -1 +500 16 0.843589 0.569735 0.5079 -1 0 0 +1169 16 0.360132 0.0895808 0.87755 0 0 -1 +1266 16 0.819265 0.165407 0.547851 0 0 0 +486 16 0.100856 0.831098 0.869036 0 0 0 +1065 16 0.396555 0.893351 0.603985 0 0 0 +1725 16 0.82617 0.156096 0.969918 0 0 0 +343 15 0.143786 0.0186476 0.63454 0 0 0 +388 15 0.183619 0.430171 0.682223 0 0 0 +1819 15 0.724401 0.835008 0.555718 0 0 0 +1068 16 0.486537 0.559913 0.603838 0 0 0 +1509 16 0.557155 0.171846 0.545366 0 0 0 +938 16 0.36665 0.831768 0.790518 0 0 -1 +1880 16 0.827888 0.0892265 0.667612 0 1 0 +1110 16 0.678995 0.789419 0.918056 0 -1 -1 +534 16 0.195136 0.615172 0.887923 0 0 0 +441 16 0.0555323 0.480451 0.935715 0 0 -1 +648 16 0.51892 0.318424 0.886591 0 0 -1 +602 16 0.266918 0.821853 0.918 0 -1 -1 +889 15 0.585163 0.711733 0.962274 0 0 -1 +1012 15 0.390444 0.118756 0.688476 0 0 0 +1013 16 0.396183 0.0883813 0.706822 0 0 0 +1014 16 0.407106 0.113587 0.657047 0 0 0 +1015 15 0.388657 0.188071 0.768889 0 0 0 +1016 16 0.397004 0.171918 0.73788 0 0 0 +1017 16 0.355725 0.176 0.776759 0 0 0 +1879 15 0.793942 0.0833202 0.65737 0 1 0 +1033 15 0.573903 0.170575 0.857679 0 0 0 +1034 16 0.552432 0.18285 0.831593 0 0 0 +1035 16 0.59573 0.147272 0.841166 0 0 0 +556 15 0.265043 0.94633 0.524304 0 0 0 +1610 16 0.474137 0.776732 0.706321 0 0 0 +310 15 0.908363 0.859983 0.523892 -1 0 0 +261 16 0.860067 0.591399 0.74533 -1 0 0 +325 15 0.370786 0.57298 0.666545 0 0 -1 +1748 16 0.929263 0.444221 0.500975 0 0 0 +1072 15 0.391132 0.734616 0.529994 0 0 0 +1180 15 0.62488 0.21931 0.517377 0 0 0 +1391 16 0.783702 0.505176 0.527421 0 0 0 +1075 15 0.334155 0.614182 0.815844 0 0 0 +1076 16 0.369025 0.609007 0.80881 0 0 0 +1077 16 0.333181 0.622791 0.850731 0 0 0 +1078 15 0.388013 0.544843 0.95061 0 0 0 +978 16 0.339415 0.921825 0.504603 0 -1 0 +1080 16 0.352742 0.545286 0.943692 0 0 0 +1096 15 0.444325 0.652965 0.595367 0 0 0 +511 15 0.0203644 0.595193 0.563071 0 0 0 +1098 16 0.470916 0.628787 0.596068 0 0 0 +1360 15 0.726492 0.532631 0.934292 0 0 -1 +845 16 0.642967 0.0288138 0.960064 0 0 -1 +1104 16 0.572313 0.696205 0.593902 0 0 0 +1596 16 0.00347648 0.606477 0.907328 1 0 -1 +1103 16 0.620253 0.691503 0.563707 0 0 0 +663 16 0.306431 0.348789 0.519297 0 0 0 +1105 15 0.373481 0.713764 0.770019 0 0 0 +1106 16 0.341544 0.697532 0.772974 0 0 0 +1107 16 0.385416 0.71639 0.803825 0 0 0 +1177 15 0.700227 0.138597 0.676293 0 0 0 +1123 15 0.534894 0.124915 0.730392 0 0 0 +1124 16 0.525899 0.0974279 0.709046 0 0 0 +1125 16 0.567402 0.116237 0.743043 0 0 0 +34 4 0.541274 0.477837 0.541362 0 0 0 +1668 16 0.978066 0.151321 0.548501 0 0 0 +1388 16 0.615078 0.850439 0.533296 0 0 0 +1129 15 0.3296 0.9352 0.721758 0 -1 0 +1130 16 0.32912 0.905259 0.741644 0 -1 0 +1131 16 0.362038 0.935212 0.706269 0 -1 0 +1132 15 0.449287 0.124837 0.60298 0 0 0 +1133 16 0.422888 0.124744 0.578583 0 0 0 +1134 16 0.476214 0.142541 0.587054 0 0 0 +1741 15 0.890578 0.281463 0.518119 0 0 0 +1715 16 0.887028 0.0237478 0.706732 0 0 0 +891 16 0.60312 0.736666 0.94362 0 0 -1 +615 16 0.131751 0.131824 0.648794 0 0 0 +1153 15 0.623504 0.200853 0.613486 0 0 0 +1154 16 0.638478 0.176718 0.635517 0 0 0 +1155 16 0.600149 0.218685 0.634191 0 0 0 +776 16 0.795508 0.0569843 0.586579 -1 1 0 +1546 15 0.848401 0.74421 0.559369 0 0 0 +671 16 0.136793 0.642895 0.984011 0 0 -1 +1159 15 0.765043 0.175704 0.753176 0 0 0 +1160 16 0.747057 0.204363 0.74104 0 0 0 +1161 16 0.791233 0.189479 0.773584 0 0 0 +680 16 0.278232 0.522879 0.920185 0 0 0 +541 15 0.102601 0.0924015 0.715749 0 1 -1 +752 16 0.0475079 0.497941 0.610294 0 0 0 +113 16 0.154975 0.937993 0.767352 0 -1 -1 +326 16 0.395782 0.570381 0.640844 0 0 -1 +834 16 0.408114 0.322023 0.698451 0 0 0 +1693 15 0.24887 0.421382 0.820892 1 0 0 +465 16 0.982954 0.674081 0.830833 -1 0 -1 +1183 15 0.528249 0.25707 0.631439 0 0 0 +1184 16 0.495861 0.27264 0.632284 0 0 0 +1185 16 0.524183 0.229003 0.609352 0 0 0 +922 15 0.281871 0.571953 0.604616 0 0 0 +1066 15 0.46193 0.540693 0.621648 0 0 0 +1167 16 0.491242 0.180391 0.904283 0 0 -1 +1387 15 0.596339 0.871526 0.555574 0 0 0 +1620 16 0.861017 0.861834 0.894877 0 0 0 +1005 16 0.278295 0.193856 0.773879 0 0 0 +1667 16 0.938787 0.189168 0.564528 0 0 0 +371 16 0.313445 0.403063 0.683697 0 0 0 +284 16 0.950984 0.102602 0.621365 -1 1 0 +679 15 0.294819 0.542487 0.895036 0 0 0 +706 15 0.125025 0.674066 0.81109 0 0 0 +1219 15 0.426977 0.719023 0.910851 0 0 0 +1220 16 0.442915 0.734464 0.93913 0 0 0 +1221 16 0.441052 0.685975 0.909507 0 0 0 +966 16 0.487989 0.0227646 0.78841 0 0 -1 +1871 16 0.72484 0.718174 0.834972 0 0 -1 +1838 16 0.803415 0.62957 0.972887 0 0 -1 +814 15 0.523671 0.0435202 0.530339 0 0 0 +1264 15 0.78451 0.158287 0.542061 0 0 0 +1240 15 0.503944 0.0424418 0.674325 0 1 0 +1241 16 0.511295 0.0113675 0.657817 0 1 0 +1242 16 0.491338 0.0637351 0.648251 0 1 0 +565 15 0.0415601 0.895406 0.911368 0 0 0 +464 16 0.963336 0.726491 0.82081 -1 0 -1 +390 16 0.217545 0.426755 0.693602 0 0 0 +1246 15 0.497512 0.756757 0.983765 0 0 0 +1507 15 0.52382 0.181364 0.554868 0 0 0 +1248 16 0.525309 0.735414 0.97577 0 0 0 +1101 16 0.345877 0.459019 0.560177 0 0 0 +1864 15 0.0370556 0.864311 0.613036 1 0 -1 +1362 16 0.739003 0.54886 0.963825 0 0 -1 +1267 15 0.703421 0.944301 0.545648 0 -1 0 +1268 16 0.711383 0.966008 0.573172 0 -1 0 +1269 16 0.706761 0.911125 0.559076 0 -1 0 +1270 15 0.442945 0.615745 0.898872 0 -1 0 +1271 16 0.4402 0.600329 0.866515 0 -1 0 +1272 16 0.427864 0.592146 0.921406 0 -1 0 +1839 16 0.822205 0.636765 0.919713 0 0 -1 +668 16 0.244707 0.580054 0.979721 0 0 -1 +583 15 0.125182 0.869324 0.556415 0 -1 0 +647 16 0.543239 0.272659 0.909965 0 0 -1 +1291 15 0.893702 0.194379 0.607845 0 0 0 +1292 16 0.875836 0.179133 0.635058 0 0 0 +1594 15 0.977613 0.626902 0.892972 0 0 -1 +1137 16 0.671619 0.337208 0.90362 0 0 -1 +655 15 0.241617 0.157921 0.61588 0 0 0 +265 15 0.90645 0.757567 0.804695 -1 0 0 +1297 15 0.63075 0.982826 0.733246 0 -1 0 +1298 16 0.63656 0.0180167 0.728773 0 0 0 +1299 16 0.655633 0.966909 0.712761 0 -1 0 +1300 15 0.50019 0.202229 0.78784 0 0 0 +1301 16 0.507548 0.174922 0.765653 0 0 0 +1861 15 0.976142 0.0603834 0.906854 0 1 0 +1318 15 0.83867 0.431525 0.580083 0 0 0 +1319 16 0.806374 0.445516 0.572779 0 0 0 +1320 16 0.849516 0.448844 0.609655 0 0 0 +1321 15 0.580082 0.319485 0.566431 0 0 0 +1322 16 0.585182 0.283921 0.567579 0 0 0 +463 15 0.991052 0.704694 0.813822 -1 0 -1 +1324 15 0.544595 0.303579 0.771658 0 0 0 +1325 16 0.552977 0.307477 0.806395 0 0 0 +1326 16 0.524106 0.274063 0.770588 0 0 0 +908 16 0.62936 0.60885 0.967966 0 0 0 +1609 15 0.43976 0.787093 0.70805 0 0 0 +1232 16 0.526192 0.72444 0.527943 0 0 0 +980 16 0.725152 0.10253 0.558401 0 0 0 +688 15 0.316722 0.417742 0.999153 0 0 0 +1842 16 0.882564 0.652722 0.963562 0 0 -1 +1239 16 0.551148 0.600949 0.548085 0 0 0 +1348 15 0.691785 0.345045 0.635271 0 0 0 +1349 16 0.66176 0.326184 0.641174 0 0 0 +1350 16 0.681717 0.371206 0.612768 0 0 0 +1351 15 0.648477 0.436997 0.680201 0 0 0 +1352 16 0.665228 0.405247 0.68206 0 0 0 +1353 16 0.675042 0.461053 0.677417 0 0 0 +1354 15 0.820697 0.307964 0.663758 0 0 0 +1355 16 0.842928 0.302661 0.691503 0 0 0 +1356 16 0.827815 0.280892 0.641206 0 0 0 +965 16 0.516622 0.00625995 0.742151 0 0 -1 +975 16 0.424822 -0.000886276 0.584386 0 0 0 +1081 15 0.818044 0.955487 0.851483 0 0 -1 +1703 16 0.177653 0.168788 0.755818 1 0 -1 +1323 16 0.544367 0.323495 0.567115 0 0 0 +1375 15 0.613321 0.521948 0.604222 0 0 0 +1376 16 0.634091 0.493625 0.611873 0 0 0 +1377 16 0.636126 0.546699 0.591596 0 0 0 +1214 16 0.694609 0.22983 0.600564 0 0 0 +833 16 0.433159 0.372229 0.68927 0 0 0 +1393 15 0.669257 0.713758 0.523612 0 0 0 +1572 16 0.598644 0.217312 0.960198 0 0 0 +1074 16 0.421928 0.720674 0.517774 0 0 0 +527 16 0.0963161 0.659375 0.642514 0 0 0 +1411 15 0.550735 0.836757 0.641476 0 0 0 +367 15 0.275835 0.292745 0.611605 0 0 0 +1379 16 0.68389 0.685548 0.911514 0 0 -1 +1414 15 0.627495 0.91147 0.828039 0 0 0 +1415 16 0.595334 0.916034 0.843433 0 0 0 +1416 16 0.62767 0.934583 0.800509 0 0 0 +1166 16 0.508888 0.207228 0.951193 0 0 -1 +1136 16 0.615842 0.326668 0.900449 0 0 -1 +1179 16 0.715568 0.121446 0.648678 0 0 0 +1420 15 0.527433 0.922238 0.851498 0 0 0 +1421 16 0.507331 0.895901 0.86544 0 0 0 +1422 16 0.513415 0.927981 0.8189 0 0 0 +791 16 0.395456 0.947241 0.879953 0 -1 -1 +1238 16 0.555964 0.563314 0.590424 0 0 0 +1247 16 0.509309 0.789961 0.97666 0 0 0 +389 16 0.185667 0.45294 0.654483 0 0 0 +275 16 0.0204938 0.769863 0.799307 0 0 -1 +1099 15 0.34551 0.451341 0.525062 0 0 0 +1216 15 0.769739 0.41588 0.682667 0 0 0 +1666 15 0.963892 0.183111 0.539525 0 0 0 +1444 15 0.650682 0.0780918 0.748575 0 0 0 +1445 16 0.674326 0.0706471 0.774608 0 0 0 +1446 16 0.668316 0.100274 0.726459 0 0 0 +613 15 0.144686 0.122451 0.616593 0 0 0 +678 16 0.366388 0.640996 0.571982 0 0 0 +308 16 0.0888885 0.064341 0.896052 0 1 -1 +1082 16 0.844062 0.969578 0.871894 0 0 -1 +1465 15 0.112667 0.270308 0.533473 1 0 0 +1466 16 0.107379 0.29471 0.559333 1 0 0 +1883 16 0.0565765 0.0316121 0.569769 1 1 0 +1468 15 0.821359 0.0708845 0.864444 0 0 0 +1469 16 0.794727 0.0776472 0.887621 0 0 0 +1470 16 0.830057 0.103094 0.851065 0 0 0 +1471 15 0.855148 0.15914 0.694233 0 0 0 +1472 16 0.826015 0.162362 0.715043 0 0 0 +1473 16 0.880508 0.146195 0.716174 0 0 0 +1474 15 0.571519 0.00530372 0.950702 0 0 0 +1475 16 0.570701 0.975331 0.930875 0 -1 0 +1476 16 0.546833 0.026704 0.935709 0 0 0 +657 16 0.207169 0.162689 0.624974 0 0 0 +356 16 0.125848 0.128886 0.827606 0 0 -1 +1409 16 0.646961 0.761215 0.691272 0 0 0 +1495 15 0.610692 0.29171 0.698861 0 0 0 +1496 16 0.589757 0.288895 0.669777 0 0 0 +1497 16 0.587667 0.295437 0.726213 0 0 0 +1498 15 0.353976 0.996323 0.971148 0 -1 0 +1499 16 0.370295 0.967498 0.957186 0 -1 0 +1500 16 0.332797 0.00837252 0.944721 0 0 0 +1369 15 0.831765 0.748661 0.983041 0 0 -1 +33 4 0.56137 0.41425 0.525792 0 0 0 +1503 16 0.627085 0.154517 0.91636 0 0 0 +229 15 0.827928 0.631415 0.534039 -1 0 0 +1519 15 0.183741 0.325408 0.660718 1 0 0 +1520 16 0.214882 0.320583 0.643423 1 0 0 +1521 16 0.18158 0.36095 0.665643 1 0 0 +1522 15 0.728504 0.500773 0.645116 0 0 0 +1523 16 0.735072 0.499612 0.609794 0 0 0 +1524 16 0.749575 0.475198 0.659046 0 0 0 +1525 15 0.754441 0.44266 0.985123 0 0 0 +1526 16 0.733761 0.469158 0.972381 0 0 0 +1527 16 0.777129 0.435222 0.958252 0 0 0 +823 15 0.261141 0.261605 0.992469 0 0 -1 +848 16 0.332777 0.137594 0.990354 0 0 -1 +1199 16 0.407293 0.468509 0.960305 0 0 0 +1547 16 0.833933 0.765841 0.584167 0 0 0 +790 15 0.384803 0.920647 0.901664 0 -1 -1 +329 16 0.90267 0.832901 0.963971 -1 -1 -1 +1549 15 0.686326 0.339541 0.824291 0 0 0 +1550 16 0.710521 0.314151 0.832175 0 0 0 +1551 16 0.682886 0.337922 0.788547 0 0 0 +333 16 0.0121887 0.831973 0.90847 0 -1 -1 +1567 15 0.785679 0.336067 0.559123 0 0 0 +1568 16 0.807646 0.364487 0.557754 0 0 0 +1569 16 0.776677 0.333298 0.593813 0 0 0 +1570 15 0.574651 0.243303 0.966594 0 0 0 +355 15 0.099527 0.104471 0.829417 0 0 -1 +1143 16 0.414997 0.0531715 0.523654 0 0 0 +1860 16 0.985352 0.644949 0.68392 0 0 0 +954 16 0.270708 0.828246 0.557601 0 0 0 +1588 15 0.674856 0.59897 0.600379 0 0 0 +1882 15 0.0457983 0.0289392 0.603957 1 1 0 +1590 16 0.656925 0.623692 0.619338 0 0 0 +1591 15 0.446827 0.678874 0.707811 0 0 0 +1592 16 0.42574 0.690513 0.734494 0 0 0 +1593 16 0.430909 0.648805 0.696208 0 0 0 +819 16 0.304406 0.169505 0.905097 0 0 -1 +461 16 0.141783 0.410894 0.881719 0 0 -1 +765 16 0.32139 0.684485 0.946618 0 0 -1 +1612 15 0.72309 0.000974263 0.632703 0 1 0 +1613 16 0.741137 0.0144573 0.660714 0 1 0 +1614 16 0.709788 0.0297952 0.615835 0 1 0 +1615 15 0.746232 0.734791 0.595016 0 0 0 +1616 16 0.749966 0.764674 0.57539 0 0 0 +1617 16 0.725761 0.744773 0.622826 0 0 0 +735 16 0.207752 0.748795 0.865026 0 0 0 +439 15 0.040624 0.456593 0.913339 0 0 -1 +285 16 0.00431759 0.083673 0.615947 0 1 0 +1859 16 0.946746 0.686535 0.687423 0 0 0 +84 16 0.011971 0.995077 0.85558 0 -1 -1 +681 16 0.272258 0.569695 0.888488 0 0 0 +124 15 0.223225 0.123737 0.51002 0 0 0 +1639 15 0.712536 0.0273172 0.820278 0 1 0 +1640 16 0.703281 0.00728073 0.848651 0 1 0 +1641 16 0.73604 0.0511586 0.833364 0 1 0 +1642 15 0.71946 0.756969 0.694774 0 0 0 +1643 16 0.739576 0.738979 0.718519 0 0 0 +1644 16 0.72975 0.791223 0.698366 0 0 0 +1645 15 0.803786 0.904616 0.762243 0 0 0 +1862 16 0.963005 0.086867 0.927303 0 1 0 +690 16 0.295146 0.403185 0.97436 0 0 0 +862 15 0.368575 0.34351 0.921471 0 0 -1 +1870 15 0.731518 0.728514 0.801199 0 0 -1 +353 16 0.138185 0.204928 0.828934 0 0 -1 +1548 16 0.883405 0.752382 0.559599 0 0 0 +844 15 0.663257 0.0490902 0.981728 0 0 -1 +83 16 0.968226 0.960734 0.843789 -1 -1 -1 +1302 16 0.465634 0.197651 0.796616 0 0 0 +1669 15 0.909513 0.00994493 0.621485 0 0 0 +1670 16 0.932093 0.981985 0.622185 0 -1 0 +1671 16 0.88885 0.0041219 0.592653 0 0 0 +1672 15 0.902628 0.169487 0.908235 0 0 0 +1673 16 0.909038 0.200563 0.925127 0 0 0 +1674 16 0.897678 0.145689 0.934718 0 0 0 +532 15 0.2122 0.597795 0.861485 0 0 0 +1047 16 0.645602 0.400811 0.530239 0 0 0 +1452 16 0.691211 0.920347 0.884053 0 -1 -1 +816 16 0.50505 0.0289331 0.503272 0 0 0 +394 15 0.0678069 0.157888 0.557493 0 0 0 +909 16 0.61801 0.590895 0.915231 0 0 0 +840 16 0.103863 0.923352 0.958615 0 -1 0 +1696 15 0.769018 0.0127281 0.730696 0 0 0 +1697 16 0.796539 0.990057 0.735254 0 -1 0 +1698 16 0.744661 0.00233541 0.755004 0 0 0 +1699 15 0.714127 0.140484 0.840884 0 0 0 +1700 16 0.710986 0.174974 0.850511 0 0 0 +1701 16 0.733773 0.14128 0.810792 0 0 0 +1611 16 0.421132 0.756369 0.709129 0 0 0 +1867 15 0.737883 0.813252 0.956773 0 0 -1 +378 16 0.0974401 0.1857 0.898492 0 0 0 +328 15 0.911297 0.803917 0.944539 -1 -1 -1 +1720 15 0.910918 0.275997 0.713567 0 0 0 +1046 16 0.626563 0.366773 0.571605 0 0 0 +1722 16 0.921048 0.29616 0.741548 0 0 0 +1723 15 0.796705 0.174863 0.96145 0 0 0 +1724 16 0.777856 0.152907 0.940124 0 0 0 +396 16 0.0449197 0.139288 0.536943 0 0 0 +1726 15 0.993477 0.179305 0.827841 0 0 0 +1727 16 0.0144066 0.20548 0.840842 1 0 0 +1728 16 0.97151 0.170982 0.85505 0 0 0 +1744 15 0.0220255 0.572798 0.658375 1 0 0 +1745 16 0.046631 0.569827 0.684411 1 0 0 +1746 16 0.991348 0.562011 0.673694 0 0 0 +1181 16 0.626442 0.218914 0.553287 0 0 0 +1251 16 0.523273 0.896619 0.992085 0 -1 -1 +1749 16 0.882552 0.424254 0.526499 0 0 0 +1045 15 0.645724 0.396656 0.565944 0 0 0 +584 16 0.148276 0.893187 0.570174 0 -1 0 +256 15 0.956099 0.750011 0.533075 -1 0 0 +941 16 0.12724 0.8281 0.96547 0 0 -1 +472 15 0.952448 0.540456 0.506964 -1 0 0 +1396 15 0.457715 0.849024 0.913568 0 0 -1 +993 16 0.385153 0.358574 0.812862 0 0 -1 +1623 16 0.925198 0.014082 0.91827 0 1 -1 +1054 15 0.0807606 0.925232 0.778502 0 0 -1 +1237 15 0.532491 0.585496 0.574641 0 0 0 +1774 15 0.936896 0.445938 0.944825 0 0 0 +1618 15 0.846253 0.879435 0.922524 0 0 0 +1163 16 0.688475 0.209075 0.991003 0 0 -1 +1777 15 0.707003 0.255813 0.712122 0 0 0 +1778 16 0.671915 0.261853 0.707172 0 0 0 +1779 16 0.723168 0.284837 0.698395 0 0 0 +1780 15 0.817724 0.275509 0.908628 0 0 0 +1781 16 0.828617 0.307246 0.921521 0 0 0 +1782 16 0.79404 0.263574 0.932892 0 0 0 +1798 15 0.849446 0.387206 0.815526 0 0 0 +1799 16 0.819423 0.406745 0.812523 0 0 0 +1800 16 0.859047 0.39068 0.849992 0 0 0 +1801 15 0.766979 0.279332 0.81898 0 0 0 +1802 16 0.787603 0.280384 0.848402 0 0 0 +1803 16 0.775661 0.309113 0.800819 0 0 0 +1804 15 0.769338 0.443013 0.787321 0 0 0 +1805 16 0.788909 0.47296 0.790824 0 0 0 +1806 16 0.740599 0.448535 0.808195 0 0 0 +243 16 0.912498 0.570228 0.992074 -1 0 0 +617 16 0.176688 0.953225 0.61933 0 -1 0 +601 15 0.259321 0.78741 0.924937 0 -1 -1 +1825 15 0.857587 0.794223 0.724287 0 0 0 +1826 16 0.832856 0.812842 0.706016 0 0 0 +1827 16 0.853438 0.76032 0.713086 0 0 0 +1828 15 0.799584 0.664734 0.777963 0 0 0 +1829 16 0.813045 0.679944 0.748305 0 0 0 +1830 16 0.768653 0.682108 0.783756 0 0 0 +1831 15 0.712201 0.569089 0.712726 0 0 0 +1832 16 0.684157 0.590764 0.706742 0 0 0 +1833 16 0.714961 0.549438 0.682754 0 0 0 +1834 15 0.686968 0.536143 0.806107 0 0 0 +1835 16 0.708337 0.55293 0.829638 0 0 0 +1836 16 0.696774 0.549231 0.774097 0 0 0 +570 16 0.276032 0.923256 0.968849 0 -1 -1 +1852 15 0.538263 0.932134 0.69637 0 0 0 +1853 16 0.570945 0.94661 0.700179 0 0 0 +1854 16 0.54456 0.898001 0.687021 0 0 0 +1128 16 0.526552 0.965695 0.594707 0 -1 0 +540 16 0.102473 0.679988 0.548032 0 0 0 +817 15 0.276512 0.189936 0.914927 0 0 -1 +1858 15 0.951799 0.651737 0.694884 0 0 0 +1683 16 0.794677 0.839353 0.807905 0 -1 -1 +175 15 0.0961282 0.356396 0.597344 0 0 0 +1681 15 0.806557 0.808595 0.822222 0 -1 -1 +684 16 0.379365 0.455848 0.82766 0 0 0 +763 15 0.330558 0.669476 0.915269 0 0 -1 +923 16 0.307854 0.563568 0.627997 0 0 0 +1003 15 0.278217 0.226572 0.788773 0 0 0 +1397 16 0.455923 0.822691 0.889166 0 0 -1 +603 16 0.2675 0.783201 0.959687 0 -1 -1 +1412 16 0.570065 0.844215 0.612102 0 0 0 +82 15 0.00414873 0.961755 0.844599 0 -1 -1 +1742 16 0.866437 0.290988 0.542991 0 0 0 +192 16 0.82289 0.209154 0.84332 -1 0 -1 +973 15 0.392838 0.00848941 0.570921 0 0 0 +1083 16 0.789249 0.975926 0.858205 0 0 -1 +125 16 0.255264 0.137945 0.518005 0 0 0 +1865 16 0.0675163 0.880545 0.603 1 0 -1 +526 15 0.119198 0.670495 0.617119 0 0 0 +1872 16 0.709799 0.756668 0.795933 0 0 -1 +405 16 0.470033 0.389422 0.940935 0 0 0 +964 15 0.513778 1.00024 0.777475 0 -1 -1 +190 15 0.832019 0.176373 0.831738 -1 0 -1 +1619 16 0.818994 0.897811 0.907984 0 0 0 +369 16 0.299084 0.26541 0.613708 0 0 0 +1064 16 0.344041 0.881727 0.585568 0 0 0 +1553 16 0.6638 0.829677 0.833993 0 0 -1 +327 16 0.374632 0.542952 0.685927 0 0 -1 +111 16 0.968187 0.145922 0.767887 -1 0 -1 +1413 16 0.570054 0.81197 0.658925 0 0 0 +1608 16 0.831405 0.859635 0.618178 0 0 0 +989 16 0.400071 0.242201 0.624961 0 0 0 +1682 16 0.776919 0.788811 0.826938 0 -1 -1 +1126 15 0.490632 0.965532 0.596076 0 -1 0 +1279 15 0.444342 0.0380512 0.998439 0 0 -1 +566 16 0.0341141 0.920508 0.88674 0 0 0 +1757 16 0.0964913 0.605577 0.910467 1 0 -1 +1055 16 0.0966693 0.904777 0.803415 0 0 -1 +1702 15 0.192303 0.136195 0.75192 1 0 -1 +331 15 0.998677 0.805025 0.88889 -1 -1 -1 +422 16 0.150088 0.556869 0.599821 0 0 0 +528 16 0.150723 0.673571 0.634115 0 0 0 +1621 15 0.897189 0.991724 0.915488 0 0 -1 +352 15 0.160566 0.195419 0.855407 0 0 -1 +689 16 0.347393 0.424389 0.981625 0 0 0 +1120 15 0.501515 0.859825 0.504221 0 -1 0 +272 16 0.7611 0.859167 0.648827 -1 0 -1 +1281 16 0.408713 0.0379348 0.993677 0 0 -1 +1679 16 0.72694 0.88454 0.98566 0 -1 -1 +830 16 0.356565 0.180042 0.64492 0 0 0 +114 16 0.19275 0.915324 0.731418 0 -1 -1 +274 15 0.0159222 0.802651 0.7853 0 0 -1 +462 16 0.174964 0.426775 0.925066 0 0 -1 +1694 16 0.239542 0.387081 0.826235 1 0 0 +1165 15 0.481957 0.187187 0.938338 0 0 -1 +403 15 0.487398 0.374144 0.913417 0 0 0 +707 16 0.156077 0.679567 0.828344 0 0 0 +380 16 0.322088 0.23696 0.878631 0 0 -1 +276 16 0.985514 0.81467 0.800233 -1 0 -1 +460 15 0.166288 0.435399 0.891265 0 0 -1 +1606 15 0.855956 0.83408 0.612155 0 0 0 +1198 15 0.413027 0.43417 0.969252 0 0 0 +832 15 0.418353 0.344297 0.672161 0 0 0 +1293 16 0.895228 0.22924 0.616475 0 0 0 +1647 16 0.80209 0.926481 0.790724 0 0 0 +1367 16 0.773256 0.595155 0.826188 0 0 -1 +1366 15 0.755622 0.597251 0.857441 0 0 -1 +1488 16 0.747262 0.336193 0.50127 0 0 0 +1821 16 0.699104 0.83639 0.530216 0 0 0 +1627 15 0.963547 0.91969 0.97448 0 0 -1 +873 16 0.289456 0.206536 0.528378 0 0 0 +216 16 0.947909 0.306819 0.979344 -1 0 0 +608 16 0.237908 0.308979 0.550444 0 0 0 +1508 16 0.505129 0.180582 0.524173 0 0 0 +1371 16 0.830909 0.713352 0.976362 0 0 -1 +1837 15 0.806994 0.654372 0.947114 0 0 -1 +672 16 0.121416 0.677359 0.941491 0 0 -1 +677 16 0.34377 0.685417 0.544644 0 0 0 +1079 16 0.390583 0.555042 0.984984 0 0 0 +61 11 0.551943 0.486262 0.997773 0 0 0 +558 16 0.242875 0.921759 0.538338 0 0 0 +838 15 0.123752 0.952568 0.965169 0 -1 0 +307 15 0.0754062 0.0368381 0.914865 0 1 -1 +1490 16 0.197181 0.439734 0.548262 1 0 0 +330 16 0.889272 0.778156 0.956514 -1 -1 -1 +1776 16 0.936039 0.448274 0.980685 0 0 0 +340 15 0.0429427 0.0136298 0.504411 0 0 0 +309 16 0.0402131 0.0438174 0.917066 0 1 -1 +661 15 0.340632 0.337821 0.520747 0 0 0 +669 16 0.21139 0.625423 0.971736 0 0 -1 +430 15 0.963544 0.24112 0.962687 -1 0 0 +126 16 0.205469 0.123413 0.541273 0 0 0 +1304 16 0.638967 0.340414 0.992174 0 0 -1 +712 15 0.244762 0.497746 0.980778 0 0 -1 +1820 16 0.755122 0.841738 0.538311 0 0 0 +393 16 0.0336566 0.35719 0.52251 0 0 0 +1392 16 0.730135 0.488176 0.536006 0 0 0 +217 15 0.0976739 0.514776 0.981942 0 0 -1 +667 15 0.23325 0.610091 0.995803 0 0 -1 +607 15 0.232176 0.33215 0.523566 0 0 0 +595 15 0.244089 0.0704557 0.990993 0 0 -1 +576 16 0.21638 0.780759 0.511649 0 -1 0 +219 16 0.124046 0.490653 0.985787 0 0 -1 +338 16 0.0119739 0.07103 0.500789 0 0 0 +1283 16 0.479069 0.982782 0.987797 0 -1 -1 +342 16 0.0100045 0.999246 0.504956 0 -1 0 +1121 16 0.488842 0.893463 0.504422 0 -1 0 +ITEM: TIMESTEP +8000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.569703 27.2064 +0.564586 27.2013 +0.560171 27.1969 +ITEM: ATOMS +1 1 0.353375 0.514682 0.361593 0 0 0 +2 2 0.312811 0.552464 0.351243 0 0 0 +3 3 0.349551 0.47243 0.347765 0 0 0 +4 4 0.280551 0.531868 0.334622 0 0 0 +5 4 0.300986 0.565825 0.388962 0 0 0 +6 4 0.326809 0.578982 0.322227 0 0 0 +7 5 0.393208 0.532357 0.387006 0 0 0 +8 6 0.440085 0.50655 0.392308 0 0 0 +9 1 0.447662 0.495648 0.446626 0 0 0 +1479 16 0.729552 0.00441499 0.165167 0 0 0 +11 7 0.48888 0.534411 0.375772 0 0 0 +12 8 0.486619 0.542691 0.321492 0 0 0 +13 8 0.503826 0.507682 0.287039 0 0 0 +14 8 0.461653 0.586314 0.305136 0 0 0 +15 8 0.501682 0.51558 0.2367 0 0 0 +16 8 0.461941 0.596304 0.253395 0 0 0 +17 8 0.478572 0.560275 0.222796 0 0 0 +18 9 0.480739 0.574996 0.172419 0 0 0 +19 10 0.390507 0.567831 0.398686 0 0 0 +20 4 0.438478 0.470177 0.374428 0 0 0 +21 4 0.488986 0.572096 0.393687 0 0 0 +22 4 0.521684 0.511237 0.387085 0 0 0 +23 11 0.520428 0.473852 0.302047 0 0 0 +24 11 0.448563 0.612693 0.333031 0 0 0 +25 11 0.516103 0.489574 0.209114 0 0 0 +26 11 0.446301 0.632661 0.244518 0 0 0 +27 10 0.493477 0.548335 0.151757 0 0 0 +28 5 0.47386 0.456694 0.461425 0 0 0 +138 16 0.996032 0.199615 0.15123 -1 0 0 +669 16 0.230474 0.578967 0.0368886 0 0 0 +97 15 0.866581 0.2005 0.295886 -1 0 0 +32 10 0.486302 0.434987 0.433566 0 0 0 +856 15 0.327629 0.223314 0.340106 0 0 0 +1742 16 0.87565 0.348608 0.450611 0 0 0 +1036 15 0.375505 0.502908 0.13926 0 0 0 +1809 16 0.711356 0.666702 0.131942 0 0 1 +1572 16 0.551569 0.324069 0.0245093 0 0 1 +229 15 0.817903 0.625785 0.502169 -1 0 0 +88 15 0.00844394 0.0111382 0.176642 0 0 0 +89 16 0.973947 1.00147 0.17961 -1 -1 0 +90 16 0.00730884 0.0449906 0.164594 0 0 0 +341 16 0.0563177 0.964576 0.470447 0 -1 0 +1635 16 0.795349 0.688715 0.411473 0 0 0 +803 16 0.250526 0.838346 0.26958 0 -1 0 +94 15 0.0672706 0.0157948 0.373083 0 0 0 +95 16 0.049481 0.0439797 0.359606 0 0 0 +96 16 0.0514456 0.00944394 0.404732 0 0 0 +1533 16 0.754054 0.638746 0.236294 0 0 0 +725 16 0.199405 0.516007 0.283838 0 0 0 +515 16 0.182772 0.191033 0.0711889 0 1 0 +904 15 0.6089 0.582104 0.0109156 0 0 1 +115 15 0.0301235 0.0647383 0.288415 0 0 0 +116 16 0.0362449 0.051368 0.25561 0 0 0 +117 16 0.0249449 0.0998992 0.282996 0 0 0 +118 15 0.122502 0.156472 0.379783 0 0 0 +119 16 0.155206 0.161871 0.365865 0 0 0 +120 16 0.126612 0.128361 0.401814 0 0 0 +121 15 0.0515147 0.220639 0.418182 0 0 0 +122 16 0.0752908 0.197379 0.40454 0 0 0 +123 16 0.0684276 0.235384 0.44627 0 0 0 +1751 16 0.875405 0.346068 0.185365 0 0 1 +139 15 0.220912 0.23231 0.26295 0 0 0 +140 16 0.233896 0.205973 0.283692 0 0 0 +141 16 0.195198 0.247623 0.28287 0 0 0 +142 15 0.274721 0.341736 0.148961 0 0 0 +143 16 0.30303 0.360662 0.137434 0 0 0 +144 16 0.251727 0.342181 0.12133 0 0 0 +145 15 0.0649125 0.310991 0.343379 0 0 0 +146 16 0.0827162 0.279872 0.340721 0 0 0 +147 16 0.0579882 0.314443 0.378487 0 0 0 +722 16 0.449762 0.718432 0.38866 0 0 0 +820 15 0.70516 0.175353 0.0318451 0 0 0 +150 16 0.907716 0.0494795 0.220791 -1 0 0 +873 16 0.205138 0.11818 0.442934 0 0 0 +166 15 0.95202 0.15397 0.0425335 -1 0 0 +167 16 0.920462 0.167513 0.0318989 -1 0 0 +168 16 0.971633 0.152131 0.0124602 -1 0 0 +169 15 0.224919 0.243032 0.155907 0 0 0 +170 16 0.228907 0.225997 0.187313 0 0 0 +171 16 0.246734 0.27151 0.158267 0 0 0 +1120 15 0.576286 0.775491 0.479638 0 -1 0 +1145 16 0.749901 0.206221 0.336469 0 0 0 +85 15 0.329769 0.128259 0.0521237 0 0 0 +514 15 0.155969 0.21254 0.0817478 0 1 0 +378 16 0.138388 0.111428 0.0633871 0 0 1 +721 15 0.454487 0.703208 0.420883 0 0 0 +1392 16 0.733548 0.44732 0.484118 0 0 0 +659 16 0.995427 0.179919 0.43101 -1 0 0 +1051 15 0.605095 0.703673 0.173156 0 0 0 +872 16 0.228706 0.168728 0.431876 0 0 0 +914 16 0.579987 0.701108 0.0644222 0 0 0 +196 15 0.829347 0.490779 0.26023 -1 0 0 +197 16 0.853791 0.515688 0.251602 -1 0 0 +198 16 0.83623 0.482932 0.294632 -1 0 0 +199 15 0.976021 0.793227 0.165134 -1 0 0 +200 16 0.00865694 0.787423 0.179049 0 0 0 +201 16 0.953247 0.7833 0.191119 -1 0 0 +1785 16 0.950908 0.521274 0.289397 0 0 0 +178 15 0.688195 0.462599 0.32524 -1 0 0 +898 15 0.662958 0.822731 0.0777763 0 0 0 +244 15 0.0450039 0.552243 0.0616253 0 0 0 +525 16 0.178151 0.0273783 0.38305 0 1 0 +1369 15 0.800596 0.706671 0.0621697 0 0 0 +410 16 0.243593 0.536135 0.217031 0 0 0 +1488 16 0.774654 0.363857 0.449353 0 0 0 +1747 15 0.854475 0.401313 0.481778 0 0 0 +225 16 0.91536 0.543966 0.0747027 -1 0 0 +1564 15 0.639073 0.761251 0.36556 0 0 0 +1565 16 0.625545 0.744302 0.336886 0 0 0 +1750 15 0.84256 0.332463 0.180025 0 0 1 +1342 15 0.71877 0.561321 0.340436 0 0 0 +173 16 0.895152 0.413621 0.350241 -1 0 0 +955 15 0.389366 0.592322 0.00847196 0 0 1 +1439 16 0.96834 0.105193 0.424653 0 0 0 +148 15 0.906449 0.0161117 0.207471 -1 0 0 +247 15 0.945823 0.624403 0.30007 -1 0 0 +248 16 0.913801 0.61478 0.286866 -1 0 0 +249 16 0.959429 0.59406 0.313729 -1 0 0 +250 15 0.200584 0.464046 0.130001 0 0 0 +251 16 0.212389 0.471472 0.163136 0 0 0 +252 16 0.230495 0.459351 0.110618 0 0 0 +253 15 0.0497884 0.352408 0.167282 0 0 0 +254 16 0.0626221 0.338522 0.197857 0 0 0 +255 16 0.0638108 0.385479 0.165818 0 0 0 +339 16 0.0180186 0.0863198 0.479064 0 0 0 +879 16 0.448299 0.501913 0.10881 0 0 0 +1071 16 0.321342 0.822788 0.314752 0 0 0 +1173 16 0.592102 0.402187 0.375422 0 0 0 +581 16 0.223266 0.958751 0.300865 0 -1 0 +1206 16 0.807538 0.395535 0.179393 0 0 0 +1337 16 0.740611 0.0806114 0.124917 0 0 0 +1719 16 0.942437 0.502708 0.387856 0 0 0 +206 16 0.0891521 0.731584 0.326212 0 0 0 +277 15 0.273658 0.695944 0.358307 0 0 0 +278 16 0.298896 0.684917 0.381413 0 0 0 +279 16 0.252577 0.717683 0.377685 0 0 0 +280 15 0.103356 0.862801 0.430787 0 0 0 +281 16 0.0957801 0.897889 0.432774 0 0 0 +172 15 0.873726 0.421792 0.322554 -1 0 0 +586 15 0.125973 0.875204 0.153026 0 -1 0 +108 16 0.191196 0.79404 0.377176 0 -1 0 +665 16 0.321354 0.269658 0.0197469 0 0 1 +1370 16 0.797702 0.720854 0.0950769 0 0 0 +282 16 0.137907 0.861585 0.420928 0 0 0 +301 15 0.0497127 0.0278443 0.0719207 0 1 0 +1095 16 0.0691842 0.640624 0.361867 0 0 0 +303 16 0.0251277 0.0457603 0.0910784 0 1 0 +304 15 0.845454 0.194711 0.417826 -1 1 0 +1328 16 0.936963 0.442899 0.0722023 0 0 1 +306 16 0.848896 0.173797 0.446863 -1 1 0 +1743 16 0.867932 0.296038 0.470852 0 0 0 +1152 16 0.726067 0.237976 0.449745 0 0 0 +1284 16 0.525951 0.960659 0.0316464 0 -1 0 +1878 16 0.754139 0.288574 0.365289 0 1 0 +1824 16 0.0456205 0.574921 0.407839 1 0 0 +133 15 0.856111 0.0862518 0.100679 -1 0 1 +435 16 0.101596 0.1976 0.251509 0 0 0 +302 16 0.0742142 0.0526747 0.0632287 0 1 0 +766 15 0.520436 0.88485 0.0219802 0 0 0 +891 16 0.649738 0.749049 0.0441079 0 0 0 +573 16 0.326106 0.0041845 0.11697 0 0 0 +892 15 0.485831 0.627081 0.0473259 0 0 1 +894 16 0.479406 0.638446 0.0138294 0 0 1 +1243 15 0.647369 0.936927 0.138381 0 0 1 +334 15 0.977749 0.970111 0.42635 -1 -1 0 +335 16 0.98161 0.00582786 0.424991 -1 0 0 +336 16 0.942234 0.964812 0.424607 -1 -1 0 +1122 16 0.600844 0.800465 0.471534 0 -1 0 +129 16 0.749412 0.154891 0.427242 -1 0 0 +1808 16 0.738312 0.659492 0.082401 0 0 1 +1070 16 0.365317 0.847353 0.341126 0 0 0 +1731 16 0.901154 0.102289 0.293018 0 0 0 +622 15 0.466483 0.0486844 0.207968 0 0 0 +933 16 0.480345 0.377309 0.0878374 0 0 1 +358 15 0.165502 0.263433 0.354869 0 0 0 +359 16 0.178578 0.245675 0.38326 0 0 0 +360 16 0.171694 0.298065 0.362266 0 0 0 +361 15 0.120254 0.31423 0.237338 0 0 0 +362 16 0.155928 0.314207 0.232885 0 0 0 +363 16 0.115546 0.320866 0.272356 0 0 0 +364 15 0.944428 0.982276 0.301678 -1 -1 0 +365 16 0.969657 0.00612691 0.311009 -1 0 0 +366 16 0.961609 0.950701 0.301207 -1 -1 0 +540 16 0.0841672 0.694996 0.436756 0 0 0 +762 16 0.222497 0.898624 0.0634174 0 0 1 +1202 16 0.70541 0.452463 0.0805021 0 0 0 +382 15 0.967065 0.322041 0.293434 -1 0 0 +383 16 0.949075 0.302158 0.317381 -1 0 0 +384 16 1.00048 0.32391 0.306559 -1 0 0 +385 15 0.28041 0.221913 0.0652958 0 0 0 +386 16 0.294798 0.189436 0.0708308 0 0 0 +387 16 0.25957 0.227556 0.0940415 0 0 0 +1211 16 0.151437 0.051973 0.125377 0 1 0 +556 15 0.278174 0.93466 0.488765 0 0 0 +298 15 0.788611 0.974245 0.179618 -1 0 0 +931 15 0.452583 0.356476 0.0784698 0 0 1 +137 16 0.0386885 0.206935 0.188105 0 0 0 +1753 15 0.83398 0.492796 0.0515928 0 0 1 +587 16 0.0902032 0.876197 0.149564 0 -1 0 +226 15 0.787498 0.921243 0.383745 -1 0 0 +1295 16 0.76156 0.861924 0.475341 0 -1 0 +407 16 0.568214 0.414796 0.0953403 0 0 0 +445 15 0.249838 0.380774 0.246123 0 0 0 +98 16 0.835689 0.195918 0.313694 -1 0 0 +932 16 0.45203 0.330491 0.103309 0 0 1 +227 16 0.819985 0.934339 0.39184 -1 0 0 +941 16 0.176579 0.78844 0.0118941 0 0 0 +415 15 0.940623 0.345839 0.194744 -1 0 0 +416 16 0.941587 0.331311 0.227614 -1 0 0 +417 16 0.974639 0.344307 0.183212 -1 0 0 +418 15 0.484246 0.363833 0.394271 0 0 0 +419 16 0.488787 0.339421 0.420268 0 0 0 +420 16 0.517513 0.370852 0.382586 0 0 0 +1329 16 0.90246 0.397715 0.0731518 0 0 1 +1875 16 0.852109 0.817351 0.435233 0 0 0 +1244 16 0.667287 0.907894 0.145645 0 0 1 +476 16 0.214028 0.362001 0.316142 0 0 0 +1851 16 0.719096 0.798975 0.437026 0 0 0 +243 16 0.818606 0.561623 0.0875008 -1 0 1 +1711 15 0.0595677 0.197413 0.0664537 1 0 0 +442 15 0.0731107 0.448442 0.282971 0 0 0 +443 16 0.0778549 0.442435 0.318097 0 0 0 +444 16 0.041362 0.433345 0.275452 0 0 0 +1373 16 0.931833 0.346383 0.402701 0 0 0 +207 16 0.121903 0.778031 0.324499 0 0 0 +1275 16 0.869576 0.0849499 0.0312472 0 0 1 +1786 15 0.0286907 0.658743 0.0532118 1 0 0 +900 16 0.676042 0.827735 0.110885 0 0 0 +1574 16 0.920061 0.698706 0.0478948 0 0 0 +408 16 0.522371 0.447766 0.101991 0 0 0 +1208 16 0.328075 0.677329 0.11154 0 0 0 +466 15 0.0282486 0.91268 0.119427 0 0 0 +467 16 0.0355571 0.947879 0.119234 0 0 0 +468 16 0.994598 0.910529 0.131893 -1 0 0 +469 15 0.0572444 0.648901 0.228824 0 0 0 +470 16 0.0541328 0.643813 0.264277 0 0 0 +471 16 0.0914344 0.658974 0.224132 0 0 0 +99 16 0.873318 0.16842 0.281124 -1 0 0 +599 16 0.458498 0.0368735 0.385959 0 0 0 +886 15 0.57777 0.791474 0.222715 0 0 0 +1188 16 0.802044 0.337741 0.111883 0 0 0 +888 16 0.589108 0.785115 0.256233 0 0 0 +483 16 0.133477 0.717264 0.169773 0 0 1 +1165 15 0.575865 0.203307 0.0519634 0 0 0 +437 16 0.128893 0.274919 0.0377719 0 0 0 +627 16 0.109431 0.114711 0.282508 0 0 0 +687 16 0.151359 0.521316 0.405279 0 0 0 +340 15 0.091606 0.964802 0.47731 0 -1 0 +984 16 0.294715 0.835856 0.395513 0 -1 0 +1761 16 0.890144 0.67837 0.358161 0 0 0 +1588 15 0.694333 0.603627 0.491054 0 0 0 +1340 16 0.790571 0.379112 0.323468 0 0 0 +1201 15 0.727346 0.480432 0.075119 0 0 0 +1358 16 0.686598 0.533161 0.0862779 0 0 0 +438 16 0.0855418 0.310494 0.0283933 0 0 0 +517 15 0.0612606 0.849193 0.0547863 0 0 0 +518 16 0.0514342 0.863294 0.0863622 0 0 0 +977 16 0.353793 0.825246 0.465057 0 -1 0 +520 15 0.147868 0.572045 0.101629 0 0 0 +521 16 0.140735 0.543187 0.121848 0 0 0 +522 16 0.181308 0.566587 0.0896103 0 0 0 +523 15 0.164545 0.0504385 0.35906 0 1 0 +524 16 0.129855 0.0413563 0.356497 0 1 0 +317 16 0.0395497 0.821549 0.417006 0 0 0 +1052 16 0.577995 0.698805 0.150041 0 0 0 +773 16 0.960367 0.685029 0.267473 -1 0 0 +149 16 0.910595 0.994805 0.236129 -1 -1 0 +685 15 0.142104 0.490566 0.389116 0 0 0 +544 15 0.165108 0.0319574 0.219185 0 1 0 +545 16 0.174205 0.0166167 0.187971 0 1 0 +546 16 0.178895 0.0102101 0.244272 0 1 0 +547 15 0.135681 0.116514 0.16118 0 1 0 +487 15 0.127275 0.639103 0.0337562 0 0 0 +163 15 0.92511 0.279539 0.0278822 -1 0 0 +550 15 0.0643643 0.803706 0.219706 0 0 0 +551 16 0.0710795 0.785742 0.250114 0 0 0 +552 16 0.088373 0.790925 0.196197 0 0 0 +1771 15 0.875691 0.720176 0.486934 0 0 0 +624 16 0.479605 0.0252321 0.184088 0 0 0 +1518 16 0.627168 0.395329 0.235135 0 0 0 +447 16 0.254374 0.361744 0.215962 0 0 0 +1648 15 0.496662 0.815999 0.160603 0 -1 0 +693 16 0.178236 0.364808 0.0593082 0 0 0 +1336 15 0.756891 0.10889 0.109825 0 0 0 +1869 16 0.705675 0.826947 0.0304411 0 0 0 +1146 16 0.739446 0.151197 0.32667 0 0 0 +1586 16 0.0470671 0.554156 0.190564 1 0 0 +1058 16 0.382395 0.724632 0.0539596 0 0 0 +577 15 0.369136 0.0960938 0.31525 0 0 0 +578 16 0.340059 0.0878434 0.334715 0 0 0 +579 16 0.396799 0.0841703 0.334872 0 0 0 +580 15 0.196799 0.958156 0.276541 0 -1 0 +1532 16 0.762422 0.648334 0.180877 0 0 0 +582 16 0.167858 0.947428 0.294974 0 -1 0 +897 16 0.454415 0.642392 0.16299 0 0 0 +472 15 0.930237 0.601021 0.438635 -1 0 0 +548 16 0.121061 0.14905 0.165662 0 1 0 +508 15 0.0109651 0.763031 0.0748803 0 0 1 +127 15 0.726737 0.131837 0.411533 -1 0 0 +1456 15 0.98686 0.09787 0.120989 0 0 0 +1229 16 0.590723 0.685281 0.407998 0 0 0 +501 16 0.768844 0.571636 0.390926 -1 0 0 +604 15 0.224126 0.129271 0.329444 0 0 0 +605 16 0.216244 0.094507 0.33411 0 0 0 +606 16 0.256528 0.133265 0.344498 0 0 0 +1425 16 0.534436 0.868717 0.146104 0 -1 0 +956 16 0.356094 0.604984 0.0134812 0 0 1 +1482 16 0.773342 0.0121341 0.0381061 0 0 0 +736 15 0.189429 0.653327 0.319634 0 0 0 +1499 16 0.348406 0.0235388 0.0111395 0 0 1 +1204 15 0.783357 0.421601 0.184708 0 0 0 +224 16 0.971269 0.540147 0.0650857 -1 0 0 +588 16 0.133768 0.903255 0.174118 0 -1 0 +1438 15 0.96913 0.0756853 0.404132 0 0 0 +628 15 0.316657 0.32088 0.300827 0 0 0 +629 16 0.29738 0.346022 0.283834 0 0 0 +630 16 0.34676 0.337814 0.3108 0 0 0 +631 15 0.43522 0.266148 0.120901 0 0 0 +632 16 0.413655 0.246842 0.0995785 0 0 0 +633 16 0.414451 0.275358 0.148763 0 0 0 +634 15 0.340457 0.446754 0.246175 0 0 0 +635 16 0.342513 0.459642 0.279673 0 0 0 +636 16 0.360588 0.416974 0.246724 0 0 0 +409 15 0.247814 0.501184 0.224319 0 0 0 +1633 15 0.760387 0.686357 0.403441 0 0 0 +1712 16 0.094542 0.205568 0.0648037 1 0 0 +1245 16 0.613403 0.925501 0.141244 0 0 1 +1143 16 0.396266 0.971854 0.437613 0 -1 0 +652 15 0.104002 0.436527 0.15671 0 0 0 +653 16 0.0958393 0.464882 0.177248 0 0 0 +654 16 0.138321 0.44175 0.147362 0 0 0 +538 15 0.105309 0.723798 0.440749 0 0 0 +750 16 0.310877 0.568358 0.495094 0 0 0 +128 16 0.745644 0.10144 0.408224 -1 0 0 +658 15 0.967235 0.164496 0.447129 -1 0 0 +509 16 0.998534 0.775832 0.10609 -1 0 1 +660 16 0.965387 0.18047 0.479282 -1 0 0 +1330 15 0.71155 0.294375 0.200196 0 0 0 +1039 15 0.362744 0.399128 0.0181819 0 0 0 +1283 16 0.520335 0.0169823 0.0370312 0 0 0 +453 16 0.236036 0.453872 0.453052 0 0 0 +673 15 0.29382 0.337368 0.434104 0 0 0 +674 16 0.315912 0.348438 0.460215 0 0 0 +675 16 0.309287 0.348836 0.403745 0 0 0 +1739 16 0.671417 0.513182 0.216348 0 0 0 +164 16 0.938546 0.281222 0.0611847 -1 0 0 +951 16 0.218503 0.858786 0.335475 0 0 0 +1590 16 0.660511 0.591584 0.49292 0 0 0 +1575 16 0.946822 0.748717 0.0439421 0 0 0 +1487 16 0.719167 0.376212 0.45056 0 0 0 +1380 16 0.762472 0.710983 0.00711218 0 0 0 +976 15 0.379181 0.801783 0.455186 0 -1 0 +1718 16 0.950021 0.479726 0.439308 0 0 0 +849 16 0.422487 0.168309 0.0241631 0 0 0 +697 15 0.260441 0.752132 0.161882 0 0 0 +698 16 0.28452 0.728943 0.175106 0 0 0 +699 16 0.238218 0.731824 0.142232 0 0 0 +1331 16 0.709789 0.283011 0.166135 0 0 0 +1566 16 0.618268 0.790303 0.369503 0 0 0 +715 15 0.875334 0.753326 0.245036 -1 0 0 +716 16 0.865813 0.728741 0.220595 -1 0 0 +717 16 0.910473 0.74776 0.250203 -1 0 0 +718 15 0.27874 0.662312 0.246505 0 0 0 +719 16 0.295231 0.676616 0.275069 0 0 0 +720 16 0.303043 0.664379 0.220095 0 0 0 +889 15 0.632136 0.726989 0.0218388 0 0 0 +1038 16 0.380095 0.517911 0.171606 0 0 0 +223 15 0.941772 0.520108 0.0696433 -1 0 0 +805 15 0.116887 0.927645 0.34597 0 -1 0 +668 16 0.264081 0.539279 0.0598761 0 0 0 +739 15 0.329767 0.87005 0.0425576 0 0 0 +740 16 0.308543 0.898076 0.0350411 0 0 0 +741 16 0.326321 0.865394 0.0780382 0 0 0 +742 15 0.220213 0.597946 0.196384 0 0 0 +743 16 0.231831 0.627712 0.212862 0 0 0 +744 16 0.19205 0.60885 0.176881 0 0 0 +745 15 0.161762 0.692091 0.22238 0 0 0 +746 16 0.177884 0.724213 0.22321 0 0 0 +747 16 0.165886 0.679075 0.255636 0 0 0 +1251 16 0.388426 0.90494 0.0167119 0 -1 0 +205 15 0.0883077 0.766699 0.318553 0 0 0 +1317 16 0.649061 0.448617 0.450356 0 0 0 +1478 16 0.67367 0.00286438 0.154792 0 0 0 +1167 16 0.582281 0.199755 0.0167684 0 0 0 +318 16 0.0367482 0.777263 0.381455 0 0 0 +1171 15 0.564555 0.40932 0.353452 0 0 0 +769 15 0.854384 0.604023 0.251552 -1 0 0 +770 16 0.84546 0.612626 0.217806 -1 0 0 +771 16 0.829926 0.620774 0.271891 -1 0 0 +1812 16 0.920293 0.840516 0.304131 0 0 0 +107 16 0.168727 0.754448 0.411243 0 -1 0 +1492 15 0.10907 0.263098 0.491908 1 0 0 +899 16 0.63208 0.841139 0.077411 0 0 0 +1877 16 0.698084 0.280166 0.360818 0 1 0 +1359 16 0.671518 0.587753 0.0912936 0 0 0 +539 16 0.0967512 0.736838 0.47314 0 0 0 +776 16 0.803704 0.0451333 0.460868 -1 1 0 +1050 16 0.309195 0.442355 0.0401359 0 0 0 +793 15 0.271729 0.953634 0.350766 0 -1 0 +794 16 0.250405 0.95314 0.379706 0 -1 0 +795 16 0.30023 0.933874 0.360233 0 -1 0 +796 15 0.344152 0.0415863 0.226415 0 0 0 +797 16 0.34347 0.0693129 0.249289 0 0 0 +798 16 0.326641 0.0534506 0.197345 0 0 0 +651 16 0.094597 0.521936 0.00332018 0 0 0 +316 15 0.0162495 0.799087 0.401354 0 0 0 +494 16 0.0937278 0.821456 0.496186 0 0 0 +1748 16 0.850719 0.433169 0.465545 0 0 0 +871 15 0.23667 0.133887 0.435761 0 0 0 +1230 16 0.565112 0.719481 0.445512 0 0 0 +1850 16 0.684955 0.757173 0.419141 0 0 0 +1144 15 0.760342 0.178483 0.316122 0 0 0 +432 16 0.0244153 0.231975 0.0152793 0 0 1 +1391 16 0.776711 0.483953 0.489404 0 0 0 +840 16 0.120536 0.963512 0.0133645 0 -1 1 +1449 16 0.513541 0.958573 0.129546 0 -1 1 +488 16 0.124528 0.613665 0.0590104 0 0 0 +936 16 0.186953 0.676991 0.0807073 0 0 1 +826 15 0.50277 0.253345 0.456475 0 0 0 +827 16 0.530691 0.23463 0.443721 0 0 0 +828 16 0.477577 0.250437 0.430993 0 0 0 +848 16 0.425699 0.224847 0.0292671 0 0 0 +838 15 0.156362 0.965816 0.0114594 0 -1 1 +1713 16 0.051574 0.199046 0.101466 1 0 0 +1048 15 0.281673 0.463296 0.0499553 0 0 0 +1187 16 0.790328 0.28228 0.107449 0 0 0 +570 16 0.270225 0.0683257 0.0353851 0 0 0 +1447 15 0.488598 0.982789 0.12039 0 -1 1 +554 16 0.999142 0.878778 0.310265 -1 0 0 +850 15 0.786291 0.159191 0.216402 0 0 0 +851 16 0.778557 0.163169 0.251285 0 0 0 +852 16 0.755309 0.148776 0.201432 0 0 0 +853 15 0.457567 0.291039 0.304467 0 0 0 +854 16 0.43497 0.284744 0.33171 0 0 0 +855 16 0.464248 0.258547 0.290608 0 0 0 +934 15 0.214431 0.684191 0.102742 0 0 1 +412 15 0.0264248 0.355748 0.0611633 0 0 0 +858 16 0.352972 0.215388 0.315871 0 0 0 +1849 15 0.714525 0.763353 0.438632 0 0 0 +1763 16 0.0900949 0.399535 0.036113 1 0 0 +865 15 0.35296 0.286652 0.194943 0 0 0 +866 16 0.34862 0.274292 0.228422 0 0 0 +867 16 0.319505 0.29067 0.182411 0 0 0 +868 15 0.583175 0.189428 0.419602 0 0 0 +869 16 0.604892 0.202633 0.445027 0 0 0 +870 16 0.594844 0.20444 0.389092 0 0 0 +136 15 0.0285207 0.186963 0.159995 0 0 0 +230 16 0.808176 0.623825 0.467614 -1 0 0 +1074 16 0.453136 0.728387 0.490861 0 0 0 +1628 16 0.0419358 0.954537 0.0389067 1 0 0 +490 15 0.155822 0.803568 0.0698799 0 0 0 +475 15 0.202785 0.361131 0.350278 0 0 0 +1424 16 0.545192 0.880487 0.0915261 0 -1 0 +1573 15 0.916091 0.732159 0.0353434 0 0 0 +880 15 0.101135 0.51926 0.218892 0 0 0 +881 16 0.0939224 0.489287 0.237384 0 0 0 +882 16 0.126517 0.535868 0.238189 0 0 0 +883 15 0.357228 0.400836 0.13704 0 0 0 +884 16 0.364883 0.435363 0.143506 0 0 0 +885 16 0.375425 0.382707 0.162192 0 0 0 +1848 16 0.458674 0.827031 0.456969 0 0 0 +1440 16 0.945511 0.0823436 0.377859 0 0 0 +1874 16 0.801116 0.804623 0.41354 0 0 0 +1315 15 0.679177 0.435187 0.436036 0 0 0 +482 16 0.115231 0.726919 0.116794 0 0 1 +433 15 0.074347 0.218563 0.240996 0 0 0 +557 16 0.27798 0.898862 0.492071 0 0 0 +86 16 0.343249 0.0971172 0.040255 0 0 0 +887 16 0.592601 0.765278 0.203061 0 0 0 +555 16 0.991055 0.863002 0.364289 -1 0 0 +1847 16 0.489037 0.861022 0.422976 0 0 0 +220 15 0.805458 0.205284 0.121101 -1 0 0 +916 15 0.243272 0.957314 0.153357 0 0 0 +917 16 0.212164 0.961682 0.135874 0 0 0 +918 16 0.268431 0.960162 0.127835 0 0 0 +919 15 0.313891 0.850734 0.147003 0 0 0 +920 16 0.325265 0.871075 0.174376 0 0 0 +921 16 0.298417 0.822333 0.1627 0 0 0 +1585 15 0.0182183 0.569161 0.175234 1 0 0 +411 16 0.28343 0.496533 0.225844 0 0 0 +895 15 0.43835 0.6736 0.155215 0 0 0 +1049 16 0.255192 0.454616 0.0272432 0 0 0 +228 16 0.781174 0.932853 0.350314 -1 0 0 +135 16 0.868311 0.113616 0.120547 -1 0 1 +1619 16 0.789574 0.917298 0.0159538 0 0 1 +1684 15 0.843863 0.890351 0.212899 0 -1 0 +943 15 0.372612 0.65435 0.412969 0 0 0 +944 16 0.406911 0.664354 0.416964 0 0 0 +945 16 0.362981 0.64205 0.445348 0 0 0 +946 15 0.192846 0.80176 0.215009 0 0 0 +947 16 0.177148 0.822805 0.19045 0 0 0 +948 16 0.212125 0.778294 0.19577 0 0 0 +877 15 0.481268 0.50422 0.0946606 0 0 0 +1464 16 0.952867 0.864917 0.173222 0 -1 0 +1477 15 0.70089 0.0256243 0.160576 0 0 0 +1759 15 0.865649 0.662656 0.379268 0 0 0 +1498 15 0.379459 0.0365168 -0.00149861 0 0 1 +1531 15 0.745023 0.626646 0.203667 0 0 0 +967 15 0.455545 0.736471 0.236771 0 -1 0 +968 16 0.472972 0.767656 0.232749 0 -1 0 +969 16 0.462251 0.718418 0.206414 0 -1 0 +970 15 0.446377 0.0326805 0.45393 0 0 0 +971 16 0.448521 0.0225511 0.488357 0 0 0 +972 16 0.445091 0.0685866 0.455163 0 0 0 +1357 15 0.661578 0.554528 0.100764 0 0 0 +391 15 0.00770056 0.435219 0.459612 0 0 0 +911 16 0.688883 0.364333 0.153737 0 0 1 +1347 16 0.00640074 0.292647 0.436039 1 0 0 +1783 15 0.960479 0.521833 0.324046 0 0 0 +500 16 0.817397 0.600671 0.385229 -1 0 0 +481 15 0.111556 0.738401 0.150663 0 0 1 +994 15 0.623144 0.378697 0.063631 0 0 0 +995 16 0.6479 0.383242 0.089301 0 0 0 +996 16 0.600616 0.354122 0.0770861 0 0 0 +997 15 0.527242 0.146094 0.173354 0 0 0 +998 16 0.523909 0.116656 0.152989 0 0 0 +999 16 0.493584 0.158012 0.177545 0 0 0 +1000 15 0.408164 0.254992 0.400513 0 0 0 +1001 16 0.390578 0.285784 0.406437 0 0 0 +1002 16 0.382219 0.230642 0.395375 0 0 0 +1057 15 0.362013 0.69563 0.0599529 0 0 0 +126 16 0.11552 0.0930835 0.469969 0 0 0 +1338 16 0.734293 0.119565 0.0839831 0 0 0 +1846 15 0.490178 0.844203 0.454728 0 0 0 +1638 16 0.865891 0.120244 0.375938 0 1 0 +1021 15 0.569121 0.295147 0.086572 0 0 0 +1022 16 0.562076 0.261514 0.0760075 0 0 0 +1023 16 0.561698 0.295287 0.121747 0 0 0 +1024 15 0.615541 0.201595 0.182556 0 0 0 +1025 16 0.629828 0.220945 0.155836 0 0 0 +1026 16 0.586771 0.185813 0.167871 0 0 0 +1027 15 0.594893 -0.00139234 0.343364 0 0 0 +1028 16 0.559456 -0.00367953 0.337756 0 0 0 +1029 16 0.600708 0.0334208 0.350198 0 0 0 +1516 15 0.608986 0.422956 0.249226 0 0 0 +134 16 0.820391 0.0875363 0.104536 -1 0 1 +1175 16 0.613239 0.29746 0.311615 0 0 0 +1845 16 0.995876 0.744051 0.456322 0 0 0 +414 16 0.998578 0.378038 0.0566762 -1 0 0 +686 16 0.164178 0.465958 0.403244 0 0 0 +609 16 0.217998 0.336794 0.473946 0 0 0 +1717 15 0.924859 0.494053 0.417999 0 0 0 +1042 15 0.552419 0.314509 0.279396 0 0 0 +1043 16 0.547207 0.334769 0.250159 0 0 0 +1044 16 0.522327 0.318553 0.298645 0 0 0 +1738 15 0.636764 0.511134 0.207 0 0 0 +912 16 0.730956 0.402576 0.154299 0 0 1 +1729 15 0.915772 0.111027 0.261358 0 0 0 +1844 16 0.950674 0.717708 0.478587 0 0 0 +1795 15 0.0438783 0.506828 0.401378 1 0 0 +1843 15 0.986411 0.720255 0.481553 0 0 0 +1207 15 0.314667 0.658846 0.139307 0 0 0 +1209 16 0.287786 0.6396 0.125186 0 0 0 +935 16 0.223507 0.652267 0.11656 0 0 1 +1794 16 0.396623 0.927754 0.296851 0 0 0 +1407 16 0.544796 0.143147 0.455394 0 1 0 +288 16 0.202473 0.610402 0.445549 0 0 0 +768 16 0.534934 0.856804 0.00478492 0 0 0 +777 16 0.777444 0.0165414 0.419325 -1 1 0 +10 3 0.430311 0.52205 0.479162 0 0 0 +568 15 0.273643 0.0349238 0.022538 0 0 0 +1282 15 0.539723 0.991827 0.0201862 0 -1 0 +1784 16 0.996106 0.517037 0.323633 0 0 0 +1494 16 0.132077 0.290653 0.489952 1 0 0 +913 15 0.552452 0.694429 0.08655 0 0 0 +760 15 0.241662 0.919038 0.0408703 0 0 1 +1822 15 0.0515952 0.609903 0.413585 1 0 0 +299 16 0.806009 0.94302 0.183461 -1 0 0 +1020 16 0.253131 0.263546 0.440472 0 0 0 +1341 16 0.81807 0.354635 0.366799 0 0 0 +1053 16 0.626861 0.675612 0.167566 0 0 0 +807 16 0.0941652 0.90792 0.326296 0 -1 0 +1481 16 0.796593 0.976787 0.0760919 0 -1 0 +1087 15 0.313346 0.938111 0.222643 0 0 0 +1088 16 0.32723 0.970597 0.229302 0 0 0 +1089 16 0.283304 0.944786 0.204058 0 0 0 +1090 15 0.387951 0.184889 0.265487 0 1 0 +1091 16 0.420937 0.187216 0.251381 0 1 0 +1092 16 0.38782 0.153476 0.282971 0 1 0 +1222 15 0.308618 0.0743455 0.136536 0 1 0 +1018 15 0.241222 0.23423 0.423408 0 0 0 +1059 16 0.340038 0.694031 0.0315458 0 0 0 +1787 16 0.0242538 0.693844 0.0595874 1 0 0 +1504 15 0.00394747 0.163376 0.282749 1 0 0 +1111 15 0.408318 0.914318 0.119312 0 -1 0 +1112 16 0.387435 0.941867 0.109445 0 -1 0 +1113 16 0.387809 0.885218 0.114307 0 -1 0 +1114 15 0.519201 0.107209 0.280866 0 0 0 +1115 16 0.496406 0.0915904 0.303864 0 0 0 +1116 16 0.508007 0.0965151 0.248419 0 0 0 +1287 16 0.68806 0.0818239 0.469922 0 0 0 +1371 16 0.833618 0.715811 0.0512876 0 0 0 +1346 16 -0.00849813 0.283126 0.490079 1 0 0 +106 15 0.199618 0.764489 0.395837 0 -1 0 +1840 15 0.938014 0.620845 0.0129951 0 0 0 +286 15 0.189945 0.58634 0.421958 0 0 0 +549 16 0.143507 0.105483 0.194489 0 1 0 +491 16 0.154094 0.794395 0.104597 0 0 0 +1138 15 0.638381 0.934144 0.0305405 0 -1 0 +1139 16 0.652374 0.943117 0.062417 0 -1 0 +1140 16 0.607639 0.952686 0.0286516 0 -1 0 +1166 16 0.604078 0.187719 0.067885 0 0 0 +822 16 0.693898 0.206611 0.0181134 0 0 0 +723 16 0.489415 0.694747 0.421819 0 0 0 +1210 15 0.160356 0.0184545 0.115921 0 1 0 +452 16 0.232572 0.401776 0.430538 0 0 0 +1773 16 0.850518 0.729048 0.462851 0 0 0 +983 16 0.260594 0.833727 0.440946 0 -1 0 +692 16 0.187404 0.31146 0.0767112 0 0 0 +434 16 0.0898766 0.249741 0.232093 0 0 0 +1007 16 0.288648 0.0219338 0.353723 0 0 0 +978 16 0.364623 0.783798 0.427671 0 -1 0 +1752 16 0.834617 0.315729 0.210835 0 0 1 +242 16 0.827249 0.604241 0.0508683 -1 0 1 +1873 15 0.817533 0.813463 0.444277 0 0 0 +477 16 0.207634 0.39469 0.362222 0 0 0 +1760 16 0.884978 0.644104 0.403239 0 0 0 +519 16 0.0654568 0.877593 0.0331477 0 0 0 +802 15 0.274987 0.86036 0.284053 0 -1 0 +896 16 0.403322 0.665621 0.153887 0 0 0 +1174 15 0.639886 0.276472 0.323525 0 0 0 +1327 15 0.934982 0.408426 0.0621946 0 0 1 +1176 16 0.631274 0.243538 0.311966 0 0 0 +1793 16 0.342047 0.911824 0.296084 0 0 0 +1189 15 0.417784 0.371318 0.250952 0 0 0 +1190 16 0.446666 0.380891 0.231805 0 0 0 +1191 16 0.429008 0.343649 0.270973 0 0 0 +1192 15 0.381252 0.366953 0.378074 0 0 0 +1193 16 0.374544 0.402021 0.373869 0 0 0 +1194 16 0.416951 0.364159 0.374886 0 0 0 +1195 15 0.605818 0.181922 0.283903 0 0 0 +1196 16 0.617931 0.148094 0.285072 0 0 0 +1197 16 0.606862 0.190669 0.249048 0 0 0 +1344 16 0.706853 0.571257 0.308006 0 0 0 +737 16 0.218203 0.674391 0.324193 0 0 0 +413 16 0.0248349 0.346194 0.0957843 0 0 0 +1710 16 0.917356 0.2248 0.336925 0 0 0 +393 16 0.994427 0.419141 0.488899 -1 0 0 +1737 16 0.850135 0.17196 0.188438 0 0 0 +1811 16 0.877369 0.809391 0.283596 0 0 0 +1664 16 0.625702 0.882785 0.463196 0 -1 0 +1186 15 0.796255 0.31175 0.0877307 0 0 0 +1457 16 0.0143574 0.117914 0.132589 1 0 0 +1228 15 0.560938 0.68843 0.427883 0 0 0 +1709 16 0.945346 0.232443 0.385823 0 0 0 +87 16 0.347372 0.153413 0.0334187 0 0 0 +1225 15 0.445386 0.767641 0.335047 0 0 0 +1226 16 0.454722 0.755037 0.302699 0 0 0 +1227 16 0.409442 0.76809 0.334515 0 0 0 +761 16 0.217095 0.938367 0.0231157 0 0 1 +406 15 0.535953 0.415773 0.111175 0 0 0 +772 15 0.969837 0.715238 0.250438 -1 0 0 +1041 16 0.392364 0.39421 0.0379524 0 0 0 +1810 15 0.885017 0.841732 0.297307 0 0 0 +1094 16 0.115691 0.646449 0.329679 0 0 0 +1069 15 0.3479 0.816057 0.338028 0 0 0 +985 15 0.628776 0.24378 0.497221 0 0 0 +1587 16 0.0222046 0.604406 0.181092 1 0 0 +180 16 0.708654 0.43463 0.31567 -1 0 0 +1876 15 0.728095 0.265353 0.373944 0 1 0 +1792 15 0.37281 0.907038 0.314062 0 0 0 +1252 15 0.904569 0.995116 0.103302 0 -1 0 +1253 16 0.894754 0.0296012 0.100691 0 0 0 +1254 16 0.903828 0.988179 0.138569 0 -1 0 +1255 15 0.793282 0.832296 0.136813 0 -1 0 +1256 16 0.811199 0.856837 0.156026 0 -1 0 +1257 16 0.813353 0.827482 0.107379 0 -1 0 +1258 15 0.694613 0.115598 0.217529 0 0 0 +1259 16 0.668854 0.133884 0.200367 0 0 0 +1260 16 0.698896 0.0856642 0.198086 0 0 0 +1261 15 0.505235 0.960758 0.302012 0 -1 0 +1262 16 0.492867 0.959189 0.268292 0 -1 0 +1263 16 0.525752 0.93144 0.305461 0 -1 0 +179 16 0.656619 0.456596 0.309136 -1 0 0 +691 15 0.200777 0.344762 0.0788659 0 0 0 +305 16 0.82398 0.221494 0.428503 -1 1 0 +804 16 0.280136 0.885747 0.259125 0 -1 0 +553 15 0.973622 0.875273 0.335342 -1 0 0 +626 16 0.163942 0.126129 0.27106 0 0 0 +1294 15 0.73352 0.878875 0.460548 0 -1 0 +893 16 0.454081 0.614853 0.0589399 0 0 1 +874 15 0.60098 0.486348 0.48245 0 0 0 +876 16 0.593485 0.521366 0.479278 0 0 0 +962 16 0.450891 0.305549 0.0248089 0 1 1 +1288 15 0.720735 0.0723398 0.312772 0 0 0 +1289 16 0.713862 0.0878369 0.281069 0 0 0 +1650 16 0.483237 0.795319 0.134437 0 -1 0 +492 16 0.12518 0.821329 0.0637145 0 0 0 +1791 16 0.921245 0.855094 0.446564 0 0 0 +1142 16 0.393795 0.929201 0.47513 0 -1 0 +598 15 0.464187 0.0456598 0.351565 0 0 0 +392 16 0.0428483 0.438631 0.466352 0 0 0 +1627 15 0.0412026 0.937551 0.00723075 1 0 0 +1309 15 0.537703 0.0711473 0.103491 0 0 0 +1310 16 0.519409 0.042132 0.114254 0 0 0 +1311 16 0.518795 0.0839329 0.0757157 0 0 0 +337 15 0.0506556 0.0718012 0.483125 0 0 0 +124 15 0.151004 0.0972145 0.465941 0 0 0 +1279 15 0.469116 0.0846427 0.0201048 0 0 0 +446 16 0.257464 0.41461 0.236665 0 0 0 +600 16 0.472431 0.0145423 0.335559 0 0 0 +1689 16 0.773198 0.860069 0.355305 0 -1 0 +595 15 0.218092 0.128795 0.0180255 0 0 0 +1790 16 0.947299 0.822112 0.408272 0 0 0 +1333 15 0.519892 0.385421 0.208467 0 0 0 +1334 16 0.524476 0.397935 0.175078 0 0 0 +1335 16 0.54568 0.401445 0.227718 0 0 0 +510 16 0.028201 0.79083 0.0599615 0 0 1 +222 16 0.824851 0.185976 0.144416 -1 0 0 +1788 16 0.996824 0.647753 0.0407167 0 0 0 +1285 15 0.654689 0.0720999 0.479101 0 0 0 +1441 15 0.815544 0.0335021 0.321802 0 0 0 +724 15 0.174734 0.536726 0.29979 0 0 0 +890 16 0.655531 0.700572 0.0149647 0 0 0 +1343 16 0.707237 0.527491 0.344301 0 0 0 +1008 16 0.277678 0.0580036 0.396286 0 0 0 +1212 16 0.141324 0.0121416 0.086082 0 1 0 +1736 16 0.900874 0.148344 0.198473 0 0 0 +1223 16 0.316815 0.0968539 0.10973 0 1 0 +1723 15 0.846298 0.20753 0.0258831 0 0 1 +1363 15 0.849316 0.664053 0.153704 0 0 0 +1364 16 0.839182 0.637379 0.131836 0 0 0 +1365 16 0.820583 0.685578 0.155581 0 0 0 +1332 16 0.724909 0.266375 0.218361 0 0 0 +1443 16 0.808703 0.000972283 0.308111 0 0 0 +1741 15 0.875354 0.314067 0.440648 0 0 0 +1589 16 0.698612 0.613187 0.456663 0 0 0 +1708 15 0.944069 0.243767 0.351727 0 0 0 +174 16 0.8958 0.423319 0.29422 -1 0 0 +1818 16 0.761837 0.503899 0.242471 0 0 0 +1381 15 0.579408 0.844233 0.351779 0 0 0 +1382 16 0.589595 0.876156 0.364802 0 0 0 +1383 16 0.544607 0.848441 0.343806 0 0 0 +1384 15 0.188256 0.972128 0.421857 0 0 0 +1385 16 0.155386 0.97108 0.436381 0 0 0 +1386 16 0.210261 0.962668 0.448665 0 0 0 +1634 16 0.744043 0.706504 0.428329 0 0 0 +774 16 1.0004 0.706821 0.233477 -1 0 0 +1121 16 0.546546 0.794218 0.487208 0 -1 0 +1688 16 0.818772 0.837213 0.330136 0 -1 0 +1649 16 0.520237 0.794847 0.177609 0 -1 0 +1687 15 0.784922 0.829853 0.339749 0 -1 0 +1817 16 0.743262 0.550734 0.21612 0 0 0 +1789 15 0.916437 0.825758 0.426346 0 0 0 +1707 16 0.921894 0.270954 0.147858 0 0 0 +300 16 0.813077 0.999267 0.187849 -1 0 0 +775 15 0.784499 0.0498565 0.430847 -1 1 0 +1402 15 0.488615 0.200277 0.256566 0 1 0 +1403 16 0.514706 0.212449 0.235036 0 1 0 +1404 16 0.502461 0.170757 0.271707 0 1 0 +1405 15 0.530385 0.114169 0.471049 0 1 0 +125 16 0.165128 0.0666756 0.478603 0 0 0 +1517 16 0.624884 0.45214 0.235516 0 0 0 +1462 15 0.937829 0.896697 0.165718 0 -1 0 +738 16 0.202995 0.621582 0.309605 0 0 0 +516 16 0.162685 0.218922 0.116484 0 1 0 +1730 16 0.948046 0.124468 0.269734 0 0 0 +1426 15 0.461881 0.751178 0.0924523 0 -1 0 +1427 16 0.444734 0.735309 0.119776 0 -1 0 +1428 16 0.486573 0.727168 0.0821444 0 -1 0 +1429 15 0.599324 0.0564157 0.242854 0 0 0 +1430 16 0.598083 0.0784875 0.214504 0 0 0 +1431 16 0.571335 0.0662457 0.263162 0 0 0 +1432 15 0.660518 0.847367 0.275382 0 -1 0 +1433 16 0.655074 0.882675 0.271365 0 -1 0 +1434 16 0.653246 0.841009 0.310011 0 -1 0 +1435 15 0.595811 0.922832 0.407951 0 -1 0 +1436 16 0.598172 0.950718 0.385384 0 -1 0 +1437 16 0.570465 0.932461 0.431557 0 -1 0 +1339 15 0.788764 0.351349 0.346237 0 0 0 +1796 16 0.0333473 0.476429 0.417421 1 0 0 +1453 15 0.657342 0.95004 0.269951 0 -1 0 +1454 16 0.638413 0.963321 0.297478 0 -1 0 +1455 16 0.650673 0.972558 0.242731 0 -1 0 +1374 16 0.972256 0.3857 0.409988 0 0 0 +571 15 0.325967 0.974684 0.096424 0 -1 0 +1458 16 0.970499 0.118376 0.0964077 0 0 0 +1459 15 0.629356 0.109952 0.0644607 0 0 0 +1460 16 0.605865 0.0928219 0.0856071 0 0 0 +1461 16 0.610061 0.119991 0.0358365 0 0 0 +1290 16 0.690895 0.0777149 0.332088 0 0 0 +1463 16 0.918774 0.890813 0.135806 0 -1 0 +1006 15 0.29893 0.0534416 0.367651 0 0 0 +1637 16 0.856498 0.0694255 0.352227 0 1 0 +1037 16 0.355123 0.526405 0.121236 0 0 0 +1316 16 0.681209 0.45032 0.403489 0 0 0 +221 16 0.775465 0.186068 0.11624 -1 0 0 +1203 16 0.75683 0.472549 0.0941184 0 0 0 +1448 16 0.458888 0.963387 0.114624 0 -1 1 +1483 15 0.681998 0.250349 0.1057 0 0 0 +1484 16 0.709197 0.229495 0.0948472 0 0 0 +1485 16 0.666229 0.261163 0.0752565 0 0 0 +1093 15 0.0814914 0.657183 0.332426 0 0 0 +1823 16 0.0579488 0.612282 0.448889 1 0 0 +572 16 0.307426 0.984191 0.0671281 0 -1 0 +949 15 0.189783 0.857485 0.357059 0 0 0 +1281 16 0.43957 0.0651906 0.0136955 0 0 0 +1019 16 0.26026 0.233185 0.39293 0 0 0 +1205 16 0.802113 0.448385 0.19965 0 0 0 +1505 16 0.0224743 0.171325 0.252983 1 0 0 +245 16 0.0518247 0.565786 0.0942214 0 0 0 +1442 16 0.783306 0.0492302 0.324206 0 0 0 +202 15 0.10875 0.435984 0.485886 0 0 0 +1510 15 0.723024 0.386242 0.259021 0 0 0 +1511 16 0.723332 0.350583 0.254459 0 0 0 +1512 16 0.731522 0.399535 0.226718 0 0 0 +1513 15 0.632716 0.0950772 0.376623 0 0 0 +1514 16 0.663196 0.108879 0.389773 0 0 0 +1515 16 0.608192 0.120855 0.381769 0 0 0 +857 16 0.317045 0.256583 0.331529 0 0 0 +1740 16 0.635245 0.526604 0.174584 0 0 0 +1224 16 0.272677 0.0739007 0.137259 0 1 0 +1816 15 0.731766 0.52066 0.232115 0 0 0 +821 16 0.680773 0.151353 0.0208122 0 0 0 +1762 15 0.111254 0.428592 0.0354716 1 0 0 +1534 15 0.663759 0.649226 0.390601 0 0 0 +1535 16 0.664559 0.681548 0.374882 0 0 0 +1536 16 0.686265 0.629135 0.371049 0 0 0 +1537 15 0.836496 0.297702 0.272784 0 0 0 +1538 16 0.851445 0.268345 0.287178 0 0 0 +1539 16 0.812824 0.308786 0.297467 0 0 0 +1540 15 0.610924 0.317136 0.197202 0 0 0 +1541 16 0.644224 0.306292 0.205321 0 0 0 +1542 16 0.589477 0.293048 0.213083 0 0 0 +1543 15 0.538711 0.961165 0.48129 0 0 0 +1544 16 0.517499 0.980427 0.459577 0 0 0 +1486 15 0.744825 0.358833 0.468781 0 0 0 +1764 16 0.107657 0.443084 0.0681748 1 0 0 +1686 16 0.874261 0.90025 0.196455 0 -1 0 +1555 15 0.933807 0.529918 0.229859 0 0 0 +1556 16 0.956101 0.528896 0.201673 0 0 0 +1557 16 0.922427 0.563997 0.231116 0 0 0 +1558 15 0.473318 0.8668 0.358168 0 0 0 +1559 16 0.463954 0.835047 0.344149 0 0 0 +1560 16 0.444629 0.887806 0.352867 0 0 0 +1561 15 0.772624 0.664237 0.299156 0 0 0 +1562 16 0.744585 0.686693 0.29775 0 0 0 +1563 16 0.78878 0.671932 0.330337 0 0 0 +451 15 0.213474 0.431759 0.435892 0 0 0 +1706 16 0.914686 0.214594 0.145726 0 0 0 +497 16 0.57809 0.631706 0.480303 -1 0 0 +1815 16 0.851914 0.479937 0.413333 0 0 0 +1576 15 0.611114 0.596631 0.265149 0 0 0 +1577 16 0.582985 0.578489 0.278265 0 0 0 +1578 16 0.624765 0.575037 0.239854 0 0 0 +1579 15 0.769141 0.738778 0.17353 0 0 0 +1580 16 0.759127 0.747964 0.206814 0 0 0 +1581 16 0.771915 0.770043 0.156001 0 0 0 +1582 15 0.61439 0.704779 0.275469 0 0 0 +1583 16 0.60308 0.701382 0.241513 0 0 0 +1584 16 0.622817 0.671317 0.285552 0 0 0 +1172 16 0.577796 0.40417 0.320428 0 0 0 +806 16 0.0985274 0.957592 0.35362 0 -1 0 +623 16 0.433114 0.0555301 0.196478 0 0 0 +878 16 0.475661 0.510977 0.0597988 0 0 0 +950 16 0.17043 0.886415 0.348065 0 0 0 +562 15 0.193355 0.658585 0.492849 0 0 0 +1597 15 0.688187 0.844102 0.172245 0 0 0 +1598 16 0.677735 0.839774 0.20637 0 0 0 +1599 16 0.724092 0.842876 0.173592 0 0 0 +1600 15 0.0567994 0.883701 0.276309 1 0 0 +1601 16 0.0624566 0.910698 0.253253 1 0 0 +1602 16 0.0525599 0.85475 0.255421 1 0 0 +1603 15 0.472929 0.899507 0.223296 0 0 0 +1604 16 0.444629 0.901236 0.201193 0 0 0 +1605 16 0.488888 0.868358 0.215084 0 0 0 +241 15 0.824019 0.59713 0.08596 -1 0 1 +496 15 0.576427 0.597672 0.491764 -1 0 0 +625 15 0.130429 0.135132 0.261665 0 0 0 +1814 16 0.810772 0.51645 0.427722 0 0 0 +1797 16 0.0797384 0.504511 0.400329 1 0 0 +1624 15 0.77462 0.940994 0.286557 0 0 0 +1625 16 0.741043 0.946028 0.274738 0 0 0 +1626 16 0.789605 0.919268 0.262146 0 0 0 +1150 15 0.748155 0.230778 0.477182 0 0 0 +1372 15 0.94421 0.377287 0.389128 0 0 0 +246 16 0.041144 0.581082 0.0405107 0 0 0 +1630 15 0.887823 0.934092 0.377437 0 0 0 +1631 16 0.89229 0.901892 0.362085 0 0 0 +1632 16 0.904613 0.956994 0.35539 0 0 0 +748 15 0.305741 0.600454 0.479735 0 0 0 +726 16 0.164566 0.517976 0.32873 0 0 0 +489 16 0.0940409 0.652488 0.0307926 0 0 0 +1506 16 0.995632 0.19532 0.29699 0 0 0 +910 15 0.70516 0.388995 0.13326 0 0 1 +1651 15 0.880834 0.897685 0.0799066 0 -1 0 +1734 16 0.792109 0.315853 0.0228607 0 0 0 +1653 16 0.890096 0.9324 0.0786649 0 -1 0 +1685 16 0.854311 0.880056 0.245721 0 -1 0 +1636 15 0.881938 0.0944203 0.356753 0 1 0 +1705 15 0.93983 0.240158 0.143133 0 0 0 +1657 15 0.0920055 0.959551 0.211279 1 -1 0 +1658 16 0.121869 0.977855 0.219374 1 -1 0 +1659 16 0.06889 0.984609 0.199868 1 -1 0 +1660 15 0.741937 0.768475 0.266838 0 -1 0 +1661 16 0.763324 0.784402 0.290948 0 -1 0 +1662 16 0.709476 0.782741 0.27277 0 -1 0 +1813 15 0.819487 0.481588 0.428765 0 0 0 +1735 15 0.879773 0.160149 0.171869 0 0 0 +499 15 0.798577 0.581094 0.408786 -1 0 0 +847 15 0.403085 0.197183 0.0332343 0 0 0 +1345 15 0.00968517 0.306079 0.469224 1 0 0 +982 15 0.287153 0.852963 0.426215 0 -1 0 +915 16 0.532775 0.669797 0.0692735 0 0 0 +1480 15 0.78052 0.977394 0.0439404 0 -1 0 +667 15 0.249855 0.57167 0.0662753 0 0 0 +1807 15 0.707025 0.653142 0.09893 0 0 1 +1406 16 0.496634 0.123906 0.478698 0 1 0 +376 15 0.109117 0.10055 0.0455737 0 0 1 +473 16 0.937172 0.565877 0.441678 -1 0 0 +1652 16 0.859598 0.892993 0.0512806 0 -1 0 +436 15 0.118895 0.302801 0.0173992 0 0 0 +287 16 0.180286 0.605911 0.393391 0 0 0 +1423 15 0.551091 0.892492 0.124895 0 -1 0 +1141 15 0.376421 0.943397 0.44704 0 -1 0 +1725 16 0.824152 0.206258 0.0541743 0 0 1 +165 16 0.897313 0.256893 0.0305114 -1 0 0 +558 16 0.310318 0.942224 0.474553 0 0 0 +474 16 0.961805 0.615692 0.429653 -1 0 0 +1754 16 0.805413 0.47778 0.035753 0 0 1 +377 16 0.0870399 0.128913 0.0463412 0 0 1 +1755 16 0.862232 0.476045 0.036975 0 0 1 +1296 16 0.747433 0.896507 0.432477 0 -1 0 +203 16 0.138009 0.420727 0.471619 0 0 0 +1286 16 0.640346 0.0593163 0.448716 0 0 0 +905 16 0.601418 0.565887 0.0421154 0 0 1 +1220 16 0.482264 0.772794 -0.000678583 0 0 1 +1867 15 0.726034 0.825703 0.000836997 0 0 0 +607 15 0.192132 0.338639 0.498845 0 0 0 +844 15 0.762073 0.0722029 0.00222685 0 0 0 +1040 16 0.346361 0.367129 0.0183771 0 0 0 +749 16 0.272184 0.609553 0.488875 0 0 0 +564 16 0.162626 0.674542 0.502521 0 0 0 +957 16 0.407237 0.619647 -0.006575 0 0 1 +1724 16 0.82778 0.19205 -0.000761884 0 0 1 +825 16 0.241041 0.23298 0.0095097 0 0 0 +1554 16 0.712404 0.827658 0.921547 0 0 -1 +35 5 0.459088 0.411779 0.59988 0 0 0 +36 7 0.505788 0.408534 0.627206 0 0 0 +37 1 0.50337 0.438413 0.675914 0 0 0 +38 3 0.462738 0.455669 0.69089 0 0 0 +39 10 0.430501 0.399236 0.620559 0 0 0 +40 4 0.538079 0.426945 0.610968 0 0 0 +41 4 0.513454 0.369856 0.63672 0 0 0 +42 5 0.547075 0.447242 0.701401 0 0 0 +43 6 0.549719 0.467346 0.751403 0 0 0 +44 1 0.548812 0.525053 0.75402 0 0 0 +45 3 0.519366 0.550084 0.728046 0 0 0 +46 7 0.59645 0.441013 0.776655 0 0 0 +47 8 0.605453 0.444946 0.833596 0 0 0 +48 8 0.655671 0.452115 0.850233 0 0 0 +49 8 0.564607 0.444911 0.866486 0 0 0 +50 8 0.664795 0.45163 0.901507 0 0 0 +51 8 0.575907 0.45445 0.919077 0 0 0 +52 8 0.624825 0.454119 0.935304 0 0 0 +53 10 0.580777 0.435761 0.689803 0 0 0 +54 4 0.518223 0.45744 0.774966 0 0 0 +55 4 0.596604 0.40051 0.766627 0 0 0 +56 4 0.629537 0.45687 0.756783 0 0 0 +57 11 0.687116 0.452207 0.82461 0 0 0 +58 11 0.526671 0.437262 0.854334 0 0 0 +59 11 0.703003 0.447136 0.914362 0 0 0 +60 11 0.543271 0.451996 0.943039 0 0 0 +1856 16 0.84429 0.991545 0.513228 0 0 0 +62 5 0.579828 0.550588 0.786298 0 0 0 +63 6 0.584403 0.604285 0.785909 0 0 0 +64 12 0.609305 0.624887 0.737049 0 0 0 +65 3 0.648338 0.609544 0.716623 0 0 0 +66 7 0.616171 0.619761 0.831798 0 0 0 +67 7 0.623583 0.677557 0.840162 0 0 0 +68 13 0.564383 0.712026 0.842154 0 0 0 +69 2 0.594976 0.765032 0.869926 0 0 0 +70 10 0.598286 0.529126 0.81081 0 0 0 +71 4 0.547969 0.621052 0.791968 0 0 0 +72 4 0.601831 0.602397 0.866925 0 0 0 +73 4 0.654914 0.604321 0.83308 0 0 0 +74 4 0.646932 0.68335 0.874256 0 0 0 +75 4 0.646063 0.689343 0.807043 0 0 0 +76 4 0.571647 0.798848 0.877235 0 0 0 +77 4 0.617124 0.758479 0.904677 0 0 0 +78 4 0.624744 0.782277 0.846312 0 0 0 +79 14 0.582295 0.660106 0.710543 0 0 0 +80 10 0.547714 0.669663 0.721651 0 0 0 +81 10 0.595016 0.66884 0.676302 0 0 0 +1890 16 0.955578 0.95871 0.827533 0 0 0 +1148 16 0.481838 0.784725 0.574457 0 -1 0 +338 16 0.0457442 0.045008 0.506587 0 0 0 +231 16 0.833228 0.593998 0.509034 -1 0 0 +100 15 0.305309 0.864031 0.661474 0 -1 0 +101 16 0.320045 0.894255 0.674194 0 -1 0 +102 16 0.290297 0.848529 0.690228 0 -1 0 +103 15 0.990702 0.128929 0.669903 -1 0 0 +104 16 0.0148028 0.125215 0.696318 0 0 0 +105 16 0.0101382 0.127454 0.639695 0 0 0 +1182 16 0.696535 0.236833 0.573982 0 0 0 +449 16 0.261423 0.589223 0.607919 0 0 0 +1265 16 0.92068 0.0860543 0.521095 0 0 0 +1691 16 0.671996 0.925011 0.605275 0 -1 0 +937 15 0.356505 0.827557 0.755996 0 0 -1 +1108 15 0.639266 0.882042 0.941885 0 -1 -1 +979 15 0.743577 0.123503 0.578377 0 0 0 +176 16 0.104492 0.379449 0.574863 0 0 0 +988 15 0.412888 0.255925 0.630138 0 0 0 +662 16 0.360871 0.284329 0.511785 0 0 0 +1618 15 0.808026 0.891536 0.998975 0 0 0 +130 15 0.120124 0.225693 0.619198 0 0 0 +131 16 0.115486 0.209273 0.650841 0 0 0 +132 16 0.141366 0.25373 0.62662 0 0 0 +1841 16 0.958271 0.607156 0.986638 0 0 -1 +1170 16 0.411616 0.124407 0.933796 0 0 -1 +368 16 0.299548 0.326314 0.633853 0 0 0 +656 16 0.230361 0.0256491 0.526131 0 0 0 +1232 16 0.514903 0.711446 0.520776 0 0 0 +151 15 0.994995 0.405653 0.559971 -1 0 0 +152 16 0.0250726 0.385975 0.560688 0 0 0 +153 16 0.995799 0.424465 0.590595 -1 0 0 +154 15 0.139277 0.223931 0.74026 0 0 0 +155 16 0.15505 0.241068 0.767645 0 0 0 +156 16 0.166085 0.216973 0.71734 0 0 0 +157 15 0.260522 0.457441 0.745261 0 0 0 +158 16 0.296061 0.452903 0.742289 0 0 0 +159 16 0.252192 0.442807 0.777024 0 0 0 +160 15 0.0241698 0.257839 0.777307 0 0 0 +161 16 0.993962 0.254129 0.758171 -1 0 0 +162 16 0.039865 0.225534 0.775726 0 0 0 +831 16 0.257938 0.203072 0.571562 0 0 0 +1030 15 0.188466 0.210775 0.533223 0 0 0 +186 16 0.217123 0.530926 0.514333 0 0 0 +1395 16 0.719765 0.709904 0.534839 0 0 0 +258 16 0.00878644 0.70273 0.587876 0 0 0 +181 15 0.917326 0.55349 0.712873 -1 0 0 +182 16 0.948528 0.556228 0.730518 -1 0 0 +183 16 0.898839 0.528595 0.731063 -1 0 0 +448 15 0.242667 0.590836 0.577291 0 0 0 +963 16 0.455538 0.304481 0.968151 0 1 0 +666 16 0.351894 0.257169 0.973441 0 0 0 +187 15 0.938644 0.323343 0.594322 -1 0 0 +188 16 0.954587 0.313396 0.62497 -1 0 0 +189 16 0.950677 0.356682 0.58831 -1 0 0 +191 16 0.950594 0.226543 0.851641 -1 0 -1 +110 16 0.881229 0.193171 0.767203 -1 0 -1 +542 16 0.0874576 0.0260273 0.677325 0 1 -1 +354 16 0.10305 0.254005 0.863785 0 0 -1 +208 15 0.920662 0.583622 0.54362 -1 0 0 +703 15 0.180876 0.339428 0.931737 0 0 0 +210 16 0.918747 0.5882 0.508014 -1 0 0 +211 15 0.914959 0.458647 0.966036 -1 0 0 +1101 16 0.380363 0.376975 0.51797 0 0 0 +213 16 0.921645 0.440452 0.935758 -1 0 0 +1680 16 0.660354 0.0225974 0.927005 0 0 -1 +1308 16 0.514781 0.0926942 0.893523 0 0 -1 +1716 16 0.90177 0.981997 0.696278 0 -1 0 +1889 16 0.984485 0.947908 0.779778 0 0 0 +1622 16 0.841717 0.0170454 0.930974 0 1 -1 +232 15 0.750713 0.601215 0.581164 -1 0 0 +233 16 0.728807 0.601102 0.552659 -1 0 0 +234 16 0.780002 0.61879 0.569953 -1 0 0 +235 15 0.131001 0.222024 0.932186 0 0 0 +236 16 0.124185 0.254633 0.9457 0 0 0 +567 16 0.926629 0.945832 0.942217 -1 0 0 +238 15 0.807976 0.546425 0.66604 -1 0 0 +239 16 0.777776 0.553594 0.647902 -1 0 0 +240 16 0.802032 0.559536 0.698983 -1 0 0 +1277 16 0.384499 0.181931 0.745533 0 0 -1 +219 16 0.093204 0.574325 0.931901 0 0 -1 +1733 16 0.818992 0.31211 0.972899 0 0 -1 +1127 16 0.53 0.925486 0.671757 0 -1 0 +259 15 0.871649 0.642595 0.681735 -1 0 0 +576 16 0.1898 0.954476 0.539311 0 -1 0 +1655 16 0.0427525 0.712893 0.897022 1 -1 -1 +262 15 0.814484 0.905722 0.592281 -1 0 0 +263 16 0.815492 0.869786 0.592053 -1 0 0 +264 16 0.780154 0.913819 0.585326 -1 0 0 +29 7 0.488826 0.43935 0.513516 0 0 0 +714 16 0.1761 0.531585 0.958946 0 0 -1 +267 16 0.795724 0.777022 0.90391 -1 0 0 +268 15 0.830089 0.655608 0.883245 -1 0 0 +269 16 0.825305 0.689845 0.893113 -1 0 0 +270 16 0.815644 0.653595 0.850386 -1 0 0 +273 16 0.768664 0.873588 0.700375 -1 0 -1 +563 16 0.219106 0.679236 0.507092 0 0 0 +297 16 0.206892 0.619349 0.730454 0 0 0 +289 15 0.056304 0.765067 0.596279 0 0 0 +290 16 0.0557326 0.780786 0.628605 0 0 0 +291 16 0.0731842 0.788682 0.57507 0 0 0 +292 15 0.914472 0.814825 0.785251 -1 0 0 +293 16 0.945821 0.804347 0.79939 -1 0 0 +294 16 0.923446 0.831003 0.754426 -1 0 0 +295 15 0.188696 0.645958 0.714541 0 0 0 +296 16 0.190906 0.673443 0.737609 0 0 0 +1378 15 0.74036 0.719187 0.97998 0 0 -1 +863 16 0.287308 0.324978 0.941528 0 0 -1 +313 15 0.177159 0.679029 0.613515 0 0 0 +314 16 0.173491 0.713816 0.62181 0 0 0 +315 16 0.179922 0.66243 0.645284 0 0 0 +1595 16 0.94272 0.586793 0.898778 0 0 -1 +1690 15 0.707229 0.919601 0.600604 0 -1 0 +1009 15 0.483893 0.30106 0.550971 0 0 0 +319 15 0.966128 0.838586 0.637605 -1 0 0 +320 16 0.954268 0.823507 0.607202 -1 0 0 +321 16 1.00172 0.833569 0.636868 -1 0 0 +322 15 0.0921166 0.757956 0.729327 0 0 0 +323 16 0.0994252 0.787771 0.748037 0 0 0 +324 16 0.116 0.758096 0.702456 0 0 0 +1888 15 0.969499 0.974694 0.798496 0 0 0 +543 16 0.115107 0.0132589 0.72534 0 1 -1 +764 16 0.449881 0.696982 0.969394 0 0 -1 +215 16 0.0992163 0.362498 0.86175 0 0 0 +1073 16 0.413172 0.759888 0.516229 0 0 0 +177 16 0.117299 0.33926 0.612991 0 0 0 +688 15 0.230452 0.42394 0.963728 0 0 0 +346 15 0.110394 0.481413 0.738538 0 0 0 +347 16 0.103039 0.48862 0.704094 0 0 0 +348 16 0.116548 0.513581 0.753362 0 0 0 +349 15 0.908157 0.0781689 0.851197 -1 0 0 +350 16 0.925545 0.0765933 0.819771 -1 0 0 +351 16 0.885564 0.105903 0.847617 -1 0 0 +345 16 0.159807 0.0189517 0.630831 0 0 0 +1758 16 0.0660306 0.621539 0.870876 1 0 -1 +812 16 0.325479 0.0861375 0.505109 0 0 0 +1398 16 0.400535 0.880831 0.895811 0 0 -1 +1307 16 0.508675 0.148041 0.905029 0 0 -1 +1863 16 0.979409 0.0514563 0.870976 0 1 0 +1249 15 0.402616 0.926877 0.992017 0 -1 -1 +372 16 0.378954 0.368691 0.689734 0 0 0 +981 16 0.74036 0.133744 0.612687 0 0 0 +374 16 0.222586 0.159959 0.839011 0 0 0 +484 15 0.0428797 0.892033 0.913208 0 0 0 +1156 15 0.651343 0.160449 0.554596 0 0 0 +204 16 0.121621 0.461366 0.507851 0 0 0 +1756 15 0.0403558 0.618144 0.845942 1 0 -1 +332 16 0.933593 0.826198 0.967506 -1 -1 -1 +612 16 0.112368 0.160578 0.712189 0 0 0 +1677 16 0.925033 0.110847 0.965755 0 0 -1 +397 15 0.183598 0.849606 0.83635 0 -1 0 +398 16 0.183001 0.818099 0.853655 0 -1 0 +399 16 0.177389 0.874069 0.861953 0 -1 0 +400 15 0.220566 0.200173 0.685555 0 0 0 +401 16 0.211474 0.170171 0.667959 0 0 0 +402 16 0.247425 0.214186 0.666198 0 0 0 +924 16 0.359115 0.485077 0.542268 0 0 0 +357 16 0.142097 0.177499 0.875246 0 0 -1 +1250 16 0.406581 0.906243 0.962845 0 -1 -1 +421 15 0.124177 0.475686 0.578306 0 0 0 +1097 16 0.440226 0.593163 0.574966 0 0 0 +423 16 0.0975999 0.49831 0.586923 0 0 0 +424 15 0.859062 0.407078 0.592256 -1 0 0 +1010 16 0.453751 0.288604 0.566096 0 0 0 +426 16 0.878525 0.384545 0.57211 -1 0 0 +427 15 0.017273 0.355342 0.922462 0 0 0 +428 16 0.0268614 0.333676 0.949501 0 0 0 +429 16 0.047787 0.371685 0.912753 0 0 0 +1654 15 0.0295762 0.729146 0.867788 1 -1 -1 +815 16 0.633979 0.0256882 0.587013 0 0 0 +1084 15 0.306418 0.0662266 0.809589 0 1 -1 +611 16 0.118213 0.10662 0.69524 0 0 0 +1887 16 0.879764 0.93223 0.869765 0 0 0 +1361 16 0.82585 0.479885 0.901151 0 0 -1 +109 15 0.877362 0.161548 0.750545 -1 0 -1 +646 15 0.552237 0.298277 0.863403 0 0 -1 +1646 16 0.85126 0.891267 0.662304 0 0 0 +990 16 0.448557 0.251481 0.629504 0 0 0 +1408 15 0.648101 0.799301 0.726753 0 0 0 +454 15 0.861678 0.506576 0.578318 -1 0 0 +455 16 0.844819 0.527919 0.601827 -1 0 0 +456 16 0.887421 0.527306 0.564177 -1 0 0 +457 15 0.981907 0.358047 0.714478 -1 0 0 +458 16 0.973523 0.389154 0.698524 -1 0 0 +459 16 0.0102543 0.365877 0.735156 0 0 0 +1552 15 0.719763 0.822929 0.886676 0 0 -1 +404 16 0.505742 0.3503 0.942618 0 0 0 +991 15 0.3785 0.41705 0.848509 0 0 -1 +379 15 0.345749 0.215093 0.846316 0 0 -1 +478 15 0.189549 0.45347 0.658444 0 0 0 +479 16 0.164507 0.444111 0.68248 0 0 0 +480 16 0.220085 0.45496 0.677359 0 0 0 +864 16 0.31807 0.334813 0.894732 0 0 -1 +942 16 0.226551 0.788146 0.984772 0 0 -1 +1278 16 0.385014 0.182286 0.802389 0 0 -1 +926 16 0.509356 0.833072 0.806511 0 0 0 +940 15 0.191123 0.790324 0.979071 0 0 -1 +1085 16 0.32126 0.04366 0.833314 0 1 -1 +31 3 0.405292 0.435591 0.537946 0 0 0 +792 16 0.369539 0.991504 0.886226 0 -1 -1 +502 15 0.107643 0.590496 0.741757 0 0 0 +503 16 0.0850712 0.615541 0.754234 0 0 0 +504 16 0.136715 0.608926 0.731385 0 0 0 +505 15 0.898316 0.564074 0.842591 -1 0 0 +506 16 0.872836 0.563632 0.867948 -1 0 0 +507 16 0.896829 0.531366 0.827747 -1 0 0 +1749 16 0.825203 0.398207 0.502417 0 0 0 +1149 16 0.531722 0.785878 0.601718 0 -1 0 +676 15 0.373957 0.68357 0.56325 0 0 0 +1663 15 0.63219 0.883433 0.49855 0 -1 0 +1767 16 0.976212 0.243258 0.575687 0 0 0 +513 16 0.0107268 0.573478 0.551817 0 0 0 +1695 16 0.29482 0.444768 0.844152 1 0 0 +529 15 0.173062 0.471834 0.882948 0 0 0 +530 16 0.148084 0.452347 0.865954 0 0 0 +531 16 0.203217 0.452507 0.879851 0 0 0 +370 15 0.357702 0.375298 0.661501 0 0 0 +512 16 0.0422098 0.618942 0.538598 0 0 0 +1491 16 0.225207 0.451247 0.566719 1 0 0 +535 15 0.325044 0.00207504 0.640535 0 1 0 +536 16 0.352831 0.990141 0.659975 0 0 0 +537 16 0.29741 0.00234209 0.66353 0 1 0 +1775 16 0.950007 0.418491 0.856365 0 0 0 +839 16 0.162476 0.995896 0.992745 0 -1 0 +811 15 0.327128 0.121129 0.513189 0 0 0 +93 16 0.919225 0.875562 0.534285 -1 -1 0 +1721 16 0.9575 0.193086 0.685707 0 0 0 +375 16 0.273799 0.136905 0.830142 0 0 0 +925 15 0.48486 0.826578 0.83201 0 0 0 +1067 16 0.478965 0.557241 0.661329 0 0 0 +559 15 0.241664 0.799158 0.753827 0 0 0 +560 16 0.25786 0.771044 0.76931 0 0 0 +561 16 0.234328 0.821454 0.781058 0 0 0 +695 16 0.479447 0.552922 0.943362 0 0 -1 +330 16 0.84921 0.779974 0.983619 -1 -1 -1 +1234 15 0.444875 0.902264 0.528446 0 0 0 +816 16 0.624934 0.050749 0.536784 0 0 0 +952 15 0.209756 0.849989 0.626129 0 0 0 +1199 16 0.393373 0.444065 0.970128 0 0 0 +1450 15 0.679109 0.936162 0.771149 0 -1 -1 +237 16 0.158034 0.209421 0.952255 0 0 0 +1704 16 0.239219 0.0581774 0.681639 1 0 -1 +1276 15 0.404919 0.173296 0.773833 0 0 -1 +1769 16 0.845588 0.677564 0.626615 0 0 0 +1218 16 0.870716 0.435289 0.65402 0 0 0 +395 16 0.082569 0.165055 0.592883 0 0 0 +589 15 0.468744 0.00422751 0.815201 0 0 0 +590 16 0.450066 0.0261775 0.793713 0 0 0 +591 16 0.501191 0.00207111 0.799874 0 0 0 +592 15 0.0893922 0.845389 0.782429 0 -1 0 +593 16 0.0616748 0.84932 0.804983 0 -1 0 +594 16 0.117834 0.857243 0.800948 0 -1 0 +1004 16 0.279983 0.279543 0.735597 0 0 0 +610 15 0.110231 0.139516 0.683133 0 0 0 +425 16 0.860007 0.438255 0.57438 -1 0 0 +1164 16 0.773328 0.178776 0.920333 0 0 -1 +440 16 0.986313 0.514379 0.927747 -1 0 -1 +670 15 0.145025 0.767707 0.893425 0 0 -1 +1768 15 0.832323 0.698108 0.600263 0 0 0 +616 15 0.141201 0.900734 0.673857 0 -1 0 +1714 15 0.886865 0.984241 0.728916 0 -1 0 +1118 16 0.689331 0.0881077 0.919936 0 0 -1 +619 15 0.357831 0.318342 0.821227 0 0 0 +620 16 0.36548 0.283302 0.818743 0 0 0 +621 16 0.323961 0.321028 0.809478 0 0 0 +637 15 0.268063 0.982906 0.742674 0 -1 0 +638 16 0.233311 0.980386 0.751525 0 -1 0 +639 16 0.285232 0.964258 0.768168 0 -1 0 +640 15 0.255115 0.0577979 0.921508 0 0 0 +641 16 0.264519 0.0656159 0.887701 0 0 0 +642 16 0.227496 0.0797299 0.928481 0 0 0 +643 15 0.207259 0.274334 0.851363 0 0 0 +644 16 0.223142 0.278727 0.819411 0 0 0 +645 16 0.173128 0.266293 0.843433 0 0 0 +1886 16 0.907682 0.883425 0.861305 0 0 0 +1313 16 0.723618 0.278052 1.00024 0 0 -1 +1410 16 0.667611 0.775601 0.745464 0 0 0 +1306 15 0.497686 0.115447 0.915488 0 0 -1 +1489 15 0.222953 0.415573 0.570566 1 0 0 +91 15 0.905417 0.908237 0.528445 -1 -1 0 +704 16 0.163739 0.32153 0.957785 0 0 0 +1885 15 0.912472 0.917456 0.871857 0 0 0 +1072 15 0.446358 0.746888 0.520932 0 0 0 +682 15 0.376743 0.536645 0.869219 0 0 0 +683 16 0.340818 0.536193 0.867933 0 0 0 +1417 15 0.383756 0.790974 0.984763 0 0 0 +485 16 0.0106155 0.876728 0.917355 0 0 0 +1231 15 0.518682 0.683799 0.543442 0 0 0 +1389 16 0.605671 0.891108 0.565728 0 0 0 +1233 16 0.487753 0.665668 0.540778 0 0 0 +575 16 0.215605 0.905123 0.527853 0 -1 0 +260 16 0.892796 0.661261 0.704025 -1 0 0 +1168 15 0.375884 0.128079 0.935276 0 0 -1 +61 11 0.632016 0.454901 0.975216 0 0 0 +700 15 0.897941 0.307867 0.707851 -1 0 0 +701 16 0.914406 0.276746 0.700584 -1 0 0 +702 16 0.92444 0.329918 0.718049 -1 0 0 +1676 16 0.921124 0.14216 0.918458 0 0 -1 +574 15 0.189718 0.919629 0.548149 0 -1 0 +705 16 0.188519 0.314375 0.907111 0 0 0 +614 16 0.176144 0.141693 0.551298 0 0 0 +694 15 0.461996 0.528947 0.963687 0 0 -1 +708 16 0.13513 0.709171 0.781266 0 0 0 +709 15 0.0365395 0.675583 0.759757 0 0 0 +710 16 0.0504158 0.707079 0.74937 0 0 0 +711 16 0.00339424 0.675308 0.745838 0 0 0 +1109 16 0.640776 0.913325 0.924237 0 -1 -1 +381 16 0.360423 0.201977 0.876401 0 0 -1 +939 16 0.332111 0.801202 0.754336 0 0 -1 +1280 16 0.485466 0.0869872 0.988174 0 0 -1 +727 15 0.0049792 0.561233 0.767986 0 0 0 +728 16 0.0141244 0.582039 0.79584 0 0 0 +729 16 0.0362046 0.55327 0.752049 0 0 0 +730 15 0.988062 0.458319 0.648795 -1 0 0 +731 16 0.00397911 0.488049 0.661253 0 0 0 +732 16 0.95389 0.461193 0.659588 -1 0 0 +733 15 0.252296 0.626793 0.945857 0 0 0 +734 16 0.236578 0.595986 0.955675 0 0 0 +1200 16 0.435242 0.47313 0.944927 0 0 0 +992 16 0.395535 0.423657 0.87947 0 0 -1 +751 15 0.087529 0.542973 0.652636 0 0 0 +1162 15 0.797012 0.161061 0.940769 0 0 -1 +753 16 0.0615188 0.565365 0.641937 0 0 0 +754 15 0.254744 0.881766 0.94072 0 0 0 +755 16 0.220289 0.885125 0.950417 0 0 0 +756 16 0.270695 0.866706 0.969201 0 0 0 +757 15 0.174505 0.764264 0.673057 0 0 0 +758 16 0.183613 0.797603 0.66316 0 0 0 +759 16 0.199685 0.754738 0.696882 0 0 0 +618 16 0.169963 0.882945 0.661662 0 -1 0 +271 15 0.737715 0.855404 0.698376 -1 0 -1 +1236 16 0.462525 0.933564 0.527355 0 0 0 +266 16 0.849728 0.779794 0.88634 -1 0 0 +1857 16 0.811643 0.0286929 0.541284 0 1 0 +778 15 0.300604 0.695924 0.637327 0 0 0 +779 16 0.32773 0.698069 0.613832 0 0 0 +780 16 0.301581 0.661986 0.649147 0 0 0 +781 15 0.427176 0.736998 0.839238 0 0 0 +782 16 0.423246 0.736334 0.874967 0 0 0 +783 16 0.394518 0.729131 0.826432 0 0 0 +784 15 0.300801 0.0137332 0.541285 0 1 0 +785 16 0.312839 -0.0032582 0.570591 0 1 0 +786 16 0.284805 0.988031 0.521897 0 0 0 +787 15 0.271942 0.707523 0.534423 0 0 0 +788 16 0.269236 0.700624 0.569602 0 0 0 +789 16 0.307099 0.704858 0.527395 0 0 0 +1135 15 0.710144 0.330684 0.864054 0 0 -1 +257 16 0.982632 0.692631 0.53841 -1 0 0 +818 16 0.273454 0.169873 0.913888 0 0 -1 +808 15 0.410752 0.966604 0.690521 0 -1 0 +809 16 0.421199 0.937618 0.671998 0 -1 0 +810 16 0.435895 0.991325 0.68351 0 -1 0 +1530 16 0.891019 0.363348 0.924704 0 0 0 +1178 16 0.736427 0.0919672 0.681843 0 0 0 +1390 15 0.752219 0.465919 0.508571 0 0 0 +1119 16 0.679177 0.104762 0.866528 0 0 -1 +533 16 0.185351 0.540703 0.866713 0 0 0 +650 16 0.114402 0.477201 0.974347 0 0 -1 +1451 16 0.700929 0.915342 0.751582 0 -1 -1 +1056 16 0.131825 0.973593 0.87942 0 0 -1 +1147 15 0.497216 0.795361 0.605163 0 -1 0 +1607 16 0.016883 0.884749 0.716815 1 0 0 +835 15 0.369026 0.46921 0.757702 0 0 0 +836 16 0.364312 0.46177 0.792557 0 0 0 +837 16 0.403904 0.462833 0.751762 0 0 0 +569 16 0.263157 0.0373432 0.988236 0 0 -1 +493 15 0.108163 0.817471 0.528868 0 0 0 +974 16 0.334877 0.837038 0.59611 0 -1 0 +841 15 0.339634 0.915371 0.888773 0 -1 0 +842 16 0.334434 0.913968 0.853228 0 -1 0 +843 16 0.308297 0.904829 0.90289 0 -1 0 +1217 16 0.850361 0.485753 0.670514 0 0 0 +859 15 0.717402 0.225074 0.891245 0 0 0 +860 16 0.69079 0.202912 0.900893 0 0 0 +861 16 0.717946 0.250223 0.916929 0 0 0 +1770 16 0.807919 0.718932 0.616486 0 0 0 +1866 16 0.063631 0.828002 0.706601 1 0 -1 +1529 16 0.901815 0.318542 0.958002 0 0 0 +1884 16 0.0740545 0.0195611 0.586202 1 1 0 +1868 16 0.73198 0.790659 0.995453 0 0 -1 +307 15 0.15609 0.0724442 0.956358 0 1 -1 +1501 15 0.598097 0.13925 0.970066 0 0 0 +901 15 0.363846 0.516739 0.65606 0 0 0 +902 16 0.376383 0.510945 0.689251 0 0 0 +903 16 0.387576 0.539342 0.64128 0 0 0 +1063 15 0.449804 0.88763 0.633646 0 0 0 +907 15 0.680892 0.6373 0.968899 0 0 0 +311 16 0.902221 0.794336 0.557466 -1 0 0 +1692 16 0.713163 0.886777 0.614012 0 -1 0 +961 15 0.447068 0.283886 0.996373 0 1 0 +30 1 0.449259 0.428662 0.551746 0 0 0 +906 16 0.581212 0.573766 0.989556 0 0 0 +1855 15 0.833871 0.0259526 0.513162 0 1 0 +1215 16 0.803729 0.136336 0.520018 0 0 0 +344 16 0.209413 0.992737 0.621617 0 -1 0 +373 15 0.257717 0.166181 0.843434 0 0 0 +829 15 0.288659 0.207846 0.589613 0 0 0 +1528 15 0.875813 0.333797 0.938416 0 0 0 +928 15 0.442036 0.614194 0.763338 0 0 0 +929 16 0.468865 0.596396 0.747343 0 0 0 +930 16 0.44876 0.648812 0.756354 0 0 0 +112 15 0.150905 0.959346 0.769095 0 -1 -1 +498 16 0.562721 0.599987 0.524919 -1 0 0 +1401 16 0.30891 0.724806 0.955282 0 0 -1 +1086 16 0.3013 0.046255 0.780137 0 1 -1 +987 16 0.614589 0.267143 0.520573 0 0 0 +1368 16 0.759112 0.529678 0.920367 0 0 -1 +1881 16 0.885349 0.0334334 0.615623 0 1 0 +283 15 0.0130564 0.0671772 0.780547 0 1 0 +953 16 0.245301 0.853191 0.630456 0 0 0 +1102 15 0.61131 0.684005 0.601617 0 0 0 +927 16 0.469088 0.795941 0.821761 0 0 0 +1502 16 0.626033 0.129874 0.949473 0 0 0 +713 16 0.225115 0.504419 0.968561 0 0 -1 +958 15 0.22535 0.559553 0.754939 0 0 0 +959 16 0.222349 0.561875 0.790689 0 0 0 +960 16 0.235461 0.52558 0.748932 0 0 0 +1011 16 0.482805 0.288723 0.517221 0 0 0 +585 16 0.127596 0.910857 0.56053 0 -1 0 +690 16 0.206824 0.398812 0.95359 0 0 0 +1656 16 0.000103221 0.710298 0.859509 1 -1 -1 +1151 16 0.737807 0.253292 0.503229 0 0 0 +1169 16 0.363149 0.0951658 0.928424 0 0 -1 +92 16 0.891191 0.917791 0.560049 -1 -1 0 +486 16 0.050696 0.905506 0.945609 0 0 0 +1065 16 0.469127 0.858513 0.625206 0 0 0 +511 15 0.0266412 0.589956 0.524111 0 0 0 +343 15 0.187183 0.00309357 0.647904 0 0 0 +388 15 0.159287 0.348476 0.740046 0 0 0 +1819 15 0.812668 0.807386 0.553659 0 0 0 +1068 16 0.505029 0.580469 0.616451 0 0 0 +1509 16 0.560723 0.0784851 0.583662 0 0 0 +938 16 0.38519 0.814385 0.73879 0 0 -1 +1880 16 0.847005 0.997698 0.63766 0 0 0 +1110 16 0.641494 0.891155 0.97659 0 -1 -1 +534 16 0.168844 0.594849 0.872068 0 0 0 +441 16 0.0369968 0.490859 0.938275 0 0 -1 +648 16 0.524258 0.312659 0.880802 0 0 -1 +602 16 0.327987 0.665979 0.831662 0 -1 -1 +312 16 0.939695 0.792764 0.514733 -1 0 0 +1012 15 0.377345 0.100481 0.612679 0 0 0 +1013 16 0.346921 0.0864129 0.625676 0 0 0 +1014 16 0.366848 0.120171 0.584491 0 0 0 +1015 15 0.348008 0.196469 0.694155 0 0 0 +1016 16 0.34512 0.190781 0.658775 0 0 0 +1017 16 0.314072 0.196938 0.706008 0 0 0 +1879 15 0.877676 0.998466 0.618922 0 0 0 +1033 15 0.548416 0.194604 0.882351 0 0 0 +1034 16 0.54526 0.229952 0.876605 0 0 0 +1035 16 0.54376 0.179753 0.849944 0 0 0 +1732 15 0.786187 0.312055 0.987605 0 0 -1 +1610 16 0.470546 0.821224 0.718417 0 0 0 +310 15 0.933814 0.807813 0.546848 -1 0 0 +261 16 0.879607 0.608188 0.688461 -1 0 0 +325 15 0.295877 0.590076 0.660711 0 0 -1 +1678 15 0.690526 0.0247987 0.946426 0 0 -1 +1314 16 0.672453 0.289837 0.978419 0 0 -1 +1264 15 0.946018 0.0748785 0.544019 0 0 0 +1060 15 0.252104 0.830837 0.520719 0 0 0 +1075 15 0.329892 0.620078 0.768434 0 0 0 +1076 16 0.363002 0.607638 0.761997 0 0 0 +1077 16 0.310153 0.590594 0.774219 0 0 0 +1078 15 0.457692 0.604645 0.865071 0 0 0 +649 15 0.102889 0.510992 0.970095 0 0 -1 +1080 16 0.453861 0.616753 0.831439 0 0 0 +1096 15 0.434291 0.605236 0.541628 0 0 0 +1213 15 0.833034 0.15445 0.509746 0 0 0 +1571 16 0.585035 0.331846 0.979205 0 0 0 +1360 15 0.836287 0.509274 0.919034 0 0 -1 +309 16 0.141335 0.0722132 0.923575 0 1 -1 +1104 16 0.584785 0.68272 0.577384 0 0 0 +1596 16 0.997244 0.602625 0.895706 0 0 -1 +1103 16 0.640615 0.692211 0.582477 0 0 0 +663 16 0.378741 0.260928 0.560426 0 0 0 +1105 15 0.310714 0.723875 0.733101 0 0 0 +1106 16 0.301703 0.724977 0.698316 0 0 0 +1107 16 0.318798 0.689385 0.739229 0 0 0 +1177 15 0.717395 0.122019 0.676636 0 0 0 +1123 15 0.567737 0.109056 0.728999 0 0 0 +1124 16 0.574495 0.0805116 0.749783 0 0 0 +1125 16 0.598407 0.127811 0.729193 0 0 0 +34 4 0.513045 0.46736 0.530073 0 0 0 +1668 16 0.915838 0.0936596 0.658134 0 0 0 +1388 16 0.5975 0.847617 0.60143 0 0 0 +1129 15 0.342515 0.924941 0.788307 0 -1 0 +1130 16 0.34672 0.889945 0.781237 0 -1 0 +1131 16 0.361788 0.941636 0.762965 0 -1 0 +1132 15 0.44749 0.0172265 0.554892 0 0 0 +1133 16 0.4272 0.00769399 0.582997 0 0 0 +1134 16 0.464284 0.0471434 0.565635 0 0 0 +799 15 0.438171 0.144985 0.49969 0 0 0 +1715 16 0.913263 0.975065 0.75153 0 -1 0 +218 16 0.131677 0.611101 0.951907 0 0 -1 +615 16 0.136296 0.109828 0.576392 0 0 0 +1153 15 0.652007 0.253113 0.661101 0 0 0 +1154 16 0.658094 0.230085 0.688028 0 0 0 +1155 16 0.616281 0.257082 0.660539 0 0 0 +195 16 0.784439 0.423742 0.945935 -1 0 -1 +1546 15 0.877995 0.777952 0.679864 0 0 0 +671 16 0.157954 0.775729 0.925997 0 0 -1 +1159 15 0.676241 0.346355 0.74577 0 0 0 +1160 16 0.666984 0.319147 0.724172 0 0 0 +1161 16 0.659676 0.375021 0.731761 0 0 0 +680 16 0.279049 0.51741 0.921795 0 0 0 +541 15 0.0888875 0.0341286 0.712322 0 1 -1 +752 16 0.103482 0.560077 0.679937 0 0 0 +113 16 0.150134 0.960108 0.80503 0 -1 -1 +326 16 0.318814 0.562404 0.661465 0 0 -1 +834 16 0.395505 0.349653 0.775839 0 0 0 +1693 15 0.266031 0.423239 0.843844 1 0 0 +465 16 0.936603 0.678622 0.882469 -1 0 -1 +1183 15 0.492234 0.171194 0.649309 0 0 0 +1184 16 0.463963 0.158057 0.631404 0 0 0 +1185 16 0.518127 0.146727 0.644475 0 0 0 +922 15 0.344999 0.509699 0.520203 0 0 0 +1066 15 0.472741 0.576834 0.631837 0 0 0 +212 16 0.927192 0.437313 0.992259 -1 0 0 +1387 15 0.59852 0.883529 0.600135 0 0 0 +689 16 0.262276 0.411354 0.952715 0 0 0 +1005 16 0.231486 0.306921 0.74706 0 0 0 +1667 16 0.86978 0.120722 0.638662 0 0 0 +371 16 0.346894 0.409274 0.666111 0 0 0 +284 16 0.99618 0.0367007 0.789425 -1 1 0 +679 15 0.27639 0.521185 0.886142 0 0 0 +706 15 0.16297 0.700569 0.802323 0 0 0 +1219 15 0.491522 0.750802 0.972431 0 0 0 +209 16 0.941656 0.610477 0.555043 -1 0 0 +1221 16 0.523534 0.762947 0.96147 0 0 0 +966 16 0.411084 0.0980974 0.764858 0 0 -1 +1871 16 0.729599 0.76318 0.831782 0 0 -1 +1838 16 0.829106 0.579151 0.970593 0 0 -1 +814 15 0.607734 0.0364664 0.564936 0 0 0 +1079 16 0.430803 0.581162 0.869314 0 0 0 +1240 15 0.484681 0.0401264 0.66345 0 1 0 +1241 16 0.509865 0.0445897 0.638185 0 1 0 +1242 16 0.486381 0.0700783 0.68326 0 1 0 +565 15 0.95197 0.963452 0.960652 -1 0 0 +464 16 0.891457 0.693283 0.851168 -1 0 -1 +390 16 0.125658 0.336202 0.736745 0 0 0 +1545 16 0.547289 0.983775 0.507891 0 0 0 +1507 15 0.527995 0.0933406 0.584427 0 0 0 +1248 16 0.606709 0.835267 0.973341 0 0 0 +1273 15 0.865264 0.0891773 0.995808 0 0 0 +1864 15 0.0663284 0.836842 0.67186 1 0 -1 +1362 16 0.863202 0.497972 0.940017 0 0 -1 +1267 15 0.736412 0.0201398 0.579009 0 0 0 +1268 16 0.752952 0.0160854 0.61067 0 0 0 +1269 16 0.716262 0.990573 0.575515 0 -1 0 +1270 15 0.536841 0.622286 0.941559 0 -1 0 +1271 16 0.560471 0.646374 0.929157 0 -1 0 +1272 16 0.519955 0.610274 0.912183 0 -1 0 +1839 16 0.831292 0.629577 0.944413 0 0 -1 +214 15 0.112786 0.391841 0.877476 0 0 0 +583 15 0.0927107 0.907547 0.568562 0 -1 0 +647 16 0.580237 0.318728 0.872903 0 0 -1 +1291 15 0.831936 0.174384 0.660127 0 0 0 +1292 16 0.813964 0.191123 0.686381 0 0 0 +1594 15 0.971032 0.595354 0.919212 0 0 -1 +1137 16 0.745089 0.322276 0.864816 0 0 -1 +655 15 0.194434 0.0267494 0.525478 0 0 0 +265 15 0.817969 0.764948 0.87838 -1 0 0 +1297 15 0.569181 0.000528706 0.767619 0 0 0 +1298 16 0.554896 -0.00310537 0.734829 0 0 0 +1299 16 0.595873 0.976464 0.768539 0 -1 0 +1300 15 0.515156 0.189289 0.769119 0 0 0 +1301 16 0.525438 0.159724 0.75144 0 0 0 +1861 15 0.00222635 0.0526995 0.89873 1 1 0 +1318 15 0.788467 0.317748 0.546192 0 0 0 +1319 16 0.766889 0.33053 0.520435 0 0 0 +1320 16 0.767073 0.297191 0.566494 0 0 0 +1321 15 0.587007 0.298304 0.568983 0 0 0 +1322 16 0.551756 0.302808 0.563553 0 0 0 +463 15 0.926678 0.699449 0.854898 -1 0 -1 +1324 15 0.522576 0.291446 0.759566 0 0 0 +1325 16 0.526328 0.298826 0.79455 0 0 0 +1326 16 0.510546 0.257578 0.758738 0 0 0 +696 16 0.439801 0.548724 0.983902 0 0 -1 +1609 15 0.450922 0.794382 0.70475 0 0 0 +1765 15 0.967754 0.227571 0.544465 0 0 0 +980 16 0.734942 0.0886054 0.57854 0 0 0 +1180 15 0.71864 0.260856 0.589037 0 0 0 +664 15 0.327233 0.280183 0.985878 0 0 0 +1239 16 0.588059 0.566205 0.642094 0 0 0 +1348 15 0.747266 0.387823 0.624434 0 0 0 +1349 16 0.754726 0.398799 0.591023 0 0 0 +1350 16 0.773478 0.364519 0.632329 0 0 0 +1351 15 0.639475 0.406124 0.667211 0 0 0 +1352 16 0.65923 0.390394 0.641623 0 0 0 +1353 16 0.652705 0.439466 0.669592 0 0 0 +1354 15 0.82518 0.329485 0.645789 0 0 0 +1355 16 0.837794 0.354585 0.623354 0 0 0 +1356 16 0.852433 0.323023 0.668326 0 0 0 +965 16 0.408538 0.0740293 0.713407 0 0 -1 +975 16 0.373481 0.834049 0.554472 0 -1 0 +1081 15 0.78016 0.957848 0.836593 0 0 -1 +1703 16 0.239145 0.0966158 0.639742 1 0 -1 +1323 16 0.589609 0.288195 0.603384 0 0 0 +1375 15 0.620241 0.468567 0.58261 0 0 0 +1376 16 0.630744 0.435902 0.571881 0 0 0 +1377 16 0.650543 0.484749 0.593208 0 0 0 +1214 16 0.836838 0.180229 0.534513 0 0 0 +833 16 0.450393 0.355968 0.762408 0 0 0 +1393 15 0.698128 0.736578 0.545458 0 0 0 +712 15 0.209734 0.536856 0.970496 0 0 -1 +1570 15 0.550548 0.331508 0.989351 0 0 0 +527 16 0.0868844 0.710556 0.560723 0 0 0 +1411 15 0.596632 0.780373 0.642804 0 0 0 +367 15 0.28363 0.295489 0.643282 0 0 0 +1379 16 0.718062 0.691078 0.97771 0 0 -1 +1414 15 0.623584 0.873105 0.832408 0 0 0 +1415 16 0.602883 0.88894 0.85717 0 0 0 +1416 16 0.600321 0.858535 0.809192 0 0 0 +1766 16 0.936712 0.242908 0.534791 0 0 0 +1136 16 0.704487 0.34268 0.83064 0 0 -1 +1179 16 0.712953 0.135696 0.709585 0 0 0 +1420 15 0.515901 0.930843 0.872474 0 0 0 +1421 16 0.503392 0.89755 0.867227 0 0 0 +1422 16 0.492013 0.952133 0.856086 0 0 0 +791 16 0.404024 0.0211428 0.852091 0 0 -1 +1238 16 0.585399 0.529736 0.598552 0 0 0 +1246 15 0.584515 0.809598 0.985212 0 0 0 +389 16 0.157357 0.373149 0.766122 0 0 0 +275 16 0.012564 0.785099 0.853772 0 0 -1 +1099 15 0.350576 0.356964 0.515786 0 0 0 +1216 15 0.870232 0.458026 0.681864 0 0 0 +1666 15 0.895036 0.0970299 0.629007 0 0 0 +1444 15 0.635407 0.191741 0.742233 0 0 0 +1445 16 0.610345 0.20112 0.76624 0 0 0 +1446 16 0.666607 0.196489 0.759452 0 0 0 +613 15 0.17188 0.112748 0.572189 0 0 0 +678 16 0.372486 0.648986 0.553546 0 0 0 +308 16 0.128578 0.0789109 0.978578 0 1 -1 +1082 16 0.805056 0.975436 0.855653 0 0 -1 +1098 16 0.44085 0.576912 0.520483 0 0 0 +1466 16 0.0618833 0.259495 0.626197 1 0 0 +1883 16 0.0908935 0.0701811 0.605873 1 1 0 +1468 15 0.837301 0.15258 0.847899 0 0 0 +1469 16 0.807841 0.161962 0.829555 0 0 0 +1470 16 0.861333 0.178137 0.840041 0 0 0 +1471 15 0.801615 0.0867579 0.746234 0 0 0 +1472 16 0.826332 0.109476 0.759095 0 0 0 +1473 16 0.777477 0.0837697 0.772707 0 0 0 +1474 15 0.597686 0.983943 0.916375 0 -1 0 +1475 16 0.583885 0.985506 0.949534 0 -1 0 +1476 16 0.572894 0.966431 0.89711 0 -1 0 +657 16 0.18584 0.0537647 0.547586 0 0 0 +356 16 0.124947 0.164231 0.822684 0 0 -1 +1409 16 0.671236 0.825586 0.718607 0 0 0 +1495 15 0.550542 0.257631 0.662014 0 0 0 +1496 16 0.53289 0.226333 0.663148 0 0 0 +1497 16 0.543218 0.273257 0.693551 0 0 0 +184 15 0.240716 0.504549 0.508005 0 0 0 +1158 16 0.643984 0.136601 0.580472 0 0 0 +1467 16 0.0379789 0.310291 0.635208 1 0 0 +1157 16 0.683817 0.150885 0.542497 0 0 0 +33 4 0.512801 0.408221 0.50344 0 0 0 +1503 16 0.572035 0.147463 0.946705 0 0 0 +194 16 0.787948 0.382533 0.984954 -1 0 -1 +1519 15 0.177388 0.302491 0.653633 1 0 0 +1520 16 0.212629 0.306745 0.647939 1 0 0 +1521 16 0.170919 0.320584 0.684017 1 0 0 +1522 15 0.7194 0.500589 0.602028 0 0 0 +1523 16 0.729903 0.532614 0.589517 0 0 0 +1524 16 0.728701 0.477343 0.576231 0 0 0 +1525 15 0.808842 0.420271 0.874988 0 0 0 +1526 16 0.797391 0.386246 0.876892 0 0 0 +1527 16 0.824223 0.422804 0.842592 0 0 0 +1062 16 0.285543 0.827098 0.533379 0 0 0 +1675 15 0.94488 0.129483 0.942277 0 0 -1 +1776 16 0.967531 0.381002 0.895357 0 0 0 +1547 16 0.907841 0.774417 0.660137 0 0 0 +790 15 0.379284 0.0250852 0.877875 0 0 -1 +329 16 0.849544 0.836828 0.984254 -1 -1 -1 +1549 15 0.774137 0.350673 0.774966 0 0 0 +1550 16 0.741984 0.363265 0.76496 0 0 0 +1551 16 0.776444 0.318393 0.75931 0 0 0 +333 16 0.966002 0.868951 0.986342 -1 -1 -1 +1567 15 0.871682 0.261851 0.550729 0 0 0 +1568 16 0.838279 0.274664 0.554266 0 0 0 +1569 16 0.890138 0.277305 0.57743 0 0 0 +1305 16 0.662677 0.336809 0.900799 0 0 -1 +355 15 0.154397 0.167115 0.843101 0 0 -1 +845 16 0.754859 0.104598 0.98841 0 0 -1 +1860 16 0.917434 0.733672 0.727803 0 0 0 +954 16 0.203883 0.859974 0.592097 0 0 0 +1820 16 0.80499 0.803793 0.518722 0 0 0 +1882 15 0.097768 0.034984 0.608388 1 1 0 +1247 16 0.605574 0.780792 0.989589 0 0 0 +1591 15 0.473958 0.705272 0.754401 0 0 0 +1592 16 0.46372 0.715362 0.787353 0 0 0 +1593 16 0.463432 0.732211 0.733049 0 0 0 +819 16 0.313088 0.144775 0.946015 0 0 -1 +461 16 0.0728595 0.425335 0.763122 0 0 -1 +765 16 0.437387 0.661821 0.926493 0 0 -1 +1612 15 0.77536 0.0267046 0.668076 0 1 0 +1613 16 0.766288 0.00196877 0.692535 0 1 0 +1614 16 0.792368 0.0521778 0.686898 0 1 0 +1615 15 0.752161 0.755507 0.644124 0 0 0 +1616 16 0.75283 0.731887 0.671218 0 0 0 +1617 16 0.724274 0.745233 0.623897 0 0 0 +735 16 0.24364 0.630675 0.911181 0 0 0 +439 15 0.00921769 0.489526 0.915494 0 0 -1 +285 16 0.0409867 0.0565256 0.760576 0 1 0 +1859 16 0.921077 0.707583 0.778191 0 0 0 +84 16 0.0871312 0.0613107 0.836889 0 0 -1 +681 16 0.244325 0.536633 0.881082 0 0 0 +677 16 0.408129 0.693113 0.557449 0 0 0 +1639 15 0.708953 0.0390657 0.813612 0 1 0 +1640 16 0.683892 0.0262895 0.791226 0 1 0 +1641 16 0.729831 0.0107189 0.820891 0 1 0 +1642 15 0.720728 0.656849 0.669244 0 0 0 +1643 16 0.731184 0.631587 0.6459 0 0 0 +1644 16 0.689158 0.645046 0.681755 0 0 0 +1645 15 0.853719 0.878956 0.695992 0 0 0 +1862 16 0.993854 0.0831403 0.915925 0 1 0 +1100 16 0.327833 0.372074 0.539171 0 0 0 +862 15 0.294387 0.35024 0.916948 0 0 -1 +1870 15 0.72111 0.762681 0.796851 0 0 -1 +353 16 0.0732491 0.287826 0.829131 0 0 -1 +1548 16 0.876772 0.812906 0.688177 0 0 0 +846 16 0.736048 0.0509515 0.98944 0 0 -1 +83 16 0.0667445 0.0313597 0.880709 0 0 -1 +1302 16 0.480517 0.183575 0.776857 0 0 0 +1669 15 0.00891659 0.994238 0.539596 1 -1 0 +1670 16 0.989942 0.965295 0.549323 0 -1 0 +1671 16 0.987403 0.0220521 0.547077 0 0 0 +1672 15 0.023713 0.186204 0.903468 1 0 0 +1673 16 0.0426881 0.199937 0.930741 1 0 0 +1674 16 -0.00238968 0.167223 0.919307 1 0 0 +532 15 0.197263 0.574488 0.863688 0 0 0 +1047 16 0.681923 0.360389 0.530228 0 0 0 +1452 16 0.660239 0.913073 0.791232 0 -1 -1 +217 15 0.111291 0.604129 0.923128 0 0 -1 +394 15 0.0669543 0.136047 0.578491 0 0 0 +909 16 0.695865 0.608076 0.954262 0 0 0 +1266 16 0.933034 0.0831065 0.576517 0 0 0 +1696 15 0.790439 0.955617 0.734963 0 -1 0 +1697 16 0.822271 0.97231 0.735667 0 -1 0 +1698 16 0.779904 0.954847 0.769327 0 -1 0 +1699 15 0.731061 0.211264 0.788889 0 0 0 +1700 16 0.72882 0.227764 0.820751 0 0 0 +1701 16 0.746338 0.235543 0.76722 0 0 0 +1611 16 0.461079 0.792414 0.670321 0 0 0 +185 16 0.272464 0.518328 0.517733 0 0 0 +824 16 0.235665 0.242504 0.953713 0 0 -1 +328 15 0.867607 0.808431 0.971614 -1 -1 -1 +1720 15 0.959455 0.228453 0.691852 0 0 0 +1046 16 0.628446 0.361658 0.549501 0 0 0 +1722 16 0.988066 0.239311 0.672986 0 0 0 +1303 15 0.632783 0.338169 0.920723 0 0 -1 +1312 15 0.691349 0.2635 0.993968 0 0 -1 +396 16 0.0549096 0.147223 0.546516 0 0 0 +1726 15 0.0557924 0.152 0.808799 1 0 0 +1727 16 0.0329508 0.124735 0.803578 1 0 0 +1728 16 0.0421803 0.169919 0.836835 1 0 0 +1744 15 0.992243 0.585458 0.630753 0 0 0 +1745 16 0.980804 0.617694 0.619687 0 0 0 +1746 16 0.963679 0.563963 0.626946 0 0 0 +1181 16 0.702372 0.27007 0.619744 0 0 0 +1304 16 0.626211 0.373286 0.924729 0 0 -1 +1400 16 0.274932 0.682529 0.972344 0 0 -1 +1045 15 0.658389 0.381443 0.547413 0 0 0 +584 16 0.091154 0.91241 0.604148 0 -1 0 +256 15 0.986163 0.679858 0.571828 -1 0 0 +1399 15 0.292797 0.711288 0.984438 0 0 -1 +661 15 0.365919 0.252587 0.527892 0 0 0 +1396 15 0.425171 0.862682 0.914682 0 0 -1 +993 16 0.3803 0.38135 0.844672 0 0 -1 +1623 16 0.876065 0.0270943 0.886791 0 1 -1 +1054 15 0.133967 0.938464 0.872083 0 0 -1 +1237 15 0.58081 0.564395 0.606928 0 0 0 +1774 15 0.938205 0.398095 0.883515 0 0 0 +193 15 0.786741 0.418287 0.981395 -1 0 -1 +1163 16 0.821742 0.149087 0.917586 0 0 -1 +1777 15 0.775878 0.257596 0.709452 0 0 0 +1778 16 0.794787 0.282351 0.691506 0 0 0 +1779 16 0.745768 0.253568 0.690226 0 0 0 +1780 15 0.895844 0.324462 0.819159 0 0 0 +1781 16 0.917734 0.33976 0.843226 0 0 0 +1782 16 0.887956 0.350874 0.796081 0 0 0 +1798 15 0.981026 0.46515 0.827039 0 0 0 +1799 16 0.997577 0.488852 0.805668 0 0 0 +1800 16 0.995977 0.470169 0.859346 0 0 0 +1801 15 0.804099 0.306782 0.865232 0 0 0 +1802 16 0.826578 0.305069 0.893237 0 0 0 +1803 16 0.825039 0.315696 0.837401 0 0 0 +1804 15 0.846755 0.47013 0.789797 0 0 0 +1805 16 0.847059 0.448055 0.761424 0 0 0 +1806 16 0.828504 0.498994 0.778562 0 0 0 +1490 16 0.213669 0.410788 0.604966 1 0 0 +617 16 0.152714 0.934494 0.678337 0 -1 0 +601 15 0.312541 0.6912 0.8521 0 -1 -1 +1825 15 0.824012 0.768296 0.763001 0 0 0 +1826 16 0.845397 0.788767 0.783398 0 0 0 +1827 16 0.839966 0.767899 0.730787 0 0 0 +1828 15 0.77109 0.667689 0.793913 0 0 0 +1829 16 0.761011 0.7021 0.796515 0 0 0 +1830 16 0.767504 0.659863 0.759009 0 0 0 +1831 15 0.662365 0.506663 0.690144 0 0 0 +1832 16 0.662029 0.541626 0.698502 0 0 0 +1833 16 0.690276 0.503009 0.667783 0 0 0 +1834 15 0.770662 0.552145 0.765254 0 0 0 +1835 16 0.784192 0.578379 0.785776 0 0 0 +1836 16 0.74499 0.537196 0.785501 0 0 0 +823 15 0.216449 0.237059 0.983605 0 0 -1 +1852 15 0.553637 0.83764 0.756609 0 0 0 +1853 16 0.559506 0.867207 0.737018 0 0 0 +1854 16 0.577136 0.813589 0.743891 0 0 0 +1128 16 0.578829 0.89812 0.661774 0 -1 0 +495 16 0.0988124 0.847341 0.546555 0 0 0 +817 15 0.282469 0.163499 0.948101 0 0 -1 +1858 15 0.925869 0.702189 0.742972 0 0 0 +1683 16 0.801963 0.838653 0.801934 0 -1 -1 +175 15 0.0900392 0.359365 0.600944 0 0 0 +1681 15 0.801614 0.856546 0.833113 0 -1 -1 +684 16 0.385661 0.50478 0.883274 0 0 0 +763 15 0.432353 0.666533 0.961776 0 0 -1 +923 16 0.373238 0.523206 0.502524 0 0 0 +1003 15 0.258027 0.288359 0.762664 0 0 0 +1397 16 0.442363 0.842726 0.890215 0 0 -1 +603 16 0.279352 0.694579 0.838703 0 -1 -1 +1412 16 0.598244 0.745189 0.635598 0 0 0 +82 15 0.0974588 0.0410776 0.864752 0 0 -1 +216 16 0.140494 0.379669 0.896881 0 0 0 +192 16 0.903706 0.251566 0.831434 -1 0 -1 +973 15 0.339805 0.824573 0.562751 0 -1 0 +1083 16 0.785056 0.923266 0.845107 0 0 -1 +1394 16 0.690113 0.754268 0.515205 0 0 0 +1865 16 0.086493 0.866604 0.671671 1 0 -1 +526 15 0.106998 0.685954 0.543913 0 0 0 +1872 16 0.750895 0.773961 0.780176 0 0 -1 +405 16 0.458348 0.381109 0.936492 0 0 0 +964 15 0.413189 0.0663039 0.748208 0 0 -1 +190 15 0.918722 0.219322 0.836659 -1 0 -1 +1061 16 0.238759 0.797456 0.520512 0 0 0 +369 16 0.301351 0.270197 0.624876 0 0 0 +1064 16 0.439405 0.901043 0.601954 0 0 0 +1553 16 0.691697 0.837411 0.869499 0 0 -1 +327 16 0.273231 0.583755 0.687907 0 0 -1 +111 16 0.861904 0.169736 0.719138 -1 0 -1 +1413 16 0.618677 0.784849 0.670847 0 0 0 +1608 16 0.968969 0.894884 0.687929 0 0 0 +989 16 0.403671 0.249971 0.664373 0 0 0 +1682 16 0.782799 0.8355 0.855373 0 -1 -1 +1126 15 0.559624 0.91332 0.688091 0 -1 0 +342 16 0.0940948 0.955777 0.51202 0 -1 0 +566 16 0.956537 0.994188 0.942571 -1 0 0 +1757 16 0.0486792 0.642693 0.821033 1 0 -1 +1055 16 0.101819 0.925336 0.881389 0 0 -1 +1702 15 0.254258 0.0892212 0.671512 1 0 -1 +331 15 0.958483 0.849843 0.956833 -1 -1 -1 +422 16 0.144476 0.47393 0.607925 0 0 0 +528 16 0.132314 0.677118 0.567859 0 0 0 +1621 15 0.85305 0.00281966 0.899964 0 1 -1 +352 15 0.104843 0.285247 0.84609 0 0 -1 +986 16 0.646249 0.219999 0.517754 0 0 0 +1117 15 0.679821 0.116757 0.900412 0 0 -1 +272 16 0.746711 0.823902 0.683572 -1 0 -1 +430 15 0.0152624 0.254213 0.988556 0 0 0 +1679 16 0.694728 0.991905 0.960311 0 -1 -1 +830 16 0.312802 0.216109 0.564289 0 0 0 +114 16 0.135968 0.927815 0.760428 0 -1 -1 +274 15 0.000613503 0.818197 0.846415 0 0 -1 +462 16 0.0548615 0.383964 0.797725 0 0 -1 +1694 16 0.273819 0.397431 0.867628 1 0 0 +450 16 0.22075 0.619002 0.581618 0 0 0 +403 15 0.47977 0.358122 0.919024 0 0 0 +707 16 0.157993 0.719934 0.832201 0 0 0 +380 16 0.312224 0.202112 0.846238 0 0 -1 +276 16 0.979102 0.82636 0.874037 -1 0 -1 +460 15 0.0653759 0.390181 0.763913 0 0 -1 +1606 15 0.984764 0.900637 0.719707 0 0 0 +1198 15 0.410921 0.447345 0.938923 0 0 0 +832 15 0.418046 0.35016 0.747836 0 0 0 +1293 16 0.834126 0.198727 0.633764 0 0 0 +1647 16 0.850253 0.908235 0.716563 0 0 0 +1367 16 0.727801 0.526574 0.967725 0 0 -1 +1366 15 0.738361 0.549441 0.942074 0 0 -1 +1418 16 0.413994 0.804497 0.97079 0 0 0 +1821 16 0.82134 0.774204 0.564439 0 0 0 +597 16 0.201477 0.107723 0.994102 0 0 -1 +672 16 0.109379 0.766475 0.89793 0 0 -1 +1837 15 0.841469 0.612685 0.974472 0 0 -1 +608 16 0.203413 0.363995 0.521698 0 0 0 +1508 16 0.523137 0.106162 0.551194 0 0 0 +1465 15 0.0305255 0.275135 0.63423 1 0 0 +801 16 0.40698 0.129828 0.50917 0 0 0 +1032 16 0.155936 0.217961 0.546736 0 0 0 +875 16 0.61085 0.482319 0.516784 0 0 0 +908 16 0.654988 0.624425 0.990244 0 0 0 +1500 16 0.395405 0.00825747 0.983024 0 0 0 +1235 16 0.46463 0.880067 0.508211 0 0 0 +1772 16 0.861563 0.692454 0.504944 0 0 0 +1665 16 0.667837 0.88733 0.501102 0 -1 0 +1842 16 0.905239 0.623858 0.998534 0 0 -1 +1274 16 0.829721 0.0872792 0.990762 0 0 0 +1620 16 0.782931 0.868333 0.987826 0 0 0 +431 16 0.980826 0.262308 0.994962 -1 0 0 +800 16 0.43159 0.180322 0.500361 0 0 0 +1629 16 0.010875 0.948902 0.991616 1 0 -1 +767 16 0.497804 0.899344 0.998102 0 0 -1 +1031 16 0.195355 0.238327 0.51118 0 0 0 +1493 16 0.0790518 0.277376 0.505602 1 0 0 +813 16 0.293609 0.133124 0.508185 0 0 0 +1419 16 0.368655 0.818642 1.00205 0 0 0 +596 16 0.241028 0.148342 0.998423 0 0 -1 +ITEM: TIMESTEP +9000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.539924 27.2447 +0.535074 27.2399 +0.53089 27.2357 +ITEM: ATOMS +1 1 0.362709 0.504388 0.349067 0 0 0 +2 2 0.312575 0.526195 0.340564 0 0 0 +3 3 0.369157 0.461526 0.363609 0 0 0 +4 4 0.305152 0.55898 0.365086 0 0 0 +5 4 0.308348 0.543193 0.302822 0 0 0 +6 4 0.286276 0.494965 0.348581 0 0 0 +7 5 0.401502 0.534621 0.340606 0 0 0 +8 6 0.453621 0.518235 0.346489 0 0 0 +9 1 0.471128 0.494739 0.394753 0 0 0 +1479 16 0.777704 0.982629 0.111446 0 -1 0 +11 7 0.488899 0.56144 0.330584 0 0 0 +12 8 0.475456 0.577663 0.276955 0 0 0 +13 8 0.49192 0.553617 0.233591 0 0 0 +14 8 0.447303 0.620274 0.271732 0 0 0 +15 8 0.484544 0.572821 0.184842 0 0 0 +16 8 0.44089 0.642672 0.224532 0 0 0 +17 8 0.458142 0.618279 0.179364 0 0 0 +18 9 0.454025 0.640354 0.130343 0 0 0 +19 10 0.394058 0.569256 0.328807 0 0 0 +20 4 0.461455 0.48746 0.32144 0 0 0 +21 4 0.478115 0.593646 0.35462 0 0 0 +22 4 0.529795 0.553952 0.328959 0 0 0 +23 11 0.508788 0.516863 0.234371 0 0 0 +24 11 0.435178 0.636542 0.306722 0 0 0 +25 11 0.496123 0.549884 0.153604 0 0 0 +26 11 0.42199 0.678349 0.222094 0 0 0 +27 10 0.464581 0.615409 0.106701 0 0 0 +28 5 0.46953 0.443437 0.405275 0 0 0 +138 16 0.0129781 0.224625 0.13136 0 0 0 +669 16 0.255971 0.618931 0.0171179 0 0 0 +97 15 0.752169 0.108239 0.32262 -1 0 0 +32 10 0.455357 0.420118 0.379789 0 0 0 +856 15 0.292284 0.239253 0.387369 0 0 0 +1543 15 0.63713 0.887522 0.487666 0 0 0 +1036 15 0.415034 0.449145 0.236569 0 0 0 +1665 16 0.77475 0.832282 0.48362 0 -1 0 +1572 16 0.566442 0.346343 0.0227757 0 0 1 +1377 16 0.580406 0.602431 0.41123 0 0 0 +88 15 0.935413 0.08274 0.195155 -1 0 0 +89 16 0.90895 0.101296 0.210662 -1 0 0 +90 16 0.939453 0.0980247 0.162982 -1 0 0 +341 16 0.989624 0.859901 0.443759 -1 -1 0 +1635 16 0.780308 0.691572 0.376457 0 0 0 +803 16 0.262638 0.836957 0.314886 0 -1 0 +94 15 0.0886713 0.0514765 0.33721 0 0 0 +95 16 0.0658141 0.0434277 0.310793 0 0 0 +96 16 0.0724914 0.0778006 0.355385 0 0 0 +1533 16 0.722551 0.589537 0.119237 0 0 0 +725 16 0.171702 0.444599 0.255649 0 0 0 +515 16 0.183668 0.309124 0.102309 0 1 0 +1788 16 0.00121862 0.61641 0.014784 1 0 0 +115 15 0.00711963 0.0723296 0.266554 0 0 0 +116 16 0.985222 0.0720681 0.238172 -1 0 0 +117 16 0.0235136 0.10417 0.264964 0 0 0 +118 15 0.0526098 0.270727 0.450332 0 0 0 +119 16 0.0771561 0.29685 0.450685 0 0 0 +120 16 0.0625444 0.2487 0.476813 0 0 0 +121 15 0.986748 0.213494 0.397084 -1 0 0 +122 16 0.00927107 0.234539 0.415384 0 0 0 +123 16 0.954737 0.229192 0.400824 -1 0 0 +1751 16 0.827201 0.313887 0.178841 0 0 1 +139 15 0.125968 0.211785 0.314752 0 0 0 +140 16 0.157325 0.208629 0.331838 0 0 0 +141 16 0.134927 0.218006 0.280603 0 0 0 +142 15 0.206386 0.407119 0.201457 0 0 0 +143 16 0.241213 0.406438 0.19299 0 0 0 +144 16 0.190131 0.418779 0.171709 0 0 0 +145 15 0.957707 0.27131 0.247922 -1 0 0 +146 16 0.954244 0.250277 0.219099 -1 0 0 +147 16 0.953679 0.249111 0.275781 -1 0 0 +722 16 0.461068 0.792749 0.487552 0 0 0 +820 15 0.671771 0.033501 0.0242569 0 0 0 +150 16 0.91386 1.00046 0.186965 -1 -1 0 +332 16 0.00600303 0.79408 0.0224309 0 -1 0 +166 15 0.105085 0.122505 0.0511866 0 0 0 +1140 16 0.654459 0.892583 0.0302467 0 -1 0 +1139 16 0.620488 0.917045 0.0684853 0 -1 0 +169 15 0.244175 0.299034 0.153081 0 0 0 +170 16 0.235336 0.315272 0.183794 0 0 0 +171 16 0.279852 0.302034 0.151272 0 0 0 +1500 16 0.41574 0.0075788 0.0717399 0 0 1 +1145 16 0.687894 0.255967 0.290179 0 0 0 +85 15 0.381297 0.202091 0.129717 0 0 0 +514 15 0.149838 0.31306 0.113494 0 1 0 +378 16 0.188019 0.0600365 0.0827926 0 0 1 +340 15 0.0199857 0.858091 0.462733 0 -1 0 +1743 16 0.793928 0.340648 0.47634 0 0 0 +1199 16 0.397826 0.379935 0.0584934 0 0 1 +1051 15 0.645853 0.686617 0.157761 0 0 0 +229 15 0.800679 0.540516 0.485514 -1 0 0 +914 16 0.649767 0.716128 0.0638607 0 0 0 +196 15 0.837043 0.535505 0.25571 -1 0 0 +197 16 0.836963 0.563167 0.278511 -1 0 0 +198 16 0.871477 0.531472 0.246593 -1 0 0 +199 15 0.0362903 0.771388 0.163303 0 0 0 +200 16 0.013484 0.792535 0.181129 0 0 0 +201 16 0.0438676 0.744945 0.186292 0 0 0 +1785 16 0.972955 0.507738 0.271838 0 0 0 +178 15 0.664331 0.324074 0.335384 -1 0 0 +898 15 0.692825 0.825746 0.0637225 0 0 0 +244 15 0.95326 0.587674 0.129921 -1 0 0 +525 16 0.197534 0.0412409 0.404507 0 1 0 +1369 15 0.803217 0.692688 0.053097 0 0 0 +410 16 0.347483 0.544159 0.200296 0 0 0 +496 15 0.480352 0.646504 0.487672 -1 0 0 +597 16 0.256408 0.0898413 0.0699652 0 0 0 +225 16 0.793088 0.484203 0.124187 -1 0 0 +1564 15 0.539117 0.734198 0.339184 0 0 0 +1565 16 0.547554 0.723161 0.306137 0 0 0 +1750 15 0.81156 0.28221 0.184927 0 0 1 +1342 15 0.709051 0.442581 0.281153 0 0 0 +173 16 0.933055 0.417372 0.376255 -1 0 0 +1841 16 0.9208 0.579578 0.0118609 0 0 0 +1439 16 0.900657 0.992181 0.330209 0 -1 0 +148 15 0.903979 0.969449 0.201989 -1 -1 0 +247 15 0.993111 0.61273 0.272592 -1 0 0 +248 16 0.0151155 0.611713 0.300873 0 0 0 +249 16 0.974139 0.582399 0.27487 -1 0 0 +250 15 0.242889 0.522059 0.206969 0 0 0 +251 16 0.278479 0.519052 0.203895 0 0 0 +252 16 0.230036 0.491899 0.192466 0 0 0 +253 15 0.0459685 0.423737 0.20986 0 0 0 +254 16 0.0512175 0.392366 0.226396 0 0 0 +255 16 0.0753399 0.442874 0.217358 0 0 0 +210 16 0.910874 0.616678 0.488495 -1 0 0 +879 16 0.479115 0.570036 0.0219843 0 0 0 +1071 16 0.302847 0.847033 0.409945 0 0 0 +1173 16 0.54143 0.376819 0.372911 0 0 0 +581 16 0.230374 0.977065 0.234782 0 -1 0 +1206 16 0.786107 0.40301 0.195061 0 0 0 +1407 16 0.484877 0.14675 0.460704 0 1 0 +1719 16 0.928301 0.504933 0.32624 0 0 0 +206 16 0.125924 0.75986 0.267033 0 0 0 +277 15 0.325031 0.668162 0.310627 0 0 0 +278 16 0.343245 0.661189 0.340705 0 0 0 +279 16 0.293123 0.679925 0.321965 0 0 0 +280 15 0.060174 0.765562 0.452236 0 0 0 +281 16 0.0893766 0.768494 0.47282 0 0 0 +172 15 0.930557 0.387822 0.356114 -1 0 0 +586 15 0.222117 0.880398 0.126264 0 -1 0 +108 16 0.221354 0.703725 0.369738 0 -1 0 +1234 15 0.480453 0.974553 0.46497 0 0 0 +1370 16 0.814458 0.704949 0.0848519 0 0 0 +282 16 0.0479633 0.799123 0.449127 0 0 0 +301 15 0.0487863 0.0530578 0.122346 0 1 0 +1095 16 0.0990307 0.651871 0.314319 0 0 0 +303 16 0.0236567 0.0779454 0.116493 0 1 0 +304 15 0.80504 0.17144 0.444755 -1 1 0 +1328 16 0.880447 0.474614 0.133383 0 0 1 +801 16 0.342738 0.175029 0.485569 0 0 0 +1235 16 0.476172 0.94152 0.451718 0 0 0 +263 16 0.816414 0.881745 0.483357 -1 0 0 +328 15 0.939867 0.769105 0.00589271 -1 -1 0 +1142 16 0.377465 0.0449933 0.428337 0 0 0 +1824 16 0.108349 0.599422 0.424656 1 0 0 +133 15 0.914905 0.0195634 0.0486406 -1 0 1 +435 16 0.155215 0.197113 0.181963 0 0 0 +302 16 0.07881 0.0672549 0.10885 0 1 0 +875 16 0.636577 0.488949 0.372531 0 0 0 +333 16 0.0499587 0.808321 0.0552892 0 -1 0 +573 16 0.228671 0.0579021 0.191102 0 0 0 +892 15 0.537381 0.671714 0.0454974 0 0 1 +894 16 0.518712 0.6895 0.0205936 0 0 1 +1243 15 0.680568 0.967467 0.13116 0 0 1 +334 15 0.0562671 0.0745709 0.469348 0 0 0 +1284 16 0.55923 0.0670278 0.0147903 0 0 0 +336 16 0.0661847 0.0403566 0.465332 0 0 0 +766 15 0.49959 0.98304 0.122941 0 0 0 +129 16 0.666661 0.177536 0.493028 -1 0 0 +1808 16 0.73663 0.675252 0.0493224 0 0 1 +1070 16 0.337459 0.850811 0.365197 0 0 0 +1731 16 0.831116 0.12966 0.283997 0 0 0 +622 15 0.459243 0.0265166 0.256403 0 0 0 +933 16 0.429305 0.391526 0.155624 0 0 1 +358 15 0.0693134 0.349084 0.355814 0 0 0 +359 16 0.0755816 0.315394 0.366341 0 0 0 +360 16 0.0925709 0.36885 0.374616 0 0 0 +361 15 0.135066 0.309212 0.220668 0 0 0 +362 16 0.152196 0.336533 0.236327 0 0 0 +363 16 0.103285 0.307871 0.2372 0 0 0 +364 15 0.975524 0.998353 0.330924 -1 -1 0 +365 16 0.98385 0.0268772 0.310872 -1 0 0 +366 16 0.998216 0.972808 0.320078 -1 -1 0 +540 16 0.16475 0.738659 0.428919 0 0 0 +762 16 0.204088 0.815057 0.0837456 0 0 1 +1202 16 0.548499 0.499877 0.0416982 0 0 0 +382 15 0.934737 0.378351 0.244926 -1 0 0 +383 16 0.940003 0.344715 0.256149 -1 0 0 +384 16 0.957096 0.382168 0.217167 -1 0 0 +385 15 0.279783 0.245444 0.0611547 0 0 0 +386 16 0.29129 0.21383 0.0735338 0 0 0 +387 16 0.273584 0.264913 0.0906108 0 0 0 +1211 16 0.183176 0.00884074 0.13479 0 1 0 +1656 16 0.0713127 0.709314 0.0226956 1 -1 0 +298 15 0.857043 0.88537 0.145483 -1 0 0 +931 15 0.403548 0.398515 0.131691 0 0 1 +137 16 0.0611032 0.202188 0.151237 0 0 0 +1753 15 0.75795 0.447201 0.0846989 0 0 1 +587 16 0.198428 0.8718 0.151759 0 -1 0 +226 15 0.711339 0.901626 0.278245 -1 0 0 +1295 16 0.743518 0.894026 0.363003 0 -1 0 +407 16 0.496053 0.427519 0.049305 0 0 0 +445 15 0.274699 0.343481 0.320128 0 0 0 +98 16 0.742613 0.123462 0.291603 -1 0 0 +932 16 0.373793 0.402227 0.151336 0 0 1 +227 16 0.711228 0.900705 0.242409 -1 0 0 +1347 16 0.871232 0.461908 0.440088 0 0 0 +415 15 0.85361 0.382564 0.182307 -1 0 0 +416 16 0.863106 0.410752 0.162297 -1 0 0 +417 16 0.874112 0.385028 0.21161 -1 0 0 +418 15 0.480822 0.356085 0.315985 0 0 0 +419 16 0.49043 0.321591 0.314283 0 0 0 +420 16 0.496693 0.371245 0.287641 0 0 0 +1329 16 0.917552 0.455723 0.0948994 0 0 1 +1875 16 0.917151 0.725665 0.454042 0 0 0 +1244 16 0.649524 0.951768 0.139822 0 0 1 +476 16 0.199669 0.416857 0.385514 0 0 0 +1851 16 0.70897 0.809867 0.378954 0 0 0 +243 16 0.792626 0.605925 0.080249 -1 0 1 +1711 15 0.110722 0.221761 0.0507088 1 0 0 +442 15 0.0447617 0.321304 0.258437 0 0 0 +443 16 0.0410077 0.334159 0.291689 0 0 0 +444 16 0.014918 0.30228 0.252733 0 0 0 +1373 16 0.773985 0.282137 0.406339 0 0 0 +207 16 0.102658 0.760153 0.318735 0 0 0 +34 4 0.522701 0.439411 0.462407 0 0 0 +1786 15 0.970003 0.625152 0.0300897 0 0 0 +900 16 0.713486 0.842575 0.0877022 0 0 0 +264 16 0.844997 0.88048 0.434408 -1 0 0 +869 16 0.520888 0.218598 0.468735 0 0 0 +1208 16 0.38242 0.595935 0.0912448 0 0 0 +466 15 0.00347829 0.921334 0.178263 0 0 0 +467 16 0.971295 0.936434 0.182881 -1 0 0 +468 16 0.0266723 0.945564 0.190914 0 0 0 +469 15 0.110169 0.636599 0.175429 0 0 0 +470 16 0.0910262 0.658961 0.195889 0 0 0 +471 16 0.142842 0.636665 0.190178 0 0 0 +99 16 0.723319 0.111732 0.34361 -1 0 0 +599 16 0.459769 0.0174571 0.363437 0 0 0 +886 15 0.565603 0.801744 0.141733 0 0 0 +1188 16 0.798493 0.259944 0.116906 0 0 0 +888 16 0.541005 0.775925 0.145408 0 0 0 +483 16 0.132372 0.800371 0.14932 0 0 1 +763 15 0.3953 0.653302 0.0052002 0 0 0 +437 16 0.093098 0.335287 0.0850419 0 0 0 +627 16 0.0663217 0.175195 0.289224 0 0 0 +687 16 0.214628 0.559838 0.42759 0 0 0 +1820 16 0.839616 0.773587 0.463676 0 0 0 +984 16 0.321972 0.903517 0.487125 0 -1 0 +1761 16 0.946226 0.739509 0.331488 0 0 0 +126 16 0.113807 0.166378 0.408142 0 0 0 +1340 16 0.737451 0.360087 0.412153 0 0 0 +1201 15 0.575172 0.523754 0.0398263 0 0 0 +1358 16 0.590291 0.552275 0.186192 0 0 0 +607 15 0.129591 0.329349 0.472344 0 0 0 +517 15 0.0697983 0.872392 0.0906457 0 0 0 +518 16 0.0660619 0.881597 0.12509 0 0 0 +1418 16 0.340431 0.852487 0.0285415 0 0 1 +520 15 0.21432 0.616799 0.189159 0 0 0 +521 16 0.224342 0.584855 0.201974 0 0 0 +522 16 0.2441 0.630353 0.174512 0 0 0 +523 15 0.20661 0.0737703 0.41653 0 1 0 +524 16 0.213625 0.0688517 0.451339 0 1 0 +317 16 0.995784 0.842371 0.359161 -1 0 0 +1052 16 0.668147 0.713649 0.165333 0 0 0 +773 16 0.0258988 0.659065 0.243078 0 0 0 +149 16 0.895783 0.978058 0.23581 -1 -1 0 +685 15 0.205082 0.527414 0.415646 0 0 0 +544 15 0.180512 0.0803863 0.300052 0 1 0 +545 16 0.199401 0.101859 0.321666 0 1 0 +546 16 0.149613 0.0750671 0.317433 0 1 0 +547 15 0.167955 0.0451552 0.201029 0 1 0 +487 15 0.140086 0.630495 0.0758804 0 0 0 +163 15 0.951863 0.355822 0.0258258 -1 0 0 +550 15 0.139086 0.87704 0.293822 0 0 0 +551 16 0.128046 0.84329 0.298739 0 0 0 +552 16 0.174304 0.874185 0.287773 0 0 0 +1232 16 0.56897 0.721594 0.488889 0 0 0 +624 16 0.467378 0.037334 0.223209 0 0 0 +1518 16 0.622552 0.423716 0.179135 0 0 0 +447 16 0.253655 0.31874 0.304957 0 0 0 +1648 15 0.523599 0.862668 0.230348 0 -1 0 +693 16 0.133383 0.451739 0.0990223 0 0 0 +1809 16 0.691631 0.650297 0.0731306 0 0 1 +1120 15 0.610039 0.798108 0.448609 0 -1 0 +1146 16 0.663387 0.20618 0.301809 0 0 0 +1586 16 0.0444351 0.539359 0.184988 1 0 0 +1058 16 0.362673 0.729725 0.0804851 0 0 0 +577 15 0.37133 0.10016 0.3162 0 0 0 +578 16 0.349673 0.10996 0.343033 0 0 0 +579 16 0.390123 0.0726397 0.329411 0 0 0 +580 15 0.250657 0.988854 0.261888 0 -1 0 +1532 16 0.719638 0.58933 0.175859 0 0 0 +582 16 0.231344 0.0151157 0.276803 0 0 0 +897 16 0.462276 0.715758 0.133594 0 0 0 +472 15 0.998365 0.625065 0.375823 -1 0 0 +548 16 0.132567 0.0450359 0.195308 0 1 0 +508 15 0.990532 0.713579 0.0806947 -1 0 1 +127 15 0.649666 0.147474 0.483407 -1 0 0 +1456 15 0.960752 0.124602 0.11204 0 0 0 +1229 16 0.623271 0.649916 0.344331 0 0 0 +501 16 0.847142 0.527758 0.376873 -1 0 0 +604 15 0.207633 0.17934 0.367153 0 0 0 +605 16 0.208987 0.161061 0.397962 0 0 0 +606 16 0.229043 0.207588 0.372513 0 0 0 +1425 16 0.564652 0.94343 0.141773 0 -1 0 +339 16 0.0259409 0.159977 0.38486 0 0 0 +651 16 0.0495606 0.391228 0.0152906 0 0 0 +736 15 0.187534 0.569931 0.317188 0 0 0 +1499 16 0.381703 0.0485328 0.0522767 0 0 1 +1204 15 0.762538 0.429958 0.19321 0 0 0 +224 16 0.81755 0.533911 0.136244 -1 0 0 +588 16 0.25383 0.880048 0.142975 0 -1 0 +1438 15 0.868121 0.990253 0.315283 0 -1 0 +628 15 0.352797 0.320552 0.417942 0 0 0 +629 16 0.340521 0.343651 0.39343 0 0 0 +630 16 0.34912 0.337781 0.449163 0 0 0 +631 15 0.339928 0.288661 0.149179 0 0 0 +632 16 0.357203 0.259306 0.137999 0 0 0 +633 16 0.355831 0.297199 0.180151 0 0 0 +634 15 0.377968 0.366899 0.302649 0 0 0 +635 16 0.411646 0.363056 0.314315 0 0 0 +636 16 0.378422 0.39736 0.283754 0 0 0 +409 15 0.347422 0.516357 0.177665 0 0 0 +1633 15 0.781135 0.721399 0.356588 0 0 0 +1712 16 0.124223 0.246258 0.0731303 1 0 0 +1245 16 0.70568 0.944197 0.141792 0 0 1 +1498 15 0.401706 0.0393605 0.0805756 0 0 1 +652 15 0.0758705 0.476816 0.0812369 0 0 0 +653 16 0.0624209 0.497215 0.10747 0 0 0 +654 16 0.0550857 0.483793 0.0528747 0 0 0 +538 15 0.183254 0.70893 0.421247 0 0 0 +1724 16 0.899816 0.207563 0.0709165 0 0 1 +128 16 0.671174 0.121039 0.494529 -1 0 0 +840 16 0.102685 0.830641 0.00384109 0 -1 1 +509 16 0.983909 0.737707 0.0550218 -1 0 1 +308 16 0.192091 0.942432 0.0414656 0 0 0 +1330 15 0.676086 0.296392 0.115572 0 0 0 +1039 15 0.300662 0.322441 0.00435036 0 0 0 +749 16 0.340942 0.548784 0.499634 0 0 0 +1138 15 0.631432 0.919735 0.0344538 0 -1 0 +1121 16 0.578887 0.806407 0.432932 0 -1 0 +1492 15 0.954328 0.323456 0.429683 0 0 0 +1767 16 0.929487 0.283164 0.494093 0 0 0 +1739 16 0.683659 0.60693 0.287415 0 0 0 +164 16 0.951591 0.378802 0.0533384 -1 0 0 +951 16 0.256575 0.951513 0.328526 0 0 0 +1286 16 0.651024 0.00648895 0.461611 0 0 0 +760 15 0.201056 0.783621 0.0667856 0 0 1 +1664 16 0.733849 0.865795 0.46316 0 -1 0 +202 15 0.117659 0.454495 0.459017 0 0 0 +1361 16 0.89342 0.486044 0.0203613 0 0 0 +1718 16 0.932136 0.500554 0.382638 0 0 0 +1677 16 0.856015 0.12783 0.033781 0 0 0 +697 15 0.362467 0.783288 0.173608 0 0 0 +698 16 0.364448 0.773927 0.208155 0 0 0 +699 16 0.327362 0.783474 0.166345 0 0 0 +1331 16 0.646115 0.291168 0.0966096 0 0 0 +1566 16 0.542497 0.769863 0.337884 0 0 0 +715 15 0.910326 0.681797 0.252197 -1 0 0 +716 16 0.916509 0.70444 0.225102 -1 0 0 +717 16 0.940596 0.662818 0.255135 -1 0 0 +718 15 0.355812 0.764253 0.280349 0 0 0 +719 16 0.339962 0.732436 0.284996 0 0 0 +720 16 0.381582 0.765178 0.305252 0 0 0 +1417 15 0.35717 0.823649 0.0153779 0 0 1 +1038 16 0.449125 0.450024 0.225518 0 0 0 +223 15 0.813176 0.500658 0.148902 -1 0 0 +805 15 0.15402 0.979751 0.397414 0 -1 0 +668 16 0.254643 0.573589 0.051132 0 0 0 +739 15 0.332328 0.915613 0.0755738 0 0 0 +740 16 0.305048 0.926795 0.0959667 0 0 0 +741 16 0.356903 0.904066 0.09898 0 0 0 +742 15 0.324915 0.61351 0.219582 0 0 0 +743 16 0.348689 0.637082 0.206766 0 0 0 +744 16 0.309504 0.630397 0.247194 0 0 0 +745 15 0.174587 0.719473 0.243199 0 0 0 +746 16 0.192333 0.740281 0.220021 0 0 0 +747 16 0.190148 0.687322 0.240149 0 0 0 +1251 16 0.391504 0.933831 0.0549125 0 -1 0 +205 15 0.106489 0.780191 0.289259 0 0 0 +1317 16 0.630988 0.444848 0.436178 0 0 0 +1478 16 0.726905 0.998569 0.0919506 0 -1 0 +1588 15 0.702407 0.606517 0.422686 0 0 0 +318 16 0.0320005 0.809018 0.331045 0 0 0 +1171 15 0.57481 0.364498 0.377274 0 0 0 +769 15 0.843357 0.616338 0.307031 -1 0 0 +770 16 0.867055 0.640464 0.295137 -1 0 0 +771 16 0.811381 0.631146 0.300447 -1 0 0 +1812 16 0.843428 0.745151 0.325887 0 0 0 +107 16 0.211489 0.720873 0.316604 0 -1 0 +1238 16 0.558127 0.581206 0.500265 0 0 0 +899 16 0.677029 0.799487 0.0823265 0 0 0 +1246 15 0.543567 0.829568 0.00727793 0 0 1 +1359 16 0.629718 0.592858 0.189811 0 0 0 +539 16 0.161267 0.682084 0.430247 0 0 0 +776 16 0.757915 0.0705978 0.497649 -1 1 0 +1050 16 0.279992 0.37425 0.0473699 0 0 0 +793 15 0.291948 0.962917 0.453109 0 -1 0 +794 16 0.265179 0.979861 0.469884 0 -1 0 +795 16 0.28007 0.958313 0.4196 0 -1 0 +796 15 0.289387 0.135594 0.260319 0 0 0 +797 16 0.313926 0.118832 0.280368 0 0 0 +798 16 0.274818 0.10962 0.240365 0 0 0 +203 16 0.139431 0.469913 0.482962 0 0 0 +316 15 0.00970516 0.836737 0.32661 0 0 0 +1296 16 0.690856 0.896314 0.383884 0 -1 0 +1627 15 0.0610019 0.976303 0.0517058 1 0 0 +331 15 0.0418374 0.794828 0.0230853 0 -1 0 +1230 16 0.600032 0.689141 0.378034 0 0 0 +1850 16 0.661995 0.786172 0.400085 0 0 0 +1144 15 0.693727 0.220607 0.289301 0 0 0 +1755 16 0.738359 0.43421 0.111765 0 0 1 +125 16 0.0892504 0.142215 0.453172 0 0 0 +1544 16 0.647693 0.92143 0.482788 0 0 0 +1449 16 0.499333 0.0745174 0.150641 0 0 1 +488 16 0.158011 0.5995 0.0741251 0 0 0 +936 16 0.191654 0.668226 0.0545035 0 0 1 +826 15 0.519039 0.272852 0.426995 0 0 0 +827 16 0.512958 0.262301 0.393279 0 0 0 +828 16 0.545494 0.296888 0.424258 0 0 0 +1393 15 0.678 0.708842 0.479036 0 0 0 +1676 16 0.898883 0.15997 0.0152367 0 0 0 +1713 16 0.0788146 0.213363 0.0647266 1 0 0 +1048 15 0.269709 0.406109 0.0601896 0 0 0 +1187 16 0.768551 0.217162 0.0948212 0 0 0 +1283 16 0.548165 0.0117597 0.0209203 0 0 0 +1447 15 0.466425 0.0711765 0.164461 0 0 1 +554 16 0.0372235 0.899345 0.315371 0 0 0 +850 15 0.72865 0.16757 0.206264 0 0 0 +851 16 0.715027 0.188435 0.232036 0 0 0 +852 16 0.706131 0.139741 0.20439 0 0 0 +853 15 0.394647 0.280717 0.229404 0 0 0 +854 16 0.391167 0.310749 0.248668 0 0 0 +855 16 0.384701 0.254505 0.251745 0 0 0 +934 15 0.21942 0.68782 0.0430917 0 0 1 +412 15 0.992262 0.387707 0.130265 -1 0 0 +858 16 0.319515 0.259756 0.39847 0 0 0 +1849 15 0.693154 0.77814 0.384283 0 0 0 +30 1 0.44744 0.424289 0.493902 0 0 0 +865 15 0.268757 0.254009 0.273238 0 0 0 +866 16 0.296603 0.231433 0.27339 0 0 0 +867 16 0.243204 0.236639 0.255061 0 0 0 +868 15 0.529183 0.188691 0.486676 0 0 0 +1287 16 0.699279 0.979276 0.473675 0 -1 0 +870 16 0.563311 0.193345 0.496612 0 0 0 +136 15 0.0378804 0.199903 0.124024 0 0 0 +230 16 0.812272 0.550124 0.45298 -1 0 0 +436 15 0.058331 0.338331 0.0768477 0 0 0 +1628 16 0.0602291 0.00682974 0.0704837 1 1 0 +257 16 0.0347842 0.657955 0.465693 0 0 0 +475 15 0.165776 0.420104 0.374295 0 0 0 +1424 16 0.579319 0.893912 0.16517 0 -1 0 +873 16 0.163113 0.20293 0.459771 0 0 0 +880 15 0.0809814 0.533348 0.254354 0 0 0 +881 16 0.111943 0.515975 0.259322 0 0 0 +882 16 0.0866695 0.565962 0.268105 0 0 0 +883 15 0.287494 0.43538 0.156087 0 0 0 +884 16 0.31352 0.460003 0.157281 0 0 0 +885 16 0.290417 0.420787 0.123474 0 0 0 +1848 16 0.438789 0.86189 0.411816 0 0 0 +1440 16 0.849192 0.0159278 0.331644 0 0 0 +1874 16 0.924191 0.769204 0.489669 0 0 0 +1315 15 0.639304 0.421742 0.462295 0 0 0 +482 16 0.122906 0.851929 0.170924 0 0 1 +433 15 0.121141 0.208195 0.183073 0 0 0 +232 15 0.811071 0.666821 0.449014 -1 0 0 +86 16 0.380283 0.183135 0.160127 0 0 0 +887 16 0.577284 0.798294 0.108017 0 0 0 +555 16 0.0808073 0.934427 0.306191 0 0 0 +1847 16 0.479541 0.862759 0.451226 0 0 0 +220 15 0.711706 0.166984 0.0985216 -1 0 0 +916 15 0.298137 0.871488 0.193077 0 0 0 +917 16 0.308509 0.905766 0.194679 0 0 0 +918 16 0.297785 0.8606 0.227231 0 0 0 +919 15 0.401429 0.873427 0.147649 0 0 0 +920 16 0.4258 0.85837 0.126098 0 0 0 +921 16 0.383298 0.845745 0.161435 0 0 0 +1585 15 0.0516852 0.547909 0.150938 1 0 0 +411 16 0.360922 0.529548 0.147188 0 0 0 +895 15 0.471728 0.744796 0.152371 0 0 0 +1049 16 0.244631 0.417384 0.037188 0 0 0 +228 16 0.70812 0.936397 0.286352 -1 0 0 +135 16 0.907923 0.054044 0.0555288 -1 0 1 +750 16 0.31378 0.578374 0.459618 0 0 0 +1684 15 0.878766 0.829887 0.379406 0 -1 0 +943 15 0.399402 0.645194 0.418531 0 0 0 +944 16 0.428853 0.652595 0.437581 0 0 0 +945 16 0.385853 0.615818 0.433976 0 0 0 +946 15 0.252963 0.764326 0.170171 0 0 0 +947 16 0.23809 0.795148 0.180844 0 0 0 +948 16 0.239234 0.758541 0.137564 0 0 0 +877 15 0.465788 0.594136 0.0449337 0 0 0 +1464 16 0.987923 0.859741 0.220217 0 -1 0 +1477 15 0.760528 0.991983 0.0814025 0 -1 0 +1759 15 0.978627 0.726886 0.340202 0 0 0 +1040 16 0.300298 0.293649 0.0257048 0 0 0 +1531 15 0.705804 0.605154 0.146819 0 0 0 +967 15 0.482943 0.77555 0.252005 0 -1 0 +968 16 0.478133 0.769438 0.21701 0 -1 0 +969 16 0.479201 0.743368 0.267347 0 -1 0 +970 15 0.532225 0.0551 0.410939 0 0 0 +971 16 0.520578 0.0288974 0.432453 0 0 0 +972 16 0.508387 0.0815257 0.415241 0 0 0 +1357 15 0.613771 0.567043 0.208901 0 0 0 +391 15 0.983786 0.537268 0.420289 -1 0 0 +911 16 0.692124 0.39219 0.17153 0 0 1 +1250 16 0.442174 0.909323 0.0480902 0 -1 0 +1783 15 0.990576 0.502668 0.302644 0 0 0 +500 16 0.848019 0.583794 0.368286 -1 0 0 +481 15 0.147232 0.825614 0.169986 0 0 1 +994 15 0.645192 0.443696 0.0517218 0 0 0 +995 16 0.668858 0.468765 0.041896 0 0 0 +996 16 0.664773 0.413939 0.0557525 0 0 0 +997 15 0.550702 0.186404 0.108857 0 0 0 +998 16 0.518335 0.181601 0.0942139 0 0 0 +999 16 0.545281 0.210334 0.134992 0 0 0 +1000 15 0.417399 0.233816 0.390748 0 0 0 +1001 16 0.401757 0.26594 0.393656 0 0 0 +1002 16 0.410204 0.217469 0.42183 0 0 0 +1057 15 0.395131 0.740444 0.0696841 0 0 0 +1629 16 0.0466339 0.984886 0.0200039 1 0 0 +1406 16 0.430146 0.132035 0.462297 0 1 0 +1846 15 0.465838 0.881899 0.424189 0 0 0 +1638 16 0.861252 0.134024 0.438428 0 1 0 +307 15 0.190249 0.9284 0.00852902 0 0 0 +342 16 0.014633 0.880257 0.490394 0 -1 0 +1023 16 0.623621 0.265243 0.00990856 0 0 0 +1024 15 0.629819 0.205886 0.0435677 0 0 0 +1025 16 0.6595 0.188307 0.0533199 0 0 0 +1026 16 0.604852 0.194984 0.0668686 0 0 0 +1027 15 0.623724 0.0223237 0.38624 0 0 0 +1028 16 0.593798 0.0405431 0.393828 0 0 0 +1029 16 0.636811 0.0383305 0.356956 0 0 0 +1516 15 0.603601 0.45033 0.164383 0 0 0 +134 16 0.884363 0.00678173 0.0348946 -1 0 1 +1175 16 0.573408 0.220487 0.328108 0 0 0 +1845 16 0.074023 0.7388 0.396543 1 0 0 +414 16 0.967603 0.413712 0.131134 -1 0 0 +686 16 0.229173 0.505092 0.430014 0 0 0 +1376 16 0.532476 0.573726 0.420893 0 0 0 +1717 15 0.908853 0.497862 0.355512 0 0 0 +1042 15 0.505834 0.229517 0.334026 0 0 0 +1043 16 0.502609 0.213095 0.302324 0 0 0 +1044 16 0.474132 0.224525 0.35 0 0 0 +1738 15 0.649762 0.600927 0.297419 0 0 0 +912 16 0.681804 0.353619 0.131276 0 0 1 +1729 15 0.859601 0.129331 0.262234 0 0 0 +1844 16 0.0463067 0.709405 0.356764 1 0 0 +1795 15 0.0911939 0.534122 0.39327 1 0 0 +1843 15 0.0785916 0.722744 0.364819 1 0 0 +1207 15 0.352005 0.579205 0.100194 0 0 0 +1209 16 0.329605 0.586168 0.0730862 0 0 0 +31 3 0.404317 0.412528 0.485511 0 0 0 +1794 16 0.400759 0.921354 0.355312 0 0 0 +813 16 0.252936 0.164087 0.491063 0 0 0 +288 16 0.278049 0.645846 0.403393 0 0 0 +1141 15 0.373882 0.0286294 0.460031 0 0 0 +777 16 0.743754 0.0391735 0.452632 -1 1 0 +10 3 0.485775 0.522577 0.427805 0 0 0 +1570 15 0.55209 0.377671 0.0326592 0 0 1 +1314 16 0.735883 0.253371 0.023844 0 0 0 +1784 16 0.0193732 0.483396 0.293458 1 0 0 +377 16 0.167518 0.112109 0.0736983 0 0 1 +913 15 0.625351 0.741632 0.0576541 0 0 0 +408 16 0.469361 0.470764 0.0241657 0 0 0 +1822 15 0.115132 0.632022 0.437935 1 0 0 +299 16 0.879994 0.861592 0.131592 -1 0 0 +1020 16 0.247199 0.33719 0.488556 0 0 0 +1341 16 0.766328 0.393831 0.37691 0 0 0 +1053 16 0.667357 0.658393 0.152654 0 0 0 +807 16 0.124314 0.99879 0.391076 0 -1 0 +1481 16 0.790035 0.97625 0.0183234 0 -1 0 +1087 15 0.339511 0.937491 0.273086 0 0 0 +1088 16 0.309955 0.957114 0.26793 0 0 0 +1089 16 0.364436 0.953261 0.252711 0 0 0 +1090 15 0.362438 0.211071 0.301946 0 1 0 +1091 16 0.385189 0.214933 0.329379 0 1 0 +1092 16 0.361894 0.17579 0.295619 0 1 0 +1222 15 0.225263 0.20395 0.19445 0 1 0 +1018 15 0.233841 0.309281 0.470452 0 0 0 +1059 16 0.388881 0.770037 0.0504417 0 0 0 +1787 16 0.976483 0.656335 0.0465437 0 0 0 +1504 15 0.947479 0.178515 0.309638 0 0 0 +1111 15 0.325366 0.972694 0.161371 0 -1 0 +1112 16 0.314256 0.00349445 0.175966 0 0 0 +1113 16 0.342854 0.982608 0.131689 0 -1 0 +1114 15 0.439386 0.137331 0.232787 0 0 0 +1115 16 0.450171 0.117993 0.204593 0 0 0 +1116 16 0.43113 0.112975 0.257761 0 0 0 +1523 16 0.681666 0.580505 0.491705 0 0 0 +1371 16 0.833291 0.683753 0.0357541 0 0 0 +209 16 0.946904 0.654448 0.466361 -1 0 0 +106 15 0.235111 0.702835 0.336646 0 -1 0 +1571 16 0.580157 0.39776 0.0423408 0 0 1 +286 15 0.249655 0.624992 0.410025 0 0 0 +549 16 0.172428 0.0668346 0.229227 0 1 0 +29 7 0.48747 0.421985 0.452863 0 0 0 +1074 16 0.373166 0.748497 0.489209 0 0 0 +608 16 0.161955 0.323423 0.458115 0 0 0 +1143 16 0.347621 0.00477109 0.454909 0 0 0 +208 15 0.912004 0.646645 0.468852 -1 0 0 +1754 16 0.767097 0.418309 0.0655494 0 0 1 +262 15 0.849604 0.883025 0.469868 -1 0 0 +1210 15 0.189637 0.991822 0.103907 0 0 0 +452 16 0.256483 0.429352 0.459752 0 0 0 +1675 15 0.883136 0.148277 0.0452439 0 0 0 +1368 16 0.74303 0.490513 0.0274244 0 0 0 +692 16 0.173294 0.41317 0.0874391 0 0 0 +434 16 0.123307 0.243975 0.182597 0 0 0 +1007 16 0.283609 0.0933103 0.390981 0 0 0 +1200 16 0.395471 0.407929 0.00924595 0 0 1 +1752 16 0.810916 0.279219 0.220644 0 0 1 +242 16 0.775112 0.588248 0.0293045 -1 0 1 +1873 15 0.912589 0.76112 0.456728 0 0 0 +477 16 0.148135 0.433148 0.402646 0 0 0 +1760 16 0.972122 0.694904 0.355033 0 0 0 +519 16 0.0610896 0.902015 0.072431 0 0 0 +802 15 0.259165 0.825229 0.281189 0 -1 0 +896 16 0.443126 0.766336 0.150616 0 0 0 +1174 15 0.597102 0.196591 0.315752 0 0 0 +1327 15 0.914338 0.46351 0.129744 0 0 1 +1176 16 0.580249 0.180479 0.288522 0 0 0 +1793 16 0.389991 0.878967 0.319229 0 0 0 +1189 15 0.533731 0.387482 0.239921 0 0 0 +1190 16 0.569578 0.38751 0.24028 0 0 0 +1191 16 0.525004 0.408543 0.212255 0 0 0 +1192 15 0.271079 0.404806 0.399925 0 0 0 +1193 16 0.262748 0.3935 0.366943 0 0 0 +1194 16 0.301342 0.423536 0.395629 0 0 0 +1195 15 0.587373 0.13429 0.211855 0 0 0 +1196 16 0.599945 0.102485 0.222602 0 0 0 +1197 16 0.57649 0.128731 0.178154 0 0 0 +1344 16 0.730694 0.429824 0.255579 0 0 0 +737 16 0.196254 0.543629 0.294445 0 0 0 +413 16 0.015882 0.396868 0.155628 0 0 0 +1710 16 0.75318 0.211528 0.337365 0 0 0 +1590 16 0.679063 0.628009 0.406006 0 0 0 +1737 16 0.807501 0.151754 0.161499 0 0 0 +1811 16 0.881346 0.738428 0.284275 0 0 0 +33 4 0.495095 0.382691 0.447053 0 0 0 +1186 15 0.77839 0.251065 0.0885842 0 0 0 +1457 16 0.981407 0.152951 0.119443 0 0 0 +1228 15 0.623605 0.662133 0.378032 0 0 0 +1709 16 0.789971 0.196455 0.377785 0 0 0 +87 16 0.406677 0.186162 0.110039 0 0 0 +1225 15 0.399992 0.797102 0.451426 0 0 0 +1226 16 0.380059 0.796839 0.421632 0 0 0 +1227 16 0.380226 0.815107 0.475305 0 0 0 +1733 16 0.808912 0.348244 0.0246014 0 0 0 +406 15 0.494669 0.46333 0.0484434 0 0 0 +772 15 0.0417035 0.690334 0.23549 0 0 0 +822 16 0.639836 0.0477032 0.0322287 0 0 0 +1810 15 0.874572 0.757939 0.313575 0 0 0 +1094 16 0.128007 0.603191 0.316595 0 0 0 +1069 15 0.310915 0.831002 0.378913 0 0 0 +335 16 0.0264897 0.0730207 0.489247 0 0 0 +1587 16 0.0793457 0.570613 0.153067 1 0 0 +180 16 0.692491 0.339552 0.351275 -1 0 0 +256 15 0.0212183 0.647409 0.497155 0 0 0 +1792 15 0.393287 0.886312 0.354161 0 0 0 +1252 15 0.957126 0.929185 0.0706022 0 -1 0 +1253 16 0.984181 0.935136 0.0933546 0 -1 0 +1254 16 0.942596 0.961518 0.0652612 0 -1 0 +1255 15 0.91217 0.769172 0.186246 0 -1 0 +1256 16 0.931518 0.788806 0.209165 0 -1 0 +1257 16 0.924168 0.778754 0.153852 0 -1 0 +1258 15 0.678029 0.0682553 0.180176 0 0 0 +1259 16 0.683872 0.0329629 0.182505 0 0 0 +1260 16 0.65027 0.0713043 0.157698 0 0 0 +1261 15 0.518703 0.916238 0.338558 0 -1 0 +1262 16 0.490807 0.926 0.31827 0 -1 0 +1263 16 0.504803 0.89366 0.362686 0 -1 0 +179 16 0.636305 0.333386 0.355705 -1 0 0 +691 15 0.165636 0.440251 0.109645 0 0 0 +305 16 0.769695 0.167559 0.449318 -1 1 0 +804 16 0.287745 0.804221 0.275993 0 -1 0 +553 15 0.0454732 0.93409 0.312231 0 0 0 +626 16 0.0863346 0.169972 0.236434 0 0 0 +1294 15 0.724437 0.887285 0.392593 0 -1 0 +893 16 0.513174 0.650751 0.0616101 0 0 1 +874 15 0.606109 0.470433 0.37627 0 0 0 +876 16 0.59481 0.464847 0.342711 0 0 0 +167 16 0.109426 0.157018 0.0425183 0 0 0 +1288 15 0.769029 0.977286 0.430979 0 -1 0 +1289 16 0.792066 0.971106 0.457741 0 -1 0 +1650 16 0.537043 0.843653 0.203094 0 -1 0 +768 16 0.501011 0.97783 0.0875019 0 0 0 +1791 16 0.926835 0.917236 0.41799 0 0 0 +1265 16 0.936623 0.0990224 0.486926 0 0 0 +598 15 0.426947 0.0251202 0.351226 0 0 0 +392 16 0.0183044 0.532373 0.411943 0 0 0 +474 16 0.981111 0.594787 0.384226 -1 0 0 +1309 15 0.457752 0.154489 0.071523 0 0 0 +1310 16 0.455475 0.118826 0.0686892 0 0 0 +1311 16 0.453482 0.16646 0.0380033 0 0 0 +337 15 0.035857 0.127004 0.374883 0 0 0 +124 15 0.102687 0.173335 0.441505 0 0 0 +1236 16 0.44806 0.989645 0.462127 0 0 0 +446 16 0.307311 0.336975 0.306738 0 0 0 +600 16 0.431892 0.0332878 0.316673 0 0 0 +1689 16 0.830446 0.832525 0.24031 0 -1 0 +595 15 0.292031 0.0875394 0.073253 0 0 0 +1790 16 0.969813 0.922014 0.38132 0 0 0 +1333 15 0.492999 0.448884 0.166403 0 0 0 +1334 16 0.476805 0.442771 0.13501 0 0 0 +1335 16 0.526524 0.458026 0.157592 0 0 0 +510 16 0.996101 0.733156 0.110205 -1 0 1 +222 16 0.716369 0.162869 0.133827 -1 0 0 +1366 15 0.719392 0.500348 0.00233181 0 0 0 +1285 15 0.665183 0.982566 0.484246 0 -1 0 +1441 15 0.819143 0.055684 0.382503 0 0 0 +724 15 0.146713 0.46066 0.275716 0 0 0 +168 16 0.0757308 0.112365 0.0332811 0 0 0 +1343 16 0.700802 0.413931 0.30106 0 0 0 +1008 16 0.301634 0.13036 0.429929 0 0 0 +1212 16 0.199499 0.95879 0.113741 0 0 0 +1736 16 0.836682 0.196818 0.179727 0 0 0 +1223 16 0.253231 0.1881 0.210313 0 1 0 +1723 15 0.893109 0.229789 0.0982318 0 0 1 +1363 15 0.839421 0.607735 0.12382 0 0 0 +1364 16 0.875182 0.610066 0.122903 0 0 0 +1365 16 0.829346 0.633186 0.146967 0 0 0 +1332 16 0.696363 0.267708 0.108415 0 0 0 +1443 16 0.797113 0.0745273 0.361415 0 0 0 +871 15 0.197422 0.199571 0.469604 0 0 0 +1589 16 0.712217 0.582776 0.397682 0 0 0 +1708 15 0.782666 0.222664 0.354444 0 0 0 +174 16 0.932685 0.399738 0.322371 -1 0 0 +1818 16 0.773972 0.547864 0.242775 0 0 0 +1381 15 0.614498 0.842992 0.304955 0 0 0 +1382 16 0.642317 0.863014 0.315459 0 0 0 +1383 16 0.585849 0.863832 0.310435 0 0 0 +1384 15 0.0576751 0.967645 0.468467 0 0 0 +1385 16 0.0520007 0.935704 0.453213 0 0 0 +568 15 0.318921 0.0156054 0.0139015 0 0 0 +1634 16 0.754637 0.741672 0.369703 0 0 0 +774 16 0.0304791 0.712568 0.261274 0 0 0 +306 16 0.817884 0.176395 0.477855 -1 1 0 +1688 16 0.783821 0.853464 0.264849 0 -1 0 +1649 16 0.505604 0.8387 0.250016 0 -1 0 +1687 15 0.796027 0.824951 0.246874 0 -1 0 +1817 16 0.724405 0.520842 0.248017 0 0 0 +1789 15 0.956239 0.900309 0.406415 0 0 0 +1707 16 0.944205 0.269921 0.118246 0 0 0 +300 16 0.877707 0.912691 0.156052 -1 0 0 +775 15 0.732379 0.066524 0.472822 -1 1 0 +1402 15 0.485646 0.219412 0.202999 0 1 0 +1403 16 0.457825 0.24197 0.201516 0 1 0 +1404 16 0.471833 0.188939 0.215871 0 1 0 +393 16 0.982039 0.530741 0.455495 -1 0 0 +1655 16 0.0993341 0.660304 0.0279285 1 -1 0 +1517 16 0.611873 0.449006 0.129527 0 0 0 +1462 15 0.980528 0.828445 0.236061 0 -1 0 +738 16 0.190108 0.554958 0.349658 0 0 0 +516 16 0.152058 0.312347 0.149266 0 1 0 +1730 16 0.881262 0.154681 0.275398 0 0 0 +1426 15 0.464819 0.828314 0.0854916 0 -1 0 +1427 16 0.491613 0.823692 0.062128 0 -1 0 +1428 16 0.44697 0.797229 0.0849606 0 -1 0 +1429 15 0.590247 0.983435 0.289624 0 -1 0 +1430 16 0.593915 0.9523 0.30701 0 -1 0 +1431 16 0.556329 0.993247 0.295822 0 -1 0 +1432 15 0.6469 0.795966 0.207387 0 -1 0 +1433 16 0.630185 0.80068 0.238748 0 -1 0 +1434 16 0.620715 0.797376 0.182945 0 -1 0 +1435 15 0.629134 0.92369 0.378713 0 -1 0 +1436 16 0.629953 0.958562 0.386983 0 -1 0 +1437 16 0.614397 0.907999 0.407378 0 -1 0 +1339 15 0.733006 0.384662 0.386435 0 0 0 +1796 16 0.0927987 0.508498 0.418289 1 0 0 +1453 15 0.689626 0.00305771 0.284004 0 0 0 +1454 16 0.7018 0.034283 0.271281 0 0 0 +1455 16 0.654043 0.00718159 0.285401 0 0 0 +1374 16 0.738677 0.279537 0.450624 0 0 0 +571 15 0.262233 0.0685133 0.184314 0 0 0 +1458 16 0.937578 0.136547 0.087435 0 0 0 +1459 15 0.590436 0.0937835 0.117177 0 0 0 +1460 16 0.577281 0.125586 0.107144 0 0 0 +1461 16 0.577152 0.0706139 0.0932646 0 0 0 +1290 16 0.763956 0.945165 0.41589 0 -1 0 +1463 16 0.992343 0.832377 0.269677 0 -1 0 +1006 15 0.312631 0.111562 0.401454 0 0 0 +1637 16 0.879698 0.0845479 0.417778 0 1 0 +1037 16 0.397968 0.472038 0.214895 0 0 0 +1316 16 0.67506 0.42312 0.464465 0 0 0 +221 16 0.713411 0.133709 0.0852931 -1 0 0 +1203 16 0.604766 0.504727 0.0467032 0 0 0 +1448 16 0.446954 0.0569082 0.137958 0 0 1 +872 16 0.211652 0.231955 0.463781 0 0 0 +1742 16 0.837722 0.37649 0.479813 0 0 0 +1405 15 0.462792 0.119065 0.455146 0 1 0 +1093 15 0.0946664 0.616305 0.315368 0 0 0 +1823 16 0.120584 0.626515 0.472935 1 0 0 +572 16 0.259221 0.0902877 0.155996 0 0 0 +949 15 0.248208 0.953266 0.36334 0 0 0 +1494 16 0.986367 0.336687 0.43882 0 0 0 +1019 16 0.253623 0.307633 0.440601 0 0 0 +1205 16 0.782491 0.458875 0.186084 0 0 0 +1505 16 0.96414 0.146905 0.306754 0 0 0 +245 16 0.982978 0.568121 0.125485 -1 0 0 +1442 16 0.797339 0.035209 0.402263 0 0 0 +1493 16 0.943691 0.343851 0.402188 0 0 0 +1510 15 0.630801 0.358947 0.243721 0 0 0 +1511 16 0.611051 0.329893 0.236586 0 0 0 +1512 16 0.650166 0.349812 0.272473 0 0 0 +1513 15 0.663523 0.134546 0.377397 0 0 0 +1514 16 0.659355 0.131317 0.412856 0 0 0 +1515 16 0.643828 0.16318 0.368605 0 0 0 +857 16 0.303872 0.224752 0.356701 0 0 0 +1740 16 0.633906 0.587843 0.268051 0 0 0 +1224 16 0.239781 0.230039 0.174609 0 1 0 +1816 15 0.739851 0.548849 0.231826 0 0 0 +821 16 0.668557 -0.00117808 0.0327515 0 0 0 +1249 15 0.426185 0.94136 0.0498491 0 -1 0 +1534 15 0.692534 0.523168 0.347327 0 0 0 +1535 16 0.679266 0.546924 0.323988 0 0 0 +1536 16 0.705854 0.496929 0.326852 0 0 0 +1537 15 0.818672 0.282336 0.28351 0 0 0 +1538 16 0.803937 0.26015 0.307505 0 0 0 +1539 16 0.838286 0.305044 0.303123 0 0 0 +1540 15 0.569312 0.275698 0.211178 0 0 0 +1541 16 0.566472 0.297845 0.183133 0 0 0 +1542 16 0.543864 0.251035 0.205767 0 0 0 +1821 16 0.792488 0.742661 0.457588 0 0 0 +799 15 0.378132 0.172946 0.480277 0 0 0 +1663 15 0.754285 0.860459 0.492126 0 -1 0 +1011 16 0.492372 0.297417 0.485621 0 0 0 +1686 16 0.884109 0.806704 0.35259 0 -1 0 +1555 15 0.93182 0.535244 0.216838 0 0 0 +1556 16 0.932913 0.56597 0.198405 0 0 0 +1557 16 0.933428 0.509664 0.191774 0 0 0 +1558 15 0.424737 0.736683 0.369424 0 0 0 +1559 16 0.41285 0.70445 0.379664 0 0 0 +1560 16 0.460452 0.733986 0.370935 0 0 0 +1561 15 0.734563 0.666374 0.269447 0 0 0 +1562 16 0.735719 0.690032 0.242538 0 0 0 +1563 16 0.718344 0.683934 0.296162 0 0 0 +451 15 0.240241 0.442518 0.488872 0 0 0 +1706 16 0.980833 0.311902 0.12876 0 0 0 +497 16 0.49806 0.628915 0.461939 -1 0 0 +1815 16 0.839818 0.426908 0.354145 0 0 0 +1576 15 0.602148 0.466002 0.277737 0 0 0 +1577 16 0.637116 0.464511 0.285492 0 0 0 +1578 16 0.601027 0.473113 0.242619 0 0 0 +1579 15 0.833329 0.715634 0.148778 0 0 0 +1580 16 0.800097 0.722667 0.160236 0 0 0 +1581 16 0.853308 0.742128 0.162343 0 0 0 +1582 15 0.572853 0.70528 0.239742 0 0 0 +1583 16 0.604511 0.706631 0.222977 0 0 0 +1584 16 0.561163 0.671849 0.23419 0 0 0 +1172 16 0.589314 0.386309 0.401749 0 0 0 +806 16 0.146252 0.960419 0.426586 0 -1 0 +623 16 0.450237 0.992021 0.252661 0 -1 0 +878 16 0.438697 0.60946 0.0271478 0 0 0 +950 16 0.212408 0.955047 0.3639 0 0 0 +767 16 0.471204 0.96397 0.133697 0 0 0 +1597 15 0.757343 0.857859 0.144876 0 0 0 +1598 16 0.770854 0.840281 0.173048 0 0 0 +1599 16 0.784315 0.878485 0.133376 0 0 0 +1600 15 0.125099 0.925542 0.19241 1 0 0 +1601 16 0.105141 0.955148 0.195612 1 0 0 +1602 16 0.123947 0.910372 0.22487 1 0 0 +1603 15 0.447919 0.931874 0.228971 0 0 0 +1604 16 0.479962 0.915812 0.229538 0 0 0 +1605 16 0.426034 0.907745 0.214006 0 0 0 +241 15 0.766085 0.588133 0.0639975 -1 0 1 +204 16 0.111389 0.4218 0.472316 0 0 0 +625 15 0.0613477 0.157097 0.258682 0 0 0 +1814 16 0.859488 0.382837 0.383901 0 0 0 +1797 16 0.123389 0.533336 0.377522 1 0 0 +1624 15 0.798523 0.967563 0.169469 0 0 0 +1625 16 0.807176 0.93413 0.179085 0 0 0 +1626 16 0.819031 0.988457 0.190157 0 0 0 +935 16 0.214467 0.720009 0.0580733 0 0 1 +1372 15 0.762171 0.301163 0.434331 0 0 0 +246 16 0.948115 0.60353 0.0981842 -1 0 0 +1630 15 0.820252 0.908467 0.331722 0 0 0 +1631 16 0.843325 0.885024 0.345975 0 0 0 +1632 16 0.8404 0.936873 0.323222 0 0 0 +748 15 0.346367 0.572602 0.473396 0 0 0 +726 16 0.15269 0.448535 0.308918 0 0 0 +489 16 0.126806 0.631325 0.109168 0 0 0 +1506 16 0.96295 0.194286 0.33787 0 0 0 +910 15 0.683913 0.388979 0.136783 0 0 1 +1651 15 0.939089 0.824683 0.0974935 0 -1 0 +1734 16 0.776615 0.322838 0.0636657 0 0 0 +1653 16 0.928652 0.812664 0.0653732 0 -1 0 +1685 16 0.88979 0.812427 0.40871 0 -1 0 +1636 15 0.883818 0.107051 0.445378 0 1 0 +1705 15 0.970202 0.279868 0.140837 0 0 0 +1657 15 0.0606967 0.00756781 0.212244 1 0 0 +1658 16 0.0578449 0.0198388 0.178683 1 0 0 +1659 16 0.0496334 0.0348142 0.232746 1 0 0 +1660 15 0.733826 0.745167 0.214678 0 -1 0 +1661 16 0.750429 0.763135 0.24088 0 -1 0 +1662 16 0.703602 0.763563 0.208918 0 -1 0 +1813 15 0.829099 0.399187 0.374189 0 0 0 +1735 15 0.838826 0.168732 0.157552 0 0 0 +499 15 0.834111 0.558606 0.389668 -1 0 0 +1819 15 0.805151 0.772216 0.473439 0 0 0 +1345 15 0.897872 0.445569 0.45765 0 0 0 +982 15 0.326881 0.868141 0.490212 0 -1 0 +915 16 0.593933 0.72439 0.0584918 0 0 0 +1122 16 0.618316 0.827069 0.468046 0 -1 0 +667 15 0.276525 0.592521 0.0299689 0 0 0 +1807 15 0.700791 0.67481 0.0486306 0 0 1 +714 16 0.19331 0.509756 0.100997 0 0 0 +376 15 0.195771 0.0947437 0.0873094 0 0 1 +473 16 0.0331064 0.616705 0.378692 0 0 0 +1652 16 0.939831 0.860347 0.0939387 0 -1 0 +338 16 0.0311138 0.106934 0.404205 0 0 0 +287 16 0.222087 0.642304 0.395011 0 0 0 +1423 15 0.589158 0.917334 0.139878 0 -1 0 +712 15 0.200746 0.544567 0.0967498 0 0 0 +1725 16 0.8739 0.210166 0.121277 0 0 1 +165 16 0.982426 0.337497 0.0297241 -1 0 0 +1282 15 0.564862 0.0392538 0.0367444 0 0 0 +1732 15 0.778216 0.351911 0.0427534 0 0 0 +233 16 0.79087 0.637443 0.445276 -1 0 0 +1198 15 0.405055 0.376488 0.0235513 0 0 1 +596 16 0.301588 0.0620922 0.0498824 0 0 0 +1360 15 0.90871 0.454677 0.0285724 0 0 0 +848 16 0.334917 0.117658 0.0152274 0 0 0 +713 16 0.203001 0.557415 0.130141 0 0 0 +1346 16 0.891875 0.453173 0.492166 0 0 0 +761 16 0.174588 0.78868 0.0431437 0 0 1 +1375 15 0.552408 0.600701 0.433552 0 0 0 +1394 16 0.661502 0.7365 0.463287 0 0 0 +438 16 0.0449494 0.359771 0.102272 0 0 0 +1395 16 0.68814 0.68777 0.451865 0 0 0 +234 16 0.843264 0.654412 0.45875 -1 0 0 +1654 15 0.0842217 0.681861 0.00359613 1 -1 0 +1152 16 0.69811 0.268757 0.497341 0 0 0 +1868 16 0.736548 0.792609 0.0101197 0 0 0 +824 16 0.206756 0.268463 0.0152175 0 0 0 +1741 15 0.817155 0.354853 0.499662 0 0 0 +839 16 0.140406 0.872415 0.0106725 0 -1 1 +764 16 0.405732 0.683826 0.0208382 0 0 0 +614 16 0.160838 0.102627 0.498903 0 0 0 +906 16 0.574743 0.636034 0.000865561 0 0 1 +1842 16 0.86578 0.590435 0.00352216 0 0 0 +1110 16 0.567237 0.933169 0.0102244 0 -1 0 +1856 16 0.839377 0.0750929 0.4957 0 1 0 +1554 16 0.739706 0.817072 0.922758 0 0 -1 +35 5 0.457079 0.440551 0.53855 0 0 0 +36 7 0.503455 0.455795 0.561635 0 0 0 +37 1 0.494289 0.47089 0.61576 0 0 0 +38 3 0.453914 0.484639 0.630993 0 0 0 +39 10 0.427436 0.449508 0.559413 0 0 0 +40 4 0.519744 0.486489 0.540935 0 0 0 +41 4 0.525162 0.421925 0.565839 0 0 0 +42 5 0.532873 0.472836 0.647872 0 0 0 +43 6 0.521308 0.479534 0.699756 0 0 0 +44 1 0.531195 0.534713 0.712307 0 0 0 +45 3 0.497607 0.560525 0.726133 0 0 0 +46 7 0.563123 0.448959 0.72986 0 0 0 +47 8 0.562877 0.456934 0.786642 0 0 0 +48 8 0.601507 0.48554 0.80777 0 0 0 +49 8 0.523788 0.441698 0.817174 0 0 0 +50 8 0.602944 0.498559 0.858981 0 0 0 +51 8 0.523743 0.454491 0.867643 0 0 0 +52 8 0.562159 0.486069 0.886605 0 0 0 +53 10 0.566993 0.461606 0.637677 0 0 0 +54 4 0.484177 0.468366 0.711267 0 0 0 +55 4 0.557913 0.408781 0.720383 0 0 0 +56 4 0.601458 0.457569 0.716166 0 0 0 +57 11 0.634019 0.497945 0.787152 0 0 0 +58 11 0.493613 0.420516 0.800539 0 0 0 +59 11 0.636527 0.513824 0.875568 0 0 0 +60 11 0.493728 0.440298 0.890743 0 0 0 +985 15 0.615144 0.25206 0.543342 0 0 0 +62 5 0.576618 0.552987 0.703083 0 0 0 +63 6 0.592034 0.604207 0.710724 0 0 0 +64 12 0.59351 0.634217 0.661359 0 0 0 +65 3 0.633353 0.649147 0.644192 0 0 0 +66 7 0.642955 0.611198 0.739987 0 0 0 +67 7 0.647122 0.662366 0.766874 0 0 0 +68 13 0.604242 0.671489 0.819225 0 0 0 +69 2 0.6347 0.728053 0.84194 0 0 0 +70 10 0.600942 0.531711 0.684379 0 0 0 +71 4 0.56184 0.61908 0.733154 0 0 0 +72 4 0.645885 0.580935 0.768391 0 0 0 +73 4 0.674434 0.608765 0.712887 0 0 0 +74 4 0.687533 0.66764 0.775261 0 0 0 +75 4 0.64318 0.689731 0.73578 0 0 0 +76 4 0.62323 0.745878 0.877744 0 0 0 +77 4 0.675829 0.723589 0.846383 0 0 0 +78 4 0.623489 0.760148 0.817952 0 0 0 +79 14 0.551088 0.653456 0.644898 0 0 0 +80 10 0.52238 0.645982 0.667758 0 0 0 +81 10 0.548585 0.669825 0.611307 0 0 0 +1890 16 0.95191 0.041194 0.828031 0 1 0 +1148 16 0.366739 0.858226 0.737025 0 -1 0 +1073 16 0.380505 0.759851 0.54427 0 0 0 +660 16 0.923867 0.213742 0.552188 -1 0 0 +100 15 0.369566 0.92091 0.63474 0 -1 0 +101 16 0.39742 0.924666 0.612488 0 -1 0 +102 16 0.365593 0.953243 0.649703 0 -1 0 +103 15 0.0153989 0.149494 0.761506 0 0 0 +104 16 0.980142 0.150157 0.767954 -1 0 0 +105 16 0.018042 0.14045 0.726919 0 0 0 +1182 16 0.663537 0.161239 0.600069 0 0 0 +449 16 0.181974 0.445203 0.714487 0 0 0 +1337 16 0.795138 0.083353 0.988246 0 0 -1 +1691 16 0.73976 0.902641 0.539458 0 -1 0 +937 15 0.535652 0.813797 0.810307 0 0 -1 +1530 16 0.85763 0.320909 0.953843 0 0 0 +979 15 0.783197 0.106973 0.609615 0 0 0 +176 16 0.0469024 0.426609 0.573226 0 0 0 +988 15 0.411809 0.168232 0.626061 0 0 0 +662 16 0.396747 0.275535 0.561973 0 0 0 +924 16 0.354412 0.524141 0.583052 0 0 0 +130 15 0.0449135 0.156086 0.660888 0 0 0 +131 16 0.0792696 0.160659 0.670045 0 0 0 +132 16 0.0441426 0.162155 0.625565 0 0 0 +1167 16 0.458819 0.205376 0.934637 0 0 -1 +1170 16 0.374447 0.0775197 0.932365 0 0 -1 +368 16 0.271145 0.292944 0.64279 0 0 0 +656 16 0.25601 0.0139386 0.533335 0 0 0 +811 15 0.283017 0.146811 0.500105 0 0 0 +151 15 0.964219 0.518453 0.526315 -1 0 0 +152 16 0.983992 0.48885 0.522103 -1 0 0 +153 16 0.986742 0.542332 0.540723 -1 0 0 +154 15 0.205164 0.231615 0.756231 0 0 0 +155 16 0.180738 0.231854 0.782468 0 0 0 +156 16 0.211145 0.266255 0.749203 0 0 0 +157 15 0.313532 0.386169 0.758266 0 0 0 +158 16 0.288859 0.367574 0.776447 0 0 0 +159 16 0.34385 0.381373 0.776783 0 0 0 +160 15 0.0185759 0.250079 0.759264 0 0 0 +161 16 0.998366 0.255807 0.788313 -1 0 0 +162 16 0.0335546 0.218005 0.764918 0 0 0 +831 16 0.165634 0.229857 0.582023 0 0 0 +1030 15 0.101792 0.246456 0.583476 0 0 0 +186 16 0.236281 0.438224 0.626195 0 0 0 +1281 16 0.460981 0.0595502 0.976814 0 0 -1 +217 15 0.0368631 0.568251 0.946103 0 0 -1 +181 15 0.939012 0.540613 0.839498 -1 0 0 +182 16 0.912573 0.557617 0.822266 -1 0 0 +183 16 0.922292 0.516301 0.859858 -1 0 0 +448 15 0.204353 0.428884 0.691729 0 0 0 +889 15 0.632554 0.793834 0.961814 0 0 -1 +212 16 0.773905 0.404078 0.903131 -1 0 0 +187 15 0.91039 0.384601 0.58244 -1 0 0 +188 16 0.933462 0.388115 0.555229 -1 0 0 +189 16 0.883423 0.406765 0.574278 -1 0 0 +191 16 0.773616 0.354294 0.837976 -1 0 -1 +110 16 0.849497 0.346708 0.784131 -1 0 -1 +542 16 0.0536278 0.992455 0.684433 0 0 -1 +329 16 0.922312 0.793872 0.986827 -1 -1 -1 +218 16 0.0709275 0.562367 0.955595 0 0 -1 +703 15 0.136067 0.355662 0.94835 0 0 0 +563 16 0.252478 0.690596 0.503748 0 0 0 +211 15 0.798277 0.420887 0.923344 -1 0 0 +1101 16 0.362819 0.359057 0.612211 0 0 0 +213 16 0.810077 0.395721 0.945984 -1 0 0 +1680 16 0.640423 0.968654 0.918578 0 -1 -1 +1308 16 0.494127 0.120862 0.868581 0 0 -1 +1716 16 0.963219 0.944703 0.675898 0 -1 0 +1889 16 0.959154 0.0102405 0.781085 0 1 0 +1622 16 0.803438 0.00822049 0.832151 0 1 -1 +1166 16 0.466602 0.15974 0.967368 0 0 -1 +1773 16 0.936307 0.756547 0.566412 0 0 0 +688 15 0.192084 0.425074 0.99709 0 0 0 +235 15 0.155414 0.194426 0.962386 0 0 0 +236 16 0.135971 0.209557 0.988427 0 0 0 +492 16 0.18476 0.856453 0.934673 0 0 -1 +238 15 0.848703 0.656125 0.633747 -1 0 0 +239 16 0.873079 0.675423 0.651593 -1 0 0 +240 16 0.81726 0.666312 0.647626 -1 0 0 +1277 16 0.415443 0.176674 0.758039 0 0 -1 +689 16 0.201125 0.453705 0.977504 0 0 0 +825 16 0.237709 0.300751 0.980375 0 0 -1 +1127 16 0.626494 0.889256 0.615394 0 -1 0 +259 15 0.0225686 0.601285 0.701112 0 0 0 +576 16 0.038961 0.861391 0.60984 0 -1 0 +511 15 0.142711 0.631473 0.539024 0 0 0 +195 16 0.705942 0.344256 0.910675 -1 0 -1 +923 16 0.311695 0.488087 0.573572 0 0 0 +1764 16 0.151078 0.436481 0.872547 1 0 -1 +564 16 0.263563 0.658706 0.549297 0 0 0 +909 16 0.675411 0.677886 0.980917 0 0 0 +267 16 0.909912 0.802635 0.909086 -1 0 0 +268 15 0.873791 0.668556 0.873595 -1 0 0 +269 16 0.856802 0.68944 0.849923 -1 0 0 +270 16 0.854452 0.638384 0.874465 -1 0 0 +273 16 0.822764 0.907764 0.733778 -1 0 -1 +1485 16 0.706055 0.117905 0.952347 0 0 -1 +297 16 0.217946 0.512703 0.732224 0 0 0 +289 15 0.0485208 0.722867 0.567784 0 0 0 +290 16 0.0610404 0.717116 0.600879 0 0 0 +291 16 0.0775842 0.721605 0.546835 0 0 0 +292 15 0.922727 0.800832 0.780005 -1 0 0 +293 16 0.922264 0.78753 0.813291 -1 0 0 +294 16 0.957283 0.80006 0.770498 -1 0 0 +295 15 0.208738 0.540076 0.710988 0 0 0 +296 16 0.224692 0.532932 0.67969 0 0 0 +1378 15 0.75273 0.655291 0.883465 0 0 -1 +863 16 0.285852 0.318286 0.858307 0 0 -1 +313 15 0.1902 0.656311 0.702875 0 0 0 +314 16 0.213646 0.641989 0.679847 0 0 0 +315 16 0.209947 0.665191 0.731447 0 0 0 +1595 16 0.000325161 0.454729 0.906636 1 0 -1 +1690 15 0.740602 0.927119 0.565635 0 -1 0 +1264 15 0.956909 0.0921601 0.515674 0 0 0 +319 15 0.027845 0.818097 0.730305 0 0 0 +320 16 0.999413 0.813369 0.708989 -1 0 0 +321 16 0.0542261 0.827833 0.708071 0 0 0 +322 15 0.156508 0.762365 0.747533 0 0 0 +323 16 0.146361 0.75496 0.781108 0 0 0 +324 16 0.136197 0.741037 0.727095 0 0 0 +1888 15 0.974628 0.0182861 0.812404 0 1 0 +543 16 0.103314 0.965264 0.686983 0 0 -1 +1362 16 0.905709 0.435118 0.99868 0 0 -1 +215 16 0.0639915 0.296489 0.899513 0 0 0 +941 16 0.404913 0.824721 0.813988 0 0 -1 +177 16 0.0170344 0.378587 0.569177 0 0 0 +1221 16 0.523972 0.759236 0.985125 0 0 0 +346 15 0.125832 0.472674 0.750649 0 0 0 +347 16 0.119531 0.507543 0.745213 0 0 0 +348 16 0.108804 0.465133 0.78128 0 0 0 +349 15 0.899394 0.166252 0.803403 -1 0 0 +350 16 0.927849 0.188009 0.801969 -1 0 0 +351 16 0.87559 0.181107 0.781091 -1 0 0 +345 16 0.165006 0.945896 0.607117 0 -1 0 +1758 16 0.0172047 0.603022 0.894115 1 0 -1 +812 16 0.279152 0.139712 0.53503 0 0 0 +1398 16 0.423372 0.843507 0.994499 0 0 -1 +1307 16 0.529003 0.0770187 0.859865 0 0 -1 +1863 16 0.0971994 0.110692 0.90464 1 1 0 +1336 15 0.830869 0.0855767 0.990094 0 0 -1 +372 16 0.325655 0.398722 0.689043 0 0 0 +981 16 0.763505 0.125667 0.633022 0 0 0 +374 16 0.225258 0.100469 0.800994 0 0 0 +484 15 0.0338887 0.869868 0.885479 0 0 0 +1156 15 0.609685 0.108229 0.584836 0 0 0 +1390 15 0.632971 0.462134 0.562394 0 0 0 +1756 15 0.00509071 0.613862 0.862164 1 0 -1 +1772 16 0.990818 0.771072 0.560736 0 0 0 +612 16 0.12316 0.0583791 0.687649 0 0 0 +1748 16 0.745433 0.492051 0.519577 0 0 0 +397 15 0.236913 0.835157 0.81383 0 -1 0 +398 16 0.223731 0.839565 0.846874 0 -1 0 +399 16 0.233992 0.867479 0.798603 0 -1 0 +400 15 0.301542 0.0815085 0.713428 0 0 0 +401 16 0.279303 0.0607164 0.694502 0 0 0 +402 16 0.286186 0.0840311 0.745723 0 0 0 +1749 16 0.702079 0.464809 0.543925 0 0 0 +357 16 0.19399 0.156432 0.748532 0 0 -1 +734 16 0.163895 0.535304 0.976355 0 0 0 +421 15 0.233663 0.548209 0.603761 0 0 0 +1097 16 0.490537 0.558518 0.552008 0 0 0 +423 16 0.198268 0.54882 0.609415 0 0 0 +424 15 0.847283 0.459027 0.546956 -1 0 0 +558 16 0.329805 0.984808 0.574697 0 0 0 +426 16 0.812878 0.448965 0.546553 -1 0 0 +427 15 0.971149 0.309838 0.910975 -1 0 0 +428 16 0.994421 0.296976 0.935019 -1 0 0 +429 16 0.977379 0.345136 0.910427 -1 0 0 +1575 16 0.914047 0.654133 0.983071 0 0 -1 +815 16 0.649351 0.00662547 0.547488 0 0 0 +1084 15 0.287954 0.999368 0.866314 0 0 -1 +611 16 0.173946 0.0812731 0.698191 0 0 0 +1887 16 0.880548 0.00339845 0.88343 0 1 0 +955 15 0.336718 0.552548 0.945922 0 0 0 +109 15 0.821425 0.334596 0.802849 -1 0 -1 +646 15 0.483998 0.320826 0.856287 0 0 -1 +1646 16 0.883007 0.91984 0.593989 0 0 0 +990 16 0.398383 0.14069 0.607453 0 0 0 +1408 15 0.624655 0.75404 0.619523 0 0 0 +454 15 0.858985 0.567086 0.571279 -1 0 0 +455 16 0.84909 0.594244 0.592483 -1 0 0 +456 16 0.892065 0.558703 0.582258 -1 0 0 +457 15 0.0642929 0.289543 0.672848 0 0 0 +458 16 0.048427 0.26443 0.692916 0 0 0 +459 16 0.0700275 0.316791 0.695426 0 0 0 +1552 15 0.747279 0.837139 0.894034 0 0 -1 +674 16 0.336458 0.353937 0.539598 0 0 0 +991 15 0.363762 0.421769 0.883255 0 0 -1 +379 15 0.359134 0.113405 0.829657 0 0 -1 +478 15 0.011914 0.504034 0.699185 0 0 0 +479 16 0.046004 0.493817 0.694875 0 0 0 +480 16 0.0135449 0.539712 0.702262 0 0 0 +864 16 0.242513 0.354841 0.858243 0 0 -1 +942 16 0.376961 0.825353 0.863313 0 0 -1 +1278 16 0.418763 0.148043 0.806863 0 0 -1 +926 16 0.502045 0.761037 0.857466 0 0 0 +940 15 0.402333 0.807517 0.845333 0 0 -1 +1085 16 0.319986 0.0152818 0.868715 0 1 -1 +983 16 0.304562 0.858226 0.516456 0 -1 0 +792 16 0.435356 0.960994 0.944071 0 -1 -1 +502 15 0.121497 0.585926 0.739867 0 0 0 +503 16 0.152969 0.588496 0.722896 0 0 0 +504 16 0.128021 0.598394 0.772838 0 0 0 +505 15 0.889936 0.482976 0.914734 -1 0 0 +506 16 0.872055 0.508197 0.93288 -1 0 0 +507 16 0.865018 0.467194 0.89436 -1 0 0 +1487 16 0.763429 0.363011 0.555919 0 0 0 +1149 16 0.418221 0.847615 0.715773 0 -1 0 +676 15 0.335272 0.652167 0.565979 0 0 0 +513 16 0.175889 0.644156 0.534174 0 0 0 +1491 16 0.127717 0.419857 0.599646 1 0 0 +193 15 0.695563 0.343116 0.944969 -1 0 -1 +1695 16 0.239367 0.450014 0.907258 1 0 0 +529 15 0.102444 0.390129 0.829499 0 0 0 +530 16 0.0704348 0.401471 0.818015 0 0 0 +531 16 0.0958961 0.35807 0.844142 0 0 0 +370 15 0.342863 0.404445 0.65812 0 0 0 +512 16 0.134368 0.640747 0.572632 0 0 0 +1220 16 0.492056 0.735958 0.944455 0 0 0 +535 15 0.381232 0.0170415 0.634802 0 1 0 +536 16 0.401178 0.0392088 0.654698 0 1 0 +537 16 0.369256 0.0374526 0.607874 0 1 0 +1775 16 0.82243 0.242775 0.888125 0 0 0 +1108 15 0.537236 0.941958 0.99268 0 -1 -1 +956 16 0.32379 0.574873 0.970814 0 0 0 +93 16 0.901975 1.00155 0.553467 -1 -1 0 +1721 16 0.897657 0.340531 0.7199 0 0 0 +375 16 0.248952 0.0641743 0.837543 0 0 0 +925 15 0.476642 0.751282 0.880803 0 0 0 +1067 16 0.425825 0.59856 0.644201 0 0 0 +559 15 0.241189 0.721931 0.799753 0 0 0 +560 16 0.264526 0.7308 0.82548 0 0 0 +561 16 0.22766 0.753237 0.788709 0 0 0 +695 16 0.447161 0.502012 0.958622 0 0 -1 +704 16 0.126741 0.342082 0.916511 0 0 0 +1151 16 0.706957 0.230056 0.537819 0 0 0 +816 16 0.596433 0.991511 0.561118 0 -1 0 +952 15 0.308424 0.81196 0.736507 0 0 0 +258 16 0.0288585 0.674229 0.51968 0 0 0 +1450 15 0.705542 0.888226 0.670156 0 -1 -1 +237 16 0.186147 0.212879 0.962238 0 0 0 +1704 16 0.243203 0.981227 0.68965 1 -1 -1 +1276 15 0.438782 0.165706 0.78294 0 0 -1 +1769 16 0.874205 0.690809 0.575812 0 0 0 +1218 16 0.82777 0.604415 0.744341 0 0 0 +395 16 0.00513257 0.174547 0.561718 0 0 0 +589 15 0.541819 0.966742 0.794144 0 -1 0 +590 16 0.565733 0.992214 0.802168 0 -1 0 +591 16 0.522362 0.980755 0.767494 0 -1 0 +592 15 0.0813109 0.769287 0.814715 0 -1 0 +593 16 0.080837 0.774309 0.850207 0 -1 0 +594 16 0.0836841 0.802321 0.800995 0 -1 0 +1004 16 0.259414 0.221229 0.807814 0 0 0 +610 15 0.158238 0.0531969 0.682378 0 0 0 +425 16 0.846254 0.494699 0.543564 -1 0 0 +986 16 0.628748 0.226858 0.564905 0 0 0 +440 16 0.0783827 0.557765 0.848052 0 0 -1 +670 15 0.1423 0.646379 0.922721 0 0 -1 +1768 15 0.892849 0.706659 0.549615 0 0 0 +616 15 0.155834 0.870813 0.727688 0 -1 0 +1714 15 0.944569 0.918262 0.69133 0 -1 0 +1118 16 0.61722 0.072424 0.811882 0 0 -1 +619 15 0.417716 0.363475 0.785592 0 0 0 +620 16 0.417899 0.330543 0.77143 0 0 0 +621 16 0.441381 0.361831 0.812469 0 0 0 +637 15 0.262725 0.901218 0.710869 0 -1 0 +638 16 0.259052 0.921923 0.739902 0 -1 0 +639 16 0.28178 0.87307 0.722256 0 -1 0 +640 15 0.307359 0.944245 0.947979 0 -1 0 +641 16 0.337054 0.946595 0.928032 0 -1 0 +642 16 0.298893 0.909415 0.947423 0 -1 0 +643 15 0.180392 0.244544 0.854398 0 0 0 +644 16 0.169851 0.24288 0.888621 0 0 0 +645 16 0.204125 0.271401 0.8536 0 0 0 +1886 16 0.924066 0.968462 0.893437 0 0 0 +962 16 0.410845 0.245681 0.960936 0 1 0 +1410 16 0.640502 0.767443 0.648752 0 0 0 +1306 15 0.514842 0.0972472 0.885853 0 0 -1 +1489 15 0.105145 0.447653 0.597914 1 0 0 +91 15 0.93723 -0.000647765 0.559577 -1 0 0 +1867 15 0.761123 0.782798 0.985934 0 0 -1 +1885 15 0.909934 0.999787 0.903641 0 0 0 +1072 15 0.368694 0.73446 0.52189 0 0 0 +682 15 0.404632 0.505503 0.824882 0 0 0 +683 16 0.387767 0.476072 0.836481 0 0 0 +570 16 0.295167 0.034812 0.995141 0 0 -1 +485 16 0.0528505 0.865592 0.855358 0 0 0 +1231 15 0.539582 0.7247 0.509182 0 0 0 +1389 16 0.702173 0.824088 0.577041 0 0 0 +1876 15 0.666212 0.325588 0.504351 0 1 0 +575 16 0.0885784 0.833985 0.608583 0 -1 0 +260 16 0.022302 0.618565 0.732519 0 0 0 +1168 15 0.370959 0.0512169 0.908259 0 0 -1 +61 11 0.559492 0.498644 0.924955 0 0 0 +700 15 0.960829 0.42017 0.687961 -1 0 0 +701 16 0.955539 0.413015 0.653235 -1 0 0 +702 16 0.9814 0.449528 0.688056 -1 0 0 +1247 16 0.578932 0.831356 1.00169 0 0 0 +574 15 0.0580049 0.836429 0.627141 0 -1 0 +705 16 0.162612 0.334434 0.959747 0 0 0 +655 15 0.229891 0.0178654 0.509097 0 0 0 +1762 15 0.149064 0.466721 0.891694 1 0 -1 +708 16 0.19926 0.668578 0.817081 0 0 0 +709 15 0.021688 0.679115 0.778747 0 0 0 +710 16 0.0397265 0.704883 0.795943 0 0 0 +711 16 0.0116002 0.656421 0.804598 0 0 0 +1109 16 0.548572 0.953332 0.960629 0 -1 -1 +381 16 0.363536 0.0929155 0.858741 0 0 -1 +939 16 0.518264 0.844501 0.816635 0 0 -1 +1280 16 0.502214 0.0887701 0.951111 0 0 -1 +727 15 0.0122501 0.441757 0.795914 0 0 0 +728 16 0.00602089 0.471703 0.77722 0 0 0 +729 16 0.989751 0.443699 0.823756 -1 0 0 +730 15 0.937645 0.552598 0.640284 -1 0 0 +731 16 0.954344 0.521061 0.636863 -1 0 0 +732 16 0.963214 0.57515 0.651365 -1 0 0 +733 15 0.130833 0.538298 0.962827 0 0 0 +890 16 0.638453 0.759216 0.954613 0 0 -1 +905 16 0.589999 0.582608 0.989572 0 0 0 +992 16 0.388017 0.426784 0.909172 0 0 -1 +751 15 0.13397 0.537283 0.639795 0 0 0 +1162 15 0.920941 0.181416 0.943593 0 0 -1 +753 16 0.118262 0.568887 0.646082 0 0 0 +754 15 0.308654 0.840014 0.927557 0 0 0 +755 16 0.311543 0.81309 0.904064 0 0 0 +756 16 0.273347 0.844156 0.932182 0 0 0 +757 15 0.208017 0.78008 0.655469 0 0 0 +758 16 0.234191 0.755599 0.656319 0 0 0 +759 16 0.187113 0.771861 0.683408 0 0 0 +618 16 0.187241 0.882463 0.714922 0 -1 0 +271 15 0.801277 0.907595 0.705083 -1 0 -1 +1483 15 0.727177 0.0914307 0.964097 0 0 -1 +266 16 0.947879 0.765256 0.889697 -1 0 0 +1857 16 0.826687 0.0495093 0.54468 0 1 0 +778 15 0.392525 0.809588 0.5964 0 0 0 +779 16 0.420507 0.814058 0.618359 0 0 0 +780 16 0.374642 0.840605 0.598203 0 0 0 +781 15 0.376553 0.678029 0.905633 0 0 0 +782 16 0.375266 0.653637 0.879395 0 0 0 +783 16 0.401165 0.701692 0.894707 0 0 0 +784 15 0.248059 0.123674 0.593266 0 1 0 +785 16 0.225816 0.151614 0.590146 0 1 0 +786 16 0.242 0.111002 0.626247 0 1 0 +787 15 0.277307 0.623706 0.649255 0 0 0 +788 16 0.304656 0.631634 0.627477 0 0 0 +789 16 0.265038 0.592256 0.637193 0 0 0 +1135 15 0.619959 0.346012 0.827959 0 0 -1 +666 16 0.393772 0.288582 0.839529 0 0 0 +818 16 0.208456 0.0603594 0.980254 0 0 -1 +808 15 0.481764 0.00319488 0.725094 0 0 0 +809 16 0.491164 0.0149889 0.692572 0 0 0 +810 16 0.453224 0.0230051 0.733936 0 0 0 +1279 15 0.484126 0.086435 0.981973 0 0 -1 +1178 16 0.736204 0.110141 0.707482 0 0 0 +1763 16 0.129433 0.488874 0.87147 1 0 -1 +1119 16 0.576135 0.0725103 0.77281 0 0 -1 +533 16 0.245077 0.529985 0.827715 0 0 0 +567 16 0.0571673 0.987131 0.936021 0 0 0 +1451 16 0.739037 0.894374 0.681355 0 -1 -1 +1056 16 0.128616 0.0110085 0.828797 0 1 -1 +1147 15 0.40167 0.862346 0.743954 0 -1 0 +1607 16 0.12386 0.88614 0.78037 1 0 0 +835 15 0.331637 0.270942 0.684817 0 0 0 +836 16 0.323762 0.23598 0.685674 0 0 0 +837 16 0.353186 0.275994 0.713017 0 0 0 +1386 16 0.0525435 0.961922 0.503482 0 0 0 +493 15 0.141087 0.762685 0.521328 0 0 0 +974 16 0.252956 0.899872 0.639392 0 -1 0 +841 15 0.414381 0.9144 0.903939 0 -1 0 +842 16 0.429317 0.905063 0.872717 0 -1 0 +843 16 0.419092 0.88582 0.92506 0 -1 0 +1217 16 0.882209 0.598652 0.729584 0 0 0 +859 15 0.671462 0.174584 0.935008 0 0 0 +860 16 0.643686 0.181107 0.913304 0 0 0 +861 16 0.671497 0.202039 0.958059 0 0 0 +1770 16 0.887362 0.685941 0.520878 0 0 0 +1866 16 0.0497056 0.720703 0.711773 1 0 -1 +231 16 0.824178 0.555336 0.508168 -1 0 0 +1884 16 0.0868972 0.0377246 0.559854 1 1 0 +311 16 0.897509 0.883341 0.512284 -1 0 0 +1878 16 0.641112 0.302804 0.516011 0 1 0 +1501 15 0.604401 0.182826 0.848141 0 0 0 +901 15 0.366151 0.498899 0.722651 0 0 0 +902 16 0.375547 0.524696 0.6996 0 0 0 +903 16 0.38517 0.505904 0.75222 0 0 0 +1063 15 0.461029 0.899582 0.58221 0 0 0 +907 15 0.6601 0.689849 0.950792 0 0 0 +1573 15 0.887918 0.677922 0.989108 0 0 -1 +1692 16 0.722649 0.911951 0.592703 0 -1 0 +494 16 0.145137 0.793764 0.53873 0 0 0 +1248 16 0.53139 0.862056 0.998256 0 0 0 +823 15 0.206719 0.282843 0.98238 0 0 -1 +1031 16 0.0927327 0.258197 0.616113 0 0 0 +1215 16 0.811423 0.157638 0.573436 0 0 0 +344 16 0.130155 0.921189 0.644394 0 -1 0 +373 15 0.256988 0.0876522 0.811672 0 0 0 +829 15 0.199729 0.220511 0.576088 0 0 0 +922 15 0.334178 0.510432 0.556828 0 0 0 +928 15 0.456801 0.653689 0.699986 0 0 0 +929 16 0.454619 0.621578 0.715773 0 0 0 +930 16 0.438477 0.675611 0.721638 0 0 0 +112 15 0.23795 0.938289 0.802107 0 -1 -1 +1318 15 0.820367 0.272341 0.582658 0 0 0 +1401 16 0.217864 0.72497 0.985498 0 0 -1 +1086 16 0.28219 0.985792 0.898987 0 0 -1 +1367 16 0.739553 0.511675 0.974939 0 0 -1 +491 16 0.198319 0.802385 0.924313 0 0 -1 +1881 16 0.914792 0.108672 0.701867 0 1 0 +283 15 0.069447 0.0248975 0.792763 0 1 0 +953 16 0.286634 0.80834 0.764742 0 0 0 +1102 15 0.707336 0.670794 0.57666 0 0 0 +927 16 0.447635 0.769807 0.870779 0 0 0 +1502 16 0.592167 0.215414 0.856713 0 0 0 +1319 16 0.799245 0.298283 0.569776 0 0 0 +958 15 0.26279 0.483099 0.771673 0 0 0 +959 16 0.296753 0.477114 0.761883 0 0 0 +960 16 0.255039 0.456238 0.794112 0 0 0 +694 15 0.424437 0.477019 0.970623 0 0 -1 +585 16 0.0173055 0.953622 0.572033 0 -1 0 +978 16 0.272353 0.78956 0.582035 0 -1 0 +1529 16 0.885232 0.347677 0.995511 0 0 0 +1010 16 0.445622 0.315746 0.511947 0 0 0 +1169 16 0.397645 0.0285045 0.915815 0 0 -1 +92 16 0.950416 0.0303738 0.547373 -1 0 0 +486 16 0.0333843 0.837312 0.900479 0 0 0 +1065 16 0.470346 0.880293 0.610955 0 0 0 +976 15 0.268764 0.818769 0.561562 0 -1 0 +343 15 0.13381 0.950551 0.624155 0 -1 0 +388 15 0.154491 0.326181 0.75004 0 0 0 +696 16 0.392288 0.487753 0.958948 0 0 -1 +1068 16 0.425471 0.542739 0.634278 0 0 0 +1509 16 0.52076 0.138958 0.528734 0 0 0 +938 16 0.547804 0.817102 0.776744 0 0 -1 +1880 16 0.889951 0.0627886 0.724053 0 1 0 +849 16 0.356876 0.161484 0.986738 0 0 -1 +534 16 0.223571 0.58235 0.824548 0 0 0 +441 16 0.0623135 0.505202 0.861962 0 0 -1 +648 16 0.48845 0.329102 0.890882 0 0 -1 +602 16 0.323518 0.722527 0.898569 0 -1 -1 +312 16 0.92472 0.843755 0.542401 -1 0 0 +1012 15 0.358932 0.081674 0.55721 0 0 0 +1013 16 0.328451 0.0973945 0.546777 0 0 0 +1014 16 0.370762 0.0646924 0.527939 0 0 0 +1015 15 0.352322 0.1718 0.711801 0 0 0 +1016 16 0.331423 0.144145 0.702663 0 0 0 +1017 16 0.339569 0.182611 0.743511 0 0 0 +1879 15 0.921956 0.0760014 0.714766 0 1 0 +1033 15 0.491282 0.203771 0.872083 0 0 0 +1034 16 0.514218 0.231222 0.869731 0 0 0 +1035 16 0.47819 0.200131 0.83891 0 0 0 +845 16 0.669412 0.106685 0.886005 0 0 -1 +1610 16 0.4948 0.852629 0.685715 0 0 0 +310 15 0.916401 0.878624 0.542383 -1 0 0 +261 16 0.0572232 0.594607 0.694822 0 0 0 +325 15 0.281549 0.611194 0.74957 0 0 -1 +1678 15 0.669584 0.986501 0.907796 0 -1 -1 +453 16 0.264197 0.438299 0.515205 0 0 0 +1164 16 0.910192 0.162246 0.915271 0 0 -1 +1060 15 0.151067 0.841923 0.593785 0 0 0 +1075 15 0.339074 0.619283 0.832434 0 0 0 +1076 16 0.303658 0.624408 0.830286 0 0 0 +1077 16 0.350436 0.620713 0.798463 0 0 0 +1078 15 0.495946 0.568678 0.83291 0 0 0 +649 15 0.0537373 0.400753 0.980984 0 0 -1 +1080 16 0.484473 0.558396 0.800541 0 0 0 +1096 15 0.455649 0.565161 0.547131 0 0 0 +1213 15 0.820315 0.179112 0.546144 0 0 0 +1620 16 0.837711 0.809625 0.968492 0 0 0 +673 15 0.326527 0.367863 0.508094 0 0 0 +309 16 0.189167 0.956817 0.986701 0 0 -1 +1104 16 0.679277 0.656054 0.59341 0 0 0 +1596 16 0.0447467 0.453467 0.941845 1 0 -1 +1103 16 0.696188 0.675528 0.542919 0 0 0 +663 16 0.415948 0.223299 0.572799 0 0 0 +1105 15 0.304262 0.747131 0.625359 0 0 0 +1106 16 0.333445 0.767004 0.631569 0 0 0 +1107 16 0.316865 0.717081 0.610416 0 0 0 +1177 15 0.732259 0.140722 0.689197 0 0 0 +1123 15 0.578782 0.0668196 0.700737 0 0 0 +1124 16 0.560346 0.0558618 0.672011 0 0 0 +1125 16 0.611422 0.052641 0.696413 0 0 0 +1747 15 0.73643 0.460734 0.53452 0 0 0 +1668 16 0.910866 0.197792 0.663267 0 0 0 +1388 16 0.646749 0.815098 0.569171 0 0 0 +1129 15 0.466172 0.894163 0.812589 0 -1 0 +1130 16 0.43911 0.900577 0.789971 0 -1 0 +1131 16 0.488622 0.921694 0.807781 0 -1 0 +1132 15 0.539744 0.958928 0.545746 0 -1 0 +1133 16 0.521027 0.935976 0.565944 0 -1 0 +1134 16 0.520821 0.961717 0.515428 0 -1 0 +1419 16 0.344505 0.82036 0.982003 0 0 0 +1715 16 0.968982 0.89298 0.698395 0 -1 0 +1545 16 0.64465 0.880622 0.522031 0 0 0 +615 16 0.172655 0.114505 0.553068 0 0 0 +1153 15 0.625162 0.251765 0.715165 0 0 0 +1154 16 0.637722 0.227897 0.73878 0 0 0 +1155 16 0.606087 0.232235 0.69193 0 0 0 +977 16 0.259523 0.844732 0.584489 0 -1 0 +1546 15 0.946751 0.801381 0.671075 0 0 0 +671 16 0.121261 0.663715 0.946001 0 0 -1 +1159 15 0.665252 0.342495 0.691222 0 0 0 +1160 16 0.651094 0.309573 0.692122 0 0 0 +1161 16 0.700589 0.337015 0.688696 0 0 0 +680 16 0.273795 0.518551 0.943099 0 0 0 +541 15 0.0775768 0.979281 0.707628 0 0 -1 +752 16 0.158763 0.534295 0.665515 0 0 0 +113 16 0.20638 0.953631 0.809393 0 -1 -1 +326 16 0.286087 0.621797 0.715628 0 0 -1 +834 16 0.455092 0.269713 0.751254 0 0 0 +1693 15 0.251399 0.429178 0.880683 1 0 0 +465 16 0.932581 0.698116 0.882598 -1 0 -1 +1183 15 0.571192 0.162851 0.657577 0 0 0 +1184 16 0.587195 0.133448 0.670403 0 0 0 +1185 16 0.567641 0.156559 0.622464 0 0 0 +1619 16 0.853846 0.858673 0.945072 0 0 0 +1066 15 0.404143 0.57002 0.643551 0 0 0 +963 16 0.415795 0.301957 0.965741 0 1 0 +1387 15 0.670729 0.841152 0.574765 0 0 0 +1488 16 0.711235 0.349703 0.573618 0 0 0 +1005 16 0.309869 0.243643 0.820721 0 0 0 +1667 16 0.877238 0.183711 0.706688 0 0 0 +371 16 0.371796 0.423503 0.667328 0 0 0 +284 16 0.0359461 0.0187169 0.803925 0 1 0 +679 15 0.238241 0.514001 0.94366 0 0 0 +706 15 0.168592 0.650418 0.820931 0 0 0 +1219 15 0.498614 0.734492 0.979667 0 0 0 +987 16 0.584422 0.261728 0.559083 0 0 0 +354 16 0.0639206 0.277701 0.99314 0 0 -1 +966 16 0.367807 0.0724769 0.721842 0 0 -1 +1871 16 0.688951 0.792002 0.742205 0 0 -1 +1838 16 0.787434 0.580102 0.949731 0 0 -1 +814 15 0.626129 0.00621377 0.574795 0 0 0 +1079 16 0.526502 0.550575 0.837783 0 0 0 +1240 15 0.514125 0.027188 0.624531 0 1 0 +1241 16 0.531795 0.00533928 0.60227 0 1 0 +1242 16 0.505275 0.0554118 0.604277 0 1 0 +565 15 0.0808596 0.960601 0.931553 0 0 0 +464 16 0.980178 0.670227 0.895685 -1 0 -1 +390 16 0.157927 0.329745 0.785545 0 0 0 +490 15 0.206753 0.83599 0.915111 0 0 -1 +1507 15 0.517616 0.108273 0.547001 0 0 0 +908 16 0.63403 0.66621 0.943959 0 0 0 +1273 15 0.000322917 0.0155129 0.970911 1 0 0 +1864 15 0.0617709 0.72004 0.678022 1 0 -1 +658 15 0.922414 0.179088 0.561248 -1 0 0 +1267 15 0.799726 0.00233376 0.6139 0 0 0 +1268 16 0.824071 0.977708 0.62317 0 -1 0 +1269 16 0.775516 0.98423 0.594632 0 -1 0 +1270 15 0.490013 0.554739 0.950894 0 -1 0 +1271 16 0.520399 0.572194 0.958452 0 -1 0 +1272 16 0.483391 0.562672 0.916567 0 -1 0 +1839 16 0.776705 0.634807 0.939399 0 0 -1 +214 15 0.0804026 0.30012 0.867849 0 0 0 +583 15 0.01431 0.919263 0.562255 0 -1 0 +647 16 0.51533 0.306507 0.846368 0 0 -1 +1291 15 0.830443 0.222848 0.750742 0 0 0 +1292 16 0.806715 0.227064 0.777282 0 0 0 +1594 15 0.0284217 0.474143 0.917533 1 0 -1 +1137 16 0.6148 0.380283 0.818794 0 0 -1 +1165 15 0.451654 0.192323 0.967246 0 0 -1 +265 15 0.934391 0.797856 0.883336 -1 0 0 +1297 15 0.664326 0.979917 0.710631 0 -1 0 +1298 16 0.687405 0.958005 0.69413 0 -1 0 +1299 16 0.656185 0.963035 0.741189 0 -1 0 +1300 15 0.534413 0.152269 0.766761 0 0 0 +1301 16 0.546771 0.157901 0.733585 0 0 0 +1861 15 0.0970098 0.110345 0.940486 1 1 0 +557 16 0.286945 1.00144 0.60788 0 0 0 +431 16 0.989462 0.17728 0.959368 -1 0 0 +1320 16 0.849862 0.273847 0.562339 0 0 0 +1321 15 0.538451 0.309743 0.599927 0 0 0 +1322 16 0.520922 0.318409 0.569882 0 0 0 +463 15 0.963881 0.701909 0.899657 -1 0 -1 +1324 15 0.534951 0.290803 0.762973 0 0 0 +1325 16 0.531089 0.325644 0.770478 0 0 0 +1326 16 0.565911 0.288858 0.745006 0 0 0 +1032 16 0.0723249 0.230047 0.571328 0 0 0 +1609 15 0.46965 0.838674 0.664318 0 0 0 +330 16 0.926204 0.737874 0.994801 -1 -1 -1 +980 16 0.78301 0.0734947 0.622431 0 0 0 +1180 15 0.681212 0.19226 0.596827 0 0 0 +1009 15 0.481378 0.315573 0.514511 0 0 0 +1239 16 0.593309 0.558739 0.538631 0 0 0 +1348 15 0.774333 0.303954 0.688462 0 0 0 +1349 16 0.782031 0.282004 0.661185 0 0 0 +1350 16 0.778232 0.336894 0.674865 0 0 0 +1351 15 0.659519 0.505584 0.658099 0 0 0 +1352 16 0.683583 0.480829 0.667752 0 0 0 +1353 16 0.649669 0.496101 0.62496 0 0 0 +1354 15 0.768618 0.457266 0.698326 0 0 0 +1355 16 0.789492 0.444501 0.672126 0 0 0 +1356 16 0.788687 0.482208 0.71446 0 0 0 +965 16 0.393229 0.0780013 0.772218 0 0 -1 +975 16 0.253735 0.932782 0.59323 0 -1 0 +1081 15 0.817976 0.917444 0.910129 0 0 -1 +1703 16 0.21061 0.0234953 0.670528 1 0 -1 +1323 16 0.519636 0.28256 0.613787 0 0 0 +1391 16 0.621173 0.459078 0.528681 0 0 0 +1313 16 0.717848 0.288535 0.983189 0 0 -1 +1486 15 0.745392 0.350896 0.584432 0 0 0 +1214 16 0.80744 0.211253 0.555433 0 0 0 +833 16 0.438583 0.257313 0.69845 0 0 0 +219 16 0.0237943 0.535664 0.938863 0 0 -1 +432 16 0.039169 0.150968 0.952189 0 0 0 +556 15 0.294172 0.98871 0.575155 0 0 0 +527 16 0.0798433 0.661886 0.639695 0 0 0 +1411 15 0.52661 0.780486 0.597944 0 0 0 +367 15 0.236824 0.297215 0.633362 0 0 0 +1379 16 0.729962 0.671051 0.906232 0 0 -1 +1414 15 0.692225 0.881624 0.792889 0 0 0 +1415 16 0.702899 0.854101 0.813229 0 0 0 +1416 16 0.663341 0.894567 0.80972 0 0 0 +1766 16 0.949032 0.295868 0.545776 0 0 0 +1136 16 0.635776 0.331336 0.799331 0 0 -1 +1179 16 0.723975 0.165102 0.714138 0 0 0 +1420 15 0.612228 0.850561 0.869657 0 0 0 +1421 16 0.62093 0.832541 0.899401 0 0 0 +1422 16 0.584343 0.832577 0.856088 0 0 0 +791 16 0.448418 0.981642 0.995233 0 -1 -1 +723 16 0.503286 0.793329 0.525392 0 0 0 +1574 16 0.861415 0.667932 0.967133 0 0 -1 +389 16 0.123254 0.342024 0.742399 0 0 0 +275 16 0.0224062 0.74285 0.926504 0 0 -1 +1099 15 0.375801 0.328243 0.599284 0 0 0 +1216 15 0.854549 0.580597 0.743516 0 0 0 +1666 15 0.90086 0.169945 0.683502 0 0 0 +1444 15 0.680188 0.176079 0.786987 0 0 0 +1445 16 0.653597 0.179625 0.810767 0 0 0 +1446 16 0.689624 0.141562 0.789137 0 0 0 +613 15 0.153606 0.0922207 0.532436 0 0 0 +678 16 0.362874 0.629316 0.564925 0 0 0 +1840 15 0.891507 0.566738 0.995668 0 0 -1 +1082 16 0.825859 0.941664 0.884902 0 0 -1 +1041 16 0.334649 0.324956 0.993233 0 0 -1 +1466 16 0.968085 0.312606 0.63157 0 0 0 +1883 16 0.0826086 0.997249 0.599324 1 0 0 +1468 15 0.863366 0.111008 0.888145 0 0 0 +1469 16 0.875517 0.0785783 0.878885 0 0 0 +1470 16 0.868296 0.131142 0.858897 0 0 0 +1471 15 0.71888 0.0597772 0.749197 0 0 0 +1472 16 0.698864 0.0369833 0.730095 0 0 0 +1473 16 0.718741 0.0462223 0.782384 0 0 0 +1474 15 0.561256 0.947609 0.894544 0 -1 0 +1475 16 0.540873 0.959546 0.867578 0 -1 0 +1476 16 0.576957 0.918111 0.881564 0 -1 0 +657 16 0.204055 0.0355906 0.526516 0 0 0 +356 16 0.16554 0.130726 0.790297 0 0 -1 +1409 16 0.634538 0.719585 0.618943 0 0 0 +1495 15 0.484678 0.226112 0.646451 0 0 0 +1496 16 0.51494 0.206994 0.644507 0 0 0 +1497 16 0.458509 0.201963 0.642311 0 0 0 +184 15 0.262387 0.433269 0.602133 0 0 0 +1158 16 0.625462 0.0768399 0.5777 0 0 0 +1467 16 0.0230688 0.306097 0.619363 1 0 0 +1157 16 0.578446 0.106776 0.567312 0 0 0 +1618 15 0.866696 0.829544 0.961548 0 0 0 +1503 16 0.581081 0.170582 0.823823 0 0 0 +659 16 0.891636 0.167378 0.547084 -1 0 0 +1519 15 0.178896 0.366959 0.569855 1 0 0 +1520 16 0.19774 0.395682 0.559607 1 0 0 +1521 16 0.199528 0.350976 0.594432 1 0 0 +1522 15 0.689686 0.567168 0.523999 0 0 0 +690 16 0.166919 0.408489 0.97768 0 0 0 +1524 16 0.722936 0.578859 0.530546 0 0 0 +1525 15 0.780624 0.521374 0.921138 0 0 0 +1526 16 0.788462 0.486402 0.921952 0 0 0 +1527 16 0.796413 0.533431 0.891298 0 0 0 +1062 16 0.175813 0.865167 0.582277 0 0 0 +765 16 0.381983 0.663525 0.973526 0 0 -1 +1776 16 0.840828 0.292939 0.869161 0 0 0 +1547 16 0.954171 0.802284 0.636015 0 0 0 +790 15 0.439018 0.991735 0.962144 0 -1 -1 +650 16 0.078302 0.377958 0.968254 0 0 -1 +1549 15 0.701174 0.406656 0.76433 0 0 0 +1550 16 0.678327 0.393211 0.740197 0 0 0 +1551 16 0.724109 0.426308 0.745018 0 0 0 +891 16 0.654679 0.801251 0.989028 0 0 -1 +1567 15 0.894716 0.309067 0.657877 0 0 0 +1568 16 0.877237 0.28591 0.636821 0 0 0 +1569 16 0.90011 0.337788 0.637114 0 0 0 +1305 16 0.574735 0.282207 0.93261 0 0 -1 +355 15 0.184489 0.124044 0.760609 0 0 -1 +1380 16 0.7629 0.681563 0.861297 0 0 -1 +1860 16 0.924502 0.735872 0.687634 0 0 0 +954 16 0.315158 0.778359 0.725985 0 0 0 +672 16 0.137431 0.611685 0.930317 0 0 -1 +1882 15 0.0637199 0.0144079 0.574146 1 1 0 +185 16 0.288553 0.417022 0.620477 0 0 0 +1591 15 0.400997 0.722759 0.746496 0 0 0 +1592 16 0.370812 0.732729 0.763068 0 0 0 +1593 16 0.425005 0.747711 0.755772 0 0 0 +819 16 0.238297 0.097371 0.949362 0 0 -1 +461 16 0.0363853 0.386049 0.761766 0 0 -1 +957 16 0.347236 0.574004 0.919199 0 0 0 +1612 15 0.821973 0.0485126 0.711127 0 1 0 +1613 16 0.818136 0.0430106 0.675912 0 1 0 +1614 16 0.78865 0.0543122 0.723001 0 1 0 +1615 15 0.828542 0.809265 0.645661 0 0 0 +1616 16 0.811183 0.801239 0.61534 0 0 0 +1617 16 0.831858 0.844952 0.644941 0 0 0 +735 16 0.126437 0.508632 0.943188 0 0 0 +439 15 0.0808197 0.523623 0.837399 0 0 -1 +285 16 0.0734001 0.00377741 0.764068 0 1 0 +1859 16 0.899044 0.720297 0.73584 0 0 0 +84 16 0.133067 0.0469753 0.967436 0 0 -1 +681 16 0.226479 0.531533 0.914688 0 0 0 +677 16 0.346308 0.680475 0.546954 0 0 0 +1639 15 0.730818 0.980113 0.819057 0 0 0 +1640 16 0.725884 0.946825 0.806703 0 0 0 +1641 16 0.709304 0.982372 0.847643 0 0 0 +1642 15 0.764286 0.769584 0.569178 0 0 0 +1643 16 0.738976 0.744249 0.570807 0 0 0 +1644 16 0.769865 0.774473 0.534106 0 0 0 +1645 15 0.868304 0.924998 0.626274 0 0 0 +1862 16 0.115121 0.139829 0.949856 1 1 0 +1100 16 0.365044 0.303398 0.622781 0 0 0 +862 15 0.251734 0.321785 0.847878 0 0 -1 +1870 15 0.69269 0.792137 0.706553 0 0 -1 +353 16 0.0422316 0.238878 0.957969 0 0 -1 +1548 16 0.912766 0.812554 0.67336 0 0 0 +846 16 0.674911 0.0518929 0.872508 0 0 -1 +83 16 0.128946 0.990634 0.962613 0 -1 -1 +1302 16 0.498757 0.154016 0.763487 0 0 0 +1669 15 0.990038 0.00289845 0.656849 0 0 0 +1670 16 0.966925 0.0267117 0.670406 0 0 0 +1671 16 0.995755 0.0140411 0.623259 0 0 0 +1672 15 0.939352 0.250125 0.839455 0 0 0 +1673 16 0.951275 0.274116 0.863274 0 0 0 +1674 16 0.90377 0.254488 0.839345 0 0 0 +532 15 0.232585 0.556776 0.847997 0 0 0 +1047 16 0.623012 0.373934 0.64762 0 0 0 +1452 16 0.700533 0.853153 0.675624 0 -1 -1 +1765 15 0.925031 0.275355 0.528796 0 0 0 +394 15 0.0408634 0.171749 0.560941 0 0 0 +838 15 0.13755 0.838209 1.00033 0 -1 0 +1837 15 0.794601 0.61314 0.961656 0 0 -1 +1696 15 0.87877 0.926321 0.776867 0 -1 0 +1697 16 0.902877 0.926148 0.750335 0 -1 0 +1698 16 0.897093 0.915535 0.805729 0 -1 0 +1699 15 0.771044 0.186704 0.887082 0 0 0 +1700 16 0.740907 0.176742 0.903745 0 0 0 +1701 16 0.789315 0.156195 0.882552 0 0 0 +1611 16 0.488061 0.822821 0.637959 0 0 0 +665 16 0.368502 0.289984 0.890264 0 0 0 +664 15 0.361648 0.286284 0.855273 0 0 0 +961 15 0.392865 0.276263 0.955783 0 1 0 +1720 15 0.902189 0.357319 0.751248 0 0 0 +1046 16 0.580665 0.35795 0.613475 0 0 0 +1722 16 0.923927 0.384798 0.743668 0 0 0 +1303 15 0.574559 0.275156 0.897463 0 0 -1 +562 15 0.236502 0.672351 0.530149 0 0 0 +396 16 0.0475204 0.149117 0.533948 0 0 0 +1726 15 0.0903195 0.116958 0.829419 1 0 0 +1727 16 0.0806216 0.0837837 0.819906 1 0 0 +1728 16 0.0689785 0.138418 0.810206 1 0 0 +1744 15 0.0331853 0.579214 0.570124 1 0 0 +1745 16 0.0348548 0.602391 0.542827 1 0 0 +1746 16 0.0490742 0.596255 0.597368 1 0 0 +1181 16 0.707307 0.190338 0.621332 0 0 0 +1304 16 0.59753 0.298831 0.883431 0 0 -1 +1400 16 0.191085 0.702879 0.940671 0 0 -1 +1045 15 0.602449 0.385507 0.620633 0 0 0 +584 16 0.97905 0.914048 0.558431 -1 -1 0 +609 16 0.135547 0.331525 0.507627 0 0 0 +1399 15 0.216747 0.726229 0.949689 0 0 -1 +661 15 0.409341 0.246066 0.545909 0 0 0 +1396 15 0.448668 0.849429 0.969798 0 0 -1 +993 16 0.369355 0.388165 0.872091 0 0 -1 +1623 16 0.841056 0.976652 0.803815 0 0 -1 +1054 15 0.15555 0.988234 0.835203 0 0 -1 +1237 15 0.558513 0.56335 0.531348 0 0 0 +1774 15 0.847855 0.267488 0.89341 0 0 0 +847 15 0.355449 0.125665 0.986953 0 0 -1 +1163 16 0.919796 0.215443 0.932372 0 0 -1 +1777 15 0.751935 0.252394 0.806962 0 0 0 +1778 16 0.729036 0.231768 0.78865 0 0 0 +1779 16 0.742193 0.248404 0.84123 0 0 0 +1780 15 0.871046 0.479781 0.729146 0 0 0 +1781 16 0.865712 0.513296 0.717595 0 0 0 +1782 16 0.901445 0.469499 0.713168 0 0 0 +1798 15 0.955883 0.41597 0.877321 0 0 0 +1799 16 0.940018 0.392454 0.855403 0 0 0 +1800 16 0.928744 0.433439 0.892922 0 0 0 +1801 15 0.846716 0.452743 0.826515 0 0 0 +1802 16 0.819666 0.432803 0.814034 0 0 0 +1803 16 0.864511 0.463124 0.797178 0 0 0 +1804 15 0.820774 0.569224 0.841659 0 0 0 +1805 16 0.831831 0.562095 0.808312 0 0 0 +1806 16 0.792988 0.591461 0.837353 0 0 0 +1490 16 0.122647 0.474461 0.614042 1 0 0 +617 16 0.160283 0.835458 0.731606 0 -1 0 +601 15 0.297082 0.74534 0.890459 0 -1 -1 +1825 15 0.77468 0.749744 0.837721 0 0 0 +1826 16 0.796581 0.761937 0.812093 0 0 0 +1827 16 0.766912 0.778671 0.857417 0 0 0 +1828 15 0.816996 0.778311 0.741322 0 0 0 +1829 16 0.815779 0.782685 0.705762 0 0 0 +1830 16 0.845509 0.797371 0.751751 0 0 0 +1831 15 0.75851 0.705681 0.662212 0 0 0 +1832 16 0.776595 0.73194 0.645825 0 0 0 +1833 16 0.739704 0.690017 0.636019 0 0 0 +1834 15 0.787554 0.651901 0.75181 0 0 0 +1835 16 0.804295 0.680799 0.764838 0 0 0 +1836 16 0.75836 0.664965 0.735618 0 0 0 +1465 15 0.992613 0.319933 0.606475 0 0 0 +1852 15 0.545564 0.875303 0.714866 0 0 0 +1853 16 0.569912 0.876225 0.688572 0 0 0 +1854 16 0.552817 0.904168 0.734848 0 0 0 +1128 16 0.616291 0.939826 0.638913 0 -1 0 +495 16 0.173449 0.747326 0.522711 0 0 0 +817 15 0.240849 0.0754945 0.977647 0 0 -1 +1858 15 0.902582 0.711061 0.701383 0 0 0 +1683 16 0.938733 0.863675 0.858818 0 -1 -1 +175 15 0.0183631 0.412261 0.556955 0 0 0 +1681 15 0.935806 0.899309 0.861413 0 -1 -1 +684 16 0.388191 0.532522 0.841757 0 0 0 +1392 16 0.625416 0.430497 0.577463 0 0 0 +844 15 0.680742 0.0849272 0.859864 0 0 -1 +1003 15 0.294563 0.214215 0.807126 0 0 0 +1397 16 0.47118 0.821735 0.973169 0 0 -1 +603 16 0.2708 0.737172 0.913429 0 -1 -1 +1412 16 0.525885 0.759516 0.568877 0 0 0 +82 15 0.152792 0.0170456 0.966958 0 0 -1 +216 16 0.0810698 0.266972 0.854218 0 0 0 +192 16 0.726631 0.385946 0.835712 -1 0 -1 +973 15 0.237322 0.90425 0.607431 0 -1 0 +1083 16 0.815526 0.936477 0.940408 0 0 -1 +904 15 0.584399 0.614393 0.973968 0 0 0 +1865 16 0.0648629 0.754571 0.668903 1 0 -1 +526 15 0.102284 0.634457 0.634295 0 0 0 +1872 16 0.720472 0.770349 0.700347 0 0 -1 +405 16 0.455614 0.359426 0.977754 0 0 0 +964 15 0.399242 0.0677236 0.738405 0 0 -1 +190 15 0.746019 0.365534 0.857905 -1 0 -1 +1061 16 0.166567 0.825279 0.621494 0 0 0 +369 16 0.228176 0.266615 0.616809 0 0 0 +1064 16 0.459087 0.875662 0.555581 0 0 0 +1553 16 0.760152 0.86773 0.907584 0 0 -1 +327 16 0.27006 0.577338 0.74695 0 0 -1 +111 16 0.806323 0.31005 0.781529 -1 0 -1 +1413 16 0.559892 0.776913 0.610776 0 0 0 +1608 16 0.0710877 0.903508 0.791684 1 0 0 +989 16 0.393966 0.167627 0.657147 0 0 0 +1682 16 0.969051 0.910548 0.868729 0 -1 -1 +1126 15 0.603798 0.906263 0.637322 0 -1 0 +1275 16 0.985881 0.0213307 0.93862 0 0 0 +566 16 0.0607584 0.931239 0.927201 0 0 0 +1757 16 0.980899 0.589101 0.852852 0 0 -1 +1055 16 0.148214 0.974493 0.86749 0 0 -1 +1702 15 0.242503 0.00786504 0.66567 1 0 -1 +1484 16 0.709904 0.078106 0.992544 0 0 -1 +422 16 0.237171 0.536738 0.569979 0 0 0 +528 16 0.128169 0.639093 0.658658 0 0 0 +1621 15 0.836826 0.99532 0.834126 0 0 -1 +352 15 0.0535154 0.272883 0.959175 0 0 -1 +1508 16 0.492558 0.0897746 0.529252 0 0 0 +1117 15 0.583093 0.0627988 0.80661 0 0 -1 +272 16 0.823042 0.914765 0.677515 -1 0 -1 +430 15 0.0247219 0.181455 0.964314 0 0 0 +1679 16 0.685656 0.996653 0.938189 0 -1 -1 +830 16 0.205411 0.228642 0.541639 0 0 0 +114 16 0.261608 0.956583 0.821875 0 -1 -1 +274 15 0.0476694 0.767237 0.919282 0 0 -1 +462 16 0.0157309 0.336739 0.742885 0 0 -1 +1694 16 0.287105 0.431246 0.883105 1 0 0 +450 16 0.20098 0.394001 0.699269 0 0 0 +403 15 0.480422 0.351847 0.953011 0 0 0 +707 16 0.160632 0.653499 0.855749 0 0 0 +380 16 0.323828 0.119438 0.828173 0 0 -1 +276 16 0.0673034 0.768976 0.949225 0 0 -1 +460 15 0.0457207 0.356347 0.743995 0 0 -1 +1606 15 0.0984154 0.884938 0.805594 1 0 0 +1266 16 0.944964 0.114849 0.540726 0 0 0 +832 15 0.426902 0.271588 0.729188 0 0 0 +1293 16 0.824675 0.250769 0.729011 0 0 0 +1647 16 0.896069 0.924685 0.648948 0 0 0 +1528 15 0.855809 0.349694 0.975131 0 0 0 +404 16 0.51113 0.363814 0.967114 0 0 0 +1855 15 0.826718 0.0443904 0.509199 0 1 0 +1771 15 0.958115 0.784983 0.565439 0 0 0 +1338 16 0.84071 0.0988019 0.958261 0 0 -1 +721 15 0.487023 0.813661 0.50075 0 0 0 +1482 16 0.818665 0.0185342 0.993688 0 0 -1 +498 16 0.478757 0.623301 0.514953 -1 0 0 +1098 16 0.446305 0.54431 0.519509 0 0 0 +675 16 0.350744 0.393474 0.501555 0 0 0 +569 16 0.315815 0.982328 1.00094 0 -1 -1 +194 16 0.696817 0.377241 0.955878 -1 0 -1 +1480 15 0.808672 0.984453 0.98882 0 -1 -1 +1869 16 0.769231 0.748965 0.994579 0 0 -1 +1150 15 0.711087 0.235768 0.502671 0 0 0 +1022 16 0.647697 0.302288 0.974376 0 0 -1 +1877 16 0.647909 0.354679 0.494162 0 1 0 +1021 15 0.619505 0.298074 0.996114 0 0 -1 +1312 15 0.712848 0.255613 0.996467 0 0 -1 +1233 16 0.524085 0.692415 0.507556 0 0 0 +800 16 0.391995 0.197445 0.502475 0 0 0 +1274 16 0.972182 0.0114295 0.992739 0 0 0 +ITEM: TIMESTEP +10000 +ITEM: NUMBER OF ATOMS +1890 +ITEM: BOX BOUNDS +0.552213 27.2289 +0.547252 27.2239 +0.542973 27.2197 +ITEM: ATOMS +1 1 0.378864 0.525938 0.359037 0 0 0 +2 2 0.328467 0.541833 0.370132 0 0 0 +3 3 0.390943 0.484058 0.348997 0 0 0 +4 4 0.308363 0.511184 0.389889 0 0 0 +5 4 0.333569 0.575486 0.394118 0 0 0 +6 4 0.307526 0.54805 0.334681 0 0 0 +7 5 0.413386 0.561529 0.36377 0 0 0 +8 6 0.464038 0.545695 0.360182 0 0 0 +9 1 0.481199 0.531823 0.414077 0 0 0 +1479 16 0.803536 0.983555 0.0738944 0 -1 0 +11 7 0.49789 0.584819 0.336531 0 0 0 +12 8 0.478167 0.600836 0.285983 0 0 0 +13 8 0.485426 0.573138 0.24409 0 0 0 +14 8 0.457309 0.649253 0.280707 0 0 0 +15 8 0.473323 0.588535 0.195475 0 0 0 +16 8 0.444112 0.667284 0.233359 0 0 0 +17 8 0.452884 0.637569 0.189962 0 0 0 +18 9 0.44291 0.659212 0.142412 0 0 0 +19 10 0.405169 0.597339 0.370589 0 0 0 +20 4 0.467227 0.513966 0.33525 0 0 0 +21 4 0.503885 0.617551 0.361562 0 0 0 +22 4 0.537751 0.57375 0.331787 0 0 0 +23 11 0.508881 0.540513 0.248982 0 0 0 +24 11 0.45062 0.674347 0.311756 0 0 0 +25 11 0.48025 0.565353 0.163024 0 0 0 +26 11 0.433133 0.705835 0.227719 0 0 0 +27 10 0.460982 0.64254 0.116144 0 0 0 +28 5 0.472958 0.484495 0.427866 0 0 0 +138 16 0.0509623 0.169439 0.148751 0 0 0 +669 16 0.247642 0.732281 0.0610522 0 0 0 +97 15 0.776513 0.102868 0.27303 -1 0 0 +32 10 0.455293 0.463682 0.402349 0 0 0 +856 15 0.186488 0.25526 0.343682 0 0 0 +1543 15 0.598147 0.910088 0.481642 0 0 0 +1036 15 0.352211 0.390426 0.22744 0 0 0 +1225 15 0.468152 0.827342 0.482618 0 0 0 +1039 15 0.261293 0.335815 0.0699977 0 0 0 +1377 16 0.617808 0.606528 0.471067 0 0 0 +88 15 0.943291 0.087548 0.16218 -1 0 0 +89 16 0.925015 0.0918304 0.192753 -1 0 0 +90 16 0.946588 0.120731 0.148948 -1 0 0 +341 16 0.964067 0.842975 0.422492 -1 -1 0 +1635 16 0.813007 0.712838 0.437467 0 0 0 +803 16 0.317269 0.842742 0.359815 0 -1 0 +94 15 0.0731493 0.0480213 0.343098 0 0 0 +95 16 0.0959429 0.0695551 0.325666 0 0 0 +96 16 0.0585508 0.0689226 0.368339 0 0 0 +1533 16 0.651166 0.516013 0.113519 0 0 0 +725 16 0.0752276 0.486448 0.339408 0 0 0 +515 16 0.995906 0.321099 0.0687641 -1 1 0 +1322 16 0.549293 0.345119 0.48235 0 0 0 +115 15 0.0431999 0.0421048 0.115887 0 0 0 +116 16 0.0165282 0.0454561 0.139646 0 0 0 +117 16 0.0632945 0.0714284 0.120728 0 0 0 +1484 16 0.672348 0.0022121 0.0166244 0 0 0 +202 15 0.0772157 0.446132 0.391645 0 0 0 +667 15 0.267519 0.707414 0.0775929 0 0 0 +121 15 0.92558 0.162702 0.415297 -1 0 0 +122 16 0.93617 0.193392 0.430563 -1 0 0 +123 16 0.899567 0.172455 0.392598 -1 0 0 +1751 16 0.681437 0.249618 0.189181 0 0 1 +139 15 0.121479 0.17192 0.353999 0 0 0 +140 16 0.0865032 0.179327 0.351008 0 0 0 +141 16 0.137977 0.201139 0.341305 0 0 0 +142 15 0.205016 0.434968 0.0699221 0 0 0 +143 16 0.223113 0.427521 0.0398538 0 0 0 +144 16 0.183779 0.406489 0.0749249 0 0 0 +145 15 0.972059 0.2564 0.202004 -1 0 0 +146 16 0.964706 0.222781 0.191867 -1 0 0 +147 16 0.943265 0.275314 0.191995 -1 0 0 +1528 15 0.886878 0.237002 0.0198681 0 0 1 +453 16 0.332039 0.475796 0.482479 0 0 0 +150 16 0.893608 0.991532 0.160388 -1 -1 0 +1509 16 0.619024 0.217517 0.447518 0 0 0 +166 15 0.128947 0.134081 0.0695327 0 0 0 +1140 16 0.741949 0.932451 0.114403 0 -1 0 +1139 16 0.706477 0.963771 0.0830928 0 -1 0 +169 15 0.152184 0.205415 0.224415 0 0 0 +170 16 0.183098 0.187271 0.225901 0 0 0 +171 16 0.160081 0.23514 0.205944 0 0 0 +1500 16 0.357401 0.0713672 0.0510987 0 0 1 +1145 16 0.672724 0.227245 0.337513 0 0 0 +85 15 0.443884 0.118466 0.160042 0 0 0 +514 15 0.0301003 0.329335 0.0758358 0 1 0 +378 16 0.155877 0.0220303 0.0643541 0 0 1 +340 15 0.98628 0.823982 0.4433 -1 -1 0 +1199 16 0.312403 0.367104 0.0333457 0 0 1 +1742 16 0.748655 0.463981 0.455221 0 0 0 +1051 15 0.654464 0.625519 0.170126 0 0 0 +721 15 0.542472 0.77025 0.447668 0 0 0 +914 16 0.647064 0.681812 0.0521239 0 0 0 +196 15 0.803358 0.467748 0.234383 -1 0 0 +197 16 0.80342 0.500794 0.248349 -1 0 0 +198 16 0.811651 0.472577 0.199814 -1 0 0 +199 15 0.961399 0.81433 0.214498 -1 0 0 +200 16 0.94575 0.826237 0.244505 -1 0 0 +201 16 0.977005 0.783492 0.22412 -1 0 0 +1785 16 0.93547 0.480926 0.231204 0 0 0 +178 15 0.657211 0.335759 0.368513 -1 0 0 +898 15 0.676818 0.836191 0.105759 0 0 0 +244 15 0.942272 0.494938 0.0674731 -1 0 0 +525 16 0.290746 0.0864353 0.434468 0 1 0 +1369 15 0.821037 0.755359 0.136119 0 0 0 +410 16 0.329592 0.555544 0.178637 0 0 0 +344 16 0.175853 0.999203 0.487981 0 -1 0 +597 16 0.282884 0.0308797 0.114238 0 0 0 +225 16 0.87856 0.444494 0.122931 -1 0 0 +1564 15 0.590091 0.675736 0.368941 0 0 0 +1565 16 0.596914 0.667195 0.334772 0 0 0 +1750 15 0.717308 0.250101 0.188875 0 0 1 +1342 15 0.724202 0.519536 0.420901 0 0 0 +173 16 0.950923 0.377151 0.403932 -1 0 0 +1840 15 0.873269 0.648176 0.0508629 0 0 0 +1439 16 0.846853 0.969884 0.324989 0 -1 0 +148 15 0.885212 0.966847 0.185029 -1 -1 0 +247 15 0.982772 0.601901 0.231737 -1 0 0 +248 16 0.991919 0.594588 0.265648 -1 0 0 +249 16 0.983573 0.570101 0.215148 -1 0 0 +250 15 0.215594 0.517118 0.135446 0 0 0 +251 16 0.243499 0.51399 0.157775 0 0 0 +252 16 0.217557 0.488079 0.114472 0 0 0 +253 15 0.933494 0.40609 0.104037 -1 0 0 +254 16 0.931571 0.370671 0.0986619 -1 0 0 +255 16 0.965787 0.411206 0.118806 -1 0 0 +210 16 0.894213 0.555367 0.425187 -1 0 0 +1483 15 0.684425 0.0209579 0.0447278 0 0 0 +1071 16 0.269798 0.851926 0.422597 0 0 0 +1173 16 0.472786 0.293213 0.403631 0 0 0 +581 16 0.343361 0.0396211 0.383885 0 0 0 +1206 16 0.675042 0.395343 0.242274 0 0 0 +1407 16 0.527688 0.188606 0.401846 0 1 0 +1719 16 0.829152 0.428828 0.28265 0 0 0 +206 16 0.186492 0.786704 0.308002 0 0 0 +277 15 0.32776 0.686513 0.311917 0 0 0 +278 16 0.346552 0.668112 0.287517 0 0 0 +279 16 0.351747 0.695015 0.337204 0 0 0 +280 15 0.0510691 0.728864 0.445685 0 0 0 +281 16 0.0750119 0.73905 0.470384 0 0 0 +172 15 0.952445 0.34193 0.410583 -1 0 0 +586 15 0.194741 0.885499 0.102544 0 -1 0 +108 16 0.20031 0.800179 0.434743 0 -1 0 +1878 16 0.642187 0.399655 0.479394 0 1 0 +1370 16 0.824456 0.729408 0.160654 0 0 0 +282 16 0.0259823 0.754501 0.446366 0 0 0 +1374 16 0.822641 0.26959 0.485521 0 0 0 +1095 16 0.0909375 0.697906 0.353726 0 0 0 +996 16 0.604683 0.41074 0.0170678 0 0 0 +304 15 0.778214 0.232459 0.401942 -1 1 0 +570 16 0.293108 0.0359247 0.00295754 0 0 0 +1485 16 0.676858 0.0550935 0.0366925 0 0 0 +151 15 0.045969 0.451975 0.49465 0 0 0 +263 16 0.885106 0.90041 0.421593 -1 0 0 +764 16 0.419746 0.766418 0.0266467 0 0 0 +1142 16 0.512795 0.985204 0.421762 0 -1 0 +1824 16 0.0212949 0.526432 0.437138 1 0 0 +657 16 0.28715 0.977121 0.477913 0 -1 0 +435 16 0.0528271 0.198098 0.270978 0 0 0 +302 16 0.0685539 0.0131668 0.0244886 0 1 0 +875 16 0.592704 0.49208 0.268008 0 0 0 +333 16 0.0296181 0.77149 0.0475974 0 -1 0 +573 16 0.329359 0.0934875 0.201148 0 0 0 +892 15 0.545888 0.748907 0.0742758 0 0 1 +894 16 0.533801 0.740789 0.0414875 0 0 1 +1243 15 0.663592 0.988615 0.184263 0 0 1 +334 15 0.152782 0.0999865 0.423349 0 0 0 +1284 16 0.464876 0.000451856 0.037682 0 0 0 +336 16 0.187901 0.094301 0.418726 0 0 0 +766 15 0.407018 0.905378 0.172868 0 0 0 +1575 16 0.928789 0.765335 0.0868933 0 0 0 +1200 16 0.333691 0.414812 0.011204 0 0 1 +1070 16 0.316972 0.853436 0.454091 0 0 0 +1731 16 0.842001 0.118671 0.255197 0 0 0 +622 15 0.491211 0.971781 0.173581 0 -1 0 +933 16 0.294551 0.389997 0.153128 0 0 1 +358 15 0.03963 0.241984 0.34462 0 0 0 +359 16 0.0464132 0.276852 0.339591 0 0 0 +360 16 0.00387406 0.239467 0.343099 0 0 0 +361 15 0.0663223 0.392662 0.272789 0 0 0 +362 16 0.0767931 0.426516 0.267187 0 0 0 +363 16 0.0496528 0.383264 0.242443 0 0 0 +364 15 0.884216 0.0254721 0.366638 -1 0 0 +365 16 0.909993 0.020431 0.391075 -1 0 0 +366 16 0.886779 0.0601702 0.357888 -1 0 0 +540 16 0.166219 0.681818 0.498428 0 0 0 +762 16 0.117232 0.807004 0.0868588 0 0 1 +217 15 0.186541 0.632593 0.0118388 0 0 0 +382 15 0.945841 0.353638 0.249097 -1 0 0 +383 16 0.974069 0.346983 0.227979 -1 0 0 +384 16 0.935876 0.321378 0.261224 -1 0 0 +385 15 0.32175 0.192097 0.054736 0 0 0 +386 16 0.35074 0.206025 0.0388425 0 0 0 +387 16 0.324446 0.202406 0.0889926 0 0 0 +1211 16 0.189241 0.0110638 0.138622 0 1 0 +1656 16 0.0867009 0.669787 0.0547328 1 -1 0 +298 15 0.83629 0.897063 0.124852 -1 0 0 +931 15 0.266442 0.41153 0.158903 0 0 1 +137 16 0.0603584 0.13639 0.193907 0 0 0 +1753 15 0.812377 0.464453 0.0292454 0 0 1 +587 16 0.176376 0.855314 0.10876 0 -1 0 +226 15 0.713158 0.848526 0.324185 -1 0 0 +1295 16 0.816022 0.894357 0.364164 0 -1 0 +407 16 0.360865 0.460299 0.0670047 0 0 0 +445 15 0.271533 0.242748 0.248701 0 0 0 +98 16 0.774086 0.0698165 0.286771 -1 0 0 +932 16 0.249326 0.412623 0.127392 0 0 1 +227 16 0.700363 0.815033 0.325444 -1 0 0 +1347 16 0.801163 0.464805 0.339709 0 0 0 +415 15 0.887107 0.30908 0.159546 -1 0 0 +416 16 0.861999 0.288199 0.174402 -1 0 0 +417 16 0.886454 0.339189 0.179043 -1 0 0 +418 15 0.524325 0.398642 0.351932 0 0 0 +419 16 0.517958 0.376872 0.324135 0 0 0 +420 16 0.53642 0.428953 0.337031 0 0 0 +1202 16 0.581529 0.601539 0.0229033 0 0 0 +1875 16 0.960296 0.704478 0.47365 0 0 0 +1244 16 0.658222 0.95401 0.192054 0 0 1 +476 16 0.215059 0.503313 0.374091 0 0 0 +1851 16 0.677812 0.710626 0.356376 0 0 0 +873 16 0.299042 0.183566 0.493866 0 0 0 +1711 15 0.108324 0.284344 0.0252879 1 0 0 +442 15 0.0294933 0.34802 0.184935 0 0 0 +443 16 0.0474152 0.317018 0.182751 0 0 0 +444 16 0.0207425 0.355759 0.151014 0 0 0 +568 15 0.320968 0.0144813 0.0101011 0 0 0 +207 16 0.132356 0.798653 0.320084 0 0 0 +34 4 0.521498 0.478101 0.487167 0 0 0 +1423 15 0.579617 0.85252 0.15274 0 -1 0 +900 16 0.693481 0.867248 0.0990624 0 0 0 +264 16 0.886075 0.955869 0.433547 -1 0 0 +1734 16 0.743233 0.375505 0.0545579 0 0 0 +1208 16 0.377684 0.526131 0.122975 0 0 0 +466 15 0.967064 0.961742 0.252632 -1 0 0 +467 16 0.983832 0.973145 0.282227 -1 0 0 +468 16 0.993518 0.951309 0.23076 -1 0 0 +469 15 0.0675591 0.655902 0.201936 0 0 0 +470 16 0.0940905 0.633185 0.210128 0 0 0 +471 16 0.0375468 0.637006 0.207348 0 0 0 +99 16 0.747714 0.120046 0.285781 -1 0 0 +599 16 0.473723 0.0666124 0.395822 0 0 0 +886 15 0.576508 0.710611 0.16897 0 0 0 +1188 16 0.677231 0.342446 0.112774 0 0 0 +888 16 0.564619 0.729211 0.14069 0 0 0 +483 16 0.0730255 0.722105 0.229284 0 0 1 +763 15 0.441776 0.740483 0.0152834 0 0 0 +437 16 0.0484881 0.472392 0.122299 0 0 0 +627 16 0.978031 0.0953432 0.329794 -1 0 0 +687 16 0.248462 0.553705 0.444917 0 0 0 +229 15 0.694712 0.751145 0.480901 -1 0 0 +1765 15 0.950469 0.245347 0.484353 0 0 0 +1761 16 0.945573 0.715898 0.350377 0 0 0 +1367 16 0.672363 0.549405 0.0301776 0 0 0 +1340 16 0.760093 0.320803 0.443702 0 0 0 +1201 15 0.568139 0.574082 0.0417149 0 0 0 +1358 16 0.619437 0.568715 0.210423 0 0 0 +1855 15 0.910799 0.0753525 0.466172 0 1 0 +517 15 0.0599407 0.796211 0.12561 0 0 0 +518 16 0.0248023 0.801751 0.120953 0 0 0 +1665 16 0.784869 0.866626 0.446322 0 -1 0 +520 15 0.237181 0.556191 0.267913 0 0 0 +521 16 0.217031 0.535182 0.288883 0 0 0 +522 16 0.266721 0.536854 0.261539 0 0 0 +523 15 0.25702 0.0985668 0.432912 0 1 0 +524 16 0.244141 0.0936084 0.466027 0 1 0 +317 16 0.108896 0.878023 0.424685 0 0 0 +1052 16 0.657101 0.653361 0.147655 0 0 0 +773 16 0.985399 0.692185 0.234783 -1 0 0 +149 16 0.911148 0.969548 0.209668 -1 -1 0 +685 15 0.225825 0.528406 0.433316 0 0 0 +544 15 0.133592 0.103572 0.277589 0 1 0 +545 16 0.135606 0.126635 0.250184 0 1 0 +546 16 0.142254 0.123084 0.306422 0 1 0 +547 15 0.16906 0.0152216 0.204697 0 1 0 +487 15 0.129534 0.689222 0.119309 0 0 0 +513 16 0.145724 0.595444 0.473366 0 0 0 +550 15 0.137507 0.920071 0.277209 0 0 0 +551 16 0.132734 0.888559 0.29368 0 0 0 +552 16 0.116262 0.918443 0.248346 0 0 0 +1574 16 0.890579 0.753251 0.0467246 0 0 0 +624 16 0.488581 0.980856 0.138972 0 -1 0 +1518 16 0.533239 0.496842 0.032997 0 0 0 +447 16 0.271374 0.210094 0.233842 0 0 0 +1648 15 0.486723 0.838568 0.262977 0 -1 0 +1749 16 0.728207 0.563014 0.490343 0 0 0 +1809 16 0.754858 0.641395 0.0891716 0 0 1 +1120 15 0.63393 0.806061 0.400291 0 -1 0 +1146 16 0.6522 0.201775 0.291149 0 0 0 +1586 16 0.105407 0.547377 0.160062 1 0 0 +1058 16 0.341435 0.789089 0.151123 0 0 0 +577 15 0.390953 0.134513 0.302667 0 0 0 +578 16 0.378476 0.108717 0.281081 0 0 0 +579 16 0.412014 0.117275 0.326042 0 0 0 +580 15 0.354825 0.0614796 0.409921 0 0 0 +1532 16 0.655838 0.570633 0.12816 0 0 0 +582 16 0.385809 0.0470338 0.420801 0 0 0 +897 16 0.48707 0.757172 0.15829 0 0 0 +472 15 0.0197579 0.587738 0.332632 0 0 0 +548 16 0.191045 0.998513 0.2276 0 0 0 +508 15 0.959748 0.820349 0.110511 -1 0 1 +127 15 0.700189 0.149446 0.425619 -1 0 0 +1456 15 0.999053 0.109854 0.00558514 0 0 0 +1229 16 0.689672 0.651328 0.418372 0 0 0 +501 16 0.854287 0.614781 0.378595 -1 0 0 +604 15 0.230388 0.147492 0.324736 0 0 0 +605 16 0.24728 0.14078 0.355667 0 0 0 +606 16 0.214773 0.179399 0.329756 0 0 0 +1425 16 0.55756 0.84973 0.124584 0 -1 0 +339 16 0.988466 0.131742 0.408422 -1 0 0 +1311 16 0.476806 0.138608 0.0142179 0 0 0 +736 15 0.200716 0.629404 0.341742 0 0 0 +1499 16 0.349164 0.126799 0.0422079 0 0 1 +1204 15 0.699881 0.413321 0.260898 0 0 0 +224 16 0.853092 0.495172 0.124573 -1 0 0 +588 16 0.215759 0.889336 0.131364 0 -1 0 +1438 15 0.825587 0.953874 0.300936 0 -1 0 +628 15 0.324015 0.32932 0.465668 0 0 0 +629 16 0.332109 0.348805 0.436652 0 0 0 +1286 16 0.657766 0.0549762 0.486417 0 0 0 +631 15 0.34194 0.203647 0.152111 0 0 0 +632 16 0.340066 0.16969 0.163533 0 0 0 +633 16 0.374941 0.214386 0.161201 0 0 0 +634 15 0.368106 0.401273 0.402751 0 0 0 +635 16 0.382242 0.375104 0.382691 0 0 0 +636 16 0.372867 0.431061 0.383333 0 0 0 +409 15 0.315244 0.547055 0.210403 0 0 0 +1633 15 0.799452 0.711783 0.404267 0 0 0 +1712 16 0.130778 0.283839 0.0532636 1 0 0 +1245 16 0.69904 0.991362 0.179478 0 0 1 +1498 15 0.37479 0.101705 0.04308 0 0 1 +652 15 0.132809 0.545884 0.0369367 0 0 0 +653 16 0.104164 0.554558 0.0171546 0 0 0 +654 16 0.119491 0.539082 0.0695482 0 0 0 +538 15 0.161575 0.660284 0.470113 0 0 0 +1724 16 0.843252 0.147874 0.0731272 0 0 1 +128 16 0.728623 0.128826 0.432922 -1 0 0 +118 15 0.0279621 0.313019 0.481397 0 0 0 +509 16 0.952876 0.854218 0.100884 -1 0 1 +343 15 0.149211 0.980923 0.472387 0 -1 0 +1330 15 0.607112 0.372371 0.112486 0 0 0 +1869 16 0.784176 0.781805 0.056198 0 0 0 +1867 15 0.750029 0.785883 0.0459771 0 0 0 +1138 15 0.714782 0.929805 0.0911207 0 -1 0 +1121 16 0.605817 0.79073 0.416468 0 -1 0 +1492 15 0.934219 0.254711 0.359637 0 0 0 +287 16 0.235622 0.646918 0.451167 0 0 0 +1739 16 0.645181 0.554174 0.32692 0 0 0 +821 16 0.631644 0.938802 0.0804416 0 -1 0 +951 16 0.287288 0.929758 0.406024 0 0 0 +1677 16 0.981128 0.232907 0.0180478 0 0 0 +760 15 0.150589 0.794044 0.0893959 0 0 1 +1372 15 0.82898 0.303836 0.494131 0 0 0 +713 16 0.230142 0.629105 0.176329 0 0 0 +962 16 0.424537 0.242729 0.0242723 0 1 1 +1718 16 0.879113 0.410047 0.301902 0 0 0 +890 16 0.637982 0.804516 0.0341254 0 0 0 +697 15 0.287254 0.767354 0.174889 0 0 0 +698 16 0.282478 0.740581 0.15149 0 0 0 +699 16 0.259017 0.765194 0.196914 0 0 0 +1331 16 0.580083 0.369068 0.135844 0 0 0 +1566 16 0.560995 0.696663 0.367344 0 0 0 +715 15 0.886061 0.621126 0.199974 -1 0 0 +716 16 0.880344 0.65594 0.206485 -1 0 0 +717 16 0.920246 0.615705 0.20941 -1 0 0 +718 15 0.392128 0.873884 0.281952 0 0 0 +719 16 0.422885 0.855671 0.2789 0 0 0 +720 16 0.402166 0.90692 0.291695 0 0 0 +119 16 0.0588183 0.319982 0.46447 0 0 0 +1038 16 0.381947 0.405458 0.21414 0 0 0 +223 15 0.851055 0.461949 0.137961 -1 0 0 +805 15 0.155648 0.972891 0.368989 0 -1 0 +668 16 0.24385 0.682731 0.0884382 0 0 0 +860 16 0.643525 0.136295 0.0264552 0 0 1 +1664 16 0.800868 0.847983 0.497469 0 -1 0 +920 16 0.272166 0.903343 0.00938993 0 0 0 +742 15 0.240382 0.686259 0.231449 0 0 0 +743 16 0.2612 0.702852 0.255497 0 0 0 +744 16 0.207214 0.689017 0.244842 0 0 0 +745 15 0.22569 0.726242 0.340359 0 0 0 +746 16 0.210573 0.693735 0.338994 0 0 0 +747 16 0.259927 0.72063 0.331227 0 0 0 +1251 16 0.382999 0.933886 0.0209642 0 -1 0 +205 15 0.16381 0.814138 0.312474 0 0 0 +1317 16 0.5639 0.390214 0.408809 0 0 0 +1478 16 0.777173 0.01308 0.0332398 0 0 0 +1588 15 0.729606 0.613525 0.375651 0 0 0 +318 16 0.0557378 0.85894 0.430119 0 0 0 +1171 15 0.507066 0.290374 0.393439 0 0 0 +769 15 0.81647 0.561646 0.263035 -1 0 0 +770 16 0.821552 0.566604 0.298201 -1 0 0 +771 16 0.840872 0.582759 0.247356 -1 0 0 +1812 16 0.843907 0.745964 0.364753 0 0 0 +107 16 0.207461 0.813482 0.380049 0 -1 0 +1401 16 0.322394 0.70091 0.029337 0 0 0 +899 16 0.651809 0.84447 0.130112 0 0 0 +1246 15 0.50198 0.849588 0.0765752 0 0 1 +1359 16 0.648044 0.533393 0.244387 0 0 0 +539 16 0.132283 0.673058 0.453807 0 0 0 +1767 16 0.977259 0.268784 0.479878 0 0 0 +1050 16 0.296094 0.245325 0.143304 0 0 0 +793 15 0.408661 0.967204 0.433848 0 -1 0 +1247 16 0.473285 0.864245 0.0923511 0 0 1 +795 16 0.428787 0.938285 0.44061 0 -1 0 +796 15 0.287844 0.0710547 0.253295 0 0 0 +797 16 0.277265 0.0855587 0.284356 0 0 0 +798 16 0.268536 0.040958 0.250384 0 0 0 +258 16 0.0174366 0.667979 0.445939 0 0 0 +316 15 0.0766069 0.879173 0.409091 0 0 0 +1296 16 0.767613 0.865049 0.360032 0 -1 0 +396 16 0.109415 0.101732 0.478313 0 0 0 +331 15 0.0340676 0.773235 0.0120413 0 -1 0 +1230 16 0.634681 0.664185 0.423874 0 0 0 +1850 16 0.682112 0.761837 0.380427 0 0 0 +1144 15 0.681525 0.217968 0.303993 0 0 0 +1755 16 0.810166 0.4868 0.0572241 0 0 1 +609 16 0.133356 0.352703 0.43875 0 0 0 +338 16 0.0451737 0.130884 0.410165 0 0 0 +1449 16 0.567585 0.109258 0.21696 0 0 1 +488 16 0.157494 0.668464 0.127937 0 0 0 +936 16 0.20217 0.791137 0.035097 0 0 1 +826 15 0.608264 0.248412 0.385913 0 0 0 +827 16 0.629114 0.2754 0.374779 0 0 0 +828 16 0.575692 0.263047 0.389375 0 0 0 +994 15 0.573412 0.393363 0.0197578 0 0 0 +1786 15 0.994036 0.607441 0.0125252 0 0 0 +1713 16 0.0758804 0.279169 0.0396995 1 0 0 +1048 15 0.271484 0.270595 0.149853 0 0 0 +1187 16 0.722703 0.309133 0.119258 0 0 0 +1283 16 0.428852 0.971736 0.0708064 0 -1 0 +1447 15 0.533974 0.119096 0.224749 0 0 1 +554 16 0.0549902 0.923046 0.339205 0 0 0 +850 15 0.618899 0.217267 0.205634 0 0 0 +851 16 0.590222 0.238406 0.201403 0 0 0 +852 16 0.616539 0.193452 0.178907 0 0 0 +853 15 0.365541 0.294905 0.233766 0 0 0 +854 16 0.355948 0.329297 0.230265 0 0 0 +855 16 0.334567 0.276815 0.233097 0 0 0 +607 15 0.11323 0.327448 0.423121 0 0 0 +412 15 0.934747 0.312241 0.0595663 -1 0 0 +858 16 0.194441 0.262499 0.377908 0 0 0 +1849 15 0.700894 0.737531 0.361891 0 0 0 +129 16 0.706771 0.180252 0.442787 -1 0 0 +865 15 0.249076 0.155075 0.202917 0 0 0 +866 16 0.251407 0.135944 0.172658 0 0 0 +867 16 0.255528 0.131372 0.229064 0 0 0 +124 15 0.219064 0.211247 0.45484 0 0 0 +723 16 0.537457 0.73514 0.453075 0 0 0 +1652 16 0.789188 0.813945 0.170715 0 -1 0 +136 15 0.0690926 0.140347 0.159336 0 0 0 +203 16 0.0554847 0.448031 0.420127 0 0 0 +436 15 0.0269571 0.448102 0.107017 0 0 0 +982 15 0.355687 0.813971 0.493673 0 -1 0 +257 16 0.00535157 0.612822 0.440349 0 0 0 +475 15 0.205835 0.494016 0.340691 0 0 0 +1424 16 0.562755 0.835039 0.179143 0 -1 0 +1725 16 0.819743 0.177161 0.115661 0 0 1 +880 15 0.119015 0.568159 0.231122 0 0 0 +881 16 0.15445 0.573682 0.230146 0 0 0 +882 16 0.113808 0.548356 0.260581 0 0 0 +883 15 0.180129 0.315121 0.189256 0 0 0 +884 16 0.18179 0.336868 0.217742 0 0 0 +885 16 0.212055 0.318747 0.173299 0 0 0 +1122 16 0.630059 0.841121 0.406842 0 -1 0 +1440 16 0.799797 0.977918 0.294318 0 -1 0 +765 16 0.423529 0.710101 0.020854 0 0 0 +1315 15 0.5846 0.399068 0.436741 0 0 0 +482 16 0.0685585 0.772692 0.254593 0 0 1 +433 15 0.030639 0.176932 0.252355 0 0 0 +236 16 0.212886 0.250536 0.112555 0 0 1 +86 16 0.409087 0.111842 0.165735 0 0 0 +887 16 0.57997 0.677027 0.156837 0 0 0 +555 16 0.0467077 0.978918 0.344614 0 0 0 +1289 16 0.785268 0.949653 0.42374 0 -1 0 +220 15 0.634502 0.150189 0.101955 -1 0 0 +916 15 0.23958 0.901866 0.283966 0 0 0 +917 16 0.208681 0.885095 0.276822 0 0 0 +918 16 0.254482 0.882472 0.310212 0 0 0 +919 15 0.280405 0.897915 0.0438828 0 0 0 +1490 16 0.123016 0.434196 0.482429 1 0 0 +921 16 0.249314 0.888665 0.059208 0 0 0 +1585 15 0.111216 0.523106 0.13429 1 0 0 +411 16 0.333191 0.567198 0.234051 0 0 0 +895 15 0.473758 0.785752 0.175408 0 0 0 +1049 16 0.277095 0.279973 0.184024 0 0 0 +228 16 0.684201 0.869365 0.327968 -1 0 0 +1231 15 0.48208 0.65224 0.489701 0 0 0 +879 16 0.509387 0.590387 0.0599663 0 0 0 +1684 15 0.90955 0.854894 0.371834 0 -1 0 +943 15 0.353256 0.669777 0.406598 0 0 0 +944 16 0.359162 0.673858 0.441749 0 0 0 +945 16 0.318925 0.659606 0.404367 0 0 0 +946 15 0.184166 0.799629 0.191847 0 0 0 +947 16 0.157207 0.789626 0.2133 0 0 0 +948 16 0.174619 0.787867 0.159326 0 0 0 +877 15 0.475444 0.595054 0.0706045 0 0 0 +1464 16 0.982692 0.842989 0.344703 0 -1 0 +1477 15 0.808042 0.0111524 0.0514187 0 0 0 +1759 15 0.980226 0.710298 0.357787 0 0 0 +686 16 0.235868 0.498685 0.45072 0 0 0 +1531 15 0.646154 0.549264 0.101018 0 0 0 +967 15 0.489298 0.780518 0.346942 0 -1 0 +968 16 0.46778 0.75981 0.366822 0 -1 0 +969 16 0.502477 0.80459 0.370049 0 -1 0 +970 15 0.607262 0.0800847 0.42541 0 0 0 +971 16 0.585149 0.106678 0.415878 0 0 0 +972 16 0.63396 0.0815778 0.401493 0 0 0 +1357 15 0.615303 0.546856 0.238568 0 0 0 +391 15 0.896628 0.487213 0.421554 -1 0 0 +911 16 0.634571 0.430498 0.139669 0 0 1 +1250 16 0.349466 0.90817 0.0588283 0 -1 0 +1783 15 0.940872 0.458515 0.258694 0 0 0 +500 16 0.827656 0.662194 0.362397 -1 0 0 +481 15 0.0874509 0.754949 0.229787 0 0 1 +820 15 0.597892 0.948 0.0724853 0 -1 0 +1198 15 0.341657 0.380381 0.0173789 0 0 1 +915 16 0.602352 0.706846 0.0764893 0 0 0 +997 15 0.469477 0.245958 0.0791801 0 0 0 +998 16 0.470847 0.210588 0.0733315 0 0 0 +999 16 0.449871 0.249385 0.109029 0 0 0 +1000 15 0.412019 0.257904 0.436582 0 0 0 +1001 16 0.382174 0.27704 0.431087 0 0 0 +1002 16 0.401896 0.22384 0.431659 0 0 0 +1057 15 0.368886 0.797154 0.129479 0 0 0 +1807 15 0.74938 0.652225 0.0554107 0 0 1 +1406 16 0.508128 0.135445 0.398545 0 1 0 +1180 15 0.718796 0.237199 0.486954 0 0 0 +1638 16 0.82286 0.162039 0.335853 0 1 0 +512 16 0.153315 0.548898 0.441817 0 0 0 +777 16 0.774431 0.0359201 0.450107 -1 1 0 +1841 16 0.888315 0.679758 0.0588184 0 0 0 +1024 15 0.580036 0.234969 0.0355124 0 0 0 +1025 16 0.584605 0.218916 0.0672692 0 0 0 +1026 16 0.551813 0.218266 0.0209685 0 0 0 +1027 15 0.599006 0.995113 0.372373 0 -1 0 +1028 16 0.595231 0.0277274 0.386835 0 0 0 +1029 16 0.598696 0.000883754 0.336966 0 0 0 +1516 15 0.512845 0.472451 0.0163774 0 0 0 +134 16 0.851746 0.986763 0.0124565 -1 -1 1 +1175 16 0.575531 0.160946 0.338477 0 0 0 +1845 16 0.046262 0.752012 0.353373 1 0 0 +414 16 0.918893 0.296994 0.0312246 -1 0 0 +473 16 0.0419986 0.615595 0.336683 0 0 0 +1376 16 0.577655 0.566439 0.470726 0 0 0 +1717 15 0.84582 0.418116 0.312558 0 0 0 +1042 15 0.505939 0.316658 0.288526 0 0 0 +1043 16 0.50135 0.281389 0.283823 0 0 0 +1044 16 0.537707 0.323689 0.273411 0 0 0 +1738 15 0.624009 0.566585 0.353089 0 0 0 +912 16 0.682593 0.449647 0.163052 0 0 1 +1729 15 0.874585 0.126938 0.242666 0 0 0 +1844 16 0.0520896 0.804023 0.331455 1 0 0 +1795 15 0.97136 0.443082 0.358834 0 0 0 +1843 15 0.0701211 0.773605 0.337513 1 0 0 +1207 15 0.367083 0.560269 0.126028 0 0 0 +1209 16 0.389061 0.578488 0.1043 0 0 0 +1508 16 0.569127 0.213993 0.474303 0 0 0 +1794 16 0.516754 0.893571 0.391546 0 0 0 +1009 15 0.497909 0.228023 0.494822 0 0 0 +288 16 0.284991 0.620536 0.460451 0 0 0 +1141 15 0.495702 0.0142799 0.433988 0 0 0 +1856 16 0.901402 0.106719 0.451509 0 1 0 +10 3 0.499146 0.565278 0.442168 0 0 0 +335 16 0.142485 0.117285 0.393654 0 0 0 +1203 16 0.595931 0.561881 0.0608417 0 0 0 +1784 16 0.938069 0.425776 0.244292 0 0 0 +377 16 0.126649 0.0673108 0.0466076 0 0 1 +913 15 0.628003 0.682496 0.0825096 0 0 0 +408 16 0.413949 0.442548 0.0577036 0 0 0 +1822 15 0.036022 0.555325 0.421797 1 0 0 +299 16 0.807088 0.879984 0.136795 -1 0 0 +1020 16 0.171949 0.373974 0.311232 0 0 0 +1341 16 0.789752 0.336621 0.397989 0 0 0 +1053 16 0.688419 0.615816 0.17645 0 0 0 +807 16 0.13323 0.00038955 0.363662 0 0 0 +309 16 0.13327 0.923276 0.0579264 0 0 0 +1087 15 0.442258 0.952682 0.318404 0 0 0 +1088 16 0.466932 0.973581 0.302862 0 0 0 +1089 16 0.415611 0.975106 0.327015 0 0 0 +1090 15 0.397267 0.339116 0.328032 0 1 0 +1091 16 0.429077 0.323667 0.321986 0 1 0 +1092 16 0.377835 0.331396 0.298878 0 1 0 +1222 15 0.131478 0.366394 0.106596 0 1 0 +1018 15 0.145374 0.354173 0.324972 0 0 0 +1059 16 0.356336 0.791141 0.096412 0 0 0 +1787 16 0.0167217 0.635201 0.0138897 1 0 0 +1504 15 0.853701 0.232487 0.216728 0 0 0 +1111 15 0.350468 0.998332 0.327452 0 -1 0 +1112 16 0.339174 0.998907 0.293405 0 -1 0 +1113 16 0.334442 0.969601 0.341761 0 -1 0 +1114 15 0.467714 0.197324 0.262917 0 0 0 +1115 16 0.439464 0.183254 0.27998 0 0 0 +1116 16 0.486811 0.168909 0.252194 0 0 0 +1868 16 0.732858 0.795997 0.0758092 0 0 0 +1371 16 0.848149 0.749784 0.113294 0 0 0 +209 16 0.923092 0.604146 0.427666 -1 0 0 +106 15 0.216253 0.824024 0.413195 0 -1 0 +1491 16 0.176712 0.416953 0.48867 1 0 0 +286 15 0.262742 0.630678 0.4342 0 0 0 +549 16 0.144729 0.031231 0.225644 0 1 0 +29 7 0.48602 0.463438 0.474329 0 0 0 +1214 16 0.858712 0.198077 0.464074 0 0 0 +126 16 0.228628 0.17888 0.442676 0 0 0 +1143 16 0.461531 0.00387979 0.437343 0 0 0 +208 15 0.89046 0.590802 0.421022 -1 0 0 +345 16 0.159436 0.977565 0.438162 0 -1 0 +262 15 0.885748 0.92351 0.449035 -1 0 0 +1210 15 0.208358 0.00149325 0.109812 0 1 0 +1732 15 0.741497 0.397161 0.0260084 0 0 0 +307 15 0.10679 0.906162 0.0408096 0 0 0 +1857 16 0.939972 0.0652598 0.44789 0 1 0 +1060 15 0.147089 0.874297 0.494215 0 0 0 +434 16 0.00885471 0.19966 0.235152 0 0 0 +1007 16 0.367085 0.131191 0.402384 0 0 0 +775 15 0.767092 0.0710361 0.450439 -1 1 0 +1752 16 0.726699 0.242037 0.222548 0 0 1 +984 16 0.37527 0.80388 0.465359 0 -1 0 +1873 15 0.942125 0.735246 0.476847 0 0 0 +477 16 0.171355 0.484436 0.343218 0 0 0 +1760 16 0.980163 0.695581 0.390506 0 0 0 +519 16 0.0619849 0.775488 0.154824 0 0 0 +802 15 0.309177 0.845095 0.324944 0 -1 0 +896 16 0.439587 0.787579 0.164634 0 0 0 +1174 15 0.597415 0.152438 0.311351 0 0 0 +651 16 0.041419 0.426488 0.0325111 0 0 0 +1176 16 0.577157 0.156087 0.281968 0 0 0 +1793 16 0.462323 0.905775 0.381162 0 0 0 +1189 15 0.510005 0.369924 0.159396 0 0 0 +1190 16 0.526594 0.400758 0.167215 0 0 0 +1191 16 0.475497 0.376088 0.167031 0 0 0 +1192 15 0.209854 0.406063 0.245156 0 0 0 +1193 16 0.225696 0.401724 0.213262 0 0 0 +1194 16 0.208016 0.441625 0.249523 0 0 0 +1195 15 0.497926 0.037037 0.285365 0 0 0 +1196 16 0.492015 0.0629305 0.261248 0 0 0 +1197 16 0.531474 0.0261381 0.278822 0 0 0 +1344 16 0.718219 0.553925 0.412611 0 0 0 +737 16 0.22255 0.627745 0.370161 0 0 0 +413 16 0.911711 0.307126 0.0865896 -1 0 0 +1710 16 0.751791 0.222954 0.31433 0 0 0 +1590 16 0.715204 0.617776 0.343069 0 0 0 +1737 16 0.770691 0.137014 0.184174 0 0 0 +1811 16 0.852231 0.775172 0.316825 0 0 0 +33 4 0.491263 0.424492 0.464625 0 0 0 +1186 15 0.713063 0.342689 0.111006 0 0 0 +1820 16 0.876096 0.734597 0.487545 0 0 0 +1228 15 0.661388 0.64636 0.439876 0 0 0 +1709 16 0.79193 0.263001 0.316467 0 0 0 +87 16 0.448379 0.113296 0.124826 0 0 0 +1232 16 0.487237 0.622441 0.4704 0 0 0 +1226 16 0.47533 0.848035 0.454205 0 0 0 +1248 16 0.50633 0.86854 0.0464259 0 0 1 +794 16 0.383555 0.966882 0.459474 0 -1 0 +406 15 0.394106 0.462004 0.0803927 0 0 0 +772 15 0.986928 0.723498 0.252225 -1 0 0 +822 16 0.577672 0.926782 0.0931738 0 -1 0 +1810 15 0.868969 0.764062 0.346548 0 0 0 +1094 16 0.124037 0.652712 0.344699 0 0 0 +1069 15 0.299821 0.870855 0.427833 0 0 0 +1011 16 0.471625 0.231906 0.470714 0 0 0 +1587 16 0.146926 0.520042 0.132705 1 0 0 +180 16 0.691001 0.34766 0.370439 -1 0 0 +256 15 0.990422 0.645416 0.438996 -1 0 0 +1792 15 0.484076 0.892281 0.406297 0 0 0 +1252 15 0.93062 0.917067 0.0791296 0 -1 0 +1253 16 0.924751 0.92967 0.046057 0 -1 0 +1254 16 0.897889 0.909956 0.0919845 0 -1 0 +1255 15 0.88349 0.728682 0.231258 0 -1 0 +1256 16 0.867515 0.759007 0.241855 0 -1 0 +1257 16 0.918566 0.736129 0.232372 0 -1 0 +1258 15 0.633163 0.0880362 0.203744 0 0 0 +1259 16 0.64288 0.0869985 0.238263 0 0 0 +1260 16 0.643293 0.0562327 0.190589 0 0 0 +1261 15 0.576075 0.894649 0.345332 0 -1 0 +1262 16 0.566975 0.888566 0.311167 0 -1 0 +1263 16 0.576563 0.9304 0.348281 0 -1 0 +179 16 0.638412 0.358767 0.388621 -1 0 0 +31 3 0.398363 0.460326 0.497241 0 0 0 +305 16 0.75385 0.24881 0.422584 -1 1 0 +804 16 0.340656 0.851014 0.308785 0 -1 0 +553 15 0.0311495 0.948981 0.332416 0 0 0 +626 16 0.98933 0.117835 0.278941 -1 0 0 +1294 15 0.79607 0.869968 0.381316 0 -1 0 +893 16 0.535531 0.782851 0.0795312 0 0 1 +874 15 0.584774 0.461749 0.285451 0 0 0 +876 16 0.611867 0.457308 0.308544 0 0 0 +167 16 0.117528 0.138181 0.103295 0 0 0 +1288 15 0.760199 0.97515 0.426661 0 -1 0 +909 16 0.704754 0.671579 0.0178502 0 0 1 +1650 16 0.475452 0.821627 0.233429 0 -1 0 +768 16 0.378158 0.913473 0.192582 0 0 0 +1791 16 0.992631 0.984474 0.454047 0 0 0 +1675 15 0.00645844 0.220386 0.0401535 1 0 0 +598 15 0.463563 0.0894376 0.370076 0 0 0 +392 16 0.922867 0.47515 0.400267 -1 0 0 +474 16 0.0168556 0.57369 0.365516 0 0 0 +1309 15 0.468245 0.141414 0.0489438 0 0 0 +1310 16 0.435818 0.126274 0.0514653 0 0 0 +376 15 0.133276 0.0329461 0.0387195 0 0 1 +337 15 0.0171573 0.118058 0.391789 0 0 0 +995 16 0.548647 0.419318 0.0194855 0 0 0 +308 16 0.0792129 0.907043 0.0637399 0 0 0 +446 16 0.263045 0.237025 0.283085 0 0 0 +600 16 0.476443 0.0751503 0.339793 0 0 0 +1689 16 0.800943 0.816222 0.250368 0 -1 0 +595 15 0.318334 0.0363797 0.114599 0 0 0 +1790 16 0.993429 0.982616 0.397342 0 0 0 +1333 15 0.425747 0.443098 0.176895 0 0 0 +1334 16 0.420803 0.453724 0.142987 0 0 0 +1335 16 0.457091 0.457722 0.186424 0 0 0 +510 16 0.958895 0.820842 0.146374 -1 0 1 +222 16 0.660255 0.143415 0.125996 -1 0 0 +714 16 0.222371 0.59164 0.13443 0 0 0 +608 16 0.1148 0.335091 0.388104 0 0 0 +1441 15 0.742986 0.0196083 0.331595 0 0 0 +724 15 0.0829683 0.498728 0.3066 0 0 0 +168 16 0.144844 0.165241 0.0615687 0 0 0 +1343 16 0.744592 0.507232 0.39407 0 0 0 +1008 16 0.388706 0.175273 0.373946 0 0 0 +1212 16 0.205204 0.965785 0.108381 0 0 0 +1736 16 0.751345 0.188193 0.169143 0 0 0 +1223 16 0.0988151 0.352781 0.100689 0 1 0 +1723 15 0.845706 0.178904 0.0909637 0 0 1 +1363 15 0.846545 0.563791 0.114712 0 0 0 +1364 16 0.854524 0.587302 0.0888146 0 0 0 +1365 16 0.855253 0.580649 0.145159 0 0 0 +1332 16 0.591094 0.37473 0.0804709 0 0 0 +1443 16 0.71593 0.0431048 0.333319 0 0 0 +1345 15 0.799228 0.496703 0.356012 0 0 0 +1589 16 0.764953 0.616572 0.370328 0 0 0 +1708 15 0.779992 0.235847 0.296288 0 0 0 +174 16 0.977201 0.338703 0.436348 -1 0 0 +1818 16 0.706217 0.480079 0.277183 0 0 0 +1381 15 0.615521 0.811282 0.290771 0 0 0 +1382 16 0.623328 0.821245 0.32434 0 0 0 +1383 16 0.579788 0.808098 0.290415 0 0 0 +452 16 0.304793 0.434892 0.454123 0 0 0 +1507 15 0.603826 0.205549 0.477732 0 0 0 +1062 16 0.152868 0.907796 0.482747 0 0 0 +1634 16 0.766305 0.725081 0.407659 0 0 0 +774 16 0.995085 0.714589 0.286006 -1 0 0 +306 16 0.797068 0.212104 0.424685 -1 1 0 +1688 16 0.781195 0.814953 0.303547 0 -1 0 +1649 16 0.488955 0.812789 0.287827 0 -1 0 +1687 15 0.800879 0.7962 0.280137 0 -1 0 +1817 16 0.733473 0.523754 0.30104 0 0 0 +1789 15 0.974433 0.995204 0.425051 0 0 0 +1707 16 0.911531 0.185014 0.112018 0 0 0 +300 16 0.852448 0.909088 0.154541 -1 0 0 +761 16 0.147168 0.758997 0.0825347 0 0 1 +1402 15 0.432691 0.246269 0.179741 0 1 0 +1403 16 0.412596 0.271515 0.195424 0 1 0 +1404 16 0.443616 0.225383 0.206788 0 1 0 +393 16 0.881528 0.457539 0.434915 -1 0 0 +1655 16 0.119573 0.64446 0.0160354 1 -1 0 +1743 16 0.746682 0.424891 0.496302 0 0 0 +1462 15 0.00188874 0.846152 0.314561 1 -1 0 +738 16 0.210133 0.601311 0.321514 0 0 0 +516 16 0.0396665 0.351549 0.0493386 0 1 0 +1730 16 0.897272 0.11296 0.266688 0 0 0 +1426 15 0.277907 0.871983 0.193206 0 -1 0 +1427 16 0.270693 0.837688 0.18553 0 -1 0 +1428 16 0.270322 0.875172 0.228126 0 -1 0 +1429 15 0.540049 0.918049 0.243081 0 -1 0 +1430 16 0.516185 0.891319 0.244831 0 -1 0 +1431 16 0.528419 0.938742 0.21618 0 -1 0 +1432 15 0.658982 0.73531 0.225928 0 -1 0 +1433 16 0.647876 0.743855 0.258954 0 -1 0 +1434 16 0.629211 0.736156 0.205927 0 -1 0 +1435 15 0.665543 0.928981 0.40882 0 -1 0 +1436 16 0.643406 0.955671 0.399621 0 -1 0 +1437 16 0.648154 0.911435 0.434835 0 -1 0 +1339 15 0.758453 0.341882 0.414718 0 0 0 +1796 16 0.00706644 0.439599 0.358808 1 0 0 +1453 15 0.596392 0.997919 0.257805 0 -1 0 +1454 16 0.626517 0.99776 0.238323 0 -1 0 +1455 16 0.582792 0.964987 0.253606 0 -1 0 +511 15 0.12961 0.564971 0.463423 0 0 0 +571 15 0.348063 0.106543 0.173458 0 0 0 +1458 16 0.00568716 0.103088 0.040187 1 0 0 +1459 15 0.567997 0.0699706 0.098862 0 0 0 +1460 16 0.535065 0.0733911 0.0850476 0 0 0 +1461 16 0.576392 0.0354799 0.0936667 0 0 0 +1290 16 0.729157 0.957186 0.427524 0 -1 0 +1463 16 0.00976474 0.881094 0.312538 1 -1 0 +1006 15 0.372002 0.166664 0.404506 0 0 0 +1637 16 0.820808 0.125905 0.379552 0 1 0 +1037 16 0.329981 0.417996 0.233164 0 0 0 +1316 16 0.599723 0.430177 0.427225 0 0 0 +221 16 0.610476 0.124008 0.106893 -1 0 0 +1876 15 0.672753 0.390503 0.495795 0 1 0 +1448 16 0.514907 0.109609 0.195879 0 0 1 +872 16 0.345995 0.165781 0.467434 0 0 0 +1573 15 0.910242 0.738131 0.0726446 0 0 0 +1405 15 0.538496 0.154548 0.398629 0 1 0 +1093 15 0.0897016 0.662461 0.34832 0 0 0 +1823 16 0.0674077 0.559459 0.438677 1 0 0 +572 16 0.345428 0.0812859 0.148116 0 0 0 +949 15 0.270616 0.96022 0.397014 0 0 0 +1494 16 0.903493 0.258353 0.341479 0 0 0 +1019 16 0.116448 0.363456 0.305889 0 0 0 +1205 16 0.729998 0.394361 0.25636 0 0 0 +1505 16 0.833338 0.235477 0.246113 0 0 0 +245 16 0.926093 0.46613 0.0534932 -1 0 0 +1442 16 0.745795 0.00666354 0.364936 0 0 0 +1493 16 0.936777 0.284738 0.379103 0 0 0 +1510 15 0.6292 0.317767 0.268283 0 0 0 +1511 16 0.643435 0.285254 0.263052 0 0 0 +1512 16 0.646361 0.330573 0.297069 0 0 0 +1513 15 0.674541 0.0953046 0.344904 0 0 0 +1514 16 0.682986 0.114684 0.37389 0 0 0 +1515 16 0.646312 0.112258 0.330662 0 0 0 +857 16 0.167953 0.283872 0.332509 0 0 0 +1740 16 0.612259 0.598219 0.34091 0 0 0 +1224 16 0.146739 0.343494 0.129612 0 1 0 +1816 15 0.702285 0.514681 0.285805 0 0 0 +596 16 0.331956 0.00842597 0.0967072 0 0 0 +1249 15 0.380954 0.925072 0.05568 0 -1 0 +1534 15 0.637998 0.473554 0.39776 0 0 0 +1535 16 0.626484 0.503901 0.382479 0 0 0 +1536 16 0.668056 0.482972 0.414932 0 0 0 +1537 15 0.776556 0.335688 0.240074 0 0 0 +1538 16 0.768122 0.310097 0.216388 0 0 0 +1539 16 0.810641 0.344002 0.232579 0 0 0 +1540 15 0.53378 0.270362 0.1857 0 0 0 +1541 16 0.522202 0.303704 0.179272 0 0 0 +1542 16 0.508429 0.249183 0.171705 0 0 0 +1417 15 0.340279 0.808264 0.0355977 0 0 1 +237 16 0.193389 0.252566 0.059308 0 0 1 +1663 15 0.774712 0.865943 0.480723 0 -1 0 +342 16 0.967837 0.794293 0.451394 -1 -1 0 +1686 16 0.899455 0.821018 0.377966 0 -1 0 +1555 15 0.946475 0.513532 0.169364 0 0 0 +1556 16 0.958923 0.489816 0.145496 0 0 0 +1557 16 0.920768 0.531339 0.151783 0 0 0 +1558 15 0.452648 0.706415 0.412025 0 0 0 +1559 16 0.465347 0.682371 0.435427 0 0 0 +1560 16 0.419041 0.695705 0.405469 0 0 0 +1561 15 0.688138 0.643941 0.287679 0 0 0 +1562 16 0.660007 0.652071 0.266951 0 0 0 +1563 16 0.713206 0.667964 0.278647 0 0 0 +1282 15 0.453429 0.99786 0.0715837 0 -1 0 +1706 16 0.964415 0.204838 0.106563 0 0 0 +1213 15 0.828512 0.197866 0.483438 0 0 0 +1815 16 0.868147 0.336552 0.391513 0 0 0 +1576 15 0.533879 0.465497 0.200173 0 0 0 +1577 16 0.560615 0.481023 0.181976 0 0 0 +1578 16 0.54442 0.466728 0.234443 0 0 0 +1579 15 0.760843 0.613315 0.17483 0 0 0 +1580 16 0.766371 0.639959 0.198211 0 0 0 +1581 16 0.772456 0.583911 0.19179 0 0 0 +1582 15 0.583615 0.658342 0.266078 0 0 0 +1583 16 0.571383 0.674012 0.236213 0 0 0 +1584 16 0.572172 0.624418 0.26377 0 0 0 +1172 16 0.509781 0.311948 0.364903 0 0 0 +806 16 0.162371 0.960264 0.336088 0 -1 0 +623 16 0.457758 0.963046 0.183156 0 -1 0 +878 16 0.461229 0.616937 0.0459844 0 0 0 +950 16 0.23622 0.954483 0.405447 0 0 0 +767 16 0.394467 0.884071 0.146876 0 0 0 +1597 15 0.657661 0.883072 0.210847 0 0 0 +1598 16 0.623726 0.876638 0.201145 0 0 0 +1599 16 0.664754 0.858249 0.235758 0 0 0 +1600 15 0.0431685 0.888962 0.216366 1 0 0 +1601 16 0.0336413 0.858213 0.232202 1 0 0 +1602 16 0.0539264 0.879226 0.183555 1 0 0 +1603 15 0.296622 0.972878 0.241871 0 0 0 +1604 16 0.297139 0.954651 0.210975 0 0 0 +1605 16 0.274042 0.954463 0.262802 0 0 0 +235 15 0.185964 0.239165 0.0917479 0 0 1 +438 16 0.00110193 0.467517 0.0914709 0 0 0 +625 15 0.966608 0.0957671 0.295788 -1 0 0 +1814 16 0.840631 0.361003 0.348333 0 0 0 +1797 16 0.962241 0.442509 0.324141 0 0 0 +1624 15 0.759073 0.947242 0.19802 0 0 0 +1625 16 0.790411 0.962876 0.205804 0 0 0 +1626 16 0.765139 0.912177 0.202571 0 0 0 +1041 16 0.267664 0.313068 0.0969992 0 0 0 +776 16 0.782862 0.0832397 0.480262 -1 1 0 +246 16 0.948462 0.516317 0.0393354 -1 0 0 +1630 15 0.898767 0.876452 0.268436 0 0 0 +1631 16 0.921046 0.904459 0.265923 0 0 0 +1632 16 0.86606 0.891098 0.270113 0 0 0 +712 15 0.216487 0.625899 0.143308 0 0 0 +726 16 0.0510026 0.505014 0.291576 0 0 0 +489 16 0.104835 0.681872 0.14427 0 0 0 +1506 16 0.852275 0.197643 0.208305 0 0 0 +910 15 0.651016 0.460645 0.15005 0 0 1 +1651 15 0.768887 0.838739 0.186847 0 -1 0 +1676 16 0.0132905 0.18727 0.0281644 1 0 0 +1653 16 0.735374 0.826306 0.183785 0 -1 0 +1685 16 0.908092 0.858396 0.33616 0 -1 0 +1636 15 0.843234 0.147226 0.361399 0 1 0 +1705 15 0.944674 0.181449 0.12528 0 0 0 +1657 15 0.0358756 0.942736 0.114545 1 -1 0 +1658 16 0.00139946 0.933551 0.110789 1 -1 0 +1659 16 0.0377408 0.976151 0.101622 1 -1 0 +1660 15 0.762182 0.706404 0.220592 0 -1 0 +1661 16 0.779093 0.729007 0.242733 0 -1 0 +1662 16 0.728053 0.717463 0.220797 0 -1 0 +1813 15 0.847301 0.329082 0.363287 0 0 0 +1735 15 0.773982 0.162299 0.158937 0 0 0 +499 15 0.835064 0.628754 0.351719 -1 0 0 +722 16 0.516061 0.786052 0.466103 0 0 0 +204 16 0.107414 0.431498 0.404332 0 0 0 +1346 16 0.833227 0.508038 0.357662 0 0 0 +1375 15 0.597595 0.586433 0.492855 0 0 0 +451 15 0.299912 0.467143 0.46906 0 0 0 +871 15 0.328125 0.16306 0.498424 0 0 0 +1733 16 0.771868 0.416212 0.0273097 0 0 0 +1489 15 0.147496 0.412008 0.468446 1 0 0 +1418 16 0.343326 0.838971 0.0538969 0 0 1 +1572 16 0.498894 0.299338 0.0272076 0 0 1 +1040 16 0.254187 0.314663 0.0419051 0 0 0 +1338 16 0.840684 0.0628519 0.0369222 0 0 0 +1808 16 0.781557 0.649549 0.0397731 0 0 1 +655 15 0.320015 0.980017 0.492004 0 -1 0 +1031 16 0.120534 0.261371 0.450257 0 0 0 +230 16 0.676592 0.77941 0.468257 -1 0 0 +1336 15 0.856023 0.0934488 0.026168 0 0 0 +187 15 0.854859 0.399581 0.452726 -1 0 0 +1654 15 0.0852442 0.650622 0.0244405 1 -1 0 +934 15 0.22911 0.776104 0.0167851 0 0 1 +219 16 0.18013 0.603473 0.0317882 0 0 0 +1571 16 0.523754 0.347824 0.0113768 0 0 1 +961 15 0.395802 0.246179 0.00307178 0 1 1 +1030 15 0.121408 0.233216 0.472475 0 0 0 +630 16 0.351283 0.335075 0.48826 0 0 0 +1419 16 0.305441 0.806164 0.0272905 0 0 1 +189 16 0.820132 0.408269 0.450356 -1 0 0 +1741 15 0.769099 0.447348 0.479562 0 0 0 +1544 16 0.569272 0.926082 0.495696 0 0 0 +824 16 0.273416 0.229724 0.0265589 0 0 0 +125 16 0.185262 0.207001 0.466087 0 0 0 +1842 16 0.860652 0.652363 0.0175409 0 0 0 +1530 16 0.871333 0.227195 0.0506784 0 0 1 +188 16 0.855004 0.367269 0.468315 -1 0 0 +1182 16 0.68592 0.250888 0.491298 0 0 0 +231 16 0.727666 0.763756 0.487387 -1 0 0 +1748 16 0.714929 0.617249 0.480256 0 0 0 +1754 16 0.79525 0.481511 0.00273515 0 0 1 +234 16 0.862135 0.607394 0.474391 -1 0 0 +649 15 0.0479138 0.40549 0.00415624 0 0 0 +1680 16 0.599274 0.972727 0.0046606 0 -1 0 +1570 15 0.498796 0.324118 0.00126548 0 0 1 +908 16 0.696275 0.726088 0.00457108 0 0 1 +1819 15 0.842414 0.729387 0.498746 0 0 0 +332 16 0.0142305 0.801342 0.00186271 0 -1 0 +1457 16 0.963862 0.116725 0.00435079 0 0 0 +1032 16 0.0967716 0.240706 0.497457 0 0 0 +1554 16 0.680769 0.81929 0.957676 0 0 -1 +35 5 0.450324 0.486566 0.556315 0 0 0 +36 7 0.498441 0.498833 0.579093 0 0 0 +37 1 0.492762 0.503273 0.63309 0 0 0 +38 3 0.451337 0.519484 0.650148 0 0 0 +39 10 0.421225 0.493461 0.578722 0 0 0 +40 4 0.508342 0.535662 0.565525 0 0 0 +41 4 0.52884 0.474468 0.568105 0 0 0 +42 5 0.531508 0.489922 0.661654 0 0 0 +43 6 0.528498 0.487863 0.71567 0 0 0 +44 1 0.531238 0.54113 0.734696 0 0 0 +45 3 0.496161 0.559333 0.75758 0 0 0 +46 7 0.568199 0.451887 0.735639 0 0 0 +47 8 0.567108 0.450445 0.790545 0 0 0 +48 8 0.609756 0.472998 0.816696 0 0 0 +49 8 0.529043 0.430557 0.819904 0 0 0 +50 8 0.606768 0.482719 0.868243 0 0 0 +51 8 0.525831 0.442039 0.871333 0 0 0 +52 8 0.563933 0.468846 0.895711 0 0 0 +53 10 0.562675 0.475407 0.647016 0 0 0 +54 4 0.491066 0.474819 0.723868 0 0 0 +55 4 0.559824 0.414318 0.719755 0 0 0 +56 4 0.606473 0.462748 0.723351 0 0 0 +57 11 0.641472 0.486369 0.795394 0 0 0 +58 11 0.498914 0.411966 0.800278 0 0 0 +59 11 0.637435 0.500204 0.888049 0 0 0 +60 11 0.49155 0.432882 0.890813 0 0 0 +985 15 0.684187 0.308432 0.644656 0 0 0 +62 5 0.572217 0.567973 0.724071 0 0 0 +63 6 0.581033 0.617901 0.742163 0 0 0 +64 12 0.56517 0.659312 0.704728 0 0 0 +65 3 0.58901 0.663146 0.663401 0 0 0 +66 7 0.635646 0.625993 0.760613 0 0 0 +67 7 0.644706 0.674584 0.786389 0 0 0 +68 13 0.612521 0.682773 0.845586 0 0 0 +69 2 0.649962 0.733413 0.877527 0 0 0 +70 10 0.59991 0.551695 0.704981 0 0 0 +71 4 0.556024 0.624871 0.773219 0 0 0 +72 4 0.64063 0.59551 0.788539 0 0 0 +73 4 0.66328 0.620176 0.730012 0 0 0 +74 4 0.684351 0.676774 0.798931 0 0 0 +75 4 0.635378 0.705072 0.759605 0 0 0 +76 4 0.623004 0.748986 0.90518 0 0 0 +77 4 0.685594 0.71543 0.889395 0 0 0 +78 4 0.658341 0.761615 0.848059 0 0 0 +79 14 0.527833 0.692168 0.718154 0 0 0 +80 10 0.509701 0.684415 0.750027 0 0 0 +81 10 0.517931 0.722592 0.698634 0 0 0 +1890 16 0.958257 0.0176496 0.781262 0 1 0 +1148 16 0.299931 0.806273 0.660883 0 -1 0 +1073 16 0.402966 0.725341 0.627752 0 0 0 +660 16 0.0433453 0.185044 0.574078 0 0 0 +100 15 0.455973 0.862681 0.582448 0 -1 0 +101 16 0.475258 0.884185 0.603727 0 -1 0 +102 16 0.421891 0.871797 0.58896 0 -1 0 +103 15 0.0831574 0.0699986 0.747103 0 0 0 +104 16 0.0542853 0.0595038 0.728574 0 0 0 +105 16 0.0800824 0.105687 0.749096 0 0 0 +330 16 0.923701 0.817892 0.964254 -1 -1 -1 +449 16 0.227391 0.326622 0.688011 0 0 0 +831 16 0.285134 0.296373 0.51807 0 0 0 +1482 16 0.774848 0.92486 0.864902 0 -1 -1 +937 15 0.482216 0.803658 0.737913 0 0 -1 +1227 16 0.46933 0.849762 0.510601 0 0 0 +979 15 0.769278 0.0736379 0.551548 0 0 0 +176 16 0.0372343 0.445588 0.65429 0 0 0 +988 15 0.470325 0.154686 0.569326 0 0 0 +662 16 0.496012 0.340297 0.608799 0 0 0 +924 16 0.325099 0.528427 0.602283 0 0 0 +130 15 0.0599289 0.167928 0.652136 0 0 0 +131 16 0.0814882 0.184419 0.675595 0 0 0 +132 16 0.0792234 0.140147 0.640178 0 0 0 +1167 16 0.512056 0.242157 0.939968 0 0 -1 +1170 16 0.432719 0.0560782 0.810267 0 0 -1 +368 16 0.23161 0.356598 0.613418 0 0 0 +656 16 0.32046 0.0125182 0.507188 0 0 0 +1274 16 0.911432 0.999982 0.896884 0 -1 0 +1692 16 0.762035 0.919167 0.525862 0 -1 0 +152 16 0.0380866 0.42523 0.517226 0 0 0 +153 16 0.0578874 0.478385 0.515806 0 0 0 +154 15 0.176847 0.189493 0.651832 0 0 0 +155 16 0.162116 0.215928 0.671102 0 0 0 +156 16 0.209511 0.20167 0.643352 0 0 0 +157 15 0.302457 0.336319 0.790161 0 0 0 +158 16 0.277261 0.321633 0.811054 0 0 0 +159 16 0.333371 0.328913 0.806791 0 0 0 +160 15 0.967866 0.162669 0.698904 -1 0 0 +161 16 0.00275137 0.168841 0.704563 0 0 0 +162 16 0.962902 0.128749 0.709482 -1 0 0 +1691 16 0.762119 0.969979 0.500611 0 -1 0 +692 16 0.221304 0.479381 0.972414 0 0 -1 +186 16 0.362378 0.419899 0.633463 0 0 0 +799 15 0.392209 0.241132 0.55368 0 0 0 +1848 16 0.507168 0.974761 0.524301 0 0 0 +181 15 0.999013 0.491794 0.749128 -1 0 0 +182 16 0.963627 0.490517 0.754894 -1 0 0 +183 16 0.00955584 0.522378 0.764636 0 0 0 +448 15 0.259428 0.311171 0.692707 0 0 0 +1221 16 0.496973 0.747732 0.985135 0 0 0 +212 16 0.863533 0.473158 0.831114 -1 0 0 +1010 16 0.50934 0.261439 0.501127 0 0 0 +907 15 0.685401 0.692882 0.996433 0 0 0 +1392 16 0.603434 0.522382 0.536213 0 0 0 +191 16 0.831119 0.378769 0.882404 -1 0 -1 +110 16 0.851131 0.224573 0.809154 -1 0 -1 +542 16 0.186914 0.958497 0.772084 0 0 -1 +1390 15 0.615986 0.495989 0.55702 0 0 0 +1394 16 0.660905 0.691518 0.521717 0 0 0 +703 15 0.117481 0.345551 0.93978 0 0 0 +1152 16 0.76762 0.292483 0.618412 0 0 0 +211 15 0.851961 0.488469 0.861425 -1 0 0 +1101 16 0.414951 0.313133 0.650842 0 0 0 +213 16 0.835239 0.462057 0.879028 -1 0 0 +241 15 0.771141 0.524947 0.962976 -1 0 0 +1308 16 0.541727 0.099373 0.936435 0 0 -1 +1716 16 0.998607 0.963977 0.717598 0 -1 0 +1889 16 0.960377 0.0665732 0.809924 0 1 0 +1622 16 0.70187 0.0328629 0.844408 0 1 -1 +1166 16 0.499329 0.188989 0.924782 0 0 -1 +1773 16 0.979614 0.715623 0.604526 0 0 0 +1337 16 0.839874 0.101162 0.995074 0 0 -1 +739 15 0.248497 0.88129 0.941771 0 0 -1 +840 16 0.103337 0.83297 0.952825 0 -1 0 +492 16 0.167279 0.783666 0.930691 0 0 -1 +238 15 0.776192 0.619005 0.667352 -1 0 0 +239 16 0.77695 0.651964 0.681501 -1 0 0 +240 16 0.74368 0.616375 0.652415 -1 0 0 +1277 16 0.488057 0.198059 0.670751 0 0 -1 +689 16 0.225914 0.393563 0.948898 0 0 0 +825 16 0.274919 0.23794 0.970436 0 0 -1 +1127 16 0.63454 0.907098 0.688593 0 -1 0 +259 15 0.0842799 0.477702 0.69588 0 0 0 +576 16 0.970276 0.863299 0.616953 -1 -1 0 +1629 16 0.942431 0.948088 0.957001 0 0 -1 +195 16 0.665359 0.427517 0.947021 -1 0 -1 +923 16 0.323972 0.479202 0.574086 0 0 0 +1764 16 0.200831 0.479506 0.849702 1 0 -1 +564 16 0.215088 0.676332 0.605843 0 0 0 +1109 16 0.53966 0.896153 0.958497 0 -1 -1 +267 16 0.975608 0.725395 0.815225 -1 0 0 +268 15 0.940579 0.683484 0.930019 -1 0 0 +269 16 0.906092 0.674461 0.934058 -1 0 0 +270 16 0.940159 0.710068 0.905932 -1 0 0 +273 16 0.883798 0.00367129 0.770114 -1 1 -1 +956 16 0.39665 0.65177 0.979142 0 0 0 +297 16 0.219164 0.454659 0.716385 0 0 0 +289 15 0.0802687 0.666304 0.598119 0 0 0 +290 16 0.083014 0.650917 0.630411 0 0 0 +291 16 0.113753 0.666212 0.585237 0 0 0 +292 15 0.897669 0.801221 0.786906 -1 0 0 +293 16 0.920218 0.78918 0.812078 -1 0 0 +294 16 0.910304 0.787559 0.756233 -1 0 0 +295 15 0.202319 0.485585 0.709533 0 0 0 +296 16 0.205973 0.490166 0.674139 0 0 0 +1378 15 0.79082 0.758444 0.90499 0 0 -1 +863 16 0.31083 0.286071 0.892054 0 0 -1 +313 15 0.242962 0.655826 0.776454 0 0 0 +314 16 0.250216 0.686834 0.792975 0 0 0 +315 16 0.265747 0.654844 0.74876 0 0 0 +1595 16 0.0380867 0.400458 0.869624 1 0 -1 +1520 16 0.258744 0.440221 0.512972 1 0 0 +1314 16 0.706482 0.293039 0.968013 0 0 -1 +319 15 0.947782 0.77154 0.70761 -1 0 0 +320 16 0.959668 0.739503 0.696682 -1 0 0 +321 16 0.960111 0.794573 0.683023 -1 0 0 +322 15 0.143356 0.691835 0.750273 0 0 0 +323 16 0.175568 0.704723 0.759402 0 0 0 +324 16 0.127267 0.719037 0.733294 0 0 0 +1888 15 0.937763 0.0407225 0.799558 0 1 0 +543 16 0.138802 0.986952 0.762329 0 0 -1 +1312 15 0.742184 0.295013 0.965094 0 0 -1 +215 16 0.0915061 0.248373 0.875196 0 0 0 +941 16 0.394644 0.846243 0.79055 0 0 -1 +177 16 0.00923111 0.405223 0.68268 0 0 0 +569 16 0.318458 0.988111 0.985906 0 -1 -1 +346 15 0.151585 0.340579 0.727069 0 0 0 +347 16 0.143237 0.362749 0.754012 0 0 0 +348 16 0.13153 0.311406 0.732884 0 0 0 +349 15 0.834781 0.0773158 0.828949 -1 0 0 +350 16 0.869281 0.0707012 0.821663 -1 0 0 +351 16 0.818719 0.0453548 0.826195 -1 0 0 +696 16 0.45141 0.563007 0.968676 0 0 -1 +1758 16 0.0944182 0.529891 0.900998 1 0 -1 +812 16 0.339639 0.0833112 0.577461 0 0 0 +1766 16 0.933101 0.256997 0.513503 0 0 0 +1307 16 0.566139 0.0482871 0.940158 0 0 -1 +1863 16 0.0406103 0.103954 0.945513 1 1 0 +869 16 0.618039 0.28035 0.531471 0 0 0 +372 16 0.330296 0.334459 0.683642 0 0 0 +981 16 0.80186 0.0793311 0.565445 0 0 0 +374 16 0.277626 0.0694335 0.821678 0 0 0 +484 15 0.0246995 0.863029 0.885535 0 0 0 +1156 15 0.606351 0.187762 0.642839 0 0 0 +1266 16 0.061904 0.0776839 0.545884 1 0 0 +1756 15 0.0596244 0.525662 0.908652 1 0 -1 +1772 16 0.0236515 0.714962 0.568752 1 0 0 +612 16 0.222763 0.126132 0.846872 0 0 0 +1110 16 0.499137 0.932068 0.975452 0 -1 -1 +397 15 0.211063 0.773218 0.787233 0 -1 0 +398 16 0.207807 0.805662 0.802194 0 -1 0 +399 16 0.223735 0.752403 0.813562 0 -1 0 +400 15 0.264897 0.208655 0.748032 0 0 0 +401 16 0.275399 0.206577 0.71379 0 0 0 +402 16 0.291529 0.193332 0.766553 0 0 0 +1023 16 0.621911 0.274501 0.993083 0 0 -1 +357 16 0.158463 0.204986 0.767817 0 0 -1 +1874 16 0.946104 0.744506 0.511278 0 0 0 +421 15 0.205071 0.493169 0.609452 0 0 0 +1097 16 0.484513 0.631345 0.614101 0 0 0 +423 16 0.172751 0.506541 0.601474 0 0 0 +424 15 0.838653 0.478587 0.544516 -1 0 0 +558 16 0.30923 0.968949 0.634739 0 0 0 +426 16 0.873858 0.480841 0.537989 -1 0 0 +427 15 0.979939 0.257904 0.940172 -1 0 0 +428 16 0.9466 0.244779 0.938343 -1 0 0 +429 16 0.975563 0.293504 0.940898 -1 0 0 +165 16 0.93502 0.377149 0.959518 -1 0 -1 +815 16 0.696805 0.964279 0.567446 0 -1 0 +1084 15 0.351744 0.952033 0.818572 0 0 -1 +611 16 0.253838 0.153789 0.885458 0 0 0 +1887 16 0.872667 0.901802 0.888406 0 0 0 +955 15 0.427957 0.634443 0.976548 0 0 0 +109 15 0.828239 0.225112 0.781536 -1 0 -1 +646 15 0.397286 0.269336 0.866264 0 0 -1 +1646 16 0.919487 0.00620803 0.628778 0 1 0 +990 16 0.492551 0.166126 0.543591 0 0 0 +1408 15 0.686132 0.848296 0.796993 0 0 0 +454 15 0.874687 0.606258 0.666544 -1 0 0 +455 16 0.841179 0.609426 0.654124 -1 0 0 +456 16 0.879529 0.635403 0.686896 -1 0 0 +457 15 0.0803292 0.278042 0.611349 0 0 0 +458 16 0.0637422 0.253897 0.590637 0 0 0 +459 16 0.0626935 0.276742 0.642565 0 0 0 +1552 15 0.71314 0.807326 0.947878 0 0 -1 +674 16 0.395572 0.381677 0.537537 0 0 0 +991 15 0.389087 0.478879 0.914334 0 0 -1 +379 15 0.389285 0.172782 0.706293 0 0 -1 +478 15 0.0178935 0.383545 0.74754 0 0 0 +479 16 0.0276342 0.369391 0.779034 0 0 0 +480 16 0.0115789 0.41811 0.754782 0 0 0 +864 16 0.261095 0.313243 0.889296 0 0 -1 +942 16 0.370293 0.889599 0.817878 0 0 -1 +1278 16 0.499644 0.15713 0.6332 0 0 -1 +926 16 0.507922 0.779536 0.801566 0 0 0 +940 15 0.384618 0.857145 0.823225 0 0 -1 +1085 16 0.3382 0.981804 0.80383 0 0 -1 +1386 16 0.0385683 0.000918184 0.516242 0 1 0 +792 16 0.374643 0.00470872 0.932187 0 0 -1 +502 15 0.155136 0.510437 0.801242 0 0 0 +503 16 0.151925 0.513068 0.765607 0 0 0 +504 16 0.146176 0.54294 0.813504 0 0 0 +505 15 0.94833 0.552961 0.847156 -1 0 0 +506 16 0.92058 0.539312 0.86534 -1 0 0 +507 16 0.940311 0.547 0.812699 -1 0 0 +1487 16 0.735136 0.523192 0.585407 0 0 0 +1149 16 0.315458 0.810555 0.606476 0 -1 0 +676 15 0.276964 0.716279 0.615486 0 0 0 +1400 16 0.306198 0.6637 0.98968 0 0 -1 +1022 16 0.627137 0.329951 0.982243 0 0 -1 +193 15 0.661193 0.443347 0.978944 -1 0 -1 +1695 16 0.264909 0.409736 0.880541 1 0 0 +529 15 0.0256039 0.345012 0.83535 0 0 0 +530 16 0.0508904 0.326297 0.852595 0 0 0 +531 16 0.00221011 0.320259 0.824077 0 0 0 +370 15 0.366058 0.333858 0.68085 0 0 0 +801 16 0.36234 0.221766 0.549213 0 0 0 +1220 16 0.527617 0.71309 0.952265 0 0 0 +535 15 0.365786 0.904762 0.544175 0 0 0 +536 16 0.338201 0.908607 0.521562 0 0 0 +537 16 0.373409 0.938162 0.554826 0 0 0 +1775 16 0.901893 0.192705 0.888208 0 0 0 +1108 15 0.515394 0.901365 0.984401 0 -1 -1 +232 15 0.846227 0.614848 0.505671 -1 0 0 +93 16 0.907409 0.0379597 0.523967 -1 0 0 +1721 16 0.938164 0.218745 0.67167 0 0 0 +375 16 0.27526 0.0507309 0.76816 0 0 0 +925 15 0.513627 0.78261 0.836852 0 0 0 +1067 16 0.344088 0.586449 0.681648 0 0 0 +559 15 0.254537 0.715723 0.857583 0 0 0 +560 16 0.283775 0.728561 0.873935 0 0 0 +561 16 0.228224 0.719912 0.881607 0 0 0 +695 16 0.491088 0.552862 0.929405 0 0 -1 +704 16 0.128171 0.329852 0.909344 0 0 0 +1151 16 0.815101 0.271267 0.641105 0 0 0 +816 16 0.64282 0.981729 0.568224 0 -1 0 +952 15 0.234107 0.80914 0.690171 0 0 0 +870 16 0.653986 0.297729 0.571786 0 0 0 +1450 15 0.761856 0.906156 0.685003 0 -1 -1 +1690 15 0.761235 0.95434 0.532886 0 -1 0 +1704 16 0.238614 0.0243185 0.688521 1 0 -1 +1276 15 0.507163 0.167985 0.666557 0 0 -1 +1769 16 0.897177 0.578715 0.606011 0 0 0 +1218 16 0.807576 0.642206 0.776882 0 0 0 +395 16 0.103962 0.145903 0.513508 0 0 0 +589 15 0.502757 0.949015 0.750516 0 -1 0 +590 16 0.501784 0.984837 0.748803 0 -1 0 +591 16 0.508769 0.938555 0.716729 0 -1 0 +592 15 0.0669586 0.77492 0.713885 0 -1 0 +593 16 0.0831548 0.803555 0.699576 0 -1 0 +594 16 0.0436517 0.788618 0.737469 0 -1 0 +1004 16 0.349875 0.219046 0.823962 0 0 0 +610 15 0.253714 0.124369 0.864928 0 0 0 +425 16 0.824664 0.465763 0.51407 -1 0 0 +986 16 0.689635 0.276137 0.659298 0 0 0 +440 16 0.130057 0.436993 0.808248 0 0 -1 +670 15 0.141735 0.659028 0.926044 0 0 -1 +1768 15 0.910666 0.581974 0.572927 0 0 0 +616 15 0.115093 0.872112 0.614667 0 -1 0 +1714 15 0.997492 0.972284 0.752481 0 -1 0 +1118 16 0.514938 0.127721 0.839183 0 0 -1 +619 15 0.417101 0.333859 0.783263 0 0 0 +620 16 0.432884 0.313628 0.758189 0 0 0 +621 16 0.423032 0.316335 0.814002 0 0 0 +637 15 0.123077 0.881583 0.719031 0 -1 0 +638 16 0.135417 0.9114 0.734708 0 -1 0 +639 16 0.116811 0.85905 0.746236 0 -1 0 +640 15 0.337018 0.944831 0.934957 0 -1 0 +641 16 0.357757 0.915642 0.932719 0 -1 0 +642 16 0.303528 0.932322 0.931949 0 -1 0 +643 15 0.204294 0.236649 0.829094 0 0 0 +644 16 0.223193 0.226292 0.800412 0 0 0 +645 16 0.228976 0.248123 0.852464 0 0 0 +1886 16 0.91072 0.914739 0.848355 0 0 0 +1821 16 0.843243 0.697533 0.51523 0 0 0 +1410 16 0.7004 0.846213 0.829843 0 0 0 +1306 15 0.550412 0.0737268 0.959971 0 0 -1 +859 15 0.652831 0.114431 0.999576 0 0 0 +91 15 0.904696 0.0201719 0.555005 -1 0 0 +563 16 0.177244 0.634094 0.604033 0 0 0 +1885 15 0.892084 0.929052 0.875465 0 0 0 +1072 15 0.3818 0.696375 0.627709 0 0 0 +682 15 0.423553 0.514485 0.822887 0 0 0 +683 16 0.398497 0.538596 0.814058 0 0 0 +614 16 0.167872 0.0658068 0.526293 0 0 0 +485 16 0.0220402 0.833025 0.905022 0 0 0 +741 16 0.267647 0.855011 0.926612 0 0 -1 +1389 16 0.636034 0.804244 0.564869 0 0 0 +1847 16 0.470576 0.935428 0.542562 0 0 0 +575 16 0.969479 0.809059 0.600312 -1 -1 0 +260 16 0.0614166 0.491416 0.719886 0 0 0 +1168 15 0.448112 0.0333345 0.787183 0 0 -1 +61 11 0.56157 0.481484 0.934093 0 0 0 +700 15 0.898497 0.449292 0.684383 -1 0 0 +701 16 0.887829 0.420746 0.665452 -1 0 0 +702 16 0.933828 0.4513 0.678489 -1 0 0 +935 16 0.214745 0.767572 0.985036 0 0 0 +574 15 0.95858 0.830808 0.62668 -1 -1 0 +164 16 0.988353 0.368718 0.976956 -1 0 -1 +1517 16 0.495314 0.49104 0.991193 0 0 -1 +1762 15 0.223548 0.473736 0.876863 1 0 -1 +708 16 0.14063 0.630607 0.790086 0 0 0 +709 15 0.0275901 0.594918 0.794529 0 0 0 +710 16 0.0605361 0.602766 0.806363 0 0 0 +711 16 0.00688102 0.596641 0.823773 0 0 0 +1279 15 0.475326 0.989715 0.967952 0 -1 -1 +381 16 0.379168 0.174111 0.740687 0 0 -1 +939 16 0.449591 0.816508 0.730322 0 0 -1 +1373 16 0.84814 0.302097 0.524413 0 0 0 +727 15 0.928627 0.321815 0.73094 -1 0 0 +728 16 0.945383 0.353116 0.725789 -1 0 0 +729 16 0.905817 0.328152 0.757896 -1 0 0 +730 15 0.959256 0.678961 0.653599 -1 0 0 +731 16 0.979656 0.654349 0.669883 -1 0 0 +732 16 0.933219 0.66002 0.637775 -1 0 0 +861 16 0.62171 0.101331 0.987453 0 0 0 +1328 16 0.862389 0.43456 0.980454 0 0 0 +1366 15 0.671142 0.547828 0.994357 0 0 -1 +992 16 0.395133 0.474465 0.879248 0 0 -1 +751 15 0.112129 0.533639 0.603599 0 0 0 +1162 15 0.913553 0.137428 0.910401 0 0 -1 +753 16 0.0811843 0.540166 0.58666 0 0 0 +754 15 0.305457 0.826326 0.880344 0 0 0 +755 16 0.332833 0.838176 0.860413 0 0 0 +756 16 0.314479 0.79268 0.888923 0 0 0 +757 15 0.159463 0.782579 0.600954 0 0 0 +758 16 0.16882 0.761126 0.628144 0 0 0 +759 16 0.190287 0.78953 0.583964 0 0 0 +618 16 0.123375 0.837878 0.607843 0 -1 0 +271 15 0.859399 0.984877 0.751714 -1 0 -1 +905 16 0.641709 0.599123 0.970219 0 0 0 +266 16 0.997318 0.750874 0.86104 -1 0 0 +1679 16 0.624097 0.955334 0.956693 0 -1 -1 +778 15 0.460269 0.768431 0.632043 0 0 0 +779 16 0.49163 0.784765 0.638103 0 0 0 +780 16 0.442286 0.79108 0.610813 0 0 0 +781 15 0.455155 0.704639 0.881832 0 0 0 +782 16 0.458422 0.679753 0.856197 0 0 0 +783 16 0.476618 0.731355 0.871219 0 0 0 +784 15 0.228833 0.112051 0.611402 0 1 0 +785 16 0.203219 0.130558 0.628387 0 1 0 +786 16 0.259569 0.126082 0.623465 0 1 0 +787 15 0.211231 0.585659 0.65511 0 0 0 +788 16 0.237574 0.579714 0.678728 0 0 0 +789 16 0.213989 0.558709 0.63159 0 0 0 +1135 15 0.694762 0.401444 0.88821 0 0 -1 +666 16 0.338625 0.153948 0.92516 0 0 0 +818 16 0.213174 0.0661925 0.953225 0 0 -1 +808 15 0.396219 0.942984 0.679195 0 -1 0 +809 16 0.424386 0.944987 0.657067 0 -1 0 +810 16 0.395884 0.974567 0.69621 0 -1 0 +1083 16 0.858952 0.909598 0.982954 0 0 -1 +1178 16 0.725536 0.138803 0.553863 0 0 0 +1763 16 0.24436 0.50295 0.877542 1 0 -1 +1119 16 0.523504 0.0793776 0.867628 0 0 -1 +533 16 0.252076 0.556871 0.821912 0 0 0 +567 16 0.107657 0.927896 0.977346 0 0 0 +1451 16 0.758911 0.872351 0.673358 0 -1 -1 +1056 16 0.245552 0.997088 0.846924 0 0 -1 +1147 15 0.328572 0.80463 0.63934 0 -1 0 +1607 16 0.0737424 0.866276 0.837013 1 0 0 +835 15 0.267991 0.232661 0.630769 0 0 0 +836 16 0.26252 0.247463 0.598551 0 0 0 +837 16 0.25929 0.25847 0.65412 0 0 0 +1021 15 0.643246 0.29835 0.976862 0 0 -1 +694 15 0.467488 0.536373 0.950811 0 0 -1 +974 16 0.142955 0.96163 0.678256 0 -1 0 +841 15 0.496551 0.897153 0.835821 0 -1 0 +842 16 0.462293 0.889801 0.843527 0 -1 0 +843 16 0.494865 0.923885 0.811954 0 -1 0 +1217 16 0.792002 0.606846 0.735329 0 0 0 +353 16 0.0828211 0.222736 0.977508 0 0 -1 +733 15 0.266059 0.59886 0.949022 0 0 0 +691 15 0.217489 0.514335 0.97954 0 0 -1 +1770 16 0.883158 0.593719 0.553116 0 0 0 +1866 16 0.0174014 0.606688 0.728183 1 0 -1 +329 16 0.961321 0.860336 0.965944 -1 -1 -1 +1884 16 0.135771 0.0726209 0.683776 1 1 0 +1361 16 0.972864 0.54663 0.982106 0 0 -1 +1399 15 0.332826 0.68612 0.998361 0 0 -1 +1501 15 0.642376 0.179646 0.8803 0 0 0 +901 15 0.389486 0.435895 0.761975 0 0 0 +902 16 0.407345 0.462043 0.77884 0 0 0 +903 16 0.409487 0.406563 0.76714 0 0 0 +1063 15 0.507021 0.922902 0.650164 0 0 0 +1362 16 0.983546 0.506973 0.942957 0 0 -1 +354 16 0.0387143 0.22803 0.942208 0 0 -1 +688 15 0.204394 0.411549 0.97127 0 0 0 +1280 16 0.501986 0.0135566 0.970754 0 0 -1 +120 16 0.0269178 0.336724 0.508307 0 0 0 +1395 16 0.644961 0.6371 0.523714 0 0 0 +1327 15 0.886905 0.436106 0.954307 0 0 0 +1215 16 0.838961 0.187942 0.516292 0 0 0 +906 16 0.646628 0.655005 0.961704 0 0 0 +373 15 0.289324 0.0431239 0.800276 0 0 0 +829 15 0.276311 0.264662 0.532339 0 0 0 +922 15 0.324264 0.514734 0.569133 0 0 0 +928 15 0.361299 0.65086 0.716602 0 0 0 +929 16 0.383258 0.659198 0.689485 0 0 0 +930 16 0.369342 0.674563 0.742303 0 0 0 +112 15 0.213873 0.860134 0.841628 0 -1 -1 +1318 15 0.860909 0.378806 0.623519 0 0 0 +30 1 0.440741 0.469179 0.510377 0 0 0 +1086 16 0.341922 0.953792 0.853033 0 0 -1 +734 16 0.256349 0.596643 0.914556 0 0 0 +491 16 0.16235 0.727466 0.924623 0 0 -1 +1881 16 0.939128 0.151635 0.593614 0 1 0 +283 15 0.164731 0.101028 0.817537 0 1 0 +953 16 0.229953 0.843285 0.700366 0 0 0 +1102 15 0.707141 0.757695 0.674239 0 0 0 +927 16 0.522811 0.816975 0.841518 0 0 0 +1502 16 0.63045 0.211977 0.890279 0 0 0 +1319 16 0.84685 0.402756 0.600808 0 0 0 +958 15 0.284493 0.416383 0.727008 0 0 0 +959 16 0.315286 0.433917 0.732615 0 0 0 +960 16 0.287622 0.38631 0.746318 0 0 0 +404 16 0.440601 0.336814 0.965958 0 0 0 +585 16 0.0486517 0.893752 0.581333 0 -1 0 +978 16 0.249918 0.850413 0.573159 0 -1 0 +1529 16 0.863524 0.227154 0.994478 0 0 0 +1545 16 0.612199 0.891383 0.508841 0 0 0 +1169 16 0.425407 0.0319391 0.75944 0 0 -1 +92 16 0.891083 0.988248 0.545916 -1 -1 0 +486 16 0.00480805 0.887057 0.903257 0 0 0 +1065 16 0.527396 0.952316 0.652771 0 0 0 +976 15 0.23902 0.884585 0.57234 0 -1 0 +1329 16 0.899716 0.469577 0.955958 0 0 0 +388 15 0.174424 0.314205 0.625667 0 0 0 +1285 15 0.669603 0.0469617 0.519321 0 0 0 +1068 16 0.380768 0.551203 0.656512 0 0 0 +1481 16 0.764341 0.970775 0.896539 0 -1 -1 +938 16 0.504809 0.826371 0.721764 0 0 -1 +1880 16 0.989792 0.154162 0.619036 0 1 0 +750 16 0.349839 0.622146 0.516796 0 0 0 +534 16 0.232358 0.609582 0.829147 0 0 0 +441 16 0.117618 0.393478 0.842472 0 0 -1 +648 16 0.389688 0.28614 0.897037 0 0 -1 +602 16 0.388428 0.733871 0.896738 0 -1 -1 +312 16 0.935909 0.936447 0.555887 -1 0 0 +1012 15 0.425284 0.00586025 0.560149 0 0 0 +1013 16 0.399203 0.0290631 0.551874 0 0 0 +1014 16 0.455558 0.0248456 0.556964 0 0 0 +1015 15 0.324451 0.14672 0.630138 0 0 0 +1016 16 0.354279 0.154377 0.648543 0 0 0 +1017 16 0.313211 0.178413 0.617637 0 0 0 +1879 15 0.974305 0.148954 0.587097 0 1 0 +1033 15 0.531643 0.300506 0.887472 0 0 0 +1034 16 0.524833 0.319131 0.917369 0 0 0 +1035 16 0.560566 0.316379 0.873379 0 0 0 +845 16 0.706426 0.167919 0.91348 0 0 -1 +1610 16 0.57333 0.843105 0.686603 0 0 0 +310 15 0.903519 0.921523 0.551989 -1 0 0 +261 16 0.112213 0.46653 0.715424 0 0 0 +325 15 0.291831 0.537482 0.751554 0 0 -1 +1678 15 0.6098 0.984268 0.972362 0 -1 -1 +1846 15 0.499678 0.939749 0.522032 0 0 0 +1164 16 0.878391 0.139503 0.903588 0 0 -1 +1098 16 0.450941 0.588733 0.630736 0 0 0 +1075 15 0.348742 0.601214 0.826769 0 0 0 +1076 16 0.328274 0.617612 0.851248 0 0 0 +1077 16 0.327605 0.575703 0.813002 0 0 0 +1078 15 0.447231 0.634522 0.808316 0 0 0 +328 15 0.95892 0.824645 0.963199 -1 -1 -1 +1080 16 0.46253 0.616262 0.781491 0 0 0 +1096 15 0.450105 0.622853 0.619679 0 0 0 +135 16 0.874501 0.994897 0.961119 -1 -1 0 +1620 16 0.870186 0.816051 0.981969 0 0 0 +1523 16 0.651413 0.644453 0.652705 0 0 0 +1233 16 0.493765 0.643811 0.522556 0 0 0 +1104 16 0.673891 0.754739 0.661096 0 0 0 +1596 16 0.069085 0.40141 0.91714 1 0 -1 +1103 16 0.724435 0.778213 0.650427 0 0 0 +663 16 0.546554 0.326919 0.630845 0 0 0 +1105 15 0.262232 0.786169 0.547425 0 0 0 +1106 16 0.264304 0.751462 0.556272 0 0 0 +1107 16 0.28928 0.791212 0.524402 0 0 0 +1177 15 0.715465 0.169006 0.570401 0 0 0 +1123 15 0.53598 0.036086 0.693013 0 0 0 +1124 16 0.555183 0.0420785 0.663308 0 0 0 +1125 16 0.507235 0.0572743 0.689568 0 0 0 +749 16 0.328161 0.573942 0.537437 0 0 0 +1668 16 0.874457 0.210811 0.606561 0 0 0 +1388 16 0.652095 0.849913 0.594465 0 0 0 +1129 15 0.39083 0.849527 0.714526 0 -1 0 +1130 16 0.374311 0.830603 0.688913 0 -1 0 +1131 16 0.390856 0.883223 0.702212 0 -1 0 +1132 15 0.587226 0.128999 0.539297 0 0 0 +1133 16 0.600022 0.118 0.507637 0 0 0 +1134 16 0.5897 0.164769 0.538062 0 0 0 +868 15 0.64611 0.301985 0.537045 0 0 0 +1715 16 0.981305 0.944223 0.767896 0 -1 0 +1393 15 0.647334 0.666723 0.543811 0 0 0 +615 16 0.216519 0.0777668 0.552938 0 0 0 +1153 15 0.731791 0.278452 0.774573 0 0 0 +1154 16 0.766886 0.271027 0.774037 0 0 0 +1155 16 0.718096 0.259118 0.747633 0 0 0 +977 16 0.220575 0.887411 0.541699 0 -1 0 +1546 15 0.847271 0.829779 0.678441 0 0 0 +671 16 0.108605 0.663437 0.939084 0 0 -1 +1159 15 0.717704 0.408348 0.679276 0 0 0 +1160 16 0.698909 0.406519 0.648772 0 0 0 +1161 16 0.733167 0.440708 0.678387 0 0 0 +680 16 0.345986 0.472775 0.967926 0 0 0 +541 15 0.164135 0.967579 0.745897 0 0 -1 +752 16 0.102388 0.51829 0.634528 0 0 0 +113 16 0.209681 0.89395 0.852852 0 -1 -1 +326 16 0.309682 0.537531 0.720434 0 0 -1 +834 16 0.508057 0.225368 0.751256 0 0 0 +1693 15 0.285242 0.388723 0.901329 1 0 0 +465 16 0.989433 0.616665 0.893182 -1 0 -1 +1183 15 0.686247 0.21844 0.697127 0 0 0 +1184 16 0.655548 0.20763 0.682035 0 0 0 +1185 16 0.697347 0.190149 0.716192 0 0 0 +1619 16 0.840173 0.769122 0.971177 0 0 0 +1066 15 0.34569 0.556726 0.661622 0 0 0 +496 15 0.377696 0.705083 0.507417 -1 0 0 +1387 15 0.645299 0.838694 0.561073 0 0 0 +1488 16 0.740838 0.474125 0.557489 0 0 0 +1005 16 0.367478 0.165476 0.83028 0 0 0 +1667 16 0.839088 0.166446 0.605969 0 0 0 +371 16 0.377431 0.35675 0.706024 0 0 0 +284 16 0.146769 0.0952214 0.787029 0 1 0 +679 15 0.324437 0.477381 0.996236 0 0 0 +706 15 0.134415 0.609181 0.818181 0 0 0 +1219 15 0.529169 0.744431 0.969654 0 0 0 +987 16 0.694666 0.331647 0.669921 0 0 0 +242 16 0.735592 0.529062 0.965515 -1 0 0 +966 16 0.381743 0.0841812 0.709944 0 0 -1 +1871 16 0.688618 0.877344 0.945445 0 0 -1 +1838 16 0.831957 0.631582 0.931335 0 0 -1 +814 15 0.66881 0.968941 0.589392 0 -1 0 +1079 16 0.414113 0.620936 0.810706 0 0 0 +1240 15 0.604088 0.059988 0.623911 0 1 0 +1241 16 0.638276 0.0508581 0.629816 0 1 0 +1242 16 0.604191 0.0744919 0.591097 0 1 0 +565 15 0.104937 0.950554 0.949665 0 0 0 +464 16 0.0388635 0.591974 0.906086 0 0 -1 +390 16 0.15277 0.291512 0.608254 0 0 0 +490 15 0.186655 0.753807 0.926211 0 0 -1 +233 16 0.81349 0.600463 0.502765 -1 0 0 +740 16 0.215833 0.867157 0.946292 0 0 -1 +1273 15 0.927728 0.0275103 0.913124 0 0 0 +1864 15 0.0252836 0.613941 0.693944 1 0 -1 +658 15 0.04485 0.203138 0.543136 0 0 0 +1267 15 0.751871 0.820744 0.60933 0 -1 0 +1268 16 0.786257 0.815621 0.600472 0 -1 0 +1269 16 0.737765 0.837832 0.581115 0 -1 0 +1270 15 0.530647 0.601031 0.898848 0 -1 0 +1271 16 0.560103 0.604499 0.919033 0 -1 0 +1272 16 0.533619 0.626827 0.874094 0 -1 0 +1839 16 0.82766 0.688124 0.933359 0 0 -1 +214 15 0.108842 0.278019 0.86482 0 0 0 +583 15 0.0172158 0.892813 0.564072 0 -1 0 +647 16 0.431539 0.259249 0.869744 0 0 -1 +1291 15 0.797216 0.145029 0.65302 0 0 0 +1292 16 0.783718 0.111957 0.656348 0 0 0 +1594 15 0.0551302 0.422791 0.891937 1 0 -1 +1137 16 0.688343 0.401949 0.852917 0 0 -1 +1165 15 0.493686 0.213238 0.950612 0 0 -1 +265 15 0.969927 0.752581 0.837933 -1 0 0 +1297 15 0.65542 0.942114 0.765322 0 -1 0 +1298 16 0.666866 0.909718 0.775646 0 -1 0 +1299 16 0.633759 0.952866 0.791823 0 -1 0 +1300 15 0.558185 0.148874 0.776066 0 0 0 +1301 16 0.584204 0.173269 0.772194 0 0 0 +1861 15 0.0656578 0.112814 0.921405 1 1 0 +557 16 0.262608 0.938308 0.624394 0 0 0 +431 16 0.0472816 0.0647335 0.815657 0 0 0 +1320 16 0.838589 0.350762 0.621971 0 0 0 +405 16 0.385089 0.348102 0.969202 0 0 0 +735 16 0.259772 0.566115 0.962262 0 0 0 +463 15 0.0248386 0.622451 0.893378 0 0 -1 +1324 15 0.620066 0.234598 0.781381 0 0 0 +1325 16 0.623501 0.256552 0.809547 0 0 0 +1326 16 0.651892 0.236076 0.764891 0 0 0 +1074 16 0.403421 0.66945 0.617979 0 0 0 +1609 15 0.555218 0.825421 0.66118 0 0 0 +1150 15 0.801468 0.301111 0.626593 0 0 0 +980 16 0.75224 0.0540416 0.576302 0 0 0 +1745 16 0.0169725 0.596627 0.584548 1 0 0 +1238 16 0.563562 0.622743 0.550777 0 0 0 +1239 16 0.570658 0.632389 0.60624 0 0 0 +1348 15 0.81392 0.354861 0.779435 0 0 0 +1349 16 0.779035 0.360105 0.7729 0 0 0 +1350 16 0.817735 0.319191 0.779818 0 0 0 +1351 15 0.661672 0.52775 0.657556 0 0 0 +1352 16 0.670528 0.508855 0.628373 0 0 0 +1353 16 0.673996 0.560791 0.65096 0 0 0 +1354 15 0.805448 0.499789 0.643394 0 0 0 +1355 16 0.833305 0.492434 0.664771 0 0 0 +1356 16 0.817241 0.49229 0.610352 0 0 0 +965 16 0.344352 0.042071 0.716884 0 0 -1 +975 16 0.109804 0.940666 0.637255 0 -1 0 +1081 15 0.846876 0.877489 0.972452 0 0 -1 +1703 16 0.22854 0.0801523 0.689324 1 0 -1 +1323 16 0.559154 0.339355 0.537929 0 0 0 +1391 16 0.651622 0.497761 0.553279 0 0 0 +1313 16 0.75042 0.327694 0.977389 0 0 -1 +1486 15 0.716226 0.495778 0.572067 0 0 0 +983 16 0.371432 0.844062 0.505237 0 -1 0 +833 16 0.510934 0.269699 0.715957 0 0 0 +495 16 0.123919 0.755094 0.541168 0 0 0 +432 16 0.0469487 0.0917657 0.865544 0 0 0 +556 15 0.274826 0.965526 0.644318 0 0 0 +527 16 0.155211 0.589036 0.675158 0 0 0 +1411 15 0.619531 0.747991 0.601094 0 0 0 +367 15 0.263692 0.357247 0.597374 0 0 0 +1379 16 0.805958 0.781364 0.881912 0 0 -1 +1414 15 0.599508 0.926695 0.855122 0 0 0 +1415 16 0.620671 0.913245 0.880779 0 0 0 +1416 16 0.57292 0.902818 0.851959 0 0 0 +904 15 0.623858 0.627582 0.957631 0 0 0 +1136 16 0.730258 0.405862 0.89096 0 0 -1 +1179 16 0.729876 0.166555 0.603163 0 0 0 +1420 15 0.572689 0.833666 0.919828 0 0 0 +1421 16 0.590257 0.825513 0.950028 0 0 0 +1422 16 0.550099 0.806238 0.914881 0 0 0 +848 16 0.400952 0.0710245 0.876941 0 0 -1 +813 16 0.337459 0.0985611 0.522851 0 0 0 +1235 16 0.539841 0.080355 0.547857 0 1 0 +389 16 0.152493 0.333067 0.646888 0 0 0 +275 16 0.030875 0.731134 0.942409 0 0 -1 +1099 15 0.442821 0.295411 0.636833 0 0 0 +1216 15 0.80745 0.607524 0.767702 0 0 0 +1666 15 0.865569 0.181868 0.587315 0 0 0 +1444 15 0.693481 0.108382 0.763821 0 0 0 +1445 16 0.692428 0.0843188 0.737231 0 0 0 +1446 16 0.67326 0.0940268 0.789747 0 0 0 +613 15 0.203277 0.0602829 0.524547 0 0 0 +678 16 0.276184 0.747106 0.633821 0 0 0 +673 15 0.401478 0.347566 0.528122 0 0 0 +1082 16 0.819718 0.884925 0.95022 0 0 -1 +163 15 0.963874 0.356646 0.953672 -1 0 -1 +1466 16 0.0231467 0.381551 0.596115 1 0 0 +1883 16 0.127889 0.0394332 0.638433 1 1 0 +1468 15 0.814745 0.101478 0.928868 0 0 0 +1469 16 0.7825 0.113123 0.939438 0 0 0 +1470 16 0.810108 0.0920674 0.894561 0 0 0 +1471 15 0.675217 0.0150448 0.697355 0 0 0 +1472 16 0.648822 0.00124747 0.677355 0 0 0 +1473 16 0.675378 0.994997 0.727106 0 -1 0 +1474 15 0.555976 0.0219692 0.846416 0 0 0 +1475 16 0.544387 0.0154474 0.813096 0 0 0 +1476 16 0.570252 0.99088 0.857221 0 -1 0 +1281 16 0.449097 0.00748739 0.951121 0 0 -1 +356 16 0.102812 0.215643 0.770818 0 0 -1 +1409 16 0.708297 0.829093 0.776326 0 0 0 +1495 15 0.564978 0.278878 0.680496 0 0 0 +1496 16 0.593055 0.290523 0.699552 0 0 0 +1497 16 0.576977 0.249434 0.663876 0 0 0 +184 15 0.352359 0.41509 0.599351 0 0 0 +1158 16 0.611882 0.171352 0.61142 0 0 0 +1467 16 0.0474649 0.334874 0.574916 1 0 0 +1157 16 0.573854 0.176641 0.653198 0 0 0 +1618 15 0.867892 0.781266 0.990445 0 0 0 +1503 16 0.644172 0.181376 0.84451 0 0 0 +659 16 0.0118146 0.200294 0.529438 0 0 0 +1519 15 0.232321 0.430329 0.535132 1 0 0 +1287 16 0.705356 0.0474781 0.516392 0 0 0 +1521 16 0.247117 0.40532 0.556173 1 0 0 +1522 15 0.682407 0.634299 0.63776 0 0 0 +690 16 0.174267 0.3921 0.972348 0 0 0 +1524 16 0.680742 0.646842 0.60419 0 0 0 +1525 15 0.824239 0.592463 0.879301 0 0 0 +1526 16 0.837334 0.560188 0.870707 0 0 0 +1527 16 0.807875 0.603773 0.849445 0 0 0 +1321 15 0.546116 0.32184 0.509463 0 0 0 +748 15 0.320512 0.601507 0.515783 0 0 0 +1776 16 0.858427 0.229088 0.885656 0 0 0 +1547 16 0.853469 0.838506 0.644199 0 0 0 +790 15 0.394181 0.034713 0.934437 0 0 -1 +811 15 0.340128 0.0698576 0.544207 0 0 0 +1549 15 0.711486 0.415877 0.788451 0 0 0 +1550 16 0.704329 0.410663 0.753684 0 0 0 +1551 16 0.745637 0.426849 0.789056 0 0 0 +1265 16 0.00702778 0.0795776 0.560186 1 0 0 +1567 15 0.912529 0.288059 0.567885 0 0 0 +1568 16 0.90611 0.317936 0.586678 0 0 0 +1569 16 0.918612 0.262924 0.592752 0 0 0 +1305 16 0.65817 0.287628 0.900308 0 0 -1 +355 15 0.129759 0.211889 0.747432 0 0 -1 +1380 16 0.765314 0.777666 0.921332 0 0 -1 +1860 16 0.870603 0.732404 0.709039 0 0 0 +954 16 0.218664 0.790009 0.716297 0 0 0 +672 16 0.159741 0.642843 0.952519 0 0 -1 +1882 15 0.130513 0.0738238 0.648308 1 1 0 +185 16 0.330767 0.386455 0.60027 0 0 0 +1591 15 0.377896 0.725327 0.785085 0 0 0 +1592 16 0.393911 0.714267 0.815222 0 0 0 +1593 16 0.38681 0.75997 0.782353 0 0 0 +705 16 0.107209 0.318354 0.960802 0 0 0 +461 16 0.986296 0.29563 0.708342 -1 0 -1 +957 16 0.44142 0.644874 0.944972 0 0 0 +1612 15 0.767762 0.036777 0.653232 0 1 0 +1613 16 0.796649 0.0155345 0.652059 0 1 0 +1614 16 0.742038 0.0162006 0.667445 0 1 0 +1615 15 0.830093 0.938965 0.613097 0 0 0 +1616 16 0.811638 0.946888 0.58337 0 0 0 +1617 16 0.859753 0.922665 0.601194 0 0 0 +1398 16 0.371184 0.818548 0.938849 0 0 -1 +439 15 0.132179 0.401258 0.81062 0 0 -1 +285 16 0.151655 0.0767074 0.840442 0 1 0 +1859 16 0.841807 0.705917 0.750134 0 0 0 +84 16 0.118935 0.0690025 0.909164 0 0 -1 +849 16 0.443757 0.107783 0.870936 0 0 -1 +677 16 0.307742 0.700716 0.625361 0 0 0 +1639 15 0.638079 0.0833099 0.851308 0 1 0 +1640 16 0.60546 0.0692561 0.856368 0 1 0 +1641 16 0.637063 0.114804 0.868459 0 1 0 +1642 15 0.847328 0.815183 0.559003 0 0 0 +1643 16 0.843413 0.788536 0.535302 0 0 0 +1644 16 0.882497 0.822267 0.558843 0 0 0 +1645 15 0.928169 0.0126071 0.662994 0 1 0 +1862 16 0.0712871 0.147842 0.926742 1 1 0 +1100 16 0.428138 0.267105 0.620395 0 0 0 +862 15 0.276627 0.281705 0.882144 0 0 -1 +1870 15 0.67669 0.906062 0.927553 0 0 -1 +847 15 0.412354 0.0981976 0.856479 0 0 -1 +1548 16 0.879819 0.828753 0.693494 0 0 0 +846 16 0.706374 0.134837 0.959579 0 0 -1 +83 16 0.139663 0.019269 0.926953 0 0 -1 +1302 16 0.549022 0.140094 0.742509 0 0 0 +1669 15 0.0309148 0.0141274 0.646644 1 0 0 +1670 16 0.0618337 0.997986 0.655044 1 -1 0 +1671 16 0.0362004 0.0270452 0.613595 1 0 0 +1672 15 0.980385 0.2442 0.840906 0 0 0 +1673 16 0.986241 0.244624 0.876298 0 0 0 +1674 16 0.944704 0.242256 0.837715 0 0 0 +532 15 0.249019 0.582906 0.846406 0 0 0 +1047 16 0.593321 0.382127 0.614922 0 0 0 +1452 16 0.794326 0.916678 0.673957 0 -1 -1 +1360 15 0.961498 0.514767 0.970163 0 0 -1 +394 15 0.10615 0.110097 0.513047 0 0 0 +1384 15 0.045902 0.968309 0.503205 0 0 0 +1837 15 0.838745 0.659814 0.952405 0 0 -1 +1696 15 0.0611551 0.982195 0.83345 1 -1 0 +1697 16 0.0395985 0.971436 0.806867 1 -1 0 +1698 16 0.0837767 0.954783 0.838339 1 -1 0 +1699 15 0.808721 0.22124 0.949357 0 0 0 +1700 16 0.792856 0.253159 0.953428 0 0 0 +1701 16 0.7816 0.197777 0.948364 0 0 0 +1611 16 0.579967 0.817285 0.636515 0 0 0 +665 16 0.362003 0.19153 0.960664 0 0 0 +664 15 0.338501 0.188792 0.933698 0 0 0 +839 16 0.133316 0.856345 0.994949 0 -1 0 +1720 15 0.919969 0.247196 0.659564 0 0 0 +1046 16 0.626778 0.422953 0.594105 0 0 0 +1722 16 0.915978 0.268234 0.688348 0 0 0 +1303 15 0.650884 0.285376 0.865252 0 0 -1 +562 15 0.183902 0.666803 0.590887 0 0 0 +1236 16 0.512533 0.0537345 0.505843 0 1 0 +1726 15 0.0469968 0.190565 0.799093 1 0 0 +1727 16 0.0492075 0.159674 0.817203 1 0 0 +1728 16 0.0185004 0.207216 0.813156 1 0 0 +1744 15 0.0167866 0.562288 0.574163 1 0 0 +1480 15 0.777572 0.937478 0.898375 0 -1 -1 +1746 16 0.983828 0.557054 0.560992 0 0 0 +1181 16 0.727194 0.223603 0.519074 0 0 0 +1304 16 0.67908 0.30069 0.849204 0 0 -1 +243 16 0.781712 0.551353 0.941111 -1 0 0 +1045 15 0.624423 0.399035 0.620741 0 0 0 +584 16 0.0221484 0.913618 0.535264 0 -1 0 +963 16 0.403065 0.274776 0.982662 0 1 0 +498 16 0.356911 0.725623 0.528229 -1 0 0 +661 15 0.530732 0.349254 0.607653 0 0 0 +1396 15 0.382585 0.852554 0.939694 0 0 -1 +993 16 0.421764 0.482407 0.928717 0 0 -1 +1623 16 0.731207 0.999706 0.808919 0 0 -1 +1054 15 0.22355 0.969916 0.854968 0 0 -1 +1237 15 0.546043 0.622502 0.582084 0 0 0 +1774 15 0.887876 0.218783 0.867946 0 0 0 +1627 15 0.972568 0.928817 0.959729 0 0 -1 +1163 16 0.918803 0.103343 0.920287 0 0 -1 +1777 15 0.787942 0.135622 0.760176 0 0 0 +1778 16 0.752756 0.132902 0.766629 0 0 0 +1779 16 0.803181 0.113471 0.783928 0 0 0 +1780 15 0.901428 0.548859 0.761345 0 0 0 +1781 16 0.869119 0.558694 0.77345 0 0 0 +1782 16 0.900219 0.555456 0.726102 0 0 0 +1798 15 0.918221 0.341804 0.834002 0 0 0 +1799 16 0.907111 0.371235 0.816754 0 0 0 +1800 16 0.935845 0.354284 0.862651 0 0 0 +1801 15 0.883238 0.430824 0.782041 0 0 0 +1802 16 0.861079 0.403176 0.77642 0 0 0 +1803 16 0.887957 0.445316 0.749564 0 0 0 +1804 15 0.946714 0.663891 0.769083 0 0 0 +1805 16 0.917703 0.643703 0.775238 0 0 0 +1806 16 0.973918 0.640519 0.768218 0 0 0 +650 16 0.0834827 0.407075 0.99975 0 0 -1 +617 16 0.118443 0.875256 0.650248 0 -1 0 +601 15 0.354912 0.741494 0.907015 0 -1 -1 +1825 15 0.822922 0.837799 0.845623 0 0 0 +1826 16 0.802275 0.859109 0.825458 0 0 0 +1827 16 0.8478 0.825332 0.822979 0 0 0 +1828 15 0.784767 0.912328 0.788119 0 0 0 +1829 16 0.807687 0.938824 0.780392 0 0 0 +1830 16 0.76928 0.904396 0.756746 0 0 0 +1831 15 0.768395 0.786039 0.748633 0 0 0 +1832 16 0.795568 0.80304 0.732519 0 0 0 +1833 16 0.750858 0.769756 0.721904 0 0 0 +1834 15 0.795712 0.705227 0.802379 0 0 0 +1835 16 0.794201 0.711048 0.837747 0 0 0 +1836 16 0.784056 0.735826 0.787721 0 0 0 +1465 15 0.0377294 0.368271 0.566147 1 0 0 +1852 15 0.587468 0.861323 0.751174 0 0 0 +1853 16 0.616425 0.845019 0.764693 0 0 0 +1854 16 0.570218 0.874256 0.779849 0 0 0 +1128 16 0.651111 0.920285 0.635953 0 -1 0 +1264 15 0.0329327 0.0569332 0.550025 1 0 0 +817 15 0.225561 0.0434127 0.978018 0 0 -1 +1858 15 0.859238 0.699974 0.719345 0 0 0 +1683 16 0.942217 0.861812 0.794524 0 -1 -1 +175 15 0.0116415 0.420746 0.650426 0 0 0 +1681 15 0.95827 0.8905 0.808891 0 -1 -1 +684 16 0.454531 0.529714 0.813111 0 0 0 +311 16 0.900387 0.915918 0.516692 -1 0 0 +844 15 0.728327 0.152332 0.937238 0 0 -1 +1003 15 0.359744 0.190038 0.8053 0 0 0 +493 15 0.122127 0.762357 0.506081 0 0 0 +603 16 0.351568 0.72584 0.939122 0 -1 -1 +1412 16 0.633191 0.725455 0.57675 0 0 0 +82 15 0.148267 0.0483875 0.907844 0 0 -1 +216 16 0.138773 0.265923 0.849171 0 0 0 +192 16 0.804666 0.39665 0.835499 -1 0 -1 +973 15 0.117465 0.971 0.654813 0 -1 0 +1628 16 0.997439 0.952452 0.970212 0 0 -1 +1397 16 0.416946 0.850774 0.929533 0 0 -1 +1865 16 0.0604542 0.607403 0.691231 1 0 -1 +526 15 0.125648 0.605298 0.687351 0 0 0 +1872 16 0.706411 0.924003 0.918504 0 0 -1 +800 16 0.397031 0.25762 0.522184 0 0 0 +964 15 0.378899 0.0484198 0.709583 0 0 -1 +190 15 0.804553 0.400123 0.871207 -1 0 -1 +1061 16 0.125624 0.878121 0.522705 0 0 0 +369 16 0.271924 0.322695 0.592323 0 0 0 +1064 16 0.529493 0.895766 0.656928 0 0 0 +1553 16 0.72952 0.799362 0.978786 0 0 -1 +327 16 0.262328 0.518161 0.744968 0 0 -1 +111 16 0.825721 0.190828 0.771271 -1 0 -1 +1413 16 0.598384 0.72743 0.621517 0 0 0 +1608 16 0.128581 0.852128 0.833541 1 0 0 +989 16 0.442667 0.177505 0.56812 0 0 0 +1682 16 0.975733 0.87766 0.837479 0 -1 -1 +1126 15 0.633566 0.895259 0.654741 0 -1 0 +1275 16 0.956622 0.0340625 0.892894 0 0 0 +566 16 0.0801627 0.974379 0.959945 0 0 0 +1757 16 0.0516891 0.492819 0.896594 1 0 -1 +1055 16 0.204662 0.981666 0.883115 0 0 -1 +1702 15 0.243905 0.0538214 0.708236 1 0 -1 +1877 16 0.665834 0.358531 0.510525 0 1 0 +422 16 0.213404 0.472432 0.581387 0 0 0 +528 16 0.137891 0.631257 0.708876 0 0 0 +1621 15 0.733321 0.0159784 0.840822 0 1 -1 +352 15 0.0703285 0.211461 0.945824 0 0 -1 +838 15 0.13681 0.836568 0.965221 0 -1 0 +1117 15 0.516728 0.114283 0.872399 0 0 -1 +272 16 0.869395 0.988296 0.717429 -1 0 -1 +430 15 0.0285719 0.0885384 0.834902 0 0 0 +675 16 0.413472 0.331911 0.558091 0 0 0 +830 16 0.261831 0.246279 0.505147 0 0 0 +114 16 0.241223 0.847514 0.861116 0 -1 -1 +274 15 0.0397692 0.730809 0.907655 0 0 -1 +462 16 0.0151735 0.252952 0.732096 0 0 -1 +1694 16 0.309983 0.410823 0.91499 1 0 0 +450 16 0.265275 0.313153 0.728047 0 0 0 +403 15 0.40915 0.329206 0.950466 0 0 0 +707 16 0.136195 0.630936 0.846652 0 0 0 +380 16 0.418325 0.193783 0.704642 0 0 -1 +276 16 0.0373815 0.696317 0.898082 0 0 -1 +460 15 0.0157983 0.275621 0.704296 0 0 -1 +1606 15 0.100092 0.860428 0.813379 1 0 0 +1234 15 0.517275 0.0532228 0.5414 0 1 0 +832 15 0.487726 0.250053 0.734996 0 0 0 +1293 16 0.800427 0.156869 0.686733 0 0 0 +1647 16 0.963703 0.0175239 0.662489 0 1 0 +1368 16 0.656388 0.515906 0.987257 0 0 -1 +1771 15 0.991998 0.730842 0.574491 0 0 0 +791 16 0.378567 0.0536745 0.960585 0 0 -1 +1747 15 0.736369 0.596527 0.500206 0 0 0 +301 15 0.0435914 0.00857008 0.999135 0 1 -1 +133 15 0.875519 0.972899 0.989441 -1 -1 0 +303 16 0.0271292 0.0403639 0.996851 0 1 -1 +494 16 0.13434 0.795968 0.503217 0 0 0 +218 16 0.218476 0.626306 0.996749 0 0 -1 +889 15 0.628009 0.802516 0.999721 0 0 -1 +819 16 0.196634 0.0344531 0.997254 0 0 -1 +681 16 0.295052 0.492917 0.982739 0 0 0 +891 16 0.605271 0.774791 0.998545 0 0 -1 +194 16 0.685764 0.427808 0.999964 -1 0 -1 +823 15 0.25472 0.243984 0.999463 0 0 -1 +693 16 0.186901 0.516431 0.99817 0 0 -1 +1788 16 0.96348 0.621407 0.999941 0 0 -1 +1385 16 0.0817293 0.966446 0.503268 0 0 0 +497 16 0.410461 0.719358 0.510546 -1 0 0 diff --git a/examples/files/dump.peptide.only b/examples/files/dump.peptide.only new file mode 100644 index 0000000..4ade57e --- /dev/null +++ b/examples/files/dump.peptide.only @@ -0,0 +1,2883 @@ +ITEM: TIMESTEP +0 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.261578 0.639832 0.256378 +2 2 0.301912 0.629172 0.222818 +3 3 0.254828 0.677189 0.280288 +4 4 0.324315 0.596765 0.232588 +5 4 0.324515 0.662111 0.215626 +6 4 0.285921 0.624072 0.185862 +7 5 0.235346 0.601379 0.261274 +8 6 0.191126 0.60067 0.287018 +9 1 0.195813 0.605165 0.341727 +10 3 0.184361 0.64333 0.363003 +11 7 0.161129 0.553109 0.27949 +12 8 0.147779 0.545559 0.226752 +13 8 0.169625 0.509658 0.195245 +14 8 0.105944 0.569802 0.208113 +15 8 0.152748 0.502111 0.147583 +16 8 0.0884722 0.561837 0.159004 +17 8 0.11264 0.527823 0.12799 +18 9 0.096504 0.519357 0.0785695 +19 10 0.247198 0.570057 0.246949 +20 4 0.170105 0.631965 0.275373 +21 4 0.184309 0.521752 0.290759 +22 4 0.126731 0.554711 0.300978 +23 11 0.20003 0.487665 0.207442 +24 11 0.088527 0.595457 0.232513 +25 11 0.174882 0.478324 0.125197 +26 11 0.0577712 0.583408 0.146797 +27 10 0.070955 0.542482 0.0720441 +28 5 0.217714 0.568112 0.366146 +29 7 0.223843 0.575057 0.420624 +30 1 0.255376 0.536188 0.444057 +31 3 0.297574 0.544998 0.45482 +32 10 0.229965 0.538638 0.348597 +33 4 0.190225 0.579201 0.440861 +34 4 0.244386 0.608283 0.426182 +35 5 0.234834 0.490283 0.44946 +36 7 0.258808 0.448484 0.470023 +37 1 0.243683 0.43875 0.523796 +38 3 0.20133 0.440787 0.538518 +39 10 0.199055 0.487233 0.443351 +40 4 0.297554 0.455258 0.466907 +41 4 0.243209 0.421396 0.445944 +42 5 0.280551 0.424957 0.552155 +43 6 0.278966 0.414186 0.601938 +44 1 0.312808 0.450547 0.627634 +45 3 0.306708 0.494869 0.626651 +46 7 0.290062 0.358572 0.611377 +47 8 0.251418 0.322666 0.592328 +48 8 0.266991 0.29195 0.555466 +49 8 0.204403 0.316127 0.612586 +50 8 0.234601 0.2554 0.537043 +51 8 0.171973 0.284349 0.59135 +52 8 0.187861 0.251861 0.554873 +53 10 0.312549 0.419989 0.535477 +54 4 0.243792 0.422925 0.617537 +55 4 0.294355 0.348154 0.650371 +56 4 0.324455 0.346336 0.593629 +57 11 0.303074 0.294674 0.539734 +58 11 0.191386 0.34103 0.640285 +59 11 0.242507 0.229405 0.508431 +60 11 0.134668 0.283057 0.604141 +61 11 0.164927 0.223561 0.539706 +62 5 0.349792 0.432901 0.654509 +63 6 0.380367 0.462825 0.684786 +64 1 0.420105 0.489098 0.656553 +65 3 0.454165 0.469049 0.635606 +66 7 0.403454 0.429029 0.724632 +67 7 0.437865 0.456584 0.76166 +68 12 0.412282 0.511119 0.791422 +69 2 0.397044 0.479191 0.850254 +70 10 0.3592 0.397758 0.656314 +71 4 0.358248 0.49036 0.702377 +72 4 0.422829 0.398025 0.707001 +73 4 0.37438 0.414238 0.748787 +74 4 0.450123 0.431084 0.790764 +75 4 0.471181 0.462415 0.73922 +76 4 0.377977 0.505216 0.874885 +77 4 0.43327 0.471389 0.866818 +78 4 0.378399 0.444598 0.840095 +79 5 0.420312 0.537206 0.658969 +80 2 0.45806 0.566426 0.640334 +81 10 0.3901 0.551762 0.673185 +82 4 0.495947 0.552281 0.643801 +83 4 0.452844 0.602755 0.657669 +84 4 0.454706 0.56655 0.599884 +ITEM: TIMESTEP +10 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.26488 0.637743 0.256185 +2 2 0.302561 0.632876 0.218391 +3 3 0.259789 0.678062 0.275725 +4 4 0.328713 0.604179 0.230227 +5 4 0.32197 0.668404 0.215467 +6 4 0.287428 0.622958 0.182056 +7 5 0.233997 0.59832 0.262797 +8 6 0.187395 0.598763 0.286729 +9 1 0.197253 0.605833 0.341217 +10 3 0.18238 0.641626 0.363555 +11 7 0.16006 0.549747 0.277202 +12 8 0.146039 0.543309 0.225679 +13 8 0.170873 0.508924 0.195646 +14 8 0.105882 0.56683 0.208001 +15 8 0.154489 0.501999 0.148014 +16 8 0.0898172 0.559565 0.161548 +17 8 0.114049 0.528939 0.130791 +18 9 0.0956725 0.518317 0.0836235 +19 10 0.239221 0.568824 0.242073 +20 4 0.166469 0.629521 0.273579 +21 4 0.182959 0.518575 0.28951 +22 4 0.125445 0.54839 0.298357 +23 11 0.199273 0.48513 0.209218 +24 11 0.0865519 0.59152 0.231952 +25 11 0.169599 0.472583 0.12649 +26 11 0.0558259 0.576802 0.151332 +27 10 0.0705872 0.541752 0.0764341 +28 5 0.220903 0.571143 0.366061 +29 7 0.226156 0.574326 0.416676 +30 1 0.257754 0.536504 0.439593 +31 3 0.297213 0.544238 0.457053 +32 10 0.231911 0.540833 0.349123 +33 4 0.190856 0.567716 0.433019 +34 4 0.2402 0.609907 0.426349 +35 5 0.235425 0.491901 0.447229 +36 7 0.258777 0.447643 0.469984 +37 1 0.244339 0.435525 0.521039 +38 3 0.203074 0.439595 0.538774 +39 10 0.200674 0.491686 0.436318 +40 4 0.296728 0.458003 0.473033 +41 4 0.25058 0.417864 0.445431 +42 5 0.283128 0.421681 0.549102 +43 6 0.278805 0.413894 0.601316 +44 1 0.31312 0.451249 0.628344 +45 3 0.308644 0.495392 0.620931 +46 7 0.289851 0.358777 0.613353 +47 8 0.250621 0.323727 0.593132 +48 8 0.265934 0.292672 0.55486 +49 8 0.203796 0.317422 0.614298 +50 8 0.236281 0.255039 0.535691 +51 8 0.17265 0.282212 0.594198 +52 8 0.188311 0.252285 0.554017 +53 10 0.316119 0.419012 0.533897 +54 4 0.242516 0.422383 0.614274 +55 4 0.287966 0.351834 0.653301 +56 4 0.325303 0.343956 0.600276 +57 11 0.302336 0.297265 0.540344 +58 11 0.194629 0.336073 0.647838 +59 11 0.246452 0.230831 0.506239 +60 11 0.137871 0.280465 0.612753 +61 11 0.162832 0.226524 0.538393 +62 5 0.349928 0.433923 0.657309 +63 6 0.381942 0.463431 0.68616 +64 1 0.422357 0.489197 0.658335 +65 3 0.457094 0.466646 0.639109 +66 7 0.404438 0.432894 0.72729 +67 7 0.438432 0.459097 0.762927 +68 12 0.410916 0.509386 0.791806 +69 2 0.398921 0.480237 0.84933 +70 10 0.355103 0.398355 0.663215 +71 4 0.359189 0.492208 0.700688 +72 4 0.428809 0.403621 0.713266 +73 4 0.373102 0.416445 0.747166 +74 4 0.452029 0.430692 0.788537 +75 4 0.469961 0.469875 0.739747 +76 4 0.374364 0.506195 0.868582 +77 4 0.43345 0.477963 0.870547 +78 4 0.381552 0.444644 0.840441 +79 5 0.416458 0.538915 0.653044 +80 2 0.458871 0.568976 0.642515 +81 10 0.384678 0.552765 0.664226 +82 4 0.491958 0.546486 0.649371 +83 4 0.463245 0.601862 0.665902 +84 4 0.466504 0.575831 0.603243 +ITEM: TIMESTEP +20 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.26535 0.638002 0.249744 +2 2 0.305452 0.634979 0.214857 +3 3 0.262009 0.675323 0.27383 +4 4 0.331912 0.607327 0.228375 +5 4 0.324746 0.67069 0.214873 +6 4 0.291104 0.622275 0.179076 +7 5 0.234626 0.598602 0.258158 +8 6 0.187661 0.596695 0.287887 +9 1 0.195505 0.604522 0.341423 +10 3 0.178519 0.64076 0.363017 +11 7 0.161409 0.546304 0.280552 +12 8 0.145358 0.539977 0.227079 +13 8 0.171485 0.507984 0.19582 +14 8 0.105678 0.565771 0.209326 +15 8 0.156054 0.500532 0.147078 +16 8 0.089167 0.559731 0.161073 +17 8 0.113418 0.526159 0.133012 +18 9 0.0955089 0.516796 0.0868296 +19 10 0.245535 0.567824 0.242019 +20 4 0.163925 0.626105 0.276548 +21 4 0.18351 0.514933 0.293779 +22 4 0.127274 0.543582 0.302344 +23 11 0.205551 0.492081 0.207799 +24 11 0.0850787 0.586763 0.235629 +25 11 0.176088 0.478944 0.12082 +26 11 0.0601023 0.581224 0.145256 +27 10 0.0794377 0.546504 0.077381 +28 5 0.223677 0.570941 0.364663 +29 7 0.226179 0.573209 0.417456 +30 1 0.257397 0.53503 0.443608 +31 3 0.299131 0.543581 0.456598 +32 10 0.239305 0.543382 0.346691 +33 4 0.189641 0.569715 0.431936 +34 4 0.243876 0.607034 0.427435 +35 5 0.23603 0.490192 0.446831 +36 7 0.260505 0.448807 0.467503 +37 1 0.247829 0.437667 0.518716 +38 3 0.205963 0.440198 0.535106 +39 10 0.200352 0.490363 0.439495 +40 4 0.299179 0.451826 0.460288 +41 4 0.241385 0.419783 0.448824 +42 5 0.283848 0.417905 0.548691 +43 6 0.279141 0.413101 0.601136 +44 1 0.315175 0.449151 0.624826 +45 3 0.310887 0.492433 0.615228 +46 7 0.287882 0.362233 0.618159 +47 8 0.255449 0.323556 0.593682 +48 8 0.266794 0.293733 0.554096 +49 8 0.206911 0.317858 0.611748 +50 8 0.233365 0.26162 0.53617 +51 8 0.173905 0.278909 0.595088 +52 8 0.187635 0.251717 0.556922 +53 10 0.31614 0.409222 0.534248 +54 4 0.243144 0.423626 0.613395 +55 4 0.28168 0.358976 0.65814 +56 4 0.325347 0.351207 0.6071 +57 11 0.302859 0.294892 0.538134 +58 11 0.194721 0.344723 0.637951 +59 11 0.246326 0.240156 0.505704 +60 11 0.138155 0.276443 0.611604 +61 11 0.161892 0.224355 0.544859 +62 5 0.34727 0.432791 0.657657 +63 6 0.380545 0.464166 0.687728 +64 1 0.421575 0.489429 0.656299 +65 3 0.457389 0.466463 0.643214 +66 7 0.40544 0.432049 0.728748 +67 7 0.442547 0.460322 0.762987 +68 12 0.409061 0.510813 0.792117 +69 2 0.399596 0.480516 0.851411 +70 10 0.348133 0.396705 0.662538 +71 4 0.360467 0.493605 0.704671 +72 4 0.421964 0.399785 0.710486 +73 4 0.374201 0.418394 0.750774 +74 4 0.456312 0.432669 0.78932 +75 4 0.474039 0.477714 0.744192 +76 4 0.373553 0.500858 0.87498 +77 4 0.434708 0.477835 0.871597 +78 4 0.383572 0.443811 0.844812 +79 5 0.421005 0.537445 0.648489 +80 2 0.460277 0.569777 0.642816 +81 10 0.389446 0.553808 0.656432 +82 4 0.497767 0.559269 0.654289 +83 4 0.450035 0.600163 0.667702 +84 4 0.460788 0.58982 0.607524 +ITEM: TIMESTEP +30 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.264849 0.637735 0.248311 +2 2 0.306248 0.632357 0.211861 +3 3 0.259692 0.674331 0.275143 +4 4 0.33495 0.604644 0.219324 +5 4 0.324837 0.668435 0.212406 +6 4 0.288112 0.623616 0.176616 +7 5 0.23487 0.598777 0.252022 +8 6 0.193716 0.595099 0.28411 +9 1 0.19795 0.603419 0.339545 +10 3 0.174986 0.63609 0.361203 +11 7 0.164172 0.546701 0.280625 +12 8 0.14643 0.537474 0.230468 +13 8 0.172444 0.508435 0.19798 +14 8 0.107851 0.565278 0.212991 +15 8 0.154975 0.501591 0.149958 +16 8 0.0907793 0.558104 0.16326 +17 8 0.113026 0.52443 0.131744 +18 9 0.0962739 0.515121 0.0827213 +19 10 0.238917 0.573591 0.22602 +20 4 0.171002 0.624238 0.270258 +21 4 0.186733 0.514534 0.290814 +22 4 0.132757 0.544205 0.306206 +23 11 0.201952 0.484937 0.209555 +24 11 0.0940464 0.594763 0.235283 +25 11 0.173024 0.475032 0.12703 +26 11 0.0594825 0.57725 0.148741 +27 10 0.070877 0.538893 0.0782467 +28 5 0.22325 0.570647 0.367755 +29 7 0.226319 0.575129 0.422033 +30 1 0.25905 0.534429 0.441816 +31 3 0.29971 0.542413 0.455918 +32 10 0.237634 0.541563 0.351203 +33 4 0.190584 0.568629 0.437449 +34 4 0.244025 0.608047 0.434673 +35 5 0.237503 0.489851 0.450609 +36 7 0.262139 0.444528 0.464898 +37 1 0.249142 0.433911 0.516232 +38 3 0.208974 0.445843 0.53251 +39 10 0.201686 0.49016 0.443989 +40 4 0.300374 0.454227 0.463958 +41 4 0.252916 0.414705 0.440765 +42 5 0.285209 0.417937 0.547378 +43 6 0.279155 0.412199 0.599156 +44 1 0.314331 0.449416 0.623774 +45 3 0.314723 0.492525 0.609753 +46 7 0.288947 0.357546 0.619093 +47 8 0.252864 0.324136 0.594414 +48 8 0.267088 0.294679 0.553144 +49 8 0.206763 0.320385 0.616436 +50 8 0.23524 0.260871 0.531431 +51 8 0.17665 0.283353 0.59632 +52 8 0.19157 0.254069 0.558465 +53 10 0.31734 0.409701 0.532327 +54 4 0.243271 0.42531 0.609022 +55 4 0.28022 0.358413 0.658724 +56 4 0.326739 0.345519 0.61045 +57 11 0.303091 0.304197 0.540104 +58 11 0.197174 0.339674 0.649494 +59 11 0.24531 0.240738 0.499025 +60 11 0.143007 0.277223 0.616003 +61 11 0.164698 0.226484 0.549872 +62 5 0.346864 0.432221 0.658024 +63 6 0.381705 0.462622 0.68508 +64 1 0.423498 0.487822 0.65776 +65 3 0.459705 0.463288 0.644546 +66 7 0.405717 0.433656 0.728214 +67 7 0.438397 0.462882 0.761046 +68 12 0.408416 0.512102 0.793841 +69 2 0.400417 0.481026 0.8514 +70 10 0.346286 0.397545 0.669161 +71 4 0.361302 0.492596 0.700641 +72 4 0.427181 0.404648 0.70963 +73 4 0.377638 0.415045 0.750859 +74 4 0.454536 0.440894 0.791106 +75 4 0.469675 0.478542 0.740455 +76 4 0.375707 0.500589 0.876977 +77 4 0.436591 0.476639 0.869282 +78 4 0.382433 0.444673 0.849784 +79 5 0.417624 0.537347 0.649927 +80 2 0.459708 0.570331 0.642269 +81 10 0.385173 0.553181 0.654722 +82 4 0.496113 0.553236 0.647746 +83 4 0.464138 0.605581 0.661899 +84 4 0.459908 0.585555 0.604643 +ITEM: TIMESTEP +40 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.264819 0.635902 0.247624 +2 2 0.303165 0.634655 0.211469 +3 3 0.260398 0.670613 0.274788 +4 4 0.324671 0.601398 0.220359 +5 4 0.330563 0.664572 0.212819 +6 4 0.287339 0.627902 0.174706 +7 5 0.235061 0.597935 0.249725 +8 6 0.194673 0.594942 0.284448 +9 1 0.198756 0.600459 0.340442 +10 3 0.175106 0.634367 0.357548 +11 7 0.167923 0.546415 0.279215 +12 8 0.150331 0.540432 0.227747 +13 8 0.169812 0.50367 0.198901 +14 8 0.108494 0.566216 0.210798 +15 8 0.154309 0.497391 0.150536 +16 8 0.0902291 0.558186 0.164905 +17 8 0.114345 0.525148 0.133372 +18 9 0.0993469 0.514659 0.0845911 +19 10 0.241415 0.571785 0.225176 +20 4 0.169111 0.622476 0.272392 +21 4 0.190072 0.513807 0.288891 +22 4 0.13524 0.544688 0.303223 +23 11 0.201776 0.483814 0.210772 +24 11 0.0875463 0.592128 0.231931 +25 11 0.172772 0.471872 0.126771 +26 11 0.0565819 0.57614 0.154787 +27 10 0.0774004 0.541125 0.0776598 +28 5 0.22385 0.5695 0.37045 +29 7 0.225628 0.573004 0.42217 +30 1 0.258347 0.534583 0.445552 +31 3 0.301181 0.542379 0.454541 +32 10 0.243214 0.542968 0.354707 +33 4 0.188922 0.568483 0.435923 +34 4 0.244619 0.606602 0.430376 +35 5 0.238428 0.488299 0.448843 +36 7 0.265548 0.44583 0.4652 +37 1 0.251834 0.43746 0.517479 +38 3 0.210347 0.449098 0.531151 +39 10 0.202878 0.48367 0.442395 +40 4 0.304404 0.449993 0.459743 +41 4 0.251958 0.414667 0.445173 +42 5 0.2844 0.414307 0.545916 +43 6 0.281638 0.412003 0.597453 +44 1 0.317388 0.448085 0.62077 +45 3 0.31826 0.49074 0.60811 +46 7 0.291505 0.358865 0.614612 +47 8 0.255201 0.325959 0.594908 +48 8 0.267797 0.300828 0.552488 +49 8 0.209974 0.317405 0.615975 +50 8 0.235962 0.263198 0.537829 +51 8 0.175821 0.28273 0.597689 +52 8 0.189644 0.255998 0.55601 +53 10 0.316043 0.407774 0.529099 +54 4 0.246585 0.423414 0.611523 +55 4 0.28933 0.356146 0.655052 +56 4 0.328056 0.349613 0.59958 +57 11 0.303567 0.307677 0.537308 +58 11 0.199194 0.338481 0.647542 +59 11 0.247896 0.240186 0.508081 +60 11 0.140732 0.283677 0.61571 +61 11 0.167975 0.229696 0.536121 +62 5 0.347175 0.433683 0.656684 +63 6 0.379863 0.462584 0.683698 +64 1 0.422376 0.486853 0.658267 +65 3 0.459083 0.465431 0.644184 +66 7 0.404346 0.433978 0.72612 +67 7 0.436199 0.464244 0.761078 +68 12 0.406915 0.514483 0.795786 +69 2 0.401783 0.481657 0.851338 +70 10 0.349027 0.399031 0.667757 +71 4 0.358646 0.490259 0.702158 +72 4 0.426875 0.402831 0.713087 +73 4 0.37414 0.418469 0.748359 +74 4 0.453527 0.441832 0.790146 +75 4 0.466492 0.479694 0.738915 +76 4 0.378132 0.499973 0.878774 +77 4 0.436026 0.469598 0.86949 +78 4 0.379774 0.447709 0.848064 +79 5 0.419871 0.534103 0.654149 +80 2 0.455577 0.564941 0.637892 +81 10 0.393529 0.551907 0.671922 +82 4 0.492266 0.549154 0.645117 +83 4 0.459639 0.599543 0.65872 +84 4 0.453248 0.578975 0.599877 +ITEM: TIMESTEP +50 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.264715 0.635234 0.248417 +2 2 0.30265 0.634753 0.208735 +3 3 0.261806 0.670692 0.276612 +4 4 0.325849 0.601446 0.20877 +5 4 0.32802 0.665171 0.217604 +6 4 0.289595 0.643168 0.171234 +7 5 0.235756 0.595421 0.254124 +8 6 0.192744 0.592722 0.285862 +9 1 0.199071 0.600039 0.339879 +10 3 0.177408 0.635236 0.358433 +11 7 0.166094 0.54348 0.276182 +12 8 0.149987 0.538531 0.225671 +13 8 0.169387 0.501787 0.197795 +14 8 0.110829 0.56789 0.208383 +15 8 0.151819 0.492844 0.151045 +16 8 0.0913948 0.557718 0.162511 +17 8 0.114512 0.523086 0.134454 +18 9 0.101221 0.515742 0.0867608 +19 10 0.241636 0.567447 0.231549 +20 4 0.16769 0.621398 0.275525 +21 4 0.191394 0.512619 0.2836 +22 4 0.133302 0.540622 0.299932 +23 11 0.196338 0.477663 0.21356 +24 11 0.0920089 0.594538 0.230578 +25 11 0.165284 0.463121 0.128862 +26 11 0.0653775 0.582571 0.146316 +27 10 0.0897391 0.547369 0.0768594 +28 5 0.225363 0.568282 0.367349 +29 7 0.224871 0.571318 0.421281 +30 1 0.259417 0.533895 0.441886 +31 3 0.300001 0.542769 0.456397 +32 10 0.238134 0.538886 0.350039 +33 4 0.189514 0.561065 0.435479 +34 4 0.23791 0.606539 0.43338 +35 5 0.23967 0.489216 0.446108 +36 7 0.265581 0.448516 0.466046 +37 1 0.251678 0.438252 0.516246 +38 3 0.213159 0.453138 0.53403 +39 10 0.204777 0.48248 0.438116 +40 4 0.30471 0.452533 0.469161 +41 4 0.257572 0.4176 0.442874 +42 5 0.284998 0.415603 0.544271 +43 6 0.282783 0.413561 0.596714 +44 1 0.319569 0.448135 0.618836 +45 3 0.320799 0.49124 0.605617 +46 7 0.296608 0.361736 0.614313 +47 8 0.256448 0.327207 0.595536 +48 8 0.267781 0.297938 0.552473 +49 8 0.210628 0.317085 0.618652 +50 8 0.235324 0.263011 0.533841 +51 8 0.176677 0.28564 0.596981 +52 8 0.190741 0.258046 0.55566 +53 10 0.309892 0.396316 0.525967 +54 4 0.247513 0.419212 0.613476 +55 4 0.294114 0.357691 0.654623 +56 4 0.333395 0.351205 0.600772 +57 11 0.302389 0.302191 0.534003 +58 11 0.200125 0.335349 0.652013 +59 11 0.245725 0.242915 0.501517 +60 11 0.142863 0.276026 0.6149 +61 11 0.168217 0.22968 0.540011 +62 5 0.350058 0.429437 0.654173 +63 6 0.378312 0.462018 0.686338 +64 1 0.421294 0.487131 0.659668 +65 3 0.456891 0.464713 0.64092 +66 7 0.400346 0.434385 0.729604 +67 7 0.436079 0.465572 0.763474 +68 12 0.405545 0.516303 0.795854 +69 2 0.400599 0.480927 0.852734 +70 10 0.347362 0.394065 0.662438 +71 4 0.356118 0.490939 0.701434 +72 4 0.423008 0.403564 0.716038 +73 4 0.369994 0.416998 0.750196 +74 4 0.448741 0.436689 0.789027 +75 4 0.46767 0.481412 0.743509 +76 4 0.38511 0.499479 0.885345 +77 4 0.437224 0.467634 0.864112 +78 4 0.379673 0.446148 0.852795 +79 5 0.419236 0.536369 0.660035 +80 2 0.455225 0.56317 0.633538 +81 10 0.389072 0.554809 0.668805 +82 4 0.493643 0.550115 0.634632 +83 4 0.458594 0.601645 0.646021 +84 4 0.445423 0.56781 0.594424 +ITEM: TIMESTEP +60 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.266101 0.635122 0.251149 +2 2 0.299777 0.635012 0.210403 +3 3 0.261783 0.671322 0.276906 +4 4 0.312823 0.598035 0.199913 +5 4 0.329664 0.662471 0.210891 +6 4 0.278132 0.650835 0.179929 +7 5 0.238073 0.594457 0.257328 +8 6 0.192386 0.5911 0.284102 +9 1 0.197791 0.599882 0.338564 +10 3 0.180641 0.634862 0.363286 +11 7 0.163801 0.541564 0.27972 +12 8 0.148348 0.535046 0.227525 +13 8 0.168162 0.498609 0.198496 +14 8 0.113542 0.567882 0.207827 +15 8 0.148633 0.488824 0.151994 +16 8 0.0968099 0.560225 0.1577 +17 8 0.112418 0.519956 0.131481 +18 9 0.100014 0.515935 0.0802996 +19 10 0.246815 0.564528 0.238495 +20 4 0.169218 0.620488 0.271591 +21 4 0.188518 0.510602 0.28855 +22 4 0.130905 0.543093 0.303448 +23 11 0.198289 0.477263 0.21241 +24 11 0.103604 0.599149 0.229747 +25 11 0.164822 0.461432 0.128661 +26 11 0.0675746 0.581517 0.141926 +27 10 0.076375 0.541102 0.0741366 +28 5 0.224127 0.567006 0.363591 +29 7 0.225486 0.571334 0.416864 +30 1 0.259533 0.533722 0.440679 +31 3 0.299082 0.54455 0.456762 +32 10 0.241416 0.540169 0.346051 +33 4 0.189434 0.563332 0.430758 +34 4 0.237831 0.607274 0.427486 +35 5 0.239893 0.489057 0.442669 +36 7 0.266005 0.448355 0.464598 +37 1 0.252199 0.440994 0.517509 +38 3 0.214508 0.457928 0.537978 +39 10 0.206174 0.48201 0.430832 +40 4 0.305358 0.450823 0.46605 +41 4 0.258942 0.414345 0.445881 +42 5 0.286302 0.415772 0.544387 +43 6 0.284386 0.412361 0.595346 +44 1 0.321821 0.447863 0.617961 +45 3 0.322805 0.49137 0.606497 +46 7 0.292845 0.357458 0.614107 +47 8 0.258732 0.321671 0.594958 +48 8 0.270572 0.295793 0.552869 +49 8 0.214373 0.319697 0.615798 +50 8 0.234475 0.265938 0.530951 +51 8 0.1809 0.286778 0.59872 +52 8 0.188717 0.258154 0.556556 +53 10 0.319851 0.414385 0.530269 +54 4 0.250397 0.424298 0.611445 +55 4 0.291464 0.35338 0.654468 +56 4 0.330343 0.345004 0.604817 +57 11 0.305733 0.299867 0.535435 +58 11 0.208096 0.343247 0.646829 +59 11 0.246767 0.247398 0.498362 +60 11 0.143268 0.283937 0.610237 +61 11 0.158335 0.236412 0.543862 +62 5 0.352459 0.431178 0.653288 +63 6 0.380774 0.461574 0.687489 +64 1 0.419621 0.488744 0.661951 +65 3 0.449834 0.464332 0.640478 +66 7 0.398736 0.433997 0.734609 +67 7 0.432014 0.465585 0.767046 +68 12 0.40432 0.515643 0.796905 +69 2 0.400602 0.482603 0.851705 +70 10 0.352241 0.39491 0.656665 +71 4 0.35772 0.492204 0.696825 +72 4 0.417327 0.399287 0.724755 +73 4 0.366675 0.423342 0.757106 +74 4 0.449857 0.439273 0.792282 +75 4 0.460964 0.480456 0.742792 +76 4 0.385014 0.507218 0.879965 +77 4 0.434434 0.466322 0.867126 +78 4 0.375389 0.4511 0.8473 +79 5 0.419666 0.538249 0.660914 +80 2 0.454971 0.564718 0.629974 +81 10 0.397151 0.557126 0.682443 +82 4 0.494052 0.553774 0.630603 +83 4 0.45484 0.604663 0.63718 +84 4 0.445734 0.559533 0.590791 +ITEM: TIMESTEP +70 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.262999 0.635848 0.251793 +2 2 0.296632 0.635018 0.210056 +3 3 0.259715 0.671541 0.278943 +4 4 0.306219 0.596036 0.204051 +5 4 0.33051 0.655098 0.219883 +6 4 0.284736 0.653312 0.175832 +7 5 0.238218 0.59394 0.260864 +8 6 0.191988 0.593433 0.286563 +9 1 0.199497 0.598203 0.339986 +10 3 0.180237 0.631967 0.362979 +11 7 0.163752 0.544007 0.280021 +12 8 0.146725 0.53423 0.226907 +13 8 0.16186 0.493205 0.19904 +14 8 0.114886 0.565803 0.203635 +15 8 0.146467 0.486647 0.149886 +16 8 0.100699 0.560774 0.155258 +17 8 0.114849 0.52191 0.12743 +18 9 0.0973258 0.514557 0.0783232 +19 10 0.246812 0.562996 0.243678 +20 4 0.169306 0.62398 0.276109 +21 4 0.18683 0.512553 0.291227 +22 4 0.128945 0.546332 0.300771 +23 11 0.186335 0.466779 0.215149 +24 11 0.101122 0.595901 0.225118 +25 11 0.156748 0.454291 0.129781 +26 11 0.0803525 0.591198 0.140518 +27 10 0.0773054 0.542016 0.0696454 +28 5 0.224961 0.564859 0.363785 +29 7 0.228038 0.571002 0.413779 +30 1 0.258618 0.533547 0.439261 +31 3 0.296861 0.546174 0.45544 +32 10 0.234765 0.533314 0.348436 +33 4 0.191532 0.571674 0.428737 +34 4 0.247721 0.604626 0.420017 +35 5 0.241084 0.488528 0.440621 +36 7 0.263282 0.447715 0.465881 +37 1 0.256424 0.444144 0.51922 +38 3 0.218563 0.459741 0.537777 +39 10 0.207733 0.480341 0.428478 +40 4 0.302197 0.444925 0.459984 +41 4 0.248989 0.413009 0.453712 +42 5 0.289284 0.418698 0.545878 +43 6 0.286934 0.410549 0.596701 +44 1 0.322036 0.44641 0.621672 +45 3 0.322741 0.489906 0.60895 +46 7 0.299199 0.358522 0.615511 +47 8 0.262104 0.32277 0.591722 +48 8 0.271669 0.293048 0.550072 +49 8 0.214672 0.319033 0.61383 +50 8 0.233912 0.26361 0.532364 +51 8 0.17806 0.28759 0.598522 +52 8 0.188646 0.261467 0.55543 +53 10 0.30964 0.396613 0.525271 +54 4 0.252276 0.42012 0.612953 +55 4 0.295264 0.355217 0.655775 +56 4 0.3376 0.346769 0.609614 +57 11 0.305269 0.29254 0.529392 +58 11 0.209143 0.341339 0.645904 +59 11 0.238291 0.242414 0.499373 +60 11 0.143937 0.276958 0.615239 +61 11 0.161932 0.235966 0.541539 +62 5 0.353969 0.431869 0.656931 +63 6 0.374782 0.464513 0.690342 +64 1 0.419831 0.489491 0.662485 +65 3 0.448639 0.464338 0.637707 +66 7 0.395701 0.435645 0.734542 +67 7 0.432456 0.462871 0.768134 +68 12 0.402911 0.516857 0.797111 +69 2 0.396717 0.483364 0.856372 +70 10 0.359925 0.396411 0.662766 +71 4 0.346952 0.49031 0.701156 +72 4 0.413805 0.402854 0.718905 +73 4 0.366115 0.422652 0.759107 +74 4 0.445846 0.438021 0.797301 +75 4 0.465449 0.468112 0.745079 +76 4 0.383623 0.506672 0.886914 +77 4 0.433413 0.471619 0.869137 +78 4 0.375771 0.449051 0.850766 +79 5 0.422728 0.53867 0.660545 +80 2 0.452527 0.565815 0.630152 +81 10 0.39556 0.557055 0.676377 +82 4 0.49132 0.558506 0.639596 +83 4 0.446072 0.60509 0.63811 +84 4 0.451437 0.553354 0.591538 +ITEM: TIMESTEP +80 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.261979 0.63515 0.253733 +2 2 0.296557 0.6353 0.211415 +3 3 0.256577 0.672121 0.278736 +4 4 0.305291 0.598598 0.19644 +5 4 0.329866 0.655089 0.223515 +6 4 0.27894 0.65786 0.182636 +7 5 0.235135 0.595864 0.259446 +8 6 0.189622 0.592365 0.286422 +9 1 0.197215 0.595691 0.340938 +10 3 0.178351 0.630778 0.362815 +11 7 0.161561 0.543346 0.274795 +12 8 0.145458 0.534995 0.222995 +13 8 0.155616 0.489416 0.198563 +14 8 0.115747 0.570006 0.199923 +15 8 0.14338 0.484616 0.149424 +16 8 0.10193 0.562897 0.151965 +17 8 0.117663 0.52241 0.126056 +18 9 0.0977332 0.51366 0.0799319 +19 10 0.246435 0.566954 0.240386 +20 4 0.166511 0.622701 0.276296 +21 4 0.184946 0.511858 0.285246 +22 4 0.125706 0.541158 0.293694 +23 11 0.173609 0.459093 0.216274 +24 11 0.10242 0.60058 0.221007 +25 11 0.15093 0.450406 0.131271 +26 11 0.0774298 0.590223 0.137475 +27 10 0.0758473 0.540094 0.0726954 +28 5 0.223822 0.562073 0.364153 +29 7 0.230292 0.572052 0.416759 +30 1 0.260347 0.533395 0.438974 +31 3 0.29869 0.544472 0.457118 +32 10 0.243913 0.538255 0.345289 +33 4 0.195772 0.570356 0.435794 +34 4 0.248802 0.605932 0.42491 +35 5 0.23961 0.487806 0.441524 +36 7 0.263269 0.445914 0.463757 +37 1 0.257696 0.441867 0.520012 +38 3 0.222862 0.464677 0.540149 +39 10 0.206354 0.4799 0.428942 +40 4 0.301564 0.445776 0.45425 +41 4 0.247604 0.412306 0.450268 +42 5 0.291982 0.416729 0.547056 +43 6 0.290162 0.409797 0.599078 +44 1 0.322627 0.446359 0.624742 +45 3 0.321385 0.48999 0.612035 +46 7 0.301805 0.355938 0.610775 +47 8 0.262113 0.324464 0.591391 +48 8 0.269316 0.294137 0.551108 +49 8 0.217941 0.319301 0.615277 +50 8 0.234196 0.260009 0.532379 +51 8 0.181924 0.291049 0.595248 +52 8 0.188086 0.258663 0.552904 +53 10 0.322354 0.409821 0.528172 +54 4 0.256384 0.419674 0.616922 +55 4 0.307192 0.347408 0.650091 +56 4 0.336775 0.344586 0.593578 +57 11 0.305251 0.294032 0.534812 +58 11 0.209109 0.339996 0.64769 +59 11 0.238966 0.234603 0.502569 +60 11 0.146711 0.293625 0.612864 +61 11 0.16001 0.235835 0.537172 +62 5 0.349825 0.432039 0.662282 +63 6 0.379745 0.46615 0.689003 +64 1 0.418025 0.489781 0.661171 +65 3 0.448183 0.464943 0.638991 +66 7 0.39532 0.437416 0.733361 +67 7 0.427683 0.463817 0.770466 +68 12 0.402927 0.515237 0.799124 +69 2 0.393732 0.486816 0.857028 +70 10 0.348116 0.397151 0.672613 +71 4 0.358648 0.495141 0.705473 +72 4 0.416076 0.404872 0.720809 +73 4 0.360378 0.424574 0.749537 +74 4 0.441456 0.437205 0.797846 +75 4 0.463335 0.475379 0.754885 +76 4 0.37604 0.514838 0.880465 +77 4 0.429653 0.480495 0.874838 +78 4 0.372559 0.4529 0.85003 +79 5 0.418833 0.539134 0.662248 +80 2 0.454077 0.567043 0.631972 +81 10 0.393267 0.555296 0.682544 +82 4 0.492143 0.565997 0.646023 +83 4 0.443199 0.606138 0.631054 +84 4 0.458009 0.550378 0.595171 +ITEM: TIMESTEP +90 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.257396 0.636869 0.250773 +2 2 0.297483 0.638373 0.213594 +3 3 0.25594 0.672451 0.278139 +4 4 0.301428 0.600206 0.200354 +5 4 0.332615 0.651325 0.229262 +6 4 0.282251 0.658847 0.182029 +7 5 0.230963 0.595225 0.255411 +8 6 0.186406 0.588499 0.283516 +9 1 0.193313 0.595342 0.34001 +10 3 0.175398 0.629513 0.363677 +11 7 0.159423 0.539985 0.273906 +12 8 0.144026 0.536512 0.221832 +13 8 0.15206 0.492011 0.198802 +14 8 0.119484 0.574124 0.196149 +15 8 0.138211 0.484122 0.150332 +16 8 0.1027 0.566097 0.14696 +17 8 0.113453 0.520285 0.125707 +18 9 0.0992306 0.5125 0.077481 +19 10 0.241909 0.566989 0.23517 +20 4 0.163237 0.617738 0.270665 +21 4 0.184428 0.509114 0.282231 +22 4 0.125698 0.533806 0.29563 +23 11 0.171466 0.463784 0.218387 +24 11 0.116879 0.609437 0.213558 +25 11 0.148312 0.450009 0.133269 +26 11 0.081436 0.59279 0.127155 +27 10 0.0710106 0.532584 0.0719684 +28 5 0.222255 0.565088 0.365429 +29 7 0.229902 0.57084 0.418236 +30 1 0.262239 0.532572 0.44421 +31 3 0.30369 0.538817 0.460024 +32 10 0.235754 0.53514 0.34969 +33 4 0.195388 0.572404 0.437295 +34 4 0.250509 0.604031 0.423768 +35 5 0.241222 0.487806 0.444584 +36 7 0.264303 0.444871 0.466282 +37 1 0.260483 0.444444 0.519776 +38 3 0.227353 0.465852 0.542872 +39 10 0.208226 0.483513 0.429766 +40 4 0.303124 0.444844 0.459227 +41 4 0.246369 0.412384 0.452871 +42 5 0.292632 0.418656 0.545264 +43 6 0.28861 0.408968 0.59616 +44 1 0.319295 0.446933 0.625509 +45 3 0.32101 0.490642 0.61336 +46 7 0.305117 0.353228 0.606157 +47 8 0.26482 0.319175 0.589525 +48 8 0.273183 0.291814 0.548269 +49 8 0.215913 0.320606 0.612745 +50 8 0.23749 0.260922 0.533187 +51 8 0.178098 0.292206 0.595311 +52 8 0.190392 0.261469 0.55609 +53 10 0.317911 0.401226 0.525669 +54 4 0.251977 0.413197 0.610196 +55 4 0.311016 0.346884 0.645811 +56 4 0.34016 0.344573 0.587593 +57 11 0.30759 0.294558 0.529152 +58 11 0.208695 0.341689 0.645307 +59 11 0.240705 0.23584 0.502898 +60 11 0.142815 0.291342 0.612954 +61 11 0.161821 0.237445 0.543305 +62 5 0.344565 0.43343 0.664354 +63 6 0.376745 0.467302 0.691651 +64 1 0.419306 0.490087 0.662747 +65 3 0.450959 0.466822 0.638721 +66 7 0.398086 0.434446 0.736714 +67 7 0.430256 0.462145 0.771679 +68 12 0.401651 0.516882 0.800378 +69 2 0.389238 0.48955 0.861904 +70 10 0.33934 0.400302 0.678569 +71 4 0.356494 0.498095 0.705743 +72 4 0.418771 0.403003 0.721515 +73 4 0.366151 0.420537 0.757551 +74 4 0.442416 0.434262 0.798552 +75 4 0.465998 0.47435 0.75681 +76 4 0.366484 0.515825 0.882867 +77 4 0.42448 0.48452 0.881404 +78 4 0.368352 0.455531 0.854551 +79 5 0.418548 0.540393 0.659993 +80 2 0.45529 0.567828 0.635929 +81 10 0.391437 0.558794 0.675904 +82 4 0.488419 0.571555 0.659084 +83 4 0.437825 0.603767 0.628791 +84 4 0.462704 0.550078 0.600188 +ITEM: TIMESTEP +100 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.256933 0.635706 0.249535 +2 2 0.297 0.638199 0.212949 +3 3 0.252072 0.670685 0.277506 +4 4 0.306866 0.602359 0.196648 +5 4 0.328799 0.647988 0.236199 +6 4 0.287796 0.664993 0.183882 +7 5 0.225871 0.59806 0.251868 +8 6 0.185201 0.590542 0.286785 +9 1 0.19364 0.595816 0.341521 +10 3 0.170808 0.630132 0.359704 +11 7 0.159506 0.540759 0.274803 +12 8 0.142411 0.537388 0.220707 +13 8 0.150689 0.493041 0.198038 +14 8 0.121795 0.575447 0.192708 +15 8 0.132439 0.484384 0.14999 +16 8 0.105499 0.566871 0.144862 +17 8 0.109667 0.520375 0.12347 +18 9 0.0972636 0.510946 0.0730089 +19 10 0.231502 0.570277 0.228995 +20 4 0.158894 0.618879 0.278919 +21 4 0.18394 0.509317 0.28267 +22 4 0.128573 0.535811 0.300614 +23 11 0.166268 0.464691 0.220631 +24 11 0.110946 0.609277 0.209875 +25 11 0.135909 0.448438 0.134092 +26 11 0.0934357 0.596668 0.121981 +27 10 0.0842531 0.540194 0.0586766 +28 5 0.222071 0.563977 0.368338 +29 7 0.233358 0.57101 0.418781 +30 1 0.264075 0.53076 0.442673 +31 3 0.303409 0.537393 0.4613 +32 10 0.242741 0.538193 0.353019 +33 4 0.199298 0.569011 0.438601 +34 4 0.251918 0.605412 0.424158 +35 5 0.241644 0.487407 0.447601 +36 7 0.265747 0.446124 0.468857 +37 1 0.262363 0.446435 0.521478 +38 3 0.228369 0.468888 0.544192 +39 10 0.206522 0.487018 0.437954 +40 4 0.304029 0.444713 0.459407 +41 4 0.24313 0.417034 0.454746 +42 5 0.293896 0.416126 0.544237 +43 6 0.290623 0.408603 0.594815 +44 1 0.318493 0.447474 0.625915 +45 3 0.317769 0.490745 0.612001 +46 7 0.305056 0.356267 0.607413 +47 8 0.267354 0.322246 0.587488 +48 8 0.272431 0.288073 0.55025 +49 8 0.221525 0.323651 0.610437 +50 8 0.235433 0.260208 0.531437 +51 8 0.183628 0.291041 0.592827 +52 8 0.189206 0.259432 0.554771 +53 10 0.320596 0.399633 0.525749 +54 4 0.252843 0.409401 0.606168 +55 4 0.309525 0.350156 0.64729 +56 4 0.338871 0.348038 0.586524 +57 11 0.308019 0.28629 0.533304 +58 11 0.214826 0.350798 0.638277 +59 11 0.241564 0.236543 0.500466 +60 11 0.148209 0.2914 0.610214 +61 11 0.157828 0.237481 0.545262 +62 5 0.342352 0.434263 0.666686 +63 6 0.377002 0.462752 0.693493 +64 1 0.417236 0.48936 0.663425 +65 3 0.45042 0.468651 0.64082 +66 7 0.400498 0.435112 0.737719 +67 7 0.431833 0.464559 0.775288 +68 12 0.400792 0.516896 0.802557 +69 2 0.385005 0.492824 0.86255 +70 10 0.342865 0.399408 0.677254 +71 4 0.355343 0.490056 0.711992 +72 4 0.422729 0.405469 0.721147 +73 4 0.370292 0.418995 0.759521 +74 4 0.445499 0.43987 0.804463 +75 4 0.463925 0.476126 0.753291 +76 4 0.360795 0.518748 0.882281 +77 4 0.421612 0.488567 0.879559 +78 4 0.364483 0.458035 0.858537 +79 5 0.418728 0.539669 0.660053 +80 2 0.457007 0.56958 0.637827 +81 10 0.391131 0.556677 0.676665 +82 4 0.482555 0.573741 0.669092 +83 4 0.44279 0.605505 0.625385 +84 4 0.472862 0.551033 0.60539 +ITEM: TIMESTEP +110 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.255334 0.636458 0.249872 +2 2 0.294532 0.636283 0.213825 +3 3 0.249352 0.67049 0.279538 +4 4 0.298652 0.600493 0.195125 +5 4 0.330625 0.643296 0.23102 +6 4 0.286659 0.664095 0.185328 +7 5 0.225305 0.597971 0.249814 +8 6 0.184533 0.591788 0.284941 +9 1 0.192784 0.596997 0.340023 +10 3 0.169877 0.629677 0.361684 +11 7 0.158351 0.54414 0.272195 +12 8 0.143672 0.536988 0.219013 +13 8 0.145104 0.490329 0.196775 +14 8 0.120751 0.574298 0.191617 +15 8 0.128115 0.482456 0.148785 +16 8 0.107727 0.56846 0.142871 +17 8 0.112251 0.521579 0.121147 +18 9 0.095237 0.512086 0.0728442 +19 10 0.22722 0.573293 0.223091 +20 4 0.15942 0.621368 0.277782 +21 4 0.181016 0.511997 0.282228 +22 4 0.125837 0.54205 0.296403 +23 11 0.162173 0.460784 0.21659 +24 11 0.115688 0.610884 0.205501 +25 11 0.131251 0.446247 0.133424 +26 11 0.0895568 0.597704 0.123596 +27 10 0.0682618 0.53307 0.0649611 +28 5 0.223692 0.566281 0.365135 +29 7 0.234491 0.572928 0.419577 +30 1 0.261899 0.53256 0.444157 +31 3 0.302794 0.540634 0.460445 +32 10 0.242261 0.540237 0.347709 +33 4 0.20229 0.578835 0.441601 +34 4 0.260195 0.602598 0.423566 +35 5 0.238919 0.487396 0.446138 +36 7 0.265179 0.446118 0.467941 +37 1 0.26091 0.443994 0.521411 +38 3 0.231764 0.471056 0.544048 +39 10 0.206148 0.486208 0.430281 +40 4 0.303224 0.451771 0.459139 +41 4 0.249919 0.414231 0.450413 +42 5 0.293379 0.418214 0.547176 +43 6 0.291158 0.41061 0.599425 +44 1 0.320172 0.447446 0.625548 +45 3 0.316428 0.490825 0.612584 +46 7 0.30699 0.355273 0.609273 +47 8 0.268132 0.321602 0.586074 +48 8 0.27637 0.286536 0.547229 +49 8 0.221469 0.323727 0.608155 +50 8 0.23744 0.257195 0.530736 +51 8 0.183306 0.292303 0.59431 +52 8 0.190765 0.262261 0.554489 +53 10 0.318805 0.399941 0.528565 +54 4 0.254481 0.413879 0.613602 +55 4 0.303454 0.348187 0.649082 +56 4 0.343637 0.345828 0.594598 +57 11 0.313254 0.283138 0.533631 +58 11 0.218709 0.347013 0.639888 +59 11 0.241123 0.23068 0.501748 +60 11 0.14985 0.296137 0.614874 +61 11 0.16062 0.240283 0.541639 +62 5 0.346187 0.433247 0.664935 +63 6 0.379746 0.465373 0.694532 +64 1 0.41779 0.491258 0.66383 +65 3 0.448291 0.466016 0.641913 +66 7 0.402108 0.436171 0.738025 +67 7 0.431387 0.468059 0.775774 +68 12 0.399806 0.517427 0.803732 +69 2 0.382357 0.494104 0.863006 +70 10 0.336132 0.402148 0.681014 +71 4 0.356124 0.492935 0.71 +72 4 0.426773 0.408186 0.722026 +73 4 0.371898 0.416525 0.756706 +74 4 0.443573 0.444453 0.806463 +75 4 0.462165 0.482315 0.75348 +76 4 0.355643 0.520727 0.878009 +77 4 0.413946 0.485193 0.886887 +78 4 0.358885 0.46133 0.858273 +79 5 0.416202 0.540319 0.66298 +80 2 0.457168 0.56754 0.641991 +81 10 0.386867 0.55604 0.67778 +82 4 0.481813 0.577727 0.672592 +83 4 0.442368 0.599788 0.622279 +84 4 0.47411 0.546689 0.611565 +ITEM: TIMESTEP +120 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.253326 0.637729 0.250494 +2 2 0.292208 0.636434 0.215008 +3 3 0.250361 0.671053 0.280665 +4 4 0.293438 0.600649 0.195891 +5 4 0.329964 0.643667 0.228034 +6 4 0.286769 0.664922 0.186612 +7 5 0.22593 0.597973 0.252462 +8 6 0.182329 0.592196 0.281076 +9 1 0.192467 0.598028 0.338657 +10 3 0.171212 0.627525 0.365356 +11 7 0.154807 0.542841 0.269105 +12 8 0.140778 0.535087 0.218123 +13 8 0.14197 0.488403 0.196261 +14 8 0.122267 0.574701 0.190445 +15 8 0.129381 0.482221 0.147458 +16 8 0.107327 0.568194 0.140975 +17 8 0.111688 0.521037 0.120177 +18 9 0.0926558 0.51499 0.074265 +19 10 0.234735 0.56982 0.231094 +20 4 0.160988 0.623375 0.269703 +21 4 0.179164 0.512431 0.280487 +22 4 0.12059 0.540521 0.290816 +23 11 0.149758 0.4563 0.217839 +24 11 0.118942 0.611114 0.205276 +25 11 0.129587 0.445342 0.13343 +26 11 0.092027 0.598203 0.120426 +27 10 0.0671989 0.538296 0.0680256 +28 5 0.225414 0.570528 0.362743 +29 7 0.232329 0.577429 0.413951 +30 1 0.259782 0.536088 0.439998 +31 3 0.298648 0.540752 0.46124 +32 10 0.245722 0.545417 0.345897 +33 4 0.197184 0.579957 0.43171 +34 4 0.255355 0.609304 0.417218 +35 5 0.240459 0.489419 0.443968 +36 7 0.264897 0.446333 0.466976 +37 1 0.263377 0.447609 0.521987 +38 3 0.230416 0.471455 0.543936 +39 10 0.206084 0.487606 0.432058 +40 4 0.300492 0.446664 0.449954 +41 4 0.243581 0.41474 0.456761 +42 5 0.29251 0.416495 0.547382 +43 6 0.290192 0.408377 0.60063 +44 1 0.320582 0.447238 0.627731 +45 3 0.32039 0.491708 0.615549 +46 7 0.306143 0.35313 0.60954 +47 8 0.268763 0.320565 0.589021 +48 8 0.278156 0.289287 0.547989 +49 8 0.222278 0.32175 0.608858 +50 8 0.239301 0.258781 0.534101 +51 8 0.184185 0.294325 0.590233 +52 8 0.193158 0.26155 0.553306 +53 10 0.317112 0.39731 0.528582 +54 4 0.252909 0.413339 0.612555 +55 4 0.30662 0.343015 0.648847 +56 4 0.341525 0.346857 0.590664 +57 11 0.312611 0.28942 0.528762 +58 11 0.216528 0.346626 0.638942 +59 11 0.245509 0.232631 0.505212 +60 11 0.150715 0.300096 0.610316 +61 11 0.168104 0.235444 0.53757 +62 5 0.350788 0.433868 0.664484 +63 6 0.376988 0.468616 0.696625 +64 1 0.417551 0.490024 0.665668 +65 3 0.447334 0.465467 0.64243 +66 7 0.402322 0.438672 0.737264 +67 7 0.432974 0.468368 0.774372 +68 12 0.397853 0.520331 0.804189 +69 2 0.378318 0.493397 0.862844 +70 10 0.364549 0.40019 0.666287 +71 4 0.350363 0.496604 0.704667 +72 4 0.425914 0.408412 0.724025 +73 4 0.372952 0.420773 0.758817 +74 4 0.443849 0.439661 0.800928 +75 4 0.465059 0.486094 0.75694 +76 4 0.35575 0.517707 0.886237 +77 4 0.412187 0.48255 0.882408 +78 4 0.358385 0.458077 0.861208 +79 5 0.419115 0.537598 0.664486 +80 2 0.457416 0.566524 0.644207 +81 10 0.392441 0.555041 0.68212 +82 4 0.479305 0.580684 0.675318 +83 4 0.43961 0.597636 0.625168 +84 4 0.479724 0.546842 0.616594 +ITEM: TIMESTEP +130 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.255096 0.635617 0.253757 +2 2 0.292547 0.638241 0.213365 +3 3 0.249822 0.672368 0.280098 +4 4 0.297915 0.603044 0.193873 +5 4 0.328415 0.648922 0.229079 +6 4 0.288099 0.669051 0.187318 +7 5 0.224773 0.596891 0.255453 +8 6 0.180296 0.591747 0.285266 +9 1 0.190971 0.597157 0.338556 +10 3 0.168593 0.627331 0.362279 +11 7 0.153559 0.54225 0.272796 +12 8 0.137584 0.536038 0.217845 +13 8 0.141464 0.488615 0.196071 +14 8 0.124065 0.575178 0.188415 +15 8 0.129001 0.481877 0.146027 +16 8 0.107442 0.567254 0.141064 +17 8 0.108781 0.520975 0.119589 +18 9 0.0906704 0.515846 0.0727864 +19 10 0.230513 0.570487 0.231026 +20 4 0.156283 0.621589 0.275793 +21 4 0.179615 0.513134 0.283788 +22 4 0.119132 0.538455 0.293961 +23 11 0.157864 0.46025 0.218057 +24 11 0.118901 0.610364 0.205506 +25 11 0.133553 0.447407 0.127372 +26 11 0.0957474 0.598748 0.120369 +27 10 0.0716689 0.543459 0.0624615 +28 5 0.227192 0.571201 0.358407 +29 7 0.232936 0.574639 0.411738 +30 1 0.259226 0.53613 0.439058 +31 3 0.297741 0.545174 0.46029 +32 10 0.247726 0.549112 0.337981 +33 4 0.196144 0.572792 0.425875 +34 4 0.251 0.608629 0.420413 +35 5 0.238676 0.491141 0.440386 +36 7 0.262606 0.451501 0.467204 +37 1 0.261025 0.445823 0.521128 +38 3 0.232526 0.470359 0.545565 +39 10 0.207125 0.48561 0.423044 +40 4 0.300197 0.455911 0.456054 +41 4 0.246041 0.419419 0.451292 +42 5 0.292453 0.4169 0.545884 +43 6 0.29352 0.408968 0.59808 +44 1 0.324149 0.445536 0.626786 +45 3 0.319565 0.490204 0.619588 +46 7 0.308396 0.356975 0.610965 +47 8 0.268148 0.322421 0.592804 +48 8 0.277812 0.290626 0.551874 +49 8 0.220582 0.321998 0.61174 +50 8 0.242657 0.258787 0.530519 +51 8 0.183883 0.294071 0.588219 +52 8 0.196149 0.260212 0.551425 +53 10 0.318611 0.399213 0.527726 +54 4 0.256158 0.415464 0.608978 +55 4 0.310453 0.351165 0.651084 +56 4 0.344096 0.350757 0.592679 +57 11 0.314894 0.289664 0.538426 +58 11 0.212559 0.347114 0.641095 +59 11 0.256549 0.236481 0.501085 +60 11 0.146512 0.29653 0.600637 +61 11 0.169084 0.236595 0.535099 +62 5 0.35302 0.431396 0.662522 +63 6 0.379634 0.464544 0.693879 +64 1 0.418719 0.489616 0.666487 +65 3 0.446515 0.46323 0.64274 +66 7 0.39885 0.441306 0.73981 +67 7 0.429184 0.473204 0.776272 +68 12 0.396564 0.521299 0.804532 +69 2 0.378878 0.491855 0.858586 +70 10 0.351985 0.397696 0.676306 +71 4 0.352325 0.491229 0.703826 +72 4 0.426107 0.412552 0.730987 +73 4 0.369921 0.422 0.760737 +74 4 0.44645 0.451688 0.806047 +75 4 0.459022 0.492295 0.756453 +76 4 0.356904 0.517537 0.88106 +77 4 0.407147 0.476934 0.883601 +78 4 0.355437 0.459343 0.852179 +79 5 0.42295 0.540282 0.668783 +80 2 0.460452 0.567862 0.643842 +81 10 0.39822 0.562247 0.684038 +82 4 0.485588 0.583645 0.671531 +83 4 0.445954 0.599047 0.622281 +84 4 0.483443 0.542614 0.6219 +ITEM: TIMESTEP +140 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.252202 0.636202 0.251452 +2 2 0.291236 0.637346 0.214955 +3 3 0.248567 0.670409 0.280249 +4 4 0.292113 0.600538 0.197869 +5 4 0.327089 0.646661 0.231548 +6 4 0.284757 0.665969 0.186914 +7 5 0.225699 0.596122 0.253658 +8 6 0.181383 0.591052 0.283179 +9 1 0.190152 0.597739 0.33685 +10 3 0.164138 0.626618 0.359649 +11 7 0.153092 0.541729 0.273584 +12 8 0.140512 0.537261 0.218568 +13 8 0.143936 0.491023 0.195357 +14 8 0.121141 0.574529 0.19029 +15 8 0.127105 0.483595 0.147859 +16 8 0.107407 0.568418 0.141407 +17 8 0.108492 0.5222 0.119471 +18 9 0.09125 0.514109 0.0707035 +19 10 0.233529 0.568595 0.231125 +20 4 0.15604 0.619588 0.273166 +21 4 0.176174 0.510236 0.284674 +22 4 0.117545 0.541734 0.293178 +23 11 0.155167 0.45967 0.216517 +24 11 0.122351 0.610649 0.206124 +25 11 0.125339 0.447824 0.131299 +26 11 0.0918535 0.598795 0.121603 +27 10 0.0612252 0.530207 0.0623685 +28 5 0.225698 0.569766 0.359517 +29 7 0.230131 0.575087 0.413325 +30 1 0.259619 0.536194 0.437556 +31 3 0.297622 0.548741 0.457785 +32 10 0.245643 0.545271 0.341378 +33 4 0.193527 0.576576 0.427983 +34 4 0.249333 0.609015 0.419413 +35 5 0.239039 0.491854 0.442214 +36 7 0.265448 0.449657 0.464683 +37 1 0.262179 0.447521 0.520594 +38 3 0.231282 0.468293 0.548627 +39 10 0.20494 0.4878 0.430065 +40 4 0.303637 0.451996 0.455041 +41 4 0.247869 0.418596 0.447858 +42 5 0.295033 0.417835 0.541554 +43 6 0.294621 0.409785 0.595501 +44 1 0.324575 0.44561 0.627351 +45 3 0.317978 0.490599 0.620766 +46 7 0.305791 0.355598 0.611951 +47 8 0.268277 0.322461 0.592367 +48 8 0.283439 0.291602 0.555587 +49 8 0.218985 0.322649 0.608357 +50 8 0.246119 0.262874 0.533396 +51 8 0.184148 0.289764 0.5893 +52 8 0.196923 0.264017 0.548715 +53 10 0.317835 0.396962 0.522289 +54 4 0.257584 0.418426 0.606011 +55 4 0.303713 0.351821 0.652312 +56 4 0.343028 0.344479 0.600233 +57 11 0.320651 0.292002 0.542471 +58 11 0.208708 0.344961 0.639235 +59 11 0.261047 0.242582 0.503028 +60 11 0.146972 0.283398 0.600888 +61 11 0.169112 0.241622 0.531927 +62 5 0.352441 0.428286 0.662544 +63 6 0.379363 0.465275 0.695286 +64 1 0.421904 0.490291 0.666725 +65 3 0.449134 0.466619 0.639781 +66 7 0.397095 0.440426 0.743416 +67 7 0.428609 0.474911 0.774859 +68 12 0.394342 0.525672 0.804153 +69 2 0.376666 0.488332 0.85723 +70 10 0.356884 0.392913 0.670013 +71 4 0.353703 0.492816 0.707115 +72 4 0.416264 0.405802 0.734399 +73 4 0.366414 0.429101 0.767456 +74 4 0.444559 0.457302 0.807769 +75 4 0.460895 0.486221 0.753013 +76 4 0.359347 0.507636 0.888454 +77 4 0.408132 0.472465 0.877371 +78 4 0.355098 0.455073 0.848499 +79 5 0.427868 0.538846 0.669949 +80 2 0.464893 0.566948 0.644395 +81 10 0.405725 0.560621 0.688985 +82 4 0.491743 0.587735 0.666633 +83 4 0.445227 0.595731 0.623603 +84 4 0.487978 0.543412 0.620717 +ITEM: TIMESTEP +150 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.251797 0.635055 0.250833 +2 2 0.291906 0.63485 0.213471 +3 3 0.245207 0.669773 0.279996 +4 4 0.290992 0.599781 0.193054 +5 4 0.327358 0.643395 0.231294 +6 4 0.28061 0.664505 0.188162 +7 5 0.225455 0.594669 0.250587 +8 6 0.183053 0.589986 0.279819 +9 1 0.186522 0.595598 0.335549 +10 3 0.162923 0.625813 0.357532 +11 7 0.154362 0.543201 0.268622 +12 8 0.141529 0.537877 0.217595 +13 8 0.144218 0.490944 0.195033 +14 8 0.119328 0.57685 0.191464 +15 8 0.126578 0.483797 0.148954 +16 8 0.105268 0.570117 0.141991 +17 8 0.10982 0.522614 0.120862 +18 9 0.0928071 0.512913 0.0736932 +19 10 0.228618 0.568523 0.225425 +20 4 0.159987 0.620314 0.269572 +21 4 0.175882 0.510142 0.278186 +22 4 0.119291 0.545366 0.288941 +23 11 0.156889 0.458523 0.213611 +24 11 0.109695 0.609278 0.211774 +25 11 0.128267 0.448396 0.13161 +26 11 0.0899086 0.598911 0.119813 +27 10 0.0706476 0.537583 0.0622705 +28 5 0.218869 0.570658 0.363478 +29 7 0.226131 0.577871 0.41523 +30 1 0.258058 0.539016 0.440636 +31 3 0.299507 0.548062 0.455239 +32 10 0.242389 0.547745 0.347711 +33 4 0.189494 0.576028 0.429762 +34 4 0.241698 0.614056 0.41752 +35 5 0.240919 0.493559 0.445347 +36 7 0.266365 0.450149 0.467557 +37 1 0.265654 0.446043 0.520664 +38 3 0.231637 0.467022 0.541776 +39 10 0.209069 0.483606 0.430744 +40 4 0.304411 0.449752 0.457106 +41 4 0.245785 0.41982 0.452947 +42 5 0.298208 0.417389 0.544001 +43 6 0.293277 0.408958 0.597647 +44 1 0.322794 0.446231 0.628352 +45 3 0.317907 0.490512 0.619994 +46 7 0.303285 0.357488 0.614649 +47 8 0.266988 0.323866 0.591577 +48 8 0.282302 0.290638 0.55587 +49 8 0.219933 0.322688 0.609738 +50 8 0.248334 0.262778 0.529552 +51 8 0.187029 0.291052 0.588383 +52 8 0.201574 0.262856 0.545851 +53 10 0.327732 0.403824 0.527535 +54 4 0.255366 0.415971 0.606037 +55 4 0.299862 0.35578 0.655058 +56 4 0.340254 0.342595 0.606968 +57 11 0.320116 0.289752 0.544637 +58 11 0.205897 0.346995 0.63747 +59 11 0.261694 0.238695 0.501296 +60 11 0.149128 0.289684 0.599267 +61 11 0.175384 0.240248 0.526881 +62 5 0.353311 0.432689 0.661974 +63 6 0.381402 0.466687 0.693429 +64 1 0.42419 0.489923 0.665634 +65 3 0.450357 0.46877 0.635865 +66 7 0.396257 0.442565 0.743897 +67 7 0.42628 0.476665 0.776891 +68 12 0.392495 0.527499 0.804633 +69 2 0.376315 0.487516 0.852827 +70 10 0.363197 0.398262 0.668591 +71 4 0.355647 0.494974 0.703091 +72 4 0.417027 0.408414 0.736836 +73 4 0.362215 0.430033 0.762108 +74 4 0.444513 0.451485 0.802988 +75 4 0.45693 0.492793 0.755726 +76 4 0.358293 0.506486 0.883858 +77 4 0.408388 0.471918 0.872205 +78 4 0.353479 0.456542 0.839917 +79 5 0.430775 0.536744 0.672462 +80 2 0.467635 0.564919 0.644807 +81 10 0.410826 0.557131 0.695115 +82 4 0.493848 0.584155 0.669105 +83 4 0.450869 0.59504 0.62338 +84 4 0.493037 0.542467 0.622487 +ITEM: TIMESTEP +160 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.254013 0.633141 0.249475 +2 2 0.293255 0.636623 0.211867 +3 3 0.245399 0.66758 0.276465 +4 4 0.294221 0.601346 0.191815 +5 4 0.325927 0.639622 0.235763 +6 4 0.286524 0.667684 0.186619 +7 5 0.225558 0.594355 0.250414 +8 6 0.180507 0.590516 0.280842 +9 1 0.186357 0.596841 0.336853 +10 3 0.160178 0.627872 0.355331 +11 7 0.154176 0.5413 0.26914 +12 8 0.138816 0.537901 0.217117 +13 8 0.144024 0.492177 0.195723 +14 8 0.118297 0.577187 0.189032 +15 8 0.129944 0.483552 0.14694 +16 8 0.103819 0.568438 0.142539 +17 8 0.108633 0.521755 0.121473 +18 9 0.0936568 0.514777 0.0759853 +19 10 0.230975 0.566461 0.227624 +20 4 0.156421 0.620414 0.271739 +21 4 0.180759 0.511614 0.276864 +22 4 0.121273 0.536789 0.292476 +23 11 0.161173 0.464089 0.217492 +24 11 0.115625 0.61399 0.203008 +25 11 0.133091 0.448141 0.129822 +26 11 0.0936077 0.599212 0.120054 +27 10 0.0757288 0.543298 0.066224 +28 5 0.216757 0.567298 0.364608 +29 7 0.22392 0.575497 0.41949 +30 1 0.258419 0.539267 0.44229 +31 3 0.301165 0.55028 0.453811 +32 10 0.235706 0.540708 0.348463 +33 4 0.189114 0.572271 0.437792 +34 4 0.238978 0.611831 0.422649 +35 5 0.240785 0.493854 0.447194 +36 7 0.271027 0.451742 0.463711 +37 1 0.266357 0.444651 0.520222 +38 3 0.231465 0.466119 0.539085 +39 10 0.206408 0.483201 0.441584 +40 4 0.308205 0.460956 0.454235 +41 4 0.258396 0.418866 0.44592 +42 5 0.298373 0.419862 0.549137 +43 6 0.292023 0.412385 0.601972 +44 1 0.323922 0.449048 0.627028 +45 3 0.316163 0.493306 0.618088 +46 7 0.303743 0.359246 0.618232 +47 8 0.270122 0.321462 0.592936 +48 8 0.284642 0.294177 0.552269 +49 8 0.220615 0.320957 0.606274 +50 8 0.249845 0.261543 0.530147 +51 8 0.185191 0.29326 0.582765 +52 8 0.201622 0.259845 0.544779 +53 10 0.323546 0.398077 0.534357 +54 4 0.254538 0.420733 0.611032 +55 4 0.30285 0.353485 0.658401 +56 4 0.341632 0.348269 0.608667 +57 11 0.321886 0.294244 0.539239 +58 11 0.207068 0.341273 0.637268 +59 11 0.257855 0.23997 0.498096 +60 11 0.148415 0.29264 0.597046 +61 11 0.17521 0.236455 0.52711 +62 5 0.355336 0.433602 0.661145 +63 6 0.382218 0.468177 0.690465 +64 1 0.425215 0.491257 0.664283 +65 3 0.449249 0.465314 0.636024 +66 7 0.397434 0.446801 0.739805 +67 7 0.425221 0.479412 0.777362 +68 12 0.391996 0.528103 0.803878 +69 2 0.373038 0.486191 0.853691 +70 10 0.355072 0.401837 0.678968 +71 4 0.355039 0.496019 0.697022 +72 4 0.422059 0.415431 0.73225 +73 4 0.363151 0.43099 0.75471 +74 4 0.439973 0.450528 0.801767 +75 4 0.45802 0.495791 0.759942 +76 4 0.348615 0.507373 0.878235 +77 4 0.402688 0.472142 0.877588 +78 4 0.349897 0.456763 0.838006 +79 5 0.434504 0.538982 0.673805 +80 2 0.470519 0.564646 0.647605 +81 10 0.414387 0.561712 0.693941 +82 4 0.495333 0.583662 0.673492 +83 4 0.453068 0.592318 0.623579 +84 4 0.49429 0.541397 0.624325 +ITEM: TIMESTEP +170 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.252898 0.633827 0.247865 +2 2 0.294796 0.635727 0.212224 +3 3 0.248549 0.669354 0.274647 +4 4 0.294745 0.602966 0.18826 +5 4 0.330115 0.637277 0.232167 +6 4 0.288592 0.668207 0.188685 +7 5 0.225598 0.592434 0.25173 +8 6 0.18193 0.588098 0.282906 +9 1 0.185383 0.596468 0.338696 +10 3 0.161263 0.629398 0.356277 +11 7 0.154812 0.541271 0.272918 +12 8 0.137503 0.535655 0.219695 +13 8 0.144741 0.491659 0.19701 +14 8 0.119055 0.575626 0.189964 +15 8 0.132149 0.48428 0.147581 +16 8 0.104793 0.567707 0.142456 +17 8 0.108298 0.521304 0.119543 +18 9 0.092025 0.515201 0.0705257 +19 10 0.233342 0.563464 0.231052 +20 4 0.159681 0.618767 0.271892 +21 4 0.17894 0.510348 0.283363 +22 4 0.122377 0.538704 0.297186 +23 11 0.160174 0.463657 0.220131 +24 11 0.114597 0.611846 0.20497 +25 11 0.139197 0.449143 0.131071 +26 11 0.0850738 0.595216 0.122175 +27 10 0.0705481 0.541691 0.0623303 +28 5 0.214592 0.567812 0.365056 +29 7 0.222027 0.572639 0.418242 +30 1 0.259417 0.537025 0.438659 +31 3 0.299228 0.553184 0.452257 +32 10 0.236032 0.5437 0.348153 +33 4 0.1879 0.564908 0.436475 +34 4 0.235067 0.609179 0.42543 +35 5 0.245727 0.492644 0.449495 +36 7 0.278024 0.453266 0.46691 +37 1 0.26579 0.447001 0.520595 +38 3 0.228934 0.465368 0.53976 +39 10 0.212001 0.48016 0.443707 +40 4 0.315834 0.462834 0.460931 +41 4 0.267612 0.417925 0.452788 +42 5 0.294818 0.418628 0.546445 +43 6 0.290698 0.412707 0.600262 +44 1 0.320544 0.451624 0.627885 +45 3 0.318212 0.495548 0.617569 +46 7 0.304479 0.358651 0.616439 +47 8 0.270424 0.323694 0.590719 +48 8 0.284583 0.295125 0.552097 +49 8 0.220547 0.32218 0.605186 +50 8 0.252603 0.262291 0.529265 +51 8 0.18685 0.291933 0.579816 +52 8 0.203475 0.262039 0.542087 +53 10 0.325747 0.405589 0.532298 +54 4 0.253067 0.419041 0.610297 +55 4 0.297817 0.350436 0.655627 +56 4 0.343294 0.349206 0.609243 +57 11 0.320989 0.296444 0.53694 +58 11 0.205619 0.347156 0.631837 +59 11 0.26279 0.235941 0.501719 +60 11 0.147835 0.294443 0.585146 +61 11 0.174051 0.241906 0.525182 +62 5 0.353011 0.438445 0.660688 +63 6 0.380395 0.47412 0.692826 +64 1 0.42509 0.492024 0.66495 +65 3 0.449831 0.464264 0.639949 +66 7 0.400231 0.446479 0.737081 +67 7 0.428268 0.479999 0.773896 +68 12 0.390564 0.527416 0.805036 +69 2 0.367023 0.489127 0.853652 +70 10 0.367224 0.404909 0.660411 +71 4 0.35742 0.505688 0.698527 +72 4 0.421445 0.414518 0.723815 +73 4 0.367599 0.433317 0.757316 +74 4 0.444079 0.455586 0.802208 +75 4 0.462454 0.490549 0.754724 +76 4 0.339869 0.507298 0.877736 +77 4 0.400983 0.48281 0.874967 +78 4 0.351121 0.455117 0.838225 +79 5 0.436929 0.538559 0.671193 +80 2 0.476784 0.567467 0.649076 +81 10 0.417514 0.557008 0.69588 +82 4 0.499264 0.586167 0.677227 +83 4 0.461558 0.5934 0.621815 +84 4 0.500542 0.545924 0.624196 +ITEM: TIMESTEP +180 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.255413 0.634073 0.250349 +2 2 0.293409 0.631393 0.212054 +3 3 0.249173 0.670986 0.273944 +4 4 0.289369 0.600653 0.185858 +5 4 0.331925 0.629285 0.224688 +6 4 0.290574 0.665165 0.189717 +7 5 0.228612 0.593975 0.255193 +8 6 0.182152 0.589392 0.281977 +9 1 0.187445 0.597924 0.33816 +10 3 0.163768 0.628605 0.360429 +11 7 0.152355 0.540906 0.273082 +12 8 0.140373 0.534106 0.220263 +13 8 0.144393 0.48965 0.194321 +14 8 0.117522 0.572745 0.193762 +15 8 0.130639 0.483456 0.146484 +16 8 0.104361 0.566966 0.14372 +17 8 0.112087 0.522103 0.119041 +18 9 0.0931737 0.513062 0.0706895 +19 10 0.234707 0.567344 0.231102 +20 4 0.162292 0.620953 0.269078 +21 4 0.1724 0.507408 0.2842 +22 4 0.117531 0.539216 0.293865 +23 11 0.158608 0.458247 0.213521 +24 11 0.108664 0.606465 0.212239 +25 11 0.135052 0.448342 0.129037 +26 11 0.0903168 0.595031 0.119803 +27 10 0.0673576 0.536353 0.0660884 +28 5 0.216617 0.56741 0.363008 +29 7 0.219468 0.570547 0.416128 +30 1 0.259034 0.537886 0.440956 +31 3 0.30031 0.556454 0.449093 +32 10 0.237735 0.541349 0.348809 +33 4 0.184525 0.558117 0.429594 +34 4 0.228321 0.607861 0.425408 +35 5 0.249753 0.491042 0.444403 +36 7 0.279119 0.455877 0.472667 +37 1 0.264367 0.445935 0.522725 +38 3 0.226969 0.464796 0.538766 +39 10 0.219017 0.477569 0.430242 +40 4 0.31585 0.469471 0.477455 +41 4 0.279695 0.42119 0.45387 +42 5 0.295562 0.417663 0.547206 +43 6 0.291307 0.41339 0.59853 +44 1 0.322153 0.453871 0.625266 +45 3 0.31532 0.497868 0.61637 +46 7 0.302824 0.361468 0.612752 +47 8 0.268233 0.326157 0.588131 +48 8 0.286119 0.293261 0.553442 +49 8 0.21965 0.325638 0.602969 +50 8 0.256199 0.264162 0.526175 +51 8 0.187886 0.29307 0.578055 +52 8 0.205214 0.264576 0.538918 +53 10 0.321085 0.396182 0.532582 +54 4 0.253766 0.418869 0.609371 +55 4 0.299792 0.356722 0.652949 +56 4 0.340532 0.353775 0.59985 +57 11 0.324495 0.291005 0.544551 +58 11 0.208354 0.347077 0.634108 +59 11 0.268076 0.240513 0.496908 +60 11 0.152033 0.285755 0.592817 +61 11 0.177259 0.242508 0.521936 +62 5 0.352317 0.441095 0.661023 +63 6 0.381728 0.474859 0.691822 +64 1 0.427132 0.494646 0.665394 +65 3 0.452441 0.464322 0.642966 +66 7 0.399657 0.447993 0.737981 +67 7 0.427334 0.480965 0.775474 +68 12 0.390987 0.525194 0.803998 +69 2 0.364297 0.490655 0.854357 +70 10 0.351047 0.407423 0.674854 +71 4 0.358875 0.505487 0.701647 +72 4 0.428556 0.42198 0.726333 +73 4 0.370821 0.428944 0.759269 +74 4 0.450183 0.461879 0.803063 +75 4 0.45788 0.498336 0.755159 +76 4 0.335681 0.515864 0.868256 +77 4 0.391513 0.480614 0.882748 +78 4 0.344457 0.459309 0.837886 +79 5 0.437684 0.543524 0.669959 +80 2 0.48085 0.566415 0.649308 +81 10 0.413338 0.565754 0.685448 +82 4 0.502063 0.580327 0.680994 +83 4 0.472523 0.594561 0.621273 +84 4 0.503078 0.540352 0.627532 +ITEM: TIMESTEP +190 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.255698 0.633933 0.250762 +2 2 0.292474 0.629955 0.21175 +3 3 0.251412 0.671318 0.27492 +4 4 0.286104 0.599158 0.186089 +5 4 0.328104 0.619549 0.228173 +6 4 0.302129 0.662901 0.190095 +7 5 0.228003 0.593022 0.257234 +8 6 0.181384 0.592287 0.283637 +9 1 0.188947 0.595647 0.339069 +10 3 0.166688 0.625526 0.362417 +11 7 0.154288 0.544422 0.270209 +12 8 0.139209 0.533653 0.217709 +13 8 0.145978 0.486169 0.194246 +14 8 0.115872 0.570244 0.192703 +15 8 0.131623 0.480815 0.145645 +16 8 0.104401 0.56688 0.144552 +17 8 0.112294 0.522202 0.12193 +18 9 0.095582 0.512391 0.0759964 +19 10 0.237971 0.559951 0.24567 +20 4 0.159973 0.623731 0.273162 +21 4 0.173266 0.510664 0.282366 +22 4 0.119142 0.543281 0.290482 +23 11 0.163317 0.456705 0.213948 +24 11 0.10951 0.604271 0.21164 +25 11 0.131643 0.446249 0.126616 +26 11 0.0864549 0.596206 0.125192 +27 10 0.0790227 0.541463 0.0654724 +28 5 0.221226 0.567561 0.361915 +29 7 0.221518 0.570037 0.415775 +30 1 0.261212 0.538544 0.433634 +31 3 0.298822 0.558361 0.450366 +32 10 0.246338 0.545794 0.347003 +33 4 0.190328 0.55276 0.432675 +34 4 0.23032 0.606235 0.428778 +35 5 0.249951 0.492152 0.440462 +36 7 0.280485 0.454956 0.464976 +37 1 0.264135 0.446843 0.520495 +38 3 0.226493 0.461159 0.540482 +39 10 0.218298 0.47953 0.427596 +40 4 0.319139 0.462874 0.465123 +41 4 0.269897 0.422996 0.444401 +42 5 0.293461 0.421353 0.548533 +43 6 0.290668 0.416054 0.60158 +44 1 0.321449 0.45564 0.626938 +45 3 0.314382 0.498304 0.612674 +46 7 0.305445 0.362465 0.615888 +47 8 0.270633 0.327518 0.588868 +48 8 0.289 0.295081 0.552747 +49 8 0.219962 0.325672 0.598038 +50 8 0.25534 0.267008 0.527127 +51 8 0.187606 0.292544 0.575374 +52 8 0.204511 0.265064 0.537174 +53 10 0.324243 0.407423 0.534925 +54 4 0.254198 0.423766 0.614518 +55 4 0.298121 0.359172 0.655675 +56 4 0.343221 0.353134 0.604338 +57 11 0.327314 0.293043 0.543542 +58 11 0.204268 0.351725 0.623174 +59 11 0.26519 0.244323 0.496382 +60 11 0.149361 0.29916 0.582479 +61 11 0.182443 0.24173 0.514253 +62 5 0.35209 0.442261 0.663276 +63 6 0.382525 0.474783 0.691347 +64 1 0.426644 0.496218 0.665518 +65 3 0.45612 0.469264 0.644914 +66 7 0.400369 0.44891 0.737901 +67 7 0.429571 0.478902 0.775857 +68 12 0.390445 0.525705 0.803884 +69 2 0.361236 0.49165 0.854165 +70 10 0.355021 0.407716 0.674447 +71 4 0.359229 0.504144 0.703682 +72 4 0.42212 0.415175 0.731873 +73 4 0.367039 0.439208 0.758938 +74 4 0.441769 0.451102 0.8028 +75 4 0.464284 0.497703 0.766418 +76 4 0.336763 0.515978 0.875537 +77 4 0.392586 0.477945 0.876002 +78 4 0.341443 0.458981 0.840436 +79 5 0.436728 0.5448 0.666181 +80 2 0.483026 0.563423 0.649587 +81 10 0.414892 0.567789 0.68411 +82 4 0.503363 0.574377 0.682962 +83 4 0.476122 0.595869 0.626196 +84 4 0.504282 0.537908 0.626248 +ITEM: TIMESTEP +200 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.256274 0.633026 0.251325 +2 2 0.293555 0.629251 0.213596 +3 3 0.25295 0.669978 0.274752 +4 4 0.280994 0.60938 0.180507 +5 4 0.329314 0.613568 0.224681 +6 4 0.302886 0.667295 0.202963 +7 5 0.228713 0.594235 0.256888 +8 6 0.182852 0.591491 0.283887 +9 1 0.190283 0.596424 0.339211 +10 3 0.164795 0.623352 0.364457 +11 7 0.155399 0.541842 0.272823 +12 8 0.140143 0.535969 0.219526 +13 8 0.148488 0.489375 0.198655 +14 8 0.117786 0.572208 0.193248 +15 8 0.134303 0.480936 0.150178 +16 8 0.10401 0.563046 0.144924 +17 8 0.110181 0.517608 0.122226 +18 9 0.0966662 0.512785 0.0733331 +19 10 0.233064 0.566035 0.234248 +20 4 0.15982 0.621415 0.272441 +21 4 0.178931 0.510717 0.284003 +22 4 0.120401 0.539811 0.293283 +23 11 0.164758 0.460678 0.220304 +24 11 0.110474 0.606823 0.210716 +25 11 0.145049 0.447669 0.131883 +26 11 0.0859627 0.592714 0.126188 +27 10 0.0734569 0.538829 0.069705 +28 5 0.225155 0.568236 0.359288 +29 7 0.226476 0.572696 0.412527 +30 1 0.261557 0.539611 0.437203 +31 3 0.301786 0.556674 0.451805 +32 10 0.244362 0.541763 0.343256 +33 4 0.192863 0.56115 0.429666 +34 4 0.240279 0.608624 0.421215 +35 5 0.249937 0.491513 0.436753 +36 7 0.273983 0.451018 0.463683 +37 1 0.265072 0.446651 0.518807 +38 3 0.225731 0.461064 0.534503 +39 10 0.219143 0.482687 0.419414 +40 4 0.312067 0.461109 0.461531 +41 4 0.263578 0.416771 0.447076 +42 5 0.299214 0.424951 0.548291 +43 6 0.289178 0.416109 0.601371 +44 1 0.319688 0.455231 0.626966 +45 3 0.318843 0.497591 0.612548 +46 7 0.303619 0.362307 0.619412 +47 8 0.270793 0.327469 0.591189 +48 8 0.287076 0.297151 0.551256 +49 8 0.220365 0.328536 0.599238 +50 8 0.256428 0.265519 0.524763 +51 8 0.18894 0.299707 0.570497 +52 8 0.207087 0.266693 0.536699 +53 10 0.329766 0.409414 0.535963 +54 4 0.251739 0.424882 0.610215 +55 4 0.293652 0.356503 0.658328 +56 4 0.342163 0.35469 0.60922 +57 11 0.325264 0.301326 0.542251 +58 11 0.205566 0.349529 0.629191 +59 11 0.268361 0.238686 0.498411 +60 11 0.151712 0.297096 0.583311 +61 11 0.186975 0.240067 0.515639 +62 5 0.35182 0.444672 0.662084 +63 6 0.382218 0.479482 0.69199 +64 1 0.428326 0.495956 0.665504 +65 3 0.459034 0.469351 0.644002 +66 7 0.398914 0.447559 0.739549 +67 7 0.426788 0.476341 0.778227 +68 12 0.390412 0.526938 0.804542 +69 2 0.362027 0.491727 0.852329 +70 10 0.357253 0.409285 0.668794 +71 4 0.361103 0.511513 0.701212 +72 4 0.423736 0.418824 0.725208 +73 4 0.366266 0.428614 0.754473 +74 4 0.44119 0.453033 0.808174 +75 4 0.458513 0.49301 0.759168 +76 4 0.340277 0.517436 0.87499 +77 4 0.389225 0.471415 0.874582 +78 4 0.338024 0.46309 0.836477 +79 5 0.434939 0.544744 0.664763 +80 2 0.482525 0.564132 0.649773 +81 10 0.409771 0.566441 0.679682 +82 4 0.509595 0.566637 0.679913 +83 4 0.4774 0.601387 0.634499 +84 4 0.499038 0.541315 0.620545 +ITEM: TIMESTEP +210 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.256693 0.633916 0.250908 +2 2 0.297446 0.632318 0.212324 +3 3 0.253181 0.669575 0.277785 +4 4 0.27953 0.61892 0.178456 +5 4 0.327892 0.608467 0.224642 +6 4 0.312607 0.669489 0.206326 +7 5 0.227535 0.59362 0.252903 +8 6 0.18357 0.590448 0.282768 +9 1 0.189779 0.595301 0.338747 +10 3 0.165054 0.621753 0.364161 +11 7 0.15784 0.541889 0.276483 +12 8 0.143052 0.53686 0.223654 +13 8 0.151098 0.492003 0.200811 +14 8 0.119736 0.573091 0.194592 +15 8 0.136914 0.481342 0.152997 +16 8 0.101847 0.561477 0.146043 +17 8 0.112523 0.516828 0.123783 +18 9 0.0984875 0.512017 0.0735777 +19 10 0.235137 0.564082 0.232991 +20 4 0.160116 0.620539 0.272702 +21 4 0.185934 0.514543 0.286991 +22 4 0.123253 0.54051 0.297682 +23 11 0.169748 0.46305 0.220066 +24 11 0.113175 0.609293 0.208847 +25 11 0.143704 0.445156 0.138806 +26 11 0.0886737 0.591298 0.123816 +27 10 0.0775878 0.53965 0.0681235 +28 5 0.225207 0.571489 0.360675 +29 7 0.233397 0.57627 0.411743 +30 1 0.265398 0.537033 0.435359 +31 3 0.303721 0.550341 0.455475 +32 10 0.24881 0.551159 0.341798 +33 4 0.199366 0.570271 0.430789 +34 4 0.250044 0.611213 0.419408 +35 5 0.249965 0.490523 0.439242 +36 7 0.275417 0.449309 0.463143 +37 1 0.263977 0.445799 0.516474 +38 3 0.224672 0.461845 0.529759 +39 10 0.217224 0.484558 0.424435 +40 4 0.313422 0.451524 0.452773 +41 4 0.256409 0.416902 0.451087 +42 5 0.297095 0.425042 0.547028 +43 6 0.29446 0.4181 0.59904 +44 1 0.325777 0.456873 0.624646 +45 3 0.320337 0.50093 0.613324 +46 7 0.299702 0.36524 0.616007 +47 8 0.269951 0.329795 0.588298 +48 8 0.290051 0.299431 0.552648 +49 8 0.219453 0.329115 0.600234 +50 8 0.256946 0.268731 0.528782 +51 8 0.187415 0.302638 0.570785 +52 8 0.204933 0.271352 0.536616 +53 10 0.32752 0.410687 0.533063 +54 4 0.257235 0.42628 0.609248 +55 4 0.286534 0.360074 0.654052 +56 4 0.338654 0.354783 0.611431 +57 11 0.329396 0.298153 0.54996 +58 11 0.207025 0.354896 0.627396 +59 11 0.274691 0.245009 0.50272 +60 11 0.148307 0.307455 0.572852 +61 11 0.1822 0.248673 0.513686 +62 5 0.353238 0.44162 0.663473 +63 6 0.383972 0.474339 0.690395 +64 1 0.427845 0.495217 0.664306 +65 3 0.45677 0.466768 0.645045 +66 7 0.397608 0.448431 0.737321 +67 7 0.42192 0.477871 0.777967 +68 12 0.391856 0.527913 0.80503 +69 2 0.361593 0.490651 0.851081 +70 10 0.348143 0.407796 0.675993 +71 4 0.360332 0.502968 0.703751 +72 4 0.419603 0.416598 0.725057 +73 4 0.363007 0.431932 0.750666 +74 4 0.425561 0.452864 0.80973 +75 4 0.456606 0.489829 0.760607 +76 4 0.342425 0.514324 0.877909 +77 4 0.385979 0.466579 0.87284 +78 4 0.335094 0.46472 0.83456 +79 5 0.437352 0.544415 0.664817 +80 2 0.480038 0.568363 0.64876 +81 10 0.411723 0.565192 0.680253 +82 4 0.510677 0.559654 0.673919 +83 4 0.47475 0.608585 0.650093 +84 4 0.491736 0.552086 0.613465 +ITEM: TIMESTEP +220 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.258009 0.634956 0.250737 +2 2 0.297721 0.638176 0.212938 +3 3 0.252831 0.666845 0.279669 +4 4 0.283976 0.62626 0.176653 +5 4 0.325164 0.614057 0.230621 +6 4 0.311423 0.676379 0.212387 +7 5 0.228309 0.597621 0.251602 +8 6 0.185874 0.592963 0.283944 +9 1 0.193391 0.598174 0.339323 +10 3 0.163422 0.623596 0.362386 +11 7 0.159655 0.542588 0.272448 +12 8 0.144378 0.53445 0.222407 +13 8 0.153616 0.489111 0.200475 +14 8 0.118246 0.571247 0.197469 +15 8 0.138585 0.48135 0.152253 +16 8 0.106169 0.564948 0.149197 +17 8 0.115319 0.520641 0.128879 +18 9 0.102248 0.510715 0.0803071 +19 10 0.233906 0.569965 0.228568 +20 4 0.161148 0.622977 0.277263 +21 4 0.186499 0.514428 0.284022 +22 4 0.125259 0.542893 0.293997 +23 11 0.173333 0.460792 0.219611 +24 11 0.105597 0.604759 0.214016 +25 11 0.144242 0.447405 0.13295 +26 11 0.0821759 0.591755 0.132992 +27 10 0.0842804 0.538563 0.0688274 +28 5 0.230135 0.570395 0.361343 +29 7 0.239379 0.57605 0.414843 +30 1 0.268161 0.534909 0.438672 +31 3 0.308419 0.542908 0.457927 +32 10 0.248123 0.545908 0.341254 +33 4 0.2063 0.58255 0.435348 +34 4 0.26302 0.607207 0.420057 +35 5 0.24953 0.490228 0.43904 +36 7 0.276258 0.448801 0.45938 +37 1 0.261861 0.4457 0.512159 +38 3 0.223987 0.462235 0.530589 +39 10 0.216662 0.486874 0.423703 +40 4 0.314477 0.458565 0.458459 +41 4 0.268264 0.41524 0.440233 +42 5 0.296008 0.42384 0.541281 +43 6 0.292012 0.422813 0.595435 +44 1 0.324283 0.457352 0.623787 +45 3 0.326048 0.500683 0.615517 +46 7 0.304126 0.370359 0.616679 +47 8 0.268501 0.335609 0.590181 +48 8 0.285797 0.299378 0.557084 +49 8 0.216627 0.335863 0.59777 +50 8 0.25447 0.26996 0.529327 +51 8 0.18608 0.304345 0.572067 +52 8 0.204642 0.275996 0.535391 +53 10 0.322801 0.403412 0.527437 +54 4 0.254859 0.433081 0.603865 +55 4 0.296226 0.367391 0.656382 +56 4 0.341539 0.356326 0.609545 +57 11 0.324386 0.297429 0.549086 +58 11 0.203688 0.359535 0.626563 +59 11 0.272571 0.245141 0.504563 +60 11 0.147386 0.300928 0.578991 +61 11 0.180673 0.251592 0.515724 +62 5 0.354265 0.442124 0.659772 +63 6 0.381499 0.473942 0.689811 +64 1 0.429072 0.492374 0.66622 +65 3 0.456893 0.464256 0.643134 +66 7 0.394816 0.446524 0.738576 +67 7 0.426017 0.475535 0.777441 +68 12 0.39141 0.529461 0.806304 +69 2 0.359762 0.491399 0.849147 +70 10 0.35768 0.40648 0.666453 +71 4 0.357336 0.504099 0.697784 +72 4 0.413612 0.412011 0.728421 +73 4 0.360704 0.433504 0.756308 +74 4 0.432693 0.446675 0.805191 +75 4 0.459518 0.490268 0.759887 +76 4 0.340882 0.510141 0.879803 +77 4 0.387084 0.468502 0.868557 +78 4 0.334031 0.464642 0.832728 +79 5 0.436769 0.542212 0.667151 +80 2 0.477285 0.570318 0.647956 +81 10 0.411447 0.560496 0.685893 +82 4 0.513318 0.556677 0.660726 +83 4 0.473947 0.607981 0.662717 +84 4 0.479584 0.566804 0.607584 +ITEM: TIMESTEP +230 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.258221 0.639019 0.252955 +2 2 0.297855 0.642298 0.214279 +3 3 0.25354 0.671315 0.284241 +4 4 0.280454 0.631444 0.179251 +5 4 0.330973 0.621275 0.224708 +6 4 0.303315 0.682401 0.211208 +7 5 0.2299 0.598066 0.250218 +8 6 0.188049 0.592419 0.283115 +9 1 0.194588 0.596983 0.338833 +10 3 0.169517 0.625129 0.362479 +11 7 0.16239 0.542513 0.276851 +12 8 0.146674 0.533798 0.224725 +13 8 0.156401 0.48994 0.200465 +14 8 0.117918 0.569607 0.202569 +15 8 0.141264 0.48259 0.151763 +16 8 0.106174 0.56388 0.1529 +17 8 0.118778 0.52139 0.12881 +18 9 0.102968 0.511332 0.080673 +19 10 0.234996 0.572944 0.224339 +20 4 0.162837 0.621735 0.275253 +21 4 0.1884 0.513381 0.28791 +22 4 0.130436 0.54195 0.301875 +23 11 0.174688 0.46067 0.219589 +24 11 0.109263 0.603847 0.220166 +25 11 0.150793 0.449882 0.131857 +26 11 0.0901494 0.595007 0.134702 +27 10 0.0758433 0.532858 0.0751052 +28 5 0.230987 0.572486 0.364692 +29 7 0.245216 0.577482 0.415652 +30 1 0.271377 0.534531 0.437861 +31 3 0.311377 0.537883 0.458896 +32 10 0.251789 0.551609 0.343287 +33 4 0.211634 0.581648 0.435943 +34 4 0.266439 0.610369 0.42065 +35 5 0.25015 0.49046 0.435268 +36 7 0.273311 0.448541 0.459569 +37 1 0.263493 0.444677 0.512566 +38 3 0.225966 0.460789 0.528834 +39 10 0.218625 0.485945 0.41759 +40 4 0.312367 0.451044 0.454541 +41 4 0.256905 0.418673 0.439678 +42 5 0.29623 0.422295 0.541387 +43 6 0.290778 0.423215 0.594229 +44 1 0.326052 0.459253 0.620429 +45 3 0.325844 0.504348 0.615151 +46 7 0.300567 0.371546 0.611931 +47 8 0.265923 0.337058 0.592385 +48 8 0.285037 0.302175 0.560293 +49 8 0.215567 0.34172 0.597514 +50 8 0.25168 0.273925 0.530559 +51 8 0.183801 0.310448 0.57345 +52 8 0.202002 0.275004 0.538583 +53 10 0.329197 0.414979 0.527733 +54 4 0.253859 0.432968 0.604162 +55 4 0.298601 0.369588 0.652426 +56 4 0.336926 0.357182 0.60101 +57 11 0.323801 0.297617 0.554513 +58 11 0.202828 0.371474 0.620081 +59 11 0.265881 0.247343 0.505091 +60 11 0.145358 0.315332 0.580876 +61 11 0.178241 0.253491 0.515572 +62 5 0.356105 0.440226 0.65672 +63 6 0.383539 0.472786 0.690771 +64 1 0.428538 0.491194 0.665705 +65 3 0.456461 0.463606 0.642995 +66 7 0.394074 0.446957 0.741818 +67 7 0.423172 0.478376 0.777452 +68 12 0.393165 0.527264 0.80538 +69 2 0.358746 0.490531 0.84851 +70 10 0.357143 0.403938 0.659703 +71 4 0.36261 0.505453 0.697964 +72 4 0.415913 0.412836 0.739302 +73 4 0.359015 0.435999 0.759089 +74 4 0.439297 0.454755 0.806255 +75 4 0.45419 0.496714 0.758767 +76 4 0.335909 0.514958 0.871517 +77 4 0.377683 0.467414 0.875979 +78 4 0.33017 0.468554 0.829856 +79 5 0.436672 0.538951 0.671044 +80 2 0.474215 0.567212 0.647946 +81 10 0.411222 0.555846 0.690883 +82 4 0.511827 0.552049 0.646228 +83 4 0.476358 0.602251 0.668322 +84 4 0.462154 0.575236 0.610029 +ITEM: TIMESTEP +240 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.258528 0.643528 0.254323 +2 2 0.295168 0.648405 0.215858 +3 3 0.256632 0.672891 0.286643 +4 4 0.281301 0.630402 0.182225 +5 4 0.327673 0.626968 0.22732 +6 4 0.305093 0.686758 0.207022 +7 5 0.231782 0.602068 0.255631 +8 6 0.190888 0.590578 0.287955 +9 1 0.200002 0.599685 0.341005 +10 3 0.175212 0.628355 0.365545 +11 7 0.165614 0.538975 0.280872 +12 8 0.147159 0.532599 0.22879 +13 8 0.160657 0.491385 0.203728 +14 8 0.120399 0.569097 0.204341 +15 8 0.147278 0.485844 0.153789 +16 8 0.103863 0.561255 0.153804 +17 8 0.118302 0.519581 0.1279 +18 9 0.100622 0.514659 0.0779414 +19 10 0.240142 0.575448 0.232216 +20 4 0.162359 0.615854 0.277754 +21 4 0.189713 0.507352 0.289041 +22 4 0.134628 0.53416 0.306644 +23 11 0.183993 0.463917 0.219784 +24 11 0.10618 0.598799 0.226078 +25 11 0.156104 0.450577 0.138452 +26 11 0.0777283 0.587423 0.140053 +27 10 0.0785354 0.541504 0.0732914 +28 5 0.235758 0.572236 0.364288 +29 7 0.247202 0.578628 0.414335 +30 1 0.274307 0.535562 0.436251 +31 3 0.314049 0.537335 0.457888 +32 10 0.249598 0.545206 0.344173 +33 4 0.214487 0.586224 0.435044 +34 4 0.270175 0.610703 0.414847 +35 5 0.253299 0.490216 0.432761 +36 7 0.272033 0.444021 0.456212 +37 1 0.26366 0.444668 0.511627 +38 3 0.224891 0.459384 0.528602 +39 10 0.222348 0.486377 0.413944 +40 4 0.309541 0.436444 0.446588 +41 4 0.247717 0.41803 0.439182 +42 5 0.300848 0.428324 0.541912 +43 6 0.295129 0.42482 0.595661 +44 1 0.325699 0.460176 0.621986 +45 3 0.319816 0.503794 0.614313 +46 7 0.300263 0.372049 0.615276 +47 8 0.264559 0.338198 0.589571 +48 8 0.282506 0.302936 0.557948 +49 8 0.212531 0.344709 0.597778 +50 8 0.248225 0.272634 0.534851 +51 8 0.179123 0.316805 0.572812 +52 8 0.199458 0.278414 0.543584 +53 10 0.322898 0.404077 0.526016 +54 4 0.258076 0.435081 0.604527 +55 4 0.293015 0.371429 0.655209 +56 4 0.33785 0.357762 0.609741 +57 11 0.320936 0.297573 0.550785 +58 11 0.199759 0.372605 0.622589 +59 11 0.257376 0.246434 0.506803 +60 11 0.140227 0.322324 0.576485 +61 11 0.173497 0.25277 0.528575 +62 5 0.356937 0.440292 0.65576 +63 6 0.383355 0.469342 0.690901 +64 1 0.42928 0.488564 0.66827 +65 3 0.456921 0.462775 0.643021 +66 7 0.393769 0.44632 0.738778 +67 7 0.426389 0.476783 0.775552 +68 12 0.392827 0.526663 0.806303 +69 2 0.355157 0.492084 0.847234 +70 10 0.356528 0.403968 0.658446 +71 4 0.362461 0.500999 0.701771 +72 4 0.414341 0.411738 0.733449 +73 4 0.35911 0.437787 0.758103 +74 4 0.440648 0.454272 0.80617 +75 4 0.462535 0.48668 0.759961 +76 4 0.33061 0.512453 0.872336 +77 4 0.381737 0.47304 0.871283 +78 4 0.331266 0.464334 0.829723 +79 5 0.437118 0.537537 0.673595 +80 2 0.472328 0.564084 0.647141 +81 10 0.412121 0.555977 0.692619 +82 4 0.502544 0.5386 0.637916 +83 4 0.490712 0.593731 0.667893 +84 4 0.457492 0.581251 0.613485 +ITEM: TIMESTEP +250 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.261099 0.643691 0.259106 +2 2 0.292345 0.651201 0.215079 +3 3 0.257792 0.67741 0.288772 +4 4 0.282107 0.633949 0.179794 +5 4 0.329878 0.636894 0.220925 +6 4 0.297907 0.691005 0.209401 +7 5 0.232122 0.602456 0.259737 +8 6 0.190596 0.592846 0.292907 +9 1 0.201946 0.59926 0.345365 +10 3 0.182333 0.631965 0.369157 +11 7 0.17016 0.541529 0.281045 +12 8 0.150708 0.533852 0.228603 +13 8 0.165175 0.491804 0.201034 +14 8 0.11758 0.566644 0.206448 +15 8 0.150285 0.485808 0.150586 +16 8 0.102208 0.559564 0.158317 +17 8 0.117405 0.51964 0.13229 +18 9 0.102848 0.517568 0.0825664 +19 10 0.23975 0.577699 0.234131 +20 4 0.162442 0.618886 0.283621 +21 4 0.196862 0.511657 0.28754 +22 4 0.139092 0.529608 0.304287 +23 11 0.189257 0.46468 0.216563 +24 11 0.108665 0.601336 0.222996 +25 11 0.166172 0.456596 0.129347 +26 11 0.0805389 0.588721 0.142914 +27 10 0.0776157 0.541623 0.0787154 +28 5 0.239416 0.571566 0.364737 +29 7 0.252991 0.575887 0.416653 +30 1 0.278375 0.533232 0.435518 +31 3 0.317314 0.539891 0.456069 +32 10 0.255869 0.55156 0.339128 +33 4 0.221566 0.582441 0.439596 +34 4 0.277792 0.60637 0.420194 +35 5 0.255819 0.489047 0.431275 +36 7 0.270893 0.444368 0.456175 +37 1 0.264511 0.445274 0.509586 +38 3 0.226144 0.458162 0.528156 +39 10 0.225674 0.487064 0.410925 +40 4 0.309319 0.441605 0.447649 +41 4 0.252045 0.412663 0.442159 +42 5 0.302128 0.428972 0.539881 +43 6 0.293748 0.423395 0.592963 +44 1 0.322988 0.458838 0.622841 +45 3 0.317223 0.502199 0.617642 +46 7 0.299607 0.371716 0.617364 +47 8 0.264067 0.341547 0.588699 +48 8 0.274872 0.304997 0.557746 +49 8 0.214331 0.349494 0.597072 +50 8 0.242334 0.270948 0.538316 +51 8 0.179929 0.318432 0.573666 +52 8 0.192036 0.27881 0.54261 +53 10 0.336885 0.433122 0.529804 +54 4 0.257016 0.436311 0.599352 +55 4 0.289005 0.371647 0.656545 +56 4 0.338271 0.359639 0.614767 +57 11 0.313136 0.29969 0.549711 +58 11 0.200221 0.376327 0.622326 +59 11 0.256714 0.238657 0.520785 +60 11 0.141356 0.323507 0.580241 +61 11 0.160445 0.259931 0.528381 +62 5 0.356006 0.442965 0.65748 +63 6 0.382369 0.47179 0.690301 +64 1 0.429189 0.489259 0.667537 +65 3 0.457828 0.462574 0.645147 +66 7 0.396615 0.441958 0.738419 +67 7 0.424157 0.472517 0.777775 +68 12 0.393258 0.526004 0.805815 +69 2 0.353725 0.49118 0.847276 +70 10 0.365964 0.407944 0.658533 +71 4 0.36179 0.504299 0.69905 +72 4 0.417937 0.409436 0.726791 +73 4 0.362724 0.430011 0.757291 +74 4 0.441157 0.448587 0.805809 +75 4 0.459792 0.483666 0.761856 +76 4 0.327217 0.516941 0.864045 +77 4 0.372406 0.469796 0.876281 +78 4 0.329414 0.466854 0.825717 +79 5 0.438936 0.536636 0.672581 +80 2 0.474611 0.560953 0.645866 +81 10 0.41684 0.555329 0.694697 +82 4 0.499636 0.535657 0.626338 +83 4 0.498438 0.58556 0.667644 +84 4 0.457365 0.588615 0.621681 +ITEM: TIMESTEP +260 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.2579 0.646499 0.257585 +2 2 0.289571 0.651115 0.216387 +3 3 0.25653 0.677437 0.288778 +4 4 0.275265 0.629601 0.185082 +5 4 0.327695 0.637355 0.218564 +6 4 0.29265 0.689771 0.204397 +7 5 0.234442 0.604443 0.26202 +8 6 0.192641 0.596337 0.292091 +9 1 0.206702 0.601867 0.347139 +10 3 0.187946 0.6311 0.375963 +11 7 0.172884 0.542728 0.279288 +12 8 0.154966 0.533715 0.227728 +13 8 0.171361 0.49506 0.19868 +14 8 0.118872 0.565189 0.210506 +15 8 0.150072 0.487344 0.152413 +16 8 0.100229 0.559981 0.164049 +17 8 0.119032 0.523239 0.135448 +18 9 0.104987 0.517518 0.0856938 +19 10 0.245343 0.578236 0.239193 +20 4 0.167519 0.625114 0.282209 +21 4 0.202047 0.515687 0.287403 +22 4 0.14118 0.532821 0.302617 +23 11 0.197197 0.468625 0.212483 +24 11 0.101735 0.59106 0.234876 +25 11 0.163301 0.45649 0.131678 +26 11 0.0721601 0.584713 0.151505 +27 10 0.0795451 0.540863 0.0795422 +28 5 0.239695 0.571294 0.368161 +29 7 0.255721 0.577282 0.416496 +30 1 0.282413 0.532279 0.436101 +31 3 0.322222 0.536131 0.456347 +32 10 0.251265 0.544145 0.346811 +33 4 0.223402 0.579782 0.438994 +34 4 0.279647 0.608567 0.418873 +35 5 0.259418 0.48984 0.432645 +36 7 0.277398 0.445832 0.45603 +37 1 0.266182 0.444652 0.510509 +38 3 0.22616 0.456684 0.52681 +39 10 0.227105 0.489638 0.415834 +40 4 0.315055 0.440611 0.445467 +41 4 0.256315 0.415747 0.441633 +42 5 0.302258 0.430229 0.541968 +43 6 0.293962 0.425784 0.593158 +44 1 0.322836 0.460626 0.624475 +45 3 0.315754 0.504682 0.621567 +46 7 0.297366 0.371695 0.608967 +47 8 0.260182 0.339498 0.58793 +48 8 0.276224 0.29937 0.558186 +49 8 0.20981 0.350997 0.596204 +50 8 0.239376 0.272142 0.537309 +51 8 0.172001 0.322298 0.576646 +52 8 0.188702 0.282476 0.54858 +53 10 0.328961 0.408398 0.530259 +54 4 0.257098 0.437608 0.60078 +55 4 0.293811 0.3684 0.649266 +56 4 0.33427 0.35752 0.599767 +57 11 0.314379 0.290617 0.553245 +58 11 0.196695 0.382231 0.616436 +59 11 0.245533 0.243584 0.510786 +60 11 0.133615 0.329591 0.582146 +61 11 0.159009 0.262324 0.532176 +62 5 0.354857 0.440513 0.657869 +63 6 0.382609 0.471379 0.692022 +64 1 0.43006 0.490696 0.669325 +65 3 0.455874 0.461456 0.646115 +66 7 0.397539 0.442256 0.739495 +67 7 0.42141 0.469664 0.780516 +68 12 0.394093 0.522201 0.804655 +69 2 0.351584 0.491922 0.844781 +70 10 0.354932 0.404382 0.66249 +71 4 0.361563 0.502536 0.703988 +72 4 0.423307 0.414135 0.725611 +73 4 0.36387 0.42266 0.750894 +74 4 0.426947 0.438503 0.80593 +75 4 0.460231 0.478399 0.772504 +76 4 0.327491 0.518938 0.863143 +77 4 0.374659 0.471823 0.871447 +78 4 0.328986 0.464521 0.825131 +79 5 0.439522 0.539539 0.670632 +80 2 0.480415 0.561673 0.64352 +81 10 0.415865 0.560031 0.689266 +82 4 0.49933 0.538281 0.61627 +83 4 0.508983 0.57723 0.667798 +84 4 0.469462 0.59698 0.626756 +ITEM: TIMESTEP +270 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.258301 0.646807 0.255477 +2 2 0.289494 0.651207 0.212066 +3 3 0.25399 0.67826 0.287073 +4 4 0.275784 0.626626 0.18282 +5 4 0.326742 0.637438 0.220463 +6 4 0.293349 0.689393 0.198856 +7 5 0.234919 0.604127 0.260593 +8 6 0.195967 0.59484 0.29542 +9 1 0.207434 0.599155 0.350249 +10 3 0.190504 0.631899 0.37817 +11 7 0.176946 0.544269 0.284322 +12 8 0.159985 0.537459 0.231148 +13 8 0.175238 0.498831 0.201407 +14 8 0.119007 0.56503 0.216195 +15 8 0.154147 0.492606 0.154435 +16 8 0.0997113 0.5595 0.167135 +17 8 0.118112 0.523209 0.136179 +18 9 0.103326 0.517756 0.0852917 +19 10 0.242934 0.578482 0.235998 +20 4 0.167654 0.621588 0.28911 +21 4 0.206934 0.518024 0.29203 +22 4 0.144611 0.539626 0.308414 +23 11 0.206246 0.47664 0.211551 +24 11 0.105958 0.593956 0.239646 +25 11 0.16692 0.461258 0.134161 +26 11 0.0715197 0.583812 0.154057 +27 10 0.0763721 0.53952 0.0798155 +28 5 0.241523 0.568154 0.368852 +29 7 0.258248 0.577549 0.417924 +30 1 0.285168 0.532956 0.439566 +31 3 0.326227 0.534517 0.458435 +32 10 0.25587 0.542899 0.346871 +33 4 0.228692 0.583912 0.443278 +34 4 0.287057 0.604466 0.416386 +35 5 0.262504 0.490651 0.435741 +36 7 0.281461 0.445556 0.458629 +37 1 0.267188 0.444028 0.510714 +38 3 0.22695 0.456671 0.523484 +39 10 0.231888 0.489672 0.41603 +40 4 0.320836 0.443293 0.457468 +41 4 0.265634 0.414419 0.440276 +42 5 0.301232 0.428497 0.541826 +43 6 0.290709 0.42593 0.595239 +44 1 0.322184 0.462113 0.627365 +45 3 0.317538 0.506174 0.624911 +46 7 0.300266 0.372052 0.606872 +47 8 0.257457 0.342538 0.587872 +48 8 0.266399 0.298361 0.560634 +49 8 0.210545 0.352174 0.595803 +50 8 0.230541 0.272557 0.536924 +51 8 0.172524 0.321702 0.577267 +52 8 0.182602 0.281046 0.547129 +53 10 0.334644 0.420744 0.529564 +54 4 0.253318 0.435118 0.603865 +55 4 0.303095 0.364744 0.646698 +56 4 0.334058 0.357681 0.589577 +57 11 0.304124 0.28898 0.553878 +58 11 0.198196 0.381181 0.61953 +59 11 0.236424 0.241705 0.513039 +60 11 0.135642 0.331208 0.587574 +61 11 0.156947 0.253741 0.534754 +62 5 0.354126 0.443239 0.660334 +63 6 0.383064 0.472762 0.693105 +64 1 0.428554 0.492317 0.666683 +65 3 0.45628 0.461833 0.64824 +66 7 0.396484 0.438312 0.738483 +67 7 0.424365 0.46328 0.78348 +68 12 0.393535 0.520456 0.803119 +69 2 0.348941 0.490936 0.844141 +70 10 0.359218 0.407192 0.659147 +71 4 0.363675 0.502914 0.709591 +72 4 0.413399 0.404625 0.723429 +73 4 0.358443 0.428026 0.748207 +74 4 0.426703 0.435833 0.813292 +75 4 0.462357 0.468521 0.770188 +76 4 0.326836 0.520384 0.861221 +77 4 0.368681 0.469178 0.872149 +78 4 0.326302 0.465248 0.822343 +79 5 0.440438 0.540747 0.66696 +80 2 0.483025 0.561235 0.645185 +81 10 0.417088 0.563734 0.68287 +82 4 0.492471 0.540674 0.611487 +83 4 0.515861 0.560713 0.669041 +84 4 0.479525 0.599351 0.631675 +ITEM: TIMESTEP +280 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.260007 0.645495 0.253972 +2 2 0.29047 0.651072 0.20914 +3 3 0.253033 0.680774 0.281049 +4 4 0.276486 0.629536 0.177704 +5 4 0.328389 0.642122 0.220521 +6 4 0.289514 0.690992 0.201858 +7 5 0.234688 0.603641 0.260909 +8 6 0.197924 0.594352 0.298123 +9 1 0.212485 0.599146 0.350736 +10 3 0.191346 0.631107 0.375283 +11 7 0.176654 0.541094 0.287591 +12 8 0.157229 0.538251 0.23574 +13 8 0.178618 0.504506 0.203576 +14 8 0.120754 0.567608 0.216009 +15 8 0.159891 0.496385 0.15507 +16 8 0.100076 0.558884 0.169377 +17 8 0.119821 0.523468 0.13879 +18 9 0.101 0.517653 0.0909751 +19 10 0.240474 0.575728 0.238234 +20 4 0.168199 0.620179 0.295618 +21 4 0.20827 0.515737 0.289828 +22 4 0.146241 0.535511 0.313886 +23 11 0.206386 0.480414 0.217908 +24 11 0.102835 0.594661 0.238457 +25 11 0.178496 0.471646 0.130602 +26 11 0.0699865 0.582202 0.158996 +27 10 0.0759327 0.541919 0.0873817 +28 5 0.243676 0.566947 0.37192 +29 7 0.264611 0.575612 0.420171 +30 1 0.287293 0.532494 0.440778 +31 3 0.325537 0.539726 0.462736 +32 10 0.252964 0.537305 0.352897 +33 4 0.238102 0.579942 0.449074 +34 4 0.294906 0.600885 0.419613 +35 5 0.264839 0.488867 0.437884 +36 7 0.28418 0.444842 0.459115 +37 1 0.267094 0.444995 0.512284 +38 3 0.225237 0.456638 0.52182 +39 10 0.230892 0.485102 0.425226 +40 4 0.323517 0.445129 0.462177 +41 4 0.269603 0.414831 0.438049 +42 5 0.301388 0.432252 0.545412 +43 6 0.292191 0.426205 0.596862 +44 1 0.322424 0.462697 0.627814 +45 3 0.316543 0.506386 0.626032 +46 7 0.300138 0.370165 0.609755 +47 8 0.255084 0.339588 0.58723 +48 8 0.265643 0.298595 0.55505 +49 8 0.206639 0.351406 0.597097 +50 8 0.225972 0.270337 0.538884 +51 8 0.166858 0.323373 0.579631 +52 8 0.175593 0.284126 0.548676 +53 10 0.335428 0.4253 0.534472 +54 4 0.255098 0.437 0.604893 +55 4 0.297687 0.363943 0.649791 +56 4 0.336244 0.356519 0.5972 +57 11 0.303666 0.290787 0.54797 +58 11 0.198295 0.382914 0.619335 +59 11 0.232912 0.236811 0.519269 +60 11 0.129834 0.334379 0.587691 +61 11 0.147155 0.265895 0.528286 +62 5 0.354271 0.445056 0.661533 +63 6 0.383079 0.472992 0.694027 +64 1 0.430837 0.490534 0.67012 +65 3 0.459971 0.46271 0.649188 +66 7 0.394012 0.438875 0.739024 +67 7 0.421622 0.461889 0.779911 +68 12 0.394042 0.516222 0.802375 +69 2 0.347434 0.490477 0.84208 +70 10 0.357435 0.408944 0.665087 +71 4 0.364933 0.506173 0.705281 +72 4 0.418414 0.409084 0.726196 +73 4 0.359959 0.42292 0.754299 +74 4 0.423285 0.436571 0.811593 +75 4 0.45803 0.469875 0.763843 +76 4 0.327481 0.52232 0.857426 +77 4 0.363414 0.468278 0.872069 +78 4 0.323966 0.466935 0.818786 +79 5 0.437902 0.53951 0.664756 +80 2 0.482985 0.558354 0.647089 +81 10 0.414635 0.563603 0.679072 +82 4 0.490262 0.549459 0.60816 +83 4 0.513445 0.543963 0.669731 +84 4 0.484594 0.598841 0.644699 +ITEM: TIMESTEP +290 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.256095 0.647789 0.250482 +2 2 0.290983 0.649977 0.208975 +3 3 0.254058 0.683612 0.277115 +4 4 0.272752 0.625501 0.182214 +5 4 0.326427 0.635844 0.222814 +6 4 0.292198 0.687689 0.194014 +7 5 0.238635 0.602259 0.261318 +8 6 0.199668 0.592138 0.295526 +9 1 0.21237 0.597026 0.350624 +10 3 0.195375 0.632231 0.374698 +11 7 0.174173 0.541492 0.287098 +12 8 0.157134 0.537783 0.236077 +13 8 0.181215 0.504667 0.204774 +14 8 0.118992 0.567207 0.217937 +15 8 0.164377 0.499817 0.157442 +16 8 0.100681 0.561333 0.171326 +17 8 0.123117 0.526913 0.142173 +18 9 0.100436 0.514914 0.0977438 +19 10 0.250454 0.574423 0.241015 +20 4 0.170239 0.617525 0.288721 +21 4 0.199562 0.510999 0.295645 +22 4 0.139667 0.541242 0.308472 +23 11 0.212975 0.484602 0.216842 +24 11 0.103781 0.596354 0.239752 +25 11 0.178664 0.47161 0.133838 +26 11 0.0695627 0.583032 0.160477 +27 10 0.0743476 0.537722 0.0923316 +28 5 0.246525 0.567569 0.370963 +29 7 0.262918 0.578052 0.418427 +30 1 0.288545 0.534124 0.444267 +31 3 0.327988 0.539152 0.467166 +32 10 0.262869 0.540903 0.352292 +33 4 0.235193 0.587246 0.444954 +34 4 0.291646 0.60485 0.414758 +35 5 0.268398 0.489366 0.437485 +36 7 0.284666 0.445201 0.462524 +37 1 0.267597 0.445761 0.514603 +38 3 0.225007 0.454871 0.523355 +39 10 0.24112 0.483611 0.414041 +40 4 0.323885 0.440891 0.462947 +41 4 0.264254 0.414397 0.448693 +42 5 0.301922 0.435383 0.548026 +43 6 0.292219 0.425634 0.59809 +44 1 0.320587 0.461615 0.629315 +45 3 0.315161 0.506215 0.624803 +46 7 0.291129 0.369065 0.611667 +47 8 0.253734 0.339183 0.586926 +48 8 0.261146 0.29958 0.554169 +49 8 0.205906 0.350517 0.600682 +50 8 0.221432 0.272583 0.537172 +51 8 0.16591 0.327723 0.578465 +52 8 0.173674 0.286964 0.551837 +53 10 0.334569 0.423179 0.537441 +54 4 0.25583 0.438974 0.605492 +55 4 0.282795 0.361528 0.650671 +56 4 0.327367 0.354297 0.600887 +57 11 0.297685 0.28834 0.5444 +58 11 0.1998 0.3791 0.627188 +59 11 0.22999 0.244705 0.510592 +60 11 0.128221 0.334318 0.588106 +61 11 0.143294 0.263191 0.543545 +62 5 0.354718 0.441865 0.660754 +63 6 0.383272 0.470827 0.692285 +64 1 0.429851 0.489172 0.668792 +65 3 0.462513 0.461521 0.654427 +66 7 0.392949 0.43829 0.735775 +67 7 0.422908 0.459749 0.778011 +68 12 0.394593 0.514837 0.803213 +69 2 0.344861 0.489653 0.839432 +70 10 0.357283 0.405726 0.664517 +71 4 0.36427 0.50334 0.704064 +72 4 0.410934 0.403513 0.725069 +73 4 0.358286 0.429754 0.755092 +74 4 0.425977 0.432696 0.808115 +75 4 0.457891 0.476671 0.766291 +76 4 0.324791 0.518818 0.859283 +77 4 0.363372 0.467674 0.8681 +78 4 0.320942 0.465373 0.817388 +79 5 0.436004 0.53748 0.667303 +80 2 0.48146 0.556841 0.64903 +81 10 0.409724 0.559963 0.678733 +82 4 0.486352 0.560732 0.608925 +83 4 0.513257 0.537234 0.664904 +84 4 0.483403 0.596242 0.658588 +ITEM: TIMESTEP +300 +ITEM: NUMBER OF ATOMS +84 +ITEM: BOX BOUNDS +36.8402 64.2116 +41.0137 68.3851 +29.7681 57.1395 +ITEM: ATOMS id type xs ys zs +1 1 0.260831 0.646386 0.252453 +2 2 0.291321 0.646587 0.205869 +3 3 0.250201 0.684574 0.274067 +4 4 0.271997 0.625667 0.176948 +5 4 0.328246 0.631831 0.214015 +6 4 0.292001 0.6852 0.193373 +7 5 0.240777 0.60289 0.262332 +8 6 0.200491 0.594586 0.294818 +9 1 0.216024 0.599247 0.347278 +10 3 0.198527 0.631529 0.373275 +11 7 0.17291 0.544728 0.289737 +12 8 0.159693 0.53941 0.237141 +13 8 0.181328 0.505608 0.204603 +14 8 0.119153 0.565616 0.222308 +15 8 0.164266 0.50072 0.158316 +16 8 0.10399 0.563034 0.172927 +17 8 0.124086 0.527616 0.142492 +18 9 0.100585 0.511741 0.0992601 +19 10 0.25262 0.575894 0.240937 +20 4 0.172828 0.62194 0.28823 +21 4 0.197677 0.513851 0.298722 +22 4 0.137761 0.540776 0.309647 +23 11 0.211195 0.482927 0.216868 +24 11 0.0999675 0.585881 0.250203 +25 11 0.17714 0.471241 0.135466 +26 11 0.0713278 0.581482 0.160691 +27 10 0.0753079 0.534605 0.0909873 +28 5 0.248064 0.569124 0.367709 +29 7 0.26482 0.577209 0.418621 +30 1 0.291399 0.534346 0.442986 +31 3 0.326439 0.538309 0.470387 +32 10 0.258788 0.540482 0.347924 +33 4 0.235086 0.580827 0.444305 +34 4 0.287382 0.609198 0.423574 +35 5 0.272252 0.492464 0.436 +36 7 0.284233 0.447856 0.462311 +37 1 0.268076 0.445162 0.515442 +38 3 0.225856 0.452625 0.528365 +39 10 0.24339 0.491221 0.413814 +40 4 0.323517 0.444269 0.463178 +41 4 0.264104 0.416443 0.449468 +42 5 0.301118 0.431511 0.549184 +43 6 0.284032 0.425147 0.599328 +44 1 0.318023 0.458155 0.627029 +45 3 0.316152 0.501976 0.626231 +46 7 0.291342 0.371529 0.614575 +47 8 0.251746 0.342252 0.589081 +48 8 0.257154 0.303631 0.555114 +49 8 0.202361 0.354381 0.601696 +50 8 0.2174 0.276432 0.534692 +51 8 0.163683 0.326854 0.583194 +52 8 0.170656 0.287795 0.549915 +53 10 0.337157 0.431591 0.543901 +54 4 0.24821 0.439299 0.607894 +55 4 0.283976 0.367882 0.654324 +56 4 0.327819 0.358011 0.602991 +57 11 0.293214 0.293022 0.543114 +58 11 0.196277 0.38376 0.627323 +59 11 0.226976 0.245257 0.512481 +60 11 0.127217 0.340497 0.589598 +61 11 0.141603 0.268321 0.531652 +62 5 0.35261 0.438803 0.656179 +63 6 0.381341 0.467675 0.692251 +64 1 0.429976 0.488658 0.671276 +65 3 0.461519 0.460205 0.657773 +66 7 0.391789 0.435275 0.736043 +67 7 0.424939 0.459624 0.776882 +68 12 0.395266 0.515197 0.804552 +69 2 0.344241 0.486753 0.838057 +70 10 0.356466 0.402682 0.653495 +71 4 0.360661 0.498745 0.705051 +72 4 0.413961 0.402908 0.725635 +73 4 0.356771 0.421887 0.751601 +74 4 0.42798 0.434904 0.808932 +75 4 0.460925 0.472308 0.763036 +76 4 0.322344 0.51627 0.855285 +77 4 0.353495 0.461096 0.868117 +78 4 0.319974 0.469206 0.810658 +79 5 0.436177 0.536241 0.669003 +80 2 0.478989 0.559549 0.651681 +81 10 0.409212 0.555864 0.683652 +82 4 0.476772 0.566306 0.611718 +83 4 0.511541 0.535805 0.656592 +84 4 0.484226 0.596542 0.667544 diff --git a/examples/files/image.svg b/examples/files/image.svg new file mode 100644 index 0000000..fa57f0b --- /dev/null +++ b/examples/files/image.svg @@ -0,0 +1,5003 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/files/log.ccell b/examples/files/log.ccell new file mode 100644 index 0000000..82f3475 --- /dev/null +++ b/examples/files/log.ccell @@ -0,0 +1,184 @@ +ChemCell (1 Nov 2004) +# Lotka-Volterra reactions + +seed 3998694 + +volume 1.0e-11 + +species prey +species predator +species food + +count prey 1000 +count predator 1000 +count food 1000 + +reaction 1 food prey 1.0e10 prey prey food +reaction 2 prey predator 1.0e10 predator predator +reaction 3 predator 1.0 + +stats 1.0 + +run_style gillespie + +run 100.0 +Domain: + global size in xyz = 0 0 0 +Particles: + number of 3d species = 3 + min/max 3d diffusivities = 0 0 + number of 2d species = 0 + initial particles = 0 +Move: +Reactions: + number of 1-reactant reactions = 1 + min/max 1-reactant rates = 1 1 + number of 2-reactant reactions = 2 + min/max 2-reactant rates = 1e+10 1e+10 + min/max reaction distance = 0 0 + max/min reaction probabilities = nan 0 +Memory usage in Mbyte/proc (ave/max/min) + parts = 0 0 0 + bins = 0 0 0 + surfs = 0 0 0 + total = 0 0 0 +Step Time prey predator food +0 0 1000 1000 1000 +4692 1.00009 597 1578 1000 +7799 2.00172 310 1163 1000 +9645 3.00015 338 776 1000 +11461 4.00011 602 589 1000 +14379 5.0001 965 857 1000 +18851 6.00007 748 1454 1000 +22512 7.00046 370 1255 1000 +24955 8.00074 403 930 1000 +27100 9 482 757 1000 +29691 10.0001 761 794 1000 +33309 11.0005 786 1155 1000 +36960 12 504 1224 1000 +39734 13.0004 496 965 1000 +42491 14.0002 617 900 1000 +45457 15.0004 702 953 1000 +48965 16 634 1175 1000 +52213 17 430 1065 1000 +54659 18.0003 445 902 1000 +57045 19.0009 631 778 1000 +60145 20.0003 716 991 1000 +63486 21.0001 588 1071 1000 +66522 22.0003 591 1002 1000 +69455 23.0001 605 981 1000 +72394 24.0006 604 951 1000 +75265 25.0013 659 934 1000 +78598 26.0004 697 1050 1000 +81666 27.0003 485 1061 1000 +84221 28.0001 597 904 1000 +87384 29.0006 727 1030 1000 +90855 30 625 1066 1000 +94074 31.0002 641 1118 1000 +97342 32.0001 600 1082 1000 +100200 33.0001 548 956 1000 +102869 34.0002 543 904 1000 +105514 35.0002 619 834 1000 +108533 36.0005 651 1036 1000 +111683 37.0004 610 1052 1000 +114757 38.0012 470 1060 1000 +117160 39.0017 412 879 1000 +119493 40.0001 663 720 1000 +122836 41.0001 843 1040 1000 +126736 42 558 1256 1000 +129669 43.0009 429 1038 1000 +131998 44.0006 518 781 1000 +134494 45.0006 715 762 1000 +138030 46 713 1166 1000 +141338 47.0002 496 1160 1000 +143924 48.0004 366 931 1000 +145935 49.0019 482 656 1000 +148272 50.0001 868 685 1000 +152460 51.0006 996 1287 1000 +157045 52.0003 471 1487 1000 +159549 53.0007 271 994 1000 +161246 54.0001 405 613 1000 +163326 55.0002 900 594 1000 +168218 56.0002 1112 1485 1000 +172925 57.0006 360 1642 1000 +175150 58.0022 213 953 1000 +176678 59 409 584 1000 +178951 60.0002 893 631 1000 +183064 61.0004 935 1288 1000 +187196 62.0001 403 1454 1000 +189482 63.0007 289 911 1000 +191356 64.0014 494 634 1000 +193721 65 897 670 1000 +198165 66.0002 987 1395 1000 +202535 67.0001 426 1495 1000 +205000 68.0012 241 978 1000 +206544 69.0007 348 591 1000 +208490 70.0002 785 549 1000 +212330 71.0001 1162 1160 1000 +217128 72.0001 460 1597 1000 +219694 73.0001 259 1005 1000 +221459 74.0001 435 592 1000 +223616 75.0001 814 602 1000 +227560 76.0001 1127 1174 1000 +232496 77.0006 451 1655 1000 +235034 78.0002 252 1021 1000 +236607 79.0003 352 568 1000 +238504 80.0003 807 575 1000 +242326 81.0001 1029 1097 1000 +246831 82.0001 493 1513 1000 +249606 83 295 1042 1000 +251351 84.0003 414 631 1000 +253495 85.0001 834 587 1000 +257467 86 1158 1163 1000 +262343 87.0003 444 1588 1000 +264752 88.0001 250 1007 1000 +266292 89.0003 343 583 1000 +268051 90.0015 761 490 1000 +271888 91 1238 1099 1000 +277508 92.0002 487 1880 1000 +280262 93 201 1063 1000 +281699 94.0006 266 573 1000 +283173 95.0004 612 432 1000 +286341 96.0006 1320 867 1000 +292092 97.0003 575 1928 1000 +295174 98.0015 180 1211 1000 +296648 99.0003 211 635 1000 +297937 100.003 523 387 1000 +Loop time of 2.9678 on 1 procs for 297937 steps + +Move time (%) = 0 (0) +Migrt time (%) = 0 (0) +React time (%) = 0.996689 (33.5835) +RComm time (%) = 0 (0) +Outpt time (%) = 1.04967 (35.3688) +Balnc time (%) = 0 (0) +Other time (%) = 0.921435 (31.0478) + +Nlocal: 0 ave 0 max 0 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Nghost: 0 ave 0 max 0 min +Histogram: 1 0 0 0 0 0 0 0 0 0 + +Move statistics (total & per-step): + moves = 0 0 + BC collide = 0 0 + tri checks = 0 0 + relect hits = 0 0 + near hits = 0 0 + stick hits = 0 0 + far hits = 0 0 + thru hits = 0 0 +Reaction statistics (total & per-step): + overlaps = 0 0 + reactions = 297937 1 + count of each reaction: (1 98790) (2 99267) (3 99880) +Memory usage in Mbyte/proc (ave/max/min) + parts = 0 0 0 + bins = 0 0 0 + surfs = 0 0 0 + total = 0 0 0 +Equivalance map of species & type + map prey 1 + map predator 2 + map food 3 + diff --git a/examples/files/log.obstacle b/examples/files/log.obstacle new file mode 100644 index 0000000..2c245f5 --- /dev/null +++ b/examples/files/log.obstacle @@ -0,0 +1,133 @@ +LAMMPS (1 Sept 2004) +# 2d LJ obstacle flow + +dimension 2 +boundary p s p + +atom_style atomic +neighbor 0.3 bin +neigh_modify delay 5 + +# create geometry + +lattice hex 0.7 +region box block 0 40 0 10 -0.25 0.25 +create_box 3 box +Created box = (0 0 -0.321089) to (51.3743 22.2457 0.321089) + 1 by 1 by 1 processor grid +create_atoms 1 +Created 840 atoms + +mass 1 1.0 +mass 2 1.0 +mass 3 1.0 + +# LJ potentials + +pair_style lj/cut 1.12246 +pair_coeff * * 1.0 1.0 1.12246 + +# define groups + +region 1 block INF INF INF 1.25 INF INF +group lower region 1 +120 atoms in group lower +region 2 block INF INF 8.75 INF INF INF +group upper region 2 +120 atoms in group upper +group boundary join lower upper +240 atoms in group boundary +group flow subtract all boundary +600 atoms in group flow + +set_type lower atom 2 + 120 changes made +set_type upper atom 3 + 120 changes made + +# initial velocities + +temperature mobile flow full +velocity flow create 1.0 482748 temp mobile +fix 1 all nve +fix 2 flow temp/rescale 1.0 1.0 200 0.02 1.0 +fix_modify 2 temp mobile + +# Poiselle flow + +velocity boundary set 0.0 0.0 0.0 +fix 3 lower setforce 0.0 0.0 0.0 +fix 4 upper setforce 0.0 NULL 0.0 +fix 5 upper aveforce 0.0 -0.5 0.0 +fix 6 flow addforce 1.0 0.0 0.0 + +# 2 obstacles + +region void1 sphere 10 4 0 3 +delete_atoms region void1 +Deleted 36 atoms, new total = 804 +region void2 sphere 20 7 0 3 +delete_atoms region void2 +Deleted 37 atoms, new total = 767 + +fix 7 flow indent 100 4 10 4 0 0 0 0 +fix 8 flow indent 100 4 20 7 0 0 0 0 +fix 9 all enforce2d + +# Run + +timestep 0.003 +thermo 1000 +thermo_modify temp mobile + +#dump 1 all atom 100 dump.obstacle +dump 1 all custom 100 dump.custom tag type x y z vx vy + +run 25000 +Memory usage per processor = 1.06157 Mbytes +Step Temperature E_pair E_bond E_total Pressure Volume + 0 1.0019297 0 0 0.68645902 0.47826346 733.92473 + 1000 1 -0.3541344 0 0.3310025 1.471929 788.80874 + 2000 1 -0.40581755 0 0.27931935 1.3444013 815.07966 + 3000 1 -0.53487842 0 0.15025847 1.5881028 838.85908 + 4000 1 -0.56788721 0 0.11724969 1.5870075 867.65296 + 5000 1 -0.49969634 0 0.18544056 1.3461368 897.39498 + 6000 1 -0.46128743 0 0.22384946 1.2535238 916.0006 + 7000 1 -0.44495472 0 0.24018217 1.2604379 923.45772 + 8000 1 -0.43113095 0 0.25400595 1.3020687 922.74025 + 9000 1 -0.37283611 0 0.31230079 1.0383053 926.35044 + 10000 1 -0.41317676 0 0.27196014 1.0430468 923.77242 + 11000 1 -0.39163654 0 0.29350036 1.1417985 924.17464 + 12000 1 -0.40243311 0 0.28270378 1.1857218 926.0797 + 13000 1 -0.39552697 0 0.28960993 1.0909948 930.73504 + 14000 1 -0.38651967 0 0.29861723 1.019887 932.46408 + 15000 1 -0.36137982 0 0.32375708 1.0862526 934.52524 + 16000 1 -0.38895837 0 0.29617853 1.0782077 937.54986 + 17000 1 -0.36593408 0 0.31920282 1.0433347 937.86368 + 18000 1 -0.36862138 0 0.31651552 1.0541325 936.44677 + 19000 1 -0.34653171 0 0.33860519 1.0383193 936.06753 + 20000 1 -0.4198566 0 0.26528029 1.1931375 929.06482 + 21000 1 -0.37716741 0 0.30796949 1.0620287 933.67326 + 22000 1 -0.39545011 0 0.28968679 1.0645021 933.58553 + 23000 1 -0.36365319 0 0.3214837 1.049493 933.6992 + 24000 1 -0.35620009 0 0.3289368 1.0211735 935.87224 + 25000 1 -0.39356635 0 0.29157055 0.99663982 935.394 +Loop time of 9.57984 on 1 procs for 25000 steps with 767 atoms + +Pair time (%) = 2.67079 (27.8793) +Neigh time (%) = 0.878906 (9.17454) +Comm time (%) = 0.298905 (3.12015) +Outpt time (%) = 1.59839 (16.6849) +Other time (%) = 4.13285 (43.1411) + +Nlocal: 767 ave 767 max 767 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Nghost: 46 ave 46 max 46 min +Histogram: 1 0 0 0 0 0 0 0 0 0 +Neighs: 1604 ave 1604 max 1604 min +Histogram: 1 0 0 0 0 0 0 0 0 0 + +Total # of neighbors = 1604 +Ave neighs/atom = 2.09126 +Neighbor list builds = 1625 +Dangerous builds = 0 diff --git a/examples/files/mesh.grain b/examples/files/mesh.grain new file mode 100644 index 0000000..adbb4f7 --- /dev/null +++ b/examples/files/mesh.grain @@ -0,0 +1,4640 @@ +ITEM: TIMESTEP +0 +ITEM: NUMBER OF NODES +121 +ITEM: BOX BOUNDS +0 10 +0 10 +0 0 +ITEM: NODES +1 1 0 0 0 +2 1 0 1 0 +3 1 0 2 0 +4 1 0 3 0 +5 1 0 4 0 +6 1 0 5 0 +7 1 0 6 0 +8 1 0 7 0 +9 1 0 8 0 +10 1 0 9 0 +11 1 0 10 0 +12 1 1 0 0 +13 1 1 1 0 +14 1 1 2 0 +15 1 1 3 0 +16 1 1 4 0 +17 1 1 5 0 +18 1 1 6 0 +19 1 1 7 0 +20 1 1 8 0 +21 1 1 9 0 +22 1 1 10 0 +23 1 2 0 0 +24 1 2 1 0 +25 1 2 2 0 +26 1 2 3 0 +27 1 2 4 0 +28 1 2 5 0 +29 1 2 6 0 +30 1 2 7 0 +31 1 2 8 0 +32 1 2 9 0 +33 1 2 10 0 +34 1 3 0 0 +35 1 3 1 0 +36 1 3 2 0 +37 1 3 3 0 +38 1 3 4 0 +39 1 3 5 0 +40 1 3 6 0 +41 1 3 7 0 +42 1 3 8 0 +43 1 3 9 0 +44 1 3 10 0 +45 1 4 0 0 +46 1 4 1 0 +47 1 4 2 0 +48 1 4 3 0 +49 1 4 4 0 +50 1 4 5 0 +51 1 4 6 0 +52 1 4 7 0 +53 1 4 8 0 +54 1 4 9 0 +55 1 4 10 0 +56 1 5 0 0 +57 1 5 1 0 +58 1 5 2 0 +59 1 5 3 0 +60 1 5 4 0 +61 1 5 5 0 +62 1 5 6 0 +63 1 5 7 0 +64 1 5 8 0 +65 1 5 9 0 +66 1 5 10 0 +67 1 6 0 0 +68 1 6 1 0 +69 1 6 2 0 +70 1 6 3 0 +71 1 6 4 0 +72 1 6 5 0 +73 1 6 6 0 +74 1 6 7 0 +75 1 6 8 0 +76 1 6 9 0 +77 1 6 10 0 +78 1 7 0 0 +79 1 7 1 0 +80 1 7 2 0 +81 1 7 3 0 +82 1 7 4 0 +83 1 7 5 0 +84 1 7 6 0 +85 1 7 7 0 +86 1 7 8 0 +87 1 7 9 0 +88 1 7 10 0 +89 1 8 0 0 +90 1 8 1 0 +91 1 8 2 0 +92 1 8 3 0 +93 1 8 4 0 +94 1 8 5 0 +95 1 8 6 0 +96 1 8 7 0 +97 1 8 8 0 +98 1 8 9 0 +99 1 8 10 0 +100 1 9 0 0 +101 1 9 1 0 +102 1 9 2 0 +103 1 9 3 0 +104 1 9 4 0 +105 1 9 5 0 +106 1 9 6 0 +107 1 9 7 0 +108 1 9 8 0 +109 1 9 9 0 +110 1 9 10 0 +111 1 10 0 0 +112 1 10 1 0 +113 1 10 2 0 +114 1 10 3 0 +115 1 10 4 0 +116 1 10 5 0 +117 1 10 6 0 +118 1 10 7 0 +119 1 10 8 0 +120 1 10 9 0 +121 1 10 10 0 +ITEM: TIMESTEP +0 +ITEM: NUMBER OF TRIANGLES +200 +ITEM: TRIANGLES +1 1 1 13 12 +2 1 1 2 13 +3 1 2 14 13 +4 1 2 3 14 +5 1 3 15 14 +6 1 3 4 15 +7 1 4 16 15 +8 1 4 5 16 +9 1 5 17 16 +10 1 5 6 17 +11 1 6 18 17 +12 1 6 7 18 +13 1 7 19 18 +14 1 7 8 19 +15 1 8 20 19 +16 1 8 9 20 +17 1 9 21 20 +18 1 9 10 21 +19 1 10 22 21 +20 1 10 11 22 +21 1 12 24 23 +22 1 12 13 24 +23 1 13 25 24 +24 1 13 14 25 +25 1 14 26 25 +26 1 14 15 26 +27 1 15 27 26 +28 1 15 16 27 +29 1 16 28 27 +30 1 16 17 28 +31 1 17 29 28 +32 1 17 18 29 +33 1 18 30 29 +34 1 18 19 30 +35 1 19 31 30 +36 1 19 20 31 +37 1 20 32 31 +38 1 20 21 32 +39 1 21 33 32 +40 1 21 22 33 +41 1 23 35 34 +42 1 23 24 35 +43 1 24 36 35 +44 1 24 25 36 +45 1 25 37 36 +46 1 25 26 37 +47 1 26 38 37 +48 1 26 27 38 +49 1 27 39 38 +50 1 27 28 39 +51 1 28 40 39 +52 1 28 29 40 +53 1 29 41 40 +54 1 29 30 41 +55 1 30 42 41 +56 1 30 31 42 +57 1 31 43 42 +58 1 31 32 43 +59 1 32 44 43 +60 1 32 33 44 +61 1 34 46 45 +62 1 34 35 46 +63 1 35 47 46 +64 1 35 36 47 +65 1 36 48 47 +66 1 36 37 48 +67 1 37 49 48 +68 1 37 38 49 +69 1 38 50 49 +70 1 38 39 50 +71 1 39 51 50 +72 1 39 40 51 +73 1 40 52 51 +74 1 40 41 52 +75 1 41 53 52 +76 1 41 42 53 +77 1 42 54 53 +78 1 42 43 54 +79 1 43 55 54 +80 1 43 44 55 +81 1 45 57 56 +82 1 45 46 57 +83 1 46 58 57 +84 1 46 47 58 +85 1 47 59 58 +86 1 47 48 59 +87 1 48 60 59 +88 1 48 49 60 +89 1 49 61 60 +90 1 49 50 61 +91 1 50 62 61 +92 1 50 51 62 +93 1 51 63 62 +94 1 51 52 63 +95 1 52 64 63 +96 1 52 53 64 +97 1 53 65 64 +98 1 53 54 65 +99 1 54 66 65 +100 1 54 55 66 +101 1 56 68 67 +102 1 56 57 68 +103 1 57 69 68 +104 1 57 58 69 +105 1 58 70 69 +106 1 58 59 70 +107 1 59 71 70 +108 1 59 60 71 +109 1 60 72 71 +110 1 60 61 72 +111 1 61 73 72 +112 1 61 62 73 +113 1 62 74 73 +114 1 62 63 74 +115 1 63 75 74 +116 1 63 64 75 +117 1 64 76 75 +118 1 64 65 76 +119 1 65 77 76 +120 1 65 66 77 +121 1 67 79 78 +122 1 67 68 79 +123 1 68 80 79 +124 1 68 69 80 +125 1 69 81 80 +126 1 69 70 81 +127 1 70 82 81 +128 1 70 71 82 +129 1 71 83 82 +130 1 71 72 83 +131 1 72 84 83 +132 1 72 73 84 +133 1 73 85 84 +134 1 73 74 85 +135 1 74 86 85 +136 1 74 75 86 +137 1 75 87 86 +138 1 75 76 87 +139 1 76 88 87 +140 1 76 77 88 +141 1 78 90 89 +142 1 78 79 90 +143 1 79 91 90 +144 1 79 80 91 +145 1 80 92 91 +146 1 80 81 92 +147 1 81 93 92 +148 1 81 82 93 +149 1 82 94 93 +150 1 82 83 94 +151 1 83 95 94 +152 1 83 84 95 +153 1 84 96 95 +154 1 84 85 96 +155 1 85 97 96 +156 1 85 86 97 +157 1 86 98 97 +158 1 86 87 98 +159 1 87 99 98 +160 1 87 88 99 +161 1 89 101 100 +162 1 89 90 101 +163 1 90 102 101 +164 1 90 91 102 +165 1 91 103 102 +166 1 91 92 103 +167 1 92 104 103 +168 1 92 93 104 +169 1 93 105 104 +170 1 93 94 105 +171 1 94 106 105 +172 1 94 95 106 +173 1 95 107 106 +174 1 95 96 107 +175 1 96 108 107 +176 1 96 97 108 +177 1 97 109 108 +178 1 97 98 109 +179 1 98 110 109 +180 1 98 99 110 +181 1 100 112 111 +182 1 100 101 112 +183 1 101 113 112 +184 1 101 102 113 +185 1 102 114 113 +186 1 102 103 114 +187 1 103 115 114 +188 1 103 104 115 +189 1 104 116 115 +190 1 104 105 116 +191 1 105 117 116 +192 1 105 106 117 +193 1 106 118 117 +194 1 106 107 118 +195 1 107 119 118 +196 1 107 108 119 +197 1 108 120 119 +198 1 108 109 120 +199 1 109 121 120 +200 1 109 110 121 +ITEM: TIMESTEP +0 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 9 +4 9 +5 13 +6 13 +7 10 +8 10 +9 14 +10 14 +11 2 +12 2 +13 14 +14 14 +15 1 +16 1 +17 16 +18 16 +19 15 +20 15 +21 19 +22 19 +23 14 +24 14 +25 7 +26 7 +27 4 +28 4 +29 16 +30 16 +31 20 +32 20 +33 7 +34 7 +35 9 +36 9 +37 2 +38 2 +39 3 +40 3 +41 6 +42 6 +43 16 +44 16 +45 1 +46 1 +47 10 +48 10 +49 16 +50 16 +51 15 +52 15 +53 7 +54 7 +55 14 +56 14 +57 4 +58 4 +59 1 +60 1 +61 18 +62 18 +63 14 +64 14 +65 18 +66 18 +67 5 +68 5 +69 18 +70 18 +71 10 +72 10 +73 7 +74 7 +75 6 +76 6 +77 17 +78 17 +79 13 +80 13 +81 18 +82 18 +83 11 +84 11 +85 13 +86 13 +87 19 +88 19 +89 19 +90 19 +91 5 +92 5 +93 16 +94 16 +95 14 +96 14 +97 11 +98 11 +99 15 +100 15 +101 10 +102 10 +103 15 +104 15 +105 18 +106 18 +107 1 +108 1 +109 3 +110 3 +111 7 +112 7 +113 6 +114 6 +115 15 +116 15 +117 2 +118 2 +119 19 +120 19 +121 13 +122 13 +123 12 +124 12 +125 2 +126 2 +127 3 +128 3 +129 6 +130 6 +131 4 +132 4 +133 3 +134 3 +135 5 +136 5 +137 15 +138 15 +139 7 +140 7 +141 11 +142 11 +143 7 +144 7 +145 18 +146 18 +147 7 +148 7 +149 6 +150 6 +151 3 +152 3 +153 20 +154 20 +155 19 +156 19 +157 1 +158 1 +159 16 +160 16 +161 18 +162 18 +163 13 +164 13 +165 9 +166 9 +167 11 +168 11 +169 12 +170 12 +171 5 +172 5 +173 12 +174 12 +175 13 +176 13 +177 17 +178 17 +179 7 +180 7 +181 15 +182 15 +183 1 +184 1 +185 18 +186 18 +187 16 +188 16 +189 18 +190 18 +191 9 +192 9 +193 13 +194 13 +195 4 +196 4 +197 11 +198 11 +199 18 +200 18 +ITEM: TIMESTEP +10 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 17 +4 17 +5 10 +6 10 +7 1 +8 1 +9 1 +10 1 +11 18 +12 18 +13 1 +14 1 +15 1 +16 1 +17 18 +18 18 +19 1 +20 1 +21 1 +22 1 +23 16 +24 16 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 18 +32 18 +33 18 +34 18 +35 1 +36 1 +37 6 +38 6 +39 1 +40 1 +41 18 +42 18 +43 20 +44 20 +45 9 +46 9 +47 16 +48 16 +49 16 +50 16 +51 19 +52 19 +53 7 +54 7 +55 7 +56 7 +57 6 +58 6 +59 18 +60 18 +61 18 +62 18 +63 10 +64 10 +65 9 +66 9 +67 19 +68 19 +69 19 +70 19 +71 19 +72 19 +73 7 +74 7 +75 11 +76 11 +77 11 +78 11 +79 18 +80 18 +81 9 +82 9 +83 16 +84 16 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 15 +94 15 +95 11 +96 11 +97 11 +98 11 +99 19 +100 19 +101 9 +102 9 +103 2 +104 2 +105 2 +106 2 +107 19 +108 19 +109 19 +110 19 +111 15 +112 15 +113 8 +114 8 +115 11 +116 11 +117 9 +118 9 +119 9 +120 9 +121 8 +122 8 +123 2 +124 2 +125 2 +126 2 +127 6 +128 6 +129 6 +130 6 +131 18 +132 18 +133 15 +134 15 +135 9 +136 9 +137 9 +138 9 +139 9 +140 9 +141 9 +142 9 +143 12 +144 12 +145 12 +146 12 +147 20 +148 20 +149 12 +150 12 +151 15 +152 15 +153 15 +154 15 +155 1 +156 1 +157 9 +158 9 +159 9 +160 9 +161 18 +162 18 +163 12 +164 12 +165 12 +166 12 +167 20 +168 20 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 9 +178 9 +179 9 +180 9 +181 7 +182 7 +183 17 +184 17 +185 17 +186 17 +187 12 +188 12 +189 1 +190 1 +191 12 +192 12 +193 18 +194 18 +195 1 +196 1 +197 1 +198 1 +199 18 +200 18 +ITEM: TIMESTEP +20 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 10 +4 10 +5 10 +6 10 +7 16 +8 16 +9 20 +10 20 +11 12 +12 12 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 10 +24 10 +25 10 +26 10 +27 16 +28 16 +29 16 +30 16 +31 12 +32 12 +33 1 +34 1 +35 1 +36 1 +37 16 +38 16 +39 1 +40 1 +41 18 +42 18 +43 18 +44 18 +45 9 +46 9 +47 9 +48 9 +49 16 +50 16 +51 16 +52 16 +53 11 +54 11 +55 20 +56 20 +57 18 +58 18 +59 18 +60 18 +61 18 +62 18 +63 9 +64 9 +65 9 +66 9 +67 9 +68 9 +69 19 +70 19 +71 19 +72 19 +73 11 +74 11 +75 11 +76 11 +77 9 +78 9 +79 18 +80 18 +81 9 +82 9 +83 19 +84 19 +85 19 +86 19 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 15 +94 15 +95 11 +96 11 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 7 +104 7 +105 19 +106 19 +107 19 +108 19 +109 19 +110 19 +111 15 +112 15 +113 15 +114 15 +115 15 +116 15 +117 9 +118 9 +119 9 +120 9 +121 7 +122 7 +123 7 +124 7 +125 11 +126 11 +127 19 +128 19 +129 12 +130 12 +131 19 +132 19 +133 15 +134 15 +135 15 +136 15 +137 9 +138 9 +139 9 +140 9 +141 9 +142 9 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 15 +152 15 +153 15 +154 15 +155 15 +156 15 +157 9 +158 9 +159 9 +160 9 +161 1 +162 1 +163 12 +164 12 +165 12 +166 12 +167 6 +168 6 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 9 +178 9 +179 1 +180 1 +181 1 +182 1 +183 12 +184 12 +185 10 +186 10 +187 12 +188 12 +189 12 +190 12 +191 12 +192 12 +193 20 +194 20 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +30 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 10 +6 10 +7 16 +8 16 +9 16 +10 16 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 10 +24 10 +25 10 +26 10 +27 16 +28 16 +29 16 +30 16 +31 16 +32 16 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 18 +42 18 +43 18 +44 18 +45 9 +46 9 +47 16 +48 16 +49 16 +50 16 +51 16 +52 16 +53 11 +54 11 +55 1 +56 1 +57 1 +58 1 +59 18 +60 18 +61 18 +62 18 +63 9 +64 9 +65 9 +66 9 +67 9 +68 9 +69 19 +70 19 +71 19 +72 19 +73 11 +74 11 +75 11 +76 11 +77 18 +78 18 +79 18 +80 18 +81 9 +82 9 +83 9 +84 9 +85 19 +86 19 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 11 +94 11 +95 11 +96 11 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 5 +104 5 +105 19 +106 19 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 15 +114 15 +115 15 +116 15 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 12 +124 12 +125 5 +126 5 +127 19 +128 19 +129 12 +130 12 +131 15 +132 15 +133 15 +134 15 +135 15 +136 15 +137 9 +138 9 +139 9 +140 9 +141 9 +142 9 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 15 +154 15 +155 15 +156 15 +157 9 +158 9 +159 9 +160 9 +161 1 +162 1 +163 12 +164 12 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 16 +186 16 +187 12 +188 12 +189 12 +190 12 +191 12 +192 12 +193 20 +194 20 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +40 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 10 +6 10 +7 16 +8 16 +9 16 +10 16 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 10 +24 10 +25 9 +26 9 +27 16 +28 16 +29 16 +30 16 +31 16 +32 16 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 1 +42 1 +43 9 +44 9 +45 9 +46 9 +47 16 +48 16 +49 16 +50 16 +51 16 +52 16 +53 11 +54 11 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 1 +62 1 +63 9 +64 9 +65 9 +66 9 +67 9 +68 9 +69 19 +70 19 +71 19 +72 19 +73 11 +74 11 +75 11 +76 11 +77 9 +78 9 +79 18 +80 18 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 11 +94 11 +95 11 +96 11 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 15 +114 15 +115 15 +116 15 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 12 +124 12 +125 15 +126 15 +127 12 +128 12 +129 19 +130 19 +131 12 +132 12 +133 15 +134 15 +135 15 +136 15 +137 9 +138 9 +139 9 +140 9 +141 12 +142 12 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 15 +156 15 +157 1 +158 1 +159 9 +160 9 +161 1 +162 1 +163 12 +164 12 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 10 +186 10 +187 12 +188 12 +189 12 +190 12 +191 12 +192 12 +193 10 +194 10 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +50 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 16 +10 16 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 16 +32 16 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 1 +42 1 +43 9 +44 9 +45 9 +46 9 +47 16 +48 16 +49 16 +50 16 +51 16 +52 16 +53 11 +54 11 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 1 +62 1 +63 9 +64 9 +65 9 +66 9 +67 9 +68 9 +69 19 +70 19 +71 19 +72 19 +73 11 +74 11 +75 9 +76 9 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 15 +94 15 +95 15 +96 15 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 15 +114 15 +115 15 +116 15 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 19 +130 19 +131 19 +132 19 +133 15 +134 15 +135 15 +136 15 +137 9 +138 9 +139 9 +140 9 +141 9 +142 9 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 9 +160 9 +161 1 +162 1 +163 12 +164 12 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 16 +186 16 +187 12 +188 12 +189 12 +190 12 +191 12 +192 12 +193 6 +194 6 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +60 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 16 +10 16 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 16 +32 16 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 1 +42 1 +43 9 +44 9 +45 9 +46 9 +47 16 +48 16 +49 16 +50 16 +51 16 +52 16 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 9 +68 9 +69 19 +70 19 +71 19 +72 19 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 15 +94 15 +95 15 +96 15 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 15 +114 15 +115 15 +116 15 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 19 +130 19 +131 12 +132 12 +133 12 +134 12 +135 15 +136 15 +137 9 +138 9 +139 9 +140 9 +141 9 +142 9 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 9 +160 9 +161 1 +162 1 +163 12 +164 12 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 12 +186 12 +187 16 +188 16 +189 12 +190 12 +191 12 +192 12 +193 12 +194 12 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +70 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 16 +10 16 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 16 +32 16 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 16 +52 16 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 9 +60 9 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 16 +68 16 +69 19 +70 19 +71 19 +72 19 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 15 +94 15 +95 15 +96 15 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 15 +114 15 +115 15 +116 15 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 1 +136 1 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 12 +164 12 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 12 +186 12 +187 16 +188 16 +189 12 +190 12 +191 12 +192 12 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +80 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 16 +10 16 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 16 +52 16 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 9 +60 9 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 19 +68 19 +69 19 +70 19 +71 19 +72 19 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 15 +94 15 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 15 +114 15 +115 15 +116 15 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 15 +136 15 +137 9 +138 9 +139 9 +140 9 +141 9 +142 9 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 12 +164 12 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 12 +186 12 +187 12 +188 12 +189 12 +190 12 +191 12 +192 12 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +90 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 16 +10 16 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 16 +24 16 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 9 +60 9 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 19 +68 19 +69 19 +70 19 +71 19 +72 19 +73 19 +74 19 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 19 +94 19 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 14 +114 14 +115 1 +116 1 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 1 +136 1 +137 1 +138 1 +139 1 +140 1 +141 1 +142 1 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 12 +186 12 +187 12 +188 12 +189 12 +190 12 +191 12 +192 12 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +100 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 12 +8 12 +9 12 +10 12 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 16 +24 16 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 19 +68 19 +69 19 +70 19 +71 19 +72 19 +73 19 +74 19 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 19 +94 19 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 12 +108 12 +109 12 +110 12 +111 19 +112 19 +113 9 +114 9 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 1 +136 1 +137 1 +138 1 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 12 +174 12 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 12 +186 12 +187 12 +188 12 +189 12 +190 12 +191 12 +192 12 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +110 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 12 +10 12 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 16 +24 16 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 19 +68 19 +69 19 +70 19 +71 19 +72 19 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 19 +94 19 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 19 +114 19 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 9 +136 9 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 12 +186 12 +187 12 +188 12 +189 12 +190 12 +191 12 +192 12 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +120 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 12 +10 12 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 16 +24 16 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 19 +68 19 +69 19 +70 19 +71 19 +72 19 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 19 +94 19 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 19 +108 19 +109 19 +110 19 +111 19 +112 19 +113 19 +114 19 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 9 +136 9 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 12 +144 12 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 12 +186 12 +187 12 +188 12 +189 12 +190 12 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +130 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 1 +10 1 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 9 +60 9 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 16 +68 16 +69 19 +70 19 +71 19 +72 19 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 19 +88 19 +89 19 +90 19 +91 19 +92 19 +93 19 +94 19 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 12 +108 12 +109 12 +110 12 +111 19 +112 19 +113 9 +114 9 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 9 +136 9 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 12 +186 12 +187 12 +188 12 +189 12 +190 12 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +140 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 16 +6 16 +7 16 +8 16 +9 16 +10 16 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 16 +24 16 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 19 +68 19 +69 19 +70 19 +71 19 +72 19 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 9 +88 9 +89 19 +90 19 +91 19 +92 19 +93 9 +94 9 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 12 +108 12 +109 12 +110 12 +111 19 +112 19 +113 9 +114 9 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 9 +136 9 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 1 +166 1 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 1 +186 1 +187 12 +188 12 +189 12 +190 12 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +150 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 1 +6 1 +7 16 +8 16 +9 1 +10 1 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 16 +26 16 +27 16 +28 16 +29 16 +30 16 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 9 +42 9 +43 9 +44 9 +45 16 +46 16 +47 16 +48 16 +49 16 +50 16 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 16 +68 16 +69 16 +70 16 +71 1 +72 1 +73 1 +74 1 +75 9 +76 9 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 9 +88 9 +89 9 +90 9 +91 9 +92 9 +93 9 +94 9 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 9 +108 9 +109 12 +110 12 +111 14 +112 14 +113 9 +114 9 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 9 +136 9 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 1 +166 1 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 1 +186 1 +187 12 +188 12 +189 12 +190 12 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +160 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 1 +6 1 +7 1 +8 1 +9 1 +10 1 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 1 +26 1 +27 1 +28 1 +29 1 +30 1 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 1 +42 1 +43 1 +44 1 +45 1 +46 1 +47 1 +48 1 +49 1 +50 1 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 1 +68 1 +69 1 +70 1 +71 1 +72 1 +73 1 +74 1 +75 1 +76 1 +77 1 +78 1 +79 1 +80 1 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 9 +88 9 +89 1 +90 1 +91 1 +92 1 +93 1 +94 1 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 12 +108 12 +109 12 +110 12 +111 12 +112 12 +113 12 +114 12 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 9 +136 9 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 1 +166 1 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 1 +186 1 +187 12 +188 12 +189 12 +190 12 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +170 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 1 +6 1 +7 1 +8 1 +9 1 +10 1 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 1 +26 1 +27 1 +28 1 +29 1 +30 1 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 1 +42 1 +43 1 +44 1 +45 1 +46 1 +47 1 +48 1 +49 1 +50 1 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 1 +68 1 +69 1 +70 1 +71 1 +72 1 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 9 +88 9 +89 1 +90 1 +91 1 +92 1 +93 1 +94 1 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 12 +108 12 +109 12 +110 12 +111 12 +112 12 +113 12 +114 12 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 12 +136 12 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 12 +166 12 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 1 +186 1 +187 12 +188 12 +189 12 +190 12 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +180 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 1 +6 1 +7 1 +8 1 +9 1 +10 1 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 1 +26 1 +27 1 +28 1 +29 1 +30 1 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 1 +42 1 +43 1 +44 1 +45 1 +46 1 +47 1 +48 1 +49 1 +50 1 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 1 +68 1 +69 1 +70 1 +71 1 +72 1 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 9 +88 9 +89 1 +90 1 +91 1 +92 1 +93 1 +94 1 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 12 +108 12 +109 12 +110 12 +111 12 +112 12 +113 12 +114 12 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 12 +136 12 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 1 +166 1 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 1 +186 1 +187 1 +188 1 +189 12 +190 12 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +190 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 1 +6 1 +7 1 +8 1 +9 1 +10 1 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 1 +26 1 +27 1 +28 1 +29 1 +30 1 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 1 +42 1 +43 1 +44 1 +45 1 +46 1 +47 1 +48 1 +49 1 +50 1 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 1 +68 1 +69 1 +70 1 +71 1 +72 1 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 9 +88 9 +89 1 +90 1 +91 1 +92 1 +93 1 +94 1 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 12 +108 12 +109 12 +110 12 +111 12 +112 12 +113 12 +114 12 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 12 +136 12 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 1 +166 1 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 1 +186 1 +187 1 +188 1 +189 12 +190 12 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 +ITEM: TIMESTEP +200 +ITEM: NUMBER OF ELEMENT VALUES +200 +ITEM: ELEMENT VALUES +1 1 +2 1 +3 1 +4 1 +5 1 +6 1 +7 1 +8 1 +9 1 +10 1 +11 1 +12 1 +13 1 +14 1 +15 1 +16 1 +17 1 +18 1 +19 1 +20 1 +21 1 +22 1 +23 1 +24 1 +25 1 +26 1 +27 1 +28 1 +29 1 +30 1 +31 1 +32 1 +33 1 +34 1 +35 1 +36 1 +37 1 +38 1 +39 1 +40 1 +41 1 +42 1 +43 1 +44 1 +45 1 +46 1 +47 1 +48 1 +49 1 +50 1 +51 1 +52 1 +53 1 +54 1 +55 1 +56 1 +57 1 +58 1 +59 1 +60 1 +61 9 +62 9 +63 9 +64 9 +65 9 +66 9 +67 1 +68 1 +69 1 +70 1 +71 1 +72 1 +73 1 +74 1 +75 1 +76 1 +77 9 +78 9 +79 9 +80 9 +81 9 +82 9 +83 9 +84 9 +85 9 +86 9 +87 9 +88 9 +89 1 +90 1 +91 1 +92 1 +93 1 +94 1 +95 9 +96 9 +97 9 +98 9 +99 9 +100 9 +101 9 +102 9 +103 9 +104 9 +105 9 +106 9 +107 12 +108 12 +109 12 +110 12 +111 12 +112 12 +113 12 +114 12 +115 9 +116 9 +117 9 +118 9 +119 9 +120 9 +121 9 +122 9 +123 9 +124 9 +125 12 +126 12 +127 12 +128 12 +129 12 +130 12 +131 12 +132 12 +133 12 +134 12 +135 12 +136 12 +137 9 +138 9 +139 9 +140 9 +141 1 +142 1 +143 1 +144 1 +145 12 +146 12 +147 12 +148 12 +149 12 +150 12 +151 12 +152 12 +153 12 +154 12 +155 1 +156 1 +157 1 +158 1 +159 1 +160 1 +161 1 +162 1 +163 1 +164 1 +165 1 +166 1 +167 12 +168 12 +169 12 +170 12 +171 12 +172 12 +173 1 +174 1 +175 1 +176 1 +177 1 +178 1 +179 1 +180 1 +181 1 +182 1 +183 1 +184 1 +185 1 +186 1 +187 1 +188 1 +189 1 +190 1 +191 1 +192 1 +193 1 +194 1 +195 1 +196 1 +197 1 +198 1 +199 1 +200 1 diff --git a/examples/files/peptide.pdb b/examples/files/peptide.pdb new file mode 100644 index 0000000..be1146e --- /dev/null +++ b/examples/files/peptide.pdb @@ -0,0 +1,86 @@ +ATOM 1 CY ACE 1 63.789 58.632 49.746 1.00 2.20 C +ATOM 2 CAY ACE 1 37.255 59.802 50.242 1.00 2.20 C +ATOM 3 OY ACE 1 62.889 58.775 48.923 1.00 2.20 O +ATOM 4 1HY ACE 1 37.725 60.385 49.421 1.00 2.20 H +ATOM 5 2HY ACE 1 38.052 59.394 50.899 1.00 2.20 H +ATOM 6 3HY ACE 1 63.987 60.414 50.913 1.00 2.20 H +ATOM 7 N TYR 2 64.074 57.490 50.302 1.00 2.20 N +ATOM 8 CA TYR 2 63.647 56.203 49.941 1.00 2.20 C +ATOM 9 C TYR 2 62.333 55.902 50.564 1.00 2.20 C +ATOM 10 O TYR 2 61.418 55.413 49.908 1.00 2.20 O +ATOM 11 CB TYR 2 37.435 55.181 50.334 1.00 2.20 C +ATOM 12 CG TYR 2 37.114 53.730 49.965 1.00 2.20 C +ATOM 13 CD1 TYR 2 63.941 53.443 48.667 1.00 2.20 C +ATOM 14 CD2 TYR 2 37.335 52.770 50.864 1.00 2.20 C +ATOM 15 CE1 TYR 2 63.307 52.208 48.533 1.00 2.20 C +ATOM 16 CE2 TYR 2 64.099 51.479 50.710 1.00 2.20 C +ATOM 17 CZ TYR 2 63.364 51.227 49.609 1.00 2.20 C +ATOM 18 OH TYR 2 62.707 49.988 49.335 1.00 2.20 O +ATOM 19 H TYR 2 37.354 57.491 51.057 1.00 2.20 H +ATOM 20 HA TYR 2 63.432 56.286 48.885 1.00 2.20 H +ATOM 21 1HB TYR 2 38.231 55.452 49.608 1.00 2.20 H +ATOM 22 2HB TYR 2 37.755 55.323 51.388 1.00 2.20 H +ATOM 23 HD1 TYR 2 63.923 54.237 47.936 1.00 2.20 H +ATOM 24 HD2 TYR 2 37.903 52.927 51.769 1.00 2.20 H +ATOM 25 HE1 TYR 2 62.757 52.046 47.618 1.00 2.20 H +ATOM 26 HE2 TYR 2 36.928 50.659 51.383 1.00 2.20 H +ATOM 27 HH TYR 2 62.698 49.543 50.185 1.00 2.20 H +ATOM 28 N GLY 3 62.348 56.027 51.889 1.00 2.20 N +ATOM 29 CA GLY 3 61.190 55.543 52.630 1.00 2.20 C +ATOM 30 C GLY 3 61.521 54.777 53.785 1.00 2.20 C +ATOM 31 O GLY 3 61.784 55.348 54.815 1.00 2.20 O +ATOM 32 H GLY 3 63.110 56.441 52.381 1.00 2.20 H +ATOM 33 1HA GLY 3 60.484 55.045 51.982 1.00 2.20 H +ATOM 34 2HA GLY 3 60.720 56.396 53.098 1.00 2.20 H +ATOM 35 N GLY 4 61.635 53.486 53.563 1.00 2.20 N +ATOM 36 CA GLY 4 62.106 52.574 54.553 1.00 2.20 C +ATOM 37 C GLY 4 61.776 51.139 54.314 1.00 2.20 C +ATOM 38 O GLY 4 62.160 50.287 55.106 1.00 2.20 O +ATOM 39 H GLY 4 61.371 53.145 52.664 1.00 2.20 H +ATOM 40 1HA GLY 4 61.567 52.864 55.443 1.00 2.20 H +ATOM 41 2HA GLY 4 63.167 52.742 54.667 1.00 2.20 H +ATOM 42 N PHE 5 61.023 50.729 53.228 1.00 2.20 N +ATOM 43 CA PHE 5 60.456 49.373 53.096 1.00 2.20 C +ATOM 44 C PHE 5 61.594 48.516 52.479 1.00 2.20 C +ATOM 45 O PHE 5 62.476 48.976 51.743 1.00 2.20 O +ATOM 46 CB PHE 5 59.184 49.177 52.242 1.00 2.20 C +ATOM 47 CG PHE 5 58.031 49.807 52.960 1.00 2.20 C +ATOM 48 CD1 PHE 5 57.658 51.151 52.876 1.00 2.20 C +ATOM 49 CD2 PHE 5 57.319 49.048 53.912 1.00 2.20 C +ATOM 50 CE1 PHE 5 56.683 51.698 53.683 1.00 2.20 C +ATOM 51 CE2 PHE 5 56.281 49.638 54.717 1.00 2.20 C +ATOM 52 CZ PHE 5 56.015 50.979 54.669 1.00 2.20 C +ATOM 53 H PHE 5 60.615 51.393 52.606 1.00 2.20 H +ATOM 54 HA PHE 5 60.234 49.004 54.087 1.00 2.20 H +ATOM 55 1HB PHE 5 58.898 48.140 51.962 1.00 2.20 H +ATOM 56 2HB PHE 5 59.316 49.589 51.218 1.00 2.20 H +ATOM 57 HD1 PHE 5 58.156 51.754 52.131 1.00 2.20 H +ATOM 58 HD2 PHE 5 57.542 47.992 53.950 1.00 2.20 H +ATOM 59 HE1 PHE 5 56.559 52.771 53.679 1.00 2.20 H +ATOM 60 HE2 PHE 5 55.671 49.049 55.387 1.00 2.20 H +ATOM 61 HZ PHE 5 55.308 51.421 55.357 1.00 2.20 H +ATOM 62 N MET 6 61.612 47.186 52.740 1.00 2.20 N +ATOM 63 CA MET 6 62.631 46.285 52.270 1.00 2.20 C +ATOM 64 C MET 6 62.487 46.185 50.721 1.00 2.20 C +ATOM 65 O MET 6 61.359 46.146 50.185 1.00 2.20 O +ATOM 66 CB MET 6 62.668 44.854 52.918 1.00 2.20 C +ATOM 67 CG MET 6 62.625 44.873 54.439 1.00 2.20 C +ATOM 68 SD MET 6 64.082 45.536 55.267 1.00 2.20 S +ATOM 69 CE MET 6 63.236 45.804 56.877 1.00 2.20 C +ATOM 70 H MET 6 60.799 46.835 53.198 1.00 2.20 H +ATOM 71 HA MET 6 63.559 46.797 52.477 1.00 2.20 H +ATOM 72 1HB MET 6 63.623 44.313 52.747 1.00 2.20 H +ATOM 73 2HB MET 6 61.805 44.212 52.640 1.00 2.20 H +ATOM 74 1HG MET 6 61.759 45.472 54.792 1.00 2.20 H +ATOM 75 2HG MET 6 62.440 43.812 54.711 1.00 2.20 H +ATOM 76 1HE MET 6 62.580 44.936 57.104 1.00 2.20 H +ATOM 77 2HE MET 6 62.523 46.647 56.752 1.00 2.20 H +ATOM 78 3HE MET 6 64.002 46.024 30.280 1.00 2.20 H +ATOM 79 NT NMA 7 63.626 46.088 49.997 1.00 2.20 N +ATOM 80 CAT NMA 7 63.612 45.756 48.604 1.00 2.20 C +ATOM 81 HNT NMA 7 37.117 46.212 50.482 1.00 2.20 H +ATOM 82 1HT NMA 7 62.559 45.550 48.315 1.00 2.20 H +ATOM 83 2HT NMA 7 36.983 44.948 48.431 1.00 2.20 H +ATOM 84 3HT NMA 7 63.902 46.686 48.072 1.00 2.20 H + TER + END diff --git a/examples/files/tmp.py b/examples/files/tmp.py new file mode 100644 index 0000000..63808e2 --- /dev/null +++ b/examples/files/tmp.py @@ -0,0 +1,6 @@ +d = dump("dump.kinase") +r = gl(d) +r.zoom(1.3) +r.q(12) +r.acol([1,4,6,8,9],["white","red","green","blue","purple"]) +r.show(0) diff --git a/examples/files/tmp.r3d b/examples/files/tmp.r3d new file mode 100644 index 0000000..ca7e50b --- /dev/null +++ b/examples/files/tmp.r3d @@ -0,0 +1,10020 @@ +Raster3D header file +51 51 tiles in x,y +10 10 pixels (x,y) per tile +4 anti-aliasing +0 0 0 white background +F no, shadowed rods look funny +25 Phong power +0.15 secondary light contribution +0.05 ambient light contribution +0.25 specular reflection component +50 eye position +1 1 1 main light source postion +-0.5 -0.433013 0.75 0.0 +0.866025 -0.25 0.433013 0.0 +0 0.866025 0.5 0.0 +0.0117 -0.0025 -0.0044 15.2702 +3 mixed object types +* +* +* +2 +-2.73852 3.76042 0.0137829 0.45 1.0 1.0 1.0 +2 +-4.08446 0.411239 0.994664 0.45 1.0 1.0 1.0 +2 +-2.25466 -3.0259 -0.036883 0.45 1.0 1.0 1.0 +2 +0.458509 1.40377 -4.91262 0.45 1.0 1.0 1.0 +2 +2.25912 3.56181 -0.516258 0.45 1.0 1.0 1.0 +2 +-4.2504 3.16903 -1.48312 0.45 1.0 1.0 1.0 +2 +-1.17479 -5.09076 -1.6916 0.45 1.0 1.0 1.0 +2 +-4.94158 -0.619894 3.32586 0.45 1.0 1.0 1.0 +2 +4.12502 -1.23867 0.613164 0.45 1.0 1.0 1.0 +2 +-2.44926 1.78496 -0.283199 0.45 1.0 1.0 1.0 +2 +4.57246 0.270752 -2.84532 0.45 1.0 1.0 1.0 +2 +1.55203 5.47517 -1.67802 0.45 1.0 1.0 1.0 +2 +-1.36 -3.87647 -2.60296 0.45 1.0 1.0 1.0 +2 +-0.759193 -5.3543 -1.61195 0.45 1.0 1.0 1.0 +2 +4.82956 3.70284 0.129738 0.45 1.0 1.0 1.0 +2 +-2.88069 -3.55063 2.21801 0.45 1.0 1.0 1.0 +2 +-5.12521 2.50319 -0.991866 0.45 1.0 1.0 1.0 +2 +3.80108 1.01128 -0.973026 0.45 1.0 1.0 1.0 +2 +-1.20504 -4.92968 0.919393 0.45 1.0 1.0 1.0 +2 +2.53048 -1.46759 -0.669716 0.45 1.0 1.0 1.0 +2 +-2.75725 -0.932397 -0.743352 0.45 1.0 1.0 1.0 +2 +-2.45668 1.03259 -2.71376 0.45 1.0 1.0 1.0 +2 +-1.99799 5.5861 1.76576 0.45 1.0 1.0 1.0 +2 +-0.388517 -3.71004 2.95254 0.45 1.0 1.0 1.0 +2 +0.848184 -0.221332 2.17393 0.45 1.0 1.0 1.0 +2 +-3.46892 -1.65739 -2.04911 0.45 1.0 1.0 1.0 +2 +2.4825 -1.43206 1.05024 0.45 1.0 1.0 1.0 +2 +-3.80247 0.381385 -4.49414 0.45 1.0 1.0 1.0 +2 +0.88079 1.87234 4.1832 0.45 1.0 1.0 1.0 +2 +-3.42612 -1.80885 -4.16966 0.45 1.0 1.0 1.0 +2 +-4.66326 -0.389143 -1.82965 0.45 1.0 1.0 1.0 +2 +0.769409 3.34639 1.78508 0.45 1.0 1.0 1.0 +2 +1.72157 1.21232 3.09312 0.45 1.0 1.0 1.0 +2 +0.760451 1.68624 3.04697 0.45 1.0 1.0 1.0 +2 +4.6174 -1.22969 2.60812 0.45 1.0 1.0 1.0 +2 +-2.60884 -0.451055 -0.200069 0.45 1.0 1.0 1.0 +2 +-0.254385 4.97557 1.12057 0.45 1.0 1.0 1.0 +2 +-0.346425 -3.47745 3.9852 0.45 1.0 1.0 1.0 +2 +-1.184 1.34672 3.94949 0.45 1.0 1.0 1.0 +2 +1.62682 -3.09448 1.25299 0.45 1.0 1.0 1.0 +2 +-0.0895214 -3.33876 2.40489 0.45 1.0 1.0 1.0 +2 +-5.05219 1.39014 1.7515 0.45 1.0 1.0 1.0 +2 +-4.37239 -0.0533145 -2.75219 0.45 1.0 1.0 1.0 +2 +-2.75026 4.92959 -2.38048 0.45 1.0 1.0 1.0 +2 +1.06446 -0.55793 2.57185 0.45 1.0 1.0 1.0 +2 +-1.00931 -3.16045 -3.35022 0.45 1.0 1.0 1.0 +2 +-2.89721 4.05253 -3.67908 0.45 1.0 1.0 1.0 +2 +2.24262 -0.862374 -2.53304 0.45 1.0 1.0 1.0 +2 +-4.33021 1.62251 -1.147 0.45 1.0 1.0 1.0 +2 +2.78544 3.17939 -0.971918 0.45 1.0 1.0 1.0 +2 +5.01373 -2.64793 0.2505 0.45 1.0 1.0 1.0 +2 +2.37193 1.23711 -2.0315 0.45 1.0 1.0 1.0 +2 +0.714171 5.50095 -2.59883 0.45 1.0 1.0 1.0 +2 +3.61795 0.201633 1.72972 0.45 1.0 1.0 1.0 +2 +5.27656 -2.20661 -1.8601 0.45 1.0 1.0 1.0 +2 +3.75459 1.26653 -3.89796 0.45 1.0 1.0 1.0 +2 +-4.08018 -1.97989 -0.490067 0.45 1.0 1.0 1.0 +2 +1.69341 -0.510036 1.06978 0.45 1.0 1.0 1.0 +2 +2.04477 -0.96363 -4.57644 0.45 1.0 1.0 1.0 +2 +1.23997 -3.5314 2.92934 0.45 1.0 1.0 1.0 +2 +-4.71547 3.15721 -1.57491 0.45 1.0 1.0 1.0 +2 +1.75886 -4.78194 2.61083 0.45 1.0 1.0 1.0 +2 +-3.2945 1.76721 -0.832402 0.45 1.0 1.0 1.0 +2 +2.84055 -0.987119 -2.33208 0.45 1.0 1.0 1.0 +2 +3.46597 1.66387 -0.801074 0.45 1.0 1.0 1.0 +2 +-2.05297 -0.333665 0.0630939 0.45 1.0 1.0 1.0 +2 +5.82292 -0.654905 -1.96746 0.45 1.0 1.0 1.0 +2 +0.0644075 3.08724 1.10073 0.45 1.0 1.0 1.0 +2 +-2.01088 -0.150785 -3.21379 0.45 1.0 1.0 1.0 +2 +0.919065 -0.00141578 1.01907 0.45 1.0 1.0 1.0 +2 +1.10821 2.76616 1.81427 0.45 1.0 1.0 1.0 +2 +-3.21766 2.96404 2.42541 0.45 1.0 1.0 1.0 +2 +-2.02597 -5.60894 -0.996791 0.45 1.0 1.0 1.0 +2 +4.84125 1.75326 0.424699 0.45 1.0 1.0 1.0 +2 +3.87917 -1.66784 -4.00237 0.45 1.0 1.0 1.0 +2 +-3.38615 0.00276806 -3.10524 0.45 1.0 1.0 1.0 +2 +-3.09524 0.974419 -0.188595 0.45 1.0 1.0 1.0 +2 +-3.34458 3.78338 1.41921 0.45 1.0 1.0 1.0 +2 +-3.83525 -4.70613 -1.20666 0.45 1.0 1.0 1.0 +2 +5.06031 -1.49044 -0.00969227 0.45 1.0 1.0 1.0 +2 +-1.60687 3.37942 -1.3736 0.45 1.0 1.0 1.0 +2 +-5.01241 -0.052606 -3.25073 0.45 1.0 1.0 1.0 +2 +5.47311 0.973103 2.50203 0.45 1.0 1.0 1.0 +2 +4.66264 2.31945 0.116068 0.45 1.0 1.0 1.0 +2 +-1.80111 1.8235 2.20282 0.45 1.0 1.0 1.0 +2 +0.355585 -3.85813 -4.57667 0.45 1.0 1.0 1.0 +2 +3.38698 1.58697 -2.91872 0.45 1.0 1.0 1.0 +2 +5.3337 2.84056 -0.965756 0.45 1.0 1.0 1.0 +2 +-3.09743 1.2883 2.25209 0.45 1.0 1.0 1.0 +2 +-0.935199 1.78709 -1.73774 0.45 1.0 1.0 1.0 +2 +-0.0319745 -3.89332 -0.493041 0.45 1.0 1.0 1.0 +2 +1.33692 0.50764 -4.11727 0.45 1.0 1.0 1.0 +2 +-3.59335 3.92359 0.461685 0.45 1.0 1.0 1.0 +2 +0.676371 2.94626 1.3772 0.45 1.0 1.0 1.0 +2 +0.56936 3.4357 1.52491 0.45 1.0 1.0 1.0 +2 +-3.79514 -0.472304 2.46478 0.45 1.0 1.0 1.0 +2 +-1.38292 -4.35098 -0.056994 0.45 1.0 1.0 1.0 +2 +-2.55888 -4.34857 3.19791 0.45 1.0 1.0 1.0 +2 +0.0665654 2.13413 -0.26376 0.45 1.0 1.0 1.0 +2 +-3.71456 1.4794 0.701789 0.45 1.0 1.0 1.0 +2 +2.04809 5.15547 -2.59689 0.45 1.0 1.0 1.0 +2 +1.94448 0.751766 4.60221 0.45 1.0 1.0 1.0 +2 +-0.50253 3.14964 -4.79144 0.45 1.0 1.0 1.0 +2 +2.08816 -3.79939 2.57339 0.45 1.0 1.0 1.0 +2 +-4.58498 0.197849 0.166362 0.45 1.0 1.0 1.0 +2 +3.17271 -1.65673 -3.27164 0.45 1.0 1.0 1.0 +2 +1.45336 -2.82379 -2.69487 0.45 1.0 1.0 1.0 +2 +-4.42126 -2.6031 -3.15897 0.45 1.0 1.0 1.0 +2 +-3.18178 -1.98333 3.84493 0.45 1.0 1.0 1.0 +2 +-2.92014 3.28816 3.32971 0.45 1.0 1.0 1.0 +2 +-5.53584 -0.733131 -1.57188 0.45 1.0 1.0 1.0 +2 +-0.868659 3.50267 -1.92254 0.45 1.0 1.0 1.0 +2 +-4.20238 3.64823 0.293402 0.45 1.0 1.0 1.0 +2 +1.93933 1.09164 -2.76644 0.45 1.0 1.0 1.0 +2 +0.158191 3.61504 0.888208 0.45 1.0 1.0 1.0 +2 +-4.86249 1.14425 0.488224 0.45 1.0 1.0 1.0 +2 +0.028067 0.256455 4.99831 0.45 1.0 1.0 1.0 +2 +-1.23155 -3.699 2.40502 0.45 1.0 1.0 1.0 +2 +-0.808883 3.18896 -1.36306 0.45 1.0 1.0 1.0 +2 +-1.204 0.213014 -5.5057 0.45 1.0 1.0 1.0 +2 +-2.82295 -0.896079 1.7067 0.45 1.0 1.0 1.0 +2 +-0.569175 -0.31261 -5.86885 0.45 1.0 1.0 1.0 +2 +-1.9868 -4.93476 2.40691 0.45 1.0 1.0 1.0 +2 +-0.205836 2.06473 -0.446034 0.45 1.0 1.0 1.0 +2 +-2.6556 -4.61443 1.50219 0.45 1.0 1.0 1.0 +2 +-0.898569 -2.92152 5.00719 0.45 1.0 1.0 1.0 +2 +-0.915288 1.45369 2.69955 0.45 1.0 1.0 1.0 +2 +-1.05138 -2.92599 4.26184 0.45 1.0 1.0 1.0 +2 +3.12437 4.73705 -0.105482 0.45 1.0 1.0 1.0 +2 +1.37172 2.30306 -2.34539 0.45 1.0 1.0 1.0 +2 +5.04714 0.492387 0.0714622 0.45 1.0 1.0 1.0 +2 +4.4187 -3.24821 -1.81037 0.45 1.0 1.0 1.0 +2 +-2.3059 4.25633 -2.72676 0.45 1.0 1.0 1.0 +2 +2.8305 3.76178 -1.9012 0.45 1.0 1.0 1.0 +2 +3.01128 2.35756 -4.54169 0.45 1.0 1.0 1.0 +2 +5.18901 2.89232 0.513511 0.45 1.0 1.0 1.0 +2 +-4.69264 2.24414 -0.0885051 0.45 1.0 1.0 1.0 +2 +1.33522 -3.18773 -2.74273 0.45 1.0 1.0 1.0 +2 +-4.51126 -1.54114 3.96708 0.45 1.0 1.0 1.0 +2 +-0.575164 -1.71686 3.39342 0.45 1.0 1.0 1.0 +2 +1.39136 -2.64996 3.20516 0.45 1.0 1.0 1.0 +2 +-2.04314 3.61797 0.514204 0.45 1.0 1.0 1.0 +2 +1.4354 5.60302 0.687362 0.45 1.0 1.0 1.0 +2 +1.55911 0.295784 -3.96711 0.45 1.0 1.0 1.0 +2 +0.0252761 2.97625 -3.30582 0.45 1.0 1.0 1.0 +2 +1.13196 4.86343 2.21274 0.45 1.0 1.0 1.0 +2 +-3.21064 -3.17568 1.26877 0.45 1.0 1.0 1.0 +2 +-3.38124 -4.35906 0.601051 0.45 1.0 1.0 1.0 +2 +-4.8026 2.68111 -0.848511 0.45 1.0 1.0 1.0 +2 +-5.26871 -2.36008 -0.661656 0.45 1.0 1.0 1.0 +2 +3.44951 -2.07283 0.749657 0.45 1.0 1.0 1.0 +2 +-6.03254 1.1339 0.300464 0.45 1.0 1.0 1.0 +2 +0.24264 -3.85028 3.24598 0.45 1.0 1.0 1.0 +2 +1.61117 -5.61034 0.352278 0.45 1.0 1.0 1.0 +2 +2.58456 1.77179 1.69166 0.45 1.0 1.0 1.0 +2 +-2.40605 -4.1131 3.05489 0.45 1.0 1.0 1.0 +2 +3.38529 -2.0381 1.35111 0.45 1.0 1.0 1.0 +2 +-2.75623 3.8248 2.69489 0.45 1.0 1.0 1.0 +2 +-0.343723 4.71916 -3.053 0.45 1.0 1.0 1.0 +2 +3.56756 -3.08114 2.13719 0.45 1.0 1.0 1.0 +2 +1.52246 4.72678 0.869456 0.45 1.0 1.0 1.0 +2 +0.0379411 4.91781 -1.87452 0.45 1.0 1.0 1.0 +2 +-3.71448 2.74687 0.239611 0.45 1.0 1.0 1.0 +2 +-5.33866 0.594343 1.48126 0.45 1.0 1.0 1.0 +2 +-0.297907 5.50487 1.20302 0.45 1.0 1.0 1.0 +2 +-4.34866 1.7372 3.50396 0.45 1.0 1.0 1.0 +2 +-0.333797 -2.15287 -4.39876 0.45 1.0 1.0 1.0 +2 +-1.74519 -1.21393 -5.37071 0.45 1.0 1.0 1.0 +2 +-2.71446 -1.33409 -2.52742 0.45 1.0 1.0 1.0 +2 +3.18953 -4.2639 -0.467144 0.45 1.0 1.0 1.0 +2 +2.35504 2.81646 3.50788 0.45 1.0 1.0 1.0 +2 +-1.20905 2.1976 -0.627942 0.45 1.0 1.0 1.0 +2 +1.13413 4.2094 2.54041 0.45 1.0 1.0 1.0 +2 +-0.386925 -1.78086 -5.13208 0.45 1.0 1.0 1.0 +2 +-1.25411 1.65716 -1.87827 0.45 1.0 1.0 1.0 +2 +0.0346558 -0.66985 -5.01642 0.45 1.0 1.0 1.0 +2 +-5.37633 0.33077 0.9177 0.45 1.0 1.0 1.0 +2 +1.87492 -2.0942 1.38566 0.45 1.0 1.0 1.0 +2 +0.896714 -3.44823 -1.32198 0.45 1.0 1.0 1.0 +2 +2.51336 -3.89311 3.07642 0.45 1.0 1.0 1.0 +2 +-2.76218 3.12803 4.31846 0.45 1.0 1.0 1.0 +2 +-0.58743 3.04947 -0.991464 0.45 1.0 1.0 1.0 +2 +0.743622 4.18864 1.11998 0.45 1.0 1.0 1.0 +2 +2.06628 0.761006 -1.3919 0.45 1.0 1.0 1.0 +2 +-2.60049 3.45779 0.700505 0.45 1.0 1.0 1.0 +2 +5.02861 -0.694079 -2.8007 0.45 1.0 1.0 1.0 +2 +0.876994 0.116526 -1.85709 0.45 1.0 1.0 1.0 +2 +-2.17615 1.26679 0.428214 0.45 1.0 1.0 1.0 +2 +0.920781 4.0241 2.47927 0.45 1.0 1.0 1.0 +2 +-3.06134 -0.111933 4.60711 0.45 1.0 1.0 1.0 +2 +-0.47877 5.45402 2.68029 0.45 1.0 1.0 1.0 +2 +2.74328 1.81692 3.28449 0.45 1.0 1.0 1.0 +2 +3.67625 -0.103979 1.81807 0.45 1.0 1.0 1.0 +2 +1.99888 -2.98845 -3.29539 0.45 1.0 1.0 1.0 +2 +-0.698186 2.6137 -4.72226 0.45 1.0 1.0 1.0 +2 +0.664461 1.28025 3.44526 0.45 1.0 1.0 1.0 +2 +0.991603 3.26446 1.90498 0.45 1.0 1.0 1.0 +2 +1.65239 4.78351 -0.895078 0.45 1.0 1.0 1.0 +2 +1.68965 -1.62109 0.127694 0.45 1.0 1.0 1.0 +2 +-0.261271 0.897535 -2.05319 0.45 1.0 1.0 1.0 +2 +-4.03655 -0.706303 2.67952 0.45 1.0 1.0 1.0 +2 +-2.69128 3.66741 0.177522 0.45 1.0 1.0 1.0 +2 +5.30842 -0.130787 -2.09348 0.45 1.0 1.0 1.0 +2 +1.16057 1.80505 2.32966 0.45 1.0 1.0 1.0 +2 +-1.41662 -0.0169627 0.269689 0.45 1.0 1.0 1.0 +2 +-0.487123 1.54672 3.07754 0.45 1.0 1.0 1.0 +2 +-0.527066 0.20265 -5.99622 0.45 1.0 1.0 1.0 +2 +-3.51084 1.02909 0.503694 0.45 1.0 1.0 1.0 +2 +4.18365 4.14491 -1.79221 0.45 1.0 1.0 1.0 +2 +1.24429 -5.48188 0.433225 0.45 1.0 1.0 1.0 +2 +-1.69487 0.832641 -0.90944 0.45 1.0 1.0 1.0 +2 +-4.65226 -1.47431 -1.88723 0.45 1.0 1.0 1.0 +2 +-3.56397 1.4446 -1.1114 0.45 1.0 1.0 1.0 +2 +-6.12713 -0.556584 0.373039 0.45 1.0 1.0 1.0 +2 +4.12637 -3.27522 3.26303 0.45 1.0 1.0 1.0 +2 +-0.442378 -3.24441 0.043318 0.45 1.0 1.0 1.0 +2 +-3.96811 -4.36284 -0.770528 0.45 1.0 1.0 1.0 +2 +2.6626 -1.81815 0.84033 0.45 1.0 1.0 1.0 +2 +0.776427 -2.76983 -1.45414 0.45 1.0 1.0 1.0 +2 +2.11244 -5.04264 0.67429 0.45 1.0 1.0 1.0 +2 +-2.84653 -0.166029 1.13177 0.45 1.0 1.0 1.0 +2 +-5.30324 0.403723 -1.27017 0.45 1.0 1.0 1.0 +2 +4.61894 -0.0577077 -2.14734 0.45 1.0 1.0 1.0 +2 +-2.83703 -1.79085 0.545213 0.45 1.0 1.0 1.0 +2 +0.773839 3.36649 4.59758 0.45 1.0 1.0 1.0 +2 +0.715407 1.44886 -4.04164 0.45 1.0 1.0 1.0 +2 +0.465152 1.38557 -0.766058 0.45 1.0 1.0 1.0 +2 +3.33736 -1.14254 3.44563 0.45 1.0 1.0 1.0 +2 +-5.2104 -2.5949 -1.92508 0.45 1.0 1.0 1.0 +2 +2.96896 -1.60016 4.5477 0.45 1.0 1.0 1.0 +2 +-1.4802 -1.73348 -2.92794 0.45 1.0 1.0 1.0 +2 +-0.831897 1.00526 -2.88842 0.45 1.0 1.0 1.0 +2 +4.95617 -2.34 1.83352 0.45 1.0 1.0 1.0 +2 +-3.10713 -0.389697 1.27132 0.45 1.0 1.0 1.0 +2 +2.12031 3.10268 0.140049 0.45 1.0 1.0 1.0 +2 +1.26579 -3.86144 1.8802 0.45 1.0 1.0 1.0 +2 +-0.134125 3.84176 2.34175 0.45 1.0 1.0 1.0 +2 +2.67285 -3.18547 -2.02888 0.45 1.0 1.0 1.0 +2 +4.29036 -1.48801 3.56089 0.45 1.0 1.0 1.0 +2 +-0.129752 2.88394 -3.74238 0.45 1.0 1.0 1.0 +2 +-1.44755 1.19594 0.889564 0.45 1.0 1.0 1.0 +2 +5.19113 1.19425 -2.81018 0.45 1.0 1.0 1.0 +2 +2.82886 0.942169 3.68319 0.45 1.0 1.0 1.0 +2 +4.77262 2.09814 2.68039 0.45 1.0 1.0 1.0 +2 +-0.476109 0.557786 -4.9956 0.45 1.0 1.0 1.0 +2 +-2.89554 -5.08335 -1.19004 0.45 1.0 1.0 1.0 +2 +-0.862118 1.7711 2.41917 0.45 1.0 1.0 1.0 +2 +1.14498 0.413148 -4.15547 0.45 1.0 1.0 1.0 +2 +-1.97084 2.74595 -2.95852 0.45 1.0 1.0 1.0 +2 +3.21925 -1.05359 -2.90196 0.45 1.0 1.0 1.0 +2 +-1.24166 0.0225586 -5.47428 0.45 1.0 1.0 1.0 +2 +4.08827 1.46896 -1.15904 0.45 1.0 1.0 1.0 +2 +-1.20182 -0.344788 -0.786593 0.45 1.0 1.0 1.0 +2 +2.23696 3.38023 -0.112848 0.45 1.0 1.0 1.0 +2 +1.64338 2.32305 -1.30131 0.45 1.0 1.0 1.0 +2 +0.654666 -2.0478 -0.285326 0.45 1.0 1.0 1.0 +2 +-0.571259 1.88262 3.32925 0.45 1.0 1.0 1.0 +2 +-0.832698 -0.0511884 -4.24004 0.45 1.0 1.0 1.0 +2 +3.59498 -1.37625 -3.96117 0.45 1.0 1.0 1.0 +2 +0.63776 -0.816072 -5.97779 0.45 1.0 1.0 1.0 +2 +3.28796 -0.068366 4.8253 0.45 1.0 1.0 1.0 +2 +1.23364 1.71604 -4.88343 0.45 1.0 1.0 1.0 +2 +-3.40685 -0.514326 3.40926 0.45 1.0 1.0 1.0 +2 +3.80117 2.63968 -2.35384 0.45 1.0 1.0 1.0 +2 +4.84021 -3.29534 0.151455 0.45 1.0 1.0 1.0 +2 +2.06341 2.05903 3.0051 0.45 1.0 1.0 1.0 +2 +-2.2765 2.11623 -3.47006 0.45 1.0 1.0 1.0 +2 +4.0867 -0.036087 1.43 0.45 1.0 1.0 1.0 +2 +1.56971 4.88993 0.992067 0.45 1.0 1.0 1.0 +2 +-1.34596 -3.50915 4.59745 0.45 1.0 1.0 1.0 +2 +-1.50891 -0.2399 0.286969 0.45 1.0 1.0 1.0 +2 +-3.23923 0.155939 2.97985 0.45 1.0 1.0 1.0 +2 +-5.75787 2.23011 -0.193161 0.45 1.0 1.0 1.0 +2 +4.18098 -3.52492 0.190148 0.45 1.0 1.0 1.0 +2 +4.71344 -0.0190222 2.87547 0.45 1.0 1.0 1.0 +2 +-0.786152 0.605936 -2.19528 0.45 1.0 1.0 1.0 +2 +2.34611 1.58764 -4.02861 0.45 1.0 1.0 1.0 +2 +1.67263 -2.32383 0.690655 0.45 1.0 1.0 1.0 +2 +-0.17914 4.09794 2.77894 0.45 1.0 1.0 1.0 +2 +-4.66674 3.18769 1.9595 0.45 1.0 1.0 1.0 +2 +0.782497 -0.00722084 2.70945 0.45 1.0 1.0 1.0 +2 +-2.19832 0.851001 -2.50766 0.45 1.0 1.0 1.0 +2 +0.362453 -0.0987867 2.23209 0.45 1.0 1.0 1.0 +2 +2.06633 1.62249 -1.3515 0.45 1.0 1.0 1.0 +2 +2.55489 -0.602372 0.0556579 0.45 1.0 1.0 1.0 +2 +-4.36943 0.138105 1.01626 0.45 1.0 1.0 1.0 +2 +-5.11799 -0.229416 2.78837 0.45 1.0 1.0 1.0 +2 +2.93074 1.19286 -1.36711 0.45 1.0 1.0 1.0 +2 +0.688161 2.59264 1.11491 0.45 1.0 1.0 1.0 +2 +3.74859 -0.281047 3.50604 0.45 1.0 1.0 1.0 +2 +-5.34618 -1.72739 0.121023 0.45 1.0 1.0 1.0 +2 +-0.718473 -3.36082 3.77112 0.45 1.0 1.0 1.0 +2 +-1.02713 -4.8442 -1.59715 0.45 1.0 1.0 1.0 +2 +1.17518 -0.699826 -0.127935 0.45 1.0 1.0 1.0 +2 +-3.79244 -4.71941 -1.11538 0.45 1.0 1.0 1.0 +2 +0.723163 -4.67661 -1.30423 0.45 1.0 1.0 1.0 +2 +3.04372 1.72548 4.9459 0.45 1.0 1.0 1.0 +2 +-1.26777 -4.51987 2.5889 0.45 1.0 1.0 1.0 +2 +0.245156 1.211 5.84007 0.45 1.0 1.0 1.0 +2 +-4.79996 -2.59392 2.2832 0.45 1.0 1.0 1.0 +2 +-1.15196 -6.03927 -0.345298 0.45 1.0 1.0 1.0 +2 +3.04933 -3.18888 2.79347 0.45 1.0 1.0 1.0 +2 +-5.16538 -2.63552 -2.18995 0.45 1.0 1.0 1.0 +2 +5.4826 -0.730956 -2.23882 0.45 1.0 1.0 1.0 +2 +2.55342 -0.554565 -2.90983 0.45 1.0 1.0 1.0 +2 +2.87242 1.16114 -0.987422 0.45 1.0 1.0 1.0 +2 +4.98591 1.32416 -2.98814 0.45 1.0 1.0 1.0 +2 +0.162463 0.966297 -0.221235 0.45 1.0 1.0 1.0 +2 +-2.84938 1.57624 2.86598 0.45 1.0 1.0 1.0 +2 +-1.86324 -0.247474 -2.94665 0.45 1.0 1.0 1.0 +2 +4.51412 -0.101213 -1.32926 0.45 1.0 1.0 1.0 +2 +2.26197 1.7673 0.636264 0.45 1.0 1.0 1.0 +2 +-1.16133 -2.30511 5.14664 0.45 1.0 1.0 1.0 +2 +-2.13391 4.12123 -2.85902 0.45 1.0 1.0 1.0 +2 +0.717003 3.45631 0.522162 0.45 1.0 1.0 1.0 +2 +-2.0687 -4.18652 -2.62181 0.45 1.0 1.0 1.0 +2 +-5.56977 -0.172585 2.60116 0.45 1.0 1.0 1.0 +2 +0.611292 0.977406 0.384046 0.45 1.0 1.0 1.0 +2 +3.02353 -2.58686 -3.13826 0.45 1.0 1.0 1.0 +2 +-2.49447 -1.23051 1.36125 0.45 1.0 1.0 1.0 +2 +0.00498568 -3.0547 -0.0662484 0.45 1.0 1.0 1.0 +2 +3.19365 2.93573 -1.83363 0.45 1.0 1.0 1.0 +2 +1.19354 -2.28018 2.27604 0.45 1.0 1.0 1.0 +2 +2.18653 -0.573125 -4.66774 0.45 1.0 1.0 1.0 +2 +-1.17771 -4.51877 -3.59788 0.45 1.0 1.0 1.0 +2 +2.19275 4.68704 3.0126 0.45 1.0 1.0 1.0 +2 +-0.212665 -1.04422 5.6498 0.45 1.0 1.0 1.0 +2 +5.33071 2.23014 0.407802 0.45 1.0 1.0 1.0 +2 +-1.51808 -5.62293 -0.421346 0.45 1.0 1.0 1.0 +2 +2.84701 -4.11628 -0.76192 0.45 1.0 1.0 1.0 +2 +-1.56007 -4.13906 0.946512 0.45 1.0 1.0 1.0 +2 +2.23919 3.53089 0.880463 0.45 1.0 1.0 1.0 +2 +4.69582 1.66599 -2.31339 0.45 1.0 1.0 1.0 +2 +2.46195 0.649102 3.69542 0.45 1.0 1.0 1.0 +2 +-0.532915 1.15622 3.27313 0.45 1.0 1.0 1.0 +2 +-1.12625 4.14411 -2.86351 0.45 1.0 1.0 1.0 +2 +-0.28936 0.280104 5.45815 0.45 1.0 1.0 1.0 +2 +-2.34328 -3.60616 -0.497279 0.45 1.0 1.0 1.0 +2 +-2.02712 -0.128382 1.09617 0.45 1.0 1.0 1.0 +2 +-1.09483 -1.22564 -3.77332 0.45 1.0 1.0 1.0 +2 +-2.02428 -2.01232 0.43351 0.45 1.0 1.0 1.0 +2 +-2.69612 -3.25818 4.2963 0.45 1.0 1.0 1.0 +2 +-0.857852 -0.977371 0.201672 0.45 1.0 1.0 1.0 +2 +2.38515 0.245697 -2.10252 0.45 1.0 1.0 1.0 +2 +-1.82347 -1.7247 -4.17609 0.45 1.0 1.0 1.0 +2 +-1.09715 -2.95129 0.904321 0.45 1.0 1.0 1.0 +2 +0.336535 -1.4524 -5.8219 0.45 1.0 1.0 1.0 +2 +2.01156 -0.874918 -2.44197 0.45 1.0 1.0 1.0 +2 +0.200291 3.98999 -0.133761 0.45 1.0 1.0 1.0 +2 +-2.45619 -3.01308 4.57411 0.45 1.0 1.0 1.0 +2 +3.19669 4.39763 2.43632 0.45 1.0 1.0 1.0 +2 +1.84768 -0.785248 3.38808 0.45 1.0 1.0 1.0 +2 +-1.12792 0.931725 1.848 0.45 1.0 1.0 1.0 +2 +-1.98336 3.33515 -1.04772 0.45 1.0 1.0 1.0 +2 +-3.40964 2.16303 1.53179 0.45 1.0 1.0 1.0 +2 +0.260366 -3.71007 2.42741 0.45 1.0 1.0 1.0 +2 +3.2054 1.89269 -1.08221 0.45 1.0 1.0 1.0 +2 +-0.0996389 0.31454 1.08809 0.45 1.0 1.0 1.0 +2 +-0.470383 -2.45901 -0.802394 0.45 1.0 1.0 1.0 +2 +1.27035 -1.71665 -5.50161 0.45 1.0 1.0 1.0 +2 +3.8232 0.648213 1.16137 0.45 1.0 1.0 1.0 +2 +2.94773 1.2688 -2.87825 0.45 1.0 1.0 1.0 +2 +0.178708 1.04236 0.175001 0.45 1.0 1.0 1.0 +2 +0.777835 -3.91304 3.02763 0.45 1.0 1.0 1.0 +2 +4.29865 1.39175 3.99646 0.45 1.0 1.0 1.0 +2 +-1.32369 -1.5144 -5.66807 0.45 1.0 1.0 1.0 +2 +0.939467 -4.49419 -0.0442994 0.45 1.0 1.0 1.0 +2 +-0.119083 -3.90498 2.03536 0.45 1.0 1.0 1.0 +2 +-1.22556 -2.29679 -3.90801 0.45 1.0 1.0 1.0 +2 +0.713777 -1.13295 3.23063 0.45 1.0 1.0 1.0 +2 +4.09324 -1.77785 -4.29619 0.45 1.0 1.0 1.0 +2 +2.71658 -0.308731 -2.71933 0.45 1.0 1.0 1.0 +2 +-0.250078 2.91118 -5.02104 0.45 1.0 1.0 1.0 +2 +3.86516 -1.28534 -2.08611 0.45 1.0 1.0 1.0 +2 +2.32156 -1.62152 5.28741 0.45 1.0 1.0 1.0 +2 +0.733558 -3.65707 -0.0745321 0.45 1.0 1.0 1.0 +2 +0.447595 4.08248 3.41598 0.45 1.0 1.0 1.0 +2 +5.17123 1.7708 -2.64916 0.45 1.0 1.0 1.0 +2 +3.17994 -4.18989 2.7247 0.45 1.0 1.0 1.0 +2 +0.201754 3.77012 1.77762 0.45 1.0 1.0 1.0 +2 +2.2878 1.68749 -0.749358 0.45 1.0 1.0 1.0 +2 +-1.34488 2.12682 0.802193 0.45 1.0 1.0 1.0 +2 +-3.95378 0.681487 2.0763 0.45 1.0 1.0 1.0 +2 +0.987803 1.41815 0.911626 0.45 1.0 1.0 1.0 +2 +-0.954695 -3.29343 -5.07792 0.45 1.0 1.0 1.0 +2 +-4.4854 -1.12718 0.964237 0.45 1.0 1.0 1.0 +2 +2.38105 5.64213 0.555211 0.45 1.0 1.0 1.0 +2 +1.36735 3.27029 0.750693 0.45 1.0 1.0 1.0 +2 +-1.03347 0.361582 -2.33435 0.45 1.0 1.0 1.0 +2 +-2.38705 5.13127 0.118231 0.45 1.0 1.0 1.0 +2 +1.97996 1.5074 -0.187122 0.45 1.0 1.0 1.0 +2 +1.40278 3.16755 -1.48338 0.45 1.0 1.0 1.0 +2 +-1.22107 -1.25887 -3.83628 0.45 1.0 1.0 1.0 +2 +5.41322 -0.569004 2.56034 0.45 1.0 1.0 1.0 +2 +4.16269 -0.812259 -3.92417 0.45 1.0 1.0 1.0 +2 +2.21154 -1.97001 4.41365 0.45 1.0 1.0 1.0 +2 +-1.23003 -2.98631 -4.50601 0.45 1.0 1.0 1.0 +2 +-1.87242 -5.5167 -1.64146 0.45 1.0 1.0 1.0 +2 +0.804705 1.03914 -4.20093 0.45 1.0 1.0 1.0 +2 +3.34388 -3.22795 3.77118 0.45 1.0 1.0 1.0 +2 +-5.14587 2.59337 1.02294 0.45 1.0 1.0 1.0 +2 +-3.5527 4.68911 0.548593 0.45 1.0 1.0 1.0 +2 +-0.290683 2.85266 3.90743 0.45 1.0 1.0 1.0 +2 +1.35235 -0.747842 -0.687439 0.45 1.0 1.0 1.0 +2 +-0.516829 -1.43637 3.01141 0.45 1.0 1.0 1.0 +2 +2.83826 -2.25872 3.2227 0.45 1.0 1.0 1.0 +2 +-0.329224 0.250693 -4.97898 0.45 1.0 1.0 1.0 +2 +3.53972 0.396602 3.13084 0.45 1.0 1.0 1.0 +2 +1.96086 3.19993 -3.23203 0.45 1.0 1.0 1.0 +2 +-2.89381 -0.714091 -4.14958 0.45 1.0 1.0 1.0 +2 +-2.22257 2.84553 -4.23306 0.45 1.0 1.0 1.0 +2 +-3.18833 -0.454215 -3.67654 0.45 1.0 1.0 1.0 +2 +2.90043 0.440602 -1.78883 0.45 1.0 1.0 1.0 +2 +-2.73387 -4.95925 0.191591 0.45 1.0 1.0 1.0 +2 +-2.27378 -1.86492 -3.55143 0.45 1.0 1.0 1.0 +2 +1.26692 2.64961 3.27786 0.45 1.0 1.0 1.0 +2 +4.67528 3.78036 0.157148 0.45 1.0 1.0 1.0 +2 +-1.50153 -0.333572 1.61643 0.45 1.0 1.0 1.0 +2 +-2.43094 -0.577741 4.60269 0.45 1.0 1.0 1.0 +2 +1.57693 2.06031 -0.268045 0.45 1.0 1.0 1.0 +2 +-1.28585 1.78701 -3.12309 0.45 1.0 1.0 1.0 +2 +2.79632 0.0782948 0.756871 0.45 1.0 1.0 1.0 +2 +3.55136 -2.44593 -4.28515 0.45 1.0 1.0 1.0 +2 +2.18344 -2.94293 4.97902 0.45 1.0 1.0 1.0 +2 +-2.90011 5.05517 -0.993646 0.45 1.0 1.0 1.0 +2 +-0.367567 0.991073 -5.6494 0.45 1.0 1.0 1.0 +2 +1.44078 -3.2327 -1.73847 0.45 1.0 1.0 1.0 +2 +0.0154276 -1.25514 -3.26521 0.45 1.0 1.0 1.0 +2 +4.03374 3.15518 1.5421 0.45 1.0 1.0 1.0 +2 +-0.0967131 -0.138214 -2.85673 0.45 1.0 1.0 1.0 +2 +2.0522 -0.147458 3.06912 0.45 1.0 1.0 1.0 +2 +-2.31488 2.12378 -0.613 0.45 1.0 1.0 1.0 +2 +-4.87786 3.37502 -0.887703 0.45 1.0 1.0 1.0 +2 +-1.35101 -1.53302 3.96913 0.45 1.0 1.0 1.0 +2 +-3.2896 -2.63395 -0.510798 0.45 1.0 1.0 1.0 +2 +0.664494 1.83966 0.829833 0.45 1.0 1.0 1.0 +2 +4.07189 -0.86967 -1.08382 0.45 1.0 1.0 1.0 +2 +0.34405 0.78224 -4.3301 0.45 1.0 1.0 1.0 +2 +2.8406 -0.26303 -3.8546 0.45 1.0 1.0 1.0 +2 +0.631738 -2.77575 -1.63054 0.45 1.0 1.0 1.0 +2 +-0.710073 1.34552 -3.76688 0.45 1.0 1.0 1.0 +2 +-4.19063 2.62199 -1.98203 0.45 1.0 1.0 1.0 +2 +-1.63016 -3.43924 0.906995 0.45 1.0 1.0 1.0 +2 +-2.64429 -0.603398 -4.78699 0.45 1.0 1.0 1.0 +2 +4.54007 1.87433 0.515423 0.45 1.0 1.0 1.0 +2 +2.62949 0.080347 -1.97193 0.45 1.0 1.0 1.0 +2 +-3.16715 -4.23584 -0.266377 0.45 1.0 1.0 1.0 +2 +0.674748 0.481846 -3.39543 0.45 1.0 1.0 1.0 +2 +4.02977 -1.50757 -2.59698 0.45 1.0 1.0 1.0 +2 +0.37803 1.15377 -0.671482 0.45 1.0 1.0 1.0 +2 +0.44352 -2.37908 2.53342 0.45 1.0 1.0 1.0 +2 +4.29614 -3.53378 0.0354669 0.45 1.0 1.0 1.0 +2 +0.555656 -3.57437 0.251546 0.45 1.0 1.0 1.0 +2 +-0.0433444 3.52504 1.79549 0.45 1.0 1.0 1.0 +2 +2.91588 -0.436183 1.60842 0.45 1.0 1.0 1.0 +2 +-2.21462 -0.0790683 -1.35112 0.45 1.0 1.0 1.0 +2 +-3.41572 -0.822136 3.76265 0.45 1.0 1.0 1.0 +2 +0.251827 1.67326 -4.29414 0.45 1.0 1.0 1.0 +2 +-2.65554 -3.67478 0.152011 0.45 1.0 1.0 1.0 +2 +-0.989105 1.51184 -0.0975949 0.45 1.0 1.0 1.0 +2 +-4.51572 -2.06247 1.17862 0.45 1.0 1.0 1.0 +2 +2.98707 4.92168 1.18537 0.45 1.0 1.0 1.0 +2 +-3.10663 -4.38701 2.42787 0.45 1.0 1.0 1.0 +2 +1.41149 0.648822 -1.0114 0.45 1.0 1.0 1.0 +2 +-0.920072 -4.51108 1.43882 0.45 1.0 1.0 1.0 +2 +1.02885 -3.40728 4.65908 0.45 1.0 1.0 1.0 +2 +0.309488 3.02325 4.9938 0.45 1.0 1.0 1.0 +2 +-2.57029 2.3823 1.91892 0.45 1.0 1.0 1.0 +2 +-2.34162 -0.572635 3.56786 0.45 1.0 1.0 1.0 +2 +3.68747 2.26059 3.53468 0.45 1.0 1.0 1.0 +2 +4.20903 -3.63206 -1.55162 0.45 1.0 1.0 1.0 +2 +3.18068 -4.13465 0.526254 0.45 1.0 1.0 1.0 +2 +-1.44796 -5.78966 1.38564 0.45 1.0 1.0 1.0 +2 +0.421012 3.95101 2.27018 0.45 1.0 1.0 1.0 +2 +-0.430865 4.14781 -2.80514 0.45 1.0 1.0 1.0 +2 +0.638319 -3.83197 0.792004 0.45 1.0 1.0 1.0 +2 +-1.51193 -1.4473 5.45308 0.45 1.0 1.0 1.0 +2 +-0.602903 3.53542 2.56421 0.45 1.0 1.0 1.0 +2 +-5.4539 -0.731648 -1.46549 0.45 1.0 1.0 1.0 +2 +-0.911811 -2.15101 1.99546 0.45 1.0 1.0 1.0 +2 +1.5962 3.3561 3.71273 0.45 1.0 1.0 1.0 +2 +1.35187 3.5867 -3.94402 0.45 1.0 1.0 1.0 +2 +3.431 -2.90459 4.17455 0.45 1.0 1.0 1.0 +2 +-3.26971 -3.42907 -1.80781 0.45 1.0 1.0 1.0 +2 +0.844761 4.27874 1.7607 0.45 1.0 1.0 1.0 +2 +1.6763 -2.72348 -4.13538 0.45 1.0 1.0 1.0 +2 +0.81777 -2.70559 -1.21961 0.45 1.0 1.0 1.0 +2 +-1.53758 1.64956 -5.4366 0.45 1.0 1.0 1.0 +2 +-0.00514709 0.341962 2.90513 0.45 1.0 1.0 1.0 +2 +-1.97256 -1.26132 4.62728 0.45 1.0 1.0 1.0 +2 +3.54041 -0.265649 1.76718 0.45 1.0 1.0 1.0 +2 +-2.98963 1.72695 4.78409 0.45 1.0 1.0 1.0 +2 +-0.421917 5.6555 1.95872 0.45 1.0 1.0 1.0 +2 +3.05418 3.84537 1.04176 0.45 1.0 1.0 1.0 +2 +-2.67694 -3.54564 -0.70108 0.45 1.0 1.0 1.0 +2 +3.61265 -2.01742 1.61506 0.45 1.0 1.0 1.0 +2 +-2.18525 -2.71274 2.78679 0.45 1.0 1.0 1.0 +2 +-2.66267 0.521645 -4.46997 0.45 1.0 1.0 1.0 +2 +-2.28352 -4.28982 -1.91018 0.45 1.0 1.0 1.0 +2 +4.89288 1.03638 -1.04835 0.45 1.0 1.0 1.0 +2 +0.987074 1.57304 -1.26 0.45 1.0 1.0 1.0 +2 +1.91946 2.21099 1.06998 0.45 1.0 1.0 1.0 +2 +-3.5671 -1.50538 -3.10594 0.45 1.0 1.0 1.0 +2 +-0.542287 4.93991 -2.59638 0.45 1.0 1.0 1.0 +2 +-1.85892 -2.04998 0.308987 0.45 1.0 1.0 1.0 +2 +3.73043 4.75477 -0.0923778 0.45 1.0 1.0 1.0 +2 +-1.7169 2.81333 0.529539 0.45 1.0 1.0 1.0 +2 +-3.42142 2.65259 3.69115 0.45 1.0 1.0 1.0 +2 +1.63711 -3.76471 2.22723 0.45 1.0 1.0 1.0 +2 +1.13468 0.911704 0.344139 0.45 1.0 1.0 1.0 +2 +2.28295 -5.36589 2.08245 0.45 1.0 1.0 1.0 +2 +-0.397002 2.55584 3.01708 0.45 1.0 1.0 1.0 +2 +0.661833 -5.66355 -0.676114 0.45 1.0 1.0 1.0 +2 +-3.11521 0.194648 -3.99565 0.45 1.0 1.0 1.0 +2 +2.24217 4.09935 1.68651 0.45 1.0 1.0 1.0 +2 +-4.80266 1.63659 -0.252814 0.45 1.0 1.0 1.0 +2 +-5.84503 1.36861 -0.378439 0.45 1.0 1.0 1.0 +2 +4.36959 2.59036 -0.0198676 0.45 1.0 1.0 1.0 +2 +1.07434 4.23636 -3.36758 0.45 1.0 1.0 1.0 +2 +1.88419 4.92762 1.63803 0.45 1.0 1.0 1.0 +2 +-0.83439 -3.66393 -3.62656 0.45 1.0 1.0 1.0 +2 +3.97608 1.80713 0.0799562 0.45 1.0 1.0 1.0 +2 +-1.44409 -2.73181 4.82295 0.45 1.0 1.0 1.0 +2 +1.22641 4.30911 3.49766 0.45 1.0 1.0 1.0 +2 +0.818861 3.22527 0.94376 0.45 1.0 1.0 1.0 +2 +3.21866 1.43738 1.5779 0.45 1.0 1.0 1.0 +2 +2.69734 -0.965394 2.99872 0.45 1.0 1.0 1.0 +2 +2.2049 -1.99443 3.42978 0.45 1.0 1.0 1.0 +2 +1.28063 -2.59226 5.36819 0.45 1.0 1.0 1.0 +2 +-0.622478 -2.88346 -0.594011 0.45 1.0 1.0 1.0 +2 +-0.525879 -4.66034 -0.888992 0.45 1.0 1.0 1.0 +2 +-3.24129 2.78133 -3.79729 0.45 1.0 1.0 1.0 +2 +0.528088 4.56008 3.20186 0.45 1.0 1.0 1.0 +2 +2.57942 2.2042 -1.26615 0.45 1.0 1.0 1.0 +2 +-1.00834 0.888482 -5.32921 0.45 1.0 1.0 1.0 +2 +-1.78622 3.88969 1.49929 0.45 1.0 1.0 1.0 +2 +-0.0275001 -3.13564 4.31747 0.45 1.0 1.0 1.0 +2 +-4.90466 -0.417091 -0.0865335 0.45 1.0 1.0 1.0 +2 +-2.74844 -1.80146 -4.04951 0.45 1.0 1.0 1.0 +2 +4.68373 -3.07746 1.8996 0.45 1.0 1.0 1.0 +2 +3.35364 -0.440171 -3.36991 0.45 1.0 1.0 1.0 +2 +-0.123048 3.90317 4.74327 0.45 1.0 1.0 1.0 +2 +-3.48735 -1.11884 4.61732 0.45 1.0 1.0 1.0 +2 +-2.5563 1.74879 -0.309778 0.45 1.0 1.0 1.0 +2 +0.882891 -0.0368319 1.31669 0.45 1.0 1.0 1.0 +2 +-1.44015 1.48485 5.43102 0.45 1.0 1.0 1.0 +2 +-1.36434 -2.34964 1.14168 0.45 1.0 1.0 1.0 +2 +-1.39469 -3.74549 2.79864 0.45 1.0 1.0 1.0 +2 +1.74199 -2.94196 -3.66842 0.45 1.0 1.0 1.0 +2 +-4.66332 -1.32579 0.484204 0.45 1.0 1.0 1.0 +2 +-0.986379 -2.31054 0.618602 0.45 1.0 1.0 1.0 +2 +-4.39671 0.620822 -0.145595 0.45 1.0 1.0 1.0 +2 +-2.84161 -4.41464 -2.94038 0.45 1.0 1.0 1.0 +2 +-1.90537 -1.09968 4.17673 0.45 1.0 1.0 1.0 +2 +-0.54486 -1.09579 -4.96347 0.45 1.0 1.0 1.0 +2 +3.75251 3.61421 -0.725608 0.45 1.0 1.0 1.0 +2 +0.800446 3.90501 -1.62132 0.45 1.0 1.0 1.0 +2 +-3.76687 3.24238 3.15235 0.45 1.0 1.0 1.0 +2 +4.34867 -1.52581 0.934827 0.45 1.0 1.0 1.0 +2 +-2.52674 2.29627 -4.7392 0.45 1.0 1.0 1.0 +2 +1.33775 2.11612 -5.34228 0.45 1.0 1.0 1.0 +2 +1.85228 2.12004 -1.46324 0.45 1.0 1.0 1.0 +2 +-1.96758 -4.44103 0.157755 0.45 1.0 1.0 1.0 +2 +-5.27513 1.40937 2.23687 0.45 1.0 1.0 1.0 +2 +1.91137 2.71445 1.1259 0.45 1.0 1.0 1.0 +2 +2.31628 -3.41051 -0.0274725 0.45 1.0 1.0 1.0 +2 +-2.6713 4.48748 -1.12485 0.45 1.0 1.0 1.0 +2 +2.86991 -3.89636 -1.96892 0.45 1.0 1.0 1.0 +2 +-2.20649 0.0581506 -2.81739 0.45 1.0 1.0 1.0 +2 +5.62517 0.744937 1.48131 0.45 1.0 1.0 1.0 +2 +4.22978 -2.24989 2.7299 0.45 1.0 1.0 1.0 +2 +0.363792 -2.39906 1.69791 0.45 1.0 1.0 1.0 +2 +0.706358 -1.75609 1.75288 0.45 1.0 1.0 1.0 +2 +-0.0150016 -3.99197 4.138 0.45 1.0 1.0 1.0 +2 +3.40775 3.23908 -2.66884 0.45 1.0 1.0 1.0 +2 +-1.46756 -0.181876 -4.66982 0.45 1.0 1.0 1.0 +2 +1.06685 2.46092 -4.3358 0.45 1.0 1.0 1.0 +2 +4.01888 1.60499 2.14398 0.45 1.0 1.0 1.0 +2 +3.84324 2.4495 2.20825 0.45 1.0 1.0 1.0 +2 +-3.11164 -1.81078 0.602655 0.45 1.0 1.0 1.0 +2 +4.69486 -2.14757 -2.22525 0.45 1.0 1.0 1.0 +2 +-5.01025 -0.946283 1.60226 0.45 1.0 1.0 1.0 +2 +0.371874 -3.04711 3.38187 0.45 1.0 1.0 1.0 +2 +5.06941 2.67979 1.8528 0.45 1.0 1.0 1.0 +2 +-1.61957 0.950017 -0.892334 0.45 1.0 1.0 1.0 +2 +2.62384 4.33121 2.69035 0.45 1.0 1.0 1.0 +2 +-3.27323 -0.505834 -2.7439 0.45 1.0 1.0 1.0 +2 +0.205245 0.395844 2.80023 0.45 1.0 1.0 1.0 +2 +-3.62904 -0.464824 4.11292 0.45 1.0 1.0 1.0 +2 +2.47978 2.51666 1.95517 0.45 1.0 1.0 1.0 +2 +-3.00443 1.1568 0.558344 0.45 1.0 1.0 1.0 +2 +4.38647 0.983239 -0.84219 0.45 1.0 1.0 1.0 +2 +1.71812 5.38166 2.46021 0.45 1.0 1.0 1.0 +2 +-4.62323 2.42408 -3.09421 0.45 1.0 1.0 1.0 +2 +-2.8574 3.2724 -1.06506 0.45 1.0 1.0 1.0 +2 +2.79177 -1.96376 -2.1966 0.45 1.0 1.0 1.0 +2 +-2.32448 2.19594 -3.61496 0.45 1.0 1.0 1.0 +2 +0.565309 -2.62046 2.75483 0.45 1.0 1.0 1.0 +2 +0.539862 3.94371 3.66842 0.45 1.0 1.0 1.0 +2 +0.815117 2.32668 -2.42166 0.45 1.0 1.0 1.0 +2 +-2.11957 -3.04667 -1.68958 0.45 1.0 1.0 1.0 +2 +2.8237 1.05725 2.39423 0.45 1.0 1.0 1.0 +2 +3.23319 -2.45693 -3.04113 0.45 1.0 1.0 1.0 +2 +4.67057 -0.882375 -3.70656 0.45 1.0 1.0 1.0 +2 +-2.15254 1.14886 3.66093 0.45 1.0 1.0 1.0 +2 +2.85399 1.51529 -4.12575 0.45 1.0 1.0 1.0 +2 +1.25597 4.79532 -0.936026 0.45 1.0 1.0 1.0 +2 +0.302711 0.793644 1.24107 0.45 1.0 1.0 1.0 +2 +2.46064 3.46499 -2.40002 0.45 1.0 1.0 1.0 +2 +5.13433 1.87445 2.41658 0.45 1.0 1.0 1.0 +2 +-5.08328 0.0382036 -3.07699 0.45 1.0 1.0 1.0 +2 +-2.55001 -4.21215 0.807336 0.45 1.0 1.0 1.0 +2 +-4.36668 -3.31985 -2.46956 0.45 1.0 1.0 1.0 +2 +1.87721 -0.696667 3.33106 0.45 1.0 1.0 1.0 +2 +-1.25946 -1.30744 -1.33706 0.45 1.0 1.0 1.0 +2 +-2.86595 -4.04977 0.313173 0.45 1.0 1.0 1.0 +2 +-4.79298 3.11514 -1.48814 0.45 1.0 1.0 1.0 +2 +1.32968 2.92991 -0.388429 0.45 1.0 1.0 1.0 +2 +-2.2441 0.793562 -0.145643 0.45 1.0 1.0 1.0 +2 +0.918781 -4.77397 -0.00187052 0.45 1.0 1.0 1.0 +2 +5.78319 1.59311 1.08534 0.45 1.0 1.0 1.0 +2 +3.0436 -0.247339 -0.677477 0.45 1.0 1.0 1.0 +2 +3.2815 2.98971 -0.289062 0.45 1.0 1.0 1.0 +2 +-1.07824 4.73498 2.24375 0.45 1.0 1.0 1.0 +2 +2.95633 -3.11943 3.83403 0.45 1.0 1.0 1.0 +2 +2.01539 1.48108 4.03342 0.45 1.0 1.0 1.0 +2 +-0.145126 5.04286 3.09559 0.45 1.0 1.0 1.0 +2 +-1.89623 3.63141 3.08963 0.45 1.0 1.0 1.0 +2 +4.11171 -1.50084 -1.21217 0.45 1.0 1.0 1.0 +2 +-0.568476 -0.977677 -4.9322 0.45 1.0 1.0 1.0 +2 +-1.03698 3.34803 4.55964 0.45 1.0 1.0 1.0 +2 +-4.27887 -3.94724 -0.933173 0.45 1.0 1.0 1.0 +2 +-1.37984 -2.23413 -5.43497 0.45 1.0 1.0 1.0 +2 +-5.20206 1.16946 2.34736 0.45 1.0 1.0 1.0 +2 +-2.19548 -1.00895 2.90705 0.45 1.0 1.0 1.0 +2 +0.222679 -4.35195 -3.98261 0.45 1.0 1.0 1.0 +2 +0.0775696 0.976532 -1.89938 0.45 1.0 1.0 1.0 +2 +-0.293226 -2.67394 -2.76957 0.45 1.0 1.0 1.0 +2 +2.93118 -3.9721 2.99166 0.45 1.0 1.0 1.0 +2 +-4.81881 3.14028 -0.794518 0.45 1.0 1.0 1.0 +2 +2.7017 -2.12236 -0.405534 0.45 1.0 1.0 1.0 +2 +3.10705 -0.883503 2.15949 0.45 1.0 1.0 1.0 +2 +4.12061 -0.875995 4.27664 0.45 1.0 1.0 1.0 +2 +-2.53586 -2.13633 0.65513 0.45 1.0 1.0 1.0 +2 +5.74773 1.16267 -0.0800376 0.45 1.0 1.0 1.0 +2 +-5.2345 1.93709 0.635894 0.45 1.0 1.0 1.0 +2 +3.47392 -1.29549 0.95768 0.45 1.0 1.0 1.0 +2 +3.83995 -3.14263 -1.56316 0.45 1.0 1.0 1.0 +2 +0.749918 -1.65306 -3.614 0.45 1.0 1.0 1.0 +2 +-2.99199 -0.792312 -3.66913 0.45 1.0 1.0 1.0 +2 +-4.28179 -3.3833 -1.81757 0.45 1.0 1.0 1.0 +2 +-1.81688 -2.63003 3.32989 0.45 1.0 1.0 1.0 +2 +-2.62716 1.92748 0.381311 0.45 1.0 1.0 1.0 +2 +-3.73894 1.18767 -1.73356 0.45 1.0 1.0 1.0 +2 +-4.27193 1.07997 -0.465639 0.45 1.0 1.0 1.0 +2 +-4.68165 0.843004 -0.443386 0.45 1.0 1.0 1.0 +2 +-3.02204 2.94027 0.0756823 0.45 1.0 1.0 1.0 +2 +1.06524 0.186728 -0.640308 0.45 1.0 1.0 1.0 +2 +-4.78044 2.93347 -2.6037 0.45 1.0 1.0 1.0 +2 +-0.786754 2.90212 3.96197 0.45 1.0 1.0 1.0 +2 +0.363732 -3.42029 -3.05295 0.45 1.0 1.0 1.0 +2 +4.4139 2.91593 0.350439 0.45 1.0 1.0 1.0 +2 +-2.65089 0.00596618 1.01754 0.45 1.0 1.0 1.0 +2 +3.88139 -1.50534 -2.41836 0.45 1.0 1.0 1.0 +2 +-0.0817316 3.51472 2.13451 0.45 1.0 1.0 1.0 +2 +-1.34949 -0.835954 -5.14518 0.45 1.0 1.0 1.0 +2 +1.77586 -4.42168 2.86948 0.45 1.0 1.0 1.0 +2 +1.31249 -0.681511 -2.48607 0.45 1.0 1.0 1.0 +2 +3.35495 -3.25548 0.110467 0.45 1.0 1.0 1.0 +2 +3.32313 -4.53331 0.065226 0.45 1.0 1.0 1.0 +2 +1.62909 -2.07185 4.84355 0.45 1.0 1.0 1.0 +2 +3.17954 1.56594 3.42105 0.45 1.0 1.0 1.0 +2 +3.56427 3.72258 -3.208 0.45 1.0 1.0 1.0 +2 +4.05282 1.28088 1.62497 0.45 1.0 1.0 1.0 +2 +-3.51531 0.431621 -3.84341 0.45 1.0 1.0 1.0 +2 +3.51473 2.31278 -0.192568 0.45 1.0 1.0 1.0 +2 +1.73109 -0.0582799 0.643672 0.45 1.0 1.0 1.0 +2 +-0.723471 -0.506011 -5.72269 0.45 1.0 1.0 1.0 +2 +-2.08666 4.0625 2.67495 0.45 1.0 1.0 1.0 +2 +-1.32542 -5.72635 -1.5768 0.45 1.0 1.0 1.0 +2 +0.146422 4.33473 -0.121701 0.45 1.0 1.0 1.0 +2 +1.72291 -0.993093 -3.49048 0.45 1.0 1.0 1.0 +2 +-3.96343 -0.178623 0.385721 0.45 1.0 1.0 1.0 +2 +2.03146 -1.41088 -2.81644 0.45 1.0 1.0 1.0 +2 +-3.20997 -4.27567 0.248177 0.45 1.0 1.0 1.0 +2 +2.34761 2.02573 1.60553 0.45 1.0 1.0 1.0 +2 +-1.13061 5.44343 -1.51389 0.45 1.0 1.0 1.0 +2 +2.76542 1.75564 3.17875 0.45 1.0 1.0 1.0 +2 +0.649602 -0.299947 -3.95758 0.45 1.0 1.0 1.0 +2 +-1.04917 -3.11675 -0.785368 0.45 1.0 1.0 1.0 +2 +1.38273 1.28004 -0.117794 0.45 1.0 1.0 1.0 +2 +2.3748 -0.062566 3.04869 0.45 1.0 1.0 1.0 +2 +-1.59727 3.51408 3.80564 0.45 1.0 1.0 1.0 +2 +3.33289 -1.77525 2.2224 0.45 1.0 1.0 1.0 +2 +-2.19055 -5.02365 -2.72179 0.45 1.0 1.0 1.0 +2 +-0.426895 -3.56422 -2.7536 0.45 1.0 1.0 1.0 +2 +-1.56141 -1.75119 -2.89793 0.45 1.0 1.0 1.0 +2 +4.38327 -3.18402 -2.31207 0.45 1.0 1.0 1.0 +2 +-0.129826 1.64793 4.39035 0.45 1.0 1.0 1.0 +2 +3.7825 -1.00754 1.83822 0.45 1.0 1.0 1.0 +2 +4.78188 -3.60176 -0.962689 0.45 1.0 1.0 1.0 +2 +2.55215 2.96842 1.64209 0.45 1.0 1.0 1.0 +2 +1.80554 -1.78893 -4.36392 0.45 1.0 1.0 1.0 +2 +4.07109 -1.76794 0.977197 0.45 1.0 1.0 1.0 +2 +4.51842 -2.21396 -1.33956 0.45 1.0 1.0 1.0 +2 +-1.33409 -2.56539 -2.16131 0.45 1.0 1.0 1.0 +2 +2.66317 -4.58877 -1.51582 0.45 1.0 1.0 1.0 +2 +3.72078 3.74862 0.291077 0.45 1.0 1.0 1.0 +2 +1.26874 -4.01211 0.591214 0.45 1.0 1.0 1.0 +2 +-1.48058 4.42328 -0.748615 0.45 1.0 1.0 1.0 +2 +-1.26314 -1.19055 3.01702 0.45 1.0 1.0 1.0 +2 +-0.39648 -1.07733 -4.92436 0.45 1.0 1.0 1.0 +2 +3.51666 -2.56217 2.41659 0.45 1.0 1.0 1.0 +2 +-4.88305 2.90322 -2.35522 0.45 1.0 1.0 1.0 +2 +-2.90659 -4.73499 -2.48155 0.45 1.0 1.0 1.0 +2 +4.87721 -1.81293 1.76356 0.45 1.0 1.0 1.0 +2 +-0.257477 2.63072 -4.05642 0.45 1.0 1.0 1.0 +2 +-4.75172 1.83908 3.50957 0.45 1.0 1.0 1.0 +2 +2.39107 0.344513 -3.84643 0.45 1.0 1.0 1.0 +2 +1.82961 5.68418 0.0862466 0.45 1.0 1.0 1.0 +2 +-2.07295 -1.24812 3.16783 0.45 1.0 1.0 1.0 +2 +3.31879 -3.02231 -1.6574 0.45 1.0 1.0 1.0 +2 +-2.19146 4.53713 2.07414 0.45 1.0 1.0 1.0 +2 +-3.67799 -4.25868 0.453753 0.45 1.0 1.0 1.0 +2 +-4.08976 -1.79509 3.75161 0.45 1.0 1.0 1.0 +2 +0.437808 0.884543 2.91911 0.45 1.0 1.0 1.0 +2 +4.15735 -3.73452 0.965401 0.45 1.0 1.0 1.0 +2 +-2.76437 3.42579 -3.60409 0.45 1.0 1.0 1.0 +2 +1.80001 4.49408 -1.89978 0.45 1.0 1.0 1.0 +2 +0.310497 -4.8265 -1.94401 0.45 1.0 1.0 1.0 +2 +-5.25741 1.51316 -2.6347 0.45 1.0 1.0 1.0 +2 +-0.861611 -2.1126 2.32524 0.45 1.0 1.0 1.0 +2 +-1.7289 -0.422715 4.651 0.45 1.0 1.0 1.0 +2 +-1.49283 -3.02951 1.38788 0.45 1.0 1.0 1.0 +2 +0.660098 2.40663 1.45987 0.45 1.0 1.0 1.0 +2 +-2.1423 -0.454613 2.03365 0.45 1.0 1.0 1.0 +2 +-1.80875 -2.5299 -1.20632 0.45 1.0 1.0 1.0 +2 +-1.54205 0.959172 4.09151 0.45 1.0 1.0 1.0 +2 +-0.71289 3.63214 2.94056 0.45 1.0 1.0 1.0 +2 +4.9467 -0.202285 -0.277252 0.45 1.0 1.0 1.0 +2 +-0.381968 -5.31344 2.70216 0.45 1.0 1.0 1.0 +2 +-4.82514 -3.86229 0.0354755 0.45 1.0 1.0 1.0 +2 +5.39988 -1.43282 0.634077 0.45 1.0 1.0 1.0 +2 +-0.854943 -1.70123 5.51863 0.45 1.0 1.0 1.0 +2 +0.24458 3.93813 -3.32901 0.45 1.0 1.0 1.0 +2 +-3.05557 -2.35317 3.74215 0.45 1.0 1.0 1.0 +2 +3.24118 -4.7023 1.16623 0.45 1.0 1.0 1.0 +2 +-2.26617 1.94665 0.0952117 0.45 1.0 1.0 1.0 +2 +3.36606 -2.57096 3.47957 0.45 1.0 1.0 1.0 +2 +5.57999 -1.61956 1.00828 0.45 1.0 1.0 1.0 +2 +-1.52378 -2.13199 -0.904618 0.45 1.0 1.0 1.0 +2 +-0.385069 4.60365 3.5121 0.45 1.0 1.0 1.0 +2 +-1.23947 -0.379686 -4.18526 0.45 1.0 1.0 1.0 +2 +2.656 -1.0642 4.90499 0.45 1.0 1.0 1.0 +2 +5.91082 0.253281 1.28831 0.45 1.0 1.0 1.0 +2 +2.40337 -3.7422 -4.01518 0.45 1.0 1.0 1.0 +2 +-1.34872 -0.298026 3.50437 0.45 1.0 1.0 1.0 +2 +1.92868 -4.11104 0.372212 0.45 1.0 1.0 1.0 +2 +4.99706 2.46477 -1.69112 0.45 1.0 1.0 1.0 +2 +1.84086 -3.67106 0.474405 0.45 1.0 1.0 1.0 +2 +5.65014 -1.34059 -0.181684 0.45 1.0 1.0 1.0 +2 +-1.44361 5.32259 2.29752 0.45 1.0 1.0 1.0 +2 +4.27138 2.06314 -2.40212 0.45 1.0 1.0 1.0 +2 +0.0199619 0.511139 5.05655 0.45 1.0 1.0 1.0 +2 +0.416504 2.62712 -2.50115 0.45 1.0 1.0 1.0 +2 +-1.93532 4.28209 -4.01656 0.45 1.0 1.0 1.0 +2 +0.298745 -3.84017 -0.438193 0.45 1.0 1.0 1.0 +2 +5.04937 0.758688 -3.13493 0.45 1.0 1.0 1.0 +2 +3.81213 0.742453 -3.03824 0.45 1.0 1.0 1.0 +2 +-1.42463 1.82369 5.37378 0.45 1.0 1.0 1.0 +2 +5.17044 0.894565 -2.33656 0.45 1.0 1.0 1.0 +2 +-0.21399 1.50085 1.30509 0.45 1.0 1.0 1.0 +2 +-0.899729 2.39572 4.04108 0.45 1.0 1.0 1.0 +2 +-3.01349 -2.27283 1.65753 0.45 1.0 1.0 1.0 +2 +-3.60741 3.38595 -3.23102 0.45 1.0 1.0 1.0 +2 +1.79872 -4.77175 0.0890648 0.45 1.0 1.0 1.0 +2 +-4.33695 0.087959 1.89294 0.45 1.0 1.0 1.0 +2 +3.13764 4.48099 1.50675 0.45 1.0 1.0 1.0 +2 +1.30438 -0.48771 4.09586 0.45 1.0 1.0 1.0 +2 +-2.42423 0.589567 -4.34194 0.45 1.0 1.0 1.0 +2 +3.04424 -1.931 2.35102 0.45 1.0 1.0 1.0 +2 +-2.6968 -2.36182 -5.03975 0.45 1.0 1.0 1.0 +2 +-0.4373 -4.74834 -3.44422 0.45 1.0 1.0 1.0 +2 +4.1238 3.18746 -1.8701 0.45 1.0 1.0 1.0 +2 +-5.23597 2.01762 1.74282 0.45 1.0 1.0 1.0 +2 +-1.43448 -2.40333 4.41191 0.45 1.0 1.0 1.0 +2 +2.64499 0.0751478 -2.50539 0.45 1.0 1.0 1.0 +2 +1.24011 -1.29631 -0.336088 0.45 1.0 1.0 1.0 +2 +-3.4466 1.27246 -3.5193 0.45 1.0 1.0 1.0 +2 +-4.68382 1.58122 -0.234301 0.45 1.0 1.0 1.0 +2 +0.841387 -2.79264 -0.108284 0.45 1.0 1.0 1.0 +2 +-5.03475 -3.1618 -1.16384 0.45 1.0 1.0 1.0 +2 +0.200784 -0.125009 -4.23529 0.45 1.0 1.0 1.0 +2 +-3.49231 2.29731 0.333873 0.45 1.0 1.0 1.0 +2 +3.44131 -3.35673 -1.87516 0.45 1.0 1.0 1.0 +2 +-1.96232 -2.90723 -2.98035 0.45 1.0 1.0 1.0 +2 +2.19629 2.11182 -3.10554 0.45 1.0 1.0 1.0 +2 +1.53697 0.382988 -2.36521 0.45 1.0 1.0 1.0 +2 +2.25793 -3.98765 2.24111 0.45 1.0 1.0 1.0 +2 +-1.29037 0.268725 0.310928 0.45 1.0 1.0 1.0 +2 +2.41167 -0.82981 -1.13918 0.45 1.0 1.0 1.0 +2 +-4.59671 1.50297 -0.330831 0.45 1.0 1.0 1.0 +2 +-1.93824 4.79815 -3.01669 0.45 1.0 1.0 1.0 +2 +-4.12366 -0.877793 -1.13453 0.45 1.0 1.0 1.0 +2 +1.60925 -0.54196 -1.96812 0.45 1.0 1.0 1.0 +2 +2.06361 5.49139 -1.98581 0.45 1.0 1.0 1.0 +2 +-0.577619 -5.76392 -0.290042 0.45 1.0 1.0 1.0 +2 +1.22463 -0.866191 -4.64929 0.45 1.0 1.0 1.0 +2 +-1.29192 -1.00978 1.38208 0.45 1.0 1.0 1.0 +2 +-4.46332 -2.19482 -2.338 0.45 1.0 1.0 1.0 +2 +-1.8064 -0.136583 -0.253269 0.45 1.0 1.0 1.0 +2 +-1.08945 2.42779 -2.71317 0.45 1.0 1.0 1.0 +2 +2.74258 2.48713 1.99428 0.45 1.0 1.0 1.0 +2 +0.0575183 -1.03614 5.02195 0.45 1.0 1.0 1.0 +2 +1.14474 -3.58415 -2.72354 0.45 1.0 1.0 1.0 +2 +0.287154 -0.135179 -1.47591 0.45 1.0 1.0 1.0 +2 +-4.02596 3.5575 1.53997 0.45 1.0 1.0 1.0 +2 +1.28111 5.52264 2.19811 0.45 1.0 1.0 1.0 +2 +-0.393459 0.0637413 4.29782 0.45 1.0 1.0 1.0 +2 +-0.0928196 3.26386 4.32079 0.45 1.0 1.0 1.0 +2 +1.28095 2.84516 1.91312 0.45 1.0 1.0 1.0 +2 +0.910975 0.510588 -4.19395 0.45 1.0 1.0 1.0 +2 +-3.5211 2.36806 -1.70198 0.45 1.0 1.0 1.0 +2 +5.33415 -1.91192 0.570719 0.45 1.0 1.0 1.0 +2 +3.91025 -0.367464 2.72978 0.45 1.0 1.0 1.0 +2 +-1.73332 -0.185785 4.07828 0.45 1.0 1.0 1.0 +2 +1.60974 -4.84922 0.818466 0.45 1.0 1.0 1.0 +2 +4.93996 -1.73402 0.462386 0.45 1.0 1.0 1.0 +2 +4.53649 3.68148 0.877898 0.45 1.0 1.0 1.0 +2 +2.88857 -0.385861 3.70004 0.45 1.0 1.0 1.0 +2 +2.66271 0.00202532 -3.18154 0.45 1.0 1.0 1.0 +2 +2.02921 -1.91168 4.5617 0.45 1.0 1.0 1.0 +2 +-1.50096 -3.14391 1.75465 0.45 1.0 1.0 1.0 +2 +-1.13003 2.68912 -2.64983 0.45 1.0 1.0 1.0 +2 +3.15339 -3.64398 -3.28948 0.45 1.0 1.0 1.0 +2 +-0.663264 -5.9772 0.788737 0.45 1.0 1.0 1.0 +2 +3.93314 -0.185809 3.68298 0.45 1.0 1.0 1.0 +2 +1.23695 -4.77462 1.42739 0.45 1.0 1.0 1.0 +2 +-5.04938 -0.939103 -1.79326 0.45 1.0 1.0 1.0 +2 +-2.75368 -2.87578 4.50814 0.45 1.0 1.0 1.0 +2 +-1.3302 0.807748 2.55639 0.45 1.0 1.0 1.0 +2 +-0.222057 2.40213 0.24833 0.45 1.0 1.0 1.0 +2 +-2.08118 -3.10404 1.91883 0.45 1.0 1.0 1.0 +2 +-2.27712 4.1281 0.917409 0.45 1.0 1.0 1.0 +2 +-3.01212 -4.14557 3.11941 0.45 1.0 1.0 1.0 +2 +-4.09698 0.989856 -1.28337 0.45 1.0 1.0 1.0 +2 +3.45023 -2.27667 -0.739344 0.45 1.0 1.0 1.0 +2 +0.32713 1.77189 3.33103 0.45 1.0 1.0 1.0 +2 +4.23647 -1.46759 -0.598443 0.45 1.0 1.0 1.0 +2 +0.981244 2.84996 -4.13916 0.45 1.0 1.0 1.0 +2 +-0.763937 1.76601 3.68287 0.45 1.0 1.0 1.0 +2 +-0.634108 0.167835 4.41806 0.45 1.0 1.0 1.0 +2 +-1.69194 0.402123 -3.3387 0.45 1.0 1.0 1.0 +2 +3.41621 -3.42453 0.0112911 0.45 1.0 1.0 1.0 +2 +1.37529 0.29297 -1.64058 0.45 1.0 1.0 1.0 +2 +-4.90467 -0.589738 1.47443 0.45 1.0 1.0 1.0 +2 +0.844585 1.32296 1.63326 0.45 1.0 1.0 1.0 +2 +5.80366 -1.75921 -1.07826 0.45 1.0 1.0 1.0 +2 +4.37366 -3.36558 -1.69416 0.45 1.0 1.0 1.0 +2 +-3.39304 -4.14149 -2.66572 0.45 1.0 1.0 1.0 +2 +0.541704 -2.32621 -2.05825 0.45 1.0 1.0 1.0 +2 +1.08414 -4.81512 3.15699 0.45 1.0 1.0 1.0 +2 +-1.47941 -0.839965 1.89257 0.45 1.0 1.0 1.0 +2 +-3.21865 -1.27104 2.44484 0.45 1.0 1.0 1.0 +2 +-1.64397 0.215011 3.248 0.45 1.0 1.0 1.0 +2 +-1.48759 -1.74312 -3.71406 0.45 1.0 1.0 1.0 +2 +-2.51732 -0.756724 -1.07992 0.45 1.0 1.0 1.0 +2 +1.20254 0.149403 4.80367 0.45 1.0 1.0 1.0 +2 +0.711284 -5.80389 -2.06932 0.45 1.0 1.0 1.0 +2 +2.35624 -1.91496 -0.892346 0.45 1.0 1.0 1.0 +2 +2.42293 2.44927 -1.61999 0.45 1.0 1.0 1.0 +2 +0.332143 -0.828029 3.97485 0.45 1.0 1.0 1.0 +2 +-5.53643 1.73473 -0.888485 0.45 1.0 1.0 1.0 +2 +2.82049 -3.27847 -1.78115 0.45 1.0 1.0 1.0 +2 +2.29982 5.3202 -0.753375 0.45 1.0 1.0 1.0 +2 +-3.30656 -2.30197 -4.08346 0.45 1.0 1.0 1.0 +2 +4.87072 0.774597 3.69487 0.45 1.0 1.0 1.0 +2 +1.861 -0.323921 2.53354 0.45 1.0 1.0 1.0 +2 +0.350672 0.420096 0.972231 0.45 1.0 1.0 1.0 +2 +-4.98592 -1.46156 1.42522 0.45 1.0 1.0 1.0 +2 +-5.12698 -2.55063 -2.26815 0.45 1.0 1.0 1.0 +2 +0.778422 5.9425 -0.807582 0.45 1.0 1.0 1.0 +2 +0.246357 -3.41671 -4.98255 0.45 1.0 1.0 1.0 +2 +0.31072 -1.08565 4.17623 0.45 1.0 1.0 1.0 +2 +-3.04361 0.120912 -2.57564 0.45 1.0 1.0 1.0 +2 +1.47846 -2.81105 0.605727 0.45 1.0 1.0 1.0 +2 +2.41915 0.910091 -1.94306 0.45 1.0 1.0 1.0 +2 +1.23168 5.93225 0.542752 0.45 1.0 1.0 1.0 +2 +2.87844 2.94486 2.77366 0.45 1.0 1.0 1.0 +2 +2.91664 -0.18927 -4.86308 0.45 1.0 1.0 1.0 +2 +2.61441 -5.28177 1.37252 0.45 1.0 1.0 1.0 +2 +-1.28386 -1.97642 -4.07398 0.45 1.0 1.0 1.0 +2 +2.83904 -1.59028 -3.18009 0.45 1.0 1.0 1.0 +2 +1.64689 -0.778461 5.79635 0.45 1.0 1.0 1.0 +2 +-0.576051 -4.21936 3.76959 0.45 1.0 1.0 1.0 +2 +5.33787 -1.43368 -1.36271 0.45 1.0 1.0 1.0 +2 +0.296257 3.98038 -0.305418 0.45 1.0 1.0 1.0 +2 +3.33364 -1.60175 2.66697 0.45 1.0 1.0 1.0 +2 +-1.9513 -3.71692 -0.895172 0.45 1.0 1.0 1.0 +2 +-2.28488 -2.33348 -0.220238 0.45 1.0 1.0 1.0 +2 +-4.25405 3.73609 0.503523 0.45 1.0 1.0 1.0 +2 +1.12438 1.62874 4.34776 0.45 1.0 1.0 1.0 +2 +-4.481 -1.53229 3.72743 0.45 1.0 1.0 1.0 +2 +3.27706 2.86571 0.0568487 0.45 1.0 1.0 1.0 +2 +-4.33543 0.845321 1.27701 0.45 1.0 1.0 1.0 +2 +-1.33908 0.481489 3.00681 0.45 1.0 1.0 1.0 +2 +1.62551 -0.345009 -4.49316 0.45 1.0 1.0 1.0 +2 +4.85797 -2.66777 1.66737 0.45 1.0 1.0 1.0 +2 +-3.9961 -3.27904 1.059 0.45 1.0 1.0 1.0 +2 +-5.50467 2.10971 -1.3191 0.45 1.0 1.0 1.0 +2 +1.13095 0.316163 3.54745 0.45 1.0 1.0 1.0 +2 +-4.40997 1.06138 -2.72809 0.45 1.0 1.0 1.0 +2 +3.83766 -4.46404 -1.94992 0.45 1.0 1.0 1.0 +2 +4.34659 0.684176 -2.3517 0.45 1.0 1.0 1.0 +2 +3.68075 1.05415 -0.0484013 0.45 1.0 1.0 1.0 +2 +4.20563 1.2134 -3.45478 0.45 1.0 1.0 1.0 +2 +0.362695 3.96881 3.69544 0.45 1.0 1.0 1.0 +2 +-0.23957 5.81702 -0.651472 0.45 1.0 1.0 1.0 +2 +1.22164 -1.57711 -5.0327 0.45 1.0 1.0 1.0 +2 +-1.57168 -0.74266 -0.427321 0.45 1.0 1.0 1.0 +2 +1.67862 -0.991916 3.88934 0.45 1.0 1.0 1.0 +2 +-1.04128 5.43533 -1.17327 0.45 1.0 1.0 1.0 +2 +-4.48478 -3.14391 1.82631 0.45 1.0 1.0 1.0 +2 +-0.2009 -1.818 3.35265 0.45 1.0 1.0 1.0 +2 +4.33393 -1.14417 0.845567 0.45 1.0 1.0 1.0 +2 +-2.87371 1.99733 -4.29764 0.45 1.0 1.0 1.0 +2 +3.16114 2.47522 0.301765 0.45 1.0 1.0 1.0 +2 +-2.70133 -3.93778 -3.2614 0.45 1.0 1.0 1.0 +2 +-0.226151 -4.37773 -2.87828 0.45 1.0 1.0 1.0 +2 +1.50395 3.74646 1.15766 0.45 1.0 1.0 1.0 +2 +-4.49271 0.141715 -0.342274 0.45 1.0 1.0 1.0 +2 +-1.25183 2.73776 -4.14308 0.45 1.0 1.0 1.0 +2 +-4.02782 -2.85264 -3.70439 0.45 1.0 1.0 1.0 +2 +-1.23764 5.58379 0.143143 0.45 1.0 1.0 1.0 +2 +-1.15019 -1.19189 5.28166 0.45 1.0 1.0 1.0 +2 +-3.26639 2.7646 0.432547 0.45 1.0 1.0 1.0 +2 +-0.688586 2.67253 3.79432 0.45 1.0 1.0 1.0 +2 +-0.912934 3.78971 -3.88211 0.45 1.0 1.0 1.0 +2 +-0.2017 -2.85765 -1.02581 0.45 1.0 1.0 1.0 +2 +-1.47407 2.10084 -1.46204 0.45 1.0 1.0 1.0 +2 +-0.134294 0.990751 1.33681 0.45 1.0 1.0 1.0 +2 +-1.39497 3.92965 3.19623 0.45 1.0 1.0 1.0 +2 +3.75282 -3.65922 1.00869 0.45 1.0 1.0 1.0 +2 +4.18621 -2.6015 -1.04393 0.45 1.0 1.0 1.0 +2 +-1.79579 4.37891 -2.06346 0.45 1.0 1.0 1.0 +2 +-2.96082 2.06393 -1.52783 0.45 1.0 1.0 1.0 +2 +1.23521 3.32653 3.07397 0.45 1.0 1.0 1.0 +2 +1.40136 4.17181 3.58111 0.45 1.0 1.0 1.0 +2 +-3.80101 0.15559 -2.87811 0.45 1.0 1.0 1.0 +2 +2.55935 -0.0500578 2.35472 0.45 1.0 1.0 1.0 +2 +-3.23419 -2.0045 -4.5646 0.45 1.0 1.0 1.0 +2 +5.96986 -0.0966255 1.33414 0.45 1.0 1.0 1.0 +2 +-3.92061 0.00152197 0.765761 0.45 1.0 1.0 1.0 +2 +4.07415 -0.0119214 -1.85016 0.45 1.0 1.0 1.0 +2 +5.09963 1.90367 -2.74766 0.45 1.0 1.0 1.0 +2 +-1.02066 4.6398 3.13338 0.45 1.0 1.0 1.0 +2 +2.04966 -5.69377 0.0872932 0.45 1.0 1.0 1.0 +2 +3.10887 4.8545 1.14365 0.45 1.0 1.0 1.0 +2 +2.91676 1.83938 -3.77784 0.45 1.0 1.0 1.0 +2 +1.30696 5.6584 0.984818 0.45 1.0 1.0 1.0 +2 +0.883763 2.21184 2.92839 0.45 1.0 1.0 1.0 +2 +-1.10423 2.07127 -2.18537 0.45 1.0 1.0 1.0 +2 +-0.649889 -4.52145 0.908002 0.45 1.0 1.0 1.0 +2 +0.167496 -1.28775 -5.31441 0.45 1.0 1.0 1.0 +2 +-1.14053 -0.117862 4.21475 0.45 1.0 1.0 1.0 +2 +2.82222 1.02621 1.8024 0.45 1.0 1.0 1.0 +2 +-1.12578 -0.236363 -2.30389 0.45 1.0 1.0 1.0 +2 +0.357688 -5.74031 -0.402136 0.45 1.0 1.0 1.0 +2 +3.1207 5.23974 -0.718768 0.45 1.0 1.0 1.0 +2 +4.08865 -4.43951 0.906377 0.45 1.0 1.0 1.0 +2 +-2.32177 -2.01164 -0.546459 0.45 1.0 1.0 1.0 +2 +1.09775 0.619081 -4.58661 0.45 1.0 1.0 1.0 +2 +-2.44319 4.48514 -3.30076 0.45 1.0 1.0 1.0 +2 +0.36651 6.05331 0.497631 0.45 1.0 1.0 1.0 +2 +1.36368 3.55352 -3.2795 0.45 1.0 1.0 1.0 +2 +5.80224 -0.789126 0.247987 0.45 1.0 1.0 1.0 +2 +3.59292 1.35256 2.75734 0.45 1.0 1.0 1.0 +2 +2.97419 -0.656928 1.25045 0.45 1.0 1.0 1.0 +2 +-1.22497 -4.89428 0.334831 0.45 1.0 1.0 1.0 +2 +-5.28546 1.50077 0.0621892 0.45 1.0 1.0 1.0 +2 +3.58238 -2.19833 0.800605 0.45 1.0 1.0 1.0 +2 +-5.83413 -1.61227 -0.587852 0.45 1.0 1.0 1.0 +2 +-4.04829 0.420923 2.46486 0.45 1.0 1.0 1.0 +2 +-0.0356286 -3.27392 0.238857 0.45 1.0 1.0 1.0 +2 +-5.40277 2.61248 -0.512083 0.45 1.0 1.0 1.0 +2 +3.88792 -3.46054 2.77289 0.45 1.0 1.0 1.0 +2 +3.29221 -3.08581 -1.85466 0.45 1.0 1.0 1.0 +2 +-4.88992 -0.774462 -1.43094 0.45 1.0 1.0 1.0 +2 +-1.75873 -5.47903 -1.16349 0.45 1.0 1.0 1.0 +2 +-1.67063 -1.18208 -3.64883 0.45 1.0 1.0 1.0 +2 +1.96889 1.69001 4.29057 0.45 1.0 1.0 1.0 +2 +2.01455 -0.166723 1.87374 0.45 1.0 1.0 1.0 +2 +2.93667 1.599 0.82323 0.45 1.0 1.0 1.0 +2 +2.21833 0.342035 4.14133 0.45 1.0 1.0 1.0 +2 +0.0531995 0.818894 3.77555 0.45 1.0 1.0 1.0 +2 +-1.09099 1.25474 -3.5026 0.45 1.0 1.0 1.0 +2 +-4.03521 -3.10193 0.0348151 0.45 1.0 1.0 1.0 +2 +2.00802 1.79653 -4.3394 0.45 1.0 1.0 1.0 +2 +2.82426 -1.94981 -3.61596 0.45 1.0 1.0 1.0 +2 +-3.93602 1.4112 -4.12801 0.45 1.0 1.0 1.0 +2 +0.602137 -3.99974 -2.45884 0.45 1.0 0.0 0.0 +2 +3.77965 0.742786 2.55055 0.45 1.0 0.0 0.0 +2 +0.868237 1.81047 -5.82751 0.45 1.0 0.0 0.0 +2 +-2.03113 -5.4353 1.65082 0.45 1.0 0.0 0.0 +2 +2.05294 -0.151262 1.18116 0.45 1.0 0.0 0.0 +2 +-0.691182 -3.73828 -0.191582 0.45 1.0 0.0 0.0 +2 +-2.42116 2.53183 -3.57774 0.45 1.0 0.0 0.0 +2 +-1.09552 -0.371132 3.10924 0.45 1.0 0.0 0.0 +2 +-1.37207 4.229 -2.9995 0.45 1.0 0.0 0.0 +2 +-2.84741 -2.51364 -0.939066 0.45 1.0 0.0 0.0 +2 +0.676794 -2.34484 -5.02818 0.45 1.0 0.0 0.0 +2 +0.396303 -1.89175 4.54038 0.45 1.0 0.0 0.0 +2 +1.88022 0.262342 4.69522 0.45 1.0 0.0 0.0 +2 +4.03568 -1.44021 0.395565 0.45 1.0 0.0 0.0 +2 +1.71536 -3.76062 -3.48576 0.45 1.0 0.0 0.0 +2 +1.61366 -1.00203 -4.7929 0.45 1.0 0.0 0.0 +2 +-0.595541 3.2054 1.87162 0.45 1.0 0.0 0.0 +2 +0.675241 -3.63558 1.33132 0.45 1.0 0.0 0.0 +2 +3.26613 5.21029 0.674133 0.45 1.0 0.0 0.0 +2 +2.558 1.95998 0.823763 0.45 1.0 0.0 0.0 +2 +-1.23473 4.83983 2.62731 0.45 1.0 0.0 0.0 +2 +0.623487 -4.98143 -0.38713 0.45 1.0 0.0 0.0 +2 +-2.31531 -5.02855 1.73938 0.45 1.0 0.0 0.0 +2 +2.85392 0.255684 4.45757 0.45 1.0 0.0 0.0 +2 +4.82622 -2.76689 -1.63831 0.45 1.0 0.0 0.0 +2 +-3.89787 -2.46644 -1.65109 0.45 1.0 0.0 0.0 +2 +-1.76044 3.05754 -1.80672 0.45 1.0 0.0 0.0 +2 +-0.468622 2.32575 -5.62057 0.45 1.0 0.0 0.0 +2 +2.13724 2.27791 -3.16418 0.45 1.0 0.0 0.0 +2 +-2.51653 0.126206 -0.448257 0.45 1.0 0.0 0.0 +2 +-2.79217 -4.70229 1.33858 0.45 1.0 0.0 0.0 +2 +3.68391 4.42119 1.38534 0.45 1.0 0.0 0.0 +2 +-4.47632 2.60677 2.83563 0.45 1.0 0.0 0.0 +2 +-2.2923 -2.92971 3.71106 0.45 1.0 0.0 0.0 +2 +1.74825 2.96471 1.26493 0.45 1.0 0.0 0.0 +2 +-5.92862 -1.66543 -0.637068 0.45 1.0 0.0 0.0 +2 +0.0456497 -2.0 -3.4591 0.45 1.0 0.0 0.0 +2 +2.21676 -1.19049 3.93638 0.45 1.0 0.0 0.0 +2 +4.56357 -0.194072 1.27231 0.45 1.0 0.0 0.0 +2 +-5.84728 0.75381 1.72222 0.45 1.0 0.0 0.0 +2 +-0.213543 -3.39669 -3.57851 0.45 1.0 0.0 0.0 +2 +-2.18418 2.81156 -4.33921 0.45 1.0 0.0 0.0 +2 +-0.733085 -0.798754 -0.275568 0.45 1.0 0.0 0.0 +2 +0.696943 1.31109 0.631047 0.45 1.0 0.0 0.0 +2 +-1.98144 -1.61438 1.30063 0.45 1.0 0.0 0.0 +2 +-1.39951 2.10589 -3.51721 0.45 1.0 0.0 0.0 +2 +5.76897 -1.67202 0.309143 0.45 1.0 0.0 0.0 +2 +-2.77781 0.8928 5.20694 0.45 1.0 0.0 0.0 +2 +3.89013 -3.56983 2.19475 0.45 1.0 0.0 0.0 +2 +1.06529 0.990148 3.62347 0.45 1.0 0.0 0.0 +2 +0.0846295 -4.43803 0.966354 0.45 1.0 0.0 0.0 +2 +0.729878 -3.47871 -4.85921 0.45 1.0 0.0 0.0 +2 +-5.79056 -1.3132 1.17675 0.45 1.0 0.0 0.0 +2 +0.810075 4.44051 3.40891 0.45 1.0 0.0 0.0 +2 +-2.03746 -0.284196 0.221632 0.45 1.0 0.0 0.0 +2 +-3.38892 2.94327 0.816407 0.45 1.0 0.0 0.0 +2 +-0.805278 1.74449 1.91764 0.45 1.0 0.0 0.0 +2 +-3.60519 3.4764 3.30291 0.45 1.0 0.0 0.0 +2 +-0.78475 -0.646225 -4.97655 0.45 1.0 0.0 0.0 +2 +-5.25894 0.510231 2.21119 0.45 1.0 0.0 0.0 +2 +1.07924 -0.265593 2.7081 0.45 1.0 0.0 0.0 +2 +0.642123 -1.93022 3.12627 0.45 1.0 0.0 0.0 +2 +-1.9032 -1.74264 4.44619 0.45 1.0 0.0 0.0 +2 +-2.6052 -1.18931 -0.959916 0.45 1.0 0.0 0.0 +2 +-1.3537 2.74545 1.18085 0.45 1.0 0.0 0.0 +2 +-4.64482 -0.521805 1.77636 0.45 1.0 0.0 0.0 +2 +4.0423 -1.80993 2.47272 0.45 1.0 0.0 0.0 +2 +-4.43588 -0.140948 0.829321 0.45 1.0 0.0 0.0 +2 +5.31798 -0.85839 2.39645 0.45 1.0 0.0 0.0 +2 +2.9346 4.03883 1.87847 0.45 1.0 0.0 0.0 +2 +-4.44638 -2.96696 -2.00101 0.45 1.0 0.0 0.0 +2 +4.4226 0.171053 -3.53875 0.45 1.0 0.0 0.0 +2 +-4.9193 1.62422 2.84997 0.45 1.0 0.0 0.0 +2 +2.95721 -0.647715 -5.19578 0.45 1.0 0.0 0.0 +2 +0.589566 -4.36748 -4.33096 0.45 1.0 0.0 0.0 +2 +-0.467359 -1.26346 5.8478 0.45 1.0 0.0 0.0 +2 +5.50183 -0.155762 -0.0189248 0.45 1.0 0.0 0.0 +2 +1.25924 -2.31135 -0.527572 0.45 1.0 0.0 0.0 +2 +3.53438 -2.46196 -0.803591 0.45 1.0 0.0 0.0 +2 +5.27955 -1.5523 2.41253 0.45 1.0 0.0 0.0 +2 +1.28427 -3.39071 -2.25805 0.45 1.0 0.0 0.0 +2 +1.94832 3.25983 -1.47611 0.45 1.0 0.0 0.0 +2 +3.18543 1.27974 -5.11359 0.45 1.0 0.0 0.0 +2 +-0.686573 -0.704724 4.40402 0.45 1.0 0.0 0.0 +2 +-1.8634 -2.93079 -1.895 0.45 1.0 0.0 0.0 +2 +-0.490786 2.01551 3.62198 0.45 1.0 0.0 0.0 +2 +-0.00850646 5.91598 0.10897 0.45 1.0 0.0 0.0 +2 +0.0749981 -5.02189 2.06744 0.45 1.0 0.0 0.0 +2 +3.26529 3.48714 -2.39527 0.45 1.0 0.0 0.0 +2 +3.41556 -1.86817 3.85578 0.45 1.0 0.0 0.0 +2 +1.6094 1.88918 1.89792 0.45 1.0 0.0 0.0 +2 +-3.39441 -2.36284 2.57074 0.45 1.0 0.0 0.0 +2 +-0.48481 3.19935 -0.563076 0.45 1.0 0.0 0.0 +2 +1.4411 2.04643 2.16884 0.45 1.0 0.0 0.0 +2 +-0.0521685 4.10124 -3.8062 0.45 1.0 0.0 0.0 +2 +-2.20821 -3.95387 -0.757077 0.45 1.0 0.0 0.0 +2 +-3.81272 1.82134 3.2171 0.45 1.0 0.0 0.0 +2 +0.0923569 1.36636 -0.969837 0.45 1.0 0.0 0.0 +2 +2.75567 -0.74112 0.626881 0.45 1.0 0.0 0.0 +2 +2.4401 5.51741 1.04932 0.45 1.0 0.0 0.0 +2 +0.37263 -2.75378 -4.63973 0.45 1.0 0.0 0.0 +2 +-2.93341 3.71221 -3.73697 0.45 1.0 0.0 0.0 +2 +-3.02175 -4.58348 0.514465 0.45 1.0 0.0 0.0 +2 +-4.0064 -2.70417 -2.02578 0.45 1.0 0.0 0.0 +2 +-2.41982 0.189021 0.682752 0.45 1.0 0.0 0.0 +2 +-1.46387 -0.110977 -4.13452 0.45 1.0 0.0 0.0 +2 +2.82436 -0.147313 5.51512 0.45 1.0 0.0 0.0 +2 +-0.194121 0.448404 5.27934 0.45 1.0 0.0 0.0 +2 +-0.698852 3.83303 4.48624 0.45 1.0 0.0 0.0 +2 +2.86296 3.34478 -0.40123 0.45 1.0 0.0 0.0 +2 +5.93441 -0.364617 0.946923 0.45 1.0 0.0 0.0 +2 +-3.25408 -1.1583 -0.924191 0.45 1.0 0.0 0.0 +2 +0.70047 -1.46115 -4.12446 0.45 1.0 0.0 0.0 +2 +2.25762 3.12313 -3.53533 0.45 1.0 0.0 0.0 +2 +-1.05573 -1.64376 3.74233 0.45 1.0 0.0 0.0 +2 +-0.543047 4.57114 2.8835 0.45 1.0 0.0 0.0 +2 +1.26955 -2.75106 3.80536 0.45 1.0 0.0 0.0 +2 +-1.41665 -0.631714 3.1762 0.45 1.0 0.0 0.0 +2 +-5.04644 -1.18833 2.98658 0.45 1.0 0.0 0.0 +2 +-1.66035 -2.06934 -2.51276 0.45 1.0 0.0 0.0 +2 +1.58479 -2.31333 3.37801 0.45 1.0 0.0 0.0 +2 +-0.250489 -3.98936 -1.70731 0.45 1.0 0.0 0.0 +2 +2.72097 -0.933292 -3.37305 0.45 1.0 0.0 0.0 +2 +-3.17926 3.1203 -1.61964 0.45 1.0 0.0 0.0 +2 +-0.233558 -4.78937 1.71475 0.45 1.0 0.0 0.0 +2 +-0.154822 3.37496 -1.85629 0.45 1.0 0.0 0.0 +2 +-1.7254 -3.63716 -0.390944 0.45 1.0 0.0 0.0 +2 +0.245083 -0.0211217 4.81037 0.45 1.0 0.0 0.0 +2 +0.994689 5.48996 -1.10593 0.45 1.0 0.0 0.0 +2 +-1.71547 1.95521 -4.977 0.45 1.0 0.0 0.0 +2 +-0.419466 -2.7898 -2.07146 0.45 1.0 0.0 0.0 +2 +-3.57488 4.16564 -0.841455 0.45 1.0 0.0 0.0 +2 +1.65752 4.11893 -4.22578 0.45 1.0 0.0 0.0 +2 +0.312403 2.3994 3.90778 0.45 1.0 0.0 0.0 +2 +1.75675 -2.91093 -3.13747 0.45 1.0 0.0 0.0 +2 +1.07456 -4.41524 -0.588949 0.45 1.0 0.0 0.0 +2 +2.32881 -3.83357 -1.17952 0.45 1.0 0.0 0.0 +2 +2.22433 1.92583 -2.47364 0.45 1.0 0.0 0.0 +2 +1.35194 4.88097 -0.629143 0.45 1.0 0.0 0.0 +2 +-3.22735 1.40819 -5.07478 0.45 1.0 0.0 0.0 +2 +4.57708 3.49832 -0.576023 0.45 1.0 0.0 0.0 +2 +-3.75395 -2.92252 0.57742 0.45 1.0 0.0 0.0 +2 +-2.41114 -2.80434 1.69186 0.45 1.0 0.0 0.0 +2 +-1.81204 4.22352 4.16102 0.45 1.0 0.0 0.0 +2 +-0.25232 2.4498 -5.03323 0.45 1.0 0.0 0.0 +2 +-2.4995 1.00567 3.93638 0.45 1.0 0.0 0.0 +2 +-0.685528 4.43933 -3.98722 0.45 1.0 0.0 0.0 +2 +-3.02493 3.92651 -0.0910838 0.45 1.0 0.0 0.0 +2 +-0.0514445 3.86303 0.109578 0.45 1.0 0.0 0.0 +2 +-2.63959 3.87872 3.29155 0.45 1.0 0.0 0.0 +2 +-1.72957 0.756798 2.31486 0.45 1.0 0.0 0.0 +2 +-2.47315 -2.77364 -3.4094 0.45 1.0 0.0 0.0 +2 +-5.03664 2.25459 1.86855 0.45 1.0 0.0 0.0 +2 +2.53197 -1.20089 2.92724 0.45 1.0 0.0 0.0 +2 +4.25874 0.538143 -0.147159 0.45 1.0 0.0 0.0 +2 +-4.30461 -2.37323 1.73637 0.45 1.0 0.0 0.0 +2 +1.96375 2.12096 1.66692 0.45 1.0 0.0 0.0 +2 +0.885325 3.64833 2.00589 0.45 1.0 0.0 0.0 +2 +3.14892 -4.42176 1.47422 0.45 1.0 0.0 0.0 +2 +-0.769569 -6.04145 0.307858 0.45 1.0 0.0 0.0 +2 +0.440758 0.842141 -2.53077 0.45 1.0 0.0 0.0 +2 +-3.39342 1.74649 -1.68489 0.45 1.0 0.0 0.0 +2 +4.78668 2.7019 1.12783 0.45 1.0 0.0 0.0 +2 +-2.47943 3.35296 0.479303 0.45 1.0 0.0 0.0 +2 +3.49751 -1.76123 2.10159 0.45 1.0 0.0 0.0 +2 +-1.40136 -4.22182 -0.379618 0.45 1.0 0.0 0.0 +2 +-3.03237 2.93953 0.0181173 0.45 1.0 0.0 0.0 +2 +-0.545063 -4.50135 3.8045 0.45 1.0 0.0 0.0 +2 +4.47708 -2.19818 3.22912 0.45 1.0 0.0 0.0 +2 +2.26201 2.52081 -2.67348 0.45 1.0 0.0 0.0 +2 +-0.604296 4.94284 -2.98058 0.45 1.0 0.0 0.0 +2 +0.131948 -3.19851 2.28477 0.45 1.0 0.0 0.0 +2 +0.468055 0.562076 5.07484 0.45 1.0 0.0 0.0 +2 +1.17373 -0.254387 4.93692 0.45 1.0 0.0 0.0 +2 +-3.24719 2.99208 2.19563 0.45 1.0 0.0 0.0 +2 +3.09007 -0.882058 1.63113 0.45 1.0 0.0 0.0 +2 +0.515473 3.46243 4.18889 0.45 1.0 0.0 0.0 +2 +2.61081 -3.6666 1.11207 0.45 1.0 0.0 0.0 +2 +0.929732 5.58385 1.09241 0.45 1.0 0.0 0.0 +2 +-2.22443 -3.7027 2.34976 0.45 1.0 0.0 0.0 +2 +0.859099 -2.88052 -0.706812 0.45 1.0 0.0 0.0 +2 +-5.88127 0.211764 -1.69267 0.45 1.0 0.0 0.0 +2 +0.53012 1.48763 2.53509 0.45 1.0 0.0 0.0 +2 +1.50809 -0.993763 -2.33912 0.45 1.0 0.0 0.0 +2 +5.37791 1.39654 -2.39014 0.45 1.0 0.0 0.0 +2 +2.84896 3.75438 -2.21894 0.45 1.0 0.0 0.0 +2 +1.69877 2.70596 -5.03804 0.45 1.0 0.0 0.0 +2 +2.94309 -2.22929 1.49916 0.45 1.0 0.0 0.0 +2 +-2.18277 1.66903 -0.840515 0.45 1.0 0.0 0.0 +2 +-5.2584 -2.8096 0.131352 0.45 1.0 0.0 0.0 +2 +2.02829 -4.93852 1.16545 0.45 1.0 0.0 0.0 +2 +1.40843 -1.17401 -4.36271 0.45 1.0 0.0 0.0 +2 +1.38708 -0.195326 5.00892 0.45 1.0 0.0 0.0 +2 +-2.99077 -5.13124 0.314552 0.45 1.0 0.0 0.0 +2 +1.29452 -4.82105 2.71366 0.45 1.0 0.0 0.0 +2 +0.316476 -3.59946 0.500198 0.45 1.0 0.0 0.0 +2 +-3.40037 -3.25197 -2.95658 0.45 1.0 0.0 0.0 +2 +-1.10887 -1.51373 5.58759 0.45 1.0 0.0 0.0 +2 +1.93275 2.10038 3.22324 0.45 1.0 0.0 0.0 +2 +3.38615 0.0922946 0.319796 0.45 1.0 0.0 0.0 +2 +-1.42381 3.15833 4.93585 0.45 1.0 0.0 0.0 +2 +-0.17339 1.47761 -4.58139 0.45 1.0 0.0 0.0 +2 +-2.40577 0.7318 4.02189 0.45 1.0 0.0 0.0 +2 +0.716298 4.02262 2.39036 0.45 1.0 0.0 0.0 +2 +0.880823 2.42407 -3.28939 0.45 1.0 0.0 0.0 +2 +0.909398 -1.18788 -1.89368 0.45 1.0 0.0 0.0 +2 +-3.09878 3.42613 2.0081 0.45 1.0 0.0 0.0 +2 +3.12178 -1.51392 2.25107 0.45 1.0 0.0 0.0 +2 +-1.14433 -1.80881 -3.47266 0.45 1.0 0.0 0.0 +2 +-2.4518 -3.67697 0.53571 0.45 1.0 0.0 0.0 +2 +-0.583729 3.21737 4.58419 0.45 1.0 0.0 0.0 +2 +-1.03388 5.81183 -1.01044 0.45 1.0 0.0 0.0 +2 +2.72832 -1.44509 5.37933 0.45 1.0 0.0 0.0 +2 +0.576962 -5.28481 -0.0477252 0.45 1.0 0.0 0.0 +2 +-2.07058 1.36145 3.31014 0.45 1.0 0.0 0.0 +2 +0.459377 3.58088 -2.59806 0.45 1.0 0.0 0.0 +2 +0.166889 0.924445 3.57007 0.45 1.0 0.0 0.0 +2 +1.85722 -1.80522 -5.2769 0.45 1.0 0.0 0.0 +2 +-3.48259 4.35381 -1.98192 0.45 1.0 0.0 0.0 +2 +2.71124 -3.21497 -1.50553 0.45 1.0 0.0 0.0 +2 +-0.702973 -3.39399 4.69073 0.45 1.0 0.0 0.0 +2 +3.0232 4.23126 -2.15155 0.45 1.0 0.0 0.0 +2 +-0.0722573 1.45915 -4.67575 0.45 1.0 0.0 0.0 +2 +0.596428 -0.69737 3.9266 0.45 1.0 0.0 0.0 +2 +1.13809 -3.73208 4.77815 0.45 1.0 0.0 0.0 +2 +-4.15826 0.729333 -0.231026 0.45 1.0 0.0 0.0 +2 +0.538557 -5.58245 -2.44216 0.45 1.0 0.0 0.0 +2 +-2.98212 3.74844 -2.72471 0.45 1.0 0.0 0.0 +2 +0.0323656 -1.93912 2.48511 0.45 1.0 0.0 0.0 +2 +5.17869 3.00518 -0.79453 0.45 1.0 0.0 0.0 +2 +-3.71851 -2.86922 3.07321 0.45 1.0 0.0 0.0 +2 +1.12493 -1.60846 1.50684 0.45 1.0 0.0 0.0 +2 +-3.40113 -3.68211 0.887042 0.45 1.0 0.0 0.0 +2 +-4.712 -0.563233 0.288708 0.45 1.0 0.0 0.0 +2 +1.17207 -3.35122 3.81674 0.45 1.0 0.0 0.0 +2 +3.72299 3.79518 1.17882 0.45 1.0 0.0 0.0 +2 +-1.98995 4.17911 2.21706 0.45 1.0 0.0 0.0 +2 +1.57919 2.89029 3.68267 0.45 1.0 0.0 0.0 +2 +-3.88148 -0.0585786 -4.37591 0.45 1.0 0.0 0.0 +2 +2.81972 -3.75076 0.978094 0.45 1.0 0.0 0.0 +2 +4.47714 -1.19609 -3.34692 0.45 1.0 0.0 0.0 +2 +1.69701 -2.12754 -0.616518 0.45 1.0 0.0 0.0 +2 +-1.97123 -3.67724 -4.11421 0.45 1.0 0.0 0.0 +2 +1.51332 0.0179235 3.47211 0.45 1.0 0.0 0.0 +2 +0.312816 -3.07532 0.753556 0.45 1.0 0.0 0.0 +2 +-2.54667 2.32021 0.613504 0.45 1.0 0.0 0.0 +2 +0.94075 4.64793 3.18845 0.45 1.0 0.0 0.0 +2 +3.22885 -0.966218 1.54648 0.45 1.0 0.0 0.0 +2 +-0.983254 0.585841 -4.94098 0.45 1.0 0.0 0.0 +2 +-2.87607 -0.429782 -2.46098 0.45 1.0 0.0 0.0 +2 +-0.0582465 1.20453 -3.67306 0.45 1.0 0.0 0.0 +2 +4.16326 -3.69834 1.18337 0.45 1.0 0.0 0.0 +2 +0.442883 -0.67862 -3.52193 0.45 1.0 0.0 0.0 +2 +0.84416 -5.81927 0.0145334 0.45 1.0 0.0 0.0 +2 +-2.30784 -3.48877 -0.297524 0.45 1.0 0.0 0.0 +2 +-0.457107 -2.6537 2.4461 0.45 1.0 0.0 0.0 +2 +-5.16288 2.17165 -2.50396 0.45 1.0 0.0 0.0 +2 +0.547932 3.09894 -0.796028 0.45 1.0 0.0 0.0 +2 +-4.08591 0.919892 1.48258 0.45 1.0 0.0 0.0 +2 +-2.26842 1.35817 -2.18702 0.45 1.0 0.0 0.0 +2 +-0.703096 -5.4576 -0.781671 0.45 1.0 0.0 0.0 +2 +1.48092 1.34535 5.67318 0.45 1.0 0.0 0.0 +2 +-0.504996 -1.07454 4.86356 0.45 1.0 0.0 0.0 +2 +-1.47142 -3.0362 0.617522 0.45 1.0 0.0 0.0 +2 +0.353098 3.97058 -3.83379 0.45 1.0 0.0 0.0 +2 +0.708798 2.03268 -5.61231 0.45 1.0 0.0 0.0 +2 +4.36215 1.58639 -0.147801 0.45 1.0 0.0 0.0 +2 +2.15599 -5.0706 2.1998 0.45 1.0 0.0 0.0 +2 +-0.843848 -1.34589 -2.44113 0.45 1.0 0.0 0.0 +2 +1.91917 -2.71314 -4.05132 0.45 1.0 0.0 0.0 +2 +-0.868815 0.881015 5.66135 0.45 1.0 0.0 0.0 +2 +0.908139 2.47065 -1.97265 0.45 1.0 0.0 0.0 +2 +-3.01246 2.58399 4.57184 0.45 1.0 0.0 0.0 +2 +-0.978702 2.6443 0.864699 0.45 1.0 0.0 0.0 +2 +4.3923 -0.397098 0.948324 0.45 1.0 0.0 0.0 +2 +-0.199875 3.00125 -4.96293 0.45 1.0 0.0 0.0 +2 +4.17698 3.57303 2.06204 0.45 1.0 0.0 0.0 +2 +3.85176 -3.26 -1.43539 0.45 1.0 0.0 0.0 +2 +1.60108 -1.53474 -0.2469 0.45 1.0 0.0 0.0 +2 +3.67775 0.18778 4.63027 0.45 1.0 0.0 0.0 +2 +4.12044 -3.76487 -0.447147 0.45 1.0 0.0 0.0 +2 +3.44534 2.37841 -1.41683 0.45 1.0 0.0 0.0 +2 +-4.02025 0.302613 -0.850678 0.45 1.0 0.0 0.0 +2 +-0.916125 -0.20771 -4.61264 0.45 1.0 0.0 0.0 +2 +-3.09362 3.36183 0.744486 0.45 1.0 0.0 0.0 +2 +1.96801 -0.737523 -0.951494 0.45 1.0 0.0 0.0 +2 +0.8745 -4.59112 -3.69901 0.45 1.0 0.0 0.0 +2 +2.29433 -0.226727 -1.6506 0.45 1.0 0.0 0.0 +2 +0.359646 2.35456 -5.32378 0.45 1.0 0.0 0.0 +2 +2.56674 -0.0349767 -4.72377 0.45 1.0 0.0 0.0 +2 +0.078678 -5.20966 -2.56686 0.45 1.0 0.0 0.0 +2 +-2.02154 -5.68342 0.354094 0.45 1.0 0.0 0.0 +2 +-4.10979 -3.35527 -2.15475 0.45 1.0 0.0 0.0 +2 +5.08179 -0.208779 2.23948 0.45 1.0 0.0 0.0 +2 +3.64806 -2.56974 -0.866645 0.45 1.0 0.0 0.0 +2 +0.119299 -4.87217 -0.228949 0.45 1.0 0.0 0.0 +2 +1.60784 0.582901 -4.72088 0.45 1.0 0.0 0.0 +2 +-0.972709 4.11526 -3.85089 0.45 1.0 0.0 0.0 +2 +5.50478 -0.159421 0.530948 0.45 1.0 0.0 0.0 +2 +2.9993 -0.466292 4.26851 0.45 1.0 0.0 0.0 +2 +3.57897 2.48197 2.05159 0.45 1.0 0.0 0.0 +2 +-0.906236 4.69786 -1.34227 0.45 1.0 0.0 0.0 +2 +-0.328636 -2.26057 -3.14861 0.45 1.0 0.0 0.0 +2 +0.778613 -3.2415 -0.779491 0.45 1.0 0.0 0.0 +2 +0.889714 2.97512 2.58752 0.45 1.0 0.0 0.0 +2 +1.8698 -1.23163 -5.14038 0.45 1.0 0.0 0.0 +2 +-4.38071 -3.35732 0.675822 0.45 1.0 0.0 0.0 +2 +-1.84363 -5.51064 0.969964 0.45 1.0 0.0 0.0 +2 +-0.630892 4.58581 1.3044 0.45 1.0 0.0 0.0 +2 +-0.179703 -5.35997 2.23749 0.45 1.0 0.0 0.0 +2 +-0.151085 4.14354 -0.0925995 0.45 1.0 0.0 0.0 +2 +-1.61791 3.88061 -2.1629 0.45 1.0 0.0 0.0 +2 +0.662225 0.934716 2.49735 0.45 1.0 0.0 0.0 +2 +0.0506537 -4.74723 2.8569 0.45 1.0 0.0 0.0 +2 +0.748508 -0.542081 -4.00823 0.45 1.0 0.0 0.0 +2 +0.07125 -5.98088 0.978653 0.45 1.0 0.0 0.0 +2 +-3.47326 -0.0966728 0.537809 0.45 1.0 0.0 0.0 +2 +4.62629 -0.727971 -1.70357 0.45 1.0 0.0 0.0 +2 +1.71929 0.165317 -0.695764 0.45 1.0 0.0 0.0 +2 +3.52494 0.274096 3.73394 0.45 1.0 0.0 0.0 +2 +1.74512 -0.00780694 5.26587 0.45 1.0 0.0 0.0 +2 +4.23198 -2.53037 3.37856 0.45 1.0 0.0 0.0 +2 +-1.00315 1.10238 4.02464 0.45 1.0 0.0 0.0 +2 +-0.967859 -1.22157 2.69747 0.45 1.0 0.0 0.0 +2 +-0.600428 -4.50031 -3.61994 0.45 1.0 0.0 0.0 +2 +-1.47132 -1.35478 -3.00111 0.45 1.0 0.0 0.0 +2 +2.19692 0.373292 -4.03302 0.45 1.0 0.0 0.0 +2 +4.9136 1.88925 3.07829 0.45 1.0 0.0 0.0 +2 +-0.359582 -1.28013 -1.3062 0.45 1.0 0.0 0.0 +2 +-2.76608 -0.389887 -1.92334 0.45 1.0 0.0 0.0 +2 +-4.05208 -1.21603 -3.54748 0.45 1.0 0.0 0.0 +2 +-2.56832 -1.79332 -3.72071 0.45 1.0 0.0 0.0 +2 +-2.68759 3.59742 2.4333 0.45 1.0 0.0 0.0 +2 +4.71337 -1.15249 -2.59108 0.45 1.0 0.0 0.0 +2 +0.406446 -5.11741 -2.92177 0.45 1.0 0.0 0.0 +2 +1.49933 0.573463 -2.05163 0.45 1.0 0.0 0.0 +2 +-2.61384 2.36171 3.26075 0.45 1.0 0.0 0.0 +2 +1.63065 -0.77412 4.32429 0.45 1.0 0.0 0.0 +2 +-1.9967 2.38015 3.05604 0.45 1.0 0.0 0.0 +2 +-2.22044 1.42468 -0.852182 0.45 1.0 0.0 0.0 +2 +0.327296 4.55046 2.75792 0.45 1.0 0.0 0.0 +2 +-0.151956 1.92604 1.07028 0.45 1.0 0.0 0.0 +2 +-1.94021 -3.46343 3.76126 0.45 1.0 0.0 0.0 +2 +0.470396 2.67642 -5.23848 0.45 1.0 0.0 0.0 +2 +-3.89336 -1.05808 -3.85404 0.45 1.0 0.0 0.0 +2 +0.199497 3.05977 -1.49623 0.45 1.0 0.0 0.0 +2 +1.78925 -2.66035 2.36119 0.45 1.0 0.0 0.0 +2 +-0.917742 -2.57453 5.44703 0.45 1.0 0.0 0.0 +2 +5.22878 1.25109 -2.79192 0.45 1.0 0.0 0.0 +2 +-0.520595 -2.6956 5.46059 0.45 1.0 0.0 0.0 +2 +1.54191 -3.31593 1.44628 0.45 1.0 0.0 0.0 +2 +1.15963 -1.52223 -0.7926 0.45 1.0 0.0 0.0 +2 +3.90755 3.81662 1.74386 0.45 1.0 0.0 0.0 +2 +-3.31732 2.82603 3.11819 0.45 1.0 0.0 0.0 +2 +0.197772 -1.12898 -4.38352 0.45 1.0 0.0 0.0 +2 +-0.940968 4.08902 1.74656 0.45 1.0 0.0 0.0 +2 +-0.6089 1.9991 0.766964 0.45 1.0 0.0 0.0 +2 +-0.516759 -0.25357 -6.14748 0.45 1.0 0.0 0.0 +2 +1.19588 -0.240605 0.844933 0.45 1.0 0.0 0.0 +2 +-4.58704 2.74459 -0.973142 0.45 1.0 0.0 0.0 +2 +-0.110488 4.08593 -0.574306 0.45 1.0 0.0 0.0 +2 +0.291478 -1.8935 -0.0851276 0.45 1.0 0.0 0.0 +2 +-3.9338 1.59594 -1.02844 0.45 1.0 0.0 0.0 +2 +0.746492 2.80225 0.452685 0.45 1.0 0.0 0.0 +2 +-0.651137 -0.674826 -1.79262 0.45 1.0 0.0 0.0 +2 +-4.82116 0.913101 -0.98881 0.45 1.0 0.0 0.0 +2 +2.48271 2.12517 -1.98537 0.45 1.0 0.0 0.0 +2 +0.848488 4.88535 -1.50083 0.45 1.0 0.0 0.0 +2 +0.959902 3.95371 -1.95527 0.45 1.0 0.0 0.0 +2 +3.96957 4.08509 -2.23774 0.45 1.0 0.0 0.0 +2 +-5.22127 0.827501 -0.44615 0.45 1.0 0.0 0.0 +2 +-4.60268 0.401379 -3.43481 0.45 1.0 0.0 0.0 +2 +0.932143 -3.52505 -2.0599 0.45 1.0 0.0 0.0 +2 +-1.73783 -1.67397 4.74199 0.45 1.0 0.0 0.0 +2 +-4.04143 4.14424 -0.658428 0.45 1.0 0.0 0.0 +2 +0.847506 0.792039 -0.920968 0.45 1.0 0.0 0.0 +2 +-3.64319 -2.57716 -1.41987 0.45 1.0 0.0 0.0 +2 +-4.99113 -2.18058 1.25785 0.45 1.0 0.0 0.0 +2 +-0.810512 0.619391 0.620862 0.45 1.0 0.0 0.0 +2 +0.534991 -3.48235 -3.94686 0.45 1.0 0.0 0.0 +2 +0.897745 1.47501 1.24304 0.45 1.0 0.0 0.0 +2 +-1.70653 3.33143 -1.48071 0.45 1.0 0.0 0.0 +2 +2.20382 4.7201 0.339233 0.45 1.0 0.0 0.0 +2 +-1.6225 1.20896 -3.76424 0.45 1.0 0.0 0.0 +2 +-1.12429 -0.071031 -2.74481 0.45 1.0 0.0 0.0 +2 +-2.70789 -2.61889 4.36222 0.45 1.0 0.0 0.0 +2 +2.83075 -4.40644 -1.66465 0.45 1.0 0.0 0.0 +2 +0.109337 1.39531 1.68419 0.45 1.0 0.0 0.0 +2 +-4.93511 -3.53523 0.506541 0.45 1.0 0.0 0.0 +2 +2.22069 2.92383 -3.40632 0.45 1.0 0.0 0.0 +2 +-0.70484 2.44072 3.56419 0.45 1.0 0.0 0.0 +2 +2.23041 4.96586 -0.74852 0.45 1.0 0.0 0.0 +2 +-3.59854 3.5654 -2.25631 0.45 1.0 0.0 0.0 +2 +-2.14395 -3.37793 1.63341 0.45 1.0 0.0 0.0 +2 +-3.14867 -3.86357 3.29619 0.45 1.0 0.0 0.0 +2 +1.73454 -4.09489 -1.05399 0.45 1.0 0.0 0.0 +2 +0.732182 -1.96679 -3.51538 0.45 1.0 0.0 0.0 +2 +-0.741272 -1.91961 -4.73729 0.45 1.0 0.0 0.0 +2 +-3.78257 -0.187783 -4.69397 0.45 1.0 0.0 0.0 +2 +2.81638 2.12253 3.13808 0.45 1.0 0.0 0.0 +2 +-3.1431 2.95869 -0.554627 0.45 1.0 0.0 0.0 +2 +-3.95076 1.87801 0.232387 0.45 1.0 0.0 0.0 +2 +-2.48335 -0.412766 -1.84728 0.45 1.0 0.0 0.0 +2 +-4.9364 -0.346182 0.611124 0.45 1.0 0.0 0.0 +2 +-1.84476 0.206941 4.1019 0.45 1.0 0.0 0.0 +2 +-1.99176 -1.36129 -0.744805 0.45 1.0 0.0 0.0 +2 +0.741932 0.600373 3.56377 0.45 1.0 0.0 0.0 +2 +-1.07316 3.19153 4.51456 0.45 1.0 0.0 0.0 +2 +-4.4506 0.645419 3.83562 0.45 1.0 0.0 0.0 +2 +1.85975 3.5562 4.55424 0.45 1.0 0.0 0.0 +2 +1.53712 3.03775 0.651275 0.45 1.0 0.0 0.0 +2 +3.00391 2.60387 3.77409 0.45 1.0 0.0 0.0 +2 +-1.7403 -5.88794 -0.349143 0.45 1.0 0.0 0.0 +2 +0.471363 -5.88489 1.36085 0.45 1.0 0.0 0.0 +2 +-1.11266 -3.06844 4.69322 0.45 1.0 0.0 0.0 +2 +-0.152016 0.914142 4.1064 0.45 1.0 0.0 0.0 +2 +-3.96333 1.58591 4.16596 0.45 1.0 0.0 0.0 +2 +4.61615 2.66723 1.60197 0.45 1.0 0.0 0.0 +2 +1.11748 -2.71652 1.27334 0.45 1.0 0.0 0.0 +2 +-1.04759 -1.30661 0.245101 0.45 1.0 0.0 0.0 +2 +5.13285 1.86914 0.0569262 0.45 1.0 0.0 0.0 +2 +1.41851 -5.32621 -1.07512 0.45 1.0 0.0 0.0 +2 +-2.38935 3.64178 3.55394 0.45 1.0 0.0 0.0 +2 +-1.69315 4.94099 3.05367 0.45 1.0 0.0 0.0 +2 +-1.14208 -1.29898 4.44721 0.45 1.0 0.0 0.0 +2 +-4.17251 -2.87215 3.37371 0.45 1.0 0.0 0.0 +2 +1.95246 -1.51496 -2.8321 0.45 1.0 0.0 0.0 +2 +1.82769 -1.78991 4.02873 0.45 1.0 0.0 0.0 +2 +-3.54338 0.0797641 0.638763 0.45 1.0 0.0 0.0 +2 +3.62156 -1.18545 1.77012 0.45 1.0 0.0 0.0 +2 +-1.64424 -4.30945 3.20782 0.45 1.0 0.0 0.0 +2 +0.66678 3.0495 -0.482165 0.45 1.0 0.0 0.0 +2 +-2.33275 -0.359984 4.36792 0.45 1.0 0.0 0.0 +2 +-0.696019 1.81577 -3.63778 0.45 1.0 0.0 0.0 +2 +1.50275 -3.90855 4.14362 0.45 1.0 0.0 0.0 +2 +1.34781 -2.57141 -4.13691 0.45 1.0 0.0 0.0 +2 +-0.0888371 -4.24328 -1.27617 0.45 1.0 0.0 0.0 +2 +3.14117 1.84625 -0.0538446 0.45 1.0 0.0 0.0 +2 +0.74553 -0.95295 1.21342 0.45 1.0 0.0 0.0 +2 +-3.21057 -1.90112 -4.12819 0.45 1.0 0.0 0.0 +2 +-2.44502 -1.36114 1.87597 0.45 1.0 0.0 0.0 +2 +3.28415 -2.03431 3.15509 0.45 1.0 0.0 0.0 +2 +-0.0305571 -4.88603 2.5442 0.45 1.0 0.0 0.0 +2 +-3.19423 -0.228905 -1.02522 0.45 1.0 0.0 0.0 +2 +2.46812 5.10614 -0.399056 0.45 1.0 0.0 0.0 +2 +1.8699 0.371811 -4.10445 0.45 1.0 0.0 0.0 +2 +2.0634 2.01009 -0.655532 0.45 1.0 0.0 0.0 +2 +-0.106293 0.135243 2.55122 0.45 1.0 0.0 0.0 +2 +-0.323122 3.55591 -0.403974 0.45 1.0 0.0 0.0 +2 +-2.96366 3.83261 -2.54451 0.45 1.0 0.0 0.0 +2 +1.31099 -1.10882 -0.667386 0.45 1.0 0.0 0.0 +2 +-0.822352 0.14599 -2.93004 0.45 1.0 0.0 0.0 +2 +2.54387 0.25305 -2.59654 0.45 1.0 0.0 0.0 +2 +-0.748645 -1.77603 1.50678 0.45 1.0 0.0 0.0 +2 +1.6856 4.69043 -2.02707 0.45 1.0 0.0 0.0 +2 +0.752817 -2.5586 0.372905 0.45 1.0 0.0 0.0 +2 +-1.88185 -2.7687 5.11877 0.45 1.0 0.0 0.0 +2 +0.899305 2.88169 -4.4202 0.45 1.0 0.0 0.0 +2 +2.90848 -0.749561 -4.76335 0.45 1.0 0.0 0.0 +2 +4.75919 -0.256967 -1.19812 0.45 1.0 0.0 0.0 +2 +2.17834 -1.7671 2.68258 0.45 1.0 0.0 0.0 +2 +-0.947102 0.249357 -2.62976 0.45 1.0 0.0 0.0 +2 +-1.74483 4.87941 -2.1538 0.45 1.0 0.0 0.0 +2 +2.44909 -4.59218 3.29245 0.45 1.0 0.0 0.0 +2 +1.01238 4.99833 -0.887126 0.45 1.0 0.0 0.0 +2 +3.30518 4.04371 -2.89304 0.45 1.0 0.0 0.0 +2 +1.45818 3.74806 3.2092 0.45 1.0 0.0 0.0 +2 +3.71016 -0.916698 2.56272 0.45 1.0 0.0 0.0 +2 +-3.52191 1.08051 -3.79722 0.45 1.0 0.0 0.0 +2 +1.79313 0.519168 3.52614 0.45 1.0 0.0 0.0 +2 +1.30472 5.30014 -2.8347 0.45 1.0 0.0 0.0 +2 +-2.60361 0.591607 5.12177 0.45 1.0 0.0 0.0 +2 +-1.49401 1.91174 -3.47795 0.45 1.0 0.0 0.0 +2 +-0.867479 -1.4816 -0.421989 0.45 1.0 0.0 0.0 +2 +4.35639 4.12438 0.462569 0.45 1.0 0.0 0.0 +2 +-4.79327 -1.72743 -0.508391 0.45 1.0 0.0 0.0 +2 +3.89764 -1.29752 4.14141 0.45 1.0 0.0 0.0 +2 +1.3095 -1.21706 4.04427 0.45 1.0 0.0 0.0 +2 +3.84886 -2.39417 -2.92794 0.45 1.0 0.0 0.0 +2 +-3.66737 0.545304 -3.85312 0.45 1.0 0.0 0.0 +2 +-3.80912 0.281032 -3.77268 0.45 1.0 0.0 0.0 +2 +-1.29782 -0.955954 0.364231 0.45 1.0 0.0 0.0 +2 +0.553091 2.95492 -1.96689 0.45 1.0 0.0 0.0 +2 +-2.99182 2.04724 3.27307 0.45 1.0 0.0 0.0 +2 +-2.2168 0.41086 -5.38677 0.45 1.0 0.0 0.0 +2 +0.958277 1.46997 3.49523 0.45 1.0 0.0 0.0 +2 +-2.84637 2.43232 -1.10555 0.45 1.0 0.0 0.0 +2 +-3.70439 -1.24783 -4.4841 0.45 1.0 0.0 0.0 +2 +-4.05736 -3.11378 -0.454413 0.45 1.0 0.0 0.0 +2 +5.39687 -2.51806 -0.719227 0.45 1.0 0.0 0.0 +2 +-3.61366 -2.45974 -0.649054 0.45 1.0 0.0 0.0 +2 +-5.25537 -1.58055 -0.904138 0.45 1.0 0.0 0.0 +2 +3.19044 -1.40058 -3.39394 0.45 1.0 0.0 0.0 +2 +5.4391 0.0670226 -2.58989 0.45 1.0 0.0 0.0 +2 +-3.52517 -4.12001 -1.46563 0.45 1.0 0.0 0.0 +2 +4.2483 -1.14353 -0.833146 0.45 1.0 0.0 0.0 +2 +0.115456 4.96882 -0.702268 0.45 1.0 0.0 0.0 +2 +-1.08146 0.240201 4.78184 0.45 1.0 0.0 0.0 +2 +4.52352 -3.29229 1.75017 0.45 1.0 0.0 0.0 +2 +-1.89568 0.532489 4.09254 0.45 1.0 0.0 0.0 +2 +2.02015 -5.3218 -1.29826 0.45 1.0 0.0 0.0 +2 +4.11928 1.70132 -4.15561 0.45 1.0 0.0 0.0 +2 +-2.1189 -4.20851 -0.0993855 0.45 1.0 0.0 0.0 +2 +6.05179 -0.254001 -0.989026 0.45 1.0 0.0 0.0 +2 +2.82815 1.46887 -2.72927 0.45 1.0 0.0 0.0 +2 +-2.12028 -2.67845 -4.00364 0.45 1.0 0.0 0.0 +2 +1.42307 -3.17191 2.59403 0.45 1.0 0.0 0.0 +2 +-0.300671 -3.72374 -3.96247 0.45 1.0 0.0 0.0 +2 +3.56794 3.26194 -3.14233 0.45 1.0 0.0 0.0 +2 +-2.80645 3.42517 -1.61223 0.45 1.0 0.0 0.0 +2 +0.234698 -0.86461 -2.89566 0.45 1.0 0.0 0.0 +2 +0.608738 -4.71718 -0.838499 0.45 1.0 0.0 0.0 +2 +-0.934663 -1.60955 -4.39314 0.45 1.0 0.0 0.0 +2 +-1.46297 2.57931 0.37869 0.45 1.0 0.0 0.0 +2 +-1.0696 1.03724 1.0802 0.45 1.0 0.0 0.0 +2 +3.49612 -0.372351 -4.97816 0.45 1.0 0.0 0.0 +2 +4.86629 0.796543 0.334752 0.45 1.0 0.0 0.0 +2 +0.406006 -0.117717 -5.7584 0.45 1.0 0.0 0.0 +2 +0.474883 3.65656 3.9526 0.45 1.0 0.0 0.0 +2 +4.24695 0.961283 2.3615 0.45 1.0 0.0 0.0 +2 +-0.336195 -5.24639 0.616085 0.45 1.0 0.0 0.0 +2 +2.73343 -2.39932 -2.63157 0.45 1.0 0.0 0.0 +2 +2.25277 -3.92112 3.81949 0.45 1.0 0.0 0.0 +2 +0.225902 0.188656 -5.45573 0.45 1.0 0.0 0.0 +2 +2.40135 -0.555171 -0.685986 0.45 1.0 0.0 0.0 +2 +-1.0846 -2.9806 4.53804 0.45 1.0 0.0 0.0 +2 +2.48047 1.70885 -1.58151 0.45 1.0 0.0 0.0 +2 +3.82742 -2.96747 1.87211 0.45 1.0 0.0 0.0 +2 +0.327678 -1.43375 -2.61435 0.45 1.0 0.0 0.0 +2 +2.56211 -3.36819 4.01054 0.45 1.0 0.0 0.0 +2 +-3.67376 4.77026 -0.411604 0.45 1.0 0.0 0.0 +2 +5.27813 -0.566199 0.0630116 0.45 1.0 0.0 0.0 +2 +-0.832579 1.95765 -1.09162 0.45 1.0 0.0 0.0 +2 +-1.50063 2.39759 -1.59486 0.45 1.0 0.0 0.0 +2 +-0.180077 0.763383 1.32748 0.45 1.0 0.0 0.0 +2 +-0.499019 0.122695 2.56703 0.45 1.0 0.0 0.0 +2 +-1.99683 0.295087 -3.28301 0.45 1.0 0.0 0.0 +2 +-1.34197 1.43344 -2.5302 0.45 1.0 0.0 0.0 +2 +-1.95301 4.7476 3.41151 0.45 1.0 0.0 0.0 +2 +-0.361421 5.03669 -1.37669 0.45 1.0 0.0 0.0 +2 +1.02406 2.77473 -3.06908 0.45 1.0 0.0 0.0 +2 +-4.61831 -1.66558 -3.10481 0.45 1.0 0.0 0.0 +2 +1.26963 -1.42504 -5.12725 0.45 1.0 0.0 0.0 +2 +-3.72325 4.28662 -2.26688 0.45 1.0 0.0 0.0 +2 +-0.765947 5.19919 0.167022 0.45 1.0 0.0 0.0 +2 +3.15342 -3.25469 0.866777 0.45 1.0 0.0 0.0 +2 +2.08783 3.05981 -0.900418 0.45 1.0 0.0 0.0 +2 +-4.76056 2.09485 -3.01893 0.45 1.0 0.0 0.0 +2 +1.05408 -1.35151 2.43934 0.45 1.0 0.0 0.0 +2 +-0.716201 -2.38296 -0.565406 0.45 1.0 0.0 0.0 +2 +-1.87508 -0.64397 -4.28999 0.45 1.0 0.0 0.0 +2 +-1.66529 1.74173 5.16644 0.45 1.0 0.0 0.0 +2 +-4.2434 -3.32346 -1.11102 0.45 1.0 0.0 0.0 +2 +-0.419436 -2.27943 2.4275 0.45 1.0 0.0 0.0 +2 +3.6927 3.34346 2.1151 0.45 1.0 0.0 0.0 +2 +2.39386 -2.36644 4.08473 0.45 1.0 0.0 0.0 +2 +4.11244 -1.6034 -0.295287 0.45 1.0 0.0 0.0 +2 +-0.0770022 -3.84659 3.33116 0.45 1.0 0.0 0.0 +2 +0.890552 4.65603 2.94056 0.45 1.0 0.0 0.0 +2 +-2.79396 2.5234 3.6713 0.45 1.0 0.0 0.0 +2 +-2.07447 -1.91207 -1.9315 0.45 1.0 0.0 0.0 +2 +2.42441 2.43108 2.82225 0.45 1.0 0.0 0.0 +2 +1.55085 -1.93621 1.65919 0.45 1.0 0.0 0.0 +2 +-5.26417 -0.46009 -3.16459 0.45 1.0 0.0 0.0 +2 +1.66373 -3.06034 4.27812 0.45 1.0 0.0 0.0 +2 +3.57042 -4.58347 0.77363 0.45 1.0 0.0 0.0 +2 +-0.147628 0.223455 -3.70906 0.45 1.0 0.0 0.0 +2 +-5.35359 -2.13496 -1.1844 0.45 1.0 0.0 0.0 +2 +-1.04164 -0.483704 -3.02132 0.45 1.0 0.0 0.0 +2 +2.54224 -2.35099 3.16017 0.45 1.0 0.0 0.0 +2 +-1.38107 1.9206 -3.55243 0.45 1.0 0.0 0.0 +2 +-3.12692 1.87147 2.04135 0.45 1.0 0.0 0.0 +2 +-5.25816 1.17604 1.3727 0.45 1.0 0.0 0.0 +2 +2.04548 -1.39614 -3.23033 0.45 1.0 0.0 0.0 +2 +0.966834 -3.61079 -3.78146 0.45 1.0 0.0 0.0 +2 +3.14409 1.34747 4.0794 0.45 1.0 0.0 0.0 +2 +1.32117 -3.60622 -1.51151 0.45 1.0 0.0 0.0 +2 +1.17429 -3.24203 2.7426 0.45 1.0 0.0 0.0 +2 +5.15778 -1.03942 -0.542694 0.45 1.0 0.0 0.0 +2 +-4.09837 2.44176 -3.79704 0.45 1.0 0.0 0.0 +2 +0.144071 2.03609 2.01886 0.45 1.0 0.0 0.0 +2 +-2.26335 -0.180332 -3.53376 0.45 1.0 0.0 0.0 +2 +0.418339 -3.74339 0.790232 0.45 1.0 0.0 0.0 +2 +2.53158 4.67292 1.37063 0.45 1.0 0.0 0.0 +2 +-3.6481 1.80147 4.25401 0.45 1.0 0.0 0.0 +2 +-3.25684 2.02884 4.31237 0.45 1.0 0.0 0.0 +2 +-3.73437 3.51908 1.00414 0.45 1.0 0.0 0.0 +2 +3.07784 4.40697 -1.91115 0.45 1.0 0.0 0.0 +2 +1.11593 -3.96551 2.18925 0.45 1.0 0.0 0.0 +2 +5.05321 3.31452 -0.322489 0.45 1.0 0.0 0.0 +2 +1.79544 2.04896 -5.01899 0.45 1.0 0.0 0.0 +2 +1.05858 -0.0853013 5.55501 0.45 1.0 0.0 0.0 +2 +0.291377 -3.59356 0.366552 0.45 1.0 0.0 0.0 +2 +3.77824 1.75685 -1.25204 0.45 1.0 0.0 0.0 +2 +-0.76063 -4.68193 -3.94402 0.45 1.0 0.0 0.0 +2 +-4.00307 3.56699 -0.192927 0.45 1.0 0.0 0.0 +2 +-1.67037 3.17235 4.79503 0.45 1.0 0.0 0.0 +2 +2.08591 -4.2763 1.98991 0.45 1.0 0.0 0.0 +2 +-1.40714 -2.01553 -3.90183 0.45 1.0 0.0 0.0 +2 +-4.30393 -3.26745 -2.65182 0.45 1.0 0.0 0.0 +2 +-3.12254 1.14058 0.967309 0.45 1.0 0.0 0.0 +2 +-5.41851 -1.40467 2.23806 0.45 1.0 0.0 0.0 +2 +-2.93705 4.48008 -1.50038 0.45 1.0 0.0 0.0 +2 +-1.69408 1.61847 5.45689 0.45 1.0 0.0 0.0 +2 +-4.34447 -2.24708 0.276171 0.45 1.0 0.0 0.0 +2 +1.3917 3.11517 -0.993894 0.45 1.0 0.0 0.0 +2 +1.59533 1.22056 5.09761 0.45 1.0 0.0 0.0 +2 +5.14614 1.92244 2.65419 0.45 1.0 0.0 0.0 +2 +-1.20535 2.33909 -4.70839 0.45 1.0 0.0 0.0 +2 +-0.97668 -0.580888 1.3277 0.45 1.0 0.0 0.0 +2 +0.645854 -1.26263 -5.02696 0.45 1.0 0.0 0.0 +2 +3.6539 -3.52108 2.58576 0.45 1.0 0.0 0.0 +2 +-6.07762 0.30264 -0.399932 0.45 1.0 0.0 0.0 +2 +0.393014 4.86109 0.11578 0.45 1.0 0.0 0.0 +2 +-0.0415257 -3.12931 -0.929965 0.45 1.0 0.0 0.0 +2 +-0.201406 2.08891 -3.53199 0.45 1.0 0.0 0.0 +2 +5.46265 -1.11106 -0.96476 0.45 1.0 0.0 0.0 +2 +1.24145 -3.52153 -4.85651 0.45 1.0 0.0 0.0 +2 +2.33633 -1.45474 4.45145 0.45 1.0 0.0 0.0 +2 +1.21591 1.44561 3.47645 0.45 1.0 0.0 0.0 +2 +4.09652 3.77145 -0.626073 0.45 1.0 0.0 0.0 +2 +1.17296 -0.775905 -0.860434 0.45 1.0 0.0 0.0 +2 +2.20771 -4.4064 -0.985904 0.45 1.0 0.0 0.0 +2 +3.04411 -4.16571 -0.262593 0.45 1.0 0.0 0.0 +2 +-2.00944 -0.837619 4.09187 0.45 1.0 0.0 0.0 +2 +0.060706 2.91069 -0.837973 0.45 1.0 0.0 0.0 +2 +-1.85979 -4.22776 -1.0225 0.45 1.0 0.0 0.0 +2 +-1.36572 -0.64741 -0.0764692 0.45 1.0 0.0 0.0 +2 +-3.31032 -3.53527 -0.138118 0.45 1.0 0.0 0.0 +2 +-1.24552 -2.82973 -3.13617 0.45 1.0 0.0 0.0 +2 +3.29903 -0.141729 0.0996166 0.45 1.0 0.0 0.0 +2 +3.7827 2.35646 1.77783 0.45 1.0 0.0 0.0 +2 +3.84816 -1.66638 -4.19447 0.45 1.0 0.0 0.0 +2 +1.63087 2.95799 0.0424687 0.45 1.0 0.0 0.0 +2 +4.46409 2.80441 -0.49032 0.45 1.0 0.0 0.0 +2 +-2.65888 2.26017 -3.56278 0.45 1.0 0.0 0.0 +2 +2.71923 -5.25905 -1.29528 0.45 1.0 0.0 0.0 +2 +0.214835 0.294451 -1.55361 0.45 1.0 0.0 0.0 +2 +2.59233 -4.13373 3.59893 0.45 1.0 0.0 0.0 +2 +3.01325 -1.65008 -3.22877 0.45 1.0 0.0 0.0 +2 +2.34021 1.67565 -1.30821 0.45 1.0 0.0 0.0 +2 +-3.52409 1.66375 -2.77312 0.45 1.0 0.0 0.0 +2 +-0.429851 -3.62261 -3.95666 0.45 1.0 0.0 0.0 +2 +2.03991 4.19667 -0.401398 0.45 1.0 0.0 0.0 +2 +3.11913 3.66652 -2.34225 0.45 1.0 0.0 0.0 +2 +1.1402 -5.49016 -2.14795 0.45 1.0 0.0 0.0 +2 +0.0456967 -1.2094 -3.69891 0.45 1.0 0.0 0.0 +2 +3.93554 2.89606 1.34142 0.45 1.0 0.0 0.0 +2 +1.65655 0.268278 5.19944 0.45 1.0 0.0 0.0 +2 +4.40426 2.09214 1.08087 0.45 1.0 0.0 0.0 +2 +-2.31584 -1.49218 -4.50256 0.45 1.0 0.0 0.0 +2 +-5.06847 0.783133 -1.72944 0.45 1.0 0.0 0.0 +2 +0.43094 -2.88063 -2.55301 0.45 1.0 0.0 0.0 +2 +-4.13916 -0.781804 -0.752035 0.45 1.0 0.0 0.0 +2 +0.838754 2.57347 1.50501 0.45 1.0 0.0 0.0 +2 +-3.22131 3.62101 1.98018 0.45 1.0 0.0 0.0 +2 +3.73971 -0.66955 0.0392822 0.45 1.0 0.0 0.0 +2 +2.64453 4.63235 1.88258 0.45 1.0 0.0 0.0 +2 +-1.95258 -0.387843 -4.79197 0.45 1.0 0.0 0.0 +2 +-0.18228 0.953655 -1.78527 0.45 1.0 0.0 0.0 +2 +-0.0120097 -3.33533 -2.04964 0.45 1.0 0.0 0.0 +2 +-2.85764 -0.758007 2.17351 0.45 1.0 0.0 0.0 +2 +0.729074 -4.57556 -2.73338 0.45 1.0 0.0 0.0 +2 +3.18526 -1.50174 -3.87216 0.45 1.0 0.0 0.0 +2 +-4.58801 -1.11451 2.946 0.45 1.0 0.0 0.0 +2 +-2.92907 2.11848 -2.88526 0.45 1.0 0.0 0.0 +2 +1.40914 -1.58214 -2.81827 0.45 1.0 0.0 0.0 +2 +0.748343 -3.3123 0.438962 0.45 1.0 0.0 0.0 +2 +0.496793 -0.319568 1.25374 0.45 1.0 0.0 0.0 +2 +4.07996 -1.57763 -1.37029 0.45 1.0 0.0 0.0 +2 +0.401748 2.76699 3.25214 0.45 1.0 0.0 0.0 +2 +2.80566 -4.23518 -1.68845 0.45 1.0 0.0 0.0 +2 +-2.94477 -1.15409 -4.70388 0.45 1.0 0.0 0.0 +2 +1.39355 -2.99133 -2.0295 0.45 1.0 0.0 0.0 +2 +1.66699 2.06803 5.26446 0.45 1.0 0.0 0.0 +2 +0.517513 0.530197 2.78472 0.45 1.0 0.0 0.0 +2 +-4.52351 3.44222 -0.579633 0.45 1.0 0.0 0.0 +2 +-2.38949 1.40057 3.26004 0.45 1.0 0.0 0.0 +2 +2.12161 0.184352 -3.34726 0.45 1.0 0.0 0.0 +2 +-4.38134 -1.57111 -3.54494 0.45 1.0 0.0 0.0 +2 +-1.31099 0.994243 -1.99503 0.45 1.0 0.0 0.0 +2 +2.79414 0.520934 -4.00959 0.45 1.0 0.0 0.0 +2 +-0.302592 1.20248 -0.964258 0.45 1.0 0.0 0.0 +2 +-2.72605 2.37576 3.59233 0.45 1.0 0.0 0.0 +2 +3.79497 -2.30248 -0.27909 0.45 1.0 0.0 0.0 +2 +-0.821648 -0.44023 -4.36705 0.45 1.0 0.0 0.0 +2 +5.21766 0.543367 0.81753 0.45 1.0 0.0 0.0 +2 +4.23653 -0.486567 -1.51317 0.45 1.0 0.0 0.0 +2 +2.56916 3.49181 1.69582 0.45 1.0 0.0 0.0 +2 +-1.61272 4.27629 -2.25403 0.45 1.0 0.0 0.0 +2 +0.621843 4.61918 3.8218 0.45 1.0 0.0 0.0 +2 +1.93766 -2.13046 0.0371396 0.45 1.0 0.0 0.0 +2 +-1.01143 -1.55337 -3.13954 0.45 1.0 0.0 0.0 +2 +0.720316 -2.89375 0.216533 0.45 1.0 0.0 0.0 +2 +-3.72185 3.07524 -1.99762 0.45 1.0 0.0 0.0 +2 +-0.705726 -0.0297312 -3.41116 0.45 1.0 0.0 0.0 +2 +1.36887 3.97376 0.0916813 0.45 1.0 0.0 0.0 +2 +2.41847 1.93502 3.06378 0.45 1.0 0.0 0.0 +2 +1.75398 0.0287009 -1.49674 0.45 1.0 0.0 0.0 +2 +4.33747 -3.73687 -1.26265 0.45 1.0 0.0 0.0 +2 +-1.00896 2.83461 -1.57552 0.45 1.0 0.0 0.0 +2 +-0.781602 2.64333 -3.1353 0.45 1.0 0.0 0.0 +2 +2.20973 4.77173 -0.503495 0.45 1.0 0.0 0.0 +2 +-0.666548 0.86099 4.07777 0.45 1.0 0.0 0.0 +2 +-1.28365 1.50158 1.14311 0.45 1.0 0.0 0.0 +2 +-2.32167 -0.231764 0.541098 0.45 1.0 0.0 0.0 +2 +-1.41632 4.97786 2.40722 0.45 1.0 0.0 0.0 +2 +-1.08286 1.5179 2.53131 0.45 1.0 0.0 0.0 +2 +0.0288289 0.653585 4.59332 0.45 1.0 0.0 0.0 +2 +4.76495 -2.67532 -1.13162 0.45 1.0 0.0 0.0 +2 +0.977237 -2.4555 -3.91867 0.45 1.0 0.0 0.0 +2 +-1.5219 4.76434 -0.502652 0.45 1.0 0.0 0.0 +2 +-0.69913 -0.836309 1.28997 0.45 1.0 0.0 0.0 +2 +-1.47179 3.12202 2.46269 0.45 1.0 0.0 0.0 +2 +0.601409 -3.83873 -1.07114 0.45 1.0 0.0 0.0 +2 +-0.0089003 -0.703161 5.86081 0.45 1.0 0.0 0.0 +2 +3.31087 0.348567 2.25566 0.45 1.0 0.0 0.0 +2 +-2.55551 2.64774 -3.35388 0.45 1.0 0.0 0.0 +2 +-3.53139 3.03402 -0.0417556 0.45 1.0 0.0 0.0 +2 +5.41392 -1.17969 -0.706984 0.45 1.0 0.0 0.0 +2 +2.68043 0.116309 -5.49627 0.45 1.0 0.0 0.0 +2 +-5.63989 -0.110728 0.0396963 0.45 1.0 0.0 0.0 +2 +-2.803 -0.62386 -1.28552 0.45 1.0 0.0 0.0 +2 +-0.856333 -0.248849 -1.24209 0.45 1.0 0.0 0.0 +2 +-1.88545 -1.23771 4.32156 0.45 1.0 0.0 0.0 +2 +1.88375 -2.55942 -1.10584 0.45 1.0 0.0 0.0 +2 +2.01385 0.409399 -5.12515 0.45 1.0 0.0 0.0 +2 +3.52655 2.44176 -3.64585 0.45 1.0 0.0 0.0 +2 +-2.35808 -4.34284 0.397262 0.45 1.0 0.0 0.0 +2 +1.81704 5.32975 -1.52933 0.45 1.0 0.0 0.0 +2 +2.27837 4.50016 1.09976 0.45 1.0 0.0 0.0 +2 +-2.73788 2.11986 -4.36746 0.45 1.0 0.0 0.0 +2 +-3.99868 3.00837 3.05112 0.45 1.0 0.0 0.0 +2 +-0.118855 -0.0681007 -3.12396 0.45 1.0 0.0 0.0 +2 +2.10222 -3.21252 2.41569 0.45 1.0 0.0 0.0 +2 +0.58104 1.2152 1.93861 0.45 1.0 0.0 0.0 +2 +1.4857 -5.21633 -2.88598 0.45 1.0 0.0 0.0 +2 +-2.98079 1.39049 -4.91456 0.45 1.0 0.0 0.0 +2 +-5.2642 -0.976478 2.81612 0.45 1.0 0.0 0.0 +2 +-2.17132 -4.31843 1.09984 0.45 1.0 0.0 0.0 +2 +-0.923821 -5.48989 2.41322 0.45 1.0 0.0 0.0 +2 +0.390921 -5.498 2.57905 0.45 1.0 0.0 0.0 +2 +1.06312 1.72604 1.88581 0.45 1.0 0.0 0.0 +2 +-4.20268 -1.36572 -0.76403 0.45 1.0 0.0 0.0 +2 +0.210337 -0.869313 4.91348 0.45 1.0 0.0 0.0 +2 +-0.251069 -1.33769 -1.0111 0.45 1.0 0.0 0.0 +2 +0.112882 -1.06543 -3.40352 0.45 1.0 0.0 0.0 +2 +3.1058 2.96963 -2.86085 0.45 1.0 0.0 0.0 +2 +-4.13306 2.55206 1.38682 0.45 1.0 0.0 0.0 +2 +-4.40624 1.68731 -3.80574 0.45 1.0 0.0 0.0 +2 +-3.79284 0.921349 1.1656 0.45 1.0 0.0 0.0 +2 +-0.394228 -0.439521 -4.86054 0.45 1.0 0.0 0.0 +2 +-3.33375 -0.296207 -3.13356 0.45 1.0 0.0 0.0 +2 +2.05543 4.53259 0.209686 0.45 1.0 0.0 0.0 +2 +0.597038 -2.84916 5.1725 0.45 1.0 0.0 0.0 +2 +-1.68092 -0.392901 -2.96313 0.45 1.0 0.0 0.0 +2 +0.350811 2.75743 4.02558 0.45 1.0 0.0 0.0 +2 +2.4337 -2.73447 -2.65151 0.45 1.0 0.0 0.0 +2 +2.04357 3.63719 0.837127 0.45 1.0 0.0 0.0 +2 +0.0409915 -5.84815 -1.48525 0.45 1.0 0.0 0.0 +2 +-1.36716 -0.0924405 -2.77065 0.45 1.0 0.0 0.0 +2 +-2.74596 2.65168 0.763355 0.45 1.0 0.0 0.0 +2 +0.864597 2.67466 2.43251 0.45 1.0 0.0 0.0 +2 +2.15746 -5.29892 -1.3949 0.45 1.0 0.0 0.0 +2 +-0.0870558 0.880948 4.52739 0.45 1.0 0.0 0.0 +2 +-0.311345 2.97993 -3.41485 0.45 1.0 0.0 0.0 +2 +-1.08084 -1.78216 -2.16247 0.45 1.0 0.0 0.0 +2 +-4.56643 1.71048 0.996705 0.45 1.0 0.0 0.0 +2 +2.15553 -0.394934 0.0877583 0.45 1.0 0.0 0.0 +2 +-1.48105 -3.60588 4.25605 0.45 1.0 0.0 0.0 +2 +5.02868 0.520276 -2.65704 0.45 1.0 0.0 0.0 +2 +-4.68693 -1.14999 2.17114 0.45 1.0 0.0 0.0 +2 +1.30837 4.6087 1.38332 0.45 1.0 0.0 0.0 +2 +-1.26483 -4.82348 -0.834295 0.45 1.0 0.0 0.0 +2 +-2.07379 -2.84717 1.4048 0.45 1.0 0.0 0.0 +2 +0.00265955 -4.929 -0.157288 0.45 1.0 0.0 0.0 +2 +-0.851443 -4.92306 0.515496 0.45 1.0 0.0 0.0 +2 +-3.50276 0.300546 1.63149 0.45 1.0 0.0 0.0 +2 +0.926214 -3.91381 2.51486 0.45 1.0 0.0 0.0 +2 +-3.50367 -2.46111 1.08512 0.45 1.0 0.0 0.0 +2 +2.81978 -2.8045 -1.05981 0.45 1.0 0.0 0.0 +2 +4.17012 -0.0397834 1.33919 0.45 1.0 0.0 0.0 +2 +1.4656 4.3844 3.3115 0.45 1.0 0.0 0.0 +2 +-1.4857 5.0967 2.20912 0.45 1.0 0.0 0.0 +2 +-3.39656 -1.26175 -2.72003 0.45 1.0 0.0 0.0 +2 +4.3062 4.29629 -0.973306 0.45 1.0 0.0 0.0 +2 +-2.77051 -0.435815 -4.6 0.45 1.0 0.0 0.0 +2 +-4.12227 -2.29561 3.4854 0.45 1.0 0.0 0.0 +2 +0.351902 -3.71929 -3.603 0.45 1.0 0.0 0.0 +2 +2.96317 0.278117 -3.1265 0.45 1.0 0.0 0.0 +2 +-3.28353 0.0320487 5.1404 0.45 1.0 0.0 0.0 +2 +-3.42547 -3.39357 -0.682024 0.45 1.0 0.0 0.0 +2 +1.29179 -1.21851 4.4596 0.45 1.0 0.0 0.0 +2 +1.83165 2.68679 -4.56677 0.45 1.0 0.0 0.0 +2 +3.85619 -3.23407 0.0404669 0.45 1.0 0.0 0.0 +2 +-2.25915 -4.08596 0.00781394 0.45 1.0 0.0 0.0 +2 +-5.14828 -0.605888 3.00239 0.45 1.0 0.0 0.0 +2 +1.01265 -2.75196 1.06953 0.45 1.0 0.0 0.0 +2 +-2.09886 -2.35363 -3.90539 0.45 1.0 0.0 0.0 +2 +1.67821 4.58194 -1.64033 0.45 1.0 0.0 0.0 +2 +0.825738 -5.26412 0.390134 0.45 1.0 0.0 0.0 +2 +-2.78222 1.21809 0.904511 0.45 1.0 0.0 0.0 +2 +3.53672 -0.324799 0.190586 0.45 1.0 0.0 0.0 +2 +2.17333 0.920694 2.55612 0.45 1.0 0.0 0.0 +2 +-0.906405 1.86345 3.76897 0.45 1.0 0.0 0.0 +2 +1.45415 -1.98602 -4.11125 0.45 1.0 0.0 0.0 +2 +-0.0291727 5.97422 -1.29972 0.45 1.0 0.0 0.0 +2 +4.37596 -2.03611 -2.32929 0.45 1.0 0.0 0.0 +2 +-4.26657 4.27198 -0.243822 0.45 1.0 0.0 0.0 +2 +2.37911 -2.04849 0.412464 0.45 1.0 0.0 0.0 +2 +-3.22813 0.610712 3.63918 0.45 1.0 0.0 0.0 +2 +-2.89086 -0.769796 2.55101 0.45 1.0 0.0 0.0 +2 +-5.36148 1.66025 0.497065 0.45 1.0 0.0 0.0 +2 +4.2514 1.37581 -3.43032 0.45 1.0 0.0 0.0 +2 +-4.88554 -1.65819 -3.0072 0.45 1.0 0.0 0.0 +2 +1.6298 -2.56068 2.56784 0.45 1.0 0.0 0.0 +2 +4.88383 -2.25091 -2.00379 0.45 1.0 0.0 0.0 +2 +-5.15703 1.09612 -1.98992 0.45 1.0 0.0 0.0 +2 +0.763852 -3.20098 -2.01329 0.45 1.0 0.0 0.0 +2 +4.43568 -3.1979 0.0783105 0.45 1.0 0.0 0.0 +2 +-2.07062 0.830397 -1.40655 0.45 1.0 0.0 0.0 +2 +-4.57175 -0.855516 1.07415 0.45 1.0 0.0 0.0 +2 +-0.726955 2.96604 -1.05603 0.45 1.0 0.0 0.0 +2 +1.45341 -1.97668 3.95111 0.45 1.0 0.0 0.0 +2 +-0.674744 -0.421157 6.01476 0.45 1.0 0.0 0.0 +2 +-2.16512 0.63295 5.18008 0.45 1.0 0.0 0.0 +2 +1.63747 2.25589 -1.02988 0.45 1.0 0.0 0.0 +2 +-1.38653 -3.0073 2.41637 0.45 1.0 0.0 0.0 +2 +-1.32772 5.26924 -1.16366 0.45 1.0 0.0 0.0 +2 +-4.2638 1.25486 -1.47705 0.45 1.0 0.0 0.0 +2 +1.63511 -0.196365 -0.0404541 0.45 1.0 0.0 0.0 +2 +2.47316 2.96046 4.38588 0.45 1.0 0.0 0.0 +2 +4.98587 0.652023 3.15867 0.45 1.0 0.0 0.0 +2 +-1.75051 -3.74807 -3.50177 0.45 1.0 0.0 0.0 +2 +0.483116 5.55201 -0.556742 0.45 1.0 0.0 0.0 +2 +-2.2759 -0.22676 -2.19816 0.45 1.0 0.0 0.0 +2 +-0.838389 3.55249 4.15232 0.45 1.0 0.0 0.0 +2 +-1.38707 0.343309 0.742833 0.45 1.0 0.0 0.0 +2 +-3.51588 3.21846 -1.89904 0.45 1.0 0.0 0.0 +2 +1.79971 -0.537545 -2.21127 0.45 1.0 0.0 0.0 +2 +3.21696 -2.2277 3.44612 0.45 1.0 0.0 0.0 +2 +-0.545435 1.6593 -3.17861 0.45 1.0 0.0 0.0 +2 +-4.54528 -2.63676 1.83098 0.45 1.0 0.0 0.0 +2 +3.27518 -3.99751 -2.15176 0.45 1.0 0.0 0.0 +2 +3.12766 -1.93402 1.27714 0.45 1.0 0.0 0.0 +2 +0.787649 -0.255042 -6.07802 0.45 1.0 0.0 0.0 +2 +-2.94375 3.47405 1.04554 0.45 1.0 0.0 0.0 +2 +2.52822 -2.18056 1.62072 0.45 1.0 0.0 0.0 +2 +-0.07089 -0.374648 6.04985 0.45 1.0 0.0 0.0 +2 +0.724958 0.677945 4.59404 0.45 1.0 0.0 0.0 +2 +3.2615 1.84319 -1.84084 0.45 1.0 0.0 0.0 +2 +4.06229 -0.899364 -3.87659 0.45 1.0 0.0 0.0 +2 +-4.71356 -2.06643 -3.33547 0.45 1.0 0.0 0.0 +2 +-4.33241 1.99242 0.0195245 0.45 1.0 0.0 0.0 +2 +2.52236 -1.43576 0.886996 0.45 1.0 0.0 0.0 +2 +-0.421087 -5.21916 -0.82493 0.45 1.0 0.0 0.0 +2 +-1.98959 -2.10272 -5.18154 0.45 1.0 0.0 0.0 +2 +0.902682 -2.39025 1.03179 0.45 1.0 0.0 0.0 +2 +0.149111 -0.102693 -1.39497 0.45 1.0 0.0 0.0 +2 +-0.465982 -2.94238 1.71939 0.45 1.0 0.0 0.0 +2 +-2.789 -1.10337 4.16487 0.45 1.0 0.0 0.0 +2 +-1.39065 2.2092 -4.10115 0.45 1.0 0.0 0.0 +2 +5.34682 -0.015505 -0.046022 0.45 1.0 0.0 0.0 +2 +-4.25792 0.781261 4.0339 0.45 1.0 0.0 0.0 +2 +1.62856 1.27847 -1.72596 0.45 1.0 0.0 0.0 +2 +-0.646794 -2.12893 0.936755 0.45 1.0 0.0 0.0 +2 +-0.447021 5.56682 0.363456 0.45 1.0 0.0 0.0 +2 +4.35341 3.68282 -1.33742 0.45 1.0 0.0 0.0 +2 +-3.63724 -1.77367 3.90485 0.45 1.0 0.0 0.0 +2 +-2.26455 4.47738 2.88656 0.45 1.0 0.0 0.0 +2 +1.84624 -0.246786 -3.79029 0.45 1.0 0.0 0.0 +2 +-2.79323 2.35258 -1.25633 0.45 1.0 0.0 0.0 +2 +1.59225 -1.037 3.05304 0.45 1.0 0.0 0.0 +2 +-3.03098 1.56522 3.75627 0.45 1.0 0.0 0.0 +2 +4.68885 -3.83653 -1.26073 0.45 1.0 0.0 0.0 +2 +1.36334 -2.03343 5.533 0.45 1.0 0.0 0.0 +2 +2.70005 -5.12375 2.21681 0.45 1.0 0.0 0.0 +2 +-0.363183 0.238533 1.55295 0.45 1.0 0.0 0.0 +2 +-3.92704 3.46665 0.693705 0.45 1.0 0.0 0.0 +2 +4.91122 -0.989965 -0.543403 0.45 1.0 0.0 0.0 +2 +-2.83035 -1.18703 0.114467 0.45 1.0 0.0 0.0 +2 +0.757331 -1.13343 -4.85689 0.45 1.0 0.0 0.0 +2 +-3.9817 3.04003 1.77285 0.45 1.0 0.0 0.0 +2 +4.03451 3.62669 -1.86606 0.45 1.0 0.0 0.0 +2 +2.11518 3.68745 1.93152 0.45 1.0 0.0 0.0 +2 +-2.2809 2.54989 2.10562 0.45 1.0 0.0 0.0 +2 +-3.17825 -4.59157 1.16542 0.45 1.0 0.0 0.0 +2 +-3.42245 -2.145 3.73035 0.45 1.0 0.0 0.0 +2 +3.32864 1.20422 3.55153 0.45 1.0 0.0 0.0 +2 +-3.53019 -1.55621 -1.26648 0.45 1.0 0.0 0.0 +2 +-2.50565 -3.008 3.08717 0.45 1.0 0.0 0.0 +2 +-0.0537136 2.9477 0.852236 0.45 1.0 0.0 0.0 +2 +-1.06216 2.04577 3.46964 0.45 1.0 0.0 0.0 +2 +-2.5702 3.93088 -1.00112 0.45 1.0 0.0 0.0 +2 +-1.97735 5.02867 0.249265 0.45 1.0 0.0 0.0 +2 +-4.17028 -2.77433 -2.53818 0.45 1.0 0.0 0.0 +2 +-3.01246 2.53437 1.89428 0.45 1.0 0.0 0.0 +2 +0.842214 -1.30272 3.53473 0.45 1.0 0.0 0.0 +2 +3.46672 1.88534 -0.608776 0.45 1.0 0.0 0.0 +2 +-0.157025 3.56989 -1.07555 0.45 1.0 0.0 0.0 +2 +0.231816 0.336702 1.35696 0.45 1.0 0.0 0.0 +2 +-0.126167 1.10806 0.301717 0.45 1.0 0.0 0.0 +2 +-1.36048 0.610235 -4.37425 0.45 1.0 0.0 0.0 +2 +-5.64135 0.12701 0.646356 0.45 1.0 0.0 0.0 +2 +3.55667 -0.0774373 1.2471 0.45 1.0 0.0 0.0 +2 +2.79459 -4.32456 -2.6369 0.45 1.0 0.0 0.0 +2 +-0.540349 0.289268 -1.81985 0.45 1.0 0.0 0.0 +2 +3.69231 -3.12838 2.19476 0.45 1.0 0.0 0.0 +2 +1.21861 -2.75469 4.87415 0.45 1.0 0.0 0.0 +2 +-1.38531 5.06767 -1.7987 0.45 1.0 0.0 0.0 +2 +5.06034 -0.953754 0.106376 0.45 1.0 0.0 0.0 +2 +-0.827529 -0.0293581 2.8589 0.45 1.0 0.0 0.0 +2 +-2.87363 3.31451 -0.450275 0.45 1.0 0.0 0.0 +2 +0.508467 -2.62357 0.147614 0.45 1.0 0.0 0.0 +2 +-0.451159 -1.94994 -5.74424 0.45 1.0 0.0 0.0 +2 +-4.49732 -3.02371 -0.326393 0.45 1.0 0.0 0.0 +2 +-2.38677 -2.65398 -2.31227 0.45 1.0 0.0 0.0 +2 +2.6818 -1.70244 -2.35932 0.45 1.0 0.0 0.0 +2 +-0.305114 -3.96135 -2.36608 0.45 1.0 0.0 0.0 +2 +-2.32323 -1.6433 -0.953141 0.45 1.0 0.0 0.0 +2 +-1.98512 -1.40834 2.57392 0.45 1.0 0.0 0.0 +2 +-3.20162 -0.505675 -0.0800035 0.45 1.0 0.0 0.0 +2 +4.97191 1.63646 -2.33516 0.45 1.0 0.0 0.0 +2 +-3.70937 1.91285 2.69752 0.45 1.0 0.0 0.0 +2 +1.97 -4.60261 1.57078 0.45 1.0 0.0 0.0 +2 +-2.07522 -2.10887 2.9705 0.45 1.0 0.0 0.0 +2 +-0.622666 -6.04141 0.994756 0.45 1.0 0.0 0.0 +2 +-3.36182 -0.55203 2.47607 0.45 1.0 0.0 0.0 +2 +2.18815 1.79516 -2.65456 0.45 1.0 0.0 0.0 +2 +-3.28142 -1.7437 -1.03976 0.45 1.0 0.0 0.0 +2 +-2.83892 3.65855 0.138975 0.45 1.0 0.0 0.0 +2 +2.46479 -1.3131 2.79136 0.45 1.0 0.0 0.0 +2 +-3.85355 -2.10368 3.42113 0.45 1.0 0.0 0.0 +2 +4.87418 -3.16627 -1.77131 0.45 1.0 0.0 0.0 +2 +-1.46125 -5.83617 1.36463 0.45 1.0 0.0 0.0 +2 +-0.660932 -4.00249 1.00475 0.45 1.0 0.0 0.0 +2 +2.10537 0.133637 0.367721 0.45 1.0 0.0 0.0 +2 +1.58941 0.894037 1.18252 0.45 1.0 0.0 0.0 +2 +-1.39194 5.32824 -1.99588 0.45 1.0 0.0 0.0 +2 +-3.71456 1.48377 -0.300692 0.45 1.0 0.0 0.0 +2 +-0.0407438 -2.39562 -2.45191 0.45 1.0 0.0 0.0 +2 +-0.699844 -0.429728 -1.5523 0.45 1.0 0.0 0.0 +2 +1.21485 -3.96761 4.14125 0.45 1.0 0.0 0.0 +2 +-1.41634 4.62926 -0.330502 0.45 1.0 0.0 0.0 +2 +-0.758755 2.01622 3.05071 0.45 1.0 0.0 0.0 +2 +-1.92041 -5.76101 -1.06178 0.45 1.0 0.0 0.0 +2 +-3.98116 -0.371948 1.81013 0.45 1.0 0.0 0.0 +2 +0.837965 1.71734 4.6504 0.45 1.0 0.0 0.0 +2 +-2.56779 -5.29007 -1.60512 0.45 1.0 0.0 0.0 +2 +-4.47947 -0.702783 -0.206425 0.45 1.0 0.0 0.0 +2 +-0.289231 2.43955 -3.61298 0.45 1.0 0.0 0.0 +2 +-3.5001 -4.5952 2.11555 0.45 1.0 0.0 0.0 +2 +-2.47086 -1.54564 2.69262 0.45 1.0 0.0 0.0 +2 +1.70365 -2.1342 -0.77523 0.45 1.0 0.0 0.0 +2 +-1.92236 -1.19339 4.80182 0.45 1.0 0.0 0.0 +2 +-3.45694 1.28609 2.22456 0.45 1.0 0.0 0.0 +2 +-2.5658 3.33642 -4.42514 0.45 1.0 0.0 0.0 +2 +-1.89349 0.0841209 -0.579381 0.45 1.0 0.0 0.0 +2 +2.97143 2.55837 -4.10909 0.45 1.0 0.0 0.0 +2 +-4.10219 0.191891 -0.709074 0.45 1.0 0.0 0.0 +2 +1.83291 -0.811818 3.48665 0.45 1.0 0.0 0.0 +2 +-3.76652 -3.4193 1.01647 0.45 1.0 0.0 0.0 +2 +-0.611339 -1.77044 -3.72297 0.45 1.0 0.0 0.0 +2 +-0.479179 -1.41691 -4.93624 0.45 1.0 0.0 0.0 +2 +2.30586 -4.84709 -0.696372 0.45 1.0 0.0 0.0 +2 +-4.1057 3.34244 -2.51412 0.45 1.0 0.0 0.0 +2 +-1.01788 1.71717 1.72977 0.45 1.0 0.0 0.0 +2 +2.6776 2.15202 2.53073 0.45 1.0 0.0 0.0 +2 +2.73041 -3.48369 -1.70396 0.45 1.0 0.0 0.0 +2 +-3.15135 0.819622 3.60347 0.45 1.0 0.0 0.0 +2 +1.44849 2.20309 4.79382 0.45 1.0 0.0 0.0 +2 +-1.40548 1.03703 -2.54879 0.45 1.0 0.0 0.0 +2 +2.15313 -3.62284 4.50336 0.45 1.0 0.0 0.0 +2 +0.246117 4.95688 -2.70764 0.45 1.0 0.0 0.0 +2 +1.5325 -0.165637 -4.68368 0.45 1.0 0.0 0.0 +2 +3.89496 3.26964 2.12043 0.45 1.0 0.0 0.0 +2 +-3.05175 -0.251293 -5.09757 0.45 1.0 0.0 0.0 +2 +-0.15599 -3.84066 3.71642 0.45 1.0 0.0 0.0 +2 +3.97911 3.12571 2.49164 0.45 1.0 0.0 0.0 +2 +1.91995 -2.03432 2.87776 0.45 1.0 0.0 0.0 +2 +-1.3774 1.48628 4.53736 0.45 1.0 0.0 0.0 +2 +3.09285 -3.84587 3.05605 0.45 1.0 0.0 0.0 +2 +-1.98127 1.14642 -0.158524 0.45 1.0 0.0 0.0 +2 +4.84694 -1.88401 -1.91396 0.45 1.0 0.0 0.0 +2 +3.40906 0.422224 -0.486288 0.45 1.0 0.0 0.0 +2 +3.17967 3.68285 -0.855403 0.45 1.0 0.0 0.0 +2 +-1.78814 -3.43778 0.752667 0.45 1.0 0.0 0.0 +2 +-5.07081 -1.43424 1.6162 0.45 1.0 0.0 0.0 +2 +2.90043 0.356123 5.18545 0.45 1.0 0.0 0.0 +2 +0.513763 -0.459966 -1.07864 0.45 1.0 0.0 0.0 +2 +-2.12332 -4.13316 0.830635 0.45 1.0 0.0 0.0 +2 +2.60385 3.39588 2.31338 0.45 1.0 0.0 0.0 +2 +-2.53507 -1.24407 -3.33323 0.45 1.0 0.0 0.0 +2 +-3.97765 -3.31169 -1.73798 0.45 1.0 0.0 0.0 +2 +-2.87533 -0.318714 3.20945 0.45 1.0 0.0 0.0 +2 +-4.47923 3.34918 -0.946361 0.45 1.0 0.0 0.0 +2 +-0.935807 3.98782 0.676991 0.45 1.0 0.0 0.0 +2 +5.24044 -1.33334 -2.42325 0.45 1.0 0.0 0.0 +2 +1.45518 3.00656 -2.56386 0.45 1.0 0.0 0.0 +2 +-1.16799 -2.45867 4.84194 0.45 1.0 0.0 0.0 +2 +0.934094 4.45727 -0.186178 0.45 0.0 0.501960784314 0.0 +2 +4.42199 2.40354 -0.964504 0.45 0.0 0.501960784314 0.0 +2 +-3.07629 -3.26431 0.574907 0.45 0.0 0.501960784314 0.0 +2 +-2.59116 -0.980362 -0.436125 0.45 0.0 0.501960784314 0.0 +2 +-0.518748 3.52801 2.21743 0.45 0.0 0.501960784314 0.0 +2 +-2.36398 -4.20715 -2.03058 0.45 0.0 0.501960784314 0.0 +2 +-5.40804 0.879032 -2.85406 0.45 0.0 0.501960784314 0.0 +2 +-2.73304 -3.50954 -1.83098 0.45 0.0 0.501960784314 0.0 +2 +-3.94302 -4.44768 0.104788 0.45 0.0 0.501960784314 0.0 +2 +-0.626546 3.1955 -3.15823 0.45 0.0 0.501960784314 0.0 +2 +-3.26162 -3.79795 1.99949 0.45 0.0 0.501960784314 0.0 +2 +-5.18811 -0.165229 2.17365 0.45 0.0 0.501960784314 0.0 +2 +2.23742 -1.34087 -4.94482 0.45 0.0 0.501960784314 0.0 +2 +-0.316633 0.962074 3.24841 0.45 0.0 0.501960784314 0.0 +2 +1.68576 -5.11648 0.297426 0.45 0.0 0.501960784314 0.0 +2 +-1.18624 0.848152 -0.764617 0.45 0.0 0.501960784314 0.0 +2 +-4.62192 -0.280627 -1.82798 0.45 0.0 0.501960784314 0.0 +2 +-1.64467 0.829585 -2.64711 0.45 0.0 0.501960784314 0.0 +2 +1.57486 4.44936 3.33977 0.45 0.0 0.501960784314 0.0 +2 +2.20354 0.041056 -4.76498 0.45 0.0 0.501960784314 0.0 +2 +2.28682 -2.37572 -2.93981 0.45 0.0 0.501960784314 0.0 +2 +-4.61463 -1.81956 1.87819 0.45 0.0 0.501960784314 0.0 +2 +-3.19652 -1.63392 -4.56379 0.45 0.0 0.501960784314 0.0 +2 +-1.64469 0.585082 -5.27926 0.45 0.0 0.501960784314 0.0 +2 +-3.524 3.12416 1.30052 0.45 0.0 0.501960784314 0.0 +2 +0.35168 4.94949 -2.88052 0.45 0.0 0.501960784314 0.0 +2 +-0.680692 -1.12113 3.41068 0.45 0.0 0.501960784314 0.0 +2 +2.98335 4.43072 0.247195 0.45 0.0 0.501960784314 0.0 +2 +-1.74531 -3.27346 -4.33456 0.45 0.0 0.501960784314 0.0 +2 +-0.496725 1.4576 -5.93271 0.45 0.0 0.501960784314 0.0 +2 +4.16622 -3.53313 -1.4403 0.45 0.0 0.501960784314 0.0 +2 +-1.10068 -0.235075 -5.47303 0.45 0.0 0.501960784314 0.0 +2 +0.310583 -3.37599 -3.04228 0.45 0.0 0.501960784314 0.0 +2 +-3.19009 -5.18362 0.850553 0.45 0.0 0.501960784314 0.0 +2 +2.36182 5.06713 1.59929 0.45 0.0 0.501960784314 0.0 +2 +0.81721 0.288558 -1.345 0.45 0.0 0.501960784314 0.0 +2 +-1.07244 2.91545 4.71149 0.45 0.0 0.501960784314 0.0 +2 +2.63564 4.16782 -1.51083 0.45 0.0 0.501960784314 0.0 +2 +-4.55104 -0.072848 3.9375 0.45 0.0 0.501960784314 0.0 +2 +-1.43551 5.01091 -0.399467 0.45 0.0 0.501960784314 0.0 +2 +-3.75153 0.424727 4.34972 0.45 0.0 0.501960784314 0.0 +2 +3.69349 4.22833 -1.83445 0.45 0.0 0.501960784314 0.0 +2 +-2.7464 -4.7134 0.643096 0.45 0.0 0.501960784314 0.0 +2 +2.00501 0.765765 4.14232 0.45 0.0 0.501960784314 0.0 +2 +1.2321 0.589881 0.937001 0.45 0.0 0.501960784314 0.0 +2 +2.62132 -0.775328 -3.58377 0.45 0.0 0.501960784314 0.0 +2 +3.62605 -0.248614 2.69995 0.45 0.0 0.501960784314 0.0 +2 +-4.96813 -0.169626 2.71218 0.45 0.0 0.501960784314 0.0 +2 +0.282134 2.35608 -4.4868 0.45 0.0 0.501960784314 0.0 +2 +0.226063 2.88741 4.83893 0.45 0.0 0.501960784314 0.0 +2 +-0.0449179 1.8923 4.72954 0.45 0.0 0.501960784314 0.0 +2 +-2.30943 -5.50545 1.39069 0.45 0.0 0.501960784314 0.0 +2 +-1.50677 -1.55199 -4.74011 0.45 0.0 0.501960784314 0.0 +2 +-1.5347 0.519913 3.64692 0.45 0.0 0.501960784314 0.0 +2 +1.68524 -1.43261 4.0543 0.45 0.0 0.501960784314 0.0 +2 +1.24405 2.90025 -2.56082 0.45 0.0 0.501960784314 0.0 +2 +0.282747 0.237499 -3.41554 0.45 0.0 0.501960784314 0.0 +2 +-4.16204 -0.718956 0.92692 0.45 0.0 0.501960784314 0.0 +2 +-1.00367 4.8078 -2.12687 0.45 0.0 0.501960784314 0.0 +2 +-1.70903 -1.39864 4.30484 0.45 0.0 0.501960784314 0.0 +2 +2.01973 0.0346488 -0.787052 0.45 0.0 0.501960784314 0.0 +2 +0.29666 -1.64542 0.599955 0.45 0.0 0.501960784314 0.0 +2 +0.0799232 3.31285 -3.58508 0.45 0.0 0.501960784314 0.0 +2 +0.0752023 -1.5906 3.93866 0.45 0.0 0.501960784314 0.0 +2 +5.62358 -1.04462 -0.963419 0.45 0.0 0.501960784314 0.0 +2 +-1.02911 -0.946964 2.56805 0.45 0.0 0.501960784314 0.0 +2 +1.45455 4.78635 -2.83291 0.45 0.0 0.501960784314 0.0 +2 +-1.48232 -0.100274 2.04287 0.45 0.0 0.501960784314 0.0 +2 +4.35469 0.277722 2.63273 0.45 0.0 0.501960784314 0.0 +2 +4.85313 2.84345 -1.88013 0.45 0.0 0.501960784314 0.0 +2 +1.26245 1.97835 -0.681142 0.45 0.0 0.501960784314 0.0 +2 +0.748427 -1.88917 -1.82131 0.45 0.0 0.501960784314 0.0 +2 +-1.77759 0.123594 5.26625 0.45 0.0 0.501960784314 0.0 +2 +-1.70514 1.9712 3.1629 0.45 0.0 0.501960784314 0.0 +2 +3.84176 2.42632 -2.66944 0.45 0.0 0.501960784314 0.0 +2 +-1.54483 3.9794 -4.48661 0.45 0.0 0.501960784314 0.0 +2 +-2.51206 0.834175 0.0527093 0.45 0.0 0.501960784314 0.0 +2 +-2.0687 -4.18186 1.27169 0.45 0.0 0.501960784314 0.0 +2 +0.758317 3.03018 -2.54146 0.45 0.0 0.501960784314 0.0 +2 +2.95932 -2.39035 -0.775564 0.45 0.0 0.501960784314 0.0 +2 +-4.79893 2.42497 -0.552297 0.45 0.0 0.501960784314 0.0 +2 +-2.00654 -1.66363 4.72205 0.45 0.0 0.501960784314 0.0 +2 +-2.37349 -2.67652 3.62232 0.45 0.0 0.501960784314 0.0 +2 +-0.850175 3.97592 -0.850062 0.45 0.0 0.501960784314 0.0 +2 +-1.29535 3.34774 -0.240495 0.45 0.0 0.501960784314 0.0 +2 +2.68123 1.09624 0.175747 0.45 0.0 0.501960784314 0.0 +2 +0.907838 -2.5867 -0.516314 0.45 0.0 0.501960784314 0.0 +2 +-2.71284 1.11343 3.64006 0.45 0.0 0.501960784314 0.0 +2 +5.2022 1.20468 -1.12006 0.45 0.0 0.501960784314 0.0 +2 +-3.38609 0.95592 -0.934898 0.45 0.0 0.501960784314 0.0 +2 +-2.73978 -5.06117 -0.660159 0.45 0.0 0.501960784314 0.0 +2 +1.41082 1.88359 -5.2706 0.45 0.0 0.501960784314 0.0 +2 +3.67029 -1.07982 2.95028 0.45 0.0 0.501960784314 0.0 +2 +-2.16614 -4.22193 -2.31544 0.45 0.0 0.501960784314 0.0 +2 +1.35327 2.28347 3.33832 0.45 0.0 0.501960784314 0.0 +2 +-3.01274 -2.11797 -1.06486 0.45 0.0 0.501960784314 0.0 +2 +0.0272695 -0.740765 -5.80681 0.45 0.0 0.501960784314 0.0 +2 +-1.54782 3.24692 5.03836 0.45 0.0 0.501960784314 0.0 +2 +1.88396 0.956247 4.56612 0.45 0.0 0.501960784314 0.0 +2 +1.34875 0.842379 1.46886 0.45 0.0 0.501960784314 0.0 +2 +-2.18993 5.41849 1.13259 0.45 0.0 0.501960784314 0.0 +2 +1.89104 -4.08137 2.83746 0.45 0.0 0.501960784314 0.0 +2 +-4.15402 -2.42221 -2.61426 0.45 0.0 0.501960784314 0.0 +2 +-1.58887 -4.22348 -3.53831 0.45 0.0 0.501960784314 0.0 +2 +1.08802 -1.57666 2.37947 0.45 0.0 0.501960784314 0.0 +2 +-0.395587 1.52702 -5.50972 0.45 0.0 0.501960784314 0.0 +2 +4.75039 0.612874 2.75696 0.45 0.0 0.501960784314 0.0 +2 +-3.97513 1.73824 -3.98165 0.45 0.0 0.501960784314 0.0 +2 +3.82967 -2.37986 1.87344 0.45 0.0 0.501960784314 0.0 +2 +-2.15486 -0.682912 -1.22479 0.45 0.0 0.501960784314 0.0 +2 +-1.74779 4.68333 2.59126 0.45 0.0 0.501960784314 0.0 +2 +2.72752 -2.54873 4.9289 0.45 0.0 0.501960784314 0.0 +2 +3.41337 -1.52282 1.56 0.45 0.0 0.501960784314 0.0 +2 +2.91159 1.91728 2.63828 0.45 0.0 0.501960784314 0.0 +2 +-1.0038 2.70953 5.31654 0.45 0.0 0.501960784314 0.0 +2 +-0.163205 -1.03513 -2.73283 0.45 0.0 0.501960784314 0.0 +2 +0.12421 3.22001 -0.687825 0.45 0.0 0.501960784314 0.0 +2 +3.0615 2.77922 -1.98299 0.45 0.0 0.501960784314 0.0 +2 +-2.96299 2.74049 4.55603 0.45 0.0 0.501960784314 0.0 +2 +4.61373 -0.834796 1.90867 0.45 0.0 0.501960784314 0.0 +2 +-3.50862 1.09575 4.22423 0.45 0.0 0.501960784314 0.0 +2 +-0.266677 -3.1145 -0.247958 0.45 0.0 0.501960784314 0.0 +2 +1.32158 3.16537 -0.882078 0.45 0.0 0.501960784314 0.0 +2 +1.28613 2.93874 -0.833838 0.45 0.0 0.501960784314 0.0 +2 +-2.8276 -4.621 2.70602 0.45 0.0 0.501960784314 0.0 +2 +-3.78575 -3.89322 1.20245 0.45 0.0 0.501960784314 0.0 +2 +-1.37626 -4.15081 1.96159 0.45 0.0 0.501960784314 0.0 +2 +2.94084 -2.79797 -2.84625 0.45 0.0 0.501960784314 0.0 +2 +-3.15064 0.362547 1.48727 0.45 0.0 0.501960784314 0.0 +2 +-3.49708 -3.33653 2.55681 0.45 0.0 0.501960784314 0.0 +2 +2.21092 -0.00600807 -1.72163 0.45 0.0 0.501960784314 0.0 +2 +-2.29189 3.89043 1.47316 0.45 0.0 0.501960784314 0.0 +2 +-3.15962 -1.69067 -3.01968 0.45 0.0 0.501960784314 0.0 +2 +2.74381 -1.68576 5.10473 0.45 0.0 0.501960784314 0.0 +2 +-5.0026 3.5316 0.438731 0.45 0.0 0.501960784314 0.0 +2 +3.98042 0.401774 3.20598 0.45 0.0 0.501960784314 0.0 +2 +-0.689067 -5.4111 -1.03604 0.45 0.0 0.501960784314 0.0 +2 +0.140157 -1.71584 -4.29825 0.45 0.0 0.501960784314 0.0 +2 +1.11892 -3.28071 -2.18747 0.45 0.0 0.501960784314 0.0 +2 +-2.89941 4.26843 2.21536 0.45 0.0 0.501960784314 0.0 +2 +0.184699 2.47914 4.12818 0.45 0.0 0.501960784314 0.0 +2 +-1.21123 2.69277 -3.38517 0.45 0.0 0.501960784314 0.0 +2 +3.99072 -0.192524 2.47489 0.45 0.0 0.501960784314 0.0 +2 +-5.27596 -0.140848 2.50248 0.45 0.0 0.501960784314 0.0 +2 +-0.542753 -2.90174 2.4017 0.45 0.0 0.501960784314 0.0 +2 +0.96666 5.88356 1.08838 0.45 0.0 0.501960784314 0.0 +2 +4.38786 -0.517406 1.27483 0.45 0.0 0.501960784314 0.0 +2 +-0.849924 -4.20308 4.34068 0.45 0.0 0.501960784314 0.0 +2 +0.518748 -3.52248 3.95697 0.45 0.0 0.501960784314 0.0 +2 +2.23145 -2.44625 2.74562 0.45 0.0 0.501960784314 0.0 +2 +4.01079 2.02144 3.96345 0.45 0.0 0.501960784314 0.0 +2 +0.528772 3.64983 2.48942 0.45 0.0 0.501960784314 0.0 +2 +-3.01984 2.64484 -2.46203 0.45 0.0 0.501960784314 0.0 +2 +-1.89579 -1.38352 -2.15608 0.45 0.0 0.501960784314 0.0 +2 +-0.88577 1.28009 0.756317 0.45 0.0 0.501960784314 0.0 +2 +2.01092 0.813311 -3.20897 0.45 0.0 0.501960784314 0.0 +2 +-3.97751 -0.974352 1.31536 0.45 0.0 0.501960784314 0.0 +2 +-1.96167 -4.36503 -0.48665 0.45 0.0 0.501960784314 0.0 +2 +-2.28604 3.10863 0.768944 0.45 0.0 0.501960784314 0.0 +2 +-2.71495 2.7946 -4.0484 0.45 0.0 0.501960784314 0.0 +2 +-1.47722 -1.26571 5.26417 0.45 0.0 0.501960784314 0.0 +2 +2.06909 -1.62563 -1.69636 0.45 0.0 0.501960784314 0.0 +2 +0.536319 -5.98314 0.164989 0.45 0.0 0.501960784314 0.0 +2 +1.75811 -5.02069 -2.71457 0.45 0.0 0.501960784314 0.0 +2 +2.53329 -3.83034 3.47121 0.45 0.0 0.501960784314 0.0 +2 +-0.369359 -4.30764 -3.67879 0.45 0.0 0.501960784314 0.0 +2 +0.870549 3.4597 -4.55275 0.45 0.0 0.501960784314 0.0 +2 +-4.10439 0.549955 -0.133244 0.45 0.0 0.501960784314 0.0 +2 +2.52223 -3.55452 -1.03035 0.45 0.0 0.501960784314 0.0 +2 +-0.919074 -0.155598 2.74518 0.45 0.0 0.501960784314 0.0 +2 +-1.81546 -3.64885 1.60699 0.45 0.0 0.501960784314 0.0 +2 +-1.30426 2.54073 -2.81229 0.45 0.0 0.501960784314 0.0 +2 +4.50459 1.11831 -1.22321 0.45 0.0 0.501960784314 0.0 +2 +2.67677 0.655015 3.82249 0.45 0.0 0.501960784314 0.0 +2 +1.16607 -4.87812 -0.96854 0.45 0.0 0.501960784314 0.0 +2 +-0.246747 -3.1332 -4.32223 0.45 0.0 0.501960784314 0.0 +2 +-0.729481 -2.25595 0.133531 0.45 0.0 0.501960784314 0.0 +2 +-1.40905 3.09751 0.072872 0.45 0.0 0.501960784314 0.0 +2 +-3.53356 3.88216 -1.06374 0.45 0.0 0.501960784314 0.0 +2 +-0.349119 0.880259 5.35122 0.45 0.0 0.501960784314 0.0 +2 +-0.450425 -2.02356 -2.36754 0.45 0.0 0.501960784314 0.0 +2 +-1.89187 2.5161 5.01681 0.45 0.0 0.501960784314 0.0 +2 +-0.530103 -1.21458 -3.97107 0.45 0.0 0.501960784314 0.0 +2 +2.44663 3.70777 -3.99342 0.45 0.0 0.501960784314 0.0 +2 +-3.30835 4.77108 1.01102 0.45 0.0 0.501960784314 0.0 +2 +2.46793 1.92732 -2.292 0.45 0.0 0.501960784314 0.0 +2 +2.13123 0.603328 3.60176 0.45 0.0 0.501960784314 0.0 +2 +1.04008 -0.86394 -4.03294 0.45 0.0 0.501960784314 0.0 +2 +-2.09475 4.68607 -0.839315 0.45 0.0 0.501960784314 0.0 +2 +0.403687 -1.86754 1.9849 0.45 0.0 0.501960784314 0.0 +2 +-2.25949 2.67584 -2.6273 0.45 0.0 0.501960784314 0.0 +2 +-0.515704 5.06759 -3.06316 0.45 0.0 0.501960784314 0.0 +2 +5.03895 -0.680714 -1.50352 0.45 0.0 0.501960784314 0.0 +2 +3.46267 -4.13528 2.39325 0.45 0.0 0.501960784314 0.0 +2 +3.4911 2.16639 -3.99426 0.45 0.0 0.501960784314 0.0 +2 +4.32718 -2.91826 -2.36418 0.45 0.0 0.501960784314 0.0 +2 +3.68606 3.42468 2.53462 0.45 0.0 0.501960784314 0.0 +2 +-3.36533 2.51851 -4.13219 0.45 0.0 0.501960784314 0.0 +2 +4.76936 -3.00013 -1.07625 0.45 0.0 0.501960784314 0.0 +2 +0.854256 2.56274 -5.20285 0.45 0.0 0.501960784314 0.0 +2 +0.323618 4.78562 -2.65199 0.45 0.0 0.501960784314 0.0 +2 +0.298073 -2.71144 -0.221754 0.45 0.0 0.501960784314 0.0 +2 +-3.93546 -1.47857 0.998934 0.45 0.0 0.501960784314 0.0 +2 +2.39426 4.37971 -1.02905 0.45 0.0 0.501960784314 0.0 +2 +0.139217 -5.10323 -0.247902 0.45 0.0 0.501960784314 0.0 +2 +2.27376 1.42281 4.89698 0.45 0.0 0.501960784314 0.0 +2 +-2.64717 0.478285 -1.21123 0.45 0.0 0.501960784314 0.0 +2 +-1.11845 -1.12326 4.82968 0.45 0.0 0.501960784314 0.0 +2 +5.81568 1.75173 -0.441903 0.45 0.0 0.501960784314 0.0 +2 +4.74309 2.11423 0.22792 0.45 0.0 0.501960784314 0.0 +2 +4.3688 1.77666 -3.30114 0.45 0.0 0.501960784314 0.0 +2 +1.92505 -3.10129 -1.60176 0.45 0.0 0.501960784314 0.0 +2 +2.50335 1.63192 -4.16592 0.45 0.0 0.501960784314 0.0 +2 +2.7688 -3.46299 -1.11812 0.45 0.0 0.501960784314 0.0 +2 +3.09398 2.67538 2.11459 0.45 0.0 0.501960784314 0.0 +2 +5.08476 0.141596 -2.33752 0.45 0.0 0.501960784314 0.0 +2 +-2.89537 -2.15243 2.98613 0.45 0.0 0.501960784314 0.0 +2 +1.50818 0.475582 2.99354 0.45 0.0 0.501960784314 0.0 +2 +-3.42602 -0.103062 4.81704 0.45 0.0 0.501960784314 0.0 +2 +4.25359 0.936763 -0.315254 0.45 0.0 0.501960784314 0.0 +2 +-0.676649 4.78559 -3.23684 0.45 0.0 0.501960784314 0.0 +2 +3.25033 0.245914 1.54929 0.45 0.0 0.501960784314 0.0 +2 +2.34371 -1.54734 -1.08121 0.45 0.0 0.501960784314 0.0 +2 +0.778276 3.49185 2.28552 0.45 0.0 0.501960784314 0.0 +2 +0.65428 3.87825 -4.72867 0.45 0.0 0.501960784314 0.0 +2 +-0.0664317 0.112802 -2.41097 0.45 0.0 0.501960784314 0.0 +2 +0.0812356 0.555999 2.19988 0.45 0.0 0.501960784314 0.0 +2 +3.02313 2.97807 2.48006 0.45 0.0 0.501960784314 0.0 +2 +-5.19694 0.453798 -3.32674 0.45 0.0 0.501960784314 0.0 +2 +-0.0649834 -0.35866 1.80304 0.45 0.0 0.501960784314 0.0 +2 +1.78368 2.99324 -2.96556 0.45 0.0 0.501960784314 0.0 +2 +-2.10911 -0.990479 3.23028 0.45 0.0 0.501960784314 0.0 +2 +-1.72753 -2.18369 -1.3314 0.45 0.0 0.501960784314 0.0 +2 +2.46979 -4.15383 0.783611 0.45 0.0 0.501960784314 0.0 +2 +-6.08729 -0.80168 0.173303 0.45 0.0 0.501960784314 0.0 +2 +-2.95075 -2.36385 -2.01498 0.45 0.0 0.501960784314 0.0 +2 +2.81819 -4.72437 2.40477 0.45 0.0 0.501960784314 0.0 +2 +-1.5268 -3.17926 3.09291 0.45 0.0 0.501960784314 0.0 +2 +-2.78163 -1.23481 3.40748 0.45 0.0 0.501960784314 0.0 +2 +-1.26741 1.44101 0.625348 0.45 0.0 0.501960784314 0.0 +2 +1.47989 -3.5744 -0.175217 0.45 0.0 0.501960784314 0.0 +2 +4.79005 -2.77405 2.10222 0.45 0.0 0.501960784314 0.0 +2 +-3.18378 1.61153 0.458335 0.45 0.0 0.501960784314 0.0 +2 +-1.52511 0.368998 -1.75248 0.45 0.0 0.501960784314 0.0 +2 +0.287236 1.24328 2.37573 0.45 0.0 0.501960784314 0.0 +2 +3.08517 3.52366 3.57103 0.45 0.0 0.501960784314 0.0 +2 +-0.819025 -5.97869 0.476587 0.45 0.0 0.501960784314 0.0 +2 +-0.820229 -1.40186 -0.187219 0.45 0.0 0.501960784314 0.0 +2 +4.79774 2.4553 0.578171 0.45 0.0 0.501960784314 0.0 +2 +-1.68534 -0.222486 -4.81855 0.45 0.0 0.501960784314 0.0 +2 +-4.87579 0.927325 2.34293 0.45 0.0 0.501960784314 0.0 +2 +-2.25957 1.30738 0.324967 0.45 0.0 0.501960784314 0.0 +2 +1.016 3.94732 2.28337 0.45 0.0 0.501960784314 0.0 +2 +1.78858 -1.58716 -0.395274 0.45 0.0 0.501960784314 0.0 +2 +-2.59501 -3.74885 -4.08922 0.45 0.0 0.501960784314 0.0 +2 +-5.01015 0.794267 -0.694867 0.45 0.0 0.501960784314 0.0 +2 +-3.63216 -3.29033 -2.45429 0.45 0.0 0.501960784314 0.0 +2 +-3.17802 -0.80673 2.15682 0.45 0.0 0.501960784314 0.0 +2 +-1.74379 -2.45521 0.932831 0.45 0.0 0.501960784314 0.0 +2 +-2.92826 3.27999 2.48482 0.45 0.0 0.501960784314 0.0 +2 +0.305145 4.47434 1.30075 0.45 0.0 0.501960784314 0.0 +2 +0.62244 2.24686 -3.89409 0.45 0.0 0.501960784314 0.0 +2 +-0.975427 -4.33973 2.91369 0.45 0.0 0.501960784314 0.0 +2 +-0.403084 -0.409223 -4.32628 0.45 0.0 0.501960784314 0.0 +2 +-3.05149 4.22384 -2.83897 0.45 0.0 0.501960784314 0.0 +2 +2.80765 4.28741 -1.35006 0.45 0.0 0.501960784314 0.0 +2 +1.97827 -2.03882 1.70905 0.45 0.0 0.501960784314 0.0 +2 +1.71752 -4.67586 -1.1314 0.45 0.0 0.501960784314 0.0 +2 +4.47136 0.935231 -1.25089 0.45 0.0 0.501960784314 0.0 +2 +-0.242881 -0.187696 -3.23258 0.45 0.0 0.501960784314 0.0 +2 +-0.101319 -3.11448 0.0823822 0.45 0.0 0.501960784314 0.0 +2 +-5.2382 1.68752 -0.265791 0.45 0.0 0.501960784314 0.0 +2 +-0.622982 1.06607 1.76568 0.45 0.0 0.501960784314 0.0 +2 +-0.993027 -2.38419 3.48513 0.45 0.0 0.501960784314 0.0 +2 +-5.11649 0.129051 -2.25976 0.45 0.0 0.501960784314 0.0 +2 +-3.17879 -1.31135 -5.03539 0.45 0.0 0.501960784314 0.0 +2 +5.127 2.75338 -2.06311 0.45 0.0 0.501960784314 0.0 +2 +-4.29333 1.20104 -0.296844 0.45 0.0 0.501960784314 0.0 +2 +-4.75908 2.18424 -1.75451 0.45 0.0 0.501960784314 0.0 +2 +-3.39509 -1.43958 -1.35627 0.45 0.0 0.501960784314 0.0 +2 +-3.08439 -2.92184 -0.481492 0.45 0.0 0.501960784314 0.0 +2 +3.06657 1.19305 1.81851 0.45 0.0 0.501960784314 0.0 +2 +1.85263 -4.40474 2.21085 0.45 0.0 0.501960784314 0.0 +2 +-1.23299 -3.1049 -0.168451 0.45 0.0 0.501960784314 0.0 +2 +-2.35113 0.89236 -2.18804 0.45 0.0 0.501960784314 0.0 +2 +-2.65982 -1.19819 -1.42464 0.45 0.0 0.501960784314 0.0 +2 +1.55607 -1.05484 0.97273 0.45 0.0 0.501960784314 0.0 +2 +-3.76337 0.0412423 -1.63305 0.45 0.0 0.501960784314 0.0 +2 +-2.43009 1.27271 0.799109 0.45 0.0 0.501960784314 0.0 +2 +2.7093 1.53812 -5.10631 0.45 0.0 0.501960784314 0.0 +2 +-2.45321 -2.65756 -0.356465 0.45 0.0 0.501960784314 0.0 +2 +1.48478 4.27366 3.26172 0.45 0.0 0.501960784314 0.0 +2 +5.48713 0.871029 -0.889027 0.45 0.0 0.501960784314 0.0 +2 +-3.13216 0.748991 -4.81972 0.45 0.0 0.501960784314 0.0 +2 +-3.91766 -0.127204 -3.90364 0.45 0.0 0.501960784314 0.0 +2 +-0.165579 -3.71169 0.0892289 0.45 0.0 0.501960784314 0.0 +2 +-1.30499 2.61329 0.673126 0.45 0.0 0.501960784314 0.0 +2 +-2.08849 -1.8767 -3.08712 0.45 0.0 0.501960784314 0.0 +2 +1.36863 -0.111506 -0.625726 0.45 0.0 0.501960784314 0.0 +2 +3.22895 0.672764 4.35451 0.45 0.0 0.501960784314 0.0 +2 +-2.69253 -4.92812 2.23276 0.45 0.0 0.501960784314 0.0 +2 +1.38572 1.88929 3.73878 0.45 0.0 0.501960784314 0.0 +2 +1.9702 -1.17696 -4.36439 0.45 0.0 0.501960784314 0.0 +2 +0.150361 -3.91446 4.06083 0.45 0.0 0.501960784314 0.0 +2 +-0.584042 -2.04545 1.89709 0.45 0.0 0.501960784314 0.0 +2 +-1.68968 1.11577 5.7948 0.45 0.0 0.501960784314 0.0 +2 +-1.84912 1.39421 -4.40719 0.45 0.0 0.501960784314 0.0 +2 +-1.71541 2.9373 -0.346839 0.45 0.0 0.501960784314 0.0 +2 +1.43568 -2.237 -4.06713 0.45 0.0 0.501960784314 0.0 +2 +3.83932 -1.37323 -2.75708 0.45 0.0 0.501960784314 0.0 +2 +2.01901 0.386562 -4.32132 0.45 0.0 0.501960784314 0.0 +2 +2.28814 -5.01469 -1.03979 0.45 0.0 0.501960784314 0.0 +2 +-3.07095 -0.332821 1.84033 0.45 0.0 0.501960784314 0.0 +2 +-0.20762 -3.09853 -4.73831 0.45 0.0 0.501960784314 0.0 +2 +3.85724 1.97707 2.72386 0.45 0.0 0.501960784314 0.0 +2 +-1.89117 1.86861 3.57552 0.45 0.0 0.501960784314 0.0 +2 +-3.81051 1.76818 2.99679 0.45 0.0 0.501960784314 0.0 +2 +-1.9786 -3.55007 -0.722344 0.45 0.0 0.501960784314 0.0 +2 +0.0709988 2.20405 -3.91673 0.45 0.0 0.501960784314 0.0 +2 +-0.354233 1.77051 4.88314 0.45 0.0 0.501960784314 0.0 +2 +-1.4162 -5.46507 -2.37145 0.45 0.0 0.501960784314 0.0 +2 +-1.36743 -4.66341 -2.89272 0.45 0.0 0.501960784314 0.0 +2 +-0.311641 -1.991 -1.107 0.45 0.0 0.501960784314 0.0 +2 +-1.57744 1.68764 1.72888 0.45 0.0 0.501960784314 0.0 +2 +-0.0120103 -3.34427 -3.30866 0.45 0.0 0.501960784314 0.0 +2 +-0.412412 4.11021 -1.98457 0.45 0.0 0.501960784314 0.0 +2 +-2.23775 -4.23141 -0.359305 0.45 0.0 0.501960784314 0.0 +2 +4.1968 1.81816 -0.717593 0.45 0.0 0.501960784314 0.0 +2 +-0.968055 -4.51701 1.09133 0.45 0.0 0.501960784314 0.0 +2 +-1.05782 0.460195 4.93145 0.45 0.0 0.501960784314 0.0 +2 +4.06326 2.99139 3.13879 0.45 0.0 0.501960784314 0.0 +2 +2.46355 2.76754 0.166034 0.45 0.0 0.501960784314 0.0 +2 +-1.04185 -4.09764 2.27152 0.45 0.0 0.501960784314 0.0 +2 +1.06727 -2.85484 -3.42847 0.45 0.0 0.501960784314 0.0 +2 +-4.14779 3.08033 -3.39154 0.45 0.0 0.501960784314 0.0 +2 +-3.79234 -3.09383 -0.195885 0.45 0.0 0.501960784314 0.0 +2 +-4.37985 -1.42772 -0.605445 0.45 0.0 0.501960784314 0.0 +2 +-1.97196 -3.5609 3.38541 0.45 0.0 0.501960784314 0.0 +2 +4.07722 1.89869 0.386514 0.45 0.0 0.501960784314 0.0 +2 +-5.12998 -3.25407 -1.05838 0.45 0.0 0.501960784314 0.0 +2 +-1.42609 2.07346 -2.57189 0.45 0.0 0.501960784314 0.0 +2 +0.321251 2.20801 0.629201 0.45 0.0 0.501960784314 0.0 +2 +2.51424 -1.51782 -1.20179 0.45 0.0 0.501960784314 0.0 +2 +3.77242 3.1669 0.0661855 0.45 0.0 0.501960784314 0.0 +2 +-0.0829601 -4.72465 -2.25437 0.45 0.0 0.501960784314 0.0 +2 +1.78491 -1.17615 -3.1385 0.45 0.0 0.501960784314 0.0 +2 +0.81323 -4.56674 -3.49195 0.45 0.0 0.501960784314 0.0 +2 +-3.96703 1.33236 -1.61229 0.45 0.0 0.501960784314 0.0 +2 +-0.784192 -3.66873 2.48097 0.45 0.0 0.501960784314 0.0 +2 +-2.3809 -3.20381 0.00804277 0.45 0.0 0.501960784314 0.0 +2 +-1.30227 -1.24221 3.19596 0.45 0.0 0.501960784314 0.0 +2 +0.0551142 -4.22171 1.3789 0.45 0.0 0.501960784314 0.0 +2 +-1.17947 3.09319 1.92742 0.45 0.0 0.501960784314 0.0 +2 +-0.532902 1.36907 -5.02925 0.45 0.0 0.501960784314 0.0 +2 +-0.89092 1.56627 -3.39143 0.45 0.0 0.501960784314 0.0 +2 +0.50885 3.80894 -3.31673 0.45 0.0 0.501960784314 0.0 +2 +0.474017 1.49907 -3.68911 0.45 0.0 0.501960784314 0.0 +2 +-1.9029 3.23908 -2.81585 0.45 0.0 0.501960784314 0.0 +2 +-5.64278 1.06009 0.534661 0.45 0.0 0.501960784314 0.0 +2 +-0.713777 1.13402 2.31426 0.45 0.0 0.501960784314 0.0 +2 +-0.22649 2.33805 2.56466 0.45 0.0 0.501960784314 0.0 +2 +2.27889 0.880481 -3.32116 0.45 0.0 0.501960784314 0.0 +2 +0.478485 2.14888 -0.596759 0.45 0.0 0.501960784314 0.0 +2 +-2.81454 3.98476 -1.19847 0.45 0.0 0.501960784314 0.0 +2 +-6.0296 0.959731 1.09406 0.45 0.0 0.501960784314 0.0 +2 +0.676744 -3.18603 1.02819 0.45 0.0 0.501960784314 0.0 +2 +-2.17747 4.01742 1.85894 0.45 0.0 0.501960784314 0.0 +2 +-2.13576 -2.27212 1.27678 0.45 0.0 0.501960784314 0.0 +2 +5.5386 -2.51955 -1.03448 0.45 0.0 0.501960784314 0.0 +2 +-0.50557 1.68026 1.75244 0.45 0.0 0.501960784314 0.0 +2 +-0.972775 3.015 2.91494 0.45 0.0 0.501960784314 0.0 +2 +5.1755 -0.935434 -2.15029 0.45 0.0 0.501960784314 0.0 +2 +1.66462 -0.530856 -1.46402 0.45 0.0 0.501960784314 0.0 +2 +2.45151 -1.23124 1.44225 0.45 0.0 0.501960784314 0.0 +2 +-3.41053 -0.374709 5.03184 0.45 0.0 0.501960784314 0.0 +2 +3.93373 -2.77339 0.690729 0.45 0.0 0.501960784314 0.0 +2 +-1.97594 3.86011 0.619817 0.45 0.0 0.501960784314 0.0 +2 +3.59737 1.55909 0.0183642 0.45 0.0 0.501960784314 0.0 +2 +-1.52865 2.9483 -1.5328 0.45 0.0 0.501960784314 0.0 +2 +-1.46406 -3.41982 4.77783 0.45 0.0 0.501960784314 0.0 +2 +2.73802 0.325451 -1.63606 0.45 0.0 0.501960784314 0.0 +2 +1.92206 -3.73579 4.46945 0.45 0.0 0.501960784314 0.0 +2 +0.775441 5.47444 -1.48866 0.45 0.0 0.501960784314 0.0 +2 +5.10259 1.974 0.67809 0.45 0.0 0.501960784314 0.0 +2 +-5.03737 2.31733 1.81404 0.45 0.0 0.501960784314 0.0 +2 +4.54445 1.09043 1.67921 0.45 0.0 0.501960784314 0.0 +2 +-3.4892 4.99318 -0.579684 0.45 0.0 0.501960784314 0.0 +2 +-3.2399 1.30195 -4.07761 0.45 0.0 0.501960784314 0.0 +2 +3.8852 0.488755 1.06276 0.45 0.0 0.501960784314 0.0 +2 +-4.29185 1.21062 -0.571661 0.45 0.0 0.501960784314 0.0 +2 +4.18994 -1.80185 1.86235 0.45 0.0 0.501960784314 0.0 +2 +-2.29706 3.87044 0.568026 0.45 0.0 0.501960784314 0.0 +2 +-3.36018 2.20854 -2.79783 0.45 0.0 0.501960784314 0.0 +2 +-0.578919 -2.79714 -1.30205 0.45 0.0 0.501960784314 0.0 +2 +2.36289 -1.72391 -3.39677 0.45 0.0 0.501960784314 0.0 +2 +3.53845 3.98863 1.76918 0.45 0.0 0.501960784314 0.0 +2 +4.47585 1.90314 0.821529 0.45 0.0 0.501960784314 0.0 +2 +-1.56104 4.44381 -3.15419 0.45 0.0 0.501960784314 0.0 +2 +2.69531 2.02403 -2.1014 0.45 0.0 0.501960784314 0.0 +2 +-2.92328 0.141158 2.69781 0.45 0.0 0.501960784314 0.0 +2 +-1.01449 -3.31075 1.65396 0.45 0.0 0.501960784314 0.0 +2 +1.15304 -0.561158 -2.06169 0.45 0.0 0.501960784314 0.0 +2 +1.93201 2.2279 -0.110381 0.45 0.0 0.501960784314 0.0 +2 +-3.79382 -3.16041 -2.55981 0.45 0.0 0.501960784314 0.0 +2 +4.76515 0.549916 -0.788779 0.45 0.0 0.501960784314 0.0 +2 +-5.92697 1.23274 -1.08407 0.45 0.0 0.501960784314 0.0 +2 +-2.39489 -2.55573 -1.10486 0.45 0.0 0.501960784314 0.0 +2 +2.33419 -0.302963 -5.02389 0.45 0.0 0.501960784314 0.0 +2 +2.34174 2.54254 2.72384 0.45 0.0 0.501960784314 0.0 +2 +-2.30609 1.11217 -5.12851 0.45 0.0 0.501960784314 0.0 +2 +-3.37713 2.62937 -1.94025 0.45 0.0 0.501960784314 0.0 +2 +-4.65155 -2.05897 -2.02641 0.45 0.0 0.501960784314 0.0 +2 +-0.584972 -5.26708 0.178226 0.45 0.0 0.501960784314 0.0 +2 +5.35486 -1.33316 0.588461 0.45 0.0 0.501960784314 0.0 +2 +1.873 2.90756 -3.84942 0.45 0.0 0.501960784314 0.0 +2 +-5.28639 -1.74746 -2.16975 0.45 0.0 0.501960784314 0.0 +2 +1.05393 -3.87975 4.30796 0.45 0.0 0.501960784314 0.0 +2 +-3.40315 -0.487996 -0.71855 0.45 0.0 0.501960784314 0.0 +2 +3.99009 1.49201 1.72729 0.45 0.0 0.501960784314 0.0 +2 +1.55773 2.02277 1.54102 0.45 0.0 0.501960784314 0.0 +2 +-1.73977 3.04203 -1.92872 0.45 0.0 0.501960784314 0.0 +2 +3.49192 3.53678 0.603883 0.45 0.0 0.501960784314 0.0 +2 +0.53061 -2.67407 -4.91232 0.45 0.0 0.501960784314 0.0 +2 +-0.602453 -1.31513 5.92245 0.45 0.0 0.501960784314 0.0 +2 +-0.442958 -0.582345 1.66439 0.45 0.0 0.501960784314 0.0 +2 +-1.64403 -0.725032 -1.92978 0.45 0.0 0.501960784314 0.0 +2 +4.8204 -1.35674 1.31191 0.45 0.0 0.501960784314 0.0 +2 +1.9858 0.41342 0.423947 0.45 0.0 0.501960784314 0.0 +2 +3.65731 4.01891 1.99029 0.45 0.0 0.501960784314 0.0 +2 +1.42367 -5.56228 1.50313 0.45 0.0 0.501960784314 0.0 +2 +2.46133 2.64116 -2.26094 0.45 0.0 0.501960784314 0.0 +2 +2.99504 2.44842 -3.53025 0.45 0.0 0.501960784314 0.0 +2 +-2.66978 5.2428 1.20844 0.45 0.0 0.501960784314 0.0 +2 +0.0344978 -3.32578 -2.80278 0.45 0.0 0.501960784314 0.0 +2 +3.10048 0.350518 -2.17757 0.45 0.0 0.501960784314 0.0 +2 +2.22648 0.829598 -2.43242 0.45 0.0 0.501960784314 0.0 +2 +-0.533721 0.0246152 4.27578 0.45 0.0 0.501960784314 0.0 +2 +1.56287 1.51452 -4.57085 0.45 0.0 0.501960784314 0.0 +2 +1.91323 -3.31427 4.57875 0.45 0.0 0.501960784314 0.0 +2 +-4.80211 -1.52147 -0.571418 0.45 0.0 0.501960784314 0.0 +2 +-0.796128 -5.76461 0.606225 0.45 0.0 0.501960784314 0.0 +2 +2.6636 2.58657 -1.70373 0.45 0.0 0.501960784314 0.0 +2 +0.859152 -1.98776 3.74016 0.45 0.0 0.501960784314 0.0 +2 +-5.4429 -1.90595 1.55773 0.45 0.0 0.501960784314 0.0 +2 +1.90431 -4.36598 -3.88918 0.45 0.0 0.501960784314 0.0 +2 +-0.499635 2.18535 4.40192 0.45 0.0 0.501960784314 0.0 +2 +-3.55279 3.16238 -1.54376 0.45 0.0 0.501960784314 0.0 +2 +-2.94769 -0.604724 -2.24667 0.45 0.0 0.501960784314 0.0 +2 +-2.15426 -3.01648 -2.94093 0.45 0.0 0.501960784314 0.0 +2 +1.37542 2.49145 0.184008 0.45 0.0 0.501960784314 0.0 +2 +0.223298 6.06066 0.027009 0.45 0.0 0.501960784314 0.0 +2 +-1.33187 -2.47785 5.04094 0.45 0.0 0.501960784314 0.0 +2 +-5.99782 1.53397 -0.38444 0.45 0.0 0.501960784314 0.0 +2 +2.77259 -1.82622 1.63024 0.45 0.0 0.501960784314 0.0 +2 +1.34042 -2.74749 1.82926 0.45 0.0 0.501960784314 0.0 +2 +-0.237573 2.1705 3.0068 0.45 0.0 0.501960784314 0.0 +2 +1.50258 5.52549 0.515075 0.45 0.0 0.501960784314 0.0 +2 +-3.21983 3.74265 -0.842942 0.45 0.0 0.501960784314 0.0 +2 +1.48179 3.63499 1.19237 0.45 0.0 0.501960784314 0.0 +2 +1.10454 3.19097 -4.91947 0.45 0.0 0.501960784314 0.0 +2 +-1.16192 0.197903 1.07417 0.45 0.0 0.501960784314 0.0 +2 +1.33457 -1.81994 -4.43654 0.45 0.0 0.501960784314 0.0 +2 +1.19878 -1.04341 -5.50345 0.45 0.0 0.501960784314 0.0 +2 +-2.69044 5.33949 0.903534 0.45 0.0 0.501960784314 0.0 +2 +-0.492116 4.48698 2.92936 0.45 0.0 0.501960784314 0.0 +2 +2.72011 -2.97105 3.7011 0.45 0.0 0.501960784314 0.0 +2 +-4.32225 -1.03574 -0.645315 0.45 0.0 0.501960784314 0.0 +2 +-2.08963 3.77068 -1.21847 0.45 0.0 0.501960784314 0.0 +2 +5.12904 -0.0576688 -1.49259 0.45 0.0 0.501960784314 0.0 +2 +2.7397 3.69048 3.29767 0.45 0.0 0.501960784314 0.0 +2 +1.87627 -4.08521 0.204526 0.45 0.0 0.501960784314 0.0 +2 +0.724745 -2.89851 -5.32924 0.45 0.0 0.501960784314 0.0 +2 +-2.38651 1.8226 -0.387836 0.45 0.0 0.501960784314 0.0 +2 +-4.68156 2.23583 -3.19733 0.45 0.0 0.501960784314 0.0 +2 +4.33919 0.337104 -4.30177 0.45 0.0 0.501960784314 0.0 +2 +-4.17239 -1.00459 1.71464 0.45 0.0 0.501960784314 0.0 +2 +-2.98895 0.620745 -1.42783 0.45 0.0 0.501960784314 0.0 +2 +-2.30181 -1.53968 3.5734 0.45 0.0 0.501960784314 0.0 +2 +-5.61419 -2.44864 -0.244968 0.45 0.0 0.501960784314 0.0 +2 +1.95432 4.93936 0.547408 0.45 0.0 0.501960784314 0.0 +2 +2.094 -4.87861 3.10684 0.45 0.0 0.501960784314 0.0 +2 +1.07249 -2.11009 -5.02893 0.45 0.0 0.501960784314 0.0 +2 +-2.04641 -1.83472 -4.64352 0.45 0.0 0.501960784314 0.0 +2 +0.0100354 -5.03297 1.87931 0.45 0.0 0.501960784314 0.0 +2 +-2.75916 4.20939 2.42719 0.45 0.0 0.501960784314 0.0 +2 +4.25138 0.917586 -0.0410006 0.45 0.0 0.501960784314 0.0 +2 +-3.82493 -4.84191 -0.431107 0.45 0.0 0.501960784314 0.0 +2 +2.64354 0.528064 4.15264 0.45 0.0 0.501960784314 0.0 +2 +4.0386 -2.07047 3.26124 0.45 0.0 0.501960784314 0.0 +2 +-0.272622 -3.76932 -0.803995 0.45 0.0 0.501960784314 0.0 +2 +-1.51418 -2.0653 3.32609 0.45 0.0 0.501960784314 0.0 +2 +-4.71707 0.925161 3.20495 0.45 0.0 0.501960784314 0.0 +2 +-2.69582 1.69343 -0.195426 0.45 0.0 0.501960784314 0.0 +2 +3.33324 4.04533 -0.635744 0.45 0.0 0.501960784314 0.0 +2 +-2.51875 0.160824 -1.76291 0.45 0.0 0.501960784314 0.0 +2 +-1.31578 -5.08035 -0.392703 0.45 0.0 0.501960784314 0.0 +2 +3.09855 5.1439 1.51923 0.45 0.0 0.501960784314 0.0 +2 +5.48281 2.69451 0.969038 0.45 0.0 0.501960784314 0.0 +2 +-3.78717 -3.02723 2.42313 0.45 0.0 0.501960784314 0.0 +2 +-2.84338 3.16227 -3.43424 0.45 0.0 0.501960784314 0.0 +2 +-1.8211 0.883897 4.46033 0.45 0.0 0.501960784314 0.0 +2 +1.55149 -3.62483 -4.10178 0.45 0.0 0.501960784314 0.0 +2 +-5.18601 -2.08692 -0.300479 0.45 0.0 0.501960784314 0.0 +2 +-0.49996 -3.28547 4.76766 0.45 0.0 0.501960784314 0.0 +2 +1.53168 -1.66633 -3.37251 0.45 0.0 0.501960784314 0.0 +2 +-2.67541 -2.59116 -1.04765 0.45 0.0 0.501960784314 0.0 +2 +0.584194 4.60253 -2.93787 0.45 0.0 0.501960784314 0.0 +2 +3.06134 0.032795 5.27759 0.45 0.0 0.501960784314 0.0 +2 +-3.35221 -0.422126 2.12983 0.45 0.0 0.501960784314 0.0 +2 +1.88986 0.978255 2.24664 0.45 0.0 0.501960784314 0.0 +2 +-2.41683 0.863231 4.52419 0.45 0.0 0.501960784314 0.0 +2 +-0.388449 -2.5691 -2.39475 0.45 0.0 0.501960784314 0.0 +2 +-0.401635 -0.857672 2.05221 0.45 0.0 0.501960784314 0.0 +2 +-0.0589986 0.971407 -1.19208 0.45 0.0 0.501960784314 0.0 +2 +3.00963 -0.503323 2.23922 0.45 0.0 0.501960784314 0.0 +2 +4.18992 -2.25891 0.0215413 0.45 0.0 0.501960784314 0.0 +2 +0.750327 5.21923 2.03637 0.45 0.0 0.501960784314 0.0 +2 +2.21733 -3.9414 -2.11494 0.45 0.0 0.501960784314 0.0 +2 +0.345871 -5.83841 0.929756 0.45 0.0 0.501960784314 0.0 +2 +-1.84865 -3.13066 1.1563 0.45 0.0 0.501960784314 0.0 +2 +-3.89838 1.4194 -2.87441 0.45 0.0 0.501960784314 0.0 +2 +2.73328 -4.95407 0.355967 0.45 0.0 0.501960784314 0.0 +2 +2.5502 -4.97535 2.50414 0.45 0.0 0.501960784314 0.0 +2 +2.09954 1.48028 2.99891 0.45 0.0 0.501960784314 0.0 +2 +2.45406 4.42023 -2.33247 0.45 0.0 0.501960784314 0.0 +2 +4.91273 -0.465745 1.04627 0.45 0.0 0.501960784314 0.0 +2 +0.952256 -0.475136 4.50088 0.45 0.0 0.501960784314 0.0 +2 +1.59282 -3.85491 -0.0339219 0.45 0.0 0.501960784314 0.0 +2 +0.596619 2.51408 -4.14705 0.45 0.0 0.501960784314 0.0 +2 +0.432704 1.94705 -5.63789 0.45 0.0 0.501960784314 0.0 +2 +-3.70869 0.830633 2.56297 0.45 0.0 0.501960784314 0.0 +2 +-1.28663 0.950589 -3.67286 0.45 0.0 0.501960784314 0.0 +2 +-0.855671 -1.53682 1.99096 0.45 0.0 0.501960784314 0.0 +2 +0.328535 0.574592 4.50574 0.45 0.0 0.501960784314 0.0 +2 +3.8558 2.60497 -2.63932 0.45 0.0 0.501960784314 0.0 +2 +2.30383 -1.8198 -2.07765 0.45 0.0 0.501960784314 0.0 +2 +4.19204 -3.84599 1.01167 0.45 0.0 0.501960784314 0.0 +2 +-1.44398 -0.886389 3.28031 0.45 0.0 0.501960784314 0.0 +2 +1.16865 1.22138 -5.79346 0.45 0.0 0.501960784314 0.0 +2 +-0.489707 -4.66415 -2.93931 0.45 0.0 0.501960784314 0.0 +2 +3.69477 0.844005 3.98541 0.45 0.0 0.501960784314 0.0 +2 +-4.67587 -1.41669 -1.21132 0.45 0.0 0.501960784314 0.0 +2 +1.32684 4.77783 2.74919 0.45 0.0 0.501960784314 0.0 +2 +5.41622 0.189005 0.410576 0.45 0.0 0.501960784314 0.0 +2 +2.25302 0.363987 0.873947 0.45 0.0 0.501960784314 0.0 +2 +1.57014 -0.393108 5.97181 0.45 0.0 0.501960784314 0.0 +2 +-0.012039 -3.82667 3.14632 0.45 0.0 0.501960784314 0.0 +2 +1.48287 -3.00962 0.650238 0.45 0.0 0.501960784314 0.0 +2 +-2.03236 -1.32573 1.48532 0.45 0.0 0.501960784314 0.0 +2 +0.931692 1.29831 -3.31616 0.45 0.0 0.501960784314 0.0 +2 +-2.33351 -0.663023 -1.92543 0.45 0.0 0.501960784314 0.0 +2 +-4.00267 -2.14669 0.195096 0.45 0.0 0.501960784314 0.0 +2 +5.13282 1.42684 -1.86151 0.45 0.0 0.501960784314 0.0 +2 +4.41526 0.885886 0.680588 0.45 0.0 0.501960784314 0.0 +2 +-0.619614 -4.37754 0.28452 0.45 0.0 0.501960784314 0.0 +2 +5.23539 0.766891 -1.74519 0.45 0.0 0.501960784314 0.0 +2 +-1.30268 4.23804 0.117568 0.45 0.0 0.501960784314 0.0 +2 +3.6703 -0.84891 0.429923 0.45 0.0 0.501960784314 0.0 +2 +-2.66626 2.34404 3.97484 0.45 0.0 0.501960784314 0.0 +2 +2.98811 -2.34361 3.25439 0.45 0.0 0.501960784314 0.0 +2 +3.47377 -3.71818 2.59771 0.45 0.0 0.501960784314 0.0 +2 +-0.78265 -2.57054 -1.88639 0.45 0.0 0.501960784314 0.0 +2 +-4.69035 3.49107 1.66943 0.45 0.0 0.501960784314 0.0 +2 +-3.85733 -3.52789 -0.118571 0.45 0.0 0.501960784314 0.0 +2 +4.71251 -3.12491 -1.41111 0.45 0.0 0.501960784314 0.0 +2 +3.27828 -1.52303 -1.901 0.45 0.0 0.501960784314 0.0 +2 +-2.06837 1.4148 -5.63288 0.45 0.0 0.501960784314 0.0 +2 +-1.91734 -3.7 -1.90162 0.45 0.0 0.501960784314 0.0 +2 +-0.0865981 -3.83443 -3.27321 0.45 0.0 0.501960784314 0.0 +2 +-0.20239 -2.05422 3.51335 0.45 0.0 0.501960784314 0.0 +2 +2.84865 -1.35396 -1.47401 0.45 0.0 0.501960784314 0.0 +2 +4.56042 -3.60306 2.01818 0.45 0.0 0.501960784314 0.0 +2 +-1.28212 2.44431 1.83783 0.45 0.0 0.501960784314 0.0 +2 +-2.08631 -2.46907 3.77279 0.45 0.0 0.501960784314 0.0 +2 +-1.50465 -3.13742 -0.820157 0.45 0.0 0.501960784314 0.0 +2 +-0.18974 -0.358319 -4.86438 0.45 0.0 0.501960784314 0.0 +2 +0.18806 -3.0708 2.22669 0.45 0.0 0.501960784314 0.0 +2 +4.37828 -0.199087 3.83485 0.45 0.0 0.501960784314 0.0 +2 +-2.11285 -1.78556 2.5855 0.45 0.0 0.501960784314 0.0 +2 +0.241272 -2.03513 1.76043 0.45 0.0 0.501960784314 0.0 +2 +0.845602 6.00898 -0.104679 0.45 0.0 0.501960784314 0.0 +2 +2.44876 2.24041 -0.694436 0.45 0.0 0.501960784314 0.0 +2 +3.61367 2.68103 -2.14725 0.45 0.0 0.501960784314 0.0 +2 +-0.81447 -3.86353 4.02503 0.45 0.0 0.501960784314 0.0 +2 +2.15253 -1.27277 -1.70332 0.45 0.0 0.501960784314 0.0 +2 +0.327327 5.07374 0.985463 0.45 0.0 0.501960784314 0.0 +2 +-0.684448 -2.22335 2.09563 0.45 0.0 0.501960784314 0.0 +2 +-2.29933 3.03085 -3.65864 0.45 0.0 0.501960784314 0.0 +2 +2.14322 3.57283 -1.40343 0.45 0.0 0.501960784314 0.0 +2 +-1.75771 -0.758048 1.48574 0.45 0.0 0.501960784314 0.0 +2 +-2.93041 4.4441 1.76013 0.45 0.0 0.501960784314 0.0 +2 +-3.51677 0.703636 2.13349 0.45 0.0 0.501960784314 0.0 +2 +1.3363 2.51213 0.309005 0.45 0.0 0.501960784314 0.0 +2 +4.86761 -1.86097 0.699802 0.45 0.0 0.501960784314 0.0 +2 +-0.265813 -0.993328 4.97274 0.45 0.0 0.501960784314 0.0 +2 +4.20848 -0.517988 3.89582 0.45 0.0 0.501960784314 0.0 +2 +5.23166 0.0155989 1.62422 0.45 0.0 0.501960784314 0.0 +2 +2.81462 -2.60135 1.43256 0.45 0.0 0.501960784314 0.0 +2 +1.3821 3.05071 -4.90985 0.45 0.0 0.501960784314 0.0 +2 +-1.98443 -2.2111 -2.94832 0.45 0.0 0.501960784314 0.0 +2 +1.26004 -1.33006 3.1783 0.45 0.0 0.501960784314 0.0 +2 +-5.21689 0.143223 0.193695 0.45 0.0 0.501960784314 0.0 +2 +-3.68381 -2.87747 0.944145 0.45 0.0 0.501960784314 0.0 +2 +2.28545 -0.554055 5.66193 0.45 0.0 0.501960784314 0.0 +2 +-1.65954 -0.95278 4.07326 0.45 0.0 0.501960784314 0.0 +2 +-2.5786 -0.809936 -2.09734 0.45 0.0 0.501960784314 0.0 +2 +-1.6922 -4.01679 -3.60747 0.45 0.0 0.501960784314 0.0 +2 +0.0549088 4.73323 -2.34204 0.45 0.0 0.501960784314 0.0 +2 +-2.56744 0.545652 1.98707 0.45 0.0 0.501960784314 0.0 +2 +-2.93779 4.43717 -2.95828 0.45 0.0 0.501960784314 0.0 +2 +0.141222 3.78389 -2.47954 0.45 0.0 0.501960784314 0.0 +2 +1.51909 -2.28333 -0.995254 0.45 0.0 0.501960784314 0.0 +2 +2.17249 -0.864022 -5.41353 0.45 0.0 0.501960784314 0.0 +2 +-4.62915 2.24846 -1.92587 0.45 0.0 0.501960784314 0.0 +2 +1.83569 -3.87389 3.46936 0.45 0.0 0.501960784314 0.0 +2 +-3.48213 -0.255917 4.02789 0.45 0.0 0.501960784314 0.0 +2 +4.0434 4.29863 1.08957 0.45 0.0 0.501960784314 0.0 +2 +-0.29136 3.88457 2.34749 0.45 0.0 0.501960784314 0.0 +2 +-1.04024 -1.84724 -4.23736 0.45 0.0 0.501960784314 0.0 +2 +-1.08394 -4.318 -4.04949 0.45 0.0 0.501960784314 0.0 +2 +5.17423 2.58221 -0.508789 0.45 0.0 0.501960784314 0.0 +2 +-2.79277 -2.35386 4.6091 0.45 0.0 0.501960784314 0.0 +2 +-4.30764 -3.6417 -2.24481 0.45 0.0 0.501960784314 0.0 +2 +1.17888 -0.590571 -0.120844 0.45 0.0 0.501960784314 0.0 +2 +-0.410623 -3.05159 2.5297 0.45 0.0 0.501960784314 0.0 +2 +-2.09194 2.23623 3.43317 0.45 0.0 0.501960784314 0.0 +2 +-3.70728 -0.266456 0.598673 0.45 0.0 0.501960784314 0.0 +2 +-0.185692 5.63327 0.44879 0.45 0.0 0.501960784314 0.0 +2 +-0.644377 1.27726 2.76659 0.45 0.0 0.501960784314 0.0 +2 +-3.47935 -3.14418 -2.7805 0.45 0.0 0.501960784314 0.0 +2 +-0.365376 0.60048 5.37336 0.45 0.0 0.501960784314 0.0 +2 +-0.644926 4.44833 -1.55424 0.45 0.0 0.501960784314 0.0 +2 +-5.41268 -2.7217 1.08362 0.45 0.0 0.501960784314 0.0 +2 +-1.06008 -0.316959 -4.52107 0.45 0.0 0.501960784314 0.0 +2 +-5.13651 -1.29616 2.22507 0.45 0.0 0.501960784314 0.0 +2 +2.02117 -0.638494 0.8961 0.45 0.0 0.501960784314 0.0 +2 +-1.35062 4.90008 -2.11027 0.45 0.0 0.501960784314 0.0 +2 +2.33707 -1.4197 -2.21179 0.45 0.0 0.501960784314 0.0 +2 +-2.10478 -2.57421 -1.52111 0.45 0.0 0.501960784314 0.0 +2 +-1.68593 2.26936 1.94221 0.45 0.0 0.501960784314 0.0 +2 +-0.0997676 -1.84714 -2.56255 0.45 0.0 0.501960784314 0.0 +2 +-4.89081 -3.36988 0.41344 0.45 0.0 0.501960784314 0.0 +2 +0.755259 1.26192 5.57424 0.45 0.0 0.501960784314 0.0 +2 +0.926386 -1.03523 -4.46124 0.45 0.0 0.501960784314 0.0 +2 +-0.38184 -3.16555 -2.0637 0.45 0.0 0.501960784314 0.0 +2 +5.39035 -0.44071 -0.022893 0.45 0.0 0.501960784314 0.0 +2 +1.15364 -2.88142 -3.52129 0.45 0.0 0.501960784314 0.0 +2 +-0.925829 -2.01029 -2.65273 0.45 0.0 0.501960784314 0.0 +2 +-4.3888 -2.80501 2.76038 0.45 0.0 0.501960784314 0.0 +2 +3.94501 0.776014 2.70624 0.45 0.0 0.501960784314 0.0 +2 +-0.266069 -5.29067 0.799619 0.45 0.0 0.501960784314 0.0 +2 +1.01057 -0.59907 5.91928 0.45 0.0 0.501960784314 0.0 +2 +-0.795351 -5.112 1.14318 0.45 0.0 0.501960784314 0.0 +2 +-5.00141 -1.24915 -1.74307 0.45 0.0 0.501960784314 0.0 +2 +-1.83486 5.36886 -1.8119 0.45 0.0 0.501960784314 0.0 +2 +-1.96216 -0.196145 3.65796 0.45 0.0 0.501960784314 0.0 +2 +3.95012 -0.182204 2.22579 0.45 0.0 0.501960784314 0.0 +2 +1.64605 -2.53269 1.58436 0.45 0.0 0.501960784314 0.0 +2 +2.84104 -5.1696 0.777803 0.45 0.0 0.501960784314 0.0 +2 +-4.44846 -0.686576 -0.760266 0.45 0.0 0.501960784314 0.0 +2 +1.29534 -3.52622 3.1381 0.45 0.0 0.501960784314 0.0 +2 +-0.231861 -1.08312 -2.98199 0.45 0.0 0.501960784314 0.0 +2 +-2.79129 -2.32166 -0.0292097 0.45 0.0 0.501960784314 0.0 +2 +3.79432 -0.930218 -1.34339 0.45 0.0 0.501960784314 0.0 +2 +-3.92744 -3.18075 3.00264 0.45 0.0 0.501960784314 0.0 +2 +-1.39127 4.2168 2.92079 0.45 0.0 0.501960784314 0.0 +2 +2.28821 -3.8113 0.79407 0.45 0.0 0.501960784314 0.0 +2 +3.89181 -0.0359367 3.95494 0.45 0.0 0.501960784314 0.0 +2 +-0.70174 4.91927 -2.08351 0.45 0.0 0.501960784314 0.0 +2 +-3.77716 3.96923 -1.71111 0.45 0.0 0.501960784314 0.0 +2 +0.818728 0.979502 -1.61164 0.45 0.0 0.501960784314 0.0 +2 +2.12608 0.843284 4.26809 0.45 0.0 0.501960784314 0.0 +2 +-3.50937 0.906318 -3.31959 0.45 0.0 0.501960784314 0.0 +2 +-3.51095 -0.829053 -0.825269 0.45 0.0 0.501960784314 0.0 +2 +4.14656 1.09557 1.24476 0.45 0.0 0.501960784314 0.0 +2 +2.41784 3.61878 1.66727 0.45 0.0 0.501960784314 0.0 +2 +-2.21408 -3.42172 -2.33145 0.45 0.0 0.501960784314 0.0 +2 +-4.44938 -3.68807 -0.045296 0.45 0.0 0.501960784314 0.0 +2 +-4.46156 2.55624 -2.73447 0.45 0.0 0.501960784314 0.0 +2 +-0.59081 -4.13367 4.58383 0.45 0.0 0.501960784314 0.0 +2 +5.34311 -0.350036 -2.13338 0.45 0.0 0.501960784314 0.0 +2 +0.579519 0.472501 0.844932 0.45 0.0 0.501960784314 0.0 +2 +-5.24852 1.96148 1.17048 0.45 0.0 0.501960784314 0.0 +2 +1.22221 -4.3923 0.355053 0.45 0.0 0.501960784314 0.0 +2 +-0.400707 2.33007 4.92879 0.45 0.0 0.501960784314 0.0 +2 +2.80544 4.41981 3.02455 0.45 0.0 0.501960784314 0.0 +2 +0.277946 -6.00974 -0.252251 0.45 0.0 0.501960784314 0.0 +2 +3.62182 3.16908 -0.561044 0.45 0.0 0.501960784314 0.0 +2 +-0.147037 -2.26023 2.54729 0.45 0.0 0.501960784314 0.0 +2 +1.25388 -5.5992 1.38714 0.45 0.0 0.501960784314 0.0 +2 +0.846188 3.44956 -1.28602 0.45 0.0 0.501960784314 0.0 +2 +0.460821 3.05018 -1.33755 0.45 0.0 0.501960784314 0.0 +2 +3.40149 -2.62273 1.9569 0.45 0.0 0.501960784314 0.0 +2 +-1.42622 -0.0541339 -4.11626 0.45 0.0 0.501960784314 0.0 +2 +-3.86208 3.53163 0.924919 0.45 0.0 0.501960784314 0.0 +2 +-0.861966 4.32051 -3.47878 0.45 0.0 0.501960784314 0.0 +2 +0.259771 -1.29844 1.12097 0.45 0.0 0.501960784314 0.0 +2 +-0.121513 4.88455 -2.60127 0.45 0.0 0.501960784314 0.0 +2 +-0.966965 1.39997 5.61322 0.45 0.0 0.501960784314 0.0 +2 +-1.36168 5.17182 -0.713377 0.45 0.0 0.501960784314 0.0 +2 +5.54315 -0.475465 -1.03023 0.45 0.0 0.501960784314 0.0 +2 +3.68375 1.78779 -2.39649 0.45 0.0 0.501960784314 0.0 +2 +-3.0828 -0.980422 -1.44744 0.45 0.0 0.501960784314 0.0 +2 +3.01777 -0.202487 -3.67902 0.45 0.0 0.501960784314 0.0 +2 +-3.13469 -4.54942 2.32223 0.45 0.0 0.501960784314 0.0 +2 +-3.21425 -1.76209 0.109461 0.45 0.0 0.501960784314 0.0 +2 +3.47377 -3.69604 2.48128 0.45 0.0 0.501960784314 0.0 +2 +2.91222 -0.0230302 -2.45204 0.45 0.0 0.501960784314 0.0 +2 +-2.2767 -1.20602 3.55375 0.45 0.0 0.501960784314 0.0 +2 +0.606614 -3.20749 0.210873 0.45 0.0 0.501960784314 0.0 +2 +2.88119 -0.362684 -3.78869 0.45 0.0 0.501960784314 0.0 +2 +-2.45675 -0.0124228 2.12899 0.45 0.0 0.501960784314 0.0 +2 +0.332415 3.73683 0.537589 0.45 0.0 0.501960784314 0.0 +2 +-1.13698 -2.44062 -1.92511 0.45 0.0 0.501960784314 0.0 +2 +2.20961 2.69967 0.925033 0.45 0.0 0.501960784314 0.0 +2 +1.04599 -0.816005 -4.85626 0.45 0.0 0.501960784314 0.0 +2 +-0.0713176 4.84547 -1.86398 0.45 0.0 0.501960784314 0.0 +2 +-0.162396 0.146393 3.83806 0.45 0.0 0.501960784314 0.0 +2 +2.16384 2.7003 -0.936329 0.45 0.0 0.501960784314 0.0 +2 +2.22722 0.985527 0.390081 0.45 0.0 0.501960784314 0.0 +2 +1.51313 -3.12089 3.98078 0.45 0.0 0.501960784314 0.0 +2 +0.472059 5.81113 -0.399459 0.45 0.0 0.501960784314 0.0 +2 +-1.51539 2.39928 1.94661 0.45 0.0 0.501960784314 0.0 +2 +-0.609553 3.42555 4.64172 0.45 0.0 0.501960784314 0.0 +2 +6.14334 -0.103389 -0.676982 0.45 0.0 0.501960784314 0.0 +2 +-0.809127 -0.913492 -5.58159 0.45 0.0 0.501960784314 0.0 +2 +-0.308071 -4.03285 -0.561703 0.45 0.0 0.501960784314 0.0 +2 +1.19473 5.32482 2.49157 0.45 0.0 0.501960784314 0.0 +2 +2.21616 1.08705 -5.48034 0.45 0.0 0.501960784314 0.0 +2 +1.72762 3.70712 -2.43589 0.45 0.0 0.501960784314 0.0 +2 +1.26918 3.47095 -1.54148 0.45 0.0 0.501960784314 0.0 +2 +-1.87078 -2.85012 1.41497 0.45 0.0 0.501960784314 0.0 +2 +3.30353 1.07321 -2.39209 0.45 0.0 0.501960784314 0.0 +2 +-2.67912 -2.85044 -3.85727 0.45 0.0 0.501960784314 0.0 +2 +-2.566 0.0468067 5.03909 0.45 0.0 0.501960784314 0.0 +2 +-0.644284 2.84458 4.64548 0.45 0.0 0.501960784314 0.0 +2 +-0.681497 -2.25361 2.13242 0.45 0.0 0.501960784314 0.0 +2 +-4.25869 0.214882 1.08447 0.45 0.0 0.501960784314 0.0 +2 +0.821639 0.286032 5.83098 0.45 0.0 0.501960784314 0.0 +2 +-1.58474 3.09374 -1.2787 0.45 0.0 0.501960784314 0.0 +2 +-2.95956 -1.54703 4.17792 0.45 0.0 0.501960784314 0.0 +2 +2.16534 3.15198 -2.55669 0.45 0.0 0.501960784314 0.0 +2 +-0.969267 -0.0684515 3.38761 0.45 0.0 0.501960784314 0.0 +2 +-0.196422 -0.998267 -3.59067 0.45 0.0 0.501960784314 0.0 +2 +-0.648713 2.83623 0.791691 0.45 0.0 0.501960784314 0.0 +2 +4.37147 -3.03907 1.98614 0.45 0.0 0.501960784314 0.0 +2 +-1.98462 -5.38235 -1.61609 0.45 0.0 0.501960784314 0.0 +2 +-2.63846 -2.0082 -4.82679 0.45 0.0 0.501960784314 0.0 +2 +4.03555 -3.56034 0.44437 0.45 0.0 0.501960784314 0.0 +2 +-0.493479 -6.02602 -0.929855 0.45 0.0 0.501960784314 0.0 +2 +3.41939 0.397234 1.3391 0.45 0.0 0.501960784314 0.0 +2 +0.00722506 -2.63847 -2.1021 0.45 0.0 0.501960784314 0.0 +2 +-0.116938 -5.0654 2.74064 0.45 0.0 0.501960784314 0.0 +2 +0.97451 1.33688 -0.232567 0.45 0.0 0.501960784314 0.0 +2 +-0.55099 -4.85205 2.95506 0.45 0.0 0.501960784314 0.0 +2 +0.63865 1.73429 4.16879 0.45 0.0 0.501960784314 0.0 +2 +2.69647 -3.15891 -2.16804 0.45 0.0 0.501960784314 0.0 +2 +1.17436 -2.11585 -2.52707 0.45 0.0 0.501960784314 0.0 +2 +-3.18755 0.265973 3.688 0.45 0.0 0.501960784314 0.0 +2 +-1.7276 -3.31405 -4.20228 0.45 0.0 0.501960784314 0.0 +2 +3.66225 0.233567 4.95027 0.45 0.0 0.501960784314 0.0 +2 +-2.23442 2.17598 -4.14042 0.45 0.0 0.501960784314 0.0 +2 +-4.80699 3.44453 1.03396 0.45 0.0 0.501960784314 0.0 +2 +-2.76899 0.277657 1.5449 0.45 0.0 0.501960784314 0.0 +2 +-0.276934 -1.80631 1.29975 0.45 0.0 0.501960784314 0.0 +2 +2.72118 2.69676 1.69735 0.45 0.0 0.501960784314 0.0 +2 +1.67674 4.68704 2.9289 0.45 0.0 0.501960784314 0.0 +2 +3.01454 -4.91652 -1.29385 0.45 0.0 0.501960784314 0.0 +2 +3.70786 -2.35881 -4.04578 0.45 0.0 0.501960784314 0.0 +2 +0.130873 3.54719 1.96881 0.45 0.0 0.501960784314 0.0 +2 +0.270377 3.26745 2.63725 0.45 0.0 0.501960784314 0.0 +2 +-5.9351 1.1664 0.662418 0.45 0.0 0.501960784314 0.0 +2 +4.17607 0.796424 -1.67069 0.45 0.0 0.501960784314 0.0 +2 +4.37524 -1.73634 -1.34482 0.45 0.0 0.501960784314 0.0 +2 +3.11308 1.16589 4.5234 0.45 0.0 0.501960784314 0.0 +2 +-1.86637 -3.23018 3.39341 0.45 0.0 0.501960784314 0.0 +2 +-2.00624 3.37741 2.0455 0.45 0.0 0.501960784314 0.0 +2 +-1.09609 2.37473 -1.2609 0.45 0.0 0.501960784314 0.0 +2 +-0.770726 -0.67023 1.01682 0.45 0.0 0.501960784314 0.0 +2 +3.84188 4.34515 1.27886 0.45 0.0 0.501960784314 0.0 +2 +1.56588 2.42625 -3.93749 0.45 0.0 0.501960784314 0.0 +2 +1.53242 -1.60255 1.56711 0.45 0.0 0.501960784314 0.0 +2 +-1.65789 1.97121 3.49042 0.45 0.0 0.501960784314 0.0 +2 +3.97443 -1.09502 -4.34961 0.45 0.0 0.501960784314 0.0 +2 +-1.71028 2.31991 -4.57873 0.45 0.0 0.501960784314 0.0 +2 +0.0757285 -5.1525 2.8054 0.45 0.0 0.501960784314 0.0 +2 +3.6931 -2.29565 2.76393 0.45 0.0 0.501960784314 0.0 +2 +1.59177 3.28551 -4.05823 0.45 0.0 0.501960784314 0.0 +2 +-5.36244 -2.06611 2.08563 0.45 0.0 0.501960784314 0.0 +2 +3.39932 -1.85955 -0.25076 0.45 0.0 0.501960784314 0.0 +2 +3.8558 2.69362 -1.47306 0.45 0.0 0.501960784314 0.0 +2 +1.18394 -2.41863 -4.51579 0.45 0.0 0.501960784314 0.0 +2 +-3.20439 2.61301 -3.95193 0.45 0.0 0.501960784314 0.0 +2 +3.15375 2.40974 4.05378 0.45 0.0 0.501960784314 0.0 +2 +1.42593 -4.68696 -1.64114 0.45 0.0 0.501960784314 0.0 +2 +-1.72576 2.79411 0.0182379 0.45 0.0 0.501960784314 0.0 +2 +-1.24957 3.56472 -1.15603 0.45 0.0 0.501960784314 0.0 +2 +-0.0286697 2.02099 -3.64001 0.45 0.0 0.501960784314 0.0 +2 +1.33569 4.65295 0.75331 0.45 0.0 0.501960784314 0.0 +2 +2.0251 3.44611 2.85167 0.45 0.0 0.501960784314 0.0 +2 +3.71632 3.34332 -0.169124 0.45 0.0 0.501960784314 0.0 +2 +-1.26532 -0.624489 0.540008 0.45 0.0 0.501960784314 0.0 +2 +0.0767827 0.157689 -4.82709 0.45 0.0 0.501960784314 0.0 +2 +0.555217 1.46455 -0.832384 0.45 0.0 0.501960784314 0.0 +2 +-0.124093 -1.24981 -0.531518 0.45 0.0 0.501960784314 0.0 +2 +-0.183232 -2.64055 0.0877878 0.45 0.0 0.501960784314 0.0 +2 +-0.983795 3.90053 -2.50757 0.45 0.0 0.501960784314 0.0 +2 +1.89375 4.25507 0.940906 0.45 0.0 0.501960784314 0.0 +2 +2.28978 -2.21527 1.31805 0.45 0.0 0.501960784314 0.0 +2 +-1.72315 -2.97002 -3.74635 0.45 0.0 0.501960784314 0.0 +2 +0.663774 2.1438 0.811818 0.45 0.0 0.501960784314 0.0 +2 +-3.48364 -0.801112 -2.67549 0.45 0.0 0.501960784314 0.0 +2 +-3.91631 -2.24114 0.785728 0.45 0.0 0.501960784314 0.0 +2 +4.67069 1.16725 2.49238 0.45 0.0 0.501960784314 0.0 +2 +3.41875 1.99661 -3.85814 0.45 0.0 0.501960784314 0.0 +2 +-4.75174 1.3692 -2.83484 0.45 0.0 0.501960784314 0.0 +2 +-4.85438 0.899952 1.35484 0.45 0.0 0.501960784314 0.0 +2 +3.98709 0.684484 2.8315 0.45 0.0 0.501960784314 0.0 +2 +0.19966 5.79795 1.4081 0.45 0.0 0.501960784314 0.0 +2 +-0.165914 3.0572 4.92634 0.45 0.0 0.501960784314 0.0 +2 +5.02954 2.44996 -2.30632 0.45 0.0 0.501960784314 0.0 +2 +0.871714 -1.77772 -2.04741 0.45 0.0 0.501960784314 0.0 +2 +-4.40407 1.07261 -0.0933807 0.45 0.0 0.501960784314 0.0 +2 +-0.408955 0.178763 1.96822 0.45 0.0 0.501960784314 0.0 +2 +2.81534 -2.98463 -1.07174 0.45 0.0 0.501960784314 0.0 +2 +2.22873 1.51751 -3.9381 0.45 0.0 0.501960784314 0.0 +2 +3.68722 -1.88478 -2.41713 0.45 0.0 0.501960784314 0.0 +2 +2.33537 -5.23305 1.41571 0.45 0.0 0.501960784314 0.0 +2 +4.1832 -3.48428 0.782539 0.45 0.0 0.501960784314 0.0 +2 +0.699001 -1.3311 -1.97197 0.45 0.0 0.501960784314 0.0 +2 +2.80132 -2.84274 1.45695 0.45 0.0 0.501960784314 0.0 +2 +1.52909 4.43532 3.18802 0.45 0.0 0.501960784314 0.0 +2 +4.20779 0.384493 -1.8809 0.45 0.0 0.501960784314 0.0 +2 +2.00274 -0.108588 -1.20753 0.45 0.0 0.501960784314 0.0 +2 +2.92981 -2.09111 3.77188 0.45 0.0 0.501960784314 0.0 +2 +-1.69805 -2.97291 -2.64903 0.45 0.0 0.501960784314 0.0 +2 +-1.04095 -1.41716 3.2448 0.45 0.0 0.501960784314 0.0 +2 +-5.8341 -1.1154 0.390589 0.45 0.0 0.501960784314 0.0 +2 +1.31692 -0.661898 4.57348 0.45 0.0 0.501960784314 0.0 +2 +1.58469 -3.89017 2.85516 0.45 0.0 0.501960784314 0.0 +2 +-4.34967 -2.80948 2.22361 0.45 0.0 0.501960784314 0.0 +2 +0.459844 -0.966418 -1.81412 0.45 0.0 0.501960784314 0.0 +2 +2.81478 0.085362 -4.53447 0.45 0.0 0.501960784314 0.0 +2 +-2.00114 2.21994 2.61292 0.45 0.0 0.501960784314 0.0 +2 +0.868938 1.19648 -2.54747 0.45 0.0 0.501960784314 0.0 +2 +1.27386 -4.70922 -3.54792 0.45 0.0 0.501960784314 0.0 +2 +-1.76808 -1.37704 -4.78895 0.45 0.0 0.501960784314 0.0 +2 +1.93653 3.66393 3.74464 0.45 0.0 0.501960784314 0.0 +2 +-4.76567 3.03491 2.45452 0.45 0.0 0.501960784314 0.0 +2 +-0.734025 -4.19313 -2.06546 0.45 0.0 0.501960784314 0.0 +2 +0.640836 1.25359 1.95242 0.45 0.0 0.501960784314 0.0 +2 +-0.791876 3.65914 -2.33549 0.45 0.0 0.501960784314 0.0 +2 +3.2379 2.22037 -2.51902 0.45 0.0 0.501960784314 0.0 +2 +-0.343013 4.24014 -1.78878 0.45 0.0 0.501960784314 0.0 +2 +-1.91909 4.14229 3.71839 0.45 0.0 0.501960784314 0.0 +2 +0.858046 4.23863 -2.33378 0.45 0.0 0.501960784314 0.0 +2 +1.36729 2.22693 -3.88374 0.45 0.0 0.501960784314 0.0 +2 +-0.775238 -2.06607 2.82739 0.45 0.0 0.501960784314 0.0 +2 +1.13087 -1.00277 -4.86173 0.45 0.0 0.501960784314 0.0 +2 +1.48515 -1.90659 3.16497 0.45 0.0 0.501960784314 0.0 +2 +-2.00895 -4.91271 0.759964 0.45 0.0 0.501960784314 0.0 +2 +2.3725 -1.56478 3.61279 0.45 0.0 0.501960784314 0.0 +2 +0.307977 2.44572 0.745982 0.45 0.0 0.501960784314 0.0 +2 +-0.825337 -0.395384 4.93694 0.45 0.0 0.501960784314 0.0 +2 +-2.87315 -0.934 -2.87014 0.45 0.0 0.501960784314 0.0 +2 +0.00189912 -5.30244 1.4291 0.45 0.0 0.501960784314 0.0 +2 +1.5079 -4.30018 -2.25505 0.45 0.0 0.501960784314 0.0 +2 +-4.2903 2.43592 -2.66897 0.45 0.0 0.501960784314 0.0 +2 +-1.75709 -2.78895 -0.18964 0.45 0.0 0.501960784314 0.0 +2 +1.31853 1.66249 0.94048 0.45 0.0 0.501960784314 0.0 +2 +0.113563 -2.02365 -3.86368 0.45 0.0 0.501960784314 0.0 +2 +0.988588 2.22038 -2.27685 0.45 0.0 0.501960784314 0.0 +2 +0.756296 -6.11678 -0.249292 0.45 0.0 0.501960784314 0.0 +2 +3.71595 -2.99879 -3.38372 0.45 0.0 0.501960784314 0.0 +2 +3.62287 -4.0329 -1.43698 0.45 0.0 0.501960784314 0.0 +2 +4.0426 3.1176 2.67864 0.45 0.0 0.501960784314 0.0 +2 +-3.33133 3.18747 -1.71124 0.45 0.0 0.501960784314 0.0 +2 +-1.3113 -4.14361 -1.09486 0.45 0.0 0.501960784314 0.0 +2 +-1.69737 -3.90452 -2.59612 0.45 0.0 0.501960784314 0.0 +2 +1.23722 -0.225209 -0.949174 0.45 0.0 0.501960784314 0.0 +2 +2.64986 -4.95921 0.819742 0.45 0.0 0.501960784314 0.0 +2 +3.57313 3.68072 0.563013 0.45 0.0 0.501960784314 0.0 +2 +2.26101 -1.94285 1.81305 0.45 0.0 0.501960784314 0.0 +2 +0.295391 1.83639 -4.42661 0.45 0.0 0.501960784314 0.0 +2 +1.01435 1.02138 -4.95958 0.45 0.0 0.501960784314 0.0 +2 +0.904719 -5.38433 2.23842 0.45 0.0 0.501960784314 0.0 +2 +1.43667 2.04566 1.54022 0.45 0.0 0.501960784314 0.0 +2 +3.35453 2.19263 2.75161 0.45 0.0 0.501960784314 0.0 +2 +-1.22417 -3.86608 -1.75646 0.45 0.0 0.501960784314 0.0 +2 +-4.4965 -1.60652 -3.15739 0.45 0.0 0.501960784314 0.0 +2 +-2.35547 2.35976 -4.66088 0.45 0.0 0.501960784314 0.0 +2 +2.37627 -0.221457 0.0683715 0.45 0.0 0.501960784314 0.0 +2 +-4.73179 1.71502 2.92787 0.45 0.0 0.501960784314 0.0 +2 +2.42718 -0.553123 -3.4816 0.45 0.0 0.501960784314 0.0 +2 +-3.75228 0.264428 2.52971 0.45 0.0 0.501960784314 0.0 +2 +-2.05368 0.0760242 -0.183511 0.45 0.0 0.501960784314 0.0 +2 +2.69312 2.51571 -1.57524 0.45 0.0 0.501960784314 0.0 +2 +1.48775 4.56568 -1.98788 0.45 0.0 0.501960784314 0.0 +2 +1.71714 1.27825 -5.39583 0.45 0.0 0.501960784314 0.0 +2 +-5.4715 1.30516 0.311034 0.45 0.0 0.501960784314 0.0 +2 +4.19077 -0.391168 1.35107 0.45 0.0 0.501960784314 0.0 +2 +-2.05241 -3.37142 -0.561721 0.45 0.0 0.501960784314 0.0 +2 +0.884104 -4.46908 0.240623 0.45 0.0 0.501960784314 0.0 +2 +-0.535372 -2.91288 1.3381 0.45 0.0 0.501960784314 0.0 +2 +-4.51499 -2.08851 -2.22491 0.45 0.0 0.501960784314 0.0 +2 +-0.0377055 -0.959453 3.58586 0.45 0.0 0.501960784314 0.0 +2 +4.65739 0.863034 1.21467 0.45 0.0 0.501960784314 0.0 +2 +5.4376 -0.315138 1.27685 0.45 0.0 0.501960784314 0.0 +2 +2.8673 1.80873 2.10615 0.45 0.0 0.501960784314 0.0 +2 +-4.04467 -0.677574 1.64057 0.45 0.0 0.501960784314 0.0 +2 +4.7629 0.0293048 -3.75447 0.45 0.0 0.501960784314 0.0 +2 +0.726973 -2.66794 -1.16471 0.45 0.0 0.501960784314 0.0 +2 +3.06189 -3.09079 1.1862 0.45 0.0 0.501960784314 0.0 +2 +-1.64915 0.0795714 -2.60046 0.45 0.0 0.501960784314 0.0 +2 +4.00525 -4.13761 0.408438 0.45 0.0 0.501960784314 0.0 +2 +3.53851 4.87798 -1.27548 0.45 0.0 0.501960784314 0.0 +2 +2.25316 2.64938 -0.697007 0.45 0.0 0.501960784314 0.0 +2 +-2.3829 0.434646 -2.62834 0.45 0.0 0.501960784314 0.0 +2 +0.270225 0.699302 3.73626 0.45 0.0 0.501960784314 0.0 +2 +3.7721 -2.13175 3.11802 0.45 0.0 0.501960784314 0.0 +2 +-2.65401 -2.78283 3.39931 0.45 0.0 0.501960784314 0.0 +2 +-0.462923 -1.15325 -2.9146 0.45 0.0 0.501960784314 0.0 +2 +-2.84065 -0.59836 5.44618 0.45 0.0 0.501960784314 0.0 +2 +-5.43253 -1.35319 -0.961328 0.45 0.0 0.501960784314 0.0 +2 +-5.52262 -1.86175 0.0581699 0.45 0.0 0.501960784314 0.0 +2 +0.359734 3.84323 2.19276 0.45 0.0 0.501960784314 0.0 +2 +-1.97082 3.21699 -1.84424 0.45 0.0 0.501960784314 0.0 +2 +-3.46799 1.60405 -1.19262 0.45 0.0 0.501960784314 0.0 +2 +5.34101 1.59448 -0.758752 0.45 0.0 0.501960784314 0.0 +2 +2.06933 2.44488 -0.901335 0.45 0.0 0.501960784314 0.0 +2 +0.227464 1.62893 -4.76565 0.45 0.0 0.501960784314 0.0 +2 +3.33835 3.1442 3.15453 0.45 0.0 0.501960784314 0.0 +2 +3.06497 -0.973553 2.33618 0.45 0.0 0.501960784314 0.0 +2 +-4.01415 3.54549 -1.82483 0.45 0.0 0.501960784314 0.0 +2 +0.202712 -4.94597 0.0489444 0.45 0.0 0.501960784314 0.0 +2 +-1.36106 3.23132 3.33933 0.45 0.0 0.501960784314 0.0 +2 +-2.0036 -1.81372 0.817995 0.45 0.0 0.501960784314 0.0 +2 +1.07274 2.09151 2.91271 0.45 0.0 0.501960784314 0.0 +2 +-4.11618 0.841037 3.72291 0.45 0.0 0.501960784314 0.0 +2 +1.82666 5.76766 1.07561 0.45 0.0 0.501960784314 0.0 +2 +0.80615 0.505438 -3.90409 0.45 0.0 0.501960784314 0.0 +2 +4.71876 2.54736 -3.08102 0.45 0.0 0.501960784314 0.0 +2 +4.09166 -3.53216 2.54222 0.45 0.0 0.501960784314 0.0 +2 +-2.73037 4.17583 -3.24204 0.45 0.0 0.501960784314 0.0 +2 +2.58976 2.38313 3.40486 0.45 0.0 0.501960784314 0.0 +2 +4.31174 -1.98409 3.40527 0.45 0.0 0.501960784314 0.0 +2 +-1.14103 3.88829 2.68523 0.45 0.0 0.501960784314 0.0 +2 +-3.28871 -0.19253 2.37274 0.45 0.0 0.501960784314 0.0 +2 +2.44426 1.13957 -3.70026 0.45 0.0 0.501960784314 0.0 +2 +3.29387 0.0775441 0.548216 0.45 0.0 0.501960784314 0.0 +2 +-4.54435 0.597881 -1.0896 0.45 0.0 0.501960784314 0.0 +2 +-0.112098 1.82873 3.35832 0.45 0.0 0.501960784314 0.0 +2 +3.77803 -1.7394 -3.10813 0.45 0.0 0.501960784314 0.0 +2 +5.43902 -1.2792 1.87794 0.45 0.0 0.501960784314 0.0 +2 +-0.856513 -3.28678 -4.85551 0.45 0.0 0.501960784314 0.0 +2 +-3.91471 -0.10212 -4.15792 0.45 0.0 0.501960784314 0.0 +2 +-5.90866 -1.18551 0.828909 0.45 0.0 0.501960784314 0.0 +2 +-2.25756 -2.16221 -0.212193 0.45 0.0 0.501960784314 0.0 +2 +-5.51665 -0.816482 -0.459668 0.45 0.0 0.501960784314 0.0 +2 +0.522247 5.6427 -2.24697 0.45 0.0 0.501960784314 0.0 +2 +2.11567 -0.44629 5.43805 0.45 0.0 0.501960784314 0.0 +2 +-3.58471 0.217887 1.95201 0.45 0.0 0.501960784314 0.0 +2 +3.31985 2.38139 -0.966149 0.45 0.0 0.501960784314 0.0 +2 +2.70947 4.32805 -0.841661 0.45 0.0 0.501960784314 0.0 +2 +3.16397 0.376783 5.01166 0.45 0.0 0.501960784314 0.0 +2 +-0.166342 -4.13785 -3.5976 0.45 0.0 0.501960784314 0.0 +2 +-5.43161 1.73687 -2.14202 0.45 0.0 0.501960784314 0.0 +2 +4.17443 -2.06766 0.882572 0.45 0.0 0.501960784314 0.0 +2 +-5.39481 -0.21696 1.21641 0.45 0.0 0.501960784314 0.0 +2 +-2.62715 2.09129 -0.806677 0.45 0.0 0.501960784314 0.0 +2 +3.03724 4.48546 2.05227 0.45 0.0 0.501960784314 0.0 +2 +1.02718 5.70714 1.3034 0.45 0.0 0.501960784314 0.0 +2 +-4.60646 -1.0675 -0.862605 0.45 0.0 0.501960784314 0.0 +2 +-2.32706 -4.06737 2.39795 0.45 0.0 0.501960784314 0.0 +2 +0.685661 -2.20162 -4.8425 0.45 0.0 0.501960784314 0.0 +2 +2.09006 3.42204 -4.61134 0.45 0.0 0.501960784314 0.0 +2 +3.72256 -3.55591 0.332022 0.45 0.0 0.501960784314 0.0 +2 +-2.86144 -2.63587 4.28463 0.45 0.0 0.501960784314 0.0 +2 +1.41207 -1.97751 2.40362 0.45 0.0 0.501960784314 0.0 +2 +-0.422739 4.2356 -3.68499 0.45 0.0 0.501960784314 0.0 +2 +0.600792 -1.79909 -1.40072 0.45 0.0 0.501960784314 0.0 +2 +5.3654 2.09071 1.90714 0.45 0.0 0.501960784314 0.0 +2 +-5.04573 -1.74668 -1.5355 0.45 0.0 0.501960784314 0.0 +2 +-0.516633 1.86412 2.63199 0.45 0.0 0.501960784314 0.0 +2 +-4.32377 -1.68173 -1.59462 0.45 0.0 0.501960784314 0.0 +2 +-1.59179 -3.74723 -1.67607 0.45 0.0 0.501960784314 0.0 +2 +3.5877 0.426513 -2.8513 0.45 0.0 0.501960784314 0.0 +2 +3.74935 0.164634 0.233712 0.45 0.0 0.501960784314 0.0 +2 +0.14931 3.24392 4.18655 0.45 0.0 0.501960784314 0.0 +2 +3.22102 3.92372 2.69474 0.45 0.0 0.501960784314 0.0 +2 +4.84864 1.92982 2.61849 0.45 0.0 0.501960784314 0.0 +2 +1.27388 -4.44326 -0.0491198 0.45 0.0 0.501960784314 0.0 +2 +5.71307 1.63428 -1.69385 0.45 0.0 0.501960784314 0.0 +2 +-0.43807 -5.27966 -0.37449 0.45 0.0 0.501960784314 0.0 +2 +-0.701158 2.29625 -5.21587 0.45 0.0 0.501960784314 0.0 +2 +4.8241 -1.19068 0.693761 0.45 0.0 0.501960784314 0.0 +2 +-2.54437 3.72494 -0.743893 0.45 0.0 0.501960784314 0.0 +2 +3.6541 -0.297788 -4.89719 0.45 0.0 0.501960784314 0.0 +2 +-1.73281 -4.089 -1.4635 0.45 0.0 0.501960784314 0.0 +2 +0.721438 3.55418 -4.58388 0.45 0.0 0.501960784314 0.0 +2 +-3.95393 -1.73625 0.098789 0.45 0.0 0.0 1.0 +2 +-2.19344 -3.99139 1.4404 0.45 0.0 0.0 1.0 +2 +2.66547 -3.09675 0.2592 0.45 0.0 0.0 1.0 +2 +1.51171 -2.28122 -2.82266 0.45 0.0 0.0 1.0 +2 +-4.27793 -0.553544 1.83979 0.45 0.0 0.0 1.0 +2 +3.14678 -3.15948 0.559763 0.45 0.0 0.0 1.0 +2 +3.42921 4.16059 1.14789 0.45 0.0 0.0 1.0 +2 +-0.346254 -0.610611 -1.94961 0.45 0.0 0.0 1.0 +2 +5.65247 0.667426 1.49167 0.45 0.0 0.0 1.0 +2 +-5.04361 -3.30046 0.911974 0.45 0.0 0.0 1.0 +2 +0.485986 4.15824 -1.18523 0.45 0.0 0.0 1.0 +2 +-1.80327 2.81612 -2.19103 0.45 0.0 0.0 1.0 +2 +-0.623266 -3.7126 -2.81459 0.45 0.0 0.0 1.0 +2 +3.19416 -0.958651 4.65863 0.45 0.0 0.0 1.0 +2 +-3.12682 3.68902 3.58377 0.45 0.0 0.0 1.0 +2 +-3.64838 -2.89894 -0.0848535 0.45 0.0 0.0 1.0 +2 +0.673004 -4.02093 1.24578 0.45 0.0 0.0 1.0 +2 +-0.026129 -4.90545 -1.29196 0.45 0.0 0.0 1.0 +2 +-1.74009 -2.28673 3.89342 0.45 0.0 0.0 1.0 +2 +0.00669554 0.868768 -1.66084 0.45 0.0 0.0 1.0 +2 +4.22898 -3.25167 2.07029 0.45 0.0 0.0 1.0 +2 +-2.58101 -4.04959 3.35955 0.45 0.0 0.0 1.0 +2 +-0.358056 -0.454986 -4.23758 0.45 0.0 0.0 1.0 +2 +-4.51057 -2.26777 0.00348274 0.45 0.0 0.0 1.0 +2 +-3.50065 -1.41452 -1.92934 0.45 0.0 0.0 1.0 +2 +-4.00993 -0.0636899 -3.43381 0.45 0.0 0.0 1.0 +2 +0.171241 -0.372351 -4.97583 0.45 0.0 0.0 1.0 +2 +2.12183 3.81635 -2.85808 0.45 0.0 0.0 1.0 +2 +4.12283 -0.691065 -1.76682 0.45 0.0 0.0 1.0 +2 +-3.69751 2.59162 -3.64714 0.45 0.0 0.0 1.0 +2 +2.0864 3.9825 -1.93697 0.45 0.0 0.0 1.0 +2 +1.29265 0.828477 3.54045 0.45 0.0 0.0 1.0 +2 +0.27618 1.52968 2.06301 0.45 0.0 0.0 1.0 +2 +-3.4051 4.05943 0.680257 0.45 0.0 0.0 1.0 +2 +2.26937 2.127 3.82594 0.45 0.0 0.0 1.0 +2 +0.147639 -0.0373112 5.66862 0.45 0.0 0.0 1.0 +2 +2.20528 4.4712 -1.8412 0.45 0.0 0.0 1.0 +2 +-0.488765 -1.2322 -2.32655 0.45 0.0 0.0 1.0 +2 +-3.05156 2.9957 1.00789 0.45 0.0 0.0 1.0 +2 +-2.93229 -2.29076 -1.77657 0.45 0.0 0.0 1.0 +2 +-2.70329 0.318632 -4.57664 0.45 0.0 0.0 1.0 +2 +3.83336 -2.39305 3.50397 0.45 0.0 0.0 1.0 +2 +2.64439 2.33249 -3.97989 0.45 0.0 0.0 1.0 +2 +-3.74637 0.394899 -0.686682 0.45 0.0 0.0 1.0 +2 +-2.55218 -3.51112 -3.6855 0.45 0.0 0.0 1.0 +2 +1.13625 2.62814 2.1939 0.45 0.0 0.0 1.0 +2 +-4.29571 -1.52388 -3.75048 0.45 0.0 0.0 1.0 +2 +0.874027 -0.123639 -6.02219 0.45 0.0 0.0 1.0 +2 +1.43614 5.62893 1.90814 0.45 0.0 0.0 1.0 +2 +-2.09533 -5.12743 2.44828 0.45 0.0 0.0 1.0 +2 +-0.909691 -3.73974 0.0557688 0.45 0.0 0.0 1.0 +2 +3.34492 1.82842 -1.87343 0.45 0.0 0.0 1.0 +2 +2.23351 -4.95473 1.72492 0.45 0.0 0.0 1.0 +2 +-4.37374 2.0346 1.83731 0.45 0.0 0.0 1.0 +2 +-1.41065 1.06511 -2.07419 0.45 0.0 0.0 1.0 +2 +2.76096 1.24537 0.332072 0.45 0.0 0.0 1.0 +2 +-2.01257 -3.83509 -1.89746 0.45 0.0 0.0 1.0 +2 +3.6174 3.28725 0.470274 0.45 0.0 0.0 1.0 +2 +0.635533 -1.03538 5.47045 0.45 0.0 0.0 1.0 +2 +-3.87702 0.532382 2.29091 0.45 0.0 0.0 1.0 +2 +2.4752 0.0288118 0.366649 0.45 0.0 0.0 1.0 +2 +4.01423 -2.12596 1.21595 0.45 0.0 0.0 1.0 +2 +0.324162 1.51192 1.22911 0.45 0.0 0.0 1.0 +2 +-0.0611208 2.52402 1.59058 0.45 0.0 0.0 1.0 +2 +-0.438449 0.751348 -2.43136 0.45 0.0 0.0 1.0 +2 +4.8257 0.948729 2.27807 0.45 0.0 0.0 1.0 +2 +-0.438534 -0.679933 -0.781193 0.45 0.0 0.0 1.0 +2 +-0.775706 2.48434 4.63911 0.45 0.0 0.0 1.0 +2 +3.83282 0.972126 -1.51117 0.45 0.0 0.0 1.0 +2 +2.10565 4.83385 1.4426 0.45 0.0 0.0 1.0 +2 +2.52764 0.393237 -3.80352 0.45 0.0 0.0 1.0 +2 +-4.2883 -1.20778 -1.31101 0.45 0.0 0.0 1.0 +2 +0.621566 -0.0351099 5.44388 0.45 0.0 0.0 1.0 +2 +1.97315 -1.17664 1.06205 0.45 0.0 0.0 1.0 +2 +-3.83808 -2.53283 -0.759779 0.45 0.0 0.0 1.0 +2 +1.33471 0.632077 2.91122 0.45 0.0 0.0 1.0 +2 +-4.43901 -3.11375 -0.0657144 0.45 0.0 0.0 1.0 +2 +-0.23882 6.01926 -1.01106 0.45 0.0 0.0 1.0 +2 +3.25762 -1.25845 3.11466 0.45 0.0 0.0 1.0 +2 +2.88398 -3.10403 2.01681 0.45 0.0 0.0 1.0 +2 +0.573532 -0.886696 -1.88376 0.45 0.0 0.0 1.0 +2 +2.32512 -3.86543 -3.22611 0.45 0.0 0.0 1.0 +2 +-2.5935 -3.19113 2.22178 0.45 0.0 0.0 1.0 +2 +-3.58786 -3.01505 -3.77846 0.45 0.0 0.0 1.0 +2 +-3.92292 -1.59614 -2.41266 0.45 0.0 0.0 1.0 +2 +-3.45033 0.742556 -1.3142 0.45 0.0 0.0 1.0 +2 +-3.29439 3.70342 -2.52601 0.45 0.0 0.0 1.0 +2 +2.07788 -2.8866 -3.59449 0.45 0.0 0.0 1.0 +2 +-2.85712 -4.41536 -2.70227 0.45 0.0 0.0 1.0 +2 +0.410979 -3.38104 -0.972735 0.45 0.0 0.0 1.0 +2 +3.68821 2.31301 3.63655 0.45 0.0 0.0 1.0 +2 +2.27124 -3.69848 -1.29953 0.45 0.0 0.0 1.0 +2 +-4.78348 1.45429 0.400262 0.45 0.0 0.0 1.0 +2 +2.60272 -3.16906 0.872644 0.45 0.0 0.0 1.0 +2 +1.44682 -0.99687 -4.92604 0.45 0.0 0.0 1.0 +2 +-0.0538433 0.767669 -1.06938 0.45 0.0 0.0 1.0 +2 +0.381929 4.64868 3.40584 0.45 0.0 0.0 1.0 +2 +0.705816 1.55064 -5.56685 0.45 0.0 0.0 1.0 +2 +-1.19494 3.58128 4.16586 0.45 0.0 0.0 1.0 +2 +2.81754 -3.21927 0.641879 0.45 0.0 0.0 1.0 +2 +-3.63503 -1.77965 2.78336 0.45 0.0 0.0 1.0 +2 +-3.51778 -3.98054 -2.34177 0.45 0.0 0.0 1.0 +2 +-3.12496 -2.27288 0.80828 0.45 0.0 0.0 1.0 +2 +-0.907346 -1.5451 -0.558368 0.45 0.0 0.0 1.0 +2 +4.44705 1.81814 -1.04822 0.45 0.0 0.0 1.0 +2 +0.444252 -2.48378 4.76754 0.45 0.0 0.0 1.0 +2 +4.71937 0.407318 -2.87641 0.45 0.0 0.0 1.0 +2 +-0.807588 0.133234 5.99372 0.45 0.0 0.0 1.0 +2 +3.94802 1.61277 -3.44917 0.45 0.0 0.0 1.0 +2 +2.68647 2.44002 4.24052 0.45 0.0 0.0 1.0 +2 +0.0345682 -2.14153 0.111183 0.45 0.0 0.0 1.0 +2 +-4.89221 -2.19598 2.9533 0.45 0.0 0.0 1.0 +2 +2.13781 -0.540582 -3.63607 0.45 0.0 0.0 1.0 +2 +3.19033 -3.22094 -2.63605 0.45 0.0 0.0 1.0 +2 +1.30787 -3.82907 0.047847 0.45 0.0 0.0 1.0 +2 +-4.61806 2.5534 -0.805088 0.45 0.0 0.0 1.0 +2 +-0.126737 3.93073 -3.49285 0.45 0.0 0.0 1.0 +2 +0.52878 3.78199 2.77391 0.45 0.0 0.0 1.0 +2 +-2.977 2.9888 -3.26997 0.45 0.0 0.0 1.0 +2 +4.58573 0.0684852 -2.82199 0.45 0.0 0.0 1.0 +2 +5.22886 2.58886 -0.358817 0.45 0.0 0.0 1.0 +2 +-3.41208 -1.65739 -2.03755 0.45 0.0 0.0 1.0 +2 +-1.82277 -2.46142 -4.16857 0.45 0.0 0.0 1.0 +2 +1.15166 1.07795 2.92909 0.45 0.0 0.0 1.0 +2 +-1.78794 -0.159035 -5.38937 0.45 0.0 0.0 1.0 +2 +-3.24786 4.10138 -1.4038 0.45 0.0 0.0 1.0 +2 +4.41954 -1.62497 -3.113 0.45 0.0 0.0 1.0 +2 +0.201493 -0.613544 -1.61502 0.45 0.0 0.0 1.0 +2 +2.81612 -2.23754 -0.705159 0.45 0.0 0.0 1.0 +2 +-2.90552 0.98924 0.768502 0.45 0.0 0.0 1.0 +2 +0.512197 -1.97132 -5.31292 0.45 0.0 0.0 1.0 +2 +-1.06259 -5.32319 0.1048 0.45 0.0 0.0 1.0 +2 +-0.42302 -0.48685 6.13158 0.45 0.0 0.0 1.0 +2 +0.841091 4.64043 1.23589 0.45 0.0 0.0 1.0 +2 +2.32452 -1.40039 -0.242405 0.45 0.0 0.0 1.0 +2 +-4.60497 -0.846913 -3.22659 0.45 0.0 0.0 1.0 +2 +1.69492 -0.00164347 -2.80781 0.45 0.0 0.0 1.0 +2 +2.47802 -2.20275 0.879162 0.45 0.0 0.0 1.0 +2 +-0.676457 -4.39016 -0.96665 0.45 0.0 0.0 1.0 +2 +0.38473 2.10474 1.96965 0.45 0.0 0.0 1.0 +2 +2.0885 1.91943 1.55642 0.45 0.0 0.0 1.0 +2 +4.83886 -1.29044 -1.02593 0.45 0.0 0.0 1.0 +2 +2.87509 -3.61517 -3.09048 0.45 0.0 0.0 1.0 +2 +-2.39572 -4.07633 0.637501 0.45 0.0 0.0 1.0 +2 +-5.18439 0.343892 -1.88117 0.45 0.0 0.0 1.0 +2 +-3.70964 -2.6153 2.67674 0.45 0.0 0.0 1.0 +2 +1.35239 -0.0193845 -3.21243 0.45 0.0 0.0 1.0 +2 +3.97669 -0.257465 2.82628 0.45 0.0 0.0 1.0 +2 +-5.08489 -2.32085 1.06482 0.45 0.0 0.0 1.0 +2 +-1.35998 -3.47427 -4.71812 0.45 0.0 0.0 1.0 +2 +3.94804 1.95098 -1.63631 0.45 0.0 0.0 1.0 +2 +4.887 1.39015 1.90686 0.45 0.0 0.0 1.0 +2 +1.34055 -0.443943 -4.73469 0.45 0.0 0.0 1.0 +2 +2.55473 -3.32482 0.986603 0.45 0.0 0.0 1.0 +2 +-3.85711 0.263356 -3.07888 0.45 0.0 0.0 1.0 +2 +2.90357 3.52216 3.10526 0.45 0.0 0.0 1.0 +2 +-3.5596 0.330939 3.7456 0.45 0.0 0.0 1.0 +2 +-1.82966 5.83697 -0.324973 0.45 0.0 0.0 1.0 +2 +-2.73296 -2.04165 3.83584 0.45 0.0 0.0 1.0 +2 +2.08252 0.689373 -1.85145 0.45 0.0 0.0 1.0 +2 +-0.551859 5.34766 1.77882 0.45 0.0 0.0 1.0 +2 +-2.39796 -4.57674 2.1366 0.45 0.0 0.0 1.0 +2 +3.91827 -2.04692 2.00199 0.45 0.0 0.0 1.0 +2 +-0.384438 2.80415 -4.93069 0.45 0.0 0.0 1.0 +2 +-1.00783 -3.02678 -2.31866 0.45 0.0 0.0 1.0 +2 +0.653448 2.29337 -3.95426 0.45 0.0 0.0 1.0 +2 +-2.74137 5.41257 0.915894 0.45 0.0 0.0 1.0 +2 +-0.328529 -0.473508 -5.36384 0.45 0.0 0.0 1.0 +2 +4.98349 -2.17165 2.50988 0.45 0.0 0.0 1.0 +2 +-0.252583 -1.95843 0.518831 0.45 0.0 0.0 1.0 +2 +-2.13247 3.50334 -3.09894 0.45 0.0 0.0 1.0 +2 +0.729416 1.17122 -5.20342 0.45 0.0 0.0 1.0 +2 +1.66311 -1.15975 -0.544199 0.45 0.0 0.0 1.0 +2 +-2.37949 -4.36489 1.97177 0.45 0.0 0.0 1.0 +2 +0.494617 0.333297 6.1562 0.45 0.0 0.0 1.0 +2 +5.16955 -1.74649 1.70683 0.45 0.0 0.0 1.0 +2 +1.69534 -5.36527 -0.016226 0.45 0.0 0.0 1.0 +2 +-4.67413 3.11094 2.50576 0.45 0.0 0.0 1.0 +2 +1.89397 -4.44848 -0.904764 0.45 0.0 0.0 1.0 +2 +4.6317 3.35223 0.703722 0.45 0.0 0.0 1.0 +2 +3.57225 1.27931 0.0810873 0.45 0.0 0.0 1.0 +2 +-4.90409 -3.19344 0.525949 0.45 0.0 0.0 1.0 +2 +-0.390005 -3.92014 -4.53364 0.45 0.0 0.0 1.0 +2 +2.79506 3.5805 3.45907 0.45 0.0 0.0 1.0 +2 +-0.19294 -4.50771 -3.81622 0.45 0.0 0.0 1.0 +2 +-0.460806 -2.79927 0.0179987 0.45 0.0 0.0 1.0 +2 +0.344341 5.68035 -2.33694 0.45 0.0 0.0 1.0 +2 +3.55905 2.71487 -4.14267 0.45 0.0 0.0 1.0 +2 +2.32243 0.62501 -4.19067 0.45 0.0 0.0 1.0 +2 +2.08628 1.8148 4.89206 0.45 0.0 0.0 1.0 +2 +-0.360125 2.00038 -2.61105 0.45 0.0 0.0 1.0 +2 +-0.280592 -1.24964 2.36153 0.45 0.0 0.0 1.0 +2 +0.27409 3.62461 0.361121 0.45 0.0 0.0 1.0 +2 +2.32976 -0.193819 5.52343 0.45 0.0 0.0 1.0 +2 +-4.37693 -1.91631 1.18868 0.45 0.0 0.0 1.0 +2 +2.80419 -4.25059 -0.076992 0.45 0.0 0.0 1.0 +2 +-0.152875 -1.11566 -3.88034 0.45 0.0 0.0 1.0 +2 +-1.60703 0.768546 1.25609 0.45 0.0 0.0 1.0 +2 +0.970838 1.65934 -2.51007 0.45 0.0 0.0 1.0 +2 +-2.84001 -2.34699 -3.91719 0.45 0.0 0.0 1.0 +2 +3.63474 -2.96329 -2.32755 0.45 0.0 0.0 1.0 +2 +2.08029 0.430646 4.58011 0.45 0.0 0.0 1.0 +2 +-1.01357 -0.282258 -4.42697 0.45 0.0 0.0 1.0 +2 +0.685192 2.32102 1.68627 0.45 0.0 0.0 1.0 +2 +-0.755532 -5.85018 1.57759 0.45 0.0 0.0 1.0 +2 +0.777291 -0.652542 0.521987 0.45 0.0 0.0 1.0 +2 +-1.28659 1.74682 3.89371 0.45 0.0 0.0 1.0 +2 +-1.74006 -1.88541 -0.502652 0.45 0.0 0.0 1.0 +2 +1.10885 1.04366 -2.78897 0.45 0.0 0.0 1.0 +2 +3.69471 -0.138762 0.338324 0.45 0.0 0.0 1.0 +2 +5.61324 -1.25277 -0.583208 0.45 0.0 0.0 1.0 +2 +-0.442027 2.65764 1.65423 0.45 0.0 0.0 1.0 +2 +-0.100898 3.96182 -2.19665 0.45 0.0 0.0 1.0 +2 +4.16787 -0.585641 -4.10573 0.45 0.0 0.0 1.0 +2 +-4.02777 -2.1003 -1.784 0.45 0.0 0.0 1.0 +2 +4.09783 0.88429 -1.33881 0.45 0.0 0.0 1.0 +2 +-0.92702 2.77152 5.07396 0.45 0.0 0.0 1.0 +2 +-2.60366 -0.205696 4.41732 0.45 0.0 0.0 1.0 +2 +-1.71737 -5.06571 -2.43829 0.45 0.0 0.0 1.0 +2 +0.0707723 -1.6037 -5.44062 0.45 0.0 0.0 1.0 +2 +-0.770007 -0.998159 -1.77855 0.45 0.0 0.0 1.0 +2 +1.83574 -2.93453 -2.7768 0.45 0.0 0.0 1.0 +2 +-2.00773 3.11517 -0.921941 0.45 0.0 0.0 1.0 +2 +1.29051 2.11891 4.4369 0.45 0.0 0.0 1.0 +2 +2.07617 5.67017 0.227064 0.45 0.0 0.0 1.0 +2 +-5.08915 0.527048 -0.505607 0.45 0.0 0.0 1.0 +2 +1.05949 2.73161 4.17831 0.45 0.0 0.0 1.0 +2 +1.15031 3.1513 -1.54682 0.45 0.0 0.0 1.0 +2 +-5.01547 -1.70599 0.0163574 0.45 0.0 0.0 1.0 +2 +1.96493 -2.84418 2.08736 0.45 0.0 0.0 1.0 +2 +4.44117 2.16803 -1.33759 0.45 0.0 0.0 1.0 +2 +0.688768 0.386278 3.30081 0.45 0.0 0.0 1.0 +2 +-3.70968 -3.34541 2.27191 0.45 0.0 0.0 1.0 +2 +-3.8357 0.289875 -4.02388 0.45 0.0 0.0 1.0 +2 +1.22157 -2.67368 1.71372 0.45 0.0 0.0 1.0 +2 +0.0958321 -2.26184 0.408655 0.45 0.0 0.0 1.0 +2 +4.54352 -2.12906 -1.35689 0.45 0.0 0.0 1.0 +2 +-1.11816 3.66464 3.15793 0.45 0.0 0.0 1.0 +2 +-1.787 3.24932 -4.32601 0.45 0.0 0.0 1.0 +2 +0.980365 0.493318 3.30601 0.45 0.0 0.0 1.0 +2 +-3.25902 2.59237 -3.37537 0.45 0.0 0.0 1.0 +2 +-2.13403 1.94887 0.076519 0.45 0.0 0.0 1.0 +2 +-4.27394 4.43954 -0.329398 0.45 0.0 0.0 1.0 +2 +-2.67159 -0.38509 4.2572 0.45 0.0 0.0 1.0 +2 +4.46331 2.11568 -0.18431 0.45 0.0 0.0 1.0 +2 +4.06028 2.61975 -2.29387 0.45 0.0 0.0 1.0 +2 +-3.29608 0.115155 -0.0822281 0.45 0.0 0.0 1.0 +2 +2.57714 1.16478 -1.82986 0.45 0.0 0.0 1.0 +2 +-2.8658 -1.49036 1.21913 0.45 0.0 0.0 1.0 +2 +-1.44037 -2.22405 2.73428 0.45 0.0 0.0 1.0 +2 +-0.485073 -1.22015 1.78322 0.45 0.0 0.0 1.0 +2 +-1.88999 -3.05313 1.4822 0.45 0.0 0.0 1.0 +2 +-1.90915 -2.57622 1.89178 0.45 0.0 0.0 1.0 +2 +3.79353 -1.7009 -1.25938 0.45 0.0 0.0 1.0 +2 +-0.11066 1.18453 -4.90571 0.45 0.0 0.0 1.0 +2 +-1.25349 -0.23178 0.270767 0.45 0.0 0.0 1.0 +2 +-2.59266 -1.42865 -3.73114 0.45 0.0 0.0 1.0 +2 +-4.19535 -2.24767 2.75199 0.45 0.0 0.0 1.0 +2 +4.12583 -0.0310321 -0.462827 0.45 0.0 0.0 1.0 +2 +0.453883 -1.89808 -2.54676 0.45 0.0 0.0 1.0 +2 +0.869804 3.34377 -4.97364 0.45 0.0 0.0 1.0 +2 +-0.0861741 3.29284 -4.84084 0.45 0.0 0.0 1.0 +2 +-1.01931 2.45838 2.62715 0.45 0.0 0.0 1.0 +2 +-2.06487 -1.94423 3.47207 0.45 0.0 0.0 1.0 +2 +-0.252767 -5.06268 -1.1133 0.45 0.0 0.0 1.0 +2 +-1.46925 -3.76801 -3.54327 0.45 0.0 0.0 1.0 +2 +1.89285 1.55167 -0.56486 0.45 0.0 0.0 1.0 +2 +-2.23678 -0.340849 3.3921 0.45 0.0 0.0 1.0 +2 +0.865191 0.254867 3.12884 0.45 0.0 0.0 1.0 +2 +0.381277 6.09911 0.950955 0.45 0.0 0.0 1.0 +2 +2.47019 2.62223 2.04255 0.45 0.0 0.0 1.0 +2 +-1.04757 -1.02307 1.36597 0.45 0.0 0.0 1.0 +2 +4.85202 -3.42523 0.6716 0.45 0.0 0.0 1.0 +2 +-4.22041 -1.56371 -3.23311 0.45 0.0 0.0 1.0 +2 +-1.04971 0.224446 0.529128 0.45 0.0 0.0 1.0 +2 +-2.77735 -3.81821 -3.59615 0.45 0.0 0.0 1.0 +2 +4.48853 4.06231 -0.524066 0.45 0.0 0.0 1.0 +2 +1.0062 0.430016 -6.00244 0.45 0.0 0.0 1.0 +2 +-1.53183 -0.892499 -0.148517 0.45 0.0 0.0 1.0 +2 +0.901992 -1.58739 -4.22099 0.45 0.0 0.0 1.0 +2 +3.65332 -0.932235 1.97987 0.45 0.0 0.0 1.0 +2 +0.064567 5.76832 -0.265673 0.45 0.0 0.0 1.0 +2 +1.3511 3.09131 -4.98124 0.45 0.0 0.0 1.0 +2 +2.72149 -4.59541 -1.3673 0.45 0.0 0.0 1.0 +2 +-2.43842 -2.18704 4.39322 0.45 0.0 0.0 1.0 +2 +2.81065 5.02571 0.195342 0.45 0.0 0.0 1.0 +2 +0.511318 -4.33205 -4.37632 0.45 0.0 0.0 1.0 +2 +-3.98353 -2.90771 1.27972 0.45 0.0 0.0 1.0 +2 +-1.04125 5.92851 -0.175429 0.45 0.0 0.0 1.0 +2 +4.44121 2.86134 0.893285 0.45 0.0 0.0 1.0 +2 +0.961728 -2.56731 2.78064 0.45 0.0 0.0 1.0 +2 +-0.388018 4.67441 1.62986 0.45 0.0 0.0 1.0 +2 +0.886511 -1.22126 -4.60616 0.45 0.0 0.0 1.0 +2 +3.97228 0.0589908 -1.10317 0.45 0.0 0.0 1.0 +2 +-4.96158 -1.77331 -2.43417 0.45 0.0 0.0 1.0 +2 +-5.13719 -0.355125 -0.815882 0.45 0.0 0.0 1.0 +2 +-2.78848 -4.66926 -1.84496 0.45 0.0 0.0 1.0 +2 +-3.07073 3.38181 1.56844 0.45 0.0 0.0 1.0 +2 +-5.03024 -1.84685 2.34847 0.45 0.0 0.0 1.0 +2 +4.11389 -2.14215 1.98711 0.45 0.0 0.0 1.0 +2 +-2.31848 3.79217 0.152711 0.45 0.0 0.0 1.0 +2 +-1.64116 -2.19095 0.759659 0.45 0.0 0.0 1.0 +2 +0.768548 1.29212 4.37504 0.45 0.0 0.0 1.0 +2 +0.261022 -5.08233 3.49171 0.45 0.0 0.0 1.0 +2 +0.0344093 -4.81154 1.41937 0.45 0.0 0.0 1.0 +2 +-3.31438 2.76159 -0.583267 0.45 0.0 0.0 1.0 +2 +0.529489 3.30006 4.70645 0.45 0.0 0.0 1.0 +2 +1.70879 -2.60283 1.39355 0.45 0.0 0.0 1.0 +2 +0.556377 -3.85356 -2.14718 0.45 0.0 0.0 1.0 +2 +4.30291 -1.46809 3.3442 0.45 0.0 0.0 1.0 +2 +2.20238 5.25089 0.710713 0.45 0.0 0.0 1.0 +2 +3.73522 -1.55531 1.45284 0.45 0.0 0.0 1.0 +2 +2.63966 -2.70865 -2.91504 0.45 0.0 0.0 1.0 +2 +2.76854 4.62707 0.0359124 0.45 0.0 0.0 1.0 +2 +3.28728 0.982292 -4.34269 0.45 0.0 0.0 1.0 +2 +2.77189 -1.20271 -3.00585 0.45 0.0 0.0 1.0 +2 +2.056 1.60437 4.23285 0.45 0.0 0.0 1.0 +2 +-0.336754 -2.22971 -5.50479 0.45 0.0 0.0 1.0 +2 +-1.17217 1.72049 -4.38268 0.45 0.0 0.0 1.0 +2 +0.795876 1.53592 -4.81389 0.45 0.0 0.0 1.0 +2 +-0.879175 0.458172 -4.25688 0.45 0.0 0.0 1.0 +2 +-2.98367 2.63889 -3.19511 0.45 0.0 0.0 1.0 +2 +-2.69324 -4.44124 -3.31733 0.45 0.0 0.0 1.0 +2 +-1.22911 0.0277178 -5.61335 0.45 0.0 0.0 1.0 +2 +-5.98014 0.951545 -0.0146628 0.45 0.0 0.0 1.0 +2 +1.7017 2.27379 2.00989 0.45 0.0 0.0 1.0 +2 +-1.07054 -2.32373 2.37964 0.45 0.0 0.0 1.0 +2 +1.96585 0.14858 3.37736 0.45 0.0 0.0 1.0 +2 +-0.357905 2.0919 -2.93924 0.45 0.0 0.0 1.0 +2 +-3.51182 -3.09607 -0.707951 0.45 0.0 0.0 1.0 +2 +-0.207475 -0.670496 -3.46792 0.45 0.0 0.0 1.0 +2 +2.75403 -3.6489 0.797942 0.45 0.0 0.0 1.0 +2 +4.29836 -3.44673 -0.92224 0.45 0.0 0.0 1.0 +2 +1.99656 -4.83314 -1.90968 0.45 0.0 0.0 1.0 +2 +-4.85666 -0.0884952 1.50253 0.45 0.0 0.0 1.0 +2 +-1.40573 -3.10136 -2.66036 0.45 0.0 0.0 1.0 +2 +2.97794 0.390428 -1.39048 0.45 0.0 0.0 1.0 +2 +-1.89442 -3.10207 -2.15813 0.45 0.0 0.0 1.0 +2 +-4.15997 -3.04498 1.88519 0.45 0.0 0.0 1.0 +2 +3.37456 3.72281 0.653257 0.45 0.0 0.0 1.0 +2 +-0.908177 -3.1157 4.38548 0.45 0.0 0.0 1.0 +2 +-4.0102 -4.63 0.337607 0.45 0.0 0.0 1.0 +2 +-3.90898 -3.1092 1.94322 0.45 0.0 0.0 1.0 +2 +4.52129 -3.56995 0.118806 0.45 0.0 0.0 1.0 +2 +-0.750759 -0.0791275 -2.34641 0.45 0.0 0.0 1.0 +2 +5.73658 -0.258269 1.72973 0.45 0.0 0.0 1.0 +2 +-4.6471 -1.74077 -1.43464 0.45 0.0 0.0 1.0 +2 +4.00199 3.10199 0.933387 0.45 0.0 0.0 1.0 +2 +2.68558 -0.162488 -1.38733 0.45 0.0 0.0 1.0 +2 +-1.66232 1.90946 -4.65351 0.45 0.0 0.0 1.0 +2 +2.11601 5.21106 1.15283 0.45 0.0 0.0 1.0 +2 +-3.5833 -0.85619 2.15219 0.45 0.0 0.0 1.0 +2 +5.64583 0.643104 2.13979 0.45 0.0 0.0 1.0 +2 +-4.51404 1.4151 -0.683012 0.45 0.0 0.0 1.0 +2 +4.11409 1.17543 3.47682 0.45 0.0 0.0 1.0 +2 +-2.1429 1.85817 1.90007 0.45 0.0 0.0 1.0 +2 +-1.20414 -2.21308 1.04971 0.45 0.0 0.0 1.0 +2 +-0.32883 -5.53067 -0.643524 0.45 0.0 0.0 1.0 +2 +-0.350437 3.53311 1.09268 0.45 0.0 0.0 1.0 +2 +3.96631 -1.15154 0.936813 0.45 0.0 0.0 1.0 +2 +0.514676 2.46822 -5.65257 0.45 0.0 0.0 1.0 +2 +2.67007 -0.212151 -4.80985 0.45 0.0 0.0 1.0 +2 +4.93491 0.17483 -2.09754 0.45 0.0 0.0 1.0 +2 +-0.416605 -4.33417 -2.8874 0.45 0.0 0.0 1.0 +2 +-1.69466 4.27548 -3.34349 0.45 0.0 0.0 1.0 +2 +0.364714 0.67827 -2.35439 0.45 0.0 0.0 1.0 +2 +-2.01403 -3.49665 3.73015 0.45 0.0 0.0 1.0 +2 +2.73073 1.88517 -3.49251 0.45 0.0 0.0 1.0 +2 +-1.66344 -4.49361 -2.70102 0.45 0.0 0.0 1.0 +2 +1.17026 3.5047 -4.96595 0.45 0.0 0.0 1.0 +2 +-0.777338 -0.142236 3.98429 0.45 0.0 0.0 1.0 +2 +3.3163 4.78504 -0.149174 0.45 0.0 0.0 1.0 +2 +-0.958338 -2.49352 2.21416 0.45 0.0 0.0 1.0 +2 +2.24112 -1.15811 2.1852 0.45 0.0 0.0 1.0 +2 +1.97904 -1.54022 -5.43309 0.45 0.0 0.0 1.0 +2 +1.62028 -1.30445 -0.78413 0.45 0.0 0.0 1.0 +2 +1.18953 4.79554 2.63237 0.45 0.0 0.0 1.0 +2 +-1.15913 -2.43236 0.41846 0.45 0.0 0.0 1.0 +2 +-1.71794 -2.35218 -4.35287 0.45 0.0 0.0 1.0 +2 +-1.18717 -2.32376 1.82607 0.45 0.0 0.0 1.0 +2 +-4.23072 -1.19449 -1.3183 0.45 0.0 0.0 1.0 +2 +2.23148 -1.82907 3.41785 0.45 0.0 0.0 1.0 +2 +-3.1364 3.84314 0.803813 0.45 0.0 0.0 1.0 +2 +-1.54404 4.76212 -0.715935 0.45 0.0 0.0 1.0 +2 +2.49396 5.13722 0.897148 0.45 0.0 0.0 1.0 +2 +3.67786 2.08029 0.554451 0.45 0.0 0.0 1.0 +2 +0.990514 -2.63495 -4.99485 0.45 0.0 0.0 1.0 +2 +-2.57774 1.13238 -0.507002 0.45 0.0 0.0 1.0 +2 +2.42807 1.96209 -0.986167 0.45 0.0 0.0 1.0 +2 +-0.44901 -3.0485 4.75725 0.45 0.0 0.0 1.0 +2 +1.8161 1.88012 -1.39616 0.45 0.0 0.0 1.0 +2 +4.55917 0.296876 1.9757 0.45 0.0 0.0 1.0 +2 +4.41133 -3.0317 1.76468 0.45 0.0 0.0 1.0 +2 +-4.92471 -2.43161 0.641001 0.45 0.0 0.0 1.0 +2 +2.72563 2.93583 -0.233197 0.45 0.0 0.0 1.0 +2 +1.2658 -3.68316 -4.28138 0.45 0.0 0.0 1.0 +2 +2.78533 1.4537 2.87958 0.45 0.0 0.0 1.0 +2 +-1.65004 -2.51439 -1.09024 0.45 0.0 0.0 1.0 +2 +1.53117 2.27767 5.2198 0.45 0.0 0.0 1.0 +2 +-0.776878 -4.81965 1.53452 0.45 0.0 0.0 1.0 +2 +-3.50181 3.87252 -1.75713 0.45 0.0 0.0 1.0 +2 +-3.33913 -3.82623 -1.90426 0.45 0.0 0.0 1.0 +2 +3.50001 2.99137 2.72757 0.45 0.0 0.0 1.0 +2 +-1.66199 -4.95847 0.825261 0.45 0.0 0.0 1.0 +2 +-0.877038 -0.857219 -2.73658 0.45 0.0 0.0 1.0 +2 +-0.943537 -1.86784 -2.99419 0.45 0.0 0.0 1.0 +2 +-0.561743 0.515699 -5.14363 0.45 0.0 0.0 1.0 +2 +4.67369 1.84641 2.71628 0.45 0.0 0.0 1.0 +2 +5.65233 -1.75983 0.870205 0.45 0.0 0.0 1.0 +2 +-2.33291 -3.14768 0.418024 0.45 0.0 0.0 1.0 +2 +0.270981 1.00603 -2.39681 0.45 0.0 0.0 1.0 +2 +2.33398 -3.79164 -3.6548 0.45 0.0 0.0 1.0 +2 +5.24936 -0.17424 -0.397115 0.45 0.0 0.0 1.0 +2 +0.655853 5.49972 1.53852 0.45 0.0 0.0 1.0 +2 +1.69218 3.58527 -3.26515 0.45 0.0 0.0 1.0 +2 +0.451216 2.90164 -4.15827 0.45 0.0 0.0 1.0 +2 +2.0194 -5.5322 -1.54877 0.45 0.0 0.0 1.0 +2 +-0.292227 1.72437 -1.36192 0.45 0.0 0.0 1.0 +2 +1.16326 -2.48721 -3.29855 0.45 0.0 0.0 1.0 +2 +-1.66463 0.294316 -3.82201 0.45 0.0 0.0 1.0 +2 +-5.33667 -3.10713 -0.448443 0.45 0.0 0.0 1.0 +2 +-3.88204 3.04229 2.44698 0.45 0.0 0.0 1.0 +2 +-2.86857 1.58434 2.47604 0.45 0.0 0.0 1.0 +2 +3.38236 -1.59875 3.4074 0.45 0.0 0.0 1.0 +2 +-2.59188 -0.735552 -5.03963 0.45 0.0 0.0 1.0 +2 +1.63126 -2.89348 4.74663 0.45 0.0 0.0 1.0 +2 +-0.544207 -2.51408 4.1789 0.45 0.0 0.0 1.0 +2 +0.232692 2.64052 -0.586406 0.45 0.0 0.0 1.0 +2 +1.08686 3.74222 4.34319 0.45 0.0 0.0 1.0 +2 +-5.80305 -0.304224 -1.40555 0.45 0.0 0.0 1.0 +2 +-0.0841116 0.735327 1.25285 0.45 0.0 0.0 1.0 +2 +1.95856 1.698 2.22804 0.45 0.0 0.0 1.0 +2 +2.32183 2.88196 0.21389 0.45 0.0 0.0 1.0 +2 +2.07479 -5.11793 0.753061 0.45 0.0 0.0 1.0 +2 +-1.94707 5.25026 2.48226 0.45 0.0 0.0 1.0 +2 +-3.73175 -2.08017 1.59645 0.45 0.0 0.0 1.0 +2 +-5.77123 0.913991 1.56524 0.45 0.0 0.0 1.0 +2 +-1.81816 0.658458 -0.353452 0.45 0.0 0.0 1.0 +2 +2.48671 -5.03589 2.35167 0.45 0.0 0.0 1.0 +2 +3.36723 4.64709 1.48559 0.45 0.0 0.0 1.0 +2 +-1.82413 -0.462064 0.88665 0.45 0.0 0.0 1.0 +2 +1.00881 -5.30605 2.81891 0.45 0.0 0.0 1.0 +2 +-3.16244 0.455444 -0.470809 0.45 0.0 0.0 1.0 +2 +2.78276 -4.5856 2.16389 0.45 0.0 0.0 1.0 +2 +3.48886 1.77308 -1.42592 0.45 0.0 0.0 1.0 +2 +1.59754 1.13904 -0.197589 0.45 0.0 0.0 1.0 +2 +4.19866 -4.25056 0.333652 0.45 0.0 0.0 1.0 +2 +-0.284777 2.85243 0.0723886 0.45 0.0 0.0 1.0 +2 +0.748457 -1.38366 -4.47982 0.45 0.0 0.0 1.0 +2 +5.79354 1.81961 -1.02388 0.45 0.0 0.0 1.0 +2 +0.0918138 4.64531 -3.57251 0.45 0.0 0.0 1.0 +2 +-0.764769 0.192972 5.04798 0.45 0.0 0.0 1.0 +2 +2.28089 -2.75331 3.20872 0.45 0.0 0.0 1.0 +2 +-0.82001 2.27888 0.698609 0.45 0.0 0.0 1.0 +2 +4.49182 -2.60799 1.50747 0.45 0.0 0.0 1.0 +2 +0.249075 5.0347 2.31129 0.45 0.0 0.0 1.0 +2 +-0.566766 2.94394 -0.313584 0.45 0.0 0.0 1.0 +2 +2.57642 1.49261 -0.666477 0.45 0.0 0.0 1.0 +2 +2.05097 4.0231 -1.98808 0.45 0.0 0.0 1.0 +2 +-1.50878 1.91848 -1.92204 0.45 0.0 0.0 1.0 +2 +-0.367432 3.25626 0.721874 0.45 0.0 0.0 1.0 +2 +-1.52504 1.60947 3.15131 0.45 0.0 0.0 1.0 +2 +-1.47467 4.41247 3.63452 0.45 0.0 0.0 1.0 +2 +3.45186 0.27232 -1.30901 0.45 0.0 0.0 1.0 +2 +-2.85337 -3.48269 2.7694 0.45 0.0 0.0 1.0 +2 +-5.72994 0.080425 -0.661642 0.45 0.0 0.0 1.0 +2 +-3.52803 -2.52097 0.0423116 0.45 0.0 0.0 1.0 +2 +2.89792 -4.56126 1.83456 0.45 0.0 0.0 1.0 +2 +2.0074 3.78131 3.78204 0.45 0.0 0.0 1.0 +2 +-2.95745 -3.45979 2.96281 0.45 0.0 0.0 1.0 +2 +-0.411701 3.64595 -0.797974 0.45 0.0 0.0 1.0 +2 +0.436949 -1.14361 -2.13781 0.45 0.0 0.0 1.0 +2 +0.594085 -2.84881 -1.23701 0.45 0.0 0.0 1.0 +2 +3.67252 -0.855368 3.55549 0.45 0.0 0.0 1.0 +2 +4.92179 2.93291 0.436482 0.45 0.0 0.0 1.0 +2 +2.11573 0.562986 -4.44078 0.45 0.0 0.0 1.0 +2 +-1.55806 4.83749 0.530055 0.45 0.0 0.0 1.0 +2 +0.398928 4.99564 3.40795 0.45 0.0 0.0 1.0 +2 +3.34942 3.13454 2.01186 0.45 0.0 0.0 1.0 +2 +2.72373 -4.13102 -0.39144 0.45 0.0 0.0 1.0 +2 +-3.22311 -1.77141 4.77008 0.45 0.0 0.0 1.0 +2 +-1.09992 0.0843739 3.67251 0.45 0.0 0.0 1.0 +2 +-0.925864 -2.60378 -2.14356 0.45 0.0 0.0 1.0 +2 +3.18111 3.05418 3.85887 0.45 0.0 0.0 1.0 +2 +4.56228 2.94322 0.0165789 0.45 0.0 0.0 1.0 +2 +3.79269 -3.55611 -2.98129 0.45 0.0 0.0 1.0 +2 +0.373912 -6.0142 -0.777473 0.45 0.0 0.0 1.0 +2 +-2.41122 -3.99957 0.468102 0.45 0.0 0.0 1.0 +2 +1.10596 2.20205 -0.269637 0.45 0.0 0.0 1.0 +2 +-3.23309 4.0896 -0.974156 0.45 0.0 0.0 1.0 +2 +4.60848 -2.30228 3.06549 0.45 0.0 0.0 1.0 +2 +-1.69652 -2.06261 -1.13076 0.45 0.0 0.0 1.0 +2 +-2.44789 -0.0924371 -2.71481 0.45 0.0 0.0 1.0 +2 +5.09739 1.45297 3.06098 0.45 0.0 0.0 1.0 +2 +3.65195 0.809611 -3.36464 0.45 0.0 0.0 1.0 +2 +-4.28596 0.893162 -1.10586 0.45 0.0 0.0 1.0 +2 +-0.509273 1.48876 -3.37262 0.45 0.0 0.0 1.0 +2 +3.94704 -2.36023 -3.17553 0.45 0.0 0.0 1.0 +2 +-2.20956 -1.92975 -1.38258 0.45 0.0 0.0 1.0 +2 +1.36841 -3.68903 -3.68689 0.45 0.0 0.0 1.0 +2 +-4.9513 -2.71961 -0.98761 0.45 0.0 0.0 1.0 +2 +1.82321 -2.61255 -0.766651 0.45 0.0 0.0 1.0 +2 +0.828518 4.23579 -0.442175 0.45 0.0 0.0 1.0 +2 +0.161342 -5.46066 -2.71413 0.45 0.0 0.0 1.0 +2 +4.25665 2.67968 -0.135168 0.45 0.0 0.0 1.0 +2 +-1.28627 -5.34978 -0.199413 0.45 0.0 0.0 1.0 +2 +-1.63985 -4.99169 0.898436 0.45 0.0 0.0 1.0 +2 +-1.82716 -1.7619 3.27391 0.45 0.0 0.0 1.0 +2 +-0.434711 1.53779 1.85037 0.45 0.0 0.0 1.0 +2 +-1.30724 2.05121 -4.36001 0.45 0.0 0.0 1.0 +2 +-2.90693 2.02166 -4.76311 0.45 0.0 0.0 1.0 +2 +-3.39402 4.06006 -1.16955 0.45 0.0 0.0 1.0 +2 +-3.91478 -1.31541 1.24331 0.45 0.0 0.0 1.0 +2 +2.91891 0.88152 1.73919 0.45 0.0 0.0 1.0 +2 +-0.289563 -3.12914 1.83851 0.45 0.0 0.0 1.0 +2 +-3.59217 -1.07039 0.0542966 0.45 0.0 0.0 1.0 +2 +1.58551 -2.52668 3.24506 0.45 0.0 0.0 1.0 +2 +-1.56638 1.58097 -4.45415 0.45 0.0 0.0 1.0 +2 +2.954 -4.96897 -1.93774 0.45 0.0 0.0 1.0 +2 +2.62426 -1.01388 -5.39011 0.45 0.0 0.0 1.0 +2 +4.47791 -0.639423 -2.30543 0.45 0.0 0.0 1.0 +2 +-1.3826 0.988647 3.20568 0.45 0.0 0.0 1.0 +2 +2.60504 -1.46915 -2.03717 0.45 0.0 0.0 1.0 +2 +0.458815 -5.85402 -0.975038 0.45 0.0 0.0 1.0 +2 +2.1925 0.557398 0.896066 0.45 0.0 0.0 1.0 +2 +-1.93411 -0.193854 4.93218 0.45 0.0 0.0 1.0 +2 +2.16788 -3.84029 -2.47442 0.45 0.0 0.0 1.0 +2 +0.738956 0.217663 -1.81069 0.45 0.0 0.0 1.0 +2 +-1.9031 -0.177841 1.11436 0.45 0.0 0.0 1.0 +2 +3.93687 0.349044 -2.13967 0.45 0.0 0.0 1.0 +2 +2.47834 3.12455 -4.60882 0.45 0.0 0.0 1.0 +2 +3.34645 2.80387 2.8937 0.45 0.0 0.0 1.0 +2 +-1.13211 5.04331 -1.79719 0.45 0.0 0.0 1.0 +2 +-5.24418 0.514467 -1.03492 0.45 0.0 0.0 1.0 +2 +0.69011 -1.87866 1.27475 0.45 0.0 0.0 1.0 +2 +-2.22877 -2.17567 -3.04863 0.45 0.0 0.0 1.0 +2 +2.6047 5.2273 1.2219 0.45 0.0 0.0 1.0 +2 +-4.77232 2.96475 2.03767 0.45 0.0 0.0 1.0 +2 +3.72053 -0.335967 -1.40941 0.45 0.0 0.0 1.0 +2 +-2.91125 3.92068 1.26867 0.45 0.0 0.0 1.0 +2 +-4.36106 4.30223 -0.405197 0.45 0.0 0.0 1.0 +2 +1.29487 0.924752 -3.66928 0.45 0.0 0.0 1.0 +2 +-3.47531 2.6836 3.72066 0.45 0.0 0.0 1.0 +2 +2.73425 -1.08536 -3.28723 0.45 0.0 0.0 1.0 +2 +-0.103909 2.98824 -0.219213 0.45 0.0 0.0 1.0 +2 +3.15364 0.531987 -4.35503 0.45 0.0 0.0 1.0 +2 +0.14231 -2.74527 1.92165 0.45 0.0 0.0 1.0 +2 +1.71514 4.81028 2.32248 0.45 0.0 0.0 1.0 +2 +1.49126 1.37522 -0.952458 0.45 0.0 0.0 1.0 +2 +-2.92683 2.61569 3.795 0.45 0.0 0.0 1.0 +2 +-1.90756 -0.723455 -0.240437 0.45 0.0 0.0 1.0 +2 +-3.08819 -4.76951 0.491309 0.45 0.0 0.0 1.0 +2 +3.8739 -3.40673 1.52025 0.45 0.0 0.0 1.0 +2 +-1.46146 3.17568 -1.34956 0.45 0.0 0.0 1.0 +2 +-4.57023 -0.0229001 -0.264046 0.45 0.0 0.0 1.0 +2 +-2.99411 0.764474 -5.15293 0.45 0.0 0.0 1.0 +2 +-0.11301 -1.09101 1.03131 0.45 0.0 0.0 1.0 +2 +0.610943 -4.8923 -3.68242 0.45 0.0 0.0 1.0 +2 +-0.805307 1.25083 5.16685 0.45 0.0 0.0 1.0 +2 +0.708834 2.63539 0.0335099 0.45 0.0 0.0 1.0 +2 +4.88616 -0.381745 -1.55919 0.45 0.0 0.0 1.0 +2 +-3.56558 -0.844251 4.2937 0.45 0.0 0.0 1.0 +2 +-0.0791441 -2.6248 4.26214 0.45 0.0 0.0 1.0 +2 +-4.2342 2.35097 -3.56771 0.45 0.0 0.0 1.0 +2 +2.82797 -1.52041 4.82898 0.45 0.0 0.0 1.0 +2 +-1.66767 -1.05834 4.06706 0.45 0.0 0.0 1.0 +2 +-4.6676 1.1841 0.364893 0.45 0.0 0.0 1.0 +2 +3.70057 -0.944256 -1.54729 0.45 0.0 0.0 1.0 +2 +-0.160007 3.09008 -0.715334 0.45 0.0 0.0 1.0 +2 +-0.225178 -0.434728 1.25037 0.45 0.0 0.0 1.0 +2 +-2.51507 -0.0686127 0.678372 0.45 0.0 0.0 1.0 +2 +-0.640928 -2.78605 -1.07615 0.45 0.0 0.0 1.0 +2 +-0.831234 -0.256397 -4.03827 0.45 0.0 0.0 1.0 +2 +0.520912 -4.3746 0.102389 0.45 0.0 0.0 1.0 +2 +-3.72414 1.70179 3.76634 0.45 0.0 0.0 1.0 +2 +0.363995 1.01203 -0.895652 0.45 0.0 0.0 1.0 +2 +-3.51992 -2.74264 -3.45456 0.45 0.0 0.0 1.0 +2 +0.819588 3.03562 1.9922 0.45 0.0 0.0 1.0 +2 +-3.66942 3.34325 -1.4162 0.45 0.0 0.0 1.0 +2 +2.2995 -0.222861 1.2983 0.45 0.0 0.0 1.0 +2 +-3.46608 -3.50404 3.62214 0.45 0.0 0.0 1.0 +2 +0.435918 -6.07617 -0.0827898 0.45 0.0 0.0 1.0 +2 +-1.86237 1.95633 1.51298 0.45 0.0 0.0 1.0 +2 +-2.99992 2.3731 -3.89951 0.45 0.0 0.0 1.0 +2 +-3.9093 3.83728 1.60183 0.45 0.0 0.0 1.0 +2 +-0.221235 3.80747 -3.17337 0.45 0.0 0.0 1.0 +2 +2.13856 -0.399607 -3.99994 0.45 0.0 0.0 1.0 +2 +4.47638 -1.66974 1.37848 0.45 0.0 0.0 1.0 +2 +3.52133 1.5165 3.80143 0.45 0.0 0.0 1.0 +2 +-0.774806 5.19754 -2.72221 0.45 0.0 0.0 1.0 +2 +1.77019 -0.349871 0.637423 0.45 0.0 0.0 1.0 +2 +-0.220504 3.6886 -3.4767 0.45 0.0 0.0 1.0 +2 +-0.386174 -1.55676 1.90294 0.45 0.0 0.0 1.0 +2 +-2.54548 -2.46432 -3.18089 0.45 0.0 0.0 1.0 +2 +-2.88134 -2.11108 3.08532 0.45 0.0 0.0 1.0 +2 +2.42705 -2.8857 -1.00946 0.45 0.0 0.0 1.0 +2 +-0.0384602 -1.23627 3.68464 0.45 0.0 0.0 1.0 +2 +4.35592 -3.77088 -2.09347 0.45 0.0 0.0 1.0 +2 +2.40799 -0.530655 1.92988 0.45 0.0 0.0 1.0 +2 +-4.17834 -1.73923 -0.380634 0.45 0.0 0.0 1.0 +2 +0.687024 -4.11931 -2.16469 0.45 0.0 0.0 1.0 +2 +2.7208 -3.81188 3.60305 0.45 0.0 0.0 1.0 +2 +-2.18393 -5.35569 -0.189766 0.45 0.0 0.0 1.0 +2 +-0.79285 -0.293663 2.40295 0.45 0.0 0.0 1.0 +2 +2.17298 -4.94309 -1.215 0.45 0.0 0.0 1.0 +2 +1.45597 3.84356 -4.62915 0.45 0.0 0.0 1.0 +2 +0.881483 1.10891 2.04565 0.45 0.0 0.0 1.0 +2 +1.41001 0.62254 3.92226 0.45 0.0 0.0 1.0 +2 +2.96695 1.68252 2.47638 0.45 0.0 0.0 1.0 +2 +-4.95342 -1.08203 2.98072 0.45 0.0 0.0 1.0 +2 +-2.49871 1.92725 -3.4712 0.45 0.0 0.0 1.0 +2 +-2.76828 -0.277976 5.49753 0.45 0.0 0.0 1.0 +2 +1.9665 -1.36467 4.53014 0.45 0.0 0.0 1.0 +2 +-3.74639 0.0265915 0.270761 0.45 0.0 0.0 1.0 +2 +-2.6885 0.707877 -1.03203 0.45 0.0 0.0 1.0 +2 +-0.320397 -0.278223 1.35351 0.45 0.0 0.0 1.0 +2 +-1.56594 -3.42008 0.348622 0.45 0.0 0.0 1.0 +2 +3.17638 -1.92228 0.0126132 0.45 0.0 0.0 1.0 +2 +1.84104 -0.676735 3.33761 0.45 0.0 0.0 1.0 +2 +-0.969286 -0.384615 -0.173675 0.45 0.0 0.0 1.0 +2 +0.205997 0.636835 -3.96662 0.45 0.0 0.0 1.0 +2 +-0.559478 1.37452 -0.365073 0.45 0.0 0.0 1.0 +2 +2.05718 -3.26716 2.20201 0.45 0.0 0.0 1.0 +2 +-0.904295 0.104599 -3.80605 0.45 0.0 0.0 1.0 +2 +2.28563 2.54068 -3.7569 0.45 0.0 0.0 1.0 +2 +2.98256 3.64373 -0.889006 0.45 0.0 0.0 1.0 +2 +-3.48191 3.39375 3.77113 0.45 0.0 0.0 1.0 +2 +0.482682 -1.74306 -2.67769 0.45 0.0 0.0 1.0 +2 +2.17125 3.26488 -3.39515 0.45 0.0 0.0 1.0 +2 +-2.44255 2.93887 1.29065 0.45 0.0 0.0 1.0 +2 +4.55695 0.104178 1.53001 0.45 0.0 0.0 1.0 +2 +-4.93193 0.312847 -2.54854 0.45 0.0 0.0 1.0 +2 +-0.416278 1.16703 -1.12748 0.45 0.0 0.0 1.0 +2 +-3.99077 -0.618859 -4.08479 0.45 0.0 0.0 1.0 +2 +5.22068 1.60132 2.64083 0.45 0.0 0.0 1.0 +2 +4.56659 0.993709 1.43336 0.45 0.0 0.0 1.0 +2 +-3.98411 -0.256137 0.34394 0.45 0.0 0.0 1.0 +2 +2.86402 -3.55618 -4.16622 0.45 0.0 0.0 1.0 +2 +-4.72066 2.77416 -0.244174 0.45 0.0 0.0 1.0 +2 +0.66013 2.93448 1.94891 0.45 0.0 0.0 1.0 +2 +0.788955 -3.12317 2.90416 0.45 0.0 0.0 1.0 +2 +1.66466 0.190028 5.19283 0.45 0.0 0.0 1.0 +2 +-0.797219 0.714256 -5.48944 0.45 0.0 0.0 1.0 +2 +-2.53938 0.694372 -4.69179 0.45 0.0 0.0 1.0 +2 +1.20061 4.90074 -3.35892 0.45 0.0 0.0 1.0 +2 +4.02529 -2.32905 -0.215481 0.45 0.0 0.0 1.0 +2 +1.25114 -2.05472 -5.05055 0.45 0.0 0.0 1.0 +2 +0.879408 3.46523 1.58105 0.45 0.0 0.0 1.0 +2 +1.3208 2.4746 2.37316 0.45 0.0 0.0 1.0 +2 +3.17517 2.5423 -1.36687 0.45 0.0 0.0 1.0 +2 +3.84154 -1.24908 -0.644853 0.45 0.0 0.0 1.0 +2 +5.68784 -0.56335 -1.66653 0.45 0.0 0.0 1.0 +2 +5.57777 -1.72302 -0.886216 0.45 0.0 0.0 1.0 +2 +0.222238 0.642689 -4.83368 0.45 0.0 0.0 1.0 +2 +2.55498 0.838425 -2.95055 0.45 0.0 0.0 1.0 +2 +0.844587 1.35471 1.79278 0.45 0.0 0.0 1.0 +2 +-5.40657 0.733832 0.950119 0.45 0.0 0.0 1.0 +2 +0.836565 2.99999 -1.21768 0.45 0.0 0.0 1.0 +2 +-1.48016 -0.962005 -2.08765 0.45 0.0 0.0 1.0 +2 +-0.175493 3.3627 2.98276 0.45 0.0 0.0 1.0 +2 +2.01665 -2.09589 -2.19357 0.45 0.0 0.0 1.0 +2 +-4.4469 0.848863 -1.22363 0.45 0.0 0.0 1.0 +2 +-2.64081 -4.14595 -3.2059 0.45 0.0 0.0 1.0 +2 +2.06859 2.40062 -0.393092 0.45 0.0 0.0 1.0 +2 +4.36188 -2.86194 1.37066 0.45 0.0 0.0 1.0 +2 +-3.12395 2.30992 1.24567 0.45 0.0 0.0 1.0 +2 +-3.91642 -4.02898 2.35205 0.45 0.0 0.0 1.0 +2 +2.12487 5.30835 -1.35845 0.45 0.0 0.0 1.0 +2 +-2.49367 -0.30456 5.3582 0.45 0.0 0.0 1.0 +2 +4.02387 -1.41655 1.08709 0.45 0.0 0.0 1.0 +2 +-0.802388 0.687085 -3.09178 0.45 0.0 0.0 1.0 +2 +0.443552 -1.83988 -4.54679 0.45 0.0 0.0 1.0 +2 +-3.19079 -4.49943 -1.1662 0.45 0.0 0.0 1.0 +2 +2.81179 -0.571564 -3.2428 0.45 0.0 0.0 1.0 +2 +2.20506 0.763752 -4.8721 0.45 0.0 0.0 1.0 +2 +0.898209 -3.12579 -3.89515 0.45 0.0 0.0 1.0 +2 +-3.3292 1.81683 1.73213 0.45 0.0 0.0 1.0 +2 +1.87198 -1.89217 -2.49299 0.45 0.0 0.0 1.0 +2 +-1.29016 3.73604 -0.29281 0.45 0.0 0.0 1.0 +2 +-0.675358 1.67577 0.812884 0.45 0.0 0.0 1.0 +2 +-3.48784 2.93216 0.239868 0.45 0.0 0.0 1.0 +2 +-2.8511 -2.56774 -4.50122 0.45 0.0 0.0 1.0 +2 +2.28784 2.40041 -3.84564 0.45 0.0 0.0 1.0 +2 +0.426035 1.5282 1.98255 0.45 0.0 0.0 1.0 +2 +-4.53327 0.767661 -1.21698 0.45 0.0 0.0 1.0 +2 +-2.68285 -3.58386 2.03018 0.45 0.0 0.0 1.0 +2 +-3.00158 -0.685481 5.22711 0.45 0.0 0.0 1.0 +2 +-1.92673 -0.221207 4.28036 0.45 0.0 0.0 1.0 +2 +4.13471 0.375822 1.27491 0.45 0.0 0.0 1.0 +2 +0.497364 -3.12602 4.63653 0.45 0.0 0.0 1.0 +2 +-2.32766 -1.71826 4.68539 0.45 0.0 0.0 1.0 +2 +0.0507369 -3.34867 -2.86568 0.45 0.0 0.0 1.0 +2 +0.543241 -1.31318 1.53175 0.45 0.0 0.0 1.0 +2 +-0.403908 -1.84913 1.23622 0.45 0.0 0.0 1.0 +2 +1.98202 -1.094 0.260386 0.45 0.0 0.0 1.0 +2 +5.12168 0.313618 -1.99653 0.45 0.0 0.0 1.0 +2 +4.48739 -2.67373 0.893985 0.45 0.0 0.0 1.0 +2 +0.315888 -1.07877 -4.31821 0.45 0.0 0.0 1.0 +2 +-1.96443 -1.04982 -1.47416 0.45 0.0 0.0 1.0 +2 +0.646647 -0.344354 -5.88717 0.45 0.0 0.0 1.0 +2 +0.159654 3.39711 -1.78163 0.45 0.0 0.0 1.0 +2 +4.41589 -0.862254 -0.522836 0.45 0.0 0.0 1.0 +2 +-3.14795 -4.0676 -1.45679 0.45 0.0 0.0 1.0 +2 +-5.31201 1.85278 -1.9937 0.45 0.0 0.0 1.0 +2 +3.2441 -5.20137 0.403501 0.45 0.0 0.0 1.0 +2 +0.42884 -0.964565 4.52175 0.45 0.0 0.0 1.0 +2 +-2.16424 2.95308 4.45693 0.45 0.0 0.0 1.0 +2 +-3.64822 -0.114443 -0.362612 0.45 0.0 0.0 1.0 +2 +-2.57491 -0.904498 -3.30387 0.45 0.0 0.0 1.0 +2 +2.95811 2.05791 -3.37525 0.45 0.0 0.0 1.0 +2 +-3.05551 -1.27515 -4.53923 0.45 0.0 0.0 1.0 +2 +-0.105154 -5.52408 -1.54012 0.45 0.0 0.0 1.0 +2 +-2.08604 2.10986 1.24099 0.45 0.0 0.0 1.0 +2 +-1.05449 -5.58292 2.03212 0.45 0.0 0.0 1.0 +2 +-2.72905 1.55492 4.43999 0.45 0.0 0.0 1.0 +2 +-5.17188 -0.335226 -1.3601 0.45 0.0 0.0 1.0 +2 +-5.40505 1.5179 2.47926 0.45 0.0 0.0 1.0 +2 +0.611371 2.3144 2.16824 0.45 0.0 0.0 1.0 +2 +2.15109 -0.680316 5.20039 0.45 0.0 0.0 1.0 +2 +1.25849 -2.50039 -1.54343 0.45 0.0 0.0 1.0 +2 +2.59867 3.20325 2.96921 0.45 0.0 0.0 1.0 +2 +2.57173 -3.02641 3.85604 0.45 0.0 0.0 1.0 +2 +1.05675 -6.10791 -0.0949027 0.45 0.0 0.0 1.0 +2 +5.4754 2.33209 1.71166 0.45 0.0 0.0 1.0 +2 +-4.01796 1.53042 1.98735 0.45 0.0 0.0 1.0 +2 +1.79806 -3.49086 1.7908 0.45 0.0 0.0 1.0 +2 +-1.47127 -0.525146 -4.75222 0.45 0.0 0.0 1.0 +2 +-0.4422 -0.256973 -1.30173 0.45 0.0 0.0 1.0 +2 +-3.56167 2.83029 0.243294 0.45 0.0 0.0 1.0 +2 +-0.701532 -3.99508 1.42397 0.45 0.0 0.0 1.0 +2 +2.60899 2.88462 -4.76216 0.45 0.0 0.0 1.0 +2 +0.0135007 3.58038 1.51597 0.45 0.0 0.0 1.0 +2 +0.341689 -1.67245 5.4876 0.45 0.0 0.0 1.0 +2 +-5.11882 -1.86188 -2.06399 0.45 0.0 0.0 1.0 +2 +0.505055 2.06973 -3.24084 0.45 0.0 0.0 1.0 +2 +-2.25067 1.96427 -1.53775 0.45 0.0 0.0 1.0 +2 +-1.24271 -5.24501 -1.00448 0.45 0.0 0.0 1.0 +2 +3.63726 2.01905 1.00821 0.45 0.0 0.0 1.0 +2 +-2.92137 -4.86265 -1.52489 0.45 0.0 0.0 1.0 +2 +-1.01863 1.62979 -2.75925 0.45 0.0 0.0 1.0 +2 +1.05072 4.30913 3.75867 0.45 0.0 0.0 1.0 +2 +-4.4718 4.05786 -0.898004 0.45 0.0 0.0 1.0 +2 +0.592826 0.801382 -5.19007 0.45 0.0 0.0 1.0 +2 +4.19363 -1.96584 0.0414482 0.45 0.0 0.0 1.0 +2 +1.82678 -4.62701 0.940641 0.45 0.0 0.0 1.0 +2 +-3.48813 -1.94322 -4.48478 0.45 0.0 0.0 1.0 +2 +3.3989 3.42475 3.57837 0.45 0.0 0.0 1.0 +2 +4.88312 -1.8117 -2.40564 0.45 0.0 0.0 1.0 +2 +-0.0919733 5.08159 -3.5552 0.45 0.0 0.0 1.0 +2 +-0.0780555 3.26421 -2.1699 0.45 0.0 0.0 1.0 +2 +-0.79383 -4.37221 2.90518 0.45 0.0 0.0 1.0 +2 +1.98913 -5.52327 -0.423072 0.45 0.0 0.0 1.0 +2 +-1.35543 -1.38105 2.21074 0.45 0.0 0.0 1.0 +2 +1.28766 3.894 -0.531497 0.45 0.0 0.0 1.0 +2 +-1.68086 0.552191 0.229091 0.45 0.0 0.0 1.0 +2 +4.15481 3.27523 -3.1268 0.45 0.0 0.0 1.0 +2 +4.04364 -4.15818 2.19081 0.45 0.0 0.0 1.0 +2 +4.63083 1.15153 -1.16024 0.45 0.0 0.0 1.0 +2 +3.59886 1.90095 1.26106 0.45 0.0 0.0 1.0 +2 +-3.5102 -0.545047 -4.22684 0.45 0.0 0.0 1.0 +2 +2.03435 -2.37177 1.46154 0.45 0.0 0.0 1.0 +2 +-1.71284 -3.40507 4.48007 0.45 0.0 0.0 1.0 +2 +-1.53193 -2.68257 1.10305 0.45 0.0 0.0 1.0 +2 +2.84852 -3.5471 -0.388185 0.45 0.0 0.0 1.0 +2 +-1.69409 1.5338 -3.23982 0.45 0.0 0.0 1.0 +2 +-3.48933 2.69362 -1.54617 0.45 0.0 0.0 1.0 +2 +-0.97153 -0.883475 2.62325 0.45 0.0 0.0 1.0 +2 +-2.63078 2.9882 -0.881253 0.45 0.0 0.0 1.0 +2 +0.363053 -2.41526 2.38508 0.45 0.0 0.0 1.0 +2 +-1.09169 1.99234 -1.22921 0.45 0.0 0.0 1.0 +2 +-1.57912 -1.73391 2.31635 0.45 0.0 0.0 1.0 +2 +-2.2751 0.857851 0.96436 0.45 0.0 0.0 1.0 +2 +-2.74627 -2.4015 -2.04677 0.45 0.0 0.0 1.0 +2 +4.5747 0.77806 -0.136171 0.45 0.0 0.0 1.0 +2 +1.2142 -2.40308 -3.81117 0.45 0.0 0.0 1.0 +2 +2.97721 0.505413 -4.33172 0.45 0.0 0.0 1.0 +2 +0.28378 5.19919 0.253248 0.45 0.0 0.0 1.0 +2 +0.740947 -3.53353 4.35708 0.45 0.0 0.0 1.0 +2 +1.73657 5.32474 1.0969 0.45 0.0 0.0 1.0 +2 +-1.2237 4.07413 -0.416351 0.45 0.0 0.0 1.0 +2 +-0.0497483 -4.84987 2.33317 0.45 0.0 0.0 1.0 +2 +0.183179 1.75557 1.95439 0.45 0.0 0.0 1.0 +2 +3.1432 -1.33486 -3.08769 0.45 0.0 0.0 1.0 +2 +-1.80361 -2.9729 -2.43735 0.45 0.0 0.0 1.0 +2 +3.37057 -1.27543 3.17601 0.45 0.0 0.0 1.0 +2 +4.32604 2.68988 -2.24824 0.45 0.0 0.0 1.0 +2 +1.74532 3.40377 -1.57475 0.45 0.0 0.0 1.0 +2 +1.20109 0.47162 -1.56395 0.45 0.0 0.0 1.0 +2 +5.08338 1.76711 -2.49925 0.45 0.0 0.0 1.0 +2 +2.99189 -0.979117 -4.31936 0.45 0.0 0.0 1.0 +2 +-2.01964 1.4682 -1.56597 0.45 0.0 0.0 1.0 +2 +-4.04464 -0.284798 2.51345 0.45 0.0 0.0 1.0 +2 +-2.38939 3.0043 -3.21507 0.45 0.0 0.0 1.0 +2 +-3.12033 0.997989 -1.06818 0.45 0.0 0.0 1.0 +2 +-1.16248 3.24119 -4.53363 0.45 0.0 0.0 1.0 +2 +-1.08722 2.59505 4.39632 0.45 0.0 0.0 1.0 +2 +-4.41517 0.624339 -3.07242 0.45 0.0 0.0 1.0 +2 +-0.254136 -3.24655 1.31404 0.45 0.0 0.0 1.0 +2 +2.50616 -0.781317 -4.98346 0.45 0.0 0.0 1.0 +2 +-0.770173 -3.78323 1.11427 0.45 0.0 0.0 1.0 +2 +-2.86337 2.21606 -0.48901 0.45 0.0 0.0 1.0 +2 +-5.35427 -1.21791 2.10429 0.45 0.0 0.0 1.0 +2 +-1.07876 -4.15265 -4.23532 0.45 0.0 0.0 1.0 +2 +-4.07793 -1.47938 -0.357174 0.45 0.0 0.0 1.0 +2 +1.4362 -5.79939 -0.953335 0.45 0.0 0.0 1.0 +2 +5.28407 -0.0591676 -1.86873 0.45 0.0 0.0 1.0 +2 +-3.17509 -1.17452 -0.602326 0.45 0.0 0.0 1.0 +2 +0.823539 -4.9984 -0.180898 0.45 0.0 0.0 1.0 +2 +1.37389 1.60718 1.79387 0.45 0.0 0.0 1.0 +2 +0.613534 1.4484 0.672181 0.45 0.0 0.0 1.0 +2 +-5.43908 0.163886 0.0695288 0.45 0.0 0.0 1.0 +2 +2.31147 2.59924 0.333289 0.45 0.0 0.0 1.0 +2 +1.37163 0.682624 -3.61846 0.45 0.0 0.0 1.0 +2 +5.16002 -0.507065 1.3817 0.45 0.0 0.0 1.0 +2 +2.33723 1.25769 -3.55879 0.45 0.0 0.0 1.0 +2 +1.68617 1.8934 -1.63231 0.45 0.0 0.0 1.0 +2 +-1.74212 0.727169 0.623616 0.45 0.0 0.0 1.0 +2 +-2.80314 -3.02732 0.906397 0.45 0.0 0.0 1.0 +2 +-1.99231 1.80618 -3.41424 0.45 0.0 0.0 1.0 +2 +-0.662825 1.39439 -1.41072 0.45 0.0 0.0 1.0 +2 +-2.20101 5.26192 -0.115481 0.45 0.0 0.0 1.0 +2 +-5.38907 -2.96459 0.729056 0.45 0.0 0.0 1.0 +2 +-1.89406 2.86407 -2.84326 0.45 0.0 0.0 1.0 +2 +5.1445 -0.7989 -2.72622 0.45 0.0 0.0 1.0 +2 +-0.557884 3.34847 -0.522593 0.45 0.0 0.0 1.0 +2 +0.950818 0.170333 -3.24024 0.45 0.0 0.0 1.0 +2 +0.76636 1.72874 -2.31876 0.45 0.0 0.0 1.0 +2 +-1.08203 3.04733 0.415979 0.45 0.0 0.0 1.0 +2 +2.27789 -3.52725 -1.74077 0.45 0.0 0.0 1.0 +2 +3.2076 1.64057 4.64133 0.45 0.0 0.0 1.0 +2 +3.93366 -3.9761 -2.12621 0.45 0.0 0.0 1.0 +2 +-2.97292 -2.86324 4.30433 0.45 0.0 0.0 1.0 +2 +4.7423 1.22771 1.24765 0.45 0.0 0.0 1.0 +2 +1.41607 3.21425 1.80161 0.45 0.0 0.0 1.0 +2 +-4.51273 -1.46818 1.84883 0.45 0.0 0.0 1.0 +2 +-2.67473 -3.59812 -1.90446 0.45 0.0 0.0 1.0 +2 +3.56171 -2.14427 3.65838 0.45 0.0 0.0 1.0 +2 +3.20326 3.17119 -2.40846 0.45 0.0 0.0 1.0 +2 +-5.42943 1.19082 1.53579 0.45 0.0 0.0 1.0 +2 +5.51155 1.9054 1.55877 0.45 0.0 0.0 1.0 +2 +4.01431 -0.786826 1.68291 0.45 0.0 0.0 1.0 +2 +-3.33916 -4.35621 -1.07606 0.45 0.0 0.0 1.0 +2 +3.3035 0.577211 -1.08962 0.45 0.0 0.0 1.0 +2 +-0.561389 -5.92994 1.05278 0.45 0.0 0.0 1.0 +2 +1.61722 -3.15389 -4.64852 0.45 0.0 0.0 1.0 +2 +-0.768945 4.45341 -2.97156 0.45 0.0 0.0 1.0 +2 +0.673811 -2.85446 2.99831 0.45 0.0 0.0 1.0 +2 +-4.6435 -3.19942 -0.691383 0.45 0.0 0.0 1.0 +2 +2.34066 -3.21034 1.90993 0.45 0.0 0.0 1.0 +2 +3.25534 -2.47373 -0.115751 0.45 0.0 0.0 1.0 +2 +2.47814 -0.312081 3.01655 0.45 0.0 0.0 1.0 +2 +-3.41798 -1.47694 3.46169 0.45 0.0 0.0 1.0 +2 +4.23707 -3.86534 -1.65054 0.45 0.0 0.0 1.0 +2 +1.52749 2.41632 2.92949 0.45 0.0 0.0 1.0 +2 +-2.33325 3.54906 -3.83395 0.45 0.0 0.0 1.0 +2 +4.82042 -0.975132 0.611004 0.45 0.0 0.0 1.0 +2 +-2.42706 2.59634 1.22524 0.45 0.0 0.0 1.0 +2 +-3.10644 -1.30567 3.52752 0.45 0.0 0.0 1.0 +2 +4.28817 -1.00371 4.12586 0.45 0.0 0.0 1.0 +2 +0.480015 3.05306 -2.63781 0.45 0.0 0.0 1.0 +2 +1.42326 0.0303124 0.772405 0.45 0.0 0.0 1.0 +2 +4.07051 0.793038 3.45637 0.45 0.0 0.0 1.0 +2 +1.53377 -3.71882 4.30973 0.45 0.0 0.0 1.0 +2 +-0.792298 -3.43269 -0.62775 0.45 0.0 0.0 1.0 +2 +-0.575193 -2.2081 -2.18565 0.45 0.0 0.0 1.0 +2 +3.00376 0.0984516 4.54321 0.45 0.0 0.0 1.0 +2 +4.93327 -2.634 -1.46735 0.45 0.0 0.0 1.0 +2 +3.40953 -3.96718 -1.18568 0.45 0.0 0.0 1.0 +2 +-2.08279 -5.21616 -0.135475 0.45 0.0 0.0 1.0 +2 +3.4953 -1.71137 -3.53775 0.45 0.0 0.0 1.0 +2 +-2.45105 -3.58862 -3.46938 0.45 0.0 0.0 1.0 +2 +3.13081 1.4505 -1.29904 0.45 0.0 0.0 1.0 +2 +3.44823 1.26138 -3.5007 0.45 0.0 0.0 1.0 +2 +-2.28212 -5.52907 1.44413 0.45 0.0 0.0 1.0 +2 +3.4356 -0.0352297 3.43018 0.45 0.0 0.0 1.0 +2 +-4.32731 0.831158 -1.02564 0.45 0.0 0.0 1.0 +2 +-3.60845 -1.75528 2.85992 0.45 0.0 0.0 1.0 +2 +4.29643 1.29091 -3.46232 0.45 0.0 0.0 1.0 +2 +-2.31299 -3.34165 3.469 0.45 0.0 0.0 1.0 +2 +3.98613 -2.89001 1.00938 0.45 0.0 0.0 1.0 +2 +5.70398 -2.10462 0.0522967 0.45 0.0 0.0 1.0 +2 +-1.94752 -2.2963 4.29593 0.45 0.0 0.0 1.0 +2 +1.7513 4.58877 1.41707 0.45 0.0 0.0 1.0 +2 +1.74664 0.747516 -4.80785 0.45 0.0 0.0 1.0 +2 +1.39657 -1.95978 2.5447 0.45 0.0 0.0 1.0 +2 +-4.40185 1.18704 0.110907 0.45 0.0 0.0 1.0 +2 +2.95492 -1.84483 -1.01217 0.45 0.0 0.0 1.0 +2 +-1.56724 -0.505635 0.591359 0.45 0.0 0.0 1.0 +2 +0.949009 -5.41552 -0.739103 0.45 0.0 0.0 1.0 +2 +-2.69056 3.38823 -2.22121 0.45 0.0 0.0 1.0 +2 +0.885689 -2.63962 3.45497 0.45 0.0 0.0 1.0 +2 +1.97991 0.685922 2.17409 0.45 0.0 0.0 1.0 +2 +1.20402 0.137621 5.2942 0.45 0.0 0.0 1.0 +2 +-3.49447 3.19915 -3.90901 0.45 0.0 0.0 1.0 +2 +-3.62909 -1.19969 -1.81739 0.45 0.0 0.0 1.0 +2 +-4.54818 -1.62169 2.49204 0.45 0.0 0.0 1.0 +2 +-1.50613 -3.17477 4.17171 0.45 0.0 0.0 1.0 +2 +1.97262 2.28545 -0.544733 0.45 0.0 0.0 1.0 +2 +1.04191 5.01681 -0.57545 0.45 0.0 0.0 1.0 +2 +0.0244169 0.943726 5.04676 0.45 0.0 0.0 1.0 +2 +1.84111 0.409931 3.82628 0.45 0.0 0.0 1.0 +2 +-1.58708 1.03076 3.86698 0.45 0.0 0.0 1.0 +2 +4.37955 -3.69692 0.130169 0.45 0.0 0.0 1.0 +2 +2.6183 -1.93718 -2.24866 0.45 0.0 0.0 1.0 +2 +-1.44366 4.45732 0.644528 0.45 0.0 0.0 1.0 +2 +1.26729 -3.415 -1.01859 0.45 0.0 0.0 1.0 +2 +1.66252 1.46269 5.20322 0.45 0.0 0.0 1.0 +2 +-1.14349 -0.133041 -2.76606 0.45 0.0 0.0 1.0 +2 +-0.0264344 2.36876 -2.37734 0.45 0.0 0.0 1.0 +2 +-0.124236 -3.66367 0.735542 0.45 0.0 0.0 1.0 +2 +4.87009 2.52536 -0.665998 0.45 0.0 0.0 1.0 +2 +-2.30406 -2.08107 -1.24201 0.45 0.0 0.0 1.0 +2 +2.25522 0.0538917 0.0458497 0.45 0.0 0.0 1.0 +2 +1.36205 1.06173 3.19289 0.45 0.0 0.0 1.0 +2 +2.55851 -1.85983 -4.83018 0.45 0.0 0.0 1.0 +2 +-3.64895 -0.134818 4.59101 0.45 0.0 0.0 1.0 +2 +1.36129 0.709751 5.64592 0.45 0.0 0.0 1.0 +2 +2.20955 1.73778 0.759656 0.45 0.0 0.0 1.0 +2 +0.719415 -5.63249 0.20265 0.45 0.0 0.0 1.0 +2 +-1.43852 4.00393 -1.51137 0.45 0.0 0.0 1.0 +2 +-1.95625 -0.170835 -5.20888 0.45 0.0 0.0 1.0 +2 +-1.86269 -3.38825 1.86785 0.45 0.0 0.0 1.0 +2 +0.318025 -2.37533 3.63302 0.45 0.0 0.0 1.0 +2 +3.42881 -2.62362 -0.721156 0.45 0.0 0.0 1.0 +2 +1.17924 5.48412 -0.0708905 0.45 0.0 0.0 1.0 +2 +-0.384067 -3.36912 0.812803 0.45 0.0 0.0 1.0 +2 +0.665023 -1.67205 -0.240939 0.45 0.0 0.0 1.0 +2 +4.83168 2.11634 -1.4952 0.45 0.0 0.0 1.0 +2 +-4.44012 3.07031 1.919 0.45 0.0 0.0 1.0 +2 +-1.6563 3.91196 3.50755 0.45 0.0 0.0 1.0 +2 +0.0906062 -3.24429 1.95321 0.45 0.0 0.0 1.0 +2 +-1.27883 -4.34941 1.57992 0.45 0.0 0.0 1.0 +2 +-0.844853 -5.82878 1.49351 0.45 0.0 0.0 1.0 +2 +2.04643 2.20069 1.73934 0.45 0.0 0.0 1.0 +2 +2.09807 1.61868 -3.38153 0.45 0.0 0.0 1.0 +2 +-3.52547 3.2613 -1.48177 0.45 0.0 0.0 1.0 +2 +-3.29174 -1.36507 -2.11298 0.45 0.0 0.0 1.0 +2 +-4.07192 0.243557 -0.847426 0.45 0.0 0.0 1.0 +2 +0.564862 2.27397 5.04277 0.45 0.0 0.0 1.0 +2 +1.53147 -5.04635 0.363647 0.45 0.0 0.0 1.0 +2 +-1.73917 0.752253 0.369332 0.45 0.0 0.0 1.0 +2 +3.86078 -0.501143 1.64608 0.45 0.0 0.0 1.0 +2 +-1.94793 3.21862 0.708727 0.45 0.0 0.0 1.0 +2 +0.838912 5.23678 -0.747445 0.45 0.0 0.0 1.0 +2 +0.506953 -3.25703 -1.19406 0.45 0.0 0.0 1.0 +2 +0.0441253 -2.80747 -1.27366 0.45 0.0 0.0 1.0 +2 +-1.80149 -4.53832 2.6834 0.45 0.0 0.0 1.0 +2 +0.431339 3.82561 3.9706 0.45 0.0 0.0 1.0 +2 +-3.26941 1.71548 -1.76372 0.45 0.0 0.0 1.0 +2 +-2.56003 1.08567 -3.93405 0.45 0.0 0.0 1.0 +2 +-2.68052 -1.71985 2.82835 0.45 0.0 0.0 1.0 +2 +4.81742 -1.72897 -1.50569 0.45 0.0 0.0 1.0 +2 +4.14292 1.92917 4.11514 0.45 0.0 0.0 1.0 +2 +-3.3043 -1.51928 -0.863549 0.45 0.0 0.0 1.0 +2 +-2.62304 -3.28553 3.61545 0.45 0.0 0.0 1.0 +2 +0.820287 2.37327 -1.00345 0.45 0.0 0.0 1.0 +2 +-3.85923 1.71246 -3.01685 0.45 0.0 0.0 1.0 +2 +3.17311 5.08544 -0.854976 0.45 0.0 0.0 1.0 +2 +-2.26947 -3.89998 -0.705256 0.45 0.0 0.0 1.0 +2 +0.15282 0.190569 1.88892 0.45 0.0 0.0 1.0 +2 +-2.48108 0.471879 2.79543 0.45 0.0 0.0 1.0 +2 +-2.49732 0.538075 -1.28743 0.45 0.0 0.0 1.0 +2 +0.0595993 -3.28264 2.62349 0.45 0.0 0.0 1.0 +2 +-1.58055 -0.828495 -3.85331 0.45 0.0 0.0 1.0 +2 +2.02218 3.92508 0.781603 0.45 0.0 0.0 1.0 +2 +-2.61905 1.70163 1.15091 0.45 0.0 0.0 1.0 +2 +0.73219 -1.83356 2.314 0.45 0.0 0.0 1.0 +2 +1.32916 -5.83032 0.298511 0.45 0.0 0.0 1.0 +2 +4.63742 0.310287 4.04969 0.45 0.0 0.0 1.0 +2 +-1.6593 3.17036 -3.8975 0.45 0.0 0.0 1.0 +2 +3.78857 1.69506 2.39939 0.45 0.0 0.0 1.0 +2 +4.45057 -1.14511 -2.51375 0.45 0.0 0.0 1.0 +2 +-2.75487 1.84758 -2.47676 0.45 0.0 0.0 1.0 +2 +-1.42918 -0.287113 0.822855 0.45 0.0 0.0 1.0 +2 +-5.67301 1.67416 -1.52209 0.45 0.0 0.0 1.0 +2 +1.47385 -5.72634 -1.34686 0.45 0.0 0.0 1.0 +2 +2.76093 0.677617 -0.926585 0.45 0.0 0.0 1.0 +2 +-2.3143 -0.451961 -3.01455 0.45 0.0 0.0 1.0 +2 +4.70105 2.75351 0.160519 0.45 0.0 0.0 1.0 +2 +0.293999 3.25275 3.69463 0.45 0.0 0.0 1.0 +2 +-1.41555 5.42053 -1.82877 0.45 0.0 0.0 1.0 +2 +-0.777725 5.76322 0.955206 0.45 0.0 0.0 1.0 +2 +3.61638 -1.49257 1.39552 0.45 0.0 0.0 1.0 +2 +1.71248 -2.59378 4.53965 0.45 0.0 0.0 1.0 +2 +-4.99977 1.58192 -0.857711 0.45 0.0 0.0 1.0 +2 +-0.367531 1.60116 -0.0423845 0.45 0.0 0.0 1.0 +2 +-1.9227 5.4413 -0.103343 0.45 0.0 0.0 1.0 +2 +0.0916761 2.33147 3.69857 0.45 0.0 0.0 1.0 +2 +2.78625 4.47423 -0.547482 0.45 0.0 0.0 1.0 +2 +4.46539 -0.131593 -3.23169 0.45 0.0 0.0 1.0 +2 +2.85093 -0.234906 -2.63504 0.45 0.0 0.0 1.0 +2 +-0.0421089 -0.52395 2.94833 0.45 0.0 0.0 1.0 +2 +-1.20981 1.73881 5.65182 0.45 0.0 0.0 1.0 +2 +2.14184 5.11416 -2.10192 0.45 0.0 0.0 1.0 +2 +-4.16947 -1.41647 2.45234 0.45 0.0 0.0 1.0 +2 +0.343541 4.63895 1.12979 0.45 0.0 0.0 1.0 +2 +-0.315915 0.615016 1.53314 0.45 0.0 0.0 1.0 +2 +-1.95689 1.52264 -4.69746 0.45 0.0 0.0 1.0 +2 +-4.28832 -1.51278 -3.29853 0.45 0.0 0.0 1.0 +2 +-3.79926 4.67876 0.209452 0.45 0.0 0.0 1.0 +2 +-3.33665 0.533788 1.11284 0.45 0.501960784314 0.0 0.501960784314 +2 +2.52889 -3.30395 4.3147 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.83316 -3.38784 -3.60249 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.898586 -3.19622 3.51335 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.19721 -5.20052 2.32008 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.64275 -4.1715 1.6049 0.45 0.501960784314 0.0 0.501960784314 +2 +0.775714 -2.34752 -0.461128 0.45 0.501960784314 0.0 0.501960784314 +2 +4.20567 1.98119 -2.59509 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.95641 -1.65661 -1.38466 0.45 0.501960784314 0.0 0.501960784314 +2 +1.53496 3.9191 -0.545357 0.45 0.501960784314 0.0 0.501960784314 +2 +2.97172 -4.85673 -1.30324 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.16909 -2.97646 -0.325596 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.80741 3.1263 0.0480547 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.25172 -3.26445 -1.84322 0.45 0.501960784314 0.0 0.501960784314 +2 +1.31037 1.01297 2.48901 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.63797 -1.58198 -0.0928189 0.45 0.501960784314 0.0 0.501960784314 +2 +3.27668 -3.58262 -1.94608 0.45 0.501960784314 0.0 0.501960784314 +2 +0.110679 -0.877685 0.680017 0.45 0.501960784314 0.0 0.501960784314 +2 +2.188 -0.58345 -4.51137 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.36752 2.79763 -2.81469 0.45 0.501960784314 0.0 0.501960784314 +2 +1.83294 -0.400009 1.64743 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.16364 -2.79632 -0.00420605 0.45 0.501960784314 0.0 0.501960784314 +2 +3.751 2.98541 1.82621 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.90096 -1.36632 1.64071 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.81922 4.27195 -0.661554 0.45 0.501960784314 0.0 0.501960784314 +2 +2.81763 -1.58223 -4.37588 0.45 0.501960784314 0.0 0.501960784314 +2 +3.27299 -3.52253 3.03324 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.432703 -1.93433 -3.89751 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.63828 1.06983 2.82023 0.45 0.501960784314 0.0 0.501960784314 +2 +1.39593 -0.244074 4.57169 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.165044 5.26916 -2.41094 0.45 0.501960784314 0.0 0.501960784314 +2 +2.25867 -4.01641 2.76989 0.45 0.501960784314 0.0 0.501960784314 +2 +3.35447 1.12364 1.51699 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.33959 -0.269543 -1.6515 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.26908 2.74159 -1.67755 0.45 0.501960784314 0.0 0.501960784314 +2 +4.7487 -2.81615 1.75126 0.45 0.501960784314 0.0 0.501960784314 +2 +3.91556 2.01899 0.00504913 0.45 0.501960784314 0.0 0.501960784314 +2 +4.57406 2.43599 -1.39684 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.67654 3.22741 -0.405811 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.764605 2.95008 3.60823 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.96828 -3.84704 -4.32309 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.73161 -4.18472 2.8014 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.53779 -1.81435 2.65877 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.08802 2.72749 -2.95277 0.45 0.501960784314 0.0 0.501960784314 +2 +0.850268 -2.41977 1.15518 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.78634 1.9227 -5.46072 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.71253 -1.59372 1.01809 0.45 0.501960784314 0.0 0.501960784314 +2 +1.84181 -0.203574 2.85927 0.45 0.501960784314 0.0 0.501960784314 +2 +3.36458 -2.71949 0.893641 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.45837 -1.40272 -2.16051 0.45 0.501960784314 0.0 0.501960784314 +2 +3.6968 -2.13765 3.16767 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.65202 1.32905 4.66388 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.72245 -3.66587 0.94368 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.3523 -1.9174 -4.69898 0.45 0.501960784314 0.0 0.501960784314 +2 +1.52566 -3.57143 0.0347489 0.45 0.501960784314 0.0 0.501960784314 +2 +1.19519 0.659934 -0.350572 0.45 0.501960784314 0.0 0.501960784314 +2 +1.26763 2.23245 1.93128 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.47798 2.888 2.3736 0.45 0.501960784314 0.0 0.501960784314 +2 +4.48242 0.593381 -2.27909 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.93144 -0.519537 2.67256 0.45 0.501960784314 0.0 0.501960784314 +2 +4.37975 -0.400218 -1.86183 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.3803 2.45998 4.76297 0.45 0.501960784314 0.0 0.501960784314 +2 +1.17083 0.690188 -0.561275 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.02092 1.46115 4.10649 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.3897 -2.11889 -4.0245 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.36815 -3.21136 -2.81571 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.28738 -2.51155 -2.96039 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.122 -2.28276 -3.83317 0.45 0.501960784314 0.0 0.501960784314 +2 +5.5343 -0.433903 2.70979 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.62971 -3.70603 -4.10094 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.62104 -2.43015 0.317522 0.45 0.501960784314 0.0 0.501960784314 +2 +1.04528 -0.252798 -5.58372 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.42162 2.69938 -3.92491 0.45 0.501960784314 0.0 0.501960784314 +2 +4.97837 -1.47046 0.750561 0.45 0.501960784314 0.0 0.501960784314 +2 +2.58868 -3.44588 1.03231 0.45 0.501960784314 0.0 0.501960784314 +2 +4.97769 -0.380184 -0.136778 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.83531 -1.14806 -2.54622 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.46178 2.30522 -3.23383 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.942689 -0.0194223 -3.84855 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.3564 0.289351 -0.425077 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.7321 -3.39418 1.39189 0.45 0.501960784314 0.0 0.501960784314 +2 +3.66612 3.35016 3.18113 0.45 0.501960784314 0.0 0.501960784314 +2 +3.45036 -0.183638 2.94583 0.45 0.501960784314 0.0 0.501960784314 +2 +2.00498 0.26637 -2.04685 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.82078 2.8142 2.65829 0.45 0.501960784314 0.0 0.501960784314 +2 +5.1555 -2.14003 0.521308 0.45 0.501960784314 0.0 0.501960784314 +2 +2.27834 3.96785 -0.0187866 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.57134 -1.85067 0.223191 0.45 0.501960784314 0.0 0.501960784314 +2 +3.25945 4.54597 1.74952 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.378931 -3.90368 -0.916176 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.39726 -1.78072 -2.90873 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.394352 -2.53333 3.21238 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.11748 -0.716312 -4.25547 0.45 0.501960784314 0.0 0.501960784314 +2 +4.71121 -0.15579 -0.476372 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.85501 -1.70504 3.50812 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.05902 5.12607 -0.445137 0.45 0.501960784314 0.0 0.501960784314 +2 +0.0144924 -4.56601 -3.53527 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0966559 0.821929 5.15384 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.07655 1.49653 3.09944 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.42279 -4.47652 -0.84656 0.45 0.501960784314 0.0 0.501960784314 +2 +2.71284 -1.13528 1.37234 0.45 0.501960784314 0.0 0.501960784314 +2 +0.326438 2.55027 -3.75206 0.45 0.501960784314 0.0 0.501960784314 +2 +2.38162 2.79635 0.553317 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.59623 4.02388 -1.17787 0.45 0.501960784314 0.0 0.501960784314 +2 +5.05588 -1.43586 -0.929391 0.45 0.501960784314 0.0 0.501960784314 +2 +0.149823 -0.55501 2.01432 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.07663 -4.33693 0.406841 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.45095 2.6012 -3.95691 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.26908 2.69683 2.80237 0.45 0.501960784314 0.0 0.501960784314 +2 +2.39637 2.68727 3.45365 0.45 0.501960784314 0.0 0.501960784314 +2 +5.49083 1.0602 2.28929 0.45 0.501960784314 0.0 0.501960784314 +2 +1.98449 3.34127 2.55521 0.45 0.501960784314 0.0 0.501960784314 +2 +0.346201 -0.279715 1.08137 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.68381 0.52468 -3.09536 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.82324 2.19841 0.659127 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.51617 1.796 -0.808765 0.45 0.501960784314 0.0 0.501960784314 +2 +4.66703 1.57254 2.71779 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.33347 3.33504 -2.89537 0.45 0.501960784314 0.0 0.501960784314 +2 +5.16452 0.645145 -0.780114 0.45 0.501960784314 0.0 0.501960784314 +2 +2.83245 -0.762827 -4.39951 0.45 0.501960784314 0.0 0.501960784314 +2 +3.23312 -3.63992 2.85378 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.02475 2.41098 -0.0248195 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.516205 -3.36172 1.10744 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.75273 0.608511 3.86615 0.45 0.501960784314 0.0 0.501960784314 +2 +2.94537 -1.10305 -2.96466 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.413153 4.06109 3.77321 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.568549 -2.20067 -1.4389 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.37206 -3.56823 4.16947 0.45 0.501960784314 0.0 0.501960784314 +2 +1.55668 -3.18973 0.823775 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.03111 2.78947 -3.52209 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.99034 -2.34002 1.5659 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.68252 -2.4993 4.42094 0.45 0.501960784314 0.0 0.501960784314 +2 +2.11287 2.19912 0.137091 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.61723 -0.379928 4.15648 0.45 0.501960784314 0.0 0.501960784314 +2 +4.72596 -0.385472 -2.1658 0.45 0.501960784314 0.0 0.501960784314 +2 +1.56544 -4.99894 3.11485 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.29111 4.66985 -0.615814 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.54744 1.68965 -1.67187 0.45 0.501960784314 0.0 0.501960784314 +2 +2.68027 -2.51418 2.46058 0.45 0.501960784314 0.0 0.501960784314 +2 +2.44727 1.97273 4.20273 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.57847 -3.1219 -0.454621 0.45 0.501960784314 0.0 0.501960784314 +2 +1.89809 2.82214 -0.359043 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.27434 -2.21368 3.31618 0.45 0.501960784314 0.0 0.501960784314 +2 +2.71968 2.22362 2.45107 0.45 0.501960784314 0.0 0.501960784314 +2 +3.85507 2.72112 1.59631 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.139457 1.07865 2.14983 0.45 0.501960784314 0.0 0.501960784314 +2 +3.01425 2.64647 0.0200583 0.45 0.501960784314 0.0 0.501960784314 +2 +2.13089 -5.09432 0.589405 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.459207 -0.735114 2.32458 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.529386 -1.55805 5.06927 0.45 0.501960784314 0.0 0.501960784314 +2 +0.290603 -4.19286 2.48774 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.12314 2.35983 -3.46527 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.27902 -3.09576 4.52341 0.45 0.501960784314 0.0 0.501960784314 +2 +0.705821 1.63851 -5.0495 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.99446 -5.02357 -1.48636 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.803423 -4.30248 -3.67551 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.544187 -2.17781 -1.83403 0.45 0.501960784314 0.0 0.501960784314 +2 +3.4047 1.59221 -1.72147 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.15265 -0.811233 0.909159 0.45 0.501960784314 0.0 0.501960784314 +2 +2.37093 -3.17771 4.48367 0.45 0.501960784314 0.0 0.501960784314 +2 +3.21888 5.12162 -0.819657 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.411262 -1.37695 -3.38981 0.45 0.501960784314 0.0 0.501960784314 +2 +0.520403 -0.532163 1.39284 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.49124 3.45197 2.08055 0.45 0.501960784314 0.0 0.501960784314 +2 +5.14529 -0.0479307 0.884935 0.45 0.501960784314 0.0 0.501960784314 +2 +0.879756 -3.09926 -4.6575 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.82226 -1.68553 -3.559 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.96418 3.13324 4.93252 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.80654 2.00098 -4.89684 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.62595 0.806585 -4.5833 0.45 0.501960784314 0.0 0.501960784314 +2 +3.64532 1.07504 3.59566 0.45 0.501960784314 0.0 0.501960784314 +2 +1.73409 0.774788 -5.49234 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.60442 -5.07977 -3.04525 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.60432 1.20638 2.49064 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.05033 2.21612 0.45181 0.45 0.501960784314 0.0 0.501960784314 +2 +1.12724 -0.00302616 -1.23259 0.45 0.501960784314 0.0 0.501960784314 +2 +3.50288 1.64897 -3.06856 0.45 0.501960784314 0.0 0.501960784314 +2 +2.64767 -4.5391 2.04876 0.45 0.501960784314 0.0 0.501960784314 +2 +3.58673 -3.51823 0.865246 0.45 0.501960784314 0.0 0.501960784314 +2 +0.162991 -2.55599 -5.48085 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.177963 -0.931093 -3.6476 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.23526 0.393888 -5.26735 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.30681 -2.07566 2.95685 0.45 0.501960784314 0.0 0.501960784314 +2 +4.55024 -0.936606 2.95273 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.43997 4.54152 1.43637 0.45 0.501960784314 0.0 0.501960784314 +2 +3.42768 3.2601 3.16953 0.45 0.501960784314 0.0 0.501960784314 +2 +2.71456 2.97006 4.37178 0.45 0.501960784314 0.0 0.501960784314 +2 +2.25055 -3.9567 1.24154 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.05267 4.7232 2.85381 0.45 0.501960784314 0.0 0.501960784314 +2 +5.00517 2.30107 1.36365 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.975 -0.598194 -4.16924 0.45 0.501960784314 0.0 0.501960784314 +2 +2.30156 -2.73493 1.92899 0.45 0.501960784314 0.0 0.501960784314 +2 +1.08498 -3.11935 5.0644 0.45 0.501960784314 0.0 0.501960784314 +2 +5.34992 2.47228 0.461272 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.56487 -1.36871 -1.3861 0.45 0.501960784314 0.0 0.501960784314 +2 +0.837465 5.7196 -0.123697 0.45 0.501960784314 0.0 0.501960784314 +2 +0.300611 2.70825 -3.75703 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.98447 -2.91305 -1.54224 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.1007 3.85851 -1.46638 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.49174 -0.458356 1.16408 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.08236 -2.4732 -3.52783 0.45 0.501960784314 0.0 0.501960784314 +2 +0.883423 -3.49552 -1.9919 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.75961 1.09355 4.51549 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.710012 2.37257 -0.352657 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.04282 -2.45365 2.38661 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.161969 -5.08052 -3.23138 0.45 0.501960784314 0.0 0.501960784314 +2 +0.905047 0.135615 -3.60972 0.45 0.501960784314 0.0 0.501960784314 +2 +0.169683 -1.75476 -0.746267 0.45 0.501960784314 0.0 0.501960784314 +2 +0.974912 -4.31845 0.828048 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.37512 2.55862 0.030456 0.45 0.501960784314 0.0 0.501960784314 +2 +3.18626 2.80345 -4.26028 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.70955 2.28755 -2.39855 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.11568 0.243736 2.1572 0.45 0.501960784314 0.0 0.501960784314 +2 +2.72093 -1.50415 5.17964 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.47249 0.479902 1.14811 0.45 0.501960784314 0.0 0.501960784314 +2 +3.46237 3.19418 -0.615202 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.88874 2.042 2.02426 0.45 0.501960784314 0.0 0.501960784314 +2 +1.708 -3.4041 -3.91208 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.17395 1.13769 1.91324 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.08637 1.09473 -0.535394 0.45 0.501960784314 0.0 0.501960784314 +2 +0.727098 -0.565493 -0.467569 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.542423 2.64481 -2.93336 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.790965 -5.83337 -1.2869 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.55397 -4.14423 0.915942 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.43093 -3.69994 -0.992554 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.09475 -3.34576 -3.53759 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.92251 -3.76844 1.69257 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.18571 1.99516 -3.4128 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.31888 4.94666 -0.813832 0.45 0.501960784314 0.0 0.501960784314 +2 +0.653442 2.19627 1.78041 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.34214 3.01384 -4.24359 0.45 0.501960784314 0.0 0.501960784314 +2 +3.57374 1.58709 -0.782475 0.45 0.501960784314 0.0 0.501960784314 +2 +0.377761 -3.35214 0.823302 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.78691 4.84422 1.97886 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.47561 2.16824 2.25441 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.83207 2.5576 -4.78073 0.45 0.501960784314 0.0 0.501960784314 +2 +0.532336 1.51982 -2.3786 0.45 0.501960784314 0.0 0.501960784314 +2 +2.21903 -0.288075 -2.94186 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.98283 -0.141406 5.53266 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.14311 2.81605 -3.39597 0.45 0.501960784314 0.0 0.501960784314 +2 +1.84615 -1.75944 -4.97719 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.52721 -1.13854 -3.91187 0.45 0.501960784314 0.0 0.501960784314 +2 +0.607004 3.35592 0.629163 0.45 0.501960784314 0.0 0.501960784314 +2 +3.08424 0.362628 2.83952 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.6809 -0.0504231 -3.78474 0.45 0.501960784314 0.0 0.501960784314 +2 +0.598597 -1.47317 4.89464 0.45 0.501960784314 0.0 0.501960784314 +2 +0.535165 -0.55832 -3.97894 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.187989 4.26078 -2.28136 0.45 0.501960784314 0.0 0.501960784314 +2 +4.50175 2.97651 1.20728 0.45 0.501960784314 0.0 0.501960784314 +2 +3.38856 3.40546 1.98584 0.45 0.501960784314 0.0 0.501960784314 +2 +1.15693 2.71731 -0.437602 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.25315 5.38605 1.74389 0.45 0.501960784314 0.0 0.501960784314 +2 +4.18052 1.09472 -0.647741 0.45 0.501960784314 0.0 0.501960784314 +2 +0.737948 -4.32135 1.76612 0.45 0.501960784314 0.0 0.501960784314 +2 +4.91884 3.11233 0.921312 0.45 0.501960784314 0.0 0.501960784314 +2 +0.534634 2.92406 0.511059 0.45 0.501960784314 0.0 0.501960784314 +2 +3.7182 -2.35991 2.22499 0.45 0.501960784314 0.0 0.501960784314 +2 +0.639214 -1.20675 3.68835 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.86209 -1.24594 2.47438 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.37022 -1.79535 -0.549123 0.45 0.501960784314 0.0 0.501960784314 +2 +1.7023 -0.0684192 3.9307 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.03206 0.24947 -0.734724 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.53758 -1.64606 2.28721 0.45 0.501960784314 0.0 0.501960784314 +2 +1.2622 -2.11265 1.57008 0.45 0.501960784314 0.0 0.501960784314 +2 +1.1271 -2.34483 -4.91545 0.45 0.501960784314 0.0 0.501960784314 +2 +4.32726 -1.64176 0.0646481 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.27665 0.733764 -0.189176 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.96556 -3.25395 0.99241 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.35842 -1.01668 -2.91967 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.20883 5.80814 -1.00541 0.45 0.501960784314 0.0 0.501960784314 +2 +0.487677 -4.64973 3.82381 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.45997 -0.0102558 1.32844 0.45 0.501960784314 0.0 0.501960784314 +2 +2.61133 4.97032 -0.232328 0.45 0.501960784314 0.0 0.501960784314 +2 +0.529977 -0.917482 1.79718 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.734732 -3.66973 -1.93055 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.673926 0.918249 -1.3047 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.65087 0.457781 1.57993 0.45 0.501960784314 0.0 0.501960784314 +2 +2.92543 -1.34857 2.17263 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.461617 -4.01196 3.07955 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.06929 -0.593658 -2.37587 0.45 0.501960784314 0.0 0.501960784314 +2 +1.16329 -1.99898 1.31684 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.95306 3.85426 1.57961 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.57297 -5.40881 0.294593 0.45 0.501960784314 0.0 0.501960784314 +2 +0.821498 -2.07879 -0.0163452 0.45 0.501960784314 0.0 0.501960784314 +2 +2.9218 -0.225021 2.21217 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.85428 -1.95083 4.19873 0.45 0.501960784314 0.0 0.501960784314 +2 +1.0742 1.85795 -1.96041 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.38625 -1.69292 -3.65604 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.58648 3.25046 2.43401 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.68308 0.454167 2.877 0.45 0.501960784314 0.0 0.501960784314 +2 +3.68491 -3.50585 -1.88098 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.486437 0.676771 -2.74431 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.62294 2.90137 3.79623 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.223653 0.385749 -5.5745 0.45 0.501960784314 0.0 0.501960784314 +2 +3.65395 -2.79835 3.0294 0.45 0.501960784314 0.0 0.501960784314 +2 +2.77135 2.20189 -3.00432 0.45 0.501960784314 0.0 0.501960784314 +2 +2.9862 2.69146 -0.523352 0.45 0.501960784314 0.0 0.501960784314 +2 +0.592237 3.31109 4.08874 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.04804 0.118583 -4.50209 0.45 0.501960784314 0.0 0.501960784314 +2 +2.76176 2.33911 -4.38941 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.806836 0.363348 2.54907 0.45 0.501960784314 0.0 0.501960784314 +2 +0.764953 2.90458 -4.36011 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.64098 1.99907 0.201637 0.45 0.501960784314 0.0 0.501960784314 +2 +1.80332 -1.91841 3.02046 0.45 0.501960784314 0.0 0.501960784314 +2 +0.250993 0.0588562 -3.36448 0.45 0.501960784314 0.0 0.501960784314 +2 +4.30886 -0.763165 2.33073 0.45 0.501960784314 0.0 0.501960784314 +2 +0.318164 -0.0345903 1.77099 0.45 0.501960784314 0.0 0.501960784314 +2 +2.65765 1.84824 -3.77959 0.45 0.501960784314 0.0 0.501960784314 +2 +0.249498 -0.259508 5.71725 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.48419 -2.25691 -3.6274 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.37889 2.44662 3.55774 0.45 0.501960784314 0.0 0.501960784314 +2 +5.61106 -0.538924 -0.572446 0.45 0.501960784314 0.0 0.501960784314 +2 +2.92185 0.625397 2.31079 0.45 0.501960784314 0.0 0.501960784314 +2 +0.682642 -3.32346 -1.10578 0.45 0.501960784314 0.0 0.501960784314 +2 +0.858989 -4.72749 -0.462 0.45 0.501960784314 0.0 0.501960784314 +2 +1.94962 0.4083 1.21525 0.45 0.501960784314 0.0 0.501960784314 +2 +2.78682 1.56737 2.71033 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.98246 -0.715256 1.08851 0.45 0.501960784314 0.0 0.501960784314 +2 +1.68984 1.41859 -4.10409 0.45 0.501960784314 0.0 0.501960784314 +2 +3.5728 -1.95701 -0.478923 0.45 0.501960784314 0.0 0.501960784314 +2 +2.85089 -0.934428 2.34978 0.45 0.501960784314 0.0 0.501960784314 +2 +1.2311 -3.85737 -4.13128 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.78132 0.599936 -3.76907 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.868043 1.4437 -3.77683 0.45 0.501960784314 0.0 0.501960784314 +2 +1.17845 4.65528 2.60451 0.45 0.501960784314 0.0 0.501960784314 +2 +2.02459 -5.11643 1.1929 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.671574 3.23379 -4.84011 0.45 0.501960784314 0.0 0.501960784314 +2 +3.26517 1.42945 4.83468 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.02639 -3.62085 0.764208 0.45 0.501960784314 0.0 0.501960784314 +2 +2.78176 3.41776 -2.15418 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.66997 -2.51278 1.11491 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.2604 -4.80367 -2.91777 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.6512 3.81646 -0.928573 0.45 0.501960784314 0.0 0.501960784314 +2 +4.04826 -0.861377 1.8105 0.45 0.501960784314 0.0 0.501960784314 +2 +2.93792 -2.34871 4.38196 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.470375 -2.31928 2.70727 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.2869 0.934533 -0.581943 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.673743 4.0024 -2.50536 0.45 0.501960784314 0.0 0.501960784314 +2 +1.34972 4.69119 -1.74316 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.28075 1.76891 2.8083 0.45 0.501960784314 0.0 0.501960784314 +2 +2.8634 -1.64607 2.06242 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.04972 4.64565 2.1598 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.15661 -0.754284 2.70797 0.45 0.501960784314 0.0 0.501960784314 +2 +3.96346 0.647139 -4.48217 0.45 0.501960784314 0.0 0.501960784314 +2 +3.51781 4.49266 -1.00446 0.45 0.501960784314 0.0 0.501960784314 +2 +3.90001 1.2902 -3.1109 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.68884 2.95088 4.68391 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0647815 3.03379 -3.95748 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.981931 -1.99739 3.19592 0.45 0.501960784314 0.0 0.501960784314 +2 +3.93884 -3.69093 1.62881 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.72521 0.692589 2.56069 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.32888 2.68718 1.9844 0.45 0.501960784314 0.0 0.501960784314 +2 +1.79016 0.264535 4.33464 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.75088 2.45481 4.6385 0.45 0.501960784314 0.0 0.501960784314 +2 +3.20063 -3.8669 -3.09548 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.05608 1.41799 -1.77557 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.14762 1.40031 -1.15421 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.36611 5.10997 1.91771 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.24706 1.6078 -0.132448 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.56351 4.62763 -2.90008 0.45 0.501960784314 0.0 0.501960784314 +2 +5.57719 0.832034 1.2976 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.69245 -3.70561 2.98652 0.45 0.501960784314 0.0 0.501960784314 +2 +0.406978 3.81868 -0.942023 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.22972 2.24098 -3.591 0.45 0.501960784314 0.0 0.501960784314 +2 +0.979678 1.3422 2.38217 0.45 0.501960784314 0.0 0.501960784314 +2 +3.34635 1.12081 3.58251 0.45 0.501960784314 0.0 0.501960784314 +2 +4.12805 0.117873 -4.03133 0.45 0.501960784314 0.0 0.501960784314 +2 +0.144486 -3.39658 -1.68298 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.718442 -2.83191 -2.60196 0.45 0.501960784314 0.0 0.501960784314 +2 +3.72514 2.73633 -3.22106 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.63586 1.05047 -0.00287576 0.45 0.501960784314 0.0 0.501960784314 +2 +1.29516 5.88132 0.628458 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.98229 0.948025 2.8608 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.58134 2.79931 0.592869 0.45 0.501960784314 0.0 0.501960784314 +2 +1.51984 -2.11196 0.766547 0.45 0.501960784314 0.0 0.501960784314 +2 +4.88688 -0.643548 2.80718 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.5958 -0.0514223 4.23532 0.45 0.501960784314 0.0 0.501960784314 +2 +0.404745 3.5114 -4.05014 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.40387 3.21324 -2.79051 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.68517 2.55152 4.75385 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.22759 -2.58425 3.51463 0.45 0.501960784314 0.0 0.501960784314 +2 +0.544851 0.942565 -2.06671 0.45 0.501960784314 0.0 0.501960784314 +2 +4.37162 -0.511316 4.36458 0.45 0.501960784314 0.0 0.501960784314 +2 +3.56129 3.17712 -1.84957 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.87119 2.74111 2.65039 0.45 0.501960784314 0.0 0.501960784314 +2 +3.97212 -2.72599 3.42164 0.45 0.501960784314 0.0 0.501960784314 +2 +1.03048 -0.85858 -0.806553 0.45 0.501960784314 0.0 0.501960784314 +2 +2.54316 0.673517 4.60968 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.486087 -5.85247 0.300265 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.10631 1.02846 2.35321 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.15809 -0.762311 4.28062 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.88903 -2.7595 -1.4565 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.296465 4.93028 -3.18266 0.45 0.501960784314 0.0 0.501960784314 +2 +2.03317 2.54725 -4.91984 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.89383 -1.16057 -1.80155 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.388552 -4.3146 3.51992 0.45 0.501960784314 0.0 0.501960784314 +2 +2.67962 -1.11153 3.52194 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.529842 3.18675 -1.32437 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.458397 0.481362 0.875614 0.45 0.501960784314 0.0 0.501960784314 +2 +1.73253 -0.662772 2.29229 0.45 0.501960784314 0.0 0.501960784314 +2 +2.68269 0.853069 -4.97332 0.45 0.501960784314 0.0 0.501960784314 +2 +5.61702 0.242032 -1.65926 0.45 0.501960784314 0.0 0.501960784314 +2 +1.49024 -3.33401 -4.64297 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.82734 4.22018 -2.25666 0.45 0.501960784314 0.0 0.501960784314 +2 +0.469617 1.99643 5.46957 0.45 0.501960784314 0.0 0.501960784314 +2 +3.60639 4.39679 0.726175 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.67332 -0.172924 -3.09619 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.55448 3.02306 1.83838 0.45 0.501960784314 0.0 0.501960784314 +2 +4.22921 0.514425 -1.73726 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.230268 0.87364 5.76638 0.45 0.501960784314 0.0 0.501960784314 +2 +2.38038 -5.48418 -1.00704 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.09333 0.300934 -4.26164 0.45 0.501960784314 0.0 0.501960784314 +2 +0.298941 -0.54123 -2.11544 0.45 0.501960784314 0.0 0.501960784314 +2 +4.24559 2.98676 -0.230153 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.08117 -2.84361 -0.756765 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.7609 -4.68468 -0.596563 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.56578 -0.840087 -0.159682 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.0852 3.9073 -0.32477 0.45 0.501960784314 0.0 0.501960784314 +2 +0.668619 -3.27917 -1.00238 0.45 0.501960784314 0.0 0.501960784314 +2 +1.74469 5.26872 2.60585 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.304332 -3.21446 -5.26348 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.39306 -1.14552 2.94038 0.45 0.501960784314 0.0 0.501960784314 +2 +1.81361 -2.66225 -4.76023 0.45 0.501960784314 0.0 0.501960784314 +2 +2.98248 2.25235 1.53078 0.45 0.501960784314 0.0 0.501960784314 +2 +0.513103 0.843934 2.78756 0.45 0.501960784314 0.0 0.501960784314 +2 +1.71582 3.93965 -2.5163 0.45 0.501960784314 0.0 0.501960784314 +2 +0.177908 0.0071694 -3.57395 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.01838 -1.08875 1.79011 0.45 0.501960784314 0.0 0.501960784314 +2 +0.474099 2.87918 3.09235 0.45 0.501960784314 0.0 0.501960784314 +2 +0.0900767 0.263235 -5.11656 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.07268 -1.1638 5.92143 0.45 0.501960784314 0.0 0.501960784314 +2 +4.77683 -1.54377 -3.001 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.26287 -0.104256 -2.83535 0.45 0.501960784314 0.0 0.501960784314 +2 +3.48228 2.74415 4.10889 0.45 0.501960784314 0.0 0.501960784314 +2 +0.750432 -5.41985 0.901239 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.82838 2.54586 -3.48435 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.419291 0.16297 -2.90769 0.45 0.501960784314 0.0 0.501960784314 +2 +1.59278 -4.51763 3.12485 0.45 0.501960784314 0.0 0.501960784314 +2 +0.518157 -1.0486 -5.83931 0.45 0.501960784314 0.0 0.501960784314 +2 +0.225018 -2.25257 -5.07529 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.16599 -1.69816 -4.81357 0.45 0.501960784314 0.0 0.501960784314 +2 +3.26237 4.04175 1.34036 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.69783 -2.64139 -1.59351 0.45 0.501960784314 0.0 0.501960784314 +2 +4.54221 0.612834 2.0788 0.45 0.501960784314 0.0 0.501960784314 +2 +0.24434 -0.0926694 5.78861 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.52687 -3.23998 0.0756517 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.87574 5.19251 -0.358346 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.31746 -2.82664 -0.923186 0.45 0.501960784314 0.0 0.501960784314 +2 +0.136694 2.11811 3.36267 0.45 0.501960784314 0.0 0.501960784314 +2 +2.53765 -5.03149 1.9318 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.30069 0.489084 -5.80692 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.37489 3.06055 -0.789738 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.903494 1.15144 -2.73038 0.45 0.501960784314 0.0 0.501960784314 +2 +4.02028 0.188042 -3.3622 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.801804 -1.90943 5.06396 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.09779 3.11309 1.35194 0.45 0.501960784314 0.0 0.501960784314 +2 +4.84629 -0.423099 -1.812 0.45 0.501960784314 0.0 0.501960784314 +2 +5.27451 0.636974 -1.6222 0.45 0.501960784314 0.0 0.501960784314 +2 +1.08048 -4.20126 -2.28551 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.395795 -1.97263 -2.45043 0.45 0.501960784314 0.0 0.501960784314 +2 +1.95836 -1.57025 -1.48008 0.45 0.501960784314 0.0 0.501960784314 +2 +0.28789 -0.1719 1.70674 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.86564 -2.2426 1.11765 0.45 0.501960784314 0.0 0.501960784314 +2 +0.211005 -2.04213 -4.21313 0.45 0.501960784314 0.0 0.501960784314 +2 +2.56542 2.58962 -0.0182005 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.735955 0.587537 -1.24026 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.81133 3.80625 1.18246 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.06341 2.39917 0.0635141 0.45 0.501960784314 0.0 0.501960784314 +2 +0.478225 -2.2074 -2.82741 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.40615 2.124 3.11124 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.87381 -2.99564 -0.0544505 0.45 0.501960784314 0.0 0.501960784314 +2 +2.96976 -0.620805 0.427773 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.17392 1.53445 -4.74433 0.45 0.501960784314 0.0 0.501960784314 +2 +1.91795 1.64608 -1.93823 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.17225 1.35974 -0.597984 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.638719 -2.87912 -2.06608 0.45 0.501960784314 0.0 0.501960784314 +2 +2.67523 -0.354423 -1.4189 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.19864 3.3926 -3.25952 0.45 0.501960784314 0.0 0.501960784314 +2 +3.19618 -4.17394 -2.11347 0.45 0.501960784314 0.0 0.501960784314 +2 +0.261165 -2.67887 1.29979 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.155 1.49204 2.09754 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.1144 -3.03038 -0.765048 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.50724 3.9731 1.34266 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.25251 -4.21225 -0.827762 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.0891 -4.2371 3.33031 0.45 0.501960784314 0.0 0.501960784314 +2 +2.68496 1.77257 2.42457 0.45 0.501960784314 0.0 0.501960784314 +2 +1.95386 -2.74673 2.1154 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.95638 -1.20771 -0.153949 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.790671 -0.895452 -0.156122 0.45 0.501960784314 0.0 0.501960784314 +2 +3.21721 1.84874 4.5365 0.45 0.501960784314 0.0 0.501960784314 +2 +2.45613 2.07906 4.58246 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.27603 -1.36559 1.43397 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.73513 3.13059 -2.22782 0.45 0.501960784314 0.0 0.501960784314 +2 +1.39387 2.39103 -0.297525 0.45 0.501960784314 0.0 0.501960784314 +2 +0.5218 -1.86404 -1.29567 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.05617 -4.47111 3.33395 0.45 0.501960784314 0.0 0.501960784314 +2 +2.8125 -0.955812 2.74701 0.45 0.501960784314 0.0 0.501960784314 +2 +2.55957 3.55203 -3.52882 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.43662 -4.66176 -0.00203058 0.45 0.501960784314 0.0 0.501960784314 +2 +3.09308 0.0685037 -2.51078 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.45586 2.43822 -1.23949 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.738963 -0.336807 -3.11324 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.79677 -3.09451 0.807485 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.87165 -5.01383 0.988941 0.45 0.501960784314 0.0 0.501960784314 +2 +1.57072 -2.98302 1.03281 0.45 0.501960784314 0.0 0.501960784314 +2 +1.05787 0.36886 -4.06749 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.7251 1.39446 -0.0794534 0.45 0.501960784314 0.0 0.501960784314 +2 +0.762089 4.39894 -0.342674 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.4701 -1.05733 -3.74239 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.89894 -0.126802 2.85261 0.45 0.501960784314 0.0 0.501960784314 +2 +3.15654 -0.452206 5.26952 0.45 0.501960784314 0.0 0.501960784314 +2 +3.52878 2.72894 -3.37053 0.45 0.501960784314 0.0 0.501960784314 +2 +1.84338 1.34662 2.31828 0.45 0.501960784314 0.0 0.501960784314 +2 +4.81016 0.220032 0.79412 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.17116 2.86076 3.57166 0.45 0.501960784314 0.0 0.501960784314 +2 +3.80301 -3.77365 0.83625 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.284 0.124541 -3.62753 0.45 0.501960784314 0.0 0.501960784314 +2 +0.112705 -4.04626 -2.7462 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.29551 0.625786 -3.55661 0.45 0.501960784314 0.0 0.501960784314 +2 +2.59629 0.456966 0.280921 0.45 0.501960784314 0.0 0.501960784314 +2 +4.04392 0.525432 -2.85049 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.66827 2.35206 2.33403 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.24124 -0.797518 -4.30746 0.45 0.501960784314 0.0 0.501960784314 +2 +0.389497 -4.63317 -3.37715 0.45 0.501960784314 0.0 0.501960784314 +2 +2.26378 -4.9151 -2.26811 0.45 0.501960784314 0.0 0.501960784314 +2 +3.8216 -1.44624 -1.63888 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.07792 -2.32871 5.48702 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.986044 3.3269 -3.23543 0.45 0.501960784314 0.0 0.501960784314 +2 +1.9838 4.07023 -3.94145 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.98876 3.96183 -2.0207 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.94046 1.36032 -3.18712 0.45 0.501960784314 0.0 0.501960784314 +2 +0.592246 3.45043 1.07043 0.45 0.501960784314 0.0 0.501960784314 +2 +0.59512 2.14017 1.96178 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.31248 1.84943 3.7819 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.4949 -3.97066 2.45329 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.405238 0.621174 5.77373 0.45 0.501960784314 0.0 0.501960784314 +2 +3.90241 4.27574 0.931125 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.86949 1.93886 5.59757 0.45 0.501960784314 0.0 0.501960784314 +2 +0.540442 1.27611 -4.12705 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.35179 -2.36254 -4.7794 0.45 0.501960784314 0.0 0.501960784314 +2 +5.12551 2.65971 -0.693061 0.45 0.501960784314 0.0 0.501960784314 +2 +1.90232 -0.623815 -0.540946 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.44501 -5.7101 -1.44063 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.657856 -1.93477 1.10917 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.31538 2.72681 -2.01591 0.45 0.501960784314 0.0 0.501960784314 +2 +2.07578 -0.914602 0.574121 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.427476 -0.934974 5.57008 0.45 0.501960784314 0.0 0.501960784314 +2 +0.48466 -5.72341 -1.83477 0.45 0.501960784314 0.0 0.501960784314 +2 +2.25791 -4.3075 -1.30077 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.842862 2.83034 1.11391 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.709438 -0.395141 -3.37713 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.06978 -0.976577 1.15141 0.45 0.501960784314 0.0 0.501960784314 +2 +1.45912 -5.29895 -2.00314 0.45 0.501960784314 0.0 0.501960784314 +2 +3.37336 -3.93822 1.71188 0.45 0.501960784314 0.0 0.501960784314 +2 +5.51502 -1.91331 1.98019 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.3007 0.232541 0.113254 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.71226 2.9387 -1.5956 0.45 0.501960784314 0.0 0.501960784314 +2 +1.19057 -2.51656 -0.276475 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.44722 3.38929 3.25464 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.74098 -4.99983 0.479719 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.126554 -5.40135 1.5585 0.45 0.501960784314 0.0 0.501960784314 +2 +2.52089 -1.35406 -3.23621 0.45 0.501960784314 0.0 0.501960784314 +2 +1.29468 -2.15173 2.38855 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.76659 0.0249599 -2.33658 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.79143 -4.64919 0.457371 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.74297 3.29443 -3.06576 0.45 0.501960784314 0.0 0.501960784314 +2 +0.151991 -1.33158 2.33345 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.34538 1.67816 3.69569 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.78063 -0.320217 2.75359 0.45 0.501960784314 0.0 0.501960784314 +2 +1.4076 -2.66392 4.40128 0.45 0.501960784314 0.0 0.501960784314 +2 +1.40775 -0.0818846 0.943755 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.165492 -2.26099 2.25493 0.45 0.501960784314 0.0 0.501960784314 +2 +5.27387 2.1947 0.256139 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.305002 -2.0732 -5.43942 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.2681 2.28562 2.33599 0.45 0.501960784314 0.0 0.501960784314 +2 +5.15558 -0.652036 -3.38609 0.45 0.501960784314 0.0 0.501960784314 +2 +0.987478 -4.03937 1.5339 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.46994 -2.94622 -0.733125 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.49138 0.984709 -0.942529 0.45 0.501960784314 0.0 0.501960784314 +2 +2.67438 -2.34334 -4.72312 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.47963 -4.47293 -2.50951 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.36851 -1.36404 2.69568 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.16933 0.809299 3.80693 0.45 0.501960784314 0.0 0.501960784314 +2 +0.15986 -5.5556 2.25407 0.45 0.501960784314 0.0 0.501960784314 +2 +3.59647 -1.10974 -3.6282 0.45 0.501960784314 0.0 0.501960784314 +2 +5.6105 2.42503 0.440473 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.04979 0.105764 3.36724 0.45 0.501960784314 0.0 0.501960784314 +2 +4.77157 -3.08708 1.49315 0.45 0.501960784314 0.0 0.501960784314 +2 +3.39897 4.66542 -0.660869 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.9432 0.331434 -0.333765 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.61405 -5.59992 1.63884 0.45 0.501960784314 0.0 0.501960784314 +2 +0.450931 -1.88345 -4.78683 0.45 0.501960784314 0.0 0.501960784314 +2 +0.905956 3.00826 1.25047 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.79953 -4.24021 0.683669 0.45 0.501960784314 0.0 0.501960784314 +2 +1.52744 1.51317 -2.44235 0.45 0.501960784314 0.0 0.501960784314 +2 +3.13467 4.25287 1.19633 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.633487 -1.80325 3.08111 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.60513 -0.041076 4.429 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.78493 -2.51779 3.81504 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.033553 -5.60956 0.921181 0.45 0.501960784314 0.0 0.501960784314 +2 +4.22397 -0.607375 2.8256 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.549729 3.93449 -2.39015 0.45 0.501960784314 0.0 0.501960784314 +2 +2.64427 0.259852 0.0637089 0.45 0.501960784314 0.0 0.501960784314 +2 +3.7524 1.79607 0.347038 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.18379 4.93726 2.37122 0.45 0.501960784314 0.0 0.501960784314 +2 +1.85013 3.18257 2.91724 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.50186 -1.46552 -3.13712 0.45 0.501960784314 0.0 0.501960784314 +2 +4.16855 -1.61154 -0.618455 0.45 0.501960784314 0.0 0.501960784314 +2 +2.69369 -0.284336 -2.14416 0.45 0.501960784314 0.0 0.501960784314 +2 +1.95048 2.381 4.93125 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.45786 1.55633 3.17735 0.45 0.501960784314 0.0 0.501960784314 +2 +1.89701 -3.04416 3.34151 0.45 0.501960784314 0.0 0.501960784314 +2 +5.78762 1.57835 1.14267 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.21705 4.26469 1.32628 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.53677 4.066 -0.534246 0.45 0.501960784314 0.0 0.501960784314 +2 +1.47787 -0.238513 -1.22038 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.06648 -4.10898 -2.22347 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.49626 2.50341 2.65431 0.45 0.501960784314 0.0 0.501960784314 +2 +3.17107 -4.41147 0.665622 0.45 0.501960784314 0.0 0.501960784314 +2 +0.309627 5.37204 2.10989 0.45 0.501960784314 0.0 0.501960784314 +2 +2.52525 -2.53958 -2.57233 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0650567 -1.5903 -3.47372 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.66943 -5.86427 0.507548 0.45 0.501960784314 0.0 0.501960784314 +2 +2.69192 -5.21242 0.815749 0.45 0.501960784314 0.0 0.501960784314 +2 +0.554553 2.70456 -3.81317 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.72865 3.72285 1.45979 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.18834 2.87375 -1.4489 0.45 0.501960784314 0.0 0.501960784314 +2 +0.558747 -1.2505 0.314838 0.45 0.501960784314 0.0 0.501960784314 +2 +3.12312 -3.83955 -2.39433 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.254534 2.47083 0.906614 0.45 0.501960784314 0.0 0.501960784314 +2 +1.64755 -1.9905 -5.08295 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.65754 -0.00641249 3.88835 0.45 0.501960784314 0.0 0.501960784314 +2 +3.74247 -3.76406 0.845553 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.63266 0.860601 -2.45971 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.205784 2.94176 0.165663 0.45 0.501960784314 0.0 0.501960784314 +2 +5.12695 1.93637 0.927604 0.45 0.501960784314 0.0 0.501960784314 +2 +4.11126 3.26804 0.103558 0.45 0.501960784314 0.0 0.501960784314 +2 +3.52275 0.535641 -4.97764 0.45 0.501960784314 0.0 0.501960784314 +2 +1.35596 -2.05637 4.49034 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.93696 1.44869 5.55835 0.45 0.501960784314 0.0 0.501960784314 +2 +0.417998 2.925 3.87038 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.511066 -3.84181 -3.19352 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.805317 1.07769 -1.43214 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.401045 -3.35311 -3.05716 0.45 0.501960784314 0.0 0.501960784314 +2 +2.58476 5.10918 1.11819 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.17738 -2.45544 -2.83453 0.45 0.501960784314 0.0 0.501960784314 +2 +3.03312 -2.79564 -1.0503 0.45 0.501960784314 0.0 0.501960784314 +2 +2.77348 0.785607 2.63806 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.17191 2.68473 -2.08363 0.45 0.501960784314 0.0 0.501960784314 +2 +5.40001 0.742555 -1.3378 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.56452 -3.27157 2.53663 0.45 0.501960784314 0.0 0.501960784314 +2 +2.58026 3.91774 1.52731 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.521109 1.07304 -5.26786 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.45156 3.7184 0.962722 0.45 0.501960784314 0.0 0.501960784314 +2 +1.72914 4.39748 -0.0874576 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0539122 -0.390853 -5.75117 0.45 0.501960784314 0.0 0.501960784314 +2 +3.08581 1.96944 -1.59069 0.45 0.501960784314 0.0 0.501960784314 +2 +2.33143 2.97507 1.6937 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.02679 5.37185 -1.0568 0.45 0.501960784314 0.0 0.501960784314 +2 +3.04666 1.46703 3.57075 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.24539 0.482297 4.18823 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.00058 -0.824901 -5.48412 0.45 0.501960784314 0.0 0.501960784314 +2 +0.0793384 5.89014 0.114301 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.02172 3.68673 2.28557 0.45 0.501960784314 0.0 0.501960784314 +2 +1.88093 -0.307079 0.231364 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.716174 -1.94289 1.03827 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.27472 3.77082 1.17742 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.34759 1.76424 -1.15462 0.45 0.501960784314 0.0 0.501960784314 +2 +2.27646 -2.69088 -1.99685 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0208828 -3.58032 -0.394148 0.45 0.501960784314 0.0 0.501960784314 +2 +0.905922 2.42973 4.946 0.45 0.501960784314 0.0 0.501960784314 +2 +0.401414 -2.85016 0.795944 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.54933 2.75048 -1.26837 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.18155 -2.57649 -2.57209 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.12499 -2.84957 -1.7094 0.45 0.501960784314 0.0 0.501960784314 +2 +4.79977 -0.591413 -1.85643 0.45 0.501960784314 0.0 0.501960784314 +2 +2.67815 -0.895346 1.62997 0.45 0.501960784314 0.0 0.501960784314 +2 +0.211869 0.0673957 3.68085 0.45 0.501960784314 0.0 0.501960784314 +2 +2.75402 -3.76406 0.750588 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.20782 -0.90224 -2.57925 0.45 0.501960784314 0.0 0.501960784314 +2 +0.666514 -1.42408 -1.44293 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.03448 4.78937 -1.70086 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.654245 -3.29311 0.345415 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.08904 -3.20238 -0.805315 0.45 0.501960784314 0.0 0.501960784314 +2 +1.11828 -1.6456 -2.34864 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.043294 4.37176 1.91351 0.45 0.501960784314 0.0 0.501960784314 +2 +1.40731 4.88829 -1.73763 0.45 0.501960784314 0.0 0.501960784314 +2 +1.80655 2.7628 -5.06911 0.45 0.501960784314 0.0 0.501960784314 +2 +4.10748 1.89432 1.52232 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.06516 1.0954 -1.53148 0.45 0.501960784314 0.0 0.501960784314 +2 +4.93769 -2.73072 -1.63202 0.45 0.501960784314 0.0 0.501960784314 +2 +2.48771 -0.704683 5.09169 0.45 0.501960784314 0.0 0.501960784314 +2 +4.96809 -0.487948 0.0930271 0.45 0.501960784314 0.0 0.501960784314 +2 +0.223552 -2.09173 5.73083 0.45 0.501960784314 0.0 0.501960784314 +2 +2.35944 2.24735 4.19508 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.74111 1.81655 -2.90847 0.45 0.501960784314 0.0 0.501960784314 +2 +0.983286 -0.0573154 4.44694 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.10448 5.7979 0.625649 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.642332 -1.57215 3.86532 0.45 0.501960784314 0.0 0.501960784314 +2 +1.40807 5.29814 0.728988 0.45 0.501960784314 0.0 0.501960784314 +2 +4.72525 0.0842262 1.19001 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.93275 -2.22584 -2.56346 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.08675 2.61685 -1.47631 0.45 0.501960784314 0.0 0.501960784314 +2 +1.7555 0.854034 -1.16413 0.45 0.501960784314 0.0 0.501960784314 +2 +0.357393 1.7148 -0.80638 0.45 0.501960784314 0.0 0.501960784314 +2 +0.842667 -6.10569 0.112749 0.45 0.501960784314 0.0 0.501960784314 +2 +0.867903 -3.80406 -1.44099 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.16873 1.90594 -1.7698 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.63804 -2.7203 -0.309822 0.45 0.501960784314 0.0 0.501960784314 +2 +3.75817 -0.549067 2.64049 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.08444 -0.304766 1.89321 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0269075 -5.58165 -1.37833 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.66932 -4.05876 -1.80471 0.45 0.501960784314 0.0 0.501960784314 +2 +3.33361 -2.07609 -4.30695 0.45 0.501960784314 0.0 0.501960784314 +2 +1.36897 5.74917 0.549728 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.9375 1.42648 4.50509 0.45 0.501960784314 0.0 0.501960784314 +2 +4.92377 -0.902949 -2.09246 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.95865 -3.26125 2.40162 0.45 0.501960784314 0.0 0.501960784314 +2 +4.00473 -0.505698 -0.458992 0.45 0.501960784314 0.0 0.501960784314 +2 +2.88135 2.24246 -3.44975 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.98593 -2.58598 -0.752385 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.58384 -2.00961 -3.65493 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.33477 -1.58717 -0.500338 0.45 0.501960784314 0.0 0.501960784314 +2 +2.7771 -0.39368 -3.63836 0.45 0.501960784314 0.0 0.501960784314 +2 +4.17734 -2.67986 -2.87674 0.45 0.501960784314 0.0 0.501960784314 +2 +0.801001 0.810258 -4.88488 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.00248 -3.39597 -3.75088 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.00609 1.47745 5.11298 0.45 0.501960784314 0.0 0.501960784314 +2 +2.90838 -2.54187 -3.82654 0.45 0.501960784314 0.0 0.501960784314 +2 +5.21779 2.66941 1.06407 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.12731 3.32125 1.15438 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.90018 3.81139 0.649932 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.48574 1.03271 -0.718706 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.1978 -1.74292 -0.314135 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0233035 5.36302 -0.615664 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0115329 4.67819 3.14942 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.30217 4.83808 -1.93955 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.822576 -3.61875 -1.08864 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.764003 0.664773 -5.87122 0.45 0.501960784314 0.0 0.501960784314 +2 +3.71659 -4.52146 0.757106 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.151533 -3.37564 2.88306 0.45 0.501960784314 0.0 0.501960784314 +2 +-6.11087 -0.178636 0.161124 0.45 0.501960784314 0.0 0.501960784314 +2 +3.29085 -1.12072 -2.16968 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.57427 5.38075 -0.511187 0.45 0.501960784314 0.0 0.501960784314 +2 +1.84754 -3.062 1.32208 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.699979 -2.70502 -3.95246 0.45 0.501960784314 0.0 0.501960784314 +2 +2.80166 2.82354 -1.56926 0.45 0.501960784314 0.0 0.501960784314 +2 +3.89409 0.961153 0.170297 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0683687 4.7784 -0.00114084 0.45 0.501960784314 0.0 0.501960784314 +2 +4.72738 -1.4411 -2.06265 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.75706 -2.25664 0.928909 0.45 0.501960784314 0.0 0.501960784314 +2 +4.26072 -3.28189 2.79116 0.45 0.501960784314 0.0 0.501960784314 +2 +0.200661 -2.20289 -1.47012 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.85684 0.269314 -2.19869 0.45 0.501960784314 0.0 0.501960784314 +2 +1.46981 0.821437 -3.11156 0.45 0.501960784314 0.0 0.501960784314 +2 +3.10428 2.19372 -3.77988 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.23587 2.58899 1.748 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.14202 -0.319121 -3.64439 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.776692 -1.6885 -3.83131 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.409745 -0.691351 5.84015 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.60637 3.88071 -0.625876 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.06864 1.35369 -2.95801 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.389511 4.39605 0.706188 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.9053 4.6861 -0.389442 0.45 0.501960784314 0.0 0.501960784314 +2 +1.59427 -4.29802 -3.15203 0.45 0.501960784314 0.0 0.501960784314 +2 +1.72045 -5.10307 2.29898 0.45 0.501960784314 0.0 0.501960784314 +2 +3.57209 -1.40604 4.08196 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.18576 -2.35023 3.62828 0.45 0.501960784314 0.0 0.501960784314 +2 +0.12615 -1.40335 -0.381292 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.40367 -0.183652 2.71434 0.45 0.501960784314 0.0 0.501960784314 +2 +0.552194 0.282497 -3.96206 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.8994 0.0689099 4.31635 0.45 0.501960784314 0.0 0.501960784314 +2 +1.14647 0.634216 1.64049 0.45 0.501960784314 0.0 0.501960784314 +2 +4.80422 -0.245052 0.546248 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.389026 0.140742 -4.28993 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.76997 0.634099 -0.312711 0.45 0.501960784314 0.0 0.501960784314 +2 +4.71937 0.46587 1.06016 0.45 0.501960784314 0.0 0.501960784314 +2 +1.64929 2.41177 0.925888 0.45 0.501960784314 0.0 0.501960784314 +2 +3.01403 -0.993494 2.18475 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.7628 0.531676 2.83479 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.780734 4.82121 -0.171825 0.45 0.501960784314 0.0 0.501960784314 +2 +2.96741 -2.84575 0.548236 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.893 3.82695 1.54448 0.45 0.501960784314 0.0 0.501960784314 +2 +2.58004 0.303711 5.18817 0.45 0.501960784314 0.0 0.501960784314 +2 +4.57394 0.355877 1.05357 0.45 0.501960784314 0.0 0.501960784314 +2 +2.569 0.707221 0.34159 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.35085 -2.3371 0.875347 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.76144 3.0547 0.18413 0.45 0.501960784314 0.0 0.501960784314 +2 +5.32841 0.846683 -0.632137 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.9302 0.0029002 -0.884421 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.858414 1.98338 -3.01306 0.45 0.501960784314 0.0 0.501960784314 +2 +0.812222 3.30815 4.2931 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.97995 -0.399204 2.77651 0.45 0.501960784314 0.0 0.501960784314 +2 +2.03 -1.09012 3.55711 0.45 0.501960784314 0.0 0.501960784314 +2 +1.80616 -3.73963 2.02791 0.45 0.501960784314 0.0 0.501960784314 +2 +0.979561 -0.624017 -3.92893 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.36045 -2.35787 -0.658404 0.45 0.501960784314 0.0 0.501960784314 +2 +1.26368 -2.04966 5.5854 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.55957 4.38813 4.09717 0.45 0.501960784314 0.0 0.501960784314 +2 +2.14712 -5.41909 1.13466 0.45 0.501960784314 0.0 0.501960784314 +2 +0.0852355 5.74611 -1.33194 0.45 0.501960784314 0.0 0.501960784314 +2 +2.37848 -0.241315 1.30541 0.45 0.501960784314 0.0 0.501960784314 +2 +0.469716 3.65639 0.984296 0.45 0.501960784314 0.0 0.501960784314 +2 +4.51189 -0.268179 -3.54278 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.34217 2.65233 -0.70989 0.45 0.501960784314 0.0 0.501960784314 +2 +3.31917 3.30358 1.96897 0.45 0.501960784314 0.0 0.501960784314 +2 +3.01855 0.568679 4.39692 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.56431 3.64032 3.87373 0.45 0.501960784314 0.0 0.501960784314 +2 +4.1423 3.9693 -0.461507 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.16149 -0.448652 2.96094 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0736336 3.14128 3.68031 0.45 0.501960784314 0.0 0.501960784314 +2 +5.97277 -0.82612 -1.15529 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.24515 0.0141067 1.35848 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.55549 -1.54401 5.23627 0.45 0.501960784314 0.0 0.501960784314 +2 +0.549835 -2.14568 4.73673 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.46005 -1.48329 -3.98482 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.07896 -1.77673 2.20301 0.45 0.501960784314 0.0 0.501960784314 +2 +3.52353 1.35701 3.1608 0.45 0.501960784314 0.0 0.501960784314 +2 +0.36864 4.64169 -2.37351 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.07891 2.47351 -3.68462 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.04083 1.78727 1.34 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.74553 2.12514 -2.55206 0.45 0.501960784314 0.0 0.501960784314 +2 +2.38495 -3.25599 3.906 0.45 0.501960784314 0.0 0.501960784314 +2 +2.65386 0.247307 0.140115 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.41449 2.96748 -1.81802 0.45 0.501960784314 0.0 0.501960784314 +2 +2.97939 -0.152307 -3.98465 0.45 0.501960784314 0.0 0.501960784314 +2 +2.83683 -1.47507 -2.30659 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.77694 -1.43869 1.12642 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.39739 0.498902 -2.0959 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.31136 -0.658562 -1.39739 0.45 0.501960784314 0.0 0.501960784314 +2 +0.517545 1.07105 -1.36567 0.45 0.501960784314 0.0 0.501960784314 +2 +0.0960985 2.21689 1.01586 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.47004 -3.54497 -1.9003 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.76305 0.874702 -1.18673 0.45 0.501960784314 0.0 0.501960784314 +2 +2.50749 -3.1719 2.79329 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.34855 2.50608 -2.10054 0.45 0.501960784314 0.0 0.501960784314 +2 +3.76483 -0.268202 -3.92779 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.817963 -0.529937 1.58389 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.97536 2.3077 1.25398 0.45 0.501960784314 0.0 0.501960784314 +2 +2.04562 0.874103 1.15539 0.45 0.501960784314 0.0 0.501960784314 +2 +1.61737 -0.632056 -2.56544 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.92996 -0.477428 3.20617 0.45 0.501960784314 0.0 0.501960784314 +2 +2.52335 2.83516 -4.87137 0.45 0.501960784314 0.0 0.501960784314 +2 +0.760114 -3.98101 2.16027 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.50326 -4.62699 1.23865 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.01236 -0.259215 -1.76611 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.93852 -3.35004 -1.11704 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.22501 -1.02811 3.57845 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.94459 -2.65962 2.16629 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.863394 5.13056 0.648035 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.83684 -3.16005 3.43341 0.45 0.501960784314 0.0 0.501960784314 +2 +0.346041 -2.97254 3.48906 0.45 0.501960784314 0.0 0.501960784314 +2 +5.1798 -3.01701 0.613988 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.33155 -0.585328 1.15205 0.45 0.501960784314 0.0 0.501960784314 +2 +5.24776 -2.31045 2.24622 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.25674 -0.821837 -3.61876 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.22394 0.130725 1.05867 0.45 0.501960784314 0.0 0.501960784314 +2 +1.34307 4.57316 -0.275754 0.45 0.501960784314 0.0 0.501960784314 +2 +1.34525 4.07323 -3.04401 0.45 0.501960784314 0.0 0.501960784314 +2 +1.52457 2.95112 -3.67871 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.02989 -0.473988 -1.02143 0.45 0.501960784314 0.0 0.501960784314 +2 +4.11566 2.90031 -1.57436 0.45 0.501960784314 0.0 0.501960784314 +2 +3.91043 2.65027 1.87841 0.45 0.501960784314 0.0 0.501960784314 +2 +5.00779 -3.26284 0.464081 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.19175 -3.80925 -1.84045 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.75772 -0.931666 -0.866202 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.379712 -4.62135 -3.06999 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.00678336 -2.34481 -4.61608 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.49162 4.94894 0.2924 0.45 0.501960784314 0.0 0.501960784314 +2 +1.19228 1.36865 0.289136 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.03872 -0.057419 2.70542 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.72025 -3.8976 1.98898 0.45 0.501960784314 0.0 0.501960784314 +2 +0.0462813 -3.79165 -3.78074 0.45 0.501960784314 0.0 0.501960784314 +2 +5.26045 -0.0509722 -0.606387 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.29785 -4.88915 -0.312953 0.45 0.501960784314 0.0 0.501960784314 +2 +0.764002 -0.678756 -5.80926 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.40062 0.401637 0.891463 0.45 0.501960784314 0.0 0.501960784314 +2 +0.364248 5.26111 -1.36623 0.45 0.501960784314 0.0 0.501960784314 +2 +3.09666 -1.86022 1.0311 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.93658 0.051245 5.19057 0.45 0.501960784314 0.0 0.501960784314 +2 +4.13965 -3.33222 0.563403 0.45 0.501960784314 0.0 0.501960784314 +2 +-5.34523 1.92216 -2.04311 0.45 0.501960784314 0.0 0.501960784314 +2 +1.93439 4.95039 -0.235478 0.45 0.501960784314 0.0 0.501960784314 +2 +0.152482 -5.49076 0.09677 0.45 0.501960784314 0.0 0.501960784314 +2 +1.09467 -1.5203 -5.62016 0.45 0.501960784314 0.0 0.501960784314 +2 +0.637653 -2.62071 -1.38462 0.45 0.501960784314 0.0 0.501960784314 +2 +4.21957 -0.225957 -1.11899 0.45 0.501960784314 0.0 0.501960784314 +2 +2.18589 1.08869 -2.68384 0.45 0.501960784314 0.0 0.501960784314 +2 +4.66167 -1.60248 2.73311 0.45 0.501960784314 0.0 0.501960784314 +2 +5.12762 0.788315 -1.47272 0.45 0.501960784314 0.0 0.501960784314 +2 +0.0503118 1.91437 3.36079 0.45 0.501960784314 0.0 0.501960784314 +2 +0.51923 4.57844 1.51343 0.45 0.501960784314 0.0 0.501960784314 +2 +1.80217 3.55719 -3.67605 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.19209 -2.64075 -3.1356 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0845756 5.34331 3.08824 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.19343 -3.68736 -0.484989 0.45 0.501960784314 0.0 0.501960784314 +2 +0.187345 -2.68034 1.42819 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.93233 1.39986 3.69633 0.45 0.501960784314 0.0 0.501960784314 +2 +2.38809 -0.114908 4.24256 0.45 0.501960784314 0.0 0.501960784314 +2 +2.53811 2.63596 -2.80314 0.45 0.501960784314 0.0 0.501960784314 +2 +4.99029 0.38101 1.62514 0.45 0.501960784314 0.0 0.501960784314 +2 +2.43066 -4.15403 -2.5731 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.98955 3.09084 -0.429677 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.696928 -1.05892 -5.54874 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.10415 0.0637035 3.662 0.45 0.501960784314 0.0 0.501960784314 +2 +4.65126 -2.90118 -0.619933 0.45 0.501960784314 0.0 0.501960784314 +2 +2.68091 -4.23717 2.1044 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.7811 -0.31803 2.29658 0.45 0.501960784314 0.0 0.501960784314 +2 +0.372633 -2.69057 3.19033 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.13948 1.83301 0.723071 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.179543 -2.67647 4.44982 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.66174 0.365306 -1.77726 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.96958 -0.79976 -4.77894 0.45 0.501960784314 0.0 0.501960784314 +2 +3.32991 -2.30099 -0.114341 0.45 0.501960784314 0.0 0.501960784314 +2 +1.3525 1.79176 2.2817 0.45 0.501960784314 0.0 0.501960784314 +2 +0.552831 -1.41923 5.69143 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.20261 3.29156 -1.60936 0.45 0.501960784314 0.0 0.501960784314 +2 +4.24674 -2.52263 -3.15095 0.45 0.501960784314 0.0 0.501960784314 +2 +1.20164 -2.61895 3.31304 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.467041 4.08608 1.87538 0.45 0.501960784314 0.0 0.501960784314 +2 +4.1539 0.384427 -2.99398 0.45 0.501960784314 0.0 0.501960784314 +2 +2.99053 1.09763 -1.30363 0.45 0.501960784314 0.0 0.501960784314 +2 +0.62752 0.770413 -4.58764 0.45 0.501960784314 0.0 0.501960784314 +2 +5.08554 0.704188 -1.00068 0.45 0.501960784314 0.0 0.501960784314 +2 +3.80547 0.445081 -0.954147 0.45 0.501960784314 0.0 0.501960784314 +2 +4.28286 -3.51669 1.96547 0.45 0.501960784314 0.0 0.501960784314 +2 +4.15828 -0.43725 -3.91705 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.2655 0.862785 -2.96916 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.61799 2.58168 3.03574 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.160706 3.74126 0.706545 0.45 0.501960784314 0.0 0.501960784314 +2 +0.812353 5.5077 -0.744428 0.45 0.501960784314 0.0 0.501960784314 +2 +0.336302 -5.37492 -0.865169 0.45 0.501960784314 0.0 0.501960784314 +2 +0.126258 0.417309 3.75679 0.45 0.501960784314 0.0 0.501960784314 +2 +1.96692 5.79863 0.487554 0.45 0.501960784314 0.0 0.501960784314 +2 +4.78288 0.821602 -0.339789 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.6113 -0.0755479 -4.21901 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.77072 -3.96634 0.580682 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.74247 -0.578206 -3.21789 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.997233 1.38239 -4.54918 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.11641 -4.15658 4.28362 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.14908 1.71573 2.30892 0.45 0.501960784314 0.0 0.501960784314 +2 +4.12207 -1.11043 -2.87739 0.45 0.501960784314 0.0 0.501960784314 +2 +1.00673 -3.04129 1.85636 0.45 0.501960784314 0.0 0.501960784314 +2 +2.92028 -0.910236 -0.489825 0.45 0.501960784314 0.0 0.501960784314 +2 +5.76829 -0.717488 0.788711 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.32609 -0.10922 0.569937 0.45 0.501960784314 0.0 0.501960784314 +2 +0.714012 2.82939 -2.58847 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.25443 4.21011 2.20763 0.45 0.501960784314 0.0 0.501960784314 +2 +0.136512 -0.937394 2.12719 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.16069 -3.88983 -3.77274 0.45 0.501960784314 0.0 0.501960784314 +2 +3.82114 3.29186 3.43023 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.472615 -2.74881 4.48658 0.45 0.501960784314 0.0 0.501960784314 +2 +2.76139 -3.90745 -2.22949 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.92814 0.822574 3.58651 0.45 0.501960784314 0.0 0.501960784314 +2 +1.11827 -1.92729 2.7243 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.53213 -1.53933 -2.88234 0.45 0.501960784314 0.0 0.501960784314 +2 +1.20534 -2.53689 5.42211 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.0170792 -1.68886 2.64725 0.45 0.501960784314 0.0 0.501960784314 +2 +0.730245 2.69153 0.565257 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.86569 -2.96533 0.674015 0.45 0.501960784314 0.0 0.501960784314 +2 +0.57809 1.27139 3.39798 0.45 0.501960784314 0.0 0.501960784314 +2 +0.301384 3.30172 -4.54158 0.45 0.501960784314 0.0 0.501960784314 +2 +0.278573 4.53173 -1.81778 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.0327 0.753371 -5.64975 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.54205 2.11126 -0.079924 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.32489 -0.269603 -2.66107 0.45 0.501960784314 0.0 0.501960784314 +2 +2.71378 2.38756 3.46613 0.45 0.501960784314 0.0 0.501960784314 +2 +4.29571 1.68293 -2.96299 0.45 0.501960784314 0.0 0.501960784314 +2 +2.80749 1.59167 1.72596 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.30558 1.62783 1.42064 0.45 0.501960784314 0.0 0.501960784314 +2 +3.79371 1.25508 2.13203 0.45 0.501960784314 0.0 0.501960784314 +2 +1.59181 4.00484 1.30078 0.45 0.501960784314 0.0 0.501960784314 +2 +4.01536 4.42481 0.119249 0.45 0.501960784314 0.0 0.501960784314 +2 +4.69064 1.42189 1.8781 0.45 0.501960784314 0.0 0.501960784314 +2 +3.73604 -0.327184 -2.6694 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.896477 -4.98081 -2.29384 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.66612 1.19164 3.0393 0.45 0.501960784314 0.0 0.501960784314 +2 +1.90007 -1.17598 -0.402167 0.45 0.501960784314 0.0 0.501960784314 +2 +2.60733 -0.222896 0.703839 0.45 0.501960784314 0.0 0.501960784314 +2 +0.31437 -1.76593 -2.43899 0.45 0.501960784314 0.0 0.501960784314 +2 +0.622521 3.6061 -0.59434 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.43076 -2.05006 -1.1088 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.227321 0.781327 5.14999 0.45 0.501960784314 0.0 0.501960784314 +2 +-0.783516 -4.7089 1.7988 0.45 0.501960784314 0.0 0.501960784314 +2 +-3.44019 -2.66915 3.30308 0.45 0.501960784314 0.0 0.501960784314 +2 +1.41966 1.61092 2.65276 0.45 0.501960784314 0.0 0.501960784314 +2 +-2.9563 3.55765 3.98286 0.45 0.501960784314 0.0 0.501960784314 +2 +4.10587 -0.448904 -1.27562 0.45 0.501960784314 0.0 0.501960784314 +2 +0.00457169 2.39429 4.8558 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.90033 -3.17476 4.34591 0.45 0.501960784314 0.0 0.501960784314 +2 +1.70949 -3.22391 -2.79863 0.45 0.501960784314 0.0 0.501960784314 +2 +-1.63275 2.69397 4.36305 0.45 0.501960784314 0.0 0.501960784314 +2 +0.058251 -1.1286 1.96772 0.45 0.501960784314 0.0 0.501960784314 +2 +2.36214 -1.94063 1.93642 0.45 0.501960784314 0.0 0.501960784314 +2 +1.7587 4.94885 -1.2723 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.17847 -3.88285 1.75075 0.45 0.501960784314 0.0 0.501960784314 +2 +5.14323 2.62358 0.0687288 0.45 0.501960784314 0.0 0.501960784314 +2 +1.2724 -4.39429 4.16227 0.45 0.501960784314 0.0 0.501960784314 +2 +4.56438 1.05183 -1.96388 0.45 0.501960784314 0.0 0.501960784314 +2 +-4.28828 -0.716931 -2.25991 0.45 0.501960784314 0.0 0.501960784314 diff --git a/examples/files/vec.txt b/examples/files/vec.txt new file mode 100644 index 0000000..3eabce0 --- /dev/null +++ b/examples/files/vec.txt @@ -0,0 +1,33 @@ +# test file of column data +Step Temperature E_pair E_bond E_total Pressure Volume + 0 1.0019297 0 0 0.68645902 0.47826346 733.92473 + 1000 1 -0.3541344 0 0.3310025 1.471929 788.80874 + 2000 1 -0.40581755 0 0.27931935 1.3444013 815.07966 + 3000 1 -0.53487842 0 0.15025847 1.5881028 838.85908 + 4000 1 -0.56788721 0 0.11724969 1.5870075 867.65296 + 5000 1 -0.49969634 0 0.18544056 1.3461368 897.39498 + 6000 1 -0.46128743 0 0.22384946 1.2535238 916.0006 + 7000 1 -0.44495472 0 0.24018217 1.2604379 923.45772 + 8000 1 -0.43113095 0 0.25400595 1.3020687 922.74025 + +# comment in middle of data + + 9000 1 -0.37283611 0 0.31230079 1.0383053 926.35044 + 10000 1 -0.41317676 0 0.27196014 1.0430468 923.77242 + 11000 1 -0.39163654 0 0.29350036 1.1417985 924.17464 + 12000 1 -0.40243311 0 0.28270378 1.1857218 926.0797 + 13000 1 -0.39552697 0 0.28960993 1.0909948 930.73504 + 14000 1 -0.38651967 0 0.29861723 1.019887 932.46408 + 15000 1 -0.36137982 0 0.32375708 1.0862526 934.52524 + 16000 1 -0.38895837 0 0.29617853 1.0782077 937.54986 + 17000 1 -0.36593408 0 0.31920282 1.0433347 937.86368 + 18000 1 -0.36862138 0 0.31651552 1.0541325 936.44677 + 19000 1 -0.34653171 0 0.33860519 1.0383193 936.06753 + 20000 1 -0.4198566 0 0.26528029 1.1931375 929.06482 + 21000 1 -0.37716741 0 0.30796949 1.0620287 933.67326 + 22000 1 -0.39545011 0 0.28968679 1.0645021 933.58553 + 23000 1 -0.36365319 0 0.3214837 1.049493 933.6992 + 24000 1 -0.35620009 0 0.3289368 1.0211735 935.87224 + 25000 1 -0.39356635 0 0.29157055 0.99663982 935.394 + +end of data diff --git a/examples/group_energy.py b/examples/group_energy.py new file mode 100644 index 0000000..f5e478b --- /dev/null +++ b/examples/group_energy.py @@ -0,0 +1,107 @@ +# compute pairwise energy between 2 groups of atoms + +# Syntax: group_energy.py data.file dump.file1 dump.file2 ... +# Author: Paul Crozier (Sandia) + +# return distance sq between 2 atoms with PBC + +def distance(box,x1,y1,z1,x2,y2,z2): + + delx = x2 - x1 + dely = y2 - y1 + delz = z2 - z1 + + xprd = box[3] - box[0] + yprd = box[4] - box[1] + zprd = box[5] - box[2] + + if abs(delx) > 0.5*xprd: + if delx < 0.0: + delx += xprd + else: + delx -= xprd + if abs(dely) > 0.5*yprd: + if dely < 0.0: + dely += yprd + else: + dely -= yprd + if abs(delz) > 0.5*zprd: + if delz < 0.0: + delz += zprd + else: + delz -= zprd + + distsq = delx*delx + dely*dely + delz*delz + return distsq + +# main script + +if len(argv) < 3: + raise StandardError,"group_energy.py data.file dump.file1 dump.file2 ..." + +dt = data(argv[1]) # data file +q = dt.get("Atoms",4) + +files = ' '.join(argv[2:]) # dump files +d = dump(files,0) +d.map(1,"id",2,"type",3,"x",4,"y",5,"z") + +p = pair("lj/charmm/coul/charmm") +p.coeff(dt) + +cut1 = 8.0 # potential cutoffs +cut2 = 10.0 +cut3 = 8.0 +cut4 = 10.0 +p.init(cut1,cut2,cut3,cut4) + +maxcut = cut1 +if cut2 > maxcut: maxcut = cut2 +if cut3 > maxcut: maxcut = cut3 +if cut4 > maxcut: maxcut = cut4 +maxcut_sq = maxcut*maxcut + +while 1: + time = d.next() + if time < 0: break + d.unscale(time) + + box = (d.snaps[0].xlo,d.snaps[0].ylo,d.snaps[0].zlo, + d.snaps[0].xhi,d.snaps[0].yhi,d.snaps[0].zhi) + d.aselect.all(time) + d.aselect.test("$id >= 14306 and $id <= 14516",time) # 1st group + id1,type1,x1,y1,z1 = d.vecs(time,"id","type","x","y","z") + d.aselect.all(time) # 2nd group + d.aselect.test("$id >= 1 and $id <= 7243 or $id >= 7274 and $id <= 14283", + time) + id2,type2,x2,y2,z2 = d.vecs(time,"id","type","x","y","z") + id1 = map(int,id1) + id2 = map(int,id2) + type1 = map(int,type1) + type2 = map(int,type2) + n1 = len(type1) + n2 = len(type2) + for i in xrange(n1): + id1[i] -= 1 + type1[i] -= 1 + for i in xrange(n2): + id2[i] -= 1 + type2[i] -= 1 + + e_coul_sum = 0.0 + e_vdwl_sum = 0.0 + for i in xrange(n1): + typei = type1[i] + qi = q[id1[i]] + for j in xrange(n2): + rsq = distance(box,x1[i],y1[i],z1[i],x2[j],y2[j],z2[j]) + if rsq < maxcut_sq: + eng_coul,eng_vdwl = p.single(rsq,typei,type2[j],qi,q[id2[j]]) + e_coul_sum += eng_coul + e_vdwl_sum += eng_vdwl + print "eng_coul = %g at timestep %d" % (e_coul_sum,time) + print "eng_vdwl = %g at timestep %d" % (e_vdwl_sum,time) + + d.tselect.none() + d.tselect.one(time) + d.delete() diff --git a/examples/movie_bucky.py b/examples/movie_bucky.py new file mode 100644 index 0000000..112081a --- /dev/null +++ b/examples/movie_bucky.py @@ -0,0 +1,32 @@ +# movie of bucky-ball data + +d = dump("dump.bucky") +d.set("$center = ((int($id)-1)/61+1)*61") +d.owrap("center") + +r = raster(d) +r.file = "bucky" +r.acol([1,2,3],["blue","red","green"]) +r.arad([1,2,3],[0.5,0.5,2.5]) +r.box(1) + +# spin + +d.tselect.test("$t == 0") +r.pan(60,150,1,60,30,1) +r.all(0,25,0) + +# slice + +r.pan() +r.rotate(60,30) +r.select = "$x < -17 + (1-%g) * 34 and $type > 1" +r.all(0,25,25) + +# timestep animation + +d.tselect.all() +d.aselect.test("$type > 1") +r.rotate(60,30) +r.select = "" +r.all(50) diff --git a/examples/movie_flow.py b/examples/movie_flow.py new file mode 100644 index 0000000..833220f --- /dev/null +++ b/examples/movie_flow.py @@ -0,0 +1,16 @@ +# movie of flow around obstacle + +d = dump("dump.flow") +d.map(1,"id",2,"type",3,"x",4,"y",5,"z",6,"vx",7,"vy") +d.set("$ke = sqrt($vx*$vx + $vy*$vy)") +d.spread("vx",100,"color") +d.atype = "color" + +r = raster(d) +r.acol(range(100),["red","red","red","red","yellow","green","blue","purple","purple","purple","purple"]) +r.arad(range(100),0.5) +r.rotate(0,-90) +r.zoom(1.5) +r.file = "flow" + +r.all() diff --git a/examples/movie_melt.py b/examples/movie_melt.py new file mode 100644 index 0000000..9574c64 --- /dev/null +++ b/examples/movie_melt.py @@ -0,0 +1,20 @@ +# movie of melting LJ solid + +a = dump("dump.melt") +a.tselect.test("$t == 0") +a.scale() +a.set("$ix = int($x * 4)") +a.set("$iy = int($y * 4)") +a.set("$iz = int($z * 4)") +a.set("$type = ($ix + $iy + $iz) % 2 + 1") +a.unscale() +a.tselect.all() +a.clone(0,"type") + +r = raster(a) +r.acol([1,2],["red","green"]) +r.arad([1,2],0.5) +r.file = "melt" +r.pan(130,25,1,60,135,0.6) + +r.all() diff --git a/examples/movie_micelle.py b/examples/movie_micelle.py new file mode 100644 index 0000000..00f60df --- /dev/null +++ b/examples/movie_micelle.py @@ -0,0 +1,12 @@ +# movie of self-assembling micelles + +d = dump("dump.micelle") + +s = svg(d) +s.acol([1,2,3,4],["blue","red","cyan","yellow"]) +s.arad(range(4),0.5) +s.zoom(1.5) + +s.file = "micelle" + +s.all() diff --git a/examples/movie_peptide.py b/examples/movie_peptide.py new file mode 100644 index 0000000..376f4ea --- /dev/null +++ b/examples/movie_peptide.py @@ -0,0 +1,8 @@ +# movie of solvated peptide data + +d = dump("dump.peptide") +d.unwrap() +p = pdb("peptide",d) +r.file = "peptide" +r = rasmol(p) +r.all() diff --git a/examples/movie_tri.py b/examples/movie_tri.py new file mode 100644 index 0000000..9d65a05 --- /dev/null +++ b/examples/movie_tri.py @@ -0,0 +1,32 @@ +# movie of triangular particle data + +d = dump("dump.tri") +d.set("$center = ((int($id)-1)/36+1)*36") +d.owrap("center") + +r = raster(d) +r.bg("white") +r.file = "tri" +r.acol([1,2],["blue","red"]) +r.arad([1,2],0.5) +r.box(1) + +# spin + +d.tselect.test("$t == 0") +r.pan(60,150,1,60,30,1) +r.all(0,25,0) + +# slice + +r.pan() +r.rotate(60,30) +r.select = "$x < -12 + (1-%g) * 24" +r.all(0,25,25) + +# timestep animation + +d.tselect.all() +r.rotate(60,30) +r.select = "" +r.all(50) diff --git a/examples/test_animate.py b/examples/test_animate.py new file mode 100644 index 0000000..6547252 --- /dev/null +++ b/examples/test_animate.py @@ -0,0 +1,14 @@ +# simple test of animate tool +# requires files/bucky*png files + +a = animate("files/bucky*png") +a.play() +a.delay(0.1) +a.back() +a.last() +a.first() +a.next() +a.previous() +a.frame(1) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_bdump.py b/examples/test_bdump.py new file mode 100644 index 0000000..2e25d54 --- /dev/null +++ b/examples/test_bdump.py @@ -0,0 +1,12 @@ +# simple test of dump tool +# requires files/dump.peptide.only and files/dump.bond +# uses gl and vcr tools to visualize peptide molecule with bonds + +dm = dump("files/dump.peptide.only") +b = bdump("files/dump.bond") +b.map(1,"id",2,"type",3,"atom1",4,"atom2") +dm.extra(b) +g = gl(dm) +v = vcr(g) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_cdata.py b/examples/test_cdata.py new file mode 100644 index 0000000..3965f82 --- /dev/null +++ b/examples/test_cdata.py @@ -0,0 +1,34 @@ +# simple test of cdata tool +# creates tmp.cdata + +c = cdata() + +c.box("box",0,0,0,10,5,5) +c.sphere("nucleus",7,2,2,1) +c.cap("organelle",'x',2.5,2.5,1,1.5,3.5) +c.q("nucleus",5) +c.union("interior","nucleus","organelle") + +c.surf("nuc","nucleus") +c.surfselect("nuchalf","nuc","$z < 2.0") + +c.part("A",100,"box","interior") +c.part("B",100,"nucleus") +c.part2d("C",100,"organelle") + +c.write("tmp.cdata","box","nucleus","organelle","A","B","C") + +c.lbox("linebox",0,0,0,10,5,5) +c.unselect() +c.select("A","B","C","linebox","organelle","nuchalf") + +#s = svg(c) +#s.rotate(0,0) +#s.lrad(0,0.1) +#s.lcol(0,"yellow") +#s.show(0) + +g = gl(c) +v = vcr(g) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_cfg.py b/examples/test_cfg.py new file mode 100644 index 0000000..2e55ac0 --- /dev/null +++ b/examples/test_cfg.py @@ -0,0 +1,12 @@ +# simple test of cfg tool +# requires files/dump.peptide.* +# creates tmp*.cfg + +d = dump("files/dump.peptide.*") +d.sort() +x = cfg(d) +x.one() +x.many() +x.single(0,"tmp.single") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_chain.py b/examples/test_chain.py new file mode 100644 index 0000000..17350da --- /dev/null +++ b/examples/test_chain.py @@ -0,0 +1,17 @@ +# simple test of chain tool +# creates tmp.data.chain file + +c = chain(500,0.7,1,1,2) +c.seed = 54321 +c.build(25,10) + +c.mtype = 2 +c.btype = 2 +c.blen = 1.5 +c.dmin = 1.2 +c.id = "end1" +c.build(10,25) + +c.write("tmp.data.chain") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_clog.py b/examples/test_clog.py new file mode 100644 index 0000000..8eeaaa7 --- /dev/null +++ b/examples/test_clog.py @@ -0,0 +1,16 @@ +# simple test of clog tool +# requires files/log.ccell +# creates tmp.clog and tmp.clog.two + +c = log("files/log.ccell") + +print "# of vectors =",c.nvec +print "length of vectors =",c.nlen +print "names of vectors =",c.names + +time,a,b = c.get("Step","prey","predator") +print a,b +c.write("tmp.clog") +c.write("tmp.clog.two","Step","prey") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_data.py b/examples/test_data.py new file mode 100644 index 0000000..b5c4bd8 --- /dev/null +++ b/examples/test_data.py @@ -0,0 +1,30 @@ +# simple test of data tool +# requires files/data.micelle +# creates tmp.data + +d = data("files/data.micelle") +d.map(1,"id",3,"type",4,"x",5,"y",6,"z") +coeffs = d.get("Masses") +print "Masses",coeffs +x = d.get("Atoms",4) +print "X of 1st atom",x[0] + +d.title = "New LAMMPS data file" + +natoms = d.headers["atoms"] +vec = range(1,natoms+1) +vec.reverse() +d.replace("Atoms",1,vec) + +dm = dump("files/dump.micelle") +d.newxyz(dm,1000) + +flag = 0 +while 1: + index,time,flag = d.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines= d.viz(index) + +d.write("tmp.data") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_dump.py b/examples/test_dump.py new file mode 100644 index 0000000..13abb94 --- /dev/null +++ b/examples/test_dump.py @@ -0,0 +1,54 @@ +# simple test of dump tool +# requires files/dump.peptide and files/dump.peptide.* +# creates tmp.* files + +d = dump("files/dump.peptide") + +d.tselect.none() +d.tselect.one(2000) +d.tselect.all() +d.tselect.skip(2) +d.tselect.all() +d.tselect.test("$t >= 4000 and $t <= 6000") +d.delete() + +d.aselect.all() +d.aselect.test("$id <= 10") + +d.write("tmp.dump") +d.scatter("tmp") + +d = dump("files/dump.peptide") +d.scale() +d.unscale() +d.unwrap() +d.wrap() +d.set("$xyz = $x + $y + $z") +d.spread("x",100,"color") +d.clone(0,"color") + +print "Time",d.time() +color = d.atom(1,"color") +print "Color of atom 1",color +d.aselect.test("$id <= 10") +color = d.vecs(1000,"color") +print "Color of 1st 10 atoms in step 1000",color + +d.atype = "color" + +flag = 0 +while 1: + index,time,flag = d.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = d.viz(index) + colors = [atom[1] for atom in atoms] + print time,colors + +d = dump("files/dump.peptide.*",0) +while 1: + time = d.next() + if time < 0: break + +print "Incrementally read snaps =",d.nsnaps + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_ensight.py b/examples/test_ensight.py new file mode 100644 index 0000000..52889da --- /dev/null +++ b/examples/test_ensight.py @@ -0,0 +1,11 @@ +# simple test of xyz tool +# requires files/dump.micelle.* +# creates tmp*.case, etc + +d = dump("files/dump.micelle") +e = ensight(d) +e.one() +e.many() +e.single(0) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_gl.py b/examples/test_gl.py new file mode 100644 index 0000000..2ddd1a9 --- /dev/null +++ b/examples/test_gl.py @@ -0,0 +1,28 @@ +# simple test of gl tool +# requires files/dump.kinase +# creates tmp*.png + +d = dump("files/dump.kinase") +g = gl(d) + +g.bg("white") +g.rotate(60,130) +g.box(1) +g.q(10) +g.file = "tmp" + +g.show(0) +g.all() + +from vizinfo import colors + +g.acol([1,4,6,8,9],["gray","red","blue","green","yellow"]) +g.arad(range(9),0.3) +#g.label(0.2,0.4,'h',15,"red","test label #1") +#g.label(-0.2,-0.4,'h',15,"yellow","test label #2") + +g.show(0) +g.pan(60,130,1,60,30,0.5) +g.all(0,10,0) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_gnu.py b/examples/test_gnu.py new file mode 100644 index 0000000..125205b --- /dev/null +++ b/examples/test_gnu.py @@ -0,0 +1,33 @@ +# simple test of gnu tool +# creates tmp.eps + +g = gnu() + +g("plot sin(x) with lines") + +a = range(10) +b = [3,6,2,5,7,3,6,5,3,1] + +g.plot(a) +g.plot(a,b) +g.plot(a,b,b,a) +g.mplot(0,10,2,"tmp",a,b) + +g.export("tmp.gnu",a,b) + +g.select(2) +g.plot(a,b,b,a) +g.hide(1) + +g.aspect(1.0) +g.title("My title","x-axis","y-axis") +g.xrange(1,8) +g.yrange(2,7) +g.label(5,4,"this is a test label") +g.curve(1,'g') +g.curve(2,'m') +g.ylog() + +g.save("tmp") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_histo.py b/examples/test_histo.py new file mode 100644 index 0000000..b4a9f00 --- /dev/null +++ b/examples/test_histo.py @@ -0,0 +1,13 @@ +# simple test of histo tool +# requires files/dump.kinase + +d = dump("files/dump.kinase") +h = histo(d) +x,y = h.compute('x',25) +g = gnu() +g.xtitle("X position") +g.ytitle("Particle Count") +g.title("Histogram of Particle Density") +g.plot(x,y) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_image.py b/examples/test_image.py new file mode 100644 index 0000000..66a41f5 --- /dev/null +++ b/examples/test_image.py @@ -0,0 +1,9 @@ +# simple test of image tool +# requires files/bucky*.png + +i = image("files/bucky*.png") +i.convert("files/bucky*.png","tmp*.gif") +i.montage("","files/bucky*.png","tmp*.gif","tmpnew*.png") +i.view("") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_ldump.py b/examples/test_ldump.py new file mode 100644 index 0000000..d360b5f --- /dev/null +++ b/examples/test_ldump.py @@ -0,0 +1,15 @@ +# simple test of dump tool +# requires files/dump.lines +# uses gl and vcr tools to visualize line segments + +d = dump("files/dump.lines") +ld = ldump("files/dump.lines") +ld.map(1,"id",2,"type",6,"end1x",7,"end1y",8,"end2x",9,"end2y") +d.extra(ld) +g = gl(d) +g.arad(0,0.2) +g.lrad(1,5) +g.lcol(1,"green") +v = vcr(g) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_log.py b/examples/test_log.py new file mode 100644 index 0000000..40c1d7c --- /dev/null +++ b/examples/test_log.py @@ -0,0 +1,16 @@ +# simple test of log tool +# requires files/log.obstacle +# creates tmp.log and tmp.log.two + +lg = log("files/log.obstacle") + +print "# of vectors =",lg.nvec +print "length of vectors =",lg.nlen +print "names of vectors =",lg.names + +time,temp,press = lg.get("Step","Temp","Press") +print temp,press +lg.write("tmp.log") +lg.write("tmp.log.two","Step","E_pair") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_matlab.py b/examples/test_matlab.py new file mode 100644 index 0000000..73b785a --- /dev/null +++ b/examples/test_matlab.py @@ -0,0 +1,33 @@ +# simple test of matlab tool +# creates tmp.eps + +m = matlab() + +a = range(10) +b = [3,6,2,5,7,3,6,5,3,1] + +m.plot(a) +m.plot(a,b) +m.plot(a,b,b,a) +m.mplot(0,10,2,"tmp",a,b) + +m("3*400 - 50") + +m.export("tmp.gnu",a,b) + +m.select(2) +m.plot(a,b,b,a) +m.hide(1) + +m.aspect(1.0) +m.title("My title","x-axis","y-axis") +m.xrange(1,8) +m.yrange(2,7) +m.label(5,4,"this is a test label") +m.curve(1,'g') +m.curve(2,'m') +m.ylog() + +m.save("tmp") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_mdump.py b/examples/test_mdump.py new file mode 100644 index 0000000..6ba6119 --- /dev/null +++ b/examples/test_mdump.py @@ -0,0 +1,35 @@ +# simple test of mdump tool +# requires files/mesh.grain +# creates tmp.* files + +m = mdump("files/mesh.grain") + +m.tselect.none() +m.tselect.one(200) +m.tselect.all() +m.tselect.skip(2) +m.tselect.all() +m.tselect.test("$t >= 100 and $t <= 200") +m.delete() + +print "Time",m.time() + +m.map(2,"spin") +m.etype = "spin" + +flag = 0 +while 1: + index,time,flag = m.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = m.viz(index) + colors = [tri[1] for tri in tris] + print time,colors + +m = dump("files/mesh.grain",0) +while 1: + time = m.next() + if time < 0: break + +print "Incrementally read snaps =",m.nsnaps + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_pair.py b/examples/test_pair.py new file mode 100644 index 0000000..530a23b --- /dev/null +++ b/examples/test_pair.py @@ -0,0 +1,11 @@ +# simple test of pair tool +# requires files/data.rhodo + +p = pair("lj/charmm/coul/charmm") +d = data("files/data.rhodo") +p.coeff(d) +p.init(8.0,10.0) +ev,ec = p.single(5.0,1,2,0.5,-0.5) +print "Energies",ev,ec + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_patch.py b/examples/test_patch.py new file mode 100644 index 0000000..3df1657 --- /dev/null +++ b/examples/test_patch.py @@ -0,0 +1,10 @@ +# simple test of patch tool +# creates tmp.data.patch file + +p = patch(0.5) +p.seed = 54321 +p.build(100,"hex2",1,2,3) +p.build(50,"tri5",4,5) +p.write("tmp.data.patch") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_pdbfile.py b/examples/test_pdbfile.py new file mode 100644 index 0000000..e28594f --- /dev/null +++ b/examples/test_pdbfile.py @@ -0,0 +1,20 @@ +# simple test of pdbfile tool +# requires files/dump.peptide.* and files/peptide.pdb +# creates tmp*.pdb + +d = dump("files/dump.peptide.*") +p = pdbfile("files/peptide",d) +p.one() +p.many() +p.single(0,"tmp.single") + +n = flag = 0 +while 1: + index,time,flag = p.iterator(flag) + if flag == -1: break + p.single(time,"tmp.single") + n += 1 + +print "Incrementally processed %d PDB files" % n + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_plotview.py b/examples/test_plotview.py new file mode 100644 index 0000000..52d8d68 --- /dev/null +++ b/examples/test_plotview.py @@ -0,0 +1,18 @@ +# simple test of plotview tool +# requires files/log.obstacle +# creates tmp.plotview.eps + +lg = log("files/log.obstacle") +g = gnu() +p = plotview(lg,g) + +p.select(1) +p.select(6) +p.yes(2) +p.yes(5) +p.no(2) + +p.file("tmp.plotview") +p.save() + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_rasmol.py b/examples/test_rasmol.py new file mode 100644 index 0000000..eda4c3a --- /dev/null +++ b/examples/test_rasmol.py @@ -0,0 +1,21 @@ +# simple test of rasmol tool +# requires files/dump.peptide and files/peptide.pdb +# creates tmp*.pdb and tmp*.gif + +d = dump("files/dump.peptide") +d.unwrap() +p = pdbfile("files/peptide",d) +r = rasmol(p) +r.file = "tmp" + +print "kill image window when ready to contine ..." +r.show(0) +r.all() + +# change RasMol settings, run all() with those settings + +print "change RasMol settings as desired, then type 'quit' ..." +r.run(0) +r.all("tmp.rasmol") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_raster.py b/examples/test_raster.py new file mode 100644 index 0000000..08b7882 --- /dev/null +++ b/examples/test_raster.py @@ -0,0 +1,31 @@ +# simple test of raster tool +# requires files/dump.kinase +# creates tmp*.png + +d = dump("files/dump.kinase") +r = raster(d) + +r.bg("white") +r.rotate(60,130) +r.box(1) +r.file = "tmp" + +print "kill image window when ready to contine ..." +r.show(0) +r.all() +a1 = animate("tmp0*png") + +from vizinfo import colors + +r.acol([1,4,6,8,9],["gray","red","blue","green","yellow"]) +r.arad(range(9),0.3) +r.label(0.2,0.4,'h',15,"red","test label #1") +r.label(-0.2,-0.4,'h',15,"yellow","test label #2") + +print "kill image window when ready to contine ..." +r.show(0) +r.pan(60,130,1,60,30,0.5) +r.all(0,10,0) +a2 = animate("tmp0*png") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_svg.py b/examples/test_svg.py new file mode 100644 index 0000000..489ad2a --- /dev/null +++ b/examples/test_svg.py @@ -0,0 +1,29 @@ +# simple test of svg tool +# requires files/dump.kinase +# creates tmp*.png + +d = dump("files/dump.kinase") +s = svg(d) + +s.bg("white") +s.rotate(60,130) +s.box(1) +s.file = "tmp" + +print "kill image window when ready to contine ..." +s.show(0) +s.all() + +from vizinfo import colors + +s.acol([1,4,6,8,9],["gray","red","blue","green","yellow"]) +s.arad(range(9),0.3) +s.label(0.2,0.4,'h',15,"red","test label #1") +s.label(-0.2,-0.4,'h',15,"yellow","test label #2") + +print "kill image window when ready to contine ..." +s.show(0) +s.pan(60,130,1,60,30,0.5) +s.all(0,10,0) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_vcr.py b/examples/test_vcr.py new file mode 100644 index 0000000..4ffa053 --- /dev/null +++ b/examples/test_vcr.py @@ -0,0 +1,17 @@ +# simple test of vcr tool +# requires files/bucky*png files + +d = dump("files/dump.micelle") +dt = data("files/data.micelle") +d.extra(dt) +g = gl(d) +g.rotate(0,270) +v = vcr(g) +v.q(10) +v.box() +v.axis() +v.clipxlo(0.2) +v.clipxhi(0.5) +v.play() + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_vec.py b/examples/test_vec.py new file mode 100644 index 0000000..6773dd0 --- /dev/null +++ b/examples/test_vec.py @@ -0,0 +1,16 @@ +# simple test of vec tool +# requires files/vec.txt +# creates tmp.vec and tmp.vec.two + +v = vec("files/vec.txt") + +print "# of vectors =",v.nvec +print "length of vectors =",v.nlen +print "names of vectors =",v.names + +time,temp,press = v.get(1,"col2",6) +print temp,press +v.write("tmp.vec") +v.write("tmp.vec.two","col1",3) + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_vmd.py b/examples/test_vmd.py new file mode 100644 index 0000000..de9da59 --- /dev/null +++ b/examples/test_vmd.py @@ -0,0 +1,11 @@ +# simple test of vmd tool +# requires files/dump.peptide.only and files/dump.bond +# uses gl and vcr tools to visualize peptide molecule with bonds + +v = vmd() +v('menu main off') +v.rep('VDW') +v.new('files/peptide.pdb','pdb') +v.flush() + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_vtk.py b/examples/test_vtk.py new file mode 100644 index 0000000..61d78d6 --- /dev/null +++ b/examples/test_vtk.py @@ -0,0 +1,11 @@ +# simple test of vtk tool +# requires files/dump.peptide.* +# creates tmp*.vtk + +d = dump("files/dump.peptide.*") +v = vtk(d) +v.one() +v.many() +v.single(0,"tmp.single") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/examples/test_xyz.py b/examples/test_xyz.py new file mode 100644 index 0000000..aa1d68e --- /dev/null +++ b/examples/test_xyz.py @@ -0,0 +1,11 @@ +# simple test of xyz tool +# requires files/dump.peptide.* +# creates tmp*.xyz + +d = dump("files/dump.peptide.*") +x = xyz(d) +x.one() +x.many() +x.single(0,"tmp.single") + +print "all done ... type CTRL-D to exit Pizza.py" diff --git a/scripts/README b/scripts/README new file mode 100644 index 0000000..5e42162 --- /dev/null +++ b/scripts/README @@ -0,0 +1,20 @@ +This directory contains a collection of scripts written by Pizza.py +users that are generically useful; you may wish to use them directly +or modify them for your own purposes. You can add your own scripts to +this directory as well. + +Any script in this directory (or other directories you define, see the +Pizza.py manual), can be run from Pizza.py, by typing a line +appropriate to the script's syntax, e.g. + +% pizza.py -f movie.py svg 0.5 60 135 dump.* from the shell +> @run movie.py svg 0.5 60 135 dump.* from Pizza.py + +The top of each script file describes its purpose and syntax. That +information can be be accessed from within Pizza.py by typing "??" or +"? name.py" or "?? name.py". + +Many of the scripts can also be run directly from Python (without +running Pizza.py), so long as the Pizza.py tools (Python files) it +needs to import (e.g. log.py) can be found by Python. + diff --git a/scripts/angle_distribute.py b/scripts/angle_distribute.py new file mode 100644 index 0000000..1f03398 --- /dev/null +++ b/scripts/angle_distribute.py @@ -0,0 +1,156 @@ +#!/usr/bin/python + +# Script: angle_distribute.py +# Purpose: binned angle distributions by angle type +# Syntax: angle_distribute.py datafile nbin theta_min theta_max outfile files ... +# datafile = lammps data file +# nbin = # of bins per angle type +# theta_min = min expected angle +# theta_max = max expected angle length +# outfile = file to write stats to +# files = series of dump files +# Example: angle_distribute.py pore.data 1000 110. 120. angles.out pore.dump.1 +# Author: Paul Crozier (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from dump import dump +from math import sqrt,acos,atan +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 7: + raise StandardError, \ + "Syntax: angle_distribute.py datafile nbin theta_min theta_max outfile files ..." + +dt = data(argv[1]) +nbins = int(argv[2]) +theta_min = float(argv[3]) +theta_max = float(argv[4]) +outfile = argv[5] +files = ' '.join(argv[6:]) + +# get the angles from the data file + +angle = dt.get("Angles") +nangles = len(angle) +atype = nangles * [0] +iatom = nangles * [0] +jatom = nangles * [0] +katom = nangles * [0] +for i in xrange(nangles): + atype[i] = int(angle[i][1] - 1) + iatom[i] = int(angle[i][2] - 1) + jatom[i] = int(angle[i][3] - 1) + katom[i] = int(angle[i][4] - 1) + +ntypes = 0 +for i in xrange(nangles): ntypes = max(angle[i][1],ntypes) +ntypes = int(ntypes) +ncount = ntypes * [0] +bin = nbins * [0] +for i in xrange(nbins): + bin[i] = ntypes * [0] + +# read snapshots one-at-a-time + +d = dump(files,0) +d.map(1,"id",2,"type",3,"x",4,"y",5,"z") + +PI = 4.0*atan(1.0) + +while 1: + time = d.next() + if time == -1: break + + box = (d.snaps[-1].xlo,d.snaps[-1].ylo,d.snaps[-1].zlo, + d.snaps[-1].xhi,d.snaps[-1].yhi,d.snaps[-1].zhi) + + xprd = box[3] - box[0] + yprd = box[4] - box[1] + zprd = box[5] - box[2] + + d.unscale() + d.sort() + x,y,z = d.vecs(time,"x","y","z") + + for i in xrange(nangles): + + delx1 = x[iatom[i]] - x[jatom[i]] + dely1 = y[iatom[i]] - y[jatom[i]] + delz1 = z[iatom[i]] - z[jatom[i]] + + if abs(delx1) > 0.5*xprd: + if delx1 < 0.0: + delx1 += xprd + else: + delx1 -= xprd + if abs(dely1) > 0.5*yprd: + if dely1 < 0.0: + dely1 += yprd + else: + dely1 -= yprd + if abs(delz1) > 0.5*zprd: + if delz1 < 0.0: + delz1 += zprd + else: + delz1 -= zprd + + r1 = sqrt(delx1*delx1 + dely1*dely1 + delz1*delz1) + + delx2 = x[katom[i]] - x[jatom[i]] + dely2 = y[katom[i]] - y[jatom[i]] + delz2 = z[katom[i]] - z[jatom[i]] + + if abs(delx2) > 0.5*xprd: + if delx2 < 0.0: + delx2 += xprd + else: + delx2 -= xprd + if abs(dely2) > 0.5*yprd: + if dely2 < 0.0: + dely2 += yprd + else: + dely2 -= yprd + if abs(delz2) > 0.5*zprd: + if delz2 < 0.0: + delz2 += zprd + else: + delz2 -= zprd + + r2 = sqrt(delx2*delx2 + dely2*dely2 + delz2*delz2) + + c = delx1*delx2 + dely1*dely2 + delz1*delz2 + c /= r1*r2 + + if (c > 1.0): c = 1.0 + if (c < -1.0): c = -1.0 + + theta = 180.0*acos(c)/PI + + ibin = int(nbins*(theta - theta_min)/(theta_max - theta_min) + 0.5) + if ((ibin >= 0) and (ibin <= nbins-1)): + bin[ibin][atype[i]] += nbins + ncount[atype[i]] += 1 + else: + print "Warning: angle outside specified range" + print "angle type:", atype[i]+1 + print "angle number:", i + print time, + +print +print "Printing normalized angle distributions to",outfile + +fp = open(outfile,"w") +theta_range = theta_max - theta_min +for i in xrange(nbins): + print >>fp, theta_min + theta_range*float(i)/float(nbins), + for j in xrange(ntypes): + if (ncount[j] > 0): + print >>fp, float(bin[i][j])/float(ncount[j])/theta_range, + else: + print >>fp, 0.0, + print >>fp +fp.close() diff --git a/scripts/block.py b/scripts/block.py new file mode 100644 index 0000000..2576904 --- /dev/null +++ b/scripts/block.py @@ -0,0 +1,137 @@ +#!/usr/bin/python + +# Script: block.py +# Purpose: thermodynamic block averages from LAMMPS log files +# Syntax: block.py nblocks nskip log.1 log.2 ... +# nblocks = number of blocks for block averages +# nskip = skip first nskip samples in the log file(s) +# files = series of log files (LAMMPS thermo one style only) +# Example: block.py 10 0 log.* +# Author: Paul Crozier (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from log import log +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 4: + raise StandardError, "Syntax: block.py nblocks nskip log.1 log.2 ..." + +nblocks = int(argv[1]) +nskip = int(argv[2]) +files = ' '.join(argv[3:]) + +l = log(files) + +# assumes LAMMPS thermo style one + +e_bond,e_pair,e_total,pressure,step,temperature = \ + l.get("E_bond","E_pair", "E_total", "Pressure", "Step", "Temperature") +if "Volume" in l.names: + vflag = 1 + volume = l.get("Volume") +else: vflag = 0 + +print "Computing %g block averages" % nblocks +print "Skipping first %g samples" % nskip + +n = len(step) +n_per_block = (n-nskip)/nblocks +k = nskip +temperature_ave = [] +e_bond_ave = [] +e_pair_ave = [] +e_total_ave = [] +pressure_ave = [] +volume_ave = [] + +print +print " Block Samples Temperature E_bond E_pair", \ + " E_total Pressure Volume" + +for i in xrange(nblocks): + temperature_sum = 0 + e_bond_sum = 0 + e_pair_sum = 0 + e_total_sum = 0 + pressure_sum = 0 + volume_sum = 0 + samples = 0 + for j in xrange(n_per_block): + temperature_sum += temperature[k] + e_bond_sum += e_bond[k] + e_pair_sum += e_pair[k] + e_total_sum += e_total[k] + pressure_sum += pressure[k] + if vflag: volume_sum += volume[k] + samples += 1 + k += 1 + temperature_ave.append(temperature_sum/samples) + e_bond_ave.append(e_bond_sum/samples) + e_pair_ave.append(e_pair_sum/samples) + e_total_ave.append(e_total_sum/samples) + pressure_ave.append(pressure_sum/samples) + volume_ave.append(volume_sum/samples) + print " %5i %10i %11.2f %11.2f %11.2f %11.2f %11.2f %11.2f" % \ + (i+1, samples, temperature_ave[i], e_bond_ave[i], e_pair_ave[i], \ + e_total_ave[i], pressure_ave[i], volume_ave[i]) + +grand_ave_temperature = 0.0 +grand_ave_e_bond = 0.0 +grand_ave_e_pair = 0.0 +grand_ave_e_total = 0.0 +grand_ave_pressure = 0.0 +grand_ave_volume = 0.0 +stdev_temperature = 0.0 +stdev_e_bond = 0.0 +stdev_e_pair = 0.0 +stdev_e_total = 0.0 +stdev_pressure = 0.0 +stdev_volume = 0.0 +for i in xrange(nblocks): + grand_ave_temperature += temperature_ave[i] + grand_ave_e_bond += e_bond_ave[i] + grand_ave_e_pair += e_pair_ave[i] + grand_ave_e_total += e_total_ave[i] + grand_ave_pressure += pressure_ave[i] + grand_ave_volume += volume_ave[i] +grand_ave_temperature /= nblocks +grand_ave_e_bond /= nblocks +grand_ave_e_pair /= nblocks +grand_ave_e_total /= nblocks +grand_ave_pressure /= nblocks +grand_ave_volume /= nblocks +for i in xrange(nblocks): + stdev_temperature += (temperature_ave[i] - grand_ave_temperature)* \ + (temperature_ave[i] - grand_ave_temperature) + stdev_e_bond += (e_bond_ave[i] - grand_ave_e_bond)* \ + (e_bond_ave[i] - grand_ave_e_bond) + stdev_e_pair += (e_pair_ave[i] - grand_ave_e_pair)* \ + (e_pair_ave[i] - grand_ave_e_pair) + stdev_e_total += (e_total_ave[i] - grand_ave_e_total)* \ + (e_total_ave[i] - grand_ave_e_total) + stdev_pressure += (pressure_ave[i] - grand_ave_pressure)* \ + (pressure_ave[i] - grand_ave_pressure) + stdev_volume += (volume_ave[i] - grand_ave_volume)* \ + (volume_ave[i] - grand_ave_volume) +from math import * +stdev_temperature = sqrt(stdev_temperature/(nblocks-1)) +stdev_e_bond = sqrt(stdev_e_bond/(nblocks-1)) +stdev_e_pair = sqrt(stdev_e_pair/(nblocks-1)) +stdev_e_total = sqrt(stdev_e_total/(nblocks-1)) +stdev_pressure = sqrt(stdev_pressure/(nblocks-1)) +stdev_volume = sqrt(stdev_volume/(nblocks-1)) + +print " ====================================================", \ + "===================================" + +print " Ave. %11.2f %11.2f %11.2f %11.2f %11.2f %11.2f" % \ + (grand_ave_temperature, grand_ave_e_bond, grand_ave_e_pair, \ + grand_ave_e_total, grand_ave_pressure, grand_ave_volume) + +print " Stdev %11.2f %11.2f %11.2f %11.2f %11.2f %11.2f" % \ + (stdev_temperature, stdev_e_bond, stdev_e_pair, \ + stdev_e_total, stdev_pressure, stdev_volume) diff --git a/scripts/bond_distribute.py b/scripts/bond_distribute.py new file mode 100644 index 0000000..de2a600 --- /dev/null +++ b/scripts/bond_distribute.py @@ -0,0 +1,122 @@ +#!/usr/bin/python + +# Script: bond_distribute.py +# Purpose: binned bond length distributions by bond type +# Syntax: bond_distribute.py datafile nbin rmin rmax outfile files ... +# datafile = lammps data file +# nbin = # of bins per bond type +# rmin = min expected bond length +# rmax = max expected bond length +# outfile = file to write stats to +# files = series of dump files +# Example: bond_distribute.py pore.data 1000 1.5 1.85 bonds.out pore.dump.1 +# Author: Paul Crozier (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from dump import dump +from math import sqrt +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 7: + raise StandardError, \ + "Syntax: bond_distribute.py datafile nbin rmin rmax outfile files ..." + +dt = data(argv[1]) +nbins = int(argv[2]) +rmin = float(argv[3]) +rmax = float(argv[4]) +outfile = argv[5] +files = ' '.join(argv[6:]) + +# get the bonds from the data file + +bond = dt.get("Bonds") +nbonds = len(bond) +btype = nbonds * [0] +iatom = nbonds * [0] +jatom = nbonds * [0] +for i in xrange(nbonds): + btype[i] = int(bond[i][1] - 1) + iatom[i] = int(bond[i][2] - 1) + jatom[i] = int(bond[i][3] - 1) + +ntypes = 0 +for i in xrange(nbonds): ntypes = max(bond[i][1],ntypes) +ntypes = int(ntypes) +ncount = ntypes * [0] +bin = nbins * [0] +for i in xrange(nbins): + bin[i] = ntypes * [0] + +# read snapshots one-at-a-time + +d = dump(files,0) +d.map(1,"id",2,"type",3,"x",4,"y",5,"z") + +while 1: + time = d.next() + if time == -1: break + + box = (d.snaps[-1].xlo,d.snaps[-1].ylo,d.snaps[-1].zlo, + d.snaps[-1].xhi,d.snaps[-1].yhi,d.snaps[-1].zhi) + + xprd = box[3] - box[0] + yprd = box[4] - box[1] + zprd = box[5] - box[2] + + d.unscale() + d.sort() + x,y,z = d.vecs(time,"x","y","z") + + for i in xrange(nbonds): + + delx = x[jatom[i]] - x[iatom[i]] + dely = y[jatom[i]] - y[iatom[i]] + delz = z[jatom[i]] - z[iatom[i]] + + if abs(delx) > 0.5*xprd: + if delx < 0.0: + delx += xprd + else: + delx -= xprd + if abs(dely) > 0.5*yprd: + if dely < 0.0: + dely += yprd + else: + dely -= yprd + if abs(delz) > 0.5*zprd: + if delz < 0.0: + delz += zprd + else: + delz -= zprd + + r = sqrt(delx*delx + dely*dely + delz*delz) + + ibin = int(nbins*(r - rmin)/(rmax - rmin) + 0.5) + if ((ibin >= 0) and (ibin <= nbins-1)): + bin[ibin][btype[i]] += nbins + ncount[btype[i]] += 1 + else: + print "Warning: bond distance outside specified range" + print "Bond type:", btype[i]+1 + print "Bond number:", i + print time, + +print +print "Printing bond distance normalized distribution to",outfile + +fp = open(outfile,"w") +rrange = rmax - rmin +for i in xrange(nbins): + print >>fp, rmin + rrange*float(i)/float(nbins), + for j in xrange(ntypes): + if (ncount[j] > 0): + print >>fp, float(bin[i][j])/float(ncount[j])/rrange, + else: + print >>fp, 0.0, + print >>fp +fp.close() diff --git a/scripts/clogview.py b/scripts/clogview.py new file mode 100644 index 0000000..fbf80cb --- /dev/null +++ b/scripts/clogview.py @@ -0,0 +1,32 @@ +#!/usr/bin/python + +# Script: clogview.py +# Purpose: plots of ChemCell log-file concentration data +# Syntax: clogview.py gnu/matlab files ... +# gnu/matlab = style of plots to create +# files = one or more log files +# Example: clogview.py gnu log.* +# Author: Steve Plimpton (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from clog import clog +from plotview import plotview +from gnu import gnu +from matlab import matlab +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 3: + raise StandardError, "Syntax: clogview.py gnu/matlab files ..." + +style = argv[1] +files = ' '.join(argv[2:]) + +c = clog(files) +exec "plot = %s()" % style +p = plotview(c,plot) +p.x = "Time" + diff --git a/scripts/cluster.py b/scripts/cluster.py new file mode 100644 index 0000000..c932f8a --- /dev/null +++ b/scripts/cluster.py @@ -0,0 +1,123 @@ +#!/usr/bin/python + +# Script: cluster.py +# Purpose: histogram of cluster size of type2 atoms near type1 +# Syntax: cluster.py type1 type2 cutoff nbin dump.1 dump.2 ... +# type1,type2 = atom types (1-N) +# cutoff = only consider atom pairs within distance cutoff +# nbin = # of bins for histogram +# files = series of dump files +# Example: cluster.py 1 5 2.0 10 dump.* +# Author: Steve Plimpton (Sandia) + +# for all snapshots, for each type1 atom, count # of type2 atoms within cutoff +# will be very slow (N^2) if are too many type1 atoms + +# enable script to run from Python directly w/out Pizza.py + +import sys +from dump import dump +from gnu import gnu +if not globals().has_key("argv"): argv = sys.argv + +# main script + +# function to compute distance sq between 2 atoms with PBC + +def distance(atom1,atom2,box): + x1 = atom1[2] + y1 = atom1[3] + z1 = atom1[4] + x2 = atom2[2] + y2 = atom2[3] + z2 = atom2[4] + + delx = x2 - x1 + dely = y2 - y1 + delz = z2 - z1 + + xprd = box[3] - box[0] + yprd = box[4] - box[1] + zprd = box[5] - box[2] + + if abs(delx) > 0.5*xprd: + if delx < 0.0: + delx += xprd + else: + delx -= xprd + if abs(dely) > 0.5*yprd: + if dely < 0.0: + dely += yprd + else: + dely -= yprd + if abs(delz) > 0.5*zprd: + if delz < 0.0: + delz += zprd + else: + delz -= zprd + + distsq = delx*delx + dely*dely + delz*delz + return distsq + +# main script + +if len(argv) < 6: + raise StandardError,"cluster.py type1 type2 cutoff nbin dump.1 dump.2 ..." + +type1 = int(argv[1]) +type2 = int(argv[2]) +cutoff = float(argv[3]) +nbin = int(argv[4]) +files = ' '.join(argv[5:]) + +# read in dump file(s) and select only type1 or type2 atoms + +d = dump(files) +d.aselect.test("$type == %d or $type == %d" % (type1,type2)) + +# loop over snapshots +# viz returns list of atoms in one snapshot + +cutsq = cutoff*cutoff +cluster = nbin*[0] + +print "Clustering ..." + +flag = 0 +while 1: + which,time,flag = d.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris = d.viz(which) + print time, + sys.stdout.flush() + + # loop over all type1 atoms + + n = len(atoms) + for i in xrange(n): + itype = atoms[i][1] + if itype != type1: continue + ncount = 0 + + # loop over all type2 atoms + # increment cluster count if distance is within cutoff + + for j in xrange(n): + jtype = atoms[j][1] + if jtype != type2 or i == j: continue + distsq = distance(atoms[i],atoms[j],box) + if distsq < cutsq: ncount += 1 + + # increment histogram count + + if ncount >= nbin: cluster[nbin-1] += 1 + else: cluster[ncount] += 1 + +print +print "Cluster size and count:" +for i in range(nbin): print i,cluster[i] + +# comment out if don't want plot + +#g = gnu() +#g.plot(range(nbin),cluster) diff --git a/scripts/density.py b/scripts/density.py new file mode 100644 index 0000000..3ed6724 --- /dev/null +++ b/scripts/density.py @@ -0,0 +1,77 @@ +#!/usr/bin/python + +# Script: density.py +# Purpose: binned atom density by atom type +# Syntax: density.py x/y/z nbin outfile files ... +# x/y/z = get density distribution along this axis +# nbin = # of bins in desired direction +# outfile = file to write flux stats to +# files = series of dump files +# Example: density.py z 100 dens.out dump.* +# Author: Paul Crozier (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from dump import dump +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 5: + raise StandardError, "Syntax: density.py x/y/z nbin outfile files ..." + +direction = argv[1] +nbins = int(argv[2]) +outfile = argv[3] +files = ' '.join(argv[4:]) + +# read snapshots one-at-a-time + +d = dump(files,0) +d.map(1,"id",2,"type",3,"x",4,"y",5,"z") + +first = 1 +nsnaps = 0 +while 1: + time = d.next() + if time == -1: break + + if first: + tmp,ntypes = d.minmax("type") + ntypes = int(ntypes) + bin = nbins * [0] + for i in xrange(nbins): bin[i] = ntypes * [0] + first = 0 + + box = (d.snaps[-1].xlo,d.snaps[-1].ylo,d.snaps[-1].zlo, + d.snaps[-1].xhi,d.snaps[-1].yhi,d.snaps[-1].zhi) + vol = (box[3] - box[0]) * (box[4] - box[1]) * (box[5] - box[2]) + + if direction == "x": type,x = d.vecs(time,"type","x") + elif direction == "y": type,x = d.vecs(time,"type","y") + elif direction == "z": type,x = d.vecs(time,"type","z") + + type = map(int,type) + natoms = len(type) + for i in xrange(natoms): type[i] -= 1 + + for i in xrange(natoms): + ibin = int(nbins*x[i] + 0.5) + if (ibin < 0): ibin += nbins + if (ibin > nbins-1): ibin -= nbins + bin[ibin][type[i]] += nbins/vol + nsnaps += 1 + print time, + +print +print "Printing ", direction, "-directional density distribution in mol/L to",outfile +conversion = 1660.53873 # convert from atoms/Angs^3 to mol/L + +fp = open(outfile,"w") +for i in xrange(nbins): + print >>fp, float(i)/float(nbins), + for j in xrange(ntypes): + print >>fp, conversion*bin[i][j]/nsnaps, + print >>fp +fp.close() diff --git a/scripts/density2d.py b/scripts/density2d.py new file mode 100644 index 0000000..8823e68 --- /dev/null +++ b/scripts/density2d.py @@ -0,0 +1,138 @@ +#!/usr/bin/python + +# Script: density2d.py +# Purpose: binned atom density by atom type +# Syntax: density.py x/y/z nbin vmin vmax outfile files ... +# x/y/z = get density distribution along this (vertical) axis, +# bining along the other two (planar) axes +# nbin = # of bins along each of planar axes +# vmin, vmax = min and max along the vertical axis, +# use 0 for both for the complete box +# outfile = file to write flux stats to +# files = series of dump files +# Example: density2d.py z 100 dens.out dump.* +# Modified from density.py: David Hart (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +import numpy as np +from dump import dump +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 5: + raise StandardError, "Syntax: density.py x/y/z nbin vmin vmax outfile files ..." + +direction = argv[1] +nbins = int(argv[2]) +if nbins < 1: + nbins = 100 +try: + zmin = float(argv[3]) +except ValueError: + zmin = -np.inf +try: + zmax = float(argv[4]) +except ValueError: + zmax = np.inf +if zmax == zmin: + zmin = -np.inf + zmax = np.inf +outfile = argv[5] +files = ' '.join(argv[6:]) + +# read snapshots one-at-a-time + +d = dump(files,0) +d.map(1,"id",2,"type",3,"x",4,"y",5,"z") +bidirect = 'x/y' +first = 1 +nsnaps = 0 +dx = 0 +dy = 0 +x0 = 0 +y0 = 0 +vol = 0 + +while 1: + time = d.next() + if time == -1: break + + if first: + tmp,ntypes = d.minmax("type") + ntypes = int(ntypes) + bin = np.zeros(shape=(nbins,nbins,ntypes)) + first = 0 + + box = (d.snaps[-1].xlo,d.snaps[-1].ylo,d.snaps[-1].zlo, + d.snaps[-1].xhi,d.snaps[-1].yhi,d.snaps[-1].zhi) + vol = (box[3] - box[0]) * (box[4] - box[1]) * (box[5] - box[2]) + + if direction == "z": + type,x,y,z = d.vecs(time,"type","x","y","z") + bidirect = 'x/y' + dx = box[3] - box[0] + dy = box[4] - box[1] + dz = box[5] - box[2] + x0 = box[0] + float(dx)/float(nbins)/2.0 + y0 = box[1] + float(dy)/float(nbins)/2.0 + zmax = min(zmax,box[5]) + zmin = max(zmin,box[2]) + elif direction == "y": + type,x,y,z = d.vecs(time,"type","x","z","y") + bidirect = 'x/z' + dx = box[3] - box[0] + dy = box[5] - box[2] + dz = box[4] - box[1] + x0 = box[0] + float(dx)/float(nbins)/2.0 + y0 = box[2] + float(dy)/float(nbins)/2.0 + zmax = min(zmax,box[4]) + zmin = max(zmin,box[1]) + elif direction == "x": + type,x,y,z = d.vecs(time,"type","y","z","x") + bidirect = 'y/z' + dx = box[4] - box[1] + dy = box[5] - box[2] + dz = box[3] - box[0] + x0 = box[1] + float(dx)/float(nbins)/2.0 + y0 = box[2] + float(dy)/float(nbins)/2.0 + zmax = min(zmax,box[3]) + zmin = max(zmin,box[0]) + vol = dx * dy * float(zmax - zmin) + + type = map(int,type) + natoms = len(type) + for i in xrange(natoms): type[i] -= 1 + + for i in xrange(natoms): + ibin = int(nbins*x[i]) + jbin = int(nbins*y[i]) + zloc = float(z[i])*float(dz) + if zloc < zmin or zloc > zmax: continue + if (ibin < 0): ibin = 0 + if (ibin > nbins-1): ibin = nbins - 1 + if (jbin < 0): jbin = 0 + if (jbin > nbins-1): jbin = nbins - 1 + bin[jbin][ibin][type[i]] += nbins*nbins/vol + nsnaps += 1 + print time, + +print +print "Printing %s-mapped density distribution for %s-slice [%.2f,%.2f] in mol/L to %s" %(bidirect, direction, zmin, zmax, outfile) +conversion = 1660.53873 # convert from atoms/Angs^3 to mol/L + +fp = open(outfile,"w") +# '''Uncomment for column headers. Commented for consistency with density.py''' +# print >>fp, " %8s %8s " %('ra', 'rb'), +# for k in xrange(ntypes): +# print >>fp, " %8s " %(k), +# print >>fp +for i in xrange(nbins): + for j in xrange(nbins): + print >>fp, " %8.3f %8.3f " %(float(i)/float(nbins)*float(dx)+float(x0), float(j)/float(nbins)*float(dy)+float(y0)), + for k in xrange(ntypes): + print >>fp, " %8.3f " % (conversion*bin[j][i][k]/nsnaps), + print >>fp +fp.close() diff --git a/scripts/density_area.py b/scripts/density_area.py new file mode 100644 index 0000000..fd10d89 --- /dev/null +++ b/scripts/density_area.py @@ -0,0 +1,97 @@ +#!/usr/bin/python + +# Script: density_area.py +# Purpose: binned atom density by atom type and running area under the curve +# Syntax: density.py x/y/z nbin outfile files ... +# x/y/z = get density distribution along this axis +# nbin = # of bins in desired direction +# outfile = file to write flux stats to +# files = series of dump files +# Example: density_area.py z 100 dens.out dump.* +# Author: Paul Crozier (Sandia). +# Modified by Jeff Greathouse (Sandia) to include +# calculation of area under the curve + +# enable script to run from Python directly w/out Pizza.py + +import sys +from dump import dump +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 5: + raise StandardError, "Syntax: density.py x/y/z nbin outfile files ..." + +direction = argv[1] +nbins = int(argv[2]) +outfile = argv[3] +files = ' '.join(argv[4:]) + +# read snapshots one-at-a-time + +d = dump(files,0) +d.map(1,"id",2,"type",3,"x",4,"y",5,"z") + +first = 1 +nsnaps = 0 +ntypes = 0 +while 1: + time = d.next() + if time == -1: break + + if first: + tmp,ntypes = d.minmax("type") + ntypes = int(ntypes) + bin = nbins * [0] + for i in xrange(nbins): bin[i] = ntypes * [0] + first = 0 + + box = (d.snaps[-1].xlo,d.snaps[-1].ylo,d.snaps[-1].zlo, + d.snaps[-1].xhi,d.snaps[-1].yhi,d.snaps[-1].zhi) + vol = (box[3] - box[0]) * (box[4] - box[1]) * (box[5] - box[2]) + + if direction == "x": type,x = d.vecs(time,"type","x") + elif direction == "y": type,x = d.vecs(time,"type","y") + elif direction == "z": type,x = d.vecs(time,"type","z") + + type = map(int,type) + natoms = len(type) + for i in xrange(natoms): type[i] -= 1 + + for i in xrange(natoms): + ibin = int(nbins*x[i] + 0.5) + if (ibin < 0): ibin += nbins + if (ibin > nbins-1): ibin -= nbins + bin[ibin][type[i]] += nbins/vol + nsnaps += 1 + print time, + +print +print "Printing ",direction,"-directional density distribution in mol/L to", \ + outfile +conversion = 1660.53873 # convert from atoms/Angs^3 to mol/L + +# Output as x, density_1, area_1, ... + +fp = open(outfile,"w") +first = 1 +xden = nbins * [0] +yden = nbins * [0] +for i in xrange(nbins): yden[i] = ntypes * [0] +sum = ntypes * [0] +for i in xrange(nbins): + xden[i] = float(i)/float(nbins) + print >>fp, xden[i], + if first: + for j in xrange(ntypes): + yden[i][j] = conversion*bin[i][j]/nsnaps + print >>fp, yden[i][j], sum[j], + first = 0 + else: + for j in xrange(ntypes): + yden[i][j] = conversion*bin[i][j]/nsnaps + sum[j] += 0.5 * (xden[i] - xden[i-1]) * (yden[i][j] + yden[i-1][j]) + print >>fp, yden[i][j], sum[j], + print >>fp +fp.close() diff --git a/scripts/distance.py b/scripts/distance.py new file mode 100644 index 0000000..255b86e --- /dev/null +++ b/scripts/distance.py @@ -0,0 +1,75 @@ +#!/usr/bin/python + +# Script: distance.py +# Purpose: check if any atom pairs are closer than specified distance +# Syntax: distance.py maxcut dump.file1 dump.file2 ... +# maxcut = flag atoms which are less than this distance apart +# Example: distance.py 0.95 dump.file1 +# Author: Paul Crozier (Sandia) + +# print out 2 atoms less than maxcut apart (with PBC) + +from math import sqrt + +if len(argv) < 3: + raise StandardError,"distance.py maxcut dump.file1 dump.file2 ..." + +maxcut = float(argv[1]) +maxcut_sq = maxcut*maxcut + +files = ' '.join(argv[2:]) # dump files +d = dump(files,0) +d.map(1,"id",2,"type",3,"x",4,"y",5,"z") + +while 1: + time = d.next() + if time < 0: break + d.unscale(time) + + box = (d.snaps[-1].xlo,d.snaps[-1].ylo,d.snaps[-1].zlo, + d.snaps[-1].xhi,d.snaps[-1].yhi,d.snaps[-1].zhi) + d.aselect.all(time) + id,type,x,y,z = d.vecs(time,"id","type","x","y","z") + n = len(x) + + xprd = box[3] - box[0] + yprd = box[4] - box[1] + zprd = box[5] - box[2] + + for i in xrange(n): + for j in xrange(i+1,n): + + delx = x[j] - x[i] + if abs(delx) > 0.5*xprd: + if delx < 0.0: + delx += xprd + else: + delx -= xprd + if (delx*delx < maxcut_sq): + + dely = y[j] - y[i] + if abs(dely) > 0.5*yprd: + if dely < 0.0: + dely += yprd + else: + dely -= yprd + if ((dely*dely + delx*delx) < maxcut_sq): + + delz = z[j] - z[i] + if abs(delz) > 0.5*zprd: + if delz < 0.0: + delz += zprd + else: + delz -= zprd + + rsq = delx*delx + dely*dely + delz*delz + + if rsq < maxcut_sq: + print "time = %d, id[i] = %d, id[j] = %d," \ + " type[i] = %d, type[j] = %d, distance = %g" % \ + (time, id[i], id[j], type[i], type[j], sqrt(rsq)) + + d.tselect.none() + d.tselect.one(time) + print "timestep = ", time + d.delete() diff --git a/scripts/dview.py b/scripts/dview.py new file mode 100644 index 0000000..7335847 --- /dev/null +++ b/scripts/dview.py @@ -0,0 +1,19 @@ +#!/usr/bin/python + +# Script: dview.py +# Purpose: launch vcr tool on LAMMPS dump files +# Syntax: dview.py dump.1 dump.2 ... +# files = one or more dump files +# Example: dview.py dump.* +# Author: Steve Plimpton (Sandia) + +# main script + +if len(argv) < 2: + raise StandardError, "Syntax: dview.py dump.1 ..." + +files = ' '.join(argv[1:]) + +d = dump(files) +g = gl(d) +v = vcr(g) diff --git a/scripts/dview_standalone.py b/scripts/dview_standalone.py new file mode 100755 index 0000000..022f2b8 --- /dev/null +++ b/scripts/dview_standalone.py @@ -0,0 +1,33 @@ +#!/usr/bin/python + +# Script: dview.py +# Purpose: launch vcr tool on LAMMPS dump files +# Syntax: dview.py dump.1 dump.2 ... +# files = one or more dump files +# Example: dview.py dump.* +# Author: Steve Plimpton (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from dump import dump + +# w/out Pizza.py these lines need to come before import of gl tool +import Tkinter +tkroot = Tkinter.Tk() +tkroot.withdraw() + +from gl import gl +from vcr import vcr +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 2: + raise StandardError, "Syntax: dview.py dump.1 ..." + +files = ' '.join(argv[1:]) + +d = dump(files) +g = gl(d) +v = vcr(g) diff --git a/scripts/flux.py b/scripts/flux.py new file mode 100644 index 0000000..dec15a8 --- /dev/null +++ b/scripts/flux.py @@ -0,0 +1,87 @@ +#!/usr/bin/python + +# Script: flux.py +# Purpose: flux of atoms through a user-defined plane +# Syntax: flux.py x/y/z plane outfile files ... +# x/y/z = measure flux in x, y, or z direction +# plane = plane where flux is measured, fraction of L from 0 to 1 +# outfile = file to write flux stats to +# files = series of dump files +# Example: flux.py z 0.5 flux.out dump.* +# Author: Paul Crozier (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from dump import dump +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 5: + raise StandardError, "Syntax: flux.py x/y/z plane outfile files ..." + +direction = argv[1] +scaled_plane = float(argv[2]) +outfile = argv[3] +files = ' '.join(argv[4:]) +d = dump(files) +d.unwrap() +tmp,ntypes = d.minmax("type") +ntypes = int(ntypes) +ntypes += 1 + +# loop over snapshots and compute net flux vs. first snapshot + +f = open(outfile,"w") + +jconfig = crossings = 0 +flag = 0 + +while 1: + which,time,flag = d.iterator(flag) + if flag == -1: break + + if direction == "x": + id,type,x = d.vecs(time,"id","type","x") + lo = d.snaps[which].xlo + hi = d.snaps[which].xhi + elif direction == "y": + id,type,x = d.vecs(time,"id","type","y") + lo = d.snaps[which].ylo + hi = d.snaps[which].yhi + elif direction == "z": + id,type,x = d.vecs(time,"id","type","z") + lo = d.snaps[which].zlo + hi = d.snaps[which].zhi + + prd = hi - lo + plane = lo + scaled_plane*prd + + print time, + sys.stdout.flush() + + natoms = len(x) + if jconfig == 0: x_initial = (natoms+1) * [0] + jconfig += 1 + + typeflux = ntypes * [0] + + for i in xrange(natoms): + id[i] = int(id[i]) + type[i] = int(type[i]) + if jconfig == 1: x_initial[id[i]] = x[i] + if x_initial[id[i]] < plane and x[i] > plane : + crossings = int((x[i] - plane)/prd) + 1 + typeflux[type[i]] += crossings + elif x_initial[id[i]] > plane and x[i] < plane : + crossings = int((plane - x[i])/prd) + 1 + typeflux[type[i]] -= crossings + + print >>f,time, + for j in xrange(ntypes-1): + print >>f,typeflux[j+1], + print >>f +print + +f.close() diff --git a/scripts/iview.py b/scripts/iview.py new file mode 100644 index 0000000..6509f1c --- /dev/null +++ b/scripts/iview.py @@ -0,0 +1,20 @@ +#!/usr/bin/python + +# Script: iview.py +# Purpose: launch animate tool on series of image files +# Syntax: iview.py files ... +# files = one or more image files +# Example: iview.py image*png +# Author: Steve Plimpton (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from animate import animate +if not globals().has_key("argv"): argv = sys.argv + +# main script +# this could be done with one-line alias in shell start-up file + +if len(argv) < 2: raise StandardError, "Syntax: iview.py files ..." +a = animate(' '.join(argv[1:])) diff --git a/scripts/logview.py b/scripts/logview.py new file mode 100644 index 0000000..79dad87 --- /dev/null +++ b/scripts/logview.py @@ -0,0 +1,31 @@ +#!/usr/bin/python + +# Script: logview.py +# Purpose: plots of LAMMPS log-file thermodynamic data +# Syntax: logview.py gnu/matlab files ... +# gnu/matlab = style of plots to create +# files = one or more log files +# Example: logview.py gnu log.* +# Author: Steve Plimpton (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from log import log +from plotview import plotview +from gnu import gnu +from matlab import matlab +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 3: + raise StandardError, "Syntax: logview.py gnu/matlab files ..." + +style = argv[1] +files = ' '.join(argv[2:]) + +lg = log(files) +exec "plot = %s()" % style +p = plotview(lg,plot) + diff --git a/scripts/movie.py b/scripts/movie.py new file mode 100644 index 0000000..611077c --- /dev/null +++ b/scripts/movie.py @@ -0,0 +1,33 @@ +#!/usr/bin/python + +# Script: movie.py +# Purpose: create images from LAMMPS dump snapshots +# Syntax: movie.py raster/svg theta phi dump.1 dump.2 ... +# raster/svg = style of image to create +# theta/phi = vertical (z) and azimuthal angle to view from +# files = one or more dump files +# Example: movie.py svg 60 130 dump.* +# Author: Steve Plimpton (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from dump import dump +from raster import raster +from svg import svg +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) < 5: + raise StandardError, "Syntax: movie.py raster/svg theta phi dump.1 ..." + +style = argv[1] +theta = float(argv[2]) +phi = float(argv[3]) +files = ' '.join(argv[4:]) + +d = dump(files) +exec "viz = %s(d)" % style +viz.rotate(theta,phi) +viz.all() diff --git a/scripts/plot.py b/scripts/plot.py new file mode 100644 index 0000000..4311149 --- /dev/null +++ b/scripts/plot.py @@ -0,0 +1,30 @@ +#!/usr/bin/python + +# Script: plot.py +# Purpose: plots of a file of vectors +# Syntax: plot.py gnu/matlab file +# gnu/matlab = style of plots to create +# file = a file with columns of data +# Example: plot.py gnu file.dat +# Author: Steve Plimpton (Sandia) + +# enable script to run from Python directly w/out Pizza.py + +import sys +from plotview import plotview +from gnu import gnu +from matlab import matlab +if not globals().has_key("argv"): argv = sys.argv + +# main script + +if len(argv) != 3: + raise StandardError, "Syntax: plot.py gnu/matlab file" + +style = argv[1] +file = argv[2] + +v = vec(file) +exec "plot = %s()" % style +p = plotview(v,plot) + diff --git a/src/DEFAULTS.py b/src/DEFAULTS.py new file mode 100644 index 0000000..f13ac12 --- /dev/null +++ b/src/DEFAULTS.py @@ -0,0 +1,106 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# -------------- +# -------------- + +# 3 variables used by Pizza.py +# to use TOOLS or SCRIPTS, edit and uncomment the line +# to use EXCLUDE, add to the existing list + +# TOOLS = list of extra directories that contain Pizza.py tools +# Pizza.py will load all *.py files as tools from TOOLS dirs, then pizza/src +# this ordering means your tool can override a Pizza.py tool of the same name +# SCRIPTS = list of extra directories that contain Pizza.py scripts +# Pizza.py will look in working dir, SCRIPTS dirs, then pizza/scripts +# this ordering means your script can override a Pizza.py script of same name +# EXCLUDE = Python files to NOT load as tools when Pizza.py starts +# typically done for auxiliary Python files that are not tools +# any non-tool Python files from your TOOLS dirs should be added to list + +#PIZZA_TOOLS = ["~/mystuff/new_pizza_tools"] +#PIZZA_SCRIPTS = ["~/mystuff/new_pizza_scripts"] +PIZZA_EXCLUDE = ["pizza", "DEFAULTS", "vizinfo"] + +# -------------- +# -------------- + +# Pathname for programs executed by various Pizza.py tools + +# if you don't use a tool, it's settings can be ignored +# the default values are program names with no path +# to use a default value, the executable must therefore be in your path +# to change a default, uncomment and edit the PIZZA variable line + +# -------------- + +# ImageMagick programs to manipulate image files +# DISPLAY = program to view GIF, PNG, SVG files +# tools that use it: rasmol, raster, svg +# CONVERT = program to convert one image format to another +# MONTAGE = program to stitch 2 images together +# tools that use it: image + +#PIZZA_DISPLAY = "/usr/bin/display" +#PIZZA_CONVERT = "/usr/bin/convert" +#PIZZA_MONTAGE = "/usr/bin/montage" + +# -------------- + +# GNUPLOT = the GnuPlot plotting package +# GNUTERM = terminal setting used by GnuPlot +# tools that use it: gnu + +#PIZZA_GNUPLOT = "gnuplot" +#PIZZA_GNUTERM = "x11" +#PIZZA_GNUTERM = "aqua" # for Macs with Aquaterm installed + +# -------------- + +# GUNZIP = program to uncompress gzipped files +# tools that use it: data dump log + +#PIZZA_GUNZIP = "gunzip" + +# -------------- + +# LABEL3D = program to put a label on a Raster3D image +# RENDER = the Raster3D visualization rendering engine +# tools that use it: raster + +#PIZZA_LABEL3D = "label3d" +#PIZZA_RENDER = "render" + +# -------------- + +# MATLAB = the MatLab numerical analysis and plotting package +# tools that use it: matlab + +#PIZZA_MATLAB = "matlab -nosplash -nodesktop -nojvm" + +# -------------- + +# RASMOL = the RasMol visualization package +# tools that use it: rasmol + +#PIZZA_RASMOL = "rasmol" + +# -------------- + +# VMD = the VMD visualization package +# tools that use it: vmd + +#PIZZA_VMDNAME = "vmd" # good settings for a Linux box +#PIZZA_VMDDIR = "/usr/local/lib/vmd" +#PIZZA_VMDDEV = "win" +#PIZZA_VMDARCH = "LINUX" + +#PIZZA_VMDNAME = "vmd" # good settings for a Mac +#PIZZA_VMDDIR = "/Applications/VMD\ 1.8.7.app/Contents/vmd" +#PIZZA_VMDDEV = "win" +#PIZZA_VMDARCH = "MACOSXX86" diff --git a/src/DEFAULTS.pyc b/src/DEFAULTS.pyc new file mode 100644 index 0000000..65a486b Binary files /dev/null and b/src/DEFAULTS.pyc differ diff --git a/src/animate.py b/src/animate.py new file mode 100644 index 0000000..0b696db --- /dev/null +++ b/src/animate.py @@ -0,0 +1,212 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# animate tool + +oneline = "Animate a series of image files" + +docstr = """ +a = animate("image*.png") create GUI to animate set of image files + +Actions (same as GUI widgets): + +a.first() go to first frame +a.prev() go to previous frame +a.back() play backwards from current frame to start +a.stop() stop on current frame +a.play() play from current frame to end +a.next() go to next frame +a.last() go to last frame + +a.frame(31) set frame slider +a.delay(0.4) set delay slider +""" + +# History +# 8/05, Matt Jones (BYU): original version + +# ToDo list +# make image window non-resizable while displaying an image +# allow for file conversion, e.g. animate("png","image*jpg") + +# Variables +# tkroot = root of entire Tk +# files = list of file names +# images = list of Tkimage objects +# nframes = number of images +# index = current frame (0 to N-1) +# loop_flag = set to 1 or -1 when play or back pushed +# set to 0 when stop is pushed +# delay_value = delay between frames (secs) +# delay_msec = delay in millisec + +# Imports and external programs + +import sys, os, commands, re, glob +from Tkinter import * +from ImageTk import PhotoImage + +# Class definition + +class animate: + + # -------------------------------------------------------------------- + + def __init__(self,filestr): + self.loop_flag = 0 + self.delay_value = 0.0 + self.delay_msec = 0 + + # convert filestr into full list of files + + list = str.split(filestr) + self.files = [] + for file in list: self.files += glob.glob(file) + self.nframes = len(self.files) + if self.nframes == 0: raise StandardError, "No files to load" + + # load all images + + self.images = [] + for i in xrange(self.nframes): + self.images.append(PhotoImage(file=self.files[i])) + + # grab Tk instance from main + + from __main__ import tkroot + self.tkroot = tkroot + + # GUI control window + + win1 = Toplevel(tkroot) + win1.title("Pizza.py animate tool") + + holder1 = Frame(win1) + button1 = Button(holder1,text="<<",command=self.first).pack(side=LEFT) + button2 = Button(holder1,text="<",command=self.previous).pack(side=LEFT) + button3 = Button(holder1,text="Back",command=self.back).pack(side=LEFT) + button4 = Button(holder1,text="Stop",command=self.stop).pack(side=LEFT) + button5 = Button(holder1,text="Play",command=self.play).pack(side=LEFT) + button6 = Button(holder1,text=">",command=self.next).pack(side=LEFT) + button7 = Button(holder1,text=">>",command=self.last).pack(side=LEFT) + holder1.pack(side=TOP) + + holder2 = Frame(win1) + self.slider_frame = Scale(holder2,from_=0,to=self.nframes-1, + command=self.frame,orient=HORIZONTAL, + label=" Frame") + self.slider_delay = Scale(holder2,from_=0.0,to=1.0,resolution=0.1, + command=self.delay,orient=HORIZONTAL, + label=" Delay") + self.slider_frame.pack(side=LEFT) + self.slider_delay.pack(side=LEFT) + holder2.pack(side=TOP) + + holder3 = Frame(win1) + self.label_frame = Label(holder3) + self.label_frame.pack(side=LEFT) + holder3.pack(side=TOP) + + # image window + + win2 = Toplevel(tkroot) + self.image_pane = Label(win2,image=self.images[0]) + self.image_pane.pack(side=BOTTOM) + tkroot.update_idletasks() # force window to appear + + # display 1st image + + self.index = 0 + self.display(self.index) + + # -------------------------------------------------------------------- + + def first(self): + self.index = 0 + self.display(self.index) + + # -------------------------------------------------------------------- + + def last(self): + self.index = self.nframes - 1 + self.display(self.index) + + # -------------------------------------------------------------------- + + def previous(self): + if self.index > 0: self.index -= 1 + self.display(self.index) + + # -------------------------------------------------------------------- + + def next(self): + if self.index < self.nframes - 1: self.index += 1 + self.display(self.index) + + # -------------------------------------------------------------------- + + def back(self): + if self.loop_flag != 0: return + self.loop_flag = -1 + if self.index == 0: + self.index = self.nframes - 1 + self.display(self.index) + self.loop() + + # -------------------------------------------------------------------- + + def play(self): + if self.loop_flag != 0: return + self.loop_flag = 1 + if self.index == self.nframes - 1: + self.index = 0 + self.display(self.index) + self.loop() + + # -------------------------------------------------------------------- + + def stop(self): + self.loop_flag = 0 + + # -------------------------------------------------------------------- + # loop forward or back until end of animation + + def loop(self): + if self.loop_flag == 1 and self.index == self.nframes - 1: + self.loop_flag = 0 + if self.loop_flag == -1 and self.index == 0: + self.loop_flag = 0 + if self.loop_flag == 0: return + + self.index += self.loop_flag + self.display(self.index) + self.tkroot.update_idletasks() + self.tkroot.after(self.delay_msec,self.loop) + + # -------------------------------------------------------------------- + # display a frame corresponding to iframe + + def display(self,iframe): + self.image_pane.configure(image=self.images[iframe]) + self.slider_frame.set(iframe) + textstr = "Frame: %d File: %s" % (iframe,self.files[iframe]) + self.label_frame.configure(text=textstr) + + # -------------------------------------------------------------------- + + def frame(self,value): + self.index = int(value) + self.display(self.index) + + # -------------------------------------------------------------------- + + def delay(self,value): + self.delay_value = float(value) + self.slider_delay.set(self.delay_value) + self.delay_msec = int(1000*self.delay_value) + diff --git a/src/animate.pyc b/src/animate.pyc new file mode 100644 index 0000000..3ac85df Binary files /dev/null and b/src/animate.pyc differ diff --git a/src/bdump.py b/src/bdump.py new file mode 100644 index 0000000..9e4f4af --- /dev/null +++ b/src/bdump.py @@ -0,0 +1,283 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# bdump tool + +oneline = "Read dump files with bond info" + +docstr = """ +b = bdump("dump.one") read in one or more dump files +b = bdump("dump.1 dump.2.gz") can be gzipped +b = bdump("dump.*") wildcard expands to multiple files +b = bdump("dump.*",0) two args = store filenames, but don't read + + incomplete and duplicate snapshots are deleted + no column name assignment is performed + +time = b.next() read next snapshot from dump files + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment is performed + +b.map(1,"id",3,"x") assign names to atom columns (1-N) + + must assign id,type,atom1,atom2 + +time,box,atoms,bonds,tris,lines = b.viz(index) return list of viz objects + + viz() returns line info for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = NULL + atoms = NULL + bonds = id,type,atom1,atom2 for each line as 2d array + tris = NULL + lines = NULL +""" + +# History +# 11/10, Steve Plimpton (SNL): original version + +# Variables +# flist = list of dump file names +# increment = 1 if reading snapshots one-at-a-time +# nextfile = which file to read from via next() +# eof = ptr into current file for where to read via next() +# nsnaps = # of snapshots +# snaps = list of snapshots +# names = dictionary of column names: +# key = "id", value = column # (0 to M-1) +# Snap = one snapshot +# time = time stamp +# natoms = # of atoms +# atoms[i][j] = 2d array of floats, i = 0 to natoms-1, j = 0 to ncols-1 + +# Imports and external programs + +import sys, commands, re, glob, types +from os import popen + +try: + import numpy as np + oldnumeric = False +except: + import Numeric as np + oldnumeric = True + +try: from DEFAULTS import PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class bdump: + + # -------------------------------------------------------------------- + + def __init__(self,*list): + self.snaps = [] + self.nsnaps = 0 + self.names = {} + + # flist = list of all dump file names + + words = list[0].split() + self.flist = [] + for word in words: self.flist += glob.glob(word) + if len(self.flist) == 0 and len(list) == 1: + raise StandardError,"no bdump file specified" + + if len(list) == 1: + self.increment = 0 + self.read_all() + else: + self.increment = 1 + self.nextfile = 0 + self.eof = 0 + + # -------------------------------------------------------------------- + + def read_all(self): + + # read all snapshots from each file + # test for gzipped files + + for file in self.flist: + if file[-3:] == ".gz": + f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r') + else: f = open(file) + + snap = self.read_snapshot(f) + while snap: + self.snaps.append(snap) + print snap.time, + sys.stdout.flush() + snap = self.read_snapshot(f) + + f.close() + print + + # sort entries by timestep, cull duplicates + + self.snaps.sort(self.compare_time) + self.cull() + self.nsnaps = len(self.snaps) + print "read %d snapshots" % self.nsnaps + + # -------------------------------------------------------------------- + # read next snapshot from list of files + + def next(self): + + if not self.increment: raise StandardError,"cannot read incrementally" + + # read next snapshot in current file using eof as pointer + # if fail, try next file + # if new snapshot time stamp already exists, read next snapshot + + while 1: + f = open(self.flist[self.nextfile],'rb') + f.seek(self.eof) + snap = self.read_snapshot(f) + if not snap: + self.nextfile += 1 + if self.nextfile == len(self.flist): return -1 + f.close() + self.eof = 0 + continue + self.eof = f.tell() + f.close() + try: + self.findtime(snap.time) + continue + except: break + + self.snaps.append(snap) + snap = self.snaps[self.nsnaps] + self.nsnaps += 1 + + return snap.time + + # -------------------------------------------------------------------- + # read a single snapshot from file f + # return snapshot or 0 if failed + # assign column names if not already done and file is self-describing + # convert xs,xu to x + + def read_snapshot(self,f): + try: + snap = Snap() + item = f.readline() + snap.time = int(f.readline().split()[0]) # just grab 1st field + item = f.readline() + snap.natoms = int(f.readline()) + item = f.readline() + + if snap.natoms: + words = f.readline().split() + ncol = len(words) + for i in xrange(1,snap.natoms): + words += f.readline().split() + floats = map(float,words) + if oldnumeric: atoms = np.zeros((snap.natoms,ncol),np.Float) + else: atoms = np.zeros((snap.natoms,ncol),np.float) + start = 0 + stop = ncol + for i in xrange(snap.natoms): + atoms[i] = floats[start:stop] + start = stop + stop += ncol + else: atoms = None + snap.atoms = atoms + return snap + except: + return 0 + + # -------------------------------------------------------------------- + # map atom column names + + def map(self,*pairs): + if len(pairs) % 2 != 0: + raise StandardError, "bdump map() requires pairs of mappings" + for i in range(0,len(pairs),2): + j = i + 1 + self.names[pairs[j]] = pairs[i]-1 + + # -------------------------------------------------------------------- + # return vector of snapshot time stamps + + def time(self): + vec = self.nsnaps * [0] + i = 0 + for snap in self.snaps: + vec[i] = snap.time + i += 1 + return vec + + # -------------------------------------------------------------------- + # sort snapshots on time stamp + + def compare_time(self,a,b): + if a.time < b.time: + return -1 + elif a.time > b.time: + return 1 + else: + return 0 + + # -------------------------------------------------------------------- + # delete successive snapshots with duplicate time stamp + + def cull(self): + i = 1 + while i < len(self.snaps): + if self.snaps[i].time == self.snaps[i-1].time: + del self.snaps[i] + else: + i += 1 + + # -------------------------------------------------------------------- + # return list of bonds to viz for snapshot isnap + # if called with flag, then index is timestep, so convert to snapshot index + + def viz(self,index,flag=0): + if not flag: isnap = index + else: + times = self.time() + n = len(times) + i = 0 + while i < n: + if times[i] > index: break + i += 1 + isnap = i - 1 + snap = self.snaps[isnap] + + time = snap.time + id = self.names["id"] + type = self.names["type"] + atom1 = self.names["atom1"] + atom2 = self.names["atom2"] + + # create line list from id,type,atom1,atom2 + # abs() of type since could be negative + + bonds = [] + for i in xrange(snap.natoms): + atom = snap.atoms[i] + bonds.append([int(atom[id]),abs(int(atom[type])), + int(atom[atom1]),int(atom[atom2])]) + + return time,None,None,bonds,None,None + +# -------------------------------------------------------------------- +# one snapshot + +class Snap: + pass diff --git a/src/bdump.pyc b/src/bdump.pyc new file mode 100644 index 0000000..218188a Binary files /dev/null and b/src/bdump.pyc differ diff --git a/src/cdata.py b/src/cdata.py new file mode 100644 index 0000000..3020fc5 --- /dev/null +++ b/src/cdata.py @@ -0,0 +1,2312 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# how to specify and print 2d particles + +# cdata tool + +oneline = "Read, create, manipulate ChemCell data files" + +docstr = """ +c = cdata() create a datafile object +c = cdata("mem.surf") read in one or more ChemCell data files +c = cdata("mem.part.gz mem.surf") can be gzipped +c = cdata("mem.*") wildcard expands to multiple files +c.read("mem.surf") read in one or more data files + + read() has same argument options as constructor + files contain the following kinds of entries, each of which becomes an object + particles, triangles, region, facets + particles is a list of particles -> becomes a group + triangles is 3 lists of vertices, triangles, connections -> becomes a surf + region is a ChemCell command defining a region -> becomes a region + facets is a CUBIT format of vertices and triangles -> becomes a surf + each object is assigned an ID = name in file + ID can be any number or string, must be unique + +c.box(ID,xlo,ylo,zlo,xhi,yhi,zhi) create a box region +c.sphere(ID,x,y,z,r) create a sphere region +c.shell(ID,x,y,z,r,rinner) create a shell region +c.cyl(ID,'x',c1,c2,r,lo,hi) create a axis-aligned cylinder region +c.cap(ID,'x',c1,c2,r,lo,hi) create a axis-aligned capped-cylinder region +c.q(ID,q1,q2,...) set region triangulation quality factors + + box() can create an axis-aligned plane, line, or point if lo=hi + cyl() can create an axis-aligned circle if lo=hi + for cyl() and cap(): 'x' c1,c2 = y,z; 'y' c1,c2 = x,z; 'z' c,c2 = x,y + q's are size factors for region triangulation + for box, q1,q2,q3 = # of divisions per xyz of box + for sphere or shell, q1 = # of divisions per face edge of embedded cube + for cyl or cap, q1 = # of divisions per face edge of end cap, must be even + q2 = # of divisions along length of cylinder + +c.line(ID,x1,y1,z1,x2,y2,z2) create a line object with one line +c.lbox(ID,xlo,ylo,zlo,xhi,yhi,zhi) create a line object with 12 box lines + +c.surf(ID,id-region) create a triangulated surf from a region +c.surftri(ID,id-surf,t1,t2,...) create a tri surf from list of id-surf tris +c.surfselect(ID,id-surf,test) create a tri surf from test on id-surf tris +c.bins(ID,nx,ny) set binning parameters for a surf + + triangulation of a shell is just done for the outer sphere + for surftri(), one or more tri indices (1-N) must be listed + for surfselect(), test is string like "$x < 2.0 and $y > 0.0" + bins are used when particles are created inside/outside a surf + +c.part(ID,n,id_in) create N particles inside object id_in +c.part(ID,n,id_in,id_out) particles are also outside object id_out +c.part2d(ID,n,id_on) create 2d particles on object id_on +c.partarray(ID,nx,nz,nz,x,y,z,dx,dy,dz) create 3d grid of particles +c.partring(ID,n,x,y,z,r,'x') create ring of particles +c.partsurf(ID,id_on) change surf of existing 2d particle group +c.seed(43284) set random # seed (def = 12345) + + generate particle positions randomly (unless otherwise noted) + for part(), id_in and id_out must be IDs of a surf, region, or union object + inside a union object means inside any of the lower-level objects + outside a union object means outside all of the lower-level objects + for part2d(), id_on must be ID of a surf, region, or union object + for part2d(), particles will be written as 2d assigned to surf id_on + for partring(), ring axis is in 'x','y', or 'z' direction + partsurf() changes surf id_on for an existing 2d particle group + +x,n = c.random(ID) pick a random pt on surf of object ID +c.project(ID,ID2,dx,dy,dz,eps,fg) project particles in ID to surf of obj ID2 + + random() returns pt = [x,y,z] and normal vec n [nx,ny,nz] + for random(), ID can be surf or region obj + project() remaps particle coords in group ID + moves each particle along dir until they are within eps of surface + if no fg arg, dir = (dx,dy,dz) + if fg arg, dir = line from particle coord to (dx,dy,dz) + ID2 can be surf or region obj + particles are converted to 2d assigned to surf ID2 + +c.center(ID,x,y,z) set center point of object +c.trans(ID,dx,dy,dz) translate an object +c.rotate(ID,'x',1,1,0,'z',-1,1,0) rotate an object +c.scale(ID,sx,sy,sz) scale an object + + objects must be surface or particle group, regions cannot be changed + for center(), default is middle of bounding box (set when obj is created) + for rotate(), set any 2 axes, must be orthogonal, 3rd is inferred + object is rotated so that it's current xyz axes point along new ones + rotation and scaling occur relative to center point + +c.union(ID,id1,id2,...) create a new union object from id1,id2,etc +c.join(ID,id1,id2,...) create a new object by joining id1,id2,etc +c.delete(id1,id2,...) delete one or more objects +c.rename(ID,IDnew) rename an object +c.copy(ID,IDnew) create a new object as copy of old object + + for union, all lower-level objects must be of surface, region, or union style + for join, all joined objects must be of same style: group, surf, line + new object is the same style + +c.select(id1,id2,...) select one or more objects +c.select() select all objects +c.unselect(id1,id2,...) unselect one or more objects +c.unselect() unselect all objects + + selection applies to write() and viz() + +c.write("file") write all selected objs to ChemCell file +c.write("file",id1,id2,...) write only listed & selected objects to file +c.append("file") append all selected objs to ChemCell file +c.append("file",id1,id2,...) append only listed & selected objects + + union objects are skipped, not written to file + +index,time,flag = c.iterator(0/1) loop over single snapshot +time,box,atoms,bonds,tris,lines = c.viz(index) return list of viz objects + + iterator() and viz() are compatible with equivalent dump calls + iterator() called with arg = 0 first time, with arg = 1 on subsequent calls + index = timestep index within dump object (only 0 for data file) + time = timestep value (only 0 for data file) + flag = -1 when iteration is done, 1 otherwise + viz() returns info for selected objs for specified timestep index (must be 0) + time = 0 + box = [xlo,ylo,zlo,xhi,yhi,zhi] + atoms = id,type,x,y,z for each atom as 2d array + NULL if atoms do not exist + bonds = NULL + tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array + regions are triangulated according to q() settings by viz() + NULL if surfaces do not exist + lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array + NULL if lines do not exist + types are assigned to each object of same style in ascending order +""" + +# History +# 11/05, Steve Plimpton (SNL): original version + +# ToDo list + +# Variables +# nselect = 1 = # of snapshots +# ids = dictionary of IDs that points to object index +# objs = list of objects, style = REGION, SURFACE, GROUP, UNION + +# Imports and external programs + +import sys, glob +from os import popen +from math import sqrt,pi,cos,sin,fabs +from copy import deepcopy + +try: from DEFAULTS import PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class cdata: + + # -------------------------------------------------------------------- + + def __init__(self,*list): + self.nselect = 1 + self.ids = {} + self.objs = [] + self.random = Random(12345) + + if len(list): self.read(*list) + + # -------------------------------------------------------------------- + + def read(self,*list): + + # flist = list of all data file names + + words = list[0].split() + flist = [] + for word in words: flist += glob.glob(word) + if len(flist) == 0 and len(list) == 1: + raise StandardError,"no data file specified" + + for file in flist: + + # test for gzipped file + + if file[-3:] == ".gz": + f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r') + else: f = open(file) + + # read all entries in file + + while 1: + line = f.readline() + if not line: break + line = line.strip() + if not line: continue + elif line.find("triangles") == 0: flag = "triangles" + elif line.find("particles") == 0: flag = "particles" + elif line.find("facets") == 0: flag = "facets" + elif line.find("region") == 0: flag = "region" + else: + print "unknown line:",line + raise StandardError, "unrecognized ChemCell data file" + + # create a surface object from set of triangles or facets + + if flag == "triangles" or flag == "facets": + tmp,id,nvert,ntri = line.split() + nvert = int(nvert) + ntri = int(ntri) + + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + f.readline() + vertices = [] + for i in xrange(nvert): + list = f.readline().split() + vertices.append([float(value) for value in list[1:]]) + f.readline() + triangles = [] + for i in xrange(ntri): + list = f.readline().split() + triangles.append([int(value) for value in list[1:]]) + + if flag == "triangles": + f.readline() + connections = [] + for i in xrange(ntri): + list = f.readline().split() + connections.append([int(value) for value in list[1:]]) + else: + connections = connect(nvert,ntri,triangles) + + obj = Surface() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = SURFACE + obj.nvert = nvert + obj.ntri = ntri + obj.vertices = vertices + obj.triangles = triangles + obj.connections = connections + obj.center() + + print id, + sys.stdout.flush() + + # create a group object from list of particles + + if flag == "particles": + words = line.split() + id = words[1] + npart = int(words[2]) + + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + f.readline() + xyz = [] + for i in xrange(npart): + list = f.readline().split() + xyz.append([float(value) for value in list[1:]]) + + obj = Group() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = GROUP + if len(words) == 3: obj.on_id = "" + else: obj.on_id = words[3] + obj.npart = npart + obj.xyz = xyz + obj.center() + + print id, + sys.stdout.flush() + + # create a region object from ChemCell region command + + if flag == "region": + words = line.split() + id = words[1] + style = words[2] + args = words[3:] + + if style == "box": + obj = Box(*args) + obj.substyle = BOX + elif style == "sphere": + obj = Sphere(*args) + obj.substyle = SPHERE + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = REGION + + print id, + sys.stdout.flush() + + f.close() + print + + # -------------------------------------------------------------------- + # create box region + + def box(self,id,*args): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + obj = Box(*args) + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = REGION + obj.substyle = BOX + + # -------------------------------------------------------------------- + # create sphere region + + def sphere(self,id,*args): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + obj = Sphere(*args) + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = REGION + obj.substyle = SPHERE + + # -------------------------------------------------------------------- + # create shell region + + def shell(self,id,*args): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + obj = Shell(*args) + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = REGION + obj.substyle = SHELL + + # -------------------------------------------------------------------- + # create cylinder region + + def cyl(self,id,*args): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + obj = Cylinder(*args) + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = REGION + obj.substyle = CYLINDER + + # -------------------------------------------------------------------- + # create a capped-cylinder region + + def cap(self,id,*args): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + obj = Capped(*args) + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = REGION + obj.substyle = CAPPED + + # -------------------------------------------------------------------- + # set quality factors for a region's triangulation routine + + def q(self,id,*args): + obj = self.objs[self.ids[id]] + if obj.style != REGION: + raise StandardError,"Can only use q() on a region object" + n = 1 + for arg in args: + cmd = "obj.q%d = arg" % n + exec cmd + n += 1 + + # -------------------------------------------------------------------- + # create a line object with single line + + def line(self,id,*args): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + obj = Line() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = LINE + obj.nline = 0 + obj.pairs = [] + + obj.addline(args) + + # -------------------------------------------------------------------- + # create a line object with 12 lines for a box + + def lbox(self,id,*args): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + obj = Line() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = LINE + obj.nline = 0 + obj.pairs = [] + + xlo,ylo,zlo,xhi,yhi,zhi = args + obj.addline([xlo,ylo,zlo,xhi,ylo,zlo]) + obj.addline([xlo,yhi,zlo,xhi,yhi,zlo]) + obj.addline([xlo,yhi,zhi,xhi,yhi,zhi]) + obj.addline([xlo,ylo,zhi,xhi,ylo,zhi]) + obj.addline([xlo,ylo,zlo,xlo,yhi,zlo]) + obj.addline([xhi,ylo,zlo,xhi,yhi,zlo]) + obj.addline([xhi,ylo,zhi,xhi,yhi,zhi]) + obj.addline([xlo,ylo,zhi,xlo,yhi,zhi]) + obj.addline([xlo,ylo,zlo,xlo,ylo,zhi]) + obj.addline([xhi,ylo,zlo,xhi,ylo,zhi]) + obj.addline([xhi,yhi,zlo,xhi,yhi,zhi]) + obj.addline([xlo,yhi,zlo,xlo,yhi,zhi]) + + # -------------------------------------------------------------------- + # create a triangulated surface object from a region object + + def surf(self,id,id_region): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + region = self.objs[self.ids[id_region]] + region.triangulate() + + obj = Surface() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = SURFACE + obj.nvert = region.nvert + obj.ntri = region.ntri + obj.vertices = deepcopy(region.vertices) + obj.triangles = deepcopy(region.triangles) + obj.connections = deepcopy(region.connections) + obj.center() + + # -------------------------------------------------------------------- + # create a triangulated surface object + # from list of tri indices (1-N) in id_surf obj + + def surftri(self,id,id_surf,*list): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + o = self.objs[self.ids[id_surf]] + + obj = Surface() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = SURFACE + obj.nvert = 0 + obj.ntri = 0 + obj.vertices = [] + obj.triangles = [] + + # subtract 1 from tri and vert to convert to C indexing from (1-N) + + for i in list: + v1 = o.triangles[i-1][0] + v2 = o.triangles[i-1][1] + v3 = o.triangles[i-1][2] + obj.vertices.append(o.vertices[v1-1][:]) + obj.vertices.append(o.vertices[v2-1][:]) + obj.vertices.append(o.vertices[v3-1][:]) + obj.triangles.append([obj.nvert+1,obj.nvert+2,obj.nvert+3]) + obj.nvert += 3 + obj.ntri += 1 + + # make any connections in new set of triangles + + obj.connections = connect(obj.nvert,obj.ntri,obj.triangles) + obj.center() + + # -------------------------------------------------------------------- + # create a triangulated surface object + # from subset of tris in id_surf obj that meet test string + + def surfselect(self,id,id_surf,teststr): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + o = self.objs[self.ids[id_surf]] + + obj = Surface() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = SURFACE + obj.nvert = 0 + obj.ntri = 0 + obj.vertices = [] + obj.triangles = [] + + # replace $var with o.vertices reference and compile test string + + cmd1 = teststr.replace("$x","o.vertices[v1][0]") + cmd1 = cmd1.replace("$y","o.vertices[v1][1]") + cmd1 = "flag1 = " + cmd1.replace("$z","o.vertices[v1][2]") + ccmd1 = compile(cmd1,'','single') + + cmd2 = teststr.replace("$x","o.vertices[v2][0]") + cmd2 = cmd2.replace("$y","o.vertices[v2][1]") + cmd2 = "flag2 = " + cmd2.replace("$z","o.vertices[v2][2]") + ccmd2 = compile(cmd2,'','single') + + cmd3 = teststr.replace("$x","o.vertices[v3][0]") + cmd3 = cmd3.replace("$y","o.vertices[v3][1]") + cmd3 = "flag3 = " + cmd3.replace("$z","o.vertices[v3][2]") + ccmd3 = compile(cmd3,'','single') + + # loop over triangles in id_surf + # 3 vertices must satisfy all 3 tests for tri's inclusion in new surf obj + + for tri in o.triangles: + v1 = tri[0] - 1 + v2 = tri[1] - 1 + v3 = tri[2] - 1 + exec ccmd1 + exec ccmd2 + exec ccmd3 + if flag1 and flag2 and flag3: + obj.vertices.append(o.vertices[v1][:]) + obj.vertices.append(o.vertices[v2][:]) + obj.vertices.append(o.vertices[v3][:]) + obj.triangles.append([obj.nvert+1,obj.nvert+2,obj.nvert+3]) + obj.nvert += 3 + obj.ntri += 1 + + # make any connections in new set of triangles + + obj.connections = connect(obj.nvert,obj.ntri,obj.triangles) + obj.center() + + # -------------------------------------------------------------------- + # set binning parameters for a surface + + def bins(self,id,nx,ny): + obj = self.objs[self.ids[id]] + if obj.style != SURFACE: + raise StandardError,"Can only set bins for surface" + obj.nbinx = nx + obj.nbiny = ny + + # -------------------------------------------------------------------- + # create a group object with npart particles + # use inside and outside as constraints on particle coords + + def part(self,id,npart,in_id,out_id=None): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + obj = Group() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = GROUP + obj.on_id = "" + obj.npart = npart + obj.xyz = [] + + in_obj = self.objs[self.ids[in_id]] + if out_id: out_obj = self.objs[self.ids[out_id]] + + # pre-process SURFACE objects to bin their triangles for faster searching + + if in_obj.style == SURFACE: in_obj.inside_prep() + if out_id and out_obj.style == SURFACE: out_obj.inside_prep() + + # bounding box for generating points + + xlo,ylo,zlo,xhi,yhi,zhi = in_obj.bbox() + xsize = xhi-xlo + ysize = yhi-ylo + zsize = zhi-zlo + + # generate particles until have enough that satisfy in/out constraints + + count = attempt = 0 + while count < npart: + attempt += 1 + x = xlo + self.random() * xsize + y = ylo + self.random() * ysize + z = zlo + self.random() * zsize + if not in_obj.inside(x,y,z): continue + if out_id and out_obj.inside(x,y,z): continue + obj.xyz.append([x,y,z]) + count += 1 + + obj.center() + print "Created %d particles in %d attempts" % (count,attempt) + + # -------------------------------------------------------------------- + # create a group object with npart 2d particles on surface of on_id object + + def part2d(self,id,npart,on_id): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + obj = Group() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = GROUP + obj.on_id = on_id + obj.npart = npart + obj.xyz = [] + + on_obj = self.objs[self.ids[on_id]] + if on_obj.style != SURFACE and on_obj.style != REGION and \ + on_obj.style != UNION: + raise StandardError,"Illegal ID to place particles on" + totalarea = on_obj.area() + + for count in xrange(npart): + area = self.random() * totalarea + pt,norm = on_obj.loc2d(area,self.random) + obj.xyz.append(pt) + + obj.center() + print "Created %d particles on area of %g" % (npart,totalarea) + + # -------------------------------------------------------------------- + # create a 3d array of particles + # array size = Nx by Ny by Nz + # lower left corner of array = x,y,z + # array spacing = dx,dy,dz + + def partarray(self,id,nx,ny,nz,x,y,z,dx,dy,dz): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + obj = Group() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = GROUP + obj.on_id = "" + obj.npart = nx * ny * nz + obj.xyz = [] + + for k in xrange(nz): + znew = z + k*dz + for j in xrange(ny): + ynew = y + j*dy + for i in xrange(nx): + xnew = x + i*dx + obj.xyz.append([xnew,ynew,znew]) + + obj.center() + print "Created %d particles" % (nx*ny*nz) + + # -------------------------------------------------------------------- + # create a ring of N particles + # ring center and radius = x,y,z,r + # ring axis = 'x' or 'y' or 'z' + + def partring(self,id,n,x,y,z,r,axis): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + + obj = Group() + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = GROUP + obj.on_id = "" + obj.npart = n + obj.xyz = [] + + deltheta = 2.0*pi / n + for i in xrange(n): + if axis == 'x': + xnew = x + ynew = y + r * cos(i*deltheta) + znew = z + r * sin(i*deltheta) + elif axis == 'y': + xnew = x + r * cos(i*deltheta) + ynew = y + znew = z + r * sin(i*deltheta) + elif axis == 'z': + xnew = x + r * cos(i*deltheta) + ynew = y + r * sin(i*deltheta) + znew = z + obj.xyz.append([xnew,ynew,znew]) + + obj.center() + print "Created %d particles" % n + + # -------------------------------------------------------------------- + # change surface assignment for a 2d group of particles + + def partsurf(self,id,on_id): + obj = self.objs[self.ids[id]] + if obj.style != GROUP: + raise StandardError,"Must use particle group with partsurf()" + if obj.on_id == "": + raise StandardError,"Must use partsurf() with 2d particles" + obj.on_id = on_id + + # -------------------------------------------------------------------- + # set random number seed + + def seed(self,new_seed): + self.random.seed = new_seed + + # -------------------------------------------------------------------- + # pick a random pt on surf of object and return pt and normal vec + + def random(self,id): + obj = self.objs[self.ids[id]] + if obj.style != SURFACE and obj.style != REGION: + raise StandardError,"Must use surf or region with random()" + + totalarea = obj.area() + area = self.random() * totalarea + pt,norm = obj.loc2d(area,self.random) + return pt,norm + + # -------------------------------------------------------------------- + # project particles in ID to surface of object ID2 + # direction to project depends on flag + # if no flag, dir = (dx,dy,dz) from every particle + # if yes flag, dir = particle coord to (dx,dy,dz) + + def project(self,id,id2,dx,dy,dz,EPS,flag=None): + obj = self.objs[self.ids[id]] + if obj.style != GROUP: + raise StandardError,"Must use particle group as 1st obj of project()" + obj_on = self.objs[self.ids[id2]] + if obj_on.style != SURFACE and obj_on.style != REGION: + raise StandardError,"Must use surf or region as 2nd obj of project()" + + # pre-process SURFACE to bin its triangles for faster searching + + if obj_on.style == SURFACE: obj_on.inside_prep() + + # for each particle, move it in dir from current location + # move along dir until get within EPS of surf + # factor = multiply bracketing distance by this amount each iteration + # maxscale = max multiple of dir vector to bracket in each direction + + factor = 2 + maxscale = 10.0 + + for i in xrange(obj.npart): + x,y,z = obj.xyz[i] + if flag: dir = [dx-x,dy-y,dz-z] + else: dir = [dx,dy,dz] + normalize(dir) + + # start = in/out at starting pt + # stop = in/out at bracketing pt + + start = obj_on.inside(x,y,z) + if start: stop = 0 + else: stop = 1 + + # iterate to find bracketing point or until scale dist > maxdist + # bracket pt = xyz +/- scale*dir + # multiply scale by factor each iteration + + #print "AAA",i,start,stop,x,y,z,dir + + scale = EPS + bracket = start + while scale < maxscale: + xnew,ynew,znew = x+scale*dir[0], y+scale*dir[1], z+scale*dir[2] + bracket = obj_on.inside(xnew,ynew,znew) + #print "BBB",xnew,ynew,znew,scale,bracket + if bracket == stop: break + xnew,ynew,znew = x-scale*dir[0], y-scale*dir[1], z-scale*dir[2] + bracket = obj_on.inside(xnew,ynew,znew) + #print "CCC",xnew,ynew,znew,scale,bracket + if bracket == stop: break + scale *= factor + + if bracket == start: + raise StandardError,"Could not find bracket point for particle %d" % i + + # bisection search to zoom in to within EPS of surface + # separation = distance between 2 points + + delx = xnew-x; dely = ynew-y; delz = znew-z + separation = sqrt(delx*delx + dely*dely + delz*delz) + while separation > EPS: + xmid = 0.5 * (x + xnew) + ymid = 0.5 * (y + ynew) + zmid = 0.5 * (z + znew) + value = obj_on.inside(xmid,ymid,zmid) + if value == start: + x = xmid; y = ymid; z = zmid + else: + xnew = xmid; ynew = ymid; znew = zmid + delx = xnew-x; dely = ynew-y; delz = znew-z + separation = sqrt(delx*delx + dely*dely + delz*delz) + + obj.xyz[i][0] = x + obj.xyz[i][1] = y + obj.xyz[i][2] = z + + obj.on_id = id2 + obj.center() + + # -------------------------------------------------------------------- + # set center pt of an object + + def center(self,id,x,y,z): + obj = self.objs[self.ids[id]] + if obj.style != SURFACE and obj.style != GROUP: + raise StandardError,"Can only use center() on a surface or group object" + obj.center(x,y,z) + + # -------------------------------------------------------------------- + # translate an object by dx,dy,dz displacement + # add displacement to its vertices and center pt + + def trans(self,id,dx,dy,dz): + obj = self.objs[self.ids[id]] + if obj.style != SURFACE and obj.style != GROUP: + raise StandardError,"Can only use trans() on a surface or group object" + obj.xc += dx + obj.yc += dy + obj.zc += dz + + # apply translation to each vertex or part coord + + if obj.style == SURFACE: + for i in xrange(obj.nvert): + obj.vertices[i][0] += dx + obj.vertices[i][1] += dy + obj.vertices[i][2] += dz + elif obj.style == GROUP: + for i in xrange(obj.npart): + obj.xyz[i][0] += dx + obj.xyz[i][1] += dy + obj.xyz[i][2] += dz + + # -------------------------------------------------------------------- + # rotate an object so current coord xyz axes align with new ones + # rotate around center pt + # old coord axes = 100, 010, 001 + # xyz new = new coord axes, orthonormalized + # transformation: r_new = Lij r_old + # Lij = direction cosine of inew along jold where i,j = x,y,z + # direction cosine for 2 unit vecs is just cos(theta) + + def rotate(self,id,axis1,i1,j1,k1,axis2,i2,j2,k2): + obj = self.objs[self.ids[id]] + if obj.style != SURFACE and obj.style != GROUP: + raise StandardError,"Can only use rotate() on a surface or group object" + + # create xyz old and new + + xnew = ynew = znew = None + if axis1 == 'x': xnew = [i1,j1,k1] + elif axis1 == 'y': ynew = [i1,j1,k1] + elif axis1 == 'z': znew = [i1,j1,k1] + else: raise StandardError,"Illegal rotate arguments" + if axis2 == 'x': xnew = [i2,j2,k2] + elif axis2 == 'y': ynew = [i2,j2,k2] + elif axis2 == 'z': znew = [i2,j2,k2] + else: raise StandardError,"Illegal rotate arguments" + if not xnew: xnew = cross(ynew,znew) + elif not ynew: ynew = cross(znew,xnew) + elif not znew: znew = cross(xnew,ynew) + else: raise StandardError,"Illegal rotate arguments" + normalize(xnew) + normalize(ynew) + normalize(znew) + + # apply rotation matrix of direction cosines to each vertex or part coord + + if obj.style == SURFACE: + for i in xrange(obj.nvert): + x = obj.vertices[i][0] - obj.xc + y = obj.vertices[i][1] - obj.yc + z = obj.vertices[i][2] - obj.zc + xn = xnew[0]*x + xnew[1]*y + xnew[2]*z + yn = ynew[0]*x + ynew[1]*y + ynew[2]*z + zn = znew[0]*x + znew[1]*y + znew[2]*z + obj.vertices[i][0] = xn + obj.xc + obj.vertices[i][1] = yn + obj.yc + obj.vertices[i][2] = zn + obj.zc + elif obj.style == GROUP: + for i in xrange(obj.npart): + x = obj.xyz[i][0] - obj.xc + y = obj.xyz[i][1] - obj.yc + z = obj.xyz[i][2] - obj.zc + xn = xnew[0]*x + ynew[0]*y + znew[0]*z + yn = xnew[1]*x + ynew[1]*y + znew[1]*z + zn = xnew[2]*x + ynew[2]*y + znew[2]*z + obj.xyz[i][0] = xn + obj.xc + obj.xyz[i][1] = yn + obj.yc + obj.xyz[i][2] = zn + obj.zc + + # -------------------------------------------------------------------- + # scale an object by sx,sy,sz factors + # scale its vertices relative to center pt + + def scale(self,id,sx,sy,sz): + obj = self.objs[self.ids[id]] + if obj.style != SURFACE and obj.style != GROUP: + raise StandardError,"Can only use scale() on a surface or group object" + if obj.style == SURFACE: + for i in xrange(obj.nvert): + obj.vertices[i][0] = obj.xc + sx * (obj.vertices[i][0] - obj.xc) + obj.vertices[i][1] = obj.yc + sy * (obj.vertices[i][1] - obj.yc) + obj.vertices[i][2] = obj.zc + sz * (obj.vertices[i][2] - obj.zc) + elif obj.style == GROUP: + for i in xrange(obj.npart): + obj.xyz[i][0] = obj.xc + sx * (obj.xyz[i][0] - obj.xc) + obj.xyz[i][1] = obj.yc + sy * (obj.xyz[i][1] - obj.yc) + obj.xyz[i][2] = obj.zc + sz * (obj.xyz[i][2] - obj.zc) + + # -------------------------------------------------------------------- + # create union object from list of other objects + + def union(self,id,*list): + if self.ids.has_key(id): + raise StandardError,"ID %s is already in use" % id + obj = Union(self.ids,self.objs,*list) + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = UNION + + # -------------------------------------------------------------------- + # join objects in list to form a new object + # only possible for group, surface, line objects + + def join(self,id,*list): + style = self.objs[self.ids[list[0]]].style + if style == GROUP: obj = Group() + elif style == SURFACE: obj = Surface() + elif style == LINE: obj = Line() + else: raise StandardError,"Cannot perform join on these object styles" + obj.select = 1 + self.ids[id] = len(self.objs) + self.objs.append(obj) + obj.id = id + obj.style = style + + if style == GROUP: + obj.on_id = self.objs[self.ids[list[0]]].on_id + obj.npart = 0 + obj.xyz = [] + elif style == SURFACE: + obj.nvert = obj.ntri = 0 + obj.vertices = [] + obj.triangles = [] + obj.connections = [] + elif style == LINE: + obj.nline = 0 + obj.pairs = [] + + for id in list: + o = self.objs[self.ids[id]] + if o.style != style: + raise StandardError,"All joined objects must be of same style" + + # force deep copy of particle coords + + if style == GROUP: + if o.on_id != obj.on_id: + raise StandardError,"Particle group surfaces do not match" + for i in xrange(o.npart): + xyz = o.xyz[i][:] + obj.xyz.append(xyz) + obj.npart += o.npart + obj.center() + + # force deep copy of triangle vertices and indices + # increment vertex and triangle indices b/c now have previous surfaces + + elif style == SURFACE: + for i in xrange(o.nvert): + vert = o.vertices[i][:] + obj.vertices.append(vert) + for i in xrange(o.ntri): + tri = [iv+obj.nvert for iv in o.triangles[i]] + obj.triangles.append(tri) + connect = o.connections[i][:] + if connect[0]: connect[0] += obj.ntri + if connect[2]: connect[2] += obj.ntri + if connect[4]: connect[4] += obj.ntri + obj.connections.append(connect) + obj.nvert += o.nvert + obj.ntri += o.ntri + obj.center() + + # force deep copy of line pt pairs + + elif style == LINE: + pairs = o.pairs[:] + obj.pairs += (pairs) + obj.nline += o.nline + + # -------------------------------------------------------------------- + # delete each object in list + # reset values in ids since some indices are decremented + + def delete(self,*list): + for id in list: + i = self.ids[id] + del self.ids[id] + del self.objs[i] + for key in self.ids.keys(): + j = self.ids[key] + if j > i: self.ids[key] = j-1 + + # -------------------------------------------------------------------- + # rename the ID of an object + # check that new name doesn't already exist + + def rename(self,idold,idnew): + i = self.ids[idold] + if self.ids.has_key(idnew): + raise StandardError,"ID %s is already in use" % id + self.ids[idnew] = i + self.objs[i].id = idnew + del self.ids[idold] + + # -------------------------------------------------------------------- + # create a deep copy of an object and assign it a new ID + # check that new name doesn't already exist + + def copy(self,idold,idnew): + obj = deepcopy(self.objs[self.ids[idold]]) + obj.select = 1 + if self.ids.has_key(idnew): + raise StandardError,"ID %s is already in use" % id + self.ids[idnew] = len(self.objs) + self.objs.append(obj) + obj.id = idnew + + # -------------------------------------------------------------------- + # set selection flag for each object in list + # if list is empty, select all + + def select(self,*list): + if len(list) == 0: list = self.ids.keys() + for id in list: + obj = self.objs[self.ids[id]] + obj.select = 1 + + # -------------------------------------------------------------------- + # unset selection flag for each object in list + # if list is empty, unselect all + + def unselect(self,*list): + if len(list) == 0: list = self.ids.keys() + for id in list: + obj = self.objs[self.ids[id]] + obj.select = 0 + + # -------------------------------------------------------------------- + # write out list of objects to data file via filewrite() + # open a new file + + def write(self,file,*list): + if not len(list): vlist = range(len(self.objs)) + else: + vlist = [] + for id in list: vlist.append(self.ids[id]) + + fp = open(file,'w') + self.filewrite(fp,vlist) + fp.close() + + # -------------------------------------------------------------------- + # append list of objects to data file via filewrite() + # open existing file for appending + + def append(self,file,*list): + if not len(list): vlist = range(len(self.objs)) + else: + vlist = [] + for id in list: vlist.append(self.ids[id]) + + fp = open(file,'a') + self.filewrite(fp,vlist) + fp.close() + + # -------------------------------------------------------------------- + # write out list of objects to previously opened data file + # for particles, write as 3d or 2d depending on on_id + + def filewrite(self,fp,vlist): + for index in vlist: + obj = self.objs[index] + if not obj.select: continue + if obj.style == GROUP: + if not obj.on_id: + print >>fp,"particles %s %d" % (obj.id,obj.npart) + else: + print >>fp,"particles %s %d %s" % (obj.id,obj.npart,obj.on_id) + print >>fp + for i in xrange(obj.npart): + print >>fp,i+1,obj.xyz[i][0],obj.xyz[i][1],obj.xyz[i][2] + print >>fp + if obj.style == SURFACE: + print >>fp,"triangles %s %d %d" % (obj.id,obj.nvert,obj.ntri) + print >>fp + for i in xrange(obj.nvert): + print >>fp,i+1,obj.vertices[i][0],obj.vertices[i][1], \ + obj.vertices[i][2] + print >>fp + for i in xrange(obj.ntri): + print >>fp,i+1,obj.triangles[i][0],obj.triangles[i][1], \ + obj.triangles[i][2] + print >>fp + for i in xrange(obj.ntri): + print >>fp,i+1,obj.connections[i][0],obj.connections[i][1], \ + obj.connections[i][2],obj.connections[i][3], \ + obj.connections[i][4],obj.connections[i][5] + if obj.style == REGION: + print >>fp,"region %s" % obj.command() + + # -------------------------------------------------------------------- + # iterator called from other tools + + def iterator(self,flag): + if flag == 0: return 0,0,1 + return 0,0,-1 + + # -------------------------------------------------------------------- + # return list of atoms and triangles to viz for cdata object + + def viz(self,isnap): + if isnap: + raise StandardError, "cannot call cdata.viz() with isnap != 0" + + # create atom list from sum of all particle groups + # id = running count + # type = running type of particle group + + id = itype = 0 + atoms = [] + for obj in self.objs: + if obj.style != GROUP: continue + if not obj.select: continue + itype += 1 + for xyz in obj.xyz: + id += 1 + atoms.append([id,itype,xyz[0],xyz[1],xyz[2]]) + + # no bonds + + bonds = [] + + # create triangle list from sum of all surfaces and regions + # id = running count + # type = type of set of tris + + id = itype = 0 + tris = [] + for obj in self.objs: + if obj.style != SURFACE and obj.style != REGION: continue + if not obj.select: continue + if obj.style == REGION: obj.triangulate() + itype += 1 + for tri in obj.triangles: + v1 = obj.vertices[tri[0]-1] + v2 = obj.vertices[tri[1]-1] + v3 = obj.vertices[tri[2]-1] + list = v1 + v2 + v3 + n = normal(list[0:3],list[3:6],list[6:9]) + id += 1 + tris.append([id,itype] + list + n) + + # create line list from sum of all line objects + + id = itype = 0 + lines = [] + for obj in self.objs: + if obj.style != LINE: continue + if not obj.select: continue + itype += 1 + for pair in obj.pairs: + id += 1 + lines.append([id,itype] + pair) + + return 0,self.bbox(),atoms,bonds,tris,lines + + # -------------------------------------------------------------------- + # time query from other tools + + def findtime(self,n): + if n == 0: return 0 + raise StandardError, "no step %d exists" % (n) + + # -------------------------------------------------------------------- + # return box size + + def maxbox(self): + return self.bbox() + + # -------------------------------------------------------------------- + # return box that bounds all selected objects + + def bbox(self): + xlo = ylo = zlo = BIG + xhi = yhi = zhi = -BIG + for obj in self.objs: + if not obj.select: continue + xxlo,yylo,zzlo,xxhi,yyhi,zzhi = obj.bbox() + if xxlo < xlo: xlo = xxlo + if yylo < ylo: ylo = yylo + if zzlo < zlo: zlo = zzlo + if xxhi > xhi: xhi = xxhi + if yyhi > yhi: yhi = yyhi + if zzhi > zhi: zhi = zzhi + + return (xlo,ylo,zlo,xhi,yhi,zhi) + +# -------------------------------------------------------------------- +# object styles + +EPSILON = 1.0e-6 +BIG = 1.0e20 + +REGION = 1 +SURFACE = 2 +GROUP = 3 +UNION = 4 + +BOX = 5 +SPHERE = 6 +SHELL = 7 +CYLINDER = 8 +CAPPED = 9 +LINE = 10 + +# -------------------------------------------------------------------- +# random number generator class + +IM = 2147483647 +AM = 1.0/IM +IA = 16807 +IQ = 127773 +IR = 2836 + +class Random: + def __init__(self,seed): + self.seed = seed + + def __call__(self): + k = self.seed/IQ + self.seed = IA*(self.seed-k*IQ) - IR*k + if self.seed < 0: self.seed += IM + return AM*self.seed + +# -------------------------------------------------------------------- +# triangulated surface + +class Surface: + + def __init__(self): + self.nbinx = self.nbiny = 0 + + # bounding box + + def bbox(self): + list = [float(vert[0]) for vert in self.vertices] + xlo = min(list) + xhi = max(list) + list = [float(vert[1]) for vert in self.vertices] + ylo = min(list) + yhi = max(list) + list = [float(vert[2]) for vert in self.vertices] + zlo = min(list) + zhi = max(list) + + return (xlo,ylo,zlo,xhi,yhi,zhi) + + # set center point explicitly or set to middle of bounding box + + def center(self,*xyz): + if len(xyz): + self.xc = xyz[0] + self.yc = xyz[1] + self.zc = xyz[2] + else: + xlo,ylo,zlo,xhi,yhi,zhi = self.bbox() + self.xc = 0.5 * (xlo + xhi) + self.yc = 0.5 * (ylo + yhi) + self.zc = 0.5 * (zlo + zhi) + + # bin 2d-projected triangles into xy plane for nbinx by nbiny bins + # each bin overlayed by triangle's xy bounding box stores the triangle index + # EPSILON insures that bins completely overlay surface bounding box + # self.xlo, self.ylo, self.dxinv, self.dyinv, self.bin are used by inside() + + def inside_prep(self): + self.xlo,self.ylo,self.zlo,self.xhi,self.yhi,self.zhi = self.bbox() + xsize = self.xhi - self.xlo + ysize = self.yhi - self.ylo + if self.nbinx == 0 and self.nbiny == 0: + binsize = sqrt(xsize*ysize / (self.ntri/2)) + self.nbinx = int(xsize/binsize) + self.nbiny = int(ysize/binsize) + if self.nbinx < 2: self.nbinx = 2 + if self.nbiny < 2: self.nbiny = 2 + self.dxinv = 1.0 / (xsize / self.nbinx + EPSILON) + self.dyinv = 1.0 / (ysize / self.nbiny + EPSILON) + + print "Binning %d triangles into %d by %d bins ..." % \ + (self.ntri,self.nbinx,self.nbiny) + + self.bin = [] + for i in xrange(self.nbinx): + self.bin.append(self.nbiny*[0]) + for j in xrange(self.nbiny): + self.bin[i][j] = [] + + for m in xrange(self.ntri): + v1 = self.vertices[self.triangles[m][0]-1] + v2 = self.vertices[self.triangles[m][1]-1] + v3 = self.vertices[self.triangles[m][2]-1] + xmin = min((v1[0],v2[0],v3[0])) + xmax = max((v1[0],v2[0],v3[0])) + ymin = min((v1[1],v2[1],v3[1])) + ymax = max((v1[1],v2[1],v3[1])) + ilo = int((xmin - self.xlo) * self.dxinv) + ihi = int((xmax - self.xlo) * self.dxinv) + jlo = int((ymin - self.ylo) * self.dyinv) + jhi = int((ymax - self.ylo) * self.dyinv) + for i in xrange(ilo,ihi+1): + for j in xrange(jlo,jhi+1): + self.bin[i][j].append(m) + + print "Done with binning" + + # check for inside assumes that surf is a closed set of triangles + # consider a line segment from x,y,z to x,y,INF + # project 3d triangles to xy plane + # only need examine triangles in bin that point is in + # if pt is outside bins, don't need to check + # x,y,z is inside surf if line segment intersects an odd number of triangles + # intersection test: + # is xy pt in bounding rectangle of tri in xy plane ? + # is xy pt inside tri in xy plane (including edges and vertices) ? + # compute ztri = z value of xy pt on plane of 3d tri + # if z of pt is <= ztri, then line segment intersects the tri + + def inside(self,x,y,z): + ix = int((x - self.xlo) * self.dxinv) + iy = int((y - self.ylo) * self.dyinv) + if ix < 0 or ix >= self.nbinx or iy < 0 or iy >= self.nbiny: return 0 + n = len(self.bin[ix][iy]) + + hit = 0 + for m in xrange(n): + itri = self.bin[ix][iy][m] + tri = self.triangles[itri] + + v1 = self.vertices[tri[0]-1] + v2 = self.vertices[tri[1]-1] + v3 = self.vertices[tri[2]-1] + + # is x,y in bounding box of 2d triangle ? + + if x < v1[0] and x < v2[0] and x < v3[0]: continue + if x > v1[0] and x > v2[0] and x > v3[0]: continue + if y < v1[1] and y < v2[1] and y < v3[1]: continue + if y > v1[1] and y > v2[1] and y > v3[1]: continue + + # is x,y inside 2d triangle ? + # cross product of each edge with vertex-to-point must have same sign + # cross product = 0 is OK, means point is on edge or vertex + + c1 = (v2[0]-v1[0])*(y-v1[1]) - (v2[1]-v1[1])*(x-v1[0]) + c2 = (v3[0]-v2[0])*(y-v2[1]) - (v3[1]-v2[1])*(x-v2[0]) + c3 = (v1[0]-v3[0])*(y-v3[1]) - (v1[1]-v3[1])*(x-v3[0]) + if c1 < 0: + if c2 > 0 or c3 > 0: continue + elif c1 > 0: + if c2 < 0 or c3 < 0: continue + else: + if c2 < 0 and c3 > 0: continue + if c2 > 0 and c3 < 0: continue + + # represent x,y point in basis of 2 triangle edge vectors + # p = (x,y) - v1, v = v2 - v1, w = v3 - v2 + # find alpha,beta such that p = alpha v + beta w + # by solving system of 2 linear eqs for their intersection + # denom (vx - vy * wx/xy) cannot be 0 since would imply vx/vy = wx/wy + # and thus e1 would be parallel to e2 + # if wy = 0, vy cannot be 0, since e1 would be parallel to e2 + + px = x - v1[0]; + py = y - v1[1] + vx = v2[0] - v1[0] + vy = v2[1] - v1[1] + wx = v3[0] - v2[0] + wy = v3[1] - v2[1] + if wy: alpha = (px - py * wx/wy) / (vx - vy * wx/wy) + else: alpha = py/vy + if wx: beta = (px - alpha * vx) / wx + else: beta = (py - alpha * vy) / wy + pz = alpha * (v2[2] - v1[2]) + beta * (v3[2] - v2[2]) + if z <= pz + v1[2]: hit += 1 + + return hit % 2 + + # surface area + # areas = cummulative total area of all triangles + # triangle area = 1/2 of magnitude of cross product of 2 edge vectors + + def area(self): + a = 3*[0] + self.areas = [] + sum = 0.0 + for tri in self.triangles: + v1 = self.vertices[tri[0]-1] + v2 = self.vertices[tri[1]-1] + v3 = self.vertices[tri[2]-1] + a[0] = (v2[1]-v1[1])*(v3[2]-v1[2]) - (v2[2]-v1[2])*(v3[1]-v1[1]) + a[1] = (v2[2]-v1[2])*(v3[0]-v1[0]) - (v2[0]-v1[0])*(v3[2]-v1[2]) + a[2] = (v2[0]-v1[0])*(v3[1]-v1[1]) - (v2[1]-v1[1])*(v3[0]-v1[0]) + sum += 0.5 * sqrt(a[0]*a[0] + a[1]*a[1] + a[2]*a[2]) + self.areas.append(sum) + return sum + + # return a random location on one of triangles + + def loc2d(self,area,random): + for i in xrange(self.ntri): + if area < self.areas[i]: break + v1 = self.vertices[self.triangles[i][0]-1] + v2 = self.vertices[self.triangles[i][1]-1] + v3 = self.vertices[self.triangles[i][2]-1] + r1 = random() + r2 = random() + if r2 > r1: + tmp = r1 + r1 = r2 + r2 = tmp + x = v1[0] + r1*(v2[0] - v1[0]) + r2*(v3[0] - v2[0]) + y = v1[1] + r1*(v2[1] - v1[1]) + r2*(v3[1] - v2[1]) + z = v1[2] + r1*(v2[2] - v1[2]) + r2*(v3[2] - v2[2]) + list = v1 + v2 + v3 + return [x,y,z],normal(list[0:3],list[3:6],list[6:9]) + +# -------------------------------------------------------------------- +# group of particles + +class Group: + def bbox(self): + list = [xyz[0] for xyz in self.xyz] + xlo = min(list) + xhi = max(list) + list = [xyz[1] for xyz in self.xyz] + ylo = min(list) + yhi = max(list) + list = [xyz[2] for xyz in self.xyz] + zlo = min(list) + zhi = max(list) + + return (xlo,ylo,zlo,xhi,yhi,zhi) + + # set center point explicitly or set to middle of bounding box + + def center(self,*xyz): + if len(xyz): + self.xc = xyz[0] + self.yc = xyz[1] + self.zc = xyz[2] + else: + xlo,ylo,zlo,xhi,yhi,zhi = self.bbox() + self.xc = 0.5 * (xlo + xhi) + self.yc = 0.5 * (ylo + yhi) + self.zc = 0.5 * (zlo + zhi) + +# -------------------------------------------------------------------- +# box region + +class Box: + def __init__(self,*list): + self.xlo = float(list[0]) + self.ylo = float(list[1]) + self.zlo = float(list[2]) + self.xhi = float(list[3]) + self.yhi = float(list[4]) + self.zhi = float(list[5]) + self.q1 = self.q2 = self.q3 = 1 + + # bounding box around region + + def bbox(self): + return (self.xlo,self.ylo,self.zlo,self.xhi,self.yhi,self.zhi) + + # return 1,0 for xyz inside/outside the region + + def inside(self,x,y,z): + if x < self.xlo or x > self.xhi: return 0 + if y < self.ylo or y > self.yhi: return 0 + if z < self.zlo or z > self.zhi: return 0 + return 1 + + # triangulate the region + # set nvert,ntri,vertices,triangles,connections + # convert vertices from unit box to lo/hi box + # convert tuples returned by box_triangluate (used for dict lookup) to lists + + def triangulate(self): + vertices,triangles = box_triangulate(self.q1,self.q2,self.q3) + self.nvert = len(vertices) + self.ntri = len(triangles) + self.vertices = [] + for i in xrange(self.nvert): + v1 = self.xlo + vertices[i][0]*(self.xhi-self.xlo) + v2 = self.ylo + vertices[i][1]*(self.yhi-self.ylo) + v3 = self.zlo + vertices[i][2]*(self.zhi-self.zlo) + self.vertices.append([v1,v2,v3]) + self.triangles = [] + for i in xrange(self.ntri): + self.triangles.append([triangles[i][0],triangles[i][1],triangles[i][2]]) + self.connections = connect(self.nvert,self.ntri,self.triangles) + + # surface area of region + + def area(self): + xsize = self.xhi - self.xlo + ysize = self.yhi - self.ylo + zsize = self.zhi - self.zlo + self.areas = [] + sum = ysize*zsize + self.areas.append(sum) + sum += ysize*zsize + self.areas.append(sum) + sum += xsize*zsize + self.areas.append(sum) + sum += xsize*zsize + self.areas.append(sum) + sum += xsize*ysize + self.areas.append(sum) + sum += xsize*ysize + self.areas.append(sum) + return sum + + # return a random location on surface of region + + def loc2d(self,area,random): + xsize = self.xhi - self.xlo + ysize = self.yhi - self.ylo + zsize = self.zhi - self.zlo + r1 = random() + r2 = random() + if area <= self.areas[0]: + return [self.xlo,self.ylo + r1*ysize,self.zlo + r2*zsize],[-1,0,0] + elif area <= self.areas[1]: + return [self.xhi,self.ylo + r1*ysize,self.zlo + r2*zsize],[1,0,0] + elif area <= self.areas[2]: + return [self.xlo + r1*xsize,self.ylo,self.zlo + r2*zsize],[0,-1,0] + elif area <= self.areas[3]: + return [self.xlo + r1*xsize,self.yhi,self.zlo + r2*zsize],[0,1,0] + elif area <= self.areas[4]: + return [self.xlo + r1*xsize,self.ylo + r2*ysize,self.zlo],[0,0,-1] + else: + return [self.xlo + r1*xsize,self.ylo + r2*ysize,self.zhi],[0,0,1] + + # ChemCell text to create the region + + def command(self): + return "%s box %g %g %g %g %g %g" % (self.id,self.xlo,self.ylo,self.zlo, + self.xhi,self.yhi,self.zhi) + +# -------------------------------------------------------------------- +# sphere region + +class Sphere: + def __init__(self,*list): + self.x = float(list[0]) + self.y = float(list[1]) + self.z = float(list[2]) + self.r = float(list[3]) + self.rsq = self.r*self.r + self.q1 = 2 + + # bounding box around region + + def bbox(self): + return (self.x-self.r,self.y-self.r,self.z-self.r, \ + self.x+self.r,self.y+self.r,self.z+self.r) + + # return 1,0 for xyz inside/outside the region + + def inside(self,x,y,z): + dx = x - self.x + dy = y - self.y + dz = z - self.z + rsq = dx*dx + dy*dy + dz*dz + if rsq > self.rsq: return 0 + return 1 + + # triangulate the region + # set nvert,ntri,vertices,triangles,connections + # convert vertices from unit box to sphere at (x,y,z) with radius r + # normalize() pushes vertices to surface of sphere + # convert tuples returned by box_triangluate (used for dict lookup) to lists + + def triangulate(self): + vertices,triangles = box_triangulate(self.q1,self.q1,self.q1) + self.nvert = len(vertices) + self.ntri = len(triangles) + self.vertices = [] + for i in xrange(self.nvert): + v1 = vertices[i][0] - 0.5 + v2 = vertices[i][1] - 0.5 + v3 = vertices[i][2] - 0.5 + c = [v1,v2,v3] + normalize(c) + c[0] = self.x + self.r*c[0] + c[1] = self.y + self.r*c[1] + c[2] = self.z + self.r*c[2] + self.vertices.append(c) + self.triangles = [] + for i in xrange(self.ntri): + self.triangles.append([triangles[i][0],triangles[i][1],triangles[i][2]]) + self.connections = connect(self.nvert,self.ntri,self.triangles) + + # surface area of region + + def area(self): + value = 4 * pi * self.r*self.r + return value + + # return a random location on surface of region + + def loc2d(self,area,random): + while 1: + x = random() - 0.5 + y = random() - 0.5 + z = random() - 0.5 + if x*x + y*y + z*z <= 0.25: break + c = [x,y,z] + normalize(c) + return [self.x + self.r*c[0], self.y + self.r*c[1], self.z + self.r*c[2]],c + + # ChemCell text to create the region + + def command(self): + return "%s sphere %g %g %g %g" % (self.id,self.x,self.y,self.z,self.r) + +# -------------------------------------------------------------------- +# shell region +# inherits most functionality from Sphere, adds inner radius +# loc2d is only only outer surface, inherited from Sphere + +class Shell(Sphere): + def __init__(self,*list): + self.rinner = float(list[4]) + self.innersq = self.rinner*self.rinner + + def inside(self,x,y,z): + dx = x - self.x + dy = y - self.y + dz = z - self.z + rsq = dx*dx + dy*dy + dz*dz + if rsq > self.rsq or rsq < self.innersq: return 0 + return 1 + + def command(self): + return "%s shell %g %g %g %g %g" % (self.id,self.x,self.y,self.z, + self.r,self.rinner) + +# -------------------------------------------------------------------- +# cylinder region + +class Cylinder: + def __init__(self,*list): + self.axis = list[0] + self.c1 = list[1] + self.c2 = list[2] + self.r = list[3] + self.lo = list[4] + self.hi = list[5] + self.rsq = self.r*self.r + self.q1 = 2 + self.q2 = 1 + + # bounding box around region + + def bbox(self): + if self.axis == 'x': + return (self.lo,self.c1-self.r,self.c2-self.r, \ + self.hi,self.c1+self.r,self.c2+self.r) + elif self.axis == 'y': + return (self.c1-self.r,self.lo,self.c2-self.r, \ + self.c1+self.r,self.hi,self.c2+self.r) + elif self.axis == 'z': + return (self.c1-self.r,self.c2-self.r,self.lo, \ + self.c1+self.r,self.c2+self.r,self.hi) + + # return 1,0 for xyz inside/outside the region + + def inside(self,x,y,z): + if self.axis == 'x': + d1 = y - self.c1 + d2 = z - self.c2 + d3 = x + elif self.axis == 'y': + d1 = x - self.c1 + d2 = z - self.c2 + d3 = y + elif self.axis == 'z': + d1 = x - self.c1 + d2 = y - self.c2 + d3 = z + rsq = d1*d1 + d2*d2 + if rsq > self.rsq: return 0 + if d3 < self.lo or d3 > self.hi: return 0 + return 1 + + # triangulate the region + # set nvert,ntri,vertices,triangles,connections + # convert vertices from unit box to cylinder with correct axis + # x,y have spacings for ends of cylinder, z has spacings for axis of cylinder + # convert tuples returned by box_triangluate (used for dict lookup) to lists + + def triangulate(self): + vertices,triangles = box_triangulate(self.q1,self.q1,self.q2) + self.nvert = len(vertices) + self.ntri = len(triangles) + self.vertices = [] + for i in xrange(self.nvert): + v1 = vertices[i][0] - 0.5 + v2 = vertices[i][1] - 0.5 + v3 = vertices[i][2] + c = [v1,v2,0] + normalize(c) + if fabs(v1) >= fabs(v2): length = 2*fabs(v1) + if fabs(v2) >= fabs(v1): length = 2*fabs(v2) + c[0] *= length + c[1] *= length + p1 = self.c1 + self.r*c[0] + p2 = self.c2 + self.r*c[1] + p3 = self.lo + v3*(self.hi - self.lo) + if self.axis == 'x': self.vertices.append([p3,p1,p2]) + elif self.axis == 'y': self.vertices.append([p1,p3,p2]) + elif self.axis == 'z': self.vertices.append([p1,p2,p3]) + self.triangles = [] + for i in xrange(self.ntri): + self.triangles.append([triangles[i][0],triangles[i][1],triangles[i][2]]) + self.connections = connect(self.nvert,self.ntri,self.triangles) + + # surface area of region + + def area(self): + self.areas = [] + sum = pi * self.rsq + self.areas.append(sum) + sum += pi * self.rsq + self.areas.append(sum) + sum += 2 * pi * self.r * (self.hi - self.lo) + self.areas.append(sum) + return sum + + # return a random location on surface of region + + def loc2d(self,area,random): + if area <= self.areas[0]: + while 1: + r1 = random() - 0.5 + r2 = random() - 0.5 + if r1*r1 + r2*r2 < 0.25: break + if self.axis == 'x': + return [self.lo,self.c1 + 2*r1*self.r,self.c2 + 2*r2*self.r],[-1,0,0] + elif self.axis == 'y': + return [self.c1 + 2*r1*self.r,self.lo,self.c2 + 2*r2*self.r],[0,-1,0] + elif self.axis == 'z': + return [self.c1 + 2*r1*self.r,self.c2 + 2*r2*self.r,self.lo],[0,0,-1] + elif area <= self.areas[1]: + while 1: + r1 = random() - 0.5 + r2 = random() - 0.5 + if r1*r1 + r2*r2 < 0.25: break + if self.axis == 'x': + return [self.hi,self.c1 + 2*r1*self.r,self.c2 + 2*r2*self.r],[1,0,0] + elif self.axis == 'y': + return [self.c1 + 2*r1*self.r,self.hi,self.c2 + 2*r2*self.r],[0,1,0] + elif self.axis == 'z': + return [self.c1 + 2*r1*self.r,self.c2 + 2*r2*self.r,self.hi],[0,0,1] + else: + r1 = 2*pi*random() + r2 = random() + if self.axis == 'x': + n = [0,cos(r1),sin(r1)] + return [self.lo + r2*(self.hi-self.lo), + self.c1 + self.r*cos(r1), + self.c2 + self.r*sin(r1)],n + elif self.axis == 'y': + n = [cos(r1),0,sin(r1)] + return [self.c1 + self.r*cos(r1), + self.lo + r2*(self.hi-self.lo), + self.c2 + self.r*sin(r1)],n + elif self.axis == 'z': + n = [cos(r1),sin(r1),0] + return [self.c1 + self.r*cos(r1), + self.c2 + self.r*sin(r1), + self.lo + r2*(self.hi-self.lo)],n + + # ChemCell text to create the region + + def command(self): + return "%s cylinder %s %g %g %g %g %g" % (self.id,self.axis, + self.c1,self.c2,self.r, + self.lo,self.hi) + +# -------------------------------------------------------------------- +# capped-cylinder region + +class Capped: + def __init__(self,*list): + self.axis = list[0] + self.c1 = list[1] + self.c2 = list[2] + self.r = list[3] + self.lo = list[4] + self.hi = list[5] + self.rsq = self.r*self.r + self.q1 = 2 + self.q2 = 1 + + # bounding box around region + + def bbox(self): + if self.axis == 'x': + return (self.lo-self.r,self.c1-self.r,self.c2-self.r, \ + self.hi+self.r,self.c1+self.r,self.c2+self.r) + elif self.axis == 'y': + return (self.c1-self.r,self.lo-self.r,self.c2-self.r, \ + self.c1+self.r,self.hi+self.r,self.c2+self.r) + elif self.axis == 'z': + return (self.c1-self.r,self.c2-self.r,self.lo-self.r, \ + self.c1+self.r,self.c2+self.r,self.hi+self.r) + + # return 1,0 for xyz inside/outside the region + + def inside(self,x,y,z): + if self.axis == 'x': + d1 = y - self.c1 + d2 = z - self.c2 + d3 = x + elif sef.axis == 'y': + d1 = x - self.c1 + d2 = z - self.c2 + d3 = y + elif self.axis == 'z': + d1 = x - self.c1 + d2 = y - self.c2 + d3 = z + rsq = d1*d1 + d2*d2 + if d3 >= self.lo and d3 <= self.hi: + if rsq > self.rsq: return 0 + elif d3 < self.lo: + if d1*d1 + d2*d2 + (d3-self.lo)*(d3-self.lo) > self.rsq: return 0 + else: + if d1*d1 + d2*d2 + (d3-self.hi)*(d3-self.hi) > self.rsq: return 0 + return 1 + + # triangulate the region + # set nvert,ntri,vertices,triangles,connections + # convert vertices from unit box to cylinder with correct axis + # x,y have spacings for ends of cylinder + # z has spacings for axis of cylinder plus 1/2 of q1 on each end cap + # convert tuples returned by box_triangluate (used for dict lookup) to lists + + def triangulate(self): + if self.q1 % 2: raise StandardError,"Capped cylinder q1 must be even" + vertices,triangles = box_triangulate(self.q1,self.q1,self.q2+self.q1) + self.nvert = len(vertices) + self.ntri = len(triangles) + self.vertices = [] + cutlo = self.q1/2 * 1.0/(self.q2+self.q1) + EPSILON + cuthi = 1.0 - cutlo + for i in xrange(self.nvert): + v1 = vertices[i][0] + v2 = vertices[i][1] + v3 = vertices[i][2] + if v3 < cutlo: + c = [v1-0.5,v2-0.5,(v3-cutlo)*(0.5/cutlo)] + normalize(c) + p1 = self.c1 + self.r*c[0] + p2 = self.c2 + self.r*c[1] + p3 = self.lo + self.r*c[2] + elif v3 > cuthi: + c = [v1-0.5,v2-0.5,(v3-cuthi)*(0.5/cutlo)] + normalize(c) + p1 = self.c1 + self.r*c[0] + p2 = self.c2 + self.r*c[1] + p3 = self.hi + self.r*c[2] + else: + c = [v1-0.5,v2-0.5,0.0] + normalize(c) + p1 = self.c1 + self.r*c[0] + p2 = self.c2 + self.r*c[1] + p3 = self.lo + (v3-cutlo)/(cuthi-cutlo) * (self.hi - self.lo) + if self.axis == 'x': self.vertices.append([p3,p1,p2]) + elif self.axis == 'y': self.vertices.append([p1,p3,p2]) + elif self.axis == 'z': self.vertices.append([p1,p2,p3]) + self.triangles = [] + for i in xrange(self.ntri): + self.triangles.append([triangles[i][0],triangles[i][1],triangles[i][2]]) + self.connections = connect(self.nvert,self.ntri,self.triangles) + + # surface area of region + + def area(self): + self.areas = [] + sum = 2 * pi * self.rsq + self.areas.append(sum) + sum += 2 * pi * self.rsq + self.areas.append(sum) + sum += 2 * pi * self.r * (self.hi - self.lo) + self.areas.append(sum) + return sum + + # return a random location on surface of region + + def loc2d(self,area,random): + if area <= self.areas[0]: + while 1: + r1 = random() - 0.5 + r2 = random() - 0.5 + r3 = random() - 0.5 + if r3 <= 0 and r1*r1 + r2*r2 + r3*r3 < 0.25: break + c = [r1,r2,r3] + normalize(c) + if self.axis == 'x': + return [self.lo + c[2]*self.r, + self.c1 + c[0]*self.r, + self.c2 + c[1]*self.r],[c[2],c[0],c[1]] + elif self.axis == 'y': + return [self.c1 + c[0]*self.r, + self.lo + c[2]*self.r, + self.c2 + c[1]*self.r],[c[0],c[2],c[1]] + elif self.axis == 'z': + return [self.c1 + c[0]*self.r, + self.c2 + c[1]*self.r, + self.lo + c[2]*self.r],[c[0],c[1],c[2]] + elif area <= self.areas[1]: + while 1: + r1 = random() - 0.5 + r2 = random() - 0.5 + r3 = random() - 0.5 + if r3 >= 0 and r1*r1 + r2*r2 + r3*r3 < 0.25: break + c = [r1,r2,r3] + normalize(c) + if self.axis == 'x': + return [self.hi + c[2]*self.r, + self.c1 + c[0]*self.r, + self.c2 + c[1]*self.r],[c[2],c[0],c[1]] + elif self.axis == 'y': + return [self.c1 + c[0]*self.r, + self.hi + c[2]*self.r, + self.c2 + c[1]*self.r],[c[0],c[2],c[1]] + elif self.axis == 'z': + return [self.c1 + c[0]*self.r, + self.c2 + c[1]*self.r, + self.hi + c[2]*self.r],[c[0],c[1],c[2]] + else: + r1 = 2*pi*random() + r2 = random() + if self.axis == 'x': + n = [0,cos(r1),sin(r1)] + return [self.lo + r2*(self.hi-self.lo), + self.c1 + self.r*cos(r1), + self.c2 + self.r*sin(r1)],n + elif self.axis == 'y': + n = [cos(r1),0,sin(r1)] + return [self.c1 + self.r*cos(r1), + self.lo + r2*(self.hi-self.lo), + self.c2 + self.r*sin(r1)],n + elif self.axis == 'z': + n = [cos(r1),sin(r1),0] + return [self.c1 + self.r*cos(r1), + self.c2 + self.r*sin(r1), + self.lo + r2*(self.hi-self.lo)],n + + # ChemCell text to create the region + + def command(self): + return "%s capped %s %g %g %g %g %g" % (self.id,self.axis, + self.c1,self.c2,self.r, + self.lo,self.hi) + +# -------------------------------------------------------------------- +# set of line segments + +class Line: + def bbox(self): + list = [pair[0] for pair in self.pairs] + list += [pair[3] for pair in self.pairs] + xlo = min(list) + xhi = max(list) + list = [pair[1] for pair in self.pairs] + list += [pair[4] for pair in self.pairs] + ylo = min(list) + yhi = max(list) + list = [pair[2] for pair in self.pairs] + list += [pair[5] for pair in self.pairs] + zlo = min(list) + zhi = max(list) + return (xlo,ylo,zlo,xhi,yhi,zhi) + + def addline(self,coords): + self.pairs.append(list(coords)) + +# -------------------------------------------------------------------- +# union object that contains other objects +# pass in parent cdata IDs and object list to constructor +# self.objs = list of child objects + +class Union: + def __init__(self,ids,objs,*list): + self.objs = [] + for id in list: + obj = objs[ids[id]] + if obj.style != SURFACE and obj.style != REGION and obj.style != UNION: + raise StandardError,"Union child object is of invalid style" + self.objs.append(obj) + + # bounding box around all child objects + + def bbox(self): + xlo,ylo,zlo,xhi,yhi,zhi = self.objs[0].bbox() + for obj in self.objs[1:]: + xxlo,yylo,zzlo,xxhi,yyhi,zzhi = obj.bbox() + if xxlo < xlo: xlo = xxlo + if yylo < ylo: ylo = yylo + if zzlo < zlo: zlo = zzlo + if xxhi > xhi: xhi = xxhi + if yyhi > yhi: yhi = yyhi + if zzhi > zhi: zhi = zzhi + return (xlo,ylo,zlo,xhi,yhi,zhi) + + # return 1,0 for xyz inside/outside the union + # inside union if inside any of its child objects + + def inside(self,x,y,z): + for obj in self.objs: + if obj.inside(x,y,z): return 1 + return 0 + + # surface area of union + # areas = cummulative total area for child objects + + def area(self): + self.areas = [] + sum = 0.0 + for obj in self.objs: + sum += obj.area() + self.areas.append(sum) + return sum + + # return a random location on surface of one of child objects + + def loc2d(self,area,random): + for i in xrange(len(self.objs)): + if area < self.areas[i]: break + if i > 0: area -= self.areas[i] + return self.objs[i].loc2d(area,random) + +# -------------------------------------------------------------------- +# return c = a x b + +def cross(a,b): + c = 3*[0] + c[0] = a[1]*b[2] - a[2]*b[1] + c[1] = a[2]*b[0] - a[0]*b[2] + c[2] = a[0]*b[1] - a[1]*b[0] + return c + +# -------------------------------------------------------------------- +# normalize vector a to unit length + +def normalize(a): + length = sqrt(a[0]*a[0] + a[1]*a[1] + a[2]*a[2]) + if length == 0.0: return + a[0] /= length + a[1] /= length + a[2] /= length + +# -------------------------------------------------------------------- +# compute normal for a triangle with 3 vertices + +def normal(x,y,z): + v1 = 3*[0] + v1[0] = y[0] - x[0] + v1[1] = y[1] - x[1] + v1[2] = y[2] - x[2] + + v2 = 3*[0] + v2[0] = z[0] - y[0] + v2[1] = z[1] - y[1] + v2[2] = z[2] - y[2] + + n = 3*[0] + n[0] = v1[1]*v2[2] - v1[2]*v2[1] + n[1] = v1[2]*v2[0] - v1[0]*v2[2] + n[2] = v1[0]*v2[1] - v1[1]*v2[0] + + length = sqrt(n[0]*n[0] + n[1]*n[1] + n[2]*n[2]) + n[0] /= length + n[1] /= length + n[2] /= length + + return n + +# -------------------------------------------------------------------- +# create connections between triangles for a triangulated surface + +def connect(nvert,ntri,triangles): + + # triangles have list of 3 vertices + # create inverted v2tri where each vertex has list of triangles it is in + + v2tri = [] + for i in xrange(nvert): v2tri.append([]); + + for i in xrange(ntri): + for vert in triangles[i]: v2tri[vert-1].append(i) + + # loop over triangles to reset connections + + connections = [] + for i in xrange(ntri): + + # zero connections + + connect = 6*[0] + connections.append(connect) + + # tri123 = list of tris attached to each vertex of triangle i + + v = triangles[i] + tri1 = v2tri[v[0]-1] + tri2 = v2tri[v[1]-1] + tri3 = v2tri[v[2]-1] + + # loop over attached tris and look for 2nd vertex in each of 3 edges + # when find it, set connection triangle and edge values + + for itri in tri1: + if itri == i: continue + if v[1] in triangles[itri]: + connect[0] = itri+1 + m = triangles[itri].index(v[0]) + n = triangles[itri].index(v[1]) + if (m == 0 and n == 1) or (m == 1 and n == 0): connect[1] = 1 + elif (m == 1 and n == 2) or (m == 2 and n == 1): connect[1] = 2 + else: connect[1] = 3 + break + + for itri in tri2: + if itri == i: continue + if v[2] in triangles[itri]: + connect[2] = itri+1 + m = triangles[itri].index(v[1]) + n = triangles[itri].index(v[2]) + if (m == 0 and n == 1) or (m == 1 and n == 0): connect[3] = 1 + elif (m == 1 and n == 2) or (m == 2 and n == 1): connect[3] = 2 + else: connect[3] = 3 + break + + for itri in tri3: + if itri == i: continue + if v[0] in triangles[itri]: + connect[4] = itri+1 + m = triangles[itri].index(v[2]) + n = triangles[itri].index(v[0]) + if (m == 0 and n == 1) or (m == 1 and n == 0): connect[5] = 1 + elif (m == 1 and n == 2) or (m == 2 and n == 1): connect[5] = 2 + else: connect[5] = 3 + break + + return connections + +# -------------------------------------------------------------------- +# add a vertex v to vertices list unless already exists in vdict dictionary +# return index of where v is in vertices list + +def vertex(v,vertices,vdict): + if vdict.has_key(v): return vdict[v] + n = len(vertices) + vertices.append(v) + vdict[v] = n + return n + +# -------------------------------------------------------------------- +# triangulate a unit box from (0,0,0) to (1,1,1) with spacings q1,q2,q3 +# return lists of vertices and triangles +# insure right-hand rule for each tri points OUT of the box + +def box_triangulate(q1,q2,q3): + if q1: dx = 1.0 / q1 + if q2: dy = 1.0 / q2 + if q3: dz = 1.0 / q3 + vdict = {} + vertices = [] + triangles = [] + for j in xrange(q2): + for k in xrange(q3): + v1 = (0, j*dy, k*dz) + v2 = (0, (j+1)*dy, k*dz) + v3 = (0, (j+1)*dy, (k+1)*dz) + v4 = (0, j*dy, (k+1)*dz) + iv1 = vertex(v1,vertices,vdict) + iv2 = vertex(v2,vertices,vdict) + iv3 = vertex(v3,vertices,vdict) + iv4 = vertex(v4,vertices,vdict) + triangles.append([iv1+1,iv3+1,iv2+1]) + triangles.append([iv1+1,iv4+1,iv3+1]) + v1 = (1, j*dy, k*dz) + v2 = (1, (j+1)*dy, k*dz) + v3 = (1, (j+1)*dy, (k+1)*dz) + v4 = (1, j*dy, (k+1)*dz) + iv1 = vertex(v1,vertices,vdict) + iv2 = vertex(v2,vertices,vdict) + iv3 = vertex(v3,vertices,vdict) + iv4 = vertex(v4,vertices,vdict) + triangles.append([iv1+1,iv2+1,iv3+1]) + triangles.append([iv1+1,iv3+1,iv4+1]) + for i in xrange(q1): + for k in xrange(q3): + v1 = (i*dx, 0, k*dz) + v2 = ((i+1)*dx, 0, k*dz) + v3 = ((i+1)*dx, 0, (k+1)*dz) + v4 = (i*dx, 0, (k+1)*dz) + iv1 = vertex(v1,vertices,vdict) + iv2 = vertex(v2,vertices,vdict) + iv3 = vertex(v3,vertices,vdict) + iv4 = vertex(v4,vertices,vdict) + triangles.append([iv1+1,iv2+1,iv3+1]) + triangles.append([iv1+1,iv3+1,iv4+1]) + v1 = (i*dx, 1, k*dz) + v2 = ((i+1)*dx, 1, k*dz) + v3 = ((i+1)*dx, 1, (k+1)*dz) + v4 = (i*dx, 1, (k+1)*dz) + iv1 = vertex(v1,vertices,vdict) + iv2 = vertex(v2,vertices,vdict) + iv3 = vertex(v3,vertices,vdict) + iv4 = vertex(v4,vertices,vdict) + triangles.append([iv1+1,iv3+1,iv2+1]) + triangles.append([iv1+1,iv4+1,iv3+1]) + for i in xrange(q1): + for j in xrange(q2): + v1 = (i*dx, j*dy, 0) + v2 = ((i+1)*dx, j*dy, 0) + v3 = ((i+1)*dx, (j+1)*dy, 0) + v4 = (i*dx, (j+1)*dy, 0) + iv1 = vertex(v1,vertices,vdict) + iv2 = vertex(v2,vertices,vdict) + iv3 = vertex(v3,vertices,vdict) + iv4 = vertex(v4,vertices,vdict) + triangles.append([iv1+1,iv3+1,iv2+1]) + triangles.append([iv1+1,iv4+1,iv3+1]) + v1 = (i*dx, j*dy, 1) + v2 = ((i+1)*dx, j*dy, 1) + v3 = ((i+1)*dx, (j+1)*dy, 1) + v4 = (i*dx, (j+1)*dy, 1) + iv1 = vertex(v1,vertices,vdict) + iv2 = vertex(v2,vertices,vdict) + iv3 = vertex(v3,vertices,vdict) + iv4 = vertex(v4,vertices,vdict) + triangles.append([iv1+1,iv2+1,iv3+1]) + triangles.append([iv1+1,iv3+1,iv4+1]) + return vertices,triangles diff --git a/src/cdata.pyc b/src/cdata.pyc new file mode 100644 index 0000000..1983f90 Binary files /dev/null and b/src/cdata.pyc differ diff --git a/src/cfg.py b/src/cfg.py new file mode 100644 index 0000000..8cefd38 --- /dev/null +++ b/src/cfg.py @@ -0,0 +1,187 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# cfg tool + +oneline = "Convert LAMMPS snapshots to AtomEye CFG format" + +docstr = """ +c = cfg(d) d = object containing atom coords (dump, data) + +c.one() write all snapshots to tmp.cfg +c.one("new") write all snapshots to new.cfg +c.many() write snapshots to tmp0000.cfg, tmp0001.cfg, etc +c.many("new") write snapshots to new0000.cfg, new0001.cfg, etc +c.single(N) write snapshot for timestep N to tmp.cfg +c.single(N,"file") write snapshot for timestep N to file.cfg +""" + +# History +# 11/06, Aidan Thompson (SNL): original version + +# ToDo list +# should decide if dump is scaled or not, since CFG prints in scaled coords +# this creates a simple AtomEye CFG format +# there is more complex format we could write out +# which allows for extra atom info, e.g. to do atom coloring on +# how to dump for a triclinic box, since AtomEye accepts this + +# Variables +# data = data file to read from + +# Imports and external programs + +import sys + +# Class definition + +class cfg: + + # -------------------------------------------------------------------- + + def __init__(self,data): + self.data = data + + # -------------------------------------------------------------------- + + def one(self,*args): + if len(args) == 0: file = "tmp.cfg" + elif args[0][-4:] == ".cfg": file = args[0] + else: file = args[0] + ".cfg" + + f = open(file,"w") + n = flag = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = self.data.viz(which) + + xlen = box[3]-box[0] + ylen = box[4]-box[1] + zlen = box[5]-box[2] + + print >>f,"Number of particles = %d " % len(atoms) + print >>f,"# Timestep %d \n#\nA = 1.0 Angstrom" % time + print >>f,"H0(1,1) = %20.10f A " % xlen + print >>f,"H0(1,2) = 0.0 A " + print >>f,"H0(1,3) = 0.0 A " + print >>f,"H0(2,1) = 0.0 A " + print >>f,"H0(2,2) = %20.10f A " % ylen + print >>f,"H0(2,3) = 0.0 A " + print >>f,"H0(3,1) = 0.0 A " + print >>f,"H0(3,2) = 0.0 A " + print >>f,"H0(3,3) = %20.10f A " % zlen + print >>f,"#" + + for atom in atoms: + itype = int(atom[1]) + xfrac = (atom[2]-box[0])/xlen + yfrac = (atom[3]-box[1])/ylen + zfrac = (atom[4]-box[2])/zlen +# print >>f,"1.0 %d %15.10f %15.10f %15.10f %15.10f %15.10f %15.10f " % (itype,xfrac,yfrac,zfrac,atom[5],atom[6],atom[7]) + print >>f,"1.0 %d %15.10f %15.10f %15.10f 0.0 0.0 0.0 " % (itype,xfrac,yfrac,zfrac) + + print time, + sys.stdout.flush() + n += 1 + + f.close() + print "\nwrote %d snapshots to %s in CFG format" % (n,file) + + # -------------------------------------------------------------------- + + def many(self,*args): + if len(args) == 0: root = "tmp" + else: root = args[0] + + n = flag = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = self.data.viz(which) + + if n < 10: + file = root + "000" + str(n) + elif n < 100: + file = root + "00" + str(n) + elif n < 1000: + file = root + "0" + str(n) + else: + file = root + str(n) + file += ".cfg" + f = open(file,"w") + + xlen = box[3]-box[0] + ylen = box[4]-box[1] + zlen = box[5]-box[2] + + print >>f,"Number of particles = %d " % len(atoms) + print >>f,"# Timestep %d \n#\nA = 1.0 Angstrom" % time + print >>f,"H0(1,1) = %20.10f A " % xlen + print >>f,"H0(1,2) = 0.0 A " + print >>f,"H0(1,3) = 0.0 A " + print >>f,"H0(2,1) = 0.0 A " + print >>f,"H0(2,2) = %20.10f A " % ylen + print >>f,"H0(2,3) = 0.0 A " + print >>f,"H0(3,1) = 0.0 A " + print >>f,"H0(3,2) = 0.0 A " + print >>f,"H0(3,3) = %20.10f A " % zlen + print >>f,"#" + + for atom in atoms: + itype = int(atom[1]) + xfrac = (atom[2]-box[0])/xlen + yfrac = (atom[3]-box[1])/ylen + zfrac = (atom[4]-box[2])/zlen +# print >>f,"1.0 %d %15.10f %15.10f %15.10f %15.10f %15.10f %15.10f " % (itype,xfrac,yfrac,zfrac,atom[5],atom[6],atom[7]) + print >>f,"1.0 %d %15.10f %15.10f %15.10f 0.0 0.0 0.0 " % (itype,xfrac,yfrac,zfrac) + + print time, + sys.stdout.flush() + f.close() + n += 1 + + print "\nwrote %s snapshots in CFG format" % n + + # -------------------------------------------------------------------- + + def single(self,time,*args): + if len(args) == 0: file = "tmp.cfg" + elif args[0][-4:] == ".cfg": file = args[0] + else: file = args[0] + ".cfg" + + which = self.data.findtime(time) + time,box,atoms,bonds,tris,lines = self.data.viz(which) + f = open(file,"w") + + xlen = box[3]-box[0] + ylen = box[4]-box[1] + zlen = box[5]-box[2] + + print >>f,"Number of particles = %d " % len(atoms) + print >>f,"# Timestep %d \n#\nA = 1.0 Angstrom" % time + print >>f,"H0(1,1) = %20.10f A " % xlen + print >>f,"H0(1,2) = 0.0 A " + print >>f,"H0(1,3) = 0.0 A " + print >>f,"H0(2,1) = 0.0 A " + print >>f,"H0(2,2) = %20.10f A " % ylen + print >>f,"H0(2,3) = 0.0 A " + print >>f,"H0(3,1) = 0.0 A " + print >>f,"H0(3,2) = 0.0 A " + print >>f,"H0(3,3) = %20.10f A " % zlen + print >>f,"#" + + for atom in atoms: + itype = int(atom[1]) + xfrac = (atom[2]-box[0])/xlen + yfrac = (atom[3]-box[1])/ylen + zfrac = (atom[4]-box[2])/zlen +# print >>f,"1.0 %d %15.10f %15.10f %15.10f %15.10f %15.10f %15.10f " % (itype,xfrac,yfrac,zfrac,atom[5],atom[6],atom[7]) + print >>f,"1.0 %d %15.10f %15.10f %15.10f 0.0 0.0 0.0 " % (itype,xfrac,yfrac,zfrac) + + f.close() diff --git a/src/cfg.pyc b/src/cfg.pyc new file mode 100644 index 0000000..ec8545b Binary files /dev/null and b/src/cfg.pyc differ diff --git a/src/chain.py b/src/chain.py new file mode 100644 index 0000000..cc6a1c2 --- /dev/null +++ b/src/chain.py @@ -0,0 +1,245 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# chain tool + +oneline = "Create bead-spring chains for LAMMPS input" + +docstr = """ +c = chain(N,rho) setup box with N monomers at reduced density rho +c = chain(N,rho,1,1,2) x,y,z = aspect ratio of box (def = 1,1,1) + +c.seed = 48379 set random # seed (def = 12345) +c.mtype = 2 set type of monomers (def = 1) +c.btype = 1 set type of bonds (def = 1) +c.blen = 0.97 set length of bonds (def = 0.97) +c.dmin = 1.02 set min dist from i-1 to i+1 site (def = 1.02) + +c.id = "chain" set molecule ID to chain # (default) +c.id = "end1" set molecule ID to count from one end of chain +c.id = "end2" set molecule ID to count from either end of chain + +c.build(100,10) create 100 chains, each of length 10 + + can be invoked multiple times interleaved with different settings + must fill box with total of N monomers + +c.write("data.file") write out all built chains to LAMMPS data file +""" + +# History +# 8/05, Steve Plimpton (SNL): original version + +# ToDo list + +# Variables +# n = number of monomers +# rhostar = reduced density +# seed = 12345 +# mtype = type of monomers +# btype = type of bonds +# blen = length of bonds +# dmin = minimum distance from i-1 to i+1 +# id = "chain","end1",or "end2" +# atoms = list of atoms +# bonds = list of bonds +# xprd,yprd,zprd = x,y,z box size +# xlo,ylo,zlo = -xyz prd / 2 +# xhi,yhi,zhi = x,y,zprd /2 + +# Imports and external programs + +import math +from data import data + +# Class definition + +class chain: + + # -------------------------------------------------------------------- + + def __init__(self,n,rhostar,*list): + self.n = n + self.rhostar = rhostar + xaspect = yaspect = zaspect = 1.0 + if len(list): + xaspect = list[0] + yaspect = list[1] + zaspect = list[2] + self.seed = 12345 + self.mtype = 1 + self.btype = 1 + self.blen = 0.97 + self.dmin = 1.02 + self.id = "chain" + self.atoms = [] + self.bonds = [] + + volume = n/rhostar + prd = pow(volume/xaspect/yaspect/zaspect,1.0/3.0) + self.xprd = xaspect * prd + self.xlo = -self.xprd/2.0 + self.xhi = self.xprd/2.0 + self.yprd = yaspect * prd + self.ylo = -self.yprd/2.0 + self.yhi = self.yprd/2.0 + self.zprd = zaspect * prd + self.zlo = -self.zprd/2.0 + self.zhi = self.zprd/2.0 + + print "Simulation box: %g by %g by %g" % (self.xprd,self.yprd,self.zprd) + + # -------------------------------------------------------------------- + + def build(self,n,nper): + for ichain in xrange(n): + atoms = [] + bonds = [] + id_atom_prev = id_mol_prev = id_bond_prev = 0 + if len(self.atoms): + id_atom_prev = self.atoms[-1][0] + id_mol_prev = self.atoms[-1][1] + if len(self.bonds): + id_bond_prev = self.bonds[-1][0] + + for imonomer in xrange(nper): + if imonomer == 0: + x = self.xlo + self.random()*self.xprd + y = self.ylo + self.random()*self.yprd + z = self.zlo + self.random()*self.zprd + ix = iy = iz = 0 + else: + restriction = True + while restriction: + rsq = 2.0 + while rsq > 1.0: + dx = 2.0*self.random() - 1.0 + dy = 2.0*self.random() - 1.0 + dz = 2.0*self.random() - 1.0 + rsq = dx*dx + dy*dy + dz*dz + r = math.sqrt(rsq) + dx,dy,dz = dx/r,dy/r,dz/r + x = atoms[-1][3] + dx*self.blen + y = atoms[-1][4] + dy*self.blen + z = atoms[-1][5] + dz*self.blen + restriction = False + if imonomer >= 2: + dx = x - atoms[-2][3] + dy = y - atoms[-2][4] + dz = z - atoms[-2][5] + if math.sqrt(dx*dx + dy*dy + dz*dz) <= self.dmin: + restriction = True + + x,y,z,ix,iy,iz = self.pbc(x,y,z,ix,iy,iz) + idatom = id_atom_prev + imonomer + 1 + if self.id == "chain": + idmol = id_mol_prev + 1 + elif self.id == "end1": + idmol = imonomer + 1 + elif self.id == "end2": + idmol = imonomer + 1 + if idmol > nper/2: + idmol = nper - imonomer + else: + raise StandardError,"chain ID is not a valid value" + + atoms.append([idatom,idmol,self.mtype,x,y,z,ix,iy,iz]) + if imonomer: + bondid = id_bond_prev + imonomer + bonds.append([bondid,self.btype,idatom-1,idatom]) + + self.atoms += atoms + self.bonds += bonds + + # -------------------------------------------------------------------- + + def write(self,file): + if len(self.atoms) != self.n: + raise StandardError,"%d monomers instead of requested %d" % \ + (len(self.atoms),self.n) + + list = [atom[2] for atom in self.atoms] + atypes = max(list) + + btypes = 0 + if len(self.bonds): + list = [bond[1] for bond in self.bonds] + btypes = max(list) + + # create the data file + + d = data() + d.title = "LAMMPS FENE chain data file" + d.headers["atoms"] = len(self.atoms) + d.headers["bonds"] = len(self.bonds) + d.headers["atom types"] = atypes + d.headers["bond types"] = btypes + d.headers["xlo xhi"] = (self.xlo,self.xhi) + d.headers["ylo yhi"] = (self.ylo,self.yhi) + d.headers["zlo zhi"] = (self.zlo,self.zhi) + + lines = [] + for i in range(atypes): lines.append("%d 1.0\n" % (i+1)) + d.sections["Masses"] = lines + + lines = [] + for atom in self.atoms: + line = "%d %d %d %g %g %g %d %d %d\n" % \ + (atom[0], atom[1], atom[2], atom[3], atom[4], atom[5], + atom[6], atom[7], atom[8]) + lines.append(line) + d.sections["Atoms"] = lines + + lines = [] + for bond in self.bonds: + line = "%d %d %d %d\n" % (bond[0], bond[1], bond[2], bond[3]) + lines.append(line) + d.sections["Bonds"] = lines + + d.write(file) + + # -------------------------------------------------------------------- + + def pbc(self,x,y,z,ix,iy,iz): + if x < self.xlo: + x += self.xprd + ix -= 1 + elif x >= self.xhi: + x -= self.xprd + ix += 1 + if y < self.ylo: + y += self.yprd + iy -= 1 + elif y >= self.yhi: + y -= self.yprd + iy += 1 + if z < self.zlo: + z += self.zprd + iz -= 1 + elif z >= self.zhi: + z -= self.zprd + iz += 1 + return x,y,z,ix,iy,iz + + # -------------------------------------------------------------------- + + def random(self): + k = self.seed/IQ + self.seed = IA*(self.seed-k*IQ) - IR*k + if self.seed < 0: + self.seed += IM + return AM*self.seed + +# -------------------------------------------------------------------- +# random # generator constants + +IM = 2147483647 +AM = 1.0/IM +IA = 16807 +IQ = 127773 +IR = 2836 diff --git a/src/chain.pyc b/src/chain.pyc new file mode 100644 index 0000000..37aa614 Binary files /dev/null and b/src/chain.pyc differ diff --git a/src/clog.py b/src/clog.py new file mode 100644 index 0000000..2137b84 --- /dev/null +++ b/src/clog.py @@ -0,0 +1,301 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# clog tool + +oneline = "Read ChemCell and SPPARKS log files and extract time-series data" + +docstr = """ +c = clog("file1") read in one or more log files +c = clog("log1 log2.gz") can be gzipped +c = clog("file*") wildcard expands to multiple files +c = clog("log.cell","Time") 2nd arg = start string for time section +c = clog("log.cell","",0) 3rd arg = average all runs + + incomplete and duplicate thermo entries are deleted + if specify 2nd arg, it delimits a time section + no 2nd arg or empty string, use default which is ChemCell specific + if specify any 3rd arg, average all runs, assume all start at time 0 + +nvec = c.nvec # of vectors of thermo info +nlen = c.nlen length of each vectors +names = c.names list of vector names +a,b,... = c.get("A","B",...) return one or more vectors of values +c.write("file.txt") write all vectors to a file +c.write("file.txt","A","B",...) write listed vectors to a file + + get and write allow abbreviated (uniquely) vector names +""" + +# History +# 1/06, Steve Plimpton (SNL): original version +# 2/09, modified to allow different firststr for different log files + +# ToDo list + +# Variables +# nvec = # of vectors +# nlen = length of each vector +# names = list of vector names +# ptr = dictionary, key = name, value = index into data for which column +# data[i][j] = 2d array of floats, i = 0 to # of entries, j = 0 to nvecs-1 +# firststr = string that begins a time-series section in log file + +# Imports and external programs + +import sys, re, glob +from os import popen + +try: tmp = PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class clog: + + # -------------------------------------------------------------------- + + def __init__(self,*list): + self.nvec = 0 + self.names = [] + self.ptr = {} + self.data = [] + self.firststr = "Step Time" + self.ave = 0 + + # flist = list of all log file names + + words = list[0].split() + self.flist = [] + for word in words: self.flist += glob.glob(word) + if len(self.flist) == 0 and len(list) == 1: + raise StandardError,"no log file specified" + + if len(list) > 1 and len(list[1]): self.firststr = list[1] + if len(list) == 3: self.ave = 1 + + self.read_all() + + # -------------------------------------------------------------------- + # read all log data from all files + + def read_all(self): + self.read_header(self.flist[0]) + if self.nvec == 0: raise StandardError,"log file has no values" + + # read all files + + for file in self.flist: self.read_one(file) + print + + # if no average, sort entries by timestep, cull duplicates + # if average, call self.average() + + if self.ave == 0: + self.data.sort(self.compare) + self.cull() + else: self.average() + + self.nlen = len(self.data) + print "read %d log entries" % self.nlen + + # -------------------------------------------------------------------- + + def get(self,*keys): + if len(keys) == 0: + raise StandardError, "no log vectors specified" + + map = [] + for key in keys: + if self.ptr.has_key(key): + map.append(self.ptr[key]) + else: + count = 0 + for i in range(self.nvec): + if self.names[i].find(key) == 0: + count += 1 + index = i + if count == 1: + map.append(index) + else: + raise StandardError, "unique log vector %s not found" % key + + vecs = [] + for i in range(len(keys)): + vecs.append(self.nlen * [0]) + for j in xrange(self.nlen): + vecs[i][j] = self.data[j][map[i]] + + if len(keys) == 1: return vecs[0] + else: return vecs + + # -------------------------------------------------------------------- + + def write(self,filename,*keys): + if len(keys): + map = [] + for key in keys: + if self.ptr.has_key(key): + map.append(self.ptr[key]) + else: + count = 0 + for i in range(self.nvec): + if self.names[i].find(key) == 0: + count += 1 + index = i + if count == 1: + map.append(index) + else: + raise StandardError, "unique log vector %s not found" % key + else: + map = range(self.nvec) + + f = open(filename,"w") + for i in xrange(self.nlen): + for j in xrange(len(map)): + print >>f,self.data[i][map[j]], + print >>f + f.close() + + # -------------------------------------------------------------------- + + def compare(self,a,b): + if a[0] < b[0]: + return -1 + elif a[0] > b[0]: + return 1 + else: + return 0 + + # -------------------------------------------------------------------- + + def cull(self): + i = 1 + while i < len(self.data): + if self.data[i][0] == self.data[i-1][0]: del self.data[i] + else: i += 1 + + # -------------------------------------------------------------------- + + def average(self): + counts = [] + data = [] + nlen = 0 + + i = j = 0 + while i < len(self.data): + if self.data[i][0] == 0: j = 0 + if j >= nlen: + counts.append(0) + data.append(self.nvec*[0]) + nlen += 1 + counts[j] += 1 + for m in xrange(self.nvec): data[j][m] += self.data[i][m] + j += 1 + i += 1 + + for i in xrange(nlen): + for j in xrange(self.nvec): + data[i][j] /= counts[j] + + self.nlen = nlen + self.data = data + + # -------------------------------------------------------------------- + + def read_header(self,file): + if file[-3:] == ".gz": + txt = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r').read() + else: + txt = open(file).read() + + s1 = txt.find(self.firststr) + s2 = txt.find("\n",s1) + line = txt[s1:s2] + words = line.split() + for i in range(len(words)): + self.names.append(words[i]) + self.ptr[words[i]] = i + + self.nvec = len(self.names) + + # -------------------------------------------------------------------- + + def read_one(self,*list): + + # if 2nd arg exists set file ptr to that value + # read entire (rest of) file into txt + + file = list[0] + if file[-3:] == ".gz": + f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'rb') + else: + f = open(file,'rb') + + if len(list) == 2: f.seek(list[1]) + txt = f.read() + if file[-3:] == ".gz": eof = 0 + else: eof = f.tell() + f.close() + + start = last = 0 + while not last: + + # chunk = contiguous set of concentration entries + # s1 = 1st char on 1st line of chunk + # s2 = 1st char on line after chunk + # set last = 1 if this is last chunk in file, leave 0 otherwise + # set start = position in file to start looking for next chunk + # rewind eof if final entry is incomplete + + s1 = txt.find(self.firststr,start) + s2 = txt.find("Loop time of",start+1) + + if s1 >= 0 and s2 >= 0 and s1 < s2: # found s1,s2 with s1 before s2 + s1 = txt.find("\n",s1) + 1 + elif s1 >= 0 and s2 >= 0 and s2 < s1: # found s1,s2 with s2 before s1 + s1 = 0 + elif s1 == -1 and s2 >= 0: # found s2, but no s1 + last = 1 + s1 = 0 + elif s1 >= 0 and s2 == -1: # found s1, but no s2 + last = 1 + s1 = txt.find("\n",s1) + 1 + s2 = txt.rfind("\n",s1) + 1 + eof -= len(txt) - s2 + elif s1 == -1 and s2 == -1: # found neither + # could be end-of-file section + # or entire read was one chunk + + if txt.find("Loop time of",start) == start: # end of file, so exit + eof -= len(txt) - start # reset eof to "Loop" + break + + last = 1 # entire read is a chunk + s1 = 0 + s2 = txt.rfind("\n",s1) + 1 + eof -= len(txt) - s2 + if s1 == s2: break + + chunk = txt[s1:s2-1] + start = s2 + + # split chunk into entries + # parse each entry for numeric fields, append to data + + lines = chunk.split("\n") + for line in lines: + words = line.split() + self.data.append(map(float,words)) + + # print last timestep of chunk + + print int(self.data[len(self.data)-1][0]), + sys.stdout.flush() + + return eof diff --git a/src/clog.pyc b/src/clog.pyc new file mode 100644 index 0000000..35bab67 Binary files /dev/null and b/src/clog.pyc differ diff --git a/src/data.py b/src/data.py new file mode 100644 index 0000000..b2c9344 --- /dev/null +++ b/src/data.py @@ -0,0 +1,379 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# data tool + +oneline = "Read, write, manipulate LAMMPS data files" + +docstr = """ +d = data("data.poly") read a LAMMPS data file, can be gzipped +d = data() create an empty data file + +d.map(1,"id",3,"x") assign names to atom columns (1-N) + +coeffs = d.get("Pair Coeffs") extract info from data file section +q = d.get("Atoms",4) + + 1 arg = all columns returned as 2d array of floats + 2 args = Nth column returned as vector of floats + +d.reorder("Atoms",1,3,2,4,5) reorder columns (1-N) in a data file section + + 1,3,2,4,5 = new order of previous columns, can delete columns this way + +d.title = "My LAMMPS data file" set title of the data file +d.headers["atoms"] = 1500 set a header value +d.sections["Bonds"] = lines set a section to list of lines (with newlines) +d.delete("bonds") delete a keyword or section of data file +d.delete("Bonds") +d.replace("Atoms",5,vec) replace Nth column of section with vector +d.newxyz(dmp,1000) replace xyz in Atoms with xyz of snapshot N + + newxyz assumes id,x,y,z are defined in both data and dump files + also replaces ix,iy,iz if they are defined + +index,time,flag = d.iterator(0/1) loop over single data file snapshot +time,box,atoms,bonds,tris,lines = d.viz(index) return list of viz objects + + iterator() and viz() are compatible with equivalent dump calls + iterator() called with arg = 0 first time, with arg = 1 on subsequent calls + index = timestep index within dump object (only 0 for data file) + time = timestep value (only 0 for data file) + flag = -1 when iteration is done, 1 otherwise + viz() returns info for specified timestep index (must be 0) + time = 0 + box = [xlo,ylo,zlo,xhi,yhi,zhi] + atoms = id,type,x,y,z for each atom as 2d array + bonds = id,type,x1,y1,z1,x2,y2,z2,t1,t2 for each bond as 2d array + NULL if bonds do not exist + tris = NULL + lines = NULL + +d.write("data.new") write a LAMMPS data file +""" + +# History +# 8/05, Steve Plimpton (SNL): original version +# 11/07, added triclinic box support + +# ToDo list + +# Variables +# title = 1st line of data file +# names = dictionary with atom attributes as keys, col #s as values +# headers = dictionary with header name as key, value or tuple as values +# sections = dictionary with section name as key, array of lines as values +# nselect = 1 = # of snapshots + +# Imports and external programs + +from os import popen + +try: tmp = PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class data: + + # -------------------------------------------------------------------- + + def __init__(self,*list): + self.nselect = 1 + + if len(list) == 0: + self.title = "LAMMPS data file" + self.names = {} + self.headers = {} + self.sections = {} + return + + file = list[0] + if file[-3:] == ".gz": f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r') + else: f = open(file) + + self.title = f.readline() + self.names = {} + + headers = {} + while 1: + line = f.readline() + line = line.strip() + if len(line) == 0: + continue + found = 0 + for keyword in hkeywords: + if line.find(keyword) >= 0: + found = 1 + words = line.split() + if keyword == "xlo xhi" or keyword == "ylo yhi" or \ + keyword == "zlo zhi": + headers[keyword] = (float(words[0]),float(words[1])) + elif keyword == "xy xz yz": + headers[keyword] = \ + (float(words[0]),float(words[1]),float(words[2])) + else: + headers[keyword] = int(words[0]) + if not found: + break + + sections = {} + while 1: + found = 0 + for pair in skeywords: + keyword,length = pair[0],pair[1] + if keyword == line: + found = 1 + if not headers.has_key(length): + raise StandardError, \ + "data section %s has no matching header value" % line + f.readline() + list = [] + for i in xrange(headers[length]): list.append(f.readline()) + sections[keyword] = list + if not found: + raise StandardError,"invalid section %s in data file" % line + f.readline() + line = f.readline() + if not line: + break + line = line.strip() + + f.close() + self.headers = headers + self.sections = sections + + # -------------------------------------------------------------------- + # assign names to atom columns + + def map(self,*pairs): + if len(pairs) % 2 != 0: + raise StandardError, "data map() requires pairs of mappings" + for i in range(0,len(pairs),2): + j = i + 1 + self.names[pairs[j]] = pairs[i]-1 + + # -------------------------------------------------------------------- + # extract info from data file fields + + def get(self,*list): + if len(list) == 1: + field = list[0] + array = [] + lines = self.sections[field] + for line in lines: + words = line.split() + values = map(float,words) + array.append(values) + return array + elif len(list) == 2: + field = list[0] + n = list[1] - 1 + vec = [] + lines = self.sections[field] + for line in lines: + words = line.split() + vec.append(float(words[n])) + return vec + else: + raise StandardError, "invalid arguments for data.get()" + + # -------------------------------------------------------------------- + # reorder columns in a data file field + + def reorder(self,name,*order): + n = len(order) + natoms = len(self.sections[name]) + oldlines = self.sections[name] + newlines = natoms*[""] + for index in order: + for i in xrange(len(newlines)): + words = oldlines[i].split() + newlines[i] += words[index-1] + " " + for i in xrange(len(newlines)): + newlines[i] += "\n" + self.sections[name] = newlines + + # -------------------------------------------------------------------- + # replace a column of named section with vector of values + + def replace(self,name,icol,vector): + lines = self.sections[name] + newlines = [] + j = icol - 1 + for i in xrange(len(lines)): + line = lines[i] + words = line.split() + words[j] = str(vector[i]) + newline = ' '.join(words) + '\n' + newlines.append(newline) + self.sections[name] = newlines + + # -------------------------------------------------------------------- + # replace x,y,z in Atoms with x,y,z values from snapshot ntime of dump object + # assumes id,x,y,z are defined in both data and dump files + # also replaces ix,iy,iz if they are defined + + def newxyz(self,dm,ntime): + nsnap = dm.findtime(ntime) + + if dm.scaled(nsnap): scaleflag = 1 + else: scaleflag = 0 + dm.sort(ntime) + + if scaleflag: dm.unscale(ntime) + x,y,z = dm.vecs(ntime,"x","y","z") + if scaleflag: dm.scale(ntime) + + self.replace("Atoms",self.names['x']+1,x) + self.replace("Atoms",self.names['y']+1,y) + self.replace("Atoms",self.names['z']+1,z) + + if dm.names.has_key("ix") and self.names.has_key("ix"): + ix,iy,iz = dm.vecs(ntime,"ix","iy","iz") + self.replace("Atoms",self.names['ix']+1,ix) + self.replace("Atoms",self.names['iy']+1,iy) + self.replace("Atoms",self.names['iz']+1,iz) + + # -------------------------------------------------------------------- + # delete header value or section from data file + + def delete(self,keyword): + + if self.headers.has_key(keyword): del self.headers[keyword] + elif self.sections.has_key(keyword): del self.sections[keyword] + else: raise StandardError, "keyword not found in data object" + + # -------------------------------------------------------------------- + # write out a LAMMPS data file + + def write(self,file): + f = open(file,"w") + print >>f,self.title + for keyword in hkeywords: + if self.headers.has_key(keyword): + if keyword == "xlo xhi" or keyword == "ylo yhi" or \ + keyword == "zlo zhi": + pair = self.headers[keyword] + print >>f,pair[0],pair[1],keyword + elif keyword == "xy xz yz": + triple = self.headers[keyword] + print >>f,triple[0],triple[1],triple[2],keyword + else: + print >>f,self.headers[keyword],keyword + for pair in skeywords: + keyword = pair[0] + if self.sections.has_key(keyword): + print >>f,"\n%s\n" % keyword + for line in self.sections[keyword]: + print >>f,line, + f.close() + + # -------------------------------------------------------------------- + # iterator called from other tools + + def iterator(self,flag): + if flag == 0: return 0,0,1 + return 0,0,-1 + + # -------------------------------------------------------------------- + # time query from other tools + + def findtime(self,n): + if n == 0: return 0 + raise StandardError, "no step %d exists" % (n) + + # -------------------------------------------------------------------- + # return list of atoms and bonds to viz for data object + + def viz(self,isnap): + if isnap: raise StandardError, "cannot call data.viz() with isnap != 0" + + id = self.names["id"] + type = self.names["type"] + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + + xlohi = self.headers["xlo xhi"] + ylohi = self.headers["ylo yhi"] + zlohi = self.headers["zlo zhi"] + box = [xlohi[0],ylohi[0],zlohi[0],xlohi[1],ylohi[1],zlohi[1]] + + # create atom list needed by viz from id,type,x,y,z + + atoms = [] + atomlines = self.sections["Atoms"] + for line in atomlines: + words = line.split() + atoms.append([int(words[id]),int(words[type]), + float(words[x]),float(words[y]),float(words[z])]) + + # create list of current bond coords from list of bonds + # assumes atoms are sorted so can lookup up the 2 atoms in each bond + + bonds = [] + if self.sections.has_key("Bonds"): + bondlines = self.sections["Bonds"] + for line in bondlines: + words = line.split() + bid,btype = int(words[0]),int(words[1]) + atom1,atom2 = int(words[2]),int(words[3]) + atom1words = atomlines[atom1-1].split() + atom2words = atomlines[atom2-1].split() + bonds.append([bid,btype, + float(atom1words[x]),float(atom1words[y]), + float(atom1words[z]), + float(atom2words[x]),float(atom2words[y]), + float(atom2words[z]), + float(atom1words[type]),float(atom2words[type])]) + + tris = [] + lines = [] + return 0,box,atoms,bonds,tris,lines + + # -------------------------------------------------------------------- + # return box size + + def maxbox(self): + xlohi = self.headers["xlo xhi"] + ylohi = self.headers["ylo yhi"] + zlohi = self.headers["zlo zhi"] + return [xlohi[0],ylohi[0],zlohi[0],xlohi[1],ylohi[1],zlohi[1]] + + # -------------------------------------------------------------------- + # return number of atom types + + def maxtype(self): + return self.headers["atom types"] + +# -------------------------------------------------------------------- +# data file keywords, both header and main sections + +hkeywords = ["atoms","lines","tris", + "bonds","angles","dihedrals","impropers", + "atom types","bond types","angle types","dihedral types", + "improper types","xlo xhi","ylo yhi","zlo zhi","xy xz yz"] + +skeywords = [["Masses","atom types"], + ["Atoms","atoms"],["Lines","lines"],["Triangles","tris"], + ["Bonds","bonds"], + ["Angles","angles"],["Dihedrals","dihedrals"], + ["Impropers","impropers"],["Velocities","atoms"], + ["Pair Coeffs","atom types"], + ["Bond Coeffs","bond types"],["Angle Coeffs","angle types"], + ["Dihedral Coeffs","dihedral types"], + ["Improper Coeffs","improper types"], + ["BondBond Coeffs","angle types"], + ["BondAngle Coeffs","angle types"], + ["MiddleBondTorsion Coeffs","dihedral types"], + ["EndBondTorsion Coeffs","dihedral types"], + ["AngleTorsion Coeffs","dihedral types"], + ["AngleAngleTorsion Coeffs","dihedral types"], + ["BondBond13 Coeffs","dihedral types"], + ["AngleAngle Coeffs","improper types"]] diff --git a/src/data.pyc b/src/data.pyc new file mode 100644 index 0000000..f257b3c Binary files /dev/null and b/src/data.pyc differ diff --git a/src/dump.py b/src/dump.py new file mode 100644 index 0000000..1a8884e --- /dev/null +++ b/src/dump.py @@ -0,0 +1,1264 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# dump tool + +oneline = "Read, write, manipulate dump files and particle attributes" + +docstr = """ +d = dump("dump.one") read in one or more dump files +d = dump("dump.1 dump.2.gz") can be gzipped +d = dump("dump.*") wildcard expands to multiple files +d = dump("dump.*",0) two args = store filenames, but don't read + + incomplete and duplicate snapshots are deleted + if atoms have 5 or 8 columns, assign id,type,x,y,z (ix,iy,iz) + atoms will be unscaled if stored in files as scaled + +time = d.next() read next snapshot from dump files + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment or unscaling is performed + +d.map(1,"id",3,"x") assign names to atom columns (1-N) + + not needed if dump file is self-describing + +d.tselect.all() select all timesteps +d.tselect.one(N) select only timestep N +d.tselect.none() deselect all timesteps +d.tselect.skip(M) select every Mth step +d.tselect.test("$t >= 100 and $t < 10000") select matching timesteps +d.delete() delete non-selected timesteps + + selecting a timestep also selects all atoms in the timestep + skip() and test() only select from currently selected timesteps + test() uses a Python Boolean expression with $t for timestep value + Python comparison syntax: == != < > <= >= and or + +d.aselect.all() select all atoms in all steps +d.aselect.all(N) select all atoms in one step +d.aselect.test("$id > 100 and $type == 2") select match atoms in all steps +d.aselect.test("$id > 100 and $type == 2",N) select matching atoms in one step + + all() with no args selects atoms from currently selected timesteps + test() with one arg selects atoms from currently selected timesteps + test() sub-selects from currently selected atoms + test() uses a Python Boolean expression with $ for atom attributes + Python comparison syntax: == != < > <= >= and or + $name must end with a space + +d.write("file") write selected steps/atoms to dump file +d.write("file",head,app) write selected steps/atoms to dump file +d.scatter("tmp") write selected steps/atoms to multiple files + + write() can be specified with 2 additional flags + headd = 0/1 for no/yes snapshot header, app = 0/1 for write vs append + scatter() files are given timestep suffix: e.g. tmp.0, tmp.100, etc + +d.scale() scale x,y,z to 0-1 for all timesteps +d.scale(100) scale atom coords for timestep N +d.unscale() unscale x,y,z to box size to all timesteps +d.unscale(1000) unscale atom coords for timestep N +d.wrap() wrap x,y,z into periodic box via ix,iy,iz +d.unwrap() unwrap x,y,z out of box via ix,iy,iz +d.owrap("other") wrap x,y,z to same image as another atom +d.sort() sort atoms by atom ID in all selected steps +d.sort("x") sort atoms by column value in all steps +d.sort(1000) sort atoms in timestep N + + scale(), unscale(), wrap(), unwrap(), owrap() operate on all steps and atoms + wrap(), unwrap(), owrap() require ix,iy,iz be defined + owrap() requires a column be defined which contains an atom ID + name of that column is the argument to owrap() + x,y,z for each atom is wrapped to same image as the associated atom ID + useful for wrapping all molecule's atoms the same so it is contiguous + +m1,m2 = d.minmax("type") find min/max values for a column +d.set("$ke = $vx * $vx + $vy * $vy") set a column to a computed value +d.setv("type",vector) set a column to a vector of values +d.spread("ke",N,"color") 2nd col = N ints spread over 1st col +d.clone(1000,"color") clone timestep N values to other steps + + minmax() operates on selected timesteps and atoms + set() operates on selected timesteps and atoms + left hand side column is created if necessary + left-hand side column is unset or unchanged for non-selected atoms + equation is in Python syntax + use $ for column names, $name must end with a space + setv() operates on selected timesteps and atoms + if column label does not exist, column is created + values in vector are assigned sequentially to atoms, so may want to sort() + length of vector must match # of selected atoms + spread() operates on selected timesteps and atoms + min and max are found for 1st specified column across all selected atoms + atom's value is linear mapping (1-N) between min and max + that is stored in 2nd column (created if needed) + useful for creating a color map + clone() operates on selected timesteps and atoms + values at every timestep are set to value at timestep N for that atom ID + useful for propagating a color map + +t = d.time() return vector of selected timestep values +fx,fy,... = d.atom(100,"fx","fy",...) return vector(s) for atom ID N +fx,fy,... = d.vecs(1000,"fx","fy",...) return vector(s) for timestep N + + atom() returns vectors with one value for each selected timestep + vecs() returns vectors with one value for each selected atom in the timestep + +index,time,flag = d.iterator(0/1) loop over dump snapshots +time,box,atoms,bonds,tris,lines = d.viz(index) return list of viz objects +d.atype = "color" set column returned as "type" by viz +d.extra(obj) extract bond/tri/line info from obj + + iterator() loops over selected timesteps + iterator() called with arg = 0 first time, with arg = 1 on subsequent calls + index = index within dump object (0 to # of snapshots) + time = timestep value + flag = -1 when iteration is done, 1 otherwise + viz() returns info for selected atoms for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = \[xlo,ylo,zlo,xhi,yhi,zhi\] + atoms = id,type,x,y,z for each atom as 2d array + bonds = id,type,x1,y1,z1,x2,y2,z2,t1,t2 for each bond as 2d array + if extra() used to define bonds, else NULL + tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array + if extra() used to define tris, else NULL + lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array + if extra() used to define lines, else NULL + atype is column name viz() will return as atom type (def = "type") + extra() extracts bonds/tris/lines from obj each time viz() is called + obj can be data object for bonds, cdata object for tris and lines, + bdump object for bonds, mdump object for tris, ldump object for lines +""" + +# History +# 8/05, Steve Plimpton (SNL): original version +# 12/09, David Hart (SNL): allow use of NumPy or Numeric + +# ToDo list +# try to optimize this line in read_snap: words += f.readline().split() +# allow $name in aselect.test() and set() to end with non-space +# should next() snapshot be auto-unscaled ? + +# Variables +# flist = list of dump file names +# increment = 1 if reading snapshots one-at-a-time +# nextfile = which file to read from via next() +# eof = ptr into current file for where to read via next() +# scale_original = 0/1/-1 if coords were read in as unscaled/scaled/unknown +# nsnaps = # of snapshots +# nselect = # of selected snapshots +# snaps = list of snapshots +# names = dictionary of column names: +# key = "id", value = column # (0 to M-1) +# tselect = class for time selection +# aselect = class for atom selection +# atype = name of vector used as atom type by viz extract +# bondflag = 0 if no bonds, 1 if they are defined statically, 2 if dynamic +# bondlist = static list of bonds to return w/ viz() for all snapshots +# triflag = 0 if no tris, 1 if they are defined statically, 2 if dynamic +# trilist = static list of tris to return w/ viz() for all snapshots +# lineflag = 0 if no lines, 1 if they are defined statically, 2 if dynamic +# linelist = static list of lines to return w/ viz() for all snapshots +# objextra = object to get bonds,tris,lines from dynamically +# Snap = one snapshot +# time = time stamp +# tselect = 0/1 if this snapshot selected +# natoms = # of atoms +# nselect = # of selected atoms in this snapshot +# aselect[i] = 0/1 for each atom +# xlo,xhi,ylo,yhi,zlo,zhi = box bounds (float) +# atoms[i][j] = 2d array of floats, i = 0 to natoms-1, j = 0 to ncols-1 + +# Imports and external programs + +import sys, commands, re, glob, types +from os import popen +from math import * # any function could be used by set() +import os + +try: + import numpy as np + oldnumeric = False +except: + import Numeric as np + oldnumeric = True + +try: from DEFAULTS import PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class dump: + + # -------------------------------------------------------------------- + + def __init__(self,*input,**kwargs): + + self.snaps = [] + self.nsnaps = self.nselect = 0 + self.names = {} + self.tselect = tselect(self) + self.aselect = aselect(self) + self.atype = "type" + self.bondflag = 0 + self.bondlist = [] + self.triflag = 0 + self.trilist = [] + self.lineflag = 0 + self.linelist = [] + self.multiprocflag = 0 + self.fileNums = [] + self.objextra = None + + outputfl = True + if isinstance(input[0],dict): # multiprocessing code (the [0] comes from the asteriks in the argumentlist) + dictionary = input[0] + + # check whether to output or not + if "debugMode" in dictionary: outputfl = dictionary["debugMode"] + + if outputfl: print "number of subprocess:", os.getpid() + + self.flist = dictionary["filelist"] + self.multiprocflag = 1 + self.increment = 0 + self.read_all(output=outputfl) + else: # serial code + # flist = list of all dump file names + words = input[0].split() + self.flist = [] + for word in words: self.flist += glob.glob(word) + if len(self.flist) == 0 and len(input) == 1: + raise StandardError,"no dump file specified" + + if len(input) == 1: + self.increment = 0 + self.read_all(output=outputfl) + else: + self.increment = 1 + self.nextfile = 0 + self.eof = 0 + + # -------------------------------------------------------------------- + + def read_all(self, **kwargs): + + # read all snapshots from each file + # test for gzipped files + + # check whether to output or not + outputfl = True + if "output" in kwargs: outputfl = kwargs["output"] + + if outputfl: print "reading dump file..." + + for i, file in enumerate(self.flist): + if file[-3:] == ".gz": + f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r') + else: f = open(file) + + snap = self.read_snapshot(f) + while snap: + self.snaps.append(snap) + if outputfl: print snap.time, + self.fileNums.append(snap.time) + sys.stdout.flush() + snap = self.read_snapshot(f) + + f.close() + if outputfl: print + + # sort entries by timestep, cull duplicates + + self.snaps.sort(self.compare_time) + self.fileNums.sort() + self.cull() + self.nsnaps = len(self.snaps) + #print "read %d snapshots" % self.nsnaps + + # select all timesteps and atoms + + self.tselect.all(output=outputfl) + + # set default names for atom columns if file wasn't self-describing + + if len(self.snaps) == 0: + if outputfl: print "no column assignments made" + elif len(self.names): + if outputfl: print "assigned columns:",self.names2str() + else: + if outputfl: print "no column assignments made" + pass + + # if snapshots are scaled, unscale them + + if (not self.names.has_key("x")) or \ + (not self.names.has_key("y")) or \ + (not self.names.has_key("z")): + print "dump scaling status is unknown" + elif self.nsnaps > 0: + if self.scale_original == 1: self.unscale() + elif self.scale_original == 0: print "dump is already unscaled" + else: print "dump scaling status is unknown" + + # -------------------------------------------------------------------- + # read next snapshot from list of files + + def next(self): + + if not self.increment: raise StandardError,"cannot read incrementally" + + # read next snapshot in current file using eof as pointer + # if fail, try next file + # if new snapshot time stamp already exists, read next snapshot + + while 1: + f = open(self.flist[self.nextfile],'rb') + f.seek(self.eof) + snap = self.read_snapshot(f) + if not snap: + self.nextfile += 1 + if self.nextfile == len(self.flist): return -1 + f.close() + self.eof = 0 + continue + self.eof = f.tell() + f.close() + try: + self.findtime(snap.time) + continue + except: break + + # select the new snapshot with all its atoms + + self.snaps.append(snap) + snap = self.snaps[self.nsnaps] + snap.tselect = 1 + snap.nselect = snap.natoms + for i in xrange(snap.natoms): snap.aselect[i] = 1 + self.nsnaps += 1 + self.nselect += 1 + + return snap.time + + # -------------------------------------------------------------------- + # read a single snapshot from file f + # return snapshot or 0 if failed + # assign column names if not already done and file is self-describing + # set scale_original to 0/1/-1 for unscaled/scaled/unknown + # convert xs,xu to x + + def read_snapshot(self,f): + try: + snap = Snap() + item = f.readline() + snap.time = int(f.readline().split()[0]) # just grab 1st field + item = f.readline() + snap.natoms = int(f.readline()) + + snap.aselect = np.zeros(snap.natoms) + + item = f.readline() + words = f.readline().split() + snap.xlo,snap.xhi = float(words[0]),float(words[1]) + words = f.readline().split() + snap.ylo,snap.yhi = float(words[0]),float(words[1]) + words = f.readline().split() + snap.zlo,snap.zhi = float(words[0]),float(words[1]) + + item = f.readline() + if len(self.names) == 0: + self.scale_original = -1 + xflag = yflag = zflag = -1 + words = item.split()[2:] + if len(words): + for i in range(len(words)): + if words[i] == "x" or words[i] == "xu": + xflag = 0 + self.names["x"] = i + elif words[i] == "xs" or words[i] == "xsu": + xflag = 1 + self.names["x"] = i + elif words[i] == "y" or words[i] == "yu": + yflag = 0 + self.names["y"] = i + elif words[i] == "ys" or words[i] == "ysu": + yflag = 1 + self.names["y"] = i + elif words[i] == "z" or words[i] == "zu": + zflag = 0 + self.names["z"] = i + elif words[i] == "zs" or words[i] == "zsu": + zflag = 1 + self.names["z"] = i + else: self.names[words[i]] = i + if xflag == 0 and yflag == 0 and zflag == 0: self.scale_original = 0 + if xflag == 1 and yflag == 1 and zflag == 1: self.scale_original = 1 + + if snap.natoms: + words = f.readline().split() + ncol = len(words) + for i in xrange(1,snap.natoms): + words += f.readline().split() + floats = map(float,words) + if oldnumeric: atoms = np.zeros((snap.natoms,ncol),np.Float) + else: atoms = np.zeros((snap.natoms,ncol),np.float) + start = 0 + stop = ncol + for i in xrange(snap.natoms): + atoms[i] = floats[start:stop] + start = stop + stop += ncol + else: atoms = None + snap.atoms = atoms + return snap + except: + return 0 + + # -------------------------------------------------------------------- + # map atom column names + + def map(self,*pairs): + if len(pairs) % 2 != 0: + raise StandardError, "dump map() requires pairs of mappings" + for i in range(0,len(pairs),2): + j = i + 1 + self.names[pairs[j]] = pairs[i]-1 + + # -------------------------------------------------------------------- + # delete unselected snapshots + + def delete(self): + ndel = i = 0 + while i < self.nsnaps: + if not self.snaps[i].tselect: + del self.snaps[i] + self.nsnaps -= 1 + ndel += 1 + else: i += 1 + print "%d snapshots deleted" % ndel + print "%d snapshots remaining" % self.nsnaps + + # -------------------------------------------------------------------- + # scale coords to 0-1 for all snapshots or just one + + def scale(self,*list): + if len(list) == 0: + print "Scaling dump ..." + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + for snap in self.snaps: self.scale_one(snap,x,y,z) + else: + i = self.findtime(list[0]) + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + self.scale_one(self.snaps[i],x,y,z) + + # -------------------------------------------------------------------- + + def scale_one(self,snap,x,y,z): + xprdinv = 1.0 / (snap.xhi - snap.xlo) + yprdinv = 1.0 / (snap.yhi - snap.ylo) + zprdinv = 1.0 / (snap.zhi - snap.zlo) + atoms = snap.atoms + atoms[:,x] = (atoms[:,x] - snap.xlo) * xprdinv + atoms[:,y] = (atoms[:,y] - snap.ylo) * yprdinv + atoms[:,z] = (atoms[:,z] - snap.zlo) * zprdinv + + # -------------------------------------------------------------------- + # unscale coords from 0-1 to box size for all snapshots or just one + + def unscale(self,*list): + if len(list) == 0: + print "Unscaling dump ..." + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + for snap in self.snaps: self.unscale_one(snap,x,y,z) + else: + i = self.findtime(list[0]) + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + self.unscale_one(self.snaps[i],x,y,z) + + # -------------------------------------------------------------------- + + def unscale_one(self,snap,x,y,z): + xprd = snap.xhi - snap.xlo + yprd = snap.yhi - snap.ylo + zprd = snap.zhi - snap.zlo + atoms = snap.atoms + atoms[:,x] = snap.xlo + atoms[:,x]*xprd + atoms[:,y] = snap.ylo + atoms[:,y]*yprd + atoms[:,z] = snap.zlo + atoms[:,z]*zprd + + # -------------------------------------------------------------------- + # wrap coords from outside box to inside + + def wrap(self): + print "Wrapping dump ..." + + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + ix = self.names["ix"] + iy = self.names["iy"] + iz = self.names["iz"] + + for snap in self.snaps: + xprd = snap.xhi - snap.xlo + yprd = snap.yhi - snap.ylo + zprd = snap.zhi - snap.zlo + atoms = snap.atoms + atoms[:,x] -= atoms[:,ix]*xprd + atoms[:,y] -= atoms[:,iy]*yprd + atoms[:,z] -= atoms[:,iz]*zprd + + # -------------------------------------------------------------------- + # unwrap coords from inside box to outside + + def unwrap(self): + print "Unwrapping dump ..." + + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + ix = self.names["ix"] + iy = self.names["iy"] + iz = self.names["iz"] + + for snap in self.snaps: + xprd = snap.xhi - snap.xlo + yprd = snap.yhi - snap.ylo + zprd = snap.zhi - snap.zlo + atoms = snap.atoms + atoms[:,x] += atoms[:,ix]*xprd + atoms[:,y] += atoms[:,iy]*yprd + atoms[:,z] += atoms[:,iz]*zprd + + # -------------------------------------------------------------------- + # wrap coords to same image as atom ID stored in "other" column + # if dynamic extra lines or triangles defined, owrap them as well + + def owrap(self,other): + print "Wrapping to other ..." + + id = self.names["id"] + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + ix = self.names["ix"] + iy = self.names["iy"] + iz = self.names["iz"] + iother = self.names[other] + + for snap in self.snaps: + xprd = snap.xhi - snap.xlo + yprd = snap.yhi - snap.ylo + zprd = snap.zhi - snap.zlo + atoms = snap.atoms + ids = {} + for i in xrange(snap.natoms): + ids[atoms[i][id]] = i + for i in xrange(snap.natoms): + j = ids[atoms[i][iother]] + atoms[i][x] += (atoms[i][ix]-atoms[j][ix])*xprd + atoms[i][y] += (atoms[i][iy]-atoms[j][iy])*yprd + atoms[i][z] += (atoms[i][iz]-atoms[j][iz])*zprd + # should bonds also be owrapped ? + if self.lineflag == 2 or self.triflag == 2: + self.objextra.owrap(snap.time,xprd,yprd,zprd,ids,atoms,iother,ix,iy,iz) + + # -------------------------------------------------------------------- + # convert column names assignment to a string, in column order + + def names2str(self): + ncol = max(self.names.values()) #len(self.snaps[0].atoms[0]) + pairs = self.names.items() + values = self.names.values() + str = "" + for i in xrange(ncol): + if i in values: str += pairs[values.index(i)][0] + ' ' + return str + + # -------------------------------------------------------------------- + # sort atoms by atom ID in all selected timesteps by default + # if arg = string, sort all steps by that column + # if arg = numeric, sort atoms in single step + + def sort(self,*list, **kwargs): + + # check whether to output or not + outputfl = True + if "output" in kwargs: outputfl = kwargs["output"] + + if len(list) == 0: + if outputfl: print "Sorting selected snapshots ..." + id = self.names["id"] + for snap in self.snaps: + if snap.tselect: self.sort_one(snap,id) + elif type(list[0]) is types.StringType: + if outputfl: print "Sorting selected snapshots by %s ..." % list[0] + id = self.names[list[0]] + for snap in self.snaps: + if snap.tselect: self.sort_one(snap,id) + else: + i = self.findtime(list[0]) + id = self.names["id"] + self.sort_one(self.snaps[i],id) + + # -------------------------------------------------------------------- + # sort a single snapshot by ID column + + def sort_one(self,snap,id): + atoms = snap.atoms + ids = atoms[:,id] + ordering = np.argsort(ids) + for i in xrange(len(atoms[0])): + atoms[:,i] = np.take(atoms[:,i],ordering) + + # -------------------------------------------------------------------- + # write a single dump file from current selection + + def write(self,file,header=1,append=0): + if len(self.snaps): namestr = self.names2str() + if not append: f = open(file,"w") + else: f = open(file,"a") + for snap in self.snaps: + if not snap.tselect: continue + print snap.time, + sys.stdout.flush() + + if header: + print >>f,"ITEM: TIMESTEP" + print >>f,snap.time + print >>f,"ITEM: NUMBER OF ATOMS" + print >>f,snap.nselect + print >>f,"ITEM: BOX BOUNDS" + print >>f,snap.xlo,snap.xhi + print >>f,snap.ylo,snap.yhi + print >>f,snap.zlo,snap.zhi + print >>f,"ITEM: ATOMS",namestr + + atoms = snap.atoms + nvalues = len(atoms[0]) + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + line = "" + for j in xrange(nvalues): + if (j < 2): + line += str(int(atoms[i][j])) + " " + else: + line += str(atoms[i][j]) + " " + print >>f,line + f.close() + print "\n%d snapshots" % self.nselect + + # -------------------------------------------------------------------- + # write one dump file per snapshot from current selection + + def scatter(self,root): + if len(self.snaps): namestr = self.names2str() + for snap in self.snaps: + if not snap.tselect: continue + print snap.time, + sys.stdout.flush() + + file = root + "." + str(snap.time) + f = open(file,"w") + print >>f,"ITEM: TIMESTEP" + print >>f,snap.time + print >>f,"ITEM: NUMBER OF ATOMS" + print >>f,snap.nselect + print >>f,"ITEM: BOX BOUNDS" + print >>f,snap.xlo,snap.xhi + print >>f,snap.ylo,snap.yhi + print >>f,snap.zlo,snap.zhi + print >>f,"ITEM: ATOMS",namestr + + atoms = snap.atoms + nvalues = len(atoms[0]) + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + line = "" + for j in xrange(nvalues): + if (j < 2): + line += str(int(atoms[i][j])) + " " + else: + line += str(atoms[i][j]) + " " + print >>f,line + f.close() + print "\n%d snapshots" % self.nselect + + # -------------------------------------------------------------------- + # find min/max across all selected snapshots/atoms for a particular column + + def minmax(self,colname): + icol = self.names[colname] + min = 1.0e20 + max = -min + for snap in self.snaps: + if not snap.tselect: continue + atoms = snap.atoms + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + if atoms[i][icol] < min: min = atoms[i][icol] + if atoms[i][icol] > max: max = atoms[i][icol] + return (min,max) + + # -------------------------------------------------------------------- + # set a column value via an equation for all selected snapshots + + def set(self,eq): + print "Setting ..." + pattern = "\$\w*" + list = re.findall(pattern,eq) + + lhs = list[0][1:] + if not self.names.has_key(lhs): + self.newcolumn(lhs) + + for item in list: + name = item[1:] + column = self.names[name] + insert = "snap.atoms[i][%d]" % (column) + eq = eq.replace(item,insert) + ceq = compile(eq,'','single') + + for snap in self.snaps: + if not snap.tselect: continue + for i in xrange(snap.natoms): + if snap.aselect[i]: exec ceq + + # -------------------------------------------------------------------- + # set a column value via an input vec for all selected snapshots/atoms + + def setv(self,colname,vec): + print "Setting ..." + if not self.names.has_key(colname): + self.newcolumn(colname) + icol = self.names[colname] + + for snap in self.snaps: + if not snap.tselect: continue + if snap.nselect != len(vec): + raise StandardError,"vec length does not match # of selected atoms" + atoms = snap.atoms + m = 0 + for i in xrange(snap.natoms): + if snap.aselect[i]: + atoms[i][icol] = vec[m] + m += 1 + + # -------------------------------------------------------------------- + # clone value in col across selected timesteps for atoms with same ID + + def clone(self,nstep,col): + istep = self.findtime(nstep) + icol = self.names[col] + id = self.names["id"] + ids = {} + for i in xrange(self.snaps[istep].natoms): + ids[self.snaps[istep].atoms[i][id]] = i + for snap in self.snaps: + if not snap.tselect: continue + atoms = snap.atoms + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + j = ids[atoms[i][id]] + atoms[i][icol] = self.snaps[istep].atoms[j][icol] + + # -------------------------------------------------------------------- + # values in old column are spread as ints from 1-N and assigned to new column + + def spread(self,old,n,new): + iold = self.names[old] + if not self.names.has_key(new): self.newcolumn(new) + inew = self.names[new] + + min,max = self.minmax(old) + print "min/max = ",min,max + + gap = max - min + invdelta = n/gap + for snap in self.snaps: + if not snap.tselect: continue + atoms = snap.atoms + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + ivalue = int((atoms[i][iold] - min) * invdelta) + 1 + if ivalue > n: ivalue = n + if ivalue < 1: ivalue = 1 + atoms[i][inew] = ivalue + + # -------------------------------------------------------------------- + # return vector of selected snapshot time stamps + + def time(self): + vec = self.nselect * [0] + i = 0 + for snap in self.snaps: + if not snap.tselect: continue + vec[i] = snap.time + i += 1 + return vec + + # -------------------------------------------------------------------- + # extract vector(s) of values for atom ID n at each selected timestep + + def atom(self,n,*list): + if len(list) == 0: + raise StandardError, "no columns specified" + columns = [] + values = [] + for name in list: + columns.append(self.names[name]) + values.append(self.nselect * [0]) + ncol = len(columns) + + id = self.names["id"] + m = 0 + for snap in self.snaps: + if not snap.tselect: continue + atoms = snap.atoms + for i in xrange(snap.natoms): + if atoms[i][id] == n: break + if atoms[i][id] != n: + raise StandardError, "could not find atom ID in snapshot" + for j in xrange(ncol): + values[j][m] = atoms[i][columns[j]] + m += 1 + + if len(list) == 1: return values[0] + else: return values + + # -------------------------------------------------------------------- + # extract vector(s) of values for selected atoms at chosen timestep + + def vecs(self,n,*list): + snap = self.snaps[self.findtime(n)] + + if len(list) == 0: + raise StandardError, "no columns specified" + columns = [] + values = [] + for name in list: + columns.append(self.names[name]) + values.append(snap.nselect * [0]) + ncol = len(columns) + + m = 0 + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + for j in xrange(ncol): + values[j][m] = snap.atoms[i][columns[j]] + m += 1 + + if len(list) == 1: return values[0] + else: return values + + # -------------------------------------------------------------------- + # add a new column to every snapshot and set value to 0 + # set the name of the column to str + + def newcolumn(self,str): + ncol = len(self.snaps[0].atoms[0]) + self.map(ncol+1,str) + for snap in self.snaps: + atoms = snap.atoms + if oldnumeric: newatoms = np.zeros((snap.natoms,ncol+1),np.Float) + else: newatoms = np.zeros((snap.natoms,ncol+1),np.float) + newatoms[:,0:ncol] = snap.atoms + snap.atoms = newatoms + + # -------------------------------------------------------------------- + # sort snapshots on time stamp + + def compare_time(self,a,b): + if a.time < b.time: + return -1 + elif a.time > b.time: + return 1 + else: + return 0 + + # -------------------------------------------------------------------- + # delete successive snapshots with duplicate time stamp + + def cull(self): + i = 1 + while i < len(self.snaps): + if self.snaps[i].time == self.snaps[i-1].time: + del self.snaps[i] + else: + i += 1 + + # -------------------------------------------------------------------- + # iterate over selected snapshots + + def iterator(self,flag): + start = 0 + if flag: start = self.iterate + 1 + for i in xrange(start,self.nsnaps): + if self.snaps[i].tselect: + self.iterate = i + return i,self.snaps[i].time,1 + return 0,0,-1 + + # -------------------------------------------------------------------- + # return list of atoms to viz for snapshot isnap + # if called with flag, then index is timestep, so convert to snapshot index + # augment with bonds, tris, lines if extra() was invoked + + def viz(self,index,flag=0): + if not flag: isnap = index + else: + times = self.time() + n = len(times) + i = 0 + while i < n: + if times[i] > index: break + i += 1 + isnap = i - 1 + + snap = self.snaps[isnap] + + time = snap.time + box = [snap.xlo,snap.ylo,snap.zlo,snap.xhi,snap.yhi,snap.zhi] + id = self.names["id"] + type = self.names[self.atype] + x = self.names["x"] + y = self.names["y"] + z = self.names["z"] + + # create atom list needed by viz from id,type,x,y,z + # need Numeric/Numpy mode here + + atoms = [] + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + atom = snap.atoms[i] + atoms.append([atom[id],atom[type],atom[x],atom[y],atom[z]]) + + # create list of bonds from static or dynamic bond list + # then generate bond coords from bondlist + # alist = dictionary of atom IDs for atoms list + # lookup bond atom IDs in alist and grab their coords + # try is used since some atoms may be unselected + # any bond with unselected atom is not added to bonds + # need Numeric/Numpy mode here + + bonds = [] + if self.bondflag: + if self.bondflag == 1: bondlist = self.bondlist + elif self.bondflag == 2: + tmp1,tmp2,tmp3,bondlist,tmp4,tmp5 = self.objextra.viz(time,1) + alist = {} + for i in xrange(len(atoms)): alist[int(atoms[i][0])] = i + for bond in bondlist: + try: + i = alist[bond[2]] + j = alist[bond[3]] + atom1 = atoms[i] + atom2 = atoms[j] + bonds.append([bond[0],bond[1],atom1[2],atom1[3],atom1[4], + atom2[2],atom2[3],atom2[4],atom1[1],atom2[1]]) + except: continue + + # create list of tris from static or dynamic tri list + # if dynamic, could eliminate tris for unselected atoms + + tris = [] + if self.triflag: + if self.triflag == 1: tris = self.trilist + elif self.triflag == 2: + tmp1,tmp2,tmp3,tmp4,tris,tmp5 = self.objextra.viz(time,1) + + # create list of lines from static or dynamic tri list + # if dynamic, could eliminate lines for unselected atoms + + lines = [] + if self.lineflag: + if self.lineflag == 1: lines = self.linelist + elif self.lineflag == 2: + tmp1,tmp2,tmp3,tmp4,tmp5,lines = self.objextra.viz(time,1) + + return time,box,atoms,bonds,tris,lines + + # -------------------------------------------------------------------- + + def findtime(self,n): + for i in xrange(self.nsnaps): + if self.snaps[i].time == n: return i + raise StandardError, "no step %d exists" % n + + # -------------------------------------------------------------------- + # return maximum box size across all selected snapshots + + def maxbox(self): + xlo = ylo = zlo = None + xhi = yhi = zhi = None + for snap in self.snaps: + if not snap.tselect: continue + if xlo == None or snap.xlo < xlo: xlo = snap.xlo + if xhi == None or snap.xhi > xhi: xhi = snap.xhi + if ylo == None or snap.ylo < ylo: ylo = snap.ylo + if yhi == None or snap.yhi > yhi: yhi = snap.yhi + if zlo == None or snap.zlo < zlo: zlo = snap.zlo + if zhi == None or snap.zhi > zhi: zhi = snap.zhi + return [xlo,ylo,zlo,xhi,yhi,zhi] + + # -------------------------------------------------------------------- + # return maximum atom type across all selected snapshots and atoms + + def maxtype(self): + icol = self.names["type"] + max = 0 + for snap in self.snaps: + if not snap.tselect: continue + atoms = snap.atoms + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + if atoms[i][icol] > max: max = atoms[i][icol] + return int(max) + + # -------------------------------------------------------------------- + # grab bonds/tris/lines from another object + # if static, grab once, else store obj to grab dynamically + + def extra(self,arg): + + # data object, grab bonds statically + + if type(arg) is types.InstanceType and ".data" in str(arg.__class__): + self.bondflag = 0 + try: + bondlist = [] + bondlines = arg.sections["Bonds"] + for line in bondlines: + words = line.split() + bondlist.append([int(words[0]),int(words[1]), + int(words[2]),int(words[3])]) + if bondlist: + self.bondflag = 1 + self.bondlist = bondlist + except: + raise StandardError,"could not extract bonds from data object" + + # cdata object, grab tris and lines statically + + elif type(arg) is types.InstanceType and ".cdata" in str(arg.__class__): + self.triflag = self.lineflag = 0 + try: + tmp,tmp,tmp,tmp,tris,lines = arg.viz(0) + if tris: + self.triflag = 1 + self.trilist = tris + if lines: + self.lineflag = 1 + self.linelist = lines + except: + raise StandardError,"could not extract tris/lines from cdata object" + + # mdump object, grab tris dynamically + + elif type(arg) is types.InstanceType and ".mdump" in str(arg.__class__): + self.triflag = 2 + self.objextra = arg + + # bdump object, grab bonds dynamically + + elif type(arg) is types.InstanceType and ".bdump" in str(arg.__class__): + self.bondflag = 2 + self.objextra = arg + + # ldump object, grab tris dynamically + + elif type(arg) is types.InstanceType and ".ldump" in str(arg.__class__): + self.lineflag = 2 + self.objextra = arg + + # tdump object, grab tris dynamically + + elif type(arg) is types.InstanceType and ".tdump" in str(arg.__class__): + self.triflag = 2 + self.objextra = arg + + else: + raise StandardError,"unrecognized argument to dump.extra()" + + # -------------------------------------------------------------------- + + def compare_atom(self,a,b): + if a[0] < b[0]: + return -1 + elif a[0] > b[0]: + return 1 + else: + return 0 + +# -------------------------------------------------------------------- +# one snapshot + +class Snap: + pass + +# -------------------------------------------------------------------- +# time selection class + +class tselect: + + def __init__(self,data): + self.data = data + + # -------------------------------------------------------------------- + + def all(self,**kwargs): + + # check whether to output or not + outputfl = True + if "output" in kwargs: outputfl = kwargs["output"] + + data = self.data + for snap in data.snaps: + snap.tselect = 1 + data.nselect = len(data.snaps) + data.aselect.all() + if outputfl: print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + + # -------------------------------------------------------------------- + + def one(self,n): + data = self.data + for snap in data.snaps: + snap.tselect = 0 + i = data.findtime(n) + data.snaps[i].tselect = 1 + data.nselect = 1 + data.aselect.all() + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + + # -------------------------------------------------------------------- + + def none(self): + data = self.data + for snap in data.snaps: + snap.tselect = 0 + data.nselect = 0 + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + + # -------------------------------------------------------------------- + + def skip(self,n): + data = self.data + count = n-1 + for snap in data.snaps: + if not snap.tselect: continue + count += 1 + if count == n: + count = 0 + continue + snap.tselect = 0 + data.nselect -= 1 + data.aselect.all() + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + + # -------------------------------------------------------------------- + + def test(self,teststr): + data = self.data + snaps = data.snaps + cmd = "flag = " + teststr.replace("$t","snaps[i].time") + ccmd = compile(cmd,'','single') + for i in xrange(data.nsnaps): + if not snaps[i].tselect: continue + exec ccmd + if not flag: + snaps[i].tselect = 0 + data.nselect -= 1 + data.aselect.all() + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + +# -------------------------------------------------------------------- +# atom selection class + +class aselect: + + def __init__(self,data): + self.data = data + + # -------------------------------------------------------------------- + + def all(self,*args): + data = self.data + if len(args) == 0: # all selected timesteps + for snap in data.snaps: + if not snap.tselect: continue + for i in xrange(snap.natoms): snap.aselect[i] = 1 + snap.nselect = snap.natoms + else: # one timestep + n = data.findtime(args[0]) + snap = data.snaps[n] + for i in xrange(snap.natoms): snap.aselect[i] = 1 + snap.nselect = snap.natoms + + # -------------------------------------------------------------------- + + def test(self,teststr,*args): + data = self.data + + # replace all $var with snap.atoms references and compile test string + + pattern = "\$\w*" + list = re.findall(pattern,teststr) + for item in list: + name = item[1:] + column = data.names[name] + insert = "snap.atoms[i][%d]" % column + teststr = teststr.replace(item,insert) + cmd = "flag = " + teststr + ccmd = compile(cmd,'','single') + + if len(args) == 0: # all selected timesteps + for snap in data.snaps: + if not snap.tselect: continue + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + exec ccmd + if not flag: + snap.aselect[i] = 0 + snap.nselect -= 1 + for i in xrange(data.nsnaps): + if data.snaps[i].tselect: + print "%d atoms of %d selected in first step %d" % \ + (data.snaps[i].nselect,data.snaps[i].natoms,data.snaps[i].time) + break + for i in xrange(data.nsnaps-1,-1,-1): + if data.snaps[i].tselect: + print "%d atoms of %d selected in last step %d" % \ + (data.snaps[i].nselect,data.snaps[i].natoms,data.snaps[i].time) + break + + else: # one timestep + n = data.findtime(args[0]) + snap = data.snaps[n] + for i in xrange(snap.natoms): + if not snap.aselect[i]: continue + exec ccmd + if not flag: + snap.aselect[i] = 0 + snap.nselect -= 1 diff --git a/src/dump.pyc b/src/dump.pyc new file mode 100644 index 0000000..3c32593 Binary files /dev/null and b/src/dump.pyc differ diff --git a/src/dump2force.py b/src/dump2force.py new file mode 100644 index 0000000..8bbcc0e --- /dev/null +++ b/src/dump2force.py @@ -0,0 +1,246 @@ +#!/usr/bin/python +""" +A simple routine to load in a LIGGGHTS hybrid dump file containing +contact and contact force data and convert into a .vtk unstructured +grid which can be used to visualise the force network. + +Contributing author: Mark Bentley, Space Research Institute, +Austrian Academy of Sciences, mark.bentley@oeaw.ac.at + +evtk is used to write binary VTK files: +https://bitbucket.org/pauloh/pyevtk + +The pizza.py bdump command is used to handle LIGGGHTS dump files and +therefore PYTHONPATH must include the pizza/src location. + +""" + +try: from evtk.vtk import VtkFile, VtkGroup, VtkUnstructuredGrid +except: print "Need package evtk for dump2force, https://bitbucket.org/pauloh/pyevtk" + +try: from bdump import bdump +except: print "Need bdump moldule for dump2force" + +try: + import numpy as np + oldnumeric = False +except: + import Numeric as np + oldnumeric = True + +import sys, os + + +# TODO: use a try/except here to check for missing modules, and report +# TODO: ask for timestep or timestep range as input +# TODO make it a class.... +# TODO: check for periodic boundaries and avoid connecting points that map across them + + +# Check for command line arguments +if len(sys.argv) != 2: + sys.exit('Usage: dump2forcenetwork.py , where filename is typically dump.') + +elif len(sys.argv) == 2: # we have one input param, that should be parsed as a filename + filename = str(sys.argv[1]) + if not os.path.isfile(filename): + sys.exit('File ' + filename + ' does not exist!') + +splitname = filename.split('.') + +if len(splitname) == 2 and splitname[0].lower() == 'dump': + fileprefix = splitname[1] +else: + fileprefix = splitname[0] + +inputpath = os.path.abspath(filename) +inputdir = os.path.split(inputpath)[0] + +# create a sub-directory for the output .vtu files +outputdir = os.path.join(inputdir,fileprefix) +try: + os.mkdir(outputdir) +except: + pass + +# Read in the dump file - since we can have many contacts (i.e. >> nparticles) +# and many timesteps I will deal with one timestep at a time in memory, +# write to the appropriate .vtu file for a single timestep, then move on. + +forcedata = bdump(filename,0) + +groupfile = fileprefix +groupfile = os.path.join(inputdir,groupfile) +groupfile = VtkGroup(groupfile) + +fileindex = 0 +timestep = forcedata.next() + +# check that we have the right number of colums (11) +if forcedata.snaps[fileindex].natoms !=0 and len(forcedata.snaps[0].atoms[0]) != 11: + print "Error - dump file requires all parameters from a compute pair/gran/local id pos force (11 in total)" + sys.exit + +# loop through available timesteps +# +while timestep >= 0: + + # data are stored as pos1 (3) pos2 (3) id1 id2 force (3) for 11 columns + # assign names to atom columns (1-N) + forcedata.map(1,"x1",2,"y1",3,"z1",4,"x2",5,"y2",6,"z2",7,"id1",8,"id2",9,"fx",10,"fy",11,"fz") + + # check for contact data (some timesteps may have no particles in contact) + # + # NB. if one loads two datasets into ParaView with defined timesteps, but in which + # one datasets has some missing, data for the previous timestep are still displayed - + # this means that it is better here to generate "empty" files for these timesteps. + + if forcedata.snaps[fileindex].natoms == 0: + vtufile = fileprefix+'_'+str(timestep)+'.vtu' + vtufile = os.path.join(outputdir,vtufile) + vtuwrite = file(vtufile,'w') + vtuwrite.write(""" + + + + + + + + + + + +""") + + else: + + # number of cells = number of interactions (i.e. entries in the dump file) + ncells = len(forcedata.snaps[fileindex].atoms) + + # extract the IDs as an array of integers + id1 = np.array(forcedata.snaps[fileindex].atoms[:,forcedata.names["id1"]],dtype=long) + id2 = np.array(forcedata.snaps[fileindex].atoms[:,forcedata.names["id2"]],dtype=long) + + # and convert to lists + id1 = id1.tolist() + id2 = id2.tolist() + + # concatenate into a single list + ids = [] + ids = id1[:] + ids.extend(id2) + + # convert to a set and back to remove duplicates, then sort + ids = list(set(ids)) + ids.sort() + + # number of points = number of unique IDs (particles) + npoints = len(ids) + + # create empty arrays to hold x,y,z data + x = np.zeros( npoints, dtype=np.float64) + y = np.zeros( npoints, dtype=np.float64) + z = np.zeros( npoints, dtype=np.float64) + + print 'Timestep:',str(timestep),'npoints=',str(npoints),'ncells=',str(ncells) + + # Point data = location of each unique particle + # + # The order of this data is important since we use the position of each particle + # in this list to reference particle connectivity! We will use the order of the + # sorted ids array to determine this. + + counter = 0 + for id in ids: + if id in id1: + index = id1.index(id) + xtemp,ytemp,ztemp = forcedata.snaps[fileindex].atoms[index,forcedata.names["x1"]], \ + forcedata.snaps[fileindex].atoms[index,forcedata.names["y1"]], \ + forcedata.snaps[fileindex].atoms[index,forcedata.names["z1"]] + else: + index = id2.index(id) + xtemp,ytemp,ztemp = forcedata.snaps[fileindex].atoms[index,forcedata.names["x2"]], \ + forcedata.snaps[fileindex].atoms[index,forcedata.names["y2"]], \ + forcedata.snaps[fileindex].atoms[index,forcedata.names["z2"]] + + x[counter]=xtemp + y[counter]=ytemp + z[counter]=ztemp + counter += 1 + + # Now create the connectivity list - this corresponds to pairs of IDs, but referencing + # the order of the ids array, so now we loop through 0..ncells and have to connect + # id1 and id2, so I need to see where in ids these correspond to + + # create an empty array to hold particle pairs + connections = np.zeros( 2*ncells, dtype=int ) + + for pair in range(ncells): + connections[2*pair],connections[2*pair+1] = ids.index(id1[pair]),ids.index(id2[pair]) + + # The offset array is simply generated from 2*(1..ncells) + offset=(np.arange(ncells,dtype=int)+1)*2 + + # The type array is simply ncells x 3 (i.e. a VTKLine type) + celltype = np.ones(ncells,dtype=int)*3 + + # Finally we need force data for each cell + force = np.sqrt( np.array(forcedata.snaps[fileindex].atoms[:,forcedata.names["fx"]],dtype=np.float64)**2 + \ + np.array(forcedata.snaps[fileindex].atoms[:,forcedata.names["fy"]],dtype=np.float64)**2 + \ + np.array(forcedata.snaps[fileindex].atoms[:,forcedata.names["fz"]],dtype=np.float64)**2 ) + + # Now we have enough data to create the file: + # Points - (x,y,z) (npoints) + # Cells + # Connectivity - connections (ncells,2) + # Offset - offset (ncells) + # type - celltype (ncells) + # Celldata - force (ncells) + + # create a VTK unstructured grid (.vtu) file + vtufile = fileprefix+'_'+str(timestep) + vtufile = os.path.join(outputdir,vtufile) + w = VtkFile(vtufile, VtkUnstructuredGrid) + vtufile += '.vtu' + + w.openGrid() + w.openPiece(npoints=npoints, ncells=ncells) + + # Set up Points data + w.openElement("Points") + w.addData("points", (x,y,z) ) + w.closeElement("Points") + + # Set up Cell data + w.openElement("Cells") + w.addData("connectivity", connections ) + + w.addData("offsets", offset) + w.addData("types", celltype) + w.closeElement("Cells") + + # Set up force data + w.openData("Cell", scalars = "force") + w.addData("force", force) + w.closeData("Cell") + + # Wrap up + w.closePiece() + w.closeGrid() + + # Append binary data + w.appendData( (x,y,z) ) + w.appendData(connections).appendData(offset).appendData(celltype) + w.appendData(data = force) + w.save() + + # Add this file to the group of all timesteps + groupfile.addFile(filepath = os.path.relpath(vtufile,inputdir), sim_time = timestep) + + fileindex += 1 + timestep = forcedata.next() + +# end of main loop - close group file +groupfile.save() + diff --git a/src/dump2force.pyc b/src/dump2force.pyc new file mode 100644 index 0000000..fb9b8e9 Binary files /dev/null and b/src/dump2force.pyc differ diff --git a/src/ensight.py b/src/ensight.py new file mode 100644 index 0000000..7c68ef1 --- /dev/null +++ b/src/ensight.py @@ -0,0 +1,510 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# ensight tool + +oneline = "Convert LAMMPS snapshots or meshes to Ensight format" + +docstr = """ +e = ensight(d) d = object with atoms or elements (dump,data,mdump) +e.change = 1 set to 1 if element nodal xyz change with time (def = 0) +e.maxtype = 10 max particle type, set if query to data will be bad + +e.one() +e.one("new") +e.one("cns","Centro","eng","Energy") +e.one("new","cns","Centro","eng","Energy") + write all snapshots as an Ensight data set + Ensight header file = tmp.case (no 1st arg) or new.case + Ensight coord file = tmp.xyz or new.xyz + additional pairs of args create auxiliary files: + tmp.cns, tmp.eng or new.cns, new.eng + cns,eng = column name in dump file and file name suffix + Centro,Energy = Ensight name for the variable + +e.increment() same args as one(), but process dump out-of-core + +e.many() same args as one(), but create multiple Ensight files + tmp0000.xyz, tmp0001.xyz, etc + new0000.cns, new0001.cns, etc + new0000.eng, new0001.eng, etc + +e.single(N) same args as one() prepended by N, but write a single snap +""" + +# History +# 10/06, Steve Plimpton (SNL): original version + +# ToDo list +# binary files +# create vector or tensor variable files, not just scalar +# via pair of args like ["vx","vy","vz"],"vel" + +# Variables +# data = data file to read from +# which = 0 for particles, 1 for elements +# change = 0 for unchanging mesh coords, 1 for changing mesh coords (def = 0) + +# Imports and external programs + +import sys, types + +# Class definition + +class ensight: + + # -------------------------------------------------------------------- + + def __init__(self,data): + self.change = 0 + self.maxtype = 0 + self.data = data + if type(data) is types.InstanceType and ".dump" in str(data.__class__): + self.which = 0 + elif type(data) is types.InstanceType and ".data" in str(data.__class__): + self.which = 0 + elif type(data) is types.InstanceType and ".mdump" in str(data.__class__): + self.which = 1 + elif type(data) is types.InstanceType and ".cdata" in str(data.__class__): + self.which = 1 + else: + raise StandardError,"unrecognized object passed to ensight" + + # -------------------------------------------------------------------- + + def one(self,*args): + if len(args) % 2 == 0: root = "tmp" + else: + root = args[0] + args = args[1:] + + pairs = [] + for i in range(0,len(args),2): pairs.append([args[i],args[i+1]]) + + # max # of types for all steps in Ensight files + + if self.which == 0 and self.maxtype == 0: + self.maxtype = self.data.maxtype() + + # write Ensight *.case header file + + f = open("%s.case" % root,"w") + times = self.data.time() + self.case_file(f,root,pairs,0,len(times),times) + f.close() + + # open additional files + + f = open(root + ".xyz","w") + vfiles = [] + for pair in pairs: vfiles.append(open(root + "." + pair[0],"w")) + + # loop over snapshots + # write coords into xyz file, variables into their files + + first = 1 + n = flag = etype = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + + if self.which == 0: + print >>f,"BEGIN TIME STEP" + time,box,atoms,bonds,tris,lines = self.data.viz(which) + self.coord_file_atoms(f,box,atoms) + print >>f,"END TIME STEP" + elif self.change == 0 and first: + print >>f,"BEGIN TIME STEP" + time,box,nodes,elements,nvalues,evalues = self.data.mviz(which) + self.coord_file_elements(f,box,nodes,elements) + etype = len(elements[0]) + first = 0 + print >>f,"END TIME STEP" + elif self.change: + print >>f,"BEGIN TIME STEP" + time,box,nodes,elements,nvalues,evalues = self.data.mviz(which) + self.coord_file_elements(f,box,nodes,elements) + etype = len(elements[0]) + print >>f,"END TIME STEP" + + for i in range(len(pairs)): + print >>vfiles[i],"BEGIN TIME STEP" + values = self.data.vecs(time,pairs[i][0]) + if self.which == 0: + self.variable_file_atoms(vfiles[i],pairs[i][1],atoms,values) + else: + self.variable_file_elements(vfiles[i],pairs[i][1],etype,values) + print >>vfiles[i],"END TIME STEP" + + print time, + sys.stdout.flush() + n += 1 + + # close additional files + + f.close() + for f in vfiles: f.close() + + print "\nwrote %s snapshots in Ensight format" % n + + # -------------------------------------------------------------------- + + def increment(self,*args): + if len(args) % 2 == 0: root = "tmp" + else: + root = args[0] + args = args[1:] + + pairs = [] + for i in range(0,len(args),2): pairs.append([args[i],args[i+1]]) + + # max # of types for all steps in Ensight files + + if self.which == 0 and self.maxtype == 0: + self.maxtype = self.data.maxtype() + + # open additional files + + f = open(root + ".xyz","w") + vfiles = [] + for pair in pairs: vfiles.append(open(root + "." + pair[0],"w")) + + # loop over snapshots + # write coords into xyz file, variables into their files + + times = [] + first = 1 + n = etype = 0 + while 1: + time = self.data.next() + if time == -1: break + times.append(time) + self.data.tselect.one(time) + self.data.delete() + + if self.which == 0: + print >>f,"BEGIN TIME STEP" + time,box,atoms,bonds,tris,lines = self.data.viz(0) + self.coord_file_atoms(f,box,atoms) + print >>f,"END TIME STEP" + elif self.change == 0 and first: + print >>f,"BEGIN TIME STEP" + time,box,nodes,elements,nvalues,evalues = self.data.mviz(0) + self.coord_file_elements(f,box,nodes,elements) + etype = len(elements[0]) + first = 0 + print >>f,"END TIME STEP" + elif self.change: + print >>f,"BEGIN TIME STEP" + time,box,nodes,elements,nvalues,evalues = self.data.mviz(0) + self.coord_file_elements(f,box,nodes,elements) + etype = len(elements[0]) + print >>f,"END TIME STEP" + + for i in range(len(pairs)): + print >>vfiles[i],"BEGIN TIME STEP" + values = self.data.vecs(time,pairs[i][0]) + if self.which == 0: + self.variable_file_atoms(vfiles[i],pairs[i][1],atoms,values) + else: + self.variable_file_elements(vfiles[i],pairs[i][1],etype,values) + print >>vfiles[i],"END TIME STEP" + + print time, + sys.stdout.flush() + n += 1 + + # close additional files + + f.close() + for f in vfiles: f.close() + + # write Ensight *.case header file now that know all timesteps + + f = open("%s.case" % root,"w") + self.case_file(f,root,pairs,0,len(times),times) + f.close() + + print "\nwrote %s snapshots in Ensight format" % n + + # -------------------------------------------------------------------- + + def many(self,*args): + if len(args) % 2 == 0: root = "tmp" + else: + root = args[0] + args = args[1:] + + pairs = [] + for i in range(0,len(args),2): pairs.append([args[i],args[i+1]]) + + # max # of types for all steps in Ensight files + + if self.which == 0 and self.maxtype == 0: + self.maxtype = self.data.maxtype() + + # write Ensight *.case header file + + f = open("%s.case" % root,"w") + times = self.data.time() + self.case_file(f,root,pairs,1,len(times),times) + f.close() + + # loop over snapshots + # generate unique filenames + # write coords into one xyz file per snapshot, variables into their files + + first = 1 + n = flag = etype = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + + files = [] + if n < 10: + file = root + "000" + str(n) + ".xyz" + for pair in pairs: + files.append(root + "000" + str(n) + "." + pair[0]) + elif n < 100: + file = root + "00" + str(n) + ".xyz" + for pair in pairs: + files.append(root + "00" + str(n) + "." + pair[0]) + elif n < 1000: + file = root + "0" + str(n) + ".xyz" + for pair in pairs: + files.append(root + "0" + str(n) + "." + pair[0]) + else: + file = root + str(n) + ".xyz" + for pair in pairs: + files.append(root + str(n) + "." + pair[0]) + + if self.which == 0: + f = open(file,"w") + time,box,atoms,bonds,tris,lines = self.data.viz(which) + self.coord_file_atoms(f,box,atoms) + f.close() + elif self.change == 0 and first: + f = open(root + ".xyz","w") + time,box,nodes,elements,nvalues,evalues = self.data.mviz(which) + self.coord_file_elements(f,box,nodes,elements) + etype = len(elements[0]) + first = 0 + f.close() + elif self.change: + f = open(file,"w") + time,box,nodes,elements,nvalues,evalues = self.data.mviz(which) + self.coord_file_elements(f,box,nodes,elements) + etype = len(elements[0]) + f.close() + + for i in range(len(pairs)): + values = self.data.vecs(time,pairs[i][0]) + f = open(files[i],"w") + if self.which == 0: + self.variable_file_atoms(f,pairs[i][1],atoms,values) + else: + self.variable_file_elements(f,pairs[i][1],etype,values) + f.close() + + print time, + sys.stdout.flush() + n += 1 + + print "\nwrote %s snapshots in Ensight format" % n + + # -------------------------------------------------------------------- + + def single(self,time,*args): + if len(args) % 2 == 0: root = "tmp" + else: + root = args[0] + args = args[1:] + + pairs = [] + for i in range(0,len(args),2): pairs.append([args[i],args[i+1]]) + + # max # of types for all steps in Ensight files + + if self.which == 0 and self.maxtype == 0: + self.maxtype = self.data.maxtype() + + # write Ensight *.case header file + + f = open("%s.case" % root,"w") + self.case_file(f,root,pairs,0,1,[time]) + f.close() + + # write coords into xyz file, variables into their files + + which = self.data.findtime(time) + etype = 0 + + f = open(root + ".xyz","w") + if self.which == 0: + time,box,atoms,bonds,tris,lines = self.data.viz(which) + self.coord_file_atoms(f,box,atoms) + else: + time,box,nodes,elements,nvalues,evalues = self.data.mviz(which) + self.coord_file_elements(f,box,nodes,elements) + etype = len(elements[0]) + f.close() + + for i in range(len(pairs)): + values = self.data.vecs(time,pairs[i][0]) + f = open(root + "." + pairs[i][0],"w") + if self.which == 0: + self.variable_file_atoms(f,pairs[i][1],atoms,values) + else: + self.variable_file_elements(f,pairs[i][1],etype,values) + f.close() + + # -------------------------------------------------------------------- + # write Ensight case file + + def case_file(self,f,root,pairs,multifile,nsnaps,times): + print >>f,"# Ensight case file\n" + print >>f,"FORMAT\ntype: ensight gold\n" + + if self.which == 0: + if multifile: +# print >>f,"GEOMETRY\nmodel: %s****.xyz change_coords_only\n" % root + print >>f,"GEOMETRY\nmodel: %s****.xyz\n" % root + else: +# print >>f,"GEOMETRY\nmodel: 1 1 %s.xyz change_coords_only\n" % root + print >>f,"GEOMETRY\nmodel: 1 1 %s.xyz\n" % root + else: + if self.change == 0: + print >>f,"GEOMETRY\nmodel: %s.xyz\n" % root + elif multifile: + print >>f,"GEOMETRY\nmodel: %s****.xyz\n" % root + else: + print >>f,"GEOMETRY\nmodel: 1 1 %s.xyz\n" % root + + if len(pairs): + print >>f,"VARIABLE" + for pair in pairs: + if self.which == 0: + if multifile: + print >>f,"scalar per node: %s %s****.%s" % (pair[1],root,pair[0]) + else: + print >>f,"scalar per node: 1 1 %s %s.%s" % (pair[1],root,pair[0]) + else: + if multifile: + print >>f,"scalar per element: %s %s****.%s" % (pair[1],root,pair[0]) + else: + print >>f,"scalar per element: 1 1 %s %s.%s" % (pair[1],root,pair[0]) + print >>f + + print >>f,"TIME" + print >>f,"time set: 1" + print >>f,"number of steps:",nsnaps + print >>f,"filename start number: 0" + print >>f,"filename increment: 1" + print >>f,"time values:" + for i in range(nsnaps): + print >>f,times[i], + if i % 10 == 9: print >>f + print >>f + print >>f + + if not multifile: + print >>f,"FILE" + print >>f,"file set: 1" + print >>f,"number of steps:",nsnaps + + # -------------------------------------------------------------------- + # write Ensight coordinates for atoms + # partition into "parts" + # one part = coords for all atoms of a single type + + def coord_file_atoms(self,f,box,atoms): + print >>f,"Particle geometry\nfor a collection of atoms" + print >>f,"node id given" + print >>f,"element id off" + print >>f,"extents" + print >>f,"%12.5e%12.5e" % (box[0],box[3]) + print >>f,"%12.5e%12.5e" % (box[1],box[4]) + print >>f,"%12.5e%12.5e" % (box[2],box[5]) + + for type in xrange(1,self.maxtype+1): + print >>f,"part" + print >>f,"%10d" % type + print >>f,"type",type + print >>f,"coordinates" + group = [atom for atom in atoms if int(atom[1]) == type] + print >>f,"%10d" % len(group) + for atom in group: print >>f,"%10d" % int(atom[0]) + for atom in group: print >>f,"%12.5e" % atom[2] + for atom in group: print >>f,"%12.5e" % atom[3] + for atom in group: print >>f,"%12.5e" % atom[4] + print >>f,"point" + print >>f,"%10d" % len(group) + for i in xrange(1,len(group)+1): print >>f,"%10d" % i + + # -------------------------------------------------------------------- + # write Ensight coordinates for elements + + def coord_file_elements(self,f,box,nodes,elements): + print >>f,"Element geometry\nfor a collection of elements" + print >>f,"node id given" + print >>f,"element id given" + print >>f,"extents" + print >>f,"%12.5e%12.5e" % (box[0],box[3]) + print >>f,"%12.5e%12.5e" % (box[1],box[4]) + print >>f,"%12.5e%12.5e" % (box[2],box[5]) + + print >>f,"part" + print >>f,"%10d" % 1 + print >>f,"all elements" + print >>f,"coordinates" + print >>f,"%10d" % len(nodes) + for node in nodes: print >>f,"%10d" % int(node[0]) + for node in nodes: print >>f,"%12.5e" % node[2] + for node in nodes: print >>f,"%12.5e" % node[3] + for node in nodes: print >>f,"%12.5e" % node[4] + + if len(elements[0]) == 5: print >>f,"tria3" + elif len(elements[0]) == 6: print >>f,"tetra4" + else: raise StandardError,"unrecognized element type" + print >>f,"%10d" % len(elements) + + for element in elements: print >>f,"%10d" % int(element[0]) + if len(elements[0]) == 5: + for element in elements: + print >>f,"%10d%10d%10d" % \ + (int(element[2]),int(element[3]),int(element[4])) + elif len(elements[0]) == 6: + for element in elements: + print >>f,"%10d%10d%10d%10d" % \ + (int(element[2]),int(element[3]),int(element[4]),int(element[5])) + + # -------------------------------------------------------------------- + # write Ensight variable values for atoms + # partition into "parts" + # one part = values for all atoms of a single type + + def variable_file_atoms(self,f,name,atoms,values): + print >>f,"Particle %s" % name + for type in xrange(1,self.maxtype+1): + print >>f,"part" + print >>f,"%10d" % type + print >>f,"coordinates" + group = [values[i] for i in xrange(len(atoms)) + if int(atoms[i][1]) == type] + for value in group: print >>f,"%12.5e" % value + + # -------------------------------------------------------------------- + # write Ensight variable values for elements + + def variable_file_elements(self,f,name,etype,values): + print >>f,"Element %s" % name + print >>f,"part" + print >>f,"%10d" % 1 + if etype == 5: print >>f,"tria3" + elif etype == 6: print >>f,"tetra4" + for value in values: print >>f,"%12.5e" % value diff --git a/src/ensight.pyc b/src/ensight.pyc new file mode 100644 index 0000000..1784de5 Binary files /dev/null and b/src/ensight.pyc differ diff --git a/src/gl.py b/src/gl.py new file mode 100644 index 0000000..b0312cf --- /dev/null +++ b/src/gl.py @@ -0,0 +1,1330 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# gl tool + +oneline = "3d interactive visualization via OpenGL" + +docstr = """ +g = gl(d) create OpenGL display for data in d + + d = atom snapshot object (dump, data) + +g.bg("black") set background color (def = "black") +g.size(N) set image size to NxN +g.size(N,M) set image size to NxM +g.rotate(60,135) view from z theta and azimuthal phi (def = 60,30) +g.shift(x,y) translate by x,y pixels in view window (def = 0,0) +g.zoom(0.5) scale image by factor (def = 1) +g.box(0/1/2) 0/1/2 = none/variable/fixed box +g.box(0/1/2,"green") set box color +g.box(0/1/2,"red",4) set box edge thickness +g.file = "image" file prefix for created images (def = "image") + +g.show(N) show image of snapshot at timestep N + +g.all() make images of all selected snapshots +g.all(P) images of all, start file label at P +g.all(N,M,P) make M images of snapshot N, start label at P + +g.pan(60,135,1.0,40,135,1.5) pan during all() operation +g.pan() no pan during all() (default) + + args = z theta, azimuthal phi, zoom factor at beginning and end + values at each step are interpolated between beginning and end values + +g.select = "$x > %g*3.0" string to pass to d.aselect.test() during all() +g.select = "" no extra aselect (default) + + %g varies from 0.0 to 1.0 from beginning to end of all() + +g.acol(2,"green") set atom colors by atom type (1-N) +g.acol([2,4],["red","blue"]) 1st arg = one type or list of types +g.acol(0,"blue") 2nd arg = one color or list of colors +g.acol(range(20),["red","blue"]) if list lengths unequal, interpolate +g.acol(range(10),"loop") assign colors in loop, randomly ordered + + if 1st arg is 0, set all types to 2nd arg + if list of types has a 0 (e.g. range(10)), +1 is added to each value + interpolate means colors blend smoothly from one value to the next + +g.arad([1,2],[0.5,0.3]) set atom radii, same rules as acol() + +g.bcol() set bond color, same args as acol() +g.brad() set bond thickness, same args as arad() + +g.tcol() set triangle color, same args as acol() +g.tfill() set triangle fill, 0 fill, 1 line, 2 both + +g.lcol() set line color, same args as acol() +g.lrad() set line thickness, same args as arad() + +g.adef() set atom/bond/tri/line properties to default +g.bdef() default = "loop" for colors, 0.45 for radii +g.tdef() default = 0.25 for bond/line thickness +g.ldef() default = 0 fill + + by default 100 types are assigned + if atom/bond/tri/line has type > # defined properties, is an error + +from vizinfo import colors access color list +print colors list defined color names and RGB values +colors["nickname"] = [R,G,B] set new RGB values from 0 to 255 + + 140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc + +Settings specific to gl tool: + +g.q(10) set quality of image (def = 5) +g.axis(0/1) turn xyz axes off/on +g.ortho(0/1) perspective (0) vs orthographic (1) view +g.clip('xlo',0.25) clip in xyz from lo/hi at box fraction (0-1) +g.reload() force all data to be reloaded +g.cache = 0/1 turn off/on GL cache lists (def = on) +theta,phi,x,y,scale,up = g.gview() grab all current view parameters +g.sview(theta,phi,x,y,scale,up) set all view parameters + + data reload is necessary if dump selection is used to change the data + cache lists usually improve graphics performance + gview returns values to use in other commands: + theta,phi are args to rotate() + x,y are args to shift() + scale is arg to zoom() + up is a 3-vector arg to sview() +""" + +# History +# 9/05, Steve Plimpton (SNL): original version + +# ToDo list +# when do aselect with select str while looping N times on same timestep +# would not let you grow # of atoms selected + +# Variables +# ztheta = vertical angle from z-azis of viewpoint +# azphi = azimuthal angle of viewpoint +# xshift,yshift = xy translation of scene (in pixels) +# distance = size of simulation box (largest dim) +# eye = viewpoint distance from center of scene +# file = filename prefix to use for images produced +# boxflag = 0/1/2 for drawing simulation box: none/variable/fixed +# bxcol = color of box +# bxthick = thickness of box lines +# bgcol = color of background +# vizinfo = scene attributes +# center[3] = center point of simulation box +# view[3] = direction towards eye in simulation box (unit vector) +# up[3] = screen up direction in simulation box (unit vector) +# right[3] = screen right direction in simulation box (unit vector) + +# Imports and external programs + +from math import sin,cos,sqrt,pi,acos +from OpenGL.Tk import * +from OpenGL.GLUT import * +import Image +from vizinfo import vizinfo + +# Class definition + +class gl: + +# -------------------------------------------------------------------- + + def __init__(self,data): + self.data = data + self.root = None + self.xpixels = 512 + self.ypixels = 512 + self.ztheta = 60 + self.azphi = 30 + self.scale = 1.0 + self.xshift = self.yshift = 0 + + self.file = "image" + self.boxflag = 0 + self.bxcol = [1,1,0] + self.bxthick = 0.3 + self.bgcol = [0,0,0] + self.labels = [] + self.panflag = 0 + self.select = "" + + self.axisflag = 0 + self.orthoflag = 1 + self.nslices = 5 + self.nstacks = 5 + self.nsides = 10 + self.theta_amplify = 2 + self.shiny = 2 + + self.clipflag = 0 + self.clipxlo = self.clipylo = self.clipzlo = 0.0 + self.clipxhi = self.clipyhi = self.clipzhi = 1.0 + + self.nclist = 0 + self.calllist = [0] # indexed by 1-Ntype, so start with 0 index + self.cache = 1 + self.cachelist = 0 + + self.boxdraw = [] + self.atomdraw = [] + self.bonddraw = [] + self.tridraw = [] + self.linedraw = [] + + self.ready = 0 + glutInit() # some versions of freeglut require this before any GLUT call + self.create_window() + + self.vizinfo = vizinfo() + self.adef() + self.bdef() + self.tdef() + self.ldef() + + self.center = 3*[0] + self.view = 3*[0] + self.up = 3*[0] + self.right = 3*[0] + self.viewupright() + + # -------------------------------------------------------------------- + + def bg(self,color): + from vizinfo import colors + self.bgcol = [colors[color][0]/255.0,colors[color][1]/255.0, + colors[color][2]/255.0] + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def size(self,xnew,ynew=None): + self.xpixels = xnew + if not ynew: self.ypixels = self.xpixels + else: self.ypixels = ynew + self.create_window() + + # -------------------------------------------------------------------- + + def axis(self,value): + self.axisflag = value + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def create_window(self): + if self.root: self.root.destroy() + + from __main__ import tkroot + self.root = Toplevel(tkroot) + self.root.title('Pizza.py gl tool') + + self.w = MyOpengl(self.root,width=self.xpixels,height=self.ypixels, + double=1,depth=1) + self.w.pack(expand=YES) +# self.w.pack(expand=YES,fill=BOTH) + + glViewport(0,0,self.xpixels,self.ypixels) + glEnable(GL_LIGHTING); + glEnable(GL_LIGHT0); + glEnable(GL_DEPTH_TEST); + glLightModeli(GL_LIGHT_MODEL_TWO_SIDE,GL_TRUE); + glPolygonMode(GL_FRONT_AND_BACK,GL_FILL) + + self.rtrack = self.xpixels + if self.ypixels > self.xpixels: self.rtrack = self.ypixels + + self.w.redraw = self.redraw + self.w.parent = self + self.w.tkRedraw() + tkroot.update_idletasks() # force window to appear + + # -------------------------------------------------------------------- + + def clip(self,which,value): + if which == "xlo": + self.clipxlo = value + if value > self.clipxhi: self.clipxlo = self.clipxhi + elif which == "xhi": + self.clipxhi = value + if value < self.clipxlo: self.clipxhi = self.clipxlo + elif which == "ylo": + self.clipylo = value + if value > self.clipyhi: self.clipylo = self.clipyhi + elif which == "yhi": + self.clipyhi = value + if value < self.clipylo: self.clipyhi = self.clipylo + elif which == "zlo": + self.clipzlo = value + if value > self.clipzhi: self.clipzlo = self.clipzhi + elif which == "zhi": + self.clipzhi = value + if value < self.clipzlo: self.clipzhi = self.clipzlo + + oldflag = self.clipflag + if self.clipxlo > 0 or self.clipylo > 0 or self.clipzlo > 0 or \ + self.clipxhi < 1 or self.clipyhi < 1 or self.clipzhi < 1: + self.clipflag = 1 + else: self.clipflag = 0 + + if oldflag == 0 and self.clipflag == 0: return + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def q(self,value): + self.nslices = value + self.nstacks = value + self.make_atom_calllist() + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def ortho(self,value): + self.orthoflag = value + self.w.tkRedraw() + + # -------------------------------------------------------------------- + # set unit vectors for view,up,right from ztheta,azphi + # assume +z in scene should be up on screen (unless looking down z-axis) + # right = up x view + + def viewupright(self): + self.view[0] = cos(pi*self.azphi/180) * sin(pi*self.ztheta/180) + self.view[1] = sin(pi*self.azphi/180) * sin(pi*self.ztheta/180) + self.view[2] = cos(pi*self.ztheta/180) + + if self.ztheta == 0.0: + self.up[0] = cos(pi*self.azphi/180) + self.up[1] = -sin(pi*self.azphi/180) + self.up[2] = 0.0 + elif self.ztheta == 180.0: + self.up[0] = cos(pi*self.azphi/180) + self.up[1] = sin(pi*self.azphi/180) + self.up[2] = 0.0 + else: + dot = self.view[2] # dot = (0,0,1) . view + self.up[0] = -dot*self.view[0] # up projected onto v = dot * v + self.up[1] = -dot*self.view[1] # up perp to v = up - dot * v + self.up[2] = 1.0 - dot*self.view[2] + + self.up = vecnorm(self.up) + self.right = veccross(self.up,self.view) + + # -------------------------------------------------------------------- + # reset ztheta,azphi and thus view,up.right + # called as function from Pizza.py + + def rotate(self,ztheta,azphi): + self.ztheta = ztheta + self.azphi = azphi + self.viewupright() + self.setview() + self.w.tkRedraw() + + # -------------------------------------------------------------------- + # return all view params to reproduce current display via sview() + + def gview(self): + return self.ztheta,self.azphi,self.xshift,self.yshift,self.scale,self.up + + # -------------------------------------------------------------------- + # set current view, called by user with full set of view params + # up is not settable via any other call, all other params are + + def sview(self,ztheta,azphi,xshift,yshift,scale,up): + self.ztheta = ztheta + self.azphi = azphi + self.xshift = xshift + self.yshift = yshift + self.scale = scale + self.up[0] = up[0] + self.up[1] = up[1] + self.up[2] = up[2] + self.up = vecnorm(self.up) + self.view[0] = cos(pi*self.azphi/180) * sin(pi*self.ztheta/180) + self.view[1] = sin(pi*self.azphi/180) * sin(pi*self.ztheta/180) + self.view[2] = cos(pi*self.ztheta/180) + self.right = veccross(self.up,self.view) + self.setview() + self.w.tkRedraw() + + # -------------------------------------------------------------------- + # rotation triggered by mouse trackball + # project old,new onto unit trackball surf + # rotate view,up around axis of rotation = old x new + # right = up x view + # reset ztheta,azphi from view + + def mouse_rotate(self,xnew,ynew,xold,yold): + + # change y pixels to measure from bottom of window instead of top + + yold = self.ypixels - yold + ynew = self.ypixels - ynew + + # vold = unit vector to (xold,yold) projected onto trackball + # vnew = unit vector to (xnew,ynew) projected onto trackball + # return (no rotation) if either projection point is outside rtrack + + vold = [0,0,0] + vold[0] = xold - (0.5*self.xpixels + self.xshift) + vold[1] = yold - (0.5*self.ypixels + self.yshift) + vold[2] = self.rtrack*self.rtrack - vold[0]*vold[0] - vold[1]*vold[1] + if vold[2] < 0: return + vold[2] = sqrt(vold[2]) + vold = vecnorm(vold) + + vnew = [0,0,0] + vnew[0] = xnew - (0.5*self.xpixels + self.xshift) + vnew[1] = ynew - (0.5*self.ypixels + self.yshift) + vnew[2] = self.rtrack*self.rtrack - vnew[0]*vnew[0] - vnew[1]*vnew[1] + if vnew[2] < 0: return + vnew[2] = sqrt(vnew[2]) + vnew = vecnorm(vnew) + + # rot = trackball rotation axis in screen ref frame = vold x vnew + # theta = angle of rotation = sin(theta) for small theta + # axis = rotation axis in body ref frame described by right,up,view + + rot = veccross(vold,vnew) + theta = sqrt(rot[0]*rot[0] + rot[1]*rot[1] + rot[2]*rot[2]) + theta *= self.theta_amplify + + axis = [0,0,0] + axis[0] = rot[0]*self.right[0] + rot[1]*self.up[0] + rot[2]*self.view[0] + axis[1] = rot[0]*self.right[1] + rot[1]*self.up[1] + rot[2]*self.view[1] + axis[2] = rot[0]*self.right[2] + rot[1]*self.up[2] + rot[2]*self.view[2] + axis = vecnorm(axis) + + # view is changed by (axis x view) scaled by theta + # up is changed by (axis x up) scaled by theta + # force up to be perp to view via up_perp = up - (up . view) view + # right = up x view + + delta = veccross(axis,self.view) + self.view[0] -= theta*delta[0] + self.view[1] -= theta*delta[1] + self.view[2] -= theta*delta[2] + self.view = vecnorm(self.view) + + delta = veccross(axis,self.up) + self.up[0] -= theta*delta[0] + self.up[1] -= theta*delta[1] + self.up[2] -= theta*delta[2] + + dot = vecdot(self.up,self.view) + self.up[0] -= dot*self.view[0] + self.up[1] -= dot*self.view[1] + self.up[2] -= dot*self.view[2] + self.up = vecnorm(self.up) + + self.right = veccross(self.up,self.view) + + # convert new view to ztheta,azphi + + self.ztheta = acos(self.view[2])/pi * 180.0 + if (self.ztheta == 0.0): self.azphi = 0.0 + else: self.azphi = acos(self.view[0]/sin(pi*self.ztheta/180.0))/pi * 180.0 + if self.view[1] < 0: self.azphi = 360.0 - self.azphi + self.setview() + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def shift(self,x,y): + self.xshift = x; + self.yshift = y; + self.setview() + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def zoom(self,scale): + self.scale = scale + self.setview() + self.w.tkRedraw() + + # -------------------------------------------------------------------- + # set view params needed by redraw + # input: center = center of box + # distance = size of scene (longest box length) + # scale = zoom factor (1.0 = no zoom) + # xshift,yshift = translation factor in pixels + # view = unit vector from center to viewpoint + # up = unit vector in up direction in scene + # right = unit vector in right direction in scene + # output: eye = distance to view scene from + # xto,yto,zto = point to look to + # xfrom,yfrom,zfrom = point to look from + + def setview(self): + if not self.ready: return # no distance since no scene yet + + self.eye = 3 * self.distance / self.scale + xfactor = 0.5*self.eye*self.xshift/self.xpixels + yfactor = 0.5*self.eye*self.yshift/self.ypixels + + self.xto = self.center[0] - xfactor*self.right[0] - yfactor*self.up[0] + self.yto = self.center[1] - xfactor*self.right[1] - yfactor*self.up[1] + self.zto = self.center[2] - xfactor*self.right[2] - yfactor*self.up[2] + + self.xfrom = self.xto + self.eye*self.view[0] + self.yfrom = self.yto + self.eye*self.view[1] + self.zfrom = self.zto + self.eye*self.view[2] + + # -------------------------------------------------------------------- + # box attributes, also used for triangle lines + + def box(self,*args): + self.boxflag = args[0] + if len(args) > 1: + from vizinfo import colors + self.bxcol = [colors[args[1]][0]/255.0,colors[args[1]][1]/255.0, + colors[args[1]][2]/255.0] + if len(args) > 2: self.bxthick = args[2] + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + # grab all selected snapshots from data object + # add GL-specific info to each bond + + def reload(self): + print "Loading data into gl tool ..." + data = self.data + + self.timeframes = [] + self.boxframes = [] + self.atomframes = [] + self.bondframes = [] + self.triframes = [] + self.lineframes = [] + + box = [] + if self.boxflag == 2: box = data.maxbox() + + flag = 0 + while 1: + which,time,flag = data.iterator(flag) + if flag == -1: break + time,boxone,atoms,bonds,tris,lines = data.viz(which) + if self.boxflag < 2: box = boxone + if bonds: self.bonds_augment(bonds) + + self.timeframes.append(time) + self.boxframes.append(box) + self.atomframes.append(atoms) + self.bondframes.append(bonds) + self.triframes.append(tris) + self.lineframes.append(lines) + + print time, + sys.stdout.flush() + print + + self.nframes = len(self.timeframes) + self.distance = compute_distance(self.boxframes[0]) + self.center = compute_center(self.boxframes[0]) + self.ready = 1 + self.setview() + + # -------------------------------------------------------------------- + + def nolabel(self): + self.cachelist = -self.cachelist + self.labels = [] + + # -------------------------------------------------------------------- + # show a single snapshot + # distance from snapshot box or max box for all selected steps + + def show(self,ntime): + data = self.data + which = data.findtime(ntime) + time,box,atoms,bonds,tris,lines = data.viz(which) + if self.boxflag == 2: box = data.maxbox() + self.distance = compute_distance(box) + self.center = compute_center(box) + + if bonds: self.bonds_augment(bonds) + + self.boxdraw = box + self.atomdraw = atoms + self.bonddraw = bonds + self.tridraw = tris + self.linedraw = lines + + self.ready = 1 + self.setview() + self.cachelist = -self.cachelist + self.w.tkRedraw() + self.save() + + # -------------------------------------------------------------------- + + def pan(self,*list): + if len(list) == 0: self.panflag = 0 + else: + self.panflag = 1 + self.ztheta_start = list[0] + self.azphi_start = list[1] + self.scale_start = list[2] + self.ztheta_stop = list[3] + self.azphi_stop = list[4] + self.scale_stop = list[5] + + # -------------------------------------------------------------------- + + def all(self,*list): + data = self.data + if len(list) == 0: + nstart = 0 + ncount = data.nselect + elif len(list) == 1: + nstart = list[0] + ncount = data.nselect + else: + ntime = list[0] + nstart = list[2] + ncount = list[1] + + if self.boxflag == 2: box = data.maxbox() + + # loop over all selected steps + # distance from 1st snapshot box or max box for all selected steps + # recompute box center on 1st step or if panning + + if len(list) <= 1: + + n = nstart + i = flag = 0 + while 1: + which,time,flag = data.iterator(flag) + if flag == -1: break + + fraction = float(i) / (ncount-1) + + if self.select != "": + newstr = self.select % fraction + data.aselect.test(newstr,time) + time,boxone,atoms,bonds,tris,lines = data.viz(which) + + if self.boxflag < 2: box = boxone + if n == nstart: self.distance = compute_distance(box) + + if n < 10: file = self.file + "000" + str(n) + elif n < 100: file = self.file + "00" + str(n) + elif n < 1000: file = self.file + "0" + str(n) + else: file = self.file + str(n) + + if self.panflag: + self.ztheta = self.ztheta_start + \ + fraction*(self.ztheta_stop - self.ztheta_start) + self.azphi = self.azphi_start + \ + fraction*(self.azphi_stop - self.azphi_start) + self.scale = self.scale_start + \ + fraction*(self.scale_stop - self.scale_start) + self.viewupright() + + if n == nstart or self.panflag: self.center = compute_center(box) + + if bonds: self.bonds_augment(bonds) + + self.boxdraw = box + self.atomdraw = atoms + self.bonddraw = bonds + self.tridraw = tris + self.linedraw = lines + + self.ready = 1 + self.setview() + self.cachelist = -self.cachelist + self.w.tkRedraw() + self.save(file) + + print time, + sys.stdout.flush() + i += 1 + n += 1 + + # loop ncount times on same step + # distance from 1st snapshot box or max box for all selected steps + # recompute box center on 1st step or if panning + + else: + + which = data.findtime(ntime) + + n = nstart + for i in range(ncount): + fraction = float(i) / (ncount-1) + + if self.select != "": + newstr = self.select % fraction + data.aselect.test(newstr,ntime) + time,boxone,atoms,bonds,tris,lines = data.viz(which) + + if self.boxflag < 2: box = boxone + if n == nstart: self.distance = compute_distance(box) + + if n < 10: file = self.file + "000" + str(n) + elif n < 100: file = self.file + "00" + str(n) + elif n < 1000: file = self.file + "0" + str(n) + else: file = self.file + str(n) + + if self.panflag: + self.ztheta = self.ztheta_start + \ + fraction*(self.ztheta_stop - self.ztheta_start) + self.azphi = self.azphi_start + \ + fraction*(self.azphi_stop - self.azphi_start) + self.scale = self.scale_start + \ + fraction*(self.scale_stop - self.scale_start) + self.viewupright() + + if n == nstart or self.panflag: self.center = compute_center(box) + + if bonds: self.bonds_augment(bonds) + + self.boxdraw = box + self.atomdraw = atoms + self.bonddraw = bonds + self.tridraw = tris + self.linedraw = lines + + self.ready = 1 + self.setview() + self.cachelist = -self.cachelist + self.w.tkRedraw() + self.save(file) + + print n, + sys.stdout.flush() + n += 1 + + print "\n%d images" % ncount + + # -------------------------------------------------------------------- + + def display(self,index): + self.boxdraw = self.boxframes[index] + self.atomdraw = self.atomframes[index] + self.bonddraw = self.bondframes[index] + self.tridraw = self.triframes[index] + self.linedraw = self.lineframes[index] + + self.ready = 1 + self.cachelist = -self.cachelist + self.w.tkRedraw() + return (self.timeframes[index],len(self.atomdraw)) + + # -------------------------------------------------------------------- + # draw the GL scene + + def redraw(self,o): + # clear window to background color + + glClearColor(self.bgcol[0],self.bgcol[1],self.bgcol[2],0) + glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT) + + # not ready if no scene yet + + if not self.ready: return + + # set view from eye, distance, 3 lookat vectors (from,to,up) + + glMatrixMode(GL_PROJECTION) + glLoadIdentity() + if self.orthoflag: + glOrtho(-0.25*self.eye,0.25*self.eye,-0.25*self.eye,0.25*self.eye, + self.eye-2*self.distance,self.eye+2*self.distance) + else: + gluPerspective(30.0,1.0,0.01,10000.0) + + glMatrixMode(GL_MODELVIEW) + glLoadIdentity() + gluLookAt(self.xfrom,self.yfrom,self.zfrom,self.xto,self.yto,self.zto, + self.up[0],self.up[1],self.up[2]) + + # draw scene from display list if caching allowed and list hasn't changed + # else redraw and store as new display list if caching allowed + + if self.cache and self.cachelist > 0: glCallList(self.cachelist); + else: + if self.cache: + if self.cachelist < 0: glDeleteLists(-self.cachelist,1) + self.cachelist = glGenLists(1) + glNewList(self.cachelist,GL_COMPILE_AND_EXECUTE) + + # draw box, clip-box, xyz axes, lines + + glDisable(GL_LIGHTING) + + if self.boxflag: + self.draw_box(0) + if self.clipflag: self.draw_box(1) + if self.axisflag: self.draw_axes() + + ncolor = self.vizinfo.nlcolor + for line in self.linedraw: + itype = int(line[1]) + if itype > ncolor: raise StandardError,"line type too big" + red,green,blue = self.vizinfo.lcolor[itype] + glColor3f(red,green,blue) + thick = self.vizinfo.lrad[itype] + glLineWidth(thick) + glBegin(GL_LINES) + glVertex3f(line[2],line[3],line[4]) + glVertex3f(line[5],line[6],line[7]) + glEnd() + + glEnable(GL_LIGHTING) + + # draw non-clipped scene = atoms, bonds, triangles + +# draw atoms as collection of points +# cannot put PointSize inside glBegin +# so probably need to group atoms by type for best performance +# or just allow one radius +# need to scale radius appropriately with box size +# or could leave it at absolute value +# use POINT_SMOOTH to enable anti-aliasing and round points +# multiple timesteps via vcr::play() is still not fast +# caching makes it fast for single frame, but multiple frames is slow +# need to enable clipping + +# if not self.clipflag: +# glDisable(GL_LIGHTING) +# glEnable(GL_POINT_SMOOTH) +# glPointSize(self.vizinfo.arad[int(self.atomdraw[0][1])]) +# glBegin(GL_POINTS) +# for atom in self.atomdraw: +# red,green,blue = self.vizinfo.acolor[int(atom[1])] +# glColor(red,green,blue) +# glVertex3d(atom[2],atom[3],atom[4]) +# glEnd() +# glEnable(GL_LIGHTING) + + if not self.clipflag: + for atom in self.atomdraw: + glTranslatef(atom[2],atom[3],atom[4]); + glCallList(self.calllist[int(atom[1])]); + glTranslatef(-atom[2],-atom[3],-atom[4]); + + if self.bonddraw: + bound = 0.25 * self.distance + ncolor = self.vizinfo.nbcolor + for bond in self.bonddraw: + if bond[10] > bound: continue + itype = int(bond[1]) + if itype > ncolor: raise StandardError,"bond type too big" + red,green,blue = self.vizinfo.bcolor[itype] + rad = self.vizinfo.brad[itype] + glPushMatrix() + glTranslatef(bond[2],bond[3],bond[4]) + glRotatef(bond[11],bond[12],bond[13],0.0) + glMaterialfv(GL_FRONT_AND_BACK,GL_EMISSION,[red,green,blue,1.0]); + glMaterialf(GL_FRONT_AND_BACK,GL_SHININESS,self.shiny); + obj = gluNewQuadric() + gluCylinder(obj,rad,rad,bond[10],self.nsides,self.nsides) + glPopMatrix() + + if self.tridraw: + fillflag = self.vizinfo.tfill[int(self.tridraw[0][1])] + + if fillflag != 1: + if fillflag: + glEnable(GL_POLYGON_OFFSET_FILL) + glPolygonOffset(1.0,1.0) + glBegin(GL_TRIANGLES) + ncolor = self.vizinfo.ntcolor + for tri in self.tridraw: + itype = int(tri[1]) + if itype > ncolor: raise StandardError,"tri type too big" + red,green,blue = self.vizinfo.tcolor[itype] + glMaterialfv(GL_FRONT_AND_BACK,GL_EMISSION,[red,green,blue,1.0]); + glMaterialf(GL_FRONT_AND_BACK,GL_SHININESS,self.shiny); + glNormal3f(tri[11],tri[12],tri[13]) + glVertex3f(tri[2],tri[3],tri[4]) + glVertex3f(tri[5],tri[6],tri[7]) + glVertex3f(tri[8],tri[9],tri[10]) + glEnd() + if fillflag: glDisable(GL_POLYGON_OFFSET_FILL) + + if fillflag: + glDisable(GL_LIGHTING) + glPolygonMode(GL_FRONT_AND_BACK,GL_LINE) + glLineWidth(self.bxthick) + glColor3f(self.bxcol[0],self.bxcol[1],self.bxcol[2]) + glBegin(GL_TRIANGLES) + for tri in self.tridraw: + glVertex3f(tri[2],tri[3],tri[4]) + glVertex3f(tri[5],tri[6],tri[7]) + glVertex3f(tri[8],tri[9],tri[10]) + glEnd() + glEnable(GL_LIGHTING) + glPolygonMode(GL_FRONT_AND_BACK,GL_FILL) + + # draw clipped scene = atoms, bonds, triangles + + else: + box = self.boxdraw + xlo = box[0] + self.clipxlo*(box[3] - box[0]) + xhi = box[0] + self.clipxhi*(box[3] - box[0]) + ylo = box[1] + self.clipylo*(box[4] - box[1]) + yhi = box[1] + self.clipyhi*(box[4] - box[1]) + zlo = box[2] + self.clipzlo*(box[5] - box[2]) + zhi = box[2] + self.clipzhi*(box[5] - box[2]) + + for atom in self.atomdraw: + x,y,z = atom[2],atom[3],atom[4] + if x >= xlo and x <= xhi and y >= ylo and y <= yhi and \ + z >= zlo and z <= zhi: + glTranslatef(x,y,z); + glCallList(self.calllist[int(atom[1])]); + glTranslatef(-x,-y,-z); + + if self.bonddraw: + bound = 0.25 * self.distance + ncolor = self.vizinfo.nbcolor + for bond in self.bonddraw: + xmin = min2(bond[2],bond[5]) + xmax = max2(bond[2],bond[5]) + ymin = min2(bond[3],bond[6]) + ymax = max2(bond[3],bond[6]) + zmin = min2(bond[4],bond[7]) + zmax = max2(bond[4],bond[7]) + if xmin >= xlo and xmax <= xhi and \ + ymin >= ylo and ymax <= yhi and zmin >= zlo and zmax <= zhi: + if bond[10] > bound: continue + itype = int(bond[1]) + if itype > ncolor: raise StandardError,"bond type too big" + red,green,blue = self.vizinfo.bcolor[itype] + rad = self.vizinfo.brad[itype] + glPushMatrix() + glTranslatef(bond[2],bond[3],bond[4]) + glRotatef(bond[11],bond[12],bond[13],0.0) + glMaterialfv(GL_FRONT_AND_BACK,GL_EMISSION,[red,green,blue,1.0]); + glMaterialf(GL_FRONT_AND_BACK,GL_SHININESS,self.shiny); + obj = gluNewQuadric() + gluCylinder(obj,rad,rad,bond[10],self.nsides,self.nsides) + glPopMatrix() + + if self.tridraw: + fillflag = self.vizinfo.tfill[int(self.tridraw[0][1])] + + if fillflag != 1: + if fillflag: + glEnable(GL_POLYGON_OFFSET_FILL) + glPolygonOffset(1.0,1.0) + glBegin(GL_TRIANGLES) + ncolor = self.vizinfo.ntcolor + for tri in self.tridraw: + xmin = min3(tri[2],tri[5],tri[8]) + xmax = max3(tri[2],tri[5],tri[8]) + ymin = min3(tri[3],tri[6],tri[9]) + ymax = max3(tri[3],tri[6],tri[9]) + zmin = min3(tri[4],tri[7],tri[10]) + zmax = max3(tri[4],tri[7],tri[10]) + if xmin >= xlo and xmax <= xhi and \ + ymin >= ylo and ymax <= yhi and \ + zmin >= zlo and zmax <= zhi: + itype = int(tri[1]) + if itype > ncolor: raise StandardError,"tri type too big" + red,green,blue = self.vizinfo.tcolor[itype] + glMaterialfv(GL_FRONT_AND_BACK,GL_EMISSION, + [red,green,blue,1.0]); + glMaterialf(GL_FRONT_AND_BACK,GL_SHININESS,self.shiny); + glNormal3f(tri[11],tri[12],tri[13]) + glVertex3f(tri[2],tri[3],tri[4]) + glVertex3f(tri[5],tri[6],tri[7]) + glVertex3f(tri[8],tri[9],tri[10]) + glEnd() + if fillflag: glDisable(GL_POLYGON_OFFSET_FILL) + + if fillflag: + glDisable(GL_LIGHTING) + glPolygonMode(GL_FRONT_AND_BACK,GL_LINE) + glLineWidth(self.bxthick) + glColor3f(self.bxcol[0],self.bxcol[1],self.bxcol[2]) + glBegin(GL_TRIANGLES) + for tri in self.tridraw: + xmin = min3(tri[2],tri[5],tri[8]) + xmax = max3(tri[2],tri[5],tri[8]) + ymin = min3(tri[3],tri[6],tri[9]) + ymax = max3(tri[3],tri[6],tri[9]) + zmin = min3(tri[4],tri[7],tri[10]) + zmax = max3(tri[4],tri[7],tri[10]) + if xmin >= xlo and xmax <= xhi and \ + ymin >= ylo and ymax <= yhi and \ + zmin >= zlo and zmax <= zhi: + glVertex3f(tri[2],tri[3],tri[4]) + glVertex3f(tri[5],tri[6],tri[7]) + glVertex3f(tri[8],tri[9],tri[10]) + glEnd() + glEnable(GL_LIGHTING) + glPolygonMode(GL_FRONT_AND_BACK,GL_FILL) + + if self.cache: glEndList() + + glFlush() + + # -------------------------------------------------------------------- + # make new call list for each atom type + # called when atom color/rad/quality is changed + + def make_atom_calllist(self): + # extend calllist array if necessary + + if self.vizinfo.nacolor > self.nclist: + for i in range(self.vizinfo.nacolor-self.nclist): self.calllist.append(0) + self.nclist = self.vizinfo.nacolor + + # create new calllist for each atom type + + for itype in xrange(1,self.vizinfo.nacolor+1): + if self.calllist[itype]: glDeleteLists(self.calllist[itype],1) + ilist = glGenLists(1) + self.calllist[itype] = ilist + glNewList(ilist,GL_COMPILE) + red,green,blue = self.vizinfo.acolor[itype] + rad = self.vizinfo.arad[itype] + glColor3f(red,green,blue); + +# glPointSize(10.0*rad) +# glBegin(GL_POINTS) +# glVertex3f(0.0,0.0,0.0) +# glEnd() + + glMaterialfv(GL_FRONT,GL_EMISSION,[red,green,blue,1.0]); + glMaterialf(GL_FRONT,GL_SHININESS,self.shiny); + glutSolidSphere(rad,self.nslices,self.nstacks) + glEndList() + + # -------------------------------------------------------------------- + # augment bond info returned by viz() with info needed for GL draw + # info = length, theta, -dy, dx for bond orientation + + def bonds_augment(self,bonds): + for bond in bonds: + dx = bond[5] - bond[2] + dy = bond[6] - bond[3] + dz = bond[7] - bond[4] + length = sqrt(dx*dx + dy*dy + dz*dz) + dx /= length + dy /= length + dz /= length + theta = acos(dz)*180.0/pi + bond += [length,theta,-dy,dx] + + # -------------------------------------------------------------------- + + def draw_box(self,flag): + xlo,ylo,zlo,xhi,yhi,zhi = self.boxdraw + + if flag: + tmp = xlo + self.clipxlo*(xhi - xlo) + xhi = xlo + self.clipxhi*(xhi - xlo) + xlo = tmp + tmp = ylo + self.clipylo*(yhi - ylo) + yhi = ylo + self.clipyhi*(yhi - ylo) + ylo = tmp + tmp = zlo + self.clipzlo*(zhi - zlo) + zhi = zlo + self.clipzhi*(zhi - zlo) + zlo = tmp + + glLineWidth(self.bxthick) + glColor3f(self.bxcol[0],self.bxcol[1],self.bxcol[2]) + + glBegin(GL_LINE_LOOP) + glVertex3f(xlo,ylo,zlo) + glVertex3f(xhi,ylo,zlo) + glVertex3f(xhi,yhi,zlo) + glVertex3f(xlo,yhi,zlo) + glEnd() + + glBegin(GL_LINE_LOOP) + glVertex3f(xlo,ylo,zhi) + glVertex3f(xhi,ylo,zhi) + glVertex3f(xhi,yhi,zhi) + glVertex3f(xlo,yhi,zhi) + glEnd() + + glBegin(GL_LINES) + glVertex3f(xlo,ylo,zlo) + glVertex3f(xlo,ylo,zhi) + glVertex3f(xhi,ylo,zlo) + glVertex3f(xhi,ylo,zhi) + glVertex3f(xhi,yhi,zlo) + glVertex3f(xhi,yhi,zhi) + glVertex3f(xlo,yhi,zlo) + glVertex3f(xlo,yhi,zhi) + glEnd() + + # -------------------------------------------------------------------- + + def draw_axes(self): + xlo,ylo,zlo,xhi,yhi,zhi = self.boxdraw + + delta = xhi-xlo + if yhi-ylo > delta: delta = yhi-ylo + if zhi-zlo > delta: delta = zhi-zlo + delta *= 0.1 + + glLineWidth(self.bxthick) + + glBegin(GL_LINES) + glColor3f(1,0,0) + glVertex3f(xlo-delta,ylo-delta,zlo-delta) + glVertex3f(xhi-delta,ylo-delta,zlo-delta) + glColor3f(0,1,0) + glVertex3f(xlo-delta,ylo-delta,zlo-delta) + glVertex3f(xlo-delta,yhi-delta,zlo-delta) + glColor3f(0,0,1) + glVertex3f(xlo-delta,ylo-delta,zlo-delta) + glVertex3f(xlo-delta,ylo-delta,zhi-delta) + glEnd() + + # -------------------------------------------------------------------- + + def save(self,file=None): + self.w.update() # force image on screen to be current before saving it + + pstring = glReadPixels(0,0,self.xpixels,self.ypixels, + GL_RGBA,GL_UNSIGNED_BYTE) + snapshot = Image.fromstring("RGBA",(self.xpixels,self.ypixels),pstring) + snapshot = snapshot.transpose(Image.FLIP_TOP_BOTTOM) + + if not file: file = self.file + snapshot.save(file + ".png") + + # -------------------------------------------------------------------- + + def adef(self): + self.vizinfo.setcolors("atom",range(100),"loop") + self.vizinfo.setradii("atom",range(100),0.45) + self.make_atom_calllist() + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def bdef(self): + self.vizinfo.setcolors("bond",range(100),"loop") + self.vizinfo.setradii("bond",range(100),0.25) + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def tdef(self): + self.vizinfo.setcolors("tri",range(100),"loop") + self.vizinfo.setfills("tri",range(100),0) + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def ldef(self): + self.vizinfo.setcolors("line",range(100),"loop") + self.vizinfo.setradii("line",range(100),0.25) + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def acol(self,atypes,colors): + self.vizinfo.setcolors("atom",atypes,colors) + self.make_atom_calllist() + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def arad(self,atypes,radii): + self.vizinfo.setradii("atom",atypes,radii) + self.make_atom_calllist() + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def bcol(self,btypes,colors): + self.vizinfo.setcolors("bond",btypes,colors) + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def brad(self,btypes,radii): + self.vizinfo.setradii("bond",btypes,radii) + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def tcol(self,ttypes,colors): + self.vizinfo.setcolors("tri",ttypes,colors) + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def tfill(self,ttypes,flags): + self.vizinfo.setfills("tri",ttypes,flags) + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def lcol(self,ltypes,colors): + self.vizinfo.setcolors("line",ltypes,colors) + self.cachelist = -self.cachelist + self.w.tkRedraw() + + # -------------------------------------------------------------------- + + def lrad(self,ltypes,radii): + self.vizinfo.setradii("line",ltypes,radii) + self.cachelist = -self.cachelist + self.w.tkRedraw() + +# -------------------------------------------------------------------- +# derived class from Togl's Opengl +# overwrite redraw, translate, rotate, scale methods +# latter 3 are mouse-motion methods + +class MyOpengl(Opengl): + def __init__(self, master, cnf={}, **kw): + args = (self,master,cnf) + Opengl.__init__(*args,**kw) + Opengl.autospin_allowed = 0 + + # redraw Opengl scene + # call parent redraw() method + + def tkRedraw(self,*dummy): + if not self.initialised: return + self.tk.call(self._w,'makecurrent') + self.redraw(self) + self.tk.call(self._w,'swapbuffers') + + # left button translate + # access parent xshift/yshift and call parent trans() method + + def tkTranslate(self,event): + dx = event.x - self.xmouse + dy = event.y - self.ymouse + x = self.parent.xshift + dx + y = self.parent.yshift - dy + self.parent.shift(x,y) + self.tkRedraw() + self.tkRecordMouse(event) + + # middle button trackball + # call parent mouse_rotate() method + + def tkRotate(self,event): + self.parent.mouse_rotate(event.x,event.y,self.xmouse,self.ymouse) + self.tkRedraw() + self.tkRecordMouse(event) + + # right button zoom + # access parent scale and call parent zoom() method + + def tkScale(self,event): + scale = 1 - 0.01 * (event.y - self.ymouse) + if scale < 0.001: scale = 0.001 + elif scale > 1000: scale = 1000 + scale *= self.parent.scale + self.parent.zoom(scale) + self.tkRedraw() + self.tkRecordMouse(event) + +# -------------------------------------------------------------------- +# draw a line segment + +def segment(p1,p2): + glVertex3f(p1[0],p1[1],p1[2]) + glVertex3f(p2[0],p2[1],p2[2]) + +# -------------------------------------------------------------------- +# normalize a 3-vector to unit length + +def vecnorm(v): + length = sqrt(v[0]*v[0] + v[1]*v[1] + v[2]*v[2]) + return [v[0]/length,v[1]/length,v[2]/length] + +# -------------------------------------------------------------------- +# dot product of two 3-vectors + +def vecdot(v1,v2): + return v1[0]*v2[0] + v1[1]*v2[1] + v1[2]*v2[2] + +# -------------------------------------------------------------------- +# cross product of two 3-vectors + +def veccross(v1,v2): + v = [0,0,0] + v[0] = v1[1]*v2[2] - v1[2]*v2[1] + v[1] = v1[2]*v2[0] - v1[0]*v2[2] + v[2] = v1[0]*v2[1] - v1[1]*v2[0] + return v + +# -------------------------------------------------------------------- +# return characteristic distance of simulation domain = max dimension + +def compute_distance(box): + distance = box[3]-box[0] + if box[4]-box[1] > distance: distance = box[4]-box[1] + if box[5]-box[2] > distance: distance = box[5]-box[2] + return distance + +# -------------------------------------------------------------------- +# return center of box as 3 vector + +def compute_center(box): + c = [0,0,0] + c[0] = 0.5 * (box[0] + box[3]) + c[1] = 0.5 * (box[1] + box[4]) + c[2] = 0.5 * (box[2] + box[5]) + return c + +# -------------------------------------------------------------------- +# return min of 2 values + +def min2(a,b): + if b < a: a = b + return a + +# -------------------------------------------------------------------- +# return max of 2 values + +def max2(a,b): + if b > a: a = b + return a + +# -------------------------------------------------------------------- +# return min of 3 values + +def min3(a,b,c): + if b < a: a = b + if c < a: a = c + return a + +# -------------------------------------------------------------------- +# return max of 3 values + +def max3(a,b,c): + if b > a: a = b + if c > a: a = c + return a diff --git a/src/gnu.py b/src/gnu.py new file mode 100644 index 0000000..f6f0167 --- /dev/null +++ b/src/gnu.py @@ -0,0 +1,383 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# gnu tool + +oneline = "Create plots via GnuPlot plotting program" + +docstr = """ +g = gnu() start up GnuPlot +g.stop() shut down GnuPlot process + +g.plot(a) plot vector A against linear index +g.plot(a,b) plot B against A +g.plot(a,b,c,d,...) plot B against A, D against C, etc +g.mplot(M,N,S,"file",a,b,...) multiple plots saved to file0000.eps, etc + + each plot argument can be a tuple, list, or Numeric/NumPy vector + mplot loops over range(M,N,S) and create one plot per iteration + last args are same as list of vectors for plot(), e.g. 1, 2, 4 vectors + each plot is made from a portion of the vectors, depending on loop index i + Ith plot is of b[0:i] vs a[0:i], etc + series of plots saved as file0000.eps, file0001.eps, etc + if use xrange(),yrange() then plot axes will be same for all plots + +g("plot 'file.dat' using 2:3 with lines") execute string in GnuPlot + +g.enter() enter GnuPlot shell +gnuplot> plot sin(x) with lines type commands directly to GnuPlot +gnuplot> exit, quit exit GnuPlot shell + +g.export("data",range(100),a,...) create file with columns of numbers + + all vectors must be of equal length + could plot from file with GnuPlot command: plot 'data' using 1:2 with lines + +g.select(N) figure N becomes the current plot + + subsequent commands apply to this plot + +g.hide(N) delete window for figure N +g.save("file") save current plot as file.eps + +Set attributes for current plot: + +g.erase() reset all attributes to default values +g.aspect(1.3) aspect ratio +g.xtitle("Time") x axis text +g.ytitle("Energy") y axis text +g.title("My Plot") title text +g.title("title","x","y") title, x axis, y axis text +g.xrange(xmin,xmax) x axis range +g.xrange() default x axis range +g.yrange(ymin,ymax) y axis range +g.yrange() default y axis range +g.xlog() toggle x axis between linear and log +g.ylog() toggle y axis between linear and log +g.label(x,y,"text") place label at x,y coords +g.curve(N,'r') set color of curve N + + colors: 'k' = black, 'r' = red, 'g' = green, 'b' = blue + 'm' = magenta, 'c' = cyan, 'y' = yellow +""" + +# History +# 8/05, Matt Jones (BYU): original version +# 9/05, Steve Plimpton: added mplot() method + +# ToDo list +# allow choice of JPG or PNG or GIF when saving ? +# can this be done from GnuPlot or have to do via ImageMagick convert ? +# way to trim EPS plot that is created ? +# hide does not work on Mac aqua +# select does not pop window to front on Mac aqua + +# Variables +# current = index of current figure (1-N) +# figures = list of figure objects with each plot's attributes +# so they aren't lost between replots + +# Imports and external programs + +import types, os + +try: from DEFAULTS import PIZZA_GNUPLOT +except: PIZZA_GNUPLOT = "gnuplot" +try: from DEFAULTS import PIZZA_GNUTERM +except: PIZZA_GNUTERM = "x11" + +# Class definition + +class gnu: + + # -------------------------------------------------------------------- + + def __init__(self): + self.GNUPLOT = os.popen(PIZZA_GNUPLOT,'w') + self.file = "tmp.gnu" + self.figures = [] + self.select(1) + + # -------------------------------------------------------------------- + + def stop(self): + self.__call__("quit") + del self.GNUPLOT + + # -------------------------------------------------------------------- + + def __call__(self,command): + self.GNUPLOT.write(command + '\n') + self.GNUPLOT.flush() + + # -------------------------------------------------------------------- + + def enter(self): + while 1: + command = raw_input("gnuplot> ") + if command == "quit" or command == "exit": return + self.__call__(command) + + # -------------------------------------------------------------------- + # write plot vectors to files and plot them + + def plot(self,*vectors): + if len(vectors) == 1: + file = self.file + ".%d.1" % self.current + linear = range(len(vectors[0])) + self.export(file,linear,vectors[0]) + self.figures[self.current-1].ncurves = 1 + else: + if len(vectors) % 2: raise StandardError,"vectors must come in pairs" + for i in range(0,len(vectors),2): + file = self.file + ".%d.%d" % (self.current,i/2+1) + self.export(file,vectors[i],vectors[i+1]) + self.figures[self.current-1].ncurves = len(vectors)/2 + self.draw() + + # -------------------------------------------------------------------- + # create multiple plots from growing vectors, save to numbered files + # don't plot empty vector, create a [0] instead + + def mplot(self,start,stop,skip,file,*vectors): + n = 0 + for i in range(start,stop,skip): + partial_vecs = [] + for vec in vectors: + if i: partial_vecs.append(vec[:i]) + else: partial_vecs.append([0]) + self.plot(*partial_vecs) + + if n < 10: newfile = file + "000" + str(n) + elif n < 100: newfile = file + "00" + str(n) + elif n < 1000: newfile = file + "0" + str(n) + else: newfile = file + str(n) + + self.save(newfile) + n += 1 + + # -------------------------------------------------------------------- + # write list of equal-length vectors to filename + + def export(self,filename,*vectors): + n = len(vectors[0]) + for vector in vectors: + if len(vector) != n: raise StandardError,"vectors must be same length" + f = open(filename,'w') + nvec = len(vectors) + for i in xrange(n): + for j in xrange(nvec): + print >>f,vectors[j][i], + print >>f + f.close() + + # -------------------------------------------------------------------- + # select plot N as current plot + + def select(self,n): + self.current = n + if len(self.figures) < n: + for i in range(n - len(self.figures)): + self.figures.append(figure()) + cmd = "set term " + PIZZA_GNUTERM + ' ' + str(n) + self.__call__(cmd) + if self.figures[n-1].ncurves: self.draw() + + # -------------------------------------------------------------------- + # delete window for plot N + + def hide(self,n): + cmd = "set term %s close %d" % (PIZZA_GNUTERM,n) + self.__call__(cmd) + + # -------------------------------------------------------------------- + # save plot to file.eps + # final re-select will reset terminal + # do not continue until plot file is written out + # else script could go forward and change data file + # use tmp.done as semaphore to indicate plot is finished + + def save(self,file): + self.__call__("set terminal postscript enhanced solid lw 2 color portrait") + cmd = "set output '%s.eps'" % file + self.__call__(cmd) + if os.path.exists("tmp.done"): os.remove("tmp.done") + self.draw() + self.__call__("!touch tmp.done") + while not os.path.exists("tmp.done"): continue + self.__call__("set output") + self.select(self.current) + + # -------------------------------------------------------------------- + # restore default attributes by creating a new fig object + + def erase(self): + fig = figure() + fig.ncurves = self.figures[self.current-1].ncurves + self.figures[self.current-1] = fig + self.draw() + + # -------------------------------------------------------------------- + + def aspect(self,value): + self.figures[self.current-1].aspect = value + self.draw() + + # -------------------------------------------------------------------- + + def xrange(self,*values): + if len(values) == 0: + self.figures[self.current-1].xlimit = 0 + else: + self.figures[self.current-1].xlimit = (values[0],values[1]) + self.draw() + + # -------------------------------------------------------------------- + + def yrange(self,*values): + if len(values) == 0: + self.figures[self.current-1].ylimit = 0 + else: + self.figures[self.current-1].ylimit = (values[0],values[1]) + self.draw() + + # -------------------------------------------------------------------- + + def label(self,x,y,text): + self.figures[self.current-1].labels.append((x,y,text)) + self.figures[self.current-1].nlabels += 1 + self.draw() + + # -------------------------------------------------------------------- + + def nolabels(self): + self.figures[self.current-1].nlabel = 0 + self.figures[self.current-1].labels = [] + self.draw() + + # -------------------------------------------------------------------- + + def title(self,*strings): + if len(strings) == 1: + self.figures[self.current-1].title = strings[0] + else: + self.figures[self.current-1].title = strings[0] + self.figures[self.current-1].xtitle = strings[1] + self.figures[self.current-1].ytitle = strings[2] + self.draw() + + # -------------------------------------------------------------------- + + def xtitle(self,label): + self.figures[self.current-1].xtitle = label + self.draw() + + # -------------------------------------------------------------------- + + def ytitle(self,label): + self.figures[self.current-1].ytitle = label + self.draw() + + # -------------------------------------------------------------------- + + def xlog(self): + if self.figures[self.current-1].xlog: + self.figures[self.current-1].xlog = 0 + else: + self.figures[self.current-1].xlog = 1 + self.draw() + + # -------------------------------------------------------------------- + + def ylog(self): + if self.figures[self.current-1].ylog: + self.figures[self.current-1].ylog = 0 + else: + self.figures[self.current-1].ylog = 1 + self.draw() + + # -------------------------------------------------------------------- + + def curve(self,num,color): + fig = self.figures[self.current-1] + while len(fig.colors) < num: fig.colors.append(0) + fig.colors[num-1] = colormap[color] + self.draw() + + # -------------------------------------------------------------------- + # draw a plot with all its settings + # just return if no files of vectors defined yet + + def draw(self): + fig = self.figures[self.current-1] + if not fig.ncurves: return + + cmd = 'set size ratio ' + str(1.0/float(fig.aspect)) + self.__call__(cmd) + + cmd = 'set title ' + '"' + fig.title + '"' + self.__call__(cmd) + cmd = 'set xlabel ' + '"' + fig.xtitle + '"' + self.__call__(cmd) + cmd = 'set ylabel ' + '"' + fig.ytitle + '"' + self.__call__(cmd) + + if fig.xlog: self.__call__("set logscale x") + else: self.__call__("unset logscale x") + if fig.ylog: self.__call__("set logscale y") + else: self.__call__("unset logscale y") + if fig.xlimit: + cmd = 'set xr [' + str(fig.xlimit[0]) + ':' + str(fig.xlimit[1]) + ']' + self.__call__(cmd) + else: self.__call__("set xr [*:*]") + if fig.ylimit: + cmd = 'set yr [' + str(fig.ylimit[0]) + ':' + str(fig.ylimit[1]) + ']' + self.__call__(cmd) + else: self.__call__("set yr [*:*]") + + self.__call__("set nolabel") + for i in range(fig.nlabels): + x = fig.labels[i][0] + y = fig.labels[i][1] + text = fig.labels[i][2] + cmd = 'set label ' + '\"' + text + '\" at ' + str(x) + ',' + str(y) + self.__call__(cmd) + + self.__call__("set key off") + cmd = 'plot ' + for i in range(fig.ncurves): + file = self.file + ".%d.%d" % (self.current,i+1) + if len(fig.colors) > i and fig.colors[i]: + cmd += "'" + file + "' using 1:2 with line %d, " % fig.colors[i] + else: + cmd += "'" + file + "' using 1:2 with lines, " + self.__call__(cmd[:-2]) + +# -------------------------------------------------------------------- +# class to store settings for a single plot + +class figure: + + def __init__(self): + self.ncurves = 0 + self.colors = [] + self.title = "" + self.xtitle = "" + self.ytitle = "" + self.aspect = 1.3 + self.xlimit = 0 + self.ylimit = 0 + self.xlog = 0 + self.ylog = 0 + self.nlabels = 0 + self.labels = [] + +# -------------------------------------------------------------------- +# line color settings + +colormap = {'k':-1, 'r':1, 'g':2, 'b':3, 'm':4, 'c':5, 'y':7} diff --git a/src/gnu.pyc b/src/gnu.pyc new file mode 100644 index 0000000..0e9ec3f Binary files /dev/null and b/src/gnu.pyc differ diff --git a/src/histo.py b/src/histo.py new file mode 100644 index 0000000..f1bd621 --- /dev/null +++ b/src/histo.py @@ -0,0 +1,86 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# histo tool + +oneline = "Particle density histogram from a dump" + +docstr = """ +h = histo(d) d = dump/cdump object + +x,y = h.compute('x',N,lo,hi) compute histogram in dim with N bins + + lo/hi are optional, if not used histo will be over entire box +""" + +# History +# 12/05, Steve Plimpton (SNL): original version + +# ToDo list + +# Variables +# data = dump object + +# Imports and external programs + +# Class definition + +class histo: + + # -------------------------------------------------------------------- + + def __init__(self,data): + self.data = data + + # -------------------------------------------------------------------- + + def compute(self,dim,nbins,lo=None,hi=None): + if dim == 'x': idim = 2 + elif dim == 'y': idim = 3 + elif dim == 'z': idim = 4 + else: raise StandardError,"illegal dim value" + + y = nbins*[0] + + count = 0 + n = flag = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = self.data.viz(which) + + if not lo: + if dim == 'x': + lo = box[0] + hi = box[3] + elif dim == 'y': + lo = box[1] + hi = box[4] + elif dim == 'z': + lo = box[2] + hi = box[5] + + delta = (hi-lo) / nbins; + invdelta = 1.0/delta + + for atom in atoms: + coord = atom[idim] + ibin = int((coord-lo) * invdelta) + if ibin < 0 or ibin >= nbins: continue + y[ibin] += 1 + count += 1 + + n += 1 + + x = nbins*[0] + for i in xrange(nbins): x[i] = (i+0.5)*delta + + print "histogram snapshots = ",n + print "histogram counts (per snap) = %d (%g)" % (count,float(count)/n) + print "histogram bounds = ",lo,hi + return x,y diff --git a/src/histo.pyc b/src/histo.pyc new file mode 100644 index 0000000..9692190 Binary files /dev/null and b/src/histo.pyc differ diff --git a/src/image.py b/src/image.py new file mode 100644 index 0000000..f8611b5 --- /dev/null +++ b/src/image.py @@ -0,0 +1,233 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# image tool + +oneline = "View and manipulate images" + +docstr = """ +i = image("my1.gif my2.gif") display thumbnails of matching images +i = image("*.png *.gif") wildcards allowed +i = image("") blank string matches all image suffixes +i = image() no display window opened if no arg + + image suffixes for blank string = *.png, *.bmp, *.gif, *.tiff, *.tif + click on a thumbnail to view it full-size + click on thumbnail again to remove full-sized version + +i.view("*.png *.gif") display thumbnails of matching images + + view arg is same as constructor arg + +i.convert("image*.svg","new*.png") each SVG file to PNG +i.convert("image*.svg","new*.jpg","-quality 50") 3rd arg is switch +i.convert("image*.png","movie.mpg") all PNGs to MPG movie +i.convert("image*.png","movie.mpg","-resize 128x128") 3rd arg is switch +i.montage("","image*.png","plot*.png","two*.png") image + plot = two +i.montage("-geometry 512x512","i*.png","new.png") 1st arg is switch + + convert with 2 wildcard args loops over 1st set of files to make 2nd set + convert with not all wildcard args will issue single convert command + montage with all wildcard args loops over 1st set of files, + combines with one file from other sets, to make last set of files + montage with not all wildcard args will issue single montage command +""" + +# History +# 8/05, Matt Jones (BYU): original version +# 9/05, Steve Plimpton: added convert() and montage() methods + +# ToDo list + +# Variables + +# Imports and external programs + +import sys, os, commands, re, glob +from math import * +from Tkinter import * +import Pmw +import Image,ImageTk + +try: from DEFAULTS import PIZZA_CONVERT +except: PIZZA_CONVERT = "convert" +try: from DEFAULTS import PIZZA_MONTAGE +except: PIZZA_MONTAGE = "montage" + +# Class definition + +class image: + + # -------------------------------------------------------------------- + + def __init__(self,filestr=None): + if filestr == None: return + self.view(filestr) + + def view(self,filestr): + + # convert filestr into full list of files + + if filestr == "": filestr = ' '.join(extensions) + list = str.split(filestr) + files = [] + for file in list: files += glob.glob(file) + if len(files) == 0: raise StandardError, "no image files to load" + + # grab Tk instance from main + + from __main__ import tkroot + + # GUI control window + + gui = Toplevel(tkroot) + gui.title('Pizza.py image tool') + + scroll = \ + Pmw.ScrolledFrame(gui,usehullsize=1,hull_width=420,hull_height=500) + pane = scroll.interior() + + ncolumns = 4 + for i in xrange(len(files)): + + # create new row frame if 1st in column + + if i % ncolumns == 0: rowframe = Frame(pane) + oneframe = Frame(rowframe) + + # create a thumbnail of image + + im = Image.open(files[i]) + imt = im.copy() + imt.thumbnail((60,60),Image.ANTIALIAS) + basename = os.path.basename(files[i]) + imt.save("tmp." + basename) + thumbnail = ImageTk.PhotoImage(file = "tmp." + basename) + os.remove("tmp." + basename) + + # read in full size image + # create a thumbnail object that links to it + # create button that calls the thumbnail, label with filename + # buttton needs to store thumbnail else it is garbage collected + + big = ImageTk.PhotoImage(file=files[i]) + obj = thumbnails(gui,files[i],big,thumbnail) + Button(oneframe,image=thumbnail,command=obj.display).pack(side=TOP) + Label(oneframe,text=basename).pack(side=BOTTOM) + + # pack into row frame + + oneframe.pack(side=LEFT) + if (i+1) % ncolumns == 0: rowframe.pack(side=TOP) + + if len(files) % ncolumns != 0: rowframe.pack(side=TOP) + scroll.pack(side=LEFT) + + # -------------------------------------------------------------------- + # wrapper on ImageMagick convert command + + def convert(self,file1,file2,switch=""): + if file1.find('*') < 0 or file2.find('*') < 0: + cmd = "%s %s %s %s" % (PIZZA_CONVERT,switch,file1,file2) + commands.getoutput(cmd) + return + + index = file1.index('*') + pre1 = file1[:index] + post1 = file1[index+1:] + index = file2.index('*') + pre2 = file2[:index] + post2 = file2[index+1:] + expr = "%s(.*)%s" % (pre1,post1) + + filelist = glob.glob(file1) + for file1 in filelist: + middle = re.search(expr,file1).group(1) + file2 = "%s%s%s" % (pre2,middle,post2) + cmd = "%s %s %s %s" % (PIZZA_CONVERT,switch,file1,file2) + print middle, + sys.stdout.flush() + commands.getoutput(cmd) + print + + # -------------------------------------------------------------------- + # wrapper on ImageMagick montage command + + def montage(self,switch,*fileargs): + nsets = len(fileargs) + if nsets < 2: raise StandardError,"montage requires 2 or more file args" + + for i in range(nsets): + if fileargs[i].find('*') < 0: + cmd = "%s %s" % (PIZZA_MONTAGE,switch) + for j in range(nsets): cmd += " %s" % fileargs[j] + commands.getoutput(cmd) + return + + nfiles = len(glob.glob(fileargs[0])) + filesets = [] + for i in range(nsets-1): + filesets.append(glob.glob(fileargs[i])) + if len(filesets[-1]) != nfiles: + raise StandardError,"each montage arg must represent equal # of files" + + index = fileargs[0].index('*') + pre1 = fileargs[0][:index] + post1 = fileargs[0][index+1:] + index = fileargs[-1].index('*') + preN = fileargs[-1][:index] + postN = fileargs[-1][index+1:] + expr = "%s(.*)%s" % (pre1,post1) + + for i in range(nfiles): + cmd = "%s %s" % (PIZZA_MONTAGE,switch) + for j in range(nsets-1): cmd += " %s" % filesets[j][i] + middle = re.search(expr,filesets[0][i]).group(1) + fileN = "%s%s%s" % (preN,middle,postN) + cmd += " %s" % fileN + commands.getoutput(cmd) + print middle, + sys.stdout.flush() + print + +# -------------------------------------------------------------------- +# thumbnail class + +class thumbnails: + + def __init__(self,root,name,bigimage,thumbimage): + self.root = root + self.big = bigimage + self.thumb = thumbimage + self.name = name + self.bigexist = 0 + self.window = None + + def display(self): + + # destroy the big image window + + if self.bigexist: + self.bigexist = 0 + if self.window: + self.window.destroy() + self.window = None + + # create a new window with the big image + + else: + self.bigexist = 1 + self.window = Toplevel(self.root) + Label(self.window,text=self.name).pack(side=TOP) + Label(self.window,image=self.big).pack(side=BOTTOM) + +# -------------------------------------------------------------------- +# list of file extensions to test for +# could add any extensions that PIL recognizes + +extensions = ["*.png", "*.bmp", "*.gif", "*.tiff", "*.tif"] diff --git a/src/image.pyc b/src/image.pyc new file mode 100644 index 0000000..223061b Binary files /dev/null and b/src/image.pyc differ diff --git a/src/ldump.py b/src/ldump.py new file mode 100644 index 0000000..30bf1bf --- /dev/null +++ b/src/ldump.py @@ -0,0 +1,341 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# ldump tool + +oneline = "Read dump files with line segment info" + +docstr = """ +l = ldump("dump.one") read in one or more dump files +l = ldump("dump.1 dump.2.gz") can be gzipped +l = ldump("dump.*") wildcard expands to multiple files +l = ldump("dump.*",0) two args = store filenames, but don't read + + incomplete and duplicate snapshots are deleted + no column name assignment is performed + +time = l.next() read next snapshot from dump files + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment is performed + +l.map(1,"id",3,"x") assign names to atom columns (1-N) + + must assign id,type,end1x,end1y,end2x,end2y + +time,box,atoms,bonds,tris,lines = l.viz(index) return list of viz objects + + viz() returns line info for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = \[xlo,ylo,zlo,xhi,yhi,zhi\] + atoms = NULL + bonds = NULL + tris = NULL + lines = id,type,x1,y1,z1,x2,y2,z2 for each line as 2d array + id,type are from associated atom + +l.owrap(...) wrap lines to same image as their atoms + + owrap() is called by dump tool's owrap() + useful for wrapping all molecule's atoms/lines the same so it is contiguous +""" + +# History +# 11/10, Steve Plimpton (SNL): original version + +# Variables +# flist = list of dump file names +# increment = 1 if reading snapshots one-at-a-time +# nextfile = which file to read from via next() +# eof = ptr into current file for where to read via next() +# nsnaps = # of snapshots +# snaps = list of snapshots +# names = dictionary of column names: +# key = "id", value = column # (0 to M-1) +# Snap = one snapshot +# time = time stamp +# natoms = # of atoms +# xlo,xhi,ylo,yhi,zlo,zhi = box bounds (float) +# atoms[i][j] = 2d array of floats, i = 0 to natoms-1, j = 0 to ncols-1 + +# Imports and external programs + +import sys, commands, re, glob, types +from os import popen + +try: + import numpy as np + oldnumeric = False +except: + import Numeric as np + oldnumeric = True + +try: from DEFAULTS import PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class ldump: + + # -------------------------------------------------------------------- + + def __init__(self,*list): + self.snaps = [] + self.nsnaps = 0 + self.names = {} + + # flist = list of all dump file names + + words = list[0].split() + self.flist = [] + for word in words: self.flist += glob.glob(word) + if len(self.flist) == 0 and len(list) == 1: + raise StandardError,"no ldump file specified" + + if len(list) == 1: + self.increment = 0 + self.read_all() + else: + self.increment = 1 + self.nextfile = 0 + self.eof = 0 + + # -------------------------------------------------------------------- + + def read_all(self): + + # read all snapshots from each file + # test for gzipped files + + for file in self.flist: + if file[-3:] == ".gz": + f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r') + else: f = open(file) + + snap = self.read_snapshot(f) + while snap: + self.snaps.append(snap) + print snap.time, + sys.stdout.flush() + snap = self.read_snapshot(f) + + f.close() + print + + # sort entries by timestep, cull duplicates + + self.snaps.sort(self.compare_time) + self.cull() + self.nsnaps = len(self.snaps) + print "read %d snapshots" % self.nsnaps + + # -------------------------------------------------------------------- + # read next snapshot from list of files + + def next(self): + + if not self.increment: raise StandardError,"cannot read incrementally" + + # read next snapshot in current file using eof as pointer + # if fail, try next file + # if new snapshot time stamp already exists, read next snapshot + + while 1: + f = open(self.flist[self.nextfile],'rb') + f.seek(self.eof) + snap = self.read_snapshot(f) + if not snap: + self.nextfile += 1 + if self.nextfile == len(self.flist): return -1 + f.close() + self.eof = 0 + continue + self.eof = f.tell() + f.close() + try: + self.findtime(snap.time) + continue + except: break + + self.snaps.append(snap) + snap = self.snaps[self.nsnaps] + self.nsnaps += 1 + + return snap.time + + # -------------------------------------------------------------------- + # read a single snapshot from file f + # return snapshot or 0 if failed + + def read_snapshot(self,f): + try: + snap = Snap() + item = f.readline() + snap.time = int(f.readline().split()[0]) # just grab 1st field + item = f.readline() + snap.natoms = int(f.readline()) + + item = f.readline() + words = f.readline().split() + snap.xlo,snap.xhi = float(words[0]),float(words[1]) + words = f.readline().split() + snap.ylo,snap.yhi = float(words[0]),float(words[1]) + words = f.readline().split() + snap.zlo,snap.zhi = float(words[0]),float(words[1]) + + item = f.readline() + + if snap.natoms: + words = f.readline().split() + ncol = len(words) + for i in xrange(1,snap.natoms): + words += f.readline().split() + floats = map(float,words) + if oldnumeric: atoms = np.zeros((snap.natoms,ncol),np.Float) + else: atoms = np.zeros((snap.natoms,ncol),np.float) + start = 0 + stop = ncol + for i in xrange(snap.natoms): + atoms[i] = floats[start:stop] + start = stop + stop += ncol + else: atoms = None + snap.atoms = atoms + return snap + except: + return 0 + + # -------------------------------------------------------------------- + # map atom column names + + def map(self,*pairs): + if len(pairs) % 2 != 0: + raise StandardError, "ldump map() requires pairs of mappings" + for i in range(0,len(pairs),2): + j = i + 1 + self.names[pairs[j]] = pairs[i]-1 + + # -------------------------------------------------------------------- + # return vector of snapshot time stamps + + def time(self): + vec = self.nsnaps * [0] + i = 0 + for snap in self.snaps: + vec[i] = snap.time + i += 1 + return vec + + # -------------------------------------------------------------------- + # sort snapshots on time stamp + + def compare_time(self,a,b): + if a.time < b.time: + return -1 + elif a.time > b.time: + return 1 + else: + return 0 + + # -------------------------------------------------------------------- + + def findtime(self,n): + for i in xrange(self.nsnaps): + if self.snaps[i].time == n: return i + raise StandardError, "no step %d exists" % n + + # -------------------------------------------------------------------- + # delete successive snapshots with duplicate time stamp + + def cull(self): + i = 1 + while i < len(self.snaps): + if self.snaps[i].time == self.snaps[i-1].time: + del self.snaps[i] + else: + i += 1 + + # -------------------------------------------------------------------- + # return list of lines to viz for snapshot isnap + # if called with flag, then index is timestep, so convert to snapshot index + + def viz(self,index,flag=0): + if not flag: isnap = index + else: + times = self.time() + n = len(times) + i = 0 + while i < n: + if times[i] > index: break + i += 1 + isnap = i - 1 + snap = self.snaps[isnap] + + time = snap.time + box = [snap.xlo,snap.ylo,snap.zlo,snap.xhi,snap.yhi,snap.zhi] + id = self.names["id"] + type = self.names["type"] + end1x = self.names["end1x"] + end1y = self.names["end1y"] + end2x = self.names["end2x"] + end2y = self.names["end2y"] + + # create line list from id,type,end1x,end1y,end2x,end2y + # don't add line if all 4 values are 0 since not a line + + lines = [] + for i in xrange(snap.natoms): + atom = snap.atoms[i] + e1x = atom[end1x] + e1y = atom[end1y] + e2x = atom[end2x] + e2y = atom[end2y] + if e1x == 0.0 and e1y == 0.0 and e2x == 0.0 and e2y == 0.0: continue + lines.append([atom[id],atom[type],e1x,e1y,0.0,e2x,e2y,0.0]) + + return time,box,None,None,None,lines + + # -------------------------------------------------------------------- + # wrap line end points associated with atoms thru periodic boundaries + # invoked by dump() when it does an owrap() on its atoms + + def owrap(self,time,xprd,yprd,zprd,idsdump,atomsdump,iother,ix,iy,iz): + id = self.names["id"] + end1x = self.names["end1x"] + end1y = self.names["end1y"] + end2x = self.names["end2x"] + end2y = self.names["end2y"] + + isnap = self.findtime(time) + snap = self.snaps[isnap] + atoms = snap.atoms + + # idump = index of my line I in dump's atoms + # jdump = atom J in dump's atoms that atom I was owrapped on + # delx,dely = offset applied to atom I and thus to line I + + for i in xrange(snap.natoms): + tag = atoms[i][id] + idump = idsdump[tag] + jdump = idsdump[atomsdump[idump][iother]] + delx = (atomsdump[idump][ix]-atomsdump[jdump][ix])*xprd + dely = (atomsdump[idump][iy]-atomsdump[jdump][iy])*yprd + atoms[i][end1x] += delx + atoms[i][end1y] += dely + atoms[i][end2x] += delx + atoms[i][end2y] += dely + +# -------------------------------------------------------------------- +# one snapshot + +class Snap: + pass diff --git a/src/ldump.pyc b/src/ldump.pyc new file mode 100644 index 0000000..e9dd207 Binary files /dev/null and b/src/ldump.pyc differ diff --git a/src/log.py b/src/log.py new file mode 100644 index 0000000..7020c21 --- /dev/null +++ b/src/log.py @@ -0,0 +1,334 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# log tool + +oneline = "Read LAMMPS log files and extract thermodynamic data" + +docstr = """ +l = log("file1") read in one or more log files +l = log("log1 log2.gz") can be gzipped +l = log("file*") wildcard expands to multiple files +l = log("log.lammps",0) two args = store filename, but don't read + + incomplete and duplicate thermo entries are deleted + +time = l.next() read new thermo info from file + + used with 2-argument constructor to allow reading thermo incrementally + return time stamp of last thermo read + return -1 if no new thermo since last read + +nvec = l.nvec # of vectors of thermo info +nlen = l.nlen length of each vectors +names = l.names list of vector names +t,pe,... = l.get("Time","KE",...) return one or more vectors of values +l.write("file.txt") write all vectors to a file +l.write("file.txt","Time","PE",...) write listed vectors to a file + + get and write allow abbreviated (uniquely) vector names +""" + +# History +# 8/05, Steve Plimpton (SNL): original version + +# ToDo list + +# Variables +# nvec = # of vectors +# nlen = length of each vector +# names = list of vector names +# ptr = dictionary, key = name, value = index into data for which column +# data[i][j] = 2d array of floats, i = 0 to # of entries, j = 0 to nvecs-1 +# style = style of LAMMPS log file, 1 = multi, 2 = one, 3 = gran +# firststr = string that begins a thermo section in log file +# increment = 1 if log file being read incrementally +# eof = ptr into incremental file for where to start next read + +# Imports and external programs + +import sys, re, glob +from os import popen + +try: tmp = PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class log: + + # -------------------------------------------------------------------- + + def __init__(self,*list): + self.nvec = 0 + self.names = [] + self.ptr = {} + self.data = [] + + # flist = list of all log file names + + words = list[0].split() + self.flist = [] + for word in words: self.flist += glob.glob(word) + if len(self.flist) == 0 and len(list) == 1: + raise StandardError,"no log file specified" + + if len(list) == 1: + self.increment = 0 + self.read_all() + else: + if len(self.flist) > 1: + raise StandardError,"can only incrementally read one log file" + self.increment = 1 + self.eof = 0 + + # -------------------------------------------------------------------- + # read all thermo from all files + + def read_all(self): + self.read_header(self.flist[0]) + if self.nvec == 0: raise StandardError,"log file has no values" + + # read all files + + for file in self.flist: self.read_one(file) + print + + # sort entries by timestep, cull duplicates + + self.data.sort(self.compare) + self.cull() + self.nlen = len(self.data) + print "read %d log entries" % self.nlen + + # -------------------------------------------------------------------- + + def next(self): + if not self.increment: raise StandardError,"cannot read incrementally" + + if self.nvec == 0: + try: open(self.flist[0],'r') + except: return -1 + self.read_header(self.flist[0]) + if self.nvec == 0: return -1 + + self.eof = self.read_one(self.flist[0],self.eof) + return int(self.data[-1][0]) + + # -------------------------------------------------------------------- + + def get(self,*keys): + if len(keys) == 0: + raise StandardError, "no log vectors specified" + + map = [] + for key in keys: + if self.ptr.has_key(key): + map.append(self.ptr[key]) + else: + count = 0 + for i in range(self.nvec): + if self.names[i].find(key) == 0: + count += 1 + index = i + if count == 1: + map.append(index) + else: + raise StandardError, "unique log vector %s not found" % key + + vecs = [] + for i in range(len(keys)): + vecs.append(self.nlen * [0]) + for j in xrange(self.nlen): + vecs[i][j] = self.data[j][map[i]] + + if len(keys) == 1: return vecs[0] + else: return vecs + + # -------------------------------------------------------------------- + + def write(self,filename,*keys): + if len(keys): + map = [] + for key in keys: + if self.ptr.has_key(key): + map.append(self.ptr[key]) + else: + count = 0 + for i in range(self.nvec): + if self.names[i].find(key) == 0: + count += 1 + index = i + if count == 1: + map.append(index) + else: + raise StandardError, "unique log vector %s not found" % key + else: + map = range(self.nvec) + + f = open(filename,"w") + for i in xrange(self.nlen): + for j in xrange(len(map)): + print >>f,self.data[i][map[j]], + print >>f + f.close() + + # -------------------------------------------------------------------- + + def compare(self,a,b): + if a[0] < b[0]: + return -1 + elif a[0] > b[0]: + return 1 + else: + return 0 + + # -------------------------------------------------------------------- + + def cull(self): + i = 1 + while i < len(self.data): + if self.data[i][0] == self.data[i-1][0]: del self.data[i] + else: i += 1 + + # -------------------------------------------------------------------- + + def read_header(self,file): + str_multi = "----- Step" + str_one = "Step " + + if file[-3:] == ".gz": + txt = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r').read() + else: + txt = open(file).read() + + if txt.find(str_multi) >= 0: + self.firststr = str_multi + self.style = 1 + elif txt.find(str_one) >= 0: + self.firststr = str_one + self.style = 2 + else: + return + + if self.style == 1: + s1 = txt.find(self.firststr) + s2 = txt.find("\n--",s1) + pattern = "\s(\S*)\s*=" + keywords = re.findall(pattern,txt[s1:s2]) + keywords.insert(0,"Step") + i = 0 + for keyword in keywords: + self.names.append(keyword) + self.ptr[keyword] = i + i += 1 + + else: + s1 = txt.find(self.firststr) + s2 = txt.find("\n",s1) + line = txt[s1:s2] + words = line.split() + for i in range(len(words)): + self.names.append(words[i]) + self.ptr[words[i]] = i + + self.nvec = len(self.names) + + # -------------------------------------------------------------------- + + def read_one(self,*list): + + # if 2nd arg exists set file ptr to that value + # read entire (rest of) file into txt + + file = list[0] + if file[-3:] == ".gz": + f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'rb') + else: + f = open(file,'rb') + + if len(list) == 2: f.seek(list[1]) + txt = f.read() + if file[-3:] == ".gz": eof = 0 + else: eof = f.tell() + f.close() + + start = last = 0 + while not last: + + # chunk = contiguous set of thermo entries (line or multi-line) + # s1 = 1st char on 1st line of chunk + # s2 = 1st char on line after chunk + # set last = 1 if this is last chunk in file, leave 0 otherwise + # set start = position in file to start looking for next chunk + # rewind eof if final entry is incomplete + + s1 = txt.find(self.firststr,start) + s2 = txt.find("Loop time of",start+1) + + if s1 >= 0 and s2 >= 0 and s1 < s2: # found s1,s2 with s1 before s2 + if self.style == 2: + s1 = txt.find("\n",s1) + 1 + elif s1 >= 0 and s2 >= 0 and s2 < s1: # found s1,s2 with s2 before s1 + s1 = 0 + elif s1 == -1 and s2 >= 0: # found s2, but no s1 + last = 1 + s1 = 0 + elif s1 >= 0 and s2 == -1: # found s1, but no s2 + last = 1 + if self.style == 1: + s2 = txt.rfind("\n--",s1) + 1 + else: + s1 = txt.find("\n",s1) + 1 + s2 = txt.rfind("\n",s1) + 1 + eof -= len(txt) - s2 + elif s1 == -1 and s2 == -1: # found neither + # could be end-of-file section + # or entire read was one chunk + + if txt.find("Loop time of",start) == start: # end of file, so exit + eof -= len(txt) - start # reset eof to "Loop" + break + + last = 1 # entire read is a chunk + s1 = 0 + if self.style == 1: + s2 = txt.rfind("\n--",s1) + 1 + else: + s2 = txt.rfind("\n",s1) + 1 + eof -= len(txt) - s2 + if s1 == s2: break + + chunk = txt[s1:s2-1] + start = s2 + + # split chunk into entries + # parse each entry for numeric fields, append to data + + if self.style == 1: + sections = chunk.split("\n--") + pat1 = re.compile("Step\s*(\S*)\s") + pat2 = re.compile("=\s*(\S*)") + for section in sections: + word1 = [re.search(pat1,section).group(1)] + word2 = re.findall(pat2,section) + words = word1 + word2 + self.data.append(map(float,words)) + + else: + lines = chunk.split("\n") + for line in lines: + words = line.split() + self.data.append(map(float,words)) + + # print last timestep of chunk + + print int(self.data[len(self.data)-1][0]), + sys.stdout.flush() + + return eof diff --git a/src/log.pyc b/src/log.pyc new file mode 100644 index 0000000..d454f4b Binary files /dev/null and b/src/log.pyc differ diff --git a/src/lpp.py b/src/lpp.py new file mode 100644 index 0000000..3665e49 --- /dev/null +++ b/src/lpp.py @@ -0,0 +1,183 @@ +oneline = "writing pp-data in vtk format automatically, saving memory" + +docstr = """this is the docstr of LIGGGHTSPostProcessing""" + +from dump import dump +from math import floor +from math import ceil +from vtk import vtk +import glob +import multiprocessing +import sys +import time +import os +import exceptions +# changes py p.s. - include a few command line options +import getopt + +class lpp: + + #============================================================================= + # creates a filelist, seperates it to sublists + # creates multiple processes + # calls lppWorker for each sublist + # lppWorker + # calls dump, vtk and manyGran for the given list of files + # returns 0 + #============================================================================= + + def __init__(self, *list, **kwargs): + # do argument parsing, raise errors if non-integers were given + # this can be changed if one wants less overhead but use more memory: + # make this figure higher but if possible a multiple of 8 + self.cpunum = multiprocessing.cpu_count() + self.chunksize = 8 + + if "--chunksize" in kwargs: + try: + if int(kwargs["--chunksize"]) > 0: + self.chunksize = int(kwargs["--chunksize"]) + else: raise ValueError + except ValueError: + raise ValueError, "Invalid or no argument given for chunksize" + + if "--cpunum" in kwargs: + try: + if int(kwargs["--cpunum"]) > 0 and int(kwargs["--cpunum"]) <= self.cpunum: + self.cpunum = int(kwargs["--cpunum"]) + else: raise ValueError + except ValueError: + raise ValueError, "Invalid or no argument given for cpunum" + + + # suppress output with 'False' + if "--debug" in kwargs: self.debugMode = True + else: self.debugMode = False + + if "--quiet" in kwargs: + self.output = False + self.debugMode = False + else: self.output = True + + if self.output: + print "starting LIGGGHTS memory optimized parallel post processing" + print "chunksize:", self.chunksize, "-->",self.chunksize,\ + "files are processed per chunk. If you run out of memory reduce chunksize." + starttime = time.time() + + if self.debugMode: print "number of process:", os.getpid() + + # check whether file-list is nonempty + self.flist = list[0] + if len(self.flist) == 0 and len(list) == 1: + raise StandardError, "no dump file specified" + + if self.output: + print "Working with", self.cpunum, "processes..." + + # seperate list in pieces of 96+rest + listlen = len(self.flist) + self.slices = [] + + residualPresent = int(bool(listlen-floor(listlen/self.chunksize)*self.chunksize)) + + for i in xrange(int(floor(listlen/self.chunksize))+residualPresent): + slice = self.flist[i*self.chunksize:(i+1)*self.chunksize] + self.slices.append(slice) + self.flist = [] + + output = "" + if "-o" in kwargs: output = kwargs["-o"] + # generate input for lppWorker + dumpInput = [{"filelist":self.slices[i],\ + "debugMode":self.debugMode,"output":output} for i in xrange(len(self.slices))] + + numberOfRuns = len(dumpInput) + i = 0 + while i < len(dumpInput): + + if self.output: + print "calculating chunks",i+1,"-",min(i+self.cpunum,numberOfRuns),"of",numberOfRuns + + if self.debugMode: print "input of this \"map\": ",dumpInput[i:i+self.cpunum] + + # create job_server + job_server = multiprocessing.Pool(processes = self.cpunum) + + # map lppWorker on all inputs via job_server (parallelly) + job_server.map(lppWorker,dumpInput[i:i+self.cpunum]) + + # close jobserver + job_server.close() + i += self.cpunum + + endtime = time.time() + if self.output: + print "wrote", listlen,"granular snapshots in VTK format" + print "time needed:",endtime-starttime,"sec" + +def lppWorker(input): + flist = input["filelist"] + debugMode = input["debugMode"] + outfileName = input["output"] + #print "number of subprocess:", os.getpid() + #print flist,"\n\n" + + flistlen = len(flist) + splitfname = flist[0].rsplit(".") + if outfileName == "": + # generate name of manyGran + granName = splitfname[len(splitfname)-1] + elif outfileName.endswith("/"): + granName = outfileName + splitfname[len(splitfname)-1] + else: + granName = outfileName + + # call dump, vtk, manyGran + try: + d = dump({"filelist":flist, "debugMode":debugMode}) + v = vtk(d) + if debugMode: print "\nfileNums: ",d.fileNums,"\n" + v.manyGran(granName,fileNos=d.fileNums,output=debugMode) + except KeyboardInterrupt: + raise + + return 0 + +def printHelp(): + print "usage: pizza [options] dump.example\n where dump.example is a filename",\ + "or regular expression passing all relevant dump files to pizza." + print "Important command line options:" + print "-o fname : define output file name (default is liggghts + timestep number)" + print "--chunksize : sets the chunksize, default: 8" + print "--cpunum : sets the number of processes to start, default (and maximum)",\ + "is the amout of cpu cores avaliable at your system" + print "--help : writes this help message and exits" + print "For details, read README_GRANULAR.txt" + +if __name__ == "__main__": + if len(sys.argv) > 1: + # parse options + optlist, args = getopt.gnu_getopt(sys.argv[1:],'o:',['chunksize=','cpunum=','debug','help','quiet']) + optdict = dict(optlist) + if "--help" in optdict: + printHelp() + else: + try: + lpp(args,**optdict) + except KeyboardInterrupt: + print "aborted by user" + except BaseException, e: + print "aborting due to errors:", e + + #=========================================================================== + # except: + # if sys.exc_type == exceptions.SystemExit: + # pass + # else: + # print sys.exc_info() + #=========================================================================== + else: + printHelp() + + diff --git a/src/lpp.pyc b/src/lpp.pyc new file mode 100644 index 0000000..7775407 Binary files /dev/null and b/src/lpp.pyc differ diff --git a/src/matlab.py b/src/matlab.py new file mode 100644 index 0000000..9cde9b0 --- /dev/null +++ b/src/matlab.py @@ -0,0 +1,379 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# matlab tool + +oneline = "Create plots via MatLab numerical analysis program" + +docstr = """ +m = matlab() start up MatLab +m.stop() shut down MatLab process + +m.plot(a) plot vector A against linear index +m.plot(a,b) plot B against A +m.plot(a,b,c,d,...) plot B against A, D against C, etc +m.mplot(M,N,S,"file",a,b,...) multiple plots saved to file0000.eps, etc + + each plot argument can be a tuple, list, or Numeric/NumPy vector + mplot loops over range(M,N,S) and create one plot per iteration + last args are same as list of vectors for plot(), e.g. 1, 2, 4 vectors + each plot is made from a portion of the vectors, depending on loop index i + Ith plot is of b[0:i] vs a[0:i], etc + series of plots saved as file0000.eps, file0001.eps, etc + if use xrange(),yrange() then plot axes will be same for all plots + +m("c = a + b") execute string in MatLab + +m.enter() enter MatLab shell +matlab> c = a + b type commands directly to MatLab +matlab> exit, quit exit MatLab shell + +m.export("data",range(100),a,...) create file with columns of numbers + + all vectors must be of equal length + could plot from file with MatLab commands: + cols = importdata('data') + plot(cols(:,1),cols(:,2)) + +m.select(N) figure N becomes the current plot + + subsequent commands apply to this plot + +m.hide(N) delete window for figure N +m.save("file") save current plot as file.eps + +Set attributes for current plot: + +m.erase() reset all attributes to default values +m.aspect(1.3) aspect ratio +m.xtitle("Time") x axis text +m.ytitle("Energy") y axis text +m.title("My Plot") title text +m.title("title","x","y") title, x axis, y axis text +m.xrange(xmin,xmax) x axis range +m.xrange() default x axis range +m.yrange(ymin,ymax) y axis range +m.yrange() default y axis range +m.xlog() toggle x axis between linear and log +m.ylog() toggle y axis between linear and log +m.label(x,y,"text") place label at x,y coords +m.curve(N,'r') set color of curve N +m.curve(N,'g','--') set color and line style of curve N +m.curve(N,'b','-','v') set color, line style, symbol of curve N + + colors: 'k' = black, 'r' = red, 'g' = green, 'b' = blue + 'm' = magenta, 'c' = cyan, 'y' = yellow + styles: '-' = solid, '--' = dashed, ':' = dotted, '-.' = dash-dot + symbols: '+' = plus, 'o' = circle, '*' = asterik, 'x' = X, + 's' = square, 'd' = diamond, '^' = up triangle, + 'v' = down triangle, '>' = right triangle, + '<' = left triangle, 'p' = pentagram, 'h' = hexagram +""" + +# History +# 8/05, Matt Jones (BYU): original version + +# ToDo list +# allow choice of JPG or PNG or GIF when saving via "saveas" command +# have vec/array import/export functions to pass variables between +# Pizza.py and MatLab and have them named in MatLab + +# Variables +# current = index of current figure (1-N) +# figures = list of figure objects with each plot's attributes +# so they aren't lost between replots +# import command to yank MatLab variables back to Python +# allow for alternate export command to name the variables from Python +# in MatLab and vice versa + +# Imports and external programs + +import types, os + +try: from DEFAULTS import PIZZA_MATLAB +except: PIZZA_MATLAB = "matlab -nosplash -nodesktop -nojvm" + +# Class definition + +class matlab: + + # -------------------------------------------------------------------- + + def __init__(self): + self.MATLAB = os.popen(PIZZA_MATLAB,'w') + self.file = "tmp.matlab" + self.figures = [] + self.select(1) + + # -------------------------------------------------------------------- + + def stop(self): + self.__call__("quit") + del self.MATLAB + + # -------------------------------------------------------------------- + + def __call__(self,command): + self.MATLAB.write(command + '\n') + self.MATLAB.flush() + + # -------------------------------------------------------------------- + + def enter(self): + while 1: + command = raw_input("matlab> ") + if command == "quit" or command == "exit": return + self.__call__(command) + + # -------------------------------------------------------------------- + # write plot vectors to files and plot them + + def plot(self,*vectors): + if len(vectors) == 1: + file = self.file + ".%d.1" % self.current + linear = range(len(vectors[0])) + self.export(file,linear,vectors[0]) + self.figures[self.current-1].ncurves = 1 + else: + if len(vectors) % 2: raise StandardError,"vectors must come in pairs" + for i in range(0,len(vectors),2): + file = self.file + ".%d.%d" % (self.current,i/2+1) + self.export(file,vectors[i],vectors[i+1]) + self.figures[self.current-1].ncurves = len(vectors)/2 + self.draw() + + # -------------------------------------------------------------------- + # create multiple plots from growing vectors, save to numbered files + # don't plot empty vector, create a [0] instead + + def mplot(self,start,stop,skip,file,*vectors): + n = 0 + for i in range(start,stop,skip): + partial_vecs = [] + for vec in vectors: + if i: partial_vecs.append(vec[:i]) + else: partial_vecs.append([0]) + self.plot(*partial_vecs) + + if n < 10: newfile = file + "000" + str(n) + elif n < 100: newfile = file + "00" + str(n) + elif n < 1000: newfile = file + "0" + str(n) + else: newfile = file + str(n) + + self.save(newfile) + n += 1 + + # -------------------------------------------------------------------- + # write list of equal-length vectors to filename + + def export(self,filename,*vectors): + n = len(vectors[0]) + for vector in vectors: + if len(vector) != n: raise StandardError,"vectors must be same length" + f = open(filename,'w') + nvec = len(vectors) + for i in xrange(n): + for j in xrange(nvec): + print >>f,vectors[j][i], + print >>f + f.close() + + # -------------------------------------------------------------------- + # select plot N as current plot + + def select(self,n): + self.current = n + if len(self.figures) < n: + for i in range(n - len(self.figures)): + self.figures.append(figure()) + self.draw() + + # -------------------------------------------------------------------- + # delete window for plot N + + def hide(self,n): + cmd = "set(figure(%d),'Visible','off')" % n + self.__call__(cmd) + + # -------------------------------------------------------------------- + # save plot to file.eps + # do not continue until plot file is written out + # else script could go forward and change data file + # use tmp.done as semaphore to indicate plot is finished + + def save(self,file): + if os.path.exists("tmp.done"): os.remove("tmp.done") + cmd = "saveas(gcf,'%s.eps','psc2')" % file + self.__call__(cmd) + self.__call__("!touch tmp.done") + while not os.path.exists("tmp.done"): continue + + # -------------------------------------------------------------------- + # restore default attributes by creating a new fig object + + def erase(self): + fig = figure() + fig.ncurves = self.figures[self.current-1].ncurves + self.figures[self.current-1] = fig + self.draw() + + # -------------------------------------------------------------------- + + def aspect(self,value): + self.figures[self.current-1].aspect = value + self.draw() + + # -------------------------------------------------------------------- + + def xrange(self,*values): + if len(values) == 0: + self.figures[self.current-1].xlimit = 0 + else: + self.figures[self.current-1].xlimit = (values[0],values[1]) + self.draw() + + # -------------------------------------------------------------------- + + def yrange(self,*values): + if len(values) == 0: + self.figures[self.current-1].ylimit = 0 + else: + self.figures[self.current-1].ylimit = (values[0],values[1]) + self.draw() + + # -------------------------------------------------------------------- + + def label(self,x,y,text): + self.figures[self.current-1].labels.append((x,y,text)) + self.figures[self.current-1].nlabels += 1 + self.draw() + + # -------------------------------------------------------------------- + + def nolabels(self): + self.figures[self.current-1].nlabel = 0 + self.figures[self.current-1].labels = [] + self.draw() + + # -------------------------------------------------------------------- + + def title(self,*strings): + if len(strings) == 1: + self.figures[self.current-1].title = strings[0] + else: + self.figures[self.current-1].title = strings[0] + self.figures[self.current-1].xtitle = strings[1] + self.figures[self.current-1].ytitle = strings[2] + self.draw() + + # -------------------------------------------------------------------- + + def xtitle(self,label): + self.figures[self.current-1].xtitle = label + self.draw() + + # -------------------------------------------------------------------- + + def ytitle(self,label): + self.figures[self.current-1].ytitle = label + self.draw() + + # -------------------------------------------------------------------- + + def xlog(self): + if self.figures[self.current-1].xlog: + self.figures[self.current-1].xlog = 0 + else: + self.figures[self.current-1].xlog = 1 + self.draw() + + # -------------------------------------------------------------------- + + def ylog(self): + if self.figures[self.current-1].ylog: + self.figures[self.current-1].ylog = 0 + else: + self.figures[self.current-1].ylog = 1 + self.draw() + + # -------------------------------------------------------------------- + + def curve(self,num,*settings): + fig = self.figures[self.current-1] + while len(fig.curves) < num: fig.curves.append('') + value = settings[0] + if len(settings) >= 2: value += settings[1] + if len(settings) >= 3: value += settings[2] + fig.curves[num-1] = value + self.draw() + + # -------------------------------------------------------------------- + # draw a plot with all its settings + # just return if no files of vectors defined yet + + def draw(self): + fig = self.figures[self.current-1] + if not fig.ncurves: return + self.__call__("figure(%d)" % self.current) + + if not fig.xlog and not fig.ylog: cmd = "plot" + elif fig.xlog and not fig.ylog: cmd = "semilogx" + elif not fig.xlog and fig.ylog: cmd = "semilogy" + elif fig.xlog and fig.ylog: cmd = "loglog" + + cmd += '(' + for i in range(fig.ncurves): + file = self.file + ".%d.%d" % (self.current,i+1) + readcmd = "pizza%d = importdata('%s');" % (i+1,file) + self.__call__(readcmd) + if len(fig.curves) > i: + cmd += "pizza%d(:,1),pizza%d(:,2),'%s'," % (i+1,i+1,fig.curves[i]) + else: + cmd += "pizza%d(:,1),pizza%d(:,2),''," % (i+1,i+1) + cmd = cmd[:-1] + ",'LineWidth',1.5)" # kludge on line width for now + # problem is it applies to all curves + self.__call__(cmd) # should allow other attributes set + + cmd = "set(gca,'PlotBoxAspectRatio',[%g,1,1])" % float(fig.aspect) + self.__call__(cmd) + + # kludge to set title sizes + self.__call__("title('%s','FontSize',16)" % fig.title) + self.__call__("xlabel('%s','FontSize',16)" % fig.xtitle) + self.__call__("ylabel('%s','FontSize',16)" % fig.ytitle) + + if fig.xlimit == 0 or fig.ylimit == 0: self.__call__("axis auto") + if fig.xlimit: + self.__call__("xlim([%g,%g])" % (fig.xlimit[0],fig.xlimit[1])) + if fig.ylimit: + self.__call__("ylim([%g,%g])" % (fig.ylimit[0],fig.ylimit[1])) + + for i in range(fig.nlabels): + x = fig.labels[i][0] + y = fig.labels[i][1] + text = fig.labels[i][2] # kludge to set label font size + self.__call__("text(%g,%g,'%s','FontSize',16)" % (x,y,text)) + +# -------------------------------------------------------------------- +# class to store settings for a single plot + +class figure: + + def __init__(self): + self.ncurves = 0 + self.curves = [] + self.title = "" + self.xtitle = "" + self.ytitle = "" + self.aspect = 1.3 + self.xlimit = 0 + self.ylimit = 0 + self.xlog = 0 + self.ylog = 0 + self.nlabels = 0 + self.labels = [] diff --git a/src/matlab.pyc b/src/matlab.pyc new file mode 100644 index 0000000..ccf7ee6 Binary files /dev/null and b/src/matlab.pyc differ diff --git a/src/mdump.py b/src/mdump.py new file mode 100644 index 0000000..82c5dc6 --- /dev/null +++ b/src/mdump.py @@ -0,0 +1,903 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# mdump tool + +oneline = "Read, write, manipulate mesh dump files" + +docstr = """ +m = mdump("mesh.one") read in one or more mesh dump files +m = mdump("mesh.1 mesh.2.gz") can be gzipped +m = mdump("mesh.*") wildcard expands to multiple files +m = mdump("mesh.*",0) two args = store filenames, but don't read + + incomplete and duplicate snapshots are deleted + +time = m.next() read next snapshot from dump files + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment or unscaling is performed + +m.map(2,"temperature") assign names to element value columns (1-N) + +m.tselect.all() select all timesteps +m.tselect.one(N) select only timestep N +m.tselect.none() deselect all timesteps +m.tselect.skip(M) select every Mth step +m.tselect.test("$t >= 100 and $t < 10000") select matching timesteps +m.delete() delete non-selected timesteps + + selecting a timestep also selects all elements in the timestep + skip() and test() only select from currently selected timesteps + test() uses a Python Boolean expression with $t for timestep value + Python comparison syntax: == != < > <= >= and or + +m.eselect.all() select all elems in all steps +m.eselect.all(N) select all elems in one step +m.eselect.test("$id > 100 and $type == 2") select match elems in all steps +m.eselect.test("$id > 100 and $type == 2",N) select matching elems in one step + + all() with no args selects atoms from currently selected timesteps + test() with one arg selects atoms from currently selected timesteps + test() sub-selects from currently selected elements + test() uses a Python Boolean expression with $ for atom attributes + Python comparison syntax: == != < > <= >= and or + $name must end with a space + +t = m.time() return vector of selected timestep values +fx,fy,... = m.vecs(1000,"fx","fy",...) return vector(s) for timestep N + + vecs() returns vectors with one value for each selected elem in the timestep + +index,time,flag = m.iterator(0/1) loop over mesh dump snapshots +time,box,atoms,bonds,tris,lines = m.viz(index) return list of viz objects +nodes,elements,nvalues,evalues = m.mviz(index) return list of mesh viz objects +m.etype = "color" set column returned as "type" by viz + + iterator() loops over selected timesteps + iterator() called with arg = 0 first time, with arg = 1 on subsequent calls + index = index within dump object (0 to # of snapshots) + time = timestep value + flag = -1 when iteration is done, 1 otherwise + viz() returns info for selected elements for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = \[xlo,ylo,zlo,xhi,yhi,zhi\] + atoms = NULL + bonds = NULL + tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3,nx,ny,nz for each tri as 2d array + each element is decomposed into tris + lines = NULL + mviz() returns info for all elements for specified timestep index + can also call as mviz(time,1) and will find index of preceding snapshot + time = timestep value + box = \[xlo,ylo,zlo,xhi,yhi,zhi\] + nodes = list of nodes = id,type,x,y,z + elements = list of elements = id,type,node1,node2,... + nvalues = list of node values = id,type,value1,value2,... + evalues = list of element values = id,type,value1,value2,... + etype is column name viz() will return as element type (def = "" = elem type) +""" + +# History +# 11/06, Steve Plimpton (SNL): original version +# 12/09, David Hart (SNL): allow use of NumPy or Numeric + +# Variables +# flist = list of dump file names +# increment = 1 if reading snapshots one-at-a-time +# nextfile = which file to read from via next() +# eof = ptr into current file for where to read via next() +# nsnaps = # of snapshots +# nselect = # of selected snapshots +# snaps = list of snapshots +# names = dictionary of column names: +# key = "id", value = column # (0 to M-1) +# tselect = class for time selection +# eselect = class for element selection +# etype = name of vector used as element type by viz extract (def = "") +# Snap = one snapshot +# time = time stamp +# tselect = 0/1 if this snapshot selected +# nflag = 0/1 if this snapshot has nodal coords (may be copies) +# eflag = 0/n if this snapshot has elements (may be copies) +# 1 = tri, 2 = tet, 3 = square, 4 = cube +# nvalueflag = 0/1 if this snapshot has nodal values +# evalueflag = 0/1 if this snapshot has element values +# nselect = # of selected elements in this snapshot +# eselect[i] = 0/1 for each element +# xlo,xhi,ylo,yhi,zlo,zhi = box bounds (float) +# nnodes = # of nodes +# nodes[i][j] = 2d array of floats, i = 0 to Nnod-1, j = 0 to Ncol +# nelements = # of elements +# elements[i][j] = 2d array of floats, i = 0 to Nel-1, j = 0 to Ncol +# nnvalues = # of node values +# nvalues[i][j] = 2d array of floats, i = 0 to Nnod-1, j = 0 to Ncol +# nevalues = # of node values +# evalues[i][j] = 2d array of floats, i = 0 to Nel-1, j = 0 to Ncol + +# Imports and external programs + +import sys, commands, re, glob, types +from os import popen +from math import * # any function could be used by set() + +try: + import numpy as np + oldnumeric = False +except: + import Numeric as np + oldnumeric = True + +try: from DEFAULTS import PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class mdump: + + # -------------------------------------------------------------------- + + def __init__(self,*list): + self.snaps = [] + self.nsnaps = self.nselect = 0 + self.names = {} + self.tselect = tselect(self) + self.eselect = eselect(self) + self.etype = "" + + # flist = list of all dump file names + + words = list[0].split() + self.flist = [] + for word in words: self.flist += glob.glob(word) + if len(self.flist) == 0 and len(list) == 1: + raise StandardError,"no dump file specified" + + if len(list) == 1: + self.increment = 0 + self.read_all() + else: + self.increment = 1 + self.nextfile = 0 + self.eof = 0 + + # -------------------------------------------------------------------- + + def read_all(self): + + # read all snapshots from each file + # test for gzipped files + + for file in self.flist: + if file[-3:] == ".gz": + f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r') + else: f = open(file) + + snap = self.read_snapshot(f) + while snap: + self.snaps.append(snap) + print snap.time, + sys.stdout.flush() + snap = self.read_snapshot(f) + + f.close() + print + + # sort entries by timestep, cull and combine duplicates + + self.snaps.sort(self.compare_time) + self.cull() + + # sort all node, element, nvalue, evalue arrays by ID + + for snap in self.snaps: + if snap.nflag: + array = snap.nodes + ids = array[:,0] + ordering = np.argsort(ids) + for i in xrange(len(array[0])): + array[:,i] = np.take(array[:,i],ordering) + if snap.eflag: + array = snap.elements + ids = array[:,0] + ordering = np.argsort(ids) + for i in xrange(len(array[0])): + array[:,i] = np.take(array[:,i],ordering) + if snap.nvalueflag: + array = snap.nvalues + ids = array[:,0] + ordering = np.argsort(ids) + for i in xrange(len(array[0])): + array[:,i] = np.take(array[:,i],ordering) + if snap.evalueflag: + array = snap.evalues + ids = array[:,0] + ordering = np.argsort(ids) + for i in xrange(len(array[0])): + array[:,i] = np.take(array[:,i],ordering) + + # reference definitions of nodes and elements in previous timesteps + + self.reference() + + self.nsnaps = len(self.snaps) + print "read %d snapshots" % self.nsnaps + + # select all timesteps and elements + + self.tselect.all() + + # -------------------------------------------------------------------- + # read next snapshot from list of files + + def next(self): + + if not self.increment: raise StandardError,"cannot read incrementally" + + # read next snapshot in current file using eof as pointer + # if fail, try next file + # if new snapshot time stamp already exists, read next snapshot + + while 1: + f = open(self.flist[self.nextfile],'rb') + f.seek(self.eof) + snap = self.read_snapshot(f) + if not snap: + self.nextfile += 1 + if self.nextfile == len(self.flist): return -1 + f.close() + self.eof = 0 + continue + self.eof = f.tell() + f.close() + try: + self.findtime(snap.time) + continue + except: break + + # select the new snapshot with all its elements + + self.snaps.append(snap) + snap = self.snaps[self.nsnaps] + snap.tselect = 1 + snap.nselect = snap.nelements + if snap.eflag: + for i in xrange(snap.nelements): snap.eselect[i] = 1 + self.nsnaps += 1 + self.nselect += 1 + + return snap.time + + # -------------------------------------------------------------------- + # read a single snapshot from file f + # return snapshot or 0 if failed + + def read_snapshot(self,f): + try: + snap = Snap() + item = f.readline() + snap.time = int(f.readline()) + snap.nflag = snap.eflag = snap.nvalueflag = snap.evalueflag = 0 + str = f.readline() + if "NUMBER OF NODES" in str: snap.nflag = 1 + elif "NUMBER OF TRIANGLES" in str: snap.eflag = 1 + elif "NUMBER OF TETS" in str: snap.eflag = 2 + elif "NUMBER OF SQUARES" in str: snap.eflag = 3 + elif "NUMBER OF CUBES" in str: snap.eflag = 4 + elif "NUMBER OF NODE VALUES" in str: snap.nvalueflag = 1 + elif "NUMBER OF ELEMENT VALUES" in str: snap.evalueflag = 1 + else: raise StandardError,"unrecognized snapshot in dump file" + n = int(f.readline()) + + if snap.eflag: snap.eselect = np.zeros(n) + + if snap.nflag: + item = f.readline() + words = f.readline().split() + snap.xlo,snap.xhi = float(words[0]),float(words[1]) + words = f.readline().split() + snap.ylo,snap.yhi = float(words[0]),float(words[1]) + words = f.readline().split() + snap.zlo,snap.zhi = float(words[0]),float(words[1]) + + item = f.readline() + if n: + words = f.readline().split() + ncol = len(words) + for i in xrange(1,n): + words += f.readline().split() + floats = map(float,words) + if oldnumeric: values = np.zeros((n,ncol),np.Float) + else: values = np.zeros((n,ncol),np.float) + start = 0 + stop = ncol + for i in xrange(n): + values[i] = floats[start:stop] + start = stop + stop += ncol + else: values = None + + if snap.nflag: + snap.nodes = values; snap.nnodes = n + elif snap.eflag: + snap.elements = values; snap.nelements = n + elif snap.nvalueflag: + snap.nvalues = values; snap.nnvalues = n + elif snap.evalueflag: + snap.evalues = values; snap.nevalues = n + return snap + except: + return 0 + + # -------------------------------------------------------------------- + # map atom column names + + def map(self,*pairs): + if len(pairs) % 2 != 0: + raise StandardError, "mdump map() requires pairs of mappings" + for i in range(0,len(pairs),2): + j = i + 1 + self.names[pairs[j]] = pairs[i]-1 + + # delete unselected snapshots + + # -------------------------------------------------------------------- + + def delete(self): + ndel = i = 0 + while i < self.nsnaps: + if not self.snaps[i].tselect: + del self.snaps[i] + self.nsnaps -= 1 + ndel += 1 + else: i += 1 + print "%d snapshots deleted" % ndel + print "%d snapshots remaining" % self.nsnaps + + # -------------------------------------------------------------------- + # sort elements by ID in all selected timesteps or one timestep + + def sort(self,*list): + if len(list) == 0: + print "Sorting selected snapshots ..." + id = self.names["id"] + for snap in self.snaps: + if snap.tselect: self.sort_one(snap,id) + else: + i = self.findtime(list[0]) + id = self.names["id"] + self.sort_one(self.snaps[i],id) + + + # -------------------------------------------------------------------- + # sort a single snapshot by ID column + + def sort_one(self,snap,id): + atoms = snap.atoms + ids = atoms[:,id] + ordering = np.argsort(ids) + for i in xrange(len(atoms[0])): + atoms[:,i] = np.take(atoms[:,i],ordering) + + # -------------------------------------------------------------------- + # return vector of selected snapshot time stamps + + def time(self): + vec = self.nselect * [0] + i = 0 + for snap in self.snaps: + if not snap.tselect: continue + vec[i] = snap.time + i += 1 + return vec + + # -------------------------------------------------------------------- + # extract vector(s) of values for selected elements at chosen timestep + + def vecs(self,n,*list): + snap = self.snaps[self.findtime(n)] + if not snap.evalues: + raise StandardError, "snapshot has no element values" + + if len(list) == 0: + raise StandardError, "no columns specified" + columns = [] + values = [] + for name in list: + columns.append(self.names[name]) + values.append(snap.nselect * [0]) + ncol = len(columns) + + m = 0 + for i in xrange(len(snap.evalues)): + if not snap.eselect[i]: continue + for j in xrange(ncol): + values[j][m] = snap.evalues[i][columns[j]] + m += 1 + + if len(list) == 1: return values[0] + else: return values + + # -------------------------------------------------------------------- + # sort snapshots on time stamp + + def compare_time(self,a,b): + if a.time < b.time: + return -1 + elif a.time > b.time: + return 1 + else: + return 0 + + # -------------------------------------------------------------------- + # delete successive snapshots with duplicate time stamp + # if have same timestamp, combine them if internal flags are different + + def cull(self): + i = 1 + while i < len(self.snaps): + if self.snaps[i].time == self.snaps[i-1].time: + if self.snaps[i].nflag: + if not self.snaps[i-1].nflag: + self.snaps[i-1].nflag = 1 + self.snaps[i-1].nnodes = self.snaps[i].nnodes + self.snaps[i-1].nodes = self.snaps[i].nodes + self.snaps[i-1].xlo = self.snaps[i].xlo + self.snaps[i-1].xhi = self.snaps[i].xhi + self.snaps[i-1].ylo = self.snaps[i].ylo + self.snaps[i-1].yhi = self.snaps[i].yhi + self.snaps[i-1].zlo = self.snaps[i].zlo + self.snaps[i-1].zhi = self.snaps[i].zhi + elif self.snaps[i].eflag: + if not self.snaps[i-1].eflag: + self.snaps[i-1].eflag = self.snaps[i].eflag + self.snaps[i-1].nelements = self.snaps[i].nelements + self.snaps[i-1].elements = self.snaps[i].elements + self.snaps[i-1].eselect = self.snaps[i].eselect + elif self.snaps[i].nvalueflag: + if not self.snaps[i-1].nvalueflag: + self.snaps[i-1].nvalueflag = 1 + self.snaps[i-1].nnvalues = self.snaps[i].nnvalues + self.snaps[i-1].nvalues = self.snaps[i].nvalues + elif self.snaps[i].evalueflag: + if not self.snaps[i-1].evalueflag: + self.snaps[i-1].evalueflag = 1 + self.snaps[i-1].nevalues = self.snaps[i].nevalues + self.snaps[i-1].evalues = self.snaps[i].evalues + del self.snaps[i] + else: + i += 1 + + # -------------------------------------------------------------------- + # insure every snapshot has node and element connectivity info + # if not, point it at most recent shapshot that does + + def reference(self): + for i in xrange(len(self.snaps)): + if not self.snaps[i].nflag: + for j in xrange(i,-1,-1): + if self.snaps[j].nflag: + self.snaps[i].nflag = self.snaps[j].nflag + self.snaps[i].nnodes = self.snaps[j].nnodes + self.snaps[i].nodes = self.snaps[j].nodes + self.snaps[i].xlo = self.snaps[j].xlo + self.snaps[i].xhi = self.snaps[j].xhi + self.snaps[i].ylo = self.snaps[j].ylo + self.snaps[i].yhi = self.snaps[j].yhi + self.snaps[i].zlo = self.snaps[j].zlo + self.snaps[i].zhi = self.snaps[j].zhi + break + if not self.snaps[i].nflag: + raise StandardError,"no nodal coords found in previous snapshots" + if not self.snaps[i].eflag: + for j in xrange(i,-1,-1): + if self.snaps[j].eflag: + self.snaps[i].eflag = self.snaps[j].eflag + self.snaps[i].nelements = self.snaps[j].nelements + self.snaps[i].elements = self.snaps[j].elements + self.snaps[i].eselect = self.snaps[j].eselect + break + if not self.snaps[i].eflag: + raise StandardError,"no elem connections found in previous snapshots" + + # -------------------------------------------------------------------- + # iterate over selected snapshots + + def iterator(self,flag): + start = 0 + if flag: start = self.iterate + 1 + for i in xrange(start,self.nsnaps): + if self.snaps[i].tselect: + self.iterate = i + return i,self.snaps[i].time,1 + return 0,0,-1 + + # -------------------------------------------------------------------- + # return list of triangles to viz for snapshot isnap + # if called with flag, then index is timestep, so convert to snapshot index + + def viz(self,index,flag=0): + if not flag: isnap = index + else: + times = self.time() + n = len(times) + i = 0 + while i < n: + if times[i] > index: break + i += 1 + isnap = i - 1 + snap = self.snaps[isnap] + + time = snap.time + box = [snap.xlo,snap.ylo,snap.zlo,snap.xhi,snap.yhi,snap.zhi] + if self.etype == "": type = -1 + else: type = self.names[self.etype] + + atoms = [] + bonds = [] + + # create triangle list from all elements + # for type, either use element type (-1) or user-defined column in evalues + + tris = [] + nodes = snap.nodes + for i in xrange(snap.nelements): + if not snap.eselect[i]: continue + element = snap.elements[i] + if snap.evalueflag: evalue = snap.evalues[i] + else: evalues = [] + + # single tri, normal = up + + if snap.eflag == 1: + v1 = nodes[int(element[2])-1][2:5].tolist() + v2 = nodes[int(element[3])-1][2:5].tolist() + v3 = nodes[int(element[4])-1][2:5].tolist() + list = v1 + v2 + v3 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + + # single tet, convert to 4 tris, normals = out + + elif snap.eflag == 2: + v1 = nodes[int(element[2])-1][2:5].tolist() + v2 = nodes[int(element[3])-1][2:5].tolist() + v3 = nodes[int(element[4])-1][2:5].tolist() + v4 = nodes[int(element[5])-1][2:5].tolist() + list = v1 + v2 + v4 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v2 + v3 + v4 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v1 + v4 + v3 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v1 + v3 + v2 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + + # single square, convert to 2 tris, normals = up + + elif snap.eflag == 3: + v1 = nodes[int(element[2])-1][2:5].tolist() + v2 = nodes[int(element[3])-1][2:5].tolist() + v3 = nodes[int(element[4])-1][2:5].tolist() + v4 = nodes[int(element[5])-1][2:5].tolist() + list = v1 + v2 + v3 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v1 + v3 + v4 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + + # single cube, convert to 12 tris, normals = out + + elif snap.eflag == 4: + v1 = nodes[int(element[2])-1][2:5].tolist() + v2 = nodes[int(element[3])-1][2:5].tolist() + v3 = nodes[int(element[4])-1][2:5].tolist() + v4 = nodes[int(element[5])-1][2:5].tolist() + v5 = nodes[int(element[6])-1][2:5].tolist() + v6 = nodes[int(element[7])-1][2:5].tolist() + v7 = nodes[int(element[8])-1][2:5].tolist() + v8 = nodes[int(element[9])-1][2:5].tolist() + list = v1 + v3 + v2 # lower z face + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v1 + v4 + v3 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v5 + v6 + v7 # upper z face + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v5 + v7 + v8 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v1 + v2 + v6 # lower y face + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v1 + v6 + v5 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v4 + v7 + v3 # upper y face + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v4 + v8 + v7 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v1 + v8 + v4 # lower x face + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v1 + v5 + v8 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v2 + v3 + v7 # upper x face + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + list = v2 + v7 + v6 + n = normal(list[0:3],list[3:6],list[6:9]) + if type == -1: tris.append([element[0],element[1]] + list + n) + else: tris.append([element[0],evalue[type]] + list + n) + + lines = [] + + return time,box,atoms,bonds,tris,lines + + # -------------------------------------------------------------------- + # return lists of node/element info for snapshot isnap + # if called with flag, then index is timestep, so convert to snapshot index + + def mviz(self,index,flag=0): + if not flag: isnap = index + else: + times = self.time() + n = len(times) + i = 0 + while i < n: + if times[i] > index: break + i += 1 + isnap = i - 1 + snap = self.snaps[isnap] + + time = snap.time + box = [snap.xlo,snap.ylo,snap.zlo,snap.xhi,snap.yhi,snap.zhi] + nvalues = [] + if snap.nvalueflag: nvalues = snap.nvalues + evalues = [] + if snap.nvalueflag: evalues = snap.evalues + + return time,box,snap.nodes,snap.elements,nvalues,evalues + + # -------------------------------------------------------------------- + + def findtime(self,n): + for i in xrange(self.nsnaps): + if self.snaps[i].time == n: return i + raise StandardError, "no step %d exists" % n + + # -------------------------------------------------------------------- + # return maximum box size across all selected snapshots + + def maxbox(self): + xlo = ylo = zlo = None + xhi = yhi = zhi = None + for snap in self.snaps: + if not snap.tselect: continue + if xlo == None or snap.xlo < xlo: xlo = snap.xlo + if xhi == None or snap.xhi > xhi: xhi = snap.xhi + if ylo == None or snap.ylo < ylo: ylo = snap.ylo + if yhi == None or snap.yhi > yhi: yhi = snap.yhi + if zlo == None or snap.zlo < zlo: zlo = snap.zlo + if zhi == None or snap.zhi > zhi: zhi = snap.zhi + return [xlo,ylo,zlo,xhi,yhi,zhi] + + # -------------------------------------------------------------------- + + def compare_atom(self,a,b): + if a[0] < b[0]: + return -1 + elif a[0] > b[0]: + return 1 + else: + return 0 + +# -------------------------------------------------------------------- +# one snapshot + +class Snap: + pass + +# -------------------------------------------------------------------- +# time selection class + +class tselect: + + def __init__(self,data): + self.data = data + + # -------------------------------------------------------------------- + + def all(self): + data = self.data + for snap in data.snaps: + snap.tselect = 1 + data.nselect = len(data.snaps) + data.eselect.all() + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + + # -------------------------------------------------------------------- + + def one(self,n): + data = self.data + for snap in data.snaps: + snap.tselect = 0 + i = data.findtime(n) + data.snaps[i].tselect = 1 + data.nselect = 1 + data.eselect.all() + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + + # -------------------------------------------------------------------- + + def none(self): + data = self.data + for snap in data.snaps: + snap.tselect = 0 + data.nselect = 0 + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + + # -------------------------------------------------------------------- + + def skip(self,n): + data = self.data + count = n-1 + for snap in data.snaps: + if not snap.tselect: continue + count += 1 + if count == n: + count = 0 + continue + snap.tselect = 0 + data.nselect -= 1 + data.eselect.all() + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + + # -------------------------------------------------------------------- + + def test(self,teststr): + data = self.data + snaps = data.snaps + cmd = "flag = " + teststr.replace("$t","snaps[i].time") + ccmd = compile(cmd,'','single') + for i in xrange(data.nsnaps): + if not snaps[i].tselect: continue + exec ccmd + if not flag: + snaps[i].tselect = 0 + data.nselect -= 1 + data.eselect.all() + print "%d snapshots selected out of %d" % (data.nselect,data.nsnaps) + +# -------------------------------------------------------------------- +# element selection class + +class eselect: + + def __init__(self,data): + self.data = data + + # -------------------------------------------------------------------- + + def all(self,*args): + data = self.data + if len(args) == 0: # all selected timesteps + for snap in data.snaps: + if not snap.tselect: continue + for i in xrange(snap.nelements): snap.eselect[i] = 1 + snap.nselect = snap.nelements + else: # one timestep + n = data.findtime(args[0]) + snap = data.snaps[n] + for i in xrange(snap.nelements): snap.eselect[i] = 1 + snap.nselect = snap.nelements + + # -------------------------------------------------------------------- + + def test(self,teststr,*args): + data = self.data + + # replace all $var with snap.atoms references and compile test string + + pattern = "\$\w*" + list = re.findall(pattern,teststr) + for item in list: + name = item[1:] + column = data.names[name] + insert = "snap.atoms[i][%d]" % column + teststr = teststr.replace(item,insert) + cmd = "flag = " + teststr + ccmd = compile(cmd,'','single') + + if len(args) == 0: # all selected timesteps + for snap in data.snaps: + if not snap.tselect: continue + for i in xrange(snap.nelements): + if not snap.eselect[i]: continue + exec ccmd + if not flag: + snap.eselect[i] = 0 + snap.nselect -= 1 + for i in xrange(data.nsnaps): + if data.snaps[i].tselect: + print "%d atoms of %d selected in first step %d" % \ + (data.snaps[i].nselect,data.snaps[i].nelements,data.snaps[i].time) + break + for i in xrange(data.nsnaps-1,-1,-1): + if data.snaps[i].tselect: + print "%d atoms of %d selected in last step %d" % \ + (data.snaps[i].nselect,data.snaps[i].nelements,data.snaps[i].time) + break + + else: # one timestep + n = data.findtime(args[0]) + snap = data.snaps[n] + for i in xrange(snap.nelements): + if not snap.eselect[i]: continue + exec ccmd + if not flag: + snap.eselect[i] = 0 + snap.nselect -= 1 + +# -------------------------------------------------------------------- +# compute normal for a triangle with 3 vertices + +def normal(x,y,z): + v1 = 3*[0] + v1[0] = y[0] - x[0] + v1[1] = y[1] - x[1] + v1[2] = y[2] - x[2] + + v2 = 3*[0] + v2[0] = z[0] - y[0] + v2[1] = z[1] - y[1] + v2[2] = z[2] - y[2] + + n = 3*[0] + n[0] = v1[1]*v2[2] - v1[2]*v2[1] + n[1] = v1[2]*v2[0] - v1[0]*v2[2] + n[2] = v1[0]*v2[1] - v1[1]*v2[0] + + length = sqrt(n[0]*n[0] + n[1]*n[1] + n[2]*n[2]) + n[0] /= length + n[1] /= length + n[2] /= length + + return n diff --git a/src/mdump.pyc b/src/mdump.pyc new file mode 100644 index 0000000..afa73d1 Binary files /dev/null and b/src/mdump.pyc differ diff --git a/src/pair.py b/src/pair.py new file mode 100644 index 0000000..ad64d4b --- /dev/null +++ b/src/pair.py @@ -0,0 +1,267 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# pair tool + +oneline = "Compute LAMMPS pairwise energies" + +docstr = """ +p = pair("lj/charmm/coul/charmm") create pair object for specific pair style + + available styles: lj/cut, lj/cut/coul/cut, lj/charmm/coul/charmm + +p.coeff(d) extract pairwise coeffs from data object +p.init(cut1,cut2,...) setup based on coeffs and cutoffs + + init args are specific to pair style: + lj/cut = cutlj + lj/cut/coul/cut = cutlj,cut_coul (cut_coul optional) + lj/charmm/coul/charmm = cutlj_inner,cutlj,cutcoul_inner,cut_coul + (last 2 optional) + +e_vdwl,e_coul = p.single(rsq,itype,jtype,q1,q2,...) compute LJ/Coul energy + + pairwise energy between 2 atoms at distance rsq with their attributes + args are specific to pair style: + lj/cut = rsq,itype,jtype + lj/cut/coul/cut = rsq,itype,jtype,q1,q2 + lj/charmm/coul/charmm = rsq,itype,jtype,q1,q2 +""" + +# History +# 8/05, Steve Plimpton and Paul Crozier (SNL): original version +# 9/05, Paul Crozier (SNL): added lj/cut and lj/cut/coul/cut + +# ToDo list + +# Variables + +# Imports and external programs + +from math import sqrt + +# Class definition + +class pair: + + # -------------------------------------------------------------------- + + def __init__(self,style): + + # map generic methods to style-specific methods + + if style == "lj/cut": + self.coeff_func = self.coeff_lj_cut + self.init_func = self.init_lj_cut + self.single_func = self.single_lj_cut + elif style == "lj/cut/coul/cut": + self.coeff_func = self.coeff_lj_cut_coul_cut + self.init_func = self.init_lj_cut_coul_cut + self.single_func = self.single_lj_cut_coul_cut + elif style == "lj/charmm/coul/charmm": + self.coeff_func = self.coeff_lj_charmm_coul_charmm + self.init_func = self.init_lj_charmm_coul_charmm + self.single_func = self.single_lj_charmm_coul_charmm + else: + raise StandardError, "this pair style not yet supported" + + # -------------------------------------------------------------------- + # generic coeff method + + def coeff(self,data): + self.coeff_func(data) + + # -------------------------------------------------------------------- + # generic init method, as many args as needed + + def init(self,*list): + self.init_func(list) + + # -------------------------------------------------------------------- + # generic single method, as many args as needed + + def single(self,*list): + return self.single_func(list) + + # -------------------------------------------------------------------- + # -------------------------------------------------------------------- + # lj/cut methods + + def coeff_lj_cut(self,data): + epsilon = data.get("Pair Coeffs",2) + sigma = data.get("Pair Coeffs",3) + ntypes = len(epsilon) + + self.lj3 = [] + self.lj4 = [] + for i in xrange(ntypes): + self.lj3.append(ntypes * [0]) + self.lj4.append(ntypes * [0]) + for j in xrange(ntypes): + epsilon_ij = sqrt(epsilon[i]*epsilon[j]) + sigma_ij = sqrt(sigma[i]*sigma[j]) + self.lj3[i][j] = 4.0 * epsilon_ij * pow(sigma_ij,12.0); + self.lj4[i][j] = 4.0 * epsilon_ij * pow(sigma_ij,6.0); + + # -------------------------------------------------------------------- + # args = cutlj + + def init_lj_cut(self,list): + cut_lj = list[0] + self.cut_ljsq = cut_lj*cut_lj + + # -------------------------------------------------------------------- + # args = rsq,itype,jtype + + def single_lj_cut(self,list): + rsq = list[0] + itype = list[1] + jtype = list[2] + + r2inv = 1.0/rsq + + if rsq < self.cut_ljsq: + r6inv = r2inv*r2inv*r2inv + eng_vdwl = r6inv*(self.lj3[itype][jtype]*r6inv-self.lj4[itype][jtype]) + else: eng_vdwl = 0.0 + + return eng_vdwl + + # -------------------------------------------------------------------- + # -------------------------------------------------------------------- + # lj/cut/coul/cut methods + + def coeff_lj_cut_coul_cut(self,data): + epsilon = data.get("Pair Coeffs",2) + sigma = data.get("Pair Coeffs",3) + ntypes = len(epsilon) + + self.lj3 = [] + self.lj4 = [] + for i in xrange(ntypes): + self.lj3.append(ntypes * [0]) + self.lj4.append(ntypes * [0]) + for j in xrange(ntypes): + epsilon_ij = sqrt(epsilon[i]*epsilon[j]) + sigma_ij = sqrt(sigma[i]*sigma[j]) + self.lj3[i][j] = 4.0 * epsilon_ij * pow(sigma_ij,12.0); + self.lj4[i][j] = 4.0 * epsilon_ij * pow(sigma_ij,6.0); + + # -------------------------------------------------------------------- + # args = cutlj, cut_coul (cut_coul optional) + + def init_lj_cut_coul_cut(self,list): + self.qqr2e = 332.0636 # convert energy to kcal/mol + cut_lj = list[0] + self.cut_ljsq = cut_lj*cut_lj + + if len(list) == 1: cut_coul = cut_lj + else: cut_coul = list[1] + self.cut_coulsq = cut_coul*cut_coul + + # -------------------------------------------------------------------- + # args = rsq,itype,jtype,q1,q2 + + def single_lj_cut_coul_cut(self,list): + rsq = list[0] + itype = list[1] + jtype = list[2] + q1 = list[3] + q2 = list[4] + + r2inv = 1.0/rsq + + if rsq < self.cut_coulsq: eng_coul = self.qqr2e * q1*q2*sqrt(r2inv) + else: eng_coul = 0.0 + + if rsq < self.cut_ljsq: + r6inv = r2inv*r2inv*r2inv + eng_vdwl = r6inv*(self.lj3[itype][jtype]*r6inv-self.lj4[itype][jtype]) + else: eng_vdwl = 0.0 + + return eng_coul,eng_vdwl + + # -------------------------------------------------------------------- + # -------------------------------------------------------------------- + # lj/charmm/coul/charmm methods + + def coeff_lj_charmm_coul_charmm(self,data): + epsilon = data.get("Pair Coeffs",2) + sigma = data.get("Pair Coeffs",3) + ntypes = len(epsilon) + + self.lj3 = [] + self.lj4 = [] + for i in xrange(ntypes): + self.lj3.append(ntypes * [0]) + self.lj4.append(ntypes * [0]) + for j in xrange(ntypes): + epsilon_ij = sqrt(epsilon[i]*epsilon[j]) + sigma_ij = 0.5 * (sigma[i] + sigma[j]) + self.lj3[i][j] = 4.0 * epsilon_ij * pow(sigma_ij,12.0); + self.lj4[i][j] = 4.0 * epsilon_ij * pow(sigma_ij,6.0); + + # -------------------------------------------------------------------- + # args = cutlj_inner,cutlj,cutcoul_inner,cut_coul (last 2 optional) + + def init_lj_charmm_coul_charmm(self,list): + self.qqr2e = 332.0636 # convert energy to kcal/mol + cut_lj_inner = list[0] + cut_lj = list[1] + + self.cut_lj_innersq = cut_lj_inner*cut_lj_inner + self.cut_ljsq = cut_lj*cut_lj + + if len(list) == 2: + cut_coul_inner = cut_lj_inner + cut_coul = cut_lj + else: + cut_coul_inner = list[2] + cut_coul = list[3] + self.cut_coul_innersq = cut_coul_inner*cut_coul_inner + self.cut_coulsq = cut_coul*cut_coul + + self.denom_lj = (self.cut_ljsq-self.cut_lj_innersq) * \ + (self.cut_ljsq-self.cut_lj_innersq) * \ + (self.cut_ljsq-self.cut_lj_innersq); + self.denom_coul = (self.cut_coulsq-self.cut_coul_innersq) * \ + (self.cut_coulsq-self.cut_coul_innersq) * \ + (self.cut_coulsq-self.cut_coul_innersq); + + # -------------------------------------------------------------------- + # args = rsq,itype,jtype,q1,q2 + + def single_lj_charmm_coul_charmm(self,list): + rsq = list[0] + itype = list[1] + jtype = list[2] + q1 = list[3] + q2 = list[4] + + r2inv = 1.0/rsq + + if rsq < self.cut_coulsq: + eng_coul = self.qqr2e * q1*q2*sqrt(r2inv) + if rsq > self.cut_coul_innersq: + switch1 = (self.cut_coulsq-rsq) * (self.cut_coulsq-rsq) * \ + (self.cut_coulsq + 2.0*rsq - 3.0*self.cut_coul_innersq) / \ + self.denom_coul + eng_coul *= switch1 + else: eng_coul = 0.0 + + if rsq < self.cut_ljsq: + r6inv = r2inv*r2inv*r2inv + eng_vdwl = r6inv*(self.lj3[itype][jtype]*r6inv-self.lj4[itype][jtype]) + if rsq > self.cut_lj_innersq: + switch1 = (self.cut_ljsq-rsq) * (self.cut_ljsq-rsq) * \ + (self.cut_ljsq + 2.0*rsq - 3.0*self.cut_lj_innersq) / \ + self.denom_lj + eng_vdwl *= switch1 + else: eng_vdwl = 0.0 + + return eng_coul,eng_vdwl diff --git a/src/pair.pyc b/src/pair.pyc new file mode 100644 index 0000000..12e1709 Binary files /dev/null and b/src/pair.pyc differ diff --git a/src/patch.py b/src/patch.py new file mode 100644 index 0000000..2bf0cd6 --- /dev/null +++ b/src/patch.py @@ -0,0 +1,1360 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# patch tool + +oneline = "Create patchy Lennard-Jones particles for LAMMPS input" + +docstr = """ +p = patch(vfrac) setup box with a specified volume fraction +p = patch(vfrac,1,1,2) x,y,z = aspect ratio of box (def = 1,1,1) + +p.seed = 48379 set random # seed (def = 12345) +p.randomized = 0 1 = choose next particle randomly, 0 = as generated +p.dim = 2 set dimension of created box (def = 3) +p.blen = 0.97 set length of tether bonds (def = 0.97) +p.dmin = 1.02 set min r from i-1 to i+1 tether site (def = 1.02) +p.lattice = [Nx,Ny,Nz] generate Nx by Ny by Nz lattice of particles + + if lattice is set, Nx*Ny*Nz must equal N for build + lattice = [0,0,0] = generate N particles randomly, default + +p.build(100,"hex2",1,2,3) create 100 "hex2" particles with types 1,2,3 + + can be invoked multiple times + keywords: + c60hex2: diam,1,2,3 = C-60 with 2 hex patches and ctr part, types 1,2,3 + hex2: diam,1,2 = one large particle with 2 7-mer hex patches, types 1,2 + hex4: diam,1,2 = one large particle with 4 7-mer hex patches, types 1,2 + ring: diam,N,1,2 = one large part with equatorial ring of N, types 1,2 + ball: diam,m1,m2,1,2,3 = large ball with m12-len tethers, types 1,2,3 + tri5: 1,2 = 3-layer 5-size hollow tri, types 1,2 + rod: N,m1,m2,1,2,3 = N-length rod with m12-len tethers, types 1,2,3 + tri: N,m1,m2,m3,1,2,3,4 = N-size tri with m123-len tethers, types 1-4 + hex: m1,m2,m3,m4,m5,m6,1,2,3,4,5,6,7 = 7-atom hex with m-len tethers, t 1-7 + dimer: r,1 = two particles r apart, type 1, no bond + star2d: N,r,1 = 2d star of length N (odd), beads r apart, type 1, no bonds + box2d: N,M,r,1 = 2d NxM box, beads r apart, type 1, no bonds + tritet: A,m = 4-tri tet with edge length A, tri type m + tribox: Alo,Ahi,Blo,Bhi,Clo,Chi,m = 12-tri box with side lengths A,B,C & m + linebox: Alo,Ahi,Blo,Bhi,m = 4-line 2d rectangle with random side lengths + from Alo to Ahi and Blo to Bhi, line type m + linetri: Alo,Ahi,Blo,Bhi,m = 3-line 2d triangle with random base + from Alo to Ahi and height Blo to Bhi, type m + +p.write("data.patch") write out system to LAMMPS data file +""" + +# History +# 8/05, Steve Plimpton (SNL): original version + +# ToDo list + +# Variables +# vfrac = desired volume fraction +# x,y,z = aspect ratio of box (def = 1,1,1) +# seed = random seed +# molecules = list of atoms, grouped by molecule + +# Imports and external programs + +from math import sqrt,pi,cos,sin +from data import data + +# Class definition + +class patch: + + # -------------------------------------------------------------------- + + def __init__(self,vfrac,*list): + self.vfrac = vfrac + self.xaspect = self.yaspect = self.zaspect = 1.0 + if len(list): + self.xaspect = list[0] + self.yaspect = list[1] + self.zaspect = list[2] + self.seed = 12345 + self.randomized = 1 + self.dim = 3 + self.molecules = [] + self.volume = 0 + self.blen = 0.97 + self.dmin = 1.02 + self.lattice = [0,0,0] + self.style = "molecular" + + # -------------------------------------------------------------------- + # call style method with extra args + # adds to volume and atom list + # reset self.style for lines and triangles + + def build(self,n,style,*types): + if style == "linebox" or style == "linetri": self.style = "line" + if style == "tritet" or style == "tribox": self.style = "tri" + cmd = "atoms,bonds,tris,segments,volume = self.%s(*types)" % style + for i in xrange(n): + exec cmd + self.molecules.append([atoms,bonds,tris,segments]) + self.volume += volume + + # -------------------------------------------------------------------- + # create the atom coords in a scaled-size box of correct dimension + # write them to LAMMPS data file + + def write(self,file): + if self.dim == 3: self.write3d(file) + else: self.write2d(file) + + # -------------------------------------------------------------------- + # write a 3d simulation to data file + + def write3d(self,file): + volume = self.volume/self.vfrac + prd = pow(volume/self.xaspect/self.yaspect/self.zaspect,1.0/3.0) + self.xprd = self.xaspect * prd + self.xlo = -self.xprd/2.0 + self.xhi = self.xprd/2.0 + self.yprd = self.yaspect * prd + self.ylo = -self.yprd/2.0 + self.yhi = self.yprd/2.0 + self.zprd = self.zaspect * prd + self.zlo = -self.zprd/2.0 + self.zhi = self.zprd/2.0 + + if self.lattice[0] or self.lattice[1] or self.lattice[2]: + latflag = 1 + if self.lattice[0]*self.lattice[1]*self.lattice[2] != \ + len(self.molecules): + raise StandardError,"lattice inconsistent with # of molecules" + else: latflag = 0 + + idatom = idbond = idtri = idmol = 0 + atoms = [] + bonds = [] + tris = [] + xp = 3*[0] + yp = 3*[0] + zp = 3*[0] + + while self.molecules: + if self.randomized: i = int(self.random()*len(self.molecules)) + else: i = 0 + molecule = self.molecules.pop(i) + + idmol += 1 + triples = [] + + # xp[3],yp[3],zp[3] = randomly oriented, normalized basis vectors + # xp is in random direction + # yp is random dir crossed into xp + # zp is xp crossed into yp + + xp[0] = self.random() - 0.5 + xp[1] = self.random() - 0.5 + xp[2] = self.random() - 0.5 + r = sqrt(xp[0]*xp[0] + xp[1]*xp[1] + xp[2]*xp[2]) + xp[0],xp[1],xp[2] = xp[0]/r,xp[1]/r,xp[2]/r + + r0 = self.random() - 0.5 + r1 = self.random() - 0.5 + r2 = self.random() - 0.5 + yp[0] = r1*xp[2] - r2*xp[1] + yp[1] = r2*xp[0] - r0*xp[2] + yp[2] = r0*xp[1] - r1*xp[0] + r = sqrt(yp[0]*yp[0] + yp[1]*yp[1] + yp[2]*yp[2]) + yp[0],yp[1],yp[2] = yp[0]/r,yp[1]/r,yp[2]/r + + zp[0] = xp[1]*yp[2] - xp[2]*yp[1] + zp[1] = xp[2]*yp[0] - xp[0]*yp[2] + zp[2] = xp[0]*yp[1] - xp[1]*yp[0] + r = sqrt(zp[0]*zp[0] + zp[1]*zp[1] + zp[2]*zp[2]) + zp[0],zp[1],zp[2] = zp[0]/r,zp[1]/r,zp[2]/r + + #xp[0] = 1; xp[1] = 0; xp[2] = 0 + #yp[0] = 0; yp[1] = 1; yp[2] = 0 + #zp[0] = 0; zp[1] = 0; zp[2] = 1 + + # random origin or lattice site for new particle + + if latflag == 0: + xorig = self.xlo + self.random()*self.xprd + yorig = self.ylo + self.random()*self.yprd + zorig = self.zlo + self.random()*self.zprd + else: + ix = (idmol-1) % self.lattice[0] + iy = (idmol-1)/self.lattice[0] % self.lattice[1] + iz = (idmol-1) / (self.lattice[0]*self.lattice[1]) + xorig = self.xlo + ix*self.xprd/self.lattice[0] + yorig = self.ylo + iy*self.yprd/self.lattice[1] + zorig = self.zlo + iz*self.zprd/self.lattice[2] + + #xorig = 0; yorig = 0; zorig = 0 + + # unpack bonds in molecule before atoms so idatom = all previous atoms + + for bond in molecule[1]: + idbond += 1 + bonds.append([idbond,bond[0],bond[1]+idatom+1,bond[2]+idatom+1]) + + # unpack triples in molecule as displacements from associated atom + + for triple in molecule[2]: triples.append(triple) + + # unpack atoms in molecule + # xnew,ynew,xnew = coeffs in new rotated basis vectors + # x,y,z = coeffs in original xyz axes + # format data file for moleular or tri atom style + + if self.style == "molecular": + for atom in molecule[0]: + idatom += 1 + xnew = atom[1] + ynew = atom[2] + znew = atom[3] + x = xorig + xnew*xp[0] + ynew*yp[0] + znew*zp[0] + y = yorig + xnew*xp[1] + ynew*yp[1] + znew*zp[1] + z = zorig + xnew*xp[2] + ynew*yp[2] + znew*zp[2] + ix = iy = iz = 0 + x,y,z,ix,iy,iz = self.pbc(x,y,z,ix,iy,iz) + atoms.append([idatom,idmol,atom[0],x,y,z,ix,iy,iz]) + + elif self.style == "tri": + for i,atom in enumerate(molecule[0]): + idatom += 1 + xnew = atom[1] + ynew = atom[2] + znew = atom[3] + x = xorig + xnew*xp[0] + ynew*yp[0] + znew*zp[0] + y = yorig + xnew*xp[1] + ynew*yp[1] + znew*zp[1] + z = zorig + xnew*xp[2] + ynew*yp[2] + znew*zp[2] + mass = 1.0 + ix = iy = iz = 0 + x,y,z,ix,iy,iz = self.pbc(x,y,z,ix,iy,iz) + if not triples: triflag = 0 + else: triflag = 1 + atoms.append([idatom,idmol,atom[0],triflag,mass,x,y,z,ix,iy,iz]) + + if triflag: + triple = triples[i] + xtri = triple[0] + ytri = triple[1] + ztri = triple[2] + triple[0] = xorig + xtri*xp[0] + ytri*yp[0] + ztri*zp[0] + triple[1] = yorig + xtri*xp[1] + ytri*yp[1] + ztri*zp[1] + triple[2] = zorig + xtri*xp[2] + ytri*yp[2] + ztri*zp[2] + triple[0],triple[1],triple[2] = \ + self.pbc_near(triple[0],triple[1],triple[2],x,y,z) + xtri = triple[3] + ytri = triple[4] + ztri = triple[5] + triple[3] = xorig + xtri*xp[0] + ytri*yp[0] + ztri*zp[0] + triple[4] = yorig + xtri*xp[1] + ytri*yp[1] + ztri*zp[1] + triple[5] = zorig + xtri*xp[2] + ytri*yp[2] + ztri*zp[2] + triple[3],triple[4],triple[5] = \ + self.pbc_near(triple[3],triple[4],triple[5],x,y,z) + xtri = triple[6] + ytri = triple[7] + ztri = triple[8] + triple[6] = xorig + xtri*xp[0] + ytri*yp[0] + ztri*zp[0] + triple[7] = yorig + xtri*xp[1] + ytri*yp[1] + ztri*zp[1] + triple[8] = zorig + xtri*xp[2] + ytri*yp[2] + ztri*zp[2] + triple[6],triple[7],triple[8] = \ + self.pbc_near(triple[6],triple[7],triple[8],x,y,z) + tris.append([idatom] + triple) + + # create the data file + + list = [atom[2] for atom in atoms] + atypes = max(list) + + d = data() + d.title = "LAMMPS data file for Nanoparticles" + d.headers["atoms"] = len(atoms) + d.headers["atom types"] = atypes + if bonds: + d.headers["bonds"] = len(bonds) + d.headers["bond types"] = 1 + if tris: d.headers["tris"] = len(tris) + d.headers["xlo xhi"] = (self.xlo,self.xhi) + d.headers["ylo yhi"] = (self.ylo,self.yhi) + d.headers["zlo zhi"] = (self.zlo,self.zhi) + + # atoms section of data file + + records = [] + if self.style == "molecular": + for atom in atoms: + one = "%d %d %d %g %g %g %d %d %d\n" % \ + (atom[0], atom[1], atom[2], atom[3], atom[4], atom[5], + atom[6], atom[7], atom[8]) + records.append(one) + elif self.style == "tri": + for atom in atoms: + one = "%d %d %d %d %g %g %g %g %d %d %d\n" % \ + (atom[0], atom[1], atom[2], atom[3], atom[4], atom[5], + atom[6], atom[7], atom[8], atom[9], atom[10]) + records.append(one) + d.sections["Atoms"] = records + + # bonds section of data file + + if bonds: + lines = [] + for bond in bonds: + line = "%d %d %d %d\n" % (bond[0], bond[1], bond[2], bond[3]) + lines.append(line) + d.sections["Bonds"] = lines + + # triangles section of data file + + if tris: + records = [] + for tri in tris: + one = "%d %g %g %g %g %g %g %g %g %g\n" % \ + (tri[0],tri[1],tri[2],tri[3],tri[4],tri[5], + tri[6],tri[7],tri[8],tri[9]) + records.append(one) + d.sections["Triangles"] = records + + d.write(file) + + # -------------------------------------------------------------------- + # write a 2d simulation to data file + + def write2d(self,file): + volume = self.volume/self.vfrac + prd = pow(volume/self.xaspect/self.yaspect,1.0/2.0) + self.xprd = self.xaspect * prd + self.xlo = -self.xprd/2.0 + self.xhi = self.xprd/2.0 + self.yprd = self.yaspect * prd + self.ylo = -self.yprd/2.0 + self.yhi = self.yprd/2.0 + self.zprd = 1.0 + self.zlo = -0.5 + self.zhi = 0.5 + + if self.lattice[0] or self.lattice[1]: + latflag = 1 + if self.lattice[0]*self.lattice[1] != len(self.molecules): + raise StandardError,"lattice inconsistent with # of molecules" + else: latflag = 0 + + idatom = idbond = idmol = 0 + atoms = [] + bonds = [] + lines = [] + xp = 3*[0] + yp = 3*[0] + + while self.molecules: + if self.randomized: i = int(self.random()*len(self.molecules)) + else: i = 0 + molecule = self.molecules.pop(i) + + idmol += 1 + segments = [] + + # xp[2],yp[2] = randomly oriented, normalized basis vectors + # xp is in random direction + # yp is (0,0,1) crossed into xp + + xp[0] = self.random() - 0.5 + xp[1] = self.random() - 0.5 + r = sqrt(xp[0]*xp[0] + xp[1]*xp[1]) + xp[0],xp[1] = xp[0]/r,xp[1]/r + + yp[0] = -xp[1] + yp[1] = xp[0] + r = sqrt(yp[0]*yp[0] + yp[1]*yp[1]) + yp[0],yp[1] = yp[0]/r,yp[1]/r + + # random origin or lattice site for new particle + + if latflag == 0: + xorig = self.xlo + self.random()*self.xprd + yorig = self.ylo + self.random()*self.yprd + zorig = 0.0 + else: + ix = (idmol-1) % self.lattice[0] + iy = (idmol-1) / self.lattice[0] + xorig = self.xlo + ix*self.xprd/self.lattice[0] + yorig = self.ylo + iy*self.yprd/self.lattice[1] + zorig = 0.0 + + # unpack bonds in molecule before atoms so idatom = all previous atoms + + for bond in molecule[1]: + idbond += 1 + bonds.append([idbond,bond[0],bond[1]+idatom+1,bond[2]+idatom+1]) + + # unpack segments in molecule as displacements from associated atom + + for segment in molecule[3]: segments.append(segment) + + # unpack atoms in molecule + # xnew,ynew,xnew = coeffs in new rotated basis vectors + # x,y,z = coeffs in original xyz axes + # format data file for moleular or line atom style + + if self.style == "molecular": + for i,atom in enumerate(molecule[0]): + idatom += 1 + xnew = atom[1] + ynew = atom[2] + x = xorig + xnew*xp[0] + ynew*yp[0] + y = yorig + xnew*xp[1] + ynew*yp[1] + z = atom[3] + ix = iy = iz = 0 + x,y,z,ix,iy,iz = self.pbc(x,y,z,ix,iy,iz) + atoms.append([idatom,idmol,atom[0],x,y,z,ix,iy,iz]) + + elif self.style == "line": + for i,atom in enumerate(molecule[0]): + idatom += 1 + xnew = atom[1] + ynew = atom[2] + x = xorig + xnew*xp[0] + ynew*yp[0] + y = yorig + xnew*xp[1] + ynew*yp[1] + z = atom[3] + mass = 1.0 + ix = iy = iz = 0 + x,y,z,ix,iy,iz = self.pbc(x,y,z,ix,iy,iz) + if not segments: lineflag = 0 + else: lineflag = 1 + atoms.append([idatom,idmol,atom[0],lineflag,mass,x,y,z,ix,iy,iz]) + + if lineflag: + segment = segments[i] + xseg = xnew + segment[0] + yseg = ynew + segment[1] + segment[0] = xorig + xseg*xp[0] + yseg*yp[0] + segment[1] = yorig + xseg*xp[1] + yseg*yp[1] + segment[0],segment[1],tmp = \ + self.pbc_near(segment[0],segment[1],0,x,y,z) + xseg = xnew + segment[2] + yseg = ynew + segment[3] + segment[2] = xorig + xseg*xp[0] + yseg*yp[0] + segment[3] = yorig + xseg*xp[1] + yseg*yp[1] + segment[2],segment[3],tmp = \ + self.pbc_near(segment[2],segment[3],0,x,y,z) + lines.append([idatom] + segment) + + # create the data file + + list = [atom[2] for atom in atoms] + atypes = max(list) + + d = data() + d.title = "LAMMPS data file for Nanoparticles" + d.headers["atoms"] = len(atoms) + d.headers["atom types"] = atypes + if bonds: + d.headers["bonds"] = len(bonds) + d.headers["bond types"] = 1 + if lines: d.headers["lines"] = len(lines) + d.headers["xlo xhi"] = (self.xlo,self.xhi) + d.headers["ylo yhi"] = (self.ylo,self.yhi) + d.headers["zlo zhi"] = (self.zlo,self.zhi) + + # atoms section of data file + + records = [] + if self.style == "molecular": + for atom in atoms: + one = "%d %d %d %g %g %g %d %d %d\n" % \ + (atom[0], atom[1], atom[2], atom[3], atom[4], atom[5], + atom[6], atom[7], atom[8]) + records.append(one) + elif self.style == "line": + for atom in atoms: + one = "%d %d %d %d %g %g %g %g %d %d %d\n" % \ + (atom[0], atom[1], atom[2], atom[3], atom[4], atom[5], + atom[6], atom[7], atom[8], atom[9], atom[10]) + records.append(one) + d.sections["Atoms"] = records + + # bonds section of data file + + if bonds: + records = [] + for bond in bonds: + one = "%d %d %d %d\n" % (bond[0], bond[1], bond[2], bond[3]) + records.append(one) + d.sections["Bonds"] = records + + # lines section of data file + + if lines: + records = [] + for line in lines: + one = "%d %g %g %g %g\n" % (line[0],line[1],line[2],line[3],line[4]) + records.append(one) + d.sections["Lines"] = records + + d.write(file) + + # -------------------------------------------------------------------- + # adjust x,y,z to be inside periodic box + + def pbc(self,x,y,z,ix,iy,iz): + if x < self.xlo: + x += self.xprd + ix -= 1 + elif x >= self.xhi: + x -= self.xprd + ix += 1 + if y < self.ylo: + y += self.yprd + iy -= 1 + elif y >= self.yhi: + y -= self.yprd + iy += 1 + if z < self.zlo: + z += self.zprd + iz -= 1 + elif z >= self.zhi: + z -= self.zprd + iz += 1 + return x,y,z,ix,iy,iz + + # -------------------------------------------------------------------- + # adjust xnew,ynew,znew to be near x,y,z in periodic sense + + def pbc_near(self,xnew,ynew,znew,x,y,z): + if x-xnew > 0.5*self.xprd: xnew += self.xprd + elif xnew-x > 0.5*self.xprd: xnew -= self.xprd + if y-ynew > 0.5*self.yprd: ynew += self.yprd + elif ynew-y > 0.5*self.yprd: ynew -= self.yprd + if z-znew > 0.5*self.zprd: znew += self.zprd + elif znew-z > 0.5*self.zprd: znew -= self.zprd + return xnew,ynew,znew + + # -------------------------------------------------------------------- + # params = diam,type1,type2,type3 + # type1 = type of non-patch atoms, type2 = type of patch atoms + # type3 = type of center-of-sphere atom + + def c60hex2(self,*params): + template = BUCKY_60 + diam = params[0] + patches = [[params[2],[1,2,3,4,5,6,34,35,46,47,48,60]], + [params[3],[61]]] + atoms = make_sphere(template,diam,params[1],patches) + volume = 4.0/3.0 * pi * diam*diam*diam/8 + return atoms,[],[],[],volume + + # -------------------------------------------------------------------- + # params = diam,type1,type2 + # type1 = type of large center atom, type2 = type of hex patch atoms + + def hex2(self,*params): + diam = params[0] + type1 = params[1] + type2 = params[2] + + atoms = [] + atoms.append([type1,0.0,0.0,0.0]) + + atoms.append(atom_on_sphere(diam,type2,0.5*diam,0.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,1.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,-1.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,0.5,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,-0.5,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,0.5,-sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,-0.5,-sqrt(3.0)/2)) + + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,0.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,1.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,-1.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,0.5,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,-0.5,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,0.5,-sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,-0.5,-sqrt(3.0)/2)) + + volume = 4.0/3.0 * pi * diam*diam*diam/8 + return atoms,[],[],[],volume + + # -------------------------------------------------------------------- + # params = diam,type1,type2 + # type1 = type of large center atom, type2 = type of hex patch atoms + + def hex4(self,*params): + diam = params[0] + type1 = params[1] + type2 = params[2] + + atoms = [] + atoms.append([type1,0.0,0.0,0.0]) + + atoms.append(atom_on_sphere(diam,type2,0.5*diam,0.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,1.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,-1.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,0.5,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,-0.5,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,0.5,-sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,0.5*diam,-0.5,-sqrt(3.0)/2)) + + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,0.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,1.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,-1.0,0.0)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,0.5,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,-0.5,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,0.5,-sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5*diam,-0.5,-sqrt(3.0)/2)) + + atoms.append(atom_on_sphere(diam,type2,0.0,0.5*diam,0.0)) + atoms.append(atom_on_sphere(diam,type2,1.0,0.5*diam,0.0)) + atoms.append(atom_on_sphere(diam,type2,-1.0,0.5*diam,0.0)) + atoms.append(atom_on_sphere(diam,type2,0.5,0.5*diam,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5,0.5*diam,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,0.5,0.5*diam,-sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5,0.5*diam,-sqrt(3.0)/2)) + + atoms.append(atom_on_sphere(diam,type2,0.0,-0.5*diam,0.0)) + atoms.append(atom_on_sphere(diam,type2,1.0,-0.5*diam,0.0)) + atoms.append(atom_on_sphere(diam,type2,-1.0,-0.5*diam,0.0)) + atoms.append(atom_on_sphere(diam,type2,0.5,-0.5*diam,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5,-0.5*diam,sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,0.5,-0.5*diam,-sqrt(3.0)/2)) + atoms.append(atom_on_sphere(diam,type2,-0.5,-0.5*diam,-sqrt(3.0)/2)) + + volume = 4.0/3.0 * pi * diam*diam*diam/8 + return atoms,[],[],[],volume + + # -------------------------------------------------------------------- + # params = diam,nring,type1,type2 + # nring = # of particles in ring + # type1 = type of large center atom, type2 = type of ring atoms + + def ring(self,*params): + diam = params[0] + nring = params[1] + type1 = params[2] + type2 = params[3] + + atoms = [] + atoms.append([type1,0.0,0.0,0.0]) + + for i in range(nring): + atoms.append([type2,0.5*diam*cos(i * 2*pi/nring), + 0.5*diam*sin(i * 2*pi/nring),0.0]) + + volume = 4.0/3.0 * pi * diam*diam*diam/8 + return atoms,[],[],[],volume + + # -------------------------------------------------------------------- + # params = diam,m1,m2,ntype,m1type,m2type + # ntype = type of big central ball + # m12,m12type = length of tethers on each side of ball (m12 = 0 = no tether) + # set three types of bonds: + # 1 = big to small, 2 = small to small, 3 = across two tethers + + def ball(self,*params): + diam = params[0] + m1 = params[1] + m2 = params[2] + ntype = params[3] + m1type = params[4] + m2type = params[5] + + atoms = [] + atoms.append([ntype,0.0,0.0,0.0]) + + if m1: + atoms.append([m1type,0.5*diam+0.5,0.0,0.0]) + atoms += tether(m1-1,m1type,self.blen,self.dmin, + [ntype,0.5*diam-0.5,0.0,0.0],atoms[1],self.random) + if m2: + atoms.append([m2type,-0.5*diam-0.5,0.0,0.0]) + atoms += tether(m2-1,m2type,self.blen,self.dmin, + [ntype,-0.5*diam+0.5,0.0,0.0],atoms[1+m1],self.random) + + bonds = [] + for i in range(m1): + if i == 0: bonds.append([1,0,1]) + else: bonds.append([2,1+i-1,1+i]) + for i in range(m2): + if i == 0: bonds.append([1,0,1+m1]) + else: bonds.append([2,1+m1+i-1,1+m1+i]) + if m1 and m2: bonds.append([3,1,m1+1]) + + volume = 4.0/3.0 * pi * diam*diam*diam/8 + (m1+m2)*pi/6.0 + return atoms,bonds,[],[],volume + + # -------------------------------------------------------------------- + # params = type1,type2 + # type1 = type of 1/3 layers, type2 = type of middle layer + + def tri5(self,*params): + template = TRI5_HOLLOW + nlayer = 3 + patches = [[params[1],[13,14,15,16,17,18,19,20,21,22,23,24]]] + + atoms = [] + n = 0 + for iz in range(nlayer): + for atom in template: + n += 1 + type = params[0] + for pair in patches: + patch = pair[1] + if n in patch: type = pair[0] + x,y,z = atom[0],atom[1],atom[2] + iz + atoms.append([type,x,y,z]) + + volume = nlayer * 0.5 * 5.0 * 5.0*sqrt(3)/2 + return atoms,[],[],[],volume + + # -------------------------------------------------------------------- + # params = n,m1,m2,ntype,m1type,m2type + # n,ntype = length/type of rod + # m12,m12type = length of tethers on each end (m12 = 0 = no tether) + + def rod(self,*params): + n = params[0] + m1 = params[1] + m2 = params[2] + ntype = params[3] + m1type = params[4] + m2type = params[5] + + atoms = [] + for i in range(n): + x,y,z = i*self.blen,0.0,0.0 + atoms.append([ntype,x,y,z]) + + if m1: atoms += tether(m1,m1type,self.blen,self.dmin, + atoms[n-2],atoms[n-1],self.random) + if m2: atoms += tether(m2,m2type,self.blen,self.dmin, + atoms[1],atoms[0],self.random) + + bonds = [] + for i in range(m1): + if i == 0: bonds.append([1,n-1,n]) + else: bonds.append([1,n+i-1,n+i]) + for i in range(m2): + if i == 0: bonds.append([1,0,n+m1]) + else: bonds.append([1,n+m1+i-1,n+m1+i]) + + volume = (n+m1+m2) * pi / 6.0 + return atoms,bonds,[],[],volume + + # -------------------------------------------------------------------- + # params = nsize,m1,m2,m3,ntype,m1type,m2type,m3type + # nsize,ntype = size,type of triangle center + # m123,m123type = length of tethers on each corner (m123 = 0 = no tether) + + def tri(self,*params): + nsize = params[0] + m1 = params[1] + m2 = params[2] + m3 = params[3] + ntype = params[4] + m1type = params[5] + m2type = params[6] + m3type = params[7] + + atoms = [] + for i in range(nsize): + n = nsize - i + for j in range(n): + x,y,z = 0.5*i*self.blen + j*self.blen, i*self.blen*sqrt(3.0)/2.0, 0.0 + atoms.append([ntype,x,y,z]) + + n = len(atoms) + if m1: atoms += tether(m1,m1type,self.blen,self.dmin, + atoms[1],atoms[0],self.random) + if m2: atoms += tether(m2,m2type,self.blen,self.dmin, + atoms[nsize-2],atoms[nsize-1],self.random) + if m3: atoms += tether(m3,m3type,self.blen,self.dmin, + atoms[n-2],atoms[n-1],self.random) + + bonds = [] + for i in range(m1): + if i == 0: bonds.append([1,0,n]) + else: bonds.append([1,n+i-1,n+i]) + for i in range(m2): + if i == 0: bonds.append([1,nsize-1,n+m1]) + else: bonds.append([1,n+m1+i-1,n+m1+i]) + for i in range(m3): + if i == 0: bonds.append([1,n-1,n+m1+m2]) + else: bonds.append([1,n+m1+m2+i-1,n+m1+m2+i]) + + volume = (nsize*(nsize+1)/2 + m1+m2+m3) * pi / 6.0 + return atoms,bonds,[],[],volume + + # -------------------------------------------------------------------- + # params = m1,m2,m3,m4,m5,m6,ntype,m1type,m2type,m3type,m4type,m5type,m6type + # ntype = type of hex center + # m123456,m123456type = length of tethers on each corner (m = 0 = no tether) + + def hex(self,*params): + m1 = params[0] + m2 = params[1] + m3 = params[2] + m4 = params[3] + m5 = params[4] + m6 = params[5] + ntype = params[6] + m1type = params[7] + m2type = params[8] + m3type = params[9] + m4type = params[10] + m5type = params[11] + m6type = params[12] + + atoms = [] + atoms.append([ntype,0.0,0.0,0.0]) + atoms.append([ntype,self.blen,0.0,0.0]) + atoms.append([ntype,-self.blen,0.0,0.0]) + atoms.append([ntype,self.blen/2.0,self.blen*sqrt(3.0)/2.0,0.0]) + atoms.append([ntype,-self.blen/2.0,self.blen*sqrt(3.0)/2.0,0.0]) + atoms.append([ntype,self.blen/2.0,-self.blen*sqrt(3.0)/2.0,0.0]) + atoms.append([ntype,-self.blen/2.0,-self.blen*sqrt(3.0)/2.0,0.0]) + + n = len(atoms) + if m1: atoms += tether(m1,m1type,self.blen,self.dmin, + atoms[0],atoms[1],self.random) + if m2: atoms += tether(m2,m2type,self.blen,self.dmin, + atoms[0],atoms[2],self.random) + if m3: atoms += tether(m3,m3type,self.blen,self.dmin, + atoms[0],atoms[3],self.random) + if m4: atoms += tether(m4,m4type,self.blen,self.dmin, + atoms[0],atoms[4],self.random) + if m5: atoms += tether(m5,m5type,self.blen,self.dmin, + atoms[0],atoms[5],self.random) + if m6: atoms += tether(m6,m6type,self.blen,self.dmin, + atoms[0],atoms[6],self.random) + + bonds = [] + for i in range(m1): + if i == 0: bonds.append([1,1,n]) + else: bonds.append([1,n+i-1,n+i]) + for i in range(m2): + if i == 0: bonds.append([1,2,n+m1]) + else: bonds.append([1,n+m1+i-1,n+m1+i]) + for i in range(m3): + if i == 0: bonds.append([1,3,n+m1+m2]) + else: bonds.append([1,n+m1+m2+i-1,n+m1+m2+i]) + for i in range(m4): + if i == 0: bonds.append([1,4,n+m1+m2+m3]) + else: bonds.append([1,n+m1+m2+m3+i-1,n+m1+m2+m3+i]) + for i in range(m5): + if i == 0: bonds.append([1,5,n+m1+m2+m3+m4]) + else: bonds.append([1,n+m1+m2+m3+m4+i-1,n+m1+m2+m3+m4+i]) + for i in range(m6): + if i == 0: bonds.append([1,6,n+m1+m2+m3+m4+m5]) + else: bonds.append([1,n+m1+m2+m3+m4+m5+i-1,n+m1+m2+m3+m4+m5+i]) + + volume = (7 + m1+m2+m3+m4+m5+m6) * pi / 6.0 + return atoms,bonds,[],[],volume + + # -------------------------------------------------------------------- + # params = sep,type + # sep = separation distance of two particles + # type = type of 2 particles + + def dimer(self,*params): + sep = params[0] + type = params[1] + + atoms = [] + x,y,z = 0.0,0.0,0.0 + atoms.append([type,x,y,z]) + x,y,z = sep,0.0,0.0 + atoms.append([type,x,y,z]) + + volume = 2 * pi / 6.0 # need to account for overlap and 2d/3d + return atoms,[],[],[],volume + + # -------------------------------------------------------------------- + # params = N,sep,type + # N = lengths of each arm of star (must be odd) + # sep = separation distance of consecutive particles + # type = type of all particles + + def star2d(self,*params): + n = params[0] + sep = params[1] + type = params[2] + if n % 2 == 0: + raise StandardError, "N in patch::star2d is not odd" + middle = n/2 + + atoms = [] + x,y,z = 0.0,0.0,0.0 + atoms.append([type,x,y,z]) + for i in range(n): + i -= middle + if i == 0: continue + x,y,z = i*sep,0.0,0.0 + atoms.append([type,x,y,z]) + for i in range(n): + i -= middle + if i == 0: continue + x,y,z = 0.0,i*sep,0.0 + atoms.append([type,x,y,z]) + + volume = (2*n-1) * pi / 6.0 # need to account for overlap and 2d/3d + return atoms,[],[],[],volume + + # -------------------------------------------------------------------- + # params = N,M,sep,type + # N,M = lengths of each side of box + # sep = separation distance of consecutive particles + # type = type of all particles + + def box2d(self,*params): + n = params[0] + m = params[1] + sep = params[2] + type = params[3] + + height = (m-1) * sep + width = (n-1) * sep + + atoms = [] + for i in range(n): + x,y,z = i*sep,0.0,0.0 + atoms.append([type,x,y,z]) + for i in range(n): + x,y,z = i*sep,height,0.0 + atoms.append([type,x,y,z]) + for i in range(1,m-1,1): + x,y,z = 0.0,i*sep,0.0 + atoms.append([type,x,y,z]) + for i in range(1,m-1,1): + x,y,z = width,i*sep,0.0 + atoms.append([type,x,y,z]) + + volume = (2*(n+m-2)) * pi / 6.0 # need to account for overlap and 2d/3d + return atoms,[],[],[],volume + + # -------------------------------------------------------------------- + # params = a,type + # a = edge length of tet + # type = type of each vertex in tet + + def tritet(self,*params): + a = params[0] + type = params[1] + cubeside = a/sqrt(2) + v = 0.5*cubeside + + atoms = [] + tris = [] + + # 4 corner pts of tet + + c1 = [+v/2,+v/2,+v/2] + c2 = [-v/2,-v/2,+v/2] + c3 = [-v/2,+v/2,-v/2] + c4 = [+v/2,-v/2,-v/2] + + # 4 triangles on faces of tet, outward normals via rh rule + + tris.append(c1+c3+c2) + tris.append(c1+c2+c4) + tris.append(c1+c3+c4) + tris.append(c2+c3+c4) + + # 4 atoms at centroids of 4 triangles + + atoms.append([type,(c1[0]+c3[0]+c2[0])/3.0,(c1[1]+c3[1]+c2[1])/3.0, + (c1[2]+c3[2]+c2[2])/3.0]) + atoms.append([type,(c1[0]+c2[0]+c4[0])/3.0,(c1[1]+c2[1]+c4[1])/3.0, + (c1[2]+c2[2]+c4[2])/3.0]) + atoms.append([type,(c1[0]+c3[0]+c4[0])/3.0,(c1[1]+c3[1]+c4[1])/3.0, + (c1[2]+c3[2]+c4[2])/3.0]) + atoms.append([type,(c2[0]+c3[0]+c4[0])/3.0,(c2[1]+c3[1]+c4[1])/3.0, + (c2[2]+c3[2]+c4[2])/3.0]) + + volume = sqrt(2)/12 * a*a*a + return atoms,[],tris,[],volume + + # -------------------------------------------------------------------- + # params = Alo,Ahi,Blo,Bhi,Clo,Chi,type + # Alo to Ahi = bounds of edge length in x of box + # Blo to Bhi = bounds of edge length in y of box + # Clo to Chi = bounds of edge length in y of box + # type = type of each vertex in rectangular box + + def tribox(self,*params): + alo = params[0] + ahi = params[1] + blo = params[2] + bhi = params[3] + clo = params[4] + chi = params[5] + type = params[6] + + a = alo + self.random()*(ahi-alo) + b = blo + self.random()*(bhi-blo) + c = clo + self.random()*(chi-clo) + + atoms = [] + tris = [] + + # 8 corner pts of rectangular box + + c1 = [-a/2,-b/2,-c/2] + c2 = [+a/2,-b/2,-c/2] + c3 = [-a/2,+b/2,-c/2] + c4 = [+a/2,+b/2,-c/2] + c5 = [-a/2,-b/2,+c/2] + c6 = [+a/2,-b/2,+c/2] + c7 = [-a/2,+b/2,+c/2] + c8 = [+a/2,+b/2,+c/2] + + # 12 triangles on faces of cube, outward normals via rh rule + + tris.append(c1+c7+c3) + tris.append(c1+c5+c7) + tris.append(c2+c4+c8) + tris.append(c2+c8+c6) + tris.append(c1+c2+c6) + tris.append(c1+c6+c5) + tris.append(c3+c8+c4) + tris.append(c3+c7+c8) + tris.append(c1+c4+c2) + tris.append(c1+c3+c4) + tris.append(c5+c6+c8) + tris.append(c5+c8+c7) + + # 12 atoms at centroids of 12 triangles + + atoms.append([type,(c1[0]+c7[0]+c3[0])/3.0,(c1[1]+c7[1]+c3[1])/3.0, + (c1[2]+c7[2]+c3[2])/3.0]) + atoms.append([type,(c1[0]+c5[0]+c7[0])/3.0,(c1[1]+c5[1]+c7[1])/3.0, + (c1[2]+c5[2]+c7[2])/3.0]) + atoms.append([type,(c2[0]+c4[0]+c8[0])/3.0,(c2[1]+c4[1]+c8[1])/3.0, + (c2[2]+c4[2]+c8[2])/3.0]) + atoms.append([type,(c2[0]+c8[0]+c6[0])/3.0,(c2[1]+c8[1]+c6[1])/3.0, + (c2[2]+c8[2]+c6[2])/3.0]) + atoms.append([type,(c1[0]+c2[0]+c6[0])/3.0,(c1[1]+c2[1]+c6[1])/3.0, + (c1[2]+c2[2]+c6[2])/3.0]) + atoms.append([type,(c1[0]+c6[0]+c5[0])/3.0,(c1[1]+c6[1]+c5[1])/3.0, + (c1[2]+c6[2]+c5[2])/3.0]) + atoms.append([type,(c3[0]+c8[0]+c4[0])/3.0,(c3[1]+c8[1]+c4[1])/3.0, + (c3[2]+c8[2]+c4[2])/3.0]) + atoms.append([type,(c3[0]+c7[0]+c8[0])/3.0,(c3[1]+c7[1]+c8[1])/3.0, + (c3[2]+c7[2]+c8[2])/3.0]) + atoms.append([type,(c1[0]+c4[0]+c2[0])/3.0,(c1[1]+c4[1]+c2[1])/3.0, + (c1[2]+c4[2]+c2[2])/3.0]) + atoms.append([type,(c1[0]+c3[0]+c4[0])/3.0,(c1[1]+c3[1]+c4[1])/3.0, + (c1[2]+c3[2]+c4[2])/3.0]) + atoms.append([type,(c5[0]+c6[0]+c8[0])/3.0,(c5[1]+c6[1]+c8[1])/3.0, + (c5[2]+c6[2]+c8[2])/3.0]) + atoms.append([type,(c5[0]+c8[0]+c7[0])/3.0,(c5[1]+c8[1]+c7[1])/3.0, + (c5[2]+c8[2]+c7[2])/3.0]) + + volume = a*b*c + return atoms,[],tris,[],volume + + # -------------------------------------------------------------------- + # params = Alo,Ahi,Blo,Bhi,type + # Alo to Ahi = bounds of edge length in x of rectangle + # Blo to Bhi = bounds of edge length in y of rectangle + # type = type of each line segment in rectangle + + def linebox(self,*params): + alo = float(params[0]) + ahi = float(params[1]) + blo = float(params[2]) + bhi = float(params[3]) + type = params[4] + + a = alo + self.random()*(ahi-alo) + b = blo + self.random()*(bhi-blo) + + atoms = [] + segments = [] + + # 4 atoms at center points of line segments in 2d + + atoms.append([type,0,-b/2,0]) + atoms.append([type,a/2,0,0]) + atoms.append([type,0,b/2,0]) + atoms.append([type,-a/2,0,0]) + + # 4 line segments as displacements from atom + + segments.append([-a/2,0,a/2,0]) + segments.append([0,-b/2,0,b/2]) + segments.append([a/2,0,-a/2,0]) + segments.append([0,b/2,0,-b/2]) + + volume = a*b + return atoms,[],[],segments,volume + + # -------------------------------------------------------------------- + # params = Alo,Ahi,Blo,Bhi,type + # Alo to Ahi = bounds of base length in x of triangle + # Blo to Bhi = bounds of heigth in y of isosceles triangle + # type = type of each line segment in triangle + + def linetri(self,*params): + alo = float(params[0]) + ahi = float(params[1]) + blo = float(params[2]) + bhi = float(params[3]) + type = params[4] + + base = alo + self.random()*(ahi-alo) + ht = blo + self.random()*(bhi-blo) + + atoms = [] + segments = [] + + # 3 atoms at center points of line segments in 2d + + atoms.append([type,0,-ht/2,0]) + atoms.append([type,base/4,0,0]) + atoms.append([type,-base/4,0,0]) + + # 3 line segments as displacements from atom + + segments.append([-base/2,0,base/2,0]) + segments.append([base/4,-ht/2,-base/4,ht/2]) + segments.append([base/4,ht/2,-base/4,-ht/2]) + + volume = 0.5*base*ht + return atoms,[],[],segments,volume + + # -------------------------------------------------------------------- + + def random(self): + k = self.seed/IQ + self.seed = IA*(self.seed-k*IQ) - IR*k + if self.seed < 0: + self.seed += IM + return AM*self.seed + +# -------------------------------------------------------------------- +# random number generator class + +IM = 2147483647 +AM = 1.0/IM +IA = 16807 +IQ = 127773 +IR = 2836 + +# -------------------------------------------------------------------- +# push atom onto sphere surface of diam and return [type,x,y,z] + +def atom_on_sphere(diam,type,x,y,z): + if x == 0.0 and y == 0.0 and z == 0.0: scale = 0.0 + else: scale = 0.5*diam / sqrt(x*x + y*y + z*z) + return [type,scale*x,scale*y,scale*z] + +# -------------------------------------------------------------------- +# make a sphere from a template with some atoms in patches w/ different types + +def make_sphere(template,diam,type0,patches): + atoms = [] + n = 0 + for atom in template: + n += 1 + type = type0 + for pair in patches: + patch = pair[1] + if n in patch: + type = pair[0] + atoms.append(atom_on_sphere(diam,type,atom[0],atom[1],atom[2])) + return atoms + +# -------------------------------------------------------------------- +# build a tether of length M of mtype, connected to atom1 with prev atom0 +# blen = bond length between successive tether atoms +# dmin = length restriction between atoms i-1,i+1 + +def tether(m,mtype,blen,dmin,atom0,atom1,random): + atoms = [atom0,atom1] + for i in range(m): + imonomer = len(atoms) + restriction = True + while restriction: + rsq = 2.0 + while rsq > 1.0: + dx = 2.0*random() - 1.0 + dy = 2.0*random() - 1.0 + dz = 2.0*random() - 1.0 + rsq = dx*dx + dy*dy + dz*dz + r = sqrt(rsq) + dx,dy,dz = dx/r,dy/r,dz/r + x = atoms[imonomer-1][1] + dx*blen + y = atoms[imonomer-1][2] + dy*blen + z = atoms[imonomer-1][3] + dz*blen + dx = x - atoms[imonomer-2][1] + dy = y - atoms[imonomer-2][2] + dz = z - atoms[imonomer-2][3] + restriction = False + if sqrt(dx*dx + dy*dy + dz*dz) <= dmin: restriction = True + if not restriction: atoms.append([mtype,x,y,z]) + return atoms[2:] + +# -------------------------------------------------------------------- +# templates + +TRI5_HOLLOW = ((0,0,0),(1,0,0),(2,0,0),(3,0,0),(4,0,0), + (0.5,sqrt(3)/2,0),(3.5,sqrt(3)/2,0), + (1.0,2*sqrt(3)/2,0),(3.0,2*sqrt(3)/2,0), + (1.5,3*sqrt(3)/2,0),(2.5,3*sqrt(3)/2,0), + (2.0,4*sqrt(3)/2,0)) + +SIMPLE_7 = ((0,0,0),(1,0,0),(-1,0,0),(0,1,0),(0,-1,0),(0,0,1),(0,0,-1)) + +# C60 with added center point at end + +BUCKY_60 = ((0.014416695, 1.232517, -3.260650), + (1.236417, 1.719517, -2.768650), + (2.292417, 0.8265171, -2.492650), + (2.122416, -0.5504832, -2.709650), + (0.8954167, -1.040483, -3.204650), + (-0.1565833, -0.1504831, -3.479650), + (-1.018583, 1.984517, -2.678650), + (-0.4355836, 2.936517, -1.826650), + (0.9584165, 2.773517, -1.881650), + (1.734416, 2.937517, -0.7156501), + (3.065417, 0.9905167, -1.331650), + (2.790417, -1.238483, -1.682650), + (2.234416, -2.418483, -1.146650), + (1.012417, -2.905483, -1.638650), + (0.3414168, -2.215483, -2.669650), + (-1.052583, -2.051483, -2.614650), + (-1.360583, -0.7754831, -3.114650), + (-2.397583, -0.020483017, -2.529650), + (-2.227583, 1.356517, -2.312650), + (-1.059583, 3.265517, -0.6046500), + (-2.262583, 2.640517, -0.2406499), + (-2.848583, 1.684517, -1.095650), + (-3.402583, 0.5095167, -0.5616500), + (-3.124583, -0.5444832, -1.447650), + (-2.815583, -1.825483, -0.9456501), + (-1.781583, -2.577483, -1.527650), + (-1.113584, -3.265483, -0.5006499), + (0.2864165, -3.429483, -0.5566499), + (3.373417, -0.2854834, -0.8306501), + (1.018416, -1.984483, 2.678350), + (2.227417, -1.356483, 2.312350), + (2.398417, 0.020516872, 2.530350), + (1.360417, 0.7755170, 3.114350), + (0.1564164, 0.1505170, 3.479350), + (-1.236583, -1.719483, 2.768350), + (-0.9585834, -2.773483, 1.882350), + (0.4354167, -2.936483, 1.826350), + (1.059417, -3.265483, 0.6053500), + (2.263417, -2.640483, 0.2403500), + (2.848417, -1.684483, 1.096350), + (3.124417, 0.5445170, 1.447350), + (2.815417, 1.825517, 0.9453500), + (1.781417, 2.577517, 1.527350), + (1.052417, 2.051517, 2.614350), + (-0.3415833, 2.215517, 2.669350), + (-0.8955836, 1.040517, 3.204350), + (-2.122583, 0.5505171, 2.710350), + (-2.292583, -0.8264832, 2.492350), + (-1.734583, -2.937483, 0.7163500), + (-2.786583, -2.048483, 0.4413500), + (-3.065583, -0.9904833, 1.331350), + (-3.373584, 0.2855167, 0.8313500), + (-2.790584, 1.238517, 1.683350), + (-2.233583, 2.418517, 1.146350), + (-1.011583, 2.905517, 1.638350), + (-0.2855835, 3.429517, 0.5563500), + (1.113417, 3.265517, 0.5003500), + (3.402417, -0.5094833, 0.5613500), + (2.786417, 2.047517, -0.4416499), + (-0.014583588, -1.232483, 3.261350), + (0.0, 0.0, 0.0)) + +# -------------------------------------------------------------------- +# C80 + +BUCKY_80 = ((-1.243762, -0.7016125, 3.734700), + (-1.248762, 0.6973875, 3.749700), + (-0.054762483, 1.429388, 3.749700), + (1.189238, 0.7893875, 3.735700), + (1.194237, -0.6086125, 3.783700), + (0.00023752451, -1.340613, 3.782700), + (-2.204762, 1.428387, 3.034700), + (-3.191762, 0.7883875, 2.276700), + (-3.223763, -0.6096125, 2.311700), + (-2.267762, -1.340613, 3.027700), + (0.2282375, -2.540613, 3.098700), + (-0.7787625, -3.147613, 2.340700), + (-2.039762, -2.541613, 2.343700), + (2.160238, -1.356613, 3.098700), + (1.563237, -2.550612, 2.675700), + (-0.2727625, 2.612388, 3.034700), + (-1.601763, 2.612388, 2.591700), + (-3.586762, -1.357612, 1.184700), + (-2.854763, -2.551612, 1.204700), + (2.223238, 1.412387, 3.028700), + (2.006238, 2.595387, 2.312700), + (0.7452375, 3.202387, 2.276700), + (0.3742375, 3.844388, 1.090700), + (-0.9547625, 3.844388, 0.6487002), + (-1.962763, 3.201387, 1.374700), + (-2.992763, 2.595387, 0.6477003), + (-3.595763, 1.411387, 1.090700), + (-3.958763, 0.6633875, -0.036299706), + (-3.930763, -0.7356125, -0.020299911), + (-3.568762, -1.385612, -1.205300), + (-2.837763, -2.579613, -1.186300), + (-2.439763, -3.168612, 0.019700050), + (-1.205762, -3.828612, 0.035700321), + (-0.3907624, -3.817612, 1.174700), + (0.9442375, -3.827612, 0.7516999), + (1.941237, -3.168612, 1.478700), + (3.190238, 0.6643875, 2.343700), + (3.158237, -0.7346125, 2.340700), + (3.579237, -1.384613, 1.175700), + (2.982238, -2.578612, 0.7527003), + (1.244238, 0.7023875, -3.735300), + (1.249238, -0.6976125, -3.750300), + (0.055237532, -1.428612, -3.750300), + (-1.189762, -0.7896125, -3.735300), + (-1.193763, 0.6093875, -3.783300), + (0.00023752451, 1.340387, -3.783300), + (2.205238, -1.428612, -3.034300), + (3.192237, -0.7886125, -2.276300), + (3.224237, 0.6093875, -2.312300), + (2.268238, 1.341388, -3.027300), + (-0.2277625, 2.541388, -3.098300), + (0.7792375, 3.147388, -2.340300), + (2.040237, 2.541388, -2.343300), + (-2.159763, 1.356387, -3.098300), + (-1.562762, 2.550387, -2.675300), + (0.2732375, -2.612613, -3.034300), + (1.601238, -2.612613, -2.592300), + (3.586237, 1.357388, -1.185300), + (2.854238, 2.551387, -1.204300), + (-2.223763, -1.411613, -3.028300), + (-2.005763, -2.595613, -2.312300), + (-0.7457625, -3.201612, -2.277300), + (-0.3747625, -3.844613, -1.090300), + (0.9542375, -3.844613, -0.6482999), + (1.962238, -3.201612, -1.375300), + (2.992238, -2.595613, -0.6482999), + (3.596237, -1.411613, -1.090300), + (3.958237, -0.6636125, 0.036700249), + (3.931237, 0.7353874, 0.019700050), + (3.569237, 1.385387, 1.205700), + (2.837237, 2.579388, 1.185700), + (2.439238, 3.168387, -0.019299984), + (1.205238, 3.828387, -0.036299706), + (0.3902375, 3.818388, -1.175300), + (-0.9447625, 3.828387, -0.7522998), + (-1.941762, 3.168387, -1.478300), + (-3.189763, -0.6646125, -2.344300), + (-3.157763, 0.7343875, -2.340300), + (-3.579762, 1.384387, -1.175300), + (-2.982763, 2.578387, -0.7522998)) diff --git a/src/patch.pyc b/src/patch.pyc new file mode 100644 index 0000000..98bde9c Binary files /dev/null and b/src/patch.pyc differ diff --git a/src/pdbfile.py b/src/pdbfile.py new file mode 100644 index 0000000..1713ada --- /dev/null +++ b/src/pdbfile.py @@ -0,0 +1,289 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# pdb tool + +oneline = "Read, write PDB files in combo with LAMMPS snapshots" + +docstr = """ +p = pdbfile("3CRO") create pdb object from PDB file or WWW +p = pdbfile("pep1 pep2") read in multiple PDB files +p = pdbfile("pep*") can use wildcards +p = pdbfile(d) read in snapshot data with no PDB file +p = pdbfile("3CRO",d) read in single PDB file with snapshot data + + string arg contains one or more PDB files + don't need .pdb suffix except wildcard must expand to file.pdb + if only one 4-char file specified and it is not found, + it will be downloaded from http://www.rcsb.org as 3CRO.pdb + d arg is object with atom coordinates (dump, data) + +p.one() write all output as one big PDB file to tmp.pdb +p.one("mine") write to mine.pdb +p.many() write one PDB file per snapshot: tmp0000.pdb, ... +p.many("mine") write as mine0000.pdb, mine0001.pdb, ... +p.single(N) write timestamp N as tmp.pdb +p.single(N,"new") write as new.pdb + + how new PDB files are created depends on constructor inputs: + if no d: one new PDB file for each file in string arg (just a copy) + if only d specified: one new PDB file per snapshot in generic format + if one file in str arg and d: one new PDB file per snapshot + using input PDB file as template + multiple input PDB files with a d is not allowed + +index,time,flag = p.iterator(0) +index,time,flag = p.iterator(1) + + iterator = loop over number of PDB files + call first time with arg = 0, thereafter with arg = 1 + N = length = # of snapshots or # of input PDB files + index = index of snapshot or input PDB file (0 to N-1) + time = timestep value (time stamp for snapshot, index for multiple PDB) + flag = -1 when iteration is done, 1 otherwise + typically call p.single(time) in iterated loop to write out one PDB file +""" + +# History +# 8/05, Steve Plimpton (SNL): original version + +# ToDo list +# for generic PDB file (no template) from a LJ unit system, +# the atoms in PDB file are too close together + +# Variables +# files = list of input PDB files +# data = data object (ccell,data,dump) to read snapshots from +# atomlines = dict of ATOM lines in original PDB file +# key = atom id, value = tuple of (beginning,end) of line + +# Imports and external programs + +import sys, types, glob, urllib + +# Class definition + +class pdbfile: + + # -------------------------------------------------------------------- + + def __init__(self,*args): + if len(args) == 1: + if type(args[0]) is types.StringType: + filestr = args[0] + self.data = None + else: + filestr = None + self.data = args[0] + elif len(args) == 2: + filestr = args[0] + self.data = args[1] + else: raise StandardError, "invalid args for pdb()" + + # flist = full list of all PDB input file names + # append .pdb if needed + + if filestr: + list = filestr.split() + flist = [] + for file in list: + if '*' in file: flist += glob.glob(file) + else: flist.append(file) + for i in xrange(len(flist)): + if flist[i][-4:] != ".pdb": flist[i] += ".pdb" + if len(flist) == 0: + raise StandardError,"no PDB file specified" + self.files = flist + else: self.files = [] + + if len(self.files) > 1 and self.data: + raise StandardError, "cannot use multiple PDB files with data object" + if len(self.files) == 0 and not self.data: + raise StandardError, "no input PDB file(s)" + + # grab PDB file from http://rcsb.org if not a local file + + if len(self.files) == 1 and len(self.files[0]) == 8: + try: + open(self.files[0],'r').close() + except: + print "downloading %s from http://rcsb.org" % self.files[0] + fetchstr = "http://www.rcsb.org/pdb/cgi/export.cgi/%s?format=PDB&pdbId=2cpk&compression=None" % self.files[0] + urllib.urlretrieve(fetchstr,self.files[0]) + + if self.data and len(self.files): self.read_template(self.files[0]) + + # -------------------------------------------------------------------- + # write a single large PDB file for concatenating all input data or files + # if data exists: + # only selected atoms returned by extract + # atoms written in order they appear in snapshot + # atom only written if its tag is in PDB template file + # if no data: + # concatenate all input files to one output file + + def one(self,*args): + if len(args) == 0: file = "tmp.pdb" + elif args[0][-4:] == ".pdb": file = args[0] + else: file = args[0] + ".pdb" + + f = open(file,'w') + + # use template PDB file with each snapshot + + if self.data: + n = flag = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + self.convert(f,which) + print >>f,"END" + print time, + sys.stdout.flush() + n += 1 + + else: + for file in self.files: + f.write(open(file,'r').read()) + print >>f,"END" + print file, + sys.stdout.flush() + + f.close() + print "\nwrote %d datasets to %s in PDB format" % (n,file) + + # -------------------------------------------------------------------- + # write series of numbered PDB files + # if data exists: + # only selected atoms returned by extract + # atoms written in order they appear in snapshot + # atom only written if its tag is in PDB template file + # if no data: + # just copy all input files to output files + + def many(self,*args): + if len(args) == 0: root = "tmp" + else: root = args[0] + + if self.data: + n = flag = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + + if n < 10: + file = root + "000" + str(n) + elif n < 100: + file = root + "00" + str(n) + elif n < 1000: + file = root + "0" + str(n) + else: + file = root + str(n) + file += ".pdb" + + f = open(file,'w') + self.convert(f,which) + f.close() + + print time, + sys.stdout.flush() + n += 1 + + else: + n = 0 + for infile in self.files: + if n < 10: + file = root + "000" + str(n) + elif n < 100: + file = root + "00" + str(n) + elif n < 1000: + file = root + "0" + str(n) + else: + file = root + str(n) + file += ".pdb" + + f = open(file,'w') + f.write(open(infile,'r').read()) + f.close() + print file, + sys.stdout.flush() + + n += 1 + + print "\nwrote %d datasets to %s*.pdb in PDB format" % (n,root) + + # -------------------------------------------------------------------- + # write a single PDB file + # if data exists: + # time is timestamp in snapshot + # only selected atoms returned by extract + # atoms written in order they appear in snapshot + # atom only written if its tag is in PDB template file + # if no data: + # time is index into list of input PDB files + # just copy one input file to output file + + def single(self,time,*args): + if len(args) == 0: file = "tmp.pdb" + elif args[0][-4:] == ".pdb": file = args[0] + else: file = args[0] + ".pdb" + f = open(file,'w') + + if self.data: + which = self.data.findtime(time) + self.convert(f,which) + else: + f.write(open(self.files[time],'r').read()) + + f.close() + + # -------------------------------------------------------------------- + # iterate over list of input files or selected snapshots + # latter is done via data objects iterator + + def iterator(self,flag): + if not self.data: + if not flag: self.iterate = 0 + else: + self.iterate += 1 + if self.iterate > len(self.files): return 0,0,-1 + return self.iterate,self.iterate,1 + + return self.data.iterator(flag) + + # -------------------------------------------------------------------- + # read a PDB file and store ATOM lines + + def read_template(self,file): + lines = open(file,'r').readlines() + self.atomlines = {} + for line in lines: + if line.find("ATOM") == 0: + tag = int(line[4:11]) + begin = line[:30] + end = line[54:] + self.atomlines[tag] = (begin,end) + + # -------------------------------------------------------------------- + # convert one set of atoms to PDB format and write to f + + def convert(self,f,which): + time,box,atoms,bonds,tris,lines = self.data.viz(which) + if len(self.files): + for atom in atoms: + id = atom[0] + if self.atomlines.has_key(id): + (begin,end) = self.atomlines[id] + line = "%s%8.3f%8.3f%8.3f%s" % (begin,atom[2],atom[3],atom[4],end) + print >>f,line, + else: + for atom in atoms: + begin = "ATOM %6d %2d R00 1 " % (atom[0],atom[1]) + middle = "%8.3f%8.3f%8.3f" % (atom[2],atom[3],atom[4]) + end = " 1.00 0.00 NONE" + print >>f,begin+middle+end diff --git a/src/pdbfile.pyc b/src/pdbfile.pyc new file mode 100644 index 0000000..1fbf13a Binary files /dev/null and b/src/pdbfile.pyc differ diff --git a/src/pizza.py b/src/pizza.py new file mode 100755 index 0000000..ec88f13 --- /dev/null +++ b/src/pizza.py @@ -0,0 +1,441 @@ +#!/usr/local/bin/python -i + +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# Change log: +# 8/05, Steve Plimpton (SNL): original version +# 12/09, David Hart (SNL): except hook for Tkinter no-display error +# 5/11, David Hart (SNL): began list of excludes for no-display machines + +# ToDo list: + +# Help strings: + +version = "LPP 1.0 based on pizza - 7 Oct 2011" + +intro = """ +Pizza.py (%s), a toolkit written in Python +type ? for help, CTRL-D to quit +""" + +help = """ +pizza.py switch arg(s) switch arg(s) ... + -s silent (else print start-up help) + -t log dump raster load only these tools + -x raster rasmol load all tools except these + -f mine.py arg1 arg2 run script file with args + -c "vec = range(100)" run Python command + -q quit (else interactive) + +Everything typed at the ">" prompt is a Python command + +Additional commands available at ">" prompt: + ? print help message + ?? one-line for each tool and script + ? raster list tool commands or script syntax + ?? energy.py full documentation of tool or script + !ls -l shell command + @cd .. cd to a new directory + @log tmp.log log all commands typed so far to file + @run block.py arg1 arg2 run script file with args + @time d = dump("*.dump") time a command + +Tools: +""" + +# ------------------------------------------------------------------------- +# modules needed by pizza.py + +import sys, commands, os, string, exceptions, glob, re +from time import clock + +# readline not available in all Pythons + +try: + import readline + readline_flag = 1 +except ImportError, exception: + print "readline option not available" + readline_flag = 0 + +# create global Tk root if Tkinter is loaded +# used by all tools that do GUIs via Tkinter + +nodisplay = False +try: + import Tkinter + tkroot = Tkinter.Tk() + tkroot.withdraw() +except ImportError, exception: + nodisplay = True + pass +except Exception, exception: + nodisplay = True + pass + +# ------------------------------------------------------------------------- +# error trap that enables special commands at interactive prompt + +def trap(type,value,tback): + global argv + + # only check SyntaxErrors + + if not isinstance(value,exceptions.SyntaxError): + sys.__excepthook__(type,value,tback) + return + + # special commands at top level only, not in indented text entry + + if value.text[0].isspace(): + sys.__excepthook__(type,value,tback) + return + + # ? = top-level help + # ?? = one-line description of each tool and script + # ? name = one-line for each tool command or script purpose/syntax + # ?? name = entire documentation for tool or script + # name with no .py suffix is tool, name with .py suffix is script + + if value.text[0] == "?": + words = value.text.split() + + if len(words) == 1 and words[0] == "?": + print intro[1:] % version + print help[1:]," ", + for tool in tools: print tool, + print + + elif len(words) == 1 and words[0] == "??": + for tool in tools: + exec "oneline = oneline_%s" % tool + print "%-11s%s" % (tool,oneline) + print + + scripts = [] + for dir in PIZZA_SCRIPTS[1:]: + list = glob.glob("%s/*.py" % dir) + list.sort() + scripts += list + for script in scripts: + filename = os.path.basename(script) + lines = open(script,'r').readlines() + flag = 0 + for line in lines: + if line.find("Purpose:") >= 0: + flag = 1 + break + if flag: doc = line[line.find("Purpose:")+8:] + else: doc = " not available\n" + print "%-20s%s" % (filename,doc), + + elif len(words) == 2 and words[0] == "?": + if words[1][-3:] == ".py": + fileflag = 0 + for dir in PIZZA_SCRIPTS: + filename = "%s/%s" % (dir,words[1]) + if os.path.isfile(filename): + fileflag = 1 + lineflag = 0 + lines = open(filename,'r').readlines() + for line in lines: + if line.find("# Purpose:") >= 0: print line[2:], + if line.find("# Syntax:") >= 0: + lineflag = 1 + break + if not lineflag: print "%s has no Syntax line" % words[1] + else: print line[2:], + break + if not fileflag: + print "%s is not a recognized script" % words[1] + + else: + if words[1] in tools: + exec "txt = docstr_%s" % words[1] + txt = re.sub("\n\s*\n","\n",txt) + txt = re.sub("\n .*","",txt) + exec "print oneline_%s" % words[1] + print txt + else: + print "%s is not a recognized tool" % words[1] + + elif len(words) == 2 and words[0] == "??": + if words[1][-3:] == ".py": + fileflag = 0 + for dir in PIZZA_SCRIPTS: + filename = "%s/%s" % (dir,words[1]) + if os.path.isfile(filename): + fileflag = 1 + lines = open(filename,'r').readlines() + for line in lines: + if len(line.strip()) == 0: continue + if line[0] == '#': print line, + else: break + break + if not fileflag: + print "%s is not a recognized script" % words[1] + + else: + if words[1] in tools: + exec "print oneline_%s" % words[1] + exec "print docstr_%s" % words[1] + else: + print "%s is not a recognized class" % words[1] + + return + + # shell command like !ls, !ls -l + + if value.text[0] == "!": + os.system(value.text[1:]) + return + + # @ commands = @cd, @log, @run, @time + # for run and time, use namespace in execfile and exec commands + # else variables defined in script/command + # won't be set in top-level Pizza.py + + if value.text[0] == "@": + words = value.text.split() + if words[0][1:] == "cd": + os.chdir(words[1]) + return + elif words[0][1:] == "log": + if readline_flag == 0: + print "cannot use @log without readline module" + return + f = open(words[1],"w") + print >>f,"# pizza.py log file\n" + nlines = readline.get_current_history_length() + for i in xrange(1,nlines): + print >>f,readline.get_history_item(i) + f.close() + return + elif words[0][1:] == "run": + argv = words[1:] + file = argv[0] + flag = 0 + for dir in PIZZA_SCRIPTS: + fullfile = dir + '/' + file + if os.path.exists(fullfile): + flag = 1 + print "Executing file:",fullfile + execfile(fullfile,namespace) + break + if not flag: print "Could not find file",file + return + elif words[0][1:] == "time": + cmd = string.join(words[1:]) + t1 = clock() + exec cmd in namespace + t2 = clock() + print "CPU time = ",t2-t1 + return + + # unrecognized command, let system handle error + + sys.__excepthook__(type,value,tback) + +# ------------------------------------------------------------------------- +# process command-line switches +# store scripts and commands in tasks list + +silent = 0 +yes_tools = [] +no_tools = [] +tasks = [] +quitflag = 0 + +iarg = 1 +while (iarg < len(sys.argv)): + if (sys.argv[iarg][0] != '-'): + print "ERROR: arg is not a switch: %s" % (sys.argv[iarg]) + sys.exit() + if (sys.argv[iarg] == "-s"): + silent = 1 + iarg += 1 + elif (sys.argv[iarg] == "-t"): + jarg = iarg + 1 + while (jarg < len(sys.argv) and sys.argv[jarg][0] != '-'): + yes_tools.append(sys.argv[jarg]) + jarg += 1 + iarg = jarg + elif (sys.argv[iarg] == "-x"): + jarg = iarg + 1 + while (jarg < len(sys.argv) and sys.argv[jarg][0] != '-'): + no_tools.append(sys.argv[jarg]) + jarg += 1 + iarg = jarg + elif (sys.argv[iarg] == "-f"): + jarg = iarg + 1 + list = [] + while (jarg < len(sys.argv) and sys.argv[jarg][0] != '-'): + list.append(sys.argv[jarg]) + jarg += 1 + task = ("script",list) + tasks.append(task) + iarg = jarg + elif (sys.argv[iarg] == "-c"): + jarg = iarg + 1 + list = [] + while (jarg < len(sys.argv) and sys.argv[jarg][0] != '-'): + list.append(sys.argv[jarg]) + jarg += 1 + task = ("command",list) + tasks.append(task) + iarg = jarg + elif (sys.argv[iarg] == "-q"): + quitflag = 1 + iarg += 1 + else: + print "ERROR: unknown switch: %s" % (sys.argv[iarg]) + sys.exit() + +# print intro message + +if not silent: print intro[1:] % version, + +# error test on m,x command-line switches + +if len(yes_tools) > 0 and len(no_tools) > 0: + print "ERROR: cannot use -t and -x switches together" + sys.exit() + +# ------------------------------------------------------------------------- +# tools = list of tool names to import +# if -t switch was used, tools = just those files +# else scan for *.py files in all dirs in PIZZA_TOOLS list +# and then Pizza.py src dir (sys.path[0]) + +if not silent: print "Loading tools ..." +if not silent and nodisplay: print "Display not available ... no GUIs" + +try: from DEFAULTS import PIZZA_TOOLS +except: PIZZA_TOOLS = [] +PIZZA_TOOLS = map(os.path.expanduser,PIZZA_TOOLS) +PIZZA_TOOLS.append(sys.path[0]) + +if len(yes_tools) > 0: tools = yes_tools +else: + tools = [] + for dir in PIZZA_TOOLS: + tools += glob.glob(dir + "/*.py") + for i in range(len(tools)): + tools[i] = os.path.basename(tools[i]) + tools[i] = tools[i][:-3] + +# remove duplicate entries, reverse enables removing all but first entry + +tools.reverse() +for tool in tools: + while tools.count(tool) > 1: tools.remove(tool) +tools.reverse() + +# remove tools in EXCLUDE list and command-line -x list + +try: from DEFAULTS import PIZZA_EXCLUDE +except: PIZZA_EXCLUDE = [] +for tool in PIZZA_EXCLUDE: + if tool in tools: tools.remove(tool) +for tool in no_tools: + if tool in tools: tools.remove(tool) + +# add PIZZA_TOOLS dirs to front of module search path (sys.path) +# import each tool as a Python module and its documentation strings +# restore sys.path + +sys.path = PIZZA_TOOLS + sys.path + +failed = [] +for tool in tools: + #print "loading tool '%s'"%tool + if nodisplay and tool in ['gl']: + failed.append(tool) + continue + try: + exec "from %s import %s" % (tool,tool) + exec "from %s import oneline as oneline_%s" % (tool,tool) + exec "from %s import docstr as docstr_%s" % (tool,tool) + except Exception, exception: + print "%s tool did not load:" % tool + print " ",exception + failed.append(tool) + +for dir in PIZZA_TOOLS: sys.path = sys.path[1:] + +# final list of tools: remove tools where import failed, sort them + +for tool in failed: tools.remove(tool) +tools.sort() + +# add current working dir to sys.path so user can import own modules +# cwd isn't in sys.path when Pizza.py is launched + +sys.path.insert(0,'') + +# ------------------------------------------------------------------------- +# PIZZA_SCRIPTS = list of dirs to look in to find scripts + +try: from DEFAULTS import PIZZA_SCRIPTS +except: PIZZA_SCRIPTS = [] +PIZZA_SCRIPTS = map(os.path.expanduser,PIZZA_SCRIPTS) +PIZZA_SCRIPTS.insert(0,'.') +PIZZA_SCRIPTS.append(sys.path[1][:-3] + "scripts") # path for pizza.py + +# run specified script files and commands in order specified +# put arguments in argv so script can access them +# check list of PIZZA_SCRIPTS dirs to find script file +# catch errors so pizza.py will continue even if script is bad +# traceback logic prints where in the script the error occurred + +for task in tasks: + if task[0] == "script": + argv = task[1] + file = argv[0] + try: + flag = 0 + for dir in PIZZA_SCRIPTS: + fullfile = dir + '/' + file + if os.path.exists(fullfile): + print "Executing file:",fullfile + execfile(fullfile) + flag = 1 + break + if not flag: print "Could not find file",file + except StandardError, exception: + (type,value,tback) = sys.exc_info() + print type,value,tback + type = str(type) + type = type[type.find(".")+1:] + print "%s with value: %s" % (type,value) + tback = tback.tb_next + while tback: + print "error on line %d of file %s" % \ + (tback.tb_lineno,tback.tb_frame.f_code.co_filename) + tback = tback.tb_next + elif task[0] == "command": + argv = task[1] + cmd = "" + for arg in argv: cmd += arg + " " + exec cmd + +# ------------------------------------------------------------------------- +# store global namespace +# swap in a new exception handler +# change interactive prompts + +namespace = sys.modules['__main__'].__dict__ +sys.excepthook = trap +sys.ps1 = "> " +sys.ps2 = ". " + +# should now go interactive if launched with "python -i" +# unless -q switch used + +if quitflag > 0: sys.exit() diff --git a/src/plotview.py b/src/plotview.py new file mode 100644 index 0000000..05abc3d --- /dev/null +++ b/src/plotview.py @@ -0,0 +1,190 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# plotview tool + +oneline = "Plot multiple vectors from a data set" + +docstr = """ +p = plotview(d,pl) create GUI for viewing plots + + d = Pizza.py object that contains vectors (log, vec) + pl = Pizza.py plotting object (gnu, matlab) + +p.select(2) select one plot as current (1-N) +p.yes(3) toggle one plot's visibility +p.no(3) + + only one plot is selected at a time + multiple plots can be visible at same time + select is same as clicking on left-side radio-button + yes/no is same as clicking on right-side checkbox + +p.x = "Time" which vector is X vector (1st vec by default) +p.file("pressure") filename prefix for saving a plot +p.save() save currently selected plot to file.eps +""" + +# History +# 8/05, Matt Jones (BYU): original version + +# ToDo list +# option to plot all N vectors against linear index? + +# Variables +# source = source of vector data +# plot = plotting object +# nplots = # of plots (not including 1st vector) +# names = names of plots (from vector source) +# radiovar = index of clicked radio button (0 = none, 1-N) +# checkbuttons = list of check button objects +# checkvars = list of status of check buttons +# checkold = list of status of check buttons before click + +# Imports and external programs + +import sys, re, glob, time +from Tkinter import * + +# Class definition + +class plotview: + + # -------------------------------------------------------------------- + + def __init__(self,source,plot): + self.source = source + self.plot = plot + + # create GUI + + from __main__ import tkroot + root = Toplevel(tkroot) + root.title('Pizza.py plotview tool') + + self.frame1 = Frame(root) + self.frame2 = Frame(root) + self.frame3 = Frame(root) + + Button(self.frame1,text="Print As:",command=self.save).pack(side=TOP) + self.entry = Entry(self.frame1,width=16) + self.entry.insert(0,"tmp") + self.entry.pack(side=TOP) + + Label(self.frame2,text="Select").pack(side=LEFT) + Label(self.frame2,text = "Display").pack(side=RIGHT) + + self.nplots = source.nvec + self.names = source.names + self.x = self.names[0] + + self.radiovar = IntVar() + self.checkbuttons = [] + self.checkvars = [] + self.checkold = [] + + # for each vector (not including 1st) + # create a plot and title it + # create a line in GUI with selection and check button + + for i in range(self.nplots): + self.plot.select(i+1) + self.plot.xtitle(self.x) + self.plot.ytitle(self.names[i]) + self.plot.title(self.names[i]) + + b = BooleanVar() + b.set(0) + self.checkvars.append(b) + self.checkold.append(0) + + line = Frame(self.frame3) + rtitle = "%d %s" % (i+1,self.names[i]) + Radiobutton(line, text=rtitle, value=i+1, variable=self.radiovar, + command=self.radioselect).pack(side=LEFT) + cbutton = Checkbutton(line, variable=b, command=self.check) + cbutton.pack(side=RIGHT) + self.checkbuttons.append(cbutton) + line.pack(side=TOP,fill=X) + + self.radiovar.set(0) + self.frame1.pack(side=TOP) + self.frame2.pack(side=TOP,fill=X) + self.frame3.pack(side=TOP,fill=X) + + # -------------------------------------------------------------------- + # set radio button and checkbox + + def select(self,n): + self.plot.select(n) + self.radiovar.set(n) + self.yes(n) + + # -------------------------------------------------------------------- + # only invoke if currently unset + + def yes(self,n): + if not self.checkvars[n-1].get(): self.checkbuttons[n-1].invoke() + + # -------------------------------------------------------------------- + # only invoke if currently set + + def no(self,n): + if self.checkvars[n-1].get(): self.checkbuttons[n-1].invoke() + + # -------------------------------------------------------------------- + + def file(self,newtext): + oldtext = self.entry.get() + self.entry.delete(0,len(oldtext)) + self.entry.insert(0,newtext) + + # -------------------------------------------------------------------- + + def save(self): + n = self.radiovar.get() + if n == 0: raise StandardError,"no plot selected" + name = self.entry.get() + self.plot.save(name) + + # -------------------------------------------------------------------- + # called when any radio selection button is clicked + + def radioselect(self): + self.select(self.radiovar.get()) + + # -------------------------------------------------------------------- + # called when any checkbox is clicked + # draws or hides plot + # loop is to find which checkbox changed status + # grab x,y data to plot out of source object + + def check(self): + for i in range(self.nplots): + if int(self.checkvars[i].get()) != self.checkold[i]: + if self.checkvars[i].get(): + self.radiovar.set(i+1) + self.plot.select(i+1) + self.plot.xtitle(self.x) + x,y = self.source.get(self.x,self.names[i]) + self.plot.plot(x,y) + else: + if self.radiovar.get() == i+1: self.radiovar.set(0) + self.plot.hide(i+1) + self.checkold[i] = int(self.checkvars[i].get()) + + # -------------------------------------------------------------------- + # called by lammps() tool to update all visible plots with new data + + def refresh(self): + for i in range(self.nplots): + if self.checkvars[i].get(): + self.plot.select(i+1) + self.plot.xtitle(self.x) + x,y = self.source.get(self.x,self.names[i]) + self.plot.plot(x,y) diff --git a/src/plotview.pyc b/src/plotview.pyc new file mode 100644 index 0000000..acdda5a Binary files /dev/null and b/src/plotview.pyc differ diff --git a/src/rasmol.py b/src/rasmol.py new file mode 100644 index 0000000..513eae3 --- /dev/null +++ b/src/rasmol.py @@ -0,0 +1,287 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# rasmol tool + +oneline = "3d visualization via RasMol program" + +docstr = """ +r = rasmol(p) create RasMol wrapper for pdb object p + +r.file = "image" file prefix for created images (def = "image") + +r.show(N) show snapshot at timestep N with default script +r.show(N,"my.rasmol") use file as RasMol script + +r.all() make images of all selected snapshots with def script +r.all("my.rasmol") use file as RasMol script + +r.run(N) run RasMol interactivly on snapshot N +r.run(N,"new.rasmol") adjust via mouse or RasMol commands +r.run(N,"new.rasmol","old.rasmol") type quit to save RasMol script file + + if 2 args, 2nd arg is new script file, else save to "tmp.rasmol" + if 3 args, 3rd arg is initial script file, else use default script +""" + +# History +# 8/05, Steve Plimpton (SNL): original version + +# ToDo list +# allow zoom, view, movie, pan settings like other viz tools +# so can specify rock & make fly-by movies of an image + +# Variables + +# Imports and external programs + +import sys, os, commands, re, types +from pdbfile import pdbfile + +try: from DEFAULTS import PIZZA_RASMOL +except: PIZZA_RASMOL = "rasmol" +try: from DEFAULTS import PIZZA_DISPLAY +except: PIZZA_DISPLAY = "display" + +# Class definition + +class rasmol: + + # -------------------------------------------------------------------- + + def __init__(self,pdb): + self.pdb = pdb + self.file = "image" + + # -------------------------------------------------------------------- + + def start(self): + self.RASMOL = os.popen(PIZZA_RASMOL,'w') + + # -------------------------------------------------------------------- + + def enter(self): + while 1: + command = raw_input("rasmol> ") + if command == "quit" or command == "exit": return + self.__call__(command) + + # -------------------------------------------------------------------- + + def __call__(self,command): + self.RASMOL.write(command + '\n') + self.RASMOL.flush() + + # -------------------------------------------------------------------- + + def stop(self): + self.__call__("quit") + del self.RASMOL + + # -------------------------------------------------------------------- + + def show(self,*list): + + # create tmp.pdb with atom data + + n = list[0] + self.pdb.single(n,"tmp.pdb") + + # if RasMol input script specified, read it + # replace load pdb "file" with load pdb "%s" + # if no RasMol input script specified, use rasmol_template + + if len(list) == 2: + rasmol_text = open(list[1],"r").read() + rasmol_text = re.sub('load pdb ".*"','load pdb "%s"',rasmol_text) + else: + rasmol_text = rasmol_template + + # write rasmol_text to tmp.rasmol, substituting tmp.pdb for filename + + f = open("tmp.rasmol","w") + text = rasmol_text % "tmp.pdb" + print >>f,text + f.close() + + # run RasMol to create image in tmp.gif + + self.start() + self.__call__("source tmp.rasmol") + self.__call__("write tmp.gif") + self.stop() + + # display the image + + cmd = "%s tmp.gif" % (PIZZA_DISPLAY) + commands.getoutput(cmd) + + # -------------------------------------------------------------------- + + def all(self,*list): + + # if RasMol script specified, read it + # replace load pdb "file" with load pdb "%s" + # if no RasMol script specified, just use rasmol_template + + if len(list) == 1: + rasmol_text = open(list[0],"r").read() + rasmol_text = re.sub('load pdb ".*"','load pdb "%s"',rasmol_text) + else: + rasmol_text = rasmol_template + + # iterate over all timesteps + # write snapshot to tmpN.pdb + # write RasMol input script to tmpN.rasmol + + n = flag = 0 + while 1: + which,time,flag = self.pdb.iterator(flag) + + if flag == -1: break + + if n < 10: + ncount = "000" + str(n) + elif n < 100: + ncount = "00" + str(n) + elif n < 1000: + ncount = "0" + str(n) + else: + ncount = str(n) + + file_pdb = "tmp%s.pdb" % ncount + self.pdb.single(time,file_pdb) + + text = rasmol_text % file_pdb + file_rasmol = "tmp%s.rasmol" % ncount + f = open(file_rasmol,"w") + print >>f,text + f.close() + + print time, + sys.stdout.flush() + n += 1 + + # run RasMol on each pair of RasMol scripts and PDB files + + self.start() + + loop = n + for n in xrange(loop): + if n < 10: + ncount = "000" + str(n) + elif n < 100: + ncount = "00" + str(n) + elif n < 1000: + ncount = "0" + str(n) + else: + ncount = str(n) + + source_str = "source tmp%s.rasmol" % ncount + self.__call__(source_str) + write_str = "write %s%s.gif" % (self.file,ncount) + self.__call__(write_str) + + self.stop() + + # clean up + + commands.getoutput("rm tmp*.pdb") + commands.getoutput("rm tmp*.rasmol") + + # -------------------------------------------------------------------- + + def run(self,*list): + + # create tmp.pdb with atom data + + n = list[0] + self.pdb.single(n,"tmp.pdb") + + # if RasMol script specified, read it + # replace load pdb "file" with load pdb "%s" + # if no RasMol script specified, just use rasmol_template + + if len(list) == 3: + rasmol_text = open(list[2],"r").read() + rasmol_text = re.sub('load pdb ".*"','load pdb "%s"',rasmol_text) + else: + rasmol_text = rasmol_template + + # write rasmol_text to tmp.rasmol + + f = open("tmp.rasmol","w") + text = rasmol_template % "tmp.pdb" + print >>f,text + f.close() + + # run RasMol to create image in tmp.gif + + self.start() + self.__call__("source tmp.rasmol") + self.enter() + + if len(list) > 1: newfile = list[1] + else: newfile = "tmp.rasmol" + self.__call__("write script %s" % newfile) + self.stop() + +# -------------------------------------------------------------------- +# generic Rasmol script with spacefill option +# PDB filename must be filled in for load command + +rasmol_template = """ +# Creator: RasMol Version 2.7.1 + +zap +load pdb "%s" +background [0,0,0] +set ambient 40 +set specular off + +reset +slab off + +set axes off +set boundingbox off +set unitcell off +set bondmode and +dots off + +# Avoid Colour Problems! +select all +colour bonds none +colour backbone none +colour hbonds none +colour ssbonds none +colour ribbons none +colour white + +# Atoms +colour atoms cpk +spacefill on +set shadow off + +# Bonds +wireframe off + +# Ribbons +ribbons off + +# Backbone +backbone off + +# Labels +labels off + +# Monitors +monitors off + +ssbonds off +hbonds off +""" diff --git a/src/rasmol.pyc b/src/rasmol.pyc new file mode 100644 index 0000000..55645ed Binary files /dev/null and b/src/rasmol.pyc differ diff --git a/src/raster.py b/src/raster.py new file mode 100644 index 0000000..8d6d03d --- /dev/null +++ b/src/raster.py @@ -0,0 +1,669 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# raster tool + +oneline = "3d visualization via Raster3d program" + +docstr = """ +r = raster(d) create Raster3d wrapper for data in d + + d = atom snapshot object (dump, data) + +r.bg("black") set background color (def = "black") +r.size(N) set image size to NxN +r.size(N,M) set image size to NxM +r.rotate(60,135) view from z theta and azimuthal phi (def = 60,30) +r.shift(x,y) translate by x,y pixels in view window (def = 0,0) +r.zoom(0.5) scale image by factor (def = 1) +r.box(0/1/2) 0/1/2 = none/variable/fixed box +r.box(0/1/2,"green") set box color +r.box(0/1/2,"red",4) set box edge thickness +r.file = "image" file prefix for created images (def = "image") + +r.show(N) show image of snapshot at timestep N + +r.all() make images of all selected snapshots +r.all(P) images of all, start file label at P +r.all(N,M,P) make M images of snapshot N, start label at P + +r.pan(60,135,1.0,40,135,1.5) pan during all() operation +r.pan() no pan during all() (default) + + args = z theta, azimuthal phi, zoom factor at beginning and end + values at each step are interpolated between beginning and end values + +r.select = "$x > %g*3.0" string to pass to d.aselect.test() during all() +r.select = "" no extra aselect (default) + + %g varies from 0.0 to 1.0 from beginning to end of all() + +r.label(x,y,"h",size,"red","This is a label") add label to each image +r.nolabel() delete all labels + + x,y coords = -0.5 to 0.5, "h" or "t" for Helvetica or Times font + size = fontsize (e.g. 10), "red" = color of text + +r.acol(2,"green") set atom colors by atom type (1-N) +r.acol([2,4],["red","blue"]) 1st arg = one type or list of types +r.acol(0,"blue") 2nd arg = one color or list of colors +r.acol(range(20),["red","blue"]) if list lengths unequal, interpolate +r.acol(range(10),"loop") assign colors in loop, randomly ordered + + if 1st arg is 0, set all types to 2nd arg + if list of types has a 0 (e.g. range(10)), +1 is added to each value + interpolate means colors blend smoothly from one value to the next + +r.arad([1,2],[0.5,0.3]) set atom radii, same rules as acol() + +r.bcol() set bond color, same args as acol() +r.brad() set bond thickness, same args as arad() + +r.tcol() set triangle color, same args as acol() +r.tfill() set triangle fill, 0 fill, 1 line, 2 both + +r.lcol() set line color, same args as acol() +r.lrad() set line thickness, same args as arad() + +r.adef() set atom/bond/tri/line properties to default +r.bdef() default = "loop" for colors, 0.45 for radii +r.tdef() default = 0.25 for bond/line thickness +r.ldef() default = 0 fill + + by default 100 types are assigned + if atom/bond/tri/line has type > # defined properties, is an error + +from vizinfo import colors access color list +print colors list defined color names and RGB values +colors["nickname"] = [R,G,B] set new RGB values from 0 to 255 + + 140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc +""" + +# History +# 8/05, Steve Plimpton (SNL): original version +# 9/05, Steve Plimpton (SNL): adjusted box and label attributes + +# ToDo list +# when do aselect with select str while looping N times on same timestep +# would not let you grow # of atoms selected +# triangles are not drawn with fill type + +# Variables +# ztheta = vertical angle from z-azis to view from +# azphi = azimuthal angle to view from +# xshift,yshift = xy translation of scene (in pixels) +# distance = size of simulation box (largest dim) +# eye = viewpoint distance from center of scene +# file = filename prefix to use for images produced +# boxflag = 0/1/2 for drawing simulation box: none/variable/fixed +# bxcol = color of box +# bxthick = thickness of box +# bgcol = color of background +# vizinfo = scene attributes +# xtrans,ytrans,ztrans = translation factors computed by Raster3d + +# Imports and external programs + +import sys, os, commands, re +from vizinfo import vizinfo +from math import fabs,atan,cos,sin + +try: from DEFAULTS import PIZZA_RENDER +except: PIZZA_RENDER = "render" +try: from DEFAULTS import PIZZA_LABEL3D +except: PIZZA_LABEL3D = "label3d" +try: from DEFAULTS import PIZZA_DISPLAY +except: PIZZA_DISPLAY = "display" + +# Class definition + +class raster: + + # -------------------------------------------------------------------- + + def __init__(self,data): + self.data = data + self.xpixels = 512 + self.ypixels = 512 + self.ztheta = 60 + self.azphi = 30 + self.scale = 1.0 + self.xshift = self.yshift = 0 + self.eye = 50.0 + + self.file = "image" + self.boxflag = 0 + self.bxcol = [1,1,0] + self.bxthick = 0.3 + self.bgcol = [0,0,0] + self.labels = [] + self.panflag = 0 + self.select = "" + + self.vizinfo = vizinfo() + self.adef() + self.bdef() + self.tdef() + self.ldef() + + # -------------------------------------------------------------------- + + def bg(self,color): + from vizinfo import colors + self.bgcol = [colors[color][0]/255.0,colors[color][1]/255.0, + colors[color][2]/255.0] + + # -------------------------------------------------------------------- + + def size(self,xnew,ynew=None): + self.xpixels = xnew + if not ynew: self.ypixels = self.xpixels + else: self.ypixels = ynew + + # -------------------------------------------------------------------- + + def rotate(self,ztheta,azphi): + self.ztheta = ztheta; + self.azphi = azphi; + + # -------------------------------------------------------------------- + + def shift(self,x,y): + self.xshift = x; + self.yshift = y; + + # -------------------------------------------------------------------- + + def zoom(self,scale): + self.scale = scale; + + # -------------------------------------------------------------------- + + def box(self,*args): + self.boxflag = args[0] + if len(args) > 1: + from vizinfo import colors + self.bxcol = [colors[args[1]][0]/255.0,colors[args[1]][1]/255.0, + colors[args[1]][2]/255.0] + if len(args) > 2: self.bxthick = args[2] + + # -------------------------------------------------------------------- + # scale down point-size by 3x + + def label(self,x,y,font,point,color,text): + from vizinfo import colors + scaledcolor = [colors[color][0]/255.0,colors[color][1]/255.0, + colors[color][2]/255.0] + list = [x,y,fontlist[font],point/3.0,"Left",scaledcolor,text] + self.labels.append(list) + + # -------------------------------------------------------------------- + + def nolabel(self): + self.labels = [] + + # -------------------------------------------------------------------- + # show a single snapshot + # distance from snapshot box or max box for all selected steps + # always pre-call single() to re-center simulation data + + def show(self,ntime): + data = self.data + which = data.findtime(ntime) + time,box,atoms,bonds,tris,lines = data.viz(which) + if self.boxflag == 2: box = data.maxbox() + self.distance = compute_distance(box) + + self.xtrans = self.ytrans = self.ztrans = 0.0 + output = self.single(1,self.file,box,atoms,bonds,tris,lines) + print output + nums = re.findall("translation to:\s*(\S*)\s*(\S*)\s*(\S*)\s",output) + self.xtrans = float(nums[0][0]) + self.ytrans = float(nums[0][1]) + self.ztrans = float(nums[0][2]) + + self.single(0,self.file,box,atoms,bonds,tris,lines) + cmd = "%s %s.png" % (PIZZA_DISPLAY,self.file) + commands.getoutput(cmd) + + # -------------------------------------------------------------------- + + def pan(self,*list): + if len(list) == 0: self.panflag = 0 + else: + self.panflag = 1 + self.ztheta_start = list[0] + self.azphi_start = list[1] + self.scale_start = list[2] + self.ztheta_stop = list[3] + self.azphi_stop = list[4] + self.scale_stop = list[5] + + # -------------------------------------------------------------------- + + def all(self,*list): + data = self.data + if len(list) == 0: + nstart = 0 + ncount = data.nselect + elif len(list) == 1: + nstart = list[0] + ncount = data.nselect + else: + ntime = list[0] + nstart = list[2] + ncount = list[1] + + if self.boxflag == 2: box = data.maxbox() + + # loop over all selected steps + # distance from 1st snapshot box or max box for all selected steps + # pre-call single() to re-center simulation data on 1st step or if panning + + if len(list) <= 1: + + n = nstart + i = flag = 0 + while 1: + which,time,flag = data.iterator(flag) + if flag == -1: break + + fraction = float(i) / (ncount-1) + + if self.select != "": + newstr = self.select % fraction + data.aselect.test(newstr,time) + time,boxone,atoms,bonds,tris,lines = data.viz(which) + + if self.boxflag < 2: box = boxone + if n == nstart: self.distance = compute_distance(box) + + if n < 10: file = self.file + "000" + str(n) + elif n < 100: file = self.file + "00" + str(n) + elif n < 1000: file = self.file + "0" + str(n) + else: file = self.file + str(n) + + if self.panflag: + self.ztheta = self.ztheta_start + \ + fraction*(self.ztheta_stop - self.ztheta_start) + self.azphi = self.azphi_start + \ + fraction*(self.azphi_stop - self.azphi_start) + self.scale = self.scale_start + \ + fraction*(self.scale_stop - self.scale_start) + + if n == nstart or self.panflag: + self.xtrans = self.ytrans = self.ztrans = 0.0 + output = self.single(1,file,box,atoms,bonds,tris,lines) + nums = re.findall("translation to:\s*(\S*)\s*(\S*)\s*(\S*)\s",output) + self.xtrans = float(nums[0][0]) + self.ytrans = float(nums[0][1]) + self.ztrans = float(nums[0][2]) + + self.single(0,file,box,atoms,bonds,tris,lines) + print time, + sys.stdout.flush() + i += 1 + n += 1 + + # loop ncount times on same step + # distance from 1st snapshot box or max box for all selected steps + # pre-call single() to re-center simulation data on 1st step or if panning + + else: + + which = data.findtime(ntime) + + n = nstart + for i in range(ncount): + fraction = float(i) / (ncount-1) + + if self.select != "": + newstr = self.select % fraction + data.aselect.test(newstr,ntime) + time,boxone,atoms,bonds,tris,lines = data.viz(which) + + if self.boxflag < 2: box = boxone + if n == nstart: self.distance = compute_distance(box) + + if n < 10: file = self.file + "000" + str(n) + elif n < 100: file = self.file + "00" + str(n) + elif n < 1000: file = self.file + "0" + str(n) + else: file = self.file + str(n) + + if self.panflag: + self.ztheta = self.ztheta_start + \ + fraction*(self.ztheta_stop - self.ztheta_start) + self.azphi = self.azphi_start + \ + fraction*(self.azphi_stop - self.azphi_start) + self.scale = self.scale_start + \ + fraction*(self.scale_stop - self.scale_start) + + if n == nstart or self.panflag: + self.xtrans = self.ytrans = self.ztrans = 0.0 + output = self.single(1,file,box,atoms,bonds,tris,lines) + nums = re.findall("translation to:\s*(\S*)\s*(\S*)\s*(\S*)\s",output) + self.xtrans = float(nums[0][0]) + self.ytrans = float(nums[0][1]) + self.ztrans = float(nums[0][2]) + + self.single(0,file,box,atoms,bonds,tris,lines) + print n, + sys.stdout.flush() + n += 1 + + print "\n%d images" % ncount + + # -------------------------------------------------------------------- + + def single(self,flag,file,box,atoms,bonds,tris,lines): + + matrix = rotation_matrix('x',-self.ztheta,'z',270.0-self.azphi) + + f = open("tmp.r3d","w") + + color = self.bgcol + xshift = 1.6*self.distance/self.scale * self.xshift/self.xpixels + yshift = 1.6*self.distance/self.scale * self.yshift/self.xpixels + header = template[1:] % \ + (self.xpixels,self.ypixels,color[0],color[1],color[2], + self.eye,matrix,self.xtrans+xshift,self.ytrans+yshift, + self.ztrans,1.6*self.distance/self.scale) + print >>f,header, + + # draw box if boxflag or flag is set + # flag = 1 is a pre-call of single to set frame size correctly + # this keeps the view fixed even if atoms move around + + if self.boxflag or flag: box_write(f,box,self.bxcol,self.bxthick) + + ncolor = self.vizinfo.nacolor + for atom in atoms: + itype = int(atom[1]) + if itype > ncolor: raise StandardError,"atom type too big" + color = self.vizinfo.acolor[itype] + rad = self.vizinfo.arad[itype] + print >>f,2 + print >>f,atom[2],atom[3],atom[4],rad,color[0],color[1],color[2] + + # need to include vizinfo.tfill options + + ncolor = self.vizinfo.ntcolor + for tri in tris: + itype = int(tri[1]) + if itype > ncolor: raise StandardError,"tri type too big" + color = self.vizinfo.tcolor[itype] + print >>f,1 + print >>f,tri[2],tri[3],tri[4],tri[5],tri[6],tri[7], \ + tri[8],tri[9],tri[10],color[0],color[1],color[2] + + bound = 0.25 * self.distance + ncolor = self.vizinfo.nbcolor + for bond in bonds: + itype = int(bond[1]) + if itype > ncolor: raise StandardError,"bond type too big" + color = self.vizinfo.bcolor[itype] + rad = self.vizinfo.brad[itype] + if fabs(bond[2]-bond[5]) > bound or fabs(bond[3]-bond[6]) > bound: + continue + print >>f,5 + print >>f,bond[2],bond[3],bond[4],rad, \ + bond[5],bond[6],bond[7],0.0,color[0],color[1],color[2] + + ncolor = self.vizinfo.nlcolor + for line in lines: + itype = int(line[1]) + if itype > ncolor: raise StandardError,"line type too big" + color = self.vizinfo.lcolor[itype] + thick = self.vizinfo.lrad[itype] + print >>f,3 + print >>f,line[2],line[3],line[4],thick, \ + line[5],line[6],line[7],thick,color[0],color[1],color[2] + + for label in self.labels: + print >>f,15 + print >>f,10 + print >>f,label[2],label[3],label[4] + print >>f,11 + print >>f,label[0],label[1],0.0,label[5][0],label[5][1],label[5][2] + print >>f,label[6] + + f.close() + + if len(self.labels) == 0: + cmd = "cat tmp.r3d | %s -png %s.png" % (PIZZA_RENDER,file) + else: + cmd = "cat tmp.r3d | %s -png %s.png" % (PIZZA_LABEL3D,file) + + output = commands.getoutput(cmd) + return output + + # -------------------------------------------------------------------- + + def adef(self): + self.vizinfo.setcolors("atom",range(100),"loop") + self.vizinfo.setradii("atom",range(100),0.45) + + # -------------------------------------------------------------------- + + def bdef(self): + self.vizinfo.setcolors("bond",range(100),"loop") + self.vizinfo.setradii("bond",range(100),0.25) + + # -------------------------------------------------------------------- + + def tdef(self): + self.vizinfo.setcolors("tri",range(100),"loop") + self.vizinfo.setfills("tri",range(100),0) + + # -------------------------------------------------------------------- + + def ldef(self): + self.vizinfo.setcolors("line",range(100),"loop") + self.vizinfo.setradii("line",range(100),0.25) + + # -------------------------------------------------------------------- + + def acol(self,atypes,colors): + self.vizinfo.setcolors("atom",atypes,colors) + + # -------------------------------------------------------------------- + + def arad(self,atypes,radii): + self.vizinfo.setradii("atom",atypes,radii) + + # -------------------------------------------------------------------- + + def bcol(self,btypes,colors): + self.vizinfo.setcolors("bond",btypes,colors) + + # -------------------------------------------------------------------- + + def brad(self,btypes,radii): + self.vizinfo.setradii("bond",btypes,radii) + + # -------------------------------------------------------------------- + + def tcol(self,ttypes,colors): + self.vizinfo.setcolors("tri",ttypes,colors) + + # -------------------------------------------------------------------- + + def tfill(self,ttypes,flags): + self.vizinfo.setfills("tri",ttypes,flags) + + # -------------------------------------------------------------------- + + def lcol(self,ltypes,colors): + self.vizinfo.setcolors("line",ltypes,colors) + + # -------------------------------------------------------------------- + + def lrad(self,ltypes,radii): + self.vizinfo.setradii("line",ltypes,radii) + +# -------------------------------------------------------------------- +# return characteristic distance of simulation domain = max dimension + +def compute_distance(box): + distance = box[3]-box[0] + if box[4]-box[1] > distance: distance = box[4]-box[1] + if box[5]-box[2] > distance: distance = box[5]-box[2] + return distance + +# -------------------------------------------------------------------- +# draw a 12-edge box around simulation domain + +def box_write(f,box,color,thick): + xlo,ylo,zlo = box[0],box[1],box[2] + xhi,yhi,zhi = box[3],box[4],box[5] + red = color[0] + green = color[1] + blue = color[2] + + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xlo,ylo,zlo,thick,xhi,ylo,zlo,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xlo,yhi,zlo,thick,xhi,yhi,zlo,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xlo,ylo,zhi,thick,xhi,ylo,zhi,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xlo,yhi,zhi,thick,xhi,yhi,zhi,thick,red,green,blue) + + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xlo,ylo,zlo,thick,xlo,yhi,zlo,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xhi,ylo,zlo,thick,xhi,yhi,zlo,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xlo,ylo,zhi,thick,xlo,yhi,zhi,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xhi,ylo,zhi,thick,xhi,yhi,zhi,thick,red,green,blue) + + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xlo,ylo,zlo,thick,xlo,ylo,zhi,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xhi,ylo,zlo,thick,xhi,ylo,zhi,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xlo,yhi,zlo,thick,xlo,yhi,zhi,thick,red,green,blue) + print >>f,"3\n%g %g %g %g %g %g %g %g %g %g %g" % \ + (xhi,yhi,zlo,thick,xhi,yhi,zhi,thick,red,green,blue) + +# -------------------------------------------------------------------- +# compute 3x3 rotation matrix for viewing angle + +# initially the scene is viewed: +# (1) along the z-axis, looking towards the origin from (0,0,1) +# (2) seeing xy plane, with +y up and +x to the right +# 1st rotation angle rotates the body +# 2nd rotation angle rotates the new body around the new rotated axis +# sign of rotation angles follow right-hand rule + +# rotation_matrix(x/y/z,angle1,x/y/z,angle2) +# x/y/z = 1st axis to rotate around +# angle1 = 1st angle to rotate by +# x/y/z = 2nd axis to rotate around +# angle2 = 2nd angle to rotate by + +def rotation_matrix(coord1,angle1,coord2,angle2): + + # convert rotation angles to radians + + pi = 4.0*atan(1.0) + angle1 = angle1/180.0 * pi + angle2 = angle2/180.0 * pi + + # sines/cosines of 2 angles + + c1 = cos(angle1) + s1 = sin(angle1) + c2 = cos(angle2) + s2 = sin(angle2) + + # 1st rotation matrix + + a11 = a12 = a13 = a21 = a22 = a23 = a31 = a32 = a33 = 0.0 + if coord1 == 'x': + a11 = 1.0 + a22 = a33 = c1 + a23 = s1; a32 = -s1 + elif coord1 == 'y': + a22 = 1.0 + a11 = a33 = c1 + a13 = s1; a31 = -s1 + elif coord1 == 'z': + a33 = 1.0 + a12 = a22 = c1 + a12 = s1; a21 = -s1 + + # 2nd rotation matrix + + b11 = b12 = b13 = b21 = b22 = b23 = b31 = b32 = b33 = 0.0 + if coord2 == 'x': + b11 = 1.0 + b22 = b33 = c2 + b23 = s2; b32 = -s2 + elif coord2 == 'y': + b22 = 1.0 + b11 = b33 = c2 + b13 = s2; b31 = -s2 + elif coord2 == 'z': + b33 = 1.0 + b11 = b22 = c2 + b12 = s2; b21 = -s2 + + # full matrix c = b*a + + c11 = b11*a11 + b12*a21 + b13*a31 + c12 = b11*a12 + b12*a22 + b13*a32 + c13 = b11*a13 + b12*a23 + b13*a33 + + c21 = b21*a11 + b22*a21 + b23*a31 + c22 = b21*a12 + b22*a22 + b23*a32 + c23 = b21*a13 + b22*a23 + b23*a33 + + c31 = b31*a11 + b32*a21 + b33*a31 + c32 = b31*a12 + b32*a22 + b33*a32 + c33 = b31*a13 + b32*a23 + b33*a33 + + # form rotation matrix + # each line padded with 0.0 for 4x4 raster3d matrix + + matrix = "%g %g %g 0.0\n%g %g %g 0.0\n%g %g %g 0.0" % \ + (c11,c12,c13,c21,c22,c23,c31,c32,c33) + return matrix + +# -------------------------------------------------------------------- +# template file for Raster3d + +template = """ +Raster3D header file +%g %g tiles in x,y +0 0 pixels (x,y) per tile +4 anti-aliasing +%g %g %g background color +F no, shadowed rods look funny +25 Phong power +0.15 secondary light contribution +0.05 ambient light contribution +0.25 specular reflection component +%g eye position +1 1 1 main light source postion +%s +%g %g %g %g +3 mixed object types +* +* +* +""" + +# -------------------------------------------------------------------- +# fontlist + +fontlist = {} +fontlist["t"] = "Times-Roman" +fontlist["h"] = "Helvetica" diff --git a/src/raster.pyc b/src/raster.pyc new file mode 100644 index 0000000..0d1aaf9 Binary files /dev/null and b/src/raster.pyc differ diff --git a/src/svg.py b/src/svg.py new file mode 100644 index 0000000..747db72 --- /dev/null +++ b/src/svg.py @@ -0,0 +1,740 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# svg tool + +oneline = "3d visualization via SVG files" + +docstr = """ +s = svg(d) create SVG object for data in d + + d = atom snapshot object (dump, data) + +s.bg("black") set background color (def = "black") +s.size(N) set image size to NxN +s.size(N,M) set image size to NxM +s.rotate(60,135) view from z theta and azimuthal phi (def = 60,30) +s.shift(x,y) translate by x,y pixels in view window (def = 0,0) +s.zoom(0.5) scale image by factor (def = 1) +s.box(0/1/2) 0/1/2 = none/variable/fixed box +s.box(0/1/2,"green") set box color +s.box(0/1/2,"red",4) set box edge thickness +s.file = "image" file prefix for created images (def = "image") + +s.show(N) show image of snapshot at timestep N + +s.all() make images of all selected snapshots +s.all(P) images of all, start file label at P +s.all(N,M,P) make M images of snapshot N, start label at P + +s.pan(60,135,1.0,40,135,1.5) pan during all() operation +s.pan() no pan during all() (default) + + args = z theta, azimuthal phi, zoom factor at beginning and end + values at each step are interpolated between beginning and end values + +s.select = "$x > %g*3.0" string to pass to d.aselect.test() during all() +s.select = "" no extra aselect (default) + + %g varies from 0.0 to 1.0 from beginning to end of all() + +s.label(x,y,"h",size,"red","This is a label") add label to each image +s.nolabel() delete all labels + + x,y coords = -0.5 to 0.5, "h" or "t" for Helvetica or Times font + size = fontsize (e.g. 10), "red" = color of text + +s.acol(2,"green") set atom colors by atom type (1-N) +s.acol([2,4],["red","blue"]) 1st arg = one type or list of types +s.acol(0,"blue") 2nd arg = one color or list of colors +s.acol(range(20),["red","blue"]) if list lengths unequal, interpolate +s.acol(range(10),"loop") assign colors in loop, randomly ordered + + if 1st arg is 0, set all types to 2nd arg + if list of types has a 0 (e.g. range(10)), +1 is added to each value + interpolate means colors blend smoothly from one value to the next + +s.arad([1,2],[0.5,0.3]) set atom radii, same rules as acol() + +s.bcol() set bond color, same args as acol() +s.brad() set bond thickness, same args as arad() + +s.tcol() set triangle color, same args as acol() +s.tfill() set triangle fill, 0 fill, 1 line, 2 both + +s.lcol() set line color, same args as acol() +s.lrad() set line thickness, same args as arad() + +s.adef() set atom/bond/tri/line properties to default +s.bdef() default = "loop" for colors, 0.45 for radii +s.tdef() default = 0.25 for bond/line thickness +s.ldef() default = 0 fill + + by default 100 types are assigned + if atom/bond/tri/line has type > # defined properties, is an error + +from vizinfo import colors access color list +print colors list defined color names and RGB values +colors["nickname"] = [R,G,B] set new RGB values from 0 to 255 + + 140 pre-defined colors: red, green, blue, purple, yellow, black, white, etc + +Settings specific to svg tool: + +s.thick = 2.0 pixel thickness of black atom border +""" + +# History +# 8/05, Matt Jones (BYU): original version +# 9/05, Steve Plimpton: adjusted box and label attributes + +# ToDo list +# when do aselect with select str while looping N times on same timestep +# would not let you grow # of atoms selected +# triangles are not drawn with fill type + +# Variables +# ztheta = vertical angle from z-azis to view from +# azphi = azimuthal angle to view from +# xshift,yshift = xy translation of scene (in pixels) +# distance = size of simulation box (largest dim) +# file = filename prefix to use for images produced +# boxflag = 0/1/2 for drawing simulation box: none/variable/fixed +# bxcol = color of box +# bxthick = thickness of box +# bgcol = color of background +# vizinfo = scene attributes + +# Imports and external programs + +import sys, os, commands, re +from vizinfo import vizinfo +from math import sqrt,atan,cos,sin,fabs + +try: from DEFAULTS import PIZZA_DISPLAY +except: PIZZA_DISPLAY = "display" + +# Class definition + +class svg: + + # -------------------------------------------------------------------- + + def __init__(self,data): + self.data = data + self.xpixels = 512 + self.ypixels = 512 + self.ztheta = 60 + self.azphi = 30 + self.scale = 1.0 + self.xshift = self.yshift = 0 + + self.file = "image" + self.boxflag = 0 + self.bxcol = [1,1,0] + self.bxthick = 0.3 + self.bgcol = [0,0,0] + self.labels = [] + self.panflag = 0 + self.select = "" + self.thick = 1.0 + + self.vizinfo = vizinfo() + self.adef() + self.bdef() + self.tdef() + self.ldef() + + # -------------------------------------------------------------------- + + def bg(self,color): + from vizinfo import colors + self.bgcol = [colors[color][0]/255.0,colors[color][1]/255.0, + colors[color][2]/255.0] + + # -------------------------------------------------------------------- + + def size(self,newx,newy=None): + self.xpixels = xnew + if not ynew: self.ypixels = self.xpixels + else: self.ypixels = ynew + + # -------------------------------------------------------------------- + + def rotate(self,ztheta,azphi): + self.ztheta = ztheta; + self.azphi = azphi; + + # -------------------------------------------------------------------- + + def shift(self,x,y): + self.xshift = x; + self.yshift = y; + + # -------------------------------------------------------------------- + + def box(self,*args): + self.boxflag = args[0] + if len(args) > 1: + from vizinfo import colors + self.bxcol = [colors[args[1]][0]/255.0,colors[args[1]][1]/255.0, + colors[args[1]][2]/255.0] + if len(args) > 2: self.bxthick = args[2] + + # -------------------------------------------------------------------- + + def zoom(self,factor): + self.scale = factor + + # -------------------------------------------------------------------- + + def show(self,ntime): + data = self.data + which = data.findtime(ntime) + time,box,atoms,bonds,tris,lines = data.viz(which) + if self.boxflag == 2: box = data.maxbox() + self.distance = compute_distance(box) + + self.single(self.file,box,atoms,bonds,tris,lines,1) + cmd = "%s %s.svg" % (PIZZA_DISPLAY,self.file) + commands.getoutput(cmd) + + # -------------------------------------------------------------------- + + def pan(self,*list): + if len(list) == 0: self.panflag = 0 + else: + self.panflag = 1 + self.ztheta_start = list[0] + self.azphi_start = list[1] + self.scale_start = list[2] + self.ztheta_stop = list[3] + self.azphi_stop = list[4] + self.scale_stop = list[5] + + # -------------------------------------------------------------------- + + def all(self,*list): + data = self.data + if len(list) == 0: + nstart = 0 + ncount = data.nselect + elif len(list) == 1: + nstart = list[0] + ncount = data.nselect + else: + ntime = list[0] + nstart = list[2] + ncount = list[1] + + if self.boxflag == 2: box = data.maxbox() + + # loop over all selected steps + # distance from 1st snapshot box or max box for all selected steps + # call single() w/ scaling on 1st step or if panning + + if len(list) <= 1: + + n = nstart + i = flag = 0 + while 1: + which,time,flag = data.iterator(flag) + if flag == -1: break + + fraction = float(i) / (ncount-1) + + if self.select != "": + newstr = self.select % fraction + data.aselect.test(newstr,time) + time,boxone,atoms,bonds,tris,lines = data.viz(which) + + if self.boxflag < 2: box = boxone + if n == nstart: self.distance = compute_distance(box) + + if n < 10: file = self.file + "000" + str(n) + elif n < 100: file = self.file + "00" + str(n) + elif n < 1000: file = self.file + "0" + str(n) + else: file = self.file + str(n) + + if self.panflag: + self.ztheta = self.ztheta_start + \ + fraction*(self.ztheta_stop - self.ztheta_start) + self.azphi = self.azphi_start + \ + fraction*(self.azphi_stop - self.azphi_start) + self.scale = self.scale_start + \ + fraction*(self.scale_stop - self.scale_start) + + scaleflag = 0 + if n == nstart or self.panflag: scaleflag = 1 + + self.single(file,box,atoms,bonds,tris,lines,scaleflag) + print time, + sys.stdout.flush() + i += 1 + n += 1 + + # loop ncount times on same step + # distance from 1st snapshot box or max box for all selected steps + # call single() w/ scaling on 1st step or if panning + + else: + + which = data.findtime(ntime) + + n = nstart + for i in range(ncount): + fraction = float(i) / (ncount-1) + + if self.select != "": + newstr = self.select % fraction + data.aselect.test(newstr,ntime) + time,boxone,atoms,bonds,tris,lines = data.viz(which) + + if self.boxflag < 2: box = boxone + if n == nstart: self.distance = compute_distance(box) + + if n < 10: file = self.file + "000" + str(n) + elif n < 100: file = self.file + "00" + str(n) + elif n < 1000: file = self.file + "0" + str(n) + else: file = self.file + str(n) + + if self.panflag: + self.ztheta = self.ztheta_start + \ + fraction*(self.ztheta_stop - self.ztheta_start) + self.azphi = self.azphi_start + \ + fraction*(self.azphi_stop - self.azphi_start) + self.scale = self.scale_start + \ + fraction*(self.scale_stop - self.scale_start) + + scaleflag = 0 + if n == nstart or self.panflag: scaleflag = 1 + + self.single(file,box,atoms,bonds,tris,lines,scaleflag) + print n, + sys.stdout.flush() + n += 1 + + print "\n%d images" % ncount + + # -------------------------------------------------------------------- + + def label(self,x,y,font,point,color,text): + from vizinfo import colors + scaledcolor = [colors[color][0]/255.0,colors[color][1]/255.0, + colors[color][2]/255.0] + list = [x,y,fontlist[font],point,scaledcolor,text] + self.labels.append(list) + + # -------------------------------------------------------------------- + + def nolabel(self): + self.labels = [] + + # -------------------------------------------------------------------- + + def single(self,file,box,atoms,bonds,tris,lines,scaleflag): + + matrix = rotation_matrix('x',-self.ztheta,'z',270.0-self.azphi) + if scaleflag: + self.factor = self.xpixels*self.scale / (1.6*self.distance) + xctr = 0.5 * (box[0]+box[3]) + yctr = 0.5 * (box[1]+box[4]) + zctr = 0.5 * (box[2]+box[5]) + self.offsetx = matrix[0]*xctr + matrix[3]*yctr + matrix[6]*zctr + self.offsety = matrix[1]*xctr + matrix[4]*yctr + matrix[7]*zctr + + olist = [] + + for atom in atoms: + atom[0] = 0 + newatom = self.transform(atom,matrix) + olist.append(newatom) + + for tri in tris: + tri[0] = 1 + newtri = self.transform(tri,matrix) + olist.append(newtri) + + bound = 0.25 * self.distance + for bond in bonds: + newbond = [2,bond[1]] + dx = bond[5] - bond[2] + dy = bond[6] - bond[3] + dz = bond[7] - bond[4] + r = sqrt(dx*dx+dy*dy+dz*dz) + if not r: r = 1 + rad = self.vizinfo.arad[int(bond[9])] + newbond.append(bond[2] + (r/r - rad/r) * dx) + newbond.append(bond[3] + (r/r - rad/r) * dy) + newbond.append(bond[4] + (r/r - rad/r) * dz) + + # cut off second side of bond + + dx = bond[2] - bond[5] + dy = bond[3] - bond[6] + dz = bond[4] - bond[7] + r = sqrt(dx*dx+dy*dy+dz*dz) + if not r: r = 1 + rad = self.vizinfo.arad[int(bond[8])] + newbond.append(bond[5] + (r/r - rad/r) * dx) + newbond.append(bond[6] + (r/r - rad/r) * dy) + newbond.append(bond[7] + (r/r - rad/r) * dz) + + if fabs(newbond[2]-newbond[5]) > bound or \ + fabs(newbond[3]-newbond[6]) > bound: continue + + newbond = self.transform(newbond,matrix) + if newbond[4] < newbond[7]: newbond[4] = newbond[7] + olist.append(newbond) + + for line in lines: + line[0] = 3 + newline = self.transform(line,matrix) + olist.append(newline) + + if self.boxflag: + x1,y1,z1 = box[0],box[1],box[2] + x2,y2,z2 = box[3],box[4],box[5] + blines = [] + blines.append([4,0,x1,y1,z1,x1,y1,z2]) + blines.append([4,0,x2,y1,z1,x2,y1,z2]) + blines.append([4,0,x2,y2,z1,x2,y2,z2]) + blines.append([4,0,x1,y2,z1,x1,y2,z2]) + blines.append([4,0,x1,y1,z1,x2,y1,z1]) + blines.append([4,0,x1,y2,z1,x2,y2,z1]) + blines.append([4,0,x1,y2,z2,x2,y2,z2]) + blines.append([4,0,x1,y1,z2,x2,y1,z2]) + blines.append([4,0,x1,y1,z1,x1,y2,z1]) + blines.append([4,0,x2,y1,z1,x2,y2,z1]) + blines.append([4,0,x2,y1,z2,x2,y2,z2]) + blines.append([4,0,x1,y1,z2,x1,y2,z2]) + for line in blines: + newline = self.transform(line,matrix) + olist.append(newline) + + # convert objects by factor/offset and sort by z-depth + + self.convert(olist) + olist.sort(cmprz) + + # write SVG file + + file += ".svg" + f = open(file,"w") + + header = ' ' % \ + (self.ypixels,self.xpixels) + header += '' + print >>f,header + + color = '>f,color + + for element in olist: self.write(f,0,element) + for label in self.labels: self.write(f,1,label) + + footer = "" + print >> f,footer + + f.close() + + # -------------------------------------------------------------------- + # rotate with matrix + + def transform(self,obj,matrix): + + onew = obj[0:2] + + if obj[0] == 0: # transform atom + onew.append(matrix[0]*obj[2] + matrix[3]*obj[3] + matrix[6]*obj[4]) + onew.append(matrix[1]*obj[2] + matrix[4]*obj[3] + matrix[7]*obj[4]) + onew.append(matrix[2]*obj[2] + matrix[5]*obj[3] + matrix[8]*obj[4]) + + elif obj[0] == 1: # transform triangle + onew.append(matrix[0]*obj[2] + matrix[3]*obj[3] + matrix[6]*obj[4]) + onew.append(matrix[1]*obj[2] + matrix[4]*obj[3] + matrix[7]*obj[4]) + onew.append(matrix[2]*obj[2] + matrix[5]*obj[3] + matrix[8]*obj[4]) + onew.append(matrix[0]*obj[5] + matrix[3]*obj[6] + matrix[6]*obj[7]) + onew.append(matrix[1]*obj[5] + matrix[4]*obj[6] + matrix[7]*obj[7]) + onew.append(matrix[2]*obj[5] + matrix[5]*obj[6] + matrix[8]*obj[7]) + onew.append(matrix[0]*obj[8] + matrix[3]*obj[9] + matrix[6]*obj[10]) + onew.append(matrix[1]*obj[8] + matrix[4]*obj[9] + matrix[7]*obj[10]) + onew.append(matrix[2]*obj[8] + matrix[5]*obj[9] + matrix[8]*obj[10]) + + else: # transform bond or line + onew.append(matrix[0]*obj[2] + matrix[3]*obj[3] + matrix[6]*obj[4]) + onew.append(matrix[1]*obj[2] + matrix[4]*obj[3] + matrix[7]*obj[4]) + onew.append(matrix[2]*obj[2] + matrix[5]*obj[3] + matrix[8]*obj[4]) + onew.append(matrix[0]*obj[5] + matrix[3]*obj[6] + matrix[6]*obj[7]) + onew.append(matrix[1]*obj[5] + matrix[4]*obj[6] + matrix[7]*obj[7]) + onew.append(matrix[2]*obj[5] + matrix[5]*obj[6] + matrix[8]*obj[7]) + + return onew + + # -------------------------------------------------------------------- + + def convert(self,objlist): + factor = self.factor + offsetx = self.offsetx + offsety = self.offsety + xctr = 0.5 * self.xpixels + self.xshift + yctr = 0.5 * self.ypixels - self.yshift + + for obj in objlist: + if obj[0] == 0: # convert atom + obj[2] = factor*(obj[2] - offsetx) + xctr + obj[3] = yctr - factor*(obj[3] - offsety) + elif obj[0] == 1: # convert triangle + obj[2] = factor*(obj[2] - offsetx) + xctr + obj[3] = yctr - factor*(obj[3] - offsety) + obj[5] = factor*(obj[5] - offsetx) + xctr + obj[6] = yctr - factor*(obj[6] - offsety) + obj[8] = factor*(obj[8] - offsetx) + xctr + obj[9] = yctr - factor*(obj[9] - offsety) + else: # convert bond or line + obj[2] = factor*(obj[2] - offsetx) + xctr + obj[3] = yctr - factor*(obj[3] - offsety) + obj[5] = factor*(obj[5] - offsetx) + xctr + obj[6] = yctr - factor*(obj[6] - offsety) + + # -------------------------------------------------------------------- + + def write(self,f,flag,*args): + if len(args): obj = args[0] + + if flag == 0: + if obj[0] == 0: # atom with its color and radius + itype = int(obj[1]) + if itype > self.vizinfo.nacolor: + raise StandardError,"atom type too big" + color = self.vizinfo.acolor[itype] + rad = self.vizinfo.arad[itype] + print >>f,'' % \ + (obj[2],obj[3],rad*self.factor, + color[0]*255,color[1]*255,color[2]*255,self.thick) + + elif obj[0] == 1: # tri with its color (need to add fill type) + itype = int(obj[1]) + if itype > self.vizinfo.ntcolor: + raise StandardError,"tri type too big" + color = self.vizinfo.tcolor[itype] + print >>f,'' % \ + (obj[2],obj[3],obj[5],obj[6],obj[8],obj[9], + color[0]*255,color[1]*255,color[2]*255) + + elif obj[0] == 2: # bond with its color and thickness + itype = int(obj[1]) + if itype > self.vizinfo.nbcolor: + raise StandardError,"bond type too big" + color = self.vizinfo.bcolor[itype] + thick = self.vizinfo.brad[itype] + print >>f,'' % \ + (obj[2],obj[3],obj[5],obj[6], + color[0]*255,color[1]*255,color[2]*255,thick*self.factor) + + elif obj[0] == 3: # line with its color and thickness + itype = int(obj[1]) + if itype > self.vizinfo.nlcolor: + raise StandardError,"line type too big" + color = self.vizinfo.lcolor[itype] + thick = self.vizinfo.lrad[itype] + print >>f,'' % \ + (obj[2],obj[3],obj[5],obj[6], + color[0]*255,color[1]*255,color[2]*255,thick*self.factor) + + elif obj[0] == 4: # box line with built-in color and thickness + color = self.bxcol + thick = self.bxthick + print >>f,'' % \ + (obj[2],obj[3],obj[5],obj[6], + color[0]*255,color[1]*255,color[2]*255,thick*self.factor) + + elif flag == 1: + x = (obj[0]*self.xpixels) + (self.xpixels/2.0) + y = (self.ypixels/2.0) - (obj[1]*self.ypixels) + color = obj[4] + print >>f,' %s ' % \ + (x,y,obj[3],obj[2],color[0]*255,color[1]*255,color[2]*255, + color[0]*255,color[1]*255,color[2]*255,obj[5]) + + # -------------------------------------------------------------------- + + def adef(self): + self.vizinfo.setcolors("atom",range(100),"loop") + self.vizinfo.setradii("atom",range(100),0.45) + + # -------------------------------------------------------------------- + + def bdef(self): + self.vizinfo.setcolors("bond",range(100),"loop") + self.vizinfo.setradii("bond",range(100),0.25) + + # -------------------------------------------------------------------- + + def tdef(self): + self.vizinfo.setcolors("tri",range(100),"loop") + self.vizinfo.setfills("tri",range(100),0) + + # -------------------------------------------------------------------- + + def ldef(self): + self.vizinfo.setcolors("line",range(100),"loop") + self.vizinfo.setradii("line",range(100),0.25) + + # -------------------------------------------------------------------- + + def acol(self,atypes,colors): + self.vizinfo.setcolors("atom",atypes,colors) + + # -------------------------------------------------------------------- + + def arad(self,atypes,radii): + self.vizinfo.setradii("atom",atypes,radii) + + # -------------------------------------------------------------------- + + def bcol(self,btypes,colors): + self.vizinfo.setcolors("bond",btypes,colors) + + # -------------------------------------------------------------------- + + def brad(self,btypes,radii): + self.vizinfo.setradii("bond",btypes,radii) + + # -------------------------------------------------------------------- + + def tcol(self,ttypes,colors): + self.vizinfo.setcolors("tri",ttypes,colors) + + # -------------------------------------------------------------------- + + def tfill(self,ttypes,flags): + self.vizinfo.setfills("tri",ttypes,flags) + + # -------------------------------------------------------------------- + + def lcol(self,ltypes,colors): + self.vizinfo.setcolors("line",ltypes,colors) + + # -------------------------------------------------------------------- + + def lrad(self,ltypes,radii): + self.vizinfo.setradii("line",ltypes,radii) + +# -------------------------------------------------------------------- +# compare function for the sort method, orders according to z coordinate + +def cmprz(a,b): + if a[4] > b[4]: + return 1 + elif a[4] < b[4]: + return -1 + elif a[4] == b[4]: + return 0 + +# -------------------------------------------------------------------- +# return characteristic distance of simulation domain = max dimension + +def compute_distance(box): + distance = box[3]-box[0] + if box[4]-box[1] > distance: distance = box[4]-box[1] + if box[5]-box[2] > distance: distance = box[5]-box[2] + return distance + +# -------------------------------------------------------------------- +# compute 3x3 rotation matrix for viewing angle + +# initially the scene is viewed: +# (1) along the z-axis, looking towards the origin from (0,0,1) +# (2) seeing xy plane, with +y up and +x to the right +# 1st rotation angle rotates the body +# 2nd rotation angle rotates the new body around the new rotated axis +# sign of rotation angles follow right-hand rule + +# rotation_matrix(x/y/z,angle1,x/y/z,angle2) +# x/y/z = 1st axis to rotate around +# angle1 = 1st angle to rotate by +# x/y/z = 2nd axis to rotate around +# angle2 = 2nd angle to rotate by +# returns the rotation matrix as a string for now + +def rotation_matrix(coord1,angle1,coord2,angle2): + + # convert rotation angles to radians + + pi = 4.0*atan(1.0) + angle1 = angle1/180.0 * pi + angle2 = angle2/180.0 * pi + + # sines/cosines of 2 angles + + c1 = cos(angle1) + s1 = sin(angle1) + c2 = cos(angle2) + s2 = sin(angle2) + + # 1st rotation matrix + + a11 = a12 = a13 = a21 = a22 = a23 = a31 = a32 = a33 = 0.0 + if coord1 == 'x': + a11 = 1.0 + a22 = a33 = c1 + a23 = s1; a32 = -s1 + elif coord1 == 'y': + a22 = 1.0 + a11 = a33 = c1 + a13 = s1; a31 = -s1 + elif coord1 == 'z': + a33 = 1.0 + a12 = a22 = c1 + a12 = s1; a21 = -s1 + + # 2nd rotation matrix + + b11 = b12 = b13 = b21 = b22 = b23 = b31 = b32 = b33 = 0.0 + if coord2 == 'x': + b11 = 1.0 + b22 = b33 = c2 + b23 = s2; b32 = -s2 + elif coord2 == 'y': + b22 = 1.0 + b11 = b33 = c2 + b13 = s2; b31 = -s2 + elif coord2 == 'z': + b33 = 1.0 + b11 = b22 = c2 + b12 = s2; b21 = -s2 + + # full matrix c = b*a + + c11 = b11*a11 + b12*a21 + b13*a31 + c12 = b11*a12 + b12*a22 + b13*a32 + c13 = b11*a13 + b12*a23 + b13*a33 + + c21 = b21*a11 + b22*a21 + b23*a31 + c22 = b21*a12 + b22*a22 + b23*a32 + c23 = b21*a13 + b22*a23 + b23*a33 + + c31 = b31*a11 + b32*a21 + b33*a31 + c32 = b31*a12 + b32*a22 + b33*a32 + c33 = b31*a13 + b32*a23 + b33*a33 + + # form rotation matrix + + matrix = (c11,c12,c13,c21,c22,c23,c31,c32,c33) + return matrix + +# -------------------------------------------------------------------- +# fontlist + +fontlist = {} +fontlist["t"] = "Times" +fontlist["h"] = "Helvetica" diff --git a/src/svg.pyc b/src/svg.pyc new file mode 100644 index 0000000..44bb7e9 Binary files /dev/null and b/src/svg.pyc differ diff --git a/src/tdump.py b/src/tdump.py new file mode 100644 index 0000000..bcfd904 --- /dev/null +++ b/src/tdump.py @@ -0,0 +1,385 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# tdump tool + +oneline = "Read dump files with triangle info" + +docstr = """ +t = tdump("dump.one") read in one or more dump files +t = tdump("dump.1 dump.2.gz") can be gzipped +t = tdump("dump.*") wildcard expands to multiple files +t = tdump("dump.*",0) two args = store filenames, but don't read + + incomplete and duplicate snapshots are deleted + no column name assignment is performed + +time = t.next() read next snapshot from dump files + + used with 2-argument constructor to allow reading snapshots one-at-a-time + snapshot will be skipped only if another snapshot has same time stamp + return time stamp of snapshot read + return -1 if no snapshots left or last snapshot is incomplete + no column name assignment is performed + +t.map(1,"id",3,"x") assign names to atom columns (1-N) + + must assign id,type,corner1x,corner1y,corner1z,corner2x,corner2y,corner2z,corner3x,corner3y,corner3z + +time,box,atoms,bonds,tris,lines = t.viz(index) return list of viz objects + + viz() returns line info for specified timestep index + can also call as viz(time,1) and will find index of preceding snapshot + time = timestep value + box = \[xlo,ylo,zlo,xhi,yhi,zhi\] + atoms = NULL + bonds = NULL + tris = id,type,x1,y1,z1,x2,y2,z2,x3,y3,z3 for each tri as 2d array + id,type are from associated atom + lines = NULL + +t.owrap(...) wrap tris to same image as their atoms + + owrap() is called by dump tool's owrap() + useful for wrapping all molecule's atoms/tris the same so it is contiguous +""" + +# History +# 4/11, Steve Plimpton (SNL): original version + +# Variables +# flist = list of dump file names +# increment = 1 if reading snapshots one-at-a-time +# nextfile = which file to read from via next() +# eof = ptr into current file for where to read via next() +# nsnaps = # of snapshots +# snaps = list of snapshots +# names = dictionary of column names: +# key = "id", value = column # (0 to M-1) +# Snap = one snapshot +# time = time stamp +# natoms = # of atoms +# xlo,xhi,ylo,yhi,zlo,zhi = box bounds (float) +# atoms[i][j] = 2d array of floats, i = 0 to natoms-1, j = 0 to ncols-1 + +# Imports and external programs + +import sys, commands, re, glob, types +from math import sqrt +from os import popen + +try: + import numpy as np + oldnumeric = False +except: + import Numeric as np + oldnumeric = True + +try: from DEFAULTS import PIZZA_GUNZIP +except: PIZZA_GUNZIP = "gunzip" + +# Class definition + +class tdump: + + # -------------------------------------------------------------------- + + def __init__(self,*list): + self.snaps = [] + self.nsnaps = 0 + self.names = {} + + # flist = list of all dump file names + + words = list[0].split() + self.flist = [] + for word in words: self.flist += glob.glob(word) + if len(self.flist) == 0 and len(list) == 1: + raise StandardError,"no ldump file specified" + + if len(list) == 1: + self.increment = 0 + self.read_all() + else: + self.increment = 1 + self.nextfile = 0 + self.eof = 0 + + # -------------------------------------------------------------------- + + def read_all(self): + + # read all snapshots from each file + # test for gzipped files + + for file in self.flist: + if file[-3:] == ".gz": + f = popen("%s -c %s" % (PIZZA_GUNZIP,file),'r') + else: f = open(file) + + snap = self.read_snapshot(f) + while snap: + self.snaps.append(snap) + print snap.time, + sys.stdout.flush() + snap = self.read_snapshot(f) + + f.close() + print + + # sort entries by timestep, cull duplicates + + self.snaps.sort(self.compare_time) + self.cull() + self.nsnaps = len(self.snaps) + print "read %d snapshots" % self.nsnaps + + # -------------------------------------------------------------------- + # read next snapshot from list of files + + def next(self): + + if not self.increment: raise StandardError,"cannot read incrementally" + + # read next snapshot in current file using eof as pointer + # if fail, try next file + # if new snapshot time stamp already exists, read next snapshot + + while 1: + f = open(self.flist[self.nextfile],'rb') + f.seek(self.eof) + snap = self.read_snapshot(f) + if not snap: + self.nextfile += 1 + if self.nextfile == len(self.flist): return -1 + f.close() + self.eof = 0 + continue + self.eof = f.tell() + f.close() + try: + self.findtime(snap.time) + continue + except: break + + self.snaps.append(snap) + snap = self.snaps[self.nsnaps] + self.nsnaps += 1 + + return snap.time + + # -------------------------------------------------------------------- + # read a single snapshot from file f + # return snapshot or 0 if failed + + def read_snapshot(self,f): + try: + snap = Snap() + item = f.readline() + snap.time = int(f.readline().split()[0]) # just grab 1st field + item = f.readline() + snap.natoms = int(f.readline()) + + item = f.readline() + words = f.readline().split() + snap.xlo,snap.xhi = float(words[0]),float(words[1]) + words = f.readline().split() + snap.ylo,snap.yhi = float(words[0]),float(words[1]) + words = f.readline().split() + snap.zlo,snap.zhi = float(words[0]),float(words[1]) + + item = f.readline() + + if snap.natoms: + words = f.readline().split() + ncol = len(words) + for i in xrange(1,snap.natoms): + words += f.readline().split() + floats = map(float,words) + if oldnumeric: atoms = np.zeros((snap.natoms,ncol),np.Float) + else: atoms = np.zeros((snap.natoms,ncol),np.float) + start = 0 + stop = ncol + for i in xrange(snap.natoms): + atoms[i] = floats[start:stop] + start = stop + stop += ncol + else: atoms = None + snap.atoms = atoms + return snap + except: + return 0 + + # -------------------------------------------------------------------- + # map atom column names + + def map(self,*pairs): + if len(pairs) % 2 != 0: + raise StandardError, "tdump map() requires pairs of mappings" + for i in range(0,len(pairs),2): + j = i + 1 + self.names[pairs[j]] = pairs[i]-1 + + # -------------------------------------------------------------------- + # return vector of snapshot time stamps + + def time(self): + vec = self.nsnaps * [0] + i = 0 + for snap in self.snaps: + vec[i] = snap.time + i += 1 + return vec + + # -------------------------------------------------------------------- + # sort snapshots on time stamp + + def compare_time(self,a,b): + if a.time < b.time: + return -1 + elif a.time > b.time: + return 1 + else: + return 0 + + # -------------------------------------------------------------------- + + def findtime(self,n): + for i in xrange(self.nsnaps): + if self.snaps[i].time == n: return i + raise StandardError, "no step %d exists" % n + + # -------------------------------------------------------------------- + # delete successive snapshots with duplicate time stamp + + def cull(self): + i = 1 + while i < len(self.snaps): + if self.snaps[i].time == self.snaps[i-1].time: + del self.snaps[i] + else: + i += 1 + + # -------------------------------------------------------------------- + # return list of lines to viz for snapshot isnap + # if called with flag, then index is timestep, so convert to snapshot index + + def viz(self,index,flag=0): + if not flag: isnap = index + else: + times = self.time() + n = len(times) + i = 0 + while i < n: + if times[i] > index: break + i += 1 + isnap = i - 1 + snap = self.snaps[isnap] + + time = snap.time + box = [snap.xlo,snap.ylo,snap.zlo,snap.xhi,snap.yhi,snap.zhi] + id = self.names["id"] + type = self.names["type"] + corner1x = self.names["corner1x"] + corner1y = self.names["corner1y"] + corner1z = self.names["corner1z"] + corner2x = self.names["corner2x"] + corner2y = self.names["corner2y"] + corner2z = self.names["corner2z"] + corner3x = self.names["corner3x"] + corner3y = self.names["corner3y"] + corner3z = self.names["corner3z"] + + # create line list from id,type,corner1x,...corner3z + # don't add line if all 4 values are 0 since not a line + + tris = [] + for i in xrange(snap.natoms): + atom = snap.atoms[i] + c1 = [atom[corner1x],atom[corner1y],atom[corner1z]] + c2 = [atom[corner2x],atom[corner2y],atom[corner2z]] + c3 = [atom[corner3x],atom[corner3y],atom[corner3z]] + n = normal(c1,c2,c3) + if c1[0] == 0.0 and c1[1] == 0.0 and c1[2] == 0.0 and \ + c2[0] == 0.0 and c2[1] == 0.0 and c2[2] == 0.0: continue + tris.append([atom[id],atom[type]] + c1 + c2 + c3 + n) + + return time,box,None,None,tris,None + + # -------------------------------------------------------------------- + # wrap tri corner points associated with atoms thru periodic boundaries + # invoked by dump() when it does an owrap() on its atoms + + def owrap(self,time,xprd,yprd,zprd,idsdump,atomsdump,iother,ix,iy,iz): + id = self.names["id"] + corner1x = self.names["corner1x"] + corner1y = self.names["corner1y"] + corner1z = self.names["corner1z"] + corner2x = self.names["corner2x"] + corner2y = self.names["corner2y"] + corner2z = self.names["corner2z"] + corner3x = self.names["corner3x"] + corner3y = self.names["corner3y"] + corner3z = self.names["corner3z"] + + isnap = self.findtime(time) + snap = self.snaps[isnap] + atoms = snap.atoms + + # idump = index of my line I in dump's atoms + # jdump = atom J in dump's atoms that atom I was owrapped on + # delx,dely = offset applied to atom I and thus to line I + + for i in xrange(snap.natoms): + tag = atoms[i][id] + idump = idsdump[tag] + jdump = idsdump[atomsdump[idump][iother]] + delx = (atomsdump[idump][ix]-atomsdump[jdump][ix])*xprd + dely = (atomsdump[idump][iy]-atomsdump[jdump][iy])*yprd + delz = (atomsdump[idump][iz]-atomsdump[jdump][iz])*zprd + atoms[i][corner1x] += delx + atoms[i][corner1y] += dely + atoms[i][corner1z] += delz + atoms[i][corner2x] += delx + atoms[i][corner2y] += dely + atoms[i][corner2z] += delz + atoms[i][corner3x] += delx + atoms[i][corner3y] += dely + atoms[i][corner3z] += delz + +# -------------------------------------------------------------------- +# one snapshot + +class Snap: + pass + +# -------------------------------------------------------------------- +# compute normal for a triangle with 3 vertices + +def normal(x,y,z): + v1 = 3*[0] + v1[0] = y[0] - x[0] + v1[1] = y[1] - x[1] + v1[2] = y[2] - x[2] + + v2 = 3*[0] + v2[0] = z[0] - y[0] + v2[1] = z[1] - y[1] + v2[2] = z[2] - y[2] + + n = 3*[0] + n[0] = v1[1]*v2[2] - v1[2]*v2[1] + n[1] = v1[2]*v2[0] - v1[0]*v2[2] + n[2] = v1[0]*v2[1] - v1[1]*v2[0] + + length = sqrt(n[0]*n[0] + n[1]*n[1] + n[2]*n[2]) + n[0] /= length + n[1] /= length + n[2] /= length + + return n diff --git a/src/tdump.pyc b/src/tdump.pyc new file mode 100644 index 0000000..e9d528a Binary files /dev/null and b/src/tdump.pyc differ diff --git a/src/vcr.py b/src/vcr.py new file mode 100644 index 0000000..31ba42a --- /dev/null +++ b/src/vcr.py @@ -0,0 +1,510 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# vcr tool + +oneline = "VCR-style GUI for 3d interactive OpenGL visualization" + +docstr = """ +v = vcr(gl1,gl2,...) start vcr GUI with one or more gl windows +v.add(gl) add a gl window to vcr GUI + +Actions (same as GUI widgets): + +v.first() go to first frame +v.prev() go to previous frame +v.back() play backwards from current frame to start +v.stop() stop on current frame +v.play() play from current frame to end +v.next() go to next frame +v.last() go to last frame + +v.frame(31) set frame slider +v.delay(0.4) set delay slider +v.q(5) set quality slider + +v.xaxis() view scene from x axis +v.yaxis() view scene from y axis +v.zaxis() view scene from z axis +v.box() toggle bounding box +v.axis() toggle display of xyz axes +v.norm() recenter and resize the view +v.ortho() toggle ortho/perspective button +v.reload() reload all frames from gl viewer data files + +v.clipxlo(0.2) clip scene at x lo fraction of box +v.clipxhi(1.0) clip at x hi +v.clipylo(0.2) clip in y +v.clipyhi(1.0) +v.clipzlo(0.2) clip in z +v.clipzhi(1.0) + +v.save() save current scene to file.png +v.file("image") set filename +v.saveall() toggle save-all checkbox +""" + +# History +# 8/05, Matt Jones (BYU): original version +# 9/05, Steve Plimpton: modified for GL viewer + +# ToDo list + +# Variables +# tkroot = root of entire Tk +# index = current frame (0 to N-1) +# nframes = number of frames in data +# loop_flag = set to 1 or -1 when play or back pushed +# set to 0 when stop is pushed +# delay_value = delay between frames (secs) +# delay_msec = delay in millisec + +# Imports and external programs + +from Tkinter import * +import types + +# Class definition + +class vcr: + + # -------------------------------------------------------------------- + + def __init__(self,*views): + self.boxflag = 0 + self.axisflag = 0 + self.orthoflag = 1 + self.saveflag = 0 + + self.loop_flag = 0 + self.delay_value = 0.0 + self.delay_msec = 0 + + # load data for each viewer + # if each viewer has different data set, nframes is for 1st viewer + + if len(views) == 0: raise StandardError,"must have at least one GL viewer" + self.viewlist = [] + for view in views: self.viewlist.append(view) + for view in self.viewlist: view.reload() + self.nframes = self.viewlist[0].nframes + + from __main__ import tkroot + self.tkroot = tkroot + root = Toplevel(tkroot) + root.title('Pizza.py vcr tool') + + frame1 = Frame(root) + Button(frame1,text="<<",command=self.first).pack(side=LEFT) + Button(frame1,text="<",command=self.previous).pack(side=LEFT) + Button(frame1,text="Back",command=self.back).pack(side=LEFT) + Button(frame1,text="Stop",command=self.stop).pack(side=LEFT) + Button(frame1,text="Play",command=self.play).pack(side=LEFT) + Button(frame1,text=">",command=self.next).pack(side=LEFT) + Button(frame1,text=">>",command=self.last).pack(side=LEFT) + frame1.pack() + + frame2 = Frame(root) + self.slider_frame = Scale(frame2,from_=0,to=self.nframes-1, + command=self.frame,orient=HORIZONTAL, + label=" Frame") + self.slider_quality = Scale(frame2,from_=3,to=12,orient=HORIZONTAL, + label=" Quality") + self.slider_quality.bind('',self.q) + self.slider_quality.set(5) + self.slider_delay = Scale(frame2,from_=0.0,to=1.0,resolution=0.1, + command=self.delay,orient=HORIZONTAL, + label=" Delay") + self.slider_frame.pack(side=LEFT) + self.slider_quality.pack(side=LEFT) + self.slider_delay.pack(side=LEFT) + frame2.pack() + + frame3 = Frame(root) + self.slider_xlo = Scale(frame3,from_=0.0,to=1.0,resolution=0.01, + command=self.clipxlo,orient=HORIZONTAL, + showvalue=0,label=" xclip") + self.slider_ylo = Scale(frame3,from_=0.0,to=1.0,resolution=0.01, + command=self.clipylo,orient=HORIZONTAL, + showvalue=0,label=" yclip") + self.slider_zlo = Scale(frame3,from_=0.0,to=1.0,resolution=0.01, + command=self.clipzlo,orient=HORIZONTAL, + showvalue=0,label=" zclip") + self.slider_xlo.set(0.0) + self.slider_ylo.set(0.0) + self.slider_zlo.set(0.0) + self.slider_xlo.pack(side=LEFT) + self.slider_ylo.pack(side=LEFT) + self.slider_zlo.pack(side=LEFT) + frame3.pack() + + frame4 = Frame(root) + self.slider_xhi = Scale(frame4,from_=0.0,to=1.0,resolution=0.01, + command=self.clipxhi,orient=HORIZONTAL, + showvalue=0) + self.slider_yhi = Scale(frame4,from_=0.0,to=1.0,resolution=0.01, + command=self.clipyhi,orient=HORIZONTAL, + showvalue=0) + self.slider_zhi = Scale(frame4,from_=0.0,to=1.0,resolution=0.01, + command=self.clipzhi,orient=HORIZONTAL, + showvalue=0) + self.slider_xhi.set(1.0) + self.slider_yhi.set(1.0) + self.slider_zhi.set(1.0) + self.slider_xhi.pack(side=LEFT) + self.slider_yhi.pack(side=LEFT) + self.slider_zhi.pack(side=LEFT) + frame4.pack() + + frame5 = Frame(root) + Button(frame5,text="X",command=self.xaxis).pack(side=LEFT) + Button(frame5,text="Y",command=self.yaxis).pack(side=LEFT) + Button(frame5,text="Z",command=self.zaxis).pack(side=LEFT) + Button(frame5,text="Box",command=self.box).pack(side=LEFT) + Button(frame5,text="Axes",command=self.axis).pack(side=LEFT) + Button(frame5,text="Recenter",command=self.recenter).pack(side=LEFT) + self.button_ortho = Button(frame5,text="Persp",command=self.ortho) + self.button_ortho.pack(side=LEFT) + Button(frame5,text="Reload",command=self.reload).pack(side=LEFT) + frame5.pack() + + frame6 = Frame(root) + Button(frame6,text="Save As:",command=self.save).pack(side=LEFT) + self.entry_file = Entry(frame6,width = 16) + self.entry_file.insert(0,"image") + self.entry_file.pack(side=LEFT) + self.button_save = Checkbutton(frame6,text="SaveAll",command=self.saveall) + self.button_save.pack(side=LEFT) + frame6.pack() + + frame7 = Frame(root) + Label(frame7,text="Mouse LMR = Shift/Rotate/Zoom").pack(padx=5,side=LEFT) + Label(frame7,text="Axes XYZ = Red/Green/Blue").pack(padx=5,side=LEFT) + frame7.pack() + + frame8 = Frame(root) + self.label_frame = Label(frame8,text="Frame 0") + self.label_frame.pack(padx=5,side=LEFT) + self.label_time = Label(frame8,text="Time 0") + self.label_time.pack(padx=5,side=LEFT) + self.label_atoms = Label(frame8,text="Atoms 0") + self.label_atoms.pack(padx=5,side=LEFT) + frame8.pack() + + # display 1st image + + self.index = 0 + self.display() + + # -------------------------------------------------------------------- + + def add(self,view): + self.viewlist.append(view) + view.reload() + view.display(self.index) + + # -------------------------------------------------------------------- + + def first(self): + self.index = 0 + self.slider_frame.set(self.index) + + # -------------------------------------------------------------------- + + def last(self): + self.index = self.nframes - 1 + self.slider_frame.set(self.index) + + # -------------------------------------------------------------------- + + def next(self): + if self.index < self.nframes - 1: + self.index += 1 + self.slider_frame.set(self.index) + + # -------------------------------------------------------------------- + + def previous(self): + if self.index > 0: + self.index -= 1 + self.slider_frame.set(self.index) + + # -------------------------------------------------------------------- + # play backward loop + # disable GL caching while animating + + def back(self): + if self.loop_flag != 0: return + self.loop_flag = -1 + for view in self.viewlist: view.cache = 0 + if self.index == 0: + self.index = self.nframes - 1 + self.slider_frame.set(self.index) + self.tkroot.update() + if self.saveflag: self.saveloop(0) + self.tkroot.after(self.delay_msec,self.loop) + + # -------------------------------------------------------------------- + # play forward loop + # disable GL caching while animating + + def play(self): + if self.loop_flag != 0: return + self.loop_flag = 1 + for view in self.viewlist: view.cache = 0 + if self.index == self.nframes - 1: + self.index = 0 + self.slider_frame.set(self.index) + self.tkroot.update() + if self.saveflag: self.saveloop(0) + self.tkroot.after(self.delay_msec,self.loop) + + # -------------------------------------------------------------------- + # stop looping + # re-enable GL caching when not animating + + def stop(self): + self.loop_flag = 0 + for view in self.viewlist: view.cache = 1 + + # -------------------------------------------------------------------- + # loop forward or back until end of animation + # if save flag is set, change file name and save snapshots + + def loop(self): + if self.loop_flag == 1 and self.index == self.nframes - 1: + self.loop_flag = 0 + if self.loop_flag == -1 and self.index == 0: + self.loop_flag = 0 + if self.loop_flag == 0: + if self.saveflag: self.saveloop(-1) + return + + self.index += self.loop_flag + self.slider_frame.set(self.index) + + # call to view.display() should not be necessary + # since slider_frame already called it + # but seems to be necessary before GL save() saves window to file + # else get previous image saved into file at each frame + + if self.saveflag: + for view in self.viewlist: time,natoms = view.display(self.index) + self.saveloop(1) + + self.tkroot.update_idletasks() + self.tkroot.after(self.delay_msec,self.loop) + + # -------------------------------------------------------------------- + # display a new frame, called in one of 3 ways: + # when frame slider is set by user in GUI + # when user calls v.frame(N) + # when other vcr method calls slider_frame.set(N) + + def frame(self,value): + self.index = int(value) + self.display() + + # -------------------------------------------------------------------- + + def delay(self,value): + self.delay_value = float(value) + self.slider_delay.set(self.delay_value) + self.delay_msec = int(1000*self.delay_value) + + # -------------------------------------------------------------------- + + def q(self,value): + if type(value) is not types.IntType: value = self.slider_quality.get() + self.slider_quality.set(value) + for view in self.viewlist: view.q(value) + + # -------------------------------------------------------------------- + + def xaxis(self): + for view in self.viewlist: + view.zoom(1) + view.shift(0,0) + view.rotate(90,0) + + # -------------------------------------------------------------------- + + def yaxis(self): + for view in self.viewlist: + view.zoom(1) + view.shift(0,0) + view.rotate(90,270) + + # -------------------------------------------------------------------- + + def zaxis(self): + for view in self.viewlist: + view.zoom(1) + view.shift(0,0) + view.rotate(0,270) + + # -------------------------------------------------------------------- + + def box(self): + if self.boxflag: + self.boxflag = 0 + for view in self.viewlist: view.box(0) + else: + self.boxflag = 1 + for view in self.viewlist: view.box(1) + + # -------------------------------------------------------------------- + + def axis(self): + if self.axisflag: + self.axisflag = 0 + for view in self.viewlist: view.axis(0) + else: + self.axisflag = 1 + for view in self.viewlist: view.axis(1) + + # -------------------------------------------------------------------- + + def recenter(self): + for view in self.viewlist: + view.shift(0,0) + view.zoom(1) + + # -------------------------------------------------------------------- + + def ortho(self): + if self.orthoflag: + self.orthoflag = 0 + self.button_ortho.config(text="Ortho") + for view in self.viewlist: view.ortho(0) + else: + self.orthoflag = 1 + self.button_ortho.config(text="Persp") + for view in self.viewlist: view.ortho(1) + + # -------------------------------------------------------------------- + + def reload(self): + for view in self.viewlist: view.reload() + self.display() + + # -------------------------------------------------------------------- + + def clipxlo(self,value): + value = float(value) + hi = float(self.slider_xhi.get()) + if value > hi: value = hi + self.slider_xlo.set(value) + for view in self.viewlist: view.clip('xlo',value) + + # -------------------------------------------------------------------- + + def clipxhi(self,value): + value = float(value) + lo = float(self.slider_xlo.get()) + if value < lo: value = lo + self.slider_xhi.set(value) + for view in self.viewlist: view.clip('xhi',value) + + # -------------------------------------------------------------------- + + def clipylo(self,value): + value = float(value) + hi = float(self.slider_yhi.get()) + if value > hi: value = hi + self.slider_ylo.set(value) + for view in self.viewlist: view.clip('ylo',value) + + # -------------------------------------------------------------------- + + def clipyhi(self,value): + value = float(value) + lo = float(self.slider_ylo.get()) + if value < lo: value = lo + self.slider_yhi.set(value) + for view in self.viewlist: view.clip('yhi',value) + + # -------------------------------------------------------------------- + + def clipzlo(self,value): + value = float(value) + hi = float(self.slider_zhi.get()) + if value > hi: value = hi + self.slider_zlo.set(value) + for view in self.viewlist: view.clip('zlo',value) + + # -------------------------------------------------------------------- + + def clipzhi(self,value): + value = float(value) + lo = float(self.slider_zlo.get()) + if value < lo: value = lo + self.slider_zhi.set(value) + for view in self.viewlist: view.clip('zhi',value) + + # -------------------------------------------------------------------- + # set filename for saving + + def file(self,newtext): + oldtext = self.entry_file.get() + self.entry_file.delete(0,len(oldtext)) + self.entry_file.insert(0,newtext) + + # -------------------------------------------------------------------- + # toggle save all checkbox + + def saveall(self): + if self.saveflag: + self.saveflag = 0 + self.button_save.deselect() + else: + self.saveflag = 1 + self.button_save.select() + + # -------------------------------------------------------------------- + # save current image to file + # if multiple windows change filenames to file.0.png, file.1.png, etc + + def save(self): + file = self.entry_file.get() + if len(self.viewlist) == 1: + self.viewlist[0].file = file + self.viewlist[0].save() + else: + n = 0 + for view in self.viewlist: + view.file = "%s.%d" % (file,n) + view.save() + n += 1 + + # -------------------------------------------------------------------- + # save images when in a play/back loop + # flag 0 = first save, flag 1 = continuing save, flag -1 = stop + + def saveloop(self,flag): + if flag == -1: + self.file(self.fileroot) + return + if flag == 0: self.fileroot = self.entry_file.get() + + if self.index < 10: file = self.fileroot + "000" + str(self.index) + elif self.index < 100: file = self.fileroot + "00" + str(self.index) + elif self.index < 1000: file = self.fileroot + "0" + str(self.index) + else: file = self.fileroot + str(self.index) + + self.file(file) + self.save() + + # -------------------------------------------------------------------- + # display index frame and set status strings + + def display(self): + for view in self.viewlist: time,natoms = view.display(self.index) + self.label_frame.config(text="Frame: %d" % self.index) + self.label_time.config(text="Time: %d" % time) + self.label_atoms.config(text="Atoms: %d" % natoms) diff --git a/src/vcr.pyc b/src/vcr.pyc new file mode 100644 index 0000000..6dcc923 Binary files /dev/null and b/src/vcr.pyc differ diff --git a/src/vec.py b/src/vec.py new file mode 100644 index 0000000..d9e1639 --- /dev/null +++ b/src/vec.py @@ -0,0 +1,145 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# vec tool + +oneline = "Create numeric vectors from columns in file or list of vecs" + +docstr = """ +v = vec("file1") read in numeric vectors from a file +v = vec(array) array = list of numeric vectors + + skip blank lines and lines that start with non-numeric characters + example array with 2 vecs = [[1,2,3,4,5], [10,20,30,40,50]] + assigns names = "col1", "col2", etc + +nvec = v.nvec # of vectors +nlen = v.nlen lengths of vectors +names = v.names list of vector names +x,y,... = l.get(1,"col2",...) return one or more vectors of values +l.write("file.txt") write all vectors to a file +l.write("file.txt","col1",7,...) write listed vectors to a file + + get and write allow abbreviated (uniquely) vector names or digits (1-Nvec) +""" + +# History +# 8/05, Steve Plimpton (SNL): original version + +# ToDo list + +# Variables +# n = length of each vector +# nvec = # of vectors +# names = list of vector names +# ptr = dictionary, key = name, value = index into data for which column +# data[i][j] = 2d array of floats, i = 0 to # of entries, j = 0 to nvecs-1 + +# Imports and external programs + +import types + +# Class definition + +class vec: + + # -------------------------------------------------------------------- + + def __init__(self,data): + self.data = [] + + if type(data) == types.StringType: + lines = open(data,'r').readlines() + for line in lines: + words = line.split() + if len(words) and words[0][0] in "0123456789.-": + self.data.append(map(float,words)) + elif type(data) == types.ListType: + nlen = len(data[0]) + for list in data[1:]: + if len(list) != nlen: + raise StandardError,"lists are not all same length" + for i in xrange(nlen): + values = [list[i] for list in data] + self.data.append(map(float,values)) + else: + raise StandardError,"invalid argument to vec" + + if len(self.data) == 0: + self.nlen = self.nvec = 0 + else: + self.nlen = len(self.data) + self.nvec = len(self.data[0]) + + self.names = [] + for i in xrange(self.nvec): + self.names.append(str("col%d" % (i+1))) + + self.ptr = {} + for i in xrange(self.nvec): + self.ptr[self.names[i]] = i + + print "read %d vectors of length %d" % (self.nvec,self.nlen) + + # -------------------------------------------------------------------- + + def get(self,*keys): + if len(keys) == 0: + raise StandardError, "no vectors specified" + + map = [] + for key in keys: + if type(key) == types.IntType: map.append(key-1) + elif self.ptr.has_key(key): map.append(self.ptr[key]) + else: + count = 0 + for i in range(self.nvec): + if self.names[i].find(key) == 0: + count += 1 + index = i + if count == 1: + map.append(index) + else: + raise StandardError, "unique vector %s not found" % key + + vecs = [] + for i in range(len(keys)): + vecs.append(self.nlen * [0]) + for j in xrange(self.nlen): + vecs[i][j] = self.data[j][map[i]] + + if len(keys) == 1: return vecs[0] + else: return vecs + + # -------------------------------------------------------------------- + + def write(self,filename,*keys): + if len(keys): + map = [] + for key in keys: + if type(key) == types.IntType: map.append(key-1) + elif self.ptr.has_key(key): map.append(self.ptr[key]) + else: + count = 0 + for i in range(self.nvec): + if self.names[i].find(key) == 0: + count += 1 + index = i + if count == 1: + map.append(index) + else: + raise StandardError, "unique vector %s not found" % key + else: + map = range(self.nvec) + + f = open(filename,"w") + for i in xrange(self.nlen): + for j in xrange(len(map)): + print >>f,self.data[i][map[j]], + print >>f + f.close() diff --git a/src/vec.pyc b/src/vec.pyc new file mode 100644 index 0000000..f24c208 Binary files /dev/null and b/src/vec.pyc differ diff --git a/src/vizinfo.py b/src/vizinfo.py new file mode 100644 index 0000000..acc421a --- /dev/null +++ b/src/vizinfo.py @@ -0,0 +1,391 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# vizinfo class, not a top-level Pizza.py tool + +# History +# 8/05, Matt Jones (BYU): original version +# 9/05, Steve Plimpton: added 140-color table + +# ToDo list + +# Variables + +# Imports and external programs + +import types + +# Class definition + +class vizinfo: + """ + Information holder for Pizza.py visualization tools + + acolor,bcolor,tcolor,lcolor = RGB values for each atom/bond/tri/line type + arad = radius of each atom type + brad,lrad = thickness of each bond/line type + tfill = fill flag for each triangle type + + all of these arrays are indexed by object type which runs 1-Ntype + nacolor,nbcolor,ntcolor,nlcolor,narad,nbrad,nlrad,ntfill + are # of types each array holds + actual length is nacolor+1 so that array can be indexed by 1-Ntype + + setcolors() = set atom/bond/tri/line colors + setradii() = set atom/bond/line radii/thickness + setfill() = set triangle fill factor + extend() = grow an array + """ + + # -------------------------------------------------------------------- + + def __init__(self): + self.acolor = [] + self.arad = [] + self.bcolor = [] + self.brad = [] + self.tcolor = [] + self.tfill = [] + self.lcolor = [] + self.lrad = [] + self.nacolor = self.narad = 0 + self.nbcolor = self.nbrad = 0 + self.ntcolor = self.ntfill = 0 + self.nlcolor = self.nlrad = 0 + + # -------------------------------------------------------------------- + # set color RGB for which = atoms, bonds, triangles + + def setcolors(self,which,ids,rgbs): + + # convert args into lists if single values + # if arg = 0, convert to full-range list + + if type(ids) is types.IntType and ids == 0: + if which == "atom": ids = range(self.nacolor) + if which == "bond": ids = range(self.nbcolor) + if which == "tri": ids = range(self.ntcolor) + if which == "line": ids = range(self.nlcolor) + if type(ids) is not types.ListType and type(ids) is not types.TupleType: + ids = [ids] + if type(rgbs) is not types.ListType and type(rgbs) is not types.TupleType: + rgbs = [rgbs] + + # if list of types has a 0, increment each type value + + if 0 in ids: + for i in xrange(len(ids)): ids[i] += 1 + + # extend storage list if necessary + # extend other arrays for same "which" so that gl::make_atom_calllist + # has valid arrays to work with + + if which == "atom": + if max(ids) > self.nacolor: + self.nacolor = self.extend(self.acolor,max(ids)) + self.nacolor = self.extend(self.arad,max(ids)) + if which == "bond": + if max(ids) > self.nbcolor: + self.nbcolor = self.extend(self.bcolor,max(ids)) + self.nbcolor = self.extend(self.brad,max(ids)) + if which == "tri": + if max(ids) > self.ntcolor: + self.ntcolor = self.extend(self.tcolor,max(ids)) + self.ntcolor = self.extend(self.tfill,max(ids)) + if which == "line": + if max(ids) > self.nlcolor: + self.nlcolor = self.extend(self.lcolor,max(ids)) + self.nlcolor = self.extend(self.lrad,max(ids)) + + # set color for each type + # if list lengths match, set directly, else interpolate + # convert final color from 0-255 to 0.0-1.0 + + ntypes = len(ids) + nrgbs = len(rgbs) + + for i in xrange(ntypes): + id = ids[i] + + if rgbs[0] == "loop": + list = colors.keys() + red,green,blue = colors[list[i % len(colors)]] + elif ntypes == nrgbs: + red,green,blue = colors[rgbs[i]] + else: + r = i/float(ntypes-1) * float(nrgbs-1) + jlo = int(r) + jhi = jlo + 1 + if jhi == nrgbs: jhi = nrgbs - 1 + clo = colors[rgbs[jlo]] + chi = colors[rgbs[jhi]] + delta = r - jlo + red = clo[0] + delta*(chi[0]-clo[0]) + green = clo[1] + delta*(chi[1]-clo[1]) + blue = clo[2] + delta*(chi[2]-clo[2]) + + color = [red/255.0,green/255.0,blue/255.0] + + if which == "atom": self.acolor[id] = color + if which == "bond": self.bcolor[id] = color + if which == "tri": self.tcolor[id] = color + if which == "line": self.lcolor[id] = color + + # -------------------------------------------------------------------- + # set radii for which = atoms, bonds, lines + + def setradii(self,which,ids,radii): + + # convert args into lists if single values + # if arg = 0, convert to full-range list + + if type(ids) is types.IntType and ids == 0: + if which == "atom": ids = range(self.narad) + if which == "bond": ids = range(self.nbrad) + if which == "line": ids = range(self.nlrad) + if type(ids) is not types.ListType and type(ids) is not types.TupleType: + ids = [ids] + if type(radii) is not types.ListType and \ + type(radii) is not types.TupleType: + radii = [radii] + + # if list of types has a 0, increment each type value + + if 0 in ids: + for i in xrange(len(ids)): ids[i] += 1 + + # extend storage list if necessary + # extend other arrays for same "which" so that gl::make_atom_calllist + # has valid arrays to work with + + if which == "atom": + if max(ids) > self.narad: + self.narad = self.extend(self.arad,max(ids)) + self.narad = self.extend(self.acolor,max(ids)) + if which == "bond": + if max(ids) > self.nbrad: + self.nbrad = self.extend(self.brad,max(ids)) + self.nbrad = self.extend(self.bcolor,max(ids)) + if which == "line": + if max(ids) > self.nlrad: + self.nlrad = self.extend(self.lrad,max(ids)) + self.nlrad = self.extend(self.lcolor,max(ids)) + + # set radius for each type + # if list lengths match, set directly, else interpolate + + ntypes = len(ids) + nradii = len(radii) + + for i in range(ntypes): + id = ids[i] + + if ntypes == nradii: rad = radii[i] + else: + r = i/float(ntypes-1) * float(nradii-1) + jlo = int(r) + jhi = jlo + 1 + if jhi == nradii: jhi = nradii - 1 + rlo = radii[jlo] + rhi = radii[jhi] + delta = r - jlo + rad = rlo + delta*(rhi-rlo) + + if which == "atom": self.arad[id] = rad + if which == "bond": self.brad[id] = rad + if which == "line": self.lrad[id] = rad + + # -------------------------------------------------------------------- + # set triangle fill style + # 0 = fill only, 1 = line only, 2 = fill and line + + def setfills(self,which,ids,fills): + + # convert args into lists if single values + # if arg = 0, convert to full-range list + + if type(ids) is types.IntType and ids == 0: + ids = range(self.ntfill) + if type(ids) is not types.ListType and type(ids) is not types.TupleType: + ids = [ids] + if type(fills) is not types.ListType and \ + type(fills) is not types.TupleType: + fills = [fills] + + # if list of types has a 0, increment each type value + + if 0 in ids: + for i in xrange(len(ids)): ids[i] += 1 + + # extend storage list if necessary + # extend other arrays for same "which" so that gl::make_atom_calllist + # has valid arrays to work with + + if max(ids) > self.ntfill: + self.ntfill = self.extend(self.tfill,max(ids)) + self.ntfill = self.extend(self.tcolor,max(ids)) + + # set fill flag for each type + # if list lengths match, set directly, else set types to 1st fill value + + if len(fills) == len(ids): + for i in xrange(len(ids)): self.tfill[ids[i]] = int(fills[i]) + else: + for id in ids: self.tfill[id] = int(fills[0]) + + # -------------------------------------------------------------------- + + def extend(self,array,n): + for i in range(n-len(array)+1): array.append(0) + return n + +# -------------------------------------------------------------------- +# dictionary of 140 color names and associated RGB values + +colors = {} + +colors["aliceblue"] = [240, 248, 255] +colors["antiquewhite"] = [250, 235, 215] +colors["aqua"] = [0, 255, 255] +colors["aquamarine"] = [127, 255, 212] +colors["azure"] = [240, 255, 255] +colors["beige"] = [245, 245, 220] +colors["bisque"] = [255, 228, 196] +colors["black"] = [0, 0, 0] +colors["blanchedalmond"] = [255, 255, 205] +colors["blue"] = [0, 0, 255] +colors["blueviolet"] = [138, 43, 226] +colors["brown"] = [165, 42, 42] +colors["burlywood"] = [222, 184, 135] +colors["cadetblue"] = [95, 158, 160] +colors["chartreuse"] = [127, 255, 0] +colors["chocolate"] = [210, 105, 30] +colors["coral"] = [255, 127, 80] +colors["cornflowerblue"] = [100, 149, 237] +colors["cornsilk"] = [255, 248, 220] +colors["crimson"] = [220, 20, 60] +colors["cyan"] = [0, 255, 255] +colors["darkblue"] = [0, 0, 139] +colors["darkcyan"] = [0, 139, 139] +colors["darkgoldenrod"] = [184, 134, 11] +colors["darkgray"] = [169, 169, 169] +colors["darkgreen"] = [0, 100, 0] +colors["darkkhaki"] = [189, 183, 107] +colors["darkmagenta"] = [139, 0, 139] +colors["darkolivegreen"] = [85, 107, 47] +colors["darkorange"] = [255, 140, 0] +colors["darkorchid"] = [153, 50, 204] +colors["darkred"] = [139, 0, 0] +colors["darksalmon"] = [233, 150, 122] +colors["darkseagreen"] = [143, 188, 143] +colors["darkslateblue"] = [72, 61, 139] +colors["darkslategray"] = [47, 79, 79] +colors["darkturquoise"] = [0, 206, 209] +colors["darkviolet"] = [148, 0, 211] +colors["deeppink"] = [255, 20, 147] +colors["deepskyblue"] = [0, 191, 255] +colors["dimgray"] = [105, 105, 105] +colors["dodgerblue"] = [30, 144, 255] +colors["firebrick"] = [178, 34, 34] +colors["floralwhite"] = [255, 250, 240] +colors["forestgreen"] = [34, 139, 34] +colors["fuchsia"] = [255, 0, 255] +colors["gainsboro"] = [220, 220, 220] +colors["ghostwhite"] = [248, 248, 255] +colors["gold"] = [255, 215, 0] +colors["goldenrod"] = [218, 165, 32] +colors["gray"] = [128, 128, 128] +colors["green"] = [0, 128, 0] +colors["greenyellow"] = [173, 255, 47] +colors["honeydew"] = [240, 255, 240] +colors["hotpink"] = [255, 105, 180] +colors["indianred"] = [205, 92, 92] +colors["indigo"] = [75, 0, 130] +colors["ivory"] = [255, 240, 240] +colors["khaki"] = [240, 230, 140] +colors["lavender"] = [230, 230, 250] +colors["lavenderblush"] = [255, 240, 245] +colors["lawngreen"] = [124, 252, 0] +colors["lemonchiffon"] = [255, 250, 205] +colors["lightblue"] = [173, 216, 230] +colors["lightcoral"] = [240, 128, 128] +colors["lightcyan"] = [224, 255, 255] +colors["lightgoldenrodyellow"] = [250, 250, 210] +colors["lightgreen"] = [144, 238, 144] +colors["lightgrey"] = [211, 211, 211] +colors["lightpink"] = [255, 182, 193] +colors["lightsalmon"] = [255, 160, 122] +colors["lightseagreen"] = [32, 178, 170] +colors["lightskyblue"] = [135, 206, 250] +colors["lightslategray"] = [119, 136, 153] +colors["lightsteelblue"] = [176, 196, 222] +colors["lightyellow"] = [255, 255, 224] +colors["lime"] = [0, 255, 0] +colors["limegreen"] = [50, 205, 50] +colors["linen"] = [250, 240, 230] +colors["magenta"] = [255, 0, 255] +colors["maroon"] = [128, 0, 0] +colors["mediumaquamarine"] = [102, 205, 170] +colors["mediumblue"] = [0, 0, 205] +colors["mediumorchid"] = [186, 85, 211] +colors["mediumpurple"] = [147, 112, 219] +colors["mediumseagreen"] = [60, 179, 113] +colors["mediumslateblue"] = [123, 104, 238] +colors["mediumspringgreen"] = [0, 250, 154] +colors["mediumturquoise"] = [72, 209, 204] +colors["mediumvioletred"] = [199, 21, 133] +colors["midnightblue"] = [25, 25, 112] +colors["mintcream"] = [245, 255, 250] +colors["mistyrose"] = [255, 228, 225] +colors["moccasin"] = [255, 228, 181] +colors["navajowhite"] = [255, 222, 173] +colors["navy"] = [0, 0, 128] +colors["oldlace"] = [253, 245, 230] +colors["olive"] = [128, 128, 0] +colors["olivedrab"] = [107, 142, 35] +colors["orange"] = [255, 165, 0] +colors["orangered"] = [255, 69, 0] +colors["orchid"] = [218, 112, 214] +colors["palegoldenrod"] = [238, 232, 170] +colors["palegreen"] = [152, 251, 152] +colors["paleturquoise"] = [175, 238, 238] +colors["palevioletred"] = [219, 112, 147] +colors["papayawhip"] = [255, 239, 213] +colors["peachpuff"] = [255, 239, 213] +colors["peru"] = [205, 133, 63] +colors["pink"] = [255, 192, 203] +colors["plum"] = [221, 160, 221] +colors["powderblue"] = [176, 224, 230] +colors["purple"] = [128, 0, 128] +colors["red"] = [255, 0, 0] +colors["rosybrown"] = [188, 143, 143] +colors["royalblue"] = [65, 105, 225] +colors["saddlebrown"] = [139, 69, 19] +colors["salmon"] = [250, 128, 114] +colors["sandybrown"] = [244, 164, 96] +colors["seagreen"] = [46, 139, 87] +colors["seashell"] = [255, 245, 238] +colors["sienna"] = [160, 82, 45] +colors["silver"] = [192, 192, 192] +colors["skyblue"] = [135, 206, 235] +colors["slateblue"] = [106, 90, 205] +colors["slategray"] = [112, 128, 144] +colors["snow"] = [255, 250, 250] +colors["springgreen"] = [0, 255, 127] +colors["steelblue"] = [70, 130, 180] +colors["tan"] = [210, 180, 140] +colors["teal"] = [0, 128, 128] +colors["thistle"] = [216, 191, 216] +colors["tomato"] = [253, 99, 71] +colors["turquoise"] = [64, 224, 208] +colors["violet"] = [238, 130, 238] +colors["wheat"] = [245, 222, 179] +colors["white"] = [255, 255, 255] +colors["whitesmoke"] = [245, 245, 245] +colors["yellow"] = [255, 255, 0] +colors["yellowgreen"] = [154, 205, 50] diff --git a/src/vizinfo.pyc b/src/vizinfo.pyc new file mode 100644 index 0000000..2fac64f Binary files /dev/null and b/src/vizinfo.pyc differ diff --git a/src/vmd.py b/src/vmd.py new file mode 100644 index 0000000..8b61ee2 --- /dev/null +++ b/src/vmd.py @@ -0,0 +1,217 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# vmd tool + +# Minimalistic VMD embedding for Pizza.py +# (c) 2010 Axel Kohlmeyer +# This class will replace the VMD startup script, +# open a pipe to the executable, +# and feed it Tcl command lines one at a time + +oneline = "Control VMD from python" + +docstr = """ +v = vmd() start up VMD +v.stop() shut down VMD instance +v.clear() delete all visualizations + +v.rep(style) set default representation style. One of + (Lines|VDW|Licorice|DynamicBonds|Points|CPK) +v.new(file[,type]) load new file (default file type 'lammpstrj') +v.data(file[,atomstyle]) load new data file (default atom style 'full') +v.replace(file[,type]) replace current frames with new file +v.append(file[,type]) append file to current frame(s) +v.set(snap,x,y,z,(True|False)) set coordinates from a pizza.py snapshot to new or current frame + +v.frame(frame) set current frame +v.flush() flush pending input to VMD and update GUI +v.read(file) read Tcl script file (e.g. saved state) + +v.enter() enter interactive shell +v.debug([True|False]) display generated VMD script commands? +""" + +# History +# 11/10, Axel Kohlmeyer (Temple U): original version + +# Imports and external programs + +import types, os +import numpy + +try: from DEFAULTS import PIZZA_VMDNAME +except: PIZZA_VMDNAME = "vmd" +try: from DEFAULTS import PIZZA_VMDDIR +except: PIZZA_VMDDIR = "/usr/local/lib/vmd" +try: from DEFAULTS import PIZZA_VMDDEV +except: PIZZA_VMDDEV = "win" +try: from DEFAULTS import PIZZA_VMDARCH +except: PIZZA_VMDARCH = "LINUX" + +try: import pexpect +except: + print "pexpect from http://pypi.python.org/pypi/pexpect", \ + "is required for vmd tool" + raise + +# Class definition + +class vmd: + + # -------------------------------------------------------------------- + + def __init__(self): + self.vmddir = PIZZA_VMDDIR + self.vmdexe = PIZZA_VMDDIR + '/' + PIZZA_VMDNAME + '_' + PIZZA_VMDARCH + # these are all defaults copied from the vmd launch script + os.environ['VMDDIR'] = PIZZA_VMDDIR + os.environ['VMDDISPLAYDEVICE'] = PIZZA_VMDDEV + os.environ['VMDSCRPOS'] = "596 190" + os.environ['VMDSCRSIZE'] = "669 834" + os.environ['VMDSCRHEIGHT'] = "6.0" + os.environ['VMDSCRDIST'] = "-2.0" + os.environ['VMDTITLE'] = "on" + os.environ['TCL_LIBRARY'] = PIZZA_VMDDIR + "/scripts/tcl" + os.environ['STRIDE_BIN'] = PIZZA_VMDDIR + "/stride_" + PIZZA_VMDARCH + os.environ['SURF_BIN'] = PIZZA_VMDDIR + "/surf_" + PIZZA_VMDARCH + os.environ['TACHYON_BIN'] = PIZZA_VMDDIR + "/tachyon_" + PIZZA_VMDARCH + ldpath = os.environ.get('LD_LIBRARY_PATH','') + if ldpath == '': + os.environ['LD_LIBRARY_PATH'] = PIZZA_VMDDIR + else: + os.environ['LD_LIBRARY_PATH'] = ldpath + ':' + PIZZA_VMDDIR + ldpath = os.environ.get('LD_LIBRARY_PATH','') + if ldpath == '': + os.environ['PYTHONPATH'] = PIZZA_VMDDIR + else: + os.environ['PYTHONPATH'] = PIZZA_VMDDIR + "/scripts/python" + self.debugme = False + # open pipe to vmd and wait until we have a prompt + self.VMD = pexpect.spawn(self.vmdexe) + self.VMD.expect('vmd >') + + # -------------------------------------------------------------------- + # post command to vmd and wait until the prompt returns. + def __call__(self,command): + if self.VMD.isalive(): + self.VMD.sendline(command) + self.VMD.expect('vmd >') + if self.debugme: + print "call+result:"+self.VMD.before + return + + # -------------------------------------------------------------------- + # exit VMD + def stop(self): + self.__call__("quit") + del self.VMD + + # -------------------------------------------------------------------- + # force VMD display and GUI update. + def flush(self): + self.__call__('display update ui') + + # -------------------------------------------------------------------- + # turn on debugging info + def debug(self,status=True): + if status and not self.debugme: + print 'Turning vmd.py debugging ON.' + if not status and self.debugme: + print 'Turning vmd.py debugging OFF.' + self.debugme = status + + # -------------------------------------------------------------------- + # emulate a regular tcl command prompt + def enter(self,mode='tcl'): + self.__call__('menu main off') + self.__call__('menu main on') + while 1: + try: + command = raw_input("vmd > ") + except EOFError: + print "(EOF)" + self.__call__('menu main off') + return + if command == "quit" or command == "exit": + self.__call__('menu main off') + return + if command == "gopython": + print "gopython not supported here" + continue + self.__call__(command) + + # -------------------------------------------------------------------- + # read and execute tcl script file (e.g. a saved state) + def read(self,filename): + self.__call__('play ' + filename) + self.flush() + + # -------------------------------------------------------------------- + # remove all molecules, data and visualizations + def clear(self): + self.__call__("mol delete all") + + # -------------------------------------------------------------------- + # navigate to a given frame + def rep(self,style='Lines'): + if style == 'Lines' or style == 'VDW' or style == 'Licorice' \ + or style == 'DynamicBonds' or style == 'Points' or style == 'CPK': + self.__call__('mol default style ' + style) + # -------------------------------------------------------------------- + # navigate to a given frame + def frame(self,framespec): + self.__call__('animate goto ' + str(framespec)) + + # -------------------------------------------------------------------- + # load a new molecule from a file supported by a molfile plugin + def new(self,filename,filetype='lammpstrj'): + self.__call__('mol new ' + filename + ' type ' + filetype + ' waitfor all') + self.flush() + + # -------------------------------------------------------------------- + # load a new molecule from a data file via the topotools plugin + def data(self,filename,atomstyle='full'): + self.__call__('package require topotools 1.0') + self.__call__('topo readlammpsdata ' + filename + ' ' + atomstyle) + self.flush() + + # -------------------------------------------------------------------- + # append all frames from a given file to the current molecule + def append(self,filename,filetype='lammpstrj'): + self.__call__('set tmol [molinfo top]') + self.__call__('array set viewpoints {}') + self.__call__('foreach mol [molinfo list] { set viewpoints($mol) [molinfo $mol get { center_matrix rotate_matrix scale_matrix global_matrix}]}') + self.__call__('mol addfile ' + filename + ' mol $tmol type ' + filetype + ' waitfor all') + self.__call__('foreach mol [molinfo list] { molinfo $mol set {center_matrix rotate_matrix scale_matrix global_matrix} $viewpoints($mol)}') + self.flush() + + # -------------------------------------------------------------------- + # replace all frames of a molecule with those from a given file + def update(self,filename,filetype='lammpstrj'): + self.__call__('set tmol [molinfo top]') + self.__call__('array set viewpoints {}') + self.__call__('foreach mol [molinfo list] {set viewpoints($mol) [molinfo $mol get { center_matrix rotate_matrix scale_matrix global_matrix}]}') + self.__call__('animate delete all $tmol') + self.__call__('mol addfile ' + filename + ' mol $tmol type ' + filetype + ' waitfor all') + self.__call__('foreach mol [molinfo list] {molinfo $mol set {center_matrix rotate_matrix scale_matrix global_matrix} $viewpoints($mol)}') + self.flush() + + # -------------------------------------------------------------------- + # add or overwrite coordinates with coordinates in a snapshot + def set(self,snap,x,y,z,append=True): + self.__call__('set vmdsel [atomselect top all]') + if append: + self.__call__('animate dup [molinfo top]') + cmd = '$vmdsel set {x y z} {' + for idx in range(0,snap.natoms): + cmd += ' {'+str(snap[idx,x])+' '+str(snap[idx,y])+' '+str(snap[idx,z])+'}' + cmd += '}' + self.__call__(cmd) + self.__call__('$vmdsel delete ; unset vmdsel') + self.flush() diff --git a/src/vmd.pyc b/src/vmd.pyc new file mode 100644 index 0000000..88d4d4c Binary files /dev/null and b/src/vmd.pyc differ diff --git a/src/vtk.py b/src/vtk.py new file mode 100644 index 0000000..1b7d9ce --- /dev/null +++ b/src/vtk.py @@ -0,0 +1,435 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# vtk tool + +oneline = "Convert LAMMPS snapshots to VTK format" + +docstr = """ +v = vtk(d) d = object containing atom coords (dump, data) + +v.one() write all snapshots to tmp.vtk +v.one("new") write all snapshots to new.vtk +v.many() write snapshots to tmp0000.vtk, tmp0001.vtk, etc +v.many("new") write snapshots to new0000.vtk, new0001.vtk, etc +v.single(N) write snapshot for timestep N to tmp.vtk +v.single(N,"file") write snapshot for timestep N to file.vtk + + surfaces in snapshot will be written to SURF1.vtk, SURF2.vtk, etc + where each surface (triangle type) is in a different file +""" + +# History +# 8/05, Steve Plimpton (SNL): original version + +# ToDo list + +# Variables +# data = data file to read from + +# Imports and external programs + +import sys, re + +# Class definition + +class vtk: + + # -------------------------------------------------------------------- + + def __init__(self,data): + self.data = data + + # -------------------------------------------------------------------- + + def one(self,*args): + if len(args) == 0: file = "tmp.vtk" + elif args[0][-4:] == ".vtk": file = args[0] + else: file = args[0] + ".vtk" + + n = flag = 0 + which,time,flag = self.data.iterator(flag) + time,box,atoms,bonds,tris,lines = self.data.viz(which) + print time, + sys.stdout.flush() + + if len(tris): surface(tris) + + allatoms = [] + for atom in atoms: + allatoms.append(atom) + + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = self.data.viz(which) + + for atom in atoms: allatoms.append(atom) + print time, + sys.stdout.flush() + n += 1 + + particle(file,allatoms) + print "\nwrote %d snapshots to %s in VTK format" % (n,file) + + # -------------------------------------------------------------------- + + def many(self,*args): + if len(args) == 0: root = "tmp" + else: root = args[0] + + surfflag = 0 + n = flag = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = self.data.viz(which) + + if surfflag == 0 and len(tris): + surfflag = 1 + surface(tris) + + if n < 10: + file = root + "000" + str(n) + ".vtk" + elif n < 100: + file = root + "00" + str(n) + ".vtk" + elif n < 1000: + file = root + "0" + str(n) + ".vtk" + else: + file = root + str(n) + ".vtk" + + particle(file,atoms) + + print time, + sys.stdout.flush() + n += 1 + + print "\nwrote %s snapshots in VTK format" % n + # -------------------------------------------------------------------- + def manyGran(self,*args,**kwargs): + + # check whether to output or not + outputfl = True + if "output" in kwargs: outputfl = kwargs["output"] + + # read startIndex (offset for filename due to parallel processing) + startIndex = 0 + fileNos = [] + if "fileNos" in kwargs: + fileNos = kwargs["fileNos"] + else: + fileNos = range(len(self.data.snaps)) + + # output name + if len(args) == 0: root = "tmp" + else: root = args[0] + + surfflag = 0 + n = flag = 0 + + # iterate over snaps + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = self.data.viz(which) + xlo=self.data.snaps[n].xlo + xhi=self.data.snaps[n].xhi + ylo=self.data.snaps[n].ylo + yhi=self.data.snaps[n].yhi + zlo=self.data.snaps[n].zlo + zhi=self.data.snaps[n].zhi + + atoms=self.data.snaps[n].atoms + names=self.data.names + + if surfflag == 0 and len(tris): + surfflag = 1 + surface(tris) + + if fileNos[n] < 10: + file = root + "000" + str(fileNos[n]) + ".vtk" + file_bb= root + "000" + str(fileNos[n]) + "_boundingBox.vtk" + file_walls= root + "000" + str(fileNos[n]) + "_walls.vtk" + elif fileNos[n] < 100: + file = root + "00" + str(fileNos[n]) + ".vtk" + file_bb= root + "00" + str(fileNos[n]) + "_boundingBox.vtk" + file_walls= root + "00" + str(fileNos[n]) + "_walls.vtk" + elif fileNos[n] < 1000: + file = root + "0" + str(fileNos[n]) + ".vtk" + file_bb= root + "0" + str(fileNos[n]) + "_boundingBox.vtk" + file_walls= root + "0" + str(fileNos[n]) + "_walls.vtk" + else: + file = root + str(fileNos[n]) + ".vtk" + file_bb= root + str(fileNos[n]) + "_boundingBox.vtk" + file_walls= root + str(fileNos[n]) + "_walls.vtk" + + boundingBox(file_bb,xlo,xhi,ylo,yhi,zlo,zhi) + nvalues = 0 + try: nvalues = len(self.data.snaps[0].atoms[0]) + except: nvalues = 0 + particleGran(file,atoms,names,nvalues) + + if outputfl: print time, + if outputfl: sys.stdout.flush() + n += 1 + + if outputfl: print "\nwrote %s granular snapshots in VTK format" % n + # -------------------------------------------------------------------- + + def single(self,time,*args): + if len(args) == 0: file = "tmp.vtk" + elif args[0][-4:] == ".vtk": file = args[0] + else: file = args[0] + ".vtk" + + which = self.data.findtime(time) + time,box,atoms,bonds,tris,lines = self.data.viz(which) + if len(tris): surface(tris) + particle(file,atoms) + +# -------------------------------------------------------------------- +# write list of triangles into VTK surface files: SURF1.vtk, SURF2.vtk, ... +# all triangles of one type constitute 1 surface = 1 file +# create list of unique vertices (via dictionary) from triangle list + +def surface(tris): + ntypes = tris[-1][1] + + for i in xrange(ntypes): + itype = i+1 + v = {} + nvert = ntri = 0 + for tri in tris: + if tri[1] == itype: + ntri += 1 + vert = (tri[2],tri[3],tri[4]) + if not v.has_key(vert): + v[vert] = nvert + nvert += 1 + vert = (tri[5],tri[6],tri[7]) + if not v.has_key(vert): + v[vert] = nvert + nvert += 1 + vert = (tri[8],tri[9],tri[10]) + if not v.has_key(vert): + v[vert] = nvert + nvert += 1 + + keys = v.keys() + vinverse = {} + for key in keys: + vinverse[v[key]] = key + + filename = "SURF" + str(itype) + ".vtk" + f = open(filename,"w") + + print >>f,"# vtk DataFile Version 3.0" + print >>f,"Generated by pizza.py" + print >>f,"ASCII" + print >>f,"DATASET POLYDATA" + print >>f,"POINTS %d float" % nvert + for i in xrange(nvert): + tuple = vinverse[i] + print >>f,tuple[0],tuple[1],tuple[2] + print >>f,"POLYGONS",ntri,4*ntri + for tri in tris: + if tri[1] == itype: + vert = (tri[2],tri[3],tri[4]) + ivert1 = v[vert] + vert = (tri[5],tri[6],tri[7]) + ivert2 = v[vert] + vert = (tri[8],tri[9],tri[10]) + ivert3 = v[vert] + print >>f,3,ivert1,ivert2,ivert3 + print >>f + print >>f,"CELL_DATA",ntri + print >>f,"POINT_DATA",nvert + + f.close() + +# -------------------------------------------------------------------- +# write atoms from one snapshot into file in VTK format + +def particle(file,atoms): + f = open(file,"w") + + print >>f,"# vtk DataFile Version 2.0" + print >>f,"Generated by pizza.py" + print >>f,"ASCII" + print >>f,"DATASET POLYDATA" + print >>f,"POINTS %d float" % len(atoms) + for atom in atoms: + print >>f,atom[2],atom[3],atom[4] + print >>f,"VERTICES",len(atoms),2*len(atoms) + for i in xrange(len(atoms)): + print >>f,1,i + print >>f,"POINT_DATA",len(atoms) + print >>f,"SCALARS atom_type int 1" + print >>f,"LOOKUP_TABLE default" + for atom in atoms: + itype = int(atom[1]) + print >>f,itype, + print >>f + + f.close() + + +def boundingBox(file,xlo,xhi,ylo,yhi,zlo,zhi): + f = open(file,"w") + + print >>f,"# vtk DataFile Version 2.0" + print >>f,"Generated by pizza.py" + print >>f,"ASCII" + print >>f,"DATASET RECTILINEAR_GRID" + print >>f,"DIMENSIONS 2 2 2" + print >>f,"X_COORDINATES 2 float" + print >>f,xlo,xhi + print >>f,"Y_COORDINATES 2 float" + print >>f,ylo,yhi + print >>f,"Z_COORDINATES 2 float" + print >>f,zlo,zhi + +def typestr(o): + string = str(type(o)) + sp = string.split('\'') + return sp[1] + +def particleGran(file,atoms,names,n_values): + f = open(file,"w") + + # if no atoms are present + if atoms == None: + atoms = [] + + # find indices of scalars and vectors + scalars, vectors = findScalarsAndVectors(names) + + # print head + print >>f,"# vtk DataFile Version 2.0" + print >>f,"Generated by lpp.py" + print >>f,"ASCII" + print >>f,"DATASET POLYDATA" + print >>f,"POINTS %d float" % len(atoms) + for atom in atoms: + print >>f, atom[vectors['x']], atom[vectors['x']+1], atom[vectors['x']+2] #atom[3],atom[4],atom[5] #write x,y,z [atom[0]=id, atom[1]=type] + print >>f,"VERTICES",len(atoms),2*len(atoms) + for i in xrange(len(atoms)): + print >>f,1,i + print >>f,"POINT_DATA",len(atoms) + + # print VECTORS + for key in vectors.keys(): + + # don't print coodinates again + if key == 'x': + continue + + vectortype = 'float' + if atoms != []: + vectortype = typestr(atoms[0][vectors[key]]) + if 'float' in vectortype: vectortype = 'float' + elif 'int' in vectortype: vectortype = 'int' + else: vectortype = 'float' + else: # if no atoms are present + pass + + print >>f,"VECTORS",key,vectortype + for atom in atoms: + print >>f, atom[vectors[key]], atom[vectors[key]+1], atom[vectors[key]+2] + + # print SCALARS + for key in scalars.keys(): + scalartype ='' + if atoms != []: + scalartype = typestr(atoms[0][scalars[key]]) + if 'float' in scalartype: scalartype = 'float' + elif 'int' in scalartype: scalartype = 'int' + else: scalartype = 'int' + else: # if no atoms are present + pass + + print >>f,"SCALARS",key,scalartype,1 + print >>f,"LOOKUP_TABLE default" + for atom in atoms: + print >>f, atom[scalars[key]] + + print >>f + + f.close() + +def findScalarsAndVectors(names): + + vectors={} + scalars={} + + # create reversed dictionary {position:name} + indices = {} + for name in names: + indices[names[name]]=name + + # fill missing indices (occurrs e.g. if output is like vx vy vz fx fy fz vx vy vz) + for i in xrange(max(indices)): + if i not in indices: + indices[i]="" + + # compile regexes to find vectors + regvx = re.compile(".*x") + regvy = re.compile(".*y") + regvz = re.compile(".*z") + regf = re.compile("f_.*\[[0-9]+\]") + regc = re.compile("c_.*\[[0-9]+\]") + regv = re.compile("v_.*\[[0-9]+\]") + + # loop over all indices and look if their names represent a vector (if not: it's a scalar) + i = 0 + while i<= max(indices): + + if i+2 <= max(indices) and regvx.match(indices[i]) != None and regvy.match(indices[i+1]) != None and regvz.match(indices[i+2]) != None: + + newname='' + if len(indices[i]) == 1: + newname=indices[i] + else: + newname=indices[i][:-1] + + vectors[newname]=i + i+=3 + continue + + if regf.match(indices[i]) != None or regc.match(indices[i]) != None or regv.match(indices[i]) != None: + + name = indices[i] + number = int( name.split('[')[1].split(']')[0] ) + nextName = name.split('[')[0]+'['+str(number+1)+']' + nextButOneName = name.split('[')[0]+'['+str(number+2)+']' + + newname = name[2:-(len(name.split('[')[1])+1)] + + if i+2 <= max(indices) and indices[i+1] == nextName and indices[i+2] == nextButOneName: + vectors[newname]=i + i+=3 + continue + + else: + scalars[newname]=i + i+=1 + continue + + # program only here if not a vector + if indices[i] != '': + newname = indices[i] + scalars[newname]=i + i+=1 + + if 'x' not in vectors.keys(): + print "vector x y z has to be contained in dump file. please change liggghts input script accordingly." + exit() + + return scalars, vectors + + + diff --git a/src/vtk.pyc b/src/vtk.pyc new file mode 100644 index 0000000..b8012b9 Binary files /dev/null and b/src/vtk.pyc differ diff --git a/src/xyz.py b/src/xyz.py new file mode 100644 index 0000000..66699ab --- /dev/null +++ b/src/xyz.py @@ -0,0 +1,121 @@ +# Pizza.py toolkit, www.cs.sandia.gov/~sjplimp/pizza.html +# Steve Plimpton, sjplimp@sandia.gov, Sandia National Laboratories +# +# Copyright (2005) Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains +# certain rights in this software. This software is distributed under +# the GNU General Public License. + +# xyz tool + +oneline = "Convert LAMMPS snapshots to XYZ format" + +docstr = """ +x = xyz(d) d = object containing atom coords (dump, data) + +x.one() write all snapshots to tmp.xyz +x.one("new") write all snapshots to new.xyz +x.many() write snapshots to tmp0000.xyz, tmp0001.xyz, etc +x.many("new") write snapshots to new0000.xyz, new0001.xyz, etc +x.single(N) write snapshot for timestep N to tmp.xyz +x.single(N,"file") write snapshot for timestep N to file.xyz +""" + +# History +# 8/05, Steve Plimpton (SNL): original version + +# ToDo list + +# Variables +# data = data file to read from + +# Imports and external programs + +import sys + +# Class definition + +class xyz: + + # -------------------------------------------------------------------- + + def __init__(self,data): + self.data = data + + # -------------------------------------------------------------------- + + def one(self,*args): + if len(args) == 0: file = "tmp.xyz" + elif args[0][-4:] == ".xyz": file = args[0] + else: file = args[0] + ".xyz" + + f = open(file,"w") + n = flag = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = self.data.viz(which) + + print >>f,len(atoms) + print >>f,"Atoms" + for atom in atoms: + itype = int(atom[1]) + print >>f,itype,atom[2],atom[3],atom[4] + + print time, + sys.stdout.flush() + n += 1 + + f.close() + print "\nwrote %d snapshots to %s in XYZ format" % (n,file) + + # -------------------------------------------------------------------- + + def many(self,*args): + if len(args) == 0: root = "tmp" + else: root = args[0] + + n = flag = 0 + while 1: + which,time,flag = self.data.iterator(flag) + if flag == -1: break + time,box,atoms,bonds,tris,lines = self.data.viz(which) + + if n < 10: + file = root + "000" + str(n) + elif n < 100: + file = root + "00" + str(n) + elif n < 1000: + file = root + "0" + str(n) + else: + file = root + str(n) + file += ".xyz" + f = open(file,"w") + print >>f,len(atoms) + print >>f,"Atoms" + for atom in atoms: + itype = int(atom[1]) + print >>f,itype,atom[2],atom[3],atom[4] + print time, + sys.stdout.flush() + f.close() + n += 1 + + print "\nwrote %s snapshots in XYZ format" % n + + # -------------------------------------------------------------------- + + def single(self,time,*args): + if len(args) == 0: file = "tmp.xyz" + elif args[0][-4:] == ".xyz": file = args[0] + else: file = args[0] + ".xyz" + + which = self.data.findtime(time) + time,box,atoms,bonds,tris,lines = self.data.viz(which) + f = open(file,"w") + print >>f,len(atoms) + print >>f,"Atoms" + for atom in atoms: + itype = int(atom[1]) + print >>f,itype,atom[2],atom[3],atom[4] + f.close() diff --git a/src/xyz.pyc b/src/xyz.pyc new file mode 100644 index 0000000..67ea636 Binary files /dev/null and b/src/xyz.pyc differ