[pysal] 01/06: New upstream version 1.14.2

Bas Couwenberg sebastic at debian.org
Sun Sep 24 09:45:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pysal.

commit 361549145c6e203c12d30182b99178c4fcf47372
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 24 11:14:30 2017 +0200

    New upstream version 1.14.2
---
 .coveragerc                                        |    3 +
 .github/ISSUE_TEMPLATE.md                          |    4 +-
 .travis.yml                                        |    2 +-
 CHANGELOG.txt                                      |  153 +++
 README.rst                                         |   44 +-
 THANKS.txt                                         |   15 +-
 doc/source/conf.py                                 |    6 +-
 doc/source/developers/docs/index.rst               |    4 +-
 doc/source/developers/guidelines.rst               |    2 +-
 doc/source/index.rst                               |    2 +-
 doc/source/library/weights/Contiguity.rst          |    9 +
 doc/source/users/tutorials/autocorrelation.rst     |    4 +-
 doc/source/users/tutorials/fileio.rst              |   32 +-
 doc/source/users/tutorials/region.rst              |    2 +-
 doc/source/users/tutorials/weights.rst             |   98 +-
 pysal/cg/kdtree.py                                 |   22 +-
 pysal/cg/segmentLocator.py                         |    6 +-
 pysal/contrib/geotable/tests/test_utils.py         |   61 +-
 pysal/contrib/geotable/utils.py                    |   46 +-
 pysal/contrib/glm/GLM_validate_estimation.ipynb    |  444 +++++++++
 pysal/contrib/glm/glm.py                           |   58 +-
 pysal/contrib/glm/iwls.py                          |   34 +-
 pysal/contrib/glm/utils.py                         |   59 ++
 pysal/contrib/gwr/__init__.py                      |    4 +
 pysal/contrib/gwr/diagnostics.py                   |   81 ++
 pysal/contrib/gwr/gwr.py                           |  882 ++++++++++++++++
 pysal/contrib/gwr/kernels.py                       |  124 +++
 .../gwr/notebooks/GWR_Georgia_Example.ipynb        |  354 +++++++
 .../gwr/notebooks/GWR_Georgia_Prediction.ipynb     | 1049 ++++++++++++++++++++
 pysal/contrib/gwr/search.py                        |  143 +++
 pysal/contrib/gwr/sel_bw.py                        |  256 +++++
 pysal/contrib/gwr/tests/test_gwr.py                |  849 ++++++++++++++++
 pysal/contrib/gwr/tests/test_kernels.py            |   84 ++
 pysal/contrib/gwr/tests/test_sel_bw.py             |  130 +++
 pysal/contrib/network/klincs.py                    |    2 +-
 pysal/contrib/spint/gravity.py                     |   20 +-
 pysal/contrib/spint/tests/test_gravity.py          |   15 +-
 pysal/contrib/viz/mapping.py                       |   10 +-
 pysal/core/IOHandlers/arcgis_swm.py                |  123 ++-
 pysal/core/util/shapefile.py                       |    7 +
 pysal/esda/geary.py                                |   18 +-
 pysal/esda/mapclassify.py                          |    2 +-
 pysal/esda/moran.py                                |   36 +-
 pysal/esda/smoothing.py                            |   96 +-
 pysal/esda/tests/test_geary.py                     |   16 +-
 pysal/esda/tests/test_moran.py                     |    8 +
 pysal/esda/tests/test_smoothing.py                 |  104 +-
 pysal/examples/clearwater/clearwater_BS_F.ctl      |   42 +
 .../clearwater/clearwater_BS_F_listwise.csv        |  240 +++++
 .../clearwater/clearwater_BS_F_summary.txt         |  173 ++++
 pysal/examples/clearwater/clearwater_BS_NN.ctl     |   42 +
 .../clearwater/clearwater_BS_NN_listwise.csv       |  240 +++++
 .../clearwater/clearwater_BS_NN_summary.txt        |  179 ++++
 pysal/examples/clearwater/clearwater_GS_F.ctl      |   42 +
 .../clearwater/clearwater_GS_F_listwise.csv        |  240 +++++
 .../clearwater/clearwater_GS_F_summary.txt         |  175 ++++
 pysal/examples/clearwater/clearwater_GS_NN.ctl     |   42 +
 .../clearwater/clearwater_GS_NN_listwise.csv       |  240 +++++
 .../clearwater/clearwater_GS_NN_summary.txt        |  174 ++++
 pysal/examples/clearwater/landslides.csv           |  240 +++++
 pysal/examples/clearwater/quads.dbf                |  Bin 0 -> 1788 bytes
 pysal/examples/clearwater/quads.shp                |  Bin 0 -> 2004 bytes
 pysal/examples/clearwater/quads.shx                |  Bin 0 -> 212 bytes
 pysal/examples/clearwater/streams.dbf              |  Bin 0 -> 1437154 bytes
 pysal/examples/clearwater/streams.shp              |  Bin 0 -> 2130324 bytes
 pysal/examples/clearwater/streams.shx              |  Bin 0 -> 55348 bytes
 pysal/examples/georgia/FB.p                        |   94 ++
 pysal/examples/georgia/GData_utm.csv               |  160 +++
 pysal/examples/georgia/G_utm.dbf                   |  Bin 0 -> 47706 bytes
 pysal/examples/georgia/G_utm.sbn                   |  Bin 0 -> 1964 bytes
 pysal/examples/georgia/G_utm.sbx                   |  Bin 0 -> 340 bytes
 pysal/examples/georgia/G_utm.shp                   |  Bin 0 -> 243584 bytes
 pysal/examples/georgia/G_utm.shx                   |  Bin 0 -> 1476 bytes
 pysal/examples/georgia/XB.p                        |   37 +
 pysal/examples/georgia/err.p                       |   37 +
 pysal/examples/georgia/georgia_BS_F.ctl            |   45 +
 pysal/examples/georgia/georgia_BS_F_listwise.csv   |  160 +++
 pysal/examples/georgia/georgia_BS_F_summary.txt    |  170 ++++
 pysal/examples/georgia/georgia_BS_NN.ctl           |   45 +
 pysal/examples/georgia/georgia_BS_NN_listwise.csv  |  160 +++
 pysal/examples/georgia/georgia_BS_NN_summary.txt   |  170 ++++
 pysal/examples/georgia/georgia_GS_F.ctl            |   45 +
 pysal/examples/georgia/georgia_GS_F_listwise.csv   |  160 +++
 pysal/examples/georgia/georgia_GS_F_summary.txt    |  168 ++++
 pysal/examples/georgia/georgia_GS_NN.ctl           |   45 +
 pysal/examples/georgia/georgia_GS_NN_listwise.csv  |  160 +++
 pysal/examples/georgia/georgia_GS_NN_summary.txt   |  165 +++
 pysal/examples/londonhp/londonhp.dbf               |  Bin 0 -> 81885 bytes
 pysal/examples/londonhp/londonhp.shp               |  Bin 0 -> 8948 bytes
 pysal/examples/londonhp/londonhp.shx               |  Bin 0 -> 2628 bytes
 pysal/examples/tokyo/Readme_tokyomortality.txt     |   55 +
 pysal/examples/tokyo/SampleTokyoMortalityGWPR.ctl  |   40 +
 pysal/examples/tokyo/Tokyomortality.csv            |    1 +
 pysal/examples/tokyo/Tokyomortality.txt            |  263 +++++
 pysal/examples/tokyo/tokyo_BS_F.ctl                |   41 +
 pysal/examples/tokyo/tokyo_BS_F_listwise.csv       |  263 +++++
 pysal/examples/tokyo/tokyo_BS_F_summary.txt        |  183 ++++
 pysal/examples/tokyo/tokyo_BS_NN.ctl               |   41 +
 pysal/examples/tokyo/tokyo_BS_NN_OFF.ctl           |   40 +
 pysal/examples/tokyo/tokyo_BS_NN_OFF_listwise.csv  |  263 +++++
 pysal/examples/tokyo/tokyo_BS_NN_OFF_summary.txt   |  148 +++
 pysal/examples/tokyo/tokyo_BS_NN_listwise.csv      |  263 +++++
 pysal/examples/tokyo/tokyo_BS_NN_summary.txt       |  162 +++
 pysal/examples/tokyo/tokyo_GS_F.ctl                |   41 +
 pysal/examples/tokyo/tokyo_GS_F_listwise.csv       |  263 +++++
 pysal/examples/tokyo/tokyo_GS_F_summary.txt        |  183 ++++
 pysal/examples/tokyo/tokyo_GS_NN.ctl               |   41 +
 pysal/examples/tokyo/tokyo_GS_NN_listwise.csv      |  263 +++++
 pysal/examples/tokyo/tokyo_GS_NN_summary.txt       |  162 +++
 pysal/examples/tokyo/tokyomet262.dbf               |  Bin 0 -> 8514 bytes
 pysal/examples/tokyo/tokyomet262.prj               |    1 +
 pysal/examples/tokyo/tokyomet262.shp               |  Bin 0 -> 184536 bytes
 pysal/examples/tokyo/tokyomet262.shp.xml           |    2 +
 pysal/examples/tokyo/tokyomet262.shx               |  Bin 0 -> 2196 bytes
 pysal/examples/wmat/us48_CONTIGUITY_EDGES_ONLY.swm |  Bin 0 -> 2350 bytes
 pysal/examples/wmat/us48_INVERSE_DISTANCE.swm      |  Bin 0 -> 3654 bytes
 pysal/network/network.py                           |   78 +-
 pysal/network/tests/test_network.py                |    5 +
 pysal/network/util.py                              |   49 +-
 pysal/spatial_dynamics/util.py                     |    8 +-
 pysal/spreg/error_sp_hom.py                        |    4 +-
 pysal/spreg/summary_output.py                      |    2 +-
 pysal/spreg/tests/test_error_sp_het_regimes.py     |    2 +-
 pysal/spreg/tests/test_error_sp_hom_regimes.py     |    2 +-
 pysal/spreg/tests/test_error_sp_regimes.py         |    2 +-
 pysal/spreg/utils.py                               |    2 +-
 pysal/version.py                                   |    4 +-
 pysal/weights/Contiguity.py                        |   62 +-
 pysal/weights/Distance.py                          |    8 +-
 pysal/weights/spatial_lag.py                       |   15 +-
 pysal/weights/tests/test_Contiguity.py             |    7 +
 pysal/weights/tests/test_Distance.py               |   18 +-
 pysal/weights/tests/test_spatial_lag.py            |    4 +-
 pysal/weights/tests/test_swm_IO.py                 |   42 +
 pysal/weights/util.py                              |   17 +-
 requirements_dev.txt                               |    2 +-
 rtd.txt                                            |    1 +
 setup.py                                           |    4 +-
 138 files changed, 12091 insertions(+), 379 deletions(-)

diff --git a/.coveragerc b/.coveragerc
index 351f12c..bae9cce 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -8,3 +8,6 @@ omit =
     __init__.py 
     */contrib/* 
     */test/*
+exclude_lines =
+	pragma: no cover
+	if __name__ == .__main__.:
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 5391dac..6394144 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -8,7 +8,7 @@ Feel free to delete the commands after you've filled out each bullet.
 
 - Platform information:
 ```python
->>> import os; print(os.name, os.sys.platform);print(os.uname())
+>>> import os; print(os.name, os.sys.platform)
 ```
 - Python version: 
 ```python
@@ -16,7 +16,7 @@ Feel free to delete the commands after you've filled out each bullet.
 ```
 - SciPy version:
 ```python
->>> import scpiy; print(scipy.__version__)
+>>> import scipy; print(scipy.__version__)
 ```
 - NumPy version:
 ```python
diff --git a/.travis.yml b/.travis.yml
index 3dadf8b..dac6dd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ install:
 script:
   - python setup.py sdist >/dev/null
   - echo "check_stable=False" >pysal/config.py
-  - nosetests --with-coverage --cover-package=pysal;
+  - nosetests --verbose --with-coverage --cover-package=pysal;
   #- cd doc; make pickle; make doctest
 notifications:
     email:
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index faa5d4e..4635e57 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,156 @@
+v<1.14.2>, 2017-09-23
+This is a bug fix release for the 1.14 Python 2.x. series of PySAL.
+
+We closed a total of 8 issues, 3 pull requests and 5 regular issues;
+this is the full list (generated with the script 
+:file:`tools/github_stats.py`):
+
+Pull Requests (3):
+
+* :ghpull:`975`: Correction of Geary's C under randomization
+* :ghpull:`972`: Bug Fix for #970
+* :ghpull:`973`: Passing p_thres in plot_lisa_cluster. This fixes #971
+
+Issues (5):
+
+* :ghissue:`974`: Re: #979
+* :ghissue:`975`: Correction of Geary's C under randomization
+* :ghissue:`972`: Bug Fix for #970
+* :ghissue:`973`: Passing p_thres in plot_lisa_cluster. This fixes #971
+* :ghissue:`968`: find_bin does not include top value
+
+
+v<1.14.0>, 2017-07-13
+
+This is the last version of PySAL that will officially support Python 2.x. 
+This version will also receive only bug fixes going forward. All new PySAL
+functionality will be added using the new structure documented at pysal.org.
+
+
+We closed a total of 114 issues, 36 pull requests and 78 regular issues;
+this is the full list (generated with the script 
+:file:`tools/github_stats.py`):
+
+Pull Requests (36):
+
+* :ghpull:`915`: Network  dev
+* :ghpull:`911`: coverage change
+* :ghpull:`931`: Fix for negative values of ebi_v in assancao_rate smoother function
+* :ghpull:`955`: Minor corrections to issue template
+* :ghpull:`888`: Fix unusual interpreter path.
+* :ghpull:`926`: DOC: fix a broken link (HTTP 404) in documentation
+* :ghpull:`951`: Order enforce
+* :ghpull:`953`: deprecating headbanging
+* :ghpull:`952`: fix for #932 coordinates need to be (lon, lat) not (lat, lon)
+* :ghpull:`946`: [WIP] add Distance bugfix
+* :ghpull:`942`: fixed the bug in reading the new ArcGIS .swm file
+* :ghpull:`947`: [WIP] fix bug #944
+* :ghpull:`950`: Lag cat fix
+* :ghpull:`928`: Fixed incorrect file path in fileio.rst
+* :ghpull:`927`: DOC: fix formatting of a code block in the documentation
+* :ghpull:`934`: Added String_Type values to unsupported file types
+* :ghpull:`929`: DOC: make code snippet in documentation compatible to Python 3
+* :ghpull:`924`: add pseudocode makefile
+* :ghpull:`916`: Util.compute length
+* :ghpull:`919`: Dijkstra mp
+* :ghpull:`921`: Mapping: allow tips parameter even if col not passed
+* :ghpull:`912`: adjust the formula for calculating local Moran's I in the docs
+* :ghpull:`913`: 0. Fixed docstring that was causing latex error
+* :ghpull:`910`: add new weights classes & methods to docs & tutorials
+* :ghpull:`908`: Geographically weighted regresson
+* :ghpull:`907`: Spint
+* :ghpull:`905`: Spint - fix local param indexing
+* :ghpull:`904`: Rc1.13.1
+* :ghpull:`903`: Fix for numpy bump induced breakage
+* :ghpull:`902`: Spreg fix
+* :ghpull:`901`: Badge for docs
+* :ghpull:`899`: fix inplace overwrite issue
+* :ghpull:`897`: fix minor typo
+* :ghpull:`887`: Dev version bump
+* :ghpull:`885`: Fixing doc builds
+* :ghpull:`883`: release 1.13.0
+
+Issues (78):
+
+* :ghissue:`892`: allow non-binary weights to propagate in w_subset
+* :ghissue:`915`: Network  dev
+* :ghissue:`925`: Reorg
+* :ghissue:`911`: coverage change
+* :ghissue:`848`: Points contrib module
+* :ghissue:`931`: Fix for negative values of ebi_v in assancao_rate smoother function
+* :ghissue:`956`: Nose tests fail for python 3 in Windows
+* :ghissue:`917`: Code not updated in docs
+* :ghissue:`943`: mapclassify docs contain a long WARNING
+* :ghissue:`948`: test_Headbanging_Median_Rate fails with Python 3.6
+* :ghissue:`955`: Minor corrections to issue template
+* :ghissue:`958`: Estimate panel models in spreg
+* :ghissue:`949`: spreg request: Conley standard errors
+* :ghissue:`888`: Fix unusual interpreter path.
+* :ghissue:`926`: DOC: fix a broken link (HTTP 404) in documentation
+* :ghissue:`951`: Order enforce
+* :ghissue:`953`: deprecating headbanging
+* :ghissue:`313`: Add handler for topojson
+* :ghissue:`316`: Add support for geojson 
+* :ghissue:`721`: Ability to specify categories / ranges in spatial markov method
+* :ghissue:`474`: Add contrib module to explore interface with geopandas
+* :ghissue:`651`: Design Point Pattern API
+* :ghissue:`648`: FileIO deprecation warning
+* :ghissue:`891`: Strange weights when I apply w_subset
+* :ghissue:`201`: Distance matrix builder
+* :ghissue:`872`: `weights.util.higher_order` warns when using a subclassed `W`
+* :ghissue:`923`: Arc_KDTree returned distances incorrect
+* :ghissue:`952`: fix for #932 coordinates need to be (lon, lat) not (lat, lon)
+* :ghissue:`945`: `DistanceBand` failing when `ids` passed
+* :ghissue:`946`: [WIP] add Distance bugfix
+* :ghissue:`939`: Compute spatial weight matrix from geopandas dataframe
+* :ghissue:`937`: Can't read ESRI spatial weights matrix
+* :ghissue:`942`: fixed the bug in reading the new ArcGIS .swm file
+* :ghissue:`729`: Update contrib docs
+* :ghissue:`947`: [WIP] fix bug #944
+* :ghissue:`950`: Lag cat fix
+* :ghissue:`944`: Higher Order Weights from Queen Contiguity Weights - Unsupported sparse argument
+* :ghissue:`922`: Weights, ordering, and from_dataframe
+* :ghissue:`940`: Add a Gitter chat badge to README.md
+* :ghissue:`928`: Fixed incorrect file path in fileio.rst
+* :ghissue:`906`: GSOC 2017
+* :ghissue:`938`: I use  “Markov(class_ids, classes=None)” ,classes (array) – (k, 1), define k=4, but the result display error.
+* :ghissue:`927`: DOC: fix formatting of a code block in the documentation
+* :ghissue:`935`: Creating Network instance from road shapefile fails; ValueError: list.remove(x): x not in list
+* :ghissue:`932`: Opening PolyLineM Shapefile fails to return file type unsupported error
+* :ghissue:`934`: Added String_Type values to unsupported file types
+* :ghissue:`929`: DOC: make code snippet in documentation compatible to Python 3
+* :ghissue:`924`: add pseudocode makefile
+* :ghissue:`916`: Util.compute length
+* :ghissue:`919`: Dijkstra mp
+* :ghissue:`866`: Use install_requires to automatically install required packages if they are not present
+* :ghissue:`921`: Mapping: allow tips parameter even if col not passed
+* :ghissue:`914`: added wkt representation for chain/polygon
+* :ghissue:`918`: Python 3.5, pysal FileIO import error
+* :ghissue:`912`: adjust the formula for calculating local Moran's I in the docs
+* :ghissue:`913`: 0. Fixed docstring that was causing latex error
+* :ghissue:`910`: add new weights classes & methods to docs & tutorials
+* :ghissue:`908`: Geographically weighted regresson
+* :ghissue:`907`: Spint
+* :ghissue:`905`: Spint - fix local param indexing
+* :ghissue:`904`: Rc1.13.1
+* :ghissue:`896`: test_Headbanging_Median_Rate fails
+* :ghissue:`903`: Fix for numpy bump induced breakage
+* :ghissue:`902`: Spreg fix
+* :ghissue:`901`: Badge for docs
+* :ghissue:`899`: fix inplace overwrite issue
+* :ghissue:`610`: SpReg Deprecation Warning
+* :ghissue:`895`: Weights for rasters or arrays with missing data
+* :ghissue:`897`: fix minor typo
+* :ghissue:`881`: Readthedocs failing to build due to missing ingmath module
+* :ghissue:`893`: DistanceBand error (AttributeError: power not found)
+* :ghissue:`890`: no neighbors on threshold_continuousW, after w_subset
+* :ghissue:`887`: Dev version bump
+* :ghissue:`886`: Dev
+* :ghissue:`885`: Fixing doc builds
+* :ghissue:`884`: Rel/1.13.1
+* :ghissue:`883`: release 1.13.0
+* :ghissue:`876`: changing shp.next() to next(shp)
+
 v<1.13.0>, 2016-11-24
 
 We closed a total of 38 issues, 7 pull requests and 31 regular issues;
diff --git a/README.rst b/README.rst
index 1587a06..ef5c32d 100644
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,10 @@ Python Spatial Analysis Library
 .. image:: https://badges.gitter.im/pysal/pysal.svg
    :target: https://gitter.im/pysal/pysal
 
+.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
+   :target: http://pysal.readthedocs.io/en/latest/index.html
+
+
 PySAL_ is an open source cross-platform library of spatial analysis functions
 written in Python. It is intended to support the development of high level
 applications for spatial analysis.
@@ -25,46 +29,6 @@ Counties 1990.*
 
 
 
-It is important to underscore what PySAL is, and is not, designed to do. First
-and foremost, PySAL is a library in the fullest sense of the word. Developers
-looking for a suite of spatial analytical methods that they can incorporate
-into application development should feel at home using PySAL. Spatial analysts
-who may be carrying out research projects requiring customized scripting,
-extensive simulation analysis, or those seeking to advance the state of the art
-in spatial analysis should also find PySAL to be a useful foundation for their
-work.
-
-End users looking for a user friendly graphical user interface for spatial
-analysis should not turn to PySAL directly. Instead, we would direct them to
-projects like  the GeoDaX_ suite of software products which wrap PySAL
-functionality in GUIs. At the same time, we expect that with developments such
-as the Python based plug-in architectures for QGIS, GRASS, and the toolbox
-extensions for ArcGIS, that end user access to PySAL functionality will be
-widening in the near future.
-
-.. _PySAL : https://github.com/pysal/pysal/
-.. _GeoDaX : https://geodacenter.asu.edu/software
-
-
-.. |build| image:: https://travis-ci.org/pysal/pysal.png
-   :scale: 100%
-   :align: middle
-   :target: https://travis-ci.org/pysal/pysal
-.. |cover| image:: https://coveralls.io/repos/pysal/pysal/badge.svg?branch=master
-   :scale: 50%
-   :align: top
-   :target: https://coveralls.io/r/pysal/pysal?branch=master
-.. |docs| image:: https://readthedocs.org/projects/pysal/badge/?verison=latest
-   :scale: 50%
-   :align: top
-   :target: http://pysal.readthedocs.org/en/latest/
-.. |talk| image:: https://badges.gitter.im/Join%20Chat.svg
-   :scale: 50%
-   :align: top
-   :target: https://gitter.im/pysal/pysal?
-
-
-
 PySAL modules
 =============
 
diff --git a/THANKS.txt b/THANKS.txt
index 883363d..6b2b267 100644
--- a/THANKS.txt
+++ b/THANKS.txt
@@ -11,6 +11,7 @@ Pedro Amaral
 Luc Anselin
 Jotham Apaloo
 Daniel Arribas-Bel
+Roger Bivand
 David C. Folch
 Forest Gregg
 Myunghwa Hwang
@@ -33,10 +34,22 @@ Andrew Winslow
 Levi Wolf
 Jing Yao
 Xinyue Ye
+jo-tham
+sebastic
+andy-esch
+calebrob6
+fnorf
+mylons-tcc
+dnadai2
+MridulS
 
 Funding from the following sources has supported PySAL development:
 
-Google Summer of Code 2016
+Google Summer of Code 2017 
+
+Google Summer of Code 2016 
+
+National Institutes of Health Award 7R01CA1266858-06, Geospatial Factors and Impacts II.
 
 National Science Foundation New Approaches for Spatial Distribution Dynamics
 
diff --git a/doc/source/conf.py b/doc/source/conf.py
index cd630c2..e051b80 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -11,6 +11,8 @@ import os
 
 # -- General configuration -----------------------------------------------------
 
+needs_sphinx = '1.4.3'
+
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc',
@@ -45,9 +47,9 @@ copyright = u'2014-, PySAL Developers; 2009-13 Sergio Rey'
 # built documents.
 #
 # The short X.Y version.
-version = '1.13.0'
+version = '1.14.2'
 # The full version, including alpha/beta/rc tags.
-release = '1.13.0'
+release = '1.14.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/doc/source/developers/docs/index.rst b/doc/source/developers/docs/index.rst
index 68238e4..cfb007e 100644
--- a/doc/source/developers/docs/index.rst
+++ b/doc/source/developers/docs/index.rst
@@ -47,11 +47,11 @@ If you're using Sphinx version 1.3 or newer, napoleon is included and should be
 
 If you're using a version of Sphinx that does not ship with napoleon ( Sphinx < 1.3), you'll need napoleon version 0.2.4 or later and Sphinx version 1.0 or later to compile the documentation. 
 Both modules are available at the Python Package Index, and can be downloaded and installed
-from the command line using *pip* or *easy_install*.::
+from the command line using *pip* or *easy_install*::
 
        $ easy_install sphinx
        $ easy_install sphinxcontrib-napoleon
-or
+or::
 
        $ pip sphinx
        $ pip sphinxcontrib-napoleon
diff --git a/doc/source/developers/guidelines.rst b/doc/source/developers/guidelines.rst
index b7e4c5f..c494d79 100644
--- a/doc/source/developers/guidelines.rst
+++ b/doc/source/developers/guidelines.rst
@@ -9,7 +9,7 @@ PySAL is adopting many of the conventions in the larger scientific computing
 in Python community and we ask that anyone interested in joining the project
 please review the following documents:
 
- * `Documentation standards <http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines>`_
+ * `Documentation standards <https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>`_
  * `Coding guidelines <http://www.python.org/dev/peps/pep-0008/>`_
  * :doc:`Testing guidelines <testing>`
 
diff --git a/doc/source/index.rst b/doc/source/index.rst
index ead78ed..de9c263 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -20,7 +20,7 @@ PySAL
 
 .. sidebar:: Releases
 
-    - `Stable 1.13.0 (Released 2016-12-9) <users/installation.html>`_
+    - `Stable 1.14.2 (Released 2017-9-23) <users/installation.html>`_
     - `Development  <http://github.com/pysal/pysal/tree/dev>`_
 
 PySAL is an open source library of spatial analysis functions written in
diff --git a/doc/source/library/weights/Contiguity.rst b/doc/source/library/weights/Contiguity.rst
index b35faa0..140329b 100644
--- a/doc/source/library/weights/Contiguity.rst
+++ b/doc/source/library/weights/Contiguity.rst
@@ -8,4 +8,13 @@ The :mod:`weights.Contiguity.` module provides for the construction and manipula
 .. automodule:: pysal.weights.Contiguity
     :synopsis:  Spatial weights for PySAL: Python Spatial Analysis Library
     :members:
+    :inherited-members:
+
+.. autoclass:: pysal.weights.Contiguity.Queen
+    :members:
+    :inherited-members:
+
+.. autoclass:: pysal.weights.Contiguity.Rook
+    :members:
+    :inherited-members:
 
diff --git a/doc/source/users/tutorials/autocorrelation.rst b/doc/source/users/tutorials/autocorrelation.rst
index 1b16c4c..94c82e0 100644
--- a/doc/source/users/tutorials/autocorrelation.rst
+++ b/doc/source/users/tutorials/autocorrelation.rst
@@ -617,7 +617,7 @@ which indicates that none of the C values from the permuted samples was as extre
 
 Getis and Ord's G
 -----------------
-The last statistic for global spatial autcorrelation implemented in PySAL is Getis and Ord's G:
+The last statistic for global spatial autocorrelation implemented in PySAL is Getis and Ord's G:
 
 .. math::
 
@@ -676,7 +676,7 @@ PySAL implements local Moran's I as follows:
 
 .. math::
 
-        I_i =  \sum_j z_i w_{i,j} z_j / \sum_i z_i z_i
+        I_i =  \frac{(n-1) z_i \sum_j w_{i,j} z_j}{\sum_j z_j^2}
 
 which results in :math:`n` values of local spatial autocorrelation, 1 for each spatial unit. Continuing on with the St. Louis example, the LISA statistics are obtained with:
 
diff --git a/doc/source/users/tutorials/fileio.rst b/doc/source/users/tutorials/fileio.rst
index a341799..0496107 100644
--- a/doc/source/users/tutorials/fileio.rst
+++ b/doc/source/users/tutorials/fileio.rst
@@ -14,10 +14,11 @@ An Overview of the FileIO system in PySAL.
 Introduction
 ============
 
-PySAL contains a new file input-output API that should be used for all file IO
-operations. The goal is to abstract file handling and return native PySAL data
-types when reading from known file types. A list of known extensions can be
-found by issuing the following command::
+PySAL contains a file input-output API that stands as a reference pure python
+implementation for spatial IO. The design goal for this API is to abstract 
+file handling and return native PySAL data types when reading from known 
+file types. A list of known extensions can be found by issuing the 
+following command::
 
     pysal.open.check()
 
@@ -28,6 +29,8 @@ if has the necessary header information and dispatch accordingly. In the event
 that pysal does not understand your file IO operations will be dispatched to
 python's internal open.
 
+PySAL can also fully leverage `Geopandas <http://geopandas.org>`_ in analyses. It also provides an alternative, tabular data IO system, ``pdio``. 
+
 Examples: Reading files
 =======================
 
@@ -37,7 +40,7 @@ Shapefiles
 .. doctest::
 
     >>> import pysal
-    >>> shp = pysal.open('../pysal/examples/10740.shp')
+    >>> shp = pysal.open(pysal.examples.get_path('10740.shp'))
     >>> poly = shp.next()
     >>> type(poly)
     <class 'pysal.cg.shapes.Polygon'>
@@ -55,7 +58,7 @@ DBF Files
 .. doctest::
 
     >>> import pysal
-    >>> db = pysal.open('../pysal/examples/10740.dbf','r')
+    >>> db = pysal.open(pysal.examples.get_path('10740.dbf'),'r')
     >>> db.header
     ['GIST_ID', 'FIPSSTCO', 'TRT2000', 'STFID', 'TRACTID']
     >>> db.field_spec
@@ -427,3 +430,20 @@ From GAL to ArcGIS SWM format
 
 
 For further details see the :doc:`FileIO API <../../library/core/FileIO>`.
+
+Alternative Tabular API
+========================
+
+For shapefile input and output, the dataframe API constructs a dataframe similar to that constructed by Geopandas, but populated by PySAL's own shape classes. This is provided as a convenience method for users who have shapefile-heavy workflows and would like to get Geopandas-style interaction. This API is only a frontend to the existing PySAL api documented above, and users who have heavier spatial data needs may find Geopandas useful.  
+
+.. doctest::
+    >>> df = pysal.pdio.read_files(ps.examples.get_path('columbus.shp'))
+    >>> df.head().NEIG
+        0    5
+        1    1
+        2    6
+        3    2
+        4    7
+        Name: NEIG, dtype: int64
+	>>> df['new_data'] = np.random.normal(0,1,shape=df.shape[0])
+	>>> ps.pdio.write_files(df, './test_out.shp')
diff --git a/doc/source/users/tutorials/region.rst b/doc/source/users/tutorials/region.rst
index f31dd28..57f65ff 100644
--- a/doc/source/users/tutorials/region.rst
+++ b/doc/source/users/tutorials/region.rst
@@ -145,7 +145,7 @@ constraints.
     >>> import pysal
     >>> from pysal.region import Random_Region
     >>> nregs = 13
-    >>> cards = range(2,14) + [10]
+    >>> cards = list(range(2,14)) + [10]
     >>> w = pysal.lat2W(10,10,rook = False)
     >>> ids = w.id_order
     >>>
diff --git a/doc/source/users/tutorials/weights.rst b/doc/source/users/tutorials/weights.rst
index 3ee6dbe..e3ee068 100644
--- a/doc/source/users/tutorials/weights.rst
+++ b/doc/source/users/tutorials/weights.rst
@@ -26,7 +26,8 @@ matrices across three different general types:
  * Distance Based Weights
  * Kernel Weights
 
-These different types of weights are implemented as instances of the PySAL weights class 
+These different types of weights are implemented as instances or subclasses of 
+the PySAL weights class 
 :class:`~pysal.weights.W`. 
 
 In what follows, we provide a high level overview of spatial weights in PySAL, starting with the three different types of weights, followed by
@@ -105,7 +106,6 @@ of the lattice to define contiguities:
 	>>> wq = pysal.lat2W(rook = False)
 	>>> wq.neighbors[0]
 	[5, 1, 6]
-	>>> 
 
 The bishop criterion, which designates pairs of cells as neighbors if they share
 only a vertex, is yet a third alternative for contiguity weights. A bishop matrix
@@ -116,12 +116,13 @@ requiring a regular grid. For empirical research, a common use case is to have
 a shapefile, which is a nontopological vector data structure, and a need
 to carry out some form of spatial analysis that requires spatial weights. Since
 topology is not stored in the underlying file there is a need to construct
-the spatial weights prior to carrying out the analysis. In PySAL spatial
-weights can be obtained directly from shapefiles:
+the spatial weights prior to carrying out the analysis. 
+
+In PySAL, weights are constructed by default from any contiguity graph representation.  Most users will find the ``.from_shapefile`` methods most useful:
 
 .. doctest::
 
-    >>> w = pysal.rook_from_shapefile("../pysal/examples/columbus.shp")
+    >>> w = pysal.weights.Rook.from_shapefile("../pysal/examples/columbus.shp")
     >>> w.n
     49
     >>> print "%.4f"%w.pct_nonzero
@@ -133,13 +134,32 @@ If queen, rather than rook, contiguity is required then the following would work
 
 .. doctest::
 
-    >>> w = pysal.queen_from_shapefile("../pysal/examples/columbus.shp")
+    >>> w = pysal.weights.Queen.from_shapefile("../pysal/examples/columbus.shp")
     >>> print "%.4f"%w.pct_nonzero
     0.0983
     >>> w.histogram
     [(2, 5), (3, 9), (4, 12), (5, 5), (6, 9), (7, 3), (8, 4), (9, 1), (10, 1)]
-    
 
+In addition to these methods, contiguity weights can be built from dataframes with a geometry column. This includes dataframes built from geopandas or from the PySAL pandas IO extension, pdio. For instance:
+
+    >>> import geopandas as gpd
+    >>> test = gpd.read_file(pysal.examples.get_path('south.shp'))
+    >>> W = pysal.weights.Queen.from_dataframe(test)
+    >>> Wrook = pysal.weights.Rook.from_dataframe(test, idVariable='CNTY_FIPS')
+    >>> pdiodf = pysal.pdio.read_files(pysal.examples.get_path('south.shp'))
+    >>> W = pysal.weights.Rook.from_dataframe(pdiodf)
+
+Or, weights can be constructed directly from an interable of shapely objects:
+
+    >>> import geopandas as gpd
+    >>> shapelist = gpd.read_file(pysal.examples.get_path('columbus.shp')).geometry.tolist()
+    >>> W = pysal.weights.Queen.from_iterable(shapelist)
+
+The ``.from_file`` method on contigutiy weights simply passes down to the parent class's  ``.from_file`` method, so the returned object is of instance ``W``, not ``Queen`` or ``Rook``. This occurs because the weights cannot be verified *as* contiguity weights without the original shapes.  
+
+    >>> W = pysal.weights.Rook.from_file(pysal.examples.get_path('columbus.gal')
+    >>> type(W)
+    pysal.weights.weights.W
 
 Distance Based Weights
 ----------------------
@@ -158,8 +178,7 @@ k-nearest neighbor weights
 The neighbors for a given observations can be defined using a k-nearest neighbor criterion.
 For example we could use the the centroids of our
 5x5 lattice as point locations to measure the distances. First, we import numpy to 
-create the coordinates as a 25x2 numpy array named data (numpy arrays are the only
-form of input supported at this point):
+create the coordinates as a 25x2 numpy array named ``data``:
 
 .. doctest::
 
@@ -170,16 +189,24 @@ form of input supported at this point):
     >>> data=np.hstack([x,y])
     
     
-then define the knn set as:
+then define the KNN weight as:
 
 .. doctest::
 
-    >>> wknn3 = pysal.knnW(data, k = 3)
+    >>> wknn3 = pysal.weights.KNN(data, k = 3)
     >>> wknn3.neighbors[0]
     [1, 5, 6]
     >>> wknn3.s0
     75.0
-    >>> w4 = pysal.knnW(data, k = 4)
+
+For efficiency, a KDTree is constructed to compute efficient nearest neighbor queries.  To construct many K-Nearest neighbor weights from the same data, a convenience method is provided that prevents re-constructing the KDTree while letting the user change aspects of the weight object. By default, the reweight method operates in place:
+
+    >>> w4 = wknn3.reweight(k=4, inplace=False)
+    >>> w4.neighbors[0]
+    [1,5,6,2]
+    >>> l1norm = wknn3.reweight(p=1, inplace=False)
+    >>> l1norm.neighbors
+    [1,5,2]
     >>> set(w4.neighbors[0]) == set([1, 5, 6, 2])
     True
     >>> w4.s0
@@ -192,10 +219,16 @@ shapefile:
 
 .. doctest::
     
-    >>> wknn5 = pysal.knnW_from_shapefile(pysal.examples.get_path('columbus.shp'), k=5)
+    >>> wknn5 = pysal.weights.KNN.from_shapefile(pysal.examples.get_path('columbus.shp'), k=5)
     >>> wknn5.neighbors[0]
     [2, 1, 3, 7, 4]
 
+Or from a dataframe:
+
+    >>> import geopandas as gpd
+    >>> df = gpd.read_file(ps.examples.get_path('baltim.shp')) 
+    >>> k5 = pysal.weights.KNN.from_dataframe(df, k=5)
+
 Distance band weights
 ---------------------
 
@@ -206,7 +239,7 @@ falling within a threshold distance of the focal unit:
 
 .. doctest::
 
-    >>> wthresh = pysal.threshold_binaryW_from_array(data, 2)
+    >>> wthresh = pysal.weights.DistanceBand.from_array(data, 2)
     >>> set(wthresh.neighbors[0]) == set([1, 2, 5, 6, 10])
     True
     >>> set(wthresh.neighbors[1]) == set( [0, 2, 5, 6, 7, 11, 3])
@@ -221,6 +254,12 @@ As can be seen in the above example, the number of neighbors is likely to vary
 across observations with distance band weights in contrast to what holds for
 knn weights.
 
+In addition to constructing these from the helper function,  Distance Band weights. For example, a threshold binary W can be constructed from a dataframe:
+
+    >>> import geopandas as gpd
+    >>> df = gpd.read_file(ps.examples.get_path('baltim.shp')) 
+    >>> ps.weights.DistanceBand.from_dataframe(df, threshold=6, binary=True)
+
 Distance band weights can be generated for shapefiles as well as arrays of points. [#]_ First, the 
 minimum nearest neighbor distance should be determined so that each unit is assured of at least one 
 neighbor:
@@ -235,7 +274,7 @@ with this threshold in hand, the distance band weights are obtained as:
 
 .. doctest::
 
-    >>> wt = pysal.threshold_binaryW_from_shapefile("../pysal/examples/columbus.shp", thresh)
+    >>> wt = pysal.weights.DistanceBand.from_shapefile("../pysal/examples/columbus.shp", threshold=thresh, binary=True)
     >>> wt.min_neighbors
     1
     >>> wt.histogram
@@ -253,7 +292,7 @@ points:
 .. doctest::
 
     >>> points = [(10, 10), (20, 10), (40, 10), (15, 20), (30, 20), (30, 30)]
-    >>> wid = pysal.threshold_continuousW_from_array(points,14.2)
+    >>> wid = pysal.weights.DistanceBand.from_array(points,14.2,binary=False)
     >>> wid.weights[0]
     [0.10000000000000001, 0.089442719099991588]
 
@@ -261,7 +300,7 @@ If we change the distance decay exponent to -2.0 the result is so called gravity
 
 .. doctest::
 
-    >>> wid2 = pysal.threshold_continuousW_from_array(points,14.2,alpha = -2.0)
+    >>> wid2 = pysal.weights.DistanceBand.from_array(points,14.2,alpha = -2.0, binary=False)
     >>> wid2.weights[0]
     [0.01, 0.0079999999999999984]
 
@@ -365,8 +404,31 @@ Finally, the kernel function could be changed (with endogenous adaptive bandwidt
 
 
 More details on kernel weights can be found in 
-:class:`~pysal.weights.Distance.Kernel`. 
+:class:`~pysal.weights.Distance.Kernel`. All kernel methods also support construction from shapefiles with ``Kernel.from_shapefile`` and from dataframes with ``Kernel.from_dataframe``.
+
+Weights from other python objects
+==================================
+
+PySAL weights can also be constructed easily from many other objects.  Most importantly, all weight types can be constructed directly from ``geopandas`` geodataframes using the ``.from_dataframe`` method. For distance and kernel weights, underlying features should typically be points. But, if polygons are supplied, the centroids of the polygons will be used by default: 
+
+    >>> import geopandas as gpd
+    >>> df = gpd.read_file(pysal.examples.get_path('columbus.shp'))
+    >>> kw = pysal.weights.Kernel.from_dataframe(df)
+    >>> dbb = pysal.weights.DistanceBand.from_dataframe(df, threshold=.9, binary=False)
+    >>> dbc = pysal.weights.DistanceBand.from_dataframe(df, threshold=.9, binary=True)
+    >>> q = pysal.weights.Queen.from_dataframe(df)
+    >>> r = pysal.weights.Rook.from_dataframe(df)
+
+This also applies to dynamic views of the dataframe:
+
+    >>> q2 = pysal.weights.Queen.from_dataframe(df.query('DISCBD < 2'))
+
+Weights can also be constructed from NetworkX objects. This is easiest to construct using a sparse weight, but that can be converted to a full dense PySAL weight easily:
 
+    >>> import networkx as nx
+    >>> G = nx.random_lobster(50,.2,.5)
+    >>> sparse_lobster = ps.weights.WSP(nx.adj_matrix(G))
+    >>> dense_lobster = sparse_lobster.to_W()
 
 A Closer look at W
 ==================
diff --git a/pysal/cg/kdtree.py b/pysal/cg/kdtree.py
index f9655e1..278c320 100644
--- a/pysal/cg/kdtree.py
+++ b/pysal/cg/kdtree.py
@@ -19,23 +19,23 @@ DISTANCE_METRICS = ['Euclidean', 'Arc']
 FLOAT_EPS = numpy.finfo(float).eps
 
 
-def KDTree(data, leafsize=10, distance_metric='Euclidean', 
+def KDTree(data, leafsize=10, distance_metric='Euclidean',
            radius=RADIUS_EARTH_KM):
     """
     kd-tree built on top of kd-tree functionality in scipy. If using scipy 0.12
     or greater uses the scipy.spatial.cKDTree, otherwise uses
     scipy.spatial.KDTree. Offers both Arc distance and Euclidean distance.
     Note that Arc distance is only appropriate when points in latitude and
-    longitude, and the radius set to meaningful value (see docs below). 
+    longitude, and the radius set to meaningful value (see docs below).
 
     Parameters
     ----------
     data            : array
-                      The data points to be indexed. This array is not copied, 
+                      The data points to be indexed. This array is not copied,
                       and so modifying this data will result in bogus results.
                       Typically nx2.
     leafsize        : int
-                      The number of points at which the algorithm switches over 
+                      The number of points at which the algorithm switches over
                       to brute-force. Has to be positive. Optional, default is 10.
     distance_metric : string
                       Options: "Euclidean" (default) and "Arc".
@@ -56,7 +56,7 @@ def KDTree(data, leafsize=10, distance_metric='Euclidean',
         return Arc_KDTree(data, leafsize, radius)
 
 
-# internal hack for the Arc_KDTree class inheritance 
+# internal hack for the Arc_KDTree class inheritance
 if int(scipy.version.version.split(".")[1]) < 12:
     temp_KDTree = scipy.spatial.KDTree
 else:
@@ -164,10 +164,16 @@ class Arc_KDTree(temp_KDTree):
             return sphere.linear2arcdist(d, r), i
         if dims == 1:
             #TODO: implement linear2arcdist on numpy arrays
-            d = [sphere.linear2arcdist(x, r) for x in d]
+            d1 = [sphere.linear2arcdist(dx, r) for dx in d]
         elif dims == 2:
-            d = [[sphere.linear2arcdist(x, r) for x in row] for row in d]
-        return numpy.array(d), i
+            d1 = [[sphere.linear2arcdist(dx, r) for dx in row] for row in d]
+        d = numpy.array(d1)
+        dinf = d == numpy.inf
+        if dinf.sum() > 0:
+            i = i.astype(float)
+            i[dinf] = numpy.nan
+
+        return d, i
 
     def query_ball_point(self, x, r, p=2, eps=0):
         """
diff --git a/pysal/cg/segmentLocator.py b/pysal/cg/segmentLocator.py
index 07c4c64..fe17a60 100644
--- a/pysal/cg/segmentLocator.py
+++ b/pysal/cg/segmentLocator.py
@@ -114,19 +114,19 @@ class SegmentGrid(object):
             raise Exception('Invalid arguments for SegmentGrid(): (' + str(self.x_range) + ', ' + str(self.y_range) + ', ' + str(self.res) + ')')
     @property
     def hashKeys(self):
-        if self._hashKeys == None:
+        if self._hashKeys is None:
             self._hashKeys = numpy.array(self.hash.keys(),dtype=float)
         return self._hashKeys
 
     @property
     def kd(self):
-        if self._kd == None:
+        if self._kd is None:
             self._kd = scipy.spatial.cKDTree(self.hashKeys)
         return self._kd
 
     @property
     def kd2(self):
-        if self._kd2 == None:
+        if self._kd2 is None:
             self._kd2 = scipy.spatial.KDTree(self.hashKeys)
         return self._kd2
 
diff --git a/pysal/contrib/geotable/tests/test_utils.py b/pysal/contrib/geotable/tests/test_utils.py
index bb4ee59..bba20df 100644
--- a/pysal/contrib/geotable/tests/test_utils.py
+++ b/pysal/contrib/geotable/tests/test_utils.py
@@ -1,13 +1,66 @@
 from .. import utils
-from ...pdio import read_files as rf
+from ...pdio import read_files
+import pysal as ps
 import unittest as ut
+try:
+    import geopandas as gpd
+except ImportError:
+    gpd = None
 
+MISSING_GEOPANDAS = gpd is None 
+
+ at ut.skipIf(MISSING_GEOPANDAS, 'geopandas is missing...')
 class Test_Utils(ut.TestCase):
+    def setUp(self):
+        self.df = read_files(ps.examples.get_path('columbus.shp'))
+        self.gdf = gpd.read_file(ps.examples.get_path('columbus.shp'))
+
     
     def test_converters(self):
-        ## make a round trip to geodataframe and back
-        raise
+        import shapely.geometry as shgeom
+        import pandas as pd
+
+        from_df = utils.to_gdf(self.df)
+        from_gdf = utils.to_df(self.gdf)
+
+        self.assertIsInstance(from_df, type(self.gdf))
+        self.assertIsInstance(from_gdf, type(self.df))
+
+        self.assertIsInstance(from_gdf.iloc[0].geometry,
+                              ps.cg.Polygon)
+        self.assertIsInstance(from_df.iloc[0].geometry,
+                              shgeom.base.BaseGeometry)
+
+        self.assertIsInstance(self.df, pd.DataFrame)
+        self.assertIsInstance(self.gdf,gpd.GeoDataFrame)
+
+        self.assertIsInstance(self.df.iloc[0].geometry,
+                              ps.cg.Polygon)
+        self.assertIsInstance(self.gdf.iloc[0].geometry,
+                              shgeom.base.BaseGeometry)
+
     def test_insert_metadata(self):
         ## add an attribute to a dataframe and see 
         ## if it is pervasive over copies
-        raise
+        W = ps.weights.Queen.from_dataframe(self.gdf)
+        new = utils.insert_metadata(self.df, W, 'W', inplace=False)
+        utils.insert_metadata(self.gdf, W, 'W', inplace=True)
+        assert hasattr(new, 'W')
+        self.assertIsInstance(new.W, ps.weights.W)
+
+        assert hasattr(new.copy(), 'W') 
+
+        assert hasattr(new.copy(deep=True), 'W')
+        
+        assert hasattr(self.gdf, 'W')
+        
+        try:
+            utils.insert_metadata(self.gdf, W, 'W', 
+                                  inplace=True, overwrite=False)
+            raise UserWarning('Did not raise an exception when'
+                              'overwriting and overwrite=False')
+        except Exception:
+            pass
+
+if __name__ == "__main__":
+    ut.main()
diff --git a/pysal/contrib/geotable/utils.py b/pysal/contrib/geotable/utils.py
index ae2fbc4..541db46 100644
--- a/pysal/contrib/geotable/utils.py
+++ b/pysal/contrib/geotable/utils.py
@@ -6,7 +6,7 @@ from warnings import warn
 def to_df(df, geom_col='geometry', **kw):
     """
     Convert a Geopandas dataframe into a normal pandas dataframe with a column
-    containing PySAL shapes. 
+    containing PySAL shapes. Always returns a copy. 
 
     Arguments
     ---------
@@ -24,15 +24,14 @@ def to_df(df, geom_col='geometry', **kw):
     """
     import pandas as pd
     from geopandas import GeoDataFrame, GeoSeries
-    df[geom_col] = df[geom_col].apply(pShape)
-    if isinstance(df, (GeoDataFrame, GeoSeries)):
-        df = pd.DataFrame(df, **kw)
-    return df
+    out = df.copy(deep=True)
+    out[geom_col] = out[geom_col].apply(pShape)
+    return pd.DataFrame(out, **kw)
 
 @_requires('geopandas')
 def to_gdf(df, geom_col='geometry', **kw):
     """
-    Convert a pandas dataframe with geometry column to a GeoPandas dataframe
+    Convert a pandas dataframe with geometry column to a GeoPandas dataframe. Returns a copy always.
 
     Arguments
     ---------
@@ -50,13 +49,40 @@ def to_gdf(df, geom_col='geometry', **kw):
     """
     from geopandas import GeoDataFrame
     from shapely.geometry import asShape as sShape
-    df[geom_col] = df[geom_col].apply(sShape)
-    return GeoDataFrame(df, geometry=geom_col, **kw)
+    out = df.copy(deep=True)
+    out[geom_col] = out[geom_col].apply(sShape)
+    out = GeoDataFrame(out, geometry=geom_col, **kw)
+    return out
 
-def insert_metadata(df, obj, name=None, inplace=True, overwrite=False):
+def insert_metadata(df, obj, name=None, inplace=False, overwrite=False):
+    """
+    Insert an object into a dataframe's metadata with a given key. 
+
+    Arguments
+    ------------
+    df          : pd.DataFrame
+                  dataframe to insert into the metadata
+    obj         : object
+                  object desired to insert into the dataframe
+    name        : string
+                  key of the object to use. Will be available as 
+                  an attribute of the dataframe. 
+    inplace     : bool
+                  flag to denote whether to operate on a copy 
+                  of the dataframe or not. 
+    overwrite   : bool
+                  flag to denote whether to replace existing entry
+                  in metadata or not. 
+    
+    Returns
+    --------
+    If inplace, changes dataframe implicitly. 
+    Else, returns a new dataframe with added metadata. 
+    """
     if not inplace:
         new = df.copy(deep=True)
-        insert_metadata(new, obj, name=name, inplace=True)
+        insert_metadata(new, obj, name=name, 
+                        inplace=True, overwrite=overwrite)
         return new
     if name is None:
         name = type(obj).__name__
diff --git a/pysal/contrib/glm/GLM_validate_estimation.ipynb b/pysal/contrib/glm/GLM_validate_estimation.ipynb
new file mode 100644
index 0000000..1b17831
--- /dev/null
+++ b/pysal/contrib/glm/GLM_validate_estimation.ipynb
@@ -0,0 +1,444 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Import GLM and pysal\n",
+    "import os\n",
+    "import numpy as np\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/contrib/glm')\n",
+    "from glm import GLM\n",
+    "import pysal\n",
+    "import pandas as pd\n",
+    "import statsmodels.formula.api as smf\n",
+    "import statsmodels.api as sm\n",
+    "from family import Gaussian, Binomial, Poisson, QuasiPoisson\n",
+    "\n",
+    "from statsmodels.api import families"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Prepare some test data - columbus example\n",
+    "db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')\n",
+    "y = np.array(db.by_col(\"HOVAL\"))\n",
+    "y = np.reshape(y, (49,1))\n",
+    "X = []\n",
+    "#X.append(np.ones(len(y)))\n",
+    "X.append(db.by_col(\"INC\"))\n",
+    "X.append(db.by_col(\"CRIME\"))\n",
+    "X = np.array(X).T"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[[ 46.42818268]\n",
+      " [  0.62898397]\n",
+      " [ -0.48488854]]\n"
+     ]
+    }
+   ],
+   "source": [
+    "#First fit pysal OLS model\n",
+    "from pysal.spreg import ols\n",
+    "OLS = ols.OLS(y, X)\n",
+    "print OLS.betas"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "<class 'family.Gaussian'>\n",
+      "<class 'family.Gaussian'>\n",
+      "<class 'family.Gaussian'>\n",
+      "[ 46.42818268   0.62898397  -0.48488854]\n",
+      "[ 46.42818268   0.62898397  -0.48488854]\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Then fit Gaussian GLM\n",
+    "\n",
+    "#create Gaussian GLM model object\n",
+    "model = GLM(y, X, Gaussian())\n",
+    "model\n",
+    "\n",
+    "#Fit model to estimate coefficients and return GLMResults object\n",
+    "results = model.fit()\n",
+    "\n",
+    "#Check coefficients - R betas [46.4282, 0.6290, -0.4849]\n",
+    "print results.params\n",
+    "\n",
+    "# Gaussian GLM results from statsmodels\n",
+    "sm_model = smf.GLM(y, sm.add_constant(X), family=families.Gaussian())\n",
+    "sm_results = sm_model.fit()\n",
+    "print sm_results.params"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "2 2\n",
+      "<class 'family.Gaussian'>\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "<class 'family.Gaussian'>\n",
+      "<class 'family.Gaussian'>\n",
+      "<class 'family.Gaussian'>\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n"
+     ]
+    }
+   ],
+   "source": [
+    "print results.df_model, sm_results.df_model\n",
+    "print np.allclose(results.aic, sm_results.aic)\n",
+    "print np.allclose(results.bic, sm_results.bic)\n",
+    "print np.allclose(results.deviance, sm_results.deviance)\n",
+    "print np.allclose(results.df_model, sm_results.df_model)\n",
+    "print np.allclose(results.df_resid, sm_results.df_resid)\n",
+    "print np.allclose(results.llf, sm_results.llf)\n",
+    "print np.allclose(results.mu, sm_results.mu)\n",
+    "print np.allclose(results.n, sm_results.nobs)\n",
+    "print np.allclose(results.null, sm_results.null)\n",
+    "print np.allclose(results.null_deviance, sm_results.null_deviance)\n",
+    "print np.allclose(results.params, sm_results.params)\n",
+    "print np.allclose(results.pearson_chi2, sm_results.pearson_chi2)\n",
+    "print np.allclose(results.resid_anscombe, sm_results.resid_anscombe)\n",
+    "print np.allclose(results.resid_deviance, sm_results.resid_deviance)\n",
+    "print np.allclose(results.resid_pearson, sm_results.resid_pearson)\n",
+    "print np.allclose(results.resid_response, sm_results.resid_response)\n",
+    "print np.allclose(results.resid_working, sm_results.resid_working)\n",
+    "print np.allclose(results.scale, sm_results.scale)\n",
+    "print np.allclose(results.normalized_cov_params, sm_results.normalized_cov_params)\n",
+    "print np.allclose(results.cov_params(), sm_results.cov_params())\n",
+    "print np.allclose(results.bse, sm_results.bse)\n",
+    "print np.allclose(results.conf_int(), sm_results.conf_int())\n",
+    "print np.allclose(results.pvalues, sm_results.pvalues)\n",
+    "print np.allclose(results.tvalues, sm_results.tvalues)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "<class 'family.Poisson'>\n",
+      "<class 'family.Poisson'>\n",
+      "<class 'family.Poisson'>\n",
+      "[ 3.92159085  0.01183491 -0.01371397]\n",
+      "[ 3.92159085  0.01183491 -0.01371397]\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Now fit a Poisson GLM \n",
+    "\n",
+    "poisson_y = np.round(y).astype(int)\n",
+    "\n",
+    "#create Poisson GLM model object\n",
+    "model = GLM(poisson_y, X, Poisson())\n",
+    "model\n",
+    "\n",
+    "#Fit model to estimate coefficients and return GLMResults object\n",
+    "results = model.fit()\n",
+    "\n",
+    "#Check coefficients - R betas [3.91926, 0.01198, -0.01371]\n",
+    "print results.params.T\n",
+    "\n",
+    "# Poisson GLM results from statsmodels\n",
+    "sm_results = smf.GLM(poisson_y, sm.add_constant(X), family=families.Poisson()).fit()\n",
+    "print sm_results.params"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "<class 'family.Poisson'>\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "<class 'family.Poisson'>\n",
+      "<class 'family.Poisson'>\n",
+      "<class 'family.Poisson'>\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "[ 0.13049161  0.00511599  0.00193769] [ 0.13049161  0.00511599  0.00193769]\n"
+     ]
+    }
+   ],
+   "source": [
+    "print np.allclose(results.aic, sm_results.aic)\n",
+    "print np.allclose(results.bic, sm_results.bic)\n",
+    "print np.allclose(results.deviance, sm_results.deviance)\n",
+    "print np.allclose(results.df_model, sm_results.df_model)\n",
+    "print np.allclose(results.df_resid, sm_results.df_resid)\n",
+    "print np.allclose(results.llf, sm_results.llf)\n",
+    "print np.allclose(results.mu, sm_results.mu)\n",
+    "print np.allclose(results.n, sm_results.nobs)\n",
+    "print np.allclose(results.null, sm_results.null)\n",
+    "print np.allclose(results.null_deviance, sm_results.null_deviance)\n",
+    "print np.allclose(results.params, sm_results.params)\n",
+    "print np.allclose(results.pearson_chi2, sm_results.pearson_chi2)\n",
+    "print np.allclose(results.resid_anscombe, sm_results.resid_anscombe)\n",
+    "print np.allclose(results.resid_deviance, sm_results.resid_deviance)\n",
+    "print np.allclose(results.resid_pearson, sm_results.resid_pearson)\n",
+    "print np.allclose(results.resid_response, sm_results.resid_response)\n",
+    "print np.allclose(results.resid_working, sm_results.resid_working)\n",
+    "print np.allclose(results.scale, sm_results.scale)\n",
+    "print np.allclose(results.normalized_cov_params, sm_results.normalized_cov_params)\n",
+    "print np.allclose(results.cov_params(), sm_results.cov_params())\n",
+    "print np.allclose(results.bse, sm_results.bse)\n",
+    "print np.allclose(results.conf_int(), sm_results.conf_int())\n",
+    "print np.allclose(results.pvalues, sm_results.pvalues)\n",
+    "print np.allclose(results.tvalues, sm_results.tvalues)\n",
+    "print results.bse, sm_results.bse"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 82,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[-5.33638276  0.0287754 ]\n",
+      "[-5.33638276  0.0287754 ]\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Now fit a binomial GLM\n",
+    "londonhp = pd.read_csv('/Users/toshan/projects/londonhp.csv')\n",
+    "#londonhp = pd.read_csv('/Users/qszhao/Dropbox/pysal/pysal/contrib/gwr/londonhp.csv')\n",
+    "y = londonhp['BATH2'].values\n",
+    "y = np.reshape(y, (316,1))\n",
+    "X = londonhp['FLOORSZ'].values\n",
+    "X = np.reshape(X, (316,1))\n",
+    "\n",
+    "#create logistic GLM model object\n",
+    "model = GLM(y, X, Binomial())\n",
+    "model\n",
+    "\n",
+    "#Fit model to estimate coefficients and return GLMResults object\n",
+    "results = model.fit()\n",
+    "\n",
+    "#Check coefficients - R betas [-5.33638, 0.02878]\n",
+    "print results.params.T\n",
+    "\n",
+    "# Logistic GLM results from statsmodels\n",
+    "sm_results = smf.GLM(y, sm.add_constant(X), family=families.Binomial()).fit()\n",
+    "print sm_results.params"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 76,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "1 1\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n",
+      "True\n"
+     ]
+    }
+   ],
+   "source": [
+    "print results.df_model, sm_results.df_model\n",
+    "print np.allclose(results.aic, sm_results.aic)\n",
+    "print np.allclose(results.bic, sm_results.bic)\n",
+    "print np.allclose(results.deviance, sm_results.deviance)\n",
+    "print np.allclose(results.df_model, sm_results.df_model)\n",
+    "print np.allclose(results.df_resid, sm_results.df_resid)\n",
+    "print np.allclose(results.llf, sm_results.llf)\n",
+    "print np.allclose(results.mu, sm_results.mu)\n",
+    "print np.allclose(results.n, sm_results.nobs)\n",
+    "print np.allclose(results.null, sm_results.null)\n",
+    "print np.allclose(results.null_deviance, sm_results.null_deviance)\n",
+    "print np.allclose(results.params, sm_results.params)\n",
+    "print np.allclose(results.pearson_chi2, sm_results.pearson_chi2)\n",
+    "print np.allclose(results.resid_anscombe, sm_results.resid_anscombe)\n",
+    "print np.allclose(results.resid_deviance, sm_results.resid_deviance)\n",
+    "print np.allclose(results.resid_pearson, sm_results.resid_pearson)\n",
+    "print np.allclose(results.resid_response, sm_results.resid_response)\n",
+    "print np.allclose(results.resid_working, sm_results.resid_working)\n",
+    "print np.allclose(results.scale, sm_results.scale)\n",
+    "print np.allclose(results.normalized_cov_params, sm_results.normalized_cov_params)\n",
+    "print np.allclose(results.cov_params(), sm_results.cov_params())\n",
+    "print np.allclose(results.bse, sm_results.bse)\n",
+    "print np.allclose(results.conf_int(), sm_results.conf_int())\n",
+    "print np.allclose(results.pvalues, sm_results.pvalues)\n",
+    "print np.allclose(results.tvalues, sm_results.tvalues)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "<class 'family.QuasiPoisson'>\n",
+      "<class 'family.QuasiPoisson'>\n",
+      "<class 'family.QuasiPoisson'>\n"
+     ]
+    }
+   ],
+   "source": [
+    "#create QUasiPoisson GLM model object\n",
+    "model = GLM(poisson_y, X, QuasiPoisson())\n",
+    "model\n",
+    "\n",
+    "#Fit model to estimate coefficients and return GLMResults object\n",
+    "results = model.fit()"
+   ]
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/glm/glm.py b/pysal/contrib/glm/glm.py
index 5ec4229..9d14145 100644
--- a/pysal/contrib/glm/glm.py
+++ b/pysal/contrib/glm/glm.py
@@ -87,8 +87,6 @@ class GLM(RegressionPropsY):
             self.X = X
         self.family = family
         self.k = self.X.shape[1]
-        self.df_model = self.X.shape[1] - 1
-        self.df_resid = self.n - self.df_model - 1
         if offset is None:
             self.offset = np.ones(shape=(self.n,1))
         else:
@@ -129,6 +127,13 @@ class GLM(RegressionPropsY):
             self.fit_params['n_iter'] = n_iter
         return GLMResults(self, params.flatten(), predy, w)
 
+    @cache_readonly
+    def df_model(self):
+        return self.X.shape[1] - 1
+
+    @cache_readonly
+    def df_resid(self):
+        return self.n - self.df_model - 1
 
 class GLMResults(LikelihoodModelResults):
     """
@@ -195,19 +200,19 @@ class GLMResults(LikelihoodModelResults):
         llf           : float
                         value of the loglikelihood function evalued at params;
                         see family.py for distribution-specific loglikelihoods
-        llnull       : float
+        llnull        : float
                         value of log-likelihood function evaluated at null
-        aic           : float 
+        aic           : float
                         AIC
-        bic           : float 
+        bic           : float
                         BIC
         D2            : float
                         percent deviance explained
         adj_D2        : float
                         adjusted percent deviance explained
-        pseudo_R2       : float
-                        McFadden's pseudo R2  (coefficient of determination) 
-        adj_pseudoR2    : float
+        pseudo_R2     : float
+                        McFadden's pseudo R2  (coefficient of determination)
+        adj_pseudoR2  : float
                         adjusted McFadden's pseudo R2
         resid_response          : array
                                   response residuals; defined as y-mu
@@ -221,15 +226,15 @@ class GLMResults(LikelihoodModelResults):
                                   derivatives of the link functions.
 
         resid_anscombe          : array
-                                 Anscombe residuals; see family.py for 
-                                 distribution-specific Anscombe residuals.
-        
+                                  Anscombe residuals; see family.py for
+                                  distribution-specific Anscombe residuals.
+                                  
         resid_deviance          : array
-                                 deviance residuals; see family.py for 
-                                 distribution-specific deviance residuals.
+                                  deviance residuals; see family.py for
+                                  distribution-specific deviance residuals.
 
         pearson_chi2            : float
-                                  chi-Squared statistic is defined as the sum 
+                                  chi-Squared statistic is defined as the sum
                                   of the squares of the Pearson residuals
 
         normalized_cov_params   : array
@@ -265,15 +270,24 @@ class GLMResults(LikelihoodModelResults):
         self.X = model.X
         self.k = model.k
         self.offset = model.offset
-        self.df_model = model.df_model
-        self.df_resid = model.df_resid
         self.family = model.family
         self.fit_params = model.fit_params
         self.params = params
         self.w = w
         self.mu = mu.flatten()
         self._cache = {}
-        self.normalized_cov_params = la.inv(spdot(self.w.T, self.w))
+
+    @cache_readonly
+    def df_model(self):
+        return self.model.df_model
+
+    @cache_readonly
+    def df_resid(self):
+        return self.model.df_resid
+
+    @cache_readonly
+    def normalized_cov_params(self):
+        return la.inv(spdot(self.w.T, self.w))
 
     @cache_readonly
     def resid_response(self):
@@ -309,7 +323,7 @@ class GLMResults(LikelihoodModelResults):
         X = np.ones((len(y), 1))
         null_mod =  GLM(y, X, family=self.family, offset=self.offset, constant=False)
         return null_mod.fit().mu
-   
+
     @cache_readonly
     def scale(self):
         if isinstance(self.family, (family.Binomial, family.Poisson)):
@@ -325,7 +339,7 @@ class GLMResults(LikelihoodModelResults):
     @cache_readonly
     def null_deviance(self):
         return self.family.deviance(self.y, self.null)
-   
+
     @cache_readonly
     def llnull(self):
         return self.family.loglike(self.y, self.null, scale=self.scale)
@@ -354,12 +368,12 @@ class GLMResults(LikelihoodModelResults):
     @cache_readonly
     def adj_D2(self):
         return 1.0 - (float(self.n) - 1.0)/(float(self.n) - float(self.k)) * (1.0-self.D2)
-    
+
     @cache_readonly
     def pseudoR2(self):
         return 1 - (self.llf/self.llnull)
-    
+
     @cache_readonly
     def adj_pseudoR2(self):
         return 1 - ((self.llf-self.k)/self.llnull)
-    
+
diff --git a/pysal/contrib/glm/iwls.py b/pysal/contrib/glm/iwls.py
index 29803e3..082fd05 100644
--- a/pysal/contrib/glm/iwls.py
+++ b/pysal/contrib/glm/iwls.py
@@ -3,7 +3,7 @@ import numpy.linalg as la
 from scipy import sparse as sp
 from scipy.sparse import linalg as spla
 from pysal.spreg.utils import spdot, spmultiply
-from family import Binomial
+from family import Binomial, Poisson
 
 def _compute_betas(y, x):
     """
@@ -29,7 +29,7 @@ def _compute_betas_gwr(y, x, wi):
     Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
     Geographically weighted regression: the analysis of spatially varying relationships.
     """
-    xT = np.dot(x.T, wi)
+    xT = (x * wi).T
     xtx = np.dot(xT, x)
     xtx_inv = la.inv(xtx)
     xtx_inv_xt = np.dot(xtx_inv, xT)
@@ -41,27 +41,33 @@ def iwls(y, x, family, offset, y_fix,
     """
     Iteratively re-weighted least squares estimation routine
     """
-    #spx = sp.csr_matrix(x)
-    #dx = np.float(spx.nnz)/np.float(np.multiply(*spx.shape))
     n_iter = 0
     diff = 1.0e6
-    if isinstance(family, Binomial):
-        y = family.link._clean(y)
     
     if ini_betas is None:
-        betas = np.zeros((x.shape[1], 1), np.float)
+    	betas = np.zeros((x.shape[1], 1), np.float)
     else:
         betas = ini_betas
-    mu = family.starting_mu(y)
-    v = family.predict(mu)
+
+    if isinstance(family, Binomial):
+        y = family.link._clean(y)
+    if isinstance(family, Poisson):
+        y_off = y/offset
+    	y_off = family.starting_mu(y_off)
+    	v = family.predict(y_off)
+    	mu = family.starting_mu(y)
+    else:
+        mu = family.starting_mu(y)
+        v = family.predict(mu)
+
     while diff > tol and n_iter < max_iter:
         n_iter += 1
         w = family.weights(mu)
         z = v + (family.link.deriv(mu)*(y-mu))
         w = np.sqrt(w)
         if type(x) != np.ndarray:
-        	w = sp.csr_matrix(w)
-        	z = sp.csr_matrix(z)
+            w = sp.csr_matrix(w)
+            z = sp.csr_matrix(z)
         wx = spmultiply(x, w, array_out=False)
         wz = spmultiply(z, w, array_out=False)
         if wi is None:
@@ -70,9 +76,13 @@ def iwls(y, x, family, offset, y_fix,
             n_betas, xtx_inv_xt = _compute_betas_gwr(wz, wx, wi)
         v = spdot(x, n_betas)
         mu  = family.fitted(v)
+
+        if isinstance(family, Poisson):
+        	mu = mu * offset
+
         diff = min(abs(n_betas-betas))
         betas = n_betas
-        
+
     if wi is None:
         return betas, mu, wx, n_iter
     else:
diff --git a/pysal/contrib/glm/utils.py b/pysal/contrib/glm/utils.py
index 0789675..f7ec321 100644
--- a/pysal/contrib/glm/utils.py
+++ b/pysal/contrib/glm/utils.py
@@ -153,6 +153,65 @@ except ImportError:
             return "NumpyVersion(%s)" % self.vstring
 
 
+
+class ResettableCache(dict):
+    """
+    Dictionary whose elements mey depend one from another.
+    If entry `B` depends on entry `A`, changing the values of entry `A` will
+    reset the value of entry `B` to a default (None); deleteing entry `A` will
+    delete entry `B`.  The connections between entries are stored in a
+    `_resetdict` private attribute.
+    Parameters
+    ----------
+    reset : dictionary, optional
+        An optional dictionary, associated a sequence of entries to any key
+        of the object.
+    items : var, optional
+        An optional dictionary used to initialize the dictionary
+    Examples
+    --------
+    >>> reset = dict(a=('b',), b=('c',))
+    >>> cache = resettable_cache(a=0, b=1, c=2, reset=reset)
+    >>> assert_equal(cache, dict(a=0, b=1, c=2))
+    >>> print("Try resetting a")
+    >>> cache['a'] = 1
+    >>> assert_equal(cache, dict(a=1, b=None, c=None))
+    >>> cache['c'] = 2
+    >>> assert_equal(cache, dict(a=1, b=None, c=2))
+    >>> cache['b'] = 0
+    >>> assert_equal(cache, dict(a=1, b=0, c=None))
+    >>> print("Try deleting b")
+    >>> del(cache['a'])
+    >>> assert_equal(cache, {})
+    """
+
+    def __init__(self, reset=None, **items):
+        self._resetdict = reset or {}
+        dict.__init__(self, **items)
+
+    def __setitem__(self, key, value):
+        dict.__setitem__(self, key, value)
+        # if hasattr needed for unpickling with protocol=2
+        if hasattr(self, '_resetdict'):
+            for mustreset in self._resetdict.get(key, []):
+                self[mustreset] = None
+
+    def __delitem__(self, key):
+        dict.__delitem__(self, key)
+        for mustreset in self._resetdict.get(key, []):
+            del(self[mustreset])
+
+#    def __getstate__(self):
+#        print('pickling wrapper', self.__dict__)
+#        return self.__dict__
+#
+#    def __setstate__(self, dict_):
+#        print('unpickling wrapper', dict_)
+#        self.__dict__.update(dict_)
+
+
+resettable_cache = ResettableCache
+
 def _next_regular(target):
     """
     Find the next regular number greater than or equal to target.
diff --git a/pysal/contrib/gwr/__init__.py b/pysal/contrib/gwr/__init__.py
new file mode 100644
index 0000000..eeb63b3
--- /dev/null
+++ b/pysal/contrib/gwr/__init__.py
@@ -0,0 +1,4 @@
+import gwr
+import sel_bw
+import diagnostics
+import kernels
diff --git a/pysal/contrib/gwr/diagnostics.py b/pysal/contrib/gwr/diagnostics.py
new file mode 100644
index 0000000..44a75d5
--- /dev/null
+++ b/pysal/contrib/gwr/diagnostics.py
@@ -0,0 +1,81 @@
+"""
+Diagnostics for estimated gwr modesl
+"""
+__author__ = "Taylor Oshan tayoshan at gmail.com"
+
+import numpy as np
+from pysal.contrib.glm.family import Gaussian, Poisson, Binomial
+
+def get_AICc(gwr):
+    """
+    Get AICc value
+    
+    Gaussian: p61, (2.33), Fotheringham, Brunsdon and Charlton (2002)
+    
+    GWGLM: AICc=AIC+2k(k+1)/(n-k-1), Nakaya et al. (2005): p2704, (36)
+
+    """
+    n = gwr.n
+    k = gwr.tr_S
+    if isinstance(gwr.family, Gaussian):
+        aicc = -2.0*gwr.llf + 2.0*n*(k + 1.0)/(n-k-2.0)  
+    elif isinstance(gwr.family, (Poisson, Binomial)):
+        aicc = get_AIC(gwr) + 2.0 * k * (k+1.0) / (n - k - 1.0) 
+    return aicc
+
+def get_AIC(gwr):
+    """
+    Get AIC calue
+
+    Gaussian: p96, (4.22), Fotheringham, Brunsdon and Charlton (2002)
+
+    GWGLM:  AIC(G)=D(G) + 2K(G), where D and K denote the deviance and the effective
+    number of parameters in the model with bandwidth G, respectively.
+    
+    """   
+    k = gwr.tr_S
+    #deviance = -2*log-likelihood
+    y = gwr.y
+    mu = gwr.mu
+    if isinstance(gwr.family, Gaussian):
+        aic = -2.0 * gwr.llf + 2.0 * (k+1)
+    elif isinstance(gwr.family, (Poisson, Binomial)):
+        aic = np.sum(gwr.family.resid_dev(y, mu)**2) + 2.0 * k
+    return aic 
+
+def get_BIC(gwr):
+    """
+    Get BIC value
+
+    Gaussian: p61 (2.34), Fotheringham, Brunsdon and Charlton (2002)
+    BIC = -2log(L)+klog(n)
+
+    GWGLM: BIC = dev + tr_S * log(n)
+
+    """
+    n = gwr.n      # (scalar) number of observations
+    k = gwr.tr_S  
+    y = gwr.y
+    mu = gwr.mu
+    if isinstance(gwr.family, Gaussian):
+        bic = -2.0 * gwr.llf + (k+1) * np.log(n) 
+    elif isinstance(gwr.family, (Poisson, Binomial)):
+        bic = np.sum(gwr.family.resid_dev(y, mu)**2) + k * np.log(n)
+    return bic
+
+def get_CV(gwr):
+    """
+    Get CV value
+
+    Gaussian only
+
+    Methods: p60, (2.31) or p212 (9.4)
+    Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+    Geographically weighted regression: the analysis of spatially varying relationships.
+    Modification: sum of residual squared is divided by n according to GWR4 results
+
+    """
+    aa = gwr.resid_response.reshape((-1,1))/(1.0-gwr.influ)
+    cv = np.sum(aa**2)/gwr.n
+    return cv
+
diff --git a/pysal/contrib/gwr/gwr.py b/pysal/contrib/gwr/gwr.py
new file mode 100644
index 0000000..9fd423b
--- /dev/null
+++ b/pysal/contrib/gwr/gwr.py
@@ -0,0 +1,882 @@
+#Main GWR classes
+
+#Offset does not yet do anyhting and needs to be implemented
+
+__author__ = "Taylor Oshan Tayoshan at gmail.com"
+
+import numpy as np
+import numpy.linalg as la
+from scipy.stats import t
+from kernels import *
+from diagnostics import get_AIC, get_AICc, get_BIC
+import pysal.spreg.user_output as USER
+from pysal.contrib.glm.family import Gaussian, Binomial, Poisson
+from pysal.contrib.glm.glm import GLM, GLMResults
+from pysal.contrib.glm.iwls import iwls
+from pysal.contrib.glm.utils import cache_readonly
+
+fk = {'gaussian': fix_gauss, 'bisquare': fix_bisquare, 'exponential': fix_exp}
+ak = {'gaussian': adapt_gauss, 'bisquare': adapt_bisquare, 'exponential': adapt_exp}
+
+class GWR(GLM):
+    """
+    Geographically weighted regression. Can currently estimate Gaussian,
+    Poisson, and logistic models(built on a GLM framework). GWR object prepares
+    model input. Fit method performs estimation and returns a GWRResults object.
+
+    Parameters
+    ----------
+        coords        : array-like
+                        n*2, collection of n sets of (x,y) coordinates of
+                        observatons; also used as calibration locations is
+                        'points' is set to None
+
+        y             : array
+                        n*1, dependent variable
+
+        X             : array
+                        n*k, independent variable, exlcuding the constant
+
+        bw            : scalar
+                        bandwidth value consisting of either a distance or N
+                        nearest neighbors; user specified or obtained using
+                        Sel_BW
+
+        family        : family object
+                        underlying probability model; provides
+                        distribution-specific calculations
+
+        offset        : array
+                        n*1, the offset variable at the ith location. For Poisson model
+                        this term is often the size of the population at risk or
+                        the expected size of the outcome in spatial epidemiology
+                        Default is None where Ni becomes 1.0 for all locations;
+                        only for Poisson models
+
+        sigma2_v1     : boolean
+                        specify sigma squared, True to use n as denominator;
+                        default is False which uses n-k
+
+        kernel        : string
+                        type of kernel function used to weight observations;
+                        available options:
+                        'gaussian'
+                        'bisquare'
+                        'exponential'
+
+        fixed         : boolean
+                        True for distance based kernel function and  False for
+                        adaptive (nearest neighbor) kernel function (default)
+
+        constant      : boolean
+                        True to include intercept (default) in model and False to exclude
+                        intercept.
+
+    Attributes
+    ----------
+        coords        : array-like
+                        n*2, collection of n sets of (x,y) coordinates used for
+                        calibration locations
+
+        y             : array
+                        n*1, dependent variable
+
+        X             : array
+                        n*k, independent variable, exlcuding the constant
+
+        bw            : scalar
+                        bandwidth value consisting of either a distance or N
+                        nearest neighbors; user specified or obtained using
+                        Sel_BW
+
+        family        : family object
+                        underlying probability model; provides
+                        distribution-specific calculations
+
+        offset        : array
+                        n*1, the offset variable at the ith location. For Poisson model
+                        this term is often the size of the population at risk or
+                        the expected size of the outcome in spatial epidemiology
+                        Default is None where Ni becomes 1.0 for all locations
+
+        sigma2_v1     : boolean
+                        specify sigma squared, True to use n as denominator;
+                        default is False which uses n-k
+
+        kernel        : string
+                        type of kernel function used to weight observations;
+                        available options:
+                        'gaussian'
+                        'bisquare'
+                        'exponential'
+
+        fixed         : boolean
+                        True for distance based kernel function and  False for
+                        adaptive (nearest neighbor) kernel function (default)
+
+        constant      : boolean
+                        True to include intercept (default) in model and False to exclude
+                        intercept
+
+        n             : integer
+                        number of observations
+
+        k             : integer
+                        number of independent variables
+
+        mean_y        : float
+                        mean of y
+
+        std_y         : float
+                        standard deviation of y
+
+        fit_params    : dict
+                        parameters passed into fit method to define estimation
+                        routine
+
+        W             : array
+                        n*n, spatial weights matrix for weighting all
+                        observations from each calibration point
+        points        : array-like
+                        n*2, collection of n sets of (x,y) coordinates used for
+                        calibration locations instead of all observations;
+                        defaults to None unles specified in predict method
+        P             : array
+                        n*k, independent variables used to make prediction;
+                        exlcuding the constant; default to None unless specified
+                        in predict method
+        exog_scale    : scalar
+                        estimated scale using sampled locations; defualt is None
+                        unless specified in predict method
+        exog_resid    : array-like
+                        estimated residuals using sampled locations; defualt is None
+                        unless specified in predict method
+
+    Examples
+    --------
+    #basic model calibration
+
+    >>> import pysal
+    >>> from pysal.contrib.gwr.gwr import GWR
+    >>> data = pysal.open(pysal.examples.get_path('GData_utm.csv'))
+    >>> coords = zip(data.bycol('X'), data.by_col('Y')) 
+    >>> y = np.array(data.by_col('PctBach')).reshape((-1,1))
+    >>> rural = np.array(data.by_col('PctRural')).reshape((-1,1))
+    >>> pov = np.array(data.by_col('PctPov')).reshape((-1,1))
+    >>> african_amer = np.array(data.by_col('PctBlack')).reshape((-1,1))
+    >>> X = np.hstack([rural, pov, african_amer])
+    >>> model = GWR(coords, y, X, bw=90.000, fixed=False, kernel='bisquare')
+    >>> results = model.fit()
+    >>> print results.params.shape
+    (159, 4)
+
+    #predict at unsampled locations
+    
+    >>> index = np.arange(len(self.y))
+    >>> test = index[-10:]
+    >>> X_test = X[test]
+    >>> coords_test = list(coords[test])
+    >>> model = GWR(coords, y, X, bw=94, fixed=False, kernel='bisquare')
+    >>> results = model.predict(coords_test, X_test)
+    >>> print results.params.shape
+    (10, 4)
+
+    """
+    def __init__(self, coords, y, X, bw, family=Gaussian(), offset=None,
+            sigma2_v1=False, kernel='bisquare', fixed=False, constant=True):
+        """
+        Initialize class
+        """
+        GLM.__init__(self, y, X, family, constant=constant)
+        self.constant = constant
+        self.sigma2_v1 = sigma2_v1
+        self.coords = coords
+        self.bw = bw
+        self.kernel = kernel
+        self.fixed = fixed
+        if offset is None:
+            self.offset = np.ones((self.n, 1))
+        else:
+            self.offset = offset * 1.0
+        self.fit_params = {}
+        self.W = self._build_W(fixed, kernel, coords, bw)
+        self.points = None
+        self.exog_scale = None
+        self.exog_resid = None
+        self.P = None
+
+    def _build_W(self, fixed, kernel, coords, bw, points=None):
+        if fixed:
+            try:
+                W = fk[kernel](coords, bw, points)
+            except:
+                raise TypeError('Unsupported kernel function  ', kernel)
+        else:
+            try:
+                W = ak[kernel](coords, bw, points)
+            except:
+                raise TypeError('Unsupported kernel function  ', kernel)
+
+        return W
+
+    def fit(self, ini_params=None, tol=1.0e-5, max_iter=20, solve='iwls'):
+        """
+        Method that fits a model with a particular estimation routine.
+
+        Parameters
+        ----------
+
+        ini_betas     : array
+                        k*1, initial coefficient values, including constant.
+                        Default is None, which calculates initial values during
+                        estimation
+        tol:            float
+                        Tolerence for estimation convergence
+        max_iter      : integer
+                        Maximum number of iterations if convergence not
+                        achieved
+        solve         : string
+                        Technique to solve MLE equations.
+                        'iwls' = iteratively (re)weighted least squares (default)
+        """
+        self.fit_params['ini_params'] = ini_params
+        self.fit_params['tol'] = tol
+        self.fit_params['max_iter'] = max_iter
+        self.fit_params['solve']= solve
+        if solve.lower() == 'iwls':
+            m = self.W.shape[0]
+            params = np.zeros((m, self.k))
+            predy = np.zeros((m, 1))
+            v = np.zeros((m, 1))
+            w = np.zeros((m, 1))
+            z = np.zeros((m, self.n))
+            S = np.zeros((m, self.n))
+            R = np.zeros((m, self.n))
+            CCT = np.zeros((m, self.k))
+            #f = np.zeros((n, n))
+            p = np.zeros((m, 1))
+            for i in range(m):
+                wi = self.W[i].reshape((-1,1))
+                rslt = iwls(self.y, self.X, self.family, self.offset, None,
+                ini_params, tol, max_iter, wi=wi)
+                params[i,:] = rslt[0].T
+                predy[i] = rslt[1][i]
+                v[i] = rslt[2][i]
+                w[i] = rslt[3][i]
+                z[i] = rslt[4].flatten()
+                R[i] = np.dot(self.X[i], rslt[5])
+                ri = np.dot(self.X[i], rslt[5])
+                S[i] = ri*np.reshape(rslt[4].flatten(), (1,-1))
+                #dont need unless f is explicitly passed for
+                #prediction of non-sampled points
+                #cf = rslt[5] - np.dot(rslt[5], f)
+                #CCT[i] = np.diag(np.dot(cf, cf.T/rslt[3]))
+                CCT[i] = np.diag(np.dot(rslt[5], rslt[5].T))
+            S = S * (1.0/z)
+        return GWRResults(self, params, predy, S, CCT, w)
+
+    def predict(self, points, P, exog_scale=None, exog_resid=None, fit_params={}):
+        """
+        Method that predicts values of the dependent variable at un-sampled
+        locations
+
+        Parameters
+        ----------
+        points        : array-like
+                        n*2, collection of n sets of (x,y) coordinates used for
+                        calibration prediction locations
+        P             : array
+                        n*k, independent variables used to make prediction;
+                        exlcuding the constant
+        exog_scale    : scalar
+                        estimated scale using sampled locations; defualt is None
+                        which estimates a model using points from "coords"
+        exog_resid    : array-like
+                        estimated residuals using sampled locations; defualt is None
+                        which estimates a model using points from "coords"; if
+                        given it must be n*1 where n is the length of coords
+        fit_params    : dict
+                        key-value pairs of parameters that will be passed into fit 
+                        method to define estimation routine; see fit method for more details
+
+        """
+        if (exog_scale is None) & (exog_resid is None):
+            train_gwr = self.fit(**fit_params)
+            self.exog_scale = train_gwr.scale
+            self.exog_resid = train_gwr.resid_response
+        elif (exog_scale is not None) & (exog_resid is not None):
+            self.exog_scale = exog_scale
+            self.exog_resid = exog_resid
+        else:
+            raise InputError('exog_scale and exog_resid must both either be'
+                    'None or specified')
+        self.points = points
+        if self.constant:
+            P = np.hstack([np.ones((len(P),1)), P])
+            self.P = P
+        else:
+            self.P = P
+        self.W = self._build_W(self.fixed, self.kernel, self.coords, self.bw, points)
+        gwr = self.fit(**fit_params)
+
+        return gwr
+
+    @cache_readonly
+    def df_model(self):
+        raise NotImplementedError('Only computed for fitted model in GWRResults')
+
+    @cache_readonly
+    def df_resid(self):
+        raise NotImplementedError('Only computed for fitted model in GWRResults')
+
+class GWRResults(GLMResults):
+    """
+    Basic class including common properties for all GWR regression models
+
+    Parameters
+    ----------
+        model               : GWR object
+                            pointer to GWR object with estimation parameters
+
+        params              : array
+                              n*k, estimated coefficients
+
+        predy               : array
+                              n*1, predicted y values
+
+        w                   : array
+                              n*1, final weight used for iteratively re-weighted least
+                              sqaures; default is None
+
+        S                   : array
+                              n*n, hat matrix
+
+        CCT                 : array
+                              n*k, scaled variance-covariance matrix
+
+    Attributes
+    ----------
+        model               : GWR Object
+                              points to GWR object for which parameters have been
+                              estimated
+
+        params              : array
+                              n*k, parameter estimates
+
+        predy               : array
+                              n*1, predicted value of y
+
+        y                   : array
+                              n*1, dependent variable
+
+        X                   : array
+                              n*k, independent variable, including constant
+
+        family              : family object
+                              underlying probability model; provides
+                              distribution-specific calculations
+
+        n                   : integer
+                              number of observations
+
+        k                   : integer
+                              number of independent variables
+
+        df_model            : integer
+                              model degrees of freedom
+
+        df_resid            : integer
+                              residual degrees of freedom
+
+        offset              : array
+                              n*1, the offset variable at the ith location.
+                              For Poisson model this term is often the size of
+                              the population at risk or the expected size of
+                              the outcome in spatial epidemiology; Default is
+                              None where Ni becomes 1.0 for all locations
+
+        scale               : float
+                              sigma squared used for subsequent computations
+
+        w                   : array
+                              n*1, final weights from iteratively re-weighted least
+                              sqaures routine
+
+        resid_response      : array
+                              n*1, residuals of the repsonse
+
+        resid_ss            : scalar
+                              residual sum of sqaures
+
+        W                   : array
+                              n*n; spatial weights for each observation from each
+                              calibration point
+
+        S                   : array
+                              n*n, hat matrix
+
+        CCT                 : array
+                              n*k, scaled variance-covariance matrix
+
+        tr_S                : float
+                              trace of S (hat) matrix
+
+        tr_STS              : float
+                              trace of STS matrix
+
+        tr_SWSTW            : float
+                              trace of weighted STS matrix; weights are those output
+                              from iteratively weighted least sqaures (not spatial
+                              weights)
+
+        y_bar               : array
+                              n*1, weighted mean value of y
+
+        TSS                 : array
+                              n*1, geographically weighted total sum of squares
+
+        RSS                 : array
+                              n*1, geographically weighted residual sum of squares
+
+        localR2             : array
+                              n*1, local R square
+
+        sigma2_v1           : float
+                              sigma squared, use (n-v1) as denominator
+
+        sigma2_v1v2         : float
+                              sigma squared, use (n-2v1+v2) as denominator
+
+        sigma2_ML           : float
+                              sigma squared, estimated using ML
+
+        std_res             : array
+                              n*1, standardised residuals
+
+        bse                 : array
+                              n*k, standard errors of parameters (betas)
+
+        influ               : array
+                              n*1, leading diagonal of S matrix
+
+        CooksD              : array
+                              n*1, Cook's D
+
+        tvalues             : array
+                              n*k, local t-statistics
+
+        adj_alpha           : array
+                              3*1, corrected alpha values to account for multiple
+                              hypothesis testing for the 90%, 95%, and 99% confidence
+                              levels; tvalues with an absolute value larger than the
+                              corrected alpha are considered statistically
+                              significant.
+
+        deviance            : array
+                              n*1, local model deviance for each calibration point
+
+        resid_deviance      : array
+                              n*1, local sum of residual deviance for each
+                              calibration point
+
+        llf                 : scalar
+                              log-likelihood of the full model; see
+                              pysal.contrib.glm.family for damily-sepcific
+                              log-likelihoods
+
+        pDev                : float
+                              local percent of deviation accounted for; analogous to
+                              r-squared for GLM's
+
+        mu                  : array
+                              n*, flat one dimensional array of predicted mean
+                              response value from estimator
+
+        fit_params          : dict
+                              parameters passed into fit method to define estimation
+                              routine
+    """
+    def __init__(self, model, params, predy, S, CCT, w=None):
+        GLMResults.__init__(self, model, params, predy, w)
+        self.W = model.W
+        self.offset = model.offset
+        if w is not None:
+            self.w = w
+        self.predy = predy
+        self.S = S
+        self.CCT = self.cov_params(CCT, model.exog_scale)
+        self._cache = {}
+
+    @cache_readonly
+    def resid_ss(self):
+        if self.model.points is not None:
+            raise NotImplementedError('Not available for GWR prediction')
+        else:
+            u = self.resid_response.flatten()
+        return np.dot(u, u.T)
+
+    @cache_readonly
+    def scale(self, scale=None):
+        if isinstance(self.family, Gaussian):
+            if self.model.sigma2_v1:
+                scale = self.sigma2_v1
+            else:
+                scale = self.sigma2_v1v2
+        else:
+            scale = 1.0
+        return scale
+
+    def cov_params(self, cov, exog_scale=None):
+        """
+        Returns scaled covariance parameters
+        Parameters
+        ----------
+        cov         : array
+                      estimated covariance parameters
+
+        Returns
+        -------
+        Scaled covariance parameters
+
+        """
+        if exog_scale is not None:
+          return cov*exog_scale
+        else:
+            return cov*self.scale
+
+    @cache_readonly
+    def tr_S(self):
+        """
+        trace of S (hat) matrix
+        """
+        return np.trace(self.S*self.w)
+
+    @cache_readonly
+    def tr_STS(self):
+        """
+        trace of STS matrix
+        """
+        return np.trace(np.dot(self.S.T*self.w,self.S*self.w))
+
+    @cache_readonly
+    def y_bar(self):
+        """
+        weighted mean of y
+        """
+        if self.model.points is not None:
+            n = len(self.model.points)
+        else:
+            n = self.n
+        off = self.offset.reshape((-1,1))
+        arr_ybar = np.zeros(shape=(self.n,1))
+        for i in range(n):
+            w_i= np.reshape(np.array(self.W[i]), (-1, 1))
+            sum_yw = np.sum(self.y.reshape((-1,1)) * w_i)
+            arr_ybar[i] = 1.0 * sum_yw / np.sum(w_i*off)
+        return arr_ybar
+
+    @cache_readonly
+    def TSS(self):
+        """
+        geographically weighted total sum of squares
+
+        Methods: p215, (9.9)
+        Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+        Geographically weighted regression: the analysis of spatially varying
+        relationships.
+
+        """
+        if self.model.points is not None:
+            n = len(self.model.points)
+        else:
+            n = self.n
+        TSS = np.zeros(shape=(n,1))
+        for i in range(n):
+            TSS[i] = np.sum(np.reshape(np.array(self.W[i]), (-1,1)) *
+                (self.y.reshape((-1,1)) - self.y_bar[i])**2)
+        return TSS
+
+    @cache_readonly
+    def RSS(self):
+        """
+        geographically weighted residual sum of squares
+
+        Methods: p215, (9.10)
+        Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+        Geographically weighted regression: the analysis of spatially varying
+        relationships.
+        """
+        if self.model.points is not None:
+            n = len(self.model.points)
+            resid = self.model.exog_resid.reshape((-1,1))
+        else:
+            n = self.n
+            resid = self.resid_response.reshape((-1,1))
+        RSS = np.zeros(shape=(n,1))
+        for i in range(n):
+            RSS[i] = np.sum(np.reshape(np.array(self.W[i]), (-1,1))
+                * resid**2)
+        return RSS
+
+    @cache_readonly
+    def localR2(self):
+        """
+        local R square
+
+        Methods: p215, (9.8)
+        Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+        Geographically weighted regression: the analysis of spatially varying
+        relationships.
+        """
+        if isinstance(self.family, Gaussian):
+            return (self.TSS - self.RSS)/self.TSS
+        else:
+            raise NotImplementedError('Only applicable to Gaussian')
+
+    @cache_readonly
+    def sigma2_v1(self):
+        """
+        residual variance
+
+        Methods: p214, (9.6),
+        Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+        Geographically weighted regression: the analysis of spatially varying
+        relationships.
+
+        only use v1
+        """
+        return (self.resid_ss/(self.n-self.tr_S))
+
+    @cache_readonly
+    def sigma2_v1v2(self):
+        """
+        residual variance
+
+        Methods: p55 (2.16)-(2.18)
+        Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+        Geographically weighted regression: the analysis of spatially varying
+        relationships.
+
+        use v1 and v2 #used in GWR4
+        """
+        if isinstance(self.family, (Poisson, Binomial)):
+            return self.resid_ss/(self.n - 2.0*self.tr_S +
+                self.tr_STS) #could be changed to SWSTW - nothing to test against
+        else:
+            return self.resid_ss/(self.n - 2.0*self.tr_S +
+                self.tr_STS) #could be changed to SWSTW - nothing to test against
+    @cache_readonly
+    def sigma2_ML(self):
+        """
+        residual variance
+
+        Methods: maximum likelihood
+        """
+        return self.resid_ss/self.n
+
+    @cache_readonly
+    def std_res(self):
+        """
+        standardized residuals
+
+        Methods:  p215, (9.7)
+        Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+        Geographically weighted regression: the analysis of spatially varying
+        relationships.
+        """
+        return self.resid_response.reshape((-1,1))/(np.sqrt(self.scale * (1.0 - self.influ)))
+
+    @cache_readonly
+    def bse(self):
+        """
+        standard errors of Betas
+
+        Methods:  p215, (2.15) and (2.21)
+        Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+        Geographically weighted regression: the analysis of spatially varying
+        relationships.
+        """
+        return np.sqrt(self.CCT)
+
+    @cache_readonly
+    def influ(self):
+        """
+        Influence: leading diagonal of S Matrix
+        """
+        return np.reshape(np.diag(self.S),(-1,1))
+
+    @cache_readonly
+    def cooksD(self):
+        """
+        Influence: leading diagonal of S Matrix
+
+        Methods: p216, (9.11),
+        Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+        Geographically weighted regression: the analysis of spatially varying
+        relationships.
+        Note: in (9.11), p should be tr(S), that is, the effective number of parameters
+        """
+        return self.std_res**2 * self.influ / (self.tr_S * (1.0-self.influ))
+
+    @cache_readonly
+    def deviance(self):
+        off = self.offset.reshape((-1,1)).T
+        y = self.y
+        ybar = self.y_bar
+        if isinstance(self.family, Gaussian):
+            raise NotImplementedError('deviance not currently used for Gaussian')
+        elif isinstance(self.family, Poisson):
+            dev = np.sum(2.0*self.W*(y*np.log(y/(ybar*off))-(y-ybar*off)),axis=1)
+        elif isinstance(self.family, Binomial):
+            dev = self.family.deviance(self.y, self.y_bar, self.W, axis=1)
+        return dev.reshape((-1,1))
+
+    @cache_readonly
+    def resid_deviance(self):
+        if isinstance(self.family, Gaussian):
+            raise NotImplementedError('deviance not currently used for Gaussian')
+        else:
+            off = self.offset.reshape((-1,1)).T
+            y = self.y
+            ybar = self.y_bar
+            global_dev_res = ((self.family.resid_dev(self.y, self.mu))**2)
+            dev_res = np.repeat(global_dev_res.flatten(),self.n)
+            dev_res = dev_res.reshape((self.n, self.n))
+            dev_res = np.sum(dev_res * self.W.T, axis=0)
+            return dev_res.reshape((-1,1))
+
+    @cache_readonly
+    def pDev(self):
+        """
+        Local percentage of deviance accounted for. Described in the GWR4
+        manual. Equivalent to 1 - (deviance/null deviance)
+        """
+        if isinstance(self.family, Gaussian):
+            raise NotImplementedError('Not implemented for Gaussian')
+        else:
+            return 1.0 - (self.resid_deviance/self.deviance)
+
+    @cache_readonly
+    def adj_alpha(self):
+        """
+        Corrected alpha (critical) values to account for multiple testing during hypothesis
+        testing. Includes corrected value for 90% (.1), 95% (.05), and 99%
+        (.01) confidence levels. Correction comes from:
+
+        da Silva, A. R., & Fotheringham, A. S. (2015). The Multiple Testing Issue in
+        Geographically Weighted Regression. Geographical Analysis.
+
+        """
+        alpha = np.array([.1, .05, .001])
+        pe = (2.0 * self.tr_S) - self.tr_STS
+        p = self.k
+        return (alpha*p)/pe
+
+    def filter_tvals(self, alpha):
+        """
+        Utility function to set tvalues with an absolute value smaller than the
+        absolute value of the alpha (critical) value to 0
+
+        Parameters
+        ----------
+        alpha           : scalar
+                          critical value to determine which tvalues are
+                          associated with statistically significant parameter
+                          estimates
+
+        Returns
+        -------
+        filtered       : array
+                          n*k; new set of n tvalues for each of k variables
+                          where absolute tvalues less than the absolute value of
+                          alpha have been set to 0.
+        """
+        alpha = np.abs(alpha)/2.0
+        n = self.n
+        critical = t.ppf(1-alpha, n-1)
+        subset = (self.tvalues < critical) & (self.tvalues > -1.0*critical)
+        tvalues = self.tvalues.copy()
+        tvalues[subset] = 0
+        return tvalues
+
+    @cache_readonly
+    def df_model(self):
+        return self.n - self.tr_S
+
+    @cache_readonly
+    def df_resid(self):
+        return self.n - 2.0*self.tr_S + self.tr_STS
+
+    @cache_readonly
+    def normalized_cov_params(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def resid_pearson(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def resid_working(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def resid_anscombe(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def pearson_chi2(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def null(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def llnull(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def null_deviance(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def aic(self):
+        return get_AIC(self)
+
+    @cache_readonly
+    def aicc(self):
+        return get_AICc(self)
+
+    @cache_readonly
+    def bic(self):
+        return get_BIC(self)
+
+    @cache_readonly
+    def D2(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def adj_D2(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def pseudoR2(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def adj_pseudoR2(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def pvalues(self):
+        raise NotImplementedError('Not implemented for GWR')
+
+    @cache_readonly
+    def predictions(self):
+        P = self.model.P
+        if P is None:
+            raise NotImplementedError('predictions only avaialble if predict'
+            'method called on GWR model')
+        else:
+            predictions = np.sum(P*self.params, axis=1).reshape((-1,1))
+        return predictions
diff --git a/pysal/contrib/gwr/kernels.py b/pysal/contrib/gwr/kernels.py
new file mode 100644
index 0000000..d5b371b
--- /dev/null
+++ b/pysal/contrib/gwr/kernels.py
@@ -0,0 +1,124 @@
+# GWR kernel function specifications
+
+__author__ = "Taylor Oshan tayoshan at gmail.com"
+
+#from pysal.weights.Distance import Kernel
+import scipy
+from scipy.spatial.kdtree import KDTree
+import numpy as np
+
+#adaptive specifications should be parameterized with nn-1 to match original gwr
+#implementation. That is, pysal counts self neighbors with knn automatically.
+
+def fix_gauss(coords, bw, points=None):
+    w = _Kernel(coords, function='gwr_gaussian', bandwidth=bw,
+            truncate=False, points=points)
+    return w.kernel
+
+def adapt_gauss(coords, nn, points=None):
+    w = _Kernel(coords, fixed=False, k=nn-1, function='gwr_gaussian',
+            truncate=False, points=points)
+    return w.kernel
+
+def fix_bisquare(coords, bw, points=None):
+    w = _Kernel(coords, function='bisquare', bandwidth=bw, points=points)
+    return w.kernel
+
+def adapt_bisquare(coords, nn, points=None):
+    w = _Kernel(coords, fixed=False, k=nn-1, function='bisquare', points=points)
+    return w.kernel
+
+def fix_exp(coords, bw, points=None):
+    w = _Kernel(coords, function='exponential', bandwidth=bw,
+            truncate=False, points=points)
+    return w.kernel
+
+def adapt_exp(coords, nn, points=None):
+    w = _Kernel(coords, fixed=False, k=nn-1, function='exponential',
+            truncate=False, points=points)
+    return w.kernel
+
+from scipy.spatial.distance import cdist
+
+#Customized Kernel class user for GWR because the default PySAL kernel class
+#favors memory optimization over speed optimizations and GWR often needs the 
+#speed optimization since it is not always assume points far awar are truncated
+#to zero
+class _Kernel(object):
+    """
+
+    """
+    def __init__(self, data, bandwidth=None, fixed=True, k=None,
+                 function='triangular', eps=1.0000001, ids=None, truncate=True,
+                 points=None): #Added truncate flag
+        if issubclass(type(data), scipy.spatial.KDTree):
+            self.data = data.data
+            data = self.data
+        else:
+            self.data = data
+        if k is not None:
+            self.k = int(k) + 1
+        else:
+            self.k = k
+        if points is None:
+            self.dmat = cdist(self.data, self.data)
+        else:
+            self.points = points
+            self.dmat = cdist(self.points, self.data)
+        self.function = function.lower()
+        self.fixed = fixed
+        self.eps = eps
+        self.trunc = truncate
+        if bandwidth:
+            try:
+                bandwidth = np.array(bandwidth)
+                bandwidth.shape = (len(bandwidth), 1)
+            except:
+                bandwidth = np.ones((len(data), 1), 'float') * bandwidth
+            self.bandwidth = bandwidth
+        else:
+            self._set_bw()
+        self.kernel = self._kernel_funcs(self.dmat/self.bandwidth)
+
+        if self.trunc:
+            mask = np.repeat(self.bandwidth, len(self.data), axis=1)
+            self.kernel[(self.dmat >= mask)] = 0
+
+    def _set_bw(self):
+        if self.k is not None:
+            dmat = np.sort(self.dmat)[:,:self.k]
+        else:
+            dmat = self.dmat
+        if self.fixed:
+            # use max knn distance as bandwidth
+            bandwidth = dmat.max() * self.eps
+            n = len(self.data)
+            self.bandwidth = np.ones((n, 1), 'float') * bandwidth
+        else:
+            # use local max knn distance
+            self.bandwidth = dmat.max(axis=1) * self.eps
+            self.bandwidth.shape = (self.bandwidth.size, 1)
+
+
+    def _kernel_funcs(self, zs):
+        # functions follow Anselin and Rey (2010) table 5.4
+        if self.function == 'triangular':
+            return 1 - zs
+        elif self.function == 'uniform':
+            return np.ones(zi.shape) * 0.5
+        elif self.function == 'quadratic':
+            return (3. / 4) * (1 - zs ** 2)
+        elif self.function == 'quartic':
+            return (15. / 16) * (1 - zs ** 2) ** 2
+        elif self.function == 'gaussian':
+            c = np.pi * 2
+            c = c ** (-0.5)
+            return c * np.exp(-(zs ** 2) / 2.)
+        elif self.function == 'gwr_gaussian':
+            return np.exp(-0.5*(zs)**2)
+        elif self.function == 'bisquare':
+            return (1-(zs)**2)**2
+        elif self.function =='exponential':
+            return np.exp(-zs)
+        else:
+            print('Unsupported kernel function', self.function)
diff --git a/pysal/contrib/gwr/notebooks/GWR_Georgia_Example.ipynb b/pysal/contrib/gwr/notebooks/GWR_Georgia_Example.ipynb
new file mode 100644
index 0000000..f5874ee
--- /dev/null
+++ b/pysal/contrib/gwr/notebooks/GWR_Georgia_Example.ipynb
@@ -0,0 +1,354 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    }
+   ],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "import geopandas as gp\n",
+    "import pysal as ps\n",
+    "import matplotlib\n",
+    "import matplotlib.pyplot as plt\n",
+    "%pylab inline\n",
+    "from sel_bw import Sel_BW\n",
+    "from gwr import GWR\n",
+    "from pysal.contrib.glm.family import Gaussian"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 45,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.colorbar.Colorbar at 0x1256533d0>"
+      ]
+     },
+     "execution_count": 45,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAfoAAAHqCAYAAADsw4zSAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd8lEUTgJ+9npBG6L0jHUIVFKRI7yK9KUVBsFGkSBX4\nAEUQFRGRXgSk995BqtJEBJXeISQh9e5y+/1xlxgg5S53h4j7+Ltf3tt3d2bek2Rud2dnhJQShUKh\nUCgUzyeaf9oAhUKhUCgU3kM5eoVCoVAonmOUo1coFAqF4jlGOXqFQqFQKJ5jlKNXKBQKheI5Rjl6\nhUKhUCieY5SjVyj+pQghXhFCXP2n7XgcIUR3IcSuf9oOhUJhRzl6hSIFhBCXhBDRQogIIcRNIcQc\nIYRvGmOecL5CiJFCCLNDToQQ4lchxGseMtOpRBhCiDNJ9FuFEDFCiIeO94M9ZIvLdikUCu+jHL1C\nkTIS [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x102804090>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Data\n",
+    "\n",
+    "data = ps.open(ps.examples.get_path('GData_utm.csv'))\n",
+    "shp = gp.read_file('/Users/toshan/dev/pysal/pysal/examples/georgia/G_utm.shp')\n",
+    "vmin, vmax = np.min(shp['PctBach']), np.max(shp['PctBach']) \n",
+    "ax = shp.plot('PctBach', vmin=vmin, vmax=vmax, figsize=(8,8), cmap='Reds')\n",
+    "ax.set_title('PctBach' + ' T-vals')\n",
+    "fig = ax.get_figure()\n",
+    "cax = fig.add_axes([0.9, 0.1, 0.03, 0.8])\n",
+    "sm = plt.cm.ScalarMappable(norm=plt.Normalize(vmin=vmin, vmax=vmax), cmap='Reds')\n",
+    "sm._A = []\n",
+    "fig.colorbar(sm, cax=cax)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 34,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "# Prep data into design matrix and coordinates\n",
+    "\n",
+    "#Dependent variable\n",
+    "y = shp.PctBach.reshape((-1,1))\n",
+    "\n",
+    "#Design matrix - covariates - intercept added automatically\n",
+    "pov = shp.PctPov.reshape((-1,1))\n",
+    "rural = shp.PctRural.reshape((-1,1))\n",
+    "blk = shp.PctBlack.reshape((-1,1))\n",
+    "X = np.hstack([pov, rural, blk])\n",
+    "labels = ['Intercept', 'PctPov', 'PctRural', 'PctAfricanAmer']\n",
+    "\n",
+    "#Coordinates for calibration points\n",
+    "u = shp.X\n",
+    "v = shp.Y\n",
+    "coords = zip(u,v)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 35,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "100.0\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Find optimal bandwidth using golden section search to minimize AICc\n",
+    "\n",
+    "#Instantiate bandwidth selection class - bisquare NN (adaptive)\n",
+    "bw = Sel_BW(coords, y, X, kernel='bisquare', fixed=False)\n",
+    "\n",
+    "#Find optimal bandwidth by minimizing AICc using golden section search algorithm\n",
+    "bw = bw.search(search='golden_section', criterion='AICc')\n",
+    "print bw"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 36,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Instantiate GWR model and then estimate parameters and diagnostics using fit method\n",
+    "model = GWR(coords, y, X, bw, family=Gaussian(), fixed=False, kernel='bisquare')\n",
+    "results = model.fit()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 37,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(172, 4)"
+      ]
+     },
+     "execution_count": 37,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "#Results in a set of mappable results \n",
+    "results.params.shape"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 38,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAgMAAAHqCAYAAACZeE2AAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnWd4VEUXgN+5WxPSSAgQaugQWgIICCJFpQlib6Ai2BVF\nsaBYaH52UBRUVKSIgChFlN4EBBGQ3pEeIJSEFFK2zfdjbyBAyrYAwrzPs8/ezJ05M/cGMmfOnHNG\nSClRKBQKhUJx7aJd7gEoFAqFQqG4vChlQKFQKBSKaxylDCgUCoVCcY2jlAGFQqFQKK5xlDKgUCgU\nCsU1jlIGFAqFQqG4xlHKgEKhOA8hxBYhxI2XexwKheLSoZQBxVWNEGKfEKKdh3WXCCF6FfeYvEUI\nUVkI4RJCFPj/VQjxjhDCJoRI0z/pQohkD2R/L4QYnLdMSllPSrksEGO/oK/WQohDgZarUCj8RykD\nCkWA [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1259b3150>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAgMAAAHqCAYAAACZeE2AAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd4lMXWwH+zLUtIp4beAgIBklC9IqAiRRBQUMELFmyX\nqxcUvaLXwofIVbFgAWwIKipgQapAJPQuIBCkhhBKEmJIIb3s7nx/bLkJadsSEOb3PO+z7847c2be\nTXbnvGfOOSOklCgUCoVCobh+0VzpASgUCoVCobiyKGVAoVAoFIrrHKUMKBQKhUJxnaOUAYVCoVAo\nrnOUMqBQKBQKxXWOUgYUCoVCobjOUcqAQqGoNoQQrYUQlis9DoVCUTlKGVAoSiCEOC2EuNXJuhuF\nEOOre0yuIoRoLoSwCCHK/X4LIT4WQmQLIbKEEIVCiCLbeZYQYnU1DEklM1EornKUMqBQXCEqmqy9\nIRrr [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1291355d0>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAgwAAAHqCAYAAABocxYNAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd4lEUTwH97PQmpECB06Z2EJiAKKEgRKTaqWBALAiJF\ninRBOioKKEpHEZCONKU3kRYQRHovARISQtrd5fb74y4QQspd7oLysb/nuefu9t2d2ffQ7LyzM7NC\nSolCoVAoFApFZmj+7QkoFAqFQqH476MMBoVCoVAoFFmiDAaFQqFQKBRZogwGhUKhUCgUWaIMBoVC\noVAoFFmiDAaFQqFQKBRZogwGheIxQwgxQAgx/d+eh0KheLRQBoPisUUIcU4IES+EuC2EuCqEmCWE\n8M5iTD0hxMU0bUOFEGaHnCghxA4hRC0Pz7WoEMLm0HFbCBHreH/V1flKKUdLKd/15PxS6TsrhHg2\nJ2Qr [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x127892190>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAgUAAAHqCAYAAACUZj3HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd4VMUWwH+zu9lNJQkEMIQOAYHQBakCSlEpIogCgjQr\n0ssDRJr4UJT+BCkC0hSER7dQA4g0qRKaCAoIAUN6SN3svD+2vCSk7GY3AXF+33e/7M6dOTP3BjJn\nzpw5R0gpUSgUCoVCodA86AEoFAqFQqF4OFBKgUKhUCgUCkApBQqFQqFQKCwopUChUCgUCgWglAKF\nQqFQKBQWlFKgUCgUCoUCUEqBQqFwEiHEj0KI1x70OBQKhfMopUChsBMhxB9CiEQhRJwQIlwIsVwI\n4ZlHmxZCiBtZyiYJIVItcqKEEAeFEI1cOM5mQoh4i/wEIYTJ8tlaVtpVfSkUikcLpRQoFPYjgfZS\nyiJA [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x12a733390>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAhIAAAHqCAYAAABRFKdWAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnWd4VEUXgN/ZnkoIvYbeS0JXaaL0LqAUBRTBLiiIgKAg\nIAKCBUWRzgcI0hHp0gSkdwTpvRNCSN3d7Hw/9iaEmLKb3YDKvM+zz947d+bMmQvZe+6ZM2eElBKF\nQqFQKBSKzKB71AooFAqFQqH496IMCYVCoVAoFJlGGRIKhUKhUCgyjTIkFAqFQqFQZBplSCgUCoVC\nocg0ypBQKBQKhUKRaZQhoVD8gxFChAghHEKILP1bFULUFkIcy8o+FArFfxNlSCgeC4QQ54QQMUKI\nSCHEVSHEdCGEbwZt6gkhLqYo+0QIYdXkhAshtgohamWt9qSZ7CXFuO5p399kJFAzTooldSDlVill\nWW8p [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x12ba4a990>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAgUAAAHqCAYAAACUZj3HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd4VMXXgN/ZbDabQhJCgAQIRUKHEAhFUQQUpDcBQUFA\niiIKUUFFEBEBaUpVBOVHB4OFKiChV0U6QXpvCT0JIXWz8/2xm/0SSNuSgDDv89xn786dOTP3psy5\nZ86cI6SUKBQKhUKhUGge9QAUCoVCoVA8HiilQKFQKBQKBaCUAoVCoVAoFGaUUqBQKBQKhQJQSoFC\noVAoFAozSilQKBQKhUIBKKVAoXiiEEKUEkIYhRCP9G9bCDFKCDHnUY5BoVBYj1IKFIpMEEJcEELE\nCyFihRCRQoi5Qgi3HNo0EEJcfqBshBAi2SznjhBipxDi2bwdPZkGHxFC3DOPI1YIkWq+v7Sy1/N4\nTAqF [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x12ae86e10>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAhIAAAHqCAYAAABRFKdWAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd4FEUbwH9zLZceeui9t9BBlKLSpVkQFEEUrB8IgoCI\nFAtNURSliCCCIr1LUxFBQJogXXoLoYYkhJRr8/2xm5BAyl3uAJX5Pc8+tzc7bfcg8+47bxFSShQK\nhUKhUChyguFeT0ChUCgUCsW/FyVIKBQKhUKhyDFKkFAoFAqFQpFjlCChUCgUCoUixyhBQqFQKBQK\nRY5RgoRCoVAoFIocowQJxX2LEOJVIcQFIUScECJXJnWuCyFK3N2Z/TcQQhTVn62413NRKBR3DiVI\nKP5RCCFOCSES9AUoSgjxjRAiIJs2jYUQZzO59rwQwiWEeOqWchMwHnhUShkipbyWUXspZbCU8lQO\nb8cj [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1233c4850>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAgUAAAHqCAYAAACUZj3HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd4VEXXwH+zm2waSSCEEunSmwQCQaQjIARBVKQqvYhY\nQFAQROEVBF7poHSkI0WCgCBSRekoIBiqICUh1IQQUjabne+PLV8SUrYlIO/8nuc+e3fuzJm5N2XO\nPXPmHCGlRKFQKBQKhULzuAegUCgUCoXiyUApBQqFQqFQKAClFCgUCoVCoTCjlAKFQqFQKBSAUgoU\nCoVCoVCYUUqBQqFQKBQKQCkFCoXNCCEGCiGihRBxQogCWdR5IIQonbcj+99ACNFHCLHncY9DoXia\nUUqB4l+NEOIfIUSCeaK+IYT4VgjhnUObxkKIa1lc6ymEMAoh3shQ7gZMAZpLKf2klDGZtZdS+kop\n/3Hw [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1271a0750>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Map Parameter estimates and T-vals for each covariate\n",
+    "\n",
+    "\n",
+    "for param in range(results.params.shape[1]):\n",
+    "    shp[str(param)] = results.params[:,param]\n",
+    "    vmin, vmax = np.min(shp[str(param)]), np.max(shp[str(param)]) \n",
+    "    ax = shp.plot(str(param), vmin=vmin, vmax=vmax, figsize=(8,8), cmap='YlOrRd')\n",
+    "    ax.set_title(labels[param] + ' Estimates')\n",
+    "    fig = ax.get_figure()\n",
+    "    cax = fig.add_axes([0.9, 0.1, 0.03, 0.8])\n",
+    "    sm = plt.cm.ScalarMappable(norm=plt.Normalize(vmin=vmin, vmax=vmax), cmap='YlOrRd')\n",
+    "    sm._A = []\n",
+    "    fig.colorbar(sm, cax=cax)\n",
+    "    \n",
+    "    shp[str(param)] = results.tvalues[:,param]\n",
+    "    vmin, vmax = np.min(shp[str(param)]), np.max(shp[str(param)]) \n",
+    "    ax = shp.plot(str(param), vmin=vmin, vmax=vmax, figsize=(8,8), cmap='Greys')\n",
+    "    ax.set_title(labels[param] + ' T-vals')\n",
+    "    fig = ax.get_figure()\n",
+    "    cax = fig.add_axes([0.9, 0.1, 0.03, 0.8])\n",
+    "    sm = plt.cm.ScalarMappable(norm=plt.Normalize(vmin=vmin, vmax=vmax), cmap='Greys')\n",
+    "    sm._A = []\n",
+    "    fig.colorbar(sm, cax=cax)\n",
+    "\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 39,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.colorbar.Colorbar at 0x12679a490>"
+      ]
+     },
+     "execution_count": 39,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAgoAAAHqCAYAAABlbWZKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd0VEUXwH+zPZWEHnrvHQTFT+lNpQgKCAIqiKI0ld5B\nVEAEBKkKUqUI0kE6IkW6jSodQocUQsruZuf7Y19CgJTd7AYQ53fOnuzOm7lz3+Ykc9+dO/cKKSUK\nhUKhUCgUyaF73AooFAqFQqF4clGGgkKhUCgUihRRhoJCoVAoFIoUUYaCQqFQKBSKFFGGgkKhUCgU\nihRRhoJCoVAoFIoUUYaCQvEYEEI4hBCFHrcejxshRA0hxMXHrYdCoUgZZSgoFIAQ4qwQovYjnDLF\nBCZCiO1CiBghRKQQ4roQYpkQIkdqwoQQHYUQx4QQEUKIK0KINUIIP++rnSGoZC4KxROMMhQUiseD\nSOWa [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x128944590>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Map local R-square values which is a weighted R-square at each observation location\n",
+    "\n",
+    "shp['localR2'] = results.localR2\n",
+    "vmin, vmax = np.min(shp['localR2']), np.max(shp['localR2']) \n",
+    "ax = shp.plot('localR2', vmin=vmin, vmax=vmax, figsize=(8,8), cmap='PuBuGn')\n",
+    "ax.set_title('Local R-Squared')\n",
+    "fig = ax.get_figure()\n",
+    "cax = fig.add_axes([0.9, 0.1, 0.03, 0.8])\n",
+    "sm = plt.cm.ScalarMappable(norm=plt.Normalize(vmin=vmin, vmax=vmax), cmap='PuBuGn')\n",
+    "sm._A = []\n",
+    "fig.colorbar(sm, cax=cax)\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/gwr/notebooks/GWR_Georgia_Prediction.ipynb b/pysal/contrib/gwr/notebooks/GWR_Georgia_Prediction.ipynb
new file mode 100644
index 0000000..4b7ed33
--- /dev/null
+++ b/pysal/contrib/gwr/notebooks/GWR_Georgia_Prediction.ipynb
@@ -0,0 +1,1049 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "import pysal as ps\n",
+    "from pysal.contrib.gwr.sel_bw import Sel_BW\n",
+    "from pysal.contrib.gwr.gwr import GWR\n",
+    "from pysal.contrib.glm.family import Gaussian\n",
+    "from scipy.stats import pearsonr"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Data\n",
+    "\n",
+    "data = '/Users/toshan/dev/pysal/pysal/examples/georgia/GData_utm.csv'\n",
+    "data = pd.read_csv(data)\n",
+    "#shp = gp.read_file('/Users/toshan/dev/pysal/pysal/examples/georgia/G_utm.shp')\n",
+    "#shp.plot()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "/anaconda/envs/test_gwr/lib/python2.7/site-packages/ipykernel/__main__.py:4: FutureWarning: reshape is deprecated and will raise in a subsequent release. Please use .values.reshape(...) instead\n",
+      "/anaconda/envs/test_gwr/lib/python2.7/site-packages/ipykernel/__main__.py:7: FutureWarning: reshape is deprecated and will raise in a subsequent release. Please use .values.reshape(...) instead\n",
+      "/anaconda/envs/test_gwr/lib/python2.7/site-packages/ipykernel/__main__.py:8: FutureWarning: reshape is deprecated and will raise in a subsequent release. Please use .values.reshape(...) instead\n",
+      "/anaconda/envs/test_gwr/lib/python2.7/site-packages/ipykernel/__main__.py:9: FutureWarning: reshape is deprecated and will raise in a subsequent release. Please use .values.reshape(...) instead\n"
+     ]
+    }
+   ],
+   "source": [
+    "# Prep data into design matrix and coordinates\n",
+    "\n",
+    "#Dependent variable\n",
+    "y = data.PctBach.reshape((-1,1))\n",
+    "\n",
+    "#Design matrix - covariates - intercept added automatically\n",
+    "pov = data.PctPov.reshape((-1,1))\n",
+    "rural = data.PctRural.reshape((-1,1))\n",
+    "blk = data.PctBlack.reshape((-1,1))\n",
+    "X = np.hstack([rural, pov, blk])\n",
+    "labels = ['Intercept', 'PctPov', 'PctRural', 'PctBlack']\n",
+    "\n",
+    "#Coordinates for calibration points\n",
+    "u = data.X\n",
+    "v = data.Y\n",
+    "coords = np.array(zip(u,v))\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "93.0\n"
+     ]
+    }
+   ],
+   "source": [
+    "index = np.arange(len(y))\n",
+    "train = index[0:-10]\n",
+    "test = index[-10:]\n",
+    "\n",
+    "y_train = y[train]\n",
+    "X_train = X[train]\n",
+    "coords_train = list(coords[train])\n",
+    "\n",
+    "y_test = y[test]\n",
+    "X_test = X[test]\n",
+    "coords_test = list(coords[test])\n",
+    "\n",
+    "bw = Sel_BW(coords, y, X, kernel='bisquare', fixed=False)\n",
+    "bw = bw.search(search='golden_section', criterion='AICc')\n",
+    "print bw\n",
+    "\n",
+    "model = GWR(coords, y, X, bw, family=Gaussian(), fixed=False, kernel='bisquare')\n",
+    "results = model.predict(coords_test, X_test)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 10.51695514],\n",
+       "       [  9.93321992],\n",
+       "       [  8.92473026],\n",
+       "       [  5.47350219],\n",
+       "       [  8.61756585],\n",
+       "       [ 12.8141851 ],\n",
+       "       [  5.55619405],\n",
+       "       [ 12.63004172],\n",
+       "       [  8.70638418],\n",
+       "       [  8.17582599]])"
+      ]
+     },
+     "execution_count": 8,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "results.predictions"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 50,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "93.0\n"
+     ]
+    }
+   ],
+   "source": [
+    "bw = Sel_BW(coords, y, X, kernel='bisquare', fixed=False)\n",
+    "bw = bw.search(search='golden_section', criterion='AICc')\n",
+    "print bw\n",
+    "\n",
+    "t = GWR(coords, y, X, bw).fit()\n",
+    "\n",
+    "model = GWR(coords, y, X, bw, family=Gaussian(), fixed=False, kernel='bisquare')\n",
+    "results = model.predict(coords_test, X_test)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 51,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "(array([ 0.45389284]), array([ 0.18761856]))\n",
+      "[[  2.27719806e+01  -2.15093080e-01  -1.02539506e-01  -1.40496359e-02]\n",
+      " [  1.91053102e+01  -2.32528744e-01  -9.41767859e-02   7.19130384e-02]\n",
+      " [  1.97434217e+01  -3.08929815e-01  -8.04472131e-02   8.32061891e-02]\n",
+      " [  1.75057600e+01  -1.87954544e-01  -7.89191503e-02   5.17192228e-02]\n",
+      " [  2.77474018e+01  -2.08553416e-01  -1.65334529e-01   4.06743861e-03]\n",
+      " [  2.62106267e+01  -3.60514422e-01  -1.38397963e-01   7.21984934e-02]\n",
+      " [  1.80348332e+01  -2.60555691e-01  -7.70473064e-02   8.43194028e-02]\n",
+      " [  2.84528022e+01  -1.40970116e-01  -1.63408415e-01  -6.30756266e-02]\n",
+      " [  2.23530956e+01  -2.26653837e-01  -1.03045606e-01   2.99244694e-03]\n",
+      " [  1.82205077e+01  -3.09812424e-01  -7.40336720e-02   1.08635554e-01]]\n",
+      "[[  2.27719806e+01  -2.15093080e-01  -1.02539506e-01  -1.40496359e-02]\n",
+      " [  1.91053102e+01  -2.32528744e-01  -9.41767859e-02   7.19130384e-02]\n",
+      " [  1.97434217e+01  -3.08929815e-01  -8.04472131e-02   8.32061891e-02]\n",
+      " [  1.75057600e+01  -1.87954544e-01  -7.89191503e-02   5.17192228e-02]\n",
+      " [  2.77474018e+01  -2.08553416e-01  -1.65334529e-01   4.06743861e-03]\n",
+      " [  2.62106267e+01  -3.60514422e-01  -1.38397963e-01   7.21984934e-02]\n",
+      " [  1.80348332e+01  -2.60555691e-01  -7.70473064e-02   8.43194028e-02]\n",
+      " [  2.84528022e+01  -1.40970116e-01  -1.63408415e-01  -6.30756266e-02]\n",
+      " [  2.23530956e+01  -2.26653837e-01  -1.03045606e-01   2.99244694e-03]\n",
+      " [  1.82205077e+01  -3.09812424e-01  -7.40336720e-02   1.08635554e-01]]\n"
+     ]
+    }
+   ],
+   "source": [
+    "print pearsonr(results.predictions, y_test)\n",
+    "\n",
+    "print results.params[0:]\n",
+    "print t.params[-10:]\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 26,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "93.0\n",
+      "159\n",
+      "0.56813744327\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Find optimal bandwidth using golden section search to minimize AICc\n",
+    "\n",
+    "#Instantiate bandwidth selection class - bisquare NN (adaptive)\n",
+    "bw = Sel_BW(coords, y, X, kernel='bisquare', fixed=False)\n",
+    "\n",
+    "#Find optimal bandwidth by minimizing AICc using golden section search algorithm\n",
+    "bw = bw.search(search='golden_section', criterion='AICc')\n",
+    "print bw\n",
+    "\n",
+    "model_a = GWR(coords, y, X, bw, family=Gaussian(), fixed=False, kernel='bisquare')\n",
+    "results_a = model_a.fit()\n",
+    "\n",
+    "print len(results_a.localR2)\n",
+    "print np.mean(results_a.localR2)\n",
+    "exog_scale = results_a.scale\n",
+    "exog_resid = results_a.resid_response"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "ename": "NameError",
+     "evalue": "name 'exog_scale' is not defined",
+     "output_type": "error",
+     "traceback": [
+      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
+      "\u001b[0;31mNameError\u001b[0m                                 Traceback (most recent call last)",
+      "\u001b[0;32m<ipython-input-9-06cdae655127>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mmodel_b\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mGWR\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcoords\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0my\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mX\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m93\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mfamily\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mGaussian\u001b[0m\u001b[0;34m [...]
+      "\u001b[0;31mNameError\u001b[0m: name 'exog_scale' is not defined"
+     ]
+    }
+   ],
+   "source": [
+    "model_b = GWR(coords, y, X, 93, family=Gaussian(), fixed=False, kernel='bisquare', points=coords_b, exog_scale=exog_scale, exog_resid=exog_resid)\n",
+    "results_b = model_b.fit()\n",
+    "\n",
+    "print len(results_b.localR2)\n",
+    "print np.mean(results_b.localR2)\n",
+    "results_b.params"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[ 0.10295359  0.12385708  0.10256179  0.11029685  0.12763962  0.13120828\n",
+      "  0.11315837  0.11694384  0.09973951  0.1078668 ]\n",
+      "[-2.08922363 -1.87739571 -3.01213362 -1.70407901 -1.63392388 -2.74764987\n",
+      " -2.3025755  -1.20545144 -2.27245792 -2.87217588]\n",
+      "[[ 0.53068693]\n",
+      " [ 0.59582647]\n",
+      " [ 0.59700925]\n",
+      " [ 0.45769954]\n",
+      " [ 0.54634509]\n",
+      " [ 0.5494828 ]\n",
+      " [ 0.55159604]\n",
+      " [ 0.55634237]\n",
+      " [ 0.53903842]\n",
+      " [ 0.55884954]]\n"
+     ]
+    }
+   ],
+   "source": [
+    "print results_b.bse[0:10, 1]\n",
+    "\n",
+    "print results_b.tvalues[0:10, 1]\n",
+    "\n",
+    "print results_b.localR2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "ename": "NameError",
+     "evalue": "name 'results' is not defined",
+     "output_type": "error",
+     "traceback": [
+      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
+      "\u001b[0;31mNameError\u001b[0m                                 Traceback (most recent call last)",
+      "\u001b[0;32m<ipython-input-12-d127818b2d26>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[1;32m      1\u001b[0m \u001b[0;31m#Results in a set of mappable results\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 2\u001b[0;31m \u001b[0mresults\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mparams\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mshape\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
+      "\u001b[0;31mNameError\u001b[0m: name 'results' is not defined"
+     ]
+    }
+   ],
+   "source": [
+    "#Results in a set of mappable results \n",
+    "results.params.shape"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [],
+   "source": [
+    "#Map Parameter estimates and T-vals for each covariate\n",
+    "\n",
+    "for param in range(results.params.shape[1]):\n",
+    "    shp[str(param)] = results.params[:,param]\n",
+    "    vmin, vmax = np.min(shp[str(param)]), np.max(shp[str(param)]) \n",
+    "    ax = shp.plot(str(param), vmin=vmin, vmax=vmax, figsize=(8,8), cmap='YlOrRd')\n",
+    "    ax.set_title(labels[param] + ' Estimates')\n",
+    "    fig = ax.get_figure()\n",
+    "    cax = fig.add_axes([0.9, 0.1, 0.03, 0.8])\n",
+    "    sm = plt.cm.ScalarMappable(norm=plt.Normalize(vmin=vmin, vmax=vmax), cmap='YlOrRd')\n",
+    "    sm._A = []\n",
+    "    fig.colorbar(sm, cax=cax)\n",
+    "    \n",
+    "    shp[str(param)] = results.tvalues[:,param]\n",
+    "    vmin, vmax = np.min(shp[str(param)]), np.max(shp[str(param)]) \n",
+    "    ax = shp.plot(str(param), vmin=vmin, vmax=vmax, figsize=(8,8), cmap='Greys')\n",
+    "    ax.set_title(labels[param] + ' T-vals')\n",
+    "    fig = ax.get_figure()\n",
+    "    cax = fig.add_axes([0.9, 0.1, 0.03, 0.8])\n",
+    "    sm = plt.cm.ScalarMappable(norm=plt.Normalize(vmin=vmin, vmax=vmax), cmap='Greys')\n",
+    "    sm._A = []\n",
+    "    fig.colorbar(sm, cax=cax)\n",
+    "\n",
+    "    "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 121,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.colorbar.Colorbar at 0x136d8b150>"
+      ]
+     },
+     "execution_count": 121,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAgoAAAHqCAYAAABlbWZKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXd0VEUXwH+zPZWEHnrvHQTFT+lNpQgKCAIqiKI0ld5B\nVEAEBKkKUqUI0kE6IkW6jSodQocUQsruZuf7Y19CgJTd7AYQ53fOnuzOm7lz3+Ykc9+dO/cKKSUK\nhUKhUCgUyaF73AooFAqFQqF4clGGgkKhUCgUihRRhoJCoVAoFIoUUYaCQqFQKBSKFFGGgkKhUCgU\nihRRhoJCoVAoFIoUUYaCQvEYEEI4hBCFHrcejxshRA0hxMXHrYdCoUgZZSgoFIAQ4qwQovYjnDLF\nBCZCiO1CiBghRKQQ4roQYpkQIkdqwoQQHYUQx4QQEUKIK0KINUIIP++rnSGoZC4KxROMMhQUiseD\nSOWa [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1358c6410>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Map local R-square values which is a weighted R-square at each observation location\n",
+    "\n",
+    "shp['localR2'] = results.localR2\n",
+    "vmin, vmax = np.min(shp['localR2']), np.max(shp['localR2']) \n",
+    "ax = shp.plot('localR2', vmin=vmin, vmax=vmax, figsize=(8,8), cmap='PuBuGn')\n",
+    "ax.set_title('Local R-Squared')\n",
+    "fig = ax.get_figure()\n",
+    "cax = fig.add_axes([0.9, 0.1, 0.03, 0.8])\n",
+    "sm = plt.cm.ScalarMappable(norm=plt.Normalize(vmin=vmin, vmax=vmax), cmap='PuBuGn')\n",
+    "sm._A = []\n",
+    "fig.colorbar(sm, cax=cax)\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "??GWR\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "dists = np.zeros((10,159))\n",
+    "for x, point1 in enumerate(coords_b):\n",
+    "    for y, point2 in enumerate(coords):\n",
+    "        \n",
+    "        dists[x,y] = np.sqrt((point1[0] - point2[0])**2 + (point1[1] - point2[1])**2)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 135141.51708594,  176669.03854578,  150233.03041745, ...,\n",
+       "         101245.68031101,   37465.45393773,  186494.71599871],\n",
+       "       [  53079.72071743,   93989.76293746,   56523.70300113, ...,\n",
+       "         272750.51071353,  192366.73910219,  185946.3168796 ],\n",
+       "       [ 211071.91332835,  179410.69684634,  203731.38642588, ...,\n",
+       "         259876.04309332,  157691.66651843,   90086.32599479],\n",
+       "       ..., \n",
+       "       [ 233459.02913062,  277886.65118938,  250155.19163993, ...,\n",
+       "              0.        ,  116483.88542009,  277512.51277944],\n",
+       "       [ 142506.80885168,  169996.21028779,  153162.14012036, ...,\n",
+       "         116483.88542009,       0.        ,  161268.74061156],\n",
+       "       [ 144540.5180503 ,   95782.96853831,  130844.73173151, ...,\n",
+       "         277512.51277944,  161268.74061156,       0.        ]])"
+      ]
+     },
+     "execution_count": 12,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "dists"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "from pysal.contrib.gwr.kernels import adapt_bisquare, _Kernel"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 26,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "all_coords = np.vstack([coords, coords_b])\n",
+    "\n",
+    "W = adapt_bisquare(all_coords, 93)\n",
+    "\n",
+    "i = len(coords_b)\n",
+    "j = len(coords)\n",
+    "W = W[i:, :-j].T"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "test = _Kernel(coords, fixed=False, function='bisquare', truncate=False, k=92, points=coords_b)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[  2.14343799e-01,   6.75977473e-03,   1.13120557e-01, ...,\n",
+       "          4.88014350e-01,   9.19154786e-01,   5.15666694e-04],\n",
+       "       [  9.27168014e-01,   7.80855123e-01,   9.17619421e-01, ...,\n",
+       "          4.11566468e-04,   2.62825351e-01,   2.96646476e-01],\n",
+       "       [  2.55461442e-03,   9.86090262e-02,   1.33250285e-02, ...,\n",
+       "          1.92971340e-01,   2.20950550e-01,   6.84004125e-01],\n",
+       "       ..., \n",
+       "       [  3.01668776e-02,   4.39435726e-01,   1.20801314e-01, ...,\n",
+       "          1.00000000e+00,   5.00997875e-01,   4.33523139e-01],\n",
+       "       [  1.02455255e-01,   1.05479492e-03,   4.60574281e-02, ...,\n",
+       "          2.97821020e-01,   1.00000000e+00,   1.67110298e-02],\n",
+       "       [  3.42081437e-01,   6.68642075e-01,   4.35361409e-01, ...,\n",
+       "          2.81165199e-01,   2.33510795e-01,   1.00000000e+00]])"
+      ]
+     },
+     "execution_count": 11,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "test.kernel"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 49,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([ 0.        ,  0.17538125,  0.87525431,  0.42934275,  0.80242504,\n",
+       "        0.70359714,  0.27695634,  0.        ,  0.03083999,  0.76946793,\n",
+       "        0.7311884 ,  0.        ,  0.        ,  0.79126134,  0.70002409,\n",
+       "        0.        ,  0.        ,  0.        ,  0.        ,  0.00106685,\n",
+       "        0.        ,  0.7250386 ,  0.        ,  0.85643026,  0.34265747,\n",
+       "        0.01878214,  0.50266628,  0.        ,  0.        ,  0.1835491 ,\n",
+       "        0.        ,  0.        ,  0.11051018,  0.        ,  0.43041104,\n",
+       "        0.05143613,  0.10487   ,  0.        ,  0.02865854,  0.6171386 ,\n",
+       "        0.66370484,  0.        ,  0.58953303,  0.85720095,  0.        ,\n",
+       "        0.        ,  0.        ,  0.        ,  0.        ,  0.        ,\n",
+       "        0.        ,  0.06040493,  0.80528346,  0.        ,  0.17767534,\n",
+       "        0.        ,  0.        ,  0.        ,  0.        ,  0.        ,\n",
+       "        0.        ,  0.        ,  0.        ,  0.        ,  0.        ,\n",
+       "        0.04826184,  0.58892109,  0.        ,  0.        ,  0.96186502,\n",
+       "        0.18599788,  0.4800177 ,  0.40543209,  0.        ,  0.        ,\n",
+       "        0.63230904,  0.42509109,  0.07603503,  0.85398556,  0.        ,\n",
+       "        0.88942771,  0.55254905,  0.        ,  0.00509282,  0.8178033 ,\n",
+       "        0.        ,  0.        ,  0.        ,  0.        ,  0.06647948,\n",
+       "        0.17309084,  0.        ,  0.85232385,  0.        ,  0.        ,\n",
+       "        0.        ,  0.        ,  0.        ,  0.        ,  0.        ,\n",
+       "        0.        ,  0.        ,  0.94253873,  0.        ,  0.        ,\n",
+       "        0.24485917,  0.        ,  0.        ,  0.        ,  0.        ,\n",
+       "        0.10398147,  0.        ,  0.        ,  0.4884651 ,  0.06003501,\n",
+       "        0.        ,  0.        ,  0.        ,  0.00648795,  0.        ,\n",
+       "        0.        ,  0.92289548,  0.        ,  0.78258809,  0.01501169,\n",
+       "        0.30025862,  0.46065143,  0.9013738 ,  0.        ,  0.68516546,\n",
+       "        0.        ,  0.31872397,  0.00733061,  0.        ,  0.        ,\n",
+       "        0.        ,  0.        ,  0.83474417,  0.00833362,  0.17211238,\n",
+       "        0.920988  ,  0.        ,  0.77178798,  0.        ,  0.        ,\n",
+       "        0.37447591,  0.        ,  0.05710858,  0.28441712,  0.17211238,\n",
+       "        0.920988  ,  0.        ,  0.77178798,  0.        ,  0.        ,\n",
+       "        0.37447591,  0.        ,  0.05710858,  0.28441712])"
+      ]
+     },
+     "execution_count": 49,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "W[0]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "from pysal.contrib.gwr.kernels import adapt_bisquare, _Kernel\n",
+    "#W = adapt_bisquare(coords, 93, coords_b)\n",
+    "w = _Kernel(coords, fixed=False, k=93-1, function='bisquare', points=coords_b, truncate=False)\n",
+    "#W = _Kernel(coords, fixed=False, function='bisquare', truncate=False, k=92, points=coords_b)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 184412.62167661],\n",
+       "       [ 275559.98944177],\n",
+       "       [ 216617.15163301],\n",
+       "       [ 187859.24904361],\n",
+       "       [ 267873.107272  ],\n",
+       "       [ 313030.23895156],\n",
+       "       [ 177791.79358056],\n",
+       "       [ 215493.75350882],\n",
+       "       [ 172825.86012155],\n",
+       "       [ 224337.23222372]])"
+      ]
+     },
+     "execution_count": 16,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "w.bandwidth"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "??adapt_bisquare()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "ename": "ValueError",
+     "evalue": "operands could not be broadcast together with shapes (4,1) (159,1) ",
+     "output_type": "error",
+     "traceback": [
+      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
+      "\u001b[0;31mValueError\u001b[0m                                Traceback (most recent call last)",
+      "\u001b[0;32m<ipython-input-8-4ac9090f9d7c>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mresults_a\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mTSS\u001b[0m \u001b[0;34m/\u001b[0m \u001b[0mresults_a\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mRSS\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
+      "\u001b[0;31mValueError\u001b[0m: operands could not be broadcast together with shapes (4,1) (159,1) "
+     ]
+    }
+   ],
+   "source": [
+    "results_a.TSS / results_a.RSS"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 0.55018249],\n",
+       "       [ 0.55508304],\n",
+       "       [ 0.55067801],\n",
+       "       [ 0.56737294],\n",
+       "       [ 0.56034496],\n",
+       "       [ 0.55163749],\n",
+       "       [ 0.55802282],\n",
+       "       [ 0.56646836],\n",
+       "       [ 0.50958839],\n",
+       "       [ 0.5488834 ],\n",
+       "       [ 0.57973455],\n",
+       "       [ 0.53019011],\n",
+       "       [ 0.60128026],\n",
+       "       [ 0.56221182],\n",
+       "       [ 0.60339059],\n",
+       "       [ 0.5763165 ],\n",
+       "       [ 0.54286951],\n",
+       "       [ 0.5833684 ],\n",
+       "       [ 0.57449946],\n",
+       "       [ 0.61737272],\n",
+       "       [ 0.55380111],\n",
+       "       [ 0.61102546],\n",
+       "       [ 0.54879739],\n",
+       "       [ 0.60489614],\n",
+       "       [ 0.61531061],\n",
+       "       [ 0.63084783],\n",
+       "       [ 0.56313164],\n",
+       "       [ 0.56211435],\n",
+       "       [ 0.55190234],\n",
+       "       [ 0.58028618],\n",
+       "       [ 0.59173197],\n",
+       "       [ 0.58525895],\n",
+       "       [ 0.57748692],\n",
+       "       [ 0.5337402 ],\n",
+       "       [ 0.55415337],\n",
+       "       [ 0.54475232],\n",
+       "       [ 0.55563599],\n",
+       "       [ 0.61699849],\n",
+       "       [ 0.60978055],\n",
+       "       [ 0.57534427],\n",
+       "       [ 0.55258532],\n",
+       "       [ 0.55419367],\n",
+       "       [ 0.55921201],\n",
+       "       [ 0.57623454],\n",
+       "       [ 0.50215786],\n",
+       "       [ 0.58823547],\n",
+       "       [ 0.56940733],\n",
+       "       [ 0.59411556],\n",
+       "       [ 0.5705367 ],\n",
+       "       [ 0.58869272],\n",
+       "       [ 0.59467316],\n",
+       "       [ 0.55097965],\n",
+       "       [ 0.53283037],\n",
+       "       [ 0.57561545],\n",
+       "       [ 0.54449461],\n",
+       "       [ 0.60433883],\n",
+       "       [ 0.57143884],\n",
+       "       [ 0.55955218],\n",
+       "       [ 0.5486125 ],\n",
+       "       [ 0.58597217],\n",
+       "       [ 0.54926699],\n",
+       "       [ 0.54599256],\n",
+       "       [ 0.61630895],\n",
+       "       [ 0.55746869],\n",
+       "       [ 0.55499711],\n",
+       "       [ 0.55931011],\n",
+       "       [ 0.56417   ],\n",
+       "       [ 0.54673444],\n",
+       "       [ 0.5540521 ],\n",
+       "       [ 0.56008229],\n",
+       "       [ 0.59327121],\n",
+       "       [ 0.64547689],\n",
+       "       [ 0.54818115],\n",
+       "       [ 0.62552538],\n",
+       "       [ 0.58738464],\n",
+       "       [ 0.57551537],\n",
+       "       [ 0.52859729],\n",
+       "       [ 0.55451107],\n",
+       "       [ 0.56953983],\n",
+       "       [ 0.50665376],\n",
+       "       [ 0.53630241],\n",
+       "       [ 0.54924515],\n",
+       "       [ 0.51356766],\n",
+       "       [ 0.56402094],\n",
+       "       [ 0.60593352],\n",
+       "       [ 0.5664703 ],\n",
+       "       [ 0.48498454],\n",
+       "       [ 0.57497136],\n",
+       "       [ 0.603174  ],\n",
+       "       [ 0.55005894],\n",
+       "       [ 0.60048813],\n",
+       "       [ 0.57134237],\n",
+       "       [ 0.54907691],\n",
+       "       [ 0.54975445],\n",
+       "       [ 0.61465079],\n",
+       "       [ 0.6060417 ],\n",
+       "       [ 0.55180747],\n",
+       "       [ 0.62700231],\n",
+       "       [ 0.63110394],\n",
+       "       [ 0.56627448],\n",
+       "       [ 0.55936342],\n",
+       "       [ 0.59153842],\n",
+       "       [ 0.49072277],\n",
+       "       [ 0.56039346],\n",
+       "       [ 0.54861849],\n",
+       "       [ 0.64223183],\n",
+       "       [ 0.56429376],\n",
+       "       [ 0.55584156],\n",
+       "       [ 0.55414867],\n",
+       "       [ 0.58173359],\n",
+       "       [ 0.59096694],\n",
+       "       [ 0.55677681],\n",
+       "       [ 0.5811985 ],\n",
+       "       [ 0.61684415],\n",
+       "       [ 0.58192915],\n",
+       "       [ 0.56583346],\n",
+       "       [ 0.5632224 ],\n",
+       "       [ 0.59850011],\n",
+       "       [ 0.54152829],\n",
+       "       [ 0.58753223],\n",
+       "       [ 0.54196418],\n",
+       "       [ 0.56961293],\n",
+       "       [ 0.60674024],\n",
+       "       [ 0.56542027],\n",
+       "       [ 0.56345589],\n",
+       "       [ 0.59930614],\n",
+       "       [ 0.54614222],\n",
+       "       [ 0.61625657],\n",
+       "       [ 0.59130554],\n",
+       "       [ 0.63750061],\n",
+       "       [ 0.55951303],\n",
+       "       [ 0.56151487],\n",
+       "       [ 0.62565668],\n",
+       "       [ 0.47217495],\n",
+       "       [ 0.58182132],\n",
+       "       [ 0.55963473],\n",
+       "       [ 0.54540066],\n",
+       "       [ 0.53159056],\n",
+       "       [ 0.54104851],\n",
+       "       [ 0.49172269],\n",
+       "       [ 0.6391049 ],\n",
+       "       [ 0.55938683],\n",
+       "       [ 0.54270534],\n",
+       "       [ 0.54468759],\n",
+       "       [ 0.6266155 ],\n",
+       "       [ 0.55445185],\n",
+       "       [ 0.55985567],\n",
+       "       [ 0.59130847],\n",
+       "       [ 0.55217823],\n",
+       "       [ 0.53068693],\n",
+       "       [ 0.59582647],\n",
+       "       [ 0.59700925],\n",
+       "       [ 0.45769954],\n",
+       "       [ 0.54634509],\n",
+       "       [ 0.5494828 ],\n",
+       "       [ 0.55159604],\n",
+       "       [ 0.55634237],\n",
+       "       [ 0.53903842],\n",
+       "       [ 0.55884954]])"
+      ]
+     },
+     "execution_count": 10,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "results_a.localR2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 47,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "385.87740857134793"
+      ]
+     },
+     "execution_count": 47,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.sum(results_b.W[0].reshape((-1,1)) * (results_b.y.reshape((-1,1)) - results_a.predy.reshape((-1,1)))**2)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 19,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([-0.62264884,  0.79783573, -1.90581472,  0.58585524, -1.77602421])"
+      ]
+     },
+     "execution_count": 19,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "(results_a.y - results_a.mu)[0:5]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 39,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[-0.62264884],\n",
+       "       [ 0.79783573],\n",
+       "       [-1.90581472],\n",
+       "       [ 0.58585524],\n",
+       "       [-1.77602421]])"
+      ]
+     },
+     "execution_count": 39,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "(results_a.y.reshape((-1,1)) - results_a.predy.reshape((-1,1)))[0:5]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 41,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([-0.62264884,  0.79783573, -1.90581472,  0.58585524, -1.77602421])"
+      ]
+     },
+     "execution_count": 41,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "results_a.resid_response[0:5]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 40,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "ename": "TypeError",
+     "evalue": "object of type 'GWRResults' has no len()",
+     "output_type": "error",
+     "traceback": [
+      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
+      "\u001b[0;31mTypeError\u001b[0m                                 Traceback (most recent call last)",
+      "\u001b[0;32m<ipython-input-40-c10354c94228>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mprint\u001b[0m \u001b[0mlen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mtest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
+      "\u001b[0;31mTypeError\u001b[0m: object of type 'GWRResults' has no len()"
+     ]
+    }
+   ],
+   "source": [
+    "print len(test)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 41,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[  0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17\n",
+      "  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35\n",
+      "  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53\n",
+      "  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71\n",
+      "  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89\n",
+      "  90  91  92  93  94  95  96  97  98  99 100 101 102 103 104 105 106 107\n",
+      " 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125\n",
+      " 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143\n",
+      " 144 145 146 147 148]\n"
+     ]
+    }
+   ],
+   "source": [
+    "print(train)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 42,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "159\n"
+     ]
+    }
+   ],
+   "source": [
+    "print len(coords)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [test_gwr]",
+   "language": "python",
+   "name": "Python [test_gwr]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.13"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/gwr/search.py b/pysal/contrib/gwr/search.py
new file mode 100644
index 0000000..80b996f
--- /dev/null
+++ b/pysal/contrib/gwr/search.py
@@ -0,0 +1,143 @@
+#Bandwidth optimization methods
+
+__author__ = "Taylor Oshan"
+
+import numpy as np
+
+def golden_section(a, c, delta, function, tol, max_iter, int_score=False):
+    """
+    Golden section search routine
+    Method: p212, 9.6.4
+    Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+    Geographically weighted regression: the analysis of spatially varying relationships.
+
+    Parameters
+    ----------
+    a               : float
+                      initial max search section value
+    b               : float
+                      initial min search section value
+    delta           : float
+                      constant used to determine width of search sections
+    function        : function
+                      obejective function to be evaluated at different section
+                      values
+    int_score       : boolean
+                      False for float score, True for integer score
+    tol             : float
+                      tolerance used to determine convergence
+    max_iter        : integer
+                      maximum iterations if no convergence to tolerance
+
+    Returns
+    -------
+    opt_val         : float
+                      optimal value
+    opt_score       : kernel
+                      optimal score
+    output          : list of tuples
+                      searching history
+    """
+    b = a + delta * np.abs(c-a)
+    d = c - delta * np.abs(c-a)
+    score = 0.0
+    diff = 1.0e9
+    iters  = 0
+    output = []
+    while np.abs(diff) > tol and iters < max_iter:
+        iters += 1
+        if int_score:
+            b = np.round(b)
+            d = np.round(d)
+
+        score_a = function(a)
+        score_b = function(b)
+        score_c = function(c)
+        score_d = function(d)
+
+        if score_b <= score_d:
+            opt_val = b
+            opt_score = score_b
+            c = d
+            d = b
+            b = a + delta * np.abs(c-a)
+            #if int_score:
+                #b = np.round(b)
+        else:
+            opt_val = d
+            opt_score = score_d
+            a = b
+            b = d
+            d = c - delta * np.abs(c-a)
+            #if int_score:
+                #d = np.round(b)
+
+        #if int_score:
+        # opt_val = np.round(opt_val)
+        output.append((opt_val, opt_score))
+        diff = score_b - score_d
+        score = opt_score
+    return np.round(opt_val, 2), opt_score, output
+
+def equal_interval(l_bound, u_bound, interval, function, int_score=False):
+    """
+    Interval search, using interval as stepsize
+
+    Parameters
+    ----------
+    l_bound         : float
+                      initial min search section value
+    u_bound         : float
+                      initial max search section value
+    interval        : float
+                      constant used to determine width of search sections
+    function        : function
+                      obejective function to be evaluated at different section
+                      values
+    int_score       : boolean
+                      False for float score, True for integer score
+
+    Returns
+    -------
+    opt_val         : float
+                      optimal value
+    opt_score       : kernel
+                      optimal score
+    output          : list of tuples
+                      searching history
+    """
+    a = l_bound
+    c = u_bound
+    b = a + interval
+    if int_score:
+        a = np.round(a,0)
+        c = np.round(c,0)
+        b = np.round(b,0)
+
+    output = []
+
+    score_a = function(a)
+    score_c = function(c)
+
+    output.append((a,score_a))
+    output.append((c,score_c))
+
+    if score_a < score_c:
+        opt_val = a
+        opt_score = score_a
+    else:
+        opt_val = c
+        opt_score = score_c
+
+    while b < c:
+        score_b = function(b)
+
+        output.append((b,score_b))
+
+        if score_b < opt_score:
+            opt_val = b
+            opt_score = score_b
+        b = b + interval
+
+    return opt_val, opt_score, output
+
diff --git a/pysal/contrib/gwr/sel_bw.py b/pysal/contrib/gwr/sel_bw.py
new file mode 100644
index 0000000..cd30f8e
--- /dev/null
+++ b/pysal/contrib/gwr/sel_bw.py
@@ -0,0 +1,256 @@
+# GWR Bandwidth selection class
+
+#x_glob parameter does not yet do anything; it is for semiparametric
+
+
+__author__ = "Taylor Oshan Tayoshan at gmail.com"
+
+from kernels import *
+from search import golden_section, equal_interval
+from gwr import GWR
+from pysal.contrib.glm.family import Gaussian, Poisson, Binomial
+import pysal.spreg.user_output as USER
+from diagnostics import get_AICc, get_AIC, get_BIC, get_CV
+from scipy.spatial.distance import pdist, squareform
+from pysal.common import KDTree
+import numpy as np
+
+kernels = {1: fix_gauss, 2: adapt_gauss, 3: fix_bisquare, 4:
+        adapt_bisquare, 5: fix_exp, 6:adapt_exp}
+getDiag = {'AICc': get_AICc,'AIC':get_AIC, 'BIC': get_BIC, 'CV': get_CV}
+
+class Sel_BW(object):
+    """
+    Select bandwidth for kernel
+
+    Methods: p211 - p213, bandwidth selection
+    Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+    Geographically weighted regression: the analysis of spatially varying relationships.
+
+    Parameters
+    ----------
+    y              : array
+                     n*1, dependent variable.
+    X_glob         : array
+                     n*k1, fixed independent variable.
+    X_loc          : array
+                     n*k2, local independent variable, including constant.
+    coords         : list of tuples
+                     (x,y) of points used in bandwidth selection
+    family         : string
+                     GWR model type: 'Gaussian', 'logistic, 'Poisson''
+    offset         : array
+                     n*1, offset variable for Poisson model
+    kernel         : string
+                     kernel function: 'gaussian', 'bisquare', 'exponetial'
+    fixed          : boolean
+                     True for fixed bandwidth and False for adaptive (NN)
+    constant       : boolean
+                     True to include intercept (default) in model and False to exclude
+                     intercept.
+
+
+    Attributes
+    ----------
+    y              : array
+                     n*1, dependent variable.
+    X_glob         : array
+                     n*k1, fixed independent variable.
+    X_loc          : array
+                     n*k2, local independent variable, including constant.
+    coords         : list of tuples
+                     (x,y) of points used in bandwidth selection
+    family         : string
+                     GWR model type: 'Gaussian', 'logistic, 'Poisson''
+    kernel         : string
+                     type of kernel used and wether fixed or adaptive
+    criterion      : string
+                     bw selection criterion: 'AICc', 'AIC', 'BIC', 'CV'
+    search         : string
+                     bw search method: 'golden', 'interval'
+    bw_min         : float
+                     min value used in bandwidth search
+    bw_max         : float
+                     max value used in bandwidth search
+    interval       : float
+                     interval increment used in interval search
+    tol            : float
+                     tolerance used to determine convergence
+    max_iter       : integer
+                     max interations if no convergence to tol
+    constant       : boolean
+                     True to include intercept (default) in model and False to exclude
+                     intercept.
+    Examples
+    ________
+
+    >>> import pysal
+    >>> from pysal.contrib.gwr.sel_bw import Sel_BW
+    >>> data = pysal.open(pysal.examples.get_path('GData_utm.csv'))
+    >>> coords = zip(data.bycol('X'), data.by_col('Y')) 
+    >>> y = np.array(data.by_col('PctBach')).reshape((-1,1))
+    >>> rural = np.array(data.by_col('PctRural')).reshape((-1,1))
+    >>> pov = np.array(data.by_col('PctPov')).reshape((-1,1))
+    >>> african_amer = np.array(data.by_col('PctBlack')).reshape((-1,1))
+    >>> X = np.hstack([rural, pov, african_amer])
+    
+    #Golden section search AICc - adaptive bisquare
+    >>> bw = Sel_BW(coords, y, X).search(criterion='AICc')
+    >>> print bw
+    93.0
+
+    #Golden section search AIC - adaptive Gaussian
+    >>> bw = Sel_BW(coords, y, X, kernel='gaussian').search(criterion='AIC')
+    >>> print bw
+    50.0
+
+    #Golden section search BIC - adaptive Gaussian
+    >>> bw = Sel_BW(coords, y, X, kernel='gaussian').search(criterion='BIC')
+    >>> print bw
+    62.0
+
+    #Golden section search CV - adaptive Gaussian
+    >>> bw = Sel_BW(coords, y, X, kernel='gaussian').search(criterion='CV')
+    >>> print bw
+    68.0
+
+    #Interval AICc - fixed bisquare
+    >>>  sel = Sel_BW(coords, y, X, fixed=True).
+    >>>  bw = sel.search(search='interval', bw_min=211001.0, bw_max=211035.0, interval=2) 
+    >>> print bw
+    211025.0
+
+    """
+    def __init__(self, coords, y, X_loc, X_glob=None, family=Gaussian(),
+            offset=None, kernel='bisquare', fixed=False, constant=True):
+        self.coords = coords
+        self.y = y
+        self.X_loc = X_loc
+        if X_glob is not None:
+            self.X_glob = X_glob
+        else:
+            self.X_glob = []
+        self.family=family
+        self.fixed = fixed
+        self.kernel = kernel
+        if offset is None:
+            self.offset = np.ones((len(y), 1))
+        else:
+            self.offset = offset * 1.0
+        self.constant = constant
+
+    def search(self, search='golden_section', criterion='AICc', bw_min=0.0,
+            bw_max=0.0, interval=0.0, tol=1.0e-6, max_iter=200):
+        """
+        Parameters
+        ----------
+        criterion      : string
+                         bw selection criterion: 'AICc', 'AIC', 'BIC', 'CV'
+        search         : string
+                         bw search method: 'golden', 'interval'
+        bw_min         : float
+                         min value used in bandwidth search
+        bw_max         : float
+                         max value used in bandwidth search
+        interval       : float
+                         interval increment used in interval search
+        tol            : float
+                         tolerance used to determine convergence
+        max_iter       : integer
+                         max iterations if no convergence to tol
+
+        Returns
+        -------
+        bw             : scalar or array
+                         optimal bandwidth value
+        """
+        self.search = search
+        self.criterion = criterion
+        self.bw_min = bw_min
+        self.bw_max = bw_max
+        self.interval = interval
+        self.tol = tol
+        self.max_iter = max_iter
+
+        if self.fixed:
+            if self.kernel == 'gaussian':
+                ktype = 1
+            elif self.kernel == 'bisquare':
+                ktype = 3
+            elif self.kernel == 'exponential':
+                ktype = 5
+            else:
+                raise TypeError('Unsupported kernel function ', self.kernel)
+        else:
+            if self.kernel == 'gaussian':
+                ktype = 2
+            elif self.kernel == 'bisquare':
+                ktype = 4
+            elif self.kernel == 'exponential':
+                ktype = 6
+            else:
+                raise TypeError('Unsupported kernel function ', self.kernel)
+
+        function = lambda bw: getDiag[criterion](
+                GWR(self.coords, self.y, self.x_loc, bw, family=self.family,
+                    kernel=self.kernel, fixed=self.fixed, offset=self.offset).fit())
+
+        if ktype % 2 == 0:
+            int_score = True
+        else:
+            int_score = False
+        self.int_score = int_score
+
+        self._bw()
+
+        return self.bw[0]
+
+    def _bw(self):
+        gwr_func = lambda bw: getDiag[self.criterion](
+                GWR(self.coords, self.y, self.X_loc, bw, family=self.family,
+                    kernel=self.kernel, fixed=self.fixed, constant=self.constant).fit())
+        if self.search == 'golden_section':
+            a,c = self._init_section(self.X_glob, self.X_loc, self.coords,
+                    self.constant)
+            delta = 0.38197 #1 - (np.sqrt(5.0)-1.0)/2.0
+            self.bw = golden_section(a, c, delta, gwr_func, self.tol,
+                    self.max_iter, self.int_score)
+        elif self.search == 'interval':
+            self.bw = equal_interval(self.bw_min, self.bw_max, self.interval,
+                    gwr_func, self.int_score)
+        else:
+            raise TypeError('Unsupported computational search method ', search)
+
+
+    def _init_section(self, X_glob, X_loc, coords, constant):
+        if len(X_glob) > 0:
+            n_glob = X_glob.shape[1]
+        else:
+            n_glob = 0
+        if len(X_loc) > 0:
+            n_loc = X_loc.shape[1]
+        else:
+            n_loc = 0
+        if constant:
+            n_vars = n_glob + n_loc + 1
+        else:
+            n_vars = n_glob + n_loc
+        n = np.array(coords).shape[0]
+
+        if self.int_score:
+            a = 40 + 2 * n_vars
+            c = n
+        else:
+            nn = 40 + 2 * n_vars
+            sq_dists = squareform(pdist(coords))
+            sort_dists = np.sort(sq_dists, axis=1)
+            min_dists = sort_dists[:,nn-1]
+            max_dists = sort_dists[:,-1]
+            a = np.min(min_dists)/2.0
+            c = np.max(max_dists)/2.0
+
+        if a < self.bw_min:
+            a = self.bw_min
+        if c > self.bw_max and self.bw_max > 0:
+            c = self.bw_max
+        return a, c
diff --git a/pysal/contrib/gwr/tests/test_gwr.py b/pysal/contrib/gwr/tests/test_gwr.py
new file mode 100644
index 0000000..ed64af3
--- /dev/null
+++ b/pysal/contrib/gwr/tests/test_gwr.py
@@ -0,0 +1,849 @@
+"""
+GWR is tested against results from GWR4
+"""
+
+import unittest
+import pickle as pk
+from pysal.contrib.gwr.gwr import GWR
+from pysal.contrib.gwr.sel_bw import Sel_BW
+from pysal.contrib.gwr.diagnostics import get_AICc, get_AIC, get_BIC, get_CV
+from pysal.contrib.glm.family import Gaussian, Poisson, Binomial
+import numpy as np
+import pysal
+
+class TestGWRGaussian(unittest.TestCase):
+    def setUp(self):
+        data = pysal.open(pysal.examples.get_path('GData_utm.csv'))
+        self.coords = zip(data.by_col('X'), data.by_col('Y'))
+        self.y = np.array(data.by_col('PctBach')).reshape((-1,1))
+        rural  = np.array(data.by_col('PctRural')).reshape((-1,1))
+        pov = np.array(data.by_col('PctPov')).reshape((-1,1)) 
+        black = np.array(data.by_col('PctBlack')).reshape((-1,1))
+        self.X = np.hstack([rural, pov, black])
+        self.BS_F = pysal.open(pysal.examples.get_path('georgia_BS_F_listwise.csv'))
+        self.BS_NN = pysal.open(pysal.examples.get_path('georgia_BS_NN_listwise.csv'))
+        self.GS_F = pysal.open(pysal.examples.get_path('georgia_GS_F_listwise.csv'))
+        self.GS_NN = pysal.open(pysal.examples.get_path('georgia_GS_NN_listwise.csv'))
+        self.MGWR = pk.load(open(pysal.examples.get_path('FB.p'), 'r'))
+        self.XB = pk.load(open(pysal.examples.get_path('XB.p'), 'r'))
+        self.err = pk.load(open(pysal.examples.get_path('err.p'), 'r'))
+
+    def test_BS_F(self):
+        est_Int = self.BS_F.by_col(' est_Intercept')
+        se_Int = self.BS_F.by_col(' se_Intercept')
+        t_Int = self.BS_F.by_col(' t_Intercept')
+        est_rural = self.BS_F.by_col(' est_PctRural')
+        se_rural = self.BS_F.by_col(' se_PctRural')
+        t_rural = self.BS_F.by_col(' t_PctRural')
+        est_pov = self.BS_F.by_col(' est_PctPov')
+        se_pov = self.BS_F.by_col(' se_PctPov')
+        t_pov = self.BS_F.by_col(' t_PctPov')
+        est_black = self.BS_F.by_col(' est_PctBlack')
+        se_black = self.BS_F.by_col(' se_PctBlack')
+        t_black = self.BS_F.by_col(' t_PctBlack')
+        yhat = self.BS_F.by_col(' yhat')
+        res = np.array(self.BS_F.by_col(' residual'))
+        std_res = np.array(self.BS_F.by_col(' std_residual')).reshape((-1,1))
+        localR2 = np.array(self.BS_F.by_col(' localR2')).reshape((-1,1))
+        inf = np.array(self.BS_F.by_col(' influence')).reshape((-1,1))
+        cooksD = np.array(self.BS_F.by_col(' CooksD')).reshape((-1,1))
+        
+        model = GWR(self.coords, self.y, self.X, bw=209267.689, fixed=True)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        CV = get_CV(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 894.0)
+        self.assertAlmostEquals(np.floor(AIC), 890.0)
+        self.assertAlmostEquals(np.floor(BIC), 944.0)
+        self.assertAlmostEquals(np.round(CV,2), 18.25)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-04)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-04)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-04)
+        np.testing.assert_allclose(est_rural, rslt.params[:,1], rtol=1e-04)
+        np.testing.assert_allclose(se_rural, rslt.bse[:,1], rtol=1e-04)
+        np.testing.assert_allclose(t_rural, rslt.tvalues[:,1], rtol=1e-04)
+        np.testing.assert_allclose(est_pov, rslt.params[:,2], rtol=1e-04)
+        np.testing.assert_allclose(se_pov, rslt.bse[:,2], rtol=1e-04)
+        np.testing.assert_allclose(t_pov, rslt.tvalues[:,2], rtol=1e-04)
+        np.testing.assert_allclose(est_black, rslt.params[:,3], rtol=1e-02)
+        np.testing.assert_allclose(se_black, rslt.bse[:,3], rtol=1e-02)
+        np.testing.assert_allclose(t_black, rslt.tvalues[:,3], rtol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-05)
+        np.testing.assert_allclose(res, rslt.resid_response, rtol=1e-04)
+        np.testing.assert_allclose(std_res, rslt.std_res, rtol=1e-04)
+        np.testing.assert_allclose(localR2, rslt.localR2, rtol=1e-05)
+        np.testing.assert_allclose(inf, rslt.influ, rtol=1e-04)
+        np.testing.assert_allclose(cooksD, rslt.cooksD, rtol=1e-00)
+
+    def test_BS_NN(self):
+        est_Int = self.BS_NN.by_col(' est_Intercept')
+        se_Int = self.BS_NN.by_col(' se_Intercept')
+        t_Int = self.BS_NN.by_col(' t_Intercept')
+        est_rural = self.BS_NN.by_col(' est_PctRural')
+        se_rural = self.BS_NN.by_col(' se_PctRural')
+        t_rural = self.BS_NN.by_col(' t_PctRural')
+        est_pov = self.BS_NN.by_col(' est_PctPov')
+        se_pov = self.BS_NN.by_col(' se_PctPov')
+        t_pov = self.BS_NN.by_col(' t_PctPov')
+        est_black = self.BS_NN.by_col(' est_PctBlack')
+        se_black = self.BS_NN.by_col(' se_PctBlack')
+        t_black = self.BS_NN.by_col(' t_PctBlack')
+        yhat = self.BS_NN.by_col(' yhat')
+        res = np.array(self.BS_NN.by_col(' residual'))
+        std_res = np.array(self.BS_NN.by_col(' std_residual')).reshape((-1,1))
+        localR2 = np.array(self.BS_NN.by_col(' localR2')).reshape((-1,1))
+        inf = np.array(self.BS_NN.by_col(' influence')).reshape((-1,1))
+        cooksD = np.array(self.BS_NN.by_col(' CooksD')).reshape((-1,1))
+
+        model = GWR(self.coords, self.y, self.X, bw=90.000, fixed=False)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        CV = get_CV(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 896.0)
+        self.assertAlmostEquals(np.floor(AIC), 892.0)
+        self.assertAlmostEquals(np.floor(BIC), 941.0)
+        self.assertAlmostEquals(np.around(CV, 2), 19.19)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-04)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-04)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-04)
+        np.testing.assert_allclose(est_rural, rslt.params[:,1], rtol=1e-04)
+        np.testing.assert_allclose(se_rural, rslt.bse[:,1], rtol=1e-04)
+        np.testing.assert_allclose(t_rural, rslt.tvalues[:,1], rtol=1e-04)
+        np.testing.assert_allclose(est_pov, rslt.params[:,2], rtol=1e-04)
+        np.testing.assert_allclose(se_pov, rslt.bse[:,2], rtol=1e-04)
+        np.testing.assert_allclose(t_pov, rslt.tvalues[:,2], rtol=1e-04)
+        np.testing.assert_allclose(est_black, rslt.params[:,3], rtol=1e-02)
+        np.testing.assert_allclose(se_black, rslt.bse[:,3], rtol=1e-02)
+        np.testing.assert_allclose(t_black, rslt.tvalues[:,3], rtol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-05)
+        np.testing.assert_allclose(res, rslt.resid_response, rtol=1e-04)
+        np.testing.assert_allclose(std_res, rslt.std_res, rtol=1e-04)
+        np.testing.assert_allclose(localR2, rslt.localR2, rtol=1e-05)
+        np.testing.assert_allclose(inf, rslt.influ, rtol=1e-04)
+        np.testing.assert_allclose(cooksD, rslt.cooksD, rtol=1e-00)
+
+    def test_GS_F(self):
+        est_Int = self.GS_F.by_col(' est_Intercept')
+        se_Int = self.GS_F.by_col(' se_Intercept')
+        t_Int = self.GS_F.by_col(' t_Intercept')
+        est_rural = self.GS_F.by_col(' est_PctRural')
+        se_rural = self.GS_F.by_col(' se_PctRural')
+        t_rural = self.GS_F.by_col(' t_PctRural')
+        est_pov = self.GS_F.by_col(' est_PctPov')
+        se_pov = self.GS_F.by_col(' se_PctPov')
+        t_pov = self.GS_F.by_col(' t_PctPov')
+        est_black = self.GS_F.by_col(' est_PctBlack')
+        se_black = self.GS_F.by_col(' se_PctBlack')
+        t_black = self.GS_F.by_col(' t_PctBlack')
+        yhat = self.GS_F.by_col(' yhat')
+        res = np.array(self.GS_F.by_col(' residual'))
+        std_res = np.array(self.GS_F.by_col(' std_residual')).reshape((-1,1))
+        localR2 = np.array(self.GS_F.by_col(' localR2')).reshape((-1,1))
+        inf = np.array(self.GS_F.by_col(' influence')).reshape((-1,1))
+        cooksD = np.array(self.GS_F.by_col(' CooksD')).reshape((-1,1))
+        
+        model = GWR(self.coords, self.y, self.X, bw=87308.298,
+                kernel='gaussian', fixed=True)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        CV = get_CV(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 895.0)
+        self.assertAlmostEquals(np.floor(AIC), 890.0)
+        self.assertAlmostEquals(np.floor(BIC), 943.0)
+        self.assertAlmostEquals(np.around(CV, 2), 18.21)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-04)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-04)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-04)
+        np.testing.assert_allclose(est_rural, rslt.params[:,1], rtol=1e-04)
+        np.testing.assert_allclose(se_rural, rslt.bse[:,1], rtol=1e-04)
+        np.testing.assert_allclose(t_rural, rslt.tvalues[:,1], rtol=1e-04)
+        np.testing.assert_allclose(est_pov, rslt.params[:,2], rtol=1e-04)
+        np.testing.assert_allclose(se_pov, rslt.bse[:,2], rtol=1e-04)
+        np.testing.assert_allclose(t_pov, rslt.tvalues[:,2], rtol=1e-04)
+        np.testing.assert_allclose(est_black, rslt.params[:,3], rtol=1e-02)
+        np.testing.assert_allclose(se_black, rslt.bse[:,3], rtol=1e-02)
+        np.testing.assert_allclose(t_black, rslt.tvalues[:,3], rtol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-05)
+        np.testing.assert_allclose(res, rslt.resid_response, rtol=1e-04)
+        np.testing.assert_allclose(std_res, rslt.std_res, rtol=1e-04)
+        np.testing.assert_allclose(localR2, rslt.localR2, rtol=1e-05)
+        np.testing.assert_allclose(inf, rslt.influ, rtol=1e-04)
+        np.testing.assert_allclose(cooksD, rslt.cooksD, rtol=1e-00)
+        
+    def test_GS_NN(self):
+        est_Int = self.GS_NN.by_col(' est_Intercept')
+        se_Int = self.GS_NN.by_col(' se_Intercept')
+        t_Int = self.GS_NN.by_col(' t_Intercept')
+        est_rural = self.GS_NN.by_col(' est_PctRural')
+        se_rural = self.GS_NN.by_col(' se_PctRural')
+        t_rural = self.GS_NN.by_col(' t_PctRural')
+        est_pov = self.GS_NN.by_col(' est_PctPov')
+        se_pov = self.GS_NN.by_col(' se_PctPov')
+        t_pov = self.GS_NN.by_col(' t_PctPov')
+        est_black = self.GS_NN.by_col(' est_PctBlack')
+        se_black = self.GS_NN.by_col(' se_PctBlack')
+        t_black = self.GS_NN.by_col(' t_PctBlack')
+        yhat = self.GS_NN.by_col(' yhat')
+        res = np.array(self.GS_NN.by_col(' residual'))
+        std_res = np.array(self.GS_NN.by_col(' std_residual')).reshape((-1,1))
+        localR2 = np.array(self.GS_NN.by_col(' localR2')).reshape((-1,1))
+        inf = np.array(self.GS_NN.by_col(' influence')).reshape((-1,1))
+        cooksD = np.array(self.GS_NN.by_col(' CooksD')).reshape((-1,1))
+
+        model = GWR(self.coords, self.y, self.X, bw=49.000,
+                kernel='gaussian', fixed=False)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        CV = get_CV(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc),  896)
+        self.assertAlmostEquals(np.floor(AIC), 894.0)
+        self.assertAlmostEquals(np.floor(BIC), 922.0)
+        self.assertAlmostEquals(np.around(CV, 2), 17.91)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-04)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-04)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-04)
+        np.testing.assert_allclose(est_rural, rslt.params[:,1], rtol=1e-04)
+        np.testing.assert_allclose(se_rural, rslt.bse[:,1], rtol=1e-04)
+        np.testing.assert_allclose(t_rural, rslt.tvalues[:,1], rtol=1e-04)
+        np.testing.assert_allclose(est_pov, rslt.params[:,2], rtol=1e-04)
+        np.testing.assert_allclose(se_pov, rslt.bse[:,2], rtol=1e-04)
+        np.testing.assert_allclose(t_pov, rslt.tvalues[:,2], rtol=1e-04)
+        np.testing.assert_allclose(est_black, rslt.params[:,3], rtol=1e-02)
+        np.testing.assert_allclose(se_black, rslt.bse[:,3], rtol=1e-02)
+        np.testing.assert_allclose(t_black, rslt.tvalues[:,3], rtol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-05)
+        np.testing.assert_allclose(res, rslt.resid_response, rtol=1e-04)
+        np.testing.assert_allclose(std_res, rslt.std_res, rtol=1e-04)
+        np.testing.assert_allclose(localR2, rslt.localR2, rtol=1e-05)
+        np.testing.assert_allclose(inf, rslt.influ, rtol=1e-04)
+        np.testing.assert_allclose(cooksD, rslt.cooksD, rtol=1e-00)
+    
+    def test_Prediction(self):
+        coords =np.array(self.coords)
+        index = np.arange(len(self.y))
+        test = index[-10:]
+
+        X_test = self.X[test]
+        coords_test = list(coords[test])
+
+
+        model = GWR(self.coords, self.y, self.X, 93, family=Gaussian(),
+                fixed=False, kernel='bisquare')
+        results = model.predict(coords_test, X_test)
+        
+        params = np.array([22.77198, -0.10254,    -0.215093,   -0.01405,
+            19.10531,    -0.094177,   -0.232529,   0.071913,
+            19.743421,   -0.080447,   -0.30893,    0.083206,
+            17.505759,   -0.078919,   -0.187955,   0.051719,
+            27.747402,   -0.165335,   -0.208553,   0.004067,
+            26.210627,   -0.138398,   -0.360514,   0.072199,
+            18.034833,   -0.077047,   -0.260556,   0.084319,
+            28.452802,   -0.163408,   -0.14097,    -0.063076,
+            22.353095,   -0.103046,   -0.226654,   0.002992,
+            18.220508,   -0.074034,   -0.309812,   0.108636]).reshape((10,4))
+        np.testing.assert_allclose(params, results.params, rtol=1e-03)
+
+        bse = np.array([2.080166,    0.021462,    0.102954,    0.049627,
+            2.536355,    0.022111,    0.123857,    0.051917,
+            1.967813,    0.019716,    0.102562,    0.054918,
+            2.463219,    0.021745,    0.110297,    0.044189,
+            1.556056,    0.019513,    0.12764,     0.040315,
+            1.664108,    0.020114,    0.131208,    0.041613,
+            2.5835,      0.021481,    0.113158,    0.047243,
+            1.709483,    0.019752,    0.116944,    0.043636,
+            1.958233,    0.020947,    0.09974,     0.049821,
+            2.276849,    0.020122,    0.107867,    0.047842]).reshape((10,4))
+        np.testing.assert_allclose(bse, results.bse, rtol=1e-03)
+
+        tvalues = np.array([10.947193,   -4.777659,   -2.089223,   -0.283103,
+            7.532584,    -4.259179,   -1.877395,   1.385161,
+            10.033179,   -4.080362,   -3.012133,   1.515096,
+            7.106862,    -3.629311,   -1.704079,   1.17042,
+            17.831878,   -8.473156,   -1.633924,   0.100891,
+            15.750552,   -6.880725,   -2.74765,    1.734978,
+            6.980774,    -3.586757,   -2.302575,   1.784818,
+            16.644095,   -8.273001,   -1.205451,   -1.445501,
+            11.414933,   -4.919384,   -2.272458,   0.060064,
+            8.00251, -3.679274,   -2.872176,   2.270738]).reshape((10,4))
+        np.testing.assert_allclose(tvalues, results.tvalues, rtol=1e-03)
+
+        localR2 = np.array([[ 0.53068693],
+                            [ 0.59582647],
+                            [ 0.59700925],
+                            [ 0.45769954],
+                            [ 0.54634509],
+                            [ 0.5494828 ],
+                            [ 0.55159604],
+                            [ 0.55634237],
+                            [ 0.53903842],
+                            [ 0.55884954]])
+        np.testing.assert_allclose(localR2, results.localR2, rtol=1e-05)
+
+        predictions = np.array([[ 10.51695514],
+                                [  9.93321992],
+                                [  8.92473026],
+                                [  5.47350219],
+                                [  8.61756585],
+                                [ 12.8141851 ],
+                                [  5.55619405],
+                                [ 12.63004172],
+                                [  8.70638418],
+                                [  8.17582599]])
+        np.testing.assert_allclose(predictions, results.predictions, rtol=1e-05)
+
+class TestGWRPoisson(unittest.TestCase):
+    def setUp(self):
+        data = pysal.open(pysal.examples.get_path('Tokyomortality.csv'), mode='Ur')
+        self.coords = zip(data.by_col('X_CENTROID'), data.by_col('Y_CENTROID'))
+        self.y = np.array(data.by_col('db2564')).reshape((-1,1))
+        self.off = np.array(data.by_col('eb2564')).reshape((-1,1))
+        OCC  = np.array(data.by_col('OCC_TEC')).reshape((-1,1))
+        OWN = np.array(data.by_col('OWNH')).reshape((-1,1)) 
+        POP = np.array(data.by_col('POP65')).reshape((-1,1))
+        UNEMP = np.array(data.by_col('UNEMP')).reshape((-1,1))
+        self.X = np.hstack([OCC,OWN,POP,UNEMP])
+        self.BS_F = pysal.open(pysal.examples.get_path('tokyo_BS_F_listwise.csv'))
+        self.BS_NN = pysal.open(pysal.examples.get_path('tokyo_BS_NN_listwise.csv'))
+        self.GS_F = pysal.open(pysal.examples.get_path('tokyo_GS_F_listwise.csv'))
+        self.GS_NN = pysal.open(pysal.examples.get_path('tokyo_GS_NN_listwise.csv'))
+        self.BS_NN_OFF = pysal.open(pysal.examples.get_path('tokyo_BS_NN_OFF_listwise.csv'))
+
+    def test_BS_F(self):
+        est_Int = self.BS_F.by_col(' est_Intercept')
+        se_Int = self.BS_F.by_col(' se_Intercept')
+        t_Int = self.BS_F.by_col(' t_Intercept')
+        est_OCC = self.BS_F.by_col(' est_OCC_TEC')
+        se_OCC = self.BS_F.by_col(' se_OCC_TEC')
+        t_OCC = self.BS_F.by_col(' t_OCC_TEC')
+        est_OWN = self.BS_F.by_col(' est_OWNH')
+        se_OWN = self.BS_F.by_col(' se_OWNH')
+        t_OWN = self.BS_F.by_col(' t_OWNH')
+        est_POP = self.BS_F.by_col(' est_POP65')
+        se_POP = self.BS_F.by_col(' se_POP65')
+        t_POP = self.BS_F.by_col(' t_POP65')
+        est_UNEMP = self.BS_F.by_col(' est_UNEMP')
+        se_UNEMP = self.BS_F.by_col(' se_UNEMP')
+        t_UNEMP = self.BS_F.by_col(' t_UNEMP')
+        yhat = self.BS_F.by_col(' yhat')
+        pdev = np.array(self.BS_F.by_col(' localpdev')).reshape((-1,1))
+        
+        model = GWR(self.coords, self.y, self.X, bw=26029.625, family=Poisson(), 
+                kernel='bisquare', fixed=True)
+        rslt = model.fit()
+
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 13294.0)
+        self.assertAlmostEquals(np.floor(AIC), 13247.0)
+        self.assertAlmostEquals(np.floor(BIC), 13485.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-05)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-03)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-03)
+        np.testing.assert_allclose(est_OCC, rslt.params[:,1], rtol=1e-04)
+        np.testing.assert_allclose(se_OCC, rslt.bse[:,1], rtol=1e-02)
+        np.testing.assert_allclose(t_OCC, rslt.tvalues[:,1], rtol=1e-02)
+        np.testing.assert_allclose(est_OWN, rslt.params[:,2], rtol=1e-04)
+        np.testing.assert_allclose(se_OWN, rslt.bse[:,2], rtol=1e-03)
+        np.testing.assert_allclose(t_OWN, rslt.tvalues[:,2], rtol=1e-03)
+        np.testing.assert_allclose(est_POP, rslt.params[:,3], rtol=1e-04)
+        np.testing.assert_allclose(se_POP, rslt.bse[:,3], rtol=1e-02)
+        np.testing.assert_allclose(t_POP, rslt.tvalues[:,3], rtol=1e-02)
+        np.testing.assert_allclose(est_UNEMP, rslt.params[:,4], rtol=1e-04)
+        np.testing.assert_allclose(se_UNEMP, rslt.bse[:,4], rtol=1e-02)
+        np.testing.assert_allclose(t_UNEMP, rslt.tvalues[:,4], rtol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-05)
+        np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-05)
+
+
+    def test_BS_NN(self):
+        est_Int = self.BS_NN.by_col(' est_Intercept')
+        se_Int = self.BS_NN.by_col(' se_Intercept')
+        t_Int = self.BS_NN.by_col(' t_Intercept')
+        est_OCC = self.BS_NN.by_col(' est_OCC_TEC')
+        se_OCC = self.BS_NN.by_col(' se_OCC_TEC')
+        t_OCC = self.BS_NN.by_col(' t_OCC_TEC')
+        est_OWN = self.BS_NN.by_col(' est_OWNH')
+        se_OWN = self.BS_NN.by_col(' se_OWNH')
+        t_OWN = self.BS_NN.by_col(' t_OWNH')
+        est_POP = self.BS_NN.by_col(' est_POP65')
+        se_POP = self.BS_NN.by_col(' se_POP65')
+        t_POP = self.BS_NN.by_col(' t_POP65')
+        est_UNEMP = self.BS_NN.by_col(' est_UNEMP')
+        se_UNEMP = self.BS_NN.by_col(' se_UNEMP')
+        t_UNEMP = self.BS_NN.by_col(' t_UNEMP')
+        yhat = self.BS_NN.by_col(' yhat')
+        pdev = np.array(self.BS_NN.by_col(' localpdev')).reshape((-1,1))
+
+        model = GWR(self.coords, self.y, self.X, bw=50, family=Poisson(), 
+                kernel='bisquare', fixed=False)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 13285)
+        self.assertAlmostEquals(np.floor(AIC), 13259.0)
+        self.assertAlmostEquals(np.floor(BIC), 13442.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-04)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-02)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-02)
+        np.testing.assert_allclose(est_OCC, rslt.params[:,1], rtol=1e-03)
+        np.testing.assert_allclose(se_OCC, rslt.bse[:,1], rtol=1e-02)
+        np.testing.assert_allclose(t_OCC, rslt.tvalues[:,1], rtol=1e-02)
+        np.testing.assert_allclose(est_OWN, rslt.params[:,2], rtol=1e-04)
+        np.testing.assert_allclose(se_OWN, rslt.bse[:,2], rtol=1e-02)
+        np.testing.assert_allclose(t_OWN, rslt.tvalues[:,2], rtol=1e-02)
+        np.testing.assert_allclose(est_POP, rslt.params[:,3], rtol=1e-03)
+        np.testing.assert_allclose(se_POP, rslt.bse[:,3], rtol=1e-02)
+        np.testing.assert_allclose(t_POP, rslt.tvalues[:,3], rtol=1e-02)
+        np.testing.assert_allclose(est_UNEMP, rslt.params[:,4], rtol=1e-04)
+        np.testing.assert_allclose(se_UNEMP, rslt.bse[:,4], rtol=1e-02)
+        np.testing.assert_allclose(t_UNEMP, rslt.tvalues[:,4], rtol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-04)
+        np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-05)
+    
+    def test_BS_NN_Offset(self):
+        est_Int = self.BS_NN_OFF.by_col(' est_Intercept')
+        se_Int = self.BS_NN_OFF.by_col(' se_Intercept')
+        t_Int = self.BS_NN_OFF.by_col(' t_Intercept')
+        est_OCC = self.BS_NN_OFF.by_col(' est_OCC_TEC')
+        se_OCC = self.BS_NN_OFF.by_col(' se_OCC_TEC')
+        t_OCC = self.BS_NN_OFF.by_col(' t_OCC_TEC')
+        est_OWN = self.BS_NN_OFF.by_col(' est_OWNH')
+        se_OWN = self.BS_NN_OFF.by_col(' se_OWNH')
+        t_OWN = self.BS_NN_OFF.by_col(' t_OWNH')
+        est_POP = self.BS_NN_OFF.by_col(' est_POP65')
+        se_POP = self.BS_NN_OFF.by_col(' se_POP65')
+        t_POP = self.BS_NN_OFF.by_col(' t_POP65')
+        est_UNEMP = self.BS_NN_OFF.by_col(' est_UNEMP')
+        se_UNEMP = self.BS_NN_OFF.by_col(' se_UNEMP')
+        t_UNEMP = self.BS_NN_OFF.by_col(' t_UNEMP')
+        yhat = self.BS_NN_OFF.by_col(' yhat')
+        pdev = np.array(self.BS_NN_OFF.by_col(' localpdev')).reshape((-1,1))
+
+        model = GWR(self.coords, self.y, self.X, bw=100, offset=self.off, family=Poisson(), 
+                kernel='bisquare', fixed=False)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 367.0)
+        self.assertAlmostEquals(np.floor(AIC), 361.0)
+        self.assertAlmostEquals(np.floor(BIC), 451.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-02,
+                atol=1e-02)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-02, atol=1e-02)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-01,
+                atol=1e-02)
+        np.testing.assert_allclose(est_OCC, rslt.params[:,1], rtol=1e-03,
+                atol=1e-02)
+        np.testing.assert_allclose(se_OCC, rslt.bse[:,1], rtol=1e-02, atol=1e-02)
+        np.testing.assert_allclose(t_OCC, rslt.tvalues[:,1], rtol=1e-01,
+                atol=1e-02)
+        np.testing.assert_allclose(est_OWN, rslt.params[:,2], rtol=1e-04,
+                atol=1e-02)
+        np.testing.assert_allclose(se_OWN, rslt.bse[:,2], rtol=1e-02, atol=1e-02)
+        np.testing.assert_allclose(t_OWN, rslt.tvalues[:,2], rtol=1e-01,
+                atol=1e-02)
+        np.testing.assert_allclose(est_POP, rslt.params[:,3], rtol=1e-03,
+                atol=1e-02)
+        np.testing.assert_allclose(se_POP, rslt.bse[:,3], rtol=1e-02, atol=1e-02)
+        np.testing.assert_allclose(t_POP, rslt.tvalues[:,3], rtol=1e-01,
+                atol=1e-02)
+        np.testing.assert_allclose(est_UNEMP, rslt.params[:,4], rtol=1e-04,
+                atol=1e-02)
+        np.testing.assert_allclose(se_UNEMP, rslt.bse[:,4], rtol=1e-02,
+                atol=1e-02)
+        np.testing.assert_allclose(t_UNEMP, rslt.tvalues[:,4], rtol=1e-01,
+                atol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-03, atol=1e-02)
+        np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-04, atol=1e-02)
+
+    def test_GS_F(self):
+        est_Int = self.GS_F.by_col(' est_Intercept')
+        se_Int = self.GS_F.by_col(' se_Intercept')
+        t_Int = self.GS_F.by_col(' t_Intercept')
+        est_OCC = self.GS_F.by_col(' est_OCC_TEC')
+        se_OCC = self.GS_F.by_col(' se_OCC_TEC')
+        t_OCC = self.GS_F.by_col(' t_OCC_TEC')
+        est_OWN = self.GS_F.by_col(' est_OWNH')
+        se_OWN = self.GS_F.by_col(' se_OWNH')
+        t_OWN = self.GS_F.by_col(' t_OWNH')
+        est_POP = self.GS_F.by_col(' est_POP65')
+        se_POP = self.GS_F.by_col(' se_POP65')
+        t_POP = self.GS_F.by_col(' t_POP65')
+        est_UNEMP = self.GS_F.by_col(' est_UNEMP')
+        se_UNEMP = self.GS_F.by_col(' se_UNEMP')
+        t_UNEMP = self.GS_F.by_col(' t_UNEMP')
+        yhat = self.GS_F.by_col(' yhat')
+        pdev = np.array(self.GS_F.by_col(' localpdev')).reshape((-1,1))
+        
+        model = GWR(self.coords, self.y, self.X, bw=8764.474, family=Poisson(), 
+                kernel='gaussian', fixed=True)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 11283.0)
+        self.assertAlmostEquals(np.floor(AIC), 11211.0)
+        self.assertAlmostEquals(np.floor(BIC), 11497.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-03)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-02)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-02)
+        np.testing.assert_allclose(est_OCC, rslt.params[:,1], rtol=1e-03)
+        np.testing.assert_allclose(se_OCC, rslt.bse[:,1], rtol=1e-02)
+        np.testing.assert_allclose(t_OCC, rslt.tvalues[:,1], rtol=1e-02)
+        np.testing.assert_allclose(est_OWN, rslt.params[:,2], rtol=1e-03)
+        np.testing.assert_allclose(se_OWN, rslt.bse[:,2], rtol=1e-02)
+        np.testing.assert_allclose(t_OWN, rslt.tvalues[:,2], rtol=1e-02)
+        np.testing.assert_allclose(est_POP, rslt.params[:,3], rtol=1e-02)
+        np.testing.assert_allclose(se_POP, rslt.bse[:,3], rtol=1e-02)
+        np.testing.assert_allclose(t_POP, rslt.tvalues[:,3], rtol=1e-02)
+        np.testing.assert_allclose(est_UNEMP, rslt.params[:,4], rtol=1e-02)
+        np.testing.assert_allclose(se_UNEMP, rslt.bse[:,4], rtol=1e-02)
+        np.testing.assert_allclose(t_UNEMP, rslt.tvalues[:,4], rtol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-04)
+        np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-05)
+
+    def test_GS_NN(self):
+        est_Int = self.GS_NN.by_col(' est_Intercept')
+        se_Int = self.GS_NN.by_col(' se_Intercept')
+        t_Int = self.GS_NN.by_col(' t_Intercept')
+        est_OCC = self.GS_NN.by_col(' est_OCC_TEC')
+        se_OCC = self.GS_NN.by_col(' se_OCC_TEC')
+        t_OCC = self.GS_NN.by_col(' t_OCC_TEC')
+        est_OWN = self.GS_NN.by_col(' est_OWNH')
+        se_OWN = self.GS_NN.by_col(' se_OWNH')
+        t_OWN = self.GS_NN.by_col(' t_OWNH')
+        est_POP = self.GS_NN.by_col(' est_POP65')
+        se_POP = self.GS_NN.by_col(' se_POP65')
+        t_POP = self.GS_NN.by_col(' t_POP65')
+        est_UNEMP = self.GS_NN.by_col(' est_UNEMP')
+        se_UNEMP = self.GS_NN.by_col(' se_UNEMP')
+        t_UNEMP = self.GS_NN.by_col(' t_UNEMP')
+        yhat = self.GS_NN.by_col(' yhat')
+        pdev = np.array(self.GS_NN.by_col(' localpdev')).reshape((-1,1))
+        
+        model = GWR(self.coords, self.y, self.X, bw=50, family=Poisson(), 
+                kernel='gaussian', fixed=False)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 21070.0)
+        self.assertAlmostEquals(np.floor(AIC), 21069.0)
+        self.assertAlmostEquals(np.floor(BIC), 21111.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-04)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-02)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-02)
+        np.testing.assert_allclose(est_OCC, rslt.params[:,1], rtol=1e-03)
+        np.testing.assert_allclose(se_OCC, rslt.bse[:,1], rtol=1e-02)
+        np.testing.assert_allclose(t_OCC, rslt.tvalues[:,1], rtol=1e-02)
+        np.testing.assert_allclose(est_OWN, rslt.params[:,2], rtol=1e-04)
+        np.testing.assert_allclose(se_OWN, rslt.bse[:,2], rtol=1e-02)
+        np.testing.assert_allclose(t_OWN, rslt.tvalues[:,2], rtol=1e-02)
+        np.testing.assert_allclose(est_POP, rslt.params[:,3], rtol=1e-02)
+        np.testing.assert_allclose(se_POP, rslt.bse[:,3], rtol=1e-02)
+        np.testing.assert_allclose(t_POP, rslt.tvalues[:,3], rtol=1e-02)
+        np.testing.assert_allclose(est_UNEMP, rslt.params[:,4], rtol=1e-02)
+        np.testing.assert_allclose(se_UNEMP, rslt.bse[:,4], rtol=1e-02)
+        np.testing.assert_allclose(t_UNEMP, rslt.tvalues[:,4], rtol=1e-02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-04)
+        np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-05)
+
+class TestGWRBinomial(unittest.TestCase):
+    def setUp(self):
+        data = pysal.open(pysal.examples.get_path('landslides.csv'))
+        self.coords = zip(data.by_col('X'), data.by_col('Y'))
+        self.y = np.array(data.by_col('Landslid')).reshape((-1,1))
+        ELEV  = np.array(data.by_col('Elev')).reshape((-1,1))
+        SLOPE = np.array(data.by_col('Slope')).reshape((-1,1)) 
+        SIN = np.array(data.by_col('SinAspct')).reshape((-1,1))
+        COS = np.array(data.by_col('CosAspct')).reshape((-1,1))
+        SOUTH = np.array(data.by_col('AbsSouth')).reshape((-1,1))
+        DIST = np.array(data.by_col('DistStrm')).reshape((-1,1))
+        self.X = np.hstack([ELEV, SLOPE, SIN, COS, SOUTH, DIST])
+        self.BS_F = pysal.open(pysal.examples.get_path('clearwater_BS_F_listwise.csv'))
+        self.BS_NN = pysal.open(pysal.examples.get_path('clearwater_BS_NN_listwise.csv'))
+        self.GS_F = pysal.open(pysal.examples.get_path('clearwater_GS_F_listwise.csv'))
+        self.GS_NN = pysal.open(pysal.examples.get_path('clearwater_GS_NN_listwise.csv'))
+
+    def test_BS_F(self):
+        est_Int = self.BS_F.by_col(' est_Intercept')
+        se_Int = self.BS_F.by_col(' se_Intercept')
+        t_Int = self.BS_F.by_col(' t_Intercept')
+        est_elev = self.BS_F.by_col(' est_Elev')
+        se_elev = self.BS_F.by_col(' se_Elev')
+        t_elev = self.BS_F.by_col(' t_Elev')
+        est_slope = self.BS_F.by_col(' est_Slope')
+        se_slope = self.BS_F.by_col(' se_Slope')
+        t_slope = self.BS_F.by_col(' t_Slope')
+        est_sin = self.BS_F.by_col(' est_SinAspct')
+        se_sin = self.BS_F.by_col(' se_SinAspct')
+        t_sin = self.BS_F.by_col(' t_SinAspct')
+        est_cos = self.BS_F.by_col(' est_CosAspct')
+        se_cos = self.BS_F.by_col(' se_CosAspct')
+        t_cos = self.BS_F.by_col(' t_CosAspct')
+        est_south = self.BS_F.by_col(' est_AbsSouth')
+        se_south = self.BS_F.by_col(' se_AbsSouth')
+        t_south = self.BS_F.by_col(' t_AbsSouth')
+        est_strm = self.BS_F.by_col(' est_DistStrm')
+        se_strm = self.BS_F.by_col(' se_DistStrm')
+        t_strm = self.BS_F.by_col(' t_DistStrm') 
+        yhat = self.BS_F.by_col(' yhat')
+        pdev = np.array(self.BS_F.by_col(' localpdev')).reshape((-1,1))
+
+        model = GWR(self.coords, self.y, self.X, bw=19642.170, family=Binomial(), 
+                kernel='bisquare', fixed=True)
+        rslt = model.fit()
+
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 275.0)
+        self.assertAlmostEquals(np.floor(AIC), 271.0)
+        self.assertAlmostEquals(np.floor(BIC), 349.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-00)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-00)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-00)
+        np.testing.assert_allclose(est_elev, rslt.params[:,1], rtol=1e-00)
+        np.testing.assert_allclose(se_elev, rslt.bse[:,1], rtol=1e-00)
+        np.testing.assert_allclose(t_elev, rslt.tvalues[:,1], rtol=1e-00)
+        np.testing.assert_allclose(est_slope, rslt.params[:,2], rtol=1e-00)
+        np.testing.assert_allclose(se_slope, rslt.bse[:,2], rtol=1e-00)
+        np.testing.assert_allclose(t_slope, rslt.tvalues[:,2], rtol=1e-00)
+        np.testing.assert_allclose(est_sin, rslt.params[:,3], rtol=1e01)
+        np.testing.assert_allclose(se_sin, rslt.bse[:,3], rtol=1e01)
+        np.testing.assert_allclose(t_sin, rslt.tvalues[:,3], rtol=1e01)
+        np.testing.assert_allclose(est_cos, rslt.params[:,4], rtol=1e01)
+        np.testing.assert_allclose(se_cos, rslt.bse[:,4], rtol=1e01)
+        np.testing.assert_allclose(t_cos, rslt.tvalues[:,4], rtol=1e01)
+        np.testing.assert_allclose(est_south, rslt.params[:,5], rtol=1e01)
+        np.testing.assert_allclose(se_south, rslt.bse[:,5], rtol=1e01)
+        np.testing.assert_allclose(t_south, rslt.tvalues[:,5], rtol=1e01)
+        np.testing.assert_allclose(est_strm, rslt.params[:,6], rtol=1e02)
+        np.testing.assert_allclose(se_strm, rslt.bse[:,6], rtol=1e01)
+        np.testing.assert_allclose(t_strm, rslt.tvalues[:,6], rtol=1e02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-01)
+        #This test fails - likely due to compound rounding errors
+        #Has been tested using statsmodels.family calculations and
+        #code from Jing's python version, which both yield the same
+        #np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-05)
+    
+    def test_BS_NN(self):
+        est_Int = self.BS_NN.by_col(' est_Intercept')
+        se_Int = self.BS_NN.by_col(' se_Intercept')
+        t_Int = self.BS_NN.by_col(' t_Intercept')
+        est_elev = self.BS_NN.by_col(' est_Elev')
+        se_elev = self.BS_NN.by_col(' se_Elev')
+        t_elev = self.BS_NN.by_col(' t_Elev')
+        est_slope = self.BS_NN.by_col(' est_Slope')
+        se_slope = self.BS_NN.by_col(' se_Slope')
+        t_slope = self.BS_NN.by_col(' t_Slope')
+        est_sin = self.BS_NN.by_col(' est_SinAspct')
+        se_sin = self.BS_NN.by_col(' se_SinAspct')
+        t_sin = self.BS_NN.by_col(' t_SinAspct')
+        est_cos = self.BS_NN.by_col(' est_CosAspct')
+        se_cos = self.BS_NN.by_col(' se_CosAspct')
+        t_cos = self.BS_NN.by_col(' t_CosAspct')
+        est_south = self.BS_NN.by_col(' est_AbsSouth')
+        se_south = self.BS_NN.by_col(' se_AbsSouth')
+        t_south = self.BS_NN.by_col(' t_AbsSouth')
+        est_strm = self.BS_NN.by_col(' est_DistStrm')
+        se_strm = self.BS_NN.by_col(' se_DistStrm')
+        t_strm = self.BS_NN.by_col(' t_DistStrm') 
+        yhat = self.BS_NN.by_col(' yhat')
+        pdev = self.BS_NN.by_col(' localpdev')
+        
+        model = GWR(self.coords, self.y, self.X, bw=158, family=Binomial(), 
+                kernel='bisquare', fixed=False)
+        rslt = model.fit()
+
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 277.0)
+        self.assertAlmostEquals(np.floor(AIC), 271.0)
+        self.assertAlmostEquals(np.floor(BIC), 358.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-00)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-00)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-00)
+        np.testing.assert_allclose(est_elev, rslt.params[:,1], rtol=1e-00)
+        np.testing.assert_allclose(se_elev, rslt.bse[:,1], rtol=1e-00)
+        np.testing.assert_allclose(t_elev, rslt.tvalues[:,1], rtol=1e-00)
+        np.testing.assert_allclose(est_slope, rslt.params[:,2], rtol=1e-00)
+        np.testing.assert_allclose(se_slope, rslt.bse[:,2], rtol=1e-00)
+        np.testing.assert_allclose(t_slope, rslt.tvalues[:,2], rtol=1e-00)
+        np.testing.assert_allclose(est_sin, rslt.params[:,3], rtol=1e01)
+        np.testing.assert_allclose(se_sin, rslt.bse[:,3], rtol=1e01)
+        np.testing.assert_allclose(t_sin, rslt.tvalues[:,3], rtol=1e01)
+        np.testing.assert_allclose(est_cos, rslt.params[:,4], rtol=1e01)
+        np.testing.assert_allclose(se_cos, rslt.bse[:,4], rtol=1e01)
+        np.testing.assert_allclose(t_cos, rslt.tvalues[:,4], rtol=1e01)
+        np.testing.assert_allclose(est_south, rslt.params[:,5], rtol=1e01)
+        np.testing.assert_allclose(se_south, rslt.bse[:,5], rtol=1e01)
+        np.testing.assert_allclose(t_south, rslt.tvalues[:,5], rtol=1e01)
+        np.testing.assert_allclose(est_strm, rslt.params[:,6], rtol=1e03)
+        np.testing.assert_allclose(se_strm, rslt.bse[:,6], rtol=1e01)
+        np.testing.assert_allclose(t_strm, rslt.tvalues[:,6], rtol=1e03)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-01)
+        #This test fails - likely due to compound rounding errors
+        #Has been tested using statsmodels.family calculations and
+        #code from Jing's python version, which both yield the same
+        #np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-05)
+
+    def test_GS_F(self):
+        est_Int = self.GS_F.by_col(' est_Intercept')
+        se_Int = self.GS_F.by_col(' se_Intercept')
+        t_Int = self.GS_F.by_col(' t_Intercept')
+        est_elev = self.GS_F.by_col(' est_Elev')
+        se_elev = self.GS_F.by_col(' se_Elev')
+        t_elev = self.GS_F.by_col(' t_Elev')
+        est_slope = self.GS_F.by_col(' est_Slope')
+        se_slope = self.GS_F.by_col(' se_Slope')
+        t_slope = self.GS_F.by_col(' t_Slope')
+        est_sin = self.GS_F.by_col(' est_SinAspct')
+        se_sin = self.GS_F.by_col(' se_SinAspct')
+        t_sin = self.GS_F.by_col(' t_SinAspct')
+        est_cos = self.GS_F.by_col(' est_CosAspct')
+        se_cos = self.GS_F.by_col(' se_CosAspct')
+        t_cos = self.GS_F.by_col(' t_CosAspct')
+        est_south = self.GS_F.by_col(' est_AbsSouth')
+        se_south = self.GS_F.by_col(' se_AbsSouth')
+        t_south = self.GS_F.by_col(' t_AbsSouth')
+        est_strm = self.GS_F.by_col(' est_DistStrm')
+        se_strm = self.GS_F.by_col(' se_DistStrm')
+        t_strm = self.GS_F.by_col(' t_DistStrm') 
+        yhat = self.GS_F.by_col(' yhat')
+        pdev = self.GS_F.by_col(' localpdev')
+
+        model = GWR(self.coords, self.y, self.X, bw=8929.061, family=Binomial(), 
+                kernel='gaussian', fixed=True)
+        rslt = model.fit()
+        
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 276.0)
+        self.assertAlmostEquals(np.floor(AIC), 272.0)
+        self.assertAlmostEquals(np.floor(BIC), 341.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-00)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-00)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-00)
+        np.testing.assert_allclose(est_elev, rslt.params[:,1], rtol=1e-00)
+        np.testing.assert_allclose(se_elev, rslt.bse[:,1], rtol=1e-00)
+        np.testing.assert_allclose(t_elev, rslt.tvalues[:,1], rtol=1e-00)
+        np.testing.assert_allclose(est_slope, rslt.params[:,2], rtol=1e-00)
+        np.testing.assert_allclose(se_slope, rslt.bse[:,2], rtol=1e-00)
+        np.testing.assert_allclose(t_slope, rslt.tvalues[:,2], rtol=1e-00)
+        np.testing.assert_allclose(est_sin, rslt.params[:,3], rtol=1e01)
+        np.testing.assert_allclose(se_sin, rslt.bse[:,3], rtol=1e01)
+        np.testing.assert_allclose(t_sin, rslt.tvalues[:,3], rtol=1e01)
+        np.testing.assert_allclose(est_cos, rslt.params[:,4], rtol=1e01)
+        np.testing.assert_allclose(se_cos, rslt.bse[:,4], rtol=1e01)
+        np.testing.assert_allclose(t_cos, rslt.tvalues[:,4], rtol=1e01)
+        np.testing.assert_allclose(est_south, rslt.params[:,5], rtol=1e01)
+        np.testing.assert_allclose(se_south, rslt.bse[:,5], rtol=1e01)
+        np.testing.assert_allclose(t_south, rslt.tvalues[:,5], rtol=1e01)
+        np.testing.assert_allclose(est_strm, rslt.params[:,6], rtol=1e02)
+        np.testing.assert_allclose(se_strm, rslt.bse[:,6], rtol=1e01)
+        np.testing.assert_allclose(t_strm, rslt.tvalues[:,6], rtol=1e02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-01)
+        #This test fails - likely due to compound rounding errors
+        #Has been tested using statsmodels.family calculations and
+        #code from Jing's python version, which both yield the same
+        #np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-05)
+
+    def test_GS_NN(self):
+        est_Int = self.GS_NN.by_col(' est_Intercept')
+        se_Int = self.GS_NN.by_col(' se_Intercept')
+        t_Int = self.GS_NN.by_col(' t_Intercept')
+        est_elev = self.GS_NN.by_col(' est_Elev')
+        se_elev = self.GS_NN.by_col(' se_Elev')
+        t_elev = self.GS_NN.by_col(' t_Elev')
+        est_slope = self.GS_NN.by_col(' est_Slope')
+        se_slope = self.GS_NN.by_col(' se_Slope')
+        t_slope = self.GS_NN.by_col(' t_Slope')
+        est_sin = self.GS_NN.by_col(' est_SinAspct')
+        se_sin = self.GS_NN.by_col(' se_SinAspct')
+        t_sin = self.GS_NN.by_col(' t_SinAspct')
+        est_cos = self.GS_NN.by_col(' est_CosAspct')
+        se_cos = self.GS_NN.by_col(' se_CosAspct')
+        t_cos = self.GS_NN.by_col(' t_CosAspct')
+        est_south = self.GS_NN.by_col(' est_AbsSouth')
+        se_south = self.GS_NN.by_col(' se_AbsSouth')
+        t_south = self.GS_NN.by_col(' t_AbsSouth')
+        est_strm = self.GS_NN.by_col(' est_DistStrm')
+        se_strm = self.GS_NN.by_col(' se_DistStrm')
+        t_strm = self.GS_NN.by_col(' t_DistStrm') 
+        yhat = self.GS_NN.by_col(' yhat')
+        pdev = self.GS_NN.by_col(' localpdev')
+        
+        model = GWR(self.coords, self.y, self.X, bw=64, family=Binomial(), 
+                kernel='gaussian', fixed=False)
+        rslt = model.fit()
+
+        AICc = get_AICc(rslt)
+        AIC = get_AIC(rslt)
+        BIC = get_BIC(rslt)
+        
+        self.assertAlmostEquals(np.floor(AICc), 276.0)
+        self.assertAlmostEquals(np.floor(AIC), 273.0)
+        self.assertAlmostEquals(np.floor(BIC), 331.0)
+        np.testing.assert_allclose(est_Int, rslt.params[:,0], rtol=1e-00)
+        np.testing.assert_allclose(se_Int, rslt.bse[:,0], rtol=1e-00)
+        np.testing.assert_allclose(t_Int, rslt.tvalues[:,0], rtol=1e-00)
+        np.testing.assert_allclose(est_elev, rslt.params[:,1], rtol=1e-00)
+        np.testing.assert_allclose(se_elev, rslt.bse[:,1], rtol=1e-00)
+        np.testing.assert_allclose(t_elev, rslt.tvalues[:,1], rtol=1e-00)
+        np.testing.assert_allclose(est_slope, rslt.params[:,2], rtol=1e-00)
+        np.testing.assert_allclose(se_slope, rslt.bse[:,2], rtol=1e-00)
+        np.testing.assert_allclose(t_slope, rslt.tvalues[:,2], rtol=1e-00)
+        np.testing.assert_allclose(est_sin, rslt.params[:,3], rtol=1e01)
+        np.testing.assert_allclose(se_sin, rslt.bse[:,3], rtol=1e01)
+        np.testing.assert_allclose(t_sin, rslt.tvalues[:,3], rtol=1e01)
+        np.testing.assert_allclose(est_cos, rslt.params[:,4], rtol=1e01)
+        np.testing.assert_allclose(se_cos, rslt.bse[:,4], rtol=1e01)
+        np.testing.assert_allclose(t_cos, rslt.tvalues[:,4], rtol=1e01)
+        np.testing.assert_allclose(est_south, rslt.params[:,5], rtol=1e01)
+        np.testing.assert_allclose(se_south, rslt.bse[:,5], rtol=1e01)
+        np.testing.assert_allclose(t_south, rslt.tvalues[:,5], rtol=1e01)
+        np.testing.assert_allclose(est_strm, rslt.params[:,6], rtol=1e02)
+        np.testing.assert_allclose(se_strm, rslt.bse[:,6], rtol=1e01)
+        np.testing.assert_allclose(t_strm, rslt.tvalues[:,6], rtol=1e02)
+        np.testing.assert_allclose(yhat, rslt.mu, rtol=1e-00)
+        #This test fails - likely due to compound rounding errors
+        #Has been tested using statsmodels.family calculations and
+        #code from Jing's python version, which both yield the same
+        #np.testing.assert_allclose(pdev, rslt.pDev, rtol=1e-05)
+
+if __name__ == '__main__':
+	unittest.main()
diff --git a/pysal/contrib/gwr/tests/test_kernels.py b/pysal/contrib/gwr/tests/test_kernels.py
new file mode 100644
index 0000000..ea044b9
--- /dev/null
+++ b/pysal/contrib/gwr/tests/test_kernels.py
@@ -0,0 +1,84 @@
+import unittest
+import numpy as np
+import pysal
+from pysal.contrib.gwr.kernels import *
+
+PEGP = pysal.examples.get_path
+
+class TestKernels(unittest.TestCase):
+    def setUp(self):
+        np.random.seed(1234)
+        x = np.arange(1,6)
+        y = np.arange(5,0, -1)
+        np.random.shuffle(x)
+        np.random.shuffle(y)
+        self.coords = np.array(zip(x, y))
+        self.fix_gauss_kern = np.array([
+        [ 1.        ,  0.38889556,  0.48567179,  0.48567179,  0.89483932],
+        [ 0.38889556,  1.        ,  0.89483932,  0.64118039,  0.48567179],
+        [ 0.48567179,  0.89483932,  1.        ,  0.89483932,  0.48567179],
+        [ 0.48567179,  0.64118039,  0.89483932,  1.        ,  0.38889556],
+        [ 0.89483932,  0.48567179,  0.48567179,  0.38889556,  1.        ]])
+        self.adapt_gauss_kern = np.array([
+        [ 1.        ,  0.52004183,  0.60653072,  0.60653072,  0.92596109],
+        [ 0.34559083,  1.        ,  0.88249692,  0.60653072,  0.44374738],
+        [ 0.03877423,  0.60653072,  1.        ,  0.60653072,  0.03877423],
+        [ 0.44374738,  0.60653072,  0.88249692,  1.        ,  0.34559083],
+        [ 0.92596109,  0.60653072,  0.60653072,  0.52004183,  1.        ]])
+        self.fix_bisquare_kern = np.array([
+        [ 1.        ,  0.        ,  0.        ,  0.        ,  0.60493827],
+        [ 0.        ,  1.        ,  0.60493827,  0.01234568,  0.        ],
+        [ 0.        ,  0.60493827,  1.        ,  0.60493827,  0.        ],
+        [ 0.        ,  0.01234568,  0.60493827,  1.        ,  0.        ],
+        [ 0.60493827,  0.        ,  0.        ,  0.        ,  1.        ]])
+        self.adapt_bisquare_kern = np.array([
+        [  1.00000000e+00,   0.00000000e+00,   0.00000000e+00,
+           3.99999881e-14,   7.15976383e-01],
+        [  0.00000000e+00,   1.00000000e+00,   5.62500075e-01,
+           3.99999881e-14,   0.00000000e+00],
+        [  0.00000000e+00,   3.99999881e-14,   1.00000000e+00,
+           3.99999881e-14,   0.00000000e+00],
+        [  0.00000000e+00,   3.99999881e-14,   5.62500075e-01,
+           1.00000000e+00,   0.00000000e+00],
+        [  7.15976383e-01,   0.00000000e+00,   3.99999881e-14,
+           0.00000000e+00,   1.00000000e+00]])
+        self.fix_exp_kern = np.array([
+        [ 1.        ,  0.2529993 ,  0.30063739,  0.30063739,  0.62412506],
+        [ 0.2529993 ,  1.        ,  0.62412506,  0.38953209,  0.30063739],
+        [ 0.30063739,  0.62412506,  1.        ,  0.62412506,  0.30063739],
+        [ 0.30063739,  0.38953209,  0.62412506,  1.        ,  0.2529993 ],
+        [ 0.62412506,  0.30063739,  0.30063739,  0.2529993 ,  1.        ]])
+        self.adapt_exp_kern = np.array([
+        [ 1.        ,  0.31868771,  0.36787948,  0.36787948,  0.67554721],
+        [ 0.23276223,  1.        ,  0.60653069,  0.36787948,  0.27949951],
+        [ 0.07811997,  0.36787948,  1.        ,  0.36787948,  0.07811997],
+        [ 0.27949951,  0.36787948,  0.60653069,  1.        ,  0.23276223],
+        [ 0.67554721,  0.36787948,  0.36787948,  0.31868771,  1.        ]])
+
+    def test_fix_gauss(self):
+        kern = fix_gauss(self.coords, 3)
+        np.testing.assert_allclose(kern, self.fix_gauss_kern)
+
+    def test_adapt_gauss(self):
+        kern = adapt_gauss(self.coords, 3)
+        np.testing.assert_allclose(kern, self.adapt_gauss_kern)
+
+    def test_fix_biqsquare(self):
+        kern = fix_bisquare(self.coords, 3)
+        np.testing.assert_allclose(kern, self.fix_bisquare_kern,
+                atol=1e-01)
+
+    def test_adapt_bisqaure(self):
+        kern = adapt_bisquare(self.coords, 3)
+        np.testing.assert_allclose(kern, self.adapt_bisquare_kern, atol=1e-012)
+    
+    def test_fix_exp(self):
+        kern = fix_exp(self.coords, 3)
+        np.testing.assert_allclose(kern, self.fix_exp_kern)
+
+    def test_adapt_exp(self):
+        kern = adapt_exp(self.coords, 3)
+        np.testing.assert_allclose(kern, self.adapt_exp_kern)
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/pysal/contrib/gwr/tests/test_sel_bw.py b/pysal/contrib/gwr/tests/test_sel_bw.py
new file mode 100644
index 0000000..f34fb3d
--- /dev/null
+++ b/pysal/contrib/gwr/tests/test_sel_bw.py
@@ -0,0 +1,130 @@
+
+"""
+GWR is tested against results from GWR4
+"""
+
+import unittest
+import pickle as pk
+from pysal.contrib.glm.family import Gaussian, Poisson, Binomial
+from pysal.contrib.gwr.sel_bw import Sel_BW
+import numpy as np
+import pysal
+
+class TestSelBW(unittest.TestCase):
+    def setUp(self):
+        data = pysal.open(pysal.examples.get_path('GData_utm.csv'))
+        self.coords = zip(data.by_col('X'), data.by_col('Y'))
+        self.y = np.array(data.by_col('PctBach')).reshape((-1,1))
+        rural  = np.array(data.by_col('PctRural')).reshape((-1,1))
+        pov = np.array(data.by_col('PctPov')).reshape((-1,1)) 
+        black = np.array(data.by_col('PctBlack')).reshape((-1,1))
+        self.X = np.hstack([rural, pov, black])
+        self.XB = pk.load(open(pysal.examples.get_path('XB.p'), 'r'))
+        self.err = pk.load(open(pysal.examples.get_path('err.p'), 'r'))
+  
+    def test_golden_fixed_AICc(self):
+        bw1 = 211027.34
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='bisquare',
+                fixed=True).search(criterion='AICc')
+        self.assertAlmostEqual(bw1, bw2)
+
+    def test_golden_adapt_AICc(self):
+        bw1 = 93.0
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='bisquare',
+                fixed=False).search(criterion='AICc')
+        self.assertAlmostEqual(bw1, bw2)
+
+    def test_golden_fixed_AIC(self):
+        bw1 = 76169.15
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=True).search(criterion='AIC')
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_golden_adapt_AIC(self):
+        bw1 = 50.0
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=False).search(criterion='AIC')
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_golden_fixed_BIC(self):
+        bw1 = 279451.43
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=True).search(criterion='BIC')
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_golden_adapt_BIC(self):
+        bw1 = 62.0
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=False).search(criterion='BIC')
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_golden_fixed_CV(self):
+        bw1 = 130406.67
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=True).search(criterion='CV')
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_golden_adapt_CV(self):
+        bw1 = 68.0
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=False).search(criterion='CV')
+        self.assertAlmostEqual(bw1, bw2)
+   
+    def test_interval_fixed_AICc(self):
+        bw1 = 211025.0#211027.00
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='bisquare',
+                fixed=True).search(criterion='AICc', search='interval',
+                        bw_min=211001.0, bw_max=211035.0, interval=2)
+        self.assertAlmostEqual(bw1, bw2)
+
+    def test_interval_adapt_AICc(self):
+        bw1 = 93.0
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='bisquare',
+                fixed=False).search(criterion='AICc', search='interval',
+                        bw_min=90.0, bw_max=95.0, interval=1)
+        self.assertAlmostEqual(bw1, bw2)
+
+    def test_interval_fixed_AIC(self):
+        bw1 = 76175.0#76169.00
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=True).search(criterion='AIC', search='interval',
+                        bw_min=76161.0, bw_max=76175.0, interval=1)
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_interval_adapt_AIC(self):
+        bw1 = 40.0#50.0
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=False).search(criterion='AIC', search='interval', bw_min=40.0,
+                        bw_max=60.0, interval=2)
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_interval_fixed_BIC(self):
+        bw1 = 279461.0#279451.00
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=True).search(criterion='BIC', search='interval', bw_min=279441.0,
+                        bw_max=279461.0, interval=2)
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_interval_adapt_BIC(self):
+        bw1 = 62.0
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=False).search(criterion='BIC', search='interval',
+                        bw_min=52.0, bw_max=72.0, interval=2)
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_interval_fixed_CV(self):
+        bw1 = 130400.0#130406.00
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=True).search(criterion='CV', search='interval', bw_min=130400.0,
+                        bw_max=130410.0, interval=1)
+        self.assertAlmostEqual(bw1, bw2)
+    
+    def test_interval_adapt_CV(self):
+        bw1 = 62.0#68.0
+        bw2 = Sel_BW(self.coords, self.y, self.X, kernel='gaussian',
+                fixed=False).search(criterion='CV', search='interval', bw_min=60.0,
+                        bw_max=76.0 , interval=2)
+        self.assertAlmostEqual(bw1, bw2)
+
+if __name__ == '__main__':
+	unittest.main()
diff --git a/pysal/contrib/network/klincs.py b/pysal/contrib/network/klincs.py
index 472e749..bd7d4ad 100644
--- a/pysal/contrib/network/klincs.py
+++ b/pysal/contrib/network/klincs.py
@@ -1,4 +1,4 @@
-#!/usr/env python
+#!/usr/bin/env python
 
 """
 A library for computing local K function for network-constrained data
diff --git a/pysal/contrib/spint/gravity.py b/pysal/contrib/spint/gravity.py
index 111722a..2bef036 100644
--- a/pysal/contrib/spint/gravity.py
+++ b/pysal/contrib/spint/gravity.py
@@ -466,6 +466,7 @@ class Gravity(BaseGravity):
         results['SRMSE'] = []
         for cov in range(covs):
             results['param' + str(cov)] = []
+            results['stde' + str(cov)] = []
             results['pvalue' + str(cov)] = []
             results['tvalue' + str(cov)] = []
         for loc in locs:
@@ -486,6 +487,7 @@ class Gravity(BaseGravity):
             results['SRMSE'].append(model.SRMSE)
             for cov in range(covs):
                 results['param' + str(cov)].append(model.params[cov])
+                results['stde' + str(cov)].append(model.std_err[cov])
                 results['pvalue' + str(cov)].append(model.pvalues[cov])
                 results['tvalue' + str(cov)].append(model.tvalues[cov])
         return results
@@ -651,6 +653,7 @@ class Production(BaseGravity):
                       and values are lists of location specific values
         """
         results = {}
+        offset = 1
         covs = self.dv.shape[1] + 1
         results['AIC'] = []
         results['deviance'] = []
@@ -662,6 +665,7 @@ class Production(BaseGravity):
         results['SRMSE'] = []
         for cov in range(covs):
             results['param' + str(cov)] = []
+            results['stde' + str(cov)] = []
             results['pvalue' + str(cov)] = []
             results['tvalue' + str(cov)] = []
         if locs is None:
@@ -682,9 +686,10 @@ class Production(BaseGravity):
             results['SSI'].append(model.SSI)
             results['SRMSE'].append(model.SRMSE)
             for cov in range(covs):
-                results['param' + str(cov)].append(model.params[cov])
-                results['pvalue' + str(cov)].append(model.pvalues[cov])
-                results['tvalue' + str(cov)].append(model.tvalues[cov])
+                results['param' + str(cov)].append(model.params[offset+cov])
+                results['stde' + str(cov)].append(model.std_err[offset+cov])
+                results['pvalue' + str(cov)].append(model.pvalues[offset+cov])
+                results['tvalue' + str(cov)].append(model.tvalues[offset+cov])
         return results
 
 class Attraction(BaseGravity):
@@ -846,6 +851,7 @@ class Attraction(BaseGravity):
                       and values are lists of location specific values
         """
         results = {}
+        offset = 1
         covs = self.ov.shape[1] + 1
         results['AIC'] = []
         results['deviance'] = []
@@ -857,6 +863,7 @@ class Attraction(BaseGravity):
         results['SRMSE'] = []
         for cov in range(covs):
             results['param' + str(cov)] = []
+            results['stde' + str(cov)] = []
             results['pvalue' + str(cov)] = []
             results['tvalue' + str(cov)] = []
         if locs is  None:
@@ -877,9 +884,10 @@ class Attraction(BaseGravity):
             results['SSI'].append(model.SSI)
             results['SRMSE'].append(model.SRMSE)
             for cov in range(covs):
-                results['param' + str(cov)].append(model.params[cov])
-                results['pvalue' + str(cov)].append(model.pvalues[cov])
-                results['tvalue' + str(cov)].append(model.tvalues[cov])
+                results['param' + str(cov)].append(model.params[offset+cov])
+                results['stde' + str(cov)].append(model.std_err[offset+cov])
+                results['pvalue' + str(cov)].append(model.pvalues[offset+cov])
+                results['tvalue' + str(cov)].append(model.tvalues[offset+cov])
         return results
 
 class Doubly(BaseGravity):
diff --git a/pysal/contrib/spint/tests/test_gravity.py b/pysal/contrib/spint/tests/test_gravity.py
index c37fd42..773878c 100644
--- a/pysal/contrib/spint/tests/test_gravity.py
+++ b/pysal/contrib/spint/tests/test_gravity.py
@@ -249,7 +249,10 @@ class TestGravity(unittest.TestCase):
     def test_local_Gravity(self):
         model = grav.Gravity(self.f, self.o_var, self.d_var, self.dij, 'exp')
         local = model.local(loc_index=self.o, locs=np.unique(self.o))
-        self.assertEqual(local.keys().sort(), ['pvalue2', 
+        self.assertEqual(local.keys().sort(), ['stde0',
+                                                'stde1',
+                                                'stde2',
+                                                'pvalue2', 
                                                 'SRMSE', 
                                                 'pvalue0',
                                                 'deviance', 
@@ -372,7 +375,10 @@ class TestGravity(unittest.TestCase):
     def test_local_Production(self):
         model = grav.Production(self.f, self.o, self.d_var, self.dij, 'exp')
         local = model.local(locs=np.unique(self.o))
-        self.assertEqual(local.keys().sort(), ['pvalue2', 
+        self.assertEqual(local.keys().sort(), ['stde0',
+                                                'stde1',
+                                                'stde2',
+                                                'pvalue2', 
                                                 'SRMSE', 
                                                 'pvalue0',
                                                 'deviance', 
@@ -495,7 +501,10 @@ class TestGravity(unittest.TestCase):
     def test_local_Attraction(self):
         model = grav.Attraction(self.f, self.d, self.o_var, self.dij, 'exp')
         local = model.local(locs=np.unique(self.d))
-        self.assertEqual(local.keys().sort(), ['pvalue2', 
+        self.assertEqual(local.keys().sort(), ['stde0',
+                                                'stde1',
+                                                'stde2',
+                                                'pvalue2', 
                                                 'SRMSE', 
                                                 'pvalue0',
                                                 'deviance', 
diff --git a/pysal/contrib/viz/mapping.py b/pysal/contrib/viz/mapping.py
index b030685..3f857d4 100644
--- a/pysal/contrib/viz/mapping.py
+++ b/pysal/contrib/viz/mapping.py
@@ -626,9 +626,13 @@ def geoplot(db, col=None, palette='BuGn', classi='Quantiles',
         except KeyError:
             pass
         col = [(col, db[col])]
-        if tips:
-            for tip in tips:
-                col.append((tip, db[tip]))
+
+    if tips:
+        col = col or []
+        for tip in tips:
+            col.append((tip, db[tip]))
+
+    if col or tips:
         col.append(('index', db.index.values))
         col = collections.OrderedDict(col) # put mapped variable at the top
 
diff --git a/pysal/core/IOHandlers/arcgis_swm.py b/pysal/core/IOHandlers/arcgis_swm.py
index 1fd96c9..60cac74 100644
--- a/pysal/core/IOHandlers/arcgis_swm.py
+++ b/pysal/core/IOHandlers/arcgis_swm.py
@@ -29,7 +29,6 @@ class ArcGISSwmIO(FileIO.FileIO):
     The specifics of each part of the above structure is as follows.
 
   .. table:: ArcGIS SWM Components
-
     ============ ============ ==================================== ================================
         Part      Data type           Description                   Length                        
     ============ ============ ==================================== ================================
@@ -53,6 +52,7 @@ class ArcGISSwmIO(FileIO.FileIO):
 
     def __init__(self, *args, **kwargs):
         self._varName = 'Unknown'
+        self._srs = "Unknow"
         FileIO.FileIO.__init__(self, *args, **kwargs)
         self.file = open(self.dataPath, self.mode + 'b')
 
@@ -62,8 +62,18 @@ class ArcGISSwmIO(FileIO.FileIO):
 
     def _get_varName(self):
         return self._varName
+
     varName = property(fget=_get_varName, fset=_set_varName)
 
+    def _set_srs(self, val):
+        if issubclass(type(val), basestring):
+            self._srs = val
+
+    def _get_srs(self):
+        return self._srs
+
+    srs = property(fget=_get_srs, fset=_set_srs)
+
     def read(self, n=-1):
         self._complain_ifclosed(self.closed)
         return self._read()
@@ -102,17 +112,30 @@ class ArcGISSwmIO(FileIO.FileIO):
         {2: 1.0, 11: 1.0, 6: 1.0, 7: 1.0}
 
         """
-
         if self.pos > 0:
             raise StopIteration
 
-        header01 = self.file.readline()
-        header01 = header01.decode()
-        id_var, srs = header01[:-1].split(';')
+        header = self.file.readline()
+        header = header.decode()
+
+        if header.upper().strip().startswith("VERSION@"):
+            #  deal with the new SWM version
+            return self.read_new_version(header)
+        else:
+            #  deal with the old SWM version
+            return self.read_old_version(header)
+
+    def read_old_version(self, header):
+        """
+        Read the old version of ArcGIS(<10.1) swm file
+        :param header:
+        :return:
+        """
+        id_var, srs = header[:-1].split(';')
         self.varName = id_var
-        self.header_len = len(header01) + 8
+        self.srs = srs
+        self.header_len = len(header) + 8
         no_obs, row_std = tuple(unpack('<2l', self.file.read(8)))
-
         neighbors = {}
         weights = {}
         for i in xrange(no_obs):
@@ -129,6 +152,48 @@ class ArcGISSwmIO(FileIO.FileIO):
         self.pos += 1
         return W(neighbors, weights)
 
+    def read_new_version(self, header_line):
+        """
+        Read the new version of ArcGIS(<10.1) swm file, which contains more parameters
+        and records weights in two ways: fixed or variable
+        :param header_line: str, the firs line of the swm file, which contains a lot of parameters.
+                            The parameters are divided by ";" and the key-value of each parameter is divided by "@"
+        :return:
+        """
+        headerDict = {}
+        for item in header_line.split(";"):
+            key, value = item.split("@")
+            headerDict[key] = value
+        # for the reader, in order to generate the PySAL Weight class, only a few of the parameters are needed.
+        self.varName = headerDict["UNIQUEID"]
+        self.srs = headerDict["SPATIALREFNAME"]
+
+        fixedWeights = False
+        if "FIXEDWEIGHTS" in headerDict:
+            fixedWeights = headerDict["FIXEDWEIGHTS"].upper().strip() == 'TRUE'
+
+        no_obs, row_std = tuple(unpack('<2l', self.file.read(8)))
+        is_row_standard = row_std == 1
+
+        neighbors = {}
+        weights = {}
+        for i in xrange(no_obs):
+            origin, no_nghs = tuple(unpack('<2l', self.file.read(8)))
+            neighbors[origin] = []
+            weights[origin] = []
+            if no_nghs > 0:
+                neighbors[origin] = list(unpack('<%il' %
+                                                no_nghs, self.file.read(4 * no_nghs)))
+                if fixedWeights:
+                    weights[origin] = list(unpack('<d', self.file.read(8))) * no_nghs
+                else:
+                    weights[origin] = list(unpack('<%id' %
+                                              no_nghs, self.file.read(8 * no_nghs)))
+                w_sum = list(unpack('<d', self.file.read(8)))[0]
+
+        self.pos += 1
+        return W(neighbors, weights)
+
     def write(self, obj, useIdIndex=False):
         """
         Writes a spatial weights matrix data file in swm format.
@@ -167,6 +232,11 @@ class ArcGISSwmIO(FileIO.FileIO):
 
         >>> o = pysal.open(fname,'w')
 
+        Add properities to the file to write
+
+        >>> o.varName = testfile.varName
+        >>> o.srs = testfile.srs
+
         Write the Weights object into the open file
 
         >>> o.write(w)
@@ -186,28 +256,27 @@ class ArcGISSwmIO(FileIO.FileIO):
         >>> os.remove(fname) """
 
         self._complain_ifclosed(self.closed)
-        if issubclass(type(obj), W):
-            if not (type(obj.id_order[0]) in (np.int32, np.int64, int)) and not useIdIndex:
-                raise TypeError("ArcGIS SWM files support only integer IDs")
-            if useIdIndex:
-                id2i = obj.id2i
-                obj = remap_ids(obj, id2i)
-            unk = str('%s;Unknown\n' % self.varName).encode()
-            self.file.write(unk)
-            self.file.write(pack('<l', obj.n))
-            self.file.write(pack('<l', obj.transform.upper() == 'R'))
-            for obs in obj.weights:
-                self.file.write(pack('<l', obs))
-                no_nghs = len(obj.weights[obs])
-                self.file.write(pack('<l', no_nghs))
-                self.file.write(pack('<%il' % no_nghs, *obj.neighbors[obs]))
-                self.file.write(pack('<%id' % no_nghs, *obj.weights[obs]))
-                self.file.write(pack('<d', sum(obj.weights[obs])))
-            self.pos += 1
-
-        else:
+        if not issubclass(type(obj), W):
             raise TypeError("Expected a pysal weights object, got: %s" % (
                 type(obj)))
+        if not (type(obj.id_order[0]) in (np.int32, np.int64, int)) and not useIdIndex:
+            raise TypeError("ArcGIS SWM files support only integer IDs")
+        if useIdIndex:
+            id2i = obj.id2i
+            obj = remap_ids(obj, id2i)
+
+        unk = str('%s;%s\n' % (self.varName, self.srs)).encode()
+        self.file.write(unk)
+        self.file.write(pack('<l', obj.n))
+        self.file.write(pack('<l', obj.transform.upper() == 'R'))
+        for obs in obj.weights:
+            self.file.write(pack('<l', obs))
+            no_nghs = len(obj.weights[obs])
+            self.file.write(pack('<l', no_nghs))
+            self.file.write(pack('<%il' % no_nghs, *obj.neighbors[obs]))
+            self.file.write(pack('<%id' % no_nghs, *obj.weights[obs]))
+            self.file.write(pack('<d', sum(obj.weights[obs])))
+        self.pos += 1
 
     def close(self):
         self.file.close()
diff --git a/pysal/core/util/shapefile.py b/pysal/core/util/shapefile.py
index ef7d113..98a020a 100644
--- a/pysal/core/util/shapefile.py
+++ b/pysal/core/util/shapefile.py
@@ -733,6 +733,7 @@ class Polygon(PolyLine):
 
 
 class MultiPoint:
+    String_Type = 'MULTIPOINT'
     def __init__(self):
         raise NotImplementedError("No MultiPoint Support at this time.")
 
@@ -742,31 +743,37 @@ class PolygonZ(PolyLineZ):
 
 
 class MultiPointZ:
+    String_Type = 'MULTIPOINTZ'
     def __init__(self):
         raise NotImplementedError("No MultiPointZ Support at this time.")
 
 
 class PointM:
+    String_Type = 'POINTM'
     def __init__(self):
         raise NotImplementedError("No PointM Support at this time.")
 
 
 class PolyLineM:
+    String_Type = 'ARCM'
     def __init__(self):
         raise NotImplementedError("No PolyLineM Support at this time.")
 
 
 class PolygonM:
+    String_Type = 'POLYGONM'
     def __init__(self):
         raise NotImplementedError("No PolygonM Support at this time.")
 
 
 class MultiPointM:
+    String_Type = 'MULTIPOINTM'
     def __init__(self):
         raise NotImplementedError("No MultiPointM Support at this time.")
 
 
 class MultiPatch:
+    String_Type = 'MULTIPATCH'
     def __init__(self):
         raise NotImplementedError("No MultiPatch Support at this time.")
 
diff --git a/pysal/esda/geary.py b/pysal/esda/geary.py
index 9be01ef..bf39fc7 100644
--- a/pysal/esda/geary.py
+++ b/pysal/esda/geary.py
@@ -89,7 +89,8 @@ class Geary(object):
     0.3330108
     >>> print round(c.p_norm,7)
     9.2e-05
-    >>>
+    >>> c.z_rand
+    -3.6489513837253944
     """
     def __init__(self, y, w, transformation="r", permutations=999):
         if not isinstance(w, weights.W):
@@ -149,14 +150,15 @@ class Geary(object):
         s1 = w.s1
         s2 = w.s2
         s02 = s0 * s0
-
         yd = y - y.mean()
-        k = (1 / (sum(yd ** 4)) * ((sum(yd ** 2)) ** 2))
-        vc_rand = (1 / (n * ((n - 2) ** 2) * s02)) * \
-            ((((n - 1) * s1) * (n * n - 3 * n + 3 - (n - 1) * k))
-             - ((.25 * (n - 1) * s2) * (n * n + 3 * n - 6 -
-                (n * n - n + 2) * k))
-                + (s02 * (n * n - 3 - ((n - 1) ** 2) * k)))
+        yd4 = yd**4
+        yd2 = yd**2
+        n2 = n * n
+        k = (yd4.sum() / n) / ((yd2.sum()/n)**2)
+        A = (n-1) * s1 * (n2 - 3*n + 3 - (n-1) * k)
+        B = (1./4) * ((n-1) * s2 * (n2 + 3*n - 6 - (n2 - n +2) * k ))
+        C = s02 * (n2 - 3 - (n-1)**2 * k)
+        vc_rand = (A-B+C) / (n * (n-2) * (n-3)*s02)
         vc_norm = ((1 / (2 * (n + 1) * s02)) *
                    ((2 * s1 + s2) * (n - 1) - 4 * s02))
 
diff --git a/pysal/esda/mapclassify.py b/pysal/esda/mapclassify.py
index aac2bcc..5e7c46c 100644
--- a/pysal/esda/mapclassify.py
+++ b/pysal/esda/mapclassify.py
@@ -392,7 +392,7 @@ class Map_Classifier(object):
 
     .. math::
 
-              C_j^l < y_i \le C_j^u \  \forall  i \in C_j
+              C_j^l < y_i \le C_j^u  \ \ \\forall  i \in C_j
 
     where :math:`C_j` denotes class :math:`j` which has lower bound
           :math:`C_j^l` and upper bound :math:`C_j^u`.
diff --git a/pysal/esda/moran.py b/pysal/esda/moran.py
index cbc5f06..6f356a6 100644
--- a/pysal/esda/moran.py
+++ b/pysal/esda/moran.py
@@ -102,7 +102,7 @@ class Moran(object):
     >>> w = pysal.open(pysal.examples.get_path("stl.gal")).read()
     >>> f = pysal.open(pysal.examples.get_path("stl_hom.txt"))
     >>> y = np.array(f.by_col['HR8893'])
-    >>> mi = Moran(y,  w)
+    >>> mi = pysal.Moran(y,  w)
     >>> "%7.5f" % mi.I
     '0.24366'
     >>> mi.EI
@@ -114,6 +114,7 @@ class Moran(object):
 
     >>> w = pysal.open(pysal.examples.get_path("sids2.gal")).read()
     >>> f = pysal.open(pysal.examples.get_path("sids2.dbf"))
+    >>> import numpy as np
     >>> SIDR = np.array(f.by_col("SIDR74"))
     >>> mi = pysal.Moran(SIDR,  w)
     >>> "%6.4f" % mi.I
@@ -129,6 +130,15 @@ class Moran(object):
     >>> mi_1.p_norm
     5.7916539074498452e-05
 
+    Example from http://www.lpc.uottawa.ca/publications/moransi/moran.htm
+
+    >>> w = pysal.lat2W(3, 3)
+    >>> y = np.arange(1, 10)
+    >>> mi = pysal.Moran(y, w, transformation='B')
+    >>> mi.VI_rand
+    0.059687500000000004
+    >>> mi.VI_norm
+    0.053125000000000006
     """
     def __init__(self, y, w, transformation="r", permutations=PERMUTATIONS,
                  two_tailed=True):
@@ -179,22 +189,28 @@ class Moran(object):
         self.z2ss = (z * z).sum()
         self.EI = -1. / (self.n - 1)
         n = self.n
+        n2 = n * n
         s1 = self.w.s1
         s0 = self.w.s0
         s2 = self.w.s2
         s02 = s0 * s0
-        v_num = n * n * s1 - n * s2 + 3 * s0 * s0
-        v_den = (n - 1) * (n + 1) * s0 * s0
+        v_num = n2  * s1 - n * s2 + 3 * s02
+        v_den = (n - 1) * (n + 1) * s02
         self.VI_norm = v_num / v_den - (1.0 / (n - 1)) ** 2
         self.seI_norm = self.VI_norm ** (1 / 2.)
 
-        k = (1 / ((z ** 4).sum()) * (((z ** 2).sum()) ** 2))
-        vi = (1 / (((n - 1) ** 3) * s02)) * ((n * ((n * n - 3 * n + 3)
-                                                   * s1 - n * s2 + 3 * s02))
-                                             - (k * ((n * n - n) * s1 - 2 * n *
-                                                     s2 + 6 * s02)))
-        self.VI_rand = vi
-        self.seI_rand = vi ** (1 / 2.)
+        # variance under randomization
+        xd4 = z**4
+        xd2 = z**2
+        k_num = xd4.sum() / n
+        k_den = (xd2.sum() / n)**2
+        k = k_num / k_den
+        EI = self.EI
+        A = n * ((n2 - 3 * n + 3) * s1 - n * s2 + 3 * s02)
+        B = k * ((n2 - n) * s1 - 2 * n * s2 + 6 * s02  )
+        VIR = (A - B) / ((n - 1) * (n - 2) * (n - 3 ) * s02) - EI*EI
+        self.VI_rand = VIR 
+        self.seI_rand = VIR ** (1 / 2.)
 
     def __calc(self, z):
         zl = slag(self.w, z)
diff --git a/pysal/esda/smoothing.py b/pysal/esda/smoothing.py
index 1334e24..7a27966 100644
--- a/pysal/esda/smoothing.py
+++ b/pysal/esda/smoothing.py
@@ -549,17 +549,18 @@ def assuncao_rate(e, b):
     ebi_b = e_sum * 1.0 / b_sum
     s2 = sum(b * ((y - ebi_b) ** 2)) / b_sum
     ebi_a = s2 - ebi_b / (float(b_sum) / len(e))
-    ebi_v = ebi_a + ebi_b / b
+    ebi_v_raw = ebi_a + ebi_b / b
+    ebi_v = np.where(ebi_v_raw < 0, ebi_b / b, ebi_v_raw)
     return (y - ebi_b) / np.sqrt(ebi_v)
 
 class _Smoother(object):
     """
     This is a helper class that implements things that all smoothers should do.
-    Right now, the only thing that we need to propagate is the by_col function. 
+    Right now, the only thing that we need to propagate is the by_col function.
 
     TBQH, most of these smoothers should be functions, not classes (aside from
     maybe headbanging triples), since they're literally only inits + one
-    attribute. 
+    attribute.
     """
     def __init__(self):
         pass
@@ -567,7 +568,7 @@ class _Smoother(object):
     @classmethod
     def by_col(cls, df, e,b, inplace=False, **kwargs):
         """
-        Compute smoothing by columns in a dataframe. 
+        Compute smoothing by columns in a dataframe.
 
         Parameters
         -----------
@@ -582,15 +583,15 @@ class _Smoother(object):
         inplace :  bool
                    a flag denoting whether to output a copy of `df` with the
                    relevant smoothed columns appended, or to append the columns
-                   directly to `df` itself. 
+                   directly to `df` itself.
         **kwargs:  optional keyword arguments
                    optional keyword options that are passed directly to the
-                   smoother. 
+                   smoother.
 
         Returns
         ---------
         a copy of `df` containing the columns. Or, if `inplace`, this returns
-        None, but implicitly adds columns to `df`.  
+        None, but implicitly adds columns to `df`.
         """
         if not inplace:
             new = df.copy()
@@ -718,13 +719,13 @@ class Empirical_Bayes(_Smoother):
 class _Spatial_Smoother(_Smoother):
     """
     This is a helper class that implements things that all the things that
-    spatial smoothers should do. 
+    spatial smoothers should do.
     .
-    Right now, the only thing that we need to propagate is the by_col function. 
+    Right now, the only thing that we need to propagate is the by_col function.
 
     TBQH, most of these smoothers should be functions, not classes (aside from
     maybe headbanging triples), since they're literally only inits + one
-    attribute. 
+    attribute.
     """
     def __init__(self):
         pass
@@ -732,7 +733,7 @@ class _Spatial_Smoother(_Smoother):
     @classmethod
     def by_col(cls, df, e,b, w=None, inplace=False, **kwargs):
         """
-        Compute smoothing by columns in a dataframe. 
+        Compute smoothing by columns in a dataframe.
 
         Parameters
         -----------
@@ -748,19 +749,19 @@ class _Spatial_Smoother(_Smoother):
                    the spatial weights object or objects to use with the
                    event-population pairs. If not provided and a weights object
                    is in the dataframe's metadata, that weights object will be
-                   used. 
+                   used.
         inplace :  bool
                    a flag denoting whether to output a copy of `df` with the
                    relevant smoothed columns appended, or to append the columns
-                   directly to `df` itself. 
+                   directly to `df` itself.
         **kwargs:  optional keyword arguments
                    optional keyword options that are passed directly to the
-                   smoother. 
+                   smoother.
 
         Returns
         ---------
         a copy of `df` containing the columns. Or, if `inplace`, this returns
-        None, but implicitly adds columns to `df`.  
+        None, but implicitly adds columns to `df`.
         """
         if not inplace:
             new = df.copy()
@@ -1072,12 +1073,12 @@ class Age_Adjusted_Smoother(_Spatial_Smoother):
         r = direct_age_standardization(e_n, b_n, s, w.n, alpha=alpha)
         self.r = np.array([i[0] for i in r])
         w.transform = 'o'
-    
+
     @_requires('pandas')
     @classmethod
     def by_col(cls, df, e,b, w=None, s=None, **kwargs):
         """
-        Compute smoothing by columns in a dataframe. 
+        Compute smoothing by columns in a dataframe.
 
         Parameters
         -----------
@@ -1093,22 +1094,22 @@ class Age_Adjusted_Smoother(_Spatial_Smoother):
                    the spatial weights object or objects to use with the
                    event-population pairs. If not provided and a weights object
                    is in the dataframe's metadata, that weights object will be
-                   used. 
+                   used.
         s       :  string or list of strings
                    the name or names of columns to use as a standard population
-                   variable for the events `e` and at-risk populations `b`. 
+                   variable for the events `e` and at-risk populations `b`.
         inplace :  bool
                    a flag denoting whether to output a copy of `df` with the
                    relevant smoothed columns appended, or to append the columns
-                   directly to `df` itself. 
+                   directly to `df` itself.
         **kwargs:  optional keyword arguments
                    optional keyword options that are passed directly to the
-                   smoother. 
+                   smoother.
 
         Returns
         ---------
         a copy of `df` containing the columns. Or, if `inplace`, this returns
-        None, but implicitly adds columns to `df`.  
+        None, but implicitly adds columns to `df`.
         """
         if s is None:
             raise Exception('Standard population variable "s" must be supplied.')
@@ -1326,7 +1327,7 @@ class Spatial_Median_Rate(_Spatial_Smoother):
         if not w.id_order_set:
             raise ValueError("w id_order must be set to align with the order of e and b")
         e = np.asarray(e).flatten()
-        b = np.asarray(b).flatten() 
+        b = np.asarray(b).flatten()
         self.r = e * 1.0 / b
         self.aw, self.w = aw, w
         while iteration:
@@ -1469,13 +1470,13 @@ class Spatial_Filtering(_Smoother):
                     b_n_f = b_n[[0]]
                 self.r.append(e_n_f[-1] * 1.0 / b_n_f[-1])
         self.r = np.array(self.r)
-    
+
     @_requires('pandas')
     @classmethod
     def by_col(cls, df, e, b, x_grid, y_grid, geom_col='geometry', **kwargs):
         """
         Compute smoothing by columns in a dataframe. The bounding box and point
-        information is computed from the geometry column. 
+        information is computed from the geometry column.
 
         Parameters
         -----------
@@ -1493,13 +1494,13 @@ class Spatial_Filtering(_Smoother):
                    number of grid cells to use along the y-axis
         geom_col:  string
                    the name of the column in the dataframe containing the
-                   geometry information. 
+                   geometry information.
         **kwargs:  optional keyword arguments
                    optional keyword options that are passed directly to the
-                   smoother. 
+                   smoother.
         Returns
         ---------
-        a new dataframe of dimension (x_grid*y_grid, 3), containing the 
+        a new dataframe of dimension (x_grid*y_grid, 3), containing the
         coordinates of the grid cells and the rates associated with those grid
         cells.
         """
@@ -1525,13 +1526,16 @@ class Spatial_Filtering(_Smoother):
             grid = np.asarray(r.grid).reshape(-1,2)
             name = '_'.join(('-'.join((ename, bname)), cls.__name__.lower()))
             colnames = ('_'.join((name, suffix)) for suffix in ['X', 'Y', 'R'])
-            items = [(name, col) for name,col in zip(colnames, [grid[:,0], 
-                                                                grid[:,1], 
+            items = [(name, col) for name,col in zip(colnames, [grid[:,0],
+                                                                grid[:,1],
                                                                 r.r])]
             res.append(pd.DataFrame.from_items(items))
         outdf = pd.concat(res)
         return outdf
 
+
+
+import warnings
 class Headbanging_Triples(object):
     """Generate a pseudo spatial weights instance that contains headbanging triples
 
@@ -1661,6 +1665,7 @@ class Headbanging_Triples(object):
     (0.33753, 0.302707)
     """
     def __init__(self, data, w, k=5, t=3, angle=135.0, edgecor=False):
+        raise DepricationWarning('Depricated')
         if k < 3:
             raise ValueError("w should be NeareastNeighbors instance & the number of neighbors should be more than 3.")
         if not w.id_order_set:
@@ -1806,6 +1811,7 @@ class Headbanging_Median_Rate(object):
     array([ 0.00091659,  0.        ,  0.00156838,  0.0018315 ,  0.00498891])
     """
     def __init__(self, e, b, t, aw=None, iteration=1):
+        warnings.warn("Deprecated", DepricationWarning)
         self.r = e * 1.0 / b
         self.tr, self.aw = t.triples, aw
         if hasattr(t, 'extra'):
@@ -1821,9 +1827,9 @@ class Headbanging_Median_Rate(object):
         if hasattr(self, 'extra') and id in self.extra:
             extra = self.extra
             trp_r = r[list(triples[0])]
-            # observed rate 
+            # observed rate
             # plus difference in rate scaled by ratio of extrapolated distance
-            # & observed distance. 
+            # & observed distance.
             trp_r[-1] = trp_r[0] + (trp_r[0] - trp_r[-1]) * (
                 extra[id][-1] * 1.0 / extra[id][1])
             trp_r = sorted(trp_r)
@@ -1852,14 +1858,14 @@ class Headbanging_Median_Rate(object):
                 trp_r.sort(order='r')
                 lowest.append(trp_r['r'][0])
                 highest.append(trp_r['r'][-1])
-                lowest_aw.append(self.aw[trp_r['w'][0]])
-                highest_aw.append(self.aw[trp_r['w'][-1]])
+                lowest_aw.append(self.aw[int(trp_r['w'][0])])
+                highest_aw.append(self.aw[int(trp_r['w'][-1])])
             wm_lowest = weighted_median(np.array(lowest), np.array(lowest_aw))
             wm_highest = weighted_median(
                 np.array(highest), np.array(highest_aw))
             triple_members = flatten(triples, unique=False)
             return r[id], wm_lowest, wm_highest, self.aw[id] * len(triples), self.aw[triple_members].sum()
-    
+
     def __get_median_from_screens(self, screens):
         if isinstance(screens, float):
             return screens
@@ -1884,13 +1890,13 @@ class Headbanging_Median_Rate(object):
                 k, tr[k], weighted=(self.aw is not None))
             new_r.append(self.__get_median_from_screens(screens))
         self.r = np.array(new_r)
-    
+
     @_requires('pandas')
     @classmethod
     def by_col(cls, df, e, b, t=None, geom_col='geometry', inplace=False, **kwargs):
         """
         Compute smoothing by columns in a dataframe. The bounding box and point
-        information is computed from the geometry column. 
+        information is computed from the geometry column.
 
         Parameters
         -----------
@@ -1904,22 +1910,22 @@ class Headbanging_Median_Rate(object):
                    variables to be smoothed
         t       :  Headbanging_Triples instance or list of Headbanging_Triples
                    list of headbanging triples instances. If not provided, this
-                   is computed from the geometry column of the dataframe. 
+                   is computed from the geometry column of the dataframe.
         geom_col:  string
                    the name of the column in the dataframe containing the
-                   geometry information. 
+                   geometry information.
         inplace :  bool
                    a flag denoting whether to output a copy of `df` with the
                    relevant smoothed columns appended, or to append the columns
-                   directly to `df` itself. 
+                   directly to `df` itself.
         **kwargs:  optional keyword arguments
                    optional keyword options that are passed directly to the
-                   smoother. 
+                   smoother.
         Returns
         ---------
         a new dataframe containing the smoothed Headbanging Median Rates for the
         event/population pairs. If done inplace, there is no return value and
-        `df` is modified in place. 
+        `df` is modified in place.
         """
         import pandas as pd
         if not inplace:
@@ -1939,7 +1945,7 @@ class Headbanging_Median_Rate(object):
 
         #Headbanging_Triples doesn't take **kwargs, so filter its arguments
         # (self, data, w, k=5, t=3, angle=135.0, edgecor=False):
-        
+
         w = kwargs.pop('w', None)
         if w is None:
             found = False
@@ -1951,7 +1957,7 @@ class Headbanging_Median_Rate(object):
                 raise Exception('Weights not provided and no weights attached to frame!'
                                     ' Please provide a weight or attach a weight to the'
                                     ' dataframe')
-        
+
         k = kwargs.pop('k', 5)
         t = kwargs.pop('t', 3)
         angle = kwargs.pop('angle', 135.0)
@@ -1959,7 +1965,7 @@ class Headbanging_Median_Rate(object):
 
         hbt = Headbanging_Triples(data, w, k=k, t=t, angle=angle,
                                   edgecor=edgecor)
-        
+
         res = []
         for ename, bname in zip(e, b):
             r = cls(df[ename], df[bname], hbt, **kwargs).r
diff --git a/pysal/esda/tests/test_geary.py b/pysal/esda/tests/test_geary.py
index 6cff335..922901d 100644
--- a/pysal/esda/tests/test_geary.py
+++ b/pysal/esda/tests/test_geary.py
@@ -26,10 +26,10 @@ class Geary_Tester(unittest.TestCase):
         self.assertAlmostEquals(c.z_norm, -3.7399778367629564)
         self.assertAlmostEquals(c.seC_norm, 0.17834040553138225)
 
-        self.assertAlmostEquals(c.VC_rand, 0.018437747611029367)
-        self.assertAlmostEquals(c.p_rand, 4.5059156794646782e-07)
-        self.assertAlmostEquals(c.z_rand, -4.9120733751216008)
-        self.assertAlmostEquals(c.seC_rand, 0.13578566791465646)
+        self.assertAlmostEquals(c.VC_rand,0.033411917666958356)
+        self.assertAlmostEquals(c.p_rand,0.00013165646189214729)
+        self.assertAlmostEquals(c.z_rand, -3.6489513837253944)
+        self.assertAlmostEquals(c.seC_rand, 0.18278927120309429)
 
         np.random.seed(12345)
         c = geary.Geary(self.y, self.w, permutations=999)
@@ -41,10 +41,10 @@ class Geary_Tester(unittest.TestCase):
         self.assertAlmostEquals(c.z_norm, -3.7399778367629564)
         self.assertAlmostEquals(c.seC_norm, 0.17834040553138225)
 
-        self.assertAlmostEquals(c.VC_rand, 0.018437747611029367)
-        self.assertAlmostEquals(c.p_rand, 4.5059156794646782e-07)
-        self.assertAlmostEquals(c.z_rand, -4.9120733751216008)
-        self.assertAlmostEquals(c.seC_rand, 0.13578566791465646)
+        self.assertAlmostEquals(c.VC_rand, 0.033411917666958356)
+        self.assertAlmostEquals(c.p_rand, 0.00013165646189214729)
+        self.assertAlmostEquals(c.z_rand, -3.6489513837253944)
+        self.assertAlmostEquals(c.seC_rand, 0.18278927120309429)
 
         self.assertAlmostEquals(c.EC_sim, 0.9980676303238214)
         self.assertAlmostEquals(c.VC_sim, 0.034430408799858946)
diff --git a/pysal/esda/tests/test_moran.py b/pysal/esda/tests/test_moran.py
index 2f0143a..9a94c1e 100644
--- a/pysal/esda/tests/test_moran.py
+++ b/pysal/esda/tests/test_moran.py
@@ -25,6 +25,13 @@ class Moran_Tester(unittest.TestCase):
         np.testing.assert_allclose(mi.I, 0.24772519320480135, atol=ATOL, rtol=RTOL)
         self.assertAlmostEquals(mi.p_norm,  5.7916539074498452e-05)
 
+    def test_variance(self):
+        y = np.arange(1, 10)
+        w = pysal.lat2W(3, 3)
+        mi = pysal.Moran(y, w, transformation='B')
+        np.testing.assert_allclose(mi.VI_rand, 0.059687500000000004, atol=ATOL, rtol=RTOL)
+        np.testing.assert_allclose(mi.VI_norm, 0.053125000000000006, atol=ATOL, rtol=RTOL)
+ 
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
     def test_by_col(self):
         import pysal.contrib.pdio as pdio
@@ -37,6 +44,7 @@ class Moran_Tester(unittest.TestCase):
         self.assertAlmostEquals(pval, 0.001)
 
 
+
 class Moran_Rate_Tester(unittest.TestCase):
     def setUp(self):
         self.w = pysal.open(pysal.examples.get_path("sids2.gal")).read()
diff --git a/pysal/esda/tests/test_smoothing.py b/pysal/esda/tests/test_smoothing.py
index 85b4965..0665270 100644
--- a/pysal/esda/tests/test_smoothing.py
+++ b/pysal/esda/tests/test_smoothing.py
@@ -77,13 +77,13 @@ class TestSRate(unittest.TestCase):
                             4.93034844e-05, 5.09387329e-05, 3.72735210e-05,
                             3.69333797e-05, 5.40245456e-05, 2.99806055e-05,
                             3.73034109e-05, 3.47270722e-05]).reshape(-1,1)
-        
+
         self.stl = pysal.open(pysal.examples.get_path('stl_hom.csv'), 'r')
         self.stl_e, self.stl_b = np.array(self.stl[:, 10]), np.array(self.stl[:, 13])
         self.stl_w = pysal.open(pysal.examples.get_path('stl.gal'), 'r').read()
         if not self.stl_w.id_order_set:
             self.stl_w.id_order = range(1, len(self.stl) + 1)
-        
+
         if not PANDAS_EXTINCT:
             self.df = pysal.open(pysal.examples.get_path('sids2.dbf')).to_df()
             self.ename = 'SID74'
@@ -94,44 +94,44 @@ class TestSRate(unittest.TestCase):
 
     def test_Excess_Risk(self):
         out_er = sm.Excess_Risk(self.e, self.b).r
-        np.testing.assert_allclose(out_er[:5].flatten(), self.er, 
+        np.testing.assert_allclose(out_er[:5].flatten(), self.er,
                                    rtol=RTOL, atol=ATOL)
-    
+
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
     def test_Excess_Risk_tabular(self):
         out_er = sm.Excess_Risk(self.df[self.ename], self.df[self.bname]).r
-        np.testing.assert_allclose(out_er[:5].flatten(), self.er, 
+        np.testing.assert_allclose(out_er[:5].flatten(), self.er,
                                    rtol=RTOL, atol=ATOL)
         self.assertIsInstance(out_er, np.ndarray)
         out_er = sm.Excess_Risk.by_col(self.df, self.ename, self.bname)
         outcol = '{}-{}_excess_risk'.format(self.ename, self.bname)
         outcol = out_er[outcol]
-        np.testing.assert_allclose(outcol[:5], self.er, 
+        np.testing.assert_allclose(outcol[:5], self.er,
                                    rtol=RTOL, atol=ATOL)
         self.assertIsInstance(outcol.values, np.ndarray)
 
     def test_Empirical_Bayes(self):
         out_eb = sm.Empirical_Bayes(self.e, self.b).r
-        np.testing.assert_allclose(out_eb[:5].flatten(), self.eb, 
+        np.testing.assert_allclose(out_eb[:5].flatten(), self.eb,
                                    rtol=RTOL, atol=ATOL)
 
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
     def test_Empirical_Bayes_tabular(self):
         out_eb = sm.Empirical_Bayes(self.df[self.ename], self.df[self.bname]).r
-        np.testing.assert_allclose(out_eb[:5].flatten(), self.eb, 
+        np.testing.assert_allclose(out_eb[:5].flatten(), self.eb,
                                    rtol=RTOL, atol=ATOL)
         self.assertIsInstance(out_eb, np.ndarray)
 
         out_eb = sm.Empirical_Bayes.by_col(self.df, self.ename, self.bname)
         outcol = '{}-{}_empirical_bayes'.format(self.ename, self.bname)
         outcol = out_eb[outcol]
-        np.testing.assert_allclose(outcol[:5], self.eb, 
+        np.testing.assert_allclose(outcol[:5], self.eb,
                                    rtol=RTOL, atol=ATOL)
         self.assertIsInstance(outcol.values, np.ndarray)
 
     def test_Spatial_Empirical_Bayes(self):
         s_eb = sm.Spatial_Empirical_Bayes(self.stl_e, self.stl_b, self.stl_w)
-        np.testing.assert_allclose(self.s_ebr10, s_eb.r[:10], 
+        np.testing.assert_allclose(self.s_ebr10, s_eb.r[:10],
                                    rtol=RTOL, atol=ATOL)
 
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
@@ -142,7 +142,7 @@ class TestSRate(unittest.TestCase):
         self.assertIsInstance(s_eb, np.ndarray)
         np.testing.assert_allclose(self.s_ebr10, s_eb[:10])
 
-        s_eb = sm.Spatial_Empirical_Bayes.by_col(self.stl_df, 
+        s_eb = sm.Spatial_Empirical_Bayes.by_col(self.stl_df,
                                                  self.stl_ename,
                                                  self.stl_bname,
                                                  self.stl_w)
@@ -153,13 +153,13 @@ class TestSRate(unittest.TestCase):
 
     def test_Spatial_Rate(self):
         out_sr = sm.Spatial_Rate(self.e, self.b, self.w).r
-        np.testing.assert_allclose(out_sr[:5].flatten(), self.sr, 
+        np.testing.assert_allclose(out_sr[:5].flatten(), self.sr,
                                    rtol=RTOL, atol=ATOL)
 
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
     def test_Spatial_Rate_tabular(self):
         out_sr = sm.Spatial_Rate(self.df[self.ename], self.df[self.bname], self.w).r
-        np.testing.assert_allclose(out_sr[:5].flatten(), self.sr, 
+        np.testing.assert_allclose(out_sr[:5].flatten(), self.sr,
                                    rtol=RTOL, atol=ATOL)
         self.assertIsInstance(out_sr, np.ndarray)
 
@@ -173,7 +173,7 @@ class TestSRate(unittest.TestCase):
         out_smr = sm.Spatial_Median_Rate(self.e, self.b, self.w).r
         out_smr_w = sm.Spatial_Median_Rate(self.e, self.b, self.w, aw=self.b).r
         out_smr2 = sm.Spatial_Median_Rate(self.e, self.b, self.w, iteration=2).r
-        np.testing.assert_allclose(out_smr[:5].flatten(), self.smr, 
+        np.testing.assert_allclose(out_smr[:5].flatten(), self.smr,
                                    atol=ATOL, rtol=RTOL)
         np.testing.assert_allclose(out_smr_w[:5].flatten(), self.smr_w,
                                    atol=ATOL, rtol=RTOL)
@@ -187,35 +187,35 @@ class TestSRate(unittest.TestCase):
                                          self.w).r
         out_smr_w = sm.Spatial_Median_Rate(self.df[self.ename],
                                            self.df[self.bname],
-                                           self.w, 
+                                           self.w,
                                            aw = self.df[self.bname]).r
-        out_smr2 = sm.Spatial_Median_Rate(self.df[self.ename], 
+        out_smr2 = sm.Spatial_Median_Rate(self.df[self.ename],
                                           self.df[self.bname],
                                           self.w,
                                           iteration=2).r
-        
+
         self.assertIsInstance(out_smr, np.ndarray)
         self.assertIsInstance(out_smr_w, np.ndarray)
         self.assertIsInstance(out_smr2, np.ndarray)
 
-        np.testing.assert_allclose(out_smr[:5].flatten(), self.smr, 
+        np.testing.assert_allclose(out_smr[:5].flatten(), self.smr,
                                    atol=ATOL, rtol=RTOL)
         np.testing.assert_allclose(out_smr_w[:5].flatten(), self.smr_w,
                                    atol=ATOL, rtol=RTOL)
         np.testing.assert_allclose(out_smr2[:5].flatten(), self.smr2,
                                    atol=ATOL, rtol=RTOL)
-        
+
         out_smr = sm.Spatial_Median_Rate.by_col(self.df, self.ename,
                                                 self.bname, self.w)
-        out_smr_w = sm.Spatial_Median_Rate.by_col(self.df, self.ename, 
-                                                  self.bname, self.w, 
+        out_smr_w = sm.Spatial_Median_Rate.by_col(self.df, self.ename,
+                                                  self.bname, self.w,
                                                   aw = self.df[self.bname])
-        out_smr2 = sm.Spatial_Median_Rate.by_col(self.df, self.ename, 
+        out_smr2 = sm.Spatial_Median_Rate.by_col(self.df, self.ename,
                                                  self.bname, self.w,
                                                  iteration=2)
         outcol = '{}-{}_spatial_median_rate'.format(self.ename, self.bname)
 
-        np.testing.assert_allclose(out_smr[outcol].values[:5], self.smr, 
+        np.testing.assert_allclose(out_smr[outcol].values[:5], self.smr,
                                    rtol=RTOL, atol=ATOL)
         np.testing.assert_allclose(out_smr_w[outcol].values[:5], self.smr_w,
                                    rtol=RTOL, atol=ATOL)
@@ -231,14 +231,14 @@ class TestSRate(unittest.TestCase):
             enames = [self.ename, 'SID79']
             bnames = [self.bname, 'BIR79']
             out_df = sm.Spatial_Median_Rate.by_col(self.df, enames, bnames, self.w)
-            outcols = ['{}-{}_spatial_median_rate'.format(e,b) 
+            outcols = ['{}-{}_spatial_median_rate'.format(e,b)
                        for e,b in zip(enames, bnames)]
             smr79 = np.array([0.00122129, 0.00176924, 0.00176924,
                               0.00240964, 0.00272035])
             answers = [self.smr, smr79]
             for col, answer in zip(outcols, answer):
                 self.assertIn(out_df.columns, col)
-                np.testing.assert_allclose(out_df[col].values[:5], answer, 
+                np.testing.assert_allclose(out_df[col].values[:5], answer,
                                            rtol=RTOL, atol=ATOL)
 
         @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
@@ -249,14 +249,14 @@ class TestSRate(unittest.TestCase):
             enames = [self.ename, 'SID79']
             bnames = [self.bname, 'BIR79']
             out_df = sm.Excess_Risk.by_col(self.df, enames, bnames)
-            outcols = ['{}-{}_excess_risk'.format(e,b) 
+            outcols = ['{}-{}_excess_risk'.format(e,b)
                        for e,b in zip(enames, bnames)]
             er79 = np.array([0.000000, 2.796607, 0.8383863,
                               1.217479, 0.943811])
             answers = [self.er, er79]
             for col, answer in zip(outcols, answer):
                 self.assertIn(out_df.columns, col)
-                np.testing.assert_allclose(out_df[col].values[:5], answer, 
+                np.testing.assert_allclose(out_df[col].values[:5], answer,
                                            rtol=RTOL, atol=ATOL)
 
 class TestHB(unittest.TestCase):
@@ -281,9 +281,9 @@ class TestHB(unittest.TestCase):
             self.bname = 'BIR74'
             self.enames = [self.ename, 'SID79']
             self.bnames = [self.bname, 'BIR79']
-            self.sids79r = np.array([.000563, .001659, .001879, 
+            self.sids79r = np.array([.000563, .001659, .001879,
                                      .002410, .002720])
-
+    @unittest.skip("Depreication")
     def test_Headbanging_Triples(self):
         ht = sm.Headbanging_Triples(self.d, self.w)
         self.assertEquals(len(ht.triples), len(self.d))
@@ -295,6 +295,7 @@ class TestHB(unittest.TestCase):
         for i in htr.r:
             self.assertTrue(i is not None)
 
+    @unittest.skip("Deprication")
     def test_Headbanging_Median_Rate(self):
         s_ht = sm.Headbanging_Triples(self.d, self.w, k=5)
         sids_hb_r = sm.Headbanging_Median_Rate(self.e, self.b, s_ht)
@@ -303,29 +304,30 @@ class TestHB(unittest.TestCase):
         np.testing.assert_array_almost_equal(self.sids_hb_r2r5, sids_hb_r2.r[:5])
         sids_hb_r3 = sm.Headbanging_Median_Rate(self.e, self.b, s_ht, aw=self.b)
         np.testing.assert_array_almost_equal(self.sids_hb_r3r5, sids_hb_r3.r[:5])
-    
-    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+
+    #@unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    @unittest.skip("Deprication")
     def test_Headbanging_Median_Rate_tabular(self):
 
         # test that dataframe columns are treated correctly
         s_ht = sm.Headbanging_Triples(self.d, self.w, k=5)
-        sids_hb_r = sm.Headbanging_Median_Rate(self.df[self.ename], 
+        sids_hb_r = sm.Headbanging_Median_Rate(self.df[self.ename],
                                                self.df[self.bname], s_ht)
         self.assertIsInstance(sids_hb_r.r, np.ndarray)
         np.testing.assert_array_almost_equal(self.sids_hb_rr5, sids_hb_r.r[:5])
-        
-        sids_hb_r2 = sm.Headbanging_Median_Rate(self.df[self.ename], 
+
+        sids_hb_r2 = sm.Headbanging_Median_Rate(self.df[self.ename],
                                                 self.df[self.bname], s_ht,
                                                 iteration=5)
         self.assertIsInstance(sids_hb_r2.r, np.ndarray)
         np.testing.assert_array_almost_equal(self.sids_hb_r2r5, sids_hb_r2.r[:5])
 
-        sids_hb_r3 = sm.Headbanging_Median_Rate(self.df[self.ename], 
-                                                self.df[self.bname], s_ht, 
+        sids_hb_r3 = sm.Headbanging_Median_Rate(self.df[self.ename],
+                                                self.df[self.bname], s_ht,
                                                 aw=self.df[self.bname])
         self.assertIsInstance(sids_hb_r3.r, np.ndarray)
         np.testing.assert_array_almost_equal(self.sids_hb_r3r5, sids_hb_r3.r[:5])
-        
+
         #test that the by col on multiple names works correctly
         sids_hr_df = sm.Headbanging_Median_Rate.by_col(self.df, self.enames,
                                                        self.bnames, w=self.w)
@@ -334,7 +336,7 @@ class TestHB(unittest.TestCase):
         for col, answer in zip(outcols, [self.sids_hb_rr5, self.sids79r]):
             this_col = sids_hr_df[col].values
             self.assertIsInstance(this_col, np.ndarray)
-            np.testing.assert_allclose(sids_hr_df[col][:5], answer, 
+            np.testing.assert_allclose(sids_hr_df[col][:5], answer,
                                        rtol=RTOL, atol=ATOL*10)
 
 class TestKernel_AgeAdj_SM(unittest.TestCase):
@@ -367,11 +369,11 @@ class TestKernel_AgeAdj_SM(unittest.TestCase):
         self.disk_exp = [0.12222222000000001, 0.10833333, 0.08055556,
                          0.08944444, 0.09944444, 0.09351852]
         self.sf_exp = np.array([ 0.111111,  0.111111,  0.085106,  0.076923])
-    
+
     def test_Kernel_Smoother(self):
         kr = sm.Kernel_Smoother(self.e, self.b, self.kw)
         np.testing.assert_allclose(kr.r.flatten(), self.kernel_exp)
-    
+
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
     def test_Kernel_Smoother_tabular(self):
         dfa, dfb = self.dfa, self.dfb
@@ -381,10 +383,10 @@ class TestKernel_AgeAdj_SM(unittest.TestCase):
         kr = sm.Kernel_Smoother.by_col(dfa, 'e', 'b', w=self.kw)
         colname = 'e_b_kernel_smoother'
         np.testing.assert_allclose(kr[colname].values, kernel_exp)
-        
+
         kr = sm.Kernel_Smoother.by_col(dfb, ['e', 's'], 'b', w=self.kw)
         outcols = ['{}-b_kernel_smoother'.format(l) for l in ['e','s']]
-        
+
         exp_eb = np.array([ 0.08276363,  0.08096262,  0.03636364,  0.0704302 ,
                             0.07996067,  0.1287226 ,  0.09831286,  0.0952105 ,
                             0.02857143,  0.06671039,  0.07129231,  0.08078792])
@@ -397,7 +399,7 @@ class TestKernel_AgeAdj_SM(unittest.TestCase):
     def test_Age_Adjusted_Smoother(self):
         ar = sm.Age_Adjusted_Smoother(self.e1, self.b1, self.kw, self.s)
         np.testing.assert_allclose(ar.r, self.ageadj_exp)
-    
+
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
     def test_Age_Adjusted_Smoother_tabular(self):
         dfb = self.dfb
@@ -406,16 +408,16 @@ class TestKernel_AgeAdj_SM(unittest.TestCase):
         np.testing.assert_allclose(kr.r, self.ageadj_exp)
 
         kr = sm.Age_Adjusted_Smoother.by_col(dfb, 'e', 'b', w=self.kw, s='s')
-        answer = np.array([ 0.10519625, 0.08494318, 0.06440072, 
+        answer = np.array([ 0.10519625, 0.08494318, 0.06440072,
                          0.06898604, 0.06952076, 0.05020968])
-        colname = 'e-b_age_adjusted_smoother' 
+        colname = 'e-b_age_adjusted_smoother'
         np.testing.assert_allclose(kr[colname].values, answer, rtol=RTOL, atol=ATOL)
 
     def test_Disk_Smoother(self):
         self.kw.transform = 'b'
         disk = sm.Disk_Smoother(self.e, self.b, self.kw)
         np.testing.assert_allclose(disk.r.flatten(), self.disk_exp)
-    
+
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
     def test_Disk_Smoother_tabular(self):
         self.kw.transform = 'b'
@@ -425,7 +427,7 @@ class TestKernel_AgeAdj_SM(unittest.TestCase):
 
         disk = sm.Disk_Smoother.by_col(dfa, 'e', 'b', self.kw)
         col = 'e-b_disk_smoother'
-        np.testing.assert_allclose(disk[col].values, self.disk_exp, 
+        np.testing.assert_allclose(disk[col].values, self.disk_exp,
                                    rtol=RTOL, atol=ATOL)
 
     def test_Spatial_Filtering(self):
@@ -433,7 +435,7 @@ class TestKernel_AgeAdj_SM(unittest.TestCase):
         bbox = [[0, 0], [45, 45]]
         sf = sm.Spatial_Filtering(bbox, points, self.e, self.b, 2, 2, r=30)
         np.testing.assert_allclose(sf.r, self.sf_exp, rtol=RTOL, atol=ATOL)
-    
+
     @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
     def test_Kernel_Smoother_tabular(self):
         point_array = np.array(self.points)
@@ -449,11 +451,11 @@ class TestKernel_AgeAdj_SM(unittest.TestCase):
                               0.07692308,  0.07692308,  0.07692308,  0.07692308,
                               0.07692308])
         x_answer = np.array([10.0, 10.0, 10.0, 20.0, 20.0, 20.0, 30.0, 30.0, 30.0])
-        y_answer = np.array([10.000000, 16.666667, 23.333333, 
-                             10.000000, 16.666667, 23.333333, 
+        y_answer = np.array([10.000000, 16.666667, 23.333333,
+                             10.000000, 16.666667, 23.333333,
                              10.000000, 16.666667, 23.333333])
         columns = ['e-b_spatial_filtering_{}'.format(name) for name in ['X', 'Y', 'R']]
-        
+
         for col, answer in zip(columns, [x_answer, y_answer, r_answer]):
             np.testing.assert_allclose(sf[col].values, answer, rtol=RTOL, atol=ATOL)
 
diff --git a/pysal/examples/clearwater/clearwater_BS_F.ctl b/pysal/examples/clearwater/clearwater_BS_F.ctl
new file mode 100755
index 0000000..403f563
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_BS_F.ctl
@@ -0,0 +1,42 @@
+
+C:\Users\IEUser\Desktop\clearwater\clearwater\landslides.csv
+FORMAT/DELIMITER: 1
+Number_of_fields: 10
+Number_of_areas: 239
+Fields
+AreaKey 001 UserID
+X 002 X
+Y 003 Y
+Gmetric 0
+Dependent 009 Landslid
+Offset 
+Independent_geo 7
+000 Intercept
+004 Elev
+005 Slope
+006 SinAspct
+007 CosAspct
+008 AbsSouth
+010 DistStrm
+Independent_fix 0
+Unused_fields 0
+MODELTYPE: 2
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 1
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\clearwater_BS_F_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\clearwater_BS_F_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/clearwater/clearwater_BS_F_listwise.csv b/pysal/examples/clearwater/clearwater_BS_F_listwise.csv
new file mode 100755
index 0000000..9de3f3b
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_BS_F_listwise.csv
@@ -0,0 +1,240 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_Elev, se_Elev, t_Elev, est_Slope, se_Slope, t_Slope, est_SinAspct, se_SinAspct, t_SinAspct, est_CosAspct, se_CosAspct, t_CosAspct, est_AbsSouth, se_AbsSouth, t_AbsSouth, est_DistStrm, se_DistStrm, t_DistStrm, y, yhat, localpdev, Ginfluence
+    0, 1, 616168.5625, 5201076.5,         2.626518,         3.897353,         0.673924,        -0.001557,         0.000859,        -1.812078,         0.015175,         0.032058,         0.473372,         0.424178,         0.355661,         1.192648,        -0.281684,         2.932590,        -0.096053,        -0.001499,         0.040732,        -0.036805,        -0.003748,         0.002504,        -1.496783,         1.000000,         0.758965,         0.122902,         0.068763
+    1, 2, 624923.8125, 5201008.5,         0.861697,         4.342735,         0.198423,        -0.001687,         0.001114,        -1.514911,         0.012020,         0.038644,         0.311042,         0.356290,         0.392114,         0.908639,        -2.255666,         3.264608,        -0.690945,         0.024318,         0.044737,         0.543586,        -0.004650,         0.003022,        -1.538920,         1.000000,         0.644117,         0.111971,         0.177130
+    2, 3, 615672, 5199187.5,         2.764286,         3.564231,         0.775563,        -0.001745,         0.000786,        -2.221099,         0.019070,         0.028902,         0.659815,         0.431469,         0.331581,         1.301247,        -0.175836,         2.703311,        -0.065045,        -0.002272,         0.037404,        -0.060747,        -0.003114,         0.002328,        -1.337256,         1.000000,         0.640211,         0.129543,         0.107963
+    3, 4, 615209.3125, 5199112,         2.826452,         3.542290,         0.797917,        -0.001805,         0.000780,        -2.314163,         0.019453,         0.028709,         0.677583,         0.440125,         0.331218,         1.328808,        -0.163761,         2.690498,        -0.060866,        -0.002499,         0.037231,        -0.067109,        -0.003038,         0.002321,        -1.309168,         1.000000,         0.560902,         0.135133,         0.106065
+    4, 5, 616354.6875, 5198945.5,         2.631977,         3.537136,         0.744098,        -0.001683,         0.000785,        -2.143032,         0.019376,         0.028770,         0.673490,         0.416427,         0.328344,         1.268265,        -0.218670,         2.683965,        -0.081473,        -0.001477,         0.037085,        -0.039823,        -0.003122,         0.002316,        -1.347957,         1.000000,         0.595910,         0.122280,         0.088599
+    5, 6, 614559, 5198855,         2.892150,         3.489975,         0.828702,        -0.001902,         0.000771,        -2.468744,         0.020389,         0.028324,         0.719852,         0.450645,         0.329393,         1.368108,        -0.163092,         2.658559,        -0.061346,        -0.002551,         0.036771,        -0.069372,        -0.002895,         0.002304,        -1.256848,         1.000000,         0.605629,         0.143629,         0.052455
+    6, 7, 618648.5, 5198468,         2.154245,         3.528016,         0.610611,        -0.001561,         0.000806,        -1.937598,         0.019620,         0.029293,         0.669799,         0.375195,         0.326160,         1.150342,        -0.515683,         2.685897,        -0.191997,         0.002901,         0.036946,         0.078526,        -0.003228,         0.002346,        -1.375988,         1.000000,         0.654140,         0.107497,         0.108132
+    7, 8, 622724.0625, 5197661,         1.470775,         3.657582,         0.402117,        -0.001760,         0.000881,        -1.998835,         0.019197,         0.031553,         0.608399,         0.347344,         0.337843,         1.028125,        -1.370673,         2.802693,        -0.489056,         0.014011,         0.038332,         0.365520,        -0.003213,         0.002558,        -1.255948,         1.000000,         0.735343,         0.116198,         0.066507
+    8, 9, 622363.4375, 5196686.5,         1.419063,         3.482373,         0.407499,        -0.001804,         0.000837,        -2.155759,         0.022214,         0.030083,         0.738428,         0.340162,         0.324424,         1.048510,        -1.313986,         2.689775,        -0.488512,         0.013611,         0.036738,         0.370493,        -0.002868,         0.002469,        -1.161923,         1.000000,         0.724739,         0.120784,         0.040043
+    9, 10, 622308.125, 5196407.5,         1.391554,         3.437809,         0.404779,        -0.001821,         0.000826,        -2.204935,         0.023113,         0.029737,         0.777261,         0.336587,         0.320803,         1.049201,        -1.316747,         2.661058,        -0.494821,         0.013715,         0.036331,         0.377486,        -0.002775,         0.002448,        -1.133533,         1.000000,         0.686973,         0.122661,         0.084404
+   10, 11, 616650.125, 5195894,         2.070992,         3.063895,         0.675934,        -0.001783,         0.000711,        -2.509296,         0.027827,         0.025544,         1.089354,         0.377668,         0.294924,         1.280560,        -0.443763,         2.375396,        -0.186816,         0.002551,         0.032534,         0.078409,        -0.002285,         0.002122,        -1.077140,         1.000000,         0.654278,         0.126002,         0.047109
+   11, 12, 616583.3125, 5195804,         2.064851,         3.050304,         0.676933,        -0.001790,         0.000708,        -2.528213,         0.028154,         0.025451,         1.106221,         0.377459,         0.294023,         1.283773,        -0.442788,         2.365839,        -0.187159,         0.002552,         0.032397,         0.078765,        -0.002255,         0.002116,        -1.065930,         1.000000,         0.512859,         0.126796,         0.117256
+   12, 13, 615594.5625, 5195718,         2.200545,         3.013874,         0.730138,        -0.001866,         0.000700,        -2.665813,         0.029088,         0.025160,         1.156127,         0.387380,         0.293282,         1.320846,        -0.365397,         2.336899,        -0.156360,         0.001406,         0.031994,         0.043956,        -0.002150,         0.002101,        -1.023395,         1.000000,         0.625295,         0.135084,         0.077822
+   13, 14, 620206.75, 5194831,         1.378340,         3.088050,         0.446346,        -0.001794,         0.000733,        -2.447029,         0.030023,         0.026545,         1.131026,         0.325011,         0.291682,         1.114267,        -1.003225,         2.414909,        -0.415430,         0.010117,         0.032945,         0.307101,        -0.002255,         0.002211,        -1.020158,         1.000000,         0.697599,         0.127222,         0.049682
+   14, 15, 630007.1875, 5194813.5,         1.985739,         4.183512,         0.474658,        -0.003489,         0.001088,        -3.207511,         0.014000,         0.037310,         0.375236,         0.305013,         0.390562,         0.780961,        -3.098101,         3.230145,        -0.959121,         0.032843,         0.044048,         0.745620,        -0.002360,         0.003391,        -0.696091,         1.000000,         0.525964,         0.228285,         0.140851
+   15, 16, 627247, 5194165,         1.460203,         3.632775,         0.401952,        -0.002890,         0.000922,        -3.133461,         0.023382,         0.032707,         0.714876,         0.285955,         0.338301,         0.845270,        -2.453714,         2.830299,        -0.866945,         0.026622,         0.038520,         0.691131,        -0.001969,         0.002881,        -0.683283,         1.000000,         0.792811,         0.198838,         0.097696
+   16, 17, 621390.75, 5193554,         1.084164,         3.027332,         0.358125,        -0.001951,         0.000728,        -2.679084,         0.034087,         0.026613,         1.280863,         0.291008,         0.282780,         1.029097,        -1.288959,         2.381262,        -0.541292,         0.013743,         0.032411,         0.424016,        -0.001938,         0.002221,        -0.872629,         1.000000,         0.674138,         0.145738,         0.038652
+   17, 18, 618200.875, 5193368,         1.427426,         2.852404,         0.500429,        -0.001821,         0.000674,        -2.702319,         0.035822,         0.024472,         1.463799,         0.328662,         0.272494,         1.206126,        -0.745542,         2.237579,        -0.333191,         0.006940,         0.030503,         0.227509,        -0.001761,         0.002042,        -0.862324,         1.000000,         0.880683,         0.136191,         0.038318
+   18, 19, 621822.375, 5193318.5,         1.028185,         3.034775,         0.338801,        -0.002006,         0.000733,        -2.735819,         0.034680,         0.026835,         1.292359,         0.281898,         0.282534,         0.997750,        -1.380354,         2.388779,        -0.577849,         0.014849,         0.032495,         0.456947,        -0.001873,         0.002240,        -0.836108,         1.000000,         0.541852,         0.151325,         0.056451
+   19, 20, 606497.125, 5193203.5,         2.620405,         3.378747,         0.775555,        -0.003147,         0.000825,        -3.812732,         0.052219,         0.027914,         1.870732,         0.390609,         0.331598,         1.177958,        -0.631675,         2.592470,        -0.243658,         0.003026,         0.035427,         0.085426,        -0.001655,         0.002226,        -0.743537,         1.000000,         0.693754,         0.276576,         0.128555
+   20, 21, 599814.4375, 5191332,         3.963853,         4.884882,         0.811453,        -0.005130,         0.001323,        -3.878809,         0.075181,         0.041254,         1.822381,         0.268597,         0.496851,         0.540599,        -0.800352,         3.652613,        -0.219118,         0.003800,         0.049830,         0.076265,        -0.001162,         0.002942,        -0.394962,         1.000000,         0.951269,         0.418596,         0.051586
+   21, 22, 622664.625, 5191268,         0.803268,         2.942572,         0.272982,        -0.002238,         0.000724,        -3.090792,         0.041840,         0.026577,         1.574273,         0.223881,         0.269893,         0.829517,        -1.587865,         2.322414,        -0.683713,         0.017135,         0.031507,         0.543837,        -0.001333,         0.002183,        -0.610618,         1.000000,         0.723089,         0.184778,         0.141465
+   22, 23, 604957.75, 5191129.5,         2.348043,         3.499647,         0.670937,        -0.003370,         0.000863,        -3.904755,         0.065156,         0.028663,         2.273166,         0.283120,         0.339800,         0.833196,        -0.674377,         2.684998,        -0.251165,         0.003955,         0.036710,         0.107729,        -0.001383,         0.002214,        -0.624439,         1.000000,         0.836394,         0.300918,         0.104890
+   23, 24, 605312.5, 5190803.5,         2.277932,         3.400741,         0.669834,        -0.003255,         0.000837,        -3.887010,         0.065697,         0.027828,         2.360818,         0.267153,         0.330642,         0.807983,        -0.586964,         2.613204,        -0.224615,         0.002968,         0.035714,         0.083112,        -0.001312,         0.002160,        -0.607243,         1.000000,         0.738964,         0.292317,         0.104689
+   24, 25, 619922.3125, 5190778.5,         0.865710,         2.752528,         0.314515,        -0.001979,         0.000660,        -2.997954,         0.045636,         0.024319,         1.876594,         0.251580,         0.254884,         0.987039,        -1.091997,         2.175328,        -0.501992,         0.011194,         0.029550,         0.378806,        -0.001285,         0.001977,        -0.649772,         1.000000,         0.716642,         0.169669,         0.063042
+   25, 26, 620032.5, 5190592,         0.832964,         2.749249,         0.302979,        -0.001993,         0.000660,        -3.018803,         0.046342,         0.024334,         1.904416,         0.245267,         0.254084,         0.965299,        -1.114484,         2.173136,        -0.512846,         0.011446,         0.029514,         0.387805,        -0.001249,         0.001974,        -0.632375,         1.000000,         0.691202,         0.172630,         0.090373
+   26, 27, 611927.3125, 5189356.5,         1.694670,         2.588826,         0.654609,        -0.002098,         0.000634,        -3.309390,         0.058619,         0.021572,         2.717391,         0.274663,         0.258694,         1.061726,        -0.039155,         2.014248,        -0.019439,        -0.002835,         0.027355,        -0.103644,        -0.000893,         0.001771,        -0.504437,         1.000000,         0.844318,         0.194123,         0.035307
+   27, 28, 604447.4375, 5189277,         2.185619,         3.482147,         0.627664,        -0.003374,         0.000865,        -3.900355,         0.074598,         0.028663,         2.602598,         0.176674,         0.338866,         0.521370,        -0.488839,         2.683405,        -0.182171,         0.001903,         0.036646,         0.051918,        -0.001051,         0.002184,        -0.481363,         1.000000,         0.932642,         0.304494,         0.043373
+   28, 29, 625240.6875, 5188786.5,         0.691286,         3.047455,         0.226841,        -0.002859,         0.000794,        -3.600522,         0.047470,         0.028440,         1.669128,         0.095807,         0.279608,         0.342648,        -2.206357,         2.400899,        -0.918971,         0.023606,         0.032431,         0.727880,        -0.000479,         0.002274,        -0.210700,         1.000000,         0.860181,         0.249842,         0.039058
+   29, 30, 615202.125, 5187595.5,         1.108711,         2.556555,         0.433674,        -0.001879,         0.000610,        -3.082784,         0.062846,         0.021463,         2.928155,         0.222240,         0.243481,         0.912763,        -0.204869,         1.995411,        -0.102670,        -0.000567,         0.027092,        -0.020931,        -0.000755,         0.001702,        -0.443439,         1.000000,         0.765393,         0.190836,         0.029082
+   30, 31, 625293, 5186286.5,         0.518742,         3.055664,         0.169764,        -0.003010,         0.000815,        -3.695051,         0.056305,         0.028640,         1.965953,        -0.008144,         0.283446,        -0.028731,        -2.246464,         2.409186,        -0.932458,         0.023263,         0.032429,         0.717363,         0.000069,         0.002273,         0.030517,         1.000000,         0.464339,         0.286441,         0.067189
+   31, 32, 606734.9375, 5185860,         2.014537,         3.018451,         0.667407,        -0.002671,         0.000755,        -3.536594,         0.082635,         0.025373,         3.256847,         0.096067,         0.302726,         0.317339,         0.381709,         2.352474,         0.162258,        -0.009141,         0.031901,        -0.286531,        -0.000519,         0.001988,        -0.260855,         1.000000,         0.287409,         0.262344,         0.073309
+   32, 33, 608376.25, 5185400.5,         1.888510,         2.851697,         0.662241,        -0.002384,         0.000709,        -3.365091,         0.081206,         0.023869,         3.402157,         0.124316,         0.286947,         0.433237,         0.523809,         2.221605,         0.235780,        -0.010859,         0.030087,        -0.360916,        -0.000500,         0.001885,        -0.265303,         1.000000,         0.756437,         0.244607,         0.044910
+   33, 34, 609096.75, 5185224.5,         1.825928,         2.799902,         0.652140,        -0.002283,         0.000693,        -3.293790,         0.080670,         0.023385,         3.449565,         0.135057,         0.281511,         0.479759,         0.556735,         2.180615,         0.255311,        -0.011234,         0.029522,        -0.380516,        -0.000497,         0.001847,        -0.268912,         1.000000,         0.873309,         0.238621,         0.051347
+   34, 35, 609181.5625, 5185170.5,         1.818467,         2.796176,         0.650341,        -0.002271,         0.000692,        -3.282043,         0.080754,         0.023352,         3.458174,         0.135440,         0.281090,         0.481838,         0.565088,         2.177771,         0.259480,        -0.011341,         0.029481,        -0.384672,        -0.000493,         0.001843,        -0.267526,         1.000000,         0.852878,         0.238113,         0.046048
+   35, 36, 616571.25, 5184687.5,         0.707419,         2.643957,         0.267561,        -0.001863,         0.000642,        -2.899593,         0.075472,         0.022507,         3.353226,         0.121484,         0.246437,         0.492963,        -0.195458,         2.063353,        -0.094728,        -0.001357,         0.027964,        -0.048525,        -0.000571,         0.001781,        -0.320622,         1.000000,         0.603051,         0.223418,         0.091952
+   36, 37, 621072.5625, 5184409.5,         0.229079,         2.807478,         0.081596,        -0.002278,         0.000712,        -3.199663,         0.071297,         0.025355,         2.811968,         0.032155,         0.258060,         0.124603,        -1.201771,         2.208789,        -0.544086,         0.010920,         0.029808,         0.366340,        -0.000273,         0.002136,        -0.127751,         1.000000,         0.924934,         0.261527,         0.034873
+   37, 38, 619478.6875, 5184344.5,         0.336529,         2.732154,         0.123174,        -0.002083,         0.000680,        -3.061264,         0.073878,         0.024158,         3.058083,         0.064117,         0.251569,         0.254869,        -0.815203,         2.141957,        -0.380588,         0.006232,         0.028958,         0.215208,        -0.000409,         0.002008,        -0.203884,         1.000000,         0.924549,         0.247143,         0.025407
+   38, 39, 620614.4375, 5184022.5,         0.235600,         2.798935,         0.084175,        -0.002222,         0.000708,        -3.137746,         0.073714,         0.025151,         2.930847,         0.028870,         0.257895,         0.111945,        -1.064859,         2.199412,        -0.484156,         0.009141,         0.029686,         0.307935,        -0.000293,         0.002134,        -0.137197,         1.000000,         0.907513,         0.261918,         0.051277
+   39, 40, 621050.375, 5181352,         0.067807,         2.970155,         0.022829,        -0.002270,         0.000771,        -2.945553,         0.085151,         0.027139,         3.137574,        -0.080209,         0.280580,        -0.285870,        -0.976891,         2.336286,        -0.418139,         0.007000,         0.031440,         0.222638,        -0.000285,         0.002500,        -0.113979,         1.000000,         0.776808,         0.299996,         0.052469
+   40, 41, 614195.125, 5180384,         0.737451,         2.942763,         0.250598,        -0.001720,         0.000745,        -2.309351,         0.099061,         0.025401,         3.899959,         0.041049,         0.284711,         0.144178,         0.626981,         2.304418,         0.272078,        -0.013090,         0.031137,        -0.420382,        -0.000678,         0.002069,        -0.327650,         1.000000,         0.621150,         0.257309,         0.054537
+   41, 42, 609198.875, 5179613,         1.570829,         3.283302,         0.478430,        -0.002002,         0.000844,        -2.371237,         0.104677,         0.028452,         3.679073,         0.069863,         0.326707,         0.213839,         1.299283,         2.591873,         0.501291,        -0.022181,         0.034915,        -0.635269,        -0.000285,         0.002239,        -0.127435,         1.000000,         0.726304,         0.257257,         0.067816
+   42, 43, 604451.25, 5179395.5,         2.217691,         3.767476,         0.588641,        -0.002592,         0.001024,        -2.531734,         0.111186,         0.034378,         3.234187,        -0.115447,         0.376248,        -0.306839,         1.415291,         3.004166,         0.471109,        -0.024400,         0.040363,        -0.604526,         0.000132,         0.002555,         0.051638,         1.000000,         0.412977,         0.284797,         0.089089
+   43, 44, 603796.8125, 5179261.5,         2.337164,         3.868392,         0.604169,        -0.002716,         0.001062,        -2.556901,         0.112620,         0.035549,         3.168015,        -0.149144,         0.386444,        -0.385940,         1.421258,         3.088438,         0.460187,        -0.024672,         0.041510,        -0.594363,         0.000177,         0.002617,         0.067746,         1.000000,         0.432457,         0.291294,         0.146253
+   44, 45, 604303.875, 5179093,         2.210049,         3.820651,         0.578448,        -0.002567,         0.001041,        -2.465551,         0.112409,         0.034994,         3.212218,        -0.118725,         0.380750,        -0.311817,         1.455410,         3.048861,         0.477362,        -0.025094,         0.040969,        -0.612511,         0.000142,         0.002594,         0.054624,         1.000000,         0.298691,         0.285905,         0.106082
+   45, 46, 603182.25, 5179006.5,         2.438051,         3.982406,         0.612206,        -0.002817,         0.001104,        -2.551696,         0.114467,         0.036880,         3.103781,        -0.180326,         0.397893,        -0.453202,         1.440705,         3.183395,         0.452569,        -0.025188,         0.042807,        -0.588409,         0.000217,         0.002688,         0.080735,         1.000000,         0.528040,         0.297583,         0.106269
+   46, 47, 604138.1875, 5178967.5,         2.227331,         3.856181,         0.577600,        -0.002578,         0.001054,        -2.447261,         0.113050,         0.035407,         3.192841,        -0.125388,         0.384031,        -0.326506,         1.470070,         3.078658,         0.477504,        -0.025380,         0.041375,        -0.613396,         0.000152,         0.002619,         0.058160,         1.000000,         0.711054,         0.287371,         0.099129
+   47, 48, 609056.4375, 5174873.5,         0.074276,         4.047646,         0.018351,        -0.001130,         0.001073,        -1.053052,         0.126088,         0.036517,         3.452875,         0.260215,         0.395066,         0.658662,         1.305047,         3.196285,         0.408301,        -0.024681,         0.042759,        -0.577216,        -0.001112,         0.002963,        -0.375242,         1.000000,         0.848422,         0.266931,         0.097935
+   48, 49, 609711.4375, 5173720,        -0.353356,         4.217859,        -0.083776,        -0.000942,         0.001116,        -0.843954,         0.131367,         0.038431,         3.418217,         0.336121,         0.412195,         0.815441,         1.220155,         3.332185,         0.366173,        -0.024268,         0.044504,        -0.545306,        -0.001563,         0.003198,        -0.488768,         1.000000,         0.807180,         0.271918,         0.097148
+   49, 50, 611671, 5172366.5,        -1.108110,         4.313171,        -0.256913,        -0.000789,         0.001125,        -0.700818,         0.140436,         0.040307,         3.484152,         0.420679,         0.426131,         0.987206,         0.891308,         3.426289,         0.260138,        -0.020871,         0.045644,        -0.457254,        -0.002345,         0.003526,        -0.665149,         1.000000,         0.757439,         0.287332,         0.116985
+   50, 51, 619304.9375, 5182670.5,         0.268720,         2.808841,         0.095669,        -0.002067,         0.000709,        -2.915757,         0.082056,         0.024949,         3.289005,         0.009451,         0.261325,         0.036166,        -0.637270,         2.199913,        -0.289680,         0.003471,         0.029704,         0.116855,        -0.000395,         0.002145,        -0.184275,         1.000000,         0.788762,         0.266486,         0.037944
+   51, 52, 628210.9375, 5178956.5,         0.562322,         4.023508,         0.139759,        -0.004229,         0.001185,        -3.568673,         0.082489,         0.037253,         2.214307,        -0.518038,         0.413273,        -1.253500,        -3.100902,         3.223555,        -0.961951,         0.026764,         0.042958,         0.623035,         0.002277,         0.003175,         0.717131,         1.000000,         0.591780,         0.426717,         0.096957
+   52, 53, 610556, 5177523,         0.729802,         3.456024,         0.211168,        -0.001610,         0.000898,        -1.792718,         0.113789,         0.030399,         3.743223,         0.129674,         0.340454,         0.380885,         1.149391,         2.731009,         0.420867,        -0.021063,         0.036732,        -0.573426,        -0.000710,         0.002475,        -0.286984,         1.000000,         0.712750,         0.263588,         0.092702
+   53, 54, 614326.9375, 5181429.5,         0.830959,         2.850908,         0.291472,        -0.001761,         0.000712,        -2.471580,         0.093624,         0.024352,         3.844627,         0.054925,         0.274072,         0.200403,         0.526065,         2.227834,         0.236133,        -0.011475,         0.030127,        -0.380878,        -0.000584,         0.001948,        -0.299833,         1.000000,         0.819978,         0.248656,         0.055012
+   54, 55, 613786, 5182701,         1.017346,         2.760701,         0.368510,        -0.001807,         0.000680,        -2.658250,         0.087543,         0.023279,         3.760581,         0.089105,         0.265677,         0.335390,         0.487890,         2.154305,         0.226472,        -0.010619,         0.029155,        -0.364228,        -0.000514,         0.001822,        -0.282172,         1.000000,         0.678099,         0.236187,         0.065360
+   55, 56, 615805.1875, 5184686.5,         0.822913,         2.636500,         0.312123,        -0.001841,         0.000639,        -2.881011,         0.076180,         0.022284,         3.418635,         0.129156,         0.247405,         0.522045,        -0.045820,         2.056293,        -0.022283,        -0.003252,         0.027873,        -0.116679,        -0.000576,         0.001748,        -0.329381,         1.000000,         0.493040,         0.220611,         0.050790
+   56, 57, 615976.875, 5185383.5,         0.839958,         2.610707,         0.321736,        -0.001852,         0.000629,        -2.943368,         0.072637,         0.022058,         3.292950,         0.149218,         0.244542,         0.610193,        -0.142022,         2.036933,        -0.069723,        -0.001846,         0.027622,        -0.066842,        -0.000609,         0.001730,        -0.352124,         1.000000,         0.582277,         0.213713,         0.049496
+   57, 58, 613550.1875, 5185263.5,         1.218420,         2.615546,         0.465838,        -0.001880,         0.000632,        -2.973396,         0.075366,         0.021805,         3.456412,         0.161867,         0.252287,         0.641597,         0.254993,         2.037410,         0.125156,        -0.007011,         0.027613,        -0.253896,        -0.000571,         0.001693,        -0.337198,         1.000000,         0.490492,         0.214010,         0.056144
+   58, 59, 626416.5, 5178311,         0.114659,         3.767256,         0.030436,        -0.003468,         0.001046,        -3.317006,         0.087479,         0.035004,         2.499124,        -0.413718,         0.378097,        -1.094212,        -2.426833,         3.014698,        -0.805000,         0.020286,         0.040314,         0.503204,         0.001291,         0.003260,         0.395967,         1.000000,         0.793739,         0.406370,         0.056026
+   59, 60, 626512.0625, 5178199.5,         0.108951,         3.797252,         0.028692,        -0.003498,         0.001055,        -3.314361,         0.087936,         0.035258,         2.494073,        -0.422386,         0.381365,        -1.107565,        -2.463770,         3.039956,        -0.810462,         0.020557,         0.040650,         0.505710,         0.001337,         0.003283,         0.407279,         1.000000,         0.689742,         0.409082,         0.077283
+   60, 61, 604347.25, 5190509.5,         2.305464,         3.585012,         0.643084,        -0.003489,         0.000889,        -3.924557,         0.069593,         0.029419,         2.365630,         0.243646,         0.347866,         0.700401,        -0.688895,         2.751714,        -0.250351,         0.004238,         0.037621,         0.112647,        -0.001285,         0.002245,        -0.572458,         1.000000,         0.914223,         0.311308,         0.085418
+   61, 62, 599867.375, 5191765,         3.953380,         4.911060,         0.804995,        -0.005128,         0.001326,        -3.866078,         0.072680,         0.041639,         1.745475,         0.320745,         0.501627,         0.639410,        -0.894632,         3.666696,        -0.243989,         0.004902,         0.050036,         0.097970,        -0.001277,         0.002986,        -0.427765,         1.000000,         0.911335,         0.420578,         0.091243
+   62, 63, 599682, 5191238.5,         4.049439,         4.920931,         0.822901,        -0.005179,         0.001336,        -3.876615,         0.075760,         0.041513,         1.824966,         0.254039,         0.500501,         0.507569,        -0.753730,         3.676988,        -0.204986,         0.003112,         0.050158,         0.062050,        -0.001109,         0.002950,        -0.376057,         1.000000,         0.930785,         0.420885,         0.062609
+   63, 64, 599837.6875, 5191565,         3.962396,         4.900417,         0.808584,        -0.005131,         0.001325,        -3.871954,         0.073840,         0.041467,         1.780676,         0.296589,         0.499532,         0.593734,        -0.848994,         3.660975,        -0.231904,         0.004362,         0.049952,         0.087323,        -0.001222,         0.002966,        -0.412089,         1.000000,         0.932444,         0.419786,         0.068801
+   64, 65, 599704.25, 5191550,         4.050620,         4.944151,         0.819275,        -0.005183,         0.001340,        -3.867307,         0.073951,         0.041819,         1.768339,         0.291803,         0.504450,         0.578458,        -0.818631,         3.689754,        -0.221866,         0.003856,         0.050341,         0.076589,        -0.001189,         0.002984,        -0.398511,         1.000000,         0.939413,         0.422689,         0.061295
+   65, 66, 599500.6875, 5192001,         4.192880,         5.060148,         0.828608,        -0.005281,         0.001374,        -3.843091,         0.071317,         0.043010,         1.658148,         0.340529,         0.520276,         0.654517,        -0.878566,         3.763797,        -0.233425,         0.004279,         0.051353,         0.083321,        -0.001257,         0.003074,        -0.408792,         1.000000,         0.968592,         0.430617,         0.063194
+   66, 67, 599444.6875, 5192084,         4.226674,         5.088005,         0.830713,        -0.005305,         0.001382,        -3.837696,         0.070830,         0.043298,         1.635889,         0.348795,         0.524077,         0.665542,        -0.889000,         3.781994,        -0.235061,         0.004333,         0.051599,         0.083982,        -0.001265,         0.003095,        -0.408776,         1.000000,         0.966368,         0.432498,         0.055126
+   67, 68, 611350.875, 5181951.5,         1.434196,         2.899335,         0.494664,        -0.001936,         0.000721,        -2.686133,         0.092532,         0.024426,         3.788261,         0.088682,         0.286430,         0.309611,         0.891541,         2.268463,         0.393015,        -0.016084,         0.030657,        -0.524639,        -0.000408,         0.001918,        -0.212604,         1.000000,         0.674912,         0.243356,         0.086964
+   68, 69, 611738.8125, 5178156,         0.700915,         3.282155,         0.213553,        -0.001635,         0.000849,        -1.925920,         0.110835,         0.028761,         3.853603,         0.097074,         0.323117,         0.300428,         1.015820,         2.588644,         0.392414,        -0.018948,         0.034876,        -0.543299,        -0.000769,         0.002366,        -0.325170,         1.000000,         0.851825,         0.264068,         0.057410
+   69, 70, 614974.9375, 5181098.5,         0.693723,         2.867543,         0.241922,        -0.001750,         0.000721,        -2.427690,         0.094949,         0.024695,         3.844869,         0.039084,         0.274890,         0.142182,         0.442647,         2.241925,         0.197440,        -0.010508,         0.030306,        -0.346717,        -0.000631,         0.002005,        -0.314469,         1.000000,         0.920522,         0.253979,         0.032023
+   70, 71, 622161.75, 5184993,         0.231793,         2.852156,         0.081269,        -0.002427,         0.000730,        -3.324528,         0.067175,         0.026052,         2.578464,         0.027169,         0.261441,         0.103922,        -1.488738,         2.247522,        -0.662391,         0.014499,         0.030314,         0.478273,        -0.000215,         0.002157,        -0.099509,         1.000000,         0.771942,         0.265473,         0.051763
+   71, 72, 622373.875, 5185006,         0.233804,         2.865718,         0.081587,        -0.002461,         0.000736,        -3.346050,         0.066790,         0.026231,         2.546246,         0.022352,         0.262791,         0.085054,        -1.537812,         2.258318,        -0.680955,         0.015064,         0.030454,         0.494660,        -0.000192,         0.002168,        -0.088365,         1.000000,         0.910910,         0.267675,         0.028276
+   72, 73, 618841.875, 5190456.5,         0.917354,         2.695038,         0.340386,        -0.001921,         0.000642,        -2.993698,         0.047516,         0.023528,         2.019571,         0.258835,         0.250955,         1.031397,        -0.909421,         2.125478,        -0.427867,         0.008906,         0.028886,         0.308318,        -0.001201,         0.001916,        -0.626653,         1.000000,         0.915387,         0.167620,         0.037923
+   73, 74, 621256.5625, 5190982.5,         0.817628,         2.832601,         0.288649,        -0.002085,         0.000687,        -3.033149,         0.044084,         0.025338,         1.739826,         0.237234,         0.260668,         0.910103,        -1.318686,         2.238943,        -0.588977,         0.013929,         0.030393,         0.458290,        -0.001324,         0.002065,        -0.641453,         1.000000,         0.742620,         0.176315,         0.051115
+   74, 75, 621393.5, 5190810.5,         0.791493,         2.832173,         0.279465,        -0.002107,         0.000689,        -3.058725,         0.044663,         0.025388,         1.759212,         0.230738,         0.260202,         0.886764,        -1.347741,         2.238635,        -0.602037,         0.014250,         0.030381,         0.469058,        -0.001283,         0.002065,        -0.621281,         1.000000,         0.719374,         0.179634,         0.067354
+   75, 76, 621240.625, 5191011,         0.821748,         2.833133,         0.290049,        -0.002082,         0.000687,        -3.029238,         0.043983,         0.025335,         1.736042,         0.238197,         0.260781,         0.913398,        -1.315104,         2.239339,        -0.587274,         0.013890,         0.030399,         0.456910,        -0.001331,         0.002065,        -0.644551,         1.000000,         0.629522,         0.175824,         0.072094
+   76, 77, 621227.875, 5191036.5,         0.825380,         2.833711,         0.291272,        -0.002079,         0.000687,        -3.025805,         0.043892,         0.025334,         1.732534,         0.239033,         0.260890,         0.916220,        -1.312172,         2.239770,        -0.585851,         0.013858,         0.030406,         0.455764,        -0.001337,         0.002066,        -0.647273,         1.000000,         0.674714,         0.175397,         0.058892
+   77, 78, 616808.1875, 5196888.5,         2.231961,         3.207863,         0.695778,        -0.001739,         0.000735,        -2.365335,         0.024718,         0.026496,         0.932903,         0.386814,         0.305071,         1.267947,        -0.390086,         2.471615,        -0.157826,         0.001590,         0.033934,         0.046849,        -0.002573,         0.002180,        -1.180619,         1.000000,         0.650012,         0.121769,         0.126902
+   78, 79, 624110.9375, 5198004.5,         1.409720,         3.835580,         0.367538,        -0.001905,         0.000934,        -2.038263,         0.016894,         0.033251,         0.508072,         0.353383,         0.352212,         1.003324,        -1.702134,         2.928808,        -0.581170,         0.017853,         0.040083,         0.445410,        -0.003396,         0.002716,        -1.250434,         1.000000,         0.722384,         0.123930,         0.049562
+   79, 80, 623559.375, 5198593.5,         1.413040,         3.870389,         0.365090,        -0.001775,         0.000942,        -1.884565,         0.016346,         0.033545,         0.487287,         0.350577,         0.353853,         0.990743,        -1.595973,         2.944851,        -0.541954,         0.016456,         0.040328,         0.408051,        -0.003595,         0.002698,        -1.332505,         1.000000,         0.576582,         0.116085,         0.133668
+   80, 81, 613834, 5194573,         2.222406,         2.866947,         0.775182,        -0.002029,         0.000678,        -2.992429,         0.034728,         0.024192,         1.435491,         0.385093,         0.285353,         1.349532,        -0.306418,         2.228533,        -0.137498,         0.000540,         0.030419,         0.017759,        -0.001765,         0.002051,        -0.860595,         1.000000,         0.601558,         0.156244,         0.077294
+   81, 82, 631727.1875, 5194571.5,         2.452165,         4.642997,         0.528143,        -0.004166,         0.001258,        -3.312013,         0.009198,         0.042013,         0.218939,         0.277342,         0.435687,         0.636563,        -3.708925,         3.569560,        -1.039043,         0.038584,         0.048606,         0.793814,        -0.002174,         0.003845,        -0.565501,         1.000000,         0.488164,         0.261387,         0.260935
+   82, 83, 626461.0625, 5178181,         0.097680,         3.790604,         0.025769,        -0.003478,         0.001052,        -3.305852,         0.088103,         0.035205,         2.502598,        -0.419690,         0.380527,        -1.102919,        -2.445485,         3.034431,        -0.805912,         0.020375,         0.040578,         0.502106,         0.001310,         0.003286,         0.398825,         1.000000,         0.809051,         0.408512,         0.045274
+   83, 84, 619541.1875, 5184195.5,         0.324009,         2.741044,         0.118206,        -0.002091,         0.000684,        -3.057048,         0.074490,         0.024267,         3.069665,         0.057702,         0.252536,         0.228491,        -0.818297,         2.148931,        -0.380793,         0.006219,         0.029046,         0.214095,        -0.000397,         0.002025,        -0.195892,         1.000000,         0.807299,         0.249578,         0.068312
+   84, 85, 619546.4375, 5185242,         0.374214,         2.702068,         0.138492,        -0.002080,         0.000668,        -3.113430,         0.069636,         0.023877,         2.916456,         0.093445,         0.247911,         0.376929,        -0.897901,         2.121050,        -0.423329,         0.007541,         0.028696,         0.262804,        -0.000467,         0.001955,        -0.239091,         1.000000,         0.883059,         0.236333,         0.047859
+   85, 86, 619245, 5185161,         0.399176,         2.692500,         0.148255,        -0.002051,         0.000664,        -3.087773,         0.070375,         0.023694,         2.970160,         0.096414,         0.247310,         0.389853,        -0.821973,         2.111825,        -0.389224,         0.006586,         0.028577,         0.230446,        -0.000482,         0.001936,        -0.248858,         1.000000,         0.562205,         0.234860,         0.116263
+   86, 87, 604237.125, 5190436.5,         2.304198,         3.603939,         0.639355,        -0.003515,         0.000895,        -3.927786,         0.070230,         0.029593,         2.373161,         0.238206,         0.349763,         0.681050,        -0.696109,         2.766342,        -0.251635,         0.004339,         0.037820,         0.114718,        -0.001274,         0.002253,        -0.565230,         1.000000,         0.903269,         0.313339,         0.104550
+   87, 88, 604270, 5190514.5,         2.311400,         3.602363,         0.641634,        -0.003511,         0.000894,        -3.927221,         0.069792,         0.029574,         2.359941,         0.243167,         0.349587,         0.695582,        -0.701502,         2.764641,        -0.253741,         0.004392,         0.037799,         0.116188,        -0.001288,         0.002254,        -0.571414,         1.000000,         0.957114,         0.312979,         0.060073
+   88, 89, 605728.125, 5185079.5,         2.118230,         3.178955,         0.666329,        -0.002838,         0.000805,        -3.526802,         0.087760,         0.027080,         3.240741,         0.040162,         0.319521,         0.125695,         0.464673,         2.487017,         0.186839,        -0.010358,         0.033690,        -0.307445,        -0.000391,         0.002092,        -0.186795,         1.000000,         0.694959,         0.275256,         0.062500
+   89, 90, 622842.5, 5184411,         0.208956,         2.920029,         0.071559,        -0.002557,         0.000758,        -3.375767,         0.068430,         0.026866,         2.547051,        -0.012507,         0.269420,        -0.046421,        -1.625375,         2.301300,        -0.706285,         0.015821,         0.030996,         0.510433,        -0.000072,         0.002243,        -0.031948,         1.000000,         0.882149,         0.281145,         0.073222
+   90, 91, 622878.5625, 5185157,         0.253315,         2.895265,         0.087493,        -0.002543,         0.000747,        -3.403175,         0.065331,         0.026625,         2.453720,         0.015104,         0.265670,         0.056852,        -1.659562,         2.281755,        -0.727318,         0.016498,         0.030760,         0.536360,        -0.000146,         0.002185,        -0.066826,         1.000000,         0.912431,         0.271402,         0.031463
+   91, 92, 622519.1875, 5185380.5,         0.257750,         2.863566,         0.090010,        -0.002475,         0.000734,        -3.370489,         0.065012,         0.026236,         2.477992,         0.032538,         0.262073,         0.124157,        -1.584791,         2.256872,        -0.702207,         0.015737,         0.030443,         0.516940,        -0.000216,         0.002150,        -0.100695,         1.000000,         0.720648,         0.264222,         0.057245
+   92, 93, 607458.6875, 5187394.5,         1.943719,         2.907130,         0.668604,        -0.002603,         0.000723,        -3.600385,         0.075013,         0.024143,         3.107018,         0.159177,         0.290234,         0.548441,         0.146728,         2.257342,         0.065000,        -0.005934,         0.030660,        -0.193530,        -0.000726,         0.001912,        -0.379850,         1.000000,         0.834891,         0.251477,         0.078908
+   93, 94, 609176.4375, 5183983,         1.835907,         2.865869,         0.640611,        -0.002238,         0.000711,        -3.146766,         0.085714,         0.024044,         3.564957,         0.109775,         0.288369,         0.380676,         0.763720,         2.236906,         0.341418,        -0.014097,         0.030247,        -0.466057,        -0.000391,         0.001892,        -0.206868,         1.000000,         0.455047,         0.242717,         0.062254
+   94, 95, 614673.8125, 5183657,         0.935637,         2.688163,         0.348058,        -0.001813,         0.000656,        -2.763603,         0.082193,         0.022639,         3.630526,         0.107412,         0.255636,         0.420176,         0.254795,         2.095947,         0.121566,        -0.007367,         0.028389,        -0.259496,        -0.000537,         0.001769,        -0.303382,         1.000000,         0.497087,         0.228396,         0.050511
+   95, 96, 612678.3125, 5181877,         1.167939,         2.852457,         0.409450,        -0.001835,         0.000708,        -2.592501,         0.092140,         0.024086,         3.825416,         0.081402,         0.278078,         0.292730,         0.730583,         2.229376,         0.327707,        -0.013992,         0.030147,        -0.464114,        -0.000484,         0.001894,        -0.255441,         1.000000,         0.810146,         0.242644,         0.063147
+   96, 97, 612185.125, 5182226.5,         1.284232,         2.839706,         0.452241,        -0.001878,         0.000703,        -2.672150,         0.090725,         0.023899,         3.796259,         0.090849,         0.278212,         0.326545,         0.757510,         2.219024,         0.341371,        -0.014253,         0.030006,        -0.474997,        -0.000453,         0.001872,        -0.242059,         1.000000,         0.635494,         0.240317,         0.064265
+   97, 98, 614704.125, 5180508.5,         0.670300,         2.920723,         0.229498,        -0.001724,         0.000739,        -2.332867,         0.098177,         0.025273,         3.884645,         0.033799,         0.281553,         0.120045,         0.533992,         2.286260,         0.233566,        -0.011856,         0.030892,        -0.383804,        -0.000685,         0.002068,        -0.331417,         1.000000,         0.783589,         0.258206,         0.063562
+   98, 99, 612310.6875, 5178440,         0.667890,         3.212545,         0.207901,        -0.001637,         0.000829,        -1.974219,         0.109473,         0.028127,         3.892143,         0.081585,         0.315784,         0.258357,         0.942216,         2.530950,         0.372278,        -0.017854,         0.034121,        -0.523256,        -0.000795,         0.002322,        -0.342520,         1.000000,         0.847276,         0.264421,         0.045036
+   99, 100, 606817.5, 5192300.5,         2.433122,         3.233568,         0.752458,        -0.003010,         0.000792,        -3.802261,         0.055629,         0.026648,         2.087548,         0.343557,         0.318059,         1.080165,        -0.523322,         2.487199,        -0.210406,         0.002007,         0.033958,         0.059109,        -0.001487,         0.002127,        -0.699346,         1.000000,         0.442327,         0.266960,         0.118523
+  100, 101, 624374.75, 5190974.5,         0.793130,         3.059218,         0.259259,        -0.002541,         0.000771,        -3.297284,         0.040715,         0.028075,         1.450233,         0.188649,         0.280345,         0.672918,        -1.978002,         2.410619,        -0.820537,         0.021594,         0.032663,         0.661130,        -0.001110,         0.002306,        -0.481334,         1.000000,         0.569123,         0.207176,         0.130621
+  101, 102, 623916.3125, 5190809.5,         0.765364,         3.012938,         0.254026,        -0.002466,         0.000755,        -3.265669,         0.042023,         0.027562,         1.524657,         0.190903,         0.275652,         0.692553,        -1.873183,         2.374980,        -0.788715,         0.020365,         0.032182,         0.632813,        -0.001114,         0.002256,        -0.493921,         1.000000,         0.615170,         0.204266,         0.041351
+  102, 103, 603496.625, 5187957.5,         2.220236,         3.617086,         0.613819,        -0.003567,         0.000915,        -3.898771,         0.082526,         0.030270,         2.726356,         0.080380,         0.355245,         0.226267,        -0.386365,         2.800367,        -0.137970,         0.000660,         0.038160,         0.017307,        -0.000801,         0.002262,        -0.354022,         1.000000,         0.600811,         0.318099,         0.149096
+  103, 104, 604809.1875, 5186498.5,         2.136391,         3.314874,         0.644486,        -0.003118,         0.000836,        -3.730776,         0.084571,         0.027945,         3.026298,         0.057650,         0.329296,         0.175071,         0.086446,         2.581323,         0.033489,        -0.005398,         0.035076,        -0.153879,        -0.000571,         0.002133,        -0.267618,         1.000000,         0.721420,         0.290500,         0.055966
+  104, 105, 631835.0625, 5190386,         2.271940,         4.085887,         0.556046,        -0.005101,         0.001311,        -3.890907,         0.021811,         0.040453,         0.539170,        -0.002474,         0.418325,        -0.005913,        -4.337058,         3.251269,        -1.333959,         0.044657,         0.043490,         1.026825,         0.000975,         0.003607,         0.270321,         1.000000,         0.781518,         0.327354,         0.108354
+  105, 106, 626710.0625, 5189688.5,         0.892597,         3.206248,         0.278393,        -0.003172,         0.000855,        -3.708152,         0.040770,         0.030159,         1.351844,         0.097022,         0.298209,         0.325350,        -2.606822,         2.529776,        -1.030456,         0.028221,         0.034152,         0.826341,        -0.000457,         0.002468,        -0.185334,         1.000000,         0.846220,         0.256029,         0.050244
+  106, 107, 623787.75, 5187853,         0.511344,         2.920227,         0.175104,        -0.002603,         0.000748,        -3.479467,         0.053368,         0.026990,         1.977288,         0.094392,         0.265945,         0.354930,        -1.874680,         2.300730,        -0.814820,         0.019708,         0.031083,         0.634036,        -0.000465,         0.002144,        -0.216796,         1.000000,         0.766447,         0.244804,         0.060779
+  107, 108, 624746.6875, 5187123,         0.527002,         2.996959,         0.175846,        -0.002838,         0.000785,        -3.615178,         0.054494,         0.027963,         1.948753,         0.043615,         0.275154,         0.158510,        -2.097660,         2.361065,        -0.888438,         0.021934,         0.031842,         0.688840,        -0.000193,         0.002216,        -0.087281,         1.000000,         0.845578,         0.267320,         0.053365
+  108, 109, 623421.4375, 5186092.5,         0.342958,         2.909065,         0.117893,        -0.002611,         0.000752,        -3.473868,         0.060666,         0.026869,         2.257841,         0.037054,         0.266068,         0.139265,        -1.799095,         2.292431,        -0.784798,         0.018379,         0.030922,         0.594348,        -0.000201,         0.002159,        -0.092941,         1.000000,         0.604621,         0.264917,         0.151310
+  109, 110, 628172, 5179026.5,         0.561528,         4.005673,         0.140183,        -0.004211,         0.001179,        -3.573148,         0.082124,         0.037097,         2.213732,        -0.512125,         0.411279,        -1.245200,        -3.084427,         3.208599,        -0.961300,         0.026679,         0.042760,         0.623937,         0.002248,         0.003163,         0.710644,         1.000000,         0.460319,         0.425331,         0.103733
+  110, 111, 628290.3125, 5178268.5,         0.492454,         4.143864,         0.118839,        -0.004261,         0.001219,        -3.496828,         0.086348,         0.038240,         2.258074,        -0.552469,         0.424897,        -1.300244,        -3.142042,         3.325519,        -0.944828,         0.026535,         0.044340,         0.598439,         0.002376,         0.003300,         0.719976,         1.000000,         0.615504,         0.435578,         0.072123
+  111, 112, 628201.75, 5179652,         0.628738,         3.927242,         0.160097,        -0.004229,         0.001162,        -3.638365,         0.078769,         0.036492,         2.158519,        -0.489547,         0.404222,        -1.211084,        -3.105322,         3.142004,        -0.988325,         0.027400,         0.041841,         0.654862,         0.002213,         0.003067,         0.721639,         1.000000,         0.533181,         0.418652,         0.153516
+  112, 113, 627275.1875, 5178139.5,         0.236055,         3.947479,         0.059799,        -0.003794,         0.001119,        -3.391496,         0.087454,         0.036497,         2.396212,        -0.475547,         0.399241,        -1.191128,        -2.745329,         3.164616,        -0.867508,         0.023053,         0.042280,         0.545238,         0.001754,         0.003308,         0.530138,         1.000000,         0.821455,         0.421419,         0.065491
+  113, 114, 627294.0625, 5178061.5,         0.227005,         3.962116,         0.057294,        -0.003799,         0.001123,        -3.383567,         0.087863,         0.036617,         2.399524,        -0.479514,         0.400699,        -1.196692,        -2.753670,         3.176923,        -0.866773,         0.023066,         0.042446,         0.543432,         0.001766,         0.003324,         0.531150,         1.000000,         0.747286,         0.422561,         0.053565
+  114, 115, 627254.5625, 5178207,         0.243028,         3.934140,         0.061774,        -0.003788,         0.001115,        -3.397817,         0.087104,         0.036386,         2.393867,        -0.471840,         0.397887,        -1.185863,        -2.736521,         3.153403,        -0.867799,         0.023026,         0.042129,         0.546551,         0.001741,         0.003295,         0.528489,         1.000000,         0.779503,         0.420361,         0.073177
+  115, 116, 627382.125, 5178423.5,         0.304077,         3.929816,         0.077377,        -0.003848,         0.001120,        -3.436753,         0.085843,         0.036351,         2.361504,        -0.473888,         0.398257,        -1.189905,        -2.780069,         3.148965,        -0.882852,         0.023567,         0.042056,         0.560367,         0.001810,         0.003255,         0.556064,         1.000000,         0.677016,         0.419921,         0.076864
+  116, 117, 627075.9375, 5173730.5,        -0.850434,         4.833351,        -0.175951,        -0.003549,         0.001347,        -2.635302,         0.117439,         0.043541,         2.697202,        -0.599921,         0.482842,        -1.242478,        -2.966815,         3.877262,        -0.765183,         0.021131,         0.051815,         0.407811,         0.001618,         0.004560,         0.354737,         1.000000,         0.897787,         0.466013,         0.122791
+  117, 118, 627312.625, 5174101.5,        -0.652082,         4.793731,        -0.136028,        -0.003694,         0.001347,        -2.742574,         0.114621,         0.043232,         2.651319,        -0.615897,         0.480118,        -1.282802,        -3.012996,         3.851083,        -0.782376,         0.021775,         0.051466,         0.423087,         0.001829,         0.004431,         0.412766,         1.000000,         0.704665,         0.465740,         0.156227
+  118, 119, 632987.75, 5176669,         5.601441,         7.239412,         0.773743,        -0.010165,         0.003441,        -2.954144,         0.139742,         0.079402,         1.759927,        -1.401238,         0.768036,        -1.824443,        -5.375018,         5.711681,        -0.941057,         0.031983,         0.074528,         0.429147,         0.008572,         0.004882,         1.756020,         1.000000,         0.746169,         0.527555,         0.386723
+  119, 120, 607952.9375, 5197530,         3.117818,         3.687425,         0.845527,        -0.003064,         0.000874,        -3.506036,         0.032977,         0.030631,         1.076595,         0.571760,         0.365223,         1.565508,        -0.768138,         2.825828,        -0.271827,         0.003831,         0.038866,         0.098556,        -0.002436,         0.002515,        -0.968559,         1.000000,         0.613633,         0.261783,         0.055119
+  120, 121, 608112.125, 5197854,         3.129790,         3.713002,         0.842927,        -0.003036,         0.000876,        -3.467027,         0.031594,         0.030826,         1.024924,         0.580163,         0.367449,         1.578892,        -0.774511,         2.845906,        -0.272149,         0.003853,         0.039182,         0.098338,        -0.002501,         0.002529,        -0.989259,         1.000000,         0.573071,         0.259158,         0.086860
+  121, 122, 608054.25, 5197884.5,         3.129190,         3.726323,         0.839753,        -0.003050,         0.000879,        -3.470336,         0.031595,         0.030929,         1.021532,         0.583240,         0.368712,         1.581831,        -0.791210,         2.855865,        -0.277047,         0.004043,         0.039324,         0.102812,        -0.002513,         0.002536,        -0.990792,         1.000000,         0.590731,         0.260520,         0.063824
+  122, 123, 611576.75, 5184826,         1.503020,         2.682088,         0.560392,        -0.002002,         0.000655,        -3.055122,         0.079159,         0.022328,         3.545223,         0.151643,         0.264984,         0.572271,         0.503932,         2.089297,         0.241197,        -0.010412,         0.028285,        -0.368113,        -0.000514,         0.001741,        -0.295426,         1.000000,         0.462825,         0.224120,         0.068311
+  123, 124, 619825.375, 5192026,         1.042329,         2.817671,         0.369926,        -0.001926,         0.000673,        -2.862424,         0.040597,         0.024729,         1.641661,         0.281642,         0.263381,         1.069335,        -1.049032,         2.223660,        -0.471759,         0.010770,         0.030244,         0.356107,        -0.001544,         0.002036,        -0.758376,         1.000000,         0.844108,         0.154352,         0.059365
+  124, 125, 621679.25, 5192249,         0.936672,         2.938507,         0.318758,        -0.002060,         0.000712,        -2.893866,         0.038940,         0.026157,         1.488699,         0.261691,         0.271993,         0.962124,        -1.368782,         2.318625,        -0.590342,         0.014653,         0.031506,         0.465104,        -0.001612,         0.002166,        -0.744185,         1.000000,         0.769483,         0.163403,         0.102418
+  125, 126, 621589.375, 5183840.5,         0.183503,         2.862478,         0.064106,        -0.002360,         0.000734,        -3.215908,         0.072995,         0.026044,         2.802747,        -0.000827,         0.264325,        -0.003130,        -1.290363,         2.253303,        -0.572654,         0.011743,         0.030372,         0.386646,        -0.000186,         0.002227,        -0.083713,         1.000000,         0.534435,         0.274521,         0.077532
+  126, 127, 615753.9375, 5177189,        -0.240705,         3.215694,        -0.074853,        -0.001494,         0.000842,        -1.775072,         0.115041,         0.029370,         3.916895,         0.019086,         0.315459,         0.060501,         0.342869,         2.531005,         0.135467,        -0.010588,         0.034055,        -0.310906,        -0.001482,         0.002677,        -0.553580,         1.000000,         0.781006,         0.291154,         0.162752
+  127, 128, 617433.9375, 5187558.5,         0.780518,         2.596240,         0.300634,        -0.001902,         0.000620,        -3.067497,         0.061166,         0.022251,         2.748942,         0.198433,         0.240992,         0.823400,        -0.580931,         2.034886,        -0.285486,         0.004255,         0.027621,         0.154061,        -0.000777,         0.001775,        -0.437614,         1.000000,         0.670138,         0.194548,         0.057564
+  128, 129, 618944.0625, 5182883.5,         0.314815,         2.784014,         0.113080,        -0.002029,         0.000699,        -2.903748,         0.081569,         0.024588,         3.317430,         0.023888,         0.258740,         0.092324,        -0.567158,         2.178877,        -0.260298,         0.002689,         0.029437,         0.091360,        -0.000419,         0.002087,        -0.200533,         1.000000,         0.847984,         0.260660,         0.029213
+  129, 130, 618740.75, 5182729.5,         0.325910,         2.786209,         0.116973,        -0.002008,         0.000699,        -2.871303,         0.082601,         0.024569,         3.362033,         0.022531,         0.259318,         0.086886,        -0.505908,         2.179940,        -0.232074,         0.001883,         0.029453,         0.063949,        -0.000436,         0.002084,        -0.209223,         1.000000,         0.821467,         0.260775,         0.025385
+  130, 131, 630063.75, 5199204,         1.419671,         4.922332,         0.288414,        -0.002824,         0.001266,        -2.230633,         0.003541,         0.043841,         0.080772,         0.402911,         0.448162,         0.899030,        -3.433388,         3.710285,        -0.925370,         0.037514,         0.050883,         0.737255,        -0.004938,         0.003744,        -1.319142,         1.000000,         0.605595,         0.177204,         0.129659
+  131, 132, 618442.6875, 5196889.5,         1.982084,         3.270298,         0.606087,        -0.001656,         0.000757,        -2.188854,         0.024063,         0.027236,         0.883499,         0.365933,         0.307942,         1.188317,        -0.562819,         2.520493,        -0.223297,         0.003997,         0.034556,         0.115676,        -0.002729,         0.002230,        -1.223797,         1.000000,         0.823769,         0.113286,         0.097931
+  132, 133, 619781.9375, 5196731,         1.731862,         3.308210,         0.523504,        -0.001660,         0.000776,        -2.139975,         0.023982,         0.027930,         0.858678,         0.350529,         0.310769,         1.127941,        -0.798684,         2.556201,        -0.312449,         0.007152,         0.034981,         0.204443,        -0.002785,         0.002287,        -1.217695,         1.000000,         0.701618,         0.112618,         0.071772
+  133, 134, 614509.0625, 5196669,         2.553671,         3.129570,         0.815981,        -0.001964,         0.000717,        -2.739127,         0.026863,         0.025894,         1.037418,         0.415289,         0.304107,         1.365600,        -0.253473,         2.414643,        -0.104973,        -0.000558,         0.033142,        -0.016839,        -0.002305,         0.002156,        -1.068930,         1.000000,         0.680986,         0.145367,         0.065918
+  134, 135, 614251.5, 5196031.5,         2.475067,         3.040780,         0.813958,        -0.001997,         0.000704,        -2.835292,         0.029164,         0.025339,         1.150968,         0.407656,         0.298220,         1.366965,        -0.265676,         2.352793,        -0.112919,        -0.000272,         0.032228,        -0.008445,        -0.002129,         0.002123,        -1.002979,         1.000000,         0.613543,         0.149222,         0.050187
+  135, 136, 614192.875, 5195831,         2.443867,         3.014526,         0.810697,        -0.002003,         0.000700,        -2.859700,         0.029890,         0.025173,         1.187372,         0.404852,         0.296380,         1.365991,        -0.271157,         2.334295,        -0.116162,        -0.000159,         0.031956,        -0.004981,        -0.002078,         0.002113,        -0.983429,         1.000000,         0.618177,         0.150176,         0.063970
+  136, 137, 611343.75, 5196902,         3.035577,         3.253682,         0.932967,        -0.002395,         0.000753,        -3.181190,         0.029600,         0.027027,         1.095204,         0.469382,         0.321589,         1.459570,        -0.214582,         2.502413,        -0.085750,        -0.002122,         0.034348,        -0.061790,        -0.002209,         0.002252,        -0.981091,         1.000000,         0.675442,         0.193247,         0.051782
+  137, 138, 609543.9375, 5197193.5,         3.133474,         3.440675,         0.910715,        -0.002712,         0.000805,        -3.369876,         0.031400,         0.028629,         1.096776,         0.514747,         0.340986,         1.509583,        -0.420894,         2.642429,        -0.159283,        -0.000116,         0.036297,        -0.003209,        -0.002274,         0.002366,        -0.961384,         1.000000,         0.768103,         0.227432,         0.140205
+  138, 139, 625092.7626, 5173478.679,        -1.594828,         4.371689,        -0.364808,        -0.002550,         0.001147,        -2.224007,         0.120999,         0.040626,         2.978351,        -0.395517,         0.430626,        -0.918470,        -2.298647,         3.484786,        -0.659624,         0.015836,         0.046517,         0.340434,        -0.000140,         0.004465,        -0.031364,         0.000000,         0.392356,         0.437595,         0.218676
+  139, 140, 618090.44, 5188971.513,         0.819206,         2.626089,         0.311949,        -0.001917,         0.000625,        -3.064870,         0.054305,         0.022727,         2.389432,         0.229219,         0.243867,         0.939936,        -0.769887,         2.065762,        -0.372689,         0.006935,         0.028057,         0.247177,        -0.000944,         0.001834,        -0.514519,         0.000000,         0.889880,         0.181097,         0.043247
+  140, 141, 632977.7664, 5183695.617,         3.067976,         4.702426,         0.652424,        -0.007460,         0.001970,        -3.787550,         0.050272,         0.048077,         1.045650,        -0.683468,         0.547322,        -1.248748,        -5.802768,         3.783982,        -1.533508,         0.053497,         0.049085,         1.089873,         0.004969,         0.003088,         1.608973,         0.000000,         0.057373,         0.444849,         0.087281
+  141, 142, 632561.4182, 5179465.679,         3.262171,         5.455978,         0.597908,        -0.007910,         0.002271,        -3.483590,         0.087645,         0.055369,         1.582939,        -1.008308,         0.612065,        -1.647387,        -5.467439,         4.394172,        -1.244248,         0.044279,         0.056881,         0.778442,         0.005948,         0.003621,         1.642787,         0.000000,         0.008210,         0.490829,         0.047627
+  142, 143, 608853.0017, 5189357.655,         1.934832,         2.777587,         0.696587,        -0.002463,         0.000689,        -3.574412,         0.064172,         0.023003,         2.789796,         0.241140,         0.278094,         0.867118,        -0.058367,         2.154637,        -0.027089,        -0.003083,         0.029289,        -0.105260,        -0.000958,         0.001861,        -0.515143,         0.000000,         0.604665,         0.229573,         0.054601
+  143, 144, 628464.4041, 5194369.09,         1.694833,         3.828152,         0.442729,        -0.003152,         0.000984,        -3.201784,         0.019755,         0.034367,         0.574832,         0.294999,         0.357608,         0.824922,        -2.707765,         2.973498,        -0.910633,         0.029048,         0.040498,         0.717277,        -0.002082,         0.003081,        -0.675645,         0.000000,         0.449544,         0.212196,         0.137810
+  144, 145, 605923.6846, 5172682.846,         0.781095,         4.936245,         0.158237,        -0.000721,         0.001409,        -0.511737,         0.130207,         0.044937,         2.897527,         0.223864,         0.464196,         0.482263,         2.280865,         3.866595,         0.589890,        -0.040024,         0.052179,        -0.767059,        -0.001071,         0.003527,        -0.303654,         0.000000,         0.261517,         0.272935,         0.168470
+  145, 146, 608895.5408, 5177509.669,         1.053200,         3.598252,         0.292698,        -0.001703,         0.000938,        -1.814827,         0.114101,         0.031793,         3.588896,         0.120100,         0.354157,         0.339115,         1.356327,         2.849148,         0.476046,        -0.023923,         0.038279,        -0.624975,        -0.000450,         0.002512,        -0.179227,         0.000000,         0.647268,         0.262397,         0.113596
+  146, 147, 617500.3155, 5198567.259,         2.387978,         3.505166,         0.681274,        -0.001608,         0.000790,        -2.036229,         0.019854,         0.028751,         0.690561,         0.393808,         0.324799,         1.212468,        -0.340724,         2.665041,        -0.127849,         0.000452,         0.036732,         0.012306,        -0.003140,         0.002312,        -1.358106,         0.000000,         0.833705,         0.113102,         0.054845
+  147, 148, 599775.4949, 5197917.037,         3.272228,         5.693384,         0.574742,        -0.005764,         0.001659,        -3.474582,         0.044892,         0.053253,         0.842988,         1.019611,         0.674726,         1.511148,        -3.072037,         4.351653,        -0.705947,         0.032472,         0.059001,         0.550361,        -0.003607,         0.004090,        -0.881933,         0.000000,         0.180083,         0.459827,         0.276756
+  148, 149, 609818.8936, 5185616.971,         1.752004,         2.731733,         0.641353,        -0.002208,         0.000674,        -3.277103,         0.077863,         0.022747,         3.422993,         0.156662,         0.273931,         0.571903,         0.483327,         2.125888,         0.227353,        -0.010164,         0.028789,        -0.353044,        -0.000544,         0.001797,        -0.302971,         0.000000,         0.548386,         0.231063,         0.058204
+  149, 150, 626873.8954, 5191523.791,         1.099794,         3.326005,         0.330665,        -0.003073,         0.000871,        -3.530433,         0.033646,         0.030935,         1.087624,         0.175279,         0.309301,         0.566692,        -2.562542,         2.619452,        -0.978274,         0.028024,         0.035462,         0.790244,        -0.000986,         0.002633,        -0.374544,         0.000000,         0.611155,         0.230990,         0.078152
+  150, 151, 613220.8049, 5175607.806,        -0.498207,         3.545766,        -0.140508,        -0.001243,         0.000924,        -1.344879,         0.123763,         0.032173,         3.846804,         0.168702,         0.347902,         0.484912,         0.608315,         2.798453,         0.217375,        -0.014896,         0.037530,        -0.396899,        -0.001665,         0.002857,        -0.582780,         0.000000,         0.114263,         0.282796,         0.062004
+  151, 152, 603465.2567, 5194828.473,         3.040152,         4.259815,         0.713682,        -0.004111,         0.001073,        -3.831866,         0.051569,         0.035950,         1.434476,         0.562145,         0.423050,         1.328792,        -1.363460,         3.225552,        -0.422706,         0.011228,         0.044226,         0.253869,        -0.002157,         0.002774,        -0.777597,         0.000000,         0.396854,         0.355173,         0.183936
+  152, 153, 610497.3677, 5188165.47,         1.763750,         2.638212,         0.668540,        -0.002206,         0.000651,        -3.390718,         0.066078,         0.021906,         3.016439,         0.230309,         0.264279,         0.871463,         0.133169,         2.050634,         0.064940,        -0.005323,         0.027828,        -0.191281,        -0.000784,         0.001767,        -0.443654,         0.000000,         0.917819,         0.213399,         0.028497
+  153, 154, 620797.4476, 5197029.313,         1.617630,         3.413179,         0.473936,        -0.001667,         0.000807,        -2.064663,         0.022533,         0.029059,         0.775430,         0.346351,         0.318789,         1.086457,        -0.977165,         2.632444,        -0.371201,         0.009358,         0.036009,         0.259866,        -0.002939,         0.002369,        -1.240420,         0.000000,         0.712089,         0.112245,         0.131252
+  154, 155, 619340.9224, 5184576.829,         0.360312,         2.717234,         0.132603,        -0.002066,         0.000674,        -3.064161,         0.072971,         0.023968,         3.044478,         0.074819,         0.250021,         0.299250,        -0.800845,         2.130119,        -0.375962,         0.006135,         0.028808,         0.212960,        -0.000433,         0.001979,        -0.218992,         0.000000,         0.870248,         0.243022,         0.028946
+  155, 156, 614830.737, 5190713.524,         1.440492,         2.597974,         0.554468,        -0.001923,         0.000621,        -3.095828,         0.049179,         0.021957,         2.239837,         0.304458,         0.254563,         1.196002,        -0.366905,         2.029979,        -0.180743,         0.001852,         0.027606,         0.067103,        -0.001085,         0.001836,        -0.590942,         0.000000,         0.310600,         0.165816,         0.086514
+  156, 157, 605129.0973, 5200481.525,         2.649823,         4.653627,         0.569410,        -0.003933,         0.001140,        -3.450829,         0.029074,         0.040318,         0.721116,         0.817986,         0.474700,         1.723162,        -2.245852,         3.591358,        -0.625349,         0.021739,         0.049646,         0.437878,        -0.003550,         0.003157,        -1.124235,         0.000000,         0.097312,         0.334040,         0.138707
+  157, 158, 602693.0273, 5183588.584,         2.557564,         3.736057,         0.684562,        -0.003580,         0.001007,        -3.557091,         0.100536,         0.033206,         3.027637,        -0.165382,         0.378171,        -0.437320,         0.473765,         2.952715,         0.160450,        -0.011023,         0.039849,        -0.276625,        -0.000089,         0.002427,        -0.036721,         0.000000,         0.272850,         0.316587,         0.291030
+  158, 159, 614631.3761, 5196376.528,         2.478574,         3.088354,         0.802555,        -0.001953,         0.000711,        -2.746455,         0.027701,         0.025631,         1.080773,         0.408618,         0.300881,         1.358071,        -0.272645,         2.386387,        -0.114250,        -0.000188,         0.032725,        -0.005739,        -0.002241,         0.002138,        -1.048061,         0.000000,         0.426882,         0.144144,         0.096345
+  159, 160, 615233.5888, 5180633.854,         0.605115,         2.901531,         0.208550,        -0.001737,         0.000734,        -2.365900,         0.097192,         0.025179,         3.859973,         0.026390,         0.278633,         0.094714,         0.431852,         2.270594,         0.190194,        -0.010516,         0.030679,        -0.342767,        -0.000685,         0.002073,        -0.330526,         0.000000,         0.582822,         0.259499,         0.123209
+  160, 161, 629997.8663, 5185066.623,         1.145812,         3.721983,         0.307850,        -0.004890,         0.001206,        -4.054267,         0.049359,         0.036349,         1.357897,        -0.318963,         0.392555,        -0.812532,        -4.149540,         2.985332,        -1.389976,         0.041863,         0.039542,         1.058708,         0.002288,         0.002662,         0.859222,         0.000000,         0.055796,         0.377606,         0.056869
+  161, 162, 630805.6898, 5185164.021,         1.437247,         3.883745,         0.370067,        -0.005371,         0.001326,        -4.051412,         0.046429,         0.038444,         1.207721,        -0.371528,         0.421035,        -0.882416,        -4.579585,         3.128095,        -1.464018,         0.045830,         0.041283,         1.110141,         0.002789,         0.002727,         1.022821,         0.000000,         0.408786,         0.389613,         0.148890
+  162, 163, 627164.8181, 5192535.286,         1.267330,         3.443655,         0.368019,        -0.003053,         0.000894,        -3.416118,         0.029264,         0.031740,         0.921971,         0.217550,         0.320893,         0.677952,        -2.560976,         2.704174,        -0.947045,         0.027970,         0.036671,         0.762724,        -0.001314,         0.002760,        -0.476124,         0.000000,         0.416309,         0.220284,         0.073577
+  163, 164, 625341.3272, 5179587.716,         0.145773,         3.471263,         0.041994,        -0.003175,         0.000952,        -3.334448,         0.082849,         0.032429,         2.554766,        -0.324286,         0.344696,        -0.940787,        -2.087611,         2.766693,        -0.754551,         0.017930,         0.037016,         0.484401,         0.000835,         0.003009,         0.277620,         0.000000,         0.149518,         0.375404,         0.102264
+  164, 165, 607806.954, 5176970.251,         1.053927,         3.773852,         0.279271,        -0.001643,         0.000992,        -1.656488,         0.117045,         0.033791,         3.463779,         0.112630,         0.369665,         0.304681,         1.469714,         2.992373,         0.491153,        -0.025791,         0.040160,        -0.642206,        -0.000389,         0.002627,        -0.148132,         0.000000,         0.086870,         0.264653,         0.108521
+  165, 166, 599609.6739, 5176571.718,         3.070982,         5.041019,         0.609199,        -0.003253,         0.001444,        -2.253136,         0.131815,         0.049387,         2.669023,        -0.420992,         0.503441,        -0.836229,         1.843508,         3.996546,         0.461275,        -0.033043,         0.053939,        -0.612604,         0.000381,         0.003253,         0.116973,         0.000000,         0.129612,         0.330918,         0.176086
+  166, 167, 613984.9335, 5178226.552,         0.311028,         3.154297,         0.098605,        -0.001574,         0.000818,        -1.924604,         0.110331,         0.027998,         3.940713,         0.049602,         0.309179,         0.160433,         0.680571,         2.482673,         0.274128,        -0.014507,         0.033465,        -0.433494,        -0.001033,         0.002391,        -0.431942,         0.000000,         0.698568,         0.272610,         0.076048
+  167, 168, 601097.2586, 5185123.378,         2.909233,         4.084913,         0.712190,        -0.004297,         0.001123,        -3.826120,         0.100390,         0.036039,         2.785590,        -0.214491,         0.413465,        -0.518764,         0.032945,         3.206080,         0.010276,        -0.005401,         0.043394,        -0.124456,        -0.000184,         0.002551,        -0.072034,         0.000000,         0.256751,         0.351121,         0.121132
+  168, 169, 617942.3176, 5179230.595,         0.063902,         3.013960,         0.021202,        -0.001812,         0.000779,        -2.325808,         0.101526,         0.027315,         3.716917,        -0.054426,         0.290592,        -0.187293,        -0.058989,         2.365496,        -0.024937,        -0.004868,         0.031874,        -0.152741,        -0.000908,         0.002485,        -0.365578,         0.000000,         0.235820,         0.291680,         0.056297
+  169, 170, 602928.4668, 5177950.051,         2.310282,         4.146571,         0.557155,        -0.002620,         0.001152,        -2.275244,         0.118173,         0.038818,         3.044269,        -0.174152,         0.411399,        -0.423318,         1.577244,         3.320102,         0.475059,        -0.027620,         0.044694,        -0.617975,         0.000194,         0.002815,         0.069031,         0.000000,         0.190179,         0.298220,         0.460951
+  170, 171, 605448.5061, 5194611.001,         2.890469,         3.750909,         0.770605,        -0.003522,         0.000922,        -3.822363,         0.048386,         0.031124,         1.554650,         0.488112,         0.368150,         1.325850,        -0.951811,         2.863723,        -0.332368,         0.006429,         0.039219,         0.163924,        -0.001982,         0.002473,        -0.801477,         0.000000,         0.461161,         0.306358,         0.196690
+  171, 172, 625274.7638, 5178653.685,         0.032053,         3.555324,         0.009015,        -0.003111,         0.000968,        -3.212967,         0.087741,         0.033207,         2.642251,        -0.343954,         0.353719,        -0.972393,        -2.023155,         2.836060,        -0.713368,         0.016612,         0.037960,         0.437604,         0.000778,         0.003171,         0.245341,         0.000000,         0.192125,         0.385405,         0.083644
+  172, 173, 610083.3513, 5193935.369,         2.553495,         2.963315,         0.861702,        -0.002491,         0.000716,        -3.477029,         0.042731,         0.024905,         1.715717,         0.390374,         0.297897,         1.310432,        -0.270578,         2.294075,        -0.117946,        -0.000862,         0.031277,        -0.027571,        -0.001590,         0.002084,        -0.763278,         0.000000,         0.065253,         0.210582,         0.127232
+  173, 174, 599697.963, 5195728.878,         3.625494,         5.436792,         0.666844,        -0.005474,         0.001502,        -3.643335,         0.051803,         0.049069,         1.055701,         0.767236,         0.603991,         1.270276,        -2.218285,         4.075724,        -0.544268,         0.020956,         0.055464,         0.377825,        -0.002547,         0.003716,        -0.685461,         0.000000,         0.044954,         0.451619,         0.114356
+  174, 175, 630666.5992, 5193821.699,         2.104562,         4.172672,         0.504368,        -0.003876,         0.001130,        -3.430321,         0.015308,         0.038092,         0.401883,         0.251743,         0.395383,         0.636708,        -3.373413,         3.241750,        -1.040615,         0.035511,         0.044040,         0.806331,        -0.001712,         0.003492,        -0.490352,         0.000000,         0.148211,         0.253459,         0.260023
+  175, 176, 616782.5476, 5194719.319,         1.844824,         2.931399,         0.629332,        -0.001811,         0.000687,        -2.635091,         0.031607,         0.024714,         1.278919,         0.364161,         0.284129,         1.281676,        -0.516589,         2.284556,        -0.226122,         0.003766,         0.031215,         0.120659,        -0.001989,         0.002069,        -0.961550,         0.000000,         0.675974,         0.130401,         0.041555
+  176, 177, 602516.4549, 5179796.718,         2.672613,         4.007669,         0.666875,        -0.003166,         0.001121,        -2.823429,         0.113541,         0.037090,         3.061211,        -0.231924,         0.403587,        -0.574656,         1.286282,         3.200933,         0.401846,        -0.022945,         0.043041,        -0.533102,         0.000253,         0.002675,         0.094648,         0.000000,         0.537778,         0.307791,         0.110282
+  177, 178, 614445.4425, 5182094.883,         0.864835,         2.796497,         0.309257,        -0.001779,         0.000693,        -2.565535,         0.090181,         0.023764,         3.794802,         0.067780,         0.267811,         0.253088,         0.444895,         2.183212,         0.203780,        -0.010238,         0.029539,        -0.346608,        -0.000550,         0.001885,        -0.291833,         0.000000,         0.483189,         0.242886,         0.055550
+  178, 179, 612383.1528, 5191531.042,         1.855017,         2.649746,         0.700074,        -0.002109,         0.000646,        -3.266244,         0.048741,         0.022276,         2.188068,         0.326082,         0.266296,         1.224511,        -0.225110,         2.063831,        -0.109074,        -0.000368,         0.028067,        -0.013100,        -0.001166,         0.001884,        -0.618518,         0.000000,         0.501228,         0.180137,         0.058566
+  179, 180, 625278.7244, 5177509.148,        -0.195429,         3.679228,        -0.053117,        -0.003036,         0.000994,        -3.053215,         0.093749,         0.034390,         2.726038,        -0.362932,         0.366331,        -0.990720,        -2.038413,         2.940297,        -0.693268,         0.016058,         0.039359,         0.407984,         0.000686,         0.003391,         0.202208,         0.000000,         0.115220,         0.398332,         0.107192
+  180, 181, 614593.2952, 5178443.402,         0.278649,         3.110448,         0.089585,        -0.001594,         0.000805,        -1.979258,         0.109004,         0.027668,         3.939690,         0.030544,         0.304169,         0.100418,         0.588580,         2.446379,         0.240592,        -0.013241,         0.032984,        -0.401447,        -0.001035,         0.002376,        -0.435406,         0.000000,         0.399754,         0.274358,         0.097788
+  181, 182, 606699.0664, 5185465.905,         2.029384,         3.033631,         0.668962,        -0.002662,         0.000761,        -3.499863,         0.084233,         0.025588,         3.291961,         0.083500,         0.304824,         0.273928,         0.455234,         2.367151,         0.192313,        -0.010132,         0.032080,        -0.315840,        -0.000468,         0.002002,        -0.233762,         0.000000,         0.271914,         0.263021,         0.084426
+  182, 183, 623633.9085, 5180889.708,         0.096259,         3.179397,         0.030276,        -0.002756,         0.000850,        -3.243571,         0.080935,         0.029565,         2.737505,        -0.193754,         0.307376,        -0.630348,        -1.639283,         2.518817,        -0.650814,         0.014160,         0.033769,         0.419311,         0.000264,         0.002733,         0.096721,         0.000000,         0.179823,         0.336429,         0.062546
+  183, 184, 628436.3744, 5196178.254,         1.711193,         4.115638,         0.415778,        -0.002879,         0.001025,        -2.808677,         0.013873,         0.035834,         0.387142,         0.355347,         0.378874,         0.937901,        -2.657050,         3.158562,        -0.841222,         0.028481,         0.043245,         0.658600,        -0.003005,         0.003174,        -0.946738,         0.000000,         0.434303,         0.187769,         0.210613
+  184, 185, 618111.9082, 5198949.225,         2.306097,         3.592043,         0.642001,        -0.001553,         0.000812,        -1.913191,         0.018614,         0.029650,         0.627813,         0.385810,         0.330569,         1.167109,        -0.417334,         2.723381,        -0.153241,         0.001388,         0.037537,         0.036986,        -0.003324,         0.002363,        -1.406878,         0.000000,         0.548350,         0.108800,         0.108699
+  185, 186, 621223.9488, 5181594.575,         0.077471,         2.964460,         0.026133,        -0.002302,         0.000769,        -2.991433,         0.083678,         0.027096,         3.088206,        -0.076048,         0.279468,        -0.272116,        -1.040737,         2.332324,        -0.446223,         0.007857,         0.031385,         0.250329,        -0.000242,         0.002481,        -0.097746,         0.000000,         0.355015,         0.299007,         0.145564
+  186, 187, 599632.1336, 5183855.997,         3.696173,         4.500800,         0.821226,        -0.004887,         0.001310,        -3.731056,         0.110482,         0.040571,         2.723183,        -0.403282,         0.459940,        -0.876815,         0.390935,         3.531267,         0.110707,        -0.011025,         0.047732,        -0.230972,         0.000233,         0.002737,         0.085147,         0.000000,         0.040011,         0.371218,         0.088484
+  187, 188, 608376.7416, 5172803.381,         0.005383,         4.575752,         0.001176,        -0.000768,         0.001241,        -0.618997,         0.132566,         0.041826,         3.169473,         0.351887,         0.441381,         0.797241,         1.694003,         3.611375,         0.469074,        -0.031354,         0.048343,        -0.648569,        -0.001525,         0.003417,        -0.446304,         0.000000,         0.448875,         0.270356,         0.163296
+  188, 189, 620397.2802, 5176629.062,        -0.649838,         3.317519,        -0.195881,        -0.001860,         0.000871,        -2.134242,         0.111230,         0.031484,         3.532910,        -0.136812,         0.326288,        -0.419297,        -0.605748,         2.623319,        -0.230909,         0.000474,         0.035184,         0.013458,        -0.001292,         0.003189,        -0.405003,         0.000000,         0.428269,         0.343198,         0.123654
+  189, 190, 600555.2441, 5196896.328,         3.197548,         5.330426,         0.599867,        -0.005285,         0.001464,        -3.610026,         0.047872,         0.048254,         0.992086,         0.860112,         0.590939,         1.455500,        -2.555556,         4.028019,        -0.634445,         0.025808,         0.054942,         0.469733,        -0.003051,         0.003707,        -0.822910,         0.000000,         0.109851,         0.437782,         0.117861
+  190, 191, 621794.2115, 5181362.07,         0.059948,         3.012941,         0.019897,        -0.002392,         0.000788,        -3.036244,         0.083456,         0.027710,         3.011730,        -0.103088,         0.285654,        -0.360885,        -1.168855,         2.374029,        -0.492351,         0.009218,         0.031914,         0.288842,        -0.000159,         0.002564,        -0.061860,         0.000000,         0.255348,         0.308273,         0.138935
+  191, 192, 618820.1396, 5187343.022,         0.585035,         2.636818,         0.221871,        -0.001984,         0.000637,        -3.112655,         0.060957,         0.023041,         2.645573,         0.172724,         0.242282,         0.712906,        -0.854751,         2.073768,        -0.412173,         0.007630,         0.028120,         0.271330,        -0.000729,         0.001847,        -0.394488,         0.000000,         0.333333,         0.204433,         0.056076
+  192, 193, 616485.6179, 5193762.708,         1.716345,         2.826913,         0.607144,        -0.001843,         0.000666,        -2.765813,         0.035230,         0.024019,         1.466734,         0.354200,         0.275428,         1.285998,        -0.523404,         2.208483,        -0.236997,         0.003944,         0.030125,         0.130914,        -0.001734,         0.002023,        -0.857039,         0.000000,         0.755552,         0.137429,         0.058885
+  193, 194, 612561.3086, 5200997.536,         3.115308,         3.881709,         0.802561,        -0.002071,         0.000841,        -2.463189,         0.017033,         0.031659,         0.538006,         0.524779,         0.367895,         1.426439,        -0.286282,         2.954377,        -0.096901,        -0.002440,         0.041167,        -0.059270,        -0.003318,         0.002524,        -1.314629,         0.000000,         0.059143,         0.173801,         0.137876
+  194, 195, 606906.5073, 5178130.077,         1.555658,         3.671881,         0.423668,        -0.001966,         0.000968,        -2.031066,         0.112905,         0.032914,         3.430327,         0.032669,         0.362439,         0.090135,         1.501223,         2.917091,         0.514630,        -0.025719,         0.039177,        -0.656483,        -0.000137,         0.002520,        -0.054181,         0.000000,         0.224169,         0.266843,         0.059577
+  195, 196, 607431.4267, 5191386.404,         2.235240,         3.059524,         0.730584,        -0.002822,         0.000752,        -3.751417,         0.058459,         0.025208,         2.319114,         0.302669,         0.302790,         0.999601,        -0.386061,         2.360957,        -0.163519,         0.000639,         0.032194,         0.019861,        -0.001308,         0.002023,        -0.646361,         0.000000,         0.544271,         0.253036,         0.053721
+  196, 197, 617384.0277, 5175627.193,        -0.954741,         3.384155,        -0.282121,        -0.001379,         0.000889,        -1.551037,         0.122345,         0.031881,         3.837526,         0.010386,         0.332491,         0.031237,        -0.067100,         2.670598,        -0.025125,        -0.006253,         0.035819,        -0.174568,        -0.002073,         0.003091,        -0.670543,         0.000000,         0.288751,         0.317788,         0.118359
+  197, 198, 609363.1225, 5201169.128,         3.110953,         4.109580,         0.757000,        -0.002725,         0.000913,        -2.984420,         0.019617,         0.033999,         0.576986,         0.636426,         0.399418,         1.593384,        -0.891236,         3.155473,        -0.282441,         0.004281,         0.043995,         0.097309,        -0.003283,         0.002720,        -1.206910,         0.000000,         0.490801,         0.236683,         0.094952
+  198, 199, 610108.3533, 5172385.979,        -0.548091,         4.476562,        -0.122436,        -0.000775,         0.001187,        -0.652960,         0.137075,         0.041357,         3.314472,         0.423519,         0.438810,         0.965154,         1.324322,         3.550495,         0.372996,        -0.026612,         0.047384,        -0.561633,        -0.001972,         0.003509,        -0.561965,         0.000000,         0.098874,         0.277234,         0.118962
+  199, 200, 622123.5707, 5175401.98,        -1.121473,         3.579511,        -0.313303,        -0.001988,         0.000934,        -2.128159,         0.114629,         0.034334,         3.338595,        -0.196100,         0.352992,        -0.555538,        -1.176058,         2.842617,        -0.413724,         0.006155,         0.038016,         0.161901,        -0.001179,         0.003624,        -0.325339,         0.000000,         0.005700,         0.377338,         0.102524
+  200, 201, 619515.4593, 5183595.696,         0.298270,         2.767745,         0.107766,        -0.002091,         0.000694,        -3.013174,         0.077342,         0.024541,         3.151538,         0.037319,         0.255842,         0.145867,        -0.763932,         2.168855,        -0.352228,         0.005347,         0.029301,         0.182471,        -0.000377,         0.002073,        -0.181678,         0.000000,         0.515427,         0.256912,         0.105550
+  201, 202, 623891.2041, 5183308.71,         0.216626,         3.050060,         0.071023,        -0.002798,         0.000809,        -3.457642,         0.070416,         0.028322,         2.486291,        -0.093508,         0.286757,        -0.326089,        -1.846837,         2.408689,        -0.766740,         0.017771,         0.032355,         0.549269,         0.000214,         0.002408,         0.089048,         0.000000,         0.636190,         0.308782,         0.054114
+  202, 203, 616814.4644, 5186886.833,         0.817425,         2.587420,         0.315923,        -0.001882,         0.000619,        -3.041852,         0.064789,         0.022009,         2.943728,         0.186198,         0.241023,         0.772532,        -0.419132,         2.023536,        -0.207128,         0.002049,         0.027461,         0.074617,        -0.000715,         0.001743,        -0.410198,         0.000000,         0.566392,         0.199909,         0.057430
+  203, 204, 621981.5815, 5177272.471,        -0.442327,         3.347890,        -0.132121,        -0.002204,         0.000883,        -2.496460,         0.103590,         0.031698,         3.268040,        -0.206502,         0.329789,        -0.626163,        -0.990367,         2.653688,        -0.373204,         0.005027,         0.035571,         0.141324,        -0.000643,         0.003273,        -0.196608,         0.000000,         0.149545,         0.356448,         0.181714
+  204, 205, 614755.4792, 5178248.259,         0.203599,         3.125308,         0.065145,        -0.001580,         0.000811,        -1.948876,         0.109932,         0.027913,         3.938407,         0.028441,         0.305828,         0.092997,         0.555463,         2.458492,         0.225936,        -0.012886,         0.033138,        -0.388864,        -0.001092,         0.002418,        -0.451668,         0.000000,         0.615110,         0.276736,         0.058814
+  205, 206, 626410.6205, 5180819.754,         0.366330,         3.499755,         0.104673,        -0.003533,         0.000987,        -3.580652,         0.074977,         0.032734,         2.290485,        -0.331981,         0.349561,        -0.949708,        -2.507865,         2.790631,        -0.898673,         0.022980,         0.037267,         0.616630,         0.001228,         0.002852,         0.430615,         0.000000,         0.077488,         0.376452,         0.057930
+  206, 207, 609217.2916, 5197701.909,         3.150858,         3.548191,         0.888018,        -0.002787,         0.000828,        -3.364178,         0.030237,         0.029492,         1.025256,         0.541516,         0.351191,         1.541942,        -0.528451,         2.723464,        -0.194036,         0.001027,         0.037470,         0.027414,        -0.002401,         0.002428,        -0.989001,         0.000000,         0.630529,         0.235132,         0.133452
+  207, 208, 608835.4826, 5181918.753,         1.873274,         3.059729,         0.612235,        -0.002204,         0.000772,        -2.856237,         0.094869,         0.026052,         3.641578,         0.069717,         0.307763,         0.226528,         1.099373,         2.402576,         0.457581,        -0.018907,         0.032419,        -0.583213,        -0.000257,         0.002045,        -0.125687,         0.000000,         0.472854,         0.251885,         0.082742
+  208, 209, 604663.0752, 5197406.974,         2.990462,         4.328232,         0.690920,        -0.003917,         0.001063,        -3.683427,         0.039394,         0.036334,         1.084235,         0.680538,         0.431313,         1.577826,        -1.599274,         3.294827,        -0.485389,         0.013775,         0.045335,         0.303848,        -0.002697,         0.002900,        -0.930151,         0.000000,         0.270767,         0.338799,         0.159901
+  209, 210, 605145.405, 5176231.231,         1.423852,         4.160222,         0.342254,        -0.001707,         0.001128,        -1.513608,         0.120651,         0.038213,         3.157332,         0.015912,         0.402367,         0.039547,         1.748742,         3.309191,         0.528450,        -0.030396,         0.044533,        -0.682554,        -0.000197,         0.002876,        -0.068440,         0.000000,         0.154059,         0.276473,         0.143008
+  210, 211, 628565.7598, 5178505.887,         0.596439,         4.168517,         0.143082,        -0.004405,         0.001243,        -3.543627,         0.084997,         0.038557,         2.204456,        -0.567375,         0.429945,        -1.319646,        -3.257821,         3.345196,        -0.973880,         0.027710,         0.044555,         0.621933,         0.002542,         0.003263,         0.778873,         0.000000,         0.498667,         0.437213,         0.093540
+  211, 212, 607621.745, 5185296.454,         1.958447,         2.930639,         0.668266,        -0.002495,         0.000731,        -3.411764,         0.083034,         0.024629,         3.371408,         0.104092,         0.294993,         0.352864,         0.527335,         2.285402,         0.230741,        -0.010998,         0.030954,        -0.355290,        -0.000471,         0.001939,        -0.243053,         0.000000,         0.163886,         0.252570,         0.055724
+  212, 213, 619060.0481, 5182274.604,         0.266196,         2.823535,         0.094278,        -0.002036,         0.000713,        -2.853676,         0.084330,         0.025067,         3.364118,         0.000954,         0.263557,         0.003621,        -0.546147,         2.210782,        -0.247038,         0.002215,         0.029848,         0.074217,        -0.000429,         0.002165,        -0.198353,         0.000000,         0.846713,         0.269050,         0.026751
+  213, 214, 611894.2175, 5184159.455,         1.425009,         2.708613,         0.526103,        -0.001956,         0.000662,        -2.953728,         0.081898,         0.022593,         3.624973,         0.134863,         0.266426,         0.506192,         0.558175,         2.111453,         0.264356,        -0.011225,         0.028576,        -0.392822,        -0.000487,         0.001757,        -0.277197,         0.000000,         0.510963,         0.227289,         0.116881
+  214, 215, 631608.2396, 5188665.756,         2.017423,         3.957078,         0.509826,        -0.005325,         0.001328,        -4.011440,         0.028151,         0.039599,         0.710911,        -0.134047,         0.417292,        -0.321229,        -4.574289,         3.179293,        -1.438776,         0.046940,         0.042269,         1.110509,         0.001886,         0.003174,         0.594205,         0.000000,         0.408195,         0.350292,         0.167259
+  215, 216, 629692.1378, 5180036.782,         1.064423,         4.196327,         0.253656,        -0.005028,         0.001342,        -3.745706,         0.076176,         0.039597,         1.923758,        -0.602180,         0.446958,        -1.347287,        -3.803238,         3.365730,        -1.129989,         0.033762,         0.044536,         0.758095,         0.003136,         0.003067,         1.022338,         0.000000,         0.037733,         0.437482,         0.049137
+  216, 217, 629298.0091, 5191396.511,         1.596308,         3.623326,         0.440564,        -0.003811,         0.001014,        -3.758662,         0.027235,         0.034388,         0.792011,         0.139392,         0.347657,         0.400946,        -3.211744,         2.857696,        -1.123893,         0.034327,         0.038562,         0.890165,        -0.000525,         0.003037,        -0.172934,         0.000000,         0.326636,         0.268238,         0.106993
+  217, 218, 602584.5477, 5199364.143,         2.637193,         5.075676,         0.519575,        -0.004772,         0.001348,        -3.539806,         0.037744,         0.045774,         0.824577,         0.931250,         0.548759,         1.697010,        -2.860965,         3.905300,        -0.732585,         0.030226,         0.053584,         0.564087,        -0.003741,         0.003538,        -1.057242,         0.000000,         0.699093,         0.395228,         0.145086
+  218, 219, 614412.9294, 5176900.203,        -0.163311,         3.293050,        -0.049593,        -0.001437,         0.000860,        -1.669951,         0.116992,         0.029783,         3.928088,         0.071591,         0.323425,         0.221354,         0.541999,         2.594410,         0.208910,        -0.013272,         0.034897,        -0.380319,        -0.001439,         0.002656,        -0.541797,         0.000000,         0.529058,         0.283702,         0.056921
+  219, 220, 607340.04, 5198506.602,         3.106889,         3.939222,         0.788706,        -0.003241,         0.000930,        -3.486708,         0.030812,         0.032628,         0.944324,         0.631971,         0.389041,         1.624435,        -1.049617,         3.016799,        -0.347924,         0.006978,         0.041637,         0.167581,        -0.002719,         0.002660,        -1.022027,         0.000000,         0.078496,         0.278191,         0.120843
+  220, 221, 615188.3811, 5181072.612,         0.657884,         2.866837,         0.229481,        -0.001752,         0.000721,        -2.429107,         0.094940,         0.024739,         3.837609,         0.035227,         0.274496,         0.128334,         0.405951,         2.241483,         0.181108,        -0.010049,         0.030298,        -0.331669,        -0.000637,         0.002017,        -0.316001,         0.000000,         0.828236,         0.255158,         0.062848
+  221, 222, 622387.6441, 5178096.969,        -0.230133,         3.303366,        -0.069666,        -0.002361,         0.000874,        -2.701303,         0.097927,         0.031071,         3.151690,        -0.220753,         0.324637,        -0.680000,        -1.095302,         2.618471,        -0.418298,         0.006565,         0.035113,         0.186965,        -0.000336,         0.003163,        -0.106107,         0.000000,         0.086740,         0.352783,         0.054612
+  222, 223, 613872.1485, 5175588.719,        -0.601646,         3.509230,        -0.171447,        -0.001243,         0.000915,        -1.358016,         0.123977,         0.032004,         3.873752,         0.147772,         0.344274,         0.429229,         0.507565,         2.768699,         0.183322,        -0.013566,         0.037137,        -0.365310,        -0.001791,         0.002892,        -0.619435,         0.000000,         0.744225,         0.287211,         0.071075
+  223, 224, 619242.8056, 5195635.056,         1.647047,         3.134930,         0.525385,        -0.001720,         0.000737,        -2.333885,         0.027624,         0.026528,         1.041316,         0.345750,         0.297284,         1.163028,        -0.775462,         2.438554,        -0.318001,         0.007083,         0.033328,         0.212514,        -0.002426,         0.002197,        -1.104187,         0.000000,         0.743049,         0.119076,         0.112870
+  224, 225, 619211.842, 5200420.328,         2.010760,         3.871905,         0.519321,        -0.001417,         0.000894,        -1.585839,         0.015429,         0.032831,         0.469939,         0.363705,         0.350969,         1.036288,        -0.709403,         2.910008,        -0.243780,         0.004751,         0.040127,         0.118391,        -0.003923,         0.002535,        -1.547831,         0.000000,         0.765199,         0.101923,         0.091797
+  225, 226, 609101.2685, 5180122.778,         1.671201,         3.229081,         0.517547,        -0.002060,         0.000827,        -2.491757,         0.102483,         0.027875,         3.676550,         0.065007,         0.322222,         0.201747,         1.273900,         2.546582,         0.500239,        -0.021672,         0.034317,        -0.631506,        -0.000259,         0.002190,        -0.118276,         0.000000,         0.679774,         0.256062,         0.061656
+  226, 227, 632109.6431, 5187482.36,         2.175964,         4.093240,         0.531599,        -0.005901,         0.001471,        -4.011545,         0.030977,         0.041464,         0.747075,        -0.263216,         0.447879,        -0.587693,        -5.058969,         3.310213,        -1.528291,         0.050983,         0.043725,         1.165978,         0.002812,         0.003064,         0.917504,         0.000000,         0.138185,         0.377345,         0.160100
+  227, 228, 607882.219, 5195381.365,         2.963133,         3.401711,         0.871071,        -0.002984,         0.000819,        -3.644593,         0.040576,         0.028380,         1.429762,         0.478129,         0.337618,         1.416185,        -0.551733,         2.610968,        -0.211314,         0.001633,         0.035726,         0.045705,        -0.001957,         0.002327,        -0.841286,         0.000000,         0.836943,         0.255882,         0.076847
+  228, 229, 607131.881, 5185808.074,         1.985359,         2.969509,         0.668581,        -0.002597,         0.000742,        -3.500951,         0.082001,         0.024927,         3.289721,         0.105245,         0.298133,         0.353015,         0.413155,         2.313860,         0.178556,        -0.009516,         0.031368,        -0.303357,        -0.000520,         0.001959,        -0.265429,         0.000000,         0.154606,         0.257441,         0.057632
+  229, 230, 627346.0895, 5201105.558,         0.662309,         4.636633,         0.142843,        -0.001960,         0.001221,        -1.605127,         0.008881,         0.041679,         0.213072,         0.384580,         0.422903,         0.909382,        -2.907400,         3.490620,        -0.832918,         0.032262,         0.047779,         0.675236,        -0.005188,         0.003369,        -1.540156,         0.000000,         0.411509,         0.129187,         0.279258
+  230, 231, 620349.895, 5173941.073,        -1.875538,         3.707489,        -0.505878,        -0.001434,         0.000959,        -1.495242,         0.129899,         0.036006,         3.607691,        -0.064921,         0.363252,        -0.178721,        -0.897461,         2.932988,        -0.305989,         0.002403,         0.039141,         0.061398,        -0.002331,         0.003689,        -0.631889,         0.000000,         0.036594,         0.367916,         0.076736
+  231, 232, 604062.6384, 5179813.881,         2.333577,         3.773065,         0.618483,        -0.002753,         0.001030,        -2.672308,         0.110391,         0.034439,         3.205379,        -0.140848,         0.378202,        -0.372415,         1.340516,         3.008382,         0.445594,        -0.023313,         0.040425,        -0.576715,         0.000151,         0.002548,         0.059329,         0.000000,         0.470358,         0.289295,         0.142006
+  232, 233, 620783.4227, 5200574.436,         1.600188,         3.966824,         0.403393,        -0.001405,         0.000948,        -1.482400,         0.015252,         0.034323,         0.444376,         0.344872,         0.358483,         0.962031,        -1.107515,         2.979729,        -0.371683,         0.009862,         0.040972,         0.240692,        -0.004148,         0.002635,        -1.573936,         0.000000,         0.460982,         0.099345,         0.215395
+  233, 234, 599549.2386, 5193505.934,         4.051118,         5.207532,         0.777934,        -0.005336,         0.001412,        -3.779242,         0.062523,         0.045420,         1.376565,         0.518580,         0.550603,         0.941840,        -1.349155,         3.869682,        -0.348647,         0.009945,         0.052772,         0.188459,        -0.001709,         0.003311,        -0.516207,         0.000000,         0.352525,         0.440298,         0.456066
+  234, 235, 612445.4671, 5194328.622,         2.365384,         2.865437,         0.825488,        -0.002180,         0.000684,        -3.185612,         0.037428,         0.024187,         1.547466,         0.388233,         0.287623,         1.349800,        -0.255758,         2.225312,        -0.114931,        -0.000429,         0.030350,        -0.014131,        -0.001661,         0.002057,        -0.807798,         0.000000,         0.232485,         0.174321,         0.100645
+  235, 236, 610288.3161, 5176959.211,         0.565485,         3.563390,         0.158693,        -0.001521,         0.000929,        -1.637922,         0.116481,         0.031514,         3.696125,         0.156162,         0.350502,         0.445539,         1.153655,         2.817247,         0.409497,        -0.021442,         0.037843,        -0.566600,        -0.000770,         0.002565,        -0.299979,         0.000000,         0.651647,         0.264713,         0.081871
+  236, 237, 602866.8612, 5198870.173,         2.708371,         4.953613,         0.546746,        -0.004610,         0.001287,        -3.580585,         0.038426,         0.043932,         0.874677,         0.872640,         0.523710,         1.666266,        -2.605235,         3.793023,        -0.686849,         0.026742,         0.052099,         0.513302,        -0.003477,         0.003410,        -1.019618,         0.000000,         0.103424,         0.387678,         0.112031
+  237, 238, 623024.8193, 5194185.201,         1.073542,         3.213316,         0.334092,        -0.002088,         0.000782,        -2.668031,         0.030088,         0.028506,         1.055490,         0.290134,         0.299091,         0.970053,        -1.602258,         2.519033,        -0.636061,         0.017474,         0.034279,         0.509767,        -0.002066,         0.002390,        -0.864527,         0.000000,         0.814780,         0.150391,         0.041135
+  238, 239, 620219.8678, 5189947.304,         0.736237,         2.733277,         0.269361,        -0.002030,         0.000659,        -3.079127,         0.048870,         0.024285,         2.012325,         0.225528,         0.251335,         0.897320,        -1.158456,         2.160873,        -0.536105,         0.011892,         0.029329,         0.405461,        -0.001122,         0.001958,        -0.572980,         0.000000,         0.860941,         0.181903,         0.062664
diff --git a/pysal/examples/clearwater/clearwater_BS_F_summary.txt b/pysal/examples/clearwater/clearwater_BS_F_summary.txt
new file mode 100755
index 0000000..4a38289
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_BS_F_summary.txt
@@ -0,0 +1,173 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 2:12:16 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\clearwater_BS_F.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\clearwater\clearwater\landslides.csv
+Number of areas/points: 239
+
+Model settings---------------------------------
+Model type: Logistic
+Geographic kernel: fixed bi-square
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 7
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: UserID
+Easting (x-coord): field2 : X
+Northing (y-coord): field3: Y
+Cartesian coordinates: Euclidean distance
+Dependent variable: field9: Landslid
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field4: Elev
+Independent variable with varying (Local) coefficient: field5: Slope
+Independent variable with varying (Local) coefficient: field6: SinAspct
+Independent variable with varying (Local) coefficient: field7: CosAspct
+Independent variable with varying (Local) coefficient: field8: AbsSouth
+Independent variable with varying (Local) coefficient: field10: DistStrm
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   7
+Deviance:                            264.959861
+Classic AIC:                         278.959861
+AICc:                                279.444709
+BIC/MDL:                             303.295106
+Percent deviance explained             0.186174
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   0.491477        2.249648        0.218469        1.634730
+Elev                       -0.002408        0.000548       -4.394976        0.997595
+Slope                       0.076097        0.019801        3.842994        1.079067
+SinAspct                    0.083827        0.213948        0.391807        1.087440
+CosAspct                   -1.191339        1.747013       -0.681929        0.303814
+AbsSouth                    0.008819        0.023743        0.371420        1.008858
+DistStrm                   -0.001732        0.001605       -1.078779        0.998270
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 7414.12203822248,  39427.5660570219
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:  7414.122 Criterion:    286.000
+  p1            Bandwidth: 19642.170 Criterion:    275.989
+  p2            Bandwidth: 27199.519 Criterion:    277.538
+  pU            Bandwidth: 39427.566 Criterion:    278.558
+ iter    1 (p1) Bandwidth: 19642.170 Criterion:    275.989 Diff:   7557.349
+ iter    2 (p2) Bandwidth: 19642.170 Criterion:    275.989 Diff:   4670.699
+ iter    3 (p1) Bandwidth: 19642.170 Criterion:    275.989 Diff:   2886.650
+ iter    4 (p2) Bandwidth: 19642.170 Criterion:    275.989 Diff:   1784.048
+Best bandwidth size 19642.170
+Minimum AICc      275.989
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                19642.169556
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           599444.687500   632987.750000    33543.062500
+Y-coord          5172366.500000  5201169.128000    28802.628000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         22.450210
+Effective number of parameters (variance: trace(S'WSW^-1)):                0.276740
+Degree of freedom (model: n - trace(S)):                                 216.549790
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           194.376319
+Deviance:                            226.203496
+Classic AIC:                         271.103916
+AICc:                                275.988747
+BIC/MDL:                             349.151253
+Percent deviance explained             0.305215
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\clearwater_BS_F_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   1.419798        1.209409
+Elev                       -0.002684        0.001269
+Slope                       0.067124        0.033621
+SinAspct                    0.126945        0.320483
+CosAspct                   -0.850236        1.475146
+AbsSouth                    0.004802        0.017283
+DistStrm                   -0.000926        0.001670
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  -1.875538        5.601441        7.476978
+Elev                       -0.010165       -0.000721        0.009444
+Slope                       0.003541        0.140436        0.136895
+SinAspct                   -1.401238        1.019611        2.420849
+CosAspct                   -5.802768        2.280865        8.083634
+AbsSouth                   -0.040024        0.053497        0.093521
+DistStrm                   -0.005188        0.008572        0.013760
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   0.518742        1.413040        2.277932
+Elev                       -0.003166       -0.002238       -0.001852
+Slope                       0.035822        0.070416        0.087936
+SinAspct                    0.019086        0.149218        0.343557
+CosAspct                   -1.602258       -0.745542        0.254795
+AbsSouth                   -0.007011        0.003997        0.015836
+DistStrm                   -0.001969       -0.000893       -0.000285
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   1.759190        1.304070
+Elev                        0.001314        0.000974
+Slope                       0.052114        0.038632
+SinAspct                    0.324471        0.240527
+CosAspct                    1.857054        1.376615
+AbsSouth                    0.022847        0.016936
+DistStrm                    0.001683        0.001248
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model              264.960    232.000             1.142
+GWR model                 226.203    194.376             1.164
+Difference                 38.756     37.624             1.030
+
+*****************************************************************************
+Program terminated at 7/25/2016 2:12:25 AM
diff --git a/pysal/examples/clearwater/clearwater_BS_NN.ctl b/pysal/examples/clearwater/clearwater_BS_NN.ctl
new file mode 100755
index 0000000..e0753d9
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_BS_NN.ctl
@@ -0,0 +1,42 @@
+
+C:\Users\IEUser\Desktop\clearwater\clearwater\landslides.csv
+FORMAT/DELIMITER: 1
+Number_of_fields: 10
+Number_of_areas: 239
+Fields
+AreaKey 001 UserID
+X 002 X
+Y 003 Y
+Gmetric 0
+Dependent 009 Landslid
+Offset 
+Independent_geo 7
+000 Intercept
+004 Elev
+005 Slope
+006 SinAspct
+007 CosAspct
+008 AbsSouth
+010 DistStrm
+Independent_fix 0
+Unused_fields 0
+MODELTYPE: 2
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 2
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\clearwater_BS_NN_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\clearwater_BS_NN_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/clearwater/clearwater_BS_NN_listwise.csv b/pysal/examples/clearwater/clearwater_BS_NN_listwise.csv
new file mode 100755
index 0000000..36ef251
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_BS_NN_listwise.csv
@@ -0,0 +1,240 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_Elev, se_Elev, t_Elev, est_Slope, se_Slope, t_Slope, est_SinAspct, se_SinAspct, t_SinAspct, est_CosAspct, se_CosAspct, t_CosAspct, est_AbsSouth, se_AbsSouth, t_AbsSouth, est_DistStrm, se_DistStrm, t_DistStrm, y, yhat, localpdev, Ginfluence
+    0, 1, 616168.5625, 5201076.5,         2.635498,         3.923972,         0.671640,        -0.001538,         0.000865,        -1.777497,         0.014891,         0.032310,         0.460867,         0.423446,         0.357511,         1.184430,        -0.265370,         2.951672,        -0.089905,        -0.001754,         0.041007,        -0.042783,        -0.003775,         0.002517,        -1.499898,         1.000000,         0.760351,         0.143657,         0.069225
+    1, 2, 624923.8125, 5201008.5,         1.427987,         3.838231,         0.372043,        -0.001893,         0.000928,        -2.040076,         0.017314,         0.033313,         0.519740,         0.347142,         0.350817,         0.989523,        -1.740027,         2.920142,        -0.595871,         0.017706,         0.040001,         0.442635,        -0.003933,         0.002710,        -1.451101,         1.000000,         0.581256,         0.159342,         0.145306
+    2, 3, 615672, 5199187.5,         3.096499,         3.956576,         0.782621,        -0.001474,         0.000855,        -1.724830,         0.015048,         0.032031,         0.469806,         0.433967,         0.357399,         1.214236,         0.237002,         2.980343,         0.079522,        -0.008147,         0.041426,        -0.196658,        -0.003430,         0.002485,        -1.380130,         1.000000,         0.647884,         0.135514,         0.125463
+    3, 4, 615209.3125, 5199112,         3.255989,         3.981938,         0.817690,        -0.001508,         0.000853,        -1.767421,         0.014990,         0.032047,         0.467744,         0.449009,         0.359899,         1.247595,         0.341254,         3.000505,         0.113732,        -0.009723,         0.041755,        -0.232861,        -0.003376,         0.002489,        -1.356498,         1.000000,         0.571610,         0.139164,         0.125551
+    4, 5, 616354.6875, 5198945.5,         2.909698,         3.864668,         0.752897,        -0.001462,         0.000844,        -1.732088,         0.015818,         0.031420,         0.503446,         0.415406,         0.349491,         1.188603,         0.114237,         2.912056,         0.039229,        -0.006144,         0.040380,        -0.152148,        -0.003392,         0.002449,        -1.385211,         1.000000,         0.603209,         0.131697,         0.101817
+    5, 6, 614559, 5198855,         3.437230,         3.937896,         0.872859,        -0.001617,         0.000838,        -1.928702,         0.015744,         0.031446,         0.500674,         0.470046,         0.358182,         1.312309,         0.421195,         2.971637,         0.141738,        -0.010924,         0.041372,        -0.264049,        -0.003213,         0.002463,        -1.304534,         1.000000,         0.613763,         0.147672,         0.060868
+    6, 7, 618648.5, 5198468,         2.226028,         3.786668,         0.587859,        -0.001377,         0.000865,        -1.591868,         0.016848,         0.031653,         0.532280,         0.368009,         0.343421,         1.071595,        -0.376417,         2.861462,        -0.131547,         0.000951,         0.039432,         0.024116,        -0.003471,         0.002459,        -1.411552,         1.000000,         0.643295,         0.120973,         0.120280
+    7, 8, 622724.0625, 5197661,         1.473118,         3.682271,         0.400057,        -0.001751,         0.000888,        -1.972659,         0.018824,         0.031765,         0.592601,         0.347886,         0.339700,         1.024099,        -1.373343,         2.818974,        -0.487178,         0.014034,         0.038560,         0.363958,        -0.003231,         0.002570,        -1.257061,         1.000000,         0.736228,         0.144558,         0.067211
+    8, 9, 622363.4375, 5196686.5,         1.476410,         3.648487,         0.404664,        -0.001737,         0.000880,        -1.973596,         0.019396,         0.031451,         0.616706,         0.346924,         0.337373,         1.028308,        -1.294633,         2.799834,        -0.462397,         0.013349,         0.038277,         0.348759,        -0.002949,         0.002546,        -1.158229,         1.000000,         0.730146,         0.141270,         0.042555
+    9, 10, 622308.125, 5196407.5,         1.473834,         3.637606,         0.405166,        -0.001741,         0.000878,        -1.984190,         0.019610,         0.031360,         0.625317,         0.346425,         0.336662,         1.029002,        -1.282241,         2.793900,        -0.458943,         0.013281,         0.038188,         0.347784,        -0.002858,         0.002542,        -1.124301,         1.000000,         0.700835,         0.140940,         0.091013
+   10, 11, 616650.125, 5195894,         3.135481,         3.732608,         0.840024,        -0.001303,         0.000826,        -1.578105,         0.020213,         0.030165,         0.670083,         0.389603,         0.336907,         1.156414,         0.675176,         2.842177,         0.237556,        -0.012377,         0.039207,        -0.315692,        -0.002668,         0.002361,        -1.129889,         1.000000,         0.650630,         0.110968,         0.058183
+   11, 12, 616583.3125, 5195804,         3.173053,         3.728522,         0.851022,        -0.001303,         0.000824,        -1.580186,         0.020429,         0.030102,         0.678667,         0.390338,         0.336574,         1.159739,         0.716758,         2.840002,         0.252380,        -0.012915,         0.039175,        -0.329664,        -0.002636,         0.002358,        -1.118259,         1.000000,         0.547284,         0.110790,         0.152110
+   12, 13, 615594.5625, 5195718,         3.662616,         3.752704,         0.975994,        -0.001374,         0.000814,        -1.687082,         0.020554,         0.029883,         0.687826,         0.417554,         0.338687,         1.232862,         1.063791,         2.853182,         0.372844,        -0.017929,         0.039430,        -0.454704,        -0.002544,         0.002343,        -1.086170,         1.000000,         0.667367,         0.117397,         0.093650
+   13, 14, 620206.75, 5194831,         1.721018,         3.576292,         0.481230,        -0.001466,         0.000853,        -1.719864,         0.021774,         0.030390,         0.716491,         0.338503,         0.329686,         1.026745,        -0.614449,         2.753925,        -0.223117,         0.005515,         0.037654,         0.146455,        -0.002288,         0.002422,        -0.944698,         1.000000,         0.700192,         0.116929,         0.061732
+   14, 15, 630007.1875, 5194813.5,         1.483986,         3.690592,         0.402100,        -0.003193,         0.000957,        -3.337120,         0.025581,         0.033579,         0.761814,         0.239948,         0.341388,         0.702860,        -2.805936,         2.874073,        -0.976293,         0.029846,         0.039071,         0.763907,        -0.002052,         0.002963,        -0.692521,         1.000000,         0.555283,         0.252738,         0.111989
+   15, 16, 627247, 5194165,         1.472082,         3.641635,         0.404237,        -0.002894,         0.000925,        -3.130668,         0.023126,         0.032771,         0.705697,         0.287822,         0.339244,         0.848423,        -2.456646,         2.836733,        -0.866013,         0.026652,         0.038610,         0.690292,        -0.001973,         0.002889,        -0.682715,         1.000000,         0.792276,         0.226169,         0.098239
+   16, 17, 621390.75, 5193554,         1.514454,         3.536606,         0.428222,        -0.001762,         0.000854,        -2.063266,         0.022781,         0.030473,         0.747580,         0.328747,         0.329531,         0.997620,        -1.000373,         2.741413,        -0.364912,         0.010798,         0.037395,         0.288757,        -0.001636,         0.002502,        -0.653791,         1.000000,         0.686355,         0.133757,         0.049777
+   17, 18, 618200.875, 5193368,         2.370649,         3.579893,         0.662212,        -0.001218,         0.000844,        -1.443295,         0.026320,         0.029690,         0.886467,         0.328006,         0.326662,         1.004115,         0.414803,         2.767572,         0.149880,        -0.007304,         0.037859,        -0.192917,        -0.001608,         0.002363,        -0.680312,         1.000000,         0.853838,         0.094682,         0.060190
+   18, 19, 621822.375, 5193318.5,         1.518697,         3.562136,         0.426344,        -0.001876,         0.000862,        -2.175228,         0.022238,         0.030771,         0.722672,         0.331395,         0.332587,         0.996416,        -1.122725,         2.762568,        -0.406406,         0.012357,         0.037681,         0.327943,        -0.001511,         0.002557,        -0.591143,         1.000000,         0.569978,         0.140046,         0.080040
+   19, 20, 606497.125, 5193203.5,         3.442886,         3.943143,         0.873132,        -0.003603,         0.000960,        -3.752308,         0.045482,         0.032671,         1.392140,         0.531484,         0.388099,         1.369453,        -0.630700,         3.000510,        -0.210198,         0.002130,         0.041116,         0.051804,        -0.001767,         0.002625,        -0.673065,         1.000000,         0.738316,         0.314315,         0.154655
+   20, 21, 599814.4375, 5191332,         2.694172,         4.318630,         0.623849,        -0.004467,         0.001128,        -3.959894,         0.079121,         0.036245,         2.182920,         0.225077,         0.424790,         0.529855,        -1.115682,         3.280145,        -0.340132,         0.009201,         0.044836,         0.205207,        -0.001406,         0.002631,        -0.534292,         1.000000,         0.935377,         0.387939,         0.053007
+   21, 22, 622664.625, 5191268,         1.528553,         3.507914,         0.435744,        -0.002421,         0.000865,        -2.799403,         0.024311,         0.031117,         0.781278,         0.291009,         0.330504,         0.880499,        -1.490706,         2.759233,        -0.540261,         0.017229,         0.037482,         0.459669,        -0.000283,         0.002740,        -0.103361,         1.000000,         0.793079,         0.175443,         0.173175
+   22, 23, 604957.75, 5191129.5,         2.912672,         3.935232,         0.740153,        -0.003819,         0.000986,        -3.875038,         0.062423,         0.032995,         1.891894,         0.344156,         0.389855,         0.882779,        -0.748419,         3.001621,        -0.249338,         0.004476,         0.040993,         0.109191,        -0.001359,         0.002498,        -0.544056,         1.000000,         0.866901,         0.334276,         0.118871
+   23, 24, 605312.5, 5190803.5,         2.958848,         3.921013,         0.754613,        -0.003777,         0.000980,        -3.853407,         0.062324,         0.032945,         1.891747,         0.331122,         0.389783,         0.849503,        -0.654612,         2.993648,        -0.218667,         0.003357,         0.040848,         0.082172,        -0.001258,         0.002493,        -0.504627,         1.000000,         0.788923,         0.329091,         0.120376
+   24, 25, 619922.3125, 5190778.5,         1.685552,         3.551023,         0.474667,        -0.001675,         0.000865,        -1.936111,         0.030719,         0.030246,         1.015610,         0.251393,         0.331340,         0.758715,        -0.299404,         2.782582,        -0.107599,         0.003148,         0.037792,         0.083311,         0.000251,         0.002608,         0.096137,         1.000000,         0.760183,         0.119746,         0.088686
+   25, 26, 620032.5, 5190592,         1.698664,         3.574827,         0.475174,        -0.001726,         0.000871,        -1.980149,         0.030628,         0.030439,         1.006190,         0.245033,         0.334207,         0.733177,        -0.322690,         2.803311,        -0.115110,         0.003515,         0.038056,         0.092359,         0.000433,         0.002659,         0.162957,         1.000000,         0.791771,         0.122024,         0.117923
+   26, 27, 611927.3125, 5189356.5,         3.964166,         3.812293,         1.039838,        -0.001794,         0.000861,        -2.083671,         0.054849,         0.030233,         1.814209,         0.305511,         0.359316,         0.850256,         2.141525,         2.945589,         0.727028,        -0.031055,         0.040186,        -0.772772,         0.000063,         0.002407,         0.026016,         1.000000,         0.845009,         0.148942,         0.086533
+   27, 28, 604447.4375, 5189277,         2.824505,         4.036573,         0.699728,        -0.004003,         0.001035,        -3.866647,         0.073806,         0.034290,         2.152427,         0.166859,         0.406494,         0.410483,        -0.609712,         3.097569,        -0.196836,         0.003204,         0.042122,         0.076073,        -0.000936,         0.002498,        -0.374843,         1.000000,         0.954216,         0.340767,         0.043379
+   28, 29, 625240.6875, 5188786.5,         1.494862,         3.485399,         0.428893,        -0.003644,         0.000956,        -3.812404,         0.031481,         0.032780,         0.960367,         0.091125,         0.332127,         0.274367,        -2.629508,         2.791594,        -0.941938,         0.029229,         0.037442,         0.780635,         0.001019,         0.002699,         0.377379,         1.000000,         0.856897,         0.282085,         0.055583
+   29, 30, 615202.125, 5187595.5,         1.703396,         3.396273,         0.501549,        -0.001256,         0.000865,        -1.452298,         0.067451,         0.028964,         2.328805,         0.114122,         0.334585,         0.341087,         1.203970,         2.681979,         0.448911,        -0.016874,         0.036180,        -0.466375,         0.000629,         0.002507,         0.250831,         1.000000,         0.728503,         0.138389,         0.056968
+   30, 31, 625293, 5186286.5,         1.198493,         3.525579,         0.339942,        -0.003905,         0.000994,        -3.928474,         0.046023,         0.032802,         1.403059,        -0.133774,         0.340760,        -0.392574,        -2.766627,         2.829861,        -0.977655,         0.029496,         0.037747,         0.781408,         0.001666,         0.002397,         0.694952,         1.000000,         0.494774,         0.335302,         0.095101
+   31, 32, 606734.9375, 5185860,         1.821205,         3.726578,         0.488707,        -0.003035,         0.000942,        -3.221646,         0.086719,         0.031625,         2.742085,        -0.056947,         0.367303,        -0.155041,         0.017326,         2.908127,         0.005958,        -0.003772,         0.039415,        -0.095691,        -0.000170,         0.002243,        -0.075977,         1.000000,         0.305956,         0.276373,         0.106042
+   32, 33, 608376.25, 5185400.5,         1.326800,         3.657622,         0.362749,        -0.002423,         0.000918,        -2.640299,         0.086173,         0.030662,         2.810400,        -0.024841,         0.355853,        -0.069808,         0.223029,         2.842312,         0.078467,        -0.006127,         0.038582,        -0.158814,         0.000061,         0.002161,         0.028082,         1.000000,         0.740572,         0.240672,         0.072887
+   33, 34, 609096.75, 5185224.5,         1.070842,         3.626331,         0.295296,        -0.002148,         0.000913,        -2.352595,         0.086411,         0.030250,         2.856570,        -0.000936,         0.351992,        -0.002659,         0.297448,         2.812756,         0.105750,        -0.006983,         0.038210,        -0.182767,         0.000156,         0.002139,         0.072901,         1.000000,         0.889653,         0.226771,         0.079715
+   34, 35, 609181.5625, 5185170.5,         1.027362,         3.622306,         0.283621,        -0.002110,         0.000914,        -2.309481,         0.086680,         0.030214,         2.868851,         0.001491,         0.351588,         0.004240,         0.305948,         2.809565,         0.108895,        -0.007092,         0.038167,        -0.185811,         0.000165,         0.002138,         0.077348,         1.000000,         0.863981,         0.225387,         0.072693
+   35, 36, 616571.25, 5184687.5,         0.648840,         3.467911,         0.187098,        -0.001558,         0.000897,        -1.736286,         0.082828,         0.030458,         2.719427,         0.095812,         0.356602,         0.268679,         0.475347,         2.784627,         0.170704,        -0.007499,         0.037379,        -0.200621,        -0.000101,         0.002897,        -0.034849,         1.000000,         0.642242,         0.211168,         0.142191
+   36, 37, 621072.5625, 5184409.5,         1.084142,         3.653228,         0.296763,        -0.002683,         0.000905,        -2.964061,         0.068140,         0.031891,         2.136696,        -0.165713,         0.342990,        -0.483143,        -0.765934,         2.958389,        -0.258902,         0.006862,         0.039690,         0.172892,         0.000970,         0.002583,         0.375424,         1.000000,         0.929345,         0.297725,         0.055329
+   37, 38, 619478.6875, 5184344.5,         0.936403,         3.566382,         0.262564,        -0.002192,         0.000882,        -2.485486,         0.074158,         0.031260,         2.372301,        -0.066810,         0.344993,        -0.193657,        -0.202332,         2.887691,        -0.070067,         0.000440,         0.038740,         0.011367,         0.000417,         0.002678,         0.155858,         1.000000,         0.919342,         0.266490,         0.039537
+   38, 39, 620614.4375, 5184022.5,         0.949079,         3.603200,         0.263399,        -0.002508,         0.000894,        -2.804227,         0.072985,         0.031787,         2.296076,        -0.148032,         0.341448,        -0.433542,        -0.586161,         2.917008,        -0.200946,         0.004587,         0.039136,         0.117205,         0.000615,         0.002688,         0.228810,         1.000000,         0.914635,         0.297394,         0.080394
+   39, 40, 621050.375, 5181352,         0.136398,         3.467533,         0.039336,        -0.002385,         0.000898,        -2.657038,         0.090033,         0.032467,         2.773079,        -0.205433,         0.337805,        -0.608141,        -0.875823,         2.784899,        -0.314490,         0.006229,         0.037351,         0.166769,        -0.000370,         0.003186,        -0.116189,         1.000000,         0.794366,         0.349396,         0.070534
+   40, 41, 614195.125, 5180384,        -0.862958,         3.559435,        -0.242442,        -0.001213,         0.000958,        -1.266423,         0.114138,         0.032377,         3.525271,         0.314397,         0.369737,         0.850327,         0.214326,         2.831283,         0.075699,        -0.007029,         0.037730,        -0.186305,        -0.001875,         0.003175,        -0.590465,         1.000000,         0.596768,         0.265219,         0.088881
+   41, 42, 609198.875, 5179613,         0.623375,         3.610207,         0.172670,        -0.001541,         0.000966,        -1.594636,         0.110823,         0.031729,         3.492806,         0.123448,         0.355665,         0.347090,         1.071765,         2.845247,         0.376686,        -0.019533,         0.038195,        -0.511393,        -0.000418,         0.002472,        -0.169204,         1.000000,         0.726982,         0.268439,         0.078657
+   42, 43, 604451.25, 5179395.5,         2.325119,         3.644665,         0.637951,        -0.002630,         0.000977,        -2.692291,         0.109402,         0.033106,         3.304574,        -0.095451,         0.366508,        -0.260435,         1.439196,         2.905741,         0.495294,        -0.024555,         0.039026,        -0.629204,         0.000106,         0.002485,         0.042621,         1.000000,         0.412018,         0.304152,         0.084343
+   43, 44, 603796.8125, 5179261.5,         2.481326,         3.660624,         0.677842,        -0.002753,         0.000984,        -2.798223,         0.109670,         0.033393,         3.284208,        -0.112472,         0.369629,        -0.304284,         1.460785,         2.921777,         0.499965,        -0.024902,         0.039235,        -0.634689,         0.000135,         0.002501,         0.053807,         1.000000,         0.423821,         0.309386,         0.136438
+   44, 45, 604303.875, 5179093,         2.366898,         3.649932,         0.648477,        -0.002629,         0.000977,        -2.691018,         0.109940,         0.033212,         3.310259,        -0.093255,         0.367277,        -0.253910,         1.489480,         2.911820,         0.511529,        -0.025297,         0.039102,        -0.646947,         0.000113,         0.002495,         0.045377,         1.000000,         0.303723,         0.305500,         0.098435
+   45, 46, 603182.25, 5179006.5,         2.620413,         3.674205,         0.713192,        -0.002847,         0.000989,        -2.879081,         0.110085,         0.033647,         3.271707,        -0.123603,         0.372341,        -0.331962,         1.499243,         2.935744,         0.510686,        -0.025493,         0.039417,        -0.646741,         0.000160,         0.002517,         0.063525,         1.000000,         0.524220,         0.314035,         0.091274
+   46, 47, 604138.1875, 5178967.5,         2.410204,         3.651609,         0.660039,        -0.002651,         0.000977,        -2.713207,         0.110109,         0.033267,         3.309899,        -0.095123,         0.367839,        -0.258600,         1.509762,         2.914345,         0.518045,        -0.025597,         0.039133,        -0.654092,         0.000120,         0.002499,         0.048101,         1.000000,         0.708822,         0.306862,         0.089146
+   47, 48, 609056.4375, 5174873.5,         0.294735,         3.922321,         0.075143,        -0.001282,         0.001029,        -1.246050,         0.124116,         0.035278,         3.518247,         0.218844,         0.383193,         0.571106,         1.308390,         3.102212,         0.421760,        -0.024546,         0.041554,        -0.590706,        -0.000943,         0.002847,        -0.331120,         1.000000,         0.853189,         0.294444,         0.091297
+   48, 49, 609711.4375, 5173720,         0.014801,         3.916567,         0.003779,        -0.001203,         0.001019,        -1.181262,         0.126981,         0.035412,         3.585878,         0.227861,         0.382087,         0.596359,         1.188284,         3.097095,         0.383677,        -0.023376,         0.041489,        -0.563420,        -0.001189,         0.002907,        -0.408977,         1.000000,         0.804227,         0.302049,         0.086684
+   49, 50, 611671, 5172366.5,        -0.483625,         3.778495,        -0.127994,        -0.001129,         0.000972,        -1.161782,         0.130219,         0.034482,         3.776410,         0.179347,         0.366064,         0.489933,         0.850502,         2.983434,         0.285075,        -0.019330,         0.040026,        -0.482927,        -0.001628,         0.002947,        -0.552361,         1.000000,         0.770313,         0.318033,         0.092872
+   50, 51, 619304.9375, 5182670.5,         0.317150,         3.488560,         0.090911,        -0.002071,         0.000885,        -2.339343,         0.087560,         0.031936,         2.741703,        -0.076456,         0.342569,        -0.223184,        -0.334553,         2.823129,        -0.118504,         0.001234,         0.037858,         0.032596,        -0.000521,         0.003076,        -0.169324,         1.000000,         0.778006,         0.301328,         0.063124
+   51, 52, 628210.9375, 5178956.5,         0.383896,         3.765654,         0.101947,        -0.003895,         0.001090,        -3.573118,         0.080190,         0.035117,         2.283544,        -0.431134,         0.384882,        -1.120170,        -2.885126,         3.016463,        -0.956460,         0.025338,         0.040187,         0.630499,         0.001770,         0.003070,         0.576747,         1.000000,         0.579096,         0.420003,         0.086617
+   52, 53, 610556, 5177523,        -0.150423,         3.766907,        -0.039933,        -0.001206,         0.001004,        -1.201253,         0.119737,         0.033528,         3.571275,         0.259225,         0.372540,         0.695832,         0.925686,         2.971082,         0.311565,        -0.018496,         0.039710,        -0.465765,        -0.001076,         0.002770,        -0.388435,         1.000000,         0.726027,         0.279414,         0.108482
+   53, 54, 614326.9375, 5181429.5,        -0.698655,         3.518687,        -0.198555,        -0.001252,         0.000951,        -1.316771,         0.109179,         0.031850,         3.427950,         0.287931,         0.369269,         0.779733,         0.228850,         2.801870,         0.081678,        -0.006378,         0.037401,        -0.170520,        -0.001655,         0.003175,        -0.521054,         1.000000,         0.868224,         0.249982,         0.075945
+   54, 55, 613786, 5182701,        -0.344315,         3.426378,        -0.100490,        -0.001297,         0.000923,        -1.405138,         0.100938,         0.030262,         3.335435,         0.218146,         0.358404,         0.608659,         0.328883,         2.717018,         0.121046,        -0.007056,         0.036435,        -0.193663,        -0.000819,         0.002807,        -0.291821,         1.000000,         0.697328,         0.226662,         0.112593
+   55, 56, 615805.1875, 5184686.5,         0.446246,         3.475578,         0.128395,        -0.001406,         0.000911,        -1.543841,         0.086366,         0.030771,         2.806770,         0.115534,         0.360585,         0.320405,         0.554732,         2.790004,         0.198828,        -0.008449,         0.037459,        -0.225556,        -0.000203,         0.003021,        -0.067088,         1.000000,         0.540050,         0.200111,         0.085415
+   56, 57, 615976.875, 5185383.5,         0.762097,         3.428940,         0.222255,        -0.001434,         0.000886,        -1.618314,         0.079738,         0.029834,         2.672675,         0.102364,         0.349441,         0.292936,         0.618513,         2.742228,         0.225551,        -0.009259,         0.036856,        -0.251232,         0.000258,         0.002772,         0.093142,         1.000000,         0.618497,         0.189748,         0.085749
+   57, 58, 613550.1875, 5185263.5,         0.340901,         3.426489,         0.099490,        -0.001289,         0.000890,        -1.447693,         0.085670,         0.029601,         2.894202,         0.120359,         0.350163,         0.343724,         0.574785,         2.711259,         0.211999,        -0.009294,         0.036586,        -0.254032,         0.000525,         0.002633,         0.199539,         1.000000,         0.512036,         0.180730,         0.098786
+   58, 59, 626416.5, 5178311,         0.101005,         3.661524,         0.027586,        -0.003372,         0.001014,        -3.325743,         0.086504,         0.034107,         2.536239,        -0.384469,         0.367481,        -1.046228,        -2.334348,         2.927160,        -0.797479,         0.019529,         0.039127,         0.499123,         0.001147,         0.003188,         0.359892,         1.000000,         0.784923,         0.412870,         0.054114
+   59, 60, 626512.0625, 5178199.5,         0.093545,         3.664117,         0.025530,        -0.003376,         0.001015,        -3.325607,         0.086691,         0.034129,         2.540064,        -0.385360,         0.367996,        -1.047185,        -2.345248,         2.929714,        -0.800504,         0.019586,         0.039155,         0.500209,         0.001156,         0.003193,         0.362113,         1.000000,         0.679652,         0.413445,         0.072492
+   60, 61, 604347.25, 5190509.5,         2.842389,         4.004367,         0.709822,        -0.003956,         0.001016,        -3.894862,         0.067818,         0.033732,         2.010507,         0.279826,         0.399034,         0.701259,        -0.770295,         3.057233,        -0.251958,         0.004944,         0.041703,         0.118548,        -0.001245,         0.002510,        -0.495997,         1.000000,         0.926746,         0.343535,         0.093201
+   61, 62, 599867.375, 5191765,         2.732864,         4.348501,         0.628461,        -0.004480,         0.001134,        -3.949825,         0.077236,         0.036473,         2.117625,         0.260666,         0.427908,         0.609163,        -1.165697,         3.296031,        -0.353667,         0.009735,         0.045071,         0.215992,        -0.001493,         0.002654,        -0.562478,         1.000000,         0.893480,         0.389099,         0.081812
+   62, 63, 599682, 5191238.5,         2.674862,         4.311381,         0.620419,        -0.004465,         0.001127,        -3.963358,         0.079830,         0.036184,         2.206219,         0.214264,         0.423732,         0.505660,        -1.105992,         3.276631,        -0.337539,         0.009106,         0.044785,         0.203326,        -0.001384,         0.002624,        -0.527208,         1.000000,         0.906869,         0.388046,         0.062173
+   63, 64, 599837.6875, 5191565,         2.689208,         4.319955,         0.622508,        -0.004456,         0.001126,        -3.956699,         0.078148,         0.036223,         2.157419,         0.242882,         0.424542,         0.572104,        -1.145459,         3.278709,        -0.349363,         0.009546,         0.044828,         0.212953,        -0.001455,         0.002634,        -0.552395,         1.000000,         0.915009,         0.387735,         0.067199
+   64, 65, 599704.25, 5191550,         2.676511,         4.319510,         0.619633,        -0.004459,         0.001126,        -3.958431,         0.078565,         0.036213,         2.169533,         0.237993,         0.424181,         0.561065,        -1.145769,         3.279056,        -0.349421,         0.009563,         0.044834,         0.213296,        -0.001448,         0.002632,        -0.550308,         1.000000,         0.919609,         0.388177,         0.061130
+   65, 66, 599500.6875, 5192001,         2.735266,         4.376753,         0.624953,        -0.004508,         0.001142,        -3.946693,         0.077292,         0.036688,         2.106732,         0.269026,         0.430178,         0.625382,        -1.196920,         3.314423,        -0.361125,         0.010093,         0.045333,         0.222634,        -0.001526,         0.002668,        -0.571998,         1.000000,         0.951951,         0.391699,         0.066118
+   66, 67, 599444.6875, 5192084,         2.744534,         4.387294,         0.625564,        -0.004517,         0.001145,        -3.944591,         0.077106,         0.036776,         2.096675,         0.274232,         0.431253,         0.635895,        -1.206227,         3.321019,        -0.363210,         0.010190,         0.045426,         0.224319,        -0.001539,         0.002674,        -0.575619,         1.000000,         0.952593,         0.392393,         0.053704
+   67, 68, 611350.875, 5181951.5,        -0.011921,         3.451019,        -0.003454,        -0.001341,         0.000936,        -1.433207,         0.103153,         0.029881,         3.452162,         0.168940,         0.347862,         0.485653,         0.582407,         2.710595,         0.214863,        -0.011687,         0.036422,        -0.320864,        -0.000438,         0.002361,        -0.185329,         1.000000,         0.632795,         0.237284,         0.124917
+   68, 69, 611738.8125, 5178156,        -0.191405,         3.604875,        -0.053096,        -0.001285,         0.000956,        -1.343587,         0.117391,         0.032020,         3.666140,         0.248004,         0.359188,         0.690457,         0.766823,         2.845465,         0.269489,        -0.015954,         0.038071,        -0.419056,        -0.001172,         0.002718,        -0.431219,         1.000000,         0.852463,         0.280734,         0.068218
+   69, 70, 614974.9375, 5181098.5,        -0.733073,         3.530279,        -0.207653,        -0.001300,         0.000950,        -1.368322,         0.111068,         0.032401,         3.427935,         0.286079,         0.370416,         0.772318,         0.179155,         2.822234,         0.063480,        -0.005809,         0.037636,        -0.154350,        -0.001969,         0.003351,        -0.587627,         1.000000,         0.907914,         0.262630,         0.053975
+   70, 71, 622161.75, 5184993,         1.203115,         3.713694,         0.323967,        -0.003114,         0.000935,        -3.330255,         0.059297,         0.032326,         1.834320,        -0.196472,         0.345406,        -0.568814,        -1.338731,         3.011620,        -0.444522,         0.013785,         0.040376,         0.341424,         0.001561,         0.002445,         0.638538,         1.000000,         0.797030,         0.307763,         0.074902
+   71, 72, 622373.875, 5185006,         1.183205,         3.682715,         0.321286,        -0.003169,         0.000934,        -3.393073,         0.058814,         0.032230,         1.824831,        -0.197325,         0.342506,        -0.576121,        -1.445440,         2.983527,        -0.484474,         0.014918,         0.039992,         0.373022,         0.001536,         0.002439,         0.629567,         1.000000,         0.920745,         0.312216,         0.038949
+   72, 73, 618841.875, 5190456.5,         1.809973,         3.526554,         0.513241,        -0.001425,         0.000867,        -1.643207,         0.035875,         0.029739,         1.206302,         0.220698,         0.328408,         0.672023,         0.208350,         2.762544,         0.075419,        -0.003352,         0.037489,        -0.089413,         0.000371,         0.002553,         0.145144,         1.000000,         0.868171,         0.106338,         0.088325
+   73, 74, 621256.5625, 5190982.5,         1.703215,         3.596863,         0.473528,        -0.002048,         0.000876,        -2.337325,         0.025340,         0.030983,         0.817854,         0.283425,         0.338469,         0.837373,        -0.835613,         2.820291,        -0.296286,         0.009721,         0.038317,         0.253710,         0.000165,         0.002739,         0.060277,         1.000000,         0.754761,         0.140962,         0.072824
+   74, 75, 621393.5, 5190810.5,         1.737269,         3.617477,         0.480243,        -0.002125,         0.000883,        -2.406698,         0.024841,         0.031183,         0.796619,         0.280652,         0.341260,         0.822399,        -0.881691,         2.839363,        -0.310524,         0.010331,         0.038553,         0.267965,         0.000331,         0.002794,         0.118577,         1.000000,         0.743959,         0.144599,         0.093630
+   75, 76, 621240.625, 5191011,         1.695361,         3.592000,         0.471982,        -0.002038,         0.000875,        -2.329649,         0.025431,         0.030946,         0.821782,         0.283855,         0.337888,         0.840086,        -0.832863,         2.816169,        -0.295743,         0.009677,         0.038264,         0.252914,         0.000135,         0.002730,         0.049536,         1.000000,         0.712550,         0.140649,         0.098440
+   76, 77, 621227.875, 5191036.5,         1.688556,         3.587753,         0.470644,        -0.002029,         0.000873,        -2.323330,         0.025506,         0.030915,         0.825032,         0.284265,         0.337386,         0.842553,        -0.831012,         2.812569,        -0.295464,         0.009645,         0.038217,         0.252384,         0.000109,         0.002721,         0.039943,         1.000000,         0.739287,         0.140401,         0.079215
+   77, 78, 616808.1875, 5196888.5,         2.996598,         3.792608,         0.790115,        -0.001334,         0.000836,        -1.596464,         0.018124,         0.030780,         0.588831,         0.393516,         0.341822,         1.151232,         0.432170,         2.875085,         0.150315,        -0.009517,         0.039722,        -0.239597,        -0.002969,         0.002397,        -1.238483,         1.000000,         0.692221,         0.115759,         0.152941
+   78, 79, 624110.9375, 5198004.5,         1.410092,         3.768582,         0.374170,        -0.001921,         0.000916,        -2.098134,         0.017932,         0.032683,         0.548664,         0.351294,         0.347090,         1.012111,        -1.675473,         2.884101,        -0.580934,         0.017552,         0.039449,         0.444923,        -0.003330,         0.002679,        -1.243187,         1.000000,         0.719925,         0.155853,         0.048285
+   79, 80, 623559.375, 5198593.5,         1.441666,         3.729310,         0.386577,        -0.001826,         0.000901,        -2.027198,         0.018330,         0.032261,         0.568186,         0.348622,         0.343322,         1.015438,        -1.539245,         2.850690,        -0.539955,         0.015806,         0.039005,         0.405224,        -0.003453,         0.002623,        -1.316724,         1.000000,         0.570965,         0.151521,         0.126020
+   80, 81, 613834, 5194573,         4.639200,         3.836562,         1.209208,        -0.001495,         0.000819,        -1.824926,         0.023690,         0.029931,         0.791471,         0.474650,         0.345433,         1.374072,         1.873875,         2.926861,         0.640234,        -0.029335,         0.040478,        -0.724712,        -0.002178,         0.002335,        -0.932792,         1.000000,         0.650125,         0.128939,         0.098292
+   81, 82, 631727.1875, 5194571.5,         1.462297,         3.689296,         0.396362,        -0.003424,         0.000978,        -3.501426,         0.027684,         0.034005,         0.814095,         0.192304,         0.341422,         0.563244,        -3.054152,         2.878171,        -1.061143,         0.032244,         0.039072,         0.825251,        -0.001829,         0.002987,        -0.612469,         1.000000,         0.526907,         0.271394,         0.183865
+   82, 83, 626461.0625, 5178181,         0.084765,         3.658874,         0.023167,        -0.003359,         0.001013,        -3.317392,         0.086870,         0.034084,         2.548680,        -0.383198,         0.367307,        -1.043262,        -2.327697,         2.925243,        -0.795728,         0.019404,         0.039098,         0.496279,         0.001134,         0.003195,         0.354893,         1.000000,         0.800307,         0.413073,         0.042855
+   83, 84, 619541.1875, 5184195.5,         0.897789,         3.569288,         0.251532,        -0.002206,         0.000884,        -2.495286,         0.075140,         0.031397,         2.393259,        -0.074481,         0.345250,        -0.215732,        -0.230333,         2.891131,        -0.079669,         0.000702,         0.038784,         0.018106,         0.000363,         0.002711,         0.133858,         1.000000,         0.835487,         0.271427,         0.092580
+   84, 85, 619546.4375, 5185242,         1.165146,         3.603584,         0.323330,        -0.002206,         0.000882,        -2.500487,         0.066326,         0.030916,         2.145339,        -0.048323,         0.346934,        -0.139285,        -0.194175,         2.911712,        -0.066688,         0.000795,         0.039075,         0.020342,         0.000900,         0.002522,         0.356757,         1.000000,         0.890539,         0.242463,         0.078909
+   85, 86, 619245, 5185161,         1.131162,         3.580182,         0.315951,        -0.002122,         0.000880,        -2.412668,         0.068163,         0.030798,         2.213209,        -0.032764,         0.347236,        -0.094356,        -0.091622,         2.890957,        -0.031693,        -0.000477,         0.038795,        -0.012289,         0.000763,         0.002551,         0.298974,         1.000000,         0.501693,         0.239304,         0.201810
+   86, 87, 604237.125, 5190436.5,         2.849473,         4.024036,         0.708113,        -0.003989,         0.001024,        -3.897260,         0.068542,         0.033938,         2.019655,         0.271558,         0.401574,         0.676235,        -0.774134,         3.072205,        -0.251980,         0.005000,         0.041898,         0.119345,        -0.001230,         0.002518,        -0.488396,         1.000000,         0.919585,         0.345540,         0.110565
+   87, 88, 604270, 5190514.5,         2.839491,         4.012221,         0.707711,        -0.003971,         0.001019,        -3.897600,         0.068092,         0.033802,         2.014471,         0.278274,         0.399838,         0.695969,        -0.780105,         3.062877,        -0.254697,         0.005066,         0.041781,         0.121252,        -0.001249,         0.002513,        -0.497024,         1.000000,         0.963192,         0.344706,         0.065594
+   88, 89, 605728.125, 5185079.5,         1.955411,         3.663679,         0.533729,        -0.003146,         0.000947,        -3.320603,         0.091968,         0.031517,         2.918042,        -0.090054,         0.363704,        -0.247602,         0.162559,         2.873139,         0.056579,        -0.006060,         0.038885,        -0.155852,        -0.000186,         0.002276,        -0.081923,         1.000000,         0.730405,         0.293531,         0.076031
+   89, 90, 622842.5, 5184411,         1.092701,         3.642217,         0.300010,        -0.003264,         0.000944,        -3.456996,         0.062736,         0.032364,         1.938462,        -0.240599,         0.342309,        -0.702871,        -1.587915,         2.937611,        -0.540546,         0.015806,         0.039366,         0.401521,         0.001399,         0.002527,         0.553837,         1.000000,         0.896709,         0.334372,         0.108631
+   90, 91, 622878.5625, 5185157,         1.153942,         3.628012,         0.318065,        -0.003306,         0.000936,        -3.530352,         0.056688,         0.032108,         1.765531,        -0.191580,         0.338230,        -0.566419,        -1.708518,         2.933147,        -0.582486,         0.017833,         0.039290,         0.453881,         0.001546,         0.002411,         0.640967,         1.000000,         0.917388,         0.319090,         0.048341
+   91, 92, 622519.1875, 5185380.5,         1.201161,         3.665906,         0.327657,        -0.003221,         0.000931,        -3.458404,         0.055338,         0.032104,         1.723689,        -0.171970,         0.339817,        -0.506067,        -1.572150,         2.971126,        -0.529143,         0.016643,         0.039817,         0.417979,         0.001624,         0.002389,         0.679784,         1.000000,         0.766563,         0.306368,         0.085233
+   92, 93, 607458.6875, 5187394.5,         2.244212,         3.799309,         0.590689,        -0.003066,         0.000930,        -3.297574,         0.075114,         0.032007,         2.346813,         0.053556,         0.377034,         0.142044,         0.001357,         2.940458,         0.000461,        -0.003530,         0.039843,        -0.088608,        -0.000202,         0.002286,        -0.088193,         1.000000,         0.855815,         0.265657,         0.121489
+   93, 94, 609176.4375, 5183983,         0.738444,         3.585361,         0.205961,        -0.001917,         0.000943,        -2.032591,         0.093553,         0.030365,         3.080920,         0.000737,         0.349114,         0.002111,         0.420144,         2.794252,         0.150360,        -0.009054,         0.037856,        -0.239181,         0.000092,         0.002181,         0.042114,         1.000000,         0.494334,         0.232365,         0.095311
+   94, 95, 614673.8125, 5183657,        -0.178049,         3.456025,        -0.051518,        -0.001312,         0.000924,        -1.419753,         0.095733,         0.030878,         3.100330,         0.177695,         0.363020,         0.489491,         0.350922,         2.765748,         0.126881,        -0.006410,         0.037113,        -0.172727,        -0.000661,         0.003082,        -0.214432,         1.000000,         0.444954,         0.211890,         0.095271
+   95, 96, 612678.3125, 5181877,        -0.310303,         3.439084,        -0.090229,        -0.001284,         0.000929,        -1.381486,         0.104294,         0.030136,         3.460768,         0.224115,         0.353718,         0.633599,         0.425853,         2.711947,         0.157029,        -0.009257,         0.036350,        -0.254671,        -0.000761,         0.002566,        -0.296622,         1.000000,         0.817486,         0.237210,         0.091534
+   96, 97, 612185.125, 5182226.5,        -0.215167,         3.432520,        -0.062685,        -0.001293,         0.000929,        -1.391848,         0.102333,         0.029855,         3.427635,         0.195085,         0.350720,         0.556242,         0.452449,         2.701446,         0.167484,        -0.009579,         0.036268,        -0.264134,        -0.000523,         0.002442,        -0.214074,         1.000000,         0.608824,         0.231526,         0.097005
+   97, 98, 614704.125, 5180508.5,        -0.946199,         3.579471,        -0.264340,        -0.001224,         0.000962,        -1.271842,         0.114676,         0.032901,         3.485483,         0.320363,         0.374206,         0.856115,         0.141077,         2.857942,         0.049363,        -0.005840,         0.038052,        -0.153467,        -0.002113,         0.003352,        -0.630329,         1.000000,         0.792510,         0.267790,         0.095172
+   98, 99, 612310.6875, 5178440,        -0.474670,         3.619513,        -0.131142,        -0.001218,         0.000963,        -1.265290,         0.118051,         0.032322,         3.652296,         0.279702,         0.362981,         0.770569,         0.605327,         2.858895,         0.211734,        -0.013690,         0.038189,        -0.358488,        -0.001384,         0.002815,        -0.491817,         1.000000,         0.848723,         0.278671,         0.056137
+   99, 100, 606817.5, 5192300.5,         3.548275,         3.930597,         0.902732,        -0.003568,         0.000956,        -3.733000,         0.047156,         0.032632,         1.445088,         0.500077,         0.387909,         1.289159,        -0.426079,         2.991519,        -0.142429,        -0.000272,         0.040931,        -0.006636,        -0.001516,         0.002613,        -0.580221,         1.000000,         0.473952,         0.308860,         0.167850
+  100, 101, 624374.75, 5190974.5,         1.402878,         3.434385,         0.408480,        -0.002896,         0.000877,        -3.302766,         0.026524,         0.031523,         0.841426,         0.241918,         0.322750,         0.749552,        -2.121333,         2.714641,        -0.781441,         0.024041,         0.036778,         0.653685,        -0.000344,         0.002779,        -0.123832,         1.000000,         0.638739,         0.221432,         0.168238
+  101, 102, 623916.3125, 5190809.5,         1.427433,         3.444504,         0.414409,        -0.002833,         0.000874,        -3.242615,         0.026144,         0.031480,         0.830487,         0.246986,         0.323724,         0.762951,        -2.000017,         2.724611,        -0.734056,         0.022844,         0.036914,         0.618832,        -0.000170,         0.002786,        -0.060907,         1.000000,         0.632238,         0.213738,         0.057120
+  102, 103, 603496.625, 5187957.5,         2.438854,         3.916588,         0.622699,        -0.003930,         0.001011,        -3.887139,         0.083930,         0.033233,         2.525523,         0.035508,         0.390365,         0.090961,        -0.524784,         3.031029,        -0.173137,         0.002465,         0.041216,         0.059797,        -0.000732,         0.002409,        -0.303955,         1.000000,         0.609403,         0.341418,         0.167394
+  103, 104, 604809.1875, 5186498.5,         2.229023,         3.812704,         0.584630,        -0.003602,         0.000981,        -3.669742,         0.087787,         0.032584,         2.694134,        -0.053877,         0.380133,        -0.141733,        -0.208669,         2.974442,        -0.070154,        -0.001281,         0.040334,        -0.031754,        -0.000405,         0.002341,        -0.172987,         1.000000,         0.761314,         0.315508,         0.068809
+  104, 105, 631835.0625, 5190386,         1.376524,         3.614734,         0.380809,        -0.004185,         0.001063,        -3.937786,         0.033018,         0.034988,         0.943691,         0.011185,         0.350895,         0.031876,        -3.727139,         2.861240,        -1.302631,         0.039165,         0.038487,         1.017594,        -0.000019,         0.002958,        -0.006509,         1.000000,         0.766112,         0.324229,         0.082049
+  105, 106, 626710.0625, 5189688.5,         1.536638,         3.502111,         0.438775,        -0.003754,         0.000980,        -3.828696,         0.029146,         0.033387,         0.872969,         0.114422,         0.337817,         0.338709,        -2.928233,         2.788385,        -1.050154,         0.032027,         0.037468,         0.854788,         0.000431,         0.002854,         0.150981,         1.000000,         0.854389,         0.288028,         0.064047
+  106, 107, 623787.75, 5187853,         1.489060,         3.570386,         0.417059,        -0.003496,         0.000943,        -3.709519,         0.034918,         0.032493,         1.074631,         0.046341,         0.333008,         0.139160,        -2.215070,         2.879409,        -0.769279,         0.025021,         0.038580,         0.648547,         0.001694,         0.002572,         0.658524,         1.000000,         0.775787,         0.273454,         0.096754
+  107, 108, 624746.6875, 5187123,         1.357022,         3.538291,         0.383525,        -0.003779,         0.000974,        -3.880417,         0.040233,         0.032684,         1.230960,        -0.047907,         0.336461,        -0.142384,        -2.584210,         2.848683,        -0.907160,         0.028276,         0.038055,         0.743038,         0.001648,         0.002426,         0.679251,         1.000000,         0.857238,         0.310400,         0.070309
+  108, 109, 623421.4375, 5186092.5,         1.257696,         3.612480,         0.348153,        -0.003497,         0.000947,        -3.691380,         0.048162,         0.032241,         1.493814,        -0.125385,         0.336748,        -0.372341,        -2.050566,         2.921811,        -0.701813,         0.022285,         0.039091,         0.570083,         0.001758,         0.002349,         0.748462,         1.000000,         0.753560,         0.308772,         0.184094
+  109, 110, 628172, 5179026.5,         0.389594,         3.762033,         0.103559,        -0.003895,         0.001089,        -3.576379,         0.079981,         0.035084,         2.279681,        -0.429994,         0.384417,        -1.118561,        -2.882587,         3.013090,        -0.956688,         0.025352,         0.040144,         0.631534,         0.001768,         0.003064,         0.576945,         1.000000,         0.458801,         0.419593,         0.091928
+  110, 111, 628290.3125, 5178268.5,         0.311902,         3.803724,         0.081999,        -0.003849,         0.001095,        -3.516380,         0.082911,         0.035409,         2.341500,        -0.440744,         0.388527,        -1.134396,        -2.846593,         3.050428,        -0.933178,         0.024525,         0.040648,         0.603347,         0.001753,         0.003144,         0.557660,         1.000000,         0.587307,         0.423757,         0.065151
+  111, 112, 628201.75, 5179652,         0.454293,         3.724902,         0.121961,        -0.003945,         0.001086,        -3.633460,         0.077227,         0.034806,         2.218817,        -0.418275,         0.380955,        -1.097965,        -2.938162,         2.980576,        -0.985770,         0.026321,         0.039695,         0.663074,         0.001788,         0.002991,         0.597621,         1.000000,         0.540219,         0.415768,         0.139284
+  112, 113, 627275.1875, 5178139.5,         0.168077,         3.714771,         0.045246,        -0.003555,         0.001044,        -3.406926,         0.085210,         0.034578,         2.464286,        -0.406607,         0.375547,        -1.082706,        -2.544992,         2.974056,        -0.855731,         0.021544,         0.039702,         0.542644,         0.001391,         0.003173,         0.438399,         1.000000,         0.807374,         0.417766,         0.062988
+  113, 114, 627294.0625, 5178061.5,         0.157207,         3.712078,         0.042350,        -0.003544,         0.001042,        -3.401024,         0.085438,         0.034554,         2.472627,        -0.405444,         0.375273,        -1.080395,        -2.537366,         2.972031,        -0.853748,         0.021436,         0.039674,         0.540300,         0.001379,         0.003177,         0.433990,         1.000000,         0.730247,         0.417780,         0.050322
+  114, 115, 627254.5625, 5178207,         0.177032,         3.716562,         0.047633,        -0.003563,         0.001045,        -3.411589,         0.085018,         0.034594,         2.457606,        -0.407412,         0.375713,        -1.084370,        -2.550156,         2.975337,        -0.857098,         0.021624,         0.039720,         0.544409,         0.001400,         0.003169,         0.441709,         1.000000,         0.766686,         0.417714,         0.070200
+  115, 116, 627382.125, 5178423.5,         0.234178,         3.748484,         0.062473,        -0.003653,         0.001060,        -3.446512,         0.084106,         0.034874,         2.411707,        -0.419066,         0.379614,        -1.103927,        -2.629334,         3.001509,        -0.876004,         0.022470,         0.040061,         0.560894,         0.001511,         0.003158,         0.478422,         1.000000,         0.661863,         0.419354,         0.073236
+  116, 117, 627075.9375, 5173730.5,        -0.494800,         3.744206,        -0.132151,        -0.002923,         0.001005,        -2.907591,         0.101450,         0.034741,         2.920201,        -0.356011,         0.373557,        -0.953030,        -2.069619,         3.001528,        -0.689522,         0.014802,         0.040096,         0.369157,         0.000711,         0.003534,         0.201101,         1.000000,         0.852499,         0.424023,         0.092208
+  117, 118, 627312.625, 5174101.5,        -0.390852,         3.701555,        -0.105591,        -0.002989,         0.000999,        -2.990511,         0.099030,         0.034332,         2.884505,        -0.356468,         0.370213,        -0.962871,        -2.099818,         2.965989,        -0.707966,         0.015345,         0.039613,         0.387375,         0.000793,         0.003453,         0.229804,         1.000000,         0.632391,         0.421800,         0.110144
+  118, 119, 632987.75, 5176669,         0.523899,         3.991490,         0.131254,        -0.004517,         0.001237,        -3.652607,         0.080851,         0.037569,         2.152070,        -0.507034,         0.422101,        -1.201216,        -3.622472,         3.229144,        -1.121806,         0.031545,         0.042711,         0.738565,         0.002498,         0.003152,         0.792396,         1.000000,         0.594970,         0.436385,         0.209826
+  119, 120, 607952.9375, 5197530,         3.205304,         3.771760,         0.849816,        -0.003101,         0.000889,        -3.486577,         0.031799,         0.031179,         1.019883,         0.593509,         0.372143,         1.594841,        -0.772453,         2.888775,        -0.267398,         0.003707,         0.039788,         0.093166,        -0.002495,         0.002558,        -0.975401,         1.000000,         0.612073,         0.275198,         0.056638
+  120, 121, 608112.125, 5197854,         3.186162,         3.767416,         0.845715,        -0.003058,         0.000885,        -3.453528,         0.030815,         0.031179,         0.988309,         0.593885,         0.371863,         1.597052,        -0.775754,         2.886637,        -0.268740,         0.003750,         0.039781,         0.094273,        -0.002540,         0.002556,        -0.993717,         1.000000,         0.575007,         0.271652,         0.088377
+  121, 122, 608054.25, 5197884.5,         3.170934,         3.767223,         0.841717,        -0.003067,         0.000886,        -3.460361,         0.031014,         0.031196,         0.994178,         0.593554,         0.372043,         1.595391,        -0.792859,         2.886499,        -0.274678,         0.003975,         0.039774,         0.099945,        -0.002542,         0.002557,        -0.994165,         1.000000,         0.590591,         0.272597,         0.064599
+  122, 123, 611576.75, 5184826,         0.044271,         3.579123,         0.012369,        -0.001369,         0.000934,        -1.465979,         0.089918,         0.030285,         2.969062,         0.085709,         0.356241,         0.240593,         0.336711,         2.796098,         0.120422,        -0.006877,         0.037884,        -0.181531,         0.000474,         0.002317,         0.204692,         1.000000,         0.507980,         0.190391,         0.116130
+  123, 124, 619825.375, 5192026,         1.667067,         3.499625,         0.476356,        -0.001541,         0.000846,        -1.822526,         0.027895,         0.029792,         0.936329,         0.291518,         0.324809,         0.897507,        -0.367067,         2.727715,        -0.134570,         0.003519,         0.037143,         0.094730,        -0.000712,         0.002456,        -0.290088,         1.000000,         0.826580,         0.113938,         0.094412
+  124, 125, 621679.25, 5192249,         1.622510,         3.579610,         0.453264,        -0.001969,         0.000868,        -2.267530,         0.022898,         0.030914,         0.740697,         0.320073,         0.335295,         0.954602,        -1.022189,         2.788119,        -0.366623,         0.011531,         0.037989,         0.303547,        -0.000828,         0.002629,        -0.314952,         1.000000,         0.772385,         0.140516,         0.144664
+  125, 126, 621589.375, 5183840.5,         0.981152,         3.615464,         0.271376,        -0.002803,         0.000912,        -3.074620,         0.071278,         0.032078,         2.222034,        -0.207743,         0.340077,        -0.610871,        -0.951902,         2.919424,        -0.326058,         0.008421,         0.039166,         0.214998,         0.000835,         0.002690,         0.310504,         1.000000,         0.630930,         0.321458,         0.112542
+  126, 127, 615753.9375, 5177189,        -1.094045,         3.514385,        -0.311305,        -0.001225,         0.000925,        -1.324392,         0.123883,         0.032983,         3.755991,         0.174315,         0.351801,         0.495492,         0.086018,         2.787891,         0.030854,        -0.007428,         0.037230,        -0.199504,        -0.002407,         0.003248,        -0.741046,         1.000000,         0.793555,         0.319551,         0.193142
+  127, 128, 617433.9375, 5187558.5,         1.538860,         3.530414,         0.435887,        -0.001432,         0.000889,        -1.610002,         0.058116,         0.030070,         1.932711,         0.080913,         0.342729,         0.236084,         0.683878,         2.799932,         0.244248,        -0.009545,         0.037686,        -0.253270,         0.001217,         0.002778,         0.438260,         1.000000,         0.768882,         0.142291,         0.100447
+  128, 129, 618944.0625, 5182883.5,         0.350382,         3.491555,         0.100351,        -0.002008,         0.000885,        -2.268012,         0.087216,         0.031782,         2.744146,        -0.045821,         0.344851,        -0.132871,        -0.228290,         2.826785,        -0.080759,         0.000172,         0.037906,         0.004548,        -0.000529,         0.003059,        -0.173013,         1.000000,         0.839246,         0.290945,         0.047774
+  129, 130, 618740.75, 5182729.5,         0.274594,         3.469669,         0.079141,        -0.001959,         0.000883,        -2.217711,         0.089036,         0.031690,         2.809592,        -0.031293,         0.344246,        -0.090904,        -0.199355,         2.807288,        -0.071013,        -0.000239,         0.037638,        -0.006363,        -0.000665,         0.003095,        -0.214831,         1.000000,         0.803694,         0.290875,         0.039746
+  130, 131, 630063.75, 5199204,         1.471871,         3.862214,         0.381095,        -0.002658,         0.000957,        -2.777464,         0.021257,         0.034065,         0.623994,         0.312080,         0.351526,         0.887785,        -2.458215,         2.970231,        -0.827617,         0.025756,         0.040556,         0.635059,        -0.003313,         0.002943,        -1.125553,         1.000000,         0.580359,         0.214603,         0.090201
+  131, 132, 618442.6875, 5196889.5,         2.329256,         3.752543,         0.620714,        -0.001301,         0.000858,        -1.515978,         0.018437,         0.031191,         0.591091,         0.363483,         0.339856,         1.069520,        -0.110741,         2.850711,        -0.038847,        -0.001985,         0.039231,        -0.050599,        -0.003070,         0.002425,        -1.265625,         1.000000,         0.827096,         0.111531,         0.120716
+  132, 133, 619781.9375, 5196731,         1.916311,         3.733921,         0.513217,        -0.001362,         0.000877,        -1.553570,         0.018570,         0.031541,         0.588754,         0.350950,         0.339853,         1.032650,        -0.531889,         2.842687,        -0.187108,         0.003680,         0.039008,         0.094341,        -0.003051,         0.002464,        -1.238624,         1.000000,         0.702910,         0.114196,         0.084288
+  133, 134, 614509.0625, 5196669,         4.094569,         3.993985,         1.025184,        -0.001443,         0.000839,        -1.720276,         0.017521,         0.031458,         0.556966,         0.467585,         0.357614,         1.307515,         1.236335,         3.021908,         0.409124,        -0.021367,         0.041996,        -0.508789,        -0.002795,         0.002425,        -1.152536,         1.000000,         0.729346,         0.129957,         0.079294
+  134, 135, 614251.5, 5196031.5,         4.271255,         3.932813,         1.086056,        -0.001480,         0.000828,        -1.787610,         0.019136,         0.030817,         0.620956,         0.472651,         0.352684,         1.340153,         1.411206,         2.981908,         0.473256,        -0.023569,         0.041391,        -0.569428,        -0.002588,         0.002388,        -1.083569,         1.000000,         0.632470,         0.131008,         0.064293
+  135, 136, 614192.875, 5195831,         4.353930,         3.943387,         1.104109,        -0.001466,         0.000829,        -1.767970,         0.019559,         0.030860,         0.633802,         0.474040,         0.353147,         1.342330,         1.509785,         2.992170,         0.504579,        -0.024869,         0.041526,        -0.598873,        -0.002544,         0.002388,        -1.065551,         1.000000,         0.646291,         0.129842,         0.086080
+  136, 137, 611343.75, 5196902,         3.980211,         3.800271,         1.047349,        -0.002297,         0.000826,        -2.779312,         0.020861,         0.030324,         0.687951,         0.564401,         0.358181,         1.575740,         0.394854,         2.900025,         0.136155,        -0.011338,         0.040257,        -0.281632,        -0.002476,         0.002445,        -1.012645,         1.000000,         0.662081,         0.201398,         0.062731
+  137, 138, 609543.9375, 5197193.5,         3.509398,         3.711889,         0.945448,        -0.002761,         0.000849,        -3.252714,         0.026807,         0.030380,         0.882396,         0.580213,         0.361724,         1.604019,        -0.301289,         2.843253,        -0.105966,        -0.002291,         0.039260,        -0.058357,        -0.002435,         0.002490,        -0.977773,         1.000000,         0.776154,         0.243548,         0.162866
+  138, 139, 625092.7626, 5173478.679,        -0.857749,         3.687071,        -0.232637,        -0.002471,         0.000970,        -2.547909,         0.108823,         0.034623,         3.143113,        -0.292908,         0.364073,        -0.804532,        -1.680207,         2.945163,        -0.570497,         0.010701,         0.039380,         0.271734,        -0.000040,         0.003642,        -0.010953,         0.000000,         0.458929,         0.416818,         0.164536
+  139, 140, 618090.44, 5188971.513,         1.717270,         3.502185,         0.490342,        -0.001398,         0.000876,        -1.597070,         0.046764,         0.029620,         1.578813,         0.140277,         0.331003,         0.423795,         0.519081,         2.762585,         0.187897,        -0.007295,         0.037334,        -0.195401,         0.001036,         0.002648,         0.391126,         0.000000,         0.823212,         0.119309,         0.107847
+  140, 141, 632977.7664, 5183695.617,         0.891748,         3.721636,         0.239612,        -0.004867,         0.001216,        -4.003466,         0.055472,         0.036420,         1.523112,        -0.350629,         0.393310,        -0.891482,        -4.300951,         2.990292,        -1.438304,         0.042476,         0.039595,         1.072759,         0.002121,         0.002789,         0.760475,         0.000000,         0.119610,         0.400108,         0.087514
+  141, 142, 632561.4182, 5179465.679,         0.702795,         3.885639,         0.180870,        -0.004705,         0.001238,        -3.800967,         0.071839,         0.037027,         1.940196,        -0.471617,         0.413263,        -1.141204,        -3.872170,         3.131422,        -1.236553,         0.035563,         0.041394,         0.859144,         0.002501,         0.002977,         0.839979,         0.000000,         0.046060,         0.425955,         0.080800
+  142, 143, 608853.0017, 5189357.655,         3.508386,         3.861983,         0.908442,        -0.002871,         0.000900,        -3.191166,         0.054582,         0.031902,         1.710917,         0.295020,         0.380248,         0.775862,         0.648555,         2.954545,         0.219511,        -0.012481,         0.040067,        -0.311502,        -0.000213,         0.002498,        -0.085313,         0.000000,         0.599218,         0.239120,         0.102706
+  143, 144, 628464.4041, 5194369.09,         1.469933,         3.652916,         0.402400,        -0.003047,         0.000938,        -3.249318,         0.024532,         0.033090,         0.741358,         0.263109,         0.339252,         0.775557,        -2.630699,         2.846699,        -0.924123,         0.028275,         0.038714,         0.730356,        -0.001989,         0.002922,        -0.680784,         0.000000,         0.465852,         0.240233,         0.128068
+  144, 145, 605923.6846, 5172682.846,         1.509554,         3.923181,         0.384778,        -0.001766,         0.001003,        -1.760033,         0.122763,         0.035866,         3.422779,         0.086717,         0.383770,         0.225961,         1.852270,         3.132155,         0.591372,        -0.031968,         0.042101,        -0.759321,        -0.000315,         0.002761,        -0.114241,         0.000000,         0.275839,         0.307813,         0.116043
+  145, 146, 608895.5408, 5177509.669,         0.535577,         3.774813,         0.141882,        -0.001423,         0.001002,        -1.419385,         0.117444,         0.033590,         3.496402,         0.169021,         0.369983,         0.456834,         1.248716,         2.981937,         0.418760,        -0.022752,         0.039966,        -0.569273,        -0.000612,         0.002655,        -0.230696,         0.000000,         0.635436,         0.281003,         0.124501
+  146, 147, 617500.3155, 5198567.259,         2.587010,         3.823471,         0.676613,        -0.001388,         0.000853,        -1.628662,         0.016292,         0.031520,         0.516870,         0.387199,         0.345676,         1.120121,        -0.080459,         2.884382,        -0.027895,        -0.003158,         0.039864,        -0.079222,        -0.003418,         0.002447,        -1.396544,         0.000000,         0.831438,         0.123305,         0.062314
+  147, 148, 599775.4949, 5197917.037,         2.616157,         4.347173,         0.601806,        -0.004238,         0.001104,        -3.838495,         0.055971,         0.036533,         1.532088,         0.554085,         0.427402,         1.296401,        -1.757102,         3.289014,        -0.534234,         0.016309,         0.045116,         0.361491,        -0.002440,         0.002767,        -0.881582,         0.000000,         0.201676,         0.374828,         0.159438
+  148, 149, 609818.8936, 5185616.971,         0.900029,         3.701620,         0.243145,        -0.001961,         0.000918,        -2.135630,         0.083808,         0.030612,         2.737759,         0.022939,         0.357416,         0.064181,         0.287202,         2.860007,         0.100420,        -0.006533,         0.038915,        -0.167885,         0.000341,         0.002166,         0.157493,         0.000000,         0.575656,         0.208289,         0.102609
+  149, 150, 626873.8954, 5191523.791,         1.459851,         3.499005,         0.417219,        -0.003305,         0.000930,        -3.552913,         0.026986,         0.032613,         0.827464,         0.206214,         0.330881,         0.623226,        -2.670212,         2.758161,        -0.968113,         0.029273,         0.037319,         0.784389,        -0.000744,         0.002882,        -0.258099,         0.000000,         0.592533,         0.256980,         0.089920
+  150, 151, 613220.8049, 5175607.806,        -0.816025,         3.663762,        -0.222729,        -0.001133,         0.000956,        -1.185103,         0.126519,         0.033435,         3.783985,         0.231818,         0.360896,         0.642341,         0.507617,         2.894040,         0.175401,        -0.013772,         0.038707,        -0.355795,        -0.001899,         0.003008,        -0.631236,         0.000000,         0.108221,         0.308448,         0.063750
+  151, 152, 603465.2567, 5194828.473,         2.947066,         4.162770,         0.707958,        -0.004021,         0.001045,        -3.849377,         0.052538,         0.034929,         1.504135,         0.533612,         0.410775,         1.299038,        -1.319356,         3.156599,        -0.417967,         0.010801,         0.043280,         0.249552,        -0.002122,         0.002696,        -0.787165,         0.000000,         0.409647,         0.353780,         0.178306
+  152, 153, 610497.3677, 5188165.47,         2.824479,         3.933938,         0.717978,        -0.002135,         0.000892,        -2.393425,         0.062855,         0.031972,         1.965941,         0.191439,         0.377190,         0.507540,         1.144497,         3.010068,         0.380223,        -0.017811,         0.040924,        -0.435215,         0.000489,         0.002468,         0.198195,         0.000000,         0.900142,         0.182430,         0.066657
+  153, 154, 620797.4476, 5197029.313,         1.697662,         3.694893,         0.459462,        -0.001492,         0.000879,        -1.698014,         0.018658,         0.031504,         0.592258,         0.347942,         0.338588,         1.027626,        -0.871605,         2.819175,        -0.309170,         0.007958,         0.038626,         0.206037,        -0.003119,         0.002490,        -1.252599,         0.000000,         0.717316,         0.124238,         0.148152
+  154, 155, 619340.9224, 5184576.829,         0.994536,         3.568843,         0.278672,        -0.002157,         0.000881,        -2.449013,         0.072730,         0.031104,         2.338282,        -0.052706,         0.346087,        -0.152291,        -0.144094,         2.887809,        -0.049897,        -0.000128,         0.038743,        -0.003291,         0.000495,         0.002641,         0.187350,         0.000000,         0.860746,         0.257641,         0.045796
+  155, 156, 614830.737, 5190713.524,         3.223710,         3.257423,         0.989650,        -0.001283,         0.000795,        -1.614851,         0.045427,         0.027268,         1.665934,         0.280808,         0.309805,         0.906402,         1.680004,         2.560704,         0.656071,        -0.024113,         0.034834,        -0.692214,        -0.000699,         0.002209,        -0.316401,         0.000000,         0.412767,         0.111707,         0.160773
+  156, 157, 605129.0973, 5200481.525,         2.612655,         3.901489,         0.669656,        -0.003437,         0.000950,        -3.618604,         0.036812,         0.032933,         1.117783,         0.603956,         0.390501,         1.546620,        -1.502988,         2.987133,        -0.503154,         0.013106,         0.041080,         0.319027,        -0.002786,         0.002659,        -1.047970,         0.000000,         0.142262,         0.308418,         0.121263
+  157, 158, 602693.0273, 5183588.584,         2.540406,         3.671653,         0.691897,        -0.003512,         0.000983,        -3.571826,         0.099617,         0.032579,         3.057654,        -0.141591,         0.371750,        -0.380876,         0.502687,         2.900690,         0.173299,        -0.011394,         0.039148,        -0.291046,        -0.000111,         0.002399,        -0.046226,         0.000000,         0.270522,         0.327902,         0.280832
+  158, 159, 614631.3761, 5196376.528,         4.076494,         3.937453,         1.035312,        -0.001438,         0.000832,        -1.728406,         0.018345,         0.031034,         0.591125,         0.460152,         0.353295,         1.302458,         1.259726,         2.982059,         0.422435,        -0.021440,         0.041389,        -0.518020,        -0.002709,         0.002401,        -1.128372,         0.000000,         0.507575,         0.127719,         0.140733
+  159, 160, 615233.5888, 5180633.854,        -0.775967,         3.523630,        -0.220218,        -0.001315,         0.000944,        -1.392247,         0.113026,         0.032549,         3.472436,         0.276706,         0.367589,         0.752760,         0.152449,         2.817451,         0.054109,        -0.005806,         0.037560,        -0.154591,        -0.002105,         0.003368,        -0.625037,         0.000000,         0.536904,         0.273812,         0.191880
+  160, 161, 629997.8663, 5185066.623,         1.008345,         3.636369,         0.277294,        -0.004662,         0.001152,        -4.047216,         0.050687,         0.035370,         1.433044,        -0.284866,         0.377700,        -0.754210,        -3.972330,         2.910522,        -1.364817,         0.040176,         0.038628,         1.040070,         0.001967,         0.002649,         0.742510,         0.000000,         0.062958,         0.384734,         0.058045
+  161, 162, 630805.6898, 5185164.021,         1.069861,         3.688725,         0.290035,        -0.004835,         0.001192,        -4.054862,         0.049421,         0.036116,         1.368411,        -0.299627,         0.386905,        -0.774420,        -4.187570,         2.957598,        -1.415869,         0.042275,         0.039215,         1.078031,         0.002081,         0.002692,         0.773180,         0.000000,         0.434294,         0.388025,         0.129754
+  162, 163, 627164.8181, 5192535.286,         1.418920,         3.523276,         0.402727,        -0.003132,         0.000918,        -3.410618,         0.026476,         0.032434,         0.816315,         0.233953,         0.330338,         0.708222,        -2.593965,         2.765041,        -0.938129,         0.028315,         0.037505,         0.754946,        -0.001270,         0.002863,        -0.443640,         0.000000,         0.409579,         0.246322,         0.076954
+  163, 164, 625341.3272, 5179587.716,         0.209966,         3.636815,         0.057733,        -0.003319,         0.000999,        -3.322555,         0.084165,         0.033844,         2.486861,        -0.372033,         0.361503,        -1.029130,        -2.180830,         2.902555,        -0.751348,         0.018620,         0.038864,         0.479093,         0.001049,         0.003129,         0.335406,         0.000000,         0.146189,         0.405027,         0.109191
+  164, 165, 607806.954, 5176970.251,         1.101833,         3.755612,         0.293383,        -0.001672,         0.000985,        -1.697042,         0.116712,         0.033604,         3.473168,         0.109074,         0.368152,         0.296274,         1.477237,         2.978602,         0.495950,        -0.025861,         0.039981,        -0.646847,        -0.000374,         0.002613,        -0.142959,         0.000000,         0.087281,         0.288733,         0.107923
+  165, 166, 599609.6739, 5176571.718,         3.250176,         3.741369,         0.868713,        -0.003173,         0.001008,        -3.149849,         0.112791,         0.034857,         3.235786,        -0.151073,         0.384753,        -0.392651,         1.792859,         3.003664,         0.596891,        -0.029891,         0.040310,        -0.741517,         0.000295,         0.002594,         0.113796,         0.000000,         0.170035,         0.333512,         0.124622
+  166, 167, 613984.9335, 5178226.552,        -1.040195,         3.629792,        -0.286572,        -0.001142,         0.000962,        -1.186774,         0.121942,         0.033263,         3.665930,         0.308455,         0.367799,         0.838652,         0.252016,         2.879585,         0.087518,        -0.009089,         0.038361,        -0.236945,        -0.002097,         0.003158,        -0.664016,         0.000000,         0.587271,         0.290596,         0.122446
+  167, 168, 601097.2586, 5185123.378,         2.646517,         3.786267,         0.698978,        -0.003889,         0.001011,        -3.847308,         0.096763,         0.033166,         2.917503,        -0.110429,         0.381206,        -0.289683,         0.116623,         2.969439,         0.039274,        -0.006345,         0.040209,        -0.157796,        -0.000301,         0.002427,        -0.123967,         0.000000,         0.286750,         0.348668,         0.109065
+  168, 169, 617942.3176, 5179230.595,        -0.760984,         3.415335,        -0.222814,        -0.001549,         0.000897,        -1.726834,         0.113595,         0.032702,         3.473620,         0.041740,         0.344986,         0.120991,        -0.204966,         2.728839,        -0.075111,        -0.002477,         0.036456,        -0.067952,        -0.002207,         0.003436,        -0.642229,         0.000000,         0.199567,         0.330004,         0.073269
+  169, 170, 602928.4668, 5177950.051,         2.685085,         3.688879,         0.727886,        -0.002779,         0.000986,        -2.817671,         0.111718,         0.033907,         3.294861,        -0.109032,         0.373734,        -0.291737,         1.660354,         2.952204,         0.562412,        -0.027845,         0.039627,        -0.702680,         0.000179,         0.002542,         0.070424,         0.000000,         0.186558,         0.315430,         0.396065
+  170, 171, 605448.5061, 5194611.001,         3.177495,         4.012194,         0.791960,        -0.003736,         0.000987,        -3.785816,         0.045602,         0.033391,         1.365693,         0.559204,         0.395566,         1.413680,        -1.024243,         3.052041,        -0.335593,         0.006960,         0.041865,         0.166240,        -0.002083,         0.002661,        -0.782713,         0.000000,         0.454976,         0.328395,         0.224279
+  171, 172, 625274.7638, 5178653.685,         0.031779,         3.582125,         0.008872,        -0.003131,         0.000976,        -3.209219,         0.087987,         0.033447,         2.630676,        -0.350956,         0.356389,        -0.984756,        -2.044281,         2.858455,        -0.715170,         0.016795,         0.038264,         0.438925,         0.000804,         0.003193,         0.251902,         0.000000,         0.190032,         0.404396,         0.084348
+  172, 173, 610083.3513, 5193935.369,         4.109141,         3.618532,         1.135582,        -0.002627,         0.000821,        -3.199593,         0.030803,         0.029060,         1.059972,         0.538940,         0.345532,         1.559741,         0.521639,         2.768299,         0.188433,        -0.012495,         0.038042,        -0.328448,        -0.001761,         0.002396,        -0.735119,         0.000000,         0.056419,         0.226517,         0.157701
+  173, 174, 599697.963, 5195728.878,         2.673272,         4.365855,         0.612314,        -0.004336,         0.001116,        -3.884171,         0.062892,         0.036510,         1.722584,         0.478983,         0.427091,         1.121502,        -1.577736,         3.295947,        -0.478690,         0.014325,         0.045192,         0.316983,        -0.002161,         0.002728,        -0.792061,         0.000000,         0.094929,         0.382512,         0.112732
+  174, 175, 630666.5992, 5193821.699,         1.451070,         3.644991,         0.398100,        -0.003415,         0.000969,        -3.524614,         0.027758,         0.033696,         0.823777,         0.192483,         0.339078,         0.567665,        -3.006456,         2.849246,        -1.055176,         0.031934,         0.038654,         0.826170,        -0.001636,         0.002964,        -0.552178,         0.000000,         0.179512,         0.270337,         0.222424
+  175, 176, 616782.5476, 5194719.319,         3.133061,         3.664570,         0.854960,        -0.001232,         0.000825,        -1.493150,         0.023386,         0.029717,         0.786969,         0.372657,         0.331614,         1.123766,         0.880006,         2.809040,         0.313276,        -0.014506,         0.038636,        -0.375440,        -0.002278,         0.002337,        -0.974634,         0.000000,         0.690278,         0.102328,         0.053943
+  176, 177, 602516.4549, 5179796.718,         2.741228,         3.694634,         0.741949,        -0.003078,         0.001003,        -3.067999,         0.108875,         0.033840,         3.217348,        -0.155172,         0.376119,        -0.412560,         1.348310,         2.949996,         0.457055,        -0.023377,         0.039624,        -0.589974,         0.000164,         0.002516,         0.065297,         0.000000,         0.529511,         0.320037,         0.095264
+  177, 178, 614445.4425, 5182094.883,        -0.645058,         3.518758,        -0.183320,        -0.001249,         0.000952,        -1.311502,         0.106106,         0.031852,         3.331216,         0.268269,         0.371383,         0.722352,         0.223921,         2.807787,         0.079750,        -0.005749,         0.037518,        -0.153226,        -0.001513,         0.003235,        -0.467724,         0.000000,         0.516995,         0.237949,         0.100129
+  178, 179, 612383.1528, 5191531.042,         4.863537,         3.685718,         1.319563,        -0.001747,         0.000824,        -2.121046,         0.037768,         0.028718,         1.315135,         0.444454,         0.336097,         1.322399,         2.327529,         2.847308,         0.817449,        -0.034552,         0.039042,        -0.884997,        -0.001048,         0.002304,        -0.454890,         0.000000,         0.514248,         0.143195,         0.098326
+  179, 180, 625278.7244, 5177509.148,        -0.152892,         3.580346,        -0.042703,        -0.002975,         0.000967,        -3.075921,         0.092641,         0.033478,         2.767184,        -0.338289,         0.356470,        -0.948998,        -1.939739,         2.857180,        -0.678900,         0.015148,         0.038238,         0.396150,         0.000616,         0.003293,         0.186912,         0.000000,         0.121695,         0.407196,         0.105193
+  180, 181, 614593.2952, 5178443.402,        -1.127962,         3.609821,        -0.312470,        -0.001160,         0.000957,        -1.211740,         0.122001,         0.033411,         3.651561,         0.301479,         0.367681,         0.819949,         0.152556,         2.870233,         0.053151,        -0.007596,         0.038215,        -0.198763,        -0.002290,         0.003266,        -0.700947,         0.000000,         0.271208,         0.294227,         0.129733
+  181, 182, 606699.0664, 5185465.905,         1.778029,         3.666520,         0.484936,        -0.002955,         0.000933,        -3.168026,         0.088586,         0.031193,         2.839950,        -0.062421,         0.361467,        -0.172688,         0.115991,         2.865430,         0.040480,        -0.005143,         0.038822,        -0.132471,        -0.000153,         0.002229,        -0.068643,         0.000000,         0.273681,         0.276474,         0.119866
+  182, 183, 623633.9085, 5180889.708,         0.310516,         3.556133,         0.087318,        -0.003043,         0.000953,        -3.194299,         0.082940,         0.033010,         2.512582,        -0.321151,         0.347111,        -0.925213,        -1.714275,         2.837857,        -0.604074,         0.014623,         0.038075,         0.384051,         0.000669,         0.003062,         0.218593,         0.000000,         0.155789,         0.384733,         0.072744
+  183, 184, 628436.3744, 5196178.254,         1.488935,         3.767989,         0.395154,        -0.002795,         0.000944,        -2.959939,         0.021725,         0.033461,         0.649279,         0.305157,         0.347222,         0.878853,        -2.479984,         2.915272,        -0.850687,         0.026480,         0.039757,         0.666042,        -0.002642,         0.002929,        -0.901950,         0.000000,         0.438045,         0.220619,         0.184067
+  184, 185, 618111.9082, 5198949.225,         2.365061,         3.833853,         0.616889,        -0.001379,         0.000866,        -1.591919,         0.016080,         0.031932,         0.503550,         0.376128,         0.346888,         1.084290,        -0.288255,         2.889923,        -0.099745,        -0.000446,         0.039898,        -0.011176,        -0.003558,         0.002471,        -1.439710,         0.000000,         0.542696,         0.122912,         0.122287
+  185, 186, 621223.9488, 5181594.575,         0.230481,         3.488357,         0.066072,        -0.002458,         0.000902,        -2.726270,         0.087922,         0.032513,         2.704164,        -0.216021,         0.338478,        -0.638212,        -0.917675,         2.802895,        -0.327403,         0.006807,         0.037601,         0.181029,        -0.000204,         0.003146,        -0.064911,         0.000000,         0.330335,         0.349315,         0.186403
+  186, 187, 599632.1336, 5183855.997,         2.872330,         3.750683,         0.765815,        -0.003883,         0.001014,        -3.830516,         0.100130,         0.033374,         3.000253,        -0.134590,         0.381067,        -0.353194,         0.421570,         2.954365,         0.142694,        -0.010684,         0.039926,        -0.267590,        -0.000163,         0.002456,        -0.066351,         0.000000,         0.062759,         0.352696,         0.090238
+  187, 188, 608376.7416, 5172803.381,         0.513874,         3.942964,         0.130327,        -0.001353,         0.001017,        -1.330894,         0.126168,         0.035744,         3.529722,         0.179631,         0.383539,         0.468350,         1.454721,         3.126569,         0.465277,        -0.027010,         0.041959,        -0.643733,        -0.000880,         0.002857,        -0.307872,         0.000000,         0.536695,         0.304777,         0.121005
+  188, 189, 620397.2802, 5176629.062,        -1.054966,         3.470559,        -0.303976,        -0.001751,         0.000908,        -1.929015,         0.116016,         0.033447,         3.468673,        -0.117887,         0.343583,        -0.343112,        -0.762544,         2.752680,        -0.277019,         0.002266,         0.036821,         0.061550,        -0.001745,         0.003489,        -0.500210,         0.000000,         0.426714,         0.375867,         0.135894
+  189, 190, 600555.2441, 5196896.328,         2.656696,         4.287757,         0.619601,        -0.004192,         0.001087,        -3.856775,         0.056652,         0.035930,         1.576740,         0.531743,         0.420683,         1.264000,        -1.644707,         3.245175,        -0.506816,         0.014968,         0.044510,         0.336292,        -0.002334,         0.002726,        -0.856319,         0.000000,         0.172198,         0.371064,         0.094461
+  190, 191, 621794.2115, 5181362.07,         0.226203,         3.510723,         0.064432,        -0.002592,         0.000914,        -2.835738,         0.087198,         0.032730,         2.664161,        -0.248231,         0.340576,        -0.728858,        -1.110902,         2.814882,        -0.394653,         0.008703,         0.037771,         0.230418,        -0.000015,         0.003150,        -0.004801,         0.000000,         0.233781,         0.360438,         0.168734
+  191, 192, 618820.1396, 5187343.022,         1.478497,         3.660324,         0.403925,        -0.001798,         0.000904,        -1.987844,         0.050660,         0.031021,         1.633105,         0.042738,         0.355722,         0.120144,         0.128641,         2.916606,         0.044106,        -0.002256,         0.039220,        -0.057522,         0.001853,         0.002994,         0.618908,         0.000000,         0.525731,         0.160311,         0.135868
+  192, 193, 616485.6179, 5193762.708,         3.254478,         3.572297,         0.911033,        -0.001216,         0.000816,        -1.490267,         0.027113,         0.029016,         0.934419,         0.361269,         0.325267,         1.110685,         1.142903,         2.754747,         0.414885,        -0.017646,         0.037801,        -0.466821,        -0.001896,         0.002301,        -0.824136,         0.000000,         0.734797,         0.099509,         0.087771
+  193, 194, 612561.3086, 5200997.536,         3.113712,         3.880397,         0.802421,        -0.002072,         0.000841,        -2.464467,         0.017047,         0.031650,         0.538589,         0.524687,         0.367810,         1.426517,        -0.287732,         2.953447,        -0.097422,        -0.002417,         0.041153,        -0.058732,        -0.003317,         0.002524,        -1.314476,         0.000000,         0.059152,         0.190164,         0.137835
+  194, 195, 606906.5073, 5178130.077,         1.541399,         3.677435,         0.419151,        -0.001958,         0.000970,        -2.018688,         0.113005,         0.032973,         3.427182,         0.033105,         0.362876,         0.091229,         1.498282,         2.921451,         0.512855,        -0.025690,         0.039235,        -0.654780,        -0.000139,         0.002524,        -0.054993,         0.000000,         0.223918,         0.289028,         0.059710
+  195, 196, 607431.4267, 5191386.404,         3.493829,         3.787944,         0.922355,        -0.003348,         0.000911,        -3.674156,         0.049627,         0.031381,         1.581400,         0.431797,         0.372861,         1.158064,        -0.134667,         2.891497,        -0.046574,        -0.003585,         0.039477,        -0.090803,        -0.001197,         0.002504,        -0.477831,         0.000000,         0.543250,         0.290185,         0.082011
+  196, 197, 617384.0277, 5175627.193,        -1.240574,         3.484178,        -0.356059,        -0.001291,         0.000914,        -1.412623,         0.125842,         0.033187,         3.791947,         0.052251,         0.344119,         0.151842,        -0.151028,         2.758134,        -0.054757,        -0.005315,         0.036903,        -0.144028,        -0.002408,         0.003274,        -0.735384,         0.000000,         0.276580,         0.346906,         0.123851
+  197, 198, 609363.1225, 5201169.128,         2.858007,         3.771079,         0.757875,        -0.002734,         0.000864,        -3.162877,         0.024200,         0.031601,         0.765803,         0.579022,         0.373549,         1.550058,        -0.942980,         2.898300,        -0.325356,         0.006023,         0.040124,         0.150114,        -0.003007,         0.002561,        -1.173956,         0.000000,         0.485209,         0.245999,         0.083858
+  198, 199, 610108.3533, 5172385.979,        -0.098716,         3.873685,        -0.025484,        -0.001187,         0.000997,        -1.190041,         0.128869,         0.035198,         3.661256,         0.197064,         0.376118,         0.523942,         1.122714,         3.063221,         0.366514,        -0.022862,         0.041088,        -0.556417,        -0.001310,         0.002913,        -0.449863,         0.000000,         0.151742,         0.310825,         0.121037
+  199, 200, 622123.5707, 5175401.98,        -1.002617,         3.525113,        -0.284421,        -0.002012,         0.000922,        -2.183337,         0.113155,         0.033711,         3.356641,        -0.195563,         0.347376,        -0.562971,        -1.119527,         2.798420,        -0.400057,         0.005573,         0.037447,         0.148817,        -0.001070,         0.003536,        -0.302594,         0.000000,         0.006490,         0.394270,         0.110528
+  200, 201, 619515.4593, 5183595.696,         0.693257,         3.589930,         0.193112,        -0.002178,         0.000896,        -2.429892,         0.079970,         0.032030,         2.496724,        -0.081267,         0.349960,        -0.232217,        -0.273460,         2.911073,        -0.093938,         0.001015,         0.039042,         0.026004,         0.000032,         0.002891,         0.011164,         0.000000,         0.546143,         0.285157,         0.168252
+  201, 202, 623891.2041, 5183308.71,         0.843169,         3.549249,         0.237563,        -0.003390,         0.000958,        -3.539443,         0.068207,         0.032360,         2.107741,        -0.288448,         0.341404,        -0.844886,        -1.927451,         2.836404,        -0.679540,         0.018340,         0.037991,         0.482747,         0.001230,         0.002668,         0.460983,         0.000000,         0.653806,         0.364268,         0.070848
+  202, 203, 616814.4644, 5186886.833,         1.353626,         3.455929,         0.391682,        -0.001434,         0.000877,        -1.634323,         0.065423,         0.029626,         2.208282,         0.090870,         0.340030,         0.267240,         0.722743,         2.746175,         0.263182,        -0.010303,         0.036942,        -0.278898,         0.000930,         0.002712,         0.343045,         0.000000,         0.550915,         0.158394,         0.110644
+  203, 204, 621981.5815, 5177272.471,        -0.705427,         3.482716,        -0.202551,        -0.002163,         0.000914,        -2.366024,         0.106733,         0.033302,         3.205037,        -0.212637,         0.344585,        -0.617080,        -1.132754,         2.768156,        -0.409209,         0.006604,         0.037056,         0.178207,        -0.000879,         0.003484,        -0.252306,         0.000000,         0.145795,         0.387808,         0.200227
+  204, 205, 614755.4792, 5178248.259,        -1.106125,         3.588635,        -0.308230,        -0.001175,         0.000950,        -1.236004,         0.122233,         0.033277,         3.673133,         0.280307,         0.364304,         0.769432,         0.151498,         2.852073,         0.053119,        -0.007691,         0.037998,        -0.202419,        -0.002301,         0.003256,        -0.706692,         0.000000,         0.521608,         0.298394,         0.084086
+  205, 206, 626410.6205, 5180819.754,         0.519156,         3.657047,         0.141960,        -0.003733,         0.001039,        -3.592299,         0.075845,         0.033974,         2.232480,        -0.387900,         0.367265,        -1.056187,        -2.589305,         2.915620,        -0.888080,         0.023424,         0.038945,         0.601462,         0.001543,         0.002926,         0.527423,         0.000000,         0.071556,         0.404656,         0.059137
+  206, 207, 609217.2916, 5197701.909,         3.387711,         3.739832,         0.905846,        -0.002828,         0.000860,        -3.289790,         0.027098,         0.030738,         0.881565,         0.587264,         0.365952,         1.604754,        -0.472914,         2.865786,        -0.165021,        -0.000136,         0.039577,        -0.003425,        -0.002522,         0.002517,        -1.002034,         0.000000,         0.623790,         0.250347,         0.147256
+  207, 208, 608835.4826, 5181918.753,         0.705707,         3.570518,         0.197648,        -0.001748,         0.000966,        -1.810640,         0.103052,         0.031008,         3.323422,         0.032879,         0.349962,         0.093952,         0.768261,         2.802976,         0.274088,        -0.014645,         0.037770,        -0.387750,        -0.000108,         0.002324,        -0.046355,         0.000000,         0.518762,         0.252475,         0.118883
+  208, 209, 604663.0752, 5197406.974,         2.891437,         4.037375,         0.716168,        -0.003714,         0.000994,        -3.737119,         0.042140,         0.033760,         1.248231,         0.604068,         0.400344,         1.508873,        -1.381680,         3.077291,        -0.448992,         0.011373,         0.042264,         0.269097,        -0.002495,         0.002701,        -0.923712,         0.000000,         0.270919,         0.328848,         0.144314
+  209, 210, 605145.405, 5176231.231,         2.066879,         3.758320,         0.549947,        -0.002180,         0.000982,        -2.219606,         0.115809,         0.034259,         3.380386,        -0.003514,         0.372785,        -0.009428,         1.797599,         3.003028,         0.598596,        -0.030133,         0.040329,        -0.747162,         0.000001,         0.002601,         0.000306,         0.000000,         0.147504,         0.303192,         0.116663
+  210, 211, 628565.7598, 5178505.887,         0.354199,         3.787522,         0.093517,        -0.003910,         0.001098,        -3.560159,         0.081271,         0.035321,         2.300939,        -0.438035,         0.388023,        -1.128892,        -2.919715,         3.037345,        -0.961272,         0.025446,         0.040447,         0.629111,         0.001802,         0.003101,         0.581138,         0.000000,         0.481082,         0.422509,         0.082235
+  211, 212, 607621.745, 5185296.454,         1.505139,         3.674786,         0.409585,        -0.002660,         0.000931,        -2.858058,         0.088008,         0.031071,         2.832517,        -0.053223,         0.359249,        -0.148151,         0.176375,         2.865232,         0.061557,        -0.005721,         0.038847,        -0.147278,        -0.000031,         0.002196,        -0.014317,         0.000000,         0.163455,         0.256746,         0.084463
+  212, 213, 619060.0481, 5182274.604,         0.163514,         3.440358,         0.047528,        -0.001993,         0.000880,        -2.264899,         0.091184,         0.031771,         2.870088,        -0.061865,         0.340107,        -0.181900,        -0.309512,         2.779218,        -0.111366,         0.000704,         0.037254,         0.018886,        -0.000778,         0.003143,        -0.247559,         0.000000,         0.839341,         0.304782,         0.040735
+  213, 214, 611894.2175, 5184159.455,         0.059973,         3.448277,         0.017392,        -0.001351,         0.000916,        -1.475548,         0.092665,         0.029350,         3.157223,         0.118825,         0.348106,         0.341346,         0.423699,         2.702648,         0.156772,        -0.008290,         0.036519,        -0.226998,         0.000190,         0.002299,         0.082762,         0.000000,         0.580070,         0.202443,         0.197179
+  214, 215, 631608.2396, 5188665.756,         1.182892,         3.557360,         0.332520,        -0.004335,         0.001076,        -4.027437,         0.038314,         0.034717,         1.103610,        -0.077584,         0.351767,        -0.220555,        -3.874875,         2.828541,        -1.369920,         0.040466,         0.037897,         1.067809,         0.000617,         0.002809,         0.219600,         0.000000,         0.461182,         0.343544,         0.123008
+  215, 216, 629692.1378, 5180036.782,         0.654730,         3.823745,         0.171228,        -0.004368,         0.001164,        -3.751461,         0.073606,         0.035969,         2.046352,        -0.453707,         0.398631,        -1.138162,        -3.393331,         3.064707,        -1.107229,         0.030917,         0.040678,         0.760058,         0.002231,         0.002954,         0.755071,         0.000000,         0.050748,         0.421648,         0.050412
+  216, 217, 629298.0091, 5191396.511,         1.421828,         3.543778,         0.401218,        -0.003683,         0.000981,        -3.754249,         0.029788,         0.033551,         0.887847,         0.129636,         0.336944,         0.384740,        -3.149400,         2.793478,        -1.127412,         0.033757,         0.037721,         0.894917,        -0.000640,         0.002922,        -0.219138,         0.000000,         0.328755,         0.288943,         0.100986
+  217, 218, 602584.5477, 5199364.143,         2.641889,         4.169868,         0.633567,        -0.003897,         0.001040,        -3.746949,         0.044455,         0.035218,         1.262294,         0.619998,         0.415190,         1.493290,        -1.733472,         3.175223,        -0.545937,         0.015816,         0.043599,         0.362766,        -0.002682,         0.002768,        -0.968863,         0.000000,         0.706144,         0.345504,         0.092399
+  218, 219, 614412.9294, 5176900.203,        -1.077359,         3.609129,        -0.298509,        -0.001140,         0.000949,        -1.201414,         0.125193,         0.033336,         3.755505,         0.247668,         0.360453,         0.687102,         0.247864,         2.858269,         0.086718,        -0.009767,         0.038148,        -0.256037,        -0.002224,         0.003161,        -0.703660,         0.000000,         0.475698,         0.307788,         0.071012
+  219, 220, 607340.04, 5198506.602,         3.012451,         3.816618,         0.789299,        -0.003187,         0.000907,        -3.513749,         0.032417,         0.031771,         1.020308,         0.601614,         0.378594,         1.589073,        -1.018077,         2.924036,        -0.348175,         0.006832,         0.040278,         0.169610,        -0.002630,         0.002596,        -1.013199,         0.000000,         0.084689,         0.283988,         0.121312
+  220, 221, 615188.3811, 5181072.612,        -0.720389,         3.529082,        -0.204129,        -0.001321,         0.000948,        -1.393454,         0.111135,         0.032518,         3.417609,         0.279269,         0.370193,         0.754388,         0.166256,         2.824939,         0.058853,        -0.005617,         0.037669,        -0.149124,        -0.002026,         0.003391,        -0.597451,         0.000000,         0.753820,         0.265754,         0.151546
+  221, 222, 622387.6441, 5178096.969,        -0.452029,         3.464697,        -0.130467,        -0.002357,         0.000913,        -2.580959,         0.101005,         0.032938,         3.066479,        -0.241374,         0.342509,        -0.704723,        -1.240158,         2.756417,        -0.449917,         0.008171,         0.036923,         0.221299,        -0.000492,         0.003397,        -0.144851,         0.000000,         0.082482,         0.386697,         0.058151
+  222, 223, 613872.1485, 5175588.719,        -1.004044,         3.655029,        -0.274702,        -0.001109,         0.000954,        -1.162557,         0.127612,         0.033610,         3.796867,         0.227408,         0.360606,         0.630626,         0.377447,         2.888380,         0.130678,        -0.012109,         0.038609,        -0.313630,        -0.002114,         0.003094,        -0.683330,         0.000000,         0.734574,         0.313155,         0.078257
+  223, 224, 619242.8056, 5195635.056,         2.051303,         3.684740,         0.556702,        -0.001310,         0.000863,        -1.518856,         0.020266,         0.030905,         0.655755,         0.349248,         0.335517,         1.040926,        -0.254120,         2.817459,        -0.090195,         0.000511,         0.038642,         0.013226,        -0.002648,         0.002420,        -1.094072,         0.000000,         0.725008,         0.107552,         0.153120
+  224, 225, 619211.842, 5200420.328,         2.053202,         3.806054,         0.539457,        -0.001471,         0.000874,        -1.682106,         0.015972,         0.032096,         0.497639,         0.368892,         0.346156,         1.065680,        -0.701301,         2.864570,        -0.244819,         0.004698,         0.039496,         0.118939,        -0.003836,         0.002500,        -1.534433,         0.000000,         0.765014,         0.131475,         0.088546
+  225, 226, 609101.2685, 5180122.778,         0.802469,         3.554872,         0.225738,        -0.001646,         0.000949,        -1.733937,         0.108519,         0.031112,         3.487973,         0.097817,         0.350589,         0.279008,         1.075035,         2.800945,         0.383812,        -0.019336,         0.037640,        -0.513701,        -0.000327,         0.002408,        -0.135600,         0.000000,         0.688771,         0.266854,         0.071951
+  226, 227, 632109.6431, 5187482.36,         1.229276,         3.657514,         0.336096,        -0.004723,         0.001161,        -4.066752,         0.040280,         0.036046,         1.117448,        -0.172548,         0.373358,        -0.462152,        -4.226731,         2.924786,        -1.445142,         0.043573,         0.038995,         1.117397,         0.001333,         0.002809,         0.474523,         0.000000,         0.221025,         0.364589,         0.162475
+  227, 228, 607882.219, 5195381.365,         3.473661,         3.784381,         0.917894,        -0.003195,         0.000895,        -3.569328,         0.035134,         0.030957,         1.134921,         0.579624,         0.370054,         1.566321,        -0.518736,         2.892798,        -0.179320,         0.000479,         0.039765,         0.012039,        -0.002168,         0.002550,        -0.849955,         0.000000,         0.838623,         0.281132,         0.090069
+  228, 229, 607131.881, 5185808.074,         1.729745,         3.709275,         0.466330,        -0.002902,         0.000933,        -3.109991,         0.086107,         0.031377,         2.744304,        -0.048450,         0.364441,        -0.132944,         0.061765,         2.891781,         0.021359,        -0.004257,         0.039204,        -0.108588,        -0.000123,         0.002221,        -0.055495,         0.000000,         0.160229,         0.267735,         0.085425
+  229, 230, 627346.0895, 5201105.558,         1.408409,         3.874493,         0.363508,        -0.002168,         0.000943,        -2.299229,         0.018265,         0.033813,         0.540171,         0.343674,         0.353410,         0.972451,        -2.057944,         2.959835,        -0.695290,         0.021337,         0.040502,         0.526812,        -0.003847,         0.002820,        -1.364003,         0.000000,         0.377001,         0.179271,         0.193815
+  230, 231, 620349.895, 5173941.073,        -1.493018,         3.568071,        -0.418438,        -0.001541,         0.000928,        -1.661260,         0.124877,         0.034292,         3.641587,        -0.088843,         0.349148,        -0.254457,        -0.767296,         2.823759,        -0.271729,         0.001069,         0.037777,         0.028292,        -0.001963,         0.003463,        -0.566793,         0.000000,         0.041704,         0.383657,         0.077997
+  231, 232, 604062.6384, 5179813.881,         2.407413,         3.655779,         0.658523,        -0.002763,         0.000985,        -2.804449,         0.108713,         0.033240,         3.270537,        -0.117403,         0.368640,        -0.318477,         1.363958,         2.914501,         0.467990,        -0.023485,         0.039149,        -0.599874,         0.000119,         0.002485,         0.048082,         0.000000,         0.467670,         0.307213,         0.133170
+  232, 233, 620783.4227, 5200574.436,         1.779071,         3.792958,         0.469046,        -0.001533,         0.000890,        -1.721876,         0.016413,         0.032370,         0.507051,         0.354912,         0.345697,         1.026656,        -1.018145,         2.862713,        -0.355658,         0.008828,         0.039362,         0.224267,        -0.003910,         0.002541,        -1.538910,         0.000000,         0.440594,         0.134929,         0.195210
+  233, 234, 599549.2386, 5193505.934,         2.701977,         4.375356,         0.617544,        -0.004437,         0.001131,        -3.923965,         0.071348,         0.036551,         1.952009,         0.367395,         0.428213,         0.857973,        -1.366521,         3.304427,        -0.413543,         0.012024,         0.045259,         0.265664,        -0.001811,         0.002689,        -0.673597,         0.000000,         0.358235,         0.388960,         0.338271
+  234, 235, 612445.4671, 5194328.622,         4.694436,         3.751834,         1.251238,        -0.001903,         0.000807,        -2.357402,         0.024148,         0.029216,         0.826528,         0.521059,         0.342974,         1.519235,         1.541507,         2.862970,         0.538429,        -0.025467,         0.039582,        -0.643403,        -0.001966,         0.002330,        -0.843748,         0.000000,         0.294435,         0.160934,         0.169173
+  235, 236, 610288.3161, 5176959.211,        -0.081446,         3.804429,        -0.021408,        -0.001212,         0.001011,        -1.199028,         0.120965,         0.033933,         3.564835,         0.254690,         0.375107,         0.678979,         1.000783,         3.002014,         0.333371,        -0.019735,         0.040136,        -0.491699,        -0.001071,         0.002794,        -0.383300,         0.000000,         0.631473,         0.283136,         0.090771
+  236, 237, 602866.8612, 5198870.173,         2.682277,         4.143859,         0.647290,        -0.003878,         0.001032,        -3.755945,         0.044678,         0.034930,         1.279047,         0.612201,         0.412000,         1.485925,        -1.668810,         3.155010,        -0.528940,         0.015013,         0.043317,         0.346593,        -0.002628,         0.002748,        -0.956064,         0.000000,         0.151981,         0.343799,         0.091186
+  237, 238, 623024.8193, 5194185.201,         1.503115,         3.653848,         0.411379,        -0.002048,         0.000889,        -2.304791,         0.019568,         0.031650,         0.618254,         0.348067,         0.340960,         1.020843,        -1.484809,         2.822531,        -0.526056,         0.016336,         0.038548,         0.423786,        -0.001994,         0.002657,        -0.750443,         0.000000,         0.817877,         0.153488,         0.052783
+  238, 239, 620219.8678, 5189947.304,         1.740308,         3.647879,         0.477074,        -0.001873,         0.000892,        -2.100245,         0.030942,         0.030951,         0.999694,         0.215632,         0.343509,         0.627734,        -0.360500,         2.868735,        -0.125665,         0.004187,         0.038865,         0.107732,         0.001061,         0.002832,         0.374712,         0.000000,         0.826365,         0.129397,         0.119622
diff --git a/pysal/examples/clearwater/clearwater_BS_NN_summary.txt b/pysal/examples/clearwater/clearwater_BS_NN_summary.txt
new file mode 100755
index 0000000..2583565
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_BS_NN_summary.txt
@@ -0,0 +1,179 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 2:10:09 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\clearwater_BS_NN.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\clearwater\clearwater\landslides.csv
+Number of areas/points: 239
+
+Model settings---------------------------------
+Model type: Logistic
+Geographic kernel: adaptive bi-square
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 7
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: UserID
+Easting (x-coord): field2 : X
+Northing (y-coord): field3: Y
+Cartesian coordinates: Euclidean distance
+Dependent variable: field9: Landslid
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field4: Elev
+Independent variable with varying (Local) coefficient: field5: Slope
+Independent variable with varying (Local) coefficient: field6: SinAspct
+Independent variable with varying (Local) coefficient: field7: CosAspct
+Independent variable with varying (Local) coefficient: field8: AbsSouth
+Independent variable with varying (Local) coefficient: field10: DistStrm
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   7
+Deviance:                            264.959861
+Classic AIC:                         278.959861
+AICc:                                279.444709
+BIC/MDL:                             303.295106
+Percent deviance explained             0.186174
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   0.491477        2.249648        0.218469        1.634730
+Elev                       -0.002408        0.000548       -4.394976        0.997595
+Slope                       0.076097        0.019801        3.842994        1.079067
+SinAspct                    0.083827        0.213948        0.391807        1.087440
+CosAspct                   -1.191339        1.747013       -0.681929        0.303814
+AbsSouth                    0.008819        0.023743        0.371420        1.008858
+DistStrm                   -0.001732        0.001605       -1.078779        0.998270
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 64,  239
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:    64.000 Criterion:    307.217
+  p1            Bandwidth:   130.844 Criterion:    278.396
+  p2            Bandwidth:   172.156 Criterion:    277.767
+  pU            Bandwidth:   239.000 Criterion:    277.888
+ iter    1 (p2) Bandwidth:   172.156 Criterion:    277.767 Diff:     41.312
+ iter    2 (p1) Bandwidth:   172.156 Criterion:    277.767 Diff:     25.532
+ iter    3 (p1) Bandwidth:   156.376 Criterion:    277.695 Diff:     15.780
+ iter    4 (p2) Bandwidth:   156.376 Criterion:    277.695 Diff:      9.752
+ iter    5 (p1) Bandwidth:   156.376 Criterion:    277.695 Diff:      6.027
+ iter    6 (p2) Bandwidth:   156.376 Criterion:    277.695 Diff:      3.725
+ iter    7 (p2) Bandwidth:   158.678 Criterion:    277.627 Diff:      2.302
+ iter    8 (p1) Bandwidth:   158.678 Criterion:    277.627 Diff:      1.423
+ iter    9 (p2) Bandwidth:   158.678 Criterion:    277.627 Diff:      0.879
+ iter   10 (p1) Bandwidth:   158.678 Criterion:    277.627 Diff:      0.543
+Best bandwidth size 158.000
+Minimum AICc      277.627
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                  158.678441
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           599444.687500   632987.750000    33543.062500
+Y-coord          5172366.500000  5201169.128000    28802.628000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         24.971219
+Effective number of parameters (variance: trace(S'WSW^-1)):                0.187579
+Degree of freedom (model: n - trace(S)):                                 214.028781
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           189.245141
+Deviance:                            221.595520
+Classic AIC:                         271.537957
+AICc:                                277.626646
+BIC/MDL:                             358.349489
+Percent deviance explained             0.319368
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\clearwater_BS_NN_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   1.466570        1.376473
+Elev                       -0.002510        0.001063
+Slope                       0.066079        0.035704
+SinAspct                    0.131517        0.281864
+CosAspct                   -0.593534        1.417622
+AbsSouth                    0.002294        0.017082
+DistStrm                   -0.000804        0.001563
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  -1.493018        4.863537        6.356555
+Elev                       -0.004867       -0.001109        0.003758
+Slope                       0.014891        0.130219        0.115328
+SinAspct                   -0.507034        0.619998        1.127033
+CosAspct                   -4.300951        2.327529        6.628479
+AbsSouth                   -0.034552        0.043573        0.078125
+DistStrm                   -0.003933        0.002501        0.006434
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   0.354199        1.472082        2.646517
+Elev                       -0.003376       -0.002206       -0.001471
+Slope                       0.027758        0.068542        0.092665
+SinAspct                   -0.081267        0.197064        0.343674
+CosAspct                   -1.539245       -0.367067        0.421195
+AbsSouth                   -0.009257        0.001069        0.014802
+DistStrm                   -0.002113       -0.000712        0.000331
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   2.292318        1.699272
+Elev                        0.001905        0.001412
+Slope                       0.064907        0.048115
+SinAspct                    0.424941        0.315004
+CosAspct                    1.960439        1.453254
+AbsSouth                    0.024059        0.017835
+DistStrm                    0.002444        0.001812
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model              264.960    232.000             1.142
+GWR model                 221.596    189.245             1.171
+Difference                 43.364     42.755             1.014
+
+*****************************************************************************
+Program terminated at 7/25/2016 2:10:14 AM
diff --git a/pysal/examples/clearwater/clearwater_GS_F.ctl b/pysal/examples/clearwater/clearwater_GS_F.ctl
new file mode 100755
index 0000000..5dc9f9d
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_GS_F.ctl
@@ -0,0 +1,42 @@
+
+C:\Users\IEUser\Desktop\clearwater\clearwater\landslides.csv
+FORMAT/DELIMITER: 1
+Number_of_fields: 10
+Number_of_areas: 239
+Fields
+AreaKey 001 UserID
+X 002 X
+Y 003 Y
+Gmetric 0
+Dependent 009 Landslid
+Offset 
+Independent_geo 7
+000 Intercept
+004 Elev
+005 Slope
+006 SinAspct
+007 CosAspct
+008 AbsSouth
+010 DistStrm
+Independent_fix 0
+Unused_fields 0
+MODELTYPE: 2
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 0
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\clearwater_GS_F_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\clearwater_GS_F_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/clearwater/clearwater_GS_F_listwise.csv b/pysal/examples/clearwater/clearwater_GS_F_listwise.csv
new file mode 100755
index 0000000..9a616f2
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_GS_F_listwise.csv
@@ -0,0 +1,240 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_Elev, se_Elev, t_Elev, est_Slope, se_Slope, t_Slope, est_SinAspct, se_SinAspct, t_SinAspct, est_CosAspct, se_CosAspct, t_CosAspct, est_AbsSouth, se_AbsSouth, t_AbsSouth, est_DistStrm, se_DistStrm, t_DistStrm, y, yhat, localpdev, Ginfluence
+    0, 1, 616168.5625, 5201076.5,         1.730405,         3.206169,         0.539711,        -0.001833,         0.000727,        -2.523155,         0.027145,         0.027089,         1.002060,         0.381700,         0.312785,         1.220327,        -0.972648,         2.473667,        -0.393201,         0.007595,         0.033929,         0.223837,        -0.003264,         0.002261,        -1.443144,         1.000000,         0.734095,         0.147645,         0.063248
+    1, 2, 624923.8125, 5201008.5,         0.592114,         3.601702,         0.164398,        -0.001866,         0.000860,        -2.169288,         0.023690,         0.031347,         0.755747,         0.325893,         0.334522,         0.974205,        -2.209162,         2.781337,        -0.794280,         0.024194,         0.037974,         0.637120,        -0.003988,         0.002597,        -1.535739,         1.000000,         0.576794,         0.136887,         0.154913
+    2, 3, 615672, 5199187.5,         1.773415,         3.019972,         0.587229,        -0.001895,         0.000690,        -2.744058,         0.031325,         0.025443,         1.231151,         0.377277,         0.296575,         1.272115,        -0.823968,         2.340081,        -0.352111,         0.006046,         0.032025,         0.188800,        -0.002859,         0.002143,        -1.334051,         1.000000,         0.666062,         0.153452,         0.092463
+    3, 4, 615209.3125, 5199112,         1.824704,         3.007723,         0.606673,        -0.001930,         0.000689,        -2.800525,         0.031798,         0.025316,         1.256064,         0.382858,         0.296407,         1.291661,        -0.797180,         2.331327,        -0.341943,         0.005651,         0.031903,         0.177126,        -0.002826,         0.002138,        -1.321892,         1.000000,         0.562961,         0.157247,         0.093224
+    4, 5, 616354.6875, 5198945.5,         1.688580,         3.009009,         0.561175,        -0.001855,         0.000688,        -2.697183,         0.031406,         0.025390,         1.236932,         0.366934,         0.294002,         1.248065,        -0.851603,         2.332244,        -0.365143,         0.006553,         0.031908,         0.205374,        -0.002839,         0.002133,        -1.331057,         1.000000,         0.596195,         0.148915,         0.077049
+    5, 6, 614559, 5198855,         1.889837,         2.979985,         0.634177,        -0.001985,         0.000686,        -2.895348,         0.032809,         0.025054,         1.309536,         0.389662,         0.295072,         1.320566,        -0.758450,         2.311502,        -0.328120,         0.005116,         0.031620,         0.161806,        -0.002751,         0.002123,        -1.295886,         1.000000,         0.606380,         0.163166,         0.047793
+    6, 7, 618648.5, 5198468,         1.393810,         3.032237,         0.459664,        -0.001786,         0.000695,        -2.571477,         0.030924,         0.025717,         1.202462,         0.340871,         0.290764,         1.172331,        -1.051907,         2.351365,        -0.447360,         0.009511,         0.032149,         0.295848,        -0.002849,         0.002140,        -1.331459,         1.000000,         0.654650,         0.138917,         0.096300
+    7, 8, 622724.0625, 5197661,         0.935597,         3.159078,         0.296161,        -0.001927,         0.000738,        -2.609741,         0.029854,         0.027105,         1.101419,         0.316294,         0.295150,         1.071639,        -1.656416,         2.453884,        -0.675018,         0.017499,         0.033508,         0.522236,        -0.002907,         0.002258,        -1.287396,         1.000000,         0.730865,         0.143577,         0.060311
+    8, 9, 622363.4375, 5196686.5,         0.982215,         3.057326,         0.321266,        -0.001959,         0.000714,        -2.742152,         0.032133,         0.026245,         1.224333,         0.308922,         0.285918,         1.080458,        -1.552482,         2.378904,        -0.652604,         0.016242,         0.032470,         0.500230,        -0.002643,         0.002188,        -1.208019,         1.000000,         0.718376,         0.147810,         0.037747
+    9, 10, 622308.125, 5196407.5,         0.989106,         3.031799,         0.326244,        -0.001971,         0.000709,        -2.780566,         0.032790,         0.026041,         1.259151,         0.306291,         0.283530,         1.080277,        -1.532079,         2.360147,        -0.649145,         0.015997,         0.032208,         0.496672,        -0.002571,         0.002170,        -1.184622,         1.000000,         0.646096,         0.149279,         0.077506
+   10, 11, 616650.125, 5195894,         1.569206,         2.756256,         0.569325,        -0.001891,         0.000640,        -2.953998,         0.038638,         0.023368,         1.653467,         0.332842,         0.268485,         1.239704,        -0.707094,         2.147765,        -0.329223,         0.005268,         0.029295,         0.179830,        -0.002233,         0.001963,        -1.137574,         1.000000,         0.642277,         0.154856,         0.044947
+   11, 12, 616583.3125, 5195804,         1.572900,         2.747818,         0.572418,        -0.001895,         0.000639,        -2.966703,         0.038929,         0.023298,         1.670866,         0.332257,         0.267778,         1.240796,        -0.696788,         2.141456,        -0.325381,         0.005141,         0.029206,         0.176027,        -0.002213,         0.001957,        -1.130690,         1.000000,         0.486276,         0.155476,         0.107727
+   12, 13, 615594.5625, 5195718,         1.677608,         2.721993,         0.616316,        -0.001939,         0.000636,        -3.049208,         0.039896,         0.023049,         1.730884,         0.340279,         0.267417,         1.272464,        -0.616095,         2.121672,        -0.290382,         0.004007,         0.028927,         0.138507,        -0.002166,         0.001944,        -1.114055,         1.000000,         0.610445,         0.161130,         0.075078
+   13, 14, 620206.75, 5194831,         1.157395,         2.807796,         0.412208,        -0.001933,         0.000654,        -2.955301,         0.038465,         0.024072,         1.597894,         0.295024,         0.265014,         1.113238,        -1.116919,         2.190500,        -0.509892,         0.010825,         0.029867,         0.362433,        -0.002126,         0.001994,        -1.066190,         1.000000,         0.697828,         0.153781,         0.045879
+   14, 15, 630007.1875, 5194813.5,         0.935750,         3.545484,         0.263927,        -0.003063,         0.000895,        -3.423930,         0.031292,         0.031814,         0.983589,         0.251961,         0.327080,         0.770334,        -2.983310,         2.774428,        -1.075288,         0.031992,         0.037764,         0.847158,        -0.002260,         0.002795,        -0.808544,         1.000000,         0.563343,         0.222323,         0.116563
+   15, 16, 627247, 5194165,         0.855959,         3.206677,         0.266930,        -0.002678,         0.000795,        -3.369638,         0.033877,         0.028562,         1.186085,         0.257385,         0.296940,         0.866792,        -2.434984,         2.509491,        -0.970310,         0.026308,         0.034142,         0.770546,        -0.002086,         0.002448,        -0.852045,         1.000000,         0.803841,         0.200505,         0.085150
+   16, 17, 621390.75, 5193554,         1.025034,         2.782535,         0.368381,        -0.002054,         0.000656,        -3.133802,         0.040751,         0.024102,         1.690803,         0.269790,         0.259876,         1.038150,        -1.279972,         2.173953,        -0.588776,         0.012883,         0.029609,         0.435110,        -0.001877,         0.001985,        -0.945566,         1.000000,         0.672718,         0.165341,         0.036157
+   17, 18, 618200.875, 5193368,         1.282094,         2.636241,         0.486334,        -0.001925,         0.000617,        -3.120888,         0.044456,         0.022579,         1.968918,         0.283569,         0.251455,         1.127714,        -0.778774,         2.059055,        -0.378219,         0.006531,         0.028043,         0.232908,        -0.001787,         0.001862,        -0.959730,         1.000000,         0.881569,         0.162083,         0.036323
+   18, 19, 621822.375, 5193318.5,         0.989908,         2.790543,         0.354737,        -0.002098,         0.000660,        -3.178540,         0.040951,         0.024251,         1.688625,         0.263680,         0.259936,         1.014402,        -1.352014,         2.180853,        -0.619947,         0.013760,         0.029695,         0.463365,        -0.001831,         0.001995,        -0.917375,         1.000000,         0.528189,         0.168860,         0.051051
+   19, 20, 606497.125, 5193203.5,         2.242110,         2.974135,         0.753870,        -0.002993,         0.000748,        -4.002910,         0.055725,         0.024522,         2.272473,         0.356305,         0.293455,         1.214172,        -0.657340,         2.298808,        -0.285948,         0.003809,         0.031281,         0.121753,        -0.001580,         0.002034,        -0.776584,         1.000000,         0.664958,         0.262295,         0.118870
+   20, 21, 599814.4375, 5191332,         2.767955,         3.884125,         0.712633,        -0.004210,         0.001027,        -4.101204,         0.076396,         0.031681,         2.411399,         0.219940,         0.374286,         0.587625,        -0.815072,         2.952724,        -0.276041,         0.005167,         0.040325,         0.128142,        -0.001094,         0.002432,        -0.449948,         1.000000,         0.924066,         0.360109,         0.056979
+   21, 22, 622664.625, 5191268,         0.872635,         2.735670,         0.318984,        -0.002278,         0.000661,        -3.446178,         0.045930,         0.024157,         1.901308,         0.215094,         0.252556,         0.851670,        -1.475332,         2.141051,        -0.689069,         0.015078,         0.029093,         0.518261,        -0.001392,         0.001958,        -0.711226,         1.000000,         0.694579,         0.191036,         0.135278
+   22, 23, 604957.75, 5191129.5,         2.274255,         3.055235,         0.744380,        -0.003180,         0.000777,        -4.091444,         0.065067,         0.025097,         2.592602,         0.269542,         0.298919,         0.901721,        -0.518695,         2.356975,        -0.220068,         0.001967,         0.032074,         0.061327,        -0.001220,         0.002034,        -0.599564,         1.000000,         0.823841,         0.281605,         0.094354
+   23, 24, 605312.5, 5190803.5,         2.233058,         2.996995,         0.745099,        -0.003101,         0.000761,        -4.077115,         0.065541,         0.024671,         2.656585,         0.258149,         0.293567,         0.879354,        -0.456322,         2.314732,        -0.197138,         0.001215,         0.031487,         0.038587,        -0.001174,         0.002000,        -0.586968,         1.000000,         0.721995,         0.276093,         0.097707
+   24, 25, 619922.3125, 5190778.5,         0.980414,         2.592442,         0.378182,        -0.002062,         0.000615,        -3.354412,         0.050698,         0.022545,         2.248721,         0.221748,         0.241254,         0.919147,        -0.974481,         2.026480,        -0.480874,         0.008982,         0.027553,         0.325972,        -0.001346,         0.001811,        -0.743373,         1.000000,         0.711393,         0.182471,         0.059884
+   25, 26, 620032.5, 5190592,         0.960478,         2.591641,         0.370606,        -0.002074,         0.000615,        -3.371282,         0.051175,         0.022565,         2.267905,         0.216750,         0.240822,         0.900042,        -0.989837,         2.025876,        -0.488597,         0.009157,         0.027541,         0.332488,        -0.001315,         0.001809,        -0.726973,         1.000000,         0.685115,         0.184393,         0.086321
+   26, 27, 611927.3125, 5189356.5,         1.532111,         2.468875,         0.620570,        -0.002152,         0.000597,        -3.601554,         0.062749,         0.020858,         3.008398,         0.230578,         0.241645,         0.954203,        -0.167697,         1.920675,        -0.087312,        -0.001691,         0.026085,        -0.064830,        -0.001097,         0.001689,        -0.649379,         1.000000,         0.852365,         0.206279,         0.033421
+   27, 28, 604447.4375, 5189277,         2.248848,         3.050338,         0.737245,        -0.003183,         0.000779,        -4.087775,         0.072357,         0.025240,         2.866758,         0.185078,         0.298649,         0.619718,        -0.312601,         2.360844,        -0.132411,        -0.000719,         0.032105,        -0.022408,        -0.000938,         0.002011,        -0.466658,         1.000000,         0.923528,         0.285495,         0.041954
+   28, 29, 625240.6875, 5188786.5,         0.725138,         2.817326,         0.257385,        -0.002740,         0.000722,        -3.796680,         0.050430,         0.025689,         1.963103,         0.116325,         0.260260,         0.446955,        -1.986184,         2.209582,        -0.898896,         0.020456,         0.029893,         0.684308,        -0.000771,         0.002060,        -0.374247,         1.000000,         0.855156,         0.236695,         0.037168
+   29, 30, 615202.125, 5187595.5,         1.048513,         2.439866,         0.429742,        -0.001968,         0.000579,        -3.398901,         0.066389,         0.020817,         3.189125,         0.181272,         0.231860,         0.781818,        -0.296913,         1.899040,        -0.156349,         0.000122,         0.025802,         0.004718,        -0.000995,         0.001641,        -0.606101,         1.000000,         0.775716,         0.202180,         0.027776
+   30, 31, 625293, 5186286.5,         0.538802,         2.825694,         0.190679,        -0.002838,         0.000738,        -3.844413,         0.058892,         0.025910,         2.272993,         0.022446,         0.262194,         0.085608,        -2.003778,         2.214734,        -0.904749,         0.020024,         0.029889,         0.669942,        -0.000360,         0.002064,        -0.174607,         1.000000,         0.449650,         0.264699,         0.060173
+   31, 32, 606734.9375, 5185860,         1.772078,         2.783378,         0.636665,        -0.002626,         0.000689,        -3.809545,         0.080211,         0.023600,         3.398786,         0.101049,         0.274869,         0.367627,         0.094902,         2.172927,         0.043675,        -0.005812,         0.029476,        -0.197177,        -0.000661,         0.001859,        -0.355655,         1.000000,         0.306885,         0.256446,         0.069804
+   32, 33, 608376.25, 5185400.5,         1.532573,         2.671742,         0.573623,        -0.002380,         0.000651,        -3.655928,         0.079777,         0.022663,         3.520172,         0.113953,         0.262805,         0.433604,         0.126089,         2.083297,         0.060524,        -0.006073,         0.028260,        -0.214889,        -0.000690,         0.001783,        -0.386767,         1.000000,         0.761789,         0.242856,         0.041994
+   33, 34, 609096.75, 5185224.5,         1.431198,         2.633221,         0.543516,        -0.002288,         0.000638,        -3.586787,         0.079655,         0.022335,         3.566312,         0.118862,         0.258354,         0.460074,         0.128157,         2.052127,         0.062451,        -0.006044,         0.027839,        -0.217091,        -0.000707,         0.001756,        -0.402454,         1.000000,         0.882897,         0.238046,         0.045578
+   34, 35, 609181.5625, 5185170.5,         1.416538,         2.630002,         0.538607,        -0.002276,         0.000636,        -3.575510,         0.079760,         0.022311,         3.574913,         0.118694,         0.257951,         0.460143,         0.130401,         2.049585,         0.063623,        -0.006070,         0.027804,        -0.218320,        -0.000707,         0.001753,        -0.403342,         1.000000,         0.864341,         0.237615,         0.040944
+   35, 36, 616571.25, 5184687.5,         0.644772,         2.511235,         0.256755,        -0.001952,         0.000601,        -3.249897,         0.075789,         0.021626,         3.504475,         0.113294,         0.235201,         0.481692,        -0.368818,         1.953483,        -0.188800,         0.000619,         0.026518,         0.023336,        -0.000875,         0.001695,        -0.516255,         1.000000,         0.599330,         0.224618,         0.089916
+   36, 37, 621072.5625, 5184409.5,         0.370842,         2.647173,         0.140090,        -0.002266,         0.000656,        -3.456524,         0.071742,         0.023485,         3.054808,         0.040958,         0.243181,         0.168424,        -1.105672,         2.062992,        -0.535956,         0.009428,         0.027940,         0.337456,        -0.000675,         0.001872,        -0.360497,         1.000000,         0.922215,         0.249470,         0.033011
+   37, 38, 619478.6875, 5184344.5,         0.429670,         2.589784,         0.165910,        -0.002112,         0.000632,        -3.343852,         0.074003,         0.022717,         3.257618,         0.067639,         0.238773,         0.283277,        -0.807533,         2.016292,        -0.400504,         0.005898,         0.027337,         0.215732,        -0.000785,         0.001800,        -0.436011,         1.000000,         0.927729,         0.239823,         0.023997
+   38, 39, 620614.4375, 5184022.5,         0.347807,         2.639630,         0.131763,        -0.002216,         0.000652,        -3.398107,         0.073803,         0.023356,         3.159891,         0.039510,         0.242891,         0.162665,        -1.010705,         2.056074,        -0.491571,         0.008211,         0.027852,         0.294807,        -0.000704,         0.001866,        -0.377211,         1.000000,         0.908630,         0.250125,         0.048014
+   39, 40, 621050.375, 5181352,         0.054671,         2.755198,         0.019843,        -0.002225,         0.000695,        -3.199603,         0.083491,         0.024628,         3.390033,        -0.033898,         0.256476,        -0.132167,        -1.041814,         2.145846,        -0.485503,         0.007691,         0.029026,         0.264962,        -0.000690,         0.002055,        -0.335629,         1.000000,         0.778878,         0.279078,         0.049165
+   40, 41, 614195.125, 5180384,         0.471023,         2.696313,         0.174691,        -0.001804,         0.000654,        -2.757443,         0.093414,         0.023455,         3.982765,         0.085285,         0.258085,         0.330455,         0.121858,         2.106655,         0.057844,        -0.006697,         0.028540,        -0.234655,        -0.000939,         0.001881,        -0.499106,         1.000000,         0.654324,         0.249815,         0.047742
+   41, 42, 609198.875, 5179613,         1.067927,         2.909796,         0.367011,        -0.001979,         0.000698,        -2.833574,         0.098275,         0.025400,         3.869149,         0.062237,         0.284732,         0.218583,         0.630414,         2.290395,         0.275242,        -0.013678,         0.030977,        -0.441546,        -0.000660,         0.002008,        -0.328659,         1.000000,         0.732435,         0.254238,         0.059413
+   42, 43, 604451.25, 5179395.5,         1.871110,         3.232480,         0.578847,        -0.002525,         0.000798,        -3.162623,         0.103040,         0.029036,         3.548747,        -0.057784,         0.325754,        -0.177387,         0.912157,         2.576813,         0.353987,        -0.017778,         0.034750,        -0.511608,        -0.000346,         0.002283,        -0.151510,         1.000000,         0.426783,         0.276893,         0.077396
+   43, 44, 603796.8125, 5179261.5,         1.995344,         3.295361,         0.605501,        -0.002613,         0.000819,        -3.191068,         0.104281,         0.029792,         3.500325,        -0.080236,         0.333785,        -0.240380,         0.962306,         2.633273,         0.365441,        -0.018527,         0.035491,        -0.522013,        -0.000305,         0.002336,        -0.130374,         1.000000,         0.429869,         0.281278,         0.131452
+   44, 45, 604303.875, 5179093,         1.900347,         3.266332,         0.581798,        -0.002520,         0.000807,        -3.123941,         0.104046,         0.029429,         3.535449,        -0.063645,         0.329473,        -0.193173,         0.966851,         2.606376,         0.370956,        -0.018585,         0.035138,        -0.528908,        -0.000334,         0.002314,        -0.144299,         1.000000,         0.315548,         0.277872,         0.092851
+   45, 46, 603182.25, 5179006.5,         2.117394,         3.366015,         0.629051,        -0.002688,         0.000841,        -3.195467,         0.105835,         0.030652,         3.452743,        -0.102813,         0.342639,        -0.300062,         1.031910,         2.696391,         0.382700,        -0.019558,         0.036318,        -0.538528,        -0.000264,         0.002396,        -0.110323,         1.000000,         0.550403,         0.285452,         0.089484
+   46, 47, 604138.1875, 5178967.5,         1.932993,         3.289025,         0.587710,        -0.002534,         0.000813,        -3.115888,         0.104596,         0.029698,         3.521935,        -0.069553,         0.332166,        -0.209392,         0.994946,         2.626444,         0.378819,        -0.019000,         0.035402,        -0.536693,        -0.000322,         0.002333,        -0.138140,         1.000000,         0.729827,         0.278942,         0.079802
+   47, 48, 609056.4375, 5174873.5,         1.056096,         3.368223,         0.313547,        -0.001673,         0.000812,        -2.060644,         0.113639,         0.030209,         3.761794,         0.096726,         0.325347,         0.297300,         1.293970,         2.677500,         0.483275,        -0.023980,         0.036183,        -0.662742,        -0.000750,         0.002396,        -0.312974,         1.000000,         0.868187,         0.269337,         0.075828
+   48, 49, 609711.4375, 5173720,         0.945749,         3.466899,         0.272794,        -0.001555,         0.000838,        -1.855247,         0.117497,         0.031285,         3.755692,         0.126001,         0.332602,         0.378833,         1.398634,         2.759213,         0.506896,        -0.025808,         0.037308,        -0.691751,        -0.000852,         0.002485,        -0.342800,         1.000000,         0.803431,         0.273208,         0.083585
+   49, 50, 611671, 5172366.5,         0.544695,         3.518194,         0.154822,        -0.001391,         0.000860,        -1.617015,         0.122655,         0.032116,         3.819064,         0.167395,         0.334437,         0.500526,         1.308568,         2.799075,         0.467500,        -0.025228,         0.037875,        -0.666100,        -0.001146,         0.002594,        -0.441869,         1.000000,         0.786592,         0.282037,         0.094993
+   50, 51, 619304.9375, 5182670.5,         0.271166,         2.638733,         0.102764,        -0.002079,         0.000650,        -3.197023,         0.080555,         0.023231,         3.467520,         0.034669,         0.244758,         0.141645,        -0.736649,         2.053583,        -0.358714,         0.004576,         0.027827,         0.164454,        -0.000801,         0.001876,        -0.427118,         1.000000,         0.784401,         0.254403,         0.035143
+   51, 52, 628210.9375, 5178956.5,        -0.082041,         3.444597,        -0.023817,        -0.003444,         0.000956,        -3.601342,         0.083576,         0.031822,         2.626378,        -0.347552,         0.341075,        -1.018992,        -2.743726,         2.737359,        -1.002326,         0.024580,         0.036594,         0.671687,         0.000866,         0.002861,         0.302810,         1.000000,         0.582579,         0.364898,         0.083022
+   52, 53, 610556, 5177523,         0.797226,         3.016995,         0.264245,        -0.001760,         0.000728,        -2.418266,         0.104708,         0.026609,         3.935132,         0.088893,         0.292398,         0.304016,         0.763489,         2.380556,         0.320719,        -0.016004,         0.032183,        -0.497283,        -0.000824,         0.002125,        -0.387564,         1.000000,         0.720123,         0.260080,         0.076243
+   53, 54, 614326.9375, 5181429.5,         0.538512,         2.636991,         0.204215,        -0.001843,         0.000636,        -2.896013,         0.089516,         0.022802,         3.925850,         0.090011,         0.251843,         0.357411,         0.041223,         2.056809,         0.020042,        -0.005362,         0.027881,        -0.192305,        -0.000899,         0.001813,        -0.495868,         1.000000,         0.827354,         0.243414,         0.049629
+   54, 55, 613786, 5182701,         0.697439,         2.580529,         0.270270,        -0.001890,         0.000618,        -3.059818,         0.085206,         0.022136,         3.849174,         0.103856,         0.246826,         0.420768,         0.025032,         2.010172,         0.012453,        -0.004839,         0.027266,        -0.177487,        -0.000847,         0.001740,        -0.486694,         1.000000,         0.698381,         0.234632,         0.058711
+   55, 56, 615805.1875, 5184686.5,         0.703704,         2.502663,         0.281182,        -0.001935,         0.000597,        -3.241175,         0.076462,         0.021474,         3.560667,         0.120060,         0.235689,         0.509399,        -0.274033,         1.946572,        -0.140777,        -0.000577,         0.026427,        -0.021851,        -0.000875,         0.001680,        -0.521015,         1.000000,         0.483535,         0.223046,         0.049520
+   56, 57, 615976.875, 5185383.5,         0.759388,         2.485015,         0.305587,        -0.001947,         0.000592,        -3.291886,         0.073751,         0.021309,         3.460941,         0.131473,         0.233718,         0.562529,        -0.316127,         1.932982,        -0.163544,         0.000085,         0.026248,         0.003248,        -0.000889,         0.001665,        -0.534058,         1.000000,         0.577102,         0.218034,         0.048243
+   57, 58, 613550.1875, 5185263.5,         0.957813,         2.487199,         0.385097,        -0.001966,         0.000592,        -3.322560,         0.076082,         0.021150,         3.597191,         0.140696,         0.238171,         0.590736,        -0.076824,         1.934095,        -0.039721,        -0.003052,         0.026261,        -0.116205,        -0.000852,         0.001653,        -0.515330,         1.000000,         0.472579,         0.219054,         0.053980
+   58, 59, 626416.5, 5178311,        -0.308619,         3.302019,        -0.093464,        -0.003009,         0.000887,        -3.392310,         0.088308,         0.030318,         2.912706,        -0.295905,         0.321631,        -0.920014,        -2.282851,         2.607419,        -0.875522,         0.019744,         0.034969,         0.564608,         0.000322,         0.002783,         0.115860,         1.000000,         0.773142,         0.354074,         0.048922
+   59, 60, 626512.0625, 5178199.5,        -0.318067,         3.320374,        -0.095792,        -0.003027,         0.000893,        -3.389461,         0.088640,         0.030491,         2.907093,        -0.302886,         0.323862,        -0.935233,        -2.308142,         2.623526,        -0.879786,         0.019942,         0.035177,         0.566899,         0.000351,         0.002806,         0.125265,         1.000000,         0.669094,         0.355854,         0.065949
+   60, 61, 604347.25, 5190509.5,         2.305275,         3.108076,         0.741705,        -0.003263,         0.000794,        -4.107947,         0.068324,         0.025544,         2.674791,         0.237398,         0.303576,         0.782004,        -0.474587,         2.397668,        -0.197937,         0.001343,         0.032631,         0.041147,        -0.001113,         0.002052,        -0.542423,         1.000000,         0.911114,         0.289198,         0.076514
+   61, 62, 599867.375, 5191765,         2.744054,         3.903959,         0.702890,        -0.004222,         0.001030,        -4.097327,         0.074763,         0.031809,         2.350382,         0.247219,         0.376414,         0.656774,        -0.898486,         2.964763,        -0.303055,         0.006257,         0.040495,         0.154504,        -0.001180,         0.002451,        -0.481512,         1.000000,         0.881180,         0.360862,         0.080439
+   62, 63, 599682, 5191238.5,         2.788100,         3.902761,         0.714392,        -0.004233,         0.001033,        -4.098523,         0.077093,         0.031845,         2.420863,         0.211953,         0.375940,         0.563795,        -0.800069,         2.966333,        -0.269717,         0.004955,         0.040513,         0.122301,        -0.001069,         0.002438,        -0.438384,         1.000000,         0.892104,         0.361816,         0.065508
+   63, 64, 599837.6875, 5191565,         2.755892,         3.895693,         0.707420,        -0.004218,         0.001029,        -4.099131,         0.075531,         0.031755,         2.378545,         0.234519,         0.375486,         0.624573,        -0.859982,         2.959734,        -0.290560,         0.005753,         0.040424,         0.142321,        -0.001140,         0.002442,        -0.466702,         1.000000,         0.904020,         0.360605,         0.069016
+   64, 65, 599704.25, 5191550,         2.772599,         3.919949,         0.707305,        -0.004245,         0.001036,        -4.095571,         0.075960,         0.031956,         2.376973,         0.231421,         0.377687,         0.612732,        -0.860730,         2.976811,        -0.289145,         0.005745,         0.040661,         0.141300,        -0.001129,         0.002453,        -0.460415,         1.000000,         0.906351,         0.362634,         0.065778
+   65, 66, 599500.6875, 5192001,         2.776124,         3.991029,         0.695591,        -0.004312,         0.001056,        -4.082990,         0.074996,         0.032515,         2.306502,         0.256227,         0.384646,         0.666137,        -0.956925,         3.024946,        -0.316345,         0.006968,         0.041329,         0.168604,        -0.001206,         0.002496,        -0.483048,         1.000000,         0.945241,         0.367469,         0.070201
+   66, 67, 599444.6875, 5192084,         2.778515,         4.007942,         0.693252,        -0.004328,         0.001061,        -4.079856,         0.074873,         0.032652,         2.293085,         0.260602,         0.386309,         0.674596,        -0.975503,         3.036544,        -0.321254,         0.007203,         0.041490,         0.173597,        -0.001219,         0.002506,        -0.486455,         1.000000,         0.946312,         0.368648,         0.057169
+   67, 68, 611350.875, 5181951.5,         0.903076,         2.671449,         0.338047,        -0.001951,         0.000639,        -3.054617,         0.089264,         0.022938,         3.891518,         0.094164,         0.259142,         0.363367,         0.269745,         2.086915,         0.129256,        -0.008262,         0.028283,        -0.292139,        -0.000754,         0.001801,        -0.418677,         1.000000,         0.678096,         0.240319,         0.081207
+   68, 69, 611738.8125, 5178156,         0.640831,         2.913723,         0.219935,        -0.001745,         0.000705,        -2.473414,         0.102281,         0.025604,         3.994784,         0.092862,         0.281630,         0.329730,         0.574502,         2.292481,         0.250603,        -0.013290,         0.031009,        -0.428601,        -0.000897,         0.002054,        -0.437020,         1.000000,         0.865135,         0.257925,         0.048911
+   69, 70, 614974.9375, 5181098.5,         0.449000,         2.649579,         0.169461,        -0.001834,         0.000643,        -2.854163,         0.090343,         0.023004,         3.927223,         0.082437,         0.252300,         0.326741,        -0.015080,         2.066671,        -0.007297,        -0.004738,         0.028011,        -0.169151,        -0.000931,         0.001842,        -0.505522,         1.000000,         0.919668,         0.247145,         0.030634
+   70, 71, 622161.75, 5184993,         0.401558,         2.680614,         0.149801,        -0.002393,         0.000670,        -3.570103,         0.068072,         0.023963,         2.840700,         0.037161,         0.245970,         0.151082,        -1.330876,         2.091690,        -0.636268,         0.012189,         0.028308,         0.430600,        -0.000599,         0.001906,        -0.314183,         1.000000,         0.774202,         0.251591,         0.047841
+   71, 72, 622373.875, 5185006,         0.399272,         2.690376,         0.148407,        -0.002420,         0.000675,        -3.587228,         0.067728,         0.024091,         2.811363,         0.033535,         0.246950,         0.135795,        -1.374627,         2.099750,        -0.654662,         0.012692,         0.028411,         0.446744,        -0.000579,         0.001918,        -0.301696,         1.000000,         0.911292,         0.253118,         0.027415
+   72, 73, 618841.875, 5190456.5,         1.030034,         2.542658,         0.405101,        -0.002012,         0.000601,        -3.346471,         0.052951,         0.022005,         2.406336,         0.221831,         0.237879,         0.932538,        -0.799794,         1.986456,        -0.402624,         0.006783,         0.027010,         0.251115,        -0.001305,         0.001764,        -0.739652,         1.000000,         0.921286,         0.182406,         0.034766
+   73, 74, 621256.5625, 5190982.5,         0.917127,         2.656673,         0.345216,        -0.002154,         0.000635,        -3.394310,         0.048492,         0.023271,         2.083784,         0.217534,         0.245903,         0.884633,        -1.207990,         2.077927,        -0.581344,         0.011854,         0.028245,         0.419687,        -0.001364,         0.001874,        -0.727808,         1.000000,         0.741378,         0.185931,         0.048497
+   74, 75, 621393.5, 5190810.5,         0.900232,         2.657463,         0.338756,        -0.002172,         0.000636,        -3.415238,         0.048870,         0.023315,         2.096102,         0.212514,         0.245690,         0.864971,        -1.230582,         2.078681,        -0.592001,         0.012110,         0.028250,         0.428677,        -0.001331,         0.001875,        -0.709903,         1.000000,         0.717757,         0.188136,         0.064543
+   75, 76, 621240.625, 5191011,         0.919607,         2.656885,         0.346122,        -0.002152,         0.000634,        -3.391161,         0.048422,         0.023268,         2.081036,         0.218310,         0.245966,         0.887561,        -1.205503,         2.078076,        -0.580105,         0.011827,         0.028248,         0.418673,        -0.001369,         0.001874,        -0.730578,         1.000000,         0.610270,         0.185603,         0.067766
+   76, 77, 621227.875, 5191036.5,         0.921751,         2.657151,         0.346895,        -0.002149,         0.000634,        -3.388410,         0.048357,         0.023266,         2.078422,         0.218991,         0.246027,         0.890108,        -1.203555,         2.078271,        -0.579114,         0.011805,         0.028251,         0.417871,        -0.001374,         0.001874,        -0.733014,         1.000000,         0.660215,         0.185317,         0.055912
+   77, 78, 616808.1875, 5196888.5,         1.587028,         2.839214,         0.558968,        -0.001869,         0.000656,        -2.850553,         0.035947,         0.024027,         1.496106,         0.343257,         0.276494,         1.241465,        -0.771409,         2.209044,        -0.349205,         0.005963,         0.030159,         0.197728,        -0.002437,         0.002019,        -1.207148,         1.000000,         0.623192,         0.150964,         0.117616
+   78, 79, 624110.9375, 5198004.5,         0.808256,         3.276303,         0.246698,        -0.002006,         0.000773,        -2.595332,         0.028404,         0.028239,         1.005813,         0.316857,         0.304704,         1.039885,        -1.929725,         2.544347,        -0.758436,         0.020863,         0.034735,         0.600618,        -0.003095,         0.002367,        -1.307564,         1.000000,         0.713515,         0.147708,         0.045737
+   79, 80, 623559.375, 5198593.5,         0.833519,         3.291082,         0.253266,        -0.001926,         0.000773,        -2.491077,         0.027642,         0.028312,         0.976323,         0.320746,         0.306622,         1.046064,        -1.849514,         2.552398,        -0.724618,         0.019861,         0.034858,         0.569766,        -0.003208,         0.002360,        -1.359540,         1.000000,         0.530809,         0.141897,         0.115183
+   80, 81, 613834, 5194573,         1.795045,         2.631124,         0.682235,        -0.002059,         0.000626,        -3.290178,         0.044398,         0.022269,         1.993713,         0.338745,         0.261001,         1.297865,        -0.472220,         2.052385,        -0.230083,         0.002107,         0.027939,         0.075409,        -0.001907,         0.001883,        -1.012658,         1.000000,         0.576646,         0.176562,         0.075617
+   81, 82, 631727.1875, 5194571.5,         1.102245,         3.756116,         0.293453,        -0.003415,         0.000967,        -3.529487,         0.031250,         0.034005,         0.918985,         0.224481,         0.345588,         0.649564,        -3.299116,         2.938164,        -1.122849,         0.034769,         0.039987,         0.869503,        -0.002069,         0.003014,        -0.686251,         1.000000,         0.523980,         0.242996,         0.210860
+   82, 83, 626461.0625, 5178181,        -0.323343,         3.316589,        -0.097493,        -0.003015,         0.000891,        -3.382830,         0.088778,         0.030452,         2.915279,        -0.301324,         0.323358,        -0.931857,        -2.294864,         2.620107,        -0.875867,         0.019799,         0.035134,         0.563526,         0.000336,         0.002803,         0.119889,         1.000000,         0.798000,         0.355543,         0.039139
+   83, 84, 619541.1875, 5184195.5,         0.411732,         2.596029,         0.158601,        -0.002117,         0.000634,        -3.337518,         0.074489,         0.022789,         3.268612,         0.063140,         0.239386,         0.263759,        -0.815535,         2.021093,        -0.403512,         0.005954,         0.027400,         0.217295,        -0.000780,         0.001809,        -0.430881,         1.000000,         0.807235,         0.241600,         0.065976
+   84, 85, 619546.4375, 5185242,         0.515446,         2.569649,         0.200590,        -0.002121,         0.000624,        -3.400411,         0.070565,         0.022511,         3.134621,         0.088001,         0.236461,         0.372158,        -0.836185,         2.001586,        -0.417761,         0.006461,         0.027147,         0.238016,        -0.000804,         0.001772,        -0.453413,         1.000000,         0.881302,         0.231656,         0.046100
+   85, 86, 619245, 5185161,         0.522526,         2.561604,         0.203984,        -0.002097,         0.000620,        -3.379357,         0.071227,         0.022397,         3.180186,         0.090424,         0.236037,         0.383092,        -0.782878,         1.994900,        -0.392439,         0.005802,         0.027060,         0.214433,        -0.000815,         0.001762,        -0.462690,         1.000000,         0.567795,         0.230825,         0.108566
+   86, 87, 604237.125, 5190436.5,         2.312933,         3.119716,         0.741392,        -0.003279,         0.000798,        -4.110400,         0.068789,         0.025641,         2.682814,         0.233035,         0.304634,         0.764967,        -0.470929,         2.406552,        -0.195686,         0.001284,         0.032753,         0.039190,        -0.001100,         0.002057,        -0.534645,         1.000000,         0.896623,         0.290625,         0.096865
+   87, 88, 604270, 5190514.5,         2.312389,         3.118597,         0.741484,        -0.003277,         0.000797,        -4.110083,         0.068458,         0.025625,         2.671554,         0.236855,         0.304530,         0.777771,        -0.479501,         2.405412,        -0.199343,         0.001397,         0.032738,         0.042659,        -0.001112,         0.002057,        -0.540658,         1.000000,         0.953502,         0.290311,         0.055297
+   88, 89, 605728.125, 5185079.5,         1.853968,         2.881991,         0.643294,        -0.002736,         0.000718,        -3.808207,         0.084261,         0.024625,         3.421691,         0.061718,         0.285784,         0.215959,         0.171493,         2.257791,         0.075956,        -0.006992,         0.030610,        -0.228427,        -0.000576,         0.001931,        -0.297992,         1.000000,         0.705272,         0.266337,         0.056973
+   89, 90, 622842.5, 5184411,         0.333946,         2.729020,         0.122368,        -0.002485,         0.000691,        -3.595708,         0.069301,         0.024543,         2.823726,         0.005420,         0.251291,         0.021569,        -1.467976,         2.130186,        -0.689131,         0.013576,         0.028800,         0.471380,        -0.000496,         0.001970,        -0.251992,         1.000000,         0.880389,         0.263169,         0.069408
+   90, 91, 622878.5625, 5185157,         0.408148,         2.711708,         0.150513,        -0.002486,         0.000684,        -3.633186,         0.066457,         0.024378,         2.726107,         0.028632,         0.249124,         0.114929,        -1.480955,         2.117690,        -0.699325,         0.013941,         0.028641,         0.486752,        -0.000535,         0.001941,        -0.275671,         1.000000,         0.909478,         0.255597,         0.029869
+   91, 92, 622519.1875, 5185380.5,         0.433870,         2.689027,         0.161348,        -0.002436,         0.000674,        -3.613481,         0.066133,         0.024098,         2.744352,         0.042531,         0.246664,         0.172426,        -1.407553,         2.099509,        -0.670420,         0.013171,         0.028409,         0.463611,        -0.000587,         0.001913,        -0.306963,         1.000000,         0.714978,         0.250330,         0.051783
+   92, 93, 607458.6875, 5187394.5,         1.802646,         2.712827,         0.664490,        -0.002597,         0.000672,        -3.863609,         0.074012,         0.022793,         3.247124,         0.155125,         0.267141,         0.580687,        -0.035431,         2.110305,        -0.016789,        -0.003949,         0.028645,        -0.137844,        -0.000803,         0.001814,        -0.442463,         1.000000,         0.829287,         0.248448,         0.075392
+   93, 94, 609176.4375, 5183983,         1.320972,         2.668457,         0.495032,        -0.002221,         0.000643,        -3.452997,         0.083823,         0.022758,         3.683272,         0.096834,         0.261709,         0.370004,         0.220106,         2.083178,         0.105659,        -0.007391,         0.028245,        -0.261664,        -0.000665,         0.001784,        -0.372811,         1.000000,         0.480584,         0.240854,         0.056242
+   94, 95, 614673.8125, 5183657,         0.700255,         2.534432,         0.276297,        -0.001908,         0.000605,        -3.151353,         0.081126,         0.021715,         3.736017,         0.111571,         0.240788,         0.463357,        -0.109736,         1.972036,        -0.055646,        -0.002887,         0.026763,        -0.107858,        -0.000859,         0.001702,        -0.504554,         1.000000,         0.504214,         0.229010,         0.047369
+   95, 96, 612678.3125, 5181877,         0.745284,         2.639328,         0.282376,        -0.001888,         0.000632,        -2.986855,         0.088809,         0.022685,         3.914903,         0.098069,         0.254246,         0.385723,         0.174042,         2.059659,         0.084500,        -0.006984,         0.027920,        -0.250142,        -0.000820,         0.001786,        -0.459228,         1.000000,         0.816985,         0.239334,         0.056546
+   96, 97, 612185.125, 5182226.5,         0.826765,         2.632890,         0.314014,        -0.001920,         0.000629,        -3.051496,         0.087837,         0.022579,         3.890241,         0.099986,         0.254269,         0.393230,         0.190262,         2.054327,         0.092615,        -0.007130,         0.027851,        -0.256001,        -0.000791,         0.001773,        -0.446238,         1.000000,         0.642288,         0.237779,         0.059126
+   97, 98, 614704.125, 5180508.5,         0.428395,         2.683581,         0.159636,        -0.001810,         0.000652,        -2.774923,         0.092683,         0.023363,         3.967036,         0.081587,         0.256179,         0.318477,         0.053354,         2.095404,         0.025462,        -0.005785,         0.028391,        -0.203763,        -0.000951,         0.001878,        -0.506357,         1.000000,         0.782502,         0.250334,         0.059902
+   98, 99, 612310.6875, 5178440,         0.574630,         2.871229,         0.200134,        -0.001742,         0.000696,        -2.501079,         0.101140,         0.025200,         4.013438,         0.092703,         0.277089,         0.334558,         0.486410,         2.256143,         0.215593,        -0.012038,         0.030525,        -0.394386,        -0.000928,         0.002026,        -0.457969,         1.000000,         0.860145,         0.257220,         0.039215
+   99, 100, 606817.5, 5192300.5,         2.188692,         2.890809,         0.757121,        -0.002904,         0.000726,        -3.998366,         0.058157,         0.023870,         2.436442,         0.322161,         0.285034,         1.130256,        -0.528893,         2.236199,        -0.236514,         0.002251,         0.030412,         0.074016,        -0.001427,         0.001974,        -0.722887,         1.000000,         0.428320,         0.256927,         0.109203
+  100, 101, 624374.75, 5190974.5,         0.826011,         2.819496,         0.292964,        -0.002500,         0.000698,        -3.583604,         0.044754,         0.025252,         1.772294,         0.195023,         0.260110,         0.749774,        -1.812831,         2.209082,        -0.820627,         0.018941,         0.029980,         0.631798,        -0.001280,         0.002058,        -0.622138,         1.000000,         0.545877,         0.206158,         0.118582
+  101, 102, 623916.3125, 5190809.5,         0.823395,         2.786969,         0.295444,        -0.002449,         0.000686,        -3.568264,         0.045799,         0.024897,         1.839512,         0.194047,         0.256894,         0.755356,        -1.718534,         2.183047,        -0.787218,         0.017842,         0.029630,         0.602177,        -0.001261,         0.002020,        -0.624436,         1.000000,         0.598219,         0.204214,         0.038034
+  102, 103, 603496.625, 5187957.5,         2.304204,         3.136364,         0.734673,        -0.003288,         0.000806,        -4.077995,         0.078781,         0.026194,         3.007586,         0.114241,         0.307987,         0.370929,        -0.176586,         2.436558,        -0.072473,        -0.002612,         0.033119,        -0.078882,        -0.000745,         0.002054,        -0.362514,         1.000000,         0.613322,         0.295561,         0.133834
+  103, 104, 604809.1875, 5186498.5,         2.063030,         2.962383,         0.696409,        -0.002970,         0.000750,        -3.962428,         0.081116,         0.025055,         3.237525,         0.085264,         0.292819,         0.291185,         0.017666,         2.313438,         0.007636,        -0.005006,         0.031397,        -0.159453,        -0.000644,         0.001967,        -0.327546,         1.000000,         0.718392,         0.276926,         0.049353
+  104, 105, 631835.0625, 5190386,         1.327770,         3.470187,         0.382622,        -0.003931,         0.000993,        -3.957840,         0.038709,         0.032900,         1.176572,         0.067418,         0.331830,         0.203170,        -3.352749,         2.733211,        -1.226670,         0.034164,         0.036896,         0.925952,        -0.000420,         0.002808,        -0.149515,         1.000000,         0.762543,         0.287095,         0.084536
+  105, 106, 626710.0625, 5189688.5,         0.819687,         2.932400,         0.279528,        -0.002936,         0.000765,        -3.838770,         0.045760,         0.026963,         1.697131,         0.129346,         0.272851,         0.474055,        -2.296051,         2.303098,        -0.996940,         0.023974,         0.031151,         0.769589,        -0.000840,         0.002202,        -0.381698,         1.000000,         0.839440,         0.240839,         0.046239
+  106, 107, 623787.75, 5187853,         0.644432,         2.727545,         0.236268,        -0.002559,         0.000687,        -3.726763,         0.055509,         0.024623,         2.254318,         0.103671,         0.250432,         0.413967,        -1.680300,         2.135496,        -0.786843,         0.016862,         0.028906,         0.583345,        -0.000734,         0.001951,        -0.376283,         1.000000,         0.757513,         0.234132,         0.057625
+  107, 108, 624746.6875, 5187123,         0.596073,         2.783288,         0.214162,        -0.002725,         0.000716,        -3.806665,         0.056705,         0.025375,         2.234670,         0.063618,         0.256833,         0.247702,        -1.883150,         2.180690,        -0.863557,         0.018939,         0.029470,         0.642674,        -0.000539,         0.002016,        -0.267380,         1.000000,         0.841838,         0.250439,         0.051688
+  108, 109, 623421.4375, 5186092.5,         0.494784,         2.721437,         0.181810,        -0.002550,         0.000689,        -3.702412,         0.062248,         0.024556,         2.534916,         0.049700,         0.249940,         0.198847,        -1.599716,         2.127804,        -0.751815,         0.015533,         0.028776,         0.539778,        -0.000554,         0.001946,        -0.284819,         1.000000,         0.588590,         0.250097,         0.135100
+  109, 110, 628172, 5179026.5,        -0.077208,         3.434302,        -0.022482,        -0.003436,         0.000953,        -3.605161,         0.083329,         0.031728,         2.626370,        -0.343632,         0.339812,        -1.011239,        -2.732867,         2.728219,        -1.001704,         0.024512,         0.036476,         0.671998,         0.000850,         0.002849,         0.298487,         1.000000,         0.468987,         0.363976,         0.087370
+  110, 111, 628290.3125, 5178268.5,        -0.162515,         3.513099,        -0.046260,        -0.003451,         0.000974,        -3.541673,         0.086343,         0.032408,         2.664252,        -0.373451,         0.349035,        -1.069952,        -2.773145,         2.797750,        -0.991205,         0.024508,         0.037383,         0.655584,         0.000924,         0.002957,         0.312600,         1.000000,         0.576627,         0.371128,         0.064030
+  111, 112, 628201.75, 5179652,         0.004841,         3.387039,         0.001429,        -0.003453,         0.000942,        -3.663751,         0.080712,         0.031345,         2.574936,        -0.322832,         0.334414,        -0.965369,        -2.733340,         2.687213,        -1.017165,         0.024826,         0.035937,         0.690838,         0.000827,         0.002775,         0.298034,         1.000000,         0.581411,         0.358995,         0.126896
+  112, 113, 627275.1875, 5178139.5,        -0.274815,         3.406694,        -0.080669,        -0.003198,         0.000927,        -3.450437,         0.087979,         0.031336,         2.807629,        -0.335771,         0.334908,        -1.002576,        -2.508518,         2.700830,        -0.928795,         0.021898,         0.036160,         0.605584,         0.000591,         0.002885,         0.204875,         1.000000,         0.812774,         0.363199,         0.061917
+  113, 114, 627294.0625, 5178061.5,        -0.283691,         3.415277,        -0.083065,        -0.003201,         0.000929,        -3.444095,         0.088275,         0.031412,         2.810211,        -0.338830,         0.335914,        -1.008682,        -2.514125,         2.708373,        -0.928279,         0.021913,         0.036258,         0.604352,         0.000599,         0.002897,         0.206650,         1.000000,         0.731679,         0.363990,         0.049877
+  114, 115, 627254.5625, 5178207,        -0.267482,         3.398841,        -0.078698,        -0.003195,         0.000925,        -3.455547,         0.087727,         0.031265,         2.805931,        -0.332938,         0.333980,        -0.996878,        -2.502565,         2.693923,        -0.928967,         0.021874,         0.036070,         0.606434,         0.000583,         0.002874,         0.202876,         1.000000,         0.774369,         0.362473,         0.069360
+  115, 116, 627382.125, 5178423.5,        -0.228821,         3.395154,        -0.067396,        -0.003231,         0.000926,        -3.487819,         0.086697,         0.031251,         2.774175,        -0.331619,         0.333791,        -0.993491,        -2.534177,         2.691167,        -0.941665,         0.022293,         0.036028,         0.618784,         0.000619,         0.002858,         0.216668,         1.000000,         0.653814,         0.361864,         0.068823
+  116, 117, 627075.9375, 5173730.5,        -0.928512,         3.806581,        -0.243923,        -0.002983,         0.001013,        -2.945872,         0.105903,         0.034825,         3.041034,        -0.423788,         0.377099,        -1.123811,        -2.517844,         3.054066,        -0.824424,         0.019638,         0.040818,         0.481113,         0.000517,         0.003470,         0.148881,         1.000000,         0.865473,         0.392591,         0.105039
+  117, 118, 627312.625, 5174101.5,        -0.852024,         3.798252,        -0.224320,        -0.003061,         0.001016,        -3.012946,         0.104223,         0.034751,         2.999170,        -0.429869,         0.377017,        -1.140185,        -2.578055,         3.047455,        -0.845970,         0.020426,         0.040719,         0.501622,         0.000618,         0.003445,         0.179481,         1.000000,         0.674061,         0.392240,         0.128180
+  118, 119, 632987.75, 5176669,         0.584282,         4.386570,         0.133198,        -0.004937,         0.001388,        -3.556673,         0.090929,         0.041383,         2.197279,        -0.631698,         0.461457,        -1.368921,        -4.018434,         3.613318,        -1.112118,         0.034106,         0.047711,         0.714842,         0.002921,         0.003449,         0.846836,         1.000000,         0.621526,         0.418656,         0.282726
+  119, 120, 607952.9375, 5197530,         2.250914,         3.134388,         0.718135,        -0.002863,         0.000768,        -3.728945,         0.041708,         0.026153,         1.594732,         0.476996,         0.314542,         1.516481,        -1.011180,         2.432829,        -0.415640,         0.007985,         0.033189,         0.240579,        -0.002396,         0.002203,        -1.087418,         1.000000,         0.621453,         0.244606,         0.050279
+  120, 121, 608112.125, 5197854,         2.246488,         3.147704,         0.713691,        -0.002842,         0.000769,        -3.696380,         0.040753,         0.026285,         1.550402,         0.481913,         0.316189,         1.524129,        -1.028596,         2.443688,        -0.420919,         0.008166,         0.033348,         0.244870,        -0.002459,         0.002215,        -1.109955,         1.000000,         0.558645,         0.242461,         0.079155
+  121, 122, 608054.25, 5197884.5,         2.247080,         3.155480,         0.712120,        -0.002852,         0.000771,        -3.699644,         0.040753,         0.026352,         1.546480,         0.483652,         0.316981,         1.525807,        -1.039185,         2.449654,        -0.424217,         0.008295,         0.033430,         0.248123,        -0.002465,         0.002220,        -1.110464,         1.000000,         0.597102,         0.243339,         0.059217
+  122, 123, 611576.75, 5184826,         1.114643,         2.540100,         0.438818,        -0.002050,         0.000607,        -3.379150,         0.079033,         0.021558,         3.666043,         0.130735,         0.246233,         0.530939,         0.069311,         1.976637,         0.035065,        -0.005116,         0.026826,        -0.190716,        -0.000780,         0.001687,        -0.462754,         1.000000,         0.455566,         0.226476,         0.064818
+  123, 124, 619825.375, 5192026,         1.067071,         2.633286,         0.405224,        -0.002017,         0.000621,        -3.250305,         0.046876,         0.022793,         2.056567,         0.249040,         0.246643,         1.009717,        -0.981211,         2.058330,        -0.476703,         0.009130,         0.028009,         0.325957,        -0.001560,         0.001853,        -0.841913,         1.000000,         0.857489,         0.172273,         0.052230
+  124, 125, 621679.25, 5192249,         0.959522,         2.727501,         0.351795,        -0.002137,         0.000649,        -3.294155,         0.044154,         0.023816,         1.854001,         0.243287,         0.253301,         0.960467,        -1.304447,         2.132999,        -0.611555,         0.013123,         0.029019,         0.452230,        -0.001603,         0.001942,        -0.825392,         1.000000,         0.779167,         0.176923,         0.092677
+  125, 126, 621589.375, 5183840.5,         0.297948,         2.685846,         0.110933,        -0.002323,         0.000671,        -3.460075,         0.073201,         0.023943,         3.057372,         0.014992,         0.247218,         0.060642,        -1.200682,         2.093354,        -0.573569,         0.010361,         0.028331,         0.365699,        -0.000613,         0.001926,        -0.318467,         1.000000,         0.531087,         0.259030,         0.071378
+  126, 127, 615753.9375, 5177189,         0.071332,         2.889070,         0.024690,        -0.001684,         0.000722,        -2.332292,         0.104518,         0.025884,         4.037991,         0.064604,         0.276051,         0.234030,         0.134369,         2.266407,         0.059287,        -0.008033,         0.030660,        -0.261998,        -0.001201,         0.002177,        -0.551537,         1.000000,         0.765395,         0.276101,         0.143898
+  127, 128, 617433.9375, 5187558.5,         0.869071,         2.475467,         0.351074,        -0.001993,         0.000588,        -3.390716,         0.064462,         0.021338,         3.021036,         0.165857,         0.231074,         0.717768,        -0.550758,         1.928880,        -0.285533,         0.003380,         0.026204,         0.129006,        -0.000993,         0.001675,        -0.593069,         1.000000,         0.670679,         0.203187,         0.054995
+  128, 129, 618944.0625, 5182883.5,         0.312234,         2.620335,         0.119158,        -0.002053,         0.000643,        -3.194152,         0.080155,         0.023001,         3.484883,         0.045874,         0.243165,         0.188655,        -0.678575,         2.039109,        -0.332780,         0.003949,         0.027639,         0.142871,        -0.000818,         0.001849,        -0.442286,         1.000000,         0.848659,         0.250273,         0.027699
+  129, 130, 618740.75, 5182729.5,         0.308703,         2.620396,         0.117808,        -0.002035,         0.000643,        -3.167559,         0.080967,         0.022986,         3.522480,         0.046777,         0.243502,         0.192100,        -0.638899,         2.039116,        -0.313321,         0.003427,         0.027640,         0.124004,        -0.000831,         0.001849,        -0.449422,         1.000000,         0.822292,         0.250477,         0.023906
+  130, 131, 630063.75, 5199204,         0.497137,         3.952818,         0.125768,        -0.002558,         0.000953,        -2.684985,         0.026386,         0.034767,         0.758935,         0.321214,         0.361854,         0.887691,        -3.103499,         3.071475,        -1.010426,         0.034171,         0.041916,         0.815229,        -0.003936,         0.003034,        -1.297535,         1.000000,         0.597648,         0.186734,         0.109265
+  131, 132, 618442.6875, 5196889.5,         1.395045,         2.890159,         0.482688,        -0.001833,         0.000666,        -2.753226,         0.034723,         0.024531,         1.415470,         0.329498,         0.277513,         1.187323,        -0.947537,         2.248115,        -0.421481,         0.008391,         0.030698,         0.273321,        -0.002502,         0.002048,        -1.221895,         1.000000,         0.791864,         0.144801,         0.095833
+  132, 133, 619781.9375, 5196731,         1.239294,         2.931273,         0.422783,        -0.001847,         0.000677,        -2.728785,         0.034059,         0.024963,         1.364379,         0.319387,         0.278418,         1.147148,        -1.124099,         2.280421,        -0.492935,         0.010762,         0.031136,         0.345648,        -0.002526,         0.002076,        -1.216513,         1.000000,         0.686832,         0.143524,         0.065159
+  133, 134, 614509.0625, 5196669,         1.833234,         2.786833,         0.657820,        -0.002003,         0.000651,        -3.075561,         0.038137,         0.023509,         1.622185,         0.365147,         0.276262,         1.321739,        -0.615194,         2.169615,        -0.283550,         0.003705,         0.029599,         0.125178,        -0.002318,         0.001995,        -1.161712,         1.000000,         0.639150,         0.166667,         0.064005
+  134, 135, 614251.5, 5196031.5,         1.832287,         2.735234,         0.669883,        -0.002026,         0.000643,        -3.149847,         0.040004,         0.023096,         1.732043,         0.358923,         0.271441,         1.322286,        -0.568291,         2.131157,        -0.266659,         0.003178,         0.029053,         0.109389,        -0.002188,         0.001960,        -1.116237,         1.000000,         0.590044,         0.169989,         0.047468
+  135, 136, 614192.875, 5195831,         1.828742,         2.719756,         0.672392,        -0.002031,         0.000641,        -3.170304,         0.040589,         0.022973,         1.766775,         0.356485,         0.269932,         1.320647,        -0.554586,         2.119554,        -0.261652,         0.003027,         0.028889,         0.104781,        -0.002148,         0.001949,        -1.102136,         1.000000,         0.600291,         0.170872,         0.060379
+  136, 137, 611343.75, 5196902,         2.109332,         2.859991,         0.737531,        -0.002334,         0.000683,        -3.416190,         0.039856,         0.023976,         1.662372,         0.410464,         0.287142,         1.429481,        -0.654008,         2.224930,        -0.293945,         0.003770,         0.030342,         0.124235,        -0.002290,         0.002046,        -1.119429,         1.000000,         0.684077,         0.198546,         0.048218
+  137, 138, 609543.9375, 5197193.5,         2.207185,         2.979842,         0.740705,        -0.002595,         0.000721,        -3.597266,         0.040747,         0.024893,         1.636902,         0.443312,         0.299337,         1.480982,        -0.805548,         2.315612,        -0.347877,         0.005496,         0.031584,         0.174002,        -0.002329,         0.002115,        -1.101002,         1.000000,         0.750134,         0.221694,         0.120474
+  138, 139, 625092.7626, 5173478.679,        -1.043824,         3.585193,        -0.291149,        -0.002508,         0.000934,        -2.686117,         0.109049,         0.032994,         3.305144,        -0.325603,         0.349627,        -0.931288,        -1.938439,         2.853099,        -0.679415,         0.013631,         0.038248,         0.356369,        -0.000241,         0.003261,        -0.073947,         0.000000,         0.449082,         0.377129,         0.177270
+  139, 140, 618090.44, 5188971.513,         0.957006,         2.494115,         0.383706,        -0.002006,         0.000591,        -3.393215,         0.058792,         0.021551,         2.728090,         0.193315,         0.232912,         0.829992,        -0.665953,         1.946155,        -0.342189,         0.004986,         0.026448,         0.188512,        -0.001120,         0.001706,        -0.656129,         0.000000,         0.891459,         0.192904,         0.040791
+  140, 141, 632977.7664, 5183695.617,         1.262064,         3.673639,         0.343546,        -0.004735,         0.001184,        -3.998501,         0.058803,         0.035658,         1.649103,        -0.313957,         0.378923,        -0.828551,        -3.807607,         2.940770,        -1.294765,         0.035965,         0.039057,         0.920829,         0.001739,         0.002820,         0.616752,         0.000000,         0.122638,         0.366218,         0.104591
+  141, 142, 632561.4182, 5179465.679,         0.767577,         3.982716,         0.192727,        -0.004734,         0.001253,        -3.778110,         0.077726,         0.037787,         2.056932,        -0.504055,         0.415072,        -1.214379,        -3.826592,         3.233428,        -1.183447,         0.034179,         0.042796,         0.798654,         0.002354,         0.003107,         0.757648,         0.000000,         0.040814,         0.397295,         0.091968
+  142, 143, 608853.0017, 5189357.655,         1.824027,         2.618779,         0.696518,        -0.002486,         0.000647,        -3.841680,         0.065548,         0.021915,         2.990976,         0.226124,         0.258062,         0.876239,        -0.167177,         2.033636,        -0.082206,        -0.002048,         0.027613,        -0.074175,        -0.001035,         0.001778,        -0.582069,         0.000000,         0.609547,         0.232517,         0.050879
+  143, 144, 628464.4041, 5194369.09,         0.882122,         3.336952,         0.264350,        -0.002850,         0.000836,        -3.410098,         0.032716,         0.029857,         1.095764,         0.254301,         0.308826,         0.823446,        -2.679676,         2.612213,        -1.025826,         0.028902,         0.035539,         0.813243,        -0.002139,         0.002588,        -0.826384,         0.000000,         0.459973,         0.210534,         0.124003
+  144, 145, 605923.6846, 5172682.846,         1.862727,         3.856909,         0.482958,        -0.001752,         0.000933,        -1.878273,         0.120639,         0.035313,         3.416255,         0.044730,         0.375669,         0.119068,         2.081159,         3.090872,         0.673324,        -0.035317,         0.041794,        -0.845016,        -0.000412,         0.002738,        -0.150542,         0.000000,         0.273378,         0.277652,         0.135077
+  145, 146, 608895.5408, 5177509.669,         1.071175,         3.101402,         0.345384,        -0.001868,         0.000746,        -2.504397,         0.105176,         0.027420,         3.835700,         0.064919,         0.302523,         0.214593,         0.916109,         2.453253,         0.373426,        -0.018075,         0.033148,        -0.545283,        -0.000678,         0.002177,        -0.311314,         0.000000,         0.649117,         0.261467,         0.099115
+  146, 147, 617500.3155, 5198567.259,         1.540588,         3.003005,         0.513015,        -0.001811,         0.000687,        -2.635502,         0.031483,         0.025404,         1.239300,         0.351750,         0.290722,         1.209919,        -0.928169,         2.328727,        -0.398573,         0.007769,         0.031846,         0.243955,        -0.002813,         0.002124,        -1.324447,         0.000000,         0.826606,         0.143124,         0.050474
+  147, 148, 599775.4949, 5197917.037,         2.318239,         4.397331,         0.527192,        -0.004545,         0.001166,        -3.898817,         0.056300,         0.037165,         1.514893,         0.619519,         0.449504,         1.378227,        -2.189248,         3.366044,        -0.650392,         0.023031,         0.045866,         0.502134,        -0.002529,         0.002927,        -0.864147,         0.000000,         0.191779,         0.376255,         0.193989
+  148, 149, 609818.8936, 5185616.971,         1.381528,         2.585582,         0.534320,        -0.002228,         0.000624,        -3.568847,         0.077637,         0.021888,         3.546935,         0.134167,         0.252995,         0.530315,         0.085383,         2.012770,         0.042420,        -0.005376,         0.027312,        -0.196828,        -0.000750,         0.001722,        -0.435609,         0.000000,         0.553478,         0.232256,         0.053351
+  149, 150, 626873.8954, 5191523.791,         0.874794,         3.012087,         0.290428,        -0.002839,         0.000770,        -3.688993,         0.040416,         0.027384,         1.475917,         0.189565,         0.279695,         0.677757,        -2.331234,         2.363590,        -0.986311,         0.024725,         0.032050,         0.771468,        -0.001305,         0.002287,        -0.570649,         0.000000,         0.608511,         0.222893,         0.070987
+  150, 151, 613220.8049, 5175607.806,         0.321968,         3.083353,         0.104421,        -0.001570,         0.000760,        -2.064338,         0.111124,         0.027689,         4.013338,         0.112436,         0.295758,         0.380163,         0.660720,         2.434411,         0.271409,        -0.015366,         0.032915,        -0.466850,        -0.001157,         0.002279,        -0.507818,         0.000000,         0.143993,         0.273491,         0.063881
+  151, 152, 603465.2567, 5194828.473,         2.377815,         3.492704,         0.680795,        -0.003630,         0.000893,        -4.063897,         0.056129,         0.028686,         1.956675,         0.434524,         0.343741,         1.264101,        -1.195411,         2.680678,        -0.445936,         0.010391,         0.036557,         0.284249,        -0.001888,         0.002335,        -0.808667,         0.000000,         0.441987,         0.311497,         0.154905
+  152, 153, 610497.3677, 5188165.47,         1.552226,         2.518470,         0.616337,        -0.002252,         0.000612,        -3.677866,         0.068102,         0.021211,         3.210721,         0.198688,         0.246827,         0.804969,        -0.081530,         1.957501,        -0.041650,        -0.002976,         0.026577,        -0.111966,        -0.000947,         0.001700,        -0.556824,         0.000000,         0.922509,         0.220202,         0.026596
+  153, 154, 620797.4476, 5197029.313,         1.132006,         3.002658,         0.377001,        -0.001863,         0.000695,        -2.680164,         0.032572,         0.025628,         1.270940,         0.317188,         0.283271,         1.119734,        -1.295501,         2.334650,        -0.554901,         0.012960,         0.031880,         0.406522,        -0.002642,         0.002130,        -1.240655,         0.000000,         0.705996,         0.142438,         0.116553
+  154, 155, 619340.9224, 5184576.829,         0.459690,         2.579043,         0.178241,        -0.002102,         0.000627,        -3.350822,         0.073295,         0.022590,         3.244579,         0.075256,         0.237782,         0.316490,        -0.788136,         2.007998,        -0.392498,         0.005725,         0.027230,         0.210246,        -0.000796,         0.001786,        -0.445866,         0.000000,         0.874342,         0.236848,         0.027130
+  155, 156, 614830.737, 5190713.524,         1.393128,         2.458721,         0.566607,        -0.001994,         0.000586,        -3.402500,         0.055837,         0.020954,         2.664667,         0.252277,         0.237962,         1.060159,        -0.356932,         1.917705,        -0.186124,         0.001003,         0.026068,         0.038486,        -0.001314,         0.001708,        -0.769226,         0.000000,         0.268123,         0.184898,         0.075975
+  156, 157, 605129.0973, 5200481.525,         2.129281,         3.697115,         0.575930,        -0.003462,         0.000927,        -3.733051,         0.039870,         0.031542,         1.264040,         0.609629,         0.377451,         1.615120,        -1.813225,         2.876884,        -0.630274,         0.017904,         0.039261,         0.456018,        -0.003028,         0.002578,        -1.174626,         0.000000,         0.140458,         0.290442,         0.134139
+  157, 158, 602693.0273, 5183588.584,         2.257856,         3.214540,         0.702389,        -0.003159,         0.000825,        -3.827621,         0.094354,         0.028196,         3.346412,        -0.054199,         0.323980,        -0.167292,         0.373765,         2.546967,         0.146749,        -0.010154,         0.034463,        -0.294650,        -0.000357,         0.002180,        -0.163615,         0.000000,         0.274430,         0.295893,         0.251066
+  158, 159, 614631.3761, 5196376.528,         1.808865,         2.763541,         0.654546,        -0.001995,         0.000647,        -3.085651,         0.038817,         0.023332,         1.663661,         0.359691,         0.273672,         1.314314,        -0.602077,         2.152325,        -0.279733,         0.003603,         0.029355,         0.122746,        -0.002265,         0.001978,        -1.144650,         0.000000,         0.368891,         0.166256,         0.084917
+  159, 160, 615233.5888, 5180633.854,         0.386720,         2.673220,         0.144665,        -0.001821,         0.000651,        -2.796527,         0.091905,         0.023299,         3.944602,         0.076739,         0.254453,         0.301583,        -0.020709,         2.086067,        -0.009927,        -0.004809,         0.028267,        -0.170132,        -0.000959,         0.001878,        -0.510859,         0.000000,         0.621426,         0.251119,         0.109996
+  160, 161, 629997.8663, 5185066.623,         0.815347,         3.241410,         0.251541,        -0.003846,         0.000948,        -4.057021,         0.056945,         0.030865,         1.844964,        -0.144033,         0.318678,        -0.451972,        -3.081379,         2.565894,        -1.200899,         0.030344,         0.034340,         0.883645,         0.000661,         0.002484,         0.266191,         0.000000,         0.094639,         0.324618,         0.065384
+  161, 162, 630805.6898, 5185164.021,         0.945968,         3.325351,         0.284472,        -0.004047,         0.000995,        -4.069164,         0.055596,         0.031869,         1.744521,        -0.163144,         0.330208,        -0.494064,        -3.264094,         2.637355,        -1.237639,         0.032002,         0.035253,         0.907790,         0.000832,         0.002559,         0.324992,         0.000000,         0.469403,         0.331635,         0.110002
+  162, 163, 627164.8181, 5192535.286,         0.886743,         3.089984,         0.286973,        -0.002807,         0.000782,        -3.589343,         0.037590,         0.027908,         1.346935,         0.216924,         0.286740,         0.756516,        -2.397362,         2.422921,        -0.989451,         0.025617,         0.032896,         0.778726,        -0.001584,         0.002361,        -0.670841,         0.000000,         0.411837,         0.215412,         0.067286
+  163, 164, 625341.3272, 5179587.716,        -0.188839,         3.113272,        -0.060656,        -0.002828,         0.000826,        -3.422980,         0.084578,         0.028501,         2.967597,        -0.217950,         0.298538,        -0.730057,        -2.009536,         2.444062,        -0.822212,         0.017564,         0.032859,         0.534514,         0.000031,         0.002535,         0.012306,         0.000000,         0.162063,         0.333245,         0.095560
+  164, 165, 607806.954, 5176970.251,         1.265597,         3.215523,         0.393590,        -0.001922,         0.000774,        -2.483293,         0.107260,         0.028616,         3.748300,         0.045733,         0.314846,         0.145254,         1.085493,         2.551218,         0.425480,        -0.020532,         0.034453,        -0.595935,        -0.000592,         0.002267,        -0.260944,         0.000000,         0.112284,         0.265101,         0.110072
+  165, 166, 599609.6739, 5176571.718,         2.973450,         3.904243,         0.761595,        -0.003042,         0.001004,        -3.031837,         0.117412,         0.037610,         3.121792,        -0.247496,         0.409977,        -0.603681,         1.691807,         3.166480,         0.534286,        -0.029200,         0.042481,        -0.687374,        -0.000022,         0.002819,        -0.007810,         0.000000,         0.161738,         0.307383,         0.155999
+  166, 167, 613984.9335, 5178226.552,         0.349119,         2.841700,         0.122856,        -0.001709,         0.000697,        -2.450373,         0.101399,         0.025084,         4.042429,         0.086633,         0.272742,         0.317635,         0.308876,         2.229616,         0.138533,        -0.009814,         0.030172,        -0.325264,        -0.001049,         0.002048,        -0.512304,         0.000000,         0.706985,         0.262228,         0.065580
+  167, 168, 601097.2586, 5185123.378,         2.579570,         3.410345,         0.756396,        -0.003578,         0.000897,        -3.990385,         0.093447,         0.029536,         3.163785,        -0.056141,         0.341508,        -0.164391,         0.194045,         2.687115,         0.072213,        -0.007886,         0.036433,        -0.216452,        -0.000360,         0.002248,        -0.159948,         0.000000,         0.320492,         0.318369,         0.106356
+  168, 169, 617942.3176, 5179230.595,         0.028456,         2.764881,         0.010292,        -0.001880,         0.000692,        -2.715465,         0.095176,         0.024614,         3.866779,         0.018136,         0.261261,         0.069418,        -0.361315,         2.157235,        -0.167490,        -0.001130,         0.029202,        -0.038694,        -0.001040,         0.002070,        -0.502660,         0.000000,         0.230448,         0.274817,         0.051120
+  169, 170, 602928.4668, 5177950.051,         2.193998,         3.470778,         0.632134,        -0.002627,         0.000865,        -3.036039,         0.108849,         0.031887,         3.413553,        -0.114175,         0.353776,        -0.322734,         1.232397,         2.786459,         0.442281,        -0.022490,         0.037502,        -0.599703,        -0.000236,         0.002488,        -0.094847,         0.000000,         0.175791,         0.286475,         0.396233
+  170, 171, 605448.5061, 5194611.001,         2.311843,         3.191507,         0.724373,        -0.003235,         0.000805,        -4.017996,         0.053078,         0.026283,         2.019483,         0.414810,         0.315143,         1.316262,        -0.941037,         2.461828,        -0.382251,         0.007263,         0.033539,         0.216552,        -0.001841,         0.002175,        -0.846352,         0.000000,         0.455515,         0.279755,         0.166467
+  171, 172, 625274.7638, 5178653.685,        -0.308630,         3.169511,        -0.097375,        -0.002787,         0.000840,        -3.318937,         0.088399,         0.029020,         3.046165,        -0.241223,         0.305156,        -0.790492,        -1.988345,         2.491211,        -0.798144,         0.016895,         0.033482,         0.504599,         0.000005,         0.002634,         0.001896,         0.000000,         0.223318,         0.340755,         0.076559
+  172, 173, 610083.3513, 5193935.369,         2.064986,         2.706015,         0.763110,        -0.002456,         0.000664,        -3.699546,         0.049239,         0.022661,         2.172826,         0.358820,         0.270258,         1.327695,        -0.474058,         2.104976,        -0.225208,         0.001760,         0.028623,         0.061487,        -0.001728,         0.001915,        -0.902072,         0.000000,         0.057354,         0.214983,         0.103726
+  173, 174, 599697.963, 5195728.878,         2.509081,         4.239668,         0.591811,        -0.004459,         0.001118,        -3.987617,         0.062425,         0.035058,         1.780632,         0.492325,         0.420684,         1.170297,        -1.737832,         3.219411,        -0.539798,         0.017150,         0.043947,         0.390243,        -0.002027,         0.002750,        -0.737043,         0.000000,         0.092068,         0.374718,         0.123904
+  174, 175, 630666.5992, 5193821.699,         1.056268,         3.545598,         0.297910,        -0.003300,         0.000918,        -3.593845,         0.032653,         0.032220,         1.013433,         0.217584,         0.328399,         0.662558,        -3.097857,         2.778579,        -1.114907,         0.032806,         0.037770,         0.868588,        -0.001846,         0.002831,        -0.651939,         0.000000,         0.163490,         0.238908,         0.219065
+  175, 176, 616782.5476, 5194719.319,         1.499917,         2.675389,         0.560635,        -0.001906,         0.000625,        -3.050813,         0.041763,         0.022754,         1.835433,         0.315225,         0.259617,         1.214196,        -0.666275,         2.087496,        -0.319174,         0.004899,         0.028447,         0.172230,        -0.002009,         0.001902,        -1.055804,         0.000000,         0.658035,         0.158693,         0.040024
+  176, 177, 602516.4549, 5179796.718,         2.238131,         3.374159,         0.663315,        -0.002873,         0.000853,        -3.367419,         0.104919,         0.030746,         3.412462,        -0.122147,         0.345193,        -0.353853,         0.927590,         2.705377,         0.342869,        -0.018065,         0.036443,        -0.495719,        -0.000236,         0.002390,        -0.098807,         0.000000,         0.558043,         0.291279,         0.092322
+  177, 178, 614445.4425, 5182094.883,         0.582048,         2.602769,         0.223626,        -0.001865,         0.000626,        -2.978653,         0.087006,         0.022433,         3.878452,         0.094700,         0.248146,         0.381629,        -0.009371,         2.028241,        -0.004620,        -0.004537,         0.027504,        -0.164961,        -0.000881,         0.001775,        -0.496144,         0.000000,         0.486136,         0.239254,         0.050569
+  178, 179, 612383.1528, 5191531.042,         1.697718,         2.500859,         0.678854,        -0.002154,         0.000606,        -3.554238,         0.054991,         0.021156,         2.599267,         0.283509,         0.246786,         1.148801,        -0.281936,         1.948637,        -0.144684,        -0.000225,         0.026475,        -0.008493,        -0.001381,         0.001754,        -0.787664,         0.000000,         0.482837,         0.196091,         0.056205
+  179, 180, 625278.7244, 5177509.148,        -0.458291,         3.252265,        -0.140915,        -0.002746,         0.000860,        -3.192745,         0.092964,         0.029802,         3.119420,        -0.269330,         0.314681,        -0.855883,        -1.984557,         2.561877,        -0.774650,         0.016282,         0.034412,         0.473157,        -0.000019,         0.002771,        -0.006829,         0.000000,         0.148866,         0.350208,         0.104884
+  180, 181, 614593.2952, 5178443.402,         0.291324,         2.814857,         0.103495,        -0.001722,         0.000693,        -2.485801,         0.100363,         0.024858,         4.037476,         0.079780,         0.269592,         0.295928,         0.211402,         2.206081,         0.095827,        -0.008494,         0.029858,        -0.284474,        -0.001067,         0.002038,        -0.523353,         0.000000,         0.420566,         0.263062,         0.086150
+  181, 182, 606699.0664, 5185465.905,         1.748724,         2.792206,         0.626287,        -0.002610,         0.000691,        -3.779819,         0.081581,         0.023738,         3.436648,         0.090092,         0.275955,         0.326474,         0.131441,         2.181876,         0.060242,        -0.006323,         0.029591,        -0.213677,        -0.000635,         0.001867,        -0.339937,         0.000000,         0.281438,         0.256996,         0.079391
+  182, 183, 623633.9085, 5180889.708,        -0.053188,         2.913862,        -0.018254,        -0.002565,         0.000757,        -3.390168,         0.081782,         0.026445,         3.092473,        -0.122057,         0.274071,        -0.445347,        -1.607088,         2.276066,        -0.706081,         0.013845,         0.030696,         0.451030,        -0.000322,         0.002266,        -0.142273,         0.000000,         0.193795,         0.305522,         0.059268
+  183, 184, 628436.3744, 5196178.254,         0.770376,         3.485104,         0.221048,        -0.002660,         0.000853,        -3.118047,         0.029661,         0.030745,         0.964744,         0.290467,         0.321438,         0.903649,        -2.711544,         2.720525,        -0.996699,         0.029579,         0.037079,         0.797732,        -0.002767,         0.002675,        -1.034324,         0.000000,         0.420212,         0.194189,         0.179052
+  184, 185, 618111.9082, 5198949.225,         1.466760,         3.056313,         0.479912,        -0.001784,         0.000699,        -2.553095,         0.030240,         0.025893,         1.167854,         0.348510,         0.294309,         1.184162,        -1.014212,         2.367827,        -0.428330,         0.008880,         0.032390,         0.274173,        -0.002924,         0.002156,        -1.355982,         0.000000,         0.568742,         0.139497,         0.092771
+  185, 186, 621223.9488, 5181594.575,         0.073975,         2.752319,         0.026877,        -0.002250,         0.000695,        -3.239187,         0.082323,         0.024607,         3.345501,        -0.033224,         0.255910,        -0.129829,        -1.083798,         2.143720,        -0.505569,         0.008263,         0.028996,         0.284968,        -0.000663,         0.002047,        -0.323804,         0.000000,         0.374979,         0.278180,         0.139610
+  186, 187, 599632.1336, 5183855.997,         2.833647,         3.607430,         0.785503,        -0.003784,         0.000964,        -3.926766,         0.100861,         0.031991,         3.152840,        -0.146191,         0.366551,        -0.398828,         0.409933,         2.864890,         0.143089,        -0.011019,         0.038774,        -0.284194,        -0.000185,         0.002394,        -0.077358,         0.000000,         0.063934,         0.331447,         0.100769
+  187, 188, 608376.7416, 5172803.381,         1.273965,         3.670609,         0.347072,        -0.001567,         0.000885,        -1.771497,         0.120302,         0.033312,         3.611342,         0.115775,         0.352494,         0.328444,         1.740805,         2.930621,         0.594006,        -0.030720,         0.039645,        -0.774892,        -0.000698,         0.002612,        -0.267295,         0.000000,         0.562512,         0.275245,         0.123987
+  188, 189, 620397.2802, 5176629.062,        -0.424342,         2.986821,        -0.142072,        -0.001969,         0.000768,        -2.561985,         0.102753,         0.027290,         3.765188,        -0.079727,         0.284027,        -0.280703,        -0.746004,         2.337132,        -0.319196,         0.002222,         0.031561,         0.070409,        -0.001071,         0.002450,        -0.437057,         0.000000,         0.409330,         0.313104,         0.108485
+  189, 190, 600555.2441, 5196896.328,         2.371582,         4.162593,         0.569737,        -0.004330,         0.001092,        -3.964626,         0.056960,         0.034763,         1.638511,         0.556047,         0.418381,         1.329045,        -1.901170,         3.181477,        -0.597575,         0.019317,         0.043390,         0.445187,        -0.002314,         0.002757,        -0.839341,         0.000000,         0.161957,         0.362556,         0.103364
+  190, 191, 621794.2115, 5181362.07,         0.030357,         2.788717,         0.010886,        -0.002314,         0.000709,        -3.265959,         0.082471,         0.025032,         3.294563,        -0.054321,         0.259799,        -0.209088,        -1.200001,         2.173050,        -0.552220,         0.009501,         0.029375,         0.323454,        -0.000600,         0.002100,        -0.285689,         0.000000,         0.271284,         0.285010,         0.135429
+  191, 192, 618820.1396, 5187343.022,         0.757948,         2.515471,         0.301314,        -0.002059,         0.000601,        -3.426715,         0.063738,         0.021866,         2.914985,         0.148312,         0.232507,         0.637882,        -0.749090,         1.961321,        -0.381932,         0.005815,         0.026632,         0.218339,        -0.000951,         0.001714,        -0.555120,         0.000000,         0.320602,         0.208783,         0.053222
+  192, 193, 616485.6179, 5193762.708,         1.475734,         2.608456,         0.565750,        -0.001928,         0.000613,        -3.146381,         0.044782,         0.022226,         2.014821,         0.302058,         0.252942,         1.194181,        -0.599493,         2.036588,        -0.294361,         0.004106,         0.027733,         0.148064,        -0.001824,         0.001851,        -0.985657,         0.000000,         0.732878,         0.163930,         0.056420
+  193, 194, 612561.3086, 5200997.536,         2.077934,         3.206255,         0.648088,        -0.002188,         0.000736,        -2.971817,         0.029833,         0.026833,         1.111786,         0.441734,         0.319767,         1.381426,        -0.933918,         2.480022,        -0.376576,         0.006603,         0.034030,         0.194040,        -0.003113,         0.002274,        -1.369155,         0.000000,         0.062757,         0.183518,         0.125662
+  194, 195, 606906.5073, 5178130.077,         1.424030,         3.161198,         0.450471,        -0.002100,         0.000764,        -2.750647,         0.104237,         0.028091,         3.710691,         0.015894,         0.312286,         0.050895,         0.974891,         2.507580,         0.388778,        -0.018764,         0.033855,        -0.554257,        -0.000508,         0.002223,        -0.228589,         0.000000,         0.256396,         0.265371,         0.055324
+  195, 196, 607431.4267, 5191386.404,         2.097268,         2.788756,         0.752044,        -0.002769,         0.000698,        -3.965371,         0.060335,         0.023115,         2.610239,         0.289318,         0.275116,         1.051624,        -0.394557,         2.160348,        -0.182636,         0.000644,         0.029361,         0.021950,        -0.001287,         0.001904,        -0.675854,         0.000000,         0.537758,         0.248219,         0.049482
+  196, 197, 617384.0277, 5175627.193,        -0.240656,         2.998611,        -0.080256,        -0.001670,         0.000764,        -2.186831,         0.109510,         0.027386,         3.998806,         0.028141,         0.286030,         0.098385,        -0.048588,         2.354303,        -0.020638,        -0.006517,         0.031826,        -0.204762,        -0.001348,         0.002390,        -0.564247,         0.000000,         0.315729,         0.296122,         0.110499
+  197, 198, 609363.1225, 5201169.128,         2.178832,         3.357925,         0.648863,        -0.002662,         0.000795,        -3.346903,         0.032633,         0.028168,         1.158534,         0.513101,         0.338432,         1.516111,        -1.225305,         2.604916,        -0.470382,         0.010108,         0.035708,         0.283083,        -0.003105,         0.002370,        -1.310497,         0.000000,         0.470660,         0.226023,         0.084017
+  198, 199, 610108.3533, 5172385.979,         0.892136,         3.612784,         0.246939,        -0.001445,         0.000875,        -1.650996,         0.122115,         0.032859,         3.716338,         0.155586,         0.344328,         0.451854,         1.560369,         2.880002,         0.541794,        -0.028511,         0.038974,        -0.731551,        -0.000933,         0.002606,        -0.358115,         0.000000,         0.169913,         0.278085,         0.136223
+  199, 200, 622123.5707, 5175401.98,        -0.684086,         3.160599,        -0.216442,        -0.002111,         0.000819,        -2.577404,         0.105424,         0.029115,         3.620907,        -0.162595,         0.302690,        -0.537167,        -1.129671,         2.482403,        -0.455072,         0.005944,         0.033448,         0.177693,        -0.000905,         0.002716,        -0.333086,         0.000000,         0.009102,         0.337227,         0.112139
+  200, 201, 619515.4593, 5183595.696,         0.352976,         2.613386,         0.135064,        -0.002109,         0.000641,        -3.291168,         0.076787,         0.022972,         3.342585,         0.050021,         0.241433,         0.207185,        -0.797867,         2.034195,        -0.392228,         0.005579,         0.027571,         0.202340,        -0.000778,         0.001836,        -0.423915,         0.000000,         0.518067,         0.247114,         0.100469
+  201, 202, 623891.2041, 5183308.71,         0.217501,         2.822817,         0.077051,        -0.002638,         0.000730,        -3.616040,         0.071999,         0.025607,         2.811746,        -0.054945,         0.262452,        -0.209354,        -1.689162,         2.205363,        -0.765934,         0.015672,         0.029763,         0.526540,        -0.000308,         0.002097,        -0.147039,         0.000000,         0.639458,         0.283789,         0.051310
+  202, 203, 616814.4644, 5186886.833,         0.847180,         2.468630,         0.343178,        -0.001975,         0.000586,        -3.369057,         0.067496,         0.021219,         3.180835,         0.155824,         0.231123,         0.674204,        -0.456502,         1.922054,        -0.237507,         0.002101,         0.026109,         0.080476,        -0.000952,         0.001662,        -0.573043,         0.000000,         0.573048,         0.207563,         0.055462
+  203, 204, 621981.5815, 5177272.471,        -0.443116,         3.020548,        -0.146700,        -0.002192,         0.000781,        -2.807247,         0.098272,         0.027571,         3.564266,        -0.136786,         0.287388,        -0.475962,        -1.141891,         2.363237,        -0.483189,         0.007045,         0.031880,         0.220979,        -0.000789,         0.002498,        -0.315741,         0.000000,         0.157970,         0.322070,         0.149097
+  204, 205, 614755.4792, 5178248.259,         0.259678,         2.825956,         0.091890,        -0.001715,         0.000697,        -2.459879,         0.101016,         0.025008,         4.039358,         0.078150,         0.270552,         0.288855,         0.204136,         2.215187,         0.092153,        -0.008476,         0.029979,        -0.282716,        -0.001087,         0.002058,        -0.528157,         0.000000,         0.634166,         0.264878,         0.052676
+  205, 206, 626410.6205, 5180819.754,         0.007032,         3.127568,         0.002248,        -0.003067,         0.000844,        -3.633194,         0.078213,         0.028782,         2.717437,        -0.216320,         0.301017,        -0.718629,        -2.276817,         2.459640,        -0.925671,         0.020881,         0.033026,         0.632249,         0.000277,         0.002495,         0.110900,         0.000000,         0.091342,         0.331969,         0.057335
+  206, 207, 609217.2916, 5197701.909,         2.222639,         3.046141,         0.729657,        -0.002654,         0.000737,        -3.600528,         0.039854,         0.025444,         1.566363,         0.459315,         0.306146,         1.500314,        -0.887952,         2.366349,        -0.375241,         0.006444,         0.032293,         0.199547,        -0.002427,         0.002158,        -1.124670,         0.000000,         0.648525,         0.226411,         0.112119
+  207, 208, 608835.4826, 5181918.753,         1.226825,         2.780367,         0.441246,        -0.002148,         0.000668,        -3.212936,         0.090995,         0.023987,         3.793467,         0.066037,         0.273099,         0.241807,         0.410926,         2.179758,         0.188519,        -0.010274,         0.029517,        -0.348070,        -0.000619,         0.001884,        -0.328805,         0.000000,         0.508239,         0.248470,         0.067872
+  208, 209, 604663.0752, 5197406.974,         2.273501,         3.509165,         0.647875,        -0.003485,         0.000886,        -3.930862,         0.046946,         0.029299,         1.602285,         0.527953,         0.351460,         1.502171,        -1.448842,         2.712324,        -0.534170,         0.013540,         0.036988,         0.366059,        -0.002410,         0.002408,        -1.000857,         0.000000,         0.262982,         0.295831,         0.132630
+  209, 210, 605145.405, 5176231.231,         1.807834,         3.466746,         0.521479,        -0.002149,         0.000843,        -2.550096,         0.110918,         0.031453,         3.526440,        -0.026974,         0.344873,        -0.078215,         1.421228,         2.770448,         0.512996,        -0.025341,         0.037355,        -0.678380,        -0.000373,         0.002475,        -0.150558,         0.000000,         0.149662,         0.274999,         0.113816
+  210, 211, 628565.7598, 5178505.887,        -0.100155,         3.525419,        -0.028409,        -0.003527,         0.000984,        -3.582965,         0.085074,         0.032569,         2.612092,        -0.376950,         0.351076,        -1.073700,        -2.841542,         2.809682,        -1.011339,         0.025271,         0.037525,         0.673461,         0.001007,         0.002948,         0.341564,         0.000000,         0.489592,         0.371652,         0.081025
+  211, 212, 607621.745, 5185296.454,         1.617987,         2.724950,         0.593768,        -0.002472,         0.000668,        -3.701322,         0.080976,         0.023153,         3.497512,         0.100966,         0.268691,         0.375771,         0.142117,         2.127237,         0.066808,        -0.006373,         0.028851,        -0.220889,        -0.000658,         0.001822,        -0.361088,         0.000000,         0.164134,         0.249044,         0.051646
+  212, 213, 619060.0481, 5182274.604,         0.245242,         2.646577,         0.092664,        -0.002051,         0.000653,        -3.142671,         0.082347,         0.023301,         3.534104,         0.032118,         0.246074,         0.130524,        -0.681248,         2.059695,        -0.330752,         0.003793,         0.027909,         0.135889,        -0.000826,         0.001890,        -0.437032,         0.000000,         0.851806,         0.256464,         0.025440
+  213, 214, 611894.2175, 5184159.455,         1.019883,         2.554650,         0.399226,        -0.002007,         0.000609,        -3.294360,         0.081174,         0.021730,         3.735580,         0.121443,         0.247099,         0.491475,         0.089774,         1.988825,         0.045139,        -0.005463,         0.026986,        -0.202428,        -0.000778,         0.001698,        -0.458030,         0.000000,         0.497087,         0.228583,         0.109224
+  214, 215, 631608.2396, 5188665.756,         1.275321,         3.382795,         0.377002,        -0.004034,         0.000998,        -4.044278,         0.043299,         0.032443,         1.334611,        -0.007877,         0.328904,        -0.023948,        -3.347134,         2.671628,        -1.252844,         0.033710,         0.035922,         0.938398,         0.000109,         0.002693,         0.040525,         0.000000,         0.475524,         0.303081,         0.121521
+  215, 216, 629692.1378, 5180036.782,         0.242544,         3.529737,         0.068714,        -0.003844,         0.001018,        -3.776067,         0.077497,         0.032935,         2.353059,        -0.365020,         0.354386,        -1.030007,        -3.104030,         2.817604,        -1.101656,         0.028443,         0.037567,         0.757130,         0.001270,         0.002845,         0.446512,         0.000000,         0.063660,         0.369033,         0.056769
+  216, 217, 629298.0091, 5191396.511,         1.019597,         3.222267,         0.316422,        -0.003286,         0.000859,        -3.824060,         0.038435,         0.029814,         1.289143,         0.156265,         0.302071,         0.517312,        -2.828182,         2.533186,        -1.116452,         0.029715,         0.034300,         0.866325,        -0.001092,         0.002537,        -0.430331,         0.000000,         0.310593,         0.249115,         0.090106
+  217, 218, 602584.5477, 5199364.143,         2.155733,         3.985328,         0.540917,        -0.003982,         0.001030,        -3.864727,         0.046706,         0.034023,         1.372763,         0.638137,         0.408690,         1.561421,        -2.077615,         3.087539,        -0.672903,         0.021531,         0.042062,         0.511883,        -0.002850,         0.002736,        -1.041800,         0.000000,         0.693346,         0.331178,         0.108075
+  218, 219, 614412.9294, 5176900.203,         0.216416,         2.933988,         0.073762,        -0.001643,         0.000727,        -2.260148,         0.106141,         0.026204,         4.050518,         0.088471,         0.281260,         0.314552,         0.363215,         2.306895,         0.157448,        -0.011024,         0.031203,        -0.353293,        -0.001161,         0.002173,        -0.534452,         0.000000,         0.542297,         0.271384,         0.050300
+  219, 220, 607340.04, 5198506.602,         2.243034,         3.276758,         0.684528,        -0.002992,         0.000804,        -3.721202,         0.040282,         0.027430,         1.468507,         0.511608,         0.329688,         1.551796,        -1.206468,         2.543536,        -0.474327,         0.010328,         0.034725,         0.297428,        -0.002595,         0.002296,        -1.129882,         0.000000,         0.103503,         0.254547,         0.122787
+  220, 221, 615188.3811, 5181072.612,         0.426793,         2.650029,         0.161052,        -0.001836,         0.000644,        -2.852805,         0.090305,         0.023030,         3.921167,         0.080092,         0.252068,         0.317739,        -0.040099,         2.066797,        -0.019402,        -0.004430,         0.028013,        -0.158125,        -0.000937,         0.001847,        -0.507444,         0.000000,         0.828920,         0.247947,         0.057503
+  221, 222, 622387.6441, 5178096.969,        -0.360073,         2.992237,        -0.120336,        -0.002285,         0.000774,        -2.953685,         0.094493,         0.027237,         3.469351,        -0.140566,         0.284035,        -0.494891,        -1.260650,         2.339185,        -0.538927,         0.008773,         0.031555,         0.278014,        -0.000661,         0.002443,        -0.270631,         0.000000,         0.097368,         0.319086,         0.052569
+  222, 223, 613872.1485, 5175588.719,         0.222050,         3.062254,         0.072512,        -0.001567,         0.000759,        -2.063784,         0.111113,         0.027571,         4.030034,         0.106481,         0.293456,         0.362852,         0.566250,         2.415711,         0.234403,        -0.014165,         0.032663,        -0.433673,        -0.001213,         0.002289,        -0.529865,         0.000000,         0.743247,         0.276129,         0.063413
+  223, 224, 619242.8056, 5195635.056,         1.274684,         2.823383,         0.451474,        -0.001876,         0.000654,        -2.867281,         0.037224,         0.024075,         1.546158,         0.310540,         0.268868,         1.154989,        -1.000224,         2.200371,        -0.454571,         0.009258,         0.030019,         0.308394,        -0.002267,         0.002002,        -1.132253,         0.000000,         0.746233,         0.149029,         0.103214
+  224, 225, 619211.842, 5200420.328,         1.321538,         3.229561,         0.409201,        -0.001721,         0.000739,        -2.328470,         0.026614,         0.027517,         0.967177,         0.345607,         0.307965,         1.122228,        -1.227940,         2.493280,        -0.492500,         0.011485,         0.034135,         0.336456,        -0.003306,         0.002267,        -1.458252,         0.000000,         0.783811,         0.132189,         0.075012
+  225, 226, 609101.2685, 5180122.778,         1.101582,         2.878006,         0.382759,        -0.002018,         0.000691,        -2.921926,         0.096673,         0.025057,         3.858133,         0.061016,         0.281949,         0.216409,         0.580038,         2.263359,         0.256273,        -0.012887,         0.030619,        -0.420899,        -0.000646,         0.001978,        -0.326392,         0.000000,         0.693325,         0.252884,         0.052802
+  226, 227, 632109.6431, 5187482.36,         1.319753,         3.435083,         0.384198,        -0.004256,         0.001046,        -4.067722,         0.046250,         0.033223,         1.392128,        -0.081704,         0.339713,        -0.240509,        -3.489077,         2.719343,        -1.283059,         0.034593,         0.036446,         0.949136,         0.000567,         0.002711,         0.209088,         0.000000,         0.249778,         0.320744,         0.173685
+  227, 228, 607882.219, 5195381.365,         2.237184,         2.971152,         0.752969,        -0.002826,         0.000736,        -3.841522,         0.047358,         0.024685,         1.918505,         0.419883,         0.296339,         1.416901,        -0.776587,         2.304170,        -0.337036,         0.005256,         0.031377,         0.167502,        -0.001979,         0.002079,        -0.951907,         0.000000,         0.834940,         0.244186,         0.069803
+  228, 229, 607131.881, 5185808.074,         1.718200,         2.752119,         0.624319,        -0.002566,         0.000679,        -3.778985,         0.079857,         0.023330,         3.422901,         0.106030,         0.271567,         0.390438,         0.099716,         2.147690,         0.046430,        -0.005832,         0.029134,        -0.200187,        -0.000671,         0.001839,        -0.365047,         0.000000,         0.161641,         0.252771,         0.055723
+  229, 230, 627346.0895, 5201105.558,         0.384396,         3.819139,         0.100650,        -0.002058,         0.000923,        -2.230101,         0.023884,         0.033514,         0.712649,         0.328255,         0.353280,         0.929165,        -2.672366,         2.953959,        -0.904673,         0.029734,         0.040298,         0.737851,        -0.004315,         0.002830,        -1.524804,         0.000000,         0.365282,         0.151615,         0.230600
+  230, 231, 620349.895, 5173941.073,        -0.735000,         3.187194,        -0.230610,        -0.001803,         0.000824,        -2.187706,         0.113288,         0.029640,         3.822177,        -0.085590,         0.304573,        -0.281017,        -0.630727,         2.507074,        -0.251579,        -0.000531,         0.033813,        -0.015697,        -0.001311,         0.002741,        -0.478318,         0.000000,         0.047460,         0.330909,         0.074429
+  231, 232, 604062.6384, 5179813.881,         1.943061,         3.235409,         0.600561,        -0.002620,         0.000804,        -3.260127,         0.102436,         0.029079,         3.522709,        -0.068508,         0.327053,        -0.209470,         0.863596,         2.580583,         0.334652,        -0.017075,         0.034801,        -0.490642,        -0.000327,         0.002282,        -0.143457,         0.000000,         0.458973,         0.279576,         0.114624
+  232, 233, 620783.4227, 5200574.436,         1.104016,         3.311543,         0.333384,        -0.001715,         0.000766,        -2.239927,         0.025525,         0.028374,         0.899593,         0.335236,         0.312409,         1.073066,        -1.460934,         2.555615,        -0.571656,         0.014620,         0.034965,         0.418131,        -0.003458,         0.002326,        -1.486684,         0.000000,         0.366572,         0.128965,         0.165084
+  233, 234, 599549.2386, 5193505.934,         2.683907,         4.094130,         0.655550,        -0.004379,         0.001080,        -4.053181,         0.069797,         0.033410,         2.089101,         0.352302,         0.397484,         0.886331,        -1.269341,         3.098093,        -0.409717,         0.011036,         0.042331,         0.260719,        -0.001522,         0.002591,        -0.587537,         0.000000,         0.343886,         0.371672,         0.329304
+  234, 235, 612445.4671, 5194328.622,         1.906788,         2.634132,         0.723877,        -0.002183,         0.000634,        -3.442298,         0.046128,         0.022231,         2.075004,         0.347113,         0.262758,         1.321038,        -0.439631,         2.053593,        -0.214079,         0.001550,         0.027939,         0.055490,        -0.001833,         0.001884,        -0.973366,         0.000000,         0.211169,         0.189171,         0.088540
+  235, 236, 610288.3161, 5176959.211,         0.829038,         3.081617,         0.269027,        -0.001740,         0.000744,        -2.339393,         0.106652,         0.027277,         3.909995,         0.090725,         0.298504,         0.303934,         0.859967,         2.435363,         0.353117,        -0.017471,         0.032918,        -0.530764,        -0.000819,         0.002178,        -0.375880,         0.000000,         0.679567,         0.262237,         0.071920
+  236, 237, 602866.8612, 5198870.173,         2.191445,         3.900129,         0.561890,        -0.003906,         0.001004,        -3.889822,         0.047124,         0.033099,         1.423720,         0.613638,         0.397360,         1.544285,        -1.952892,         3.017635,        -0.647160,         0.019942,         0.041125,         0.484908,        -0.002743,         0.002671,        -1.026849,         0.000000,         0.150903,         0.326360,         0.097830
+  237, 238, 623024.8193, 5194185.201,         0.937932,         2.909379,         0.322382,        -0.002156,         0.000691,        -3.120478,         0.037438,         0.025318,         1.478716,         0.274305,         0.270466,         1.014193,        -1.597051,         2.272425,        -0.702796,         0.016766,         0.030956,         0.541610,        -0.002050,         0.002104,        -0.974239,         0.000000,         0.816236,         0.167935,         0.036750
+  238, 239, 620219.8678, 5189947.304,         0.902774,         2.583790,         0.349399,        -0.002106,         0.000616,        -3.419184,         0.053071,         0.022563,         2.352096,         0.200171,         0.239171,         0.836936,        -1.012431,         2.019536,        -0.501319,         0.009376,         0.027443,         0.341653,        -0.001213,         0.001798,        -0.674835,         0.000000,         0.870567,         0.190668,         0.057395
diff --git a/pysal/examples/clearwater/clearwater_GS_F_summary.txt b/pysal/examples/clearwater/clearwater_GS_F_summary.txt
new file mode 100755
index 0000000..602fb3b
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_GS_F_summary.txt
@@ -0,0 +1,175 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 2:13:55 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\clearwater_GS_F.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\clearwater\clearwater\landslides.csv
+Number of areas/points: 239
+
+Model settings---------------------------------
+Model type: Logistic
+Geographic kernel: fixed Gaussian
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 7
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: UserID
+Easting (x-coord): field2 : X
+Northing (y-coord): field3: Y
+Cartesian coordinates: Euclidean distance
+Dependent variable: field9: Landslid
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field4: Elev
+Independent variable with varying (Local) coefficient: field5: Slope
+Independent variable with varying (Local) coefficient: field6: SinAspct
+Independent variable with varying (Local) coefficient: field7: CosAspct
+Independent variable with varying (Local) coefficient: field8: AbsSouth
+Independent variable with varying (Local) coefficient: field10: DistStrm
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   7
+Deviance:                            264.959861
+Classic AIC:                         278.959861
+AICc:                                279.444709
+BIC/MDL:                             303.295106
+Percent deviance explained             0.186174
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   0.491477        2.249648        0.218469        1.634730
+Elev                       -0.002408        0.000548       -4.394976        0.997595
+Slope                       0.076097        0.019801        3.842994        1.079067
+SinAspct                    0.083827        0.213948        0.391807        1.087440
+CosAspct                   -1.191339        1.747013       -0.681929        0.303814
+AbsSouth                    0.008819        0.023743        0.371420        1.008858
+DistStrm                   -0.001732        0.001605       -1.078779        0.998270
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 3707.06101911124,  19713.7830285109
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:  3707.061 Criterion:    291.565
+  p1            Bandwidth:  9821.085 Criterion:    276.073
+  p2            Bandwidth: 13599.759 Criterion:    277.212
+  pU            Bandwidth: 19713.783 Criterion:    278.277
+ iter    1 (p1) Bandwidth:  9821.085 Criterion:    276.073 Diff:   3778.674
+ iter    2 (p2) Bandwidth:  9821.085 Criterion:    276.073 Diff:   2335.349
+ iter    3 (p1) Bandwidth:  9821.085 Criterion:    276.073 Diff:   1443.325
+ iter    4 (p1) Bandwidth:  8929.061 Criterion:    275.951 Diff:    892.024
+ iter    5 (p2) Bandwidth:  8929.061 Criterion:    275.951 Diff:    551.301
+ iter    6 (p1) Bandwidth:  8929.061 Criterion:    275.951 Diff:    340.723
+Best bandwidth size 8929.061
+Minimum AICc      275.951
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                 8929.060733
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           599444.687500   632987.750000    33543.062500
+Y-coord          5172366.500000  5201169.128000    28802.628000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         20.030117
+Effective number of parameters (variance: trace(S'WSW^-1)):                0.241124
+Degree of freedom (model: n - trace(S)):                                 218.969883
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           199.180889
+Deviance:                            232.025375
+Classic AIC:                         272.085609
+AICc:                                275.950691
+BIC/MDL:                             341.719582
+Percent deviance explained             0.287333
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\clearwater_GS_F_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   1.105642        0.866015
+Elev                       -0.002520        0.000755
+Slope                       0.068707        0.025901
+SinAspct                    0.127146        0.224751
+CosAspct                   -0.888401        1.170416
+AbsSouth                    0.005735        0.014309
+DistStrm                   -0.001137        0.001074
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  -1.043824        2.973450        4.017274
+Elev                       -0.004937       -0.001391        0.003546
+Slope                       0.023690        0.122655        0.098965
+SinAspct                   -0.631698        0.638137        1.269835
+CosAspct                   -4.018434        2.081159        6.099593
+AbsSouth                   -0.035317        0.035965        0.071281
+DistStrm                   -0.004315        0.002921        0.007236
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   0.459690        0.989106        1.824027
+Elev                       -0.002936       -0.002250       -0.001951
+Slope                       0.044754        0.071742        0.088308
+SinAspct                    0.034669        0.118862        0.289318
+CosAspct                   -1.597051       -0.815072       -0.035431
+AbsSouth                   -0.004537        0.005944        0.015533
+DistStrm                   -0.001841       -0.000951       -0.000644
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   1.364337        1.011369
+Elev                        0.000985        0.000731
+Slope                       0.043553        0.032286
+SinAspct                    0.254650        0.188769
+CosAspct                    1.561620        1.157613
+AbsSouth                    0.020070        0.014877
+DistStrm                    0.001196        0.000887
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model              264.960    232.000             1.142
+GWR model                 232.025    199.181             1.165
+Difference                 32.934     32.819             1.004
+
+*****************************************************************************
+Program terminated at 7/25/2016 2:14:00 AM
diff --git a/pysal/examples/clearwater/clearwater_GS_NN.ctl b/pysal/examples/clearwater/clearwater_GS_NN.ctl
new file mode 100755
index 0000000..8ca560a
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_GS_NN.ctl
@@ -0,0 +1,42 @@
+
+C:\Users\IEUser\Desktop\clearwater\clearwater\landslides.csv
+FORMAT/DELIMITER: 1
+Number_of_fields: 10
+Number_of_areas: 239
+Fields
+AreaKey 001 UserID
+X 002 X
+Y 003 Y
+Gmetric 0
+Dependent 009 Landslid
+Offset 
+Independent_geo 7
+000 Intercept
+004 Elev
+005 Slope
+006 SinAspct
+007 CosAspct
+008 AbsSouth
+010 DistStrm
+Independent_fix 0
+Unused_fields 0
+MODELTYPE: 2
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 3
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\clearwater_GS_NN_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\clearwater_GS_NN_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/clearwater/clearwater_GS_NN_listwise.csv b/pysal/examples/clearwater/clearwater_GS_NN_listwise.csv
new file mode 100755
index 0000000..cfa020a
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_GS_NN_listwise.csv
@@ -0,0 +1,240 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_Elev, se_Elev, t_Elev, est_Slope, se_Slope, t_Slope, est_SinAspct, se_SinAspct, t_SinAspct, est_CosAspct, se_CosAspct, t_CosAspct, est_AbsSouth, se_AbsSouth, t_AbsSouth, est_DistStrm, se_DistStrm, t_DistStrm, y, yhat, localpdev, Ginfluence
+    0, 1, 616168.5625, 5201076.5,         1.130178,         2.618658,         0.431587,        -0.002166,         0.000616,        -3.515336,         0.043009,         0.022388,         1.921087,         0.317213,         0.259325,         1.223225,        -1.303400,         2.042808,        -0.638043,         0.012233,         0.027812,         0.439850,        -0.002619,         0.001910,        -1.370992,         1.000000,         0.681633,         0.182103,         0.046709
+    1, 2, 624923.8125, 5201008.5,         0.678550,         2.748040,         0.246921,        -0.002176,         0.000642,        -3.391518,         0.042362,         0.023685,         1.788574,         0.262447,         0.260785,         1.006373,        -1.815914,         2.146941,        -0.845815,         0.018479,         0.029241,         0.631946,        -0.002797,         0.002013,        -1.389836,         1.000000,         0.465041,         0.184004,         0.089686
+    2, 3, 615672, 5199187.5,         1.359204,         2.693369,         0.504648,        -0.002089,         0.000630,        -3.314649,         0.040162,         0.022914,         1.752681,         0.337783,         0.266874,         1.265703,        -1.091704,         2.099098,        -0.520082,         0.009680,         0.028608,         0.338373,        -0.002562,         0.001952,        -1.312407,         1.000000,         0.668494,         0.169622,         0.073112
+    3, 4, 615209.3125, 5199112,         1.406293,         2.696512,         0.521523,        -0.002105,         0.000632,        -3.329558,         0.040218,         0.022925,         1.754357,         0.342666,         0.267840,         1.279366,        -1.061672,         2.101408,        -0.505219,         0.009276,         0.028639,         0.323883,        -0.002546,         0.001955,        -1.302211,         1.000000,         0.547881,         0.170640,         0.075390
+    4, 5, 616354.6875, 5198945.5,         1.222412,         2.625292,         0.465629,        -0.002103,         0.000615,        -3.417278,         0.042436,         0.022396,         1.894787,         0.319173,         0.258953,         1.232552,        -1.156701,         2.047671,        -0.564886,         0.010536,         0.027889,         0.377787,        -0.002491,         0.001905,        -1.307648,         1.000000,         0.581829,         0.174542,         0.058114
+    5, 6, 614559, 5198855,         1.491748,         2.707812,         0.550905,        -0.002126,         0.000637,        -3.339149,         0.040169,         0.022988,         1.747398,         0.350905,         0.269785,         1.300682,        -1.003349,         2.109890,        -0.475546,         0.008506,         0.028756,         0.295791,        -0.002513,         0.001962,        -1.281009,         1.000000,         0.598255,         0.171509,         0.040630
+    6, 7, 618648.5, 5198468,         1.136521,         2.717107,         0.418283,        -0.002005,         0.000630,        -3.181638,         0.039494,         0.023189,         1.703147,         0.312319,         0.263778,         1.184023,        -1.232778,         2.118266,        -0.581975,         0.011669,         0.028877,         0.404107,        -0.002581,         0.001960,        -1.316876,         1.000000,         0.650072,         0.162127,         0.079547
+    7, 8, 622724.0625, 5197661,         0.893356,         2.945943,         0.303250,        -0.002020,         0.000687,        -2.941342,         0.035256,         0.025318,         1.392503,         0.297928,         0.277241,         1.074618,        -1.626113,         2.295644,        -0.708347,         0.016836,         0.031310,         0.537720,        -0.002722,         0.002126,        -1.280219,         1.000000,         0.725125,         0.154271,         0.053654
+    8, 9, 622363.4375, 5196686.5,         0.932409,         2.912892,         0.320097,        -0.002022,         0.000680,        -2.971714,         0.036023,         0.025054,         1.437848,         0.295100,         0.273822,         1.077709,        -1.546956,         2.270886,        -0.681212,         0.015951,         0.030967,         0.515093,        -0.002546,         0.002097,        -1.213772,         1.000000,         0.713874,         0.153994,         0.035107
+    9, 10, 622308.125, 5196407.5,         0.951183,         2.930394,         0.324592,        -0.002014,         0.000685,        -2.940872,         0.035542,         0.025207,         1.410029,         0.296478,         0.275047,         1.077917,        -1.530278,         2.284233,        -0.669931,         0.015813,         0.031152,         0.507608,        -0.002509,         0.002107,        -1.190999,         1.000000,         0.634964,         0.151747,         0.073343
+   10, 11, 616650.125, 5195894,         1.586225,         2.767382,         0.573186,        -0.001882,         0.000642,        -2.930135,         0.038332,         0.023453,         1.634400,         0.334128,         0.269471,         1.239942,        -0.692539,         2.156147,        -0.321193,         0.005087,         0.029413,         0.172957,        -0.002237,         0.001969,        -1.136144,         1.000000,         0.642725,         0.145031,         0.045216
+   11, 12, 616583.3125, 5195804,         1.588965,         2.758084,         0.576112,        -0.001887,         0.000641,        -2.944501,         0.038644,         0.023378,         1.653054,         0.333475,         0.268691,         1.241107,        -0.683045,         2.149202,        -0.317813,         0.004970,         0.029315,         0.169549,        -0.002217,         0.001963,        -1.129281,         1.000000,         0.487317,         0.145720,         0.108545
+   12, 13, 615594.5625, 5195718,         1.713096,         2.741463,         0.624884,        -0.001925,         0.000640,        -3.007823,         0.039348,         0.023198,         1.696179,         0.342997,         0.269206,         1.274106,        -0.586887,         2.136403,        -0.274708,         0.003635,         0.029133,         0.124786,        -0.002174,         0.001956,        -1.111371,         1.000000,         0.612478,         0.149453,         0.075830
+   13, 14, 620206.75, 5194831,         1.207313,         2.864408,         0.421488,        -0.001898,         0.000667,        -2.847965,         0.036856,         0.024524,         1.502891,         0.300409,         0.269662,         1.114018,        -1.081365,         2.233436,        -0.484171,         0.010478,         0.030465,         0.343919,        -0.002133,         0.002028,        -1.051968,         1.000000,         0.697526,         0.140925,         0.047679
+   14, 15, 630007.1875, 5194813.5,         0.480742,         2.694339,         0.178427,        -0.002500,         0.000657,        -3.803055,         0.050936,         0.023752,         2.144523,         0.169523,         0.250957,         0.675505,        -2.098790,         2.106090,        -0.996534,         0.021112,         0.028627,         0.737481,        -0.002069,         0.001997,        -1.036187,         1.000000,         0.586989,         0.221236,         0.063560
+   15, 16, 627247, 5194165,         0.653689,         2.845578,         0.229721,        -0.002492,         0.000695,        -3.586429,         0.044026,         0.025181,         1.748432,         0.210618,         0.263990,         0.797827,        -2.104000,         2.225979,        -0.945202,         0.021859,         0.030263,         0.722303,        -0.002043,         0.002122,        -0.962790,         1.000000,         0.815685,         0.203227,         0.064350
+   16, 17, 621390.75, 5193554,         1.140832,         2.912684,         0.391677,        -0.002007,         0.000686,        -2.927863,         0.036802,         0.025167,         1.462318,         0.283699,         0.270566,         1.048538,        -1.229918,         2.274188,        -0.540816,         0.012558,         0.031000,         0.405105,        -0.001839,         0.002068,        -0.889472,         1.000000,         0.674741,         0.145138,         0.039534
+   17, 18, 618200.875, 5193368,         1.410995,         2.719220,         0.518897,        -0.001858,         0.000635,        -2.923643,         0.042012,         0.023238,         1.807873,         0.292871,         0.258525,         1.132852,        -0.658744,         2.123631,        -0.310197,         0.005189,         0.028938,         0.179329,        -0.001758,         0.001913,        -0.919041,         1.000000,         0.879193,         0.143698,         0.039186
+   18, 19, 621822.375, 5193318.5,         1.096035,         2.911251,         0.376483,        -0.002066,         0.000688,        -3.002027,         0.037189,         0.025254,         1.472633,         0.277365,         0.269924,         1.027568,        -1.320837,         2.274292,        -0.580768,         0.013661,         0.030989,         0.440842,        -0.001786,         0.002075,        -0.860868,         1.000000,         0.535553,         0.150153,         0.056625
+   19, 20, 606497.125, 5193203.5,         1.950257,         2.797694,         0.697094,        -0.002854,         0.000704,        -4.054548,         0.058856,         0.023197,         2.537265,         0.315738,         0.275334,         1.146746,        -0.682226,         2.166648,        -0.314876,         0.004204,         0.029463,         0.142687,        -0.001568,         0.001926,        -0.813936,         1.000000,         0.645389,         0.234909,         0.107171
+   20, 21, 599814.4375, 5191332,         1.694147,         2.776350,         0.610207,        -0.003046,         0.000710,        -4.289092,         0.074601,         0.023243,         3.209668,         0.188788,         0.267164,         0.706640,        -0.645120,         2.151528,        -0.299843,         0.003327,         0.029263,         0.113684,        -0.001331,         0.001892,        -0.703273,         1.000000,         0.868001,         0.267163,         0.049079
+   21, 22, 622664.625, 5191268,         1.021270,         2.865263,         0.356432,        -0.002306,         0.000694,        -3.322583,         0.041467,         0.025340,         1.636402,         0.229572,         0.263369,         0.871676,        -1.475207,         2.245982,        -0.656820,         0.015447,         0.030519,         0.506142,        -0.001222,         0.002049,        -0.596466,         1.000000,         0.716577,         0.173150,         0.146803
+   22, 23, 604957.75, 5191129.5,         1.844003,         2.753793,         0.669623,        -0.002898,         0.000697,        -4.155402,         0.067687,         0.022904,         2.955241,         0.236399,         0.268518,         0.880383,        -0.545154,         2.133500,        -0.255521,         0.002355,         0.029008,         0.081174,        -0.001308,         0.001874,        -0.697866,         1.000000,         0.799102,         0.246931,         0.080004
+   23, 24, 605312.5, 5190803.5,         1.847068,         2.737382,         0.674757,        -0.002864,         0.000692,        -4.139235,         0.067863,         0.022793,         2.977416,         0.231518,         0.267228,         0.866369,        -0.499272,         2.121668,        -0.235320,         0.001791,         0.028843,         0.062081,        -0.001271,         0.001863,        -0.682170,         1.000000,         0.691904,         0.244682,         0.085970
+   24, 25, 619922.3125, 5190778.5,         1.293498,         2.807888,         0.460666,        -0.001981,         0.000665,        -2.979106,         0.044532,         0.024368,         1.827454,         0.237664,         0.258371,         0.919858,        -0.740006,         2.201247,        -0.336176,         0.006742,         0.029934,         0.225216,        -0.001018,         0.001941,        -0.524623,         1.000000,         0.730210,         0.149405,         0.069067
+   25, 26, 620032.5, 5190592,         1.229666,         2.779418,         0.442419,        -0.002012,         0.000659,        -3.051227,         0.045716,         0.024172,         1.891299,         0.230816,         0.255677,         0.902766,        -0.796362,         2.179121,        -0.365451,         0.007368,         0.029624,         0.248705,        -0.001013,         0.001922,        -0.527193,         1.000000,         0.710799,         0.155035,         0.096859
+   26, 27, 611927.3125, 5189356.5,         1.680437,         2.529335,         0.664379,        -0.002114,         0.000613,        -3.449168,         0.061473,         0.021290,         2.887435,         0.239918,         0.248655,         0.964860,        -0.017927,         1.967641,        -0.009111,        -0.003432,         0.026717,        -0.128471,        -0.000985,         0.001723,        -0.571651,         1.000000,         0.849481,         0.185906,         0.037134
+   27, 28, 604447.4375, 5189277,         1.904852,         2.789808,         0.682790,        -0.002933,         0.000707,        -4.146101,         0.072954,         0.023313,         3.129292,         0.184254,         0.272278,         0.676714,        -0.357611,         2.165201,        -0.165163,        -0.000123,         0.029431,        -0.004178,        -0.001085,         0.001885,        -0.575850,         1.000000,         0.914000,         0.251958,         0.037816
+   28, 29, 625240.6875, 5188786.5,         0.787515,         2.863022,         0.275064,        -0.002802,         0.000738,        -3.798525,         0.048848,         0.026199,         1.864487,         0.116498,         0.264547,         0.440369,        -2.031899,         2.248636,        -0.903614,         0.021090,         0.030404,         0.693637,        -0.000654,         0.002095,        -0.312311,         1.000000,         0.855106,         0.226253,         0.038865
+   29, 30, 615202.125, 5187595.5,         1.186487,         2.562460,         0.463027,        -0.001838,         0.000610,        -3.011960,         0.065460,         0.021737,         3.011411,         0.186000,         0.244345,         0.761221,        -0.018888,         1.998828,        -0.009449,        -0.002832,         0.027141,        -0.104346,        -0.000726,         0.001703,        -0.426538,         1.000000,         0.763733,         0.174911,         0.033295
+   30, 31, 625293, 5186286.5,         0.702547,         2.964328,         0.237000,        -0.003060,         0.000790,        -3.875198,         0.055505,         0.027449,         2.022142,        -0.001656,         0.275895,        -0.006004,        -2.159888,         2.335542,        -0.924791,         0.022014,         0.031443,         0.700125,         0.000078,         0.002151,         0.036113,         1.000000,         0.460762,         0.256973,         0.068948
+   31, 32, 606734.9375, 5185860,         1.740455,         2.742101,         0.634716,        -0.002606,         0.000678,        -3.842254,         0.080002,         0.023281,         3.436324,         0.106174,         0.270432,         0.392609,         0.075597,         2.140512,         0.035317,        -0.005594,         0.029039,        -0.192625,        -0.000707,         0.001841,        -0.383743,         1.000000,         0.307811,         0.236936,         0.067514
+   32, 33, 608376.25, 5185400.5,         1.556367,         2.745122,         0.566957,        -0.002387,         0.000670,        -3.561403,         0.080166,         0.023212,         3.453645,         0.106519,         0.270750,         0.393422,         0.165637,         2.140270,         0.077391,        -0.006488,         0.029028,        -0.223517,        -0.000600,         0.001813,        -0.330836,         1.000000,         0.760416,         0.222995,         0.045195
+   33, 34, 609096.75, 5185224.5,         1.443300,         2.710558,         0.532473,        -0.002280,         0.000658,        -3.465398,         0.080104,         0.022902,         3.497756,         0.112561,         0.266833,         0.421840,         0.177073,         2.111904,         0.083845,        -0.006549,         0.028644,        -0.228640,        -0.000607,         0.001786,        -0.339884,         1.000000,         0.882287,         0.218242,         0.049691
+   34, 35, 609181.5625, 5185170.5,         1.426085,         2.698716,         0.528431,        -0.002267,         0.000654,        -3.464557,         0.080175,         0.022813,         3.514521,         0.113310,         0.265508,         0.426766,         0.175497,         2.102701,         0.083462,        -0.006537,         0.028519,        -0.229211,        -0.000618,         0.001780,        -0.347248,         1.000000,         0.863075,         0.218258,         0.044273
+   35, 36, 616571.25, 5184687.5,         0.612338,         2.654335,         0.230694,        -0.001850,         0.000638,        -2.899061,         0.076850,         0.022792,         3.371739,         0.112509,         0.249931,         0.450160,        -0.209642,         2.072810,        -0.101139,        -0.000818,         0.028101,        -0.029118,        -0.000681,         0.001794,        -0.379269,         1.000000,         0.610468,         0.204775,         0.101223
+   36, 37, 621072.5625, 5184409.5,         0.415644,         2.839308,         0.146389,        -0.002348,         0.000708,        -3.315697,         0.070660,         0.025332,         2.789342,         0.009781,         0.259504,         0.037690,        -1.119415,         2.229692,        -0.502049,         0.010086,         0.030134,         0.334704,        -0.000275,         0.002029,        -0.135386,         1.000000,         0.924567,         0.239732,         0.038700
+   37, 38, 619478.6875, 5184344.5,         0.436091,         2.773745,         0.157221,        -0.002111,         0.000680,        -3.105366,         0.073998,         0.024413,         3.031062,         0.048464,         0.255155,         0.189940,        -0.738035,         2.174788,        -0.339360,         0.005614,         0.029431,         0.190764,        -0.000478,         0.001955,        -0.244656,         1.000000,         0.924950,         0.226233,         0.028289
+   38, 39, 620614.4375, 5184022.5,         0.358028,         2.795693,         0.128064,        -0.002260,         0.000695,        -3.254122,         0.073500,         0.024856,         2.957081,         0.015385,         0.256409,         0.060000,        -1.006796,         2.190549,        -0.459609,         0.008572,         0.029624,         0.289348,        -0.000416,         0.002004,        -0.207683,         1.000000,         0.908480,         0.240106,         0.055533
+   39, 40, 621050.375, 5181352,        -0.083683,         3.034361,        -0.027578,        -0.002298,         0.000776,        -2.960682,         0.086311,         0.027497,         3.138917,        -0.089999,         0.283991,        -0.316906,        -1.115856,         2.382621,        -0.468331,         0.008909,         0.032146,         0.277152,        -0.000472,         0.002424,        -0.194602,         1.000000,         0.784366,         0.277319,         0.060789
+   40, 41, 614195.125, 5180384,         0.297944,         2.818613,         0.105706,        -0.001691,         0.000693,        -2.439556,         0.096620,         0.024582,         3.930434,         0.107672,         0.272799,         0.394692,         0.196455,         2.207243,         0.089005,        -0.007470,         0.029846,        -0.250297,        -0.000994,         0.002004,        -0.496087,         1.000000,         0.641177,         0.231520,         0.054519
+   41, 42, 609198.875, 5179613,         1.063687,         2.915204,         0.364876,        -0.001976,         0.000700,        -2.822700,         0.098372,         0.025446,         3.865853,         0.062482,         0.285295,         0.219009,         0.633065,         2.294744,         0.275876,        -0.013712,         0.031034,        -0.441831,        -0.000659,         0.002012,        -0.327491,         1.000000,         0.732322,         0.235057,         0.059642
+   42, 43, 604451.25, 5179395.5,         1.735706,         2.835277,         0.612182,        -0.002470,         0.000682,        -3.619241,         0.096309,         0.025236,         3.816298,         0.005179,         0.282247,         0.018350,         0.638328,         2.243771,         0.284489,        -0.014049,         0.030356,        -0.462800,        -0.000578,         0.002014,        -0.286869,         1.000000,         0.435958,         0.254979,         0.058637
+   43, 44, 603796.8125, 5179261.5,         1.766476,         2.811844,         0.628227,        -0.002509,         0.000678,        -3.703574,         0.095950,         0.025080,         3.825740,         0.004298,         0.280029,         0.015349,         0.609317,         2.225297,         0.273814,        -0.013706,         0.030112,        -0.455169,        -0.000597,         0.002005,        -0.297988,         1.000000,         0.436607,         0.257495,         0.101868
+   44, 45, 604303.875, 5179093,         1.729099,         2.818651,         0.613449,        -0.002463,         0.000677,        -3.638595,         0.096381,         0.025121,         3.836650,         0.005689,         0.280332,         0.020294,         0.636665,         2.230544,         0.285430,        -0.014077,         0.030182,        -0.466401,        -0.000593,         0.002007,        -0.295426,         1.000000,         0.332413,         0.255896,         0.069020
+   45, 46, 603182.25, 5179006.5,         1.771060,         2.781108,         0.636818,        -0.002531,         0.000670,        -3.776879,         0.095568,         0.024851,         3.845611,         0.005393,         0.276735,         0.019487,         0.573328,         2.200353,         0.260562,        -0.013282,         0.029783,        -0.445970,        -0.000627,         0.001989,        -0.315182,         1.000000,         0.578269,         0.259672,         0.058964
+   46, 47, 604138.1875, 5178967.5,         1.725720,         2.802157,         0.615854,        -0.002467,         0.000672,        -3.667901,         0.096194,         0.024990,         3.849313,         0.006634,         0.278505,         0.023822,         0.621471,         2.217067,         0.280312,        -0.013900,         0.030004,        -0.463248,        -0.000607,         0.001997,        -0.303941,         1.000000,         0.751372,         0.256678,         0.052040
+   47, 48, 609056.4375, 5174873.5,         1.123088,         2.739015,         0.410033,        -0.002031,         0.000643,        -3.158712,         0.100240,         0.024360,         4.115038,         0.024245,         0.263216,         0.092110,         0.593219,         2.158764,         0.274796,        -0.014212,         0.029301,        -0.485044,        -0.000803,         0.001940,        -0.414095,         1.000000,         0.876905,         0.256824,         0.049140
+   48, 49, 609711.4375, 5173720,         1.024970,         2.704999,         0.378917,        -0.002015,         0.000636,        -3.168316,         0.100247,         0.024084,         4.162343,         0.017555,         0.258368,         0.067947,         0.503839,         2.129570,         0.236592,        -0.013234,         0.028929,        -0.457475,        -0.000851,         0.001918,        -0.443609,         1.000000,         0.811051,         0.260169,         0.051545
+   49, 50, 611671, 5172366.5,         0.800034,         2.667461,         0.299923,        -0.001975,         0.000632,        -3.122864,         0.100144,         0.023741,         4.218257,         0.007722,         0.252245,         0.030612,         0.313276,         2.094850,         0.149546,        -0.011023,         0.028484,        -0.386992,        -0.000929,         0.001893,        -0.490790,         1.000000,         0.798700,         0.264784,         0.053432
+   50, 51, 619304.9375, 5182670.5,         0.193917,         2.811599,         0.068970,        -0.002063,         0.000698,        -2.953074,         0.082225,         0.024906,         3.301438,         0.016837,         0.261608,         0.064361,        -0.694307,         2.200836,        -0.315474,         0.004483,         0.029769,         0.150597,        -0.000647,         0.002067,        -0.312837,         1.000000,         0.783932,         0.243761,         0.041841
+   51, 52, 628210.9375, 5178956.5,        -0.105636,         2.794047,        -0.037807,        -0.002669,         0.000727,        -3.673873,         0.080075,         0.025146,         3.184420,        -0.108863,         0.265920,        -0.409382,        -1.935383,         2.184095,        -0.886126,         0.016756,         0.029447,         0.569018,        -0.000529,         0.002119,        -0.249760,         1.000000,         0.548795,         0.292561,         0.055472
+   52, 53, 610556, 5177523,         0.913338,         2.854686,         0.319943,        -0.001876,         0.000681,        -2.755705,         0.101111,         0.025133,         4.023047,         0.064206,         0.275537,         0.233021,         0.635259,         2.248013,         0.282587,        -0.014277,         0.030445,        -0.468941,        -0.000807,         0.002002,        -0.403268,         1.000000,         0.723762,         0.244670,         0.066215
+   53, 54, 614326.9375, 5181429.5,         0.324691,         2.794330,         0.116196,        -0.001697,         0.000685,        -2.476119,         0.093221,         0.024185,         3.854477,         0.112549,         0.270855,         0.415534,         0.140425,         2.185694,         0.064247,        -0.006298,         0.029562,        -0.213034,        -0.000924,         0.001959,        -0.471825,         1.000000,         0.832785,         0.223492,         0.056776
+   54, 55, 613786, 5182701,         0.488282,         2.755567,         0.177198,        -0.001725,         0.000670,        -2.575901,         0.088528,         0.023542,         3.760495,         0.119588,         0.267702,         0.446719,         0.149163,         2.151392,         0.069333,        -0.005963,         0.029124,        -0.204740,        -0.000780,         0.001867,        -0.417763,         1.000000,         0.694671,         0.211577,         0.071608
+   55, 56, 615805.1875, 5184686.5,         0.648586,         2.665571,         0.243320,        -0.001800,         0.000641,        -2.809971,         0.077965,         0.022761,         3.425355,         0.121757,         0.253292,         0.480697,        -0.082299,         2.080968,        -0.039548,        -0.002361,         0.028210,        -0.083690,        -0.000668,         0.001788,        -0.373689,         1.000000,         0.499234,         0.200090,         0.057651
+   56, 57, 615976.875, 5185383.5,         0.755594,         2.638014,         0.286425,        -0.001820,         0.000631,        -2.883195,         0.074526,         0.022503,         3.311806,         0.131653,         0.249629,         0.527394,        -0.107649,         2.059421,        -0.052271,        -0.001905,         0.027930,        -0.068190,        -0.000647,         0.001758,        -0.367866,         1.000000,         0.586928,         0.194416,         0.056764
+   57, 58, 613550.1875, 5185263.5,         0.947779,         2.553761,         0.371131,        -0.001900,         0.000609,        -3.120733,         0.076581,         0.021610,         3.543787,         0.142659,         0.245715,         0.580590,         0.021968,         1.986645,         0.011058,        -0.004047,         0.026963,        -0.150089,        -0.000744,         0.001682,        -0.442429,         1.000000,         0.479417,         0.201391,         0.058395
+   58, 59, 626416.5, 5178311,        -0.157992,         2.803078,        -0.056364,        -0.002556,         0.000724,        -3.529660,         0.083662,         0.025187,         3.321666,        -0.115990,         0.265981,        -0.436083,        -1.738369,         2.188742,        -0.794232,         0.014391,         0.029526,         0.487409,        -0.000551,         0.002135,        -0.257987,         1.000000,         0.730026,         0.293416,         0.035630
+   59, 60, 626512.0625, 5178199.5,        -0.158719,         2.796707,        -0.056752,        -0.002551,         0.000722,        -3.533459,         0.083706,         0.025114,         3.332975,        -0.114399,         0.265365,        -0.431100,        -1.734604,         2.183708,        -0.794339,         0.014327,         0.029460,         0.486336,        -0.000564,         0.002126,        -0.265389,         1.000000,         0.640014,         0.293220,         0.045379
+   60, 61, 604347.25, 5190509.5,         1.803614,         2.736174,         0.659174,        -0.002901,         0.000693,        -4.182427,         0.070357,         0.022836,         3.080980,         0.212175,         0.266256,         0.796885,        -0.504664,         2.121515,        -0.237879,         0.001772,         0.028843,         0.061438,        -0.001252,         0.001862,        -0.672623,         1.000000,         0.900469,         0.250481,         0.064236
+   61, 62, 599867.375, 5191765,         1.638934,         2.740226,         0.598102,        -0.003006,         0.000700,        -4.296615,         0.073841,         0.022962,         3.215721,         0.193961,         0.263581,         0.735868,        -0.679711,         2.123632,        -0.320070,         0.003775,         0.028880,         0.130698,        -0.001375,         0.001873,        -0.734042,         1.000000,         0.817140,         0.265203,         0.053723
+   62, 63, 599682, 5191238.5,         1.697488,         2.778513,         0.610934,        -0.003050,         0.000711,        -4.290296,         0.074889,         0.023270,         3.218271,         0.186284,         0.267351,         0.696777,        -0.637592,         2.153401,        -0.296086,         0.003221,         0.029289,         0.109989,        -0.001322,         0.001893,        -0.698373,         1.000000,         0.818625,         0.267646,         0.051586
+   63, 64, 599837.6875, 5191565,         1.659066,         2.752257,         0.602802,        -0.003020,         0.000703,        -4.294207,         0.074188,         0.023059,         3.217267,         0.191370,         0.264781,         0.722749,        -0.663826,         2.133015,        -0.311215,         0.003568,         0.029009,         0.122982,        -0.001356,         0.001880,        -0.721564,         1.000000,         0.841792,         0.265930,         0.054591
+   64, 65, 599704.25, 5191550,         1.661911,         2.756416,         0.602924,        -0.003026,         0.000705,        -4.295173,         0.074343,         0.023094,         3.219161,         0.190391,         0.265129,         0.718107,        -0.663096,         2.136207,        -0.310408,         0.003553,         0.029053,         0.122291,        -0.001353,         0.001882,        -0.719160,         1.000000,         0.839144,         0.266421,         0.052579
+   65, 66, 599500.6875, 5192001,         1.607137,         2.724849,         0.589808,        -0.002994,         0.000695,        -4.305172,         0.073838,         0.022857,         3.230487,         0.193595,         0.261898,         0.739201,        -0.698283,         2.111839,        -0.330651,         0.003997,         0.028718,         0.139171,        -0.001395,         0.001866,        -0.747735,         1.000000,         0.905060,         0.265213,         0.049489
+   66, 67, 599444.6875, 5192084,         1.596035,         2.718324,         0.587139,        -0.002987,         0.000693,        -4.307386,         0.073770,         0.022809,         3.234180,         0.193864,         0.261233,         0.742114,        -0.704404,         2.106836,        -0.334342,         0.004072,         0.028649,         0.142146,        -0.001403,         0.001863,        -0.753064,         1.000000,         0.912740,         0.265002,         0.038230
+   67, 68, 611350.875, 5181951.5,         0.789654,         2.773409,         0.284723,        -0.001872,         0.000669,        -2.799405,         0.091084,         0.023742,         3.836428,         0.100269,         0.270672,         0.370443,         0.323554,         2.167727,         0.149260,        -0.008799,         0.029349,        -0.299812,        -0.000707,         0.001861,        -0.380109,         1.000000,         0.670748,         0.220225,         0.089036
+   68, 69, 611738.8125, 5178156,         0.641424,         2.913169,         0.220181,        -0.001745,         0.000705,        -2.474648,         0.102268,         0.025599,         3.995067,         0.092752,         0.281570,         0.329409,         0.574146,         2.292028,         0.250497,        -0.013286,         0.031003,        -0.428533,        -0.000897,         0.002053,        -0.437026,         1.000000,         0.865155,         0.239739,         0.048887
+   69, 70, 614974.9375, 5181098.5,         0.304877,         2.760117,         0.110458,        -0.001735,         0.000677,        -2.562973,         0.093119,         0.024009,         3.878445,         0.097913,         0.265553,         0.368714,         0.061070,         2.157802,         0.028302,        -0.005480,         0.029199,        -0.187668,        -0.000959,         0.001954,        -0.490991,         1.000000,         0.917294,         0.230336,         0.034371
+   70, 71, 622161.75, 5184993,         0.464728,         2.813302,         0.165189,        -0.002489,         0.000709,        -3.512265,         0.066514,         0.025286,         2.630507,         0.013920,         0.256993,         0.054164,        -1.376551,         2.206815,        -0.623773,         0.013056,         0.029817,         0.437868,        -0.000267,         0.002006,        -0.132983,         1.000000,         0.777639,         0.242411,         0.053034
+   71, 72, 622373.875, 5185006,         0.469627,         2.829386,         0.165982,        -0.002529,         0.000715,        -3.535389,         0.066010,         0.025484,         2.590291,         0.008391,         0.258580,         0.032451,        -1.430920,         2.220448,        -0.644428,         0.013687,         0.029992,         0.456355,        -0.000224,         0.002021,        -0.110740,         1.000000,         0.912566,         0.244249,         0.030066
+   72, 73, 618841.875, 5190456.5,         1.403754,         2.771418,         0.506511,        -0.001879,         0.000656,        -2.866379,         0.047100,         0.023919,         1.969143,         0.235989,         0.256365,         0.920522,        -0.443793,         2.172782,        -0.204251,         0.003075,         0.029542,         0.104103,        -0.000933,         0.001900,        -0.491055,         1.000000,         0.907899,         0.144455,         0.048133
+   73, 74, 621256.5625, 5190982.5,         1.122226,         2.817629,         0.398287,        -0.002140,         0.000673,        -3.178627,         0.043328,         0.024683,         1.755373,         0.232524,         0.258784,         0.898527,        -1.122765,         2.208587,        -0.508363,         0.011301,         0.030024,         0.376410,        -0.001130,         0.001977,        -0.571712,         1.000000,         0.746531,         0.162398,         0.053881
+   74, 75, 621393.5, 5190810.5,         1.109545,         2.821252,         0.393281,        -0.002168,         0.000676,        -3.208106,         0.043590,         0.024765,         1.760171,         0.227374,         0.258797,         0.878578,        -1.152704,         2.212199,        -0.521067,         0.011662,         0.030064,         0.387900,        -0.001079,         0.001980,        -0.545005,         1.000000,         0.724055,         0.164791,         0.071813
+   75, 76, 621240.625, 5191011,         1.133155,         2.824332,         0.401212,        -0.002136,         0.000675,        -3.166022,         0.043064,         0.024733,         1.741193,         0.233864,         0.259374,         0.901650,        -1.115349,         2.213865,        -0.503802,         0.011229,         0.030097,         0.373111,        -0.001128,         0.001981,        -0.569476,         1.000000,         0.637489,         0.161343,         0.076372
+   76, 77, 621227.875, 5191036.5,         1.140929,         2.828976,         0.403301,        -0.002132,         0.000676,        -3.156588,         0.042871,         0.024766,         1.731036,         0.234938,         0.259792,         0.904332,        -1.109884,         2.217490,        -0.500513,         0.011176,         0.030148,         0.370695,        -0.001129,         0.001984,        -0.568836,         1.000000,         0.681985,         0.160556,         0.062445
+   77, 78, 616808.1875, 5196888.5,         1.478637,         2.758526,         0.536024,        -0.001929,         0.000640,        -3.014648,         0.038147,         0.023403,         1.630000,         0.334375,         0.269380,         1.241274,        -0.858941,         2.148795,        -0.399731,         0.007065,         0.029312,         0.241041,        -0.002390,         0.001973,        -1.211180,         1.000000,         0.615307,         0.150630,         0.111986
+   78, 79, 624110.9375, 5198004.5,         0.765781,         2.857700,         0.267971,        -0.002135,         0.000670,        -3.189479,         0.038900,         0.024669,         1.576896,         0.275861,         0.268781,         1.026343,        -1.772517,         2.230804,        -0.794564,         0.018334,         0.030397,         0.603140,        -0.002675,         0.002084,        -1.283687,         1.000000,         0.701130,         0.171057,         0.036811
+   79, 80, 623559.375, 5198593.5,         0.785377,         2.828636,         0.277652,        -0.002108,         0.000660,        -3.192015,         0.039158,         0.024364,         1.607213,         0.279408,         0.267271,         1.045409,        -1.716420,         2.207738,        -0.777456,         0.017618,         0.030085,         0.585609,        -0.002717,         0.002059,        -1.319898,         1.000000,         0.487218,         0.170259,         0.086352
+   80, 81, 613834, 5194573,         1.890162,         2.669073,         0.708172,        -0.002034,         0.000634,        -3.209533,         0.043209,         0.022557,         1.915535,         0.346642,         0.264790,         1.309117,        -0.399002,         2.081632,        -0.191678,         0.001171,         0.028346,         0.041316,        -0.001913,         0.001908,        -1.002725,         1.000000,         0.581716,         0.161142,         0.077331
+   81, 82, 631727.1875, 5194571.5,         0.402821,         2.622771,         0.153586,        -0.002505,         0.000641,        -3.905545,         0.054636,         0.023100,         2.365240,         0.146414,         0.244960,         0.597707,        -2.072677,         2.048852,        -1.011628,         0.020478,         0.027842,         0.735516,        -0.002006,         0.001933,        -1.037979,         1.000000,         0.575601,         0.230095,         0.098937
+   82, 83, 626461.0625, 5178181,        -0.161086,         2.798629,        -0.057559,        -0.002549,         0.000723,        -3.528064,         0.083831,         0.025133,         3.335504,        -0.115097,         0.265544,        -0.433439,        -1.730305,         2.185225,        -0.791820,         0.014272,         0.029480,         0.484130,        -0.000563,         0.002129,        -0.264271,         1.000000,         0.769173,         0.293355,         0.028380
+   83, 84, 619541.1875, 5184195.5,         0.412140,         2.789596,         0.147742,        -0.002119,         0.000685,        -3.092760,         0.074595,         0.024583,         3.034397,         0.042121,         0.256739,         0.164061,        -0.749864,         2.187945,        -0.342725,         0.005731,         0.029604,         0.193604,        -0.000466,         0.001976,        -0.236065,         1.000000,         0.814753,         0.228376,         0.074431
+   84, 85, 619546.4375, 5185242,         0.568109,         2.741359,         0.207236,        -0.002121,         0.000667,        -3.178130,         0.069665,         0.024070,         2.894216,         0.072531,         0.251018,         0.288948,        -0.751904,         2.149922,        -0.349735,         0.006009,         0.029108,         0.206450,        -0.000459,         0.001896,        -0.242207,         1.000000,         0.882483,         0.216247,         0.053688
+   85, 86, 619245, 5185161,         0.568217,         2.740663,         0.207328,        -0.002083,         0.000666,        -3.128218,         0.070555,         0.024007,         2.938913,         0.075520,         0.251519,         0.300254,        -0.681357,         2.149323,        -0.317010,         0.005170,         0.029103,         0.177654,        -0.000472,         0.001893,        -0.249593,         1.000000,         0.553842,         0.214534,         0.130496
+   86, 87, 604237.125, 5190436.5,         1.828409,         2.755785,         0.663480,        -0.002923,         0.000699,        -4.181076,         0.070602,         0.022982,         3.072059,         0.210767,         0.268168,         0.785950,        -0.497231,         2.136417,        -0.232741,         0.001671,         0.029047,         0.057543,        -0.001237,         0.001872,        -0.660863,         1.000000,         0.881668,         0.251571,         0.085096
+   87, 88, 604270, 5190514.5,         1.810489,         2.743438,         0.659935,        -0.002911,         0.000696,        -4.183706,         0.070437,         0.022889,         3.077259,         0.212012,         0.266926,         0.794272,        -0.506340,         2.126979,        -0.238056,         0.001789,         0.028918,         0.061878,        -0.001251,         0.001866,        -0.670308,         1.000000,         0.948499,         0.251046,         0.046331
+   88, 89, 605728.125, 5185079.5,         1.803193,         2.806827,         0.642431,        -0.002692,         0.000697,        -3.860125,         0.083615,         0.024012,         3.482164,         0.074359,         0.277720,         0.267747,         0.144452,         2.197614,         0.065731,        -0.006676,         0.029799,        -0.224025,        -0.000649,         0.001897,        -0.342226,         1.000000,         0.702438,         0.244708,         0.054014
+   89, 90, 622842.5, 5184411,         0.432753,         2.949124,         0.146740,        -0.002684,         0.000757,        -3.543416,         0.067033,         0.026741,         2.506750,        -0.043467,         0.270653,        -0.160599,        -1.591880,         2.321442,        -0.685729,         0.015439,         0.031300,         0.493262,         0.000056,         0.002136,         0.026227,         1.000000,         0.885567,         0.257742,         0.081843
+   90, 91, 622878.5625, 5185157,         0.491833,         2.850805,         0.172524,        -0.002615,         0.000726,        -3.599880,         0.064455,         0.025793,         2.498973,         0.002515,         0.260941,         0.009639,        -1.556160,         2.238579,        -0.695155,         0.015134,         0.030220,         0.500789,        -0.000161,         0.002041,        -0.079069,         1.000000,         0.911872,         0.247130,         0.033396
+   91, 92, 622519.1875, 5185380.5,         0.497737,         2.795974,         0.178019,        -0.002524,         0.000706,        -3.576178,         0.064553,         0.025180,         2.563642,         0.024740,         0.255498,         0.096830,        -1.453046,         2.192315,        -0.662791,         0.013974,         0.029624,         0.471729,        -0.000304,         0.001990,        -0.152565,         1.000000,         0.722234,         0.240874,         0.057097
+   92, 93, 607458.6875, 5187394.5,         1.742517,         2.663398,         0.654246,        -0.002573,         0.000659,        -3.902352,         0.074118,         0.022435,         3.303701,         0.157129,         0.261796,         0.600196,        -0.068557,         2.072369,        -0.033081,        -0.003568,         0.028132,        -0.126834,        -0.000861,         0.001792,        -0.480245,         1.000000,         0.826863,         0.230388,         0.072351
+   93, 94, 609176.4375, 5183983,         1.276232,         2.789422,         0.457526,        -0.002191,         0.000676,        -3.241178,         0.085036,         0.023677,         3.591479,         0.086856,         0.274808,         0.316063,         0.270164,         2.177487,         0.124071,        -0.007867,         0.029511,        -0.266585,        -0.000540,         0.001835,        -0.294215,         1.000000,         0.480245,         0.219080,         0.063419
+   94, 95, 614673.8125, 5183657,         0.604358,         2.655097,         0.227622,        -0.001796,         0.000639,        -2.809092,         0.082988,         0.022651,         3.663699,         0.117735,         0.254673,         0.462299,         0.013403,         2.069862,         0.006475,        -0.004038,         0.028056,        -0.143940,        -0.000756,         0.001783,        -0.423897,         1.000000,         0.495225,         0.209408,         0.054691
+   95, 96, 612678.3125, 5181877,         0.525955,         2.803425,         0.187612,        -0.001738,         0.000682,        -2.549392,         0.092092,         0.024020,         3.834031,         0.115955,         0.273522,         0.423931,         0.261446,         2.191147,         0.119319,        -0.007798,         0.029646,        -0.263054,        -0.000787,         0.001902,        -0.414046,         1.000000,         0.817210,         0.216715,         0.066032
+   96, 97, 612185.125, 5182226.5,         0.650890,         2.776443,         0.234433,        -0.001796,         0.000672,        -2.672745,         0.090475,         0.023709,         3.815988,         0.111409,         0.270903,         0.411252,         0.269634,         2.168428,         0.124345,        -0.007876,         0.029354,        -0.268296,        -0.000732,         0.001862,        -0.393267,         1.000000,         0.634804,         0.215737,         0.067826
+   97, 98, 614704.125, 5180508.5,         0.216287,         2.832146,         0.076369,        -0.001675,         0.000700,        -2.393807,         0.096625,         0.024761,         3.902332,         0.108231,         0.274235,         0.394665,         0.141610,         2.218168,         0.063841,        -0.006668,         0.029984,        -0.222380,        -0.001030,         0.002038,        -0.505448,         1.000000,         0.783185,         0.231819,         0.067747
+   98, 99, 612310.6875, 5178440,         0.617426,         2.832250,         0.217998,        -0.001775,         0.000685,        -2.592833,         0.100150,         0.024841,         4.031705,         0.084994,         0.272776,         0.311587,         0.458480,         2.224220,         0.206131,        -0.011684,         0.030109,        -0.388064,        -0.000914,         0.001992,        -0.458805,         1.000000,         0.861572,         0.241114,         0.037860
+   99, 100, 606817.5, 5192300.5,         1.976117,         2.771805,         0.712935,        -0.002813,         0.000697,        -4.037886,         0.060243,         0.022994,         2.619955,         0.297531,         0.272776,         1.090751,        -0.565157,         2.147164,        -0.263211,         0.002751,         0.029191,         0.094252,        -0.001443,         0.001903,        -0.758644,         1.000000,         0.418240,         0.232532,         0.099816
+  100, 101, 624374.75, 5190974.5,         0.915898,         2.897289,         0.316123,        -0.002555,         0.000720,        -3.546905,         0.041950,         0.026025,         1.611913,         0.203863,         0.267070,         0.763331,        -1.857961,         2.272840,        -0.817462,         0.019677,         0.030838,         0.638075,        -0.001168,         0.002120,        -0.550837,         1.000000,         0.559598,         0.194035,         0.126651
+  101, 102, 623916.3125, 5190809.5,         0.933001,         2.879922,         0.323968,        -0.002507,         0.000713,        -3.517608,         0.042456,         0.025810,         1.644963,         0.204134,         0.265027,         0.770239,        -1.760147,         2.259423,        -0.779025,         0.018590,         0.030658,         0.606381,        -0.001118,         0.002092,        -0.534543,         1.000000,         0.604717,         0.190961,         0.041363
+  102, 103, 603496.625, 5187957.5,         1.837126,         2.750802,         0.667851,        -0.002905,         0.000697,        -4.170734,         0.077498,         0.023243,         3.334270,         0.142741,         0.268512,         0.531601,        -0.258488,         2.141120,        -0.120726,        -0.001548,         0.029091,        -0.053216,        -0.001008,         0.001873,        -0.538143,         1.000000,         0.599104,         0.256504,         0.107494
+  103, 104, 604809.1875, 5186498.5,         1.813233,         2.730452,         0.664078,        -0.002779,         0.000684,        -4.061504,         0.079824,         0.023233,         3.435852,         0.114357,         0.268197,         0.426392,        -0.067337,         2.131016,        -0.031599,        -0.003974,         0.028928,        -0.137379,        -0.000855,         0.001860,        -0.460008,         1.000000,         0.710356,         0.249913,         0.041004
+  104, 105, 631835.0625, 5190386,         0.417737,         2.747708,         0.152031,        -0.002773,         0.000702,        -3.951153,         0.055564,         0.024742,         2.245723,         0.091021,         0.256620,         0.354692,        -2.322655,         2.148656,        -1.080981,         0.023071,         0.029128,         0.792061,        -0.001461,         0.002062,        -0.708339,         1.000000,         0.731455,         0.246813,         0.047008
+  105, 106, 626710.0625, 5189688.5,         0.710656,         2.851000,         0.249266,        -0.002818,         0.000735,        -3.834230,         0.048574,         0.026036,         1.865661,         0.126638,         0.264775,         0.478286,        -2.194627,         2.234867,        -0.981994,         0.022669,         0.030253,         0.749318,        -0.001006,         0.002128,        -0.472979,         1.000000,         0.835976,         0.229563,         0.043036
+  106, 107, 623787.75, 5187853,         0.734552,         2.802957,         0.262063,        -0.002640,         0.000710,        -3.716399,         0.053226,         0.025427,         2.093254,         0.100610,         0.256822,         0.391749,        -1.728485,         2.200670,        -0.785436,         0.017634,         0.029759,         0.592560,        -0.000524,         0.002001,        -0.261767,         1.000000,         0.759884,         0.223553,         0.061955
+  107, 108, 624746.6875, 5187123,         0.667464,         2.843445,         0.234738,        -0.002810,         0.000737,        -3.812783,         0.055015,         0.026044,         2.112399,         0.057318,         0.262338,         0.218489,        -1.941908,         2.232851,        -0.869699,         0.019749,         0.030146,         0.655095,        -0.000358,         0.002057,        -0.174213,         1.000000,         0.843021,         0.240285,         0.054089
+  108, 109, 623421.4375, 5186092.5,         0.567583,         2.806993,         0.202203,        -0.002642,         0.000716,        -3.691140,         0.060476,         0.025455,         2.375811,         0.037031,         0.257176,         0.143992,        -1.655440,         2.202142,        -0.751741,         0.016391,         0.029745,         0.551045,        -0.000307,         0.002004,        -0.153276,         1.000000,         0.608729,         0.240463,         0.145149
+  109, 110, 628172, 5179026.5,        -0.103353,         2.796745,        -0.036955,        -0.002673,         0.000728,        -3.674576,         0.079982,         0.025179,         3.176544,        -0.109391,         0.266188,        -0.410955,        -1.939883,         2.186246,        -0.887312,         0.016820,         0.029475,         0.570657,        -0.000522,         0.002122,        -0.245857,         1.000000,         0.464931,         0.292609,         0.056425
+  110, 111, 628290.3125, 5178268.5,        -0.116885,         2.748549,        -0.042526,        -0.002597,         0.000709,        -3.660601,         0.081085,         0.024629,         3.292285,        -0.097041,         0.261080,        -0.371691,        -1.840799,         2.146611,        -0.857538,         0.015593,         0.028965,         0.538364,        -0.000639,         0.002064,        -0.309484,         1.000000,         0.503947,         0.290465,         0.040225
+  111, 112, 628201.75, 5179652,        -0.076423,         2.828854,        -0.027015,        -0.002741,         0.000741,        -3.700548,         0.078684,         0.025565,         3.077855,        -0.116101,         0.269640,        -0.430576,        -2.023413,         2.212918,        -0.914364,         0.017871,         0.029818,         0.599341,        -0.000435,         0.002159,        -0.201455,         1.000000,         0.617627,         0.293685,         0.080601
+  112, 113, 627275.1875, 5178139.5,        -0.172427,         2.834475,        -0.060832,        -0.002624,         0.000736,        -3.566274,         0.083172,         0.025506,         3.260838,        -0.128421,         0.269879,        -0.475847,        -1.854689,         2.216635,        -0.836713,         0.015620,         0.029879,         0.522777,        -0.000481,         0.002171,        -0.221716,         1.000000,         0.776089,         0.296584,         0.048911
+  113, 114, 627294.0625, 5178061.5,        -0.172742,         2.827513,        -0.061093,        -0.002615,         0.000733,        -3.565879,         0.083252,         0.025429,         3.273882,        -0.126328,         0.269137,        -0.469382,        -1.843241,         2.210909,        -0.833703,         0.015481,         0.029805,         0.519414,        -0.000497,         0.002163,        -0.229913,         1.000000,         0.687979,         0.296211,         0.038314
+  114, 115, 627254.5625, 5178207,        -0.168712,         2.833121,        -0.059550,        -0.002625,         0.000736,        -3.568992,         0.083044,         0.025497,         3.257067,        -0.127617,         0.269716,        -0.473153,        -1.855051,         2.215415,        -0.837338,         0.015642,         0.029863,         0.523796,        -0.000482,         0.002170,        -0.222083,         1.000000,         0.740649,         0.296360,         0.053320
+  115, 116, 627382.125, 5178423.5,        -0.146633,         2.810843,        -0.052167,        -0.002622,         0.000729,        -3.596033,         0.082248,         0.025280,         3.253473,        -0.118625,         0.267355,        -0.443699,        -1.852613,         2.196908,        -0.843282,         0.015692,         0.029621,         0.529761,        -0.000515,         0.002141,        -0.240675,         1.000000,         0.597115,         0.294415,         0.050692
+  116, 117, 627075.9375, 5173730.5,        -0.200321,         2.713167,        -0.073833,        -0.002368,         0.000688,        -3.444234,         0.088800,         0.024085,         3.686933,        -0.098534,         0.256534,        -0.384095,        -1.457031,         2.118919,        -0.687629,         0.010448,         0.028639,         0.364826,        -0.000800,         0.002012,        -0.397876,         1.000000,         0.828193,         0.292447,         0.053288
+  117, 118, 627312.625, 5174101.5,        -0.203596,         2.720149,        -0.074848,        -0.002392,         0.000691,        -3.463270,         0.088209,         0.024163,         3.650571,        -0.100614,         0.257409,        -0.390873,        -1.503332,         2.124664,        -0.707562,         0.011030,         0.028709,         0.384216,        -0.000780,         0.002021,        -0.386043,         1.000000,         0.603839,         0.292799,         0.066237
+  118, 119, 632987.75, 5176669,        -0.081874,         2.639854,        -0.031015,        -0.002568,         0.000674,        -3.809926,         0.079157,         0.023460,         3.374205,        -0.060962,         0.250716,        -0.243151,        -1.867361,         2.061906,        -0.905648,         0.015824,         0.027860,         0.567976,        -0.000912,         0.001938,        -0.470836,         1.000000,         0.499763,         0.284984,         0.095551
+  119, 120, 607952.9375, 5197530,         1.761365,         2.792432,         0.630764,        -0.002701,         0.000692,        -3.905186,         0.049365,         0.023424,         2.107464,         0.380231,         0.279049,         1.362593,        -1.027728,         2.170366,        -0.473528,         0.008549,         0.029519,         0.289600,        -0.002141,         0.001980,        -1.081089,         1.000000,         0.630338,         0.219943,         0.041745
+  120, 121, 608112.125, 5197854,         1.720696,         2.776052,         0.619836,        -0.002678,         0.000687,        -3.898924,         0.049153,         0.023319,         2.107843,         0.377722,         0.277608,         1.360632,        -1.049265,         2.158329,        -0.486147,         0.008827,         0.029354,         0.300704,        -0.002170,         0.001973,        -1.099551,         1.000000,         0.538591,         0.218673,         0.064176
+  121, 122, 608054.25, 5197884.5,         1.729104,         2.785105,         0.620840,        -0.002686,         0.000689,        -3.898043,         0.049045,         0.023390,         2.096829,         0.379937,         0.278539,         1.364033,        -1.054123,         2.165239,        -0.486839,         0.008882,         0.029449,         0.301602,        -0.002176,         0.001979,        -1.099431,         1.000000,         0.598986,         0.219068,         0.049333
+  122, 123, 611576.75, 5184826,         1.098337,         2.601830,         0.422140,        -0.002006,         0.000623,        -3.220954,         0.079572,         0.021983,         3.619657,         0.130595,         0.253312,         0.515550,         0.135639,         2.024419,         0.067002,        -0.005789,         0.027465,        -0.210773,        -0.000693,         0.001711,        -0.404964,         1.000000,         0.460169,         0.208530,         0.069229
+  123, 124, 619825.375, 5192026,         1.358325,         2.846735,         0.477152,        -0.001908,         0.000670,        -2.849342,         0.040701,         0.024541,         1.658484,         0.267653,         0.263822,         1.014520,        -0.753189,         2.226791,        -0.338240,         0.006849,         0.030329,         0.225832,        -0.001358,         0.001983,        -0.684814,         1.000000,         0.849690,         0.138946,         0.064845
+  124, 125, 621679.25, 5192249,         1.101730,         2.859991,         0.385221,        -0.002115,         0.000680,        -3.109796,         0.039857,         0.024946,         1.597691,         0.258168,         0.264158,         0.977327,        -1.258301,         2.237723,        -0.562313,         0.012914,         0.030459,         0.423986,        -0.001492,         0.002030,        -0.734908,         1.000000,         0.777508,         0.156714,         0.103347
+  125, 126, 621589.375, 5183840.5,         0.331036,         2.902555,         0.114050,        -0.002442,         0.000733,        -3.333608,         0.072312,         0.026060,         2.774776,        -0.027943,         0.266160,        -0.104985,        -1.258060,         2.280934,        -0.551555,         0.011507,         0.030798,         0.373620,        -0.000175,         0.002117,        -0.082880,         1.000000,         0.553187,         0.252075,         0.085500
+  126, 127, 615753.9375, 5177189,         0.080862,         2.882240,         0.028055,        -0.001690,         0.000720,        -2.347587,         0.104286,         0.025808,         4.040763,         0.063010,         0.275254,         0.228917,         0.129974,         2.260714,         0.057492,        -0.007976,         0.030586,        -0.260761,        -0.001192,         0.002168,        -0.550058,         1.000000,         0.764780,         0.258600,         0.143149
+  127, 128, 617433.9375, 5187558.5,         1.058542,         2.656491,         0.398474,        -0.001872,         0.000632,        -2.960764,         0.062447,         0.022831,         2.735209,         0.165799,         0.247007,         0.671231,        -0.246600,         2.081410,        -0.118477,         0.000345,         0.028242,         0.012208,        -0.000595,         0.001774,        -0.335344,         1.000000,         0.688094,         0.173370,         0.066051
+  128, 129, 618944.0625, 5182883.5,         0.225705,         2.817189,         0.080117,        -0.002020,         0.000697,        -2.897348,         0.082057,         0.024878,         3.298337,         0.029497,         0.262596,         0.112329,        -0.611757,         2.207124,        -0.277174,         0.003649,         0.029854,         0.122217,        -0.000646,         0.002059,        -0.313863,         1.000000,         0.845893,         0.238296,         0.033392
+  129, 130, 618740.75, 5182729.5,         0.215819,         2.802030,         0.077022,        -0.001994,         0.000693,        -2.876792,         0.083006,         0.024720,         3.357798,         0.033797,         0.261707,         0.129141,        -0.570657,         2.193666,        -0.260139,         0.003067,         0.029677,         0.103353,        -0.000693,         0.002047,        -0.338629,         1.000000,         0.817435,         0.238326,         0.028282
+  130, 131, 630063.75, 5199204,         0.484987,         2.652246,         0.182859,        -0.002371,         0.000632,        -3.751300,         0.049798,         0.023084,         2.157251,         0.198439,         0.248738,         0.797781,        -2.001024,         2.073671,        -0.964967,         0.020064,         0.028212,         0.711171,        -0.002431,         0.001954,        -1.244370,         1.000000,         0.561362,         0.212413,         0.050643
+  131, 132, 618442.6875, 5196889.5,         1.222914,         2.720665,         0.449491,        -0.001958,         0.000631,        -3.102747,         0.039527,         0.023197,         1.703994,         0.312149,         0.262957,         1.187072,        -1.082066,         2.121229,        -0.510113,         0.009958,         0.028921,         0.344319,        -0.002400,         0.001950,        -1.230751,         1.000000,         0.778138,         0.156005,         0.087389
+  132, 133, 619781.9375, 5196731,         1.134664,         2.791886,         0.406415,        -0.001941,         0.000647,        -3.000028,         0.037909,         0.023849,         1.589526,         0.306657,         0.266784,         1.149459,        -1.198633,         2.176215,        -0.550788,         0.011543,         0.029680,         0.388927,        -0.002445,         0.001996,        -1.224731,         1.000000,         0.679752,         0.151464,         0.060055
+  133, 134, 614509.0625, 5196669,         1.728342,         2.730136,         0.633061,        -0.002038,         0.000641,        -3.180442,         0.039740,         0.023084,         1.721572,         0.356058,         0.270932,         1.314198,        -0.690509,         2.127008,        -0.324639,         0.004700,         0.028999,         0.162082,        -0.002284,         0.001961,        -1.164698,         1.000000,         0.631051,         0.160622,         0.062202
+  134, 135, 614251.5, 5196031.5,         1.861881,         2.749861,         0.677082,        -0.002017,         0.000646,        -3.122360,         0.039591,         0.023206,         1.706067,         0.361392,         0.272824,         1.324634,        -0.546453,         2.142205,        -0.255089,         0.002891,         0.029208,         0.098974,        -0.002195,         0.001969,        -1.114857,         1.000000,         0.591170,         0.157301,         0.047879
+  135, 136, 614192.875, 5195831,         1.883811,         2.746205,         0.685969,        -0.002015,         0.000646,        -3.119998,         0.039836,         0.023172,         1.719186,         0.361052,         0.272444,         1.325235,        -0.513645,         2.139576,        -0.240069,         0.002490,         0.029170,         0.085368,        -0.002160,         0.001965,        -1.099202,         1.000000,         0.602190,         0.157046,         0.061415
+  136, 137, 611343.75, 5196902,         1.630785,         2.625958,         0.621025,        -0.002359,         0.000637,        -3.704675,         0.047005,         0.022216,         2.115827,         0.349484,         0.262953,         1.329078,        -0.869659,         2.046277,        -0.424996,         0.006754,         0.027832,         0.242663,        -0.002133,         0.001892,        -1.127821,         1.000000,         0.686576,         0.194789,         0.041407
+  137, 138, 609543.9375, 5197193.5,         1.570411,         2.625110,         0.598227,        -0.002511,         0.000645,        -3.891916,         0.050599,         0.022163,         2.283015,         0.341396,         0.262031,         1.302881,        -0.966602,         2.043458,        -0.473023,         0.007893,         0.027775,         0.284162,        -0.002081,         0.001880,        -1.106992,         1.000000,         0.739105,         0.210371,         0.086500
+  138, 139, 625092.7626, 5173478.679,        -0.250462,         2.767119,        -0.090514,        -0.002279,         0.000701,        -3.251216,         0.092734,         0.024629,         3.765207,        -0.108824,         0.261204,        -0.416624,        -1.285286,         2.162076,        -0.594468,         0.008218,         0.029228,         0.281161,        -0.000792,         0.002077,        -0.381525,         0.000000,         0.549575,         0.294916,         0.094059
+  139, 140, 618090.44, 5188971.513,         1.180174,         2.643842,         0.446386,        -0.001909,         0.000627,        -3.043160,         0.055668,         0.022812,         2.440346,         0.199576,         0.245246,         0.813778,        -0.406229,         2.071348,        -0.196118,         0.002353,         0.028132,         0.083637,        -0.000802,         0.001790,        -0.448034,         0.000000,         0.882134,         0.165049,         0.051190
+  140, 141, 632977.7664, 5183695.617,         0.142469,         2.736226,         0.052068,        -0.002849,         0.000717,        -3.970342,         0.067869,         0.024760,         2.741121,        -0.028635,         0.259783,        -0.110225,        -2.297518,         2.140787,        -1.073212,         0.021610,         0.028909,         0.747521,        -0.000848,         0.002053,        -0.413074,         0.000000,         0.185511,         0.277230,         0.070115
+  141, 142, 632561.4182, 5179465.679,        -0.038703,         2.723537,        -0.014210,        -0.002729,         0.000708,        -3.856160,         0.075614,         0.024439,         3.094007,        -0.071840,         0.259535,        -0.276803,        -2.107619,         2.130926,        -0.989062,         0.018811,         0.028752,         0.654261,        -0.000743,         0.002036,        -0.365038,         0.000000,         0.087495,         0.286868,         0.059917
+  142, 143, 608853.0017, 5189357.655,         1.750779,         2.582345,         0.677981,        -0.002474,         0.000638,        -3.878729,         0.066110,         0.021662,         3.051935,         0.222035,         0.254018,         0.874092,        -0.209425,         2.006011,        -0.104399,        -0.001548,         0.027240,        -0.056825,        -0.001078,         0.001760,        -0.612839,         0.000000,         0.610909,         0.217075,         0.048642
+  143, 144, 628464.4041, 5194369.09,         0.561755,         2.763193,         0.203299,        -0.002501,         0.000675,        -3.705982,         0.047728,         0.024420,         1.954480,         0.188015,         0.256795,         0.732159,        -2.105447,         2.160751,        -0.974405,         0.021512,         0.029371,         0.732421,        -0.002050,         0.002055,        -0.997205,         0.000000,         0.490217,         0.213218,         0.087265
+  144, 145, 605923.6846, 5172682.846,         1.268023,         2.630777,         0.481996,        -0.002202,         0.000615,        -3.577652,         0.097721,         0.023594,         4.141765,         0.006100,         0.253892,         0.024025,         0.454640,         2.072875,         0.219328,        -0.012512,         0.028156,        -0.444374,        -0.000831,         0.001884,        -0.441247,         0.000000,         0.358070,         0.263648,         0.067292
+  145, 146, 608895.5408, 5177509.669,         1.169039,         2.877452,         0.406276,        -0.001993,         0.000682,        -2.923510,         0.100845,         0.025404,         3.969743,         0.046614,         0.279805,         0.166594,         0.739255,         2.270735,         0.325558,        -0.015653,         0.030744,        -0.509128,        -0.000706,         0.002020,        -0.349422,         0.000000,         0.657057,         0.245691,         0.085283
+  146, 147, 617500.3155, 5198567.259,         1.290128,         2.753073,         0.468614,        -0.001983,         0.000638,        -3.109248,         0.038079,         0.023424,         1.625666,         0.328617,         0.269072,         1.221299,        -1.112267,         2.144512,        -0.518658,         0.010119,         0.029249,         0.345968,        -0.002604,         0.001982,        -1.313359,         0.000000,         0.820224,         0.157816,         0.044121
+  147, 148, 599775.4949, 5197917.037,         1.310992,         2.616197,         0.501106,        -0.002851,         0.000662,        -4.309178,         0.066989,         0.021983,         3.047283,         0.242697,         0.252055,         0.962873,        -1.049737,         2.026907,        -0.517901,         0.008552,         0.027540,         0.310532,        -0.001773,         0.001819,        -0.974884,         0.000000,         0.206449,         0.255019,         0.069014
+  148, 149, 609818.8936, 5185616.971,         1.391764,         2.617381,         0.531739,        -0.002220,         0.000632,        -3.510438,         0.077768,         0.022111,         3.517110,         0.132673,         0.256568,         0.517106,         0.115017,         2.037216,         0.056458,        -0.005689,         0.027641,        -0.205829,        -0.000703,         0.001734,        -0.405494,         0.000000,         0.553665,         0.215359,         0.055472
+  149, 150, 626873.8954, 5191523.791,         0.688138,         2.833419,         0.242865,        -0.002655,         0.000712,        -3.731047,         0.046377,         0.025506,         1.818275,         0.171313,         0.262690,         0.652148,        -2.136505,         2.218259,        -0.963145,         0.022150,         0.030097,         0.735945,        -0.001490,         0.002117,        -0.704126,         0.000000,         0.615436,         0.216149,         0.060907
+  150, 151, 613220.8049, 5175607.806,         0.567209,         2.805439,         0.202182,        -0.001798,         0.000678,        -2.651830,         0.102984,         0.024896,         4.136624,         0.047286,         0.266375,         0.177515,         0.407044,         2.204291,         0.184660,        -0.011864,         0.029901,        -0.396772,        -0.000982,         0.002007,        -0.489639,         0.000000,         0.167636,         0.256832,         0.056909
+  151, 152, 603465.2567, 5194828.473,         1.638822,         2.759774,         0.593825,        -0.002943,         0.000700,        -4.205271,         0.063813,         0.022928,         2.783179,         0.282734,         0.268216,         1.054128,        -0.920738,         2.135842,        -0.431089,         0.007096,         0.029044,         0.244325,        -0.001677,         0.001896,        -0.884567,         0.000000,         0.550546,         0.250851,         0.098199
+  152, 153, 610497.3677, 5188165.47,         1.532978,         2.507375,         0.611388,        -0.002255,         0.000610,        -3.699378,         0.068238,         0.021136,         3.228493,         0.197775,         0.245540,         0.805470,        -0.100779,         1.949027,        -0.051707,        -0.002758,         0.026463,        -0.104223,        -0.000967,         0.001695,        -0.570215,         0.000000,         0.922910,         0.207432,         0.026109
+  153, 154, 620797.4476, 5197029.313,         1.066631,         2.877311,         0.370704,        -0.001938,         0.000667,        -2.905589,         0.035900,         0.024610,         1.458744,         0.306755,         0.272919,         1.123979,        -1.331563,         2.241436,        -0.594067,         0.013262,         0.030579,         0.433682,        -0.002559,         0.002057,        -1.244174,         0.000000,         0.705976,         0.147936,         0.107200
+  154, 155, 619340.9224, 5184576.829,         0.473678,         2.748010,         0.172371,        -0.002094,         0.000671,        -3.120206,         0.073158,         0.024134,         3.031384,         0.059080,         0.252700,         0.233795,        -0.711880,         2.153401,        -0.330584,         0.005336,         0.029152,         0.183037,        -0.000503,         0.001922,        -0.261811,         0.000000,         0.870225,         0.222696,         0.031790
+  155, 156, 614830.737, 5190713.524,         1.538279,         2.511563,         0.612479,        -0.001933,         0.000599,        -3.224932,         0.054259,         0.021371,         2.538966,         0.261812,         0.243446,         1.075441,        -0.198743,         1.960411,        -0.101378,        -0.000820,         0.026649,        -0.030753,        -0.001230,         0.001742,        -0.706176,         0.000000,         0.282444,         0.166113,         0.084113
+  156, 157, 605129.0973, 5200481.525,         1.330919,         2.653799,         0.501515,        -0.002742,         0.000663,        -4.133097,         0.056661,         0.022348,         2.535362,         0.316749,         0.261423,         1.211633,        -1.242284,         2.060759,        -0.602828,         0.011205,         0.027990,         0.400323,        -0.002118,         0.001877,        -1.128370,         0.000000,         0.207703,         0.236028,         0.084911
+  157, 158, 602693.0273, 5183588.584,         1.871758,         2.783180,         0.672525,        -0.002805,         0.000695,        -4.037622,         0.088176,         0.024279,         3.631707,         0.044982,         0.275879,         0.163051,         0.190334,         2.188254,         0.086980,        -0.007743,         0.029660,        -0.261071,        -0.000715,         0.001941,        -0.368533,         0.000000,         0.286069,         0.260905,         0.188336
+  158, 159, 614631.3761, 5196376.528,         1.754121,         2.734551,         0.641466,        -0.002014,         0.000641,        -3.140923,         0.039637,         0.023114,         1.714870,         0.355084,         0.270951,         1.310511,        -0.642599,         2.130493,        -0.301620,         0.004135,         0.029048,         0.142338,        -0.002249,         0.001961,        -1.146793,         0.000000,         0.364072,         0.158072,         0.082613
+  159, 160, 615233.5888, 5180633.854,         0.259293,         2.769147,         0.093636,        -0.001737,         0.000682,        -2.548909,         0.094463,         0.024201,         3.903243,         0.091162,         0.265950,         0.342778,         0.043959,         2.165438,         0.020300,        -0.005457,         0.029300,        -0.186245,        -0.001000,         0.001982,        -0.504438,         0.000000,         0.605950,         0.235153,         0.122018
+  160, 161, 629997.8663, 5185066.623,         0.384734,         2.911853,         0.132127,        -0.003157,         0.000792,        -3.988403,         0.062209,         0.026963,         2.307205,        -0.051705,         0.277741,        -0.186164,        -2.541313,         2.285354,        -1.112000,         0.024797,         0.030776,         0.805713,        -0.000328,         0.002222,        -0.147640,         0.000000,         0.128185,         0.280961,         0.060080
+  161, 162, 630805.6898, 5185164.021,         0.323867,         2.855015,         0.113438,        -0.003059,         0.000767,        -3.987874,         0.062988,         0.026264,         2.398238,        -0.034685,         0.271516,        -0.127747,        -2.481391,         2.238013,        -1.108747,         0.024072,         0.030175,         0.797755,        -0.000543,         0.002171,        -0.250142,         0.000000,         0.513467,         0.277693,         0.070475
+  162, 163, 627164.8181, 5192535.286,         0.642850,         2.803637,         0.229291,        -0.002571,         0.000695,        -3.699535,         0.046585,         0.025028,         1.861295,         0.183416,         0.260058,         0.705290,        -2.101377,         2.193376,        -0.958056,         0.021690,         0.029787,         0.728177,        -0.001737,         0.002089,        -0.831438,         0.000000,         0.422010,         0.212649,         0.055318
+  163, 164, 625341.3272, 5179587.716,        -0.128090,         2.873667,        -0.044574,        -0.002611,         0.000748,        -3.490552,         0.082753,         0.025999,         3.182929,        -0.131241,         0.272473,        -0.481668,        -1.763984,         2.244520,        -0.785907,         0.015010,         0.030259,         0.496057,        -0.000394,         0.002225,        -0.176964,         0.000000,         0.166740,         0.294589,         0.082297
+  164, 165, 607806.954, 5176970.251,         1.326570,         2.859935,         0.463846,        -0.002083,         0.000674,        -3.090056,         0.100704,         0.025374,         3.968757,         0.030393,         0.279000,         0.108935,         0.774141,         2.260094,         0.342526,        -0.016221,         0.030608,        -0.529973,        -0.000672,         0.002019,        -0.332869,         0.000000,         0.137765,         0.249680,         0.099598
+  165, 166, 599609.6739, 5176571.718,         1.610435,         2.617390,         0.615283,        -0.002542,         0.000629,        -4.039909,         0.093441,         0.023530,         3.971219,         0.015966,         0.257384,         0.062031,         0.317708,         2.063642,         0.153955,        -0.010214,         0.027984,        -0.364978,        -0.000822,         0.001893,        -0.434387,         0.000000,         0.286061,         0.267155,         0.084581
+  166, 167, 613984.9335, 5178226.552,         0.320397,         2.863537,         0.111889,        -0.001689,         0.000704,        -2.398397,         0.102042,         0.025301,         4.033153,         0.091869,         0.275272,         0.333739,         0.323650,         2.247688,         0.143992,        -0.009998,         0.030406,        -0.328807,        -0.001067,         0.002072,        -0.514745,         0.000000,         0.703760,         0.245149,         0.067328
+  167, 168, 601097.2586, 5185123.378,         1.810616,         2.726243,         0.664143,        -0.002877,         0.000687,        -4.189585,         0.084811,         0.023592,         3.594910,         0.079404,         0.267432,         0.296914,        -0.050927,         2.134454,        -0.023859,        -0.004595,         0.028968,        -0.158640,        -0.000894,         0.001899,        -0.470755,         0.000000,         0.376082,         0.265060,         0.069252
+  168, 169, 617942.3176, 5179230.595,        -0.091799,         2.857197,        -0.032129,        -0.001826,         0.000722,        -2.530228,         0.097903,         0.025633,         3.819393,         0.023831,         0.271925,         0.087637,        -0.326214,         2.234414,        -0.145995,        -0.001486,         0.030206,        -0.049202,        -0.001122,         0.002211,        -0.507385,         0.000000,         0.226140,         0.261617,         0.055490
+  169, 170, 602928.4668, 5177950.051,         1.695978,         2.724972,         0.622383,        -0.002483,         0.000652,        -3.809103,         0.095517,         0.024407,         3.913454,         0.008843,         0.269802,         0.032777,         0.539440,         2.154106,         0.250424,        -0.012975,         0.029176,        -0.444700,        -0.000683,         0.001957,        -0.349091,         0.000000,         0.179170,         0.261104,         0.274895
+  170, 171, 605448.5061, 5194611.001,         1.799806,         2.801513,         0.642441,        -0.002907,         0.000707,        -4.111630,         0.059200,         0.023246,         2.546661,         0.320385,         0.274860,         1.165631,        -0.874199,         2.169094,        -0.403025,         0.006589,         0.029499,         0.223359,        -0.001719,         0.001932,        -0.889451,         0.000000,         0.462398,         0.241407,         0.126997
+  171, 172, 625274.7638, 5178653.685,        -0.181415,         2.856071,        -0.063519,        -0.002539,         0.000740,        -3.433054,         0.085112,         0.025756,         3.304619,        -0.130087,         0.270861,        -0.480272,        -1.679425,         2.230290,        -0.753007,         0.013780,         0.030079,         0.458130,        -0.000482,         0.002208,        -0.218121,         0.000000,         0.262648,         0.295445,         0.064594
+  172, 173, 610083.3513, 5193935.369,         1.925437,         2.651498,         0.726169,        -0.002448,         0.000652,        -3.756740,         0.050922,         0.022254,         2.288261,         0.342451,         0.264445,         1.294980,        -0.538530,         2.063011,        -0.261041,         0.002610,         0.028043,         0.093075,        -0.001723,         0.001878,        -0.917438,         0.000000,         0.057131,         0.200394,         0.097830
+  173, 174, 599697.963, 5195728.878,         1.396742,         2.639475,         0.529174,        -0.002888,         0.000669,        -4.314706,         0.069102,         0.022154,         3.119191,         0.228739,         0.253808,         0.901232,        -0.938584,         2.044683,        -0.459036,         0.007118,         0.027791,         0.256141,        -0.001653,         0.001826,        -0.905241,         0.000000,         0.180992,         0.258031,         0.067354
+  174, 175, 630666.5992, 5193821.699,         0.447004,         2.677233,         0.166965,        -0.002543,         0.000659,        -3.861012,         0.052809,         0.023681,         2.230058,         0.150820,         0.249432,         0.604656,        -2.120672,         2.092180,        -1.013618,         0.021187,         0.028425,         0.745355,        -0.001946,         0.001984,        -0.980784,         0.000000,         0.185978,         0.227808,         0.118268
+  175, 176, 616782.5476, 5194719.319,         1.459929,         2.652490,         0.550399,        -0.001926,         0.000620,        -3.106235,         0.042469,         0.022576,         1.881153,         0.311995,         0.257532,         1.211484,        -0.701506,         2.069897,        -0.338909,         0.005320,         0.028202,         0.188629,        -0.002006,         0.001888,        -1.062208,         0.000000,         0.656433,         0.153870,         0.039466
+  176, 177, 602516.4549, 5179796.718,         1.787473,         2.751864,         0.649550,        -0.002600,         0.000668,        -3.891086,         0.093865,         0.024529,         3.826672,         0.012413,         0.273660,         0.045359,         0.468582,         2.174406,         0.215499,        -0.011825,         0.029441,        -0.401645,        -0.000664,         0.001966,        -0.337839,         0.000000,         0.585069,         0.261323,         0.058013
+  177, 178, 614445.4425, 5182094.883,         0.367793,         2.772405,         0.132662,        -0.001708,         0.000678,        -2.520255,         0.090653,         0.023877,         3.796620,         0.114127,         0.268550,         0.424973,         0.106572,         2.166865,         0.049183,        -0.005592,         0.029319,        -0.190740,        -0.000867,         0.001922,        -0.451276,         0.000000,         0.492142,         0.218272,         0.060661
+  178, 179, 612383.1528, 5191531.042,         1.945469,         2.577568,         0.754769,        -0.002108,         0.000625,        -3.371512,         0.052560,         0.021744,         2.417235,         0.302505,         0.255366,         1.184592,        -0.077059,         2.009068,        -0.038355,        -0.002733,         0.027296,        -0.100120,        -0.001304,         0.001808,        -0.721505,         0.000000,         0.488710,         0.173740,         0.061517
+  179, 180, 625278.7244, 5177509.148,        -0.256070,         2.879488,        -0.088929,        -0.002495,         0.000744,        -3.352640,         0.088020,         0.025936,         3.393797,        -0.141938,         0.273574,        -0.518827,        -1.632288,         2.250742,        -0.725222,         0.012888,         0.030351,         0.424620,        -0.000509,         0.002242,        -0.226889,         0.000000,         0.194966,         0.299221,         0.090080
+  180, 181, 614593.2952, 5178443.402,         0.220419,         2.865998,         0.076908,        -0.001676,         0.000709,        -2.363317,         0.101922,         0.025377,         4.016267,         0.091904,         0.275630,         0.333432,         0.244558,         2.248534,         0.108763,        -0.008895,         0.030407,        -0.292546,        -0.001113,         0.002098,        -0.530477,         0.000000,         0.409791,         0.246034,         0.090386
+  181, 182, 606699.0664, 5185465.905,         1.716294,         2.743748,         0.625529,        -0.002588,         0.000677,        -3.820566,         0.081267,         0.023360,         3.478971,         0.096678,         0.270732,         0.357098,         0.109293,         2.143614,         0.050986,        -0.006073,         0.029075,        -0.208876,        -0.000688,         0.001846,        -0.372423,         0.000000,         0.282358,         0.237614,         0.076191
+  182, 183, 623633.9085, 5180889.708,        -0.063564,         2.955979,        -0.021504,        -0.002597,         0.000770,        -3.373634,         0.082037,         0.026885,         3.051380,        -0.135910,         0.278374,        -0.488229,        -1.640590,         2.311175,        -0.709851,         0.014233,         0.031156,         0.456824,        -0.000254,         0.002320,        -0.109326,         0.000000,         0.190624,         0.291429,         0.060745
+  183, 184, 628436.3744, 5196178.254,         0.550010,         2.737178,         0.200941,        -0.002414,         0.000659,        -3.663399,         0.047326,         0.023988,         1.972868,         0.203287,         0.255124,         0.796815,        -2.043806,         2.140166,        -0.954976,         0.020818,         0.029110,         0.715131,        -0.002274,         0.002026,        -1.122012,         0.000000,         0.431498,         0.207965,         0.113973
+  184, 185, 618111.9082, 5198949.225,         1.223497,         2.769453,         0.441783,        -0.001980,         0.000641,        -3.089876,         0.037669,         0.023586,         1.597061,         0.324755,         0.269803,         1.203677,        -1.189457,         2.157096,        -0.551416,         0.011091,         0.029423,         0.376964,        -0.002669,         0.001995,        -1.338047,         0.000000,         0.576719,         0.157518,         0.075225
+  185, 186, 621223.9488, 5181594.575,        -0.040344,         3.026145,        -0.013332,        -0.002339,         0.000774,        -3.021763,         0.084618,         0.027398,         3.088479,        -0.091300,         0.282551,        -0.323128,        -1.164896,         2.376334,        -0.490207,         0.009572,         0.032062,         0.298556,        -0.000399,         0.002395,        -0.166638,         0.000000,         0.349201,         0.276290,         0.163494
+  186, 187, 599632.1336, 5183855.997,         1.798479,         2.710756,         0.663460,        -0.002861,         0.000681,        -4.203408,         0.087026,         0.023690,         3.673503,         0.061776,         0.266341,         0.231943,         0.010831,         2.126405,         0.005093,        -0.005568,         0.028848,        -0.193020,        -0.000880,         0.001908,        -0.461055,         0.000000,         0.090859,         0.268243,         0.072359
+  187, 188, 608376.7416, 5172803.381,         1.086798,         2.621529,         0.414566,        -0.002111,         0.000615,        -3.435050,         0.097906,         0.023403,         4.183435,         0.009908,         0.250774,         0.039511,         0.383024,         2.061655,         0.185785,        -0.011656,         0.028019,        -0.415991,        -0.000875,         0.001865,        -0.469371,         0.000000,         0.709671,         0.262869,         0.051833
+  188, 189, 620397.2802, 5176629.062,        -0.436463,         2.995664,        -0.145698,        -0.001966,         0.000771,        -2.549354,         0.103022,         0.027396,         3.760506,        -0.080443,         0.285015,        -0.282242,        -0.747009,         2.344445,        -0.318630,         0.002224,         0.031656,         0.070250,        -0.001079,         0.002466,        -0.437458,         0.000000,         0.409430,         0.293637,         0.109299
+  189, 190, 600555.2441, 5196896.328,         1.391633,         2.659401,         0.523288,        -0.002890,         0.000674,        -4.289069,         0.066686,         0.022266,         2.995025,         0.250690,         0.256483,         0.977414,        -1.019356,         2.059552,        -0.494941,         0.008212,         0.027991,         0.293370,        -0.001741,         0.001841,        -0.945948,         0.000000,         0.234913,         0.255414,         0.051445
+  190, 191, 621794.2115, 5181362.07,        -0.070387,         3.049116,        -0.023085,        -0.002428,         0.000785,        -3.091153,         0.084531,         0.027703,         3.051369,        -0.118498,         0.285298,        -0.415349,        -1.311558,         2.393109,        -0.548056,         0.011058,         0.032273,         0.342652,        -0.000316,         0.002435,        -0.129766,         0.000000,         0.250367,         0.283888,         0.152362
+  191, 192, 618820.1396, 5187343.022,         0.922966,         2.689072,         0.343228,        -0.002006,         0.000643,        -3.120560,         0.061231,         0.023367,         2.620344,         0.145043,         0.246636,         0.588087,        -0.552126,         2.109802,        -0.261696,         0.004067,         0.028609,         0.142172,        -0.000552,         0.001811,        -0.304695,         0.000000,         0.354423,         0.184690,         0.066551
+  192, 193, 616485.6179, 5193762.708,         1.532737,         2.636862,         0.581273,        -0.001901,         0.000619,        -3.072470,         0.043896,         0.022449,         1.955416,         0.306305,         0.255567,         1.198529,        -0.546713,         2.058703,        -0.265562,         0.003481,         0.028040,         0.124138,        -0.001819,         0.001869,        -0.973472,         0.000000,         0.733887,         0.151902,         0.057826
+  193, 194, 612561.3086, 5200997.536,         1.240700,         2.579984,         0.480895,        -0.002337,         0.000621,        -3.765034,         0.046822,         0.022015,         2.126799,         0.327035,         0.257900,         1.268071,        -1.240448,         2.012022,        -0.616518,         0.011336,         0.027357,         0.414376,        -0.002446,         0.001879,        -1.301610,         0.000000,         0.074629,         0.198643,         0.089204
+  194, 195, 606906.5073, 5178130.077,         1.453194,         2.853739,         0.509224,        -0.002194,         0.000676,        -3.244549,         0.098862,         0.025292,         3.908839,         0.023845,         0.280552,         0.084992,         0.735833,         2.255403,         0.326253,        -0.015493,         0.030526,        -0.507527,        -0.000622,         0.002013,        -0.308806,         0.000000,         0.277574,         0.248756,         0.046724
+  195, 196, 607431.4267, 5191386.404,         1.970953,         2.724142,         0.723513,        -0.002725,         0.000682,        -3.994318,         0.061486,         0.022648,         2.714907,         0.277443,         0.268364,         1.033832,        -0.430463,         2.111868,        -0.203830,         0.001108,         0.028699,         0.038608,        -0.001314,         0.001867,        -0.703754,         0.000000,         0.537019,         0.227179,         0.046607
+  196, 197, 617384.0277, 5175627.193,        -0.045470,         2.862818,        -0.015883,        -0.001775,         0.000720,        -2.465808,         0.104522,         0.025784,         4.053697,         0.006547,         0.270712,         0.024184,        -0.119816,         2.241638,        -0.053450,        -0.005469,         0.030361,        -0.180141,        -0.001167,         0.002182,        -0.534916,         0.000000,         0.333656,         0.273399,         0.100756
+  197, 198, 609363.1225, 5201169.128,         1.245797,         2.570290,         0.484691,        -0.002510,         0.000630,        -3.981209,         0.051589,         0.021859,         2.360066,         0.320181,         0.256003,         1.250693,        -1.253366,         2.001817,        -0.626114,         0.011413,         0.027192,         0.419731,        -0.002294,         0.001856,        -1.236216,         0.000000,         0.426739,         0.216378,         0.049975
+  198, 199, 610108.3533, 5172385.979,         0.948489,         2.655337,         0.357201,        -0.002030,         0.000625,        -3.246823,         0.099493,         0.023668,         4.203707,         0.008541,         0.252437,         0.033834,         0.379619,         2.087506,         0.181853,        -0.011777,         0.028379,        -0.415000,        -0.000894,         0.001885,        -0.474552,         0.000000,         0.327147,         0.263661,         0.100751
+  199, 200, 622123.5707, 5175401.98,        -0.381746,         2.918529,        -0.130801,        -0.002127,         0.000747,        -2.847600,         0.099018,         0.026374,         3.754374,        -0.116409,         0.276262,        -0.421371,        -1.025711,         2.282086,        -0.449462,         0.005191,         0.030830,         0.168375,        -0.000854,         0.002313,        -0.369008,         0.000000,         0.012000,         0.298155,         0.108205
+  200, 201, 619515.4593, 5183595.696,         0.318867,         2.817507,         0.113173,        -0.002109,         0.000696,        -3.031035,         0.077574,         0.024895,         3.116113,         0.027032,         0.260353,         0.103828,        -0.742206,         2.209693,        -0.335887,         0.005464,         0.029888,         0.182802,        -0.000502,         0.002031,        -0.247427,         0.000000,         0.526656,         0.235180,         0.119006
+  201, 202, 623891.2041, 5183308.71,         0.263827,         2.972835,         0.088746,        -0.002799,         0.000778,        -3.596778,         0.071095,         0.027151,         2.618464,        -0.099051,         0.276832,        -0.357804,        -1.816343,         2.333435,        -0.778399,         0.017286,         0.031432,         0.549949,         0.000056,         0.002232,         0.025205,         0.000000,         0.641809,         0.277650,         0.057616
+  202, 203, 616814.4644, 5186886.833,         0.983590,         2.653915,         0.370619,        -0.001836,         0.000633,        -2.902414,         0.066501,         0.022711,         2.928153,         0.154345,         0.248519,         0.621060,        -0.148886,         2.077351,        -0.071671,        -0.000962,         0.028181,        -0.034132,        -0.000569,         0.001765,        -0.322341,         0.000000,         0.565980,         0.177853,         0.069136
+  203, 204, 621981.5815, 5177272.471,        -0.441478,         3.019026,        -0.146232,        -0.002192,         0.000780,        -2.808766,         0.098236,         0.027554,         3.565206,        -0.136454,         0.287222,        -0.475083,        -1.141205,         2.361981,        -0.483156,         0.007038,         0.031863,         0.220896,        -0.000788,         0.002495,        -0.316024,         0.000000,         0.158029,         0.301538,         0.148901
+  204, 205, 614755.4792, 5178248.259,         0.236931,         2.842694,         0.083347,        -0.001700,         0.000703,        -2.419769,         0.101537,         0.025179,         4.032569,         0.082021,         0.272517,         0.300975,         0.215537,         2.229087,         0.096693,        -0.008615,         0.030159,        -0.285662,        -0.001102,         0.002078,        -0.530448,         0.000000,         0.631138,         0.248387,         0.053599
+  205, 206, 626410.6205, 5180819.754,        -0.016966,         2.862653,        -0.005927,        -0.002747,         0.000751,        -3.655987,         0.077705,         0.025995,         2.989182,        -0.118416,         0.271692,        -0.435846,        -1.960538,         2.237400,        -0.876257,         0.017552,         0.030148,         0.582216,        -0.000321,         0.002195,        -0.146372,         0.000000,         0.102897,         0.291626,         0.051730
+  206, 207, 609217.2916, 5197701.909,         1.556356,         2.642376,         0.588999,        -0.002541,         0.000650,        -3.906616,         0.050498,         0.022305,         2.263917,         0.345134,         0.263832,         1.308157,        -1.015736,         2.056613,        -0.493888,         0.008487,         0.027954,         0.303591,        -0.002121,         0.001892,        -1.121288,         0.000000,         0.673165,         0.212600,         0.079079
+  207, 208, 608835.4826, 5181918.753,         1.154704,         2.879294,         0.401037,        -0.002111,         0.000697,        -3.027329,         0.092435,         0.024795,         3.727939,         0.061029,         0.283581,         0.215207,         0.440314,         2.258273,         0.194978,        -0.010583,         0.030561,        -0.346274,        -0.000560,         0.001937,        -0.289015,         0.000000,         0.507381,         0.227164,         0.075310
+  208, 209, 604663.0752, 5197406.974,         1.537134,         2.733790,         0.562272,        -0.002853,         0.000688,        -4.145189,         0.058539,         0.022827,         2.564484,         0.319688,         0.268140,         1.192242,        -1.094662,         2.119104,        -0.516568,         0.009354,         0.028802,         0.324768,        -0.001932,         0.001906,        -1.013493,         0.000000,         0.265778,         0.241719,         0.083673
+  209, 210, 605145.405, 5176231.231,         1.537923,         2.753379,         0.558558,        -0.002287,         0.000648,        -3.529264,         0.098322,         0.024648,         3.989006,         0.009364,         0.270285,         0.034647,         0.669799,         2.177176,         0.307646,        -0.014921,         0.029503,        -0.505746,        -0.000682,         0.001970,        -0.346043,         0.000000,         0.182491,         0.258015,         0.079362
+  210, 211, 628565.7598, 5178505.887,        -0.120441,         2.784722,        -0.043251,        -0.002654,         0.000723,        -3.672898,         0.080573,         0.025021,         3.220253,        -0.107992,         0.265105,        -0.407357,        -1.925515,         2.177146,        -0.884422,         0.016554,         0.029357,         0.563879,        -0.000559,         0.002107,        -0.265410,         0.000000,         0.446081,         0.292813,         0.053467
+  211, 212, 607621.745, 5185296.454,         1.630232,         2.752690,         0.592232,        -0.002479,         0.000675,        -3.671192,         0.081148,         0.023365,         3.472994,         0.097593,         0.271682,         0.359219,         0.155467,         2.148972,         0.072345,        -0.006517,         0.029144,        -0.223613,        -0.000626,         0.001833,        -0.341363,         0.000000,         0.164138,         0.229950,         0.052997
+  212, 213, 619060.0481, 5182274.604,         0.140321,         2.827686,         0.049624,        -0.002021,         0.000704,        -2.870127,         0.084616,         0.025076,         3.374346,         0.016733,         0.264312,         0.063306,        -0.632932,         2.213613,        -0.285927,         0.003624,         0.029936,         0.121043,        -0.000713,         0.002102,        -0.339257,         0.000000,         0.847001,         0.245804,         0.029970
+  213, 214, 611894.2175, 5184159.455,         0.911324,         2.703535,         0.337086,        -0.001891,         0.000650,        -2.908747,         0.082932,         0.022799,         3.637529,         0.122634,         0.264193,         0.464183,         0.206277,         2.104751,         0.098005,        -0.006567,         0.028533,        -0.230150,        -0.000614,         0.001765,        -0.347916,         0.000000,         0.514867,         0.204337,         0.127939
+  214, 215, 631608.2396, 5188665.756,         0.435749,         2.809647,         0.155090,        -0.002931,         0.000736,        -3.983055,         0.056555,         0.025607,         2.208543,         0.053346,         0.263764,         0.202248,        -2.443912,         2.199452,        -1.111146,         0.024244,         0.029761,         0.814601,        -0.001113,         0.002128,        -0.523037,         0.000000,         0.527676,         0.257329,         0.069722
+  215, 216, 629692.1378, 5180036.782,        -0.039689,         2.864583,        -0.013855,        -0.002866,         0.000758,        -3.781720,         0.076430,         0.025991,         2.940626,        -0.122181,         0.274345,        -0.445354,        -2.213293,         2.245789,        -0.985530,         0.019996,         0.030232,         0.661393,        -0.000354,         0.002198,        -0.161154,         0.000000,         0.092900,         0.295872,         0.048374
+  216, 217, 629298.0091, 5191396.511,         0.529778,         2.770983,         0.191188,        -0.002702,         0.000700,        -3.859978,         0.051319,         0.024909,         2.060226,         0.133000,         0.257721,         0.516063,        -2.236088,         2.167151,        -1.031810,         0.022645,         0.029399,         0.770250,        -0.001562,         0.002076,        -0.752643,         0.000000,         0.303545,         0.232327,         0.059021
+  217, 218, 602584.5477, 5199364.143,         1.325327,         2.646144,         0.500852,        -0.002820,         0.000666,        -4.231153,         0.061741,         0.022203,         2.780715,         0.284728,         0.257566,         1.105457,        -1.165612,         2.051357,        -0.568215,         0.010155,         0.027867,         0.364427,        -0.001944,         0.001850,        -1.050349,         0.000000,         0.713837,         0.246681,         0.041750
+  218, 219, 614412.9294, 5176900.203,         0.386251,         2.787982,         0.138541,        -0.001771,         0.000682,        -2.598908,         0.101500,         0.024705,         4.108438,         0.054942,         0.264941,         0.207375,         0.243161,         2.185776,         0.111247,        -0.009441,         0.029627,        -0.318658,        -0.001041,         0.002010,        -0.518126,         0.000000,         0.562707,         0.254999,         0.043916
+  219, 220, 607340.04, 5198506.602,         1.640191,         2.777488,         0.590530,        -0.002730,         0.000690,        -3.956577,         0.050566,         0.023330,         2.167458,         0.371713,         0.277082,         1.341528,        -1.132708,         2.158562,        -0.524751,         0.009869,         0.029349,         0.336275,        -0.002185,         0.001970,        -1.109109,         0.000000,         0.144271,         0.224554,         0.107076
+  220, 221, 615188.3811, 5181072.612,         0.259056,         2.777755,         0.093261,        -0.001724,         0.000683,        -2.521875,         0.093531,         0.024209,         3.863536,         0.097998,         0.267430,         0.366444,         0.044644,         2.172397,         0.020551,        -0.005243,         0.029388,        -0.178411,        -0.000978,         0.001982,        -0.493491,         0.000000,         0.819018,         0.230817,         0.068706
+  221, 222, 622387.6441, 5178096.969,        -0.384699,         3.019691,        -0.127397,        -0.002292,         0.000782,        -2.930422,         0.095029,         0.027539,         3.450724,        -0.147649,         0.286995,        -0.514465,        -1.275427,         2.361840,        -0.540014,         0.008921,         0.031852,         0.280079,        -0.000653,         0.002487,        -0.262367,         0.000000,         0.095896,         0.301362,         0.053166
+  222, 223, 613872.1485, 5175588.719,         0.498315,         2.774096,         0.179631,        -0.001810,         0.000673,        -2.690038,         0.102162,         0.024619,         4.149733,         0.039787,         0.262675,         0.151469,         0.302589,         2.176802,         0.139006,        -0.010535,         0.029536,        -0.356696,        -0.001005,         0.001988,        -0.505255,         0.000000,         0.761990,         0.258876,         0.049049
+  223, 224, 619242.8056, 5195635.056,         1.242584,         2.790560,         0.445281,        -0.001899,         0.000647,        -2.934523,         0.038150,         0.023816,         1.601894,         0.307348,         0.266123,         1.154912,        -1.026018,         2.175601,        -0.471602,         0.009539,         0.029673,         0.321473,        -0.002256,         0.001983,        -1.137600,         0.000000,         0.746976,         0.146020,         0.100731
+  224, 225, 619211.842, 5200420.328,         1.050445,         2.748058,         0.382250,        -0.002033,         0.000637,        -3.192683,         0.038719,         0.023484,         1.648782,         0.312245,         0.267220,         1.168495,        -1.389074,         2.141912,        -0.648521,         0.013481,         0.029202,         0.461663,        -0.002789,         0.001992,        -1.400196,         0.000000,         0.794368,         0.165333,         0.053715
+  225, 226, 609101.2685, 5180122.778,         1.074327,         2.911864,         0.368948,        -0.002000,         0.000701,        -2.854162,         0.097258,         0.025346,         3.837201,         0.061820,         0.285488,         0.216540,         0.594638,         2.290509,         0.259609,        -0.013070,         0.030977,        -0.421933,        -0.000636,         0.001999,        -0.317972,         0.000000,         0.692624,         0.233091,         0.054161
+  226, 227, 632109.6431, 5187482.36,         0.365021,         2.793655,         0.130661,        -0.002939,         0.000735,        -3.999044,         0.059416,         0.025468,         2.332953,         0.027139,         0.263256,         0.103092,        -2.437195,         2.186860,        -1.114473,         0.023894,         0.029569,         0.808085,        -0.001003,         0.002112,        -0.474700,         0.000000,         0.383511,         0.264053,         0.120385
+  227, 228, 607882.219, 5195381.365,         1.896374,         2.775997,         0.683132,        -0.002718,         0.000691,        -3.935090,         0.051937,         0.023175,         2.241069,         0.363473,         0.276117,         1.316375,        -0.824614,         2.155283,        -0.382601,         0.006026,         0.029310,         0.205601,        -0.001890,         0.001951,        -0.968519,         0.000000,         0.835559,         0.221216,         0.060834
+  228, 229, 607131.881, 5185808.074,         1.693950,         2.718437,         0.623134,        -0.002552,         0.000670,        -3.809215,         0.079694,         0.023073,         3.453994,         0.109936,         0.267927,         0.410322,         0.082243,         2.121310,         0.038770,        -0.005637,         0.028778,        -0.195876,        -0.000710,         0.001824,        -0.389139,         0.000000,         0.161750,         0.234118,         0.054173
+  229, 230, 627346.0895, 5201105.558,         0.571884,         2.681190,         0.213295,        -0.002267,         0.000631,        -3.595934,         0.046265,         0.023192,         1.994834,         0.233200,         0.253282,         0.920713,        -1.906000,         2.096202,        -0.909263,         0.019257,         0.028534,         0.674872,        -0.002658,         0.001971,        -1.348901,         0.000000,         0.300065,         0.198552,         0.104685
+  230, 231, 620349.895, 5173941.073,        -0.242423,         2.856008,        -0.084882,        -0.001958,         0.000723,        -2.707760,         0.102157,         0.025709,         3.973525,        -0.071133,         0.268748,        -0.264684,        -0.622320,         2.233327,        -0.278652,         0.000134,         0.030239,         0.004444,        -0.001017,         0.002197,        -0.462792,         0.000000,         0.056072,         0.289915,         0.061432
+  231, 232, 604062.6384, 5179813.881,         1.787450,         2.847771,         0.627667,        -0.002528,         0.000689,        -3.667940,         0.095896,         0.025343,         3.783911,         0.001995,         0.284179,         0.007019,         0.616009,         2.254207,         0.273271,        -0.013705,         0.030493,        -0.449449,        -0.000565,         0.002022,        -0.279508,         0.000000,         0.454313,         0.256017,         0.082717
+  232, 233, 620783.4227, 5200574.436,         0.897090,         2.705120,         0.331627,        -0.002081,         0.000628,        -3.312064,         0.040887,         0.023190,         1.763119,         0.292449,         0.261218,         1.119562,        -1.521932,         2.110768,        -0.721032,         0.015072,         0.028759,         0.524073,        -0.002754,         0.001967,        -1.400279,         0.000000,         0.255550,         0.173269,         0.091642
+  233, 234, 599549.2386, 5193505.934,         1.457762,         2.636366,         0.552944,        -0.002894,         0.000669,        -4.324477,         0.071895,         0.022191,         3.239857,         0.204083,         0.253265,         0.805807,        -0.799887,         2.043669,        -0.391397,         0.005293,         0.027780,         0.190529,        -0.001518,         0.001822,        -0.833393,         0.000000,         0.418224,         0.260412,         0.146446
+  234, 235, 612445.4671, 5194328.622,         1.850512,         2.613653,         0.708017,        -0.002191,         0.000630,        -3.479998,         0.046825,         0.022076,         2.121075,         0.341663,         0.260595,         1.311089,        -0.477097,         2.037723,        -0.234132,         0.002032,         0.027718,         0.073319,        -0.001831,         0.001869,        -0.979445,         0.000000,         0.208728,         0.178077,         0.086100
+  235, 236, 610288.3161, 5176959.211,         0.973214,         2.831575,         0.343701,        -0.001910,         0.000672,        -2.841333,         0.101123,         0.024990,         4.046496,         0.054107,         0.272879,         0.198283,         0.642560,         2.230670,         0.288057,        -0.014509,         0.030227,        -0.479987,        -0.000802,         0.001990,        -0.403045,         0.000000,         0.697454,         0.247786,         0.060671
+  236, 237, 602866.8612, 5198870.173,         1.372735,         2.673256,         0.513507,        -0.002842,         0.000674,        -4.216902,         0.061311,         0.022390,         2.738295,         0.291983,         0.260448,         1.121078,        -1.154850,         2.071952,        -0.557373,         0.010041,         0.028151,         0.356690,        -0.001936,         0.001866,        -1.037829,         0.000000,         0.222973,         0.246698,         0.053532
+  237, 238, 623024.8193, 5194185.201,         0.942328,         2.916428,         0.323110,        -0.002155,         0.000693,        -3.111315,         0.037221,         0.025378,         1.466685,         0.275187,         0.271067,         1.015200,        -1.597963,         2.277842,        -0.701525,         0.016792,         0.031031,         0.541158,        -0.002050,         0.002109,        -0.972024,         0.000000,         0.816229,         0.160683,         0.036951
+  238, 239, 620219.8678, 5189947.304,         1.193435,         2.789478,         0.427835,        -0.002064,         0.000665,        -3.104960,         0.047275,         0.024354,         1.941188,         0.212182,         0.255311,         0.831074,        -0.818922,         2.189791,        -0.373973,         0.007676,         0.029742,         0.258075,        -0.000824,         0.001919,        -0.429345,         0.000000,         0.859289,         0.160773,         0.072388
diff --git a/pysal/examples/clearwater/clearwater_GS_NN_summary.txt b/pysal/examples/clearwater/clearwater_GS_NN_summary.txt
new file mode 100755
index 0000000..99b228c
--- /dev/null
+++ b/pysal/examples/clearwater/clearwater_GS_NN_summary.txt
@@ -0,0 +1,174 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 2:13:25 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\clearwater_GS_NN.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\clearwater\clearwater\landslides.csv
+Number of areas/points: 239
+
+Model settings---------------------------------
+Model type: Logistic
+Geographic kernel: adaptive Gaussian
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 7
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: UserID
+Easting (x-coord): field2 : X
+Northing (y-coord): field3: Y
+Cartesian coordinates: Euclidean distance
+Dependent variable: field9: Landslid
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field4: Elev
+Independent variable with varying (Local) coefficient: field5: Slope
+Independent variable with varying (Local) coefficient: field6: SinAspct
+Independent variable with varying (Local) coefficient: field7: CosAspct
+Independent variable with varying (Local) coefficient: field8: AbsSouth
+Independent variable with varying (Local) coefficient: field10: DistStrm
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   7
+Deviance:                            264.959861
+Classic AIC:                         278.959861
+AICc:                                279.444709
+BIC/MDL:                             303.295106
+Percent deviance explained             0.186174
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   0.491477        2.249648        0.218469        1.634730
+Elev                       -0.002408        0.000548       -4.394976        0.997595
+Slope                       0.076097        0.019801        3.842994        1.079067
+SinAspct                    0.083827        0.213948        0.391807        1.087440
+CosAspct                   -1.191339        1.747013       -0.681929        0.303814
+AbsSouth                    0.008819        0.023743        0.371420        1.008858
+DistStrm                   -0.001732        0.001605       -1.078779        0.998270
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 64,  239
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:    64.000 Criterion:    276.386
+  p1            Bandwidth:    67.725 Criterion:    276.407
+  p2            Bandwidth:    70.027 Criterion:    276.568
+  pU            Bandwidth:    73.752 Criterion:    276.533
+ iter    1 (p1) Bandwidth:    67.725 Criterion:    276.407 Diff:      2.302
+ iter    2 (p2) Bandwidth:    67.725 Criterion:    276.407 Diff:      1.423
+ iter    3 (p1) Bandwidth:    67.725 Criterion:    276.407 Diff:      0.879
+The lower limit in your search has been selected as the optimal bandwidth size.
+A new sesssion is recommended to try with a smaller lowest limit of the bandwidth search.
+Best bandwidth size 64.000
+Minimum AICc      276.386
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                   64.000000
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           599444.687500   632987.750000    33543.062500
+Y-coord          5172366.500000  5201169.128000    28802.628000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         16.605439
+Effective number of parameters (variance: trace(S'WSW^-1)):                0.186461
+Degree of freedom (model: n - trace(S)):                                 222.394561
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           205.975584
+Deviance:                            240.533728
+Classic AIC:                         273.744605
+AICc:                                276.385556
+BIC/MDL:                             331.472808
+Percent deviance explained             0.261199
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\clearwater_GS_NN_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   0.939810        0.667065
+Elev                       -0.002323        0.000389
+Slope                       0.069215        0.021083
+SinAspct                    0.130582        0.146202
+CosAspct                   -0.779778        0.852770
+AbsSouth                    0.004892        0.010695
+DistStrm                   -0.001187        0.000715
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  -0.441478        1.976117        2.417595
+Elev                       -0.003157       -0.001675        0.001482
+Slope                       0.035256        0.104522        0.069266
+SinAspct                   -0.147649        0.380231        0.527880
+CosAspct                   -2.541313        0.774141        3.315454
+AbsSouth                   -0.016221        0.024797        0.041018
+DistStrm                   -0.002797        0.000078        0.002875
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   0.415644        1.050445        1.556356
+Elev                       -0.002640       -0.002280       -0.002005
+Slope                       0.048848        0.071095        0.085036
+SinAspct                    0.016837        0.116498        0.261812
+CosAspct                   -1.453046       -0.747009        0.010831
+AbsSouth                   -0.004595        0.005464        0.013481
+DistStrm                   -0.001758       -0.000978       -0.000639
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   1.140712        0.845599
+Elev                        0.000636        0.000471
+Slope                       0.036188        0.026825
+SinAspct                    0.244975        0.181597
+CosAspct                    1.463877        1.085157
+AbsSouth                    0.018077        0.013400
+DistStrm                    0.001119        0.000830
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model              264.960    232.000             1.142
+GWR model                 240.534    205.976             1.168
+Difference                 24.426     26.024             0.939
+
+*****************************************************************************
+Program terminated at 7/25/2016 2:13:29 AM
diff --git a/pysal/examples/clearwater/landslides.csv b/pysal/examples/clearwater/landslides.csv
new file mode 100755
index 0000000..128a5ca
--- /dev/null
+++ b/pysal/examples/clearwater/landslides.csv
@@ -0,0 +1,240 @@
+UserID,X,Y,Elev,Slope,SinAspct,CosAspct,AbsSouth,Landslid,DistStrm
+1,616168.56250000000,5201076.50000000000,1450.47500000000,27.44172000000,0.40912580000,-0.91247800000,24.14990000000,1,8.506
+2,624923.81250000000,5201008.50000000000,1567.47600000000,21.88343000000,-0.91924540000,-0.39368490000,66.81600000000,1,15.561
+3,615672.00000000000,5199187.50000000000,1515.06500000000,38.81030000000,-0.53502360000,-0.84483710000,32.34550000000,1,41.238
+4,615209.31250000000,5199112.00000000000,1459.82700000000,26.71631000000,-0.82854800000,-0.55991800000,55.94990000000,1,17.539
+5,616354.68750000000,5198945.50000000000,1379.44200000000,27.55271000000,-0.87228110000,-0.48900470000,60.72480000000,1,35.023
+6,614559.00000000000,5198855.00000000000,1476.81000000000,32.27598000000,0.37613540000,-0.92656470000,22.09450000000,1,198.923
+7,618648.50000000000,5198468.00000000000,1171.57300000000,26.60515000000,0.93726110000,-0.34862820000,69.59660000000,1,292.129
+8,622724.06250000000,5197661.00000000000,1514.77400000000,37.14712000000,0.73562100000,-0.67739330000,47.35970000000,1,106.711
+9,622363.43750000000,5196686.50000000000,1416.05000000000,32.85408000000,0.63981500000,-0.76852900000,39.77800000000,1,137.997
+10,622308.12500000000,5196407.50000000000,1338.77700000000,26.39557000000,0.94754760000,0.31961480000,108.63963000000,1,59.503
+11,616650.12500000000,5195894.00000000000,1409.87600000000,31.58303000000,0.90141440000,-0.43295740000,64.34460000000,1,216.359
+12,616583.31250000000,5195804.00000000000,1423.85700000000,22.99274000000,0.29576620000,-0.95526030000,17.20350000000,1,306.001
+13,615594.56250000000,5195718.00000000000,1662.73500000000,29.16822000000,0.62104800000,-0.78377250000,38.39270000000,1,7.221
+14,620206.75000000000,5194831.00000000000,1158.58800000000,33.59025000000,-0.99961190000,-0.02786020000,88.40350000000,1,31.200
+15,630007.18750000000,5194813.50000000000,1568.61300000000,35.25720000000,-0.57062610000,-0.82121000000,34.79390000000,1,176.216
+16,627247.00000000000,5194165.00000000000,1101.19300000000,42.19605000000,-0.99978000000,-0.02097480000,88.79820000000,1,26.540
+17,621390.75000000000,5193554.00000000000,1399.84100000000,32.62760000000,0.28936240000,-0.95721960000,16.81980000000,1,148.405
+18,618200.87500000000,5193368.00000000000,965.76870000000,35.38332000000,0.89214680000,-0.45174570000,63.14430000000,1,3.010
+19,621822.37500000000,5193318.50000000000,1463.74900000000,24.79617000000,-0.40136920000,-0.91591640000,23.66380000000,1,152.644
+20,606497.12500000000,5193203.50000000000,706.96440000000,9.77241100000,-0.98486670000,-0.17331330000,80.01950000000,1,33.504
+21,599814.43750000000,5191332.00000000000,619.84690000000,24.80763000000,-0.74409770000,-0.66807090000,48.08170000000,1,168.026
+22,622664.62500000000,5191268.00000000000,949.04150000000,22.48978000000,0.02075030000,0.99978470000,178.81101300000,1,106.221
+23,604957.75000000000,5191129.50000000000,734.73860000000,24.21125000000,0.80511830000,0.59311440000,126.37833000000,1,105.300
+24,605312.50000000000,5190803.50000000000,600.05740000000,14.64974000000,-0.78872040000,0.61475210000,127.93390000000,1,41.837
+25,619922.31250000000,5190778.50000000000,739.02390000000,21.98386000000,-0.77472380000,0.63229980000,129.22000000000,1,31.061
+26,620032.50000000000,5190592.00000000000,881.85340000000,30.67683000000,-0.54330800000,0.83953350000,147.09090000000,1,244.849
+27,611927.31250000000,5189356.50000000000,1124.22700000000,39.67498000000,0.23323390000,-0.97242070000,13.48750000000,1,39.411
+28,604447.43750000000,5189277.00000000000,573.52610000000,28.10916000000,-0.71212110000,-0.70205670000,45.40780000000,1,22.274
+29,625240.68750000000,5188786.50000000000,1154.62300000000,40.25730000000,-0.51345130000,-0.85811870000,30.89400000000,1,119.721
+30,615202.12500000000,5187595.50000000000,991.43650000000,29.17565000000,-0.27486310000,-0.96148340000,15.95390000000,1,30.928
+31,625293.00000000000,5186286.50000000000,1274.26800000000,17.71769000000,-0.99693250000,-0.07826720000,85.51100000000,1,41.834
+32,606734.93750000000,5185860.00000000000,1191.43500000000,13.94953000000,-0.95851680000,-0.28503590000,73.43900000000,1,39.606
+33,608376.25000000000,5185400.50000000000,1008.63300000000,31.34960000000,0.96960280000,-0.24468430000,75.83680000000,1,129.693
+34,609096.75000000000,5185224.50000000000,1056.27100000000,43.96418000000,-0.71019710000,-0.70400290000,45.25100000000,1,68.806
+35,609181.56250000000,5185170.50000000000,1090.50600000000,41.72685000000,-0.57364980000,-0.81910070000,35.00510000000,1,33.593
+36,616571.25000000000,5184687.50000000000,1146.20100000000,31.23147000000,-0.06751410000,0.99771830000,176.12880000000,1,120.507
+37,621072.56250000000,5184409.50000000000,861.14030000000,41.04323000000,0.43136930000,-0.90217540000,25.55450000000,1,218.262
+38,619478.68750000000,5184344.50000000000,683.89190000000,37.25047000000,-0.54577510000,-0.83793180000,33.07760000000,1,30.922
+39,620614.43750000000,5184022.50000000000,716.38620000000,34.98573000000,0.05931480000,-0.99823930000,3.40050000000,1,120.153
+40,621050.37500000000,5181352.00000000000,1250.30900000000,35.59028000000,-0.84571290000,-0.53363810000,57.74840000000,1,20.649
+41,614195.12500000000,5180384.00000000000,1018.90700000000,24.88759000000,0.50124350000,-0.86530630000,30.08230000000,1,59.086
+42,609198.87500000000,5179613.00000000000,1157.64100000000,30.52887000000,-0.12468180000,-0.99219680000,7.16240000000,1,58.784
+43,604451.25000000000,5179395.50000000000,1125.49600000000,21.88448000000,-0.95934740000,0.28222780000,106.39320000000,1,2.935
+44,603796.81250000000,5179261.50000000000,1208.36200000000,21.85302000000,-0.42527120000,-0.90506600000,25.16780000000,1,314.218
+45,604303.87500000000,5179093.00000000000,1085.76600000000,17.72795000000,-0.71171020000,0.70247320000,134.62580000000,1,14.918
+46,603182.25000000000,5179006.50000000000,1003.63400000000,19.80350000000,-0.31409380000,-0.94939200000,18.30610000000,1,29.500
+47,604138.18750000000,5178967.50000000000,1090.44500000000,33.40506000000,0.76003760000,-0.64987900000,49.46750000000,1,94.015
+48,609056.43750000000,5174873.50000000000,819.45560000000,32.01819000000,0.07936090000,-0.99684600000,4.55180000000,1,63.240
+49,609711.43750000000,5173720.00000000000,907.40460000000,35.31937000000,0.98609800000,0.16616480000,99.56491000000,1,75.260
+50,611671.00000000000,5172366.50000000000,996.54340000000,30.04495000000,0.10062730000,-0.99492420000,5.77530000000,1,94.500
+51,619304.93750000000,5182670.50000000000,1261.75600000000,37.30069000000,-0.44440630000,-0.89582530000,26.38540000000,1,158.586
+52,628210.93750000000,5178956.50000000000,1399.01600000000,32.75628000000,-0.99089830000,0.13461240000,97.73620000000,1,136.875
+53,610556.00000000000,5177523.00000000000,1120.38600000000,33.75097000000,0.78843400000,-0.61511940000,52.03940000000,1,220.581
+54,614326.93750000000,5181429.50000000000,1217.13900000000,40.46330000000,0.96315750000,-0.26893800000,74.39890000000,1,30.618
+55,613786.00000000000,5182701.00000000000,1244.17700000000,31.68583000000,0.82998460000,-0.55778640000,56.09710000000,1,8.908
+56,615805.18750000000,5184686.50000000000,1248.39300000000,26.56368000000,0.30062840000,0.95374140000,162.50465000000,1,75.223
+57,615976.87500000000,5185383.50000000000,961.04310000000,24.62684000000,-0.65385090000,0.75662350000,139.16740000000,1,89.798
+58,613550.18750000000,5185263.50000000000,1233.60000000000,24.45422000000,0.51261230000,0.85862020000,149.16200000000,1,63.598
+59,626416.50000000000,5178311.00000000000,1335.73900000000,31.73990000000,-0.46308180000,-0.88631550000,27.58620000000,1,144.752
+60,626512.06250000000,5178199.50000000000,1285.85500000000,25.97675000000,-0.22243120000,-0.97494840000,12.85190000000,1,106.970
+61,604347.25000000000,5190509.50000000000,852.28090000000,38.21015000000,0.10884050000,-0.99405920000,6.24850000000,1,282.096
+62,599867.37500000000,5191765.00000000000,659.46170000000,27.32034000000,-0.95411210000,0.29944950000,107.42450000000,1,140.765
+63,599682.00000000000,5191238.50000000000,565.23160000000,20.29340000000,-0.99820510000,0.05988880000,93.43340000000,1,47.513
+64,599837.68750000000,5191565.00000000000,654.34770000000,26.98405000000,-0.95506630000,-0.29639230000,72.75900000000,1,211.521
+65,599704.25000000000,5191550.00000000000,604.40400000000,21.22775000000,-0.89270280000,-0.45064580000,63.21490000000,1,83.250
+66,599500.68750000000,5192001.00000000000,674.27800000000,26.54234000000,0.09129590000,-0.99582380000,5.23820000000,1,19.772
+67,599444.68750000000,5192084.00000000000,734.06640000000,31.09238000000,-0.11213920000,-0.99369250000,6.43860000000,1,38.367
+68,611350.87500000000,5181951.50000000000,1115.33200000000,26.05293000000,-0.06312300000,-0.99800580000,3.61910000000,1,3.690
+69,611738.81250000000,5178156.00000000000,787.70090000000,35.03181000000,0.70155440000,-0.71261590000,44.55180000000,1,60.944
+70,614974.93750000000,5181098.50000000000,837.95680000000,39.86477000000,0.14649500000,-0.98921140000,8.42390000000,1,67.424
+71,622161.75000000000,5184993.00000000000,879.41320000000,21.32583000000,-0.38366330000,-0.92347310000,22.56080000000,1,10.227
+72,622373.87500000000,5185006.00000000000,860.23160000000,36.61583000000,-0.65553450000,-0.75516520000,40.96020000000,1,6.345
+73,618841.87500000000,5190456.50000000000,1040.24200000000,47.40410000000,0.67282190000,-0.73980450000,42.28520000000,1,11.533
+74,621256.56250000000,5190982.50000000000,900.66000000000,29.91674000000,-0.88683690000,0.46208260000,117.52160000000,1,12.281
+75,621393.50000000000,5190810.50000000000,1030.76100000000,36.29141000000,-0.64800130000,0.76163920000,139.60890000000,1,87.813
+76,621240.62500000000,5191011.00000000000,879.80750000000,17.73903000000,-0.59443990000,0.80414000000,143.52730000000,1,25.926
+77,621227.87500000000,5191036.50000000000,872.12420000000,22.03836000000,-0.56676300000,0.82388090000,145.47520000000,1,36.629
+78,616808.18750000000,5196888.50000000000,1534.25000000000,37.41517000000,0.86937140000,0.49415930000,119.61433000000,1,78.986
+79,624110.93750000000,5198004.50000000000,1445.82800000000,33.67362000000,0.62342140000,-0.78188600000,38.56640000000,1,149.673
+80,623559.37500000000,5198593.50000000000,1418.89700000000,27.32596000000,0.73714330000,0.67573640000,132.51136000000,1,109.225
+81,613834.00000000000,5194573.00000000000,1577.65100000000,25.38356000000,0.92032280000,-0.39115970000,66.97330000000,1,0.759
+82,631727.18750000000,5194571.50000000000,1507.35600000000,34.61588000000,-0.08181700000,-0.99664740000,4.69300000000,1,180.787
+83,626461.06250000000,5178181.00000000000,1262.43200000000,31.77517000000,-0.35136190000,-0.93623970000,20.57060000000,1,62.139
+84,619541.18750000000,5184195.50000000000,679.65250000000,30.86750000000,0.17935510000,0.98378440000,169.66780000000,1,76.436
+85,619546.43750000000,5185242.00000000000,1107.08800000000,45.06569000000,-0.71726140000,-0.69680420000,45.82880000000,1,197.370
+86,619245.00000000000,5185161.00000000000,958.86260000000,12.37536000000,0.48185190000,-0.87625270000,28.80640000000,1,21.272
+87,604237.12500000000,5190436.50000000000,852.58500000000,37.54002000000,0.87632550000,-0.48171950000,61.20220000000,1,407.990
+88,604270.00000000000,5190514.50000000000,881.26490000000,49.90803000000,0.53741160000,-0.84332010000,32.50760000000,1,357.182
+89,605728.12500000000,5185079.50000000000,1034.77500000000,28.79845000000,-0.67033770000,-0.74205620000,42.09310000000,1,197.739
+90,622842.50000000000,5184411.00000000000,789.50210000000,41.87439000000,0.66671820000,0.74530990000,138.18572000000,1,127.442
+91,622878.56250000000,5185157.00000000000,946.17910000000,39.41682000000,0.61023050000,-0.79222400000,37.60620000000,1,154.975
+92,622519.18750000000,5185380.50000000000,1023.82300000000,21.68616000000,-0.59818270000,-0.80135980000,36.73990000000,1,68.667
+93,607458.68750000000,5187394.50000000000,776.67900000000,31.33005000000,0.80230400000,0.59691570000,126.64932000000,1,158.351
+94,609176.43750000000,5183983.00000000000,1274.73900000000,25.85762000000,-0.85641610000,-0.51628630000,58.91650000000,1,155.180
+95,614673.81250000000,5183657.00000000000,1363.23000000000,23.66919000000,-0.30873210000,-0.95114910000,17.98280000000,1,24.188
+96,612678.31250000000,5181877.00000000000,1281.46200000000,42.14598000000,-0.74029970000,-0.67227700000,47.75700000000,1,60.963
+97,612185.12500000000,5182226.50000000000,1258.12800000000,27.83514000000,-0.15468700000,-0.98796360000,8.89860000000,1,4.448
+98,614704.12500000000,5180508.50000000000,946.52240000000,34.96111000000,0.91485580000,0.40378070000,113.81474000000,1,118.267
+99,612310.68750000000,5178440.00000000000,849.69730000000,34.25743000000,0.48683810000,-0.87349220000,29.13300000000,1,13.398
+100,606817.50000000000,5192300.50000000000,914.15790000000,12.82905000000,-0.90643910000,0.42233650000,114.98220000000,1,218.597
+101,624374.75000000000,5190974.50000000000,1314.26900000000,26.49573000000,0.99957940000,0.02900120000,91.66188000000,1,328.306
+102,623916.31250000000,5190809.50000000000,1183.33800000000,23.71963000000,-0.99772050000,-0.06748100000,86.13070000000,1,57.884
+103,603496.62500000000,5187957.50000000000,1073.71000000000,23.05588000000,0.51213020000,-0.85890780000,30.80580000000,1,347.187
+104,604809.18750000000,5186498.50000000000,960.58410000000,27.68043000000,-0.99415930000,-0.10792230000,83.80440000000,1,19.824
+105,631835.06250000000,5190386.00000000000,1326.63900000000,28.20711000000,0.62707380000,-0.77895990000,38.83460000000,1,45.146
+106,626710.06250000000,5189688.50000000000,1131.76100000000,30.01008000000,0.65086890000,-0.75919010000,40.60710000000,1,19.689
+107,623787.75000000000,5187853.00000000000,1313.39500000000,37.80745000000,0.88236790000,-0.47056020000,61.92930000000,1,231.203
+108,624746.68750000000,5187123.00000000000,913.04520000000,38.30639000000,-0.95214870000,0.30563530000,107.79640000000,1,25.005
+109,623421.43750000000,5186092.50000000000,775.16760000000,8.24549000000,-0.99996630000,0.00821310000,90.47060000000,1,27.950
+110,628172.00000000000,5179026.50000000000,1345.52700000000,29.44802000000,-0.92630930000,0.37676390000,112.13340000000,1,99.284
+111,628290.31250000000,5178268.50000000000,1344.81500000000,25.57671000000,-0.98899730000,-0.14793330000,81.49280000000,1,137.448
+112,628201.75000000000,5179652.00000000000,1447.17400000000,29.83588000000,0.21996240000,-0.97550830000,12.70680000000,1,1.903
+113,627275.18750000000,5178139.50000000000,1284.60100000000,34.78510000000,-0.91184770000,-0.41052880000,65.76200000000,1,25.557
+114,627294.06250000000,5178061.50000000000,1268.70600000000,31.16473000000,-0.97816430000,-0.20783300000,78.00460000000,1,55.377
+115,627254.56250000000,5178207.00000000000,1281.76100000000,32.41489000000,-0.91973740000,-0.39253420000,66.88770000000,1,1.563
+116,627382.12500000000,5178423.50000000000,1417.88400000000,29.32340000000,-0.90507620000,-0.42524940000,64.83360000000,1,129.885
+117,627075.93750000000,5173730.50000000000,1149.33400000000,34.13418000000,0.10756400000,-0.99419810000,6.17490000000,1,48.483
+118,627312.62500000000,5174101.50000000000,1260.56600000000,23.37793000000,-0.77989270000,-0.62591320000,51.25080000000,1,8.962
+119,632987.75000000000,5176669.00000000000,1377.53400000000,25.15962000000,0.83151660000,-0.55550000000,56.25480000000,1,273.483
+120,607952.93750000000,5197530.00000000000,1473.88100000000,35.26246000000,0.57705130000,-0.81670790000,35.24340000000,1,162.000
+121,608112.12500000000,5197854.00000000000,1515.11700000000,24.48864000000,0.63367450000,-0.77359980000,39.32170000000,1,51.033
+122,608054.25000000000,5197884.50000000000,1554.58700000000,32.97194000000,0.58156820000,-0.81349770000,35.56090000000,1,74.948
+123,611576.75000000000,5184826.00000000000,1358.88200000000,28.90718000000,0.26966670000,0.96295380000,164.35557000000,1,67.571
+124,619825.37500000000,5192026.00000000000,945.23450000000,38.66857000000,-0.10121000000,-0.99486510000,5.80890000000,1,116.849
+125,621679.25000000000,5192249.00000000000,1064.94700000000,34.53251000000,0.02922180000,-0.99957290000,1.67450000000,1,175.111
+126,621589.37500000000,5183840.50000000000,875.23240000000,18.07120000000,-0.79675890000,0.60429730000,127.17830000000,1,70.212
+127,615753.93750000000,5177189.00000000000,1408.98300000000,43.77207000000,0.94373500000,0.33070270000,109.31143000000,1,264.617
+128,617433.93750000000,5187558.50000000000,959.74220000000,29.23694000000,-0.98313500000,0.18288110000,100.53760000000,1,207.297
+129,618944.06250000000,5182883.50000000000,1173.28900000000,39.74181000000,-0.37584750000,-0.92668160000,22.07670000000,1,77.518
+130,618740.75000000000,5182729.50000000000,1020.18700000000,33.87240000000,-0.41003300000,-0.91207070000,24.20690000000,1,107.594
+131,630063.75000000000,5199204.00000000000,1544.20100000000,30.24917000000,-0.57146290000,-0.82062790000,34.85230000000,1,127.830
+132,618442.68750000000,5196889.50000000000,911.27070000000,15.14749000000,0.99201460000,-0.12612300000,82.75439000000,1,22.034
+133,619781.93750000000,5196731.00000000000,1175.05900000000,24.73023000000,0.93725590000,-0.34864220000,69.59570000000,1,224.134
+134,614509.06250000000,5196669.00000000000,1372.36600000000,23.65555000000,0.99386530000,0.11059760000,96.34977000000,1,28.658
+135,614251.50000000000,5196031.50000000000,1429.90100000000,30.48554000000,0.99818220000,-0.06026850000,86.54478000000,1,209.577
+136,614192.87500000000,5195831.00000000000,1456.85200000000,34.24231000000,0.99551400000,0.09461410000,95.42911000000,1,206.883
+137,611343.75000000000,5196902.00000000000,1395.11900000000,35.85066000000,0.81119310000,-0.58477850000,54.21260000000,1,187.293
+138,609543.93750000000,5197193.50000000000,1207.63600000000,31.12253000000,0.05079730000,-0.99870900000,2.91170000000,1,36.812
+139,625092.76260000000,5173478.67900000000,1069.15200000000,29.96290000000,0.75235200000,0.65876130000,131.20547000000,0,53.283
+140,618090.44000000000,5188971.51300000000,650.91100000000,27.96093000000,0.69594350000,-0.71809660000,44.10240000000,0,19.845
+141,632977.76640000000,5183695.61700000000,1685.96800000000,27.48700000000,-0.88765270000,0.46051350000,117.42030000000,0,223.786
+142,632561.41820000000,5179465.67900000000,1583.46700000000,12.42077000000,-0.08553180000,0.99633550000,175.09340000000,0,166.249
+143,608853.00170000000,5189357.65500000000,1060.72100000000,23.96558000000,-0.92399040000,-0.38241560000,67.51660000000,0,27.903
+144,628464.40410000000,5194369.09000000000,1275.25300000000,34.67414000000,-0.81164680000,0.58414850000,125.74290000000,0,189.511
+145,605923.68460000000,5172682.84600000000,1114.68100000000,18.78293000000,0.97626170000,0.21659430000,102.50908000000,0,66.055
+146,608895.54080000000,5177509.66900000000,949.74760000000,29.60726000000,0.74783340000,0.66388640000,131.59695000000,0,109.758
+147,617500.31550000000,5198567.25900000000,1092.37800000000,26.51934000000,0.84391160000,-0.53648220000,57.55550000000,0,27.687
+148,599775.49490000000,5197917.03700000000,1316.77700000000,12.72313000000,0.65527960000,0.75538650000,139.05915000000,0,175.152
+149,609818.89360000000,5185616.97100000000,1244.34400000000,29.42746000000,-0.97840610000,0.20669200000,101.92860000000,0,23.491
+150,626873.89540000000,5191523.79100000000,1409.83300000000,31.97060000000,-0.95198840000,-0.30613400000,72.17360000000,0,31.156
+151,613220.80490000000,5175607.80600000000,1117.40400000000,13.05486000000,0.40916050000,0.91246240000,155.84789000000,0,47.757
+152,603465.25670000000,5194828.47300000000,1634.66800000000,40.48589000000,-0.24953100000,-0.96836680000,14.44980000000,0,78.456
+153,610497.36770000000,5188165.47000000000,684.87820000000,35.43429000000,0.43372240000,-0.90104660000,25.70400000000,0,30.864
+154,620797.44760000000,5197029.31300000000,1163.51500000000,30.80148000000,0.04592930000,-0.99894470000,2.63250000000,0,164.411
+155,619340.92240000000,5184576.82900000000,763.65660000000,31.56974000000,-0.47372370000,-0.88067350000,28.27630000000,0,60.984
+156,614830.73700000000,5190713.52400000000,1810.42100000000,17.49413000000,0.97576690000,-0.21881250000,77.36070000000,0,126.816
+157,605129.09730000000,5200481.52500000000,1809.77400000000,31.19597000000,0.54168330000,0.84058270000,147.20170000000,0,118.860
+158,602693.02730000000,5183588.58400000000,731.45970000000,5.59120500000,-0.04382680000,0.99903910000,177.48810000000,0,57.491
+159,614631.37610000000,5196376.52800000000,1370.03000000000,15.67641000000,-0.68280580000,0.73059990000,136.93670000000,0,12.576
+160,615233.58880000000,5180633.85400000000,654.51430000000,18.89560000000,0.98881050000,0.14917730000,98.57925000000,0,35.730
+161,629997.86630000000,5185066.62300000000,1789.03900000000,22.10114000000,0.99176920000,0.12803850000,97.35626000000,0,199.123
+162,630805.68980000000,5185164.02100000000,1547.25900000000,29.43432000000,0.84823390000,-0.52962170000,58.02010000000,0,132.224
+163,627164.81810000000,5192535.28600000000,1423.05200000000,30.27519000000,-0.95578450000,0.29406810000,107.10170000000,0,137.669
+164,625341.32720000000,5179587.71600000000,1819.13900000000,17.01759000000,-0.86502330000,-0.50173160000,59.88540000000,0,95.648
+165,607806.95400000000,5176970.25100000000,1131.13100000000,4.56968300000,0.55851850000,-0.82949210000,33.95340000000,0,131.378
+166,599609.67390000000,5176571.71800000000,1173.91000000000,12.73000000000,0.56341700000,-0.82617270000,34.29240000000,0,153.591
+167,613984.93350000000,5178226.55200000000,947.07500000000,31.78561000000,-0.95272360000,-0.30383840000,72.31170000000,0,178.238
+168,601097.25860000000,5185123.37800000000,1265.66800000000,21.00471000000,0.94534300000,-0.32607750000,70.96910000000,0,248.308
+169,617942.31760000000,5179230.59500000000,1407.70100000000,21.56377000000,-0.53323410000,0.84596770000,147.77580000000,0,152.145
+170,602928.46680000000,5177950.05100000000,1206.80900000000,13.30673000000,-0.86279260000,-0.50555800000,59.63160000000,0,641.238
+171,605448.50610000000,5194611.00100000000,1169.76100000000,21.75337000000,-0.63773640000,-0.77025460000,39.62330000000,0,330.463
+172,625274.76380000000,5178653.68500000000,1451.97600000000,24.40132000000,0.93949790000,0.34255470000,110.03259000000,0,124.428
+173,610083.35130000000,5193935.36900000000,1812.44600000000,17.54236000000,-0.96006020000,0.27979360000,106.24790000000,0,570.881
+174,599697.96300000000,5195728.87800000000,1496.29000000000,24.86518000000,-0.40177270000,0.91573940000,156.31090000000,0,280.735
+175,630666.59920000000,5193821.69900000000,1573.11300000000,27.62440000000,-0.28534910000,0.95842370000,163.42030000000,0,395.393
+176,616782.54760000000,5194719.31900000000,1376.74700000000,32.74791000000,0.98691480000,-0.16124300000,80.72095000000,0,200.334
+177,602516.45490000000,5179796.71800000000,1020.03700000000,20.40656000000,-0.37564250000,-0.92676470000,22.06400000000,0,10.611
+178,614445.44250000000,5182094.88300000000,1336.57700000000,26.28390000000,0.99118870000,0.13245720000,97.61160000000,0,93.123
+179,612383.15280000000,5191531.04200000000,1629.49500000000,27.68656000000,0.78570750000,-0.61859820000,51.78620000000,0,119.210
+180,625278.72440000000,5177509.14800000000,1632.66400000000,22.69004000000,0.99464570000,0.10334400000,95.93176000000,0,25.175
+181,614593.29520000000,5178443.40200000000,813.08200000000,19.20910000000,-0.62768320000,0.77846890000,141.12060000000,0,51.723
+182,606699.06640000000,5185465.90500000000,1244.24800000000,19.40269000000,0.13970690000,0.99019290000,171.96911600000,0,120.725
+183,623633.90850000000,5180889.70800000000,1564.75600000000,25.16308000000,0.44218580000,0.89692350000,153.75657000000,0,156.381
+184,628436.37440000000,5196178.25400000000,1558.00400000000,27.15899000000,-0.07687190000,-0.99704100000,4.40880000000,0,204.159
+185,618111.90820000000,5198949.22500000000,1184.75900000000,28.79884000000,-0.90793590000,-0.41910910000,65.22170000000,0,217.441
+186,621223.94880000000,5181594.57500000000,1350.06700000000,16.51009000000,-0.02130020000,-0.99977310000,1.22050000000,0,0.804
+187,599632.13360000000,5183855.99700000000,1276.24000000000,7.13556800000,0.58772890000,0.80905790000,144.00399000000,0,358.274
+188,608376.74160000000,5172803.38100000000,894.38120000000,26.61544000000,-0.86590160000,-0.50021430000,59.98580000000,0,12.568
+189,620397.28020000000,5176629.06200000000,1686.64800000000,31.36652000000,-0.99290340000,-0.11892430000,83.17000000000,0,184.678
+190,600555.24410000000,5196896.32800000000,1295.85000000000,16.99247000000,-0.75256420000,0.65851890000,131.18700000000,0,101.810
+191,621794.21150000000,5181362.07000000000,1388.01700000000,12.10153000000,-0.02528410000,-0.99968030000,1.44880000000,0,31.422
+192,618820.13960000000,5187343.02200000000,1308.70500000000,18.32380000000,-0.79456630000,0.60717740000,127.38570000000,0,157.557
+193,616485.61790000000,5193762.70800000000,1084.01900000000,20.87291000000,0.74133970000,-0.67113000000,47.84570000000,0,73.697
+194,612561.30860000000,5200997.53600000000,1911.62700000000,26.54171000000,-0.99566830000,0.09297670000,95.33490000000,0,480.009
+195,606906.50730000000,5178130.07700000000,1156.36700000000,16.29865000000,-0.99929270000,-0.03760490000,87.84490000000,0,114.557
+196,607431.42670000000,5191386.40400000000,1067.98500000000,23.22763000000,-0.94903480000,0.31517120000,108.37120000000,0,47.079
+197,617384.02770000000,5175627.19300000000,1175.02000000000,25.82229000000,0.08529170000,0.99635600000,175.10719900000,0,156.668
+198,609363.12250000000,5201169.12800000000,1565.19300000000,24.18629000000,0.93626600000,-0.35129200000,69.43360000000,0,171.404
+199,610108.35330000000,5172385.97900000000,886.21550000000,19.37245000000,-0.09418290000,0.99555490000,174.59570000000,0,133.074
+200,622123.57070000000,5175401.98000000000,1832.80000000000,4.54627900000,0.99814610000,0.06086290000,93.48934000000,0,1039.777
+201,619515.45930000000,5183595.69600000000,1014.12400000000,22.35012000000,-0.07689810000,0.99703900000,175.58970000000,0,49.130
+202,623891.20410000000,5183308.71000000000,1277.77400000000,32.94852000000,-0.99223200000,0.12440090000,97.14620000000,0,39.677
+203,616814.46440000000,5186886.83300000000,854.82530000000,16.56370000000,-0.99974100000,0.02275610000,91.30400000000,0,8.461
+204,621981.58150000000,5177272.47100000000,1964.00200000000,22.18763000000,0.36572400000,-0.93072340000,21.45210000000,0,342.581
+205,614755.47920000000,5178248.25900000000,931.39420000000,26.26647000000,-0.92857000000,-0.37115720000,68.21300000000,0,36.024
+206,626410.62050000000,5180819.75400000000,1737.55500000000,15.11562000000,-0.96999820000,0.24311190000,104.07030000000,0,47.278
+207,609217.29160000000,5197701.90900000000,1541.86700000000,42.00514000000,0.20566140000,-0.97862320000,11.86820000000,0,95.688
+208,608835.48260000000,5181918.75300000000,1492.94200000000,29.62642000000,-0.40842280000,-0.91279290000,24.10580000000,0,53.900
+209,604663.07520000000,5197406.97400000000,1708.45300000000,18.25051000000,0.68308530000,-0.73033860000,43.08520000000,0,86.957
+210,605145.40500000000,5176231.23100000000,1402.28200000000,16.95766000000,0.96457120000,-0.26382260000,74.70300000000,0,317.033
+211,628565.75980000000,5178505.88700000000,1529.59100000000,27.32526000000,-0.96719500000,-0.25403510000,75.28360000000,0,138.185
+212,607621.74500000000,5185296.45400000000,1385.83500000000,13.50071000000,-0.62551590000,0.78021140000,141.27990000000,0,92.600
+213,619060.04810000000,5182274.60400000000,977.09030000000,34.24870000000,-0.42699850000,-0.90425240000,25.27720000000,0,12.848
+214,611894.21750000000,5184159.45500000000,1552.06700000000,34.50439000000,0.44659510000,0.89473620000,153.47456000000,0,17.096
+215,631608.23960000000,5188665.75600000000,1561.10400000000,30.00662000000,0.90018510000,-0.43550760000,64.18240000000,0,103.642
+216,629692.13780000000,5180036.78200000000,1839.49100000000,18.44553000000,-0.97059970000,0.24069970000,103.92780000000,0,115.476
+217,629298.00910000000,5191396.51100000000,1419.79400000000,17.28104000000,-0.96885650000,0.24762310000,104.33690000000,0,58.645
+218,602584.54770000000,5199364.14300000000,1214.83700000000,30.35983000000,-0.51545160000,-0.85691870000,31.02770000000,0,13.891
+219,614412.92940000000,5176900.20300000000,1136.82700000000,27.10393000000,-0.98068400000,-0.19559870000,78.72030000000,0,25.778
+220,607340.04000000000,5198506.60200000000,1917.79400000000,30.66427000000,-0.77040200000,-0.63755850000,50.39000000000,0,306.236
+221,615188.38110000000,5181072.61200000000,837.86630000000,32.16437000000,0.24417930000,-0.96973010000,14.13330000000,0,225.025
+222,622387.64410000000,5178096.96900000000,1678.40300000000,19.66930000000,0.36181330000,0.93225060000,158.78840000000,0,85.765
+223,613872.14850000000,5175588.71900000000,1141.74200000000,35.07792000000,-0.85994820000,-0.51038130000,59.31080000000,0,38.594
+224,619242.80560000000,5195635.05600000000,994.05120000000,40.16846000000,0.33480410000,0.94228770000,160.43937000000,0,208.902
+225,619211.84200000000,5200420.32800000000,1387.70700000000,43.11912000000,0.74864620000,-0.66296970000,48.47320000000,0,127.612
+226,609101.26850000000,5180122.77800000000,1222.24600000000,30.05532000000,0.18295730000,-0.98312090000,10.54200000000,0,45.663
+227,632109.64310000000,5187482.36000000000,1750.78200000000,36.65581000000,-0.99763770000,-0.06869490000,86.06100000000,0,68.015
+228,607882.21900000000,5195381.36500000000,1065.60400000000,39.50783000000,0.80585280000,-0.59211590000,53.69270000000,0,281.113
+229,607131.88100000000,5185808.07400000000,1281.04400000000,8.26627600000,-0.98435530000,0.17619490000,100.14820000000,0,99.268
+230,627346.08950000000,5201105.55800000000,1760.35500000000,21.11950000000,0.68230280000,-0.73106970000,43.02380000000,0,295.550
+231,620349.89500000000,5173941.07300000000,1922.06600000000,19.30756000000,-0.59947670000,0.80039220000,143.16760000000,0,348.046
+232,604062.63840000000,5179813.88100000000,1217.52800000000,26.91618000000,-0.72273930000,0.69112070000,133.71890000000,0,115.460
+233,620783.42270000000,5200574.43600000000,1737.98600000000,18.20276000000,0.41985960000,0.90758910000,155.17428000000,0,63.241
+234,599549.23860000000,5193505.93400000000,1335.26800000000,17.92120000000,0.01795010000,-0.99983890000,1.02850000000,0,13.605
+235,612445.46710000000,5194328.62200000000,1745.40700000000,20.65032000000,-0.64862830000,0.76110540000,139.56170000000,0,13.222
+236,610288.31610000000,5176959.21100000000,947.07230000000,24.71648000000,0.15800950000,-0.98743760000,9.09140000000,0,88.139
+237,602866.86120000000,5198870.17300000000,1445.70900000000,20.90806000000,-0.57994440000,0.81465610000,144.55340000000,0,70.329
+238,623024.81930000000,5194185.20100000000,1103.16000000000,32.44582000000,0.24926290000,-0.96843590000,14.43390000000,0,68.556
+239,620219.86780000000,5189947.30400000000,1050.42000000000,48.82713000000,-0.98488220000,-0.17322520000,80.02460000000,0,86.269
diff --git a/pysal/examples/clearwater/quads.dbf b/pysal/examples/clearwater/quads.dbf
new file mode 100755
index 0000000..55fe860
Binary files /dev/null and b/pysal/examples/clearwater/quads.dbf differ
diff --git a/pysal/examples/clearwater/quads.shp b/pysal/examples/clearwater/quads.shp
new file mode 100755
index 0000000..c0f85c1
Binary files /dev/null and b/pysal/examples/clearwater/quads.shp differ
diff --git a/pysal/examples/clearwater/quads.shx b/pysal/examples/clearwater/quads.shx
new file mode 100755
index 0000000..737d850
Binary files /dev/null and b/pysal/examples/clearwater/quads.shx differ
diff --git a/pysal/examples/clearwater/streams.dbf b/pysal/examples/clearwater/streams.dbf
new file mode 100755
index 0000000..e58b80c
Binary files /dev/null and b/pysal/examples/clearwater/streams.dbf differ
diff --git a/pysal/examples/clearwater/streams.shp b/pysal/examples/clearwater/streams.shp
new file mode 100755
index 0000000..12d983d
Binary files /dev/null and b/pysal/examples/clearwater/streams.shp differ
diff --git a/pysal/examples/clearwater/streams.shx b/pysal/examples/clearwater/streams.shx
new file mode 100755
index 0000000..9db835a
Binary files /dev/null and b/pysal/examples/clearwater/streams.shx differ
diff --git a/pysal/examples/georgia/FB.p b/pysal/examples/georgia/FB.p
new file mode 100644
index 0000000..0b330fd
--- /dev/null
+++ b/pysal/examples/georgia/FB.p
@@ -0,0 +1,94 @@
+(dp0
+S'u'
+p1
+cnumpy.core.multiarray
+_reconstruct
+p2
+(cnumpy
+ndarray
+p3
+(I0
+tp4
+S'b'
+p5
+tp6
+Rp7
+(I1
+(I159
+I1
+tp8
+cnumpy
+dtype
+p9
+(S'f8'
+p10
+I0
+I1
+tp11
+Rp12
+(I3
+S'<'
+p13
+NNNI-1
+I-1
+I0
+tp14
+bI00
+S'\xa0Sr#\xb7\xe7\xe1?$\x18N\xbf{q\x07\xc0\xa8\x03\xe6\x8f\xbbH\xec\xbf0\xcb\xa4\x86Nt\xee\xbf.\xf80\xb8\xf4O\x17@,\xf8\xc1\xca\xf4\x90\x13\xc0d\xdfm\x1c\xcd\xc4\r\xc0|\x84\xc1\xd5\x9ex\x05\xc0\xb0\xee\xdd\xda#\xeb\xe7\xbf\x88 \x1b\x17\xe0\xc1\xfe?\xfa\xbbk\x8b\t\xf2\x1e@\x90\xaa<\xd0\x0b6\x0b@\x00t\x94\xf6\x15\x08\xa9\xbf8N\x89\x88\x82\x7f\xf9\xbf\xe3\xe88\x81\x16\xd6\x15@\x0e\x87S\x88*b#@P\xf1K\x88\xae\x9f\xf3\xbf\x13p\xa1\xd3\xe1\x1e\x17\xc0`\x8ewC6\xb8\xf8\xbfJ\xdfy\xc4^"\x1c@\x08\xf [...]
+p15
+tp16
+bsS'predy'
+p17
+g2
+(g3
+(I0
+tp18
+g5
+tp19
+Rp20
+(I1
+(I159
+I1
+tp21
+g12
+I00
+S'X\x82^\xe8\xd5\x8f\x1e@\xd6R\xa0\xbc+\xa9"@\xdb&c\xd8}\xef\x1d@\x80\x197\xb5\x11\xb4$@\x06;\x02{>\xe3\x1d@\xe3\xc8-2G\x95&@?\xde\x81\xad\x99\xd7)@\x1fap\xb5\'^\'@\x1e\x12\xe1p\xe5\xb1 @\xde79\xfa\x87O\x16@\x03"J:\xfb\x86"@\xec\xdd\x14K-\x98\x1b@\x1b\\ _Ce\x17@\xfa\\D\x84#c%@QJ\xfa\xb1\x1c]\x19@\xbeEyD\xa2j$@]\xb1<\x04)\xa7%@p\x1e7P\xd7\xf5)@\xff$\xa2\xfb9J\'@\xb6 \x86;\xa1\xdd\x19@\xac\xadO%\xa5\xb4!@L\x88C:\xe3\xcc%@\xfe!\x04!\x13y\x1e at M\xa6\xdf|\xdcS"@\x18\x1f\x1a?4\x97#@&\xcdN\xb7$\ [...]
+p22
+tp23
+bsS'params'
+p24
+g2
+(g3
+(I0
+tp25
+g5
+tp26
+Rp27
+(I1
+(I159
+I3
+tp28
+g12
+I00
+S'\x18J]\x03#b\x89?z\x81k\x99\xbb\xc6\xca?\xea\x8f\x8d\xb87T\xbf?,\xa41\xba\x00\x8e\x87?\xd5\x9ako\xa6\xb3\xc6?\x1c\xc6\xcb\xb1\x00\x02\xc1?\xd4N7\xb7E\xc4\x88?J5\xdd\xb3\x87w\xc9?WN\x11\x83~ \xc0?\xc4^\xf6\xc0O\xe1\x84?\xdf`"H\xfc|\xbf?\x14\x8f\xb2\x81|\x1f\xbf?a\xa8F\x96yQ\x91?\xb1{>\xe8\x94\xa0\xd0?\x8c\xfdR\x7f\x87\x9c\xaa?\x12\xbe\xf5!\xc7R\x93?y\xcd\xbb4\xb8`\xe2?ch\x06;^\xdd\xca?\x00\x05X\x11\xb6\xfa\x92?\xb74\xe9\xa8o\xf2\xe2?{\x9bU\xfb\x1d\xe5\xd0?\xb89\xe9z\x93\xb0\x91?\x7f\xd7 [...]
+p29
+tp30
+bsS'utu'
+p31
+g2
+(g3
+(I0
+tp32
+g5
+tp33
+Rp34
+(I1
+(I159
+I159
+tp35
+g12
+I00
+S'\x08\xb2\xa2\xeb\x80\t\xd4?\xfb\x0e\xc4;\x16<\xfa\xbf\xe5^\\\x1b\xe5\xa6\xdf\xbf\\\x97@\x99O\n\xe1\xbf:\xc0\xfb6\x91\x16\n@\xb8\x1d\xe6\xda`\xe5\x05\xc0\xa3-.\xfe\x1b\xa8\x00\xc0\x9a\xaau\xfb\x1b\x07\xf8\xbf\xdd\x0f\x9b\xb4:\xc4\xda\xbff\xa9\xb8\x9c\xb65\xf1?s\x8cea\xa9P\x11@\xf2\xa7>N\x80s\xfe?I{\x05\x97\x1a\x03\x9c\xbfh:\x87x\xbf\x88\xec\xbf\xca\xdb7\xbf\xb4o\x08 at p\xaa\xa0T\x04\xb1\x15@\xcc5vv\xdb\xf5\xe5\xbf<\x99\xaaq\xa6\xdf\t\xc0nQ\xcd(\xb8\xa9\xeb\xbf5;f\xf0\xf6{\x0f@\xb6G\x03\xb [...]
+p36
+tp37
+bs.
\ No newline at end of file
diff --git a/pysal/examples/georgia/GData_utm.csv b/pysal/examples/georgia/GData_utm.csv
new file mode 100755
index 0000000..b6fb968
--- /dev/null
+++ b/pysal/examples/georgia/GData_utm.csv
@@ -0,0 +1,160 @@
+AreaKey,Latitude,Longitud,TotPop90,PctRural,PctBach,PctEld,PctFB,PctPov,PctBlack,ID,X,Y
+13001,31.75339,-82.28558,15744,75.60,8.20,11.43,0.64,19.90,20.76,133,941396.60,3521764.00
+13003,31.29486,-82.87474,6213,100.00,6.40,11.77,1.58,26.00,26.86,158,895553.00,3471916.00
+13005,31.55678,-82.45115,9566,61.70,6.60,11.11,0.27,24.10,15.42,146,930946.40,3502787.00
+13007,31.33084,-84.45401,3615,100.00,9.40,13.17,0.11,24.80,51.67,155,745398.60,3474765.00
+13009,33.07193,-83.25085,39530,42.70,13.30,8.64,1.43,17.50,42.39,79,849431.30,3665553.00
+13011,34.35270,-83.50054,10308,100.00,6.40,11.37,0.34,15.10,3.49,23,819317.30,3807616.00
+13013,33.99347,-83.71181,29721,64.60,9.20,10.63,0.92,14.70,11.44,33,803747.10,3769623.00
+13015,34.23840,-84.83918,55911,75.20,9.00,9.66,0.82,10.70,9.21,24,699011.50,3793408.00
+13017,31.75940,-83.21976,16245,47.00,7.60,12.81,0.33,22.00,31.33,138,863020.80,3520432.00
+13019,31.27424,-83.23179,14153,66.20,7.50,11.98,1.19,19.30,11.62,153,859915.80,3466377.00
+13021,32.80451,-83.69915,149967,16.10,17.00,12.23,1.06,19.20,41.68,85,809736.90,3636468.00
+13023,32.43552,-83.33121,10430,57.90,10.30,12.60,0.64,18.30,22.36,100,844270.10,3595691.00
+13025,31.19702,-81.98323,11077,100.00,5.80,9.02,0.33,18.20,4.58,159,979288.90,3463849.00
+13027,30.84653,-83.57726,15398,65.60,9.10,13.68,1.76,25.90,41.47,169,827822.00,3421638.00
+13029,32.02037,-81.43763,15438,80.60,11.80,7.22,0.45,13.20,14.85,118,1023145.00,3554982.00
+13031,32.39071,-81.74391,43125,63.20,19.90,9.56,1.16,27.50,25.95,97,994903.40,3600493.00
+13033,33.05837,-81.99939,20579,72.30,9.60,10.60,0.43,30.30,52.19,71,971593.80,3671394.00
+13035,33.28834,-83.95713,15326,73.40,7.20,10.41,0.72,15.60,35.48,65,782448.20,3684504.00
+13037,31.52793,-84.61891,5013,100.00,10.10,15.94,0.10,31.80,58.89,149,724741.20,3492653.00
+13039,30.91895,-81.63783,30167,47.10,13.50,4.78,2.14,11.50,20.19,165,1008480.00,3437933.00
+13043,32.40134,-82.07498,7744,52.10,9.90,13.80,0.96,24.10,30.94,102,964264.90,3598842.00
+13045,33.58276,-85.07903,71422,68.50,12.00,9.66,0.85,14.40,15.46,46,678778.60,3713250.00
+13047,34.90222,-85.13643,42464,43.60,8.10,10.73,0.39,12.00,0.91,5,670055.90,3862318.00
+13049,30.77890,-82.13993,8496,100.00,6.40,9.66,0.42,18.30,27.05,170,962612.30,3432769.00
+13051,31.96840,-81.08524,216935,5.10,18.60,12.07,2.05,17.20,38.02,119,1059706.00,3556747.00
+13053,32.34755,-84.78780,16934,13.70,20.20,1.46,6.74,10.40,30.94,103,704959.20,3577608.00
+13055,34.47663,-85.34577,22242,77.40,5.90,14.22,0.11,14.60,8.61,17,653026.60,3813760.00
+13057,34.24453,-84.47430,90204,57.80,18.40,6.71,1.57,6.10,1.77,25,734240.90,3794110.00
+13059,33.95197,-83.36602,87594,17.60,37.50,8.04,4.47,27.00,26.23,38,832508.60,3762905.00
+13061,31.62109,-84.99295,3364,100.00,11.20,16.62,0.45,35.70,60.76,144,695793.90,3495219.00
+13063,33.54255,-84.35703,182052,4.40,14.70,5.55,4.23,8.60,23.82,54,745538.80,3711726.00
+13065,30.91758,-82.70284,6160,58.60,6.70,10.52,0.11,26.40,27.29,164,908046.10,3428340.00
+13067,33.94176,-84.57701,447745,5.80,33.00,6.08,4.12,5.60,9.84,36,724646.80,3757187.00
+13069,31.54693,-82.85147,29592,64.60,11.10,10.52,1.49,22.50,25.46,143,894463.90,3492465.00
+13071,31.18650,-83.76833,36645,59.40,10.00,13.22,3.01,22.80,24.16,161,808691.80,3455994.00
+13073,33.54858,-82.26123,66031,30.60,23.90,5.50,3.49,6.60,10.93,52,942527.90,3722100.00
+13075,31.15478,-83.43077,13456,62.00,6.50,13.14,1.89,22.40,29.94,160,839816.10,3449007.00
+13077,33.35261,-84.76260,53853,76.10,13.30,9.85,0.80,11.40,22.59,62,705457.90,3694344.00
+13079,32.70982,-83.97968,8991,100.00,5.70,9.21,1.01,14.00,30.66,89,783416.50,3623343.00
+13081,31.92540,-83.77159,20011,48.40,10.00,12.47,0.30,29.00,40.66,128,805648.40,3537103.00
+13083,34.85462,-85.50471,13147,96.50,8.00,10.35,0.75,14.60,0.35,9,635964.30,3854592.00
+13085,34.44001,-84.17119,9429,100.00,8.60,8.89,0.59,12.80,0.29,16,764386.10,3812502.00
+13087,30.87876,-84.57963,25511,58.00,11.70,13.02,1.54,23.30,39.47,166,732628.40,3421800.00
+13089,33.77095,-84.22701,545837,2.50,32.70,8.13,6.69,9.90,42.23,41,759231.90,3735253.00
+13091,32.17328,-83.16624,17607,70.70,8.00,13.13,0.34,21.80,27.64,109,860451.40,3569933.00
+13093,32.16092,-83.79837,9901,72.60,9.50,13.76,0.50,32.90,48.98,116,800031.30,3564188.00
+13095,31.53832,-84.21578,96311,10.00,17.00,9.66,0.94,24.40,50.15,148,764116.90,3494367.00
+13097,33.70030,-84.76729,71120,26.70,12.00,6.68,1.34,6.60,7.63,47,707288.70,3731361.00
+13099,31.33042,-84.90920,11854,52.80,9.40,14.86,0.24,31.40,44.09,152,703495.10,3467152.00
+13101,30.71670,-82.89896,2334,100.00,4.70,9.77,1.63,14.60,11.48,173,896654.00,3401148.00
+13103,32.37038,-81.34348,25687,89.10,7.60,7.87,0.69,12.70,14.03,99,1031899.00,3596117.00
+13105,34.11500,-82.83977,18949,70.00,8.00,13.78,0.84,19.70,29.99,28,879541.20,3785425.00
+13107,32.58694,-82.30417,20546,64.20,9.10,13.32,0.41,25.70,32.58,90,943066.20,3616602.00
+13109,32.15807,-81.89087,8724,100.00,8.60,13.00,0.48,25.40,33.88,117,981727.80,3571315.00
+13111,34.86415,-84.31928,15992,100.00,7.80,17.30,0.58,17.20,0.03,4,739255.80,3866604.00
+13113,33.41496,-84.49289,62415,53.90,25.80,6.99,2.85,2.60,5.13,58,731468.70,3700612.00
+13115,34.26330,-85.21503,81251,36.10,13.70,13.84,1.09,13.60,13.56,18,662257.40,3789664.00
+13117,34.22378,-84.12672,44083,93.70,15.60,8.38,1.17,6.80,0.00,26,765397.30,3789005.00
+13119,34.37329,-83.22767,16650,87.20,9.50,14.59,0.44,16.50,9.89,20,845701.30,3813323.00
+13121,33.78940,-84.46716,648951,4.20,31.60,9.63,4.13,18.40,49.92,31,733728.40,3733248.00
+13123,34.68824,-84.45786,13368,100.00,8.60,12.91,0.45,16.60,0.26,10,732702.30,3844809.00
+13125,33.23108,-82.60694,2357,100.00,5.30,13.28,0.42,16.80,12.69,69,908386.80,3685752.00
+13127,31.21695,-81.49423,62496,20.30,19.90,13.20,1.37,14.30,25.57,156,1023411.00,3471063.00
+13129,34.50423,-84.87158,35072,79.70,9.20,10.09,0.64,11.10,3.78,15,695325.10,3822135.00
+13131,30.87507,-84.23294,20279,55.40,7.70,13.84,0.74,22.30,31.50,167,765058.10,3421817.00
+13133,33.58125,-83.16757,11793,75.70,8.80,13.49,0.50,25.10,49.89,49,855577.30,3722330.00
+13135,33.95895,-84.02510,352910,13.60,29.60,4.51,5.05,4.00,5.11,32,772634.60,3764306.00
+13137,34.63045,-83.52933,27621,88.50,12.00,12.31,2.92,11.60,5.42,11,818917.10,3839931.00
+13139,34.31584,-83.82089,95428,81.10,15.40,10.25,4.60,10.60,8.48,21,794419.50,3803344.00
+13141,33.26958,-83.00084,8908,100.00,6.80,12.39,0.27,30.10,79.64,64,873518.80,3689861.00
+13143,33.79101,-85.20900,21966,67.80,7.50,12.62,0.69,14.40,6.47,44,665933.80,3740622.00
+13145,32.74074,-84.90607,17788,95.80,13.60,13.00,1.11,13.70,25.49,88,695500.60,3624790.00
+13147,34.35335,-82.95916,19712,73.80,9.10,15.08,0.32,14.20,20.41,22,870749.90,3810303.00
+13149,33.29966,-85.12921,8628,100.00,5.70,12.03,0.35,19.10,13.38,66,675280.40,3685569.00
+13151,33.45610,-84.15540,58741,76.00,10.70,7.77,0.98,6.10,10.24,55,763488.40,3699716.00
+13153,32.45833,-83.66835,89208,20.90,16.00,7.30,2.25,10.60,21.80,95,814118.90,3590553.00
+13155,31.60234,-83.27429,8649,63.40,8.30,14.45,0.15,27.20,30.50,145,855461.80,3506293.00
+13157,34.13332,-83.56274,30005,78.00,9.00,11.23,0.62,14.10,9.58,27,815753.10,3783949.00
+13159,33.31630,-83.68734,8453,100.00,10.80,13.12,0.99,17.40,34.80,61,807249.10,3695092.00
+13161,31.80159,-82.63599,12032,65.10,8.30,10.53,0.64,18.80,15.36,131,915741.90,3530869.00
+13163,33.05398,-82.41530,17408,100.00,6.20,13.36,0.40,31.30,55.92,70,924108.10,3668080.00
+13165,32.78866,-81.96042,8247,53.80,7.70,13.10,0.21,27.80,41.51,84,970465.70,3640263.00
+13167,32.70222,-82.65617,8329,100.00,4.90,13.86,0.29,22.20,33.89,91,908636.70,3624562.00
+13169,33.02648,-83.56610,20739,81.90,12.00,8.54,0.52,10.80,25.60,80,821367.10,3660143.00
+13171,33.07300,-84.13522,13038,63.60,10.00,12.62,0.34,16.30,34.03,77,766461.70,3663959.00
+13173,31.03705,-83.06327,5531,100.00,5.40,10.83,0.85,25.90,26.58,163,873804.30,3439981.00
+13175,32.46285,-82.92951,39988,52.90,12.00,12.39,0.49,20.50,33.32,93,884830.40,3599291.00
+13177,31.77659,-84.13731,16250,78.20,13.70,6.50,0.70,12.60,19.22,136,770455.50,3520161.00
+13179,31.80000,-81.46192,52745,32.90,13.40,3.38,3.85,17.20,39.15,127,1014742.00,3537225.00
+13181,33.79269,-82.45213,7442,100.00,8.20,14.27,0.26,17.80,38.19,40,919396.50,3752562.00
+13183,31.75881,-81.74702,6202,100.00,5.20,8.53,2.02,23.70,21.75,129,1004544.00,3517834.00
+13185,30.83468,-83.26782,75981,47.60,16.30,8.99,1.53,19.90,31.88,172,864781.10,3419313.00
+13187,34.57450,-84.00225,14573,78.60,11.10,9.29,0.76,15.30,1.41,13,772600.00,3832429.00
+13189,33.47773,-82.48190,20119,65.90,10.40,11.16,0.22,21.60,36.38,53,917730.90,3716368.00
+13191,31.47999,-81.37239,8634,100.00,8.70,12.80,0.27,22.30,43.34,147,1030500.00,3500535.00
+13193,32.35407,-84.03763,13114,65.60,10.10,12.05,0.98,29.20,58.72,105,777055.30,3584821.00
+13195,34.12847,-83.20978,21050,100.00,9.70,10.98,0.81,15.70,8.32,29,848638.80,3785405.00
+13197,32.35272,-84.52615,5590,100.00,4.60,12.02,0.43,28.20,41.32,101,732876.80,3584393.00
+13199,33.04341,-84.68501,22411,82.30,6.70,12.79,0.31,22.40,44.62,73,715359.80,3660275.00
+13201,31.16450,-84.72942,6280,100.00,8.20,15.16,0.41,22.10,27.48,162,716369.80,3451034.00
+13205,31.22383,-84.19464,20275,56.20,7.80,12.31,0.58,28.70,47.91,157,766238.60,3453930.00
+13207,33.01281,-83.91312,17113,75.10,12.90,9.60,0.93,13.80,31.78,78,790338.70,3660608.00
+13209,32.16757,-82.52981,7163,98.60,10.10,12.26,1.44,24.50,28.27,112,920887.40,3568473.00
+13211,33.59285,-83.49307,12883,73.00,11.00,12.69,0.83,15.00,34.74,45,825920.10,3717990.00
+13213,34.78193,-84.74823,26147,89.00,5.50,7.69,0.50,11.30,0.26,3,707834.30,3854188.00
+13215,32.51071,-84.87497,179278,3.20,16.60,10.31,3.40,18.60,37.95,98,700833.70,3598228.00
+13217,33.55318,-83.84438,41808,76.00,9.50,10.14,0.78,14.40,22.35,50,793263.90,3719734.00
+13219,33.83733,-83.43728,17618,95.20,28.40,8.67,0.98,7.90,7.37,42,830735.90,3750903.00
+13221,33.88098,-83.08201,9763,100.00,12.80,11.37,0.62,16.20,24.74,37,863291.80,3756777.00
+13223,33.92253,-84.86584,41611,93.70,7.60,7.12,0.66,8.80,3.94,35,695329.20,3758093.00
+13225,32.56372,-83.82774,21189,61.30,15.20,10.03,1.62,24.00,47.53,94,798061.40,3609091.00
+13227,34.46452,-84.46498,14432,100.00,9.00,12.44,0.20,12.80,1.48,19,733846.70,3812828.00
+13229,31.35624,-82.21519,13328,74.40,6.30,11.07,0.70,21.30,11.69,151,953533.80,3482044.00
+13231,33.09090,-84.38639,10224,100.00,9.30,11.94,0.82,13.40,20.04,76,744180.80,3665561.00
+13233,33.99916,-85.18202,33815,66.50,6.80,13.72,0.95,16.30,14.30,34,668031.40,3764766.00
+13235,32.23708,-83.47360,8108,56.50,10.70,14.15,1.76,24.30,32.46,111,833819.60,3567447.00
+13237,33.32057,-83.37302,14137,66.50,11.70,11.61,1.85,16.40,32.79,63,840169.10,3695254.00
+13239,31.85898,-85.01192,2209,100.00,7.30,17.07,0.95,33.00,49.93,130,686875.40,3524124.00
+13241,34.88129,-83.40143,11648,100.00,11.60,17.18,1.13,13.60,0.35,1,824645.50,3864805.00
+13243,31.76276,-84.75803,8023,53.50,6.00,16.08,0.86,35.90,58.17,134,712437.10,3519627.00
+13245,33.35938,-82.07400,189719,9.90,17.30,9.35,3.01,18.20,41.96,59,954272.30,3697862.00
+13247,33.65017,-84.02657,54091,59.20,18.10,7.64,2.01,6.20,8.03,48,777759.00,3729605.00
+13249,32.26283,-84.32046,3588,100.00,8.00,13.38,0.25,19.90,34.09,110,752973.10,3570222.00
+13251,32.74871,-81.61441,13842,79.30,8.60,14.02,0.61,22.90,44.69,81,1004028.00,3641918.00
+13253,30.93315,-84.86705,9010,69.40,7.80,14.20,5.69,29.10,32.74,171,704495.60,3422002.00
+13255,33.26204,-84.28494,54457,53.60,11.10,11.12,0.77,15.60,29.08,67,754916.20,3685029.00
+13257,34.55581,-83.29396,23257,64.50,13.10,14.88,1.09,17.00,11.81,14,842085.90,3827075.00
+13259,32.07813,-84.83704,5654,100.00,8.00,16.29,0.16,31.40,63.46,120,703256.80,3552857.00
+13261,32.04234,-84.19643,30228,45.40,15.90,11.45,0.59,24.80,46.53,122,763457.10,3551752.00
+13263,32.70756,-84.52831,6524,97.90,7.10,13.50,0.34,24.90,62.34,87,734217.90,3623162.00
+13265,33.56681,-82.88324,1915,100.00,5.60,19.22,0.78,31.90,61.36,51,884376.90,3717493.00
+13267,32.04266,-82.06064,17722,79.30,6.50,12.50,2.05,21.90,29.19,114,963427.80,3560039.00
+13269,32.55433,-84.25144,7642,100.00,7.10,14.43,0.48,29.50,43.21,92,759410.80,3608179.00
+13271,31.93476,-82.94098,11000,72.60,8.60,16.25,0.04,27.30,34.45,125,882069.40,3534470.00
+13273,31.77555,-84.43589,10653,50.30,9.20,14.18,0.25,29.10,59.90,132,743031.80,3522636.00
+13275,30.86482,-83.91853,38986,55.20,13.40,13.30,0.72,22.60,37.93,168,795506.20,3421725.00
+13277,31.45664,-83.52609,34998,51.10,14.00,10.69,2.77,22.90,26.68,150,831682.30,3487715.00
+13279,32.12311,-82.33542,24072,35.70,11.40,11.65,0.90,24.00,23.38,113,941734.40,3567586.00
+13281,34.91864,-83.73908,6754,100.00,11.40,22.96,1.36,14.00,0.00,2,797981.70,3872640.00
+13283,32.40461,-82.56510,5994,53.30,6.30,14.98,0.13,27.10,33.10,107,919077.60,3595170.00
+13285,33.03331,-85.02819,55536,44.00,13.60,12.93,0.99,16.30,30.03,75,682616.80,3660254.00
+13287,31.71623,-83.62740,8703,44.50,7.20,13.56,0.35,31.30,40.66,137,819399.60,3514927.00
+13289,32.66598,-83.42609,9806,100.00,4.80,10.43,0.22,26.00,45.93,86,832935.00,3623868.00
+13291,34.83436,-83.99088,11993,100.00,10.10,17.55,0.88,18.30,0.10,7,777040.10,3858779.00
+13293,32.87929,-84.29827,26300,65.30,9.00,14.81,0.57,14.70,27.78,83,752165.20,3639192.00
+13295,34.73090,-85.29630,58340,44.80,8.40,12.80,0.42,12.80,3.73,8,658870.40,3842167.00
+13297,33.78311,-83.73768,38586,61.20,9.40,10.64,0.65,13.20,18.37,43,800384.30,3742691.00
+13299,31.05156,-82.42208,35471,54.20,10.40,13.89,0.62,21.10,25.88,154,938349.60,3446675.00
+13301,33.40820,-82.67637,6078,100.00,4.20,14.81,0.49,32.60,60.23,56,902471.10,3699878.00
+13303,32.96775,-82.79487,19112,67.10,9.80,12.35,0.20,21.60,51.86,72,894704.30,3648583.00
+13305,31.54758,-81.91326,22356,59.90,9.60,10.88,0.50,21.20,19.45,140,986832.80,3494323.00
+13307,32.04852,-84.55046,2263,100.00,5.50,14.49,0.09,22.50,50.20,121,731576.30,3544716.00
+13309,32.12226,-82.71677,4903,100.00,8.60,15.07,0.35,30.30,30.06,115,898776.30,3563384.00
+13311,34.64537,-83.75252,13006,100.00,13.60,13.81,1.18,12.50,2.59,12,796905.60,3841086.00
+13313,34.80497,-84.96616,72462,70.00,12.00,9.48,2.55,11.10,4.06,6,686891.40,3855274.00
+13315,31.97034,-83.43574,7008,100.00,7.60,15.71,0.09,28.60,31.76,124,838551.50,3538547.00
+13317,33.78664,-82.74436,10597,59.60,10.40,16.64,0.43,22.60,45.94,39,891228.50,3749769.00
+13319,32.79853,-83.16759,10228,100.00,8.80,11.36,0.29,15.30,41.99,82,858796.90,3637891.00
+13321,31.55269,-83.84816,19745,71.10,6.30,11.50,0.59,26.20,30.71,139,801018.10,3487328.00
diff --git a/pysal/examples/georgia/G_utm.dbf b/pysal/examples/georgia/G_utm.dbf
new file mode 100755
index 0000000..3ae39fd
Binary files /dev/null and b/pysal/examples/georgia/G_utm.dbf differ
diff --git a/pysal/examples/georgia/G_utm.sbn b/pysal/examples/georgia/G_utm.sbn
new file mode 100755
index 0000000..6256b7e
Binary files /dev/null and b/pysal/examples/georgia/G_utm.sbn differ
diff --git a/pysal/examples/georgia/G_utm.sbx b/pysal/examples/georgia/G_utm.sbx
new file mode 100755
index 0000000..277149b
Binary files /dev/null and b/pysal/examples/georgia/G_utm.sbx differ
diff --git a/pysal/examples/georgia/G_utm.shp b/pysal/examples/georgia/G_utm.shp
new file mode 100755
index 0000000..6d17128
Binary files /dev/null and b/pysal/examples/georgia/G_utm.shp differ
diff --git a/pysal/examples/georgia/G_utm.shx b/pysal/examples/georgia/G_utm.shx
new file mode 100755
index 0000000..5d3b1f9
Binary files /dev/null and b/pysal/examples/georgia/G_utm.shx differ
diff --git a/pysal/examples/georgia/XB.p b/pysal/examples/georgia/XB.p
new file mode 100644
index 0000000..05f94d9
--- /dev/null
+++ b/pysal/examples/georgia/XB.p
@@ -0,0 +1,37 @@
+cnumpy.core.multiarray
+_reconstruct
+p0
+(cnumpy
+ndarray
+p1
+(I0
+tp2
+S'b'
+p3
+tp4
+Rp5
+(I1
+(I159
+I3
+tp6
+cnumpy
+dtype
+p7
+(S'f8'
+p8
+I0
+I1
+tp9
+Rp10
+(I3
+S'<'
+p11
+NNNI-1
+I-1
+I0
+tp12
+bI00
+S'\r\x02f\xe8\x14\n\xed?\xb0\xe3\xef9f\x93\x10@\x9aB\x8d\xee\xf7\x91\x04@\xd6S\xdbH\xf1\xd4\xf1?\xa1\xa52\xbc\xec6\x12 at f\xa8\xf4\x84R9\r@\xfc\xed\nt\xbc \xe7?\x9d \xd8\x86\x9e\x11\x13@\x94]x\x85\x9eq\xff?h1\x94G\x10\xaf\xef?\xces\xd1\xbc\x89c\x07@\x0b\xa1\x9f|\x06\xcb\x19@\xc3\x05D\xaf(s\xe6?\xcc1b]RE\x12@\x15zo\x83~\x94\x01@\x82S\x1cE\xc3]\xfd?\xff\xd8mBYb!@\xeb\x89\xa7\xd9\'\x15\xe8?\xcb\xb3\xaf"A\xa3\xf2?\xdb\xf5UX$y!@^r\x8d\xc381\t@\x82\x95f\x0818\xf4?R\x0e&M\x05\t\x17@`\xc9\xa2\xbe` [...]
+p13
+tp14
+b.
\ No newline at end of file
diff --git a/pysal/examples/georgia/err.p b/pysal/examples/georgia/err.p
new file mode 100644
index 0000000..f18678b
--- /dev/null
+++ b/pysal/examples/georgia/err.p
@@ -0,0 +1,37 @@
+cnumpy.core.multiarray
+_reconstruct
+p0
+(cnumpy
+ndarray
+p1
+(I0
+tp2
+S'b'
+p3
+tp4
+Rp5
+(I1
+(I159
+I1
+tp6
+cnumpy
+dtype
+p7
+(S'f8'
+p8
+I0
+I1
+tp9
+Rp10
+(I3
+S'<'
+p11
+NNNI-1
+I-1
+I0
+tp12
+bI00
+S'x<L\xf4?y\xe2?]j\x94nq^\x07\xc0\xe4z\x89\x82\xba]\xeb\xbf(<\nS\x9e\xc8\xee\xbf\xaa\xc30~<U\x17@\x82\x1e\xbe\xb7.\x85\x13\xc0\x19\x8a\xa3\x1c\xd1\xcd\x0e\xc0$\xfa\xc4\x9b\xe4(\x05\xc0\xd4R\xbb\x8c+P\xe8\xbf\xf2\xa5\xa2\xaf\xbb\x88\xff?\xcb\x82g\xa8\xe9\xca\x1e@\x04Fo/=d\x0b@\xc0\x8a\xe5P\xe1}\x90\xbfH\xdb\xec\xe9\'\x82\xf9\xbf\xf9\xf2\x1d\x00(\xe2\x15@\xc2\x9f\xc8\x8e:`#@p\xb6\x14\xcb\x12\xe0\xf3\xbf!\xaa\xb2\xa8\x7f*\x17\xc0H/\xb6\x14]\xbc\xf8\xbfB\x02l\x00\xee\xd5\x1b@\xf4\x8a\x93\x99 [...]
+p13
+tp14
+b.
\ No newline at end of file
diff --git a/pysal/examples/georgia/georgia_BS_F.ctl b/pysal/examples/georgia/georgia_BS_F.ctl
new file mode 100755
index 0000000..5dc124d
--- /dev/null
+++ b/pysal/examples/georgia/georgia_BS_F.ctl
@@ -0,0 +1,45 @@
+
+C:\Users\IEUser\Desktop\georgia\georgia\GData_utm.csv
+FORMAT/DELIMITER: 1
+Number_of_fields: 13
+Number_of_areas: 159
+Fields
+AreaKey 001 AreaKey
+X 012 X
+Y 013 Y
+Gmetric 0
+Dependent 006 PctBach
+Offset 
+Independent_geo 4
+000 Intercept
+005 PctRural
+009 PctPov
+010 PctBlack
+Independent_fix 0
+Unused_fields 6
+002 Latitude
+003 Longitud
+004 TotPop90
+007 PctEld
+008 PctFB
+011 ID
+MODELTYPE: 0
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 1
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\georgia_BS_F_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\georgia_BS_F_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/georgia/georgia_BS_F_listwise.csv b/pysal/examples/georgia/georgia_BS_F_listwise.csv
new file mode 100755
index 0000000..ec525a4
--- /dev/null
+++ b/pysal/examples/georgia/georgia_BS_F_listwise.csv
@@ -0,0 +1,160 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_PctRural, se_PctRural, t_PctRural, est_PctPov, se_PctPov, t_PctPov, est_PctBlack, se_PctBlack, t_PctBlack, y, yhat, residual, std_residual, localR2, influence, CooksD
+    0, 13001, 941396.6, 3521764,        17.773084,         2.613925,         6.799385,        -0.084447,         0.022534,        -3.747519,        -0.206895,         0.123152,        -1.680000,         0.072218,         0.053829,         1.341633,         8.200000,         8.770904,        -0.570904,        -0.152628,         0.534242,         0.046417,         0.000068
+    1, 13003, 895553, 3471916,        17.909007,         2.851004,         6.281650,        -0.075912,         0.023937,        -3.171273,        -0.300513,         0.134796,        -2.229398,         0.116286,         0.057385,         2.026436,         6.400000,         5.627943,         0.772057,         0.212853,         0.559361,         0.103315,         0.000312
+    2, 13005, 930946.4, 3502787,        17.741664,         2.738235,         6.479233,        -0.081922,         0.023223,        -3.527632,        -0.235500,         0.126826,        -1.856878,         0.088548,         0.057898,         1.529380,         6.600000,         8.376916,        -1.776916,        -0.496464,         0.547517,         0.126915,         0.002142
+    3, 13007, 745398.6, 3474765,        18.862030,         2.594357,         7.270406,        -0.068144,         0.023305,        -2.924023,        -0.355610,         0.133412,        -2.665500,         0.115038,         0.060624,         1.897563,         9.400000,         9.172561,         0.227439,         0.064599,         0.566464,         0.155149,         0.000046
+    4, 13009, 849431.3, 3665553,        25.837943,         1.440975,        17.930872,        -0.132573,         0.016150,        -8.208601,        -0.238408,         0.086974,        -2.741124,        -0.014170,         0.039810,        -0.355929,        13.300000,        15.404309,        -2.104309,        -0.567856,         0.575601,         0.064075,         0.001320
+    5, 13011, 819317.3, 3807616,        29.452459,         1.621412,        18.164695,        -0.188534,         0.020954,        -8.997310,        -0.113731,         0.134442,        -0.845946,        -0.041081,         0.043226,        -0.950360,         6.400000,         8.738397,        -2.338397,        -0.630888,         0.541123,         0.063666,         0.001618
+    6, 13013, 803747.1, 3769623,        28.770962,         1.518404,        18.948166,        -0.180582,         0.019082,        -9.463370,        -0.138754,         0.123232,        -1.125951,        -0.032265,         0.039831,        -0.810044,         9.200000,        14.696568,        -5.496568,        -1.463365,         0.558627,         0.038440,         0.005119
+    7, 13015, 699011.5, 3793408,        26.813145,         1.908661,        14.048145,        -0.139906,         0.022388,        -6.249145,        -0.445255,         0.144918,        -3.072471,         0.110329,         0.048948,         2.253984,         9.000000,        12.544111,        -3.544111,        -0.944225,         0.621363,         0.039798,         0.002210
+    8, 13017, 863020.8, 3520432,        17.817773,         2.293042,         7.770366,        -0.078207,         0.019218,        -4.069523,        -0.250181,         0.102862,        -2.432205,         0.085012,         0.041759,         2.035768,         7.600000,        11.301525,        -3.701525,        -0.989175,         0.522976,         0.045637,         0.002798
+    9, 13019, 859915.8, 3466377,        17.952365,         2.742204,         6.546692,        -0.071777,         0.022797,        -3.148468,        -0.326830,         0.132602,        -2.464739,         0.123942,         0.052832,         2.345960,         7.500000,         8.333094,        -0.833094,        -0.230898,         0.543268,         0.112750,         0.000405
+   10, 13021, 809736.9, 3636468,        24.680587,         1.375496,        17.943044,        -0.122250,         0.015524,        -7.874790,        -0.284150,         0.084326,        -3.369660,         0.019054,         0.038985,         0.488766,        17.000000,        18.050870,        -1.050870,        -0.289512,         0.598558,         0.102024,         0.000569
+   11, 13023, 844270.1, 3595691,        21.243540,         1.662502,        12.778051,        -0.094528,         0.017022,        -5.553267,        -0.272811,         0.083588,        -3.263751,         0.040740,         0.038950,         1.045975,        10.300000,        11.688884,        -1.388884,        -0.370597,         0.551615,         0.042746,         0.000367
+   12, 13025, 979288.9, 3463849,        18.584251,         3.536748,         5.254615,        -0.091560,         0.028990,        -3.158336,        -0.270595,         0.166519,        -1.625009,         0.117098,         0.085873,         1.363625,         5.800000,         5.039679,         0.760321,         0.233490,         0.672030,         0.277304,         0.001251
+   13, 13027, 827822, 3421638,        18.406127,         3.426653,         5.371458,        -0.068457,         0.027443,        -2.494527,        -0.388811,         0.167604,        -2.319822,         0.148034,         0.064784,         2.285027,         9.100000,         9.984075,        -0.884075,        -0.238305,         0.527200,         0.061981,         0.000224
+   14, 13029, 1023145, 3554982,        18.757796,         3.265023,         5.745072,        -0.099750,         0.028264,        -3.529264,        -0.142460,         0.167059,        -0.852750,         0.041247,         0.068797,         0.599546,        11.800000,         9.449995,         2.350005,         0.693671,         0.568427,         0.217779,         0.008011
+   15, 13031, 994903.4, 3600493,        19.977058,         2.564114,         7.791019,        -0.100464,         0.024590,        -4.085577,        -0.160074,         0.141596,        -1.130500,         0.014152,         0.050914,         0.277958,        19.900000,         9.592924,        10.307076,         2.911120,         0.560800,         0.145624,         0.086376
+   16, 13033, 971593.8, 3671394,        23.381373,         2.522239,         9.270086,        -0.107465,         0.023837,        -4.508294,        -0.205462,         0.127239,        -1.614777,        -0.024744,         0.051951,        -0.476296,         9.600000,         8.094745,         1.505255,         0.417192,         0.564821,         0.112748,         0.001323
+   17, 13035, 782448.2, 3684504,        26.883788,         1.356073,        19.824738,        -0.150977,         0.016149,        -9.349208,        -0.241435,         0.097165,        -2.484778,         0.000226,         0.038312,         0.005889,         7.200000,        12.043680,        -4.843680,        -1.288907,         0.594877,         0.037487,         0.003869
+   18, 13037, 724741.2, 3492653,        19.002626,         2.539986,         7.481390,        -0.069926,         0.022830,        -3.062963,        -0.338172,         0.129720,        -2.606949,         0.103909,         0.062809,         1.654362,        10.100000,         7.375325,         2.724675,         0.761889,         0.585250,         0.128345,         0.005111
+   19, 13039, 1008480, 3437933,        19.613265,         4.084949,         4.801349,        -0.100208,         0.032522,        -3.081243,        -0.296955,         0.192167,        -1.545297,         0.124032,         0.094322,         1.314988,        13.500000,        13.982697,        -0.482697,        -0.151688,         0.773166,         0.309848,         0.000618
+   20, 13043, 964264.9, 3598842,        19.841663,         2.269700,         8.741978,        -0.094625,         0.022214,        -4.259627,        -0.190744,         0.119946,        -1.590251,         0.023944,         0.045757,         0.523293,         9.900000,        11.055578,        -1.155578,        -0.311170,         0.556492,         0.060056,         0.000370
+   21, 13045, 678778.6, 3713250,        26.696030,         1.597285,        16.713379,        -0.134240,         0.020277,        -6.620453,        -0.564322,         0.139328,        -4.050317,         0.135815,         0.048051,         2.826501,        12.000000,        11.474032,         0.525968,         0.140163,         0.636072,         0.040273,         0.000049
+   22, 13047, 670055.9, 3862318,        22.743482,         2.793802,         8.140691,        -0.063164,         0.037651,        -1.677638,        -0.681787,         0.219722,        -3.102956,         0.294595,         0.100431,         2.933325,         8.100000,        12.076153,        -3.976153,        -1.217296,         0.657638,         0.272836,         0.033247
+   23, 13049, 962612.3, 3432769,        19.075145,         3.741817,         5.097830,        -0.092524,         0.031391,        -2.947426,        -0.316625,         0.182674,        -1.733280,         0.134073,         0.088866,         1.508707,         6.400000,         7.655186,        -1.255186,        -0.375373,         0.709966,         0.237940,         0.002631
+   24, 13051, 1059706, 3556747,        18.990865,         3.735673,         5.083653,        -0.107228,         0.031900,        -3.361352,        -0.101299,         0.189184,        -0.535450,         0.029855,         0.080420,         0.371233,        18.600000,        17.836743,         0.763257,         0.257606,         0.586796,         0.401690,         0.002664
+   25, 13053, 704959.2, 3577608,        20.896180,         1.796002,        11.634829,        -0.090270,         0.019345,        -4.666330,        -0.332885,         0.109990,        -3.026520,         0.087573,         0.058660,         1.492885,        20.200000,        18.906977,         1.293023,         0.373348,         0.629131,         0.182508,         0.001861
+   26, 13055, 653026.6, 3813760,        25.293384,         2.281356,        11.086998,        -0.093700,         0.031341,        -2.989693,        -0.723140,         0.193378,        -3.739520,         0.232752,         0.073528,         3.165481,         5.900000,         9.487181,        -3.587181,        -0.966545,         0.666937,         0.061225,         0.003643
+   27, 13057, 734240.9, 3794110,        27.473015,         1.747669,        15.719800,        -0.157980,         0.020569,        -7.680380,        -0.309053,         0.133275,        -2.318914,         0.054192,         0.042857,         1.264487,        18.400000,        16.552460,         1.847540,         0.501873,         0.592194,         0.076370,         0.001245
+   28, 13059, 832508.6, 3762905,        29.069629,         1.507976,        19.277245,        -0.181979,         0.019101,        -9.527381,        -0.106946,         0.122360,        -0.874034,        -0.055090,         0.041226,        -1.336292,        37.500000,        21.534224,        15.965776,         5.352787,         0.552284,         0.393657,         1.112367
+   29, 13061, 695793.9, 3495219,        19.140866,         2.707916,         7.068485,        -0.068142,         0.023743,        -2.870047,        -0.339158,         0.139936,        -2.423673,         0.099905,         0.069720,         1.432932,        11.200000,         6.288878,         4.911122,         1.403680,         0.595006,         0.165697,         0.023400
+   30, 13063, 745538.8, 3711726,        27.222913,         1.439799,        18.907442,        -0.156534,         0.017349,        -9.022591,        -0.288867,         0.110740,        -2.608513,         0.028741,         0.038787,         0.740984,        14.700000,        24.734505,       -10.034505,        -2.789923,         0.596394,         0.118330,         0.062469
+   31, 13065, 908046.1, 3428340,        18.702879,         3.517471,         5.317137,        -0.081787,         0.030613,        -2.671640,        -0.349829,         0.176375,        -1.983435,         0.140474,         0.079168,         1.774364,         6.700000,         8.508208,        -1.808208,        -0.502111,         0.628574,         0.116113,         0.001980
+   32, 13067, 724646.8, 3757187,        27.546725,         1.626427,        16.936957,        -0.156628,         0.019206,        -8.155123,        -0.345680,         0.125252,        -2.759870,         0.054941,         0.040341,         1.361898,        33.000000,        25.243092,         7.756908,         2.196593,         0.597867,         0.150083,         0.050950
+   33, 13069, 894463.9, 3492465,        17.723650,         2.651510,         6.684362,        -0.077051,         0.021905,        -3.517560,        -0.268334,         0.120551,        -2.225888,         0.100279,         0.050808,         1.973693,        11.100000,         9.261725,         1.838275,         0.487910,         0.538134,         0.032523,         0.000479
+   34, 13071, 808691.8, 3455994,        18.336279,         2.716282,         6.750506,        -0.068346,         0.023402,        -2.920581,        -0.360041,         0.137575,        -2.617054,         0.130241,         0.055756,         2.335909,        10.000000,         9.214185,         0.785815,         0.211909,         0.535180,         0.062783,         0.000180
+   35, 13073, 942527.9, 3722100,        26.192310,         2.423129,        10.809294,        -0.133143,         0.023879,        -5.575791,        -0.164297,         0.124323,        -1.321536,        -0.058899,         0.049926,        -1.179726,        23.900000,        20.390006,         3.509994,         1.060744,         0.537486,         0.253740,         0.022877
+   36, 13075, 839816.1, 3449007,        18.142264,         2.917877,         6.217625,        -0.069016,         0.024367,        -2.832365,        -0.358337,         0.145257,        -2.466911,         0.135498,         0.057121,         2.372114,         6.500000,         9.893330,        -3.393330,        -0.903078,         0.533585,         0.037723,         0.001912
+   37, 13077, 705457.9, 3694344,        26.433805,         1.472463,        17.952096,        -0.141608,         0.018295,        -7.740303,        -0.430607,         0.120012,        -3.588033,         0.090316,         0.044684,         2.021212,        13.300000,        12.788792,         0.511208,         0.137255,         0.623535,         0.054548,         0.000065
+   38, 13079, 783416.5, 3623343,        23.925549,         1.393147,        17.173747,        -0.116689,         0.015940,        -7.320490,        -0.303190,         0.086440,        -3.507529,         0.039242,         0.040588,         0.966835,         5.700000,         9.215154,        -3.515154,        -0.955715,         0.611045,         0.078001,         0.004621
+   39, 13081, 805648.4, 3537103,        18.648749,         2.005834,         9.297256,        -0.079016,         0.018597,        -4.248909,        -0.277562,         0.093058,        -2.982675,         0.083651,         0.043923,         1.904491,        10.000000,        10.176334,        -0.176334,        -0.047614,         0.559839,         0.065227,         0.000009
+   40, 13083, 635964.3, 3854592,        22.566565,         3.022686,         7.465732,        -0.055012,         0.042339,        -1.299333,        -0.772356,         0.251875,        -3.066422,         0.308952,         0.113429,         2.723746,         8.000000,         6.089650,         1.910350,         0.538044,         0.643609,         0.140812,         0.002837
+   41, 13085, 764386.1, 3812502,        27.933263,         1.724557,        16.197360,        -0.167966,         0.020788,        -8.079940,        -0.226434,         0.134739,        -1.680540,         0.023732,         0.043113,         0.550452,         8.600000,         8.245142,         0.354858,         0.095396,         0.572237,         0.056914,         0.000033
+   42, 13087, 732628.4, 3421800,        18.519852,         3.424052,         5.408753,        -0.058424,         0.028612,        -2.041967,        -0.401243,         0.178519,        -2.247625,         0.137764,         0.074950,         1.838086,        11.700000,        11.219844,         0.480156,         0.130522,         0.495288,         0.077650,         0.000086
+   43, 13089, 759231.9, 3735253,        27.744120,         1.475708,        18.800553,        -0.164630,         0.017822,        -9.237726,        -0.244146,         0.114305,        -2.135914,         0.011208,         0.038077,         0.294343,        32.700000,        25.388792,         7.311208,         2.105848,         0.583680,         0.178471,         0.057609
+   44, 13091, 860451.4, 3569933,        19.091436,         1.932191,         9.880716,        -0.084034,         0.018094,        -4.644398,        -0.242266,         0.089558,        -2.705141,         0.054932,         0.038634,         1.421844,         8.000000,         9.387111,        -1.387111,        -0.367325,         0.510958,         0.028103,         0.000233
+   45, 13093, 800031.3, 3564188,        19.744520,         1.775024,        11.123521,        -0.084826,         0.017756,        -4.777241,        -0.289501,         0.086959,        -3.329155,         0.073315,         0.042438,         1.727599,         9.500000,         7.652562,         1.847438,         0.500901,         0.573599,         0.072883,         0.001179
+   46, 13095, 764116.9, 3494367,        18.705160,         2.352000,         7.952874,        -0.072391,         0.021383,        -3.385449,        -0.326108,         0.116453,        -2.800345,         0.105895,         0.054396,         1.946753,        17.000000,        15.334839,         1.665161,         0.489969,         0.574421,         0.212822,         0.003881
+   47, 13097, 707288.7, 3731361,        27.194555,         1.581773,        17.192449,        -0.148496,         0.018985,        -7.821778,        -0.419182,         0.125553,        -3.338688,         0.080179,         0.041802,         1.918052,        12.000000,        21.074884,        -9.074884,        -2.486400,         0.612403,         0.092098,         0.037501
+   48, 13099, 703495.1, 3467152,        18.995715,         2.937784,         6.466001,        -0.062936,         0.025560,        -2.462334,        -0.367751,         0.152480,        -2.411798,         0.113196,         0.072041,         1.571273,         9.400000,         9.116122,         0.283878,         0.079720,         0.563070,         0.135780,         0.000060
+   49, 13101, 896654, 3401148,        19.404694,         4.043398,         4.799105,        -0.088851,         0.034599,        -2.568030,        -0.368426,         0.200442,        -1.838068,         0.144416,         0.085719,         1.684758,         4.700000,         6.798445,        -2.098445,        -0.672777,         0.640253,         0.336943,         0.013754
+   50, 13103, 1031899, 3596117,        19.911366,         3.048201,         6.532170,        -0.106458,         0.027927,        -3.812078,        -0.116010,         0.169773,        -0.683324,         0.003838,         0.063774,         0.060174,         7.600000,         9.006462,        -1.406462,        -0.435290,         0.556532,         0.288464,         0.004593
+   51, 13105, 879541.2, 3785425,        29.636228,         1.717869,        17.251735,        -0.183694,         0.021555,        -8.522164,        -0.084970,         0.133666,        -0.635691,        -0.075941,         0.045646,        -1.663685,         8.000000,        12.826227,        -4.826227,        -1.286367,         0.526599,         0.040634,         0.004191
+   52, 13107, 943066.2, 3616602,        20.739756,         2.148582,         9.652766,        -0.093860,         0.020956,        -4.478878,        -0.215808,         0.106894,        -2.018898,         0.015769,         0.044398,         0.355177,         9.100000,         9.681443,        -0.581443,        -0.155731,         0.541601,         0.049914,         0.000076
+   53, 13109, 981727.8, 3571315,        19.004190,         2.546433,         7.463063,        -0.094618,         0.023788,        -3.977590,        -0.168651,         0.134971,        -1.249540,         0.033378,         0.051169,         0.652316,         8.600000,         6.389505,         2.210495,         0.604092,         0.547490,         0.087417,         0.002090
+   54, 13111, 739255.8, 3866604,        24.693689,         2.315303,        10.665422,        -0.121334,         0.027006,        -4.492862,        -0.340550,         0.164674,        -2.068022,         0.159147,         0.068501,         2.323290,         7.800000,         6.707633,         1.092367,         0.303838,         0.603420,         0.119047,         0.000746
+   55, 13113, 731468.7, 3700612,        26.862510,         1.438259,        18.677101,        -0.150482,         0.017429,        -8.634005,        -0.335553,         0.111434,        -3.011234,         0.048767,         0.040393,         1.207319,        25.800000,        18.129290,         7.670710,         2.118288,         0.606833,         0.106284,         0.031910
+   56, 13115, 662257.4, 3789664,        26.451908,         2.041983,        12.954031,        -0.116727,         0.026147,        -4.464330,        -0.651586,         0.171103,        -3.808160,         0.178744,         0.057890,         3.087658,        13.700000,        15.800257,        -2.100257,        -0.583178,         0.653783,         0.116023,         0.002669
+   57, 13117, 765397.3, 3789005,        28.163068,         1.631363,        17.263515,        -0.171225,         0.019746,        -8.671201,        -0.220092,         0.127809,        -1.722043,         0.011706,         0.040192,         0.291255,        15.600000,        10.622635,         4.977365,         1.362119,         0.571906,         0.089945,         0.010965
+   58, 13119, 845701.3, 3813323,        30.154713,         1.666311,        18.096693,        -0.195139,         0.022073,        -8.840787,        -0.082155,         0.139318,        -0.589691,        -0.063085,         0.045575,        -1.384200,         9.500000,        11.159100,        -1.659100,        -0.445018,         0.525444,         0.052698,         0.000659
+   59, 13121, 733728.4, 3733248,        27.437856,         1.517647,        18.079208,        -0.157506,         0.018159,        -8.673638,        -0.318010,         0.117712,        -2.701601,         0.041757,         0.039089,         1.068238,        31.600000,        23.009442,         8.590558,         2.461739,         0.595901,         0.170040,         0.074245
+   60, 13123, 732702.3, 3844809,        25.713827,         2.099370,        12.248354,        -0.134199,         0.024481,        -5.481725,        -0.339205,         0.152275,        -2.227583,         0.122425,         0.058197,         2.103624,         8.600000,         6.694944,         1.905056,         0.522714,         0.604543,         0.094715,         0.001709
+   61, 13125, 908386.8, 3685752,        25.337598,         1.859657,        13.624875,        -0.126161,         0.019652,        -6.419797,        -0.196024,         0.099972,        -1.960785,        -0.037473,         0.044765,        -0.837103,         5.300000,         8.952807,        -3.652807,        -1.019298,         0.541422,         0.124715,         0.008852
+   62, 13127, 1023411, 3471063,        19.077573,         3.882807,         4.913346,        -0.099881,         0.031062,        -3.215573,        -0.242412,         0.177271,        -1.367465,         0.105659,         0.091103,         1.159773,        19.900000,        16.285187,         3.614813,         1.106220,         0.720660,         0.272242,         0.027374
+   63, 13129, 695325.1, 3822135,        25.637953,         2.110174,        12.149686,        -0.122165,         0.025474,        -4.795710,        -0.476661,         0.157513,        -3.026171,         0.156018,         0.059956,         2.602206,         9.200000,        11.200190,        -2.000190,        -0.534190,         0.633392,         0.044458,         0.000794
+   64, 13131, 765058.1, 3421817,        18.648232,         3.299006,         5.652682,        -0.062225,         0.027434,        -2.268113,        -0.408138,         0.168979,        -2.415314,         0.144474,         0.069341,         2.083533,         7.700000,        10.650454,        -2.950454,        -0.798557,         0.506587,         0.069612,         0.002853
+   65, 13133, 855577.3, 3722330,        28.081180,         1.482950,        18.936032,        -0.161741,         0.017622,        -9.178434,        -0.157043,         0.105037,        -1.495121,        -0.049968,         0.040630,        -1.229845,         8.800000,         9.402701,        -0.602701,        -0.161766,         0.562091,         0.053915,         0.000089
+   66, 13135, 772634.6, 3764306,        28.230925,         1.538159,        18.353707,        -0.172468,         0.018767,        -9.189788,        -0.204397,         0.121058,        -1.688428,        -0.001500,         0.038661,        -0.038788,        29.600000,        25.060111,         4.539889,         1.276274,         0.571539,         0.137615,         0.015543
+   67, 13137, 818917.1, 3839931,        29.699210,         1.768507,        16.793378,        -0.190521,         0.022750,        -8.374628,        -0.120584,         0.145945,        -0.826228,        -0.033006,         0.047340,        -0.697221,        12.000000,        11.260396,         0.739604,         0.198048,         0.531282,         0.049489,         0.000122
+   68, 13139, 794419.5, 3803344,        28.802723,         1.625690,        17.717234,        -0.180791,         0.020362,        -8.878637,        -0.157169,         0.131503,        -1.195172,        -0.016509,         0.041701,        -0.395897,        15.400000,        12.334620,         3.065380,         0.816176,         0.554934,         0.038611,         0.001600
+   69, 13141, 873518.8, 3689861,        26.553094,         1.549664,        17.134740,        -0.140063,         0.017401,        -8.049294,        -0.202530,         0.093896,        -2.156961,        -0.034691,         0.041346,        -0.839044,         6.800000,         3.687835,         3.112165,         0.932988,         0.561857,         0.241646,         0.016586
+   70, 13143, 665933.8, 3740622,        27.099926,         1.770774,        15.304005,        -0.129440,         0.022123,        -5.850972,        -0.641280,         0.153415,        -4.180040,         0.155147,         0.049537,         3.131946,         7.500000,        10.093295,        -2.593295,        -0.707171,         0.643004,         0.083455,         0.002723
+   71, 13145, 695500.6, 3624790,        23.103493,         1.521419,        15.185492,        -0.111382,         0.018736,        -5.944938,        -0.411021,         0.119302,        -3.445201,         0.112781,         0.057816,         1.950695,        13.600000,         9.676871,         3.923129,         1.072916,         0.651037,         0.088761,         0.006705
+   72, 13147, 870749.9, 3810303,        30.302686,         1.749549,        17.320287,        -0.194071,         0.022874,        -8.484423,        -0.072209,         0.141990,        -0.508553,        -0.075938,         0.047147,        -1.610689,         9.100000,        13.405007,        -4.305007,        -1.147366,         0.513583,         0.040506,         0.003323
+   73, 13149, 675280.4, 3685569,        25.772877,         1.516704,        16.992686,        -0.127810,         0.020181,        -6.333094,        -0.563137,         0.138556,        -4.064328,         0.148568,         0.053350,         2.784805,         5.700000,         4.223824,         1.476176,         0.418305,         0.645804,         0.151231,         0.001864
+   74, 13151, 763488.4, 3699716,        27.157444,         1.393195,        19.492917,        -0.156186,         0.016780,        -9.307805,        -0.253817,         0.104787,        -2.422211,         0.011053,         0.038451,         0.287455,        10.700000,        13.852186,        -3.152186,        -0.855255,         0.594300,         0.074170,         0.003504
+   75, 13153, 814118.9, 3590553,        21.361846,         1.589640,        13.438167,        -0.095367,         0.016745,        -5.695302,        -0.293450,         0.083449,        -3.516511,         0.053864,         0.039944,         1.348486,        16.000000,        17.432338,        -1.432338,        -0.398576,         0.579527,         0.119827,         0.001293
+   76, 13155, 855461.8, 3506293,        17.814810,         2.357827,         7.555606,        -0.076171,         0.019699,        -3.866794,        -0.271117,         0.107250,        -2.527907,         0.096159,         0.043864,         2.192174,         8.300000,         8.544000,        -0.244000,        -0.065479,         0.534055,         0.053595,         0.000015
+   77, 13157, 815753.1, 3783949,        29.136599,         1.550676,        18.789616,        -0.185049,         0.019791,        -9.350263,        -0.117475,         0.127587,        -0.920744,        -0.041816,         0.041197,        -1.015014,         9.000000,        12.645755,        -3.645755,        -0.967712,         0.550196,         0.032655,         0.001890
+   78, 13159, 807249.1, 3695092,        27.298936,         1.364796,        20.002207,        -0.155144,         0.016230,        -9.559082,        -0.206944,         0.097091,        -2.131443,        -0.019267,         0.038143,        -0.505127,        10.800000,         7.513210,         3.286790,         0.882663,         0.584253,         0.054955,         0.002709
+   79, 13161, 915741.9, 3530869,        17.823662,         2.375614,         7.502759,        -0.082746,         0.020465,        -4.043297,        -0.212756,         0.109548,        -1.942135,         0.069209,         0.045439,         1.523116,         8.300000,         9.500135,        -1.200135,        -0.324922,         0.518931,         0.070173,         0.000476
+   80, 13163, 924108.1, 3668080,        23.853599,         2.031377,        11.742575,        -0.112087,         0.020642,        -5.430052,        -0.203745,         0.102225,        -1.993099,        -0.027193,         0.046214,        -0.588417,         6.200000,         4.747053,         1.452947,         0.402965,         0.531984,         0.113941,         0.001249
+   81, 13165, 970465.7, 3640263,        21.771836,         2.382378,         9.138700,        -0.100218,         0.023002,        -4.356904,        -0.209438,         0.123270,        -1.699012,        -0.000275,         0.048490,        -0.005677,         7.700000,        10.546280,        -2.846280,        -0.782804,         0.566297,         0.098952,         0.004024
+   82, 13167, 908636.7, 3624562,        21.526611,         1.948480,        11.047901,        -0.096281,         0.019498,        -4.937985,        -0.225331,         0.093205,        -2.417578,         0.007861,         0.042856,         0.183419,         4.900000,         7.162540,        -2.262540,        -0.609342,         0.517231,         0.060343,         0.001426
+   83, 13169, 821367.1, 3660143,        25.901345,         1.365097,        18.973990,        -0.134584,         0.015539,        -8.661225,        -0.255550,         0.086654,        -2.949096,        -0.002367,         0.038705,        -0.061163,        12.000000,        12.058404,        -0.058404,        -0.015747,         0.590412,         0.062475,         0.000001
+   84, 13171, 766461.7, 3663959,        26.012244,         1.349913,        19.269566,        -0.140348,         0.016068,        -8.734550,        -0.283365,         0.095318,        -2.972832,         0.022900,         0.039956,         0.573136,        10.000000,        13.246575,        -3.246575,        -0.858890,         0.607851,         0.026190,         0.001186
+   85, 13173, 873804.3, 3439981,        18.307825,         3.147716,         5.816224,        -0.073180,         0.026810,        -2.729586,        -0.359097,         0.157427,        -2.281037,         0.140048,         0.063770,         2.196137,         5.400000,         5.411666,        -0.011666,        -0.003266,         0.572090,         0.130282,         0.000000
+   86, 13175, 884830.4, 3599291,        20.462895,         1.886450,        10.847301,        -0.090646,         0.018465,        -4.909169,        -0.236887,         0.088840,        -2.666442,         0.029179,         0.040036,         0.728816,        12.000000,        11.783813,         0.216187,         0.057465,         0.511800,         0.035378,         0.000007
+   87, 13177, 770455.5, 3520161,        18.808938,         2.137083,         8.801219,        -0.076241,         0.019878,        -3.835524,        -0.299899,         0.102310,        -2.931292,         0.091945,         0.050832,         1.808819,        13.700000,        10.835361,         2.864639,         0.800345,         0.578233,         0.126861,         0.005565
+   88, 13179, 1014742, 3537225,        18.444985,         3.309752,         5.572921,        -0.096891,         0.028027,        -3.457096,        -0.162312,         0.163388,        -0.993410,         0.057840,         0.070862,         0.816226,        13.400000,        14.729942,        -1.329942,        -0.391857,         0.581485,         0.214930,         0.002514
+   89, 13181, 919396.5, 3752562,        27.872485,         2.120444,        13.144648,        -0.155400,         0.022461,        -6.918533,        -0.130673,         0.127360,        -1.026016,        -0.070283,         0.047386,        -1.483183,         8.200000,         7.322407,         0.877593,         0.243432,         0.530260,         0.114213,         0.000457
+   90, 13183, 1004544, 3517834,        18.334664,         3.328320,         5.508685,        -0.094495,         0.027782,        -3.401278,        -0.189657,         0.159726,        -1.187389,         0.074620,         0.073809,         1.010980,         5.200000,         6.013269,        -0.813269,        -0.224709,         0.601128,         0.107260,         0.000363
+   91, 13185, 864781.1, 3419313,        18.619655,         3.521385,         5.287594,        -0.075362,         0.029407,        -2.562750,        -0.377147,         0.174282,        -2.164007,         0.147303,         0.069573,         2.117257,        16.300000,        12.223230,         4.076770,         1.139235,         0.575580,         0.127221,         0.011313
+   92, 13187, 772600, 3832429,        27.865492,         1.796441,        15.511495,        -0.167447,         0.021705,        -7.714662,        -0.212250,         0.140942,        -1.505939,         0.026926,         0.046029,         0.584987,        11.100000,        11.494704,        -0.394704,        -0.107062,         0.567108,         0.073653,         0.000054
+   93, 13189, 917730.9, 3716368,        26.567843,         2.004535,        13.253866,        -0.138664,         0.020944,        -6.620754,        -0.168595,         0.111253,        -1.515420,        -0.054810,         0.045937,        -1.193144,        10.400000,        11.794259,        -1.394259,        -0.370750,         0.538982,         0.036122,         0.000308
+   94, 13191, 1030500, 3500535,        18.830372,         3.715161,         5.068522,        -0.099946,         0.030511,        -3.275740,        -0.200755,         0.173014,        -1.160343,         0.084756,         0.085657,         0.989491,         8.700000,         8.032235,         0.667765,         0.223990,         0.666034,         0.394256,         0.001953
+   95, 13193, 777055.3, 3584821,        21.293824,         1.597952,        13.325694,        -0.094980,         0.017175,        -5.530035,        -0.310747,         0.086959,        -3.573476,         0.068075,         0.043594,         1.561558,        10.100000,         9.986675,         0.113325,         0.030822,         0.605532,         0.078626,         0.000005
+   96, 13195, 848638.8, 3785405,        29.665459,         1.585784,        18.707124,        -0.188785,         0.020553,        -9.185429,        -0.082299,         0.130669,        -0.629829,        -0.066689,         0.043549,        -1.531330,         9.700000,         8.940051,         0.759949,         0.204907,         0.537671,         0.062535,         0.000167
+   97, 13197, 732876.8, 3584393,        21.287860,         1.663691,        12.795564,        -0.094840,         0.018186,        -5.215065,        -0.333359,         0.098240,        -3.393310,         0.084270,         0.051742,         1.628653,         4.600000,         5.885159,        -1.285159,        -0.348489,         0.628953,         0.073097,         0.000573
+   98, 13199, 715359.8, 3660275,        25.278260,         1.412006,        17.902376,        -0.132555,         0.017564,        -7.547125,        -0.388190,         0.112278,        -3.457384,         0.082447,         0.048052,         1.715792,         6.700000,         9.352300,        -2.652300,        -0.711387,         0.630927,         0.052604,         0.001680
+   99, 13201, 716369.8, 3451034,        18.856279,         3.036399,         6.210080,        -0.061187,         0.026390,        -2.318620,        -0.382287,         0.158717,        -2.408610,         0.122488,         0.071505,         1.713013,         8.200000,         7.654967,         0.545033,         0.157866,         0.540716,         0.187604,         0.000344
+  100, 13205, 766238.6, 3453930,        18.703792,         2.743232,         6.818159,        -0.066072,         0.024377,        -2.710476,        -0.376084,         0.142703,        -2.635428,         0.128400,         0.060834,         2.110661,         7.800000,        10.348551,        -2.548551,        -0.688157,         0.542703,         0.065218,         0.001976
+  101, 13207, 790338.7, 3660608,        25.979778,         1.339185,        19.399696,        -0.138009,         0.015635,        -8.826765,        -0.267208,         0.090104,        -2.965537,         0.009781,         0.038797,         0.252108,        12.900000,        12.238686,         0.661314,         0.176343,         0.601412,         0.041491,         0.000080
+  102, 13209, 920887.4, 3568473,        18.687533,         2.125727,         8.791127,        -0.087084,         0.019800,        -4.398202,        -0.204125,         0.102363,        -1.994123,         0.046965,         0.041954,         1.119441,        10.100000,         6.427709,         3.672291,         0.992285,         0.525070,         0.066531,         0.004196
+  103, 13211, 825920.1, 3717990,        28.020536,         1.413213,        19.827533,        -0.164606,         0.017079,        -9.637685,        -0.164677,         0.104271,        -1.579310,        -0.038710,         0.039128,        -0.989332,        11.000000,        12.189318,        -1.189318,        -0.317289,         0.571275,         0.042400,         0.000267
+  104, 13213, 707834.3, 3854188,        24.091596,         2.372270,        10.155505,        -0.104445,         0.028739,        -3.634251,        -0.455729,         0.170020,        -2.680437,         0.205191,         0.073723,         2.783286,         5.500000,         9.699592,        -4.199592,        -1.133095,         0.631376,         0.063776,         0.005230
+  105, 13215, 700833.7, 3598228,        21.808601,         1.652950,        13.193749,        -0.099602,         0.018903,        -5.269181,        -0.364697,         0.112612,        -3.238536,         0.099305,         0.058194,         1.706428,        16.600000,        18.475120,        -1.875120,        -0.538287,         0.645326,         0.172955,         0.003623
+  106, 13217, 793263.9, 3719734,        27.859070,         1.406541,        19.806792,        -0.165993,         0.017109,        -9.701871,        -0.186705,         0.107424,        -1.738024,        -0.019952,         0.038199,        -0.522324,         9.500000,        12.109133,        -2.609133,        -0.688765,         0.578190,         0.021977,         0.000637
+  107, 13219, 830735.9, 3750903,        28.832443,         1.481796,        19.457774,        -0.177976,         0.018537,        -9.600983,        -0.120330,         0.117889,        -1.020704,        -0.051781,         0.040594,        -1.275561,        28.400000,        10.556938,        17.843062,         4.866312,         0.557477,         0.083700,         0.129354
+  108, 13221, 863291.8, 3756777,        29.030992,         1.567298,        18.522953,        -0.175749,         0.019313,        -9.099909,        -0.112366,         0.121016,        -0.928522,        -0.065436,         0.042854,        -1.526964,        12.800000,         8.016853,         4.783147,         1.283999,         0.547215,         0.054206,         0.005650
+  109, 13223, 695329.2, 3758093,        27.274120,         1.744758,        15.632036,        -0.144442,         0.020583,        -7.017471,        -0.468677,         0.136337,        -3.437638,         0.099586,         0.044417,         2.242072,         7.600000,        10.007867,        -2.407867,        -0.657937,         0.619379,         0.087160,         0.002472
+  110, 13225, 798061.4, 3609091,        22.911456,         1.455086,        15.745774,        -0.107172,         0.016129,        -6.644700,        -0.303000,         0.083959,        -3.608887,         0.044849,         0.040208,         1.115426,        15.200000,        11.201480,         3.998520,         1.064377,         0.602027,         0.038153,         0.002687
+  111, 13227, 733846.7, 3812828,        27.067149,         1.848969,        14.639047,        -0.152597,         0.021661,        -7.044803,        -0.314593,         0.139070,        -2.262122,         0.069847,         0.046673,         1.496519,         9.000000,         7.883990,         1.116010,         0.300089,         0.595538,         0.057383,         0.000328
+  112, 13229, 953533.8, 3482044,        18.064377,         3.131710,         5.768216,        -0.085386,         0.026297,        -3.247049,        -0.255051,         0.148023,        -1.723054,         0.103870,         0.074305,         1.397887,         6.300000,         7.493293,        -1.193293,        -0.334030,         0.600348,         0.130194,         0.000999
+  113, 13231, 744180.8, 3665561,        25.878567,         1.372431,        18.856011,        -0.139597,         0.016592,        -8.413549,        -0.318111,         0.101664,        -3.129042,         0.043434,         0.042207,         1.029080,         9.300000,         8.526615,         0.773385,         0.208625,         0.615574,         0.063391,         0.000176
+  114, 13233, 668031.4, 3764766,        27.056985,         1.884015,        14.361346,        -0.128697,         0.023181,        -5.551864,        -0.619402,         0.157349,        -3.936472,         0.151702,         0.050552,         3.000892,         6.800000,        10.571742,        -3.771742,        -1.021007,         0.643279,         0.069910,         0.004686
+  115, 13235, 833819.6, 3567447,        19.412028,         1.831515,        10.598894,        -0.084237,         0.017707,        -4.757349,        -0.265657,         0.087029,        -3.052496,         0.063344,         0.039466,         1.605038,        10.700000,        10.253356,         0.446644,         0.118679,         0.538114,         0.034680,         0.000030
+  116, 13237, 840169.1, 3695254,        27.239131,         1.408450,        19.339797,        -0.150857,         0.016422,        -9.186250,        -0.198485,         0.094550,        -2.099265,        -0.031238,         0.039215,        -0.796596,        11.700000,        12.927678,        -1.227678,        -0.324666,         0.574894,         0.025475,         0.000165
+  117, 13239, 686875.4, 3524124,        19.553040,         2.461852,         7.942410,        -0.073096,         0.022501,        -3.248588,        -0.316420,         0.131341,        -2.409151,         0.084088,         0.068300,         1.231144,         7.300000,         6.000066,         1.299934,         0.361955,         0.619147,         0.120915,         0.001078
+  118, 13241, 824645.5, 3864805,        30.124548,         1.999281,        15.067687,        -0.193143,         0.024769,        -7.797799,        -0.123725,         0.159090,        -0.777704,        -0.034983,         0.053204,        -0.657519,        11.600000,         9.115350,         2.484650,         0.676215,         0.514212,         0.079848,         0.002373
+  119, 13243, 712437.1, 3519627,        19.313328,         2.338038,         8.260484,        -0.073983,         0.021723,        -3.405788,        -0.316976,         0.120998,        -2.619688,         0.089673,         0.062608,         1.432302,         6.000000,         9.192126,        -3.192126,        -0.906941,         0.605231,         0.155693,         0.009070
+  120, 13245, 954272.3, 3697862,        24.864332,         2.487806,         9.994480,        -0.119045,         0.023857,        -4.989919,        -0.183935,         0.123709,        -1.486838,        -0.046512,         0.051179,        -0.908802,        17.300000,        18.386537,        -1.086537,        -0.341191,         0.543252,         0.308818,         0.003110
+  121, 13247, 777759, 3729605,        27.879124,         1.438940,        19.374767,        -0.167090,         0.017502,        -9.546728,        -0.205515,         0.111669,        -1.840400,        -0.007612,         0.038057,        -0.200024,        18.100000,        16.652079,         1.447921,         0.389372,         0.578975,         0.057549,         0.000554
+  122, 13249, 752973.1, 3570222,        20.504909,         1.740140,        11.783482,        -0.088584,         0.018211,        -4.864341,        -0.312258,         0.093067,        -3.355177,         0.078859,         0.049053,         1.607638,         8.000000,         8.120892,        -0.120892,        -0.032584,         0.609678,         0.061800,         0.000004
+  123, 13251, 1004028, 3641918,        21.528192,         2.675468,         8.046516,        -0.106300,         0.025539,        -4.162287,        -0.167044,         0.146753,        -1.138270,        -0.008355,         0.053691,        -0.155619,         8.600000,         8.899895,        -0.299895,        -0.082244,         0.586512,         0.093784,         0.000042
+  124, 13253, 704495.6, 3422002,        18.260183,         3.617098,         5.048297,        -0.054520,         0.030333,        -1.797368,        -0.389261,         0.191659,        -2.031005,         0.131016,         0.083971,         1.560263,         7.800000,         7.438489,         0.361511,         0.107363,         0.479643,         0.227263,         0.000203
+  125, 13255, 754916.2, 3685029,        26.693402,         1.380677,        19.333559,        -0.149572,         0.016612,        -9.003840,        -0.283639,         0.102632,        -2.763659,         0.024246,         0.039585,         0.612522,        11.100000,        14.956676,        -3.856676,        -1.019805,         0.603292,         0.025256,         0.001611
+  126, 13257, 842085.9, 3827075,        30.349333,         1.723562,        17.608491,        -0.197305,         0.022823,        -8.645053,        -0.088128,         0.143846,        -0.612657,        -0.058904,         0.046942,        -1.254824,        13.100000,        15.429305,        -2.329305,        -0.633387,         0.520596,         0.078249,         0.002037
+  127, 13259, 703256.8, 3552857,        20.003274,         2.037612,         9.817016,        -0.080452,         0.020482,        -3.927936,        -0.309448,         0.114431,        -2.704232,         0.079094,         0.061524,         1.285583,         8.000000,         7.260755,         0.739245,         0.209672,         0.610696,         0.152787,         0.000474
+  128, 13261, 763457.1, 3551752,        19.629893,         1.883859,        10.420042,        -0.082134,         0.018735,        -4.383959,        -0.296321,         0.093675,        -3.163277,         0.079057,         0.049077,         1.610879,        15.900000,        12.230784,         3.669216,         0.985204,         0.590181,         0.054650,         0.003355
+  129, 13263, 734217.9, 3623162,        23.611969,         1.438183,        16.417921,        -0.116012,         0.017068,        -6.796878,        -0.347525,         0.099473,        -3.493650,         0.072853,         0.047834,         1.523033,         7.100000,         8.142710,        -1.042710,        -0.299561,         0.633879,         0.174236,         0.001132
+  130, 13265, 884376.9, 3717493,        27.498067,         1.629302,        16.877208,        -0.151074,         0.018424,        -8.199904,        -0.168619,         0.104139,        -1.619169,        -0.051847,         0.042346,        -1.224358,         5.600000,         3.830396,         1.769604,         0.494437,         0.553520,         0.126970,         0.002126
+  131, 13267, 963427.8, 3560039,        18.601329,         2.424675,         7.671679,        -0.090755,         0.022539,        -4.026638,        -0.180378,         0.124426,        -1.449677,         0.042975,         0.049046,         0.876211,         6.500000,         8.708577,        -2.208577,        -0.587336,         0.538511,         0.036283,         0.000777
+  132, 13269, 759410.8, 3608179,        22.891730,         1.466371,        15.611142,        -0.108439,         0.016736,        -6.479269,        -0.322737,         0.090475,        -3.567130,         0.061804,         0.044415,         1.391496,         7.100000,         5.197665,         1.902335,         0.516480,         0.622518,         0.075373,         0.001300
+  133, 13271, 882069.4, 3534470,        17.875565,         2.262005,         7.902532,        -0.080869,         0.019152,        -4.222387,        -0.226674,         0.101421,        -2.234977,         0.072027,         0.040720,         1.768811,         8.600000,         8.297619,         0.302381,         0.080615,         0.510849,         0.041087,         0.000017
+  134, 13273, 743031.8, 3522636,        19.123657,         2.180093,         8.771946,        -0.075765,         0.020559,        -3.685199,        -0.306216,         0.108446,        -2.823665,         0.088795,         0.055982,         1.586128,         9.200000,        11.720643,        -2.520643,        -0.701640,         0.590563,         0.120385,         0.004029
+  135, 13275, 795506.2, 3421725,        18.575044,         3.313021,         5.606679,        -0.065338,         0.027022,        -2.417989,        -0.403287,         0.165376,        -2.438605,         0.147919,         0.065955,         2.242739,        13.400000,        11.464667,         1.935333,         0.526130,         0.514137,         0.077804,         0.001397
+  136, 13277, 831682.3, 3487715,        18.002384,         2.421168,         7.435414,        -0.073093,         0.020605,        -3.547363,        -0.308960,         0.115034,        -2.685805,         0.111867,         0.047686,         2.345887,        14.000000,        10.176769,         3.823231,         1.025109,         0.547638,         0.051976,         0.003445
+  137, 13279, 941734.4, 3567586,        18.734097,         2.205759,         8.493265,        -0.088922,         0.020893,        -4.256132,        -0.194247,         0.110649,        -1.755519,         0.043521,         0.044402,         0.980154,        11.400000,        11.915166,        -0.515166,        -0.143572,         0.534286,         0.122489,         0.000172
+  138, 13281, 797981.7, 3872640,        28.260718,         2.095470,        13.486574,        -0.171439,         0.024762,        -6.923414,        -0.174347,         0.161938,        -1.076625,         0.016586,         0.056799,         0.292013,        11.400000,         8.675961,         2.724039,         0.740343,         0.540726,         0.077301,         0.002746
+  139, 13283, 919077.6, 3595170,        19.761579,         2.049165,         9.643722,        -0.089037,         0.019740,        -4.510423,        -0.217276,         0.098109,        -2.214632,         0.031289,         0.041849,         0.747657,         6.300000,        10.163391,        -3.863391,        -1.046088,         0.520944,         0.070392,         0.004955
+  140, 13285, 682616.8, 3660254,        24.727805,         1.478388,        16.726189,        -0.123533,         0.019522,        -6.327979,        -0.492505,         0.132013,        -3.730727,         0.134251,         0.056853,         2.361360,        13.600000,        15.296080,        -1.696080,        -0.454088,         0.648887,         0.049153,         0.000637
+  141, 13287, 819399.6, 3514927,        18.152342,         2.202584,         8.241384,        -0.076526,         0.019204,        -3.984893,        -0.283253,         0.101129,        -2.800916,         0.096137,         0.044487,         2.161018,         7.200000,         9.790044,        -2.590044,        -0.716137,         0.555042,         0.108503,         0.003733
+  142, 13289, 832935, 3623868,        23.617244,         1.469354,        16.073219,        -0.111666,         0.015971,        -6.991625,        -0.280926,         0.082566,        -3.402428,         0.021304,         0.039205,         0.543390,         4.800000,         6.125084,        -1.325084,        -0.355689,         0.581536,         0.054102,         0.000433
+  143, 13291, 777040.1, 3858779,        27.355973,         1.992492,        13.729526,        -0.160435,         0.023575,        -6.805350,        -0.215422,         0.153188,        -1.406258,         0.047016,         0.053449,         0.879646,        10.100000,         7.374916,         2.725084,         0.765841,         0.564511,         0.137059,         0.005570
+  144, 13293, 752165.2, 3639192,        24.694933,         1.374212,        17.970253,        -0.126240,         0.016353,        -7.719480,        -0.318947,         0.095073,        -3.354770,         0.048502,         0.043181,         1.123237,         9.000000,        13.110363,        -4.110363,        -1.087819,         0.621716,         0.026927,         0.001958
+  145, 13295, 658870.4, 3842167,        23.797346,         2.574103,         9.244909,        -0.073567,         0.035603,        -2.066340,        -0.718646,         0.210264,        -3.417834,         0.275347,         0.089879,         3.063513,         8.400000,        12.329924,        -3.929924,        -1.145116,         0.665567,         0.197272,         0.019270
+  146, 13297, 800384.3, 3742691,        28.359668,         1.454704,        19.495145,        -0.173781,         0.017973,        -9.668790,        -0.158902,         0.114986,        -1.381919,        -0.028886,         0.038847,        -0.743582,         9.400000,        15.096119,        -5.696119,        -1.504976,         0.568110,         0.023669,         0.003283
+  147, 13299, 938349.6, 3446675,        18.490102,         3.417095,         5.411059,        -0.084783,         0.029304,        -2.893239,        -0.312518,         0.168008,        -1.860136,         0.130292,         0.083147,         1.567015,        10.400000,        10.672681,        -0.272681,        -0.073377,         0.643221,         0.058794,         0.000020
+  148, 13301, 902471.1, 3699878,        26.263211,         1.793029,        14.647396,        -0.135919,         0.019314,        -7.037350,        -0.185363,         0.101791,        -1.821017,        -0.044920,         0.044065,        -1.019424,         4.200000,         3.922913,         0.277087,         0.077494,         0.546399,         0.128636,         0.000053
+  149, 13303, 894704.3, 3648583,        23.561458,         1.780554,        13.232656,        -0.110584,         0.018676,        -5.921070,        -0.228893,         0.090454,        -2.530499,        -0.009672,         0.042947,        -0.225197,         9.800000,        10.695591,        -0.895591,        -0.243482,         0.537175,         0.077885,         0.000299
+  150, 13305, 986832.8, 3494323,        18.297991,         3.326648,         5.500429,        -0.091330,         0.027475,        -3.324157,        -0.227218,         0.156553,        -1.451380,         0.093881,         0.077548,         1.210625,         9.600000,         9.836261,        -0.236261,        -0.064049,         0.621505,         0.072615,         0.000019
+  151, 13307, 731576.3, 3544716,        19.661101,         2.010838,         9.777565,        -0.079654,         0.019877,        -4.007338,        -0.303385,         0.104883,        -2.892595,         0.080652,         0.056418,         1.429528,         5.500000,         8.918201,        -3.418201,        -0.950050,         0.599234,         0.117732,         0.007202
+  152, 13309, 898776.3, 3563384,        18.501153,         2.113110,         8.755415,        -0.085034,         0.019080,        -4.456837,        -0.212335,         0.097675,        -2.173892,         0.052857,         0.040097,         1.318242,         8.600000,         5.152843,         3.447157,         0.958650,         0.511966,         0.118747,         0.007405
+  153, 13311, 796905.6, 3841086,        28.733091,         1.787983,        16.070111,        -0.179033,         0.022232,        -8.052889,        -0.160660,         0.144555,        -1.111412,        -0.003425,         0.046862,        -0.073091,        13.600000,         8.812706,         4.787294,         1.289709,         0.547887,         0.060936,         0.006454
+  154, 13313, 686891.4, 3855274,        23.394471,         2.554012,         9.159890,        -0.083855,         0.032799,        -2.556635,        -0.572061,         0.189459,        -3.019437,         0.255288,         0.086126,         2.964126,        12.000000,        12.211185,        -0.211185,        -0.056625,         0.650040,         0.052012,         0.000011
+  155, 13315, 838551.5, 3538547,        18.192778,         2.093412,         8.690492,        -0.079700,         0.018426,        -4.325377,        -0.252670,         0.094685,        -2.668518,         0.078927,         0.040585,         1.944708,         7.600000,         5.503119,         2.096881,         0.573156,         0.532468,         0.087779,         0.001890
+  156, 13317, 891228.5, 3749769,        28.509057,         1.735328,        16.428630,        -0.164395,         0.019996,        -8.221384,        -0.132861,         0.119490,        -1.111898,        -0.066138,         0.044269,        -1.494004,        10.400000,        12.670101,        -2.270101,        -0.611560,         0.541756,         0.060902,         0.001450
+  157, 13319, 858796.9, 3637891,        24.021985,         1.546444,        15.533688,        -0.114677,         0.016624,        -6.898087,        -0.258557,         0.084212,        -3.070304,         0.004043,         0.040248,         0.100446,         8.800000,         8.768099,         0.031901,         0.008848,         0.564146,         0.113973,         0.000001
+  158, 13321, 801018.1, 3487328,        18.349546,         2.358175,         7.781248,        -0.072543,         0.020883,        -3.473737,        -0.323199,         0.114810,        -2.815070,         0.112093,         0.049993,         2.242190,         6.300000,         8.166285,        -1.866285,        -0.499215,         0.558495,         0.047469,         0.000743
diff --git a/pysal/examples/georgia/georgia_BS_F_summary.txt b/pysal/examples/georgia/georgia_BS_F_summary.txt
new file mode 100755
index 0000000..4333fb2
--- /dev/null
+++ b/pysal/examples/georgia/georgia_BS_F_summary.txt
@@ -0,0 +1,170 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 2:04:40 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\georgia_BS_F.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\georgia\georgia\GData_utm.csv
+Number of areas/points: 159
+
+Model settings---------------------------------
+Model type: Gaussian
+Geographic kernel: fixed bi-square
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 4
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: AreaKey
+Easting (x-coord): field12 : X
+Northing (y-coord): field13: Y
+Cartesian coordinates: Euclidean distance
+Dependent variable: field6: PctBach
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field5: PctRural
+Independent variable with varying (Local) coefficient: field9: PctPov
+Independent variable with varying (Local) coefficient: field10: PctBlack
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Residual sum of squares:                 2639.559476
+Number of parameters:                        4
+ (Note: this num does not include an error variance term for a Gaussian model)
+ML based global sigma estimate:             4.074433
+Unbiased global sigma estimate:             4.126671
+-2 log-likelihood:                        897.927089
+Classic AIC:                              907.927089
+AICc:                                     908.319245
+BIC/MDL:                                  923.271610
+CV:                                        18.100197
+R square:                                   0.485273
+Adjusted R square:                          0.471903
+
+Variable                  Estimate    Standard Error      t(Est/SE) 
+-------------------- --------------- --------------- ---------------
+Intercept                  23.854615        1.173043       20.335661
+PctRural                   -0.111395        0.012878       -8.649661
+PctPov                     -0.345778        0.070863       -4.879540
+PctBlack                    0.058331        0.029187        1.998499
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 108972.626308445,  558903.094487309
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth: 108972.626 Criterion:    948.618
+  p1            Bandwidth: 280830.773 Criterion:    898.912
+  p2            Bandwidth: 387044.948 Criterion:    903.831
+  pU            Bandwidth: 558903.094 Criterion:    906.526
+ iter    1 (p1) Bandwidth: 280830.773 Criterion:    898.912 Diff: 106214.176
+ iter    2 (p1) Bandwidth: 215186.802 Criterion:    895.030 Diff:  65643.971
+ iter    3 (p2) Bandwidth: 215186.802 Criterion:    895.030 Diff:  40570.205
+ iter    4 (p1) Bandwidth: 215186.802 Criterion:    895.030 Diff:  25073.766
+ iter    5 (p2) Bandwidth: 215186.802 Criterion:    895.030 Diff:  15496.439
+ iter    6 (p1) Bandwidth: 215186.802 Criterion:    895.030 Diff:   9577.326
+ iter    7 (p1) Bandwidth: 209267.689 Criterion:    894.983 Diff:   5919.113
+ iter    8 (p2) Bandwidth: 209267.689 Criterion:    894.983 Diff:   3658.213
+Best bandwidth size 209267.689
+Minimum AICc      894.983
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:               209267.688808
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           635964.300000  1059706.000000   423741.700000
+Y-coord          3401148.000000  3872640.000000   471492.000000
+
+  Diagnostic information
+Residual sum of squares:          2012.563924
+Effective number of parameters (model: trace(S)):                    16.722876
+Effective number of parameters (variance: trace(S'S)):               11.612295
+Degree of freedom (model: n - trace(S)):                            142.277124
+Degree of freedom (residual: n - 2trace(S) + trace(S'S)):           137.166544
+ML based sigma estimate:             3.557757
+Unbiased sigma estimate:             3.830458
+-2 log-likelihood:                 854.805884
+Classic AIC:                       890.251635
+AICc:                              894.982602
+BIC/MDL:                           944.641443
+CV:                                 18.254062
+R square:                            0.607540
+Adjusted R square:                   0.544612
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\georgia_BS_F_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                  23.100425        4.102437
+PctRural                   -0.115556        0.038728
+PctPov                     -0.284599        0.131956
+PctBlack                    0.058275        0.075808
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  17.723650       30.349333       12.625683
+PctRural                   -0.197305       -0.054520        0.142786
+PctPov                     -0.772356       -0.072209        0.700147
+PctBlack                   -0.075941        0.308952        0.384893
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                  18.856279       23.103493       27.099926
+PctRural                   -0.150482       -0.106458       -0.082746
+PctPov                     -0.339158       -0.271117       -0.198485
+PctBlack                    0.000226        0.057840        0.110329
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   8.243647        6.110932
+PctRural                    0.067736        0.050212
+PctPov                      0.140673        0.104280
+PctBlack                    0.110103        0.081618
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR ANOVA Table
+*****************************************************************************
+Source                           SS          DF             MS           F
+----------------- ------------------- ---------- --------------- ----------
+Global Residuals              2639.559    155.000
+GWR Improvement                626.996     17.833          35.158
+GWR Residuals                 2012.564    137.167          14.672   2.396224
+
+*****************************************************************************
+Program terminated at 7/25/2016 2:04:40 AM
diff --git a/pysal/examples/georgia/georgia_BS_NN.ctl b/pysal/examples/georgia/georgia_BS_NN.ctl
new file mode 100755
index 0000000..9aec16d
--- /dev/null
+++ b/pysal/examples/georgia/georgia_BS_NN.ctl
@@ -0,0 +1,45 @@
+
+C:\Users\IEUser\Desktop\georgia\georgia\GData_utm.csv
+FORMAT/DELIMITER: 1
+Number_of_fields: 13
+Number_of_areas: 159
+Fields
+AreaKey 001 AreaKey
+X 012 X
+Y 013 Y
+Gmetric 0
+Dependent 006 PctBach
+Offset 
+Independent_geo 4
+000 Intercept
+005 PctRural
+009 PctPov
+010 PctBlack
+Independent_fix 0
+Unused_fields 6
+002 Latitude
+003 Longitud
+004 TotPop90
+007 PctEld
+008 PctFB
+011 ID
+MODELTYPE: 0
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 2
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\georgia_BS_NN_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\georgia_BS_NN_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/georgia/georgia_BS_NN_listwise.csv b/pysal/examples/georgia/georgia_BS_NN_listwise.csv
new file mode 100755
index 0000000..f51d270
--- /dev/null
+++ b/pysal/examples/georgia/georgia_BS_NN_listwise.csv
@@ -0,0 +1,160 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_PctRural, se_PctRural, t_PctRural, est_PctPov, se_PctPov, t_PctPov, est_PctBlack, se_PctBlack, t_PctBlack, y, yhat, residual, std_residual, localR2, influence, CooksD
+    0, 13001, 941396.6, 3521764,        18.375924,         2.414905,         7.609379,        -0.087919,         0.021113,        -4.164093,        -0.218522,         0.115485,        -1.892203,         0.069101,         0.048422,         1.427054,         8.200000,         8.815245,        -0.615245,        -0.162278,         0.551117,         0.041718,         0.000077
+    1, 13003, 895553, 3471916,        18.039692,         2.693495,         6.697503,        -0.077996,         0.022571,        -3.455642,        -0.291285,         0.126975,        -2.294038,         0.109652,         0.053382,         2.054089,         6.400000,         5.611921,         0.788079,         0.213714,         0.557455,         0.093454,         0.000315
+    2, 13005, 930946.4, 3502787,        18.173904,         2.525672,         7.195672,        -0.085464,         0.021449,        -3.984466,        -0.235007,         0.118227,        -1.987757,         0.081621,         0.050307,         1.622470,         6.600000,         8.495724,        -1.895724,        -0.518796,         0.553851,         0.109830,         0.002225
+    3, 13007, 745398.6, 3474765,        18.612431,         2.254469,         8.255795,        -0.072676,         0.020748,        -3.502894,        -0.325567,         0.109910,        -2.962119,         0.107978,         0.052233,         2.067223,         9.400000,         8.849965,         0.550035,         0.151238,         0.571077,         0.118198,         0.000205
+    4, 13009, 849431.3, 3665553,        25.027931,         1.767947,        14.156497,        -0.128431,         0.019962,        -6.433839,        -0.188146,         0.106755,        -1.762416,        -0.028756,         0.050361,        -0.571001,        13.300000,        15.032420,        -1.732420,        -0.470868,         0.559486,         0.097548,         0.001606
+    5, 13011, 819317.3, 3807616,        28.868732,         1.568279,        18.407904,        -0.180965,         0.020098,        -9.004150,        -0.137907,         0.130001,        -1.060813,        -0.031319,         0.041694,        -0.751165,         6.400000,         8.580509,        -2.180509,        -0.580528,         0.551175,         0.059443,         0.001427
+    6, 13013, 803747.1, 3769623,        29.126594,         1.578247,        18.455024,        -0.185670,         0.019899,        -9.330583,        -0.119547,         0.128153,        -0.932843,        -0.039784,         0.041354,        -0.962027,         9.200000,        14.919817,        -5.719817,        -1.508125,         0.558752,         0.041031,         0.006520
+    7, 13015, 699011.5, 3793408,        26.738740,         1.663068,        16.077957,        -0.143921,         0.019787,        -7.273569,        -0.379195,         0.129687,        -2.923921,         0.074043,         0.041423,         1.787476,         9.000000,        12.540446,        -3.540446,        -0.929355,         0.571809,         0.032462,         0.001942
+    8, 13017, 863020.8, 3520432,        17.332852,         2.862878,         6.054346,        -0.072048,         0.022398,        -3.216792,        -0.259626,         0.122903,        -2.112442,         0.093798,         0.048378,         1.938852,         7.600000,        11.173490,        -3.573490,        -0.950910,         0.513439,         0.058498,         0.003764
+    9, 13019, 859915.8, 3466377,        18.009999,         2.499664,         7.204967,        -0.074505,         0.021286,        -3.500257,        -0.310736,         0.120344,        -2.582057,         0.116161,         0.049213,         2.360389,         7.500000,         8.430319,        -0.930319,        -0.253303,         0.550571,         0.100714,         0.000481
+   10, 13021, 809736.9, 3636468,        23.331917,         1.754697,        13.296838,        -0.117008,         0.019905,        -5.878384,        -0.244202,         0.105854,        -2.306955,         0.017538,         0.051088,         0.343293,        17.000000,        17.490415,        -0.490415,        -0.139052,         0.578390,         0.170747,         0.000267
+   11, 13023, 844270.1, 3595691,        18.575691,         2.534320,         7.329656,        -0.087278,         0.023528,        -3.709493,        -0.206076,         0.108188,        -1.904795,         0.051458,         0.050376,         1.021487,        10.300000,        10.901700,        -0.601700,        -0.162155,         0.545373,         0.082058,         0.000157
+   12, 13025, 979288.9, 3463849,        18.853338,         2.745800,         6.866246,        -0.091904,         0.023206,        -3.960341,        -0.248679,         0.131652,        -1.888905,         0.086563,         0.057140,         1.514925,         5.800000,         5.533408,         0.266592,         0.076204,         0.604611,         0.184081,         0.000088
+   13, 13027, 827822, 3421638,        18.212539,         2.372760,         7.675677,        -0.073817,         0.021056,        -3.505663,        -0.334842,         0.119039,        -2.812877,         0.126093,         0.049579,         2.543305,         9.100000,         9.926865,        -0.826865,        -0.217609,         0.563673,         0.037431,         0.000123
+   14, 13029, 1023145, 3554982,        20.021869,         2.358372,         8.489700,        -0.099557,         0.022023,        -4.520597,        -0.215786,         0.120983,        -1.783596,         0.045851,         0.047733,         0.960576,        11.800000,         9.830106,         1.969894,         0.545752,         0.606627,         0.131419,         0.003019
+   15, 13031, 994903.4, 3600493,        20.563701,         2.266851,         9.071485,        -0.098698,         0.021867,        -4.513625,        -0.210540,         0.118868,        -1.771213,         0.026472,         0.045694,         0.579333,        19.900000,         9.223105,        10.676895,         2.926313,         0.579241,         0.112510,         0.072736
+   16, 13033, 971593.8, 3671394,        23.303807,         2.330530,         9.999358,        -0.108670,         0.022178,        -4.899843,        -0.199793,         0.116824,        -1.710202,        -0.024031,         0.048206,        -0.498492,         9.600000,         8.139072,         1.460928,         0.397864,         0.547193,         0.101114,         0.001193
+   17, 13035, 782448.2, 3684504,        27.304692,         1.530430,        17.841186,        -0.160167,         0.018818,        -8.511440,        -0.192097,         0.124573,        -1.542034,        -0.017182,         0.048881,        -0.351502,         7.200000,        11.942142,        -4.742142,        -1.254875,         0.584010,         0.047942,         0.005313
+   18, 13037, 724741.2, 3492653,        18.937685,         2.200939,         8.604366,        -0.073158,         0.020785,        -3.519730,        -0.322443,         0.109529,        -2.943902,         0.099296,         0.054756,         1.813430,        10.100000,         7.215765,         2.884235,         0.790774,         0.578040,         0.113107,         0.005343
+   19, 13039, 1008480, 3437933,        19.091389,         2.850729,         6.697020,        -0.094154,         0.024029,        -3.918325,        -0.253757,         0.137167,        -1.849990,         0.088445,         0.060000,         1.474091,        13.500000,        13.524229,        -0.024229,        -0.006914,         0.622744,         0.181309,         0.000001
+   20, 13043, 964264.9, 3598842,        20.107213,         2.214298,         9.080628,        -0.094601,         0.021563,        -4.387163,        -0.206276,         0.114816,        -1.796571,         0.026868,         0.044953,         0.597696,         9.900000,        11.038573,        -1.138573,        -0.302560,         0.554506,         0.055910,         0.000363
+   21, 13045, 678778.6, 3713250,        26.584070,         1.581426,        16.810189,        -0.135079,         0.019980,        -6.760826,        -0.534973,         0.135058,        -3.961050,         0.126713,         0.046902,         2.701643,        12.000000,        11.586549,         0.413451,         0.108831,         0.616314,         0.037814,         0.000031
+   22, 13047, 670055.9, 3862318,        25.993181,         1.713271,        15.171670,        -0.133974,         0.020694,        -6.474081,        -0.384352,         0.134571,        -2.856124,         0.083942,         0.043006,         1.951858,         8.100000,        15.616062,        -7.516062,        -2.056611,         0.553322,         0.109586,         0.034878
+   23, 13049, 962612.3, 3432769,        18.861404,         2.759415,         6.835291,        -0.089420,         0.023149,        -3.862817,        -0.274742,         0.132733,        -2.069892,         0.099041,         0.057079,         1.735149,         6.400000,         7.570655,        -1.170655,        -0.324220,         0.610492,         0.130853,         0.001060
+   24, 13051, 1059706, 3556747,        20.315761,         2.423043,         8.384399,        -0.101838,         0.022656,        -4.494979,        -0.216591,         0.125196,        -1.730021,         0.043496,         0.048872,         0.890002,        18.600000,        17.724733,         0.875267,         0.258772,         0.618849,         0.237285,         0.001396
+   25, 13053, 704959.2, 3577608,        21.024737,         1.758621,        11.955242,        -0.091672,         0.019163,        -4.783707,        -0.341741,         0.107398,        -3.181992,         0.091923,         0.056886,         1.615912,        20.200000,        19.058832,         1.141168,         0.323870,         0.631907,         0.172302,         0.001463
+   26, 13055, 653026.6, 3813760,        26.101723,         1.706088,        15.299161,        -0.131022,         0.020630,        -6.350931,        -0.443096,         0.135228,        -3.276647,         0.100254,         0.043753,         2.291372,         5.900000,        10.354608,        -4.454608,        -1.171601,         0.568832,         0.036228,         0.003457
+   27, 13057, 734240.9, 3794110,        27.237578,         1.614738,        16.868109,        -0.155214,         0.019305,        -8.039987,        -0.301980,         0.126003,        -2.396616,         0.043769,         0.039689,         1.102801,        18.400000,        16.501607,         1.898393,         0.506852,         0.566261,         0.064756,         0.001192
+   28, 13059, 832508.6, 3762905,        29.623695,         1.594406,        18.579766,        -0.190065,         0.020461,        -9.289223,        -0.068634,         0.132212,        -0.519117,        -0.069673,         0.044035,        -1.582224,        37.500000,        22.597924,        14.902076,         5.159316,         0.551402,         0.443808,         1.423109
+   29, 13061, 695793.9, 3495219,        19.199889,         2.164187,         8.871642,        -0.073282,         0.020929,        -3.501551,        -0.327487,         0.111889,        -2.926894,         0.097044,         0.057198,         1.696627,        11.200000,         6.076758,         5.123242,         1.423472,         0.582397,         0.136410,         0.021445
+   30, 13063, 745538.8, 3711726,        28.067985,         1.632367,        17.194655,        -0.165429,         0.019657,        -8.415808,        -0.315412,         0.132315,        -2.383793,         0.034708,         0.046953,         0.739203,        14.700000,        25.454300,       -10.754300,        -2.996125,         0.594597,         0.141066,         0.098779
+   31, 13065, 908046.1, 3428340,        18.570921,         2.633065,         7.052968,        -0.081867,         0.022518,        -3.635542,        -0.310284,         0.129999,        -2.386815,         0.116045,         0.054178,         2.141897,         6.700000,         8.748904,        -2.048904,        -0.550564,         0.591202,         0.076699,         0.001687
+   32, 13067, 724646.8, 3757187,        27.550537,         1.645574,        16.742201,        -0.156664,         0.019430,        -8.063056,        -0.345864,         0.126709,        -2.729594,         0.055012,         0.040812,         1.347938,        33.000000,        25.246368,         7.753632,         2.171775,         0.583349,         0.150241,         0.055873
+   33, 13069, 894463.9, 3492465,        17.692965,         2.705483,         6.539670,        -0.076699,         0.022336,        -3.433894,        -0.269059,         0.122888,        -2.189468,         0.101042,         0.051914,         1.946313,        11.100000,         9.256918,         1.843082,         0.483877,         0.535237,         0.032761,         0.000531
+   34, 13071, 808691.8, 3455994,        18.158333,         2.377208,         7.638512,        -0.072464,         0.020889,        -3.469055,        -0.328491,         0.116240,        -2.825986,         0.120346,         0.049325,         2.439857,        10.000000,         9.271919,         0.728081,         0.193059,         0.556551,         0.051816,         0.000136
+   35, 13073, 942527.9, 3722100,        26.149950,         2.253458,        11.604368,        -0.133921,         0.022595,        -5.926957,        -0.164910,         0.118168,        -1.395554,        -0.056913,         0.047751,        -1.191861,        23.900000,        20.341504,         3.558496,         1.042856,         0.545990,         0.223754,         0.021004
+   36, 13075, 839816.1, 3449007,        18.119124,         2.385997,         7.593943,        -0.074071,         0.020867,        -3.549694,        -0.323102,         0.117511,        -2.749553,         0.120821,         0.048778,         2.476966,         6.500000,         9.906595,        -3.406595,        -0.892786,         0.558330,         0.029353,         0.001615
+   37, 13077, 705457.9, 3694344,        26.596568,         1.547755,        17.183962,        -0.141117,         0.019458,        -7.252536,        -0.475082,         0.133364,        -3.562294,         0.105723,         0.049590,         2.131924,        13.300000,        12.829942,         0.470058,         0.125184,         0.621230,         0.060020,         0.000067
+   38, 13079, 783416.5, 3623343,        22.804616,         1.714350,        13.302195,        -0.111564,         0.019034,        -5.861430,        -0.288485,         0.107538,        -2.682624,         0.044647,         0.053515,         0.834293,         5.700000,         8.978318,        -3.278318,        -0.894825,         0.609202,         0.105169,         0.006305
+   39, 13081, 805648.4, 3537103,        18.569581,         2.276863,         8.155776,        -0.078856,         0.020261,        -3.892085,        -0.275601,         0.105176,        -2.620376,         0.085246,         0.049339,         1.727777,        10.000000,        10.226601,        -0.226601,        -0.060875,         0.581250,         0.076247,         0.000020
+   40, 13083, 635964.3, 3854592,        25.775193,         1.726498,        14.929177,        -0.127798,         0.020999,        -6.085906,        -0.429848,         0.136610,        -3.146541,         0.099642,         0.044162,         2.256296,         8.000000,         7.201808,         0.798192,         0.213632,         0.557535,         0.069329,         0.000228
+   41, 13085, 764386.1, 3812502,        27.602714,         1.598733,        17.265368,        -0.162809,         0.019510,        -8.344896,        -0.242496,         0.127189,        -1.906591,         0.020989,         0.039811,         0.527207,         8.600000,         8.223906,         0.376094,         0.099734,         0.557277,         0.051965,         0.000037
+   42, 13087, 732628.4, 3421800,        18.386703,         2.397814,         7.668111,        -0.070745,         0.021523,        -3.287008,        -0.341276,         0.118856,        -2.871335,         0.120838,         0.053106,         2.275422,        11.700000,        11.101222,         0.598778,         0.157788,         0.560922,         0.039944,         0.000069
+   43, 13089, 759231.9, 3735253,        28.434523,         1.610286,        17.658053,        -0.174179,         0.019370,        -8.992089,        -0.227016,         0.125138,        -1.814127,         0.003858,         0.041446,         0.093091,        32.700000,        25.914554,         6.785446,         1.962586,         0.579340,         0.203080,         0.065765
+   44, 13091, 860451.4, 3569933,        17.509755,         2.878158,         6.083667,        -0.077704,         0.024265,        -3.202256,        -0.204800,         0.117719,        -1.739742,         0.061184,         0.049700,         1.231076,         8.000000,         9.242568,        -1.242568,        -0.328491,         0.511668,         0.046086,         0.000349
+   45, 13093, 800031.3, 3564188,        19.093217,         2.211205,         8.634759,        -0.084767,         0.020277,        -4.180517,        -0.252217,         0.102601,        -2.458238,         0.067138,         0.051743,         1.297547,         9.500000,         7.929672,         1.570328,         0.426944,         0.593458,         0.098109,         0.001329
+   46, 13095, 764116.9, 3494367,        18.613133,         2.243644,         8.295939,        -0.073785,         0.020575,        -3.586052,        -0.316204,         0.108322,        -2.919104,         0.103493,         0.051662,         2.003273,        17.000000,        15.350101,         1.649899,         0.474682,         0.573619,         0.194576,         0.003647
+   47, 13097, 707288.7, 3731361,        27.243553,         1.611940,        16.901099,        -0.148670,         0.019332,        -7.690500,        -0.425002,         0.128055,        -3.318914,         0.081887,         0.042636,         1.920576,        12.000000,        21.093841,        -9.093841,        -2.465830,         0.599358,         0.093258,         0.041900
+   48, 13099, 703495.1, 3467152,        18.862486,         2.243294,         8.408389,        -0.071717,         0.021115,        -3.396553,        -0.332753,         0.112850,        -2.948627,         0.105581,         0.055382,         1.906397,         9.400000,         9.282415,         0.117585,         0.031892,         0.573775,         0.093739,         0.000007
+   49, 13101, 896654, 3401148,        18.630390,         2.566473,         7.259141,        -0.080666,         0.022297,        -3.617773,        -0.326117,         0.129822,        -2.512025,         0.122948,         0.053312,         2.306169,         4.700000,         7.213871,        -2.513871,        -0.719617,         0.594004,         0.186424,         0.007950
+   50, 13103, 1031899, 3596117,        20.726368,         2.352536,         8.810223,        -0.101715,         0.022509,        -4.518828,        -0.210497,         0.124218,        -1.694582,         0.028657,         0.047102,         0.608413,         7.600000,         9.392305,        -1.792305,        -0.510536,         0.599749,         0.178352,         0.003791
+   51, 13105, 879541.2, 3785425,        29.409853,         1.661851,        17.697046,        -0.180059,         0.020745,        -8.679796,        -0.105580,         0.128278,        -0.823055,        -0.068744,         0.044382,        -1.548925,         8.000000,        12.664129,        -4.664129,        -1.227088,         0.551664,         0.036825,         0.003857
+   52, 13107, 943066.2, 3616602,        20.508410,         2.248079,         9.122639,        -0.092867,         0.022119,        -4.198436,        -0.209458,         0.113438,        -1.846445,         0.015410,         0.046127,         0.334071,         9.100000,         9.665323,        -0.565323,        -0.150029,         0.534209,         0.053419,         0.000085
+   53, 13109, 981727.8, 3571315,        19.704834,         2.263805,         8.704300,        -0.096093,         0.021531,        -4.462907,        -0.206017,         0.116881,        -1.762619,         0.040416,         0.045928,         0.879985,         8.600000,         6.232029,         2.367971,         0.633771,         0.576381,         0.069314,         0.002004
+   54, 13111, 739255.8, 3866604,        26.704982,         1.650174,        16.183129,        -0.148798,         0.020126,        -7.393499,        -0.292783,         0.131403,        -2.228132,         0.047114,         0.041238,         1.142487,         7.800000,         6.790721,         1.009279,         0.272938,         0.547637,         0.088385,         0.000484
+   55, 13113, 731468.7, 3700612,        27.337580,         1.582012,        17.280266,        -0.153880,         0.019319,        -7.965298,        -0.384946,         0.132619,        -2.902644,         0.065078,         0.048361,         1.345685,        25.800000,        18.376414,         7.423586,         2.056669,         0.607718,         0.131412,         0.042878
+   56, 13115, 662257.4, 3789664,        26.343322,         1.689538,        15.592031,        -0.133349,         0.020376,        -6.544475,        -0.455325,         0.134311,        -3.390087,         0.101303,         0.043512,         2.328186,        13.700000,        16.710674,        -3.010674,        -0.810461,         0.577489,         0.080020,         0.003828
+   57, 13117, 765397.3, 3789005,        27.988326,         1.607162,        17.414749,        -0.168574,         0.019515,        -8.638036,        -0.227329,         0.126518,        -1.796814,         0.012956,         0.039730,         0.326093,        15.600000,        10.647101,         4.952899,         1.337637,         0.562801,         0.085975,         0.011277
+   58, 13119, 845701.3, 3813323,        29.331170,         1.586713,        18.485488,        -0.185284,         0.020718,        -8.943200,        -0.109925,         0.132408,        -0.830198,        -0.049880,         0.043382,        -1.149781,         9.500000,        10.867332,        -1.367332,        -0.361836,         0.547044,         0.047994,         0.000442
+   59, 13121, 733728.4, 3733248,        28.013628,         1.657121,        16.905000,        -0.163127,         0.019643,        -8.304627,        -0.340684,         0.128477,        -2.651717,         0.047631,         0.042789,         1.113164,        31.600000,        23.437631,         8.162369,         2.358452,         0.592063,         0.201466,         0.094025
+   60, 13123, 732702.3, 3844809,        26.776764,         1.663216,        16.099393,        -0.149285,         0.020115,        -7.421519,        -0.302287,         0.131258,        -2.303005,         0.050870,         0.041214,         1.234299,         8.600000,         6.843525,         1.756475,         0.472247,         0.552589,         0.077724,         0.001259
+   61, 13125, 908386.8, 3685752,        25.151079,         2.067999,        12.162038,        -0.123165,         0.021454,        -5.740929,        -0.187858,         0.109249,        -1.719545,        -0.042543,         0.048842,        -0.871034,         5.300000,         9.138708,        -3.838708,        -1.076990,         0.548079,         0.153041,         0.014043
+   62, 13127, 1023411, 3471063,        19.341762,         2.671570,         7.239849,        -0.096677,         0.023165,        -4.173442,        -0.236820,         0.130866,        -1.809644,         0.074080,         0.055459,         1.335771,        19.900000,        15.886925,         4.013075,         1.140253,         0.619311,         0.174215,         0.018378
+   63, 13129, 695325.1, 3822135,        26.468527,         1.673314,        15.818031,        -0.141254,         0.020031,        -7.051620,        -0.367140,         0.130960,        -2.803440,         0.073207,         0.041630,         1.758505,         9.200000,        11.412046,        -2.212046,        -0.581307,         0.562128,         0.034634,         0.000812
+   64, 13131, 765058.1, 3421817,        18.258714,         2.409132,         7.578958,        -0.071164,         0.021420,        -3.322371,        -0.340670,         0.119307,        -2.855407,         0.124138,         0.051566,         2.407358,         7.700000,        10.629657,        -2.929657,        -0.772136,         0.557048,         0.040242,         0.001675
+   65, 13133, 855577.3, 3722330,        28.364577,         1.605387,        17.668373,        -0.167284,         0.019198,        -8.713754,        -0.110955,         0.122192,        -0.908037,        -0.067188,         0.046290,        -1.451449,         8.800000,         9.564201,        -0.764201,        -0.203920,         0.560955,         0.063712,         0.000190
+   66, 13135, 772634.6, 3764306,        28.606646,         1.617749,        17.682992,        -0.178183,         0.019699,        -9.045413,        -0.186993,         0.126621,        -1.476799,        -0.007274,         0.040350,        -0.180277,        29.600000,        25.398206,         4.201794,         1.176268,         0.566841,         0.149308,         0.016271
+   67, 13137, 818917.1, 3839931,        28.307209,         1.568208,        18.050671,        -0.172990,         0.020045,        -8.630204,        -0.170485,         0.130642,        -1.304983,        -0.014491,         0.041668,        -0.347764,        12.000000,        10.941449,         1.058551,         0.278975,         0.546595,         0.040139,         0.000218
+   68, 13139, 794419.5, 3803344,        28.404865,         1.579703,        17.981138,        -0.175146,         0.019756,        -8.865623,        -0.176104,         0.128241,        -1.373228,        -0.010531,         0.040500,        -0.260020,        15.400000,        12.244551,         3.155449,         0.829814,         0.555068,         0.036003,         0.001723
+   69, 13141, 873518.8, 3689861,        26.321627,         1.770208,        14.869228,        -0.138416,         0.019562,        -7.075921,        -0.172523,         0.108310,        -1.592868,        -0.046921,         0.047923,        -0.979090,         6.800000,         3.550323,         3.249677,         0.992640,         0.560605,         0.285484,         0.026378
+   70, 13143, 665933.8, 3740622,        26.500457,         1.597488,        16.588831,        -0.134046,         0.019740,        -6.790647,        -0.500233,         0.131083,        -3.816142,         0.113601,         0.043671,         2.601290,         7.500000,        10.943758,        -3.443758,        -0.919034,         0.599587,         0.063911,         0.003864
+   71, 13145, 695500.6, 3624790,        23.059413,         1.549723,        14.879699,        -0.111022,         0.019102,        -5.812039,        -0.412376,         0.122289,        -3.372144,         0.113778,         0.059377,         1.916199,        13.600000,         9.674096,         3.925904,         1.062743,         0.649273,         0.090216,         0.007504
+   72, 13147, 870749.9, 3810303,        29.625733,         1.637652,        18.090369,        -0.185981,         0.021235,        -8.758158,        -0.097125,         0.132841,        -0.731138,        -0.064522,         0.044651,        -1.445025,         9.100000,        13.204245,        -4.104245,        -1.077658,         0.546138,         0.033014,         0.002657
+   73, 13149, 675280.4, 3685569,        25.689204,         1.493865,        17.196475,        -0.129588,         0.019553,        -6.627627,        -0.519982,         0.129917,        -4.002403,         0.133808,         0.050220,         2.664429,         5.700000,         4.589110,         1.110890,         0.308164,         0.629902,         0.133651,         0.000982
+   74, 13151, 763488.4, 3699716,        27.858068,         1.569630,        17.748172,        -0.165865,         0.019129,        -8.670660,        -0.243051,         0.129134,        -1.882160,         0.005659,         0.047643,         0.118778,        10.700000,        13.827683,        -3.127683,        -0.850273,         0.587461,         0.097922,         0.005258
+   75, 13153, 814118.9, 3590553,        19.647124,         2.161010,         9.091638,        -0.090566,         0.020772,        -4.359978,        -0.236613,         0.101350,        -2.334626,         0.051272,         0.050203,         1.021292,        16.000000,        16.363919,        -0.363919,        -0.104966,         0.578893,         0.198633,         0.000183
+   76, 13155, 855461.8, 3506293,        17.629684,         2.697330,         6.535975,        -0.072647,         0.021657,        -3.354427,        -0.282387,         0.121095,        -2.331943,         0.102649,         0.048129,         2.132797,         8.300000,         8.473759,        -0.173759,        -0.046276,         0.529977,         0.060055,         0.000009
+   77, 13157, 815753.1, 3783949,        29.102336,         1.563976,        18.607913,        -0.184590,         0.019952,        -9.251720,        -0.119102,         0.128670,        -0.925637,        -0.041146,         0.041550,        -0.990281,         9.000000,        12.630831,        -3.630831,        -0.953096,         0.555579,         0.032494,         0.002044
+   78, 13159, 807249.1, 3695092,        27.867154,         1.540990,        18.083927,        -0.167686,         0.019021,        -8.815745,        -0.113713,         0.124665,        -0.912148,        -0.053152,         0.048144,        -1.104017,        10.800000,         7.270247,         3.529753,         0.945945,         0.569569,         0.071734,         0.004633
+   79, 13161, 915741.9, 3530869,        17.579579,         2.484110,         7.076811,        -0.081112,         0.021288,        -3.810158,        -0.208408,         0.113515,        -1.835951,         0.070016,         0.047513,         1.473619,         8.300000,         9.456558,        -1.156558,        -0.310309,         0.503741,         0.073892,         0.000515
+   80, 13163, 924108.1, 3668080,        23.757825,         2.206260,        10.768372,        -0.109965,         0.022121,        -4.971070,        -0.202582,         0.109758,        -1.845709,        -0.029277,         0.049365,        -0.593063,         6.200000,         4.783389,         1.416611,         0.390222,         0.539692,         0.121394,         0.001410
+   81, 13165, 970465.7, 3640263,        21.960048,         2.257751,         9.726515,        -0.101055,         0.021632,        -4.671502,        -0.214505,         0.114253,        -1.877457,         0.000130,         0.046377,         0.002792,         7.700000,        10.565422,        -2.865422,        -0.774466,         0.553734,         0.087385,         0.003848
+   82, 13167, 908636.7, 3624562,        20.800860,         2.231355,         9.322075,        -0.090609,         0.022445,        -4.036906,        -0.217432,         0.106067,        -2.049956,         0.009159,         0.048207,         0.189985,         4.900000,         7.223319,        -2.323319,        -0.624740,         0.519140,         0.077991,         0.002212
+   83, 13169, 821367.1, 3660143,        25.164234,         1.703418,        14.772789,        -0.134897,         0.020264,        -6.657152,        -0.180505,         0.112681,        -1.601903,        -0.022814,         0.051755,        -0.440808,        12.000000,        11.582661,         0.417339,         0.113205,         0.565167,         0.093922,         0.000089
+   84, 13171, 766461.7, 3663959,        26.024579,         1.497784,        17.375394,        -0.143216,         0.018286,        -7.832129,        -0.284279,         0.119755,        -2.373838,         0.026241,         0.050068,         0.524102,        10.000000,        13.175302,        -3.175302,        -0.833277,         0.607287,         0.031930,         0.001534
+   85, 13173, 873804.3, 3439981,        18.276315,         2.490184,         7.339344,        -0.077016,         0.021570,        -3.570442,        -0.319038,         0.123240,        -2.588749,         0.120036,         0.050653,         2.369783,         5.400000,         5.502197,        -0.102197,        -0.027681,         0.568180,         0.091298,         0.000005
+   86, 13175, 884830.4, 3599291,        18.598483,         2.431209,         7.649891,        -0.082642,         0.023564,        -3.507163,        -0.196772,         0.109178,        -1.802296,         0.035151,         0.047949,         0.733080,        12.000000,        11.364096,         0.635904,         0.168806,         0.491248,         0.053937,         0.000109
+   87, 13177, 770455.5, 3520161,        18.808846,         2.158241,         8.714896,        -0.076247,         0.020082,        -3.796826,        -0.299851,         0.103299,        -2.902752,         0.091913,         0.051330,         1.790638,        13.700000,        10.834768,         2.865232,         0.791532,         0.580526,         0.126429,         0.006075
+   88, 13179, 1014742, 3537225,        19.712953,         2.408576,         8.184484,        -0.098465,         0.022114,        -4.452569,        -0.216323,         0.122218,        -1.769972,         0.052522,         0.049083,         1.070060,        13.400000,        14.808946,        -1.408946,        -0.390956,         0.605081,         0.134140,         0.001587
+   89, 13181, 919396.5, 3752562,        27.921286,         1.942379,        14.374787,        -0.155026,         0.021024,        -7.373823,        -0.148542,         0.117998,        -1.258854,        -0.063926,         0.044645,        -1.431878,         8.200000,         7.333349,         0.866651,         0.236217,         0.551278,         0.102608,         0.000427
+   90, 13183, 1004544, 3517834,        19.433808,         2.463849,         7.887580,        -0.096848,         0.022131,        -4.376163,        -0.221665,         0.123027,        -1.801754,         0.060652,         0.050489,         1.201306,         5.200000,         5.814789,        -0.614789,        -0.165374,         0.603162,         0.078631,         0.000156
+   91, 13185, 864781.1, 3419313,        18.350950,         2.445420,         7.504212,        -0.076702,         0.021489,        -3.569278,        -0.329237,         0.123298,        -2.670262,         0.124459,         0.050633,         2.458042,        16.300000,        12.115865,         4.184135,         1.118755,         0.573075,         0.067484,         0.006069
+   92, 13187, 772600, 3832429,        27.530540,         1.601738,        17.187921,        -0.162008,         0.019726,        -8.212728,        -0.235629,         0.128914,        -1.827804,         0.019242,         0.040368,         0.476659,        11.100000,        11.218728,        -0.118728,        -0.031656,         0.551941,         0.062220,         0.000004
+   93, 13189, 917730.9, 3716368,        26.556594,         2.049086,        12.960213,        -0.138472,         0.021353,        -6.485034,        -0.167632,         0.113454,        -1.477533,        -0.055326,         0.046813,        -1.181850,        10.400000,        11.797658,        -1.397658,        -0.367670,         0.550795,         0.036613,         0.000344
+   94, 13191, 1030500, 3500535,        19.585650,         2.544855,         7.696175,        -0.098386,         0.022670,        -4.339861,        -0.226774,         0.126838,        -1.787908,         0.063397,         0.052340,         1.211263,         8.700000,         7.437642,         1.262358,         0.356947,         0.617381,         0.166179,         0.001701
+   95, 13193, 777055.3, 3584821,        20.302644,         1.973180,        10.289304,        -0.091171,         0.019705,        -4.626838,        -0.265047,         0.103437,        -2.562410,         0.057636,         0.056291,         1.023896,        10.100000,         9.966811,         0.133189,         0.036409,         0.608093,         0.107871,         0.000011
+   96, 13195, 848638.8, 3785405,        29.590949,         1.593987,        18.564107,        -0.187790,         0.020620,        -9.107394,        -0.086238,         0.131109,        -0.657756,        -0.065090,         0.043751,        -1.487726,         9.700000,         8.916465,         0.783535,         0.208857,         0.550716,         0.061720,         0.000192
+   97, 13197, 732876.8, 3584393,        21.013811,         1.777595,        11.821484,        -0.093080,         0.019026,        -4.892205,        -0.318679,         0.105346,        -3.025058,         0.079295,         0.056776,         1.396634,         4.600000,         5.995525,        -1.395525,        -0.375831,         0.627532,         0.080811,         0.000832
+   98, 13199, 715359.8, 3660275,        25.224396,         1.488370,        16.947670,        -0.131121,         0.018846,        -6.957310,        -0.423909,         0.126330,        -3.355567,         0.097420,         0.054586,         1.784685,         6.700000,         9.284445,        -2.584445,        -0.688536,         0.634592,         0.060716,         0.002053
+   99, 13201, 716369.8, 3451034,        18.655811,         2.280386,         8.180987,        -0.071531,         0.021084,        -3.392620,        -0.334852,         0.113005,        -2.963173,         0.111371,         0.053690,         2.074325,         8.200000,         7.162908,         1.037092,         0.281743,         0.569713,         0.096678,         0.000569
+  100, 13205, 766238.6, 3453930,        18.368840,         2.383153,         7.707789,        -0.071437,         0.021302,        -3.353496,        -0.335002,         0.117147,        -2.859663,         0.118058,         0.051930,         2.273394,         7.800000,        10.395689,        -2.595689,        -0.689616,         0.559710,         0.055490,         0.001872
+  101, 13207, 790338.7, 3660608,        25.731843,         1.562314,        16.470342,        -0.141435,         0.019015,        -7.438071,        -0.222813,         0.119013,        -1.872183,        -0.001812,         0.051624,        -0.035106,        12.900000,        11.977673,         0.922327,         0.244942,         0.589995,         0.054726,         0.000233
+  102, 13209, 920887.4, 3568473,        17.978451,         2.322577,         7.740734,        -0.082891,         0.021648,        -3.829113,        -0.183316,         0.111667,        -1.641636,         0.044016,         0.044863,         0.981109,        10.100000,         6.558461,         3.541539,         0.951440,         0.481273,         0.076288,         0.005009
+  103, 13211, 825920.1, 3717990,        28.693695,         1.569305,        18.284333,        -0.177965,         0.019473,        -9.139108,        -0.067768,         0.130562,        -0.519046,        -0.073499,         0.047448,        -1.549049,        11.000000,        12.132376,        -1.132376,        -0.300273,         0.557708,         0.051877,         0.000331
+  104, 13213, 707834.3, 3854188,        26.386878,         1.696040,        15.557935,        -0.142118,         0.020440,        -6.952847,        -0.338818,         0.133131,        -2.544991,         0.066919,         0.042099,         1.589590,         5.500000,         9.927145,        -4.427145,        -1.170075,         0.552413,         0.045589,         0.004382
+  105, 13215, 700833.7, 3598228,        21.843074,         1.659262,        13.164332,        -0.099834,         0.019010,        -5.251575,        -0.366487,         0.112803,        -3.248908,         0.099910,         0.058191,         1.716912,        16.600000,        18.498512,        -1.898512,        -0.538318,         0.644127,         0.170792,         0.003999
+  106, 13217, 793263.9, 3719734,        28.847315,         1.589465,        18.149077,        -0.182570,         0.019717,        -9.259420,        -0.102857,         0.130715,        -0.786878,        -0.050833,         0.045691,        -1.112541,         9.500000,        12.354765,        -2.854765,        -0.748598,         0.563542,         0.030476,         0.001180
+  107, 13219, 830735.9, 3750903,        29.460662,         1.585724,        18.578680,        -0.188049,         0.020178,        -9.319456,        -0.064893,         0.131731,        -0.492614,        -0.071948,         0.044437,        -1.619114,        28.400000,        10.515515,        17.884485,         4.859650,         0.552622,         0.097062,         0.170092
+  108, 13221, 863291.8, 3756777,        29.177378,         1.620291,        18.007492,        -0.178213,         0.020046,        -8.890033,        -0.096511,         0.126917,        -0.760425,        -0.071130,         0.044577,        -1.595640,        12.800000,         8.032877,         4.767123,         1.267608,         0.554574,         0.057117,         0.006522
+  109, 13223, 695329.2, 3758093,        26.994593,         1.653437,        16.326350,        -0.144304,         0.019681,        -7.332245,        -0.426293,         0.129851,        -3.282933,         0.085506,         0.042140,         2.029086,         7.600000,        10.058864,        -2.458864,        -0.661149,         0.588412,         0.077883,         0.002474
+  110, 13225, 798061.4, 3609091,        21.207599,         1.931336,        10.980793,        -0.099787,         0.020005,        -4.988105,        -0.262799,         0.103970,        -2.527649,         0.046023,         0.053326,         0.863052,        15.200000,        10.970992,         4.229008,         1.124549,         0.591719,         0.057165,         0.005137
+  111, 13227, 733846.7, 3812828,        27.084437,         1.647418,        16.440536,        -0.153281,         0.019750,        -7.761060,        -0.301715,         0.128916,        -2.340399,         0.047284,         0.040489,         1.167835,         9.000000,         7.964322,         1.035678,         0.274469,         0.560910,         0.050752,         0.000270
+  112, 13229, 953533.8, 3482044,        18.612524,         2.601788,         7.153743,        -0.089241,         0.022051,        -4.047026,        -0.245085,         0.123930,        -1.977606,         0.084538,         0.052861,         1.599251,         6.300000,         7.740923,        -1.440923,        -0.391676,         0.584391,         0.097715,         0.001113
+  113, 13231, 744180.8, 3665561,        25.907755,         1.497189,        17.304261,        -0.140148,         0.018450,        -7.595919,        -0.354426,         0.123720,        -2.864736,         0.059245,         0.051687,         1.146231,         9.300000,         8.330884,         0.969116,         0.261042,         0.619238,         0.081150,         0.000403
+  114, 13233, 668031.4, 3764766,        26.504604,         1.635503,        16.205781,        -0.135427,         0.019829,        -6.829612,        -0.464528,         0.131301,        -3.537897,         0.101547,         0.042796,         2.372841,         6.800000,        11.379041,        -4.579041,        -1.211531,         0.587011,         0.047653,         0.004921
+  115, 13235, 833819.6, 3567447,        18.394926,         2.553523,         7.203743,        -0.083630,         0.021858,        -3.826044,        -0.230167,         0.108238,        -2.126485,         0.066148,         0.048223,         1.371699,        10.700000,        10.223950,         0.476050,         0.126055,         0.573500,         0.049173,         0.000055
+  116, 13237, 840169.1, 3695254,        27.466413,         1.601400,        17.151505,        -0.158342,         0.019109,        -8.286358,        -0.116111,         0.119382,        -0.972603,        -0.061461,         0.048837,        -1.258477,        11.700000,        13.017184,        -1.317184,        -0.345827,         0.563046,         0.032860,         0.000272
+  117, 13239, 686875.4, 3524124,        19.674459,         2.048805,         9.602895,        -0.076800,         0.020589,        -3.730161,        -0.327569,         0.111591,        -2.935453,         0.091916,         0.058596,         1.568643,         7.300000,         5.774051,         1.525949,         0.415296,         0.596610,         0.099923,         0.001283
+  118, 13241, 824645.5, 3864805,        28.095647,         1.581450,        17.765752,        -0.169776,         0.020283,        -8.370470,        -0.179779,         0.132555,        -1.356259,        -0.009479,         0.042367,        -0.223734,        11.600000,         8.669737,         2.930263,         0.780979,         0.541754,         0.061466,         0.002676
+  119, 13243, 712437.1, 3519627,        19.400471,         2.095997,         9.255965,        -0.075752,         0.020517,        -3.692142,        -0.317680,         0.108586,        -2.925619,         0.089892,         0.056893,         1.580033,         6.000000,         9.172055,        -3.172055,        -0.881768,         0.589691,         0.137244,         0.008287
+  120, 13245, 954272.3, 3697862,        24.815945,         2.300383,        10.787743,        -0.120551,         0.022525,        -5.351946,        -0.180967,         0.116635,        -1.551575,        -0.044908,         0.048682,        -0.922473,        17.300000,        18.444544,        -1.144544,        -0.346488,         0.545224,         0.272550,         0.003014
+  121, 13247, 777759, 3729605,        28.996670,         1.635103,        17.733848,        -0.184296,         0.020004,        -9.213078,        -0.141807,         0.130817,        -1.084007,        -0.032054,         0.044234,        -0.724635,        18.100000,        16.949769,         1.150231,         0.308225,         0.568126,         0.071571,         0.000491
+  122, 13249, 752973.1, 3570222,        20.143981,         1.923033,        10.475110,        -0.086448,         0.019432,        -4.448672,        -0.290041,         0.102402,        -2.832382,         0.070816,         0.055933,         1.266086,         8.000000,         8.141504,        -0.141504,        -0.037905,         0.608463,         0.070927,         0.000007
+  123, 13251, 1004028, 3641918,        22.000899,         2.283359,         9.635323,        -0.103888,         0.021736,        -4.779433,        -0.211583,         0.118168,        -1.790533,         0.002808,         0.046173,         0.060804,         8.600000,         9.042787,        -0.442787,        -0.118149,         0.570086,         0.063635,         0.000064
+  124, 13253, 704495.6, 3422002,        18.552729,         2.331305,         7.958089,        -0.070842,         0.021334,        -3.320568,        -0.340959,         0.116027,        -2.938625,         0.116789,         0.053802,         2.170711,         7.800000,         7.538033,         0.261967,         0.071239,         0.566278,         0.098482,         0.000037
+  125, 13255, 754916.2, 3685029,        27.046720,         1.537997,        17.585678,        -0.154438,         0.018841,        -8.197081,        -0.303840,         0.129284,        -2.350179,         0.032794,         0.049959,         0.656430,        11.100000,        14.982577,        -3.882577,        -1.020007,         0.601112,         0.034063,         0.002458
+  126, 13257, 842085.9, 3827075,        28.950415,         1.568949,        18.452111,        -0.180631,         0.020403,        -8.853278,        -0.131568,         0.131295,        -1.002078,        -0.037893,         0.042715,        -0.887132,        13.100000,        14.615563,        -1.515563,        -0.404594,         0.546778,         0.064541,         0.000757
+  127, 13259, 703256.8, 3552857,        20.171000,         1.923869,        10.484603,        -0.082675,         0.019898,        -4.155026,        -0.324660,         0.108254,        -2.999061,         0.087485,         0.057894,         1.511118,         8.000000,         7.260976,         0.739024,         0.206144,         0.611534,         0.143175,         0.000476
+  128, 13261, 763457.1, 3551752,        19.436785,         2.046619,         9.497019,        -0.081094,         0.019795,        -4.096627,        -0.283650,         0.101675,        -2.789759,         0.074573,         0.054198,         1.375946,        15.900000,        12.190501,         3.709499,         0.987719,         0.594733,         0.059673,         0.004148
+  129, 13263, 734217.9, 3623162,        23.078763,         1.586403,        14.547858,        -0.112567,         0.018725,        -6.011687,        -0.360965,         0.115852,        -3.115739,         0.084650,         0.057540,         1.471151,         7.100000,         8.347484,        -1.247484,        -0.364614,         0.640115,         0.219599,         0.002506
+  130, 13265, 884376.9, 3717493,        27.520861,         1.772296,        15.528370,        -0.151714,         0.019767,        -7.675126,        -0.151989,         0.114644,        -1.325746,        -0.058766,         0.046272,        -1.270003,         5.600000,         3.895132,         1.704868,         0.474766,         0.559500,         0.140317,         0.002465
+  131, 13267, 963427.8, 3560039,        19.256298,         2.233654,         8.620986,        -0.093360,         0.020979,        -4.450236,        -0.206422,         0.113088,        -1.825317,         0.046954,         0.045435,         1.033424,         6.500000,         8.702775,        -2.202775,        -0.577719,         0.564123,         0.030782,         0.000710
+  132, 13269, 759410.8, 3608179,        22.034483,         1.698501,        12.972900,        -0.103733,         0.018699,        -5.547404,        -0.312460,         0.106211,        -2.941886,         0.066035,         0.055455,         1.190796,         7.100000,         5.296954,         1.803046,         0.491319,         0.626729,         0.102154,         0.001840
+  133, 13271, 882069.4, 3534470,        16.895516,         2.852481,         5.923095,        -0.072526,         0.022747,        -3.188337,        -0.218596,         0.119920,        -1.822841,         0.078357,         0.048073,         1.629970,         8.600000,         8.361885,         0.238115,         0.063130,         0.473791,         0.051550,         0.000015
+  134, 13273, 743031.8, 3522636,        19.123574,         2.168708,         8.817958,        -0.075826,         0.020568,        -3.686576,        -0.305719,         0.107638,        -2.840247,         0.088406,         0.055670,         1.588052,         9.200000,        11.708678,        -2.508678,        -0.689780,         0.587694,         0.118173,         0.004272
+  135, 13275, 795506.2, 3421725,        18.208195,         2.418624,         7.528327,        -0.071792,         0.021418,        -3.351909,        -0.341804,         0.120813,        -2.829192,         0.127193,         0.050858,         2.500930,        13.400000,        11.344938,         2.055062,         0.543157,         0.557015,         0.045636,         0.000945
+  136, 13277, 831682.3, 3487715,        18.006901,         2.486725,         7.241212,        -0.072662,         0.021087,        -3.445811,        -0.311581,         0.118432,        -2.630888,         0.112785,         0.048796,         2.311368,        14.000000,        10.167793,         3.832207,         1.016772,         0.548050,         0.052966,         0.003874
+  137, 13279, 941734.4, 3567586,        18.743279,         2.227902,         8.412973,        -0.088969,         0.021102,        -4.216177,        -0.194575,         0.111740,        -1.741319,         0.043583,         0.044856,         0.971615,        11.400000,        11.916248,        -0.516248,        -0.142276,         0.527237,         0.122250,         0.000189
+  138, 13281, 797981.7, 3872640,        27.490506,         1.586879,        17.323629,        -0.161521,         0.019954,        -8.094660,        -0.219397,         0.130834,        -1.676917,         0.011283,         0.041348,         0.272884,        11.400000,         8.266897,         3.133103,         0.834189,         0.543414,         0.059551,         0.002952
+  139, 13283, 919077.6, 3595170,        18.866189,         2.283136,         8.263278,        -0.085392,         0.022390,        -3.813858,        -0.189617,         0.110938,        -1.709216,         0.029085,         0.045268,         0.642506,         6.300000,        10.138875,        -3.838875,        -1.035981,         0.493954,         0.084581,         0.006644
+  140, 13285, 682616.8, 3660254,        24.730344,         1.492810,        16.566306,        -0.123629,         0.019693,        -6.277743,        -0.491018,         0.132968,        -3.692752,         0.133664,         0.057257,         2.334434,        13.600000,        15.300990,        -1.700990,        -0.450355,         0.643286,         0.048937,         0.000699
+  141, 13287, 819399.6, 3514927,        18.225195,         2.349879,         7.755803,        -0.075361,         0.020383,        -3.697309,        -0.292708,         0.109450,        -2.674345,         0.098907,         0.047627,         2.076718,         7.200000,         9.731427,        -2.531427,        -0.696808,         0.563722,         0.120127,         0.004442
+  142, 13289, 832935, 3623868,        20.965009,         2.112019,         9.926525,        -0.098113,         0.022476,        -4.365304,        -0.229657,         0.105169,        -2.183700,         0.027869,         0.052411,         0.531731,         4.800000,         6.462592,        -1.662592,        -0.449433,         0.537914,         0.087659,         0.001300
+  143, 13291, 777040.1, 3858779,        27.320591,         1.609147,        16.978309,        -0.158970,         0.019948,        -7.969116,        -0.239476,         0.130640,        -1.833093,         0.022034,         0.041008,         0.537312,        10.100000,         7.043390,         3.056610,         0.834905,         0.546488,         0.106444,         0.005564
+  144, 13293, 752165.2, 3639192,        24.200809,         1.564276,        15.470937,        -0.123605,         0.018710,        -6.606297,        -0.344539,         0.119565,        -2.881611,         0.065065,         0.056060,         1.160625,         9.000000,        12.872171,        -3.872171,        -1.017570,         0.628564,         0.034626,         0.002488
+  145, 13295, 658870.4, 3842167,        25.991901,         1.717976,        15.129371,        -0.131963,         0.020741,        -6.362486,        -0.411469,         0.135161,        -3.044283,         0.092313,         0.043488,         2.122713,         8.400000,        15.157496,        -6.757496,        -1.835909,         0.559385,         0.096799,         0.024203
+  146, 13297, 800384.3, 3742691,        29.279015,         1.595726,        18.348400,        -0.188348,         0.019983,        -9.425633,        -0.091658,         0.129666,        -0.706881,        -0.053861,         0.043092,        -1.249899,         9.400000,        15.552791,        -6.152791,        -1.612155,         0.560098,         0.028940,         0.005190
+  147, 13299, 938349.6, 3446675,        18.656967,         2.676737,         6.970040,        -0.086523,         0.022520,        -3.841971,        -0.278733,         0.128515,        -2.168882,         0.101281,         0.054819,         1.847558,        10.400000,        10.707326,        -0.307326,        -0.080997,         0.595942,         0.040209,         0.000018
+  148, 13301, 902471.1, 3699878,        26.151850,         1.941109,        13.472636,        -0.134341,         0.020585,        -6.526246,        -0.177206,         0.108749,        -1.629500,        -0.049077,         0.047066,        -1.042728,         4.200000,         3.984952,         0.215048,         0.059813,         0.553755,         0.138238,         0.000038
+  149, 13303, 894704.3, 3648583,        22.653152,         2.139217,        10.589460,        -0.101212,         0.021973,        -4.606206,        -0.216008,         0.105576,        -2.045982,        -0.013325,         0.050849,        -0.262048,         9.800000,        10.505011,        -0.705011,        -0.191521,         0.534857,         0.096610,         0.000263
+  150, 13305, 986832.8, 3494323,        19.058441,         2.563838,         7.433559,        -0.094024,         0.022310,        -4.214534,        -0.231460,         0.125065,        -1.850712,         0.072389,         0.052717,         1.373168,         9.600000,         9.927395,        -0.327395,        -0.086895,         0.598634,         0.053615,         0.000029
+  151, 13307, 731576.3, 3544716,        19.682721,         2.013145,         9.777100,        -0.079862,         0.019978,        -3.997518,        -0.304909,         0.104974,        -2.904624,         0.081356,         0.056410,         1.442209,         5.500000,         8.920127,        -3.420127,        -0.939373,         0.599113,         0.116263,         0.007778
+  152, 13309, 898776.3, 3563384,        16.844017,         2.682408,         6.279439,        -0.074241,         0.023436,        -3.167862,        -0.172899,         0.117933,        -1.466082,         0.050370,         0.046776,         1.076834,         8.600000,         5.695227,         2.904773,         0.818087,         0.423182,         0.159493,         0.008509
+  153, 13311, 796905.6, 3841086,        27.838898,         1.574679,        17.679091,        -0.166676,         0.019761,        -8.434538,        -0.203986,         0.129239,        -1.578360,         0.003179,         0.040768,         0.077966,        13.600000,         8.629694,         4.970306,         1.317270,         0.548624,         0.050856,         0.006229
+  154, 13313, 686891.4, 3855274,        26.164642,         1.710298,        15.298295,        -0.137364,         0.020596,        -6.669445,        -0.367377,         0.134044,        -2.740722,         0.077726,         0.042667,         1.821677,        12.000000,        12.786831,        -0.786831,        -0.206834,         0.553793,         0.035205,         0.000105
+  155, 13315, 838551.5, 3538547,        18.025600,         2.660378,         6.775579,        -0.076497,         0.021987,        -3.479159,        -0.261962,         0.115963,        -2.259014,         0.084694,         0.048373,         1.750865,         7.600000,         5.573625,         2.026375,         0.558896,         0.557453,         0.123618,         0.002952
+  156, 13317, 891228.5, 3749769,        28.516555,         1.762358,        16.180906,        -0.164552,         0.020298,        -8.106824,        -0.131495,         0.121461,        -1.082611,        -0.066626,         0.044950,        -1.482242,        10.400000,        12.676648,        -2.276648,        -0.606735,         0.555125,         0.061337,         0.001612
+  157, 13319, 858796.9, 3637891,        22.169471,         1.996974,        11.101535,        -0.101861,         0.021349,        -4.771271,        -0.224866,         0.101262,        -2.220636,         0.003954,         0.050613,         0.078119,         8.800000,         8.708923,         0.091077,         0.025605,         0.538754,         0.156479,         0.000008
+  158, 13321, 801018.1, 3487328,        18.263625,         2.314566,         7.890733,        -0.073520,         0.020449,        -3.595321,        -0.314540,         0.110659,        -2.842413,         0.109955,         0.048770,         2.254575,         6.300000,         8.172088,        -1.872088,        -0.494558,         0.561673,         0.044714,         0.000767
diff --git a/pysal/examples/georgia/georgia_BS_NN_summary.txt b/pysal/examples/georgia/georgia_BS_NN_summary.txt
new file mode 100755
index 0000000..52cbf74
--- /dev/null
+++ b/pysal/examples/georgia/georgia_BS_NN_summary.txt
@@ -0,0 +1,170 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 2:04:17 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\georgia_BS_NN.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\georgia\georgia\GData_utm.csv
+Number of areas/points: 159
+
+Model settings---------------------------------
+Model type: Gaussian
+Geographic kernel: adaptive bi-square
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 4
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: AreaKey
+Easting (x-coord): field12 : X
+Northing (y-coord): field13: Y
+Cartesian coordinates: Euclidean distance
+Dependent variable: field6: PctBach
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field5: PctRural
+Independent variable with varying (Local) coefficient: field9: PctPov
+Independent variable with varying (Local) coefficient: field10: PctBlack
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Residual sum of squares:                 2639.559476
+Number of parameters:                        4
+ (Note: this num does not include an error variance term for a Gaussian model)
+ML based global sigma estimate:             4.074433
+Unbiased global sigma estimate:             4.126671
+-2 log-likelihood:                        897.927089
+Classic AIC:                              907.927089
+AICc:                                     908.319245
+BIC/MDL:                                  923.271610
+CV:                                        18.100197
+R square:                                   0.485273
+Adjusted R square:                          0.471903
+
+Variable                  Estimate    Standard Error      t(Est/SE) 
+-------------------- --------------- --------------- ---------------
+Intercept                  23.854615        1.173043       20.335661
+PctRural                   -0.111395        0.012878       -8.649661
+PctPov                     -0.345778        0.070863       -4.879540
+PctBlack                    0.058331        0.029187        1.998499
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 48,  159
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:    48.000 Criterion:    909.256
+  p1            Bandwidth:    90.398 Criterion:    896.463
+  p2            Bandwidth:   116.602 Criterion:    898.615
+  pU            Bandwidth:   159.000 Criterion:    903.072
+ iter    1 (p1) Bandwidth:    90.398 Criterion:    896.463 Diff:     26.204
+ iter    2 (p2) Bandwidth:    90.398 Criterion:    896.463 Diff:     16.195
+ iter    3 (p1) Bandwidth:    90.398 Criterion:    896.463 Diff:     10.009
+ iter    4 (p2) Bandwidth:    90.398 Criterion:    896.463 Diff:      6.186
+ iter    5 (p1) Bandwidth:    90.398 Criterion:    896.463 Diff:      3.823
+ iter    6 (p2) Bandwidth:    90.398 Criterion:    896.463 Diff:      2.363
+ iter    7 (p1) Bandwidth:    90.398 Criterion:    896.463 Diff:      1.460
+ iter    8 (p2) Bandwidth:    90.398 Criterion:    896.463 Diff:      0.902
+Best bandwidth size 90.000
+Minimum AICc      896.463
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                   90.398227
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           635964.300000  1059706.000000   423741.700000
+Y-coord          3401148.000000  3872640.000000   471492.000000
+
+  Diagnostic information
+Residual sum of squares:          2090.125305
+Effective number of parameters (model: trace(S)):                    14.925095
+Effective number of parameters (variance: trace(S'S)):               10.193958
+Degree of freedom (model: n - trace(S)):                            144.074905
+Degree of freedom (residual: n - 2trace(S) + trace(S'S)):           139.343769
+ML based sigma estimate:             3.625664
+Unbiased sigma estimate:             3.872954
+-2 log-likelihood:                 860.818394
+Classic AIC:                       892.668583
+AICc:                              896.462831
+BIC/MDL:                           941.541173
+CV:                                 19.186726
+R square:                            0.592415
+Adjusted R square:                   0.534505
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\georgia_BS_NN_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                  23.067890        4.184766
+PctRural                   -0.118169        0.038043
+PctPov                     -0.261744        0.097335
+PctBlack                    0.044847        0.059488
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  16.844017       29.625733       12.781716
+PctRural                   -0.190065       -0.070745        0.119320
+PctPov                     -0.534973       -0.064893        0.470080
+PctBlack                   -0.073499        0.133808        0.207307
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                  18.853338       22.653152       27.237578
+PctRural                   -0.153281       -0.103888       -0.082675
+PctPov                     -0.326117       -0.248679       -0.199793
+PctBlack                    0.002808        0.057636        0.093798
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   8.384240        6.215152
+PctRural                    0.070606        0.052340
+PctPov                      0.126324        0.093643
+PctBlack                    0.090990        0.067450
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR ANOVA Table
+*****************************************************************************
+Source                           SS          DF             MS           F
+----------------- ------------------- ---------- --------------- ----------
+Global Residuals              2639.559    155.000
+GWR Improvement                549.434     15.656          35.094
+GWR Residuals                 2090.125    139.344          15.000   2.339611
+
+*****************************************************************************
+Program terminated at 7/25/2016 2:04:17 AM
diff --git a/pysal/examples/georgia/georgia_GS_F.ctl b/pysal/examples/georgia/georgia_GS_F.ctl
new file mode 100755
index 0000000..b21c0ff
--- /dev/null
+++ b/pysal/examples/georgia/georgia_GS_F.ctl
@@ -0,0 +1,45 @@
+
+C:\Users\IEUser\Desktop\georgia\georgia\GData_utm.csv
+FORMAT/DELIMITER: 1
+Number_of_fields: 13
+Number_of_areas: 159
+Fields
+AreaKey 001 AreaKey
+X 012 X
+Y 013 Y
+Gmetric 0
+Dependent 006 PctBach
+Offset 
+Independent_geo 4
+000 Intercept
+005 PctRural
+009 PctPov
+010 PctBlack
+Independent_fix 0
+Unused_fields 6
+002 Latitude
+003 Longitud
+004 TotPop90
+007 PctEld
+008 PctFB
+011 ID
+MODELTYPE: 0
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 0
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\goergia_GS_F_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\goergia_GS_F_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/georgia/georgia_GS_F_listwise.csv b/pysal/examples/georgia/georgia_GS_F_listwise.csv
new file mode 100755
index 0000000..c0d326b
--- /dev/null
+++ b/pysal/examples/georgia/georgia_GS_F_listwise.csv
@@ -0,0 +1,160 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_PctRural, se_PctRural, t_PctRural, est_PctPov, se_PctPov, t_PctPov, est_PctBlack, se_PctBlack, t_PctBlack, y, yhat, residual, std_residual, localR2, influence, CooksD
+    0, 13001, 941396.6, 3521764,        18.497787,         2.275693,         8.128420,        -0.085666,         0.020579,        -4.162817,        -0.232021,         0.108742,        -2.133681,         0.070628,         0.046608,         1.515356,         8.200000,         8.870416,        -0.670416,        -0.178093,         0.544113,         0.046918,         0.000096
+    1, 13003, 895553, 3471916,        18.243737,         2.412516,         7.562122,        -0.080182,         0.021233,        -3.776309,        -0.288793,         0.114221,        -2.528381,         0.104956,         0.048012,         2.186025,         6.400000,         5.536022,         0.863978,         0.236274,         0.560546,         0.100691,         0.000383
+    2, 13005, 930946.4, 3502787,        18.330304,         2.348055,         7.806591,        -0.083870,         0.020823,        -4.027677,        -0.249953,         0.111167,        -2.248448,         0.083855,         0.048057,         1.744900,         6.600000,         8.424698,        -1.824698,        -0.504834,         0.556554,         0.121336,         0.002159
+    3, 13007, 745398.6, 3474765,        18.917715,         2.311541,         8.184027,        -0.069859,         0.022128,        -3.157073,        -0.349929,         0.116454,        -3.004877,         0.112187,         0.055260,         2.030171,         9.400000,         9.050272,         0.349728,         0.098353,         0.564771,         0.149601,         0.000104
+    4, 13009, 849431.3, 3665553,        25.415820,         1.399180,        18.164795,        -0.128816,         0.015566,        -8.275723,        -0.253965,         0.083198,        -3.052547,        -0.002954,         0.036691,        -0.080518,        13.300000,        15.345744,        -2.045744,        -0.549028,         0.575322,         0.066205,         0.001311
+    5, 13011, 819317.3, 3807616,        29.172419,         1.564461,        18.646951,        -0.182481,         0.020052,        -9.100191,        -0.136824,         0.126886,        -1.078321,        -0.037705,         0.041646,        -0.905356,         6.400000,         8.726694,        -2.326694,        -0.624508,         0.537646,         0.066445,         0.001703
+    6, 13013, 803747.1, 3769623,        28.726583,         1.482489,        19.377264,        -0.176199,         0.018371,        -9.590984,        -0.167093,         0.114390,        -1.460727,        -0.026643,         0.038925,        -0.684461,         9.200000,        14.583064,        -5.383064,        -1.423997,         0.556481,         0.038878,         0.005031
+    7, 13015, 699011.5, 3793408,        26.843339,         1.697240,        15.815879,        -0.139364,         0.021008,        -6.633810,        -0.453352,         0.134668,        -3.366454,         0.105048,         0.043602,         2.409215,         9.000000,        12.479809,        -3.479809,        -0.922019,         0.621765,         0.041994,         0.002286
+    8, 13017, 863020.8, 3520432,        18.813192,         1.947256,         9.661387,        -0.080531,         0.017818,        -4.519606,        -0.278134,         0.091946,        -3.024985,         0.081732,         0.039561,         2.066004,         7.600000,        11.469966,        -3.869966,        -1.027285,         0.538207,         0.045513,         0.003086
+    9, 13019, 859915.8, 3466377,        18.377663,         2.336748,         7.864631,        -0.077065,         0.020629,        -3.735820,        -0.312784,         0.110420,        -2.832689,         0.111258,         0.046568,         2.389130,         7.500000,         8.532026,        -1.032026,        -0.284282,         0.549111,         0.113621,         0.000635
+   10, 13021, 809736.9, 3636468,        24.324926,         1.351949,        17.992494,        -0.120392,         0.015293,        -7.872225,        -0.283487,         0.080945,        -3.502229,         0.023673,         0.035491,         0.667014,        17.000000,        17.930349,        -0.930349,        -0.255398,         0.595805,         0.107532,         0.000482
+   11, 13023, 844270.1, 3595691,        21.908296,         1.530577,        14.313753,        -0.099822,         0.016021,        -6.230772,        -0.283128,         0.081375,        -3.479289,         0.041593,         0.036618,         1.135857,        10.300000,        11.877407,        -1.577407,        -0.417684,         0.578132,         0.040754,         0.000455
+   12, 13025, 979288.9, 3463849,        19.204402,         3.142145,         6.111876,        -0.093571,         0.026682,        -3.506869,        -0.279525,         0.151492,        -1.845151,         0.103327,         0.069309,         1.490811,         5.800000,         5.233168,         0.566832,         0.170879,         0.676554,         0.259938,         0.000629
+   13, 13027, 827822, 3421638,        18.695340,         2.764511,         6.762622,        -0.075022,         0.023684,        -3.167601,        -0.365136,         0.133306,        -2.739074,         0.134828,         0.055677,         2.421609,         9.100000,         9.908206,        -0.808206,        -0.216174,         0.554388,         0.059899,         0.000183
+   14, 13029, 1023145, 3554982,        19.456316,         2.881836,         6.751361,        -0.101365,         0.025916,        -3.911217,        -0.162463,         0.147809,        -1.099146,         0.036312,         0.058356,         0.622260,        11.800000,         9.681023,         2.118977,         0.615241,         0.581168,         0.202190,         0.005884
+   15, 13031, 994903.4, 3600493,        20.392912,         2.315553,         8.806931,        -0.100602,         0.022436,        -4.483909,        -0.169488,         0.123467,        -1.372734,         0.010719,         0.047725,         0.224606,        19.900000,         9.652136,        10.247864,         2.869181,         0.532630,         0.141998,         0.083560
+   16, 13033, 971593.8, 3671394,        23.793175,         2.175345,        10.937657,        -0.112552,         0.021486,        -5.238425,        -0.224380,         0.110952,        -2.022324,        -0.014762,         0.045841,        -0.322025,         9.600000,         8.086492,         1.513508,         0.416114,         0.576048,         0.110220,         0.001316
+   17, 13035, 782448.2, 3684504,        26.510713,         1.334747,        19.861972,        -0.145234,         0.015639,        -9.286381,        -0.268294,         0.088566,        -3.029294,         0.011992,         0.035456,         0.338239,         7.200000,        12.090632,        -4.890632,        -1.294273,         0.592581,         0.039681,         0.004245
+   18, 13037, 724741.2, 3492653,        19.220671,         2.224523,         8.640357,        -0.071804,         0.021675,        -3.312706,        -0.342620,         0.114613,        -2.989362,         0.104370,         0.056241,         1.855755,        10.100000,         7.291232,         2.808768,         0.780655,         0.585776,         0.129334,         0.005552
+   19, 13039, 1008480, 3437933,        19.942606,         3.729350,         5.347475,        -0.100203,         0.030602,        -3.274342,        -0.298317,         0.176298,        -1.692119,         0.110085,         0.082565,         1.333317,        13.500000,        14.015029,        -0.515029,        -0.159990,         0.747834,         0.303028,         0.000683
+   20, 13043, 964264.9, 3598842,        20.511683,         2.032624,        10.091234,        -0.096423,         0.020386,        -4.729889,        -0.202809,         0.106214,        -1.909443,         0.018980,         0.043427,         0.437050,         9.900000,        11.187587,        -1.287587,        -0.344390,         0.527058,         0.059865,         0.000463
+   21, 13045, 678778.6, 3713250,        26.239766,         1.504491,        17.440955,        -0.134549,         0.018900,        -7.119080,        -0.496961,         0.119399,        -4.162187,         0.119626,         0.043809,         2.730609,        12.000000,        11.716358,         0.283642,         0.075030,         0.630415,         0.038813,         0.000014
+   22, 13047, 670055.9, 3862318,        23.647585,         2.263072,        10.449332,        -0.089870,         0.030008,        -2.994923,        -0.560872,         0.182879,        -3.066908,         0.189068,         0.064193,         2.945311,         8.100000,        13.170829,        -5.070829,        -1.489836,         0.601489,         0.220855,         0.038588
+   23, 13049, 962612.3, 3432769,        19.336749,         3.310029,         5.841868,        -0.093840,         0.028496,        -3.293056,        -0.308039,         0.164476,        -1.872853,         0.118219,         0.072447,         1.631803,         6.400000,         7.513486,        -1.113486,        -0.326995,         0.693452,         0.220126,         0.001851
+   24, 13051, 1059706, 3556747,        19.698051,         3.278939,         6.007447,        -0.107620,         0.029300,        -3.673092,        -0.132112,         0.168471,        -0.784182,         0.026855,         0.067535,         0.397651,        18.600000,        17.897897,         0.702103,         0.233366,         0.612520,         0.391215,         0.002146
+   25, 13053, 704959.2, 3577608,        21.624188,         1.660805,        13.020305,        -0.094448,         0.018655,        -5.063010,        -0.335364,         0.100033,        -3.352521,         0.079174,         0.048997,         1.615889,        20.200000,        19.292100,         0.907900,         0.260443,         0.642381,         0.182687,         0.000930
+   26, 13055, 653026.6, 3813760,        25.401577,         1.938885,        13.101126,        -0.108359,         0.026201,        -4.135739,        -0.618126,         0.166692,        -3.708196,         0.177630,         0.054586,         3.254110,         5.900000,         9.519327,        -3.619327,        -0.966887,         0.626307,         0.057587,         0.003504
+   27, 13057, 734240.9, 3794110,        27.599499,         1.625034,        16.983947,        -0.156416,         0.019579,        -7.988854,        -0.329309,         0.125216,        -2.629923,         0.053979,         0.040478,         1.333543,        18.400000,        16.645390,         1.754610,         0.473082,         0.602584,         0.074822,         0.001110
+   28, 13059, 832508.6, 3762905,        28.753571,         1.467127,        19.598557,        -0.175090,         0.018313,        -9.561152,        -0.142205,         0.112222,        -1.267174,        -0.043887,         0.039524,        -1.110395,        37.500000,        20.681305,        16.818695,         5.472825,         0.542848,         0.364817,         1.055090
+   29, 13061, 695793.9, 3495219,        19.254482,         2.309800,         8.335995,        -0.070318,         0.022391,        -3.140472,        -0.342070,         0.123484,        -2.770161,         0.102447,         0.061260,         1.672320,        11.200000,         6.235507,         4.964493,         1.407817,         0.593446,         0.163637,         0.023783
+   30, 13063, 745538.8, 3711726,        27.103317,         1.411025,        19.208249,        -0.152504,         0.016793,        -9.081578,        -0.316086,         0.099671,        -3.171284,         0.038024,         0.037150,         1.023518,        14.700000,        24.619697,        -9.919697,        -2.744662,         0.602380,         0.121470,         0.063882
+   31, 13065, 908046.1, 3428340,        18.735086,         2.946431,         6.358569,        -0.085801,         0.026143,        -3.281963,        -0.320518,         0.147958,        -2.166278,         0.125137,         0.060214,         2.078186,         6.700000,         8.660437,        -1.960437,        -0.539915,         0.617158,         0.113267,         0.002284
+   32, 13067, 724646.8, 3757187,        27.527424,         1.542368,        17.847508,        -0.154918,         0.018575,        -8.340206,        -0.362392,         0.115587,        -3.135221,         0.061247,         0.039111,         1.565992,        33.000000,        25.202176,         7.797824,         2.192155,         0.608938,         0.148976,         0.051595
+   33, 13069, 894463.9, 3492465,        18.226997,         2.233308,         8.161434,        -0.079779,         0.019761,        -4.037223,        -0.273235,         0.104230,        -2.621463,         0.093472,         0.044260,         2.111898,        11.100000,         9.305261,         1.794739,         0.473620,         0.542610,         0.034216,         0.000487
+   34, 13071, 808691.8, 3455994,        18.668308,         2.359061,         7.913448,        -0.072743,         0.021379,        -3.402565,        -0.348435,         0.114424,        -3.045123,         0.120240,         0.050504,         2.380815,        10.000000,         9.308080,         0.691920,         0.185506,         0.547550,         0.064302,         0.000145
+   35, 13073, 942527.9, 3722100,        26.246306,         2.079087,        12.623955,        -0.132908,         0.021092,        -6.301333,        -0.208429,         0.108399,        -1.922794,        -0.037766,         0.043401,        -0.870158,        23.900000,        20.390912,         3.509088,         1.029660,         0.569798,         0.218843,         0.018217
+   36, 13075, 839816.1, 3449007,        18.535261,         2.461574,         7.529840,        -0.075505,         0.021651,        -3.487343,        -0.338287,         0.117703,        -2.874075,         0.121617,         0.049920,         2.436253,         6.500000,         9.917521,        -3.417521,        -0.903073,         0.551130,         0.036806,         0.001911
+   37, 13077, 705457.9, 3694344,        26.117450,         1.428154,        18.287561,        -0.138099,         0.017474,        -7.902936,        -0.415058,         0.105668,        -3.927956,         0.086203,         0.040912,         2.107005,        13.300000,        12.823769,         0.476231,         0.127155,         0.623329,         0.056577,         0.000059
+   38, 13079, 783416.5, 3623343,        23.761320,         1.363547,        17.426111,        -0.115945,         0.015559,        -7.451790,        -0.299411,         0.082233,        -3.641021,         0.039274,         0.036432,         1.078014,         5.700000,         9.179222,        -3.479222,        -0.941519,         0.609455,         0.081576,         0.004829
+   39, 13081, 805648.4, 3537103,        19.919377,         1.762030,        11.304789,        -0.084754,         0.017478,        -4.849073,        -0.305697,         0.088024,        -3.472867,         0.080816,         0.041001,         1.971074,        10.000000,        10.238029,        -0.238029,        -0.063935,         0.582459,         0.067784,         0.000018
+   40, 13083, 635964.3, 3854592,        23.306235,         2.392725,         9.740458,        -0.077786,         0.033441,        -2.326110,        -0.661246,         0.199674,        -3.311632,         0.222182,         0.071887,         3.090705,         8.000000,         6.223420,         1.776580,         0.497158,         0.592442,         0.141150,         0.002491
+   41, 13085, 764386.1, 3812502,        28.104502,         1.628458,        17.258350,        -0.166640,         0.019792,        -8.419391,        -0.241500,         0.128331,        -1.881850,         0.018613,         0.040904,         0.455046,         8.600000,         8.354698,         0.245302,         0.065617,         0.579816,         0.060036,         0.000017
+   42, 13087, 732628.4, 3421800,        18.243729,         2.914084,         6.260537,        -0.061647,         0.026182,        -2.354582,        -0.374035,         0.151023,        -2.476672,         0.131483,         0.066322,         1.982507,        11.700000,        11.142799,         0.557201,         0.150000,         0.517041,         0.071931,         0.000107
+   43, 13089, 759231.9, 3735253,        27.769476,         1.445364,        19.212792,        -0.161861,         0.017255,        -9.380455,        -0.271692,         0.104433,        -2.601591,         0.018944,         0.037124,         0.510274,        32.700000,        25.475056,         7.224944,         2.074364,         0.590537,         0.184101,         0.059550
+   44, 13091, 860451.4, 3569933,        20.469253,         1.677580,        12.201654,        -0.090444,         0.016612,        -5.444365,        -0.274347,         0.084017,        -3.265377,         0.054057,         0.037097,         1.457158,         8.000000,         9.588201,        -1.588201,        -0.417816,         0.557046,         0.028199,         0.000311
+   45, 13093, 800031.3, 3564188,        20.929931,         1.608036,        13.015838,        -0.092427,         0.016693,        -5.536708,        -0.302410,         0.083978,        -3.601065,         0.067183,         0.039235,         1.712347,         9.500000,         7.561106,         1.938894,         0.522885,         0.597266,         0.075230,         0.001364
+   46, 13095, 764116.9, 3494367,        19.204355,         2.092473,         9.177827,        -0.074609,         0.020398,        -3.657707,        -0.337452,         0.104380,        -3.232902,         0.104021,         0.050090,         2.076661,        17.000000,        15.441075,         1.558925,         0.455956,         0.576878,         0.213784,         0.003467
+   47, 13097, 707288.7, 3731361,        27.001012,         1.505667,        17.932924,        -0.146631,         0.018322,        -8.002964,        -0.419165,         0.113268,        -3.700644,         0.084053,         0.040104,         2.095890,        12.000000,        20.960797,        -8.960797,        -2.439888,         0.618653,         0.092826,         0.037360
+   48, 13099, 703495.1, 3467152,        18.713680,         2.536789,         7.376917,        -0.065175,         0.023968,        -2.719217,        -0.351935,         0.133539,        -2.635458,         0.112937,         0.064293,         1.756593,         9.400000,         9.201063,         0.198937,         0.055488,         0.559229,         0.135477,         0.000030
+   49, 13101, 896654, 3401148,        19.037659,         3.251402,         5.855216,        -0.088054,         0.028791,        -3.058408,        -0.343474,         0.166065,        -2.068310,         0.136479,         0.065226,         2.092389,         4.700000,         6.784306,        -2.084306,        -0.650936,         0.625952,         0.310422,         0.011699
+   50, 13103, 1031899, 3596117,        20.188011,         2.764997,         7.301278,        -0.106310,         0.025588,        -4.154669,        -0.126448,         0.148647,        -0.850660,         0.002783,         0.055486,         0.050151,         7.600000,         9.148981,        -1.548981,        -0.468716,         0.549341,         0.265470,         0.004870
+   51, 13105, 879541.2, 3785425,        28.899725,         1.609510,        17.955610,        -0.175237,         0.020139,        -8.701534,        -0.112486,         0.120758,        -0.931501,        -0.063446,         0.042881,        -1.479591,         8.000000,        12.514429,        -4.514429,        -1.194332,         0.519491,         0.039067,         0.003557
+   52, 13107, 943066.2, 3616602,        21.552319,         1.863370,        11.566312,        -0.098746,         0.019110,        -5.167300,        -0.230719,         0.096896,        -2.381091,         0.014387,         0.041735,         0.344731,         9.100000,         9.752083,        -0.652083,        -0.173539,         0.540359,         0.050385,         0.000098
+   53, 13109, 981727.8, 3571315,        19.524437,         2.317459,         8.424933,        -0.095247,         0.022032,        -4.323150,        -0.184387,         0.119268,        -1.545998,         0.031875,         0.047100,         0.676738,         8.600000,         6.396233,         2.203767,         0.598391,         0.532129,         0.087782,         0.002113
+   54, 13111, 739255.8, 3866604,        25.800491,         1.942093,        13.284889,        -0.132113,         0.023470,        -5.629077,        -0.334302,         0.155917,        -2.144105,         0.084322,         0.050087,         1.683532,         7.800000,         6.841714,         0.958286,         0.265520,         0.586221,         0.123940,         0.000612
+   55, 13113, 731468.7, 3700612,        26.635584,         1.406211,        18.941387,        -0.146094,         0.016839,        -8.675907,        -0.352358,         0.099827,        -3.529676,         0.055632,         0.038095,         1.460347,        25.800000,        18.130359,         7.669641,         2.102880,         0.611376,         0.105339,         0.031934
+   56, 13115, 662257.4, 3789664,        26.193298,         1.779559,        14.718984,        -0.122362,         0.023322,        -5.246659,        -0.583025,         0.150805,        -3.866075,         0.155084,         0.048713,         3.183651,        13.700000,        15.949829,        -2.249829,        -0.619695,         0.631935,         0.113497,         0.003015
+   57, 13117, 765397.3, 3789005,        28.284771,         1.562754,        18.099310,        -0.169440,         0.018964,        -8.934931,        -0.237548,         0.120557,        -1.970422,         0.012018,         0.039268,         0.306063,        15.600000,        10.792897,         4.807103,         1.308686,         0.580733,         0.092528,         0.010710
+   58, 13119, 845701.3, 3813323,        29.400589,         1.585181,        18.547150,        -0.184715,         0.020736,        -8.907807,        -0.112098,         0.129333,        -0.866739,        -0.053782,         0.043244,        -1.243689,         9.500000,        10.911928,        -1.411928,        -0.376399,         0.519214,         0.053620,         0.000492
+   59, 13121, 733728.4, 3733248,        27.410891,         1.472439,        18.615976,        -0.155196,         0.017631,        -8.802319,        -0.339478,         0.107243,        -3.165486,         0.049497,         0.038046,         1.300979,        31.600000,        22.983543,         8.616457,         2.451935,         0.605256,         0.169429,         0.075217
+   60, 13123, 732702.3, 3844809,        26.406418,         1.831463,        14.418207,        -0.139151,         0.022196,        -6.269245,        -0.346943,         0.146183,        -2.373345,         0.079735,         0.046699,         1.707437,         8.600000,         6.752809,         1.847191,         0.504935,         0.597590,         0.099902,         0.001736
+   61, 13125, 908386.8, 3685752,        25.459382,         1.707747,        14.908173,        -0.125753,         0.017952,        -7.005000,        -0.238055,         0.092691,        -2.568249,        -0.018410,         0.040516,        -0.454388,         5.300000,         8.651193,        -3.351193,        -0.921959,         0.566452,         0.111386,         0.006535
+   62, 13127, 1023411, 3471063,        19.737677,         3.513780,         5.617221,        -0.100187,         0.029345,        -3.414072,        -0.262901,         0.164727,        -1.595982,         0.094212,         0.078849,         1.194841,        19.900000,        16.353392,         3.546608,         1.078845,         0.718939,         0.273148,         0.026826
+   63, 13129, 695325.1, 3822135,        26.060773,         1.833606,        14.212850,        -0.127058,         0.023050,        -5.512187,        -0.472404,         0.148058,        -3.190673,         0.123869,         0.048031,         2.578943,         9.200000,        11.158798,        -1.958798,        -0.520344,         0.619686,         0.046906,         0.000817
+   64, 13131, 765058.1, 3421817,        18.487700,         2.799631,         6.603620,        -0.065901,         0.024834,        -2.653700,        -0.378809,         0.140034,        -2.705123,         0.134443,         0.060718,         2.214211,         7.700000,        10.624263,        -2.924263,        -0.784497,         0.529052,         0.065483,         0.002645
+   65, 13133, 855577.3, 3722330,        27.614066,         1.443284,        19.132797,        -0.155722,         0.016846,        -9.243944,        -0.180914,         0.096739,        -1.870132,        -0.037934,         0.038129,        -0.994891,         8.800000,         9.392443,        -0.592443,        -0.158002,         0.552804,         0.054404,         0.000088
+   66, 13135, 772634.6, 3764306,        28.317671,         1.495672,        18.933077,        -0.170234,         0.018110,        -9.399803,        -0.226008,         0.112667,        -2.005983,         0.002136,         0.038081,         0.056080,        29.600000,        25.109368,         4.490632,         1.255697,         0.577869,         0.139833,         0.015721
+   67, 13137, 818917.1, 3839931,        29.102117,         1.658962,        17.542360,        -0.181252,         0.021332,        -8.496781,        -0.140894,         0.137260,        -1.026473,        -0.033065,         0.044178,        -0.748465,        12.000000,        11.247688,         0.752312,         0.200326,         0.530018,         0.051456,         0.000134
+   68, 13139, 794419.5, 3803344,        28.802410,         1.567821,        18.370980,        -0.177649,         0.019567,        -9.078889,        -0.173887,         0.124973,        -1.391401,        -0.017117,         0.040512,        -0.422534,        15.400000,        12.406697,         2.993303,         0.792643,         0.557016,         0.040857,         0.001641
+   69, 13141, 873518.8, 3689861,        26.191848,         1.490939,        17.567346,        -0.135710,         0.016417,        -8.266234,        -0.228075,         0.088423,        -2.579358,        -0.020842,         0.038181,        -0.545874,         6.800000,         4.095962,         2.704038,         0.803859,         0.564162,         0.238967,         0.012445
+   70, 13143, 665933.8, 3740622,        26.479932,         1.599145,        16.558807,        -0.132012,         0.020433,        -6.460604,        -0.551697,         0.132283,        -4.170579,         0.138860,         0.045223,         3.070580,         7.500000,        10.483535,        -2.983535,        -0.807741,         0.633274,         0.082396,         0.003593
+   71, 13145, 695500.6, 3624790,        23.378014,         1.466275,        15.943809,        -0.111261,         0.017870,        -6.226062,        -0.374268,         0.101218,        -3.697653,         0.085800,         0.046237,         1.855660,        13.600000,         9.778825,         3.821175,         1.038411,         0.641321,         0.089263,         0.006482
+   72, 13147, 870749.9, 3810303,        29.333040,         1.622431,        18.079685,        -0.182709,         0.021087,        -8.664439,        -0.100954,         0.129078,        -0.782120,        -0.064110,         0.044316,        -1.446662,         9.100000,        13.107079,        -4.007079,        -1.061090,         0.509441,         0.040845,         0.002941
+   73, 13149, 675280.4, 3685569,        25.424168,         1.454941,        17.474367,        -0.127761,         0.018468,        -6.917860,        -0.480233,         0.114981,        -4.176637,         0.119105,         0.045492,         2.618134,         5.700000,         5.069225,         0.630775,         0.175473,         0.634195,         0.130906,         0.000284
+   74, 13151, 763488.4, 3699716,        26.930567,         1.369624,        19.662739,        -0.150840,         0.016190,        -9.316803,        -0.285118,         0.094155,        -3.028173,         0.022232,         0.036205,         0.614070,        10.700000,        13.955140,        -3.255140,        -0.877954,         0.596477,         0.075443,         0.003858
+   75, 13153, 814118.9, 3590553,        21.982592,         1.496302,        14.691284,        -0.100682,         0.015972,        -6.303489,        -0.294182,         0.081281,        -3.619307,         0.049882,         0.036931,         1.350709,        16.000000,        17.847440,        -1.847440,        -0.510687,         0.595102,         0.119826,         0.002178
+   76, 13155, 855461.8, 3506293,        18.652067,         2.017468,         9.245284,        -0.078814,         0.018306,        -4.305454,        -0.289209,         0.095128,        -3.040205,         0.090590,         0.040997,         2.209654,         8.300000,         8.551789,        -0.251789,        -0.067196,         0.540918,         0.055684,         0.000016
+   77, 13157, 815753.1, 3783949,        28.983295,         1.509199,        19.204429,        -0.179740,         0.019053,        -9.433847,        -0.145667,         0.119305,        -1.220965,        -0.035969,         0.040082,        -0.897384,         9.000000,        12.565084,        -3.565084,        -0.940643,         0.545602,         0.033889,         0.001904
+   78, 13159, 807249.1, 3695092,        26.936093,         1.345103,        20.025305,        -0.149485,         0.015707,        -9.517036,        -0.233942,         0.089293,        -2.619921,        -0.007764,         0.035689,        -0.217556,        10.800000,         7.646782,         3.153218,         0.842637,         0.578437,         0.058189,         0.002691
+   79, 13161, 915741.9, 3530869,        18.587587,         2.054473,         9.047376,        -0.083293,         0.018903,        -4.406281,        -0.240391,         0.097275,        -2.471261,         0.067675,         0.041599,         1.626853,         8.300000,         9.685356,        -1.385356,        -0.372440,         0.524075,         0.069434,         0.000635
+   80, 13163, 924108.1, 3668080,        24.397253,         1.802536,        13.534962,        -0.115770,         0.018593,        -6.226577,        -0.248282,         0.094249,        -2.634317,        -0.008504,         0.041647,        -0.204187,         6.200000,         4.573482,         1.626518,         0.447613,         0.568228,         0.111925,         0.001549
+   81, 13165, 970465.7, 3640263,        22.345855,         2.068655,        10.802117,        -0.105004,         0.020758,        -5.058458,        -0.214416,         0.108275,        -1.980282,        -0.001922,         0.044876,        -0.042839,         7.700000,        10.656099,        -2.956099,        -0.805448,         0.554384,         0.094058,         0.004131
+   82, 13167, 908636.7, 3624562,        22.458347,         1.678174,        13.382612,        -0.102373,         0.017465,        -5.861512,        -0.257747,         0.087956,        -2.930394,         0.015788,         0.039758,         0.397087,         4.900000,         7.034152,        -2.134152,        -0.570500,         0.555599,         0.058811,         0.001247
+   83, 13169, 821367.1, 3660143,        25.412835,         1.341701,        18.940764,        -0.130589,         0.015256,        -8.559730,        -0.263712,         0.082290,        -3.204677,         0.006213,         0.035484,         0.175103,        12.000000,        12.028576,        -0.028576,        -0.007668,         0.585494,         0.065861,         0.000000
+   84, 13171, 766461.7, 3663959,        25.616247,         1.327782,        19.292508,        -0.135230,         0.015594,        -8.672001,        -0.299656,         0.087013,        -3.443820,         0.031063,         0.036000,         0.862850,        10.000000,        13.188263,        -3.188263,        -0.838623,         0.606050,         0.027897,         0.001238
+   85, 13173, 873804.3, 3439981,        18.485508,         2.662577,         6.942712,        -0.079760,         0.023282,        -3.425762,        -0.325976,         0.128610,        -2.534609,         0.122959,         0.052478,         2.343070,         5.400000,         5.335018,         0.064982,         0.018003,         0.571666,         0.123737,         0.000003
+   86, 13175, 884830.4, 3599291,        21.513434,         1.629498,        13.202490,        -0.096680,         0.016747,        -5.772866,        -0.265558,         0.084313,        -3.149651,         0.032999,         0.037891,         0.870910,        12.000000,        12.054656,        -0.054656,        -0.014424,         0.554368,         0.034337,         0.000000
+   87, 13177, 770455.5, 3520161,        19.713219,         1.888118,        10.440670,        -0.080357,         0.018910,        -4.249449,        -0.324217,         0.095161,        -3.407032,         0.092205,         0.046346,         1.989518,        13.700000,        11.116389,         2.583611,         0.712229,         0.592749,         0.114982,         0.004042
+   88, 13179, 1014742, 3537225,        19.271658,         2.889841,         6.668761,        -0.098901,         0.025702,        -3.847953,        -0.186311,         0.144917,        -1.285637,         0.051835,         0.059925,         0.864987,        13.400000,        14.842581,        -1.442581,        -0.418043,         0.599004,         0.199104,         0.002665
+   89, 13181, 919396.5, 3752562,        27.545928,         1.877197,        14.673966,        -0.151795,         0.020423,        -7.432526,        -0.159834,         0.111833,        -1.429224,        -0.055239,         0.042638,        -1.295542,         8.200000,         7.411757,         0.788243,         0.217535,         0.544230,         0.116920,         0.000384
+   90, 13183, 1004544, 3517834,        19.147246,         2.911110,         6.577301,        -0.096494,         0.025509,        -3.782714,        -0.213249,         0.142579,        -1.495655,         0.067821,         0.062017,         1.093589,         5.200000,         5.918927,        -0.718927,        -0.197629,         0.619662,         0.109966,         0.000296
+   91, 13185, 864781.1, 3419313,        18.702818,         2.898650,         6.452252,        -0.080632,         0.025021,        -3.222632,        -0.346748,         0.141637,        -2.448148,         0.132853,         0.056694,         2.343351,        16.300000,        12.199780,         4.100220,         1.127872,         0.579007,         0.111142,         0.009756
+   92, 13187, 772600, 3832429,        28.034016,         1.680274,        16.684198,        -0.165973,         0.020545,        -8.078570,        -0.225653,         0.135128,        -1.669915,         0.014869,         0.042678,         0.348387,        11.100000,        11.557024,        -0.457024,        -0.123355,         0.570811,         0.076780,         0.000078
+   93, 13189, 917730.9, 3716368,        26.491635,         1.823878,        14.524892,        -0.136822,         0.019204,        -7.124735,        -0.206799,         0.100526,        -2.057180,        -0.036307,         0.041310,        -0.878878,        10.400000,        11.687393,        -1.287393,        -0.339950,         0.560658,         0.035441,         0.000260
+   94, 13191, 1030500, 3500535,        19.531073,         3.306463,         5.906939,        -0.100700,         0.028465,        -3.537675,        -0.224337,         0.158667,        -1.413885,         0.076261,         0.073323,         1.040078,         8.700000,         7.763560,         0.936440,         0.298694,         0.678354,         0.338933,         0.002805
+   95, 13193, 777055.3, 3584821,        21.948697,         1.501384,        14.618972,        -0.100007,         0.016436,        -6.084695,        -0.307740,         0.083805,        -3.672086,         0.060169,         0.039379,         1.527960,        10.100000,         9.935315,         0.164685,         0.044507,         0.614154,         0.079139,         0.000010
+   96, 13195, 848638.8, 3785405,        29.108660,         1.525087,        19.086557,        -0.179940,         0.019541,        -9.208353,        -0.119019,         0.120262,        -0.989659,        -0.054095,         0.041502,        -1.303442,         9.700000,         8.795952,         0.904048,         0.242503,         0.527752,         0.065270,         0.000252
+   97, 13197, 732876.8, 3584393,        21.964645,         1.555356,        14.121942,        -0.098795,         0.017498,        -5.646017,        -0.324893,         0.091508,        -3.550442,         0.070566,         0.044300,         1.592908,         4.600000,         5.838986,        -1.238986,        -0.333421,         0.633268,         0.071284,         0.000523
+   98, 13199, 715359.8, 3660275,        25.031495,         1.381684,        18.116654,        -0.128288,         0.016812,        -7.630803,        -0.375748,         0.097493,        -3.854114,         0.074536,         0.041025,         1.816861,         6.700000,         9.382455,        -2.682455,        -0.714991,         0.626994,         0.053324,         0.001766
+   99, 13201, 716369.8, 3451034,        18.498969,         2.647591,         6.987095,        -0.063562,         0.024691,        -2.574316,        -0.359424,         0.137856,        -2.607251,         0.119639,         0.064298,         1.860682,         8.200000,         7.487133,         0.712867,         0.202623,         0.541033,         0.167515,         0.000507
+  100, 13205, 766238.6, 3453930,        18.697196,         2.444988,         7.647153,        -0.068668,         0.022730,        -3.021070,        -0.360146,         0.121524,        -2.963568,         0.121464,         0.055233,         2.199129,         7.800000,        10.321223,        -2.521223,        -0.677451,         0.546752,         0.068453,         0.002068
+  101, 13207, 790338.7, 3660608,        25.531500,         1.319869,        19.343960,        -0.133514,         0.015307,        -8.722150,        -0.278916,         0.083919,        -3.323649,         0.018022,         0.035218,         0.511733,        12.900000,        12.228318,         0.671682,         0.178147,         0.597232,         0.043893,         0.000089
+  102, 13209, 920887.4, 3568473,        19.640398,         1.866662,        10.521669,        -0.088268,         0.018357,        -4.808384,        -0.233561,         0.092494,        -2.525151,         0.044110,         0.039715,         1.110669,        10.100000,         6.461978,         3.638022,         0.977197,         0.520617,         0.067811,         0.004260
+  103, 13211, 825920.1, 3717990,        27.667554,         1.385998,        19.962182,        -0.158520,         0.016396,        -9.667943,        -0.193737,         0.095679,        -2.024863,        -0.027128,         0.036967,        -0.733837,        11.000000,        12.247136,        -1.247136,        -0.330924,         0.562550,         0.044766,         0.000315
+  104, 13213, 707834.3, 3854188,        25.179507,         1.989430,        12.656647,        -0.118071,         0.024765,        -4.767757,        -0.434567,         0.159217,        -2.729392,         0.126532,         0.052441,         2.412830,         5.500000,         9.793444,        -4.293444,        -1.152274,         0.605491,         0.066235,         0.005776
+  105, 13215, 700833.7, 3598228,        22.372666,         1.560179,        14.339810,        -0.101636,         0.018243,        -5.571270,        -0.347518,         0.099784,        -3.482699,         0.079690,         0.047623,         1.673341,        16.600000,        18.607828,        -2.007828,        -0.574018,         0.643793,         0.177115,         0.004350
+  106, 13217, 793263.9, 3719734,        27.696364,         1.385437,        19.991071,        -0.160723,         0.016476,        -9.754942,        -0.221214,         0.097472,        -2.269504,        -0.009041,         0.036440,        -0.248116,         9.500000,        12.093887,        -2.593887,        -0.680759,         0.575874,         0.023543,         0.000685
+  107, 13219, 830735.9, 3750903,        28.515470,         1.443850,        19.749609,        -0.171342,         0.017761,        -9.647245,        -0.153598,         0.107785,        -1.425043,        -0.040542,         0.038794,        -1.045074,        28.400000,        10.691485,        17.708515,         4.805037,         0.547939,         0.086501,         0.134089
+  108, 13221, 863291.8, 3756777,        28.486943,         1.508388,        18.885691,        -0.168929,         0.018442,        -9.159875,        -0.137865,         0.109730,        -1.256411,        -0.053214,         0.040260,        -1.321768,        12.800000,         8.044145,         4.755855,         1.269712,         0.535643,         0.056408,         0.005911
+  109, 13223, 695329.2, 3758093,        27.039824,         1.594510,        16.958082,        -0.143242,         0.019665,        -7.283955,        -0.461479,         0.124511,        -3.706325,         0.102088,         0.041745,         2.445530,         7.600000,         9.959265,        -2.359265,        -0.641397,         0.623576,         0.090009,         0.002496
+  110, 13225, 798061.4, 3609091,        23.007522,         1.409771,        16.320047,        -0.109026,         0.015673,        -6.956206,        -0.296656,         0.081178,        -3.654367,         0.042495,         0.036544,         1.162854,        15.200000,        11.224301,         3.975699,         1.052399,         0.604418,         0.040150,         0.002841
+  111, 13227, 733846.7, 3812828,        27.309286,         1.686626,        16.191670,        -0.152000,         0.020362,        -7.464944,        -0.333428,         0.132044,        -2.525130,         0.061004,         0.042185,         1.446102,         9.000000,         7.931665,         1.068335,         0.285900,         0.601971,         0.060873,         0.000325
+  112, 13229, 953533.8, 3482044,        18.638725,         2.712076,         6.872493,        -0.087985,         0.023539,        -3.737747,        -0.264189,         0.130720,        -2.021036,         0.095320,         0.057866,         1.647250,         6.300000,         7.579729,        -1.279729,        -0.353824,         0.612330,         0.120170,         0.001049
+  113, 13231, 744180.8, 3665561,        25.531390,         1.347820,        18.942725,        -0.134407,         0.016029,        -8.385050,        -0.329567,         0.091036,        -3.620183,         0.048136,         0.037576,         1.281036,         9.300000,         8.639087,         0.660913,         0.177246,         0.614761,         0.064863,         0.000134
+  114, 13233, 668031.4, 3764766,        26.573909,         1.670221,        15.910416,        -0.130883,         0.021420,        -6.110385,        -0.555955,         0.138710,        -4.008026,         0.140370,         0.045606,         3.077899,         6.800000,        10.815419,        -4.015419,        -1.076518,         0.632586,         0.064257,         0.004881
+  115, 13235, 833819.6, 3567447,        20.717000,         1.633885,        12.679598,        -0.091711,         0.016455,        -5.573389,        -0.287903,         0.083191,        -3.460729,         0.060053,         0.037378,         1.606647,        10.700000,        10.488630,         0.211370,         0.055826,         0.575861,         0.035842,         0.000007
+  116, 13237, 840169.1, 3695254,        26.792405,         1.380916,        19.401908,        -0.145428,         0.015827,        -9.188835,        -0.219663,         0.088415,        -2.484450,        -0.019925,         0.036604,        -0.544337,        11.700000,        12.865669,        -1.165669,        -0.306488,         0.567530,         0.027117,         0.000161
+  117, 13239, 686875.4, 3524124,        19.938606,         2.101376,         9.488358,        -0.076743,         0.021189,        -3.621913,        -0.335561,         0.116903,        -2.870428,         0.092779,         0.058495,         1.586108,         7.300000,         5.823211,         1.476789,         0.408066,         0.623753,         0.119125,         0.001381
+  118, 13241, 824645.5, 3864805,        28.946875,         1.753802,        16.505215,        -0.178627,         0.022537,        -7.925863,        -0.141280,         0.146443,        -0.964748,        -0.033037,         0.047105,        -0.701358,        11.600000,         9.151176,         2.448824,         0.663099,         0.517122,         0.082733,         0.002432
+  119, 13243, 712437.1, 3519627,        19.834717,         2.045356,         9.697438,        -0.077315,         0.020591,        -3.754887,        -0.334245,         0.109112,        -3.063314,         0.093909,         0.054724,         1.716049,         6.000000,         9.161675,        -3.161675,        -0.892170,         0.613757,         0.155351,         0.008979
+  120, 13245, 954272.3, 3697862,        25.181684,         2.131237,        11.815523,        -0.121909,         0.021231,        -5.741997,        -0.228763,         0.107676,        -2.124543,        -0.024839,         0.044398,        -0.559478,        17.300000,        18.769040,        -1.469040,        -0.445945,         0.578971,         0.270136,         0.004514
+  121, 13247, 777759, 3729605,        27.840812,         1.415120,        19.673812,        -0.163184,         0.016897,        -9.657556,        -0.236713,         0.101440,        -2.333519,         0.001163,         0.036761,         0.031625,        18.100000,        16.722048,         1.377952,         0.368396,         0.581161,         0.059032,         0.000522
+  122, 13249, 752973.1, 3570222,        21.401431,         1.596530,        13.404969,        -0.094463,         0.017377,        -5.435993,        -0.317336,         0.088541,        -3.584061,         0.071331,         0.043188,         1.651642,         8.000000,         8.071782,        -0.071782,        -0.019219,         0.623306,         0.061796,         0.000001
+  123, 13251, 1004028, 3641918,        21.997494,         2.323465,         9.467537,        -0.107861,         0.022711,        -4.749200,        -0.173649,         0.125644,        -1.382070,        -0.012026,         0.049352,        -0.243675,         8.600000,         8.930102,        -0.330102,        -0.089911,         0.555384,         0.093413,         0.000051
+  124, 13253, 704495.6, 3422002,        18.016084,         3.027796,         5.950231,        -0.058428,         0.027344,        -2.136750,        -0.366760,         0.162354,        -2.259018,         0.128272,         0.073049,         1.755977,         7.800000,         7.488072,         0.311928,         0.090810,         0.506163,         0.206436,         0.000132
+  125, 13255, 754916.2, 3685029,        26.366844,         1.355004,        19.458874,        -0.143917,         0.016033,        -8.976018,        -0.307879,         0.092178,        -3.340046,         0.034163,         0.036502,         0.935930,        11.100000,        14.843453,        -3.743453,        -0.983761,         0.604639,         0.026126,         0.001592
+  126, 13257, 842085.9, 3827075,        29.440723,         1.620637,        18.166140,        -0.185429,         0.021257,        -8.723231,        -0.114260,         0.133555,        -0.855527,        -0.051254,         0.044108,        -1.162005,        13.100000,        14.932844,        -1.832844,        -0.494817,         0.516765,         0.077218,         0.001257
+  127, 13259, 703256.8, 3552857,        20.782084,         1.826887,        11.375683,        -0.086125,         0.019515,        -4.413305,        -0.331453,         0.104173,        -3.181761,         0.084002,         0.052007,         1.615207,         8.000000,         7.092777,         0.907223,         0.254883,         0.636837,         0.147911,         0.000692
+  128, 13261, 763457.1, 3551752,        20.685430,         1.690728,        12.234627,        -0.088696,         0.017764,        -4.992976,        -0.316879,         0.089315,        -3.547864,         0.078125,         0.043847,         1.781777,        15.900000,        12.435222,         3.464778,         0.924448,         0.612953,         0.055237,         0.003064
+  129, 13263, 734217.9, 3623162,        23.625745,         1.401385,        16.858854,        -0.114740,         0.016535,        -6.939219,        -0.333560,         0.090162,        -3.699563,         0.062009,         0.040795,         1.520009,         7.100000,         7.952706,        -0.852706,        -0.242691,         0.629253,         0.169709,         0.000738
+  130, 13265, 884376.9, 3717493,        27.089792,         1.566017,        17.298530,        -0.146418,         0.017474,        -8.379044,        -0.193156,         0.096119,        -2.009559,        -0.038055,         0.039240,        -0.969798,         5.600000,         3.951246,         1.648754,         0.457485,         0.553403,         0.126435,         0.001858
+  131, 13267, 963427.8, 3560039,        19.217058,         2.200403,         8.733426,        -0.091326,         0.020954,        -4.358374,        -0.201567,         0.110553,        -1.823263,         0.042392,         0.045119,         0.939556,         6.500000,         8.798031,        -2.298031,        -0.606947,         0.527615,         0.035842,         0.000840
+  132, 13269, 759410.8, 3608179,        23.039230,         1.416355,        16.266563,        -0.109369,         0.016195,        -6.753421,        -0.313715,         0.085188,        -3.682624,         0.054559,         0.039100,         1.395362,         7.100000,         5.205194,         1.894806,         0.510932,         0.621828,         0.075003,         0.001298
+  133, 13271, 882069.4, 3534470,        18.922035,         1.913377,         9.889339,        -0.082409,         0.017695,        -4.657153,        -0.261421,         0.090604,        -2.885327,         0.070699,         0.038845,         1.820027,         8.600000,         8.237958,         0.362042,         0.095925,         0.529706,         0.041946,         0.000025
+  134, 13273, 743031.8, 3522636,        19.875275,         1.928382,        10.306709,        -0.079853,         0.019541,        -4.086380,        -0.329413,         0.099615,        -3.306880,         0.092239,         0.049655,         1.857614,         9.200000,        11.797883,        -2.597883,        -0.716655,         0.606052,         0.116194,         0.004141
+  135, 13275, 795506.2, 3421725,        18.643305,         2.742233,         6.798586,        -0.070259,         0.023874,        -2.942869,        -0.376501,         0.133889,        -2.812046,         0.135664,         0.057479,         2.360227,        13.400000,        11.401834,         1.998166,         0.537226,         0.540407,         0.069565,         0.001323
+  136, 13277, 831682.3, 3487715,        18.685509,         2.102202,         8.888541,        -0.076433,         0.019228,        -3.975025,        -0.314747,         0.100573,        -3.129535,         0.103134,         0.044193,         2.333723,        14.000000,        10.323671,         3.676329,         0.979917,         0.548679,         0.053355,         0.003319
+  137, 13279, 941734.4, 3567586,        19.466237,         1.985710,         9.803160,        -0.089505,         0.019441,        -4.604034,        -0.217248,         0.099299,        -2.187827,         0.041084,         0.041683,         0.985641,        11.400000,        12.017499,        -0.617499,        -0.171186,         0.518705,         0.124870,         0.000256
+  138, 13281, 797981.7, 3872640,        27.974459,         1.810354,        15.452483,        -0.165515,         0.022514,        -7.351677,        -0.187459,         0.150689,        -1.244015,        -0.001395,         0.047718,        -0.029238,        11.400000,         8.798515,         2.601485,         0.703537,         0.537970,         0.080385,         0.002654
+  139, 13283, 919077.6, 3595170,        20.817967,         1.766099,        11.787543,        -0.093618,         0.018007,        -5.198952,        -0.242249,         0.090264,        -2.683772,         0.029578,         0.039579,         0.747331,         6.300000,        10.242200,        -3.942200,        -1.061068,         0.533919,         0.071614,         0.005327
+  140, 13285, 682616.8, 3660254,        24.628583,         1.429226,        17.232112,        -0.122024,         0.018024,        -6.769916,        -0.434456,         0.108277,        -4.012437,         0.105230,         0.045825,         2.296363,        13.600000,        15.337945,        -1.737945,        -0.462263,         0.636860,         0.049325,         0.000680
+  141, 13287, 819399.6, 3514927,        19.212872,         1.905344,        10.083674,        -0.079944,         0.018122,        -4.411469,        -0.306889,         0.092643,        -3.312610,         0.090595,         0.041947,         2.159766,         7.200000,         9.733350,        -2.533350,        -0.696716,         0.563038,         0.110766,         0.003708
+  142, 13289, 832935, 3623868,        23.494623,         1.415751,        16.595167,        -0.112114,         0.015528,        -7.219911,        -0.282337,         0.080497,        -3.507406,         0.026196,         0.036111,         0.725423,         4.800000,         6.145666,        -1.345666,        -0.359394,         0.587368,         0.057089,         0.000480
+  143, 13291, 777040.1, 3858779,        27.581783,         1.780050,        15.494948,        -0.159725,         0.021761,        -7.339813,        -0.225600,         0.145778,        -1.547555,         0.020375,         0.045908,         0.443822,        10.100000,         7.482873,         2.617127,         0.732462,         0.561207,         0.141350,         0.005417
+  144, 13293, 752165.2, 3639192,        24.448551,         1.349780,        18.112984,        -0.123045,         0.015880,        -7.748661,        -0.319512,         0.087064,        -3.669837,         0.048127,         0.037840,         1.271852,         9.000000,        13.053828,        -4.053828,        -1.066415,         0.618836,         0.028113,         0.002018
+  145, 13295, 658870.4, 3842167,        24.393692,         2.128643,        11.459738,        -0.096237,         0.028760,        -3.346260,        -0.599597,         0.177716,        -3.373902,         0.187969,         0.060689,         3.097279,         8.400000,        13.108544,        -4.708544,        -1.342428,         0.613305,         0.172575,         0.023053
+  146, 13297, 800384.3, 3742691,        28.270402,         1.427432,        19.805076,        -0.169111,         0.017295,        -9.777959,        -0.190096,         0.105132,        -1.808170,        -0.020479,         0.037547,        -0.545415,         9.400000,        15.035356,        -5.635356,        -1.480005,         0.565278,         0.024890,         0.003429
+  147, 13299, 938349.6, 3446675,        18.807464,         2.938334,         6.400723,        -0.088284,         0.025722,        -3.432238,        -0.299348,         0.145918,        -2.051490,         0.114781,         0.062671,         1.831479,        10.400000,        10.676743,        -0.276743,        -0.074001,         0.639735,         0.059378,         0.000021
+  148, 13301, 902471.1, 3699878,        26.143704,         1.676856,        15.590902,        -0.133400,         0.017886,        -7.458245,        -0.222181,         0.093988,        -2.363941,        -0.027191,         0.040097,        -0.678129,         4.200000,         3.922915,         0.277085,         0.076889,         0.562307,         0.126549,         0.000053
+  149, 13303, 894704.3, 3648583,        23.926078,         1.599239,        14.960916,        -0.112817,         0.016900,        -6.675395,        -0.261576,         0.086445,        -3.025915,         0.003985,         0.039419,         0.101086,         9.800000,        10.912660,        -1.112660,        -0.300339,         0.567106,         0.076920,         0.000461
+  150, 13305, 986832.8, 3494323,        19.023537,         2.921649,         6.511234,        -0.093408,         0.025174,        -3.710469,        -0.245696,         0.140586,        -1.747657,         0.085550,         0.063490,         1.347440,         9.600000,         9.883568,        -0.283568,        -0.076397,         0.637893,         0.073385,         0.000028
+  151, 13307, 731576.3, 3544716,        20.531972,         1.800189,        11.405456,        -0.085371,         0.018907,        -4.515398,        -0.326009,         0.097203,        -3.353916,         0.083926,         0.048730,         1.722268,         5.500000,         8.872715,        -3.372715,        -0.931006,         0.623628,         0.117344,         0.007067
+  152, 13309, 898776.3, 3563384,        19.676502,         1.807888,        10.883698,        -0.087088,         0.017568,        -4.957200,        -0.249081,         0.088557,        -2.812663,         0.050958,         0.038374,         1.327925,         8.600000,         4.952280,         3.647720,         1.007925,         0.527792,         0.119104,         0.008425
+  153, 13311, 796905.6, 3841086,        28.582087,         1.677912,        17.034317,        -0.174207,         0.021028,        -8.284629,        -0.176172,         0.137634,        -1.280004,        -0.011304,         0.043669,        -0.258850,        13.600000,         8.929962,         4.670038,         1.251453,         0.548425,         0.063411,         0.006503
+  154, 13313, 686891.4, 3855274,        24.474271,         2.100238,        11.653092,        -0.104160,         0.027046,        -3.851167,        -0.506701,         0.169414,        -2.990907,         0.159743,         0.057374,         2.784246,        12.000000,        12.207216,        -0.207216,        -0.055252,         0.608355,         0.053997,         0.000011
+  155, 13315, 838551.5, 3538547,        19.592759,         1.793470,        10.924498,        -0.084198,         0.017164,        -4.905592,        -0.288637,         0.087414,        -3.301955,         0.075524,         0.038778,         1.947599,         7.600000,         5.316609,         2.283391,         0.620364,         0.560011,         0.088819,         0.002301
+  156, 13317, 891228.5, 3749769,        27.962051,         1.636165,        17.089996,        -0.159172,         0.018915,        -8.415137,        -0.150957,         0.107657,        -1.402208,        -0.054321,         0.040961,        -1.326172,        10.400000,        12.568266,        -2.168266,        -0.580414,         0.538262,         0.061387,         0.001351
+  157, 13319, 858796.9, 3637891,        23.916868,         1.456211,        16.424038,        -0.114371,         0.015790,        -7.243026,        -0.271957,         0.081857,        -3.322330,         0.013616,         0.037177,         0.366235,         8.800000,         8.890582,        -0.090582,        -0.025045,         0.576505,         0.120216,         0.000005
+  158, 13321, 801018.1, 3487328,        18.929377,         2.092550,         9.046081,        -0.075227,         0.019763,        -3.806492,        -0.330297,         0.102164,        -3.233022,         0.105827,         0.046739,         2.264206,         6.300000,         8.176916,        -1.876916,        -0.499318,         0.559498,         0.049672,         0.000799
diff --git a/pysal/examples/georgia/georgia_GS_F_summary.txt b/pysal/examples/georgia/georgia_GS_F_summary.txt
new file mode 100755
index 0000000..478708f
--- /dev/null
+++ b/pysal/examples/georgia/georgia_GS_F_summary.txt
@@ -0,0 +1,168 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 2:05:10 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\goergia_GS_F.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\georgia\georgia\GData_utm.csv
+Number of areas/points: 159
+
+Model settings---------------------------------
+Model type: Gaussian
+Geographic kernel: fixed Gaussian
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 4
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: AreaKey
+Easting (x-coord): field12 : X
+Northing (y-coord): field13: Y
+Cartesian coordinates: Euclidean distance
+Dependent variable: field6: PctBach
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field5: PctRural
+Independent variable with varying (Local) coefficient: field9: PctPov
+Independent variable with varying (Local) coefficient: field10: PctBlack
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Residual sum of squares:                 2639.559476
+Number of parameters:                        4
+ (Note: this num does not include an error variance term for a Gaussian model)
+ML based global sigma estimate:             4.074433
+Unbiased global sigma estimate:             4.126671
+-2 log-likelihood:                        897.927089
+Classic AIC:                              907.927089
+AICc:                                     908.319245
+BIC/MDL:                                  923.271610
+CV:                                        18.100197
+R square:                                   0.485273
+Adjusted R square:                          0.471903
+
+Variable                  Estimate    Standard Error      t(Est/SE) 
+-------------------- --------------- --------------- ---------------
+Intercept                  23.854615        1.173043       20.335661
+PctRural                   -0.111395        0.012878       -8.649661
+PctPov                     -0.345778        0.070863       -4.879540
+PctBlack                    0.058331        0.029187        1.998499
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 54486.3131542225,  279451.547243655
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth: 54486.313 Criterion:    914.115
+  p1            Bandwidth: 140415.386 Criterion:    900.141
+  p2            Bandwidth: 193522.474 Criterion:    903.842
+  pU            Bandwidth: 279451.547 Criterion:    906.294
+ iter    1 (p1) Bandwidth: 140415.386 Criterion:    900.141 Diff:  53107.088
+ iter    2 (p1) Bandwidth: 107593.401 Criterion:    896.616 Diff:  32821.985
+ iter    3 (p1) Bandwidth: 87308.298 Criterion:    895.290 Diff:  20285.103
+ iter    4 (p2) Bandwidth: 87308.298 Criterion:    895.290 Diff:  12536.883
+ iter    5 (p1) Bandwidth: 87308.298 Criterion:    895.290 Diff:   7748.220
+ iter    6 (p2) Bandwidth: 87308.298 Criterion:    895.290 Diff:   4788.663
+Best bandwidth size 87308.298
+Minimum AICc      895.290
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                87308.298470
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           635964.300000  1059706.000000   423741.700000
+Y-coord          3401148.000000  3872640.000000   471492.000000
+
+  Diagnostic information
+Residual sum of squares:          2030.010213
+Effective number of parameters (model: trace(S)):                    16.304601
+Effective number of parameters (variance: trace(S'S)):               10.141574
+Degree of freedom (model: n - trace(S)):                            142.695399
+Degree of freedom (residual: n - 2trace(S) + trace(S'S)):           136.532371
+ML based sigma estimate:             3.573144
+Unbiased sigma estimate:             3.855949
+-2 log-likelihood:                 856.178266
+Classic AIC:                       890.787468
+AICc:                              895.290158
+BIC/MDL:                           943.893632
+CV:                                 18.212841
+R square:                            0.604138
+Adjusted R square:                   0.538515
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\goergia_GS_F_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                  23.315956        3.742747
+PctRural                   -0.116469        0.034541
+PctPov                     -0.290012        0.105098
+PctBlack                    0.053228        0.060773
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  18.016084       29.440723       11.424639
+PctRural                   -0.185429       -0.058428        0.127001
+PctPov                     -0.661246       -0.100954        0.560292
+PctBlack                   -0.064110        0.222182        0.286293
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                  19.466237       23.494623       26.843339
+PctRural                   -0.145428       -0.108359       -0.087985
+PctPov                     -0.337452       -0.285118       -0.224337
+PctBlack                    0.003985        0.055632        0.102447
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   7.377102        5.468571
+PctRural                    0.057443        0.042582
+PctPov                      0.113114        0.083851
+PctBlack                    0.098462        0.072989
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR ANOVA Table
+*****************************************************************************
+Source                           SS          DF             MS           F
+----------------- ------------------- ---------- --------------- ----------
+Global Residuals              2639.559    155.000
+GWR Improvement                609.549     18.468          33.006
+GWR Residuals                 2030.010    136.532          14.868   2.219909
+
+*****************************************************************************
+Program terminated at 7/25/2016 2:05:11 AM
diff --git a/pysal/examples/georgia/georgia_GS_NN.ctl b/pysal/examples/georgia/georgia_GS_NN.ctl
new file mode 100755
index 0000000..dfd46ed
--- /dev/null
+++ b/pysal/examples/georgia/georgia_GS_NN.ctl
@@ -0,0 +1,45 @@
+
+C:\Users\IEUser\Desktop\georgia\georgia\GData_utm.csv
+FORMAT/DELIMITER: 1
+Number_of_fields: 13
+Number_of_areas: 159
+Fields
+AreaKey 001 AreaKey
+X 012 X
+Y 013 Y
+Gmetric 0
+Dependent 006 PctBach
+Offset 
+Independent_geo 4
+000 Intercept
+005 PctRural
+009 PctPov
+010 PctBlack
+Independent_fix 0
+Unused_fields 6
+002 Latitude
+003 Longitud
+004 TotPop90
+007 PctEld
+008 PctFB
+011 ID
+MODELTYPE: 0
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 3
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\georgia_GS_NN_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\georgia_GS_NN_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/georgia/georgia_GS_NN_listwise.csv b/pysal/examples/georgia/georgia_GS_NN_listwise.csv
new file mode 100755
index 0000000..3f4e06e
--- /dev/null
+++ b/pysal/examples/georgia/georgia_GS_NN_listwise.csv
@@ -0,0 +1,160 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_PctRural, se_PctRural, t_PctRural, est_PctPov, se_PctPov, t_PctPov, est_PctBlack, se_PctBlack, t_PctBlack, y, yhat, residual, std_residual, localR2, influence, CooksD
+    0, 13001, 941396.6, 3521764,        21.626865,         1.457152,        14.841875,        -0.099036,         0.015041,        -6.584203,        -0.301756,         0.078805,        -3.829137,         0.058822,         0.035097,         1.675968,         8.200000,         9.355951,        -1.155951,        -0.296583,         0.548471,         0.025265,         0.000284
+    1, 13003, 895553, 3471916,        20.960601,         1.471999,        14.239551,        -0.093944,         0.015137,        -6.206105,        -0.317883,         0.078902,        -4.028843,         0.077650,         0.035724,         2.173583,         6.400000,         5.386899,         1.013101,         0.263500,         0.547804,         0.051486,         0.000469
+    2, 13005, 930946.4, 3502787,        21.340670,         1.474600,        14.472180,        -0.097237,         0.015138,        -6.423569,        -0.305775,         0.079193,        -3.861155,         0.065534,         0.035436,         1.849372,         6.600000,         8.982485,        -2.382485,        -0.626296,         0.548923,         0.071458,         0.003758
+    3, 13007, 745398.6, 3474765,        21.652602,         1.362160,        15.895783,        -0.093473,         0.014904,        -6.271598,        -0.354833,         0.076919,        -4.613079,         0.086734,         0.034545,         2.510765,         9.400000,         7.986999,         1.413001,         0.370642,         0.559055,         0.067443,         0.001237
+    4, 13009, 849431.3, 3665553,        25.292516,         1.277116,        19.804392,        -0.126365,         0.014113,        -8.953548,        -0.286840,         0.076082,        -3.770127,         0.014001,         0.032322,         0.433170,        13.300000,        15.470543,        -2.170543,        -0.563221,         0.550567,         0.047028,         0.001949
+    5, 13011, 819317.3, 3807616,        26.978495,         1.333220,        20.235594,        -0.148715,         0.015739,        -9.449124,        -0.260333,         0.091248,        -2.853020,         0.007208,         0.034424,         0.209374,         6.400000,         8.201092,        -1.801092,        -0.467232,         0.524135,         0.046529,         0.001326
+    6, 13013, 803747.1, 3769623,        27.413438,         1.366252,        20.064702,        -0.155327,         0.016220,        -9.576329,        -0.244799,         0.095199,        -2.571454,         0.001305,         0.035223,         0.037042,         9.200000,        13.795686,        -4.595686,        -1.181006,         0.529843,         0.028379,         0.005071
+    7, 13015, 699011.5, 3793408,        25.928870,         1.348245,        19.231566,        -0.135314,         0.015806,        -8.560655,        -0.351185,         0.091376,        -3.843275,         0.058437,         0.034661,         1.685933,         9.000000,        12.533795,        -3.533795,        -0.907169,         0.539704,         0.026342,         0.002772
+    8, 13017, 863020.8, 3520432,        21.263945,         1.402561,        15.160798,        -0.094378,         0.014629,        -6.451384,        -0.317260,         0.076506,        -4.146880,         0.070311,         0.034527,         2.036377,         7.600000,        12.051309,        -4.451309,        -1.143223,         0.541964,         0.027221,         0.004553
+    9, 13019, 859915.8, 3466377,        20.946762,         1.437381,        14.572870,        -0.092411,         0.014981,        -6.168355,        -0.328129,         0.077704,        -4.222829,         0.082514,         0.035502,         2.324250,         7.500000,         9.455091,        -1.955091,        -0.509968,         0.546717,         0.056922,         0.001954
+   10, 13021, 809736.9, 3636468,        24.532429,         1.242482,        19.744688,        -0.119568,         0.013828,        -8.646600,        -0.311192,         0.074254,        -4.190933,         0.034437,         0.031432,         1.095605,        17.000000,        18.067824,        -1.067824,        -0.280841,         0.564208,         0.072364,         0.000766
+   11, 13023, 844270.1, 3595691,        23.262635,         1.262917,        18.419766,        -0.107683,         0.013697,        -7.861986,        -0.315491,         0.073405,        -4.297938,         0.044395,         0.031850,         1.393871,        10.300000,        12.246973,        -1.946973,        -0.498717,         0.556205,         0.022063,         0.000698
+   12, 13025, 979288.9, 3463849,        22.023185,         1.396647,        15.768609,        -0.101057,         0.014628,        -6.908428,        -0.317358,         0.076963,        -4.123500,         0.063226,         0.034002,         1.859490,         5.800000,         6.431159,        -0.631159,        -0.167422,         0.563934,         0.088082,         0.000337
+   13, 13027, 827822, 3421638,        21.329854,         1.366845,        15.605175,        -0.093531,         0.014621,        -6.396952,        -0.343350,         0.076056,        -4.514434,         0.085757,         0.034564,         2.481142,         9.100000,         9.857815,        -0.757815,        -0.194052,         0.555169,         0.021434,         0.000103
+   14, 13029, 1023145, 3554982,        22.981765,         1.347595,        17.053916,        -0.107186,         0.014312,        -7.489271,        -0.305664,         0.075797,        -4.032678,         0.042913,         0.032692,         1.312639,        11.800000,        10.945100,         0.854900,         0.221137,         0.559079,         0.041022,         0.000260
+   15, 13031, 994903.4, 3600493,        23.375461,         1.335470,        17.503547,        -0.109687,         0.014217,        -7.714992,        -0.298428,         0.075780,        -3.938083,         0.033330,         0.032506,         1.025339,        19.900000,         9.101424,        10.798576,         2.820742,         0.552292,         0.059614,         0.062787
+   16, 13033, 971593.8, 3671394,        24.524585,         1.271622,        19.286061,        -0.118149,         0.013720,        -8.611196,        -0.293751,         0.074107,        -3.963890,         0.019467,         0.031047,         0.627025,         9.600000,         8.097758,         1.502242,         0.389514,         0.546350,         0.045594,         0.000902
+   17, 13035, 782448.2, 3684504,        25.845630,         1.264212,        20.444069,        -0.134835,         0.014378,        -9.377889,        -0.301626,         0.078752,        -3.830055,         0.027407,         0.032060,         0.854867,         7.200000,        12.215750,        -5.015750,        -1.291497,         0.560975,         0.032201,         0.006908
+   18, 13037, 724741.2, 3492653,        22.163047,         1.303120,        17.007678,        -0.097085,         0.014424,        -6.730702,        -0.357953,         0.075290,        -4.754320,         0.082866,         0.032980,         2.512604,        10.100000,         5.951669,         4.148331,         1.087798,         0.564186,         0.066852,         0.010553
+   19, 13039, 1008480, 3437933,        22.298215,         1.354182,        16.466182,        -0.102417,         0.014323,        -7.150385,        -0.322044,         0.075664,        -4.256225,         0.062073,         0.033138,         1.873175,        13.500000,        15.024108,        -1.524108,        -0.396779,         0.566825,         0.053252,         0.001102
+   20, 13043, 964264.9, 3598842,        23.220616,         1.345121,        17.262846,        -0.108483,         0.014277,        -7.598441,        -0.296664,         0.076121,        -3.897282,         0.033632,         0.032948,         1.020737,         9.900000,        11.459604,        -1.559604,        -0.401240,         0.548581,         0.030562,         0.000632
+   21, 13045, 678778.6, 3713250,        25.157218,         1.269114,        19.822667,        -0.126873,         0.014523,        -8.736229,        -0.363915,         0.080214,        -4.536773,         0.067373,         0.032358,         2.082123,        12.000000,        12.267665,        -0.267665,        -0.068432,         0.559438,         0.018319,         0.000011
+   22, 13047, 670055.9, 3862318,        25.331887,         1.282320,        19.754728,        -0.127703,         0.014738,        -8.664685,        -0.349253,         0.082617,        -4.227359,         0.057703,         0.032827,         1.757798,         8.100000,        15.625499,        -7.525499,        -1.969222,         0.530409,         0.062910,         0.032406
+   23, 13049, 962612.3, 3432769,        21.933757,         1.374678,        15.955558,        -0.100015,         0.014470,        -6.911946,        -0.324232,         0.076267,        -4.251280,         0.068344,         0.033790,         2.022611,         6.400000,         7.847483,        -1.447483,        -0.375138,         0.564887,         0.044685,         0.000819
+   24, 13051, 1059706, 3556747,        23.289156,         1.293318,        18.007290,        -0.108878,         0.013869,        -7.850502,        -0.311044,         0.073959,        -4.205622,         0.042239,         0.031514,         1.340328,        18.600000,        18.989849,        -0.389849,        -0.104014,         0.560384,         0.098616,         0.000147
+   25, 13053, 704959.2, 3577608,        23.135000,         1.280280,        18.070272,        -0.105939,         0.014463,        -7.324642,        -0.357265,         0.075946,        -4.704196,         0.075003,         0.032382,         2.316225,        20.200000,        20.288682,        -0.088682,        -0.023620,         0.575797,         0.095466,         0.000007
+   26, 13055, 653026.6, 3813760,        25.238584,         1.281379,        19.696426,        -0.126760,         0.014709,        -8.617714,        -0.360001,         0.082164,        -4.381511,         0.064186,         0.032783,         1.957891,         5.900000,        10.724024,        -4.824024,        -1.237205,         0.537294,         0.024480,         0.004781
+   27, 13057, 734240.9, 3794110,        26.738871,         1.424971,        18.764502,        -0.146237,         0.016977,        -8.613888,        -0.320312,         0.102328,        -3.130254,         0.043669,         0.036422,         1.198981,        18.400000,        16.409754,         1.990246,         0.518110,         0.537072,         0.053174,         0.001877
+   28, 13059, 832508.6, 3762905,        27.241892,         1.337499,        20.367791,        -0.151566,         0.015698,        -9.655305,        -0.241590,         0.089623,        -2.695614,        -0.005162,         0.034409,        -0.150026,        37.500000,        17.916007,        19.583993,         5.637950,         0.528664,         0.225787,         1.153944
+   29, 13061, 695793.9, 3495219,        22.465026,         1.270648,        17.679979,        -0.099292,         0.014146,        -7.018840,        -0.361903,         0.074478,        -4.859210,         0.082242,         0.032021,         2.568401,        11.200000,         4.612950,         6.587050,         1.736724,         0.565559,         0.076960,         0.031304
+   30, 13063, 745538.8, 3711726,        26.037250,         1.288900,        20.201146,        -0.137682,         0.014805,        -9.299565,        -0.322383,         0.082647,        -3.900711,         0.041183,         0.032699,         1.259476,        14.700000,        23.639943,        -8.939943,        -2.380434,         0.559406,         0.094981,         0.074028
+   31, 13065, 908046.1, 3428340,        21.390248,         1.409248,        15.178488,        -0.096206,         0.014752,        -6.521417,        -0.328048,         0.077266,        -4.245695,         0.077908,         0.034791,         2.239323,         6.700000,         9.218220,        -2.518220,        -0.653012,         0.559225,         0.045789,         0.002547
+   32, 13067, 724646.8, 3757187,        26.497784,         1.374988,        19.271281,        -0.143156,         0.016165,        -8.855953,        -0.335996,         0.094592,        -3.552069,         0.049705,         0.035141,         1.414433,        33.000000,        24.274999,         8.725001,         2.347843,         0.549968,         0.113879,         0.088184
+   33, 13069, 894463.9, 3492465,        20.885014,         1.484667,        14.067134,        -0.093591,         0.015185,        -6.163280,        -0.311700,         0.079148,        -3.938196,         0.074614,         0.035770,         2.085908,        11.100000,         9.725475,         1.374525,         0.352331,         0.541801,         0.023428,         0.000371
+   34, 13071, 808691.8, 3455994,        20.974560,         1.432494,        14.641986,        -0.090631,         0.015182,        -5.969623,        -0.341884,         0.077899,        -4.388810,         0.088745,         0.035863,         2.474588,        10.000000,         9.940225,         0.059775,         0.015399,         0.547955,         0.033141,         0.000001
+   35, 13073, 942527.9, 3722100,        25.350877,         1.257987,        20.151939,        -0.126053,         0.013781,        -9.146791,        -0.285976,         0.074525,        -3.837321,         0.011209,         0.030816,         0.363745,        23.900000,        19.728729,         4.171271,         1.097571,         0.540724,         0.073230,         0.011849
+   36, 13075, 839816.1, 3449007,        20.886343,         1.442878,        14.475479,        -0.091298,         0.015128,        -6.035140,        -0.335224,         0.078026,        -4.296340,         0.087194,         0.035844,         2.432583,         6.500000,        10.327458,        -3.827458,        -0.978516,         0.547300,         0.018286,         0.002220
+   37, 13077, 705457.9, 3694344,        25.248781,         1.266038,        19.943153,        -0.128314,         0.014483,        -8.859451,        -0.352857,         0.079632,        -4.431110,         0.060779,         0.032212,         1.886862,        13.300000,        12.834523,         0.465477,         0.120059,         0.565264,         0.035493,         0.000066
+   38, 13079, 783416.5, 3623343,        24.137975,         1.257677,        19.192506,        -0.116338,         0.014127,        -8.235422,        -0.321860,         0.075176,        -4.281410,         0.045172,         0.031943,         1.414139,         5.700000,         9.383128,        -3.683128,        -0.962851,         0.572259,         0.061107,         0.007511
+   39, 13081, 805648.4, 3537103,        21.592900,         1.393683,        15.493407,        -0.094784,         0.014912,        -6.356108,        -0.330252,         0.076861,        -4.296744,         0.072826,         0.034764,         2.094870,        10.000000,        10.389179,        -0.389179,        -0.101096,         0.554365,         0.049100,         0.000066
+   40, 13083, 635964.3, 3854592,        25.083669,         1.262275,        19.871794,        -0.124773,         0.014393,        -8.668721,        -0.356768,         0.079859,        -4.467488,         0.062462,         0.032201,         1.939749,         8.000000,         7.856142,         0.143858,         0.037355,         0.533234,         0.048391,         0.000009
+   41, 13085, 764386.1, 3812502,        26.868314,         1.394493,        19.267440,        -0.148320,         0.016612,        -8.928722,        -0.288164,         0.099641,        -2.892034,         0.026975,         0.035860,         0.752225,         8.600000,         8.355611,         0.244389,         0.063431,         0.527469,         0.047506,         0.000025
+   42, 13087, 732628.4, 3421800,        22.124986,         1.266331,        17.471722,        -0.097094,         0.013967,        -6.951684,        -0.358400,         0.073768,        -4.858455,         0.083571,         0.032205,         2.594992,        11.700000,        11.441353,         0.258647,         0.066134,         0.561516,         0.018561,         0.000010
+   43, 13089, 759231.9, 3735253,        26.737946,         1.338756,        19.972231,        -0.146720,         0.015584,        -9.414543,        -0.298696,         0.089527,        -3.336383,         0.028916,         0.034056,         0.849076,        32.700000,        24.635191,         8.064809,         2.215523,         0.550693,         0.149771,         0.107633
+   44, 13091, 860451.4, 3569933,        22.529280,         1.294454,        17.404472,        -0.102329,         0.013849,        -7.388895,        -0.315711,         0.073899,        -4.272189,         0.052185,         0.032520,         1.604720,         8.000000,         9.854491,        -1.854491,        -0.473775,         0.550529,         0.016885,         0.000480
+   45, 13093, 800031.3, 3564188,        22.436651,         1.315523,        17.055303,        -0.100934,         0.014358,        -7.029859,        -0.330303,         0.075012,        -4.403343,         0.063222,         0.033126,         1.908512,         9.500000,         7.338501,         2.161499,         0.562255,         0.563390,         0.051705,         0.002146
+   46, 13095, 764116.9, 3494367,        21.601262,         1.373680,        15.725106,        -0.093458,         0.014946,        -6.253129,        -0.349492,         0.076881,        -4.545911,         0.084130,         0.034741,         2.421652,        17.000000,        16.358180,         0.641820,         0.172276,         0.558333,         0.109415,         0.000454
+   47, 13097, 707288.7, 3731361,        25.759714,         1.300638,        19.805444,        -0.134014,         0.015013,        -8.926626,        -0.350421,         0.084457,        -4.149131,         0.057860,         0.033206,         1.742481,        12.000000,        20.310238,        -8.310238,        -2.176220,         0.556473,         0.064333,         0.040534
+   48, 13099, 703495.1, 3467152,        22.326801,         1.267734,        17.611578,        -0.098238,         0.014066,        -6.984022,        -0.361275,         0.074165,        -4.871227,         0.083087,         0.032042,         2.593064,         9.400000,         9.459113,        -0.059113,        -0.015399,         0.563587,         0.054474,         0.000002
+   49, 13101, 896654, 3401148,        21.613746,         1.356626,        15.931985,        -0.096862,         0.014407,        -6.723192,        -0.335297,         0.075746,        -4.426595,         0.078575,         0.033966,         2.313328,         4.700000,         7.934266,        -3.234266,        -0.849447,         0.561749,         0.069793,         0.006739
+   50, 13103, 1031899, 3596117,        23.514698,         1.298005,        18.116031,        -0.110522,         0.013912,        -7.944620,        -0.304638,         0.074352,        -4.097226,         0.035651,         0.031599,         1.128231,         7.600000,        10.298432,        -2.698432,        -0.699582,         0.556170,         0.045348,         0.002894
+   51, 13105, 879541.2, 3785425,        26.422653,         1.276360,        20.701565,        -0.139464,         0.014560,        -9.578633,        -0.269325,         0.080294,        -3.354242,         0.004482,         0.032171,         0.139322,         8.000000,        11.488889,        -3.488889,        -0.890795,         0.530168,         0.015720,         0.001578
+   52, 13107, 943066.2, 3616602,        23.502224,         1.341194,        17.523363,        -0.110178,         0.014251,        -7.731131,        -0.293336,         0.076207,        -3.849183,         0.027954,         0.032987,         0.847428,         9.100000,         9.800785,        -0.700785,        -0.180155,         0.544660,         0.029094,         0.000121
+   53, 13109, 981727.8, 3571315,        22.844642,         1.369323,        16.683159,        -0.106310,         0.014472,        -7.345959,        -0.299763,         0.076645,        -3.911055,         0.040702,         0.033332,         1.221124,         8.600000,         5.978683,         2.621317,         0.676420,         0.552915,         0.036379,         0.002150
+   54, 13111, 739255.8, 3866604,        25.966029,         1.327670,        19.557594,        -0.135737,         0.015532,        -8.738966,        -0.320902,         0.089690,        -3.577924,         0.041984,         0.034204,         1.227444,         7.800000,         6.874114,         0.925886,         0.242884,         0.523927,         0.067566,         0.000532
+   55, 13113, 731468.7, 3700612,        25.713313,         1.281256,        20.068828,        -0.133910,         0.014707,        -9.105176,        -0.335719,         0.081525,        -4.118017,         0.049492,         0.032602,         1.518067,        25.800000,        17.876603,         7.923397,         2.084836,         0.564123,         0.073215,         0.042743
+   56, 13115, 662257.4, 3789664,        25.329397,         1.289511,        19.642634,        -0.127989,         0.014844,        -8.622318,        -0.361980,         0.083187,        -4.351412,         0.065185,         0.033022,         1.973971,        13.700000,        16.669958,        -2.969958,        -0.770127,         0.541330,         0.045720,         0.003537
+   57, 13117, 765397.3, 3789005,        27.217890,         1.416777,        19.211132,        -0.153408,         0.016912,        -9.070889,        -0.277472,         0.102162,        -2.716013,         0.022295,         0.036240,         0.615205,        15.600000,        10.956786,         4.643214,         1.219540,         0.532535,         0.069867,         0.013907
+   58, 13119, 845701.3, 3813323,        26.747176,         1.304195,        20.508570,        -0.144801,         0.015217,        -9.515998,        -0.264086,         0.086362,        -3.057886,         0.006001,         0.033483,         0.179219,         9.500000,         9.822459,        -0.322459,        -0.082965,         0.524456,         0.030685,         0.000027
+   59, 13121, 733728.4, 3733248,        26.226757,         1.318121,        19.897085,        -0.139975,         0.015266,        -9.169317,        -0.328881,         0.086743,        -3.791463,         0.045281,         0.033544,         1.349901,        31.600000,        21.847863,         9.752137,         2.628754,         0.554936,         0.116920,         0.113892
+   60, 13123, 732702.3, 3844809,        26.094035,         1.350269,        19.325060,        -0.137486,         0.015884,        -8.655651,        -0.323300,         0.092643,        -3.489757,         0.043905,         0.034782,         1.262277,         8.600000,         6.990108,         1.609892,         0.421208,         0.526284,         0.062653,         0.001476
+   61, 13125, 908386.8, 3685752,        25.238593,         1.287573,        19.601682,        -0.124773,         0.014019,        -8.899995,        -0.284014,         0.075471,        -3.763229,         0.009988,         0.031732,         0.314765,         5.300000,         8.116558,        -2.816558,        -0.730182,         0.542747,         0.045282,         0.003148
+   62, 13127, 1023411, 3471063,        22.574579,         1.332218,        16.945111,        -0.104157,         0.014156,        -7.357776,        -0.319103,         0.074988,        -4.255414,         0.056371,         0.032606,         1.728839,        19.900000,        17.338436,         2.561564,         0.672373,         0.565426,         0.068698,         0.004151
+   63, 13129, 695325.1, 3822135,        25.745399,         1.329798,        19.360381,        -0.132914,         0.015521,        -8.563642,        -0.347277,         0.088988,        -3.902522,         0.056555,         0.034190,         1.654116,         9.200000,        11.511165,        -2.311165,        -0.594163,         0.533433,         0.029155,         0.001320
+   64, 13131, 765058.1, 3421817,        21.728070,         1.314857,        16.525044,        -0.094657,         0.014364,        -6.589926,        -0.354386,         0.075070,        -4.720736,         0.086080,         0.033504,         2.569239,         7.700000,        11.292764,        -3.592764,        -0.919093,         0.558723,         0.019521,         0.002094
+   65, 13133, 855577.3, 3722330,        26.378777,         1.284989,        20.528410,        -0.138732,         0.014510,        -9.561145,        -0.267647,         0.079278,        -3.376058,         0.002434,         0.032339,         0.075275,         8.800000,         9.280275,        -0.480275,        -0.123947,         0.539330,         0.036592,         0.000073
+   66, 13135, 772634.6, 3764306,        27.310592,         1.392082,        19.618517,        -0.154665,         0.016499,        -9.374155,        -0.269247,         0.098034,        -2.746465,         0.016311,         0.035558,         0.458704,        29.600000,        24.213506,         5.386494,         1.448551,         0.537976,         0.112752,         0.033193
+   67, 13137, 818917.1, 3839931,        26.498005,         1.301944,        20.352648,        -0.142127,         0.015202,        -9.349437,        -0.280887,         0.087067,        -3.226089,         0.017159,         0.033517,         0.511965,        12.000000,        10.754510,         1.245490,         0.320560,         0.523532,         0.031364,         0.000414
+   68, 13139, 794419.5, 3803344,        26.942175,         1.347280,        19.997457,        -0.148799,         0.015924,        -9.344456,        -0.270773,         0.093327,        -2.901328,         0.014760,         0.034696,         0.425410,        15.400000,        12.129558,         3.270442,         0.840820,         0.527021,         0.029249,         0.002652
+   69, 13141, 873518.8, 3689861,        25.644482,         1.277618,        20.072101,        -0.129488,         0.014103,        -9.181695,        -0.280701,         0.076104,        -3.688380,         0.008187,         0.031903,         0.256618,         6.800000,         4.898588,         1.901412,         0.527760,         0.544134,         0.167124,         0.006957
+   70, 13143, 665933.8, 3740622,        25.172592,         1.269066,        19.835527,        -0.126616,         0.014505,        -8.728963,        -0.364681,         0.080401,        -4.535780,         0.067431,         0.032336,         2.085337,         7.500000,        11.772941,        -4.272941,        -1.100987,         0.551759,         0.033527,         0.005235
+   71, 13145, 695500.6, 3624790,        23.994987,         1.249243,        19.207618,        -0.114627,         0.014185,        -8.080707,        -0.358522,         0.075700,        -4.736114,         0.070234,         0.031565,         2.225061,        13.600000,         9.892243,         3.707757,         0.962209,         0.574790,         0.047240,         0.005714
+   72, 13147, 870749.9, 3810303,        26.495349,         1.280673,        20.688610,        -0.140853,         0.014740,        -9.555683,        -0.269541,         0.082159,        -3.280734,         0.006306,         0.032555,         0.193703,         9.100000,        12.401649,        -3.301649,        -0.844182,         0.526819,         0.018501,         0.001672
+   73, 13149, 675280.4, 3685569,        24.763509,         1.244702,        19.895126,        -0.122486,         0.014128,        -8.669918,        -0.363174,         0.076972,        -4.718290,         0.068613,         0.031476,         2.179838,         5.700000,         6.496331,        -0.796331,        -0.206343,         0.563366,         0.044328,         0.000246
+   74, 13151, 763488.4, 3699716,        26.080037,         1.283398,        20.321079,        -0.138175,         0.014711,        -9.392889,        -0.308780,         0.081606,        -3.783801,         0.032804,         0.032587,         1.006644,        10.700000,        14.031100,        -3.331100,        -0.868969,         0.560510,         0.057097,         0.005692
+   75, 13153, 814118.9, 3590553,        23.123421,         1.277572,        18.099504,        -0.106684,         0.013999,        -7.620882,        -0.321880,         0.074161,        -4.340283,         0.050922,         0.032218,         1.580555,        16.000000,        18.591906,        -2.591906,        -0.682568,         0.563339,         0.074776,         0.004687
+   76, 13155, 855461.8, 3506293,        21.118265,         1.414128,        14.933768,        -0.093225,         0.014753,        -6.319137,        -0.321952,         0.076812,        -4.191414,         0.075272,         0.034868,         2.158776,         8.300000,         8.746538,        -0.446538,        -0.115359,         0.542969,         0.038585,         0.000066
+   77, 13157, 815753.1, 3783949,        27.239729,         1.347679,        20.212331,        -0.152407,         0.015955,        -9.552067,        -0.249037,         0.092829,        -2.682760,         0.001826,         0.034779,         0.052516,         9.000000,        11.858055,        -2.858055,        -0.733071,         0.526683,         0.024676,         0.001692
+   78, 13159, 807249.1, 3695092,        26.188931,         1.274454,        20.549143,        -0.138184,         0.014478,        -9.544332,        -0.282280,         0.079546,        -3.548631,         0.014406,         0.032378,         0.444929,        10.800000,         7.960193,         2.839807,         0.736547,         0.552592,         0.046157,         0.003268
+   79, 13161, 915741.9, 3530869,        21.450218,         1.443341,        14.861503,        -0.097352,         0.014903,        -6.532369,        -0.301487,         0.078153,        -3.857671,         0.059953,         0.034948,         1.715511,         8.300000,        10.365510,        -2.065510,        -0.533703,         0.540836,         0.038929,         0.001436
+   80, 13163, 924108.1, 3668080,        24.759704,         1.287756,        19.227014,        -0.120111,         0.013903,        -8.639116,        -0.289456,         0.074927,        -3.863167,         0.015175,         0.031688,         0.478895,         6.200000,         4.537200,         1.662800,         0.435738,         0.544296,         0.065608,         0.001660
+   81, 13165, 970465.7, 3640263,        24.042759,         1.294028,        18.579786,        -0.114235,         0.013872,        -8.234643,        -0.295813,         0.074681,        -3.961008,         0.024461,         0.031668,         0.772420,         7.700000,        10.688727,        -2.988727,        -0.772542,         0.548162,         0.039652,         0.003067
+   82, 13167, 908636.7, 3624562,        23.795515,         1.306035,        18.219660,        -0.111990,         0.013972,        -8.015044,        -0.296469,         0.075083,        -3.948553,         0.026534,         0.032540,         0.815427,         4.900000,         6.914133,        -2.014133,        -0.518737,         0.545170,         0.032652,         0.001131
+   83, 13169, 821367.1, 3660143,        25.223169,         1.252243,        20.142390,        -0.126466,         0.013972,        -9.051632,        -0.296997,         0.075468,        -3.935410,         0.022389,         0.031736,         0.705469,        12.000000,        12.231220,        -0.231220,        -0.060104,         0.558019,         0.050406,         0.000024
+   84, 13171, 766461.7, 3663959,        25.225085,         1.249823,        20.182930,        -0.127935,         0.014183,        -9.020351,        -0.319686,         0.076834,        -4.160745,         0.039869,         0.031667,         1.258993,        10.000000,        13.234267,        -3.234267,        -0.828499,         0.568682,         0.022160,         0.001936
+   85, 13173, 873804.3, 3439981,        21.079641,         1.427563,        14.766176,        -0.093616,         0.014926,        -6.272150,        -0.330426,         0.077665,        -4.254514,         0.082885,         0.035346,         2.344957,         5.400000,         5.363050,         0.036950,         0.009609,         0.552619,         0.051254,         0.000001
+   86, 13175, 884830.4, 3599291,        23.223845,         1.287460,        18.038498,        -0.107549,         0.013789,        -7.799647,        -0.305803,         0.074106,        -4.126573,         0.038028,         0.032347,         1.175639,        12.000000,        12.532665,        -0.532665,        -0.136258,         0.547955,         0.019424,         0.000046
+   87, 13177, 770455.5, 3520161,        21.569259,         1.405085,        15.350861,        -0.093476,         0.015243,        -6.132438,        -0.343436,         0.077896,        -4.408912,         0.080926,         0.035427,         2.284331,        13.700000,        11.487546,         2.212454,         0.575087,         0.559423,         0.050311,         0.002181
+   88, 13179, 1014742, 3537225,        22.799269,         1.351395,        16.870913,        -0.105966,         0.014326,        -7.396630,        -0.308256,         0.075802,        -4.066580,         0.046822,         0.032859,         1.424941,        13.400000,        15.844071,        -2.444071,        -0.637622,         0.560297,         0.057241,         0.003073
+   89, 13181, 919396.5, 3752562,        25.863459,         1.263435,        20.470751,        -0.131902,         0.014052,        -9.386941,        -0.278288,         0.076188,        -3.652642,         0.006679,         0.031204,         0.214042,         8.200000,         7.974770,         0.225230,         0.058709,         0.536129,         0.055634,         0.000025
+   90, 13183, 1004544, 3517834,        22.517410,         1.376897,        16.353742,        -0.104302,         0.014513,        -7.187056,        -0.309259,         0.076520,        -4.041563,         0.051352,         0.033412,         1.536925,         5.200000,         5.874617,        -0.674617,        -0.174980,         0.561239,         0.046245,         0.000185
+   91, 13185, 864781.1, 3419313,        21.212384,         1.400129,        15.150307,        -0.093978,         0.014778,        -6.359384,        -0.335963,         0.076975,        -4.364578,         0.084114,         0.034986,         2.404206,        16.300000,        12.734888,         3.565112,         0.915513,         0.555520,         0.026990,         0.002894
+   92, 13187, 772600, 3832429,        26.659548,         1.368132,        19.486094,        -0.145249,         0.016237,        -8.945698,        -0.289384,         0.096300,        -3.005040,         0.026374,         0.035325,         0.746611,        11.100000,        10.852624,         0.247376,         0.064307,         0.523557,         0.050494,         0.000027
+   93, 13189, 917730.9, 3716368,        25.538593,         1.265303,        20.183775,        -0.128043,         0.013908,        -9.206430,        -0.282955,         0.075132,        -3.766098,         0.009018,         0.031124,         0.289729,        10.400000,        11.316831,        -0.916831,        -0.234185,         0.540450,         0.016530,         0.000115
+   94, 13191, 1030500, 3500535,        22.725238,         1.334534,        17.028590,        -0.105271,         0.014183,        -7.422160,        -0.314971,         0.075121,        -4.192819,         0.051889,         0.032550,         1.594126,         8.700000,         7.423117,         1.276883,         0.332516,         0.563907,         0.053809,         0.000783
+   95, 13193, 777055.3, 3584821,        23.063470,         1.286343,        17.929482,        -0.106020,         0.014306,        -7.410883,        -0.333660,         0.074971,        -4.450515,         0.060042,         0.032562,         1.843935,        10.100000,         9.891313,         0.208687,         0.054292,         0.571875,         0.051981,         0.000020
+   96, 13195, 848638.8, 3785405,        26.860762,         1.306998,        20.551494,        -0.145941,         0.015193,        -9.605777,        -0.257499,         0.085585,        -3.008704,         0.001250,         0.033404,         0.037417,         9.700000,         8.234382,         1.465618,         0.378922,         0.527489,         0.040066,         0.000746
+   97, 13197, 732876.8, 3584393,        23.228957,         1.273166,        18.245040,        -0.107028,         0.014332,        -7.467695,        -0.348912,         0.075219,        -4.638645,         0.068774,         0.032189,         2.136580,         4.600000,         5.528588,        -0.928588,        -0.240074,         0.575757,         0.040032,         0.000299
+   98, 13199, 715359.8, 3660275,        24.739448,         1.244273,        19.882645,        -0.122619,         0.014142,        -8.670301,        -0.349295,         0.076420,        -4.570732,         0.060502,         0.031457,         1.923311,         6.700000,         9.523347,        -2.823347,        -0.726444,         0.571063,         0.030776,         0.002086
+   99, 13201, 716369.8, 3451034,        22.044812,         1.296768,        16.999810,        -0.096146,         0.014332,        -6.708391,        -0.360223,         0.075102,        -4.796476,         0.085512,         0.032906,         2.598692,         8.200000,         6.819109,         1.380891,         0.356257,         0.561827,         0.035964,         0.000589
+  100, 13205, 766238.6, 3453930,        21.627535,         1.340862,        16.129579,        -0.093820,         0.014605,        -6.423666,        -0.352686,         0.075799,        -4.652907,         0.086036,         0.034063,         2.525789,         7.800000,        10.354769,        -2.554769,        -0.659032,         0.557598,         0.035747,         0.002004
+  101, 13207, 790338.7, 3660608,        25.262530,         1.253102,        20.159988,        -0.127966,         0.014154,        -9.041029,        -0.306392,         0.076558,        -4.002114,         0.030566,         0.031825,         0.960460,        12.900000,        12.395489,         0.504511,         0.130142,         0.565321,         0.035719,         0.000078
+  102, 13209, 920887.4, 3568473,        22.299833,         1.375191,        16.215808,        -0.102158,         0.014452,        -7.068860,        -0.299037,         0.076546,        -3.906616,         0.045841,         0.033869,         1.353478,        10.100000,         6.196557,         3.903443,         1.008548,         0.542189,         0.038825,         0.005114
+  103, 13211, 825920.1, 3717990,        26.716105,         1.302938,        20.504503,        -0.144232,         0.014927,        -9.662794,        -0.259980,         0.082897,        -3.136199,         0.001557,         0.033231,         0.046862,        11.000000,        12.341566,        -1.341566,        -0.346162,         0.541722,         0.036245,         0.000561
+  104, 13213, 707834.3, 3854188,        25.735135,         1.320632,        19.486986,        -0.132743,         0.015387,        -8.627182,        -0.337412,         0.088075,        -3.830979,         0.051086,         0.033960,         1.504278,         5.500000,        10.121524,        -4.621524,        -1.193221,         0.527820,         0.037438,         0.006893
+  105, 13215, 700833.7, 3598228,        23.557579,         1.252386,        18.810151,        -0.109972,         0.014154,        -7.769717,        -0.357574,         0.074959,        -4.770273,         0.072000,         0.031515,         2.284639,        16.600000,        19.287204,        -2.687204,        -0.714243,         0.574677,         0.091742,         0.006414
+  106, 13217, 793263.9, 3719734,        26.736963,         1.307661,        20.446395,        -0.145890,         0.015089,        -9.668503,        -0.274042,         0.084921,        -3.227027,         0.012693,         0.033326,         0.380867,         9.500000,        11.986799,        -2.486799,        -0.635947,         0.547837,         0.018839,         0.000967
+  107, 13219, 830735.9, 3750903,        27.163865,         1.330351,        20.418574,        -0.150388,         0.015523,        -9.687875,        -0.244495,         0.088048,        -2.776837,        -0.004420,         0.034137,        -0.129477,        28.400000,        10.882836,        17.517164,         4.585888,         0.531759,         0.063774,         0.178324
+  108, 13221, 863291.8, 3756777,        26.674468,         1.298442,        20.543445,        -0.142654,         0.014857,        -9.601669,        -0.259291,         0.082037,        -3.160666,        -0.000916,         0.032800,        -0.027935,        12.800000,         8.185910,         4.614090,         1.190375,         0.532067,         0.035939,         0.006575
+  109, 13223, 695329.2, 3758093,        25.865326,         1.333978,        19.389620,        -0.134835,         0.015565,        -8.662842,        -0.358980,         0.089095,        -4.029188,         0.062370,         0.034281,         1.819380,         7.600000,        10.317978,        -2.717978,        -0.707259,         0.550018,         0.052379,         0.003442
+  110, 13225, 798061.4, 3609091,        23.694213,         1.264489,        18.738171,        -0.111871,         0.014052,        -7.961033,        -0.321217,         0.074559,        -4.308231,         0.046753,         0.032017,         1.460276,        15.200000,        11.349504,         3.850496,         0.989658,         0.568857,         0.028677,         0.003600
+  111, 13227, 733846.7, 3812828,        26.395182,         1.379322,        19.136340,        -0.141586,         0.016316,        -8.677928,        -0.321461,         0.096520,        -3.330526,         0.043465,         0.035416,         1.227274,         9.000000,         8.186218,         0.813782,         0.210928,         0.531891,         0.044901,         0.000260
+  112, 13229, 953533.8, 3482044,        21.510919,         1.478179,        14.552305,        -0.098544,         0.015194,        -6.485723,        -0.309409,         0.079476,        -3.893119,         0.066136,         0.035419,         1.867225,         6.300000,         8.361965,        -2.061965,        -0.539233,         0.557355,         0.061770,         0.002383
+  113, 13231, 744180.8, 3665561,        25.119406,         1.254246,        20.027494,        -0.127042,         0.014293,        -8.888630,        -0.332683,         0.077524,        -4.291341,         0.048885,         0.031845,         1.535117,         9.300000,         8.936941,         0.363059,         0.094067,         0.571162,         0.044167,         0.000051
+  114, 13233, 668031.4, 3764766,        25.399011,         1.298321,        19.562960,        -0.129032,         0.014994,        -8.605520,        -0.366066,         0.084254,        -4.344805,         0.067397,         0.033317,         2.022874,         6.800000,        11.815313,        -5.015313,        -1.286169,         0.547072,         0.024336,         0.005136
+  115, 13235, 833819.6, 3567447,        22.397670,         1.311822,        17.073705,        -0.101126,         0.014108,        -7.167820,        -0.320478,         0.074528,        -4.300076,         0.056974,         0.032876,         1.732988,        10.700000,        10.745821,        -0.045821,        -0.011753,         0.554685,         0.024765,         0.000000
+  116, 13237, 840169.1, 3695254,        26.121336,         1.283539,        20.351029,        -0.136024,         0.014429,        -9.427117,        -0.272897,         0.078583,        -3.472723,         0.005897,         0.032525,         0.181308,        11.700000,        12.793557,        -1.093557,        -0.280007,         0.546087,         0.021308,         0.000212
+  117, 13239, 686875.4, 3524124,        22.689339,         1.268292,        17.889679,        -0.101223,         0.014185,        -7.136171,        -0.362640,         0.074697,        -4.854789,         0.080922,         0.031874,         2.538844,         7.300000,         4.640322,         2.659678,         0.693738,         0.568156,         0.056880,         0.003613
+  118, 13241, 824645.5, 3864805,        26.232987,         1.281846,        20.465007,        -0.138519,         0.014861,        -9.321139,        -0.289726,         0.084361,        -3.434349,         0.021245,         0.032933,         0.645099,        11.600000,         8.448284,         3.151716,         0.817736,         0.523120,         0.046835,         0.004090
+  119, 13243, 712437.1, 3519627,        22.337821,         1.311149,        17.036832,        -0.098433,         0.014608,        -6.738153,        -0.358671,         0.076079,        -4.714478,         0.081855,         0.033156,         2.468744,         6.000000,         8.956848,        -2.956848,        -0.782407,         0.567976,         0.083585,         0.006950
+  120, 13245, 954272.3, 3697862,        24.964272,         1.255194,        19.888776,        -0.122132,         0.013648,        -8.948835,        -0.291246,         0.073844,        -3.944050,         0.015560,         0.030716,         0.506562,        17.300000,        19.107372,        -1.807372,        -0.479345,         0.543851,         0.087781,         0.002752
+  121, 13247, 777759, 3729605,        26.762500,         1.318837,        20.292507,        -0.146667,         0.015282,        -9.597346,        -0.283942,         0.086872,        -3.268519,         0.019648,         0.033546,         0.585713,        18.100000,        16.477142,         1.622858,         0.421148,         0.548392,         0.047222,         0.001094
+  122, 13249, 752973.1, 3570222,        22.784234,         1.305353,        17.454467,        -0.103224,         0.014576,        -7.081815,        -0.343440,         0.075832,        -4.528980,         0.068889,         0.033107,         2.080840,         8.000000,         7.975851,         0.024149,         0.006236,         0.573734,         0.037663,         0.000000
+  123, 13251, 1004028, 3641918,        24.041928,         1.271378,        18.910132,        -0.114264,         0.013687,        -8.348297,        -0.300113,         0.073751,        -4.069253,         0.027323,         0.031039,         0.880291,         8.600000,         9.329259,        -0.729259,        -0.187457,         0.550947,         0.028909,         0.000130
+  124, 13253, 704495.6, 3422002,        22.266919,         1.254723,        17.746485,        -0.097905,         0.013893,        -7.046999,        -0.361150,         0.073606,        -4.906564,         0.083617,         0.031814,         2.628339,         7.800000,         7.700483,         0.099517,         0.025824,         0.562129,         0.047127,         0.000004
+  125, 13255, 754916.2, 3685029,        25.695665,         1.271701,        20.205742,        -0.133711,         0.014547,        -9.191798,        -0.319980,         0.079927,        -4.003389,         0.039878,         0.032339,         1.233107,        11.100000,        14.696711,        -3.596711,        -0.920364,         0.566109,         0.020078,         0.002160
+  126, 13257, 842085.9, 3827075,        26.601030,         1.296181,        20.522624,        -0.143006,         0.015096,        -9.473103,        -0.271413,         0.085704,        -3.166873,         0.010275,         0.033286,         0.308681,        13.100000,        12.884492,         0.215508,         0.055554,         0.524079,         0.034416,         0.000014
+  127, 13259, 703256.8, 3552857,        22.788324,         1.289551,        17.671515,        -0.102469,         0.014488,        -7.072719,        -0.358890,         0.075827,        -4.733036,         0.078348,         0.032555,         2.406633,         8.000000,         6.244272,         1.755728,         0.463862,         0.572626,         0.080743,         0.002353
+  128, 13261, 763457.1, 3551752,        22.360808,         1.326941,        16.851392,        -0.099601,         0.014662,        -6.793372,        -0.343021,         0.075920,        -4.518181,         0.072200,         0.033583,         2.149910,        15.900000,        12.691463,         3.208537,         0.827891,         0.568800,         0.036242,         0.003208
+  129, 13263, 734217.9, 3623162,        24.079998,         1.245494,        19.333693,        -0.115582,         0.014099,        -8.197990,        -0.344525,         0.075026,        -4.592052,         0.060565,         0.031456,         1.925388,         7.100000,         7.961499,        -0.861499,        -0.230071,         0.575672,         0.100320,         0.000735
+  130, 13265, 884376.9, 3717493,        25.998467,         1.283042,        20.263151,        -0.133447,         0.014272,        -9.350431,        -0.273641,         0.077193,        -3.544921,         0.003799,         0.031882,         0.119145,         5.600000,         4.157742,         1.442258,         0.381068,         0.539251,         0.080863,         0.001590
+  131, 13267, 963427.8, 3560039,        22.492834,         1.391210,        16.167815,        -0.104093,         0.014620,        -7.120116,        -0.299292,         0.077201,        -3.876782,         0.044880,         0.033883,         1.324571,         6.500000,         8.993789,        -2.493789,        -0.637136,         0.550527,         0.016995,         0.000874
+  132, 13269, 759410.8, 3608179,        23.731964,         1.259273,        18.845770,        -0.112210,         0.014179,        -7.913623,        -0.336046,         0.074941,        -4.484150,         0.057034,         0.031902,         1.787786,         7.100000,         5.062050,         2.037950,         0.528589,         0.575649,         0.046212,         0.001685
+  133, 13271, 882069.4, 3534470,        21.462036,         1.397440,        15.358106,        -0.096210,         0.014554,        -6.610558,        -0.309592,         0.076507,        -4.046560,         0.063163,         0.034302,         1.841401,         8.600000,         8.201335,         0.398665,         0.102474,         0.540215,         0.028849,         0.000039
+  134, 13273, 743031.8, 3522636,        22.013891,         1.352305,        16.278786,        -0.096243,         0.014924,        -6.449107,        -0.351534,         0.076931,        -4.569455,         0.080816,         0.034268,         2.358365,         9.200000,        11.784095,        -2.584095,        -0.677216,         0.565820,         0.065750,         0.004018
+  135, 13275, 795506.2, 3421725,        21.387320,         1.360198,        15.723683,        -0.093014,         0.014671,        -6.339839,        -0.349073,         0.076130,        -4.585250,         0.087696,         0.034531,         2.539660,        13.400000,        11.690223,         1.709777,         0.437721,         0.555274,         0.020998,         0.000512
+  136, 13277, 831682.3, 3487715,        21.046187,         1.419442,        14.827085,        -0.091863,         0.014927,        -6.154106,        -0.332055,         0.077091,        -4.307310,         0.081979,         0.035284,         2.323422,        14.000000,        10.935151,         3.064849,         0.789240,         0.545902,         0.032389,         0.002595
+  137, 13279, 941734.4, 3567586,        22.354540,         1.398172,        15.988401,        -0.102991,         0.014660,        -7.025063,        -0.296264,         0.077421,        -3.826678,         0.044210,         0.034151,         1.294570,        11.400000,        12.601083,        -1.201083,        -0.315779,         0.544307,         0.071720,         0.000959
+  138, 13281, 797981.7, 3872640,        26.187925,         1.298469,        20.168311,        -0.138287,         0.015123,        -9.144145,        -0.296807,         0.086622,        -3.426455,         0.026732,         0.033450,         0.799170,        11.400000,         8.203890,         3.196110,         0.829913,         0.522031,         0.048347,         0.004356
+  139, 13283, 919077.6, 3595170,        22.911636,         1.352208,        16.943867,        -0.105895,         0.014311,        -7.399408,        -0.296226,         0.076227,        -3.886126,         0.035970,         0.033477,         1.074476,         6.300000,        10.430319,        -4.130319,        -1.070745,         0.542012,         0.045237,         0.006762
+  140, 13285, 682616.8, 3660254,        24.488487,         1.237517,        19.788408,        -0.119587,         0.014018,        -8.530763,        -0.361082,         0.075740,        -4.767396,         0.068752,         0.031181,         2.204926,        13.600000,        15.405653,        -1.805653,        -0.463140,         0.567847,         0.024686,         0.000676
+  141, 13287, 819399.6, 3514927,        21.160631,         1.425250,        14.846959,        -0.092183,         0.015024,        -6.135672,        -0.329558,         0.077357,        -4.260214,         0.078149,         0.035293,         2.214312,         7.200000,         9.920877,        -2.720877,        -0.716491,         0.546459,         0.074669,         0.005157
+  142, 13289, 832935, 3623868,        24.112693,         1.243922,        19.384410,        -0.115030,         0.013659,        -8.421378,        -0.311021,         0.073451,        -4.234395,         0.035169,         0.031419,         1.119353,         4.800000,         6.138474,        -1.338474,        -0.345911,         0.559332,         0.039290,         0.000609
+  143, 13291, 777040.1, 3858779,        26.307561,         1.329114,        19.793300,        -0.140192,         0.015610,        -8.981203,        -0.298658,         0.090727,        -3.291817,         0.029471,         0.034310,         0.858967,        10.100000,         6.825862,         3.274138,         0.863972,         0.522070,         0.078501,         0.007916
+  144, 13293, 752165.2, 3639192,        24.523777,         1.248666,        19.639976,        -0.120443,         0.014166,        -8.502338,        -0.333228,         0.075837,        -4.393986,         0.051271,         0.031682,         1.618310,         9.000000,        13.184717,        -4.184717,        -1.071102,         0.574796,         0.020576,         0.003000
+  145, 13295, 658870.4, 3842167,        25.297942,         1.287718,        19.645564,        -0.127341,         0.014821,        -8.591776,        -0.355393,         0.083087,        -4.277373,         0.061396,         0.032997,         1.860642,         8.400000,        15.273031,        -6.873031,        -1.792049,         0.532850,         0.056163,         0.023788
+  146, 13297, 800384.3, 3742691,        27.070055,         1.328626,        20.374471,        -0.150235,         0.015493,        -9.697143,        -0.260522,         0.088612,        -2.940020,         0.006636,         0.033974,         0.195309,         9.400000,        14.558662,        -5.158662,        -1.319656,         0.539275,         0.019489,         0.004309
+  147, 13299, 938349.6, 3446675,        21.588492,         1.416300,        15.242878,        -0.098077,         0.014765,        -6.642723,        -0.321614,         0.077497,        -4.149994,         0.071726,         0.034639,         2.070681,        10.400000,        11.342936,        -0.942936,        -0.241744,         0.561072,         0.023767,         0.000177
+  148, 13301, 902471.1, 3699878,        25.518424,         1.278721,        19.956204,        -0.127785,         0.014026,        -9.110419,        -0.281588,         0.075609,        -3.724266,         0.008107,         0.031556,         0.256904,         4.200000,         4.048411,         0.151589,         0.039980,         0.541682,         0.077513,         0.000017
+  149, 13303, 894704.3, 3648583,        24.507604,         1.286531,        19.049374,        -0.117883,         0.013895,        -8.483970,        -0.293333,         0.074825,        -3.920244,         0.019240,         0.032089,         0.599586,         9.800000,        11.259452,        -1.459452,        -0.379238,         0.546271,         0.049712,         0.000937
+  150, 13305, 986832.8, 3494323,        22.159594,         1.404615,        15.776280,        -0.102157,         0.014698,        -6.950247,        -0.311409,         0.077277,        -4.029799,         0.057751,         0.034035,         1.696826,         9.600000,        10.561794,        -0.961794,        -0.247827,         0.561813,         0.033578,         0.000266
+  151, 13307, 731576.3, 3544716,        22.427085,         1.324349,        16.934421,        -0.099608,         0.014767,        -6.745119,        -0.352410,         0.076536,        -4.604486,         0.077505,         0.033575,         2.308392,         5.500000,         8.427806,        -2.927806,        -0.768755,         0.571194,         0.069302,         0.005478
+  152, 13309, 898776.3, 3563384,        22.228511,         1.345674,        16.518493,        -0.101159,         0.014194,        -7.126785,        -0.305392,         0.075420,        -4.049212,         0.050079,         0.033425,         1.498229,         8.600000,         4.364565,         4.235435,         1.113910,         0.543424,         0.072324,         0.012042
+  153, 13311, 796905.6, 3841086,        26.598193,         1.333140,        19.951534,        -0.143989,         0.015714,        -9.163000,        -0.282387,         0.091631,        -3.081803,         0.020378,         0.034454,         0.591443,        13.600000,         8.722204,         4.877796,         1.262861,         0.522149,         0.042725,         0.008861
+  154, 13313, 686891.4, 3855274,        25.497494,         1.297537,        19.650685,        -0.129748,         0.014995,        -8.652585,        -0.345291,         0.084725,        -4.075416,         0.055372,         0.033279,         1.663852,        12.000000,        12.807179,        -0.807179,        -0.207372,         0.529822,         0.027832,         0.000153
+  155, 13315, 838551.5, 3538547,        21.693832,         1.358017,        15.974644,        -0.096277,         0.014404,        -6.684182,        -0.322872,         0.075426,        -4.280632,         0.067143,         0.033810,         1.985899,         7.600000,         4.964453,         2.635547,         0.686789,         0.548817,         0.055079,         0.003422
+  156, 13317, 891228.5, 3749769,        26.260394,         1.284919,        20.437390,        -0.136783,         0.014449,        -9.466801,        -0.268534,         0.078616,        -3.415779,         0.001705,         0.031996,         0.053303,        10.400000,        12.117592,        -1.717592,        -0.442258,         0.534309,         0.032191,         0.000810
+  157, 13319, 858796.9, 3637891,        24.404390,         1.269233,        19.227671,        -0.117382,         0.013836,        -8.483651,        -0.299309,         0.074464,        -4.019492,         0.024811,         0.032036,         0.774484,         8.800000,         9.128546,        -0.328546,        -0.087141,         0.552086,         0.087897,         0.000091
+  158, 13321, 801018.1, 3487328,        20.871637,         1.470317,        14.195329,        -0.089579,         0.015502,        -5.778412,        -0.338248,         0.078975,        -4.282987,         0.087129,         0.036500,         2.387132,         6.300000,         8.316193,        -2.016193,        -0.518987,         0.545081,         0.031607,         0.001094
diff --git a/pysal/examples/georgia/georgia_GS_NN_summary.txt b/pysal/examples/georgia/georgia_GS_NN_summary.txt
new file mode 100755
index 0000000..97f0764
--- /dev/null
+++ b/pysal/examples/georgia/georgia_GS_NN_summary.txt
@@ -0,0 +1,165 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 2:04:57 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\georgia_GS_NN.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\georgia\georgia\GData_utm.csv
+Number of areas/points: 159
+
+Model settings---------------------------------
+Model type: Gaussian
+Geographic kernel: adaptive Gaussian
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 4
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: AreaKey
+Easting (x-coord): field12 : X
+Northing (y-coord): field13: Y
+Cartesian coordinates: Euclidean distance
+Dependent variable: field6: PctBach
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field5: PctRural
+Independent variable with varying (Local) coefficient: field9: PctPov
+Independent variable with varying (Local) coefficient: field10: PctBlack
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Residual sum of squares:                 2639.559476
+Number of parameters:                        4
+ (Note: this num does not include an error variance term for a Gaussian model)
+ML based global sigma estimate:             4.074433
+Unbiased global sigma estimate:             4.126671
+-2 log-likelihood:                        897.927089
+Classic AIC:                              907.927089
+AICc:                                     908.319245
+BIC/MDL:                                  923.271610
+CV:                                        18.100197
+R square:                                   0.485273
+Adjusted R square:                          0.471903
+
+Variable                  Estimate    Standard Error      t(Est/SE) 
+-------------------- --------------- --------------- ---------------
+Intercept                  23.854615        1.173043       20.335661
+PctRural                   -0.111395        0.012878       -8.649661
+PctPov                     -0.345778        0.070863       -4.879540
+PctBlack                    0.058331        0.029187        1.998499
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 48,  159
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:    48.000 Criterion:    896.274
+  p1            Bandwidth:    50.363 Criterion:    896.244
+  p2            Bandwidth:    51.823 Criterion:    897.469
+  pU            Bandwidth:    54.186 Criterion:    897.673
+ iter    1 (p1) Bandwidth:    50.363 Criterion:    896.244 Diff:      1.460
+ iter    2 (p1) Bandwidth:    49.460 Criterion:    896.184 Diff:      0.902
+ iter    3 (p2) Bandwidth:    49.460 Criterion:    896.184 Diff:      0.558
+Best bandwidth size 49.000
+Minimum AICc      896.184
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                   49.460274
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           635964.300000  1059706.000000   423741.700000
+Y-coord          3401148.000000  3872640.000000   471492.000000
+
+  Diagnostic information
+Residual sum of squares:          2312.592458
+Effective number of parameters (model: trace(S)):                     8.033359
+Effective number of parameters (variance: trace(S'S)):                5.454906
+Degree of freedom (model: n - trace(S)):                            150.966641
+Degree of freedom (residual: n - 2trace(S) + trace(S'S)):           148.388187
+ML based sigma estimate:             3.813739
+Unbiased sigma estimate:             3.947752
+-2 log-likelihood:                 876.900473
+Classic AIC:                       894.967192
+AICc:                              896.184041
+BIC/MDL:                           922.689706
+CV:                                 17.914091
+R square:                            0.549033
+Adjusted R square:                   0.516564
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\georgia_GS_NN_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                  24.095617        1.993847
+PctRural                   -0.118018        0.019034
+PctPov                     -0.315782        0.031402
+PctBlack                    0.047231        0.026783
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  20.871637       27.413438        6.541801
+PctRural                   -0.155327       -0.089579        0.065748
+PctPov                     -0.366066       -0.241590        0.124476
+PctBlack                   -0.005162        0.088745        0.093907
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                  22.299833       24.112693       25.928870
+PctRural                   -0.134835       -0.115582       -0.100015
+PctPov                     -0.343436       -0.317883       -0.293751
+PctBlack                    0.024811        0.050079        0.068774
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   3.629037        2.690168
+PctRural                    0.034820        0.025812
+PctPov                      0.049685        0.036831
+PctBlack                    0.043963        0.032589
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR ANOVA Table
+*****************************************************************************
+Source                           SS          DF             MS           F
+----------------- ------------------- ---------- --------------- ----------
+Global Residuals              2639.559    155.000
+GWR Improvement                326.967      6.612          49.452
+GWR Residuals                 2312.592    148.388          15.585   3.173099
+
+*****************************************************************************
+Program terminated at 7/25/2016 2:04:57 AM
diff --git a/pysal/examples/londonhp/londonhp.dbf b/pysal/examples/londonhp/londonhp.dbf
new file mode 100644
index 0000000..d2897f8
Binary files /dev/null and b/pysal/examples/londonhp/londonhp.dbf differ
diff --git a/pysal/examples/londonhp/londonhp.shp b/pysal/examples/londonhp/londonhp.shp
new file mode 100644
index 0000000..0cc24ac
Binary files /dev/null and b/pysal/examples/londonhp/londonhp.shp differ
diff --git a/pysal/examples/londonhp/londonhp.shx b/pysal/examples/londonhp/londonhp.shx
new file mode 100644
index 0000000..ddfffaa
Binary files /dev/null and b/pysal/examples/londonhp/londonhp.shx differ
diff --git a/pysal/examples/tokyo/Readme_tokyomortality.txt b/pysal/examples/tokyo/Readme_tokyomortality.txt
new file mode 100755
index 0000000..382247c
--- /dev/null
+++ b/pysal/examples/tokyo/Readme_tokyomortality.txt
@@ -0,0 +1,55 @@
+Dataset name: 
+	Tokyo Mortality Data
+
+File name
+	tokyomortality.txt
+
+File type
+	text file (space delimited data matrix)
+
+Fields
+	IDnum0: sequential areal id
+	X_CENTROID: x coordinate of areal centroid
+	Y_CENTROID: y coordinate of areal centroid
+	db2564: observed number of working age (25-64 yrs) deaths
+	eb2564: expected number of working age (25-64 yrs) deaths
+	OCC_TEC: proportion of professional workers
+	OWNH: proportion of owned houses
+	POP65: proportion of elderly people (equal to or older than 65)
+	UNEMP: unemployment rate
+
+Areal unit
+	262 municipality
+
+Areal extent
+	The Tokyo metropolitan area is enclosed by an approximate 70 km radius 
+	from the centroid of the Chiyoda ward of Tokyo where the Imperial Palace is located.
+
+Year
+	1990
+
+Source
+	Vital Statistics and Population Census of Japan
+
+Sample session control file
+	SampleTokyoMortalityGWPR.ctl
+ 
+	Note 1: This sample fit a semiparametric geographically weighted Poisson regression model
+		used in Nakaya et al. (2005).
+	Note 2: Since all of the explanatory variables are standardised in the paper, the standardisation 
+		option is turned on in this sample.
+
+Additional file: 
+   tokyomet262.shp, shx, dbf, prj: ESRI shape file of the Tokyo metropolitan area
+
+   Note 1: IDnum0 in tokyomortality.txt can be matched with AreaID in this shapefile dbf.
+   Note 2: Coordinates are projected using UTM54 (Tokyo datum).
+   Note 3: distance unit is metre.
+
+Reference
+	Nakaya, T., Fotheringham, S., Brunsdon, C. and Charlton, M. (2005): 
+	Geographically weighted Poisson regression for disease associative mapping,
+	Statistics in Medicine 24, 2695-2717.
+
+History
+  15 May 2012	The dataset is prepared for GWR4 sample dataset by TN.
diff --git a/pysal/examples/tokyo/SampleTokyoMortalityGWPR.ctl b/pysal/examples/tokyo/SampleTokyoMortalityGWPR.ctl
new file mode 100755
index 0000000..6da5f89
--- /dev/null
+++ b/pysal/examples/tokyo/SampleTokyoMortalityGWPR.ctl
@@ -0,0 +1,40 @@
+Semiparametric GWPR: Tokyo mortality data (see Nakaya et al. 2005, Stat in Med.)
+Tokyomortality.txt
+FORMAT/DELIMITER: 0
+Number_of_fields: 9
+Number_of_areas: 262
+Fields
+AreaKey 001 IDnum0
+X 002 X_CENTROID
+Y 003 Y_CENTROID
+Gmetric 0
+Dependent 004 db2564
+Offset 005 eb2564
+Independent_geo 3
+000 Intercept
+006 OCC_TEC
+009 UNEMP
+Independent_fix 2
+007 OWNH
+008 POP65
+Unused_fields 0
+MODELTYPE: 1
+STANDARDISATION: 1
+GTEST: 0
+VSG2F: 0
+VSF2G: 0
+KERNELTYPE: 0
+BANDSELECTIONMETHOD: 2
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 20000
+IntervalMin: 10000
+IntervalStep: 1000
+Criteria: 1000
+summary_output: defaultGWRsummary.txt
+listwise_output: defaultGWRlistwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/tokyo/Tokyomortality.csv b/pysal/examples/tokyo/Tokyomortality.csv
new file mode 100644
index 0000000..4e69146
--- /dev/null
+++ b/pysal/examples/tokyo/Tokyomortality.csv
@@ -0,0 +1 @@
+IDnum0,X_CENTROID,Y_CENTROID,db2564,eb2564,OCC_TEC,OWNH,POP65,UNEMP
0,378906.83,17310.41,189,194.572,0.126,0.606,0.104,2.865
1,334095.21,25283.2,95,97.526,0.107,0.671,0.111,3.401
2,378200.19,-877.05,70,83.235,0.106,0.733,0.11,1.724
3,357191.03,29064.39,48,52.392,0.075,0.767,0.14,1.829
4,358056.34,10824.73,65,67.664,0.075,0.812,0.146,1.961
5,366747.61,-3073.12,107,120.745,0.14,0.623,0.078,2.636
6,351099.27,11800.35,65,67.196,0.066,0.824,0.121,1.603
7,377929.98,4635.1,76,87.746,0.13,0.778,0.083,2.438
8,367529.91,20192.51,192,190.255,0.227,0.449,0.101,1.783
9,389231.47,3489.35,27,23.939,0.075,0.821,0.146,2.081
10,389427.64,9290.1,28,23.832,0.088,0.61,0.119,2.589
11,381089.82,9125.81,63,62.498,0.124,0.674,0.099,2.661
12,371082.66,6843.9,34,36.137,0.113,0.914,0.078,2.08
13,388281.84,-1760.78,17,16.77,0.062,0.92,0.161,2.509
14,386771.66,-4857.11,25,20.209,0.055,0.959,0.166,1.824
15,397029.93,4912.15,17,14.952,0.07,0.961,0.178,1.725
16,399583.28,1217.51,31,24.675,0.062,0.931,0.165,2.261
17,389413.79,18915.59,27,32.009,0.069,0.938,0.168,1.45
18,374811.31,23395.2,10,16.171,0.098,0.892,0.159,1.997
19,366291.01,3851.09,42,40.773,0.076,0.929,0.102,2.704
20,362053.67,7027.25,20,19.021,0.075,0.935,0.148,2.479
21,350567.45,26456.28,40,38.2,0.048,0.945,0.146,1.784
22,356783.59,23682.89,15,14.404,0.066,0.891,0.149,1.983
23,356225.47,19763.98,47,34.798,0.063,0.828,0.135,1.677
24,338360.54,25697.56,68,63.104,0.066,0.672,0.082,1.782
25,337846.31,18213.38,17,14.095,0.064,0.874,0.134,2.416
26,344074.13,27136.92,57,48.675,0.05,0.85,0.094,2.25
27,349087.82,19336.47,40,24.57,0.057,0.932,0.138,1.458
28,343402.57,18620.67,47,40.968,0.064,0.77,0.124,2.265
29,359036.48,1198.74,49,47.597,0.129,0.817,0.08,2.01
30,370771.99,-1522.12,49,48.444,0.107,0.856,0.095,2.752
31,376842.13,-7139.16,27,29.49,0.106,0.949,0.097,2.667
32,318049.53,32744.59,120,120.934,0.088,0.687,0.121,2.725
33,325761.21,31092.21,28,25.762,0.054,0.937,0.163,1.68
34,318112.24,28405.62,16,17.138,0.062,0.914,0.143,1.617
35,310480.1,28809.03,14,17.677,0.062,0.881,0.138,2.226
36,306513.97,32751.48,43,49.712,0.096,0.446,0.082,2.421
37,311395.51,33538.42,29,38.093,0.07,0.843,0.109,2.222
38,314408.34,-4572.95,401,451.407,0.126,0.657,0.083,2.507
39,303850.22,22478,210,230.061,0.11,0.638,0.103,2.74
40,337540.25,-12310.61,711,665.501,0.098,0.519,0.073,2.718
41,330948.96,-8687.59,544,620.327,0.149,0.514,0.084,2.674
42,327143.99,-3103.01,557,622.818,0.129,0.587,0.09,2.645
43,312830.72,21412.1,132,123.957,0.099,0.734,0.114,2.43
44,312874.14,-17053.63,395,440.38,0.157,0.578,0.073,2.8
45,293680.38,-8010.1,97,109.945,0.12,0.722,0.116,2.828
46,325185.11,20460.45,91,86.221,0.095,0.766,0.118,2.115
47,305971.31,8472,97,122.976,0.117,0.661,0.087,2.394
48,335330.5,-108.19,148,162.923,0.099,0.711,0.081,3.026
49,339115.66,3202.05,269,271.36,0.107,0.624,0.064,2.994
50,309271.13,-10589.17,183,224.968,0.133,0.645,0.072,2.589
51,319972.62,24634.35,86,84.885,0.089,0.792,0.126,2.33
52,317013.43,12374.14,86,105.836,0.113,0.715,0.084,2.577
53,323345.93,2314.46,244,294.09,0.113,0.562,0.066,2.759
54,327610.55,-7504.02,120,116.831,0.152,0.5,0.091,2.936
55,343813.29,-11626.17,297,306.205,0.091,0.514,0.062,2.712
56,342508.85,-4698.16,393,414.887,0.103,0.637,0.062,2.758
57,333426.78,-13559.3,103,114.209,0.132,0.452,0.094,3.357
58,330824.95,-14794.45,136,129.291,0.098,0.351,0.065,3.456
59,304617.97,-15261.45,160,197.739,0.137,0.674,0.07,2.886
60,338062.78,-13156.47,102,96.519,0.076,0.621,0.085,3.045
61,325419.58,-15527.5,142,150.75,0.126,0.434,0.063,3.041
62,324052.62,-12510.9,83,94.684,0.135,0.599,0.062,3.13
63,327521.88,-17674.68,78,83.535,0.144,0.463,0.069,2.77
64,322114.34,-17894.35,201,208.889,0.122,0.606,0.066,2.516
65,320355.21,5840.48,87,107.467,0.11,0.713,0.079,2.539
66,330341.07,12925.79,89,97.163,0.123,0.649,0.077,2.809
67,318527.16,8318.24,80,93.243,0.115,0.665,0.072,2.399
68,347297.26,-13547.71,105,106.606,0.06,0.605,0.061,3.229
69,321375.58,-10594.12,114,140.264,0.109,0.575,0.066,2.479
70,318675.19,-8454.47,101,94.489,0.126,0.439,0.078,3.459
71,350174.04,-12060.87,181,172.497,0.091,0.579,0.052,2.388
72,329442.54,5939.52,82,92.061,0.126,0.782,0.085,2.424
73,307098.94,992.68,93,126.491,0.121,0.539,0.067,2.431
74,337247.61,14030.91,67,78.427,0.094,0.658,0.085,3.416
75,306612.95,-2173.79,55,79.955,0.132,0.607,0.054,2.304
76,301727,-6640.87,68,74.512,0.113,0.758,0.09,2.324
77,326724.18,5478.1,47,38.462,0.103,0.809,0.069,2.164
78,311503.39,15708.66,33,40.921,0.117,0.77,0.081,2.083
79,316934.08,-10632.09,43,55.32,0.108,0.643,0.057,2.695
80,317980.71,-13171.59,52,51.875,0.104,0.73,0.065,2.308
81,298790.59,-2464.08,75,55.068,0.181,0.651,0.088,2.833
82,294903.64,214.57,33,19.923,0.1,0.866,0.14,2.113
83,284950.61,-7897.72,11,4.858,0.084,0.948,0.224,2.895
84,302616.14,12642.65,23,17.416,0.087,0.819,0.117,2.735
85,298937.62,11074.43,43,27.544,0.108,0.831,0.109,2.48
86,292980.66,10621.27,46,52.123,0.107,0.836,0.124,2.887
87,291341.64,3602.46,19,13.33,0.081,0.934,0.143,2.289
88,296052.78,6812.78,11,8.054,0.08,0.89,0.128,1.858
89,314476.95,3490.04,30,32.284,0.085,0.944,0.124,1.73
90,311673.48,10101.08,27,28.431,0.078,0.931,0.124,2.36
91,300937.58,3470.02,18,24.098,0.156,0.938,0.102,2.262
92,286991.93,9571.27,7,7.428,0.071,0.946,0.189,2.323
93,307386.12,16090.18,7,11.046,0.08,0.928,0.146,1.973
94,300604.96,17843.82,15,17.145,0.086,0.854,0.119,2.527
95,303917.55,29223.91,44,42.828,0.081,0.877,0.121,1.844
96,296097.2,19299.56,25,18.829,0.073,0.883,0.131,1.749
97,291327.94,19385.45,15,17.662,0.074,0.889,0.114,2.012
98,288651.19,16782.21,53,53.478,0.091,0.821,0.13,3.125
99,321850.11,16542.18,24,28.667,0.066,0.921,0.124,1.794
100,309623.17,24691.81,7,6.125,0.062,0.881,0.128,1.775
101,317273.81,16350.36,13,12.349,0.066,0.962,0.154,1.957
102,330127.65,26472.36,18,16.755,0.07,0.896,0.112,2.779
103,330024.3,22050.13,24,22.623,0.086,0.917,0.128,2.115
104,335366.5,8522.69,45,50.9,0.105,0.711,0.076,2.512
105,330795.7,8625.57,56,59.574,0.096,0.838,0.09,2.449
106,324461.1,12021.3,33,33.073,0.071,0.874,0.116,1.967
107,333249.02,19193.73,35,33.069,0.096,0.816,0.107,2.911
108,330905.38,16199.04,36,41.484,0.12,0.663,0.065,3.294
109,338740.71,9995.65,58,59.655,0.098,0.787,0.084,2.434
110,345541.9,-607.56,37,34.33,0.074,0.871,0.082,2.536
111,348908.69,-5077.51,53,65.655,0.088,0.678,0.069,2.275
112,343120.93,5902.89,49,55.521,0.101,0.845,0.091,2.039
113,377836.69,-36378.58,1070,1243.759,0.136,0.523,0.074,2.519
114,356153.1,-24448.15,547,607.845,0.137,0.422,0.074,2.635
115,363934.49,-23252.2,660,811.312,0.13,0.518,0.073,2.921
116,362715.03,-62961.03,175,193.735,0.101,0.62,0.1,3.467
117,355515.39,-15862.17,594,664.519,0.137,0.48,0.067,2.571
118,350331.74,2259.59,189,175.679,0.115,0.743,0.094,2.796
119,390869.17,-52824.71,121,132.775,0.123,0.718,0.117,2.875
120,391663.46,-13955.69,125,116.253,0.102,0.499,0.091,2.183
121,381676.42,-24737.89,175,218.258,0.124,0.772,0.086,2.416
122,396227.77,-39792.02,85,70.583,0.099,0.772,0.132,2.541
123,365535.4,-28214.23,200,220.195,0.149,0.461,0.072,2.81
124,358761.78,-6929.68,389,454.815,0.145,0.584,0.071,2.711
125,376070.01,-56303.59,381,386.197,0.11,0.604,0.084,2.772
126,353788.69,-7340.62,173,208.943,0.136,0.672,0.079,2.628
127,371670.71,-21543.62,206,230.127,0.117,0.579,0.072,2.925
128,367522.64,-7189.91,142,185.604,0.159,0.645,0.081,2.372
129,361892.77,-18166,148,146.777,0.109,0.723,0.068,2.281
130,366450.66,-74634.65,141,142.727,0.097,0.602,0.108,3.16
131,355381.88,-79216.89,106,95.232,0.071,0.808,0.15,2.477
132,353694.67,-32885.23,116,143.243,0.146,0.424,0.043,2.633
133,378726.25,-28678.9,84,113.452,0.135,0.759,0.078,2.445
134,365246.77,-57670.24,78,76.222,0.113,0.709,0.096,2.529
135,389517.13,-31493.43,88,74.094,0.077,0.823,0.102,2.707
136,344415.42,11511.89,31,39.895,0.054,0.928,0.082,2.317
137,365053.58,-11168.12,60,59.313,0.099,0.762,0.069,2.316
138,387334.51,-21934.03,25,27.294,0.116,0.765,0.082,3.312
139,393097.28,-22717.2,57,56.813,0.075,0.766,0.079,2.46
140,380945.88,-17224.24,17,13.907,0.065,0.985,0.166,2.451
141,367373.14,-14712.42,47,51.913,0.121,0.826,0.063,2.205
142,374567.12,-13256.38,51,53.296,0.135,0.738,0.086,2.093
143,380862.18,-12688.75,11,7.634,0.072,0.989,0.177,2.358
144,383629.18,-9335.24,23,31.803,0.114,0.947,0.099,2.559
145,394378.41,-45752.97,64,55.296,0.102,0.849,0.139,3.293
146,402514.52,-43075.49,61,32.211,0.066,0.91,0.168,3.676
147,402518.42,-36236.31,37,36.163,0.08,0.854,0.16,2.236
148,396061.3,-30927.23,22,21.578,0.061,0.935,0.142,2.462
149,408226.18,-35513.98,18,7.467,0.063,0.969,0.172,3.462
150,403471.42,-31311.84,20,18.775,0.073,0.852,0.163,2.315
151,406033.77,-29345.02,20,24.596,0.064,0.82,0.154,2.725
152,399386.5,-22290.57,18,14.326,0.052,0.847,0.166,1.836
153,397587.4,-62378.67,25,19.169,0.089,0.808,0.171,2.747
154,391305.58,-63700.85,11,13.486,0.084,0.943,0.181,2.306
155,396203.55,-57412.21,23,19.247,0.085,0.92,0.166,2.395
156,397924.17,-52596.47,28,20.984,0.064,0.933,0.173,2.727
157,382876.06,-53653.14,19,13.687,0.085,0.868,0.176,2.881
158,385919.86,-61374.5,26,19.642,0.092,0.942,0.196,2.329
159,340110.86,-28521.01,70,64.958,0.135,0.499,0.166,1.36
160,342259.81,-30180.57,117,110.919,0.1,0.441,0.153,2.131
161,338829.19,-32435.83,256,255.792,0.16,0.392,0.135,2.711
162,335964.11,-27144.87,429,457.126,0.171,0.335,0.124,3.599
163,339454.02,-25208.35,285,280.924,0.193,0.439,0.138,2.557
164,342858.93,-25291.03,362,301.482,0.087,0.509,0.158,3.346
165,345601.8,-25527.73,452,371.254,0.086,0.469,0.13,3.008
166,345909.97,-30691.34,728,629.225,0.098,0.398,0.094,3.72
167,338436.09,-37186.98,562,553.703,0.133,0.379,0.116,2.33
168,334457.21,-35114.84,354,375.609,0.181,0.382,0.123,2.985
169,338261.22,-41722.33,1072,1038.344,0.127,0.403,0.116,2.91
170,329570.75,-34216.76,1037,1166.108,0.192,0.365,0.11,2.554
171,334989.23,-30867,309,312.454,0.189,0.363,0.124,3.036
172,331704.61,-26241.59,472,469.179,0.174,0.329,0.118,4.446
173,328431.53,-27940.2,699,775.103,0.196,0.345,0.117,3.251
174,336081.28,-23805.64,449,403.901,0.148,0.335,0.125,3.286
175,337470.12,-19925.9,615,587.955,0.117,0.35,0.126,3.652
176,342348.74,-22559.69,369,326.979,0.087,0.483,0.137,3.67
177,332725.59,-19390.99,812,800.918,0.131,0.363,0.099,3.208
178,327487.37,-22298.2,904,981.601,0.164,0.416,0.094,2.68
179,343411.59,-18219.15,1215,1037.79,0.085,0.417,0.093,3.634
180,349055.69,-20887.1,802,709.067,0.098,0.452,0.106,3.633
181,351097.21,-27497.53,983,874.668,0.095,0.427,0.08,3.223
182,297942.15,-33105.95,639,694.592,0.161,0.502,0.092,2.886
183,308339.92,-26657.04,251,230.764,0.142,0.395,0.093,3.353
184,322572.21,-26917.93,160,196.476,0.205,0.334,0.113,2.827
185,322565.6,-29522.07,233,246.203,0.189,0.338,0.104,2.841
186,293318.13,-17312.06,166,182.621,0.143,0.613,0.108,2.405
187,315646.55,-31303.34,259,315.043,0.189,0.397,0.088,2.625
188,304719.13,-27487.57,151,157.977,0.146,0.422,0.09,3.497
189,321954.36,-32546,270,299.219,0.182,0.356,0.086,3.286
190,311343.05,-41967,474,532.694,0.169,0.472,0.082,2.77
191,318030.71,-27812.93,139,156.098,0.206,0.368,0.098,2.888
192,315373.57,-24947.11,213,249.881,0.19,0.4,0.089,2.639
193,308034.74,-32419.4,195,245.676,0.198,0.405,0.079,2.613
194,314330.79,-21499.59,195,215.951,0.165,0.484,0.102,3.143
195,313503.88,-27427.64,114,152.567,0.219,0.425,0.092,2.867
196,311593.95,-29691.66,89,96.433,0.204,0.347,0.092,3.061
197,320162.13,-24446.09,95,115.318,0.166,0.403,0.09,3.039
198,321749.08,-23511,116,154.73,0.174,0.436,0.1,3.331
199,302066.12,-24471.58,82,85.46,0.129,0.372,0.079,3.503
200,324399.73,-35058.09,109,117.435,0.177,0.409,0.091,3.068
201,310172.99,-22574.96,96,119.523,0.137,0.493,0.075,3.306
202,318769.5,-18902.57,140,111.022,0.169,0.395,0.1,3.607
203,318576.81,-21935.03,156,180.434,0.153,0.432,0.072,2.77
204,306334.75,-22731.84,125,98.953,0.096,0.432,0.072,3.789
205,311907.21,-35905.87,176,191.709,0.202,0.411,0.057,2.412
206,316724.95,-35492.33,89,83.526,0.165,0.415,0.066,2.842
207,298239.3,-24996.76,63,78.267,0.127,0.716,0.089,3.141
208,300046.48,-21453.27,72,73.702,0.138,0.465,0.063,2.296
209,303145.8,-20159.37,40,44.426,0.08,0.64,0.083,3.084
210,292145.09,-22376.41,22,24.446,0.143,0.873,0.128,1.943
211,289344.08,-25302.15,37,33.367,0.133,0.795,0.149,2.325
212,281144.54,-26368.4,4,6.991,0.099,0.936,0.252,3.36
213,276385.4,-15692.77,18,16.121,0.092,0.854,0.209,2.99
214,333949.36,-49547.84,449,385.205,0.127,0.446,0.1,2.931
215,328639.25,-51354.28,350,322.831,0.148,0.437,0.108,2.875
216,328766.37,-54568.85,145,128.505,0.128,0.485,0.138,3.508
217,332223.73,-57396.73,329,215.339,0.12,0.435,0.123,4.385
218,327365.26,-57784.04,448,334.183,0.129,0.51,0.116,3.907
219,325148.15,-54327.48,295,315.196,0.151,0.494,0.092,3.083
220,328631.89,-61735.25,263,266.041,0.163,0.474,0.092,2.883
221,329641.62,-66529.75,204,301.101,0.174,0.57,0.092,2.655
222,327916.01,-45847.58,376,448.358,0.179,0.444,0.082,2.325
223,321117.24,-60823.26,290,357.977,0.173,0.551,0.071,2.51
224,325433.51,-61656.41,294,348.879,0.167,0.552,0.067,2.528
225,320495.28,-52701.22,361,401.562,0.166,0.554,0.081,2.899
226,320831.13,-45866.47,432,578.273,0.194,0.455,0.061,2.207
227,316915.15,-53631.62,156,188.688,0.135,0.49,0.081,3.125
228,323595.31,-65306.25,153,191.558,0.174,0.552,0.07,2.389
229,318116.79,-58966.35,186,201.211,0.137,0.634,0.078,3.118
230,339293.11,-47659.81,446,346.615,0.09,0.407,0.107,4.943
231,334055.07,-44545.18,248,227.145,0.118,0.373,0.097,4.169
232,331453.95,-41443.1,260,260.364,0.194,0.286,0.088,3.265
233,327954.56,-39544.67,236,229.34,0.165,0.322,0.07,3.575
234,321981.74,-36838.07,175,238.622,0.206,0.343,0.067,3.078
235,324590.43,-40337.23,192,242.805,0.173,0.405,0.052,2.771
236,317357.31,-39249.39,118,184.698,0.214,0.499,0.076,2.883
237,333435.39,-77430.79,735,704.883,0.127,0.622,0.113,3.698
238,302126.02,-67286.13,346,364.36,0.132,0.51,0.091,3.115
239,321943.14,-68916.22,247,299.298,0.206,0.606,0.139,2.508
240,314598.5,-64965.34,463,523.326,0.161,0.483,0.091,2.599
241,310206.19,-67759.02,279,314.882,0.159,0.574,0.098,3.118
242,326961.41,-72189.14,93,100.995,0.181,0.687,0.153,3.157
243,306522.23,-44854.32,686,763.182,0.148,0.508,0.069,3.152
244,332009.57,-86587.48,105,89.021,0.08,0.699,0.122,3.004
245,291250.63,-62212.96,200,212.373,0.161,0.517,0.081,2.481
246,302274.84,-54583.9,209,264.407,0.152,0.506,0.067,2.443
247,313999.38,-53197.4,265,288.902,0.139,0.454,0.071,2.977
248,299312.82,-60819.66,88,124.432,0.174,0.525,0.082,2.759
249,308373.06,-57401.82,121,152.899,0.146,0.596,0.065,2.645
250,309678.63,-51875.49,140,160.488,0.152,0.515,0.066,2.678
251,311833.72,-57007.52,104,114.083,0.1,0.63,0.059,2.315
252,327926.88,-75230.85,41,50.776,0.173,0.756,0.145,2.713
253,307926.73,-64266.21,64,64.614,0.104,0.554,0.07,2.539
254,299390.82,-71196.86,49,51.988,0.165,0.737,0.138,2.696
255,295866.34,-72353.52,44,48.284,0.173,0.634,0.116,2.788
256,299578.37,-47629.99,35,57.237,0.08,0.622,0.074,2.322
257,293314.45,-52457.68,6,6.325,0.11,0.664,0.118,1.999
258,299215.09,-41823.07,32,30.727,0.14,0.745,0.071,2.602
259,288944.87,-47144.31,28,41.043,0.103,0.851,0.098,1.87
260,290541.99,-38708.26,10,16.491,0.13,0.673,0.118,2.608
261,285964.14,-39392.46,12,16.168,0.117,0.889,0.14,2.132
\ No newline at end of file
diff --git a/pysal/examples/tokyo/Tokyomortality.txt b/pysal/examples/tokyo/Tokyomortality.txt
new file mode 100755
index 0000000..f10bd73
--- /dev/null
+++ b/pysal/examples/tokyo/Tokyomortality.txt
@@ -0,0 +1,263 @@
+ IDnum0 X_CENTROID Y_CENTROID db2564   eb2564  OCC_TEC   OWNH   POP65   UNEMP
+   0     378906.83   17310.41     189  194.572   0.126   0.606    0.104   2.865
+   1     334095.21   25283.20      95   97.526   0.107   0.671    0.111   3.401
+   2     378200.19    -877.05      70   83.235   0.106   0.733    0.110   1.724
+   3     357191.03   29064.39      48   52.392   0.075   0.767    0.140   1.829
+   4     358056.34   10824.73      65   67.664   0.075   0.812    0.146   1.961
+   5     366747.61   -3073.12     107  120.745   0.140   0.623    0.078   2.636
+   6     351099.27   11800.35      65   67.196   0.066   0.824    0.121   1.603
+   7     377929.98    4635.10      76   87.746   0.130   0.778    0.083   2.438
+   8     367529.91   20192.51     192  190.255   0.227   0.449    0.101   1.783
+   9     389231.47    3489.35      27   23.939   0.075   0.821    0.146   2.081
+   10    389427.64    9290.10      28   23.832   0.088   0.610    0.119   2.589
+   11    381089.82    9125.81      63   62.498   0.124   0.674    0.099   2.661
+   12    371082.66    6843.90      34   36.137   0.113   0.914    0.078   2.080
+   13    388281.84   -1760.78      17   16.770   0.062   0.920    0.161   2.509
+   14    386771.66   -4857.11      25   20.209   0.055   0.959    0.166   1.824
+   15    397029.93    4912.15      17   14.952   0.070   0.961    0.178   1.725
+   16    399583.28    1217.51      31   24.675   0.062   0.931    0.165   2.261
+   17    389413.79   18915.59      27   32.009   0.069   0.938    0.168   1.450
+   18    374811.31   23395.20      10   16.171   0.098   0.892    0.159   1.997
+   19    366291.01    3851.09      42   40.773   0.076   0.929    0.102   2.704
+   20    362053.67    7027.25      20   19.021   0.075   0.935    0.148   2.479
+   21    350567.45   26456.28      40   38.200   0.048   0.945    0.146   1.784
+   22    356783.59   23682.89      15   14.404   0.066   0.891    0.149   1.983
+   23    356225.47   19763.98      47   34.798   0.063   0.828    0.135   1.677
+   24    338360.54   25697.56      68   63.104   0.066   0.672    0.082   1.782
+   25    337846.31   18213.38      17   14.095   0.064   0.874    0.134   2.416
+   26    344074.13   27136.92      57   48.675   0.050   0.850    0.094   2.250
+   27    349087.82   19336.47      40   24.570   0.057   0.932    0.138   1.458
+   28    343402.57   18620.67      47   40.968   0.064   0.770    0.124   2.265
+   29    359036.48    1198.74      49   47.597   0.129   0.817    0.080   2.010
+   30    370771.99   -1522.12      49   48.444   0.107   0.856    0.095   2.752
+   31    376842.13   -7139.16      27   29.490   0.106   0.949    0.097   2.667
+   32    318049.53   32744.59     120  120.934   0.088   0.687    0.121   2.725
+   33    325761.21   31092.21      28   25.762   0.054   0.937    0.163   1.680
+   34    318112.24   28405.62      16   17.138   0.062   0.914    0.143   1.617
+   35    310480.10   28809.03      14   17.677   0.062   0.881    0.138   2.226
+   36    306513.97   32751.48      43   49.712   0.096   0.446    0.082   2.421
+   37    311395.51   33538.42      29   38.093   0.070   0.843    0.109   2.222
+   38    314408.34   -4572.95     401  451.407   0.126   0.657    0.083   2.507
+   39    303850.22   22478.00     210  230.061   0.110   0.638    0.103   2.740
+   40    337540.25  -12310.61     711  665.501   0.098   0.519    0.073   2.718
+   41    330948.96   -8687.59     544  620.327   0.149   0.514    0.084   2.674
+   42    327143.99   -3103.01     557  622.818   0.129   0.587    0.090   2.645
+   43    312830.72   21412.10     132  123.957   0.099   0.734    0.114   2.430
+   44    312874.14  -17053.63     395  440.380   0.157   0.578    0.073   2.800
+   45    293680.38   -8010.10      97  109.945   0.120   0.722    0.116   2.828
+   46    325185.11   20460.45      91   86.221   0.095   0.766    0.118   2.115
+   47    305971.31    8472.00      97  122.976   0.117   0.661    0.087   2.394
+   48    335330.50    -108.19     148  162.923   0.099   0.711    0.081   3.026
+   49    339115.66    3202.05     269  271.360   0.107   0.624    0.064   2.994
+   50    309271.13  -10589.17     183  224.968   0.133   0.645    0.072   2.589
+   51    319972.62   24634.35      86   84.885   0.089   0.792    0.126   2.330
+   52    317013.43   12374.14      86  105.836   0.113   0.715    0.084   2.577
+   53    323345.93    2314.46     244  294.090   0.113   0.562    0.066   2.759
+   54    327610.55   -7504.02     120  116.831   0.152   0.500    0.091   2.936
+   55    343813.29  -11626.17     297  306.205   0.091   0.514    0.062   2.712
+   56    342508.85   -4698.16     393  414.887   0.103   0.637    0.062   2.758
+   57    333426.78  -13559.30     103  114.209   0.132   0.452    0.094   3.357
+   58    330824.95  -14794.45     136  129.291   0.098   0.351    0.065   3.456
+   59    304617.97  -15261.45     160  197.739   0.137   0.674    0.070   2.886
+   60    338062.78  -13156.47     102   96.519   0.076   0.621    0.085   3.045
+   61    325419.58  -15527.50     142  150.750   0.126   0.434    0.063   3.041
+   62    324052.62  -12510.90      83   94.684   0.135   0.599    0.062   3.130
+   63    327521.88  -17674.68      78   83.535   0.144   0.463    0.069   2.770
+   64    322114.34  -17894.35     201  208.889   0.122   0.606    0.066   2.516
+   65    320355.21    5840.48      87  107.467   0.110   0.713    0.079   2.539
+   66    330341.07   12925.79      89   97.163   0.123   0.649    0.077   2.809
+   67    318527.16    8318.24      80   93.243   0.115   0.665    0.072   2.399
+   68    347297.26  -13547.71     105  106.606   0.060   0.605    0.061   3.229
+   69    321375.58  -10594.12     114  140.264   0.109   0.575    0.066   2.479
+   70    318675.19   -8454.47     101   94.489   0.126   0.439    0.078   3.459
+   71    350174.04  -12060.87     181  172.497   0.091   0.579    0.052   2.388
+   72    329442.54    5939.52      82   92.061   0.126   0.782    0.085   2.424
+   73    307098.94     992.68      93  126.491   0.121   0.539    0.067   2.431
+   74    337247.61   14030.91      67   78.427   0.094   0.658    0.085   3.416
+   75    306612.95   -2173.79      55   79.955   0.132   0.607    0.054   2.304
+   76    301727.00   -6640.87      68   74.512   0.113   0.758    0.090   2.324
+   77    326724.18    5478.10      47   38.462   0.103   0.809    0.069   2.164
+   78    311503.39   15708.66      33   40.921   0.117   0.770    0.081   2.083
+   79    316934.08  -10632.09      43   55.320   0.108   0.643    0.057   2.695
+   80    317980.71  -13171.59      52   51.875   0.104   0.730    0.065   2.308
+   81    298790.59   -2464.08      75   55.068   0.181   0.651    0.088   2.833
+   82    294903.64     214.57      33   19.923   0.100   0.866    0.140   2.113
+   83    284950.61   -7897.72      11    4.858   0.084   0.948    0.224   2.895
+   84    302616.14   12642.65      23   17.416   0.087   0.819    0.117   2.735
+   85    298937.62   11074.43      43   27.544   0.108   0.831    0.109   2.480
+   86    292980.66   10621.27      46   52.123   0.107   0.836    0.124   2.887
+   87    291341.64    3602.46      19   13.330   0.081   0.934    0.143   2.289
+   88    296052.78    6812.78      11    8.054   0.080   0.890    0.128   1.858
+   89    314476.95    3490.04      30   32.284   0.085   0.944    0.124   1.730
+   90    311673.48   10101.08      27   28.431   0.078   0.931    0.124   2.360
+   91    300937.58    3470.02      18   24.098   0.156   0.938    0.102   2.262
+   92    286991.93    9571.27       7    7.428   0.071   0.946    0.189   2.323
+   93    307386.12   16090.18       7   11.046   0.080   0.928    0.146   1.973
+   94    300604.96   17843.82      15   17.145   0.086   0.854    0.119   2.527
+   95    303917.55   29223.91      44   42.828   0.081   0.877    0.121   1.844
+   96    296097.20   19299.56      25   18.829   0.073   0.883    0.131   1.749
+   97    291327.94   19385.45      15   17.662   0.074   0.889    0.114   2.012
+   98    288651.19   16782.21      53   53.478   0.091   0.821    0.130   3.125
+   99    321850.11   16542.18      24   28.667   0.066   0.921    0.124   1.794
+  100    309623.17   24691.81       7    6.125   0.062   0.881    0.128   1.775
+  101    317273.81   16350.36      13   12.349   0.066   0.962    0.154   1.957
+  102    330127.65   26472.36      18   16.755   0.070   0.896    0.112   2.779
+  103    330024.30   22050.13      24   22.623   0.086   0.917    0.128   2.115
+  104    335366.50    8522.69      45   50.900   0.105   0.711    0.076   2.512
+  105    330795.70    8625.57      56   59.574   0.096   0.838    0.090   2.449
+  106    324461.10   12021.30      33   33.073   0.071   0.874    0.116   1.967
+  107    333249.02   19193.73      35   33.069   0.096   0.816    0.107   2.911
+  108    330905.38   16199.04      36   41.484   0.120   0.663    0.065   3.294
+  109    338740.71    9995.65      58   59.655   0.098   0.787    0.084   2.434
+  110    345541.90    -607.56      37   34.330   0.074   0.871    0.082   2.536
+  111    348908.69   -5077.51      53   65.655   0.088   0.678    0.069   2.275
+  112    343120.93    5902.89      49   55.521   0.101   0.845    0.091   2.039
+  113    377836.69  -36378.58    1070 1243.759   0.136   0.523    0.074   2.519
+  114    356153.10  -24448.15     547  607.845   0.137   0.422    0.074   2.635
+  115    363934.49  -23252.20     660  811.312   0.130   0.518    0.073   2.921
+  116    362715.03  -62961.03     175  193.735   0.101   0.620    0.100   3.467
+  117    355515.39  -15862.17     594  664.519   0.137   0.480    0.067   2.571
+  118    350331.74    2259.59     189  175.679   0.115   0.743    0.094   2.796
+  119    390869.17  -52824.71     121  132.775   0.123   0.718    0.117   2.875
+  120    391663.46  -13955.69     125  116.253   0.102   0.499    0.091   2.183
+  121    381676.42  -24737.89     175  218.258   0.124   0.772    0.086   2.416
+  122    396227.77  -39792.02      85   70.583   0.099   0.772    0.132   2.541
+  123    365535.40  -28214.23     200  220.195   0.149   0.461    0.072   2.810
+  124    358761.78   -6929.68     389  454.815   0.145   0.584    0.071   2.711
+  125    376070.01  -56303.59     381  386.197   0.110   0.604    0.084   2.772
+  126    353788.69   -7340.62     173  208.943   0.136   0.672    0.079   2.628
+  127    371670.71  -21543.62     206  230.127   0.117   0.579    0.072   2.925
+  128    367522.64   -7189.91     142  185.604   0.159   0.645    0.081   2.372
+  129    361892.77  -18166.00     148  146.777   0.109   0.723    0.068   2.281
+  130    366450.66  -74634.65     141  142.727   0.097   0.602    0.108   3.160
+  131    355381.88  -79216.89     106   95.232   0.071   0.808    0.150   2.477
+  132    353694.67  -32885.23     116  143.243   0.146   0.424    0.043   2.633
+  133    378726.25  -28678.90      84  113.452   0.135   0.759    0.078   2.445
+  134    365246.77  -57670.24      78   76.222   0.113   0.709    0.096   2.529
+  135    389517.13  -31493.43      88   74.094   0.077   0.823    0.102   2.707
+  136    344415.42   11511.89      31   39.895   0.054   0.928    0.082   2.317
+  137    365053.58  -11168.12      60   59.313   0.099   0.762    0.069   2.316
+  138    387334.51  -21934.03      25   27.294   0.116   0.765    0.082   3.312
+  139    393097.28  -22717.20      57   56.813   0.075   0.766    0.079   2.460
+  140    380945.88  -17224.24      17   13.907   0.065   0.985    0.166   2.451
+  141    367373.14  -14712.42      47   51.913   0.121   0.826    0.063   2.205
+  142    374567.12  -13256.38      51   53.296   0.135   0.738    0.086   2.093
+  143    380862.18  -12688.75      11    7.634   0.072   0.989    0.177   2.358
+  144    383629.18   -9335.24      23   31.803   0.114   0.947    0.099   2.559
+  145    394378.41  -45752.97      64   55.296   0.102   0.849    0.139   3.293
+  146    402514.52  -43075.49      61   32.211   0.066   0.910    0.168   3.676
+  147    402518.42  -36236.31      37   36.163   0.080   0.854    0.160   2.236
+  148    396061.30  -30927.23      22   21.578   0.061   0.935    0.142   2.462
+  149    408226.18  -35513.98      18    7.467   0.063   0.969    0.172   3.462
+  150    403471.42  -31311.84      20   18.775   0.073   0.852    0.163   2.315
+  151    406033.77  -29345.02      20   24.596   0.064   0.820    0.154   2.725
+  152    399386.50  -22290.57      18   14.326   0.052   0.847    0.166   1.836
+  153    397587.40  -62378.67      25   19.169   0.089   0.808    0.171   2.747
+  154    391305.58  -63700.85      11   13.486   0.084   0.943    0.181   2.306
+  155    396203.55  -57412.21      23   19.247   0.085   0.920    0.166   2.395
+  156    397924.17  -52596.47      28   20.984   0.064   0.933    0.173   2.727
+  157    382876.06  -53653.14      19   13.687   0.085   0.868    0.176   2.881
+  158    385919.86  -61374.50      26   19.642   0.092   0.942    0.196   2.329
+  159    340110.86  -28521.01      70   64.958   0.135   0.499    0.166   1.360
+  160    342259.81  -30180.57     117  110.919   0.100   0.441    0.153   2.131
+  161    338829.19  -32435.83     256  255.792   0.160   0.392    0.135   2.711
+  162    335964.11  -27144.87     429  457.126   0.171   0.335    0.124   3.599
+  163    339454.02  -25208.35     285  280.924   0.193   0.439    0.138   2.557
+  164    342858.93  -25291.03     362  301.482   0.087   0.509    0.158   3.346
+  165    345601.80  -25527.73     452  371.254   0.086   0.469    0.130   3.008
+  166    345909.97  -30691.34     728  629.225   0.098   0.398    0.094   3.720
+  167    338436.09  -37186.98     562  553.703   0.133   0.379    0.116   2.330
+  168    334457.21  -35114.84     354  375.609   0.181   0.382    0.123   2.985
+  169    338261.22  -41722.33    1072 1038.344   0.127   0.403    0.116   2.910
+  170    329570.75  -34216.76    1037 1166.108   0.192   0.365    0.110   2.554
+  171    334989.23  -30867.00     309  312.454   0.189   0.363    0.124   3.036
+  172    331704.61  -26241.59     472  469.179   0.174   0.329    0.118   4.446
+  173    328431.53  -27940.20     699  775.103   0.196   0.345    0.117   3.251
+  174    336081.28  -23805.64     449  403.901   0.148   0.335    0.125   3.286
+  175    337470.12  -19925.90     615  587.955   0.117   0.350    0.126   3.652
+  176    342348.74  -22559.69     369  326.979   0.087   0.483    0.137   3.670
+  177    332725.59  -19390.99     812  800.918   0.131   0.363    0.099   3.208
+  178    327487.37  -22298.20     904  981.601   0.164   0.416    0.094   2.680
+  179    343411.59  -18219.15    1215 1037.790   0.085   0.417    0.093   3.634
+  180    349055.69  -20887.10     802  709.067   0.098   0.452    0.106   3.633
+  181    351097.21  -27497.53     983  874.668   0.095   0.427    0.080   3.223
+  182    297942.15  -33105.95     639  694.592   0.161   0.502    0.092   2.886
+  183    308339.92  -26657.04     251  230.764   0.142   0.395    0.093   3.353
+  184    322572.21  -26917.93     160  196.476   0.205   0.334    0.113   2.827
+  185    322565.60  -29522.07     233  246.203   0.189   0.338    0.104   2.841
+  186    293318.13  -17312.06     166  182.621   0.143   0.613    0.108   2.405
+  187    315646.55  -31303.34     259  315.043   0.189   0.397    0.088   2.625
+  188    304719.13  -27487.57     151  157.977   0.146   0.422    0.090   3.497
+  189    321954.36  -32546.00     270  299.219   0.182   0.356    0.086   3.286
+  190    311343.05  -41967.00     474  532.694   0.169   0.472    0.082   2.770
+  191    318030.71  -27812.93     139  156.098   0.206   0.368    0.098   2.888
+  192    315373.57  -24947.11     213  249.881   0.190   0.400    0.089   2.639
+  193    308034.74  -32419.40     195  245.676   0.198   0.405    0.079   2.613
+  194    314330.79  -21499.59     195  215.951   0.165   0.484    0.102   3.143
+  195    313503.88  -27427.64     114  152.567   0.219   0.425    0.092   2.867
+  196    311593.95  -29691.66      89   96.433   0.204   0.347    0.092   3.061
+  197    320162.13  -24446.09      95  115.318   0.166   0.403    0.090   3.039
+  198    321749.08  -23511.00     116  154.730   0.174   0.436    0.100   3.331
+  199    302066.12  -24471.58      82   85.460   0.129   0.372    0.079   3.503
+  200    324399.73  -35058.09     109  117.435   0.177   0.409    0.091   3.068
+  201    310172.99  -22574.96      96  119.523   0.137   0.493    0.075   3.306
+  202    318769.50  -18902.57     140  111.022   0.169   0.395    0.100   3.607
+  203    318576.81  -21935.03     156  180.434   0.153   0.432    0.072   2.770
+  204    306334.75  -22731.84     125   98.953   0.096   0.432    0.072   3.789
+  205    311907.21  -35905.87     176  191.709   0.202   0.411    0.057   2.412
+  206    316724.95  -35492.33      89   83.526   0.165   0.415    0.066   2.842
+  207    298239.30  -24996.76      63   78.267   0.127   0.716    0.089   3.141
+  208    300046.48  -21453.27      72   73.702   0.138   0.465    0.063   2.296
+  209    303145.80  -20159.37      40   44.426   0.080   0.640    0.083   3.084
+  210    292145.09  -22376.41      22   24.446   0.143   0.873    0.128   1.943
+  211    289344.08  -25302.15      37   33.367   0.133   0.795    0.149   2.325
+  212    281144.54  -26368.40       4    6.991   0.099   0.936    0.252   3.360
+  213    276385.40  -15692.77      18   16.121   0.092   0.854    0.209   2.990
+  214    333949.36  -49547.84     449  385.205   0.127   0.446    0.100   2.931
+  215    328639.25  -51354.28     350  322.831   0.148   0.437    0.108   2.875
+  216    328766.37  -54568.85     145  128.505   0.128   0.485    0.138   3.508
+  217    332223.73  -57396.73     329  215.339   0.120   0.435    0.123   4.385
+  218    327365.26  -57784.04     448  334.183   0.129   0.510    0.116   3.907
+  219    325148.15  -54327.48     295  315.196   0.151   0.494    0.092   3.083
+  220    328631.89  -61735.25     263  266.041   0.163   0.474    0.092   2.883
+  221    329641.62  -66529.75     204  301.101   0.174   0.570    0.092   2.655
+  222    327916.01  -45847.58     376  448.358   0.179   0.444    0.082   2.325
+  223    321117.24  -60823.26     290  357.977   0.173   0.551    0.071   2.510
+  224    325433.51  -61656.41     294  348.879   0.167   0.552    0.067   2.528
+  225    320495.28  -52701.22     361  401.562   0.166   0.554    0.081   2.899
+  226    320831.13  -45866.47     432  578.273   0.194   0.455    0.061   2.207
+  227    316915.15  -53631.62     156  188.688   0.135   0.490    0.081   3.125
+  228    323595.31  -65306.25     153  191.558   0.174   0.552    0.070   2.389
+  229    318116.79  -58966.35     186  201.211   0.137   0.634    0.078   3.118
+  230    339293.11  -47659.81     446  346.615   0.090   0.407    0.107   4.943
+  231    334055.07  -44545.18     248  227.145   0.118   0.373    0.097   4.169
+  232    331453.95  -41443.10     260  260.364   0.194   0.286    0.088   3.265
+  233    327954.56  -39544.67     236  229.340   0.165   0.322    0.070   3.575
+  234    321981.74  -36838.07     175  238.622   0.206   0.343    0.067   3.078
+  235    324590.43  -40337.23     192  242.805   0.173   0.405    0.052   2.771
+  236    317357.31  -39249.39     118  184.698   0.214   0.499    0.076   2.883
+  237    333435.39  -77430.79     735  704.883   0.127   0.622    0.113   3.698
+  238    302126.02  -67286.13     346  364.360   0.132   0.510    0.091   3.115
+  239    321943.14  -68916.22     247  299.298   0.206   0.606    0.139   2.508
+  240    314598.50  -64965.34     463  523.326   0.161   0.483    0.091   2.599
+  241    310206.19  -67759.02     279  314.882   0.159   0.574    0.098   3.118
+  242    326961.41  -72189.14      93  100.995   0.181   0.687    0.153   3.157
+  243    306522.23  -44854.32     686  763.182   0.148   0.508    0.069   3.152
+  244    332009.57  -86587.48     105   89.021   0.080   0.699    0.122   3.004
+  245    291250.63  -62212.96     200  212.373   0.161   0.517    0.081   2.481
+  246    302274.84  -54583.90     209  264.407   0.152   0.506    0.067   2.443
+  247    313999.38  -53197.40     265  288.902   0.139   0.454    0.071   2.977
+  248    299312.82  -60819.66      88  124.432   0.174   0.525    0.082   2.759
+  249    308373.06  -57401.82     121  152.899   0.146   0.596    0.065   2.645
+  250    309678.63  -51875.49     140  160.488   0.152   0.515    0.066   2.678
+  251    311833.72  -57007.52     104  114.083   0.100   0.630    0.059   2.315
+  252    327926.88  -75230.85      41   50.776   0.173   0.756    0.145   2.713
+  253    307926.73  -64266.21      64   64.614   0.104   0.554    0.070   2.539
+  254    299390.82  -71196.86      49   51.988   0.165   0.737    0.138   2.696
+  255    295866.34  -72353.52      44   48.284   0.173   0.634    0.116   2.788
+  256    299578.37  -47629.99      35   57.237   0.080   0.622    0.074   2.322
+  257    293314.45  -52457.68       6    6.325   0.110   0.664    0.118   1.999
+  258    299215.09  -41823.07      32   30.727   0.140   0.745    0.071   2.602
+  259    288944.87  -47144.31      28   41.043   0.103   0.851    0.098   1.870
+  260    290541.99  -38708.26      10   16.491   0.130   0.673    0.118   2.608
+  261    285964.14  -39392.46      12   16.168   0.117   0.889    0.140   2.132
diff --git a/pysal/examples/tokyo/tokyo_BS_F.ctl b/pysal/examples/tokyo/tokyo_BS_F.ctl
new file mode 100755
index 0000000..bbc4b56
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_F.ctl
@@ -0,0 +1,41 @@
+
+C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+FORMAT/DELIMITER: 0
+Number_of_fields: 9
+Number_of_areas: 262
+Fields
+AreaKey 001 IDnum0
+X 002 X_CENTROID
+Y 003 Y_CENTROID
+Gmetric 0
+Dependent 004 db2564
+Offset 
+Independent_geo 5
+000 Intercept
+006 OCC_TEC
+007 OWNH
+008 POP65
+009 UNEMP
+Independent_fix 0
+Unused_fields 1
+005 eb2564
+MODELTYPE: 1
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 1
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_BS_F_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_BS_F_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/tokyo/tokyo_BS_F_listwise.csv b/pysal/examples/tokyo/tokyo_BS_F_listwise.csv
new file mode 100755
index 0000000..1115378
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_F_listwise.csv
@@ -0,0 +1,263 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_OCC_TEC, se_OCC_TEC, t_OCC_TEC, est_OWNH, se_OWNH, t_OWNH, est_POP65, se_POP65, t_POP65, est_UNEMP, se_UNEMP, t_UNEMP, y, yhat, localpdev, Ginfluence
+    0, 0, 378906.83, 17310.41,         3.733837,         0.971933,         3.841659,         7.604286,         1.860931,         4.086281,        -2.415012,         0.448544,        -5.384117,        -3.546584,         2.463207,        -1.439823,         0.716628,         0.137907,         5.196449,       189.000000,       136.016202,         0.862581,         0.661318
+    1, 1, 334095.21, 25283.2,         7.633481,         0.465515,        16.397925,         5.986063,         1.988897,         3.009740,        -5.484860,         0.463578,       -11.831582,         7.358664,         1.633550,         4.504706,        -0.284917,         0.074182,        -3.840764,        95.000000,        84.898655,         0.610052,         0.519933
+    2, 2, 378200.19, -877.05,         6.370555,         0.418279,        15.230399,         5.515393,         1.095030,         5.036752,        -3.511897,         0.229639,       -15.293144,        -5.897899,         1.291468,        -4.566818,         0.155022,         0.089419,         1.733661,        70.000000,        54.568387,         0.815542,         0.406916
+    3, 3, 357191.03, 29064.39,         7.469382,         0.655363,        11.397321,         1.570668,         1.784117,         0.880361,        -2.392275,         0.839200,        -2.850661,        -8.992308,         2.602416,        -3.455369,        -0.335384,         0.127733,        -2.625658,        48.000000,        48.422571,         0.863300,         0.491301
+    4, 4, 358056.34, 10824.73,         7.987869,         0.418374,        19.092663,        -2.836901,         0.895043,        -3.169568,        -5.062321,         0.306180,       -16.533813,        -4.015883,         1.206674,        -3.328060,         0.414899,         0.063573,         6.526341,        65.000000,        48.998729,         0.824660,         0.243879
+    5, 5, 366747.61, -3073.12,         7.497491,         0.300542,        24.946529,         1.246136,         0.779104,         1.599448,        -6.041447,         0.201584,       -29.969930,        -1.080732,         1.111288,        -0.972504,         0.575874,         0.065769,         8.755945,       107.000000,       208.895547,         0.853538,         0.179771
+    6, 6, 351099.27, 11800.35,         8.029923,         0.316657,        25.358430,        -0.243812,         0.771837,        -0.315886,        -4.449882,         0.291634,       -15.258461,        -5.934544,         1.105122,        -5.370035,         0.140027,         0.047073,         2.974672,        65.000000,        47.158434,         0.764173,         0.186211
+    7, 7, 377929.98, 4635.1,         6.208413,         0.554347,        11.199513,         3.995825,         1.179244,         3.388462,        -3.237152,         0.287947,       -11.242188,        -6.422843,         1.345907,        -4.772131,         0.231338,         0.097082,         2.382919,        76.000000,        69.426794,         0.808589,         0.184727
+    8, 8, 367529.91, 20192.51,        11.614562,         0.867568,        13.387496,        -9.521557,         1.693613,        -5.622038,        -6.567208,         0.503411,       -13.045413,       -12.104769,         2.300356,        -5.262127,        -0.021523,         0.094549,        -0.227636,       192.000000,       189.338366,         0.902443,         0.983594
+    9, 9, 389231.47, 3489.35,         3.769475,         0.627516,         6.006980,        21.493203,         3.217808,         6.679456,        -2.836678,         0.290188,        -9.775322,         5.811257,         2.584423,         2.248570,        -0.239897,         0.110822,        -2.164702,        27.000000,        30.017181,         0.782592,         0.161108
+   10, 10, 389427.64, 9290.1,         2.665869,         0.804780,         3.312544,        16.721931,         1.894008,         8.828858,        -1.803195,         0.387105,        -4.658156,         2.597253,         2.024469,         1.282931,         0.262312,         0.117576,         2.230995,        28.000000,        56.016583,         0.776402,         0.612415
+   11, 11, 381089.82, 9125.81,         4.836019,         0.736322,         6.567802,         6.511210,         1.525004,         4.269635,        -2.554751,         0.343713,        -7.432808,        -4.265225,         1.803603,        -2.364835,         0.372463,         0.113588,         3.279060,        63.000000,        89.154680,         0.816103,         0.213814
+   12, 12, 371082.66, 6843.9,         8.335360,         0.554873,        15.022107,        -2.055332,         1.168828,        -1.758456,        -4.679877,         0.317288,       -14.749620,        -8.933284,         1.383107,        -6.458851,         0.241643,         0.083178,         2.905148,        34.000000,        37.770251,         0.840681,         0.279449
+   13, 13, 388281.84, -1760.78,         6.320805,         0.499328,        12.658629,         9.201957,         2.111719,         4.357568,        -2.724512,         0.268417,       -10.150282,        -3.582488,         2.067774,        -1.732534,        -0.385577,         0.103333,        -3.731413,        17.000000,        17.125746,         0.768526,         0.198115
+   14, 14, 386771.66, -4857.11,         7.032976,         0.435842,        16.136532,         5.846528,         1.665537,         3.510295,        -2.708396,         0.253950,       -10.665095,        -6.893154,         1.703541,        -4.046368,        -0.382963,         0.095606,        -4.005636,        25.000000,        18.437675,         0.762763,         0.229960
+   15, 15, 397029.93, 4912.15,         4.698214,         0.908195,         5.173133,        15.879515,         5.337109,         2.975303,        -1.956176,         0.445832,        -4.387701,        -0.751298,         4.725634,        -0.158983,        -0.366157,         0.142363,        -2.571995,        17.000000,        23.677903,         0.653981,         0.587128
+   16, 16, 399583.28, 1217.51,         9.282182,         1.028441,         9.025488,        -6.914470,         5.994592,        -1.153451,        -1.222725,         0.462169,        -2.645622,       -19.054402,         5.331866,        -3.573683,        -0.717006,         0.173508,        -4.132415,        31.000000,        19.105972,         0.690451,         0.296910
+   17, 17, 389413.79, 18915.59,        -1.444570,         1.339507,        -1.078434,        18.332063,         2.653094,         6.909693,        -0.006101,         0.616420,        -0.009898,         5.633864,         2.661627,         2.116700,         1.203928,         0.194438,         6.191846,        27.000000,        12.265678,         0.800026,         0.396445
+   18, 18, 374811.31, 23395.2,         8.322475,         1.155321,         7.203607,        -2.248595,         2.015408,        -1.115702,        -4.853512,         0.534383,        -9.082460,        -9.113687,         3.211376,        -2.837939,         0.309455,         0.141394,         2.188599,        10.000000,        18.947776,         0.896108,         0.678688
+   19, 19, 366291.01, 3851.09,         8.250102,         0.336219,        24.537874,        -3.499448,         0.799923,        -4.374730,        -5.643844,         0.259624,       -21.738540,        -4.551783,         1.130188,        -4.027458,         0.511471,         0.066088,         7.739300,        42.000000,        38.851594,         0.845606,         0.171456
+   20, 20, 362053.67, 7027.25,         7.937159,         0.347437,        22.844877,        -3.768914,         0.811737,        -4.643020,        -5.615485,         0.282803,       -19.856506,        -2.368716,         1.197546,        -1.977974,         0.585352,         0.064609,         9.059932,        20.000000,        33.265764,         0.833016,         0.284790
+   21, 21, 350567.45, 26456.28,         6.699485,         0.510671,        13.118982,         1.696692,         1.273124,         1.332700,        -2.783038,         0.541687,        -5.137723,        -3.260913,         1.802777,        -1.808828,        -0.146944,         0.059139,        -2.484711,        40.000000,        30.347495,         0.721773,         0.198322
+   22, 22, 356783.59, 23682.89,         7.521661,         0.470271,        15.994310,         0.183615,         1.139243,         0.161173,        -3.222286,         0.460777,        -6.993153,        -6.152544,         1.604247,        -3.835161,        -0.128441,         0.072878,        -1.762417,        15.000000,        32.828450,         0.855263,         0.203513
+   23, 23, 356225.47, 19763.98,         7.370494,         0.438452,        16.810262,        -0.087218,         0.979894,        -0.089008,        -3.461085,         0.359128,        -9.637478,        -5.300757,         1.354300,        -3.914020,         0.018124,         0.061982,         0.292407,        47.000000,        45.331976,         0.837784,         0.183057
+   24, 24, 338360.54, 25697.56,         7.325895,         0.470302,        15.576997,         2.977798,         2.067034,         1.440614,        -4.511422,         0.467491,        -9.650290,         3.348098,         1.615829,         2.072062,        -0.192354,         0.073590,        -2.613861,        68.000000,        83.306280,         0.559448,         0.751542
+   25, 25, 337846.31, 18213.38,         8.260727,         0.384536,        21.482328,         5.381755,         1.641807,         3.277947,        -5.198496,         0.377272,       -13.779175,         0.549191,         1.433826,         0.383025,        -0.282858,         0.062709,        -4.510672,        17.000000,        31.559675,         0.665322,         0.133065
+   26, 26, 344074.13, 27136.92,         7.040797,         0.490913,        14.342264,        -0.457900,         1.721871,        -0.265931,        -3.656991,         0.497673,        -7.348183,         0.056151,         1.664941,         0.033726,        -0.096749,         0.066386,        -1.457354,        57.000000,        40.328288,         0.515414,         0.327510
+   27, 27, 349087.82, 19336.47,         7.102234,         0.411731,        17.249697,         1.233253,         0.987872,         1.248394,        -3.258769,         0.385098,        -8.462191,        -4.275916,         1.301114,        -3.286350,        -0.057746,         0.050717,        -1.138582,        40.000000,        31.851575,         0.709362,         0.170408
+   28, 28, 343402.57, 18620.67,         7.663989,         0.401878,        19.070421,         2.865434,         1.194525,         2.398806,        -4.031918,         0.378089,       -10.663936,        -3.068325,         1.296041,        -2.367459,        -0.159044,         0.053891,        -2.951244,        47.000000,        54.712457,         0.653796,         0.187461
+   29, 29, 359036.48, 1198.74,         6.469415,         0.262081,        24.684759,         2.295594,         0.599811,         3.827196,        -5.322184,         0.174799,       -30.447368,         1.470154,         1.035025,         1.420404,         0.686545,         0.052393,        13.103826,        49.000000,        50.143528,         0.787073,         0.166990
+   30, 30, 370771.99, -1522.12,         8.314961,         0.380332,        21.862399,        -1.496272,         0.929511,        -1.609741,        -5.610503,         0.226350,       -24.786857,        -7.353750,         1.072503,        -6.856626,         0.453143,         0.079499,         5.699995,        49.000000,        49.437611,         0.868163,         0.193506
+   31, 31, 376842.13, -7139.16,         7.183744,         0.358872,        20.017556,         3.666425,         1.322337,         2.772686,        -4.676953,         0.189537,       -24.675713,        -7.072792,         1.525613,        -4.636032,         0.346706,         0.071824,         4.827137,        27.000000,        29.153068,         0.847765,         0.155855
+   32, 32, 318049.53, 32744.59,        -1.221789,         0.531201,        -2.300049,        44.971748,         3.478212,        12.929560,        -3.485904,         0.373881,        -9.323567,        32.732967,         2.811636,        11.641965,         0.072368,         0.088393,         0.818701,       120.000000,        89.909104,         0.822513,         0.365642
+   33, 33, 325761.21, 31092.21,         4.729386,         0.365786,        12.929382,        17.453029,         2.533433,         6.889082,        -4.715922,         0.324256,       -14.543827,        15.430865,         2.062461,         7.481775,        -0.149649,         0.081050,        -1.846369,        28.000000,        33.678223,         0.787159,         0.317704
+   34, 34, 318112.24, 28405.62,        -0.184483,         0.480994,        -0.383545,        42.090621,         3.091484,        13.615022,        -4.069493,         0.321902,       -12.642023,        31.402013,         2.338520,        13.428154,        -0.011893,         0.078673,        -0.151172,        16.000000,        23.971727,         0.810556,         0.150475
+   35, 35, 310480.1, 28809.03,        -3.337650,         0.612938,        -5.445326,        49.638282,         3.550811,        13.979419,        -3.353446,         0.381077,        -8.799924,        36.523097,         2.990828,        12.211699,         0.546023,         0.110361,         4.947593,        14.000000,        20.929776,         0.816584,         0.182015
+   36, 36, 306513.97, 32751.48,        -4.195024,         0.682282,        -6.148522,        51.054057,         4.141751,        12.326683,        -2.441784,         0.484623,        -5.038520,        34.292241,         3.827634,         8.959122,         0.684335,         0.145314,         4.709346,        43.000000,        59.493579,         0.808041,         0.885831
+   37, 37, 311395.51, 33538.42,        -4.274782,         0.680904,        -6.278098,        49.563020,         3.876084,        12.786881,        -2.054468,         0.471215,        -4.359934,        32.722189,         3.533555,         9.260415,         0.747399,         0.130974,         5.706452,        29.000000,        14.733918,         0.815480,         0.324677
+   38, 38, 314408.34, -4572.95,         7.406713,         0.225974,        32.776870,         6.290525,         0.566725,        11.099787,        -3.236082,         0.158611,       -20.402595,         3.592911,         0.819191,         4.385923,        -0.584608,         0.046529,       -12.564381,       401.000000,       135.072714,         0.331797,         0.059570
+   39, 39, 303850.22, 22478,         1.222417,         0.342641,         3.567627,        28.026817,         2.048276,        13.683127,        -4.722063,         0.346857,       -13.613870,        22.368784,         2.531664,         8.835607,         0.501208,         0.099814,         5.021420,       210.000000,       144.024687,         0.810371,         0.420977
+   40, 40, 337540.25, -12310.61,         8.221082,         0.123959,        66.320939,        -5.274182,         0.273901,       -19.255804,        -4.031887,         0.108510,       -37.156728,         1.117622,         0.309132,         3.615359,         0.036478,         0.018254,         1.998394,       711.000000,       327.797760,         0.441941,         0.094209
+   41, 41, 330948.96, -8687.59,         9.230254,         0.139814,        66.018029,        -6.859851,         0.314378,       -21.820394,        -4.381734,         0.107722,       -40.676165,         8.300839,         0.327806,        25.322406,        -0.414191,         0.020625,       -20.082375,       544.000000,       256.121003,         0.413358,         0.083743
+   42, 42, 327143.99, -3103.01,        11.678093,         0.218926,        53.342568,        -3.636787,         0.518421,        -7.015121,        -6.374268,         0.142889,       -44.610054,        12.447424,         0.532685,        23.367331,        -1.169905,         0.042738,       -27.373915,       557.000000,       243.014395,         0.438707,         0.082569
+   43, 43, 312830.72, 21412.1,         0.989689,         0.350563,         2.823141,        31.481093,         1.930041,        16.311103,        -4.630783,         0.274011,       -16.899991,        25.894769,         2.037724,        12.707693,         0.332626,         0.072897,         4.562979,       132.000000,        87.148071,         0.804690,         0.132460
+   44, 44, 312874.14, -17053.63,         6.722654,         0.207863,        32.341805,        -2.510850,         0.518528,        -4.842267,        -2.074131,         0.150278,       -13.801960,        15.239653,         0.691859,        22.027095,        -0.489511,         0.036480,       -13.418677,       395.000000,       130.512132,         0.161965,         0.108927
+   45, 45, 293680.38, -8010.1,         5.012179,         0.317275,        15.797599,         6.756179,         1.042320,         6.481868,        -1.875680,         0.252137,        -7.439125,        -5.864103,         1.117595,        -5.247072,         0.130836,         0.062223,         2.102684,        97.000000,        63.972156,         0.542988,         0.128300
+   46, 46, 325185.11, 20460.45,         7.127632,         0.319733,        22.292477,        14.359577,         1.776265,         8.084141,        -6.401153,         0.272214,       -23.515129,        12.597069,         1.509631,         8.344468,        -0.332661,         0.063876,        -5.207943,        91.000000,        79.153119,         0.736839,         0.206403
+   47, 47, 305971.31, 8472,         6.679134,         0.357640,        18.675593,         1.911287,         1.187155,         1.609973,        -5.134445,         0.365351,       -14.053468,         3.425133,         1.654214,         2.070551,         0.308213,         0.087688,         3.514893,        97.000000,        94.135553,         0.664403,         0.116036
+   48, 48, 335330.5, -108.19,        10.581691,         0.205588,        51.470485,        -1.748511,         0.528343,        -3.309424,        -5.956540,         0.135985,       -43.802811,         4.973659,         0.524948,         9.474575,        -0.680308,         0.040915,       -16.627328,       148.000000,        91.628613,         0.556158,         0.121754
+   49, 49, 339115.66, 3202.05,        10.018815,         0.201924,        49.616806,         3.110638,         0.532672,         5.839690,        -5.821353,         0.142043,       -40.983120,        -3.556576,         0.720957,        -4.933128,        -0.438662,         0.042376,       -10.351702,       269.000000,       177.355043,         0.620772,         0.160145
+   50, 50, 309271.13, -10589.17,         5.567444,         0.216781,        25.682297,         5.106108,         0.555771,         9.187438,        -1.203855,         0.155436,        -7.745044,        -1.767200,         0.828429,        -2.133194,        -0.177201,         0.041682,        -4.251280,       183.000000,       132.166071,         0.167956,         0.084673
+   51, 51, 319972.62, 24634.35,         2.235513,         0.387041,         5.775907,        31.898950,         2.436073,        13.094414,        -4.527053,         0.273461,       -16.554659,        23.443734,         1.916072,        12.235310,        -0.102880,         0.069410,        -1.482219,        86.000000,        66.906221,         0.788743,         0.126175
+   52, 52, 317013.43, 12374.14,         6.346523,         0.283608,        22.377833,        14.846060,         1.014106,        14.639562,        -6.042177,         0.218360,       -27.670681,        13.525016,         1.178795,        11.473596,        -0.178826,         0.056951,        -3.139989,        86.000000,        79.777189,         0.710684,         0.080855
+   53, 53, 323345.93, 2314.46,         8.972585,         0.269036,        33.350840,         8.895213,         0.790091,        11.258466,        -5.197367,         0.189193,       -27.471196,         5.637106,         0.858059,         6.569601,        -0.830617,         0.051153,       -16.237938,       244.000000,       170.238479,         0.519241,         0.135920
+   54, 54, 327610.55, -7504.02,        10.442891,         0.163893,        63.717794,        -8.112325,         0.363493,       -22.317677,        -5.102387,         0.114887,       -44.412133,        13.283851,         0.382331,        34.744378,        -0.803649,         0.027096,       -29.658770,       120.000000,       246.643080,         0.388342,         0.078910
+   55, 55, 343813.29, -11626.17,         8.113200,         0.122719,        66.111887,        -3.654085,         0.294473,       -12.408894,        -4.232524,         0.103913,       -40.731451,        -2.381647,         0.313669,        -7.592878,         0.178621,         0.019773,         9.033405,       297.000000,       380.664444,         0.524461,         0.154447
+   56, 56, 342508.85, -4698.16,         8.623004,         0.179492,        48.041251,        -1.967639,         0.419848,        -4.686553,        -4.787788,         0.119543,       -40.050912,         1.015837,         0.369374,         2.750161,        -0.060339,         0.032882,        -1.835003,       393.000000,       193.849616,         0.582535,         0.089399
+   57, 57, 333426.78, -13559.3,         8.114147,         0.130800,        62.034759,        -5.809815,         0.266103,       -21.832978,        -3.809481,         0.115572,       -32.962104,         3.416227,         0.312365,        10.936664,        -0.031685,         0.018067,        -1.753739,       103.000000,       343.822118,         0.392370,         0.054799
+   58, 58, 330824.95, -14794.45,         7.988677,         0.136693,        58.442666,        -5.929035,         0.264825,       -22.388493,        -3.624144,         0.122126,       -29.675409,         4.835080,         0.315739,        15.313538,        -0.069532,         0.018212,        -3.817847,       136.000000,       497.469763,         0.362875,         0.399874
+   59, 59, 304617.97, -15261.45,         4.443233,         0.244461,        18.175633,         6.963434,         0.603309,        11.542065,        -0.445021,         0.173098,        -2.570914,        -5.746508,         0.820376,        -7.004727,         0.071478,         0.045426,         1.573487,       160.000000,       134.465624,         0.147026,         0.220787
+   60, 60, 338062.78, -13156.47,         8.201557,         0.122844,        66.763732,        -5.231937,         0.269527,       -19.411530,        -4.047315,         0.109607,       -36.925612,         0.453080,         0.308288,         1.469665,         0.066243,         0.018067,         3.666485,       102.000000,       252.338100,         0.438639,         0.119407
+   61, 61, 325419.58, -15527.5,         7.850610,         0.151535,        51.807266,        -6.129914,         0.287194,       -21.344165,        -3.220183,         0.129128,       -24.937937,         9.640302,         0.329567,        29.251426,        -0.247467,         0.019707,       -12.557461,       142.000000,       253.528003,         0.324859,         0.114730
+   62, 62, 324052.62, -12510.9,         8.606349,         0.157293,        54.715501,        -7.462160,         0.318477,       -23.430745,        -3.598669,         0.119923,       -30.008282,        13.748053,         0.356288,        38.586870,        -0.499742,         0.022269,       -22.441350,        83.000000,       113.470274,         0.319020,         0.090024
+   63, 63, 327521.88, -17674.68,         7.767114,         0.144852,        53.620913,        -5.891738,         0.268556,       -21.938544,        -3.442820,         0.133099,       -25.866627,         6.667126,         0.315535,        21.129573,        -0.102733,         0.018542,        -5.540506,        78.000000,       244.726072,         0.338433,         0.070992
+   64, 64, 322114.34, -17894.35,         7.440423,         0.163001,        45.646570,        -5.711885,         0.308616,       -18.508036,        -2.866805,         0.138596,       -20.684660,        13.140480,         0.339210,        38.738487,        -0.313395,         0.020845,       -15.034317,       201.000000,       161.589612,         0.308794,         0.090444
+   65, 65, 320355.21, 5840.48,         7.463686,         0.296061,        25.209991,        12.866700,         0.900983,        14.280730,        -5.180899,         0.211977,       -24.440861,         8.224624,         0.958771,         8.578298,        -0.548750,         0.054602,       -10.050052,        87.000000,        84.903050,         0.608988,         0.067967
+   66, 66, 330341.07, 12925.79,         9.846863,         0.326198,        30.186760,         5.376013,         1.183150,         4.543814,        -7.228884,         0.272752,       -26.503474,         4.111297,         1.074537,         3.826110,        -0.424304,         0.053691,        -7.902773,        89.000000,       139.947321,         0.726982,         0.133612
+   67, 67, 318527.16, 8318.24,         7.452532,         0.310412,        24.008555,        11.688301,         0.954728,        12.242549,        -5.754218,         0.229486,       -25.074406,         9.848185,         1.014011,         9.712113,        -0.410883,         0.056374,        -7.288553,        80.000000,       109.234129,         0.656944,         0.117626
+   68, 68, 347297.26, -13547.71,         8.062163,         0.123722,        65.163554,        -3.448764,         0.298179,       -11.566078,        -4.405075,         0.105471,       -41.765868,        -4.378503,         0.314794,       -13.909100,         0.287569,         0.020427,        14.077592,       105.000000,       347.804143,         0.570404,         0.221654
+   69, 69, 321375.58, -10594.12,         9.741930,         0.198518,        49.073224,        -8.429942,         0.405252,       -20.801753,        -4.440917,         0.134797,       -32.945331,        18.899502,         0.512158,        36.901691,        -0.864113,         0.035727,       -24.186535,       114.000000,       215.890155,         0.293577,         0.141446
+   70, 70, 318675.19, -8454.47,         9.292138,         0.209489,        44.356272,        -4.458974,         0.459162,        -9.711106,        -4.286690,         0.140992,       -30.403781,        15.032095,         0.652012,        23.054953,        -0.832577,         0.039424,       -21.118491,       101.000000,       170.898285,         0.274093,         0.153946
+   71, 71, 350174.04, -12060.87,         7.724683,         0.143460,        53.845660,        -1.096714,         0.349892,        -3.134439,        -4.610616,         0.109901,       -41.952361,        -5.622646,         0.332137,       -16.928691,         0.398749,         0.024844,        16.050237,       181.000000,       274.560223,         0.643878,         0.185035
+   72, 72, 329442.54, 5939.52,        10.485843,         0.252850,        41.470662,         5.785750,         0.762496,         7.587914,        -5.960074,         0.179677,       -33.171046,        -2.080352,         0.955357,        -2.177565,        -0.796277,         0.049476,       -16.094159,        82.000000,        85.376041,         0.628383,         0.163108
+   73, 73, 307098.94, 992.68,         6.819145,         0.329757,        20.679294,         6.645124,         0.896223,         7.414585,        -4.095353,         0.276128,       -14.831333,         1.068802,         1.110176,         0.962732,        -0.145988,         0.072600,        -2.010844,        93.000000,       169.444107,         0.535486,         0.385692
+   74, 74, 337247.61, 14030.91,         9.381961,         0.323266,        29.022394,         6.512867,         1.307413,         4.981493,        -6.495872,         0.294517,       -22.056015,         1.022044,         1.186167,         0.861635,        -0.367437,         0.054484,        -6.743963,        67.000000,        94.783526,         0.710967,         0.366925
+   75, 75, 306612.95, -2173.79,         6.232024,         0.286311,        21.766622,         7.822977,         0.791220,         9.887229,        -2.992823,         0.220999,       -13.542243,        -2.014701,         0.972011,        -2.072714,        -0.158913,         0.057959,        -2.741798,        55.000000,       144.471953,         0.464682,         0.300404
+   76, 76, 301727, -6640.87,         5.035785,         0.275054,        18.308332,         8.170797,         0.759854,        10.753112,        -1.661879,         0.202970,        -8.187827,        -5.871201,         0.952604,        -6.163319,         0.045090,         0.052837,         0.853365,        68.000000,        71.934875,         0.412437,         0.101648
+   77, 77, 326724.18, 5478.1,         9.711995,         0.285077,        34.067914,         7.256669,         0.860010,         8.437886,        -5.705141,         0.197142,       -28.939211,         1.485641,         0.935684,         1.587758,        -0.761919,         0.051058,       -14.922627,        47.000000,        73.529624,         0.609055,         0.159449
+   78, 78, 311503.39, 15708.66,         4.141344,         0.257873,        16.059640,        12.923000,         1.119355,        11.545040,        -5.106140,         0.241135,       -21.175404,        13.404180,         1.555867,         8.615247,         0.482982,         0.074160,         6.512676,        33.000000,        45.304118,         0.753266,         0.192785
+   79, 79, 316934.08, -10632.09,         8.478430,         0.203816,        41.598522,        -4.574868,         0.462250,        -9.896966,        -3.567851,         0.140704,       -25.357051,        15.796205,         0.669546,        23.592403,        -0.710880,         0.037571,       -18.920806,        43.000000,       107.208768,         0.239103,         0.096541
+   80, 80, 317980.71, -13171.59,         8.473116,         0.199504,        42.470954,        -7.057898,         0.425190,       -16.599405,        -3.461861,         0.138992,       -24.906958,        20.450176,         0.562637,        36.347014,        -0.732764,         0.034993,       -20.940417,        52.000000,       127.737760,         0.246255,         0.115064
+   81, 81, 298790.59, -2464.08,         5.519227,         0.321254,        17.180274,         5.769114,         0.993292,         5.808077,        -2.687167,         0.272447,        -9.863095,        -4.317603,         1.253006,        -3.445795,         0.163502,         0.061660,         2.651666,        75.000000,       133.933213,         0.534626,         0.657915
+   82, 82, 294903.64, 214.57,         5.835873,         0.368619,        15.831704,         0.610837,         1.260745,         0.484505,        -3.971215,         0.384622,       -10.324974,        -3.172193,         1.505850,        -2.106580,         0.577706,         0.093224,         6.196970,        33.000000,        25.392909,         0.616649,         0.178259
+   83, 83, 284950.61, -7897.72,         6.556748,         0.377637,        17.362560,         3.570807,         1.300759,         2.745171,        -3.520705,         0.333533,       -10.555793,        -4.537579,         1.369561,        -3.313163,         0.076968,         0.091553,         0.840698,        11.000000,        15.263633,         0.716600,         0.335960
+   84, 84, 302616.14, 12642.65,         5.625498,         0.293094,        19.193515,         1.836153,         1.296021,         1.416761,        -5.181827,         0.326018,       -15.894301,         4.276221,         1.847474,         2.314631,         0.684802,         0.101498,         6.746957,        23.000000,        50.127860,         0.718028,         0.219692
+   85, 85, 298937.62, 11074.43,         6.351558,         0.346974,        18.305573,        -0.174646,         1.422952,        -0.122735,        -5.760060,         0.393487,       -14.638488,         4.280949,         2.004205,         2.135984,         0.628737,         0.111008,         5.663912,        43.000000,        35.586889,         0.701005,         0.096670
+   86, 86, 292980.66, 10621.27,         6.926095,         0.442921,        15.637314,        -2.017581,         1.575853,        -1.280310,        -6.094146,         0.518529,       -11.752749,         2.525633,         2.305945,         1.095270,         0.624941,         0.127030,         4.919631,        46.000000,        41.799827,         0.715814,         0.224526
+   87, 87, 291341.64, 3602.46,         6.022480,         0.439151,        13.713916,        -0.887602,         1.544336,        -0.574747,        -4.429273,         0.489349,        -9.051352,        -2.518016,         1.929422,        -1.305062,         0.641364,         0.126099,         5.086182,        19.000000,        18.571872,         0.641909,         0.128850
+   88, 88, 296052.78, 6812.78,         6.395125,         0.423789,        15.090355,        -1.748511,         1.511036,        -1.157160,        -5.138580,         0.474522,       -10.828958,        -0.228112,         1.988039,        -0.114742,         0.669221,         0.119254,         5.611743,        11.000000,        18.103811,         0.652946,         0.167571
+   89, 89, 314476.95, 3490.04,         7.969387,         0.290575,        27.426267,        10.137717,         0.798212,        12.700534,        -5.457497,         0.226116,       -24.135822,         8.454139,         0.958679,         8.818531,        -0.599320,         0.068146,        -8.794681,        30.000000,        40.073075,         0.569590,         0.156007
+   90, 90, 311673.48, 10101.08,         6.841848,         0.297539,        22.994813,         7.341919,         0.982911,         7.469567,        -5.795509,         0.268200,       -21.608923,         9.434818,         1.311417,         7.194371,         0.000982,         0.071955,         0.013647,        27.000000,        24.315983,         0.684238,         0.110118
+   91, 91, 300937.58, 3470.02,         6.197677,         0.382772,        16.191562,         1.454017,         1.209751,         1.201914,        -4.015535,         0.373716,       -10.744878,        -2.193053,         1.543737,        -1.420613,         0.392506,         0.085841,         4.572496,        18.000000,        27.718217,         0.607942,         0.328972
+   92, 92, 286991.93, 9571.27,         6.923271,         0.497429,        13.918120,        -2.545901,         1.644814,        -1.547835,        -5.227230,         0.598738,        -8.730420,        -3.725020,         2.716777,        -1.371117,         0.654638,         0.141816,         4.616098,         7.000000,        13.656931,         0.739065,         0.419667
+   93, 93, 307386.12, 16090.18,         4.146471,         0.262521,        15.794798,         8.397684,         1.182300,         7.102839,        -4.661845,         0.278293,       -16.751567,         8.861780,         1.714889,         5.167552,         0.693122,         0.089093,         7.779731,         7.000000,        23.416545,         0.760438,         0.146639
+   94, 94, 300604.96, 17843.82,         4.121478,         0.286778,        14.371671,         8.640455,         1.340085,         6.447690,        -4.584931,         0.324727,       -14.119359,         7.316767,         2.101661,         3.481421,         0.680864,         0.104158,         6.536868,        15.000000,        34.476048,         0.785731,         0.120764
+   95, 95, 303917.55, 29223.91,        -2.643584,         0.560950,        -4.712692,        53.164441,         3.912689,        13.587699,        -4.161008,         0.431351,        -9.646456,        39.324447,         3.792356,        10.369398,         0.203584,         0.119370,         1.705491,        44.000000,        23.270797,         0.809555,         0.177838
+   96, 96, 296097.2, 19299.56,         4.111861,         0.319495,        12.869887,        10.769804,         1.523625,         7.068539,        -4.530288,         0.368524,       -12.293058,         5.594407,         2.652352,         2.109225,         0.643341,         0.114253,         5.630870,        25.000000,        15.734950,         0.806908,         0.181462
+   97, 97, 291327.94, 19385.45,         4.890539,         0.372449,        13.130765,        10.335983,         1.853579,         5.576229,        -4.814233,         0.432290,       -11.136577,         2.213396,         3.441946,         0.643065,         0.585604,         0.127274,         4.601125,        15.000000,        16.545446,         0.820930,         0.250257
+   98, 98, 288651.19, 16782.21,         7.452557,         0.442157,        16.855009,         1.457044,         1.831080,         0.795729,        -6.418561,         0.517156,       -12.411271,        -0.410727,         3.755461,        -0.109368,         0.538865,         0.137446,         3.920567,        53.000000,        51.731578,         0.815008,         0.595608
+   99, 99, 321850.11, 16542.18,         6.557259,         0.310472,        21.120306,        18.747853,         1.516106,        12.365791,        -6.754668,         0.235151,       -28.724754,        15.825711,         1.340683,        11.804214,        -0.292793,         0.057504,        -5.091721,        24.000000,        20.301308,         0.751169,         0.095014
+  100, 100, 309623.17, 24691.81,        -1.013365,         0.426214,        -2.377594,        38.877092,         2.318708,        16.766706,        -4.327815,         0.332736,       -13.006756,        31.932756,         2.590469,        12.327016,         0.491862,         0.094091,         5.227539,         7.000000,        12.738887,         0.814011,         0.108014
+  101, 101, 317273.81, 16350.36,         4.096083,         0.286272,        14.308352,        25.201495,         1.524278,        16.533398,        -5.890396,         0.219245,       -26.866763,        20.496975,         1.572366,        13.035755,        -0.033813,         0.058598,        -0.577030,        13.000000,        24.123396,         0.755465,         0.123587
+  102, 102, 330127.65, 26472.36,         7.610302,         0.443836,        17.146653,         9.059044,         2.035632,         4.450236,        -6.290736,         0.432548,       -14.543446,        11.603852,         1.705749,         6.802790,        -0.328214,         0.075223,        -4.363183,        18.000000,        19.994567,         0.677587,         0.220331
+  103, 103, 330024.3, 22050.13,         8.230511,         0.415519,        19.807785,         8.315199,         1.800115,         4.619259,        -6.504106,         0.412893,       -15.752536,         9.114558,         1.560099,         5.842296,        -0.362166,         0.068879,        -5.257980,        24.000000,        29.430605,         0.675632,         0.138766
+  104, 104, 335366.5, 8522.69,        10.570103,         0.229342,        46.088788,         3.739182,         0.802140,         4.661508,        -6.543031,         0.183171,       -35.720938,        -4.342394,         1.007303,        -4.310909,        -0.496843,         0.048816,       -10.177853,        45.000000,       113.582699,         0.692883,         0.086085
+  105, 105, 330795.7, 8625.57,        10.478403,         0.261735,        40.034455,         4.649335,         0.853279,         5.448790,        -6.508568,         0.197311,       -32.986409,        -1.810223,         1.007217,        -1.797252,        -0.610735,         0.049949,       -12.227172,        56.000000,        45.238543,         0.687199,         0.070863
+  106, 106, 324461.1, 12021.3,         8.745709,         0.355032,        24.633561,         8.910784,         1.227186,         7.261152,        -6.671530,         0.267990,       -24.894710,         7.358995,         1.033892,         7.117758,        -0.432367,         0.053390,        -8.098249,        33.000000,        34.835430,         0.715250,         0.096452
+  107, 107, 333249.02, 19193.73,         8.482396,         0.384472,        22.062475,         7.153017,         1.659712,         4.309796,        -6.171382,         0.376327,       -16.398969,         5.558480,         1.469982,         3.781325,        -0.353856,         0.063552,        -5.567985,        35.000000,        40.363324,         0.676334,         0.118022
+  108, 108, 330905.38, 16199.04,         9.207971,         0.348096,        26.452426,         8.214210,         1.404078,         5.850254,        -7.260345,         0.311775,       -23.287161,         7.468243,         1.239679,         6.024336,        -0.417506,         0.057740,        -7.230778,        36.000000,        89.142617,         0.719931,         0.263849
+  109, 109, 338740.71, 9995.65,        10.260736,         0.241733,        42.446601,         3.840631,         0.935867,         4.103823,        -6.799621,         0.215058,       -31.617590,        -2.577258,         1.021857,        -2.522133,        -0.363454,         0.049723,        -7.309638,        58.000000,        65.672340,         0.709763,         0.082427
+  110, 110, 345541.9, -607.56,         8.318732,         0.209962,        39.620253,         3.300694,         0.501319,         6.584023,        -5.350369,         0.139096,       -38.465341,        -1.316131,         0.573047,        -2.296725,         0.043310,         0.041459,         1.044661,        37.000000,        49.636334,         0.656997,         0.101157
+  111, 111, 348908.69, -5077.51,         7.443811,         0.209538,        35.524801,         2.911204,         0.506816,         5.744103,        -4.841513,         0.131466,       -36.827047,        -3.785916,         0.456118,        -8.300294,         0.342057,         0.040701,         8.404192,        53.000000,       138.990200,         0.678004,         0.149281
+  112, 112, 343120.93, 5902.89,         9.574685,         0.205354,        46.625355,         5.305214,         0.588839,         9.009610,        -6.101011,         0.161321,       -37.819070,        -3.884690,         0.866403,        -4.483697,        -0.269143,         0.044565,        -6.039306,        49.000000,        57.562331,         0.677118,         0.123613
+  113, 113, 377836.69, -36378.58,        21.787188,         0.530679,        41.055339,       -18.681104,         1.506680,       -12.398854,        -9.910203,         0.331168,       -29.924972,        -0.526501,         1.154661,        -0.455979,        -2.869207,         0.108796,       -26.372317,      1070.000000,       895.183872,         0.889955,         0.840623
+  114, 114, 356153.1, -24448.15,         7.562334,         0.169401,        44.641629,        -4.827139,         0.387895,       -12.444460,        -4.359713,         0.147503,       -29.556705,        -5.304317,         0.334641,       -15.850784,         0.540745,         0.025797,        20.961390,       547.000000,       442.996145,         0.603269,         0.215934
+  115, 115, 363934.49, -23252.2,         7.600983,         0.215684,        35.241357,        -2.609109,         0.643092,        -4.057132,        -4.798309,         0.135094,       -35.518217,        -0.333307,         0.427044,        -0.780499,         0.411978,         0.037762,        10.909736,       660.000000,       385.804803,         0.737474,         0.152696
+  116, 116, 362715.03, -62961.03,        29.167648,         2.062674,        14.140698,      -126.283291,        14.204511,        -8.890365,        -0.103189,         1.617565,        -0.063793,       -95.024737,        11.487472,        -8.272032,        -0.489596,         0.159873,        -3.062410,       175.000000,       172.286217,         0.949761,         0.999788
+  117, 117, 355515.39, -15862.17,         7.164504,         0.173536,        41.285413,        -0.104200,         0.419194,        -0.248572,        -4.770197,         0.127514,       -37.409106,        -6.183012,         0.346690,       -17.834422,         0.603661,         0.030302,        19.921518,       594.000000,       402.737672,         0.693102,         0.177270
+  118, 118, 350331.74, 2259.59,         7.573433,         0.225945,        33.518950,         5.246458,         0.559625,         9.374946,        -5.979276,         0.155695,       -38.403709,         2.390502,         0.800740,         2.985366,         0.293773,         0.042322,         6.941396,       189.000000,       119.136654,         0.723723,         0.171726
+  119, 119, 390869.17, -52824.71,        10.350300,         0.695374,        14.884509,        -0.547863,         2.914695,        -0.187966,        -6.049121,         0.892877,        -6.774863,       -12.561474,         2.717905,        -4.621749,         0.182459,         0.128194,         1.423308,       121.000000,       147.602328,         0.967298,         0.665243
+  120, 120, 391663.46, -13955.69,         7.817277,         0.502912,        15.544018,         3.778428,         2.113735,         1.787560,        -2.178059,         0.318020,        -6.848815,       -12.014226,         2.223815,        -5.402528,        -0.516578,         0.109880,        -4.701310,       125.000000,       133.598847,         0.694023,         0.865009
+  121, 121, 381676.42, -24737.89,         9.156131,         0.326638,        28.031451,        10.226239,         1.177131,         8.687430,        -5.410854,         0.163228,       -33.149012,        -8.078592,         1.585401,        -5.095616,        -0.366890,         0.067043,        -5.472429,       175.000000,       106.254826,         0.881641,         0.189049
+  122, 122, 396227.77, -39792.02,        10.878174,         0.423331,        25.696599,        -1.236017,         2.036436,        -0.606951,        -9.613243,         0.414036,       -23.218377,        -2.299812,         1.301080,        -1.767617,         0.545285,         0.096238,         5.665980,        85.000000,        82.795918,         0.925503,         0.219159
+  123, 123, 365535.4, -28214.23,         9.034374,         0.264820,        34.115157,        -7.469792,         0.889050,        -8.401990,        -4.802087,         0.138672,       -34.629027,         1.307600,         0.558629,         2.340732,         0.092102,         0.040961,         2.248543,       200.000000,       428.617976,         0.716519,         0.408661
+  124, 124, 358761.78, -6929.68,         6.428426,         0.235326,        27.317150,         6.301939,         0.637850,         9.879970,        -5.507818,         0.145128,       -37.951531,        -1.850994,         0.719312,        -2.573283,         0.658149,         0.048200,        13.654523,       389.000000,       323.261838,         0.796758,         0.279355
+  125, 125, 376070.01, -56303.59,        13.345040,         0.906320,        14.724429,         6.096086,         3.304773,         1.844631,       -11.344943,         0.734353,       -15.448901,         5.590458,         2.707498,         2.064806,        -0.657920,         0.122402,        -5.375057,       381.000000,       333.321734,         0.973985,         0.751583
+  126, 126, 353788.69, -7340.62,         6.827818,         0.215859,        31.630929,         5.126036,         0.556612,         9.209352,        -5.154026,         0.134366,       -38.358188,        -6.254956,         0.508575,       -12.298992,         0.615458,         0.043050,        14.296405,       173.000000,       178.526413,         0.744145,         0.155321
+  127, 127, 371670.71, -21543.62,         9.976665,         0.246956,        40.398602,        -5.877120,         0.874685,        -6.719125,        -6.183195,         0.131882,       -46.884184,        -1.378728,         1.162886,        -1.185609,         0.027488,         0.049813,         0.551819,       206.000000,       295.924834,         0.832370,         0.287788
+  128, 128, 367522.64, -7189.91,         7.351073,         0.288868,        25.447836,         2.971584,         0.849537,         3.497884,        -5.838876,         0.179685,       -32.495065,        -1.977311,         1.095416,        -1.805077,         0.518168,         0.061590,         8.413234,       142.000000,       168.411881,         0.855070,         0.332469
+  129, 129, 361892.77, -18166,         6.780151,         0.209683,        32.335173,         1.047887,         0.564073,         1.857715,        -4.966956,         0.137719,       -36.065784,        -1.771813,         0.411774,        -4.302876,         0.608679,         0.038886,        15.652816,       148.000000,        96.657503,         0.757812,         0.133210
+  130, 130, 366450.66, -74634.65,        28.632797,         2.097502,        13.650903,      -127.606495,        14.562538,        -8.762655,         1.076168,         1.664541,         0.646525,       -98.487455,        11.907996,        -8.270700,        -0.407878,         0.161082,        -2.532120,       141.000000,       145.079268,         0.949297,         0.999503
+  131, 131, 355381.88, -79216.89,        -4.698846,         1.146370,        -4.098893,        30.197885,         3.029207,         9.968907,        -0.101673,         1.613384,        -0.063018,        30.393278,         4.563229,         6.660476,         1.106680,         0.207380,         5.336472,       106.000000,       105.984197,         0.970148,         0.997146
+  132, 132, 353694.67, -32885.23,         8.952435,         0.170249,        52.584418,        -9.409362,         0.403533,       -23.317448,        -4.531671,         0.183750,       -24.662158,        -4.501948,         0.344425,       -13.070904,         0.250066,         0.018001,        13.891458,       116.000000,       455.811484,         0.458796,         0.417081
+  133, 133, 378726.25, -28678.9,        12.019305,         0.307639,        39.069565,         3.112612,         1.151553,         2.702970,        -6.157493,         0.162999,       -37.776211,        -9.836035,         1.455832,        -6.756297,        -0.859323,         0.065373,       -13.144895,        84.000000,       133.983380,         0.875708,         0.330607
+  134, 134, 365246.77, -57670.24,        15.876505,         1.485597,        10.686951,        -6.155769,         5.185588,        -1.187092,       -11.225959,         0.975190,       -11.511560,       -11.896729,         4.086321,        -2.911354,        -0.578118,         0.176559,        -3.274356,        78.000000,       101.245952,         0.958243,         0.891305
+  135, 135, 389517.13, -31493.43,         6.772292,         0.305774,        22.148017,        22.370311,         1.578713,        14.169968,        -6.109164,         0.215090,       -28.402819,         3.018668,         1.467977,         2.056346,        -0.079141,         0.072288,        -1.094806,        88.000000,        35.185447,         0.918441,         0.215647
+  136, 136, 344415.42, 11511.89,         9.176860,         0.274366,        33.447516,         4.069599,         0.858612,         4.739741,        -5.831845,         0.276457,       -21.094975,        -3.272365,         1.116366,        -2.931266,        -0.191107,         0.045913,        -4.162371,        31.000000,        26.404549,         0.714976,         0.205549
+  137, 137, 365053.58, -11168.12,         6.845324,         0.256301,        26.708120,         3.544984,         0.692109,         5.122005,        -5.577386,         0.156270,       -35.690803,        -1.407917,         0.934920,        -1.505923,         0.604766,         0.054220,        11.153862,        60.000000,        70.091438,         0.833493,         0.132298
+  138, 138, 387334.51, -21934.03,         6.345661,         0.404881,        15.672889,        19.819131,         1.610896,        12.303169,        -4.842733,         0.188940,       -25.631070,        -1.268579,         1.842721,        -0.688427,        -0.107764,         0.078569,        -1.371571,        25.000000,        88.151167,         0.876417,         0.554347
+  139, 139, 393097.28, -22717.2,         5.916184,         0.438753,        13.484086,        20.324507,         1.975305,        10.289302,        -3.719710,         0.251872,       -14.768273,        -2.308724,         1.971704,        -1.170929,        -0.231701,         0.095261,        -2.432280,        57.000000,        46.472007,         0.835232,         0.659586
+  140, 140, 380945.88, -17224.24,         7.516031,         0.335868,        22.377941,         7.250470,         1.121036,         6.467648,        -4.947145,         0.171667,       -28.818309,        -6.073731,         1.636804,        -3.710727,         0.136627,         0.067238,         2.031974,        17.000000,        11.484590,         0.850189,         0.222238
+  141, 141, 367373.14, -14712.42,         7.570291,         0.245858,        30.791303,         0.310876,         0.704165,         0.441481,        -5.654789,         0.147151,       -38.428482,        -0.977744,         0.952432,        -1.026576,         0.483341,         0.052071,         9.282305,        47.000000,        51.481410,         0.828595,         0.134876
+  142, 142, 374567.12, -13256.38,         8.060525,         0.308234,        26.150671,         0.955797,         1.156403,         0.826526,        -5.278233,         0.152945,       -34.510748,        -7.776018,         1.590800,        -4.888117,         0.356347,         0.063303,         5.629191,        51.000000,        79.147899,         0.845702,         0.207651
+  143, 143, 380862.18, -12688.75,         6.908284,         0.346058,        19.962774,         5.448395,         1.213940,         4.488191,        -4.369492,         0.191746,       -22.787874,        -5.650760,         1.555966,        -3.631673,         0.234999,         0.070056,         3.354443,        11.000000,        12.592280,         0.811973,         0.248840
+  144, 144, 383629.18, -9335.24,         6.972507,         0.381029,        18.299173,         5.121198,         1.393536,         3.674965,        -3.316265,         0.229792,       -14.431609,        -6.982201,         1.525068,        -4.578288,        -0.090885,         0.081011,        -1.121884,        23.000000,        32.851825,         0.768046,         0.172166
+  145, 145, 394378.41, -45752.97,        11.263182,         0.551584,        20.419691,        -5.204408,         2.354957,        -2.209980,        -8.721382,         0.567307,       -15.373308,        -7.727022,         1.593950,        -4.847719,         0.553240,         0.104648,         5.286703,        64.000000,        58.888372,         0.952633,         0.413688
+  146, 146, 402514.52, -43075.49,         6.675614,         0.988459,         6.753557,         4.844316,         3.362052,         1.440881,        -4.040438,         1.193387,        -3.385690,        -9.866696,         2.015306,        -4.895881,         0.585062,         0.115040,         5.085741,        61.000000,        45.223730,         0.756648,         0.660635
+  147, 147, 402518.42, -36236.31,         6.454908,         0.702550,         9.187832,         9.269075,         2.886767,         3.210885,        -4.965281,         0.891592,        -5.569005,        -3.494785,         1.714423,        -2.038461,         0.469363,         0.112644,         4.166777,        37.000000,        31.387589,         0.687472,         0.311459
+  148, 148, 396061.3, -30927.23,         5.814850,         0.332454,        17.490702,        21.681275,         1.781134,        12.172736,        -5.187399,         0.243512,       -21.302412,         1.212534,         1.598043,         0.758762,         0.128499,         0.079558,         1.615157,        22.000000,        16.050403,         0.881291,         0.115217
+  149, 149, 408226.18, -35513.98,         4.551178,         1.226844,         3.709663,        16.490214,         4.075358,         4.046323,        -2.998940,         1.622742,        -1.848070,        -7.061750,         2.277502,        -3.100656,         0.533718,         0.135604,         3.935872,        18.000000,        27.583011,         0.643725,         0.490452
+  150, 150, 403471.42, -31311.84,         4.571237,         0.498995,         9.160884,        11.889380,         2.956933,         4.020849,        -2.072018,         0.593579,        -3.490719,        -4.784094,         1.754514,        -2.726734,         0.232873,         0.110170,         2.113757,        20.000000,        30.972345,         0.534028,         0.234307
+  151, 151, 406033.77, -29345.02,         4.611634,         0.572496,         8.055315,        11.646172,         3.595035,         3.239516,        -2.234307,         0.659667,        -3.387023,        -4.936156,         1.844497,        -2.676152,         0.267807,         0.122867,         2.179647,        20.000000,        32.932648,         0.543007,         0.338956
+  152, 152, 399386.5, -22290.57,         6.129129,         0.450246,        13.612843,        11.394077,         2.230549,         5.108195,        -1.390530,         0.351940,        -3.951040,        -8.305456,         1.936346,        -4.289243,        -0.458093,         0.113968,        -4.019477,        18.000000,        27.773371,         0.584628,         0.393055
+  153, 153, 397587.4, -62378.67,         8.443879,         0.790797,        10.677684,        -4.725307,         3.797527,        -1.244311,        -1.660823,         1.472028,        -1.128255,       -24.951592,         5.066925,        -4.924405,         0.362858,         0.155468,         2.333969,        25.000000,        30.308607,         0.921453,         0.771613
+  154, 154, 391305.58, -63700.85,         9.390901,         0.785460,        11.955921,        -2.381694,         3.995624,        -0.596076,        -2.082177,         1.459012,        -1.427114,       -24.314583,         4.957585,        -4.904522,         0.027799,         0.207986,         0.133660,        11.000000,        18.002509,         0.955413,         0.360791
+  155, 155, 396203.55, -57412.21,         9.071610,         0.724513,        12.520976,        -7.791719,         3.449846,        -2.258570,        -2.091798,         1.366646,        -1.530607,       -25.072562,         4.711265,        -5.321833,         0.383498,         0.135009,         2.840530,        23.000000,        25.566702,         0.938681,         0.406577
+  156, 156, 397924.17, -52596.47,         9.008074,         0.764314,        11.785834,        -6.219262,         3.119660,        -1.993571,        -3.823018,         1.032385,        -3.703094,       -18.287676,         2.827698,        -6.467336,         0.500693,         0.112058,         4.468176,        28.000000,        25.656264,         0.909108,         0.261712
+  157, 157, 382876.06, -53653.14,        11.359493,         0.788460,        14.407198,         6.293021,         3.011099,         2.089942,        -8.920278,         0.729179,       -12.233319,        -1.071905,         2.518888,        -0.425547,        -0.229360,         0.113983,        -2.012219,        19.000000,        27.171226,         0.976904,         0.330222
+  158, 158, 385919.86, -61374.5,        10.119260,         0.805790,        12.558191,        -0.785652,         3.902713,        -0.201309,        -4.124030,         1.025147,        -4.022865,       -17.165715,         3.677622,        -4.667613,        -0.083256,         0.149440,        -0.557120,        26.000000,        13.514463,         0.965256,         0.309107
+  159, 159, 340110.86, -28521.01,         9.130180,         0.135634,        67.314836,        -7.497807,         0.274941,       -27.270611,        -4.856255,         0.159286,       -30.487661,        -2.020194,         0.269118,        -7.506709,         0.059847,         0.015535,         3.852283,        70.000000,       230.613855,         0.347584,         0.265114
+  160, 160, 342259.81, -30180.57,         9.285307,         0.142970,        64.945718,        -7.623163,         0.295937,       -25.759455,        -4.887634,         0.170818,       -28.613126,        -3.025170,         0.277261,       -10.910906,         0.061096,         0.015378,         3.972895,       117.000000,       417.752108,         0.350579,         0.313082
+  161, 161, 338829.19, -32435.83,         9.249548,         0.144653,        63.943192,        -7.721415,         0.283209,       -27.263973,        -4.730074,         0.177701,       -26.618187,        -1.508763,         0.275325,        -5.479937,        -0.007513,         0.015178,        -0.495006,       256.000000,       378.373582,         0.328192,         0.085487
+  162, 162, 335964.11, -27144.87,         8.959057,         0.130084,        68.871571,        -7.612847,         0.250983,       -30.332101,        -4.905990,         0.146864,       -33.404904,         0.249820,         0.270993,         0.921870,         0.031792,         0.015903,         1.999146,       429.000000,       473.025123,         0.354003,         0.117455
+  163, 163, 339454.02, -25208.35,         8.885296,         0.129373,        68.679451,        -7.090768,         0.260975,       -27.170325,        -4.764730,         0.144151,       -33.053631,        -1.719614,         0.272769,        -6.304279,         0.096565,         0.016393,         5.890612,       285.000000,       229.217510,         0.362191,         0.141165
+  164, 164, 342858.93, -25291.03,         8.869549,         0.129648,        68.412665,        -6.678637,         0.275124,       -24.275020,        -4.748193,         0.143090,       -33.183266,        -3.376985,         0.281670,       -11.989135,         0.151874,         0.016580,         9.160291,       362.000000,       345.946247,         0.382494,         0.244135
+  165, 165, 345601.8, -25527.73,         8.858252,         0.131609,        67.307465,        -6.629455,         0.289019,       -22.937765,        -4.820536,         0.142947,       -33.722605,        -4.387155,         0.294246,       -14.909825,         0.205496,         0.016969,        12.109912,       452.000000,       434.888460,         0.416263,         0.142080
+  166, 166, 345909.97, -30691.34,         9.415143,         0.149185,        63.110434,        -7.926203,         0.322871,       -24.549103,        -5.069812,         0.173929,       -29.148713,        -4.238998,         0.299855,       -14.136847,         0.106298,         0.015629,         6.801267,       728.000000,       748.112023,         0.385044,         0.202997
+  167, 167, 338436.09, -37186.98,         9.199455,         0.155343,        59.220089,        -7.355556,         0.302626,       -24.305735,        -4.193482,         0.203477,       -20.609099,        -1.590756,         0.308497,        -5.156476,        -0.076496,         0.015136,        -5.053898,       562.000000,       527.987132,         0.300117,         0.265506
+  168, 168, 334457.21, -35114.84,         9.029017,         0.142349,        63.428544,        -7.224241,         0.271787,       -26.580498,        -4.513398,         0.175261,       -25.752425,         0.713053,         0.303391,         2.350276,        -0.079487,         0.014950,        -5.316709,       354.000000,       346.452793,         0.314157,         0.082835
+  169, 169, 338261.22, -41722.33,         8.783904,         0.153148,        57.355529,        -6.243437,         0.321533,       -19.417718,        -3.497633,         0.193251,       -18.098950,        -0.597608,         0.333527,        -1.791781,        -0.124246,         0.015065,        -8.247469,      1072.000000,       468.981384,         0.264746,         0.104488
+  170, 170, 329570.75, -34216.76,         8.609822,         0.140054,        61.475057,        -6.379713,         0.265829,       -23.999319,        -4.497445,         0.161819,       -27.793107,         3.880761,         0.320957,        12.091237,        -0.115430,         0.015235,        -7.576830,      1037.000000,       356.175950,         0.321937,         0.090068
+  171, 171, 334989.23, -30867,         9.080285,         0.134767,        67.377555,        -7.685681,         0.255741,       -30.052612,        -4.912463,         0.158840,       -30.927037,         0.725662,         0.277390,         2.616032,        -0.023162,         0.015277,        -1.516147,       309.000000,       352.175104,         0.339885,         0.088387
+  172, 172, 331704.61, -26241.59,         8.688960,         0.130688,        66.486482,        -7.356678,         0.243027,       -30.270998,        -4.858973,         0.139068,       -34.939658,         2.844278,         0.284689,         9.990814,        -0.006283,         0.016565,        -0.379275,       472.000000,       453.950180,         0.363054,         0.337730
+  173, 173, 328431.53, -27940.2,         8.512348,         0.135164,        62.977940,        -6.690920,         0.248854,       -26.886959,        -4.815866,         0.142821,       -33.719540,         4.926587,         0.297581,        16.555442,        -0.072484,         0.016696,        -4.341510,       699.000000,       357.887189,         0.353752,         0.094465
+  174, 174, 336081.28, -23805.64,         8.709647,         0.128522,        67.767773,        -7.165935,         0.248297,       -28.860319,        -4.685411,         0.137407,       -34.098681,         0.142119,         0.277313,         0.512485,         0.068244,         0.016839,         4.052844,       449.000000,       556.401794,         0.365490,         0.116026
+  175, 175, 337470.12, -19925.9,         8.478222,         0.124966,        67.844397,        -6.300585,         0.250973,       -25.104651,        -4.422602,         0.126198,       -35.044992,        -0.632407,         0.291460,        -2.169792,         0.103593,         0.017279,         5.995453,       615.000000,       659.697099,         0.386757,         0.184754
+  176, 176, 342348.74, -22559.69,         8.646707,         0.124660,        69.362414,        -6.117522,         0.265430,       -23.047596,        -4.616586,         0.131699,       -35.053940,        -3.233054,         0.287060,       -11.262633,         0.176044,         0.017271,        10.192776,       369.000000,       440.462335,         0.399840,         0.216200
+  177, 177, 332725.59, -19390.99,         8.214314,         0.132305,        62.086215,        -6.431793,         0.249917,       -25.735665,        -4.140462,         0.129348,       -32.010345,         2.387552,         0.299078,         7.983030,         0.033532,         0.017593,         1.905987,       812.000000,       499.047648,         0.369750,         0.099764
+  178, 178, 327487.37, -22298.2,         7.977461,         0.139987,        56.987335,        -6.190237,         0.257762,       -24.015332,        -4.060635,         0.136792,       -29.684693,         5.930059,         0.301755,        19.651882,        -0.057734,         0.017941,        -3.217936,       904.000000,       291.703293,         0.352426,         0.052939
+  179, 179, 343411.59, -18219.15,         8.312813,         0.117608,        70.682540,        -5.047311,         0.267163,       -18.892271,        -4.359369,         0.114757,       -37.987731,        -3.462211,         0.299469,       -11.561184,         0.215032,         0.017718,        12.136378,      1215.000000,       682.236681,         0.453394,         0.190589
+  180, 180, 349055.69, -20887.1,         8.386398,         0.126475,        66.308951,        -5.768598,         0.290942,       -19.827310,        -4.643919,         0.122285,       -37.976173,        -5.297321,         0.310353,       -17.068712,         0.333122,         0.019105,        17.436774,       802.000000,       584.490366,         0.534137,         0.133269
+  181, 181, 351097.21, -27497.53,         8.882370,         0.147766,        60.111028,        -7.890295,         0.331269,       -23.818378,        -5.041222,         0.154225,       -32.687425,        -5.321775,         0.326044,       -16.322281,         0.315637,         0.018619,        16.952298,       983.000000,       714.617756,         0.503297,         0.218944
+  182, 182, 297942.15, -33105.95,         3.428978,         0.275207,        12.459635,         9.073680,         0.590305,        15.371179,        -0.798534,         0.198799,        -4.016801,        -9.293082,         0.887746,       -10.468179,         0.520477,         0.048816,        10.661939,       639.000000,       170.052965,         0.433076,         0.081631
+  183, 183, 308339.92, -26657.04,         5.852015,         0.233851,        25.024544,         1.494795,         0.560801,         2.665465,        -1.366779,         0.161518,        -8.462098,         3.626348,         0.686534,         5.282107,        -0.194966,         0.040100,        -4.862016,       251.000000,       182.715061,         0.176131,         0.136575
+  184, 184, 322572.21, -26917.93,         7.651930,         0.152271,        50.252043,        -4.536572,         0.283810,       -15.984535,        -3.886573,         0.149263,       -26.038397,         9.355730,         0.325496,        28.742968,        -0.198075,         0.018856,       -10.504668,       160.000000,       372.804963,         0.330669,         0.128822
+  185, 185, 322565.6, -29522.07,         7.725905,         0.153462,        50.344178,        -4.394165,         0.285368,       -15.398227,        -3.893089,         0.155217,       -25.081525,         8.955124,         0.334124,        26.801761,        -0.213194,         0.018522,       -11.510544,       233.000000,       366.938168,         0.324610,         0.096543
+  186, 186, 293318.13, -17312.06,         3.832934,         0.332369,        11.532161,        12.739418,         0.732992,        17.380024,        -1.267406,         0.224625,        -5.642317,        -6.590783,         0.904316,        -7.288141,         0.185150,         0.062251,         2.974262,       166.000000,       100.608117,         0.478934,         0.198877
+  187, 187, 315646.55, -31303.34,         7.264535,         0.183264,        39.639765,        -4.522646,         0.422457,       -10.705577,        -1.888753,         0.151830,       -12.439938,        16.456953,         0.517756,        31.785132,        -0.564315,         0.025250,       -22.349031,       259.000000,       277.773591,         0.263690,         0.080386
+  188, 188, 304719.13, -27487.57,         4.831291,         0.257419,        18.768216,         4.659691,         0.584909,         7.966529,        -0.703614,         0.172466,        -4.079720,        -4.548959,         0.743761,        -6.116155,         0.097228,         0.044963,         2.162428,       151.000000,       171.619790,         0.211909,         0.136886
+  189, 189, 321954.36, -32546,         7.593531,         0.158029,        48.051451,        -4.347369,         0.301035,       -14.441409,        -3.271930,         0.161786,       -20.223823,         8.872914,         0.352157,        25.195876,        -0.243408,         0.018116,       -13.436226,       270.000000,       270.625057,         0.309152,         0.058767
+  190, 190, 311343.05, -41967,         5.613669,         0.212456,        26.422795,         0.495005,         0.471207,         1.050506,        -0.958411,         0.163296,        -5.869157,         2.924754,         0.622530,         4.698177,        -0.012419,         0.033450,        -0.371283,       474.000000,       232.847506,         0.294026,         0.054169
+  191, 191, 318030.71, -27812.93,         7.015594,         0.171119,        40.998274,        -3.744995,         0.351866,       -10.643234,        -2.617003,         0.153251,       -17.076600,        14.232867,         0.393938,        36.129733,        -0.366217,         0.021537,       -17.004278,       139.000000,       275.408188,         0.294336,         0.086313
+  192, 192, 315373.57, -24947.11,         7.153207,         0.185858,        38.487397,        -5.237828,         0.423576,       -12.365732,        -2.278315,         0.144151,       -15.805019,        21.043330,         0.517490,        40.664199,        -0.595391,         0.028466,       -20.915925,       213.000000,       256.804146,         0.257515,         0.087239
+  193, 193, 308034.74, -32419.4,         6.001345,         0.218826,        27.425219,         1.207664,         0.511149,         2.362648,        -1.290169,         0.155376,        -8.303529,         0.530032,         0.682970,         0.776068,        -0.129480,         0.037853,        -3.420617,       195.000000,       226.214839,         0.233639,         0.111662
+  194, 194, 314330.79, -21499.59,         7.191962,         0.198711,        36.193046,        -5.680431,         0.474500,       -11.971398,        -2.336638,         0.142699,       -16.374628,        22.959998,         0.620895,        36.978884,        -0.646298,         0.034022,       -18.996680,       195.000000,       229.146787,         0.222134,         0.108129
+  195, 195, 313503.88, -27427.64,         7.261059,         0.198759,        36.531998,        -4.377079,         0.497454,        -8.798958,        -2.231708,         0.143896,       -15.509194,        18.000181,         0.623615,        28.864262,        -0.595388,         0.033071,       -18.003220,       114.000000,       200.947386,         0.238066,         0.184643
+  196, 196, 311593.95, -29691.66,         6.939809,         0.205872,        33.709364,        -2.251661,         0.517301,        -4.352709,        -1.943564,         0.147828,       -13.147502,        11.690765,         0.640534,        18.251579,        -0.466371,         0.034218,       -13.629301,        89.000000,       233.701170,         0.223785,         0.102868
+  197, 197, 320162.13, -24446.09,         7.083957,         0.163474,        43.333726,        -4.056352,         0.314773,       -12.886614,        -2.990522,         0.148902,       -20.083813,        12.715178,         0.346665,        36.678583,        -0.272426,         0.020559,       -13.250842,        95.000000,       250.106233,         0.310396,         0.034617
+  198, 198, 321749.08, -23511,         7.273336,         0.157655,        46.134591,        -4.508663,         0.296588,       -15.201759,        -3.253225,         0.145776,       -22.316564,        11.058230,         0.329224,        33.588777,        -0.215983,         0.019778,       -10.920349,       116.000000,       234.348205,         0.322136,         0.078451
+  199, 199, 302066.12, -24471.58,         4.315188,         0.288901,        14.936548,         6.750533,         0.661053,        10.211787,        -0.490732,         0.191895,        -2.557296,        -6.504882,         0.784557,        -8.291157,         0.171136,         0.050535,         3.386462,        82.000000,       162.236755,         0.237288,         0.212051
+  200, 200, 324399.73, -35058.09,         7.820245,         0.150414,        51.991398,        -5.069791,         0.295139,       -17.177665,        -3.297744,         0.162541,       -20.288674,         6.808838,         0.345157,        19.726800,        -0.191651,         0.015967,       -12.002777,       109.000000,       271.981540,         0.305093,         0.042274
+  201, 201, 310172.99, -22574.96,         6.171937,         0.225472,        27.373462,        -0.079828,         0.563083,        -0.141769,        -1.674661,         0.160009,       -10.466038,         9.320322,         0.692223,        13.464327,        -0.337260,         0.038917,        -8.666067,        96.000000,       136.925471,         0.147267,         0.085696
+  202, 202, 318769.5, -18902.57,         7.213863,         0.174820,        41.264574,        -5.936453,         0.349690,       -16.976336,        -2.477227,         0.140022,       -17.691679,        19.205180,         0.385677,        49.796067,        -0.484582,         0.023685,       -20.459732,       140.000000,       222.455549,         0.279716,         0.116889
+  203, 203, 318576.81, -21935.03,         6.921239,         0.174604,        39.639707,        -4.825678,         0.344670,       -14.000847,        -2.432161,         0.149156,       -16.306174,        17.202897,         0.380682,        45.189671,        -0.396244,         0.022503,       -17.608498,       156.000000,       195.045104,         0.288711,         0.079978
+  204, 204, 306334.75, -22731.84,         5.097821,         0.255120,        19.982064,         4.033855,         0.611379,         6.597960,        -0.826090,         0.175512,        -4.706734,        -0.680653,         0.761910,        -0.893351,        -0.061146,         0.044541,        -1.372796,       125.000000,       127.422822,         0.120937,         0.271102
+  205, 205, 311907.21, -35905.87,         6.780158,         0.198612,        34.137626,        -1.956826,         0.474142,        -4.127089,        -1.307613,         0.153749,        -8.504875,         9.403019,         0.672610,        13.979899,        -0.424483,         0.032379,       -13.109785,       176.000000,       212.633499,         0.240999,         0.239456
+  206, 206, 316724.95, -35492.33,         7.463592,         0.179096,        41.673596,        -4.991802,         0.395133,       -12.633214,        -1.605419,         0.156897,       -10.232290,        13.895707,         0.483548,        28.736962,        -0.543663,         0.022884,       -23.757516,        89.000000,       209.709416,         0.266858,         0.096078
+  207, 207, 298239.3, -24996.76,         3.945857,         0.325506,        12.122239,         8.721415,         0.723139,        12.060498,        -0.654441,         0.213510,        -3.065156,        -7.622067,         0.839056,        -9.084098,         0.259868,         0.056944,         4.563602,        63.000000,       112.480210,         0.351626,         0.306446
+  208, 208, 300046.48, -21453.27,         4.077882,         0.307775,        13.249572,         8.124715,         0.703077,        11.555940,        -0.462185,         0.207198,        -2.230650,        -7.127835,         0.815740,        -8.737880,         0.187775,         0.054341,         3.455480,        72.000000,       143.488262,         0.272908,         0.455693
+  209, 209, 303145.8, -20159.37,         4.312706,         0.275015,        15.681693,         6.883477,         0.655736,        10.497334,        -0.373966,         0.190334,        -1.964786,        -5.565512,         0.801873,        -6.940643,         0.108274,         0.048914,         2.213564,        40.000000,        89.660069,         0.159314,         0.164318
+  210, 210, 292145.09, -22376.41,         3.383237,         0.370429,         9.133285,        14.253039,         0.789072,        18.063042,        -1.145071,         0.243787,        -4.697016,        -7.130012,         0.958503,        -7.438695,         0.263835,         0.066223,         3.984032,        22.000000,        55.799424,         0.474803,         0.271750
+  211, 211, 289344.08, -25302.15,         2.101002,         0.419147,         5.012564,        21.047884,         0.938420,        22.429066,        -1.343816,         0.281025,        -4.781840,        -6.089769,         1.113216,        -5.470431,         0.391998,         0.072494,         5.407305,        37.000000,        46.342434,         0.507887,         0.225253
+  212, 212, 281144.54, -26368.4,        -3.794424,         0.660626,        -5.743677,        60.091449,         2.238438,        26.845257,        -2.930300,         0.520012,        -5.635060,         3.870217,         2.202529,         1.757169,         0.549472,         0.110107,         4.990325,         4.000000,         9.331432,         0.612235,         0.641977
+  213, 213, 276385.4, -15692.77,         7.877575,         1.720448,         4.578794,         3.376117,         7.220410,         0.467580,        -5.043332,         0.704257,        -7.161214,        -8.720236,         2.503954,        -3.482587,         0.267612,         0.248183,         1.078283,        18.000000,        17.440616,         0.813821,         0.584184
+  214, 214, 333949.36, -49547.84,         8.729474,         0.163791,        53.296288,        -7.041450,         0.417218,       -16.877158,        -2.648256,         0.145520,       -18.198516,         3.251091,         0.437727,         7.427214,        -0.306351,         0.016970,       -18.052655,       449.000000,       437.589905,         0.255392,         0.170036
+  215, 215, 328639.25, -51354.28,         8.586069,         0.141245,        60.788493,        -6.439869,         0.381422,       -16.883832,        -2.789643,         0.124274,       -22.447455,         7.545847,         0.431880,        17.472079,        -0.409770,         0.019818,       -20.677111,       350.000000,       424.433797,         0.279281,         0.113162
+  216, 216, 328766.37, -54568.85,         8.596904,         0.140610,        61.140005,        -6.079117,         0.402964,       -15.086004,        -2.988143,         0.121631,       -24.567335,         5.961610,         0.463992,        12.848513,        -0.353602,         0.021793,       -16.225382,       145.000000,       384.442480,         0.306491,         0.289536
+  217, 217, 332223.73, -57396.73,         8.927262,         0.153886,        58.012342,        -8.183029,         0.478892,       -17.087412,        -2.625012,         0.125818,       -20.863644,         2.641396,         0.520863,         5.071188,        -0.303452,         0.023685,       -12.811827,       329.000000,       329.532230,         0.350383,         0.279280
+  218, 218, 327365.26, -57784.04,         7.649046,         0.160540,        47.645631,        -3.108483,         0.456161,        -6.814441,        -2.702012,         0.136463,       -19.800274,         3.201800,         0.539095,         5.939210,        -0.155414,         0.026427,        -5.880762,       448.000000,       279.844281,         0.355561,         0.167363
+  219, 219, 325148.15, -54327.48,         7.891103,         0.146192,        53.977794,        -3.573866,         0.400814,        -8.916524,        -2.849435,         0.126822,       -22.468008,         6.531953,         0.472611,        13.820990,        -0.293211,         0.023591,       -12.428867,       295.000000,       281.687767,         0.298901,         0.049692
+  220, 220, 328631.89, -61735.25,         6.541984,         0.188603,        34.686506,        -0.283564,         0.573735,        -0.494242,        -2.087741,         0.152905,       -13.653861,        -1.727069,         0.635792,        -2.716406,         0.125162,         0.031248,         4.005451,       263.000000,       301.305513,         0.447454,         0.103274
+  221, 221, 329641.62, -66529.75,         5.132003,         0.207264,        24.760729,         2.362562,         0.679064,         3.479144,        -1.146924,         0.186753,        -6.141384,        -7.641851,         0.717444,       -10.651491,         0.491243,         0.034642,        14.180539,       204.000000,       242.388237,         0.582402,         0.122783
+  222, 222, 327916.01, -45847.58,         7.781371,         0.156826,        49.617955,        -4.938490,         0.365322,       -13.518182,        -2.211877,         0.147005,       -15.046290,         6.333380,         0.390880,        16.202863,        -0.275376,         0.015568,       -17.688393,       376.000000,       328.453939,         0.267667,         0.108544
+  223, 223, 321117.24, -60823.26,         5.347408,         0.196613,        27.197671,         6.003807,         0.560219,        10.716894,        -2.657376,         0.168282,       -15.791198,        -1.556978,         0.642540,        -2.423162,         0.278612,         0.034489,         8.078249,       290.000000,       247.305026,         0.410614,         0.120168
+  224, 224, 325433.51, -61656.41,         5.752196,         0.193179,        29.776512,         3.375608,         0.574550,         5.875223,        -2.291601,         0.159574,       -14.360737,        -1.938416,         0.646804,        -2.996915,         0.234502,         0.032761,         7.158017,       294.000000,       248.118236,         0.441058,         0.140495
+  225, 225, 320495.28, -52701.22,         6.660298,         0.159902,        41.652401,        -0.384411,         0.408978,        -0.939930,        -2.134535,         0.136973,       -15.583580,         7.039918,         0.491010,        14.337628,        -0.184518,         0.026081,        -7.074786,       361.000000,       232.588123,         0.294276,         0.105427
+  226, 226, 320831.13, -45866.47,         7.380323,         0.162249,        45.487520,        -4.245062,         0.379771,       -11.177947,        -1.725040,         0.144983,       -11.898209,        10.907932,         0.462735,        23.572762,        -0.402715,         0.020743,       -19.414625,       432.000000,       256.846765,         0.284262,         0.147986
+  227, 227, 316915.15, -53631.62,         5.317747,         0.177343,        29.985603,         3.354535,         0.436688,         7.681771,        -1.601749,         0.153191,       -10.455904,         4.075656,         0.551536,         7.389641,         0.064471,         0.030163,         2.137384,       156.000000,       248.974811,         0.338922,         0.084980
+  228, 228, 323595.31, -65306.25,         4.460472,         0.215632,        20.685552,         8.606188,         0.730179,        11.786406,        -2.515650,         0.189918,       -13.245998,        -5.951276,         0.737594,        -8.068496,         0.570776,         0.039270,        14.534494,       153.000000,       248.714446,         0.530003,         0.156226
+  229, 229, 318116.79, -58966.35,         5.394172,         0.192588,        28.008828,         5.903675,         0.509622,        11.584428,        -2.697822,         0.171204,       -15.757902,        -0.222184,         0.618443,        -0.359264,         0.228566,         0.034364,         6.651294,       186.000000,       179.091001,         0.384622,         0.242742
+  230, 230, 339293.11, -47659.81,         8.911340,         0.160686,        55.458147,        -7.067553,         0.390057,       -18.119278,        -2.863803,         0.174788,       -16.384473,        -0.177347,         0.388239,        -0.456799,        -0.219621,         0.016317,       -13.460039,       446.000000,       405.503283,         0.235419,         0.475031
+  231, 231, 334055.07, -44545.18,         8.238102,         0.154376,        53.363992,        -5.376618,         0.351815,       -15.282525,        -2.727481,         0.159763,       -17.071998,         1.939631,         0.376759,         5.148206,        -0.182010,         0.015174,       -11.995012,       248.000000,       409.794194,         0.251952,         0.218166
+  232, 232, 331453.95, -41443.1,         8.112061,         0.150813,        53.788798,        -5.243250,         0.327520,       -16.008952,        -2.919300,         0.162467,       -17.968608,         2.761862,         0.366119,         7.543615,        -0.158837,         0.014618,       -10.865978,       260.000000,       397.180460,         0.265736,         0.223270
+  233, 233, 327954.56, -39544.67,         7.918451,         0.150338,        52.670937,        -5.290023,         0.320114,       -16.525428,        -2.856477,         0.160280,       -17.821801,         4.478373,         0.361060,        12.403388,        -0.169965,         0.014477,       -11.740445,       236.000000,       340.928127,         0.283033,         0.188675
+  234, 234, 321981.74, -36838.07,         7.547574,         0.159252,        47.393953,        -5.244660,         0.330087,       -15.888710,        -2.291328,         0.162957,       -14.060909,         8.187346,         0.370149,        22.119044,        -0.266693,         0.016274,       -16.387716,       175.000000,       223.389849,         0.293327,         0.110196
+  235, 235, 324590.43, -40337.23,         7.629765,         0.156053,        48.892245,        -5.320303,         0.342492,       -15.534078,        -2.166999,         0.157997,       -13.715409,         6.532906,         0.372181,        17.553027,        -0.235750,         0.014740,       -15.993849,       192.000000,       249.177410,         0.282011,         0.156147
+  236, 236, 317357.31, -39249.39,         7.471354,         0.175385,        42.599690,        -5.072565,         0.391661,       -12.951417,        -1.446055,         0.158014,        -9.151440,        12.844766,         0.491938,        26.110538,        -0.515490,         0.022756,       -22.652876,       118.000000,       173.172290,         0.270699,         0.247704
+  237, 237, 333435.39, -77430.79,         0.285660,         0.426369,         0.669983,         8.263250,         1.101255,         7.503486,         3.217910,         0.335903,         9.579878,       -27.216816,         1.291047,       -21.081192,         1.650179,         0.070554,        23.388746,       735.000000,       580.270028,         0.825868,         0.843323
+  238, 238, 302126.02, -67286.13,         6.648560,         0.353517,        18.806911,         3.635812,         1.063642,         3.418265,        -8.238447,         0.400756,       -20.557278,         5.329344,         1.440606,         3.699376,         0.749728,         0.074239,        10.098808,       346.000000,       313.328073,         0.704803,         0.607075
+  239, 239, 321943.14, -68916.22,         3.901667,         0.232415,        16.787516,         9.142091,         0.754323,        12.119594,        -2.248044,         0.210670,       -10.670904,        -7.547500,         0.797240,        -9.467039,         0.739296,         0.042716,        17.307358,       247.000000,       186.358861,         0.603222,         0.430545
+  240, 240, 314598.5, -64965.34,         4.703208,         0.262442,        17.920922,        12.013407,         0.838874,        14.320869,        -4.369488,         0.230230,       -18.978797,        -4.227815,         0.811853,        -5.207614,         0.574358,         0.049356,        11.637146,       463.000000,       280.039025,         0.538188,         0.255560
+  241, 241, 310206.19, -67759.02,         5.873550,         0.312870,        18.773112,         9.427009,         0.944831,         9.977459,        -6.113100,         0.295461,       -20.690016,        -0.114265,         0.993489,        -0.115014,         0.501001,         0.061518,         8.143942,       279.000000,       224.628683,         0.630236,         0.231290
+  242, 242, 326961.41, -72189.14,         3.458200,         0.250856,        13.785582,         5.543995,         0.738460,         7.507509,        -0.429170,         0.221957,        -1.933569,       -12.270174,         0.830051,       -14.782441,         0.912324,         0.043030,        21.201837,        93.000000,       175.860768,         0.688469,         0.417000
+  243, 243, 306522.23, -44854.32,         4.026808,         0.237673,        16.942607,         3.420848,         0.508924,         6.721725,        -0.933502,         0.180850,        -5.161763,        -9.382616,         0.846416,       -11.085116,         0.713726,         0.041962,        17.009041,       686.000000,       287.475981,         0.408636,         0.242337
+  244, 244, 332009.57, -86587.48,         8.612336,         0.835964,        10.302287,        -2.024864,         1.668760,        -1.213395,       -12.474311,         1.272645,        -9.801877,         3.659702,         3.163100,         1.156999,         1.504181,         0.081849,        18.377457,       105.000000,       109.491532,         0.883143,         0.989316
+  245, 245, 291250.63, -62212.96,         6.241682,         0.513236,        12.161438,        -0.864512,         1.179587,        -0.732894,        -7.080622,         0.589577,       -12.009655,        -6.256354,         2.123104,        -2.946796,         1.227185,         0.111302,        11.025686,       200.000000,       145.429955,         0.679432,         0.473949
+  246, 246, 302274.84, -54583.9,         3.970989,         0.277643,        14.302493,         6.596793,         0.687260,         9.598685,        -5.023711,         0.271706,       -18.489495,        -7.110381,         1.257576,        -5.654035,         1.309785,         0.058305,        22.464286,       209.000000,       173.315221,         0.593983,         0.209360
+  247, 247, 313999.38, -53197.4,         4.600232,         0.186032,        24.728230,         4.982501,         0.451475,        11.036063,        -1.436614,         0.159133,        -9.027728,         2.441508,         0.570517,         4.279468,         0.239193,         0.031534,         7.585258,       265.000000,       251.137971,         0.399848,         0.134187
+  248, 248, 299312.82, -60819.66,         5.074453,         0.328488,        15.447888,         4.475117,         1.024674,         4.367357,        -6.376102,         0.346973,       -18.376364,        -4.753446,         1.480633,        -3.210415,         1.204933,         0.069443,        17.351299,        88.000000,       230.510673,         0.667093,         0.337531
+  249, 249, 308373.06, -57401.82,         4.393080,         0.231593,        18.968996,         9.406106,         0.571178,        16.467910,        -4.181908,         0.227423,       -18.388201,        -3.646616,         0.747851,        -4.876124,         0.761626,         0.042487,        17.925923,       121.000000,       156.245055,         0.554028,         0.167502
+  250, 250, 309678.63, -51875.49,         4.001262,         0.206757,        19.352525,         5.397538,         0.501537,        10.761995,        -1.816161,         0.174061,       -10.434064,        -1.235406,         0.663302,        -1.862509,         0.592958,         0.036064,        16.441700,       140.000000,       219.811172,         0.468257,         0.086268
+  251, 251, 311833.72, -57007.52,         4.619656,         0.204422,        22.598673,         8.040916,         0.504480,        15.939010,        -3.107783,         0.193210,       -16.084961,        -1.331811,         0.631794,        -2.107982,         0.487716,         0.035906,        13.583193,       104.000000,        91.499210,         0.484895,         0.236581
+  252, 252, 327926.88, -75230.85,         2.741441,         0.327120,         8.380535,         5.776966,         0.926458,         6.235543,         0.349554,         0.253503,         1.378892,       -16.227335,         0.959645,       -16.909730,         1.137503,         0.054110,        21.022207,        41.000000,       114.228334,         0.751198,         0.343503
+  253, 253, 307926.73, -64266.21,         5.137657,         0.293629,        17.497080,        10.364251,         0.854061,        12.135265,        -5.748999,         0.296748,       -19.373368,        -1.725399,         0.948296,        -1.819474,         0.687413,         0.056215,        12.228190,        64.000000,       105.125619,         0.625652,         0.348327
+  254, 254, 299390.82, -71196.86,         7.933906,         0.413677,        19.178999,        -0.444249,         1.278663,        -0.347432,       -10.595750,         0.504897,       -20.985959,        11.047972,         1.923563,         5.743494,         0.769400,         0.091832,         8.378348,        49.000000,        38.492351,         0.734232,         0.480124
+  255, 255, 295866.34, -72353.52,         8.291320,         0.474286,        17.481686,        -2.103398,         1.377734,        -1.526709,       -11.399216,         0.630403,       -18.082422,        12.266861,         2.507558,         4.891955,         0.825176,         0.105672,         7.808828,        44.000000,        83.418952,         0.737625,         0.434868
+  256, 256, 299578.37, -47629.99,         2.925340,         0.307559,         9.511487,         5.106422,         0.657567,         7.765633,        -2.586861,         0.240808,       -10.742431,       -13.294132,         1.269529,       -10.471702,         1.457574,         0.057678,        25.271090,        35.000000,        61.901706,         0.522154,         0.327056
+  257, 257, 293314.45, -52457.68,         4.287453,         0.425091,        10.085955,         3.278614,         1.119211,         2.929397,        -6.019539,         0.411966,       -14.611739,       -11.090555,         1.600138,        -6.931001,         1.686620,         0.082394,        20.470073,         6.000000,        15.089429,         0.608255,         0.245260
+  258, 258, 299215.09, -41823.07,         3.072393,         0.277050,        11.089678,         7.711599,         0.572342,        13.473768,        -1.030781,         0.209561,        -4.918764,       -14.021358,         1.082301,       -12.955138,         0.948636,         0.049710,        19.083357,        32.000000,       128.627298,         0.476249,         0.438285
+  259, 259, 288944.87, -47144.31,         4.426345,         0.564826,         7.836653,         3.013489,         1.596897,         1.887090,        -7.189329,         0.534075,       -13.461276,        -5.153385,         1.718801,        -2.998243,         1.771710,         0.079720,        22.224219,        28.000000,         4.164857,         0.575914,         0.109455
+  260, 260, 290541.99, -38708.26,         0.838891,         0.390746,         2.146898,        20.227467,         0.930306,        21.742806,        -1.094166,         0.262461,        -4.168871,       -11.061643,         1.181667,        -9.361051,         1.032313,         0.063748,        16.193717,        10.000000,        61.502987,         0.539925,         0.206375
+  261, 261, 285964.14, -39392.46,         1.068904,         0.519274,         2.058458,        30.022341,         1.334604,        22.495311,        -2.975280,         0.326218,        -9.120541,        -8.408828,         1.557555,        -5.398736,         0.793670,         0.078583,        10.099795,        12.000000,        11.604152,         0.548893,         0.170905
diff --git a/pysal/examples/tokyo/tokyo_BS_F_summary.txt b/pysal/examples/tokyo/tokyo_BS_F_summary.txt
new file mode 100755
index 0000000..346d61e
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_F_summary.txt
@@ -0,0 +1,183 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 8:23:34 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_BS_F.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+Number of areas/points: 262
+
+Model settings---------------------------------
+Model type: Poisson
+Geographic kernel: fixed bi-square
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 5
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: IDnum0
+Easting (x-coord): field2 : X_CENTROID
+Northing (y-coord): field3: Y_CENTROID
+Cartesian coordinates: Euclidean distance
+Dependent variable: field4: db2564
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field6: OCC_TEC
+Independent variable with varying (Local) coefficient: field7: OWNH
+Independent variable with varying (Local) coefficient: field8: POP65
+Independent variable with varying (Local) coefficient: field9: UNEMP
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   5
+Deviance:                          24597.455544
+Classic AIC:                       24607.455544
+AICc:                              24607.689919
+BIC/MDL:                           24625.297266
+Percent deviance explained             0.526746
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   8.432403        0.061613      136.859875     4593.526955
+OCC_TEC                    -4.270431        0.156467      -27.292831        0.013976
+OWNH                       -4.789311        0.046070     -103.957933        0.008318
+POP65                      -1.252659        0.178384       -7.022265        0.285744
+UNEMP                       0.061305        0.010099        6.070542        1.063223
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 17528.9489150947,  134660.843497798
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth: 26029.625 Criterion:  13294.025
+  p1            Bandwidth: 28341.975 Criterion:  14337.915
+  p2            Bandwidth: 29771.086 Criterion:  14934.143
+  pU            Bandwidth: 32083.436 Criterion:  15739.259
+ iter    1 (p1) Bandwidth: 28341.975 Criterion:  14337.915 Diff:   1429.111
+ iter    2 (p1) Bandwidth: 27458.736 Criterion:  13940.360 Diff:    883.239
+ iter    3 (p1) Bandwidth: 26912.864 Criterion:  13690.874 Diff:    545.872
+ iter    4 (p1) Bandwidth: 26575.497 Criterion:  13538.151 Diff:    337.367
+ iter    5 (p1) Bandwidth: 26366.993 Criterion:  13445.104 Diff:    208.504
+ iter    6 (p1) Bandwidth: 26238.130 Criterion:  13387.798 Diff:    128.863
+ iter    7 (p1) Bandwidth: 26158.488 Criterion:  13352.102 Diff:     79.642
+ iter    8 (p1) Bandwidth: 26109.267 Criterion:  13329.966 Diff:     49.221
+ iter    9 (p1) Bandwidth: 26078.847 Criterion:  13316.257 Diff:     30.420
+ iter   10 (p1) Bandwidth: 26060.046 Criterion:  13307.773 Diff:     18.801
+ iter   11 (p1) Bandwidth: 26048.426 Criterion:  13302.525 Diff:     11.620
+ iter   12 (p1) Bandwidth: 26041.245 Criterion:  13299.279 Diff:      7.181
+ iter   13 (p1) Bandwidth: 26036.807 Criterion:  13297.273 Diff:      4.438
+ iter   14 (p1) Bandwidth: 26034.064 Criterion:  13296.032 Diff:      2.743
+ iter   15 (p1) Bandwidth: 26032.368 Criterion:  13295.266 Diff:      1.695
+ iter   16 (p1) Bandwidth: 26031.321 Criterion:  13294.792 Diff:      1.048
+ iter   17 (p1) Bandwidth: 26030.673 Criterion:  13294.499 Diff:      0.648
+ iter   18 (p1) Bandwidth: 26030.273 Criterion:  13294.318 Diff:      0.400
+ iter   19 (p1) Bandwidth: 26030.026 Criterion:  13294.206 Diff:      0.247
+ iter   20 (p1) Bandwidth: 26029.873 Criterion:  13294.137 Diff:      0.153
+ iter   21 (p1) Bandwidth: 26029.778 Criterion:  13294.094 Diff:      0.094
+ iter   22 (p1) Bandwidth: 26029.720 Criterion:  13294.067 Diff:      0.058
+ iter   23 (p1) Bandwidth: 26029.684 Criterion:  13294.051 Diff:      0.036
+ iter   24 (p1) Bandwidth: 26029.661 Criterion:  13294.041 Diff:      0.022
+The lower limit in your search has been selected as the optimal bandwidth size.
+A new sesssion is recommended to try with a smaller lowest limit of the bandwidth search.
+Best bandwidth size 26029.625
+Minimum AICc    13294.025
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                26029.625402
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           276385.400000   408226.180000   131840.780000
+Y-coord           -86587.480000    33538.420000   120125.900000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         66.434760
+Effective number of parameters (variance: trace(S'WSW^-1)):               51.742762
+Degree of freedom (model: n - trace(S)):                                 195.565240
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           180.873243
+Deviance:                          13115.103705
+Classic AIC:                       13247.973224
+AICc:                              13294.024739
+BIC/MDL:                           13485.035334
+Percent deviance explained             0.747666
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_BS_F_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   6.956437        3.585435
+OCC_TEC                     2.808094       16.199511
+OWNH                       -4.025297        2.176207
+POP65                       0.709104       13.441155
+UNEMP                       0.083338        0.534893
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  -4.698846       29.167648       33.866494
+OCC_TEC                  -127.606495       60.091449      187.697944
+OWNH                      -12.474311        3.217910       15.692220
+POP65                     -98.487455       39.324447      137.811902
+UNEMP                      -2.869207        1.771710        4.640917
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   5.487963        7.375409        8.489884
+OCC_TEC                    -4.826044        1.873720        7.407511
+OWNH                       -5.189891       -4.171458       -2.506044
+POP65                      -5.189369       -0.656530        6.532191
+UNEMP                      -0.277246        0.052468        0.483072
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   3.001921        2.225294
+OCC_TEC                    12.233554        9.068610
+OWNH                        2.683847        1.989508
+POP65                      11.721560        8.689074
+UNEMP                       0.760318        0.563616
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model            24597.456    257.000            95.710
+GWR model               13115.104    180.873            72.510
+Difference              11482.352     76.127           150.832
+
+*****************************************************************************
+Program terminated at 7/25/2016 8:23:42 AM
diff --git a/pysal/examples/tokyo/tokyo_BS_NN.ctl b/pysal/examples/tokyo/tokyo_BS_NN.ctl
new file mode 100755
index 0000000..943c959
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_NN.ctl
@@ -0,0 +1,41 @@
+
+C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+FORMAT/DELIMITER: 0
+Number_of_fields: 9
+Number_of_areas: 262
+Fields
+AreaKey 001 IDnum0
+X 002 X_CENTROID
+Y 003 Y_CENTROID
+Gmetric 0
+Dependent 004 db2564
+Offset 
+Independent_geo 5
+000 Intercept
+006 OCC_TEC
+007 OWNH
+008 POP65
+009 UNEMP
+Independent_fix 0
+Unused_fields 1
+005 eb2564
+MODELTYPE: 1
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 2
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_BS_NN_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_BS_NN_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/tokyo/tokyo_BS_NN_OFF.ctl b/pysal/examples/tokyo/tokyo_BS_NN_OFF.ctl
new file mode 100644
index 0000000..b8a92b8
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_NN_OFF.ctl
@@ -0,0 +1,40 @@
+
+C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+FORMAT/DELIMITER: 0
+Number_of_fields: 9
+Number_of_areas: 262
+Fields
+AreaKey 001 IDnum0
+X 002 X_CENTROID
+Y 003 Y_CENTROID
+Gmetric 0
+Dependent 004 db2564
+Offset 005 eb2564
+Independent_geo 5
+000 Intercept
+006 OCC_TEC
+007 OWNH
+008 POP65
+009 UNEMP
+Independent_fix 0
+Unused_fields 0
+MODELTYPE: 1
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 2
+BANDSELECTIONMETHOD: 0
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 100
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results\tokyo_BS_NN_OFF_100_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results\tokyo_BS_NN_OFF_100_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/tokyo/tokyo_BS_NN_OFF_listwise.csv b/pysal/examples/tokyo/tokyo_BS_NN_OFF_listwise.csv
new file mode 100644
index 0000000..ef5a7d4
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_NN_OFF_listwise.csv
@@ -0,0 +1,263 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_OCC_TEC, se_OCC_TEC, t_OCC_TEC, est_OWNH, se_OWNH, t_OWNH, est_POP65, se_POP65, t_POP65, est_UNEMP, se_UNEMP, t_UNEMP, y, yhat, localpdev, Ginfluence
+    0, 0, 378906.83, 17310.41,         0.190926,         0.189581,         1.007098,        -1.544184,         0.493528,        -3.128868,        -0.340089,         0.120284,        -2.827371,         2.106230,         0.601909,         3.499251,        -0.011423,         0.033762,        -0.338340,       189.000000,       190.069178,         0.430166,         0.169991
+    1, 1, 334095.21, 25283.2,         0.109053,         0.243659,         0.447562,        -1.397581,         0.633099,        -2.207523,        -0.142401,         0.177875,        -0.800565,         1.595709,         0.804852,         1.982612,        -0.024374,         0.044034,        -0.553529,        95.000000,        93.532367,         0.330260,         0.290894
+    2, 2, 378200.19, -877.05,         0.196020,         0.178653,         1.097206,        -2.274916,         0.465536,        -4.886664,        -0.339069,         0.109996,        -3.082558,         2.327111,         0.466099,         4.992736,         0.007552,         0.031193,         0.242104,        70.000000,        81.207744,         0.625957,         0.119069
+    3, 3, 357191.03, 29064.39,         0.281538,         0.215131,         1.308678,        -1.259806,         0.530923,        -2.372861,        -0.268462,         0.149378,        -1.797199,         1.351389,         0.714549,         1.891246,        -0.046636,         0.038902,        -1.198810,        48.000000,        57.042355,         0.257838,         0.130946
+    4, 4, 358056.34, 10824.73,         0.236405,         0.176395,         1.340200,        -1.821119,         0.446716,        -4.076678,        -0.328990,         0.113764,        -2.891849,         2.004754,         0.504128,         3.976677,        -0.011757,         0.031054,        -0.378593,        65.000000,        74.954011,         0.466956,         0.160332
+    5, 5, 366747.61, -3073.12,         0.251438,         0.163019,         1.542383,        -2.596579,         0.420675,        -6.172406,        -0.323817,         0.102634,        -3.155062,         2.101766,         0.378404,         5.554286,         0.006795,         0.028565,         0.237874,       107.000000,       105.816789,         0.684930,         0.041579
+    6, 6, 351099.27, 11800.35,         0.268743,         0.183927,         1.461145,        -1.861662,         0.445990,        -4.174221,        -0.333762,         0.118738,        -2.810904,         1.967001,         0.549317,         3.580811,        -0.019181,         0.032396,        -0.592067,        65.000000,        72.655433,         0.427429,         0.164914
+    7, 7, 377929.98, 4635.1,         0.176225,         0.182966,         0.963153,        -1.948520,         0.475524,        -4.097626,        -0.342963,         0.113375,        -3.025030,         2.335310,         0.512055,         4.560665,         0.002540,         0.031878,         0.079682,        76.000000,        75.986967,         0.563366,         0.066055
+    8, 8, 367529.91, 20192.51,         0.228473,         0.191417,         1.193589,        -1.430526,         0.493219,        -2.900385,        -0.315294,         0.127603,        -2.470892,         1.781975,         0.624174,         2.854934,        -0.022654,         0.034459,        -0.657423,       192.000000,       172.453844,         0.343022,         0.716351
+    9, 9, 389231.47, 3489.35,         0.063528,         0.188614,         0.336816,        -1.872697,         0.503667,        -3.718127,        -0.308254,         0.114714,        -2.687160,         2.611813,         0.536720,         4.866250,         0.022630,         0.032879,         0.688293,        27.000000,        26.414842,         0.572204,         0.045739
+   10, 10, 389427.64, 9290.1,         0.089160,         0.191613,         0.465312,        -1.707219,         0.506532,        -3.370407,        -0.321403,         0.117112,        -2.744408,         2.519319,         0.564448,         4.463333,         0.012610,         0.033458,         0.376904,        28.000000,        25.696257,         0.527451,         0.027351
+   11, 11, 381089.82, 9125.81,         0.166929,         0.186784,         0.893701,        -1.776889,         0.486654,        -3.651235,        -0.344356,         0.115507,        -2.981264,         2.320602,         0.546250,         4.248244,        -0.000422,         0.032607,        -0.012953,        63.000000,        59.041988,         0.519995,         0.028861
+   12, 12, 371082.66, 6843.9,         0.188988,         0.179412,         1.053373,        -1.840255,         0.465143,        -3.956321,        -0.338069,         0.113890,        -2.968381,         2.217243,         0.506557,         4.377090,        -0.001872,         0.031396,        -0.059637,        34.000000,        30.827624,         0.526231,         0.052544
+   13, 13, 388281.84, -1760.78,         0.068741,         0.179817,         0.382283,        -2.138195,         0.485831,        -4.401112,        -0.295700,         0.109578,        -2.698542,         2.587456,         0.485656,         5.327757,         0.029850,         0.031558,         0.945878,        17.000000,        19.593423,         0.620771,         0.044383
+   14, 14, 386771.66, -4857.11,         0.090847,         0.178128,         0.510011,        -2.329981,         0.482650,        -4.827475,        -0.292229,         0.108391,        -2.696066,         2.531569,         0.470629,         5.379125,         0.030665,         0.031445,         0.975217,        25.000000,        23.682895,         0.642818,         0.073527
+   15, 15, 397029.93, 4912.15,        -0.030719,         0.188072,        -0.163334,        -1.733124,         0.514432,        -3.369007,        -0.280571,         0.114848,        -2.442986,         2.810490,         0.548749,         5.121635,         0.038824,         0.032917,         1.179450,        17.000000,        17.295009,         0.571247,         0.063174
+   16, 16, 399583.28, 1217.51,        -0.071357,         0.187171,        -0.381240,        -1.813545,         0.518312,        -3.498946,        -0.262665,         0.113747,        -2.309207,         2.896545,         0.541433,         5.349777,         0.050229,         0.032926,         1.525512,        31.000000,        29.048022,         0.594572,         0.070873
+   17, 17, 389413.79, 18915.59,         0.144879,         0.203719,         0.711174,        -1.459867,         0.525407,        -2.778547,        -0.326070,         0.127002,        -2.567443,         2.228504,         0.656530,         3.394369,        -0.007508,         0.036806,        -0.203981,        27.000000,        35.439057,         0.430129,         0.140087
+   18, 18, 374811.31, 23395.2,         0.220137,         0.193547,         1.137384,        -1.400246,         0.503342,        -2.781896,        -0.321527,         0.128572,        -2.500755,         1.827231,         0.648266,         2.818642,        -0.022141,         0.035380,        -0.625786,        10.000000,        16.871828,         0.349867,         0.050613
+   19, 19, 366291.01, 3851.09,         0.206948,         0.174561,         1.185535,        -2.047118,         0.448117,        -4.568263,        -0.329007,         0.110971,        -2.964809,         2.165268,         0.456260,         4.745688,         0.000730,         0.030612,         0.023844,        42.000000,        39.510632,         0.575066,         0.074604
+   20, 20, 362053.67, 7027.25,         0.215609,         0.173929,         1.239639,        -1.939989,         0.443894,        -4.370388,        -0.324545,         0.111511,        -2.910438,         2.082471,         0.467026,         4.459001,        -0.003750,         0.030596,        -0.122553,        20.000000,        20.310019,         0.531829,         0.052977
+   21, 21, 350567.45, 26456.28,         0.265518,         0.220301,         1.205255,        -1.248533,         0.533594,        -2.339857,        -0.242465,         0.151709,        -1.598228,         1.399710,         0.735324,         1.903529,        -0.049906,         0.039964,        -1.248767,        40.000000,        41.872140,         0.273696,         0.105269
+   22, 22, 356783.59, 23682.89,         0.282733,         0.203357,         1.390329,        -1.403866,         0.500383,        -2.805584,        -0.303040,         0.135722,        -2.232796,         1.557034,         0.666589,         2.335822,        -0.038558,         0.036593,        -1.053714,        15.000000,        15.535262,         0.294855,         0.035412
+   23, 23, 356225.47, 19763.98,         0.275582,         0.193155,         1.426741,        -1.537934,         0.477453,        -3.221118,        -0.325532,         0.125475,        -2.594404,         1.739699,         0.609083,         2.856258,        -0.030382,         0.034279,        -0.886307,        47.000000,        38.191824,         0.338485,         0.084599
+   24, 24, 338360.54, 25697.56,         0.172067,         0.237414,         0.724755,        -1.277960,         0.581157,        -2.198992,        -0.177992,         0.168263,        -1.057818,         1.517759,         0.779903,         1.946088,        -0.038665,         0.042792,        -0.903556,        68.000000,        64.615270,         0.313980,         0.251748
+   25, 25, 337846.31, 18213.38,         0.245898,         0.218577,         1.124994,        -1.889542,         0.518532,        -3.644019,        -0.276589,         0.143284,        -1.930363,         1.730226,         0.670713,         2.579681,        -0.022572,         0.039974,        -0.564675,        17.000000,        14.974733,         0.359468,         0.027090
+   26, 26, 344074.13, 27136.92,         0.220075,         0.234138,         0.939938,        -1.156317,         0.565796,        -2.043700,        -0.191899,         0.165125,        -1.162145,         1.385927,         0.774796,         1.788764,        -0.051157,         0.042200,        -1.212255,        57.000000,        49.376989,         0.284038,         0.082826
+   27, 27, 349087.82, 19336.47,         0.288771,         0.199491,         1.447537,        -1.623913,         0.473674,        -3.428336,        -0.323834,         0.126882,        -2.552244,         1.779369,         0.609293,         2.920385,        -0.034279,         0.035454,        -0.966875,        40.000000,        26.883008,         0.350070,         0.069504
+   28, 28, 343402.57, 18620.67,         0.282340,         0.210489,         1.341350,        -1.697631,         0.485213,        -3.498733,        -0.304868,         0.134708,        -2.263182,         1.751649,         0.642453,         2.726503,        -0.034510,         0.037786,        -0.913314,        47.000000,        44.290631,         0.349761,         0.058795
+   29, 29, 359036.48, 1198.74,         0.233622,         0.170665,         1.368895,        -2.374106,         0.426124,        -5.571396,        -0.304242,         0.107585,        -2.827912,         2.022770,         0.406158,         4.980255,         0.004877,         0.030054,         0.162286,        49.000000,        40.984421,         0.637914,         0.036201
+   30, 30, 370771.99, -1522.12,         0.229405,         0.167280,         1.371385,        -2.418988,         0.433956,        -5.574266,        -0.333938,         0.104979,        -3.180986,         2.199236,         0.409366,         5.372301,         0.005879,         0.029282,         0.200787,        49.000000,        44.266967,         0.656847,         0.061871
+   31, 31, 376842.13, -7139.16,         0.240204,         0.165541,         1.451020,        -2.755715,         0.433437,        -6.357814,        -0.327805,         0.102802,        -3.188706,         2.200147,         0.386718,         5.689277,         0.012772,         0.029182,         0.437658,        27.000000,        26.272906,         0.697026,         0.053511
+   32, 32, 318049.53, 32744.59,        -0.247365,         0.243840,        -1.014455,        -0.926965,         0.786639,        -1.178388,         0.028041,         0.196415,         0.142766,         2.149458,         0.843408,         2.548541,         0.021761,         0.045220,         0.481220,       120.000000,       122.113836,         0.304744,         0.194182
+   33, 33, 325761.21, 31092.21,        -0.090731,         0.254307,        -0.356778,        -1.220510,         0.754304,        -1.618061,        -0.030182,         0.195782,        -0.154161,         1.838380,         0.843750,         2.178822,         0.002077,         0.044988,         0.046171,        28.000000,        28.995105,         0.322726,         0.105439
+   34, 34, 318112.24, 28405.62,        -0.265526,         0.240853,        -1.102437,        -0.970020,         0.792088,        -1.224636,         0.023722,         0.192996,         0.122917,         2.212323,         0.844409,         2.619967,         0.029304,         0.045713,         0.641050,        16.000000,        18.193435,         0.308164,         0.050930
+   35, 35, 310480.1, 28809.03,        -0.480198,         0.254603,        -1.886067,        -0.042384,         0.834890,        -0.050766,         0.092387,         0.210808,         0.438253,         2.817320,         0.888884,         3.169503,         0.030485,         0.047949,         0.635781,        14.000000,        18.680516,         0.282427,         0.038288
+   36, 36, 306513.97, 32751.48,        -0.508643,         0.258445,        -1.968090,         0.171302,         0.842744,         0.203267,         0.096777,         0.216387,         0.447239,         2.966888,         0.891248,         3.328913,         0.025342,         0.048717,         0.520197,        43.000000,        43.027917,         0.275281,         0.252608
+   37, 37, 311395.51, 33538.42,        -0.398725,         0.252472,        -1.579283,        -0.343810,         0.835546,        -0.411480,         0.079220,         0.209444,         0.378239,         2.558719,         0.877883,         2.914647,         0.025424,         0.047172,         0.538962,        29.000000,        37.315654,         0.287165,         0.058349
+   38, 38, 314408.34, -4572.95,        -0.417306,         0.193383,        -2.157928,        -1.468377,         0.469973,        -3.124388,        -0.068988,         0.126921,        -0.543547,         2.540501,         0.689647,         3.683769,         0.123937,         0.036778,         3.369879,       401.000000,       397.937397,         0.362033,         0.148101
+   39, 39, 303850.22, 22478,        -0.699981,         0.259869,        -2.693591,         0.878856,         0.821459,         1.069871,         0.101172,         0.209700,         0.482460,         3.660228,         0.864183,         4.235476,         0.041082,         0.049816,         0.824672,       210.000000,       219.017488,         0.265338,         0.176301
+   40, 40, 337540.25, -12310.61,         0.277039,         0.121119,         2.287324,        -2.543204,         0.255664,        -9.947431,        -0.349217,         0.099545,        -3.508147,         1.577459,         0.351469,         4.488192,         0.018444,         0.019692,         0.936606,       711.000000,       673.430984,         0.738627,         0.167790
+   41, 41, 330948.96, -8687.59,         0.260041,         0.139674,         1.861768,        -2.455274,         0.281327,        -8.727485,        -0.361917,         0.108428,        -3.337847,         1.546136,         0.398565,         3.879257,         0.021377,         0.023299,         0.917530,       544.000000,       558.617634,         0.665159,         0.125186
+   42, 42, 327143.99, -3103.01,         0.136774,         0.158317,         0.863923,        -2.277080,         0.345304,        -6.594422,        -0.310312,         0.112651,        -2.754625,         1.521894,         0.508631,         2.992136,         0.044787,         0.030070,         1.489424,       557.000000,       572.815283,         0.564325,         0.147968
+   43, 43, 312830.72, 21412.1,        -0.518183,         0.242781,        -2.134368,        -0.076504,         0.774397,        -0.098791,         0.077552,         0.195414,         0.396860,         2.911709,         0.850097,         3.425148,         0.047817,         0.046553,         1.027158,       132.000000,       121.416961,         0.286851,         0.077892
+   44, 44, 312874.14, -17053.63,         0.150475,         0.155909,         0.965148,        -2.254038,         0.361754,        -6.230858,        -0.364480,         0.118615,        -3.072788,         1.522845,         0.507587,         3.000167,         0.048831,         0.026271,         1.858728,       395.000000,       372.953357,         0.475765,         0.169565
+   45, 45, 293680.38, -8010.1,        -0.372165,         0.250462,        -1.485915,        -1.219876,         0.621277,        -1.963499,        -0.113581,         0.176274,        -0.644344,         2.838237,         0.691512,         4.104393,         0.095588,         0.044706,         2.138127,        97.000000,       109.835374,         0.319664,         0.108978
+   46, 46, 325185.11, 20460.45,        -0.055688,         0.232130,        -0.239899,        -1.812847,         0.737354,        -2.458584,        -0.102706,         0.173523,        -0.591886,         1.947678,         0.805517,         2.417923,         0.028838,         0.045738,         0.630504,        91.000000,        84.872599,         0.343784,         0.080987
+   47, 47, 305971.31, 8472,        -0.879764,         0.259764,        -3.386777,         0.753090,         0.756782,         0.995121,         0.111386,         0.188401,         0.591214,         3.976434,         0.772831,         5.145283,         0.102327,         0.048425,         2.113083,        97.000000,       108.297501,         0.271675,         0.058896
+   48, 48, 335330.5, -108.19,         0.245307,         0.163630,         1.499159,        -2.554247,         0.373465,        -6.839323,        -0.329726,         0.114618,        -2.876744,         1.672999,         0.426676,         3.921006,         0.020461,         0.029876,         0.684881,       148.000000,       155.820960,         0.598509,         0.128136
+   49, 49, 339115.66, 3202.05,         0.277493,         0.179938,         1.542165,        -2.703278,         0.433780,        -6.231908,        -0.322082,         0.120612,        -2.670404,         1.755128,         0.450394,         3.896872,         0.011709,         0.033079,         0.353957,       269.000000,       254.192897,         0.561882,         0.149430
+   50, 50, 309271.13, -10589.17,        -0.216303,         0.180414,        -1.198926,        -1.779044,         0.450826,        -3.946186,        -0.168438,         0.127012,        -1.326159,         2.438258,         0.638148,         3.820833,         0.090298,         0.033254,         2.715403,       183.000000,       193.201971,         0.389116,         0.089823
+   51, 51, 319972.62, 24634.35,        -0.227204,         0.233788,        -0.971838,        -1.167162,         0.756679,        -1.542479,        -0.011402,         0.183494,        -0.062136,         2.195043,         0.824337,         2.662798,         0.033466,         0.045250,         0.739585,        86.000000,        86.119682,         0.317870,         0.082565
+   52, 52, 317013.43, 12374.14,        -0.510486,         0.224011,        -2.278845,        -0.557781,         0.668773,        -0.834036,         0.008853,         0.166158,         0.053279,         2.946115,         0.774724,         3.802793,         0.084528,         0.044477,         1.900520,        86.000000,        95.584271,         0.302171,         0.047399
+   53, 53, 323345.93, 2314.46,        -0.177601,         0.207863,        -0.854411,        -1.827458,         0.508621,        -3.592969,        -0.172017,         0.129963,        -1.323589,         2.165530,         0.627410,         3.451540,         0.087853,         0.041358,         2.124227,       244.000000,       267.312836,         0.403813,         0.143129
+   54, 54, 327610.55, -7504.02,         0.215808,         0.146150,         1.476614,        -2.368757,         0.297480,        -7.962732,        -0.352863,         0.110663,        -3.188637,         1.511239,         0.447324,         3.378400,         0.030685,         0.025471,         1.204719,       120.000000,       106.449063,         0.620758,         0.023179
+   55, 55, 343813.29, -11626.17,         0.268234,         0.120122,         2.233006,        -2.640688,         0.265969,        -9.928570,        -0.330724,         0.095751,        -3.454003,         1.685496,         0.338443,         4.980144,         0.018875,         0.020090,         0.939519,       297.000000,       310.407049,         0.759592,         0.111308
+   56, 56, 342508.85, -4698.16,         0.267319,         0.140545,         1.902023,        -2.636296,         0.316856,        -8.320181,        -0.324245,         0.103136,        -3.143859,         1.656376,         0.355157,         4.663780,         0.018131,         0.024327,         0.745289,       393.000000,       391.483414,         0.703054,         0.138434
+   57, 57, 333426.78, -13559.3,         0.281512,         0.124000,         2.270260,        -2.512158,         0.248604,       -10.105056,        -0.365005,         0.102540,        -3.559619,         1.541298,         0.352878,         4.367793,         0.018836,         0.019607,         0.960706,       103.000000,       113.416788,         0.725471,         0.016056
+   58, 58, 330824.95, -14794.45,         0.286228,         0.130533,         2.192773,        -2.495475,         0.250905,        -9.945901,        -0.375468,         0.109263,        -3.436362,         1.521763,         0.360180,         4.225003,         0.018452,         0.020046,         0.920520,       136.000000,       139.022344,         0.712123,         0.115841
+   59, 59, 304617.97, -15261.45,        -0.079298,         0.187423,        -0.423097,        -2.007583,         0.479037,        -4.190872,        -0.245541,         0.134211,        -1.829520,         2.333981,         0.595658,         3.918323,         0.072242,         0.033347,         2.166373,       160.000000,       170.542753,         0.389447,         0.178322
+   60, 60, 338062.78, -13156.47,         0.275601,         0.119595,         2.304462,        -2.546790,         0.252742,       -10.076627,        -0.347016,         0.099331,        -3.493525,         1.580833,         0.348347,         4.538097,         0.018746,         0.019373,         0.967617,       102.000000,       102.282621,         0.745569,         0.038669
+   61, 61, 325419.58, -15527.5,         0.273873,         0.139245,         1.966848,        -2.450199,         0.261015,        -9.387206,        -0.394225,         0.114584,        -3.440492,         1.508812,         0.373717,         4.037315,         0.022628,         0.021199,         1.067362,       142.000000,       144.538002,         0.662534,         0.068623
+   62, 62, 324052.62, -12510.9,         0.226995,         0.146178,         1.552863,        -2.361209,         0.283352,        -8.333138,        -0.373370,         0.115941,        -3.220354,         1.507549,         0.428937,         3.514619,         0.030036,         0.023594,         1.272996,        83.000000,        83.313240,         0.617493,         0.066436
+   63, 63, 327521.88, -17674.68,         0.294295,         0.133811,         2.199329,        -2.492740,         0.247567,       -10.068945,        -0.395790,         0.114112,        -3.468449,         1.485965,         0.353536,         4.203150,         0.019592,         0.019907,         0.984158,        78.000000,        76.260524,         0.697977,         0.019936
+   64, 64, 322114.34, -17894.35,         0.285518,         0.141810,         2.013385,        -2.456674,         0.268577,        -9.147006,        -0.420225,         0.117771,        -3.568161,         1.446210,         0.378510,         3.820802,         0.024696,         0.021494,         1.149002,       201.000000,       186.892948,         0.628919,         0.077339
+   65, 65, 320355.21, 5840.48,        -0.409904,         0.221213,        -1.852981,        -1.275906,         0.585732,        -2.178311,        -0.079535,         0.142143,        -0.559542,         2.762724,         0.688959,         4.009999,         0.108345,         0.044507,         2.434367,        87.000000,        95.924860,         0.333163,         0.048101
+   66, 66, 330341.07, 12925.79,         0.161784,         0.210910,         0.767075,        -2.541826,         0.583424,        -4.356737,        -0.269307,         0.139578,        -1.929440,         1.922722,         0.634383,         3.030853,         0.023796,         0.041447,         0.574122,        89.000000,        86.976684,         0.397206,         0.045732
+   67, 67, 318527.16, 8318.24,        -0.499063,         0.221688,        -2.251199,        -0.890571,         0.618680,        -1.439469,        -0.031986,         0.151636,        -0.210942,         2.959515,         0.726511,         4.073601,         0.105907,         0.044393,         2.385659,        80.000000,        79.807334,         0.313640,         0.057114
+   68, 68, 347297.26, -13547.71,         0.261062,         0.117840,         2.215387,        -2.695755,         0.264102,       -10.207258,        -0.322806,         0.093718,        -3.444449,         1.759184,         0.332321,         5.293635,         0.019650,         0.019765,         0.994175,       105.000000,       114.883646,         0.776250,         0.059170
+   69, 69, 321375.58, -10594.12,         0.135554,         0.153922,         0.880664,        -2.187452,         0.322476,        -6.783312,        -0.336271,         0.118092,        -2.847545,         1.429879,         0.551485,         2.592779,         0.048032,         0.027008,         1.778466,       114.000000,       129.119207,         0.546036,         0.064735
+   70, 70, 318675.19, -8454.47,        -0.017200,         0.160902,        -0.106897,        -1.961664,         0.367933,        -5.331571,        -0.259849,         0.117270,        -2.215814,         1.556646,         0.640699,         2.429606,         0.072005,         0.030115,         2.390982,       101.000000,        93.739876,         0.473028,         0.069440
+   71, 71, 350174.04, -12060.87,         0.255966,         0.121558,         2.105706,        -2.764608,         0.278719,        -9.918971,        -0.310545,         0.092904,        -3.342664,         1.809368,         0.326971,         5.533720,         0.020089,         0.020689,         0.970998,       181.000000,       166.837604,         0.774450,         0.086956
+   72, 72, 329442.54, 5939.52,         0.137883,         0.200022,         0.689338,        -2.516699,         0.512969,        -4.906145,        -0.289381,         0.129452,        -2.235434,         1.980466,         0.565274,         3.503553,         0.035812,         0.038657,         0.926388,        82.000000,        79.208305,         0.451848,         0.086650
+   73, 73, 307098.94, 992.68,        -0.813643,         0.250745,        -3.244901,        -0.325091,         0.654508,        -0.496696,         0.078377,         0.170062,         0.460876,         3.664521,         0.722517,         5.071885,         0.146803,         0.045348,         3.237239,        93.000000,       102.702599,         0.293821,         0.143862
+   74, 74, 337247.61, 14030.91,         0.266923,         0.210547,         1.267757,        -2.300512,         0.515941,        -4.458863,        -0.299540,         0.137497,        -2.178525,         1.775117,         0.620477,         2.860892,        -0.009230,         0.039153,        -0.235727,        67.000000,        76.332799,         0.387021,         0.134091
+   75, 75, 306612.95, -2173.79,        -0.714604,         0.240030,        -2.977144,        -0.811463,         0.604629,        -1.342083,         0.032933,         0.159976,         0.205864,         3.518902,         0.716423,         4.911768,         0.148258,         0.043569,         3.402815,        55.000000,        61.028741,         0.313363,         0.098055
+   76, 76, 301727, -6640.87,        -0.517279,         0.239909,        -2.156142,        -1.170391,         0.602554,        -1.942383,        -0.056309,         0.165426,        -0.340389,         3.201948,         0.694563,         4.610021,         0.122427,         0.043352,         2.824053,        68.000000,        66.117997,         0.332036,         0.055090
+   77, 77, 326724.18, 5478.1,         0.017568,         0.206084,         0.085246,        -2.264863,         0.530342,        -4.270573,        -0.248378,         0.131683,        -1.886183,         2.110035,         0.602674,         3.501121,         0.054867,         0.040537,         1.353526,        47.000000,        33.027649,         0.423155,         0.041332
+   78, 78, 311503.39, 15708.66,        -0.682608,         0.242476,        -2.815160,         0.369341,         0.757408,         0.487638,         0.098987,         0.189605,         0.522068,         3.341088,         0.829204,         4.029272,         0.070453,         0.046468,         1.516160,        33.000000,        35.369483,         0.277219,         0.060474
+   79, 79, 316934.08, -10632.09,         0.017026,         0.157911,         0.107820,        -1.998656,         0.362155,        -5.518781,        -0.283060,         0.117002,        -2.419266,         1.544528,         0.606692,         2.545819,         0.066468,         0.028694,         2.316426,        43.000000,        49.376154,         0.470273,         0.034267
+   80, 80, 317980.71, -13171.59,         0.136894,         0.152816,         0.895810,        -2.178258,         0.328646,        -6.627986,        -0.350340,         0.117865,        -2.972379,         1.418610,         0.531078,         2.671188,         0.049712,         0.026234,         1.894923,        52.000000,        45.168017,         0.515505,         0.036434
+   81, 81, 298790.59, -2464.08,        -0.591780,         0.251130,        -2.356470,        -0.773126,         0.632521,        -1.222293,        -0.017916,         0.176950,        -0.101252,         3.330097,         0.692599,         4.808118,         0.117327,         0.044728,         2.623115,        75.000000,        48.941521,         0.312978,         0.145667
+   82, 82, 294903.64, 214.57,        -0.594998,         0.258264,        -2.303836,        -0.500778,         0.653792,        -0.765959,        -0.008633,         0.185894,        -0.046439,         3.330000,         0.701508,         4.746919,         0.102761,         0.046487,         2.210533,        33.000000,        20.545809,         0.301045,         0.053062
+   83, 83, 284950.61, -7897.72,        -0.326596,         0.260324,        -1.254574,        -1.125432,         0.638241,        -1.763334,        -0.124662,         0.185158,        -0.673275,         2.652036,         0.725377,         3.656079,         0.082440,         0.045997,         1.792289,        11.000000,         6.514525,         0.302726,         0.075682
+   84, 84, 302616.14, 12642.65,        -0.817836,         0.259333,        -3.153613,         0.942010,         0.770957,         1.221871,         0.088231,         0.193246,         0.456572,         4.010534,         0.780803,         5.136422,         0.074006,         0.049018,         1.509772,        23.000000,        17.556226,         0.268578,         0.030190
+   85, 85, 298937.62, 11074.43,        -0.788363,         0.262430,        -3.004094,         0.795415,         0.754358,         1.054426,         0.063684,         0.193128,         0.329751,         4.000965,         0.748400,         5.346024,         0.075280,         0.050005,         1.505449,        43.000000,        26.817322,         0.272299,         0.031238
+   86, 86, 292980.66, 10621.27,        -0.715269,         0.266919,        -2.679723,         0.620827,         0.746081,         0.832118,         0.038272,         0.198081,         0.193214,         3.832201,         0.735250,         5.212108,         0.066714,         0.051914,         1.285086,        46.000000,        54.847600,         0.272762,         0.136351
+   87, 87, 291341.64, 3602.46,        -0.614563,         0.265587,        -2.313978,        -0.126420,         0.685765,        -0.184348,         0.003932,         0.194590,         0.020207,         3.423800,         0.722722,         4.737369,         0.085749,         0.049322,         1.738559,        19.000000,        14.221712,         0.288338,         0.038180
+   88, 88, 296052.78, 6812.78,        -0.736923,         0.267515,        -2.754693,         0.441066,         0.735157,         0.599962,         0.036287,         0.196392,         0.184770,         3.865226,         0.736524,         5.247930,         0.083052,         0.051062,         1.626469,        11.000000,         7.892287,         0.280623,         0.022390
+   89, 89, 314476.95, 3490.04,        -0.823639,         0.246570,        -3.340389,        -0.392074,         0.652622,        -0.600767,         0.086877,         0.160855,         0.540092,         3.486485,         0.759639,         4.589662,         0.159427,         0.047593,         3.349797,        30.000000,        30.197232,         0.289029,         0.105039
+   90, 90, 311673.48, 10101.08,        -0.790055,         0.241308,        -3.274050,         0.348291,         0.717828,         0.485201,         0.104521,         0.177444,         0.589039,         3.541189,         0.779129,         4.545063,         0.104732,         0.045596,         2.296945,        27.000000,        29.025554,         0.275840,         0.062170
+   91, 91, 300937.58, 3470.02,        -0.767781,         0.260345,        -2.949094,         0.047528,         0.692164,         0.068665,         0.051105,         0.185588,         0.275370,         3.786392,         0.720700,         5.253772,         0.113038,         0.047546,         2.377447,        18.000000,        22.456980,         0.290012,         0.153154
+   92, 92, 286991.93, 9571.27,        -0.628666,         0.267035,        -2.354246,         0.274766,         0.712914,         0.385412,         0.020044,         0.198235,         0.101114,         3.503239,         0.730177,         4.797792,         0.065181,         0.051743,         1.259692,         7.000000,         9.286750,         0.273459,         0.063675
+   93, 93, 307386.12, 16090.18,        -0.752219,         0.250302,        -3.005247,         0.763541,         0.775476,         0.984610,         0.104932,         0.194534,         0.539403,         3.665681,         0.822641,         4.455994,         0.065795,         0.047566,         1.383242,         7.000000,        11.861687,         0.269098,         0.030865
+   94, 94, 300604.96, 17843.82,        -0.774516,         0.262686,        -2.948450,         1.110406,         0.806585,         1.376676,         0.083575,         0.203773,         0.410139,         4.005433,         0.818817,         4.891735,         0.050924,         0.050483,         1.008748,        15.000000,        17.105343,         0.263956,         0.024320
+   95, 95, 303917.55, 29223.91,        -0.618759,         0.267169,        -2.315983,         0.692340,         0.873667,         0.792453,         0.109146,         0.224066,         0.487115,         3.397121,         0.923602,         3.678122,         0.025222,         0.051109,         0.493491,        44.000000,        42.427389,         0.265663,         0.088930
+   96, 96, 296097.2, 19299.56,        -0.747238,         0.265800,        -2.811280,         1.105402,         0.805922,         1.371598,         0.065215,         0.206205,         0.316261,         4.015952,         0.797558,         5.035309,         0.044417,         0.051585,         0.861042,        25.000000,        18.731634,         0.262804,         0.057830
+   97, 97, 291327.94, 19385.45,        -0.737870,         0.274256,        -2.690443,         1.218879,         0.834869,         1.459964,         0.051362,         0.214349,         0.239620,         4.095840,         0.806886,         5.076105,         0.035486,         0.054844,         0.647026,        15.000000,        16.572195,         0.259796,         0.040936
+   98, 98, 288651.19, 16782.21,        -0.686140,         0.267236,        -2.567543,         0.777175,         0.762846,         1.018784,         0.041288,         0.202084,         0.204312,         3.780449,         0.740993,         5.101869,         0.049246,         0.052406,         0.939694,        53.000000,        57.002907,         0.264142,         0.221496
+   99, 99, 321850.11, 16542.18,        -0.201947,         0.224168,        -0.900874,        -1.429641,         0.689043,        -2.074822,        -0.081177,         0.168054,        -0.483040,         2.346793,         0.793340,         2.958116,         0.048914,         0.044908,         1.089196,        24.000000,        28.888207,         0.333796,         0.058929
+  100, 100, 309623.17, 24691.81,        -0.531319,         0.245509,        -2.164157,         0.092558,         0.779058,         0.118807,         0.079618,         0.199768,         0.398555,         3.018216,         0.845225,         3.570903,         0.040943,         0.046919,         0.872636,         7.000000,         6.146901,         0.280741,         0.015184
+  101, 101, 317273.81, 16350.36,        -0.424445,         0.227047,        -1.869416,        -0.657275,         0.700990,        -0.937638,         0.010065,         0.175193,         0.057449,         2.728570,         0.804899,         3.389953,         0.062743,         0.044859,         1.398664,        13.000000,        13.442486,         0.305492,         0.040620
+  102, 102, 330127.65, 26472.36,         0.028501,         0.248505,         0.114690,        -1.464316,         0.698148,        -2.097430,        -0.099751,         0.185126,        -0.538829,         1.693641,         0.822792,         2.058407,        -0.007972,         0.044920,        -0.177467,        18.000000,        16.824780,         0.335108,         0.041087
+  103, 103, 330024.3, 22050.13,         0.071193,         0.241011,         0.295393,        -1.870347,         0.715713,        -2.613265,        -0.138743,         0.177848,        -0.780120,         1.684323,         0.808669,         2.082833,         0.002955,         0.045676,         0.064688,        24.000000,        22.735451,         0.347660,         0.040360
+  104, 104, 335366.5, 8522.69,         0.258222,         0.193707,         1.333055,        -2.710474,         0.490523,        -5.525684,        -0.315495,         0.126992,        -2.484360,         1.832370,         0.513156,         3.570783,         0.012594,         0.036319,         0.346766,        45.000000,        46.996125,         0.466283,         0.019541
+  105, 105, 330795.7, 8625.57,         0.184693,         0.203109,         0.909330,        -2.624003,         0.532944,        -4.923596,        -0.298548,         0.132182,        -2.258619,         1.970210,         0.573373,         3.436173,         0.025530,         0.039256,         0.650332,        56.000000,        55.128432,         0.433825,         0.052876
+  106, 106, 324461.1, 12021.3,        -0.089415,         0.220531,        -0.405452,        -1.902027,         0.648353,        -2.933631,        -0.171731,         0.155299,        -1.105804,         2.304764,         0.742600,         3.103643,         0.052150,         0.044545,         1.170729,        33.000000,        32.920595,         0.354117,         0.055355
+  107, 107, 333249.02, 19193.73,         0.174969,         0.224128,         0.780666,        -2.042332,         0.588404,        -3.470967,        -0.230715,         0.152618,        -1.511721,         1.736393,         0.712115,         2.438361,        -0.004742,         0.042292,        -0.112114,        35.000000,        31.856099,         0.363492,         0.054293
+  108, 108, 330905.38, 16199.04,         0.155968,         0.216737,         0.719619,        -2.396001,         0.607245,        -3.945687,        -0.243496,         0.145639,        -1.671918,         1.827288,         0.675572,         2.704803,         0.016242,         0.042400,         0.383063,        36.000000,        36.766694,         0.379975,         0.067478
+  109, 109, 338740.71, 9995.65,         0.284557,         0.191537,         1.485654,        -2.524204,         0.463439,        -5.446681,        -0.325052,         0.124754,        -2.605546,         1.831089,         0.506237,         3.617057,        -0.000792,         0.034848,        -0.022733,        58.000000,        55.803181,         0.460245,         0.033254
+  110, 110, 345541.9, -607.56,         0.269720,         0.164881,         1.635852,        -2.723763,         0.393618,        -6.919813,        -0.303416,         0.110611,        -2.743085,         1.719481,         0.397917,         4.321206,         0.014763,         0.029625,         0.498347,        37.000000,        33.728514,         0.660120,         0.045155
+  111, 111, 348908.69, -5077.51,         0.258027,         0.140803,         1.832532,        -2.769305,         0.331520,        -8.353349,        -0.298027,         0.099327,        -3.000460,         1.762237,         0.343302,         5.133198,         0.018642,         0.024562,         0.758970,        53.000000,        64.115378,         0.726713,         0.037524
+  112, 112, 343120.93, 5902.89,         0.290739,         0.174940,         1.661935,        -2.533804,         0.414004,        -6.120239,        -0.328211,         0.115040,        -2.853024,         1.845475,         0.437847,         4.214889,         0.000082,         0.031405,         0.002600,        49.000000,        51.539740,         0.549270,         0.045467
+  113, 113, 377836.69, -36378.58,         0.199289,         0.125440,         1.588724,        -3.438737,         0.383608,        -8.964184,        -0.281309,         0.082970,        -3.390473,         2.480429,         0.310381,         7.991559,         0.036240,         0.020524,         1.765770,      1070.000000,      1080.555407,         0.769561,         0.311547
+  114, 114, 356153.1, -24448.15,         0.250411,         0.110934,         2.257289,        -2.807798,         0.259614,       -10.815267,        -0.363322,         0.092702,        -3.919261,         1.910780,         0.329806,         5.793651,         0.027663,         0.017382,         1.591488,       547.000000,       564.889701,         0.818291,         0.157759
+  115, 115, 363934.49, -23252.2,         0.266370,         0.114283,         2.330795,        -3.105353,         0.291744,       -10.644111,        -0.341976,         0.087030,        -3.929413,         2.085271,         0.316828,         6.581724,         0.023853,         0.019020,         1.254095,       660.000000,       739.580385,         0.816586,         0.137805
+  116, 116, 362715.03, -62961.03,        -0.057748,         0.092537,        -0.624055,        -2.244992,         0.261021,        -8.600810,        -0.339918,         0.077676,        -4.376125,         2.620837,         0.324408,         8.078830,         0.084177,         0.015390,         5.469750,       175.000000,       205.444327,         0.761128,         0.103138
+  117, 117, 355515.39, -15862.17,         0.262704,         0.119485,         2.198643,        -2.892620,         0.283049,       -10.219517,        -0.321840,         0.090247,        -3.566196,         1.910475,         0.323071,         5.913477,         0.020588,         0.020492,         1.004669,       594.000000,       597.007200,         0.794783,         0.168844
+  118, 118, 350331.74, 2259.59,         0.265435,         0.168928,         1.571288,        -2.516063,         0.408423,        -6.160437,        -0.305513,         0.108762,        -2.809014,         1.867972,         0.415388,         4.496932,         0.004675,         0.030032,         0.155668,       189.000000,       165.076700,         0.624127,         0.133186
+  119, 119, 390869.17, -52824.71,         0.057499,         0.156641,         0.367075,        -3.209142,         0.515709,        -6.222782,        -0.246432,         0.091419,        -2.695616,         2.721033,         0.407321,         6.680321,         0.061688,         0.023579,         2.616219,       121.000000,       130.347768,         0.715195,         0.116417
+  120, 120, 391663.46, -13955.69,         0.044237,         0.181772,         0.243364,        -2.765942,         0.519875,        -5.320395,        -0.239175,         0.107808,        -2.218531,         2.524938,         0.481719,         5.241511,         0.054416,         0.032709,         1.663651,       125.000000,       115.248475,         0.677706,         0.199290
+  121, 121, 381676.42, -24737.89,         0.216748,         0.151003,         1.435388,        -3.542572,         0.445857,        -7.945529,        -0.258888,         0.091288,        -2.835947,         2.235277,         0.339911,         6.576068,         0.037649,         0.026981,         1.395397,       175.000000,       189.896403,         0.749788,         0.114865
+  122, 122, 396227.77, -39792.02,         0.108587,         0.173703,         0.625127,        -3.517311,         0.561939,        -6.259236,        -0.218585,         0.094778,        -2.306285,         2.428043,         0.425499,         5.706340,         0.060390,         0.028169,         2.143876,        85.000000,        75.366806,         0.710002,         0.054190
+  123, 123, 365535.4, -28214.23,         0.257527,         0.111230,         2.315263,        -3.127257,         0.292761,       -10.681937,        -0.350708,         0.086268,        -4.065344,         2.163016,         0.316303,         6.838430,         0.026439,         0.018066,         1.463484,       200.000000,       191.412904,         0.822642,         0.057385
+  124, 124, 358761.78, -6929.68,         0.266673,         0.150293,         1.774356,        -2.923690,         0.378046,        -7.733687,        -0.293312,         0.099164,        -2.957844,         1.904085,         0.337338,         5.644443,         0.015501,         0.026303,         0.589316,       389.000000,       390.937253,         0.743341,         0.167182
+  125, 125, 376070.01, -56303.59,        -0.026305,         0.112653,        -0.233507,        -2.638342,         0.338905,        -7.784892,        -0.275844,         0.082512,        -3.343096,         2.874693,         0.357256,         8.046585,         0.068777,         0.017377,         3.957959,       381.000000,       366.991095,         0.744606,         0.136114
+  126, 126, 353788.69, -7340.62,         0.253906,         0.136739,         1.856872,        -2.841082,         0.328632,        -8.645174,        -0.291826,         0.095856,        -3.044410,         1.845801,         0.328923,         5.611648,         0.018873,         0.023712,         0.795901,       173.000000,       182.890674,         0.747998,         0.087844
+  127, 127, 371670.71, -21543.62,         0.325033,         0.137066,         2.371367,        -3.552242,         0.380204,        -9.342982,        -0.324569,         0.091052,        -3.564651,         2.101314,         0.315302,         6.664438,         0.016833,         0.024297,         0.692804,       206.000000,       212.864845,         0.793814,         0.056292
+  128, 128, 367522.64, -7189.91,         0.279292,         0.151806,         1.839799,        -2.895420,         0.391950,        -7.387227,        -0.324245,         0.097412,        -3.328601,         2.056363,         0.341984,         6.013038,         0.009694,         0.026579,         0.364745,       142.000000,       151.859867,         0.730500,         0.102079
+  129, 129, 361892.77, -18166,         0.270342,         0.118182,         2.287512,        -3.064263,         0.295925,       -10.354862,        -0.330472,         0.087087,        -3.794728,         2.008287,         0.314810,         6.379366,         0.021791,         0.020245,         1.076389,       148.000000,       130.658748,         0.802894,         0.066971
+  130, 130, 366450.66, -74634.65,        -0.057777,         0.100776,        -0.573316,        -2.318552,         0.307518,        -7.539555,        -0.360816,         0.077843,        -4.635183,         2.794195,         0.360578,         7.749210,         0.086062,         0.016502,         5.215228,       141.000000,       153.664872,         0.750589,         0.068625
+  131, 131, 355381.88, -79216.89,        -0.003394,         0.105504,        -0.032173,        -2.374702,         0.314214,        -7.557599,        -0.417660,         0.084441,        -4.946168,         2.530600,         0.359386,         7.041451,         0.090071,         0.016649,         5.409970,       106.000000,       104.537278,         0.766051,         0.268851
+  132, 132, 353694.67, -32885.23,         0.229348,         0.113298,         2.024294,        -2.654331,         0.249636,       -10.632794,        -0.408861,         0.103598,        -3.946613,         1.828383,         0.327321,         5.585909,         0.038707,         0.015783,         2.452416,       116.000000,       123.166612,         0.820051,         0.077428
+  133, 133, 378726.25, -28678.9,         0.243042,         0.138521,         1.754547,        -3.607038,         0.418367,        -8.621707,        -0.275838,         0.086834,        -3.176613,         2.298923,         0.317692,         7.236327,         0.032324,         0.024107,         1.340890,        84.000000,        93.359688,         0.767206,         0.071802
+  134, 134, 365246.77, -57670.24,        -0.056288,         0.095033,        -0.592302,        -2.281711,         0.261532,        -8.724397,        -0.315640,         0.079357,        -3.977477,         2.669432,         0.328490,         8.126369,         0.078743,         0.015534,         5.069165,        78.000000,        70.185919,         0.763320,         0.053171
+  135, 135, 389517.13, -31493.43,         0.149802,         0.166157,         0.901572,        -3.572932,         0.519389,        -6.879108,        -0.227053,         0.093919,        -2.417555,         2.328214,         0.393544,         5.916015,         0.053236,         0.028392,         1.875037,        88.000000,        79.419566,         0.724488,         0.090325
+  136, 136, 344415.42, 11511.89,         0.291302,         0.189458,         1.537557,        -2.124814,         0.442689,        -4.799790,        -0.334190,         0.122148,        -2.735951,         1.909616,         0.529964,         3.603292,        -0.016954,         0.033555,        -0.505252,        31.000000,        39.251548,         0.437825,         0.077038
+  137, 137, 365053.58, -11168.12,         0.294637,         0.142096,         2.073512,        -3.135580,         0.370237,        -8.469106,        -0.315882,         0.094378,        -3.347001,         1.993382,         0.327209,         6.092084,         0.014063,         0.024913,         0.564494,        60.000000,        54.404904,         0.766922,         0.035705
+  138, 138, 387334.51, -21934.03,         0.140761,         0.168035,         0.837689,        -3.334042,         0.493066,        -6.761852,        -0.233753,         0.098280,        -2.378445,         2.279753,         0.396759,         5.745936,         0.049727,         0.030263,         1.643168,        25.000000,        25.368093,         0.720126,         0.050909
+  139, 139, 393097.28, -22717.2,         0.075246,         0.179094,         0.420147,        -3.219479,         0.534820,        -6.019742,        -0.213830,         0.102329,        -2.089635,         2.362183,         0.447369,         5.280170,         0.061845,         0.031991,         1.933220,        57.000000,        57.311901,         0.701879,         0.107494
+  140, 140, 380945.88, -17224.24,         0.228327,         0.164718,         1.386167,        -3.353222,         0.466504,        -7.187977,        -0.275257,         0.099938,        -2.754274,         2.159318,         0.383478,         5.630885,         0.031271,         0.029865,         1.047085,        17.000000,        16.555584,         0.733045,         0.044389
+  141, 141, 367373.14, -14712.42,         0.311103,         0.138895,         2.239833,        -3.292588,         0.366118,        -8.993240,        -0.324397,         0.093227,        -3.479666,         2.017076,         0.323027,         6.244296,         0.014703,         0.024401,         0.602544,        47.000000,        42.683486,         0.782980,         0.038930
+  142, 142, 374567.12, -13256.38,         0.301283,         0.158824,         1.896959,        -3.264771,         0.425445,        -7.673770,        -0.320989,         0.099425,        -3.228470,         2.064340,         0.353757,         5.835472,         0.014154,         0.028303,         0.500078,        51.000000,        45.000223,         0.747905,         0.027469
+  143, 143, 380862.18, -12688.75,         0.212074,         0.167866,         1.263351,        -3.051349,         0.460140,        -6.631349,        -0.291665,         0.102611,        -2.842425,         2.220864,         0.398732,         5.569819,         0.026213,         0.030189,         0.868284,        11.000000,         8.948042,         0.712529,         0.028854
+  144, 144, 383629.18, -9335.24,         0.151795,         0.172541,         0.879763,        -2.712270,         0.469353,        -5.778746,        -0.290125,         0.105176,        -2.758483,         2.368681,         0.430285,         5.504910,         0.029058,         0.030798,         0.943516,        23.000000,        28.113978,         0.681689,         0.054574
+  145, 145, 394378.41, -45752.97,         0.104063,         0.171055,         0.608362,        -3.460060,         0.562810,        -6.147831,        -0.231964,         0.093816,        -2.472532,         2.541074,         0.423287,         6.003200,         0.058501,         0.026687,         2.192165,        64.000000,        61.114811,         0.711728,         0.127012
+  146, 146, 402514.52, -43075.49,         0.074952,         0.179619,         0.417286,        -3.447067,         0.586423,        -5.878123,        -0.208479,         0.096493,        -2.160559,         2.449935,         0.448073,         5.467717,         0.066581,         0.028750,         2.315838,        61.000000,        44.096455,         0.700198,         0.143216
+  147, 147, 402518.42, -36236.31,         0.058431,         0.175677,         0.332605,        -3.342025,         0.552064,        -6.053693,        -0.200808,         0.096265,        -2.085988,         2.416443,         0.429857,         5.621503,         0.068002,         0.029253,         2.324613,        37.000000,        42.363948,         0.699904,         0.076760
+  148, 148, 396061.3, -30927.23,         0.087787,         0.176224,         0.498156,        -3.413747,         0.548255,        -6.226571,        -0.207315,         0.097561,        -2.124980,         2.357085,         0.429872,         5.483222,         0.063919,         0.030192,         2.117067,        22.000000,        25.776342,         0.706863,         0.044707
+  149, 149, 408226.18, -35513.98,         0.022478,         0.187007,         0.120200,        -3.269117,         0.591971,        -5.522425,        -0.189677,         0.100608,        -1.885311,         2.428617,         0.473718,         5.126715,         0.075223,         0.031309,         2.402583,        18.000000,        10.189575,         0.688870,         0.034929
+  150, 150, 403471.42, -31311.84,         0.031367,         0.183263,         0.171158,        -3.243159,         0.568345,        -5.706324,        -0.194079,         0.100222,        -1.936494,         2.418479,         0.458305,         5.277008,         0.072416,         0.031326,         2.311720,        20.000000,        22.729008,         0.692911,         0.043342
+  151, 151, 406033.77, -29345.02,         0.002629,         0.186303,         0.014109,        -3.121368,         0.571530,        -5.461430,        -0.190504,         0.102155,        -1.864861,         2.460186,         0.472265,         5.209329,         0.075751,         0.032152,         2.355999,        20.000000,        31.016586,         0.686588,         0.045602
+  152, 152, 399386.5, -22290.57,         0.008639,         0.184305,         0.046874,        -2.998278,         0.547355,        -5.477756,        -0.202631,         0.104374,        -1.941387,         2.479710,         0.471540,         5.258744,         0.070697,         0.032785,         2.156385,        18.000000,        17.896548,         0.687108,         0.070417
+  153, 153, 397587.4, -62378.67,         0.013292,         0.174835,         0.076027,        -3.171258,         0.627974,        -5.049981,        -0.239822,         0.097898,        -2.449715,         2.801242,         0.502584,         5.573682,         0.071255,         0.025257,         2.821233,        25.000000,        23.696266,         0.693252,         0.053129
+  154, 154, 391305.58, -63700.85,        -0.034240,         0.136590,        -0.250680,        -2.844448,         0.455600,        -6.243297,        -0.252862,         0.087697,        -2.883358,         2.929916,         0.425412,         6.887238,         0.073421,         0.020659,         3.553942,        11.000000,        16.275383,         0.707494,         0.050595
+  155, 155, 396203.55, -57412.21,         0.050409,         0.181883,         0.277151,        -3.309553,         0.641861,        -5.156184,        -0.238421,         0.098216,        -2.427523,         2.712445,         0.490364,         5.531488,         0.066554,         0.026451,         2.516161,        23.000000,        22.573299,         0.697864,         0.050753
+  156, 156, 397924.17, -52596.47,         0.055293,         0.170152,         0.324962,        -3.291556,         0.566659,        -5.808704,        -0.230413,         0.094346,        -2.442207,         2.648400,         0.435957,         6.074906,         0.064931,         0.025833,         2.513471,        28.000000,        27.348406,         0.704444,         0.061027
+  157, 157, 382876.06, -53653.14,         0.034344,         0.134818,         0.254741,        -2.992735,         0.429363,        -6.970167,        -0.263717,         0.087228,        -3.023323,         2.814726,         0.374442,         7.517116,         0.061515,         0.020280,         3.033278,        19.000000,        17.117776,         0.731568,         0.038548
+  158, 158, 385919.86, -61374.5,        -0.034007,         0.127368,        -0.266996,        -2.773048,         0.412671,        -6.719748,        -0.260349,         0.085168,        -3.056894,         2.936803,         0.401114,         7.321620,         0.071786,         0.019401,         3.700175,        26.000000,        24.193838,         0.717932,         0.094440
+  159, 159, 340110.86, -28521.01,         0.225136,         0.115967,         1.941378,        -2.526625,         0.228815,       -11.042208,        -0.340482,         0.115386,        -2.950813,         1.580704,         0.310213,         5.095546,         0.034817,         0.015517,         2.243788,        70.000000,        66.528529,         0.800605,         0.102083
+  160, 160, 342259.81, -30180.57,         0.203130,         0.116863,         1.738186,        -2.512241,         0.232265,       -10.816269,        -0.328427,         0.117535,        -2.794301,         1.625735,         0.311383,         5.221010,         0.038322,         0.015405,         2.487582,       117.000000,       127.264885,         0.804828,         0.118366
+  161, 161, 338829.19, -32435.83,         0.147904,         0.118729,         1.245730,        -2.437100,         0.229219,       -10.632214,        -0.256016,         0.126562,        -2.022854,         1.608391,         0.307089,         5.237540,         0.044693,         0.015152,         2.949671,       256.000000,       254.746991,         0.804739,         0.061593
+  162, 162, 335964.11, -27144.87,         0.252001,         0.118042,         2.134847,        -2.535500,         0.226555,       -11.191530,        -0.353013,         0.118262,        -2.985007,         1.503800,         0.310547,         4.842432,         0.030747,         0.015851,         1.939827,       429.000000,       455.894888,         0.791948,         0.098087
+  163, 163, 339454.02, -25208.35,         0.260076,         0.117980,         2.204395,        -2.546825,         0.233667,       -10.899400,        -0.359780,         0.115048,        -3.127206,         1.534630,         0.317391,         4.835134,         0.028034,         0.016250,         1.725156,       285.000000,       252.684536,         0.794133,         0.127429
+  164, 164, 342858.93, -25291.03,         0.252260,         0.115094,         2.191777,        -2.568084,         0.234851,       -10.934965,        -0.359732,         0.109070,        -3.298171,         1.600322,         0.319326,         5.011566,         0.029042,         0.016125,         1.801059,       362.000000,       366.673147,         0.798157,         0.263429
+  165, 165, 345601.8, -25527.73,         0.248680,         0.114672,         2.168629,        -2.589955,         0.238320,       -10.867534,        -0.360723,         0.107206,        -3.364753,         1.650304,         0.323073,         5.108145,         0.029378,         0.016192,         1.814345,       452.000000,       435.527963,         0.801269,         0.148702
+  166, 166, 345909.97, -30691.34,         0.213324,         0.118454,         1.800909,        -2.547232,         0.240056,       -10.610975,        -0.352915,         0.117564,        -3.001898,         1.675307,         0.318104,         5.266539,         0.037809,         0.015618,         2.420834,       728.000000,       710.417317,         0.809127,         0.143815
+  167, 167, 338436.09, -37186.98,         0.038596,         0.113902,         0.338850,        -2.340941,         0.222935,       -10.500536,        -0.142984,         0.124487,        -1.148588,         1.712330,         0.306508,         5.586583,         0.058660,         0.014647,         4.005056,       562.000000,       558.355735,         0.806279,         0.227309
+  168, 168, 334457.21, -35114.84,         0.084584,         0.114281,         0.740147,        -2.400304,         0.220586,       -10.881466,        -0.175129,         0.124418,        -1.407581,         1.648190,         0.308465,         5.343195,         0.052599,         0.014693,         3.579777,       354.000000,       354.785978,         0.800796,         0.065100
+  169, 169, 338261.22, -41722.33,        -0.012447,         0.108202,        -0.115036,        -2.335544,         0.220241,       -10.604496,        -0.119252,         0.116043,        -1.027652,         1.832669,         0.309673,         5.918086,         0.068968,         0.014548,         4.740638,      1072.000000,      1098.331816,         0.805138,         0.173613
+  170, 170, 329570.75, -34216.76,         0.145659,         0.118276,         1.231517,        -2.495419,         0.226629,       -11.011042,        -0.238899,         0.124959,        -1.911821,         1.618635,         0.323852,         4.998078,         0.046405,         0.015041,         3.085256,      1037.000000,      1030.021562,         0.784402,         0.217744
+  171, 171, 334989.23, -30867,         0.188172,         0.119969,         1.568499,        -2.478035,         0.226556,       -10.937864,        -0.281809,         0.127950,        -2.202487,         1.535989,         0.309014,         4.970615,         0.039186,         0.015403,         2.544000,       309.000000,       290.444885,         0.797556,         0.059767
+  172, 172, 331704.61, -26241.59,         0.280183,         0.121031,         2.314973,        -2.552956,         0.225785,       -11.307008,        -0.375340,         0.119576,        -3.138924,         1.454389,         0.315471,         4.610218,         0.026854,         0.016417,         1.635782,       472.000000,       470.820395,         0.775061,         0.334170
+  173, 173, 328431.53, -27940.2,         0.280795,         0.120534,         2.329598,        -2.572759,         0.223711,       -11.500346,        -0.383017,         0.117626,        -3.256224,         1.459729,         0.319030,         4.575519,         0.028663,         0.016221,         1.766998,       699.000000,       707.233921,         0.762802,         0.159135
+  174, 174, 336081.28, -23805.64,         0.271510,         0.117857,         2.303712,        -2.538927,         0.229500,       -11.062859,        -0.365112,         0.113455,        -3.218120,         1.491494,         0.317062,         4.704111,         0.026097,         0.016528,         1.578966,       449.000000,       422.756720,         0.782767,         0.073729
+  175, 175, 337470.12, -19925.9,         0.270787,         0.115905,         2.336291,        -2.531982,         0.233913,       -10.824441,        -0.355208,         0.105037,        -3.381754,         1.526821,         0.326508,         4.676216,         0.023088,         0.017412,         1.326023,       615.000000,       667.520735,         0.772642,         0.151480
+  176, 176, 342348.74, -22559.69,         0.254389,         0.113577,         2.239794,        -2.564309,         0.235157,       -10.904684,        -0.351284,         0.104402,        -3.364713,         1.601051,         0.322823,         4.959524,         0.026776,         0.016584,         1.614540,       369.000000,       391.166337,         0.791188,         0.167614
+  177, 177, 332725.59, -19390.99,         0.291034,         0.121509,         2.395170,        -2.522927,         0.233674,       -10.796777,        -0.377387,         0.108886,        -3.465890,         1.478031,         0.331169,         4.463074,         0.020581,         0.018138,         1.134722,       812.000000,       830.183784,         0.750153,         0.139561
+  178, 178, 327487.37, -22298.2,         0.309359,         0.126988,         2.436134,        -2.545467,         0.233147,       -10.917848,        -0.410928,         0.114708,        -3.582382,         1.440675,         0.331120,         4.350913,         0.021318,         0.018215,         1.170357,       904.000000,       900.272301,         0.728518,         0.125092
+  179, 179, 343411.59, -18219.15,         0.262766,         0.115042,         2.284087,        -2.594093,         0.245383,       -10.571621,        -0.340064,         0.100292,        -3.390744,         1.648391,         0.334747,         4.924287,         0.021818,         0.018116,         1.204367,      1215.000000,      1185.473516,         0.782508,         0.283332
+  180, 180, 349055.69, -20887.1,         0.253616,         0.114452,         2.215908,        -2.671736,         0.250814,       -10.652259,        -0.341006,         0.099746,        -3.418756,         1.758843,         0.335058,         5.249368,         0.023999,         0.017790,         1.349002,       802.000000,       792.527169,         0.799637,         0.147036
+  181, 181, 351097.21, -27497.53,         0.248217,         0.113451,         2.187883,        -2.662052,         0.245550,       -10.841195,        -0.381818,         0.102990,        -3.707320,         1.762249,         0.328316,         5.367541,         0.031140,         0.016258,         1.915399,       983.000000,       941.500685,         0.813656,         0.204749
+  182, 182, 297942.15, -33105.95,         0.199877,         0.204573,         0.977042,        -2.385258,         0.539855,        -4.418330,        -0.471521,         0.150126,        -3.140832,         1.533949,         0.562914,         2.725012,         0.056989,         0.031673,         1.799318,       639.000000,       618.975493,         0.395943,         0.137272
+  183, 183, 308339.92, -26657.04,         0.319983,         0.165637,         1.931831,        -2.675523,         0.426649,        -6.271009,        -0.481669,         0.126250,        -3.815206,         1.418081,         0.485366,         2.921675,         0.036763,         0.024908,         1.475943,       251.000000,       231.908756,         0.475976,         0.098724
+  184, 184, 322572.21, -26917.93,         0.329677,         0.128506,         2.565462,        -2.611672,         0.241628,       -10.808629,        -0.444147,         0.116485,        -3.812916,         1.404590,         0.344454,         4.077726,         0.023989,         0.017716,         1.354062,       160.000000,       172.952051,         0.697787,         0.049097
+  185, 185, 322565.6, -29522.07,         0.311328,         0.126956,         2.452247,        -2.632000,         0.242803,       -10.840042,        -0.425263,         0.117763,        -3.611181,         1.443875,         0.347873,         4.150586,         0.027784,         0.016929,         1.641191,       233.000000,       222.604042,         0.707653,         0.045627
+  186, 186, 293318.13, -17312.06,        -0.113456,         0.220679,        -0.514121,        -1.800488,         0.556911,        -3.232992,        -0.238388,         0.155840,        -1.529701,         2.280476,         0.628468,         3.628627,         0.074512,         0.038653,         1.927723,       166.000000,       166.642014,         0.342777,         0.146466
+  187, 187, 315646.55, -31303.34,         0.388961,         0.145276,         2.677400,        -2.832269,         0.328266,        -8.627968,        -0.512913,         0.126521,        -4.053985,         1.371473,         0.433158,         3.166218,         0.027748,         0.019609,         1.415043,       259.000000,       269.420417,         0.583770,         0.059823
+  188, 188, 304719.13, -27487.57,         0.278318,         0.178296,         1.560987,        -2.604617,         0.474962,        -5.483845,        -0.469140,         0.133728,        -3.508159,         1.501542,         0.513218,         2.925738,         0.042996,         0.027227,         1.579183,       151.000000,       155.712882,         0.441714,         0.077363
+  189, 189, 321954.36, -32546,         0.260688,         0.125691,         2.074035,        -2.644083,         0.250604,       -10.550823,        -0.380778,         0.118271,        -3.219548,         1.550839,         0.357874,         4.333483,         0.036557,         0.016084,         2.272877,       270.000000,       270.043126,         0.713416,         0.060500
+  190, 190, 311343.05, -41967,         0.167735,         0.146462,         1.145249,        -2.784753,         0.371227,        -7.501483,        -0.438668,         0.120818,        -3.630822,         2.051992,         0.446183,         4.598997,         0.071553,         0.019033,         3.759369,       474.000000,       461.496181,         0.647801,         0.063254
+  191, 191, 318030.71, -27812.93,         0.360173,         0.137145,         2.626216,        -2.678851,         0.280200,        -9.560497,        -0.481444,         0.118951,        -4.047410,         1.343195,         0.382785,         3.509008,         0.024671,         0.019131,         1.289607,       139.000000,       132.227796,         0.620957,         0.036251
+  192, 192, 315373.57, -24947.11,         0.341869,         0.142966,         2.391265,        -2.626449,         0.309726,        -8.479899,        -0.477658,         0.117415,        -4.068119,         1.326494,         0.401329,         3.305251,         0.027803,         0.020950,         1.327107,       213.000000,       213.619043,         0.567580,         0.052326
+  193, 193, 308034.74, -32419.4,         0.374191,         0.168677,         2.218389,        -2.834338,         0.443612,        -6.389222,        -0.547011,         0.131307,        -4.165895,         1.416082,         0.493174,         2.871364,         0.037227,         0.024047,         1.548136,       195.000000,       201.262856,         0.494131,         0.077705
+  194, 194, 314330.79, -21499.59,         0.289451,         0.150031,         1.929271,        -2.512025,         0.334038,        -7.520178,        -0.447309,         0.119071,        -3.756648,         1.357549,         0.435325,         3.118476,         0.033629,         0.023242,         1.446891,       195.000000,       195.916179,         0.528576,         0.061324
+  195, 195, 313503.88, -27427.64,         0.378662,         0.151397,         2.501122,        -2.763357,         0.356157,        -7.758810,        -0.507141,         0.122974,        -4.123976,         1.319626,         0.443571,         2.975005,         0.027975,         0.021728,         1.287543,       114.000000,       119.960937,         0.538090,         0.083192
+  196, 196, 311593.95, -29691.66,         0.408928,         0.160411,         2.549248,        -2.885801,         0.401969,        -7.179168,        -0.538396,         0.128526,        -4.189000,         1.349904,         0.481931,         2.801030,         0.028734,         0.022758,         1.262550,        89.000000,        82.631757,         0.519100,         0.033145
+  197, 197, 320162.13, -24446.09,         0.339838,         0.136677,         2.486434,        -2.591698,         0.263878,        -9.821563,        -0.463005,         0.118728,        -3.899714,         1.360068,         0.364991,         3.726309,         0.023122,         0.019618,         1.178619,        95.000000,       105.995270,         0.640857,         0.012137
+  198, 198, 321749.08, -23511,         0.328937,         0.134565,         2.444437,        -2.564169,         0.253298,       -10.123139,        -0.450437,         0.117670,        -3.827978,         1.392616,         0.353432,         3.940270,         0.022413,         0.019359,         1.157726,       116.000000,       140.047493,         0.663294,         0.036856
+  199, 199, 302066.12, -24471.58,         0.168997,         0.183419,         0.921371,        -2.396689,         0.485665,        -4.934857,        -0.395820,         0.135228,        -2.927068,         1.730998,         0.526706,         3.286462,         0.050890,         0.029398,         1.731047,        82.000000,        87.851039,         0.413476,         0.089522
+  200, 200, 324399.73, -35058.09,         0.174316,         0.122913,         1.418208,        -2.591334,         0.246039,       -10.532200,        -0.287517,         0.120902,        -2.378093,         1.677422,         0.352046,         4.764787,         0.046587,         0.015222,         3.060512,       109.000000,       105.584791,         0.750316,         0.012380
+  201, 201, 310172.99, -22574.96,         0.265302,         0.162112,         1.636532,        -2.542378,         0.399656,        -6.361416,        -0.436202,         0.123549,        -3.530607,         1.463378,         0.490679,         2.982352,         0.039332,         0.025508,         1.541980,        96.000000,       112.757911,         0.478797,         0.048188
+  202, 202, 318769.5, -18902.57,         0.283625,         0.147149,         1.927469,        -2.447472,         0.293696,        -8.333365,        -0.435641,         0.120621,        -3.611651,         1.364609,         0.412120,         3.311195,         0.029584,         0.022726,         1.301761,       140.000000,       104.671151,         0.575490,         0.043164
+  203, 203, 318576.81, -21935.03,         0.321115,         0.139385,         2.303802,        -2.539312,         0.276381,        -9.187733,        -0.459090,         0.116666,        -3.935079,         1.358852,         0.376324,         3.610861,         0.025839,         0.020738,         1.246012,       156.000000,       163.866295,         0.607182,         0.047234
+  204, 204, 306334.75, -22731.84,         0.205212,         0.171890,         1.193856,        -2.463535,         0.443001,        -5.561012,        -0.404440,         0.127702,        -3.167067,         1.641524,         0.512161,         3.205095,         0.045763,         0.027567,         1.660061,       125.000000,       107.794484,         0.441843,         0.184276
+  205, 205, 311907.21, -35905.87,         0.346869,         0.152685,         2.271787,        -2.923778,         0.380185,        -7.690410,        -0.521601,         0.128366,        -4.063382,         1.599996,         0.467899,         3.419534,         0.042673,         0.020325,         2.099496,       176.000000,       147.229473,         0.576929,         0.113525
+  206, 206, 316724.95, -35492.33,         0.323765,         0.142525,         2.271643,        -2.900760,         0.321916,        -9.010927,        -0.459767,         0.130626,        -3.519730,         1.609035,         0.439154,         3.663943,         0.039784,         0.017613,         2.258834,        89.000000,        73.608207,         0.642638,         0.027115
+  207, 207, 298239.3, -24996.76,         0.134043,         0.211311,         0.634338,        -2.308948,         0.549441,        -4.202360,        -0.390190,         0.152679,        -2.555631,         1.814319,         0.589569,         3.077368,         0.055418,         0.034623,         1.600611,        63.000000,        70.604759,         0.384470,         0.118666
+  208, 208, 300046.48, -21453.27,         0.076526,         0.199957,         0.382715,        -2.235643,         0.520690,        -4.293615,        -0.342309,         0.144493,        -2.369028,         1.986313,         0.578391,         3.434203,         0.058211,         0.033576,         1.733724,        72.000000,        64.563784,         0.386539,         0.110601
+  209, 209, 303145.8, -20159.37,         0.084108,         0.189136,         0.444699,        -2.271957,         0.492058,        -4.617257,        -0.339574,         0.137327,        -2.472741,         1.984850,         0.566867,         3.501439,         0.056767,         0.031858,         1.781868,        40.000000,        45.543204,         0.401917,         0.062707
+  210, 210, 292145.09, -22376.41,        -0.016438,         0.232071,        -0.070833,        -1.962697,         0.582052,        -3.372030,        -0.305384,         0.163541,        -1.867317,         2.058534,         0.642849,         3.202203,         0.067773,         0.039623,         1.710437,        22.000000,        20.654614,         0.349420,         0.072617
+  211, 211, 289344.08, -25302.15,        -0.006696,         0.231394,        -0.028939,        -1.945323,         0.580863,        -3.349024,        -0.321180,         0.163781,        -1.961030,         1.968472,         0.641855,         3.066850,         0.068363,         0.039023,         1.751851,        37.000000,        31.157362,         0.345257,         0.106945
+  212, 212, 281144.54, -26368.4,        -0.070227,         0.247196,        -0.284095,        -1.715245,         0.603300,        -2.843107,        -0.295526,         0.173597,        -1.702372,         2.016065,         0.702129,         2.871359,         0.072412,         0.042299,         1.711917,         4.000000,         8.840363,         0.319341,         0.177034
+  213, 213, 276385.4, -15692.77,        -0.215628,         0.261812,        -0.823599,        -1.319863,         0.636431,        -2.073850,        -0.185257,         0.184247,        -1.005482,         2.289284,         0.753184,         3.039474,         0.075759,         0.045516,         1.664435,        18.000000,        19.882432,         0.296885,         0.209412
+  214, 214, 333949.36, -49547.84,         0.008791,         0.096557,         0.091040,        -2.503002,         0.230408,       -10.863342,        -0.234779,         0.092393,        -2.541090,         2.032347,         0.313325,         6.486384,         0.080989,         0.014416,         5.617961,       449.000000,       395.672393,         0.798234,         0.065176
+  215, 215, 328639.25, -51354.28,         0.025985,         0.101954,         0.254865,        -2.613508,         0.255716,       -10.220355,        -0.279783,         0.092999,        -3.008443,         2.142272,         0.332155,         6.449622,         0.084494,         0.014558,         5.804029,       350.000000,       320.004225,         0.789020,         0.040742
+  216, 216, 328766.37, -54568.85,         0.034404,         0.103260,         0.333174,        -2.634646,         0.266455,        -9.887772,        -0.318652,         0.090206,        -3.532485,         2.183867,         0.340176,         6.419824,         0.087497,         0.014739,         5.936595,       145.000000,       149.441186,         0.788270,         0.061503
+  217, 217, 332223.73, -57396.73,         0.033701,         0.101427,         0.332264,        -2.584644,         0.258100,       -10.014118,        -0.338357,         0.086865,        -3.895223,         2.164165,         0.335595,         6.448741,         0.088571,         0.014699,         6.025643,       329.000000,       271.278681,         0.790993,         0.133677
+  218, 218, 327365.26, -57784.04,         0.041407,         0.105894,         0.391022,        -2.651178,         0.278366,        -9.524063,        -0.354223,         0.088856,        -3.986461,         2.234374,         0.349817,         6.387261,         0.089975,         0.014939,         6.022939,       448.000000,       380.375956,         0.784163,         0.123705
+  219, 219, 325148.15, -54327.48,         0.039246,         0.106966,         0.366899,        -2.678487,         0.282700,        -9.474679,        -0.332040,         0.091985,        -3.609727,         2.245187,         0.351830,         6.381458,         0.088502,         0.014973,         5.910734,       295.000000,       299.876213,         0.780300,         0.031706
+  220, 220, 328631.89, -61735.25,         0.042881,         0.107047,         0.400580,        -2.625777,         0.280799,        -9.351082,        -0.379839,         0.087592,        -4.336437,         2.251664,         0.353680,         6.366397,         0.091540,         0.015052,         6.081652,       263.000000,       242.148193,         0.783887,         0.025211
+  221, 221, 329641.62, -66529.75,         0.043279,         0.109686,         0.394572,        -2.600021,         0.290460,        -8.951376,        -0.405849,         0.087872,        -4.618614,         2.287391,         0.362675,         6.306997,         0.093065,         0.015384,         6.049299,       204.000000,       250.764372,         0.782057,         0.065778
+  222, 222, 327916.01, -45847.58,         0.010716,         0.108143,         0.099091,        -2.555711,         0.246051,       -10.386910,        -0.207925,         0.104856,        -1.982952,         2.079738,         0.332884,         6.247629,         0.077724,         0.014537,         5.346498,       376.000000,       371.579996,         0.787331,         0.077221
+  223, 223, 321117.24, -60823.26,         0.047564,         0.114200,         0.416492,        -2.685387,         0.315173,        -8.520359,        -0.403302,         0.091014,        -4.431182,         2.352953,         0.377053,         6.240373,         0.094248,         0.015929,         5.916756,       290.000000,       282.834964,         0.769389,         0.079484
+  224, 224, 325433.51, -61656.41,         0.046521,         0.110304,         0.421749,        -2.660945,         0.295986,        -8.990091,        -0.389965,         0.089096,        -4.376930,         2.297891,         0.364048,         6.312057,         0.092591,         0.015358,         6.028876,       294.000000,       278.560957,         0.779059,         0.087158
+  225, 225, 320495.28, -52701.22,         0.042993,         0.111743,         0.384752,        -2.708395,         0.300251,        -9.020449,        -0.347330,         0.094890,        -3.660337,         2.312501,         0.364996,         6.335691,         0.089278,         0.015427,         5.787116,       361.000000,       344.629908,         0.763905,         0.085440
+  226, 226, 320831.13, -45866.47,         0.045361,         0.118925,         0.381423,        -2.699528,         0.285814,        -9.445043,        -0.275276,         0.109817,        -2.506670,         2.227712,         0.372209,         5.985107,         0.079327,         0.015049,         5.271117,       432.000000,       431.562638,         0.757387,         0.169926
+  227, 227, 316915.15, -53631.62,         0.044204,         0.114741,         0.385248,        -2.691243,         0.314697,        -8.551850,        -0.379190,         0.094013,        -4.033382,         2.340970,         0.373611,         6.265790,         0.092030,         0.016000,         5.751996,       156.000000,       183.532016,         0.748330,         0.035001
+  228, 228, 323595.31, -65306.25,         0.049572,         0.115458,         0.429352,        -2.662533,         0.316751,        -8.405764,        -0.421105,         0.090658,        -4.644990,         2.361332,         0.380666,         6.203161,         0.094966,         0.016007,         5.932813,       153.000000,       148.591210,         0.774884,         0.048314
+  229, 229, 318116.79, -58966.35,         0.045634,         0.114516,         0.398493,        -2.679788,         0.317891,        -8.429892,        -0.402507,         0.091158,        -4.415481,         2.353223,         0.376868,         6.244162,         0.094340,         0.016048,         5.878684,       186.000000,       182.248668,         0.758470,         0.085162
+  230, 230, 339293.11, -47659.81,        -0.007107,         0.096057,        -0.073988,        -2.390021,         0.220849,       -10.821965,        -0.201412,         0.094748,        -2.125765,         1.956230,         0.306859,         6.375012,         0.077822,         0.014482,         5.373570,       446.000000,       463.137363,         0.800320,         0.356167
+  231, 231, 334055.07, -44545.18,        -0.013840,         0.105838,        -0.130769,        -2.430611,         0.227030,       -10.706114,        -0.146917,         0.109126,        -1.346308,         1.951061,         0.318340,         6.128852,         0.074796,         0.014580,         5.129860,       248.000000,       262.752233,         0.801584,         0.094907
+  232, 232, 331453.95, -41443.1,         0.009145,         0.111546,         0.081982,        -2.440536,         0.229258,       -10.645352,        -0.141827,         0.115788,        -1.224886,         1.893832,         0.325777,         5.813276,         0.068384,         0.014526,         4.707796,       260.000000,       232.091153,         0.797154,         0.108482
+  233, 233, 327954.56, -39544.67,         0.049148,         0.119023,         0.412930,        -2.503534,         0.243636,       -10.275732,        -0.171614,         0.120897,        -1.419504,         1.870741,         0.345493,         5.414700,         0.062917,         0.014634,         4.299452,       236.000000,       215.269345,         0.784512,         0.121592
+  234, 234, 321981.74, -36838.07,         0.163072,         0.128665,         1.267415,        -2.654551,         0.270681,        -9.806937,        -0.293325,         0.123191,        -2.381053,         1.782763,         0.378351,         4.711926,         0.051721,         0.015246,         3.392453,       175.000000,       194.250309,         0.732926,         0.101870
+  235, 235, 324590.43, -40337.23,         0.063395,         0.126216,         0.502271,        -2.590554,         0.268734,        -9.639857,        -0.206378,         0.123142,        -1.675942,         1.965387,         0.371677,         5.287892,         0.064780,         0.014754,         4.390552,       192.000000,       201.463846,         0.767131,         0.110683
+  236, 236, 317357.31, -39249.39,         0.201333,         0.141567,         1.422168,        -2.863807,         0.322997,        -8.866359,        -0.366377,         0.131884,        -2.778024,         1.933934,         0.439323,         4.402082,         0.057047,         0.016239,         3.512878,       118.000000,       139.187763,         0.694240,         0.131285
+  237, 237, 333435.39, -77430.79,         0.043100,         0.113430,         0.379966,        -2.551472,         0.309922,        -8.232623,        -0.437135,         0.089085,        -4.906932,         2.344334,         0.376660,         6.224003,         0.093733,         0.016249,         5.768426,       735.000000,       747.497034,         0.777854,         0.347222
+  238, 238, 302126.02, -67286.13,         0.028710,         0.131064,         0.219057,        -2.539290,         0.373494,        -6.798751,        -0.471244,         0.095979,        -4.909851,         2.408149,         0.412812,         5.833521,         0.102208,         0.019360,         5.279460,       346.000000,       360.990899,         0.707819,         0.079114
+  239, 239, 321943.14, -68916.22,         0.050282,         0.117294,         0.428679,        -2.648424,         0.323409,        -8.189092,        -0.436045,         0.090890,        -4.797496,         2.380236,         0.385191,         6.179362,         0.095746,         0.016272,         5.884033,       247.000000,       247.865373,         0.770352,         0.315718
+  240, 240, 314598.5, -64965.34,         0.045134,         0.118871,         0.379687,        -2.647175,         0.333003,        -7.949394,        -0.435809,         0.091387,        -4.768846,         2.386537,         0.388239,         6.147074,         0.097162,         0.016744,         5.802636,       463.000000,       463.286230,         0.750688,         0.074665
+  241, 241, 310206.19, -67759.02,         0.039441,         0.124904,         0.315774,        -2.610529,         0.354309,        -7.367943,        -0.459961,         0.093910,        -4.897887,         2.428972,         0.404329,         6.007409,         0.100019,         0.017933,         5.577259,       279.000000,       287.852327,         0.739085,         0.074912
+  242, 242, 326961.41, -72189.14,         0.046940,         0.114676,         0.409328,        -2.604311,         0.311619,        -8.357358,        -0.432934,         0.089505,        -4.836995,         2.349509,         0.377871,         6.217758,         0.094635,         0.016012,         5.910291,        93.000000,        94.768959,         0.776000,         0.149774
+  243, 243, 306522.23, -44854.32,         0.086970,         0.153613,         0.566162,        -2.578078,         0.406319,        -6.344964,        -0.448058,         0.115779,        -3.869940,         2.155836,         0.442463,         4.872356,         0.086431,         0.022210,         3.891594,       686.000000,       689.853615,         0.616193,         0.246664
+  244, 244, 332009.57, -86587.48,         0.048434,         0.119296,         0.405996,        -2.559526,         0.336283,        -7.611233,        -0.461220,         0.091403,        -5.046007,         2.416208,         0.394627,         6.122760,         0.094257,         0.017219,         5.474039,       105.000000,        98.305254,         0.773033,         0.132004
+  245, 245, 291250.63, -62212.96,        -0.005533,         0.157065,        -0.035225,        -2.341207,         0.438639,        -5.337438,        -0.488413,         0.111778,        -4.369505,         2.348628,         0.457433,         5.134361,         0.107795,         0.024728,         4.359243,       200.000000,       177.868580,         0.627026,         0.053820
+  246, 246, 302274.84, -54583.9,         0.015180,         0.140195,         0.108276,        -2.472314,         0.389837,        -6.341914,        -0.451523,         0.102369,        -4.410738,         2.328810,         0.417935,         5.572181,         0.101829,         0.021194,         4.804552,       209.000000,       219.907387,         0.658914,         0.079539
+  247, 247, 313999.38, -53197.4,         0.039233,         0.119695,         0.327772,        -2.661651,         0.330000,        -8.065615,        -0.396654,         0.095906,        -4.135864,         2.361711,         0.383848,         6.152729,         0.094297,         0.016861,         5.592630,       265.000000,       271.421438,         0.732217,         0.076941
+  248, 248, 299312.82, -60819.66,         0.013175,         0.139120,         0.094699,        -2.463657,         0.393307,        -6.263961,        -0.469104,         0.100465,        -4.669314,         2.368542,         0.422243,         5.609426,         0.104094,         0.021076,         4.939063,        88.000000,       103.896206,         0.672191,         0.024531
+  249, 249, 308373.06, -57401.82,         0.024003,         0.127789,         0.187829,        -2.567832,         0.360282,        -7.127276,        -0.440043,         0.096062,        -4.580827,         2.393005,         0.402299,         5.948317,         0.100565,         0.018666,         5.387752,       121.000000,       126.235716,         0.710824,         0.053531
+  250, 250, 309678.63, -51875.49,         0.036168,         0.126167,         0.286668,        -2.605632,         0.346593,        -7.517847,        -0.414216,         0.097932,        -4.229643,         2.339680,         0.392736,         5.957391,         0.095492,         0.018136,         5.265257,       140.000000,       136.340723,         0.700782,         0.034393
+  251, 251, 311833.72, -57007.52,         0.033216,         0.122077,         0.272088,        -2.620312,         0.342991,        -7.639592,        -0.424342,         0.094093,        -4.509829,         2.384046,         0.391514,         6.089306,         0.097972,         0.017478,         5.605364,       104.000000,       100.307400,         0.728731,         0.130326
+  252, 252, 327926.88, -75230.85,         0.046352,         0.114852,         0.403576,        -2.588178,         0.312894,        -8.271728,        -0.437476,         0.089449,        -4.890809,         2.352501,         0.378739,         6.211411,         0.094521,         0.016145,         5.854537,        41.000000,        44.382101,         0.775268,         0.071660
+  253, 253, 307926.73, -64266.21,         0.032138,         0.126414,         0.254228,        -2.582094,         0.359359,        -7.185276,        -0.457008,         0.094365,        -4.842978,         2.413887,         0.405127,         5.958352,         0.100852,         0.018366,         5.491228,        64.000000,        60.575051,         0.725140,         0.060975
+  254, 254, 299390.82, -71196.86,         0.028861,         0.134120,         0.215185,        -2.527445,         0.382882,        -6.601111,        -0.483187,         0.097702,        -4.945503,         2.428595,         0.421071,         5.767658,         0.103026,         0.019961,         5.161282,        49.000000,        45.587812,         0.705722,         0.079409
+  255, 255, 295866.34, -72353.52,         0.023328,         0.139358,         0.167397,        -2.491862,         0.398212,        -6.257630,        -0.493931,         0.100779,        -4.901152,         2.438806,         0.432937,         5.633162,         0.104609,         0.021075,         4.963557,        44.000000,        41.709807,         0.694190,         0.032732
+  256, 256, 299578.37, -47629.99,         0.030792,         0.168968,         0.182234,        -2.362744,         0.449864,        -5.252131,        -0.460086,         0.121032,        -3.801364,         2.148843,         0.468714,         4.584546,         0.096186,         0.026419,         3.640773,        35.000000,        53.793766,         0.566286,         0.137486
+  257, 257, 293314.45, -52457.68,        -0.005101,         0.174003,        -0.029313,        -2.259646,         0.464661,        -4.862996,        -0.468379,         0.123228,        -3.800905,         2.202182,         0.478967,         4.597775,         0.103265,         0.028010,         3.686795,         6.000000,         5.732371,         0.559206,         0.019430
+  258, 258, 299215.09, -41823.07,         0.117650,         0.189264,         0.621620,        -2.365511,         0.499335,        -4.737326,        -0.482461,         0.136750,        -3.528046,         1.804427,         0.520130,         3.469188,         0.078637,         0.029186,         2.694318,        32.000000,        24.165232,         0.480773,         0.045116
+  259, 259, 288944.87, -47144.31,         0.005076,         0.199519,         0.025439,        -2.053354,         0.515429,        -3.983775,        -0.451285,         0.141199,        -3.196087,         1.943773,         0.548038,         3.546787,         0.091960,         0.033016,         2.785331,        28.000000,        32.675032,         0.445734,         0.127728
+  260, 260, 290541.99, -38708.26,         0.079550,         0.214540,         0.370793,        -2.073583,         0.547619,        -3.786544,        -0.439602,         0.152690,        -2.879049,         1.666628,         0.600994,         2.773117,         0.072363,         0.035194,         2.056103,        10.000000,        14.914484,         0.368221,         0.022894
+  261, 261, 285964.14, -39392.46,         0.038342,         0.218075,         0.175818,        -1.954303,         0.550624,        -3.549252,        -0.415982,         0.154553,        -2.691519,         1.742411,         0.621148,         2.805144,         0.074232,         0.036521,         2.032592,        12.000000,        13.806140,         0.350257,         0.068405
diff --git a/pysal/examples/tokyo/tokyo_BS_NN_OFF_summary.txt b/pysal/examples/tokyo/tokyo_BS_NN_OFF_summary.txt
new file mode 100644
index 0000000..9447f51
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_NN_OFF_summary.txt
@@ -0,0 +1,148 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 9/7/2016 12:36:11 PM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\tokyo\tokyo_results\tokyo_BS_NN_OFF_100.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+Number of areas/points: 262
+
+Model settings---------------------------------
+Model type: Poisson
+Geographic kernel: adaptive bi-square
+Method for optimal bandwidth search: fixed value
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 5
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: IDnum0
+Easting (x-coord): field2 : X_CENTROID
+Northing (y-coord): field3: Y_CENTROID
+Cartesian coordinates: Euclidean distance
+Dependent variable: field4: db2564
+Offset variable: field5: eb2564
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field6: OCC_TEC
+Independent variable with varying (Local) coefficient: field7: OWNH
+Independent variable with varying (Local) coefficient: field8: POP65
+Independent variable with varying (Local) coefficient: field9: UNEMP
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   5
+Deviance:                            389.281580
+Classic AIC:                         399.281580
+AICc:                                399.515955
+BIC/MDL:                             417.123303
+Percent deviance explained             0.594601
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   0.007470        0.065139        0.114679        1.007498
+OCC_TEC                    -2.287906        0.162000      -14.122903        0.101479
+OWNH                       -0.259692        0.047050       -5.519470        0.771289
+POP65                       2.199387        0.198270       11.092878        9.019480
+UNEMP                       0.064025        0.010997        5.822059        1.066119
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <fixed value>:  100
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                  100.000000
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           276385.400000   408226.180000   131840.780000
+Y-coord           -86587.480000    33538.420000   120125.900000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         25.145091
+Effective number of parameters (variance: trace(S'WSW^-1)):               17.142370
+Degree of freedom (model: n - trace(S)):                                 236.854909
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           228.852188
+Deviance:                            311.245301
+Classic AIC:                         361.535483
+AICc:                                367.110273
+BIC/MDL:                             451.261832
+Percent deviance explained             0.675868
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\tokyo\tokyo_results\tokyo_BS_NN_OFF_100_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   0.038565        0.295395
+OCC_TEC                    -2.132644        1.004125
+OWNH                       -0.275802        0.157200
+POP65                       2.169549        0.626589
+UNEMP                       0.047531        0.038121
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  -0.879764        0.408928        1.288692
+OCC_TEC                    -3.607038        1.218879        4.825918
+OWNH                       -0.547011        0.111386        0.658397
+POP65                       1.319626        4.095840        2.776214
+UNEMP                      -0.051157        0.159427        0.210584
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   0.001123        0.090003        0.254783
+OCC_TEC                    -2.661121       -2.503268       -1.837056
+OWNH                       -0.375947       -0.321084       -0.208341
+POP65                       1.676893        2.083871        2.420870
+UNEMP                       0.022264        0.044555        0.075398
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   0.253660        0.188036
+OCC_TEC                     0.824066        0.610872
+OWNH                        0.167607        0.124245
+POP65                       0.743976        0.551502
+UNEMP                       0.053134        0.039388
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model              389.282    257.000             1.515
+GWR model                 311.245    228.852             1.360
+Difference                 78.036     28.148             2.772
+
+*****************************************************************************
+Program terminated at 9/7/2016 12:36:11 PM
diff --git a/pysal/examples/tokyo/tokyo_BS_NN_listwise.csv b/pysal/examples/tokyo/tokyo_BS_NN_listwise.csv
new file mode 100755
index 0000000..1da4e06
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_NN_listwise.csv
@@ -0,0 +1,263 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_OCC_TEC, se_OCC_TEC, t_OCC_TEC, est_OWNH, se_OWNH, t_OWNH, est_POP65, se_POP65, t_POP65, est_UNEMP, se_UNEMP, t_UNEMP, y, yhat, localpdev, Ginfluence
+    0, 0, 378906.83, 17310.41,         6.981148,         0.382489,        18.251914,         1.278293,         0.864533,         1.478595,        -3.489627,         0.236971,       -14.725942,        -7.767023,         1.124270,        -6.908502,         0.219992,         0.069022,         3.187270,       189.000000,       127.740980,         0.799454,         0.410547
+    1, 1, 334095.21, 25283.2,         7.895318,         0.421526,        18.730305,         5.671716,         1.783639,         3.179858,        -5.555414,         0.402457,       -13.803755,         5.471330,         1.448255,         3.777876,        -0.265160,         0.066358,        -3.995882,        95.000000,        88.236162,         0.647998,         0.460995
+    2, 2, 378200.19, -877.05,         7.173261,         0.301423,        23.797978,         2.271269,         0.714557,         3.178570,        -4.202776,         0.175817,       -23.904278,        -9.342388,         0.991280,        -9.424572,         0.365941,         0.061546,         5.945852,        70.000000,        51.244096,         0.810739,         0.227173
+    3, 3, 357191.03, 29064.39,         7.588873,         0.378109,        20.070619,        -0.688604,         0.901905,        -0.763499,        -3.986198,         0.322474,       -12.361305,        -3.779300,         1.189256,        -3.177870,         0.022004,         0.046961,         0.468565,        48.000000,        54.106687,         0.804137,         0.226219
+    4, 4, 358056.34, 10824.73,         7.752999,         0.294689,        26.309115,        -1.632266,         0.678929,        -2.404178,        -4.767460,         0.241295,       -19.757788,        -4.700026,         1.024001,        -4.589864,         0.380323,         0.050590,         7.517689,        65.000000,        45.559119,         0.822351,         0.202609
+    5, 5, 366747.61, -3073.12,         7.257934,         0.265644,        27.322062,         1.772214,         0.661584,         2.678743,        -5.620995,         0.168210,       -33.416569,        -2.740331,         0.859815,        -3.187116,         0.582308,         0.053016,        10.983630,       107.000000,       205.487136,         0.854208,         0.147547
+    6, 6, 351099.27, 11800.35,         8.028044,         0.268402,        29.910527,        -0.206335,         0.672227,        -0.306942,        -4.406742,         0.255136,       -17.272101,        -6.322605,         1.046918,        -6.039255,         0.135527,         0.043609,         3.107746,        65.000000,        46.315869,         0.779120,         0.165651
+    7, 7, 377929.98, 4635.1,         7.019021,         0.322701,        21.750870,         1.803822,         0.746353,         2.416848,        -3.872084,         0.193664,       -19.993870,        -8.756609,         0.996122,        -8.790697,         0.328969,         0.065698,         5.007306,        76.000000,        74.908312,         0.806463,         0.120370
+    8, 8, 367529.91, 20192.51,         8.130722,         0.411586,        19.754605,        -1.877605,         0.876180,        -2.142945,        -4.277861,         0.281348,       -15.204859,        -7.909090,         1.190161,        -6.645396,         0.171512,         0.062319,         2.752144,       192.000000,       198.488953,         0.823656,         0.921107
+    9, 9, 389231.47, 3489.35,         6.505467,         0.335098,        19.413650,         3.789934,         0.767639,         4.937130,        -3.248436,         0.198668,       -16.351049,        -7.561067,         1.043412,        -7.246484,         0.185300,         0.066558,         2.784025,        27.000000,        30.097397,         0.729777,         0.109602
+   10, 10, 389427.64, 9290.1,         6.176318,         0.356077,        17.345464,         3.964406,         0.815313,         4.862436,        -3.048296,         0.213408,       -14.283871,        -6.514182,         1.111681,        -5.859758,         0.200187,         0.071928,         2.783166,        28.000000,        82.172553,         0.728697,         0.330466
+   11, 11, 381089.82, 9125.81,         6.521322,         0.355131,        18.363150,         2.749082,         0.818253,         3.359699,        -3.375880,         0.212463,       -15.889262,        -7.397540,         1.077143,        -6.867741,         0.271132,         0.070181,         3.863332,        63.000000,        97.124222,         0.780390,         0.136083
+   12, 12, 371082.66, 6843.9,         7.982195,         0.347556,        22.966664,        -1.181106,         0.783327,        -1.507808,        -4.596383,         0.228951,       -20.075829,        -8.789749,         0.970862,        -9.053556,         0.323862,         0.065266,         4.962155,        34.000000,        37.927218,         0.833291,         0.200952
+   13, 13, 388281.84, -1760.78,         6.832406,         0.320079,        21.346031,         3.958139,         0.749840,         5.278645,        -3.564375,         0.185018,       -19.264988,        -8.327457,         1.014583,        -8.207766,         0.182055,         0.062678,         2.904601,        17.000000,        18.442186,         0.741230,         0.119735
+   14, 14, 386771.66, -4857.11,         7.044233,         0.310670,        22.674312,         4.504898,         0.782767,         5.755095,        -3.904444,         0.174701,       -22.349246,        -8.512018,         1.027822,        -8.281609,         0.191754,         0.060956,         3.145788,        25.000000,        11.993985,         0.758289,         0.095810
+   15, 15, 397029.93, 4912.15,         6.338613,         0.349916,        18.114649,         4.446757,         0.801790,         5.546036,        -2.901260,         0.211516,       -13.716536,        -6.986268,         1.075199,        -6.497653,         0.079398,         0.070292,         1.129545,        17.000000,        15.723887,         0.671925,         0.146465
+   16, 16, 399583.28, 1217.51,         6.636614,         0.328570,        20.198457,         4.490998,         0.780817,         5.751665,        -3.081212,         0.201544,       -15.287999,        -7.793680,         1.003226,        -7.768616,         0.059231,         0.065100,         0.909844,        31.000000,        18.072884,         0.689585,         0.104803
+   17, 17, 389413.79, 18915.59,         6.252293,         0.363994,        17.176918,         3.205111,         0.837159,         3.828558,        -3.063420,         0.222735,       -13.753639,        -6.489067,         1.159840,        -5.594796,         0.220619,         0.071982,         3.064914,        27.000000,        16.940241,         0.761202,         0.164379
+   18, 18, 374811.31, 23395.2,         7.731427,         0.444089,        17.409637,        -0.503167,         0.945861,        -0.531967,        -3.810451,         0.282959,       -13.466444,        -8.580394,         1.240530,        -6.916714,         0.139223,         0.069063,         2.015895,        10.000000,        24.457584,         0.808565,         0.233181
+   19, 19, 366291.01, 3851.09,         7.925930,         0.288560,        27.467192,        -2.136783,         0.667745,        -3.199997,        -5.358072,         0.215178,       -24.900701,        -5.153865,         0.980240,        -5.257761,         0.511223,         0.061032,         8.376363,        42.000000,        38.188622,         0.843031,         0.143790
+   20, 20, 362053.67, 7027.25,         7.739533,         0.300070,        25.792431,        -2.818312,         0.687997,        -4.096401,        -5.388388,         0.238509,       -22.591930,        -2.711168,         1.093140,        -2.480166,         0.560874,         0.058970,         9.511158,        20.000000,        32.432792,         0.834878,         0.242982
+   21, 21, 350567.45, 26456.28,         7.420661,         0.384778,        19.285568,         0.042411,         0.925782,         0.045811,        -3.675216,         0.342484,       -10.731072,        -3.863457,         1.185006,        -3.260284,        -0.041548,         0.048456,        -0.857434,        40.000000,        27.424355,         0.749127,         0.116209
+   22, 22, 356783.59, 23682.89,         7.742560,         0.345492,        22.410271,        -0.829614,         0.826997,        -1.003164,        -4.038094,         0.290652,       -13.893215,        -5.136214,         1.076842,        -4.769701,         0.062888,         0.044715,         1.406435,        15.000000,        31.477570,         0.803891,         0.126940
+   23, 23, 356225.47, 19763.98,         7.860539,         0.328656,        23.917231,        -0.992961,         0.790434,        -1.256222,        -4.120106,         0.278756,       -14.780322,        -5.909061,         1.036975,        -5.698364,         0.097378,         0.044050,         2.210600,        47.000000,        42.611027,         0.806162,         0.140486
+   24, 24, 338360.54, 25697.56,         7.649432,         0.420180,        18.205139,         3.483176,         1.456738,         2.391080,        -4.704810,         0.386191,       -12.182585,         1.612875,         1.289425,         1.250848,        -0.182063,         0.058279,        -3.124005,        68.000000,        92.342870,         0.641948,         0.690685
+   25, 25, 337846.31, 18213.38,         8.541858,         0.362381,        23.571474,         6.425882,         1.555598,         4.130811,        -5.649886,         0.348467,       -16.213545,         1.238173,         1.317262,         0.939960,        -0.311651,         0.059447,        -5.242504,        17.000000,        30.817413,         0.707070,         0.117822
+   26, 26, 344074.13, 27136.92,         7.376008,         0.420136,        17.556222,         0.257388,         1.007524,         0.255466,        -3.883106,         0.381990,       -10.165477,        -1.790673,         1.243331,        -1.440222,        -0.067724,         0.050445,        -1.342530,        57.000000,        43.273255,         0.680618,         0.140213
+   27, 27, 349087.82, 19336.47,         7.851370,         0.341596,        22.984400,        -0.286690,         0.830822,        -0.345068,        -3.934686,         0.306635,       -12.831811,        -5.846926,         1.082117,        -5.403226,        -0.010685,         0.045091,        -0.236963,        40.000000,        28.373255,         0.750146,         0.118991
+   28, 28, 343402.57, 18620.67,         8.203201,         0.352525,        23.269861,         0.275197,         0.890558,         0.309017,        -4.446599,         0.325329,       -13.667992,        -4.453096,         1.113072,        -4.000727,        -0.082040,         0.046055,        -1.781333,        47.000000,        57.912215,         0.715426,         0.160538
+   29, 29, 359036.48, 1198.74,         6.550302,         0.253111,        25.879201,         2.223852,         0.584351,         3.805682,        -5.278761,         0.162860,       -32.412952,         0.849941,         0.922041,         0.921804,         0.664584,         0.047984,        13.850057,        49.000000,        50.817476,         0.807209,         0.137593
+   30, 30, 370771.99, -1522.12,         7.663730,         0.290321,        26.397437,         0.293713,         0.687943,         0.426944,        -5.266652,         0.181074,       -29.085617,        -7.524673,         0.943853,        -7.972294,         0.536460,         0.063509,         8.447044,        49.000000,        51.852175,         0.858039,         0.154572
+   31, 31, 376842.13, -7139.16,         7.410573,         0.279867,        26.478907,         3.479690,         0.935630,         3.719089,        -4.765319,         0.153054,       -31.134953,        -8.785457,         1.151890,        -7.626994,         0.368879,         0.060430,         6.104244,        27.000000,        29.628678,         0.823232,         0.111860
+   32, 32, 318049.53, 32744.59,         1.419000,         0.410870,         3.453642,        31.648338,         2.413305,        13.114104,        -3.631013,         0.289583,       -12.538751,        22.119867,         1.927420,        11.476415,         0.020112,         0.069111,         0.291011,       120.000000,        84.847583,         0.699840,         0.247941
+   33, 33, 325761.21, 31092.21,         4.403506,         0.337139,        13.061388,        16.567510,         1.957585,         8.463239,        -3.904257,         0.263980,       -14.789953,        12.156812,         1.667245,         7.291558,        -0.082662,         0.067238,        -1.229395,        28.000000,        32.542622,         0.685944,         0.221007
+   34, 34, 318112.24, 28405.62,         1.719096,         0.388014,         4.430502,        31.510210,         2.277169,        13.837447,        -3.927400,         0.274371,       -14.314181,        22.063361,         1.846514,        11.948654,        -0.003611,         0.066485,        -0.054313,        16.000000,        25.338043,         0.708498,         0.123695
+   35, 35, 310480.1, 28809.03,         0.375899,         0.359543,         1.045490,        34.798858,         1.985183,        17.529294,        -4.307890,         0.297508,       -14.479914,        28.306385,         2.108676,        13.423774,         0.228558,         0.067923,         3.364982,        14.000000,        23.411518,         0.709335,         0.117369
+   36, 36, 306513.97, 32751.48,         0.515531,         0.351352,         1.467278,        33.054239,         1.960778,        16.857719,        -4.174878,         0.306908,       -13.603009,        26.249535,         2.035365,        12.896723,         0.275825,         0.070729,         3.899731,        43.000000,       104.269333,         0.701067,         0.731489
+   37, 37, 311395.51, 33538.42,         0.092823,         0.392644,         0.236405,        37.386385,         2.217316,        16.861099,        -4.034377,         0.306083,       -13.180642,        29.009071,         2.167542,        13.383392,         0.134106,         0.068619,         1.954357,        29.000000,        15.940490,         0.700865,         0.149871
+   38, 38, 314408.34, -4572.95,         7.120490,         0.272849,        26.096833,        11.258282,         0.818876,        13.748450,        -3.491995,         0.206454,       -16.914170,         9.508298,         1.139033,         8.347695,        -0.803691,         0.068964,       -11.653835,       401.000000,       151.279293,         0.385370,         0.093487
+   39, 39, 303850.22, 22478,         2.919080,         0.284714,        10.252680,        13.737755,         1.229091,        11.177162,        -3.980916,         0.290116,       -13.721798,        11.271257,         1.747567,         6.449686,         0.639167,         0.086109,         7.422780,       210.000000,       121.834838,         0.709080,         0.270104
+   40, 40, 337540.25, -12310.61,         8.593829,         0.150626,        57.054240,        -5.390188,         0.351209,       -15.347521,        -4.024782,         0.135761,       -29.646128,         3.311213,         0.337147,         9.821272,        -0.135749,         0.021700,        -6.255754,       711.000000,       347.054508,         0.466109,         0.146011
+   41, 41, 330948.96, -8687.59,        13.643524,         0.263915,        51.696671,       -14.058219,         0.640710,       -21.941634,        -6.092492,         0.166675,       -36.553069,        27.143635,         0.700190,        38.766104,        -1.831951,         0.053378,       -34.320555,       544.000000,       329.882990,         0.428429,         0.198848
+   42, 42, 327143.99, -3103.01,        12.465946,         0.303351,        41.094120,        -1.069600,         0.734606,        -1.456020,        -6.682931,         0.192553,       -34.706961,        14.946407,         0.827549,        18.061063,        -1.561792,         0.060652,       -25.749864,       557.000000,       275.703268,         0.476180,         0.145954
+   43, 43, 312830.72, 21412.1,         1.709372,         0.317943,         5.376342,        28.336174,         1.768370,        16.023896,        -4.647766,         0.261658,       -17.762756,        23.220482,         1.891376,        12.277031,         0.281906,         0.065582,         4.298529,       132.000000,        84.382378,         0.726901,         0.119559
+   44, 44, 312874.14, -17053.63,         4.837183,         0.277818,        17.411337,         2.849541,         0.734736,         3.878317,         0.128994,         0.202783,         0.636115,        11.272008,         1.334764,         8.444943,        -0.397610,         0.049665,        -8.005842,       395.000000,       158.962243,         0.138049,         0.183871
+   45, 45, 293680.38, -8010.1,         4.960215,         0.298778,        16.601667,         8.483250,         0.936171,         9.061648,        -1.982949,         0.228458,        -8.679693,        -5.660378,         0.987850,        -5.729997,         0.096157,         0.058332,         1.648455,        97.000000,        64.189759,         0.591959,         0.105585
+   46, 46, 325185.11, 20460.45,         6.985312,         0.311628,        22.415580,        14.600853,         1.729309,         8.443171,        -6.248756,         0.258249,       -24.196672,        12.215887,         1.473462,         8.290600,        -0.313140,         0.062492,        -5.010901,        91.000000,        78.651701,         0.725035,         0.196045
+   47, 47, 305971.31, 8472,         6.681146,         0.385577,        17.327660,         1.043266,         1.245172,         0.837849,        -5.328314,         0.406632,       -13.103515,         3.974178,         1.825556,         2.176969,         0.377423,         0.094753,         3.983245,        97.000000,        92.804692,         0.672579,         0.127057
+   48, 48, 335330.5, -108.19,        11.467144,         0.240628,        47.655067,         0.280718,         0.636745,         0.440864,        -5.965516,         0.163017,       -36.594389,        -0.279222,         0.954055,        -0.292669,        -0.905404,         0.052620,       -17.206517,       148.000000,        89.218139,         0.592046,         0.171455
+   49, 49, 339115.66, 3202.05,        10.428717,         0.229585,        45.424151,         5.020257,         0.633354,         7.926468,        -5.828639,         0.162548,       -35.857848,        -8.813981,         1.044750,        -8.436447,        -0.494985,         0.051152,        -9.676692,       269.000000,       196.907735,         0.669023,         0.231933
+   50, 50, 309271.13, -10589.17,         4.060642,         0.240822,        16.861560,         8.898793,         0.640793,        13.887146,        -0.150140,         0.175442,        -0.855779,        -1.692074,         1.063328,        -1.591300,        -0.034171,         0.048888,        -0.698968,       183.000000,       139.357580,         0.224199,         0.107498
+   51, 51, 319972.62, 24634.35,         2.968771,         0.349143,         8.503023,        27.098207,         2.092797,        12.948318,        -4.330371,         0.253174,       -17.104317,        18.892071,         1.714605,        11.018322,        -0.072580,         0.064049,        -1.133201,        86.000000,        64.209301,         0.714618,         0.110506
+   52, 52, 317013.43, 12374.14,         5.848682,         0.432616,        13.519344,        18.748491,         1.884646,         9.948018,        -7.137589,         0.297867,       -23.962367,        20.363479,         1.643043,        12.393758,        -0.073397,         0.073122,        -1.003762,        86.000000,        80.260083,         0.745695,         0.113571
+   53, 53, 323345.93, 2314.46,         8.376387,         0.371786,        22.530151,        13.177070,         1.150338,        11.454960,        -5.170741,         0.256816,       -20.134054,         8.221768,         1.112028,         7.393487,        -0.868753,         0.062292,       -13.946501,       244.000000,       164.874861,         0.620462,         0.233159
+   54, 54, 327610.55, -7504.02,        13.506643,         0.276107,        48.918059,        -9.046932,         0.629671,       -14.367720,        -6.744622,         0.173535,       -38.866039,        26.396492,         0.609241,        43.326839,        -1.889846,         0.053721,       -35.178798,       120.000000,       273.880422,         0.412251,         0.192904
+   55, 55, 343813.29, -11626.17,         8.150003,         0.144592,        56.365641,        -3.289736,         0.345283,        -9.527646,        -4.368083,         0.119936,       -36.420180,        -2.124040,         0.336996,        -6.302869,         0.173337,         0.023889,         7.255995,       297.000000,       381.397339,         0.579584,         0.195449
+   56, 56, 342508.85, -4698.16,         8.538621,         0.226036,        37.775534,        -0.637114,         0.524038,        -1.215777,        -4.805556,         0.143170,       -33.565342,         1.497324,         0.519075,         2.884599,        -0.077389,         0.045410,        -1.704238,       393.000000,       198.592330,         0.619080,         0.118590
+   57, 57, 333426.78, -13559.3,         8.746646,         0.157070,        55.686204,        -5.988864,         0.332000,       -18.038773,        -3.940017,         0.148196,       -26.586498,         6.329910,         0.347368,        18.222469,        -0.286614,         0.020507,       -13.976333,       103.000000,       332.978391,         0.443755,         0.088245
+   58, 58, 330824.95, -14794.45,         9.163816,         0.175422,        52.238768,        -6.784058,         0.351981,       -19.273918,        -4.229137,         0.166594,       -25.385906,        10.233305,         0.384986,        26.580969,        -0.480524,         0.022137,       -21.706646,       136.000000,       411.177913,         0.439919,         0.476065
+   59, 59, 304617.97, -15261.45,         3.925540,         0.262646,        14.946101,         8.181316,         0.654049,        12.508713,        -0.049792,         0.187106,        -0.266114,        -6.392096,         0.966349,        -6.614689,         0.135047,         0.049177,         2.746165,       160.000000,       141.899492,         0.260179,         0.265025
+   60, 60, 338062.78, -13156.47,         8.296187,         0.143211,        57.929919,        -5.005506,         0.326660,       -15.323302,        -3.962505,         0.133241,       -29.739479,         1.736098,         0.331714,         5.233717,        -0.017344,         0.020468,        -0.847380,       102.000000,       257.188252,         0.476896,         0.178998
+   61, 61, 325419.58, -15527.5,         9.395607,         0.220616,        42.588086,       -10.381396,         0.412389,       -25.173800,        -3.627012,         0.183411,       -19.775345,        26.418190,         0.609730,        43.327657,        -0.993959,         0.034606,       -28.722462,       142.000000,       173.320938,         0.411575,         0.157016
+   62, 62, 324052.62, -12510.9,        10.554844,         0.253487,        41.638551,       -10.876587,         0.491101,       -22.147367,        -4.246890,         0.175531,       -24.194566,        31.907717,         0.664735,        48.000635,        -1.418441,         0.046874,       -30.260604,        83.000000,        59.215010,         0.372031,         0.142643
+   63, 63, 327521.88, -17674.68,         8.644453,         0.188828,        45.779432,        -6.819010,         0.355068,       -19.204813,        -4.138162,         0.178179,       -23.224763,        13.238149,         0.417839,        31.682422,        -0.447377,         0.023569,       -18.981390,        78.000000,       226.047179,         0.435818,         0.112592
+   64, 64, 322114.34, -17894.35,         8.282135,         0.235807,        35.122526,       -11.677637,         0.443638,       -26.322460,        -2.665978,         0.192716,       -13.833708,        33.119219,         0.815397,        40.617303,        -0.919356,         0.040074,       -22.941320,       201.000000,       166.442607,         0.383248,         0.143286
+   65, 65, 320355.21, 5840.48,         7.195339,         0.383708,        18.752122,        14.531231,         1.278331,        11.367349,        -5.293193,         0.269376,       -19.649839,         9.830608,         1.084251,         9.066730,        -0.530560,         0.061242,        -8.663342,        87.000000,        85.563126,         0.680346,         0.086768
+   66, 66, 330341.07, 12925.79,         9.865192,         0.337466,        29.233117,         5.792572,         1.256163,         4.611321,        -7.457604,         0.289498,       -25.760460,         5.418564,         1.134592,         4.775780,        -0.434900,         0.055824,        -7.790547,        89.000000,       138.835376,         0.751428,         0.150776
+   67, 67, 318527.16, 8318.24,         6.576748,         0.400164,        16.435134,        16.042820,         1.391768,        11.526935,        -5.682527,         0.280015,       -20.293652,        12.464841,         1.205525,        10.339762,        -0.356880,         0.068489,        -5.210763,        80.000000,       108.213234,         0.709509,         0.154292
+   68, 68, 347297.26, -13547.71,         8.025915,         0.142138,        56.465635,        -2.346761,         0.344158,        -6.818845,        -4.643276,         0.119168,       -38.964216,        -5.160312,         0.340361,       -15.161290,         0.329705,         0.023705,        13.908940,       105.000000,       338.920219,         0.629912,         0.258284
+   69, 69, 321375.58, -10594.12,        10.236198,         0.265159,        38.603964,        -6.762133,         0.552669,       -12.235421,        -4.514650,         0.178762,       -25.255015,        23.300770,         0.686495,        33.941641,        -1.223342,         0.048815,       -25.061003,       114.000000,       223.271323,         0.339302,         0.218807
+   70, 70, 318675.19, -8454.47,         7.945587,         0.290521,        27.349456,         4.670450,         0.775427,         6.023070,        -3.057030,         0.208381,       -14.670419,        13.681004,         0.929824,        14.713541,        -0.978712,         0.053221,       -18.389505,       101.000000,       130.814512,         0.302845,         0.265556
+   71, 71, 350174.04, -12060.87,         7.246933,         0.184379,        39.304485,         1.967781,         0.448884,         4.383722,        -4.786194,         0.130704,       -36.618658,        -7.009964,         0.387853,       -18.073756,         0.530410,         0.033478,        15.843525,       181.000000,       259.017387,         0.684682,         0.224365
+   72, 72, 329442.54, 5939.52,        12.155740,         0.404473,        30.053294,         0.693312,         1.150658,         0.602536,        -7.480808,         0.267941,       -27.919571,        -0.878639,         1.181563,        -0.743624,        -0.850687,         0.066038,       -12.881766,        82.000000,        70.552433,         0.719540,         0.231092
+   73, 73, 307098.94, 992.68,         6.617891,         0.376771,        17.564778,         5.671726,         1.027764,         5.518510,        -4.123638,         0.353151,       -11.676691,         1.837416,         1.529063,         1.201661,        -0.043376,         0.088137,        -0.492142,        93.000000,       163.888923,         0.574594,         0.465509
+   74, 74, 337247.61, 14030.91,         9.375504,         0.325054,        28.842941,         6.545392,         1.326787,         4.933264,        -6.493945,         0.298253,       -21.773251,         1.063739,         1.208995,         0.879854,        -0.369192,         0.054924,        -6.721914,        67.000000,        94.350222,         0.734252,         0.369405
+   75, 75, 306612.95, -2173.79,         6.255161,         0.325425,        19.221524,         7.117091,         0.869229,         8.187823,        -3.271295,         0.269414,       -12.142270,        -0.285985,         1.186627,        -0.241007,        -0.116114,         0.069281,        -1.675980,        55.000000,       137.823045,         0.512724,         0.347711
+   76, 76, 301727, -6640.87,         5.031777,         0.286575,        17.558298,         8.112693,         0.832473,         9.745289,        -1.794028,         0.217577,        -8.245496,        -4.859556,         1.035444,        -4.693211,         0.051538,         0.055917,         0.921688,        68.000000,        71.596947,         0.479992,         0.117808
+   77, 77, 326724.18, 5478.1,        10.997099,         0.462037,        23.801359,         4.649693,         1.395059,         3.332972,        -6.977827,         0.312209,       -22.349891,         2.902521,         1.251141,         2.319900,        -0.844135,         0.067740,       -12.461419,        47.000000,        66.988418,         0.708266,         0.234319
+   78, 78, 311503.39, 15708.66,         3.710889,         0.287250,        12.918666,        14.681967,         1.357200,        10.817833,        -5.267424,         0.261451,       -20.146902,        15.436543,         1.760013,         8.770696,         0.552880,         0.084407,         6.550198,        33.000000,        43.587599,         0.730602,         0.217425
+   79, 79, 316934.08, -10632.09,         6.605816,         0.296956,        22.245094,         4.437266,         0.743651,         5.966867,        -1.651771,         0.215205,        -7.675320,        11.516523,         0.925642,        12.441657,        -0.724692,         0.052235,       -13.873582,        43.000000,       112.882726,         0.242103,         0.148202
+   80, 80, 317980.71, -13171.59,         7.843733,         0.287166,        27.314324,        -3.618750,         0.650931,        -5.559343,        -2.347441,         0.201244,       -11.664638,        20.553342,         0.842722,        24.389233,        -0.884951,         0.050104,       -17.662355,        52.000000,       155.594451,         0.256188,         0.213982
+   81, 81, 298790.59, -2464.08,         5.519833,         0.321376,        17.175645,         5.760029,         0.993778,         5.796093,        -2.688709,         0.272623,        -9.862374,        -4.313655,         1.253731,        -3.440655,         0.163979,         0.061689,         2.658137,        75.000000,       133.887367,         0.590509,         0.658226
+   82, 82, 294903.64, 214.57,         5.658746,         0.327617,        17.272431,         4.557639,         1.038286,         4.389578,        -3.167305,         0.287125,       -11.031089,        -3.948110,         1.260887,        -3.131217,         0.268242,         0.064946,         4.130258,        33.000000,        29.538205,         0.648080,         0.135631
+   83, 83, 284950.61, -7897.72,         5.041330,         0.298242,        16.903497,        10.109903,         0.932462,        10.842161,        -2.536346,         0.228687,       -11.090904,        -4.622694,         0.994371,        -4.648860,         0.075543,         0.058799,         1.284779,        11.000000,        14.430156,         0.650760,         0.208742
+   84, 84, 302616.14, 12642.65,         5.411803,         0.275892,        19.615638,         2.101648,         1.206038,         1.742605,        -4.449075,         0.293459,       -15.160825,         1.299968,         1.665762,         0.780405,         0.673420,         0.090387,         7.450426,        23.000000,        51.663610,         0.694053,         0.191544
+   85, 85, 298937.62, 11074.43,         5.644299,         0.285714,        19.755087,         1.229497,         1.209169,         1.016812,        -4.122324,         0.291418,       -14.145749,        -1.726411,         1.524251,        -1.132629,         0.634107,         0.088574,         7.159096,        43.000000,        41.923248,         0.691361,         0.074510
+   86, 86, 292980.66, 10621.27,         5.730451,         0.297360,        19.271076,         0.558503,         1.253828,         0.445438,        -4.255307,         0.301019,       -14.136332,        -2.674501,         1.543869,        -1.732337,         0.691662,         0.100347,         6.892692,        46.000000,        49.302042,         0.693411,         0.179511
+   87, 87, 291341.64, 3602.46,         6.054722,         0.343991,        17.601395,         2.023564,         1.125693,         1.797616,        -4.074105,         0.318790,       -12.779882,        -2.863003,         1.310220,        -2.185132,         0.443032,         0.077841,         5.691501,        19.000000,        20.452532,         0.681972,         0.090456
+   88, 88, 296052.78, 6812.78,         6.344656,         0.343571,        18.466798,         0.564764,         1.205821,         0.468365,        -4.658661,         0.337419,       -13.806743,        -1.261887,         1.447082,        -0.872022,         0.516832,         0.086311,         5.988013,        11.000000,        20.955098,         0.683733,         0.121111
+   89, 89, 314476.95, 3490.04,         7.400764,         0.339160,        21.820856,        10.906500,         0.881876,        12.367383,        -5.489298,         0.274865,       -19.970860,        11.173931,         1.207961,         9.250245,        -0.487365,         0.082046,        -5.940171,        30.000000,        39.978642,         0.621623,         0.212365
+   90, 90, 311673.48, 10101.08,         6.583548,         0.358664,        18.355748,         5.958333,         1.152991,         5.167720,        -6.022030,         0.351490,       -17.132856,        10.347294,         1.646318,         6.285111,         0.200630,         0.087658,         2.288777,        27.000000,        24.491866,         0.706096,         0.143897
+   91, 91, 300937.58, 3470.02,         6.225688,         0.360770,        17.256671,         2.572146,         1.120023,         2.296511,        -4.013283,         0.340439,       -11.788565,        -1.850839,         1.388869,        -1.332623,         0.321139,         0.078470,         4.092520,        18.000000,        29.967504,         0.645452,         0.313551
+   92, 92, 286991.93, 9571.27,         5.953172,         0.308892,        19.272656,         0.325157,         1.235952,         0.263082,        -4.384083,         0.305153,       -14.366840,        -3.330355,         1.444633,        -2.305329,         0.668121,         0.103535,         6.453108,         7.000000,        15.666482,         0.701263,         0.199122
+   93, 93, 307386.12, 16090.18,         4.246929,         0.257935,        16.465107,         7.923344,         1.132789,         6.994548,        -4.569425,         0.268214,       -17.036503,         8.077508,         1.617258,         4.994570,         0.677532,         0.084759,         7.993660,         7.000000,        23.487227,         0.713028,         0.135545
+   94, 94, 300604.96, 17843.82,         4.345835,         0.270293,        16.078215,         5.144274,         1.191489,         4.317518,        -3.850278,         0.289767,       -13.287513,         2.479873,         1.737301,         1.427429,         0.734088,         0.093815,         7.824811,        15.000000,        38.484273,         0.699008,         0.098362
+   95, 95, 303917.55, 29223.91,         1.956935,         0.304592,         6.424778,        21.178363,         1.353785,        15.643810,        -3.944424,         0.289224,       -13.637968,        17.148592,         1.708029,        10.039988,         0.470806,         0.073675,         6.390285,        44.000000,        23.482808,         0.703882,         0.099295
+   96, 96, 296097.2, 19299.56,         4.394918,         0.274039,        16.037544,         4.108075,         1.197200,         3.431402,        -3.445443,         0.288473,       -11.943711,        -0.534350,         1.647275,        -0.324384,         0.753391,         0.096701,         7.790921,        25.000000,        18.177100,         0.695214,         0.118285
+   97, 97, 291327.94, 19385.45,         4.530947,         0.278667,        16.259387,         3.149167,         1.218165,         2.585172,        -3.264387,         0.290282,       -11.245574,        -2.747252,         1.632024,        -1.683341,         0.768876,         0.100860,         7.623205,        15.000000,        22.103505,         0.693813,         0.113402
+   98, 98, 288651.19, 16782.21,         4.847563,         0.279977,        17.314146,         2.280919,         1.216459,         1.875047,        -3.366528,         0.283289,       -11.883728,        -4.054651,         1.548443,        -2.618534,         0.759215,         0.102970,         7.373187,        53.000000,        62.592732,         0.696284,         0.451641
+   99, 99, 321850.11, 16542.18,         7.642001,         0.379418,        20.141403,        16.648165,         1.878604,         8.861988,        -7.753601,         0.295648,       -26.225800,        17.186499,         1.541995,        11.145623,        -0.404326,         0.063580,        -6.359359,        24.000000,        20.195864,         0.750210,         0.116798
+  100, 100, 309623.17, 24691.81,         0.719759,         0.341703,         2.106391,        31.420378,         1.891820,        16.608545,        -4.523533,         0.293772,       -15.398090,        26.601920,         2.110031,        12.607359,         0.360192,         0.071887,         5.010528,         7.000000,        15.286612,         0.716875,         0.100320
+  101, 101, 317273.81, 16350.36,         4.299772,         0.313397,        13.719903,        24.083983,         1.721067,        13.993636,        -6.023866,         0.231821,       -25.985042,        20.351862,         1.683322,        12.090293,        -0.024512,         0.062325,        -0.393293,        13.000000,        24.060528,         0.746180,         0.132812
+  102, 102, 330127.65, 26472.36,         6.803407,         0.343701,        19.794565,         9.062456,         1.786805,         5.071878,        -5.024642,         0.287003,       -17.507260,         7.635163,         1.493375,         5.112690,        -0.214981,         0.064892,        -3.312891,        18.000000,        24.371289,         0.673560,         0.176748
+  103, 103, 330024.3, 22050.13,         8.188909,         0.376332,        21.759783,         8.444276,         1.708482,         4.942560,        -6.414478,         0.354838,       -18.077179,         8.393266,         1.469587,         5.711308,        -0.341276,         0.064803,        -5.266326,        24.000000,        29.535111,         0.691371,         0.122111
+  104, 104, 335366.5, 8522.69,        11.209881,         0.273097,        41.047243,         1.322137,         1.037881,         1.273882,        -7.418223,         0.237848,       -31.188981,        -3.016247,         1.129282,        -2.670942,        -0.451906,         0.053243,        -8.487684,        45.000000,       111.043960,         0.744465,         0.101302
+  105, 105, 330795.7, 8625.57,        11.430771,         0.364793,        31.334956,         0.784825,         1.250703,         0.627507,        -7.776524,         0.287319,       -27.065858,         0.792655,         1.170351,         0.677280,        -0.563514,         0.058557,        -9.623339,        56.000000,        39.673323,         0.748212,         0.088272
+  106, 106, 324461.1, 12021.3,         9.428353,         0.413710,        22.789772,         8.050329,         1.447967,         5.559745,        -7.551337,         0.309062,       -24.433070,         9.467540,         1.150792,         8.226978,        -0.490632,         0.060016,        -8.175012,        33.000000,        34.233974,         0.750341,         0.119711
+  107, 107, 333249.02, 19193.73,         8.499400,         0.383114,        22.185036,         7.206944,         1.652814,         4.360408,        -6.200209,         0.374206,       -16.568957,         5.607625,         1.462513,         3.834239,        -0.355115,         0.063297,        -5.610309,        35.000000,        40.373437,         0.683589,         0.117449
+  108, 108, 330905.38, 16199.04,         9.214378,         0.347534,        26.513600,         8.151991,         1.396401,         5.837860,        -7.256586,         0.310372,       -23.380281,         7.404199,         1.232144,         6.009198,        -0.415968,         0.057575,        -7.224804,        36.000000,        89.351103,         0.737347,         0.263255
+  109, 109, 338740.71, 9995.65,        10.286503,         0.264758,        38.852435,         4.120299,         1.052807,         3.913630,        -6.911990,         0.240326,       -28.760909,        -2.204311,         1.104511,        -1.995734,        -0.366267,         0.051787,        -7.072624,        58.000000,        64.968331,         0.744222,         0.090216
+  110, 110, 345541.9, -607.56,         8.070652,         0.222540,        36.266011,         4.488900,         0.532734,         8.426160,        -5.323316,         0.149786,       -35.539470,        -1.745679,         0.678815,        -2.571659,         0.101469,         0.044738,         2.268068,        37.000000,        48.443681,         0.691494,         0.114959
+  111, 111, 348908.69, -5077.51,         7.138691,         0.228191,        31.283852,         4.664457,         0.558924,         8.345430,        -4.909794,         0.145925,       -33.645939,        -3.946414,         0.547857,        -7.203367,         0.408138,         0.045503,         8.969455,        53.000000,       131.175113,         0.706333,         0.170296
+  112, 112, 343120.93, 5902.89,         9.566121,         0.225002,        42.515754,         5.728284,         0.689014,         8.313741,        -6.313064,         0.184865,       -34.149672,        -3.488280,         1.001623,        -3.482627,        -0.231409,         0.050307,        -4.599909,        49.000000,        55.749189,         0.719934,         0.157695
+  113, 113, 377836.69, -36378.58,         9.917888,         0.206119,        48.117404,        -0.154285,         0.817864,        -0.188643,        -5.949407,         0.129010,       -46.116027,        -1.197839,         0.747064,        -1.603397,        -0.232288,         0.040188,        -5.780015,      1070.000000,       451.055751,         0.732482,         0.253113
+  114, 114, 356153.1, -24448.15,         7.811110,         0.157356,        49.639733,        -5.362386,         0.357832,       -14.985770,        -4.470878,         0.139868,       -31.965037,        -5.438364,         0.331261,       -16.417177,         0.498816,         0.023830,        20.932210,       547.000000,       446.613941,         0.618443,         0.203974
+  115, 115, 363934.49, -23252.2,         7.437131,         0.174959,        42.507924,        -1.787577,         0.513745,        -3.479506,        -4.742958,         0.115461,       -41.078452,        -2.521298,         0.341325,        -7.386790,         0.478732,         0.029968,        15.974539,       660.000000,       388.469060,         0.710179,         0.122831
+  116, 116, 362715.03, -62961.03,        10.244930,         0.163939,        62.492250,        -5.322190,         0.590103,        -9.019084,        -5.194680,         0.129492,       -40.115799,        -4.158972,         0.560429,        -7.421051,        -0.222848,         0.021887,       -10.181697,       175.000000,       199.971400,         0.694908,         0.231447
+  117, 117, 355515.39, -15862.17,         7.099751,         0.177677,        39.958749,         0.329437,         0.429471,         0.767077,        -4.804670,         0.130515,       -36.813077,        -6.143734,         0.351613,       -17.472987,         0.616288,         0.031064,        19.839170,       594.000000,       408.090348,         0.712483,         0.183627
+  118, 118, 350331.74, 2259.59,         7.222726,         0.238747,        30.252622,         6.589881,         0.613647,        10.738886,        -5.977683,         0.171495,       -34.856301,         3.682592,         0.918403,         4.009777,         0.340069,         0.046416,         7.326532,       189.000000,       125.982089,         0.744216,         0.200503
+  119, 119, 390869.17, -52824.71,         8.804347,         0.241824,        36.408148,         5.477001,         1.005936,         5.444682,        -5.154248,         0.150324,       -34.287621,        -6.083489,         0.870313,        -6.990003,        -0.080160,         0.044380,        -1.806222,       121.000000,       125.843716,         0.800689,         0.185895
+  120, 120, 391663.46, -13955.69,         6.844645,         0.296150,        23.112066,        10.230422,         1.110800,         9.209956,        -4.591702,         0.160791,       -28.556919,        -4.864434,         1.128599,        -4.310154,         0.131743,         0.057003,         2.311136,       125.000000,       230.861782,         0.772661,         0.626493
+  121, 121, 381676.42, -24737.89,         8.275874,         0.247495,        33.438553,         6.867294,         0.986146,         6.963767,        -5.306764,         0.140760,       -37.700747,        -4.873364,         1.006367,        -4.842533,        -0.017730,         0.053537,        -0.331169,       175.000000,        96.414035,         0.763847,         0.125289
+  122, 122, 396227.77, -39792.02,         7.545447,         0.240044,        31.433637,        11.255522,         1.099000,        10.241608,        -5.058090,         0.158282,       -31.956138,        -4.627508,         0.910666,        -5.081455,         0.066310,         0.051629,         1.284349,        85.000000,        74.631259,         0.800850,         0.083500
+  123, 123, 365535.4, -28214.23,         8.116652,         0.178673,        45.427313,        -4.105438,         0.559028,        -7.343890,        -4.614917,         0.110482,       -41.770659,        -2.680859,         0.345694,        -7.755002,         0.332785,         0.028752,        11.574219,       200.000000,       454.667989,         0.657788,         0.279904
+  124, 124, 358761.78, -6929.68,         6.506019,         0.229599,        28.336417,         5.982513,         0.621986,         9.618410,        -5.479589,         0.141231,       -38.798882,        -2.339805,         0.664109,        -3.523222,         0.650856,         0.046569,        13.976037,       389.000000,       321.098661,         0.814084,         0.266772
+  125, 125, 376070.01, -56303.59,        12.129673,         0.282570,        42.926262,        -7.198840,         1.083727,        -6.642672,        -6.228370,         0.134754,       -46.220173,        -6.238783,         0.731692,        -8.526514,        -0.496792,         0.038538,       -12.890814,       381.000000,       291.400599,         0.773299,         0.234122
+  126, 126, 353788.69, -7340.62,         6.504182,         0.230185,        28.256375,         6.817323,         0.605980,        11.250089,        -5.264253,         0.144503,       -36.429944,        -6.132374,         0.606925,       -10.104001,         0.686602,         0.047507,        14.452696,       173.000000,       183.771545,         0.764065,         0.174421
+  127, 127, 371670.71, -21543.62,         8.380907,         0.193772,        43.251360,        -0.913249,         0.653100,        -1.398329,        -5.809669,         0.115248,       -50.410156,         1.305529,         0.757302,         1.723921,         0.222079,         0.036578,         6.071394,       206.000000,       285.385058,         0.762730,         0.165342
+  128, 128, 367522.64, -7189.91,         7.038816,         0.230785,        30.499391,         3.118911,         0.656918,         4.747796,        -5.592672,         0.142964,       -39.119501,        -1.885001,         0.840960,        -2.241487,         0.565385,         0.046105,        12.263015,       142.000000,       166.643704,         0.852359,         0.238431
+  129, 129, 361892.77, -18166,         6.800555,         0.195521,        34.781774,         0.842471,         0.531529,         1.584995,        -4.899801,         0.128618,       -38.095788,        -2.550824,         0.376687,        -6.771735,         0.616894,         0.035481,        17.386801,       148.000000,        97.857018,         0.758121,         0.119948
+  130, 130, 366450.66, -74634.65,         8.276015,         0.194015,        42.656517,         0.683798,         0.602478,         1.134975,        -3.811483,         0.157020,       -24.273793,        -8.234494,         0.718125,       -11.466661,         0.077813,         0.028811,         2.700823,       141.000000,       222.381632,         0.718999,         0.207125
+  131, 131, 355381.88, -79216.89,         6.092229,         0.193341,        31.510293,         2.011100,         0.541947,         3.710882,        -2.171742,         0.153452,       -14.152595,        -6.112513,         0.644890,        -9.478377,         0.340299,         0.028542,        11.922837,       106.000000,        81.964921,         0.555538,         0.341609
+  132, 132, 353694.67, -32885.23,         9.242217,         0.149873,        61.667000,        -8.813355,         0.348556,       -25.285308,        -4.757348,         0.156300,       -30.437261,        -4.464364,         0.327895,       -13.615220,         0.166590,         0.016019,        10.399840,       116.000000,       485.421196,         0.478607,         0.380652
+  133, 133, 378726.25, -28678.9,         8.747655,         0.217931,        40.139597,         3.158372,         0.867880,         3.639181,        -5.644266,         0.130584,       -43.223356,        -1.824861,         0.853930,        -2.137014,        -0.021790,         0.045884,        -0.474882,        84.000000,       109.335647,         0.743708,         0.189356
+  134, 134, 365246.77, -57670.24,        12.038529,         0.180260,        66.784352,       -11.308782,         0.689809,       -16.394067,        -5.895819,         0.122052,       -48.305938,        -6.091212,         0.491898,       -12.383073,        -0.396027,         0.021910,       -18.074838,        78.000000,       147.553891,         0.710928,         0.219266
+  135, 135, 389517.13, -31493.43,         7.473063,         0.238546,        31.327570,        12.007457,         1.080186,        11.116101,        -5.080679,         0.153249,       -33.153030,        -3.192024,         0.948457,        -3.365491,        -0.007748,         0.051060,        -0.151744,        88.000000,        47.926965,         0.782360,         0.139342
+  136, 136, 344415.42, 11511.89,         9.152833,         0.290617,        31.494528,         5.095876,         1.013590,         5.027552,        -5.866458,         0.301968,       -19.427414,        -2.867453,         1.189173,        -2.411301,        -0.224815,         0.049309,        -4.559335,        31.000000,        25.226911,         0.733610,         0.248897
+  137, 137, 365053.58, -11168.12,         6.824806,         0.236204,        28.893753,         3.205485,         0.641833,         4.994263,        -5.529168,         0.142185,       -38.887236,        -0.809213,         0.751122,        -1.077339,         0.598314,         0.048604,        12.309876,        60.000000,        70.723749,         0.837170,         0.116877
+  138, 138, 387334.51, -21934.03,         7.390391,         0.261993,        28.208386,        10.088149,         1.053953,         9.571726,        -5.070584,         0.148552,       -34.133467,        -4.330413,         1.047512,        -4.133997,         0.086859,         0.052869,         1.642892,        25.000000,       100.907283,         0.780564,         0.352018
+  139, 139, 393097.28, -22717.2,         6.596065,         0.266462,        24.754258,        13.510567,         1.128057,        11.976850,        -4.962520,         0.158256,       -31.357614,        -1.979918,         1.091399,        -1.814110,         0.141713,         0.051319,         2.761433,        57.000000,        54.612736,         0.780272,         0.327602
+  140, 140, 380945.88, -17224.24,         8.206885,         0.283239,        28.975077,         5.289483,         0.996483,         5.308151,        -5.196528,         0.141281,       -36.781505,        -8.256891,         1.238938,        -6.664493,         0.119110,         0.058861,         2.023587,        17.000000,        10.521455,         0.787402,         0.125687
+  141, 141, 367373.14, -14712.42,         7.399078,         0.216670,        34.149064,         0.886261,         0.634714,         1.396316,        -5.630789,         0.130395,       -43.182460,         0.099208,         0.765368,         0.129621,         0.482522,         0.044401,        10.867377,        47.000000,        50.678149,         0.819624,         0.110627
+  142, 142, 374567.12, -13256.38,         7.799759,         0.229923,        33.923405,         2.069059,         0.787910,         2.626010,        -5.437631,         0.127948,       -42.498904,        -5.886135,         1.087956,        -5.410270,         0.400088,         0.046862,         8.537512,        51.000000,        81.230216,         0.818404,         0.140355
+  143, 143, 380862.18, -12688.75,         7.817831,         0.293217,        26.662228,         5.169949,         1.023358,         5.051946,        -4.951500,         0.145975,       -33.920238,        -8.709363,         1.260906,        -6.907227,         0.199656,         0.060556,         3.297044,        11.000000,         9.228203,         0.796716,         0.137089
+  144, 144, 383629.18, -9335.24,         7.217880,         0.312864,        23.070343,         6.345860,         1.087374,         5.835950,        -4.488839,         0.161200,       -27.846427,        -7.643730,         1.232089,        -6.203876,         0.193720,         0.062497,         3.099667,        23.000000,        30.857438,         0.780264,         0.104341
+  145, 145, 394378.41, -45752.97,         8.028565,         0.236442,        33.955793,         8.508460,         1.026632,         8.287738,        -5.044114,         0.150194,       -33.584055,        -5.368570,         0.869642,        -6.173312,         0.022779,         0.046527,         0.489579,        64.000000,        51.560430,         0.801349,         0.152098
+  146, 146, 402514.52, -43075.49,         7.375763,         0.244223,        30.200948,        11.609513,         1.114805,        10.413936,        -5.020573,         0.160101,       -31.358861,        -4.971037,         0.928732,        -5.352497,         0.120916,         0.051131,         2.364816,        61.000000,        24.109937,         0.807146,         0.182496
+  147, 147, 402518.42, -36236.31,         6.857681,         0.248428,        27.604339,        14.029788,         1.171820,        11.972644,        -5.062071,         0.166666,       -30.372631,        -3.494772,         0.979246,        -3.568840,         0.165684,         0.054695,         3.029266,        37.000000,        32.084153,         0.801936,         0.106291
+  148, 148, 396061.3, -30927.23,         6.843410,         0.247469,        27.653617,        14.016318,         1.129597,        12.408245,        -5.044828,         0.159839,       -31.561861,        -2.564310,         0.992706,        -2.583151,         0.114016,         0.051566,         2.211081,        22.000000,        18.139027,         0.792059,         0.057916
+  149, 149, 408226.18, -35513.98,         6.519775,         0.252617,        25.808941,        15.000996,         1.204913,        12.449856,        -4.998107,         0.169677,       -29.456550,        -3.066863,         1.001441,        -3.062450,         0.216255,         0.055561,         3.892231,        18.000000,        17.164532,         0.801820,         0.118323
+  150, 150, 403471.42, -31311.84,         6.561422,         0.248354,        26.419682,        14.239450,         1.134084,        12.555900,        -4.974919,         0.160459,       -31.004307,        -2.704501,         0.982097,        -2.753803,         0.195252,         0.051950,         3.758485,        20.000000,        29.178889,         0.797106,         0.092112
+  151, 151, 406033.77, -29345.02,         6.196451,         0.256237,        24.182458,        15.763890,         1.184698,        13.306251,        -4.909375,         0.165878,       -29.596347,        -1.815769,         1.031846,        -1.759728,         0.214448,         0.053031,         4.043844,        20.000000,        32.602671,         0.793038,         0.104630
+  152, 152, 399386.5, -22290.57,         5.848855,         0.280281,        20.867855,        16.712258,         1.239828,        13.479498,        -4.815537,         0.169837,       -28.353925,        -0.129356,         1.186065,        -0.109064,         0.187285,         0.052654,         3.556925,        18.000000,        19.327230,         0.777184,         0.125727
+  153, 153, 397587.4, -62378.67,         8.685797,         0.252122,        34.450832,         6.122008,         1.060063,         5.775135,        -5.014033,         0.157656,       -31.803669,        -6.698455,         0.913343,        -7.333994,        -0.072305,         0.042904,        -1.685282,        25.000000,        46.305470,         0.808176,         0.154716
+  154, 154, 391305.58, -63700.85,         9.533373,         0.267947,        35.579377,         3.513002,         1.091493,         3.218528,        -5.283876,         0.168136,       -31.426132,        -6.929319,         0.926851,        -7.476191,        -0.194796,         0.042290,        -4.606228,        11.000000,        23.158561,         0.805951,         0.099791
+  155, 155, 396203.55, -57412.21,         8.531732,         0.247741,        34.438173,         6.663174,         1.045231,         6.374831,        -5.017501,         0.155099,       -32.350315,        -6.420543,         0.898946,        -7.142300,        -0.048975,         0.045059,        -1.086912,        23.000000,        27.082736,         0.806231,         0.078067
+  156, 156, 397924.17, -52596.47,         8.136521,         0.246209,        33.047252,         8.482016,         1.062363,         7.984105,        -4.970832,         0.156215,       -31.820418,        -6.115893,         0.901572,        -6.783589,        -0.000896,         0.046983,        -0.019072,        28.000000,        19.709317,         0.806524,         0.056401
+  157, 157, 382876.06, -53653.14,        10.410548,         0.257213,        40.474382,         0.050792,         1.004074,         0.050585,        -5.692196,         0.157738,       -36.086353,        -6.020166,         0.865415,        -6.956390,        -0.308337,         0.042902,        -7.186951,        19.000000,        33.993538,         0.789328,         0.113935
+  158, 158, 385919.86, -61374.5,        10.258928,         0.273066,        37.569399,         0.754759,         1.082102,         0.697494,        -5.603959,         0.163760,       -34.220663,        -6.573609,         0.888324,        -7.400016,        -0.281863,         0.040968,        -6.880146,        26.000000,        22.299200,         0.800402,         0.144724
+  159, 159, 340110.86, -28521.01,         8.967263,         0.152737,        58.710346,        -6.363736,         0.313599,       -20.292581,        -4.401978,         0.189296,       -23.254479,        -5.189960,         0.295222,       -17.579856,         0.129610,         0.017471,         7.418447,        70.000000,       186.104360,         0.434084,         0.266852
+  160, 160, 342259.81, -30180.57,         9.233029,         0.160253,        57.615164,        -7.163800,         0.336060,       -21.317030,        -4.701811,         0.202434,       -23.226386,        -5.071175,         0.302792,       -16.748058,         0.114560,         0.016580,         6.909640,       117.000000,       369.217762,         0.440728,         0.325736
+  161, 161, 338829.19, -32435.83,         8.930008,         0.169743,        52.608879,        -6.416313,         0.329630,       -19.465222,        -3.756991,         0.228641,       -16.431826,        -4.405259,         0.306979,       -14.350384,         0.026750,         0.016442,         1.626938,       256.000000,       368.141052,         0.395752,         0.095711
+  162, 162, 335964.11, -27144.87,         8.632434,         0.150513,        57.353233,        -5.417601,         0.289337,       -18.724163,        -4.142764,         0.181872,       -22.778476,        -3.616854,         0.314474,       -11.501265,         0.091871,         0.018780,         4.892040,       429.000000,       492.921363,         0.401368,         0.149530
+  163, 163, 339454.02, -25208.35,         8.758468,         0.146730,        59.690871,        -5.637411,         0.304335,       -18.523677,        -4.519704,         0.174598,       -25.886341,        -5.077397,         0.310372,       -16.359057,         0.173314,         0.018523,         9.356879,       285.000000,       227.871075,         0.453210,         0.190452
+  164, 164, 342858.93, -25291.03,         9.010503,         0.149525,        60.261024,        -6.723658,         0.323257,       -20.799733,        -5.069609,         0.176888,       -28.660025,        -5.425497,         0.310640,       -17.465545,         0.227429,         0.018566,        12.249790,       362.000000,       313.833825,         0.491059,         0.271938
+  165, 165, 345601.8, -25527.73,         9.043979,         0.147406,        61.354044,        -7.320979,         0.323167,       -22.653880,        -5.223142,         0.166470,       -31.375844,        -5.453892,         0.314665,       -17.332387,         0.265093,         0.018732,        14.152102,       452.000000,       425.436421,         0.511138,         0.154647
+  166, 166, 345909.97, -30691.34,         9.466490,         0.157600,        60.066558,        -8.119617,         0.342613,       -23.699095,        -5.183973,         0.187655,       -27.625051,        -4.745033,         0.312194,       -15.198970,         0.131797,         0.016155,         8.158268,       728.000000,       774.173341,         0.456989,         0.225623
+  167, 167, 338436.09, -37186.98,         8.994025,         0.180502,        49.827797,        -6.519722,         0.345970,       -18.844773,        -3.903869,         0.242503,       -16.098244,        -1.965168,         0.330797,        -5.940708,        -0.071672,         0.016416,        -4.365969,       562.000000,       519.247752,         0.369142,         0.307013
+  168, 168, 334457.21, -35114.84,         8.650712,         0.184907,        46.784215,        -5.448336,         0.345903,       -15.751066,        -4.060334,         0.238066,       -17.055521,         0.237278,         0.384503,         0.617105,        -0.080152,         0.017216,        -4.655728,       354.000000,       366.297909,         0.354224,         0.111712
+  169, 169, 338261.22, -41722.33,         8.760478,         0.165100,        53.061614,        -6.006721,         0.345552,       -17.382972,        -3.493771,         0.212587,       -16.434528,        -0.458818,         0.349735,        -1.311902,        -0.133377,         0.015727,        -8.480562,      1072.000000,       467.914233,         0.343341,         0.114008
+  170, 170, 329570.75, -34216.76,         8.354944,         0.200405,        41.690243,        -3.930969,         0.370773,       -10.602103,        -4.900265,         0.253748,       -19.311547,         6.100130,         0.431425,        14.139487,        -0.188455,         0.020274,        -9.295584,      1037.000000,       403.954624,         0.356173,         0.156308
+  171, 171, 334989.23, -30867,         8.623887,         0.174923,        49.300952,        -5.114203,         0.325060,       -15.733087,        -3.739597,         0.235643,       -15.869758,        -3.291337,         0.362968,        -9.067850,         0.014056,         0.018668,         0.752934,       309.000000,       377.804307,         0.350791,         0.123071
+  172, 172, 331704.61, -26241.59,         8.456060,         0.165928,        50.962126,        -4.008390,         0.309181,       -12.964555,        -4.984027,         0.199688,       -24.959072,         1.236418,         0.348933,         3.543423,        -0.016146,         0.020579,        -0.784578,       472.000000,       489.296278,         0.351874,         0.500998
+  173, 173, 328431.53, -27940.2,         8.642143,         0.190604,        45.340831,        -3.878596,         0.344045,       -11.273519,        -5.970011,         0.239927,       -24.882661,         6.389393,         0.379409,        16.840397,        -0.167523,         0.023650,        -7.083452,       699.000000,       413.735561,         0.349508,         0.153817
+  174, 174, 336081.28, -23805.64,         8.429774,         0.149522,        56.378271,        -4.717591,         0.292307,       -16.139174,        -4.241788,         0.171868,       -24.680439,        -3.256586,         0.335089,        -9.718572,         0.123118,         0.019281,         6.385364,       449.000000,       548.981255,         0.420877,         0.161235
+  175, 175, 337470.12, -19925.9,         8.182249,         0.150487,        54.371913,        -4.990990,         0.304031,       -16.416045,        -4.140827,         0.164920,       -25.108132,        -1.950567,         0.336062,        -5.804187,         0.154755,         0.019807,         7.813310,       615.000000,       644.455968,         0.452699,         0.237008
+  176, 176, 342348.74, -22559.69,         8.734718,         0.141739,        61.625232,        -6.105570,         0.310401,       -19.669948,        -4.827249,         0.161106,       -29.963264,        -4.808170,         0.312608,       -15.380831,         0.231671,         0.018645,        12.425426,       369.000000,       429.871696,         0.500609,         0.246260
+  177, 177, 332725.59, -19390.99,         8.280622,         0.164596,        50.308847,        -4.659119,         0.313167,       -14.877442,        -4.265739,         0.173841,       -24.538181,         2.625582,         0.356693,         7.360898,        -0.050153,         0.020932,        -2.395992,       812.000000,       503.133927,         0.418164,         0.152309
+  178, 178, 327487.37, -22298.2,         8.431365,         0.195281,        43.175463,        -5.430539,         0.365545,       -14.855999,        -4.785317,         0.201054,       -23.801175,        10.332273,         0.412531,        25.046023,        -0.281596,         0.024608,       -11.443281,       904.000000,       319.456267,         0.395362,         0.115549
+  179, 179, 343411.59, -18219.15,         8.514901,         0.134881,        63.128898,        -5.853488,         0.306686,       -19.086276,        -4.678656,         0.139302,       -33.586446,        -4.126869,         0.321435,       -12.838880,         0.247129,         0.019567,        12.630038,      1215.000000,       720.988379,         0.542939,         0.227957
+  180, 180, 349055.69, -20887.1,         8.491082,         0.136965,        61.994354,        -6.186191,         0.313170,       -19.753489,        -4.836424,         0.134367,       -35.994205,        -5.816818,         0.321129,       -18.113673,         0.360282,         0.020281,        17.764714,       802.000000,       596.507446,         0.589687,         0.144902
+  181, 181, 351097.21, -27497.53,         8.960309,         0.137072,        65.369485,        -7.587791,         0.311011,       -24.397169,        -5.016465,         0.141905,       -35.350928,        -4.977726,         0.316079,       -15.748383,         0.263776,         0.017150,        15.380800,       983.000000,       698.804374,         0.526489,         0.199936
+  182, 182, 297942.15, -33105.95,         3.497348,         0.268998,        13.001395,         8.824965,         0.578085,        15.265868,        -0.769710,         0.194041,        -3.966741,        -9.691761,         0.868236,       -11.162592,         0.514856,         0.047733,        10.786164,       639.000000,       168.343583,         0.474277,         0.077123
+  183, 183, 308339.92, -26657.04,         5.320656,         0.278442,        19.108695,         1.955707,         0.662928,         2.950106,        -0.441746,         0.185802,        -2.377512,         2.831999,         0.928442,         3.050269,        -0.183633,         0.048803,        -3.762742,       251.000000,       159.418138,         0.131102,         0.166269
+  184, 184, 322572.21, -26917.93,         8.626159,         0.215015,        40.118901,       -10.927474,         0.413994,       -26.395280,        -3.968377,         0.220094,       -18.030346,        20.817850,         0.474518,        43.871541,        -0.504295,         0.027930,       -18.055567,       160.000000,       398.363108,         0.397666,         0.229218
+  185, 185, 322565.6, -29522.07,         9.658173,         0.257231,        37.546710,       -13.981145,         0.554493,       -25.214273,        -4.553504,         0.280705,       -16.221669,        22.650969,         0.625404,        36.218135,        -0.639871,         0.032426,       -19.733060,       233.000000,       409.312346,         0.387901,         0.209057
+  186, 186, 293318.13, -17312.06,         4.281120,         0.304864,        14.042717,        10.125386,         0.667739,        15.163678,        -1.210272,         0.205891,        -5.878231,        -7.528391,         0.827712,        -9.095428,         0.169273,         0.056909,         2.974429,       166.000000,        97.630249,         0.506626,         0.161444
+  187, 187, 315646.55, -31303.34,         8.290354,         0.290411,        28.546998,        -8.108309,         0.668394,       -12.131037,        -1.312277,         0.238201,        -5.509125,        18.966631,         0.891320,        21.279253,        -0.880292,         0.043176,       -20.388277,       259.000000,       269.133315,         0.305987,         0.128301
+  188, 188, 304719.13, -27487.57,         4.691417,         0.281410,        16.671132,         4.696479,         0.636365,         7.380171,        -0.540877,         0.183657,        -2.945037,        -3.704608,         0.839862,        -4.410971,         0.087972,         0.048668,         1.807587,       151.000000,       167.850960,         0.258157,         0.150887
+  189, 189, 321954.36, -32546,         8.938804,         0.242753,        36.822673,        -8.917423,         0.514418,       -17.334970,        -3.904538,         0.271320,       -14.390903,        16.486334,         0.537529,        30.670580,        -0.584277,         0.026901,       -21.719329,       270.000000,       226.718219,         0.394668,         0.102181
+  190, 190, 311343.05, -41967,         5.119805,         0.251245,        20.377766,        -0.813288,         0.534153,        -1.522574,        -0.285520,         0.193657,        -1.474362,        -0.028946,         0.961027,        -0.030120,         0.225709,         0.043897,         5.141781,       474.000000,       237.562988,         0.374265,         0.098036
+  191, 191, 318030.71, -27812.93,         8.485094,         0.295578,        28.706832,       -11.272997,         0.687267,       -16.402644,        -2.519859,         0.259306,        -9.717711,        26.107542,         0.959476,        27.210208,        -0.820967,         0.041279,       -19.888267,       139.000000,       226.588572,         0.322329,         0.120192
+  192, 192, 315373.57, -24947.11,         7.128647,         0.269479,        26.453485,        -6.100356,         0.642856,        -9.489461,        -1.615467,         0.215429,        -7.498824,        22.604934,         1.058297,        21.359725,        -0.715454,         0.043753,       -16.352013,       213.000000,       232.095527,         0.274040,         0.123885
+  193, 193, 308034.74, -32419.4,         5.662978,         0.240404,        23.556050,         0.988239,         0.543227,         1.819202,        -0.549912,         0.164401,        -3.344941,        -0.170750,         0.849115,        -0.201092,        -0.104566,         0.043070,        -2.427833,       195.000000,       210.442901,         0.256581,         0.129929
+  194, 194, 314330.79, -21499.59,         6.230904,         0.268693,        23.189658,        -2.991893,         0.669999,        -4.465517,        -0.913253,         0.204680,        -4.461863,        19.052463,         1.190735,        16.000597,        -0.601787,         0.047132,       -12.768014,       195.000000,       210.011376,         0.215909,         0.214401
+  195, 195, 313503.88, -27427.64,         6.898120,         0.269226,        25.622008,        -4.197005,         0.645624,        -6.500696,        -1.026676,         0.206633,        -4.968593,        17.898514,         1.046410,        17.104688,        -0.693508,         0.045955,       -15.090935,       114.000000,       181.456164,         0.213435,         0.254477
+  196, 196, 311593.95, -29691.66,         6.816261,         0.256203,        26.604876,        -3.172986,         0.616143,        -5.149757,        -0.626095,         0.179831,        -3.481583,        12.675090,         1.007095,        12.585789,        -0.618918,         0.046592,       -13.283818,        89.000000,       185.548366,         0.204559,         0.128337
+  197, 197, 320162.13, -24446.09,         8.451295,         0.252537,        33.465583,       -15.109710,         0.563545,       -26.811875,        -2.786519,         0.227486,       -12.249200,        34.306096,         0.995294,        34.468291,        -0.805452,         0.038619,       -20.856149,        95.000000,       235.072832,         0.351256,         0.069904
+  198, 198, 321749.08, -23511,         8.257076,         0.234388,        35.228188,       -14.243421,         0.467708,       -30.453641,        -2.800421,         0.216509,       -12.934409,        33.742529,         0.849294,        39.730084,        -0.768091,         0.037009,       -20.754173,       116.000000,       215.611514,         0.380070,         0.157034
+  199, 199, 302066.12, -24471.58,         4.089720,         0.325242,        12.574407,         7.168418,         0.741472,         9.667824,        -0.430913,         0.213803,        -2.015466,        -5.154608,         0.913295,        -5.643968,         0.174705,         0.055979,         3.120920,        82.000000,       157.421188,         0.290601,         0.226237
+  200, 200, 324399.73, -35058.09,         8.382105,         0.228056,        36.754625,        -5.624686,         0.448009,       -12.554855,        -3.855237,         0.281545,       -13.693138,        12.570515,         0.492069,        25.546220,        -0.460525,         0.024487,       -18.807289,       109.000000,       254.874172,         0.396009,         0.099015
+  201, 201, 310172.99, -22574.96,         5.270834,         0.268818,        19.607442,         2.132238,         0.673453,         3.166126,        -0.465785,         0.190377,        -2.446641,         5.943729,         0.956344,         6.215054,        -0.267504,         0.046825,        -5.712846,        96.000000,       133.583950,         0.140846,         0.115482
+  202, 202, 318769.5, -18902.57,         7.824284,         0.269136,        29.071825,       -11.846598,         0.638948,       -18.540791,        -2.227694,         0.209393,       -10.638828,        34.398356,         1.292254,        26.618890,        -0.880980,         0.046551,       -18.925191,       140.000000,       182.073859,         0.295940,         0.237379
+  203, 203, 318576.81, -21935.03,         7.970253,         0.269787,        29.542788,       -12.329752,         0.632293,       -19.500065,        -2.414732,         0.222078,       -10.873370,        32.448636,         1.206763,        26.888986,        -0.816000,         0.043968,       -18.558850,       156.000000,       166.770516,         0.309715,         0.160389
+  204, 204, 306334.75, -22731.84,         4.078719,         0.308312,        13.229186,         6.314773,         0.747238,         8.450821,         0.060716,         0.212621,         0.285560,        -3.487277,         0.985401,        -3.538940,         0.084858,         0.052803,         1.607060,       125.000000,       119.296128,         0.165507,         0.310860
+  205, 205, 311907.21, -35905.87,         7.164637,         0.246210,        29.099735,        -4.313658,         0.540954,        -7.974172,        -0.409208,         0.183009,        -2.236000,         6.755386,         0.917668,         7.361472,        -0.482031,         0.041984,       -11.481448,       176.000000,       210.080442,         0.290136,         0.328710
+  206, 206, 316724.95, -35492.33,         9.126413,         0.302493,        30.170687,       -11.557660,         0.723316,       -15.978706,        -0.657816,         0.254392,        -2.585840,        17.231123,         0.824067,        20.909860,        -0.949121,         0.043183,       -21.979280,        89.000000,       218.384620,         0.350208,         0.169427
+  207, 207, 298239.3, -24996.76,         3.902564,         0.336225,        11.606993,         8.886854,         0.745391,        11.922414,        -0.668479,         0.220012,        -3.038374,        -7.230433,         0.865223,        -8.356728,         0.257217,         0.058610,         4.388646,        63.000000,       111.829288,         0.390818,         0.319622
+  208, 208, 300046.48, -21453.27,         3.824321,         0.332340,        11.507243,         8.801377,         0.748381,        11.760563,        -0.380305,         0.222045,        -1.712739,        -6.622486,         0.913098,        -7.252766,         0.211303,         0.058238,         3.628269,        72.000000,       138.380065,         0.334280,         0.510297
+  209, 209, 303145.8, -20159.37,         3.721223,         0.313026,        11.887898,         8.270185,         0.740914,        11.162146,         0.015929,         0.215929,         0.073768,        -6.138963,         1.014386,        -6.051898,         0.187209,         0.054654,         3.425356,        40.000000,        86.561107,         0.258756,         0.192259
+  210, 210, 292145.09, -22376.41,         3.995006,         0.326477,        12.236715,        10.506655,         0.702191,        14.962672,        -1.107084,         0.214383,        -5.164039,        -8.117236,         0.838786,        -9.677364,         0.250269,         0.058590,         4.271543,        22.000000,        53.422905,         0.501088,         0.215816
+  211, 211, 289344.08, -25302.15,         3.619677,         0.316780,        11.426462,        11.546806,         0.677604,        17.040632,        -1.088702,         0.211286,        -5.152738,        -8.993741,         0.862291,       -10.430054,         0.358668,         0.056421,         6.357050,        37.000000,        43.979390,         0.538011,         0.168609
+  212, 212, 281144.54, -26368.4,         3.349443,         0.307914,        10.877867,        13.521387,         0.652247,        20.730456,        -1.392652,         0.208397,        -6.682700,        -8.782810,         0.927689,        -9.467412,         0.414326,         0.055428,         7.474978,         4.000000,        12.979954,         0.589228,         0.326350
+  213, 213, 276385.4, -15692.77,         4.522894,         0.309347,        14.620785,        13.403143,         0.743094,        18.036946,        -2.566581,         0.212000,       -12.106501,        -4.746642,         0.975975,        -4.863486,         0.113937,         0.059354,         1.919604,        18.000000,        18.407261,         0.624199,         0.238579
+  214, 214, 333949.36, -49547.84,         8.766963,         0.166002,        52.812341,        -7.176253,         0.424328,       -16.912043,        -2.639243,         0.146820,       -17.976055,         3.277964,         0.444571,         7.373317,        -0.313512,         0.017121,       -18.311348,       449.000000,       440.261528,         0.334747,         0.173812
+  215, 215, 328639.25, -51354.28,         8.617136,         0.148264,        58.120104,        -6.574720,         0.399629,       -16.452066,        -2.740076,         0.129488,       -21.160880,         7.581460,         0.456317,        16.614452,        -0.420490,         0.020503,       -20.508698,       350.000000,       426.901865,         0.345646,         0.122866
+  216, 216, 328766.37, -54568.85,         8.584889,         0.136169,        63.045679,        -6.069275,         0.391781,       -15.491504,        -3.008858,         0.117752,       -25.552584,         6.190551,         0.448678,        13.797310,        -0.354201,         0.021187,       -16.717592,       145.000000,       387.798415,         0.359350,         0.278259
+  217, 217, 332223.73, -57396.73,         8.671489,         0.129397,        67.014408,        -7.193203,         0.393659,       -18.272678,        -2.827672,         0.108789,       -25.992293,         4.834397,         0.438558,        11.023391,        -0.306124,         0.020141,       -15.199407,       329.000000,       340.543785,         0.361077,         0.254215
+  218, 218, 327365.26, -57784.04,         7.889496,         0.138806,        56.838130,        -4.009527,         0.402805,        -9.954007,        -2.874593,         0.119055,       -24.145060,         4.920700,         0.473493,        10.392345,        -0.212664,         0.022603,        -9.408732,       448.000000,       283.198882,         0.367776,         0.149910
+  219, 219, 325148.15, -54327.48,         7.928769,         0.143090,        55.411093,        -3.705778,         0.394634,        -9.390427,        -2.879763,         0.124051,       -23.214263,         6.664309,         0.463550,        14.376677,        -0.298176,         0.023084,       -12.916994,       295.000000,       281.585090,         0.363471,         0.048756
+  220, 220, 328631.89, -61735.25,         7.321317,         0.145262,        50.400905,        -2.875118,         0.416175,        -6.908438,        -2.559305,         0.124287,       -20.591899,         2.658812,         0.508543,         5.228292,        -0.059907,         0.023536,        -2.545369,       263.000000,       302.312203,         0.364071,         0.067832
+  221, 221, 329641.62, -66529.75,         6.425759,         0.154787,        41.513640,        -0.557782,         0.427985,        -1.303276,        -2.164730,         0.134989,       -16.036361,        -0.301629,         0.542722,        -0.555771,         0.148062,         0.024662,         6.003725,       204.000000,       235.135590,         0.374433,         0.086195
+  222, 222, 327916.01, -45847.58,         8.239159,         0.172582,        47.740468,        -6.002135,         0.423252,       -14.180986,        -2.211651,         0.162287,       -13.628004,         8.503955,         0.461675,        18.419795,        -0.430182,         0.018167,       -23.678975,       376.000000,       357.792844,         0.348109,         0.149448
+  223, 223, 321117.24, -60823.26,         5.854087,         0.174635,        33.521878,         2.755401,         0.475523,         5.794460,        -2.385981,         0.151474,       -15.751742,         0.270089,         0.587138,         0.460009,         0.170547,         0.030018,         5.681549,       290.000000,       235.885063,         0.380502,         0.100893
+  224, 224, 325433.51, -61656.41,         6.506541,         0.164818,        39.477175,         0.020839,         0.465124,         0.044804,        -2.363292,         0.141157,       -16.742337,         1.012074,         0.564934,         1.791492,         0.075049,         0.027480,         2.731037,       294.000000,       235.807808,         0.356763,         0.115367
+  225, 225, 320495.28, -52701.22,         6.027370,         0.186096,        32.388573,         1.315896,         0.461944,         2.848606,        -1.609044,         0.159469,       -10.090024,         6.007093,         0.555028,        10.823038,        -0.114359,         0.030206,        -3.786037,       361.000000,       247.014236,         0.330566,         0.128394
+  226, 226, 320831.13, -45866.47,         7.312676,         0.225055,        32.492872,        -3.004600,         0.542549,        -5.537934,        -1.241171,         0.185115,        -6.704854,        11.626713,         0.571429,        20.346717,        -0.536071,         0.029677,       -18.063709,       432.000000,       296.240898,         0.337234,         0.237120
+  227, 227, 316915.15, -53631.62,         4.983913,         0.190046,        26.224706,         4.416069,         0.462446,         9.549377,        -1.390933,         0.166770,        -8.340417,         3.721657,         0.582180,         6.392623,         0.100666,         0.032444,         3.102764,       156.000000,       248.280596,         0.387267,         0.095729
+  228, 228, 323595.31, -65306.25,         5.554973,         0.173222,        32.068536,         2.759212,         0.480736,         5.739553,        -2.115454,         0.149972,       -14.105621,        -1.693254,         0.596511,        -2.838598,         0.293169,         0.029108,        10.071868,       153.000000,       232.571361,         0.383736,         0.111460
+  229, 229, 318116.79, -58966.35,         5.475199,         0.185822,        29.464787,         4.955886,         0.484804,        10.222453,        -2.521093,         0.164463,       -15.329216,         0.047031,         0.605140,         0.077719,         0.208937,         0.032920,         6.346764,       186.000000,       183.262131,         0.399872,         0.232466
+  230, 230, 339293.11, -47659.81,         8.769540,         0.150822,        58.144934,        -6.613829,         0.357354,       -18.507792,        -2.942046,         0.161906,       -18.171362,        -0.063442,         0.361449,        -0.175521,        -0.191700,         0.015684,       -12.222575,       446.000000,       412.618231,         0.327644,         0.452856
+  231, 231, 334055.07, -44545.18,         8.431651,         0.171728,        49.098936,        -5.900322,         0.403292,       -14.630403,        -2.640243,         0.185704,       -14.217516,         2.429636,         0.430280,         5.646646,        -0.239963,         0.016223,       -14.791947,       248.000000,       397.769139,         0.330637,         0.246801
+  232, 232, 331453.95, -41443.1,         8.035857,         0.174578,        46.030210,        -4.867890,         0.386155,       -12.606050,        -2.772292,         0.201682,       -13.745868,         4.402159,         0.425955,        10.334807,        -0.220217,         0.016010,       -13.754726,       260.000000,       390.330126,         0.350392,         0.293232
+  233, 233, 327954.56, -39544.67,         7.837448,         0.187924,        41.705457,        -4.555251,         0.401783,       -11.337599,        -2.726847,         0.217001,       -12.566073,         8.026184,         0.449784,        17.844513,        -0.307736,         0.017416,       -17.670166,       236.000000,       289.878818,         0.372538,         0.236748
+  234, 234, 321981.74, -36838.07,         8.705510,         0.248816,        34.987685,        -8.627984,         0.513167,       -16.813198,        -2.073726,         0.284886,        -7.279156,        16.551238,         0.629889,        26.276457,        -0.740331,         0.030283,       -24.447064,       175.000000,       155.563064,         0.389385,         0.193515
+  235, 235, 324590.43, -40337.23,         8.406152,         0.195232,        43.057264,        -6.404088,         0.431853,       -14.829310,        -2.152939,         0.215201,       -10.004335,        12.631586,         0.520336,        24.275820,        -0.618342,         0.022304,       -27.723641,       192.000000,       214.803009,         0.385697,         0.221919
+  236, 236, 317357.31, -39249.39,         8.782448,         0.313871,        27.981103,       -10.500139,         0.710709,       -14.774180,        -0.322962,         0.256634,        -1.258456,        13.875093,         0.775024,        17.902799,        -0.819992,         0.044555,       -18.403866,       118.000000,       158.337715,         0.355369,         0.484147
+  237, 237, 333435.39, -77430.79,         5.202961,         0.174545,        29.808760,         2.403458,         0.487804,         4.927102,        -1.541343,         0.151371,       -10.182575,        -4.507922,         0.590548,        -7.633462,         0.433179,         0.027492,        15.756257,       735.000000,       282.021852,         0.415987,         0.242787
+  238, 238, 302126.02, -67286.13,         4.942152,         0.228419,        21.636301,         8.877500,         0.605001,        14.673521,        -4.893662,         0.215648,       -22.692817,        -5.503049,         0.753659,        -7.301773,         0.776872,         0.040853,        19.016485,       346.000000,       254.015152,         0.597606,         0.150093
+  239, 239, 321943.14, -68916.22,         4.947488,         0.178914,        27.652844,         4.461157,         0.499717,         8.927362,        -2.016053,         0.156667,       -12.868360,        -3.736515,         0.618216,        -6.044027,         0.455175,         0.030280,        15.032310,       247.000000,       193.826219,         0.414164,         0.317943
+  240, 240, 314598.5, -64965.34,         4.816002,         0.194942,        24.704834,         8.024845,         0.542677,        14.787506,        -3.271465,         0.176497,       -18.535554,        -3.943586,         0.648969,        -6.076699,         0.532799,         0.034936,        15.250768,       463.000000,       258.207329,         0.479460,         0.159683
+  241, 241, 310206.19, -67759.02,         4.661372,         0.199930,        23.315076,         8.545372,         0.552014,        15.480346,        -3.694831,         0.185326,       -19.936926,        -5.088488,         0.669206,        -7.603775,         0.667859,         0.035653,        18.732049,       279.000000,       240.559119,         0.532075,         0.113122
+  242, 242, 326961.41, -72189.14,         5.128578,         0.174428,        29.402280,         2.952711,         0.491294,         6.010073,        -1.693575,         0.154047,       -10.993884,        -3.951761,         0.602443,        -6.559558,         0.431087,         0.028486,        15.133116,        93.000000,       191.685441,         0.401829,         0.308717
+  243, 243, 306522.23, -44854.32,         3.690036,         0.259531,        14.218096,         2.861401,         0.548516,         5.216619,        -1.054993,         0.200170,        -5.270488,       -11.004938,         1.010755,       -10.887838,         0.942368,         0.048579,        19.398621,       686.000000,       326.552303,         0.471467,         0.332129
+  244, 244, 332009.57, -86587.48,         4.438423,         0.190255,        23.328828,         3.889678,         0.534292,         7.280065,        -1.158721,         0.166623,        -6.954151,        -6.749928,         0.637324,       -10.591044,         0.612286,         0.030843,        19.851975,       105.000000,       141.948797,         0.437111,         0.371110
+  245, 245, 291250.63, -62212.96,         4.860810,         0.287826,        16.888046,         5.638558,         0.735865,         7.662486,        -5.873508,         0.271895,       -21.602128,        -5.511637,         1.120786,        -4.917654,         1.160513,         0.056597,        20.504868,       200.000000,       175.003193,         0.627501,         0.181055
+  246, 246, 302274.84, -54583.9,         4.131069,         0.238436,        17.325702,         5.186386,         0.570219,         9.095425,        -3.877789,         0.210750,       -18.399942,        -6.430871,         0.896340,        -7.174590,         1.086936,         0.046914,        23.168912,       209.000000,       177.994827,         0.588641,         0.142957
+  247, 247, 313999.38, -53197.4,         4.480984,         0.192387,        23.291469,         5.482900,         0.464337,        11.808031,        -1.438585,         0.166805,        -8.624357,         2.514699,         0.586949,         4.284359,         0.255747,         0.032485,         7.872706,       265.000000,       252.116551,         0.451342,         0.146883
+  248, 248, 299312.82, -60819.66,         4.759873,         0.241437,        19.714746,         6.698499,         0.593428,        11.287808,        -4.807882,         0.219784,       -21.875488,        -5.697375,         0.837779,        -6.800573,         0.940830,         0.045175,        20.826350,        88.000000,       252.103601,         0.609454,         0.128997
+  249, 249, 308373.06, -57401.82,         4.577484,         0.213214,        21.468940,         7.861881,         0.522303,        15.052349,        -3.699727,         0.199471,       -18.547707,        -3.253703,         0.688245,        -4.727536,         0.670664,         0.038184,        17.564153,       121.000000,       161.208311,         0.559151,         0.147869
+  250, 250, 309678.63, -51875.49,         3.915597,         0.216375,        18.096317,         5.886174,         0.524476,        11.222959,        -2.133654,         0.188831,       -11.299251,        -1.089661,         0.723423,        -1.506256,         0.657125,         0.039102,        16.805344,       140.000000,       221.257200,         0.520919,         0.094071
+  251, 251, 311833.72, -57007.52,         4.673467,         0.200449,        23.315044,         7.615701,         0.494826,        15.390671,        -3.012357,         0.186724,       -16.132640,        -1.247852,         0.624198,        -1.999128,         0.469540,         0.035267,        13.313994,       104.000000,        94.690496,         0.504261,         0.231594
+  252, 252, 327926.88, -75230.85,         4.913561,         0.178305,        27.557060,         3.249639,         0.506152,         6.420285,        -1.528110,         0.157776,        -9.685306,        -4.868754,         0.610505,        -7.974966,         0.489427,         0.028969,        16.895071,        41.000000,       140.098270,         0.410932,         0.238675
+  253, 253, 307926.73, -64266.21,         4.969128,         0.213447,        23.280345,         9.210357,         0.571208,        16.124362,        -4.490972,         0.203569,       -22.061130,        -4.653898,         0.697608,        -6.671219,         0.651919,         0.038268,        17.035658,        64.000000,       117.737421,         0.563679,         0.232929
+  254, 254, 299390.82, -71196.86,         4.785658,         0.227777,        21.010289,         8.597619,         0.609638,        14.102819,        -4.744894,         0.213366,       -22.238248,        -5.889263,         0.755001,        -7.800334,         0.833174,         0.040360,        20.643716,        49.000000,        62.852877,         0.598978,         0.211631
+  255, 255, 295866.34, -72353.52,         4.838026,         0.235559,        20.538509,         8.269920,         0.623611,        13.261336,        -4.953420,         0.219851,       -22.530825,        -5.904348,         0.781787,        -7.552373,         0.870533,         0.041832,        20.809983,        44.000000,       130.372269,         0.607714,         0.181497
+  256, 256, 299578.37, -47629.99,         3.183204,         0.273979,        11.618424,         5.451985,         0.582634,         9.357473,        -2.087656,         0.213173,        -9.793232,       -13.204366,         1.140220,       -11.580541,         1.238068,         0.051951,        23.831453,        35.000000,        67.932402,         0.555682,         0.294512
+  257, 257, 293314.45, -52457.68,         3.743547,         0.272761,        13.724658,         5.671835,         0.631539,         8.980970,        -3.307270,         0.218146,       -15.160835,       -11.917304,         1.090726,       -10.926031,         1.231454,         0.053652,        22.952700,         6.000000,        25.200319,         0.600419,         0.207435
+  258, 258, 299215.09, -41823.07,         3.290740,         0.265001,        12.417839,         7.425451,         0.549157,        13.521553,        -1.009346,         0.202995,        -4.972264,       -13.948162,         1.025584,       -13.600217,         0.871965,         0.047625,        18.308983,        32.000000,       128.621564,         0.521383,         0.415241
+  259, 259, 288944.87, -47144.31,         3.128914,         0.282635,        11.070494,         9.357168,         0.623523,        15.006943,        -1.959170,         0.218843,        -8.952387,       -13.981412,         1.046928,       -13.354704,         1.028433,         0.052382,        19.633356,        28.000000,        19.657121,         0.595229,         0.125451
+  260, 260, 290541.99, -38708.26,         2.894726,         0.277214,        10.442221,        11.267686,         0.596214,        18.898743,        -1.021710,         0.207539,        -4.922984,       -12.640997,         0.954033,       -13.250058,         0.753552,         0.049071,        15.356327,        10.000000,        63.151762,         0.567780,         0.142821
+  261, 261, 285964.14, -39392.46,         2.745031,         0.289122,         9.494353,        12.451695,         0.625127,        19.918660,        -1.151215,         0.214098,        -5.377059,       -12.372224,         0.961801,       -12.863601,         0.766503,         0.050801,        15.088282,        12.000000,        21.769771,         0.588884,         0.138953
diff --git a/pysal/examples/tokyo/tokyo_BS_NN_summary.txt b/pysal/examples/tokyo/tokyo_BS_NN_summary.txt
new file mode 100755
index 0000000..69a91d7
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_BS_NN_summary.txt
@@ -0,0 +1,162 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 8:23:10 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_BS_NN.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+Number of areas/points: 262
+
+Model settings---------------------------------
+Model type: Poisson
+Geographic kernel: adaptive bi-square
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 5
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: IDnum0
+Easting (x-coord): field2 : X_CENTROID
+Northing (y-coord): field3: Y_CENTROID
+Cartesian coordinates: Euclidean distance
+Dependent variable: field4: db2564
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field6: OCC_TEC
+Independent variable with varying (Local) coefficient: field7: OWNH
+Independent variable with varying (Local) coefficient: field8: POP65
+Independent variable with varying (Local) coefficient: field9: UNEMP
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   5
+Deviance:                          24597.455544
+Classic AIC:                       24607.455544
+AICc:                              24607.689919
+BIC/MDL:                           24625.297266
+Percent deviance explained             0.526746
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   8.432403        0.061613      136.859875     4593.526955
+OCC_TEC                    -4.270431        0.156467      -27.292831        0.013976
+OWNH                       -4.789311        0.046070     -103.957933        0.008318
+POP65                      -1.252659        0.178384       -7.022265        0.285744
+UNEMP                       0.061305        0.010099        6.070542        1.063223
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 50,  262
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:    50.000 Criterion:  13285.297
+  p1            Bandwidth:    54.513 Criterion:  13883.832
+  p2            Bandwidth:    57.302 Criterion:  14277.220
+  pU            Bandwidth:    61.814 Criterion:  14823.882
+ iter    1 (p1) Bandwidth:    54.513 Criterion:  13883.832 Diff:      2.789
+ iter    2 (p1) Bandwidth:    52.789 Criterion:  13595.764 Diff:      1.724
+ iter    3 (p1) Bandwidth:    51.724 Criterion:  13457.435 Diff:      1.065
+The lower limit in your search has been selected as the optimal bandwidth size.
+A new sesssion is recommended to try with a smaller lowest limit of the bandwidth search.
+Best bandwidth size 50.000
+Minimum AICc    13285.297
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                   50.000000
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           276385.400000   408226.180000   131840.780000
+Y-coord           -86587.480000    33538.420000   120125.900000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         51.200710
+Effective number of parameters (variance: trace(S'WSW^-1)):               37.243822
+Degree of freedom (model: n - trace(S)):                                 210.799290
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           196.842402
+Deviance:                          13157.416861
+Classic AIC:                       13259.818280
+AICc:                              13285.297045
+BIC/MDL:                           13442.520052
+Percent deviance explained             0.746852
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_BS_NN_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   6.999979        2.285454
+OCC_TEC                     2.878608        8.847676
+OWNH                       -3.894854        1.746973
+POP65                       1.787710       10.486526
+UNEMP                       0.025665        0.509711
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                   0.092823       13.643524       13.550701
+OCC_TEC                   -15.109710       37.386385       52.496096
+OWNH                       -7.776524        0.128994        7.905518
+POP65                     -13.981412       34.398356       48.379768
+UNEMP                      -1.889846        1.238068        3.127914
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   5.389016        7.348540        8.493162
+OCC_TEC                    -3.950324        2.752242        7.473013
+OWNH                       -5.048143       -4.141796       -2.717312
+POP65                      -5.428713       -1.972543        6.458122
+UNEMP                      -0.283051        0.096767        0.340126
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   3.104146        2.301072
+OCC_TEC                    11.423338        8.468004
+OWNH                        2.330831        1.727821
+POP65                      11.886835        8.811590
+UNEMP                       0.623177        0.461955
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model            24597.456    257.000            95.710
+GWR model               13157.417    196.842            66.842
+Difference              11440.039     60.158           190.168
+
+*****************************************************************************
+Program terminated at 7/25/2016 8:23:12 AM
diff --git a/pysal/examples/tokyo/tokyo_GS_F.ctl b/pysal/examples/tokyo/tokyo_GS_F.ctl
new file mode 100755
index 0000000..1056847
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_GS_F.ctl
@@ -0,0 +1,41 @@
+
+C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+FORMAT/DELIMITER: 0
+Number_of_fields: 9
+Number_of_areas: 262
+Fields
+AreaKey 001 IDnum0
+X 002 X_CENTROID
+Y 003 Y_CENTROID
+Gmetric 0
+Dependent 004 db2564
+Offset 
+Independent_geo 5
+000 Intercept
+006 OCC_TEC
+007 OWNH
+008 POP65
+009 UNEMP
+Independent_fix 0
+Unused_fields 1
+005 eb2564
+MODELTYPE: 1
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 0
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_GS_F_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_GS_F_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/tokyo/tokyo_GS_F_listwise.csv b/pysal/examples/tokyo/tokyo_GS_F_listwise.csv
new file mode 100755
index 0000000..00da8fe
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_GS_F_listwise.csv
@@ -0,0 +1,263 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_OCC_TEC, se_OCC_TEC, t_OCC_TEC, est_OWNH, se_OWNH, t_OWNH, est_POP65, se_POP65, t_POP65, est_UNEMP, se_UNEMP, t_UNEMP, y, yhat, localpdev, Ginfluence
+    0, 0, 378906.83, 17310.41,         3.583271,         1.027423,         3.487630,         7.503378,         1.913482,         3.921323,        -2.707419,         0.461286,        -5.869289,        -2.758479,         2.654843,        -1.039036,         0.839897,         0.147079,         5.710524,       189.000000,       149.519270,         0.912745,         0.762091
+    1, 1, 334095.21, 25283.2,         7.605694,         0.473666,        16.057094,         6.168525,         1.937685,         3.183451,        -5.661664,         0.494936,       -11.439174,         8.024303,         1.771118,         4.530642,        -0.262738,         0.072732,        -3.612410,        95.000000,        86.823391,         0.751551,         0.638654
+    2, 2, 378200.19, -877.05,         7.332111,         0.446111,        16.435606,         2.886554,         1.028578,         2.806353,        -3.823065,         0.240810,       -15.875840,        -7.680216,         1.303281,        -5.892986,         0.059754,         0.099284,         0.601850,        70.000000,        59.977644,         0.855759,         0.544328
+    3, 3, 357191.03, 29064.39,         7.769326,         0.714282,        10.877117,         0.665213,         1.832467,         0.363015,        -2.765460,         0.826580,        -3.345664,        -9.576680,         2.462993,        -3.888229,        -0.258572,         0.095482,        -2.708079,        48.000000,        48.640000,         0.870092,         0.562028
+    4, 4, 358056.34, 10824.73,         8.243570,         0.399626,        20.628200,        -3.395993,         0.821400,        -4.134397,        -5.186489,         0.275598,       -18.819043,        -3.607446,         1.292753,        -2.790514,         0.358330,         0.065784,         5.447071,        65.000000,        52.114302,         0.855175,         0.329222
+    5, 5, 366747.61, -3073.12,         7.564261,         0.317851,        23.798150,         0.577583,         0.828971,         0.696747,        -5.719636,         0.190156,       -30.078716,        -3.545991,         0.985423,        -3.598447,         0.561150,         0.065277,         8.596466,       107.000000,       197.234731,         0.873885,         0.229012
+    6, 6, 351099.27, 11800.35,         8.106939,         0.318757,        25.432986,        -0.155342,         0.736326,        -0.210969,        -4.730732,         0.266637,       -17.742225,        -4.033351,         1.124534,        -3.586687,         0.130943,         0.051685,         2.533501,        65.000000,        50.422125,         0.815303,         0.266846
+    7, 7, 377929.98, 4635.1,         6.714674,         0.565174,        11.880721,         3.374096,         1.169632,         2.884751,        -3.352372,         0.293283,       -11.430483,        -7.515642,         1.429521,        -5.257453,         0.135820,         0.103493,         1.312356,        76.000000,        70.280322,         0.849061,         0.258663
+    8, 8, 367529.91, 20192.51,        11.146358,         0.796408,        13.995790,        -8.451825,         1.542881,        -5.477951,        -6.349870,         0.474024,       -13.395660,       -11.903423,         2.091466,        -5.691425,         0.044412,         0.093230,         0.476377,       192.000000,       191.261883,         0.944671,         0.988064
+    9, 9, 389231.47, 3489.35,         5.165397,         0.581240,         8.886859,        11.651789,         1.594139,         7.309142,        -2.003645,         0.319804,        -6.265234,        -3.417730,         1.783715,        -1.916074,        -0.243895,         0.114620,        -2.127859,        27.000000,        29.599423,         0.822465,         0.206989
+   10, 10, 389427.64, 9290.1,         2.085473,         0.894051,         2.332611,        16.162142,         2.041381,         7.917261,        -0.987040,         0.451632,        -2.185499,         0.871715,         2.039607,         0.427394,         0.335267,         0.125729,         2.666580,        28.000000,        48.297877,         0.824849,         0.685177
+   11, 11, 381089.82, 9125.81,         4.345788,         0.715714,         6.071957,         8.001751,         1.504088,         5.320002,        -2.350789,         0.348904,        -6.737629,        -3.783707,         1.780801,        -2.124721,         0.421303,         0.112712,         3.737873,        63.000000,        90.023658,         0.867041,         0.277608
+   12, 12, 371082.66, 6843.9,         8.305331,         0.509114,        16.313305,        -2.237278,         1.059384,        -2.111867,        -4.685393,         0.313517,       -14.944626,        -7.925982,         1.406658,        -5.634620,         0.220273,         0.085624,         2.572573,        34.000000,        36.966460,         0.862134,         0.379282
+   13, 13, 388281.84, -1760.78,         6.778143,         0.475673,        14.249590,         7.005023,         1.711122,         4.093818,        -2.591444,         0.271794,        -9.534578,        -6.004250,         1.807191,        -3.322422,        -0.409358,         0.113716,        -3.599836,        17.000000,        17.022965,         0.851631,         0.266099
+   14, 14, 386771.66, -4857.11,         7.081289,         0.445029,        15.911986,         5.469208,         1.638971,         3.336977,        -2.923965,         0.267361,       -10.936390,        -6.487191,         1.768168,        -3.668877,        -0.329698,         0.104184,        -3.164577,        25.000000,        18.169965,         0.861207,         0.305453
+   15, 15, 397029.93, 4912.15,         4.753586,         0.842220,         5.644113,        11.000473,         4.019815,         2.736562,        -1.156187,         0.427339,        -2.705546,        -5.191879,         3.642218,        -1.425472,        -0.229300,         0.158028,        -1.451006,        17.000000,        22.039289,         0.703781,         0.613688
+   16, 16, 399583.28, 1217.51,         7.586034,         0.780414,         9.720521,        -1.517378,         4.795840,        -0.316395,        -1.390538,         0.380046,        -3.658871,       -13.141668,         3.903645,        -3.366512,        -0.439975,         0.180023,        -2.443998,        31.000000,        20.784505,         0.740272,         0.397756
+   17, 17, 389413.79, 18915.59,        -1.730128,         1.299855,        -1.331016,        19.145329,         2.586813,         7.401127,         0.215032,         0.584278,         0.368031,         7.572270,         2.610111,         2.901129,         1.147673,         0.194376,         5.904386,        27.000000,        15.315532,         0.862948,         0.562543
+   18, 18, 374811.31, 23395.2,         9.785750,         1.247184,         7.846277,        -5.133577,         2.130728,        -2.409307,        -5.690811,         0.594372,        -9.574486,       -12.194400,         3.509347,        -3.474835,         0.239084,         0.139760,         1.710677,        10.000000,        15.564568,         0.945480,         0.766519
+   19, 19, 366291.01, 3851.09,         8.260723,         0.353326,        23.379893,        -2.978271,         0.715336,        -4.163459,        -5.436460,         0.249291,       -21.807706,        -4.907749,         1.239158,        -3.960551,         0.424655,         0.071007,         5.980481,        42.000000,        37.772440,         0.863505,         0.234206
+   20, 20, 362053.67, 7027.25,         8.182824,         0.361668,        22.625251,        -3.537416,         0.728688,        -4.854497,        -5.471257,         0.259767,       -21.062134,        -3.195925,         1.302194,        -2.454262,         0.455804,         0.066410,         6.863486,        20.000000,        31.779904,         0.862923,         0.354732
+   21, 21, 350567.45, 26456.28,         6.567726,         0.516736,        12.710027,         2.343458,         1.265270,         1.852141,        -2.316452,         0.560271,        -4.134523,        -5.673143,         1.870016,        -3.033741,        -0.139021,         0.062073,        -2.239624,        40.000000,        30.413083,         0.745055,         0.253060
+   22, 22, 356783.59, 23682.89,         7.972697,         0.572028,        13.937600,        -0.458254,         1.322276,        -0.346565,        -3.355186,         0.539526,        -6.218771,        -7.940967,         1.745047,        -4.550575,        -0.164140,         0.079425,        -2.066605,        15.000000,        31.320945,         0.873779,         0.284045
+   23, 23, 356225.47, 19763.98,         8.056675,         0.488213,        16.502360,        -1.273385,         1.068521,        -1.191727,        -3.794711,         0.399926,        -9.488528,        -6.777468,         1.445978,        -4.687116,        -0.046108,         0.069638,        -0.662113,        47.000000,        46.625584,         0.864269,         0.241495
+   24, 24, 338360.54, 25697.56,         7.238068,         0.488495,        14.817068,         2.218634,         1.786882,         1.241623,        -4.505027,         0.504016,        -8.938259,         3.221451,         1.721941,         1.870826,        -0.127814,         0.068806,        -1.857612,        68.000000,        80.924279,         0.722950,         0.801990
+   25, 25, 337846.31, 18213.38,         8.157668,         0.403901,        20.197192,         5.181904,         1.411085,         3.672283,        -5.135945,         0.377811,       -13.593940,         1.050249,         1.439262,         0.729714,        -0.294510,         0.059855,        -4.920430,        17.000000,        30.867093,         0.719785,         0.177535
+   26, 26, 344074.13, 27136.92,         6.677757,         0.497390,        13.425604,         0.557351,         1.424316,         0.391311,        -3.167179,         0.509139,        -6.220661,        -1.423756,         1.746432,        -0.815237,        -0.052758,         0.062907,        -0.838666,        57.000000,        42.990723,         0.694171,         0.385570
+   27, 27, 349087.82, 19336.47,         7.267366,         0.417034,        17.426312,         1.453143,         1.004612,         1.446473,        -3.239515,         0.405461,        -7.989704,        -5.000441,         1.365174,        -3.662858,        -0.104307,         0.054018,        -1.930976,        40.000000,        32.747531,         0.772776,         0.234407
+   28, 28, 343402.57, 18620.67,         7.649818,         0.412220,        18.557621,         2.703995,         1.140916,         2.370020,        -3.953814,         0.397841,        -9.938172,        -3.180580,         1.407996,        -2.258941,        -0.177137,         0.054491,        -3.250781,        47.000000,        53.668724,         0.737241,         0.254496
+   29, 29, 359036.48, 1198.74,         6.600899,         0.266005,        24.814945,         2.526918,         0.613045,         4.121911,        -5.139025,         0.168999,       -30.408696,        -0.478942,         0.878720,        -0.545045,         0.634242,         0.051182,        12.391885,        49.000000,        52.709712,         0.843163,         0.192972
+   30, 30, 370771.99, -1522.12,         8.137645,         0.397337,        20.480465,        -1.166856,         0.964096,        -1.210311,        -5.412199,         0.229516,       -23.580963,        -6.392830,         1.101124,        -5.805733,         0.406421,         0.083276,         4.880393,        49.000000,        48.964753,         0.867845,         0.252182
+   31, 31, 376842.13, -7139.16,         7.442065,         0.374870,        19.852398,         1.941134,         1.240975,         1.564201,        -4.911828,         0.205570,       -23.893700,        -5.619974,         1.477559,        -3.803554,         0.336744,         0.079476,         4.237046,        27.000000,        28.203888,         0.878352,         0.215892
+   32, 32, 318049.53, 32744.59,        -1.521117,         0.539068,        -2.821754,        42.894933,         3.445524,        12.449467,        -3.188179,         0.393720,        -8.097585,        31.574086,         3.022992,        10.444647,         0.252377,         0.095792,         2.634620,       120.000000,        96.693831,         0.854139,         0.511346
+   33, 33, 325761.21, 31092.21,         5.156148,         0.370234,        13.926718,        18.229031,         2.742931,         6.645822,        -5.249772,         0.353953,       -14.831843,        15.808644,         2.174628,         7.269585,        -0.193020,         0.086131,        -2.241007,        28.000000,        32.266009,         0.859828,         0.415415
+   34, 34, 318112.24, 28405.62,        -0.404019,         0.461059,        -0.876285,        40.874466,         2.867247,        14.255648,        -3.969552,         0.324411,       -12.236181,        30.994300,         2.370526,        13.074863,         0.128699,         0.081356,         1.581922,        16.000000,        23.157511,         0.849047,         0.202074
+   35, 35, 310480.1, 28809.03,        -2.767849,         0.522226,        -5.300095,        43.383580,         2.688902,        16.134311,        -2.972523,         0.383728,        -7.746436,        32.133177,         2.767619,        11.610404,         0.642311,         0.104016,         6.175109,        14.000000,        23.743367,         0.838679,         0.218844
+   36, 36, 306513.97, 32751.48,        -3.613954,         0.610979,        -5.915021,        46.082495,         3.355164,        13.734795,        -1.776735,         0.487460,        -3.644887,        28.608728,         3.713935,         7.703078,         0.700645,         0.137135,         5.109171,        43.000000,        57.957940,         0.823292,         0.870919
+   37, 37, 311395.51, 33538.42,        -3.823673,         0.641158,        -5.963702,        46.740425,         3.674373,        12.720652,        -1.774326,         0.481964,        -3.681448,        30.347904,         3.698050,         8.206462,         0.695315,         0.127172,         5.467513,        29.000000,        16.532202,         0.832093,         0.405390
+   38, 38, 314408.34, -4572.95,         6.941494,         0.230080,        30.169902,         6.152912,         0.576925,        10.665021,        -2.944005,         0.157853,       -18.650351,         5.216627,         0.797879,         6.538118,        -0.502366,         0.048568,       -10.343480,       401.000000,       142.038363,         0.386441,         0.089966
+   39, 39, 303850.22, 22478,         1.196177,         0.329627,         3.628881,        26.700529,         1.547638,        17.252443,        -4.760161,         0.343980,       -13.838500,        22.498100,         2.422600,         9.286757,         0.580904,         0.104698,         5.548348,       210.000000,       149.191825,         0.838450,         0.487867
+   40, 40, 337540.25, -12310.61,         8.640373,         0.133895,        64.531100,        -5.875519,         0.293408,       -20.025108,        -4.160014,         0.116399,       -35.739165,         2.084691,         0.316873,         6.578943,        -0.081690,         0.019467,        -4.196339,       711.000000,       342.295397,         0.475725,         0.138292
+   41, 41, 330948.96, -8687.59,         9.406310,         0.152157,        61.819773,        -6.015903,         0.357931,       -16.807437,        -4.194242,         0.114151,       -36.743052,         9.216549,         0.343475,        26.833265,        -0.565182,         0.021977,       -25.716813,       544.000000,       275.061307,         0.416837,         0.131180
+   42, 42, 327143.99, -3103.01,        10.763039,         0.198847,        54.127198,        -2.739570,         0.486418,        -5.632132,        -5.511744,         0.127558,       -43.209703,         9.901238,         0.441590,        22.421792,        -0.974440,         0.035165,       -27.710469,       557.000000,       241.762914,         0.469297,         0.105496
+   43, 43, 312830.72, 21412.1,         1.146120,         0.327173,         3.503107,        29.003930,         1.536848,        18.872343,        -4.687563,         0.271064,       -17.293194,        24.493427,         1.914466,        12.793871,         0.456108,         0.075173,         6.067483,       132.000000,        88.008443,         0.833012,         0.165067
+   44, 44, 312874.14, -17053.63,         6.026608,         0.219445,        27.462903,         0.571960,         0.527432,         1.084425,        -1.338212,         0.156901,        -8.529021,         9.826961,         0.631248,        15.567513,        -0.378202,         0.038312,        -9.871533,       395.000000,       148.609649,         0.245262,         0.151501
+   45, 45, 293680.38, -8010.1,         5.564062,         0.335400,        16.589334,         5.156718,         1.007509,         5.118286,        -2.381827,         0.247294,        -9.631558,        -4.181724,         1.085420,        -3.852633,         0.079076,         0.065504,         1.207191,        97.000000,        66.802288,         0.644372,         0.190243
+   46, 46, 325185.11, 20460.45,         7.198158,         0.330520,        21.778254,        14.939964,         1.734099,         8.615404,        -6.556824,         0.289450,       -22.652689,        14.082451,         1.558134,         9.038023,        -0.401987,         0.067500,        -5.955342,        91.000000,        81.978255,         0.784165,         0.269604
+   47, 47, 305971.31, 8472,         6.317833,         0.367643,        17.184674,         2.603623,         1.202230,         2.165661,        -4.921982,         0.352602,       -13.959014,         3.626600,         1.546280,         2.345370,         0.329918,         0.090737,         3.635980,        97.000000,        87.738854,         0.715712,         0.153915
+   48, 48, 335330.5, -108.19,        10.415249,         0.195444,        53.290305,        -1.219953,         0.479659,        -2.543375,        -5.600556,         0.133864,       -41.837796,         0.345078,         0.496586,         0.694901,        -0.562226,         0.038997,       -14.417121,       148.000000,       103.454691,         0.600146,         0.175609
+   49, 49, 339115.66, 3202.05,         9.648633,         0.202784,        47.580883,         2.335679,         0.509337,         4.585728,        -5.619107,         0.139363,       -40.319914,        -5.272906,         0.698492,        -7.548988,        -0.256601,         0.043552,        -5.891812,       269.000000,       197.649945,         0.691854,         0.237725
+   50, 50, 309271.13, -10589.17,         4.960458,         0.221082,        22.437177,         7.151584,         0.557675,        12.823936,        -0.908742,         0.158535,        -5.732133,        -0.994945,         0.798922,        -1.245358,        -0.123233,         0.042609,        -2.892153,       183.000000,       139.044507,         0.292890,         0.115902
+   51, 51, 319972.62, 24634.35,         2.361738,         0.371231,         6.361906,        31.822797,         2.327004,        13.675436,        -4.936541,         0.277295,       -17.802460,        24.852927,         1.951095,        12.737936,        -0.077743,         0.071372,        -1.089264,        86.000000,        69.030868,         0.836368,         0.166581
+   52, 52, 317013.43, 12374.14,         6.668260,         0.297600,        22.406823,        10.789453,         1.048452,        10.290837,        -5.848149,         0.230062,       -25.419907,        10.470762,         1.224324,         8.552280,        -0.079478,         0.061816,        -1.285717,        86.000000,        79.899494,         0.766892,         0.121473
+   53, 53, 323345.93, 2314.46,         9.686595,         0.267960,        36.149435,         5.801151,         0.718487,         8.074119,        -5.667896,         0.185506,       -30.553747,         5.833067,         0.798395,         7.305993,        -0.840758,         0.047814,       -17.583895,       244.000000,       185.322921,         0.597309,         0.213298
+   54, 54, 327610.55, -7504.02,         9.714134,         0.167354,        58.045333,        -5.428247,         0.391100,       -13.879427,        -4.446383,         0.115527,       -38.487735,        12.119492,         0.368801,        32.861868,        -0.757595,         0.025763,       -29.406188,       120.000000,       255.807471,         0.403702,         0.123333
+   55, 55, 343813.29, -11626.17,         8.446375,         0.139143,        60.702827,        -4.196504,         0.310036,       -13.535553,        -4.701372,         0.114969,       -40.892345,        -2.017476,         0.323634,        -6.233825,         0.155200,         0.022689,         6.840463,       297.000000,       381.383903,         0.589158,         0.214246
+   56, 56, 342508.85, -4698.16,         8.452075,         0.179695,        47.035696,        -0.938219,         0.408167,        -2.298616,        -4.703138,         0.125348,       -37.520769,        -1.254245,         0.403593,        -3.107700,         0.014205,         0.032393,         0.438517,       393.000000,       204.578820,         0.612652,         0.133604
+   57, 57, 333426.78, -13559.3,         8.434160,         0.140759,        59.919009,        -5.818788,         0.289117,       -20.126090,        -3.826566,         0.125641,       -30.456245,         5.076432,         0.328404,        15.457890,        -0.180651,         0.018673,        -9.674534,       103.000000,       332.690696,         0.427785,         0.083845
+   58, 58, 330824.95, -14794.45,         8.237176,         0.148088,        55.623561,        -5.663974,         0.289185,       -19.585959,        -3.713510,         0.133358,       -27.846115,         7.004592,         0.338587,        20.687689,        -0.215743,         0.018793,       -11.479767,       136.000000,       440.696221,         0.413337,         0.455718
+   59, 59, 304617.97, -15261.45,         3.840805,         0.263773,        14.561033,         9.121915,         0.645796,        14.125079,        -0.104860,         0.188197,        -0.557181,        -6.284887,         0.880282,        -7.139631,         0.134195,         0.049031,         2.736965,       160.000000,       143.620801,         0.324843,         0.311094
+   60, 60, 338062.78, -13156.47,         8.572324,         0.132138,        64.874243,        -5.912995,         0.286176,       -20.662128,        -4.196812,         0.118024,       -35.558820,         1.331234,         0.315468,         4.219867,        -0.028369,         0.019190,        -1.478327,       102.000000,       255.567879,         0.482131,         0.174581
+   61, 61, 325419.58, -15527.5,         7.978480,         0.165517,        48.203528,        -5.762072,         0.312781,       -18.422090,        -3.412864,         0.141813,       -24.065974,        12.216134,         0.364511,        33.513786,        -0.364314,         0.021044,       -17.312330,       142.000000,       228.837943,         0.392213,         0.142500
+   62, 62, 324052.62, -12510.9,         8.304182,         0.172190,        48.226978,        -5.641980,         0.342909,       -16.453273,        -3.442209,         0.131314,       -26.213666,        14.661421,         0.382649,        38.315592,        -0.549234,         0.024155,       -22.737545,        83.000000,       106.755259,         0.373587,         0.120831
+   63, 63, 327521.88, -17674.68,         7.986641,         0.156880,        50.909221,        -5.630770,         0.291783,       -19.297773,        -3.718915,         0.143766,       -25.867913,         8.916665,         0.343360,        25.968817,        -0.218330,         0.019483,       -11.206413,        78.000000,       236.140690,         0.405352,         0.096593
+   64, 64, 322114.34, -17894.35,         7.626033,         0.176599,        43.182725,        -5.862999,         0.325705,       -18.000974,        -3.075031,         0.148784,       -20.667764,        14.326457,         0.375410,        38.162193,        -0.381298,         0.023199,       -16.435951,       201.000000,       153.466138,         0.373636,         0.122395
+   65, 65, 320355.21, 5840.48,         8.204914,         0.302291,        27.142394,         9.741222,         0.878002,        11.094767,        -5.449843,         0.217210,       -25.090212,         6.055519,         0.954339,         6.345252,        -0.547466,         0.053639,       -10.206522,        87.000000,        88.153645,         0.673059,         0.098714
+   66, 66, 330341.07, 12925.79,         9.671619,         0.317689,        30.443645,         6.213818,         1.200853,         5.174503,        -6.895192,         0.252845,       -27.270395,         4.499135,         1.121706,         4.010977,        -0.518703,         0.058976,        -8.795117,        89.000000,       127.783450,         0.741707,         0.183475
+   67, 67, 318527.16, 8318.24,         7.463312,         0.311354,        23.970497,        10.226915,         0.930737,        10.987974,        -5.510866,         0.228453,       -24.122563,         7.351382,         1.037470,         7.085871,        -0.330051,         0.058173,        -5.673598,        80.000000,       111.295525,         0.714947,         0.168044
+   68, 68, 347297.26, -13547.71,         8.302775,         0.139473,        59.529771,        -3.178209,         0.314947,       -10.091251,        -5.001857,         0.118651,       -42.156199,        -4.286554,         0.331785,       -12.919669,         0.295632,         0.023094,        12.801066,       105.000000,       323.460047,         0.644413,         0.285291
+   69, 69, 321375.58, -10594.12,         8.511757,         0.190128,        44.768511,        -4.488192,         0.391738,       -11.457113,        -3.580699,         0.129688,       -27.610164,        15.775353,         0.431489,        36.560229,        -0.696984,         0.030738,       -22.675290,       114.000000,       195.779995,         0.346419,         0.180894
+   70, 70, 318675.19, -8454.47,         8.282021,         0.214851,        38.547808,        -0.969505,         0.476632,        -2.034075,        -3.516127,         0.143391,       -24.521182,        13.031313,         0.570519,        22.841140,        -0.730248,         0.039407,       -18.530950,       101.000000,       165.140728,         0.330218,         0.228780
+   71, 71, 350174.04, -12060.87,         7.691862,         0.159771,        48.143174,         0.177653,         0.371571,         0.478112,        -4.958274,         0.125034,       -39.655434,        -5.212899,         0.353783,       -14.734729,         0.411824,         0.027361,        15.051245,       181.000000,       257.122418,         0.696736,         0.232092
+   72, 72, 329442.54, 5939.52,        10.354961,         0.280736,        36.885096,         3.637696,         0.801463,         4.538819,        -6.348881,         0.193141,       -32.871664,         1.095688,         0.884476,         1.238798,        -0.656300,         0.051187,       -12.821690,        82.000000,        77.536351,         0.689327,         0.205983
+   73, 73, 307098.94, 992.68,         6.267891,         0.354550,        17.678435,         4.121365,         0.890409,         4.628621,        -3.480062,         0.272704,       -12.761300,         0.337112,         1.085886,         0.310449,         0.036437,         0.070203,         0.519023,        93.000000,       148.708357,         0.578436,         0.416415
+   74, 74, 337247.61, 14030.91,         9.444446,         0.317411,        29.754663,         4.536747,         1.202909,         3.771480,        -6.152800,         0.278072,       -22.126682,        -0.671004,         1.253928,        -0.535122,        -0.383173,         0.057004,        -6.721816,        67.000000,        86.176957,         0.743359,         0.411816
+   75, 75, 306612.95, -2173.79,         6.010946,         0.322893,        18.615910,         4.767723,         0.792336,         6.017298,        -2.801243,         0.230355,       -12.160540,        -1.066857,         0.975403,        -1.093760,        -0.010387,         0.061033,        -0.170185,        55.000000,       128.816520,         0.516044,         0.372098
+   76, 76, 301727, -6640.87,         5.259818,         0.301381,        17.452372,         5.323939,         0.806431,         6.601853,        -1.821194,         0.208860,        -8.719695,        -4.937780,         0.970733,        -5.086651,         0.106522,         0.055368,         1.923881,        68.000000,        72.538345,         0.510646,         0.151214
+   77, 77, 326724.18, 5478.1,         9.994544,         0.300588,        33.250013,         5.159399,         0.854498,         6.037927,        -6.189602,         0.206698,       -29.945091,         3.181647,         0.903610,         3.521039,        -0.705501,         0.051178,       -13.785262,        47.000000,        67.451100,         0.675895,         0.189558
+   78, 78, 311503.39, 15708.66,         4.513018,         0.260756,        17.307469,        13.057198,         1.148995,        11.364012,        -5.465895,         0.259413,       -21.070256,        13.731346,         1.670263,         8.221070,         0.419251,         0.078353,         5.350775,        33.000000,        45.490839,         0.802316,         0.274229
+   79, 79, 316934.08, -10632.09,         7.478278,         0.213853,        34.969248,        -0.707349,         0.482041,        -1.467405,        -2.761794,         0.146029,       -18.912587,        12.809140,         0.585250,        21.886609,        -0.611526,         0.038442,       -15.907881,        43.000000,       110.842367,         0.296537,         0.128693
+   80, 80, 317980.71, -13171.59,         7.562756,         0.201378,        37.555080,        -3.424116,         0.419561,        -8.161184,        -2.730137,         0.138819,       -19.666928,        15.777193,         0.478383,        32.980236,        -0.596872,         0.033471,       -17.832404,        52.000000,       129.228859,         0.304514,         0.168480
+   81, 81, 298790.59, -2464.08,         5.755969,         0.358489,        16.056208,         2.306106,         1.081050,         2.133210,        -2.832708,         0.279765,       -10.125317,        -3.899745,         1.226201,        -3.180348,         0.244501,         0.066559,         3.673458,        75.000000,       107.638128,         0.627644,         0.668158
+   82, 82, 294903.64, 214.57,         5.881583,         0.398597,        14.755710,         0.743616,         1.278801,         0.581495,        -3.469304,         0.364457,        -9.519110,        -3.526588,         1.535306,        -2.296993,         0.401957,         0.088817,         4.525672,        33.000000,        27.306957,         0.711099,         0.233801
+   83, 83, 284950.61, -7897.72,         6.736148,         0.385127,        17.490735,         4.613211,         1.173537,         3.931033,        -3.435947,         0.322294,       -10.660914,        -4.831297,         1.494367,        -3.233005,        -0.035278,         0.086216,        -0.409183,        11.000000,        14.614875,         0.787951,         0.460851
+   84, 84, 302616.14, 12642.65,         6.026411,         0.319627,        18.854485,         3.942054,         1.350449,         2.919070,        -5.877459,         0.351267,       -16.732183,         7.355485,         1.876469,         3.919854,         0.503175,         0.105445,         4.771909,        23.000000,        44.367411,         0.782367,         0.279268
+   85, 85, 298937.62, 11074.43,         6.368607,         0.369946,        17.214943,         1.499849,         1.421390,         1.055199,        -5.694560,         0.405573,       -14.040765,         4.101891,         2.012505,         2.038202,         0.526231,         0.113321,         4.643701,        43.000000,        34.833171,         0.775973,         0.128542
+   86, 86, 292980.66, 10621.27,         6.455342,         0.424860,        15.194061,        -0.345165,         1.525309,        -0.226292,        -5.216536,         0.499186,       -10.450092,        -0.958515,         2.579570,        -0.371579,         0.625118,         0.130087,         4.805391,        46.000000,        42.234789,         0.799225,         0.278817
+   87, 87, 291341.64, 3602.46,         5.939725,         0.446779,        13.294545,        -0.664484,         1.434578,        -0.463192,        -3.890562,         0.471596,        -8.249778,        -4.422730,         1.996161,        -2.215618,         0.586876,         0.121122,         4.845317,        19.000000,        19.356452,         0.773075,         0.167632
+   88, 88, 296052.78, 6812.78,         6.125102,         0.431338,        14.200241,        -0.251831,         1.443402,        -0.174471,        -4.535758,         0.469641,        -9.657933,        -1.271855,         2.078733,        -0.611841,         0.558521,         0.117727,         4.744201,        11.000000,        18.973951,         0.747599,         0.217084
+   89, 89, 314476.95, 3490.04,         7.009442,         0.295016,        23.759543,         8.802390,         0.719060,        12.241522,        -4.429471,         0.215825,       -20.523434,         5.405182,         0.925512,         5.840207,        -0.325065,         0.064884,        -5.009971,        30.000000,        39.809468,         0.611182,         0.232261
+   90, 90, 311673.48, 10101.08,         6.257951,         0.310927,        20.126772,         6.514004,         0.990045,         6.579504,        -5.181916,         0.279011,       -18.572477,         7.001462,         1.329514,         5.266181,         0.176755,         0.076547,         2.309111,        27.000000,        25.203965,         0.736107,         0.158431
+   91, 91, 300937.58, 3470.02,         6.050491,         0.405512,        14.920605,         0.873182,         1.242295,         0.702878,        -3.820509,         0.387671,        -9.855039,        -1.738876,         1.647713,        -1.055327,         0.374831,         0.087971,         4.260830,        18.000000,        26.405466,         0.670832,         0.392093
+   92, 92, 286991.93, 9571.27,         6.385783,         0.493898,        12.929366,        -1.608171,         1.680658,        -0.956870,        -4.486312,         0.612342,        -7.326477,        -6.272054,         3.171698,        -1.977507,         0.712525,         0.146255,         4.871804,         7.000000,        12.149989,         0.830976,         0.543251
+   93, 93, 307386.12, 16090.18,         4.370464,         0.269030,        16.245290,        11.565871,         1.255109,         9.215032,        -5.538475,         0.298947,       -18.526621,        12.874738,         1.922981,         6.695197,         0.565734,         0.095752,         5.908333,         7.000000,        23.381223,         0.808676,         0.216934
+   94, 94, 300604.96, 17843.82,         4.444737,         0.285227,        15.583175,        12.262004,         1.428339,         8.584798,        -5.714073,         0.348203,       -16.410166,        12.169209,         2.255484,         5.395387,         0.547033,         0.110433,         4.953553,        15.000000,        31.498488,         0.828504,         0.160817
+   95, 95, 303917.55, 29223.91,        -2.149387,         0.489579,        -4.390281,        42.600722,         2.348609,        18.138702,        -3.096083,         0.402472,        -7.692662,        29.990912,         2.913140,        10.295045,         0.526686,         0.114608,         4.595556,        44.000000,        24.194284,         0.832854,         0.253575
+   96, 96, 296097.2, 19299.56,         4.631822,         0.328522,        14.098989,        12.742291,         1.617126,         7.879591,        -5.454123,         0.381991,       -14.278152,         9.193423,         2.633241,         3.491295,         0.491438,         0.120356,         4.083216,        25.000000,        16.607968,         0.841248,         0.266236
+   97, 97, 291327.94, 19385.45,         5.413879,         0.396148,        13.666309,         9.278881,         2.014526,         4.605988,        -5.212708,         0.448894,       -11.612337,         2.895386,         3.380919,         0.856390,         0.513931,         0.138829,         3.701908,        15.000000,        16.954313,         0.850357,         0.332882
+   98, 98, 288651.19, 16782.21,         6.443561,         0.436136,        14.774201,         3.062543,         2.120818,         1.444039,        -5.384273,         0.512539,       -10.505109,        -1.906411,         3.743423,        -0.509269,         0.606951,         0.148555,         4.085689,        53.000000,        51.969281,         0.849642,         0.686109
+   99, 99, 321850.11, 16542.18,         7.208563,         0.316820,        22.752893,        13.867840,         1.394415,         9.945273,        -6.538716,         0.237238,       -27.561884,        13.169184,         1.343427,         9.802682,        -0.323779,         0.061993,        -5.222851,        24.000000,        23.424968,         0.785811,         0.137815
+  100, 100, 309623.17, 24691.81,        -0.956391,         0.406671,        -2.351753,        35.486106,         1.860811,        19.070234,        -3.957886,         0.325856,       -12.146122,        28.715313,         2.308319,        12.439924,         0.639715,         0.091787,         6.969537,         7.000000,        13.038477,         0.839173,         0.131625
+  101, 101, 317273.81, 16350.36,         5.413363,         0.281824,        19.208316,        16.343646,         1.272856,        12.840138,        -5.870407,         0.223514,       -26.264209,        15.310578,         1.445868,        10.589196,         0.001864,         0.062732,         0.029718,        13.000000,        24.684832,         0.800626,         0.175318
+  102, 102, 330127.65, 26472.36,         7.474826,         0.429288,        17.412157,        10.070675,         2.174234,         4.631827,        -6.281409,         0.433964,       -14.474503,        11.894098,         1.834084,         6.485034,        -0.329622,         0.078651,        -4.190935,        18.000000,        19.448116,         0.798297,         0.282432
+  103, 103, 330024.3, 22050.13,         7.874223,         0.410070,        19.202130,        10.667131,         1.857044,         5.744146,        -6.486140,         0.399028,       -16.254853,        11.186851,         1.650689,         6.777079,        -0.409675,         0.070791,        -5.787110,        24.000000,        30.242840,         0.754131,         0.193070
+  104, 104, 335366.5, 8522.69,        10.500521,         0.246304,        42.632379,         2.722036,         0.824782,         3.300311,        -6.560579,         0.178297,       -36.795701,        -3.327436,         0.957691,        -3.474435,        -0.470628,         0.052088,        -9.035326,        45.000000,       108.490260,         0.733764,         0.114613
+  105, 105, 330795.7, 8625.57,        10.303610,         0.289869,        35.545732,         3.905608,         0.924820,         4.223102,        -6.658912,         0.207526,       -32.087152,         0.737870,         0.973212,         0.758180,        -0.569320,         0.054367,       -10.471734,        56.000000,        43.402741,         0.723928,         0.092177
+  106, 106, 324461.1, 12021.3,         8.950555,         0.357852,        25.011863,         8.458492,         1.217920,         6.945032,        -6.739488,         0.256340,       -26.291163,         7.616565,         1.093324,         6.966432,        -0.496272,         0.059739,        -8.307271,        33.000000,        35.450942,         0.752170,         0.144400
+  107, 107, 333249.02, 19193.73,         8.250311,         0.405329,        20.354608,         8.174430,         1.614541,         5.063005,        -6.077624,         0.380995,       -15.951987,         6.754605,         1.500257,         4.502298,        -0.395800,         0.064795,        -6.108531,        35.000000,        38.331902,         0.721929,         0.144616
+  108, 108, 330905.38, 16199.04,         8.946628,         0.348543,        25.668640,         8.236716,         1.425685,         5.777375,        -6.715608,         0.301628,       -22.264531,         6.942807,         1.302939,         5.328573,        -0.477532,         0.062197,        -7.677785,        36.000000,        78.325935,         0.736401,         0.320943
+  109, 109, 338740.71, 9995.65,        10.252841,         0.245069,        41.836589,         2.863774,         0.876203,         3.268393,        -6.435154,         0.192850,       -33.368661,        -4.350535,         1.045429,        -4.161483,        -0.380564,         0.052072,        -7.308345,        58.000000,        65.188775,         0.752843,         0.104491
+  110, 110, 345541.9, -607.56,         7.518741,         0.213149,        35.274533,         4.009937,         0.493419,         8.126834,        -4.702380,         0.141959,       -33.125016,        -4.138285,         0.581207,        -7.120158,         0.243537,         0.041139,         5.919807,        37.000000,        54.487659,         0.695693,         0.154223
+  111, 111, 348908.69, -5077.51,         6.933395,         0.203977,        33.991096,         4.069842,         0.491802,         8.275374,        -4.570377,         0.137572,       -33.221599,        -4.600359,         0.475202,        -9.680845,         0.440266,         0.038086,        11.559882,        53.000000,       131.237047,         0.704331,         0.185398
+  112, 112, 343120.93, 5902.89,         9.087658,         0.217743,        41.735764,         3.817245,         0.579457,         6.587619,        -5.671535,         0.152710,       -37.139183,        -4.867926,         0.795570,        -6.118794,        -0.103542,         0.044489,        -2.327379,        49.000000,        56.072676,         0.747564,         0.160080
+  113, 113, 377836.69, -36378.58,        18.006124,         0.315302,        57.107607,        -8.848749,         1.125586,        -7.861460,        -8.387429,         0.219465,       -38.217573,        -3.446741,         0.803834,        -4.287874,        -2.151689,         0.071128,       -30.251053,      1070.000000,       846.326749,         0.913022,         0.730348
+  114, 114, 356153.1, -24448.15,         7.927891,         0.170042,        46.623064,        -5.779444,         0.394586,       -14.646849,        -4.376893,         0.150999,       -28.986244,        -4.737646,         0.329322,       -14.386043,         0.456575,         0.025107,        18.185514,       547.000000,       464.772101,         0.665366,         0.282921
+  115, 115, 363934.49, -23252.2,         7.999369,         0.225040,        35.546471,        -5.141162,         0.643307,        -7.991773,        -4.698500,         0.146887,       -31.987144,        -2.513073,         0.385648,        -6.516496,         0.424970,         0.040718,        10.436963,       660.000000,       385.707070,         0.748200,         0.211888
+  116, 116, 362715.03, -62961.03,        18.264326,         1.392250,        13.118571,       -39.047375,         5.809098,        -6.721762,        -7.490201,         0.891833,        -8.398658,       -26.956515,         3.954656,        -6.816400,        -0.541645,         0.145799,        -3.715000,       175.000000,       164.528322,         0.938008,         0.901228
+  117, 117, 355515.39, -15862.17,         7.389652,         0.167763,        44.048248,         0.726729,         0.391116,         1.858091,        -4.988973,         0.132645,       -37.611326,        -5.629094,         0.346007,       -16.268711,         0.527541,         0.028861,        18.278958,       594.000000,       434.269264,         0.752276,         0.254329
+  118, 118, 350331.74, 2259.59,         6.773598,         0.249043,        27.198521,         5.122841,         0.579560,         8.839195,        -4.770030,         0.158199,       -30.152104,        -1.549121,         0.675446,        -2.293479,         0.418625,         0.045056,         9.291308,       189.000000,       126.906427,         0.766210,         0.250984
+  119, 119, 390869.17, -52824.71,        10.634642,         0.682669,        15.578045,        -2.860874,         2.985962,        -0.958108,        -5.953111,         0.762436,        -7.808014,       -13.223909,         2.426532,        -5.449716,         0.160860,         0.127594,         1.260720,       121.000000,       137.509827,         0.973285,         0.715319
+  120, 120, 391663.46, -13955.69,         7.337520,         0.502840,        14.592165,         7.909354,         2.105347,         3.756794,        -2.476627,         0.314379,        -7.877830,        -9.268059,         2.239436,        -4.138568,        -0.516405,         0.112516,        -4.589614,       125.000000,       139.453586,         0.823976,         0.901280
+  121, 121, 381676.42, -24737.89,         9.244666,         0.327952,        28.189079,        11.109141,         1.196463,         9.284983,        -5.601485,         0.174705,       -32.062451,        -5.067852,         1.580829,        -3.205819,        -0.481814,         0.070948,        -6.791075,       175.000000,       109.722683,         0.887252,         0.252308
+  122, 122, 396227.77, -39792.02,         9.626280,         0.392573,        24.520986,         1.649411,         2.002396,         0.823719,        -8.189124,         0.392335,       -20.872762,        -4.097362,         1.428625,        -2.868046,         0.584867,         0.101764,         5.747305,        85.000000,        82.505387,         0.933145,         0.303425
+  123, 123, 365535.4, -28214.23,         9.097398,         0.254711,        35.716517,        -9.775554,         0.841798,       -11.612708,        -4.539383,         0.140082,       -32.405212,        -0.922826,         0.443849,        -2.079144,         0.174398,         0.040319,         4.325400,       200.000000,       392.210599,         0.703624,         0.446976
+  124, 124, 358761.78, -6929.68,         6.473877,         0.246003,        26.316297,         6.052926,         0.655943,         9.227822,        -5.240269,         0.150459,       -34.828615,        -4.924665,         0.644901,        -7.636313,         0.671259,         0.049350,        13.601949,       389.000000,       317.781906,         0.827641,         0.350033
+  125, 125, 376070.01, -56303.59,        15.169104,         0.944983,        16.052251,        -2.844005,         3.355325,        -0.847610,       -11.685117,         0.721031,       -16.206128,         4.263528,         2.530801,         1.684655,        -0.826415,         0.121690,        -6.791170,       381.000000,       352.751960,         0.978530,         0.842214
+  126, 126, 353788.69, -7340.62,         6.547340,         0.215857,        30.331829,         5.692115,         0.549815,        10.352782,        -4.874274,         0.142362,       -34.238476,        -5.699104,         0.504123,       -11.304986,         0.608528,         0.040804,        14.913432,       173.000000,       180.356650,         0.765183,         0.209985
+  127, 127, 371670.71, -21543.62,         9.815762,         0.247556,        39.650623,        -5.900171,         0.878850,        -6.713516,        -6.011917,         0.135161,       -44.479532,        -2.698278,         1.045433,        -2.581014,         0.075912,         0.052607,         1.442993,       206.000000,       290.705120,         0.834138,         0.362214
+  128, 128, 367522.64, -7189.91,         7.585091,         0.300970,        25.202185,         1.497669,         0.895136,         1.673118,        -5.835783,         0.175562,       -33.240488,        -4.140377,         1.022724,        -4.048383,         0.554830,         0.061048,         9.088433,       142.000000,       154.443229,         0.878979,         0.377062
+  129, 129, 361892.77, -18166,         7.287138,         0.204950,        35.555740,        -0.147923,         0.516647,        -0.286314,        -4.947794,         0.144322,       -34.282963,        -3.905252,         0.386846,       -10.095103,         0.551619,         0.038911,        14.176578,       148.000000,       108.466977,         0.796829,         0.192098
+  130, 130, 366450.66, -74634.65,        18.550903,         1.557921,        11.907476,       -71.639003,        11.012882,        -6.505018,         0.621159,         1.632501,         0.380495,       -59.137061,         9.627336,        -6.142619,        -0.187886,         0.166993,        -1.125113,       141.000000,       147.722618,         0.950649,         0.987659
+  131, 131, 355381.88, -79216.89,        -4.544321,         1.038079,        -4.377623,         8.980470,         0.849641,        10.569728,         4.070490,         1.118872,         3.638029,         6.735041,         2.323302,         2.898909,         1.716280,         0.134055,        12.802759,       106.000000,       103.931284,         0.973366,         0.985179
+  132, 132, 353694.67, -32885.23,         8.618975,         0.173057,        49.804144,       -10.219125,         0.430206,       -23.754002,        -4.245170,         0.175044,       -24.252025,        -3.280142,         0.372156,        -8.813899,         0.300632,         0.019180,        15.673912,       116.000000,       394.472392,         0.564401,         0.492473
+  133, 133, 378726.25, -28678.9,        12.943786,         0.282262,        45.857428,         1.596959,         1.110802,         1.437663,        -6.762583,         0.183691,       -36.814916,        -5.623973,         1.162935,        -4.836017,        -1.102543,         0.063572,       -17.343344,        84.000000,       133.244856,         0.892585,         0.411665
+  134, 134, 365246.77, -57670.24,        18.812885,         1.204551,        15.618168,       -32.560824,         4.440631,        -7.332477,        -9.908252,         0.635925,       -15.580851,       -16.049196,         2.144686,        -7.483239,        -0.769640,         0.126241,        -6.096592,        78.000000,       101.638041,         0.946952,         0.770451
+  135, 135, 389517.13, -31493.43,         8.322346,         0.314135,        26.492925,        15.772679,         1.580173,         9.981614,        -6.171662,         0.205836,       -29.983347,        -0.465696,         1.434243,        -0.324698,        -0.235055,         0.075102,        -3.129814,        88.000000,        43.543897,         0.918027,         0.288699
+  136, 136, 344415.42, 11511.89,         9.338354,         0.263994,        35.373380,         2.070399,         0.761325,         2.719467,        -5.623901,         0.252031,       -22.314319,        -4.866713,         1.142556,        -4.259498,        -0.188483,         0.047532,        -3.965348,        31.000000,        29.826302,         0.780698,         0.239345
+  137, 137, 365053.58, -11168.12,         7.201483,         0.257931,        27.920173,         2.940623,         0.742350,         3.961235,        -5.601527,         0.154243,       -36.316362,        -4.823406,         0.759185,        -6.353404,         0.605368,         0.052286,        11.577915,        60.000000,        73.219256,         0.864475,         0.197328
+  138, 138, 387334.51, -21934.03,         6.895450,         0.429648,        16.049069,        17.358895,         1.684391,        10.305739,        -4.098833,         0.205672,       -19.928991,        -4.415487,         1.976437,        -2.234064,        -0.328289,         0.091582,        -3.584651,        25.000000,        75.498341,         0.860337,         0.654613
+  139, 139, 393097.28, -22717.2,         6.537526,         0.464859,        14.063452,        17.297978,         2.008997,         8.610257,        -2.749030,         0.271916,       -10.109843,        -6.278513,         2.099629,        -2.990297,        -0.500836,         0.107806,        -4.645694,        57.000000,        54.655958,         0.833769,         0.765682
+  140, 140, 380945.88, -17224.24,         7.182918,         0.352788,        20.360438,         8.600471,         1.182421,         7.273610,        -4.784278,         0.176917,       -27.042511,        -4.785658,         1.787038,        -2.677983,         0.104266,         0.072285,         1.442440,        17.000000,        12.068184,         0.867663,         0.289302
+  141, 141, 367373.14, -14712.42,         7.717936,         0.252884,        30.519704,         0.162934,         0.753453,         0.216249,        -5.611752,         0.147800,       -37.968549,        -4.068904,         0.836625,        -4.863472,         0.517056,         0.052615,         9.827074,        47.000000,        53.845023,         0.857886,         0.182741
+  142, 142, 374567.12, -13256.38,         7.844395,         0.307143,        25.539891,         0.827178,         1.111476,         0.744216,        -5.559650,         0.162019,       -34.314748,        -4.911882,         1.517039,        -3.237810,         0.419279,         0.062389,         6.720397,        51.000000,        74.304433,         0.878647,         0.258810
+  143, 143, 380862.18, -12688.75,         6.823971,         0.360730,        18.917136,         6.176647,         1.263399,         4.888911,        -4.513292,         0.202279,       -22.312180,        -4.577565,         1.733601,        -2.640495,         0.231424,         0.073142,         3.164057,        11.000000,        12.686189,         0.869580,         0.325738
+  144, 144, 383629.18, -9335.24,         6.796803,         0.395701,        17.176630,         5.943464,         1.434617,         4.142894,        -3.726700,         0.242511,       -15.367150,        -5.220917,         1.739819,        -3.000839,         0.002938,         0.082705,         0.035523,        23.000000,        31.056892,         0.863335,         0.235813
+  145, 145, 394378.41, -45752.97,        11.466492,         0.566988,        20.223507,        -7.377129,         2.485563,        -2.967991,        -8.953755,         0.554956,       -16.134185,        -6.740696,         1.484370,        -4.541117,         0.578920,         0.106862,         5.417475,        64.000000,        59.246958,         0.958059,         0.469022
+  146, 146, 402514.52, -43075.49,         9.090580,         0.661599,        13.740327,        -0.356320,         2.879474,        -0.123745,        -7.373409,         0.799590,        -9.221488,        -5.884415,         1.776425,        -3.312505,         0.688275,         0.113998,         6.037621,        61.000000,        49.342054,         0.905180,         0.740408
+  147, 147, 402518.42, -36236.31,         6.385735,         0.499228,        12.791232,        12.128416,         2.571288,         4.716864,        -5.335240,         0.585033,        -9.119559,        -3.937815,         1.692196,        -2.327045,         0.549748,         0.112152,         4.901820,        37.000000,        29.931147,         0.869989,         0.357018
+  148, 148, 396061.3, -30927.23,         6.494244,         0.335734,        19.343403,        17.322174,         1.771717,         9.777053,        -4.855241,         0.248505,       -19.537787,        -1.825414,         1.567852,        -1.164277,         0.068437,         0.079703,         0.858654,        22.000000,        18.551125,         0.886472,         0.163227
+  149, 149, 408226.18, -35513.98,         4.428504,         0.958190,         4.621737,        18.425681,         3.738845,         4.928174,        -3.513007,         1.130111,        -3.108551,        -4.444526,         2.141504,        -2.075423,         0.528104,         0.128075,         4.123387,        18.000000,        25.765960,         0.811044,         0.501581
+  150, 150, 403471.42, -31311.84,         4.853665,         0.490263,         9.900129,        17.156597,         2.732217,         6.279368,        -3.280326,         0.551100,        -5.952326,        -4.211333,         1.781726,        -2.363625,         0.315336,         0.114381,         2.756900,        20.000000,        28.640282,         0.826676,         0.272183
+  151, 151, 406033.77, -29345.02,         4.232694,         0.607324,         6.969422,        18.143594,         3.343024,         5.427301,        -2.270032,         0.675560,        -3.360223,        -5.270011,         1.939242,        -2.717563,         0.238045,         0.129590,         1.836912,        20.000000,        29.065403,         0.785565,         0.397773
+  152, 152, 399386.5, -22290.57,         5.992226,         0.465503,        12.872594,        14.757089,         2.220357,         6.646270,        -1.867037,         0.343064,        -5.442243,        -7.573742,         2.102782,        -3.601772,        -0.413065,         0.115957,        -3.562215,        18.000000,        23.631618,         0.804241,         0.463442
+  153, 153, 397587.4, -62378.67,         8.324076,         0.804502,        10.346872,        -3.516091,         3.966256,        -0.886501,        -1.531478,         1.543433,        -0.992254,       -25.504030,         5.258744,        -4.849833,         0.347197,         0.166308,         2.087680,        25.000000,        28.970312,         0.948229,         0.843296
+  154, 154, 391305.58, -63700.85,         9.420372,         0.828875,        11.365248,         0.911137,         3.853472,         0.236446,        -2.819824,         1.371119,        -2.056586,       -21.022019,         4.720032,        -4.453787,        -0.066720,         0.192610,        -0.346400,        11.000000,        17.795969,         0.962527,         0.389572
+  155, 155, 396203.55, -57412.21,         9.265800,         0.736879,        12.574387,        -5.885029,         3.476453,        -1.692826,        -2.812812,         1.258962,        -2.234231,       -23.001906,         4.104491,        -5.604083,         0.344307,         0.143264,         2.403311,        23.000000,        24.145196,         0.960928,         0.444180
+  156, 156, 397924.17, -52596.47,        10.196805,         0.726722,        14.031232,        -8.710215,         3.124215,        -2.787970,        -5.059497,         0.978473,        -5.170807,       -17.652726,         2.722183,        -6.484767,         0.494182,         0.120240,         4.109957,        28.000000,        24.842472,         0.958189,         0.333725
+  157, 157, 382876.06, -53653.14,        11.758327,         0.781314,        15.049423,         4.538316,         2.956033,         1.535273,        -7.924196,         0.633917,       -12.500359,        -4.818111,         2.394465,        -2.012187,        -0.407829,         0.121547,        -3.355333,        19.000000,        25.608860,         0.979732,         0.415336
+  158, 158, 385919.86, -61374.5,        11.032311,         0.855957,        12.888864,         4.056168,         3.491948,         1.161577,        -5.587110,         0.949209,        -5.886068,       -12.148384,         3.354715,        -3.621287,        -0.429180,         0.158464,        -2.708371,        26.000000,        15.827952,         0.976449,         0.397295
+  159, 159, 340110.86, -28521.01,         8.946713,         0.144690,        61.833464,        -6.854782,         0.292542,       -23.431771,        -4.565285,         0.167612,       -27.237225,        -4.465187,         0.288180,       -15.494432,         0.139421,         0.017065,         8.169883,        70.000000,       179.761515,         0.486149,         0.272597
+  160, 160, 342259.81, -30180.57,         9.052202,         0.153307,        59.046214,        -7.294792,         0.316653,       -23.037181,        -4.628647,         0.181051,       -25.565459,        -4.938949,         0.297937,       -16.577137,         0.152317,         0.016936,         8.993712,       117.000000,       347.379726,         0.511278,         0.342686
+  161, 161, 338829.19, -32435.83,         9.078839,         0.154553,        58.742644,        -6.746726,         0.305011,       -22.119621,        -4.453957,         0.185591,       -23.998809,        -3.492794,         0.288831,       -12.092854,         0.038987,         0.016243,         2.400200,       256.000000,       360.531002,         0.440437,         0.103785
+  162, 162, 335964.11, -27144.87,         8.762014,         0.138169,        63.415046,        -6.278656,         0.266947,       -23.520199,        -4.602908,         0.154461,       -29.799827,        -1.873633,         0.286068,        -6.549606,         0.074395,         0.017311,         4.297514,       429.000000,       483.866028,         0.426656,         0.145058
+  163, 163, 339454.02, -25208.35,         8.794367,         0.137508,        63.955402,        -6.689868,         0.278388,       -24.030747,        -4.608278,         0.152782,       -30.162394,        -3.841488,         0.293116,       -13.105703,         0.162371,         0.017672,         9.188012,       285.000000,       213.843875,         0.488665,         0.178234
+  164, 164, 342858.93, -25291.03,         8.917861,         0.141358,        63.087041,        -7.301025,         0.297564,       -24.535952,        -4.829845,         0.155715,       -31.017132,        -5.025738,         0.303787,       -16.543638,         0.226920,         0.018028,        12.587376,       362.000000,       326.845858,         0.545607,         0.283714
+  165, 165, 345601.8, -25527.73,         8.950627,         0.146358,        61.155630,        -7.745198,         0.314160,       -24.653666,        -4.991653,         0.157436,       -31.705876,        -5.423898,         0.314242,       -17.260260,         0.274883,         0.018639,        14.747937,       452.000000,       430.607100,         0.582421,         0.170568
+  166, 166, 345909.97, -30691.34,         9.086044,         0.161253,        56.346596,        -8.234894,         0.347984,       -23.664610,        -4.883077,         0.187811,       -25.999939,        -4.853539,         0.323991,       -14.980455,         0.212508,         0.017491,        12.149853,       728.000000,       788.281495,         0.554728,         0.292416
+  167, 167, 338436.09, -37186.98,         9.173604,         0.170025,        53.954574,        -6.825243,         0.332887,       -20.503197,        -4.157714,         0.206654,       -20.119206,        -1.968148,         0.313029,        -6.287438,        -0.083898,         0.016274,        -5.155252,       562.000000,       526.518153,         0.403037,         0.340539
+  168, 168, 334457.21, -35114.84,         8.796083,         0.158944,        55.340805,        -5.998908,         0.304564,       -19.696700,        -4.335940,         0.185300,       -23.399550,         0.789726,         0.326285,         2.420357,        -0.085742,         0.016008,        -5.356165,       354.000000,       363.270102,         0.382254,         0.113650
+  169, 169, 338261.22, -41722.33,         9.164242,         0.169640,        54.021780,        -7.279511,         0.351989,       -20.681048,        -3.531813,         0.204575,       -17.264118,        -0.479643,         0.344770,        -1.391196,        -0.190173,         0.016745,       -11.356723,      1072.000000,       496.399172,         0.377242,         0.141329
+  170, 170, 329570.75, -34216.76,         8.365052,         0.154747,        54.056256,        -5.187219,         0.291143,       -17.816714,        -4.410610,         0.173325,       -25.447048,         5.274373,         0.349912,        15.073436,        -0.150239,         0.016391,        -9.165957,      1037.000000,       385.948344,         0.379788,         0.130848
+  171, 171, 334989.23, -30867,         8.866248,         0.144739,        61.256685,        -6.238929,         0.276359,       -22.575423,        -4.653972,         0.166260,       -27.992093,        -0.798054,         0.293933,        -2.715089,         0.003088,         0.016537,         0.186734,       309.000000,       368.011865,         0.399945,         0.114251
+  172, 172, 331704.61, -26241.59,         8.553894,         0.139506,        61.315523,        -5.887028,         0.260329,       -22.613776,        -4.757434,         0.147246,       -32.309499,         2.090931,         0.296137,         7.060692,        -0.012649,         0.017950,        -0.704669,       472.000000,       470.995422,         0.395724,         0.428552
+  173, 173, 328431.53, -27940.2,         8.441819,         0.143994,        58.626245,        -5.783903,         0.263474,       -21.952468,        -4.853471,         0.151101,       -32.120701,         5.369997,         0.309317,        17.360831,        -0.097351,         0.018293,        -5.321635,       699.000000,       382.041358,         0.389465,         0.124120
+  174, 174, 336081.28, -23805.64,         8.574649,         0.136241,        62.937362,        -6.151337,         0.264576,       -23.249749,        -4.496582,         0.146118,       -30.773694,        -1.385637,         0.294449,        -4.705870,         0.097622,         0.017893,         5.455951,       449.000000,       547.561994,         0.440481,         0.148998
+  175, 175, 337470.12, -19925.9,         8.458407,         0.133480,        63.368433,        -6.194038,         0.267933,       -23.117877,        -4.367208,         0.137479,       -31.766397,        -1.086967,         0.305853,        -3.553884,         0.113864,         0.018157,         6.270994,       615.000000,       654.620196,         0.467757,         0.228185
+  176, 176, 342348.74, -22559.69,         8.846198,         0.134982,        65.535982,        -7.096723,         0.287106,       -24.718170,        -4.866800,         0.144620,       -33.652405,        -4.447493,         0.307039,       -14.485106,         0.225030,         0.018255,        12.327071,       369.000000,       443.489369,         0.543489,         0.257654
+  177, 177, 332725.59, -19390.99,         8.207241,         0.141923,        57.828770,        -5.642454,         0.268665,       -21.001845,        -4.114944,         0.139465,       -29.505237,         2.971580,         0.315495,         9.418785,        -0.018341,         0.018407,        -0.996433,       812.000000,       497.553720,         0.421410,         0.129327
+  178, 178, 327487.37, -22298.2,         8.100186,         0.151235,        53.560370,        -5.726594,         0.278047,       -20.595762,        -4.238820,         0.146569,       -28.920263,         7.016402,         0.318934,        21.999552,        -0.124924,         0.019289,        -6.476414,       904.000000,       305.644334,         0.402673,         0.078458
+  179, 179, 343411.59, -18219.15,         8.774502,         0.128288,        68.397089,        -6.604006,         0.282866,       -23.346746,        -4.958960,         0.128699,       -38.531358,        -3.759252,         0.315810,       -11.903537,         0.222959,         0.018896,        11.799451,      1215.000000,       739.444162,         0.566265,         0.257126
+  180, 180, 349055.69, -20887.1,         8.766870,         0.139323,        62.924883,        -6.351086,         0.307397,       -20.660843,        -5.228133,         0.136036,       -38.432068,        -5.694513,         0.323440,       -17.606087,         0.339187,         0.020552,        16.504037,       802.000000,       607.889799,         0.638817,         0.175755
+  181, 181, 351097.21, -27497.53,         8.623400,         0.160861,        53.607636,        -8.278138,         0.361136,       -22.922472,        -4.709826,         0.160909,       -29.270061,        -5.056751,         0.334357,       -15.123826,         0.357224,         0.020428,        17.487348,       983.000000,       715.280694,         0.611087,         0.283911
+  182, 182, 297942.15, -33105.95,         3.579527,         0.279246,        12.818549,         9.539486,         0.602716,        15.827504,        -1.157970,         0.207915,        -5.569430,        -5.564923,         0.859521,        -6.474450,         0.422528,         0.049703,         8.501108,       639.000000,       188.958022,         0.460808,         0.122892
+  183, 183, 308339.92, -26657.04,         5.994658,         0.248690,        24.104908,         0.653085,         0.600991,         1.086680,        -1.363835,         0.172504,        -7.906102,         4.940734,         0.691782,         7.142034,        -0.247847,         0.042807,        -5.789884,       251.000000,       177.175339,         0.285114,         0.170637
+  184, 184, 322572.21, -26917.93,         7.836605,         0.163753,        47.856151,        -5.981863,         0.299817,       -19.951731,        -3.879285,         0.160390,       -24.186518,        10.932910,         0.344396,        31.745177,        -0.229860,         0.020545,       -11.187895,       160.000000,       365.127718,         0.389146,         0.174180
+  185, 185, 322565.6, -29522.07,         7.893391,         0.164372,        48.021439,        -5.765825,         0.303256,       -19.013032,        -3.927846,         0.166871,       -23.538216,        10.622171,         0.359040,        29.584910,        -0.241572,         0.019890,       -12.145103,       233.000000,       363.012987,         0.390179,         0.132835
+  186, 186, 293318.13, -17312.06,         3.731072,         0.353148,        10.565190,        12.346145,         0.762903,        16.183120,        -1.231150,         0.241059,        -5.107254,        -5.761480,         0.946032,        -6.090155,         0.195144,         0.065976,         2.957807,       166.000000,        98.391707,         0.541585,         0.252712
+  187, 187, 315646.55, -31303.34,         7.498005,         0.201103,        37.284407,        -5.228882,         0.441459,       -11.844538,        -2.170345,         0.162365,       -13.367105,        12.767021,         0.502936,        25.384972,        -0.478934,         0.026731,       -17.916788,       259.000000,       248.244626,         0.338026,         0.103438
+  188, 188, 304719.13, -27487.57,         5.039573,         0.277393,        18.167625,         3.952680,         0.636679,         6.208281,        -1.021895,         0.189000,        -5.406841,        -0.176527,         0.734304,        -0.240401,        -0.013419,         0.048010,        -0.279502,       151.000000,       167.772843,         0.340380,         0.167363
+  189, 189, 321954.36, -32546,         7.806879,         0.172511,        45.254326,        -5.408891,         0.328696,       -16.455627,        -3.470659,         0.177203,       -19.585746,        10.697956,         0.391374,        27.334354,        -0.291134,         0.019326,       -15.064544,       270.000000,       257.305281,         0.390330,         0.082349
+  190, 190, 311343.05, -41967,         5.556616,         0.214838,        25.864196,        -0.859007,         0.480961,        -1.786022,        -0.867041,         0.165011,        -5.254457,         1.532776,         0.620259,         2.471187,         0.132998,         0.033901,         3.923099,       474.000000,       243.786709,         0.424742,         0.086264
+  191, 191, 318030.71, -27812.93,         7.412307,         0.189757,        39.062128,        -5.585974,         0.381812,       -14.630156,        -2.746934,         0.165938,       -16.553930,        13.888784,         0.424323,        32.731596,        -0.384179,         0.024013,       -15.998884,       139.000000,       245.259277,         0.351948,         0.106511
+  192, 192, 315373.57, -24947.11,         7.128601,         0.200777,        35.505155,        -4.717698,         0.437160,       -10.791696,        -2.179058,         0.155613,       -14.003088,        15.041357,         0.474530,        31.697346,        -0.475530,         0.029095,       -16.343778,       213.000000,       231.452252,         0.304921,         0.111622
+  193, 193, 308034.74, -32419.4,         6.249673,         0.225871,        27.669211,        -0.354194,         0.523262,        -0.676897,        -1.307434,         0.158282,        -8.260155,         2.936823,         0.700390,         4.193123,        -0.195006,         0.038916,        -5.010994,       195.000000,       215.398751,         0.341445,         0.147849
+  194, 194, 314330.79, -21499.59,         6.806161,         0.207088,        32.866039,        -3.358327,         0.466450,        -7.199765,        -1.875631,         0.151569,       -12.374741,        14.537823,         0.512128,        28.387076,        -0.480323,         0.033093,       -14.514456,       195.000000,       203.860214,         0.275598,         0.138186
+  195, 195, 313503.88, -27427.64,         7.204576,         0.209258,        34.429169,        -4.159882,         0.489426,        -8.499517,        -2.053233,         0.154816,       -13.262406,        13.163193,         0.541443,        24.311308,        -0.499485,         0.032045,       -15.587121,       114.000000,       181.259418,         0.293233,         0.221154
+  196, 196, 311593.95, -29691.66,         7.143804,         0.219355,        32.567327,        -3.297905,         0.525091,        -6.280634,        -1.855673,         0.154690,       -11.996095,        10.119582,         0.617497,        16.388055,        -0.465853,         0.035669,       -13.060615,        89.000000,       206.880093,         0.298115,         0.134380
+  197, 197, 320162.13, -24446.09,         7.471256,         0.178975,        41.744595,        -5.935547,         0.333583,       -17.793329,        -3.101241,         0.160052,       -19.376455,        13.605896,         0.374491,        36.331747,        -0.317313,         0.022914,       -13.848043,        95.000000,       243.805237,         0.368680,         0.049302
+  198, 198, 321749.08, -23511,         7.618947,         0.171285,        44.481071,        -6.036638,         0.313055,       -19.283024,        -3.407103,         0.156897,       -21.715487,        12.486749,         0.353080,        35.365200,        -0.273443,         0.021846,       -12.516833,       116.000000,       226.084822,         0.381783,         0.110317
+  199, 199, 302066.12, -24471.58,         4.058950,         0.322669,        12.579310,         7.518286,         0.715832,        10.502861,        -0.643290,         0.214900,        -2.993434,        -3.607280,         0.821840,        -4.389274,         0.155374,         0.055828,         2.783082,        82.000000,       155.836086,         0.376227,         0.245915
+  200, 200, 324399.73, -35058.09,         7.869860,         0.166359,        47.306352,        -4.898291,         0.320027,       -15.305859,        -3.485633,         0.178837,       -19.490581,         9.125206,         0.387852,        23.527558,        -0.268319,         0.017357,       -15.458511,       109.000000,       266.248350,         0.393814,         0.063421
+  201, 201, 310172.99, -22574.96,         5.883089,         0.238689,        24.647467,         0.725565,         0.589492,         1.230832,        -1.224384,         0.169990,        -7.202693,         6.869225,         0.679298,        10.112246,        -0.291216,         0.041112,        -7.083572,        96.000000,       138.559625,         0.250730,         0.116223
+  202, 202, 318769.5, -18902.57,         7.276235,         0.189910,        38.314099,        -5.372232,         0.359772,       -14.932317,        -2.528953,         0.148807,       -16.994864,        16.290375,         0.410168,        39.716357,        -0.453190,         0.027006,       -16.781400,       140.000000,       213.528922,         0.334862,         0.174044
+  203, 203, 318576.81, -21935.03,         7.246598,         0.189082,        38.325104,        -5.580415,         0.359222,       -15.534734,        -2.583511,         0.155633,       -16.599970,        15.508650,         0.405164,        38.277417,        -0.403969,         0.025680,       -15.730931,       156.000000,       195.262869,         0.342575,         0.116366
+  204, 204, 306334.75, -22731.84,         4.728275,         0.274991,        17.194312,         4.875754,         0.656677,         7.424894,        -0.642942,         0.190462,        -3.375699,        -0.470382,         0.770162,        -0.610757,        -0.020439,         0.047787,        -0.427713,       125.000000,       122.398849,         0.291353,         0.313545
+  205, 205, 311907.21, -35905.87,         7.006526,         0.214422,        32.676326,        -3.598679,         0.482590,        -7.457018,        -1.335353,         0.157214,        -8.493837,         6.821361,         0.628683,        10.850247,        -0.333321,         0.033359,        -9.991832,       176.000000,       203.488665,         0.360596,         0.297597
+  206, 206, 316724.95, -35492.33,         7.582117,         0.203537,        37.251805,        -5.547027,         0.437063,       -12.691591,        -1.785434,         0.173241,       -10.306091,        11.277193,         0.493002,        22.874535,        -0.463981,         0.024605,       -18.856911,        89.000000,       210.937562,         0.367298,         0.137029
+  207, 207, 298239.3, -24996.76,         3.556837,         0.357679,         9.944218,        10.340292,         0.764921,        13.518125,        -0.815226,         0.238716,        -3.415049,        -4.993719,         0.899587,        -5.551124,         0.259269,         0.062257,         4.164485,        63.000000,       105.243390,         0.442541,         0.401971
+  208, 208, 300046.48, -21453.27,         3.522445,         0.345396,        10.198276,         9.938316,         0.752863,        13.200691,        -0.420343,         0.226735,        -1.853893,        -5.895822,         0.904613,        -6.517505,         0.236396,         0.060442,         3.911157,        72.000000,       130.295139,         0.410560,         0.558103
+  209, 209, 303145.8, -20159.37,         3.752202,         0.308426,        12.165640,         8.644038,         0.708545,        12.199708,        -0.193266,         0.208446,        -0.927172,        -5.485742,         0.872264,        -6.289082,         0.173936,         0.054201,         3.209088,        40.000000,        81.543447,         0.347633,         0.205881
+  210, 210, 292145.09, -22376.41,         3.098844,         0.387831,         7.990188,        15.488341,         0.820301,        18.881295,        -1.273839,         0.270653,        -4.706543,        -6.221454,         1.062474,        -5.855631,         0.292943,         0.069733,         4.200903,        22.000000,        53.221244,         0.547034,         0.343860
+  211, 211, 289344.08, -25302.15,         2.651679,         0.397656,         6.668278,        19.238683,         0.847609,        22.697605,        -1.602965,         0.292222,        -5.485435,        -6.719892,         1.235157,        -5.440517,         0.361353,         0.071944,         5.022663,        37.000000,        43.595227,         0.587672,         0.288967
+  212, 212, 281144.54, -26368.4,         1.997897,         0.490531,         4.072930,        28.291304,         1.098734,        25.748998,        -2.828508,         0.369664,        -7.651564,        -5.115373,         1.828950,        -2.796891,         0.368438,         0.090989,         4.049282,         4.000000,         8.167247,         0.700615,         0.630577
+  213, 213, 276385.4, -15692.77,         6.616037,         0.681869,         9.702799,         9.579484,         2.725093,         3.515287,        -4.056341,         0.475927,        -8.523029,        -4.963728,         1.868674,        -2.656284,        -0.063157,         0.102472,        -0.616337,        18.000000,        16.559739,         0.818085,         0.578291
+  214, 214, 333949.36, -49547.84,         9.225969,         0.173784,        53.088811,        -8.707449,         0.456806,       -19.061575,        -2.746315,         0.152186,       -18.045772,         2.641898,         0.467606,         5.649839,        -0.352478,         0.018160,       -19.409268,       449.000000,       457.758553,         0.368668,         0.236705
+  215, 215, 328639.25, -51354.28,         8.302749,         0.163062,        50.917619,        -5.783479,         0.419247,       -13.794935,        -2.344744,         0.137654,       -17.033596,         4.364190,         0.477861,         9.132761,        -0.319851,         0.020894,       -15.308626,       350.000000,       393.036327,         0.352825,         0.155779
+  216, 216, 328766.37, -54568.85,         7.990651,         0.167192,        47.793370,        -4.716016,         0.444881,       -10.600612,        -2.336178,         0.137595,       -16.978608,         2.526052,         0.530574,         4.760983,        -0.218041,         0.024972,        -8.731302,       145.000000,       342.977219,         0.354127,         0.355464
+  217, 217, 332223.73, -57396.73,         8.463856,         0.180436,        46.907736,        -6.735632,         0.520643,       -12.937145,        -2.342013,         0.138888,       -16.862612,        -0.023257,         0.584808,        -0.039769,        -0.189138,         0.027146,        -6.967384,       329.000000,       331.813246,         0.398666,         0.360209
+  218, 218, 327365.26, -57784.04,         7.045757,         0.178433,        39.486809,        -1.395145,         0.491847,        -2.836545,        -2.274653,         0.147314,       -15.440812,         0.499574,         0.589268,         0.847788,        -0.026489,         0.029931,        -0.885009,       448.000000,       287.196373,         0.387523,         0.223112
+  219, 219, 325148.15, -54327.48,         6.994858,         0.167020,        41.880461,        -1.289704,         0.432697,        -2.980617,        -2.105648,         0.141817,       -14.847626,         3.594392,         0.529142,         6.792870,        -0.139525,         0.026780,        -5.210002,       295.000000,       287.278242,         0.359852,         0.067365
+  220, 220, 328631.89, -61735.25,         6.587192,         0.198157,        33.242359,        -0.424496,         0.592072,        -0.716967,        -2.112723,         0.162305,       -13.017005,        -2.669721,         0.662490,        -4.029826,         0.148105,         0.033600,         4.407901,       263.000000,       298.252307,         0.492044,         0.148904
+  221, 221, 329641.62, -66529.75,         5.536674,         0.217950,        25.403392,         0.041563,         0.682225,         0.060922,        -1.052466,         0.194670,        -5.406422,        -7.397433,         0.738728,       -10.013743,         0.444445,         0.035679,        12.456890,       204.000000,       231.235889,         0.667052,         0.153515
+  222, 222, 327916.01, -45847.58,         8.164986,         0.157011,        52.002574,        -5.636893,         0.375321,       -15.018843,        -2.255252,         0.150433,       -14.991720,         6.435577,         0.414473,        15.527150,        -0.361094,         0.016798,       -21.495917,       376.000000,       344.751481,         0.372979,         0.162737
+  223, 223, 321117.24, -60823.26,         5.319420,         0.204540,        26.006714,         6.120640,         0.572903,        10.683553,        -2.672644,         0.178331,       -14.986997,        -1.256253,         0.663044,        -1.894677,         0.278679,         0.035989,         7.743533,       290.000000,       248.627223,         0.489564,         0.155766
+  224, 224, 325433.51, -61656.41,         5.907610,         0.198243,        29.799811,         3.004016,         0.577576,         5.201074,        -2.399905,         0.168356,       -14.254923,        -2.337905,         0.668059,        -3.499549,         0.233169,         0.034263,         6.805317,       294.000000,       248.972837,         0.481026,         0.178251
+  225, 225, 320495.28, -52701.22,         6.026788,         0.176994,        34.050877,         1.713204,         0.447070,         3.832070,        -1.711394,         0.148750,       -11.505192,         5.391985,         0.515639,        10.456902,        -0.099122,         0.027958,        -3.545433,       361.000000,       247.761136,         0.402208,         0.153738
+  226, 226, 320831.13, -45866.47,         7.231092,         0.174946,        41.333369,        -2.993495,         0.414145,        -7.228140,        -1.531186,         0.151447,       -10.110397,         9.154790,         0.440283,        20.792950,        -0.398889,         0.022008,       -18.124617,       432.000000,       279.152494,         0.382947,         0.233786
+  227, 227, 316915.15, -53631.62,         5.096490,         0.194649,        26.183029,         4.773843,         0.487997,         9.782525,        -1.675977,         0.163760,       -10.234375,         3.924615,         0.540840,         7.256520,         0.086985,         0.031354,         2.774256,       156.000000,       247.015750,         0.470949,         0.125052
+  228, 228, 323595.31, -65306.25,         5.201203,         0.216270,        24.049533,         6.048979,         0.660054,         9.164372,        -2.706293,         0.194470,       -13.916278,        -4.347844,         0.752511,        -5.777778,         0.432783,         0.037967,        11.398939,       153.000000,       242.117000,         0.580161,         0.193277
+  229, 229, 318116.79, -58966.35,         5.030430,         0.210846,        23.858369,         6.989144,         0.562546,        12.424128,        -2.554406,         0.183853,       -13.893710,         0.329226,         0.634747,         0.518673,         0.258044,         0.036849,         7.002683,       186.000000,       181.038910,         0.509424,         0.309850
+  230, 230, 339293.11, -47659.81,         9.595884,         0.163044,        58.854411,        -9.283496,         0.405273,       -22.906780,        -3.203399,         0.178211,       -17.975277,         0.483863,         0.401409,         1.205412,        -0.304982,         0.017459,       -17.468322,       446.000000,       403.764833,         0.367972,         0.565970
+  231, 231, 334055.07, -44545.18,         8.748412,         0.159890,        54.715307,        -7.035300,         0.374779,       -18.771860,        -2.830328,         0.173154,       -16.345752,         2.952906,         0.391701,         7.538680,        -0.278576,         0.016228,       -17.166370,       248.000000,       398.449698,         0.369669,         0.266645
+  232, 232, 331453.95, -41443.1,         8.250501,         0.159082,        51.863124,        -5.595284,         0.345996,       -16.171504,        -2.893323,         0.176477,       -16.394907,         4.571839,         0.385974,        11.844946,        -0.243471,         0.015557,       -15.650636,       260.000000,       381.806030,         0.374884,         0.292845
+  233, 233, 327954.56, -39544.67,         7.899332,         0.159857,        49.414975,        -4.786850,         0.335635,       -14.262081,        -2.868569,         0.173646,       -16.519611,         6.910431,         0.393171,        17.576137,        -0.264737,         0.015516,       -17.061851,       236.000000,       305.856759,         0.384924,         0.227582
+  234, 234, 321981.74, -36838.07,         7.687676,         0.180539,        42.581849,        -5.078955,         0.365665,       -13.889628,        -2.528385,         0.182097,       -13.884823,        10.066679,         0.419734,        23.983468,        -0.356024,         0.018372,       -19.378513,       175.000000,       211.199406,         0.393038,         0.142342
+  235, 235, 324590.43, -40337.23,         7.733905,         0.167358,        46.211798,        -4.773840,         0.359163,       -13.291557,        -2.287671,         0.169545,       -13.493019,         8.634031,         0.412086,        20.951990,        -0.351165,         0.016636,       -21.108764,       192.000000,       234.490460,         0.391326,         0.203511
+  236, 236, 317357.31, -39249.39,         7.484635,         0.205142,        36.485171,        -5.188405,         0.449343,       -11.546647,        -1.409165,         0.175985,        -8.007317,        10.265722,         0.478968,        21.432979,        -0.446749,         0.024071,       -18.559816,       118.000000,       174.750538,         0.382942,         0.346922
+  237, 237, 333435.39, -77430.79,         0.273559,         0.418652,         0.653428,         7.870510,         1.106820,         7.110921,         3.119844,         0.319690,         9.758973,       -29.455033,         1.309588,       -22.491838,         1.771688,         0.070573,        25.104369,       735.000000,       624.493873,         0.890725,         0.885425
+  238, 238, 302126.02, -67286.13,         6.794947,         0.368907,        18.419115,         2.411572,         1.145581,         2.105107,        -8.469653,         0.410011,       -20.657146,         5.254789,         1.501176,         3.500447,         0.800868,         0.075859,        10.557258,       346.000000,       319.462552,         0.757701,         0.630845
+  239, 239, 321943.14, -68916.22,         4.939631,         0.240585,        20.531763,         7.167947,         0.743800,         9.636932,        -3.096898,         0.221359,       -13.990359,        -5.242166,         0.846837,        -6.190288,         0.573395,         0.042905,        13.364169,       247.000000,       190.360665,         0.658967,         0.513854
+  240, 240, 314598.5, -64965.34,         5.307815,         0.275287,        19.281004,         9.845913,         0.774763,        12.708283,        -4.468496,         0.240464,       -18.582832,        -0.981771,         0.829427,        -1.183674,         0.408586,         0.051018,         8.008613,       463.000000,       301.055876,         0.630885,         0.347647
+  241, 241, 310206.19, -67759.02,         5.938055,         0.331030,        17.938130,         9.499366,         0.947625,        10.024390,        -6.315061,         0.297453,       -21.230477,         1.095447,         0.972356,         1.126590,         0.490735,         0.063499,         7.728289,       279.000000,       235.350126,         0.709427,         0.327936
+  242, 242, 326961.41, -72189.14,         3.673470,         0.261511,        14.047098,         4.209398,         0.767571,         5.484054,        -0.526382,         0.233335,        -2.255905,       -12.708785,         0.876334,       -14.502223,         0.945476,         0.044034,        21.471285,        93.000000,       166.362700,         0.779023,         0.457223
+  243, 243, 306522.23, -44854.32,         3.518479,         0.243461,        14.451944,         3.590584,         0.525170,         6.836996,        -1.042204,         0.187793,        -5.549745,        -9.795264,         0.843927,       -11.606774,         0.944456,         0.044629,        21.162173,       686.000000,       337.477717,         0.522116,         0.357494
+  244, 244, 332009.57, -86587.48,         1.566352,         0.507622,         3.085667,         6.885538,         1.329601,         5.178648,         0.212372,         0.427108,         0.497232,       -27.090353,         1.603785,       -16.891508,         1.903855,         0.080404,        23.678466,       105.000000,       107.748487,         0.930756,         0.982294
+  245, 245, 291250.63, -62212.96,         7.454667,         0.567110,        13.145002,        -2.144407,         1.237228,        -1.733235,        -8.185119,         0.628161,       -13.030287,        -4.084026,         2.195355,        -1.860304,         1.005760,         0.118226,         8.507092,       200.000000,       154.809427,         0.732061,         0.570346
+  246, 246, 302274.84, -54583.9,         3.732571,         0.300178,        12.434508,         5.838769,         0.736308,         7.929789,        -3.846621,         0.257536,       -14.936256,       -11.169322,         1.203124,        -9.283602,         1.306295,         0.058664,        22.267253,       209.000000,       166.768808,         0.672263,         0.272049
+  247, 247, 313999.38, -53197.4,         4.536742,         0.204780,        22.154210,         6.045488,         0.503726,        12.001531,        -1.649983,         0.172363,        -9.572698,         2.506308,         0.563417,         4.448404,         0.244616,         0.033168,         7.374964,       265.000000,       253.190033,         0.516462,         0.199316
+  248, 248, 299312.82, -60819.66,         5.645681,         0.354478,        15.926738,         1.909245,         1.022615,         1.867023,        -6.584668,         0.372388,       -17.682261,        -3.827456,         1.488754,        -2.570912,         1.133583,         0.071961,        15.752745,        88.000000,       207.399083,         0.710547,         0.390822
+  249, 249, 308373.06, -57401.82,         4.250054,         0.252272,        16.847100,         8.488547,         0.623475,        13.614886,        -3.419078,         0.233612,       -14.635721,        -1.492453,         0.806546,        -1.850426,         0.645091,         0.044803,        14.398342,       121.000000,       157.727388,         0.635882,         0.223037
+  250, 250, 309678.63, -51875.49,         3.731959,         0.220817,        16.900696,         6.562327,         0.527231,        12.446783,        -1.738874,         0.182319,        -9.537547,        -3.080539,         0.701412,        -4.391914,         0.664280,         0.038326,        17.332387,       140.000000,       223.528422,         0.566952,         0.121819
+  251, 251, 311833.72, -57007.52,         4.365929,         0.231744,        18.839415,         8.472164,         0.573243,        14.779359,        -2.694249,         0.207475,       -12.985926,         0.477474,         0.668478,         0.714270,         0.421189,         0.040285,        10.455128,       104.000000,        91.743026,         0.591740,         0.306446
+  252, 252, 327926.88, -75230.85,         2.332484,         0.329647,         7.075702,         5.921599,         0.924641,         6.404217,         0.497070,         0.262499,         1.893603,       -18.520336,         1.029104,       -17.996558,         1.320597,         0.056201,        23.497723,        41.000000,       102.517783,         0.834305,         0.371436
+  253, 253, 307926.73, -64266.21,         5.705812,         0.311743,        18.302926,         8.089295,         0.869786,         9.300326,        -5.883929,         0.294705,       -19.965505,         1.844269,         0.972730,         1.895972,         0.526924,         0.058560,         8.998026,        64.000000,       116.089500,         0.700326,         0.425985
+  254, 254, 299390.82, -71196.86,         7.609224,         0.422816,        17.996547,        -0.609131,         1.331563,        -0.457456,       -10.105874,         0.514512,       -19.641680,         9.374486,         1.994834,         4.699381,         0.838336,         0.092674,         9.046110,        49.000000,        37.133509,         0.798072,         0.536499
+  255, 255, 295866.34, -72353.52,         8.490293,         0.492702,        17.232105,        -3.925160,         1.403947,        -2.795804,       -10.876421,         0.626536,       -17.359606,        11.822271,         2.378936,         4.969563,         0.753921,         0.105553,         7.142611,        44.000000,        80.552073,         0.802217,         0.464202
+  256, 256, 299578.37, -47629.99,         2.751404,         0.351591,         7.825577,         6.381897,         0.760867,         8.387660,        -2.505954,         0.267870,        -9.355126,       -15.862070,         1.224738,       -12.951402,         1.505534,         0.061466,        24.493769,        35.000000,        55.997637,         0.645352,         0.422272
+  257, 257, 293314.45, -52457.68,         4.350808,         0.427375,        10.180300,         3.973282,         1.084012,         3.665348,        -4.681116,         0.367174,       -12.749029,       -16.052798,         1.794470,        -8.945705,         1.487575,         0.078556,        18.936417,         6.000000,        15.784668,         0.716516,         0.356346
+  258, 258, 299215.09, -41823.07,         2.662286,         0.315556,         8.436818,         8.188125,         0.664188,        12.328028,        -1.401700,         0.239266,        -5.858326,       -12.647961,         1.088299,       -11.621768,         1.125050,         0.053519,        21.021324,        32.000000,       120.751255,         0.563070,         0.540024
+  259, 259, 288944.87, -47144.31,         3.440681,         0.499681,         6.885751,        10.079538,         1.172426,         8.597161,        -3.700774,         0.388682,        -9.521337,       -14.828896,         1.853637,        -7.999892,         1.284640,         0.078486,        16.367786,        28.000000,         9.762612,         0.676371,         0.208265
+  260, 260, 290541.99, -38708.26,         2.270856,         0.361718,         6.277982,        16.688539,         0.807689,        20.662092,        -2.287035,         0.271928,        -8.410437,        -9.551355,         1.319205,        -7.240235,         0.896833,         0.061683,        14.539328,        10.000000,        61.134170,         0.598134,         0.296692
+  261, 261, 285964.14, -39392.46,         2.354988,         0.451343,         5.217736,        20.741199,         1.011741,        20.500508,        -2.927544,         0.314018,        -9.322858,       -10.527290,         1.560097,        -6.747844,         0.831214,         0.075129,        11.063839,        12.000000,        11.910844,         0.627052,         0.245258
diff --git a/pysal/examples/tokyo/tokyo_GS_F_summary.txt b/pysal/examples/tokyo/tokyo_GS_F_summary.txt
new file mode 100755
index 0000000..b929618
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_GS_F_summary.txt
@@ -0,0 +1,183 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 8:24:34 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_GS_F.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+Number of areas/points: 262
+
+Model settings---------------------------------
+Model type: Poisson
+Geographic kernel: fixed Gaussian
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 5
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: IDnum0
+Easting (x-coord): field2 : X_CENTROID
+Northing (y-coord): field3: Y_CENTROID
+Cartesian coordinates: Euclidean distance
+Dependent variable: field4: db2564
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field6: OCC_TEC
+Independent variable with varying (Local) coefficient: field7: OWNH
+Independent variable with varying (Local) coefficient: field8: POP65
+Independent variable with varying (Local) coefficient: field9: UNEMP
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   5
+Deviance:                          24597.455544
+Classic AIC:                       24607.455544
+AICc:                              24607.689919
+BIC/MDL:                           24625.297266
+Percent deviance explained             0.526746
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   8.432403        0.061613      136.859875     4593.526955
+OCC_TEC                    -4.270431        0.156467      -27.292831        0.013976
+OWNH                       -4.789311        0.046070     -103.957933        0.008318
+POP65                      -1.252659        0.178384       -7.022265        0.285744
+UNEMP                       0.061305        0.010099        6.070542        1.063223
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 8764.47445754735,  67330.4217488991
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:  8764.474 Criterion:  11283.153
+  p1            Bandwidth: 10011.123 Criterion:  12806.152
+  p2            Bandwidth: 10781.594 Criterion:  13629.486
+  pU            Bandwidth: 12028.243 Criterion:  14799.293
+ iter    1 (p1) Bandwidth: 10011.123 Criterion:  12806.152 Diff:    770.471
+ iter    2 (p1) Bandwidth:  9534.946 Criterion:  12254.404 Diff:    476.177
+ iter    3 (p1) Bandwidth:  9240.652 Criterion:  11895.443 Diff:    294.294
+ iter    4 (p1) Bandwidth:  9058.768 Criterion:  11666.303 Diff:    181.884
+ iter    5 (p1) Bandwidth:  8946.358 Criterion:  11521.794 Diff:    112.410
+ iter    6 (p1) Bandwidth:  8876.885 Criterion:  11431.353 Diff:     69.473
+ iter    7 (p1) Bandwidth:  8833.948 Criterion:  11375.019 Diff:     42.937
+ iter    8 (p1) Bandwidth:  8807.411 Criterion:  11340.034 Diff:     26.536
+ iter    9 (p1) Bandwidth:  8791.011 Criterion:  11318.348 Diff:     16.400
+ iter   10 (p1) Bandwidth:  8780.875 Criterion:  11304.920 Diff:     10.136
+ iter   11 (p1) Bandwidth:  8774.610 Criterion:  11296.612 Diff:      6.264
+ iter   12 (p1) Bandwidth:  8770.739 Criterion:  11291.473 Diff:      3.872
+ iter   13 (p1) Bandwidth:  8768.346 Criterion:  11288.296 Diff:      2.393
+ iter   14 (p1) Bandwidth:  8766.867 Criterion:  11286.332 Diff:      1.479
+ iter   15 (p1) Bandwidth:  8765.953 Criterion:  11285.118 Diff:      0.914
+ iter   16 (p1) Bandwidth:  8765.388 Criterion:  11284.367 Diff:      0.565
+ iter   17 (p1) Bandwidth:  8765.039 Criterion:  11283.903 Diff:      0.349
+ iter   18 (p1) Bandwidth:  8764.824 Criterion:  11283.617 Diff:      0.216
+ iter   19 (p1) Bandwidth:  8764.690 Criterion:  11283.440 Diff:      0.133
+ iter   20 (p1) Bandwidth:  8764.608 Criterion:  11283.330 Diff:      0.082
+ iter   21 (p1) Bandwidth:  8764.557 Criterion:  11283.262 Diff:      0.051
+ iter   22 (p1) Bandwidth:  8764.525 Criterion:  11283.221 Diff:      0.031
+ iter   23 (p1) Bandwidth:  8764.506 Criterion:  11283.195 Diff:      0.019
+ iter   24 (p1) Bandwidth:  8764.494 Criterion:  11283.179 Diff:      0.012
+The lower limit in your search has been selected as the optimal bandwidth size.
+A new sesssion is recommended to try with a smaller lowest limit of the bandwidth search.
+Best bandwidth size 8764.474
+Minimum AICc    11283.153
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                 8764.474458
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           276385.400000   408226.180000   131840.780000
+Y-coord           -86587.480000    33538.420000   120125.900000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         80.249343
+Effective number of parameters (variance: trace(S'WSW^-1)):               56.479620
+Degree of freedom (model: n - trace(S)):                                 181.750657
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           157.980934
+Deviance:                          11050.508287
+Classic AIC:                       11211.006974
+AICc:                              11283.152841
+BIC/MDL:                           11497.364277
+Percent deviance explained             0.787389
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_GS_F_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   6.906204        3.107262
+OCC_TEC                     2.860801       11.608416
+OWNH                       -3.926832        2.110848
+POP65                       0.391512       10.603676
+UNEMP                       0.089393        0.519691
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                  -4.544321       18.812885       23.357206
+OCC_TEC                   -71.639003       46.740425      118.379428
+OWNH                      -11.685117        4.070490       15.755607
+POP65                     -59.137061       32.133177       91.270237
+UNEMP                      -2.151689        1.903855        4.055543
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   5.562201        7.334816        8.453658
+OCC_TEC                    -5.092611        1.811224        7.880221
+OWNH                       -5.242645       -4.012946       -2.522777
+POP65                      -4.995400       -1.404697        6.833327
+UNEMP                      -0.297128        0.075154        0.423059
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   2.891457        2.143408
+OCC_TEC                    12.972832        9.616629
+OWNH                        2.719868        2.016210
+POP65                      11.828727        8.768515
+UNEMP                       0.720188        0.533868
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model            24597.456    257.000            95.710
+GWR model               11050.508    157.981            69.948
+Difference              13546.947     99.019           136.812
+
+*****************************************************************************
+Program terminated at 7/25/2016 8:24:42 AM
diff --git a/pysal/examples/tokyo/tokyo_GS_NN.ctl b/pysal/examples/tokyo/tokyo_GS_NN.ctl
new file mode 100755
index 0000000..5d1cae6
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_GS_NN.ctl
@@ -0,0 +1,41 @@
+
+C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+FORMAT/DELIMITER: 0
+Number_of_fields: 9
+Number_of_areas: 262
+Fields
+AreaKey 001 IDnum0
+X 002 X_CENTROID
+Y 003 Y_CENTROID
+Gmetric 0
+Dependent 004 db2564
+Offset 
+Independent_geo 5
+000 Intercept
+006 OCC_TEC
+007 OWNH
+008 POP65
+009 UNEMP
+Independent_fix 0
+Unused_fields 1
+005 eb2564
+MODELTYPE: 1
+STANDARDISATION: 0
+GTEST: 0
+VSL2G: 0
+VSG2L: 0
+KERNELTYPE: 3
+BANDSELECTIONMETHOD: 1
+Goldrangeflag: 0
+Goldenmax: 
+Goldenmin: 
+Fixedbandsize: 
+IntervalMax: 
+IntervalMin: 
+IntervalStep: 
+Criteria: 
+summary_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_GS_NN_summary.txt
+listwise_output: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_GS_NN_listwise.csv
+predictflag: 0
+prediction_def: 
+prediction_output: 
diff --git a/pysal/examples/tokyo/tokyo_GS_NN_listwise.csv b/pysal/examples/tokyo/tokyo_GS_NN_listwise.csv
new file mode 100755
index 0000000..8513136
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_GS_NN_listwise.csv
@@ -0,0 +1,263 @@
+Area_num, Area_key, x_coord, y_coord, est_Intercept, se_Intercept, t_Intercept, est_OCC_TEC, se_OCC_TEC, t_OCC_TEC, est_OWNH, se_OWNH, t_OWNH, est_POP65, se_POP65, t_POP65, est_UNEMP, se_UNEMP, t_UNEMP, y, yhat, localpdev, Ginfluence
+    0, 0, 378906.83, 17310.41,         9.074036,         0.073984,       122.648331,        -5.142149,         0.187186,       -27.470845,        -5.248993,         0.055641,       -94.336143,        -3.748701,         0.211766,       -17.702104,         0.063281,         0.012091,         5.233592,       189.000000,       153.956623,         0.669769,         0.017050
+    1, 1, 334095.21, 25283.2,         8.410777,         0.093472,        89.981413,        -3.826044,         0.210624,       -18.165278,        -4.991247,         0.066799,       -74.720395,        -1.291807,         0.253416,        -5.097581,         0.071839,         0.015879,         4.524037,        95.000000,       115.954351,         0.637569,         0.060948
+    2, 2, 378200.19, -877.05,         9.266997,         0.078175,       118.541648,        -5.418820,         0.194849,       -27.810354,        -5.317602,         0.059268,       -89.720968,        -4.646020,         0.217230,       -21.387574,         0.068904,         0.012438,         5.539975,        70.000000,        81.656996,         0.675216,         0.033105
+    3, 3, 357191.03, 29064.39,         8.819506,         0.078174,       112.818937,        -4.725862,         0.193624,       -24.407415,        -5.178919,         0.057417,       -90.199013,        -2.674651,         0.221580,       -12.070818,         0.069701,         0.013202,         5.279692,        48.000000,        69.816366,         0.662878,         0.042822
+    4, 4, 358056.34, 10824.73,         9.134424,         0.079429,       115.001420,        -5.429366,         0.195983,       -27.703250,        -5.331736,         0.058886,       -90.544115,        -3.155001,         0.222122,       -14.203894,         0.053647,         0.013087,         4.099294,        65.000000,        56.964223,         0.666054,         0.035981
+    5, 5, 366747.61, -3073.12,         9.343691,         0.076804,       121.655760,        -5.931095,         0.190135,       -31.194118,        -5.359711,         0.058112,       -92.231188,        -3.932469,         0.213200,       -18.444977,         0.050443,         0.012093,         4.171209,       107.000000,       148.483203,         0.660986,         0.025549
+    6, 6, 351099.27, 11800.35,         9.083190,         0.080970,       112.180119,        -5.437597,         0.195029,       -27.880971,        -5.316756,         0.059557,       -89.271287,        -2.504094,         0.224224,       -11.167820,         0.041363,         0.013385,         3.090139,        65.000000,        60.740515,         0.656304,         0.038487
+    7, 7, 377929.98, 4635.1,         9.210313,         0.077351,       119.071609,        -5.322749,         0.194119,       -27.420016,        -5.305609,         0.058473,       -90.736491,        -4.409552,         0.217023,       -20.318348,         0.068710,         0.012430,         5.527824,        76.000000,        66.162583,         0.675688,         0.025443
+    8, 8, 367529.91, 20192.51,         9.013437,         0.077806,       115.845185,        -4.988202,         0.197298,       -25.282531,        -5.263056,         0.057886,       -90.921786,        -3.555127,         0.222052,       -16.010346,         0.071542,         0.013021,         5.494533,       192.000000,       197.649432,         0.673927,         0.204641
+    9, 9, 389231.47, 3489.35,         9.194835,         0.075021,       122.563621,        -5.293082,         0.186581,       -28.368882,        -5.258926,         0.056708,       -92.737218,        -4.371140,         0.211092,       -20.707284,         0.060387,         0.011979,         5.041098,        27.000000,        52.865691,         0.671303,         0.027392
+   10, 10, 389427.64, 9290.1,         9.141264,         0.074693,       122.383814,        -5.183981,         0.186998,       -27.722182,        -5.246591,         0.056377,       -93.062607,        -4.237223,         0.211628,       -20.021991,         0.063926,         0.012019,         5.318651,        28.000000,       171.730664,         0.671966,         0.036983
+   11, 11, 381089.82, 9125.81,         9.157106,         0.076461,       119.762361,        -5.203088,         0.192631,       -27.010683,        -5.279801,         0.057695,       -91.512183,        -4.295181,         0.216166,       -19.869835,         0.069048,         0.012367,         5.583183,        63.000000,       111.258088,         0.675491,         0.017910
+   12, 12, 371082.66, 6843.9,         9.186409,         0.078873,       116.471335,        -5.298157,         0.198732,       -26.659802,        -5.324574,         0.059392,       -89.651995,        -4.230761,         0.221438,       -19.105863,         0.073229,         0.012807,         5.717804,        34.000000,        34.583360,         0.677431,         0.022704
+   13, 13, 388281.84, -1760.78,         9.247242,         0.075910,       121.818623,        -5.377844,         0.187730,       -28.646717,        -5.272459,         0.057462,       -91.754793,        -4.564542,         0.211969,       -21.533983,         0.059052,         0.012044,         4.902815,        17.000000,        32.343811,         0.671604,         0.025496
+   14, 14, 386771.66, -4857.11,         9.283836,         0.076489,       121.374318,        -5.443946,         0.188653,       -28.856895,        -5.283609,         0.057975,       -91.135542,        -4.678866,         0.212575,       -22.010445,         0.058079,         0.012092,         4.803201,        25.000000,        25.704914,         0.671464,         0.025031
+   15, 15, 397029.93, 4912.15,         9.154871,         0.073950,       123.797997,        -5.212980,         0.183267,       -28.444755,        -5.225559,         0.055830,       -93.597224,        -4.279668,         0.208880,       -20.488641,         0.059318,         0.011812,         5.021672,        17.000000,        22.392866,         0.669267,         0.024045
+   16, 16, 399583.28, 1217.51,         9.168450,         0.073158,       125.323834,        -5.271901,         0.180344,       -29.232492,        -5.216248,         0.055256,       -94.401444,        -4.223207,         0.206449,       -20.456457,         0.054280,         0.011640,         4.663153,        31.000000,        30.300505,         0.666263,         0.023312
+   17, 17, 389413.79, 18915.59,         9.047782,         0.071651,       126.275723,        -5.110305,         0.180358,       -28.334227,        -5.207427,         0.053977,       -96.474067,        -3.665047,         0.205657,       -17.821124,         0.059159,         0.011628,         5.087487,        27.000000,        26.593260,         0.664824,         0.025958
+   18, 18, 374811.31, 23395.2,         8.999106,         0.074599,       120.633246,        -4.990847,         0.189421,       -26.347875,        -5.230304,         0.055832,       -93.678941,        -3.533458,         0.214398,       -16.480873,         0.067797,         0.012353,         5.488264,        10.000000,        30.512712,         0.669952,         0.023886
+   19, 19, 366291.01, 3851.09,         9.223767,         0.079786,       115.606018,        -5.464277,         0.199318,       -27.414922,        -5.348168,         0.059998,       -89.139151,        -4.082177,         0.222215,       -18.370382,         0.070852,         0.012875,         5.502888,        42.000000,        37.160080,         0.674355,         0.026699
+   20, 20, 362053.67, 7027.25,         9.183685,         0.080617,       113.916836,        -5.417327,         0.200624,       -27.002372,        -5.348398,         0.060130,       -88.947354,        -3.717818,         0.224682,       -16.546986,         0.066457,         0.013178,         5.042947,        20.000000,        29.699854,         0.672858,         0.027742
+   21, 21, 350567.45, 26456.28,         8.784883,         0.080222,       109.507285,        -4.716307,         0.194644,       -24.230420,        -5.171281,         0.058585,       -88.269742,        -2.311228,         0.224823,       -10.280218,         0.064987,         0.013539,         4.800032,        40.000000,        31.504735,         0.657831,         0.025902
+   22, 22, 356783.59, 23682.89,         8.902883,         0.078129,       113.950515,        -4.926818,         0.193251,       -25.494427,        -5.222062,         0.057521,       -90.784721,        -2.728844,         0.221115,       -12.341289,         0.062867,         0.013135,         4.786385,        15.000000,        38.203355,         0.663177,         0.026242
+   23, 23, 356225.47, 19763.98,         8.964701,         0.079165,       113.241165,        -5.049515,         0.195340,       -25.849823,        -5.257602,         0.058277,       -90.217964,        -2.813649,         0.223123,       -12.610303,         0.059704,         0.013291,         4.491980,        47.000000,        55.344059,         0.664599,         0.037684
+   24, 24, 338360.54, 25697.56,         8.549179,         0.088387,        96.724930,        -4.204848,         0.203537,       -20.658924,        -5.063401,         0.063573,       -79.646686,        -1.549956,         0.241424,        -6.420043,         0.067885,         0.014966,         4.535871,        68.000000,       129.402746,         0.644564,         0.099890
+   25, 25, 337846.31, 18213.38,         8.723631,         0.087477,        99.725252,        -4.652824,         0.200282,       -23.231309,        -5.151293,         0.063417,       -81.229477,        -1.377811,         0.239016,        -5.764515,         0.042412,         0.014721,         2.881016,        17.000000,        46.593449,         0.638758,         0.027529
+   26, 26, 344074.13, 27136.92,         8.661581,         0.083777,       103.388539,        -4.468582,         0.198221,       -22.543386,        -5.116281,         0.060674,       -84.323712,        -1.912029,         0.231625,        -8.254833,         0.067503,         0.014164,         4.765830,        57.000000,        58.059217,         0.651764,         0.025659
+   27, 27, 349087.82, 19336.47,         8.904696,         0.080340,       110.838172,        -5.041168,         0.193427,       -26.062404,        -5.233113,         0.058843,       -88.932740,        -2.237014,         0.224131,        -9.980849,         0.050943,         0.013450,         3.787539,        40.000000,        33.303240,         0.655176,         0.027516
+   28, 28, 343402.57, 18620.67,         8.837015,         0.082639,       106.935308,        -4.949619,         0.194506,       -25.447079,        -5.203588,         0.060280,       -86.323034,        -1.787178,         0.228264,        -7.829427,         0.045217,         0.013826,         3.270327,        47.000000,        80.986586,         0.647142,         0.031662
+   29, 29, 359036.48, 1198.74,         9.290659,         0.077763,       119.473605,        -5.981911,         0.190454,       -31.408672,        -5.362232,         0.058148,       -92.216336,        -3.224461,         0.215445,       -14.966516,         0.042072,         0.012360,         3.403937,        49.000000,        52.702201,         0.654747,         0.022895
+   30, 30, 370771.99, -1522.12,         9.289626,         0.078859,       117.800380,        -5.584178,         0.196384,       -28.435039,        -5.346731,         0.059775,       -89.448140,        -4.420775,         0.218521,       -20.230461,         0.069147,         0.012518,         5.523913,        49.000000,        48.697933,         0.672346,         0.028635
+   31, 31, 376842.13, -7139.16,         9.353759,         0.077575,       120.576468,        -5.673078,         0.192070,       -29.536528,        -5.332972,         0.059049,       -90.314517,        -4.677717,         0.214235,       -21.834530,         0.059114,         0.012198,         4.846099,        27.000000,        29.824825,         0.669125,         0.025759
+   32, 32, 318049.53, 32744.59,         7.942592,         0.097688,        81.305675,        -2.859484,         0.218220,       -13.103690,        -4.704135,         0.069642,       -67.547769,        -0.678335,         0.256249,        -2.647174,         0.095991,         0.016066,         5.974700,       120.000000,       103.411338,         0.615086,         0.030253
+   33, 33, 325761.21, 31092.21,         8.084150,         0.097091,        83.263911,        -3.136318,         0.216501,       -14.486366,        -4.798250,         0.069067,       -69.471916,        -0.931550,         0.258448,        -3.604396,         0.093430,         0.016223,         5.758997,        28.000000,        30.690347,         0.625407,         0.040066
+   34, 34, 318112.24, 28405.62,         7.933674,         0.099510,        79.727619,        -2.789166,         0.221509,       -12.591674,        -4.694129,         0.070956,       -66.155589,        -0.581574,         0.263312,        -2.208689,         0.089609,         0.016479,         5.437714,        16.000000,        34.193838,         0.610364,         0.033816
+   35, 35, 310480.1, 28809.03,         7.758545,         0.102915,        75.388186,        -2.325516,         0.230033,       -10.109504,        -4.574500,         0.073329,       -62.383610,        -0.466270,         0.268661,        -1.735530,         0.094159,         0.016893,         5.573730,        14.000000,        41.657447,         0.599226,         0.029520
+   36, 36, 306513.97, 32751.48,         7.819008,         0.098348,        79.503645,        -2.551863,         0.221465,       -11.522626,        -4.612073,         0.070363,       -65.546642,        -0.459679,         0.254678,        -1.804940,         0.091014,         0.015951,         5.705707,        43.000000,       298.776253,         0.601945,         0.225674
+   37, 37, 311395.51, 33538.42,         7.856876,         0.098226,        79.988133,        -2.659599,         0.220291,       -12.073105,        -4.643633,         0.070141,       -66.204220,        -0.545735,         0.255067,        -2.139573,         0.095300,         0.015999,         5.956542,        29.000000,        49.818790,         0.607635,         0.020736
+   38, 38, 314408.34, -4572.95,         8.686217,         0.085858,       101.169350,        -5.120449,         0.204415,       -25.049284,        -4.891797,         0.062262,       -78.567915,         2.311693,         0.227586,        10.157463,        -0.122148,         0.014045,        -8.697109,       401.000000,       111.360871,         0.496724,         0.019093
+   39, 39, 303850.22, 22478,         7.692588,         0.104895,        73.336033,        -2.018841,         0.237504,        -8.500230,        -4.496125,         0.075038,       -59.917871,        -0.312057,         0.276607,        -1.128161,         0.073561,         0.017294,         4.253544,       210.000000,       118.084796,         0.582158,         0.018113
+   40, 40, 337540.25, -12310.61,         9.154546,         0.080822,       113.268209,        -7.426310,         0.189014,       -39.289682,        -5.014334,         0.059123,       -84.811781,         0.656472,         0.215260,         3.049665,        -0.045759,         0.012377,        -3.697262,       711.000000,       313.524427,         0.498825,         0.048447
+   41, 41, 330948.96, -8687.59,         9.052416,         0.082188,       110.143109,        -7.034787,         0.191726,       -36.691890,        -5.008471,         0.059833,       -83.706880,         1.606830,         0.215339,         7.461858,        -0.075423,         0.012660,        -5.957587,       544.000000,       213.400699,         0.498491,         0.020420
+   42, 42, 327143.99, -3103.01,         9.001686,         0.081347,       110.657272,        -6.378519,         0.191231,       -33.354995,        -5.099398,         0.059529,       -85.662011,         1.397353,         0.216359,         6.458502,        -0.078274,         0.012806,        -6.112505,       557.000000,       164.718437,         0.533774,         0.014958
+   43, 43, 312830.72, 21412.1,         7.798962,         0.104633,        74.536438,        -2.280390,         0.234413,        -9.728103,        -4.577930,         0.074725,       -61.263552,        -0.317631,         0.281271,        -1.129270,         0.072723,         0.017499,         4.155851,       132.000000,        77.750761,         0.589471,         0.020448
+   44, 44, 312874.14, -17053.63,         8.560752,         0.083886,       102.052173,        -5.390806,         0.204476,       -26.363982,        -4.624174,         0.061143,       -75.628395,         3.698231,         0.214073,        17.275582,        -0.153164,         0.013544,       -11.308570,       395.000000,       131.991244,         0.405937,         0.027164
+   45, 45, 293680.38, -8010.1,         8.232986,         0.089730,        91.752534,        -3.216455,         0.214507,       -14.994646,        -4.663579,         0.066109,       -70.544076,         0.985854,         0.247824,         3.978045,        -0.074799,         0.014892,        -5.022877,        97.000000,        80.056623,         0.507185,         0.025693
+   46, 46, 325185.11, 20460.45,         8.232413,         0.097408,        84.514562,        -3.394082,         0.215912,       -15.719721,        -4.867942,         0.069882,       -69.659253,        -0.602126,         0.265750,        -2.265758,         0.056726,         0.016502,         3.437486,        91.000000,        68.721077,         0.613337,         0.024838
+   47, 47, 305971.31, 8472,         8.000630,         0.100482,        79.622771,        -2.564990,         0.233538,       -10.983174,        -4.593543,         0.072550,       -63.315872,         0.352386,         0.277122,         1.271591,        -0.015931,         0.016963,        -0.939191,        97.000000,       105.289303,         0.550473,         0.021199
+   48, 48, 335330.5, -108.19,         9.135363,         0.081822,       111.649110,        -6.448630,         0.190371,       -33.873940,        -5.228087,         0.060267,       -86.748894,         0.023699,         0.218219,         0.108603,        -0.039466,         0.012874,        -3.065416,       148.000000,       105.876734,         0.576136,         0.029859
+   49, 49, 339115.66, 3202.05,         9.142456,         0.081871,       111.669146,        -6.164959,         0.190339,       -32.389384,        -5.283206,         0.060376,       -87.505604,        -0.785409,         0.220256,        -3.565902,        -0.015011,         0.013041,        -1.151060,       269.000000,       162.531835,         0.605252,         0.033527
+   50, 50, 309271.13, -10589.17,         8.564056,         0.088114,        97.192585,        -4.713345,         0.212330,       -22.198241,        -4.741562,         0.063918,       -74.181586,         2.784304,         0.227496,        12.238901,        -0.149561,         0.014551,       -10.278076,       183.000000,       109.085262,         0.454006,         0.024999
+   51, 51, 319972.62, 24634.35,         8.006377,         0.099299,        80.628907,        -2.922593,         0.220714,       -13.241555,        -4.733640,         0.070951,       -66.716574,        -0.527917,         0.266357,        -1.981987,         0.077899,         0.016591,         4.695232,        86.000000,        61.081627,         0.608800,         0.024045
+   52, 52, 317013.43, 12374.14,         8.142152,         0.100322,        81.159891,        -2.942106,         0.227251,       -12.946498,        -4.738385,         0.072330,       -65.510401,         0.119162,         0.282748,         0.421441,         0.005009,         0.017177,         0.291615,        86.000000,        85.171501,         0.573861,         0.021889
+   53, 53, 323345.93, 2314.46,         8.828517,         0.084727,       104.200079,        -5.434900,         0.197517,       -27.516048,        -5.072206,         0.062167,       -81.590586,         1.130946,         0.230456,         4.907416,        -0.069916,         0.013758,        -5.081717,       244.000000,       189.717667,         0.553270,         0.033347
+   54, 54, 327610.55, -7504.02,         9.004084,         0.081456,       110.539904,        -6.758980,         0.191457,       -35.302813,        -5.014819,         0.059218,       -84.683502,         1.891151,         0.213912,         8.840804,        -0.087990,         0.012661,        -6.949938,       120.000000,       217.688285,         0.501673,         0.018214
+   55, 55, 343813.29, -11626.17,         9.304268,         0.077571,       119.945374,        -7.373975,         0.184549,       -39.956823,        -5.161793,         0.056770,       -90.925297,        -0.563319,         0.210608,        -2.674726,        -0.027742,         0.011957,        -2.320206,       297.000000,       354.218119,         0.543667,         0.076596
+   56, 56, 342508.85, -4698.16,         9.269433,         0.078108,       118.674146,        -6.915417,         0.184835,       -37.413983,        -5.253566,         0.057400,       -91.526314,        -0.731690,         0.211007,        -3.467606,        -0.022338,         0.012132,        -1.841302,       393.000000,       164.621860,         0.579845,         0.028182
+   57, 57, 333426.78, -13559.3,         9.056815,         0.080684,       112.250622,        -7.350790,         0.188869,       -38.920073,        -4.925358,         0.058835,       -83.714796,         1.483955,         0.213664,         6.945271,        -0.064816,         0.012333,        -5.255533,       103.000000,       324.457620,         0.473867,         0.023013
+   58, 58, 330824.95, -14794.45,         8.936049,         0.082948,       107.730583,        -7.282431,         0.192261,       -37.877778,        -4.793595,         0.060643,       -79.046091,         2.227006,         0.217195,        10.253506,        -0.076085,         0.012610,        -6.033703,       136.000000,       615.001235,         0.441654,         0.210126
+   59, 59, 304617.97, -15261.45,         8.459330,         0.086288,        98.036397,        -4.346632,         0.210165,       -20.682016,        -4.681810,         0.063465,       -73.770265,         2.479917,         0.225329,        11.005775,        -0.133218,         0.014198,        -9.382753,       160.000000,        89.785991,         0.448484,         0.033986
+   60, 60, 338062.78, -13156.47,         9.172157,         0.079726,       115.046009,        -7.459610,         0.187386,       -39.808713,        -5.020073,         0.058260,       -86.166381,         0.572646,         0.213456,         2.682734,        -0.045992,         0.012215,        -3.765230,       102.000000,       220.608795,         0.499282,         0.038072
+   61, 61, 325419.58, -15527.5,         8.813493,         0.081916,       107.591765,        -6.887234,         0.192606,       -35.758217,        -4.723881,         0.059445,       -79.466802,         3.072931,         0.213167,        14.415589,        -0.103190,         0.012596,        -8.192385,       142.000000,       322.251095,         0.426183,         0.052383
+   62, 62, 324052.62, -12510.9,         8.857636,         0.081798,       108.286960,        -6.708618,         0.193279,       -34.709481,        -4.825792,         0.059134,       -81.607413,         2.909369,         0.212557,        13.687492,        -0.109516,         0.012706,        -8.619340,        83.000000,       134.144743,         0.450648,         0.034024
+   63, 63, 327521.88, -17674.68,         8.787145,         0.082854,       106.056265,        -7.078216,         0.192656,       -36.740121,        -4.638671,         0.060709,       -76.408024,         3.034659,         0.216239,        14.033818,        -0.091759,         0.012580,        -7.294136,        78.000000,       263.853763,         0.406600,         0.031408
+   64, 64, 322114.34, -17894.35,         8.681605,         0.081765,       106.177254,        -6.560620,         0.194131,       -33.794811,        -4.604517,         0.059450,       -77.451992,         3.674796,         0.211889,        17.343039,        -0.118679,         0.012662,        -9.372692,       201.000000,       153.670700,         0.399827,         0.028938
+   65, 65, 320355.21, 5840.48,         8.626226,         0.086946,        99.213610,        -4.694769,         0.201678,       -23.278507,        -4.993306,         0.063710,       -78.375580,         0.822509,         0.240527,         3.419608,        -0.046654,         0.014384,        -3.243550,        87.000000,        89.666649,         0.564945,         0.019928
+   66, 66, 330341.07, 12925.79,         8.689988,         0.088733,        97.934468,        -4.674772,         0.200457,       -23.320542,        -5.106916,         0.064799,       -78.811175,        -0.509172,         0.242827,        -2.096851,         0.010353,         0.014823,         0.698469,        89.000000,       120.358994,         0.612726,         0.024230
+   67, 67, 318527.16, 8318.24,         8.429517,         0.093026,        90.614211,        -3.894917,         0.213350,       -18.255975,        -4.886640,         0.067660,       -72.223576,         0.578169,         0.260691,         2.217835,        -0.033021,         0.015705,        -2.102571,        80.000000,       109.332821,         0.566357,         0.027601
+   68, 68, 347297.26, -13547.71,         9.368688,         0.076160,       123.012522,        -7.415535,         0.182964,       -40.530015,        -5.186470,         0.055834,       -92.891189,        -1.060009,         0.208951,        -5.073002,        -0.022648,         0.011755,        -1.926649,       105.000000,       283.766320,         0.551387,         0.081002
+   69, 69, 321375.58, -10594.12,         8.851191,         0.080875,       109.442401,        -6.376750,         0.193020,       -33.036807,        -4.888213,         0.058549,       -83.489491,         2.754456,         0.211251,        13.038786,        -0.114429,         0.012733,        -8.986639,       114.000000,       189.336603,         0.469121,         0.038299
+   70, 70, 318675.19, -8454.47,         8.806059,         0.082697,       106.485805,        -5.971967,         0.197305,       -30.267619,        -4.897320,         0.059844,       -81.834201,         2.768539,         0.215865,        12.825325,        -0.124687,         0.013198,        -9.447201,       101.000000,       295.397007,         0.475941,         0.044772
+   71, 71, 350174.04, -12060.87,         9.400735,         0.076226,       123.327947,        -7.262887,         0.183626,       -39.552709,        -5.241138,         0.056161,       -93.324267,        -1.602847,         0.209540,        -7.649345,        -0.010460,         0.011780,        -0.887917,       181.000000,       269.580719,         0.573751,         0.077437
+   72, 72, 329442.54, 5939.52,         8.900900,         0.085892,       103.629164,        -5.430347,         0.196987,       -27.567077,        -5.166534,         0.063268,       -81.661503,         0.163531,         0.233025,         0.701773,        -0.035940,         0.014019,        -2.563782,        82.000000,        60.535351,         0.586686,         0.024369
+   73, 73, 307098.94, 992.68,         8.333437,         0.092656,        89.939209,        -3.603964,         0.218892,       -16.464557,        -4.745236,         0.067337,       -70.470010,         1.214098,         0.252753,         4.803493,        -0.078759,         0.015538,        -5.068719,        93.000000,       186.709850,         0.525545,         0.056355
+   74, 74, 337247.61, 14030.91,         8.832866,         0.086860,       101.690449,        -4.963474,         0.198395,       -25.018151,        -5.198991,         0.063329,       -82.094811,        -1.198296,         0.236611,        -5.064408,         0.024027,         0.014497,         1.657357,        67.000000,       137.769662,         0.631933,         0.055280
+   75, 75, 306612.95, -2173.79,         8.416704,         0.090254,        93.255543,        -3.916069,         0.214707,       -18.239094,        -4.773155,         0.065750,       -72.595549,         1.529464,         0.243675,         6.276655,        -0.096779,         0.015064,        -6.424642,        55.000000,       129.294200,         0.512968,         0.050312
+   76, 76, 301727, -6640.87,         8.351187,         0.091858,        90.913880,        -3.598496,         0.219673,       -16.381169,        -4.695856,         0.067078,       -70.006407,         1.539042,         0.246311,         6.248373,        -0.109069,         0.015376,        -7.093532,        68.000000,        71.531315,         0.493648,         0.022572
+   77, 77, 326724.18, 5478.1,         8.841172,         0.087238,       101.345605,        -5.235552,         0.200148,       -26.158390,        -5.120137,         0.064148,       -79.817363,         0.488567,         0.237804,         2.054495,        -0.048322,         0.014318,        -3.374792,        47.000000,        59.671961,         0.575504,         0.025685
+   78, 78, 311503.39, 15708.66,         7.784809,         0.107671,        72.302027,        -1.983474,         0.244244,        -8.120860,        -4.522011,         0.077016,       -58.714914,        -0.176239,         0.297813,        -0.591779,         0.043103,         0.018312,         2.353782,        33.000000,        63.199892,         0.571319,         0.031200
+   79, 79, 316934.08, -10632.09,         8.741881,         0.083770,       104.355838,        -5.844014,         0.200501,       -29.147034,        -4.815866,         0.060469,       -79.641561,         3.179767,         0.216236,        14.705098,        -0.139105,         0.013424,       -10.362707,        43.000000,       124.025290,         0.452781,         0.033652
+   80, 80, 317980.71, -13171.59,         8.725353,         0.082817,       105.357381,        -6.059352,         0.198526,       -30.521774,        -4.756070,         0.059815,       -79.512844,         3.434530,         0.213124,        16.115164,        -0.137367,         0.013156,       -10.441179,        52.000000,        92.707543,         0.434766,         0.031255
+   81, 81, 298790.59, -2464.08,         8.216008,         0.093873,        87.522978,        -3.107793,         0.222907,       -13.942086,        -4.656027,         0.068567,       -67.904772,         0.954272,         0.256703,         3.717410,        -0.077216,         0.015752,        -4.902016,        75.000000,        88.911901,         0.516261,         0.063185
+   82, 82, 294903.64, 214.57,         8.158973,         0.091166,        89.495635,        -3.039032,         0.215970,       -14.071538,        -4.668312,         0.066894,       -69.786802,         0.641450,         0.252407,         2.541331,        -0.045831,         0.015148,        -3.025469,        33.000000,        44.937569,         0.534231,         0.028759
+   83, 83, 284950.61, -7897.72,         8.195580,         0.083010,        98.729543,        -3.308942,         0.198932,       -16.633517,        -4.695978,         0.061751,       -76.047344,         0.669262,         0.235426,         2.842775,        -0.032853,         0.013533,        -2.427596,        11.000000,        33.806238,         0.527415,         0.072899
+   84, 84, 302616.14, 12642.65,         7.940405,         0.097975,        81.044857,        -2.583191,         0.226587,       -11.400433,        -4.601313,         0.070912,       -64.887364,         0.140945,         0.266022,         0.529826,         0.016099,         0.016285,         0.988555,        23.000000,        55.020916,         0.565616,         0.025488
+   85, 85, 298937.62, 11074.43,         8.047553,         0.092328,        87.162314,        -2.940540,         0.215350,       -13.654704,        -4.669117,         0.067337,       -69.339550,         0.268027,         0.251481,         1.065794,         0.005942,         0.015203,         0.390849,        43.000000,        49.101470,         0.565007,         0.020635
+   86, 86, 292980.66, 10621.27,         8.035974,         0.090741,        88.559032,        -2.885990,         0.212345,       -13.591045,        -4.661227,         0.066388,       -70.211497,         0.207250,         0.248574,         0.833753,         0.007141,         0.014868,         0.480265,        46.000000,        48.264731,         0.563498,         0.030914
+   87, 87, 291341.64, 3602.46,         8.103798,         0.089763,        90.279992,        -2.961275,         0.211900,       -13.974841,        -4.667471,         0.065954,       -70.768834,         0.409152,         0.249463,         1.640132,        -0.020822,         0.014794,        -1.407436,        19.000000,        33.628196,         0.547327,         0.025391
+   88, 88, 296052.78, 6812.78,         8.088176,         0.091382,        88.509421,        -2.966272,         0.214700,       -13.815883,        -4.669673,         0.066879,       -69.823120,         0.391872,         0.251299,         1.559385,        -0.013402,         0.015090,        -0.888148,        11.000000,        41.269499,         0.554136,         0.026134
+   89, 89, 314476.95, 3490.04,         8.494652,         0.089551,        94.858361,        -4.228239,         0.209726,       -20.160776,        -4.875384,         0.065184,       -74.794266,         1.210518,         0.247021,         4.900475,        -0.068733,         0.014923,        -4.605993,        30.000000,        35.307120,         0.542079,         0.026754
+   90, 90, 311673.48, 10101.08,         8.069599,         0.100136,        80.586052,        -2.775403,         0.230478,       -12.041950,        -4.658880,         0.072185,       -64.540761,         0.333470,         0.279729,         1.192118,        -0.009134,         0.017004,        -0.537199,        27.000000,        34.311950,         0.559284,         0.025113
+   91, 91, 300937.58, 3470.02,         8.177087,         0.092321,        88.571882,        -3.158530,         0.217763,       -14.504407,        -4.690914,         0.067447,       -69.549422,         0.702570,         0.253529,         2.771160,        -0.042090,         0.015388,        -2.735287,        18.000000,        26.068630,         0.541512,         0.037415
+   92, 92, 286991.93, 9571.27,         8.059381,         0.087674,        91.923909,        -2.963251,         0.206142,       -14.374816,        -4.676418,         0.064450,       -72.558512,         0.191183,         0.242684,         0.787786,         0.007678,         0.014280,         0.537632,         7.000000,        32.429448,         0.562336,         0.045475
+   93, 93, 307386.12, 16090.18,         7.796841,         0.104380,        74.696878,        -2.157056,         0.238092,        -9.059759,        -4.530081,         0.074894,       -60.486316,        -0.108316,         0.283290,        -0.382350,         0.043050,         0.017496,         2.460593,         7.000000,        32.769029,         0.571946,         0.029901
+   94, 94, 300604.96, 17843.82,         7.860009,         0.098396,        79.881158,        -2.460024,         0.225868,       -10.891441,        -4.580587,         0.071041,       -64.478424,        -0.067973,         0.263060,        -0.258395,         0.042950,         0.016188,         2.653140,        15.000000,        46.389440,         0.576123,         0.022013
+   95, 95, 303917.55, 29223.91,         7.834931,         0.097545,        80.321085,        -2.570482,         0.220809,       -11.641222,        -4.610867,         0.070019,       -65.851275,        -0.347262,         0.254165,        -1.366286,         0.079949,         0.015829,         5.050678,        44.000000,        39.980746,         0.596318,         0.022928
+   96, 96, 296097.2, 19299.56,         7.981525,         0.091370,        87.354307,        -2.883521,         0.211447,       -13.637120,        -4.665190,         0.066488,       -70.165406,        -0.009572,         0.244986,        -0.039071,         0.038685,         0.014838,         2.607068,        25.000000,        41.184856,         0.580503,         0.028108
+   97, 97, 291327.94, 19385.45,         8.048255,         0.087022,        92.484773,        -3.092561,         0.203039,       -15.231395,        -4.704628,         0.063712,       -73.841971,         0.018049,         0.235479,         0.076650,         0.034354,         0.014045,         2.445992,        15.000000,        40.779069,         0.580331,         0.019415
+   98, 98, 288651.19, 16782.21,         8.077411,         0.085438,        94.540867,        -3.155685,         0.200381,       -15.748395,        -4.714341,         0.062770,       -75.105286,         0.079271,         0.233337,         0.339728,         0.027013,         0.013788,         1.959170,        53.000000,        55.394967,         0.576204,         0.035407
+   99, 99, 321850.11, 16542.18,         8.179030,         0.100377,        81.482768,        -3.101649,         0.223010,       -13.908130,        -4.810186,         0.072177,       -66.644611,        -0.299924,         0.278815,        -1.075710,         0.035810,         0.017180,         2.084370,        24.000000,        35.558977,         0.596475,         0.026396
+  100, 100, 309623.17, 24691.81,         7.653010,         0.107935,        70.903884,        -1.917576,         0.241539,        -7.939005,        -4.492220,         0.076791,       -58.498982,        -0.433682,         0.284947,        -1.521972,         0.090763,         0.017905,         5.069144,         7.000000,        39.728453,         0.588948,         0.033285
+  101, 101, 317273.81, 16350.36,         8.036568,         0.101079,        79.507868,        -2.796783,         0.226847,       -12.328941,        -4.708505,         0.072639,       -64.820375,        -0.138624,         0.279906,        -0.495251,         0.038662,         0.017171,         2.251545,        13.000000,        29.274339,         0.586840,         0.032901
+  102, 102, 330127.65, 26472.36,         8.275005,         0.095020,        87.087225,        -3.547155,         0.212465,       -16.695212,        -4.910435,         0.067835,       -72.388395,        -1.054172,         0.256431,        -4.110935,         0.077473,         0.016047,         4.827982,        18.000000,        41.437468,         0.630418,         0.028876
+  103, 103, 330024.3, 22050.13,         8.361050,         0.095195,        87.830339,        -3.712050,         0.211924,       -17.515987,        -4.955063,         0.068217,       -72.636854,        -0.940596,         0.258616,        -3.637042,         0.061207,         0.016145,         3.790976,        24.000000,        33.350632,         0.626436,         0.021498
+  104, 104, 335366.5, 8522.69,         8.960338,         0.085244,       105.113783,        -5.457006,         0.195170,       -27.960318,        -5.233783,         0.062672,       -83.511208,        -0.707414,         0.230778,        -3.065346,        -0.005868,         0.013957,        -0.420454,        45.000000,        99.248615,         0.613842,         0.020456
+  105, 105, 330795.7, 8625.57,         8.851176,         0.087425,       101.242958,        -5.153479,         0.198799,       -25.923032,        -5.168219,         0.064238,       -80.454684,        -0.237543,         0.237734,        -0.999198,        -0.017159,         0.014430,        -1.189109,        56.000000,        52.566138,         0.601011,         0.021261
+  106, 106, 324461.1, 12021.3,         8.519877,         0.091442,        93.172245,        -4.202002,         0.206456,       -20.352979,        -4.991851,         0.066671,       -74.872675,        -0.028636,         0.253157,        -0.113116,         0.000264,         0.015385,         0.017139,        33.000000,        47.268972,         0.594882,         0.024329
+  107, 107, 333249.02, 19193.73,         8.540404,         0.093861,        90.989837,        -4.089696,         0.209732,       -19.499602,        -5.057007,         0.067492,       -74.927846,        -1.099436,         0.255292,        -4.306581,         0.047101,         0.015967,         2.949800,        35.000000,        56.868829,         0.630778,         0.032439
+  108, 108, 330905.38, 16199.04,         8.597662,         0.089791,        95.751679,        -4.406931,         0.202196,       -21.795299,        -5.070481,         0.065215,       -77.749948,        -0.733314,         0.245499,        -2.987038,         0.029698,         0.015077,         1.969701,        36.000000,       116.426415,         0.620766,         0.063206
+  109, 109, 338740.71, 9995.65,         8.981511,         0.084637,       106.118519,        -5.428698,         0.194837,       -27.862727,        -5.258500,         0.062093,       -84.686998,        -1.165543,         0.229747,        -5.073158,         0.008998,         0.013909,         0.646918,        58.000000,        69.065434,         0.626969,         0.019405
+  110, 110, 345541.9, -607.56,         9.263791,         0.077955,       118.834418,        -6.544783,         0.185035,       -35.370529,        -5.312185,         0.057536,       -92.328081,        -1.399113,         0.212256,        -6.591637,        -0.004515,         0.012239,        -0.368905,        37.000000,        56.057998,         0.610086,         0.024163
+  111, 111, 348908.69, -5077.51,         9.339219,         0.076888,       121.465196,        -6.825379,         0.184043,       -37.085727,        -5.304487,         0.056764,       -93.447449,        -1.675161,         0.210138,        -7.971721,        -0.002628,         0.011960,        -0.219715,        53.000000,       151.499066,         0.603017,         0.033940
+  112, 112, 343120.93, 5902.89,         9.139057,         0.082424,       110.878613,        -5.896474,         0.192334,       -30.657468,        -5.314611,         0.060681,       -87.582084,        -1.490800,         0.223187,        -6.679608,         0.006795,         0.013302,         0.510779,        49.000000,        50.950670,         0.627447,         0.019584
+  113, 113, 377836.69, -36378.58,         9.521815,         0.069308,       137.384160,        -6.486440,         0.169733,       -38.215591,        -5.192437,         0.053025,       -97.924794,        -3.730247,         0.195299,       -19.100171,        -0.014282,         0.010870,        -1.313941,      1070.000000,       273.690754,         0.619642,         0.030726
+  114, 114, 356153.1, -24448.15,         9.516726,         0.070266,       135.439368,        -7.410792,         0.174443,       -42.482606,        -5.181560,         0.051756,      -100.114721,        -1.958560,         0.197548,        -9.914365,        -0.036455,         0.010998,        -3.314814,       547.000000,       434.343360,         0.557297,         0.053736
+  115, 115, 363934.49, -23252.2,         9.572760,         0.070075,       136.607884,        -7.059817,         0.174232,       -40.519535,        -5.273598,         0.052646,      -100.171583,        -2.957955,         0.196938,       -15.019697,        -0.020327,         0.010932,        -1.859456,       660.000000,       283.710427,         0.598971,         0.022716
+  116, 116, 362715.03, -62961.03,         8.936764,         0.064947,       137.599923,        -5.796463,         0.162042,       -35.771401,        -4.714944,         0.048881,       -96.457107,        -1.575245,         0.183106,        -8.602924,        -0.005616,         0.010597,        -0.529902,       175.000000,       190.768950,         0.539735,         0.029939
+  117, 117, 355515.39, -15862.17,         9.492065,         0.073219,       129.639025,        -7.247102,         0.179529,       -40.367282,        -5.271515,         0.054282,       -97.113432,        -2.199058,         0.204005,       -10.779442,        -0.013879,         0.011338,        -1.224097,       594.000000,       325.663221,         0.584515,         0.042361
+  118, 118, 350331.74, 2259.59,         9.253315,         0.079397,       116.544656,        -6.159241,         0.189633,       -32.479714,        -5.346368,         0.058735,       -91.025760,        -2.239751,         0.217192,       -10.312319,         0.020649,         0.012632,         1.634676,       189.000000,        83.083718,         0.636297,         0.025201
+  119, 119, 390869.17, -52824.71,         9.106728,         0.065569,       138.888012,        -5.656118,         0.160625,       -35.213203,        -4.988430,         0.049703,      -100.365240,        -2.839897,         0.186870,       -15.197171,         0.012519,         0.010469,         1.195778,       121.000000,        93.042532,         0.608909,         0.018094
+  120, 120, 391663.46, -13955.69,         9.338796,         0.075644,       123.456545,        -5.569283,         0.184122,       -30.247761,        -5.260867,         0.057412,       -91.634238,        -4.735919,         0.209749,       -22.578930,         0.045633,         0.011864,         3.846363,       125.000000,       335.024411,         0.666301,         0.126770
+  121, 121, 381676.42, -24737.89,         9.529395,         0.073854,       129.029687,        -6.162088,         0.180508,       -34.137443,        -5.290384,         0.056605,       -93.461527,        -4.599924,         0.205363,       -22.399019,         0.016117,         0.011483,         1.403496,       175.000000,        75.525023,         0.649607,         0.024055
+  122, 122, 396227.77, -39792.02,         9.290514,         0.069178,       134.299062,        -5.795311,         0.166980,       -34.706671,        -5.118324,         0.052705,       -97.112263,        -3.771933,         0.195704,       -19.273674,         0.014021,         0.010874,         1.289308,        85.000000,        73.933308,         0.635181,         0.019427
+  123, 123, 365535.4, -28214.23,         9.570699,         0.068908,       138.890683,        -7.029125,         0.171516,       -40.982332,        -5.230660,         0.051830,      -100.919418,        -2.950813,         0.194028,       -15.208166,        -0.027698,         0.010814,        -2.561353,       200.000000,       337.557597,         0.593597,         0.030755
+  124, 124, 358761.78, -6929.68,         9.414445,         0.074790,       125.878135,        -6.590384,         0.182989,       -36.015275,        -5.349821,         0.056009,       -95.516860,        -2.898908,         0.207403,       -13.977142,         0.017134,         0.011634,         1.472700,       389.000000,       176.826739,         0.630253,         0.027476
+  125, 125, 376070.01, -56303.59,         9.127928,         0.065235,       139.924058,        -5.902506,         0.160980,       -36.666125,        -4.920588,         0.049419,       -99.569186,        -2.459700,         0.185264,       -13.276705,        -0.003057,         0.010493,        -0.291334,       381.000000,       198.646695,         0.584117,         0.017768
+  126, 126, 353788.69, -7340.62,         9.394591,         0.076218,       123.259356,        -6.813655,         0.184343,       -36.961759,        -5.321063,         0.056601,       -94.009406,        -2.316354,         0.209773,       -11.042193,         0.008728,         0.011831,         0.737687,       173.000000,       113.536509,         0.612501,         0.024045
+  127, 127, 371670.71, -21543.62,         9.563760,         0.071591,       133.588014,        -6.614897,         0.177187,       -37.332759,        -5.314827,         0.054563,       -97.407826,        -3.841568,         0.200182,       -19.190367,         0.001151,         0.011129,         0.103457,       206.000000,       230.282596,         0.630478,         0.026069
+  128, 128, 367522.64, -7189.91,         9.411252,         0.074618,       126.125233,        -6.195559,         0.184509,       -33.578677,        -5.357195,         0.056553,       -94.729502,        -3.786280,         0.207550,       -18.242696,         0.033924,         0.011653,         2.911274,       142.000000,       114.955639,         0.651137,         0.030275
+  129, 129, 361892.77, -18166,         9.553402,         0.072100,       132.502138,        -7.044873,         0.178473,       -39.473072,        -5.308160,         0.054160,       -98.008801,        -2.980321,         0.201848,       -14.765148,        -0.007689,         0.011179,        -0.687830,       148.000000,       113.013868,         0.605302,         0.026311
+  130, 130, 366450.66, -74634.65,         8.772185,         0.064143,       136.760224,        -5.338262,         0.160376,       -33.285883,        -4.689544,         0.048177,       -97.340335,        -1.500028,         0.181590,        -8.260532,         0.016238,         0.010463,         1.551955,       141.000000,       204.501530,         0.550554,         0.020527
+  131, 131, 355381.88, -79216.89,         8.590386,         0.064557,       133.066335,        -5.111012,         0.162274,       -31.496222,        -4.550432,         0.048257,       -94.296452,        -0.900889,         0.181394,        -4.966483,         0.022795,         0.010564,         2.157918,       106.000000,        87.539147,         0.524127,         0.034971
+  132, 132, 353694.67, -32885.23,         9.391715,         0.067938,       138.238656,        -7.291044,         0.169866,       -42.922348,        -5.004519,         0.049531,      -101.038785,        -1.341203,         0.191361,        -7.008761,        -0.049791,         0.010831,        -4.597017,       116.000000,       410.155136,         0.522855,         0.092355
+  133, 133, 378726.25, -28678.9,         9.562000,         0.071650,       133.453753,        -6.413917,         0.175625,       -36.520429,        -5.270220,         0.054916,       -95.967991,        -4.206852,         0.200539,       -20.977775,        -0.000723,         0.011156,        -0.064776,        84.000000,        78.737795,         0.636085,         0.027673
+  134, 134, 365246.77, -57670.24,         9.070266,         0.065097,       139.334384,        -6.026757,         0.161969,       -37.209355,        -4.807549,         0.049058,       -97.998161,        -1.882134,         0.183799,       -10.240162,        -0.013455,         0.010578,        -1.271987,        78.000000,       117.446041,         0.551705,         0.018351
+  135, 135, 389517.13, -31493.43,         9.457534,         0.072706,       130.079097,        -5.988615,         0.175463,       -34.130313,        -5.220572,         0.055619,       -93.863831,        -4.471147,         0.203461,       -21.975451,         0.013534,         0.011328,         1.194722,        88.000000,        72.273750,         0.648169,         0.024193
+  136, 136, 344415.42, 11511.89,         9.024614,         0.084854,       106.354179,        -5.343316,         0.198129,       -26.968861,        -5.295771,         0.062031,       -85.373200,        -1.894513,         0.231204,        -8.194136,         0.028343,         0.014075,         2.013689,        31.000000,        41.759168,         0.644971,         0.024456
+  137, 137, 365053.58, -11168.12,         9.473068,         0.074261,       127.564441,        -6.512516,         0.183315,       -35.526304,        -5.354014,         0.056225,       -95.224520,        -3.576398,         0.206500,       -17.319085,         0.022641,         0.011522,         1.965063,        60.000000,        95.034086,         0.637821,         0.026003
+  138, 138, 387334.51, -21934.03,         9.441026,         0.074462,       126.790460,        -5.877595,         0.180913,       -32.488519,        -5.269324,         0.056810,       -92.754200,        -4.667615,         0.206698,       -22.581825,         0.028202,         0.011610,         2.429195,        25.000000,        84.677821,         0.657552,         0.047934
+  139, 139, 393097.28, -22717.2,         9.392469,         0.074829,       125.519087,        -5.713492,         0.180659,       -31.625853,        -5.241423,         0.056951,       -92.034529,        -4.726910,         0.207896,       -22.736871,         0.033033,         0.011681,         2.827923,        57.000000,       105.305025,         0.660513,         0.033079
+  140, 140, 380945.88, -17224.24,         9.461466,         0.075320,       125.617310,        -5.953431,         0.184779,       -32.219249,        -5.312512,         0.057542,       -92.323409,        -4.684196,         0.208309,       -22.486717,         0.034248,         0.011741,         2.917014,        17.000000,        23.290234,         0.658697,         0.023188
+  141, 141, 367373.14, -14712.42,         9.517994,         0.073896,       128.802325,        -6.561065,         0.182886,       -35.875119,        -5.348781,         0.056192,       -95.188148,        -3.795550,         0.205705,       -18.451408,         0.018854,         0.011450,         1.646652,        47.000000,        60.853265,         0.636136,         0.028519
+  142, 142, 374567.12, -13256.38,         9.460162,         0.074545,       126.904861,        -6.122524,         0.184116,       -33.253594,        -5.339255,         0.056869,       -93.886469,        -4.310160,         0.206770,       -20.845170,         0.032574,         0.011613,         2.805012,        51.000000,        80.701186,         0.653954,         0.023481
+  143, 143, 380862.18, -12688.75,         9.407035,         0.076293,       123.300713,        -5.788029,         0.187620,       -30.849714,        -5.316665,         0.058159,       -91.415331,        -4.729152,         0.210670,       -22.448136,         0.045848,         0.011935,         3.841431,        11.000000,        20.149187,         0.664421,         0.023350
+  144, 144, 383629.18, -9335.24,         9.344304,         0.077663,       120.317897,        -5.548516,         0.191075,       -29.038475,        -5.303565,         0.059034,       -89.839390,        -4.885369,         0.214190,       -22.808573,         0.057942,         0.012213,         4.744216,        23.000000,        28.614690,         0.670988,         0.024340
+  145, 145, 394378.41, -45752.97,         9.191923,         0.066931,       137.333311,        -5.727990,         0.162867,       -35.169777,        -5.053751,         0.050852,       -99.381236,        -3.244088,         0.190275,       -17.049468,         0.012800,         0.010609,         1.206521,        64.000000,        49.811978,         0.621737,         0.028431
+  146, 146, 402514.52, -43075.49,         9.175136,         0.067648,       135.630472,        -5.603386,         0.163906,       -34.186654,        -5.067730,         0.051375,       -98.642822,        -3.434991,         0.192294,       -17.863217,         0.020408,         0.010698,         1.907721,        61.000000,        40.109776,         0.630348,         0.038655
+  147, 147, 402518.42, -36236.31,         9.270327,         0.070226,       132.006697,        -5.660316,         0.168838,       -33.525090,        -5.130174,         0.053421,       -96.033003,        -3.971882,         0.198324,       -20.027201,         0.022469,         0.011022,         2.038651,        37.000000,        47.043541,         0.643346,         0.025721
+  148, 148, 396061.3, -30927.23,         9.372199,         0.072411,       129.429913,        -5.784838,         0.174051,       -33.236488,        -5.191601,         0.055187,       -94.072523,        -4.381104,         0.202950,       -21.587064,         0.021686,         0.011308,         1.917755,        22.000000,        36.468598,         0.650807,         0.021455
+  149, 149, 408226.18, -35513.98,         9.204996,         0.069455,       132.531443,        -5.539390,         0.167317,       -33.107164,        -5.109229,         0.052721,       -96.910494,        -3.810717,         0.196674,       -19.375787,         0.027282,         0.010935,         2.495017,        18.000000,        28.337304,         0.642525,         0.032195
+  150, 150, 403471.42, -31311.84,         9.251419,         0.070167,       131.848803,        -5.614727,         0.169153,       -33.193277,        -5.141691,         0.053282,       -96.499850,        -3.944732,         0.198023,       -19.920586,         0.026016,         0.011024,         2.359910,        20.000000,        48.330344,         0.645683,         0.026862
+  151, 151, 406033.77, -29345.02,         9.244422,         0.070759,       130.647070,        -5.557832,         0.170332,       -32.629369,        -5.146314,         0.053694,       -95.845799,        -4.044556,         0.199493,       -20.274210,         0.029737,         0.011113,         2.675821,        20.000000,        61.986419,         0.649076,         0.029426
+  152, 152, 399386.5, -22290.57,         9.336643,         0.075086,       124.346287,        -5.553619,         0.180466,       -30.773726,        -5.215924,         0.056984,       -91.533834,        -4.739102,         0.208893,       -22.686737,         0.038836,         0.011740,         3.307840,        18.000000,        50.127921,         0.662965,         0.045973
+  153, 153, 397587.4, -62378.67,         8.942327,         0.064207,       139.273253,        -5.342588,         0.158420,       -33.724175,        -4.918963,         0.048463,      -101.499825,        -2.462067,         0.183772,       -13.397368,         0.024621,         0.010330,         2.383587,        25.000000,        62.736084,         0.603055,         0.028244
+  154, 154, 391305.58, -63700.85,         8.959338,         0.064319,       139.294633,        -5.418730,         0.158725,       -34.139001,        -4.904272,         0.048578,      -100.955625,        -2.417613,         0.183820,       -13.152036,         0.020271,         0.010353,         1.957937,        11.000000,        32.739851,         0.597652,         0.022800
+  155, 155, 396203.55, -57412.21,         9.010998,         0.064821,       139.013005,        -5.459190,         0.159315,       -34.266732,        -4.952404,         0.049018,      -101.032917,        -2.652706,         0.185253,       -14.319375,         0.020531,         0.010390,         1.975984,        23.000000,        36.582769,         0.607255,         0.020375
+  156, 156, 397924.17, -52596.47,         9.077307,         0.065668,       138.229478,        -5.539009,         0.160572,       -34.495449,        -4.993108,         0.049759,      -100.344885,        -2.915434,         0.187410,       -15.556451,         0.018824,         0.010476,         1.796947,        28.000000,        37.010620,         0.614621,         0.024231
+  157, 157, 382876.06, -53653.14,         9.160204,         0.065712,       139.400222,        -5.845949,         0.161244,       -36.255382,        -4.976556,         0.049884,       -99.761930,        -2.777960,         0.186903,       -14.863086,         0.002374,         0.010505,         0.226009,        19.000000,        47.539753,         0.599719,         0.030109
+  158, 158, 385919.86, -61374.5,         9.006580,         0.064592,       139.438816,        -5.549564,         0.159309,       -34.835236,        -4.909021,         0.048835,      -100.523248,        -2.438851,         0.184255,       -13.236313,         0.013954,         0.010391,         1.342839,        26.000000,        30.759738,         0.594348,         0.026592
+  159, 159, 340110.86, -28521.01,         9.088232,         0.075475,       120.414158,        -7.615522,         0.181074,       -42.057443,        -4.684385,         0.055766,       -83.999997,         0.686840,         0.209188,         3.283366,        -0.057412,         0.011570,        -4.961995,        70.000000,       316.892994,         0.413594,         0.231503
+  160, 160, 342259.81, -30180.57,         9.145778,         0.073666,       124.151204,        -7.600484,         0.178796,       -42.509229,        -4.718528,         0.053933,       -87.488387,         0.331765,         0.205669,         1.613100,        -0.057807,         0.011418,        -5.062552,       117.000000,       508.992087,         0.426636,         0.243045
+  161, 161, 338829.19, -32435.83,         8.970774,         0.074198,       120.902898,        -7.397355,         0.178808,       -41.370491,        -4.529456,         0.055056,       -82.270172,         1.007064,         0.206547,         4.875726,        -0.062384,         0.011449,        -5.449011,       256.000000,       394.839650,         0.390830,         0.062365
+  162, 162, 335964.11, -27144.87,         8.935396,         0.078447,       113.903138,        -7.510975,         0.184485,       -40.713119,        -4.568949,         0.059103,       -77.305245,         1.490970,         0.214053,         6.965421,        -0.060846,         0.011816,        -5.149314,       429.000000,       439.799195,         0.384729,         0.071898
+  163, 163, 339454.02, -25208.35,         9.101159,         0.077369,       117.633293,        -7.686439,         0.183778,       -41.824696,        -4.743522,         0.057363,       -82.692389,         0.740599,         0.212564,         3.484127,        -0.052996,         0.011772,        -4.502046,       285.000000,       245.172653,         0.421664,         0.069817
+  164, 164, 342858.93, -25291.03,         9.222383,         0.075632,       121.938018,        -7.742931,         0.181932,       -42.559533,        -4.851314,         0.055504,       -87.404402,         0.099788,         0.209693,         0.475873,        -0.049443,         0.011620,        -4.254887,       362.000000,       376.064350,         0.449337,         0.126190
+  165, 165, 345601.8, -25527.73,         9.308064,         0.073753,       126.206727,        -7.713437,         0.179499,       -42.971997,        -4.936654,         0.053721,       -91.893601,        -0.367628,         0.205741,        -1.786845,        -0.048864,         0.011432,        -4.274193,       452.000000,       461.574849,         0.475137,         0.089137
+  166, 166, 345909.97, -30691.34,         9.258741,         0.071266,       129.917772,        -7.557329,         0.175544,       -43.050790,        -4.841920,         0.051603,       -93.830176,        -0.274583,         0.200072,        -1.372420,        -0.056422,         0.011201,        -5.037237,       728.000000,       575.556930,         0.463174,         0.082483
+  167, 167, 338436.09, -37186.98,         8.851984,         0.071537,       123.740300,        -7.042327,         0.174651,       -40.322218,        -4.400953,         0.052905,       -83.186242,         1.138160,         0.200522,         5.675998,        -0.062318,         0.011270,        -5.529386,       562.000000,       509.902228,         0.385919,         0.122077
+  168, 168, 334457.21, -35114.84,         8.714044,         0.074811,       116.481221,        -6.990301,         0.178674,       -39.123194,        -4.270093,         0.056989,       -74.928318,         1.886542,         0.207576,         9.088427,        -0.067621,         0.011476,        -5.892385,       354.000000,       346.477797,         0.351354,         0.046597
+  169, 169, 338261.22, -41722.33,         8.729212,         0.070110,       124.507014,        -6.694543,         0.172240,       -38.867508,        -4.278473,         0.052159,       -82.027211,         1.211123,         0.196870,         6.151885,        -0.057417,         0.011208,        -5.122843,      1072.000000,       458.604660,         0.381069,         0.048337
+  170, 170, 329570.75, -34216.76,         8.484933,         0.078229,       108.463262,        -6.648148,         0.182955,       -36.337535,        -4.079985,         0.061748,       -66.074487,         2.941655,         0.213944,        13.749620,        -0.077937,         0.011691,        -6.666408,      1037.000000,       345.096683,         0.316288,         0.056888
+  171, 171, 334989.23, -30867,         8.810514,         0.079464,       110.873644,        -7.353987,         0.185010,       -39.749073,        -4.375087,         0.061723,       -70.882036,         1.785475,         0.216397,         8.250931,        -0.064170,         0.011810,        -5.433372,       309.000000,       350.384978,         0.346731,         0.058299
+  172, 172, 331704.61, -26241.59,         8.723694,         0.083115,       104.958984,        -7.288381,         0.189986,       -38.362654,        -4.396304,         0.064518,       -68.140585,         2.534710,         0.221232,        11.457269,        -0.067948,         0.012214,        -5.562948,       472.000000,       405.908998,         0.347441,         0.189355
+  173, 173, 328431.53, -27940.2,         8.528556,         0.083989,       101.543264,        -6.904336,         0.191185,       -36.113400,        -4.214955,         0.066084,       -63.781921,         3.384868,         0.222272,        15.228483,        -0.081592,         0.012249,        -6.661130,       699.000000,       347.901843,         0.320545,         0.065054
+  174, 174, 336081.28, -23805.64,         8.973311,         0.080312,       111.730215,        -7.603908,         0.187282,       -40.601405,        -4.651875,         0.060403,       -77.014348,         1.426507,         0.217132,         6.569758,        -0.055500,         0.012059,        -4.602517,       449.000000,       536.729982,         0.398902,         0.066897
+  175, 175, 337470.12, -19925.9,         9.065896,         0.080645,       112.417371,        -7.657983,         0.188321,       -40.664530,        -4.797481,         0.059877,       -80.122703,         1.032237,         0.217349,         4.749210,        -0.048073,         0.012204,        -3.939209,       615.000000,       629.731639,         0.434717,         0.109983
+  176, 176, 342348.74, -22559.69,         9.231166,         0.076075,       121.342370,        -7.716829,         0.182476,       -42.289571,        -4.910271,         0.055692,       -88.168131,         0.119201,         0.209818,         0.568117,        -0.047125,         0.011682,        -4.034049,       369.000000,       416.348896,         0.464664,         0.101934
+  177, 177, 332725.59, -19390.99,         8.872160,         0.084003,       105.616774,        -7.454586,         0.192493,       -38.726485,        -4.639066,         0.062906,       -73.746044,         2.164371,         0.221574,         9.768171,        -0.062140,         0.012572,        -4.942573,       812.000000,       506.009853,         0.401162,         0.052579
+  178, 178, 327487.37, -22298.2,         8.568392,         0.086803,        98.710951,        -6.990809,         0.196287,       -35.615310,        -4.343466,         0.066241,       -65.571115,         3.683761,         0.224961,        16.375084,        -0.086871,         0.012794,        -6.789875,       904.000000,       307.500670,         0.344286,         0.030378
+  179, 179, 343411.59, -18219.15,         9.283893,         0.076697,       121.046868,        -7.652949,         0.183487,       -41.708441,        -5.029515,         0.056065,       -89.708356,        -0.213496,         0.210321,        -1.015095,        -0.038483,         0.011791,        -3.263845,      1215.000000,       587.797418,         0.498638,         0.105851
+  180, 180, 349055.69, -20887.1,         9.412465,         0.073493,       128.073093,        -7.617364,         0.179332,       -42.476370,        -5.110199,         0.053673,       -95.209583,        -1.064174,         0.204702,        -5.198657,        -0.037020,         0.011395,        -3.248839,       802.000000,       449.824909,         0.524817,         0.056377
+  181, 181, 351097.21, -27497.53,         9.393601,         0.069265,       135.617685,        -7.409705,         0.172186,       -43.033144,        -5.052058,         0.050302,      -100.433882,        -1.107691,         0.194645,        -5.690831,        -0.048169,         0.010932,        -4.406076,       983.000000,       538.391487,         0.523448,         0.075812
+  182, 182, 297942.15, -33105.95,         8.031120,         0.082306,        97.576279,        -3.454215,         0.204426,       -16.897163,        -4.370343,         0.062700,       -69.702321,         2.116443,         0.223786,         9.457458,        -0.060130,         0.013285,        -4.526277,       639.000000,       200.789457,         0.411108,         0.016582
+  183, 183, 308339.92, -26657.04,         8.252296,         0.083146,        99.250758,        -4.487985,         0.207575,       -21.621071,        -4.366421,         0.062647,       -69.698894,         3.625536,         0.215637,        16.813114,        -0.133388,         0.013395,        -9.958284,       251.000000,       323.821410,         0.363980,         0.036119
+  184, 184, 322572.21, -26917.93,         8.391201,         0.081269,       103.252181,        -6.295202,         0.191941,       -32.797575,        -4.202565,         0.061627,       -68.193537,         4.262122,         0.214889,        19.834088,        -0.108611,         0.012287,        -8.839807,       160.000000,       354.817274,         0.327399,         0.073068
+  185, 185, 322565.6, -29522.07,         8.259680,         0.082551,       100.055388,        -6.096376,         0.193171,       -31.559539,        -4.028193,         0.064205,       -62.739199,         4.550601,         0.219125,        20.767183,        -0.108479,         0.012285,        -8.829943,       233.000000,       369.078207,         0.300592,         0.054831
+  186, 186, 293318.13, -17312.06,         8.259686,         0.085286,        96.846582,        -3.515722,         0.206485,       -17.026527,        -4.642746,         0.063456,       -73.165332,         1.367633,         0.234550,         5.830890,        -0.078145,         0.013965,        -5.595725,       166.000000,       130.412085,         0.480498,         0.023066
+  187, 187, 315646.55, -31303.34,         8.214412,         0.077368,       106.173277,        -5.240920,         0.191994,       -27.297350,        -4.167079,         0.059033,       -70.589033,         4.148013,         0.207652,        19.975770,        -0.111657,         0.012158,        -9.184017,       259.000000,       281.877553,         0.332871,         0.038088
+  188, 188, 304719.13, -27487.57,         8.238713,         0.082096,       100.354865,        -4.196646,         0.204501,       -20.521419,        -4.438078,         0.061998,       -71.584220,         2.918954,         0.216671,        13.471805,        -0.109483,         0.013262,        -8.255614,       151.000000,       279.493080,         0.394066,         0.036282
+  189, 189, 321954.36, -32546,         8.271400,         0.077214,       107.122972,        -5.904764,         0.185921,       -31.759495,        -4.056961,         0.059584,       -68.087726,         4.044670,         0.210210,        19.241063,        -0.097981,         0.011822,        -8.287773,       270.000000,       323.219576,         0.317288,         0.037262
+  190, 190, 311343.05, -41967,         7.781229,         0.077272,       100.699535,        -3.894311,         0.195052,       -19.965542,        -3.881907,         0.061141,       -63.490970,         3.637060,         0.215004,        16.916209,        -0.056602,         0.012249,        -4.621026,       474.000000,       228.670214,         0.322266,         0.020004
+  191, 191, 318030.71, -27812.93,         8.275299,         0.080602,       102.668107,        -5.667898,         0.195782,       -28.949990,        -4.168850,         0.060940,       -68.408956,         4.607842,         0.212262,        21.708262,        -0.126154,         0.012464,       -10.121700,       139.000000,       287.381200,         0.321822,         0.052745
+  192, 192, 315373.57, -24947.11,         8.397503,         0.079949,       105.035695,        -5.551046,         0.196719,       -28.218106,        -4.377024,         0.059492,       -73.573088,         4.153757,         0.208535,        19.918716,        -0.132554,         0.012628,       -10.496800,       213.000000,       273.655044,         0.357816,         0.040015
+  193, 193, 308034.74, -32419.4,         8.126551,         0.079148,       102.675588,        -4.316581,         0.199016,       -21.689624,        -4.270120,         0.060642,       -70.415462,         3.358442,         0.211684,        15.865381,        -0.097260,         0.012670,        -7.676437,       195.000000,       258.177023,         0.363137,         0.046727
+  194, 194, 314330.79, -21499.59,         8.482325,         0.081434,       104.162137,        -5.539154,         0.199782,       -27.726059,        -4.498024,         0.059954,       -75.024957,         3.990795,         0.209842,        19.018103,        -0.142395,         0.012978,       -10.972080,       195.000000,       210.784263,         0.378727,         0.026570
+  195, 195, 313503.88, -27427.64,         8.305527,         0.079550,       104.406116,        -5.189427,         0.197622,       -26.259357,        -4.314633,         0.059852,       -72.087865,         4.081484,         0.208792,        19.548067,        -0.128190,         0.012614,       -10.162385,       114.000000,       209.201837,         0.350510,         0.063013
+  196, 196, 311593.95, -29691.66,         8.233471,         0.078906,       104.345146,        -4.854846,         0.197442,       -24.588728,        -4.286945,         0.059910,       -71.556450,         3.832090,         0.208943,        18.340385,        -0.117243,         0.012563,        -9.332572,        89.000000,       313.934841,         0.352926,         0.056273
+  197, 197, 320162.13, -24446.09,         8.337766,         0.084100,        99.141541,        -6.059440,         0.198966,       -30.454583,        -4.203077,         0.063072,       -66.638960,         4.836340,         0.217520,        22.233960,        -0.129398,         0.012827,       -10.087688,        95.000000,       292.975710,         0.322483,         0.021732
+  198, 198, 321749.08, -23511,         8.391480,         0.084753,        99.010615,        -6.303062,         0.198111,       -31.815822,        -4.238558,         0.063538,       -66.709045,         4.672600,         0.218998,        21.336271,        -0.121674,         0.012824,        -9.488069,       116.000000,       246.829563,         0.328868,         0.037591
+  199, 199, 302066.12, -24471.58,         8.244810,         0.085996,        95.873956,        -3.879653,         0.212384,       -18.267126,        -4.483580,         0.064433,       -69.585628,         2.586892,         0.225602,        11.466642,        -0.117273,         0.014025,        -8.361772,        82.000000,       354.249438,         0.407849,         0.077977
+  200, 200, 324399.73, -35058.09,         8.253159,         0.077221,       106.876836,        -5.995723,         0.183665,       -32.644965,        -3.949305,         0.060840,       -64.913121,         3.812002,         0.212228,        17.961817,        -0.088903,         0.011706,        -7.594776,       109.000000,       284.515172,         0.305728,         0.023134
+  201, 201, 310172.99, -22574.96,         8.429032,         0.081594,       103.304055,        -5.002141,         0.201996,       -24.763525,        -4.523068,         0.060575,       -74.668583,         3.520777,         0.211314,        16.661357,        -0.137191,         0.013147,       -10.435424,        96.000000,       205.279154,         0.391762,         0.028401
+  202, 202, 318769.5, -18902.57,         8.538568,         0.083959,       101.699064,        -6.114961,         0.200506,       -30.497602,        -4.481385,         0.061150,       -73.284945,         4.363982,         0.214352,        20.358950,        -0.141938,         0.013138,       -10.803817,       140.000000,       286.982032,         0.371663,         0.055252
+  203, 203, 318576.81, -21935.03,         8.423371,         0.083794,       100.524554,        -5.985668,         0.200543,       -29.847368,        -4.340631,         0.061778,       -70.261577,         4.669810,         0.214864,        21.733805,        -0.140269,         0.013025,       -10.769289,       156.000000,       265.095990,         0.344874,         0.034803
+  204, 204, 306334.75, -22731.84,         8.325584,         0.086080,        96.719187,        -4.336793,         0.213004,       -20.360149,        -4.476755,         0.064075,       -69.867039,         3.266711,         0.221108,        14.774256,        -0.143667,         0.014040,       -10.232585,       125.000000,       288.917594,         0.387922,         0.126990
+  205, 205, 311907.21, -35905.87,         8.025287,         0.077095,       104.095945,        -4.476041,         0.194057,       -23.065634,        -4.080253,         0.059878,       -68.142658,         3.798712,         0.209866,        18.100655,        -0.089764,         0.012236,        -7.335975,       176.000000,       231.402567,         0.333595,         0.068940
+  206, 206, 316724.95, -35492.33,         8.094745,         0.075795,       106.798441,        -5.074125,         0.188066,       -26.980588,        -4.012241,         0.058871,       -68.153048,         4.088983,         0.207938,        19.664427,        -0.094867,         0.011892,        -7.977414,        89.000000,       268.457903,         0.319715,         0.035232
+  207, 207, 298239.3, -24996.76,         8.187407,         0.086379,        94.784986,        -3.553898,         0.212219,       -16.746384,        -4.493911,         0.064786,       -69.365187,         2.076902,         0.230652,         9.004494,        -0.097148,         0.014094,        -6.892979,        63.000000,        81.298158,         0.425743,         0.042187
+  208, 208, 300046.48, -21453.27,         8.266432,         0.088049,        93.884815,        -3.703214,         0.215588,       -17.177294,        -4.537454,         0.065512,       -69.261409,         2.230513,         0.231960,         9.615938,        -0.117678,         0.014462,        -8.137024,        72.000000,       248.590087,         0.427601,         0.093003
+  209, 209, 303145.8, -20159.37,         8.344116,         0.087336,        95.540621,        -4.056815,         0.214244,       -18.935453,        -4.562359,         0.064730,       -70.482477,         2.620671,         0.227010,        11.544312,        -0.133425,         0.014345,        -9.301328,        40.000000,       135.056729,         0.420349,         0.045253
+  210, 210, 292145.09, -22376.41,         8.205756,         0.083531,        98.236343,        -3.490909,         0.203333,       -17.168398,        -4.594588,         0.062525,       -73.484451,         1.423493,         0.230684,         6.170759,        -0.066815,         0.013594,        -4.915196,        22.000000,        42.430421,         0.469248,         0.033807
+  211, 211, 289344.08, -25302.15,         8.167667,         0.080878,       100.987307,        -3.494714,         0.197372,       -17.706236,        -4.583537,         0.060779,       -75.412927,         1.305251,         0.226198,         5.770381,        -0.046800,         0.013098,        -3.573177,        37.000000,        63.094340,         0.474423,         0.039324
+  212, 212, 281144.54, -26368.4,         8.141527,         0.076890,       105.885384,        -3.515458,         0.187785,       -18.720678,        -4.608383,         0.057854,       -79.656075,         0.960603,         0.219703,         4.372279,        -0.015285,         0.012402,        -1.232402,         4.000000,        39.281931,         0.497889,         0.107534
+  213, 213, 276385.4, -15692.77,         8.173820,         0.076994,       106.162408,        -3.480170,         0.186641,       -18.646291,        -4.679498,         0.057737,       -81.048430,         0.649104,         0.221621,         2.928898,        -0.008814,         0.012426,        -0.709365,        18.000000,        52.807869,         0.525093,         0.076697
+  214, 214, 333949.36, -49547.84,         8.334902,         0.070077,       118.938510,        -5.771961,         0.171702,       -33.616105,        -3.973074,         0.053836,       -73.798917,         1.833802,         0.196597,         9.327732,        -0.038399,         0.011277,        -3.404897,       449.000000,       365.295158,         0.359046,         0.026126
+  215, 215, 328639.25, -51354.28,         8.055488,         0.071792,       112.205559,        -5.181839,         0.174816,       -29.641707,        -3.778448,         0.056601,       -66.755707,         2.510204,         0.202374,        12.403778,        -0.029762,         0.011431,        -2.603559,       350.000000,       337.960522,         0.336003,         0.022855
+  216, 216, 328766.37, -54568.85,         8.016956,         0.071750,       111.735113,        -4.992492,         0.175225,       -28.491943,        -3.792537,         0.056240,       -67.435032,         2.299144,         0.201592,        11.404921,        -0.016528,         0.011436,        -1.445288,       145.000000,       329.585871,         0.346716,         0.062717
+  217, 217, 332223.73, -57396.73,         8.163877,         0.069902,       116.790046,        -5.137379,         0.172283,       -29.819393,        -3.963480,         0.053545,       -74.021767,         1.635565,         0.194981,         8.388311,        -0.008677,         0.011269,        -0.769984,       329.000000,       397.980157,         0.380465,         0.122098
+  218, 218, 327365.26, -57784.04,         7.961820,         0.071732,       110.993444,        -4.747601,         0.175913,       -26.988283,        -3.824569,         0.055813,       -68.525100,         2.148850,         0.200875,        10.697469,        -0.001709,         0.011434,        -0.149492,       448.000000,       281.867869,         0.359864,         0.059793
+  219, 219, 325148.15, -54327.48,         7.901935,         0.072534,       108.940409,        -4.711413,         0.177286,       -26.575171,        -3.747531,         0.057222,       -65.491518,         2.610329,         0.204560,        12.760684,        -0.012812,         0.011512,        -1.112945,       295.000000,       254.647616,         0.340295,         0.015456
+  220, 220, 328631.89, -61735.25,         7.987387,         0.071277,       112.060646,        -4.683108,         0.175538,       -26.678550,        -3.888556,         0.054904,       -70.824668,         1.769957,         0.198430,         8.919815,         0.009884,         0.011386,         0.868101,       263.000000,       263.011278,         0.378086,         0.016177
+  221, 221, 329641.62, -66529.75,         8.026286,         0.070490,       113.863599,        -4.614990,         0.174628,       -26.427572,        -3.979466,         0.053698,       -74.108754,         1.355390,         0.195216,         6.943044,         0.021275,         0.011300,         1.882826,       204.000000,       170.061988,         0.401601,         0.025858
+  222, 222, 327916.01, -45847.58,         8.136658,         0.072260,       112.602689,        -5.523310,         0.175032,       -31.555928,        -3.796498,         0.057311,       -66.243266,         2.859718,         0.204052,        14.014636,        -0.051493,         0.011425,        -4.507026,       376.000000,       264.308563,         0.321936,         0.037590
+  223, 223, 321117.24, -60823.26,         7.715937,         0.074510,       103.556348,        -4.104839,         0.182891,       -22.444127,        -3.724259,         0.058496,       -63.667339,         2.421910,         0.208992,        11.588549,         0.019610,         0.011701,         1.675906,       290.000000,       176.780653,         0.351431,         0.030840
+  224, 224, 325433.51, -61656.41,         7.822079,         0.073437,       106.513464,        -4.378049,         0.179976,       -24.325714,        -3.754646,         0.057405,       -65.406704,         2.161009,         0.205292,        10.526488,         0.015117,         0.011585,         1.304807,       294.000000,       181.523079,         0.357079,         0.031542
+  225, 225, 320495.28, -52701.22,         7.683526,         0.075564,       101.682803,        -4.186877,         0.184931,       -22.640240,        -3.589268,         0.061024,       -58.817506,         3.254396,         0.215368,        15.110877,        -0.016290,         0.011825,        -1.377673,       361.000000,       184.275199,         0.312785,         0.029719
+  226, 226, 320831.13, -45866.47,         7.838952,         0.074541,       105.162363,        -4.677701,         0.182196,       -25.673990,        -3.650659,         0.060402,       -60.439736,         3.694741,         0.212128,        17.417543,        -0.052936,         0.011692,        -4.527508,       432.000000,       216.800751,         0.301115,         0.057359
+  227, 227, 316915.15, -53631.62,         7.596989,         0.076545,        99.248919,        -3.815336,         0.189011,       -20.185765,        -3.625572,         0.061364,       -59.083026,         3.192430,         0.217697,        14.664565,        -0.002926,         0.011976,        -0.244339,       156.000000,       258.483216,         0.320964,         0.023303
+  228, 228, 323595.31, -65306.25,         7.811762,         0.073084,       106.887307,        -4.231733,         0.180023,       -23.506632,        -3.825851,         0.056508,       -67.704760,         1.920991,         0.203215,         9.452978,         0.028371,         0.011549,         2.456632,       153.000000,       175.180666,         0.374962,         0.031974
+  229, 229, 318116.79, -58966.35,         7.590560,         0.076525,        99.190014,        -3.799212,         0.188127,       -20.194907,        -3.642923,         0.060740,       -59.975929,         2.756974,         0.216056,        12.760440,         0.019535,         0.011925,         1.638088,       186.000000,       153.916052,         0.335865,         0.041492
+  230, 230, 339293.11, -47659.81,         8.638068,         0.068206,       126.646811,        -6.249122,         0.169146,       -36.945187,        -4.255435,         0.050749,       -83.852679,         0.976186,         0.191063,         5.109240,        -0.043051,         0.011095,        -3.880132,       446.000000,       510.472460,         0.400776,         0.245819
+  231, 231, 334055.07, -44545.18,         8.433176,         0.071634,       117.726396,        -6.200923,         0.173739,       -35.691006,        -3.976533,         0.055464,       -71.695357,         2.007508,         0.201037,         9.985770,        -0.055705,         0.011353,        -4.906702,       248.000000,       483.338341,         0.340086,         0.100628
+  232, 232, 331453.95, -41443.1,         8.397447,         0.073010,       115.018100,        -6.237646,         0.175553,       -35.531389,        -3.959144,         0.057081,       -69.360488,         2.462353,         0.204564,        12.037089,        -0.063824,         0.011405,        -5.596192,       260.000000,       429.804621,         0.327409,         0.080584
+  233, 233, 327954.56, -39544.67,         8.282701,         0.074713,       110.860627,        -6.045496,         0.178268,       -33.912431,        -3.887854,         0.059346,       -65.511394,         3.111144,         0.208562,        14.917145,        -0.072605,         0.011503,        -6.311937,       236.000000,       400.023025,         0.311018,         0.077632
+  234, 234, 321981.74, -36838.07,         8.115081,         0.076521,       106.050196,        -5.548295,         0.184335,       -30.098942,        -3.858003,         0.060663,       -63.597776,         4.083873,         0.211858,        19.276502,        -0.090183,         0.011718,        -7.695945,       175.000000,       282.837500,         0.298697,         0.065843
+  235, 235, 324590.43, -40337.23,         8.112935,         0.074991,       108.185091,        -5.584827,         0.179964,       -31.032988,        -3.783974,         0.060202,       -62.854558,         3.626323,         0.210200,        17.251815,        -0.075609,         0.011570,        -6.535137,       192.000000,       268.622269,         0.300266,         0.060166
+  236, 236, 317357.31, -39249.39,         7.934199,         0.075927,       104.498272,        -4.770744,         0.187855,       -25.395947,        -3.818338,         0.060312,       -63.310002,         4.174783,         0.211769,        19.713892,        -0.083574,         0.011859,        -7.047206,       118.000000,       161.458446,         0.300878,         0.061703
+  237, 237, 333435.39, -77430.79,         8.185920,         0.067723,       120.874258,        -4.622963,         0.169810,       -27.224389,        -4.220764,         0.050646,       -83.339121,         0.459198,         0.187227,         2.452630,         0.034211,         0.010976,         3.116986,       735.000000,       172.757635,         0.457732,         0.045883
+  238, 238, 302126.02, -67286.13,         7.695633,         0.074486,       103.316032,        -3.523968,         0.185387,       -19.008691,        -4.021627,         0.056838,       -70.756248,         1.709282,         0.205954,         8.299352,         0.052541,         0.011781,         4.459990,       346.000000,       244.361854,         0.411450,         0.016921
+  239, 239, 321943.14, -68916.22,         7.830279,         0.072427,       108.112287,        -4.159715,         0.179212,       -23.211197,        -3.904796,         0.055448,       -70.422298,         1.669827,         0.200466,         8.329723,         0.037554,         0.011479,         3.271509,       247.000000,       138.845552,         0.393170,         0.074678
+  240, 240, 314598.5, -64965.34,         7.597993,         0.076070,        99.881181,        -3.646931,         0.187905,       -19.408396,        -3.767269,         0.059223,       -63.611772,         2.236142,         0.211967,        10.549502,         0.043827,         0.011883,         3.688099,       463.000000,       246.815793,         0.366101,         0.021169
+  241, 241, 310206.19, -67759.02,         7.670692,         0.074621,       102.795898,        -3.659950,         0.185125,       -19.770178,        -3.908316,         0.057301,       -68.206252,         1.898972,         0.206540,         9.194217,         0.049935,         0.011749,         4.250237,       279.000000,       178.963443,         0.392639,         0.028696
+  242, 242, 326961.41, -72189.14,         7.982312,         0.070429,       113.337673,        -4.394465,         0.175167,       -25.087288,        -4.023536,         0.053319,       -75.461661,         1.175622,         0.194378,         6.048130,         0.035624,         0.011273,         3.160010,        93.000000,       111.617692,         0.417214,         0.078768
+  243, 243, 306522.23, -44854.32,         7.668422,         0.079345,        96.646451,        -3.304340,         0.200693,       -16.464665,        -3.927448,         0.062388,       -62.951496,         2.987316,         0.220177,        13.567803,        -0.023813,         0.012621,        -1.886699,       686.000000,       203.426131,         0.344668,         0.033019
+  244, 244, 332009.57, -86587.48,         8.209034,         0.066568,       123.317323,        -4.515122,         0.167641,       -26.933237,        -4.315836,         0.049529,       -87.137304,         0.167619,         0.184537,         0.908319,         0.042912,         0.010812,         3.968957,       105.000000,       145.534304,         0.482077,         0.031988
+  245, 245, 291250.63, -62212.96,         7.735417,         0.075190,       102.877745,        -3.328645,         0.187252,       -17.776242,        -4.155833,         0.057179,       -72.681644,         1.490192,         0.209003,         7.130020,         0.048308,         0.011953,         4.041537,       200.000000,       198.640370,         0.431034,         0.022714
+  246, 246, 302274.84, -54583.9,         7.590615,         0.078355,        96.874541,        -3.141350,         0.196214,       -16.009780,        -3.950704,         0.060846,       -64.929700,         2.243142,         0.217890,        10.294855,         0.030018,         0.012401,         2.420535,       209.000000,       208.033136,         0.379068,         0.034222
+  247, 247, 313999.38, -53197.4,         7.585872,         0.076735,        98.858187,        -3.645689,         0.190777,       -19.109683,        -3.697454,         0.061067,       -60.547672,         3.089781,         0.217276,        14.220534,         0.002201,         0.012053,         0.182603,       265.000000,       277.661955,         0.331060,         0.032885
+  248, 248, 299312.82, -60819.66,         7.680816,         0.075713,       101.445923,        -3.375155,         0.188734,       -17.883164,        -4.045412,         0.058036,       -69.704725,         1.836593,         0.210015,         8.745075,         0.043719,         0.012001,         3.643015,        88.000000,       188.843606,         0.407226,         0.024695
+  249, 249, 308373.06, -57401.82,         7.488749,         0.078856,        94.967521,        -3.178750,         0.196830,       -16.149741,        -3.765589,         0.061910,       -60.823226,         2.580713,         0.220777,        11.689216,         0.034504,         0.012339,         2.796291,       121.000000,       154.372815,         0.353274,         0.034115
+  250, 250, 309678.63, -51875.49,         7.503222,         0.079167,        94.776563,        -3.200445,         0.198803,       -16.098605,        -3.732602,         0.062739,       -59.493985,         3.005632,         0.222908,        13.483731,         0.008023,         0.012437,         0.645066,       140.000000,       203.226629,         0.333986,         0.030122
+  251, 251, 311833.72, -57007.52,         7.477564,         0.078735,        94.971657,        -3.297160,         0.195895,       -16.831262,        -3.678675,         0.062325,       -59.024093,         2.820530,         0.221943,        12.708332,         0.026768,         0.012270,         2.181544,       104.000000,       157.379712,         0.338244,         0.069971
+  252, 252, 327926.88, -75230.85,         8.034497,         0.069555,       115.513649,        -4.421714,         0.173579,       -25.473800,        -4.091965,         0.052362,       -78.147372,         0.927252,         0.191815,         4.834096,         0.038200,         0.011175,         3.418247,        41.000000,        82.607700,         0.432509,         0.053779
+  253, 253, 307926.73, -64266.21,         7.578823,         0.076575,        98.972470,        -3.418587,         0.190163,       -17.977179,        -3.855189,         0.059275,       -65.039018,         2.123018,         0.212588,         9.986515,         0.049632,         0.012004,         4.134722,        64.000000,       213.181115,         0.379539,         0.057902
+  254, 254, 299390.82, -71196.86,         7.793609,         0.072467,       107.546718,        -3.672553,         0.180690,       -20.325203,        -4.124214,         0.054779,       -75.287825,         1.409758,         0.200403,         7.034605,         0.053292,         0.011529,         4.622333,        49.000000,        88.793492,         0.433644,         0.047500
+  255, 255, 295866.34, -72353.52,         7.842154,         0.071570,       109.573739,        -3.710173,         0.178682,       -20.764143,        -4.188660,         0.053888,       -77.728850,         1.254719,         0.198343,         6.325994,         0.052881,         0.011423,         4.629318,        44.000000,       126.174356,         0.446523,         0.034969
+  256, 256, 299578.37, -47629.99,         7.640659,         0.080691,        94.690096,        -2.954323,         0.202739,       -14.572015,        -4.039985,         0.062604,       -64.532079,         2.198968,         0.223411,         9.842714,         0.008024,         0.012866,         0.623680,        35.000000,       159.620279,         0.380325,         0.084547
+  257, 257, 293314.45, -52457.68,         7.724168,         0.077730,        99.371708,        -3.149705,         0.193810,       -16.251502,        -4.158636,         0.059548,       -69.836625,         1.708013,         0.216389,         7.893265,         0.028558,         0.012396,         2.303708,         6.000000,       130.973974,         0.416750,         0.058187
+  258, 258, 299215.09, -41823.07,         7.801636,         0.080578,        96.821153,        -3.188515,         0.202027,       -15.782601,        -4.169991,         0.062229,       -67.010845,         2.225587,         0.221869,        10.031064,        -0.021187,         0.012923,        -1.639555,        32.000000,        77.593803,         0.389159,         0.041615
+  259, 259, 288944.87, -47144.31,         7.838920,         0.077525,       101.115181,        -3.216458,         0.192464,       -16.712036,        -4.290320,         0.059062,       -72.640555,         1.490054,         0.217137,         6.862286,         0.015489,         0.012423,         1.246778,        28.000000,        56.348297,         0.436942,         0.033521
+  260, 260, 290541.99, -38708.26,         7.968411,         0.078516,       101.487407,        -3.352787,         0.194235,       -17.261530,        -4.393288,         0.059683,       -73.610546,         1.542132,         0.219524,         7.024887,        -0.013788,         0.012635,        -1.091273,        10.000000,       112.379240,         0.442772,         0.025182
+  261, 261, 285964.14, -39392.46,         7.990553,         0.076895,       103.914455,        -3.396701,         0.189788,       -17.897312,        -4.438375,         0.058250,       -76.195308,         1.307813,         0.217025,         6.026087,        -0.002277,         0.012369,        -0.184108,        12.000000,        45.863155,         0.460624,         0.033337
diff --git a/pysal/examples/tokyo/tokyo_GS_NN_summary.txt b/pysal/examples/tokyo/tokyo_GS_NN_summary.txt
new file mode 100755
index 0000000..86e9c8e
--- /dev/null
+++ b/pysal/examples/tokyo/tokyo_GS_NN_summary.txt
@@ -0,0 +1,162 @@
+*****************************************************************************
+*             Semiparametric Geographically Weighted Regression             *
+*                         Release 1.0.90 (GWR 4.0.90)                       *
+*                               12 May 2015                                 *
+*                 (Originally coded by T. Nakaya: 1 Nov 2009)               *
+*                                                                           *
+*              Tomoki Nakaya(1), Martin Charlton(2), Chris Brunsdon (2)     *
+*              Paul Lewis (2), Jing Yao (3), A Stewart Fotheringham (4)     *
+*                       (c) GWR4 development team                           *
+* (1) Ritsumeikan University, (2) National University of Ireland, Maynooth, *
+*         (3) University of Glasgow, (4) Arizona State University           *
+*****************************************************************************
+
+Program began at 7/25/2016 8:24:18 AM
+
+*****************************************************************************
+Session: 
+Session control file: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_GS_NN.ctl
+*****************************************************************************
+Data filename: C:\Users\IEUser\Desktop\tokyo\tokyo\Tokyomortality.txt
+Number of areas/points: 262
+
+Model settings---------------------------------
+Model type: Poisson
+Geographic kernel: adaptive Gaussian
+Method for optimal bandwidth search: Golden section search
+Criterion for optimal bandwidth: AICc
+Number of varying coefficients: 5
+Number of fixed coefficients:   0
+
+Modelling options---------------------------------
+Standardisation of independent variables: OFF
+Testing geographical variability of local coefficients: OFF
+Local to Global Variable selection: OFF
+Global to Local Variable selection: OFF
+Prediction at non-regression points: OFF
+
+Variable settings---------------------------------
+Area key: field1: IDnum0
+Easting (x-coord): field2 : X_CENTROID
+Northing (y-coord): field3: Y_CENTROID
+Cartesian coordinates: Euclidean distance
+Dependent variable: field4: db2564
+Offset variable is not specified
+Intercept: varying (Local) intercept
+Independent variable with varying (Local) coefficient: field6: OCC_TEC
+Independent variable with varying (Local) coefficient: field7: OWNH
+Independent variable with varying (Local) coefficient: field8: POP65
+Independent variable with varying (Local) coefficient: field9: UNEMP
+*****************************************************************************
+
+*****************************************************************************
+  Global regression result
+*****************************************************************************
+  < Diagnostic information >
+Number of parameters:                   5
+Deviance:                          24597.455544
+Classic AIC:                       24607.455544
+AICc:                              24607.689919
+BIC/MDL:                           24625.297266
+Percent deviance explained             0.526746
+
+Variable                  Estimate    Standard Error      z(Est/SE)        Exp(Est)  
+-------------------- --------------- --------------- --------------- --------------- 
+Intercept                   8.432403        0.061613      136.859875     4593.526955
+OCC_TEC                    -4.270431        0.156467      -27.292831        0.013976
+OWNH                       -4.789311        0.046070     -103.957933        0.008318
+POP65                      -1.252659        0.178384       -7.022265        0.285744
+UNEMP                       0.061305        0.010099        6.070542        1.063223
+
+*****************************************************************************
+  GWR (Geographically weighted regression) bandwidth selection
+*****************************************************************************
+
+Bandwidth search <golden section search>
+  Limits: 50,  262
+ Golden section search begins...
+ Initial values
+  pL            Bandwidth:    50.000 Criterion:  21070.385
+  p1            Bandwidth:    54.513 Criterion:  21300.064
+  p2            Bandwidth:    57.302 Criterion:  21467.046
+  pU            Bandwidth:    61.814 Criterion:  21628.107
+ iter    1 (p1) Bandwidth:    54.513 Criterion:  21300.064 Diff:      2.789
+ iter    2 (p1) Bandwidth:    52.789 Criterion:  21186.366 Diff:      1.724
+ iter    3 (p1) Bandwidth:    51.724 Criterion:  21119.354 Diff:      1.065
+The lower limit in your search has been selected as the optimal bandwidth size.
+A new sesssion is recommended to try with a smaller lowest limit of the bandwidth search.
+Best bandwidth size 50.000
+Minimum AICc    21070.385
+
+*****************************************************************************
+  GWR (Geographically weighted regression) result
+*****************************************************************************
+  Bandwidth and geographic ranges
+Bandwidth size:                   50.000000
+Coordinate                Min              Max           Range
+--------------- --------------- --------------- ---------------
+X-coord           276385.400000   408226.180000   131840.780000
+Y-coord           -86587.480000    33538.420000   120125.900000
+
+  Diagnostic information
+Effective number of parameters (model: trace(S)):                         11.723460
+Effective number of parameters (variance: trace(S'WSW^-1)):                7.749046
+Degree of freedom (model: n - trace(S)):                                 250.276540
+Degree of freedom (residual: n - 2trace(S) + trace(S'WSW^-1)):           246.302127
+Deviance:                          21045.741163
+Classic AIC:                       21069.188082
+AICc:                              21070.384849
+BIC/MDL:                           21111.021425
+Percent deviance explained             0.595081
+
+***********************************************************
+ << Geographically varying (Local) coefficients >>
+***********************************************************
+Estimates of varying coefficients have been saved in the following file.
+    Listwise output file: C:\Users\IEUser\Desktop\tokyo\tokyo_results_no_off\tokyo_GS_NN_listwise.csv
+
+Summary statistics for varying (Local) coefficients 
+Variable                      Mean             STD 
+-------------------- --------------- ---------------
+Intercept                   8.599793        0.585380
+OCC_TEC                    -5.080341        1.478737
+OWNH                       -4.701071        0.496447
+POP65                       0.046837        2.647462
+UNEMP                      -0.013079        0.063278
+
+Variable                       Min              Max           Range
+-------------------- --------------- --------------- ---------------
+Intercept                   7.477564        9.572760        2.095196
+OCC_TEC                    -7.742931       -1.917576        5.825356
+OWNH                       -5.362232       -3.589268        1.772965
+POP65                      -4.885369        4.836340        9.721710
+UNEMP                      -0.153164        0.095991        0.249155
+
+Variable               Lwr Quartile          Median    Upr Quartile
+-------------------- --------------- --------------- ---------------
+Intercept                   8.093103        8.594024        9.143286
+OCC_TEC                    -6.116852       -5.256411       -3.711580
+OWNH                       -5.168985       -4.721204       -4.342757
+POP65                      -2.208547        0.299896        2.173021
+UNEMP                      -0.061169       -0.002452        0.038315
+
+Variable             Interquartile R     Robust STD
+-------------------- --------------- ---------------
+Intercept                   1.050183        0.778490
+OCC_TEC                     2.405272        1.783003
+OWNH                        0.826228        0.612474
+POP65                       4.381568        3.248012
+UNEMP                       0.099484        0.073747
+ (Note: Robust STD is given by (interquartile range / 1.349) )
+
+*****************************************************************************
+ GWR Analysis of Deviance Table
+*****************************************************************************
+Source                 Deviance        DOF     Deviance/DOF
+------------ ------------------- ---------- ----------------
+Global model            24597.456    257.000            95.710
+GWR model               21045.741    246.302            85.447
+Difference               3551.714     10.698           332.002
+
+*****************************************************************************
+Program terminated at 7/25/2016 8:24:21 AM
diff --git a/pysal/examples/tokyo/tokyomet262.dbf b/pysal/examples/tokyo/tokyomet262.dbf
new file mode 100755
index 0000000..bf50ed0
Binary files /dev/null and b/pysal/examples/tokyo/tokyomet262.dbf differ
diff --git a/pysal/examples/tokyo/tokyomet262.prj b/pysal/examples/tokyo/tokyomet262.prj
new file mode 100755
index 0000000..4b5ef4e
--- /dev/null
+++ b/pysal/examples/tokyo/tokyomet262.prj
@@ -0,0 +1 @@
+PROJCS["Japan_Zone_6",GEOGCS["GCS_Tokyo",DATUM["D_Tokyo",SPHEROID["Bessel_1841",6377397.155,299.1528128]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",136.0],PARAMETER["Scale_Factor",0.9999],PARAMETER["Latitude_Of_Origin",36.0],UNIT["Meter",1.0]]
\ No newline at end of file
diff --git a/pysal/examples/tokyo/tokyomet262.shp b/pysal/examples/tokyo/tokyomet262.shp
new file mode 100755
index 0000000..e9ebcfb
Binary files /dev/null and b/pysal/examples/tokyo/tokyomet262.shp differ
diff --git a/pysal/examples/tokyo/tokyomet262.shp.xml b/pysal/examples/tokyo/tokyomet262.shp.xml
new file mode 100755
index 0000000..9b6811f
--- /dev/null
+++ b/pysal/examples/tokyo/tokyomet262.shp.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xml:lang="ja"><Esri><CreaDate>20120518</CreaDate><CreaTime>14182000</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><DataProperties><lineage><Process ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField" Date="20120518" Time="141820">CalculateField tokyomet262 AreaID [FID] VB #</Process><Process ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\De [...]
diff --git a/pysal/examples/tokyo/tokyomet262.shx b/pysal/examples/tokyo/tokyomet262.shx
new file mode 100755
index 0000000..3b81c28
Binary files /dev/null and b/pysal/examples/tokyo/tokyomet262.shx differ
diff --git a/pysal/examples/wmat/us48_CONTIGUITY_EDGES_ONLY.swm b/pysal/examples/wmat/us48_CONTIGUITY_EDGES_ONLY.swm
new file mode 100644
index 0000000..b194d9c
Binary files /dev/null and b/pysal/examples/wmat/us48_CONTIGUITY_EDGES_ONLY.swm differ
diff --git a/pysal/examples/wmat/us48_INVERSE_DISTANCE.swm b/pysal/examples/wmat/us48_INVERSE_DISTANCE.swm
new file mode 100644
index 0000000..25286d2
Binary files /dev/null and b/pysal/examples/wmat/us48_INVERSE_DISTANCE.swm differ
diff --git a/pysal/network/network.py b/pysal/network/network.py
index 0603ba9..0ec3171 100644
--- a/pysal/network/network.py
+++ b/pysal/network/network.py
@@ -331,19 +331,24 @@ class Network:
 
         return ps.weights.W(neighbors, weights=weights)
 
-    def distancebandweights(self, threshold):
+    def distancebandweights(self, threshold, n_proccess=None):
         """
         Create distance based weights
 
         Parameters
         ----------
-        threshold:  float
-                    Distance threshold value.
+        threshold:      float
+                        Distance threshold value.
+        
+        n_processes:    int, str
+                        (Optional) Specify the number of cores to utilize.
+                        Default is 1 core. Use (int) to specify an exact number or cores.
+                        Use ("all") to request all available cores.
         """
         try:
             hasattr(self.alldistances)
         except:
-            self.node_distance_matrix()
+            self.node_distance_matrix(n_proccess)
 
         neighbor_query = np.where(self.distancematrix < threshold)
         neighbors = defaultdict(list)
@@ -627,19 +632,46 @@ class Network:
             links.append(tuple(sorted([n, v0])))
         return links
 
-    def node_distance_matrix(self):
+    def node_distance_matrix(self, n_processes):
+        """
+        Called from: allneighbordistances()
+                     nearestneighbordistances()
+                     distancebandweights()
+        """
         self.alldistances = {}
         nnodes = len(self.node_list)
         self.distancematrix = np.empty((nnodes, nnodes))
-        for node in self.node_list:
-            distance, pred = util.dijkstra(self, self.edge_lengths, node, n=float('inf'))
+        # Single-core processing
+        if not n_processes:
+            for node in self.node_list:
+                distance, pred = util.dijkstra(self, self.edge_lengths, node, n=float('inf'))
+                pred = np.array(pred)
+                #tree = util.generatetree(pred)     <---- something to look at in the future
+                tree = None
+                self.alldistances[node] = (distance, tree)
+                self.distancematrix[node] = distance
+        # Multiprocessing
+        if n_processes:
+            import multiprocessing as mp
+            from itertools import repeat
+            if n_processes == "all":
+                cores = mp.cpu_count()
+            else:
+                cores = n_processes
+            p = mp.Pool(processes=cores)
+            distance_pred = p.map(util.dijkstra_multi, zip(repeat(self), 
+                                                       repeat(self.edge_time), 
+                                                       self.node_list))
+            distance = [distance_pred[iteration][0] for iteration in range(len(distance_pred))]
+            pred = [distance_pred[iteration][1] for iteration in range(len(distance_pred))]
             pred = np.array(pred)
-            #tree = util.generatetree(pred)     <---- something to look at in the future
-            tree = None
-            self.alldistances[node] = (distance, tree)
-            self.distancematrix[node] = distance
-
-    def allneighbordistances(self, sourcepattern, destpattern=None, fill_diagonal=None):
+            #tree = util.generatetree(pred[node])
+            for node in self.node_list:
+                self.distancematrix[node] = distance[node]
+    
+    
+    def allneighbordistances(self, sourcepattern, destpattern=None, fill_diagonal=None,
+                             n_processes=None):
         """
         Compute either all distances between i and j in a single point pattern or all 
         distances between each i from a source pattern and all j from a destination pattern.
@@ -657,6 +689,10 @@ class Network:
                         Default in None and will populate the diagonal with numpy.nan
                         Do not declare a destpattern for a custom fill_diagonal.
         
+        n_processes:    int, str
+                        (Optional) Specify the number of cores to utilize.
+                        Default is 1 core. Use (int) to specify an exact number or cores.
+                        Use ("all") to request all available cores.
         Returns
         -------
         nearest:        array (n,n)
@@ -664,7 +700,7 @@ class Network:
         """
 
         if not hasattr(self,'alldistances'):
-            self.node_distance_matrix()
+            self.node_distance_matrix(n_processes)
             
         # Source setup
         src_indices = sourcepattern.points.keys()
@@ -709,9 +745,8 @@ class Network:
                 if set1 == set2: # same edge
                     x1,y1 = sourcepattern.snapped_coordinates[p1]
                     x2,y2 = destpattern.snapped_coordinates[p2]
-                    xd = x1-x2
-                    yd = y1-y2
-                    nearest[p1,p2] = np.sqrt(xd*xd + yd*yd)
+                    computed_length = util.compute_length((x1,y1),(x2,y2))
+                    nearest[p1,p2] = computed_length
 
                 else:
                     ddist1, ddist2 = dest_dist_to_node[p2].values()
@@ -757,7 +792,7 @@ class Network:
             
         return nearest
 
-    def nearestneighbordistances(self, sourcepattern, destpattern=None):
+    def nearestneighbordistances(self, sourcepattern, destpattern=None, n_processes=None):
         """
         Compute the interpattern nearest neighbor distances or the intrapattern
         nearest neighbor distances between a source pattern and a destination pattern.
@@ -770,6 +805,11 @@ class Network:
         destpattern:    str 
                         (Optional) The key of a point pattern snapped to the network.
 
+        n_processes:    int, str
+                        (Optional) Specify the number of cores to utilize.
+                        Default is 1 core. Use (int) to specify an exact number or cores.
+                        Use ("all") to request all available cores.
+                        
         Returns
         -------
         nearest:        ndarray (n,2) 
@@ -781,7 +821,7 @@ class Network:
             raise KeyError("Available point patterns are {}".format(self.pointpatterns.keys()))
 
         if not hasattr(self,'alldistances'):
-            self.node_distance_matrix()
+            self.node_distance_matrix(n_processes)
 
         pt_indices = self.pointpatterns[sourcepattern].points.keys()
         dist_to_node = self.pointpatterns[sourcepattern].dist_to_node
diff --git a/pysal/network/tests/test_network.py b/pysal/network/tests/test_network.py
index dbacff2..d2b5a55 100644
--- a/pysal/network/tests/test_network.py
+++ b/pysal/network/tests/test_network.py
@@ -135,6 +135,11 @@ class TestNetworkUtils(unittest.TestCase):
         self.distance, self.pred = util.dijkstra(self.ntw, self.ntw.edge_lengths, 0)
         self.assertAlmostEqual(self.distance[196], 5505.668247, places=4)
         self.assertEqual(self.pred[196], 133)
+        
+    def test_dijkstra_mp(self):
+        self.distance, self.pred = util.dijkstra_mp((self.ntw, self.ntw.edge_lengths, 0))
+        self.assertAlmostEqual(self.distance[196], 5505.668247, places=4)
+        self.assertEqual(self.pred[196], 133)
 
 if __name__ == '__main__':
     unittest.main()
diff --git a/pysal/network/util.py b/pysal/network/util.py
index d4c78e8..adcec48 100644
--- a/pysal/network/util.py
+++ b/pysal/network/util.py
@@ -1,6 +1,6 @@
-from collections import OrderedDict
-import math
-import operator
+#from collections import OrderedDict
+#import math
+#import operator
 import pysal as ps
 import numpy as np
 
@@ -19,9 +19,13 @@ def compute_length(v0, v1):
     --------
     Euclidean distance
     """
-
-    return math.sqrt((v0[0] - v1[0])**2 + (v0[1] - v1[1])**2)
-
+    #  Is there a reason we are using `math` as opposed to `numpy` is this function?
+    #  Moreover, we are not using `OrderedDict` or `operator` for anything currently in
+    #  any of the defined functions in `utils.py`. 
+    
+    #return math.sqrt((v0[0] - v1[0])**2 + (v0[1] - v1[1])**2)
+    return np.sqrt((v0[0] - v1[0])**2 + (v0[1] - v1[1])**2)
+    
 
 def get_neighbor_distances(ntw, v0, l):
     edges = ntw.enum_links_node(v0)
@@ -109,6 +113,39 @@ def dijkstra(ntw, cost, node, n=float('inf')):
     return distance, np.array(pred, dtype=np.int)
 
 
+def dijkstra_mp((ntw, cost, node)):
+    """
+    Compute the shortest path between a start node and all other nodes in the web 
+    utilizing multiple cores upon request.
+    
+    Parameters
+    ----------
+    ntw:        object
+                PySAL network object
+                
+    cost:       dict
+                key:    tuple
+                        (start node, end node)
+                value:  float
+                        Cost per edge to travel, e.g. distance
+    
+    node:       int
+                Start node ID
+    
+    n:          float('inf')
+                integer break point to stop iteration and return n neighbors
+    
+    Returns
+    -------
+    distance:   list
+                List of distances from node to all other nodes.
+    
+    pred:       list
+                List of preceeding nodes for traversal route.
+    """
+    return dijkstra(ntw, cost, node)
+       
+    
 def squaredDistancePointSegment(point, segment):
     """Find the squared distance between a point and a segment
     
diff --git a/pysal/spatial_dynamics/util.py b/pysal/spatial_dynamics/util.py
index 7181a9c..dfda191 100644
--- a/pysal/spatial_dynamics/util.py
+++ b/pysal/spatial_dynamics/util.py
@@ -12,14 +12,14 @@ def shuffle_matrix(X, ids):
 
     Parameters
     ----------
-    X   : array 
+    X   : array
           (k, k), array to be permutated.
     ids : array
           range (k, ).
 
     Returns
     -------
-    X   : array 
+    X   : array
           (k, k) with rows and columns randomly shuffled.
 
     Examples
@@ -50,7 +50,7 @@ def get_lower(matrix):
     Returns
     -------
     lowvec  : array
-              numpy array, the lower half of the distance matrix flattened into 
+              numpy array, the lower half of the distance matrix flattened into
               a vector of length n*(n-1)/2.
 
     Examples
@@ -75,6 +75,6 @@ def get_lower(matrix):
             if i > j:
                 lowerlist.append(matrix[i, j])
     veclen = n * (n - 1) / 2
-    lowvec = np.reshape(lowerlist, (veclen, 1))
+    lowvec = np.reshape(np.array(lowerlist), (int(veclen), 1))
     return lowvec
 
diff --git a/pysal/spreg/error_sp_hom.py b/pysal/spreg/error_sp_hom.py
index 7cf96ee..39772d7 100644
--- a/pysal/spreg/error_sp_hom.py
+++ b/pysal/spreg/error_sp_hom.py
@@ -1363,7 +1363,7 @@ def get_omega_hom(w, wA1, wA2, reg, lamb, G):
     j = np.dot(G, np.array([[1.], [2 * lamb]]))
     psii = la.inv(psi)
     t2 = spdot(reg.h.T, np.hstack((a1, a2)))
-    psiDL = (mu3 * spdot(reg.h.T, np.hstack((vecdA1, np.zeros((n, 1))))) +
+    psiDL = (mu3 * spdot(reg.h.T, np.hstack((vecdA1, np.zeros((int(n), 1))))) +
              sig2 * spdot(reg.h.T, np.hstack((a1, a2)))) / n
 
     oDD = spdot(la.inv(spdot(reg.h.T, reg.h)), spdot(reg.h.T, z_s))
@@ -1413,7 +1413,7 @@ def get_omega_hom_ols(w, wA1, wA2, reg, lamb, G):
     oLL = la.inv(spdot(j.T, spdot(psii, j))) / n
     #oDL = np.zeros((oDD.shape[0], oLL.shape[1]))
     mu3 = np.sum(u_s ** 3) / n
-    psiDL = (mu3 * spdot(reg.x.T, np.hstack((vecdA1, np.zeros((n, 1)))))) / n
+    psiDL = (mu3 * spdot(reg.x.T, np.hstack((vecdA1, np.zeros((int(n), 1)))))) / n
     oDL = spdot(spdot(spdot(p.T, psiDL), spdot(psii, j)), oLL)
 
     o_upper = np.hstack((oDD, oDL))
diff --git a/pysal/spreg/summary_output.py b/pysal/spreg/summary_output.py
index 70b160e..788e16b 100644
--- a/pysal/spreg/summary_output.py
+++ b/pysal/spreg/summary_output.py
@@ -1370,7 +1370,7 @@ def summary_diag_sur(reg, nonspat_diag, spat_diag, tsls, lambd, rho=False):
             if lambd and spat_diag:
                 strSummary += "%41s        %2d   %10.3f           %6.4f\n" % (
                     "LR test on lambda", reg.likrlambda[1], reg.likrlambda[0], reg.likrlambda[2])
-                if reg.vm != None:
+                if reg.vm is not None:
                     strSummary += "%41s        %2d   %10.3f           %6.4f\n" % (
                         "Joint significance (lambda)", reg.joinlam[1], reg.joinlam[0], reg.joinlam[2])        
             summary_add_other_end(reg, strSummary)
diff --git a/pysal/spreg/tests/test_error_sp_het_regimes.py b/pysal/spreg/tests/test_error_sp_het_regimes.py
index 9a6d80b..dee2013 100644
--- a/pysal/spreg/tests/test_error_sp_het_regimes.py
+++ b/pysal/spreg/tests/test_error_sp_het_regimes.py
@@ -30,7 +30,7 @@ class TestGM_Error_Het_Regimes(unittest.TestCase):
         self.regimes = db.by_col(self.r_var)
         #Artficial:
         n = 256
-        self.n2 = n/2
+        self.n2 = n//2
         self.x_a1 = np.random.uniform(-10,10,(n,1))
         self.x_a2 = np.random.uniform(1,5,(n,1))
         self.q_a = self.x_a2 + np.random.normal(0,1,(n,1))
diff --git a/pysal/spreg/tests/test_error_sp_hom_regimes.py b/pysal/spreg/tests/test_error_sp_hom_regimes.py
index f9de3cc..42138e7 100644
--- a/pysal/spreg/tests/test_error_sp_hom_regimes.py
+++ b/pysal/spreg/tests/test_error_sp_hom_regimes.py
@@ -29,7 +29,7 @@ class TestGM_Error_Hom_Regimes(unittest.TestCase):
         self.regimes = db.by_col(self.r_var)
         #Artficial:
         n = 256
-        self.n2 = n/2
+        self.n2 = n//2
         self.x_a1 = np.random.uniform(-10,10,(n,1))
         self.x_a2 = np.random.uniform(1,5,(n,1))
         self.q_a = self.x_a2 + np.random.normal(0,1,(n,1))
diff --git a/pysal/spreg/tests/test_error_sp_regimes.py b/pysal/spreg/tests/test_error_sp_regimes.py
index d4f89eb..5065758 100644
--- a/pysal/spreg/tests/test_error_sp_regimes.py
+++ b/pysal/spreg/tests/test_error_sp_regimes.py
@@ -32,7 +32,7 @@ class TestGM_Error_Regimes(unittest.TestCase):
         self.q = np.array(q).T
         #Artficial:
         n = 256
-        self.n2 = n/2
+        self.n2 = n//2
         self.x_a1 = np.random.uniform(-10,10,(n,1))
         self.x_a2 = np.random.uniform(1,5,(n,1))
         self.q_a = self.x_a2 + np.random.normal(0,1,(n,1))
diff --git a/pysal/spreg/utils.py b/pysal/spreg/utils.py
old mode 100755
new mode 100644
index 7c69aaf..d7b4110
--- a/pysal/spreg/utils.py
+++ b/pysal/spreg/utils.py
@@ -248,7 +248,7 @@ def get_A1_hom(s, scalarKP=False):
     wpw = s.T * s
     twpw = np.sum(wpw.diagonal())
     e = SP.eye(n, n, format='csr')
-    e.data = np.ones(n) * (twpw / n)
+    e.data = np.ones(int(n)) * (twpw / n)
     num = wpw - e
     if not scalarKP:
         return num
diff --git a/pysal/version.py b/pysal/version.py
index f08e764..a2665ea 100644
--- a/pysal/version.py
+++ b/pysal/version.py
@@ -1,3 +1,3 @@
 import datetime
-version = "1.13.0"
-stable_release_date = datetime.date(2016, 12, 9)
+version = "1.14.2"
+stable_release_date = datetime.date(2017, 9, 23)
diff --git a/pysal/weights/Contiguity.py b/pysal/weights/Contiguity.py
index 9a2b7fc..346aa9a 100644
--- a/pysal/weights/Contiguity.py
+++ b/pysal/weights/Contiguity.py
@@ -31,9 +31,9 @@ class Rook(W):
         :class:`pysal.weights.W`
         """
         criterion = 'rook'
-        ids = kw.pop('ids', None) 
-        neighbors, ids = _build(polygons, criterion=criterion, 
-                                ids=ids, method=method)
+        ids = kw.pop('ids', None)
+        neighbors, ids = _build(polygons, ids=ids, 
+                                criterion=criterion, method=method)
         W.__init__(self, neighbors, ids=ids, **kw)
     
     @classmethod
@@ -82,6 +82,7 @@ class Rook(W):
             ids = get_ids(filepath, idVariable) 
         else:
             ids = None
+        iterable = FileIO(filepath)
         w = cls(FileIO(filepath), ids=ids, **kwargs)
         w.set_shapefile(filepath, idVariable=idVariable, full=full)
         if sparse:
@@ -89,7 +90,7 @@ class Rook(W):
         return w
     
     @classmethod
-    def from_iterable(cls, iterable, **kwargs):
+    def from_iterable(cls, iterable, sparse=False, **kwargs):
         """
         Construct a weights object from a collection of arbitrary polygons. This
         will cast the polygons to PySAL polygons, then build the W.
@@ -109,11 +110,15 @@ class Rook(W):
         :class:`pysal.weights.Rook`
         """
         new_iterable = [asShape(shape) for shape in iterable]
-        return cls(new_iterable, **kwargs)
+        
+        w = cls(new_iterable, **kwargs) 
+        if sparse:
+            w = WSP.from_W(w)
+        
+        return w
     
     @classmethod
-    def from_dataframe(cls, df, geom_col='geometry', 
-                       idVariable=None, ids=None, id_order=None, **kwargs):
+    def from_dataframe(cls, df, geom_col='geometry', **kwargs):
         """
         Construct a weights object from a pandas dataframe with a geometry
         column. This will cast the polygons to PySAL polygons, then build the W
@@ -144,20 +149,27 @@ class Rook(W):
         :class:`pysal.weights.W`
         :class:`pysal.weights.Rook`
         """
-        if id_order is not None:
-            if id_order is True and ((idVariable is not None) 
-                                     or (ids is not None)):
+        idVariable = kwargs.pop('idVariable', None)
+        ids = kwargs.pop('ids', None)
+        id_order = kwargs.pop('id_order', True)
+        if id_order is True and ((idVariable is not None) 
+                                  or (ids is not None)):
                 # if idVariable is None, we want ids. Otherwise, we want the
                 # idVariable column
-                id_order = list(df.get(idVariable, ids))
-            else:
-                id_order = df.get(id_order, ids)
+            ids = list(df.get(idVariable, ids))
+            id_order = ids
+        elif isinstance(id_order, str):
+            ids = df.get(id_order, ids)
+            id_order = ids
         elif idVariable is not None:
             ids = df.get(idVariable).tolist()
         elif isinstance(ids, str):
             ids = df.get(ids).tolist()
-        return cls.from_iterable(df[geom_col].tolist(), ids=ids,
-                                 id_order=id_order, **kwargs)
+        else:
+            id_order = list(df.index)
+            ids = list(df.index)
+        w = cls.from_iterable(df[geom_col].tolist(), ids=ids, id_order=id_order, **kwargs)
+        return w
 
 class Queen(W):
     def __init__(self, polygons,method='binning', **kw):
@@ -303,21 +315,23 @@ class Queen(W):
         """
         idVariable = kwargs.pop('idVariable', None)
         ids = kwargs.pop('ids', None)
-        id_order = kwargs.pop('id_order', None)
-        if id_order is not None:
-            if id_order is True and ((idVariable is not None) 
-                                     or (ids is not None)):
+        id_order = kwargs.pop('id_order', True)
+        if id_order is True and ((idVariable is not None) 
+                                  or (ids is not None)):
                 # if idVariable is None, we want ids. Otherwise, we want the
                 # idVariable column
-                ids = list(df.get(idVariable, ids))
-                id_order = ids
-            elif isinstance(id_order, str):
-                ids = df.get(id_order, ids)
-                id_order = ids
+            ids = list(df.get(idVariable, ids))
+            id_order = ids
+        elif isinstance(id_order, str):
+            ids = df.get(id_order, ids)
+            id_order = ids
         elif idVariable is not None:
             ids = df.get(idVariable).tolist()
         elif isinstance(ids, str):
             ids = df.get(ids).tolist()
+        else:
+            id_order = list(df.index)
+            ids = list(df.index)
         w = cls.from_iterable(df[geom_col].tolist(), ids=ids, id_order=id_order, **kwargs)
         return w
 
diff --git a/pysal/weights/Distance.py b/pysal/weights/Distance.py
index 3a55d2b..2ac60f1 100644
--- a/pysal/weights/Distance.py
+++ b/pysal/weights/Distance.py
@@ -762,6 +762,8 @@ class DistanceBand(W):
         See detail in pysal issue #126.
 
         """
+        if ids is not None:
+            ids=list(ids)
         self.p = p
         self.threshold = threshold
         self.binary = binary
@@ -857,6 +859,8 @@ class DistanceBand(W):
             ids = df.index.tolist()
         elif isinstance(ids, str):
             ids = df[ids].tolist()
+        else:
+            ids = df.index.tolist()
         return cls(pts, threshold, ids=ids, **kwargs)
 
     def _band(self):
@@ -878,7 +882,7 @@ class DistanceBand(W):
         if self.binary:
             self.dmat[self.dmat>0] = 1
             self.dmat.eliminate_zeros()
-            tempW = WSP2W(WSP(self.dmat), silent_island_warning=self.silent)
+            tempW = WSP2W(WSP(self.dmat, id_order=ids), silent_island_warning=self.silent)
             neighbors = tempW.neighbors
             weight_keys = tempW.weights.keys()
             weight_vals = tempW.weights.values()
@@ -888,7 +892,7 @@ class DistanceBand(W):
             weighted = self.dmat.power(self.alpha)
             weighted[weighted==np.inf] = 0
             weighted.eliminate_zeros()
-            tempW = WSP2W(WSP(weighted), silent_island_warning=self.silent)
+            tempW = WSP2W(WSP(weighted, id_order=ids), silent_island_warning=self.silent)
             neighbors = tempW.neighbors
             weight_keys = tempW.weights.keys()
             weight_vals = tempW.weights.values()
diff --git a/pysal/weights/spatial_lag.py b/pysal/weights/spatial_lag.py
index 24c88fa..760a47b 100644
--- a/pysal/weights/spatial_lag.py
+++ b/pysal/weights/spatial_lag.py
@@ -109,6 +109,8 @@ def lag_categorical(w, y, ties='tryself'):
                           and break a tie. If this does not resolve the tie,
                           a winner is chosen randomly. To just use random choice to
                           break ties, pass "random" instead.
+                          Also supported are selecting the ``lowest'' class in the 
+                          sorted list of ties or the ``highest'' class. 
     Returns
     -------
     an (n x k) column vector containing the most common neighboring observation
@@ -170,7 +172,7 @@ def lag_categorical(w, y, ties='tryself'):
         for neighb, weight in diter(neighbors):
             vals[inty[w.id2i[neighb]]] += weight
         outidx = _resolve_ties(idx,inty,vals,neighbors,ties, w)
-        output[w.id2i[idx]] = keys[outidx]
+        output[w.id2i[int(idx)]] = keys[int(outidx)]
     return output.reshape(orig_shape)
 
 def _resolve_ties(i,inty,vals,neighbors,method,w):
@@ -190,8 +192,15 @@ def _resolve_ties(i,inty,vals,neighbors,method,w):
         return np.argmax(vals)
     elif method.lower() == 'random':
         ties = np.where(vals == vals.max())
-        return np.random.choice(vals[ties])
+        return np.random.choice(np.squeeze(ties))
     elif method.lower() == 'tryself':
         vals[inty[w.id2i[i]]] += np.mean(neighbors.values())
         return _resolve_ties(i,inty,vals,neighbors,'random', w)
-
+    elif method.lower() == 'lowest':
+        ties = np.where(vals == vals.max())
+        return ties[0]
+    elif method.lower() == 'highest':
+        ties = np.where(vals.max())
+        return ties[-1]
+    else:
+        raise KeyError('Tie-Breaking method for categorical lag not recognized')
diff --git a/pysal/weights/tests/test_Contiguity.py b/pysal/weights/tests/test_Contiguity.py
index 26778fc..03e187b 100644
--- a/pysal/weights/tests/test_Contiguity.py
+++ b/pysal/weights/tests/test_Contiguity.py
@@ -92,6 +92,13 @@ class Contiguity_Mixin(object):
         w = self.cls.from_dataframe(df, geom_col='the_geom', idVariable=self.idVariable)
         self.assertEqual(w[self.known_name], self.known_namedw)
 
+        # order preserving
+        permute = df.sample(frac=1)
+        w = self.cls.from_dataframe(permute, geom_col='the_geom')
+        with self.assertRaises(AssertionError):
+            assert w.id_order == df.index.tolist()
+        self.assertEqual(w.id_order, permute.index.tolist())
+
 class Test_Queen(ut.TestCase, Contiguity_Mixin):
     def setUp(self):
         Contiguity_Mixin.setUp(self)
diff --git a/pysal/weights/tests/test_Distance.py b/pysal/weights/tests/test_Distance.py
index d8eec70..b3ce48e 100644
--- a/pysal/weights/tests/test_Distance.py
+++ b/pysal/weights/tests/test_Distance.py
@@ -86,6 +86,12 @@ class Test_KNN(ut.TestCase, Distance_Mixin):
         w = d.KNN.from_dataframe(df, k=4)
         self.assertEqual(w.neighbors[self.known_wi0], self.known_w0)
         self.assertEqual(w.neighbors[self.known_wi1], self.known_w1)
+        perm = df.sample(frac=1)
+        w = d.KNN.from_dataframe(perm, k=4)
+        with self.assertRaises(AssertionError):
+            assert w.id_order == df.index.tolist()
+        self.assertEqual(perm.index.tolist(), w.id_order)
+
 
     def test_from_array(self):
         w = d.KNN.from_array(self.poly_centroids, k=4)
@@ -146,6 +152,11 @@ class Test_DistanceBand(ut.TestCase, Distance_Mixin):
         w = d.DistanceBand.from_dataframe(df, 1)
         for k,v in w:
             self.assertEquals(v, self.grid_rook_w[k])
+        perm = df.sample(frac=1)
+        w =  d.DistanceBand.from_dataframe(perm, 1)
+        with self.assertRaises(AssertionError):
+            assert w.id_order == df.index.tolist()
+        self.assertEqual(w.id_order, perm.index.tolist())
 
     ##########################
     # Function/User tests    #
@@ -252,7 +263,12 @@ class Test_Kernel(ut.TestCase, Distance_Mixin):
         w = d.Kernel.from_dataframe(df)
         for k,v in w[self.known_wi5-1].items():
             np.testing.assert_allclose(v, self.known_w5[k+1], rtol=RTOL)
-    
+        perm = df.sample(frac=1)
+        w = d.Kernel.from_dataframe(perm)
+        with self.assertRaises(AssertionError):
+            assert w.id_order == df.index.tolist()
+        self.assertEqual(w.id_order, perm.index.tolist())
+
     ##########################
     # Function/User tests    # 
     ##########################
diff --git a/pysal/weights/tests/test_spatial_lag.py b/pysal/weights/tests/test_spatial_lag.py
index e841903..6003581 100644
--- a/pysal/weights/tests/test_spatial_lag.py
+++ b/pysal/weights/tests/test_spatial_lag.py
@@ -43,7 +43,7 @@ class Test_spatial_lag(unittest.TestCase):
         known = np.array(['b', 'a', 'b', 'c', 'b', 'c', 'b', 'c', 'b'])
         np.testing.assert_array_equal(yl, known)
         ym_lag = pysal.weights.spatial_lag.lag_categorical(self.wlat,self.ym)
-        known = np.array([['b', 'b'],
+        known = np.array([['b', 'c'],
                           ['a', 'c'],
                           ['b', 'c'],
                           ['c', 'd'],
@@ -51,7 +51,7 @@ class Test_spatial_lag(unittest.TestCase):
                           ['c', 'c'],
                           ['b', 'd'],
                           ['c', 'd'],
-                          ['b', 'b']])
+                          ['b', 'd']])
         np.testing.assert_array_equal(ym_lag, np.asarray(known))
 
 suite = unittest.TestLoader().loadTestsFromTestCase(Test_spatial_lag)
diff --git a/pysal/weights/tests/test_swm_IO.py b/pysal/weights/tests/test_swm_IO.py
new file mode 100644
index 0000000..e1ae0cb
--- /dev/null
+++ b/pysal/weights/tests/test_swm_IO.py
@@ -0,0 +1,42 @@
+import unittest
+import pysal
+import tempfile, os
+
+class TestWIO(unittest.TestCase):
+    def setUp(self):
+        self.swmFile1 = pysal.examples.get_path('ohio.swm')
+        self.swmFile2 = pysal.examples.get_path('us48_CONTIGUITY_EDGES_ONLY.swm')
+        self.swmFile3 = pysal.examples.get_path('us48_INVERSE_DISTANCE.swm')
+
+    def SWMIO(self, file_path):
+        f1 = pysal.open(file_path)
+        w1 = f1.read()
+        # print f1.varName
+        # print f1.srs
+
+        f = tempfile.NamedTemporaryFile(suffix='.swm')
+        fname = f.name
+        f.close()
+
+        f2 = pysal.open(fname, 'w')
+        f2.varName = f1.varName
+        f2.srs = f1.srs
+
+        f2.write(w1)
+        f2.close()
+        w2 = pysal.open(fname, 'r').read()
+        assert w1.pct_nonzero == w2.pct_nonzero
+        os.remove(fname)
+        # print w2.neighbors
+        # print w2.weights
+
+    def test_RWFunctions(self):
+        self.SWMIO(self.swmFile1)
+        self.SWMIO(self.swmFile2)
+        self.SWMIO(self.swmFile3)
+
+suite = unittest.TestLoader().loadTestsFromTestCase(TestWIO)
+
+if __name__ == '__main__':
+    runner = unittest.TextTestRunner()
+    runner.run(suite)
diff --git a/pysal/weights/util.py b/pysal/weights/util.py
index d76f8bd..15a16a9 100644
--- a/pysal/weights/util.py
+++ b/pysal/weights/util.py
@@ -521,14 +521,17 @@ def higher_order_sp(w, k=2, shortest_path=True, diagonal=False):
 
     """
 
-    tw = type(w)
     id_order = None
-    if tw == pysal.weights.weights.W:
-        id_order = w.id_order
-        w = w.sparse
-    elif tw != scipy.sparse.csr.csr_matrix:
-        print "Unsupported sparse argument."
-        return None
+    if issubclass(type(w), pysal.weights.W):
+        if np.unique(np.hstack(w.weights.values())) == np.array([1.0]):
+            id_order = w.id_order
+            w = w.sparse
+    elif scipy.sparse.isspmatrix_csr(w):
+        if not np.unique(w.data) == np.array([1.0]):
+            raise ValueError('Sparse weights matrix is not binary (0,1) weights matrix.')
+    else:
+        raise TypeError("Weights provided are neither a binary W object nor "
+                        "a scipy.sparse.csr_matrix")
 
     wk = w**k
     rk, ck = wk.nonzero()
diff --git a/requirements_dev.txt b/requirements_dev.txt
index 71110ce..2c950c0 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -2,6 +2,6 @@ nose
 nose-progressive
 nose-exclude
 coverage
-sphinx
+sphinx>=1.4.3
 sphinxcontrib-napoleon
 coveralls
diff --git a/rtd.txt b/rtd.txt
index b9d419a..12dd8f7 100644
--- a/rtd.txt
+++ b/rtd.txt
@@ -1 +1,2 @@
+sphinx>=1.4.3
 sphinxcontrib-napoleon
diff --git a/setup.py b/setup.py
index 12f8136..343be39 100644
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,8 @@ with open('README.rst') as file:
     long_description = file.read()
 
 MAJOR = 1
-MINOR = 13
-MICRO = 0
+MINOR = 14
+MICRO = 2
 ISRELEASED = False
 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pysal.git



More information about the Pkg-grass-devel mailing list